rar/0000755000175000017500000000000012560111266007146 5ustar zzrar/rar.txt0000644000175000017500000030036612560111266010503 0ustar zz User's Manual ~~~~~~~~~~~~~ RAR 5.30 console version ~~~~~~~~~~~~~~~~~~~~~~~~ =-=-=-=-=-=-=-=-=-=-=-=-=-=- Welcome to the RAR Archiver! -=-=-=-=-=-=-=-=-=-=-=-=-=-= Introduction ~~~~~~~~~~~~ RAR is a console application allowing to manage archive files in command line mode. RAR provides compression, encryption, data recovery and many other functions described in this manual. RAR supports only RAR format archives, which have .rar file name extension by default. ZIP and other formats are not supported. Even if you specify .zip extension when creating an archive, it will still be in RAR format. Windows users may install WinRAR, which supports more archive types including RAR and ZIP formats. WinRAR provides both graphical user interface and command line mode. While console RAR and GUI WinRAR have the similar command line syntax, some differences exist. So it is recommended to use this rar.txt manual for console RAR (rar.exe in case of Windows version) and winrar.chm WinRAR help file for GUI WinRAR (winrar.exe). Configuration file ~~~~~~~~~~~~~~~~~~ RAR and UnRAR for Unix read configuration information from .rarrc file in a user's home directory (stored in HOME environment variable) or in /etc directory. RAR and UnRAR for Windows read configuration information from rar.ini file, placed in the same directory as the rar.exe file. This file may contain the following string: switches= For example: switches=-m5 -s It is also possible to specify separate switch sets for individual RAR commands using the following syntax: switches_= For example: switches_a=-m5 -s switches_x=-o+ Environment variable ~~~~~~~~~~~~~~~~~~~~ Default parameters may be added to the RAR command line by establishing an environment variable "RAR". For instance, in Unix following lines may be added to your profile: RAR='-s -md1024' export RAR RAR will use this string as default parameters in the command line and will create "solid" archives with 1024 KB sliding dictionary size. RAR handles options with priority as following: command line switches highest priority switches in the RAR variable lower priority switches saved in configuration file lowest priority Log file ~~~~~~~~ If the switch -ilog is specified in the command line or configuration file, RAR will write informational messages, concerning errors encountered while processing archives, into a log file. Read switch -ilog description for more details. The file order list for solid archiving - rarfiles.lst ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rarfiles.lst contains a user-defined file list, which tells RAR the order in which to add files to a solid archive. It may contain file names, wildcards and special entry - $default. The default entry defines the place in order list for files not matched with other entries in this file. The comment character is ';'. In Windows this file should be placed in the same directory as RAR or in %APPDATA%\WinRAR directory, in Unix - to the user's home directory or in /etc. Tips to provide improved compression and speed of operation: - similar files should be grouped together in the archive; - frequently accessed files should be placed at the beginning. Normally masks placed nearer to the top of list have a higher priority, but there is an exception from this rule. If rarfiles.lst contains such two masks that all files matched by one mask are also matched by another, that mask which matches a smaller subset of file names will have higher priority regardless of its position in the list. For example, if you have *.cpp and f*.cpp masks, f*.cpp has a higher priority, so the position of 'filename.cpp' will be chosen according to 'f*.cpp', not '*.cpp'. RAR command line syntax ~~~~~~~~~~~~~~~~~~~~~~~ Syntax RAR [ - ] [ <@listfiles...> ] [ ] [ ] Description Command line options (commands and switches) provide control of creating and managing archives with RAR. The command is a string (or a single letter) which commands RAR to perform a corresponding action. Switches are designed to modify the way RAR performs the action. Other parameters are archive name and files to be archived into or extracted from the archive. Listfiles are plain text files that contain names of files to process. File names should start at the first column. It is possible to put comments to the listfile after // characters. For example, you may create backup.lst containing the following strings: c:\work\doc\*.txt //backup text documents c:\work\image\*.bmp //backup pictures c:\work\misc and then run: rar a backup @backup.lst If you wish to read file names from stdin (standard input), specify the empty listfile name (just @). By default, console RAR uses the single byte encoding in list files, but it can be redefined with -scl switch. You may specify both usual file names and list files in the same command line. If neither files nor listfiles are specified, then *.* is implied and RAR will process all files. Many RAR commands, such as extraction, test or list, allow to use wildcards in archive name. If no extension is specified in archive mask, RAR assumes .rar, so * means all archives with .rar extension. If you need to process all archives without extension, use *. mask. *.* mask selects all files. Wildcards in archive name are not allowed when archiving and deleting. In Unix you need to enclose RAR command line parameters containing wildcards in single or double quotes to prevent their expansion by Unix shell. For example, this command will extract *.asm files from all *.rar archives in current directory: rar e '*.rar' '*.asm' Command could be any of the following: a Add files to archive. Examples: 1) add all *.hlp files from the current directory to the archive help.rar: rar a help *.hlp 2) archive all files from the current directory and subdirectories to 362000 bytes size solid, self-extracting volumes and add the recovery record to each volume: rar a -r -v362 -s -sfx -rr save Because no file names are specified, all files (*) are assumed. 3) as a special exception, if directory name is specified as an argument and if directory name does not include file masks and trailing backslashes, the entire contents of the directory and all subdirectories will be added to the archive even if switch -r is not specified. The following command will add all files from the directory Bitmaps and its subdirectories to the RAR archive Pictures.rar: rar a Pictures.rar Bitmaps 4) if directory name includes file masks or trailing backslashes, normal rules apply and you need to specify switch -r to process its subdirectories. The following command will add all files from directory Bitmaps, but not from its subdirectories, because switch -r is not specified: rar a Pictures.rar Bitmaps\* c Add archive comment. Comments are displayed while the archive is being processed. Comment length is limited to 62000 bytes Examples: rar c distrib.rar Also comments may be added from a file using -z[file] switch. The following command adds a comment from info.txt file: rar c -zinfo.txt dummy ch Change archive parameters. This command can be used with most of archive modification switches to modify archive parameters. It is especially convenient for switches like -cl, -cu, -tl, which do not have a dedicated command. It is not able to recompress, encrypt or decrypt archive data and it cannot merge or create volumes. If used without any switches, 'ch' command just copies the archive data without modification. Example: Set archive time to latest file: rar ch -tl files.rar cw Write archive comment to specified file. Format of output file depends on -sc switch. If output file name is not specified, comment data will be sent to stdout. Examples: 1) rar cw arc comment.txt 2) rar cw -scuc arc unicode.txt 3) rar cw arc d Delete files from archive. Please note if the processing of this command results in removing all the files from the archive, the empty archive would removed. e Extract files without archived paths. Extract files excluding their path component, so all files are created in the same destination directory. Use 'x' command if you wish to extract full pathnames. Example: rar e -or html.rar *.css css\ extract all *.css files from html.rar archive to 'css' folder excluding archived paths. Rename extracted files automatically in case several files have the same name. f Freshen files in archive. Updates those files changed since they were packed to the archive. This command will not add new files to the archive. i[i|c|h|t]= Find string in archives. Supports following optional parameters: i - case insensitive search (default); c - case sensitive search; h - hexadecimal search; t - use ANSI, Unicode and OEM character tables (Windows only); If no parameters are specified, it is possible to use the simplified command syntax i instead of i= It is allowed to specify 't' modifier with other parameters, for example, ict=string performs case sensitive search using all mentioned above character tables. Examples: 1) rar "ic=first level" -r c:\*.rar *.txt Perform case sensitive search of "first level" string in *.txt files in *.rar archives on the disk c: 2) rar ih=f0e0aeaeab2d83e3a9 -r e:\texts Search for hex string f0 e0 ae ae ab 2d 83 e3 a9 in rar archives in e:\texts directory. k Lock archive. Any command which intends to change the archive will be ignored. Example: rar k final.rar l[t[a],b] List archive contents [technical [all], bare]. 'l' command lists archived file attributes, size, date, time and name, one file per line. If file is encrypted, line starts from '*' character. 'lt' displays the detailed file information in multiline mode. This information includes file checksum value, host OS, compression options and other parameters. 'lta' provide the detailed information not only for files, but also for service headers like NTFS streams or file security data. 'lb' lists bare file names with path, one per line, without any additional information. You can use -v switch to list contents of all volumes in volume set: rar l -v vol.part1.rar Commands 'lt', 'lta' and 'lb' are equal to 'vt', 'vta' and 'vb' correspondingly. m[f] Move to archive [files only]. Moving files and directories results in the files and directories being erased upon successful completion of the packing operation. Directories will not be removed if 'f' modifier is used and/or '-ed' switch is applied. p Print file to stdout. You may use this command together with -inul switch to disable all RAR messages and print only file data. It may be important when you need to send a file to stdout for use in pipes. r Repair archive. Archive repairing is performed in two stages. First, the damaged archive is searched for a recovery record (see 'rr' command). If archive contains the previously added recovery record and if damaged data area is continuous and smaller than error correction code size in recovery record, chance of successful archive reconstruction is high. When this stage has been completed, a new archive is created, named as fixed.arcname.rar, where 'arcname' is the original (damaged) archive name. If broken archive does not contain a recovery record or if archive is not completely recovered due to major damage, second stage is performed. During this stage only the archive structure is reconstructed and it is impossible to recover files which fail checksum validation, it is still possible, however, to recover undamaged files, which were inaccessible due to the broken archive structure. Mostly this is useful for non-solid archives. This stage is never efficient for archives with encrypted file headers, which can be repaired only if recovery record is present. When the second stage is completed, the reconstructed archive is saved as rebuilt.arcname.rar, where 'arcname' is the original archive name. By default, repaired archives are created in the current directory, but you can append an optional destpath\ parameter to specify another destination directory. Example: rar r buggy.rar c:\fixed\ repair buggy.rar and place the result to 'c:\fixed' directory. rc Reconstruct missing and damaged volumes using recovery volumes (.rev files). You need to specify any existing volume as the archive name, for example, 'rar rc backup.part03.rar' Read 'rv' command description for information about recovery volumes. rn Rename archived files. The command syntax is: rar rn ... For example, the following command: rar rn data.rar readme.txt readme.bak info.txt info.bak will rename readme.txt to readme.bak and info.txt to info.bak in the archive data.rar. It is allowed to use wildcards in the source and destination names for simple name transformations like changing file extensions. For example: rar rn data.rar *.txt *.bak will rename all *.txt files to *.bak. RAR does not check if the destination file name is already present in the archive, so you need to be careful to avoid duplicated names. It is especially important when using wildcards. Such a command is potentially dangerous, because a wrong wildcard may corrupt all archived names. rr[N] Add data recovery record. Optionally, redundant information (recovery record) may be added to archive. While it increases the archive size, it helps to recover archived files in case of disk failure or data loss of other kind, provided that damage is not too severe. Such damage recovery can be done with command "r" (repair). RAR 4.x and RAR 5.0 archives use different recovery record structure and algorithms. RAR 4.x recovery record is based on XOR algorithm. You can specify 4.x record size as a number of recovery sectors or as a percent of archive size. To specify a number of sectors just add it directly after 'rr', like 'rr1000' for 1000 sectors. To use a percent append 'p' or '%' modifier after the percent number, such as 'rr5p' or 'rr5%' for 5%. Note that in Windows .bat and .cmd files it is necessary to use 'rr5%%' instead of 'rr5%', because the command processor treats the single '%' as the start of a batch file parameter, so it might be more convenient to use 'p' instead of '%' in this case. RAR 4.x recovery sectors are 512 bytes long. If damaged area is continuous, every sector helps to recover 512 bytes of damaged information. This value may be lower in cases of multiple damage. Maximum number of recovery sectors is 524288. Size of 4.x recovery record may be approximately determined as /256 + *512 bytes. RAR 5.0 recovery record uses Reed-Solomon error correction codes. Its ability to repair continuous damage is about the same as for RAR 4.x, allowing to restore slightly less data than recovery record size. But it is significantly more efficient than RAR 4.x record in case of multiple damaged areas. RAR 5.0 record does not use 512 byte sectors and you can specify its size only as a percent of archive size. Even if '%' or 'p' modifier is not present, RAR treats the value as a percent in case of RAR 5.0 format, so both 'rr5' and 'rr5p' mean 5%. Due to service data overhead the actual resulting recovery record size only approximately matches the user defined percent and difference is larger for smaller archives. RAR 5.0 recovery record size cannot exceed the protecting archive size, so you cannot use more than 100% as a parameter. Larger recovery records are processed slower both when creating and repairing. RAR 5.0 recovery record is more resistant to damage of recovery record itself and can utilize a partially corrupt recovery record data. Note, though, that 'R' repair command does not fix broken blocks in recovery record. Only file data are corrected. After successful archive repair, you may need to create a new recovery record for saved files. Both 4.x and 5.0 records are most efficient if data positions in damaged archive are not shifted. If you copy an archive from damaged media using some special software and if you have a choice to fill damaged areas with zeroes or to cut out them from copied file, filling with zeroes or any other value is preferable, because it allows to preserve original data positions. Still, even though it is not an optimal mode, both versions of records attempt to repair data even in case of deletions or insertions of reasonable size, when data positions were shifted. RAR 5.0 recovery record handles deletions and insertions more efficiently than RAR 4.x. If you use the plain 'rr' command without optional parameter, RAR will set the recovery record size to 3% of archive size by default. Example: rar rr5p arcname add the recovery record of 5% of archive size. rv[N] Create recovery volumes (.rev files), which can be later used to reconstruct missing and damaged files in a volume set. This command makes sense only for multivolume archives and you need to specify the name of the first volume in the set as the archive name. For example: rar rv3 data.part01.rar This feature may be useful for backups or, for example, when you posted a multivolume archive to a newsgroup and a part of subscribers did not receive some of the files. Reposting recovery volumes instead of usual volumes may reduce the total number of files to repost. Each recovery volume is able to reconstruct one missing or damaged RAR volume. For example, if you have 30 volumes and 3 recovery volumes, you are able to reconstruct any 3 missing volumes. If the number of .rev files is less than the number of missing volumes, reconstructing is impossible. The total number of usual and recovery volumes must not exceed 255 for RAR 4.x and 65535 for RAR 5.0 archive format. Original RAR volumes must not be modified after creating recovery volumes. Recovery algorithm uses data stored both in REV files and in RAR volumes to rebuild missing RAR volumes. So if you modify RAR volumes, for example, lock them, after creating REV files, recovery process will fail. Additionally to recovery data, RAR 5.0 recovery volumes also store service information such as checksums of protected RAR files. So they are slightly larger than RAR volumes which they protect. If you plan to copy individual RAR and REV files to some removable media, you need to take it into account and specify RAR volume size by a few kilobytes smaller than media size. The optional parameter specifies a number of recovery volumes to create and must be less than the total number of RAR volumes in the set. You may also append a percent or 'p' character to this parameter, in such case the number of creating .rev files will be equal to this percent taken from the total number of RAR volumes. For example: rar rv15% data.part01.rar RAR reconstructs missing and damaged volumes either when using 'rc' command or automatically, if it cannot locate the next volume and finds the required number of .rev files when unpacking. Original copies of damaged volumes are renamed to *.bad before reconstruction. For example, volname.part03.rar will be renamed to volname.part03.rar.bad. s[name] Convert archive to SFX. The archive is merged with a SFX module (using a module in file default.sfx or specified in the switch). In the Windows version default.sfx should be placed in the same directory as the rar.exe, in Unix - in the user's home directory, in /usr/lib or /usr/local/lib. s- Remove SFX module from the already existing SFX archive. RAR creates a new archive without SFX module, the original SFX archive is not deleted. t Test archive files. This command performs a dummy file extraction, writing nothing to the output stream, in order to validate the specified file(s). Examples: Test archives in current directory: rar t * or for Unix: rar t '*' User may test archives in all sub-directories, starting with the current path: rar t -r * or for Unix: rar t -r '*' u Update files in archive. Adds files not yet in the archive and updates files that have been changed since they were packed into the archive. v[t[a],b] Verbosely list archive contents [technical [all], bare]. 'v' command lists archived file attributes, size, packed size, compression ratio, date, time, checksum and name, one file per line. If file is encrypted, line starts from '*' character. For BLAKE2sp checksum only two first and one last symbol are displayed. 'vt' displays the detailed file information in multiline mode. This information includes file checksum value, host OS, compression options and other parameters. 'vta' provide the detailed information not only for files, but also for service headers like NTFS streams or file security data. 'vb' lists bare file names with path, one per line, without any additional information. You can use -v switch to list contents of all volumes in volume set: rar v -v vol.part1.rar Commands 'vt', 'vta' and 'vb' are equal to 'lt', 'lta' and 'lb' correspondingly. x Extract files with full path. Examples: 1) extract 10cents.txt to current directory not displaying the archive comment rar x -c- dime 10cents.txt 2) extract *.txt from docs.rar to c:\docs directory rar x docs.rar *.txt c:\docs\ 3) extract the entire contents of docs.rar to current directory rar x docs.rar Switches (used in conjunction with a command): -? Display help on commands and switches. The same as when none or an illegal command line option is entered. -- Stop switches scanning This switch tells to RAR that there are no more switches in the command line. It could be useful, if either archive or file name starts from '-' character. Without '--' switch such a name would be treated as a switch. Example: add all files from the current directory to the solid archive '-StrangeName' RAR a -s -- -StrangeName -@[+] Disable [enable] file lists RAR treats command line parameters starting from '@' character as file lists. So by default, RAR attempts to read 'filename' filelist, when encountering '@filename' parameter. But if '@filename' file exists, RAR treats the parameter as '@filename' file instead of reading the file list. Switch -@[+] allows to avoid this ambiguity and strictly define how to handle parameters starting from '@' character. If you specify -@, all such parameters found after this switch will be considered as file names, not file lists. If you specify -@+, all such parameters found after this switch will be considered as file lists, not file names. This switch does not affect processing parameters located before it. Example: test the archived file '@home' rar t -@ notes.rar @home -ac Clear Archive attribute after compression or extraction (Windows version only). If this switch is specified when archiving, "Archive" file attribute is cleared for successfully compressed files. When extracting, this switch will clear "Archive" attribute for extracted files. -ad Append archive name to destination path. This option may be useful when unpacking a group of archives. By default RAR places files from all archives in the same directory, but this switch creates a separate directory for files unpacked from each archive. Example: rar x -ad *.rar data\ RAR will create subdirectories below 'data' for every unpacking archive. -ag[format] Generate archive name using the current date and time. Appends the current date string to an archive name when creating or processing an archive. Useful for daily backups. Format of the appending string is defined by the optional "format" parameter or by "YYYYMMDDHHMMSS" if this parameter is absent. The format string may include the following characters: Y - year M - month MMM - month name as text string (Jan, Feb, etc.) W - a week number (a week starts with Monday) A - day of week number (Monday is 1, Sunday - 7) D - day of month E - day of year H - hours M - minutes (treated as minutes if encountered after hours) I - minutes (treated as minutes regardless of hours position) S - seconds N - archive number. RAR searches for already existing archive with generated name and if found, increments the archive number until generating a unique name. 'N' format character is not supported when creating volumes. When performing non-archiving operations like extracting, RAR selects the existing archive preceding the first unused name or sets N to 1 if no such archive exists. Each of format string characters listed above represents only one character added to archive name. For example, use WW for two digit week number or YYYY to define four digit year. If the first character in the format string is '+', positions of the date string and base archive name are exchanged, so a date will precede an archive name. The format string may contain optional text enclosed in '{' and '}' characters. This text is inserted into archive name. All other characters are added to an archive name without changes. If you need to process an already existing archive, be careful with -ag switch. Depending on the format string and time passed since previous -ag use, generated and existing archive names may mismatch. In this case RAR will create or open a new archive instead of processing the already existing one. You may use -log switch to write the generated archive name to a file and then read it from file for further processing. Examples: 1) use the default YYYYMMDDHHMMSS format rar a -ag backup 2) use DD-MMM-YY format rar t -agDD-MMM-YY backup 3) use YYYYMMDDHHMM format, place date before 'backup' rar a -ag+YYYYMMDDHHMM backup 4) use YYYY-WW-A format, include fields description rar a -agYYYY{year}-WW{week}-A{wday} backup 5) use YYYYMMDD and the archive number. It allows to generate unique names even when YYYYMMDD format mask used more than once in the same day rar a -agYYYYMMDD-NN backup -ai Ignore file attributes. If this switch is used when extracting, RAR does not set general file attributes stored in archive to extracted files. This switch preserves attributes assigned by operating system to a newly created file. If this switch is used when archiving, predefined values, typical for file and directory, are stored instead of actual attributes. In Windows it affects archive, system, hidden and read-only attributes. in Unix - user, group, and others file permissions. -ao Add files with Archive attribute set (Windows version only). Example: add all disk C: files with Archive attribute set to the 'f:backup' and clear files Archive attribute rar a -r -ac -ao f:backup c:\*.* -ap Set path inside archive. This path is merged to file names when adding files to an archive and removed from file names when extracting. For example, if you wish to add the file 'readme.txt' to the directory 'DOCS\ENG' of archive 'release', you may run: rar a -apDOCS\ENG release readme.txt or to extract 'ENG' to the current directory: rar x -apDOCS release DOCS\ENG\*.* -as Synchronize archive contents If this switch is used when archiving, those archived files which are not present in the list of the currently added files, will be deleted from the archive. It is convenient to use this switch in combination with -u (update) to synchronize contents of an archive and an archiving directory. For example, after the command: rar a -u -as backup sources\*.cpp the archive 'backup.rar' will contain only *.cpp files from directory 'sources', all other files will be deleted from the archive. It looks similar to creating a new archive, but with one important exception: if no files are modified since the last backup, the operation is performed much faster than the creation of a new archive. -cfg- Ignore configuration file and RAR environment variable. -cl Convert file names to lower case. -cu Convert file names to upper case. -c- Disable comments show. -df Delete files after archiving Move files to archive. This switch in combination with the command "A" performs the same action as the command "M". -dh Open shared files Allows to process files opened by other applications for writing. This switch helps if an application allowed read access to file, but if all types of file access are prohibited, the file open operation will still fail. This option could be dangerous, because it allows to archive a file, which at the same time is modified by another application, so use it carefully. -dr Delete files to Recycle Bin Delete files after archiving and place them to Recycle Bin. Available in Windows version only. -ds Do not sort files while adding to a solid archive. -dw Wipe files after archiving Delete files after archiving. Before deleting file data are overwritten by zero bytes to prevent recovery of deleted files. Please be aware that such approach is designed for usual hard disks, but may fail to overwrite the original file data on solid state disks, as result of SSD wear leveling technology and more complicated data addressing. -ed Do not add empty directories This switch indicates that directory records are not to be stored in the created archive. When extracting such archives, RAR creates non-empty directories based on paths of files contained in them. Information about empty directories is lost. All attributes of non-empty directories except a name (access rights, streams, etc.) will be lost as well, so use this switch only if you do not need to preserve such information. If -ed is used with 'm' command or -df switch, RAR will not remove empty directories. -en Do not add "end of archive" block Not supported for RAR 5.0 archives. By default, RAR adds an "end of archive" block to the end of a new or updated archive. It allows to skip external data like digital signatures safely, but in some special cases it may be useful to disable this feature. For example, if an archive is transferred between two systems via an unreliable link and at the same time a sender adds new files to it, it may be important to be sure that the already received file part will not be modified on the other end between transfer sessions. This switch cannot be used with volumes, because the end of archive block contains information important for correct volume processing. -ep Exclude paths from names. This switch enables files to be added to an archive without including the path information. This could, of course, result in multiple files existing in the archive with the same name. -ep1 Exclude base dir from names. Do not store the path entered in the command line. Example: all files and directories from the directory tmp will be added to the archive 'test', but the path in archived names will not include 'tmp\' rar a -ep1 -r test tmp\* This is equivalent to the commands: cd tmp rar a -r ..\test cd .. -ep2 Expand paths to full. Store full file paths (except the drive letter and leading path separator) when archiving. -ep3 Expand paths to full including the drive letter. Windows version only. This switch stores full file paths including the drive letter if used when archiving. Drive separators (colons) are replaced by underscore characters. If you use -ep3 when extracting, it will change underscores back to colons and create unpacked files in their original directories and disks. If the user also specified a destination path, it will be ignored. It also converts UNC paths from \\server\share to __server\share when archiving and restores them to the original state when extracting. This switch can help to backup several disks to the same archive. For example, you may run: rar a -ep3 -r backup.rar c:\ d:\ e:\ to create backup and: rar x -ep3 backup.rar to restore it. But be cautious and use -ep3 only if you are sure that extracting archive does not contain any malicious files. In other words, use it if you have created an archive yourself or completely trust its author. This switch allows to overwrite any file in any location on your computer including important system files and should normally be used only for the purpose of backup and restore. -e[+] Specifies file exclude or include attributes mask. is a number in the decimal, octal (with leading '0') or hex (with leading '0x') format. By default, without '+' sign before , this switch defines the exclude mask. So if result of bitwise AND between and file attributes is nonzero, file would not be processed. If '+' sign is present, it specifies the include mask. Only those files which have at least one attribute specified in the mask will be processed. In Windows version is also possible to use symbols D, S, H, A and R instead of a digital mask to denote directories and files with system, hidden, archive and read-only attributes. The order in which the attributes are given is not significant. Unix version supports D and V symbols to define directory and device attributes. It is allowed to specify both -e and -e+ in the same command line. Examples: 1) archive only directory names without their contents rar a -r -e+d dirs 2) do not compress system and hidden files: rar a -esh files 3) do not extract read-only files: rar x -er files -f Freshen files. May be used with archive extraction or creation. The command string "a -f" is equivalent to the command 'f', you could also use the switch '-f' with the commands 'm' or 'mf'. If the switch '-f' is used with the commands 'x' or 'e', then only old files would be replaced with new versions extracted from the archive. -hp[p] Encrypt both file data and headers. This switch is similar to -p[p], but switch -p encrypts only file data and leaves other information like file names visible. This switch encrypts all sensitive archive areas including file data, file names, sizes, attributes, comments and other blocks, so it provides a higher security level. Without a password it is impossible to view even the list of files in archive encrypted with -hp. Example: rar a -hpfGzq5yKw secret report.txt will add the file report.txt to the encrypted archive secret.rar using the password 'fGzq5yKw' -ht[b|c] Select hash type [BLAKE2,CRC32] for file checksum. File data integrity in RAR archive is protected by checksums calculated and stored for every archived file. By default, RAR uses CRC32 function to calculate the checksum. RAR 5.0 archive format also allows to select BLAKE2sp hash function instead of CRC32. Specify -htb switch for BLAKE2sp and -htc for CRC32 hash function. Since CRC32 is the default algorithm, you may need -htc only to override -htb in RAR configuration. CRC32 output is 32 bit length. While CRC32 properties are suitable to detect most of unintentional data errors, it is not reliable enough to verify file data identity. In other words, if two files have the same CRC32, it does not guarantee that file contents is the same. BLAKE2sp output is 256 bit. Being a cryptographically strong hash function, it practically guarantees that if two files have the same value of BLAKE2sp, their contents is the same. BLAKE2sp error detection property is also more reliable than in shorter CRC32. Since BLAKE2sp output is longer, resulting archive is slightly larger for -htb switch. If archive headers are unencrypted (no switch -hp), checksums for encrypted RAR 5.0 files are modified using a special password dependent algorithm, to make impossible guessing file contents based on checksums. Do not expect such encrypted file checksums to match usual CRC32 and BLAKE2sp values. This switch is supported only by RAR 5.0 format, so you need to use -ma switch with it. You can see checksums of archived files using 'vt' or 'lt' commands. Example: rar a -ma -htb lists.rar *.lst will add *.lst to lists.rar using BLAKE2sp for file checksums. -id[c,d,p,q] Disable messages. Switch -idc disables the copyright string. Switch -idd disables "Done" string at the end of operation. Switch -idp disables the percentage indicator. Switch -idq turns on the quiet mode, so only error messages and questions are displayed. It is allowed to use several modifiers at once, so switch -idcdp is correct. -ieml[.][addr] Send archive by email. Windows version only. Attach an archive created or updated by the add command to email message. You need to have a MAPI compliant email client to use this switch (most modern email programs support MAPI interface). You may enter a destination email address directly in the switch or leave it blank. In the latter case you will be asked for it by your email program. It is possible to specify several addresses separated by commas or semicolons. If you append a dot character to -ieml, an archive will be deleted after it was successfully attached to an email. If the switch is used when creating a multivolume archive, every volume is attached to a separate email message. -ierr Send all messages to stderr. -ilog[name] Log errors to file (registered version only). Write error messages to rar.log file. If optional 'name' parameter is not specified, the log file is created using the following defaults: Unix: .rarlog file in the user's home directory; Windows: rar.log file in %APPDATA%\WinRAR directory. If 'name' parameter includes a file name without path, RAR will create the log file in the default directory mentioned above using the specified name. Include both path and name to 'name' parameter if you wish to change the location of log file. By default, log file uses UTF-16 little endian encoding, but it can be changed with -scg switch, such as -scag for native single byte encoding. Example: rar a -ilogc:\log\backup.log backup d:\docs will create c:\log\backup.log log file in case of errors. -inul Disable all messages. -ioff Turn PC off after completing an operation. The hardware must support the power off feature. Windows version only. -isnd Enable sound. -k Lock archive. Any command which intends to change the archive will be ignored. -kb Keep broken extracted files. RAR, by default, deletes files with checksum errors after extraction. The switch -kb specifies that files with checksum errors should not be deleted. -log[fmt][=name] Write names to log file. This switch allows to write archive and file names to specified text file in archiving, extracting, deleting and listing commands. Its behavior is defined by 'fmt' string, which can include one or more of following characters: A - write archive names to log file. If RAR creates or processes volumes, all volume names are logged. F - write processed file names to log file. It includes files added to archive and extracted, deleted or listed files inside of archive. P - if log file with specified name is exist, append data to existing file instead of creating a new one. U - write data in Unicode format. If neither 'A' nor 'F' are specified, 'A' is assumed. 'name' parameter allows to specify the name of log file. It must be separated from 'fmt' string by '=' character. If 'name' is not present, RAR will use the default rarinfo.log file name. It is allowed to specify several -log switches in the same command line. This switch can be particularly useful, when you need to process an archive created with -ag or -v switches in a batch script. You can specify -loga=arcname.txt when creating an archive and then read an archive name generated by RAR from arcname.txt with an appropriate command. For example, in Windows batch file it can be: set /p name= Set compression method: -m0 store do not compress file when adding to archive -m1 fastest use fastest method (less compressive) -m2 fast use fast compression method -m3 normal use normal (default) compression method -m4 good use good compression method (more compressive, but slower) -m5 best use best compression method (slightly more compressive, but slowest) If this switch is not specified, RAR uses -m3 method (normal compression). -ma[4|5] Specify a version of archiving format. By default RAR creates archives in RAR 4.x format. Use -ma5 or just -ma to create RAR 5.0 archives. Use -ma4 in case you need to override -ma5 saved in configuration and force RAR to use RAR 4.x format. This switch is used only when creating a new archive. It is ignored when updating an existing archive. -mc Set advanced compression parameters. This switch is intended mainly for benchmarking and experiments. In the real environment it is usually better to allow RAR to select optimal parameters automatically. Please note that improper use of this switch may lead to very serious performance and compression loss, so use it only if you clearly understand what you do. It has the following syntax: -mc[param1][:param2][module][+ or -] where is the one character field denoting a part of the compression algorithm, which has to be configured. It may have the following values: A - audio compression; C - true color (RGB) data compression; D - delta compression; E - 32-bit x86 executables compression; I - 64-bit Intel Itanium executables compression; T - text compression. RAR 5.0 archive format supports only 'D' and 'E' values. '+' sign at the end of switch applies the selected algorithm module to all processed data, '-' disables the module at all. If no sign is specified, RAR will choose modules automatically, based on data and the current compression method. Switch -mc- disables all optional modules and allows only the general compression algorithm. and are module dependent parameters described below. Audio compression, delta compression: is a number of byte channels (can be 1 - 31). RAR splits multibyte channels to bytes, for example, two 16-bit audio channels are considered by RAR as four channels one byte each. is ignored. 32-bit x86 Intel executables compression, 64-bit Intel Itanium executables compression, true color (RGB) data compression: and are ignored. Text compression: Text compression algorithm provides noticeably higher compression on plain text data. But it cannot utilize several CPU cores efficiently resulting in slower compression time comparing to general algorithm in multicore and multiprocessor environment. Also its decompression speed is much slower than in general algorithm regardless of CPU cores number. This is why the text compression is disabled by default. You can specify -mct switch to allow RAR to select this algorithm automatically for suitable data. Switch -mct+ will force use of the text compression for all data. Switch -mct can also include and , so its full syntax is -mc[param1][:param2]t[+ or -]. is the order of PPM algorithm (can be 2 - 63). Usually a higher value slightly increases the compression ratio of redundant data, but only if enough memory is available to PPM. In case of lack of memory the result may be negative. Higher order values decrease both compression and decompression speed. is memory in megabytes allocated for PPM (1-128). Higher values may increase the compression ratio, but note that PPM uses the equal memory size both to compress and decompress, so if you allocate too much memory when creating an archive, other people may have problems when decompressing it on a computer with less memory installed. Decompression will be still possible using virtual memory, but it may become very slow. Examples: 1) switch -mc1a+ forces use of 8-bit mono audio compression for all data. 2) switch -mc10:40t+ forces use of text compression algorithm for all data, sets the compression order to 10 and allocates 40 MB memory. 3) switch -mc12t sets the text compression order to 12, when the text compression is used, but leaves to RAR to decide when to use it. 4) switches -mct -mcd- allow RAR to apply the text compression to suitable data and disable the delta compression. -md[k,m,g] Select the dictionary size. Sliding dictionary is the memory area used by compression algorithm to find and compress repeated data patterns. If size of file being compressed (or total files size in case of solid archive) is larger than dictionary size, increasing the dictionary is likely to increase the compression ratio, reduce the archiving speed and increase memory requirements. For RAR 4.x archive format the dictionary size can be: 64 KB, 128 KB, 256 KB, 512 KB, 1 MB, 2 MB, 4 MB. For RAR 5.0 archive format the dictionary size can be: 128 KB, 256 KB, 512 KB, 1 MB, 2 MB, 4 MB, 8 MB, 16 MB, 32 MB, 64 MB, 128 MB, 256 MB, 512 MB, 1 GB. You can use 'k', 'm' and 'g' modifiers to specify the size in kilo-, mega- and gigabytes, like -md64m for 64 MB dictionary. If no modifier is specified, megabytes are assumed, so -md64m and -md64 are equal. When archiving, RAR needs about 6x memory of specified dictionary size, so 512 MB and 1 GB sizes are available in 64 bit RAR version only. When extracting, slightly more than a single dictionary size is allocated, so both 32 and 64 bit versions can unpack archives with all dictionaries up to and including 1 GB. RAR can reduce the dictionary size if it is significantly larger than source data size. It helps to reduce memory requirements without decreasing compression. Default sliding dictionary size is 4 MB for RAR 4.x and 32 MB for RAR 5.0 archive format. Example: RAR a -s -ma -md128 lib *.dll create a solid archive in RAR 5.0 format with 128 MB dictionary. -ms[list] Specify file types to store. Specify file types, which will be stored without compression. This switch may be used to store already compressed files, which helps to increase archiving speed without noticeable loss in the compression ratio. Optional parameter defines the list of file extensions separated by semicolons. For example, -msrar;zip;jpg will force RAR to store without compression all RAR and ZIP archives and JPG images. It is also allowed to specify wildcard file masks in the list, so -ms*.rar;*.zip;*.jpg will work too. Several -ms switches are permitted, such as -msrar -mszip instead of -msrar;zip. In Unix -ms switch containing several file types needs to be enclosed in quote marks. It protects semicolons from processing by Unix shell. Another solution is to use individual -ms switches for every file type. If is not specified, -ms switch will use the default set of extensions, which includes the following file types: 7z, ace, arj, bz2, cab, gz, jpeg, jpg, lha, lzh, mp3, rar, taz, tgz, xz, z, zip -mt Set the number of threads. parameter can take values from 1 to 32. It defines the recommended maximum number of active threads for compression algorithm also as for other RAR modules, which can start several threads. While RAR attempts to follow this recommendation, sometimes the real number of active threads can exceed the specified value. Change of parameter slightly affects the compression ratio, so archives created with different -mt switches will not be exactly the same even if all other compression settings are equal. If -mt switch is not specified, RAR will try to detect the number of available processors and select the optimal number of threads automatically. -n Additionally filter included files. Apply the mask as an additional filter to included file list. Wildcards can be used both in the name and file parts of file mask. See switch -x description for details on mask syntax. You can specify the switch '-n' several times. This switch does not replace usual file masks, which still need to be entered in the command line. It is an additional filter limiting processed files only to those matching the include mask specified in -n switch. It can help to reduce the command line length sometimes. For example, if you need to compress all *.txt and *.lst files in directories Project and Info, you can enter: rar a -r text Project\*.txt Project\*.lst Info\*.txt Info\*.lst or using the switch -n: rar a -r -n*.txt -n*.lst text Project Info -n@ Read additional filter masks from list file. Similar to -n switch, but reads filter masks from the list file. If you use -n@ without the list file name parameter, it will read filter masks from stdin. This switch does not replace usual list files or file masks, which still need to be entered in the command line. It is an additional filter limiting processed files only to those matching the include mask specified in -n switch. Example: rar a -r -n@inclist.txt text Project Info @listfile.txt -oc Set NTFS Compressed attribute. Windows version only. This switch allows to restore NTFS Compressed attribute when extracting files. RAR saves Compressed file attributes when creating an archive, but does not restore them unless -oc switch is specified. -oh Save hard links as the link instead of the file. If archiving files include several hard links, store the first archived hard link as usual file and the rest of hard links in the same set as links to this first file. When extracting such files, RAR will create hard links instead of usual files. You must not delete or rename the first hard link in archive after the archive was created, because it will make extraction of following links impossible. If you modify the first link, all following links will also have the modified contents after extracting. Extraction command must involve the first hard link to create following hard links successfully. This switch is supported only by RAR 5.0 format, so you need to use -ma switch with it. -oi[0-4][:] Save identical files as references. Switch -oi0 (or just -oi-) turns off identical file processing, so such files are compressed as usual files. It can be used to override another -oi value stored in RAR configuration. If -oi1 (or just -oi) is specified, RAR analyzes the file contents before starting archiving. If several identical files are found, the first file in the set is saved as usual file and all following files are saved as references to this first file. It allows to reduce the archive size, but applies some restrictions to resulting archive. You must not delete or rename the first identical file in archive after the archive was created, because it will make extraction of following files using it as a reference impossible. If you modify the first file, following files will also have the modified contents after extracting. Extraction command must involve the first file to create following files successfully. It is recommended to use -oi only if you compress a lot of identical files, will not modify an archive later and will extract an archive entirely, without necessity to unpack or skip individual files. If all identical files are small enough to fit into compression dictionary specified with -md switch, switch -s can provide more flexible solution than -oi. Switch -oi2 is similar to -oi1, with the only difference: it will display names of found identical files before starting archiving. Switches -oi3 and -oi4 allow to utilize RAR to generate lists of identical files. Though you still need to provide a dummy archive name to make the command syntax valid, in this mode an archive is not created and nothing is compressed. If -oi3 is used, file sizes and names are displayed and every identical file group is separated with empty line. Switch -oi4 displays bare file names and skips the first identical file in every file group, so only duplicates are listed. Optional value allows to define the minimum file size threshold. Files smaller than are not analyzed and not considered as identical. If this parameter is not present, it is assumed to be 64 KB by default. Selecting too small may increase the time required to detect identical files. Switches -oi1 and -oi2 are supported only by RAR 5.0 format, so you need to use -ma switch with it. Examples: 1) rar a -oi -ma archive Save contents of current directory to archive.rar. Store identical files as references. 2) rar a -oi3:1000000 -r dummy c:\photo\*.jpg List all duplicate *.jpg files lather than 1000000 bytes found in c:\photo and its subdirectories. -ol[a] Process symbolic links as the link [absolute paths] Save symbolic links as links, so file contents is not archived. In Windows version it also saves reparse points as links. Such archive entries are restored as symbolic links or reparse points when extracting. Supported both for RAR 4.x and RAR 5.0 archives in RAR for Unix and only for RAR 5.0 archives in RAR for Windows. In Windows you may need to run RAR as administrator to create symbolic links when extracting. RAR adds all links regardless of target when archiving with -ol switch. When extracting, by default, RAR skips symbolic links pointing outside of destination directory, with absolute paths or excessive number of ".." in link target. You can enable extracting such links with -ola switch. Links pointing to directories outside of extraction destination directory can present a security risk. Enable their extraction only if you are sure that archive contents is safe, such as your own backup. Links with relative paths inside of destination directory in target are extracted always regardless of -ol or -ola switch. -or Rename extracted files automatically if file with the same name already exists. Renamed file will get the name like 'filename(N).txt', where 'filename.txt' is the original file name and 'N' is a number starting from 1 and incrementing if file exists. -os Save NTFS streams. Windows version only. This switch has meaning only for NTFS file system and allows to save alternate data streams associated with a file. You may need to specify it when archiving if you use software storing data in alternative streams and wish to preserve these streams. Streams are not saved for NTFS encrypted files. -ow Use this switch when archiving to save file security information and when extracting to restore it. Unix RAR version saves file owner and group when using this switch. Windows version stores owner, group, file permissions and audit information, but only if you have necessary privileges to read them. Note that only NTFS file system supports file based security under Windows. -o[+|-] Set the overwrite mode. Can be used both when extracting and updating archived files. Following modes are available: -o Ask before overwrite (default for extracting files); -o+ Overwrite all (default for updating archived files); -o- Skip existing files. -p[pwd] Set password Set password to encrypt files when archiving or to decrypt when extracting. Passwords are case-sensitive. Maximum password length is 127 characters. Longer passwords are truncated to this length. If you omit a password in command line, you will be prompted with "Enter password" message. Example: rar a -pmyhoney secret1 *.txt add files *.txt and encrypt them with password "myhoney". -p- Do not query password Do not query password for encrypted files when extracting. Actually you can specify any invalid password to suppress the password prompt and force RAR to issue 'incorrect password' message when extracting an encrypted file. This switch just sets '-' as a password. -qo[-|+] Add quick open information [none|force] RAR archives store every file header containing information such as file name, time, size and attributes immediately before data of described file. This approach is more damage resistant than storing all file headers in a single continuous block, which if broken or truncated would destroy the entire archive contents. But while being more reliable, such file headers scattered around the entire archive are slower to access if we need to quickly open the archive contents in a shell like WinRAR graphical interface. To improve archive open speed and still not make the entire archive dependent on a single damaged block, RAR 5.0 archives can include an optional quick open record. Such record is added to the end of archive and contains copies of file names and other file information stored in a single continuous block additionaly to normal file headers inside of archive. Since the block is continuous, its contents can be read quickly, without necessity to perform a lot of disk seek operations. Every file header in this block is protected with a checksum. If RAR detects that quick open information is damaged, it resorts to reading individual headers from inside of archive, so damage resistance is not lessened. Quick open record contains the full copy of file header, which may be several tens or hundreds of bytes per file, increasing the archive size by the same amount. This size increase is most noticeable for many small files, when file data size is comparable to file header. So by default, if no -qo is specified or -qo without parameter is used, RAR stores copies of headers only for relatively large files and continues to use local headers for smaller files. Concrete file size threshold can depend on RAR version. Such approach provides a reasonable open speed to archive size tradeoff. If you prefer to have the maximum archive open speed regardless of size, you can use -qo+ to store copies of all file headers. If you need to have the smallest possible archive and do not care about archive open speed in different programs, specify -qo- to exclude the quick open information completely. If you wish to measure the performance effect of this switch, be sure that archive contents is not stored in a disk cache. No real disk seeks are performed for cached archive file, making access to file headers fast even without quick open record. -r Recurse subdirectories. May be used with commands: a, u, f, m, x, e, t, p, v, l, c, cf and s. When used with the commands 'a', 'u', 'f', 'm' will process files in all sub-directories as well as the current working directory. When used with the commands x, e, t, p, v, l, c, cf or s will process all archives in sub-directories as well as the current working directory. -r- Disable recursion. Even without -r switch RAR can enable the recursion automatically in some situations. Switch -r- prohibits it. If you specify a directory name when archiving and if such name does not include wildcards, by default RAR adds the directory contents even if switch -r is not specified. Also RAR automatically enables the recursion if disk root without wildcards is specified as a file mask. Switch -r- disables such behavior. For example: rar a -r- arc dirname command will add only the empty 'dirname' directory and ignore its contents. Following command: rar a -r- arc c:\ will compress contents of root c: directory only and will not recurse into subdirectories. -r0 Similar to -r, but when used with the commands 'a', 'u', 'f', 'm' will recurse into subdirectories only for those file masks, which include wildcard characters '*' and '?'. This switch works only for file names. Directory names without a file name part, such as 'dirname', are not affected by -r0 and their contents is added to archive completely unless -r- switch is specified. Example: rar a -r0 docs.rar *.doc readme.txt add *.doc files from the current directory and its subdirectories and readme.txt only from the current directory to docs.rar archive. In case of usual -r switch, RAR would search for readme.txt in subdirectories too. -ri

[:] Set priority and sleep time. Available only in RAR for Windows. This switch regulates system load by RAR in multitasking environment. Possible task priority

values are 0 - 15. If

is 0, RAR uses the default task priority.

equal to 1 sets the lowest possible priority, 15 - the highest possible. Sleep time is a value from 0 to 1000 (milliseconds). This is a period of time that RAR gives back to the system after read or write operations while compressing or extracting. Non-zero may be useful if you need to reduce system load even more than can be achieved with

parameter. Example: execute RAR with default priority and 10 ms sleep time: rar a -ri0:10 backup *.* -rr[N] Add data recovery record. This switch is used when creating or modifying an archive to add a data recovery record to the archive. See the 'rr[N]' command description for details. -rv[N] Create recovery volumes. This switch is used when creating a multivolume archive to generate recovery volumes. See the 'rv[N]' command description for details. -s Create solid archive. A solid archive is an archive packed by a special compression method, which treats several or all files, within the archive, as one continuous data stream. Solid archiving significantly increases compression, when adding a large number of small, similar files. But it also has a few important disadvantages: slower updating of existing solid archives, slower access to individual files, lower damage resistance. Usually files in a solid archive are sorted by extension. But it is possible to disable sorting with -ds switch or set an alternative file order using a special file, rarfiles.lst. Example: create solid archive sources.rar with 512 KB dictionary, recursing all directories, starting with the current directory. Add only .asm files: rar a -s -md512 sources.rar *.asm -r -s Create solid groups using file count Similar to -s, but resets solid statistics after compressing files. Usually decreases compression, but also decreases losses in case of solid archive damages. -sc[objects] Specify the character set for list files, log files and archive comment files. 'Charset' parameter is mandatory and can have one of the following values: U - Unicode; A - the native single byte encoding, which is ANSI for Windows version; O - OEM (DOS) encoding. Windows version only. Files in Unicode format must have FFFE or FEFF Unicode character in the beginning, otherwise RAR will ignore this switch and process the file as ASCII text. 'Objects' parameter is optional and can have one of the following values: G - log files produced by -ilog switch; L - list files; C - comment files; R - messages sent to redirected files and pipes (Windows only). It is allowed to specify more than one object, for example, -scolc. If 'objects' parameter is missing, 'charset' is applied to all objects. This switch allows to specify the character set for files in -z[file] switch, list files and comment files written by "cw" command. Examples: 1) rar a -scol data @list Read names contained in 'list' using OEM encoding. 2) rar c -scuc -zcomment.txt data Read comment.txt as Unicode file. 3) rar cw -scuc data comment.txt Write comment.txt as Unicode file. 4) rar lb -scur data > list.txt Save archived file names in data.rar to list.txt in Unicode. -se Create solid groups using extension Similar to -s, but resets solid statistics if file extension is changed. Usually decreases compression, but also decreases losses from solid archive damages. -sfx[name] Create SFX archives. If this switch is used when creating a new archive, a Self-Extracting archive (using a module in file default.sfx or specified in the switch) would be created. In the Windows version default.sfx should be placed in the same directory as the rar.exe, in Unix - in the user's home directory, in /usr/lib or /usr/local/lib. Example: rar a -sfxwincon.sfx myinst create SelF-eXtracting (SFX) archive using wincon.sfx SFX-module. -si[name] Read data from stdin (standard input), when creating an archive. Optional 'name' parameter allows to specify a file name of compressed stdin data in the created archive. If this parameter is missing, the name will be set to 'stdin'. Example: type Tree.Far | rar a -siTree.Far tree.rar will compress 'type Tree.Far' output as 'Tree.Far' file. -sl Process only those files, which size is less than specified in parameter of this switch. Parameter must be specified in bytes. -sm Process only those files, which size is more than specified in parameter of this switch. Parameter must be specified in bytes. -sv Create independent solid volumes By default RAR tries to reset solid statistics as soon as possible when starting a new volume, but only if enough data was packed after a previous reset (at least a few megabytes). This switch forces RAR to ignore packed data size and attempt to reset statistics for volumes of any size. It decreases compression, but increases chances to extract a part of data if one of several solid volumes in a volume set was lost or damaged. Note that sometimes RAR cannot reset statistics even using this switch. For example, it cannot be done when compressing one large file split between several volumes. RAR is able to reset solid statistics only between separate files, but not inside of single file. Ignored if used when creating a non-volume archive. -sv- Create dependent solid volumes Disables to reset solid statistics between volumes. It slightly increases compression, but significantly reduces chances to extract a part of data if one of several solid volumes in a volume set was lost or damaged. Ignored if used when creating a non-volume archive. -s- Disable solid archiving -t Test files after archiving. This switch is especially useful in combination with the move command, so files will be deleted only if the archive had been successfully tested. -ta Process only files modified after the specified date. Format of the date string is YYYYMMDDHHMMSS. It is allowed to insert separators like '-' or ':' to the date string and omit trailing fields. For example, the following switch is correct: -ta2001-11-20 Internally it will be expanded to -ta20011120000000 and treated as "files modified after 0 hour 0 minutes 0 seconds of 20 November 2001". -tb Process only files modified before the specified date. Format of the switch is the same as -ta. -tk Keep original archive date. Prevents RAR from modifying the archive date when changing an archive. -tl Set archive time to newest file. Forces RAR to set the date of a changed archive to the date of the newest file in the archive. -tn

Assign work directory as

. This switch may be used to assign the directory for temporary files. -x Exclude the specified file or directory. Wildcards can be used in both the name and path parts of file mask. You can specify the switch '-x' several times to define several exclusion masks in the same command line. If mask contains wildcards, it applies to files in current directory and its subdirectories. It is not recursive without wildcards, so "filename" mask will exclude 'filename' file only in current directory when archiving or in root archive directory when extracting. Use "*\filename" syntax to exclude "filename" recursively in all directories. If you know the exact path to file, you can use "path\filename" syntax to exclude only this copy of "filename". If you use -xpath\filename syntax when unpacking an archive, "path" must be the path inside of archive, not the file path on the disk after unpacking. By default, masks containing wildcards are applied only to files. If you need a mask with wildcards to exclude several directories, use the special syntax for directory exclusion masks. Such masks must have the trailing path separator character ('\' for Windows and '/' for Unix). For example, "*tmp*\" mask will exclude all directories matching "*tmp*" and "*\tmp\" will exclude all 'tmp' directories. Since wildcards are present, both masks will be applied to contents of current directory and all its subdirectories. If you wish to exclude only one directory, specify the exact name of directory including the absolute or relative path without any wildcards. In this case you do not need to append the path separator to mask, which is required only for directory exclusion masks containing wildcards to distinguish them from file exclusion masks. Examples: 1) rar a -r -x*.jpg -x*.avi rawfiles compress all files except *.jpg and *.avi in current directory and its subdirectories; 2) rar a -r -x*\temp\ savec c:\* compress all files on the disk c: except 'temp' directories and files inside of 'temp' directories; 3) rar x -x*.txt docs extract all files except *.txt from docs.rar. -x@ Exclude files listed in the specified list file. If you use -x@ without the list file name parameter, it will read file names from stdin. Example: rar a -x@exlist.txt arch *.exe -y Assume Yes on all queries. -z[file] Read archive comment from file . This switch can be used with any archive modification command to read the archive comment from file and add it to archive. Use with -sc switch if you need to specify the character set for comment text file. If is not present, comment is read from stdin. Limitations ~~~~~~~~~~~ Command limitations: Commands 'd','u','f','c','cf' will not operate with archive volumes. Command 'a' cannot be used to update an archive volume, only to create a new one. Exit values ~~~~~~~~~~~ RAR exits with a zero code (0) in case of successful operation. Non-zero exit code indicates some kind of error: Code Description 0 Successful operation. 1 Non fatal error(s) occurred. 2 A fatal error occurred. 3 Invalid checksum. Data is damaged. 4 Attempt to modify an archive locked by 'k' command. 5 Write error. 6 File open error. 7 Wrong command line option. 8 Not enough memory. 9 File create error 10 No files matching the specified mask and options were found. 11 Wrong password. 255 User stopped the process. Glossary ~~~~~~~~ Archive Special file containing one or more files optionally compressed and/or encrypted. Compression A method of encoding data to reduce it's size. Checksum Value calculating for data block or file and allowing to check data or file validity. SFX archive SelF-eXtracting archive. Archive in executable format, consisting of self-extracting module followed by compressed data. It is enough to run such executable to start extraction. Solid An archive packed using a special compression method which sees all files as one continuous data stream. Particularly advantageous when packing a large number of small files. Volume Part of a split archive. Splitting an archive to volumes allows storing them on several removable disks. Solid volumes must be extracted starting from first volume in sequence. Copyrights (c) 1993-2015 Alexander Roshal rar/license.txt0000644000175000017500000001514112560111266011333 0ustar zz END USER LICENSE AGREEMENT The following agreement regarding RAR (and its Windows version - WinRAR) archiver - referred to as "software" - is made between win.rar GmbH - referred to as "licensor" - and anyone who is installing, accessing or in any other way using the software - referred to as "user". 1. The author and holder of the copyright of the software is Alexander L. Roshal. The licensor and as such issuer of the license and bearer of the worldwide exclusive usage rights including the rights to reproduce, distribute and make the software available to the public in any form is win.rar GmbH, Marienstr. 12, 10117 Berlin, Germany. 2. The software is distributed as try before you buy. This means that anyone may use the software during a test period of a maximum of 40 days at no charge. Following this test period, the user must purchase a license to continue using the software. 3. The software's trial version may be freely distributed, with exceptions noted below, provided the distribution package is not modified in any way. a. Nobody may distribute separate parts of the package, with the exception of the UnRAR components, without written permission. b. The software's unlicensed trial version may not be distributed inside of any other software package without written permission. The software must remain in the original unmodified installation file for download without any barrier and conditions to the user such as collecting fees for the download or making the download conditional on the user giving his contact data. c. The unmodified installation file of WinRAR must be provided pure and unpaired. Any bundling is interdicted. In particular the use of any install or download software which is providing any kind of download bundles is prohibited unless granted by win.rar GmbH in written form. d. Hacks/cracks, keys or key generators may not be included, pointed to or referred to by the distributor of the trial version. e. In case of violation of the precedent conditions the allowance lapses immediately and automatically. 4. The trial version of the software can display a registration reminder dialog. Depending on the software version and configuration such dialog can contain either a predefined text and links loaded locally or a web page loaded from the internet. Such web page can contain licensing instructions or other materials according to the licensor's choice, including advertisement. When opening a web page, the software transfers only those parameters which are technically required by HTTP protocol to successfully open a web page in a browser. 5. The software is distributed "as is". No warranty of any kind is expressed or implied. You use at your own risk. Neither the author, the licensor nor the agents of the licensor will be liable for data loss, damages, loss of profits or any other kind of loss while using or misusing this software. 6. There are 2 basic types of licenses issued for the software. These are: a. A single computer usage license. The user purchases one license to use the software on one computer. Home users may use their single computer usage license on all computers and mobile devices (USB drive, external hard drive, etc.) which are property of the license owner. Business users require one license per computer or mobile device on which the software is installed. b. A multiple usage license. The user purchases a number of usage licenses for use, by the purchaser or the purchaser's employees on the same number of computers. In a network (server/client) environment the user must purchase a license copy for each separate client (workstation) on which the software is installed, used or accessed. A separate license copy for each client (workstation) is needed regardless of whether the clients (workstations) will use the software simultaneously or at different times. If for example you wish to have 9 different clients (workstations) in your network with access to RAR, you must purchase 9 license copies. A user who purchased a license, is granted a non-exclusive right to use the software on as many computers as defined by the licensing terms above according to the number of licenses purchased, for any legal purpose. 7. There are no additional license fees, apart from the cost of the license, associated with the creation and distribution of RAR archives, volumes, self-extracting archives or self-extracting volumes. Owners of a license may use their copies of the software to produce archives and self-extracting archives and to distribute those archives free of any additional royalties. 8. The licensed software may not be rented or leased but may be permanently transferred, in its entirety, if the recipient agrees to the terms of this license. 9. To buy a license, please read the file order.htm provided with the software for details. 10. You may not use, copy, emulate, clone, rent, lease, sell, modify, decompile, disassemble, otherwise reverse engineer, or transfer the licensed software, or any subset of the licensed software, except as provided for in this agreement. Any such unauthorized use shall result in immediate and automatic termination of this license and may result in criminal and/or civil prosecution. Neither RAR binary code, WinRAR binary code, UnRAR source or UnRAR binary code may be used or reverse engineered to re-create the RAR compression algorithm, which is proprietary, without written permission. The software may be using components developed and/or copyrighted by third parties. Please read "Acknowledgments" help file topic for WinRAR or acknow.txt text file for other RAR versions for details. 11. This License Agreement is construed solely and exclusively under German law. If you are a merchant, the courts at the registered office of win.rar GmbH in Berlin/Germany shall have exclusive jurisdiction for any and all disputes arising in connection with this License Agreement or its validity. 12. Installing and using the software signifies acceptance of these terms and conditions of the license. If you do not agree with the terms of this license, you must remove all software files from your storage devices and cease to use the software. rar/readme.txt0000644000175000017500000000141612560111266011146 0ustar zz RAR archiver: * RAR introduces an original compression algorithm. It provides high compression ratios on executable files, object libraries, large text files, etc. * RAR offers an optional compression algorithm highly optimized for multimedia data. * RAR provides functionality for creating a 'solid' archive, which can raise the compression ratio by 10% - 50% over more common methods, particularly when packing large numbers of small files. * RAR offers the ability to create and change SFX archives using default and external SFX modules. * RAR offers the ability to create a multi-volume archive as SFX. * RAR offers a number of service functions, such as encrypting files, adding archive comments and repairing physically damaged archives. rar/order.htm0000644000175000017500000000572212560111266011001 0ustar zz How to buy WinRAR and RAR license

How to buy WinRAR and RAR license.

If you wish to use WinRAR and RAR after the evaluation period of 40 days, you need to purchase its license from one of the regional dealers listed here. You can also check the latest price list and buy on-line at www.rarlab.com.

Upon receipt of your registration fee you will receive an email containing a registration key file corresponding to the user name string which you have chosen. Please specify a valid email address when buying the licence, as it will be used to send you the key file.

The registration email will also contain all necessary instructions, so please just follow them. Below, we provide a brief explanation of the typical registration procedure, but instructions in the email are more up to date than this file and should thus have a higher precedence.

If you use WinRAR, you will need to copy the registration key file (rarreg.key) to a WinRAR folder or to %APPDATA%\WinRAR folder. By default WinRAR folder is "C:\Program Files\WinRAR", but it can be changed by a user when installing WinRAR.

If the key is archived in a .rar or .zip file, please extract rarreg.key from the archive before copying it.

If you use RAR/Unix and RAR for OS X, you should copy rarreg.key to your home directory or to one of the following directories: /etc, /usr/lib, /usr/local/lib, /usr/local/etc. You may rename it to .rarreg.key or .rarregkey, if you wish, but rarreg.key is also valid.

If you use RAR/DOS, you will need to copy rarreg.key to folder containing RAR executable (rar32.exe).

WinRAR, RAR for Unix and OS X now use the same registration key format, so you can use the same key with current WinRAR and RAR versions for all mentioned platforms. It is not guaranteed for WinRAR and RAR versions that are not equal to version included to this distributive. For example, versions prior to 2.60 used different keys.

Please send your further questions about sales and licensing to . English, French, German or Spanish please. rar/whatsnew.txt0000644000175000017500000004073012560111266011553 0ustar zz RAR - What's new in the latest version Version 5.30 beta 2 1. Sticky bit is displayed as 't' attribute in 'l' and 'v' command output. 2. Bugs fixed: a) archive comment was not encrypted if added to archive with encrypted headers using "c" command without -hp switch. This beta encrypts an archive comment in such case. Version 5.30 beta 1 1. Folder wildcards are allowed in RAR command line in file names to archive. For example: rar a backup c:\backup\2015*\* Recursion is enabled automatically for such folder wildcards even if -r switch is not specified. 2. New 'R' object for -sc switch defines encoding of console RAR messages sent to redirected files and pipes. For example: rar lb -scur data > list.txt will produce Unicode list.txt with archived file names. 3. Console RAR "l" and "v" commands display file time in YYYY-MM-DD format. 4. "Test" command also verifies contents of NTFS alternate data streams in RAR 3.x - 5.x archives. Previously their contents was checked only during extraction command. 5. Bugs fixed: a) console RAR crashed instead of displaying an overwrite prompt when attempting to add files to already existing volumes; b) console RAR "lt" command did not display seconds in file timestamp. Version 5.21 1. While previous versions could produce RAR5 volumes of slightly smaller than requested size sometimes, such situation is less likely now. In most cases volume size equals to specified by user. 2. Now by default RAR skips symbolic links with absolute paths in link target when extracting. You can enable creating such links with -ola switch. Such links pointing to directories outside of extraction destination directory can present a security risk. Enable their extraction only if you are sure that archive contents is safe, such as your own backup. Version 5.20 1. RAR can read the default set of switches from .rarrc file stored in the user's home directory. Previously it was possible to define only the same set of switches for all RAR command with "switches=" string. Now .rarrc also allows to specify separate switch sets for individual RAR commands using the following syntax: switches_= For example: switches_a=-m5 -s switches_x=-o+ 2. File overwrite prompt displays the size and modification time for existing and new files. 3. When archiving from stdin with -si switch, RAR sets the current system time to modification time of archived file. Previous version did not set this time at all. 4. It is possible to use -si and -v switches together. Previous versions did not allow to create volumes when archiving from stdin. Version 5.11 1. Timestamp is set to extracted symlinks. 2. Bugs fixed: a) deleting a file in RAR5 solid archive containing files stored with -ver switch caused such files to lose version information. Version 5.10 1. Switch -ai can be used when creating RAR archive, so predefined values, typical for file and directory, are stored instead of actual attributes. Previously this switch could be used only when extracting. Version 5.00 1. New RAR 5.0 archiving format. You can use -ma command line switch to create RAR 5.0 archives. By default RAR creates archives in 4.x format. 2. Changes in RAR 5.0 compression algorithm: a) maximum compression dictionary size is increased up to 1 GB in 64 bit RAR. 32 bit RAR version can use up to 256 MB dictionary when creating an archive. Both 32 bit and 64 bit versions can unpack archives with any dictionary size, including 1 GB; b) default dictionary size for RAR 5.0 is 32 MB, typically resulting in higher compression ratio and lower speed than RAR 4.x 4 MB. You can use -md switch to change this value; c) -md switch syntax is modified to support larger dictionary sizes. Append 'k', 'm' and 'g' modifiers to specify the size in kilo-, mega- and gigabytes, like -md64m for 64 MB dictionary. If modifiers are not present, megabytes are assumed, so -md64m is equal to -md64; d) RAR 5.0 format includes Intel IA-32 executable and delta compression algorithms, but RAR 4.x text, audio, true color and Itanium algorithms are not supported. These excluded algorithms are not efficient for modern data types and hardware configurations; e) RAR 5.0 decompression can utilize several CPU cores. Though not to same extent as in compression algorithm, it improves the decompression speed on large files with poorly compressible data or when using BLAKE2 checksums. 3. Changes in RAR 5.0 archive format: a) file times are stored as Coordinated Universal Time (UTC) instead of former local time, making file exchange among several time zones more straightforward; b) file names and archive comments use UTF-8 encoding. 4. RAR 5.0 recovery record is based on Reed-Solomon error correction codes. If recovery record size is large enough, 5% and more, the new error correction scheme provides much higher resistance to multiple damages comparing to RAR 4.x recovery record. Smaller record, such as 1 - 2%, or less random damage type would result in less difference between 4.x and 5.0. For single continuous damage 4.x and 5.0 efficiency is about the same. Additionally to usual data erasures, the new recovery record is able to detect deletions and insertions of much larger size than in previous RAR versions. Maximum insertion size is several megabytes. Maximum deletion size depends on the damage type and in some cases can be as large as the recovery record size. Still, the best recovery performance and efficiency is achieved if no deletions and insertions are present, so all data including damaged sectors preserve their original positions. Thus, if you use some special software to copy an archive from damaged media, it is better to choose the mode, when damaged sectors are filled by zeroes or any other data instead of cutting them out completely from resulting file. RAR 5.0 recovery record is more resistant to damage of recovery record itself and can utilize a partially corrupt recovery record data. Note, though, that "Repair" command does not fix broken blocks in recovery record. Only file data are corrected. After successful archive repair, you may need to create a new recovery record for saved files. New recovery record is not based on 512 byte sectors anymore and incorporates more complicated data structures. So it is impossible to specify its size in sectors. For RAR 5.0 archives the parameter of -rr[N] switch and rr[N] command is always treated as a percent of archive size regardless of presence of % character. Typically N% recovery record can repair up to N% of continuously damaged data and increases the archive size by only slightly more than N%. Ability to fix multiple damages is proportional to N. We used "Screaming Fast Galois Field Arithmetic Using Intel SIMD Instructions" paper by James S. Plank, Kevin M. Greenan and Ethan L. Miller to improve Reed-Solomon coding performance. Also we are grateful to Artem Drobanov and Bulat Ziganshin for samples and ideas allowed to make Reed-Solomon coding more efficient. 5. "Test" command verifies validity of RAR 5.0 recovery record. Recovery record is tested after processing all archived files. If corrupt archive contains the recovery record, it might be possible to repair it even if recovery record validity test is failed. "Repair" command attempts to utilize even a partially damaged recovery record. So treat the negative recovery record test result as a reason to re-create the archive if original files are still available, but not as a reason to avoid "Repair" command. 6. Changes in RAR 5.0 encryption algorithm: a) encryption algorithm is changed from AES-128 to AES-256 in CBC mode. Key derivation function is based on PBKDF2 using HMAC-SHA256; b) special password verification value allows to detect most of wrong passwords without necessity to unpack the entire file; c) if archive headers are not encrypted ("Encrypt file names" option is off), file checksums for encrypted RAR 5.0 files are modified using a special password dependent algorithm, to make impossible guessing file contents based on checksums. Do not expect such encrypted file checksums to match usual CRC32 and BLAKE2 values. 7. Switch -htb allows to utilize 256 bit length BLAKE2sp hash ( https://blake2.net ) instead of 32 bit CRC32 as a file checksum. While producing slightly larger archives, BLAKE2 can be used for file contents identification. If two files have the same BLAKE2 value, it practically guarantees that file contents is the same. BLAKE2 error detection property is also stronger than in much shorter CRC32. 8. Features removed: a) authenticity verification feature did not provide the required level of reliability and was removed; b) switch -en (do not add "end of archive" block) is not supported by RAR 5.0 archives, which always have the end of archive block. This block helps RAR to safely skip external data like digital signatures appended to archive; c) old style extension based arcname.rNN volume names are not supported by RAR 5.0 archives, which use only arcname.partN.rar volume names; d) file comments are not supported anymore both in RAR 4.x and RAR 5.0 archives. Console RAR 'cf' command is removed. It does not affect the archive comment support, which is present in both versions of archive format and is not planned for removal. 9. Switch -oh stores hard links as link instead of file. It is available only for RAR 5.0 archive format. 10. Changes in recovery volume processing in RAR 5.0 archive format: a) maximum number of RAR+REV volumes in RAR 5.0 format is 65535 instead of 255; b) recovery volume operations are faster than in RAR 4.x; c) additionally to recovery data, RAR 5.0 REV files also store service information such as checksums of protected RAR files. So they are slightly larger than RAR volumes which they protect. If you plan to copy individual RAR and REV files to some removable media, you need to take it into account and specify RAR volume size by a few kilobytes smaller than media size. 11. Command line RAR returns the exit code 11 if it can detect that user entered a wrong password. This code can be returned only for RAR 5.0 archives. It is impossible to distinguish a wrong password and data damage for RAR 4.x archives. 12. 'v' and 'l' commands display archived file names in the end of line, not in that beginning as before. Also some fields previously available in 'l' and 'v' output are now shown only by 'lt' and 'vt'. 'vt' and 'lt' commands provide the detailed multiline information for every archived file. 'vta' and 'lta' also include service headers into list. 13. UTF-16 little endian encoding is used in RAR log file rar.log, so Unicode file names are stored in the log correctly. You can use -scg switch to change the default log file encoding, such as -scag for native single byte encoding. 14. Command line 'r' (repair) command can include an optional destpath\ parameter defining the destination folder for repaired archive: rar r archive.rar destpath\ Version 4.20 1. Changes in RAR compression: a) Multithreaded RAR compression is enabled by default. You can disable it with -mt1 switch. Comparing to RAR 4.11, some speed gain is possible in single processor mode as well. Speed gain depends on data type and average file size. Several cores are utilized more efficiently when compressing large files. b) we had to increase memory requirements to achieve higher compression speed. General RAR compression algorithm allocates about 120 MB comparing to 40 MB in RAR 4.11; c) RAR text compression algorithm cannot utilize several CPU cores efficiently, so its performance in multiprocessor environment is much lower than for general algorithm. Also its decompression speed is much lower than in general algorithm regardless of CPU number. So we decided to disable the text algorithm by default. If you need maximum possible compression ratio for plain text data regardless of speed, you can enable the text compression with -mct switch. 2. RAR general decompression algorithm speed is slightly improved, though not to same extent as RAR compression. RAR decompression is not able to use several processor cores, so its performance does not depend on a number of cores. Version 4.11 1. Bugs fixed: a) if -x*\somedir\* exclusion mask was specified when archiving and if name of current directory contained 'somedir', RAR could exclude all files and stop creating an archive. Version 4.10 1. Modifications of switch -ag behavior: a) -ag can be used with all RAR commands, not just with archiving only; b) 'N' format character behavior differs in archiving and non-archiving operations. When archiving, it is incremented until the first unused name is found. In non-archiving operations like extracting it selects the existing archive preceding the first unused name; c) 'I' format character allows to specify minutes regardless of presence and position of 'H' (hours) in format string. It can be used instead of 'M' (minutes), when you wish to place minutes before hours or do not need hours at all. 2. New -log[fmt][=name] switch allows to write archive and file names to log file in archiving, extracting, deleting and listing commands. This switch is especially useful, when you need to further process an archive created with -ag or -v switches, because -log provides the archive name generated by RAR. 3. New -@[+] switch allows to process all parameters starting from '@' character either as file names (-@) or as file lists (-@+). 4. Volume size in -v switch can be specified as a decimal fraction. Dot (.) is used as the decimal mark. For example, -v1.5g means 1.5 gigabytes. Version 4.01 1. Bugs fixed: a) "Repair" command failed to properly reconstruct structure of RAR archives, which contained at least one file with packed size exceeding 4 GB. This bug did not affect the recovery record based repair. It happened only if recovery record was not found and RAR performed reconstruction of archive structure; b) RAR could crash when creating a new archive with -agNNNN switch if archive number in generated name was very large, like a thousand or more. Version 4.00 1. RAR decompression speed is improved. Depending on data type, decompression can be up to 30% faster than in previous versions. Both the general RAR algorithm and most of special RAR multimedia methods benefit from this improvement. The only module of RAR algorithm, which is not affected, is "Text compression" method. 2. Changes in -x switch syntax. Now you can specify a wildcard exclusion mask for folders. Such mask must have the trailing '\' character, like -x*tmp*\ or -x*\temp\ 3. Recovery volume processing involves less disk seek operations resulting in higher performance. 4. New error code 10 ("no files") is added to list of error codes. This new code can be returned by archive, extract, delete and repair commands. It means that RAR did not find any files matched the specified file or archive mask. rar/acknow.txt0000644000175000017500000001013412560111266011170 0ustar zz ACKNOWLEDGMENTS * We used "Screaming Fast Galois Field Arithmetic Using Intel SIMD Instructions" paper by James S. Plank, Kevin M. Greenan and Ethan L. Miller to improve Reed-Solomon coding performance. Also we are grateful to Artem Drobanov and Bulat Ziganshin for samples and ideas allowed to make Reed-Solomon coding more efficient. * RAR text compression algorithm is based on Dmitry Shkarin PPMII and Dmitry Subbotin carryless rangecoder public domain source code. You may find it in ftp.elf.stuba.sk/pub/pc/pack. * RAR encryption includes parts of code from Szymon Stefanek and Brian Gladman AES implementations also as Steve Reid SHA-1 source. --------------------------------------------------------------------------- Copyright (c) 2002, Dr Brian Gladman < >, Worcester, UK. All rights reserved. LICENSE TERMS The free distribution and use of this software in both source and binary form is allowed (with or without changes) provided that: 1. distributions of this source code include the above copyright notice, this list of conditions and the following disclaimer; 2. distributions in binary form include the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other associated materials; 3. the copyright holder's name is not used to endorse products built using this software without specific written permission. ALTERNATIVELY, provided that this notice is retained in full, this product may be distributed under the terms of the GNU General Public License (GPL), in which case the provisions of the GPL apply INSTEAD OF those given above. DISCLAIMER This software is provided 'as is' with no explicit or implied warranties in respect of its properties, including, but not limited to, correctness and/or fitness for purpose. --------------------------------------------------------------------------- Source code of this package also as other cryptographic technology and computing project related links are available on Brian Gladman's web site: http://www.gladman.me.uk * RAR uses CRC32 function based on Intel Slicing-by-8 algorithm. Original Intel Slicing-by-8 code is available here: http://sourceforge.net/projects/slicing-by-8/ Original Intel Slicing-by-8 code is licensed under BSD License available at http://www.opensource.org/licenses/bsd-license.html Copyright (c) 2004-2006 Intel Corporation. All Rights Reserved Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * RAR archives may optionally include BLAKE2sp hash ( https://blake2.net ), designed by Jean-Philippe Aumasson, Samuel Neves, Zooko Wilcox-O'Hearn and Christian Winnerlein. * Useful hints provided by Alexander Khoroshev and Bulat Ziganshin allowed to significantly improve RAR compression and speed. rar/rar0000755000175000017500000206742412560111266007677 0ustar zzELF 4j4 (444  TTT?P?P^  P D_  hhhDDPtdM  ##QtdRtd^  /lib/ld-linux.so.2GNUGNU*v"ʳsS:Z C~F' T!t ȁ Ҝc)K8&x fUa?BhxIkgX@B_~R13  }7gqfw9qh /RJ?ZKJ_xhQ!p%AP,,O* 3V7>+&X2?zg @ ,!t ,!@ D xl   !U ! N ,!@Пx`&D  !libstdc++.so.6__gmon_start___Jv_RegisterClassespthread_createpthread_join_Znwj_ZTVSt9bad_alloc__cxa_rethrow_ZTVN10__cxxabiv120__si_class_type_infoE__cxa_allocate_exception_Znaj_ZNSt9bad_allocD1Ev__cxa_pure_virtual__cxa_begin_catch_ZTVN10__cxxabiv116__enum_type_infoE__cxa_throw_ZTISt9bad_alloc_ZdlPv__cxa_end_catch_ZTVN10__cxxabiv121__vmi_class_type_infoE__gxx_personality_v0_ZTVN10__cxxabiv117__class_type_infoE_ZdaPvlibm.so.6libgcc_s.so.1__moddi3_Unwind_Resume__udivdi3__umoddi3__divdi3libpthread.so.0pthread_cond_destroypthread_mutex_initpthread_cond_broadcastpthread_cond_waitpthread_mutex_unlockpthread_cond_signalpthread_cond_init__errno_locationpthread_mutex_lockpthread_mutex_destroylibc.so.6_IO_stdin_usedputwchar__vswprintf_chkwmemsetfflushstrcpysetlocalembrtowctowlower__vfwprintf_chkwcsncpy__swprintf_chkstatvfs64wcscatwcrtombwcspbrk__open64_2lutimesgetpwuidmbsrtowcsclosedirgetgrgidstrncpy__wcsncpy_chk__stack_chk_failmkdirreallocclocktowupperstdintolowergetpidstrdupchmodflockfgetws__ctype_get_mb_cur_maxstrtolisattylchownsymlinkgetpwnamstrlenwcschr__cxa_atexitstrstrrmdirmemcmptoupperclearerr__fxstat64getgrnamstdoutfseeko64__wcscpy_chkmemcpyfclosewcscmp__memmove_chkstrtoulmallocgetpassumaskftello64remove__strncpy_chk__lxstat64opendirwcsncat__wcscat_chk__xstat64getenvstderrwcscpy__memset_chkreadlinkstrncatfilenogetcwdfwritefreadrename__memcpy_chklocaltimestrchrutimemktimefdopenreaddir64qsort__strcpy_chkbsearch__sprintf_chkwcsdupwcstolfopen64wcsrtombsaccess__strcat_chkstrerror__libc_start_mainferrorwcslenwcsncmpwmemmovesysconffreewcsrchrCXXABI_1.3GLIBCXX_3.4GCC_3.0GLIBC_2.0GLIBC_2.1GLIBC_2.3.2GLIBC_2.7GLIBC_2.3GLIBC_2.2GLIBC_2.3.4GLIBC_2.1.3GLIBC_2.4                 0ӯk t) 0P&y ii @ii ri ii ii ii ii ti  si ii #ii ii  @ l      @ D           $  (  ,  0  4 8 < @ D H L P T X \ ` d h l p t x  | ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A  B C D E F G H I$ J( K, L0 M4 N8 O< P@ QD RH SL TP UT VX W\ X` Yd h Zl [p \t ]x ^| _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~          $ ( , 0 4 US[Utn VX[5 % % h% h% h% h% h % h(% h0% h8p% h@`%$ hHP%( hP@%, hX0%0 h` %4 hh%8 hp%< hx%@ h%D h%H h%L h%P h%T h%X h%\ hp%` h`%d hP%h h@%l h0%p h %t h%x h%| h% h% h% h% h% h % h(% h0% h8p% h@`% hHP% hP@% hX0% h` % hh% hp% hx% h% h% h% h% h% h% h% hp% h`% hP% h@% h0% h % h% h% h% h% h% h% h% h % h(% h0% h8p% h@`%$ hHP%( hP@%, hX0%0 h` %4 hh%8 hp%< hx%@ h%D h%H h%L h%P h%T h%X h%\ hp%` h`%d hP%h h@%l h0%p h %t h%x h%| h% h% h% h% h% h % h(% h0% h8p% h@`% hHP% hP@% hX0% h` % hh% hp% hx% h% h% h% h% h% h% h% hp% h`% hP% h@% h0% h % h% h% h% h% h% h% h% h % h(% h0% h8p% h@`%$ hHP%( hP@%, hX0%0 h` %4 hh1^PTRh hp QVh US=P u?T   9sT  T 9rP []Ít&'U tt $ ÐUEf@@@@@@ @$@(@,@0@4@8@<]ÐU(]]uu } <$D$Ct$$yǃ ǃ$ ǃ( ǃ, <$i$ <$D$7$ t D$$L$؋u]}]fUS]E D$ $` CD$$Wǃ0 ǃ4 ǃ@ ǃD ǃ8 ǃ< ƃ ƃ ƃ Cǃ ƃ ƃ ƃ ƃ ǃ ƃ ƃ ǃ ƃ ƃ ƃ ƃ ƃ ǃ ƃ@[]ÐUS]t$hCC[]ÐU(]]uE SC9ЉCv,K u2t 9Bt$$tBs]u]Ív9vʉL$D$H $z ]$z [SC랉E$z ZE몐UEU 9PrPf+PU @u$6$8t$ |$D$$a>4$D$D$0$J D$0$2Ju 0z $z 1 $tGt$7Gt$%Ft$`Ft$Ft$$T$$z z z [^_]Ãt{tD$KD$$z V뱉Ɖ׉$$o$$z WD$$z Vr^$$z D$sVډJ$Ut$ÍU8]]}} us;sr1t]u}]f$UUDCtʉ]u}]fU(ED$E$xEÐfU(ED$E$X1uÍED$ED$E $ Ð&UWVSu} FXw VTFXF]E|$4$D$jt&yVXt JTNXV[^_]Ð1ߍUE@]ÐUWVS<E]u E׋CXw STCXC}|$$Ot-t$Eft}t8D$4$<uȸSXt JTKXS<[^_]fD$4$TƐUEPXw HLPX]ÐfUEPXt JTHXP]Ít&US]C$CCX[]ÐfUS]CCC C$CCX[]Ð&U (uu ]]}D{4$$D$t$<<$C]u}]Ðt&US$]E$EEEE\$KED$ED$E$t.E \$D$E$E+؃$[]ÍvE1؃$[]ÉËE$ US$] $~EEEED$E$E$D$ED$ED$E$E$[]ÉËEs${US]t$XCC[]ÐU(]]uE SC9ЉCv3K u:t 9BD$$tCs]u]Ít&9v‰L$D$H $z U$z RSC떉E$z RE멐U E]DÍ&'U E]DÍ&'UWVS,u] &t:>‰$ E$9Et9,[^_]f,1[^_]Í&'U1WVSU} t=EÉ$$9u)tmtEʐt&1[^_]Í9}[^_]US]$.x uy؃[]Ðt& t t݃ t؉؃[]ÐUS]$x t u y؃[]Í&UE$ÍUE$ÍUIUit ҉$q UEit t&IÐUE]0  UU]   Ív'UU]BA Ít&U1WVSU}  tt;Er  tt]ɍqЃ v^Yv^Y1w7JYЃ vYvHY7]1ۃ}F u[^_]Ít&뷍vW몍Yōt&'UWVS]U} ۋ 1u  tt]qЃ vbYvbY1w7΋JYЃ vYvMY7]1ۃ}F t9Ew[^_]Ðt&볍vW릍Y1 UW1V1S M t~U1uU썶Mуq0 YWBރ JWr0UB΅t9}v U:L:utu9uvULu9E wuMtUut}t ] [^_]ËM9ڍ&UUS vfЃ w[]Ít&UMt#1~ v~Pu]Ð1]Ít&UMt& 1_w _wPu]Í&1]ÍUt&Uuu]]tFD$E $D$DD3؋u]]ÍvUUE 9tU Et&Í&'Uuu]]tE t$$D$$؋u]]ÐUS]$~U)…~E T$$D$؃[]Í&US]$U)…~E T$$D$/؃[]Í&UWVSlEu] eU1҉E1Nv4$\$D$ D$ 4$\$D$ D$ 0D=Ɖ tBx;}rtMuZ9uUEe3u l[^_]Ét&U1WVSu] Pf4$\$D$ D$ ,4$\$D$ D$ 06Ɖ t@x;}rtM fZ9uU[^_]ÉƐ&US` ` v ` 1ۋE À \$D$$9ǃ[]Í&UWVS E]  u f t t}11ɉ]}tJ"t5]t9Mv ]u׋]t [^_]Ð"t֐ E  ]u뢍t&}t9MvU"띐t& 1[^_]Í&'U1҉WVS Mu11u%t&t |%W֋UUPЃ wvPЃ v-tsuw)E9sj9s4E }t&<:9r}׍\;}WUu ElE;]s(%}OGEU uuӍu  [^_]ÐUS]$~ t&TEڃ[]Í'UWVS1ہ u} Vu/u.uz.uz/J Dߐt&~\uWFD$\$D$\$H@uf9t4΅tD\؉tQ.uۋt҃/u.u~.u VFDft&D$t$$\$<$ [^_]Ðy؉뀍t&'US]$>M))щME[]fU1Ut$ D$.$)Í&U(]]uu }}tL tF$tt0|$$D$ }}u u]]]zf]u}]Ít&'UEtuÍvU D$ $T$Q UE$1tE $D$%Í&'U1UtD$ $Ív'U}/]Ít&U1]É'UE$1É'UE$ÍU]]uu $t*|/t#9sE  ]u]&]u]Í&'US E$D$D$I$D$iE $D$D$E\$D$E$  []ÍvU(uu]]}} t,$i\$<$)9Ft$]u}]Ít&'UWVSDLHƅG+ DЍXD$T$$RXtV1ƅPƅT%u&TWXt{ƒ}uփXTu]$EE9ED$$L$,DžX+D$XD$P$UؾtB֋])غ$I)))ÍzMED$ D$D$D$X$ED$ D$D$D$^${ED$ D$D$D$d$NED$ D$D$D$j$!ED$ D$D$D$p$ED$ D$D$D$v$||$D$ D$D$$Et$D$ D$D$$vED$ D$D$D$E$IHD$ D$D$D$E$U1׋X ҉t=\1uZt{}uދƅuꋅXDžX111 vʋX~{}t؄uԈ<$n$p D$<ǁp EX$t8/uCt$\$<$Ee3ur]u}]Ít&t׍t&$D$t"t$|$$Rt$<$|ƅfUE]8/fUE]8/fU(]]uu }$;\t]u}]Ð{\uCD$\$otՃD$\$XtD);Es/<\$4$D$ >]u}]Ít&11f$뺍UED$;]uu $=1tC$t]u]Ít&UWVS쬲E} eU1]9tUD$<$T$<$wdM9ljsB1t&309s#$u019r݉dM<$1tVUe3dMĬ[^_]Ít&ED$` <$D$<$<$dMuD$|$$=D$D$ $m$m\$$DžxmhMDž|mDžmDžmDžmDžm v$-mD$t$$Ft`D$$0D$t$$,tD$$jttUt$<$T$:$-m$r&dMQÍm$$-Ɖ$, UWVS"E}爅f$ tTED$$D$UE<$}uE \$D$E$SČ"[^_]ÀuփvыE$D$$D$UN؉<$k렉'UE ]Uu]ut4t.9tt$D$$tD؋u]]ftt$\$$LfUE]] uut?P1v ]u]Ív t$$D$I]u]f$  t(t$ \$D$$]u]Ðt$D$ $ufUW1VS,E] uEEEEt$\$<$D$ t%t$$Et$$D$}u ,[^_]Ív$Xu뤐U(uMu ]U}]9}d]u}]Í&~61 tdkd\$L$ $T$]u}]Ív9r1 tfU1(M]]}Uuu tdkd\$L$ $T$]u}]fUWVSL] EU}EUEȉ<$EEȉ]܅t&mK]ܾUЉ|$]$\$E|$$D$U9u܉U^9]wXvEEEЋUD$$Uԅ~oE؍tU|$ET$$79u]؍^9]vUEẺ‹Ẻ$UĉD$UԋUĉUỦU|EEUЉ|$$T$EȅmEȋUЉ|$E$D$EȋUȍt9u܉UE뢐E뜋EЉEL[^_] L[^_]$z 5,nU$z )D$D D$z $z z z z ÐUEt ExÐUS]CtE[]Bf{u[]ÍCD$$z g,CfUWVS<]eU1ҋu Eƅ{ǃ u ƒ1ҨD$|$4$w<$T$utz D$<$SCC CCD$t$$Ue3<[^_]fyqD$$;tV mt&D$|$4$莿t&k8t&C1C Cc<$1Tǃ &'UE @@@@@ @@ǀ @@@]ÐUS] ESPSPSPS P SD$T$$C[]Ðt&USE] D$\$$R¸u\$$z -1[]ÍUE D$E$tfE Ez <(U8uu }]]eE1D$|$4$ý  E<$D‰D$CC CCCD$t$$mCUe3u ]u}]USE] D$E\$$0¸u\$$z +1[]ÐUED$E D$E$tÍvE Ez &t&US$]Ct {tCC $[]É$CC u(1{t׃\$E$z (E$[]ø밍US]K uSt$`{u 1[]f][]UEP t"xuxuEt&fÍUS]$][]U(]]uu }t$$u#t$$D$_]u}]Ét$$uˉ]u}]Ð&'UWVS,u]{ CSUM D$ t$D$ $9Ɖ{ K ED$$z D$L&tC$C돋ED$$z D$(1C,[^_]Í&CN$D$ $IC*C$eA룍9sP$UP}؉M+EUD$ D$T$$U91NUVS]{ toC{uN$CD$D$ ED$E $]ƋC$¸Dƃ[^]Ðt&$CC롍& C늍UWVS<]EE{}CEU |$$T$0u0{ǃ t {ucC t${|$$z  '<[^_]Í&E$z EԉD$$u}$PE؉Uit&E1t1t& 1EUD$ D$T$$QE$)=G‰D$E D$YD9}wCU]Ðv'U(EMED$L$$R EÍU(E D$EED$E$ZÐ&U1]Ð&U]Ðv'U1ɉVS0E eU1ҋu]t P1҅t S„th$҉u[D$\$4$ѶD$$_Ee3u-0[^]Ðt$l$^UEEv'UxE@$,UT$$D$ED$E $ÐU8}}]u<$PËD$ D$D$<$P<$P\$t$<$EUD$ QEU]u}]ËED$ \$t$<$RE$fU(]]uU}u }Kt@ttt?$1CT$ t$|$C$κ]u}]Ít&$P뿍&'USE]UD$ E $T$D$Iu{t] Ez [] []fUEP1t$f$nÐUWVSLEUEEEȍE؉Ủ$EED$UȋÉ5 E11}uv}EȉEZ}E |9EsEU؋MUԋD$Eԉ $D$R tUUԋM D$T$ $׀}tA}tE멍)]Umt&}nE؅t$臹L[^_]ËU؉Åt$j$bU(]]uE SC9ЉCv,K u2t 9Bt$$>tBs]u]Ív9vʉL$D$H $z <$z  SC랉E$z  E몐UVS u eE1ED$\$$YEE$D$蠵1u"8Ue3u [^]{t&'UWVS, }E ƅ1Džƅ &)$O9D$ |$$T$˷DŽD$D$$ƅuG$0 T$$I $ $H D$- ƅ#t, [^_]É<$p$fuD$D$<$ UEE&'U1]É'UVS(eE1ED$t$$D$\$4$ T$EÉ$Ҳ1҉1uMe3 u Ā([^]t&US$eE1ED$\$$^D$$讵Ue3u $[]蟸 Uh@uu]4$$t$$DžDžDžDžDžDžD$D$$.$0]u]Í&4$]u]ÉƉ$4$tt&UE]%=@Ít&'UE%=t=t= ]Ðt&]ÐUE]%=Ít&'USeE1ED$\$$螭D$\$$u$@D$+Ee3u Ą[]UE]%=Ít&'US$EeU1҅t*D$\$$D$$該Ee3u $[]? USeE1ED$\$$莬D$\$$1DUe3u Ą[]轵'US$eE1ED$\$$E $D$迱Ue3u $[]PUWVS E]$ְ$EE$$Ɖ Mb111ቝ i)‹U ;t&tq|$$DE$t] eBD$t$D$| D$ 2D$D$2<$<$;E rEE [^_]Ív'U8eE1E}} ]uD$\$$mD$t$<$Yt$$药Ue3u ]u}]蚳v'UWV1S$D$2D$ D$2D$ $ӯ؃5 tD0D$D$ .$t$ D$D$2<$<$u|$$[^_]Í&'US$eE1ED$\$$$FUe3u $[]g&US$eE1ED$\$$辨$VUe3u $[]&US ]0Vt0$t¸u$a []Ð&UWVS\`4$ED$ \$D$ $\$4$DžDžĿDžȿDž̿DžпDžԿvD$\$4$<t8$D$ lj$ΰtD$ܬ <$躰t1f4$\`[^_]ÉÉ4$$dt&U(A}} ]uu<$4$\$1ۉ$ht؋u]}]Ðt&|$4$?t׍ $$ D$t$$u11ۍ$ $s؋u]}]Ít&D$|$$Vt$UT$$D$mx$(T$$D$AXEU3,3( >EU3U3E *Í$ $$ð UXXeE1E]uu}} \$$D$\$t$D$ D$D$ $販Ev_$ D$ t$$ԧOԧt$<$D$Ee3up]u}]Ðt&D$t$$莤 !%tDJD)T$t$<$,赭t&UWVSEMU }E|UeU1҉ $Ppt$E É1E u&D$ D$D$$PDžDžDžDžD$$H\ $z\$l\\|$D$$R]|$D$ $8]E DžDžx t| D$ $D$R uFxt7\$t$ $T$D$$+֬|t|$D$\$\t|$$D$\5 )t&vE |t\ $_|tJED$ $\EċEȉBẺBEЉB EԉBE؉BE܉BEB $Z\$Zt$ tpL$D$ T$ $PEe3Ĝ[^_]ÍDžDžDž$DžDžDž$É$Y\ $Yt$/tpL$D$ T$ $P$.뛉륍UWVS,A<$fED$<$D$<$OE؉EEEED$$ED$D$$y|B11ED$<$D$9|9wD$ D$D$<$<$6<$E؅t$迤Eat$u+E$É<$S,A[^_]Íރ^É<$$EU؉Åt$4ݐUhEEEEE E̍E$5ÐUWVSLEUu ]EEUU }$EԋMԋEUU(ɉE؈Ut Et&$td1UD$E؉|$T$U\$D$ ET$$it-txuD$$z W$uv}t#|$\$4$tGL[^_]f$D$]L[^_]yU1t͋UL[^_]Ð$D$}] uL[^_]t&'UWVSL E$sU$UǍD)t&@BtvU|$ \$T$D$D$ D$ D$D$4$4$LuE Ut$D$$貹L [^_]ÁL 1[^_]ÐUS$]ED$ȍ$1t EU$[]Ð$($[]fU8]]Uuu }}ȍT$ Ut$|$$Ut]u}]Ít&u u}}]]U]fU8]]Euu }}D$ ȍt$|$$;tE]u}]Í&|$t$$p]u}]ÐfUEƀzv'Ut$~ÍUVS]H tt4$$4$lčt$R ȍ$8$8 $躾][^]Ɖ$4$ʤƍ $芾މƍ8$މƋ  ȍ$ȍ&'US]$][]遝Ut$>ÍUt$ÍUE $ߝɍD@ Ð&UU2u 12tT$$z `Ð&Uuu]D$^$D$A$D$D$ 詶$D$I\$4$D$]u]Ðv'US] D$ 11+$D$T$Q$D$ET$ D$3[]ÐU]ÍUWVS,]u $9 H E$º8E$ȍǃǃE܉$Lǃǃǃǃǃǃǃǃǃǃǃ ǃ ǃ ǃ ǃ ǃ ǃ ǃ ǃ ǃ ǃǃčǃǃǃt$藞ljƉ$$׍dC1ǃ1ƃ2ƃ2ƃ2ƃ2 ƃ2ƃ2ƃ2ǃ 2ǃǃƃ2ƃ2ƃ2ƃ2ǃǃ1ǃ1ǃ1ǃ1ǃǃǃ rǃ$22ǃ(2ǃ,2ǃ02ǃ42ǃ82ǃ<2D$$HǃD2ƃ"2ƃ@2ƃƃ,[^_]ÉƉ$`4$舟Ɖ<$讘 E܉$E$E$뭉É琐&U1U SMt9Rt[]ÃvYEtBvM1auyru݀y!u׀yuрyuQtt1뭀y~uy^u1뙍t&Uuu ]]4 9w*s8F$ u0 4 ]u]Í;0 r]u]Í&'UE SUtX[]Íǂǂ[]ÐUSED$ 11$\$L$R[]ÍU E$U t$|$2tكэQ1Eы,21֋(2|&~ )(2,2$t$|$]Ð9wǀ(2ǀ,2$t$|$]Ð&UUE 2tكA1E]ÐfUEU UU]ÐUSUM 12ttX12tEu@2u.Z\$$-cU\$$/SU[]fT$$,-UD$$z YfT$$+T뮍T$$-T뎍UWVSE uEE8 0 @ EEU]uEEEčEЉ$,UD$$iEfDžhC ML$$}E utfUft^Et:~3)vED$EЉ$*܋E؍ f hE\ŰtŴEEUMЉ $T$UhhfՈPtLEĜ[^_]ÐE$ wD$EЉ$xEQE$}막ËEa$&Uh]E ]uu}E4$eE1r$ D$4$D$D$D$4$}D$|$4$VD$E|$$S$ D$ D$E$REEe3u ]u}]NËEt$UWVSL] ED$$EeE1EEEEƉD$Eȉ$VEȉt$$D$slj$|$D$$uD$ t$$>D$Eĉt$$QEȉ|$D$Eĉ$QEEe3uL[^_]DËEj$fUWVSL]uЉ4$D$D$4$1@ƒAE‰ƒ@E‰ƒ@D$4$E‰D$@ucA@)@tBD$4$D$^E t$D$E$(EL[^_]Í@EĉNj!%tDWD+}D$4$|$Eĉ|$4$D$A:AEĉNj!%tDWD+}D$4$|$xEĉ|$4$D$E@BD$4$D$>ËEo$UWVSL E]4$E eE1vD$D$4$ D$4$D$@D$4$D$ D$ |$$9!%tDSD)\$D$4$3\$|$4$t$D$$E Evč$D$ D$D$Rč$Rkk( $k$  k U 4 D$$UM$D$ T$L$P$D$D$ D$D$$D$ D$D$PĜ[^_]ÍL9Eƃ kP96&E ER,EA2U2fu D$$"1ǃ ƃ U/v D$$ޟ9(2[EF}1$^t$E$2uUMċčL$$P$V_ D$@D$D $_$ ( D$T$ , 0 $T$<HkLkIME 4$L$D$$(b]t$E$>ËEƺ$N`ËE$qY$9`MÉ $\Y$$`t&UWVSlE}u ]$D$UbtUƂ Ƃ < 1t& <x*9wEEEEf{EEEEEEEEE|$$j}TU UЃҺEU9ÉUU11]UċUUU։u]]4uĉ9EwMEă18!uĉ4$XÉD$E؉$bE؉\$D$Eȉ$:WEȋuED$4 $ ED$D$` D$\$D$ t$$E\l[^_]Ít&E~ f1ɀ~M&E؉|$$bE؉\$t$$YEEȉ|$D$E؉$SMUȃ1U]ă$)WƍCD$E؉$aE؃t$D$Eȉ$YU]1]qËEm$\ËE蛸䐐&UH}}uu؉]] EEEED$t$<$(ED$4$EzEԉ$D$1t*ut$D$E؉$Tt&CD$D$E؉$R$U$D$zE]؋u]}]Í1ߍt&CD$D$E؉$xV릉ËE$[t&U;}E }]uD1eU1Ҁ2u#Ue3]u}]Í<$P1É?@D$ 2D$<$T$P<$L2- f@1-0-15@$迗1ƅ-<@D$|$$D@|ƅDžD$D$$ @`L$$@`D$D$$"ƅtt0D$ 11<$T$L$P<$#>u2t }$D$ 11<$T$L$P2@2t 2u<$P֋1Ë1Uԋ1EЋ1ŰEȉU;t&D$ 11<$T$L$P<$:=u12t \ 2f|$|$$:AL1[^_]Í&E؉$EEEED$a<$PU܉Eċ<$T$U؉T$P U1ۉ}Љ+EčH&9}8Ru)ډT$$M"MtӋU1u-~)~$}9RuySuyFuyXu&}]ċ 2D$ \$D$<$P1U؋ 2莥112t  2EЋUԉ1Eȉ1Ủ11UĉD$ \$t$<$P2t2_GD2D$<$A@GD$$}v1}詤1fD$T$<$P uLJ cX<$PD$ <$D$T$Ӌ1|$$;d1tUD$<$T$P [ED$ \$t$<$RE$ HËEѣ$G&US]E $D$~1u[]ÐD$$¸uލCD$$8$1[]Ív'US]E $D$6u"2t!E Ez []A[]f\$$85ʐfUS]E $D$}]E []sUhEEEEE EE$ÐUhEEEEE EEEE$迗ÐUEU 9PrPf+PU ,RU8]]uu}} Ct$$EIEu]} uE}]gBU]]uu D$$ICL]u]ÐUt$@ÍUSd](td[]Ð(D$CD$$4t(uB$Y}E$EEEYD$$z ƀ-d[]fU]]uu t-t]u]Íu]u]B&4$B뽍v'UWVSl]eE14$\$h1ҋ 291$D$4$m$$|ED$D$4$j4$ if4$h111ǃ11222@A9}1f:t$Z>Ue3yl[^_]Ðt&91D$4$llD$$fEǃ4$$h4$hǃǃ4$g4$g4$glj4$xg4$gg̀4$Sg<D@ 4$$ D$<$D$ƃ=97Í $$f9UWVS ] UEe M1ɉ`ST+E;Cr<)ƒCv2`` APL$^ u"Me3  [^_]Í&sK9t)΃|9vwčd$m^lj֋C`DBt*PvjdCK)ȃkt uՋ`@$ ^XGX`BPwd+DDž\Xqh$ vt&XPD$$ƅoZt&LJu $D$K11pt<$D$\Ë1ptu11 : OOEƉpD$$V$ppB BQ Qƒ   O 7 7Ɓ 1ҋpÁ 1҄Ɉ u ٺ⋍p  4$GFpB4$6FX4$EpBǂ` 4$ Fpd $ED$EF $~E0F4$EfH4$Ep Bǂ t/B<< pǂ t&pAǁ <<t pdž pǁ l1Ou pFpB   XpDžP@@11DžT p1ҋFډH XL 1PT@P T tdžP džT Ht$=F؉X\$$EOƄ pA p@ D$\$4$(1pD$ $ HT$T$1MH<$L$_p<$t$^t%pD$ $ D$DpD0 t$$Up@  Otp<$L$(pH L 1 1D$$aE9t*Ƈ2D$$z zo fD$ $E9tGytf4$>f-f$ p00t0x0|000f0$A>0 $->0P.j.T.X.\.`.d.fh.$=fl. $l=fl.fn.v fLJl.f=v fLJn.l.4$D$p.D$>n.4$D$p/D$>l.Ƅp.n.Ƅp/o0000000f04$<04$@<04$2<04$t<00000000f04$;04$;04$;04$;04$;f=f06D$0D$$0=0Ƅ0LJ ƒ¨҈$h4$:$2FLJ-u- ---$h:f-$3:- $:-4$+:f-&<$PË։<$PD$ D$T$<$QDžpƅX<$QXDƒpXu؋D$ \$t$<$PXs@<mpǀ XpƁ D$$u$( ,04$8f8 $8,<у22@2€22u f8@222$<8DDž@DžPP@؍ DPt 4$7D$D$=JD|T$ $eHtDžXt5)1$*7 9X׋D|t$$HPPPDpD$4$ HD$8pr Z +XFE~\ t$$pt$ 4$D$A8HD$ ${pZHD$` $TƇ2 $B6ƍ$26p@XTDžP @@ 1J $5GD$D$$Ƈ21A%=ǁ ǁ hpƂ 1$i:! t€DЍADȋp҃) D$XD$t$$)ȍ D$ L$><t <vepǀ eHGD$$T$pdž .pǁ fLJ0p1ҋ K C CC  <$PD$É։T$ $T$9?D$D$ $t$w\$t$ $T$>9p^% pX \$tK11fE֐1f1EEffyu<[^_]Ð&US]$8ǃfǃeGfǃ!fǃsfǃR[]Ít&UEǀƀƀƀM]Ð&US]EM t0&(u[]ÍUWVSUEM f4ځPf]f)f3ff3U 1f 1ff0my[^_]ÐUWVS EM U1҉}<3|3|1}}|1}}쉸u [^_]Í&'UWVSlME eU1ҋEƋV]3@1։U]1lj}}W 1ډUĉ?E؉}ԋ}}܋B EE!]uuĉEĉu֋E 1؉9 9%  ‰3E3U9 9m  3E}7}3U3GE3w3G EԉD$ $Ee3ul[^_]&UWVSME XEU31p@ U䋑]]3E1ЉE"&]uuEu֋E 1؉9 9%  ‰3E3U9 9E  3E} 7]3U܉3CE3s3C ] M[^_]gUWV` S]E eU1҉H$HdD$T$L$ T1򮍻ǃyǃm?ǃ5uǃ#уDxb1t ftDžLD1HL9T9+L%P9tQ4 84  %49Pu9DcLL;DtZDD9wƄd9v1dD$$9DwMe3 u*[^_]ÃDuff~t&UU ES []Ð&UWVSEU]MHE @eU1ҋHD1ۉL?i0H@8L$$?8Dtz,t{HD0u_i0HB R UԋPU؋P@ U܍EB R UċPUȋP@ ỦE,t0,LL$D$$$6DۉLt#DLSPL(1ۉT$ˎPt&L(T$ $D$D$ 迎(D$ D$D$${?wP'T󥍍l$D$L$\|؃T5X(D$$D$XH@EԈUՉE׋\U։E؈UىEۋ`UډE܈U݉EߋdUމUˆEUEi0ȹ󥋝HDfi0҈ ,Hi0Uԉ U؉U܉UUi0Uȉ Ủ$UЉ(D$$:?]čuԉ\$D$ D$Ht$$}sD$4$9D$$9Ue3u.[^_]Í DPQPN&'UWVSEu }E eE1@I1d69w?Vt&6?v􍅌$讑$D$@\$ED$D$$őED$$z $Ft1\9u?wf3\?vD$@\$$RD$ D$$2 D$$Ee3[^_]Í$衐|$}ĉt$ $ِ|$$蝑$j$D$@\$蠐ED$D$$聐ED$$6 $d$ft&'UWVS E]uċU} eE1@U D$ D@FÉD$ED$@$@Ƅ@ƄAƄBƄCD$E \$ ]t$D$ $EċDž8Dž<EEȉ,0DžEẺEEЉEEԉEE؉EE܉EEEE$$4($1tt&UE T$ D$ t$D$$HEEċEEȋEE̋EEЋEEԋEE؋EE܋EE10 u;$rEEBEBEB EBEBEBEBt+4($@$D$D4D$ $4D$ 4$4UD$ $4Ee3u [^_]aUWVSEM}U`E\M$h](dE le M1Ƀ} [^1TÉpixpE 9 Mu܋p\TD$P$|$KP0!ကtD΍pDM )D$ML$ML$MĉpL$hPt$<$L$D$ #<$D$33P} `ix tt fhN?~hwqwqw }ĉq  ~NuȉqủquЉq uԉqu؉qu܉quq} } } } } } } } u u u$ u( u, u0 u4 u8 PD$ D$D$ $1Plt5ElEAEAEA EAEAEAEAtE1CM03 uD$ $P.1Pdt5p¬dD$ $D$[|$D$jpD$ $0Ee3x[^_]Ë`P$L$2P hltptTD$ P wD$D$ 4$I0GEċG EȋGE̋GEЋGEԋGE؋G E܋G$D$ D$D$ E4$/Pt: A I MHMHMH MHMHMH@M: EA I MHMHMH MHMHMH@MEEĉpUWVSlE }EeE1tEe3l[^_]ÍvED$E_D$ \$D$ $_EGEĉGEȉG ẺGEЉGEԉGE؉GE܉G 느t&EW1ۉD$Eut$D$ U$D$ 1G1Ӄ u_UWVS,u4$w/t04$a/uEƉE4$?/tx4$)/uE$lU10ǂ}fxǂǂUf´,[^_]Ã})ڋ]i0;]tj0$,}tZ] ;]tLx$,}t4E)ix;]tx$x,4$^}t];]t0$L,v'UWVS,}D$<$~,D$ 4$n, tt&x$+9utt&0$+9u,[^_]Åt 9txE$+Et9t0$+4$jv'UEM vÍt&UL$ L$$T$DXfUWVS,]u }w-$ ìt$ |$t$$~\,[^_]1tfET$$E9wf}u ],[^_]Cvtt&(u념UE]]uU}uTE$M PE(LeE1t}u#Ue3b]u}]ÍEdDHD$|$$+dD$D$<$_D}Hv4d$D$)D$<$)Qt&E$ LɉT$|$ \$D$ PL$4$D$E D$TD$wvɉT$|$ \$L$4$5TdT$4$=dD$4$%dT$4$> t&UWVSL} D$ $ t2D$ ED$|$$$9u L[^_]Ð]$EE/$'EЉULƉ]uԅt z 1҉]uĉMfuĉщЋ] t1]MЉuԋu1E̍9w}̉=z L[^_]Ív'UU]Huuԉ}} eE1D4$D$$ft$uD$$蟀t$$cD FljD$t$$REe3u ]u}]U1ɉS]Cu5Ⱥ&5 t uuu[]Ð&UWVSUE] t.U2 3z uމU}Uމ]Ӎ&N1‰ЉEŁ 3~ 3 3z 3 3 3 U3 wU]\Ut2 3z u[^_]ËUfUEVMS] t1ҍv4ɉ 9w[^]É'UW1VSE1ҹ#t&É؉5BׁWlɃtÃuuMTmu[^_]Ít&'UWVS$}E]u EtE81҃.\tt .f<ډ[^_]]D$.M؃$M؅uE܉)v UX@]]uu}} ȿ4$C,ȿ$u$/\Ҹt1u]u}]Í&D$D$4$HD$ĿD$<$(C4$<$$‰Ƹ 1dȿ]u}]Í]u}]ÍD$D$4$xĿD$D$<$XĿȿ@1&ȿf$uJ$Ŀȿ$1,4$;uĿȿ1WȿUm M>ՁޱȉQ]Í&'UEPD$D$ *!Nb$T$Ð&U8}}]] uWD$D$ *!Nb$T$oEE$!WƋ@lFCF CFC FCCD$D$ T$$CFCFC ]u}]Ð&USD] ECE̋CEЋC EԋCE؋CE܋-lEẺ$IK1ہ>ՁޱEӉXD[]Ð&'UE]PÐfUEU MH]ÐUHEԉD$E$xEU ЋU ЋU ЋU ЋUɁ ÐfUHE Eƒ҉U?U UU܉EԍEԉD$EU؉$Ðv'UxE]Mu] uP u $D$ 蠿]u]ÍUԈMĉT$$~MĄtnEYщt$$D$$ ED$ ?D$D$(E T$,D$$ED$ E܉D$E؉D$EԉD$']u]Ðt&Et$$D$ D$$ED$ ?D$D$ E܉D$E؉D$EԉD$Ѿ]u]ÐU1VSP] Dr1t&Fvt'$?t1wԋT TQЉTΐEMU]EЋEɉE̋EEȸDȅ҉ME‰EED$E]E$P[^]E1۸EEE뵐&U(E$Mm>ՁޱQfU11WVS,u tZ1E&|CЋ^t/$/uۉ$^1ufeMEU܉ $OMEU)Q,[^_]ÐiQ}1늍vEȋC\PH\$ 4$UUȉMML$ T$öK\EUAQ&؃ChT$L$UM$MUv'UX]]u}{Pu]u}]ÍvsX0242D$T$ L2P2$T$Lu;2tT2X2T$ L$$0242T$L$L2P2T$L$T$L$ ,202E$L$7 E䉃2]u}]ÐU]Ðv'UX]]E}U uM{P}Et sTtt]u}]Í&l2Eԋp2E EtE}d2h2E䋆$L$U܉EEM؉|$D$ U܋M؉EԋELuE;2vE|$T$L$D$T$L$ D2H2$L$ Eԉ2)t&UWVS\}]TEu t2}{TEẺu1{(SL1ɋCH9щEU 9EMu؋E<2EU܋U@2Uu+EU܀!2CHSL tTE2D$\$<$D$ 4)uuЀ{({T1C,S0D$E T$$ SHKLs,C,UM)&M䀻!2GCL$MЉ<$L$P ƋC`D€ CHSLEUt&ƃ"2\[^_]E1KTt<$2(2D$ T$<2@211$D$T$t TuuT/\[^_]Ðt&T1;u E9EEԉʍ)…OvU 8t$$T$'둋UЋM̉t$T$ $hfU]Ðv'UWVS]E}1ǃ 2ǃ2ƃ2t&t\ 2= 2wi)‰T$2D$CT$uNjE 2=ˆU [^_]Ít& 2=ˆU [^_]Ív=ˆU [^_]Ð&U]]uuKC)9Gu9t7]u]ÍvCt$D$E $Bs]u]ÍvCC]u]ÍUWVS<]}\2`2Ɖщu t UjfE |$$D$%PLK\CRCTƂQLIQL$$D$ ƀQLC9Cu\2`2uEEEƉщu"EEEEu},202L2P2 Mt)\2`2E }ЉD$=$|$eC\t$ 6t$O躵Eԃ<[^_]Í&}&9v{2 2)9F2T$U؉D$E $'U229< 2EUԋEԋMԉE\2U䋓`2Mf`2EԉE\2Muk\2`2uEljEE}`t&s C$9F} uԉuЉt$D$<$DEs$)s E\2U䋓`2CT)׋u ։U؉|$t$$Q U؃E\2`2EEEEUEU @@]Ðt&UEǀ 2ǀ2ƀ2]ÐUM EUtHTtPXǀ2ǀ 2ǀ2ƀ2]Ð&'UEU HD P@E]Ð&UH} ]Eu]}UM u$}(uQD$E|$ t$L$D$ ET$D$D$8$T]u}]ÍD$E|$ t$L$D$ ET$D$D$Ch$T]u}]UEƀT8E颳fUEƀT8EҳfUEU @P$UP ]Ð&UEU @4P&'US]$n$D$[]Ð&UEÐU5U Í&'US]E $D$]E []&'USїu []f$Ht鍝\$D$$J\$$X[]ÐUS]E { uD$$ $u]E []UE]] uux t ]1u]Á$*u u]]]VUSE] x t 1[]Ðt&$][]v'US]E { uD$$ =$]E []US$ED$E $D$ D$D$D$\$$rWE$7$[]Í&'UE$D$E D$E Ez \USE]$D$E D$|]E []&USE]$ D$E D$<$t]E []USE]D$E $D$]E []LUSE]$ D$E D$$]E []PUE D$D$E$Í&'US]E $D$]E []fUSE]$ D$E D$$T]E []UE D$D$E$Í&'USE]$D$E D$$]E []@UE D$D$E$Í&'US]E $D$]E []UhEEEEE EE$ÐUhEEEEE EEEE$_ÐUS]D$$ C[]Ð&US]Ct$跙][] v'US]Ct[]Ð$LC[]ÐfUUE ]ÐfUVS ]$ @}tQ$D$I $a $D$/ $D $D$  [^]Ð$ED$E [ ^]Ð$D$$$D$ [^]Ðt&(uJ0wVz΁47;usC~/44J0ƐF $D$A[^_]Ít&1[^_]Íݐ&UWVS<] uK8{SPNK<NK@NKDN KHN$KLV,N(_C, 9GЅ {F0F4*C~D$|$4$N %<}ԿCCǍST{CX<$nV0F0t1@D$E<$NSEL$D$$<[^_]1ҿ FKU|$L$$ӋUC,9GЅC(~T$D$<$褋&t&; )뇐&UWVS,U]u }J BF $UD$t$*1ɃUvv2 9u$UMD$MGU8D$<$WJɍЍZ OZZZ$BB~=1X$t!(9~'puX XX$uvXX$(9ك,[^_]É\$t$$^ED$<$=WJЋEO(BB B BBB$B딐U(]]uE SC9ЉCv2K u:t 9BD$$htDs]u]Ðt&9v‰L$D$H $z d$z HSC떉E$z 1E먐UWVS\E Ue M1ɋuEEUEV]N>EM]] 3 MԋJ3KM؋J3KM܋R 3S U]3UԉUċS3U؉UȋS3U܉UUɋK ]3M@t3@x]ΉM3@p3@lUMȋ@t3@xM3@pM3@lPUM̋@t3@xM3@pM3@lPUMЋ@t3@xM3@pM3@lP VXPH ]UMt& QI3MċJ3H}ĉMȋJ3HM̋J U3H @t3@x}ΉM3@p3@lUMȋ@t3@xM3@pM3@lPUM̋@t3@xM3@pM3@lPUMЋ@t3@xM3@pM3@lP V9]T2JR3Uċ]3QUȋ]3QŰ3Q UUAxUAxPUAxPUAxPUAxPUAxPUAxPUAxPUAxPUAxP UAxP UAxP UAxP UAxP UAxPUAxPV]L2QI1J1 ]J1 MR 1mt1Eƒ>sMUԋQU؋QU܋Q UyE]DUM]FF FFEe3u5\[^_]ÍHMXH ]M(Ѝ^ VN]UM謆UWVS|EU Me]1ۉEEUMuEe3,|[^_]ËUJ։MċJ MȋJR M̉UN(^EM]&uEM]~ET0BR3UUURU3PUIPM1ʉU[ H E]1]Չ΋@3@EM3@E3@}EUԋ@3@]3@3@}EE]@3@]3@3@}_EE@3@M3@M3@}Et&uڃL23AEA 3E؉EA3E}EQ3UMƉ֋@3@MU3@M3@}MEԋ @3 @3 @u3 @}uMM @3 @u3 @3 @}MM @3 @U3 @U3 @}MU3EB3EMEB3E@|EB 3EM̉@|@|EMMUU@|@|MM@|MM@|MM@|MوUUM@|ΈUU@|UU@|Uމ@|@|EEU@|EE@|EE@|E3EԉEԋY3]؉]؋I3M܉M܋V 3UUuFM]uMċM]ȋ]ủMЉE؉CE܉S Cmt.E]et&3E3]3M3UЉEԉ]؉M܉U렋EċuFEȉF ẺFEЉF1UWVS4UE RUUЋUԋPU؋PU܋P UPUPUPUUЋ@EE҉E}xM1}ЉMȉ˃U9~QMȉ]̍TMTM4tZtZtZE}9Ƌ]̃"9~U9U}]E]9]Eп]̍uԃT@k2MԈMT2 k]@k0UT@k0UDԈM@k0E׃}td}ut&1ҍ0\t 0u9}Lčt&t6L1ҍ0\t 0uuE@kE2]@k0EE]@k0EE@k0Ef1ҍ0Lt0ut\ȋEЅut&]1}ЃU9~QMȉ]čTMTM4tZtZtZE}9Ƌ]ăt'9~U9U~4[^_]ÃE0]E0эv'UWVS Uzt&X1҉M]ԉM؉E܋u؍}1׉}]܋}D\>C@2@{[2@2@]]uuEԋUMTUT UTUTE9AN [^_]ÍUWVS4EU ]}=uU=tF1&TuEԉD$$}u$4[^_]C u1։]̐t&‰]9ƈ\w]̋uuC fC CC CCQ&U1WVSeE1ƅƅƅ4t&  ҁ11Ѓu k10!t&1Ȉ k %%u111ɍ4 ʍ<1111։c1҈@kAl@lCp@pCtBtBxAx ClBpAt@x ۍ BlAp@tCx11ډ1ʀ) ш@|rL B} A @ C B A @ C @} C B A @ C B A A} @ C B A @ C B C} B A @= C B A @#1Ʉб) vCl1BpAt@x*ƀ@|1B}1A@CBA@C@}CBA@CBAA}@CBA@CBEe3u [^_]xUS]=@ku$[]ÐUS]C} uC []Í&$wC D$D$$at[]Ðv'UExu@ t ExÍ&'UEU PуP]Ðt&UU$t$Z 4 D L $ t$ ȹ+J]%Ð&US]C t{u$AxE CC []ÐUWVSLE}EE]3KSȋ[ E̋Ex1!1؍yZE}̋@ȉEȉ1!1ȍyZ]ËE@ȉEyZ1!1Ѝ E@ ȉE썔yZ1!1E@ȉE荴yZ1!140E@ȉE䍼yZ1!1؍<8E@ȉEԍyZ1!1ȍE@ȉEЍyZ1!1Ѝ E@ ȉEyZ1!1E@$ȉE܍yZ1!140E@(ȉE؍yZ1!1؍<8E@,ȉEyZ1!1ȍE@0ȉEyZ1!1Ѝ E@4ȉEčyZ1!1E@8ȉEyZ1!140E@<ȉEyZ1!1؍}3}}̋}1}̋}1}E̋}̍;yZlj]1!1]}3}ȉ}ȋ}1}ȋ}1}Eȋ}ȍ9yZ߉M1!1M}3}}}1}}1}E}:yZωU1!1U}3}}}1}}1}E}썴>yZ׉u1!1u}3}}}1}}1}E}荄8nE11E}3}}}1}}1}E}䍜;nlj]11]}3}ԉ}ԋ}1}ԋ}1}Eԋ}ԍ9n߉M11M}3}Љ}Ћ}1}Ћ}1}EЋ}Ѝ:nωU11U}3}}}1}}1}E}>n׉u11u}3}܉}܋}1}܋}1}E܋}܍8nE11E}3}؉}؋}1}؋}1}E؋}؍;nlj]11]}3}}}1}}1}E}9n߉M11M}3}}}1}}1}E}:nωU11U}3}ĉ}ċ}1}ċ}1}Eċ}č>n׉u11u}3}}}1}}1}E}8nE11E}3}}}1}}1}E};nlj]11]}3}̉}̋}1}̋}1}E̋}̍9n߉M11M}3}ȉ}ȋ}1}ȋ}1}Eȋ}ȍ:nωU11U}3}}}1}}1}E}>n׉u11u}3}}}1}}1}E}썄8nE11E}3}}}1}}1}E}荜;nlj]11]}3}}}1}}1}E}䍌9n߉M11M}3}ԉ}ԋ}1}ԋ}1}Eԋ}ԍ:nωU11U}3}Љ}Ћ}1}Ћ}1}EЋ}Ѝ>nu}11u3uuu1uu1uEu0ܼ։E! ! uƉƋE3E܉E܋E1E܋E1EE܋E܍ܼ] Љ!! ؋]ÉËE3E؉E؋E1E؋E1EE؋E؍ܼM !! ȉE E3EEE1EE1EEEܼ؉U !! ЉEE3EEE1EE1EEEܼȉ} ؉!! E}3}ĉ}ċ}1}ċ}1}Eċ}č>ܼ׉u! ! u}3}}}1}}1}E};ܼlj]! ! }߉ߋ]3]]]1]]1]E]ܼM! ! ً]ˉˋM3M̉M̋M1M̋M1ME̋M̍ ܼU !! ʋMщыU3UȉUȋU1UȋU1UEȋUȍܼډE! ! ЋU‰‹E3EEE1EE1EEEܼȉu ؉!! uƉƋE3EEE1EE1EEE썼ܼЉ} ȉ!! E}3}}}1}}1}E}荜;ܼ]! ! ]}3}}}1}}1}E}䍌9ܼljM! ! M}3}ԉ}ԋ}1}ԋ}1}Eԋ}ԍ:ܼ߉U! ! U}3}Љ}Ћ}1}Ћ}1}EЋ}Ѝ>ܼωu! ! u}3}}}1}}1}E}8ܼ׉E! ! E}3}܉}܋}1}܋}1}E܋}܍;ܼ]! ! ]}3}؉}؋}1}؋}1}E؋}؍9ܼljM! ! M}3}}}1}}1}E}:ܼ߉U !! U}3}}}1}}1}E}>bʉ׉u11u<>u3uĉuċu1uċu1uEċuč0bʉE11E40E3EEE1EE1EEEbʉ11ÉÉ}3}}}1}}1}E}9bʉ߉M11M<9M}}3M1}1}M̉ bʉ1‹M1ڍ}3M}1}1}MȉObʉ1M3E<8E}}3}3}3}ljx>bʉ11ƋEƋEuu3u3u3uƉp 3bʉ13]ËEËE]]]]3]3]3]ÉXbʋM13MEEMMMM3M3M1H bʋU3U3U‹E‹EUUUU3E1ЋU1EBUbʋE3E3EE‹E܉UԋU3EUU11EUBUbʋEUЋU3U3UUEẺUUUUU3U1‹E1‰UP E썄bʋU3U3U‹EUU3EUUUUԋU1ЋU1E܋UB$U荔bʋEUЋU3U3UUEEUUUUU3U1}1}‰U؉P(E썼bʋU}}3}3}}}3}UUE13}ljz,uԍ>bʋu1ƋE3u֋UEu3uUU1ދ]3uƉr03bʋ]1ËE3]ӋU]3]ĉU܋UE1ˋM3]ÉZ4bʋM13M ]M]؋]3]3]1ÉZ8UE13U܍bʋ]׋U3U3Uߋ]1uV4$|$]Ðt&1uG9Fލ1u捴& 빐&UMVSAH&ڃ?¨9uĉڃ?Ѝ8 < @ D ǁ\ ǁ` [^]ÍUS]\ $HC$D$T 蒗$D$肗[]ÍUE ]]uutLt7uC$&FƉ` ]u]Ðt&C׍&Cǐ&'U(]]uu }}tytTt]u}]f` v}\ t{T X }}u u]]] f|$t$C$uoC뒍|$t$C$tpCf&\ s` \ ofUWVS E ]eU1҉t%t-t=Ue3QČ [^_]ËCBuӋCЉBuÍ@|Sx ك?9Ѝtfω޻hDt ft;|Lx߃?ǍH9Љt_8 1t ftH L P P E؋T E܋X ED$$ft&"f=KU1U:t]ÐB]Ð&UXeE1Euu]]}} \$$t t$$c|$$Ue3u ]u}]JU8 E}} ]ueU1ҋ 1 tgFٍD$ \$T$4$kFƄE|$4$D$FUe3u:]u}]Í&]|$$9Gى\$3DIt&UWVSEU uD$pleE1 tT$$@!%tDSDڋp+t 2FpP džT H TdžL t؃؉H <$pD$=<$D$\$D$<$` D$<$lD$D$ t$D$$p\$D$$蓉<$Ee3uqĬ[^_]Ít&lF ,2D }4plD$D$D$ $,B&9(2t&GÉ<$/$wI&UWVS,]u $s1҄1t4f1tt&$cu܋u4$[s1҄u\tO^1.tt&t7.u.uC$]cuCu҅Őt&׉,[^_]Í&$ cl;.t _C$buC1Ƀ;.t2tNj)v{.uCU$bUuɋK뿋C$bH 'U8eE1E]] uu}D$\$$p$1u"Ue3]u}]Ðt&D$4$B$D$|$(yp$$0D$$z 1멍\$$[19&UX]EU ]ueE1 D$}D$$/ tC0 @ $‰ЋUe3]u}]f1Ҁ/tԋD$C $u묐t&0 18t5 qD$T$$Pb!V8UHEuu}U 1]EeU1҉$褀u Ue3v]u}]Ð| AljD$\$$}Ƅ=D$1RS<$ED$T$u/1/D$$؁4$=s6vUU$Mt$]1t7t1$t$]Ðt&˜t$] $UM]jf$t$]'Uh0]]u}} eE1D$t$$S,D$D$4$6=ƄLJ DžDžDžDžDžDžD$D$$^1҄EЈ@ D$|$$2-Ee3u4]u}]Ð\$$ZD$$z ԓ4'UU(]]}u{ C<$fsE ǃTǃtǃTC$f3Ɖ|$$8U TFF]u}]ÉÉ<$t$5É4$.䍴&'Uuu]Tt$$. ]uu]sà 4$s$N5&'USE ]$sƃTǃTǃT02C42(ƃ-2ƃtƃTtƃTƃT][]nt&UWVSX1EtPUB`tCE\$4$D$&G$<2҉t~_:>_<[^_]Ð1$JU4$T$D$F볐E D2$JU4$T$D$FED$4$D$LU4$T$?NExt&@<$J8<$MttEx`U$:MU<[^_]f~_/F/t&<$HMuU4$T$MlF$MZ@F:&'Ux]]}}uC(t/tu E xtm]u}]Í(D$|$$跌tC(E1EEE$뚍&$< ,b|$$Ck$ b$t"tSDD$$z EC|$$(D$ fƀ-ƃtfUSU 1tU <t0t,EZ\$$z D$r\$$"1[]f뮍Uh ]]}} uCPXt]u}]ÍtD$ T$D$ $T$UT$L$T$UT$ʆu1}{GD$$z T$$9VB$jT${ $D$D$BD$$VD$$qD$ T$D$ T$UD$T$UD$T$C$ȅuY$z D$T$ZE@ ]u}]fE&L$$!D$ T$#Uh ]]uu }CtT$<$D$p$0 [^|$$}$ C^$H D$}ƃtED$$z D$S1D؃\$ DȁL$EƉD$<$q]u}]Ð$ ]UT$$}$ ]$H D$}]u}]Ít&<$rD$<$oD$C<$D$n$D$|$2?D$<$SD$<$"oD$C<$D$lnFD$|$$G$z ۋD$ $z 7t9t&<$s$Prt,Cu<$D$.tƃtfD$ D$D$ |$D$ET$D$D$C$DoF|$ T$D$$! H&'UWVS,u E؋}EEEED$$.fE܉D$E؉D$E$nÍ@wE|69ލt&v.E؉\$D$E$"xx1)릍ԍt&E؅t$Y%,[^_]ËU؉Åt$@%$8*&UWVSL }Eu |$D$<$S$_|$$1`uME|$$D$ ED$E$D$1$bL [^_]Ðt&EEEEED$$k&D$E؉4$D$c(E܉$D$E؉D$du΋Eؾl$$_U؉ƅt$$$a4$(t&U]E ]}Mu}]CeU1҅ɋx]u^-2ƅ]u%ue35]]u}]Ð]D$ C D$D$ $.]w8]ƅ]hx] D$\$$T$ 4.]D$ 11$T$L$Pƅ]t&CƃtduF9TUۉT$]ED$t$˜D$ T$$->Ch]` h]t }uƃT] $`] t Tr]ԽT$d]$>]{CtN}uHh]ԽD$ $DЈh]QS9 ƅh]]!ƃ.2 -2D$ 11+4$D$T$QTIh]\ 2O ƃT]12҈]ƅh]C1t 1x]IɉL$ԽT$ D$ $vƅ]&D$$z 蔂&tttD$t$C$V]4$ƅ]Ytt׋]tD$|$C$x붍Tƅ]-]<$?Sh]CЈh] TԝD$t$d]$ 7]2D$t$4$D$ Od]4$L$ Tu/]ƃTD$D$C$m(d]D$4$|${61Ҁh]ƃTƅ]]tԽ`]t$ 1D$|$D$$]u!t]t] C[u \tx]Xx]E]#t.ԽT$D$$T C( ]ԽL$$|$k}$0X]S]x]P Cƃtƅ_]ԽT$D$$z Y]ub_]uRx]PtI} $ bt7]`]$:|$t$ |$t$$z 5TTx]It;]q C" $ RԽL$$sqCL (󥋽]]]S9)T]t(}܉|$ EʍS X]T]t$]L$D$T$L$ $D$D$X]$ m#NIƅR]t&Jt]2 HI]L]CǃH2L]ǃL2ǃP2ǃT2D$ $D$ C]D$D$2$]SXX]CT}D$|$$k_]]ɈK]C^R]2] 9|]9vWf|( ]$]];|.D ]}<$D$T$[x]I2ƃ!2S1_]}u]_]u x]PǀS]m]F) ƅd]]17 1t d]t]<$01!u5RET]D$D$L]$]xƃT]ukR]jx]ItLx]PtC], E KP L< D$$H DщT$Um1_]u;R]u2x]Et x]Xu S]]<$c}$Uh]tT.2V]2$~ƅ]] h]ԽD$D$$ED$$z yYƅ]t&(D$t$$.C($O3C($I6Cǀ(]$VtJx]ItAx]Pt8x]Et/C`t#T]ԽL$$t$9ƅ]}$$T4$`2ƅ]`]E4$^`t]}ua]]D$ D$D$ t$D$EډT$D$D$C$q}~]12ԽD$ D$D$$kvCƅ]]_] $` HjD$1$z mwz`]]Dž}Dž}Dž}Dž}Dž}Dž}D$D$ $A]}};w ;}t;Cur;k1d]}T$$L$C]ƅd] R]X]D$T$<$ƅd]]/fƃTƃȔƅ]ԽD$4$uCƅR]$t HhC]#tIt 2t TԽD$]$D$D$$z u~C[E]]d]ƃ!2T$D$ CD$$D$褧x]Pty"x]E$ G`]$|$5g$X GԽT$$gD$1$z 7t $ aGԽt$$fW]`]$FT$D$ƅd]1C`]]X]$L$ t$D$3d]1d]d]=tC)} $zSS1]Ƌ]E񋍀]Dȁt$ }L$EljD$4$'S4$MCt]1]1ҋ]DʁЉL$} $EƉD$SC ƃt/x]Tx]X<<ƅ]]xD$|D$T$]T1ƂPL t&lpD$ $D$6lmDž|DžDžDžDžDžD$D$$8ix2|2L$<$sGItTuƀD$D$$z 軤GIƀL $6ƅMƅM$*4Mt3P;MDȋGMt 4MƅL$ D$T$<$u'Gt;t2u)Mu M$1t&1ۍ$i؋Me3 [^_]Ív$ ?M$L$:_MD$` $4)1ۄtD$$z Jl뀍D$ $ $l0ƅMMT$$_8t&lmDž|DžDžDžDžDžDžLmDžPmDžTmDžXmDž\mDž`mD$D$ $5ul|MD$T$D$ $79MD$$ }11> MDž2Uƅ>Ƃ2$ WMD$ p 2 $D$D$RED$D$ D$$D$sU$HE$CÉM>ǀ ǀ$ ǀ( ǀ, ǀ0 ǀ4 ǀ8 ǀ< ǀ@ ǀD EL$$ED$>E‰D$E$iE>D$$tM>>t?$J EL$$>U>5 >D$$z L$蒙>$D$LU 10 >E‹UD$$fM̾>Ɓ2Ɓ2Ɓ2ǁ 2ǁDǁHǁTǁXD$D$$~̾D$ $D$m)E$2;t>sp>ȋLhl>E$2̾$Hlh5 ̾ $H;lUD$D$ D$D$$腄M2t 1ED$D$ D$D$$AlhT$UD$$BM 2t$ 3$ 3>\$$T$!S>tM $PMQ>E MǀH ǀL ƀ ƀ @ $D$eEBt@U D$MD$ T$B $D$>$0 2U $ T$`R]Eƀ"2t t$-$Uļ[^_]Ɓ2Ɓ2tEhlƀ2>t=p1>ߐT9|9>v>׃9r܉>M82<20242>> 1ҍ09r̞DŽD$D$l 4$\$~D$4$GD$D$ 4$/>D$$D$D$` $ $^ $>D$D$>_>t$$]>D$$L$\$D$$E\$D2$ƅ>>M 4282 H L tƁ E t2ƀ ` D$4$(UMD$ t>QD$ET$t>$RM D$D$ L$AD$E$=U ǃ42ǃ82D$` 4$D$:;h91u>6D$dD$ $t$>h>>t&̾ $RCƉ|iklh>с >=D$dD$ $D$99|79/&$$YMEEEv $TOD$$z ]})Ƈ̾ $gBhD$ ED$̾D$$X}Ƈx>̾D$$D$ ED$XN5t&;>f;>t&h]獴&E̾D$ D$D$D$D$D$ L$D$<$S>$wD$t8D$ $z [}reƇY̾t$ \$D$$Wu뤍t&='vEƁ2L$D2$ƅ>D$$z ZOM ‹(2,2A $D$^1)ËE։(2,2>$G1ED$>D$ D$D$D$D$ L$D$<$\R>>$4>MD$ $>L$L$$z ZU$3D$ $z YqD$D$ D$D$ ${D$ $D$ $D$t$$ D$D$\ $ D$D$ $T$>\$ L$$T$${ H>É$2E$$ UWVSL@}EܿĿM ƅGԿ<$PM ֋d2Ëh2<$7M }Td2h2<$0Կ$D$D$2D$ $D$mܿ1ܿ҃̿u ȿƅۿL$<$T$P tdžl2džp2ۿܿܿ9ȿ̿D$$D诰Կ<$T$L$PD$ \$t$<$P1L@[^_]ÍԿD$$L$$D$D$T$<$L$PƅۿԿܿD$T$ $Wt&$*;ܿ&D$ $Q롃1tĿzd Ŀ1Ŀ» E‰D$` D$E t2$4WԿĿT$$ D$D$$:Q80ĿĿƅ *M 1&<$PO}TԿÉu1g2ZM<$A<$8D$L$$}T}X $^%ԿT$$DԿD$$z L$ވD$<$<$D$U 0ĿM  !2H M L AHQLE ܿĿǀ<2ǀ@2D$` D$E t2$ƢL@[^_]Í<$9<$D$ 11+<$D$T$Q$8 Ǹ#|$$BCܿL$t #CM Ɓ!2t  }E$USEt t$][][]ÐUWVSӁ*u E{ eU1Ҁ}19P T щǁ 8lD$ |$$D$,L D$H D$ T$${ CM‰܃RɉǃHۃS҃Dƒ ҃A% CL$(|$$ID$T$,L$ |$D$ T$D$ D$D$ $ t& D$ D$$ <$/f$  $ D$/@$ #@t& D$ ID$D$ D$D$$  D$ D$  $K‰D$ 0 D$2|$$b' *T$ L$D$$ %?(|$$4 ?$ L$>}e3=g Ĝ*[^_]Í&P T D$H T$ L $T$D$4 D$ D$D$ D$$L&$ $H T$D$:>{D$p $%¸ z$ z$ lt$$ D$=D$t$ $H$0 ,t$$ D$= ;4 0 < 8 D @ M$H $ L$D$/=` w R     =v Ǻx C K E$ |$t$T$L$D$$ T$ ]< u t6$ $ D$/< *  @$` ;flD$D$4  $&|$$ ;v   D‰$Ƌ t o$ t$$ D$O; <$0  T$$ D$;q.&T$$ D$:|$$4 :` $ :&D$ D$ $,&D$D$4 $n&@l-lDщDž-tt‰҃ⶃwɃểrvǁsljƒ 綃w҃⻃r@҃s%ⶃwL$,້|$$rD$T$4L$(|$ D$ T$0L$D$ D$T$D$$$4 $ D$v8$ j8B&D$x $ D8@A"@@u @ $ 7@tB$ D$7@B$ D$7f $p D$ e D$d D$7vD$ $rP$ t$$L D$87+v$ t$$ D$7v@ $D$ D$2|$$0 Z|$$ D$6l8 $D$ D$2|$$ |$$ D$~6$ |$$ D$X6v$ $ T$D$*6$ L$$ D$6$ x$ T$D$5NC< 4 t&   E  d D$T$$t d5` 9҃ڃSfǁ҃ڃSfA$ #$D$D$d D$t$$t&   D$h $@ $ $ $L $ $ D$4&$ l$ D$3&d $P D$3t&Dždd $D$At$ D$D$ 4  u ` t D‰t$D$$ :3t&@$$ D$3t&A$$ D$2t&L H |~Iƍ D$T$$Q 1IƄ=vUWVS4T$$D$D$$z uD$$'ƅDž4DžDžDž DžDž$B$P;@uˍ8UD$D$D$ D$D$<$Y1tXUT$D$$z t'8UD$D$$uuuu uu'tD$D$$t&Wt tit`$ D$X D$$ $/4t&$ 4T$D$$ .$` .'3& D$D$ T$$LT$D$ $T$v$ T. D$T$ $T$D$ LD$$h T$4T$T$-$` - l hu$ 8uuP;uۀTtҋD$D$$D$ tD$ D$D$$6f$$L  T$D$$l ,$ ^ D$$H ,, t  E‰D$D$ $ ,MtFR$ Y,$  $T$,,udt$$  D$D$ $ +$` +$( L $+$5 3 D$D$ $ +x$\G  D$D$ $ j+O$7  D$D$ $ A+$  D$D$ $ +$`#  D$D$ $ *$ *T$$ D$ 4D$*$`#  D$4D$0 D$ 2T$D$D$2$8܋$u ,G'$  T$$*p-v'u t.Ue3uJ} uL D t&UWVS,u}] HEMdžtJdž|JJ~GVUUUEE)RU))ׄ~VUUU)z }Eljƒ E‹;ɉu@}t.J;M ,[^_]Ít&JM; 뎍EMD$J$|$4$LJMt&$U&$E܈MMEf$MMGUWVSL]Hf8EPJHU9E ƃq Eq]܋} H΃YA9u]܉JPTJ@UfBp:Q~xUQfPEQyTy||J1ҋJJJu܉}Tq p hr ҋu ȋM~vA9u o3p Pk88}tKǃJ@ǃX֍B f)  ftKp @J\Gƃq ǃTp|J1)tJ|J/|JtJE܉jJ;u$U0UԋtJ|Ju܉|JtJ1=vw%|Jtt&`H@0X9t≻`)fMĉH};o1t3up6)9x4rM؋M9׿9M҉r O׋} UU؋}2O1f)օf7JPp EEăf 8 ptz}9M ? pmuҋEċJMU41JJJf2XE1)ΉыTtJɉtJu܉|JN`A;K PHtJ|JdvJ;u$EEԋtJ|J|JtJ 1vځ|JqM}EĉU܉JJ)ωJ}t*E䍴& 8 ptJMuEu؋UJNw'V҈VuU؋uf"VN}܉TGf@|v \$$Xlp JJh|JJEt&`ǃHL[^_]ÍAUǃJo]܋Tp Jp u܈r p}ǃTXR)׍f9puE11ɉJ|JuU+UtJЉ|JKATJ9q hAufFy|weJ11|JǃJTE}Jy|J1ҋJJJΉM܋T}I\$4$덉$qp p@1ƃp E\$$hJ|JJU1ҋuJMTʉ΃TIʍ881VDKǃJƃq hf耍V f)1fDK|JJTU]]uu tJ$_u]u]Í&ÔJu]]]1UEǀJ]Í&'U]]uJ4$4$D$$D$]u]Ð&UH}}]uG Gt]u}]Í&GEiJE؃$\UE܉EUt6։ t&JCD$$?ǃJuՋEU؉GT$D$$pEY11ۋMfJ9;zJuLJJAỦM$ ŰMЅJu$z MЋU$@lG D$@D$$ѳ}t#])iJ];]tJ$E܉$F<$^&'UU EudǀlWǀpWǀhWǀdWǀ`Wǀ\WǀXW5ǀW ǀWǀWǀ|WǀTWǀtWǀxW@x]Í&'UWU VS]&J@v0 f9uʃuߺu@uD1tft C u[^_]{ffU1WVS UffBRPfBRLfBRNfBRR=uʍRT1tfRU1tftRVuv1tfRPt$D$$q [^_]fǂRTTTfNSUfƂRUifYfǂRVTVfrUWU1VS])@F)ЉD${|$$:~VSx‰SxS|]u}]Ðt&1tCt$ L$$袟Csx뎍t&Sx뭐v'U(]] uu}{u]u}]Í&HL\CPD$C<$$D$LLD$C<$(D$u] ]}}]X&UWVS}} uoLJLJtG1t'Cu(U$$# F D$$"U]Ћu}]É<$p1҄rݍt&U1WVS,] }K_GG~U$KUCK ЃGt_K~Í,[^_]Ð&U8]]u}HK9w]u}]fK9wf9Tq p h r qQ63oq3p }U)Ɖ1҃~@΋M t$L$ EU $EUHLLL]u}]Ít&|9r9r]u}]ÐUWVS,] }u9tƆFLsƆEL8L)#&1t& |K9v)9G9Kv=8KىT$UL$4$U䋆)!f t(9Kv+K8K밐t&1뒍t&8K9r)߉}4Ku] ,[^_]W)؉D$4K4$\$9}4KuE ,[^_],[^_]ÍUWVS\] E{@ uUBx;3+C$D$$4D$$EMȉBE1}MEă1M1Q A$D$$E$ <8Cƒ9uCw̋EMȉ8Z1111:Mt \[^_]ÐMQMTA|9N‹UA|EE@@EB\[^_]Ív$1롍v'UE@H]ÐU1 UW׃ױ _]fUVS1ۃuvt$聍 u[^]Ðv'Ut&UWVS,E$] E1] 1+])@=@C9sbf)9wU$tlj\$D$$U<]E䉄9E vvU9U w ,[^_]Ív$ D$@D$D $膐E뺐UME 9v  t;s+D|]]f]Ít&UWVSE }U7+MEM5t&2M#M9sg 7E#u7twEm9w9w& t89v+t|4똍 t ;s+L| 뉍2k t[^_]Ð&UEWMV}Su t`19]vF;9w9w& t(9v+T|9]w[^_]Ðt&랍U1҉VE Su] t9v)9F[^]1[^]fUVSuD$4$54Kt$CF$HF t$ FtGiXJ,JJt$C$F9uփ$軍P%$\$\$P8K$FD躻F4蒻F$臻u[^]9Ë̻衻薻$\$*\$̼8K$^FD6F4F$4$$Ӎ뵉룐v'UH]] uE}uF;ve8Llq4Kt$Vdž4K8K\${$Ɔ8L]u}]Í&E̻$z <Ebv4K8L$؊E8Lt {|t&U؉\$D$$t[҉UtNVp{4Kuԋu؉]ЉUUU܋U)ƒ#U!9Esuԋ]t&4K{t $E؉4Kt&118Lt$K D$@D$D $݊uNfUVS U ]CTCXC\C`CdChClUD$JD$$臅@U@F#CtCp0KCHCCǃHLǃLLCxC|ǃǃǃǃǃt$$u ] [^]jv'UVSu ]‰D$$6ǃlWǃpWǃhWǃdWǃ`Wǃ\WǃXW5ǃW ǃWǃWǃ|WǃTWǃtWǃxWCx${$CpBx9N 9T9 D9N ‹ + 4<ꋍ;;@;Tg;TFuDžDž ϋ>N+;;;;CW8H"Mt&%4$D$4$ x xt~5~u1Rx9"D$D$ 2L$<$=D$ @<$D$TD$D$ <$D$ED$D$ ,<$,D$ED$Ue3[^_]ËGx;<$ 1뻍$>e)ꋍ8< FW8@7HDž)f4$D$4$ x EG"t&14$D$4$ xS4$fD$4$ x0rG"fL R܃Gv t&ND~wDžDž{&'UWVS\] {,NCS$s9gC SǃJEJUE9ENEE9u.9uN<9u J9J~JJH9J R CM̍{0JEЋM0T1 D1 ‹C)ꋋE;T4A?9T8v;TNuEMM΋Msuȃ+T4KTt;S0CS =wPJ[űŰv GJf9fJɈD Jt&s===U-,BK{MЉ}9T9 D9x- ‹C);,EZG9,vf;T}uE}ȍ<8{}u+,s8-;,CS|9EfPf}GfG)ȉEԉCSKFt&JD$J$WsJyJs3vx}ȿ)1-{EȋCEEЍM8D8 D9+M ‹; EHEԃUM;$s;TuEuƉuu{}ԃ+ s`;CSwKu}f~F'&K9K\[^_]Ít&}fƒE{s{uԉ}MЍUԋ}T T9+M %; W?9v;Duu+ ։uuLsu;sCC*~&׋s}ԉ} 7D7 L7{ ȹ)+M%DEȋEǃ{ECn)ECSK UE؋MD$T$ $uEfFE܉FJJRJUfPUPpuԹ)Us} 7D7 L7 L7|7 K+K ) SEу41sS=5E= &E=]sEЋ} 0D0 L7 L7|7 K+K$ {)ED:ƒUԉSEC׃}ԉ} 7D7 L7{ ȹ)+M%}TC{EC0C,D$ CD$CD$E$(ƃJ\[^_]ÿM))|-ES|1ƃuԉCs$z JpHM)ƃJ\[^_]ù)ECS"MԉKEz)&EE})vUWVS}Gt&11ې0JT$$9_w߃[^_]Ð&'UWVS]eE1Cx;C$1+CS(D$$G( $YĀ^%@ǃTǃǃĘ!(1D$uЉ$0(D=Ѓwu$D$$ 4 4u$D$$  r 0D=v0t$1D$ D<$T$$KCx{9$!{K9T9 D9K ‹<0+04;H<34$;TR$ ;T6uDž,Dž40ϋ{K4+H<,<;D<CSH(35<^($(D$$ x y~2t&Sx19SƃX~wDž,Dž41@eǃT\$ȘD$$fkUUVSJZ4DL r ȹ)Āt)ZrƂX[^]@X1Zr[^]ÍUWVSl]eE1CxS9WK D Ls ȹ)ȉ%@@vЅɉ‰CstA ;HD ǃHωSωs1Í& D L ȹ)% DщPpuD<ÍM1D$ T$L$$CCx;$SKTL C ʹ)ꋋ<;H<h 9T;TvuDžDžKK+H<<;D<CSH&3<5S9ft&TL C ʹ) J ƒ9CS~!f09S9Sx@D~B11iD$ $WD$D$9D<1t ftUe3l[^_]ÐSi+<CS@K HDž)DTKAƒCS@  )ȉӭ9&T00~9ꋕ& TD  ‹C) J&DžDž1<$1SD$D$D$ *$XD$D$D$ 0$4X-D$'D$ D$$f dt&UWVS,EpV;Px5@/HiUP8WljM 2\2T2} ˹ ӋP)닏XU܁M}iM;\UH ;\} ;\uEMщM΋M؉piuHM21+\\iU;WCiUv2TPc,[^_]ËP 2\2T2 ˹ ӋP)니U;Q[;sct&;\uE}׉}}܉pu+x;CX v)M XU܉уPiUv41p.TPtH,[^_]Ðt&)ʉUуPX41p E,[^_]z})z})EEM)fUWVS<]U DLCt@LCp&SpCx!ʃ;CSpst)!= w9t$DL@H{iEC3WމU 8T8D8u؋X ʋK ‰uMܹ+MiM;TE ;TGut&;T.uEEM܍ ΃<>{}iuK7+TM؍0TiE;WCiEv2DC=}sp4KD$$»Hsp;DH5L$D$ED$̳uߋFŰ]ȉD$Eԉ$D$裳EԋMD$ D$ $膳FD$Eԃ,D$Ẻ$jE@0@4@8@<E 1=MЉ $0=E}UԋF0@9HEԿv,Y1=C1]&=U$iD>@D$$/U9}wt&D$$ج1v$D$X<$pJ@@@@ @,@0@4@8@<@@@D@H@$@l@(EȉF$D$YE@t&M1 $胱Eă=E1EEED$EE$O9U؋MЉUԉ $U:MD$ $9}=vE1xCM1 $D$‹E U$PU߉ t&tPtUЉM$菰MDL֍EЉ$uMԉ‰F&F<$|$NMȋF֍SpvlEEBABABABABABABAm}wE k΍ GFGFyGFiGFYGFIGFSp y4K!ȃSp!9Sput[4K!Sp!ƒSpu$U$@Spl$"E?E܉$D$1$艘c}t X$6@Mܹ)ƃPL 11E؉$otJt=<81t p΄`EЃ|$ LEM؉ $}ǃT몹EMĹ)}KlUԉMu T7 L7 ʋKwMܹ+M;psM;Tr vM+l σK)};l{CS*nЉ=4KωM40ʉESp‰? HJHJHJHJHJHJHJwMkU FBFBFBFBFBFBSp$,:u؉4${ǃT)U܉փuSK"sǃĘfUWVSL]KHCtSpɉEU+U1K$M!8KUԉUE'G+Ct#9ErG vCH9r{D׀?t uŋGOE܉+E#;Es9Mt6EL$UȉMĉD$$fCpMċUȉE)ȉE䋃!EME9EuȉE!EE܉UȉMĉD$EЉ$:C$UȋMĉEEt ;M8LvE܉L$MUȉD$ ẺL$$&UȋME܉Uȉ|$ L$D$$fUȉCDtE܉L$D$$E1HLLLSpCHƃFLU+U!9U&EtqsD11҉]܍1<>Ã9s7tЉ)>8~x~xv p ]܋sDCH뱐ɋ]CpE؀}U؋st@@F!9Љ0Kt9t))!!9s0KL[^_]Ít&)Ȁ8LED$ ẺL$MUȉ$L$蓣EE؋MD$D$ẺL$ $oUD&M؋E$L$D$SpSt&t&)ȉD$CD$ASpUt&4KE؉UȉL$MD$ $/MEE؉L$4K$L$z/Uf4KE܉UȉL$MD$ $Q/UEECtCH9SDt&:tB 9rEUVS u] ~HwYVt1ɋFp9t)#;SC#DK CT$D$CD$ C 4$D$@ [^]Ð4$h~HvFH덍UWVSl]E DLƃPLSpsMĉuȋK!;K|Spuċ}ȋ9%u3t$|$$Du0l[^_]Ã9$%u9$׍&D$ t$|$$ftK}fSp0K)!w79t3$O@L9LLHLgDL K{MT D ‹C)ꋋE;A ;s v;T^uEMMMԉKMKM+;CS =|=o==LUЉtHHuMЍX-CKTEԋMT D ‹C)ꋋ-E;\-lAu 9`-v} t&;T uEuƉuuԉsusu+\--;X-CS9f9CTt&)ȉEЉCSM=K8Lt-Kp;KQSpsC8KSpSp4KSpgv ;Ks+K8K몍vpu̾)D$$)$葏Is|$t$$p(D$ |$t$$辪SCỦEԋMԍED D+M ‹;EEЃ M;M ;TuEEMMMԉKM̃KM+M;CSS\8LshS`SXS\STCTSX(D$t$T$SpT$ 8K$!Sp_v;uEMMMԉNMăNM+T4Tt;V0CV =w'Kp4K Kp~}t&== =L}tHt&HuN,}̋EЉUĉMԉCTT D ‹F)ꋎx-E;,A 9, }t&;TuE}lj}}ԉ~}~}+,8-;,CV|9vKpSh+}-9 94K<8ȍ }ԉẺKpvpEԉ׉UЍ&PQPQPQPQPQPQPQwUЃЃEE̅}ԃM}ԃMGA}ԃMGA}ԃMGA}ԃMGAx}ԃMGAb}ԋUGBPt&)ȉEЉMԉFVNt&x}ȿ)-~EԋF}ЉEċM̍EЉ}}D D9+M ‹; EEȃ M9$} ;TuE}lj}}Љ~}~}+ `;CVƒUЉEn~E̋M8D8 T9 T9N MT9+N ЋUV+MENV=+E= E=] &~9~l[^_]Í&;Cp!mCpuՋuԃ 9uShCp+KT9uԉU̐t&4K!σ<>Cp!mCpu농vS\FS`SXS\STCTCpSXVSh+N99 4K ǍMԉ}̉CpvtM̉׋Eԉuȉ֍t&PQPQPQPQPQPQPQwuȃ MM̍…Y}ԃMEGA5GA%GAGAGAGAt&uԉU̍t&4K!σ<>Cp!mCpuՋu94K ЃM̉}ԉCpvyMԉ׋Ẻuȉ֐t&PQPQPQPQPQPQPQwuȃEEԃM̃}L1[^_]Í&'UWVS\]u $R‰D$$Ks1҉fƀJƀJJ9r拃FFF F$F(0D$JL$4$ ƅDžDžDž@+D$C D$$PaU9~K1Dž4 9iJrJƆJJJFJ}FƆJƅF$ÍG) ~(= 4 9OΉӉƅt&1ƋiJ1҉؉Dž^T$D$.P$W)9JڋZH9F΃t$T$${F=xzB ؉D$F$FF)مɉJƆJF,ƆJJJFN$L$D$u>JΉӉƅ t&ËC1$TviJsJt$$$iJCPPP P$P(0D$JD$ $i\[^_]Ít$$ tJYJfJuU~(S97+-9pS FF)9)D$$L$ F F+FF$F FC FFtECJJD$Jt$$FCƆJJJDžKrӉƅrӉƅFIt1C t$$T$DžDžDžsUE UMvÐ$  ɉM UQɉM U!ɉM U|zvQLu 8LtɉM UiɉM UUS]Jt$D][]UWVS]Tx@1HJf9q8΋t&8JBuP:Vr?P60RfPBЉrrt&`bK ;KK9,H``PP))9ƉJZt&99DfN~[WJB fv9H&N1;9 ;!ȍ JfNэBɈH1Ƀf\fNfot&@xx뿐t&HPČ[^_]ÐqAQ&DKJ I ;HKDK+DKT$$o0fVrfTHI։Jɉ=p99fN9K)F:t:u@N)+99у&OJHK;DKtO HK2fxHH;HB*뤍LKLK렍THPH5~PHfNJHK;DK HKpfPP;PFd딅CCBPH,IƉf9HA 8.׉ʍt&:uG끋LK=LKA>f9A18f:ujW: t t&: uRJW))ʍ 9‰rI9уD$ $+ D1HqD$$+IɍD1H)UWVS,] EU|J@xJ+tJE䉃Jȋr1u1҉|J19}N9T҉Uƃq U]֍VZ9uu]։Jp p r p}ǃTX@)ƍv9pu}J,[^_]Ð 9E䉋JTq hNUfB|ǃJ,[^_]f\$$l0ǃJٍv]܉JBT)JBEf@z:NL MJM NfJUN}~T~|UE؉\$$/EUWVS<E] 0X։)fo1ɋ}t3w6)94r99҉ֺNr  2O1f)օf7JM1Qp f:88ptzt ΍J|JxJ+tJȉJ11҉|J199P9x9~񉓄JH)ʉJJw)R҈Vuf&VNT@}fGx|lp h<[^_]ËߋMJJ+XApuUf>X<[^_]ÍvAǃJ\$<$,9U@1UWƂp p_]ÐUWVSME Qp+u994K47׍QpvnuÉƍt&BABABABABABABAwuƒׅtMtCVWt7VWt+VWtVWtVWuFG[^_]Åt4K!Qp!ڃQpu؃[^_]U(]]uȘ4$Xt]u]Ít&4$E8EǃT]u]ÐU(]]uE SC9ЉCv3K u:t 9BD$$tCs]u]Ít&9v‰L$D$H $z T$z RSC떉E$z RE멐U(]]uE SC9ЉCv3K u:t 9BD$$tCs]u]Ít&9v‰L$D$H $z T$z QSC떉E$z QE멐US]D$$6SM L[]ÐU(]]uE SC9ЉCv1K u:t 9BD$$9tEs]u]Í9v‰L$D$H $z 4S$z QSC떉E$z QE말UEU 9PrPf+PU ,US]D$$CU UPUPUP []ÐUt$ÍUS]Fu ts$EEt0Xt+P€tu Vu'Bt,[]Ít&ԐVƃtكLu݃Buƃ[]ÐFD$ $Zrt&US] $  \$$N@E Ez []&OUE]uuMu =t ]u]Ð0$  _ $D$ D$D$D$  D$D$ 2D$D$2{$*$\  \$0D$t$D$ D$$S?D$ \$D$${=Ĵu$ $?$L \$$>fUW1VS,E EE$t&4{ D$\ 4$t81ۍv`{ 4$D$t uD$ 4$u-vu$` i>EEz E ,[^_]@M4$$@>&'UWVS<`E U}D$ןE֟$Dž<$ПC{$NAP{+ |$4$ ؉&D$4$vCƆ[CC$H  FƆ1{- PkC{$U<$U$D$D$D$D$ D$|$D$$ۍ$z & i@B@Biʚ;ʚ;5 DžDžvD$D$ <${Sp D$EƠD$4$\$4$Z1DŽ =uN\$4$jQ<$ { D$D$ D$D$<$eh~ ~ .~ ~ C ߉2Cth4$T$G$nGt~Lt&tRu$1É 1빉1믉1륉 2QG-DD$ <$uLdž0 5 Dž>DžfC$DCuCuƆMC y$YDt~׃PtQudž0ƆNƆL뻋5@ Dž|,DžD$ <$Ɔ|5h t05 ODž$ Dž6DžDžfUWVSu Df)$t?4$|$D$t);-t.$螿D$D$4$u[^_]fCD$E$뾍t&UWVS\uL<$D$D$D$D$D$ D$|$$0! 賈&<$`u t&$uD$ D$L! $wtUD$$D$8E$E$LISMVRE$D$D$t! D$ D$D$ ú$襼$T$D$y4$D$&C$D$4$REJVt R-u]D$t$<$$]S$FS]u}]f&"4$1萹t|<$@@$$! D$蔹EX ǃ>@Cv~-FNƃ]u}]Í&I<$ fx E4$9 D$t$$`v&D$t$$>$D$]u}]Í&<$$蚼$! D$DEX υTEEEEEED$D$4$tctc}tt@Ft$$n]u}]Á@D$t$${ft>@tu묈4$uƃD$D$D$FD$ D$\$D$4$腁4$ D$D$ D$D$4$v@D$t$$7D$$WfUWVS<}E }uLJEƇEEEE~qE؉<$D$9]~S$~D$E؉$\uE܉D$E؉D$$3}uE؉<$D$^9]}u<$E`<[^_]ÉËEN$vUS]t$XCC[]ÐUhEEEEE EEE̍E$/ ÐU(]]uE SC9ЉCv3K u:t 9BD$$dztCs]u]Ít&9v‰L$D$H $z $z SC떉E$z E멐U(]]uu }}D$$(St|]u}]ÐUEƀt&9u]ÍUEƀt&9u]ÍUM S]t19w[]UVu S]ptK1ҍ&09w[^]Ð&'UHMUEu49шEEBƉ]]}}D$E $D$Eu]}]EEEEԉE ]Jv'U8uu ]]}tEƃ4$f\$ t$$D$D$D$/]u}]f߹1ƃ]u}]ÐUEƀD$ $`Í&'U(E]] uuu]u]ft$\$ D$D$D$$|D]u]Ív'UVSED$t$$bE D$\$$K\$4$_xt&9ux9u[^]ÍUSED$\$$$豰xv9u[]ÐUE]ÍvUWVS"M]E4$DžDžDžDžDžDžD$0 D$Ot$uD$$D$ t$$T$$$D$ D$2|$Et5 $` $~ \$$Eؿ} ˍ۸L~ Elj$$ tމӺt"t&Ĝ"[^_]ÍvHL$|D$ $D$ET$xD$ $D$2$~ )x||$ t$T$L$\$$t&0҃M>5$ $AE $D$B <҃vUH uEu]U}88E D$<$D$UU ED$<$T$D$T$ D$tQtM؋u]}]ÍvU 1ۉ$؋u]}]Ít&U $tdž81뤍U0ۋE T$$ uvUE T$$ ddž80St&dž8=&<$9tjEU |$D$$E 1ۉ$U E4$T$D$T$UD$ E T$D$EU |$D$$fU(} ]U uuu2Ҹ  D‰$;uu] ]E]t&U$ U뷉'US] }UEu0u,Ҹd  D‰$] E[]=t&[]fUS]} Eut[]f$ ] E[]t&UE U$D$ET$ U$T$*EH E v'U$p $$  $ɃÍv'U$ $$ $ɃÍv'U($ ]]uu }}|$$t$$ ;u]u}]Í$]E8 u}E ]t&U  S] }D‰$ ] E[]}'U]ÍUE U$D$ET$ U$T$EH E *v'UEUD$E T$ U$T$ZEH E v'U8]]u}{Hw-CH$ s$ +t$D$$ ]u}]$H Et&]u}]g$L T$$D$$ E$ E$h D$$u]u}]$̢ $ ΋s$L '$̠ 붋$L @\$$$P #E#s$[ $4  t$\$$y$t P$ $ 8$ ,$  $l $ $ E$ $Et t$ `E`s$< Gt$ \$$D$s $@ $М f \$$D$$ N{$s $ |$ t$D$$$ \$$$d \$$c$̔ {s$ 뇋s$ !$ EEE$ 1$$X E$  E $ \$$g$p D$P$ȫ $, s$ ps$ as$ R$ܲ v$Et j$z D$`3$ ?]u}E][ $$ \$$S$P s ;Һ D‰$|$$`(  D‰$E$ $-Et $D E$ s$ rt$T$ $D$L?s$ȅ s$h  D$ $D$E C $H D${$ $bEt $ $D$$8 s$ hs$H Y$$ }D$$_{s$ȋ s$$ {s$Ċ ^s$| s$ s$ $@ $܈ s$ s$L $L $D$s$x ps$Ĩ as$ R$ dCD$CD$ D$( $D$<$T @$D$ s $D  s$ԥ $ \$$q$ E$ԯ E{(s$[ $4 |$ t$\$$~{(s$[ $ $ x$Et l[ $( U\$$,$0 8$ D$ s$ $P \$$x$l \$$Y$x 0[ $ \$$-$ E[ $ \$$\$h f\$$=$ I$ D$$0 s$ $ u$T is$А $P N$ B$P 6&'Ut&U=u Í&s+ =[~$U Í&'U$ N$$ :$2Mƒ Í'U$t UT$$$ȷ $ɃÍvU$` >$ U$T$D$$ $Ƀ US] $`  8 D‰$BU$T$D$$ $[]Ít&'UE EUMU w vvww]Ív'US1ۃUBv X;]v 1ۉ؃[]f\$D$E $0؃[]Ð&UE]ÐfUE VUSttB[^]ÐB[^]ÍZ1ҹsvt&wwD [^]ÍU(}}]]u4?t$$ܥ|$CD$E $Ds]u}]Ít&UWVS,}]u |$$蒥t 1}䐋S;JK  9Ew,[^_]ÍUVS]u D$$BCPS CPS CPS CPS [^]fU]E ]uuD$$ou u]]][v'U]]uu D$$莤CPS CPS ]u]ÐUS]D$$FCM PS []Ð&'UWVS,E] uUEEك } }t2ɀL$ME܉U؉ $jًEU뽍EM E,[^_];v'UWVS}] u t D$<$ލt&}E [^_]US]CC$D$C[]Ðv'US$]CCC $$[]ËtE$E$UWVS<]Es;CtaCك+;ȉD$M܉$MljEC9sUt&S9wΉt$|$C$] tM t$|$ $ t&11MtE8<[^_]ÍGGFD$GD$$kЈGt&V1ɉUU}Ew~+uUu)ƉuωUt#EЉуπuEЉMԋuԉET$U܉D$$ؼU܋uzЉBfwwPwE)EWt&ED$ $z ID$$z EE)EfU(]]uu }Cv3x|$4$|$T$$]u}]Éu]u}]UEU $ba]Ð&US]a$][]Kv'UWVS<]E ƃ5aFLq4a9эzCEL)PtU䋸8L}tD8KE؉]ܐE܉)UE$)#ED$ 9sЋ]܋!ƉEE0aLa1u}x}<Tis'1is'?UT1UTius'1։uis'Lu1ʋM##4u9uԋfqu䋋M}܋u؉ 90a<<[^_]Ít&t1UM ЉM P|is'1|is'1} }#9E܉|90aw<[^_]f4Km}fU}))ƒ#U9s;Ht9ΉMGU} VUSu+rt$Z1 D9r1t&D  =uƂ[^]ÐfUWV1S,] UGE؉E9‰EsEGE1Ef 1%t;ur9]9U|wҋu}@t1u,[^_]Ít&D$D$$貒1ǃu,[^_]Ð&UWVSHuM EEFIƃEи}EE EЋUEEIEEEEċE}EEЉE1}t&9Zw\]|}| }| }ߋ] t}t}u}uGÉ]ÉUljЄuU]ȋ}ԉ|]ȀtIE]9]I}9}=}3H[^_]ÍH[^_]ÍvEU9U}H[^_]ËU9T]UE}ET]9]$ᐍ&'UWVS EM EEE]EE011&;E}r|uT|<]U‰1҉lj؄t]9\u E}t0uU܉]ԉT;E| [^_]Ð [^_]Ðv'UWVSuUEEEڍPUv?1EEU+UE EOэ9‰UvCuؐt&u8 0*()ʉ1)ʹ OуU9Ewȋu؃E@}u9u~ ~2u}܃9}dEE=LE܉E܃[^_]Éu}EEȍt&UWVSPE]~U19uEMEE E̋EMȃEM }EȋE9EEԋUȋ}̋uEEMEЉEE؉Ӊt&u}]9u~J<9Muσ [^_]Í&9}t}t&09Mu [^_]Ív9}F]fX^;f fz9Mu [^_]Ív'UED$$ÐUWVS<E]"Džt&M+aDžF1=F1ht&M)E ;G#N~F+aF hD$D$0 Da$9amӋDa$a1E +)Љf#~FFHaF aFGG‰FkD$!D$Da$9wDa$9Ev<[^_]Ð&USE] U0aLatJavLvGv] UE[]_&] UE[]ut&[]] UE[] UWVSLuE] aaɃJfBa;aar a$du<1v98tuSU{S}US{ ; { }<8׉}x?7L׉UĈ}}Uċ}Uċ}9^L[^_]Ð&UWVS9MtQ;MPUMEt&;M}뙐8(뾍8밍8띍UWVSD] uL\HD҉EЉE܉U45aEM+8E}MуMĉuԉUU)#U}u ;U<;@Mԋu})!M̋} 8 7(u2t/ }}}u }uFUEU܉u؍t&mm;E,E؋uԅ}+}؀\}tzwL9X~DTt:"8?~MUE܃H KPC KPƃ\}E1҅t7}} e}1҃}t&4Ѓ+H#<KC KH;Uu8D$ E<\$4$D$ƃLD[^_]Ðt&}3;UMt&E؃mm;EUm}t́ }봀\tASPC SHLƃ\t:DH}ЉEUЋM\$4$T$ L$ƃL&\$4$ <(ƃLH8D$$0(,,0D[^_]Ðt&E1҅C} E܋U\$4$D$ T$V\t&SPC SHƃ\Lu:8D$ <\$4$D$#}oDD$ H\$4$D$kƃL=}P'= =fUWVSDME U4U܉]>UL>\>MT>ŰU L><MȋMU؉U:ɈUMsM)MЋMMԋM!щMT9MKMis'1Mis'E1Mis'1Mis'1ˋM#]}Mȉߐ:]tgLis'1\is'1\is'1\is'1ً]#9t#U M9,},D[^_]Í&M]  8وMtCU܋mt]M)!;MЉ]v9r]؉MЉ]?&MEE)!ЉEEMM 8M9MrM̋]E܃EۃEƃ\P8T<XC;E\t&SPC SHƃ\LL[^_]Ð~ ;@\$4$?U܋<TU܍&EC;Es,UJf@yUȅ~,)‹$#ǃ<8P<UmȀt&}4ǃ,%&SC SUۈPVUE8DD98D@+U#B=<~89f$ǃ<8P HfUE8D(D98DD98D @+U#B=;$ǃ<8P\$4$WDD$ H\$4$D$ZƃLL[^_]ÃL[^_] UED$$IÐUWVSLEEЋMЉA0aUA9guЉ)!uЉMċMЋaa9G;MGMă}M EaU+U;UGU 9GȸDȉЉU1ҋ}E1]1ҋ]ЉME+&uyUD$$SU;uEE)9U܉t ;EG}9EM0aPa#xH a}xH uD$D$ BDaU$輪U;uyUȋUЋ]؋Da$֩uȅEt&uЋM؋Pap@ EuB|t&M܍<|$ыU$T$ZSK u9ȉCt6t?}CK SEE܉)9w19ȉCuʉ$uEM9MXuűE9EvuЋa MЋAEЉ0aUUL[^_]騏uuMЋDa$迨)ƉuUWVS\]aEȉ$cAA0aEMĉU9EUz}EU׍P!U؋}U89+}Ѕ¨tMUETUЃUЉ}ҋE}Ћ}ЉỦ+U#UUU})!FỦ}}#U!89uXUtQ1ҋ}uE]9Uv]̃u!42!81t߃?uE]vM9faaU׈Pa;aar Mȉ $0a#0aA}9EEĉ$賍UȉU\[^_]顦}-EEU)#U9W5au 9EE}v} Vv}VFBЋaafPU؃Pa;aar }ȉ<$0aE#0a f9E~U!UU8Uui߉]1Ev9UvE!8uv ẺEsEgfEP D$@D$D $Pt$Q$KQ$sP1jUU E  ]Ð&'U1҉WVS,u ]t uWaaE䋃aPf@a;aarEU$қUu VaaHf@a;aarEU$zUu,[^_]Ðv'UWVS<]AJa1EL&7҉T$D$ $D$ED$=9AEE EED$E؋E܉$-aa@a;aar E܉$腚+0a#$D$$D$8a.D$ $D$ED$9A<[^_]Ít&EE#E؉D$ D$ $D$ED$(fUWVS<]u AE䋃D$E$)Ћt$9G‰D$@a$衖t_=ƃ4avQT$D$D$ U܉$D$"U܉AT$t$$D$ U܋18aE|9ew1t&E @t9EGt&UWVS$U oB=EJuEEM܋M싶UԁuEMf}u}܋ E)#Et2U;s'>8E muŃEU9UUԋMc11tE9u9B u }Z1M~#Mu싁1BD9uut*z t$11Ƀ| =uvB f$[^_]ËU9U8U1MЃ&;U} 8 uW=~=ME]uIEDŽUEU9UBt&MrB u10Z3U t&8uȉ)=~UB U1oUE]fU} WUSt"1D =uƂ[_]Ív1zǂtZ,H9r뛐UWVS1ۃ,E M UFM9ʉMsIFE1Et& 1% ;]r9ރ]9U1wًU ]=@t1u,[^_]Ít&<$D$D$`=M 1uǁ,[^_]Ít&UWVSHuM EEFIƃEи}EE EЋ}EEIEEEEċE}EEЉE1}t&9Zw\]|}| }| }ߋ] t}t}u}uGÉ]ÉUljЄuU]ȋ}ԉ|]ȀtIE]9]I}9}=}3H[^_]ÍH[^_]ÍvEU9U}H[^_]ËU9T]UE}ET]9]$ᐍ&'UWVSEUEEEڍPUv?1EEU+UE EOэ9‰UvCuؐt&u8 0*()ʉ1)ʹ OуU9Ewȋu؃E@}u9u~ ~2u}܃9}dEE=LE܉E܃[^_]Éu}EEȍt&UWVSPE]~U19uEMEE E̋EMȃEM }EȋE9EEԋUȋ}̋uEEMEЉEE؉Ӊt&u}]9u~J][])UWVSE MU9ȉMsZU4P\is'\is'3E9UtwÃ[^_]ÐfUWVS$E MU9ȋM4u]t&EX]4|is'47uis'ttis'މuu?}]ߋ]<_]f}܋]<}Li}s' #<]f^]]߉uЋEM܈FfNuЋu<0E9Eԉu$[^_]Ðv'UWVSE ]U9؋]r fE싲X]|is']is'\tis'43uu?}]]<_e]f}苺<]f^]E]yfAE9EA[^_]ÐU EPT$PT$$ÐUWVS M E}9EswuEv4 A\ is'\is'\is'\is'u#9E3 Mtw [^_]ÍU EPT$PT$$?ÐU8E ]]uu܉t$EED$t]܉E䋃$xt$D$u$kx$w]u]ÐfUWVSM ]AQ I9ȉMs}]4is'\is'?]is'\is'}|}#}2uZz r9Ew[^_]Ív'UED$$9ÐUWVS u ^N~V Fv]tR9}s*]X3 r9Mw [^_]Ðt&]ω}싓9Usۍ &p }1}u4><9Mwσ [^_]Í&9}s}t&09Mw [^_]Ív9}F]fX^;f fz9Mw [^_]Ív'UED$$ÐUWVS<E]"Džt&M+DžF1=F1ht&M)E ;G#N~F+F hD$D$v$t9mӋ$s1E +)Љf#~FFF FGG‰FkD$PxD$$s9w$ s9Ev<[^_]Ð&USE] UetJvLvGv] UE[]_&] UE[]t&[]] UE[]UWVSL]EEEfUȉMԉEEЋe9EEvǃ !ȉeUۍP!UU8U1Ҩx}n u UЋ$)!9fu ;E!ȉeD$Eԉ$7b uD$4$b  D$4$a!4$D$a 4$D$a$4$ D$aeEt&EM9EuȉuL[^_]Wt&xU!ǃ$:>M̍t&M<#}̉$: >Mǃ EU+U!ʉUU)!ʉUFU!ωUU!8>uW}tP1҉Eĉ] 9Uv]}č!ˍ<:!8>t߃Eċ]vu9t&uۋEԉt$$]`;t%eE#e&UD$$`ƍvUD$$`$MԃD$ $_eE. $J&TMtUWVSE }]UB$ B(9BB4Z8B<1҉]f;U8tuHMXH]MHx 8 x <}x91M] ] ] ;Ulv[^_]B$ B(5BB4Z8B<&UWVSEuU }|EuxU}p8x@x|@$ @(@4Ep|%()҉}Eu7U1)щ)ډu1)41)udUuԉ+uĉM̉UЉ1)uu؋uč401)uu܉+uE1)uu1)EEEuYE1t&T9vDuw$@ 1}Et&}}E9E~bŰuЋ}ԋE؉dU܉uu}}EEăEMUu}Ecv1}}}EE9Ett9Uz|}E|$D$x$1lDEpUE Ĭ[^_]wP&1})E&1})E&1}E&1})EUWVSE eU1ҍ}DžhuDždHEDž`DžPxLP9LTt&HmTZ (وHJ(وH9uߋP`ot&*P҉1)9u偅TPT9L`lPt P6`d9w 1;hv 9hЃUe3u Ĭ[^_]x&UWVSLEMU E<ɉ;DžDžDž91ہL*Lɉ1)T*҉1)T*T҉1)9~xӍP9Mщ; Dž0DžDž1;Dž;aHz) 1)0)1)pJ)1) u21˃;r;s t<w0~991׉11Dž9};tS1x+t&d~ty19Xރwt7L[^_];捕1Dž뺋EEU ML[^_]5됐UWVSluU] MEV8F$@ F(F4^E1UEu}UED$$ÐU VUS]+MރۍKH1] "  ш u[^]ÐUWVS$EUu P8@$ @(x@@4p~uM}듍vkǿv'U1W1VSu] }`t?;w7ft^4)#}M 8tEt&u}1~E䉻<8[^_]f49w뜍t&@1Ʌ}~}U܋UE쐍t& 8tTU܋Et<}9ω}r}9t0}9t>9MtQ;MPUMEt&;M}뙐8(뾍8밍8띍UWVSD] uL\HD҉EЉE܉U4fEM+8E}MуMĉuԉUU)#U}u ;U<;@Mԋu})!M̋} 8 7(u2t/}}}u }uFUEU܉u؍t&mm;E,E؋uԅ}+}؀\}tzwL9X~DTt:"8?~MUE܃H KPC KPƃ\}}1҅t7}}e}1҃}t&4Ѓ+H#<KC KH;Uu8D$ E<\$4$D$ƃLD[^_]Ðt&}3;UMt&E؃mm;EUm}t́ }봀\tASPC SHLƃ\t:DH}ЉEUЋM\$4$T$ L$ƃL&\$4$ <(ƃLH8D$$0(,,0D[^_]Ðt&E1҅C} E܋U\$4$D$ T$V\t&SPC SHƃ\Lu:8D$ <\$4$D$#}oDD$ H\$4$D${ƃL=}P'==fUWVSMT>L>UT>UT>UȋU <UԉU:UU҉URUU؉)!9U<Uis'Uis'EUis'Uis'M}!ʉŰUԉUȍ&:Utg|is'T is'Tis'Tis'M#9Ut M }9,},<[^_]Ít&UM8ʈUt;M܋mtMU)!9}wUԉUG&}UEE)!؉E}8 U9UmUЋME܃}ЉEАEЃ}88:t}9}ڋ}ԉ}gEԉE\UЉUQ&U1WVS$] < 4qLuM؉EU1҉E]}t ]`u;fE]uE)#@  XEߋE}47uu871u}U 8T8u9U9EtXt{fKt&1$[^_]f;MCݐEDw9Et4;Eu]8v먁yҍt&1]M8n뷁V뤍&'UWVS\E U }8E̋M1;`;d;h;lM U;TL$<$¸gE 4U܉E!؉E؋MUU؉MċMTUULMTM؈UU L<MԋMUU M҉UU؋)!9׉}UMis'Uis'EUis'Uis'M!ʋMUЋỦMMUUMU䐍t&:UtO|is'T is'Tis'Tis'#U9Ut1\[^_]Ít&UM8 t!U܋mt׋U)!9Us1ɐt&UME)!؉EU:EU9U(ME܃uX}tQ1ҋ}؉E] t&9UvM̃] !!8t߃?E]vM9t&̲IJU׈P̲;Ȳ̲r Mȉ $Ve#ev19Eǃ$}U!:>1҉Ẽ9M܉$w1Ƀ E"ft}E!:>t׋Eǃ XMĉ $EȉE\[^_]3Vv $7&'UWVS,]u EH E$*E$f$Et$$@  1󫉳 fǃǃǃǃǃǃǃEǃEǃECC ǃǃǃ3ǃǃǃ,[^_] $ƋE$<$bE$7ȉ߉鐍v'UVSu ]uXƃfǃ ǃeƃfƃǃǃEǃEƃEǃEǃǃfǃf ǃED$E$t$$Hǃ ǃ[^]ÐUWVS<]u D$@D$$fe9E䋃uԉE1 <uis'|is'ρf~is'|uρis'|u#9ew<[^_]ÍvD$D$$D$D$$lD$T$$I<[^_]ÐUWVS,U ]vBщ<GUD$$:U䋋ΉM$U1<$#U䉃T$D$$$@$$$$MKi,HE $C$UpC |$D$$D$@D$$D$D$$D$D$$yD$L$$VCiK,HD$$L$8C UD$$T$)$9Ɖs$aɉt'1&$| 9w$b$D$$D$D$,[^_]ÐUU E ]Ð&'U]]uu 9Er]u]Ít&t$E$EtE]u]Ít&$z Cލv'U]] uEAE4$D$D$؁D$4$D$\$4$D$]u]ÍE4$D$D$\$4$D$]u]Ít&E4$D$D$b\$4$D$N]u]Ít&E4$D$D$\$4$D$]u]ÍE4$D$D$\$4$D$]u]ÍUWVS](E,E1ME&}1} 3,3(ȉEE#wL$\ 1}D$fL$ML$ 30||$$D$耾|fO`EEu}9hEdE|$ЉD$E|hEdEЉL$|$$|dE30M3,9(EE,EEtQ3<)~D L$ME|$H|EE$U :D$|$MʃoEfD$ L$M30|$L$D$V|&3,`E}D$|$ 30|$D$ED$B|_D$34MD$ED$ 30|L$$D$ѽ|D$M34}L$ D$30||$$D$|t&T3,T$$E E3, $T$D$3,tWM1)~<T$|E$}M EE9t$$|$|E} EU҉UE]M9MMmEUE`E;`E?dE;dE"EUEt&9pu@9;u эQ9U9M+EȉIE},E,E1ɋ;}{}{}{ }{}{}{}{}ċ{ }ȋ{$}̋{(}Ћ{,}ԋ{0}؋{4}܋{8}{<}8;x{x{x { x{x{x{x{x { x${$x({(x,{,x0{0x4{4x8{8x<{<}@8}x}x}x }x}x}x}ĉx}ȉx }̉x$}Љx(}ԉx,}؉x0}܉x4}x8}x<@9UE9E]}]EލfEUM}vEE~2,E19,Eu t&;,E9EUE$EEb}`E1t;ttPπET$$EE`E+e #v @ET$$E}7dEXQ9T tT$ E$tdEET 0Ep}\E E$EA vGǃ}QT$EM<$_L̲IJEBMJ̲;Ȳ̲rM<$^EMtRu1΋EIJ8̲P̲;Ȳ̲r E$E9wuE@U9UĬ[^_]Í&Et&D$$\E}1]ÈMt&XED$<$D$/9\E}]{vD$$1ǃEƃEDžtEE,EM,EMEETTE$D$>TE}1]ÈMPED$<$D$_9TE}]vD$ED$$+EM4EE1u] t(0EsD$E$zu؉]}&dEXQMET$U$}D$<$E<$D$Mv|AD$<$lMu1މˋEM8 $D$D9wuaEE}}1tu*D$EM$MUD$$MbE1}}}MMrUUgEE\t&UWVS\]u EEԋ}ԉD$<$ )9FЋES9OЋET$U $D$}U)EEE =}t,T$UD$D$ D$$ U# D$EԉUD$$U\[^_]f ƃf T$D$U$腮 UV&EM1EwEU fL$T$ fM$MEuUM1EEuE}ĉuuffE9T$UD$ $HUf=ƃfMEu(D$D$ t$ $D$ (E $D$ ED$ED$'UuȋufME}f;U}E $|$D$&EE)EEEt&   fE~ѐUEt&fm8vEE&UWVSL]fUMe9 u 9t!tE$=(u$EwE$x iE$v=Ye9 SD$$:L[^_]Ëee;E.ƃt&eD$E$UD$$MD$ $ ut 1҃TɉMu DEԋ9DMD$T$U $D$EԉT$D$  ƃL$谪Uv$EvE$e&'UWVS,E} ]UE܉UED$4$%̲IJ@̲;Ȳ̲r4$U;U܉rU܋E$T$D$Mt]U$T$fUBXTR =?~ ǃ ?8~ ǃe҉ t fD$$ult{ f$m̲IJ@̲;Ȳ̲r4$H:tu,[^_]0:,[^_]ËE$D$uf<$D$ D$<$ D$<$HvD$$ yvǃ ǃUU Et]ÐUU E]ÐUE"UE9UE@@ǀ ǀ ]UEU @@ǀ  ]ÐU Et$u|$$ zv M   !ىL Pt9t)!9sp$t$|$]ÐUMWVS AAtL1vT t+# 9sljӃ9utD D  A[^_]ÐUE@@@@@ ]Ð&'UE@tEG&Í&'UE@@@ ]ÐfU(]]uu 9stt$C$ tCs]u]ÍE$z ,E֍UU EUPUU US]t(ST$ST$S$C[]Ðt&S$ҍ ED$,[]ÍUWVS,u}U tZG3t&)9GGT$U\$$SGU)މGt$ڋ_9uˉU<$@_GU뵐t&,[^_]Ð&UWVS,]C ƒ)׃wHKS#C s KSs Kw9SuՉM$SMfC ,[^_]ÐUVS ]u CSH9s-CPPPC [^]Ív9tWS ;CC}S ;CCtOS ;CCt.S C [^]ÐM$CM떐t&$CōvM$CM랐t&M$CMmfU(]]uE }uK 9w) sK ]u}]flj)ω SS$T$ )K s]u}]US]CD$CD$C$C[]ÐUVU S]utك9wf9v]uU [^]t&UVSuFt$F0tDiX)vt$C $F09uփ$F$u[^]oÃ4$b$v'UWVS,E }W4G8W $5_4Giä$EE]tIމfäC $ǃǃǃǃuEG0,[^_]Ã}t#])iۤ];]t$E$<$fUE]@%?UWVSLE] MuEME0؍ uOMċMF р}҃ ʀ}Eу@ ʋN(;N,MMF$؉MN(كZ2M1E1;F,V$E ƒV(tF}F$V(t09V,uM $"V(F$V(u׍&L[^_]É$UF(U؉ETEM؉$F(M؉E`E1ҿUWVSE@E p1M 02$$1󫍍@󫍍,M M A9wIB09v5t<<<t&"<u҃09wˋE 0L$$2(D$ E D$@E $@D$ E D$D$@E ML$$D$ E RD$@E $,0D$ E bD$D$U@[^_]f4t&Bv\ǾDžvtuው苍DHJϾDž&tuው苍H DM q>JIt&t&B8BvYƿDžtuው苍D.fUWVS}Wt&11ې0ƤT$$L9_w߃[^_]Ð&'UWVSu eE1U׍t&= ||H\EA=~0 }ЉT$D$ |$$=1҉$Ct&D<$ D$D$ $` wyw1Ѐ|ufQ~$ D$D$ $FD$$D$$ Tv1&3|3|3v~1ҁJx D$ED$$$k D$T$$$KwiUe3p[^_]Í xw 8LɃD=!t&<vt&$ D$D$ $$D$D$$~ v:Lg:L]H$*E$>t&3Vw8D3t;0DЉT$D$$$f:D3u:D3u~1p T$UT$$$ $D$D$ $}-1||Ew1|3~Wc|$ T$U $T$ D$D$$$=<;u댁a< W@T;8T3~^t T$UT$$$_ $D$D$ $<&=L;8 ;uL18L$$~Et&⋅$$D8 u봉('v'U]]us4$4$C{}ċ~}1vPǺEtMuMԋEЋUԃP;EAM) SKEЃKR9)ȉ SST$UȉE$zE )‰S{P,}ȉD$<$D$@*vF0T$D$Eȉ$VU׹EtMuMԋEЃMԃD0T$bD$Eȉ$|V|$}!ЉD$<$hRvEE$S M܉UT$UEL$D$ $ {M\$ $ƃt&}E<$iS M܉UL$ED$ ET$$ K#E91)K C~&ǺEt&tMuMԋEЋUԃDf}Ћ0D$;bD$Eȉ$ (UȉD$$D$9u<FMȉD$F $D$9uwӃL[^_]Í&+EĉEMԉ CCD$EȉU$rU +MKSf) CCD$EȉUM$7M U)ȉCS#U9w-)EĉC SE\$$ut&)ljЉ CCD$EȉU$UE )}ċMKSKvK#U9wH)K S)ω‰ SST$UȉE$ME )щSC#)ω}MЉK ω{|$}ȉEU<$ U +MЋEKS>&'UWVS\]S6ؿ@Dž1ۍvip0HN)ʁ@G׃VV $sdžP9wH8Ë1Ƌ҉ti֤1ɉDžt&qB09Ft t{t411v؁äD$$L9wӋ+9v1Dt&D$D$B$뗋C$#1ɉDžt&YB09Ft t{t411vƤD$$9wӋ+9v1Dt&D$D$ B$뗋C$ SDžDžX0C $Dž 11Nf$BD$$N 9F;v1Ҁ>‰T$1҅+T$ VD$T$$'F+D$BD$$yV#vD$$S?vËC 9rK9C JJ 4Ht&C€:f8YDډv z& 4 ` JƅlEC$, wvUWVS}Ot&11ې0Ƽ T$$\9_w߃[^_]Ð&'UeE4$u |$ 4$|$]ÍUWVS\] EEEsC9ƉEE{ EBf<<<<<<X<9uv4uVKD(x9)у C9uKẁ}Z\[^_]fFE dU܋SU9щM\ U+M SKKFEFU9)ыUK S  z} F<EaU܋K9)ʉUM SSET$<$E +MKC&FE}w U DM܋KM9ʉU)ыU܉K S 5KU# 9P)K S)ʉUM܉K ʉSET$<$\E +MKCt&E %MU+M SMST$E<$E U+M\ KSU# 9)K S&)ʉUԋUM SST$E<$E U+M S KKE# 9t&m&MԋU+MMK ʉST$E<$UE E)UԋMԋU܉KSD0D$z<$D$f)ȉEM CCUD$<$U +MKSF4T${<$D$nVI L$EU<$L$5EU\ # D$<$T$ t&E܋K# 9)K C\xs K(9) {ɉK CKu\[^_]t&<$C EUȉD$ T$$ {MЉ\$ $ƃEfxK(9) SK;uDK<$^C EUĉD$ T$$. I\$$\Ev,D$y<$D$FD$<$D$kV1]܉É}׍vMDD$ $D$)9w݋]܋}f &K9wk) SKEiBUD$D$<$USfCM<$D$MCAC)ȉEM CCUD$<$_U +MKSe&)ȉEM CCUD$<$U +MKS)ʉUM SSET$<$E +MKCL)ȉ SSET$4$E )ɉK{C4$D$zCCu\[^_]t&)ȉEM CCUD$<$6U +MKS T$UD$<$UvK CECM<$D$MEKCfUWVSl]Sؿ@Dž1ۍvi pHN)ʁ@G׃VV $CdžP9wHË1҉t 1i ߉DžvYF9Ft tqt211Ǽ D$$<9wӋ)9v-HD$D$ B$럋C$C 1Dž{t&t ft  ;ҋKoDž9Dx.DžtfDžt  7K :1ɋDžYB9Ft tqt211Ǽ D$$9wӋ)9v-HD$D$ B$l럋C$DžDžvDžZ1Ct&$t>tmD$$-9vm4 F;v+D$C $D$uFw&D$$39wC 9 9ei {x󥋕Bt$"Cl[^_]+D$CD$$Pf!fxyDžLC$QC$FU@M+E Q?9sv'UWVS}Gt&11ې0Ƽ T$$9_w߃[^_]ÐUS] t$脉 ][]U(]]uE SC9ЉCv3K u:t 9BD$$GtCs]u]Ít&9v‰L$D$H $z D$z (SC떉E$z E멐US]D$$6SM ]L\[]ÐU]]u}]1ۀx1uz1upx 3z 3r t؋u]}]Ðt&tJ9Hu}t1ۀx0t̀z0tǍp z뵐U]Uu] }}tXuDBJ sS É11׉E1 t)9w 9ur{]u}]Í1]u}]ÐB1:C1t_<]u}]B1:C1u{J C r}1lj}}1 }9wsm]u}]Ív{J C r}1lj}}1 }uŹ r{(J 9 @6t&;u눐t&K19JuUt$莆ÍUt$nÍUX]] ueE1}$щ‹D$t$$P t$$D$zωt$|$D$ $PD$|$$P |$4$D$T$L$D$ $PD$|$$P |$$D$螩ue35u0]u}]Ðv؃ lU1U SJ$v[]ÐEJ@49Zr w;s 1[]Ðt&BD[]ÍUXE]Uu]}u@4} Lu%t9r-v'$L Ke]u}]Ít&9wՉT$Ut$ <$\$uU;tɉt$|$\$t$ <$\$ED$ D$$T$T$E]u}]Í&'U8}} ]uut 1ۉ$"t؋u]}]Í&M A4uڀxtPtD$1D$  t$$T$uU D$B4$u u*  MD$T$A4$iSt$<$UÃ=v'U8}}]EuU ]`E3 Pt&ED$$D$tG\$$(uz]u}]Ðt&E\$D$$nuC$莡$ltC$]t_C_w&U(]u] ]}}U]ڡf$ΝU$T$D$+&ED$B $D$fU$oUuf1C$襠'E&UWVSl E D$D$$藘U$EEED$$$GÉ$UƃB4ǃLLZZD$D$h $U(ǹr4(f$2F4.tD$$H<tľtGt$Gt$Ft$`Ft$wFt$e$=$}E$EEEel [^_]ÍD$$F$D$ =z $̔N\$Ɖ$M4$Xwt4$,N4$|;=z ‰É4$|$袃Ɖ$|4$萃U8E]U uM}u@4}]Lt]u}]Ðt&t$|$ $L$謳u E ]E u}]-t&E$ E̍t&U$3螀H3&ǀ$@ǀ(@ǀ,@ǀ0@ǀ4@ǀ8@ǀ<@ǀ@@ǀD@ǀH@0c9uEÍt&UVuSt:iX0c9tt&0c @9uE[^]v[^]Ít&UEU J4P$TP,U@ H(@PU@P]Ðt&UWVS,EP;P0i0cUMfRM]M)щi0c󥍃 D$ U܉$U܋c$c(cEE0ccc$c(cccc c ccccccccc c c,c,c-c-cUB;EU+BBB,[^_]ÍvMAA,[^_]Ð&'UE@@]Ív'UUBti0c]Ð1]ÍUU]iB0cÐ&'UX]] u}#t{EP4(t~S)JE1(|$ 9t$tEE(L$T$ t$D$$D$D$ET$]u}]Ðt&(T$D$$tuV4Ƃ-LfD$$z ֍v'UE $z T$D$E Ez U]]us4$CT$軻E CPCQC@CDCHCLC4C8C<]u]ÉÉ4$$1~U]]uC8t$RsF $D$ D$D$RF,$F,~4282)T2X2(2$c,2(c)L2P21ǃ$cǃ(cV(=@T$`@$T$ @@M䍋@F,M܋MU@U؋V(ǀ,2ǀ02ǀ42(UԋVǀ821L$ M$҉L$M܃T$|$D$L$M؉L$MԉL$ bF,$'$c(c@P@cT@`@cd@ch@ cl@cp@ct@cx@c|@ c@uƃ `@|$$vtڍt&X@\@\2`2NfUS]C;C}9i0c-ct(D$$-D$$C;C|lj][]&UWVS\]} is0c3 D$C$|{,E 2EUCMU؃;,2MA$RCCS,2(2+UM䀸B(2,2t%{(@t+UM(2,28MU$D$ L$T$WS(@C,ǀ42ǀ82t2T$`@$T$ @@@Ƒ@us(E1(u؋s1L$MT$UƋE؃|$ t$T$L$D$ D$C,$\[^_]Í& ;(2|$ D$D$$fSC$!v'UWVSU؋D$$D$rNTM $|$\$L1Ɔxdž2dž2dž2FQFPdž2dž2dž2xF4@ |1EF4(Ƈ(Ƈ#YU܍D$ F$D$D$T$D$xMԉD$| $D$MԋD$ D$EЋ9 |;UsUЉȉ$D$ 22v} u\[^_]t$qT$ TF4x @v $)1MuS$=TUWVS쬋}E eU1҉ltG4D$$GG4|t$D$2lt$D$ $ult$z T$$tD$$ζtD$$z f$htD$$z @D$D$$z bW41,t(|t$I|tD$ D$D$$q$ Ult$T$âG8t$RG4x @r$OwTÉt$$zf_8t$$W8G4 $D$Q$G4X G4P @P G8T$$Qt֋G4@ 9tD$D$$(/W8G D$$Q G4(w0G$G,|tGG WG $É1DžttDžptvD$W8D$D$T$ |t$2$,tD$$z XnD$D$D$ D$T$G4$gt[xnD$D$$z xnD$D$$o$葲tt1v҃T$xnD$$(D$ \$t$$荩T$D$<$D$T$ D$UT$D$D$G8T$<$D$ |tD$$ʨÉփpt%t&|tD$D$ D$D$$"|tD$$ 뢋W8$Pttu|t$襇ptttG4N$k|t$]$OEe3SĬ[^_]Í|tT$$Lptwlt$$ ~lt$T$bttKlt$BD$螲D$ $z j,@ @$ ~$$(bDKwTÉt$$d$"L D$@D$D $LÉ$$|t$$$pMƉ$FK뿐fUVS ]ft$$D$t$C4$ft1C4tD$ D$D$4$zf [^]ÍUWVS EU] tlteE1B4pڃ?¨9uĉڃ?Ѝ<$:tDžDžDžDžD$E܋pE$xO!+Kt$<$D$$T$T$P Ël<$T$趿Ee3u Ĝ [^_]ÉË蒿$*KeIt&UWVS E X1ۋ}Džl v9^vX\$4$|.P$wHW4p9Hrwp;rxDl9^w&lu [^_]Ë}D$ D$D$D$<$kl4$GXE P11ۉp&9^\$4$-P$w݋}PO4`P;rw`;rxDukp4`XpHHP 1҉ r@0@1jl1ۋXD$  |$D$4$Al\҉pfk41ɍSXk4X$苻~Hp}D$\$L$ <$D$UD$E $d,|8$T~|D$|$ $z|F1|$P;lsH;\9tk41ɍSXk4X$5;lrlXD$  L$D$4<$@趐UDžLDž`DždDžpDžtX1bt&S4$tKLuit&M D$ $+PHpt4;l;\rtS̹$豹tȋLtFptMD$ `T$dpt $D$T$Y} <$D$h*PH<$PTD$H*|8 $8|D$|$|<$^zC1P`Td|4$;lLLglXD$  L$<$1D$4>ED$ dD$D$dD$$GDžpt&;\k4X;lsk4X#t&4p;ls1ɉ$طtU $D$(M ` $D$(MP@Q4JwN9UD$ T$PH<$L$!Y<$p L$ML$ҔM$G \[xDž#D$T$ $ HL'ƃǃ2ǃ2L#P#C4X[D$ Y[D$T[D$ $zY[(,$z T$L$AZ)8Z([D$$0[@$(Dž[C@ƅƅx $k04$)0KTƉ L$$Fƀx @@ @X[ LHT[ 1҉T$ D$ $D$蒺L#P#X [uC4<ƀ'NDD#H#0S84$P 104| S8$P',D$D$L$ C8$D$xD$'uR D$$` $BD$ $C C\u S8$PS0$ WaK4¸ L< T$$H DD$誀C$x$Uiƅƅ8898[_S8$PC8t$RsZZY`ƅ' ,D$HD$ $cU&%ZZhlv\ X5HLPt&[ƅƅx$ef$Ɖ׉ $D$D$ T$$*D$CC4Pt&1,T$ $#JC41h,\[$D$C4^#D$$IdDž#Xƅ##C4v [Dž#D$([$f#D$ T$D$C4$ƅ'DžYƅC4(u tƅ fS8$P[[D$ T$D$$蓃 $P;Pd8D$ $D$T$6+D$\[T$ D$$iZt$ Zt$$wy(t S8$P[[D$ $D$T${$8UD$4$*[tD$t$$[$ DȄɈtC4@ ;#\[D$D$ D$D$$0\[T$ $'ZDžZDžZDžZy$By,$z L$D$轋Z([Z)8 $T$] @$0[([|Dž[C@wL#P#22US4K81D$ <D$CP $D$V\9CP;\[D$D$$腵D$ $@D$` $@ut$D$  $9t$$l@}T[1D$ D$T$$HLǮL#P#6Z[|ƅ8T[D$ xD[D$T[L$$ T[Dž#D$([$q t$$C4HT$$4#9>704ZDžZDžZDžZy$Zv([D$$$` u8UtEщD$\[D$D$ T$$蟥$})׍\[t$|$ L$$d$s UD$C<[L$$D$[T$ D$趽[D$D$Ct(GPW‰f^_]Ð$$ D$@D$D $UWVS|<$&#D$D$D$D$D$ D$|$$ EEEED$EE$@1Džl0u,fD$ $`lDƉlE؉<$N uȋUzDžpDžh&UplP(t$<$ t$1d1`vp(t&<$;tt*u{.tetD$$D$JtUpP(;ltED$\$$JtUpkvCSt$D$ \\md4T$`$)@t&EhhpH9PE؅t$)|t$ļ[^_]ËU؉Åt$|t$$␍USE U]t$ D$ D$HCD$$G[]ÐU(]]uE SC9ЉCv2K u:t 9BD$$XtDs]u]Ðt&9v‰L$D$H $z Tw$z 8uSC떉E$z !uE먐U(]]uE SC9ЉCv3K u:t 9BD$$tCs]u]Ít&9v‰L$D$H $z v$z tSC떉E$z qtE멐UWVS]tGFE$jE$1t&$`t,Et$$E|$$$4uƉ$t&D$$E$ uEt$vČ[^_]ËUÅt$Z$RfUWVSueE1\[<$n$n\;D$T$4$,$, zD\;T$$ct$$qt$<$q\;D$$tD$$vj$pZD$D$$z 褧1,t(d<$oD$ D$\$<$\$<$l\$<$ТvNu$ C$bEe3u)Ĭ[^_]ÉƉ<$Zm$Rm4$UW1VS<u] D$D$D$ D$\$4$`)>D$tGL$ D$$)1C Dž.6?o*t-$s $i 40$mL$D$D$L$$#<[^_]fD$D$D$ D$\$4$'1tf9t9u؃+=.D$.<$ tOD$.4$ p.Df&D$.4$믁FL$ D$|$4$tNtD<$ p\t/u,D$D$D$$ & ˉD$ $b*D$\$$"vUWVS}eE1FuUe3ļ[^_]ÍF$m\[t&$xi4$pi\;D$D$<$'Q$, B?\;T$$^|$4$k|$$k\;D$4$tD$4$qj4$kZ4$RjJ1,vd$jjD$ D$t$$螻Jt&T$<$6D$D$ D$D$$莎t$$jD$D$ D$t$$莢ut$$>(EN4$ =$\]lj$g4$g$+ b UWVS }eE1P; $6$D$ $  ''D‰$A=$\e&D$$ou4t '$M$uh%t&\[$f$fD$t$<$.%$D \[D$4D$D$ $+Hh4$@xP[D$$FP[D$\[D$ D$$DxP[D$\[D$$Eƍ4$@\[$a$a4$ [ى㐐Ut$ÍUWVSܲ]|eE1D$t$$u Ee3ܲ[^_]Ðt&\$<$ct$<$ZDžDžDžDžT$<$蠪hF4$|mD$D$4$ ƅWMt|m*WM`M4$;WM$DžlM|Dž|DžDžDžD$$GD$$8D$|D$$|$$D$4$D$|D$>|t$4$=4$=<$k_$ T5$Tf|mD$ D$D$D$D$D$ T$t$$p[u,i|mD$$z gNt&$ 4|mT$$2TKt&D$4$8AD$4$(A1ۋ4$D$AD4$D$@9wÉ<$,^$Ëwዕ|Åt$q4$9<Չ򐐐UEU 9PrPf+PU DUS]D$$SM L[]ÐUUE }]urJ XP 1؉E11 }t9w r9ސt&r]u}]Ít&]u}]ÍUX]]u΋MUԋU }}NjEM]M]T$$L$\$ 2dEԍLu1;t)D$ dD$\$D$$} Ru]}]ÐEt ]u}]QUt$ÍUt$~ÍUt$^ÍUH]Éu}y1UUu}~@ҾtEUQUԋt$$T$P ]u}]Ít&|wu}ԈU؉M)<$D$D$U؋M܄tA돍t&'Ux]Éuu}EEE_4$QƃD$ D$D$$PD$$t 2t]Ћu}]Ív$D$ D$D$P4$EEEaP2u]}҉]ÐU]]uCCCC $E ǃ@ǃDCEC]u]ÉƋ4$0UVS]@tAkpL40)fLF$t$F0t$@9uՃ4$Dt$C$[^]@Ƌ74$&'U}E}]M u]EuGeU1ҋL$\$]ԉ$D$ RGD$\$$R 1Ƀt$Ue3]u}]Ðt&EEA=w̋G}U܋M؉<$D$UMB"D4$u"D$\$4$&]4$\$&19tEMMat&E D$ $D$ D$M1E҉MMM]111 uED$4$D$#4$"MAQ4$3"UB 4$%"MA4$!UB4$!MA4$["MAQ4$!UB 4$<"MA$Q(4$+"MA,Q04$"MA4Q84$y!UB<4$h!MA@4$W!U1ɉBDB 9BzoËEu$UWVSl]M ]]MȄۈ]tBuFD$D$ $D$)F$^:}uȋ_}̋ t$|$$EUD$ Q}EUE@}Ɖ+u}Eu}}}}#&NM]AD$\$$R E}?]؋u]u1G@9EE|8@{uD8@xRu׀xBuрx}uˀxuŀxuxuURU$PM\$t$L$EEUUD$ $MUMD$ T$L$M $PP}EU1ۀ}UM܋u}BU؉L$t$$1҉|$ ZE}ƉWW W WWWW W $W$(W(,W,0W04W48W8@|9UtMe3EM1 1EU;E`s8GLtU||95vwU9vEUf;vt&11ҋ|T$D$D$L$D$T$ $D$6lxËtpL$xD$ T$ $P$v'UHE]u}x<$P֋UËB$RM D$ED$T$L$ $\$t$<$ED$ RE]u}]ËED$ \$t$<$RE$'U1(uu]1t]u]Ít&$D$t$É$E $D$tE$8$E]u]ÉƉ$x4$@Uh]ӉuudEEEEa$<5u]u]Ít$$@XHD$ $z $A]u]fEEEE`$4]u]Í&'UD$$@臜D$ $z @ÐUWVS|U ] D$\$$P aM D$ D$D$ $PEǀ1$D$D$ D$D$c$zU M$PMEEEMEUt&M UMT$D$ L$M $PU MD$L$$P EH1]ԋuwt&E)=>>EčEOD$ GUȍUMԉMD$T$4$E }EEuE+Ẽv ~9};vu=E)}}U]t&UT$ OẺM4$D$ED$ M}EEuU)‹E~z}pE+EԉU$ȉD$D>D$U;E?ED$ NEUT$D$4$7 M}Ec11E}}]ԉ։ÉMEUUЋMċE)T$UL$$.U:1EU M UMT$D$ L$M $PEU \$t$ D$$ ]ut&}WMt $EtM $|[^_]ËE E|[^_]D$$@E D$ E+EM4$ GEUT$D$M}ED$ E+E4$GEUT$D$M}a]}։]ԉÉMy}u:.M2D$D$ D$D$ $_EE EEUD$ D$T$U $QM $E D$$i聗U]]u}1t]u}]Ðt&}EEE<$@/$dD$\$Ɖ$N4$fEt4$4$EEE<$.}t$$ 0$4 D$-Iv$X  $4 D$y-D$$z :\$$UÉ4$f$.&'UWVSƇ2D$ $TD$\$$D$T$$RjË$t&UWVSLE@='EUMH1);EB;UM E Ű @M܋ME؍REU9UsYpxU؉X3M1 u։PH UЋU MԋM ]3Y M3J urzpxL[^_]Ít&M D$AD$AD$ A D$AD$AD$E$(L[^_]ÐU$MIM&'UW1V1S]P$o8CD$D$ $D$` \ƅ?CDžXDž\ƅODž@DžDdf\`CT$XL$ \$1҉L$`X\$t$|$LH@P1DžhkLlp1:tp<8DσL9r߃hP2kLlht|D$T$ t$|$$h9ȉlkPt!@18v L 9r8dt$ LD$H<$D$llHhh1:1\`{ $D$T$D$ <$QlT$F(D$C$F,D$ F($D$D$s3FD3VH @DD$F,D$ FV$D$T$0Hhh9Q\`@Xl\ƋT׋X $p9׉twr9{kLptl+ $F,p1҉ttTpPlw9v Pll>G~EЋvED$}ԋ$uЋ $}܋lu؉}rHhƅ?phLƅOt3kL1@t&8t1pxL9rƅOt1X\\9`(D@ t1pl $D$C$UQC1ҹD$dD$ $dD$t$$c!8t8$*1?t [^_]fOƅ?EEEEb$$ƅO?t&u[Hh!vX9\~D$L$ t$|$$4lfHɉωhDžpʍ&kpL@ 9huQkL40>uWkLƃLׄthtB(V(L$$T$JHp;pw҉haDžpvkpL1 t&H@tkLL$L0(dL$pD(|$4L$D$ 4$H49lwpH;pyh1h9vAkL@:ukLR(D(t$D$L$:H9wh#EԋTUЋXE؋CU܉$R+lp$EEЉUD$q$It&Uh]]Uu}Ct]u}]ÐCǃlǃp$A11ɅtC2L$D$D$D$ T$$lj!ƋCU2HEtuCu]}2]ÐEԉ|$$D$]$"11ɋ1lp>&UWVS\'@@9Gà @v;Pg<D$ T$L$< $P ҉<$蹱D$T$$kL%@;AC9P|$<4D$L$$P%@;D8|ƅ0<$P;T ; <D$  $D$\$R)P<$P(;T ; <(D$ ÉD$<\$$R()($ $p$P1D$ )ȋډD$T$ $֋D$\$$1|v$<<D$ L$\$$P[['TTDžXDž$PSDžXDžAP \[$ƅT&$ t$$xXD$$^b^t)tiXT$$3^ \[T$D$<$ǍXT$$z [[D$$?]|\[T$D$<$9[\[DžXDž/P}蟢Í\[$$$9ËT$UƍvUVS ]f胣tD$t$$uրNu$ Y$ [^]ÐUS]t$蘞CC[]ÐUhEEEEE E̍E$uÐUhEEEEE E̋EEЋEEԍE$9ÐU(]]uE SC9ЉCv2K u:t 9BvD$$؛tDs]u]Ðt&9v‰L$D$H $z $z SC떉E$z E먐US]D$$6C U D@UPUPUP UPU P[]ÐUWVS}W11ۍ&D2t $訠W$9w߅t$苠t$yGt$j1ۋtt4$舽4$蠚u݋E[^_]`W딐v'UWVSLu E]UE؉1)ƃdU܉uċE؋UEǃ%EE؉U EUM M\} }܋uD$D$ |$4$苜EEЀEÈ 1E}ĉD$E؉T$ U܉$T$ʟEUE}MuƸ1uĉɉu}䉳u9wxf1}=uG1Mf}1u}ȉeЉEU䉃L[^_]ÍE{vEEE1Ҿ̉҉UĉtI1҉9}č @M̉ME}fǃdEf4@ǃ1҉ủuEEMf}}1ҸD$ U܉|$T$E؉Mȉ$lME E fUVS]u ؉t&X @9uD$ D$D$4$P4$PD$ET$ $D$$eɉCt1ҍ@$9rǃȉ $"C[^]Ð&USE UXZPT$ @ $D$D$舾S[]ÐUWVSPTL`\9`B` X`D$ D$D$<$Pt$\$<$X~ 1t&싅,nT$(D$ D$$u(,t$D$ T$($u(\$D$ $42t$\u\$D$ |$$>uD$ D$$x !%tDJDT$D$$蠛!ځ t€DӍYD҃L$D$$Q!ځ t€DӍYD҃L$D$$!ځ t€DӍYD҃L$D$$賚!ځ t€DӍYD҃L$D$$d!ځ t€DӍYD҃1ہL$D$$;= t&D$ D$\ 4$肇v u$шt݉<$D$ D$t<$D$.,ostC*@t:D$ D$$tG($_(1,ZM)D$ D$p 4$腆E u$чt݉<$D$ D$s<$D$.nrDž,t^P$(D$ D$s(D$.$'rt!D$ D$$Xs,\$Dž\Dž`p8\D$$;8w(;1 t* t%u9r Ee3`[^]f9s˹E)ӃEGЍuD$ F\$D$4$=lD$ 4$}otDt8w 9uEu&t< tt$D$$BD ܍ot&'UWVSEe3L [^_]ÍvhXtU D$ t$T$$\$ tE +=G…]U D$D$ $)‹ЉD$jh/t&1&D$D$ D$$&hM )9E GȅT$$D$D$ \$$} +E 9Cء9G)؍tD$ D$t$$lU 4$T$D$Si] t&111e0ۉT$<$D${׉$yD$D$$a4$xD$$D$f$xD$$D$f=Љ$L$D$9h0jUWVS\EueE1F1Džf 9~E 9u؋ C$d=D$D$$*cD$T$ $xD$D$`  $Z=t&V1ҍCӉDžΉ19΋ D$F$f ׃K $ Sg$SC 3D$T$$,Dž8Dž<DžHDžXʋ40ʉы)ϋ+B‹084 $f4$EQ8ʋ89rqf8)׋+= 0Bщ4$8M4 $8t9s84<$D$4uL$4$4$$w8 $i1[^_]ÍX48D$E$4$' $4$1[^_]Ít&UWVSu$t$9X\$|$$sXt$D$$=XD$$XD$\$$t$<$iXD$8\$$44|$<$D$\$|$<$\$4$E[^_]Ív'Uuu ]]}u tFtRt$$Ɛt$$ubǃ]u}]Ðt&ut$Ɛ$Ðt$$]u}]Ðt&$H]u}]ÍvT$8 $D$t$\$<$~|$4$BXt$$L$vXD$$XD$D$$"|$D$$ D$\$<$X|$D$4$D$t$4$t$T$$$D$2]u}]Ðt&U8]] u4$\$D$h\$$PEt$$]u]Í&UH]]u1}u]u}]Ít&X\$Ð<$$|$\$t]}u]UVSE ]DžhlhD$$\$$\$$uĠ[^]ÐU1U tB]Ív'UWVS} ]7uK|$$f\$$\\$$P|$\$$uӃ1[^_]ÐGt[^_]Í'U]]u}DžDž%X8\$<$\$|$4$uD$t$4$?XteD$<$u|$4$t$\$4$ Xt_\tV4$^<$V]1u}]Í&ǃ4$.<$&]u}]Ít&t$<$d81t <9E t<\$Ð|$$}땍vÐ$D$]u}]U1U tB]Ív'U4$u|$}  94$|$] U1UW_]Ít&'UE D$ET$$PÉ'UEU P]ÍU1MSt(Ћ X &u9u1[]ÍU1S]M 9vȃD[]Í&UUVS] 2 F9wf 9s29v 3tV1ɍv  439st0^t&9s 0u[^]UW} VS]t^1&+)vf1 9sօt"4uDt&ƃtt[^_]fty\$4$ D$T$ \$<$ tʍlT$$!%tDQD+D$ $L$D$D$>D$$O<D D$ $ X4$P<$$Ue3u2[^_]ÐE D$ 4$D$T$Wh='U(ED$D$ED$ E D$E$U(ED$$D$E D$ ED$Q UU t!1zu<u9v]Ít&1]Ít&UWVSEM]}T$1ۉd` Et$$t <$=ËE d`D$D$ E L$M $D$t\$<$v:$~8ET$\$c] CHߍpD$EX$^X<$1\$Gp\t'tu= $,1$,Ћ,19 ,̓9,DUe3u <[^_]1Ut&UWVSLEeU1ҍ,;,v,~/$, ,1  9u,,D$(,$t$\$D$ H,,~C1&(,$, ,  79,,̋9,%Ue3u L[^_]A0Ut&UVS]CCC CC$C(C,C &X<@@9uBzC8C$/CC[^]ÉƋv4$N1&'UWVS}Gt$0Gt$/Ot&11vt$R 9ww1&\7@t$L$)u݋G8$}[^_]Ë$0fUWVS<] }{tcG(EutLO 1 &O C΋ST$OL$Ct$D$ C D$C$U9uwƒ<[^_]fG4EUWVSLEMU}EEM܉Uȉ EӋE 9F…EظEE1҉E؉u؉ƒE=GEԅɉEU؉1EUoM9M9E܋M9M!kML 9{$wED$$ É$c*ƉD$EЉ\$$莉SVFST$D$$KЉE \$t$$fE_L[^_]ÉËEM$E,t&UWVSLE u}eU1҉ D$ $Qt$$D$$@V$EȈcLD$t$D$a&@Dž0<\f$ (É$`t$$a00S$r$(}mD$t$$0 30Dž,),,ˉ0d,1 ,=LDžDžDžn$$spD$ dD$D$dD$$5 r2L$E;D=ރ$S0u#É4$ $|$h!Ɖ$ӐUWVS< EU Me]1ۉ=E<1+ =D$ )؉D$$1# $E#t$<$E00Dž@DžDDžHDžLDžPDžTDž=Dž=Dž<ƅ =Dž<Dž<$==0#D$\$<$FM=< =u3DžDž Dž n$anƅ =0L$$]$<$R0\$<$SD$ D$D$<$\<$\PÃփD$ D$T$<$\<$Y <$Y <$zY Dž=Dž=<$RY== == uփ\$<É$L$u<$\$|$$8ND$$h$OcL$D$<$6D$D$ <$nD$$kH|$T$$m^|$ $,a1D$ D$D$$PKv$x$tu㍕T$$]tD$<11D$T$D$$D$  D$f 9:T$$s>D$|$$=ƅ<Dž==$pD$l==9=DžDž Dž r$f<=Dž=ɉ =11ҋ=t&4t9t䉄ߍ0D$\$$1H1ۍ#$x9Q ;;D$ $D$T$g$K t&9~<uƉ$hƉ$ou ÍvÉ<$FÉ<$5$Ɖ$h␍t&U]]}ǃǃǃǃ D$$1SV]}]ÉNjv<$n &'U]E] U}uEe=}1UUԉT$UD$$P UEt!Ue3E]u}]Ð, (u‹r ENwR\$]$U1t$$59EtEv&ED$D$$+U|$$T$+;EEu$1<Eu$!1UB$$1}G(G$G,$0EG,9Es=vEL $0}Eu-E0iE } ËE$ UB,r$D$@}i O,7 9r1E9$0> E> 0$]0U>  E2EU;P$rJUWVSLEl}l$_^E$D$D$$.;$_1+$_$dD$ D$<Džl$1lD$$24_1DžD1DžHDžLDžPDžTDžXDž_ _f4_dD$L$$P3S $DR'U _$T$g_4_L$$?uF_t_$PyCs$);$_wf4_D$ $Z#_1_<$D$L$_k___G;Gi _4_ƀ D$T$$`v_D$$R_ 2_2u 2U _ƁD$ D$D$ $P4_$?, __9Dž_Dž__$t+_ __0__9sK__O__9)l___`4_D$`  $Q!_$EÉ^t_ƅ__$oT$ic_ElEEEn $W,G4Dž_v__9O,i_ Ћ_t}_D$$]OM D$_D$D$D$D$ ED$$V_E9  _9G$D_t  +G4",t#11t$= 9w,wG0t$R^t^$;M L ^ƅ_u'] Nu$ 5$+Uƅ_E$!d${,_L[^_]ËG4$pD$faG4;__$3D$9alEEE5$Uƅ_ql4_D$ D$T$ $/D$<$i_ _ ;_r_$sT$ _9O$"_$;__lEEEr $T$Dž_Dž^Dž^_ƀ lD$D$$%(_9^w4r_9^s$____^^__9W$zi_ Љ_ _ ___ .$:_lD$$_L$=lD$D$ $o_$kL$I_lD$$mT$Y_lL$$!L_t$P__l_Ƃ D$L$$t_$lT$论_$L$蘺$ _$7E狕_D$_E D$ D$D$D$D$ T$L$$ Xu}tbD$$z `_ D$_T$$=__Ƃ  \у__$z T$9d}$ vDž^Dž^$t wPG,G4$O,_G0ɉ_tq1ɋW$^^_1__1΋t  _9_vuG4 ;_r^^1Ҹw4G tG _$RM^ $G0D$ G(D$G$D$E$!!ƅ_NG $_GDž^Dž^Dž^W$҉_m^^+^^Dž_Dž__ _&W0_<u#_<ut&<tP_i 1Ҁ Dž_G 9t)_D$D$$G _D$u ;_G_D$__U <$L$ D$T$_9_G$M__;__.Dž_Dž___ _^t&__9G$G0_<ui __^; _ rw9_v____L$G GD$$6_1ҋ__)  JfW  $T$_T$P _?f1Dž_,^^\$t$ $L$,M _Lu<9^t4^^\$ t$D$T$$5 5M_^_^^lEEE2$*MolT$$.TUÉ$d $?#$$ K[Ջ_É $ÉË_$뱍&'UXZEU ]uEĥeU1ҍ$}D$nXĥD$$D$NUuZ1ۀt/$qU؋Ue3k]u}]fĥ$z D$^1뷍D$$Ztf$2ܩ4$kĥ4$D$ T$D$4É4$6t&D$ D$D$$jSu܍D$t$$SO, (Ӄ)ȥ4$ĥ4$D$ T$D$#É4$uÉ4$$S$?É4$ڐ&'UWVS쬀}]D$|$$DžpDžt<$>tvC=$ Ɖ$J.|$4$./1DžT$DžDž=  吋KK$u HC(;K(K(K,1Ҹs(C s<$Džt&<$Dž;{(WDžߋL$4$T$\$D$< D$ D$D$B$ Ɖ$,M E獕DžD$ D$D$D$D$D$ T$t$ $Mu}QD$$z U1T$=  F~$P;wى$Z4$59t|9ps ptD$D$<$ M<$pt4$T$L$2D$ G$t$<$D$L$$l֮t$$Ʈ9_(vYC$D$|$$0[Ĭ[^_]ÍD$$z  Y}$ }$t WE<$oD$ C(D$C$<$D$C ${$CDžlDžxDž|pt+x|DžDžfi 3K L$$L$R D$NjD$ $ C   9t!)D$D$$JC 1;D$|;vu D$T$ L$t$$9M9{$XK(DžDžɉ{ is$ 3{T$|$$,|$L$ $  9s(utp|T$ xD$L$$!#M ƀLuB9lt:tp|$5 T$xD$ L$T$WClx|{$_{,tsDž1t&;s$<r8D$ D$D$<$PD$ t$|$$<$) 9s,wM Lu Nu$ ."$A}<$ C AC(PD$|$$0(+C$C(:ؾd11C($ +A`ÍE$ $É4$'$썶'UHZ]]uu eE1}Hu#Ee3]u}]Í\$<$Mt$<$肨t.ut$$d<$Jfu/ۍv<$@(t7$)t$\$$$赾럍vХ$Хt$\$$Х$eÍ$d<$,J$ÍХ$ڐUhEEEEE EEE̍E$o@ÐUhEEEEE EEE̍E$/@ÐU(]]uE SC9ЉCv2K u:t 9Bi D$$tDs]u]Ðt&9v‰L$D$H $z O$z MSC떉E$z ME먐UEU 9PrPf+PU ,US]D$$CU i D$ T$$1[]ÐU1҉MSǁÁ=MÃuٸt&=u[]Ð&UWVS uU$1$9U1ɍ&E ti)ȅ~aU1M, EtED$$DžpD$D$ D$t$$tL<҃}& K D$p$Nu  ɉпuп$Կ $D$D$EпD$t$$+п$-Կ $ȿȿD=wiпԿD$ $ST$D$  0$"D$D$$ȿ+t& п$ƅǿ1$ Կ$Կп$ȿD$L$ȿOT$$t$D$$ ( }҃&D$D$<$NAпȿt$D$ $6ȿ ƅǿt 1u|PǿtJ1҄t ǃ $D$D$ ȿ, p҃пȿD$D$ D$L$$3ȿtin ̿1Ƀ̿4Pt ̿1ɀ̿пȿ$z D$PD$1ȿпD$ $ԿпD$D$$ɉm13ԿÉ $s$;v'UWVSu:U D$D$ T$ D$E$E]t&<[^_]Í4$F<[^_]Ð; t&_4$WJUt$ÍUVSEXu#t&st$u$u[^]fU(uu ]]}}t$CC3CC tCƃ]u}]Ít&$CА&'U(]]u}s4$#ǃǃǃǃ CD$D$$]u}]ÉNj4$J<$rfUS]$Ct$/a][]t&UU$]t$u tv!ȋ$t$]Ívߐt&UXE ]]MuuE؋E}MċMEM܅t 1t]u}]Í&EċS ׃҉EtE3J 3B $‹EԉUЉ$UЅtNHNHv p M؍<8EĉUЉ<$L$D$mUЋMEBJKBE܅ɉB C PS ]u}]ËM9Jt-t $S EԉUЉ$YUЋMԉS JtVPVPV P S EċM:]Eu}}M ]fS SUVS ] EUu$EU($D$D$6(EU+FV $D$T$(F$D$D$(FE]E [^]%v'US]_ tECt&ƒ9wvSS9sBCD$CD$C$ST$S$T$C[]ÐfUWVS,}U ]tTG)9FG)T$Ut$$MGU=GuU<$ۋUu&,[^_]Ð&UWVS|Ut 1t |[^_]Ðt&$D$ D$D$RM$RÉ֍Ẻ$ 'Uz&EEEM̉\$ t$|$L$$UD$ D$D$$&1EUąuM MEډE8p 2 E+UM;PUMUMD$ <$T$L$PMUMDHD$D$ D$D$$FMD$ \$t$$PUD$$]Mƀ4 D$$qUċED$D$ T$ UD$D$D$$q\M_ Extbt&MỦ\$ t$|$T$ $"EỦD$ D$D$$P%D$ME $D$uE$hE0|[^_];Lwj T$ T$ T$u T$e T$D$D$(D$ ȃ$M ËE$U1Ut0E ,H]Ít&UWVS<}‰E$PD$ É֋D$T$$ +E+Eu9G‹E_ EtKD$EG$D$KE~T_ uYUU܋EU U\$t$D$ $PE܃<[^_]Eэ&EE܃D$G D$G$놋UNjD$ \$t$$P<$t&UWVSL]u )=J1; v L[^_]Ít&D$S4$T$4$D$4$E4$E,MЍ|Uĉ E| )Ѕu؉Ɛ9FljD$SEЉT$U؉$E)Džǃǃ $y롐ƃ1L[^_]Í& C)׍T$|$$ǃ $&u؉4$]9Ef1&UX}}E U]uEU_ tx(u]u}]Í (L$ L$ T$ D$D$L$u e D$GL$$2LJLJLJ LJ$LJ$LJ(]}u}]t&$RƇ40,U܉$PÉ֋UMD$ T$L$ $P$趰t t/U܋\$t$D$ $P]u}]Í&D$ $M菼M؅u11 $P( $ ƇU܉D$ \$t$$PM܉NjD$ \$t$ $P<$ֽU(]]u1U }MEtbun;0׉w:r;,s0;(w($D$T$60,ƃ4]u}]Ðu+,0ƃ4]u}]Ít&ƃ4uT$L$D$ $$cƃ4,0]u}]Ð;$D&'UX}}ȉ]uD$<$E|$$1ۄts<$!<$É։<$ EĉD$E$UċMT$<$D$M)ػ$(E؋u]}]ÉËE$轻U1WVSL]t71$(;0r,v"u614:L[^_]f;,w։$utʋ(0$,}9uw9}E}؋u؋}ƉuЋ׉}1}}ĉuuu}}9}wTsJu} +Et$<$D$ EU؋M܉0,0ƃ4!vM9Mv4uMu L$t$$},0L[^_]Ít&D$ ,0T$L$Ẻ$ED$ D$T$$ƃ4[fƃ1XUT$$^uÉD$D$( $z D$$z lÍv'USD$ ED$ D$$ǷtbdD$D$ D$ dD$D$d$\$$z A$z D$$z E[]Ðt&U$TɅDfU¸t FUSE ]  ǃ0ƃD$$kƃǃtfD$ $z bD$$z ǃǃǃ[]fnct&D$$ uD$$bD$$ҲDD$$脴&I&UVS$ \(Bң(t:vc$HiD$ ÉƉ$u$ 色[^]$H4D$ É$B($w$ F5$[^]ÉƉ$软4$腶fUVS]t1 D93w[^]ÐfUWVS]4$fugt4$蜱1uC04$} ÌÐO4$S[^_]ÍUWVS<]}0E4$|$$tXE$U4$至uċEԉ$iƃ$4Eԉ$蹰뗍&<[^_]Ð&UE$O1Ðv'U(]]u}+u ]u}]Íƃ4$ò4$${4$蓲tt&uu]u}]ʯv'US]t4B;t0M L ML[]Ív$P$BfUWVS,u4$Ɔ<$跱 <$E$wt$1ۍvD$D$聫9wፆ0$˯$4$误E$},[^_]镯t&US]$  t!;$t.$9t$ $E []Dt&(tɃ(u$$諫뫉'UD$$ 膯D$D D$ $` 蚪ÐUĮUWVSZyw)t$1ED$E D$E$9rރ[^_]ÍU]Ë$ÐUS t fЋu[]ÐUS[,Y[Maximum allowed array size (%u) is exceeded  8RAR_EXIT*?/yyyymmddhhmmss.rarYMDHISWAENexe00?*<>|"?*/etc/rar/usr/lib/usr/local/lib/usr/local/etc%04d%02d%d%03d%05d?*<>|"?*HOME   ( d r+rww+( `p@p 4FileH   Creating %-56s%u.%03utemp%.*ls(%u)%ls__rar_QO Locking archivebakCMT Reading comment from %s Reading comment from stdin Deleting comment from %s Adding comment to %sX@*h)H%H%#H$l   p7Archive ` ( ;%ujmHmllkkjxx?u?uCzyWؿX/dev/urandom%u-%02u-%02u %02u:%02u:%02u,%03u%u-%02u-%02u %02u:%02u????-??-?? ??:?? Cannot open %s-------- %2d %s %d, archive %s -------- %2d %s %d %02d:%02d:%02d %s Enter password (will not be echoed) %s: Enter password (will not be echoed) for %s: Reenter password: ERROR: Passwords do not match , [%c]%ls User break Program aborted %s       # pX 5hW9~<x?i7}],煼/BD7q۵[V9Y?^[1$} Ut]rހܛtiGƝ̡ $o,-tJܩ\ڈvRQ>m1'Y GQcg)) '8!.m,M 8STs e jv.,r迢KfpK£Ql$օ5pjl7LwH'4 9JNOʜ[o.htocxxȄnjlPxqg jgrn<:ORQhك[                                   UOW\??\/??/ %s - use current password ?_Yes_No_All Testing %-56s ? Skipping %-56s ------ Printing %s Extracting %-56s%s%s  %s is not RAR archive Done All OK Total errors: %ld.part1 solid Creating %sarchive %s ... %-58s Testing archive %s Extracting from %s ... %-56sFileServiceDirectoryCRC32 MACPack-CRC32BLAKE2 MACPack-BLAKE23.05.0WindowsUnix Attributes Size Packed Ratio Date Time Checksum Name %ls ----------- --------- -------- ----- ---------- ----- -------- ---- Attributes Size Date Time Name ----------- --------- ---------- ----- ----%cB%c%c%c%c%c%c%c%c%c<-><---->%d%% %12s: %sSTMNTFS alternate data streamType %12ls: %lsTargetUnix symbolic linkWindows symbolic linkNTFS junction pointHard linkFile referenceSizePacked sizeRatiomtimectimeatimeAttributes %12ls: %8.8XHost OSCompression %12ls: RAR %ls(v%d) -m%d -md=%d%sFlags %12ls: solid%ls encryptedFile version %12ls: %uUnix owner%ls:#%d: %c%10ls %9ls %9ls %4ls %ls %8.8X %02x%02x..%02x ???????? %-12lsRAR 4RAR 5RAR 1.4Archive %s: %sDetails%s%svolume %dencrypted headers%.10ls %dEOF %21ls %9ls %3d%% %-27ls %u %21ls %-16ls %u 0 files %21ls %9ls %3d%% %28ls %u%21ls %18s %luDOSOS/2Mac OSBeOSWinCE*<-?->1mZG4!     8 L    ..rN.ЛЛ @   (08@P`p @   0@`  0@`   (08@P`p@` [:<S>] Set priority (0-default,1-min..15-max) and sleep time in ms Usage: rar <command> -<switch 1> -<switch N> <archive> <files...> <@listfiles...> <path_to_extract\> <Commands> a Add files to archive c Add archive comment ch Change archive parameters cw Write archive comment to file d Delete files from archive e Extract files without archived paths f Freshen files in archive i[par]=<str> Find string in archives k Lock archive l[t[a],b] List archive contents [technical[all], bare] m[f] Move to archive [files only] p Print file to stdout r Repair archive rc Reconstruct missing volumes rn Rename archived files rr[N] Add data recovery record rv[N] Create recovery volumes s[name|-] Convert archive to or from SFX t Test archive files u Update files in archive v[t[a],b] Verbosely list archive contents [technical[all],bare] x Extract files with full path <Switches> - Stop switches scanning @[+] Disable [enable] file lists ad Append archive name to destination path ag[format] Generate archive name using the current date ai Ignore file attributes ap<path> Set path inside archive as Synchronize archive contents c- Disable comments show cfg- Disable read configuration cl Convert names to lower case cu Convert names to upper case df Delete files after archiving dh Open shared files ds Disable name sort for solid archive dw Wipe files after archiving e[+]<attr> Set file exclude and include attributes ed Do not add empty directories en Do not put 'end of archive' block ep Exclude paths from names ep1 Exclude base directory from names ep3 Expand paths to full including the drive letter f Freshen files hp[password] Encrypt both file data and headers ht[b|c] Select hash type [BLAKE2,CRC32] for file checksum id[c,d,p,q] Disable messages ierr Send all messages to stderr ilog[name] Log errors to file (registered versions only) inul Disable all messages isnd Enable sound kb Keep broken extracted files log[f][=name] Write names to log file m<0..5> Set compression level (0-store...3-default...5-maximal) ma[4|5] Specify a version of archiving format mc<par> Set advanced compression parameters md<n>[k,m,g] Dictionary size in KB, MB or GB ms[ext;ext] Specify file types to store mt<threads> Set the number of threads n<file> Additionally filter included files n@ Read additional filter masks from stdin n@<list> Read additional filter masks from list file o[+|-] Set the overwrite mode oh Save hard links as the link instead of the file oi[0-4][:min] Save identical files as references ol[a] Process symbolic links as the link [absolute paths] or Rename files automatically ow Save or restore file owner and group p[password] Set password p- Do not query password qo[-|+] Add quick open information [none|force] r Recurse subdirectories r- Disable recursion r0 Recurse subdirectories for wildcard names only s[<N>,v[-],e] Create solid archive s- Disable solid archiving sc<chr>[obj] Specify the character set sfx[name] Create SFX archive si[name] Read data from standard input (stdin) sl<size> Process files with size less than specified sm<size> Process files with size more than specified t Test files after archiving ta<date> Process files modified after <date> in YYYYMMDDHHMMSS format tb<date> Process files modified before <date> in YYYYMMDDHHMMSS format tk Keep original archive time tl Set archive time to latest file tn<time> Process files newer than <time> to<time> Process files older than <time> ts<m,c,a>[N] Save or restore file time (modification, creation, access) u Update files v<size>[k,b] Create volumes with size=<size>*1000 [*1024, *1] ver[n] File version control vn Use the old style volume naming scheme vp Pause before each volume w<path> Assign work directory x<file> Exclude specified file x@ Read file names to exclude from stdin x@<list> Exclude files listed in specified list file y Assume Yes on all queries z[file] Read archive comment from file߾c߾ſ߾տҾ߾ſ@H0xXHh( `P yB6*                                                               r        cT :    A_|_____________(///////s//g//BBBq! " |# T$ $ % d&  ' ' ) $* * $+ + P, , - d.  > ? (@ @ A @B B  ' C XD E E F pG H % H I dJ 4K @L ! L |M xN $ O 0 O  \H4L-xX_*и      0 @ P ` p  Too large block header. J@KM0VPXpXPX4Pack    -d @XXППППППППH  H ' 5PPack7PackDef؃J##h yx@ -d  pq YX`@5Pack3 p     ??  %3d%%;%%0%du WARNING: No files Analyzing archived files: %7d Repacking archived files: %7d Deleting from %s Erasing empty archive %s %12s %s%d found..ext Evaluation copy. Please register. WARNING: Cannot open %d %srarfiles.lst$default Processing archive %s Removing SFX module Convert archives to SFX Converting %s Comment is not present Write comment to %s %sFailedfixed.rebuilt. Reconstructing %sProtect+Protect!RR70c2441db366d92ea7be1342b3bf629026ba92bb675f06e684bdd34511097434Version: VersMax: DateMax: utf8:rarreg.*RARREG.*.rarreg*key rarinfo.log < ; ; ; < ; ; ; ; < ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 0123456789abcdef8/%EhDHg OU%L Y(eV1e4sTSJMy^;Oo!+t 1B% ^-KGþi#PmRar!RevRVRC%ls%0*d.rev%ls%0*d_%0*d_%0*d.rev*.**.rev.bad100%% pthread_cond_wait error %d pthread_create failed, code %d Thread pool initialization failed.;#t4#\$D$d#$D4$t$(%H%d%%%T%d&L&4l&T&&$'4P''t&&d'''0(l(((4(T) )H)h))))*d<*`**$*4*t* +H+$l+d+$++4,P,4,t,,-(-DH---D-t- .,.L.l.4... /D/t///D0<0x0t00T,1$\14|1D11T282h222T3D3$p33T3t3(4 X4 x4$ 4t 4 4d 5 <5 d5t 5 5 56X66667$7DD7Td7d747T774$8T88D88$909D`9d9t9$99t0:P:x::d::;t0;X;;;d ; <$!8<t!\<"<4$<t% =*T=+=+=4-=.>T.L>.>4/>T/>t/?t04?0X?0x?0?0?41?1@$2(@42H@5|@46@6@6 A470A7hA8A48A$9A;B;B<C>4CT@hCACCCDDDELD4GDUD`DtcEdPEiE4lElEtD?@,Bl$BDBB؂BC(CXD4EtE$G$IHTJt$MPԄRTW4aTadgg$oDTr|}LD܇Ԋ Tdt$,DԢD܉<xXxz{$@{{D|DԆT؈4d\Dhċt0P4 Pp$$4XD܎,$ Ttt hL$lTtؑ4@`T4D 0#pt##̓$D$$<$\D%%%ܔ%&/t/0d0ܕ01t1@1`1$242Ж22<D3h33D4450d5\558ܘ8X88ܙT;<;d<t>d?(t@XAD4HItLHLhLdMMܜNdO8TPdP$QTQНQR(RHT$TtVW4DXdYZ\] b`fthTln ttltTwz{ $}L}x}d~ĢT4Tt$448Ċx$ԤT(tXxԑē,Ԕ\TTԡHDpt$ȧDĤHt4ԧt $8DXĪЩD4tdDԪDĽtd̫HxTt DPDD dPdPdxT<DȰD(tTth$TԱD Hh4T4  @ x$ T Գ 4 P$ 4 Դ$t0`d48xD%t%ж%%&&$'H'x((̷)d)$*Td*0D555?EE8DF$tF@$GldGdGDIdI ILKdKDLDM$NdTQQԼRR(SHTTT̽TU4V<Vl4Wt\̾T]t^$^D4bdȿthm@Tntqq$wd$x$z${H|ĉlt,x$dHd0X$t$8tT@DdlĿ$4X`<T4T(tHhTDT4hddDdxT(HPD|X t*<0t41t1101242367$7H9x$99;DF,dFLdH$PPU,Ul$V__ ta@tb|c$e$imlmnHnoo$dpD$qtrTrrrr<sd4ttudv,vXytz|(|Pd}}}d~\|Dd,$PxTDTTT4tdć$ĈdDT$4TdĐ$8h4ēD4Ė\4t @$`0`TԤԦlxt8ltL$P$dT@DpddHt$ PxD4Dl $ d 8 ht  84 ` 4dHT$4X4$D$dDldD( H 4!!t""zR| hYAB U  <x2AB GfA (`AB ISt AD $$AB R C G ,0AB IFI A$AB GA zPLR|` P$`н AB Lu  "u  "u  " AAB AA AB P 8nAB IFF\ AC t AضAB Y $ضHAB ^ G _ ,$tAB I_ AAA B TPAB K ,t@AB Mz AAA C AB Y AB X  2AB GfA  -AB GaA  ,HAB G|A (PAB IS{ AE (|[AG IFKw A4ܷ$ AB Gq A D P A A (T6 AB Gg A A  AG D ,AG D 8LbAB IF AAA C FAAA 8ܹpAD LE AAA G LAAA ,OAB Gg A F UA  09AB GmA LAB P 8LAB P XL!AG X $x\AB L I F TAB D TAB D TAB D ,TAD L AAA E ,0AB I AAA F 0`AB CCK AAA A  ,AG IYA $,<AG n B C $DDAG p H C l AB D $(\=AB IFi A$Pt"AB T I A $x|?AB IFk A 9AB GmA  9AB GmA ,̼AB L AAA A ,\AD L AAA A HܽYAB JJA 8lAB Ll AAA B NAAA ,AD SAAA ,<AB G_ A F JA   #AB GWA ,, ȿ5AB E AAA B \ .AB G^A  )AD c 8 uAB IFFH AG K A$ 81AB Q D X  P2AB n $ p&AD ` D AB E d pAD A  `AB S  `AB V 0 `RAB IFi AL H A mAB PXA ( UAB IFF{ A,H AB g AAA A x )AB G]A , AB II AAA H L HAB L AAA G p AAA E ] AAA H  (AD b (< xAB IhAAA (h ,hAB IXAAA 8 pQAD HDk AAA A MAAA 8 QAD HDk AAA A MAAA 8 cAD DDDz AAA B OAAA 8H cAD DDDz AAA B OAAA , AB LQF| AE  AB D  AB D < AB IFNU AB j AE $4 LAB Xo A0T HqG AB O AAA E ,AB GQi AAA A (4pAB Rw AC @xAB LFV AD d AC u AB ,0AB CLW AAA D 8`D~AB LLT AH s AD (NAD LLo A<AB I AAA E D AAA A $AB P E A 0XAB T ,PtNAB GN A G T A A ,AB L AAA C $IAB E  TKAB GA  DAB JuA $4AB Z C O ,@AB LIF AA pDCAB JtA $p<AB a D O 0zAB Gd A A A A A ,@AB Gb A C JA , :AB c J A G A  PAB GOA 8tqAB IFHt AA _ A,4oAG I AAA H (tAB HU AA F , 4AB Iq AAA H <AB A \*AB f |(AB d AD A AB A (AD Z AA B |AB M (|?AB { 0@m AB IK^ AA ,|AG ILU AE ,hNAB Ju A E DA )AB e (AB ISt AD 0 l> AB | AAA A (\AB Ln AA A ,|AB L5 AAA A AB J AD A (AB \ AA A $$PaAB [| A A 8D AB LF AH P AA <AB D $AB Gc A B LA 8mAB IIFo AE W A84mAB IIFl AH [ AhAB N <hAB P ,ThQ AB H AA E 8AB GOA 4AB P 4AB P 4AB O 47AB s (0TuAB ITS A \cAB GWA  AG A 0wt AB I AAA A $0|AD KF A A 4rAB IFF AG P A,4?AB KR A G UA  d4AB WXA 4AB ]M AB e Ad-AB i t#AB _ DL-AB i $ dAB Wb A C 0@, AB Oi AAA B |K3AB o $L$AB R C G ( LIAB IFFk A0d AB LFT AA 0 ǿ AB I AAA A 0Pٿ AB I AAA A 0U AB R" AAA A , AB Sx AA A @dy AD P AAA C N AAA G 8,' AB ILH AG { AA 0h$9 AB Rs AAA A 0=L AB I AAA H 0t_ AB O AAA C 0   AB _ AAA F ,@!AB L AAA F 4p!T)AB H| AA G S AA K @ L8 AB LV AAA H  AAA G 8!H$JAB I0 AAA A FAAA $("\&sAB HeAA @H!& , AB Lp AAA F  AAA G 0!.7X AB M( AAA E $"lH7AB IFc A0!d1<~ AB IFF AG 0"p2 AB Oc[ AG 8P"8 AB [H AA { AA 0"@9 AB LG AAA G 0" ;&& AB O AAA D @"@7@ AB IO AAA B  AAA H ,@$EfAB G[ A B |A ,p$DE]AB Go A F D A C $tE-AB G]A $FAB P ,$FAB GS A B |A 4% GfAB IF^ AG K AL 0D$XGl AB L@ AAA F %KAB D H%JAB G{ A B d A C V A A V A A vA $%KAB Gg A F 4&0LqAB KLz AC W A L&xL>AB GrA (p&LrAB IFH AE &(3AB o &L7AB o 4%L  AB LIbf AG ,'P AB L~ AAA H 4<&Xa  AB DJ AAA F 0t&d AB L AAA C ('t{AB IES AC 8'{tAB I` AAA A y AAA D ((<|AB ILj AE 8D(}rAB CHZ AAA E ~AAA ,(}AB lO AAA G 0(~AB S3 AAA D $(JAB DGyAA ( )QAB HD~AAA ,8)/AB LV AAA H h)AG y G ,)hAB IAAA 8)ZAB E AAA F FAAA 8) bAD Mw AAA D NAAA (4*@AB KAAA $`*4AB HfAA $*̄4AB HfAA * AB D *Ԅ AB D ,*ĄAB K AAA E  +DAB O @+D AB D `+4AB A +$ AB D $+.AB M H U (+fAB G^zAAA (+`AB IAAA  ,LAB G@A D, 'AB c  d,0DAB D{A (,\AB WAAA (,AB XsAAA ,,TAB ^m AAA A ,-ĈYAB U9AAA 0@-;AB GJ AAA A t-AB MEA ,-AB RQ AAA A ,-lEAB Ok AAA A ,-AB Ot AAA A ,(.JAB R AAA A ,X. AB Lr AAA D 0- AB H AAA A 0-H AB Ij AAA A $.>AB X E ] </AB I@ AAA A u AAA H ,X/AB OLR AG 8/,AB IG AAA B AAA ,/AB RFF AA /pHAD D}A ,0AB O AAA A $H07AB LeAA ,p0uAB C]NAAA ,0AB IAAA ,0AB CLAAA 1d?AB {  1>AB z @1$AB ` `1AD X  1-AD J\A (1[AD W} A$17AB IFc A81 AB DC AAA H NAAA ,42@AD Gd A A LA ,d2rAB IFLw AB 02bAB IFg AF ` A$2,PAD Ks A D $2T8AG O A ] 83lAB I AAA B NAAA $T3GAB IFs A<|3AB IFNa AF l AC 3!AB ] ,3ȧAB L  AAA C $ 48GAB LT A D ,44`,AB L AAA F d4`AB D 4PAB T $4P&AB T A M L4XAB DCc AAA H S AAA B  AAA E H5ȮAB LFF AH  AG P AG h5<"AG Y 5L7AB s ,5lAB IFjz A 5qAB GeA 5X AB D 6HAB O <6HMAB ~ \6xeAB a @|6ȲAB Sb AG  AF O A(6AD H AA A 6h.AB j , 7xAD K AAA B <7( AB D $\7SAD Rz A7PAB P 7PkAB g 06  AB Ikm AE ,6|) AB H\ AA E ((8aAB IJI A,T8`AB I AAA A 88AB ILK AD  A8tAB A ,8d AB IV] AH <9DAB I AAA A i AAA F P9ľAB A Hp9AB GG AAA E Y AAA D SAAA <9HzAB IFa AD c AD X A,9OAB Iq AAA H ,:AB W L:#AB _ l:AAB } :AB T 8:AB SOK AG F A:lAB V ;lAB V (;lAB T H;lAB T ,h;lAB IFF AL (;\]AB KIE A(;AB D AA A ;+AB g <AB A 0<AB L P<@AB | p<.AB j 0;$LJ AB Vg AAA A 4<@LAB O_ AA A AA $<XfAB L{ A E ,$=AB L| AAA B 8T=PgAB T AAA G cAAA  =GAB GwA  =AB GA 0<Lw AB ILk AA >AAB q A 0>)AB e P>)AB e ,p>aAB a D P H ` >T;AB w $>tiAB t I d (>AB IFV AA $? 2AB IFZ A AD Hh AA A CAA ,8_ AB H AA E ,p`AB IM AH (`&AB LAA (`AB I AA K 0_|6 AB IR AAA E ,,a8AG O AAA E ,\aAAB ^C AAA A La AB I AAA E  AAA A u AAA A (axAAB IqAAA ,bAB L AAA D 08b|AB KE AA K aAA ,lb,AB Ll AAA B Lb-AB LE AAA A  AAA F B AAA K <b AB II AAA H  AAA A (,cZAB IS{ AE HXcAB L AAA F J AAA A  AAA A <cpqAB I AAA A AAA (cZAB IS{ AE dZ,AB G`A @,c`U AG Lm AAA D  AAA B @pc{u AB I AAA A D AAA A 0c AB I  AAA A <dAB M AAA A  AAA E (0eYAB ISy AG $\e(Z$AB R C G ,eAB I AAA E eZBAB GvA (eAB Ha AA B ,f fAB Ix AAA A \4f`(AB I AAA H  AAA A F AAA A  AAA A 8f6AB L AAA D AAA ,f<AB L AAA G DgDCAB S B R F J F J F b F J HgXAB P 0hgXAB GP A E m A B g8Y:AB GjA (gTY=AB XZ AB ,ghZAB CQ AAA E ,hZAB W AAA F 8Lh\AB MGGF AC z Ah<]AD A 0h,]YAB HB AA A FAA 4hX]AB LRW AG e AB 8i]AB [q AH B AE $Pi4^AG Jg A F ,xi^AB LSg AF il`AB O il`AB O il` AB E 0j\`AB HS AA H \EA <AB IFf ATAB Ig AAA B [ AAA B j AAA C JAAA ,p:AB K! AAA A <DAB I AAA G J AAA C (0qAB N\AAA HAG NK AAA D  AAA A TAAA (ءAB LAAA T( AB LFI[ AF y AF S AD 1 A$TYAB LI A8AB LEIM AE N A(Ф_AB FMFAA AD P 80sAB IO AAA B OAAA DlHAB Ld AH j AE n AAD P $Ե1AB IGY D AG HCA  'AB c @AB P  `:AD JiA  )AD D^A $̦AB HAA 8ж4AB DEn AAA C QAAA , AB F] AAA G (<\AB ILAAA @h,AB IF^ AG U AB E A(hAB F[AAA (ط̨WAB EKAAA 8AB OFE_ AC W AH@dAG IQ AAA C H AAA E P AAA A ,sAB RZAAA  GAB MuA 04QAG Hr AA D FAA ,`AB DJAAA (DЫAB LAAA (pAB LAAA <AB LFIX AA T AC ,ܹȭAB U AAA A HAG HCA ,0DpAB LIFP A(`fAD ITAAA ,ȯHAB L AAA A ,!AB LAAA 1AB m , AB L AAA A (<;AB HlAAA $h̲4AD GRSAA ,AB IJ AAA G (DrAB RYAAA ,AB LIIc A,CAB U AAA B L0AB l l(1AB m $H<AG k E C ,`&AB RT AAA D `8AB t 7AB s $AB P 0<B AB X AAA A xAB P AB P ,^+ AB D{ AA E ,AB L AAA A ̿ AB D ,8?AB ^ AAA A h AB D ,7 AB H AA A 0<E AB I AAA E ,AB If AAA C 0S AB RT AAA L PAB U 0hh AB M AAA A  3AB o 00 { AB O AAA A 0[ AB U AAA G ,3AB o ,D` AB I|c AA (|AB ISz AF $L$AB R C G 0ȿYl AB O[H AB 00 AB V AAA A 00A AB J_ AC lEAB GyA 03 AB L AAA A 0bU AB LFX[ AG |gAD [EA (AB IAAA (HlAB LAAA  t0/AB G_A ,<AB \| AAA A ,AG Lv AAA A ,L fAB GI A L DA (( AB IAAA T DAB | (t@ qAB IaAAA ( AB IAAA 8 AB I AAA E DAAA <AB I AAA A  AAA A ,H,AB O{ AAA A ,xAB L AAA B $AB HAA <t AB Iy AAA H D AAA A <D5AB L AAA A  AAA A 8PD;AB IIX AB t AC 4HAB LF AF K AD @e AB Lz AAA D N AAA G <FAB H AAA G [ AAA B H AB P $h >AB KmAA ,$qAB IFGA AE 0t AB IIZ AA <AB GlA (KAG LG` AD HD AB LI[T AH  AA p AG $d!AB HtAA  !}AB GqA (("xAB IhAAA @|"* AB OM AAA F | AAA A Lh%,AD f 0dx%l AB I AAA A <&AG Ig AAA E  AAA H L$(Z AB I_e AG  AI  AH H04*1AB IEUo AB j AE U AB 0t(+ AB IQ AA <+AD ID AAA C ( AAA E 5 AB D $t-FAB T A m  8-AB auA \.AB U |. AB \ $.9AB J A C 80/$ AB LN AA A D CA A $/-AB EbAA ((/AB IAAA (T@0AB IAAA 0AB Q 80AB I_K AA x A$81nAB Gy A D (1AB IAAA $02wAB G| A I Xl28AB t Q:&Fay}}}D  0I 8Ns"49; wa?37[%:v%X|>Sk}    ,PP&'es*):_Ob)Ff(2hc*5M;G.FM/G*WC -+Bcm 1(  < u (#  /"&,8 Cc]q Y ~  F  `  a &    '  NE D@/! > ($ E   'Qq)d'n-:- --LzzIi$7HYgu&n4BP[)sSsd%Uc =8M9T:& ::y ~ -,-]--,f- ,!!-",#:-$$-$,,-,*H  0|| )&  O3P)V ! WqGMg4   3      $h*8FT\zuXNd Zn(3J$ !@/b]%D !/RN"|&lE6N"&lK6$GpM  mz T;toDaCQ '  4N'%6  D Q4I a           WO9?     ,=== 8>= =  = @ W= = = = => =>== =">&=&='(=)>*=/>3=4=6>6S8/=85>9#=:>===U;!;\ +3Q $NckQ >5B0  E i   - i >/;q\] 0_k nKs!R   (?1,%}i /E~T<Kmu+70p/76)5.I).)-.-!--.-##-$.$)**)2(: L  1   A*D  = E6IIjl->`  & -    IY i FH,JA:F R&7&&:&&& & &  & $ &&&&&& &#%#&$$%&Hm}EvX`EQ! y    2MmT1I#q}81]i#"XoE _qELi! ,Z2Fgy   o  -  p@Poooڒ FVfvƚ֚&6FVfvƛ֛&6FVfvƜ֜&6FVfvƝ֝&6FVfvƞ֞&6FVfvƟ֟&6FVfvƠ֠&6FVfvơ֡&6FVfvƢ֢#Iw0*XZWǓF\B (>VGeq{][C,kK1}Sr $|Y֍/y=®an6s9^i7? QLc3x)HˇGCC: (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2GCC: (Ubuntu/Linaro 4.5.2-8ubuntu3) 4.5.2.shstrtab.interp.note.ABI-tag.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rel.dyn.rel.plt.init.text.fini.rodata.eh_frame_hdr.eh_frame.gcc_except_table.ctors.dtors.jcr.dynamic.got.got.plt.data.bss.comment TThh !$4o`>    F -Noڒ4[o0j @@Ps p |0w00  #M  q@ @ql  M#X Xqxн =o ^ ^ _ _ _ _D@ @b @ 8i 08iTirar/unrar0000755000175000017500000112602412560111266010231 0ustar zzELF44 (444  TTTmm  PLL  hhhDDPtdvvQtdRtd  /lib/ld-linux.so.2GNUGNU'wS-9̉C.~A q~ȁ Ҝc)K8&x gUaBxIkX B'?  26J@cP."z&)ZcTkF-wM[pG |6OHZxO=~iy3 h?es"5B@& ,!f& ,!S' l& &  !U& !& X-؞'  !libstdc++.so.6__gmon_start___Jv_RegisterClassespthread_createpthread_join_Znwj_ZTVSt9bad_alloc_ZTVN10__cxxabiv120__si_class_type_infoE__cxa_allocate_exception_Znaj_ZNSt9bad_allocD1Ev__cxa_begin_catch_ZTVN10__cxxabiv116__enum_type_infoE__cxa_throw_ZTISt9bad_alloc_ZdlPv__cxa_end_catch__gxx_personality_v0_ZTVN10__cxxabiv117__class_type_infoE_ZdaPvlibm.so.6libgcc_s.so.1__moddi3_Unwind_Resume__udivdi3__umoddi3__divdi3libpthread.so.0pthread_cond_destroypthread_mutex_initpthread_cond_broadcastpthread_cond_waitpthread_mutex_unlockpthread_cond_signalpthread_cond_init__errno_locationpthread_mutex_lockpthread_mutex_destroylibc.so.6_IO_stdin_usedputwchar__vswprintf_chkwmemsetfflushstrcpysetlocalembrtowctowlower__vfwprintf_chkwcsncpy__swprintf_chkstatvfs64wcscatwcrtombwcspbrk__open64_2lutimesmbsrtowcsclosedirstrncpy__wcsncpy_chk__stack_chk_failmkdirreallocclocktowupperstdintolowergetpidstrdupchmodflockfgetws__ctype_get_mb_cur_maxisattylchownsymlinkgetpwnamstrlenwcschr__cxa_atexitmemcmptoupperclearerr__fxstat64getgrnamstdoutfseeko64__wcscpy_chkmemcpyfclosewcscmpmallocgetpassumaskftello64remove__strncpy_chk__lxstat64opendirwcsncat__wcscat_chk__xstat64getenvstderrwcscpystrncatfilenogetcwdfwritefreadrename__memcpy_chklocaltimestrchrutimemktimefdopenreaddir64__sprintf_chkwcstolfopen64wcsrtombsaccessstrerror__libc_start_mainferrorwcslenwcsncmpwmemmovesysconffreewcsrchrCXXABI_1.3GLIBCXX_3.4GCC_3.0GLIBC_2.0GLIBC_2.1GLIBC_2.3.2GLIBC_2.7GLIBC_2.3GLIBC_2.2GLIBC_2.3.4GLIBC_2.1.3GLIBC_2.4                0ӯk t) y0P&y ii @ii  ri ii ii !ii +ii 5ti ?si Kii Wii  ii  @& ~l& & & & & ' '           $  (  ,  0  4 8 < @ D H L P T X \ ` d h l p t x  | ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; <  = > ? @! A! B! C ! D! E! F! G! H ! I$! J(! K,! L0! M4! N8! Oǃ0 ǃ4 ǃ@ ǃD ǃ8 ǃ< ƃ ƃ ƃ Cǃ ƃ ƃ ƃ ƃ ǃ ƃ ƃ ǃ ƃ ƃ ƃ ƃ ƃ ǃ ƃ@[]ÐUS]t$CC[]ÐU(]]uE SC9ЉCv,K u2t 9Bt$$tBs]u]Ív9vʉL$D$$@ $@ SC랉E$@ yE몐UEU 9PrPf+PU ‰$E$9Et9,[^_]f,1[^_]Í&'U1WVSU} t=EÉ$$u9u)tmtEʐt&1[^_]Í9}[^_]US]$x uy؃[]Ðt& t t݃ t؉؃[]ÐUS]$x t u y؃[]Í&UE$ÍUE$vÍUIUit ҉$I UEit \t&IÐUE]0  UU]   Ív'UU]BA Ít&U1WVSU}  tt;Er  tt]ɍqЃ v^Yv^Y1w7JYЃ vYvHY7]1ۃ}F u[^_]Ít&뷍vW몍Yōt&'UWVS]U} ۋ 1u  tt]qЃ vbYvbY1w7΋JYЃ vYvMY7]1ۃ}F t9Ew[^_]Ðt&볍vW릍Y1 UW1V1S M t~U1uU썶Mуq0 YWBރ JWr0UB΅t9}v U:L:utu9uvULu9E wuMtUut}t ] [^_]ËM9ڍ&UUS vfЃ w[]Ít&UMt#1~ v~Pu]Ð1]Ít&UMt& 1_w _wPu]Í&1]ÍUM))щME[]fU1Ut$ D$.$qÍ&U(]]uu }}tL tF$tt0|$$D$X_}}u u]]]zf]u}]Ít&'UEtuÍvU D$l$T$Q UE$1tE $D$ՐÍ&'U1UtD$|$Ív'U}/]Ít&U1]É'UE$1É'UE$ÍU]]uu $t*|/t#9sE ]u]&]u]Í&'US E$D$D$I$D$iE $D$D$E\$D$E$  []ÍvU(uu]]}} t,$i\$<$)9Ft$]u}]Ít&'UWVSDLHƅG+DЍXD$T$$RXtV1ƅPƅT%u&TWXt{ƒ}uփXTu]$EEED$$ʿL$,DžX+D$XD$P$UؾtB֋])غ$I)))ÍzMED$ D$D$D$X$ED$ D$D$D$^$ED$ D$D$D$d$fED$ D$D$D$j$9ED$ D$D$D$p$ ED$ D$D$D$v$||$D$ D$D$$Et$D$ D$D$$ED$ D$D$D$E$aHD$ "D$D$D$E$4U1׋X ҉t=\1uZt{}uދƅuꋅXDžX111 vʋX~{}t؄uԈ<$$D$<ǁEX$t8/uCt$\$<$Ee3ur]u}]Ít&t׍t&$D$$t"t$|$${t$<$|ƅjfUE]8/fUE]8/fU(]]uu }$;\t]u}]Ð{\uCD$\$GtՃD$\$0tD);Es/<\$4$D$>]u}]Ít&11f$뺍UED$;]uu $1tC$节t]u]Ít&UWVSLE} eU1]9tUD$<$T$<$wM9ljsB1t&309s#$u019r݉M<$tVUe3ML[^_]Ít&ED$<$D$<$<$M{uD$|$$=D$D$t$m$um\$$uDžmMDžmDžmDžmDžmDžm v$`$mD$t$$6wt`D$$%D$t$$#tD$$3ttUt$<$T$:$#m$tr&MQÍm$t$5Ɖ$# UWVS"E}爅f$tTED$$D$UE<$}uE \$D$E$SČ"[^_]ÀuփvыE$D$$D$UN؉<$k렉'UE ]Uu]ut4t.9tt$D$$tD؋u]]ftt$\$$ufUE]] uut?P1v ]u]Ív8t$$D$I]u]f$1t(t$ \$D$$]u]Ðt$D$$ufUW1VS,E] uEEEEt$\$<$D$ t%t$$Et$$D$}u ,[^_]Ív$u뤐U(uMu ]U}]9}d]u}]Í&~61 tdkd\$L$ $T$]u}]Ív9r1 tfU1(M]]}Uuu tdkd\$L$ $T$]u}]fUWVSL] EU}EUEȉ<$EEȉ]܅t&mK]ܾUЉ|$]$\$]E|$$D$JU9u܉U^9]wXvEEEЋUD$$Uԅ~oE؍tU|$ET$$9u]؍^9]vUEẺ‹Ẻ$UĉD$UԋUĉUỦU|EEUЉ|$$T$EȅmEȋUЉ|$E$D$YEȋUȍt9u܉UE뢐E뜋EЉEL[^_]L[^_]$@ nU$@ nÐUS]CtE[]Zf{u[]ÍCD$$@ gCfUWVS<]eU1ҋu Eƅ{ǃ u ƒ1ҨD$|$4$o<$T$=tzOD$<$kCC CCD$t$$RUe3<[^_]fyqD$$tVLmt&D$|$4$nt&8t&C1C Cc<$1Tǃ w&'UEh@@@@@ @@ǀ @@@]ÐUS] ESPSPSPS P SD$T$$C[]Ðt&USE] D$\$$R¸u\$$@ 1[]ÍUE D$E$tfE E@ <U8uu }]]eE1D$|$4$lSQE<$D‰D$NCC CCCD$t$$CUe3u ]u}]USE] D$E\$$0¸u\$$@ 1[]ÐUED$E D$E$tÍvE E@ t&US$]Ct {tCC $[]É$CC u(1{t׃\$E$@ E$[]ø밍US]K uSt$`{u 1[]f][]0UEPht"xuxuEt&fÍUS]$][]IU(]]uu }t$$u#t$$D$]u}]Ét$$uˉ]u}]Ð&'UWVS,u]{ CSUM D$ t$D$ $~9Ɖ{ K ED$$@ D$LtC$C돋ED$$@ D$1C,[^_]Í&CN$D$Q$aC*C$A룍9sP$UP}؉M+EUD$ D$T$$U91NUVS]{ toC{uN$CD$D$ ED$E $ƋC$¸Dƃ[^]Ðt&$CC롍&& C늍UWVS<]EE{}CEU |$$T$0u0{ǃ t {ucC t${|$$@  <[^_]Í&E$@ EԉD$肽u}$PE؉Uit&E1t1t& 1EUD$ D$T$$QE$)=G‰D$E D$YD9}wCU]Ðv'U(EMED$L$$R EÍU(E D$EED$E$ZÐ&U1]Ð&U]Ðv'U1ɉVS0E eU1ҋu]t P1҅t S„th$҉u[D$\$4$eD$$wEe3u-0[^]Ðt$謞$螞UEEv'UxE@$蔺UT$$D$ ED$E $ÐU8}}]u<$PËD$ D$D$<$P<$P\$t$<$EUD$ QEU]u}]ËED$ \$t$<$RE$fU(]]uU}u }Kt@ttt?$1CT$ t$|$C$]u}]Ít&$P뿍&'USE]UD$ E $T$D$Iu{t] E@ [][]fUEP1t$θ$膼ÐUWVSLEUEEEȍE؉Ủ$EED$UȋÉ5 E11}uv}EȉEZ}E |9EsEU؋MUԋD$Eԉ $D$R tUUԋM D$T$ $׀}tQm}tE멍)]Umt&}nE؅t$蟺L[^_]ËU؉Åt$肺$ʾU(]]uE SC9ЉCv,K u2t 9Bt$$膸tBs]u]Ív9vʉL$D$$@ <$@  SC랉E$@  E몐UVS u eE1ED$\$$iaEE$D$1u芶8Ue3u [^]Ct&'UWVS, }E ƅ1Džƅ &)$9D$ |$$T$DŽD$D$$ƅuG$T$$ $$|D$ƅ#t, [^_]É<$$uD$D$<$ UEE&'U1]É'UVS(eE1ED$t$$WD$\$4$_I T$EÉ$:1҉1uMe3 u Ā([^]͹t&US$eE1ED$\$$n^D$$ƶUe3u $[]g Uh@uu]4$$\t$$]DžDžDžDžDžDžD$D$$~^$\]u]Í&4$]u]ÉƉ$L\4$ܹt&UE]%=@Ít&'UE%=t=t= ]Ðt&]ÐUE]%=Ít&'UE]%=Ít&'US$EeU1҅t*D$\$$\D$$aEe3u $[]臷 USeE1ED$\$$\D$\$$謲1DUe3u Ą[]'US$eE1ED$\$$[E $D$wUe3u $[]蘶U8eE1E}} ]uD$\$$-[D$t$<$[t$$uUe3u ]u}]v'US$eE1ED$\$$Z$莵Ue3u $[]诵&UWVSEMU }E|UeU1҉ $Ppt$E É1E u&D$ D$D$$PDžDžDžDžD$$\ $*$\|$D$$|$D$ $E DžDžx t| D$ $D$R uFxt7\$t$ $T$kD$${c|t|$D$\$`t|$$D$:5 )t&vE |t\ $V|tJED$ $EċEȉBẺBEЉB EԉBE؉BE܉BEB $\$~t$TtpL$D$ T$ $PEe3Ĝ[^_]ÍDžDžDž$cDžDžDž$TcÉ$\ $t$wtpL$D$ T$ $P$菲&뛉륐UhEEEEE E̍E$bÐUWVSLEUu ]EEUU }$EԋMԋEUU(ɉE؈Ut Et&$td1UD$E؉|$T$U\$D$ ET$$_t-txuD$$@ 7$ouv}t#|$\$4$tGL[^_]f$D$]L[^_]U1t͋UL[^_]Ð$D$}] uL[^_]kt&'UWVSL E$苫U$UǍD)t&@BtvU|$ \$T$D$D$D$ D$D$4$L4$,uE Ut$D$$L [^_]ÁL 1[^_]ÐUS$]ED$h$t EU$[]Ð$$[]fU8]]Uuu }}hT$ Ut$|$$Ut]u}]Ít&u u}}]]U]fU8]]Euu }}D$ ht$|$$tE]u}]Í&|$t$$P]u}]ÐfUEƀPZv'Ut$vÍUt$VÍUVS]@(tDt4$4$t Tvh$؁$tv$k$Q$v,9$rv $dv][^]FƋ Th$8$ $v$4$茭ډƍ,9$uȉƍQ$uމƍk$މƍtv$މUS]$][])UWVS,]u $9 (E$s8E$QǃThǃX<$oǃTǃXǃ\ǃ`ǃdǃhǃlǃpǃtǃxǃ ǃ ǃ ǃ ǃ ǃ ǃ ǃ ǃ ǃ ǃD@t$蚩E܉Ɖ$E׍DC1ǃ14ƃ1ƃ1ƃ1ƃ1 ƃ1ƃ1ƃ1ǃ1ǃTǃXƃ1ƃ1ƃ1ƃ1ǃ\ǃ1ǃ1ǃ1ǃ1ǃHǃLǃP rǃ1ǃ1ǃ1ǃ1ǃ1ǃ1ǃ1ǃ1ƃ1ƃ1ƃd,[^_]ÉƉ$4$7ƋE܉$: GT<<$TE$IE$nr뭉Ɖƍډv'U1U SMt9Rt[]ÃvYEtBvM1auyru݀y!u׀yuрyuQtt1뭀y~uy^u1뙍t&USED$ 11$\$L$R[]ÍUUE 1tكA1E]ÐfUH}}uu؉]] EEEED$t$<$ED$4$E*Eԉ$D$1t*ut$D$E؉$xOt&CD$D$E؉$0M$辢$D$zE؋u]}]Í1ߍt&CD$D$E؉$(Q릉ËE$謧t&U;}E }]u1eU1Ҁ1u#Ue3(]u}]Í<$P1ÉwܦD$ 1D$<$T$P<$G1@|- f13-00-15$1ƅ-D$|$$|ƅDžD$D$$8L$$萍D$D$$rƅD$-DžD$$1|$f9-GD$$9y $;|$$$$mЫ$m1I@<$D$ D$T$<$D$<$$F1D$ \$t$<$R3ݦDžDžDžDžT$ $<$D$D$R 1-$fL$D$-qf9~GD$$9 1D$ 1D$<$T$P<$+<$ft&D$$ D$$ T$D$$+H$賝 $D$i @v<$L$t&GD$$9 1D$D$ $FD$$ BD$$D$1D$D$$%G$譜D$$c $赁| $$${$jЫ$j<$"<$$@fЉƇ-֟$jD$ \$t$<$R$뻍Ы$;i럍$i끍 $aH$2맍$ȍЫ$h $hō$ȍ$Ȑv'U(E]uDZt ]u]ÍUEEEET$$tdtt0D$ 11<$T$L$P<$>u1t }$D$ 11<$T$L$P1ܦd1t 1u<$P֋1Ë1Uԋ1EЋ1Ű`EȉU;t&D$ 11<$T$L$P<$=`u11t  1f|$|$$:L1[^_]Í&E؉$EEEED$<$PU܉Eċ<$T$U؉T$P U1ۉ}Љ+EčH&9}8Ru)ډT$$MBMtӋU1u-~)~$}9RuySuyFuyXu&}]ċ1D$ \$D$<$P1U؋1111t 1EЋUԉ1Eȉ1Ủ11Uĉ`D$ \$t$<$P1t1_G1D$<$˓@GD$$}v1}1fD$T$<$P uLJcX<$PD$ <$D$T$Ӌ1|$$;$1tUD$<$T$P [ED$ \$t$<$RE$әËE$&US]E $D$w1u[]ÐD$$¸uލCD$$8j$1[]Ív'US]E $D$6u"1t!E E@ []顐[]f\$$8ʐfUS]E $D$]E []sUS$]H$h=$Z$2$L$`@]$[]`=E$E$2E$ EE$`E@E$`E$ϐt&봐UhEEEEE EE$%HÐUhEEEEE EEEE$GÐUEU 9PrPf+PU ,U]]uu D$$CL]u]ÐUt$趒ÍUSd]D(td[]Ð(D$CD$$MtD(uB$IE$EEEFD$$@ Dƀ-d[]fU]]uu Dt-t]u]Íu]u]B&4$BD뽍v'UWVSl]eE14$\$d1ҋ191$D$4$i$ܖD$D$4$g4$*ef4$d111ǃ`11111ܦݦ9}1f:t$bUe3yl[^_]Ðt&91D$4$h4D$$Ɩǃ84$DdH4$6dǃǃ4$c4$c@4$clj4$cP4$c̀<4$sc<D@ M4$\c4$NcN<ǃǃƒHd||$$q4$D$?g|$4$T$dD$|$<$ƄqTD$t$<$7t$$ku911ǃ`11f911|1@111zË$ t&UE]ÐUS]="  u'PuEtY" %$P[]Ðtuj" %P[]f" %P[]á" %P[]$̍$" 迍Yf" %AP[]Ð&UMS] 1 tpS tIC t&/tJ\t<t+\u惹1u݋ u_uٍt&[]Ðt&1t/볍& Cy{eC[ƃ O&U(Eu1]}11t/̦ $T$1}؋]u]f̦1ҋ}؋]u]Ð&'US]$CD$ƃ1D$$@ x[]fU]]u$1111 t5\$$7RD$$@ ]u]Ít&3131 u&'UE $ D$ED$2E E@ 鹄&U8]]E uu}eU1Ҁ1n)11E9   u V8<$Pr|$ $uD$T D$$o D1(c+ D$ D$"  1 L$ L E(T$ L$D$ D$<$D$hw؁D$ $D$\  ƃ9 99t$\$<$v  ƅXejp$9 ǃ(9HeDeD$T$<$N1* + E‰D$ D$$¸ $=lt&\$$M1Ue3X]u}]Í\$$D$$@ 1벐t&릐D$ $D$ fD$\$$D$$@ w1$&  |#~\$$<1=wߋt5D$$r D$<$D$uƃ9vÍ $j$辊UWVS ] UEe M1ɉ`ST+E;Cr<)ƒCv2`` APL$Z u"Me3  [^_]Í&sK9t)΃|9vwčd$Zlj֋C`DBt*PvjdCK)ȃkt uՋ`@$-ZXGX`BPwd+DDž\Xqh$tvt&XPD$$rX`L$ $D$Zv$pY`ƁAƁ@@@&`@`@`Ɓ@&$X` $X`@$Xƅ=K`D$4$ D$\1&$t&kX$cX`pƂ D$D$XD$ D$D$4$tTD$t$T$蝚\7$Wt'$WD$`0 $Tct)!$VD$`8 $#c$VD$`@ $bt&$0W`ǀ` d D$ D$$Wf$V$V`ƒ  $U` `D$$ D$W`D$$ D$hW` `Ɓ ǁ Ɓ f` D$T$u$V T11`A0AQ4f$U T11`A Q$$U$=F`|$@D$sV`Ƅ8@ D$t$$PVƄ=$;U`B$"U`B$UL$T$=Ft$U`Ƅ1AC+dX\; D$}XD$$xUUT$HD$$[U4$X4$D$L$9|$4$H` xXh`Ƃ TЃ D$ $&$ySD$`T$0 $a$QSD$`T$@ $`$)SD$`T$8 $`Lt&UWV1S ]eE1$\$Q1t11҃911D$ $WVƃ$RD$$]Slj $R T|T$$U;k$sT $R$ R`;DžDž011t$QƉ׋11$D$Dž11>$& 91 $buD$t$$P tN$1ۋt${ue35]Ĭ [^_]Ðt&$0E܉D$  D$t$D$D$DD$D$ $(D$ It,ut&CD$$Mƃ1D$ $@ u$Uƃ1D$$@ tR4$wO94pDщD$$BBB BH Ƃ L 4$N 4$N P T Ɉ tdžP džT L H 9 |9s\ X $NF ǁ` t$ǁ` 4$AMd ǁ 4$MB?B $MB $yMNj@ ǀ @<uǁ B   1t @1҈  u ⋵  Ѓ Ft$|$$wMƄ5D$<$ t$"% vD$4$ zuƃ1cCt$D$$11t&;1,;14$Y|ĦȦ̦Ц$OKƒ111ш1ƃ1ƃ1ǃ11t 11 ?ަt- D@i&1148<@D $AJPƃSƃQƃRv  $Iu~4$I4$HwQD$D$$J11ƃ1zCD$$pCD$D$$ƃ11Mt$$$L$K$HHD$0 $T T$$L$ D$T_t$ L$$T$/ $lH11Sǂ Nv1h111`D$\$$薱T$D$$1111`,D$t$ $HE܍D$D$$\H<$D$t$<$:ut$<$D$t$ $oËF$Vv&'UWVS(}eE1$|$TE1ƅot!11҃91ƅoD$ $I4$EƇ4$IEÉ4$_E@4$DEۃitjs u`D$4$ƅoZt&LJ`u y$D$H11pt<$D$Ë1ptu11q ]XX4pEƉpD$$uppBBQ Qƒ   X mƁ 1ҋpÁ 1҄Ɉ u ٺ⋍p  4$wBpB4$fBT4$BpBǂ` 4$=Bpd $#B@$AF $A0F4$AfD4$Ap Bǂ t/B<< pǂ t&pAǁ <<t pdž pǁ 1Xu pFpB   TpDžH7711DžL p1ҋFډH TL 1HL7P T tdžP džT Dt$=F؉T\$$AXƄ pA p@ D$\$4$舂pD$ $ DT$T$葞D<$L$op<$t$^t%pD$ $ D$ Ap@0 t$$Mp@  $?ldtHDž@DžTT@؍ HTt 4$>D$H$&MH|T$ $NKtDžXt6)1$> 9X׋H|t$$KTTkTHv<$(vz{t&LJwIxyt&LJ-y----$B=- $<f-4$<f-c fD$ $r?9tGyttK11fE֐1f1EEffyu<[^_]Ð&US]$HǃfǃeGfǃ!fǃsfǃR[]Ít&UEǀƀƀƀM]Ð&US]EM t0&(u[]ÍUWVSUEM f4ځPf]f)f3ff3U 1f 1ff0my[^_]ÐUWVS EM U1҉}<3|3|1}}|1}}쉸u [^_]Í&'UWVSlME eU1ҋEƋV]3@1։U]1lj}}W 1ډUĉ?E؉}ԋ}}܋B EE!]uuĉEĉu֋E 1؉9 9%  ‰3E3U9 9m  3E}7}3U3GE3w3G EԉD$ $Ee3ul[^_]aK&UWVSME XEU31p@ U䋑]]3E1ЉE"&]uuEu֋E 1؉9 9%  ‰3E3U9 9E  3E} 7]3U܉3CE3s3C ] M[^_]gUWV " S]E eU1҉H$ HdD$T$L$C]T1򮍻ǃyǃm?ǃ5uǃ#уDxb1t ftDžLD1HL9T9+L%P9tQ4 84  %49Pu9DcLL;DtZDD9wƄd9v1dD$$9DwMe3 u*[^_]ÃDuff~Gt&UU ES []Ð&UWVSEU]MHE @eU1ҋHD1ۉL?i0H@8L$$\8Dtz,t{HD0u_i0HB R UԋPU؋P@ U܍EB R UċPUȋP@ ỦE,t0,LL$D$$$^BDۉLt#DLSPL(1ۉT$;tPt&L(T$ $D$D$ /t(D$ D$D$$s?wP'T󥍍l$D$L$t|؃T5X(D$$D$tXH@EԈUՉE׋\U։E؈UىEۋ`UډE܈U݉EߋdUމUˆEUEi0ȹ󥋝HDfi0҈ ,Hi0Uԉ U؉U܉UUi0Uȉ Ủ$UЉ(D$$?]čuԉ\$D$ D$Ht$$XD$4$D$$}Ue3u.[^_]Í DPQPC&'UWVSEu }E eE1@I1d69w?Vt&6?v􍅌$w$D$@\$TwED$D$$5wED$$w $vt1\9u?wf3\?vD$@\$$vD$ D$$v D$$ZwEe3[^_]Í$v|$}ĉt$ $Iv|$$ w$u$D$@\$vED$D$$uED$$v $rud$f@t&'UWVS E]uċU} eE1@U D$ D@FÉD$ED$@$<@Ƅ@ƄAƄBƄCD$E \$ ]t$D$ $EċDž8Dž<EEȉ,0DžEẺEEЉEEԉEE؉EE܉EEEE$$4($1tt&UE T$ D$ t$D$$HEEċEEȋEE̋EEЋEEԋEE؋EE܋EE10 u;$rEEBEBEB EBEBEBEBt+4($@$D$DD$ $D$ 4$UD$ $mEe3u [^_]>UWVSEM}U`E\M$h](dE le M1Ƀ} [^1TÉpixpE 9 Mu܋p\TD$P$|$KP0!ကtD΍pDM )D$ML$ML$MĉpL$hPt$<$L$D$ #<$D$P} `ix tt fhN?~hwqwqw }ĉq  ~NuȉqủquЉq uԉqu؉qu܉quq} } } } } } } } u u u$ u( u, u0 u4 u8 PD$ D$D$ $Plt5ElEAEAEA EAEAEAEAtE1CM03 uD$ $PPdt5p¬dD$ $D$[|$D$OpD$ $Ee3x[^_]Ë`P$L$YP hltptTD$ P wD$D$ 4$ GEċG EȋGE̋GEЋGEԋGE؋G E܋G$D$ D$D$ E4$Pt: A I MHMHMH MHMHMH@M: EA I MHMHMH MHMHMH@MEEĉp8UWVSlE }EeE1tEe3l[^_]ÍvED$E_D$ \$D$ $_EGEĉGEȉG ẺGEЉGEԉGE؉GE܉G 느t&EW1ۉD$Eut$D$ U$D$ 1G1Ӄ u_7UWVS,u4$7t04$!uEƉE4$tx4$uE$RU10ǂ}fxǂǂUf´,[^_]Ã})ڋ]i0;]tj0$}tZ] ;]tLx$l}t4E)ix;]tx$84$7}t];]t0$ v'UWVS,}D$<$>D$ 4$. tt&x$9utt&0$9u,[^_]Åt 9txE$gEt9t0$D4$6v'UWVS,]u }w-$ìt$ |$t$$.B,[^_]1tfET$$E9wf}u ],[^_]vtt&(u념UE]]uU}uTE$M PE(LeE1t}u#Ue3b]u}]ÍEdDHD$|$$dD$D$<$D}Hv4d$D$D$<$Qt&E$LɉT$|$ \$D$ PL$4$D$E D$TD$wvɉT$|$ \$L$4$uTdT$4$=dD$4$%dT$4$~ 2t&UWVSL} D$O$/t2D$ ED$|$$3$]09u L[^_]Ð]$EE$EЉU0Ɖ]uԅt T 1҉]uĉMfuĉщЋ] t1]MЉuԋu1E̍9w}̉=T L[^_]ÐU1ɉS]Cu5Ⱥ&5 t uuu[]Ð&UWVSUE] t.U2 3` uމU}Uމ]Ӎ&N1‰ЉEŁ` 3` 3` 3` 3` 3` 3` U3` wU]\Ut2 3` u[^_]ËUfUEVMS] t1ҍv4ɉ 9w[^]É'UV1S$` :f`  ` t&؃3` uu[^]ÐUE@@@ @@@@]ÐUEU @@@ P@@@]fUE@@@@]ÍU1UJ;Js AB]fU1USJY;ZsD  J[]ÐfU1 M$t$|$QZ;Ys+tD<\؉Q$t$|$]Ðt&U ]]u$$11҉Éuڋ]]Ð&UWV1S1ۃ$}WGU9sxP1WMÃy^1ɉ]u}Ht&uԍZ^uE}ƒUu1 EEu}y9Uw11$؉[^_]Í&]u$؉[^_]ÍU1MS] Q9s ؀<x <y9r1[]É؍t&)؃[]U8uu}}]U F^)9F߅u/9v)ډ|$D$$#)^؋]u}]Ð$U\$D$ +U뷍&'U]]uuU CLp;Kr]uuE U](t$T$$s]u]Í&'U1SU] Jv'u)L$$D$x%[]ÍvJUUJwÃL$$D$,Ð&UWVS} E9UvhM1Ãy[1ɉ]uB]EuÃ]] t1]uy9UwE11؉[^_]Ð]u؉[^_]ÍU]]uut'\$4$/U F\$T$$)^]u]Ð&U8]]uu }C{C)9rC]u}]Ðt&)Љ؃ЉED$$L/CUT$$T$Q UT$;|$SE$EDs]u}]f1tt$$.S t$C$D$Q CHUE@@@ @]Ð&'UWVSU]U }{E1Efst}uE u sE KM9M{;U uM4CCuMEt  u us눐t&Eu EM us^vE EE9E,EU]EE &~(U ]4]u49Ewԋ]UEsfE] u9ÍG[^_]Ðt&E9EUt&~U 4U49EwUEs`t&1뇐UE]ÐUL$T$$(Ð&UtT$$&ÉT$$|:Ív'UWVSӃ<;*t6?truƒ<[^_]Í&9;*uʋt̓.tAɉt'ډt<[^_]Ðut&1닍t&FE܋F*Et?D$.$UԈMa"MUԅM؉Eu<FP9fF,D$.$M"M؉EE?D$|4$Mu'M؅t>E81҃.\tt .f<ډ[^_]]D$.M؃$!M؅uE܉)v UX@]]uu}} ȿ4$ C,ȿ$u$/\Ҹt1u]u}]Í&D$D$4$hAD$ĿD$<$HAC4$<<$<$‰Ƹ1dȿ]u}]Í]u}]ÍD$D$4$@ĿD$D$<$x@Ŀȿ@1&ȿf$>uJ$Ŀȿ$1,4$[>uĿȿ1WȿUm M>ՁޱȉQ]Í&'UEPD$D$ *!Nb$T$"Ð&U8}}]] uWD$D$ *!Nb$T$"EE$)WƋ@lFCF CFC FCCD$D$ T$$\CFCFC ]u}]Ð&USD] ECE̋CEЋC EԋCE؋CE܋-lEẺ$!K1ہ>ՁޱEӉXD[]Ð&'UE]PÐfUEU MH]ÐUHEԉD$E$xEU ЋU ЋU ЋU ЋUɁ ÐfUHE Eƒ҉U?U UU܉EԍEԉD$EU؉$Ðv'UxE]Mu] uP u $D$]u]ÍUԈMĉT$$~MĄtnEYщt$$D$ ED$ ?D$D$(E T$,D$$ED$ E܉D$E؉D$EԉD$O]u]Ðt&Et$$D$D$$ED$ ?D$D$ E܉D$E؉D$EԉD$]u]ÐU1VSP] Dr1t&Fvt'$_.t1wԋT TQЉTΐEMU]EЋEɉE̋EEȸDȅ҉ME‰EED$E]E$P[^]E1۸EEE뵐&U(E$'Mm>ՁޱQfU11WVS,u tZ1E&|CЋ^t/$O-uۉ$,^1ufeMEU܉ $OMEU)Q,[^_]ÐiQ}1늍v&'US]$n$D$[]Ð&UÐUU Í&'US]E $D$]E []&'US9u []f$t鍝\$D$$Z\$$:o[]ÐUS]E { uD$$ $u]E []UE]] uux t ]1u]Á$*u u]]]USE] x t 1[]Ðt&$][]Kv'US]E { uD$$ =$]E []US$ED$E $D$ D$D$D$*\$$mE$7$[]Í&'UE$D$E D$E E@ \USE]$D$E D$|]E []&USE]$ D$E D$<$t]E []USE]D$E $D$]E []LUSE]$ D$E D$$]E []PUE D$D$E$Í&'US]E $D$]E []fUSE]$ D$E D$$T]E []UE D$D$E$Í&'USE]$D$E D$$]E []@UE D$D$E$Í&'US]E $D$]E []UhEEEEE EE$%ÐUhEEEEE EEEE$ÐUS]D$$C[]Ð&US]Ct$?][]*v'US]Ct[]Ð$$C[]ÐfUUE ]ÐfUVS ]$@}tQ$D$$$D$$$D$  [^]Ð$ED$uE [ ^]Ð$D$P$h$D$6 [^]Ðt&(uJ0wVz΁47;usC~/44J0ƐF $D$A[^_]Ít&1[^_]Íݐ&UWVS<] uK8{SPNK<NK@NKDN KHN$KLV,N(_C, 9GЅ {F0F4*C~D$|$4$N %<}ԿCCǍST{CX<$V0F0t1@D$E<$NSEL$D$$<[^_]1ҿ FKU|$L$$UC,9GЅC(~T$D$<$&t&; )뇐&UWVS,U]u }J BF $UD$t$B1ɃUvv2 9u$UMD$(MGU8D$<$WJɍЍZ OZZZ$BB~=1X$t!(9~'puX XX$uvXX$(9ك,[^_]É\$t$$^ED$<$=WJЋEO(BB B BBB$B딐U(]]uE SC9ЉCv2K u:t 9BD$$tDs]u]Ðt&9v‰L$D$$@ d$@ HSC떉E$@ 1E먐UWVS|EU Me]1ۉEEUMuEe3,|[^_]ËUJ։MċJ MȋJR M̉UN(^EM]&uEM]~ET0BR3UUURU3PUIPM1ʉU[ H E]1]Չ΋Q 3U EM3M E3I EUԋQ 3U ]3M 3I EE]Q 3U ]3M 3I _EEQ 3U M3M M3I Et&uڃL23AEA 3E؉EA3E}EQ3UMƉ֋Q 3U MU3M M3I MEԋ Q 3 U 3 M u3 I uMM Q 3 U u3 M 3 I MM Q 3 U U3 M U3 I MU3EB3EMEB3EH EB 3EM̉H H EMMUUH H MMH MMH MMH MوUUMH ΈUUH UUH UމH H EEUH EEH EEH E3EԉEԋY3]؉]؋I3M܉M܋V 3UUuFM]uMċM]ȋ]ủMЉE؉CE܉S Cmt.E]et&3E3]3M3UЉEԉ]؉M܉U렋EċuFEȉF ẺFEЉFyUWVS4UE RUUЋUԋPU؋PU܋P UPUPUPUUЋ@EE҉E}xM1}ЉMȉ˃U9~QMȉ]̍TMTM4tZtZtZE}9Ƌ]̃"9~U9U}]E]9]Eп]̍uԃT7 2MԈMT27 ]7 0UT7 0UDԈM7 0E׃}td}ut&1ҍ0\t 0u9}Lčt&t6L1ҍ0\t 0uuE7 E2]7 0EE]7 0EE7 0Ef1ҍ0Lt0ut\ȋEЅut&]1}ЃU9~QMȉ]čTMTM4tZtZtZE}9Ƌ]ăt'9~U9U~4[^_]ÃE0]E0эv'UWVS Uzt&X1҉M]ԉM؉E܋u؍}1׉}]܋}D\>Ca 2e {[2] 2Y ]]uuEԋUMTUT UTUTE9AN [^_]ÍUWVS4EU ]}=uU=tF1&TuEԉD$$}u$4[^_]C u1։]̐t&‰]9ƈ\w]̋uuC fC CC CCQ&U1WVSeE1ƅƅƅ4t&  ҁ11Ѓu7 10!t&1Ȉ7  %%u111ɍ4 ʍ<1111։c1҈7 8 8 < < @ @ D D  8 < @ D  ۍ 8 < @ D 11ډ1ʀ) шH rL I  M  Q  U  Y  ]  a  e  I  M  Q  U  Y  ]  a  e  I  M  Q  U  Y  ]  a  e  I  M  Q  U = Y  ]  a  e #1Ʉб) v8 1< @ D *ƀH 1I 1M Q U Y ] a e I M Q U Y ] a e I M Q U Y ] a e Ee3u [^_]DUS]=7 u$[]ÐUS]C} uC []Í&$TC D$D$$[]Ðv'UExu@ t EÍ&'UEU PуP]Ðt&UU$t$Z 4 D L $ t$ ȹ+J]%Ð&US]C t{u$IE CC []ÐUWVSLE}EE]3KSȋ[ E̋Ex1!1؍yZE}̋@ȉEȉ1!1ȍyZ]ËE@ȉEyZ1!1Ѝ E@ ȉE썔yZ1!1E@ȉE荴yZ1!140E@ȉE䍼yZ1!1؍<8E@ȉEԍyZ1!1ȍE@ȉEЍyZ1!1Ѝ E@ ȉEyZ1!1E@$ȉE܍yZ1!140E@(ȉE؍yZ1!1؍<8E@,ȉEyZ1!1ȍE@0ȉEyZ1!1Ѝ E@4ȉEčyZ1!1E@8ȉEyZ1!140E@<ȉEyZ1!1؍}3}}̋}1}̋}1}E̋}̍;yZlj]1!1]}3}ȉ}ȋ}1}ȋ}1}Eȋ}ȍ9yZ߉M1!1M}3}}}1}}1}E}:yZωU1!1U}3}}}1}}1}E}썴>yZ׉u1!1u}3}}}1}}1}E}荄8nE11E}3}}}1}}1}E}䍜;nlj]11]}3}ԉ}ԋ}1}ԋ}1}Eԋ}ԍ9n߉M11M}3}Љ}Ћ}1}Ћ}1}EЋ}Ѝ:nωU11U}3}}}1}}1}E}>n׉u11u}3}܉}܋}1}܋}1}E܋}܍8nE11E}3}؉}؋}1}؋}1}E؋}؍;nlj]11]}3}}}1}}1}E}9n߉M11M}3}}}1}}1}E}:nωU11U}3}ĉ}ċ}1}ċ}1}Eċ}č>n׉u11u}3}}}1}}1}E}8nE11E}3}}}1}}1}E};nlj]11]}3}̉}̋}1}̋}1}E̋}̍9n߉M11M}3}ȉ}ȋ}1}ȋ}1}Eȋ}ȍ:nωU11U}3}}}1}}1}E}>n׉u11u}3}}}1}}1}E}썄8nE11E}3}}}1}}1}E}荜;nlj]11]}3}}}1}}1}E}䍌9n߉M11M}3}ԉ}ԋ}1}ԋ}1}Eԋ}ԍ:nωU11U}3}Љ}Ћ}1}Ћ}1}EЋ}Ѝ>nu}11u3uuu1uu1uEu0ܼ։E! ! uƉƋE3E܉E܋E1E܋E1EE܋E܍ܼ] Љ!! ؋]ÉËE3E؉E؋E1E؋E1EE؋E؍ܼM !! ȉE E3EEE1EE1EEEܼ؉U !! ЉEE3EEE1EE1EEEܼȉ} ؉!! E}3}ĉ}ċ}1}ċ}1}Eċ}č>ܼ׉u! ! u}3}}}1}}1}E};ܼlj]! ! }߉ߋ]3]]]1]]1]E]ܼM! ! ً]ˉˋM3M̉M̋M1M̋M1ME̋M̍ ܼU !! ʋMщыU3UȉUȋU1UȋU1UEȋUȍܼډE! ! ЋU‰‹E3EEE1EE1EEEܼȉu ؉!! uƉƋE3EEE1EE1EEE썼ܼЉ} ȉ!! E}3}}}1}}1}E}荜;ܼ]! ! ]}3}}}1}}1}E}䍌9ܼljM! ! M}3}ԉ}ԋ}1}ԋ}1}Eԋ}ԍ:ܼ߉U! ! U}3}Љ}Ћ}1}Ћ}1}EЋ}Ѝ>ܼωu! ! u}3}}}1}}1}E}8ܼ׉E! ! E}3}܉}܋}1}܋}1}E܋}܍;ܼ]! ! ]}3}؉}؋}1}؋}1}E؋}؍9ܼljM! ! M}3}}}1}}1}E}:ܼ߉U !! U}3}}}1}}1}E}>bʉ׉u11u<>u3uĉuċu1uċu1uEċuč0bʉE11E40E3EEE1EE1EEEbʉ11ÉÉ}3}}}1}}1}E}9bʉ߉M11M<9M}}3M1}1}M̉ bʉ1‹M1ڍ}3M}1}1}MȉObʉ1M3E<8E}}3}3}3}ljx>bʉ11ƋEƋEuu3u3u3uƉp 3bʉ13]ËEËE]]]]3]3]3]ÉXbʋM13MEEMMMM3M3M1H bʋU3U3U‹E‹EUUUU3E1ЋU1EBUbʋE3E3EE‹E܉UԋU3EUU11EUBUbʋEUЋU3U3UUEẺUUUUU3U1‹E1‰UP E썄bʋU3U3U‹EUU3EUUUUԋU1ЋU1E܋UB$U荔bʋEUЋU3U3UUEEUUUUU3U1}1}‰U؉P(E썼bʋU}}3}3}}}3}UUE13}ljz,uԍ>bʋu1ƋE3u֋UEu3uUU1ދ]3uƉr03bʋ]1ËE3]ӋU]3]ĉU܋UE1ˋM3]ÉZ4bʋM13M ]M]؋]3]3]1ÉZ8UE13U܍bʋ]׋U3U3Uߋ]1uV4$|$]Ðt&1uG9Fލ1u捴& 빐&UMVSAH&ڃ?¨9uĉڃ?Ѝ8 < @ D ǁ\ ǁ` [^]ÍUS]\ $8 C$D$T d$D$d[]ÍUE ]]uutLt7uC$&FƉ` ]u]Ðt&C׍&Cǐ&'U(]]uu }}tytTt]u}]f` v}\ t{T X }}u u]]] f|$t$C$C뒍|$t$C$Cf&\ c` \ ofUWVS E ]eU1҉t%t-t=Ue3QČ [^_]ËCBuӋCЉBuÍ@|Sx ك?9Ѝtfω޻hDt ft;|Lx߃?ǍH9Љt_8 1t ftH L P P E؋T E܋X ED$$ft&"f腷U1U:t]ÐB]Ð&UXeE1Euu]]}} \$$t t$$N~|$$Ue3u ]u}]U8 E}} ]ueU1ҋ 1 tgFٍD$ \$T$4$#ƄE|$4$D$0aUe3u:]u}]Í&]|$$9Gى\$^t&UWVS,]u $1҄1t4f1tt&$u܋u4$[1҄u\tO^1.tt&t7.u.uC$]uCu҅Őt&׉,[^_]Í&$ l;.t _C$uC1Ƀ;.t2tNj)v{.uCU$UuɋK뿋C$H 'U8eE1E]] uu}D$\$$$1u"Ue3]u}]Ðt&D$4$$D$|$XD$\$4$X\$<$д¸tt$$-$@ 葭D$ $@ 1L虳UH]]}} ueE1D$t$<$3X,,um0D$,4$D$ t+|$\$$YWD$ $@ BEe3]u}]Ðt&,$dtB@0mt&,$$tZ@,.t&+&$\$$XD$VD$$@ 耩9v*$`\$$WD$VD$$@ 8&'UWVS<E} eU1D$D$<$rV 4$ D$ )ÍD$\$$TƄ4$Բ@$Ŭ<$ƋCT$D$$ұu.t$<$Ue3<[^_]Í&|$$YD$;UD$ $@ ק럐t&4$$WD$D$TD$$@ 藧hf$$XD$D$TD$$@ Q"&UE]] uuut 1t]u]ÍD$$肯u։u u]]]fUH]]uu }eE1D$|$4$#T1Y . $詰E@ / $肪4$NB<$D$D$聯4$D$Ee3]u}]ft$\$$VRD$$@ 腥봍v $u\$$XD$R$@ D$$@ Amt&t$\$$YqRD$ $@  ' $\$$WD$9R$@ mD$$@ ɤw UEU Mu fltÍvtM UvUWVSӁLEeU1D$$$D$t$$Qt$$I$z$D$D$ $T$肪D$ D$ $T$V<$ <$蒋D$D$ $T$.D$ D$ $T$4$D$*Ue3ueL[^_]Í8t6\$D$$>PD$$@ ڢ1멍\$$[1o&UX]EU ]ueE1 D$}D$$O tC0 @ $‰ЋUe3]u}]f1Ҁ/tԋD$C $bu묐t&18tqD$T$$!UHEuu}U 1]EeU1҉P$u Ue3v]u}]Ð|| AljD$\$$薑Ƅ=D$HD$<$ڋ !%tDJD)ډT$<$\$T$<$1<$ED$T$Qu/1/(D$T$Sd؁t4$=+vUU$Mt$]1t7t1$t$]Ðt&4t$] $UM]jf$t$]U(]]}u{ C<$fE ǃtTǃxtǃdTC$莦Ɖ|$$8U `TFF]u}]ÉÉ<$$rÉ4$x䍴&'UVS]`Tt4$4$CH$=$02$$spL][^]bpƃ $%4$էƃL$@p4$ƍ$(pۉƍ02$fމƍ=$TfUSE ]$ƃpTǃhTǃlT1C1(ƃ1ƃutƃqTttƃrTƃsT][]t&UWVSX1EtPUB`tCE\$4$D$f$,S҉t~_:>_<[^_]Ð1$>U4$T$D$볐E 1$U4$T$D$ED$4$D$U4$T$Ext&@<$8<$ttEx`U$:ܿU<[^_]f~_/F/t&<$舿uU4$T$ſlF$UZ@F:&'Ux]]}}uC(t/ttu E tm]u}]Í(D$|$$wZtC(E1EEE$QT뚍&$L{|$$耐Ck$P${$t"tSDD$$@ %C|$$(D$Y fƀ-ƃttfUSU 1tUM <Nt0t,EZ\$$@ D$R\$$" 1[]fM뮍Uh ]]}} uCPXt]u}]ÍdxtD$ T$D$ $T$UT$L$T$UT$u1}{GD$$@ T$ם$yB$jT$ $D$D$ED$$D$$D$ T$D$ T$UD$T$UD$T$C$uY$@ D$T$ޜZE@ ]u}]fE&L$$!D$ T$|"Uh ]]uu }CPxtT$<$D$${w|$$o$cw$|D$SCƃut1ҍtDڃl\$ DʁdL$E։T$<$]u}]Ít&$vUT$$Ջ$v$|D$蹋]u}]Ít&<$D$<$PD$C<$D$$D$|$花D$<$D$<$PD$C<$D$dFD$|$$$@ ӖD$ $@ /utCQf<$P$Ht4CuP<$D$Cƃut&dD$ D$D$ |$D$ET$D$D$C$TgF|$ T$D$$!tX&'UWVS,u E؋}EEEED$$fE܉D$E؉D$E$Í@wE|69ލt&v.E؉\$D$E$x1)릍ԍt&E؅t$a,[^_]ËU؉Åt$H$萜&UWVSL }Eu |$D$<$U$|$$!uME|$$D$ ED$E$D$1$rL [^_]Ðt&EEEEED$$&D$E؉4$D$IE܉$D$E؉D$u΋Eؾl$&_U؉ƅt$$4$Pt&U]E ]}Mu}]CeU1҅ɋx]u^1ƅ]u%ue35]h]u}]Ð]D$ C D$D$ $]`w0]ƅ]Phx] D$\$$T$ t|]D$ 11$T$L$Pƅ]t&CƃutduF9lTUۉT$]ED$t$4D$ T$$=Ch]`t h]t }uƃqT] $`]t pTjԽD$]T$װ]CtN}uHh]ԽD$4$DȈh]S9ƅh]]ƃ1 1D$ 11+|4$D$T$QpTGh]1ƃpT]11҈]fƅh]C1t 1x]IɉL$ԽT$ D$ $Gƅ]t&D$$@ 茍&uttxtD$t$C$]4$ ƅ]autt׋]xtD$|$C$붍qTƅ]5]$ASh]CЈh]"tTԝD$t$d]$d]1D$t$4$D$ d]4$L$AvrTu/]ƃrTD$D$C$ժNd]D$4$|$Ө1Ҁh]ƃpTƅ]]xtԽ`]t$ 1D$|$D$$]u!xt]t]C[u \tx]X x]E ]t.ԽT$D$$v C(n ]ԽL$$|$}$(]$W]^Ugx]P C]ƃutƅ_]udThTx]It;] Cg $kԽL$$褀CL (󥋽]]]X]}܉|$ EʍS d]X]t$]L$D$T$L$ D$D$d]$|}ƅV]t&t]1R H]P]Cǃ2P]ǃ2ǃ2ǃ2D$ $D$C]D$D$02$]|S0d]C,}D$|$$+|_]]ɈK5C6V]1]| 9}9s|, ]$E];H6]}<$D$T$ES}]ƅO]ux]PO]W]]$F  O],]1 1O]tut]$]1u5EX]P]D$D$ $]ƃsT]"V]vx]ItLx]PtC] KLD$$DщT$|1_]u;V]u2x]Et x]Xu W]5]$<$N7}$+h]tlT1]1$)ƅ]t&]Mh]ԽD$D$$EiD$$@ ƅ]t&(D$t$$觡C($'C($!ECǀ(3;|S_]}ƅO]]$ahtJx]ItAx]Pt8x]Et/C`t#dT]ԽL$$t$ƅ]}$d4$zƅ]`]E4$t]}ua]]D$ dD$D$ t$D$EډT$D$D$C$}]11uԽD$ D$D$$<dCƅ]Z]ƅ_]dx]PtZ}$ƅ_]7]`]$:L$t$`]t$$@ |$蠇ƅ_]$xAD$1$@ =R`]]Dž}Dž}Dž}Dž}Dž}Dž}D$D$ $.v]}};hmw ;d_}t;CMr;C1<]NxƃsT]+V]Npd]D$T$<$]}T$$L$ pCƃxƅ]D$4$豵ƅV]G$vCHC[E]tt 1t sTI]ԽT$$D$ID$$@ x]Ptyx]E$3a`]$|$!vxD$1$@ w$`ԽT$$u:$D`Խt$$u]`]$FT$D$c11`]]d]$t$ |$D$t1x]Tx]XtC} $S1]Ƌ]tE񋍀]lDȁdt$ }L$EljD$4$E4$ݿCt]1d]1ҋ]tDʁdЉL$} $EƉD$C5ƃutƅ]O]O]l]ԝ]D$d](T$ D$L$$JO]ԝ'd]}`]D$L$D$]T$ $D$lD$$D$ $@ |ƅV]y]D$D$`T$h]`T1ƂPLUWVSL ]EEECtTƃxEEE1"vD$|$4$"5CD$t$$M uɋCG$vD$t$C$ t\C-uA$tD$|$4$"tEU 2$2럍&($&뱋C-dTu:It1=@  t(xtlD$ $@ tL [^_]ÀNu샸It{D tX$U\$$j뿋EU(2,2t$$Ch($%CH$U$jh$U$jOUhEEEEE EEEEEE$).ÐUWVSL@}E`Dܿ4ĿM ƅGԿ1tĿzvsd tjĿ1Ŀ» E‰D$` D$E $2$5WԿu ĿT$$ D$v<$PM ֋2Ë2<$ٺM 22<$Կ$D$D$w1D$ $D$ܿ 1ܿ҃̿u ȿƅۿL$<$T$PFtdž2dž 2ۿܿܿ9ȿ̿D$$DGԿ<$T$L$PD$ \$t$<$P1L@[^_]ÍԿD$$L$hv$D$D$蒟T$<$L$PƅۿԿܿD$T$ $t&$bܿ&D$ $0롍D$$0pĿĿƅ JM Q&<$POԿÉD$L$$t}T}Xd$PԿT$$eD$<$<$L$`U 0ĿU  1H L M A Q$E ܿĿǀ2ǀ2D$` D$E $2$vL@[^_]Í<$`9<$3D$ 11+|<$D$T$Q$T>O|$$2dܿL$dU Ƃ1t 2}EBUWVSӁ*u E{ eU1Ҁ}19P T щǁ 8lD$ |$$D$L D$H D$ T$$Ҋ{ CM‰܃RɉǃHۃS҃Dƒ ҃A% CL$(|$$ID$T$,L$ |$D$LT$D$ D$D$ $jn t& D$ D$<$pf$hoL$D$_a$Sat& D$,ID$D$ D$D$$m  D$ D$ $o‰D$ 0 D$2|$$S *T$ L$D$$PU`(|$$8`$dL$"`}e3=g Ĝ*[^_]Í&P T D$H T$ L $T$TD$D$ D$D$ D$$$l&$\J$T$D$j_{D$$]q¸z$*J$pJt$$D$_D$t$ $8$It$$D$^ ;4 0 < 8 D @ M$yI$L$D$_^` w R   =v ǺCK$E$PH|$t$T$L$D$$T$ ] u t6$ oH$$D$_] *  @$]flD$D$ $l&|$$\v <D‰$GƋ t o$pGt$$D$\ <$XG T$$D$>\q.&T$$D$\|$$[` $8[&D$ D$$j&D$D$$jn&@l-lDщDž-tt‰҃ⶃwɃểrvǁsljƒ 綃w҃⻃r@҃s%ⶃwL$,້|$$rD$T$4L$(|$ D$<T$0L$D$ D$T$D$$af$D$D$Y$pYB&D$$$tY@A"@@u @ $ +Y@tB$<D$ Y@B$<D$Xf $D$ e D$d D$XvD$ $BP$|Ct$$D$hX+v$0TCt$$D$@Xv@ $D$ D$2|$J$ C|$$D$Wl8 $D$ D$2|$NJ$B|$$D$W$B|$$D$Wv$(tB$T$D$ZW$<NBL$$D$4W$l(B$T$D$WNC< 4 t& 4TE dd D$T$$V` 9҃ڃSfǁ҃ڃSfA$ $D$D$ {D$t$$t& D$@$@$t}@$j@$W@$tD@$`D$4U&$H@$`D$ U&d $D$Tt&Dždd $D$At$ D$D$ x u D‰t$D$$jTt&@$|$(D$BTt&A$|$D$Tt&L H |~Iƍ D$T$$Q 1IƄ=veUWVSs}eE1ƅkTtAkBV(DžTsDžlDžXDž\Dž`DždLD$T$<$b-B|$$7T$$D$$(ƅDžDžtDžxDž|DžDž$W$?d;(uˍ8UD$D$D$ D$D$<$1t8UD$D$s$uuuxu|tuukstD$D$$ t&Wt tikt`$;D$ D$$Pt&$ n;T$D$$TP$HP3&`|D$xD$ T$$wT$D$ $T$wsk$Ox|D$T$ $T$tD$ D$$ T$T$`T$PO$DOtTxX|\`dll hu$uud;uۀTtҋD$D$$D$ stD$ D$D$$?f$@$d9T$D$$JN$ >9D$$.NtE‰D$D$$0 MB tFG$tM$T 8$T$MuWt$$| a8D$D$t$0 IM$=M$ ,8$$M$[8D$D$t$0 L$n7D$D$t$0 LQ$D 7D$D$t$0 L$H7D$D$t$0 L$r7D$D$t$0 ZL$pILt`T$$p D$ D$L$P7PD$D$ D$ 2T$D$D$2$KXG$,6T$$KL$-t(<$lvu t-Ue3s[^_]ÉƉ$4$^X\`D$ \$$T$r`dD$ t$$T$rsu,TD$\$$P D$ JO\X\D$`T$ d$T$ڎTD$t$\$T$$ D$ 0JUEƀ ǀ ]ÐUE t El[t&Í&'US]E D$$D$Xƃ []fUWVS] U}eE1ƃ, tD$t$<$htD$t$$X  D$ $8D$ $8D$ $8D$|$$n ǃ( $O  $苢 Ue3uAĜ[^_]ÐD$t$$UT8, 1VZ&'UWVSJ} uLDt&U]]uJ4$4$D$$D$s]u]Ð&UH}}]uG Gt]u}]Í&GEiJE؃$IUE܉EUt6։ t&JCD$$dǃJuՋEU؉GT$D$$EEY11ۋMfJ9;zJuLJJAỦM$ IŰMЅJu$@ `BMЋU$@HG D$@D$$YE}t#])iJ];]tJ$E܉$I<$J&'UU EudǀlWǀpWǀhWǀdWǀ`Wǀ\WǀXW5ǀW ǀWǀWǀ|WǀTWǀtWǀxW@x]Í&'UWU VS]&J@v0 f9uʃuߺu@uD1tft C u[^_]{ffU1WVS UffBRPfBRLfBRNfBRR=uʍRT1tfRU1tftRVuv1tfRPt$D$$q [^_]fǂRTTTfNSUfƂRUifYfǂRVTVfrUWU1VS])@F)ЉD${|$$~VSx‰SxS|]u}]Ðt&1tCt$ L$$z0Csx뎍t&Sx뭐v'U(]] uu}{u]u}]Í&HLXCPD$C<$$D$/LLD$C<$(D$.u] ]}}]8&UWVS}} uoLJLJtG1t'Cu(U$G F D$$GU]Ћu}]É<$p1҄rݍt&U1WVS,] }K_GG~U$KUCK ЃGt_K~Í,[^_]Ð&U8]]u}HK9w]u}]fK9wf9Tq p h r qQ63oq3p }U)Ɖ1҃~@΋M t$L$ EU $ EUHLLL]u}]Ít&|9r9r]u}]ÐUWVS,] }u9tƆFLsƆEL8L)#&1t& |K9v)9G9Kv=8KىT$UL$4$U䋆)!f t(9Kv+K8K밐t&1뒍t&8K9r)߉}4Ku] ,[^_]W)؉D$4K4$\$9}4KuE ,[^_],[^_]ÍUWVS\] E{@ uUBx;3+C$D$>$?D$$E>MȉBE1}MEă1M1Q A$>D$$Ev>$> <8Cƒ9uCw̋EMȉ8Z1111:Mt \[^_]ÐMQMTA|9N‹UA|EE@@EB\[^_]Ív$1롍v'UE@H]ÐU1 UW׃ױ _]fUVS1ۃuvt$ u[^]Ðv'Ut&UWVS,E$] E1] 1+])@=@C9sbf)9wU$!tlj\$D$$U<]E䉄9E vvU9U w ,[^_]Ív$ & D$XD$' $^!E뺐UME 9v  t;s+D|]]f]Ít&UWVSE }U7+MEM5t&2M#M9sg 7E#u7twEm9w9w& t89v+t|4똍 t ;s+L| 뉍2k t[^_]Ð&UEWMV}Su t`19]vF;9w9w& t(9v+T|9]w[^_]Ðt&랍U1҉VE Su] t9v)9F[^]1[^]fUVSuD$4$54Kt$F$lF t$FtGiXJ,JJt$`C$9F9uփ$$\9X$X$8K$FDZF42F$'u[^] 9ËlA6$8X$zX$l8K$^FDF4F$4$8$뵉룐v'UH]] uE}uF;ve8Llq4Kt$dž4K8K\${$Ɔ8L]u}]Í&E̻$@ Ebv4K8L$E8Lt {|t&U؉\$D$$It[҉UtNVp{4Kuԋu؉]ЉUUU܋U)ƒ#U!9Esuԋ]t&4K{t $E؉4Kt&118Lt$S& D$XD$' $uNfUVS U ]CTCXC\C`CdChClUD$JD$$@U@F#CtCp0KCHCCǃHLǃLLCxC|ǃǃǃǃǃt$$u ] [^]jv'UVSu ]‰D$$6ǃlWǃpWǃhWǃdWǃ`Wǃ\WǃXW5ǃW ǃWǃWǃ|WǃTWǃtWǃxWCx${$CpBx9N 9T9 D9N ‹ + 4<ꋍ;;@;Tg;TFuDžDž ϋ>N+;;;;CW8H"Mt&%4$~+D$4$ x H+t~5~u1Rx9"D$D$ 2L$<$=D$ @<$D$TD$D$ <$D$ED$D$ ,<$,D$ED$Ue3[^_]ËGx;<$ 1뻍$>e)ꋍ8< FW8@7HDž)f4$)D$4$ x )EG"t&14$Y)D$4$ x#)4$6)D$4$ x)rG"fL R܃Gv t&ND~wDžDž &'UWVS\] {,NCS$s9gC SǃJEJUE9ENEE9u.9uN<9u J9J~JJH9J R CM̍{0JEЋM0T1 D1 ‹C)ꋋE;T4A?9T8v;TNuEMM΋Msuȃ+T4KTt;S0CS =wPJ[űŰv GJf9fJɈD Jt&s===U-,BK{MЉ}9T9 D9x- ‹C);,EZG9,vf;T}uE}ȍ<8{}u+,s8-;,CS|9EfPf}GfG)ȉEԉCSKFt&JD$J$JyJs3vx}ȿ)1-{EȋCEEЍM8D8 D9+M ‹; EHEԃUM;$s;TuEuƉuu{}ԃ+ s`;CSwKu}f~F'&K9K\[^_]Ít&}fƒE{s{uԉ}MЍUԋ}T T9+M %; W?9v;Duu+ ։uuLsu;sCC*~&׋s}ԉ} 7D7 L7{ ȹ)+M%DEȋEǃ{ECn)ECSK UE؋MD$T$ $uEfFE܉FJJRJUfPUPpuԹ)Us} 7D7 L7 L7|7 K+K ) SEу41sS=5E= &E=]sEЋ} 0D0 L7 L7|7 K+K$ {)ED:ƒUԉSEC׃}ԉ} 7D7 L7{ ȹ)+M%}TC{EC0C,D$ CD$CD$E$(ƃJ\[^_]ÿM))|-ES|1ƃuԉCs$@ 4JpHM)ƃJ\[^_]ù)ECS"MԉKEz)&EE})vUWVS}Gt&11ې0JT$$9_w߃[^_]Ð&'UWVS]eE1Cx;C$1+CS(D$$( $)Ā^%@ǃPǃǃĘ!(1D$uЉ$0(D=Ѓwu$D$$ 4 u 4u$~D$$  B 0D=v0t$1D$ D<$T$$KCx{9$!{K9T9 D9K ‹<0+04;H<34$;TR$ ;T6uDž,Dž40ϋ{K4+H<,<;D<CSH(35<^($(D$$ x |y~2t&Sx19SƃT~wDž,Dž41@eǃP\$ȘD$$fUUVSJZ4DL r ȹ)Āt)ZrƂT[^]@T1Zr[^]ÍUWVSl]eE1CxS9WK D Ls ȹ)ȉ%@@vЅɉ‰CstA ;HD ǃHωSωs1Í& D L ȹ)% DщPpuD<ÍM1D$ T$L$$CCx;$SKTL C ʹ)ꋋ<;H<h 9T;TvuDžDžKK+H<<;D<CSH&3<5S9ft&TL C ʹ) J ƒ9CS~!f09S9Sx@D~B11iD$ $WD$D$9D<1t ftUe3l[^_]ÐSi+<CS@K HDž)DTKAƒCS@  )ȉӭ9&T00~9ꋕ& TD  ‹C) J&DžDž1<$1SD$D$D$ *$XD$D$D$ 0$4X-D$'D$ D$$f t&UWVS,EpV;Px5@/HiUP8WljM 2\2T2} ˹ ӋP)닏XU܁M}iM;\UH ;\} ;\uEMщM΋M؉piuHM21+\\iU;WCiUv2TPc,[^_]ËP 2\2T2 ˹ ӋP)니U;Q[;sct&;\uE}׉}}܉pu+x;CX v)M XU܉уPiUv41p.TPtH,[^_]Ðt&)ʉUуPX41p E,[^_]z})z})EEM)fUWVS<]U DLCt@LCp&SpCx!ʃ;CSpst)!= w9t$DL@H{iEC3WމU 8T8D8u؋X ʋK ‰uMܹ+MiM;TE ;TGut&;T.uEEM܍ ΃<>{}iuK7+TM؍0TiE;WCiEv2DC=}sp4KD$$»Hsp;DH5U܍E];AUM9 S;UE{ MEM܋EԉT$ |$D$$SL$D$ED$uߋFŰ]ȉD$Eԉ$D$EԋMD$ D$ $FD$Eԃ,D$Ẻ$E@0@4@8@<E 1=MЉ $=E}UԋF0@9HEԿv,Y1=C1]&=U$9D>@D$$U9}wt&D$$ج1v$D$X<$p;@@@@ @,@0@4@8@<@@@D@H@$@l@(EȉF$D$YE@t&M1 $Eă=E1EEED$EE$B9U؋MЉUԉ $U:MD$ $s9}=vE1-CM1 $[D$‹E U$ U߉ t&tPtUЉM$MDL֍EЉ$Mԉ‰F&F<$|$AMȋF֍SpvlEEBABABABABABABAm}wE k΍ GFGFyGFiGFYGFIGFSp y4K!ȃSp!9Sput[4K!Sp!ƒSpu$U$@Spl$"E?E܉$D$1$艘c}t T$6@Mܹ)ƃPL 11E؉$otJt=<81t p΄`EЃ|$ LEM؉ $}ǃP몹EMĹ)}KlUԉMu T7 L7 ʋKwMܹ+M;psM;Tr vM+l σK)};l{CS*nЉ=4KωM40ʉESp‰? HJHJHJHJHJHJHJwMkU FBFBFBFBFBFBSp$,:u؉4${ǃP)U܉փuSK"sǃĘfUWVSL]KHCtSpɉEU+U1K$M!8KUԉUE'G+Ct#9ErG vCH9r{D׀?t uŋGOE܉+E#;Es9Mt6EL$UȉMĉD$$fCpMċUȉE)ȉE䋃!EME9EuȉE!EE܉UȉMĉD$EЉ$C$UȋMĉEEt ;M8LvE܉L$MUȉD$ ẺL$$&UȋME܉Uȉ|$ L$D$$fUȉCDtE܉L$D$$E1HLLLSpCHƃFLU+U!9U&EtqsD11҉]܍1<>Ã9s7tЉ)>8~x~xv p ]܋sDCH뱐ɋ]CpE؀}U؋st@@F!9Љ0Kt9t))!!9s0KL[^_]Ít&)Ȁ8LED$ ẺL$MUȉ$L$蓣EE؋MD$D$ẺL$ $oUD&M؋E$L$D$SpSt&t&)ȉD$CD$ASpUt&4KE؉UȉL$MD$ $MEE؉L$4K$L$Uf4KE܉UȉL$MD$ $UEECtCH9SDt&:tB 9rEUVS u] ~HwYVt1ɋFp9t)#;SC#DK CT$D$CD$ C 4$D$@ [^]Ð4$h~HvFH덍UWVSl]E DLƃPLSpsMĉuȋK!;K|Spuċ}ȋ9%u3t$|$$Du0l[^_]Ã9$%u9$׍&D$ t$|$$ftK}fSp0K)!w79t3$O@L9LLHLgDL K{MT D ‹C)ꋋE;A ;s v;T^uEMMMԉKMKM+;CS =|=o==LUЉtHHuMЍX-CKTEԋMT D ‹C)ꋋ-E;\-lAu 9`-v} t&;T uEuƉuuԉsusu+\--;X-CS9f9CTt&)ȉEЉCSM=K8Lt-Kp;KQSpsC8KSpSp4KSpgv ;Ks+K8K몍vpu̾)D$$)$葏Is|$t$$p(D$ |$t$$辪SCỦEԋMԍED D+M ‹;EEЃ M;M ;TuEEMMMԉKM̃KM+M;CSS\8LshS`SXS\STCTSX(D$t$T$SpT$ 8K$!Sp_v;uEMMMԉNMăNM+T4Tt;V0CV =w'Kp4K Kp~}t&== =L}tHt&HuN,}̋EЉUĉMԉCTT D ‹F)ꋎx-E;,A 9, }t&;TuE}lj}}ԉ~}~}+,8-;,CV|9vKpSh+}-9 94K<8ȍ }ԉẺKpvpEԉ׉UЍ&PQPQPQPQPQPQPQwUЃЃEE̅}ԃM}ԃMGA}ԃMGA}ԃMGA}ԃMGAx}ԃMGAb}ԋUGBPt&)ȉEЉMԉFVNt&x}ȿ)-~EԋF}ЉEċM̍EЉ}}D D9+M ‹; EEȃ M9$} ;TuE}lj}}Љ~}~}+ `;CVƒUЉEn~E̋M8D8 T9 T9N MT9+N ЋUV+MENV=+E= E=] &~9~l[^_]Í&;Cp!mCpuՋuԃ 9uShCp+KT9uԉU̐t&4K!σ<>Cp!mCpu농vS\FS`SXS\STCTCpSXVSh+N99 4K ǍMԉ}̉CpvtM̉׋Eԉuȉ֍t&PQPQPQPQPQPQPQwuȃ MM̍…Y}ԃMEGA5GA%GAGAGAGAt&uԉU̍t&4K!σ<>Cp!mCpuՋu94K ЃM̉}ԉCpvyMԉ׋Ẻuȉ֐t&PQPQPQPQPQPQPQwuȃEEԃM̃}L1[^_]Í&'UWVS\]u $R‰D$$Ks1҉fƀJƀJJ9r拃FFF F$F(0D$JL$4$ƅDžDžDž@+D$C D$$gaU9~K1Dž4 9iJrJƆJJJFJ}FƆJƅF$ÍG) ~(= 4 9OΉӉƅt&1ƋiJ1҉؉Dž^T$D$`P$)9JڋZH9F΃t$T$${F=xzB ؉D$F$踵FF)مɉJƆJF,ƆJJJFN$L$D$u>JΉӉƅ t&ËC1${viJsJt$$$iJCPPP P$P(0D$JD$ $і\[^_]Ít$$ tJYJfJuU~(S97+-9pS FF)9)D$$L$F F+FF$F FC FFtECJJD$Jt$$讕CƆJJJDžKrӉƅrӉƅFIt1C t$$T$ږDžDžDžsUE UMvÐ$ ɉM UQɉM U!ɉM U|zv 8LtɉM UrfɉM UUS]Jt$輒][]UWVS]Tx@1HJf9q8΋t&8JBuP:Vr?P60RfPBЉrrt&`bK ;KK9,H``PP))9ƉJZt&99DfN~[WJB fv9H&N1;9 ;!ȍ JfNэB…F$Aƃp Č[^_]Í&THVIx9;f9KAǃPǃH=PfAP19)K#fFߋ:J9J9ʉ DT$|$D$#L|҉V JDTt̋VVfPFHw>ɈH1Ƀf\fNfot&@xx뿐t&HPČ[^_]ÐqAQ&@KJ I ;DK@K+@KT$$;fVrfTHI։Jɉ=p99fN9K)F:t:u@N)+99у&OJDK;@KtO DK2fxHH;HB*뤍HKHK렍THPH5~PHfNJDK;@K DKpfPP;PFd딅CCBPH,IƉf9HA 8.׉ʍt&:uG끋HK=HKA>f9A18f:ujW: t t&: uRJW))ʍ 9‰rI9уD$ $6 D1HqD$$O6IɍD1H)UWVS,] EU|J@xJ+tJE䉃Jȋr1u1҉|J19}N9T҉Uƃq U]֍VZ9uu]։Jp p r p}ǃTX@)ƍv9pu}J,[^_]Ð 9E䉋JTq hNUfB|ǃJ,[^_]f\$$;ǃJٍv]܉JBT)JBEf@z:NL MJM NfJUN}~T~|UE؉\$$:EUWVS<E] 0X։)fo1ɋ}t3w6)94r99҉ֺNr  2O1f)օf7JM1Qp f:88ptzt ΍J|JxJ+tJȉJ11҉|J199P9x9~񉓄JH)ʉJJw)R҈Vuf&VNT@}fGx|lp h<[^_]ËߋMJJ+XApuUf>X<[^_]ÍvAǃJ\$<$79U@1UWƂp p_]ÐUWVSME Qp+u994K47׍QpvnuÉƍt&BABABABABABABAwuƒׅtMtCVWt7VWt+VWtVWtVWuFG[^_]Åt4K!Qp!ڃQpu؃[^_]U(]]uȘ4$#Xt]u]Ít&4$E8EǃP]u]ÐU(]]uE SC9ЉCv3K u:t 9BD$$o~tCs]u]Ít&9v‰L$D$$@ $~$@ |SC떉E$@ {E멐U(]]uE SC9ЉCv3K u:t 9BD$$}tCs]u]Ít&9v‰L$D$$@ t}$@ X{SC떉E$@ A{E멐US]D$$6SM L[]ÐU(]]uE SC9ЉCv1K u:t 9BD$$|tEs]u]Í9v‰L$D$$@ |$@ xzSC떉E$@ azE말UEU 9PrPf+PU ,US]D$$CU UPUPUP []ÐUt$}ÍUS]Fu ts$.Et0Xt+P€tu Vu'Bt,[]Ít&ԐVƃtكLu݃Buƃ[]ÐED$t$rt&US] $ zX\$$nmE E@ []xUSEuMu =k t[]Í&$0k W$D$ D$D$D$D$D$ 2D$D$2Cy$W\$D$$l[]fUW1VS,E EE$$t&4 ID$4$q~t81ۍvH4$D$U~t uD$ 4$9~u-:u$ lEE@ E ,[^_] w4$V$k&'UWVS<`E U}D$ןE֟$Dž<$П|t&D$\$<$蔆tx$xƋ$lןtk֟u|D$$l8*ПUD$4$T$Xxv<`[^_]Ðt&tD$D$t$$z֟tv$xtuUD$t$$yEt$$D$Wlt&$($0vF$E ПDžܟ.Dž/D$T$$9ܟ&'UHE]]uu}}EE D$t$|$ D$LF$¸u1}u]u}]fFtE èF|$ t$$D$D$i]u}]Ð&U1]Ð&UE$] t$ t#;Ss$t$]ÍvF u1$t$]Ð;Swr; s䐍&؍; v봍UEU uM}]􋘸Uމׁ t%9}]u}]Í&;]v1މׁ t9Ѹ|~]1u}]Ít&9]v搐&UHE]] u}EEt}u(s 14$u=v$]u}]Ðt&E͐t& D$D$ t$‰D$EU܉$`uU0 D$$uUCuzt Bv}u|UP T E܉ȉ5 t9|9M܍}fUȉ5 t9|U9MvNv]E$bu vUE$T$D$bSu4$Cu1Eutt$$ڋU}tEU\$D$$2YUWVS%ueE1t,t"\$$0tt&%%<$$$XD$sG|$$謂Ewnx{@yX4$`u $dEe3%[^_]Ã҃T$4$*Ct&D$4$랍hkt$$$$q k$腁|$$ɁD$TD$ d\$<$D$jGDžjJDžjDžjDžjDžjDžkDfD\$$6\$<$ʯtމ<$莣 k3bD$ D$D$<$<$ϻuD$D$<$<$$ɉË k$vƉ$E4$vÉ<$$uUEGEI&UEGE}&U} -]Ít&UVS] $˄uO1u5t& VDt$"Du߃@u[^]Í&$D$D$hu[Ɖ^]Ðt&UX0}} ]]u$~"?v|$$:f]u}]Ív$FWG* `D$D$D$pfƃ믍&D$|$$覇D$$ƏyG$!E< P% - ǃhǃl9O ƃ\!G$}!S|$$8vGw$RG$?!E  C &~ PG$ 0 N8 -vrǃdcvGWRF$ LFNE@ T$4$\}&G$e -ƃwD$D$4$%wWpD$E0D$$賅G$CG0<d|$$SvG$P|$$h+vwG(\$D$$($^vGG$:L U -ƃZvG$O$|$$vGw$Py+n;t$$ HG$Lf-vKf+|$$4&1+D$$vO=ƃ[wG$HSFwƃkvG$C|$$}@WGƃ, ((\$D$$&$\&$FOWD$4$E‰D$ς`GAt&D$t$<$蔂|$$ybCsTD$;4$jt>.FD$D4$out$D$D$ D$D$<$?hnG$|$$Gw-D&$1}: 1$Aw J+-tDžtDžRd&$8GGHЃ„E1Ƀ-DR+I-@8W zЃ$CMAujfè|$$NNð|$$N4ǃ%ǃè|$$iMð|$$OMƃƃfBƃv$Hƃ(D$|$$ph{ƃYoƃc-GW ƃ?ƃ3ƃX'&(D$$&<$g<$D$/fG21ǃ`4$t&$zu fP4$TvG$+-ǃ@-uED$t$<$]$ S]u}]Ð%4$1Zt|<$hz$ $D$ZEX ǃ>@m[v~-FuZVuSƃ]u}]Í&I!<$ f%D$t$$q$D$T]u}]Í&<$Xy$ $D$YXE υTEEEEEED$D$4$tctc}tt@Et$$g]u}]Á@D$t$$pft>@t u릈4$xuƃD$D$D$ED$ D$\$D$4$>D@D$t$$oD$$xfU1҉WVS }U1ҋG Et&u]11 t"uG @1 [^_]Í [^_]Ðv'US]$nPEǃǃ%ƃǃƃ$eLF$eF$e`G$eGp$e][] &UVS]$}PE$eLF$qeF$ceG$Ue`G$Ge$[^]ÉƉ$O4$[Ƌ`GG~FsLFhE]뵉ΉƐt&Љ׉ލUS]} t[]f@tD$D$$R3u2@tD$D$$R[]Í&D$D$$R밍v'US$$pJUtf$WEEEED$E$fE$D$ED$KED$E$E!$[]ÉËE$Z&UWVS<}E }uLJEƇEEEE~qE؉<$D$9]~S$VD$E؉$E܉D$E؉D$$s}uE؉<$D$9]}u<$XE0<[^_]ÉËE$YUS]t$TCC[]ÐUhEEEEE EEE̍E$ÐUEƀt&9u]ÍUEƀt&9u]ÍUM S]t19w[]UVu S]QtK1ҍ&09w[^]Ð&'UHMUEu49шEEBƉ]]}}D$E $D$Tu]}]EEEEԉE ]Jv'U8uu ]]}tEƃ4$Q\$ t$$D$D$D$/]u}]f߹1ƃ]u}]ÐUEƀD$$`Í&'U(E]] uuu]u]ft$\$ D$D$D$$|D]u]Ív'UVSED$t$$bE D$\$$K\$4$WTxt&9ux9u[^]ÍUSED$\$$$Pxv9u[]ÐUE]k ÍvUWVS"M]E4$DžDžDžDžDžDžD$0 D$Ot$uD$$hD$ t$$T$h$D$ D$2|$B3Et5 $@$HK+\$$@EؿtJˍ۸JElj$N+$CtމӺt"t&Ĝ"[^_]ÍvHL$|D$ $D$gET$xD$ $D$2%2$K*x||$ t$T$L$\$$?t&0҃M>5$\M9*$1?E $D$A<҃vUH uEu]U}88E D$<$D$dU ED$<$T$D$T$ D$tQtM؋u]}]ÍvU 1ۉ$k؋u]}]Ít&U $Gtdž81뤍U0ۋE T$$duvUE T$$Fddž80St&dž8=&<$Hh9tjEU |$D$$cE 1ۉ$豕U E4$T$D$T$UD$ E T$D$EU |$D$$tifU dS] }D‰$'] E[]<'U]ÍUE U$D$ET$ U$T$jEME ZDž8Dž<DžHDž k Xʋk 40ʉы)ϋ+B‹084 $f4$EQ8ʋ89rqf8)׋+= 0Bщ4$8M4 $8t9s84<$D$4uL$4$4$$w8 $i1[^_]ÍX48D$E$4$' $4$1[^_]Ít&UWVSu$t$9X\$|$$sXt$D$$=XD$$XD$\$$t$<$iXD$8\$$44|$<$D$\$|$<$\$4$E[^_]Ív'Uuu ]]}u tFtRt$$Ɛt$$ubǃ]u}]Ðt&ut$Ɛ$Ðt$$]u}]Ðt&$H]u}]ÍvT$8 $D$t$\$<$~|$4$BXt$$L$vXD$$XD$D$$"|$D$$ D$\$<$X|$D$4$D$t$4$t$T$$$D$2]u}]Ðt&U8]] u4$\$D$h\$$PEt$$]u]Í&UH]]u1}u]u}]Ít&X\$Ð<$$|$\$t]}u]UVSE ]DžhlhD$$\$$\$$uĠ[^]ÐU1U tB]Ív'UWVS} ]7uK|$$f\$$\\$$P|$\$$uӃ1[^_]ÐGt[^_]Í'U]]u}DžDž%X8\$<$\$|$4$uD$t$4$?XteD$<$u|$4$t$\$4$ Xt_\tV4$^<$V]1u}]Í&ǃ4$.<$&]u}]Ít&t$<$d81t <9E t<\$Ð|$$}땍vÐ$D$]u}]U1U tB]Ív'U4$u|$}  94$|$] U1UW_]Ít&'UE D$ET$$4É'UEU P]ÍU1MSt(Ћ X &u9u1[]ÍU1S]M 9vȃD[]Í&UUVS] 2 F9wf 9s29v 3tV1ɍv  439st0^t&9s 0u[^]UW} VS]t^1&+)vf1 9sօt"4uDt&ƃtt[^_]fty\$4$ D$T$ \$<$ tʍlT$$!%tDQD+D$ $L$D$D$""D$$ D D$ $ X4$P<$$Ue3u2[^_]ÐE D$ 4$D$T$Wh 'U(ED$D$ED$ E D$E$U(ED$$D$E D$ ED$Q UU t!1zu<u9v]Ít&1]Ít&UWVSEM]}T$1ۉd` Et$$t <$ ËE d`D$D$ E L$M $D$t\$<$>$fET$\$c] CHߍpD$EX$^X<$1\$Gp\t'tu= $,1$,Ћ,19 ,̓9,DUe3u <[^_](Ut&UWVSLEeU1ҍ,;,v,~/$, ,1  9u,,D$(,$t$\$D$ 1,,~C1&(,$, ,  79,,̋9,%Ue3u L[^_]Ut&UVS]CCC CC$C(C,C &X<@@9u\C8C$CC[^]ÉƋv4$&'UWVS}Gt$]Gt$NOt&11vt$R 9ww1&\7@t$5$u݋G8$`[^_]Ë$fUWVS<] }{tcG(EutLO 1 &O C΋ST$OL$Ct$D$ C D$C$>9uwƒ<[^_]fG4EUWVSLEMU}EEM܉Uȉ EӋE 9F…EظEE1҉E؉u؉ƒE=GEԅɉEU؉1EUoM9M9E܋M9M!kMLE,>>D$D$T><$#<$*D$t$9ƅ+>v{^1t&;T>vUtQCKL>$=uыމ$-~ {_;T>wfƅ+>$ADD$t4$<$M\$<$葲DžDžDžDžDžDž&$aD$t$<$tX,>$D$^bt$$BEtD$$^ptD$t$$!$`<$萱ƅ8>ƅ8>ƅ+>,>$\$L$a|$$/u<ƍ$\$>_F>D$|$<$D$ 9D$|$4$.!+T>D$t)؉D$$!$ $艰$t$<$ǰ\\DžlDžpDžtDžxDž|DžDž0>Dž4>Dž$>ƅ<>Dž>Dž>P>D>\$D$\$<$رM8>+><>u3 Dž( Dž, Dž0 n$聽ƅ<>\L$$]u<$6B\\$<$CD$ D$D$<$DL<$?ÃփD$ D$T$<$L<$2I< <$I8 <$ I4 DžL>DžH><$HL>L> H>L> uփ\$,>D$t$D$<$D$ @ D$TH>;@ \T$$ss<$ D|$$.s1ۍ$\$\؋Me3 O [^_]Í+>\ $}$1ƅL>fރ$)4$=4 uƅL>uL>ƅ+>L8 < 3=24>t 94>$>t 9$>\D$|$$$ Jlj$?\D$<$@4 @>>؉|0> >4>$><$gH>>4>$>bf;D>&9t&v<$0Bvt&\$"tEP;P>ƅ+>"@1Ƀ.f_;P>wƅ+>t&.uƅ+>>t 0>1ۅt"0>$oD$V0>1ۅu$$N@1@󫋽$>P>Dž>1DžL>H>D$T$$>$>Ƅ59,D$$q?pT$$)pL>@>H>D$<$\$,;$>$Q,>É$L$Z<$L$|$$=D$$h$&?dL$D$<$D$D$t<$D$$k8o|$T$$mNo|$ $ O1D$ D$D$$PKv$p]$Xt`u㍕T$$]nQtD$,>11D$T$D$$D$ @ D$FO@ 9H:T$$s.nD$|$$L>ƅ+>DžL>L>$pD$PSL>0>9L> Dž( Dž, Dž0 r$յ$>4>Dž0>ɉ<>11ҋ@>t&4t9t䉄ߍ\D$\$$18m1ۍ$$XJT$$3cR Dž( Dž, Dž0 5$1뭋0>$3L$R Dž( Dž, Dž0 4$\$$@ 1N0>$1Ҹ,><>ۉ8>D>t.1i0,4>\>|$$98>wԋ8>Dž>Dž>Dž>4>ӱ<>w11DžL>f@>D>|$@>$T$Q ;D>t+D>@>)0T$D$$;L>NL>L>D>9<>~:d@>D>L$D$$fL>>>>T$ >D$L$$2,>ÀLuB9>t:>>>$tT$>D$ L$T$Q>L>1ҍpj8>=NL>11H><&@>D$D$$L0,9L>L>\>3)94>EH>H>i0,H>8>@>sD>S<>K0>SSKV$0,9L>n@>$PK$>L>>>R11ۀuD>;$>}㋕@>L>|$D$$:1)t&4$t&K8@>9<>~e@>4t耽+>tŀt4$PD$ D$T$4$QD$4$<uv,>Ltq>,>N$A$9 Dž( Dž, Dž0 2$1$t끋,>D $T$[RD$D$$aPu;$P/É<$N$<$蘡$\$P$D$$`tD$$计t;;D$ $D$T$ND$ t$$LO1҅>9Q;;D$ $D$T$N$r; t&9~<uƉ$OƉ$GÍvÉ<$z6É<$k$Ɖ$WO␍t&U]]}ǃǃǃǃ D$$1SE]}]ÉNj6<$f&'U]E] U}uEe=}1UUԉT$UD$$P UEt!Ue3E]u}]Ðt(u‹r ENwR\$]$Ut$$9EtEDv&ED$D$$U|$$T$z;EEu$<Eu$UB$$}G(G$G,$EG,9Es=vELk$}Eu-E0iE } ËE]$UB,r$D$@}i O,7 9r1E9$> E> 0$U>  E2EU;P$rJUWVSLEl}l$_^E$D$D$F$;$_1+$_$dD$tD$, Džl$誜lD$$4_1DžD1DžHDžLDžPDžTDžXDž_ _f4_dD$L$$0$QU _$T$L_4_L$$j/uF_t_$PyCs$;$_wf4_D$t$J_1_<$D$L$_k___G;Gi _4_ƀ D$T$$P v_D$$Y_1_1u 1U _ƁPD$ D$D$ $P4_$/ __9Dž_Dž__$t+_ __0__9sK__O__9)l___`4_D$ $A_$V5É^t_ƅ__$oT$ _ElEEEn $,G4Dž_v__9O,i_ Ћ_t}_D$$]?^M D$_D$D$D$D$ ED$$>_E9  _9G$D_t  +G4",t#11t$/- 9w,wG0t$j^t^$SM L ^ƅ_u'] Nu$${ƅ_E$d$[_L[^_]ËG4$pD$ G4;__$3D$ lEEE5$֤ƅ_ql4_D$ D$T$ $D$<$ i_ _ ;_r_$sT$[_9O$"_$~+__lEEEr $$Dž_Dž^Dž^_ƀ lD$D$$_9^w4r_9^s$____^^__9W$zi_ Љ_ _ ___ .$6*_lD$$_L$lD$D$t$_$kL$9Z_lD$$mT$IZ_lL$$:_t$P__l_Ƃ D$L$$d_$lT$Y_$L$Y$ D_$&E狕_D$_E D$ D$D$D$D$ T$L$$>u}tbD$$@ _ D$_T$$Y-__Ƃ  \у__$@ T$}$ vDž^Dž^$G,G4$mO,_G0ɉ_tq1ɋW$^^_1__1΋t  _9_vuG4 ;_r^^1Ҹw4G tG _$M^ $qG0D$ G(D$G$D$E$ƅ_NG $l_GDž^Dž^Dž^HW$҉_m^^+^^Dž_Dž__ _&W0_<u#_<ut&<tP_i 1Ҁ Dž_G 9t)_D$D$$PG _D$u ;_G_D$__U <$L$ D$T$_9_G$M__;__.Dž_Dž___ _^t&__9G$G0_<ui __^; _ rw9_v____L$G GD$$H&_1ҋ__)  JfW  $T$_T$P _?f1Dž_,^^\$t$ $L$M _Lu<9^t4^^\$ t$D$T$$tU_^_^^lEEE2$JolT$$.STUÉ$ d $$$t [Ջ_É $ÉË_$뱍&'UYEU ]u E$eU1ҍ$ }D$=$D$$D$;uZ1ۀt/$A<؋Ue3k]u}]f$$@ D$J1뷍D$$Ktf$"@4$+$4$D$ T$D$4É4$6t&D$ D$D$$:u܍D$t$$m:Ot(Ӄ),4$$4$D$ T$D$#É4$iuÉ4$U$:$7É4$ڐUhEEEEE E̍E$EÐU(]]uE SC9ЉCv2K u:t 9Bi D$$tDs]u]Ðt&9v‰L$D$$@ T$@ 8SC떉E$@ !E먐UEU 9PrPf+PU ,U1҉MSǁÁ=MÃuٸt&=u[]Ð&UWVS uU$1$9U1ɍ&E ti)ȅ~aU1MC$K,[^_]ËCt$CS EU$S USMCUt1҉Ǎv9wutk{1ҋu&{9s<u9{r1;MvU䐀<9w19Pt tU,1[^_]Ë{뾋C‰$HC$$}fUWVS E] @ t1v9uUzGtJ1ɋR 9s.< u<ut&<t<9rҋ][UDžRv4E1ɋUZ1&43 ;uȋE 9vUR J [^_]ËE@1벍v'UWVS,E }]uE9p$t'@ t$$-Mq$A t_E]]H x1&9wU]BU , EtED$$DžpD$D$ D$t$$OtL<҃}& K D$p$NOut ɉпuп$%Կ $D$D$MпD$t$$3п$EԿ $ȿ1ȿD=wiпԿD$$ST$D$ s 0$bD$D$$ȿ+t& п$4ƅǿ1$ |Կ$lԿп$ȿD$L$!ȿOT$$lt$D$$l ( }҃&D$D$<$VAпȿt$D$ $flȿ ƅǿt 1u|PǿtJ1҄t ǃ $D$D$tȿ, p҃пȿD$D$ D$L$$3Kȿtin ̿1Ƀ̿4Pt ̿1ɀ̿пȿ$@ D$PD$jȿпD$ $ԿпD$D$$ɉm13ԿÉ $$v'UWVSu:U D$D$ T$ D$E$EG]t&<[^_]Í4$F<[^_]Ðt; t&_4$WJUt$ÍUVSEXu#t&st$$u[^]fU(uu ]]}}t$CC3CC tCƃ]u}]Ít&$|CА&'U(]]u}s4$ǃǃǃǃ CD$D$$]u}]ÉNj4$:<$fUS]$Ct$a][]t&U1Ut0E ,H]Ít&UWVS<}‰E$PD$ É֋D$T$$o +E+Eu9G‹E EtKD$EG$D$E~T uYUU܋EU U\$t$D$ $PE܃<[^_]Eэ&EE܃D$G D$G$K놋UNjD$ \$t$$P<$t&UWVSL]u )=J1; v L[^_]Ít&D$S4$T$I4$jD$4$E跓4$EMЍ|Uĉ E| )Ѕu؉Ɛ9FljD$SEЉT$U؉$踕E)Džǃǃ $y롐ƃ1L[^_]Í& C)׍T$|$$芾ǃ $&u؉4$9Ef1&UX}}E U]uEU txD(u]u}]Í" (L$ + L$L T$ D$D$L$  D$GL$$蒊LJLJLJ LJ$LJ$LJ(]}u}]t&$RƇ40,U܉$PÉ֋UMD$ T$L$ $P$V`t `t/U܋\$t$D$ $P]u}]Í&D$u$MM؅u11 $P  ƇU܉D$ \$t$$PM܉NjD$ \$t$ $P<$ξU(]]u1U }MEtbun;0׉w:r;,s0;(w($D$T$60,ƃ4]u}]Ðu+,0ƃ4]u}]Ít&ƃ4uT$L$D$ $M$ƃ4,0]u}]Ð;$D&'UX}}ȉ]uD$<$螌E|$$1ۄts<$<$ٍÉ։<$͍EĉD$E$UċMT$<$D$蚎M)ػ$(E؋u]}]ÉËE$赼U1WVSL]t71$(;0r,v"u614:L[^_]f;,w։$utʋ(0$,}9uw9}E}؋u؋}ƉuЋ׉}1}}ĉuuu}}9}wTsJu} +Et$<$D$賸EU؋M܉0,0ƃ4!vM9Mv4uMu L$t$$},0L[^_]Ít&D$ ,0T$L$Ẻ$oED$ D$T$$Fƃ4[fƃ1XUT$$vuÉD$D$ u$@ `D$$@ Ív'USD$ ED$D$$tbdD$D$|uD$ dD$D$d$\$$@ ѳ$@ UD$$@ aE[]Ðt&U$TɅDfU¸t FUSE ]  ǃ0ƃD$$ƃǃtfD$v$@ D$$@ 莰ǃǃǃ[]fnct&D$$貴uD$$HbD$$zDD$$ &I&UVS$k 贶0k Bң0k t:vc$HѵD$ ÉƉ$u$k 1[^]$H蜵D$ É$B0k ,k w$k 5,k [^]ÉƉ$蕱4$}fUVS]t1 D93w[^]ÐfUWVS]4$辵ugt4$D1uC04$k} ÌÐO4$[^_]ÍUWVS<]}0E4$|$$tXE$U4$ߴuċEԉ$ƃ$ Eԉ$a뗍&<[^_]Ð&UE$O1Ðv'U(]]u}+u ]u}]Íƃ4$4$$s4$tt&uu]u}]rv'US]t4B;t0M L ML[]Ív$P$BfUWVS,u4$Ɔ<$ <$E$ot$1ۍvD$D$y9wፆ0$c$4$GE$},[^_]-t&US]$k bt!;,k t.,k 9t$ $轭Ek []t&0k tɃ0k u$$胭뫉'UD$$k D$" D$k $蒬ÐU\UWVSZ 4o)t$1ED$E D$E$9rރ[^_]ÍU]Ë$ÐUS t fЋu[]ÐUS[l3,Y[Maximum allowed array size (%u) is exceeded& `8RAR_EXITsfx*?/yyyymmddhhmmss.rarYMDHISWAENexe00?*<>|"?*/etc/rar/usr/lib/usr/local/lib/usr/local/etc%04d%02d%d%03d%05d?*<>|"?*HOMEPtr+rww+`p@p 4FileH&  Creating %-56s%.*ls(%u)%lsCMTL` 7Archive& @;%u&X##O O r%%)765)7)77hhhhhhhhijjjpj(j/dev/urandom__rar_%u-%02u-%02u %02u:%02u:%02u,%03u%u-%02u-%02u %02u:%02u????-??-?? ??:??Enter password (will not be echoed) %s: Enter password (will not be echoed) for %s: Reenter password: ERROR: Passwords do not match , [%c]%ls User break Program aborted %s ͢#ФpX 5hW9~<x?i7}],煼/BD7q۵[V9Y?^[1$} Ut]rހܛtiGƝ̡ $o,-tJܩ\ڈvRQ>m1'Y GQcg)) '8!.m,M 8STs e jv.,r迢KfpK£Ql$օ5pjl7LwH'4 9JNOʜ[o.htocxxȄnjlPxqg jgrn<:ORQhك[                                   UOW\??\/??/ %s - use current password ?_Yes_No_All Testing %-56s ? Skipping %-56s ------ Printing %s Extracting %-56s%s%s  %s is not RAR archive Done All OK Total errors: %ld Testing archive %s Extracting from %s ... %-56sFileServiceDirectoryCRC32 MACPack-CRC32BLAKE2 MACPack-BLAKE23.05.0WindowsUnix Attributes Size Packed Ratio Date Time Checksum Name %ls ----------- --------- -------- ----- ---------- ----- -------- ---- Attributes Size Date Time Name ----------- --------- ---------- ----- ----%cB%c%c%c%c%c%c%c%c%c<-><---->%d%% %12s: %sSTMNTFS alternate data streamType %12ls: %lsTargetUnix symbolic linkWindows symbolic linkNTFS junction pointHard linkFile referenceSizePacked sizeRatiomtimectimeatimeAttributes %12ls: %8.8XHost OSCompression %12ls: RAR %ls(v%d) -m%d -md=%d%sFlags %12ls: solid%ls encryptedFile version %12ls: %uUnix owner%ls:#%d: %c%10ls %9ls %9ls %4ls %ls %8.8X %02x%02x..%02x ???????? %-12lsRAR 4RAR 5RAR 1.4Archive %s: %sDetails%s%sSFXvolume %dencrypted headers%.10ls %dEOF %21ls %9ls %3d%% %-27ls %u %21ls %-16ls %u 0 files %21ls %9ls %3d%% %28ls %u%21ls %18s %luDOSOS/2Mac OSBeOSWinCE*<-?->.55555  4T   ..rklljlFl"lkkkkkeeeeeeeeeeeeeeeeeeeeeeeeep @   (08@P`p @   0@`  0@`   (08@P`p@` [:<S>] Set priority (0-default,1-min..15-max) and sleep time in ms Usage: unrar <command> -<switch 1> -<switch N> <archive> <files...> <@listfiles...> <path_to_extract\> <Commands> e Extract files without archived paths l[t[a],b] List archive contents [technical[all], bare] p Print file to stdout t Test archive files v[t[a],b] Verbosely list archive contents [technical[all],bare] x Extract files with full path <Switches> - Stop switches scanning @[+] Disable [enable] file lists ad Append archive name to destination path ag[format] Generate archive name using the current date ai Ignore file attributes ap<path> Set path inside archive c- Disable comments show cfg- Disable read configuration cl Convert names to lower case cu Convert names to upper case dh Open shared files ep Exclude paths from names ep3 Expand paths to full including the drive letter f Freshen files id[c,d,p,q] Disable messages ierr Send all messages to stderr inul Disable all messages kb Keep broken extracted files n<file> Additionally filter included files n@ Read additional filter masks from stdin n@<list> Read additional filter masks from list file o[+|-] Set the overwrite mode ol[a] Process symbolic links as the link [absolute paths] or Rename files automatically ow Save or restore file owner and group p[password] Set password p- Do not query password r Recurse subdirectories sc<chr>[obj] Specify the character set sl<size> Process files with size less than specified sm<size> Process files with size more than specified ta<date> Process files modified after <date> in YYYYMMDDHHMMSS format tb<date> Process files modified before <date> in YYYYMMDDHHMMSS format tn<time> Process files newer than <time> to<time> Process files older than <time> ts<m,c,a>[N] Save or restore file time (modification, creation, access) u Update files v List all volumes ver[n] File version control vp Pause before each volume x<file> Exclude specified file x@ Read file names to exclude from stdin x@<list> Exclude files listed in specified list file y Assume Yes on all queries--0.),---)H,+)+),8+P-p,,**x*`* *)8+))/),,,,,,,,),,,,,./1********************************************1*******************11********s1d1*J101***0e2Y2G.G.52G.)2G.G.G.G.)21G.G.1G.G.)t@(L L $!""D#`$%L%% &'|())\* ++t,--.(//d0012d3X44 667 88H99:;=P>??AABBHCCDERAR_Yes_No_All_nEver_Rename_Quit_Yes_No_All_nEver_Quit Overwrite %s ? Would you like to replace the existing file %s %6s bytes, modified on %s with a new one %6s bytes, modified on %s Enter new name: %3d%% %-20s - checksum error Checksum error in the encrypted file %s. Corrupt file or wrong password. %-20s : packed data checksum error in volume %s The specified password is incorrect.Not enough memory Cannot open %s Cannot create %sCannot close the file %sSeek error in the file %sRead error in the file %sWrite error in the file %s Cannot delete %s Cannot rename %s to %s WARNING: Cannot change attributes of %s Cannot copy %s to %s. You need to unpack the entire archive to create file reference entries. Cannot create directory %s Cannot create symbolic link %s Cannot create hard link %s You may need to run RAR as administratorCorrupt archive - use 'Repair' command Corrupt header is found Main archive header is corrupt %s - the file header is corrupt ERROR: Corrupt data header found, ignored WARNING: Unknown data header format, ignored ERROR: Corrupt %s data block Recovery record is corrupt. Unknown method in %s Unknown encryption method in %s Renaming %s to %s You may need a newer version of RAR. ERROR: %s and %s belong to different sets Nothing to reconstruct Reconstructing... Reconstruction impossible Unexpected end of archive ERROR: Bad archive %s The archive comment is corrupt ERROR: Invalid file name %s Unsupported archive format. Please update RAR to a newer version. No files to extract Cannot find volume %s WARNING: You need to start extraction from a previous volume to unpack %s Unknown extra field in %s. %s switch is not supported for RAR %d.x archive format. %ls%ls%ls ERROR: Path too long Cannot read contents of %s ERROR: %s group and owner data are corrupt WARNING: Cannot get owner %s ID WARNING: Cannot get group %s ID WARNING: Cannot set %s owner and group WARNING: Cannot read symbolic link %s WARNING: Symbolic link %s already exists %s WARNING: Attempting to correct the invalid file name Creating %s Calculating checksums of all volumes. %d recovery volumes found %d volumes missing WARNING: FAT32 file system does not support 4 GB or larger files Testing the recovery record%s Insert disk with %s_Continue_Quit_Retry_Abort ERROR: Not enough disk space for %s.JanFebMarAprMayJunJulAugSepOctNovDecTTOTTTTmT^TOTAT3T$TTTSSSSSSS`STSHSp?? @`A$AHAh@BBBB C, CL 0Cl PC C D D!`L@!Ld!@M!O!@O"O0"0P\"P"P"`Q#QL#R|#R#R#S#S$$PVX$ W$W$@X$X(%PYd%Y%p[%[%[ &]P&]p&@^&^&^&_'_4'`\'`'`'a'0a(aP( c(c(d(e(0e)`e<)pe\)e|)Pf)pf)f)Pg*gL*0h|*`h*i*@j*j(+`lX+lx+l+@m+m+n(,nH,np,o, o,o,p-pp(-qX-`q-u- v-pw,.Pxh.x.y.py/y0/yP/y/0{/P{/~$0L0Pp0 1T11p12 82h2p/p0000P2p223`H3ph3P3 3484`444 5 D5x5505 6d4H6x6P667007T777P7(80P8px888@8`9p(9H9h99099@ :p,:P:p|:::;P<;p`;;`;;@ <PP<<<<P(=Pd====` >,>L>l>0>`>>?@?p???@?$@0`@@p@@A8AXA0AABj@kFkMk O(l@Q\l`leDmepmumЃnAB ISt AD 0=> AB | AAA A (4AB Gc A B LA 8ImAB IIFo AE W A8 $JmAB IIFl AH [ AHXJAB N hXJAB P XJAB P (8`6 AB GB A E ,,J`V AB H AA E \KAB GOA 0 XK6 AB I AAA A $\dN|AD KF A A N4AB WXA N-AB i _-AB i _3AB o $`$AB R C G $0`7AB IFc A0PXN< AB IFF AG 0dO AB Oc[ AG 8W^ AB [H AA  AA @W7l AB IO AAA B  AAA H ,@\fAB G[ A B |A ,p\]AB Go A F D A C ]-AB G]A ^AB P ,^AB GS A B |A 4,_fAB IF^ AG K AL 0Dd_ AB L@ AAA F cAB D HcAB G{ A B d A C V A A V A A vA $cAB Gg A F 4AB GrA (pdrAB IFH AE 43AB o d7AB o 4d  AB LIbf AG ,h AB L~ AAA H 4<pR  AB DJ AAA F 0t| AB L AAA C (AB IES AC 8tAB I` AAA A y AAA D ( HAB ILj AE 8D rAB CHZ AAA E ~AAA , AB lO AAA G 0 AB S3 AAA D $ JAB DGyAA ( !ĘQAB HD~AAA ,8!/AB LV AAA H h!AG y G ,!tAB IAAA 8!ZAB E AAA F FAAA 8!bAD Mw AAA D NAAA (4"LAB KAAA $`"4AB HfAA $"؜4AB HfAA " AB D " AB D ,"МAB K AAA E  #PAB O @#P AB D `#@AB A #0 AB D $# .AB M H U (#(fAB G^zAAA (#lAB IAAA  $LAB G@A D$,'AB c  d$AB z ($AB ` (AD X  (-AD J\A (([AD W} A$)ܹ7AB IFc A8<)AB DC AAA H NAAA ,x)x@AD Gd A A LA ,)rAB IFLw AB 0)غbAB IFg AF ` A$ *PAD Ks A D $4*<8AG O A ] 8\*TAB I AAA B NAAA $*ȻGAB IFs A<*AB IFNa AF l AC +!AB ] , +,AB L AAA F P+AB D p+AB T $+&AB T A M L+AB DCc AAA H S AAA B  AAA E H,AB LFF AH  AG P AG T,"AG Y t,7AB s ,,AB IFjz A ,LqAB GeA , AB D -AB O (-MAB ~ H-eAB a @h-AB Sb AG  AF O A(-AD H AA A -.AB j ,-AD K AAA B (.x AB D $H.hSAD Rz A0h-- AB IG AAA A . AB  ,.AB IFFF AI (.|AB IO A< /PAB I AAA A i AAA F `/AB A /&AB b /AB T 8/AB SOK AG F A/TAB V 0TAB V <0TAB T (\0T]AB KIE A(0AB D AA A 0+AB g 0AB A 0AB L 1@AB | 41 .AB j $T1AB UAA 4|1LAB O_ AA A AA $1fAB L{ A E ,1AB L| AAA B 8 2gAB T AAA G cAAA  H2GAB GwA  l2AB GA 01N AB ILk AA 2 AAB q A 28)AB e 3H)AB e ,(3XaAB a D P H ` X3;AB w $x3iAB t I d (3AB IFV AA $3d2AB IFZ A 3|(AB G\A 4AB K 84xAB N X4H-AB i  x4X1AB GaA ,4t_AB GR A C }A  4?AB GoA 04JAB LGP AA \ A,$55AB JL A F OA  T5?AB GoA  x5bAB WFA 543AB o 544AB l  5T8AB JeA  6p@AB JmA  $64AB JaA  H6@AB JmA l6"AB ^  6-AB G]A  6@AB JmA 6"AB ^  6 @AB JmA 7("AB ^  878-AB G]A  \7'AB G[A  7&AB GVA ,7-AB GK A B SA 7 AB I T77AB Hy AA B Z KA B p AA F f AA H \AA 0L8[AB Vn AH I A 8XAB GLA $8 RAB HgZA $8DYAG MAAA ,8|FAB O} AAA A <$9AG Ig AAA E F AAA G ,d9AB I( AAA A (9 AB ISz AF ,9`|AG L AAA A ,9`oAB [d AAA A 0 :AB ` AAA A (T:AG SAAA ,:@AB Pf AAA A ,: $AG J  AAA A : $AB GXA ,;,UAB GU A H kA $4;\"AB W F A \;dAB W $|;dGAB Pk A ;/AB GcA ,; AB V AAA B ;x8AB t <<AB IL AAA E ^ AAA G ,X<xAB Mu AAA A ,<AB W6 AAA A <( MAB I (<X AB LAAA ,= -AB I AAA I ,4= AD NAAA ,d=&AB CDAAA ,=\AB DCNAAA (= AB CC AA D ,=gAD JCQAAA ( >0JAB IzAAA L>T AB D 0l>D"AB Ga^ AAA D ,>@AB FDAAA ,>zAB V G H H I (? AG IGq AF $,?AB NAA  T? DAB GxA (x?8qAB LF| AF 8?AB IFF\ AC x AG ,?0AB OB AAA A $@AD I B D ,8@lAB WFF AA ,h@AB Og^ AH ,@sAB I AAA H ,@AB ZFNp AF ,@AB LFI AF ,(A8AB O AAA H 0XAnAB LFc AG h A,A$ AB LFI AC $A"=AB a D P 0A,"AB CDL AAA G ,B#ZAB RJe AC ,HB$AB OHmf AB <xB&gAB S[ AF X AG I A0A& AB II} AA ,AT' AB H\ AA E C'|AB JiA <@CP(bAB O AAA B  AAA C ,C*MAB IFOg AG $C+tAB PQ A C CP9AB u <C+IAB LFUd AA  AC <8D-AB LFS AE B AE 0pC0 AB I AAA A 0Cd1< AB Lx AAA F 0Cp2e AB OLW AB 0 DHt AB R  AAA H ,HEM!AB Lh AAA A <xEXOUAB L AAA G  AAA G ,ExU*AB E AAA H 0Dxeu  AB Ll AAA A FnAB [ $RAB IIU AE ` A,tO̚XAB IFMn AB 8OAB IUY AE ] ADO`JAB I AAA E q AAA E DAAA <(PhvAB I AAA B y AAA D hPAB K  PAD KLA $P5AB DkAA P AB D ,PAB L AAA D ,$Q\<AG f D C C C (TQlAB LAAA ,Q AB KHa AAA F 0Q>AD Hh AA A CAA ,P AB H AA E ,R AB IM AH (DRܣ&AB LAA (pRAB I AA K 0Q AB IK AAA E ,R@AG O AAA E ,SAAB ^C AAA A L0S AB I AAA E  AAA A u AAA A (SAAB IqAAA ,SAB L AAA D 0SAB KE AA K aAA ,T,AB Ll AAA B L@T-AB LE AAA A  AAA F B AAA K <T AB II AAA H  AAA A (T9AB IS{ AE HTAB L AAA F J AAA A  AAA A <HUxqAB I AAA A AAA (U9AB IS{ AE U9,AB G`A @Th AG Lm AAA D  AAA B @U{0 AB I AAA A D AAA A 0XUC AB I  AAA A <VAB M AAA A  AAA E (V8AB ISy AG $W 9$AB R C G ,(WAB I AAA E XW8BAB GvA (|WAB Ha AA B ,W(fAB Ix AAA A \WhAB I AAA H  AAA A F AAA A  AAA A 88XAB L AAA D AAA ,tXAB L AAA G DXL"AB S B R F J F J F Y G J X7AB P 0 Y7AB GP A E m A B @Y08:AB GjA ,dYL8AB SY A H A ,Y8AB CQ AAA E ,Yl9AB W AAA F 8Y<;AB MGGF AC z A0Z;AD A 4PZ;AB LRW AG e AB 8Z<AB [q AH B AE ,Z|<AB LSg AF 0Y<>b AB L AAA A ([@AB O H[@AB O h[@ AB E 0[@AB HS AA H \EA ,[DA.AB LFHf AD ,[DRAB If AAA C 0[RM AB L% AAA A 4P\TAB Km AA C  AA E X\UMAB LFLL AB  AH O AH  AA 8\XeAD N{ AAA G IAAA  ]p\2AB GfA  D]XAB GA ,`\(Y AB HZ AA A ]8\3AB o 0]YAB GJ A C W A H (\Z AB Ku A A 0]Z AB I AAA A L^[$AB ` l^[$AB `  ^[ AB GTA $^[1AB DDcAA (^[vAB WXFx A8_L\AB IFIA AC ] A@_\"AB ^ 0`_\fAB LFW AC t A$_\AB QmAA  _D]KAB PvA _p] AB D ,``]AB O AAA D <0`_.AB OK^ AD Z AE p`a3AG LYA `a AG A `a6AB n `a6AB n H`aAB IOw AE Z AE  AA @ag AB D $`agBAB M H i ag=AB s agQAB G  aheAB HXA adhAB Q  bdhbCB \ ,,bhAB L AAA H 4\bDiAD KR AA D } AA A biBAB UhA $bj-AB IGU D b jAG HCA cj'AB c $$c,j>AB IFf ATLcDjAB Ig AAA B [ AAA B j AAA C JAAA ,c k:AB K! AAA A <clAB I AAA G J AAA C (dlqAB N\AAA H@d mAG NK AAA D  AAA A TAAA (dtoAB LAAA Td8p AB LFI[ AF y AF S AD 1 A$eqYAB LI A88e(rAB LEIM AE N A(telr_AB FMFAA erAD P 8ersAB IO AAA B OAAA DerAB Ld AH j AE n ADftAD P $dft1AB IGY D f4tAG HCA f0t'AB c f@tAB P  f@t:AD JiA  g\t)AD D^A $8ghtAB HAA 8`gtAB DEn AAA C QAAA ,g4uAB F] AAA G (gu\AB ILAAA @guAB IF^ AG U AB E A(AB KmAA , vqAB IFGA AE 04u AB IIZ AA pvp<AB GlA v,AD f 0ul AB I AAA A <vAG Ig AAA E  AAA H L vHZ AB I_e AG  AI  AH HxwX1AB IEUo AB j AE U AB 0vL@ AB IQ AA <wAD ID AAA C ( AAA E 8x8 AB D $XxFAB T A m  xAB auA x<AB U x< AB \ $x<9AB J A C 8xTR AB LN AA A D CA A $Hy-AB EbAA (pyAB IAAA (ydAB IAAA yAB Q 8yAB I_K AA x A$$z\nAB Gy A D (LzAB IAAA $xz8wAB G| A I z8AB t M5&FPh}}}' X0I 8Ns"49; wa?37[%>Sk}    R!/=M5'Sao}$):\ C]qY ~   F` a &        '  NE($ E   'Qq)d'n!-":-# --LzzIi&4BPsR!/=M%Uc%n.<JXi~9T:& ::y | ,,,],,,f , ,!!,",",##?,$,,,,1N  #&  !O3P)V ! WqG,g&4bX$h*8FT\zuJ` Zn>`  & -    IY i FHR&7&&:&&& & &  & $ &&&&&& &#%#&$$%&Hm}EvX`EQ! y    2MmT"XoE _qLi! ,Z2Fgymoy h |o a  x0Hooo Ηޗ.>N^n~Θޘ.>N^n~Ιޙ.>N^n~Κޚ.>N^n~Λޛ.>N^n~Μޜ.>N^n~Νޝ.>N^n~Ξޞ.>N^n~#Iw0*XZWǓF\B (>VGeq{][C,kK1}Sr $|Y֍/y=®an6s9^i7? QLc3x)Hˇ F aNo[o0j 00Hs xx |hh0wL||ll v\\ z Q      " 8 @& 8D 08Trar/rar_static0000755000175000017500000454225012560111266011243 0ustar zzELF4 4 (==66\DD664QtdRtd66 GNUGNUviM؉V}̃,@*@*@* @*@*@*@*US[xtn~dX[%@h%@h%@h% @h%@h%@h%@h1^PTRh! h QVh0US=NuTNP6H69sNH6N9r踠 t $<N[]ÍU tD$N$-9T6tt $T6UEf@@@@@@ @$@(@,@0@4@8@<]ÐU(]]uu } <$D$Ct$$ ǃ ǃ$ ǃ( ǃ, <$i$ <$D$7$ t D$$L$Q ؋u]}]fUS]E D$ $` CD$$Wǃ0 ǃ4 ǃ@ ǃD ǃ8 ǃ< ƃ ƃ ƃ Cǃ ƃ ƃ ƃ ƃ ǃ ƃ ƃ ǃ ƃ ƃ ƃ ƃ ƃ ǃ ƃ@[]ÐUS]t$CC[]ÐU(]]uE SC9ЉCv,K u2t 9Bt$$^tBs]u]Ív9vʉL$D$$]$[SC랉E$ZE몐UEU 9PrPf+PU @u$6$8t$ |$D$$a>4$D$D$0$J D$0$2Ju 0$1 $tGt$Gt$Ft$`Ft$Ft$$T$J$[^_]Ãt{tD$QD$$VrR뱉Ɖ׉$$JWR$$Q$WD$$V"R^$uQ$D$sVډQ$2Ut$ÍU8]]}} us;sr1t]u}]f$U褀 UDCtʉ]u}]fU(ED$E$xEÐfU(ED$E$X1uÍED$ED$E $ Ð&UWVSu} FXw VTFXF]E|$4$D$jt&yVXt JTNXV[^_]Ð1ߍUE@]ÐUWVS<E]u E׋CXw STCXC}|$$Ot-t$Eft}t8D$4$l~ uȸSXt JTKXS<[^_]fD$4$TƐUEPXw HLPX]ÐfUEPXt JTHXP]Ít&US]C$CCX[]ÐfUS]CCC C$CCX[]Ð&U(uu ]]}D{4$} $D$t$<<$F} C]u}]Ðt&US$]E$EEEE\$KED$ED$E$t.E \$D$E$E+؃$[]ÍvE1؃$[]ÉËE$,US$] $EEEED$E$E$D$ED$ED$E$E$[]ÉËEs$US]t$CC[]ÐU(]]uE SC9ЉCv3K u:t 9BD$$GtCs]u]Ít&9v‰L$D$$U$RSC떉E$RE멐UY$E]DÍ&'UE]DÍ&'UWVS,u] &t:>‰$謵E$螵9Et9,[^_]f,1[^_]Í&'U1WVSU} t=EÉ$J$=9u)tmtEʐt&1[^_]Í9}[^_]US]$Nz x uy؃[]Ðt& t t݃ t؉؃[]ÐUS]$y x t u y؃[]Í&UE$.ÍUE$>ÍUIUit ҉$ UEit t&IÐUE]0  UU]   Ív'UU]BA Ít&U1WVSU}  tt;Er  tt]ɍqЃ v^Yv^Y1w7JYЃ vYvHY7]1ۃ}F u[^_]Ít&뷍vW몍Yōt&'UWVS]U} ۋ 1u  tt]qЃ vbYvbY1w7΋JYЃ vYvMY7]1ۃ}F t9Ew[^_]Ðt&볍vW릍Y1 UW1V1S M t~U1uU썶Mуq0 YWBރ JWr0UB΅t9}v U:L:utu9uvULu9E wuMtUut}t ] [^_]ËM9ڍ&UUS vfЃ w[]Ít&UMt#1~ v~Pu]Ð1]Ít&UMt& 1_w _wPu]Í&1]ÍUu t&Uuu]]tFD$E $D$D3؋u]]ÍvUUE 9tU Et&Í&'Uuu]]tE t$$D$v ؋u]]ÐUS]$U)…~E T$$D$؃[]Í&US]$t U)…~E T$$D$t ؃[]Í&UWVSlEu] eU1҉E1Nv4$\$D$ D$ ,4$\$D$ D$ 0D=Ɖ tBx;}rtMuZ9uUEe3u l[^_]É% t&U1WVSu] Pf4$\$D$ D$ |4$\$D$ D$ 0Ɖ t@x;}rtM fZ9uU[^_]ÉƐ&USNNv N1ۋE N\$D$$9ǃ[]Í&UWVS E]  u f t t}11ɉ]}tJ"t5]t9Mv ]u׋]t [^_]Ð"t֐ E  ]u뢍t&}t9MvU"띐t& 1[^_]Í&'U1҉WVS Mu11u%t&t |%W֋UUPЃ wvPЃ v-tsuw)E9sj9s4E }t&<:9r}׍\;}WUu ElE;]s(%}OGEU uuӍu  [^_]ÐUS]$p t&M))щME[]fU1Ut$ D$.$q Í&U(]]uu }}tL tF$tt0|$$D$}}u u]]]zf]u}]Ít&'UEtuÍvU D$C$T$Q UE$1tE $D$%Í&'U1UtD$L$p Ív'U}/]Ít&U1]É'UE$1É'UE$ÍU]]uu $l t*|/t#9sE X]u]k &]u]Í&'US E$D$D$I$D$iE $D$D$E\$D$E$  []ÍvU(uu]]}} t,$i\$<$)9Ft$m ]u}]Ít&'UWVSDLHƅG+`DЍXD$T$$RXtV1ƅPƅT%u&TWXt{ƒ}uփXTu]$EE9ED$$L$,DžX+D$XD$P$UؾtB֋])غ$I)))ÍzMED$ D$D$D$X$ ED$ D$D$D$^$ ED$ D$D$D$d$ ED$ D$D$D$j$q ED$ D$D$D$p$D ED$ D$D$D$v$ ||$D$ D$D$$ Et$D$ yiD$D$$ ED$ D$D$D$E$ HD$ D$D$D$E$l U1׋X ҉t=\1uZt{}uދƅuꋅXDžX111 vʋX~{}t؄uԈ<$n$D$g <ǁEX$<Lt8/uCt$\$<$Ee3ur]u}]Ít&t׍t&$D$ t"t$|$$Rt$<$|ƅ fUE]8/fUE]8/fU(]]uu }$;\t]u}]Ð{\uCD$\$o\ tՃD$\$X\ tD);Es/<\$4$D$^ >]u}]Ít&11f$\ 뺍UED$;]uu $_ 1tC$t]u]Ít&UWVS쬲E} eU1]9tUD$<$T$<$wdM9ljsB1t&309s#$u019r݉dM<$1tVUe3dMĬ[^_]Ít&ED$<$D$<$<$dMuD$|$$=D$D$$m$m\$$DžxmhMDž|mDžmDžmDžmDžm v$-mD$t$$Ft`D$$0D$t$$,tD$$jttUt$<$T$:$-m$r&dMQ Ím$$MƉ$, UWVS"E}爅f$ tTED$$D$UE<$}uE \$D$E$SČ"[^_]ÀuփvыE$D$$D$UN؉<$k렉'UE ]Uu]ut4t.9tt$D$$Z tD؋u]]ftt$\$$LfUE]] uut?P1v ]u]Ívt$$D$I]u]f$|t(t$ \$D$$]u]Ðt$D$$ufUW1VS,E] uEEEEt$\$<$D$ t%t$$Et$$D$}u ,[^_]Ív$Xu뤐U(uMu ]U}]9}d]u}]Í&~61 tdkd\$L$ $T$]u}]Ív9r1 tfU1(M]]}Uuu tdkd\$L$ $T$?]u}]fUWVSL] EU}EUEȉ<$ EEȉ]܅t&mK]ܾUЉ|$]$\$E|$$D$U9u܉U^9]wXvEEEЋUD$$Uԅ~oE؍tU|$ET$$w9u]؍^9]vUEẺ‹Ẻ$UĉD$UԋUĉUỦU|EEUЉ|$$T$ EȅmEȋUЉ|$E$D$EȋUȍt9u܉UE뢐E뜋EЉEL[^_]驰L[^_]$5,nU$)D$$@D$$ZÐUEt EÐUS]CtE[]Bf{u[]ÍCD$$g,CfUWVS<]eU1ҋu Eƅ{ǃ u ƒ1ҨD$|$4$w<$T$ tz%gD$<$3CC CCD$t$$Ue3<[^_]fyqD$$蛳 tVmt&D$|$4$莿t&k[8t&C1C Cc<$N1Tǃ ? &'UE(@@@@@ @@ǀ @@@]ÐUS] ESPSPSPS P SD$T$$C[]Ðt&USE] D$\$$R¸u\$$-1[]ÍUE D$E$tfE E<(U8uu }]]eE1D$|$4$ýuE<$D‰D$FCC CCCD$t$$mCUe3u ]u}]W USE] D$E\$$0¸u\$$+1[]ÐUED$E D$E$tÍvE E&t&US$]Ct {tCC $[]É$CC u(1{t׃\$E$(E$[]ø밍US]K uSt$`{u 1[]f][]UEP(t"xuxuEt&fÍUS]$][]qU(]]uu }t$$M u#t$$D$ ]u}]Ét$$uˉ]u}]Ð&'UWVS,u]{ CSUM D$ t$D$ $9Ɖ{ K ED$$D$L&tC$]C돋ED$$D$(1C,[^_]Í&CN$I D$u$)C*C$A룍9sP$UP}؉M+EUD$ D$T$$U91NUVS]{ toC{uN$^CD$D$ ED$E $MƋC$¸Dƃ[^]Ðt&$CC롍&KC늍UWVS<]EE{}CEU |$$T$0u0{ǃ t {ucC t${|$$ '<[^_]Í&E$EԉD$$u}$PE؉Uit&E1t1t& 1EUD$ D$T$$QE$)=G‰D$E D$YD9}wCU]Ðv'U(EMED$L$$R EÍU(E D$EED$E$ZÐ&U1]Ð&U]Ðv'U1ɉVS0E eU1ҋu]t P1҅t S„th$҉u[D$\$4$ѶD$$菧 Ee3u-0[^]Ðt$l$^ UEEv'UxE@$UT$$D$u ED$E $ÐU8}}]u<$PËD$ D$D$<$P<$P\$t$<$EUD$ QEU]u}]ËED$ \$t$<$RE$fU(]]uU}u }Kt@ttt?$1CT$ t$|$C$.]u}]Ít&$P뿍&'USE]UD$ E $T$D$Iu{t] E[] []fUEP1t$$. ÐUWVSLEUEEEȍE؉Ủ$EED$UȋÉ5 E11}uv}EȉEZ}E |9EsEU؋MUԋD$Eԉ $D$R tUUԋM D$T$ $׀}tA}tE멍)]Umt&}nE؅t$'L[^_]ËU؉Åt$ $U(]]uE SC9ЉCv,K u2t 9Bt$$~tBs]u]Ív9vʉL$D$$<$ SC랉E$ E몐UVS u eE1ED$\$$YEE$D$Ф 1u"N8Ue3u [^] t&'UWVS, }E ƅ1Džƅ &)$O9D$ |$$T$ DŽD$D$$ƅuG$PT$$I $0&$hD$- ƅ#t, [^_]É<$p$fuD$D$<$ UEE&'U1]É'UVS(eE1ED$t$$D$\$4$T$EÉ$蒡 1҉1uMe3 u Ā([^] t&US$eE1ED$\$$^D$$ Ue3u $[]/ Uh@uu]4$$t$$DžDžDžDžDžDžD$D$$.$0]u]Í&4$]u]ÉƉ$4$t&UE]%=@Ít&'UE%=t=t= ]Ðt&]ÐUE]%=Ít&'USeE1ED$\$$螭D$\$$脞 u$@D$˟ Ee3u Ą[]Q UE]%=Ít&'US$EeU1҅t*D$\$$D$$I Ee3u $[] USeE1ED$\$$莬D$\$$t 1DUe3u Ą[]M 'US$eE1ED$\$$E $D$_ Ue3u $[] UWVS E]$> $EE$$Ɖ Mb111ቝ i)‹U ;t&tq|$$= E$t] eBD$t$D$D$ 2D$D$2<$ <$ > ;E rEE [^_]Ív'U8eE1E}} ]uD$\$$mD$t$<$Yt$$MUe3u ]u}]* v'UWV1S$D$2D$ D$2D$$ ؃5 tD0D$D$ .$t$ D$D$2<$<$u|$$[^_]Í&'US$eE1ED$\$$$Ue3u $[] &US$eE1ED$\$$辨$F Ue3u $[] &US ]0Vt0$t¸u$a []Ð&UWVS\`4$ED$ \$D$$\$4$DžDžĿDžȿDž̿DžпDžԿvD$\$4$<t8$D$lj$9 tD$<$9 t1f4$\`[^_]ÉÉ4$$t&U(A}} ]uu<$4$\$1ۉ$ht؋u]}]Ðt&|$4$?t׍ $$ D$t$$u11ۍ$ $s؋u]}]Ít&D$|$$Vt$tUT$$D$] x$K(T$$D$1 XEU3,3( >EU3U3E *Í$ $$ UXXeE1E]uu}} \$$D$\$t$D$ D$D$ $R Ev_$)8 D$ t$$ԧOԧt$<$D$Ee3up]u}]Ðt&D$t$$莤 !%tDJD)T$t$<$,E t&UWVSEMU }E|UeU1҉ $Ppt$E É1E u&D$ D$D$$PDžDžDžDžD$$H\ $z\$l\\|$D$$R]|$D$ $8]E DžDžx t| D$ $D$R uFxt7\$t$ $T$D$$+֬|t|$D$\$\t|$$D$\5 )t&vE |t\ $_|tJED$ $\EċEȉBẺBEЉB EԉBE؉BE܉BEB $Z\$Zt$謏tpL$D$ T$ $PEe3Ĝ[^_]ÍDžDžDž$DžDžDž$É$Y\ $Yt$ώtpL$D$ T$ $P$ 뛉륍UWVS,A<$fED$<$D$<$OE؉EEEED$$ED$D$$y|B11ED$<$D$9|9wD$ D$D$<$<$6<$E؅t$_Eat$u+E$É<$S,A[^_]Íރ^É<$$eU؉Åt$ԌݐUhEEEEE E̍E$5ÐUWVSLEUu ]EEUU }$EԋMԋEUU(ɉE؈Ut Et&$td1UD$E؉|$T$U\$D$ ET$$it-txuD$$W$uv}t#|$\$4$tGL[^_]f$D$]L[^_]yU1t͋UL[^_]Ð$D$}] uL[^_]t&'UWVSL E$/ U$UǍD)t&@BtvU|$ \$T$D$D$D$ D$D$4$ 4$LuE Ut$D$$貹L [^_]ÁL 1[^_]ÐUS$]ED$ȍ$1t EU$[]Ð$($[]fU8]]Uuu }}ȍT$ Ut$|$$Ut]u}]Ít&u u}}]]U]fU8]]Euu }}D$ ȍt$|$$;tE]u}]Í&|$t$$p]u}]ÐfUEƀzv'Ut$ÍUVS]htt4$$4$čt$R ȍ$8$8 $躾][^]Ɖ$4$ƍ $芾މƍ8$މƋ  ȍ$ȍ&'US]$][]Ut$އÍUt$辇ÍUE $+ ɍD@ Ð&UU2u 12tT$$`Ð&Uuu]D$^$D$A$D$D$詶$D$I\$4$D$]u]Ðv'US] D$ 11+$D$T$Q$D$ET$ D$3[]ÐU]ÍUWVS,]u $9 hE$º8E$ȍǃǃE܉$Lǃǃǃǃǃǃǃǃǃǃǃ ǃ ǃ ǃ ǃ ǃ ǃ ǃ ǃ ǃ ǃǃčǃǃǃt$ ljƉ$$׍dC1ǃ1ƃ2ƃ2ƃ2ƃ2 ƃ2ƃ2ƃ2ǃ 2ǃǃƃ2ƃ2ƃ2ƃ2ǃǃ1ǃ1ǃ1ǃ1ǃǃǃ rǃ$22ǃ(2ǃ,2ǃ02ǃ42ǃ82ǃ<2D$$HǃD2ƃ"2ƃ@2ƃƃ,[^_]ÉƉ$`4$Ɖ<$ E܉$E$E$뭉É琐&U1U SMt9Rt[]ÃvYEtBvM1auyru݀y!u׀yuрyuQtt1뭀y~uy^u1뙍t&Uuu ]]4 9w*s8F$ u0 4 ]u]Í;0 r]u]Í&'UE SUtX[]Íǂǂ[]ÐUSED$ 11$\$L$R[]ÍU E$U t$|$2tكэQ1Eы,21֋(2|&~ )(2,2$t$|$]Ð9wǀ(2ǀ,2$t$|$]Ð&UUE 2tكA1E]ÐfUEU UU]ÐUSUM 12ttX12tEu@2u.Z\$$-cU\$$/SU[]fT$$,-UD$$YfT$$+T뮍T$$-T뎍UWVSE uEE8 0 @ EEU]uEEEčEЉ$,UD$$iEfDžhC ML$$}E utfUft^Et:~3)vED$EЉ$*܋E؍ f hE\ŰtŴEEUMЉ $T$UhhfՈPtLEĜ[^_]ÐE$ wD$EЉ$xEQE$}막ËEa$ &Uh]E ]uu}E4$eE1r$ D$4$D$D$D$4$}D$|$4$VD$E|$$S$ D$ D$E$REEe3u ]u}] ËEt$UWVSL] ED$$EeE1EEEEƉD$Eȉ$VEȉt$$D$slj$|$D$$uD$ t$$>D$Eĉt$$QEȉ|$D$Eĉ$QEEe3uL[^_] ËEj$fUWVSL]uЉ4$D$D$4$1@ƒAE‰ƒ@E‰ƒ@D$4$E‰D$@ucA@)@tBD$4$D$^E t$D$E$(EL[^_]Í@EĉNj!%tDWD+}D$4$|$Eĉ|$4$D$A:AEĉNj!%tDWD+}D$4$|$xEĉ|$4$D$E@BD$4$D$>ËEo$UWVSL E]4$E eE1vD$D$4$ D$4$D$@D$4$D$ D$ |$$9!%tDSD)\$D$4$3\$|$4$t$D$$E Evč$D$ D$D$Rč$Rkk( $k$  k U 4 D$$UM$D$ T$L$P$D$D$ D$D$$D$ D$D$PĜ[^_]ÍL9Eƃ kP96&E ER,EA2U2fu D$$"1ǃ ƃ U/v D$$ޟ9(2[EF}1$t$E$2uUMċčL$$P$X>D$` D$d>$($ ( D$T$ , 0 $T$<HkLkIME 4$L$D$$(bt$E$>ËEƺ$nËE$$YMÉ $̰$Dt&UWVSlE}u ]$D$UbtUƂ Ƃ < 1t& <x*9wEEEEf{EEEEEEEEE|$$j}TU UЃҺEU9ÉUU11]UċUUU։u]]4uĉ9EwMEă18!uĉ4$XÉD$E؉$bE؉\$D$Eȉ$:WEȋuED$4 $ ED$D$D$\$D$ t$$E\l[^_]Ít&E~ f1ɀ~M&E؉|$$bE؉\$t$$.gEEȉ|$D$E؉$SMUȃ1U]ă$IƍCD$E؉$aE؃t$D$Eȉ$YU]1]qËEm$~ËE蛸䐐&UH}}uu؉]] EEEED$t$<$(ED$4$EzEԉ$D$1t*ut$D$E؉$Tt&CD$D$E؉$R$$D$zE]؋u]}]Í1ߍt&CD$D$E؉$xV릉ËE$|t&U;}E }]uD1eU1Ҁ2u#Ue3]u}]Í<$P1É?@D$ 2D$<$T$P<$L2- f@1-0-15@$迗1ƅ-<@D$|$$D@|ƅDžD$D$$ @`L$$@`D$D$$"ƅtt0D$ 11<$T$L$P<$#>u2t }$D$ 11<$T$L$P2@2t 2u<$P֋1Ë1Uԋ1EЋ1ŰEȉU;t&D$ 11<$T$L$P<$:=u12t \ 2f|$|$$:AL1[^_]Í&E؉$EEEED$a<$PU܉Eċ<$T$U؉T$P U1ۉ}Љ+EčH&9}8Ru)ډT$$M"MtӋU1u-~)~$}9RuySuyFuyXu&}]ċ 2D$ \$D$<$P1U؋ 2莥112t  2EЋUԉ1Eȉ1Ủ11UĉD$ \$t$<$P2t2_GD2D$<$@GD$$}v1}詤1fD$T$<$P uLJ cX<$PD$ <$D$T$Ӌ1|$$;d1tUD$<$T$P [ED$ \$t$<$RE$+iËEѣ$i&US]E $D$~1u[]ÐD$$¸uލCD$$8$1[]Ív'US]E $D$6u"2t!E E[]A[]f\$$85ʐfUS]E $D$}]E []sUhEEEEE EE$ÐUhEEEEE EEEE$迗ÐUEU 9PrPf+PU ,RU8]]uu}} Ct$$EIEu]} uE}]OU]]uu D$$ICL]u]ÐUt$N)ÍUSd](td[]Ð(D$CD$$4t(uB$Y}E$EEEYD$$ƀ-d[]fU]]uu t-t]u]Íu]u]B&4$B뽍v'UWVSl]eE14$\$h1ҋ 291$D$4$m$$|ED$D$4$j4$ if4$h111ǃ11222@A9}1f:t$&Ue3yl[^_]Ðt&91D$4$llD$$fEǃ4$$h4$hǃǃ4$g4$g4$glj4$xg4$gg̀4$Sg<D@ 4$$ D$<$D$ƃ=9Ns Í $$ZUWVS ] UEe M1ɉ`ST+E;Cr<)ƒCv2`` APL$^ u"Me3  [^_]Í&sK9t)΃|9vwčd$m^lj֋C`DBt*PvjdCK)ȃkt uՋ`@$ ^XGX`BPwd+DDž\Xqh$vt&XPD$$ƅoZt&LJu $D$K11pt<$D$\Ë1ptu11 : OOEƉpD$$V$ppB BQ Qƒ   O 7 7Ɓ 1ҋpÁ 1҄Ɉ u ٺ⋍p  4$GFpB4$6FX4$EpBǂ` 4$ Fpd $ED$EF $~E0F4$EfH4$Ep Bǂ t/B<< pǂ t&pAǁ <<t pdž pǁ l1Ou pFpB   XpDžP@@11DžT p1ҋFډH XL 1PT@P T tdžP džT Ht$=F؉X\$$EOƄ pA p@ D$\$4$(1pD$ $ HT$T$1MH<$L$_p<$t$^t%pD$ $ D$DpD0 t$$Up@  Otp<$L$(pH L 1 1D$$aE9t*Ƈ2D$$zo fD$ $E9tGytf4$>f-f$p00t0x0|000f0$A>0 $->0P.j.T.X.\.`.d.fh.$=fl. $l=fl.fn.v fLJl.f=v fLJn.l.4$D$p.D$>n.4$D$p/D$>l.Ƅp.n.Ƅp/o0000000f04$<04$@<04$2<04$t<00000000f04$;04$;04$;04$;04$;f=f06D$0D$$0=0Ƅ0LJ ƒ¨҈$h4$:$2FLJ-u- ---$h:f-$3:- $:-4$+:f-&<$PË։<$PD$ D$T$<$QDžpƅX<$QXDƒpXu؋D$ \$t$<$PXs@<mpǀ XpƁ D$$u$( ,04$8f8 $8,<у22@2€22u f8@222$<8DDž@DžPP@؍ DPt 4$7D$D$=JD|T$ $eHtDžXt5)1$*7 9X׋D|t$$HPPPDpD$4$ HD$8pr Z +XFE~\ t$$pt$ 4$D$A8HD$C$諘pZHD$$脘Ƈ2 $B6ƍ$26p@XTDžP @@ 1J $5GD$D$$Ƈ21A%=ǁ ǁ hpƂ 1$i:! t€DЍADȋp҃) D$XD$t$$)ȍ D$ L$><t <vepǀ eHGD$$T$pdž .pǁ fLJ0p1ҋ K C CC  <$PD$É։T$ $T$9?D$D$ $t$\$t$ $T$>9p^%:H pX \$tK11fE֐1f1EEffyu<[^_]Ð&US]$8ǃfǃeGfǃ!fǃsfǃR[]Ít&UEǀƀƀƀM]Ð&US]EM t0&(u[]ÍUWVSUEM f4ځPf]f)f3ff3U 1f 1ff0my[^_]ÐUWVS EM U1҉}<3|3|1}}|1}}쉸u [^_]Í&'UWVSlME eU1ҋEƋV]3@1։U]1lj}}W 1ډUĉ?E؉}ԋ}}܋B EE!]uuĉEĉu֋E 1؉9 9%  ‰3E3U9 9m  3E}7}3U3GE3w3G EԉD$ $Ee3ul[^_]95 &UWVSME XEU31p@ U䋑]]3E1ЉE"&]uuEu֋E 1؉9 9%  ‰3E3U9 9E  3E} 7]3U܉3CE3s3C ] M[^_]gUWV@@S]E eU1҉H$HdD$T$L$ T1򮍻ǃyǃm?ǃ5uǃ#уDxb1t ftDžLD1HL9T9+L%P9tQ4 84  %49Pu9DcLL;DtZDD9wƄd9v1dD$$9DwMe3 u*[^_]ÃDuff~1 t&UU ES []Ð&UWVSEU]MHE @eU1ҋHD1ۉL?i0H@8L$$?8Dtz,t{HD0u_i0HB R UԋPU؋P@ U܍EB R UċPUȋP@ ỦE,t0,LL$D$$$V~DۉLt#DLSPL(1ۉT$ˎPt&L(T$ $D$D$ 迎(D$ D$D$${?wP'T󥍍l$D$L$\|؃T5X(D$$D$XH@EԈUՉE׋\U։E؈UىEۋ`UډE܈U݉EߋdUމUˆEUEi0ȹ󥋝HDfi0҈ ,Hi0Uԉ U؉U܉UUi0Uȉ Ủ$UЉ(D$$:?]čuԉ\$D$ D$Ht$$}sD$4$9D$$9Ue3u.[^_]Í DPQP, &'UWVSEu }E eE1@I1d69w?Vt&6?v􍅌$讑$D$@\$ED$D$$őED$$z $Ft1\9u?wf3\?vD$@\$$RD$ D$$2 D$$Ee3[^_]Í$衐|$}ĉt$ $ِ|$$蝑$j$D$@\$蠐ED$D$$聐ED$$6 $d$f* t&'UWVS E]uċU} eE1@U D$ D@FÉD$ED$@$$ @Ƅ@ƄAƄBƄCD$E \$ ]t$D$ $EċDž8Dž<EEȉ,0DžEẺEEЉEEԉEE؉EE܉EEEE$$4($1tt&UE T$ D$ t$D$$HEEċEEȋEE̋EEЋEEԋEE؋EE܋EE10 u;$rEEBEBEB EBEBEBEBt+4($@$D$D4D$ $4D$ 4$4UD$ $4Ee3u [^_]' UWVSEM}U`E\M$h](dE le M1Ƀ} [^1TÉpixpE 9 Mu܋p\TD$P$|$KP0!ကtD΍pDM )D$ML$ML$MĉpL$hPt$<$L$D$ #<$D$33P} `ix tt fhN?~hwqwqw }ĉq  ~NuȉqủquЉq uԉqu؉qu܉quq} } } } } } } } u u u$ u( u, u0 u4 u8 PD$ D$D$ $1Plt5ElEAEAEA EAEAEAEAtE1CM03 uD$ $P.1Pdt5p¬dD$ $D$[|$D$jpD$ $0Ee3x[^_]Ë`P$L$2P hltptTD$ P wD$D$ 4$I0GEċG EȋGE̋GEЋGEԋGE؋G E܋G$D$ D$D$ E4$/Pt: A I MHMHMH MHMHMH@M: EA I MHMHMH MHMHMH@MEEĉp" UWVSlE }EeE1tEe3l[^_]ÍvED$E_D$ \$D$ $_EGEĉGEȉG ẺGEЉGEԉGE؉GE܉G 느t&EW1ۉD$Eut$D$ U$D$ 1G1Ӄ u_! UWVS,u4$w/t04$a/uEƉE4$?/tx4$)/uE$lU10ǂ}fxǂǂUf´,[^_]Ã})ڋ]i0;]tj0$,}tZ] ;]tLx$,}t4E)ix;]tx$x,4$~}t];]t0$L,v'UWVS,}D$<$~,D$ 4$n, tt&x$+9utt&0$+9u,[^_]Åt 9txE$+Et9t0$+4$v'UEM vÍt&UL$ L$$T$DXfUWVS,]u }w-$ìt$ |$t$$~\,[^_]1tfET$$E9wf}u ],[^_]Cvtt&(u념UE]]uU}uTE$M PE(LeE1t}u#Ue3b]u}]ÍEdDHD$|$$+dD$D$<$_D}Hv4d$D$)D$<$)Qt&E$LɉT$|$ \$D$ PL$4$D$E D$TD$wvɉT$|$ \$L$4$5TdT$4$=dD$4$%dT$4$> T t&UWVSL} D$%g$4t2D$ ED$|$$$ 9u L[^_]Ð]$EE/$'EЉU܁Ɖ]uԅt 1҉]uĉMfuĉщЋ] t1]MЉuԋu1E̍9w}̉=L[^_]Ív'UU]Huuԉ}} eE1D4$D$$ft$uD$$蟀t$$cD FljD$t$$Ee3u ]u}] U1ɉS]Cu5Ⱥ&5 t uuu[]Ð&UWVSUE] t.U2 3 uމU}Uމ]Ӎ&N1‰ЉEŁ 3 3 3 3 3 3 U3 wU]\Ut2 3 u[^_]ËUfUEVMS] t1ҍv4ɉ 9w[^]É'UW1VSE1ҹ#t&É؉5BׁWlɃtÃuuMTmu[^_]Ít&'UWVS$}E]u EtE81҃.\tt .f<ډ[^_]]D$.M؃$TM؅uE܉)v UX@]]uu}} ȿ4$UC,ȿ$u$/\Ҹt1u]u}]Í&D$D$4$HD$ĿD$<$(C4$<$$‰Ƹ1dȿ]u}]Í]u}]ÍD$D$4$xĿD$D$<$XĿȿ@1&ȿf$uJ$SĿȿ$1,4$;uĿȿ1WȿUm M>ՁޱȉQ]Í&'UEPD$D$ *!Nb$T$Ð&U8}}]] uWD$D$ *!Nb$T$EE$ajWƋ@lFCF CFC FCCD$D$ T$$TCFCFC ]u}]Ð&USD] ECE̋CEЋC EԋCE؋CE܋-lEẺ$pK1ہ>ՁޱEӉXD[]Ð&'UE]PÐfUEU MH]ÐUHEԉD$E$xEU ЋU ЋU ЋU ЋUɁ ÐfUHE Eƒ҉U?U UU܉EԍEԉD$EU؉$Ðv'UxE]Mu] uP u $D$$@O]u]ÍUԈMĉT$$~MĄtnEYщt$$D$DED$ ?D$D$(E T$,D$$ED$ E܉D$E؉D$EԉD$ ]u]Ðt&Et$$D$D$$ED$ ?D$D$ E܉D$E؉D$EԉD$ ]u]ÐU1VSP] Dr1t&Fvt'$?t1wԋT TQЉTΐEMU]EЋEɉE̋EEȸDȅ҉ME‰EED$E]E$P[^]E1۸EEE뵐&U(E$mMm>ՁޱQfU11WVS,u tZ1E&|CЋ^t/$/uۉ$^1ufeMEU܉ $OMEU)Q,[^_]ÐiQ}1늍vEȋC\PH\$ 4$UUȉMML$ T$öK\EUAQ&؃ChT$L$UM$MUv'UX]]u}{Pu]u}]ÍvsX0242D$T$ L2P2$T$Lu;2tT2X2T$ L$$0242T$L$L2P2T$L$T$L$ ,202E$L$7 E䉃2]u}]ÐU]Ðv'UX]]E}U uM{P}Et sTtt]u}]Í&l2Eԋp2E EtE}d2h2E䋆$L$U܉EEM؉|$D$ U܋M؉EԋELuE;2vE|$T$L$D$T$L$ D2H2$L$ Eԉ2)t&UWVS\}]TEu t2}{TEẺu1{(SL1ɋCH9щEU 9EMu؋E<2EU܋U@2Uu+EU܀!2CHSL tTE2D$\$<$D$ 4)uuЀ{({T1C,S0D$E T$$JSHKLs,C,UM)&M䀻!2GCL$MЉ<$L$P ƋC`D€ CHSLEUt&ƃ"2\[^_]E1KTt<$2(2D$ T$<2@211$D$T$t TuuT/\[^_]Ðt&T1;u E9EEԉʍ)…OvU 8t$$T$'둋UЋM̉t$T$ $hfU]Ðv'UWVS]E}1ǃ 2ǃ2ƃ2t&t\ 2= 2wi)‰T$2D$CT$uNjE 2=ˆU [^_]Ít& 2=ˆU [^_]Ív=ˆU [^_]Ð&U]]uuKC)9Gu9t7]u]ÍvCt$D$E $s]u]ÍvCC]u]ÍUWVS<]}\2`2Ɖщu t UjfE |$$D$%PLK\CRCTƂQLIQL$$D$ ƀQLC9Cu\2`2uEEEƉщu"EEEEu},202L2P2 Mt)\2`2E }ЉD$=$|$eC\t$ 6t$O躵Eԃ<[^_]Í&}&9v{2 2)9F2T$U؉D$E $gU229< 2EUԋEԋMԉE\2U䋓`2Mf`2EԉE\2Muk\2`2uEljEE}`t&s C$9F} uԉuЉt$D$<$脾Es$)s E\2U䋓`2CT)׋u ։U؉|$t$$Q U؃E\2`2EEEEUEU @@]Ðt&UEǀ 2ǀ2ƀ2]ÐUM EUtHTtPXǀ2ǀ 2ǀ2ƀ2]Ð&'UEU HD P@E]Ð&UH} ]Eu]}UM u$}(uQD$E|$ t$L$D$ ET$D$D$8$T]u}]ÍD$E|$ t$L$D$ ET$D$D$Ch$T]u}]UEƀT8E颳fUEƀT8EҳfUEU @P$UP ]Ð&UEU @4P&'US]$n$D$[]Ð&UE1ÐU51U Í&'US]E $D$]E []&'US0u []f$8t鍝\$D$$J\$$X[]ÐUS]E { uD$$ $u]E []UE]] uux t ]1u]Á$*u u]]]VUSE] x t 1[]Ðt&$][]v'US]E { uD$$ =$]E []US$ED$E $D$ D$D$D$\$$rWE$7$[]Í&'UE$D$E D$E E\USE]$D$E D$|]E []&USE]$ D$E D$<$t]E []USE]D$E $D$]E []LUSE]$ D$E D$$]E []PUE D$D$E$Í&'US]E $D$]E []fUSE]$ D$E D$$T]E []UE D$D$E$Í&'USE]$D$E D$$]E []@UE D$D$E$Í&'US]E $D$]E []UhEEEEE EE$ÐUhEEEEE EEEE$_ÐUS]D$$ C[]Ð&US]Ct$][] v'US]Ct[]Ð$C[]ÐfUUE ]ÐfUVS ]$ @}tQ$D$I $a $D$/ $D $D$  [^]Ð$ED$E [ ^]Ð$D$$$D$ [^]Ðt&(uJ0wVz΁47;usC~/44J0ƐF $D$A[^_]Ít&1[^_]Íݐ&UWVS<] uK8{SPNK<NK@NKDN KHN$KLV,N(_C, 9GЅ {F0F4*C~D$|$4$N %<}ԿCCǍST{CX<$nV0F0t1@D$E<$NSEL$D$$@<[^_]1ҿ FKU|$L$$UC,9GЅC(~T$D$<$&t&; )뇐&UWVS,U]u }J BF $UD$t$j1ɃUvv2 9u$UMD$MGU8D$<$WJɍЍZ OZZZ$BB~=1X$t!(9~'puX XX$uvXX$(9ك,[^_]É\$t$$^ED$<$=WJЋEO(BB B BBB$B딐U(]]uE SC9ЉCv2K u:t 9BD$$qtDs]u]Ðt&9v‰L$D$$d$HSC떉E$1E먐UWVS\E Ue M1ɋuEEUEV]N>EM]] 3 MԋJ3KM؋J3KM܋R 3S U]3UԉUċS3U؉UȋS3U܉UUɋK ]3M3]ΉM33UMȋ3M3M3PUM̋3M3M3PUMЋ3M3M3P VXPH ]UMt& QI3MċJ3H}ĉMȋJ3HM̋J U3H 3}ΉM33UMȋ3M3M3PUM̋3M3M3PUMЋ3M3M3P V9]T2JR3Uċ]3QUȋ]3QŰ3Q UUUPUPUPUPUPUPUPUPUP UP UP UP UP UPUPV]L2QI1J1 ]J1 MR 1mt1Eƒ>sMUԋQU؋QU܋Q UyE]DUM]FF FFEe3u5\[^_]ÍHMXH ]M(Ѝ^ VN]UM<UWVS|EU Me]1ۉEEUMuEe3,|[^_]ËUJ։MċJ MȋJR M̉UN(^EM]&uEM]~ET0BR3UUURU3PUIPM1ʉU[ H E]1]Չ΋3EM3E3EUԋ3]33EE]3]33_EE3M3M3Et&uڃL23AEA 3E؉EA3E}EQ3UMƉ֋3MU3M3MEԋ 3 3 u3 uMM 3 u3 3 MM 3 U3 U3 MU3EB3EMEB3EEB 3EM̉EMMUUMMMMMMMوUUMΈUUUUUމEEUEEEEE3EԉEԋY3]؉]؋I3M܉M܋V 3UUuFM]uMċM]ȋ]ủMЉE؉CE܉S Cmt.E]et&3E3]3M3UЉEԉ]؉M܉U렋EċuFEȉF ẺFEЉFUWVS4UE RUUЋUԋPU؋PU܋P UPUPUPUUЋ@EE҉E}xM1}ЉMȉ˃U9~QMȉ]̍TMTM4tZtZtZE}9Ƌ]̃"9~U9U}]E]9]Eп]̍uԃT2MԈMT2]0UT0UDԈM0E׃}td}ut&1ҍ0\t 0u9}Lčt&t6L1ҍ0\t 0uuEE2]0EE]0EE0Ef1ҍ0Lt0ut\ȋEЅut&]1}ЃU9~QMȉ]čTMTM4tZtZtZE}9Ƌ]ăt'9~U9U~4[^_]ÃE0]E0эv'UWVS Uzt&X1҉M]ԉM؉E܋u؍}1׉}]܋}D\>C2{[22]]uuEԋUMTUT UTUTE9AN [^_]ÍUWVS4EU ]}=uU=tF1&TuEԉD$$}u$4[^_]C u1։]̐t&‰]9ƈ\w]̋uuC fC CC CCQ&U1WVSeE1ƅƅƅ4t&  ҁ11Ѓu10!t&1Ȉ %%u111ɍ4 ʍ<1111։c1҈  ۍ 11ډ1ʀ) шrL                            =    #1Ʉб) v1*ƀ11Ee3u [^_]茴US]=u$[]ÐUS]C} uC []Í&$LC D$D$$az[]Ðv'UExu@ t EÍ&'UEU PуP]Ðt&UU$t$Z 4 D L $ t$ ȹ+J]%Ð&US]C t{u$1E CC []ÐUWVSLE}EE]3KSȋ[ E̋Ex1!1؍yZE}̋@ȉEȉ1!1ȍyZ]ËE@ȉEyZ1!1Ѝ E@ ȉE썔yZ1!1E@ȉE荴yZ1!140E@ȉE䍼yZ1!1؍<8E@ȉEԍyZ1!1ȍE@ȉEЍyZ1!1Ѝ E@ ȉEyZ1!1E@$ȉE܍yZ1!140E@(ȉE؍yZ1!1؍<8E@,ȉEyZ1!1ȍE@0ȉEyZ1!1Ѝ E@4ȉEčyZ1!1E@8ȉEyZ1!140E@<ȉEyZ1!1؍}3}}̋}1}̋}1}E̋}̍;yZlj]1!1]}3}ȉ}ȋ}1}ȋ}1}Eȋ}ȍ9yZ߉M1!1M}3}}}1}}1}E}:yZωU1!1U}3}}}1}}1}E}썴>yZ׉u1!1u}3}}}1}}1}E}荄8nE11E}3}}}1}}1}E}䍜;nlj]11]}3}ԉ}ԋ}1}ԋ}1}Eԋ}ԍ9n߉M11M}3}Љ}Ћ}1}Ћ}1}EЋ}Ѝ:nωU11U}3}}}1}}1}E}>n׉u11u}3}܉}܋}1}܋}1}E܋}܍8nE11E}3}؉}؋}1}؋}1}E؋}؍;nlj]11]}3}}}1}}1}E}9n߉M11M}3}}}1}}1}E}:nωU11U}3}ĉ}ċ}1}ċ}1}Eċ}č>n׉u11u}3}}}1}}1}E}8nE11E}3}}}1}}1}E};nlj]11]}3}̉}̋}1}̋}1}E̋}̍9n߉M11M}3}ȉ}ȋ}1}ȋ}1}Eȋ}ȍ:nωU11U}3}}}1}}1}E}>n׉u11u}3}}}1}}1}E}썄8nE11E}3}}}1}}1}E}荜;nlj]11]}3}}}1}}1}E}䍌9n߉M11M}3}ԉ}ԋ}1}ԋ}1}Eԋ}ԍ:nωU11U}3}Љ}Ћ}1}Ћ}1}EЋ}Ѝ>nu}11u3uuu1uu1uEu0ܼ։E! ! uƉƋE3E܉E܋E1E܋E1EE܋E܍ܼ] Љ!! ؋]ÉËE3E؉E؋E1E؋E1EE؋E؍ܼM !! ȉE E3EEE1EE1EEEܼ؉U !! ЉEE3EEE1EE1EEEܼȉ} ؉!! E}3}ĉ}ċ}1}ċ}1}Eċ}č>ܼ׉u! ! u}3}}}1}}1}E};ܼlj]! ! }߉ߋ]3]]]1]]1]E]ܼM! ! ً]ˉˋM3M̉M̋M1M̋M1ME̋M̍ ܼU !! ʋMщыU3UȉUȋU1UȋU1UEȋUȍܼډE! ! ЋU‰‹E3EEE1EE1EEEܼȉu ؉!! uƉƋE3EEE1EE1EEE썼ܼЉ} ȉ!! E}3}}}1}}1}E}荜;ܼ]! ! ]}3}}}1}}1}E}䍌9ܼljM! ! M}3}ԉ}ԋ}1}ԋ}1}Eԋ}ԍ:ܼ߉U! ! U}3}Љ}Ћ}1}Ћ}1}EЋ}Ѝ>ܼωu! ! u}3}}}1}}1}E}8ܼ׉E! ! E}3}܉}܋}1}܋}1}E܋}܍;ܼ]! ! ]}3}؉}؋}1}؋}1}E؋}؍9ܼljM! ! M}3}}}1}}1}E}:ܼ߉U !! U}3}}}1}}1}E}>bʉ׉u11u<>u3uĉuċu1uċu1uEċuč0bʉE11E40E3EEE1EE1EEEbʉ11ÉÉ}3}}}1}}1}E}9bʉ߉M11M<9M}}3M1}1}M̉ bʉ1‹M1ڍ}3M}1}1}MȉObʉ1M3E<8E}}3}3}3}ljx>bʉ11ƋEƋEuu3u3u3uƉp 3bʉ13]ËEËE]]]]3]3]3]ÉXbʋM13MEEMMMM3M3M1H bʋU3U3U‹E‹EUUUU3E1ЋU1EBUbʋE3E3EE‹E܉UԋU3EUU11EUBUbʋEUЋU3U3UUEẺUUUUU3U1‹E1‰UP E썄bʋU3U3U‹EUU3EUUUUԋU1ЋU1E܋UB$U荔bʋEUЋU3U3UUEEUUUUU3U1}1}‰U؉P(E썼bʋU}}3}3}}}3}UUE13}ljz,uԍ>bʋu1ƋE3u֋UEu3uUU1ދ]3uƉr03bʋ]1ËE3]ӋU]3]ĉU܋UE1ˋM3]ÉZ4bʋM13M ]M]؋]3]3]1ÉZ8UE13U܍bʋ]׋U3U3Uߋ]1uV4$|$]Ðt&1uG9Fލ1u捴& 빐&UMVSAH&ڃ?¨9uĉڃ?Ѝ8 < @ D ǁ\ ǁ` [^]ÍUS]\ $HC$D$T 蒗$D$肗[]ÍUE ]]uutLt7uC$&FƉ` ]u]Ðt&C׍&Cǐ&'U(]]uu }}tytTt]u}]f` v}\ t{T X }}u u]]] f|$t$C$uoC뒍|$t$C$tpCf&\ s` \ ofUWVS E ]eU1҉t%t-t=Ue3QČ [^_]ËCBuӋCЉBuÍ@|Sx ك?9Ѝtfω޻hDt ft;|Lx߃?ǍH9Љt_8 1t ftH L P P E؋T E܋X ED$$ft&"f͆U1U:t]ÐB]Ð&UXeE1Euu]]}} \$$t t$$c|$$Ue3u ]u}]4U8 E}} ]ueU1ҋ 1 tgFٍD$ \$T$4$諀ƄE|$4$D$FUe3u:]u}]Í&]|$$9Gى\$3Det&UWVSEU uD$pleE1 tT$$@!%tDSDڋp+t 2FpP džT H TdžL t؃؉H <$pD$=<$D$\$D$<$` D$<$lD$D$ t$D$$p\$D$$蓉<$Ee3uqĬ[^_]Ít&lF ,2D }4plD$D$D$ $,B&9(2t&YÉ<$/$j&UWVS,]u $s1҄1t4f1tt&$cu܋u4$[s1҄u\tO^1.tt&t7.u.uC$]cuCu҅Őt&׉,[^_]Í&$ cl;.t _C$buC1Ƀ;.t2tNj)v{.uCU$bUuɋK뿋C$bH 'U8eE1E]] uu}D$\$$p$1u"Ue3]u}]Ðt&D$4$B$D$|$(0D$$1멍\$$[1Gu&UX]EU ]ueE1 D$}D$$/ tC0 @ $‰ЋUe3]u}]f1Ҁ/tԋD$C $u묐t&P#18tU#qD$T$$Pb!sUHEuu}U 1]EeU1҉$褀u Ue3v]u}]Ð| AljD$\$$}Ƅ=D$1RS<$ED$T$u/1/D$$؁4$=rvUU$Mt$]1t7t1$t$]Ðt&˜t$] $UM]jf$t$]'Uh0]]u}} eE1D$t$$S,D$D$4$y"=ƄLJ DžDžDžDžDžDžD$D$$^1҄EЈ@ D$|$$2-Ee3u4]u}]Ð\$$ZD$$ԓMp'UU(]]}u{ C<$fsE ǃTǃtǃTC$VƉ|$$8U TFF]u}]ÉÉ<$t$VÉ4$P䍴&'Uuu]Tt$$ ]uu]sà 4$s$nV&'USE ]$sƃTǃTǃT02C42(ƃ-2ƃtƃTtƃTƃT][]nt&UWVSX1EtPUB`tCE\$4$D$&G$<2҉t~_:>_<[^_]Ð1$JU4$T$D$F볐E D2$JU4$T$D$FED$4$D$LU4$T$?NExt&@<$J8<$MttEx`U$:MU<[^_]f~_/F/t&<$HMuU4$T$MlF$MZ@F:&'Ux]]}}uC(t/tu E xtm]u}]Í(D$|$$跌tC(E1EEE$뚍&$\#,b|$$Ck$#b$t"tSDD$$EC|$$(D$ fƀ-ƃtfUSU 1tU <t0t,EZ\$$D$r\$$"1[]f뮍Uh ]]}} uCPXt]u}]ÍtD$ T$D$ $T$UT$L$T$UT$ʆu1}{GD$$T$$9VB$jT${ $D$D$BD$$VD$$qD$ T$D$ T$UD$T$UD$T$C$ȅuY$D$T$ZE@ ]u}]fE&L$$!D$ T$#Uh ]]uu }CtT$<$D$p$P[^|$$}$0&C^$hD$}ƃtED$$D$S1D؃\$ DȁL$EƉD$<$q]u}]Ð$$]UT$$}$0&]$hD$}]u}]Ít&<$rD$<$oD$C<$D$n$D$|$2?D$<$SD$<$"oD$C<$D$lnFD$|$$G$ۋD$ $7t9t&<$s$Prt,Cu<$D$.tƃtfD$ D$D$ |$D$ET$D$D$C$DoF|$ T$D$$! H&'UWVS,u E؋}EEEED$$.fE܉D$E؉D$E$nÍ@wE|69ލt&v.E؉\$D$E$"xx1)릍ԍt&E؅t$ ,[^_]ËU؉Åt$ $XK&UWVSL }Eu |$D$<$S$_|$$1`uME|$$D$ ED$E$D$1$bL [^_]Ðt&EEEEED$$k&D$E؉4$D$c(E܉$D$E؉D$du΋Eؾl$ _U؉ƅt$ $a4$Jt&U]E ]}Mu}]CeU1҅ɋx]u^-2ƅ]u%ue35]]u}]Ð]D$ C D$D$ $.]w8]ƅ]hx] D$\$$T$ 4.]D$ 11$T$L$Pƅ]t&CƃtduF9TUۉT$]ED$t$˜D$ T$$->Ch]` h]t }uƃT] $`] t Tr]ԽT$d]$>]{CtN}uHh]ԽD$ $DЈh]QS9 ƅh]]!ƃ.2 -2D$ 11+4$D$T$QTIh]\ 2O ƃT]12҈]ƅh]C1t 1x]IɉL$ԽT$ D$ $vƅ]&D$$蔂&tttD$t$C$V]4$ƅ]Ytt׋]tD$|$C$x붍Tƅ]-]<$?Sh]CЈh] TԝD$t$d]$ 7]2D$t$4$D$ Od]4$L$ Tu/]ƃTD$D$C$m(d]D$4$|${61Ҁh]ƃTƅ]]tԽ`]t$ 1D$|$D$$]u!t]t] C[u \tx]Xx]E]#t.ԽT$D$$T C( ]ԽL$$|$k}$0X]S]x]P Cƃtƅ_]ԽT$D$$Y]ub_]uRx]PtI} $ bt7]`]$:|$t$ |$t$$5TTx]It;]q C" $$RԽL$$sqCL (󥋽]]]S9)T]t(}܉|$ EʍS X]T]t$]L$D$T$L$ $D$D$X]$ m#NIƅR]t&Jt]2 HI]L]CǃH2L]ǃL2ǃP2ǃT2D$ $D$ C]D$D$2$]SXX]CT}D$|$$k_]]ɈK]C^R]2] 9|]9vWf|( ]$]];|.D ]}<$D$T$[x]I2ƃ!2S1_]}u]_]u x]PǀS]m]F) ƅd]]17 1t d]t]<$01!u5RET]D$D$L]$]xƃT]ukR]jx]ItLx]PtC]L$E Kp$L\$D$$h%DщT$Um1_]u;R]u2x]Et x]Xu S]]<$c}$Uh]tT.2V]2$~ƅ]] h]ԽD$D$$ED$$yYƅ]t&(D$t$$.C($O3C($I6Cǀ(]$VtJx]ItAx]Pt8x]Et/C`t#T]ԽL$$t$9ƅ]}$$T4$`2ƅ]`]E4$^`t]}ua]]D$ D$D$ t$D$EډT$D$D$C$q}~]12ԽD$ D$D$$kvCƅ]]_] $%HjD$1$mwz`]]Dž}Dž}Dž}Dž}Dž}Dž}D$D$ $A]}};w ;}t;Cur;k1d]}T$$L$C]ƅd] R]X]D$T$<$ƅd]]/fƃTƃȔƅ]ԽD$4$uCƅR]$%HhC]#tIt 2t TԽD$]$D$D$$u~C[E]]d]ƃ!2T$D$ CD$$D$褧x]Pty"x]E$%G`]$|$5g$x$GԽT$$gD$1$7t P$$aGԽt$$fW]`]$FT$D$ƅd]1C`]]X]$L$ t$D$3d]1d]d]=tC)} $zSS1]Ƌ]E񋍀]Dȁt$ }L$EljD$4$'S4$MCt]1]1ҋ]DʁЉL$} $EƉD$SC ƃt/x]Tx]X<<ƅ]]xD$|D$T$]T1ƂPL> MDž2Uƅ>Ƃ2$&WMD$ p 2 $D$D$RED$D$ D$$D$sU$HE$CÉoM>ǀ ǀ$ ǀ( ǀ, ǀ0 ǀ4 ǀ8 ǀ< ǀ@ ǀD EL$$ED$>E‰D$E$iE>D$$tM>>t?$J EL$$>U>5 >D$$L$蒙>$D$LU 10 >E‹UD$$fM̾>Ɓ2Ɓ2Ɓ2ǁ 2ǁDǁHǁTǁXD$D$$C̾D$ $D$m)E$2;t>sp>ȋLhl>E$2̾$Hlh5 ̾ $H;lUD$D$ D$D$$腄M2t 1ED$D$ D$D$$AlhT$UD$$BM2t$&3$&3>\$$T$!S>tM $PMQ>E MǀH ǀL ƀ ƀ @ $D$eEBt@U D$MD$ T$B $D$>$H'2U $ T$`R]Eƀ"2t t$$Rļ[^_]Ɓ2Ɓ2tEhlƀ2>t=p1>ߐT9|9>v>׃9r܉>M82<20242>> 1ҍ09r̞DŽD$D$&4$\$~D$4$GD$D$M4$/>D$$D$?D$$ $^ $>D$D$>?>t$$>D$$L$?\$D$$Y?E\$D2$赇ƅ>>M 4282 H L tƁ E t2ƀ ` D$4$(UMD$ t>QD$ET$t>$RM D$D$ L$AD$E$=U ǃ42ǃ82D$` 4$D$:;h91u>6D$dD$ $t$\>h>>t&̾ $RCƉ|iklh>с >=D$dD$ $D$9|79/&$$YMEEEv $TOD$$]})Ƈ̾ $gBhD$ ED$̾D$$X}Ƈx>̾D$$D$ ED$XN5t&;>f;>t&h]獴&E̾D$ D$D$D$D$D$ L$D$<$S>$wD$t8D$ $[}reƇY̾t$ \$D$$Wu뤍t&='vEƁ2L$D2$藃ƅ>D$$ZOM ‹(2,2A $D$^1)ËE։(2,2>$G1ED$>D$ D$D$D$D$ L$D$<$\R>>$4>MD$ $>L$L$$ZU$3D$ $YqD$D$ D$D$ ${D$$D$C$D$t$$ D$D$$ D$D$ $T$>\$ L$$T$v${ H>É$2E$$ UWVSL@}EܿĿM ƅGԿ<$PM ֋d2Ëh2<$7M }Td2h2<$0Կ$D$D$72D$ $D$mܿ1ܿ҃̿u ȿƅۿL$<$T$P tdžl2džp2ۿܿܿ9ȿ̿D$$D诰Կ<$T$L$PD$ \$t$<$P1L@[^_]ÍԿD$$L$H6$D$D$T$<$L$PƅۿԿܿD$T$ $Wt&$*;ܿ&D$ $Q롃1tĿzd Ŀ1Ŀ» E‰D$` D$E t2$4WԿĿT$$ D$D$$:Q80ĿĿƅ *M 1&<$PO}TԿÉu1g2ZM<$A<$8D$L$$4}T}X'$^%ԿT$$DԿD$$L$ވD$<$<$D$U 0ĿM  !2H M L AHQLE ܿĿǀ<2ǀ@2D$` D$E t2$ƢL@[^_]Í<$9<$D$ 11+<$D$T$Q$P(Ǹ#|$$BCܿL$%#CM Ɓ!2t '}E$USEt t$N][]AC[]ÐUWVSӁ*u E{ eU1Ҁ}19P T щǁ 8lD$ |$$D$,L D$H D$ T$${ CM‰܃RɉǃHۃS҃Dƒ ҃A% CL$(|$$ID$T$,L$ |$D$-T$D$ D$D$ $r0 t& D$ D$<.<$o/f$) $+D$/@$,+#@t& D$-ID$D$ D$D$$/  D$ D$,. $.‰D$ 0 D$2|$$b' *T$ L$D$$3%?(|$$L4?$4L$>}e3=g Ĝ*[^_]Í&P T D$H T$ L $T$D$L.D$ D$D$ D$$,.&$,$`.T$D$:>{D$.$Uu¸(z$.z$/lt$$/D$=D$t$ $H$H/,t$$/D$= ;4 0 < 8 D @ M$`1$/L$D$/=` w R  8& =v ǺBC)K)E$1|$t$T$L$D$$2T$ ]< u t6$2$2D$/< *  @$;flD$D$T$ $*&|$$ ;v ((D‰$Ƌ t o$/t$$/D$O; <$H/ T$$/D$;q.&T$$ 4D$:|$$L4:` $4:&D$ D$.$l)&D$D$T$$<)n&@l-lDщDž-tt‰҃ⶃwɃểrvǁsljƒ 綃w҃⻃r@҃s%ⶃwL$,້|$$rD$T$4L$(|$ D$-T$0L$D$ D$T$D$$i($L,$+D$v8$-j8B&D$3$2D8@A"@@u @ $&7@tB$3D$7@B$3D$7f $4D$ e D$d D$7vD$ $rP$03t$$d3D$87+v$1t$$/D$7v@ $D$ D$2|$$H1Z|$$/D$6l8 $D$ D$2|$$01|$$/D$~6$1|$$/D$X6v$0$/T$D$*6$0L$$/D$6$1x$/T$D$5NC< 48t& ))E (d D$T$$1d5` 9҃ڃSfǁ҃ڃSfA$8#$D$D$|8D$t$$t& )4)D$0$X0$0$/$d/$3$2D$4&$2l$2D$3&d $h4D$3t&Dždd $D$At$ D$D$ L) u x))D‰t$D$$/:3t&@$$3D$3t&A$$+D$2t&L H |~Iƍ D$T$$Q 1IƄ=v6UWVS4T$$D$D$$uD$$'ƅDž4DžDžDž DžDž$B$P;@uˍ8UD$D$D$ D$D$<$Y1tXUT$D$$t'8UD$D$$uuuu uu'tD$D$$t&Wt tit`$(D$p6D$$/$/4t&$24T$D$$/.$.'3& D$D$ T$$LT$D$ $T$v$,+T. D$T$ $T$D$ LD$$6T$4T$T$-$- l hu$ 8uuP;uۀTtҋD$D$$D$ tD$ D$D$$6f$$d5 T$D$$5,$5^ D$$h,D5t5,5E‰D$D$$5,MtFR$ Y,$5 $T$,,udt$$6 D$D$ $5+$+$@7L $+$X3 D$D$ $5+x$|j D$D$ $5j+O$4Z D$D$ $5A+$2 D$D$ $5+$F D$D$ $5*$-*T$$6D$ 4D$*$F D$4D$H6D$ 2T$D$D$2$܋$u ,G'$% T$$*p-v'u t.Ue3uJ} uL D t&UWVS,u}] HEMdžtJdž|JJ~GVUUUEE)RU))ׄ~VUUU)z }Eljƒ E‹;ɉu@}t.J;M ,[^_]Ít&JM; 뎍EMD$J$|$4$LJMt&$U&$E܈MMEf$MMGUWVSL]Hf8EPJHU9E ƃq Eq]܋} H΃YA9u]܉JPTJ@UfBp:Q~xUQfPEQyTy||J1ҋJJJu܉}Tq p hr ҋu ȋM~vA9u o3p Pk88}tKǃJ@ǃX֍B f) <ftKp @J\Gƃq ǃTp|J1)tJ|J/|JtJE܉jJ;u$U0UԋtJ|Ju܉|JtJ1=vw%|Jtt&`H@0X9t≻`)fMĉH};o1t3up6)9x4rM؋M9׿9M҉r O׋} UU؋}2O1f)օf7JPp EEăf 8 ptz}9M ? pmuҋEċJMU41JJJf2XE1)ΉыTtJɉtJu܉|JN`A;K PHtJ|JdvJ;u$EEԋtJ|J|JtJ 1vځ|JqM}EĉU܉JJ)ωJ}t*E䍴& 8 ptJMuEu؋UJNw'V҈VuU؋uf"VN}܉TGf@|v \$$Xlp JJh|JJEt&`ǃHL[^_]ÍAUǃJo]܋Tp Jp u܈r p}ǃTXR)׍f9puE11ɉJ|JuU+UtJЉ|JKATJ9q hAufFy|weJ11|JǃJTE}Jy|J1ҋJJJΉM܋T}I\$4$덉$qp p@1ƃp E\$$hJ|JJU1ҋuJMTʉ΃TIʍ881VDKǃJƃq hf耍V f)1fDK|JJTU]]uu tJ$_u]u]Í&ÔJu]]]1UEǀJ]Í&'U]]uJ4$4$D$$D$]u]Ð&UH}}]uG Gt]u}]Í&GEiJE؃$$UE܉EUt6։ t&JCD$$?ǃJuՋEU؉GT$D$$pEY11ۋMfJ9;zJuLJJAỦM$ lŰMЅJu$MЋU$@#G D$@D$$ѹ}t#])iJ];]tJ$E܉$6 <$~&'UU EudǀlWǀpWǀhWǀdWǀ`Wǀ\WǀXW5ǀW ǀWǀWǀ|WǀTWǀtWǀxW@x]Í&'UWU VS]&J@v0 f9uʃuߺu@uD1tft C u[^_]{ffU1WVS UffBRPfBRLfBRNfBRR=uʍRT1tfRU1tftRVuv1tfRPt$D$$q [^_]fǂRTTTfNSUfƂRUifYfǂRVTVfrUWU1VS])@F)ЉD${|$$:~VSx‰SxS|]u}]Ðt&1tCt$ L$$ҠCsx뎍t&Sx뭐v'U(]] uu}{u]u}]Í&HL\CPD$C<$$D$LLD$C<$(D$u] ]}}]X&UWVS}} uoLJLJtG1t'Cu(U$$# F D$$"U]Ћu}]É<$p1҄rݍt&U1WVS,] }K_GG~U$KUCK ЃGt_K~Í,[^_]Ð&U8]]u}HK9w]u}]fK9wf9Tq p h r qQ63oq3p }U)Ɖ1҃~@΋M t$L$ EU $EUHLLL]u}]Ít&|9r9r]u}]ÐUWVS,] }u9tƆFLsƆEL8L)#&1t& |K9v)9G9Kv=8KىT$UL$4$U䋆)!f t(9Kv+K8K밐t&1뒍t&8K9r)߉}4Ku] ,[^_]W)؉D$4K4$\$9}4KuE ,[^_],[^_]ÍUWVS\] E{@ uUBx;3+C$D$$4D$$EMȉBE1}MEă1M1Q A$D$$E$ <8Cƒ9uCw̋EMȉ8Z1111:Mt \[^_]ÐMQMTA|9N‹UA|EE@@EB\[^_]Ív$1롍v'UE@H]ÐU1 UW׃ױ _]fUVS1ۃuvt$!v u[^]Ðv'Ut&UWVS,E$] E1] 1+])@=@C9sbf)9wU$mqtlj\$D$$U<]E䉄9E vvU9U w ,[^_]Ív$X>D$` D$d>$E뺐UME 9v  t;s+D|]]f]Ít&UWVSE }U7+MEM5t&2M#M9sg 7E#u7twEm9w9w& t89v+t|4똍 t ;s+L| 뉍2k t[^_]Ð&UEWMV}Su t`19]vF;9w9w& t(9v+T|9]w[^_]Ðt&랍U1҉VE Su] t9v)9F[^]1[^]fUVSuD$4$54Kt$rF$HF t$FtGiXJ,JJt$rC$F9uփ$P%$\$\$P8K$FD躻F4蒻F$臻u[^]9Ë̻衻薻$\$*\$̼8K$^FD6F4F$4$$뵉룐v'UH]] uE}uF;ve8Llq4Kt$pdž4K8K\${$Ɔ8L]u}]Í&E̻$<Ebv4K8L$HlE8Lt {|t&U؉\$D$$t[҉UtNVp{4Kuԋu؉]ЉUUU܋U)ƒ#U!9Esuԋ]t&4K{t $oE؉4Kt&118Lt$ X>D$` D$d>$uNfUVS U ]CTCXC\C`CdChClUD$JD$$臋@U@F#CtCp0KCHCCǃHLǃLLCxC|ǃǃǃǃǃt$$u ] [^]jv'UVSu ]‰D$$6ǃlWǃpWǃhWǃdWǃ`Wǃ\WǃXW5ǃW ǃWǃWǃ|WǃTWǃtWǃxWCx${$CpBx9N 9T9 D9N ‹ + 4<ꋍ;;@;Tg;TFuDžDž ϋ>N+;;;;CW8H"Mt&%4$D$4$ x xt~5~u1Rx9"D$D$ 2L$<$=D$ @<$D$TD$D$ <$D$ED$D$ ,<$,D$ED$Ue3[^_]ËGx;<$ 1뻍$>e)ꋍ8< FW8@7HDž)f4$D$4$ x EG"t&14$D$4$ xS4$fD$4$ x0rG"fL R܃Gv t&ND~wDžDžo&'UWVS\] {,NCS$s9gC SǃJEJUE9ENEE9u.9uN<9u J9J~JJH9J R CM̍{0JEЋM0T1 D1 ‹C)ꋋE;T4A?9T8v;TNuEMM΋Msuȃ+T4KTt;S0CS =wPJ[űŰv GJf9fJɈD Jt&s===U-,BK{MЉ}9T9 D9x- ‹C);,EZG9,vf;T}uE}ȍ<8{}u+,s8-;,CS|9EfPf}GfG)ȉEԉCSKFt&JD$J$^JyJs3vx}ȿ)1-{EȋCEEЍM8D8 D9+M ‹; EHEԃUM;$s;TuEuƉuu{}ԃ+ s`;CSwKu}f~F'&K9K\[^_]Ít&}fƒE{s{uԉ}MЍUԋ}T T9+M %; W?9v;Duu+ ։uuLsu;sCC*~&׋s}ԉ} 7D7 L7{ ȹ)+M%DEȋEǃ{ECn)ECSK UE؋MD$T$ $uEfFE܉FJJRJUfPUPpuԹ)Us} 7D7 L7 L7|7 K+K ) SEу41sS=5E= &E=]sEЋ} 0D0 L7 L7|7 K+K$ {)ED:ƒUԉSEC׃}ԉ} 7D7 L7{ ȹ)+M%}TC{EC0C,D$ CD$CD$E$(ƃJ\[^_]ÿM))|-ES|1ƃuԉCs$JpHM)ƃJ\[^_]ù)ECS"MԉKEz)&EE})vUWVS}Gt&11ې0JT$$9_w߃[^_]Ð&'UWVS]eE1Cx;C$1+CS(D$$G( $YĀ^%@ǃTǃǃĘ!(1D$uЉ$0(D=Ѓwu$D$$ 4 4u$D$$  r 0D=v0t$1D$ D<$T$$KCx{9$!{K9T9 D9K ‹<0+04;H<34$;TR$ ;T6uDž,Dž40ϋ{K4+H<,<;D<CSH(35<^($(D$$ x y~2t&Sx19SƃX~wDž,Dž41@eǃT\$ȘD$$fPUUVSJZ4DL r ȹ)Āt)ZrƂX[^]@X1Zr[^]ÍUWVSl]eE1CxS9WK D Ls ȹ)ȉ%@@vЅɉ‰CstA ;HD ǃHωSωs1Í& D L ȹ)% DщPpuD<ÍM1D$ T$L$$CCx;$SKTL C ʹ)ꋋ<;H<h 9T;TvuDžDžKK+H<<;D<CSH&3<5S9ft&TL C ʹ) J ƒ9CS~!f09S9Sx@D~B11iD$ $WD$D$9D<1t ftUe3l[^_]ÐSi+<CS@K HDž)DTKAƒCS@  )ȉӭ9&T00~9ꋕ& TD  ‹C) J&DžDž1<$1SD$D$D$ *$XD$D$D$ 0$4X-D$'D$ D$$f 蔟t&UWVS,EpV;Px5@/HiUP8WljM 2\2T2} ˹ ӋP)닏XU܁M}iM;\UH ;\} ;\uEMщM΋M؉piuHM21+\\iU;WCiUv2TPc,[^_]ËP 2\2T2 ˹ ӋP)니U;Q[;sct&;\uE}׉}}܉pu+x;CX v)M XU܉уPiUv41p.TPtH,[^_]Ðt&)ʉUуPX41p E,[^_]z})z})EEM)fUWVS<]U DLCt@LCp&SpCx!ʃ;CSpst)!= w9t$DL@H{iEC3WމU 8T8D8u؋X ʋK ‰uMܹ+MiM;TE ;TGut&;T.uEEM܍ ΃<>{}iuK7+TM؍0TiE;WCiEv2DC=}sp4KD$$»Hsp;DH5L$D$ED$̳uߋFŰ]ȉD$Eԉ$D$裳EԋMD$ D$ $膳FD$Eԃ,D$Ẻ$jE@0@4@8@<E 1=MЉ $0=E}UԋF0@9HEԿv,Y1=C1]&=U$iD>@D$$/U9}wt&D$$ج1v$D$X<$p@@@@ @,@0@4@8@<@@@D@H@$@l@(EȉF$D$YE@t&M1 $胱Eă=E1EEED$EE$O9U؋MЉUԉ $U:MD$ $9}=vE1xCM1 $D$‹E U$PU߉ t&tPtUЉM$菰MDL֍EЉ$uMԉ‰F&F<$|$NMȋF֍SpvlEEBABABABABABABAm}wE k΍ GFGFyGFiGFYGFIGFSp y4K!ȃSp!9Sput[4K!Sp!ƒSpu$U$@Spl$"E?E܉$D$1$艘c}t X$6@Mܹ)ƃPL 11E؉$otJt=<81t p΄`EЃ|$ LEM؉ $}ǃT몹EMĹ)}KlUԉMu T7 L7 ʋKwMܹ+M;psM;Tr vM+l σK)};l{CS*nЉ=4KωM40ʉESp‰? HJHJHJHJHJHJHJwMkU FBFBFBFBFBFBSp$,:u؉4${ǃT)U܉փuSK"sǃĘfUWVSL]KHCtSpɉEU+U1K$M!8KUԉUE'G+Ct#9ErG vCH9r{D׀?t uŋGOE܉+E#;Es9Mt6EL$UȉMĉD$$fCpMċUȉE)ȉE䋃!EME9EuȉE!EE܉UȉMĉD$EЉ$:C$UȋMĉEEt ;M8LvE܉L$MUȉD$ ẺL$$&UȋME܉Uȉ|$ L$D$$fUȉCDtE܉L$D$$E1HLLLSpCHƃFLU+U!9U&EtqsD11҉]܍1<>Ã9s7tЉ)>8~x~xv p ]܋sDCH뱐ɋ]CpE؀}U؋st@@F!9Љ0Kt9t))!!9s0KL[^_]Ít&)Ȁ8LED$ ẺL$MUȉ$L$蓣EE؋MD$D$ẺL$ $oUD&M؋E$L$D$SpSt&t&)ȉD$CD$ASpUt&4KE؉UȉL$MD$ $<MEE؉L$4K$L$<Uf4KE܉UȉL$MD$ $<UEECtCH9SDt&:tB 9rEUVS u] ~HwYVt1ɋFp9t)#;SC#DK CT$D$CD$ C 4$D$@ [^]Ð4$h~HvFH덍UWVSl]E DLƃPLSpsMĉuȋK!;K|Spuċ}ȋ9%u3t$|$$Du0l[^_]Ã9$%u9$׍&D$ t$|$$ftK}fSp0K)!w79t3$O@L9LLHLgDL K{MT D ‹C)ꋋE;A ;s v;T^uEMMMԉKMKM+;CS =|=o==LUЉtHHuMЍX-CKTEԋMT D ‹C)ꋋ-E;\-lAu 9`-v} t&;T uEuƉuuԉsusu+\--;X-CS9f9CTt&)ȉEЉCSM=K8Lt-Kp;KQSpsC8KSpSp4KSpgv ;Ks+K8K몍vpu̾)D$$)$葏Is|$t$$p(D$ |$t$$辪SCỦEԋMԍED D+M ‹;EEЃ M;M ;TuEEMMMԉKM̃KM+M;CSS\8LshS`SXS\STCTSX(D$t$T$SpT$ 8K$!Sp_v;uEMMMԉNMăNM+T4Tt;V0CV =w'Kp4K Kp~}t&== =L}tHt&HuN,}̋EЉUĉMԉCTT D ‹F)ꋎx-E;,A 9, }t&;TuE}lj}}ԉ~}~}+,8-;,CV|9vKpSh+}-9 94K<8ȍ }ԉẺKpvpEԉ׉UЍ&PQPQPQPQPQPQPQwUЃЃEE̅}ԃM}ԃMGA}ԃMGA}ԃMGA}ԃMGAx}ԃMGAb}ԋUGBPt&)ȉEЉMԉFVNt&x}ȿ)-~EԋF}ЉEċM̍EЉ}}D D9+M ‹; EEȃ M9$} ;TuE}lj}}Љ~}~}+ `;CVƒUЉEn~E̋M8D8 T9 T9N MT9+N ЋUV+MENV=+E= E=] &~9~l[^_]Í&;Cp!mCpuՋuԃ 9uShCp+KT9uԉU̐t&4K!σ<>Cp!mCpu농vS\FS`SXS\STCTCpSXVSh+N99 4K ǍMԉ}̉CpvtM̉׋Eԉuȉ֍t&PQPQPQPQPQPQPQwuȃ MM̍…Y}ԃMEGA5GA%GAGAGAGAt&uԉU̍t&4K!σ<>Cp!mCpuՋu94K ЃM̉}ԉCpvyMԉ׋Ẻuȉ֐t&PQPQPQPQPQPQPQwuȃEEԃM̃}L1[^_]Í&'UWVS\]u $R‰D$$Ks1҉fƀJƀJJ9r拃FFF F$F(0D$JL$4$ƅDžDžDž@+D$C D$$PaU9~K1Dž4 9iJrJƆJJJFJ}FƆJƅF$ÍG) ~(= 4 9OΉӉƅt&1ƋiJ1҉؉Dž^T$D$ P$W)9JڋZH9F΃t$T$${F=xzB ؉D$F$FF)مɉJƆJF,ƆJJJFN$L$D$u>JΉӉƅ t&ËC1$TviJsJt$$$iJCPPP P$P(0D$JD$ $\[^_]Ít$$ tJYJfJuU~(S97+-9pS FF)9)D$$L$:F F+FF$F FC FFtECJJD$Jt$$CƆJJJDžKrӉƅrӉƅFIt1C t$$T$2DžDžDžsUE UMvÐ$,9ɉM UQɉM U!ɉM U|zvQLu 8LtɉM UiɉM UUS]Jt$][]UWVS]Tx@1HJf9q8΋t&8JBuP:Vr?P60RfPBЉrrt&`bK ;KK9,H``PP))9ƉJZt&99DfN~[WJB fv9H&N1;9 ;!ȍ JfNэBɈH1Ƀf\fNfot&@xx뿐t&HPČ[^_]ÐqAQ&DKJ I ;HKDK+DKT$$o0fVrfTHI։Jɉ=p99fN9K)F:t:u@N)+99у&OJHK;DKtO HK2fxHH;HB*뤍LKLK렍THPH5~PHfNJHK;DK HKpfPP;PFd딅CCBPH,IƉf9HA 8.׉ʍt&:uG끋LK=LKA>f9A18f:ujW: t t&: uRJW))ʍ 9‰rI9уD$ $+ D1HqD$$+IɍD1H)UWVS,] EU|J@xJ+tJE䉃Jȋr1u1҉|J19}N9T҉Uƃq U]֍VZ9uu]։Jp p r p}ǃTX@)ƍv9pu}J,[^_]Ð 9E䉋JTq hNUfB|ǃJ,[^_]f\$$l0ǃJٍv]܉JBT)JBEf@z:NL MJM NfJUN}~T~|UE؉\$$/EUWVS<E] 0X։)fo1ɋ}t3w6)94r99҉ֺNr  2O1f)օf7JM1Qp f:88ptzt ΍J|JxJ+tJȉJ11҉|J199P9x9~񉓄JH)ʉJJw)R҈Vuf&VNT@}fGx|lp h<[^_]ËߋMJJ+XApuUf>X<[^_]ÍvAǃJ\$<$,9U@1UWƂp p_]ÐUWVSME Qp+u994K47׍QpvnuÉƍt&BABABABABABABAwuƒׅtMtCVWt7VWt+VWtVWtVWuFG[^_]Åt4K!Qp!ڃQpu؃[^_]U(]]uȘ4$Xt]u]Ít&4$E8EǃT]u]ÐU(]]uE SC9ЉCv3K u:t 9BD$$tCs]u]Ít&9v‰L$D$$T$RSC떉E$RE멐U(]]uE SC9ЉCv3K u:t 9BD$$WtCs]u]Ít&9v‰L$D$$T$QSC떉E$QE멐US]D$$6SM L[]ÐU(]]uE SC9ЉCv1K u:t 9BD$$ytEs]u]Í9v‰L$D$$4S$QSC떉E$QE말UEU 9PrPf+PU ,US]D$$CU UPUPUP []ÐUt$ÍUS]Fu ts$EEt0Xt+P€tu Vu'Bt,[]Ít&ԐVƃtكLu݃Buƃ[]ÐFD$$Zrt&US] $< \$$N@E E[]&OUE]uuMu =t ]u]Ð0$,=_ $D$ D$D$D$@=D$D$ 2D$D$2[/$*$|= \$0D$t$D$ D$$S?D$ \$D$$ {=$ u$>$?$l>\$$>fUW1VS,E EE$t&4D$|?4$ut81ۍv4$D$ut uD$@4$uu-vu$i>EEE ,[^_]@M4$$@>&'UWVS<`E U}D$ןE֟$Dž<$ПC{$NAP{+ |$4$ ؉&D$4$vCƆ[CC$H  FƆ1{- PkC{$U<$U$D$D$D$D$ D$|$D$$ۍ$& i@B@Biʚ;ʚ;5 DžDžvD$D$C<${SBD$EƠD$4$\$4$Z1DŽ =uN\$4$jQ<$ { D$D$ D$D$<$eh~ ~ .~ ~ C ߉2Cth4$T$G$nGt~Lt&tRu$1É 1빉1믉1륉 2QG-DD$D<$uLdž0 5 Dž>DžfC$DCuCuƆMC y$YDt~׃PtQudž0ƆNƆL뻋5@ Dž|,DžD$D<$Ɔ|5h t05 ODž$ Dž6DžDžfUWVSu Df)$Gt?4$|$D$t);-t.$>D$D$4$u[^_]fCD$E$뾍t&UWVS\uL<$D$D$D$D$D$ D$|$$PD賈&<$`u t&$uD$ D$lD$wtUD$$D$8E$E$LISMVRE$D$D$DD$ D$D$ $J$T$D$y4$D$&C$D$4$REJVt R-u]D$t$<$I$]S$FS]u}]f&"4$1Gt|<$@@$$DD$FEX ǃ>@Cv~-FNƃ]u}]Í&I<$ fCE4$9 D$t$$`v&D$t$$>$D$]u}]Í&<$$蚼$DD$DEEX υTEEEEEED$D$4$tctc}tt@Ft$$n]u}]Á@D$t$${ft>@tu묈4$uƃD$D$D$FD$ D$\$D$4$腁4$ D$D$ D$D$4$v@D$t$$7D$$WfUWVS<}E }uLJEƇEEEE~qE؉<$D$9]~S$D$E؉$\uE܉D$E؉D$$3}uE؉<$D$^9]}u<$E`<[^_]ÉËEN$US]t$CC[]ÐUhEEEEE EEE̍E$/ ÐU(]]uE SC9ЉCv3K u:t 9BD$$tCs]u]Ít&9v‰L$D$$$SC떉E$E멐U(]]uu }}D$$(St|]u}]ÐUEƀt&9u]ÍUEƀt&9u]ÍUM S]t19w[]UVu S]PtK1ҍ&09w[^]Ð&'UHMUEu49шEEBƉ]]}}D$E $D$u]}]EEEEԉE ]Jv'U8uu ]]}tEƃ4$@\$ t$$D$D$D$/]u}]f߹1ƃ]u}]ÐUEƀD$$`Í&'U(E]] uuu]u]ft$\$ D$D$D$$|D]u]Ív'UVSED$t$$bE D$\$$K\$4$>xt&9ux9u[^]ÍUSED$\$$$>xv9u[]ÐUE]ÍvUWVS"M]E4$DžDžDžDžDžDžD$0 D$Ot$uD$$D$ t$$T$$$D$ D$2|$Et5 $$ȡ\$$Eؿˍ۸lElj$$ tމӺt"t&Ĝ"[^_]ÍvHL$|D$ $D$ET$xD$ $D$2$)x||$ t$T$L$\$$t&0҃M>5$ܣ$AE $D$B <҃vUH uEu]U}88E D$<$D$UU ED$<$T$D$T$ D$tQtM؋u]}]ÍvU 1ۉ$؋u]}]Ít&U $tdž81뤍U0ۋE T$$ uvUE T$$ ddž80St&dž8=&<$9tjEU |$D$$E 1ۉ$U E4$T$D$T$UD$ E T$D$EU |$D$$fU(} ]Uuuu2Ҹ$&D‰$;uu] ]E]t&U$&U뷉'US] }UEu0u,ҸܤD‰$] E[]=t&[]fUS]} Eut[]f$4] E[]t&UE U$D$ET$ U$T$*EhE v'U$$$ $ɃÍv'U$4$$$ɃÍv'U($]]uu }}|$$t$$@;u]u}]Í$]EXu}E ]t&U''S] }D‰$ ] E[]}'U]ÍUE U$D$ET$ U$T$EhE *v'UEUD$E T$ U$T$ZEhE v'U8]]u}{Hw-CH$s$Ķ+t$D$$ ]u}]$hEt&]u}]g$lT$$D$$E$E$D$$u]u}]$$΋s$l'$붋$l@\$$$p#E#s$[ $T t$\$$y$P$$08$о,$( $$ $E$0$E%t$`E`s$\Gt$ \$$D$s $`$f \$$D$$N{$s $|$ t$D$$$\$$$\$$c${s$뇋s$!$EEE$1$$xE$ E $\$$g$D$P$$Ls$ps$ as$R$v$E%j$D$`3$?]u}E][ $D\$$S$ps ;ҺاD‰$|$$`HD‰$E$$-E%$dE$Ԫs$rt$T$ $D$L?s$s$ D$+$D$E&C $hD${$$bE%$ȱ$D$$Xs$ذhs$hY$D}D$$_{s$s$D{s$^s$s$0s$Ȭ$`$s$s$l$l$D$s$ps$as$@R$dCD$CD$ D$H$D$<$t@$D$ s $d s$$\$$q$<E$E{(s$[ $T|$ t$\$$~{(s$[ $$x$E%l[ $HU\$$,$P8$$D$ s$$p\$$x$\$$Y$0[ $@\$$-$E[ $\$$\$f\$$=$I$D$$Ps$ص$ u$tis$$pN$ B$p6&'Ut&U=u Í&s+tD=[~$UtDÍ&'U$<N$$#:$2Mƒ Í'U$UT$$$$ɃÍvU$>$ȬU$T$D$$$$Ƀ US] $0XD‰$BU$T$D$$$$[]Ít&'UEEUMU w vvww]Ív'US1ۃUBv X;]v 1ۉ؃[]f\$D$E $p؃[]Ð&UE]ÐfUE VUSttB[^]ÐB[^]ÍZ1ҹsvt&wwD [^]ÍU(}}]]u4?t$$ܥ|$CD$E $Ds]u}]Ít&UWVS,}]u |$$蒥t 1}䐋S;JK  9Ew,[^_]ÍUVS]u D$$BCPS CPS CPS CPS [^]fU]E ]uuD$$ou u]]][v'U]]uu D$$莤CPS CPS ]u]ÐUS]D$$FCM PS []Ð&'UWVS,E] uUEEك } }t2ɀL$ME܉U؉ $jًEU뽍EM E,[^_];v'UWVS}] u t D$<$ލt&}E [^_]US]CC$D$C[]Ðv'US$]CCC $$[]ËtE$蜂E$UWVS<]Es;CtaCك+;ȉD$M܉$MljEC9sUt&S9wΉt$|$C$] tM t$|$ $ t&11MtE8<[^_]ÍGGFD$GD$$kЈGt&V1ɉUU}Ew~+uUu)ƉuωUt#EЉуπuEЉMԋuԉET$U܉D$$ؼU܋uzЉBfwwPwE)EWt&ED$$ID$$EE)EfU(]]uu }Cv3x|$4$|$T$$-]u}]Éu]u}]UEU $ba]Ð&US]a$][]Kv'UWVS<]E ƃ5aFLq4a9эzCEL)PtU䋸8L}tD8KE؉]ܐE܉)UE$)#ED$ 9sЋ]܋!ƉEE0aLa1u}x}<Tis'1is'?UT1UTius'1։uis'Lu1ʋM##4u9uԋfqu䋋M}܋u؉ 90a<<[^_]Ít&t1UM ЉM P|is'1|is'1} }#9E܉|90aw<[^_]f4Km}fU}))ƒ#U9s;Ht9ΉMGU} VUSu+rt$Z1 D9r1t&D  =uƂ[^]ÐfUWV1S,] UGE؉E9‰EsEGE1Ef 1%t;ur9]9U|wҋu}@t1u,[^_]Ít&D$D$$貘1ǃu,[^_]Ð&UWVSHuM EEFIƃEи}EE EЋUEEIEEEEċE}EEЉE1}t&9Zw\]|}| }| }ߋ] t}t}u}uGÉ]ÉUljЄuU]ȋ}ԉ|]ȀtIE]9]I}9}=}3H[^_]ÍH[^_]ÍvEU9U}H[^_]ËU9T]UE}ET]9]$ᐍ&'UWVS EM EEE]EE011&;E}r|uT|<]U‰1҉lj؄t]9\u E}t0uU܉]ԉT;E| [^_]Ð [^_]Ðv'UWVSuUEEEڍPUv?1EEU+UE EOэ9‰UvCuؐt&u8 0*()ʉ1)ʹ OуU9Ewȋu؃E@}u9u~ ~2u}܃9}dEE=LE܉E܃[^_]Éu}EEȍt&UWVSPE]~U19uEMEE E̋EMȃEM }EȋE9EEԋUȋ}̋uEEMEЉEE؉Ӊt&u}]9u~J<9Muσ [^_]Í&9}t}t&09Mu [^_]Ív9}F]fX^;f fz9Mu [^_]Ív'UED$$ÐUWVS<E]"Džt&M+aDžF1=F1ht&M)E ;G#N~F+aF hD$D$@Da$9amӋDa$a1E +)Љf#~FFHaF aFGG‰FkD$D$Da$9wDa$9Ev<[^_]Ð&USE] U0aLatJavLvGv] UE[]_&] UE[]ut&[]] UE[] UWVSLuE] aaɃJfBa;aar a$du<1v98tuSU{S}US{ ; { }<8׉}x?7L׉UĈ}}Uċ}Uċ}9^L[^_]Ð&UWVS9MtQ;MPUMEt&;M}뙐8(뾍8밍8띍UWVSD] uL\HD҉EЉE܉U45aEM+8E}MуMĉuԉUU)#U}u ;U<;@Mԋu})!M̋} 8 7(u2t/ }}}u }uFUEU܉u؍t&mm;E,E؋uԅ}+}؀\}tzwL9X~DTt:"8?~MUE܃H KPC KPƃ\}E1҅t7}} e}1҃}t&4Ѓ+H#<KC KH;Uu8D$ E<\$4$D$ƃLD[^_]Ðt&}3;UMt&E؃mm;EUm}t́ }봀\tASPC SHLƃ\t:DH}ЉEUЋM\$4$T$ L$ƃL&\$4$ <(ƃLH8D$$0(,,0D[^_]Ðt&E1҅C} E܋U\$4$D$ T$V\t&SPC SHƃ\Lu:8D$ <\$4$D$#}oDD$ H\$4$D$kƃL=}P'= =fUWVSDME U4U܉]>UL>\>MT>ŰU L><MȋMU؉U:ɈUMsM)MЋMMԋM!щMT9MKMis'1Mis'E1Mis'1Mis'1ˋM#]}Mȉߐ:]tgLis'1\is'1\is'1\is'1ً]#9t#U M9,},D[^_]Í&M]  8وMtCU܋mt]M)!;MЉ]v9r]؉MЉ]?&MEE)!ЉEEMM 8M9MrM̋]E܃EۃEƃ\P8T<XC;E\t&SPC SHƃ\LL[^_]Ð~ ;@\$4$?U܋<TU܍&EC;Es,UJf@yUȅ~,)‹$#ǃ<8P<UmȀt&}4ǃ,%&SC SUۈPVUE8DD98D@+U#B=<~89f$ǃ<8P HfUE8D(D98DD98D @+U#B=;$ǃ<8P\$4$WDD$ H\$4$D$ZƃLL[^_]ÃL[^_] UED$$IÐUWVSLEEЋMЉA0aUA9guЉ)!uЉMċMЋaa9G;MGMă}M EaU+U;UGU 9GȸDȉЉU1ҋ}E1]1ҋ]ЉME+&uyUD$$SU;uEE)9U܉t ;EG}9EM0aPa#xH a}xH uD$D$0!DaU$輪U;uyUȋUЋ]؋Da$֩uȅEt&uЋM؋Pap@ EuB|t&M܍<|$ыU$T$hSK u9ȉCt6t?}CK SEE܉)9w19ȉCuʉ$uEM9MXuűE9EvuЋa MЋAEЉ0aUUL[^_]騏uuMЋDa$迨)ƉuUWVS\]aEȉ$cAA0aEMĉU9EUz}EU׍P!U؋}U89+}Ѕ¨tMUETUЃUЉ}ҋE}Ћ}ЉỦ+U#UUU})!FỦ}}#U!89uXUtQ1ҋ}uE]9Uv]̃u!42!81t߃?uE]vM9faaU׈Pa;aar Mȉ $0a#0aA}9EEĉ$賍UȉU\[^_]顦}-EEU)#U9W5au 9EE}v} Vv}VFBЋaafPU؃Pa;aar }ȉ<$0aE#0a f9E~U!UU8Uui߉]1Ev9UvE!8uv ẺEsEgfED$` D$d>$t$r$$s~1jUU E ]Ð&'U1҉WVS,u ]t uWaaE䋃aPf@a;aarEU$қUu VaaHf@a;aarEU$zUu,[^_]Ðv'UWVS<]AJa1EL&7҉T$D$ $D$ED$=9AEE EED$E؋E܉$-aa@a;aar E܉$腚+0a#$D$$D$8a.D$ $D$ED$9A<[^_]Ít&EE#E؉D$ D$ $D$ED$(fUWVS<]u AE䋃D$E$)Ћt$9G‰D$@a$衖t_=ƃ4avQT$D$D$ U܉$D$"U܉AT$t$$D$ U܋18aE|9ew1t&E @t9EGt&UWVS$U oB=EJuEEM܋M싶UԁuEMf}u}܋ E)#Et2U;s'>8E muŃEU9UUԋMc11tE9u9B u }Z1M~#Mu싁1BD9uut*z t$11Ƀ| =uvB f$[^_]ËU9U8U1MЃ&;U} 8 uW=~=ME]uIEDŽUEU9UBt&MrB u10Z3U t&8uȉ)=~UB U1oUE]fU} WUSt"1D =uƂ[_]Ív1zǂtZ,H9r뛐UWVS1ۃ,E M UFM9ʉMsIFE1Et& 1% ;]r9ރ]9U1wًU ]=@t1u,[^_]Ít&<$D$D$`CM 1uǁ,[^_]Ít&UWVSHuM EEFIƃEи}EE EЋ}EEIEEEEċE}EEЉE1}t&9Zw\]|}| }| }ߋ] t}t}u}uGÉ]ÉUljЄuU]ȋ}ԉ|]ȀtIE]9]I}9}=}3H[^_]ÍH[^_]ÍvEU9U}H[^_]ËU9T]UE}ET]9]$ᐍ&'UWVSEUEEEڍPUv?1EEU+UE EOэ9‰UvCuؐt&u8 0*()ʉ1)ʹ OуU9Ewȋu؃E@}u9u~ ~2u}܃9}dEE=LE܉E܃[^_]Éu}EEȍt&UWVSPE]~U19uEMEE E̋EMȃEM }EȋE9EEԋUȋ}̋uEEMEЉEE؉Ӊt&u}]9u~JD$ \$D$$L>Ek]+]DžDžDž&911ɋh (ىƋ]؀uƄ(Í ـuƄɉ1)U9h;Et K1;]1fh9Oу9uM}ȁ &1<$1}몐&'U1WVS< } < [^_]ËED$ D$D$$v][]AUWVSE MU9ȉMsZU4P\is'\is'3E9UtwÃ[^_]ÐfUWVS$E MU9ȋM4u]t&EX]4|is'47uis'ttis'މuu?}]ߋ]<_]f}܋]<}Li}s' #<]f^]]߉uЋEM܈FfNuЋu<0E9Eԉu$[^_]Ðv'UWVSE ]U9؋]r fE싲X]|is']is'\tis'43uu?}]]<_e]f}苺<]f^]E]yfAE9EA[^_]ÐU EPT$PT$$ÐUWVS M E}9EswuEv4 A\ is'\is'\is'\is'u#9E3 Mtw [^_]ÍU EPT$PT$$?ÐU8E ]]uu܉t$EED$S]܉E䋃$xt$D$T$kx$w]u]ÐfUWVSM ]AQ I9ȉMs}]4is'\is'?]is'\is'}|}#}2uZz r9Ew[^_]Ív'UED$$9ÐUWVS u ^N~V Fv]tR9}s*]X3 r9Mw [^_]Ðt&]ω}싓9Usۍ &p }1}u4><9Mwσ [^_]Í&9}s}t&09Mw [^_]Ív9}F]fX^;f fz9Mw [^_]Ív'UED$$ÐUWVS<E]"Džt&M+DžF1=F1ht&M)E ;G#N~F+F hD$D$U$t9mӋ$s1E +)Љf#~FFF FGG‰FkD$`WD$$s9w$ s9Ev<[^_]Ð&USE] UetJvLvGv] UE[]_&] UE[]t&[]] UE[]UWVSL]EEEfUȉMԉEEЋe9EEvǃ !ȉeUۍP!UU8U1Ҩx}n u UЋ$)!9fu ;E!ȉeD$Eԉ$7b uD$4$b  D$4$a!4$D$a 4$D$a$4$ D$aeEt&EM9EuȉuL[^_]Wt&xU!ǃ$:>M̍t&M<#}̉$: >Mǃ EU+U!ʉUU)!ʉUFU!ωUU!8>uW}tP1҉Eĉ] 9Uv]}č!ˍ<:!8>t߃Eċ]vu9t&uۋEԉt$$]`;t%eE#e&UD$$`ƍvUD$$`$MԃD$ $_eE. $J&TMtUWVSE }]UB$FB(9BB4Z8B<1҉]f;U8tuHMXH]MHx 8 x <}x91M] ] ] ;Ulv[^_]B$FB(5BB4Z8B<&UWVSEuU }|EuxU}p8x@x|@$E@(@4Ep|%()҉}Eu7U1)щ)ډu1)41)udUuԉ+uĉM̉UЉ1)uu؋uč401)uu܉+uE1)uu1)EEEuYE1t&T9vDuw$`1}Et&}}E9E~bŰuЋ}ԋE؉dU܉uu}}EEăEMUu}Ecv1}}}EE9Ett9Uz|}E|$D$x$(1lDEpUE Ĭ[^_]wP&1})E&1})E&1}E&1})EUWVSE eU1ҍ}DžhuDždHEDž`DžPxLP9LTt&HmTZ (وHJ(وH9uߋP`ot&*P҉1)9u偅TPT9L`lPt P6`d9w 1;hv 9hЃUe3u Ĭ[^_]W&UWVSLEMU E<ɉ;DžDžDž91ہL*Lɉ1)T*҉1)T*T҉1)9~xӍP9Mщ; Dž0DžDž1;Dž;aHz) 1)0)1)pJ)1) u21˃;r;s t<w0~991׉11Dž9};tS1x+t&d~ty19Xރwt7L[^_];捕1Dž뺋EEU ML[^_]5됐UWVSluU] MEV8F$ EF(F4^E1UEu}UED$$ÐU VUS]+MރۍKH1] "  ш u[^]ÐUWVS$EUu P8@$D@(x@@4p~uM}듍vkǿv'U1W1VSu] }`t?;w7ft^4)#}M 8tEt&u}1~E䉻<8[^_]f49w뜍t&@1Ʌ}~}U܋UE쐍t& 8tTU܋Et<}9ω}r}9t0}9t>9MtQ;MPUMEt&;M}뙐8(뾍8밍8띍UWVSD] uL\HD҉EЉE܉U4fEM+8E}MуMĉuԉUU)#U}u ;U<;@Mԋu})!M̋} 8 7(u2t/}}}u }uFUEU܉u؍t&mm;E,E؋uԅ}+}؀\}tzwL9X~DTt:"8?~MUE܃H KPC KPƃ\}}1҅t7}}e}1҃}t&4Ѓ+H#<KC KH;Uu8D$ E<\$4$D$ƃLD[^_]Ðt&}3;UMt&E؃mm;EUm}t́ }봀\tASPC SHLƃ\t:DH}ЉEUЋM\$4$T$ L$ƃL&\$4$ <(ƃLH8D$$0(,,0D[^_]Ðt&E1҅C} E܋U\$4$D$ T$V\t&SPC SHƃ\Lu:8D$ <\$4$D$#}oDD$ H\$4$D${ƃL=}P'==fUWVSMT>L>UT>UT>UȋU <UԉU:UU҉URUU؉)!9U<Uis'Uis'EUis'Uis'M}!ʉŰUԉUȍ&:Utg|is'T is'Tis'Tis'M#9Ut M }9,},<[^_]Ít&UM8ʈUt;M܋mtMU)!9}wUԉUG&}UEE)!؉E}8 U9UmUЋME܃}ЉEАEЃ}88:t}9}ڋ}ԉ}gEԉE\UЉUQ&U1WVS$] < 4qLuM؉EU1҉E]}t ]`u;fE]uE)#@  XEߋE}47uu871u}U 8T8u9U9EtXt{fKt&1$[^_]f;MCݐEDw9Et4;Eu]8v먁yҍt&1]M8n뷁V뤍&'UWVS\E U }8E̋M1;`;d;h;lM U;TL$<$¸gE 4U܉E!؉E؋MUU؉MċMTUULMTM؈UU L<MԋMUU M҉UU؋)!9׉}UMis'Uis'EUis'Uis'M!ʋMUЋỦMMUUMU䐍t&:UtO|is'T is'Tis'Tis'#U9Ut1\[^_]Ít&UM8 t!U܋mt׋U)!9Us1ɐt&UME)!؉EU:EU9U(ME܃uX}tQ1ҋ}؉E] t&9UvM̃] !!8t߃?E]vM9t&̲IJU׈P̲;Ȳ̲r Mȉ $Ve#ev19Eǃ$}U!:>1҉Ẽ9M܉$w1Ƀ E"ft}E!:>t׋Eǃ XMĉ $EȉE\[^_]3Vv $7&'UWVS,]u EhE$*E$f$Et$$@  1󫉳 fǃǃǃǃǃǃǃEǃEǃECC ǃǃǃ3ǃǃǃ,[^_]$ ƋE$<$bE$7ȉ߉鐍v'UVSu ]uXƃfǃ ǃeƃfƃǃǃEǃEƃEǃEǃǃfǃfǃED$E$t$$Hǃ ǃ[^]ÐUWVS<]u D$@D$$fe9E䋃uԉE1 <uis'|is'ρf~is'|uρis'|u#9ew<[^_]ÍvD$D$$D$D$$lD$T$$I<[^_]ÐUWVS,U ]vBщ<GUD$$:U䋋ΉM$UQ<$sQU䉃T$D$$$@DQ$2Q$ Q$ Q$PMKi,HE $PC$UPC |$D$$D$@D$$D$D$$D$D$$yD$L$$VCiK,HD$$L$8C UD$$T$)$O9Ɖs$Oɉt'1&$|N 9w$b$D$$D$D$,[^_]ÐUU E]Ð&'U]]uu 9Er]u]Ít&t$E$&EtE]u]Ít&$Cލv'U]] uEAE4$D$D$؁D$4$D$\$4$D$]u]ÍE4$D$D$\$4$D$]u]Ít&E4$D$D$b\$4$D$N]u]Ít&E4$D$D$\$4$D$]u]ÍE4$D$D$\$4$D$]u]ÍUWVS](E,E1ME&}1} 3,3(ȉEE#wL$|1}D$fL$ML$ 30||$$D$耾|fO`EEu}9hEdE|$ЉD$E|hEdEЉL$|$$O|dE30M3,9(EE,EEtQ3<)~D L$ME|$H|EE$U :D$|$MʃoEfD$ L$M30|$L$D$V|&3,`E}D$|$ 30|$D$ED$B|_D$34MD$ED$ 30|L$$D$ѽ|D$M34}L$ D$30||$$D$|t&T3,T$$E E3, $T$D$S3,tWM1)~<T$|E$}M EE9t$$|$|E} EU҉UE]M9MMmEUE`E;`E?dE;dE"EUEt&9pu@9;u эQ9U9M+EȉIE},E,E1ɋ;}{}{}{ }{}{}{}{}ċ{ }ȋ{$}̋{(}Ћ{,}ԋ{0}؋{4}܋{8}{<}8;x{x{x { x{x{x{x{x { x${$x({(x,{,x0{0x4{4x8{8x<{<}@8}x}x}x }x}x}x}ĉx}ȉx }̉x$}Љx(}ԉx,}؉x0}܉x4}x8}x<@9UE9E]}]EލfEUM}vEE~2,E19,Eu t&;,E9EUE$EEb}`E1t;ttPπET$$EE`E+e #v @ET$$E}7dEXQ9T tT$ E$tdEET 0Ep}\E E$EA vGǃ}QT$EM<$_L̲IJEBMJ̲;Ȳ̲rM<$^EMtRu1΋EIJ8̲P̲;Ȳ̲r E$E9wuE@U9UĬ[^_]Í&Et&D$$\E}1]ÈMt&XED$<$D$/9\E}]{vD$$1ǃEƃEDžtEE,EM,EMEETTE$D$>TE}1]ÈMPED$<$D$_9TE}]vD$ED$$+EM4EE1u] t(0EsD$E$zu؉]}&dEXQMET$U$}D$<$E<$D$Mv|AD$<$lMu1މˋEM8 $D$D9wuaEE}}1tu*D$EM$MUD$$MbE1}}}MMrUUgEE\t&UWVS\]u EEԋ}ԉD$<$ )9FЋES9OЋET$U $D$U)EEE =}t,T$UD$D$ D$$ U# D$EԉUD$$U\[^_]f ƃf T$D$U$腮 UV&EM1EwEU fL$T$ fM$MEuUM1EEuE}ĉuuffE9T$UD$ $xUf=ƃfMEu(D$D$ t$ $D$ (E $D$ ED$ED$'UuȋufME}f;U}E $|$D$fEE)EEEt&   fE~ѐUEt&fm8vEE&UWVSL]fUMe9 u 9t!tE$=(u$EwE$iE$v=Ye9 SD$$:L[^_]Ëee;E.ƃt&eD$E$UD$$MD$ $ ut 1҃TɉMu DEԋ9DMD$T$U $D$EԉT$D$  ƃL$谪Uv$EvE$e&'UWVS,E} ]UE܉UED$4$%̲IJ@̲;Ȳ̲r4$U;U܉rU܋E$T$D$Mt]U$T$fUBXTR =?~ ǃ ?8~ ǃe҉ t fD$$ult{ f$m̲IJ@̲;Ȳ̲r4$H:tu,[^_]0:,[^_]ËE$D$uf<$D$ D$<$ D$<$HvD$$ yvǃ ǃUU Et]ÐUU E]ÐUE"UE9UE@@ǀ ǀ ]UEU @@ǀ  ]ÐU Et$u|$$ zv M   !ىL Pt9t)!9sp$t$|$]ÐUMWVS AAtL1vT t+# 9sljӃ9utD D  A[^_]ÐUE@@@@@ ]Ð&'UE@tE&Í&'UE@@@ ]ÐfU(]]uu 9stt$C$JtCs]u]ÍE$,E֍UU EUPUU US]t(ST$ST$S$C[]Ðt&S$ҍ ED$,[]ÍUWVS,u}U tZG3t&)9GGT$U\$$GU)މGt$ڋ_9uˉU<$@_GU뵐t&,[^_]Ð&UWVS,]C ƒ)׃wHKS#C s KSs Kw9SuՉM$SMfC ,[^_]ÐUVS ]u CSH9s-CPPPC [^]Ív9tWS ;CC}S ;CCtOS ;CCt.S C [^]ÐM$CM떐t&$CōvM$CM랐t&M$CMmfU(]]uE }uK 9w) sK ]u}]flj)ω SS$T$ )K s]u}]US]CD$CD$C$C[]ÐUVU S]utك9wf9v]uU [^]t&UVSuFt$F0tDiX)vt$訬C $F09uփ$F$u[^]oÃ4$b$v'UWVS,E }W4G8W $2_4Giä$n2EE]tIމfäC $ǃǃǃǃuEG0,[^_]Ã}t#])iۤ];]t$E$<$fUE]@%?UWVSLE] MuEME0؍ uOMċMF р}҃ ʀ}Eу@ ʋN(;N,MMF$؉MN(كZ2M1E1;F,V$E ƒV(tF}F$V(t09V,uM $"V(F$V(u׍&L[^_]É$UF(U؉ETEM؉$F(M؉E`E1ҿUWVSE@E p1M 02$$1󫍍@󫍍,M M A9wIB09v5t<<<t&"<u҃09wˋE 0L$$2(D$ E D$@E $@D$ E D$D$@E ML$$D$ E RD$@E $,0D$ E bD$D$U@[^_]f4t&Bv\ǾDžvtuው苍DHJϾDž&tuው苍H DM q>JIt&t&B8BvYƿDžtuው苍D.fUWVS}Wt&11ې0ƤT$$L9_w߃[^_]Ð&'UWVSu eE1U׍t&= ||H\EA=~0 }ЉT$D$ |$$=1҉$Ct&D<$ D$D$ $` wyw1Ѐ|ufQ~$ D$D$ $FD$$D$$ Tv1&3|3|3v~1ҁJx D$ED$$$k D$T$$$KwiUe3p[^_]Í xw 8LɃD=!t&<vt&$ D$D$ $$D$D$$~ v:Lg:L]H$*E$>t&3Vw8D3t;0DЉT$D$$$f:D3u:D3u~1p T$UT$$$ $D$D$ $}-1||Ew1|3~Wc|$ T$U $T$ D$D$$$=<;u댁a< W@T;8T3~^t T$UT$$$_ $D$D$ $<&=L;8 ;uL18L$$~Et&⋅$$D8 u봉('v'U]]us4$4$C{}ċ~}1vPǺEtMuMԋEЋUԃP;EAM) SKEЃKR9)ȉ SST$UȉE$zE )‰S{P,}ȉD$<$D$@*vF0T$D$Eȉ$VU׹EtMuMԋEЃMԃD0T$bD$Eȉ$|V|$}!ЉD$<$hRvEE$S M܉UT$UEL$D$ $ {M\$ $ƃt&}E<$iS M܉UL$ED$ ET$$ K#E91)K C~&ǺEt&tMuMԋEЋUԃDf}Ћ0D$;bD$Eȉ$ (UȉD$$D$9u<FMȉD$F $D$9uwӃL[^_]Í&+EĉEMԉ CCD$EȉU$rU +MKSf) CCD$EȉUM$7M U)ȉCS#U9w-)EĉC SE\$$ut&)ljЉ CCD$EȉU$UE )}ċMKSKvK#U9wH)K S)ω‰ SST$UȉE$ME )щSC#)ω}MЉK ω{|$}ȉEU<$ U +MЋEKS>&'UWVS\]S6ؿ@Dž1ۍvip0HN)ʁ@G׃VV $sdžP9wH8Ë1Ƌ҉ti֤1ɉDžt&qB09Ft t{t411v؁äD$$L9wӋ+9v1Dt&D$D$B$뗋C$#1ɉDžt&YB09Ft t{t411vƤD$$9wӋ+9v1Dt&D$D$0B$뗋C$ SDžDžX0C $Dž 11Nf$BD$$N 9F;v1Ҁ>‰T$1҅+T$ VD$T$$'F+D$BD$$yV#vD$$S?vËC 9rK9CJJ4Ht&C€:f8YDډv@z&4 JƅlEC$, wvUWVS}Ot&11ې0Ƽ T$$\9_w߃[^_]Ð&'UeE4$u |$ 4$|$]ÍUWVS\] EEEsC9ƉEE{ EBf<<<<<<X<9uv4uVKD(x9)у C9uKẁ}Z\[^_]fFEdU܋SU9щM|U+M SKKFEFU9)ыUK S @z} F<EaU܋K9)ʉUM SSET$<$E +MKC&FE}w UDM܋KM9ʉU)ыU܉K S 5KU#9P)K S)ʉUM܉K ʉSET$<$\E +MKCt&E%MU+M SMST$E<$E U+M|KSU#9)K S&)ʉUԋUM SST$E<$E U+M S@KKE#9t&m&MԋU+MMK ʉST$E<$UE E)UԋMԋU܉KSD0D$z<$D$f)ȉEM CCUD$<$U +MKSF4T${<$D$nVIL$EU<$L$5EU|#D$<$T$ t&E܋K#9)K C\xs K(9) {ɉK CKu\[^_]t&<$C EUȉD$ T$$ {MЉ\$ $ƃEfxK(9) SK;uDK<$^C EUĉD$ T$$. I\$$\Ev,D$y<$D$FD$<$D$kV1]܉É}׍vMDD$ $D$)9w݋]܋}f&K9wk) SKEiBUD$D$<$USfCM<$D$MCAC)ȉEM CCUD$<$_U +MKSe&)ȉEM CCUD$<$U +MKS)ʉUM SSET$<$E +MKCL)ȉ SSET$4$E )ɉK{C4$D$zCCu\[^_]t&)ȉEM CCUD$<$6U +MKS T$UD$<$UvK CECM<$D$MEKCfUWVSl]Sؿ@Dž1ۍvi pHN)ʁ@G׃VV $CdžP9wHË1҉t 1i ߉DžvYF9Ft tqt211Ǽ D$$<9wӋ)9v-HD$D$B$럋C$C 1Dž{t&t ft  ;ҋKoDž9Dx.DžtfDžt  7K :1ɋDžYB9Ft tqt211Ǽ D$$9wӋ)9v-HD$D$B$l럋C$DžDžvDžZ1Ct&$t>tmD$$-9vm4 F;v+D$C $D$uFw&D$$39wC 9 9ei {x󥋕Bt$"Cl[^_]+D$CD$$Pf!fxyDžLC$QC$FU@M+E Q?9sv'UWVS}Gt&11ې0Ƽ T$$9_w߃[^_]ÐUS] t$$r ][]U(]]uE SC9ЉCv3K u:t 9BD$$rtCs]u]Ít&9v‰L$D$$D$(SC떉E$E멐US]D$$6SM ]L\[]ÐU]]u}]1ۀx1uz1upx 3z 3r t؋u]}]Ðt&tJ9Hu}t1ۀx0t̀z0tǍp z뵐U]Uu] }}tXuDBJ sS É11׉E1 t)9w 9ur{]u}]Í1]u}]ÐB1:C1t_<]u}]B1:C1u{J C r}1lj}}1 }9wsm]u}]Ív{J C r}1lj}}1 }uŹ r{(J 9 @6t&;u눐t&K19JuUt$.oÍUt$oÍUX]] ueE1}$щ‹D$t$$P t$$D$zωt$|$D$ $PD$|$$P |$4$D$T$L$D$ $PD$|$$P |$$D$螩ue35u0]u}]Ðv؃ lU1U SJ$v[]ÐEJ@49Zr w;s 1[]Ðt&BD[]ÍUXE]Uu]}u@4} Lu%t9r-v'$lKe]u}]Ít&9wՉT$Ut$ <$\$uU;tɉt$|$\$t$ <$\$ED$ D$$T$T$E]u}]Í&'U8}} ]uut 1ۉ$"t؋u]}]Í&M A4uڀxtPtD$1D$  t$$T$uU D$B4$u u*  MD$T$A4$iSt$<$UÃ=v'U8}}]EuU ]`E3 Pt&ED$$D$tG\$$(uz]u}]Ðt&E\$D$$nuC$莡$ltC$]t_C_w&U(]u] ]}}U]ڡf$ΝU$T$D$+&ED$B $D$fU$oUuf1C$襠'E&UWVSl E D$D$$藘U$EEED$$$GÉ$UƃB4ǃLLZZD$D$$3U(ǹr4(f$2F4.tD$$H<tľtGt$MhGt$;hFt$)h`Ft$hFt$h$=$E$EEEel [^_]ÍD$$F$D$=$̔>\$Ɖ$M4$Xwt4$,N4$d;=‰É4$J$¤Ɖ$84$谤U8E]U uM}u@4}]Lt]u}]Ðt&t$|$ $L$謳u E ]Eu}]-t&E$E̍t&U$3H3&ǀ$@ǀ(@ǀ,@ǀ0@ǀ4@ǀ8@ǀ<@ǀ@@ǀD@ǀH@0c9uEÍt&UVuSt:iX0c9tt&0c @9uE[^]v[^]Ít&UEU J4P$TP,U@ H(@PU@P]Ðt&UWVS,EP;P0i0cUMfRM]M)щi0c󥍃 D$ U܉$U܋c$c(cEE0ccc$c(cccc c ccccccccc c c,c,c-c-cUB;EU+BBB,[^_]ÍvMAA,[^_]Ð&'UE@@]Ív'UUBti0c]Ð1]ÍUU]iB0cÐ&'UX]] u}#t{EP4(t~S)JE1(|$ 9t$tEE(L$T$ t$D$$D$D$ET$]u}]Ðt&(T$D$$tuV4Ƃ-LfD$$֍v'UE $T$D$E EU]]us4$CT$軻E CPCQC@CDCHCLC4C8C<]u]ÉÉ4$$QU]]uC8t$RsF $D$ D$D$RF,$F,~4282)T2X2(2$c,2(c)L2P21ǃ$cǃ(cV(=@T$`@$T$ @@M䍋@F,M܋MU@U؋V(ǀ,2ǀ02ǀ42(UԋVǀ821L$ M$҉L$M܃T$|$D$L$M؉L$MԉL$ bF,$'$c(c@P@cT@`@cd@ch@ cl@cp@ct@cx@c|@ c@uƃ `@|$$vtڍt&X@\@\2`2NfUS]C;C}9i0c-ct(D$$-D$$C;C|lj][]&UWVS\]} is0c3 D$C$|{,E 2EUCMU؃;,2MA$RCCS,2(2+UM䀸B(2,2t%{(@t+UM(2,28MU$D$ L$T$WS(@C,ǀ42ǀ82t2T$`@$T$ @@@Ƒ@us(E1(u؋s1L$MT$UƋE؃|$ t$T$L$D$ D$C,$\[^_]Í& ;(2|$ D$D$$fSC$!v'UWVSU؋D$$D$rNTM $|$\$L1Ɔxdž2dž2dž2FQFPdž2dž2dž2xF4@ |1EF4(Ƈ(Ƈ#YU܍D$ F$D$D$T$D$xMԉD$| $D$MԋD$ D$EЋ9 |;UsUЉȉ$D$ 22v} u\[^_]t$u$詬F4x @v $)1 %$]uUWVS쬋}E eU1҉ltG4D$$GG4|t$D$2lt$D$ $ult$T$$tD$$ζtD$$f$htD$$@D$D$$bW41,t(|t$I|tD$ D$D$$q$Ult$T$âG8t$RG4x @r$˻wTÉt$$zf_8t$$W8G4 $D$Q$G4X G4P @P G8T$$Qt֋G4@ 9tD$D$$(/W8G D$$Q G4(w0G$G,|tGG WG $É1DžttDžptvD$W8D$D$T$ |t$2$,tD$$XnD$D$D$ D$T$G4$gt[xnD$D$$xnD$D$$o$葲tt1v҃T$xnD$$(D$ \$t$$荩T$D$<$D$T$ D$UT$D$D$G8T$<$D$ |tD$$ʨÉփpt%t&|tD$D$ D$D$$"|tD$$ 뢋W8$Pttu|t$襇ptttG4N$k|t$]$OEe3SĬ[^_]Í|tT$$Lptwlt$$$~lt$T$bttKlt$BD$螲D$ $j,@ @$&~$$(b4wTÉt$$d$X>D$` D$d>$É$$|t$$$nƉ$'뿐fUVS ]ft$$D$t$C4$ft1C4tD$ D$D$4$zf [^]ÍUWVS EU] tlteE1B4pڃ?¨9uĉڃ?Ѝ<$:tDžDžDžDžD$E܋pE$xO!+Kt$<$D$$T$T$P Ël<$T$趿Ee3u Ĝ [^_]ÉË蒿$Jlt&UWVS E X1ۋ}Džl v9^vX\$4$|.P$wHW4p9Hrwp;rxDl9^w&lu [^_]Ë}D$ D$D$D$<$kl4$AXE P11ۉp&9^\$4$-P$w݋}PO4`P;rw`;rxDukp4`XpHHP 1҉ r@0@1jl1ۋXD$ |$D$4$+^l\҉pfk41ɍSXk4X$苻~Hp}D$\$L$ <$D$UD$E $d,|8$T~|D$|$ $z|F1|$P;lsH;\9tk41ɍSXk4X$5;lrlXD$ L$D$4<$\趐UDžLDž`DždDžpDžtX1bt&S4$tKLuit&M D$ $+PHpt4;l;\rtS̹$豹tȋLtFptMD$ `T$dpt $D$T$Y} <$D$h*PH<$PTD$H*|8 $8|D$|$|<$^zC1P`Td|4$;lLLglXD$ L$<$1D$4ZED$ dD$D$dD$$GDžpt&;\k4X;lsk4X#t&4p;ls1ɉ$طtU $D$(M ` $D$(MP@Q4JwN9UD$ T$PH<$L$!Y<$L$ML$ҔM$G \[xDž#D$T$ $ HL'ƃǃ2ǃ2L#P#C4X[D$ Y[D$T[D$ $zY[(,$T$L$AZ)8Z([D$$0[@$(Dž[C@ƅƅx $k04$KTƉ L$$Fƀx @@ @X[ LHT[ 1҉T$ D$ $D$蒺L#P#X [uC4<ƀ'NDD#H#0S84$P 104| S8$P',D$D$L$ C8$D$xD$'uR D$$` $BD$ $C C\u S8$PS0$0&WaK4¸L\$T$$h%DD$誀C$x$Uiƅƅ8898[_S8$PC8t$RsZZY`ƅ' ,D$HD$ $cU&%ZZhlv\ X5HLPt&[ƅƅx$ef$Ɖ׉ $D$D$ T$$*D$CC4Pt&1,T$ $#JC41h,\[$D$C4^#D$$IdDž#Xƅ##C4v [Dž#D$([$f#D$ T$D$C4$ƅ'DžYƅC4(u tƅ fS8$P[[D$ T$D$$蓃 $P;Pd8D$ $D$T$6+D$\[T$ D$$iZt$4Zt$$wy(t S8$P[[D$ $D$T${$8UD$4$*[tD$t$$[$ DȄɈtC4@ ;#\[D$D$ D$D$$0\[T$ $'ZDžZDžZDžZy$By,$L$D$轋Z([Z)8 $T$] @$0[([|Dž[C@wL#P#22US4K81D$ <D$CP $D$V\9CP;\[D$D$$腵D$$@D$$@ut$D$ $9t$$l@}T[1D$ D$T$$HLǮL#P#6Z[|ƅ8T[D$ xD[D$T[L$$ T[Dž#D$([$q t$$C4HT$$4#9>704ZDžZDžZDžZy$Zv([D$$$u8UtEщD$\[D$D$ T$$蟥$})׍\[t$|$ L$$d$(UD$C<[L$$D$[T$ D$趽[D$D$CD$` D$d>$賊Í\[ $}$}([$w$ODÉ4$s‰ډ\ݍxÉ$[D[q뎉v'UWVS ]C4/C4x D$ D$t$$C4x D$t$$;u [^_]ÐUhEEEEE${sÐUhEEEEE EEE̋EEЍE$9sÐUhEEEEE E̋EEЍE$rÐUS]t$HCC[]ÐU(]]uE SC9ЉCv2K u:t 9BD$$tDs]u]Ðt&9v‰L$D$$T$8SC떉E$!E먐US]D$$6CDU UPUPUP UP[]ÐU]] uuD$$2u S,9V,t]u]ÍvUV1StÍ$:<u[^]É'U8]]uu }C$uV$1]u}]Ðt&N$t4t^t9t͋V49S4C0P| ;F0E]u}]Ívuu{D0~Duf=u'~,19{,g]u}]Í&F(9C(t]u}D]Ð$N6E$A6UD$.$E軩D$.NjE$覩…D$<$0U}T$<$0VKCUV1׉}}1 }9w;Eff]u}]Í~DLNj9'@gfuI*}uE ]E]0US E \$D$ D$$E\$$/ []ÍUVS@E\$D$ D$$處E t$D$ D$$yt$$M/@[^]ÐfUEU @@@ @@P]Ð&UWVS}OtE11ۍ&2t $1H9_wtU[^_][^_]Ët&UE U]ÐUWVS,}GD$ a D$HD$$JMGƃxhpt&tHxKP$uSHщUQ$tu֋T$$-u‹HUD$y,[^_]US]CCv!D$ 0d D$HD$$LCC[]ÍUWVSE]E}1E ECD$c D$ HCD$D$E$i)1t;wH9w@Sҍ9rk))ƋUEi98i98:0Č[^_]ÍvWET$U$Uu?9r܋Sҍ9s&Et$$t {H^UWV}u D$<$G҉F,t$计t(GPW‰f^_]Ð$kX>D$` D$d>$UWVS|<$&#D$D$D$D$D$ D$|$$EEEED$EE$@1Džl0u,fD$($`lDƉlE؉<$N uȋUzDžpDžh&UplP(t$<$ t$1d1`vp(t&<$;tt*u{.tetD$$D$JtUpP(;ltED$\$$JtUpkvCSt$D$L\(\md4T$`$)@t&EhhpH9PE؅t$|t$ļ[^_]ËU؉Åt$|t$$8␍USE U]t$ D$ a D$HCD$$G[]ÐU(]]uE SC9ЉCv2K u:t 9BD$$tDs]u]Ðt&9v‰L$D$$Tw$8uSC떉E$!uE먐U(]]uE SC9ЉCv3K u:t 9BD$$tCs]u]Ít&9v‰L$D$$v$tSC떉E$qtE멐UWVS]tGFE$jE$1t&$`t,Et$$E|$$$4uƉ$t&D$$E$ uEt$Č[^_]ËUÅt$$r5fUWVSueE1\[<$n$n\;D$T$4$,$LzD\;T$$ct$$qt$<$q\;D$$tD$$vj$pZD$D$$褧1,t(d<$oD$ D$\$<$\$<$l\$<$ТvNu$&C$bEe3u)Ĭ[^_]ÉƉ<$Zm$Rm4$3LUW1VS<u] D$D$D$ D$\$4$`)>D$tGL$ D$$)1C Dž.6?o*t-$蓙$艙40$mL$D$D$L$$#<[^_]fD$D$D$ D$\$4$'1tf9t9u؃+=.D$.<$賗tOD$.4$蟗p.Df&D$.4$믁FL$ D$|$4$tNtD<$p\t/u,D$D$D$$N& ˉD$ $b*D$\$$"vUWVS}eE1FuUe3ļ[^_]ÍF$m\[t&$xi4$pi\;D$D$<$'Q$LB?\;T$$^|$4$k|$$k\;D$4$tD$4$qj4$kZ4$RjJ1,vd$jjD$ D$t$$螻Jt&T$<$6D$D$ D$D$$莎t$$jD$D$ D$t$$莢ut$$>(EN4$&=$\]lj$g4$g$K.FUWVS }eE1P; $6$D$-$&''D‰$A=$\e&D$$ou4t '$M$uh%t&\[$f$fD$t$<$.%$d\[D$4D$D$ $+Hh4$@xP[D$$FP[D$\[D$ D$$DxP[D$\[D$$Eƍ4$@\[$a$a4$@(@ى㐐Ut$ÍUWVSܲ]|eE1D$t$$u Ee3ܲ[^_]Ðt&\$<$ct$<$ZDžDžDžDžT$<$蠪hF4$|mD$D$4$ ƅWMt|m*WM`M4$;WM$DžlM|Dž|DžDžDžD$$GD$$8D$|D$$|$8$D$4$D$|D$>|t$4$=4$=<$k_$T5$Tf|mD$ D$D$D$D$D$ T$t$$p[u,i|mD$$gNt&$4|mT$$2TKt&D$4$8AD$4$(A1ۋ4$D$AD4$D$@9wv=É<$,^$$Ëwዕ|Åt$4$9<Չ򐐐UEU 9PrPf+PU DUS]D$$SM L[]ÐUUE }]urJ XP 1؉E11 }t9w r9ސt&r]u}]Ít&]u}]ÍUX]]u΋MUԋU }}NjEM]M]T$$L$\$ 2dEԍLu1;t)D$ dD$\$D$$Ru]}]ÐE%]u}]QUt$>ÍUt$ÍUt$ÍUH]Éu}y1UUu}~@ҾtEUQUԋt$$T$P ]u}]Ít&|wu}ԈU؉M)<$D$D$U؋M܄tA돍t&'Ux]Éuu}EEE_4$QƃD$ D$D$$PD$$t 2t]Ћu}]Ív$D$ D$D$P4$EEEaP2u]}҉]ÐU]]uCCCC $E ǃ@ǃDCEC]u]ÉƋ4$P UVS]@tAkpL40)fLF$t$OF0t$O@9uՃ4$ODt$OC$[^]@Ƌ74$&'U}E}]M u]EuGeU1ҋL$\$]ԉ$D$ RGD$\$$R 1Ƀt$Ue3]u}]Ðt&EEA=w̋G}U܋M؉<$D$UMB"D4$u"D$\$4$&]4$\$&19tEMMat&E D$ $D$ D$M1E҉MMM]111 uED$4$D$#4$"MAQ4$3"UB 4$%"MA4$!UB4$!MA4$["MAQ4$!UB 4$<"MA$Q(4$+"MA,Q04$"MA4Q84$y!UB<4$h!MA@4$W!U1ɉBDB 9Bz5ËEu$=UWVSl]M ]]MȄۈ]tBuFD$D$ $D$)F$^:}uȋ_}̋ t$|$$EUD$ Q}EUE@}Ɖ+u}Eu}}}}#&NM]AD$\$$R E}?]؋u]u1G@9EE|8@{uD8@xRu׀xBuрx}uˀxuŀxuxuURU$PM\$t$L$EEUUD$ $MUMD$ T$L$M $PP}EU1ۀ}UM܋u}BU؉L$t$$1҉|$ ZE}ƉWW W WWWW W $W$(W(,W,0W04W48W8@|9UtMe3EM1 1EU;E`s8GLtU||95vwU9vEUf;vt&11ҋ|T$D$D$L$D$T$ $D$6lxËtpL$xD$ T$ $P$v'UHE]u}x<$P֋UËB$RM D$ED$T$L$ $\$t$<$ED$ RE]u}]ËED$ \$t$<$RE$'U1(uu]1t]u]Ít&$MD$t$É$E $D$tE$8$5E]u]ÉƉ$44$`Uh]ӉuudEEEEa$<5u]u]Ít$$@XHD$ $$A]u]fEEEE`$4]u]Í&'UD$$@臜D$ $@ÐUWVS|U ] D$\$$P aM D$ D$D$ $PEǀ1$D$D$ D$D$c$LU M$PMEEEMEUt&M UMT$D$ L$M $PU MD$L$$P EH1]ԋuwt&E)=>>EčEOD$ GUȍUMԉMD$T$4$E }EEuE+Ẽv ~9};vu=E)}}U]t&UT$ OẺM4$D$ED$ M}EEuU)‹E~z}pE+EԉU$ȉD$D>D$U;E?ED$ NEUT$D$4$7 M}Ec11E}}]ԉ։ÉMEUUЋMċE)T$UL$$.U:1EU M UMT$D$ L$M $PEU \$t$ D$$ ]ut&}WMt $0EtM $|[^_]ËE E|[^_]D$$@E D$ E+EM4$ GEUT$D$M}ED$ E+E4$GEUT$D$M}a]}։]ԉÉMy}u:.M2D$D$ D$D$ $_EE EEUD$ D$T$U $QM $E D$$i聗U]]u}1t]u}]Ðt&}EEE<$@/$TGD$\$Ɖ$N4$fEt4$4$o.EEE<$.}t$$0&0$TD$-Iv$x $TD$y-D$$:\$$UÉ4$-$N&'UWVSƇ2D$ $TD$\$$D$T$$RË$5t&UWVSLE@='EUMH1);EB;UM E Ű @M܋ME؍REU9UsYpxU؉X3M1 u։PH UЋU MԋM ]3Y M3J urzpxL[^_]Ít&M D$AD$AD$ A D$AD$AD$E$(L[^_]ÐU$MIM&'UW1V1S]P$48CD$D$ $D$` \ƅ?CDžXDž\ƅODž@DžDdf\`CT$XL$ \$1҉L$`X\$t$|$LH@P1DžhkLlp1:tp<8DσL9r߃hP2kLlht|D$T$ t$|$$h9ȉlkPt!@18v L 9r8dt$ LD$H<$D$llHhh1:1\`{ $D$T$D$ <$QlT$F(D$C$F,D$ F($D$D$s3FD3VH @DD$F,D$ FV$D$T$0Hhh9Q\`@Xl\ƋT׋X $p9׉twr9{kLptl+ $F,p1҉ttTpPlw9v Pll>G~EЋvED$}ԋ$uЋ $}܋lu؉}rHhƅ?phLƅOt3kL1@t&8t1pxL9rƅOt1X\\9`(D@ t1pl $D$C$UQC1ҹD$dD$ $dD$t$$c!8t8$1?t [^_]fOƅ?EEEEb$$ƅO?t&u[Hh!vX9\~D$L$ t$|$$4lfHɉωhDžpʍ&kpL@ 9huQkL40>uWkLƃLׄthtB(V(L$$T$Hp;pw҉haDžpvkpL1 t&H@tkLL$L0(dL$pD(|$4L$D$ 4$H49lwpH;pyh1h9vAkL@:ukLR(D(t$D$L$zH9wh#EԋTUЋXE؋CU܉$R+lp$EEЉUD$q$It&Uh]]Uu}Ct]u}]ÐCǃlǃp$A11ɅtC2L$D$D$D$ T$$lj!ƋCU2HEtuCu]}2]ÐEԉ|$$D$]$"11ɋ1lp>&UWVS\'@@9Gà @v;Pg<D$ T$L$< $P ҉<$蹱D$T$$kL%@;AC9P|$<4D$L$$P%@;D8|ƅ0<$P;T ; <D$  $D$\$R)P<$P(;T ; <(D$ ÉD$<\$$R()($ $p$P1D$ )ȋډD$T$ $֋D$\$$1|v$<<D$ L$\$$P[['TTDžXDž$PSDžXDžAP \[$ƅT&$t$$xXD$$^b^t)tiXT$$3^ \[T$D$<$ǍXT$$[[D$$?]|\[T$D$<$9[\[DžXDž/P}/Í\[$$$YËT$ƍvUVS ]f胣tD$t$$uրNu$&Y$ [^]ÐUS]t$8CC[]ÐUhEEEEE E̍E$uÐUhEEEEE E̋EEЋEEԍE$9ÐU(]]uE SC9ЉCv2K u:t 9BvD$$tDs]u]Ðt&9v‰L$D$$$SC떉E$E먐US]D$$6C U D@UPUPUP UPU P[]ÐUWVS}W11ۍ&D2t $W$9w߅t${t$iGt$Z1ۋtt4$舽4$u݋E[^_]`W딐v'UWVSLu E]UE؉1)ƃdU܉uċE؋UEǃ%EE؉U EUM M\} }܋uD$D$ |$4$[EEЀEÈ 1E}ĉD$E؉T$ U܉$T$EUE}MuƸ1uĉɉu}䉳u9wxf1}=uG1Mf}1u}ȉeЉEU䉃L[^_]ÍE{vEEE1Ҿ̉҉UĉtI1҉9}č @M̉ME}fǃdEf4@ǃ1҉ủuEEMf}}1ҸD$ U܉|$T$E؉Mȉ$<ME E fUVS]u ؉t&X @9uD$ D$D$4$P4$PD$ET$ $D$$ɉCt1ҍ@$9rǃȉ $rC[^]Ð&USE UXZPT$ @ $D$D$舾S[]ÐUWVSPTL`\9`B` X`D$ D$D$<$Pt$\$<$X~ 1t&싅,nT$(D$ D$$ (,t$D$ T$($ ij(\$D$ $ 42t$蜳\$D$ |$$ ~D$ D$$F   !%tDJD T$D$ $蠛 !ځ t€DӍYD҃ L$D$ $Q !ځ t€DӍYD҃ L$D$ $ !ځ t€DӍYD҃ L$D$ $賚 !ځ t€DӍYD҃ L$D$ $d !ځ t€DӍYD҃1ہ L$D$ $; =  t&D$ D$y4$肇  v u$шt݉<$D$ D$E<$D$.,outC*@t:D$ D$$G($_(1,ZM)D$ D$4$腆E   u$чt݉<$D$ D$E<$D$.ntDž,t^P$(D$ D$(D$.$'tt!D$ D$$ȑ,\$Dž\Dž`p8\D$$;8w(;1 t* t%u9r Ee3`[^]f9s˹E)ӃEGЍuD$ F\$D$4$}D$Rl4$qtDt8w 9uEu&t< tt$D$` $`)BDY$܍t&'UWVSEe3L [^_]ÍvhX@ tU D$ t$T$$\$ tE +=G…D ]U D$D$ $`M)‹ЉD$誢/t&1`I&D$D$ D$`M$fD M )9E GȅT$$D$D$ \$$} +E 9CءD 9G)؍`MtD$ D$t$$`MLmU 4$T$D$v] D t&111e@ 0ۉT$<$D${׉D $D @ yD$D$`I$a4$xD$$`)D$8$xD$$` D$=Љ$L$D$yu0蓥UWVS\EueE1F1Džf 9~E 9u؋ C$=D$D$$*cD$T$ $xD$D$ $Z=t&V1ҍCӉDžΉ19΋ D$F$f ׃K $ C$SC 3D$T$$,Dž8Dž<DžHDždQXʋ`Q40ʉы)ϋ+B‹084 $f4$EQ8ʋ89rqf8)׋+= 0Bщ4$8M4 $8t9s84<$D$4uL$4$4$$w8 $i1[^_]ÍX48D$E$4$' $4$1[^_]Ít&UWVSu$t$9X\$|$$sXt$D$$=XD$$XD$\$$t$<$iXD$8\$$44|$<$D$\$|$<$\$4$E[^_]Ív'Uuu ]]}u tFtRt$$Ɛt$$ubǃ]u}]Ðt&ut$Ɛ$Ðt$$]u}]Ðt&$H]u}]ÍvT$8 $D$t$\$<$~|$4$BXt$$L$vXD$$XD$D$$"|$D$$ D$\$<$X|$D$4$D$t$4$t$T$$$D$2]u}]Ðt&U8]] u4$\$D$h\$$PEt$$]u]Í&UH]]u1}u]u}]Ít&X\$Ð<$$|$\$t]}u]UVSE ]DžhlhD$$\$$\$$uĠ[^]ÐU1U tB]Ív'UWVS} ]7uK|$$f\$$\\$$P|$\$$uӃ1[^_]ÐGt[^_]Í'U]]u}DžDž%X8\$<$\$|$4$uD$t$4$?XteD$<$u|$4$t$\$4$ Xt_\tV4$^<$V]1u}]Í&ǃ4$.<$&]u}]Ít&t$<$d81t <9E t<\$Ð|$$}땍vÐ$D$]u}]U1U tB]Ív'U4$u|$}  94$|$] U1UW_]Ít&'UE D$ET$$]É'UEU P]ÍU1MSt(Ћ X &u9u1[]ÍU1S]M 9vȃD[]Í&UUVS] 2 F9wf 9s29v 3tV1ɍv  439st0^t&9s 0u[^]UW} VS]t^1&+)vf1 9sօt"4uDt&ƃtt[^_]ftË  D$4$D$t\$$=$#D$$>y\$4$ D$T$ \$<$ tʍlT$$!%tDQD+D$ $L$D$D$*wD$$<D D$ $ X4$P<$$Ue3u2[^_]ÐE D$ 4$D$T$Whx'U(ED$D$ED$ E D$E$U(ED$$D$E D$ ED$Q UU t!1zu<u9v]Ít&1]Ít&UWVSEM]}T$1ۉd` Et$$t <$a;ËE d`D$D$ E L$M $D$t\$<$:$!ET$\$c] CHߍpD$EX$^X<$1\$Gp\t'tu= $,1$,Ћ,19 ,̓9,DUe3u <[^_] mUt&UWVSLEeU1ҍ,;,v,~/$, ,1  9u,,D$(,$t$\$D$ H,,~C1&(,$, ,  79,,̋9,%Ue3u L[^_]kUt&UVS]CCC CC$C(C,C &X<@@9uBzC8C$lCC[^]ÉƋv4$nR&'UWVS}Gt$Gt$Ot&11vt$R 9ww1&\7@t$L$hu݋G8$}[^_]Ë$QfUWVS<] }{tcG(EutLO 1 &O C΋ST$OL$Ct$D$ C D$C$U9uwƒ<[^_]fG4EUWVSLEMU}EEM܉Uȉ EӋE 9F…EظEE1҉E؉u؉ƒE=GEԅɉEU؉1EUoM9M9E܋M9M!kML 9{$wED$$ É$賖ƉD$EЉ\$$莉SVFST$D$$KЉE \$t$$fE_L[^_]ÉËEM$eMt&UWVSLE u}eU1҉ D$ $Qt$$D$$@V$EȈcLD$t$D$j@Dž0<\f$ 贔É$`t$$a00S$r$(}mD$t$$0 30Dž,),,ˉ0d,1 ,=LDžDžDžn$$spD$ dD$D$dD$$5r2L$E;D=ރ$S0u#É4$r $|$B/[Ɖ$qӐUWVS< EU Me]1ۉ=E<1+ =D$)؉D$$1# $E#t$<$E00Dž@DžDDžHDžLDžPDžTDž=Dž=Dž<ƅ =Dž<Dž<$==0#D$\$<$FM=< =u3DžDž Dž n$anƅ =0L$$]$<$R0\$<$SD$ D$D$<$\<$\PÃփD$ D$T$<$\<$Y <$Y <$zY Dž=Dž=<$RY== == uփ\$D$|$$U=ƅ<Dž==$pD$l==9=DžDž Dž r$f<=Dž=ɉ =11ҋ=t&4t9t䉄ߍ0D$\$$1H1ۍ#$x9Q ;;D$ $D$T$g$K t&9~<uƉ$hƉ$^HÍvÉ<$FÉ<$5$#/Ɖ$h␍t&U]]}ǃǃǃǃ D$$1SV]}]ÉNjv<$.&'U]E] U}uEe=}1UUԉT$UD$$P UEt!Ue3E]u}]Ð,(u‹r ENwR\$]$U1t$$59EtEv&ED$D$$+U|$$T$+;EEu$1<Eu$!1UB$$1}G(G$G,$0EG,9Es=vELE$0}Eu-E0iE } ËE$,UB,r$D$@}i O,7 9r1E9$0> E> 0$]0U>  E2EU;P$rJUWVSLEl}l$_^E$D$D$I$.;$_1+$_$dD$D$<Džl$1lD$$24_1DžD1DžHDžLDžPDžTDžXDž_ _f4_dD$L$$P3S $DRsU _$T$g_4_L$$?uF_t_$PyCs$);$_wf4_D$$Z#_1_<$D$L$_k___G;Gi _4_ƀ D$T$$`v_D$$R_ 2_2u 2U _ƁD$ D$D$ $P4_$?, __9Dž_Dž__$t+_ __0__9sK__O__9)l___`4_D$ $Q!_$EÉ^t_ƅ__$oT$ic_ElEEEn $W,G4Dž_v__9O,i_ Ћ_t}_D$$]OM D$_D$D$D$D$ ED$$V_E9  _9G$D_t  +G4",t#11t$= 9w,wG0t$BV^t^$+VM L ^ƅ_u'] Nu$&5$+Uƅ_E$!d${,_L[^_]ËG4$pD$faG4;__$3D$9alEEE5$Uƅ_ql4_D$ D$T$ $/D$<$i_ _ ;_r_$sT$ _9O$"_$;__lEEEr $T$Dž_Dž^Dž^_ƀ lD$D$$%(_9^w4r_9^s$____^^__9W$zi_ Љ_ _ ___ .$:_lD$$_L$}AlD$D$$A_$kL$I_lD$$mT$Y_lL$$!L_t$P__l_Ƃ D$L$$t_$lT$论_$L$蘺$ j_$7E狕_D$_E D$ D$D$D$D$ T$L$$ Xu}tbD$$`_ D$_T$$=__Ƃ  \у__$T$9d}$ vDž^Dž^$%wPG,G4$UjO,_G0ɉ_tq1ɋW$^^_1__1΋t  _9_vuG4 ;_r^^1Ҹw4G tG _$iM^ $G0D$ G(D$G$D$E$!!ƅ_NG $Ti_GDž^Dž^Dž^W$҉_m^^+^^Dž_Dž__ _&W0_<u#_<ut&<tP_i 1Ҁ Dž_G 9t)_D$D$$G _D$u ;_G_D$__U <$L$ D$T$_9_G$M__;__.Dž_Dž___ _^t&__9G$G0_<ui __^; _ rw9_v____L$G GD$$6_1ҋ__)  JfW  $T$_T$P _?f1Dž_,^^\$t$ $L$,M _Lu<9^t4^^\$ t$D$T$$55M_^_^^lEEE2$*MolT$$.TUÉ$d $?#$$K[Ջ_É $2LÉË_$ L뱍&'UXZEU ]uEĥeU1ҍ$}D$nXĥD$$D$NUuZ1ۀt/$qU؋Ue3k]u}]fĥ$D$^1뷍D$$Ztf$2ܩ4$kĥ4$D$ T$D$4É4$6t&D$ D$D$$jSu܍D$t$$SO,(Ӄ)ȥ4$ĥ4$D$ T$D$#É4$u/3É4$$S$_É4$ڐ&'UWVS쬀}]D$|$$7DžpDžt<$>tvC=$ bƉ$J.|$4$./1DžT$DžDž=  吋KK$u HC(;K(K(K,1Ҹs(C s<$Džt&<$Dž;{(WDžߋL$4$T$\$D$<D$ D$D$"7$ `Ɖ$,M E獕DžD$ D$D$D$D$D$ T$t$ $Mu}QD$$U1T$=  F~$P;wى$Z4$59t|9ps ptD$D$<$ M<$pt4$T$L$2D$ G$t$<$D$L$$l֮t$$Ʈ9_(vYC$D$|$$0[Ĭ[^_]ÍD$$ Y}$ }$%WE<$oD$ C(D$C$<$D$C $_{$CDžlDžxDž|pt+x|DžDžfi 3K L$$L$R D$NjD$ $ C   9t!)D$D$$JC 1;D$|;vu D$T$ L$t$$9M9{$XK(DžDžɉ{ is$ 3{T$|$$,|$L$ $  9s(utp|T$ xD$L$$!#M ƀLuB9lt:tp|$5T$xD$ L$T$WClx|{$_{,tsDž1t&;s$<r8D$ D$D$<$PD$ t$|$$<$) 9s,wM Lu Nu$&."$A}<$ C AC(PD$|$$0(+C$C(:ؾd11C($+A`ÍE$ $!É4$A$썶'UHZ]]uu eE1}Hu#Ee3]u}]Í\$<$Mt$<$肨t.ut$$d<$Jfu/ۍv<$@(t7$)t$\$$$赾럍vХ$Хt$\$$Х$e)Í$d<$,J$ÍХ$ڐUhEEEEE EEE̍E$o@ÐUhEEEEE EEE̍E$/@ÐU(]]uE SC9ЉCv2K u:t 9Bi D$$tDs]u]Ðt&9v‰L$D$$O$MSC떉E$ME먐UEU 9PrPf+PU ,US]D$$CU i D$ T$$q[]ÐU1҉MSǁÁ=MÃuٸt&=u[]Ð&UWVS uU$1$9U1ɍ&E ti)ȅ~aU1M, EtED$$DžpD$D$ D$t$$tL<҃}& K D$p$Nu ɉпuп$Կ $D$D$пD$t$$kп$MYԿ $ȿ9YȿD=wiпԿD$X$ST$D$  0$"D$D$$ȿ+t& п$ƅǿ1$ 9Կ$Կп$ȿD$L$ȿOT$$t$D$$ ( }҃&D$D$<$Aпȿt$D$ $6ȿ ƅǿt 1u|PǿtJ1҄t ǃ $D$D$ȿ, p҃пȿD$D$ D$L$$3ȿtin ̿1Ƀ̿4Pt ̿1ɀ̿пȿ$D$PD$1ȿпD$ $ԿпD$D$$ɉm13ԿÉ $$[v'UWVSu:U D$D$ T$ D$E$E]t&<[^_]Í4$F<[^_]Ð; t&_4$WJUt$nÍUVSEXu#t&st$e$-u[^]fU(uu ]]}}t$CC3CC tCƃ]u}]Ít&$5CА&'U(]]u}s4$#ǃǃǃǃ CD$D$$]u}]ÉNj4$J<$fUS]$Ct$a][]t&UU$]t$u tv!ȋ$t$]Ívߐt&UXE ]]MuuE؋E}MċMEM܅t 1t]u}]Í&EċS ׃҉EtE3J 3B $2‹EԉUЉ$J3UЅtNHNHv p M؍<8EĉUЉ<$L$D$UЋMEBJKBE܅ɉB C PS ]u}]ËM9Jt-t $S EԉUЉ$2UЋMԉS JtVPVPV P S EċM:]Eu}}M ]fS SUVS ] EUu$EU($D$D$6(EU+FV $D$T$(F$D$D$(FE]E [^]%v'US]_ tECt&ƒ9wvSS9sBCD$CD$C$ST$S$T$C[]ÐfUWVS,}U ]tTG)9FG)T$Ut$$GU=GuU<$ۋUu&,[^_]Ð&UWVS|Ut 1t |[^_]Ðt&$D$ D$D$RM$RÉ֍Ẻ$ 'Uz&EEEM̉\$ t$|$L$$UD$ D$D$$&1EUąuM MEډE8p 2 E+UM;PUMUMD$ <$T$L$PMUMDHD$D$ D$D$$FMD$ \$t$$PUD$$]Mƀ4 D$$qUċED$D$ T$ UD$D$D$$q\M_ Extbt&MỦ\$ t$|$T$ $"EỦD$ D$D$$P%D$ME $D$uE$hE0|[^_];Lwj T$ T$ T$u T$e T$D$D$(D$ ȃ$M ËE$U1Ut0E ,H]Ít&UWVS<}‰E$PD$ É֋D$T$$ +E+Eu9G‹E_ EtKD$EG$D$KE~T_ uYUU܋EU U\$t$D$ $PE܃<[^_]Eэ&EE܃D$G D$G$놋UNjD$ \$t$$P<$t&UWVSL]u )=J1; v L[^_]Ít&D$S4$T$4$D$4$E4$E,MЍ|Uĉ E| )Ѕu؉Ɛ9FljD$SEЉT$U؉$E)Džǃǃ $y롐ƃ1L[^_]Í& C)׍T$|$$"ǃ $&u؉4$]9Ef1&UX}}E U]uEU_ tx(u]u}]Í (L$ L$ T$ D$D$L$u e D$GL$$2LJLJLJ LJ$LJ$LJ(]}u}]t&$RƇ40,U܉$PÉ֋UMD$ T$L$ $P$趰t t/U܋\$t$D$ $P]u}]Í&D$ $MEM؅u11 $P( $ ƇU܉D$ \$t$$PM܉NjD$ \$t$ $P<$U(]]u1U }MEtbun;0׉w:r;,s0;(w($D$T$60,ƃ4]u}]Ðu+,0ƃ4]u}]Ít&ƃ4uT$L$D$ $$cƃ4,0]u}]Ð;$D&'UX}}ȉ]uD$<$E|$$1ۄts<$!<$É։<$ EĉD$E$UċMT$<$D$M)ػ$(E؋u]}]ÉËE$U1WVSL]t71$(;0r,v"u614:L[^_]f;,w։$utʋ(0$,}9uw9}E}؋u؋}ƉuЋ׉}1}}ĉuuu}}9}wTsJu} +Et$<$D$KEU؋M܉0,0ƃ4!vM9Mv4uMu L$t$$},0L[^_]Ít&D$ ,0T$L$Ẻ$ED$ D$T$$ƃ4[fƃ1XUT$$.-uÉD$D$($D$$lÍv'USD$ ED$ D$$ tbdD$D$D$ dD$D$d$\$$A$D$$E[]Ðt&U$TΕɅDfU¸t FUSE ]  ǃ0ƃD$$ƃǃtfD$$bD$$ǃǃǃ[]fnct&D$$(uD$$pbD$$r(DD$$4&I&UVS$lQQBңQt:vc$HY D$ ÉƉ$u$lQ'[^]$H$ D$ É$BQQw$lQv'5Q[^]ÉƉ$-4$fUVS]t1 D93w[^]ÐfUWVS]4$ugt4$&1uC04$} ÌÐO4$&[^_]ÍUWVS<]}0E4$H&|$$tXE$U4$uċEԉ$ƃ$+Eԉ$%뗍&<[^_]Ð&UE$O1Ðv'U(]]u}+u ]u}]Íƃ4$S4$I%$+,4$#tt&uu]u}]$v'US]t4B;t0M L ML[]Ív$P$BfUWVS,u4$Ɔ<$G <$H$E$'+t$1ۍvD$D$9wፆ0$$$4$E$$},[^_]t&US]$lQt!;Qt.Q9t$ $UElQ[]t#t&QtɃQu$$뫉'UD$$lQ6D$$@D$lQ$p ÐUUV$EuMEEL$ EE$L$M L$RU1u E$^]ÐUE9E]DÐUSo E$[]ÐU]æo uu4$4$]u]ÐU(}U} ]uBWOo 9t8*tT$$0t1}v]u}]Ðt&U<$T$UT$P]}Ɖu]ÐU(EU ]}}u@Rn 9t+18*tT$$蠰t]u}]Ðt&EG G]u}]ÐU(}}]EMn ;} utKpE@9t&>*tD$4$t]1u}]fE$U8P@ ۍt&pE@9t>*tD$4$үuUE$P몋$ÐUSEåm t$ߒ[]ÐUS{m E$[]ÐOm U]Ð/m U]ÐUSD m E$X[]ÐU]l uu4$#4$]u]ÐUSÛl E$[]ÐU]fl uu4$4$]u]ÐU8]E\#l u}`E$5twZ `@KO1u1uF`]u}]Ít&F`]u}]Ðt&ftِxt$[1Ɂ}v0 tu [ !$ $$T$T$&$$T$T$t&~_vft $;$U(]Vj }}u9w @9r`<$t]u}]Í&)Njx 4$_uS4$![Tt$$T$T$t&$\$T$T$et$(![$U(]_&i u}$P:t$_@1]u}]Ðxt$81ɉt& u Љv$`$($T$T$1$$T$T$t$$U(]g }}u9w 9r<$]u}]f)ǹ̉׋x4$ uP4$!t$$T$T$f$$T$T$t$!$j USëf $eE1xtFDrE܉EE䉃E艃E쉃EEe3u$[] $ÐUE]@ÐU]?f u}QU0r0z4Լ׼wvuJ1]u}]Ër~x&zh9tJB(]u}]Í)Z U(]fe u}t(r0z4Լ׼v$0$]u}]Íw׋Jxt't4J]u}]fur0t&J0$x USûd  @[]Ð_d U勁PE]ÐUSkd Et$[]Ð?d U勁PE]Ðd U勁PE]Ðc U]Ðc U]ıÐU]öc uu4$~4$]u]ÐU]vc uu4$4$]u]ÐU]o6c uu4$4$f]u]ÐU]/b uu4$N4$&]u]ÐUSûb e []ÐUSÛb e []ÐU1ɉWVUEt&0 Uxw@t UUM^_]ÐUSQb @0HPMtUUčEЉ$1[MEЋQt$ $t-FA4$yt$E$t-$Ntt$$T$]<$USKX U&$񐐐USTX $US$W UUSW $USMØW  []ÐUSMxW  []ÐUU ]SW }uBw2u@r tr 4$Љ4$]u]Ë@$UVSuU *V FVUF++CFCUNGVVVV 4$4$rU]ÆV u0@t0V0N4ԼѼv#04$4$*t&w^ِUSTV E$[]ÐU]U uu4$4$]u]ÐU U]ͲÐUSËU E$[]ÐU]VU uu4$4$]u]ÐUSMQU  []ÐUWVSu'T D4$vu[t&Љ4$uu:u$p$T$T$y[^_]Ãt$3$ USKT E$3[]Ãt$$USD T D$$D$U(]US E uu}}$D$t$|$ ¸uMAM |$ t$L$$R]u}]ÐUS[S E$X[]ÐU]_&S uu4$4$V]u]ÐUX}U}]urG R 9t~*tD$4$UM謔UMtYE 9EBM$L$M |$ $L$ML$ML$ML$M L$R]u}]Í&E$UMHE x+E ЋU$9E DB 1]u}]Ít&1} uM$A 똍t&E@9ƉEt#*ED$4$U˓U+M1U$JTUXuu}}]M×Q 9t9AML$ M |$t$$L$R ‹]Ћu}]Í&UAREԉUE9Et΋EԀ8*tEUM܉D$Eԉ$M܅{뜐P U勁|PE]ÐU1]ÐU1]ÐU1]ÐUSEåP PE H9t1:*tL$$v[]ÐU]VP uu4$>4$]u]ÐUSTP E$[]ÐU]O uu4$4$]u]ÐUWVSMԅt˃N QɉMU`~"EFE@9EԉEċE ZEE 9E DE t&E#EyVF EU$t&Et}d}NED&E>FoɉMfU~"EaE@TM 3E1E 9E LME Flt&}XEԋU؅VEEEUB%1EUxB9t?*D$<$;MENt&EԉV E؉FEt&M EUɉVx#E 9E EDF E|[^_]Ã} EF MMdt&} MM UL$ML$ MĉL$M L$M $P Uf} EUU MT$UT$ UĉT$U T$U$P M‰E~F EEEMMUuu]F t24$VԼҼwwF܉$5t&[UH]fF u}[ƃ[}x1?*ED$ǍED$ D$<$B{EԋD$0D$D$ $uUt><$D$D$D$D$ $<EtMD$Eԉ$说뽐t&D$D$D$ r$9Eԉ$j릃tJ$v vD$-D$D$ Գ$莶̉$$RNjD$ D$D$ $V<$D$س$ D$薹!l4$MU $fD A|$} t$v1ɉȋ$t$|$]Ðᐍt&1Ʌt؋p1;p}΍ vHptEyA뮅tMu럍vu1Ʌtp1;p}뻍vU|$}4$p;p} vHpu1ɋ4$ȋ|$]ÍttȉQy4$|$] UWVƃ@ Et&uIAv%Vu vu1 [^_]Í vtV@NPtA1:+t‹Rt.:+u1ɐuuBt8+Eƒ [^_]ø֐LJs'U8}}]U uÊ? GwD9vGO t]u}]Íulfwcvt$U$GeUtVwG uMGT$UL$$YUGW]u}]Ít&9v9w뒋$ dGGG EUWVEntMA< wX1M&MDA qЈM vuڅEƒ^_]Ðt&PHE1fU ҉uƉ}u@ 1t҉F ht<1vt u}]ÐF E5F 8_uF E t&F F 18_ufF 뭍v'U4$Ɖ|$P <_tW1m UWVƃ0@,~ E1?It0^_]Í&ON WEu)~ +D$$0^_]ÐE}Dt&Xt[ItFt`$+D$tCN EtKxLu f9븍&N V :Et 01^_]fV 뉋EN F,E0^_]fUH]uƉ}P ԾÛ, L<v'NjF 8Ij]u}]Ívfzt1҉NjF 8Iu_<$D$떉a]ulj}]ÃV 11oF 8E_PV PsdEMMЅt&>t@t1UŰMЅ}t,~1;~}"F~t}?PxD$ $&V U1$EF 18t&tzWWЀ DCLUfSWITYEMu  E1]u}]ÍV $lj]|$$1҃F0t&F ;F$V<F vM6MЅtOD$ $Lt&P1W PtăRG Au1҉D$$~fPW PpC3G ^ҋ@@8.v v@u܍&v411҉D$$h11҉D$$1҉11҉n1҉YD$$BGvO0 D$$ O0 D$$ D$$vD$$Q D$$z,D$$UZ1EG >G 8_2G UG0T$ $D$$VrG yO _O ΉEE1ɀ$ut&t <$t;M| $Mw M΅w <)M}E}UD$$7vD$$Fi1,lhpthtpu<=+1D Ƈ VT.5T,u뮋pptLJ@hlt8u xT-lpkp<^)=Pq,pD<Ɔ(=P+pD>Ɓ>hp,pٻ~ lph$T;l=uƇhTD$D$ $ 1Ƀ$T뒋p̻p~lph'vT;l=uƇhTD$D$ $ 1Ƀ$T뒋pûp~lph'vT;ld=uƇhTD$D$ $ 1Ƀ$T뒋pp~ lph'vT;l=uƇhTD$D$ $ 1Ƀ$T뒋pt8Ft@Qu #t&$@"8+t勅pǀ8p~lph(t&T;lt=uҋƇTD$D$h$ 1Ƀ$T뒋tPp!|p=P%pD~Ƈ~tP5pp~lph'vT;l=uƇhTD$D$ $ 1Ƀ$T뒋pp~lph'vT;l =uƇhTD$D$ $ 1Ƀ$T뒋p p~lph'vT;ld=uƇhTD$D$ $ 1Ƀ$T뒋p p~lph'vT;l=uƇhTD$D$ $ 1Ƀ$T뒋p}tFxt8td1lph)t&T9tl=1uˋƇTD$D$h$ 1Ƀ$T닋p~ lph&fT;l=uƇhTD$D$ $ 1Ƀ$T뒋pp~lph'vT;l=uƇhTD$D$ $ 1Ƀ$T뒋pܼ~lph%T;l=uƇhTD$D$ $ 1Ƀ$T뒋tpWiWp[tpP=H pTwt}ˋBD$D$<$D$ؼD$ Յ<$Nt/p1lph&fT9tl=1uˋƇTD$D$h$ 1Ƀ$T닋p~ lph&fT;l=uƇhTD$D$ $ 1Ƀ$T뒋pp~ lph'vT;ll=uƇhTD$D$ $ 1Ƀ$T뒋tV:.p:tPp;tB817pǁtpW@#8+xDžhh8+upt ʋ@Ju艕ht1dpXtR`tt9d7t` h9}ċXN\l"fT;lt=u֋ƆTD$D$\$ 1Ƀ$T떋pHp~lph+&T;l=uƇhTD$D$ $ 1Ƀ$T뒋t1Q:#p=PpD(Ƈ(tP=PfpD)Ƈ)t86 tpQ"tB83P:4Ppv8tpV7F@PpN8pɼF@Pp)8t&p2p~lph*T;l =uƇhTD$D$ $ 1Ƀ$T뒋pMp~lph'vT;lt =uƇhTD$D$ $ 1Ƀ$T뒋p]p~lph'vT;l =uƇhTD$D$ $ 1Ƀ$T뒋pqp~lph'vT;l$ =uƇhTD$D$ $ 1Ƀ$T뒋pp~lph'vT;l|=uƇhTD$D$ $ 1Ƀ$T뒋ttllx/p1tph&fT9lt=1uˋƇTD$D$h$ 1Ƀ$T닋p gtwptEuEEVEMEpɉ 1pD Ɓ ptD$t$]-pEpƉltEMd}EGhvPwcPuV 0Ltpqpqp q hpLlh@utPpTEdptDlt pUu苍pdtdp4$1),ptEEEtQEEEu tEppp~lph%T;lD=uƇhTD$D$ $ 1Ƀ$T뒋pp pƆ)D)p p P:+TpptD$t$np~lph%T;lf=uƇhTD$D$ $ 1Ƀ$T뒋p~lph%T;ls=uƇhTD$D$ $ 1Ƀ$T1DRrtQ z5B<0 <1pӼ(3vp=^pD[Ƈ[tP=pD]Ƈ]+pD-Ɓ-Mp=)pD Ɔ p=MpD Ƈ qD7t$1D$$ LJ$p :+~ RuldRhTpƁD$D$ȃ$ p1$~U9t1ɉd09t<8HЀ vڍHw7ЍHW뼋pƀpD$D$Ѓ$ p1$UpƆTD$D$$ 1$T9ptFPp'dppƂD$D$Ѓ$ p1$TpƀpD$D$Ѓ$ p1$pƇD$D$$ 1$pƀpD$D$Ѓ$ p1$CRz&R:>p pƂ(D(tAPljtPpp'9pƇD$D$$ 1$cpƂD$D$Ѓ$ p1҃$tW:6Bp4Ժp_jpJITppƂlDlp%pƆuDupp]8Hb8H]MpƇD$D$$ 1$pƆD$D$$ 1$=ƆD$D$$ 1$ƇD$D$$ 1$pEMuĉtPppWbdlLbEpƇTD$D$t$ 1T$ƁD$D$ȃ$ p1$xƆD$D$$ 1$mƇD$D$$ 1҃$ƂD$D$Ѓ$ p1$ƇD$D$$ 1҃$ ƇD$D$$ 1$ƆD$D$$ 1$#RppƇ-D-tPy9td<_ttD7pͼƇD$D$$ LJ$ƇD$PT$h$ PLJ$AƀpD$D$Ѓ$ pǁ$)ƂD$D$Ѓ$ pǁ$ƇD$D$$ LJ$ƀpD$D$Ѓ$ pǁ$t&UWVS,kt2 &v,[^_]ft&O MNMU$vT;}䉆=uՋUƆD$D$E$ 1Ƀ$U랐WW NUM'T;}䉆=uՋUƆD$D$E$ 1Ƀ$U랐RaW NUM'T;}䉆W=uՋUƆD$D$E$ 1Ƀ$U랐kWNUM'T;}䉆=uՋUƆD$D$E$ 1Ƀ$U랐=H D Ɔ RfuS=PD*Ɔ*+v=PD&Ɔ&f,[^_]ÍrWNUM#T;}䉆t=uًUƆD$D$E$ 1Ƀ$U뢐t&uWNUM'T;}䉆/=uՋUƆD$D$E$ 1Ƀ$U랐~W NUM'T;}䉆=uՋUƆD$D$E$ 1Ƀ$U랐(t&=HD Ɔ RWNUM&t&T;}䉆=uՋUƆD$D$E$ 1Ƀ$U랐U܉RS=PD)Ɔ)hUƆD$D$F$ 1$UfƆD$D$F$ 1$ƆD$D$F$ 1$9ƆD$D$F$ 1$AUƆD$D$F$ 1$UfUWVSl}mÁ EeE1U}}YVHv<%FMN t}&t>E6tAu7FuEtV럋$EMU}e3=kl[^_]ÍB$‹EL$E}EǀRξUthU=}D.Ƈ.Fp?u fvvEiMU0OuuMUT;}tF=uًƆUD$D$E$ 1Ƀ$U뢋u9UO uuMUT;}tF=uًƆUD$D$E$ 1Ƀ$U뢋uUˉUċFD$D$$D$ؼD$ R}1уMU1uuUT9}vH=T=uƆMUD$D$ $ 1Ƀ$U렋uUOuuMUT;}tF=uًƆUD$D$E$ 1Ƀ$U뢋uvjƂD$D$Ѓ$ M1$S&UWVS,}Zi! Ut3EHuPuU$M=PFD Ɔ BD[MƆ[t =P*D]Ɔ],[^_]ËEt&@8&lWNUMfT;}䉆tK=uًUƆD$D$E܉$ 1Ƀ$U뢐t&U$BD)Ɔ)ƆD$D$F$ 1$vƆD$D$F$ 1$ƆD$D$F$ 1҃$0U$7ƆD$D$F$ 1҃$t&UWVƃ} E 0HP w;y$<(t<*tPtU dž$RBD(UƆ(t =PD)U Ɔ)$^_]Í&< 0B|D Ɔ =PD(U Ɔ(dž$Y=PD)BƆ)ƆD$D$F$ 1҃$t&ƆD$D$F$ 1$ƆD$D$F$ 1$3ƆD$D$F$ 1$ƆD$D$F$ 1҃$L&UWVƃ0:t ص0^_]ÐUdžE䋆EER螵E<tt=PD<Ɔ<PZ>ti=PD>E䉖Ɔ>0^_]ÍvBD Ɔ ft&BD Ɔ qt&ƆD$D$F$ 1$CƆD$D$F$ 1$ƆD$D$F$ 1҃$ ƆD$D$F$ 1҃$&UWV :,t ^_]鸳RJRɉMUt}H1M vуD9uvKM1uԋƇED$T$U$ 1Ƀ$E띃 ^_]ÐUVƃ$tu $^]=H|D(Ɔ(Ӳ=PtD)Ɔ)$^]ÍvƆD$D$F$ 1$밍vUƆD$D$F$ 1$UFfUWVSEeU1_Ø |8_18uBB<_t<.B DžEEEȋ|EEEE̍EXEUƄD$T$$UȋU1EEUe3e[^_]Ð<$xGvxZ\t& <$ $p1҃ƒD$gHH1PJHL||DL11ɋD$ \$aub[t \t&Fc@EtFpEF$EEEEFL]u}]À[uƃ[ƃ[ƃ[ƃ[ƃ[ƃ[ƃ[ƃ[ƃ\ ƃ\ ƃ\ ƃ\ ƃ\ ƃ\ ƃ\ƃ\ v'UWVSLB`5Á Uԩ@t zpMԋQ1vMԀ|>luEt MԀ|9lt[tT&t"}t9t[T$$L$BuFc@uV1t"L[^_]ÍvUא~pVt1uދM[Ac@QtypuJ<t@t&+MԀ[QHQ@UtE@pUԍEBЋU+FHBhL[^_]ÍvUU $Mi40 t$Ac@[4u <t v|lt$t$]Ít&$t$]Ít&'UE]@HÐt&UE $U3ð t$uBc@[ut$o&|lt4$t$]Ív0$t$]ÍvUE]@LÐt&UUM B`BL]Ív'UU EPL]fUE]@PÐt&UE]@\Ðt&US$!3 ED$E$1EE$[]É'UE]@XÐt&UE]@TÐt&U WVxPu 1EE@Ečxt1P^_]Ít&Xu㐍t&t Dt#żT\uۋŸTۍLFPfFXlfFZEF tFw&U]Ít&'UWVSRP1× h$EU$hw@$ 󥉕 u\&utt6T$t$ND$$T$L$ ЃtIu4((Ru]u}f]u}ËE H $@ 0)ЋUBEuh4t$Nj0$L t=EU]u}m v'U8E썅h]30 EUUu}$huB E UB EBEt]u}]rh4t$Nj0$L t=EU]u}mÐ&U8E썅h]S/ EUUu}$hu8 󥉅EP tEtt&u獕h4|$Ƌ0$L |5EU]u}mÍ&'U8EE]Uu}H Z.! u$k]u}]ÍhEU$hu& 󥍕Eth4t$Nj0$L t=EU]u}mÍ&'UUBt T$$ÐUWV`Ex} U$t/N|$4$Uu.t.tGttt&`^_]ÐUUM 4$|$B9Az9y|$FƋ4$]ÍUWV0MEE U|;}ELfE<D$UMD$E$UUMyPEE|69}~9uw9u~D$UMD$E$UUMx 놐0^_]Ðu&UWV0}EUGEGEx+}ǐt&EUt$|$$Ey}u~7t&TGWUDEt$D$$E΃0^_]Í&US1+ ɉM Ev >ᐍt&0tMpDUքy6U 2]u}]Í0Ɛ11MԉMU؍&0MԃE ׉xU}11MĉM؉Uԍ&0MăE҉U ׉x݋MĉU}؃5E@+Ee ut&0 t&0t&0&UWVS1,;) ~ zt ,[^_]fF $D xx~t&xxV }RuEt&LuKRt-PuP$1҉|$Ruٍ,[^_]Ðt&,1[^_]Íotv'US1( WE܈EEG$E1WMЉE؉f%f=f9U܉MtOEU؉D$F$E\Ew Et E;stt$Ft؍L9M>E܉E뉐t&Eԃ@^_]ÍEfM fWZ&'UWV uFNV $f,UFT$U f$xUFT$Uf$VE9EM9MFƒ ^_]É'UWVփ@ExEԋEUfEЉ$E؋E0vFEV Ut M)9tFtUBt1؍L9Mt&ȉMUЉ$Uԉ M̉M܉E؅tU؍EɉD$F$ȉMOMUT$1҃$6Ew EEMU)95@^_]Í&1@^_]Í'US$X ]u}]ÍH\&VH P E$警EAUt&USEn5 t$$e[] UWVS2 L}xt,\$A'D\ufv;>vrExt,\$3EąFU FBFfFV4$AUT$Uă$‰EU BEăL[^_]Ít&}t&H\tcFUH\D\D\t>;:v v9:r JRuV1tEċ}E+@G}EẺD$lv}EEEEE$17*E܅EU EЉEԉBE؉BUxD$t)ʉT$p $1teÉ'UWVSt/LJt&uƒ@u[^_]fu1e xLt뗍USf@t9ƒuǃe xL[]fUWVSHG}=DGXusvDGSte؉ӋPpDHJ@t1)@D,tD$p$^u9=@wf[^_]SvUSÃ1 <C`DS`KdJKdDuXƒDDGCdDGDGS`B@tD=@w-<&[]1҉(+$Ӑ&UH]]uƌۉ}׉ʉE؉uEEQu\8GFhM؉D$L$D$t$ D$=T$$ Fu1e 1]u}]1i덋Wt^hOxL=w'Gt^h,0xL=vel NhxLq 8G1t&e D7e xL븐UVSf+uN <5E M=\qp胟]ꋋp)!;t@}9$E@uOf1̀<1҉Љ߹ 4Ë4Dž<xL01e 1xL0@uދMǁl`‹< 4LtF$9ǂD H00L0u뽺e ]xL.‰g i .D$ D$D$&$*nσp9%^6C @xL9u@D$T$ $Ҫ'U WVSL] EE E1PDž]EKpɉDTGupLT!ÉuMЋq X!ƍ !9ӉuEع <+ DG=DG1 =DGt7PJh틊t9w;tB=DGu̍v9t{~`dž=DFdV`BFdDEx9|],u@A˸xLM䉆0@AM܉D$EEL$$Bu>]xED$ ~D$D$$C0fe1U <=DV`FdBFdD-<|1҉uԋEЉt$$btX9GUTr!9)1҉Љ$󫍆؋MAtƆpF e F eFelFldžUU̅tgй <(F`Fd((V`B-<D$ ~D$\D$$deE < 3D$ ~D$D$$7idD$ ~D$rD$$ EdM]D$L$$UxSD$ D$D$4$\c <$_<6&$ <$d<& <v$l<% <V$<% <6$<% <$<% <#<f%E#F% <#<&%%W<% <v#D<$q$j <F#X<$t <&#E<$^U1ɉUe ]ÍU0}}]u*Wh9$E䍟$$\$D$ !e59E9$t~1ɉ3GhuOEu!D$4$E Ght (U 1ҋ]Ћu}]Ív_hθxL;u뚐<u#ใ^EUQ!E$D$U܋]u}]úx뿐U E }t ]uE%0t=@_uj1UrJ @t]K %0== tC1t ]K ]u}]fH~r_ԍvEH @ uLGt@O؋U댍&uN wf\_>q%LG봍EEÉָxL=v1҃THFD$ 5 D$CD$ $L  _UUB u Ju B 1]ÐUWVSÃ$ehEC ƒ3v$[^_]$ U;S 1M'9EJE<$D$0$,}U9tXUEU‰9׉E\9t K Uсe# xLU9u{CI‰ǃU%?9EAu13_u K 1e# xL=}ƒfEt&"vse5x1@uD$$ 9YuB;{t# n{C놋S t0Su=h8tCCT ddO1F9}u1 u+CCC{D$ D$qD$$ ^XD$ D$TD$$ :XC %E1 uzu;{k#D$ D$uD$$` WT'$MrUWVS]e=hC ƒCvv[^_]Í$;{u&MMU7 M9EE $D$uMʉȃ9ȉ%9uuD$4$]t&1@{f1C1;{e1{f1CCCEex1@uA?9{;t@t{3@@tщЁ  9Љ 뙐t Sex?91҉;t^@ex[^_]epCEepex1{CCuD{1CC&C1C{epCCepexCCepCue5pexCeָxLu =@d#CCepCepex&D$ $#Cu{{CC9Cu +exWC tWqexC 'f1CD$ lD$mD$T$ ]Sex# D$ lD$D$T$ StEY1ҹCָxLexfmYU ]Éu}H ȃ3vf]u}]Ív$e h9Ku׋K0ɉKuȋ Ct kt& Ήȁ3uv%K сe# xL4$D$]u}]Íe h9K3 _ e5hϸ?9E{EEEMe h%?9rKe5h9θK0ɉKE{e=xep9^9u9ljuȋCE҉Ctk#ex1!3ue=h%?E9}EtL{EEEe h9KK0ɉK;E}E҉CtkExeh1t)C 1ɨu e# xLex1>3ue=h%?9{e h9K0ɉKEKȃexe=p9΃9u &89uNj;C}t&{gCx{kEoKKɉK+E&CepCepu]U]ÉuH ȃ|uUu/΁Cu+1]u]Ãku-e5h9suߋs0st΋u؋]]Ptue5h9su;{D$ |D$GD$d$` MUE]3%u9~M LGPGMD$)ȍ$gM… evCh$M^0E샋@&,D$Ch$]t?eE싃qfEEt&EEt& ;t&eE( LGE D$ D$?D$$7D$ D$BD$$<6t&UVSe``11 t&@tJt,[^]Í,D$Ch$S\t/@uCh$\0t"@뗐 끍&낐,[^]ÍV'6@UWVSà eh{ E3v [^_]$E;C M9EZU4$T$2<}u39tUUfEU‰9c9tK 1Uсe# ̀U9u{CSE%?9EVU1`u K 1e# xL=~ƒgE#t&vSUex}1t&@u;?9U) {C@t.@tʼn;9Љ,9u$CepCue5pexu1s [^_]Ã>Cf f1CT{,CepCCepexzCex'@t#CCepCCepexkCCepCUepexk@iD$ D$AD$$8 (2#wpbD$4$MD$ D$D$$ 1C tPexC SC+}exex#}t}뒅D$ D$8D$$x "1D$ D$5D$$ 01ҹCָxLex'&'U ]Éu}p |u;e=hug1 Cu%{1]u}]Ëu؋}]]D$ D$>D$$ .0uK;{t( !{C녋S y0Sl=h3tFCT ddO1F9~u1 u+CCC{D$ D$qD$$ J/D$ D$TD$$ &/C %E1 *vu;{b#{D$ D$uD$$` .'UP tpuG€ue h!Ht Í&@D$ D$D$$\f.D$ D$D$$B.D$ D$D$$.R"rpMUe]ÐU$U t$el}!t $t$]Ð1);B uzu`ZJR xLeeщЃe 9uǃe xL`[`e xL; UU el} t]Ít&1);B uzuev‰у 9tuʉe 9ue(te et&UWVSD$$ eÉPhxLPBhBlee(,ee PPpYpAt 7xL=v \E]xL=Ew e e t=1ExL=Et dHXdL   U9G1ɍT!¸PUTG` s4$;FuYD$$jhĸ[^_]ÐETt&E L!0ډ)EЉMȉ$D$ẺD$|lMȡxLD [C]܍]EEEQ̀E`@tŰEЀ%5=x`t}D71XGDXG}CEԉ5lp<[^_]ÍD71)v$|dt&f뇍v'XGU`@XG1tx`lp]ÍUD$$fÐUWpV8St1=<*u0581f<<*48u9r[^_]$pUWVS,uE,6} m,6}Ut%1ۍE|$4$D$,6;]r>`E,6m,6}Et"1ۍvE|$4$D$,6;]r,[^_]Ít&'US,6,6t&(6u[]eU]@XÐU ]X `Gu9t9t $4C4`G]u]ÍvUWVS1ۃ EUEEff9]tsrt 8]EU$EN{xt@]9t$QZEPU,*t@<`GtЋUڸt $E$?}e[^_]Ðt Ɖ\~D$;$Wt&^tgDUى$EDDxt@|9t+G<$T$t[tT념t&U}T$ t|$D$:$gtu$D$ :D$T$<$h$1{ ~1t&t $E$ >)vE=9t$>Ef1|9b3UL1 vtDt`G@tЋT ~‰" t $1e81эA)čD$L$\$$c|xEED$=$T+M1 YtV9uIL$tpD$E$XtpuD$;$TATtEN|x {t9\uUWVS 54!=D$9<$WD$ <$WtyE܉ ]u}]$t lt8uQUI$kt8u/${kBM9돍&">E<$3L1эA)čD$;L$T$$_UT$UT$UT$ UT$UT$$tSD$(\$NjE܉|$ IE$UЁD$ EL$$MԉD$ED$ED$ED$E؉D$LUЋMԅk~P1ۃ~}M܋F T$׉1у)̍L$;ȉMU1у)̍\$;*P L|  DωL$8D$D$D$D$ D$$>8&k@ hBhkB$lB 9hMhhBB9hMh9ljhrx1;P|%;=LrDxLDžD=1LD$ D$D$ $^ 4$&L$$>1;PJ|h;L6TThD$D$D !NjDD$ D$|$D$$B= MCD$ D$uD$ $. D$ D$D$ $I U`Gt$$X$P0H(e<0`GGG Gt $t$]Ð0 $t$]ÐUWVS,utD$$觿=\LY$?UD$DD$P,$EUMt$\$ T$UL$ D$E|$T$U $T$fxBED$h$D$fL$kE@$1$Lt&D$D$<,$|fY$"eU t U]Pø@$ ݍeU tU]P%ø@$ ۍt&eU t U]Pø@$ ݍeU tU]P%ø@$ ۍt&eU tU]P%ø@$ ۍt&eU tU]P%ø@$ ۍt&eU tU]P%@ø@$ ۍt&eU t U]Pø@$ ݍeU tU]P% ø@$ ۍt&eU tU]P%ø@$ ۍt&eU tU]P%ø@$ ۍt&UEwe @0]ÍvUEwe @(]ÐeU t]  I$ ㍶'eU t]  I( ㍶'eU t]  I0 㐐UED$D$ D$D$E D$E$ ÐU]Éu։}tzttN1]u}]Ðt&C{tdtɋC 뵐C~Ћ\uCb]}Ɖu]Ðt\ffZCQFs@t&C M1 M$x,C 1҅‰1919‰1919‰19)41119‰s&UVS] uStcSFtQFT$$:u0$T$~:uFS$T$h:uF+C[^]Í&F뭍vS뛍vUWVS˃pF`;FduǸCލt,D$$C9r[^_]Ã[^_]fUWVSPMԋHEĉUEEX {0SUMԉ $29uԉ4$EDBs,1҉FEȉ1uC0щM܋K4+U܉MЋM܉U)M4΅9uS ҉UKM;Ur4MMDȍD$Eԉ$8uuC0Mȋu;} 47BuЅv4xEEe[^_]&S$+M؍ ʋU;sAMԉD$ $\8t;uK CHȃEEɍ ME MEe[^_]SUfMDt&U1.CDȋUE܉$D$7S~9}3C u܉EuEuCD뱋S(+E؍‹HMEEDEE@Et C@$7S<1t<R<]{8 f "Mԉ$L$6u݋]ܸt C@$޴G|gWPUEE Mzt&CPUE=tW҉U e@\Et&k9ous$,Jt 8낋]1t C@$ͳS<҉UcRM܍S8uЉ]̉ωv 3Mԉ$L$o5uۉߋuЋ]̺C@$[e= t & 1ۋMu؃ME_viD$$ H EvGUMuMT$U$Ut$_ EۉET$nt/ ]t&$[e= t- E?ve= t- EU졬u؉)O)ʉe= t- GuЋ]̋U܍DRD$C8$CC8Eԉ$[0EvU܋MԍRU* [wzi o,1@!o>[wzi<$f$1ɀz 4z `uwXudpotQput>pxt+pXg,NoDo:,0,&,,,>[wzi,,,,,1ɀz 2z `XzpocpuLpxpXY @1ɀz 64z *`XpopupxtqpX 1ɀz `uwXudpotQput>pxt+pX o|oroh>^T[wJzi@>6,[w"zi>[wzi,,,,>[wzi1ɀz 2z `XpopupxtqpXO 6z 61ɀz  `umXuZpotGput4pxt!pX oo>[wzi>[wzix1ɀz l`umXuZpotGput4pxt!pXA (,o> [wzi,,,, =' 譐_UWVSJ )̍\$T$$D$U/loc@ale.@aliaf@ s$1D$,<\‹e DžH̀`v\dD$$|$Jd$dD$ l ``T: LDH u#~^tL` 9X t&;t.ADH tt` ` 9XDH up{StD`<9X:t% Dx t B 490r: dt<LT$$L=44$d $XS 8 <PX<9-0 PLLt$<8<$X=LD$\V\H $23He[^_]f\fd\$D$ $HtdD$ <$t뀍=CСP< |$$?_P9Љ@0L P8=<0D$ 0w D$D$L$I He[^_]Ë`@$ X`@$ X`@$ X`@$L0D+@@DL1҉4;Ls D싵@'UE E EE]&U1WVS]e= t ,u0]=GtOt&:u&:tlj„u vt  :u9w3u=G1e= t-,ul[^_]Í)‰=GiTD$LD$0w D$ 4$D$7P됍 ,詈,뇐UWVSHE$ UEUEtM $E؋]1]tE $pU1UtM$ $x]1Ƀ]tE($HU,M܉$]M܉‹E\E؍40<>ύ1$U E$T$D$MD$:$L$wUD/M$L$ MGU"}u/U,$T$:M ɉM?1t\$$u u֋M0[U E$D$UUUE%Ё33%Љ% $ljEE ]$\$4¸EUBBDF UB V M] L$$U1)‰UM]}щM]t&m]]u1ۋ}9s܉$D$\X9vŅt$9U,M(D$(\$T$$U$L$ M D$T$UL$MT$UL$MT$ $UDxUM] 냉}MDH[^_]Í}ExۋU}]҉ t&xuM,E(U$D$(L$$M D$ ET$U\$ L$MD$T$D$D$, $UDf$H[^_]1@M($L$ .U$$T$ .M $L$ _U$T$ EM]J 11fUWVSu t~eE]E1t&M9]  JtEE9E wËEUE‰$PEt}ۉ] ti1e}#f9E v0MtYMDJuă0 wՈ9E wE[^_]Ðisos]R$9R$뎋M]J$ ;] QR0] -UWVSE]U}ME <_<@<.t&t@tg.tj_uΈM9j@ts1ۀ_tt}.}@t<t ڃ8Dڋt ڃ8Dڃ[^_]ÉE@릉E.uHكxE뫍&1뚍t&ۈ].u.@u]Kt&ɈM@ t&t @u9M)L$$UEɉL$M$0UMtSE$D$U U]1t&Moq $UMYyUSÃtt$tt"$[]Ít&CC CԍUWVSÃxu T<tMuM$SM…t rx\u[^_]ÅxM5My1[^_]ÍvUU¸MMUÍvUWVXSǍ8fDžXDžDž,Dž$Dž( 4,L/tV$ $$w $/ 60w09,1ʅɉ,210+0 w$ -MQf0))ˉB,v @1f,уN1 6wf0f9,Q1,(,DO9f'\ ='Dž('G((0(D$)D$|$4$000D$ $D$;4t<$(CFTN9040 00Lvuf9t\L/t6w߀0u0t˃ ,Džku;4t<$[^_]ËVFt& uU 1Dž$+$~Dž$;&U ҈t t t|$Q0;Dž$0U $D$,$I0,7FNUEMMV_VK~Fv11`PVMEw:111g* b $X-09=Dž Dž$0Dž$:=0Dž Dž$^0:=DžDž$6$00JЀ w=$ǃ0ҍLBЋ0B< v߉$Dž$DžDž$DžDž$DžDž$DžDž$f09$G0CDžDž$*09=0Dž Dž$0Dž$1 0Dž Dž$0Dž Dž$ 0 UWVSÃ$D$T1$D$\1$EUx X tzeEU;tPtgDH u0 w7ED$ D$$9]tEEE$th1$[^_]ËEUU@$ {U1U t#ȃt11 u]ÐD$pxL$e3  H $e3  Hh U1S U ]t#CD$D$$C 1[]Ð1T$rzL$e3  J $e3  Jj BÐU]] uu\$4$Fu۸D؉\$4$%t&FD$D$$%ȐD$PH e3 e3 pxh D$␐Ut m ]{s]ÐU,E ]U}t ~@~%e]}]Ívp l1Zٰp#$%ED$lD$諌]}¸I]ÐUE ]u}t x2@u,U]xL=w3]u}]Ítƹ Ёtxe 붐UWe;Lt%1e= t DLH=PtM=PP5=P=PtlPtKtG|1׹ PDž| D$T$$qP$$PyPr(\HPHu"Le= t-D$de;Lt%1e= t DLH1#PDuD$T$$$PyO DqDr4 Dp^UW1VS,Et:E1&s;us0]}E} $|$U|uԃ,[^_]f1,[^_]Ít&]붐UWVS\EԉUȉMo׋ủM)EԉEԋP@MЋMԉE܋I M؋MԋA0tiЉt&t7Et0E؉$U\$D$U܋U͋mu̍v׉‹EEEЉ|$$D$tt&}ׅtBUt;U؋M\$T$ $U܅EЃ\$<$D$]Ѕu}EvvE̋M)EЋQD$EȉT$$&\[^_]Í;SVtAEt:U؉ $M\$T$U܋MNjQVmuƍ&‰MvMЉ}׉E)Mąt=ut6M؋EuЉUL$\$$47U܋U~U؃]9wuÉ։}&+MĉUM1ɋ;MuU뾐t&MЋEmM뤐EЋU<$D$T$MMm0Љ&ME؉D$D$U$U܋Um뾍UWVSluE ƃ F؁ T1҉;XQe=M$UUMEUUE UuEE܉U*EU }EǍ9ljEsUMv9wM EԉEEE EE;]tsUEt$T$$?UMUt&UĉىÉU1+EEċE t$\$ $Eč;EuljUt$$T$EE9E ujfUEt$T$U D$ ET$$e[^_]Ít&u0Eu*EE&M EԋUU$Ge[^_]Í&)܍D$#EE9f$Ut PIX$eTEmEaU(ED$D$ ED$E D$E$2UWVSu4$L1u[^_]Í>t~t]u3OMt҉}׍vf;>u&EUD$FT$$:<u M<=tM3u1[^_]ft=f;u ff;tu1̍BRUDFUWVS,Eu} EtBt&CLt"Ctjt=uދ}ts r4$^fP @ e34$D$tt&P t$@ e3$Lt&D e30$vUED$D$G$U1WVSe= t `E1ƉEt&^t+CTu9T u'uF뷍& tK؃T^`de= t-` [^_]Í1u*u?D$$R1҅tEE8WG눉1D$ 1D$dD$1$1#vUE$t$Ue3 PU PUP 1Í&'UED$ GD$E D$E$Í `|fO`gUeD$ED$ ED$E D$E$Ðt&UeD$ D$ED$E D$E$ÐUeD$ED$ ED$E D$E$Ðt&UeD$ D$ED$E D$E$ÐUWVS@UBUyE1ۃ}E}$}UM4}MDW tUu썶DN uU.<-<+EE}0UEC} 9E1E 12MMEc}9}HFE1E؍A< vUt18u*1M& 8 u9w9MLEɋ@4DHE@< A9E9};}}<8 9Uhu tM ]}-9U܉؅De1@[^_]Ë}G1E E9EY&E R9URUM 1t+M~}rJ_<GGGGG GGGXPPP PPPfGXWXOXR)ЋWXD$8B4R8A,D$8Q0T$@D$GD$ G D$GX$,D$R‹G ЉGGXHG+G )Љ)eD$8D$<D$4WL$@D$4W щOOXЉWWWQGQQQQ QT$L$T$8L$<'WLOPOT$@L$8UWVSL]CX;PS;S{TCCCC CCCCXpJttL UЉ%u@rHe M;Nt(e= t rHE̋LFF lUЋĀ$1 9CX}̋PPPPPP SE܉EؐC T$$)ЉD$Q8SLKPCUЋUЉM!ʃtUMԉSLKP{XW,O0W4O8SKS CX}pt$pt$p,D$Ẻ|$L$ t$T$$P U1SKXy9ym|u?S C9res)ƃHD$E܉Uȉt$$UȉSSv+EuYS ݍvu\uX L[^_]ËK$D$)L$MйMȋC SCS)ƉT$U܉t$$裹됐 teT돍&L[^_]ÍH0UP,H8P4CXPHPL$H,T$UT$L$ST$ SD$<$T$W SuS SXs ;JeT L[^_]Ít&RHBBfBe= t*Ft&L[^_]Ít&@ t$#$C$t$#$9CCCC If9Ct$)D$C$CSC +SCSD$$P {D$ b3D$(D$;3$F3Kv)9EFT$|$$fSXJL$JL$J,T$ỦD$ E܉D$L$ML$$R U)}ω)ϹH{ e "uЉĀu+VHBBuBe= t*. $vUWVS4u]} STKC9 C9t.)L$UD$$!UKvCEEEU &KNjUT$C L$U|$D$ED$D$ CX$,D$RK‹CUL$$)ȉD$_!UtgE))t uvxCXPPPPP tPЃ4[^_]fPv!߉'U1WVSu] U]RXzUJ}} UE)҉uVEU|$D$$)NjEt(UBXP@ 9t)‰D$ET$$)[^_]Ív9G1U}<<uU}]O+}wZ}EW)9:<9E, Gt&9sC8 u)PEE\$ $D$?}U]BqEt&U ]]u}CXHP 9v1Ch)T$L$$„ҸuCX0+pu$CL1CP]u}]Í&{T<$WD$ t$D$$R@!ЃtZHe M;Kt(e= t ZHELCCBXtMH;HsE9HĀu'VHBBuBe= t*uc]u}]É|$$볉Āu'VHBBuBe= t*u $# l*E+딍+ڐU4U]Eu] }uҋ}uG +GօD$ \$t$<$P@҉T$WG T$D$$)Љ9։D$ D$T$T$؉W GGD$OL'GPOfG+G օtefG+G_LwP)։؉]u}]f ;\$ rD$$T$GW Gm빍US]UMT$ U L$$T$P@xCLSP[]Ðt&[]U]]u}C;CtVD$ +CD$T$C8$K+Kω11 u.C sL{PCC1]u}]É+s֍t& ٍUE@8E]鞲&'U]ÉuU}T$$PHuE%=t.Kh34O‰CX]u}]ËEċU tƃ|wsLKP!σt9| 9rC8D$D$D$ D$D$T$$wVEUD$ D$C8T$$英M3Uĉ1 tL$4$葢CLCPD$D$ t$$'CL#CPtBCL3s CEƉsshCLEąCP@5O‰CXCLCP뮍U $]t$u |$}/}|$u t$]$@ ]'US]][]@fU]ÉuU}T$$PHuE%=tnSC $)ЉD$B{h34C CO‰CXC CC]u}]Ít&}ċu t| s贓ډUM!ʉUSK U#M9M#uD$ L$t$$ͯ}‰CElj|{ C+CsL{PE|uu)uu}M}}}+EsLS {Plj9}c|9Es\|Ut$|$CC8SD$ $誮K +K11 tf 12|C Rf|1SSt&#u)$L$hSuU։|s CL1SPIfU uu]M }~^);]s2ulUMxUM~^)9]vu)ȋ]u}]Ðt&9]F]$M\$|$SM^É $M\$|$6)]4$E ~^UM)9]v[]L$4$\$P UM)hv'US]C;Cs []ÍvuC;Cr ݋][]@t&'UWVS]CE1CSu} )9CS )9։U}C CCCCCv 1u)ЋD$|$$R8SL)ƋKPUUM!ʃtEUCLSPt%CS)9Qt$D$<$as1E[)^_]Í&$빍T$<$UD$UUS)։$( zE[)^_]fC CCCCC&u3 RC$vt$薄#$!: t&'U$]Éu։}tfCLCPL$t$$P<CDShC҉C CCCCC C]u}]Ít&CS9t)‰MD$ T$D$$W@M!׉}1}tCLSP[vfq|$t$$'fCDOt&^V U1WVS]} U}% = UދBR9w`UD$$P My +y1Ƀv1щ)tpM}t$|$ $ )V)1Et8M9؉F1f  9uM}Q)ƋEJ)[^_]ÍыRA 1E)9w49s~ Nt 9sp9 u)AEY|$$t$U}Bk)Evt&UEK)9REU1WVS M}u ~5] v)Å~JG<uI\$t$G8$ yۋE )؋wP_Lx‰WLOP [^_]ËE)։\$t$G8$ 뵍t&UE@8E] &'US]SC $)ЉD$bC8C CE[] t&U E D$E@8$D$Ít&'UEU M@<uMU @8E]2@8E]2UWVS}UG9G GOD$ ]uE E92'GE] uOL_PL$$D$$\$(!؃dG YPwO)L$L$$\$\$(+L$\$9]L$\$\$(9]| L$$9M U D$(+T$w ] wwwuWx*T$$L$(D$ <$T$L$P@Č؉[^_]ÐD$,T$D$<$QHT$T$<$H*T$M<$T$ U L$T$P@!ЃtG'WPG GGGGG؉_LČ[^_]Íuw GM U)!E \$(]#\$()ȉD$$+wT$(9T$(|9t$$vM ]D$$D$(L$\$D$ <$P@щ…\$( \$$ \$ ۋp8R_G )؉\$T$L$D$<$֋T$L$Ɖ9t$(| 9D$$D$ GG D$$GGD$ G] WLuGGOP'GGG&O+OwP)M ]_L!] uEqE1ҋ] uvD$<%=T$XU L$\M1&G;GD$ CIt&G tT$$U|T$'T$<$_GT$GGGG GG5EaD$ D$D$<$P@!Ѓ_LWP&T$<$T$9M Y@11D$ =T$$L$(U M)] ueXD$$_t&US E]D$E $D$pt$CCCCC CC؃ []Í&1ۃ []Í&'US ]CXǃ4ǀ3E$D$E D$it []Í&SXǃ@5ǂ3 []Ít&'US] $CLCP$ C8[]Í'U ]]uU }MuC<}E% ȉt$D$$,ƅ% s8 Ёt$s؋u]}]Ít&D$D$ D$D$$P$!Ѓue<t4$1+뜍&1ۋu؋}]]Ã% ȉt$D$$%,-t&U$]]u}{8t1ۋu؋}]]Í&E e5CLC8CP@>ED$D$ D$D$$P$!ЃtE>؋u]}]Ã<>eߍt&'U1S]tU ًE9[]Ð&US]SC9wtC+CuCL1CP[]ÍD$ D$L$$R@!ЃtCCe <u뚍Kh~9CXP @$T$)D$„ҸUht&)‰T$D$$ US ]{8t*Ch~ICXP @$T$)D${@t]E []f$PDfSC$T$)ЉD$h뻍UWVS]{81%=$ "$PDNjCh~^CX@ t$bD$ D$D$$CX@@@@ @D$ D$D$$C CCCCC$  $DC8CLCP[^_]fCh~)CXP @$T$)D$t&SC$T$)ЉD$'UWVSE}w/%vmt+xBˀ8c/UJ<#vUJ<t&t&1Et&@EfU$eeEEܺ$膮D$ 4D$rD$<3$4KD$ 4D$qD$<3$4K&'UWVS]S;S.SCL ׉%u@rHe M;Nt(e= trHELFF uD$$P Āu,WHBBuBe= t*^$ CS C)‰C CCCCT$D$$Q8~ESLKPC!΃tƉωsL{PC[^_]Ít&[^_]Ðt&u6 ؍t&C$t$1o#$C t& 뢍 e zĀu+WHBBuBe= t*K $*v'U]]uU }  tSC8C;C D C ‹]u}]Í&{Ccs 9tZ{sshCC{{ {oCgt&S$)ЉD$T${zCC럍X&KU$)ȉL$D$8U&$ e  U$M C UC CCKh~?CXH @U$L$)D$UɸCvKU$)ȉL$D$yUȋsU$).C U+K9F)ȋ C CnH9  Ut2u+PHBBuBe= t*u"e= t-^]Í'UWVSÃ$@ K0U)DžɉEȐP9OuC,)EC$EE+E9‰EE)ЅEx]u)EEC(1t f)y u1$[^_]Ðt&EuET$t$$'}E+{ K0C$볍EډT$UET$$QS MET$))L$C$먋S,C$U)‰U1҉EDJdU܉M $fEUҋUIxF}uT$dt$<$yS$E܉$ijU}+{ K0S$EUS,Uu؉D$d$U܉t$\M|$L$$U܉fUWVS]R^E Ee;t%1e= t 9%u2SHe=;zte= t SHzBIt49B4t%49u&9P4@4u#ĀuSHBBu"e= t-ktED$$i[^_]ÐC4q&ED$D$ $-Be= t*KC4It&U(]]u}4 CE Ee;t%1e= t  ȃ%SHe=;zt!e= t DSH zIB倉C4IuBBu"e= t-tED$$]u}]ÍvIIC4뉐ED$D$ $]Be= t*pB&UUE +B R0tt&J9Ou]Ð&UEPH, P,P$HH PP H$]Í&UESHP,X$H,H PX PH$[]Ðt&US]C;Cw6u'K9CK sCCCC1[]ÍvK(K ߋD$$P ¸tϋC륍vUS]tGS,CSS$C,C SS C$$7eC$C,C([]Ít&C$ԍvUEM Phu@hM E]B &US]ChuOChu{CS9rhu@C0uyK$t$*]@[]&t[]ÀK,C$S,S K9C S$Cv[]É$^t븍vSVtUS]ChuOCh}SC9rduD$ |$t$$1ۋu؋}]] USEM]L$M \$D$ $L$R$[]Í&UD$D$D$ "D$D$ $6vt& D$ET$D$ $fUU E@<@@ @ @@@@@@4@$@(@,@0f@D@Ht@@]Ív'UM ESU]HH@<@@ @ @@@@@@4@$@(@,@0f@DtAAۉXhxXMPXBBBBB BBB B$B(@\[]ÍUE D$D$ D$D$E$Í&'U1]É'US]Ctt:C0tv@uC$t$\C$][]S $)T$CtC C뙍vU]ÐUS]U C;C v H@8t T$$Pt#[]fK퐍&US]C;C vPS@#[]ÍvD$$Puۃ[]É'UM VuS19s{ Cu : t9rE[^]Ív)[^]fUWVS(uEE Et;e;t%1e= t M I=EeUfIDžt:%u1SHM;Jt"e= t  SHE܉BBChCXH 9Hv#D$$P EEEt7Āu0SHBBu Be= t*p t&9![4&ttAM؅tED$$E([^_]Ít&S9S6T&e= t-뛍t&ED$D$ $UUWVS$IۉEe=vЃShSH;ze= t 1t2_ZSH;ze= t fCHx@=u'u!SS`C\C )ЉCdD$D$$P,u$t&Ch[4E[^_]ÍvSHBBuBe= t*lCh[4볐kY<1B0t&'U$.ÍUWVS EE Ee;t%1e= t I5ۣe=t&Iƅ%u+SH;zte= t SSHzB%=Āu+SHBBuBe= t*9[[4`u"e= t-MtED$$ [^_]ÍvD$$P ;&ED$D$ $U&U ]] uu^u4uC+C FC0s0]u]Ít&C+CFߐt&$t&UUJA0t09u &9t u]f]Ív'UEU ]@+B US]StuJ+J C)[]ËJ+JUM $t$Q;Ut $t$]ËAx9 tZZ, JZZ J,J$Z$J B1$t$]f u)Zr$ J,Z,Z r JZ$fJ 뾍vJ붍vUEH0t@0P$t E]t&]ÍU(]]uM }Ss 9v!tJBCJ]u}]Ðuys$t8׋S,C SC,s {$뼍Br9t=s$UM$xOUMƸt׉C(뛉so{M)?E$:OEUIU|$t$$U/yC $$SEUMC ES(Cf؉M.M¸{S,s$&'U]ÐU]ÍU]ÍU1]É'U]ÍU]Ít&'UI]ÍU1]É'UE]@4Ðt&UE]Ð&e;Ut%1e= t z]áUu"e= t-E]Ð&U]Ío 6 * j bV  . 8 v( JvUESPX9vPӋ tP9ڸs[]ËH PH&US]Ctu $C]E []UE Utt ]ÍE U]tt&U0]Éu։}x@ M)9CECEt]Ћu}]Ðt&FdUE$Utхt,C +C $MD$|$u<$MCEL$MD$ D$$MɋMuz)C )C)C)CC KCE+E9MzD$ 6D$D$Uh$5k)v1ҋ]uЋ}]Í&)C)C)C)CC K CE+E9M~Uu,)Ct$D$$j1ҋ]uЋ}]f)C Ґ9sH&UE}}]utGGO 9GCG)ED$Eu9؉]u}]Ðt&tqGW 9GCG)ЉD$}}uL$M ]ExE 9D$E G] uGvt&t_+_ ^t&_+_JGO 9GCGE)ȉD$}tT}u\$] uEE 9D$|jE ] uGEL$OG)ȉE U믋G+GE UU M$U M$oqO r U1ɉ0]]U u}tҋ]Ћu}]ÐƁ tPCs+{us +u}<19}sItC;CvCЋ]u}]ÍvC܍sCsC렐t&t iD6d9ƉEwUM$UMtЃ}t,Et$<$D$pE$MUCEUMD$)474$D$GgED$ |$$D$Is +EC +EC+EC+EC{MsUCfU E]]uu }}uaD$4$pD$ED$ t$$Ess st6{C{ǃ]u}]Í9B렐ssCȐt&UUI‰E]G&USU]D$ I‰D$E $D$ []Ðt&UU]B9BCB+B ÐUWVSL1ҹe= t Le=E1۾t&؉e= t \@uڡ LU Lb A [^_]Ðe=E<tۉe= t L"\Lt&LU~}ule   Lt&e= t*[@ue= t-L[]Ít& LU~Z e  Lt&@=uL]Í&UVStXp^كۃ )9v,)Ӂw2fv"9r 1 [^]Ív(ӈ Uu1]É}p~U QU!cZ QH<@3'v1]u}]Í&1Mt( 9MwËMMM D9Mst&}vDt]E L1߁9t9aY9s Ut&HY9Ív:) 9u%t&N K)ˍ  ˅L>G 1߁9tY9sY9Ív) 9ukKt)9{؋D91cUVSÃ$u$[^]Ðt&EUuED$ D$D$ $sU9v 90wE t6 D$T$ D$l:D΃$L$肘$[^]ÍvT$D$]$a`7l&UWVS50M10Vu4уv*t% D9}L~6$LljƃuaKT!ȍ)É$LtItEҋE+50)D1^[^_]Ít&)딸e ύvU0]]}ute5\L>Y$D$ EL$Dމ\$ \LT$|$D$\$D$P,$vL$詉jt&Y$}둍UWVS =EH86H0UEE,E؉UfE܋KF׉EUF ;r |;psU~B Pv FlUBZX vCCSUC<;S u]CSǃ4;UVUuA)NjCEUC ;Z ;XU{B Pv C)E9p0tpUD f>@ @u}tOUBUBJ0 [^_]ÍvU9UtE&}E{X0@멡Lٺ6ML69pt16:$9OF9pt16;$9,ExttFVBFP49Xt)6:$9C9Xt)6:$9Ext8CSBCPwF9tAUBFBFPFPC9t+UBCBCPCP/URR~URRt&'UWVSz0EUU11EEB0׋@Ã]1ۉE܋Dtt&P@օu uًE]]u8ٻEuF 9tt&P@ 9uuӋU苂DUZ])ȉZ]CE܉S K SC$؉SUS[^_]ÉU$áLt$օ:1e= t hQfv1t&e= t-EQЋ$t$]Ív$J1҃PwɅtF뮍5뛍v5L닍v5n1ҁw5G&5&5&'UWVSLx[^_]ÍLYFe@LT X \ $@$@`d$PyL=D?t%1t&8Mutu#tL[^_]ÍPиPLtġt  LpS A LZ LU xxAZxLPxLFxOE`G0P;B SC vCCXZ C43G )W0 U9Mt#76$9EEE x0EU؍T M܃U9ljMuEEE=+FE9EUMB)D)9ED$$bACu4+;_G ;{ ~;xuC Xv G]]F9tl7d?$9UEz0V9׉GuMqF\{tZ77$9+CƒJMP>]7$9cCvH‹@ ;Q M;PMA HExv ‹@Su`7>$9Mk7(?$9ZGu+E؍XE!;]CV)ڃ5D? UЉMD$\$$?MԋUЋE)كV))DO<[^_]ft&uC_0t&0@;Ϻj7Ⱥ\=,>뺡Lٺ6M6LE;xti7:$9>G;xti7:$9{WGBGPN%SL$D$$BQ=J9U==FKD$T$ $BC=7UЉMD$D$D$ 2D$\$$<UЋMԃV 9Xtd6:$9 C9Xtd6:$9ExSCBCP9Ptm6:$9MA9Htm6;$9Ext^UBыRPQBEG9thCGCGXGX%C9tRMACACHCHiUB9t9UMBABAPAP[[URR&MII&UUSt[BukuRe <t`1e= t ~8~e= t+o8[]Í&%룐t&[]&[]7&US]tV1e= t 81҉tW@u)e= t-7[]Ít&e= t-7[]&e= t-7LٺR7[]t&UWVST߉EU EE ƒBU;UwTЋUT҉Ut>R9]MSރT T[^_]Ít&}wwEU8E̍DH U9M>]S ;ZvMP BL }tKuT[^_]Ít&E&E r[E̋EU8BEuM]E0M]ȉEE}[t&UMTZUE܋UME 0UE}'^V rs w 9F^ KU;D<}w99E_ {=R&whJ8հ]EU؋ZU9twEԋB E@;Evi]KANFpq& J[˃U؉]]܋ZU9uvv]Cuuԍ&9s,[Ct86$9?C9rԋuoC^FsFpC EQf Jn`]E&w76$9MI MAt&MQ49F;E=]+Eu=ss q4^^ vFF1ɋ]} ˉZNrQU%D$4$T$%;2Jwըv86$9Cuu_&[}Z]̋E؋M̍t]ʃ0U㍴&t9v0EU0tUػEtu&u68$9tڋF 9؋M!NjE쉼0vZJ|vEX0C;EE@}<E!UUML}tNT[^_]ËM̋]؍TB9M;H@HE΃9uv@H΃9uwE]9Z t C9HEÉEE+}X‹@ ;S M ;PD MC Xyv A> >]L3}tKUrE@EV8E16@$9B1e T[^_]ËpE9uU+}ZB ;S W ;PN MC XyviAtb;Ht68@$9UB;Pt6d@$9{wMQABAPEȋP;B MȋEE}H PB Aw]C4v@@1ҋM}<8ƒ ыUJPuM%D$4$L$6t&E v-Ew_wEs]L3}tK둃nEQ6@$9bQEt&8EE~P|GỦULN7:FMUu+EQ0Ƀ ΉssB]%D$4$\$5ME; Er/9}"UMЍ\!9 EEX0CMك}ME9]u}tP}v tEEt 6dA$9U9Ur 6B$9MAu 6!8$9}߁GE܋E+EPU"U!u܁G 9Uw47+E)DsM싁D;HvH]S0B9EMu+E K0Ãۃ މrA1օE `PMxDA0MPU @ʃSEȋP9B uXMȋEEH PB Av@@1ҋM}]<8ƒ щKPt?M1LMT+MDыMU!ʅ҉׉M~l$ULUtRtE=u5D}DE9u}{u }}#}ԁF9}D$D$D$ "D$|$$a, 8E@ }t9u+U܍D)ЍUE<8})<>#}y 6>8$9i<$LEtitЋu܋E50)F=D}EƒSD D ڸ$Lu܉E}}1넉u1*t 6C$9}t$LE뭉)D$T$$+w ?MD$D$D$ "D$\$$*tixt 6A$9؃F;~;vUEZ0;C:M6L9Ht68@$9YUB9Pt6d@$93{tHMQABAP_?MA9tDUCBCBXBXtMA9t(UCBCBXBX[[B[[@M6LED Sy}t&US]t\1e= t &1ɅxSe= t-d&ډ[](e 1[]UWVSӃEw,vG1e [^_]ÍvBt҃t͸&9w߉w EBE1ETEt1ҍx؍t!ƃ)wމ)W)GU}UVULW ‹EW~E9Ew ~1҉t6$D$9GΨU9+E1ҁ}Mƒ Ѝ AGʃ EGEAt&[^_]fAЃFnU1ɃVULWt&U t$u$] |$F{1e= t $l1Ʌxe= t-#ڋt$ȋ$|$]w&]t$E $|$]ve 1$t$|$]ÍUWVSӃBM59D)u43F(ƒ;DMMM9MsY9w0DUU9UNV ;q M;rM=Q Jv FE+EvKKU; MK JLC[^_]Ít&C1҃ E ЉCELf68$=:Uȃ9U EU1tEP9~Us FSMVQVQv5V Q VQv$V QVQuFAF A &E& M1KvC1Ƀ E+U ȉCEG0PCf68$=:eCUFBFBl9pt6D$=:,F9pt6D$=: ExFVPVBMT$t$ $U1U9UUD6$=:E+EyN8LK1j8L6~3F9tMAFAFHFHURR&UWVS$] M1e= t xEUe= t-crSF߉US уMCMEMe= t FukU;U܅MCE$BDže= t-ډ7$[^_]Í&UxuE}9EvxXUStEE<$D$ED$/pe $1[^_]ÍvE1Dt&ED$$%1GM8LFD$$Uu4 LpS A LZ LU ]]Ít&U}}]u?AELDt]u}]Ðt&G1e= t 4 =HtB1 uG0048<04]&P&89[ 8[ @ 0TJ 88Q Dt:~?wCTS X C X 0fDti88$X:[ [끐t& w6[:TR&w/89 h& wn w[Őww YnJ|~GO=809t/&Pv@@@09u؋ɣD $(L,H48<@~RDu;u2 LpS A LZ LU e= t-1ww9@J|~Gt LLLjU L}}]ue 4e= ture= t.,CSu0t 9tc6E$J:؋u]}]f1ۅtމf}tle= t.e= t e= t-]@҉DTe= t-S!e= t.<뛋U<$T$Љ&'eUS]<tG1e= t Le= t-L][]=pS tڸ[]AxS[]w1[]fUS] Lj][]pUS$X]1_e= t IZ00AELDCCCC Ct&LJ L =t(J9uD D=u܍t&D $L(Hǃ0,48<@DHe= t-؃[]ÍUSUtRBuSt %1e= t 7e= t+[]Ðt& u;v=w[]4M$L$볍UWVSE ]ELhu{GƒU9%}UE уBMMt %01e= teM4U$e= t.tlBJӨu2t99t64F$!:薻[^_]Ít&ʉoX[^_]fEU$EE\$D$E$#Ue= te= t.]]vE9EKE$6txE\$4$D$8#t&1e $1EE[^_]1Lٺ81^U$T$UT$Љ U$]t$u  LL4u t$]$] UL]]uu }wu]u}]t&e F<te= ttT3_Et[ډWEtpe= t/UBu(u69t@6XG$:׸E]u}]Í& tre= t/}Ee= t iEe= t-PEd*@D}e= t-(*)'Ee= t/똋Ut$$T$ЉEU$]t$u L]$u t$]'UWVS LRL=e e= tuxCM؋>e= t+)ttFVu0t 9tp6XG$:躶 [^_]ËE1TtCrft&tpe= t Mze= t-}i*cvv@UDމ0Me= t+'띋U<$T$UT$Љ&'UWVSLj=UG!¡LUe e= tCEL!Ae= t+dtoFVu0t 9t6XG$9轴[^_]ÍvETxCk_ftpe= t  Me= t- n/kETx@Dމ1Me= t+c 뙋U<$T$UT$ЉfUWVS] ME =W Le Ee= t*S0zUt%@ )9BUe= t+ FE@9t.6pH$9UBƒu9 ~FFv5F Fv" FFuFF [^_]ÍU14[^_]Ë tƋED$4$D$뭐t&UU9UDǃ'86$9蓱FF[^_]Ðt&e= t  Ue= t- FE@ƒNvD$D$4$&e= t  @UDމѽe= t-p _U%e= t+X LUT$U$Ѕ!E4$D$D$JE191e fUWVS4=L8EEU1e= t  G=oU܍PUUEEE8Uԍt&E9E} }UEԍTZ U9EЉE#t&39sU)409urp[ 9]s;uv}C<;#}9sƸI6$939rI6$9ɮ)409us#uD$<$t$ [ 9]ErvE}1}tf E؋U Ee= t*X@=EgẼ4[^_]É&w 8U w[UoED0L놉 w nUFw wU1E~J|GM܉M&U1UStJuD YE[]Í&ȃ[]Ðt&UWVSHEġLL1P1ρGu3H 1ѿs)1ρGu1ѿs1ρG&1_Ãt8t@t8t@t8t@_Ð=u~ t` t Í&L$T$:u ABu1øBÐUEU SX)Ӑ Ɉ u[]U]]u$Yp4$1tt$\$$ ]u]ÐUuE u]D$4$Í@$u1t\$t$$y ]u]ÐU]]u}D$D$$t ]u}]e==T7t"T7t/D$D$$<븉U$UTD$D$K$E끐U<]]uu }}x<;`}4^t)D$D$$EYƉ]u}]D$D$*K$E,$E$ED$ D$ E؍ED$U9}؉4$T$ËEGljD$ 9}r yD>]u}]Ít&+M؍U)9GщT$\$$ 뿐D$!t$z80@80@t 80@1ҋ)ʁJsX1ʁuN)ʁJs>1ʁu4)ʁJs$1ʁu)ʁJs 1ʁtt@t @t@+D$ÐU1M S]tgٸBt_;uZ8tCu3-t :t/zBtzBtzBt 9wɐ9G)[]É벉ꐐUWVSu M]uv=CtpFCteFCtZFtMu˃tICt41ҍ{]D]Dt]utE@E[^_]É]吐UE}WM VSPvDuzۈZthYzۈZtZYzۈZtLYۈtAu‹]t*Ɛt&t0ufu[^_]Éu)э\u萍t&[^_]ÐWV1t$ L$͉f8uFth8ukFtO8uRF<uF uF F uF 1ׁG1ʿs1ׁGuV1ׁG1ʿh1ׁGoVsf1ׁGu[1ʿ61ׁG=V s.1ׁGu#1ʿ1ׁG"8ut 8uFt8uFt8uF^_Ð=uz` t0 t Í&SD$T$ L$u: u1[[|Vƃ Kåv'FJ9YFJ9KFJ9=FJ9/FJ9!FJ9FJ9^1[ËFJ9FJ9FJ9FJ9FJ9FJ9FJ9F:B^1[ËFJ9~FJ9pFJ9bFJ9TFJ9FFJ98FJ9*FJ8.9&^1[ËFJ9FJ9FJ9FJ9FJ9FJ9FJ9FJ89F:B^1[Ív' ;ulF;BuaF;BuVF ;B uKF;Bu@F;Bu5F;Bu*F;Bu }HZ9u4HZ9u*HZ8u4f9u/@:Bu![É'8uf9u 8uf9[wÐD$T$L$ f@Sr$oH0oR0ff8s,)s$]E'&t.]عEg&;Mtv;MtCvMӹMӹ!'UWVSˁ8UMiU1=uMt&uf1}t&)9ljwEދ<9҉1Mu+Dž)DžUD$)T$$-!D ;C;sN 8 T& 8 9rꋅ9sM 8 *T1 8Lpu9r9v1‰18[^_]Åt 9G1벋E+;B}EDž)DžfuD$)T$$;5D9 8 u~t& 8 uU9rt8t  8 uu8[^_]f‰ދ4둋98[^_]Í&UWVS8}M t4˾ t&t)8!u;t 18[^_]ÐuU D$G$蕀Etщ+M M)ˉ+E9}FЃUv!UًE$U8[^lj_]fUM؉MM؍< E9E1+E1U+MEԋE}}U܉MЍ&UD$U)ET$$gEE;uC9v/UM 8 u~UU 8 ug9wE9v8E܋UUU 8 t&MȍPL8Lu9r9lEEuԋE5t&U1U‰UEM+E;EBE1M}M܋ME؉E+EEԋEM荶 >)ET$D$$MGM̅;}EUEЋE܉U08ugEMȋU 8 uG9wMȉUЋEEtkU8u>MȋU v 8 u'uUMȉEuԉu5t&Mu؉#] EE늋UЉE}}} Ut ]DÍݐU1U MS8t[]Ðt&UuƸ][1ҁ9wFсv:D$ UD$D$@U$^U?1]u]Ít&$U $U&1tˉ%?뵍v=u%뗐t&%농t&1Er ƒ$V&1O%@1E* `@ 0 1%%?1t&UWVSӃ(EMVUUU})ʍ4Rf=Iu# u==u}mfED$ D$ D$DD$`V<$ҍtP9t:tÃ@wM ut&1([^_]Í 널E뾰1ɇ߉ƒtωu1ۉM/vهމƒMtuu}tt uUt u}uEuM-)tP%)&U)ttnu@@ƒ } ]} Gv@D$ |UD$D$@U$pU+E܃qU܉$W <-<-<+t4UT$UET$UD$D$D$ T$D$ [4$tb4Se[^_]Ív<+qЃ0 w<-<+j]vu~434SfE1fE1Mu4uأ4>u& T@cEUU벋U܍ED$ D$[4$T$U<<Pуue=E t&EZu<+t<-t<>+E܃M؋E܉$tUأ@<-<+tETED$UD$D$ E؉T$UT$UT$D$ [$s4TUt <,uBzu`D$\$$,u EU33 $D$,s$y`T$$D$|,dX$)`MdX\EUE \$ D$D$, $"f\o[}ωP}ωHPuMɉL UEȉtXL|:DE @5hT$$@X5X  p<8T=|‰U lxt UD:\$ t$D$$e;h55=t91 99w X&TʉTu}1M쉽TljXvSKX9sS;T9r$tSK։$t&$jA[:[![at&XA[`d33 9Uf9S6p4D2S;SS;P5pFX9=tPl\$ D$L$$b;Pu1҉X}K;KXsK9t+K;Kr払@$@KА XT |ȉыK;KsK9t1K;Kr払@$x@Ѝ&XT |9D1'LHL1S;SSpD9rءt9vpD9rHH1S;SSpD9rءt9vpD9r}xt8u x$g tt+1ۍpDl$9tw݋h@LDLtWtL5pp@Lu@l$@L) @Lt@LnDLRPhu%p1ҋ؉s=p51DžT1DžX&߀{uɲXu1tօu߀{tTҹtϋX1ҋT 95?}\$ D$D$,<$6_\o[Mu΍ E}ϋU܍kXUʍkX D$$D$W$\{PM9}g&yS)ǍG)čt$;S:S /WT$@\$ D$4$>^@9D74$cxXɋT=uZX1ң@LDL=tuxl$@Lr=t1[1҉;T{1$Ҽf;$üv93vD$ [D$D$t[$}[$$r^t&UWVS(E$ÐUMS] xL=w[]e 搐UMS] xL=w[]e 搐UMS] xL=w[]e 搐Uuu}}]|$4$茏uC@T$4$薕H؉؋u]]$oxߋ,뵍vu؋]]Í&9r43띐xU]EÐUED$$¸IEÐUVSE taH?Bw^P xW?BOii@UU]MEM@xL=w*[^]Ð1Սt&ee 뿐UEt]7]Í&'UWVSD$"l$2=Ɖt$|C|$$DžxED$h4$D$E64$=0\$D$P$T赾TtD8 x;Kt$6TČ[^_]Ë|$EEEEEEeEċEEȋEE̋EEЋEEԋEE؋EE܋EEEEEEEEEEB|$D$$苐xx?D$4$'5&$(BUT$D$$1t&K5L9DÉtGËt$$/Ue= t-`]ÍvUhu Í&PL$PLhÐt&U ]u}tdɉlt ePLhuV3D$nD$$Ui3EPLPL$4U}[3t ]u}]Ív TLkt&1=LLLLU]u}]ÍfD$lD$&l$Clt5LLD$$ D$ңPLuxF% D$D$$PLt&LLD$$D$PL떍t&h<ҍT`UWe=VSuEEE5HLTL DED$E$&5t$uD$/l$x4$谳E4$D$sD$!D$4lD$ C4$)D$ivƉs$ơd\$$+lddt'C;Cv:C9CO CE} >UE$T$ U D$T$qC$1El tXM0UЉ)UԍUЀ| tEء}EM19E؉)D$T$$EE1Ee= t `sh/=LLIle= t-`7EU9t$~Ĉ[^_]Ívt$D$Xl$#t&\LdUDED$ @D$ED$PL$]h>l1ɡd=hED$ @D$ED$PL$=l1ɡd=LLhED$>l$D$臶~fUE$T$D$$t&Eout }ܾgfffEof mEemorEy [Uvȃ))0҈ u)1E‰\$]|$$P)]@؉]UDfD$D$$Cl蜞uD$Pl$t$$CD$ $>D$:$)C{ÍE$$(Ɖ$4$(v'UED$ ED$E D$E$Ð&UED$ E D$D$E$Í&UED$D$ E D$E$Í&U1 U ]]uue= t `ىCE]u]$$'&U1e= t `$dLLfÉE$UE$'v'UHLUtHL]Í`辆4 `.}`螆 ` `NUSVW\$L$T$t$ |$$l$(u xL_^[]=:ÐUSVWT$(L$,u: u1Ջ\$L$T$t$ |$$xL_^[]=_^[]ԟڋL$\$[xL=ÐST$L$ \$}xL[=|ÐST$L$ \$xL[=LÐU(]ÉuΉ}׋Ptdt$D$$׋Ct Nt$D$$׋Ct Nt$D$$׋]u}]f@uL$D$$׍U]Éu@օtCt$։$]u]Í'U}]u}XpC F tyH c tf teUR UtT9U}} E8UtaU}W UJ ` Uxz}]wPxXSv]u}]ÍvXH pih}9g EH Mx9]}C{G]u}]Ðt&_]PxXSfGUBWw UWVS1ۃ,} t` E1EE$t&CSti׋UMuEU܅M؉D$E$UM؅U܋ED$T$U$ yCSuU$1tDU܉ÉUH 9}@@t!E4$uD$MD$,[^_]fu}U1WVSU u}u"[^_]Ë4$D$ׅt!SIӋu1[^_]Í[^_]ÍU1WVS] T$u e[^_]Ít&;t1UE(ut&BZtBEMỦD$ $UU̅tbE9Et*E0yBZue1[^_]Í&UFnM)čD$U܉t$L$$M E릋׋uHEUz)EE܍vU܋J E9Et U܋]E@ }؅t A U\B9"H t$H J HPJMXBHy t~p]Љ}؈]utF uyZ ]]] މqY rqApuЉQb M܉ $ EEt&xtAG t;}}؉]Z p  މX b uf PJUЉ듐t&H fJA t$A J AQB YMJyG  q]ЉÉMԋ}؅ut F J ރ ΉpX Mԋ]ЉrpHqPb vыE]؉}ԉω]ЉӋU&Qt>y;uuNM܍Kn)̍L$Ủ\$D$ $U뷍&}ԋ]ЉEMW&U]܋D9Xt}HG&AtI@ tCE}؉Mԉ]ЋMZ q  މY b uf BEЉQfI C&}؃A H}؉хA UU EuÍt1ɐt&'UEU t*fÐUWVS D$,E$~l(tqE\$D$ 4$D7t8ED$|$4$譩ucIȋE E$!Eue & [^_]É'U4]]uΉ}9ED$ <$UE)D$E@t*9.9׸D]u}]f;}tE;E tEE|$D$E$]E+EE)ЉD$ET$$‰>D$ U)D$<$:@U܅M9UE+Eu@EEE+EE-t&;D$D$ <$? uT9UuYEED$ED$E$̏y1D$ lD$zD$m$lu>u>Uv'UWVS$$ Kہ )čD$ÉE]]D$$l薏EttEE؍EEE%&lƹu*@0 UE܋M؋U\$$EuƋ]xLEe[^_]Ðt&D$$lEEt͍EE؍EEEl (҃UE܋M؋U\$$Eui&UWVS$lK|Ef$tTxupluݍpED$ D$4$KtE9t8$Uut&$ E[^_]Et&'Ul]bfUl]RLdU]DÐU]] ut)3t#D$/4$t\LXL]u]f5\LL$L$D$A D$AASVWt$$T$ \$|$(x̀_^[AtÉtӉøxLu xLelehːU]MuU }]}xL=wu+$T$]u}]øevډ؋u]}]ÐWVS|$ t$T$L$\$xL[^_=@Ðe= u"ڸfL$xLӃVnƉڸfL$xLӖ^ҏÐe= u"ڸf L$xLӃVƉڸf L$xLӖN^rÐڸfL$xLӃOÐU U$t$|$€u4e P$t$|$]Íe Hh \$Ћ 1;KsttKK ! t#Cы냸@$b&'U U$t$|$€u4e P%$t$|$]Ít&e Hh\$Ћ 1;KsttKK ! t#Cы노@$b&'U U$t$|$€u4e P$t$|$]Íe Hh\$Ћ 1;KsttKK ! t#Cы냸@$b&'U U$t$|$€u4e P$t$|$]Íe Hh \$Ћ 1;KsttKK ! t#Cы냸@$b&'U U$t$|$€t|e Hh\$Ћ 1;Kst0DH t9)ڍB%U؉$lU؅o@$G T$\$$]GGG  GGGGoDH u[t];}t&U]ft] DH u؉}}1ɀ!MuwE&<=t!<]t;tKDJ tۉ)D$D$Jm4$E!Et'D$D$Sm4$"!E4 &DH u=4%DH u҉fU=t"]t;t}Dp tى؉)ȃD$D$cm $A 1UthU]LCCC CL &DH u]}}UMD 멍t&D$D$:m4$E~D$D$Bm4$yu5EVD$D$\m $Pu  fE([^_]ËUP$@$U܋@$h@$M@$vU@$ @$M@$5U@$ ct&U1WVS]ÍUED$EED$ D$ $TML$ M)‰L$ML$M $ÐUW1VSĀEEUMD$ D$D$p$ EEEƋE )Et-UM]D$t$ T$L$$ EEEȋ]D$ UED$\$$D$!EAEE̋Me1҃}t]xLtE^PH UPx0X$MĉUȋP]MЋ]ԋX,ŰP(@]܉UغEAEE9EI9F te[^_]f4$U Ue[^_]]MԋE܋UЃ]ĉˉEӉM M9MU)MU MUčQ U‰UQU؉QU#U\$$T$0]܋M]ċUċI M1ۅ~&U1Uu΍t& ;EuuEE9E9]EMEE\$D$$]U|ucSEԀ|uV]܅~6EH |u>u1t&|u9uċUE1uč&1ҋ@;EƒvMgM\$D$ $9fuLE1ҋ]ot&UMUMۉ]UMEU\$M $D$9teMuE}t F tL.U4$]U}t@;Eoe""R}{@}U9EsXU)܍\$# 9ωD‰EU]} ]]MEED$E]MD$$M9]؃)č|$#]D$ oD$D$o$os&US]$.PED$ ED$ED$E $4]ÍUED$EED$ D$ $ML$ M)‰L$ML$M $ÐUWVS=EUMED$ D$D$p$ EƸ+E xUM]D$ t$ T$L$$vPH(x$XUЋP}]]UԋP MH,}܉U؉MH0MMH4My}9])A9uF e[^_]EuE}t 5F t¾E1EEEЋMD$ ]EdD$ L$D$$dEEEԋ}`E}e1}t]xL]x8}}<}}}}}D8EEE9EEEDt&xM؋}EȉEE EM)øp]܃}|DL;]Ǎpٍ;EuM|E EAD]AEDp]}}ȈkPE@@ 1~XEMpl@ IEu1ttٍv 9uEplÍMEM}Md|$$L$k}MG}L$|$$MdE܅E}11ɉu}4;Euu}EE9EE E9E}EEL$dD$$躹EdE؀|}܅~=MY |1u4 |9u}E14$e[^_]t&}*}}}E}}}} }t@;E}e""ufMA A u1ۋ@;EÉ߃CCt&MEEEE|~+|EP)ET$#UEkE@|ʹ}DͰ}}EMdD$<$L$ d;EvcUL$]d$D$ d9B-f}t0E@|ʹ}DͰ}aM1IM1BE)čD$#DͰEEDʹMȃE럐4$htD=}~@;Eǃf$o롐&UeVS]@$% PED$ED$ ED$ED$E $e[^]ÍU1VS]} $bPE D$ED$ ED$ED$E$e[^]Í&UEU u?u5E$D$E D$ ED$ED$E$EKÍ uu뺍&ÐUWVSӃ|EčED$ D$D$ p$<$kTU)ԍL$#ME\$E]ĉ$\$/U|$$T$轴+MEMt-]}ED$t$ \$|$$QE1EEȋMD$ ]EUD$L$D$$>UE`EE̋}1e}t]xLtn]Mt&PH(XUȋPM]]ŰP UUЋP$M؋H,UԉM܋y9vA9>F te[^_]Ít&4$ e[^_]ÍMԋE}Ћ]MEÉ]+]]]؉]E;E]v!"e"t&] EECE<8}{ }܉{}5L$MU$L$蟲U]؋MMMۉ]E 1ۉu@E}1f4 ;Euu}E9E\EE9sEM\$]U$\$ } EЋU|ubO EԀ|uU}؅~5E X |u=1u4 |u9u}E 1u&1ҋ@;E‰׃]EM~#}P)ԍT$#EUD$ED$EUM$MU9'{&ua} ];1t&CY$)čL$#SUME} 11ۋ}SU\$M $D$9ux0}}}}<}}D89EEEEEuE}t zF tv4$H}@;Eǃ}@;E t&U]]UE uu$}}UEĥMU}}uuMMU E‰؋]]vU$ED$EED$ D$ $贸M$L$M)‰L$ ML$ML$M ÐU4uu]Ӊ}EfET$D$4$/t]u}]Ðt&e=<uۍM $D$EEiEE؉EC<uMD$ $]MbiE)]\$D$4$st?'UWVSd`D$D$$|`á/7A)čA ht$n`fDžnDžp/varDžt/runDžx/nscDž|d/soEcketED$nD$$`xidNFF |$L$$诬hD$ @t$$D$!tl;he[^_]Íe<stxL̍t&t9&e[^_]Ðe <uYe<D뫍t&`D$D$$趭`J`D$D$$`P(e< ED$$tCEEEE츈D$E܉]fED$$1eE+E}+}i뮐UeWVS} uEUt$|$$e7t~1)t/Ǎv֍Ut t&u"E)[^_]ËEU뿍&UWVSe U }u]ft$\$<$%u3U tډڃ Et&Ee[^_]Ðt&E~11f\9u9]sȍ Ae)čD$L$T$$蚩e]UEˋS9v7)‰St$\$<$$t#8usEee[^_]Ít&)Ѓ븸Ut tOMEE9EsE/Ee U묺MMH땍&'US]K uCD$$][]遂D$ 8pD$D$p$#pM]'UWVSe$D<臞P@)ċ@D$'H8DC@}HEEEE1UrE܍U؉EẺ$EEEEED$D$EfD$@|$4$ 0u <tۃ} E8E9@4DD,D$H$x,|9@%4D$D$ D$D$E$D$Y08Yxh!@DW DOЃ}DhHE쉅Du 9H,0${,0W8H׋Hx@ P40$004${08< tP te[^_]Í&$00e[^_]ËE쉅DD<$D$讖QcU쉕DыGW$HLSCLH,L9LHrw9HrG]@94PD$$T$ـU||~ EUgwsU ]]u}stN11ҹ st)t{P t2N9Hwj@UF ]u}]ÐPH$UMBUM,M9MUr w'9Es"fU KEtzt&g{t-jfUWVS U E]$D$BRS U1qLhA9EE̋[EE]UʋMEMCfMEtK9MM\tuJ9Mrmm+EEU ;MuHE9Bu@z 9Mr5u }9u'Jq9uru΀~t>9}rM9MsR9a1 [^_]Ét&'U M ]}}uv؋u]}]Í&e5UEExK~2uu|$t$$ .uM<t9utxLUgU]átuD$p$t0C؋u]]Í&1ۋu؋]]Ív'U =|]u}utBt]u}]át x9wb1z1ۉ})9s;| t@;EvD$ pD$OD$Ep$p?U&It19yJ9u |^D$ pD$]D$Ep$pT XGUp]ÍUp]XGu}$\$j}puuu}1uOu+t]u}]fu4$E?yE]u}]Í&ftztfs1덍t&UWVS,ER@15xtEE䐋E1ۅ;E9 v9D 4U09UU;M1U)ʉUU ڋUAM؉L$,$D$hU+UD$T$$讔9vKE9trzD tT@9BQDU@9wt]9Us/vD$ pD$D$Ep$fpRE8E,[^_]D$ pD$D$Ep$NpKRD$ pD$D$Ep$q'RD$ pD$D$Ep$DqRvUt]#]'UWV1Sà xUGEGt&9s#|ut$vU9r݋E$v}t+XG$tv [^_]ÍU E$t$|$Dt.e ;u!ѺD‹$t$|$]11;Qs5xv)Nj9s1;\sǍv'UWVSu=xDNj9rB)ËGuul$q‰Gt8>|@@ljEסt De[^_]1ɺp $xq诳D$ pD$OD$Ep${p PUSà ;u+~;~s޸[^_]Ít&1[^_]É'UWV` S4UԉMt $|Lz@1ۅEtdEEUt4t&9r;s@uU,uH[ uуEUEL9Ur1ۍ&p t $|L4[^_]&CMԉq8S4C8LR@UȋSHE؋RU4xEEE]}Uܐt&M}܋M}DvHMfuXtXXtLp}9]r=ftHu9]t H9]s!MtM;qv}ЋM;xFMMftE}9}H]M̅t}̉UtUEEM}ԋEGAG gS0uȅt Rru9uEs}9sP wtHftNP;9}}rft0xt*MH9Ms}t};WvMU;GȉM듋M9Mu׋Pt묋EԻ@@ 8?USt[];$9t [D?]f;$19UED$E$ÍUdtED$E$ÐUT$M$UEE~U1t}u Í&E$hEUU]fUEUEE E 1uUtUBÐ&U]g&U]]uK CC D$4$D$ D$D$T}C]u]Ít&UVS$]uE uEK C CD$D$ D$t$Ec E4$|Ce[^]USL]D$ D$D$D$D$CD$$ C[]ÐUEUEE E1uUtUBÐ&UED$u$tLÍt&'UEUEE E1t Í&E$E$ڿEÐUWVS.$]1Dž$ YЀ wQZRɃ0rЉ< wv҃ LJrЉ< v$ $.u tS뤃) ӥ$$[^_]D$$'u}x֍UT$(D$@$<$ (~??ND U(]]uu }}t tV@NL$5=LV}}u u]]]&L뷍t&U%U1 $ntelt$|$uGenutFcAMDuAuthu enti11Ҹ$t$|$]ÐineIu5 ‰Ã  vˍK,x~  5@É  иv 5fUu_]ÐUWVS\UVMVPV@PUP Q(fJRuvA]C;ELEԋMAEit804$[UB$YMU M@t$$L$vMЉ|$L$$AwMK CEԉCD$ D$$zkU$QU&M9KEU؋M܉{CE9EԉS KyE܋U؉EȉUf9LU;SM9JE@E*t&E_W uĉ]؋@]ЅۉE,\$34$lU؋M܉{S ỦKCE]̉SCUM E,v,\$34$4lU܋M{CSKCE؉C E]E,}T$1B BBBBуJJMUE UEEj1҃u܉k<ƋM;sgE$@M؉ $EE҉U1ۍuܐLD$ D$ 4$E"\ uʿw}D$<$fD$p4$fHÉMt{uËMU e[^_]ÿ_v EDJ tt&DJ uDJ 6 )9N…PHƒD$E|$$YUME; t@9EEEM Y tAuuCt)$!EUD$T$ |$D$C $S[uɋuM A AR9us~U M $EE$MUD$D$D$EԉT$U؉t$ L$D$$Ut'U9u 6u&}t}u]E$tVE0E)119uv"} O\M9EwM)u EV ȉE@[^_]Ã}u`u9Uv%w }Dw9UwvPMPPQPQPQM D$ D$/D$|$|Z ˉEXU2NEEs}M EQEU BM $u$EUԋM؉t$\$D$D$D$ D$T$ $UED$ D$D$|$} M)1*E"D$ D$D$|$|P UWVSLEM u] PE9RuxE U JEE9؉EߋuE}tˋEԃL[^_]Ã}t}uEEUȉǃEM븃}u|E PEEU BuE؉$2U$Et$D$T$ỦD$ED$ D$T$$U؉ECEED$ D$D$|$|}uEU2U0E)ƉU)v'UWVS\M EU uy<] $EUEuU@z<Et e3E̅Z}E E܋M EE}DE}$QEEt YxUt&UM܋ˉMEUԉЉUU}1x929{ E]]E9ű}}QU z tDuЋuԍt&Gt)$9M܋U\$L$ t$D$G $WuɋuЋM A A9]s_U M̋ $E}$UEMD$|$}ȉD$D$\$ T$L$<$Ũt(M9E؋M؅u M E xM}tM؅t}uZ}$tTM)Ѓt9)1ɉ׋U ZT U9Ɖw)M Q EE؃\[^_]}} _ {U؋} [e$ýEUMT$Ut$D$L$D$ C $D$E D$tU؉EE]EE}M M؉MM܉M1Ƀ9sD D 1E)ȃ9#9UEEEU؋EET w9wEU؉EȉEԋEM܈ȃEEEE;E+Mǃ9)}ME M܋xU؃}tMEE}E]ED$ @D$/D$|$|E}EU) EGD$ @D$D$|$}}M EQEU BzM̉ $聻}$EUċMȉ|$\$D$D$D$ D$T$ $ỦE-UU.D$ @D$D$|$|ED$ ~D$D$H}$@~}}E x=}~E }؉ދH ˅AU$胺MED$ED$L$MԉL$MMD$ C $D$E D$U[럍U9U3U+U)ω}9~i@ 9ESE}7E9T ED$ ~D$D$H}$m}D$ ~D$D$H}$h~oD$ ~D$D$H}$X}KE}E}EE EEyUWVSdM EU uI<] $EM̀UEuxE}ȃx<t e3=}ȅc}L] ]ԋE E}ExEDE}$EtU Zht&UMԋˉMEU؉U4t&B99]E]U9űEME P tO}̋}ԉuĉ֍&Ft)$ٷU\$M؉|$ L$D$F $Vvuɋ}̋uċE @ @,;]vdM EEȉ$肷U$EMD$D$T$UL$M\$ D$T$ $Uȃt.E9؉EUЋEЅu#E U REԉU}tEЅt݃}uZ}$tTM)ЃA91ɉ׋U ZT ]9Ɖw)} W EEЃd[^_]E|EpEt/Et!EtɃMM9rMUUщƒ?ʀ w}vU UԉMU1҃9sDD1)Ѓ99}EEE9vEELvMЉE؋EMUԈЃEEEE;Etv‹+U܉9~B)ʋMM UIUԉMM1E9bLED$ }D$D$H}$@~}&}E @EPEt/Et!EtɃM̋UU9ME}UЋMԈUU]Љы]ԉƒ?ʀ wUԋ]}SM Q މӅM$EUT$UT$UD$E؉D$UD$ C $D$E D$MuS[룍U9U3U+U܉)ω}9~S* 9ESEΉED$ }D$D$H}$m}D$ }D$D$H}$h~D$ }D$D$H}$X}EEwMEhE ED$ D$D$|$}tD$ D$/D$|$|P}?}}bM EQEU B|Mȉ $}$EUM|$\$D$D$D$ D$T$ $UȉE/}M Y $贱UET$UML$M t$D$D$ C L$D$E$^[먋UEXE ]؋M@Mԉ]E̸}؉MUĉE6U9]9]}wN]EU܉U܋}9}u}؋UċEMD$ D$D$|$|xlt$ttсɃ< 9}]MЃ?ǃπ wJ}U }Z Z$.MUET$D$L$M t$D$ C L$D$E$[멋}8EuU]EEUEE}ظUċM] M;MuAu;MԉUH] k UY]؍^9߉w-t&ES]? E9u})֍|7}؋U ME kMBẼp[^_]Í> 9MME=]]u? 9vQ4ǀt]u;M]v;}tu}toUEE}E]uϋ]u(vEXс2}E4E @E }=]ȁuEԉ]܋^~EEԉUԃ9vڃ?փ΀TwEU ؉ƈEE)ȃ9EE9EE_E܍]9v vE MčMM,U؉E9]MЋU)ڃ9)‹E܋]uЋM ЋUE܉U؋Q ׃5tPUD$ D$/D$|$|6с^U] :M}u>)߃>`J9]+3? }u V>rEME9MĉMuMԉU3Ú€U? 9w؋UuMԃ}tkMƃt(B}EMuEUމuUD$ }D$D$H}$@~сuEk }EGu'сu'u?W}1E 9vw tU}u M9MĉMv+%u9UuM_uu9uwE9EEuЋ}ċM)߉)‹EЉE>>wVr9] ? EuEIu+D$ }D$D$H}$}u@]k] Cu)Eu) uEEuM*E ]܋M@ME]ăEMЉU-EЃ9ƉEw2]ċMЋ]]Ћ]9uϋỦ]UE> 9׉UERUu4uƀ[u? 9w؋uԉUt ƒt(O}b}XU]E4Ủ]EMċE;uЉu?}u;u] k D$ D$D$|$~cD$ D$D$|$}?}H9ωvF€u5EE139Evw3%tu9}}ERM M}u EVEFUȉ$螢M$\$u]}L$D$\$D$ D$t$<$UȉEE܋]Eu1 D$ D$D$|$|C9ljEv)u9ыuԉU;}܉UỦ]Eu&Ủ]Eu u u E1҃9vw%tUfUWVSPEM ] EP}܍t&Ft)$葒MU\$L$ |$D$F $VvuɋM A AH;]u uEEԉ$9U$MED$T$UЉL$D$\$ t$D$$Uԃt=E9E U zEE9EE]U}tЃ}u^}$tXME)Ѓi19Uv(u 1ɉ׋^T ]9EwM)u V ȉEE؃L[^_]Ã}t}u&EoEcEWMȃ@}u1ҋ9sDD)Ѓ9EuE9uj؉ML9EvvEf(MfUuЃq)Ëu ؋]~D$ @D$/D$|$|]UEYE]EH)Ëuػ)}M EQEU BbMԉ $謏u$EŰMЉt$\$D$D$D$ D$T$ $UԉEu6uD$ @D$D$|$|)MxD$ @D$D$|$}]UE:D$ D$D$H}$@~}t;Eluȃ:uE09]IDE5v'UWVSXM EU ] q<$EUEuxE}Ѓx<t e3=}Ѕ}] ]܋E E}E@EEDE}$EtU Zt&UM܋ˉMEUԉЉUuOt&H9M^s9uF(zffuM]E9Euu}~U r t=}ԍvFt)$1M܋U\$L$ |$D$F $VvuɋM A A9]s_} }EEЉ$݌U$MED$T$ỦL$D$\$ |$D$$UЃt(U9E؋M؅u ] } w]}tM؅t}u^}$tXEE)Ѓ19Uv(u 1ɉ^T U9EwM)] S ȉEE؃X[^_]Ã}t }Ee}tߋ} _ {} [i$裋EUMT$UD$EL$D$D$ C t$$D$tEE]EE]M} }U܋U1҉M9sDD)Ѓ9E}E9}M]؋EEw9EwE]؉MU= (Uff}EE‹)ʉ9G)ʋM}E }܋pl}tMEEE]ED$ ~D$/D$|$|]EvM)E>ED$ ~D$D$|$}}M EQEU BkMЉ $i}$EUȋM̉|$\$D$D$D$ D$T$ $UЉE}?}D$ D$D$H}$@~D$ ~D$D$|$|}:EEEEEE9ȉ&}}{E p=}E x t]M$JUED$ED$T$UԉT$UUD$ G $D$E D$Mu막EUEE}E6U9U3U)ʉ)σ}9~S* 9ESEEyD$ D$D$H}$m}ND$ D$D$H}$h~*D$ D$D$H}$X}}M9E9ELEUSà D$@ $DC$tDD$$HtS T$ST$$Ѕt#C$$C$ []Ít&C$D$$CtËC$D$$ۆD$CC$$ņD$CC$$识1C(C []Ít&'UEU EU ] &UWVSXEMUREЋUt e3Ue]ȋ; $(ŰUЉ]؉}ĉEԃ9UEvU1U܋M̋]EЉU MLt&;u*t19EwX[^_]Í&uލt&UċE} ҉t#< &ljӃ<>SGu MM <>EE$茄EU|$ } MD$D$D$T$L$|$$Uc}EЍ9]U} 9 }}ԋE9EM4ul,EЋ09Eu}19}ƒXTR[^_]ËE19EƒXTR[^_]Ð]]pE8EEЃ9E1k}ω#;Kw)‰1s9u~ 9s׉2M }U<$E EMD$D$ ED$E D$D$D$D$ $׋Ut[UM ƒX[^_]Ã}t+E] U9UҍTRkUM$:1҃̋]$0}땋EM]$3UWVSÃ01e= t D$@vD$$dt>P$t f1$e= t-[^_]f$ ɉEn}Evuw3EUDP/$q1 F,UT$$T$@=F ]F UL$$(U\$T$$Ut.so뮍ff1PSPSP S PSPSPSPS@(vF D$@vD$4$DYt&1ߢD$ D$MD$Ɓ$ԁ 諄UWVSÃ$5UFEF$E1҉]FEuEEȉ1uFы)EUU܍<419EvUE$D$t*u;}sfu̓$[^_]É+E먐FU؉$1[^_]Í'UWVS˃$UE‹EU$UxD)ĉT$Ut$4$T$ U|$T$$k d…҉tXB rCCBsCC8C 1t+ e354$~$֋St e3 Se[^_]Í&U]ÍUĀ$]u8t]u]D$D$$讙t΍ED$\$$EăD$\$D$ D$D$$xL8$ ujH9s\H9vTXftKۍ 9rAH 9v9H 9r11$xL=t|$$Gt1$)D$D$ޗj;5r$T$낐&U}׋]øu΅tUt|$$r1]u}]ÐUuԋE+E]}u1]Ít&'U<]uEЉ}ۉMt6SfK fUUfM~u}C T;v]u}]vEUEu݋ET@EC ;wE EUEEҍEM}Ett @ fEfxt}MIMEtfxu Nfu ;UȾ$x+UȅE܅ҋMtRUECwCC BEC88RUM}1EM8Ek<BAEB wBB88t(quu@E1Qt&MAEݍ&UBEǣ_tG$/U;U=K \k\  fMɍAkD9EuڋUk< $M܅EԉU؉ߋuEEEGUMk N EEЉFGEFF88t+WUu)E<9E|1GE谢׋Mԉ $#UuzvU t$ÐUSE Uu<;tDCPw!CuCt$/xC[]ft[]ÍC~CD$ D$D$B$MM'UEU EU ]&UD$P$`Í&'U EE]u}D$D$$SCKhD$$yCD$vu$ wC "D${C$vCD$C$vCC e3 C Ct e3 CCt e3 CC؋u]}]ËStHOщS]u}]f1ōt&u4$x$t@|$t$$CCD$D$$$1\P&1;D$ D$uD$B$^eUU]D@ÐUM}Uf%?f fEmt)]Uȁ = ȁ ЉEUÐUSele hu2xLehËUxL=w[]Ðt&te щ븐UWVSLE ]IUPEDžDž‹UEE؉1+uT$ENj<$D$U}|$D$$U]v|$$D$U]t$<$T$Ӆx㋝91v  ;Eu9b9D]9t+9)9r$R9EEUE9BU9Љr\u׋]t$<$D$ӅH}9s9utU1  9EuUuމt&E9+]t$\$<$Ux];tr79؈sf09v9vML[^_]f]+9)99pt&](1  ;Euꋅ<$D$T$U1  ;Eu1t&  ;Eu[dP?UWVS E$M EɉtU $E1e= t =L7]1EME4$L$D$Eu U<=t 7uх]]DUD$$FE]ML;tMD$4$T$A]D5L5e= t-1e[^_]øE`&ETAB)č|$\$]UM<$\$=]$\$] \$ED$D$<$UMtc$U-UtjT$|$$4D$D$$zEh롉$E$1Ʌe= t-;낃}futK7r$U!U$U[U1MED=EBE)čT$\$]M$U\$C=]$\$] \$UD$D$$\UMt 0%EU$UMT$$L$D$D$4$e= t-===E4$BE*뤍US]tB;t=D$=$u)E$D$D$ E D$[]Ðt&e[]fUWVS];D$=$$Ɖe= t PLt/:t)t$\$<$U]AUu<7=t0:ue= t-1[^_]Ðt&ЍɉHufe[^_]Ð&U1e= t L;t&Le= t-1Åt։$\ n4ouo^eo mEo mE%odD?Ut1]]*UWVSEUMt29U vbt&E 9w] 9Ku $t&9t9vt&E [^_]Ðt&}] 7)9t#E ~E ;U r9U CU U 뿍&puf_Gu}ۉxLtG9w9u&z9tV9v)9_EE 뇍&9H9u.f9t"9v*f낍t&)9up\19t]] &UEW}VGMS] GD tZt%t81Ɉu[^_]Ít&ȃɈuސȃɈuƐ̍vȃ)шu[^_]Ít&UGWVSGM}uU D؃ҍEEeH9U1ҋEE֋MUUEqEUMރm1ۅtt&1҃uUUB9}0B9UD맍EMǐt&9uy҉MtGσ f9u׉Ѓ M;u V&ƒu[^_]ÐMvЃ҈u[^_]ÐuE&9Mu0먉돉EEЉU UVS E] D$ ED$ED$E$%ƍE9sE9r)à [^]É'UVS4EU ]D$ET$D$ ED$E$nƍE9sِE9r)Ã4[^]ÐU]]uU }{C)u!;{sg‰{]u}]Ít& $t$D$UWHǃwɋC)t$ 8߉L$$U{{ҋu]}U ]]#gvU ]Éu}@hAChs<z4L9hv뫋h P)ԍT$# Ph\P9DD\h|$D$D$D4ً<\TE9ChC닋EPUyEPUPVaLxC<u$D$ RHD$D$H$k$4DNjWG$T$)ЉD$QW+W9)9$Ƌ$9Lk$4DW ЃЃЃЃ艍O ,G<TOGG t k G6GRNppPDž8DžDžpDž@u:ppPHDžHDžHppP h1󫋅@0hXl8pX<( < X h h h h tu(xpp( P}EE܍E܉D$T$$D-)9h1󫋅@0hXl8pX<( < X h h h h t(xt_pp( P}EE܍E܉D$T$$aQ~ppP]xppP]럋ppP8ƅXxDžDžDžHDžpC<t l(ppP0x@O@Dž8DžhH@XS8@xxX@L$h<$41҉Nj0)XHuNXtEXD$ $L$J)9΅p|$h$L$pQ9m)9\tTXtKXD$ $|$)940ph$ݠ]D$ RHD$TD$H$H{x؋|$h$T$P9)9Ǎ47@F@h}ĉHp)ĸT$#M@|XC@1}9@vjtfEĉD$pM؉T$ @L$)D$X<$/uHh11ҋ@эy$E+h)1ҋHhhU׉|E1@F@@)čT$#h1ҍML$ @EԉD$|$h$KD$D$l$pDž8Phh)@ @1ҿDžhKHZ80u8~4|$D$ $()9 42ppC;CPsxCTL|$D$ $3)94211DžhY$kT$$_8{kt1щL$t$\e$H6t[ppPD$ RHD$TD$H$hHwh1эy=oppP0xhỦ׋@X)1L$#X󫋅pPT$pD$X $NFtq0)0u4~0D$D$ $x)9w)42|$X$T$P9th)9w僽<>t>0~50D$ $L$_)9wh@$@ $hMԍUT$ D$HL$$G}hOEA)čT$#h1ҍED$ L$HL$h$GXppPhppPf0 $X $ݕhCD$ RHD$TD$H$!HtC;C%CFk$4Dk@$ Tt؃ډHDž, Tn Hƅ ,hhPB0H Hh+P9T+t"Ht,uPP0P+hDžTH&<)ƒTtHt ,BDЋ  fC;C0-CTtHt ,~4T$D$0$ )9z42h+P|$P$T$P9A)9+C;Cvr-C<tHt ,#t:D$0$|$))942h+P|$P$T$P9])9L+<D$D$ $D$ RHD$D$H$hHpD$ RHD$D$H$HpD$-$0NC;C+CT$D$ $=)92421(C;Csp0C C;Cs*C+1$D$/uD$0$/tƅ 1XD$,L$ hD$H$L$ Pu8, A4hPPt$ hPYQPDžTk$4DtLk@$ hhfT T1ҿDžhKHppphk$41Dx,h)čL$#T;Ts/hG$k 11DžhY$C;C%ChB t$C;C#hCB y"C;CF'ChA @C;Cn+ChB tC;C-Chx0hB t$C;CIChAh9C;C\.C|ED$ D$ TD$h$;T'C;C CɋC;Cs/0C D$I$D$0$ýD$+$}C;C ChA [,,<u8~4|$D$ $賮)9 42k$4DMk@$ C;CCܼvn|$D$ $&)942:鋼D$%$amD$#$CThfA Dž`t?k@$ t=p0Hpu7k@$ 0wt/ppTk@$ f0?p0pD$D$l$薚Dž,hxUT׋@X)čD$#h1k$4D k@$ T$D$h$(tq<)ƒt><~5D$pC $}ݔ$l$\$$VD$$1ɋ$$sRSM\MPtMDXMDɋ$u $Pt $$$C 1҅ C @  D$pJ$uFXp;pp ;$u$ Ĉ[^_]Ðe $$  y,|$l$[&(|$tۼ$l<$e1ɋ$$uStMXMPME\MEt&$]L$tC>;CC;T$tuۋ$l$t11<$XtA$#CM`MB¸dMDTMDl$t1ۼ$T$]$$l1ҋ$p$$$$ 1{A҉L$$T$\D$$ <$D$ D$t$$1{A$D$ D$$@D$tD$t$~$L$$9׉$D$`v,f900wҍ:D$`$$rf%f1D$Df%D$\8D$Xgv$1\$$10D$$tA$BSM`MP¸dMDTMD\$tL$xL&$p1$1|$d$$l D$\1{At$`|$`$@L$$$ D$$T$tT$<$D$ D$}T$`1{At$$D$ D$t$$0$)9L$$$v?‰900wW$/))Nj$D$$t|$`%T$D=@/-@D$XD$@D$\t$X|$hD$`D$t$$|$̉L$$D$ D$ 4$H{L$$$D$X$T)ƅҋ@։uL$\$es $D$X+$D8|$h+D$h$T$puD$lL$$$WgL$$)$1 u$1C @tD$ $!D$-TD$-T$$ $T$$JuT$4$臂D$+E$g~D$-$cD$ D$+vED$0$uD$-4$P07‰D$ $D$ *D$0$sMt$D$0 $JiET$$V‰}T$<$:$MA;AsGuF}T$<$VMA;As'UBH‰D$ $‰D$ $C $C0y|$ptr$uT$$D$L$4$xT$$o$1x;$7tT$\ UBXtIP;PsA Pt$D$ET$$|$$gT$$L$M $҉L$$T$$L$$]D$ UWVS ut ft/=ve [^_]Íe= t  )$.5tJ  CFD$C |$$ Se= t-' [^_]D$$B MefUWVSEE 4UMUyEEEEfɍVt|Ftz;EuAEt9u)u u+U;U~ NE܉UM6uUtE UMf PE܉1[^_]ËE밋E뱉'UWVSEE 4UMyUEEEt&VtuFts9u;E t9u+uu+U;U~ NEUM6u]tE UMf PE1[^_]ËE뭋E뮍 IU1e= t ptTDNt,BMDNpLe= t-uReD$$?pu몍 o/롐U ED$E D$E$qnÐUED$ ED$E D$E$ZoÐU ED$E D$E$mÐU ED$E D$E$QeÐUED$ D$ E D$E$)^ÐUEPHBBuBe= t*u]ÍUuu}} ]FXTP X)u#P;Psn:P]u}]Ít&T$\$ $PPvʋVX)ËJ U\$D$ $FXU)P늉} ]u}u]yUWVS9O}v e[^_])Y)܍\$L$UD$$XU9sʼnu09sUx-t(u~tѐ9ru&9ˉ\9ˉrIvUWVSà )މM$H/$.ED$$,EED$EF)č|$Et$\$<$We 4U&L$ 9ǍZwYЃ v؋]u! ސt&}u<$22e[^_]Ã,t.uՃ.MEM 멉4$mI4$-tEB'UeMMu]}AI D$$Set]u}]Í&1D$$euD$%4$MtDžĀuKE`0]SHe5;rt!1e= t JSHrB+$t$|$P9Āu+SHBBuBe= t*?JED$$t&]u}]Í&k`= =pDž8DžlDžhDž<ODžxDž, ZDž0DžPDž4DžDžtDžTDžDžDžpDž|DžDžL x@x<$.-؋F E$\$D$`0Ād=DžYQd`QDž8DžlDžxDžhDž<xT$#E $-hh11ɉDžDž t&U\$4$ωT$ |$MwËy49v몋P)ԍT$# $|$9DD$&I3ڋE9CC늋EPUxEPUPV`KxC<fu$D$ ND$D$H$'QSX(B;B-Bp,tt tt:tD$0$D$U)942|$$T$P9F)95T+tpyD$D$ $T)940GD$-$C\4SXB;B+B0KXt A;As Ay1BD$ $[M6KX&A;A0AKXɉA;AASX.B;B"0BzSXB;BBL@po$L$ZMD$0$[ZD$+$7Z0SXtWB;BsO B$D$Y)pD$0$YRD$ $YB4DžL DžL 1XD$T$ tL$$T$Uhu? aDž|zt< $hXQ뙃EڅE‰Dž |DžL ,B0DžDž tRtDž4Dž0DžDžL MDž|X@Eȃ 1҃u샽h& YDž Dž4Dž0Dž SX"B;B%BU1׹󫋅|pETUM t<, ȍ 0 PL 4 } ȈEtE& WOUȉM̉EċEĉEED$$L$;)9C<t 8t8kl4dtY`k@$ 0xW$螳$D$u8y$Hgt?`k@$ dt=0x\u7`k@$ 0t/`k@$ f0}\0XDždkl4-k@$ `Dž@DžD@Džd\,\ ƅ# $@0 \҉)9$$ttu 0Dž\)ډH\(H\S)ƒ$tt BDЋD d @# dKXdA;AX-Att \~4T$D$0$KJ)9B42|$$T$P9)9kl4 kB$ `T$$EED$lD$ ND$D$H$hH?D$ ND$D$H$HD$-$P5@KXA;A+AUT$D$ $H/)9421KXA;A0AKXɉtPA;AsBXXAL@1VX$L$Ou D$0$_OJƅ# 1XXD$T$ \L$$T$hu0 $ tNj< $h*QDžR \Dž@DžDDžddNSX%B;B-B$tt \t:\D$0$D$?F)9642|$$T$P9)9H+\D$D$ $E)9wD$-$L@SXB;B+BD$+$L{!DxKXA;A AAƅ# D$+$6LDSXB;B BSXB;B0BXSXB;BszXB."D$ $iKCD$ $EK%X$D$%KuD$0$ K2kl4 k@$ `Dž@DžDDždƅ# |o$t.u%@0Dž7ƅ# %MЋ󫋅UHXE\<$M d ȍ D ( @   ȈEE#dEWO EUMEEED$$T$DžXX@Eȃ tx1҃u샽huo Dž c]Ѓ҉u눃 t)9T$|$$P9m)9^PtQ)940j$]D$ ND$TD$H$Hx؋|$T$$P9)9Ǎ47<$:<$6Dž|1у||$|$̮Dž| |uDž@NDž1D$ ND$TD$H$hHp$ҢDžtkl4k@$ `HyXSlU@$D$<)T$#DžM1󫋍EЉD$ E$L$D$ԩ)4(u[tWL$D$ $X; )9;T$|$$P9)9(tUl4S0T$ S(T$D$$ЉC,+UWVS u]VU{ C$C C C C FE0 wHNvMu0 w#U荴&FrЃ vUUt }$)UMЃ )5E tC C C*01 w1JRM0 wfB0 vMU1CC:.c c fC/H.Uw $Dc{ C Ut&UCC05A7C,C,v{$CECD$%$GC [^_]$dK t& tC0 uU C ΍@C 뾍πC 뮍C 랍C 뎍$dc fECC [^_]fC,} Ɖ{$U0 w8zJMwЃ w&9FwЃ vt $KE UC E &U*W0 w7JRM0 wB0 vMUt&K fC LjC luUf:hK }ps$QU79BƉIM{ C(t&C <0C(C(t&C(tt&C(dt&C(Tt&C(Dt&C C((U0 zJM}0 w!u쐍t&1G~Ѓ vuutS}$uMx{}?9BNj}{Mx+(t&u3fC(E UCE C(e}ps 79BƃC M1<U\$$^UK B1C C(=lC0D$ C(D$D$$҉C,U]]u } C8xIUT$$PHx2E%= EȾ ~ǁD$D$D$ "D$t$$t <8D$ |$D$$lu]Ћu}]ËMU% -w JfC8$M5ސU ]]u}%u2SHe5;rte= t 5SHrBD$D$ D$D$$щ‹!΃tu?Āu[HCCtBf!ȃtw։9uL]u}]Í&shs,+s$)Ce= t+룍veK뚍e utĀu'SHBBuBe= t*u $h r%tktאUWVSu ]Mlju8SHe5;rt#e= t SHrB ,Et U u"M x$xU?{s)"ExM< M9C|$U$UMM 9{EUt$|$$Usuq$ptd{sE)EMt$<$L$8t)EEM E 9ȉMGMtt&UM Uu+KHAAuAe= t)[^_]É$ou 밋{s)ee KlĀu'SHBBuBe= t*u $ pqLqאUWVS]}ut EOh.1U UEt&E9Cމ$\$D$Ue6UufE)މ\$T$$_]t7W_)Ӆ<${otr;EUUu̍vE+E [^_]fÉEu)+u x }T$U\$M$5M3O[^_]ËUtEE+E 뚃}~EUEztU<$T$Mv`GhUED$D$ED$ ED$E D$E$[ÐUWVS U }]Ee t$0EetTuEE~=1 t&~0UD$<$T$Pƃtփ [^_]1f~U\$<$T$P [Ɖ^_]ÐUuuE U]]}}D$T$t%Sh|MtCX@ ttH~b$T$L$}}uu]]U M@$]fK$tɃutKC+C)D$T$$k뜍t&e]u}]U ]]u}%u2SHe5;rte= t SHrBEU$D$ET$D$ E D$ƋĀu'SHBBuBe= t*uU]u}]ÉĀu'SHBBuBe= t*u $t kK1m뢍(mڐUS\$ED$D$ D$D$qE$E 6D$ D$D$ E$D$ D$E D$\Ĵ[]ÐUEP$J4uB$;B(E]Ít&'U1]É'UE]@$@(fUWVS(E]EE{$C(E C,E C<wt e354$eED$ED$D$D$D$ ED$C(D$<$֋M‹EE$K(w`f([^_]Ív'U0]E]u}CTE{PCXE Chwt e354$dED$CTD$D$D$D$ D$D$<$֋KT‹Ewf]u}]Ít&'UWVS(E]EE{PCTE CXE Chwt e354$NdED$ED$D$D$D$ ED$CTD$<$֋M‹EE$KTwf([^_]Ív'U8Muu]]}AV$)čD$/F(ȉF,E ]F<zt e3=<$(UcEUD$Et$D$D$D$ ED$D$$׋Eu})؋]]É'U1҉4} uu]}E|E„ҋFh=5}%^XCSV9vruKCP@;E (F tsX>~$sX>&GE GE ]u}]Ðt&u!F ~$sX>뼍t&vU)E$軷UtD~$NW&E ]E u}]Ð$Lt؉F F(F$Gt&S&US]SXBtC<tFC0t&@uC$tB $C$][]Pt&R$)T$OSXBB농US]$P¸t SX  []ÍU]]uu ChuD$$u u]]@ ]'U1WVSU] ut&E@XxHE)~>9B΃VE~&M19uUÍB+utFD$E$%t0눉\$ML$<$uaUBE뺍&E)[^_]ÍvUS]CXHt []Íu$P4uދCX$D$ T$D$[]Í&'UD$D$D$ "D$D$ $vt&D$ET$D$ $KfUVS]CXP;P wB u+p9PpsPPP 1 [^]Í&P$PPؐt&D$$P ¸t‹CXPUS]t$GCX@ $蹷CX@ @(@$[]Ít&'US]{htJukCX;PuvS0PYuM]@[]fD$$¸tL[]Í$uv[]Ðt&$`CX;Ptf[]ËKhCD$$}/똋C$P$C&UWVSE] EUzX7O)~99MBMXEtM19uÍE)EutU$yuE+E[^_]ÍML$$t$]MËAXM릍&US]{htJukSX ;JuvC0RuM]@[]fD$$ ¸tT[]Í$uv[]Ðt&$SX ;Jtf []ÍvCh;D$$'됋B H$;U]]uE KX;Qv9Brt$D$$Rt#]u]f1t&US]CX;PvJBt#[]ÍD$$P֍v'UM S]9sx Put&: t9rE[]Ít&)[]Í'U ]] uu^u<u'SX+BFC0s0]u]Í&SX+BF׉$븍UMQtuBX+PA)]Ðt&BX+PvU uu ]^;]t ]u]fFx)t $RFSXZ1]u]ËtSXJ1f$HFvUEH0t@0P$t E]t&]ÐU$]t$CXPp9vP֋ t9s$t$]ÍH#HUS]CXPtC<u $CX@]E [] UE Utt ]ÍE U]t&U4]Éu։}@ +CM9D{XC<GEG Et]Ћu}]ÍvGU܉EE$U܅tɋEt8SXB+B $MD$ED$SE$MGEL$MD$ D$$EM܅G+EO G+EG+EGG+EGGGE+E9MD$ 6D$D$Th$5 1ҋ]uЋ}]Í&G +EOG G+EGG+EG+EGG^9s]u1)Ɖt$D$W $mR1ҋ]uЋ}]Ít&)Ɖt$D$O$UU:aUU:z(u1IƃEE+E9EEt4~$}0Ut$D$ $!uM-Muu U1kUu*оduEf1u$I0mE+E~)‹E<))D8EUt$D$0$luEt$D$0$M|uEt$D$0$(uUE@$E UEhM}OUq+pp0UpUEoC@ uE}11эy)IEE+E9E"}~6}0Et$D$ $|M|uR U}uELF<MDuM%uD$t$D$E$Pщ|Lu M|A UMD$uL$D$4$uE|$t$$3dE|t$D$0$I|u4M|$D$0 $$E}pM|$D$0 $E}pEt$D$0$ڕu 1M|$D$0 $踕E}pmM|$D$0 $蓕E}p4Et$D$0$nuHuE|$t$$ Mt$D$0 $t&UEMU ED$ED$E$E4ÐUWVSXt\CuMCt<$tljC t'1ۍ&4$D$4肞dpu[^_]$sFt1rF^q Uu1c]v]u]Í&8ttU$5UBtHu1UUBt @ 1t4t$뀍t&'U u1c]É}v]u}]ÐttU$UrFt/vu}1tE4t$U닍vFt$SrF1EEtt&E<<$D$dxu덉U$rUBv1rBr:UWVSӃ EEE䋂t $CtPuÉ؋u]]ÉUMUMƸxL=w 3؃e 뭸eʐU}U Et!e]Í& @@J@\HXH JHJ HJ HJHJ@$@(H J@0H,JH4J@<H8J H@J$HDJ(HHJ,HLJ0R4HPPT1]Ít&U}VU SEte[^]Ív Zf@J\XZXɉX JZ$r0HJHJHJHJ X$f@(H J,9މH,uSJ4rh#1DžppDžt-=DžppDžt=sIeRDžppDžtv q޹uxDfq޹u0x$ft/<$1MUq޹u0xfHDžp1Džt뱿!quxf&qux@f+quxa3q u x@'1;>q ‰ϋx8ExÉxDžppDžtRDžppDžt4DžppDžtDžppDžtDžppDžtDžppDžtDžppDžtDžppDžtDžpppDžtpbDžppDžtDDžppDžt&DžppDžtD$ `qD$D$tq$Gq>t&US E] H(PɉEщSPK0SP S PSPSPSPC$S P$S,1rSSP, tЃ C( []fUT$D$E$C( []ÐUTWVSL]} Uu6xL=uETU%EЋFEԋFE؋F EFEFEFEFEFEF!fEF#E6xL=M uBe=TE6xL=wcu_E9EtoU1L[^_]feL[^_]ùT TM1 L[^_]fU9UuM8MuUEЁ 9gU;UtKE1Ye Epe !N1€u10 0US]-xL19ã,w []Íe ېUWVSӃ ɉEMR11t&T)9փ9EF)č|$EEt$|$$EU~E1҉Ɖ؉Ӊ 9]~.|ډL$U9FM|$$.MU)uʋE$_Ee[^_]Ít&eEEe[^_]Et&E1&4$P4$ZtljEËE$^$ EfU]Uu]}u e u\xL=w|Džx]u}]Ðt&~e <uՋ}щ؉]u]UʙUExL=w,NjEUUe=leى 8뼐UWVSӃ$ɉEMR11t&T)9փ9EFU)čD$҉EE~C1҉u։ t&9u~&\9F߉\$ U܉$L$ )ߋUuҋuUEt$T$$)UE܉$\E܍e[^_]øee[^_]1G4$74$AXEtE@ËE$C\$軙EsEӐU]Uu]}u e u\xL=w|Džx]u}]Ðt&~e <uՋ}щ؉]u]UjUExL=w,NjEU裗Ue=leى 8뼐U‰WVSX]v]KЉʃE8tC B\uz0t=\tv1uǀz3uz4zuE@\f[^_]Íz4tE1uZ]z1tK2jE@ EdMA\Uz0z;E@ 6E@ E$UVS u 4$}vP)ԍ\$D$t$$.fcE\$$蚣te[^]É'UEt$Ít&UWVSu]}%uJeVH;Jt%e= t VHBBt$|$$xD$ $q t t#ttv  uM E @Y$M AY$M A Y$E @U BĀu+VHBBuBe= t*,E [^_]Ít$D$ $~!D$ $ptU ۉ5v€ t t1ۄu(  t& u1yM ۉAu€ t t1ۄu(  t& u1U ۉBu€ t th1ۄu tv tq u1U ۉB ;E D$q$D$ E D$!f ZZGZ듋E ĀE [^_]Í'UWVS0E P pxUP@D$D$UEE$迋¸ tY< 9< 1< )<\u1< < < <\utY< q< i< a<\u1V< H< :< 2<\*utY< < < <\u1< < r< j<\buЋU< t*< u"$<\t< t< t< u܋E$ qM)čT$/U/&  \9t" u\@0@4@09uދEEUE|$t$ T$UD$E\$D$qT$$7e[^_]Ít&\@0@1@1y\@0@1@2a$ p)čL$/$t& tC tV\;t" u\@0@4@0;uމf\@0@1@1뼍t&\@0@1@2뤍t&4$o)čL$/$t& tC tV\>t" u\@0@4@0>uމzf\@0@1@1뼍t&\@0@1@2뤍t&<$n)čL$/ t& tC tV\ty?t" u\@0@4@0?uމF\@0@1@1븍t&\@0@1@2렍t&\@\\@\뀍t&\@\i\@\1UWVSu 4$ nNjEX 5f9tx,u8=t0t,,t'D$,$dit Xt$$mu[^_]Ðt&1[^_]Í e= u"ڸfL$xLӃUV辌ƉڸfL$xLӖ^"ÐUeWVS }XPE1;t<1f$D$vxXt'\$<$muԋEplD$ [^_]f 1[^_]ÐUU $Et$t9 ;Zs.\t&JJ ! tZ!Í  t&$t$]ÐUȅy%f=EЉ]Ð&UWVSӃE&< < t< tq޹q޹q ttqMI m< udt&< RJ< uF[^_]ÍCD$ D$$]Md ˆdw&CD$ D$$MNЉ@C D$ D$$NЋEP&Edqt,q u+MI< JSEHq tq޹uMI@E`pD$D$r$舻t+D$D$r$luMI)EHD$D$r$2uEH@D$D$,r$MI UE]%ÐUWVSP } M04MdA ǁ`ǁdǁǁǁfǁfǁfǁǁfǁǁfǁǁfǁ$oP}DžDž]D$D$`$jEƀ_M‰XDHA`te΃\< t\1ɋ$ft69< < t&t< t҅t։1ɿuʉfDžD$,$)m豔DžDžDžvD$ $D$<#t<;tɋ;r< t< u t t og]D$D$`$}hUDžB`Ƃ_u!,t&< t< ft(< uDžfBru< < Ir u< J< BfTru< < ]rU< t< BEm?*ft& t t ]D$D$`$gMƁ_D$ $k`tE‰XD@`H%1Ƀ\ f9< t< tڅtމ1ɃՐt&t&< t< t< D$ <$_tD$%<$_t?u܉t$|$$ C$fC۹f xf@5@BEDŽfDŽH^e 8< ލ< t< t<  <;Ӊ>t&;tKxGDH }ÉD$$urD^tML$4$$@EM,D|$$ur]C{<;xP  f<;DQ tЉML$<$`?tDEUD  u< =< 3vAvMD,UD 뱉냍v11&MA +~f+efMd Јd$衇UJ AEx`truEU`BDBH$erut‹EqrnM1Ie[^_]AA$UfB@YD$$7pD$.$[XD$E`$m]>< u$a< X< JB< uލ3< ut&< tt< uDž^1#ED$<$< M샅EHff@5@$"DžH$ E%=}stzED$ D$4$lxBE8$D$D$MRAfAfA5A |E݃vs4$B\O&UED$$Ðt&UWVS}U xxLLJ1t&txLDŽuufLJ[^_]ÍU$@DŽU뾐t&UED$$7ÐUWVS$EE D$,$+3E:H̀EEvUE\$ D$ T$$i~nED$ED$$TvƋE;EtJE-u9p u]܋[ 9XuXft$ffÃ)]؃wE܋Ex]1]>iۜU$ډUT$4>EMP)ԍt$uD$D$4$P}]]} EU؋E؋Z@ۉEaX3M9s4Cv)E܃}+Ë3;uM9K u͋}؋ 9{uCfffuU{CM}Љ$U/iM}MDiќUɉUB~ AiVEMЋuAf9}]]}>f~)ƒf9NMNx}fvfZfuC{d}ȅt 1EȋMЉCfCd<< "}$cCf}ԋM̉U$|$L$XU)ƒD]uFfuF ff @Fft1f EE΋}fW@tuV9et1Ґ9w)ʉѺq}<$i]xLe[^_]Ðy}v`X x fvS9]rKfŰUԉM"ffv"9wfK)ڃwӋMЋŨEe[^_]Ðt&M؋ ɉMxEE9E1Mt=}t7iM1MU]ut&œ9sM[T9UEU;}{뾍N0E؋E؉M!ȃ11 EԉU0h{<E4h{ۉ]~>CMkT49Uv,Ck|4~9UvEUltkU1L0Ή;]~F9EvDUM‹E9Mu-tuV9UUv tA;lLt99~wj|$$ny;H[^_]ËVUċVUU#UĉUU#U Uupt;V r}U Uu}};lLtyCUk ]|9EvU ‹EUuދUk 1uL;]~!F9E#U‹EtuV9Uv tJ;lLt8 9]}U?9U}&}};lLuD$9{$J{:U4PvÍv8$T$F 4ÐUWVSӃ1҉EE{ME1R M 9؍<sGyuEUE B(Au2EAEA <t)[^_]Í)fB$AA [^_]Ã[^_]Í&'U ]ÉuΉ}@ 1f{…V(g;^$ug~VN H%pp;wu\M$T$ MuB؋u]}]ÍvF VT$$ }1ۉ؋u]}]ÍvGuufH뫐t&tVPF уЃ9{fxFPVu^1_{1끋G F89D$ |D$D${$|G&UWVStuEEUUMEEE܋EEԋE$EE(EȋB:EċUE}EUMEEX;] ]Et  8x}txC8@EC4@E苃M#|EЃM!ШE}t3E؅uE܅t @ f9u1t[^_]fE̅tP t- tPuE} EEGt[^_]Ðt&PtӋM 9wEAjt&EE@E` tkEL$ok]LV O ҉UME1҉΃E1RMM4]{ty];učs^9 u{EUM<$D$ UMuɋCM C Ap PkEL$z+]{kUL}ċ}9vvEUMD$ ED$EUĉ $D$Ep kELa$tzOU75 &Eă5$ED$E*E1]t9vCt$S T$ SD$T$U$E9uwkuLE$UMdž@e UĉMD$$7EG }ȉF ǃ@e EE1} uE3uE+EEMtƉ}}?}1ҋ}uE$EMuEU؋E؋E؅uՉ},SC:u8?D$ ET$$0}D$2]EE}EtUHMHBH7H,@!1ׅuM9 p tkEL$wD${$2$};gUWVSU‰EMtt&uu EEEt EMM}ER]U}u]&tH1ҋMT$ UD$|$L$ ML$ML$ML$M L$M$E6~E]}1tB Qu<EMe[^_]U2M U1ۅtu^} {Y$EЋEE{7O EĸE|u1EA|MEW|UfD$ǃu{1)|$3TT$$ u;u8?{D؉1q|1ۉ<$g(Ue[^_]&}Eu}EUOMT$ UD$ D$L$MD$|$L$M L$Mډ$EOu 1ҋu}(M9MuME Ef9EU}EMQ#|s|DȋC8u8?}:_u8?{D׋}L$t$D$ |$\$T$$}t.} t,U $|D$y.]ǃn$V.]jEB9ut:u1EEUU҉ЉUt;t59uuD$ |D$D${$*| }^M1 M9ERU;ttM1Eu94uMD$ |D$D${$X}Mt @ <t}tu1`}Y$tu^} } |u |Y$MU1҉E1E|Mċ|эtu1)t$3T$T$P u;u8?{Dع|14$%W2Y$iEUPTMEUu7` t $|LeukFL9@ 1eu#ee XxL` t$|L1eMME9E@8.9uU;Tu!M1;PutE;TtUU‰uE4Ӊu9s:&C3U>9]wҋM9E E9Eu11EEEF]KS&U$`UMЋ]9u뭍&E&@ ]SP)9uS@~gEO@ }+P9uH1vE@}9u! t&D]9ut&E@6 ]P)9uM9ufU+E9uu&}9uoXf}%}$})ƒ} Ut-RO9}9GщT$D$<$ 9]O&C M9]-t&$ {W9zt{89w^P }V|Ru9F(]U@]EC ЋU9] }t&U}@$ C BU)9]B@6UM@C +BU9]&E1҅tPES 9]Xv}]M }9]D+U-}@KC BU)9]]t&U+EC 9]%]}E] }3C ڋ}; }#t}t}%t}$&1}}M ЋU };D$E D$D$ D$$cMU(lj$1tBtJ  } }*)U$d})ƒ} NUt2RK9  D$E9GщT$$N9uuEP[]{ ]E}UMЋ]볋E @]SP)ʉS@냋Ex@ }+PZEO@}BU+E5E*@]P)ʉ M}D]U@CB})M+ECUCuUCЋMaU@JCBM)A@.U#@uC+BE1҅tP}SDuCUBPoV(JM)uB`"M+ EPCUBP]FMA8@E]@ PEUpUEB E;QȋM%Eǁ t xDM D$E UMMD$$ED$ D$UE($Et BEEB  [@wȉ||EVP+@V@M딋:D$ )D$D$$ BUMuUUB tM;tWMEU ǁ MD$D$ $UD$D$^ u($Uȉ||U@U@E@@EBE@=\HMQ4J8? L$ |D$\D׉T$$UK|R]CD$CD$$[ ~ӋF(t&@$D$\=$8?NL$ T$$DÉD$-$ufzЍt&~eV $1z}#}}%v}$l})ƒ} 1} ; K($UEPEX P9;uCuߋx Kt$#ډUЋx!KT M!)VD$T$$C@bQsMXFN u]G}Y$DЋF8u8?T$D$$I @@$ 5d~:fz|U|}PWu}#}}%}$})ƒ} 1}} ; ($U"E@A|Ћ|]#tptk%tf$ta)ƒ 1 ЋU; ы($UE@E3멃 ($U ȉ|W|U@}#ta}t[}%tU}$tO})ƒ} 1M} ; 1($UU$뽉ȉ||U@*tBufzxЍvn'{@ELUЉ=\V4RʹU8?|D$\$DыMT$L$ | UO|RU@}U@=\MQ4J8? L$ |D$\D׉T$$ UK|R=\mMQ4J8?L$ |D$\D׉T$$ UN|RUWVSÁ\}DNY$D4$<$H$BtQL$|$$!t$L$$B۸D؃ \$$Y$BhBΐt&DžY$DžY$ux>Y$DڅɺDʋ8?|$\$t$DЋL$ T$D$D$ $D$$@t&D$D$$8DžM'UHuu]}u&@t`t$T$$Ӌ]u}]=@ʃԃL$D߉T$EUM܉\$t$ $ڃM܋UE떉4$US@<8DžPNDD$EX$uPDLE $UED@<8؁[]EDL@S8TЃ\E EhnEu?Pu2ƒED$ D$$WuBT$ $+Dž1۾,e5xF)čT$'$t$D$D$#<$t$e5譥?Ӎx#\$<$D$BQ<t̋Eu1t ft ~Au1t ftGD$$觺Td=X=l9s:=`tQk D&dZd֍p 3 N1fsfuË5H)9s*1҉øwvI1D$ t$T$ $DU؋M܋U<9u<u>;Eǀ tLBRtBM䐋 t*9<u r9Nu‹UQG1vu&9%t t9E<u 9xE볍v<;}EU$T$uMԋU؋覮PPE؋U09V]1EEEEE܀<8ƒstct7P@t"uЉ։}̉߉Ðt&TuuЋ}̋FTtP <]9}v}E9}M؋49^3D$ D$D$.$vt}=pe<u\EEMЅ3MЉMdMMuuĉUU}1EAt(9t-\9X u֋Au؉U}uċu;ME˃}}E]1]uu}}t&t41St9t u݉Suu}]}rEЉ$UEЈUMĉlt t džlu9}GuMĉ$UǓU$a 4t&uEԋ6ux&Tu"}EtuUp8JE9U EDEx}ډUu}܍&u9u xm};M?}t|u؉ʋ}uÉыE9w ;Ev9u )suu}܋}])уm}uEHEЃ@[^_]Ít&E;MEusUu+M܋]]܃뫍t&U1u}܅ҋU)‹EVE]8TE9veE ]MÃE]xvuM E+Ext&1uEЃ@[^_])E9w9n)E^r!}ԉMĉT$$|$+MąEU\$$D$ T$uEWVS|$t$T$L$1Jt.Pu؍&؉JÉJuX[^_[^_ÐWVS|$t$T$L$|4ڋ1Bt(Pu ؐ؉BÉBuX[^_[^_ÐUWVS<}1M3T$ EU MD$T$ $UMUU~ֻ}}0t&UM D$ 4$T$L$U9]~@w͸uME t$4$L$ D$AU9]ƍe[^_]Í4E)U L$#M܉L$MD$T$|$ $]UM E)9߉UM%uyUMD:e[^_]Ít&t.M1҅EMv9u1vUM1] uf9u1t&U܋ME\$$L$ |$D$M܋E|$ L$D$$UUEE0 9w/9&s1f9 t뵍t&)D$#ڃ)EEỦ]EЃEԍt&M܉EU|$ L$M؉D$T$ $UE؉|$ T$$D$@UЋMMMU؉9wU9t~1&9|ŰE]UEE9fuuŐWVUS|$t$L$\$ <41fAu[]^_ÐUWVSUu}D$ E |$4$D$U~j'U D$ |$4$T$試U9߉~<UwθuދE |$ t$4$D$ݥU9߉Ǎv[^_]t1~<9u1_v~ M 1&9u18뫍t&'UWVS,uE]EU Mt$\$ D$T$ $EUM 4\$L$4$D$ 藥UM ڋU4$D$ ET$D$qM],[^_]Ë]BE U} M‰EEωUt$\$ ȉED$|$$U \$<$T$M E\$ |$L$$}EEU\$D$$PEMUU\$ L$D$U$5uME\$ 4$L$D$^~#EU 1t&9:9uEM\$ ؍ VDH uችlt9t1T1ۅ@tPL&S;SBSN4D ku< ׍Dž44eY[^_]ÍTDž8Ã0 8^Ӄ0 w-8ۃTS˃0 v剕8$8DžDDž8``ҺE``Sp.TTt4T}ct[uev%S  ؋PĀWHBBBe= t*\\ntCtt&L@t<11pPf"JO;OJOlJ4DA uыpLt<2t%PlD$ $S$PTXT1DžDHv*tIu6'Bu*tIt'u E؍vЍvӃ0 DDž`Dž`1ɐt& J0 v쉍`$PTjPe5QH;rt%e= t ZPWHrB{TTD lsDT[TDFTl$D(TDTh$DTSt s1 PF<DDDDžXtPA;AMPtFlt+t 1ۃt-ucd*th`1P)`A;A~PtFlt0`r`1)`;d$h0PA;A}<0PtGl`t@tA89uC׍J)̍L$ $\$D$苃듃tPG;Gf0PtAt%;l1,DžX [&@F4DP;dtath`1)`#A;AB(AlfX *0`HO`p9H4tƉȉ;dhp>G;GGltp9uyωp',t`N`;d`4hCƉd)čt$h\$|$4$+h2t&tCtd)čD$phteh\$D$p$譀phl`N` $2L(U9 (Tt PC;C/8PtBDl!vpp Pt(X09At``C;C=Ctplt똃t-ƅGDD!Y8j,,,(($dJ(? (tDž d&8,,?,\\8a,,f8,,?,\\K8T,,$88DEȋ$88DEȋqLDž4 4$ tىlLhǸ<9p2$+ɉ'H|8#h‰  8  +H9|勍|h;|9t||9ttxhߋ|t fLN;N/Nl 9u:u‹tlj|h||8H: hω֋d >29uC׍J)̍L$R $\$D$p듋t5@A4Dxt%;dhh@XtI8:d;dhXhƅ0ƅpphd`~ t`ƅphd`tN``HH|fh=dCdd)čT$ h$\$L$-oh-ۉTqtPC;C,0PtGlxDtp1󫋽PhX8t+`G;G*Gp뻍EĉD$ \U]D$T$$N\1D!t( 89\tT $T$H(tѥ \tPA;AtPtFlhtX8DDt!p`8ދP8u5pt( 9 C;CwChX8uttPD$4$9l,DD!t&(ʋ); tT$$Ft41lDž(hTTTDTFDT.t1ۋD$$Qt;0u͋t9;kX>t&Vl9;7V;Vr4$uLǸ<;t9srt+|$Xl<$ !D$X$9r؍K)lB)<$D$Ot 5X0ދ9DžXXt`O`9uV;3lx6;O;OO 9tƉlƀ;Xt9sxt%lt$<$K9sDΉӉ<$D$z9rڋB)l1$D$ENXt Xl(lƃ`N`X `‹X0^0d9php1`p)`=G;GsYGlh<$ElLƸ<9<$uL<뒉Éǃ`N` `d0 p`O`Hɉ׉‰tg9udd9pEphp>B;Bs/BltyЉ>$muЋLǸ<>u `N`p`9HtpDžX ̼H)Ãtt tPlD$<$\9HD$P$6ډЉXtCtȃ)ĉdL$http $D$hD$[JhFHV)lH)DžX t鼻h0XaSDG;G>Gl븋1эAc9L$$ ljL$>  H1эAH*L$$\$=C0$L$ZL$ZtL<9sWtP҃lT$$@9sD$P$"V)lG) tttPlD$ $费X=`N` hdt`;9׃0`tPB;Bs:PtB1l`)`w{$QtuȸڋLhd<^dڸ9 t\hډd4BF)čT$$\$|$8ttH dހ:9b  0dډ $WtLƒĀu'SHBBuBe= t*uK[^]ÉĀu'SHBBuBe= t*u $M WNˬ묍¬UVS]CuW‹Y$K D$ T$DƋ5LL$$t$5t$5t$mCe[^]D$D$ $E11҉$1JMv'UEUEE EEEUf1tÐE$էE$hEÐU]|&UVUf]ÐUS]KS2C []ÍUSEEEEE E` t $|L"UV5f1ۅp D]t $|L؃[]US]C KS$1C]Ð&USEEE EEEEE` t $|L茎UpWe1ۅp D]t $|Lr؃[]ÐUuu]E ttxu#8t\u@؋u]]ÍD$$lt؋u]]Ít&ҍCT$$$Ѝt&̐UtE$D‰D$ E D$ED$菴ÐST$L$ \$xL[=ÐST$L$ \$6xL[=lÐUn]] u}$¸t]u}]Ðt&<$(|$p9FƉD$E$119ve$룐ڸfL$xLӃÐڸfL$xLӃÐe= u"ڸf L$xLӃEVFƉڸf L$xLӖF^ÐUWVS8|a T$D$$T2t 8[^_]Ðe <au|D$1$Y E/profEc/EE/MD$<$L$1 }t {; tztuExED$<$ D$a1 u ftỦ|8[^_]E뉍&D$E$"UD$$ : t&e8[^_]e <ɍL 4|t&D$T$$\0&te <ҍTD$ cD$HD$$$JUED+ %;s PfÍvUVS]*5tXD$D$$/y Ĩ[^]D$D$$xԍ&E \Dž\@]E裤EEE܍9uD$D$$~[ED$$@BEEUEEUD$BĨ[Ɖ^]Ít&1D$D$$D$D$$ºUL]ÐUeWVS,uEEU0 wp}E}}E0t&U .um=wF;]wABr0 w0D$|$4$;uM<"ut&}1M<,[^_]Í&EԉUt"|ӋE<8}tH}DO t9ut+]E9\rU t U  EE܋}<8?$}؉<떍U ED$E$¸EEÐU1ɉW1VSuUEt>ZЃ wVttsҍSwbɈuLTu1~CEU[^_]Ít&t$.ut1뀹v1[^_]Í&'Uu f9tKuu&9]r΋EU؉E9Ve[^_]tԃ};|uUߋM+}D$D$EЉ$1Uԃ}t'EEUU0|$T$$E M܋U<t MMЉD$E|$ȉ$}D$ D$&D$Ҡ$ܠ/ UWVS<@EkL1E]E؍&` t $|LkU1 ;Ev ]ЅP)ԍT$UEЋU؋B1]R t)9Ru9} R uf9}vUԉ$T$Up t $|LSvEuܐEU4tStiupt%Xxt&TuFTt@ЃEE䃮9EwmLme[^_]ËNTttF8u8?UԉD$$T$/_&P}Ѓ)ԍT$49uUU؍<8DljEЋBl1D$ D$D$Ҡ$}t9}s9hD$ D$D$Ҡ$$D$ D$D$Ҡ$hUWVSH] EC4H[p3f>u$]̉9~Ff>t]̍E1ED$D$ D$uD$$4E|EEUĉ$ Uƒu)1ҍ|$' Uĉ$L$ UăuS:u8?1<$&'t&F D$E$1e[^_]fU]̅xE1tۋ}ȸUEPEܣ}ǃUE䭆tDԃ$ǃuP1)|$'T$$ T1}NUȍuEhEEU1ҋ<}Ѓэ|}u0҃)č|$' Uĉ$L$i Uău㍶1Cs8u8?T$UȉD$EMĉt$ T$D$$ V,MbD$ D$qD$_$lzEUEUEܣE1U1E䭆|ԃэtu1)t$'Tԃ$T$ u&UWVShEU‹@4M@ɉEMujyf?}&EEt&uEFEkGL]t&v l+tET]u}[ &Ë}̋UsMGRKUWMċ 8u8?t$ u}t$uĉ|$4$ EC%9ECEЉEЋC u}̋UB tk‰Uf`1;`\4Ey*tՋ\40EE}tDMuQB%9ECEЉEЋBtMfB%9BȋBuMЋuЅu Eȍe[^_]Ë}D$}Љ<$NjEpUЉ]tۋ@tbE]}̋p1FHʁ9Uv#8ỦJHzى NىJ P uËF t밋}̋M;UMuBf@H u%P X Z B PuɋEȍe[^_]E MQ:u8?1ɉ$+D$ D$D$_$臻UEED$D$ D$D$$1E|EҡE1|э\ u1)܍\$#؋T$T$mu1)! UWV1SUt5 [ ƅt(1uU؉[  ƅu؃[^_]ÐU]]uKCD$s D$t$ st$4$]u]Í&'UWVSH@Eċ=UEt`Et8v;r&;s@q[ u˃EE9@v kL몐Mą};=v‹luE|$D$ D$D$$EMU1ttBR  e[^_]fFE MUD$D$D$ ED$E$EBe u/E D$D$D$ ED$$BE}̉EЋEEԋE E؍EEeE̍UD$MEE$RREȋEeu!ee xLUuDM't;r;Z111$&1эA)čD$#L$T$$Uى׉1эA)čD$#L$T$$\}t E$IE1ɉډ4$v'U$]ˉ}1uME tTKLKAK6K+ C!% 1uMEE$ED$t]u}]fUD$$FÐWV|$ t$T$L$؃tA)))t&FBGFBGF B G FBGFBGFBGFBG v R Iu^_WVUS|$t$L$\$ <41fAu[]^_ÐUeD$ED$ ED$E D$E$Ðt&UeD$ D$ED$E D$E$ÐUeD$ED$ ED$E D$E$Ðt&UeD$ D$ED$E D$E$ÐUWVSd}UBQ1D$L}E }$uMQ4t$TDJ tL$Tt&Dr uL$T<-]<+D$TD$8D$T<0D$XD$\M} U1D$X  <1D$<D$\L$H\$@T$T9T$X|$\|$L^1҉\$PXЀ vPt08u)1ۉT$Dt&8u9w9T$D؋E@4DXt9E@<7;E}%9T$\Ut 9L$X{T$\D$`D$P9L$TE t] D$Pu)|$8t1;T$`t$8e"t"1fe11҃d[^_]Ð1E D$XQt&L$Pu}t|$Tw}G<D$TD$TED$XL$T1y0u\$\M _T$HÉϋD$D$`T$dZD$XT$XET$\ D$`T$d6L$X1T$LÉ΋D$@T$HD$`T$d3É*y0y\$`M 3X,}@(D$P8 M e"|$P11уL$X|$P 8 u$9r\$Xt$,E \$\_9Ɖt$,|$\L$XtXG< v(1\$`T$\\$P8u9r\$`T$\9ËT$\\$`Dzt E@<<@~׋T$PL$L$X\$ t$,T$ $Z \$XD$\E \$`t$XE t$\UED$ D$ED$E D$E$UeD$ ED$E D$E$nÍUeD$D$ E D$E$-ÐUeD$ ED$E D$E$$ÍUeD$D$ E D$E$M$ÐUeD$ ED$E D$E$nGÍUeD$D$ E D$E$-GÐU$]ËEuu}ϋM E}i)Ѓ U&H3MD$ D$\$$DMe"sEtgt(~-ً]u}]ÐEЉ}u]}U ]]duEeMt|e!]u}]ÍUD$ D$\$$CU 831 EUW1VSÃ$E1҉MEU&EEHЀ vMt U:] E|H~-} uEUM:1E듍vE U~  @UME9$[^_]ÍBu8CXщ}&87u}*&UED$ ʚ;T$$D$EMMElj919v }t&t11MEMEU MxU <@@UMUD$ L$T$ $;EƋEEω819v}&tEt1MME$[^_]f}+'UWVSUBUEDž|p$4$}]EO4xDA u-+DžpEt:V1 f: G DŽu;|$P|$P$D$LDŽ$$D$P |$P5D$T=D$XL$Pt$D؉D$Hv;|$D\$Tt$Dt$DÉ׋D$Xt&9wt9u+D$Xst$D1)׉t$T$ñ ))ƒ5$R5)D$L艄$Xt$$LL$T1D$L$(+D$L$D$D$@&s$ $$|$T+|$X1һT$XT$T!$ 5DŽ$$$;f5)ȉL$PD$LtD$ D$@D$D$$; +L$L $믋T$X1t$DҋT$X)‹D$Hb$$\$TD$L$p][8\$TD$Xt$D|$H9|$Lt$<l$T$DD$4 )T$4ljD$8D$0D$HL$@\$$\$$L$D<L$4 ډ9D$L׋D$L\$$L$H+T$HL$Dt$8L$H$t$0d$D$@T$@D$\$$7VUUU+t$Pы$)ATt$L)ƋD$P|$P5$D$4DŽ$$|$P$~vP9ux1t&9}t$L|$P5D`$1L$($$D$D$$we|$("DD$ $)t$\$L$@$+$҉1\$@9uD$H$t$@|$8]K8t&PЀ vЋav<_t<).}$D$ D$D$|$4$9$st$DD$\$4$赲L$PD$45)L$4|$4v|$4L$@T$4D$L$T$ $:7+D$PDŽ$@ED$TD$@D$PL$PD$$L$dk$D$4S|$,DMM$1c5+T$PT$LL$@T$ D$L$ $c$`T$PD$L $J$)L$@t$\$$D19d\$@D$LD$4D$D$ D$@D$$$DŽ$P|$@\$Te|$,"tU|$(tFD$T0 v} D$T u e"9D$T뺃|$(tD$T맃|$(tD$T댸e"؍H Vۃ  \$Xu1t$\сD$X Ήt$\D$X؃ D$PAH,L$8}X(\$4;D$4ى߉D$<0t<|$<T$<:ur1\$H:u#\$4D$Pu\$PLT$H1L$DT$H T$<:u3T$4҈T$D$h9M\$DD$X+D$hۋ\$h@=@EÉD$TuT$t$t$xT$l$19ƉD$p|$h|$h $D$dDŽ$$D$h |$h@D$pD$l؉D$\9\$p|$lÉыD$lf9wt9u )s1)׉L$pD$h$ù ))ƒ@$@ )D$d艄$|$<1|$pD$L$@+D$d$D$D$`|$h |$D$h $$L$p+L$l1һT$lT$p$ |$h@DŽ$$$:v@+D$hD$dtt$`D$ D$t$4$ +L$d $밋T$l1|$lҋT$l)‹D$\\$1L$t\$hƉۉ؃\$l$\$p\$l)\$p\$p$ +\$l@t$l Ã@)艄$D$pL$@$ T$Pu>ɉM Ev 莌teᐍt&0tMpDUքy6U 2]u}]Í0Ɛ11MԉMU؍&0MԃE ׉xU}11MĉM؉Uԍ&0MăE҉U ׉x݋MĉU}؃5E@+Ee ut&0 t&0t&0&UWVS\Q=}t\[^_]Í&E ftE$ tԋU1t E$Et3p J$D:f賊vE}11ɈEٍ&Ѓ DŽxE<>}ԉ$EE9E<tp A1ҍED$4$&E<tp }1ҍM<$L$E<tp u1ҍvv@Pm0$Sf@Py0$葚_f@Pt0Y$eM܉L$<$"xEE9Euԉt&ft&t&1Ґt&닍E$Mȉ4$L$v$dt&$L2t&E9EEt&$|t&$t&$L t&EHt&$$t&@t*Pt0E$v1E$~&%Eܿu ED$D$E$lED$D$$QEt$$US@6t@6fЋu[]ÐUWVS9ʋt/t@ `GtEҋE9ku"=t&{ $]$]tC9tޅt5-t&΍[^_] Ut e&4te@1t e!t e"t eCt e!jt e"At e #t e# t e $ t e`$ t e & t9]UWVS5tSt&F>$6[t&tDPtҋD$[ ~ډ4$[t벡tY=uZT$$Rru (Cs D$$*r$Zuރ[^_]D$ D$D$ $w R5USt=&C=,t$/ZC$$Z$ZuʡG=,t$YD$@e $izut&؋$Yu[]UVSu+t&Ct*s $}Y$uYuك[^]UWVS @`=h1tFuwELE9@wxDD$T[^_]ËG9Pu G $QTUVSÃ@tCt t&Cs8/t u[^]É$S덶Uu0 tD$@e $GttytD$$ tÍ&'UWVSEX EE11Pt&H~2p t+t} e354$?UB$֋EPE<9x wB $SUB k<B@$RUB$REE[^_]RPD$ uD$D$u$u-Ut=wt$RUu!t$T$iÍt&$SRUD$ $rÉ'US]Ct$][]QU%D$@e $PrUVS t?1t&2u &؋$Qu uω$oQ[^]USs&r[]U]ue5P t$D$}@]u]US[Ð+mY[Maximum allowed array size (%u) is exceeded(>@8RAR_EXIT*?/yyyymmddhhmmss.rarYMDHISWAENexe00?*<>|"?*/etc/rar/usr/lib/usr/local/lib/usr/local/etc%04d%02d%03d%05d?*<>|"?*HOME Dhr+w+HpP04File(=@ Creating %-56s%u.%03utemp%.*ls(%u)%ls__rar_QO Locking archivebakCMT Reading comment from %s Reading comment from stdin Deleting comment from %s Adding comment to %sh(P xXXX007Archive>H;%u&ILXLKKJJIWWOTOTSYXihhiigjȜМ$Оh/dev/urandom%u-%02u-%02u %02u:%02u:%02u,%03u%u-%02u-%02u %02u:%02u????-??-?? ??:?? Cannot open %s-------- %2d %s %d, archive %s -------- %2d %s %d %02d:%02d:%02d %s Enter password (will not be echoed) %s: Enter password (will not be echoed) for %s: Reenter password: ERROR: Passwords do not match , [%c]%ls User break Program aborted %s (3h05hW9~<x?i7}],煼/BD7q۵[V9Y?^[1$} Ut]rހܛtiGƝ̡ $o,-tJܩ\ڈvRQ>m1'Y GQcg)) '8!.m,M 8STs e jv.,r迢KfpK£Ql$օ5pjl7LwH'4 9JNOʜ[o.htocxxȄnjlPxqg jgrn<:ORQhك[                                   UOW\??\/??/ %s - use current password ?_Yes_No_All Testing %-56s ? Skipping %-56s ------ Printing %s Extracting %-56s%s%s  %s is not RAR archive Done All OK Total errors: %ld.part solid Creating %sarchive %s ... %-58s Testing archive %s Extracting from %s ... %-56sFileServiceDirectoryCRC32 MACPack-CRC32BLAKE2 MACPack-BLAKE23.05.0WindowsUnix Attributes Size Packed Ratio Date Time Checksum Name %ls ----------- --------- -------- ----- ---------- ----- -------- ---- Attributes Size Date Time Name ----------- --------- ---------- ----- ----%cB%c%c%c%c%c%c%c%c%c<-><---->%d%% %12s: %sSTMNTFS alternate data streamType %12ls: %lsTargetUnix symbolic linkWindows symbolic linkNTFS junction pointHard linkFile referenceSizePacked sizeRatiomtimectimeatimeAttributes %12ls: %8.8XHost OSCompression %12ls: RAR %ls(v%d) -m%d -md=%d%sFlags %12ls: solid%ls encryptedFile version %12ls: %uUnix owner%ls:#%d: %c%10ls %9ls %9ls %4ls %ls %8.8X %02x%02x..%02x ???????? %-12lsRAR 4RAR 5RAR 1.4Archive %s: %sDetails%s%svolume %dencrypted headers%.10ls %dEOF %21ls %9ls %3d%% %-27ls %u %21ls %-16ls %u 0 files %21ls %9ls %3d%% %28ls %u%21ls %18s %luDOSOS/2Mac OSBeOSWinCE*<-?->A}jWD18 8))48P8d8^>!{zzzzzzzzzzzzzzzzzzzzzzzzzzzzz @   (08@P`p @   0@`  0@`   (08@P`p@` [:<S>] Set priority (0-default,1-min..15-max) and sleep time in ms Usage: rar <command> -<switch 1> -<switch N> <archive> <files...> <@listfiles...> <path_to_extract\> <Commands> a Add files to archive c Add archive comment ch Change archive parameters cw Write archive comment to file d Delete files from archive e Extract files without archived paths f Freshen files in archive i[par]=<str> Find string in archives k Lock archive l[t[a],b] List archive contents [technical[all], bare] m[f] Move to archive [files only] p Print file to stdout r Repair archive rc Reconstruct missing volumes rn Rename archived files rr[N] Add data recovery record rv[N] Create recovery volumes s[name|-] Convert archive to or from SFX t Test archive files u Update files in archive v[t[a],b] Verbosely list archive contents [technical[all],bare] x Extract files with full path <Switches> - Stop switches scanning @[+] Disable [enable] file lists ad Append archive name to destination path ag[format] Generate archive name using the current date ai Ignore file attributes ap<path> Set path inside archive as Synchronize archive contents c- Disable comments show cfg- Disable read configuration cl Convert names to lower case cu Convert names to upper case df Delete files after archiving dh Open shared files ds Disable name sort for solid archive dw Wipe files after archiving e[+]<attr> Set file exclude and include attributes ed Do not add empty directories en Do not put 'end of archive' block ep Exclude paths from names ep1 Exclude base directory from names ep3 Expand paths to full including the drive letter f Freshen files hp[password] Encrypt both file data and headers ht[b|c] Select hash type [BLAKE2,CRC32] for file checksum id[c,d,p,q] Disable messages ierr Send all messages to stderr ilog[name] Log errors to file (registered versions only) inul Disable all messages isnd Enable sound kb Keep broken extracted files log[f][=name] Write names to log file m<0..5> Set compression level (0-store...3-default...5-maximal) ma[4|5] Specify a version of archiving format mc<par> Set advanced compression parameters md<n>[k,m,g] Dictionary size in KB, MB or GB ms[ext;ext] Specify file types to store mt<threads> Set the number of threads n<file> Additionally filter included files n@ Read additional filter masks from stdin n@<list> Read additional filter masks from list file o[+|-] Set the overwrite mode oh Save hard links as the link instead of the file oi[0-4][:min] Save identical files as references ol[a] Process symbolic links as the link [absolute paths] or Rename files automatically ow Save or restore file owner and group p[password] Set password p- Do not query password qo[-|+] Add quick open information [none|force] r Recurse subdirectories r- Disable recursion r0 Recurse subdirectories for wildcard names only s[<N>,v[-],e] Create solid archive s- Disable solid archiving sc<chr>[obj] Specify the character set sfx[name] Create SFX archive si[name] Read data from standard input (stdin) sl<size> Process files with size less than specified sm<size> Process files with size more than specified t Test files after archiving ta<date> Process files modified after <date> in YYYYMMDDHHMMSS format tb<date> Process files modified before <date> in YYYYMMDDHHMMSS format tk Keep original archive time tl Set archive time to latest file tn<time> Process files newer than <time> to<time> Process files older than <time> ts<m,c,a>[N] Save or restore file time (modification, creation, access) u Update files v<size>[k,b] Create volumes with size=<size>*1000 [*1024, *1] ver[n] File version control vn Use the old style volume naming scheme vp Pause before each volume w<path> Assign work directory x<file> Exclude specified file x@ Read file names to exclude from stdin x@<list> Exclude files listed in specified list file y Assume Yes on all queries z[file] Read archive comment from file"s՞՞(P( X@ ( hXЧx80pЧ`0RF: ܪ¬sdJ0Qo.ooooooooooooo8?????????w??RRR۷˲˲ɸEEFtGHHI@JJ(LDMNDNNpOPPQ\RSS TUUhVVW8XXYDZZx[\L]] ^@^_`FPaabHccd`ef@Jfxg(h iij8kHlmmTn`oEopqH0rSr\st$uvvwLxxyz{I@|D}~(tG(āHԃJ8XXԄlL(4l0`|?ؑExX< RAR_Yes_No_All_nEver_Rename_Quit_Yes_No_All_nEver_Quit Overwrite %s ? Would you like to replace the existing file %s %6s bytes, modified on %s with a new one %6s bytes, modified on %s Enter new name: Updating %sarchive %s Updating %-58s Adding %-58s Deleting %s%3d%% Reconstruct archive structure ?_Yes_No The archive header is corrupt. Mark archive as solid ? Found %s / %s %s Deleting directory %-30s Deleting %-30s deleted NOT DELETED %-20s - checksum error Checksum error in the encrypted file %s. Corrupt file or wrong password. %-20s : packed data checksum error in volume %s The specified password is incorrect.Not enough memory Cannot create %sCannot close the file %sSeek error in the file %sRead error in the file %sWrite error in the file %s Cannot delete %s Cannot rename %s to %s WARNING: Cannot change attributes of %s Cannot copy %s to %s. You need to unpack the entire archive to create file reference entries. Cannot create directory %s Cannot create symbolic link %s Cannot create hard link %s You may need to run RAR as administratorCorrupt archive - use 'Repair' command Corrupt header is found Main archive header is corrupt %s - the file header is corrupt ERROR: Corrupt data header found, ignored WARNING: Unknown data header format, ignored ERROR: Corrupt %s data block Recovery record is corrupt. Unknown method in %s Unknown encryption method in %s Renaming %s to %s You may need a newer version of RAR. %s is not SFX archive %s - cannot convert to SFX archive with old format ERROR: default SFX module does not support RAR %d.%d archives Cannot encrypt archive already contained encrypted files File search errors, cannot synchronize archive Not enough memory for %d MB compression dictionary, changed to %d MB. Please use a smaller compression dictionary. ERROR: Cannot modify old format archive ERROR: Locked archive ERROR: Cannot modify volume %s is not volume %s is not the first volume Total number of usual and recovery volumes must not exceed %d ERROR: %s and %s belong to different sets Nothing to reconstruct Reconstructing... Reconstruction impossible Unexpected end of archive ERROR: Bad archive %s The archive comment is corrupt ERROR: Invalid file name %s Unsupported archive format. Please update RAR to a newer version. Cannot repair archive with old format No files found No files to delete No files to extract Cannot find volume %s WARNING: You need to start extraction from a previous volume to unpack %s Unknown extra field in %s. %s switch is not supported for RAR %d.x archive format. %ls%ls%ls ERROR: Path too long Cannot read contents of %s WARNING: Cannot get %s owner and group ERROR: %s group and owner data are corrupt WARNING: Cannot get owner %s ID WARNING: Cannot get group %s ID WARNING: Cannot set %s owner and group WARNING: Cannot read symbolic link %s WARNING: Symbolic link %s already exists %s Building %s Scanning... Data recovery record found Repairing Data recovery record not found%ls %d blocks recovered. Copying data Corrupt %d bytes at %08x %08x Sector %ld (offsets %lX...%lX) damaged - data recovered - cannot recover data WARNING: Attempting to correct the invalid file name Creating %s Calculating checksums of all volumes. %d recovery volumes found %d volumes missing WARNING: FAT32 file system does not support 4 GB or larger files Disk full. Insert next Searching for identical files Clearing attributes... Erasing contents of drive %c: Calculating the checksum Adding data recovery record Testing the recovery record%s Create next volume ? Insert disk with %s_Continue_Quit_Retry_Abort ERROR: Not enough disk space for %s.JanFebMarAprMayJunJulAugSepOctNovDec`QB4&{ZVJ>/#wJ><l`TH%xziIseN/lXD%\= h%o%:" 0@P`pToo large block header.)P*,@5`77`74Pack?08-d0P77        (=@(=G5PPack7PackDefabbbabbZ33xP0-d0OP087pP5Pack3?08  ??  %3d%%;%%0%du WARNING: No files Analyzing archived files: %7d Repacking archived files: %7d Deleting from %s Erasing empty archive %s %12s %s%d found..ext Evaluation copy. Please register. WARNING: Cannot open %d %srarfiles.lst$default Processing archive %s Removing SFX module Convert archives to SFX Converting %s Comment is not present Write comment to %s %sFailedfixed.rebuilt. Reconstructing %sProtect+Protect!RR70c2441db366d92ea7be1342b3bf629026ba92bb675f06e684bdd34511097434Version: VersMax: DateMax: utf8:rarreg.*RARREG.*.rarreg*keyrarinfo.log0                          0123456789abcdef8/%EhDHg OU%L Y(eV1e4sTSJMy^;Oo!+t 1B% ^-KGþi#PmRar!RevRVRC%ls%0*d.rev%ls%0*d_%0*d_%0*d.rev*.**.rev.bad100%% pthread_cond_wait error %d pthread_create failed, code %d Thread pool initialization failed.N10__cxxabiv117__class_type_infoE__gnu_cxx::__concurrence_lock_error__gnu_cxx::__concurrence_unlock_errorN9__gnu_cxx24__concurrence_lock_errorEN9__gnu_cxx26__concurrence_unlock_errorEstd::exceptionstd::bad_exceptionN10__cxxabiv119__foreign_exceptionEN10__cxxabiv115__forced_unwindESt13bad_exceptionSt9exceptionT4DN10__cxxabiv116__enum_type_infoEstd::bad_allocSt9bad_allocpure virtual method called N10__cxxabiv120__si_class_type_infoESt9type_infoN10__cxxabiv121__vmi_class_type_infoEterminate called recursively ' what(): terminate called after throwing an instance of 'terminate called without an active exception ڻڻڻڻڻڻڻԻڻڻĿĿĿĿĿĿĿd4d,\LLLLLLLLLLLLLLLLLLLLLn7yBinuuuuuuuuuu >Ta||aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa$\77P??,'w         7>$WWD>OU KxbL $ T *pp++qu?rM%=rS>>=rm%>>sizeof szalignof azstd::basic_string, std::allocator >std::basic_istream >std::basic_ostream >std::basic_iostream >==$>==m=m=m=m=>>==r?k@@@@@IA|AAA:BkBBB,CZCCC1DDD EQES?S?S?S?S?S?S?S?S?S?S?S?S?S?S?S?S?S?S?S?S?S?EE@|LeLeLNeLNtN\N$MM|LQQ|Q\Qnext->prev == elempthread_create.cerrno == 12size != 0mem != ((void *)0)pd->header.tcb != ((void *)0)allocate_stackcreate_threadstart_threadcheck_listfreesize < pd->stackblock_size((((pagesize_m1 + 1) - 1) & (pagesize_m1 + 1)) == 0)size > adj + sizeof (struct pthread)../nptl/sysdeps/pthread/createthread.c({ __typeof (({ struct pthread *__self; asm ("movl %%gs:%c1,%0" : "=r" (__self) : "i" (__builtin_offsetof (struct pthread, header.self))); __self;})->header.sysinfo) __value; if (sizeof (__value) == 1) asm volatile ("movb %%gs:%P2,%b0" : "=q" (__value) : "0" (0), "i" (__builtin_offsetof (struct pthread, header.sysinfo))); else if (sizeof (__value) == 4) asm volatile ("movl %%gs:%P1,%0" : "=r" (__value) : "i" (__builtin_offsetof (struct pthread, header.sysinfo))); else { if (sizeof (__value) != 8) abort (); asm volatile ("movl %%gs:%P1,%%eax\n\t" "movl %%gs:%P2,%%edx" : "=A" (__value) : "i" (__builtin_offsetof (struct pthread, header.sysinfo)), "i" (__builtin_offsetof (struct pthread, header.sysinfo) + 4)); } __value; }) == ((pd)->header.sysinfo)@`  h l 4  0 ,<@< < L       @    @ D@   (@pthread_mutex_init.c__pthread_mutex_init((unsigned int) (ret) >= 0xfffff001u)(-(e)) != 3 || !robustmutex->__data.__owner == 0__pthread_mutex_lock__pthread_mutex_lock_full(-(e)) != 35 || (kind != PTHREAD_MUTEX_ERRORCHECK_NP && kind != PTHREAD_MUTEX_RECURSIVE_NP)robust || (oldval & 0x40000000) == 0type == PTHREAD_MUTEX_ERRORCHECK_NP                ^ ^ ^ ^             ^ ^ ^ ^                 pthread_mutex_trylock.c__pthread_mutex_trylockp  p p                             H H H H             H H H H                 x  x x             x  x x             x ` x x               P  pthread_mutex_unlock.c__pthread_mutex_unlock_usercntFATAL: exception not rethrown tpp.c__pthread_tpp_change_prioritynew_prio == -1 || (new_prio >= __sched_fifo_min_prio && new_prio <= __sched_fifo_max_prio)previous_prio == -1 || (previous_prio >= __sched_fifo_min_prio && previous_prio <= __sched_fifo_max_prio)../nptl/pthread_mutex_lock.c__pthread_mutex_cond_lock(mutex->__data.__kind & PTHREAD_MUTEX_PRIO_INHERIT_NP) != 0(mutex->__data.__kind & PTHREAD_MUTEX_ROBUST_NORMAL_NP) == 0(mutex->__data.__kind & 128) == 0__pthread_mutex_cond_lock_full                Y Y Y Y             Y Y Y Y                 __pthread_mutex_cond_lock_adjustnptl-init.c/proc/sys/kernel/versionSMP2.13((unsigned int) (word) >= 0xfffff001u)__pthread_initialize_minimal_internalFATAL: kernel too old FATAL: cannot determine kernel version /dev/full/dev/nullset_thread_area failed when setting up thread-local storage unexpected reloc type in static binaryLOCPATH? LC_ALLLANGfindlocale.clocale_codeset != ((void *)0)/usr/lib/locale_nl_find_locale@"C&!!" ## $`$ &n- loadlocale.ccategory == __LC_CTYPE_nl_intern_locale_datacnt < (sizeof (_nl_value_type_LC_NUMERIC) / sizeof (_nl_value_type_LC_NUMERIC[0]))cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))cnt < (sizeof (_nl_value_type_LC_COLLATE) / sizeof (_nl_value_type_LC_COLLATE[0]))cnt < (sizeof (_nl_value_type_LC_MONETARY) / sizeof (_nl_value_type_LC_MONETARY[0]))cnt < (sizeof (_nl_value_type_LC_MESSAGES) / sizeof (_nl_value_type_LC_MESSAGES[0]))cnt < (sizeof (_nl_value_type_LC_PAPER) / sizeof (_nl_value_type_LC_PAPER[0]))cnt < (sizeof (_nl_value_type_LC_NAME) / sizeof (_nl_value_type_LC_NAME[0]))cnt < (sizeof (_nl_value_type_LC_ADDRESS) / sizeof (_nl_value_type_LC_ADDRESS[0]))cnt < (sizeof (_nl_value_type_LC_TELEPHONE) / sizeof (_nl_value_type_LC_TELEPHONE[0]))cnt < (sizeof (_nl_value_type_LC_MEASUREMENT) / sizeof (_nl_value_type_LC_MEASUREMENT[0]))cnt < (sizeof (_nl_value_type_LC_IDENTIFICATION) / sizeof (_nl_value_type_LC_IDENTIFICATION[0]))`/ P1 1  1 0 0 `/ 0 `0 00 0 / / Vo.  <` 8LX  loadarchive.c((((ps) - 1) & (ps)) == 0)last->next == mappedranges[cnt].from >= fromarchmapped == &headmap_nl_archive_subfreeres_nl_load_locale_from_archive/usr/lib/locale/locale-archivePOSIXANSI_X3.4-1968@"C&!!" ## $`$ &9999999999999^[yY]^[nN]9t!z!Y$Y$ 9.Y$Y$Y$Y$Y$Y$Y$!!!!!!!!b!!!!!!Y$Y$!!!!!!!!!!!!!!u'u' 9Y$Y$. 9) %p%t%g%t%m%t%f9#Y$Y$Y$Y$Y$ %a%N%f%N%d%N%b%N%s %h %e %r%N%C-%z %T%N%c%N9 `#Y$Y$Y$Y$Y$Y$Y$Y$Y$Y$Y$ +%c %a %l9#Y$Y$Y$ 9X$ ISO/IEC 14652 i18n FDCC-setKeld Simonsenkeld@dkuug.dk+45 3122-6543+45 3325-6543ISO1.01997-12-20ISO/IEC JTC1/SC22/WG20 - internationalizationC/o Keld Simonsen, Skt. Jorgens Alle 8, DK-1615 Kobenhavn Vi18n:1999i18n:1999i18n:1999i18n:1999i18n:1999i18n:1999i18n:1999i18n:1999i18n:1999i18n:1999i18n:1999i18n:1999i18n:1999i18n:1999i18n:1999i18n:19999$$$%$$$$Y$$Y$Y$Y$$$`% 9 ' (   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~Unexpected error. %s%s%s:%u: %s%sAssertion `%s' failed. G G F F F F F F F F G OUTPUT_CHARSETcharset=LANGUAGEmessages/usr/share/localelldllillollullxllXrc/usr/share/locale-langpackX X F   Ɔ z z z z    چ (          (                           ވ   ! !  p  W             ! ( Ç  ` !                                               !               $ )-$                       plural=nplurals= |11cxa_atexit.cl != ((void *)0)__new_exitfnUUUU?3333*$I$qtEUUU;$I8^Cy 0 ,d! p= ^B{ I$ B|uPq  fxprintf.c(((fmt[i]) & ~0x7f) == 0)__fxprintfLIBC_FATAL_STDERR_/dev/tty======= Backtrace: ========= ======= Memory map: ======== /proc/self/mapswfileops.cstatus == __codecvt_partial_IO_wfile_underflow  p   п p      0         п p p     P      P   п p p     0    ,ccs=fcts.towc_nsteps == 1fcts.tomb_nsteps == 1_IO_new_file_fopen        p  0    0            p p p    P            p p 0    0    offset >= oldendenlarge_userbuf0 P   p   ` p      p     malloc: top chunk is corruptcorrupted double-linked listmalloc.cTOP_PAD_PERTURB_MMAP_MAX_TRIM_THRESHOLD_MMAP_THRESHOLD_((p)->size & 0x2)ret == 0 (p->prev_size == offset)free(): invalid pointerfree(): invalid sizeinvalid fastbin entry (free)heap->ar_ptr == avarena.cp->size == (0|0x1)malloc(): memory corruption(bck->bk->size & 0x4) == 0(fwd->size & 0x4) == 0bit != 0!(((av)->flags & (1U)) == 0)correction >= 0realloc(): invalid old sizerealloc(): invalid next size!((oldp)->size & 0x2)ncopies >= 3realloc(): invalid pointerhooks.cms->av[2*i+3] == 0nclears >= 3Arena %d: system bytes = %10u in use bytes = %10u Total (incl. mmap): max mmap regions = %10u max mmap bytes = %10lu malloc_consolidatemunmap_chunk_int_freeheap_trim_int_mallocsYSMALLOcmTRIm__libc_calloc__libc_pvalloc_int_memalign__libc_valloc__libc_memalign__libc_reallocmremap_chunk_int_realloc__libc_malloc__malloc_set_state*** glibc detected *** %s: %s: 0x%s *** p->fd_nextsize->bk_nextsize == pp->bk_nextsize->fd_nextsize == pnextchunk->fd_nextsize->bk_nextsize == nextchunknextchunk->bk_nextsize->fd_nextsize == nextchunkmunmap_chunk(): invalid pointer ((size + offset) & (mp_.pagesize-1)) == 0(((unsigned long)(((void*)((char*)(p) + 2*(sizeof(size_t))))) & ((2 * (sizeof(size_t))) - 1)) == 0)free(): invalid next size (fast)double free or corruption (fasttop)double free or corruption (top)double free or corruption (out)double free or corruption (!prev)free(): invalid next size (normal)free(): corrupted unsorted chunksnew_size>0 && new_size<(long)(2*(unsigned long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) - 1))))new_size>0 && new_size<(2 * (512 * 1024))((unsigned long)((char*)p + new_size) & (pagesz-1)) == 0((char*)p + new_size) == ((char*)heap + heap->size)malloc(): memory corruption (fast)malloc(): smallbin double linked list corruptedmalloc(): corrupted unsorted chunksmalloc(): corrupted unsorted chunks 2victim->fd_nextsize->bk_nextsize == victimvictim->bk_nextsize->fd_nextsize == victim(unsigned long)(size) >= (unsigned long)(nb)((unsigned long)(nb) < (unsigned long)(64 * (2 * (sizeof(size_t)))))((size_t)((void*)((char*)(mm) + 2*(sizeof(size_t)))) & ((2 * (sizeof(size_t))) - 1)) == 0(old_top == (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >= (unsigned long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) - 1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) == 0)(unsigned long)(old_size) < (unsigned long)(nb + (unsigned long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) - 1))))break adjusted to free malloc space((unsigned long)((void*)((char*)(brk) + 2*(sizeof(size_t)))) & ((2 * (sizeof(size_t))) - 1)) == 0newsize >= nb && (((unsigned long)(((void*)((char*)(p) + 2*(sizeof(size_t)))))) % alignment) == 0next->fd_nextsize->bk_nextsize == nextnext->bk_nextsize->fd_nextsize == next(unsigned long)(newsize) >= (unsigned long)(nb)!victim || ((((mchunkptr)((char*)(victim) - 2*(sizeof(size_t)))))->size & 0x2) || ar_ptr == (((((mchunkptr)((char*)(victim) - 2*(sizeof(size_t)))))->size & 0x4) ? ((heap_info *)((unsigned long)(((mchunkptr)((char*)(victim) - 2*(sizeof(size_t))))) & ~((2 * (512 * 1024))-1)))->ar_ptr : &main_arena)!newp || ((((mchunkptr)((char*)(newp) - 2*(sizeof(size_t)))))->size & 0x2) || ar_ptr == (((((mchunkptr)((char*)(newp) - 2*(sizeof(size_t)))))->size & 0x4) ? ((heap_info *)((unsigned long)(((mchunkptr)((char*)(newp) - 2*(sizeof(size_t))))) & ~((2 * (512 * 1024))-1)))->ar_ptr : &main_arena)!p || ((((mchunkptr)((char*)(p) - 2*(sizeof(size_t)))))->size & 0x2) || ar_ptr == (((((mchunkptr)((char*)(p) - 2*(sizeof(size_t)))))->size & 0x4) ? ((heap_info *)((unsigned long)(((mchunkptr)((char*)(p) - 2*(sizeof(size_t))))) & ~((2 * (512 * 1024))-1)))->ar_ptr : &main_arena)!mem || ((((mchunkptr)((char*)(mem) - 2*(sizeof(size_t)))))->size & 0x2) || av == (((((mchunkptr)((char*)(mem) - 2*(sizeof(size_t)))))->size & 0x4) ? ((heap_info *)((unsigned long)(((mchunkptr)((char*)(mem) - 2*(sizeof(size_t))))) & ~((2 * (512 * 1024))-1)))->ar_ptr : &main_arena)(char *) ((void*)((char*)(p) + 2*(sizeof(size_t)))) + 4 * (sizeof(size_t)) <= paligned_mem(char *) p + size > paligned_mem P( `( p( ( ( ( ' (( Unknown errorUnknown error ;=<<0=;/<<"=;!<<=;<<=;  ޤ  8  ؤ  2  Ҥ ܣ , | ̤ ֣ & v Ƥ У  p  "   2  0 ܲ ,   ֲ &   в   z ʲ   t IJ   n    h    b    \    V    P   Ц p     @ Ь `     0  P д " r µ ̴  l  ƴ  f    `    Z    T    N    H    B    <    6    0  e   ŷ b   · _    \ |   Y y   V v   S s   P p   # S     C s    S  û  C  N ~  ޹  > n  ޺  N    >  I y  ٹ  9 i  ٺ  I    9  D t  Թ  4 d  Ժ  D    4  ? o  Ϲ  / _  Ϻ  ?    /  : j  ʹ  * Z  ʺ  : z   *  5 e  Ź  % U  ź  5 u   %  0 `     P    0 p     M  4 z   & l  x  ^  j  P  \     ,  L  | ,  \    >    ~   .  ^   >      p  `     @      ../sysdeps/x86_64/cacheinfo.c! "cannot happen"offset == 2intel_check_wordhandle_amd pvvvXvXlXbXXND:0vvvXvXlXbXXND:0~  @     @ @@@`!@"@ #@ %@ )@ @,@0@9@:@;@<@=@>@?@A B C D E  F@ @G@ H @0I@@J @ `K@ L @ M@ N@``@@f@ g@@h@x@y@z@{@|@}@ @@     @@@ @ @ @ @ @ @ @ @ @ @ @ @ @@ @ @ @ mbrtowc.c__mbrtowcstatus == __GCONV_OK || status == __GCONV_EMPTY_INPUT || status == __GCONV_ILLEGAL_INPUT || status == __GCONV_INCOMPLETE_INPUT || status == __GCONV_FULL_OUTPUT((data.__statep)->__count == 0)wcrtomb.c__wcrtombwcsrtombs.cdata.__outbuf[-1] == '\0'__wcsrtombsdata.__outbuf != (unsigned char *) dstANSI_X3.4-1968//TRANSLITZ@ZYw8'wY;mbsrtowcs_l.cresult > 0__mbsrtowcs_l((wchar_t *) data.__outbuf)[-1] == L'\0';Zx0Nm<[y1On%[A-Za-z]%n%hu%n:%hu%n:%hu%nM%hu.%hu.%hu%n/etc/localtimeUniversalTZUTCGMT../TZDIRTZiftzfile.cnum_types == 1posixrulesnum_types == 2__tzfile_compute__tzfile_read/usr/share/zoneinfo__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (&zone_names[info->idx]) && __builtin_constant_p (__tzname[tp->tm_isdst]) && (__s1_len = __builtin_strlen (&zone_names[info->idx]), __s2_len = __builtin_strlen (__tzname[tp->tm_isdst]), (!((size_t)(const void *)((&zone_names[info->idx]) + 1) - (size_t)(const void *)(&zone_names[info->idx]) == 1) || __s1_len >= 4) && (!((size_t)(const void *)((__tzname[tp->tm_isdst]) + 1) - (size_t)(const void *)(__tzname[tp->tm_isdst]) == 1) || __s2_len >= 4)) ? __builtin_strcmp (&zone_names[info->idx], __tzname[tp->tm_isdst]) : (__builtin_constant_p (&zone_names[info->idx]) && ((size_t)(const void *)((&zone_names[info->idx]) + 1) - (size_t)(const void *)(&zone_names[info->idx]) == 1) && (__s1_len = __builtin_strlen (&zone_names[info->idx]), __s1_len < 4) ? (__builtin_constant_p (__tzname[tp->tm_isdst]) && ((size_t)(const void *)((__tzname[tp->tm_isdst]) + 1) - (size_t)(const void *)(__tzname[tp->tm_isdst]) == 1) ? __builtin_strcmp (&zone_names[info->idx], __tzname[tp->tm_isdst]) : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) (__tzname[tp->tm_isdst]); register int __result = (((__const unsigned char *) (__const char *) (&zone_names[info->idx]))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (&zone_names[info->idx]))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (&zone_names[info->idx]))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (&zone_names[info->idx]))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p (__tzname[tp->tm_isdst]) && ((size_t)(const void *)((__tzname[tp->tm_isdst]) + 1) - (size_t)(const void *)(__tzname[tp->tm_isdst]) == 1) && (__s2_len = __builtin_strlen (__tzname[tp->tm_isdst]), __s2_len < 4) ? (__builtin_constant_p (&zone_names[info->idx]) && ((size_t)(const void *)((&zone_names[info->idx]) + 1) - (size_t)(const void *)(&zone_names[info->idx]) == 1) ? __builtin_strcmp (&zone_names[info->idx], __tzname[tp->tm_isdst]) : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (&zone_names[info->idx]); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) (__tzname[tp->tm_isdst]))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) (__tzname[tp->tm_isdst]))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) (__tzname[tp->tm_isdst]))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) (__tzname[tp->tm_isdst]))[3]); } } __result; }))) : __builtin_strcmp (&zone_names[info->idx], __tzname[tp->tm_isdst])))); }) == 0getgrgid_rgetgrnam_rgetpwnam_rgetpwuid_r/usr/lib/getconfGETCONF_DIR/proc/sys/kernel/rtsig-max/proc/sys/kernel/ngroups_maxLP64_OFF64LPBIG_OFFBIG``````aAa7a-a#aaaab bbaaaaaaa``aa`jaccWcMc`9c``cccbb_bbbbbbb``bb```````0b``````eeeeeee|ere`^eTeJe@e6e,ee eddddddddddd``{dqdgd]dSdId?d5d+d!dd ddccccc``ccccccwcmc`abbXbNbDbed```e```````````````bheb`c`c````d```````````eeeb:b````sbsbsbsbsbsbsbsbsbsbsbsbsbsb____________________________________zb%c/cCctaa_`````../sysdeps/unix/sysv/linux/getcwd.c__libc_errno != 34 || buf != ((void *)0) || size != 0__getcwdinvalid open64 call: O_CREAT without modew+c/dev/log<%d>%h %e %T [%d]/dev/console%s syslog: unknown facility/priority: %x/proc/meminfo*cp <= *re/proc/stat/proc/cpuinfoprocessor/sys/devices/system/cpuMemTotal: %ld kBMemFree: %ld kBnext_line../sysdeps/unix/sysv/linux/getsysstats.c/etc/resolv.confSUCCESSUNAVAILNOTFOUNDTRYAGAINRETURNCONTINUEnis [NOTFOUND=return] files/etc/nsswitch.conflibnss_%s.so.%d.%dillegal status in __nss_nextlibnss_files.so.2maliasesethersgrouphostsnetgroupnetworkspasswdprotocolspublickeyrpcservicesshadowcompat [NOTFOUND=return] filespasswd0   p   ` p      p     buffer overflow detectedstack smashing detected*** %s ***: %s terminated +0x-0x[0xnscd_getgr_r.cnscd_getgr_r((uintptr_t) len & (__alignof__ (*len) - 1)) == 0LOCALDOMAINhostsservicesnscd_helper.cmapped->counter == 0__nscd_unmapdl-tls.cmap->l_tls_modid == cntlistp != ((void *)0)idx == 0dlopen_dl_add_to_slotinfo_dl_allocate_tls_init_dl_next_tls_modidresult <= _dl_tls_max_dtv_idx + 1result == _dl_tls_max_dtv_idx + 1map->l_tls_blocksize >= map->l_tls_initimage_size(size_t) map->l_tls_offset >= map->l_tls_blocksizecannot create TLS data structures(H@HHHHHpXHHHHH0HHHHHHH/var/tmp/var/profilefpuvmedepsetscmsrpaemcecx8apic10sepmtrrpgemcacmovpatpse36pnclflush20dtsacpimmxfxsrssesse2sshttmia64pbei386i486i586i686GCONV_PATHGETCONF_DIRHOSTALIASESLD_AUDITLD_DEBUGLD_DEBUG_OUTPUTLD_DYNAMIC_WEAKLD_LIBRARY_PATHLD_ORIGIN_PATHLD_PRELOADLD_PROFILELD_SHOW_AUXVLD_USE_LOAD_BIASLOCALDOMAINLOCPATHMALLOC_TRACENIS_PATHNLSPATHRESOLV_HOST_CONFRES_OPTIONSTMPDIRTZDIRLD_AOUT_LIBRARY_PATHLD_AOUT_PRELOADLD_WARNLD_LIBRARY_PATHLD_BIND_NOWLD_BIND_NOTLD_DYNAMIC_WEAKLD_PROFILE_OUTPUT/etc/suid-debugMALLOC_CHECK_LD_ASSUME_KERNELGLIBC_PRIVATE_dl_open_hook/proc/sys/kernel/osreleaseIGNOREwgconv.cirreversible != ((void *)0)__gconvoutbuf != ((void *)0) && *outbuf != ((void *)0)gconv_db.cfree_derivation__gconv_release_stepderiv->steps[cnt].__shlib_handle != ((void *)0)step->__end_fct == ((void *)0)gconv_conf.celem != ((void *)0)cwd != ((void *)0)aliasmoduleISO-10646/UCS4/=INTERNAL->ucs4=ucs4->INTERNALUCS-4LE//=INTERNAL->ucs4le=ucs4le->INTERNALISO-10646/UTF8/=INTERNAL->utf8=utf8->INTERNALISO-10646/UCS2/=ucs2->INTERNAL=INTERNAL->ucs2ANSI_X3.4-1968//=ascii->INTERNAL=INTERNAL->asciiUNICODEBIG//=ucs2reverse->INTERNAL=INTERNAL->ucs2reverse.so__gconv_get_pathUCS4//ISO-10646/UCS4/UCS-4//ISO-10646/UCS4/UCS-4BE//ISO-10646/UCS4/CSUCS4//ISO-10646/UCS4/ISO-10646//ISO-10646/UCS4/10646-1:1993//ISO-10646/UCS4/10646-1:1993/UCS4/ISO-10646/UCS4/OSF00010104//ISO-10646/UCS4/OSF00010105//ISO-10646/UCS4/OSF00010106//ISO-10646/UCS4/WCHAR_T//INTERNALUTF8//ISO-10646/UTF8/UTF-8//ISO-10646/UTF8/ISO-IR-193//ISO-10646/UTF8/OSF05010001//ISO-10646/UTF8/ISO-10646/UTF-8/ISO-10646/UTF8/UCS2//ISO-10646/UCS2/UCS-2//ISO-10646/UCS2/OSF00010100//ISO-10646/UCS2/OSF00010101//ISO-10646/UCS2/OSF00010102//ISO-10646/UCS2/ANSI_X3.4//ANSI_X3.4-1968//ISO-IR-6//ANSI_X3.4-1968//ANSI_X3.4-1986//ANSI_X3.4-1968//ISO_646.IRV:1991//ANSI_X3.4-1968//ASCII//ANSI_X3.4-1968//ISO646-US//ANSI_X3.4-1968//US-ASCII//ANSI_X3.4-1968//US//ANSI_X3.4-1968//IBM367//ANSI_X3.4-1968//CP367//ANSI_X3.4-1968//CSASCII//ANSI_X3.4-1968//OSF00010020//ANSI_X3.4-1968//UNICODELITTLE//ISO-10646/UCS2/UCS-2LE//ISO-10646/UCS2/UCS-2BE//UNICODEBIG//gconv_builtin.c__gconv_get_builtin_transcnt < sizeof (map) / sizeof (map[0])|v'vp+v0v3v0CvM' wP[w`;w8'Lw;jwPhwm../iconv/skeleton.coutbufstart == ((void *)0)inend - *inptrp < 4gconv_simple.c*outptrp + 4 > outend../iconv/loop.cinend != &bytebuf[4]inend - inptr <= 7outbuf == outerrinend != &bytebuf[6]internal_ucs2_loop_singleucs2_internal_loop_singleutf8_internal_loop_singleinternal_utf8_loop_singleinternal_ascii_loop_singleucs4le_internal_loopinptr - bytebuf > (state->__count & 7)inend - inptr > (state->__count & ~7)nstatus == __GCONV_FULL_OUTPUT__gconv_transform_internal_ucs2reverseinternal_ucs2reverse_loop_single__gconv_transform_ucs2reverse_internalucs2reverse_internal_loop_single__gconv_transform_internal_ucs2__gconv_transform_ucs2_internal__gconv_transform_utf8_internal__gconv_transform_internal_utf8__gconv_transform_internal_ascii__gconv_transform_ascii_internal__gconv_transform_ucs4le_internal__gconv_transform_internal_ucs4le__gconv_transform_ucs4_internal__gconv_transform_internal_ucs4gconv_trans_contextgconv_transgconv_trans_initgconv_trans_endgconv_trans.ctrans->name != ((void *)0)__gconv_translit_findGCONV_PATH/usr/lib/i386-linux-gnu/gconv/gconv-modules.cachegconv_dl.cobj->counter > 0found->handle == ((void *)0)gconv_initgconv_enddo_release_shlib__gconv_find_shlibLC_COLLATELC_CTYPELC_MONETARYLC_NUMERICLC_TIMELC_MESSAGESLC_PAPERLC_NAMELC_ADDRESSLC_TELEPHONELC_MEASUREMENTLC_IDENTIFICATION +3?HP[hw        `     `  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~  !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~   ~~~~>>xx(( 8HHHHHIupperloweralphadigitxdigitspaceprintgraphblankcntrlpunctalnumtouppertolower9Vܜ& HTW[[8IH>q~}'>)M,8>$5<5>>>>W[[8IH>q~}'>0123456789J`T$` @`  "$&(*,.02468:<>@BDFHJLNPRTVXZ\^`bdfhjlnprtvxz|~   "$&(*,.02468:<>@BDFHJLNPRTVXZ\^`bdfhjlnprtvxz|~   "$&(*,.02468:<>@BDFHJLNPRTVXZ\^`bdfhjlnprtvxz|~   "$&(*,.02468:<>@BDFHJLNPRTVXZ\^`bdfhjlnprtvxz|~   "$&(*,.02468:<>@BDFHJLNPRTVXZ\^`bdfhjlnprtvxz|~   "$&(*,.02468:<>@BDFHJLNPRTVXZ\^`bdfhjlnprtvxz|~   "$&(*,.02468:<>@BDFHJLNPRTVXZ\^`bdfhjlnprtvxz|~   "$&(*,.02468:<>@BDFHJLNPRTVXZ\^`bdfhjlnprtvxz|~   "$&(*,.02468:<>@BDFHJLNPRTVXZ\^`bdfhjlnprtvxz|~              " $ & ( * , . 0 2 4 6 8 : < > @ B D F H J L N P R T V X Z \ ^ ` b d f h j l n p r t v x z | ~              " $ & ( * , . 0 2 4 6 8 : < > @ B D F H J L N P R T V X Z \ ^ ` b d f h j l n p r t v x z | ~ 23IRRSS                    " $ % & / 5 6 7 9 : < D G H I _ ` a b c !!!!! ! ! ! !!!!!!!!!!!!!!!"!$!&!(!,!-!.!/!0!1!3!4!9!E!F!G!H!I!S!T!U!V!W!X!Y!Z![!\!]!^!_!`!a!b!c!d!e!f!g!h!i!j!k!l!m!n!o!p!q!r!s!t!u!v!w!x!y!z!{!|!}!~!!!!!!!!""""#"6"<"d"e"j"k"""$$$$$$$$$ $ $ $ $ $$$$$$$$$$$$$$$$$$$ $!$#$$$`$a$b$c$d$e$f$g$h$i$j$k$l$m$n$o$p$q$r$s$t$u$v$w$x$y$z${$|$}$~$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$%% %%%%%$%,%4%<%%t*u*v*00Q2R2S2T2U2V2W2X2Y2Z2[2\2]2^2_2222222222222222q3r3s3t3u3v333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333) MNOPRTUVWYZ[\_`abcdefhijk  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~    !"#$%&'()*+,-./0123456789;<=>@ABCDFJKLMNOPRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ %,37:>BFJNRVZ^aeimquy} !#%*.38=@EJMPSVY\_behlorux{ $'+06:=AFILORUY^beintx{  !&+05:?DINRW\`dhlpux| $*06<BHNTZ^bfjnrvz~ #(-27<AFKPUZ_dinsx} "',16;@CFILORUX[^adimrux~ &,159>BFJNRVZ^bfkquy} "+/37;?CGKOSW[_cgkquy}             ! # & ) , / 2 5 8 ; > A D G J M P S V Y \ _ b e h k n p s v y |          ! $ ' * - 0 3 6 9 < ? B E H K N Q T W Z ] ` c f i l o r u x { ~          # & ) , / 2 5 8 ; > A D G J M P S V Y \ _ b e h k n q t w z }          " % ( + . 1 4 7 : = @ C F I L O R U X [ ^ a d g j m p s v y |          ! $ ' * - 0 3 6 9 < ? B E H K N Q T W Z ] ` c f i l o r u x { ~   #&),/258;>ADGJMPSVY\_behknqtwz}  "%(+.147:=@CFILORUX[^adgjmpsvy|  !$'*-0369<?BEHKNQTWZ]`cfilorux{~  #&),/258;>ADGJMPSVY\_behknqtwz}  "%(+.147:=@CFILORUX[^adgjmpsvy| (C)<<-(R)u,>> 1/4 1/2 3/4 AExssaeIJij'nOEOEoeoesLJLjljNJNjnjDZDzdz'^'`_:~ -------'','"",,"+o...... ``````<>!!/???!!? CRCRsEURa/ca/sCc/oc/ugHHHhIILlNNoPQRRRTEL(TM)ZOhmZBCeeEFMoiDdeij 1/3 2/3 1/5 2/5 3/5 4/5 1/6 5/6 1/8 3/8 5/8 7/8 1/IIIIIIIVVVIVIIVIIIIXXXIXIILCDMiiiiiiivvviviiviiiixxxixiilcdm<--><-><==><=>-/\*|:~<=>=<<>><<<>>>NULSOHSTXETXEOTENQACKBELBSHTLFVTFFCRSOSIDLEDC1DC2DC3DC4NAKSYNETBCANEMSUBESCFSGSRSUSSPDEL_NL(1)(2)(3)(4)(5)(6)(7)(8)(9)(10)(11)(12)(13)(14)(15)(16)(17)(18)(19)(20)(1)(2)(3)(4)(5)(6)(7)(8)(9)(10)(11)(12)(13)(14)(15)(16)(17)(18)(19)(20)1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.(a)(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)(l)(m)(n)(o)(p)(q)(r)(s)(t)(u)(v)(w)(x)(y)(z)(A)(B)(C)(D)(E)(F)(G)(H)(I)(J)(K)(L)(M)(N)(O)(P)(Q)(R)(S)(T)(U)(V)(W)(X)(Y)(Z)(a)(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)(l)(m)(n)(o)(p)(q)(r)(s)(t)(u)(v)(w)(x)(y)(z)(0)-|+++++++++o::====== =(21)(22)(23)(24)(25)(26)(27)(28)(29)(30)(31)(32)(33)(34)(35)(36)(37)(38)(39)(40)(41)(42)(43)(44)(45)(46)(47)(48)(49)(50)hPadaAUbaroVpcpAnAuAmAkAKBMBGBcalkcalpFnFuFugmgkgHzkHzMHzGHzTHzulmldlklfmnmummmcmkmmm^2cm^2m^2km^2mm^3cm^3m^3km^3m/sm/s^2PakPaMPaGParadrad/srad/s^2psnsusmspVnVuVmVkVMVpWnWuWmWkWMWa.m.BqcccdC/kgCo.dBGyhaHPinKKKMktlmlnloglxmbmilmolPHp.m.PPMPRsrSvWbfffiflffifflst+___,.;:?!(){}#&*+-<>=\$%@!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefgijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzACDGJKNOPQSTUVWXYZabcdfhijkmnpqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABDEFGJKLMNOPQSTUVWXYabcdefghijklmnopqrstuvwxyzABDEFGIJKLMOSTUVWXYabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz012345678901234567890123456789012345678901234567895936789SunMonTueWedThuFriSatSundayMondayTuesdayWednesdayThursdayFridaySaturdayJanFebMarAprMayJunJulAugSepOctNovDecJanuaryFebruaryMarchAprilJuneJulyAugustSeptemberOctoberNovemberDecemberAMPM%a %b %e %H:%M:%S %Y%m/%d/%y%H:%M:%S%I:%M:%S %p%a %b %e %H:%M:%S %Z %YSunMonTueWedThuFriSatSundayMondayTuesdayWednesdayThursdayFridaySaturdayJanuaryFebruaryMarchAprilJuneJulyAugustSeptemberOctoberNovemberDecemberAMPM%a %b %e %H:%M:%S %Y%m/%d/%y%H:%M:%S%I:%M:%S %p%a %b %e %H:%M:%S %Z %Y9o>>>>>>>>>>? ???%?)?-?1?5?9?=?A?E?I?M?Q?U?]?f?l?5?r?w?|???????????Y$Y$Y$Y$Y$Y$Y$@@ @0@@@P@`@p@@@@@A0A 0@P`pTAtAAA0AAA B4BTBxBBBBC,CPC?:0?X$?X$Y$?C libc@ sH  u @  ʚ; +m!0W˜qEu}${fG5@KLnZkᬔgd QJ@iIHt#@s+A;4@__count == 0)s->_flags2 & 4(null)_IO_vfprintf_internal(unsigned int) done < (unsigned int) 2147483647(size_t) done <= (size_t) 2147483647*** %n in writable segment detected *** *** invalid %N$ use detected *** 00000000000000g000==============޼J`a==============Į==޼J`a================޼====`================ܭĮ޼J`aK==========bܭĮ޼J`aK==٩4v2bܭĮ޼J`aK:        `      p      p   infnanNANINFinfnanNANINF0.0001__printf_fphex../stdio-common/printf_fphex.c*decimal != '\0' && decimalwc != L'\0'_IO_vfwprintf(nil)(null)etetetetetetetetetetetetetet6TnyapzVYppfrU{wqretetetg6g6g6g6g6g6g6g6g6g6g6g6g6g6HIRAkPkmTVnoklYc\lBmg6g6g6g6g6g6g6g6g6g6g6g6g6g6Cg6g6HIRAkPkmTVnoklYc\lBmg6g6g6g6g6g6g6g6g6g6g6g6g6OCg6g6g6HIRAkPkg6g6g6g6lg6g6g6g6g6g6g6g6g6g6g6g6g6g6g6g6CCCGHIRAkPkmTVnoklYc\lBmGOHg6g6g6g6g6g6g6g6g6g6}DCCCGHIRAkPkmTVnoklYc\lBmGOHg6g6??9@|@@'AA\D}DCCCGHIRAkPkmTVnoklYc\lBmGOHqA       0  0 p   p  p   SuccessOperation not permittedNo such file or directoryNo such processInterrupted system callInput/output errorNo such device or addressArgument list too longExec format errorBad file descriptorNo child processesCannot allocate memoryPermission deniedBad addressBlock device requiredDevice or resource busyFile existsInvalid cross-device linkNo such deviceNot a directoryIs a directoryInvalid argumentToo many open files in systemToo many open filesText file busyFile too largeNo space left on deviceIllegal seekRead-only file systemToo many linksBroken pipeNumerical result out of rangeResource deadlock avoidedFile name too longNo locks availableFunction not implementedDirectory not emptyNo message of desired typeIdentifier removedChannel number out of rangeLevel 2 not synchronizedLevel 3 haltedLevel 3 resetLink number out of rangeProtocol driver not attachedNo CSI structure availableLevel 2 haltedInvalid exchangeInvalid request descriptorExchange fullNo anodeInvalid request codeInvalid slotBad font file formatDevice not a streamNo data availableTimer expiredOut of streams resourcesMachine is not on the networkPackage not installedObject is remoteLink has been severedAdvertise errorSrmount errorCommunication error on sendProtocol errorMultihop attemptedRFS specific errorBad messageName not unique on networkFile descriptor in bad stateRemote address changedStreams pipe errorToo many usersDestination address requiredMessage too longProtocol not availableProtocol not supportedSocket type not supportedOperation not supportedProtocol family not supportedAddress already in useNetwork is downNetwork is unreachableConnection reset by peerNo buffer space availableConnection timed outConnection refusedHost is downNo route to hostOperation already in progressOperation now in progressStale NFS file handleStructure needs cleaningNot a XENIX named type fileNo XENIX semaphores availableIs a named type fileRemote I/O errorDisk quota exceededNo medium foundWrong medium typeOperation canceledRequired key not availableKey has expiredKey has been revokedKey was rejected by serviceOwner diedState not recoverableResource temporarily unavailableInappropriate ioctl for deviceNumerical argument out of domainToo many levels of symbolic linksValue too large for defined data typeCan not access a needed shared libraryAccessing a corrupted shared library.lib section in a.out corruptedAttempting to link in too many shared librariesCannot exec a shared library directlyInvalid or incomplete multibyte or wide characterInterrupted system call should be restartedSocket operation on non-socketProtocol wrong type for socketAddress family not supported by protocolCannot assign requested addressNetwork dropped connection on resetSoftware caused connection abortTransport endpoint is already connectedTransport endpoint is not connectedCannot send after transport endpoint shutdownToo many references: cannot spliceOperation not possible due to RF-killRRRRRR S#S:SLS`SL[sSSSSSSSS TT*T;TYTp[mT|TTTTTT[TTU,U?UXU[lUUUUUUUV"V=VLV]VxVVVVVVVVVW1WGWXWnW~WWWWWW[WX!X\(\P\p\\\\8XKX(]ZXwXH]XXXXXh]Y]Y-Y]]DY]Y]$^H^x^wYYYYYYY Z$Z@Z^ZsZZZZZZZZ [)[4[^h`XPH8ـЃـــــــــــــــــــــــــــــــــــH؁0H؁؁(((((((((((((((((((((((((((`(0(@(((((((((((((cccccccccЇccccccccccccccccccccccccccVVVVVVVVVVVVVVVVV VVVVVVVVV V VVVV VVЉV VV  0000000000000000iofwide.c_IO_fwideP0`@`v@P   p   ` p     p     0   p   ` p      p      0000000000000000@0p   p  p     wstrops.c@0p   p  p     out of memory%s%s%s%s%s%s: %s_dlfcn_hookunsupported dlinfo request0Pȿinvalid namespace mbsnrtowcs.c__mbsnrtowcs%Y-%m-%d%H:%MHxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxTxcAxxxxxxwAxxxxxx74x7xh, xx:x?Y../nptl/sysdeps/unix/sysv/linux/i386/../fork.c({ __typeof (self->tid) __value; if (sizeof (__value) == 1) asm volatile ("movb %%gs:%P2,%b0" : "=q" (__value) : "0" (0), "i" (__builtin_offsetof (struct pthread, tid))); else if (sizeof (__value) == 4) asm volatile ("movl %%gs:%P1,%0" : "=r" (__value) : "i" (__builtin_offsetof (struct pthread, tid))); else { if (sizeof (__value) != 8) abort (); asm volatile ("movl %%gs:%P1,%%eax\n\t" "movl %%gs:%P2,%%edx" : "=A" (__value) : "i" (__builtin_offsetof (struct pthread, tid)), "i" (__builtin_offsetof (struct pthread, tid) + 4)); } __value; }) != ppid({ __typeof (({ struct pthread *__self; asm ("movl %%gs:%c1,%0" : "=r" (__self) : "i" (__builtin_offsetof (struct pthread, header.self))); __self;})->tid) __value; if (sizeof (__value) == 1) asm volatile ("movb %%gs:%P2,%b0" : "=q" (__value) : "0" (0), "i" (__builtin_offsetof (struct pthread, tid))); else if (sizeof (__value) == 4) asm volatile ("movl %%gs:%P1,%0" : "=r" (__value) : "i" (__builtin_offsetof (struct pthread, tid))); else { if (sizeof (__value) != 8) abort (); asm volatile ("movl %%gs:%P1,%%eax\n\t" "movl %%gs:%P2,%%edx" : "=A" (__value) : "i" (__builtin_offsetof (struct pthread, tid)), "i" (__builtin_offsetof (struct pthread, tid) + 4)); } __value; }) == ppid__libc_forkext2ext3ext4devptstmpfsprocusbdevfsautofsnfssysfsreiserfsxfsjfshpfsiso9660msdosntfslogfsbtrfscgroup/proc/mounts/etc/mtabnosuidnoexecnodevsyncmandnoatimenodiratimerelatimefsname != ((void *)0)ro__statvfs_getflags../sysdeps/unix/sysv/linux/internal_statvfs.c %d %d %s %s %s %s %d %d ndots:timeout:attempts:inet6ip6-bytestringno-ip6-dotintrotateno-check-namesedns0single-request-reopensingle-requestdomainsearchnameserversortlistoptionsRES_OPTIONSenv/&../sysdeps/unix/sysv/linux/ifaddrs.cifa_data_ptr <= (char *) &ifas[newlink + newaddr] + ifa_data_sizegetifaddrs_internal0;8;@;H;P;X;:(;cannot create cache for search pathcannot create shared object descriptorcannot allocate memory for program headerobject file has no dynamic sectionshared object cannot be dlopen()edcannot enable executable stack as shared object requiresELF load command alignment not page-alignedELF load command address/offset not properly alignedcannot allocate TLS data structures for initial threadcannot dynamically load executableobject file has no loadable segmentsfailed to map segment from shared objectcannot change memory protectionsfile=%s [%lu]; generating link map info[20]->d_un.d_val == 17 || info[20]->d_un.d_val == 7info[9]->d_un.d_val == sizeof (Elf32_Rela)info[19]->d_un.d_val == sizeof (Elf32_Rel) dynamic: 0x%0*lx base: 0x%0*lx size: 0x%0*Zx entry: 0x%0*lx phdr: 0x%0*lx phnum: %*u ELF file data encoding not little-endianELF file version ident does not match current oneELF file version does not match current oneonly ET_DYN and ET_EXEC can be loadedELF file's phentsize not the expected sizecannot create RUNPATH/RPATH copycannot create search path array file=%s [%lu]; needed by %s [%lu] find library=%s [%lu]; searching cannot open shared object filecannot allocate name recorddl-load.clastp != ((void *)0):%s search path= (%s from file %s) (%s) cannot stat shared objectcannot read file datacannot close file descriptorcannot map zero-fill pagesr->r_state == RT_ADDdynamic-link.hinvalid ELF headerELF file OS ABI invalidELF file ABI version invalidnonzero padding in e_identinternal errorfile too short trying file=%s ORIGINPLATFORMLIBi386-linux-gnu(l)->l_name[0] == '\0' || 0system search pathpelem->dirname[0] == '/':;nsid >= 0nsid < _dl_nnsRPATHRUNPATHwrong ELF class: ELFCLASS64expand_dynamic_string_token_dl_map_objectadd_name_to_object_dl_map_object_from_fdelf_get_dynamic_info_dl_init_paths/lib/i386-linux-gnu//usr/lib/i386-linux-gnu//lib//usr/lib/ GNUELFELF/etc/ld.so.cache search cache=%s ld.so-1.7.0glibc-ld.so.cache1.1dl-cache.ccache != ((void *)0)/etc/ld.so.nohwcap_dl_load_cache_lookupdl-lookup.cout of memory (no version symbols)symbol

, version protectednormalversion != ((void *)0) not defined in file with link time referencerelocation errorsymbol lookup error [%s] _dl_setup_hashundefined symbol: _dl_lookup_symbol_xcheck_matchversion->filename == ((void *)0) || ! _dl_name_match_p (version->filename, map)symbol=%s; lookup in file=%s [%lu] version == ((void *)0) || (flags & ~(DL_LOOKUP_ADD_DEPENDENCY | DL_LOOKUP_GSCOPE_LOCK)) == 0 file=%s [%lu]; needed by %s [%lu] (relocation dependency) binding file %s [%lu] to %s [%lu]: %s symbol `%s'(bitmask_nwords & (bitmask_nwords - 1)) == 0cannot allocate memory in static TLS blockmap->l_tls_modid <= dtv[-1].countercannot make segment writable for relocationcannot restore segment prot after reloc%s: no PLTREL found in object %s %s: out of memory to store relocation results for %s %s: Symbol `%s' has different size in shared object, consider re-linking dl-reloc.c (lazy) relocation processing: %s%s ../sysdeps/i386/dl-machine.h((reloc->r_info) & 0xff) == 8elf_machine_rel_relative_dl_nothread_init_static_tlsƏƏƏ?ؑؑƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏxPƏƏƏؐTP pNVFVVԙwcƏƏƏƏƏƏƏƏƏØƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏƏuƏƏƏE2unexpected reloc type 0xunexpected PLT reloc type 0xcannot apply additional memory protection after relocationDYNAMIC LINKER BUG!!!%s: %s: %s%s%s%s%s continuedfatal%s: error: %s: %s (%s) error while loading shared librariesdl-misc.cniov < 64! "invalid format specifier"_dl_debug_vdprintfpid >= 0 && sizeof (pid_t) <= 4 =???%s: cannot open file: %s %s: cannot stat file: %s %s: cannot map file: %s %s: cannot create file: %s gmon%s: file is no correct profile data file for `%s' Out of memory while initializing profiler /proc/self/exelinkval[0] == '/'_dl_get_origin../sysdeps/unix/sysv/linux/dl-origin.ccannot extend global scopedl-open.cns == l->l_nsmode & 0x00004cannot create scope listimap->l_need_tls_init == 0invalid mode for dlopen()_dl_opendl_open_worker_dl_debug_initialize (0, args->nsid)->r_state == RT_CONSISTENTopening file=%s [%lu]; direct_opencount=%u cannot load any more object with static TLSTLS generation counter wrapped! Please report this.no more namespaces available for dlmopen()invalid target namespace in dlmopen()_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENTdl-close.c! should_be_thereold_map->l_tls_modid == idxidx == nloadedimap->l_ns == nsid calling fini: %s [%lu] tmap->l_ns == nsiddlcloseimap->l_type == lt_loadedmap->l_init_calledshared object not open_dl_close_dl_close_workerremove_slotinfo closing file=%s; direct_opencount=%u (*lp)->l_idx >= 0 && (*lp)->l_idx < nloadedjmap->l_idx >= 0 && jmap->l_idx < nloadedimap->l_type == lt_loaded && (imap->l_flags_1 & 0x00000008) == 0 file=%s [%lu]; destroying link map TLS generation counter wrapped! Please report as described in . d'o#ſt[Am-jd8n헧?O>. 8/t#ڰͼ3&N|.[Ӿr؇/PkpnJؕnq&fƭ$6ZB<TcsUe(U܀n_SlgrwFo]:FGWvyuD;s(!>p%"/.Q]OᖬW2Sq$^c_䭫*sf\wI[iCsFEHis 84c)r+[[!|nN5 }L,D4fl}C}Ο+#U>#`e!Q4\Ycɟ+1*ZibBtz["؊4س?ŏmk1Ke6ukG܉ـ( f13j~{j6h߸\A)\='_Djzp؊4|ElݾV}*@|gu "Ωo$po?b(UxI>Nkw};u  #6'0q'"(\؄t.z-TMеub <4 9Ԣ7.~2!'{n $-PԓX+1"#+%? D~br*~xxކzos{'~j=jr1|òAv09&Ѷ~j2=_+0cm-X%<|b 7w ʐ,5P6xPnx [4? E,W8 9qIHۚ풴lMP#*wg:8-ñj@?F[$GtJL0s-o|;#o`Is{Kҵ65m1 k?f%(炸r;v=4tPw?j&ATN4 @SZ E3TɤAc+;={CpfU,ie.O\Oߢݭ9^2XX%-VNqv4§v=ЉMOT+}\ IA?7߻D!WDGn®8pp;3,f%k;ܑyٸZNh.ltH Ic/~=otgx!RJݼ-ݎW5YAV9 T<!{>;b.w_ W5ƶ(NT ]=!̇odI@BuhؖҋcU4ph{3'"2I%% dKE)0b  62kg /SPL8mJ G '5$50123456789abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZto_inpunctvfscanf.c_IO_vfscanf_internalcnt < (((uint32_t) (*_nl_current_LC_CTYPE)->values[((int) (_NL_CTYPE_MB_CUR_MAX) & 0xffff)].word))$E/$uAu33invalid mode parameter../sysdeps/unix/sysv/linux/opensock.clast_type != 0/proc/net__opensocknet/unix net/if_inet6net/ax25net/nr net/rosenet/ipxnet/appletalksys/net/econetsys/net/ash net/x25DST not allowed in SUID/SGID programscannot load auxiliary `%s' because of empty dynamic string token substitution empty dynamic string token substitutionload auxiliary object=%s requested by file=%s load filtered object=%s requested by file=%s cannot allocate dependency listmap->l_searchlist.r_list == ((void *)0)cannot allocate symbol search listFilters not supported with LD_TRACE_PRELINKINGmap->l_searchlist.r_list[0] == mapdl-deps.ccnt <= nlistnlist > 0_dl_map_object_depsdl-runtime.c((reloc->r_info) & 0xff) == 7_dl_profile_fixup_dl_fixup calling init: %s calling preinit: %s dl-fini.cnmaps > 1i < nloadedns != 0 || i == nloaded_dl_fini_dl_sort_finins == 0 || i == nloaded || i == nloaded - 1weak version `dl-version.cdef_offset != 0unsupported version of Verdef record' not found (required by version lookup error of Verneed record needed != ((void *)0)_dl_check_map_versionsmatch_symbolchecking for version `%s' in file %s [%lu] required by file %s [%lu] no version information available (required by cannot allocate version reference tableRTLD_NEXT used in code not dynamically loadedUUUUUUUU?33333333*$I$I$qqqE]tEUUUUUUU;;I$I$I8885P^Cy 0 0 0 袋. ,d! p= ףp= ؉؉ %^B{ $I$I$ =B!B|PuPuPqqinity d'@Bʚ;tttYYYYdt   p 0`PP zR| YAB U  <2AB GfA (`AB ISt AD $$AB R C G ,AB IFI A$0AB GA zPLR|  P$`hAB Lu  "u  "u  " AAB AA $AB P 8$nAB IFF\ AC t AXAB Y $XHAB ^ G _ ,$tAB I_ AAA B TAB K ,tAB Mz AAA C @AB Y @AB X  `2AB GfA  -AB GaA  ,(HAB G|A (P4AB IS{ AE (|([AG IFKw A4\AB Gq A D P A A (AB Gg A A  (AG D ,(AG D 8L(bAB IF AAA C FAAA 8\pAD LE AAA G LAAA ,OAB Gg A F UA  9AB GmA AB P 8AB P X!AG X $xAB L I F AB D AB D AB D ,AD L AAA E ,0dAB I AAA F 0`AB CCK AAA A ,AG IYA $<AG n B C $DAG p H C  AB D $(=AB IFi A$P"AB T I A $x?AB IFk A 9AB GmA  09AB GmA ,LAB L AAA A ,AD L AAA A H\YAB JJA 8lAB Ll AAA B NAAA ,<AD SAAA ,,<AB G_ A F JA   <#AB GWA ,, H5AB E AAA B \ X.AB G^A  d)AD c 8 tuAB IFFH AG K A$ 1AB Q D X  2AB n $ &AD ` D AB E d AD A  AB S  AB V 0 RAB IFi AL H A mAB PXA ( XUAB IFF{ A,H AB g AAA A x <)AB G]A , HAB II AAA H L AB L AAA G p AAA E ] AAA H  H(AD b (< XxAB IhAAA (h hAB IXAAA 8 QAD HDk AAA A MAAA 8 QAD HDk AAA A MAAA 8 8cAD DDDz AAA B OAAA 8H lcAD DDDz AAA B OAAA , AB LQF| AE  @AB D  0AB D < AB IFNU AB j AE $4LAB Xo A0T qAB O AAA E ,AB GQi AAA A (pAB Rw AC @AB LFV AD d AC u AB ,0dAB CLW AAA D 8`~AB LLT AH s AD (NAD LLo A<,AB I AAA E D AAA A $AB P E A 0XAB T ,PNAB GN A G T A A ,AB L AAA C IAB E  KAB GA  DAB JuA $,4AB Z C O ,@DAB LIF AA pCAB JtA $<AB a D O 0zAB Gd A A A A A ,T@AB Gb A C JA , d:AB c J A G A  PtAB GOA 8tpqAB IFHt AA _ A,oAG I AAA H (AB HU AA F , X4AB Iq AAA H <hAB A \X*AB f |h(AB d xAD A hAB A (XAD Z AA B AB M (?AB { 0@AB IK^ AA ,|AG ILU AE ,NAB Ju A E DA )AB e (XAB ISt AD 0 >AB | AAA A (\AB Ln AA A ,AB L5 AAA A \ AB J \ AD A (L AB \ AA A $$ aAB [| A A 8D -AB LF AH P AA  AB D $ /AB _ F F  AB D $ AB [Z A A  AB D $8 aAB Z} A A $`d sAB [N A A $ `AB [{ A A , &AB OAAA , AB ZIIP AA ,TAB CCFAAA $@YAB [t A A $h,YAB [t A A dHAB JyA 0 DAB O AAA A <l[AB LIq AF z AE ,(;AB ]FF AF X,-AB i 0pAB U AAA A 0(AB OT AAA G TEAB O AAA C W AAA F S AAA B ]AAA 88AB R AAA A IAAA ,tp>AB Gc A B LA 8mAB IIFo AE W A8mAB IIFl AH [ AAB N <AB P ,TAB H AA E AB GOA AB P AB P AB O 7AB s (0uAB ITS A \(cAB GWA t AG A 0dw AB I AAA A $|AD KF A A 4 rAB IFF AG P A,4P ?AB KR A G UA  d` 4AB WXA 4| AB ]M AB e A -AB i  #AB _ v-AB i $  AB Wb A C 0@!:AB Oi AAA B |xv3AB o $v$AB R C G (vIAB IFFk A0"MAB LFT AA 0#_AB I AAA A 0Pl$qAB I AAA A 08&UAB R" AAA A ,d'AB Sx AA A @'yAD P AAA C N AAA G 8, *AB ILH AG { AA 0h*AB Rs AAA A 0 ,=AB I AAA H 0,-tAB O AAA C 0 x; RAB _ AAA F ,@!$FAB L AAA F 4p!H)AB H| AA G S AA K @ I8AB LV AAA H  AAA G 8!NJAB I0 AAA A FAAA $("PsAB HeAA @H!4Q AB Lp AAA F  AAA G 0!Y7AB M( AAA E $"r7AB IFc A0![<AB IFF AG 0"\%AB Oc[ AG 8P"AB GrA (p&wrAB IFH AE &3AB o &Hw7AB o 4%hw AB LIbf AG ,'@{ AB L~ AAA H 4<& a 8AB DJ AAA F 0t&XKAB L AAA C ('AB IES AC 8'xtAB I` AAA A y AAA D ((AB ILj AE 8D(rAB CHZ AAA E ~AAA ,(AB lO AAA G 0(tAB S3 AAA D $(JAB DGyAA ( )8QAB HD~AAA ,8)l/AB LV AAA H h)lAG y G ,)AB IAAA 8)hZAB E AAA F FAAA 8)bAD Mw AAA D NAAA (4*AB KAAA $`*44AB HfAA $*L4AB HfAA *d AB D *T AB D ,*DAB K AAA E  +įAB O @+į AB D `+AB A + AB D $+.AB M H U (+fAB G^zAAA (+AB IAAA  ,tLAB G@A D,'AB c  d,DAB D{A (,ܰAB WAAA (,`AB XsAAA ,,ԱAB ^m AAA A ,-DYAB U9AAA 0@-t;AB GJ AAA A t-AB MEA ,-|AB RQ AAA A ,-EAB Ok AAA A ,- AB Ot AAA A ,(.lJAB R AAA A ,X.AB Lr AAA D 0-lkAB H AAA A 0-AB Ij AAA A $.d>AB X E ] </|AB I@ AAA A u AAA H ,X/ AB OLR AG 8/AB IG AAA B AAA ,/pAB RFF AA /HAD D}A ,0AB O AAA A $H0 7AB LeAA ,p0$uAB C]NAAA ,0tAB IAAA ,04AB CLAAA 1?AB {  1>AB z @1$$AB ` `14AD X  14-AD J\A (1@[AD W} A$1t7AB IFc A81AB DC AAA H NAAA ,42@AD Gd A A LA ,d2 rAB IFLw AB 02pbAB IFg AF ` A$2PAD Ks A D $28AG O A ] 83AB I AAA B NAAA $T3`GAB IFs A<|3AB IFNa AF l AC 38!AB ] ,3HAB L  AAA C $ 4GAB LT A D ,44,AB L AAA F d4AB D 4AB T $4&AB T A M L4AB DCc AAA H S AAA B  AAA E H5HAB LFF AH  AG P AG h5"AG Y 57AB s ,5AB IFjz A 5|qAB GeA 5 AB D 6AB O <6MAB ~ \6eAB a @|6HAB Sb AG  AF O A(6$AD H AA A 6.AB j , 7AD K AAA B <7 AB D $\7SAD Rz A7AB P 7kAB g 06 AB Ikm AE ,6AB H\ AA E ((8aAB IJI A,T8AB I AAA A 88@AB ILK AD  A8AB A ,8 AB IV] AH <9AB I AAA A i AAA F P9DAB A Hp94AB GG AAA E Y AAA D SAAA <9zAB IFa AD c AD X A,9OAB Iq AAA H ,:(AB W L:(#AB _ l:8AAB } :hAB T 8:hAB SOK AG F A:AB V ;AB V (;AB T H;AB T ,h;AB IFF AL (;]AB KIE A(;AB D AA A ;t+AB g <AB A 0<tAB L P<t@AB | p<.AB j 0;LAB Vg AAA A 4<LAB O_ AA A AA $<fAB L{ A E ,$= AB L| AAA B 8T=gAB T AAA G cAAA  =GAB GwA  =0AB GA 0< AB ILk AA >HAAB q A 0>t)AB e P>)AB e ,p>aAB a D P H ` >;AB w $>iAB t I d (><AB IFV AA $?2AB IFZ A zAB V G H H I (xJ>AG IGq AF $J?AB NAA  J?DAB GxA (J?qAB LF| AF 8K@AB IFF\ AC x AG ,XK@AB OB AAA A $KAD Hh AA A CAA ,8_ AB H AA E ,p`AB IM AH (`T&AB LAA (`XAB I AA K 0_ AB IR AAA E ,,aAG O AAA E ,\axAAB ^C AAA A La AB I AAA E  AAA A u AAA A (aAAB IqAAA ,bAB L AAA D 08b AB KE AA K aAA ,lbX ,AB Ll AAA B LbX-AB LE AAA A  AAA F B AAA K <b8 AB II AAA H  AAA A (,cAB IS{ AE HXc|AB L AAA F J AAA A  AAA A <c qAB I AAA A AAA (cAB IS{ AE d,AB G`A @,c% AG Lm AAA D  AAA B @pc,-{ AB I AAA A D AAA A 0ch. AB I  AAA A <dT0AB M AAA A  AAA E (0e$AB ISy AG $\e$AB R C G ,ep?AB I AAA E eBAB GvA (eMAB _ AAA B IAAA <`$? AB Ik AAA F 5 AAA H ,@AB I AAA G ЈEAB U $EYAG MAAA , FAB O AAA A ,HFVAB Rd AA ,x,HjAD CHz AAA C <lIAB I AAA F / AAA F ,,NAB UH AAA E ,QAD I$ AAA C ,HSAB O AAA E ,xLWdAB Io AAA B HYgAB L` AAA F  AAA A DAAA ^AB U ,^AB n_ AAA E ,D@a1AB I  AAA H 0lPdee AB I AAA A $eAB IAA 8ЋdfoAB I AAA D cAAA , gAG QAAA <Hj!AB ] 4\XjfAB IFP AE j AE XjAB IO} AG z AE z AE @ AG z A,k< AB L AAA H , vxAB I AAC C ,PDzqAB I AAA A <|)AB Mx AAA E D AAA A 0AB l /AB k ($yAB MVQ A(,xjAB LWAAA X1AB m $x"AB Q L A AB Y (TAB IFf AG  AB X , ZAB Gg A F `A (<HxAB IhAAA ,hyAB FHdAAA 4AB Hw AA D \ AA B 4ЏpAB IL\ AC v A -AB GaA $,<AB HjAA  T@,AB G\A ,p AB Ho AA E 0\ AB L AAA A ܐAB D ,pAB M  AAA A ,,H~AB W AAA C (\AAB IqAAA ,AG L  AAA G 0,JAB IFb AK H A H(AB G\A ,T AB Ht AA A (@AB ISz AF l=AB GqA <tAB I AAA A - AAA H ,ВԓkAB L AAA B $&AG W A A ((AAB IqAAA $T`<AB HjAA  |,AB G\A ,T AB Hr AA E 0ȒĚ AB L AAA A AB D 0$pJAB IIe AE H A XCAB GwA ,t AB Hz AA A 4(QAB Dj A F N A A GA ,PhAB a AAA H ,mAB O" AAA A (DЦAAB IqAAA $p*AG LIK A(AB IS{ AE ĕ03AB GgA L= AB I AAA C  AAA I  AAA J ,8AB L AAA A $h,&AG W A A (4AAB IqAAA ,xAB JQc AF Tȷ_AB TLE AG M AB [ DA C AD DиAB P dиAB P !'AB c 0AB LIQ< AB 4ؗ JAD OA A B a A F EA 8$AB RLy AE p A,LȺAB IHFe AH <|AB IOf AF  AG 0p AB a AAA A 84AB X^ AF m AJ ,AB  0LLAB DGp AA H AAA $;AB w 8DaAB U) AAA D UAAA ܙxAB R $x$AB [ B C $AB D ,DAB IO AF tP:AB r ,p AB IFY AA ,x AB IJx AE ,9AB l AAA G ($ AB LP A(PAB c AA H | AB G 0. AB U AAA D Л9AB u ,AB LX AAA F 0 AB DJ AAA F @LL AD L AAA F  AAA A 0AB GX A E s A L <̜XAB CKz AAA B S AAA B  3AB o  ,2AB GfA (He AB Gw A A <| AB I AAA C  AAA F XAB GHA ,AB I AAA H 8AB L AAA A RAAA PDx AB L\ AAA J  AAA G  AAA E 0 AB Ly AAA A $ԞzAB KiAA 0 AB Uu AAA A @(d AB O AAA A  AAA A (tAB ISz AF DIAB G}A 8ğFAB R AAA D ZAAA 0FAB O AAA B (4lAB LYAAA $`=AB IFi A$7AB CJdAA p@AB IFJU AF K AD G AH ] AB  AG j A $JAB PuA $HmAB QVAA pD7AB s 8d\AB I{ AAA F D AAA A ̡AB G (AB IAAA   DAB GxA ,<8 AG O AAA D (l"AB ISz AF (AB HQ AA B (Ģ #AB IS{ AE 0$>AB O~ AAA A $!NAB M|A 0@L#WAB L AAA A 0t#iAB Li AAA A 0T%]AB CKq AAA C 0ܢ(.AB Ll AAA A 0|* AB L AAA A LX0AB P $l3$AB R C G  3,AB G`A 0 0AB L@ AAA F 43jAB Uz AE P A8$4AB IER AB \ A`4AB P 4AB P 4AB P ,4AB HIN AE 845AB HFEu AD O I,$5p9AB Idm AA ,T(6EAB Hn AA E 06sSAB OLk AF 08gAB I6 AAA A 0<AB O[ AAA A <( A$AB m< AAA A K AAA A 0`CAB \ AAA B 0KAB L AAA C 0ȦdNAB Rf AA 8NAD ILH AE T AA <@4OAB JEn AG l AC h AO/AE h <OAB Lp AAA A L AAA A 0اtT2AB LOK AF 2AB GfA ,8\UAB IAAA h܎-AB i 9AB u (VlAB KGU A ԩ@WdAB KTA 0WAB L AAA F 0$(ZK %AB ^ AAA A (`TAB ISz AF ؎OAB GCA <d!AB Z AAA E { AAA B 0elAB CCJ AAA C 8$ n)AB ILU AB  AH 0Xo:AB le AAA A 4AB CC_ AAA B $̫ȋiAB KXAA ,AB I AAA E ,$PAB I AAA G $TAB HAA  |ؑCAB MqA ,-AB LAAA ЬAB U (uAB IeAAA 0XAB L] AAA I 0H AB L AAA A AB U HAB UWX AH  AL  AA 0DAB L AAA A ,$ШnAB QW A D m A B ,TmAB V AAA A <PAB EE AAA H ] AAA A 8ĮOAB DCP AAA C kAAA ,AB Ea AAA D 0(<AB OGF AH 0\@SAB ]L AAA A 8AG LN AD M A(ԯp%AB QW AA C 8tAB {0 AAA A IAAA ,<AB [ AAA D 0dkAB O AAA F 2AB GfA (İAB PlAAA (AB ISz AF XEAB GyA 8@$AB L^ AAA H AAA |HbCB \ ,AB L AAA H 4̱(AD KR AA D } AA A BAB UhA $(-AB IGU D PAG HCA t'AB c $>AB IFf AT(AB Ig AAA B [ AAA B j AAA C JAAA ,:AB K! AAA A <DAB I AAA G J AAA C (qAB N\AAA HAG NK AAA D  AAA A TAAA (XAB LAAA T( AB LFI[ AF y AF S AD 1 A$YAB LI A8 AB LEIM AE N A(P_AB FMFAA AD P 80sAB IO AAA B OAAA DlAB Ld AH j AE n AAD P $Ե1AB IGY D AG HCA  'AB c @$AB P  `$:AD JiA  @)AD D^A $LAB HAA 8жAB DEn AAA C QAAA , AB F] AAA G (<x\AB ILAAA @hAB IF^ AG U AB E A(hAB F[AAA (طLWAB EKAAA 8AB OFE_ AC W AH@AG IQ AAA C H AAA E P AAA A ,8sAB RZAAA  GAB MuA 0QAG Hr AA D FAA ,AB DJAAA (DPAB LAAA (pAB LAAA <AB LFIX AA T AC ,ܹHAB U AAA A AG HCA ,0pAB LIFP A(`fAD ITAAA ,HHAB L AAA A ,h!AB LAAA h1AB m , AB L AAA A (<8;AB HlAAA $hL4AD GRSAA ,dAB IJ AAA G (rAB RYAAA ,AB LIIc A,xCAB U AAA B L0AB l l1AB m $<AG k E C ,&AB RT AAA D 8AB t 7AB s $ AB P 0< BAB X AAA A x<AB P <AB P ,<^AB D{ AA E ,lAB L AAA A L AB D ,8AB KmAA ,IqAB IFGA AE 0ICAB IIZ AA PJ<AB GlA (lJKAG LG` AD HDJAB LI[T AH  AA p AG $KAB HtAA  LL}AB GqA (LxAB IhAAA @L*TAB OM AAA F | AAA A LO,AD f 0dOlhAB I AAA A <4QAG Ig AAA E  AAA H LRZAB I_e AG  AI  AH H0T1AB IEUo AB j AE U AB 0tUAB IQ AA <TVAD ID AAA C ( AAA E _ AB D $WFAB T A m  8XAB auA \XAB U |X AB \ $X9AB J A C 8YAB LN AA A D CA A $4Z-AB EbAA ((",(Ox FxDx N =",XOx FxDx N >",Ox FxDx N >",wOx FxDx ON >",WOx FxDx N B",7Ox FxDx M mB",HOx FxDx M wC",xNx FxDx M D",Nx FxDx KM E",Nx FxDx M E",Nx FxDx L &F",8wNx FxDx L F",hWNx FxDx {L F",7Nx FxDx GL H",Nx FxDx L H",Mx FxDx K #I",(Mx FxDx K I"\MAD N <|MUAB IN AD h CA 0Wx Bx ExDx ~W SR"0Wx Bx ExDx GW mT"0 aWx BxBxDx W 0U"0T;Wx BxBxDx V VU"0Wx BxCxDx V V"0[x Bx ExDx [ uZ"0`x Bx ExDx x` J]"0$~`x BxBxDx >` y_",Xub xBxDx Mb `",Qb xBxDx b `",-b xBxDx a a", b xBxDx a a"0ax BxCxDx ja `"0Lax BxCxDx 1a `"0ax BxCxDx ` j`"0vax Bx ExDx ` B`"zPLR| H$8a)AA AAF( DAA AAA I(4XdAA  ~A{A JAA 8dWAA AA A AAA 4gAB DEt AA F } AA A 00hPA L@s eAG@8|i#AG K,TiAB OSf AD `jIAD zj AE  jUAB j A ,j}AB Rw AA (k.AA Ah AA(<k4AA An AADh,k AA \AVA C AAAA(k)AA Ac AA(k/AA Ai AA,|lUAA AO AAD8lNA AAC AA AAG (DmcKXRA XImXr QAHmHtH, Orx FxDx +r n", /rx FxDx q n",@ rx FxDx q p",p qx FxDx q p"0 yx Bx ExDx Yy zs"0 _yx Bx ExDx "y u"0wAB FH AAA C @?bAB YG AAA B  AAA A @\CAB I< AAA E G AAA F ,( E!AB ITO AH ,T&ob xBxDx Gb G",&Kbx FxDx b G",&+bx FxDx a I",& b xBxDx a I",'ax FxDx sa I",D'a xBxDx ;a &J",t'ax FxDx a pJ",'a xBxDx ` ~J",'_ax FxDx ` J",(?a xBxDx c` J",4(ax FxDx /` U",d(` xBxDx _ V",(` xBxDx _ BV",(`x FxDx _ V",(` xBxDx S_ W",$)o`x FxDx _ VX",T)O` xBxDx ^ X",)+` xBxDx ^ X",)`x FxDx {^ X",)_x FxDx G^ \",*_x FxDx ^ \"HCsFB j h|WIAB E ,CAB CD} AAA F ,EAB I_ AAA B ,AB GDb CA D CAA ,\HO AG K AAA E ,8QAB M AAA D RAB P ,RAG Wr AAA D ( XT\AB IFh AE $8T6AB j C E `TAB G $T0AG DZ A A 4TAG UI AA | AC $U*AB \ I A ,URAB IOb AB 8LVAG F Xix FxDx  ",D>Ix FxDx a u",t>) xBxDx ) ",>x FxDx  t",> xBxDx  X",? xBxDx  ţ",4? xBxDx M ",d?y xBxDx  ",?U xBxDx ݬ 3",?1x FxDx  ",?x FxDx u Ҧ"$(%gA<AhP%d9d%%x%<$%AA FA%9t%A[AFAC BCA pCA {CA CA A@&9,T&@XAHF XEA dF&p9&CBQo&н"F F SB&A&le&ȾA'|_A]$4'O\'QEF  e GGG ^lG ]lG ]lG ]lG ]lG ]lG ]lG ]lG ]lG ]lG ]lG ]lG ]lG ]lG ]lz ]G'^Gd(EF  AG AG AG UlG ]lG ]lG ]lG ]lG ]lG ]lG ]lG ]lG ]lG ]lG ]lG ]lG ]lG ]lz hG lAd\G,)7A NyOi,)mA A\ AA,)A Av AA`*0WIqA A  AE  AE X AE  AE P AE  AE P AE  AE P AE  AE P AE  AE P AE  AE P AE  AE P AE  AE P AE  AE P AE  AE P AE  AE P AE  AE P AE  AE P AE  AE P AE  AE U AAA L AAA M AAA M AAA M AAA M AAA M AAA M AAA } AAAbAAAA`x, fjJGpAAAA}A|AAAAAAAAAAAAsAf,THex FxDx ze b",H~ex FxDx Fe b",H^ex FxDx e Ac",H>ex FxDx d Ac",Iex FxDx d @c",DIdx FxDx vd c",tIz xCxDx y ]y",Iy xCxDx y |y",Izx FxDx z y",Jz x FxDx z -z"(8/ly$AD M AA E ,`J{x FxDx { z",J{ x FxDx \{ z",/{FAB N, AAA H ,/}FAB N, AAA H , Kx FxDx  ",PKĀ x FxDx  !",Kԁx FxDx  ",K x FxDx | "0@,0AB Ca AAA F <(1PAB IQj AH p AA h1#|1؎%AX11111L1X#2$2#82ܐ#L2#$`29AB JS A A (2,AB Ok AA 2#2̑2#2#3%AX 3ԓ43$H3AB H E A 09 AB X AAA A ,N7x FxDx  F",Nx FxDx ߡ [",Ox FxDx  c",0Oסx FxDx w s",`Ox FxDx C "4pAB Y $4p;AB M H b 84AB P AD x AG 4;\AB HPN AAA D P5(AB d p5)AB e 5$)AB e ,(<4hHAD QFp AE $X<tfTAD F A 6AG N 8(6 GAA AADLDD\A AAPd6 \AA AA[DLDLA AALAA AA6,#6H%AX6\%AX,7pAB HEEg AC $47CAB HHn A8\7AAB V AD I AF ,7 AB E  AAA C D7 ZAD LK AAA A f AAA G FAAA <8$aAD LO AAA E u AAA H $P8T%AB N G E $x8\AB N G A ,8TAB C^AAA ,8AB IEEN AC ,9IAB M AAA F ,09AB M AAA A `9$AG A 9AG A  9tRyA ADHD9˫(9l1AA A` AA$:_L VKGB VI$,:_L VKGB VIT:"B V l:UAB j A ,:}AB Rw AA ,U<- x FxDx - ,",U- x FxDx , ,",Vx FxDx  ",LVx FxDx  ",|V*x FxDx  H",V x FxDx  *",Vx FxDx  ", Wx FxDx j ",,YA xBxDx  Q",@Y xBxDx  u",pY xBxDx  |"0E`AB IFL AD ,> qAG IFFR A8?\AB I AAA F NAAA ,@Za xBxDx 9 q",pZ= xBxDx  ",Z xBxDx  "0LFnAB IFL AD @($AB ` <(@zAB I AAA D 2 AAC I h@JAG Gz @ZAB V @h($AB ` <@AB Cln AAA E R AAC I AhDAB Gy 0AZAB V PA'$AB ` <pAAB _ AAA C  AAA G $AjAI MPAA $A\YAD HIAA $BoAB F G ^ ,$]1x FxDx 1 /",T]1x FxDx 1 /",]1x FxDx L1 /",]x1x FxDx 1 /",]X1x FxDx 0 0",^81x FxDx 0 /",D^1 x FxDx |0 0",t^1=x FxDx = 5",^=x FxDx < }5",^x FxDx r K",_vx FxDx > W",8D AB OX AAA C ,d_x FxDx x ",_|x FxDx D a",_\x FxDx  m",_<x FxDx ܧ ",$`x FxDx  G",T`x FxDx t T",`ܧx FxDx @ ",`x FxDx  o",` xBxDx  ",a xBxDx  ~",Da xBxDx  z",ta xBxDx G "8F̫AB ILj AE _ A,F@AB KQ\ AD ,GЭAB Ej AAA C 0DGAB DC  AAA H DMK|D PuMupZu|uxutv MAC F ,bM%x FxDx )% $",b-% x FxDx $ q$",cj@x FxDx F@ =",LcJ@x FxDx @ =",|c@x FxDx @ $@",c@ x FxDx @ @"H@!AB ] ,cA xBxDx {A lA",,d xBxDx  3E",\d xBxDx  aE",dŏ xBxDx u ",d xBxDx = "8I@AB IFRf AE d A,,JHAAB DOD AAA C ,\JA'AB DC AAA A @JBIAI LHKF AH g AH ,JAB SHE` AD ,el xBxDx D ",,fH xBxDx  v",\f$ xBxDx Ԝ "0RdxAB IO AH ,f= xBxDx  ",f xBxDx ݞ (", g xBxDx  x"0R@mAB I AAA A <LdAB I AAA C @ AAA A L̟7AB s ,gx xBxDx P ",hT xBxDx  ",Dh- xBxDx ݡ "<xM AB ILIb AD ` AA 00TAB IO AA ,h xBxDx ŧ ",iɧ xBxDx  3",Hi xBxDx R (",TxAB H AA A ,i xBxDx  v",i xBxDx  ",j xBxDx H "0UتxAB IO AH ,pO8AB I AAA F O0AB l O+AB g  O$-AB VRA ,P0mAB Gk A B H A G <4PphAB IIt AF  AB $tPAB GK A J P4AB GhA $P4CAB IFn A(P\AD QAAA ,QbAB GN A G @A DQ@nAB j (dQAB Hs AA H QEAB GyA DQAB GQ A D ` A G Y A F ^ A A ,QضAB Lw AAA G D,RhAB GQ A D ` A G Y A F c A D (tR0LAB IPh AC $RTFAB G^ A G ,R|CAB Gh A E IA (RdAB IFm AH $S=AG b F 4HS}AG IFM AC n AA $SD*AB \ I A $S<AA LAS#(SAB Ok AA @ZD ~AB E AAA E a AAA A 8TT AB OPg AF h AE @[4 oAB E AAA A \ AAA A 8T`AB OPg AF h AE , p xBxDx  ",80I 8Ns"49; wa?37[%:v%X|>Sk}    ,PP&'es*):_Ob)Ff(2hc*5M;G.FM/G*WC -+Bcm 1(  < u (#  /"&,8 Cc]q Y ~  F  `  a &    '  NE D@/! > ($ E   'Qq)d'n-:- --LzzIi$7HYgu&n4BP[)sSsd%Uc =8M9T:& ::y ~ -,-]--,f- ,!!-",#:-$$-$,,-,*H  0|| )&  O3P)V ! WqGMg4   3      $h*8FT\zuXNd Zn(3J$ !@/b]%d>!/RN"|&lE6N"&lK6$GpM  mz T;toDaCQ '  4N'%6  d>Q4I a           WO9?     ,=== 8>= =  = @ W= = = = => =>== =">&=&='(=)>*=/>3=4=6>6S8/=85>9#=:>===U;!;\ +3Q $NckQ >5B0  E i   - i >/;q\] 0_k nKs!R   (?1,%}i /E~T<Kmu+70p/76)5.I).)-.-!--.-##-$.$)**)2(: L  1   A*D  = E6IIjl->`  & -    IY i FH,JA:F R&7&&:&&& & &  & $ &&&&&& &#%#&$$%&Hm}EvX`EQ! y    2MmT1I#q}81]i#"XoE _qELi! ,Z2Fgy## r  @Ep#6  @G |0#+ d0)ik%}<0 4t[2/2#< W= | u   f p    MN .   k. I8Rc%La i i=KNOOVWX&с p  l h p i`G`GpGdG0 @ p              %6 --@ @ J J T T __ddmmtavv{ b s F i 1 o H1 d |2nf[g&?g  e!(g[+.1469W<8?BvC\FIGLORUXb[^adglm!Zbcppswz}Z8368WXh>L= @        >>>@>X=   >>|=P   = 0  > p   >   >`   (=(= >@>(=R@>    @ 0 >>d>`  @ >>>        @ >L=>    @ 0 (=%,?      @ p p >@L=\L= >|=d>>P =P>X== >== = =?L>$G`  > Gh=@    p~ #Iw0*XZWǓF\B (>VGeq{][C,kK1}Sr $|Y֍/y=®an6s9^i7? QLc3x)Hˇ  d> >>0N??hhhDDPtd$K$$QtdRtd>>  /lib/ld-linux.so.2GNUGNU,B -[ɜmhA qhkpȁ Ҝc)K8&x gUaBxIk ,e  8OB]J3$ o +_khVl'|O]uI;w 3BT}Q7zsgLDt/&B,!JB,!XB$,B@B !9`B!BЙB !libstdc++.so.6__gmon_start___Jv_RegisterClasses_Znwj_ZTVSt9bad_alloc_ZTVN10__cxxabiv120__si_class_type_infoE__cxa_allocate_exception_Znaj_ZNSt9bad_allocD1Ev__cxa_begin_catch_ZTVN10__cxxabiv116__enum_type_infoE__cxa_throw_ZTISt9bad_alloc_ZdlPv__cxa_end_catch__gxx_personality_v0_ZTVN10__cxxabiv117__class_type_infoE_ZdaPvlibm.so.6libgcc_s.so.1__moddi3_Unwind_Resume__udivdi3__umoddi3__divdi3libc.so.6_IO_stdin_usedputwchar__vswprintf_chkfflushexitsetlocalembrtowctowlower__vfwprintf_chkwcsncpy__swprintf_chkwcscatwcrtombwcspbrk__open64_2lutimesmbsrtowcsclosedirstrncpysignal__wcsncpy_chk__stack_chk_failmkdirreallocclocktowupperstdintolowergetpidchmodflockfgetws__ctype_get_mb_cur_maxisattylchownsymlinkgetpwnamstrlenwcschrmemset__errno_locationmemcmptoupperclearerr__fxstat64getgrnamstdoutfseeko64__wcscpy_chkmemcpyfclosewcscmpmallocgetpassumaskftello64remove__strncpy_chk__lxstat64opendirwcsncat__wcscat_chk__xstat64stderrwcscpydupstrncatfilenogetcwdfwritefreadrename__memcpy_chklocaltimestrchrutimemktimefdopenreaddir64memmovefopen64wcsrtombsaccess__libc_start_mainferrorwcslenwcsncmpfreewcsrchrCXXABI_1.3GLIBCXX_3.4GCC_3.0GLIBC_2.0GLIBC_2.7GLIBC_2.3GLIBC_2.1GLIBC_2.2GLIBC_2.3.4GLIBC_2.4          0ӯk t)]0P&y ii ii ii ii ii ti ii ii ?Bh,Bl@Bm`BnBiBoBjBr@@@ @@@@@ @ $@ (@ ,@ 0@ 4@8@<@@@D@H@L@P@T@X@\@`@d@h@l@p@t@x@ |@!@"@#@$@%@&@'@(@)@*@+@,@-@.@/@0@1@p@2@3@4@5@6@7@8@9@:@;@<@=@>@?@@AAABAC ADAEAFAGAH AI$AJ(AK,AL0AM4AN8AO‰$E$9Et9,[^_]f,1[^_]Í&'U1WVSU} t=EÉ$Z$M9u)tmtEʐt&1[^_]Í9}[^_]US]$x uy؃[]Ðt& t t݃ t؉؃[]ÐUS]$x t u y؃[]Í&UE$ÍUE$NÍUIUit ҉$! UEit qt&IÐUE]0  UU]   Ív'UU]BA Ít&UW1V1S E t~U1uU썶Mуq0 YWBރ r0JWB΋ut9}v U:L:Utu9uvULu9E wuEt]utMt ] [^_]ËM9ڍ&UMt#1~ v~Pu]Ð1]Ít&UMt& 1_w _wPu]Í&1]ÍUtt&Uuu]]tFD$E $D$D3؋u]]ÍvUUE 9tU Et&Í&'Uuu]]tE t$$D$؋u]]ÐUS]$U)…~E T$$D$_؃[]Í&US]$U)…~E T$$D$؃[]Í&UWVSlEu] eU1҉E1Nv4$\$D$ D$ L4$\$D$ D$ 0D=Ɖ tBx;}rtMuZ9uUEe3u l[^_]Ét&U1WVSu] Pf4$\$D$ D$ 4$\$D$ D$ 0Ɖ t@x;}rtM fZ9uU[^_]ÉƐ&USBBv B1ۋE C\$D$$Yeǃ[]Í&UWVS E]  u f t t}11ɉ]}tJ"t5]t9Mv ]u׋]t [^_]Ð"t֐ E  ]u뢍t&}t9MvU"띐t& 1[^_]Í&'U1҉WVS Mu11u%t&t |%W֋UUPЃ wvPЃ v-tsuw)E9sj9s4E }t&<:9r}׍\;}WUu ElE;]s(%}OGEU uuӍu  [^_]ÐUS]$ t&M))щME[]fU1Ut$ D$.$Í&U(]]uu }}tL tF$tt0|$$D$\}}u u]]]zf]u}]Ít&'UE$?1tE $D$fÍ&'U1UtD$$Ív'U}/]Ít&U1]É'UE$1É'UE$ÍU]]uu $t*|/t#9sE ]u]&]u]Í&'US E$D$D$$D$iE $D$D$E\$D$E$L []ÍvU(uu]]}} t,$\$<$)9Ft$/]u}]Ít&'US]$[9؍PC[]Í&UWVS}<$,t$Nu9v$9t$)t9wQ[^_]Í&9s.t$t<$D$.$9sE벍v똍t&'UWVS,E ]EE$EOmx@$OU9smD$<$}$Ƌ:u/~90vh$9t P9u1,[^_]ÍD$<$c{D$$<$bs^vF$tifF~$u}E 4,[^_]F ^ $t؋F :F V~.u bt&0:0.GuA,[^_]Í&ED$$D$$&'U1U tD$@$Ð&UWVS]} 3uUt&_3tAѸhoDT$$uˉtȉv3uf[^_]Ð&UWVS]} 3uH_3t9\@D‰t$$ uЉtЃvŃ3uˍt&[^_]Ð&U1҉WMVuS] t!\tt8/uCt$\$<$Ee3ur]u}]Ít&t׍t&$D$Lt"t$|$$Xt$<$|ƅfUE]8/fUE]8/fU(]]uu }$;\t]u}]Ð{\uCD$\$tՃD$\$tD);Es/<\$4$D$ >]u}]Ít&11f$X뺍UED$;]uu $1tC$_t]u]Ít&UE ]Uu]ut4t.9tt$D$$jtD؋u]]ftt$\$$VfU(uMu ]U}]9}d]u}]Í&~61 tdkd\$L$ $T$`]u}]Ív9r1 tfU1(M]]}Uuu tdkd\$L$ $T$]u}]ÐU$螙ÐUS]CtE[]Rf{u[]ÍCD$$臜CfUWVS<]eU1ҋu Eƅ{ǃ u ƒ1ҨD$|$4$wS<$T$tzuD$<$CC CCD$t$$Ue3<[^_]fyqD$$;tVrmt&D$|$4$Rt&{8t&C1C Cc<$1Tǃ &'UE@@@@@ @@ǀ @@@]ÐUS] ESPSPSPS P SD$T$$oC[]Ðt&USE] D$\$$R¸u\$$1[]ÍU8uu }]]eE1D$|$4$QywE<$D‰D$CC CCCD$t$$CUe3u ]u}]wUSE] D$E\$$0¸u\$$襛1[]ÐUS$]Ct {tCC $[]É$(CC u(1{t׃\$E$觘E$[]ø밍US]K uSt$`{u 1[]f][] UEPt"xuxuEt&fÍUS]$][]U(]]uu }t$$u#t$$D$]u}]Ét$$T uˉ]u}]Ð&'UWVS,u]{ CSUM D$ t$D$ $9Ɖ{ K ED$$D$ܓtC$C돋ED$$D$1C,[^_]Í&CN$D$w$C*C$A룍9sP$UP}؉M+EUD$ D$T$$U91NUVS]{ toC{uN$CD$D$ ED$E $ƋC$¸Dƃ[^]Ðt&$pCC롍&BC늍UWVS<]EE{}CEU |$$T$0u0{ǃ t {ucC t${|$$ <[^_]Í&E$EԉD$貑u}$PE؉Uit&E1t1t& 1EUD$ D$T$$QE$)=G‰D$E D$YD9}wCU]Ðv'U(EMED$L$$R EÍU(E D$EED$E$ZÐ&U1]Ð&U]Ðv'U1ɉVS0E eU1ҋu]t P1҅t S„th$"y҉u[D$\$4$QJD$$Ee3u-0[^]Ðt$x$xUEEv'UxE@$UT$$D$ED$E $xÐU8}}]u<$PËD$ D$D$<$P<$P\$t$<$EUD$ QEU]u}]ËED$ \$t$<$RE$fU(]]uU}u }Kt@ttt?$1CT$ t$|$C$]u}]Ít&$P뿍&'USE]UD$ E $T$D$Iu{t] E[]鸐[]fUEP1t$$ÐUVS u eE1ED$\$$GEE$D$1u8Ue3u [^]Kt&'UWVS, }E ƅ1Džƅ &)$O9D$ |$$T$[DŽD$D$$ƅuG$ pT$$ق$8o$D$轂ƅ#t, [^_]É<$$fuD$D$<$ UEE&'U1]É'US$eE1ED$\$$nED$$Ue3u $[] Uh@uu]4$F$p!t$$!DžDžDžDžDžDžD$D$$#$ !]u]Í&4$]u]ÉƉ$ 4$Dt&UE]%=@Ít&'UE%=t=t= ]Ðt&]ÐUE]%=Ít&'UE]%=Ít&'US$EeU1҅t*D$\$$CD$$Ee3u $[]? USeE1ED$\$$CD$\$$1DUe3u Ą[]'US$eE1ED$\$$BE $D$Ue3u $[]PU8eE1E}} ]uD$\$$-BD$t$<$Bt$$Ue3u ]u}]v'US$eE1ED$\$$A$VUe3u $[]gUWVSLEUu ]EEUU }$EԋMԋEUU(ɉE؈Ut Et&$td1UD$E؉|$T$U\$D$ ET$$t-txuD$$w$/uv}t#|$\$4$ktGL[^_]f$D$(]L[^_]U1t͋UL[^_]Ð$D$}] uL[^_]t&'UWVSL E$sU$FUǍD)t&@BtvU|$ \$T$D$D$D$ D$D$4$4$uE Ut$D$$BL [^_]ÁL 1[^_]ÐUt$ÍUt$~ÍUVS]Htt4$t4$(v$dv$k$Q$NZ,9$@Z $2Z][^]Ƌ(8$  $Y$4$ډƍ,9$YȉƍQ$Yމƍk$މƍdv$US]$][]UWVS,]u $i HE$W8<$4pǃ$ǃ(ǃǃǃǃǃǃǃǃǃ ǃǃ(ǃ,ǃ0ǃ4ǃ8ǃ<ǃ@ǃDǃHǃLǃt$EƉ$X׍C1ǃ0ƃ4ƃ5ƃ6ƃ7 ƃ8ƃ9ƃ:ǃ@ǃ$ǃ(ƃ;ƃ<ƃEƃDǃ,ǃ ǃ$ǃ(ǃ,ǃǃǃ  rǃXǃ\ǃ`ǃdǃhǃlǃpǃxƃVƃtƃ4,[^_]ÉƉ$h4$ƋE$賿(xm<$ E$jV븉щf鍴&'U1U Mt9Rt]ft&vyauyruy!uyuڀyuQtʀt1]fUSED$ ,($\$L$R[]ÍUUE <tكA0E]ÐfUH}}uu؉]] EEEED$t$<$ED$4$E Eԉ$D$ 0$t*ut$D$E؉$<t&CD$D$E؉$:$F$D$Z E}؋u]}]Í1ߍt&CD$D$E؉$>릉ËE<$tt&U18}}]u6u]u}]Í<$PtÉuk@<$E D$ D$T$<$UD$0<$51um\$t$<$ED$ RE]u}]ÐD$ @D$<$T$P<$4E @뙍E <$D$zED$ \$t$<$RE$AU(E]uVt ]u]ÍUEEEET$$}t4tt0D$ (,<$T$L$P<$2uEt }$D$ (,<$T$L$PDt46t <:<$P֋$Ë Uԋ,EЋ(Ű0EȉU;t&D$ (,<$T$L$P<$1ts0u15t 9먍GD$$u}vL1[^_]15t T9EЋUԉ Eȉ$Ủ(,Uĉ0D$ \$t$<$P5t9Gx<$D$ηL[^_]ÐE؉$EEEED$1<$PU܉Eȋ<$T$U؉T$P U1ۉ}Љ+EȍH&98Ru)ډT$$MMtӋU0u-~)~$}9RuySuyFuyXu&}]ȋ@D$ \$D$<$P0v)U؋@t5V0v}ڋUD$<$T$P 뾉!1fSD$T$<$P SLJTwfX<$PD$ <$D$T$Ӌ0|$$;1ËE$裻ED$ \$t$<$RE$}US]E $D$1u[]ÐD$$¸uލCD$$8:$1[]Ív'US]E $D$vu"Et!E E[]qx[]f\$$8ʐUS$]H$ȳx=$躳$2$謳$.L@]$[]Lx=E$}E$2E$iEE$KE@E$KE$ϐt&봐UhEEEEE EE$UÐU]]uu D$$>CL]u]ÐUEU 9PrPf+PU U(]]uE SC9ЉCv,K u2t 9Bt$$޳tBs]u]Ív9vʉL$D$($w$vSC랉E$vE몐USd]$td[]Ð$D$CD$$dt$uB$E$EEEɝD$$uƀ)d[]fUE]ÐUS]=Au'uEtYA%$[]Ðt􀻭ujA%[]fA%[]áA%[]$d$AWYfA%A[]Ð&UMS] 0 tpS tIC t&/tJ\t<t+\u惹0u݋ u_uٍt&[]Ðt&0t/볍& Cy{eC[ƃ O&U(Eu1]}T@0t/d$T$1}؋]u]fd1ҋ}؋]u]Ð&'US]$CD$ƃDD$$q[]fU]]u$$ 11 t5\$$7bD$$.q]u]Ít&3,3( u&'UE $ D$ED$m*E Ep&U(]]E uu}eU1ҀDn")1!0E9 T Pu V8<$^|$ $n.D$D$$>+1$cD$D$ 1L$ E $T$ L$D$D$<$D$cD$h$D$輬PTƃ9 99t$\$<$ c\ƅXe"j$9Xǃ(9HeDeD$T$<$N1E‰D$hD$$萯¸ $}(t&\$$]1Ue3X]u}]Í\$$%D$$m1벐t&릐D$! $D$r f(D$\$$k'D$$m1$Ӵ&\X|#~\$$L1=wߋt5D$$RXD$<$D$aƃ9辯Í $&$趰UWVS ] UEe M1ɉ`ST+E;Cr<)ƒCv2`` APL$I u"Me3  [^_]Í&sK9t)΃|9vwčd$Hlj֋C`DBt*PvjdCK)ȃkt uՋ`@$]HXGX`BPwd+DDž\Xqh$vt&XPD$$RX`L$ $D$Hv$G`ƁAƁ@@@&`@`@`Ɓ@&$G` $G`@$Fƅ=K`D$4$ D$)&$t&F$F`pƂ D$D$xD$ D$D$4$謧TD$t$$载\7$ Ft'$KED$`0 $Qt)!$ED$`8 $SQ$DD$`@ $!Qt&$`E`ǀ` d D$ D$$/Ff$ E$E`ƒ  $C` `D$$ D$E`D$$ D$E` `Ɓ ǁ Ɓ f` D$T$u$8D T $`A0AQ4f$D T $`A Q$$C$=F`|$@D$D`Ƅ8@ D$t$$DƄ=$kC`B$RC`B$4CL$T$=Ft$D`Ƅ1AC+dX\; D$}XD$$CUT$HD$$C4$蓔X4$D$L$ɔ|$4$荕H` xX`Ƃ TЃ D$ $&$AD$`T$0 $>O$AD$`T$@ $O$YAD$`T$8 $N蔧t&UWV1S ]eE1$\$?<t@1҃9$1D$ $DƃH$I@8D$$Alj $@ T|T$$C;;$B $O@<$;@<H@0;8DDžDž11t$?Ɖ׋ $D$D$1ҋ<(,$t& 9 ;$uD$t$$P tN$1ۋt$躢Ue3Ĭ [^_]Ðt&$`E܉D$  D$t$D$D$D$D$ $$D$ 8tču7t&CD$$ƃED$ $Ra$ƃDD$$*a@4$=D9@8<@DH $W=A4$A=4$@<D$D$$=(,ƃ<;$; X4$8X<\@`DdHh$[<ƒ47;ш5ƃ8ƃ:HǃX1t X 95(,̍D‰D$$18<A@ADA HA<Ɓ H L $R; 4$8; P T Ɉ tdžP džT L H 9 |9s\ X $:F Kǁ` t$ǁ` 4$9d ǁ 4$C:B?B $:B $:Nj@@ ǀ @<uǁ B   1t @1҈  u ⋵  Ѓ Ft$|$$:Ƅ5D$<$ t$ S/D$04$连uƃ6Ct$D$$8<@DH4$18ƃƃƃ$CD$$/CD$D$$ƃE1$7X5t$ D$$t$$L$T$$L$ D$$6D$0 $B ǂ P.čD$t$ $7E܍D$D$$7<$͈D$t$<$ ut$<$ʉD$t$ $ Åt$$膝UWVS(}eE1$|$4<ƅWt!@1҃9$ƅWD$ $]9$48ƇH$4É $4@@H$4ۃD<?tst& u0D$$8 9 <$D$\$<$P t;<$1ۋt$_Me3 ([^_]fD$  D$D$D$\$D$D$4$$D$ _.ƅWJt&LJ<0u @ DD$$v7 $D<$ptD$Ë<1pt(,p XX̍E‰pD$$8p<A@ADQ HQƒ   X opƁ pÁ p 1҄u ٺ⋍p  $1pB $1P$j1pBǂ`  $1pd $1@$1pB $1p0B $ 1fD$%1p Bǂ t1B< V < o pǁ &pǀ @<<tpǁ pǁ , 1Xu pBpA   PpDžH7711DžL p1ҋAH PL 1HL7P T tǁP ǁT Dt$=F؉P\$$,1XƄpA Hp@ D$\$4$pD$ $ DT$T$Yp<$L$pXt%pD$ D$$t0p@0 T$$7=pA $i.H Dž@DžPP@؍ HPt $ .D$H$z<H|T$ $:tDžXt:)1t&$R- 9X׋H|D$$:PPPHv!<$PË։<$PD$ D$T$<$QDžpƅX<$xXDуpXu؋D$ \$t$<$PXv$9,(|; f<$8vAxfD$$.98t<ytv{ƇDD$$OWJGD$D$$s ƇE1t&t&z{LJ<f8DLJ@Hƒ¨҈uk$*XƁ 1 $*1(,e$*ut&pH L ( ,D$$,p9ƇDD$$MWDGD$$L$LJ<[t&LJ<C<!pǀ &D$ $-7t& X$聒8X<\@`DdHh $(fl$)`pу47@;€<5u flt9:8FpD$4$ DT$pq Y +PFE~\ t$$^pt$ $D$)DD$$趎pZDD$0 $菎Ƈ6$'H$'H7PLDžH1 77p EA%=ǁ ǁ pƂ 1$!,! t€DЍADȋp҃) D$PD$t$$)ȍ D$ L$+G<t<pǂ pǁ pǀ ~p1ҋ K C CC  <$PD$É։T$ $T$虮 D$D$ $t$7\$t$ $T$W 9pX <\$Ð&UE]]uU}uTE$M PE(LeE1t}u#Ue3]u}]ÍEdDHD$|$$KdD$D$<$oD}Ht|}u@LɉT$|$ \$D$ PL$4$D$E D$TD$d$D$ID$<$pI ɉT$|$ \$L$4$j&'UWVSL} D$u$؉Pgt2D$ ED$|$$?k$h9u L[^_]Ð]$EEo$WEЉUhƉ]uԅt 1҉]uĉMfuĉщЋ] t1]MЉuԋu1E̍9w}̉=L[^_]ÐU1ɉS]Cu5Ⱥ&5 t uuu[]Ð&UWVSUE] t.U2 3 uމU}Uމ]Ӎ&N1‰ЉEŁ 3 3 3 3 3 3 U3 wU]\Ut2 3 u[^_]ËUfUV1S$ zf  t&؃3 uu[^]ÐUE@@@ @@@@]ÐUEU @@@ P@@@]fUE@@@@]ÍU1UJ;Js AB]fU1USJY;ZsD  J[]ÐfU1 M$t$|$QZ;Ys+tD<\؉Q$t$|$]Ðt&U ]]u$$11҉Éuڋ]]Ð&UWV1S1ۃ$}WGU9sxP1WMÃy^1ɉ]u}Ht&uԍZ^uE}ƒUu1 EEu}y9Uw11$؉[^_]Í&]u$؉[^_]ÍU1MS] Q9s ؀<x <y9r1[]É؍t&)؃[]U8uu}}]U F^)9F߅u/9v)ډ|$D$$a^؋]u}]Ð$U\$D$scU뷍&'U]]uuU CLp;Kr]uuE U]1at$T$$+s]u]Í&'U1SU] Jv'u)L$$D$%[]ÍvJUUJwÃL$$D$lÐ&UWVS} E9UvhM1Ãy[1ɉ]uB]EuÃ]] t1]uy9UwE11؉[^_]Ð]u؉[^_]ÍU]]uut'\$4$gU F\$T$$va^]u]Ð&U8]]uu }C{C)9rC]u}]Ðt&)Љ؃ЉED$$fCUT$$T$Q UT$;|$SE$EDs]u}]f1tt$$fS t$C$D$Q CHUE@@@ @]Ð&'UWVSU]U }{E1Efst}uE u sE KM9M{;U uM4CCuMEt  u us눐t&Eu EM us^vE EE9E,EU]EE &~(U ]4]u49Ewԋ]UEsfE] u9ÍG[^_]Ðt&E9EUt&~U 4U49EwUEs`t&1뇐UE]ÐUL$T$$`Ð&UtT$$^ÉT$$loÍv'UWVSӃ<;*t6?truƒ<[^_]Í&9;*uʋt̓.tAɉt'ډt<[^_]Ðut&1닍t&FE܋F*Et?D$.$UԈMZMUԅM؉Eu<FP9fF,D$.$MZM؉EE?D$4$M-_M؅t>E81҃.\tt .f<ډ[^_]]D$.M؃$ZM؅uE܉)v UX@]]uu}} ȿ4$vYC,ȿ$u$/\Ҹt1u]u}]Í&D$D$4$vD$ĿD$<$uC4$q<$q$‰Ƹ1dȿ]u}]Í]u}]ÍD$D$4$HuĿD$D$<$(uĿȿ@1&ȿf$jsuJ$qWĿȿ$1,4$ suĿȿ1WȿUm M>ՁޱȉQ]Í&'UEPD$D$ *!Nb$T$ZÐ&U8}}]] uWD$D$ *!Nb$T$ZEE$UWƋ@lFCF CFC FCCD$D$ T$$WCFCFC ]u}]Ð&USD] ECE̋CEЋC EԋCE؋CE܋-lEẺ$WK1ہ>ՁޱEӉXD[]Ð&'UE]PÐfUEU MH]ÐUHEԉD$E$xEU ЋU ЋU ЋU ЋUɁ ÐfUHE Eƒ҉U?U UU܉EԍEԉD$EU؉$Ðv'UxE]Mu] uP u $D$R]u]ÍUԈMĉT$$~MĄtnEYщt$$D$ED$ ?D$D$(E T$,D$$ED$ E܉D$E؉D$EԉD$WR]u]Ðt&Et$$D$D$$ED$ ?D$D$ E܉D$E؉D$EԉD$R]u]ÐU(E$?VMm>ՁޱQfU1M$t$u1ȺQ)kd9u)iҐ9$t$]ÐUWVS,]C@E$VE$E$2<$Ox=4$OH$OC C C$C(C)C*ƃ1ƃ1ƃ1C,C0CC4ƃ Tƃ!Tǃ 2ǃ2ǃ2ǃ2ǃ1ǃ2ǃ1ǃ1ǃ1C8C<ǃ1ǃ2ǃ 2ǃ2ǃ2,[^_]ÉËE$$UÉ4$N<$NE$wΉ됍UE@ @ @$@(@)@*ƀ1ƀ1ƀ1@,@0@@4ƀ Tƀ!Tǀ 2ǀ2ǀ2ǀ2ǀ1ǀ2ǀ1ǀ1ǀ1@8@<ǀ1ǀ2ǀ 2ǀ2ǀ2]Í&'U(]]uu}} { s{tD;sv_1 22{*uHt$|$$ N]u}]Lt&{)ut$|$C0$o{릐t&Ct$|$$Qs)s놐UX]]EuM}u {(}ES,2Eԋ 2E EtEM22EL$U܉M؉EE4$|$D$ (tU܋M؉EԋE䀸HuSE;1tHEL$t$|$D$ L$ T$ 22$L$ 8Eԉ1]u}]ÐfUWVS\}]!TEu $2}{,EẺu1;S$1ɋC 9щEU 9EMu؋E2EU܋U2Uu+EU܀1C S$ t!TE1D$\$<$D$ Մ)uuЀ;{,2CSD$E T$$LOS K$sCUM*M䀻1GCL$MЉ<$L$P ̍ƋC8D€ C S$EUt&ƃ1\[^_]E1K,t<11D$ T$22 $$D$T$t !TuuT\[^_]Ðt&!T1;u E9EEԉʍ)…OvU t$$T$둋UЋM̉t$T$ $Jv'U]Ðv'UM EUtH,tP0ǀ1]Ív'UEU H PE]Ð&UH} ]Eu]}UM u$}(uQD$E|$ t$L$D$ ET$D$D$$1!T]u}]ÍD$E|$ t$L$D$ ET$D$D$C@$ T]u}]UEU @ PUP]ÐU(]Éu}ω$t$D$a|$ t$$D$H$@K]u}]ÍvUVSÁ$nteE1ID$4$D$]D$\$4$D$4$+ǃ$ZEe3u Ġ[^]LUED$$@3D$]E @SÐt&U]Ít&'UE E ]$Ít&'U v+,B$ J,BM U= EBrU= tB$IUM ,BDfUVS $# $7E t$D$$`Et$D$D$ D$D$$@GD$@$K\$$ [^]ÐUVS$i7MtV$ЋU T$$E\$$*$D$)[^]Í:$،|$D$$T)D$4$D)$(H$D$X!tW$$3vt$$2JbD$4$( t&1[^]Ít&US,B]$GB$D$E D$ It$W[]Ít&D$$lӍv'UWVS\]$5Džt&D$(D$$ZD$_$EtDž8u(t uo&&'US]$n$D$[]Ð&U]Ðv'U;ÐU;U Í&'US]E $D$]E []o&'US]E { uD$$ m]E []&US]E { uD$$ -]E []&US$ED$E $D$ D$D$D$;\$$貆$[]Ð&UE$D$E D$E ELUSE]$D$E D$|]E []&USE]$ D$E D$<]E []&USE]D$E $D$]E []<USE]$ D$E D$]E []H&UE D$D$E$Í&'US]E $D$]E []fUSE]$ D$E D$]E []&UE D$D$E$Í&'USE]$D$E D$]E []8&UE D$D$E$Í&'US]E $D$]E []UhEEEEE EE$E#ÐUhEEEEE EEEE$#ÐUS]D$$C[]Ð&US]Ct$G<][]*v'US]Ct[]Ð$\;C[]ÐfUUE ]ÐfUVS ]$@}tQ$D$$$D$$$D$  [^]Ð$ED$uE [ ^]Ð$D$P$h$D$6 [^]Ðt&(uJ0wVz΁47;usC~/44J0ƐF $D$A[^_]Ít&1[^_]Íݐ&UWVS<] uK8{SPNK<NK@NKDN KHN$KLV,N(_C, 9GЅ {F0F4*C~D$|$4$N %<}ԿCCǍST{CX<$5V0F0t1@D$E<$5NSEL$D$$/<[^_]1ҿ FKU|$L$$c/UC,9GЅC(~T$D$<$4/&t&; )뇐&UWVS,U]u }J BF $UD$t$.1ɃUvv2 9u$UMD$(MGU8D$<$WJɍЍZ OZZZ$BB~=1X$t!(9~'puX XX$uvXX$(9ك,[^_]É\$t$$^ED$<$=WJЋEO(BB B BBB$B딐U(]]uE SC9ЉCv2K u:t 9BD$$h*tDs]u]Ðt&9v‰L$D$($t$8SC떉E$!E먐UWVS|EU Me]1ۉEEUMuEe3,|[^_]ËUJ։MċJ MȋJR M̉UN(^EM]&uEM]~ET0BR3UUURU3PUIPM1ʉU[ H E]1]Չ΋m3qEM3iE3eEUԋm3q]3i3eEE]m3q]3i3e_EEm3qM3iM3eEt&uڃL23AEA 3E؉EA3E}EQ3UMƉ֋m3qMU3iM3eMEԋ m3 q3 iu3 euMM m3 qu3 i3 eMM m3 qU3 iU3 eMU3EB3EMEB3EdEB 3EM̉ddEMMUUddMMdMMdMMdMوUUMdΈUUdUUdUމddEEUdEEdEEdE3EԉEԋY3]؉]؋I3M܉M܋V 3UUuFM]uMċM]ȋ]ủMЉE؉CE܉S Cmt.E]et&3E3]3M3UЉEԉ]؉M܉U렋EċuFEȉF ẺFEЉF)UWVS4UE RUUЋUԋPU؋PU܋P UPUPUPUUЋ@EE҉E}xM1}ЉMȉ˃U9~QMȉ]̍TMTM4tZtZtZE}9Ƌ]̃"9~U9U}]E]9]Eп]̍uԃTS2MԈMT2`S]S0UTS0UDԈMS0E׃}td}ut&1ҍ0\t 0u9}Lčt&t6L1ҍ0\t 0uuESE2]S0EE]S0EES0Ef1ҍ0Lt0ut\ȋEЅut&]1}ЃU9~QMȉ]čTMTM4tZtZtZE}9Ƌ]ăt'9~U9U~4[^_]ÃE0]E0эv'UWVS Uzt&X1҉M]ԉM؉E܋u؍}1׉}]܋}D\>C}2{[2y2u]]uuEԋUMTUT UTUTE9AN [^_]ÍUWVS4EU ]}=uU=tF1&TuEԉD$$}u$4[^_]C u1։]̐t&‰]9ƈ\w]̋uuC fC CC CCQ&U1WVSeE1ƅƅƅ4t&  ҁ11Ѓu`S10!t&1Ȉ`S %%u111ɍ4 ʍ<1111։c1҈STTXX\\`` TX\` ۍ TX\`11ډ1ʀ) шdrL e i m q u y }  e i m q u y }  e i m q u y }  e i m q= u y } #1Ʉб) vT1X\`*ƀd1e1imquy}eimquy}eimquy}Ee3u [^_]l US]=Su$[]ÐUS]C} uC []Í&$C D$D$$[]Ðv'UExu@ t EÍ&'UEU PуP]Ðt&UU$t$Z 4 D L $ t$ ȹ+J]%Ð&US]C t{u$QE CC []ÐUWVS8E}E=11ɿgfffq))Ɖq))Ɖq))Ɖq))ƅɍAEȉ@rM11t&Tu]0]&]LŰMЋLT1#T1ʋ ɉ ]ЃE|;yZ}ʉTD=@u׋q}ȍz\EЋAủ]YD\1#\u1ÍB 3}3z3}yu|>yZ}ËẺ\Dn@&Ay]Ћt\A3\uuĉ}̍z3\ЃEȍB 3}3z3}yu|>n}ËẺ\D(rЈt&At]̋Duȋq\ !؉}yZ ]Z|!} EЃ}EЋEċ<]1NjEċ1ߋ]Љ}z1EEE}ĉy]ȋ|;ܼ]}É\D<K`׋q}ȍzEЋ\Aủ]\A3\u3\B 3}3z3}yu|>bʋ}ËẺ\DPrM01v\u8[^_]ËU UċMĉPQPQP Q PQPQPQPQP Q P$Q$P(Q(P,Q,P0Q0P4Q4P8Q8@4$|$]Ðt&1uG9Fލ1u捴& 빐&UVS]CH&ڃ?¨9uĉڃ?Ѝ8 < @ D [^]US]D$L C$0$D$ []Ív'UE Ut%tt+fÍ&BÍ&BÍ&U U(]]uu }}t9t]u}]Í&}}u u]]]kv|$t$C$eC뭍&'UWVS| E ]eU1҉t%t-t=Ue39| [^_]ËCBuӋCЉBuÍ@S ك?9Ѝtfω޻P,t ft;L߃?ǍH9Љt_8 1t ftH L P P ED$$U ft&:f2t&U1U:t]ÐB]Ð&UXeE1Euu]]}} \$$t t$$ޑ|$$Ue3u ]u}]tU8 E}} ]ueU1ҋ,0(tgFٍD$ \$T$4$ƄE|$4$D$~Ue3u:]u}]Í&]|$$9Gى\${t&UWVS,]u $ 1҄1t4f1tt&$u܋u4$ 1҄u\tO^1.tt&t7.u.uC$}uCu҅Őt&׉,[^_]Í&$@l;.t _C$uC1Ƀ;.t2tNj)v{.uCU$UuɋK뿋C$H 'U8eE1E]] uu}D$\$$$b01u"Ue3]u}]Ðt&D$4$b.$D$|$uD$\$4$u\$<$(¸tt$$}E$qD$ $=1L!UH]]}} ueE1D$t$<$uumD$4$D$at+|$\$$Y6tD$ $蒺Ee3]u}]Ðt&$|tB@mt&$LtZ@.t&&$\$$XD$tsD$$й9v$\$$WD$,sD$$船n&'UWVS<E} eU1D$D$<$Bs(4$,D$ )ÍD$\$$|Ƅ4$@$<$k/ƋCT$D$$*u.t$<$/Ue3<[^_]Í&|$$YD$qD$ $'럐t&4$($WD$D$qD$$hf$ $XD$D$EqD$$衷"&UE]] uuut 0t]u]Í(D$$u։u u]]]fUH]]uu }eE1D$|$4$pD $E@ $4$-B<$D$D$4$D$_-Ee3]u}]ft$\$$VyoD$$յ봍v $ \$$XD$Ao$ŷD$$葵mt&t$\$$YoD$ $]' $] \$$WD$n$MD$$ UWVSӁLEeU1D$$o'$,D$t$$nt$$q$*$薞D$D$ $T$D$ D$ $T$<$М<$BD$D$ $T$FD$ D$ $T$4$D$Ue3ueL[^_]Í8t6\$D$$mD$$j1멍\$$[耹17&UX]EU ]ueE1 D$}D$$l tC0 @ $‰ЋUe3]u}]f1Ҁ/tԋD$C $u묐t&18tqD$T$$ !UHEuu}U 1]EeU1҉$'u Ue3v]u}]Ð| AljD$\$$fƄ=D$,HD$<$ڋ !%tDJD)ډT$<$\$,T$<$1<$ED$T$u/1/D$$؁ 4$=vUU$Mt$]0t7t1$t$]Ðt&̍t$] $UM]jf$t$]U(]]}u{ C<$6E ǃDTǃHtǃ4TC$fƉ|$$xm0T]u}]ÉÉ<$k8$É4$䐍UVS]0Tt4$h4$H$=$02$$cL][^]Rƃ $74$mƃL$04$Xƍ$ۉƍ02$vމƍ=$dfUSE ]${ǃ8TǃJ} uLDt&U]]uJ4$4$D$$D$s]u]Ð&U1(]]u}ShK)x>@F)ЉD${|$$H~VSh‰ShSl]u}]Ðt&1tCt$ L$$RCsh뎍t&Sh뭐v'U(]] uu}{u]u}]Í&8LHCPD$C<$$D$]u(U$v F D$$vU]Ћu}]É<$1҄rݍt&U1WVS,] }K_GG~U$(KUCK ЃGt_K~Í,[^_]Ð&U8]]u}HK9w]u}]fK9wf9Tq p h r qQ63oq3p }U)Ɖ1҃~@΋M t$L$ EU $;EU8LBh9N 9T9 D9N ‹ + 4<ꋍ;;@;Tg;TFuDžDž ϋ>N+;;;;CW8H"Mt&%4$^D$4$ x ^t~5~u1Rh9"D$D$ 2L$<$=D$ @<$D$TD$D$ <$D$ED$D$ ,<$,D$ED$Ue3[^_]ËGh;<$1뻍$p>e)ꋍ8< FW8@7HDž)f4$]D$4$ x \EG"t&14$\D$4$ xs\4$\D$4$ xP\rG"fL R܃Gv t&ND~wDžDžo{&'UWVS]eE1Ch;C$1+CS(D$$g[( $y[Ā^%@ǃ@ǃǃ!(1D$uЉ$ [0(D=Ѓwu$[D$$ 4 Z 4u$ZD$$  Z 0D=v0t$1D$ 4<$T$$KCh{9$&!{K9T9 D9K ‹<0+04;8<34$;TR$ ;T6uDž,Dž40ϋ{K4+8<,x<;4<CSH(35<^($Y(D$$ x Xy~2t&Sh19SƃD~wDž,Dž41@eǃ@\$øD$$lfPuUUVSJZ4DL r ȹ)Āt)ZrƂD[^]@D1Zr[^]ÍUWVS,Uu<<]<8L1ҋE u]&9U~C08tuu842%9UE ,[^_]Ðt&<t{1,[^_]Ë}F$Z $|$\yv$Eu1t&E9Ev(U 1} *7σ)߈9}wE9vpE}8LE t}Q<:t&9;xuXp0)ˉوHX뾋E,[^_]8)8UWVSLuF`NdۉE)1!ЍHUC 9l]B{ űUSU܋U)#9;Mt"EL$4$D$VF`M+E#;EhMM#Mt 9MTU܋EMԉT$ $KD$ $D$7KSB0@jUĉL$4$C0Uă@;B0R,@J@S,D$ $@T$\pEShUȋSltBCL$D$ED$|.uߋFŰ]ȉD$Eԉ$D$S.EԋMD$ D$ $6.FD$Eԃ,D$Ẻ$.E@0@4@8@<E 1=MЉ $-=E}UԋF0@9HEԿv,Y1=C1]&=U$ID>@D$$_IU9}wt&D$$h1v$D$<<$pg@@@@ @,@0@4@8@<@@@D@H@$@l@(EȉF$D$S=E@t&M1 $3,Eă=E1EEED$EE$bl9U؋MЉUԉ $HU:MD$ $G9}=vE1CM1 $GD$‹E U$GU߉ t&tPtUЉM$?+MDL֍EЉ$%+Mԉ‰F&F<$|$akMȋF֍S`vlEEBABABABABABABAm}wE k΍ GFGFyGFiGFYGFIGFS` y$K!ȃS`!9S`ut[$K!S`!ƒS`u$U$@S`l$"E?E܉$D$!$c}t D$F@Mܹ)ƃ@L 11E؉$tJt=<81t p΄`EЃ|$ LEM؉ $ǃ@몹EMĹ)}K\UԉMu T7 L7 ʋKwMܹ+M;`sM;Tr vM+\ σK)};\{CS*nЉ=$KωM40ʉES`‰? HJHJHJHJHJHJHJwMkU FBFBFBFBFBFBS`$,:u؉4$ǃ@)U܉փuSK"sǃfUWVSL]K8CdS`ɉEU+U1KM!(KUԉUE'G+Cd#9ErG vC89r{4׀?t uŋGOE܉+E#;Es9Mt6EL$UȉMĉD$$C`MċUȉE)ȉE䋃!EME9EuȉE!EE܉UȉMĉD$EЉ$VCUȋMĉEEt ;M(LvE܉L$MUȉD$ ẺL$$UȋME܉Uȉ|$ L$D$$fUȉC4tE܉L$D$$E18LÃ9s7tЉ)>8~x~xv p ]܋s4C8뱐ɋ]C`E؀}U؋sd@@F!9Љ Kt9t))!!9s KL[^_]Ít&)Ȁ(LED$ ẺL$MUȉ$L$EE؋MD$D$ẺL$ $UD&M؋E$L$D$jS`Sd&t&)ȉD$C4$w%S`Ut&$KE؉UȉL$MD$ $MMEE؉L$$K$L$MUf$KE܉UȉL$MD$ $MUEECdC89S4t&:tB 9rEUVS u] ~8wYVd1ɋF`9t)#;SC#4K CT$D$CD$ C 4$D$}$ [^]Ð4$h~8vF8덍UWVSl]E 4Lƃ@LS`KpsMĉuȋK!;KlS`uċ}ȋCpCx9&u4t$|$$Ϳu1l[^_]Ð9$轵u9$ՍD$ t$|$$~tK념t&S` K)!w79t3$W0L9ɈH1Ƀf\fNfot&@xx뿐t&HPČ[^_]ÐqAQ&@KJ I ;DK@K+@KT$$fVrfTHI։Jɉ=p99fN9K)F:t:u@N)+99у&OJDK;@KtO DK2fxHH;HB*뤍HKHK렍THPH5~PHfNJDK;@K DKpfPP;PFd딅CCBPH,IƉf9HA 8.׉ʍt&:uG끋HK=HKA>f9A18f:ujW: t t&: uRJW))ʍ 9‰rI9уD$ $ D1HqD$$诎IɍD1H)UWVS,] EU|J@xJ+tJE䉃Jȋr1u1҉|J19}N9T҉Uƃq U]֍VZ9uu]։Jp p r p}ǃTX@)ƍv9pu}J,[^_]Ð 9E䉋JTq hNUfB|ǃJ,[^_]f\$$|ǃJٍv]܉JBT)JBEf@z:NL MJM NfJUN}~T~|UE؉\$$EUWVS<E] 0X։)fo1ɋ}t3w6)94r99҉ֺNr  2O1f)օf7JM1Qp f:88ptzt ΍J|JxJ+tJȉJ11҉|J199P9x9~񉓄JH)ʉJJw)R҈Vuf&VNT@}fGx|lp h<[^_]ËߋMJJ+XApuUf>X<[^_]ÍvAǃJ\$<$9U@1UWƂp p_]ÐUWVSME Q`+u99$K47׍Q`vnuÉƍt&BABABABABABABAwuƒׅtMtCVWt7VWt+VWtVWtVWuFG[^_]Åt$K!Q`!ڃQ`u؃[^_]U(]]u4$Ӗt]u]Ít&4$E5Eǃ@]u]ÐU(]]uE SC9ЉCv3K u:t 9BD$$'tCs]u]Ít&9v‰L$D$($$SC떉E$qE멐U(]]uE SC9ЉCv3K u:t 9BD$$'tCs]u]Ít&9v‰L$D$($$SC떉E$E멐US]D$$6SM L[]ÐU(]]uE SC9ЉCv1K u:t 9BD$$)&tEs]u]Í9v‰L$D$($4$SC떉E$E말UEU 9PrPf+PU ,US]D$$CU UPUPUP []ÐUt$&ÍUS]#u ts$5Et0Xt+P€tu Vu'Bt,[]Ít&ԐVƃtكLu݃Buƃ[]Ð#D$`$j2rt&UEu ItÍv$Ev'UVS1ۃEu $$$u$hu E[^]&UWVS<@E }D$׿E$=<$п0PD$$j=8*пUD$4$T$&D$\$<$:0$<Ƌ$?׿ytD$D$`$$f$h<$0?uM&@$E?NпDžܿ.Dž/D$T$$y7ܿ<@[^_]Ð&UHE]]uu}}EE D$t$|$ D$D$$:¸u1}u]u}]f$tE à$|$ t$$D$D$]u}]Ð&UWVS<]}u Et}u~ 1ۉ<$"=v<[^_]ËEאt&D$D$  |$D$E$uu#4$o.}E4$D$ED$u<$-u1lM}t|$4$:5E}>Et$D$E$5#UVS`]eE1EwIxV@y3$nu $hEe3uF`[^]D$$Ík\$4$v14$U4$2뙍t&#É4$1$$&UE$E-&UE$E,&U} -]Ít&US]$^#ǃǃƃǃƃ$,D$$v,$$h,X%$Z,$l$F,][]&UVS]$]#$?,D$$1,$$#,$$,X%$,$[^]ÉƉ$4$f#ƋX%$$D$#뵉ΉƐt&Љ׉ސUS]t$hCC[]ÐUEƀt&9u]ÍUEƀt&9u]ÍUM S]t19w[]UVu S]tK1ҍ&09w[^]Ð&'UHMUEu49шEEBƉ]]}}D$E $D$uu]}]EEEEԉE ]Jv'U8uu ]]}tEƃ4$\$ t$$D$D$D$/]u}]f߹1ƃ]u}]ÐUEƀD$l$`Í&'U(E]] uuu]u]ft$\$ D$D$D$$|D]u]Ív'UVSED$t$$bE D$\$$K\$4$xt&9ux9u[^]ÍUSED$\$$$!xv9u[]ÐUE] ÍvUWVS"M]E4$DžDžDžDžDžDžD$0 D$t$uD$$qD$ t$$T$$0$D$ D$2|$Et5 $h0$ب\$$Eؿˍ۸|Elj$ν$vtމӺt"t&Ĝ"[^_]ÍvHL$|D$ $D$/ET$xD$ $D$2$x||$ t$T$L$\$$t&0҃M>5$蹼$E $D$<҃vUH ]]uu}}4twu|twM D$$L$t,E Mt$|$ D$L$D$$t@t<tf]u}]ÐE $N]1u}]ÍM $YNtǃ41f$J0;t{EL$D$E $+M $L1QE Mt$ |$D$EL$M $D$L$ ǃ4 MD$L$M $[1냉'US] }D‰$譺] E[]}'U]ÍUE U$D$ET$ U$T$;E4E *v'UEUD$E T$ U$T$Z;E4E v'U8]]u}{Hw,CH$s$p˹t$D$$ ]u}]Ít&$蜹E]u}]h$z\$$N볋[ $]\$$1떋[ $L@\$$v$#E녋s$d t$\$$?$0\$$ $<˸\$$$Xv諸D$$]u}]Ë$肸\$$D$$׋s$s$`ps$aCD$CD$ D$$$D$Y$P$D$=/s $@$˷T$$D$ $訷Es$$$<$л$ddE$P$D$ $/Es$ t$ \$$D$N@s$s$0 $s$D$$s$\$ܵ$x$ܴ$4i$D$$ijs$Dgs$ԲX$D$$^Ei{s$T|$ t$D$$*s$s$Ds$ܯ$t$s$Ȯs$$@b$D$$s$2t$T$ $D$l^s$8s$\)D$ $D$/!$δ$$\賴\$$fUt&U= u Í&+A=[~$ՔAÍ&'U$.UT$$?$$ɃÍvU$h$ܯU$T$D$$8迳$gɃ US] $hiDlD‰$rU$T$D$$8O$[]ÐUWVSZÙ7 )t$1ED$E D$E$9rރ[^_]ÍU]Ë$ÐUS>t>fЋu[]ÐUS[Y[Maximum allowed array size (%u) is exceededHB8RAR_EXIT*?/.rarexesfx00?*<>|"?*?*<>|"?*r+rww+pP4FileB Creating %-56s%.*ls(%u)%lsCMTl P7ArchiveB`;%uRRH5/dev/urandom__rar_%u-%02u-%02u %02u:%02u:%02u,%03u%u-%02u-%02u %02u:%02u????-??-?? ??:??Enter password (will not be echoed) %s: Enter password (will not be echoed) for %s: Reenter password: ERROR: Passwords do not match , [%c]%ls User break Program aborted %s (```aab3`deeedhe0e5hW9~<x?i7}],煼/BD7q۵[V9Y?^[1$} Ut]rހܛtiGƝ̡ $o,-tJܩ\ڈvRQ>m1'Y GQcg)) '8!.m,M 8STs e jv.,r迢KfpK£Ql$օ5pjl7LwH'4 9JNOʜ[o.htocxxȄnjlPxqg jgrn<:ORQhك[                                   UOW\??\/??/ %s - use current password ?_Yes_No_All Testing %-56s ? Skipping %-56s Extracting %-56s%s%s  %s is not RAR archive Done All OK Total errors: %ld Testing archive %s Extracting from %s ... %-56sFileServiceDirectoryCRC32 MACPack-CRC32BLAKE2 MACPack-BLAKE23.05.0WindowsUnix Attributes Size Packed Ratio Date Time Checksum Name %ls ----------- --------- -------- ----- ---------- ----- -------- ---- Attributes Size Date Time Name ----------- --------- ---------- ----- ----%cB%c%c%c%c%c%c%c%c%c<-><---->%d%% %12s: %sSTMNTFS alternate data streamType %12ls: %lsTargetUnix symbolic linkWindows symbolic linkNTFS junction pointHard linkFile referenceSizePacked sizeRatiomtimectimeatimeAttributes %12ls: %8.8XHost OSCompression %12ls: RAR %ls(v%d) -m%d -md=%d%sFlags %12ls: solid%ls encryptedFile version %12ls: %uUnix owner%ls:#%d: %c%10ls %9ls %9ls %4ls %ls %8.8X %02x%02x..%02x ???????? %-12lsRAR 4RAR 5RAR 1.4Archive %s: %sDetails%s%sSFXvolume %dvolumeencrypted headersEOF %21ls %9ls %3d%% %-27ls %u %21ls %-16ls %u 0 files %21ls %9ls %3d%% %28ls %u%21ls %18s %luDOSOS/2Mac OSBeOSWinCE*<-?->A}jWD1ܕ,H\lll.. @   (08@P`p  -x Extract from archive (default) -t Test archive files -v Verbosely list contents of archiveĦ<_Yes_No_All_nEver_Rename_Quit_Yes_No_All_nEver_Quit Overwrite %s ? Would you like to replace the existing file %s %6s bytes, modified on %s with a new one %6s bytes, modified on %s Enter new name: %3d%% %-20s - checksum error Checksum error in the encrypted file %s. Corrupt file or wrong password. %-20s : packed data checksum error in volume %s The specified password is incorrect.Not enough memory Cannot open %s Cannot create %sCannot close the file %sSeek error in the file %sRead error in the file %sWrite error in the file %s WARNING: Cannot change attributes of %s Cannot copy %s to %s. You need to unpack the entire archive to create file reference entries. Cannot create directory %s Cannot create symbolic link %s Cannot create hard link %s You may need to run RAR as administratorCorrupt archive - use 'Repair' command Corrupt header is found Main archive header is corrupt %s - the file header is corrupt ERROR: Corrupt data header found, ignored WARNING: Unknown data header format, ignored ERROR: Corrupt %s data block Recovery record is corrupt. Unknown method in %s Unknown encryption method in %s ERROR: %s and %s belong to different sets Nothing to reconstruct Reconstructing... Reconstruction impossible Unexpected end of archive ERROR: Bad archive %s The archive comment is corrupt ERROR: Invalid file name %s No files to extract Cannot find volume %s %s switch is not supported for RAR %d.x archive format. %ls%ls%ls ERROR: Path too long ERROR: %s group and owner data are corrupt WARNING: Cannot get owner %s ID WARNING: Cannot get group %s ID WARNING: Cannot set %s owner and group WARNING: Cannot read symbolic link %s WARNING: Symbolic link %s already exists WARNING: Attempting to correct the invalid file name Creating %s Renaming %s to %s Calculating checksums of all volumes. %d recovery volumes found %d volumes missing WARNING: FAT32 file system does not support 4 GB or larger files Testing the recovery record%s Insert disk with %s_Continue_Quit_Retry_Abort ERROR: Not enough disk space for %s.xi?3؃Ƀ~XI:, ؂̂YÉO@1"ƀbQ1$;\\ ,l 4<(H <4,lX<4\T< @ `<\|<d,l$H\l, ,,\l <$`,<Ll T\xlHhL8t,  `,l<l<<4X L,L|,l|8Xx, \H x l !,4!\!|!!!"  "|H"p"\""L"H#|### $D$< x$ $ $ T%L %| %L0&L&&#$ %L,%|&&'4''|''<(P(( (&(<10)Ad)\B)B)C)LD0(Dp(D4*lFd*(><>>>\?(? X??l??$@ T@,@ @@LA|8AܭhA A,A|AA,,BlLBBBB C8ChCC,CC$D TD\DD\DElHR>R?R|A SA,SAPSAxSASBS,CS D$TDTTDTETGT I U K@ULpULRU\XUX0VZ|V,` WgPW+AB I AAA A $^AD P C E  4AB WXA -AB i <-AB i $\7AB IFc A$$AB R C G 0<a+AB IFF AG </p+AD IOK AG } AB 8+AB [H AA  AA (\pAB ISt AD P+AB I AAA B  AAA A  AAA B ,fAB G[ A B |A , ]AB Go A F D A C ,<0AB GS A B |A lAB D HAB G{ A B d A C V A A V A A vA $$AB Gg A F 4qAB KLz AC W A 8>AB GrA (\0rAB IFH AE 3AB o d7AB o 3AB o 4d +AB LIbf AG , < AB L~ AAA H 4H +AB DJ^ AAA F 0x+AB L AAA C (PAB IES AC 8tAB I` AAA A y AAA D ($AB ILj AE 8PrAB CHZ AAA E ~AAA ,AB lO AAA G 0AB S3 AAA D $JAB DGyAA (QAB HD~AAA ,D/AB LV AAA H tAG y G ,tAB IAAA 8 ZAB E AAA F FAAA 8!bAD Mw AAA D NAAA (@L!AB KAAA l! AB D ! AB D ,!AB K AAA E  "AB O  " AB D " AB D $<".AB M H U ,d"AB RQ AAA A ,x&EAB Ok AAA A ,(AB Ot AAA A ,*JAB R AAA A ,$0AB Lr AAA D 0L0,AB H AAA A 0T2-,AB Ij AAA A 28AB t ,3rAB OLR AG 8 `4AB IG AAA B AAA  H $5HAD D}A ,l P5AB O AAA A ( @6_AB CKKAA  t6?AB {  6>AB z !6$AB ` (!6AD X  H!6-AD J\A (l!6[AD W} A$!77AB IFc A8!7AB DC AAA H NAAA ,!7@AD Gd A A LA ,,"7rAB IFLw AB 0\"8bAB IFg AF ` A$"<8PAD Ks A D $"d88AG O A ] 8"|8AB I AAA B NAAA $#8GAB IFs A<D#9AB IFNa AF l AC #9!AB ] ,#9,AB L AAA F #;AB D #;AB T $$;&AB T A M L<$;AB DCc AAA H S AAA B  AAA E H$@=AB LFF AH  AG P AG $?"AG Y $?7AB s ,%?AB IFjz A H%t@qAB GeA l%@ AB D %@AB O %@MAB ~ %@eAB a @%@AAB Sb AG  AF O A0&B.AB j $P&,BSAD Rz A0p%dBC,AB IG AAA A &CAB  ,&DAB IFFF AI (&@EAB IO A<('FAB I AAA A i AAA F h'HAB A 'H&AB b 'HAB T 8'HAB SOK AG F A(IAB T ($(I]AB KIE A(P(LIAB D AA A |(I+AB g (IAB A (IAB L (I@AB | (I.AB j $)IAB UAA 4D)XJLAB O_ AA A AA $|)pKfAB L{ A E ,)KAB L| AAA B 8)hNgAB T AAA G cAAA  *OGAB GwA  4*OAB GA  X*DPuAB GeA  |*PAAB q A *P)AB e *P)AB e *PAD A $+P/AB V G J ,(+PaAB a D P H ` X+$Q;AB w $x+DQiAB t I d (+QAB IFV AA $+Q2AB IFZ A +R(AB G\A ,RAB A 8,RAB K X,QAB N x,U-AB i  ,Q1AB GaA  ,Q7AB GgA  , R7AB GgA  -(RWAB W{A (-DU3AB o H-DR4AB l  h-dR8AB JeA  -R8AB JeA  -R4AB JaA  -R8AB JeA -R"AB ^  .R-AB G]A  <.R8AB JeA `. S"AB ^  .S8AB JeA .8S"AB ^  .HS-AB G]A  .S'AB G[A  /S&AB GVA ,0/S-AB GK A B SA `/S AB I T/S7AB Hy AA B Z KA B p AA F f AA H \AA 0/T[AB Vn AH I A 0TXAB GLA $00URAB HgZA $X0TUYAG MAAA ,0UFAB O} AAA A <0[AG Ig AAA E F AAA G ,0 \AB I( AAA A ( 1_AB ISz AF ,L1p]|AG L AAA A ,|1p_oAB [d AAA A 01cAB ` AAA A (1fAG SAAA , 2PgAB Pf AAA A ,<20h$AG J  AAA A l20l$AB GXA ,2dAB S6 AAA A @> AB P `> AB P > AB J >AB J $>-AB M H P ,>AB IFHU AH ,?TAD LGAAA <H?4AB I AAA A  AAA A ?0AB l ,?4AD N AAA A (?:AB H AA A <@ AB I AAA B  AAA A <D@h@B AB LN AAA H k AAA B <@xKAB I AAA B J AAA C <@XMAB O* AAA A q AAA D AP"AG UCA $(AGAB IIp A8PAOPAB U AAA A |AAA ,AAD INM AF 8A@AB IFFO AH R A(AAB IAAA ($BX`AB JM@ A,PBsAB CCG_AAA (BAD H AA B ,BAB IFF AA ,BAD IGoAAA , CpzAB IHSM AC 0AD Hh AA A CAA ,DL-AB H AA E ,F<AB IM AH @F AB KA 0\E-AB I AAA E ,FAG O AAA E ,FAAB ^C AAA A ,FAB L AAA D 0(GAB KE AA K aAA (\GKAB IS{ AE HGAB L AAA F J AAA A  AAA A <G(qAB I AAA A AAA (HKAB IS{ AE @H L,AB G`A @\G -AG Lm AAA D  AAA B @Gd{-AB I AAA A D AAA A 0G.AB I  AAA A < IAB M AAA A  AAA E (`IKAB ISy AG $IK$AB R C G ,I"AB I AAA E IxKBAB GvA (Jt&AB Ha AA B ,4J&^AB Io AAA B ,dJ6<AB [ J F B G JKAB P 0JKAB GP A E m A B $JK5AB Y D P $KKXAB DJAA ,8KKxAB PaAAA 8hK4MAB MGGF AC z A,KMAB Ip AAA A ,JN-.AB K_ AA A L8OAB O $L8OAB O DL8O AB E  dLP2AB GfA  LOAB GA ,KOE.AB HZ AA A L`P$AB ` LpP$AB `  MP AB GTA $@M|P1AB DDcAA (hMPvAB WXFx A8MPAB IFIA AC ] AM,Q"AB ^ 0M 0F,, $NoPP[o88j Hs ``@ |0wГ``  D $$KY|PL*L!>? ? ???AD B$K 0T8rar/rarfiles.lst0000644000175000017500000000220212560111266011475 0ustar zz; File order list for solid archiving ; ; Here you may modify the file list which tells RAR the order in which ; to add files to a solid archive. ; ; This file may contain file names, wildcards and a special entry - $default. ; The default entry defines the position in the order list for files not ; matched with other entries in this file. Lines beginning with the semicolon ; symbol ';' are considered as comments and not processed. ; ; Place this file in the same directory as RAR.EXE. ; ; Tips to provide improved compression and speed of operation: ; ; - files containing similar information should be grouped together in the ; archive if possible; ; - frequently accessed files should be placed at the beginning. ; file_id.diz descript.ion read.* readme.* *.nfo *.doc *.txt *.htm *.html *.shtml *.css *.xsl *.xml *.js *.php *.lst *.log *.ini *.bat *.cmd *.h *.hpp *.c *.cpp *.java *.asm *.bas *.bak *.cue *.rtf *.hlp *.inf *.com *.exe *.dll *.ovr *.ovl *.obj *.lib *.sys *.drv *.bin *.bmp *.wav $default *.mp3 *.mp4 *.m4a *.mov *.avi *.wmv *.wma *.gif *.png *.jpg *.chm *.cab *.7z *.arj *.ha *.lzh *.rar *.zip *.gz *.bz2 *.xz *.fla *.flac *.ape