orthanc-devel-1.12.0-bp155.1.7 >  A dkGI%z 6A2>aZ= Sx$]*- feb< ܮQ4W,.&_`&U4mWT!+s3x ?ҧ'—dVs\2jacոuuebkt- yt4un8+7S[f+Hx:D1u-NRMe|L=ʀ ?y|W!aVW}:6QM6vp;&DI2cDa <=kl,L^]eI=x&)LcO]5n.&Vh9WBˎCBdznC_nJOH?&Rylם{nhCjuNBŹ#7 yJӗ9cKɩq`8$,zRaA%)q$2n*'B]jŭZִtEHsu@TfM;K=/Xt1U{2}RVP5bda24a65b62459f7b74610ee4970d5a5160c66504893a3726116b793088f56272903ae83c8ffdbb6682dd991cfd0c0a2634a3aa4 dkGI%z c?+/,f2fyunH!?h[-S;I#x:M4haO (T4h^w10%MM OR4kIZy\-DC }&uWp*"tR ǐ$r I_]]\In@ 9N*pb'^f(F]]7kE*rGezf;dHm-3!)@\Tu ˘+h;.nbO J[O~ogJ "@8ԞMĘ-tĕ=[;j*A[-We~QΪr$FY+zs$H%w&4-ivn >Ghusؗm;@Kf؏^1T$qqa \Ox%aʸ\0`ko}ce%0/d'h{Cb/fx, p(U5l䫽F ZPaGk{V>p;^`?^Pd ! V  )IOXh p x  L P`tc(8(9((: (F[G[H[I[X[Y[\\]\^\bb\c]/d]e]f]l]u]v]z]^^^ ^LCorthanc-devel1.12.0bp155.1.7Header and source files for creating Orthanc pluginsThis package includes the header files to develop C/C++ plugins for Orthanc.dkGcloud102SSUSE Linux Enterprise 15 SP5openSUSEGPL-3.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/C and C++https://www.orthanc-server.com/linuxx86_644ZA큤dkFd9qd9qd9qb27f5ee632d8f9982cd3ff5a517a1196562df50be2fa3f6a0fa768ac80dd0bb0b7e35ec8a8d9ac6de5fbaff8bf64f8c9ecdf49f0b8a06232180ea5f27b965a63bb39bb268bad0105bc0a93dc6ca00d9a3243fb40e9692a02d7e98a7581dc2e7frootrootrootrootrootrootrootrootorthanc-1.12.0-bp155.1.7.src.rpmorthanc-develorthanc-devel(x86-64)orthanc-static    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3d;@d9@@cWc2bzSbu b=af@aP`a/k@`]`i@`@`s``7@`_k_@_j_@_d@_D@_&^V@^Ǿ^1^@^{G^y@^t@]@]W]R@\s\]o@\Q\P@@\G\'@Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Marcus Meissner Axel Braun Johannes Segitz Axel Braun Axel Braun Axel Braun Steve Kowalik Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun axel.braun@gmx.deAxel Braun Axel Braun Axel Braun - version 1.12.0 * Support for labels associated with patients, studies, series, and instances * Added a sample plugin bringing multitenant DICOM support through labels * Many other fixes and improvements, see NEWS- version 1.11.3 * cmake.diff removed (included in source) * install_cmd.diff removed (included in source) * Many improvements, for detailed log see NEWS- Build fixed for new plugins cmake.diff added install_cmd.diff added- version 1.11.2 * Added support for RGBA64 images in tools/create-dicom and /preview * New configuration "MaximumStorageMode" to choose between recyling of old patients (default behavior) and rejection of new incoming data when the MaximumStorageSize has been reached. * New sample plugin: "DelayedDeletion" that will delete files from disk asynchronously to speed up deletion of large studies. * Lua: new "SetHttpTimeout" function * Lua: new "OnHeartBeat" callback called at regular interval provided that you have configured "LuaHeartBeatPeriod" > 0. * "ExtraMainDicomTags" configuration now accepts Dicom Sequences. Sequences are stored in a dedicated new metadata "MainDicomSequences". This should improve DicomWeb QIDO-RS and avoid warnings like "Accessing Dicom tags from storage when accessing series : 0040,0275". Main dicom sequences can now be returned in "MainDicomTags" and in "RequestedTags". * Fix the "Never" option of the "StorageAccessOnFind" that was sill accessing files (bug introduced in 1.11.0). * Fix the Storage Cache for compressed files (bug introduced in 1.11.1). * Fix the storage cache that was not used by the Plugin SDK. This fixes the DicomWeb plugin "/rendered" route performance issues. * DelayedDeletion plugin: Fix leaking of symbols * SQLite now closes and deletes WAL and SHM files on exit. This should improve handling of SQLite DB over network drives. * Fix static compilation of boost 1.69 on Ubuntu 22.04 * Upgraded dependencies for static builds: - boost 1.80.0 - dcmtk 3.6.7 (fixes CVE-2022-2119 and CVE-2022-2120) - openssl 3.0.5 * Housekeeper plugin: Fix resume of previous processing * Added missing MOVEPatientRootQueryRetrieveInformationModel in DicomControlUserConnection::SetupPresentationContexts() * Improved HttpClient error logging (add method + url) * API version upgraded to 18 * /system is now reporting "DatabaseServerIdentifier" * Added an Asynchronous mode to /modalities/../move. * "RequestedTags" option can now include DICOM sequences. * New function in the SDK: "OrthancPluginGetDatabaseServerIdentifier" * DicomMap::ParseMainDicomTags has been deprecated -> retrieve "full" tags and use DicomMap::FromDicomAsJson instead- version 1.11.0 * new API version 1.7 * new configuration parameter * for detailed changelog see NEWS- switched source urls to https- version 1.10.1 * for detailed changelog see NEWS- Added hardening to systemd service(s) (bsc#1181400). Modified: * orthanc.service- Test for SharedLibrary.Basic disabled (fails with new glibc)- Version 1.9.7 * New configuration option "DicomAlwaysAllowMove" to disable verification of the remote modality in C-MOVE SCP * API version upgraded to 15 * Added "Level" option to POST /tools/bulk-modify * Added missing OpenAPI documentation of "KeepSource" in ".../modify" and ".../anonymize" * Added file CITATION.cff * Linux Standard Base (LSB) builds of Orthanc can load non-LSB builds of plugins * Fix upload of ZIP archives containing a DICOMDIR file * Fix computation of the estimated time of arrival in jobs * Support detection of windowing and rescale in Philips multiframe images- version 1.9.6 * In lookup and query/retrieve, possibility to provide a specific study date * Clicking on "Send to remote modality" displays the job information to monitor progress * Fix orphaned attachments if bad revision number is provided- Remove executable bits from Python scripts when creating the source tree for the -source package to stop it requiring /usr/bin/python- version 1.9.5 * Anonymization is applied recursively to nested tags * API version upgraded to 14 * Added "Short", "Simplify" and/or "Full" options to control the format of DICOM tags in: - POST /modalities/{id}/find-worklist - POST /queries/{id}/answers/{index}/retrieve - POST /queries/{id}/retrieve * Fix broken "Do lookup" button in Orthanc Explorer * Error code and description of jobs are now saved into the Orthanc database- version 1.9.4 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2021b Table E.1-1 * New configuration options: - "ExternalDictionaries" to load external DICOM dictionaries (useful for DICONDE) - "SynchronousZipStream" to disable streaming of ZIP * Orthanc Explorer supports the DICONDE dictionary * API version upgraded to 13 * New routes to handle groups of multiple, unrelated DICOM resources at once: - "/tools/bulk-anonymize" to anonymize a set of resources - "/tools/bulk-content" to get the content of a set of resources - "/tools/bulk-delete" to delete a set of resources - "/tools/bulk-modify" to modify a set of resources * ZIP archive/media generated in synchronous mode are now streamed by default * "Replace" tags in "/modify" and "/anonymize" now supports value representation AT * "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error * "Replace", "Keep" and "Remove" in "/modify" and "/anonymize" accept paths to subsequences using the syntax of the dcmodify command-line tool (wildcards are supported as well) * Added "short", "simplify" and/or "full" options to control the format of DICOM tags in: - GET /patients, GET /studies, GET /series, GET /instances (together with "&expand") - GET /patients/{id}, GET /studies/{id}, GET /series/{id}, GET /instances/{id} - GET /patients/{id}/studies, GET /patients/{id}/series, GET /patients/{id}/instances - GET /studies/{id}/patient, GET /studies/{id}/series, GET /studies/{id}/instances - GET /series/{id}/patient, GET /series/{id}/study, GET /series/{id}/instances - GET /instances/{id}/patient, GET /instances/{id}/study, GET /instances/{id}/series - GET /patients/{id}/instances-tags, GET /patients/{id}/shared-tags - GET /studies/{id}/instances-tags, GET /series/{id}/shared-tags - GET /series/{id}/instances-tags, GET /studies/{id}/shared-tags - GET /patients/{id}/module, GET /patients/{id}/patient-module - GET /series/{id}/module, GET /studies/{id}/module, GET /instances/{id}/module - POST /tools/find * "/studies/{id}/split" accepts "Instances" parameter to split instances instead of series * "/studies/{id}/merge" accepts instances inside its "Resources" parameter * Full support of hierarchical relationships in tags whose VR is UI during anonymization * C-MOVE SCP: added possible DIMSE status "Sub-operations Complete - One or more Failures" * Fix issue #146 (Update Anonyization to 2019c) - was actually updated to 2021b * Upgraded dependencies for static builds (notably on Windows): - curl 7.77.0- Version 1.9.3 * New configuration option: "DicomTlsRemoteCertificateRequired" to allow secure DICOM TLS connections without certificate * "ETag" headers for metadata and attachments now allow strong comparison (MD5 is included) * New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua * Fix the lifetime of temporary files associated with jobs that create ZIP archive/media: - In synchronous mode, their number could grow up to "JobsHistorySize" in Orthanc <= 1.9.2 - In asynchronous mode, the temporary files are removed as soon as their job gets canceled * Fix regression in the handling of "DicomCheckModalityHost" configuration option introduced by changeset 4182 in Orthanc 1.7.4 * Reduced memory consumption of "OrthancPluginHttpClient()", "OrthancPluginHttpClient2()" and "OrthancPluginCallPeerApi()" on POST/PUT if chunked transfer is disabled * Fix issue #195 (No need for BulkDataURI when Data Element is empty) - from version 1.9.2: * New configuration options related to multiple readers/writers: - "DatabaseServerIdentifier" identifies the server in the DB among a pool of Orthanc servers - "CheckRevisions" to protect against concurrent modifications of metadata and attachments * API version upgraded to 12 * "/system" reports the value of the "CheckRevisions" global option * "/.../{id}/metadata/{name}" and "/.../{id}/attachments/{name}/..." URIs handle the HTTP headers "If-Match", "If-None-Match" and "ETag" to cope with revisions * New function in the SDK: OrthancPluginCallRestApi() * Full refactoring of the database plugin SDK to handle multiple readers/writers, which notably implies the handling of retries in the case of collisions * Use the local timezone for query/retrieve in the Orthanc Explorer interface (was UTC before) * Fix "OrthancServer/Resources/Samples/Python/Replicate.py" for Python 3.x * Fix issue #83 (ServerIndex shall implement retries for DB temporary errors) * Upgraded dependencies for static builds (notably on Windows and LSB): - civetweb 1.14 - openssl 1.1.1k- version 1.9.1 * The "dicom-as-json" attachments are not explicitly stored anymore to improve performance * If the storage area doesn't support range reading, or if "StorageCompression" is enabled, a new type of attachment "dicom-until-pixel-data" is generated * New metadata automatically computed at the instance level: "PixelDataOffset" * New configuration option related to networking: - "Timeout" in "DicomModalities" to set DICOM SCU timeout on a per-modality basis - "Timeout" in "OrthancPeers" to set HTTP client timeout on a per-peer basis * API version upgraded to 11 * BREAKING CHANGES: - External applications should not call "/instances/.../attachments/dicom-as-json" anymore, and should use "/instances/.../tags" instead - "/instances/.../tags" route does not report the tags after "Pixel Data" (7fe0,0010) anymore * "/peers/{id}/store-straight": Synchronously send the DICOM instance in POST body to the peer * New arguments in the REST API: - "Timeout" in "/modalities/.../query" - "Timeout" in "/modalities/.../storage-commitment" - "Timeout" in "/queries/.../answers/.../query-{studies|series|instances}" * New value in enumeration: OrthancPluginDicomToJsonFlags_StopAfterPixelData * New value in enumeration: OrthancPluginDicomToJsonFlags_SkipGroupLengths * Improved precision of floating-point numbers in DICOM-as-JSON and DICOM summary * Optimization in C-STORE SCP by avoiding an unnecessary DICOM parsing * Fix build on big-endian architectures * Handle public tags with "UN" value representation and containing a string (cf. DICOM CP 246) * The numbering of sequences in Orthanc Explorer now uses the DICOM convention (starts at 1) * Possibility to generate a static library containing the Orthanc Framework- Version 1.9.0 * Support of DICOM TLS * New configuration options related to DICOM networking: - "DicomTlsEnabled" to enable DICOM TLS in Orthanc SCP - "DicomTlsCertificate" to provide the TLS certificate to be used in both Orthanc SCU and SCP - "DicomTlsPrivateKey" to provide the private key of the TLS certificate - "DicomTlsTrustedCertificates" to provide the list of TLS certificates to be trusted by Orthanc - "UseDicomTls" in "DicomModalities" to enable DICOM TLS in outgoing SCU on a per-modality basis - "MaximumPduLength" to tune the maximum PDU length (Protocol Data Unit) - "LocalAet" in "DicomModalities" to overwrite global "DicomAet" for SCU on a per-modality basis - "AcceptedTransferSyntaxes" to set the transfer syntax UIDs accepted by Orthanc C-STORE SCP - "H265TransferSyntaxAccepted" to enable/disable all the transfer syntaxes related to H.265 - "DicomAlwaysAllowFind" to disable verification of the remote modality in C-FIND SCP - "DicomAlwaysAllowGet" to disable verification of the remote modality in C-GET SCP * New configuration option: "DicomScuPreferredTransferSyntax" to control transcoding in C-STORE SCU * New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file * New metadata automatically computed at the series level: "RemoteAET" * The DICOM meta-header and the transfer syntax are displayed at the "Instance" level * API version upgraded to 10 * "/tools/accepted-transfer-syntaxes": Get/set transfer syntaxes accepted by Orthanc C-STORE SCP * "/tools/unknown-sop-class-accepted": Get/set whether C-STORE SCP accepts unknown SOP class UID * "/modalities/{...}/query": New string argument "LocalAet" * "/tools/create-dicom": New flag "Force" to bypass consistency checks for the DICOM tags * BREAKING CHANGE: All the Lua callbacks "IsXXXTransferSyntaxAccepted()" and "IsUnknownSopClassAccepted()" have been removed * New functions in the SDK: - OrthancPluginCreateMemoryBuffer64() - OrthancPluginRegisterStorageArea2() - OrthancPluginCreateDicom2() * Refactoring and improvements to the cache of DICOM files (it can now hold many files) * New Prometheus metrics "orthanc_dicom_cache_count" and "orthanc_dicom_cache_size" * Fix upload of multiple DICOM files using one single POST call to "multipart/form-data" Could be the final resolution of issue #21 (DICOM files missing after uploading with Firefox) * Partial fix of issue #48 (Windows service not stopped properly), cf. comments 4 and 5 * Explicitly use little-endian to encode uncompressed file size with zlib compression * Upgraded dependencies for static builds (notably on Windows): - dcmtk 3.6.6 - jsoncpp 1.9.4- Workaround for boo#1180359- Version 1.8.2 * ZIP archives containing DICOM files can be uploaded using WebDAV * New config option "MallocArenaMax" to control memory usage on GNU/Linux * Explicit error log if trying to load a 32bit (resp. 64bit) plugin into a 64bit (resp. 32bit) version of Orthanc * New configuration options contributed by Varian Medical Systems: - "DeidentifyLogs" to remove patient identification from the logs (C-GET, C-MOVE, C-FIND) - "DeidentifyLogsDicomVersion" to specify the deidentification rules for the logs - "OrthancExplorerEnabled" to enable/disable the Orthanc Explorer Web user interface - "SslMinimumProtocolVersion" to set the minimal SSL protocol version (now defaults to SSL 1.2) - "SslCiphersAccepted" to set the accepted ciphers over SSL (now defaults to FIPS 140-2) * New configuration options related to ingest transcoding: - "IngestTranscodingOfUncompressed" to control whether uncompressed transfer syntaxes are transcoded - "IngestTranscodingOfCompressed" to control whether compressed transfer syntaxes are transcoded * "/instances" can be used to import ZIP archives provided in the POST body * Allow concurrency on the OrthancPluginRegisterIncomingHttpRequestFilter() callbacks * Allow empty request body in "/modalities/{id}/echo" * If meta-header is missing, best-effort to extract "TransferSyntax" in "/instances/{id}/metadata"- Version 1.8.1 * adaption to new systemd-macros (OBS) * New sample tool "OrthancImport.py" to easily import compressed archives (ZIP) into Orthanc * Logging categories (cf. command-line options starting with "--verbose-" and "--trace=") * New command-line option "--trace-dicom" to access full debug information from DCMTK * New config option "DicomEchoChecksFind" to automatically complement C-GET SCU with C-FIND SCU * API version upgraded to 9 * "/tools/dicom-echo": Execute C-Echo SCU to a modality that is not registered in "/modalities" * "/tools/log-level-*": Dynamically access and/or change the verbosity of logging categories * "/peers/{id}/configuration": Get the configuration of one peer (cf. "/peers?expand") * "/modalities/{id}/configuration": Get the configuration of one modality (cf. "/modalities?expand") * "/tools/dicom-echo" and "/modalities/{id}/echo" now accept the field "CheckFind" in their JSON body to complement C-GET SCU with C-FIND SCU ("DicomEchoChecksFind" on a per-connection basis) * Archive/media jobs report the size of the created ZIP file in content field "ArchiveSizeMB" * New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken() * C-GET SCP: Fix responses and handling of cancel * Fix decoding sequence if "BuiltinDecoderTranscoderOrder" is "Before" * Fix keep-alive in the embedded HTTP server by setting the "Keep-Alive" HTTP header * Fix access to videos as a single raw frame (feature broken since Orthanc 1.6.0) * REST API now returns 404 error if deleting an inexistent peer or modality * Improved forward ABI compatibility of Orthanc Framework (notably, no inline methods anymore) * Upgraded dependencies for static builds (notably on Windows and LSB): - civetweb 1.13- version 1.8.0 * Serving the content of Orthanc as a WebDAV network share * New config options: "WebDavEnabled", "WebDavDeleteAllowed" and "WebDavUploadAllowed"- Version 1.7.4 * New configuration options to enable HTTP peers identification through certificates: "SslVerifyPeers" and "SslTrustedClientCertificates" * New configuration option "SyncStorageArea" to immediately commit the files onto the disk (through fsync()), so as to avoid discrepencies between DB and filesystem in case of hard shutdown of the machine running Orthanc. This slows down adding new files into Orthanc. * Underscores are now allowed in peers/modalities symbolic names * Fix compatibility with C-MOVE SCU requests issued by Ambra * Fix transcoding in C-MOVE SCP, in the case where "SynchronousCMove" is "true" * When checking DICOM allowed methods, if there are multiple modalities with the same AET, differentiate them from the calling IP * Enable the access to raw frames in Philips ELSCINT1 proprietary compression * Support empty key passwords when using HTTP client certificates * Fix handling of "ModalitiesInStudy" (0008,0061) in C-FIND and "/tools/find"- Version 1.7.3 * API version upgraded to 8 * "/peers/{id}/store": New option "Compress" to compress DICOM data using gzip * "OrthancPeerStore" jobs now report the transmitted size in their public content * New config option "Worklist.LimitAnswers" for the sample modality worklist plugin * Add missing tag "Retrieve AE Title (0008,0054)" in C-FIND SCP responses * Fix DICOM SCP filters if some query tag has > 256 characters (list of UIDs matching) * "/series/.../ordered-slices" supports spaces in Image Position/Orientation Patient tags * Fix possible crash in HttpClient if sending multipart body (can occur in STOW-RS) * Support receiving multipart messages larger than 2GB in the embedded HTTP server- Version 1.7.2 * C-FIND SCP now returns private tags (cf. option "DefaultPrivateCreator") * Packaging of the Orthanc framework as a shared library * New change types in the SDK: JobSubmitted, JobSuccess, JobFailure * Issue #182: Better reporting of errors in plugins reading chunked HTTP body * Fix issue #183 (C-ECHO always fails in Orthanc Explorer, regression from 1.6.1 to 1.7.0)- version 1.7.1 * Fix decoding of DICOM images for plugins (for compatibility with Orthanc Web Viewer 2.6)- new version 1.7.0 * Support of DICOM C-GET SCP (contribution by Varian) * DICOM transcoding over the REST API * Transcoding from compressed to uncompressed transfer syntaxes over DICOM C-STORE SCU (if the remote modality doesn't support compressed syntaxes) * New configuration options related to transcoding: "TranscodeDicomProtocol", "BuiltinDecoderTranscoderOrder", "IngestTranscoding" and "DicomLossyTranscodingQuality" * See NEWS for details- version 1.6.1 sqlitewrapper.patch removed (included in 1.6.1)- sqlitewrapper.patch (boo#1167431)- various security hardenings (boo#1167431)- ConnectivityCheck Plugin enabled in build- version 1.6.0 bugfixes and improvements (see /usr/share/doc/packages/orthanc/NEWS rpmlintrc for some rpmlint warnings- for i586, one test disabled (fail due to rounding issues)- version 1.5.8 * various bugfixes, see NEWS for details- version 1.5.7 * Documentation added- version 1.5.5- version 1.5.4 civetweb.patch removed various bugfixes- civetweb.patch added- version 1.5.3 * New configuration option: "SaveJobs" to specify whether jobs are stored in the database * Don't return tags whose group is below 0x0008 in C-FIND SCP answers * Fix compatibility with DICOMweb plugin (allow multipart answers over HTTP Keep-Alive) * Fix issue #73 (/modalities/{modalityId}/store raises 500 errors instead of 404) * Fix issue #90 (C-Find shall match missing tags to null/empty string) * Fix issue #119 (/patients/.../archive returns a 500 when JobsHistorySize is 0) * Fix issue #128 (Asynchronous C-MOVE: invalid number of remaining sub-operations)- version 1.5.2 temporary fixes for civetweb 1.11 removed- Version 1.5.1 Initial OBS build spec file adapted from Fedora project cloud102 16847521341.12.0-bp155.1.71.12.0-bp155.1.71.12.0-bp155.1.7orthancOrthancCDatabasePlugin.hOrthancCPlugin.hOrthancDatabasePlugin.proto/usr/include//usr/include/orthanc/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/9efafe8d96f8d6ca36139e8585cd4362-orthanccpioxz5x86_64-suse-linuxdirectoryC source, ASCII textASCII textoEQc0"7utf-801b09c6b729d5baf23f48bec4d0926b41d65e629e90d6c71db8358fbdc2e181a?P7zXZ !t/Vi] crt:bLL ؝Dp͹"*huE.0TFI@==%钾F>($5*?|9 YtnDExKt)$!'Ē縯/lZcqr=AfL\SJ5hmwۈ m̬sfƾ CKxmc=iCV# %u` %NykQ׏g\Uz 6+}:`F4 o ,y9'BØnOZ^ j~#/ oz ;4yn rSnZ_[í7qɼ$3^BD06>e*+^`ŐwlP2Jid6;^bnjؼMn;ƨjy&!All9n?KXשi-1\+IZBd6" KX?_+A&W,RwS<2 ,(Tlx6Xxe d<ށ3Ձ r&¸ONwŲ&jWAkQnX)19.z}ASꑬ5 C.K$;wK >GܓCo㧱ܶ"sG=S%mpW6_J+gwثAH eAa]>.r~̅EMgN*2t Cf^Iw,[ Ek=Lӑ'o=@"&BNA\\ʹ*H8b?k^km֑uQ^ ͙T).zljO!=ځtrXO/\- 5ry7gDyׁD'+xd#ʳb 3=en50ȸ-wzixVUog};HO~a\-(uq[1µ UYͶP5`J l !҈Buqc@7Gw>gڅajoFux{/ltC%Lgrg3SKa)B_ +SvgOZ' I^kJ3_뮏AljGꢑV-K3;xOu> |]GmpHK\qM^|n‘)j e~Blo~'a_k 'rh{R0~lKP,yFm{TXtBC:#gP'qxKo*v=>?_k A^:!^ M kɆV I=ݪRA2YuW+JB Fm;Nœw)@8`S kFp|OǿsXUS-/.Ӏ8-JdH(;fœRcoh*e[UqT옎#LͰ !62P$=JC2J#Zge9X8Iݚ6&~<ڀ9> kY_ wIY#B@XS? TM0 _cWV "V668X? qę3z&Z=CK™ #&b1XacwZ(1b$A[fO-@^#\NM|/m?4 (d*33=6 ܝ䨒yeh~d#7u6 Pc`^w%~ffvm06%3ƨq g5N5y3rlO;TF+EL1A_ *r{-t ȪԆP$8AC8#gVv0rpQtFz$ͧ:/H'Y<ҤitzjտK\dmasSm`h~]Sa2/SE( )MV! LuE>f㴅O9n p<$cH뙪0:z[-h2xƶ!gN)rt/9e3eѢ̎mO wYR9b3Z;]- Q]ηоf]9!~knTʏ;z5rH4WoNM.W/K@PK;r$-~;gJ6c8{Qf쟹I%{~vWֆ;u+`"92+Nik/ 7b5+(ʆRJ׽0>*0/LgAjhW W.j*1?US:кV.JmC<. w.%~r=yol1f ;3Yk:^Ecvjɴ՞4ȣg~ ūFH%#j" fv1H6ނ|i7g gcQ0ʂ C̎y~P Y}@7q$v7l%{3Rmu 9>H|Doˢ J~x\ dG "P)"=Zw|;ACj 6@1X3f`0. r_}}^hnQ -u%%[V?w prlRmC:$plTD>#K+aѯיȧ䵰X`o"Ǟ_4?|S$ ȩb/Lܘ!˽mH:/ZxnQhTVKZD A{<{~6j,oHXK'k2ٞ꯵ʕΥ^okUYuy:llOIPˊ\ʭվIUOf͑Gg~"G$]L8&,v>7PMȮ{}Ee!ɶK*рb3dIZju~G~+'rBҒJayFё6.̪T ~2EaqyLԡIgXh\E`Gnݓ[$L +2j؂bчH1_jO_Dss nC#;+/mrMjv-qYT,g?ДK=2sCԿ;IL}.[[ĉqc`xgd瞿Yآ{4y||MpC H+|b+̞lY?3 >q9ٞB;ELSẲ;F̗^s9`d K*㥦Dyz M'-Y1I6Sm %Q@H#%Z$v+iNvHz?{г)W+/)R4f̶3¨ta޺H1f'[~מ.Y^O8a@B`vV \lqjY79)Y/|ICVH/}~ sg>?%2@ͧ^CީR2qp rM],j|1c[hL}Lm;mzƏrްuh ]UxsmY<FـJ=NWhPIQ|B+Jsus^[,r!F b|tI~ 5-p5؁GƤb/pS&hi9@u8~f&0G%q XG|cQߛULxsܙ{%<}vo, NIx;lЕʉ|[UՀCƩ[*0s r// W= `jWpzQC>gأV%h _*6BLnG0*u6ui6 Fk(>2W,56# =\ԡ;4AS˲^\J˻zzu#lf_ 0ɳkwUP[}b=Oj[)c/%窱ϩ  ܱ1EvraR$_z:0qNAK.t6 Ãc6ӯY%P~wO(ʧ[~ 5TKl)*W4|uJ&%b n#NNEtV!/{</GP5%դ(P2kXQdc/z 23."1]}.1s` (VmmTZxN3 A8At8џpo rcgs;/S{t.c}U'8ZHC}wpѐ{qk[A7o:>V({A6v rĥcح S͈[ZxO4 sqMEE4!܊KX|`Ќm@4\i Qw|Lፍ 4@ >IH5Wh#R+hw&V?S') k6_;7tYngaŷ3]P܂\B Gd H3{;6`tPg@a{r07r.nIYOۆg(#> ^ tItR6HorhCMM7,c (6u M"?#eܹnh9[jR4TָT! ZARW4e2쵤Nuo]y.;s";'{lҰ.8d@@8D/0\n*0Azy S%dXKq1OH^mZjgA/+A'gg2dрOt4̔o-Ak4x Ϯ.aM;nF+*AvwC6G h])m:tM#z oΎXի>mYV+2,G {y4{yiL1*KOKĕ]Nz|>K}+*ԔAf?LRIFx]r1N4$c1TCJ R >2`iحoplTf7}=Evy 4}D$E(EwN'm%QbCL~k$IIq5Н}'ҵoDUTya`͛F*2Qr>Rsx;$=[Oa4,],q7GȊ dNܗNeVsdx3~k9,ؼ1Q ]6ӔkkA­-iƬ> G`U*`,nsPp# 3PTigc(8QhMo7mQbީɲ5p+I%0e#|sӐӥb=S0}]Ig`;՝ȦgϾ ~.TCZ@$Q(0oUb'+!з1Ae}lu1;AceFyj3a{+S{1f0JDCq'ϥRؠ!. LyR} CrLTHBU*4 nTŏA[ԋ|A@t]E L PͯH - %"ulZ_?̾J"f$hi<+(9I/iHSb<|@ ޛ3hbmN US%,׷*mFRcn]@tq0K?UIغd6˻c8⎪I9P\q\R6cyMa`jZ@?UGNXCrY'߁ /6ow޹jqn CgT U`8%ncO-IFnhoj>MXOpue7rrך 9CR1/*iR+1qz7y4$0KbZXG "H??:g$Ts-vv-!b; _I= ۛqFȃs*Y/Rz[-Ft=n̮#zy v.ug(Mù45UR KdJL@ x@fi}с>Sj?中Y8vB5?L] {v8}zy,{̺?@J~׽߱,:vWSgbl"͞n e!9]-;Lއr2|@% MX(##uXP1e+\_uQP0pB;q?bJQ+{B* j;}8 kܞO_JIIBxzVk21?X(Jɴ 8^nV7V)q ǘ%&n#B% 6LOxN}[MfcG|XQג'_G.$!C;k%]tpYL9ˋ\_)cnwb'r0b˓?ģn;:R3~ CoӿG ;1S׶ oFnjgʺVp /3 SS y_)~O9^۞=O\fN;^q5`0OŠ/WkM#|i"!`16 WZc"V۫9 .>p!$?UT %f),ې.AX.㐈X뫍k3!֠Ǵ1K=q`ńﯱvGn@!,φs~|8{_`6R<`SQ4댘 FAd,<7ΥqפNt]FWte& +2q~}R/֯>=Oy>$'ٛ%q֠(~fl4-av2jZʕ3qz2 ߵHPBik?fz/ҪZy@/kֶݯ.i\R< eCэ )<⸦MF+[P.#?Xy; i<5 lf~Зk&c&"}* l)o7`j ,0\喛 - 4R>ߥMq`$ltht^ɂPݨ|+ [T;Rvc+D^zE$*`Du q;%xѲIX|'G{);iAK햻uFm:Y  k E/E$!9KPfn-Zޫ|ϼl$M){s[jMOh5ݾzKXYt 'JSPuW_m7=ڎ%Md ꒑L 2#MQ&@pŭgʡp_|Q@;<-T<Kh bJ$TH"EPSPF!c^c%mՑsR0 pՈgN%/͔=˛MV'v#s^_;Z6V=ÂŦVUD@ I)W!`+n &ԐTxO9}w#=7a~-4V3J_ ;ˏ߶` QJciRKSd<ܻ_ǐo=+9U3'Xb54*>7|x"x(u;1m4t_`CAC edNH4y;΂Bx<-,N "$naռ8EUG@nkXrv&%_"ܨ8Y?{I  j' ) oAkbJX>Un޵zȼ='ky-ttY)HEYԇ?-@j@^a,͠F&kHmKu*2cdHcO1f)Z=6RGs\+͙X>'6Ί:D49Y?bҶ+k1yOT>S Mgb [ [:H9` txɓ[q <+73;x}@ FP-+T:ĉdfőVA'>XTxo]ll@Kt +,7˲B Kwѧ?wzs.mf/Ǘ|RR:AwbqDK90g>x~:|lZnB nZ7ܺ ^&.ڲ;0rP^gap4>Xd7'YK#~]:"Ωǐr.UELϑ{cP#"mdGZU8ש$$Y2CeZ ]a9N޿E\ĦdֿՐk|-2SڅL,9in`lRjȉoOVHiJ .dǐ*`WDTH/Ϝ#6pw  ]@͏r} Y(4:%L1Ԣ6j'x"ugn J^L(}˦0|V?H1qW?M֙8ؐ7A5`듪sX-US-CG+m|.~[j%ɤHX.1tiyGE^/K@o~ܾDדY.V@l߉†=4 } ?١9xK]t #MQPϻ[ǡ[zC''B@}%&xxNzE x$|KSLJtvA %ż]Xi0ۍK^꾖_d;)sqծRSx8`A1#Ynk!H{H_#Ҟg% hCϑEþCAiN#tEqEg c~OVM*vY9?wo?"ӈ9H*~k2nsם/L~)&)sɀ7GAS{:}ggJ8/qSm Qc/){+#0Ǥ x1]/!ᗜH4X| "F-FFB}mEf$DM#{ݢm6Ť4^W} 3vpýQz8NH;s /CZ0۟Ub s] Mݼ*P:4*`xuǤy3hDx,la͖*ls/NsX ٨b2 kM絤 c +9))]x_0,sW,  킇8G/a} $ 7<\^ GC&C ^rH;z441[DF+7a$B=0E꿁# 3e%sEf:۶@z"_pBغ@3ZPeS2Il~:#% C;PvFQp§ORҊMwfj,(*˴,SJI݀Tz"ZXr/YՊ T&H,HO#, jPwÃ3m >y\ڰ/e8X@|`~dz.;^ a_;ߨGЎVs(َ2NIMgpMJ*V$ uV#փ&gQ'^l÷>5>/}/VNx5[ܣyWYInDΒ?rV4H, unUEj%NaSVZ>Mz{Fpq |`;zˠU'C*+RjפMQ:w-3NEgJP=7Zt8]^EX>⁦q#`*Z*ãZvgӲA'iepB>pIbmo>h쁉< 13G )L6VFȋMug LDla{$Sb/_Xf'wj)΀xkzSQN~^V2OBd/櫭ѦۏFP9"5deBw~oCHмċ̳0&xMiptCѿsdByBxJZYRAH kgja 2) 4[VHۢc>ж'Ω≳T'93mg7 {0a)-WicdY&Pxv{CQz5!k-Ej74"WO[ceE{:QIGL\"G"Jo6#5mWOWwknX.0V~ˌ\rيϬ3j~cNpFv b9;/%<8 [Ň!Sxz*DhO/X`UgNt`PRnx}(k~7frk9 jڕUuc҇Nyꡞ]-HZ=r'SlKܡpd,O ,oj6g([=֔bnɁrHFBzWe{^| a{ޒ/{kEOK/2 ; $]҃_ÆpR мőfFԾ$L$?y 2GaO%tbFY<[75 J-=H5sO)C3R'fo'4@UJC&dVWPނ$DNvzKĢnC,FcuVG_iljaTN_V1EgwHc'k_IJ9 ?97m'  =g5R QRweTjxEwHver-J saNI $gĔDi<|t RƖ5ign ЊJBp5K{{#=LzE6jU1t<2=h=l\}/ lL[=s9=ذWKY%% Ux,.ѩ{W>C~} zz{!SiE(L֓ YKJ!!J'm1,e*.Xŷq)cp(0h佻0P|bQtX 2'MDk 8ab,rjkeAN=ZlrNG[WZ&1[1Gq}֣QPFne)%X&c@ A<𗔨ғ}#_M81@/_d`Jg!4m[Zڞވõ>?"GLE:3}r6Q#LN+/ ^CxK= 3ҖxR齊Ng`m[%nf/]D,rìJ}b// ^QWMsXy) ~Gw Jv>M ~ŅĽNB_`v w2P-f% \܂ecW k S/r_AŇwSq|tCmodJab掯pAC$y#*Ӆ6_КƗE'OM9YsWIћx4!4W$ Ny ɜԐ\$c >.\l+ g^\gWF+\2~F^?V^\Ju%rfxmmDCυ{--{l m*] 0o<So qΝ*Qߍ zT?qCwD %+2.e@zXG)##:\x1bbzاnd,P5]t Tr3z~DNi!'?[Q5Fjnx`&sA27扄Iz/ KEz&!Rj9c9uf- K׷B5v5 ]i!7lk8gqv=$X\ I\m}(FXa7Tu7KEt.ln-|D$x,ZTIw V W>d2첤)i. `h)`"4x|p!퓂V7N(崛Ia :[VvG"(Fdzv ') H O2I`7[&qUn験92%p4 En%l 6dq]ql3SJ XDl?(搊;nSF L|ul uaQTCf[a1s& s?.L$Xl꼷IB;=9ǼUV qCHRvܺ5`qVOy›VW&"KO@#遙jFs[ԷBKբ=jSuT#6fL#`.VHRWD8U\8$5aj`Ob7:d3y`߂wWS'\|F*ʢtoJ#;J~ڣ)BW]Χ8H+9#u5Pxݣ({!#kds;kU*Im_E5ݶ5 ޞB?)R sO ٍ9)c/|fVLrk/EBq BsYW2A:$Hu1 K w se'oePPU޶s~=r /^ zfM0_wvK3 e_v\Bc@]Rj3Ν #+~n XmP# KB*9IF1|[o&:~=]pl;=@ 8K &4]1.8U+?@8E:S<Ƴ /T1Y DЪle^ډGDb2@HKm406t#FtrV$.E$Hy^vC3Iε'q!tC~y7S1ֆ`FqU c6NQ!PIwʡs&'9QqL7.2Q-3nVKI ^rӉzUdm] L!Аko]k2.ܤNHI>P,8)%izl6 /P>j!_wŢ|pQ(2o2K;ɴ;|x̾qi2y's3~d _D[!m\(?^- 3ݢxĬLf`6P~gO,!CCa]i/wu:3mͦr+UL߿t@LԞaj/5iM↢ ,m-G,{&ll:E}md%tZf\SoL:"3L090eYuouuJQnAj71%,5Od YiL[Wi,p_PqvbVGxb+7[a2"{RTĘ>Y@G]\MEc@=kHO4 w3M?U<NWc!Hvɠ3Ws\w@4--m3@<-ϲ<ɰj˽/&>^ $CqLccH~@2TV"-֠z,!LMG@?Ub)Vd)ƥ)4տ\0KR4%f }r_*nX&'ҫp*;k =aeH{uo986-X٥7= 7R6RM=##竢C(N uPV`MЖB  +3#U\^ a)?{x K;@:ݜ GvN 0 BܮiL}8w=m3UTj↰#j@C"|0UI|T?EԐ"! V9s3.6}Uwdj_& cRq-Ƭ⃡E#"AZ{TtmJ;{_[w,6o!ɔ<7(&YAj(^oؙES" o11Gb|;`#W@sXZrck&ag "[JDă$`O3G6#L$^f!b"23ZȄƛN[I P^e`HV{6N bn{̺')`$bRcN%zVS^A^AoQ*?$!!X|ӯn~ d 3ކؙ FBV&p"Uօqs,i3,Q.l8鵱=sf\ٸ\JAUxF*UڂAPTGv ;y-_׉GZ2 p&ΦdPchWoSV؏bXEƑAѣUXnKC*]w1H3Q$O}Lչ,Ӄ_uy٨$or*HA?%u}օFgh5U5>aF%z-3uiZK!"H5-yhmu-h*)q`Mq.N90)t`"0^PD\[89BbH,Y~ 1E.X'塬r،bw񜇣F[gx9T5CIyhlnp\Ёk9&{"FwP[@b%ifoٞݷk~V96?FR%3V#h\Ñ 3]W5imszi+<Ϯʢ^z17,v:M3)ߜj<VM)ؚ#t3o bf@c2rTV|!7[/˜t¾#C:~myyHdU⑒:i: d2~5ҐPH5zQV$l3bMbWQ`ivN>nبa (a*wӶTYe )iH|ZUX +X^.g`LR(y@^ vן!qMwJ>G6iFzUv W{X+Os΍"i,H}0hKTUD+8*'1ek*|R8Ծ,``ĂiI1&2򿬚3m'FNˑDGX! gh7޷8W*9|-$$]ef"̀WYq΋֊ DhUjC`D?#ֲZL]/Nq`!w7n#C֡Qy.J"@u> &fyiWCH8!܈$[A)z]씝2Wlt7]|`lbjث;g 6󮦴JLDS—32Dla^ )3ᎆ8U!aq  G<,ٌ 9D["OOX}֪ j[z=)EY];8baG$b5TOjrI s ^"F6e~,EaHvYD:*vn!U.+b`ol;ihHN!Lg:Ho٦]“p-ys vM$r)D70^Ԯ\#Z@a's  oK VUf޸~$YۀaqEO6&v$'nI҃)N;>h *(Z~w~u6|urݨaCQq\ bY=Kt 㱌=3Kև}H5#LdivLxbsט52ɷ z1]ni! ~P݀J:FȈ܊è􍚡J6%\B`&},!$ABo͗,f@E.lYx (7)'VYXQњ%$Gn1)..+Ea$3#c >i J3t4=>L|E^IN& pȟkjɎ5Oғl yl57T~;6E;Y &g!mN]:ʶԅrYԕ_x~GiMmlay/$!6pHVOrI((7d7LCGUdru)Bun(gץ_' 3,+c<b2׊ab@'(zkD~̐nG+A]VY1gҼl-i9ke#ݭ(/d7$%3Ն4 9rl̥yY 4V_77A$'Szkw#1%&:Ǟ^(fw Ŀd9`^i|6KR)Eʅ}Bt$i]ǩEd@yfWi hK{Ѯ(L.!j{:ېAO)/ek\Aw45mzC_: ѹ([v ukrʰR ῵aU:QH$Y<%οf&.W5@ռչjlf1ճ$<❀ fڼT4 [t(ow#T'uZ/LfSehuQiÍ.Dl߉"EdiW)k7Ih5u?ڼ_fϴi]r>{Na+»2V5e ֌eـ*I=T zszsv:nc@j֥gI t_æ0 }Zle!ɂig& aws`6 `3б1L-W>5b߁9/ӂKD5 \E.|u$yzL r(G ʾ`nC_3۰- polaxg~@D7-J=$oPgk%v=Q''Y,A65&NE Ɯ3jA Έ?~YN=*~&.XKܵԄM̠ґw3Oåu/KMG3#`A½˝6xW+UiyBr/3롓 XˈK*H]zq$t<3᳞K -p4~A+e!҈r[pB3^ Cdd)%@뙞]}AV!ˮSHn5"i \hi\HPx4p@[M/MSo'fyW3{h3shUvAJoCN.:xvM^nC61)u3gz2 dHB5N,e#zi5.FP|kdsոKG &e65TGekOr&!umýOwow:\i(V7`--*~cd $\IJuntawS 6Z*VoUbí2C{JœdQyv9RPSX( b"B4NAzFw$HKKcs&sԕyhPɰvnKMj9Q<JnQafN7vFB$t!_ۣчM2** ?H1锚+̧f(ENVa~ eoH-ݒZ#ږ" : 9z8~1$@<(bCǁC1Vya JS]#$ʩ2WqOrTg1MDXBk}](.*-2/ aF|b R VǷw m˹paT}B(RuJmf6C]x)|]-RojZO0v RU "4~@gy̭q 8=K|hr 7) lafH4yDN+Q9' J vZST~ ` Ip4TՂo^9⦰:œgRCR1#`uJgP5/srzf8ܘy&e|`y O͡0ZEnIq@ Nذ$тx&?nE7Q h hؽD?/rI%KzE͌QJ="l1; WL,+ qrB0r>}+}'^=[r37:iGe\d3#9k9uL"wg> aJ85wrR؝xpR$gjG <JfEs1QK=[ ÇP^u"Q IDf{ZS*E!8NXmV}N[xsSUcJsbSqڣw@?z֢5|~;$wk+]LwҹTM+-xT5~V⪘.$Q`%9sR<Ӝ'1m Mt rYQA9dLE +,$<%`9af "B4Si3T@]y7d8g`̐bAqCP +`]$ ču6]QsD|EhrCS)Akn̕xPNu{ Do&>8ݾ:fPMÂ!CC#̾¹TqmqE9ĊK į^#Q샥ռ;gD|I|7H9x>-:M*ø6\8/:9WA)_EM*nW\Q*j6[̾!9$p.kfr4t{-lԢ oEݔ{vќ2Q ` f&z"ΕD5rA0 X2UX~+Z`Zѱ̳+G-mvVЈH>uя69˚N#NhuС-cgкŰn )mK&/mVf|2&t̘cy+ySZXl,h`#-P$BL<+Sb"^k$O*g0zr1%B[bMVbr ׷ Njwdrq (:q;j m;*%?< mNKbqSCPU(CU$׭t`Ң 2$Ժ+2FAG%~Ѫ.?rcfIs!z v{">abr$\,%[ԍA1Yz\H@Iz7`NGwF쏴G-%Ty' 474 a״\=EL|J = ]>yINIYo!\0 +eS _\ 69ykD-L(<#E¬-eޠ˿K 0b1EP7yXES;M`I1%U:R67"_6g+ $ h ) e϶aCߨ s8Đg=uymHId**S*= 3oU_/k!e,V~ݟf*P=Y*ʮ$AU,}HH1Q/uaԱ)/ >1 uov,. uU(G[q~m܆)vJx?u S? @f73dУ 4` NQ"^8$@b&A]^ ^Lqʞ+tgc3!!.e]90MFHfCP r`4ut$@iVze, S~`ߺPЍer9||JF 0q#J UerD f#" !Bkֻ#ĤuEGC;i^l ,*rc{c={.iyIuI/o"߀-鿪/ߣDh-6 }oIX3hxAtю@w#ys*/EXuXÈL# $ hi f79I0!8_lSg aKt&yF7^W^f;C"H'yPW3񪅵'TMs5W{?>0Q2r󘩦 AB m <{Ǵt"ǢO0-2:4Yc~W;$!4obkDq6.-d=ߨf!|!x}Ev꺙{> .wqluF6"wKynҍJ10!uZ\Nz(D5n͛mq2IIB+Igf%[^ {B9 jFSEbICq-o׮ ]W+h6D[gZ a/] P*@_6'P?kdLWe4tM@ l/׽V!A1瀎bۊT 5cHMEqlU}7ץӽ7]1-^TD>ֻC N mZuz%FF#_t|o06p߂d|EU UHXIñ7Z{''ʼs93;I+U zZWoxcT{>F=xǗ{n9x>#K=c}L7HA>tYP"!79HÕe7e#N nzId b$x:BԹEJ^gb,T*G]WRXBlB3i(o#㶗q>ck)cc? ~KĻtwLf_3_M4?B8*`mClC Ε"QPQ1&CO<_PȗI\& SixV1 U|>:{^+R^FRb8gó3u٬|2[1WqsEDJ΀jҩqlEr]F~Y"fT :bdW|Jtja8@UD(~ (t:ҷ?.-.dO(1f(aNcIJgrbm 0FS,)v%}wLۀlAĪtSa \Yƺ:8&SSZZ8C~[$F`{u<)aMBzHCnkJpw \,6KAX?(LSL!ʒ ?v8'ϭE!h`@ԺFae5 qWեs@ÀM" @PM1ZuUKP$PFfD J˛$u}-x\ YSˣ̵,8Ya1( /&Tװ>JX:mRjgq -R~~"K͒{CC<*G1%{d!JkŁ^*'{F=xP9,C />D5e׿ˆOyCEj!zNu7@,Dže{$+)J^$e`T3-))2,WPw'y7Ǣk*oH=-y׊w0G6EuX<@VAj 5uK,4R28;hMՁCx@$4<7xkpXw`aZJ/BK,r~z dR;!ooJ{j9A7(aMѢ>n)OM2eEnge{a ݔ Dlq6E<'%){BuRPҜWBd.bؤJ.W];4+=s6+ =k-p=Xӫ/rbwȤ_.UѺ<$A )TCS(6z!,rI 4ELzG3H*4Lh^4]EŘ d 8Zs^nzE&odP@'-ixv!-ZҐÓ?z&I8` Zy@+|,MDŽyM%Uj퟉+6^^֑MZ3bDɨ[ 8DžkU.FNg >+ ;#Ax5NSa;FXTWnK^lj15CC FDܒ655Ew(Į>ɒjNC蘔$aNoglCDǃR Ejޚ$WKR} CпӴ1}:g'|ʰuhnp: EhŽED5Fi:`SgdY%b֍gG%8B/氋Pk')6:ݣdP/@m.c#{琓HV.uWvA1`> |6GN% WP=xX( HeQCaEFМb6Gk/a7ѲoL "c4[O >U5'?9FVEQ4P+{M<7]2u#]8 fh$m#)d&wruT4i0ۿ |R"8eu/qQ}"/h%&v,vu:7GlfַP+hVu+6m-ڳKf(x Jb!LPq'Jc@ܣ9.pt_EW֚i>%UMK@Zẗ́˒?Ωd ͯQrT{g/5! h+ۘsE\BmJlH RcT]?eEʺ$ks[ʮ-B. 'D`k*=Ɩ ts$_B}#AMmf[sSeK؅<|L\BnyJ.EnجJh ,xۦuI7BrvxЬ.pCdUc6=O%$I> l@.(:ɿ+52]7*lOKm켣 L \J(O+` P(%-Y?Ω7Ɠ@% \<)Sn BKnl#9K-C$Yv*C6;"u=켒g@"7yh+fnK`iM3^^#2)o)9[TK'V..̘0D*$L,,kUΩ;K d<-}g4yF2)TRGgV]t0ukY̚[T+pSH 4ޣ-C?qR`ȸVa;O_S5v*5Ă Xݩ⡟uxuQ˯;/iS'v=uCضk%TpHe=y~ML)`6,`iyS}S˅+ GJFt A]{ #jhy¦nl(48'~=Ջ詐=t9z x-vy>J,h/ $hJM஬Qߡ_}޼[5-\x˅4nw1QTvﴡy%RKF29i(3m>k=v*3ݱE'Zwa1ر3Ke##ҕWƝ! @A_eN mFmV}B8__*4Ym?їrgݔ;?-P ,[*\Md]C;— g 2.8W/q}hG!,gAzU]tdgAR%X `h >ӭ(qdC(EZ̈ľ H!o -!}LlDJ7 f3oz啁͋_ >   40CmU<*҅ a}Cϩ'vVF3(6LϷ hsɘw6qJdɡdRbYOŷG)xOZp!ʒMǍ0L_4!j"I)oEF=Q tK?׿ yLy:}q;0\^іيb.KϏ:{P!MFafm>$cڅxH'ɪ44/~1M|gY[6>ՂZZ6wD֟b p2so} 6@'8SBMePaa|^//]`C ^Lq(k$Hɤkf9O#\~Ixz"\CVoO u~P:shk+Ksf7v`uբ߳L&dKÃt ;:qU "?26k\\%elepqM^&>9pW,lv}*h˸10d=6쯓H5ͺwv_6)m:lO3EbHj;Le;T |a)|&XCO#d}>(ke4ldm0@t=+]D=ۧdWkq[E^{޶8{3tcCTU~25}NF"UНzzG ^(! FQWѣ >f<* _WKRgO)0ӿ \B qR/qhpeHs-P9nr"fo=^ZDM9B+xs6O$q%NXT#\>,@B+ۂ-)d" e6>;N)$ Uk(L;?%C6օo%dXřw# )ݮH|IezS,Ya)2lIFtH&3TK9% ؄L2m[@dD@@;r,MɻbypK!Ǎ)D<hLUuW8<8uDv޷PkS^LG̢H޾,7 U:Yjts
(e#:>Zn8Gf-Q(гwc` >vdz@2F:IR@W#K=x]K;qjJFʊV C*6^]GjW{?3$cϯw밹GeA#1х e;fucke1mĂu-3svnh+%DTT/T?3/yhHEŒS#j!̴xdRn@9Ď?嵼M9G&3_ jCFHyZ z僈ۘqe+)u1إCz}as[ǓpLMqjJ?sߡ%_`T]5LL ?62gÀ,~xʶQcuY]oU}A?FǹLj£ƺtP>7ɮ#500@HZXCtr\stg7?k~ʎ>d,);i8ӈ *= DL;m;#9kMf>jm$vV)h/=!t+Tvk+np&9kp9m}|C Usm(Ϭ< YEc" Mw8ǝ}ޚVǀazGⳁgb'd -~aǓvJoBWB³ԕ_L v{mP[?ANtwo^bcM܁ ɮ=8VaWcc{xu- j.Va&m{]#x|W85 ABkb㒥]'&:: P#2PXJcGx]oeSB7u;6=Ixr%@':(( 7>$`f.!Y:ftUJYem}~Oe"=6݄XPqa4st_W^ Lak۠$nEx`?ߺ߷rW|D9&qj}{>F-9XZ `ij,+ϛN"$P a] UfYnS-ow S;\"( ( e*D*ȐSp 3asGep4mW.9b0"&oᎌ&:|Y5I-On6ǚyIQdR[Os1E;Oy]R)ƓqskhKՈt܆]*ez{n+ OTy5 m,-BM\P<^v`GGF\J"j1cpta9ZW+H v$?45տPq 47w̷|ytTKftWb"t~ mc "Ndj&'񁽴Dq/vuf3xmyOYjkqZ衻+Wg`N?oǧvv? s @L X@WC#1)[OMH^. ѷ*?"(-hݠ_X6!4<)cy#ȥ&N|xH]rxC1G"!lUI8z=I)m c0H!ЃxcwFd2. ΗykV9U*L|&Q-s.&=rn-LA2KUjYBa\plccIID3tgk9cRuj.: [*7+ Z66& .'ZAǺk]zS"bЛht\m^4=;H--/@ ѭɅ{(x׋'BB9eo]UYBTe-F e s ècdž;(LBaONa e* #!Tg {c/Ǘxؕ{(* ^#]!>&Y{f! ^ ͘17{[ ly%dFI H4R6Q-_h;6hbaV8mqE^;mqn%TE4kFeucn71mۆVbU{9z ^s (?kbZ`GE4%=AfdKH1aG+3EbXH:NƮZc 4\^>BGvTy:"\so`;VtXœ5&~ ,`3vMҾ,1$Q^j5&c~2_Czlij׾?9TX-wg.jq&9/iv+اUiRL|3D?^CϟJQVS%Iˤ< EZRH0i ?*'Y{OaIKqs05 ۘH/\ט^/Fr)u`G*|Q1yin63Cm}1hkGGs]Qb}YsWFL}GHLXp\fd빬D2֛N3`c#G3UrtL2M#I`A!:Ѷ˘ķh\W8Y5()i7v T&ck;w Kn cJa- E.W~>l?֠ZtÚ0xZ70#O}9yPA'M߱k#+P8q ZG*"-}v0j%Z lt|½! Q뜩Q䵚~-F\Gc;m +u[r5[ aE%eFawj" PwBZtZ~b UdpeJ1cr|B\Tv"91Rf{0־ '77֨7'N(è ?f$ 1mzFDy,cM(&'n;XqDE9s|,{hzl5#Hco$ JLڧzK4bԉҡxB^ ( ^4l&IBO[%<\<@˨[ 兩}B(Bx_BYqy$ < em}lTuwe- sSޯvd-oY0 xiSd[KLuX\4 3bsDVMa5\}eTj@NΌ7YH'n:~6ѧ/i*`F7S6ҽEՃ}Ny`bٖ mC\GH#6*1kWOgS",װ4GuP~*Î`VZ,Xm. %kx]DMbyZņnzKpcUghڤוE<~Ḧ́Z^Ūx)&Bh;A)jCRFl K2!_S^sF2 qinbۈaeh:!g-z0X|j@l1`2io+R8-.>WRFv]eAFOTu2Wlw;AJ 5dؙ[]P 7n y3 pi)C{=AAMlP^g혵b{z?S Mw6PeO 8*=?;_=peش5V8ۋ=YM(pNNVB Mފfj.vއ{o_pz.kᎩʳP^vK)K,c Mx5?f5PGQP ^ .372m%QN%6lO?+]>Tp"=l LyfB/FMh7QU;IRz 4Õdh;E3@1y,811k[MeGyݤ> iY5 e쥨i*\ {˫ݛ`^:)bqw')-}noȌ<"ypxfpt A/yZH&'Pg!ק3ѹR7o[-Q^k5К`Reԯ5U\3DŽz~Q $qA!Y`R}Rf=,\:,̟_ŕpVs6-{)s.jn3š㜢`i`G zźb`Kp\Lzu)֞00ȄK͑i*2 5h\\PI8Iv,ؼl컙"?aꆇ`%M'ETxxR]ʜQd%-Bě{`o5gjQ;Da55Y7m @5 nx1<;ܐ| h@v-XUM52F$|biȹ:݄ A~r8vؓ-G tD}\t$Rh|j(2X˿a.mH8Gc&YH;&_icn5N ,ou Nc›+s$Za84y~k\f n2hPn;j:GHq@dy)_kw{5kd,2CǷ8L \{,Z`#.J'xfRtzO'F+Bљ-*,5T=0`B6kuZuQ<]c1(r`5qb2l6AISt-77D Ca;4"DU,p#]pdw{F,őFұ@EuJ\dqSH羒W8q ^<1ѥuT%p7]V|?X0+vٽQ'~x-%2ز+< %!J$ hƊhV؜ɚ1Kߜ^ȮZ:Qm:~y ?"Y1}>e +(Y `OyL%;7Sʋ}+ U.>-m4HnSv›xع(Gꇓ2G:%a1e16%gvAMQвo; BSD#[C=2H}cFy:CezlWk:Ƿ|\0ět{+ŸGlV@9V9ԳRW!䍠NNsXb~ueg7ZlcƷ;l@@s> Z1"Vcɇ$q(C*s ʦ-{% W>p'yǗX]E+^݉8j0Yr_M:2!y?a}uU!VL_Ofh / `P!.q{wvL_M-Ea*)w0W(B<^-zħ,Hh=FjU!!klsGG1eYݲ#*!.&M6f^p ltd[_(dȖE܋9\p@@%M[;؁9'13dlC n+\)Fli{Ut[!GLbtr(r*:5JuT/63Zh5 W4|*l*s%ٮXkp65 VRj&U 8[gxO$E8Ɯ#z7%Ř{6G(ô=)|Q` Gr3`z+mps>)vCHF~Fe"GLrE[2O1xB`@vw,мEifO p=8nȏ e롛#r2AwVn w%~oY fiXjRvI)Kw m;;K=^bq4~zş*a)9#dJ9b3'! e$a @ա*ّ3Wuɞ֧6E9ӥar-/ͩ:y[Qgv7wV ?f!F{/!F¬ĩSO3G͆HhӅ6CD>EXytiN{D I$RNN1b49<b WFK_?t9 L?t9¡D,$,!ȤIn-YMi:[k޾No_I8%x8~ QLl#OvJdOA!qK9긦NM8Pl*OML_^*j.ԤOiAf=ǔq|5C-dj ၖH8i &F7;E'@{7xbYJ ^"pL/^S҆l!@b`\ꜛ؟C\ynP) V/ڦ3SrcbiZfީtu"m8wa7"gh[@$9Lh@`S=tpx-褁JZ=>_ld n**'f=?7 }