openvswitch2.16-devel-2.16.0-43.el8s >  H av !F^(*vo2̻=uX~u."dLQy 0^sV2Vp "৉WEs5H"1 vkt;GbZ>ZUy-뎖7K ^:|Aş)xeȥənO=U< |kG%ǿl\$X }?MJ:"Hwk5+>:RgwU߾sMsg;07n:? R0}W>E647b1be17654111da888433d63385556aa54357112ed9404377da0466ededfe7be252948e9e8bd3a426e7a37fc3e7ac643b5fb81av !F^(*v y. m-\߷!P*hkje6luD8K~k"7i%-kCP/4 O-$sܿǒ|"_{g E*'ﯰ/TsFX (>p<ɸ?ɨd ' d 3hEE 2E E E E EE=EE`   (8+9+:%+GEHEIEXLYd\E]E^b8dĈečfĐlĒtĬEuEvwExEy$ X\bɤCopenvswitch2.16-devel2.16.043.el8sOpen vSwitch OpenFlow development package (library, headers)This provides shared library, libopenswitch.so and the openvswitch header files needed to build an external application.akojid-x86-02.rdu2.centos.org CentOSCentOSASL 2.0CBS System Environment/Daemons daemon/database/utilitieshttp://www.openvswitch.org/linuxx86_64# PQNIn)7@9<&K+* *.=U);) n*< V U yy'#BnL8([ T . n.q=4 U Q N Pa?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a=a - 2.16.0-43Ilya Maximets - 2.16.0-42Open vSwitch CI - 2.16.0-41Open vSwitch CI - 2.16.0-40Open vSwitch CI - 2.16.0-39Open vSwitch CI - 2.16.0-38Open vSwitch CI - 2.16.0-37Open vSwitch CI - 2.16.0-36Open vSwitch CI - 2.16.0-35Open vSwitch CI - 2.16.0-34Open vSwitch CI - 2.16.0-33Open vSwitch CI - 2.16.0-32Open vSwitch CI - 2.16.0-31Timothy Redaelli - 2.16.0-30Timothy Redaelli - 2.16.0-29Timothy Redaelli - 2.16.0-28Ilya Maximets - 2.16.0-27Ilya Maximets - 2.16.0-26Open vSwitch CI - 2.16.0-25Open vSwitch CI - 2.16.0-24Open vSwitch CI - 2.16.0-23Open vSwitch CI - 2.16.0-22Open vSwitch CI - 2.16.0-21Open vSwitch CI - 2.16.0-20Open vSwitch CI - 2.16.0-19Open vSwitch CI - 2.16.0-18Open vSwitch CI - 2.16.0-17Open vSwitch CI - 2.16.0-16Dumitru Ceara - 2.16.0-15Dumitru Ceara - 2.16.0-14Dumitru Ceara - 2.16.0-13Dumitru Ceara - 2.16.0-12Dumitru Ceara - 2.16.0-11Open vSwitch CI - 2.16.0-10Timothy Redaelli - 2.16.0-9Open vSwitch CI - 2.16.0-8Open vSwitch CI - 2.16.0-7Ilya Maximets - 2.16.0-6Ilya Maximets - 2.16.0-5Ilya Maximets - 2.16.0-4Ilya Maximets - 2.16.0-3Open vSwitch CI - 2.16.0-2Flavio Leitner - 2.16.0-1- ovsdb: storage: Randomize should_snapshot checks when the minimum time passed. [RH git: abe61535ca] (#2044614) commit 339f97044e3c2312fbb65b932fa14a181acf40d5 Author: Ilya Maximets Date: Mon Dec 13 16:43:33 2021 +0100 ovsdb: storage: Randomize should_snapshot checks when the minimum time passed. Snapshots are scheduled for every 10-20 minutes. It's a random value in this interval for each server. Once the time is up, but the maximum time (24 hours) not reached yet, ovsdb will start checking if the log grew a lot on every iteration. Once the growth is detected, compaction is triggered. OTOH, it's very common for an OVSDB cluster to not have the log growing very fast. If the log didn't grow 2x in 20 minutes, the randomness of the initial scheduled time is gone and all the servers are checking if they need to create snapshot on every iteration. And since all of them are part of the same cluster, their logs are growing with the same speed. Once the critical mass is reached, all the servers will start creating snapshots at the same time. If the database is big enough, that might leave the cluster unresponsive for an extended period of time (e.g. 10-15 seconds for OVN_Southbound database in a larger scale OVN deployment) until the compaction completed. Fix that by re-scheduling a quick retry if the minimal time already passed. Effectively, this will work as a randomized 1-2 min delay between checks, so the servers will not synchronize. Scheduling function updated to not change the upper limit on quick reschedules to avoid delaying the snapshot creation indefinitely. Currently quick re-schedules are only used for the error cases, and there is always a 'slow' re-schedule after the successful compaction. So, the change of a scheduling function doesn't change the current behavior much. Signed-off-by: Ilya Maximets Acked-by: Han Zhou Acked-by: Dumitru Ceara Reported-at: https://bugzilla.redhat.com/2044614 Signed-off-by: Ilya Maximets - raft: Only allow followers to snapshot. [RH git: 915efc8c00] (#2044614) commit bf07cc9cdb2f37fede8c0363937f1eb9f4cfd730 Author: Dumitru Ceara Date: Mon Dec 13 20:46:03 2021 +0100 raft: Only allow followers to snapshot. Commit 3c2d6274bcee ("raft: Transfer leadership before creating snapshots.") made it such that raft leaders transfer leadership before snapshotting. However, there's still the case when the next leader to be is in the process of snapshotting. To avoid delays in that case too, we now explicitly allow snapshots only on followers. Cluster members will have to wait until the current election is settled before snapshotting. Given the following logs taken from an OVN_Southbound 3-server cluster during a scale test: S1 (old leader): 19:07:51.226Z|raft|INFO|Transferring leadership to write a snapshot. 19:08:03.830Z|ovsdb|INFO|OVN_Southbound: Database compaction took 12601ms 19:08:03.940Z|raft|INFO|server 8b8d is leader for term 43 S2 (follower): 19:08:00.870Z|raft|INFO|server 8b8d is leader for term 43 S3 (new leader): 19:07:51.242Z|raft|INFO|received leadership transfer from f5c9 in term 42 19:07:51.244Z|raft|INFO|term 43: starting election 19:08:00.805Z|ovsdb|INFO|OVN_Southbound: Database compaction took 9559ms 19:08:00.869Z|raft|INFO|term 43: elected leader by 2+ of 3 servers We see that the leader to be (S3) receives the leadership transfer, initiates the election and immediately after starts a snapshot that takes ~9.5 seconds. During this time, S2 votes for S3 electing it as cluster leader but S3 doesn't effectively become leader until it finishes snapshotting, essentially keeping the cluster without a leader for up to ~9.5 seconds. With the current change, S3 will delay compaction and snapshotting until the election is finished. The only exception is the case of single-node clusters for which we allow the node to snapshot regardless of role. Acked-by: Han Zhou Signed-off-by: Dumitru Ceara Signed-off-by: Ilya Maximets Reported-at: https://bugzilla.redhat.com/2044614 Signed-off-by: Ilya Maximets - Merging upstream branch-2.16 [RH git: f1ca7b8ac3] Commit list: 2571b1a464 ofproto-dpif: Fix issue with non-reversible actions on a patch ports.- Merging upstream branch-2.16 [RH git: 60b19f443c] Commit list: 07a115f7d9 ovs-monitor-ipsec: Fix generated strongSwan ipsec.conf for IPv6.- Merging upstream branch-2.16 [RH git: 349d687673] Commit list: f2ee013f73 datapath-windows: Pickup Ct tuple as CT lookup key in function OvsCtSetupLookupCtx- Merging upstream branch-2.16 [RH git: e370e283cf] Commit list: bd8ebcd10c Documentation: Fix Rx/Tx queue configuration section.- Merging upstream branch-2.16 [RH git: c9297f5ef7] Commit list: 29936a853f ofproto-dpif: Fix memory leak in dpif/show-dp-features appctl.- Merging upstream branch-2.16 [RH git: edae801e00] Commit list: ba7fffb832 dpif-netdev: Improve loading of packet data for undersized packets.- Merging upstream branch-2.16 [RH git: 6ad0375ff5] Commit list: 2595b7b3d1 Prepare for 2.16.3. 6caaae525c Set release date for 2.16.2. 443e3657d7 ofproto-dpif-xlate: Snoop ingress packets and update neigh cache if needed. 75d2ef9a60 tnl-neigh-cache: Do not refresh the entry while revalidating. 5d88836566 tnl-neigh-cache: Read/write expires atomically. fb42c99c15 dpif-netdev: Improve handling of IP/TCP in avx512 mfex.- Merging upstream branch-2.16 [RH git: 07b9bf085a] Commit list: f42c484445 compat: handle NF_REPEAT error on nf_conntrack_in.- Merging upstream branch-2.16 [RH git: 8708b55152] Commit list: 3e527f21cf flow: Consider dataofs when parsing TCP packets. b537e049ad tests/flowgen: Fix packet data endianness. 35244b4980 ofproto: Fix resource usage explosion due to removal of large number of flows. a201297639 ofproto: Fix resource usage explosion while processing bundled FLOW_MOD. cd0133402c tests/flowgen: Fix length field of 802.2 data link header. 2d65b8ffd2 ovs-lib: Backup and remove existing DB when joining cluster. ab01177637 docs/dpdk: Fix install doc. 38a2129524 ovs-save: Save igmp flows in ofp_parse syntax. dc77857ce2 faq: Update OVS/DPDK version table for OVS 2.13/2.14.- Merging upstream branch-2.16 [RH git: e90e06a818] Commit list: 1d8e0f861f ofproto-dpif-xlate: Fix check_pkt_larger incomplete translation.- Merging upstream branch-2.16 [RH git: 77a249d38b] Commit list: f8f2f7c9cb datapath-windows: Reset flow key after Ipv4 fragments are reassembled- python: Replace pyOpenSSL with ssl. [RH git: 0cd5867531] (#1988429) Currently, pyOpenSSL is half-deprecated upstream and so it's removed on some distributions (for example on CentOS Stream 9, https://issues.redhat.com/browse/CS-336), but since OVS only supports Python 3 it's possible to replace pyOpenSSL with "import ssl" included in base Python 3. Stream recv and send had to be splitted as _recv and _send, since SSLError is a subclass of socket.error and so it was not possible to except for SSLWantReadError and SSLWantWriteError in recv and send of SSLStream. TCPstream._open cannot be used in SSLStream, since Python ssl module requires the SSL socket to be created before connecting it, so SSLStream._open needs to create the socket, create SSL socket and then connect the SSL socket. Reported-by: Timothy Redaelli Reported-at: https://bugzilla.redhat.com/1988429 Signed-off-by: Timothy Redaelli Acked-by: Terry Wilson Tested-by: Terry Wilson Signed-off-by: Ilya Maximets Signed-off-by: Timothy Redaelli - python: socket-util: Split inet_open_active function and use connect_ex. [RH git: 2e704b371c] In an upcoming patch, PyOpenSSL will be replaced with Python ssl module, but in order to do an async connection with Python ssl module the ssl socket must be created when the socket is created, but before the socket is connected. So, inet_open_active function is splitted in 3 parts: - inet_create_socket_active: creates the socket and returns the family and the socket, or (error, None) if some error needs to be returned. - inet_connect_active: connect the socket and returns the errno (it returns 0 if errno is EINPROGRESS or EWOULDBLOCK). connect is replaced by connect_ex, since Python suggest to use it for asynchronous connects and it's also cleaner since inet_connect_active returns errno that connect_ex already returns, moreover due to a Python limitation connect cannot not be used with ssl module. inet_open_active function is changed in order to use the new functions inet_create_socket_active and inet_connect_active. Signed-off-by: Timothy Redaelli Acked-by: Terry Wilson Tested-by: Terry Wilson Signed-off-by: Ilya Maximets Signed-off-by: Timothy Redaelli - redhat: remove mlx4 support [RH git: 4c846afd24] (#1998122) Resolves: #1998122- ovsdb: Don't let transaction history grow larger than the database. [RH git: 93d1fa0bdf] (#2012949) commit 317b1bfd7dd315e241c158e6d4095002ff391ee3 Author: Ilya Maximets Date: Tue Sep 28 13:17:21 2021 +0200 ovsdb: Don't let transaction history grow larger than the database. If user frequently changes a lot of rows in a database, transaction history could grow way larger than the database itself. This wastes a lot of memory and also makes monitor_cond_since slower than usual monotor_cond if the transaction id is old enough, because re-construction of the changes from a history is slower than just creation of initial database snapshot. This is also the case if user deleted a lot of data, so transaction history still holds all of it while the database itself doesn't. In case of current lb-per-service model in ovn-kubernetes, each load-balancer is added to every logical switch/router. Such a transaction touches more than a half of a OVN_Northbound database. And each of these transactions is added to the transaction history. Since transaction history depth is 100, in worst case scenario, it will hold 100 copies of a database increasing memory consumption dramatically. In tests with 3000 LBs and 120 LSs, memory goes up to 3 GB, while holding at 30 MB if transaction history disabled in the code. Fixing that by keeping count of the number of ovsdb_atom's in the database and not allowing the total number of atoms in transaction history to grow larger than this value. Counting atoms is fairly cheap because we don't need to iterate over them, so it doesn't have significant performance impact. It would be ideal to measure the size of individual atoms, but that will hit the performance. Counting cells instead of atoms is not sufficient, because OVN users are adding hundreds or thousands of atoms to a single cell, so they are largely different in size. Signed-off-by: Ilya Maximets Acked-by: Han Zhou Acked-by: Dumitru Ceara Reported-at: https://bugzilla.redhat.com/2012949 Signed-off-by: Ilya Maximets - ovsdb: transaction: Incremental reassessment of weak refs. [RH git: e8a363db49] (#2005958) commit 4dbff9f0a68579241ac1a040726be3906afb8fe9 Author: Ilya Maximets Date: Sat Oct 16 03:20:23 2021 +0200 ovsdb: transaction: Incremental reassessment of weak refs. The main idea is to not store list of weak references in the source row, so they all don't need to be re-checked/updated on every modification of that source row. The point is that source row already knows UUIDs of all destination rows stored in the data, so there is no much profit in storing this information somewhere else. If needed, destination row can be looked up and reference can be looked up in the destination row. For the fast lookup, destination row now stores references in a hash map. Weak reference structure now contains the table and uuid of a source row instead of a direct pointer. This allows to replace/update the source row without breaking any weak references stored in destination rows. Structure also now contains the key-value pair of atoms that triggered creation of this reference. These atoms can be used to quickly subtract removed references from a source row. During reassessment, ovsdb now only needs to care about new added or removed atoms, and atoms that got removed due to removal of the destination rows, but these are marked for reassessment by the destination row. ovsdb_datum_subtract() is used to remove atoms that points to removed or incorrect rows, so there is no need to re-sort datum in the end. Results of an OVN load-balancer benchmark that adds 3K load-balancers to each of 120 logical switches and 120 logical routers in the OVN sandbox with clustered Northbound database and then removes them: Before: %CPU CPU Time CMD 86.8 00:16:05 ovsdb-server nb1.db 44.1 00:08:11 ovsdb-server nb2.db 43.2 00:08:00 ovsdb-server nb3.db After: %CPU CPU Time CMD 54.9 00:02:58 ovsdb-server nb1.db 33.3 00:01:48 ovsdb-server nb2.db 32.2 00:01:44 ovsdb-server nb3.db So, on a cluster leader the processing time dropped by 5.4x, on followers - by 4.5x. More load-balancers - larger the performance difference. There is a slight increase of memory usage, because new reference structure is larger, but the difference is not significant. Signed-off-by: Ilya Maximets Acked-by: Dumitru Ceara Reported-at: https://bugzilla.redhat.com/2005958 Signed-off-by: Ilya Maximets - Merging upstream branch-2.16 [RH git: f5366890c5] Commit list: c221c8e613 datapath-windows:Reset PseudoChecksum value only for TX direction offload case- Merging upstream branch-2.16 [RH git: 4682b76694] Commit list: b79f0369f2 ci: Make linux-prepare trust system installs.- Merging upstream branch-2.16 [RH git: cce913794e] Commit list: 2a4c87f300 Prepare for 2.16.2. aaa1439b8e Set release date for 2.16.1.- Merging upstream branch-2.16 [RH git: 29f01c4fdb] Commit list: 108176ab5a github: Stick to python 3.9.- Merging upstream branch-2.16 [RH git: 2546fa9646] Commit list: 5c5e34603b datapath-windows: add layers when adding the deferred actions- Merging upstream branch-2.16 [RH git: d572c95f69] Commit list: 458a4f75f3 ofproto-dpif-xlate: Fix zone set from non-frozen-metadata fields.- Merging upstream branch-2.16 [RH git: 557ca689f7] Commit list: 6d8190584a dpif-netdev: Fix use-after-free on PACKET_OUT of IP fragments. 44a66cc1d0 tunnel-push-pop.at: Mask source port in tunnel header.- Merging upstream branch-2.16 [RH git: a6c4770398] Commit list: 27a5848a33 ovs-ctl: Add missing description for --ovs-vswitchd-options and --ovsdb-server-options to usage(). 0300d0c0c2 dpdk-stub: Change the ERR log to DBG. cdd6dd821d dpif-netlink: Fix feature negotiation for older kernels. c2682c42cb dpif-netdev: Fix pmd thread comments to include SMC. 9377f4a465 python: idl: Avoid sending transactions when the DB is not synced up.- Merging upstream branch-2.16 [RH git: c1145b5236] Commit list: 0fd17fbb09 ipf: release unhandled packets from the batch- Merging upstream branch-2.16 [RH git: 5c05133179] Commit list: 3f692fba98 datapath-windows:adjust Offset when processing packet in POP_VLAN action- ovsdb-data: Deduplicate string atoms. [RH git: 24e7d1140e] (#2006839) commit 429b114c5aadee24ccfb16ad7d824f45cdcea75a Author: Ilya Maximets Date: Wed Sep 22 09:28:50 2021 +0200 ovsdb-server spends a lot of time cloning atoms for various reasons, e.g. to create a diff of two rows or to clone a row to the transaction. All atoms, except for strings, contains a simple value that could be copied in efficient way, but duplicating strings every time has a significant performance impact. Introducing a new reference-counted structure 'ovsdb_atom_string' that allows to not copy strings every time, but just increase a reference counter. This change allows to increase transaction throughput in benchmarks up to 2x for standalone databases and 3x for clustered databases, i.e. number of transactions that ovsdb-server can handle per second. It also noticeably reduces memory consumption of ovsdb-server. Next step will be to consolidate this structure with json strings, so we will not need to duplicate strings while converting database objects to json and back. Signed-off-by: Ilya Maximets Acked-by: Dumitru Ceara Acked-by: Mark D. Gray Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2006839 Signed-off-by: Dumitru Ceara - ovsdb-data: Add function to apply diff in-place. [RH git: df0e4bda98] (#2006851) commit 32b51326ef9c307b4acd0bacafb0218dd1372f3d Author: Ilya Maximets Date: Thu Sep 23 01:47:24 2021 +0200 ovsdb_datum_apply_diff() is heavily used in ovsdb transactions, but it's linear in terms of number of comparisons. And it also clones all the atoms along the way. In most cases size of a diff is much smaller than the size of the original datum, this allows to perform the same operation in-place with only O(diff->n * log2(old->n)) comparisons and O(old->n + diff->n) memory copies with memcpy. Using this function while applying diffs read from the storage gives a significant performance boost and allows to execute much more transactions per second. Signed-off-by: Ilya Maximets Acked-by: Mark D. Gray Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2006851 Signed-off-by: Dumitru Ceara - ovsdb-data: Optimize subtraction of sets. [RH git: 5bace82405] (#2005483) commit bb12b63176389e516ddfefce20dfa165f24430fb Author: Ilya Maximets Date: Thu Sep 23 01:47:23 2021 +0200 Current algorithm for ovsdb_datum_subtract looks like this: for-each atom in a: if atom in b: swap(atom, ) destroy(atom) quicksort(a) Complexity: Na * log2(Nb) + (Na - Nb) * log2(Na - Nb) Search Comparisons for quicksort It's not optimal, especially because Nb << Na in a vast majority of cases. Reversing the search phase to look up atoms from 'b' in 'a', and closing gaps from deleted elements in 'a' by plain memory copy to avoid quicksort. Resulted complexity: Nb * log2(Na) + (Na - Nb) Search Memory copies Subtraction is heavily used while executing database transactions. For example, to remove one port from a logical switch in OVN. Complexity of such operation if original logical switch had 100 ports goes down from 100 * log2(1) = 100 comparisons for search and 99 * log2(99) = 656 comparisons for quicksort ------------------------------ 756 comparisons in total to only 1 * log2(100) = 7 comparisons for search + memory copy of 99 * sizeof (union ovsdb_atom) bytes. We could use memmove to close the gaps after removing atoms, but it will lead to 2 memory copies inside the call, while we can perform only one to the temporary 'result' and swap pointers. Performance in cases, where sizes of 'a' and 'b' are comparable, should not change. Cases with Nb >> Na should not happen in practice. All in all, this change allows ovsdb-server to perform several times more transactions, that removes elements from sets, per second. Signed-off-by: Ilya Maximets Acked-by: Han Zhou Acked-by: Mark D. Gray Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2005483 Signed-off-by: Dumitru Ceara - ovsdb-data: Optimize union of sets. [RH git: e2a4c7d794] (#2005483) commit 51946d22274cd591dc061358fb507056fbd91420 Author: Ilya Maximets Date: Thu Sep 23 01:47:22 2021 +0200 Current algorithm of ovsdb_datum_union looks like this: for-each atom in b: if not bin_search(a, atom): push(a, clone(atom)) quicksort(a) So, the complexity looks like this: Nb * log2(Na) + Nb + (Na + Nb) * log2(Na + Nb) Comparisons clones Comparisons for quicksort for search ovsdb_datum_union() is heavily used in database transactions while new element is added to a set. For example, if new logical switch port is added to a logical switch in OVN. This is a very common use case where CMS adds one new port to an existing switch that already has, let's say, 100 ports. For this case ovsdb-server will have to perform: 1 * log2(100) + 1 clone + 101 * log2(101) Comparisons Comparisons for for search quicksort. ~7 1 ~707 Roughly 714 comparisons of atoms and 1 clone. Since binary search can give us position, where new atom should go (it's the 'low' index after the search completion) for free, the logic can be re-worked like this: copied = 0 for-each atom in b: desired_position = bin_search(a, atom) push(result, a[ copied : desired_position - 1 ]) copied = desired_position push(result, clone(atom)) push(result, a[ copied : Na ]) swap(a, result) Complexity of this schema: Nb * log2(Na) + Nb + Na Comparisons clones memory copy on push for search 'swap' is just a swap of a few pointers. 'push' is not a 'clone', but a simple memory copy of 'union ovsdb_atom'. In general, this schema substitutes complexity of a quicksort with complexity of a memory copy of Na atom structures, where we're not even copying strings that these atoms are pointing to. Complexity in the example above goes down from 714 comparisons to 7 comparisons and memcpy of 100 * sizeof (union ovsdb_atom) bytes. General complexity of a memory copy should always be lower than complexity of a quicksort, especially because these copies usually performed in bulk, so this new schema should work faster for any input. All in all, this change allows to execute several times more transactions per second for transactions that adds new entries to sets. Alternatively, union can be implemented as a linear merge of two sorted arrays, but this will result in O(Na) comparisons, which is more than Nb * log2(Na) in common case, since Na is usually far bigger than Nb. Linear merge will also mean per-atom memory copies instead of copying in bulk. 'replace' functionality of ovsdb_datum_union() had no users, so it just removed. But it can easily be added back if needed in the future. Signed-off-by: Ilya Maximets Acked-by: Han Zhou Acked-by: Mark D. Gray Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2005483 Signed-off-by: Dumitru Ceara - ovsdb: transaction: Use diffs for strong reference counting. [RH git: 85da133eaa] (#2003203) commit b2712d026eae2d9a5150c2805310eaf506e1f162 Author: Ilya Maximets Date: Tue Sep 14 00:19:57 2021 +0200 Currently, even if one reference added to the set of strong references or removed from it, ovsdb-server will walk through the whole set and re-count references to other rows. These referenced rows will also be added to the transaction in order to re-count their references. For example, every time Logical Switch Port added to a Logical Switch, OVN Northbound database server will walk through all ports of this Logical Switch, clone their rows, and re-count references. This is not very efficient. Instead, it can only increase reference counters for added references and reduce for removed ones. In many cases this will be only one row affected in the Logical_Switch_Port table. Introducing new function that generates a diff of two datum objects, but stores added and removed atoms separately, so they can be used to increase or decrease row reference counters accordingly. This change allows to perform several times more transactions that adds or removes strong references to/from sets per second, because ovsdb-server no longer clones and re-counts rows that are irrelevant to current transaction. Acked-by: Dumitru Ceara Signed-off-by: Ilya Maximets Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2003203 Signed-off-by: Dumitru Ceara - Merging upstream branch-2.16 [RH git: 2114714012] Commit list: 547371ecdb cirrus: Reduce memory requirements for FreeBSD VMs.- redhat: use hugetlbfs group for /var/log/openvswitch when dpdk is enabled [RH git: 4e5928b671] (#2004543) Resolves: #2004543- Merging upstream branch-2.16 [RH git: 7332b410fc] Commit list: facaf5bc71 netdev-linux: Fix a null pointer dereference in netdev_linux_notify_sock(). 6e203d4873 pcap-file: Fix memory leak in ovs_pcap_open(). f50da0b267 odp-util: Fix a null pointer dereference in odp_flow_format(). 7da752e43f odp-util: Fix a null pointer dereference in odp_nsh_key_from_attr__(). bc22b01459 netdev-dpdk: Fix RSS configuration for virtio. 81706c5d43 ipf: Fix only nat the first fragment in the reass process.- Merging upstream branch-2.16 [RH git: e71f31dfd6] Commit list: 242c280f0e dpif-netdev: Fix crash when PACKET_OUT is metered.- ovsdb: monitor: Store serialized json in a json cache. [RH git: bc20330c85] (#1996152) commit 43e66fc27659af2a5c976bdd27fe747b442b5554 Author: Ilya Maximets Date: Tue Aug 24 21:00:39 2021 +0200 Same json from a json cache is typically sent to all the clients, e.g., in case of OVN deployment with ovn-monitor-all=true. There could be hundreds or thousands connected clients and ovsdb will serialize the same json object for each of them before sending. Serializing it once before storing into json cache to speed up processing. This change allows to save a lot of CPU cycles and a bit of memory since we need to store in memory only a string and not the full json object. Testing with ovn-heater on 120 nodes using density-heavy scenario shows reduction of the total CPU time used by Southbound DB processes from 256 minutes to 147. Duration of unreasonably long poll intervals also reduced dramatically from 7 to 2 seconds: Count Min Max Median Mean 95 percentile ------------------------------------------------------------- Before 1934 1012 7480 4302.5 4875.3 7034.3 After 1909 1004 2730 1453.0 1532.5 2053.6 Acked-by: Dumitru Ceara Acked-by: Han Zhou Signed-off-by: Ilya Maximets Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=1996152 Signed-off-by: Ilya Maximets - raft: Don't keep full json objects in memory if no longer needed. [RH git: 4606423e8b] (#1990058) commit 0de882954032aa37dc943bafd72c33324aa0c95a Author: Ilya Maximets Date: Tue Aug 24 21:00:38 2021 +0200 raft: Don't keep full json objects in memory if no longer needed. Raft log entries (and raft database snapshot) contains json objects of the data. Follower receives append requests with data that gets parsed and added to the raft log. Leader receives execution requests, parses data out of them and adds to the log. In both cases, later ovsdb-server reads the log with ovsdb_storage_read(), constructs transaction and updates the database. On followers these json objects in common case are never used again. Leader may use them to send append requests or snapshot installation requests to followers. However, all these operations (except for ovsdb_storage_read()) are just serializing the json in order to send it over the network. Json objects are significantly larger than their serialized string representation. For example, the snapshot of the database from one of the ovn-heater scale tests takes 270 MB as a string, but 1.6 GB as a json object from the total 3.8 GB consumed by ovsdb-server process. ovsdb_storage_read() for a given raft entry happens only once in a lifetime, so after this call, we can serialize the json object, store the string representation and free the actual json object that ovsdb will never need again. This can save a lot of memory and can also save serialization time, because each raft entry for append requests and snapshot installation requests serialized only once instead of doing that every time such request needs to be sent. JSON_SERIALIZED_OBJECT can be used in order to seamlessly integrate pre-serialized data into raft_header and similar json objects. One major special case is creation of a database snapshot. Snapshot installation request received over the network will be parsed and read by ovsdb-server just like any other raft log entry. However, snapshots created locally with raft_store_snapshot() will never be read back, because they reflect the current state of the database, hence already applied. For this case we can free the json object right after writing snapshot on disk. Tests performed with ovn-heater on 60 node density-light scenario, where on-disk database goes up to 97 MB, shows average memory consumption of ovsdb-server Southbound DB processes decreased by 58% (from 602 MB to 256 MB per process) and peak memory consumption decreased by 40% (from 1288 MB to 771 MB). Test with 120 nodes on density-heavy scenario with 270 MB on-disk database shows 1.5 GB memory consumption decrease as expected. Also, total CPU time consumed by the Southbound DB process reduced from 296 to 256 minutes. Number of unreasonably long poll intervals reduced from 2896 down to 1934. Deserialization is also implemented just in case. I didn't see this function being invoked in practice. Acked-by: Dumitru Ceara Acked-by: Han Zhou Signed-off-by: Ilya Maximets Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=1990058 Signed-off-by: Ilya Maximets - json: Add support for partially serialized json objects. [RH git: 885e5ce1b5] (#1990058) commit b0bca6f27aae845c3ca8b48d66a7dbd3d978162a Author: Ilya Maximets Date: Tue Aug 24 21:00:37 2021 +0200 json: Add support for partially serialized json objects. Introducing a new json type JSON_SERIALIZED_OBJECT. It's not an actual type that can be seen in a json message on a wire, but internal type that is intended to hold a serialized version of some other json object. For this reason it's defined after the JSON_N_TYPES to not confuse parsers and other parts of the code that relies on compliance with RFC 4627. With this JSON type internal users may construct large JSON objects, parts of which are already serialized. This way, while serializing the larger object, data from JSON_SERIALIZED_OBJECT can be added directly to the result, without additional processing. This will be used by next commits to add pre-serialized JSON data to the raft_header structure, that can be converted to a JSON before writing the file transaction on disk or sending to other servers. Same technique can also be used to pre-serialize json_cache for ovsdb monitors, this should allow to not perform serialization for every client and will save some more memory. Since serialized JSON is just a string, reusing the 'json->string' pointer for it. Acked-by: Dumitru Ceara Acked-by: Han Zhou Signed-off-by: Ilya Maximets Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=1990058 Signed-off-by: Ilya Maximets - json: Optimize string serialization. [RH git: bb1654da63] (#1990069) commit 748010ff304b7cd2c43f4eb98a554433f0df07f9 Author: Ilya Maximets Date: Tue Aug 24 23:07:22 2021 +0200 json: Optimize string serialization. Current string serialization code puts all characters one by one. This is slow because dynamic string needs to perform length checks on every ds_put_char() and it's also doesn't allow compiler to use better memory copy operations, i.e. doesn't allow copying few bytes at once. Special symbols are rare in a typical database. Quotes are frequent, but not too frequent. In databases created by ovn-kubernetes, for example, usually there are at least 10 to 50 chars between quotes. So, it's better to count characters that doesn't require escaping and use fast data copy for the whole sequential block. Testing with a synthetic benchmark (included) on my laptop shows following performance improvement: Size Q S Before After Diff ----------------------------------------------------- 100000 0 0 : 0.227 ms 0.142 ms -37.4 % 100000 2 1 : 0.277 ms 0.186 ms -32.8 % 100000 10 1 : 0.361 ms 0.309 ms -14.4 % 10000000 0 0 : 22.720 ms 12.160 ms -46.4 % 10000000 2 1 : 27.470 ms 19.300 ms -29.7 % 10000000 10 1 : 37.950 ms 31.250 ms -17.6 % 100000000 0 0 : 239.600 ms 126.700 ms -47.1 % 100000000 2 1 : 292.400 ms 188.600 ms -35.4 % 100000000 10 1 : 387.700 ms 321.200 ms -17.1 % Here Q - probability (%) for a character to be a '\"' and S - probability (%) to be a special character ( < 32). Testing with a closer to real world scenario shows overall decrease of the time needed for database compaction by ~5-10 %. And this change also decreases CPU consumption in general, because string serialization is used in many different places including ovsdb monitors and raft. Signed-off-by: Ilya Maximets Acked-by: Numan Siddique Acked-by: Dumitru Ceara Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=1990069 Signed-off-by: Ilya Maximets - Merging upstream branch-2.16 [RH git: 7d7567e339] Commit list: 0991ea8d19 Prepare for 2.16.1.- redhat: First 2.16.0 release. [RH git: 0a1c4276cc]  !"#$%&'()*+,-./0123456789:;<?BGJMNOPQ2.16.0-43.el8s2.16.0-43.el8s2.16.32.16.32.16.32.16.3intel-ext.hnetronome-ext.hnicira-ext.hopenflow-1.0.hopenflow-1.1.hopenflow-1.2.hopenflow-1.3.hopenflow-1.4.hopenflow-1.5.hopenflow-common.hopenflow.hcompiler.hdynamic-string.hflow.hgeneve.hhmap.hjson.hlist.hmatch.hmeta-flow.hnamemap.hnetdev.hnsh.hofp-actions.hofp-bundle.hofp-connection.hofp-ed-props.hofp-errors.hofp-flow.hofp-group.hofp-ipfix.hofp-match.hofp-meter.hofp-monitor.hofp-msgs.hofp-packet.hofp-parse.hofp-port.hofp-print.hofp-prop.hofp-protocol.hofp-queue.hofp-switch.hofp-table.hofp-util.hofpbuf.hpackets.hpoll-loop.hrconn.hshash.hthread.htoken-bucket.htun-metadata.htype-props.htypes.hutil.huuid.hvconn.hversion.hvlog.hlibofproto.solibopenvswitch.solibovsdb.solibsflow.solibvtep.solibofproto.pclibopenvswitch.pclibovsdb.pclibsflow.pc/usr/include/openflow//usr/include/openvswitch//usr/lib64//usr/lib64/pkgconfig/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protectioncpioxz2x86_64-redhat-linux-gnuC source, ASCII textpkgconfig file RRRRRPRPRPRPRutf-852fd392bf06682ae4cacf510c9dcceffc987b9765c8db4be17f9db4e8d3228d8?@7zXZ !#,x] b2u Q{LRMlOtx,-)xE4|W-"N.YCGt?j6@X壗{p?Kg*.D--JgҚ珜ce҂Wci,;(-y<`4$Ĭ3Cw lE:-\mg+QRSբHiYGPsRe_sJ$͏=y4l N}`O_ ~ H*# =x. JQ =P)-Ib$nR;춶IW517Tľ]F/a-S R4^q@pqg7->hM=BO͉oiYA8?g/G#m1U0Ì&~%[RKl74iAMO 0#2 1BHj/v[0 QPn4E*w^,seLteRQw)q*մx|u|]kJUH&!܆͂%+Igu57[zFBخ+a(=PF!xKA<Ԫnjs}R.{fY]yyCT+($o]l؏TJU/ lU ym*F0m-kl!qI;|ճx]^buTKt߹*߽@Gw㉿Rk-k{NLa8} 4: R8? eQ ޷;%EVc?٫kd)ƂS_dxokǢ0~ebDq. "%)ʣȆ aha7u^FILC%usӦ?XfxղsQcYp540˫MZGGC5Me\=iCLGr$R !lk`@ޡNi]@z:ϟz+Tof*9ypEX⨛uF7:ٓ"D.gs}2XF31f\C>`՞󂹏.񤪨2Yy0ɜOB.-auc(y"ݱ%3)B8mSoDC;Έ͹D,[<9AS=O+yPnkbu3}՗|Zl6 /ϾUߵ+S6Nm숳~\RlCFK@TgBh nI6YϊU"T{:VX쮒KLhj ճѐ;N9bQnt~5#0~L#īN!QySCbQ]le A+e:óD=389Ђ'+u&7I_!u:t.:L/*>Jps=(Ѝ\j=/+ !T] ۏ`6dzݢR0zc\'}bJ6^?(ˆKqjäu<-N|r O $gV%w1@/=GN)G[1тsKT\uAY⏷zsqLPE0B I'n_+[-pќڀsj.5Cz.#%{ՠ+'LjZS5J3rVy&jpь %5"b]*I(i)eYJ:s(6F|Ƨ&Z!%5s4JhqmfT__TVKHub:_G߅B{ʚc"I|#íTc Ov٪YbŜae"گKc6J)لN̪U9H0IZd1 _Yk'^M4ܜ5gV BP  zsBι ^in};RBYsMPMsٷLr; !n/n1_zQQp^w F,|bE-Sk2'UQ1֏5ZDc*peީb aGQ?(C&N/Q>'k~@Ptġ(4FߕٝUàyW4h):yU :=LF!xUvSzqq?{_Q rZJQ'(ʹ>S 1@B5tmXPR7UAcšUѢIR^\G.Y6̯1*ZDIE~KpΦyOq1O/h8li nD XDh'X w.n3fPkx,ʩ3~w'SGs^W%(Xs3,h&!r(+OgI`::+![ky:xHS(*%|Ο\ξ+gZ /fbn| d$-Md=85 >0ncW+sd;qL `nj\1"3y{9LwwH"*9"~Ǯ|q ֆ1˼&"Jo_G ~v!=GRdEXNqrNLA478i-Y? `J5)| YN2^tL? K{pT$n!傟.J8go$r / . m^Íc_fΨOV1IcD;a~2X+@-6/SB@\7YeA(RZaRTxe6I~&zt7WY՗`u斩=)۴w(Ŭp%uSJd a|b]O'cb4͐Ά.}OPYc8-z96KiekW^uǟ nG"&2P}Dfտ1pAR2IU+"\Ũ8_VAZ Z .y#w׶W VZ/~.Z򻧭,c%eB%7eР%r2bd[Ƨa[;Rl =;VL?6ζLˋen.e}P  iX(KOm.vV:/Je7dXlҝ4 l?ƿQrQO0|MXp 1#c) ka];ܭׄKVp c4$Y-` E Rdre2 OhEeȦokjEA"ZY.C'O*OG8Oz&őԝ; q16u`\'ٿc3ۉ[[J8Y#z<[ b^yc>IwnRM De3Na|}N2$.'xs#=*^qmW^>HҐɸfSwun^z: ZY Yâ', /kLsm ;6%v jD܄/􍧧D&CI ~o *_YʍGxL5Gu*~kc'U !Iq?&nIn}caDjq!iށ5'\Fm˒xGEk *qB/>.b{uf}9+uYJp?}AहG׮rRH0ܺAy\# GwU P'HۖiB2V=;ʮJ+" ~:D5͋PEپpo];h$%&牐9Tf{X^fn4fwnֈA?_򄲣v(﫞R1/$gĹ-蔴7wDXZQ])T &$ NЈud#LxDpj }Y%"%fQQA~:ӑyjS]*4bsAUW88,1 1!2A!w75E, 3[Gĉ GH>*= faF s%i~5@H1Hcވba$%pr9TGv:9-A)}΁1D}X2եK8iZb/Ō ^od?Q3B*L_S^둂\]Q ' hhH?3]/.S\% oM'B|'ǞQI! \.O2^}Ѳ=˫b,gʡ= 8R1YȁTI9,hWrgGd`sl X,q"G9nA={Z}{J!5=iXgEP#YDSo+cR߹fSs\jp%sRA&p:4sVt}w+tgd" ۋ#L> SuOChQBnm~c(\3C@bY{YޔOe(x)=w4J \Upv1:b }J G#JB-0ㄙ%+,(GWI_Ԃzu[&VAcweF$YBtS (FfSȓ%xWja@ 1V94yZ Ehғ+H~0oTsLY ǔ" hj5;ы\*=.^ez Z/.9ͷahv"uQ|y -:{l{Ƿ.WSi7@en PeeOW;"76ϖh#-qVy'~c~FcvM\:DO)[;@Ye'$TkpG~S|u9)b˦GDu !7*T"/'j;d]AM6FTj9 w* 1{m,jbzI|9`>S%+2}YV6c *TkkgnM7K]^GfGUH< Q6d7V|ETaNݏg#Q6v7^7IЊ|O i/\(r! ҲMy@x}{Hw h= ]aDz4=2 @ƹJ}N^ |F%ddydN nF DNC #Z~<Np(3Fd^boWVc k@ɡkN6>O. ÂI|>í BH~u YQ\RZ;!4<:D'p\aqMGbh=%ueH^EV-ݯ<.K%'-E$‚aXocZ]C{(x%bE^AgϦf%J0̺te-|TZKL1S`XPGuHz#dkAgKZܤvSܫ C-s B#b؍vn*I JL~!b L/dL4٭lh3 ʤyi?ޘ(_Z'U Px<6981\Y-&F;o?@[QAwx+ /y a,ծUqf%_̎Z\GMQz!>ސiDL-)Iě })!aG&oz,\>Q_Wn1\L1C%}7gԮ̾JiPZ$qnR.}J(r{#\[uUyP vY0*0Yg"(EȂ*WyD܌}L@j3Q/ Ia ~?4̬C-wG̲d, 0CKm5Νux׵^G^3@υjJ?b<@H_WgyS)P/at ~MV,\BYU@h *E)R ʀM&ėN SҤe. #O՟_xi7e"@^BZBY0fi`~l\Ot*z+0קs#FrOC.Wb߼@[cwHΓrx2?p3k4"0:+zZDY>4YK{l&'gnYnV!H1c̪!τ4m򾀳3e1rVҷŹ[i F./pԛ$kή'-Ä@ /phPӽ\pS]@Vz=֔YYu kk QR+IU-VŞMxwFaY'w$ b'`3k0 -#OExaMqO7Y2Owб-&Xϰd2ws...bk4nȲ8^+ &;>Spv{}dL@čF e=![UJ䒧?ݝRBé)OL~Z*BD.39,DX0HDa(B%0lK7#Rb)sm-Di $Iˌێ"c |Q4Xn֐`T`}Y|;=M^|< }Xdާ3D>)f1u ce*?%{Ϧww1pxeb2 xPTXƄ~5͞^%P%qI#C.\C(&EߤDL>TK1hTZ)_IBi| NɇMTZs+Xjk@+CHw\GP(}dsjћs2l<{-aO~%"yģ{<Z+.i7=@G0z;:P,2|>;S`Dsk#.tӒ?N? #-]"}hѲP^p"2;7*}!+マ%ⴺ97U7$j t-6%Qv-d;Rc): ܵA+Sq ]cP ySLZu5xhЕ+E^?\דYV|(ҮIC84Y!>mSK(lBf)WN㑋d`7JtWm2+ծR(pXK$2oɫ7fj4qSQ+r;M7 xuۀ)P0?~ pl+OFUY*|`{" COMЯ|,d{Ays?BlDD-q x#NuفkL>܃. WTŲwC/>.r~DTb/ov&Ւ) D81ӊAl%s<6RVopB1xFTckԎnu53JWD3z%&Y ˌ =U[EkvʷNT؛v,yK&rq/5Xl}kcvOVNs/)˕@k4 ie~u .=ſxEg3k/BUf 1axr%st5g9vGvޞ_o}r'_N9{PnkٻpBzWxލz3*eNe8or~u.N'^!ǹpn"\3 CN_ɻq ubPJUMbWSjH}{3,r~' !"'IPK~4(0ʉfKdpg4,%V/7q H'O7{YXCrŢ3j:nLa5C8SwmɸPxPXE"вKFYsFrM31 mUFTɇv_0㯹լ,{ʝS %/{Sń:L&\-+TkG#8Wiv`W {} =y~lBOWट -]-n`ʻBM,^3=| g=n=ꂏ.  /*.]([ِkx$d6/+{>,)hl<_8'9KqwRpƟW$-2s5*a\-UK֟uͺQ\=WuLEd7eL F BSdtSZ:jKp K2 F>(OM0598 GşVƕeY*cw^;}G+qSK4oG=T>Uo*(1j@}9N=N)xQzИnzN2lfJ@ݧfc̹gWPȡÜR()]k_~_JT\}ife4{L Q\sb'Oa)4@;2cNz7Ԙ05Q0ƫO Ee/:+'yTЍh@ZpeSCqzRQbym6H4:z()d32H%R;e~.uTjX.ʘn7TP]zڜyɬ¹t04kݥ$d)ʽ.3蠸㍙䱸'fi7"hq sF$Ӏ[OLw70$9FVZ@&CsvmKLUkDŭO&Jkbus+>%s+D#% I(nM8\8KĘ҅))0ʼnR- 2_%!ZQ14ZfI5 ,v c횥S)"傭~[m+C*G?}Ld :'msQatI&mI&Krp'9\J{6!?b,O~NZ}f\ʣB[bV^ӳҎ'sԜC>C5bzy~q&N}LpN[ |Sw;hY"K@Ҡলa?,ӉWwTnwt-Y>3n:&V1ʹxI=$22rI7٭w4 D\s8HyFWk,Ò! zio_QeC]Z($R'\&#JQ't]*CѵR\ܐN(@wo(tiL [yEKv(N!\+k.ɠxо"2qVyuQ]$Җ"elΨ.y^{F w0Fۀ>ABLeL UG;i9W|V@a sV9$V%_3bF p]ڤzZӭ(++.M|RYpM۰- VM#[H8k"'S{A hwA*|&C8@4g)Ԗ,ʹT?aÅӌhشgESY9)Ec.{τ1YޟEM >:s]V- ,M.zᏏw+d$jxisڅ1C^nIZGrQ& $@3a ._0y.!:YO.Ϛ]R֟:NQ|4t$`JƟ1R%6 _.\¢Ȣ⒢Sɾ hq'R m9fe8+6:CJ_~{ T!s&%*P!ԏQr<ѠEZ@2h`@;XD~c#vx?; #ς 7ޯ=.}9a*Ry9.?2Y w#uyߘ#HO836EA?7HQ[[9,U1Qx=F< HohڎCt7 fɍfeYӶs/؇4?;kb$EvV{H'R}bXIp6U=7b ]xiFdζ=2enK+4%_(N8$V!Ҭ ZfTbY':Uw^]g0W|9>Sq-u Z;pS3oqa+:^ ׇO#\%f"iñ'gVL_uCur/AQ6N fZȹ6éR]mvT*c o$zb9M8u|5qi߇"4pʓLƺe6^X7WձE~$;NoÓ7cRZK|M ʾܢQ|"r]DmB| TG _ݾڌ$6 ͍6M  b0A 5 x0^x_9Xc!q Í&d/<@C5}Ƃ=m#wBSGF^Y&}uF"5U8KCL/ _.EߩGx&nQs},Tc+A?W$.y% p[M9$XW'8+%8)1/ eCږcvi8 K 1KGBN.5p-ꋐ&堔 txxg t+_C<[>{"W4Q)͝:H/B9<6Ag D`5si]pط25քa+r߽$ c_(wdܜh|A}RUZp.F\Y9'-\ anD"]j`c$fh2̮@d-qO^̬۞>k}wK-Wcܝ<#,}ԀkUC&@-J$e j;YŠ"ڴ$oXlՂRj%+1pV.m2<[OV6̾]s#L"AXk:KLbt7ғwއZw$V_ozG]2_?Z>A#*NȅBgiq*F{yi*O/vAKǒ=3VK8|}/I酁ܪqibJw=Tƻ"rU-42Te;wJ~(Bt8(IR@WS?yU'u;{XV.k 4"!ĩ&GJ|u©F;݀Մ10''meD(mG,VPrÜpFHڼOsO 9@gd^l#@5Kv`@5{AA2.)G /99ЖCʩj=_֧RŧyHZSݒA>c>"!˫507rJK*fhp~;ߦJm.J=i.fdO8GVIXٗ6=ٙy6 'od-p]8UҶF.1o\~?kdRf~a $+.􊬄ߑ1B>mlҴ/ t!P P]KGc6@#쎟R~m K.wqjJ;5.HaV R+x!Yp& fj,'פF(O{JF/{

] &DZ%k0/Bҩ"Hn0SA׳jSփ[iN%%?%UF ¦ah9"m[m$8 E뭠'o7&j2?BG:hW6TRJFƗzQ̴bϡšiq:[@+֜--qߜnߧ2gtӟBs79c+R57*G m*aXTQG RCY9w;\7 =۞kԠf QUg^]dnt[&Ubr=53Ag@V< %=|8p8!|Ǚ%eo] WuR HOމzN( B]auKw%[~ԧġK]/ϖl#6t/[clNɢ* M76IaHP]mzkOsoNf6=oX<ɖB+WT!\ym?j*XZ2a!tx5|yIJ>/0Jto/!9fO H ≺QMZh? =(NKjXAƑUM̺W jE)[1@S?$8M;xngCV:'t/w"O'nuk5zH R'$>B_!PSX11P:ӆ=g2+j[G@ύ'Y&dΕ=jzHp[0cH6y"!^ҍ>Ul W,2-Bޟ x32Ɉ3'RFqRbbOڃ7#D!UN&ʾ)ST#neg)s FWKb%TpDv2onXMZMލu[gIfܗU7ٞk|:`|)o bCyo䡌܌Z ?Ŭѷř]H1okc)Ho`O':~l;PY2ܵl:5;/]/fΠ7ֺ#.!Y] Uܩ.f3[9+5-x\+mg M:gZ՚%ɹ)Y kƑuf"yϡ6+͓~#҇v؏ߟJ@d܂]/qvea'n6Iuݔ -k 4`gX T!u_[Y卮@1DڂMMO፜T~?00xԕ$6D'faWhhِA,*`ɕkF+rbY,` Yķz¨L+8:*7mLN_j,?95rmun*x[' D[bmZ]vubfDd?n皼%dhF b5ٺ^g%#N'ʈ0N;tA [+3f_~R)D%,m UEQ&Z$cՙͩ{! $X#'AoL/ yrm?r۲ꃯ)y;dol "Ƞ뤥ѨZ~(R&RigAΗ0Su~)pf aTw2*SR Ҋrb lHpŐ[unf"~)NznM{OSy~ e ѼU]$!,% 6WרY 2509]{*64xTAM$Jf.tKaeL%pO 5MpvrvW]:#!xoG`eG,!wOӭ |΋:%QGѭϦ?P`*6)cRJAH2j<ڸsJw G}(lާpCXv^ Pn!P ? $QK{@.9qJ[ԲaFv(cؗ=UWL&L|=gᨔkK^uxӻB. ̍V<#pӜ(I".+`_VXD+lTg|5g4b(MXn>K XI$ DD+LAӹW`L9bC9c("\= ZƨXi5 L,HAXueln"<[[O^%:S g9|82OS95qWK_M |ơ--DlXڂڔ<.CbO 6I?hn1]/I <,$B{%bu2J j83RM*"_)5C;?ffEEM" 7 /hRNXx _Ip_0! xm\VM&T.Ch7th퇢[ LԖV]>a1?N]NV$<0Ôylܫn9jLm1j۲G:_BImYƄ8,Qu\,`qȈ䊈.e GM kP @ChR*Fmj"ӲשN(; L M]L:)9[t1e.oA79h˰,x6%?ʁW7륐2ګפiSJXR}-zx0E;@#7Dc>9Zף[%9#kWC©T z)l*j 'Buر%vñnT*\vCpx 7`YL'kI<8Y/!kC}T8Rۤ,%2*ͤҸvAE!<Òūśzz$xdM Bo _I?MᝃIyUd*p5v@u6wI# rcYᆘ.,W%JyA˲,qEPJ<`4|yT]~_ 4W0${s}W(vג 0o]*F|4Nq6jbWA_.s)B&ܩ*  52eQάzNVtÿӽ;w {6+9CCce@-˜g2|B^P*=C QtzFSӹZQ 0k9lr!jԎ0Ɲ#&P TIfħG[h?R3c03ӯ%j@"GjeC8\:io/y0*U ˓ c!o,KsznU |b+q <\ bD t9Ϋh}<5]'vIVcDR}PEOxF팔n;6rEUU"H 64p_$P)Gkr,ׯ"E/&hAͻJ&͐0aڞv+ϞqRU0tpз_cw||1RG; LqA&Gob5@ Xcj:<ǟۆ79q  (]JHpgI)+/I?Ga|iHC_dUL57qrxB7 ]h+>͡:ewu'1/8ՃnHFQH3sT:^~#(>ʣ &)W6FyhM8JDTJL/vG gZNt~T\:)6#AFEcmdN/p:kl(~Xle+kL~&#-Va#S--苹øx|"uO3GΝ'[ea75a,Ɖpb2Xl:/LEl;J Dq=h kF9GgjCѻF{ފ2=G׋1_"blVb?-Nnp<|lĭy5%s7Q῱ݮHQQcB7|,&@4EoSkX|?Bu3WPMi7w\dR0E62rRaRTJ`x$ca3B=+vʜۚxQKjYxK}P]3FEg52CAm'7&>豵v#G؍ЩJЙ=0?"ް 3vm>>̣$.%y-;&JBn̥r6չd T@)/`,Nz1IJGEϲ 7gOп~qi/( բ<5sNw/V!6qo~V * N,!tCmuT'r=,5S _<μXEn}E =u_yD]eQR/ОDМv0dH)sAz?Lx#P@ {?yvl207a ۊ?{FrmIZ~qɾIИmC$@ͱS 6}#L %,JiA ZA>&-9j~MS}r%@ J'MVW ݂IHIW_cД}3%K ${&"ssmIZA\)Z~Qm]egnO;t+uW]Юx*)_$ )ITyǰ,)z=9(O h3u%(C>IL4 ,C p.`z&o< _-Crm#Q̣ @ONa%(8]t76Ku^pK\ NsOjB :sV}OEիeEb+UOz1;95)? C2ZVel}VF«XUaNX̉QyjA,5l N&T>D=%ӣshZ/ک -Oc_ @hR͉ӛ,{C_3?;c41O#c0Tn\Un r!lֈQZ9LW*~##J1jw|)ҕ|}^7 F5 cЫ S`o?9G^]:;^ppⵝ ?77h%j";D1((n6zٺ̈́;R ''Λm8}ٱxguҽek3߾MT&~b;.C!j"IX%# m1)8mI> KbvwMn:dtWC]n ч0_'#vȘ_Esطk\_GM8HƓomüKg؜ph-TawS#l)_f 7j6qn榫衮@"XE޹{=W魫ԃwP<55dЖZdTL3]G7&$M3*TbLMH #q㵞aP'yq"m"uh=Ob[Sg1}ok<2]X+`s97 [P\ĎB[GK&_A*XUh $I '^mz1舎^b@L o+Y+ dyl !eW3"$ǯʨ#O^̃خ< zlRM2umBq<i'!zz*-.} oÖbĄlNVWzcqRcb7li=db͉κ%W."z zTJo+dO4`vaI)lץ崃6`B%_~)5TC##Iԝ]z:ř)Se{k_w&}p's1Xw٬0ɤu2. T p(^2~ٕۇ /zA=\~3-E] XsrȦqUOR"bK&6;9* HZij VI\ *M-/$+]EaOYӝiDͯ-7geg¸&?({<P81y49?im7t8M[RM+ §w.S졼vO`dPL3}N.EhDjj iX@c gUi4y{yT*BEKD0fģOh} + +n:z Hci.[e_#ϋz#ưqYl;G +b|4T1ϬzgwjFǏk;ZyN;w,̈3EY/Ǥtbx]D@f[x%%YӟJE fّ>ax](~?H:1B:F2Хeg}km!u+ ,܇ūc T"ʺ6Ɍ.K"v:DI|xhSd8 EĶJC^?рRXV{'A"Iċ|{Ē"Ĵw^{/'dx #HʣP]f/Qe%?RrYz=)N=NuGE}&?a/Y$,G՞ Ͷ}b@Ҧ}} zSհJC^(^xꋌ/h00qS )6ש~ńwo˟^mUp* zDex@F2'xݿRD Wp8&Btv '4InQ vOYX.A?$kH)M{^=mg7IC@{5Aw@g)͌zhLT/8`DJpy qtxϘ |P3A2@D^D*P378~>Jlg(Oi>㆛D~R|,iMY`kKXnT{t$NCb}Sq1Vtow;/ UrbIv֗U9@>K2-~Y%P6v6qB0E&ܛIqT\.2grΡ>dOuW ]0tmO`t{*[rL!q~B KTIhlvmBL0t-0,c#;2<=5̑NYmt:G;/S}O :2X91Qj?tK1h@B3Hw`WhVp)PisPgQF6D3TM+3n_DiiE"^k,'!;bèǭhҴ=;(BlC3vzނD*e?V5.E;WgS;SBܧs#^`^9IRbYVΌq&p|a$ 1 Oqx7sGF>_&c13gGƆrwQKcMÃ~îA }6J1WsE{)ǏHQք&y#E֣ %AJAaz_)K+4)gN<ʨ ?$x?zxky2~%GQo&J+  a?{+~R>jɒ>0zShk͆tcf+p  ~9x"%&x29:;X$`W0sla"HP9 QH#7%{AwdS5 ,qbLWe6Y37y(j8{:>^&ENL`U*F=tݯL&"`)Z,`FY]!bT DE+i_gKnDJ i_4z+ aKOfS'+ Kzuαa}OZiGQ]>CN*r/'#:z⫥+3].!:߱`h9>44Y oԑ` qRϼ+Ajޡ{ѓE-i,깎=@2۷ܕ&k X [RKxb e@{TWd|NK^>VkJ0@k4x}4ud]Aar C9%>fG% IrG% BQI6w":ӡ׺|e4ʝF06⭧GPȉw,<8ΐA \iLA"^+~^m56I跾KjV{A-}s^g.MJiRTo°{%-'133 9qTׯ1 `k8~%(b4;!,]R;^9\i;*0&w v4$^Oo<~X+k=ʬӲM|pܴN策<3=-sgs ?ϼ'A:VZ2(n&$n.cǃ֔|v Id 6Ӟ0h(\[ʮ l8/boʵCJ [4g5Nf9S,/VWN㣼nMNLsG&w8B,n> z+k p#ӥTmpRp[!BܛǂС`ڸ]{fVs:*RHk%T'á!+zn-Ż.bP Q虦AIst2z`> ΗUIvif;'񇸷ug?ze‚Re;8=зpOcN4a AIM]4q^G}@-8jWmnm%~jT~G\,xg"*94Us;-ky v"޲AU?; fcqa#@s%!:'kx(t[<ST &jZV߻la:P6vL1إ%e-mL~~QR5^&/, ΗOq=Vp` uUQШm3v*]a4cB˫7 &PNQ^[J}_f7+I0OP^7OM3{;H/ N7&9"߃Љ{BJD&2 O9E uBt_ >J^Ïwy+ȗNC/>Wᯬx{ pP!u6v/=1V`^Կ57?7F|xzsXrРKt3خfr!@?K.Eዳ0"1% L B?꧱_ 3FXGPkn27 oKU}%w-M?B(=AO"9 C+UiFD_5V&Ë"{%QodFЁF EC0K0ַNLjږ.|n኱_ҔFHZ ;`-ҢB4аt4^MfYW]qc#a~zX tlϨr V } ɝo+Of y~*x\pJ+>~b|~rnU^:r<ܳ@S}msV>Y& u2KKE+ ɊкrntIZ=YJG0/d_ z w`Ğ|J ƒ~ )}h$jΤ6Pf[pSZٯQfϺtQ̑/*UHF!S^JQ2J?L>ҡmq4_>#BD!r-X^pwxɓO܃ή*ٺpS(*_}l* |k~:`@kk{ رCu%_O8KbyEQbW@̲۩عws.P2ݤ3NL؟xܵ<:K43̉yvfϵ`;F.9I`}eaE45+inR6^Gy^xgTYsAqV. )"U/$ :͉ )epYp`ehP?'R_4~skzw<ڏ;n׶/q_ȟ2.ZQRTGUC _D+Zm(cmDݦ |R"EP)Az彧<:uJ CVU{_FЙv%*f'b-yk(^wQ8{Ʋ!9&GJCUOc9!8"!\F7'+s[]7mf>x]w։]E=-fh}un03ewopvJ(:͋m7wQtH:uf~2ˌ]2Q\hL{7CN&iܯ ƳRSTI6WTXʤN0jJ(qjND<]'Y .SdZkC]@9.e@}7 ěZh*^t+5$?7S!4 Q$/Yi #^j%A9_ 4]#IW E+P`^:{?I-NQN AA5U}V!# @!vrVѹFKky_F3pp؃iCvdr0Ō'tKMbEKVuW*?IөȦH]Ge-Ȋrt\F-R 2[n±0@YϢy,yҾ"g)/lJv}K7>B"('%+C)sơE%+Քl6~*MFnhk@@LwVsC#QC֕92_ m?\6jh 7d6ȎKWRdq?~wыq"A5ƾJ,KN>u C3-ej4Gb4 Cav>mcP na ggȒG֊6 7 5(鍋?]V07zF7`uh Ñ=v~g &VlDM鯕Hpvݖ_X6<4 "fWUs.EJyM#&e+WQjTh\a>?jNdm湖,~OWx͝܍<_-\xvl58f70'V*V.}&.48ɔT8& R {rPwn;ꢉ}: A ʖMsNg7֑tssiLc@O%*U~=ug/~_R9 S4Pȝ1mUF{{6WECܶ&wRD ͈ &LO͔#u 0<{*k}2HO2F%\~R !ρ?[:j.{4"~@+ n; O2{hwCy+_88*֐~Գ2b9 = DG.i0/S۳PdrR_6͢AnP_ ^`Jv(U3W2?0ݸRJ<3Uߚ(0\=-Ӣfѡ BŔ^S6:6m/ P"6+b[E~7C>ne4r۔}XƺM*&!K7HQFI(R .)0\גOH<&閚1tE-@jҠ})8ѣt4y僃{!|74IM@@74OTiWDŽVeZn~T$m82>Rթ5|!u5/kֹXڎ-GJ& 8KVat5HTEît@A-oq~4wWs1":[cb߀b-j ;|AdNwb$B)N=zx /4AwS"a>*N^SaMv"BwP.jӆ =K @ 2bK3Uqd?4;ut`t sJWۉWa&?;\܍X Pֶ5u D2*4L7$6#fr:xE;coF i]02QA0WڰX%K:S˰r:n/'##`"dSAWx"\Qb ,)g!A4`=\Ls o&1h!ڵX0G"#jd@炙7 1>S7ڶ(,Oxڍ$hjFLR4d  YfRjcz-ߌPuRt9`i`2>.x]h+шӕۼgHhV!gOW0̠`Ǘöف)%\Df:v%jM+2z*-?^?¬f_VeWQi }&98Mlq+c d7o_%xM=W;x"g39Ww)긔i1b ^a:>@dq,[8iz'#LFZRC1Z/:u4^sظ1~R9$.> sCqqja.J!B[x'W)=uBڀ0Zt+ܖlwܮU 3a\|D+٤ñcFIqn0zH(x-yA&kRlk{{b^Bprc*UGnQw3݇v>IYOɲ[H|c/:BUM`n{i}_RXhCzFuoiep|0-44l/W2-wꅳ$qo .ptüiA;E00N6"tVAɶL6A@f\BT/?lukݪx,ςAZgjf_dYwɳ!e̪V^W\Hf;xPNK9.~$@y[2B]Vk [FS۸  ǻ6}IrkPx\مod4yxF`K%o8Unj47Kdմ6^VhxEuV</Ғ2 )SC"-pkeBV \4˰Xcbj%s{^~k*_ }=+͛zn;}Bޚ7~UOrh{.i 5%)~5XA1QS|*WzN0zԾZʓ#ȱa' 9 x\;ԿeWH%d G K}]%P'JZOy\dh Q]OGۅUVuE,@@raCёyffaY.3V;;{/T[˱ R7.7 tyz9m:r^0l~3Z5!|ryr5t~UTỲqZpDFU*7`;tð Pwamؕ^[Yoύ!_׎SiŴ@BgH)V_u 2` #@M|bj9i41S.1 * i5m+n|9.#ؖZCN鹘!˸|vE/ND^j'aXcVwuBUj/@;8qsg$)m'Ε(:2( B諽< # 43h4:xFf}T8D`P_#vr..7(=B#OxFAec]2oQ. 7N^j[gtU^W2E@NJhL^AjP#>#c֟<2VݻipмUʧV̥֤ 3W3~qo F疳Uk4ă1oQ_sB{f/kHv[xEǩ0'F(&KWv-t/0 ìJT`V;ncp=} }>/? Ғy3ZeۡZ/ ?KQ'Kcx:vb[~.sP?hZp;VtWk*H!XnyrX|+(]d!MPpM$u1/64+X_qr1_ pxz |vHYFQ~(sϘcTF0' ¶~4èٷ"s^RTwJqGK2`Ub3.KK&̗:28t*wj+)]MκB8 yRV>'PߓabV\hBz93l񞎈nE+n}pFX`s4/%@AK;C 01ok!9ܠ|Ez(i7606ǾL^6x\٠ck^e`9]wQȷ/ |H"%됖VӪ]$xh x]yNO-=Ty~~QYD3%"m&.,o"W~S jq!f.զ/3g./+l]Dg[ZyOЫ_aN!#֕0,arW/b`̟+Z82((>GTƉ2[BW{J OG/20g yJ>]q2Hlם4 9e:z+:3'TrDeӰ\N8g2лV;hu0t'֎S& $[ R)ɘ]@ֹ<+~ؠƠt-rw:NXըmф$I|pV\KE0K^^йe #D͘sIH J2ʿj h1~x><)+$0`aI r$`̙DNʶNiԫͲc;f NJ=mlzVbxT+;掗.Sc'z #šzVM!x}'$+W!v5+xo" ]Krv$S{ FGy|6=%}-%Ex/uꎥE;ZAP`7'~Q&#͈i뒊GgGGkzRd 0C夫"(mzBJj£ Ci42$r@ay@^d{f{[nYK (}eln?4'qX2Tc? ~ndY՜ԋf`GI0_~7|ot=+$V=|(,\I"8`3;+C2_omˎDƚ6*?o4{(U7>%UC3yv ՊW'Ter*"n#U~0 z$Ŀ]5HB=ZG30baPB^J؃忀d۟ f,~eECu ׺EQؠzeD:xR1";YJiRѻl2n))KwHC35 vH"+*ۯ-wpBxq/ \CFgR7),R6ݏtL:؇+"N6S 1n8la݈D\ I<m3 ǃ'LYF+duRhG1*ѥuѝ2K臒sj4j$Ew@#_3AO]\me"o W BL_%7F^G1>+Y$qN/'4)N "ܥiI qLK%m6U/^%=2ȡ!]_!*Vh<_~5훌o鮟frNaN{*Ҿ v.2k( C0Cd 4^[f6!L_s[v>0>px6-m7SOn}2R{#7KF֘该. 3[|6O`CsTUkz1GT7WHD elblYe/qOĮIdq:zA^A$=7O"W%LwCyqqg"0{;2OEnJ%jxږ6ތIc(ƏBEwxy/A]VQ?.gsoq/jG-JIL]4Lٶ%enNb_mkBCݾ8h2p9ZTEsU=(>slY4|_êi/i*tz&d.Q)9 ԐMXYH+ejqpWV;Vd"`V+Vz6GTDXìgdz#Y_#$4F3K :dd+l3BFTd Ǩ*%ļ J~u1TP/r`X+fire9_r5-n/uAWKK#)RZ1D0!9@0Ha.9:LoT@߹{0 s1ZlcrJߖ}1^|RZd-?NQ 9yt"-B_q~IHb(o:O✌E#U~E,L"Ӭ%u{WJȤ&tr)gqCb|8G"~Oխ4ulԸߋTqQw G}@I%e3tΣ/Bi?ϡelڱka fS커 \/"r0SV7E g/':Cӭ1xp U|]K*w%zz&9gfm Hn"`@?{!N۽hUXjǓoJя*GS+lbn]eۗ%GKm1==ɑ 9ѕ$:qxKck,SHʇ܂E?B*3ƅ93@t&eA՛iAVB B RyÙVh-Ld%' AZR0[6 ۪ jb<٥UݦX}l?~;m׏v@&8_M:S2[Y< (C%gZ" 0wᒷ1fO?R9owsG?vw:V/U>&&؛Uӓx붞 8:[ȵ*%c3|BE$ 80fEm&rGHGCШ3-FC84P$> .Q~Z3icKoU]+e$fI1OHw_ȟ傲"%o.;=1`2؟/#V~K%(S]LOy>w\Qq lYau>Ebpt̖,{r{@4@2OSu܃ hFi(/8~a׃;WlJYXUEr1-Gk`s`}H5Wvz7\ SaA:NXӮS8zfF3Q,.(|?C&4`L)_DrS"iO~hD,d8:MfLIvtݤ!E:}ڍcux9H)o7q-h gIJ{~Old^QÔIר 6w(V"&,~owE8\kMʁ}#o{WQ6Y$0H{3&vJX@ OYV#* g^} q?>HNj !eWLSln&U=|P֭1)F_&B$TbUh 9o Z?.Bew 8fU*&ԯE힡 F,$ ջ6șyLJ鱊"4gsK&v _`SоB0%QGS`Gvc$<{1ٟ` ZmhtEe6Nc $ I@wqyIcuʾP\=P y,A<@ړazy^pqsWz*Ė]O>k0r8"2ŎF>* S{cjzњ6B-eJ(6V_3qrf ha JE]cĂ:jŜTqYxK0יm1y8I۞vuƌxYg@٭d/# 5)_a7WRq)`F#k3㜳Kg3Q,ƝL !MmV\:q^W_M2+H9G VC=Ғ$)$j*NMp)}C&梼c44é3:ipy 2&25W2pQ$ MS^r9%`țCP *+*JA)m°$z <>FyQ&OJ}ӘtʃI+FID`g+V?S|vM3gLgh fvaW],ćâpxj&fC ␛wuCnW/{ȧ‹iV-2^O?lukMqﱄ5mLHZ:PzmX0H32 EjMɗ6 ?#)p.fеbdA,_D_45'u.!p1ARx%:d]cCHN)Ŕ 5(Muyi^X= 矅V&Od*ˀՂ4DBrV} IM- bxLE+ Is2L!{GXU'$(߫]!uneʣUg5q/[w)ݒO,>X]]i.y oz20vF&;*ZLn{SWwJQ-˚Eߔ@ͨ2ՄNjj#e֡u$+d܍˫+9ܒ;iL$'Rs"h]3F\M>WB_ Lx26ܘy'P`&L9l7sbkV ^.0M/! %" #p&ԐXtڣgRVM"fU9T۷i+u 9#muar")*ިf^UdÜ 'Pa56#؄-8"'[1sdI>*{S/& hſiG $gv&vԲ|>izhs<>H/=A[Bmd4NX6/?+uU~^&3F$ ZZ_0p&t_b2@c7qN~oʍTzZ3%/Qbq,p"%ID*]\Ǭۜƈd76ą^M@*HT#[Y?8c䐨X4uDtΜkc~Vܷ[ סKG}b?  o3Li !S|Wm0#2"oWX;T[f6cF"qyqk6=At;N쳤Vݤ.!4"]:^,jcȁZ2ࣽ_ɫ s`&p7@Rd0LPBЖ|\liV6,8bb>D&tT^~eJ`|֟|1B/ji)[I|,XΜiPP<ۣ'g^b_oRI6Geԧ%ƚ ~0 mNɺ\%<(4gMPyf>%|e5 3F;fg} y ARSIq$AHcи|w |}AokHD":DPL7b iBBb))z-"KIăԕퟠtFSJ_qgm7P05H`+7W@A9FT|Me]ƜKo!TBv1`1X$[ft"t\;6p?PFrFQLݸV?\mZ)~'" #]> KdztjiP_$,J9} @7J`Feo׽kEv$Gz'#fw#k17gC}^N9$EwWkX|An*@8b XlFˑ]Êm W1EyrU35ӹ,\fݙlh c4sfVY\_/)ALm< "Bϋ>*طx{ 4}IAg@U&p], 9+mGMYpzf1m+zsO8wqSpͿ.vKҟI4";"֩)@Fmf zf/iEק^ K uc {HcUhlY 'LuU~V|Ł$q*[z+(d;aWA?Xa ~Y ҫ1-\bhWQ6YNFK-v~QghLB%֩? pcI*lÄC/p q]|\"QpkB%Cgij BKDڴ+|6ի>͛_6pQb_{a" wU=`i1 A +Kۧ%a+z wB]Аi+HJX*WƂH g^D\iw* \Q֋Ǥw' b# ODvjFg@GOgi?P}V(rb—]^)CMLpN &HnzRpFK4!;ԻkK7M/FuVMޡU~]&m~!BC26g0Z9M$W6 ѷVx]P(5D "\#IHy_Tu>,zKÅP%1ҿNc,!GxՕ|ȹSoFx1׉: pja /ź 1BӦMO) W G[ Aq ּ׮:>4rt9N@&~{rzF84$}KIgry _lڨyH'ggURd2$H%?s4V5 IrcsPLOEا!;g )U4,[WѸz8f&;xݣUc?8DǢPCl)i"ng:V0)aix_>8y:.:䀀Ӵb*?[%m>ƳR.&hR6[ }ұ"_Ӫ]0lɺ8e E6+N%7J2E{0J,L7 6-ZR >+b>>&NW)9VI5ښۯ)AK}``)5P_jÄ)! |4);IQ{~X^e< ֙.pA>VÄ{Ū4,DkP*^E%x5 `4Ne9uw\H9,%`>Rq14s՘-sȗ[o8Zr,R@ScN4ZNf5|] ΋w}ss^.tA5F'y>r"wϟ9c!32BIשRDI>u턻T[b2$]9mcYKʨOxߺǪUetd L!qBBjhaFy5N 0~ŒQ]HHPO3d<_ŇkRRt0ϒ@B2VFA$ w*iWRr,|](:n^:hm2%`IQ87`>8,6F&K+(bJpwaha'{N2wG(_ WR3DgŒu./屽o8Ih&T ?.8(ޞ""we^EJ ~W~rDy!i=%>0P̀%èLD(D}ͪEuGYnɌ@bꘝa27\kFcsliL\0K8e>W0W|[rMq`Q{7AW77sϋ8T1(K3, ʴ ӶֲݞV{,B}S!b\*q6#UllF[F#:&r,XRSzsͼ?P6cГʏZ7Mdٔ$A}Yhm:e#`_}\^ [bY݄ _ت2C)<^¾T镂MԂ9:#doAt:+%vG'?viƋK]BtËFiA kc]~1p>nҩ5H*kՀ)+{竏Byֺ+e??.w@ ʙئ ]Ҭ$a{ɎH^+,q~ J6<< X/ams_9V/YO*jD wp(l@y2ţhpXrJVf w-ĂP5mԕt}ӀC 逸yE>L$!gofj0W.UV0b ZwxQtIus\m0<[lD% ۟]c'yy(J>e[N0OӛM+735.2Y¡`TՇ<`XNqN8 |Tn#+Biџ3FsЋ$k'0eDN#h6FKEw E_xac 6<W6ˣqSak)ΦNH UU}ɛU'\ûx@ hQvI"%[~h}aGQR5+%/Qf|c7xu[ne*n6b;]Xo>-Ō G鼌WN:D)' RDZTIR0G?!(? T?򟌿5K0S?[^bn cACxP PAvَD[Dvoֽ(>`)C!{T[TjVk(pkS\': M%鱳(p@7䃼0_DȬߩI\v>&g!ožL2 ۴*bTbN~E߁}$+ De ,'^N>FI B l:×ݗG@a*fR~hp f$%R+Rgp#Sv~ va1 3OXIBi>T+)ܶ0P +}8p8.A/dZrqAeEY̕ A6it $6 8?‹:zTW1J1$ ָ6()qvX>^<;5@@~#16#`98dR!nM+Z4XMxTVS,x캍ҖRuSFv  {qt>g6FWZ8mG(LrF 2^i-,Wβ]Ylw/tFIFZH1[FEbe+oM_y*|HZO2sukԵxk8lrϵAVKAQ9f3PP 3; ]~הBS\I*cf2>aYW8»?ƬzG41 ^;tӬ`mRSF}&E~${J%p|GG>_7'jBmF]iûPKB[(4jS\#ljE+a ƨL%KzسԴJE`?4dBS7 amrme-dqzHl^M M@7X_]p2DE0Dt&T`G/Y'~ NsM6Wppwv`_2+>n}," HZmyMM;|% S zߜ0۹WU<7b^lI0̎Wr26ʮ*TԩAo/n2 X"_&{%aRTfg9?t8+ӱ}RC*GvN~PP~Q>}> ސ۴V^7iپӨ/a58_nhg~*U{'o*?Fc=^6[A+m?I݆9wT| eYD _1G8B]/) tgg#ޥ@^QV^b?1#[Qr­:pb]~I*ܩq_JV~bԡ(}; 06J ]sk3KƑIBи<& +,*D$)-l:ޘ,-%]c]utO~,lm0,mWhaQà)=}$AM{M3 XV/v݂Cl9ߣ h:0ZR~T$szpESK.wHxr-,S{zy[݉ M p[YO% +ʀu^,">]--m>~C,iחEhJ-Z?Aq36`sZ+;Da11onfj8VZĔ"C" A/hlVw eQ4?@f_HjU{V`WL 3~IvkͶ\6HOpSM'Qc3'lVrwfyUe<~k#bǓ9HU+znUԺ;!\_fHY [qGȄ& "QqIT+geTTkgtʐbN#GN0+ꨊ3 " Aq0@cPrY-jnf\, X`~|sA{[`"@4{7iqv$hdJB[ GG9tI DxZLc!鼿!X@-ۨ75//zp;h[z\kZG̅D2O)b*ZUmۨgX|=e[:Eો+ 4ZA mq!T4\vyquJ*9952S특4l;rz;bhzϯY/68X W$:BWti鋍Ԉra YOJ;XoBPaAEOE?5;CQGhVTF{N(ǥ Jgʍgy`{&zras٣K. _OŒŷrbZ5Q,ɳs*oqWJ!RfFJXƙBγ'Ƃ܁XE#Yz o >f=zQ}oBNTQY?y:@vdR4%ܴl(߃+Sw!WoՖH3kaP"6qa 6[ͺcsx}dYw $b+PW዁"auƂ`;CC!P~(ȠjGn%|ȑ `EK;-N E7By ~Vw+b_kD_/frys)/ b`LCEn~SA}}Oo2|]PfN/|V$, ^e RkwH:;],d!em!~mˋf=}SPMJPK48+ZiD&Z7ǒ9iat-K!CY-:U@*| *NA]Q~4[_$WM$ |04,g€\Zjh2xQ I8]6"NFS ^0#?"+X%W3Mev>i[q!lRN>~(?#zKŇ%Y9m=jB ^/Wh?#ĦIր sU$+s70 /Tn~njV(^0gi6y]:W<`E4󓹜.4NRqSC'R0v,R+/m#18opq0W^p&)e>A''^ȩ1A 7r. oӸXNV˙t.>NKbʾG5Hv+D HI)$x;{}XOS$|g.3BDx1P: |GtGFv/bu28_tSYPR5zaAd.v+.W_AaV.FYaK0- /NG&ASOwsfkc7=k EX4Bb`njK'iHؑvʢ7;`7/.^UɀVF+p-D24"@0!ʔƊhI< #N` "1%/i׺U4$QӅ~S|*ɾ!@Ŵ%{aekn'oCj$k\B2hFoV%4*&ne."sH{[wfg-|[^*C".D{u<\{|An8o1SjjC[~ B)~/Jpu.1v.h)Xh̼Ű2,9QNUM2n3#D|?ׁ.X:1ˮ"纚8`?e>qsjl%J+_+85*,,x_C^G M FefaSځCYHO;LeX$ rgSz"s%j&̈7q:R ?x=1Uŵ! P.1$fCeyki n?'|E(ĔULҎw iFX+ 9T@1ׇX`tTh?Y| fْ-LVl3pYpb%|Գ<,W~!TM\cCuOPOf(kC&1D??ކI0\EuQU8AAlH) *hhN1>PYJ>fxd5hVasO!ThjRsqܑiF#6/vłʠ tG&Wwd娭&yd'P.PhL>WyT<:NP`XGSq04:4y&q,  $F6ΪhӚ鐯(8;LuћYm&ANѲȖ0iزߴd1IaCPMsiaJAMSzAyU!<'ckkHTf0h*Zb)X>!:+wTInFw8!kN{UAI.`I6*Kb83x=9zM"ɐ~"~Y:#M8 f9?yOQ119@0K8p;g)-몲y/D5O/.|r9L@N.?CºIM<*m>Q%7-h/Eia]T>0Nsyeվ6vj')dDGm_}ѷ/^BA͠mT*.dVA >|DN+th$L"*?s:듡}ĀB? FNl ^F!dɚ _`lqǍӕ7/n}\<麻 ׹{84\X[R3HRS~4~q!3ᶜ~#7qתGԱtlZfbZ@>5UZ1| L(ҽ F %cDϦ6:NFGn# ;?~hhKZji j3yC(yg^jXjwI0K+c˝^&J]c({&ʟ<~MdRW,9nZo׭8rX>aF\[N[. /bTvd~5,fA> Is)kBʐEwo!sbt_ؙpԁ@]*i6_TO$T ZN:$Aґ˗{<#XSL87w#fpdIo~a6FK$#C ۳YґC\H W"=f#Fw)ق81Z"͘Q1$0J~IML5^Nt\]!M)J*SrAj`'jBns\/J}ZnSǺDR,S-zq}E( &rrP <4YFGܑT:GIW< ǰ~jOBߘXA7K[LZ ̰w'{/K yKu%tւAi]KOU a2kgy}H9: 4`0|ȂIo>j`Ո,8 ˽NTӸ~泚oJzӄct7Oˇ b؍~ug?Vyvr *8lSP{tj4g?4ٕnځ(q͉t`xrP)FM3C#UXt}{ʥPj7w>뻡[@I=붆`iӜ-1P%]uiw'^1y Oj)s-kW&2Vݑ)HlF&NtrAU}Gu/ a|@M7wH,(}ŀ/@ώw͖"{dDG[T򦧷-Z80 KJ737_#I/*0Gp1>yĀ%2֑) VۊZ4ŚVĿTO7[w'>h֊τn;/J b`TwxY1pn[O7RvL}90ѭpz}n#oxe_jngEq'NLr j̤Lh%s AwگC[WjxeF𻬌Vؓ @)B$-À[Îh. ն!6N%򷓞 \GZX 3~itrmqOK׮==`1V"G,AnSRO󣁀!k^ $]l->\N^㞗089,,<4T Bi.5 +Ik"[]2j9u:P:0 ߜ^$sRqhĂ)aA<0*u.aFs,ɮ-2 @%ˬrE[vR*E&Zqp)cvRE,@FFhإ/0”j~ʸSc鶇#L 'p([3aD'8lN=K%ODj($C4ղOV1/j{sfMc%>掗8 kQDeDcJT[y9tU2W>̪PO!$ Vv+ fU̬ʓNc-&܈R>AsۤhTקj'\¦F]aA}EܽYl/z5ys;(X,G/8'rO_PQ}.U8D<{Y6ņ@G.0['NlWMJӸK  %DuA-:RY Y|a8 ˳b'E2衮74hBrw'W"_3d* ]9#}|:kE<(6l&\7 Bذ}6|{o[Vc5*%u_Sp@qi8EJاA5SsWz.GuOEND^]X^q%G9r*Bvt=CIOf6px#Izi+j0-SpM0if'/WJ>7˒x#0tuS#Qe3~Vf| 36RC$`%$2f;[`l/\qb>wRA xntC@{tXl&WlrjMcd>WM0/~(fSuEf k9a W5V-l2~wTImjE]&y]prԼ 8?T].`=?׭a]^`7s_hb-v}xWQhֳh'Ov&͆䋹|lǶ+Hz{:ک[Vb6Iϫ^n9˂IVҶo!˦h&i3Ĭ>rVˊDڗKd˔;@+kc7|鹸vV*`nOڹWR8,PͺBFBU\"i<焉 (m}v/ϤQ9G/]F#zYX|&'ӥ&-AzءF%ܭv1 Rlᡋq2c%5_l-9Qe,BJ8N^zx7[Z c2XQH wA5$b 05!vcЋe 3]:@IiLp0Egay\-gh*5&Jԥ[{0*M/g{G,! Z9''&j,3'|O;:ign84uz!꽶{1)60j@i1r(+$ѝ-׬ m˖4?][O(n aՐ!Q% $qMC#Gs843a> -+9@uzs]4UaIX`2^ՑlW Q"f @]&qE5$@:<7o }5k1dJx:L5ݦcu˙psbjqPl2# تtq&CW~B$&ͤ4XXz.[5Ù̺]JB:s>y'c+HZ;ɟ矫's6V=5T ~c@voRȐ$5W ea6:;d({E u$7b BZ*<͹6@# v|iIK^(\1۟BoE/q5>cvX:=㲿v7NJO:3_Ü#@eU}}bg. >Y5B&Re[/9^ nїxewY;>)AxQ :Rnq6$kff>FUHXo.) k$KmVz :]4<nF&9Z]fU6/~\K5W"d& n&> 1/ڈ g:.wrG;]WC\rk{cmQV>+ 9W-|X__4'`I5k5I$_9G'win @$%~.&pG D|& S(hb(XEdL>Ԧ*KV 0^Jú39y|vcEJv-j2.Tn;z 16 :amcɸy!Qf W1Ix=xŀ T'&N>3[iѲ+K ^&|?vj[,z=rWa "(k JxC*|) O!c\t`nRݷKEj;_ǹUnh"BxJN|XlVUۨI6d\' N:p%Tk" ڹn+-l<rl4ܦb='ǚ `Q7#*HkឣvL2x'2ƄER(:i[YvUf6nsW[ݧ_z:`mibm^1?:s CGZMMHnvZ̻ED(nTu.DbSڞ@Sk90{L|/eNM!Y wWK _Gʡb>_/YD}Pb$WM$0q`@tlSC= ~Ãu:QL2d$@p|H_&G6~JIɔNB#~}׽* 8eMYM.Gn4\Š(r-"g[{? ȹ"W׮oJӀ,apxs4M:vڀF2qrZ 1bvDOq:&X1eKhIFڇrcԎ b9-†T9`9N<4jA)W" m ]6rH>{nt"^trtҖO}fp 3h?֩\Њ,(^{xb3uc`_GC<ܜT/gC7Ձc UGDYǑB x\,*S5d w.I~۵s2CnN:H]V2'/}.wmaUXlZbS.&>.id05knFw6m/U`?7gzB BI"8WJSV 3CD\>JHC Dp=K`dXn!`3%_o AGx桫IՂ]`?ojV`&dE?Q1m‚*)nl*m `TuxKì~*k?c6q2<[$ IOEU0=A $I#x#)\$I)ڬ׆6 薋TMXOφn_(^i4΋H q8_'.g#x޿bْR^ݬ^Cزr\VW av BV`&TlFSO1ߑYȺ'8.Td&y9T9fbt6<#b< 3صZ4xc +hY`PذpR8c%RiؔX9Iabqoz1N(Qۇ-a^G[~LƎ߲dPNG4P'(fc-g+_- SBg/Nj ȬS7VJQaCn͉C-&uʣ)\iАt&7e}J;/sOj}:x*J5ay7CMiq dު _!#IaNMvǗV M5TFj '8 (_= V )ztUQE1k7!NѥR2 6 o g#|WQ1SHKoaSI]n3Sy"v2bNJn B5a&OqgױRit(^.TFjA(G@_z~ʖp:т%2;py-M ^s_pppG$z"wOȷleXcoA|}iH-@#ᓥ?!ۨ3(ĬH!%9Ht(SFs(C&E F>XM+Ռ9-7[kN\N$U2ۋ++d?  'j9z9,EV3z np'Eew$<*\ztʨωfF3!Ҫ'1fsx%àQhtqa5|kIe Y'hiRG"x3'G/lSx\S7ؕJdN 'Tz~f/ƭUz!c18Ib=)n-2n;^uu-4b)vIu]ݒ H~ |$XN0p -g4Mt;JMh'&>W/#?m} c.(@Frd6-c|M}l'Ǥ ;VաŌB@,TcEPG9P-&(> .iv6>GCSj9JPLW}ZXP^rJ4Nż>Әk)os$"f`>_\x FKKo9[bcOirٖۮh[m~tUUsTSCkqu"iHLyWG#:g^M:ph%=VYe;_.%JGeUNFDc|}A"aRCYm]142 |YH\(2ap|u|#ıCp&`6$gHMF,_=j/gPM eg Zfr݇|']t-QjP_iࢇ*psJTVmWӪv*%R?(TŪّxguWR+fkvMfMG@Ɩ qc%n).4@\Rhmc  4YS}'/z7Lc qp_HI;ķ+A.p }aJ2T;/j4Z5vJ }G~ ړt/2i^0-ys1ۇ.'hNm-s wQa}(o 򕝢un 9>>Ƒ~iڸ~{Nvgcwf޾ 32,iqwB>/ x2ʻE|XM.1|#=`8TEJ E/R3;8TfYjT(TS̛ٜ_US^YXW޺OV -%O4>C@_;ބ:^Rv\ {5[Nr2ί-_hD1様?aPPڍ5J*司. D㫵N Ǯ~ GV'~zCAYn>e*G}>!֞#t[2)\OWL28jݱY*4e:fE^ˁfTrV͐ph, EI7Uώ" ^K;jbw'sX5ZbjfctHkrqv,b7agܨ9c"JTj6J`y '2*!\+Tv_"&c7dz)xFyS\q%hzGe5HCާpB3%XSā֎z\dk}8vkH+ L.QB$@$adžAwdS4DMB`R+) ?4\CװٕT :rzƹgA`2&~c>ade0:լGѭ&|f|]s8f_PXHM5 >G>U,9P}@sK]jXڠ ^<ˀl`? CU3ʑ$p^]ZMqC9>6)w *'VPUtÀݚF'~5KЖݵjlšZa!M4x0ACbcu}YƪF &fsݺD$S/gjVa c-Q3pϽ >^Uyb3ɉ s_*cZHQh( <$ђZ]Jj;qa= 8_뫂\3CvLjF$ּW- Gp-rdn:ثʎphQco ,&+[7d-Vvm<(ʩ`~&´$o<\uEI#Djۖ;w6g@UE 졻d 0/6My|I"^u7pJWG-* ,gѮԃ뀭Ui53ɊyFx+2|~qiA< 򂇡$2)UVH'I'%c1`q ~&PvּקiGhO#oIwǤGuR}[3툷49I٫:5B9N魎'η6w+GgLYtOûZ&[xo]}݊3#|l6No Y;(ڬlC@Z8> a6$+>$>ϕh'kǺ͹o/&N@PQChɴoiwS D6ڢa#75NjuI߫"& F †4[֬\@>B:J6ģ!hnkF^ż[Gm'Xb=ҀmZݻ /Q;o3P@@dTF׷nf|9 `bsȼ5xKx]A[Df4U}*˻TY>*/[+N1#!f ExcfÈ4tZ&ٔL5 rm+nqg=<,7:GUɠ"*`jGza~^nJ'\J>gÆ48e {fa!X)&<2?wS簵MU = '87 2giq*"3bc)o:?F6t3J3,3Tf|Tpȉ9gsaCWU!P4i#m[/ 7 ѻ,.PU]vY85jF W 5OrQWi+!*d` ObDQrumYFcIM :Mz|%(_r p&kSZ>XߴipVx '! e;[\dlH Ԩ䎊gPkPg@E'FgQA~e<;Wx'J &l֋&Akh Ƭ/V:}:I?0Bø}&:u|A/ 7!S36x]A\3x2@^%u*HB3x5@Jw(4e*q Ex3Za+Jm"_@8`"cOFJגiq)]` _O_ibZў T'`mـk6\#t=`bnVĺڊ_YFDSn]6qe&P*_<Ht]7Pi W#TO]յDƆFiM1Kr[c댭N1@XSa1VjIXPC CmGP,/gGu8~dHkeB8]3jlu+K3M ΅[wCv ʽQCLW` 8_Dslu9^8[QQSَMd?b٘iXYW]VP8o^$ }O~yGݹc tE(%[E3+pyl`'y0`2_xm_x cPbR sUݟp-ȇׅ0b&v86 /)&9g{ӸNVy1 fsŸ^:y]ѐ~fAT$+KbcФߧ܅0HZCB< _y=dC4?c6 Ġ\ dc$+F KO^ދ\+dbD4w _QH{ܭ+Bԭ:D`H80E5_i3q#ށQ oSⴧ G;oGrp7L)9r9zW6/5|df uzB4H5m=; ǟsU{Sff\@vwdUFT/l`Ti坹Ʒ B^Pxa>+qiL(h)Smîd_(b2+ϽBI 't ævР`dlBG둧L>'ZkΡO(W(FsY :'Cv6ԋw.`="SnDůg%ۭYF?"Z~zO}soq1vOݣymn;6(Oظ6'?1%9Z 2X?U%] PԽ[w%O~ Bh*W{̟8ld:/dbVvE'û+[lX ]^i?h$څ[%F/}nݐ6m 4tBj̀?)1:mƷhM(Sk_lI#J>Ɉ3)w#rrH-U{2?8^7LřP4wAH̎zv/@|'dfU"\Jс9!N;PqXTP[|lwar3&bxz w9U{[xG75lsu7Ե~27/W>],kcž'3Wn %x&/V{gqֺUX{tW?Ӛ:gNBUz:o ?@>p(P{7O&e$k,s'gah~x.ǟAh؋d;\#]Aw\XK}yqNUrM\+"+XC\*&p˄.|Kk,5M*=,rRwNO7ӫt˳"*__Ln`p1bW/`_*wvA5,Bg+$kNKZ2tPF㾞gLb")WbpY.6sNe0Nsཎ9LN&S'PtWLwAp_i^߽6I-' fP3S>`G|*m\*+Xo3 L[LN=;,Xڇ=l_+1U=Bo+#iU:<5NQ~+үdd]k(;h;Ipda*qYcGצ;Qk_d3>a8|S8>2;kU~Q<`5TP\ uG)x߶}_4b +o](N4\he`|bpx2g+* Q*3iE&iymrX|eD f;0hIף[h 4wY޽ >.JώE'oE&a3:yɓ’95IW?eQ2N$=j tL3X>p2R[V 㛗4qOo<t;Uc h4Q^LQS86ţeg҈].%:peha(~8!^VX HD}n,GYqE@SNxms\!ptGF{=Q4M:fcxQ֒⻠hP1>k :as& èRS2}#:(!$.WA }_Ȁ~(l,?nhΟȁrNa͊V]/O;eH̖]ߠ;WXZ7[",nuWpMHv?O05UB&ZzI;!ۢ]`yzZlS@?4:5ײޑQ ^/R!bv(,o(vדmdz~ +@m5. e#򥬐Oi+YтJ>E J4kTg4T xTz˼j |C\l-2~xC-5mgQ.H嬅:Ϗ]ɈFJ pHwe -S[Y|̣3TFG~0 J+ &?9Uiג#QE:q/jIv{08ܢ b4:$/T  U 0lCޕF]/m'o/gSi3#Noֿ`'o[ޢ <=_=jB[qYޠPΊ9E:&/GСNфIC)ܫ.hzY,S{@X ~xJ넇xZxldAo{sa2`;@W%K/x33 _E]ⱺ{p,0aFGH/!I4n"C:P> q-%Lod/4-f9":Tˮ}_ "|!i~pd}ZZDg+%m/xXnln.12 u{JD]2Qv}E"Tृ4ۏ)f3x&ׯ&Kgb+`EDuK挏_{]^ ~2 n\ Io*,[Ҝ4W~Sj ]c3"qdzqP-^ٗNR>z` 3JZ{ۉn%7(9%F% z%D5K!zכs;YOk~/#O9g=MgC] x ֩.׷ j L\& LނӇT3F1 )t$r $esgk5DS~Zsh'g[t-8$Z*,sb UM`erbH1%_U6wM)%8"nɼ}9fhZ`IJEW>wBie/ߚO~'VgztCG&liYs<myL@V!:w~]G׶ݡWA %it !:E <x5ơuv~Px$w" W^$˃mLd P OS ޔ9#=L(ӧhmA~8p$;ָm l>.l51 'h_;gZKk^Ekz @9% %~SXp\]w9Jth*utJyԫJZ9.zwO;0jԔZ=)ݭpEl/+` |ݶWl='fLÁ5a| @_-nGFEBqh}u1#%IV:S@s)u˟|*l} ̱{mM 6+u g;h3u$b8clxeVz5A,q)f>Nٔ!:waK.C4f: [[YFÿޘX-vs>Ԥ:a c<52,UUTv`v_N_Yz G*^=-bkd644'KA:+WbCA">ONvY5o*r1_7/v18EIL].[sT;fV63m@Xn,D{Ղj+:FKO }^4_YP<`pwdn.4a4Q^H~?{X(t49G8Ti͉ jHXC7 ݥFW^.N K #~P!C.BV)eﵲ)z_BgZi* ƮY{b\ p,SR@@O9fv%:]ܚw`̔mim=x!58L8~Mfc:\c0Zeӽ̫sJ 6u1,_M6}J{Z+zp hx17?wV%q[` ~f+GG ʇ@LXs6x/cƞKg#ѕQ3Ƹ@V-^#E>xոޠ?/sf2R_ϻj84mAo/6y$1~_k/YϵSǖ^f; >k9TrR_懊mbl4G#D9A0{T؂NF 1]:o6Anƙ!_јHL' u6@7HJB%xZ9ٞ8(C\,+*Ζ7*!P(&nY=tNtɢqcD},A}rluk.V'X7r_eݎ9SJ?^j :^+-WIW2)`u*K'_>cTCyoG.]bgOdC $_hN6)VXP+għbheaƒP3W1=~1+WkUѨv8(UK™y C5\D[5TP+.b4HVWzRB ֡LrFB\cy#AJntbkfTc6=n^_?^ ĊFFV {[ c *ZE9QNB"x=(hߣڏ1CJboo{.%;ɲX/w`֊fka~?BT$S!2Nsan/-eϼR5:@V.;LŠgբy{dF=cB~-.9|_EVCF-Vk=Yu3l q mQVy/%cҎT`W,׋N;< r8*Ήx85SMǚV%w܆T"Q74}=tjf L0Xݺ=`EErVb]#V")QL Co *Rh-Jq'>+.nyjP@!xKJ/ Y*L U\/;h,2yG,U VC-Ux)M+~oN*, %4I.Vv-:oO GFl YͿ8P!ᆲ,r*\ä{f-&9A%&7V㪀:M/u\%%8hQuJdb(4'*LIQ 5cqu"@$'O"a -M*3W؟Og-y0ʨscO}6MN!X_& g[A_ºmxrLnR oy<=KqP&&nsp S x~#o3fEfCG] Y$" ~j9ؠ 399+WӅ.Z5m ;5f45„?\Qo=`G H ?q&ӘlLӅ!IHTE)ߤ~Asxl{-M7p̱@Wj- B#ISsmٴӧ9,V.j2`DDlTr)g%.j\JA9yۮ>Sadٽٗv$ΨHga +6k X..^$5rh*||%l!ch?awJ׋4|zPU6|҂@b0|hԗ{hÉ;V[( ,,dx0VE6/SWRYyÅ'5pil=(5x%(]BΎ)r.ƵݛUq5Sp{S@Ǟz Id V54_ݲs3U TaT=GLk`F~W!?bÛ sWkXr'W]aT N]fPHַ9*<wȡ{R xxmǦ׭&>!ЩQf bH\(ClH,Ow+^rZajGZc>:*W]])Zc{= [B{sk- \c_LfAuɑ:DV: k9N90iRp9;уΔG|+Y0ۢ}M{ >0 tFC3_[ڪȠfQm'Mugqr.T/\:^)j˳]>do^Ts/`{О+.pC` rp߫Ii'ۅ>f3˷UWfg2$>Aɢ|GzmZSc>4sE_Hq<;tKb&P.r}.v՗c yѷ,KlqL r0yO;5I'c*.g-' óqE]j$dPhsqr \a):඙OA%$Z0 e6 WN09H%nt} B(O G@$a"om4L` WfEt@\YNFd$H3*#1T 8BkUqWӳ* O;NR0Gc;@!Ȓ6K}qf=NX.%/^IWW6aeB;ǸuC9t?mM0AU]!Tg%SJ꜈sޞv1KCpYLeF1 oл0:*6R4a&J[J, .#)yb Wd7;[\LHG&{c.I۬NM k%C /,?5B.TYV0k5y]Zm1<a.|+;P}ؤ@p> 0#`Kz D J hGf7OC^{jIb٭[czF,3޵"7|'M<7>7.(GtI3<ƔST κ;e>ͬ9i띆4Tl0a=C‗0cF G^N_*\暉M&aNi7Ds-iklJ!D;n[P1*SN{|foa5,xdY6/Gkܘ%. Dn}إ v# ؤ2Gqz]zy^Yͫ%k}, hk}MQtNF r$J2((3>r? ,@F1۹gg@ϱMQ/.jO9k4AZuLNm-9mH[uiV˗/ip> KI+Q1/LaA0#j, .Ձ @fȨ?'A$B%p6FIQ;3昡{6&-=ńJتov,#fAӠc`}'$f$L0˃&.φIT3@s|O!#;C]P]D(uu:BH1 j8aQPo۷spc„iȬf - HOND!C }9I Vs`Ըe|-#*TZ;@;mw!1(qk+nqnQQ?_A@tl4YR#y%W=t~ ZWւ!ȩ~`κXQ" 8^nq\w^<˝d-"bqYFG3HQ't*TWΆ՝j) ^(cB'l+Kw3SGR{sIٟR[])`O Z_|JHuL+}݁*Z=z ԭA?{~ͷZ.7\|$KhU+J{F('si9/DQd*ASu #CTȨSNOz1bB4C:ŪE~o5ծ1Ҵ&ύAR#]9J^?+%)dSl-h;@R\A_BOL )^mص}t(V;]/:֠bqj{ 5GX!\9}65F $1k}D }&<Ԝ5,h,?M&۲+a ~%˭@k )kh@3K41dOVIˣ#@@luO0)@l /=`ONk=n%q׻Ѿ&&!kp\@- "؍33^ϴ#χ0S` c< Dpj^~{41.Ffi=<8gcE$qYe%Mb38p-M6Y\^9P{%b$@>_kjuM \3k2o7YKbW$7Uο]u51v{P}T@oj_3e+FAgS8^6Vt]+ {1/dʆ%0(xd %vhܰ<8a?rp';߽=Wg(€# ƱQ`:8MVJblG)D~H NS~"+uѐ5'IJ4g!.:,L+A&8Ɖ{ mQٲ[[ 21,攣ͤ|D=\CFC\:1yqtI !1_<.f/BZZziI~77e{ۋy&tVlw0 :8#rZOaxL)_eToCf/&MaҧRzЛoGjwIJBpg+X@Ɖ:ĔTpP/e}%zMd3PhqL~$qDG݁nH.ߦې gM~dK:-$Lag7s~6KG,` +o?g3EclKjrc%,;F>h{Yz$nta+-M& (Ďފ`x8R춍 >sdeQ4Xu:V<'O#@C!|ofMl="wΐ#xcѹ:{ZcTc ;:?'MJܻ̚ p26"o2DqV*,.v-G09pe6t]\,`uS7&ԀHM$Y!c0 e?HQJ[DBlg7p7`O) hPf  JNW%wVO`w8v,@Uϴ `mSsOŘ菶vW ]}Y ey %6~B#QXJ,Mn#t|$RZNs{LP[m=F!e\[P33ⵦ;pB $Oȴ5uGc_TChL'n\2%?ʓA!@Tb_xoue(ݍ` -z%Ӹ.7we>$8 cW>Oȷ&65H wcp,#:˅ 8p}!GjBܙk,nO>vhk}X<2;o'Gᡭ}+OY[䴐c-)xV/QgU7Bg_K_a; pTRBm,(,eQ:3)RSN;ŇW>f6Y΃xnWgh#e7iA-F LiN߇)v=i3jZ,аOK_G/E$bpp ܚ4ل#P󅐿ZTT܋Q^$@UIk[%kKcu σoo r&DܟoGS r`z󇫍{!rx=xi_m)MC~Ǹ^%V(NJS:{AMo /X kSRfְw=К0hHcl&`#m윯W}WROmu4H_7Z2VR&1էhOBn,Jf K͂٥/JHb_/SSabz]АMEqMpM5 &`rrFkv3]QU 5 2!V<0@0V$ t[AzK;p6tNP$;3e%?[$pciqn2a5> 2, Rw!zGPfݏ3Q Jt?*g&Yn\7Ts YAMh4p-9*|)VhV]%~犷Y/*}K;. !Va|M83O֪2 mڗa]a\!lW^7d# zyzb}Q`Rjp̼Җ<9!|5`KX{}Q5_z$k)OX]IP=2sK!#FsoW9=^+2zP6-e4/9˂"Ҥ_& `,;e@C(6' C~h0פ`Q#sU$#Gis<y=Q(~$MPT_Iz~v~bi Tj.|x֘U!b OT0OyHҿ{ Lst?NLYlnizhA9E&8DXE_~n2Lk@|S$1>b#W>i"q-I8 l"i|"q$6vVB4q&dޟG\o~v;Aqusd#2ByXЉڝ޶EHZޜV VSD"`S"Ⱥ NF@?H"r@uϏNdhOF&#Y6i$^:s. v!65S\<ҐSd2c&&."gs3XXlT"SMLV NMKQ,$ \Qҭ87$+%LyD3Q@E~vO13Ɩ¸$̃A~z ⋶ Ŧ_&*̈Wq$:2} %* Nk~a\e5Guyf/֑08xo5_B)Pv7ӛԨPSZVyKF;1i{9:ljև^EdfVpodIhcVK<7bw_/cXJ=SmZ[|14Ї$GJVzKI%w[ {hNmc-4ً%j)S#2zcz% gDw->([uc)~XuD6ԉM9qg"r/ٚ"Ruܕ2LIhf-o%jvϱgb?<{(_ L6ݱ۠Z))xxȰ-)S.q{.80PpA?,ض/fBk.( n=c5|X7wI_ȺArY0Nn3)@o(}s*]˧8S &EY ;4Z.Skk/R2?tie]iFY$tOvyɿ-+SMBj{}֞@ 3Ń;SJO+/|[m |?!/WMvh }e#Hg+3ۮO>C< <4Q-"W`/R{`03 C8ӁПJl׾ {R!X^LEï@{)5掼B.xY?cs f\Jֳd19VrjmD46Q"3]#?<= K];W`WX}+vgɉ+u[m!Ti7XG, \E- "Oo>u8,柜y{,0[zuYՀCX;Qoi2VU;;ƮCq_ϝOY/eي)#f`]xlFJg*NSnŚ眂%w\j ֻ rAa>W}Yt_' STVxR)NNE vHM'f)d {@4f/0Ļ&I_]RSܤ𑺁귪˶`m[I -51ԽӠYR4 4lNHټx<;,NpU#@vc,A~c0v'~5mlNzh+aW&/fU&=IKgJ욋ܳ4C 9yx=RGۇvQ[$2dʨ)GV- UA+\rb7o>N2Hk|#Q0[ ! i֊[PFY/עJ~9X-}kL*L%ƒeЕaYh$]%o7\\;Xx] ^(p1l奝vlwƹ%)!*. ĩC.=7.Ԩ݄r"ȻMVZ 1r3:= (W ǑF1K`{ gjhpz/줬$z@kΟĺA[`A ?O!8\;9Gp[aj ^/»u ;sbj@ ߕ=BY\=J1 BRky{L* {6)6٦fC5$jak sӈp(JaZXxoM3,D+ka@mDN&'mlb-p *E,8,$+gg2.#bު"E/LO?dd%gu7diĉ /&q^2X|ɩk>h"kW\43D~Q'QEJuCwZާb-oH ^TMvqAS6;9rlk&^ ' xʗZi=D=DBAZ11Lcȓa@|سlPY&?_'v/j`kqږ f<=.xd =Rsdm::8d)H%D@NjZ zCs&kY"ILrs^YS#ߝM|Su@b&"1d(s `W׼;4-`"QZB#^8͎mǂ޻N\wwq&۔jQIR! =^:/&uū}rr";v}[C= CGd2.no)rm{*Q޻җuCw\}7! - n!&U2!hPQDi5>,Pwo2wW>{ Aʺ` RG4D( 3Lj)M&@7/Cp~e.ODdg2& %ޏʚEwr$$R>Rѭ (5{ eKGWD|jW$tL6}ndBvdZ%jS_^D$qKl\Z@ᙑ0JWv4[KTR4U +4DxԶڈ8\wtc%Ӕ}w,BաPGQzkZֶ}a8Р#ݤީw C9` , Jr,t/a!Z-l92UVվQ1mqHHeOW#>&0kS=ﮫh9=0A?<= kS]қ铟cxڪ ttlcD xE W"ޔ[Cx˜\JþQ25@"UV%H9vafԾq]|X)*ErXv=.o #(bX-L7P}b[9pT_A7<׳U?B_:lz-J򔊗mܕSFLzBEH3P_/,lPq$f[,,7ᠯ]=rj.:ضPzCmR*dg5 ۖO eJPcInrRDWt(j 1-Yvc_ZXl|0yF6nwg6&S+>kT`04v*5* %Fb[A'XQM?8(Hg_Ip0COIwСC{_EaNƀx22#1ԥJyW ӹEU֍cIL­21/qbb#k 1bX| UxFcc;6}ھBg׺}w5oD |$%c#$;T8`#AD:1}ʰ1ѹ78%A@K.ƛW6~cn}E5v#dNDs>Hn]F: /!CYjw= Es cNG^=zBT%I}ݧ\:Kc"z!6̖H"7CRY?4Q7h5h=:"[B9=54SA~x8ɰ5~#9Ihm7 uc,lR8zЪ2zIf;Zv ѐ!<}1S&LhF ; JDeq5d`]thXlZE8Ł GC>j̎ԘI%\[$a+tѾaG)ɮrJqL>FէT[9Rr`e=& 42I/EBϫ#$I~^OR][0a)d+!qh!z7>G?hZBT8P#tG8l /*V~/+Hz)R듻ӑ]8EUv?4UdOZD8LK턘Wm(+:x!5 v2ZEI|r9"4RH{Ц뼗6 pY?oڽoE`|&U1Z[)F4N#F).HP8*2{R"LXa`ҝ_c;6 N X-[kUgin"TYYlf ']ic 9Lj)=p`ޚt|Z$s><%Jz$!]20qb&.("ɪ;``6(W)ZdY+v`AJ~2j?XMkm^Ge3)/.=ңΩ_o| lBQ/1mD'l}%Eb^䐍9낐 ' 2Eď-y/ =`b}1 eg Gy,$$\頏͓5X u#ޒ8<}ӊʟӶ5h&%0z|ᴐ@kzT6UyKai"*lWzN.s0@֖DڂR3p#ikHO ٝg" pـ Z^ zOͥ/Gu,1}ʱdj]<iL7C@T_GNrH1o @ ¢(/YBkV́T فxev]q)m7&ϯ'IB'SУ4hș^lp._IyL/a,_0sgs-)viڄF~놹$olZYЮ5@"gDbiV6UHyW: t)>Qʠ|`6 L2Bo,(GԚ(gyvI0o4UxՎXSjj]6 ԧk.R@c 2rzNzͲ'Q NF/mTu])QJ=]kq=7 Whcs2RǢ>%L= G+jd $j4Wln %L~;}xIHF6}{mUw~,"w>8a'a0p R=r͟+MϏA19 ` ?ɰpSvc: iDR.LCI[ *h-9(R>a0)G=ԧĢAG9ͳ  9Pha/Xm q ^q\}su8 " NG-GSd Lڞ.A<<ʎ/aa5X=yY,/}Hc,Y=HuyX`$1Ϊ[TjqM]wV~Q&󉨿}[nqd}v Y0 l"5Q%жde+V{$j*vz)`uÂC`z.t\.BoHVeS/z;fkLKgdQ!{#?̶iy*RUO/` 岉< zɔL!X. CmmЋ ipƶy_!%[ؖu:j^ mO%3FM.cXZa 9q[jByl4_u0]q [ޙ3S|WtAX%@ouFUYEnVirf YܩAaEЯRY&C^gND5OHW|ӂ`kz?4J ]VSD)`BVz6bӮgaP:M c8%RX+ۛGN…9yDGiX<|Y$Tak\/M%jcBRԕc+JtE\H:-@_WcZ& E:pVl(BOƏ.bl.X:k5`TZTp?44F W0tt4_)LRW#6)+JZ=@i}fR1uVe#S^Q3sb{BD-+ʹH4@*:`2O}ZFnl%o^HȾ5-♈108G Nv"n~i%CĹxRp_%ȷ'a5`M}3|vB9:bA4^5e}}j+z1r邩]L()bhgC-7;< Kt]fֲȂڞ:و-i R|!ʴ/^Kl8 X>cy %W2"LqmZ.se B| 8&[S]'TX~aO7,*] ͇q{+B[MvԵ:F!$yQ\l,N[^r~$[:RG$BtG;nj"*tgKLe S.e8Q p|`SӀ ᘶmSn[ApVxQg!} NGZ5CRKM{Or8Z>:`^}*{onM.@i(yջdFkUl_ЕfǪTF@ꗺh`k"$riD7ډ1σ W?K=l@'$|i[]v=1P_pR)Ul*r(k J;-mpBQ#m]a[~t-$pt\(a&S8bC.Y)cr^{"we`D,4. FdЎ@Y~$n'`lv+4jax9)X7Z\(AˢaDsGe˷K NӬސ# )gNUcݾÄyKD;]!Or*O1DsiFJPE~2[X; c=ذojXp쨡yu/Jꢻ& drKL@H _mH18< \Vp Wr6%)ىW=bKz"d[pe/{G#WvC eZQ 晼r{D&:)u{26]?`ŋuSeN*hTRaƬk+:O+n]':3~5 nb#Ϸe끔@md>UQo WCa%"3iT_q2t٨ʭox&ļ>wDkGs\j4NJҸYBkYzFDeo^2b7k5XٳN&Pr vl5xAkHsimΦ_^kKzDrj9 ͓ݛmN̹2L*|܊ƨ -b%h0f.PbPfCB}y-gI >йm\ߛzBG:sġj۱M Po㽆%&nR!<[Q|z&!+*}SIwr&{LQk VN邞Ѥh?GPT FXwjh ;W 2֓[ctUcZ{njaA !bs䞨=bh Ht=)M =7D})FyOήmaVzasu[sMJ8?uF! ^n\ƒreqdQǻsT UCO'sM~g⭉ hU"_ً,wRFRx9j~OQ?n,hZ_w'4mCBҏ^ ªQ[)v@59M߮e4Nf_-: Ox26 XJ#n]x.bHr<.WJW*9Ds OǠ 7ʋzl;:JdpeTȜNj6Gvh RN:FNkc` j?iPdf_Gz^T^ ~ׄP(?Qd`@dž(R 1ZI&mDsRt)j6V@P# 3u5ZYQr Et3z#k+Կ~&i.Pe⎡L p0J5<ǼG4'V)l)i=.jSk #4; *^йmW^ Hхh67zMkCDl*ZBai8=E?lٶu:njh&8\M#Q]`DPQOۼ>P!9iʁ:hc G1nEl;Ĥ_io\Qۉ02HBGY@]J g~Z4L.£gi:{cZgЧehC{ T=0 p(.=.ܼtnz?˴- VƣC~*d=-ledt3 ¯8"L\Ԣf0JCi`H}su]T*@бc9@Lch5_%J7Ӽ;jiR)8#Kzz % a,IڢV /Mf߶~*6#VS/GYF(X9dbN9Pުt P!X~}솠dk1:Uu 0@/rrʶ{ ՁDw26)@u =BYP S2i)zА"/4Th;ًX[?5.E!PIM1ev QTSgs|wu0t#kL6cÎE}/WDG&] ˸$m(9 #7QŐ!æg{spG~.eS)]\P֐¢ 'L/I췮C?#t//> :umJT8A ʜ΄0Ʋ4ajpll0帑ҌmBzY !Z,/$ne5@Vaq$zJ4h;Motwwc'f Qף h\H/C(r*N|rȺKއA6I{fRMX(wA>_KkjeԱyi~yğBI^AZ= ̅?{v&sC)_*ߝm L(S8P?@+XuUz&mg M;6ܬJ3!X ?^!̈ :4n`d6,qRx&Q#j‚M ~瓎Z?f&Y 94Rf$Yxhmo9, ?hɼNxIhxfzzXs5ZrY=mxsWu!;pJϓn`99cvl15Y?-6hX"zf/Niw:տ\@0m%:-py:f ~b5MyO~dBecrʟƹ}8$1%#T[]^NDs-;kYuJgt hܜ3 ۏI`Bhy]?'siw4CG蕴6 ͥ ,4t _Gv^SͼA.wZЋN&›,U67caKܳRalL2n\^}D-z6sl= /x 믱@{ZOL], 'OW2\ug[0~y6:pùQŸևbeW[fǘ[Po~M̘cBz ц= 剱:P:Ͻ@FQ> =`};D. ^%{҆i+!cgWIO*{# c~o_'P:+e)}Ѻsy.Tw@:#^)g\6feX.dN*u <Җӡd6W=%=ׅ!l }Ogj,=X#>tR1@C#qiX@(>G@ofUa|\z̷67V&-.g7 j]O Y:)i<}tNiB$2f4Ǒs-"Q8*ÚlD¸r.4qQO#Ж_. ر.zʹ1M(+QaW_ɚvKv s6ƒ8*PK,khݶSh1w&(5賠eޜF 1v1" j'vİTZb9]*N^B<UH)~6΢{uPv)3 #vFV2`olP3O"ͬ?pN{baOnPiP[؎vg`Q8Ͳopq67zEŖBWJrѺB'^FrT=}WY]sJ\x n?[NƵι~jS܅/#"%n' $I Tfi#Ml8@b >04:%"[S~Z?)8$u},he 0+^DFdWZ(xdz楘@Yfة#u5 _TG-p R{MZYlgBnт%q[Iv=,=Y4Z}6#a"DwHG,lC!?3wUSQ%u;F_ֽӔN'H9"Ixi# 6$,ᔡâCʇPEEBdjpz o|QKn4MC3 DB>I є JM=f{M Hȧ~Sۑ%Jυxݢǐ_zn'E)@!!:h#"ʑ.\&\7p?HlBRNܛU.eF6s^`˰r[k3%usdrC˔ڝZ)i߸ 1V(ZwK'2=#~y6?IjmxlZ3 Nϖc hP9:MY6(60CuPvSX%}RXHj^/ޒ׍AO|z@S0Lpݭmኟ!2ճaEJ};ӤzqY@+r.Ģ̱uݖ',.yCsC` 7ӇH0$]ce=Yu~qBc5OBץ{s7TPY&&jd\cpMT*){|;$ʍ5]dǶp 0 <B,ZxնԠ B#X O,"7_-A$cͪVF>0Y-~w;D FH: \RѧW[--ٔSjY%p0`{j{,QJə<"xzK% 2hS n%jY:/VhEƖw@˜iI}XO soTE7o?-/l΃"VcȊ8 wl񨓶2.1[4'D뜚[Y 7#m2v 'jtPT+Xnͪ\F&VTp. g[) qy&Gaeu߈Λ#vu%cșp-f8@\ }& J4PQ1eq::SG}͇M/|ѡ9'G`|k4@S׷ E=8N{Z`,j}%7<,0 =qpki;tK⛣ܭIB+v.`zÀ?W~ ۥ 4/Cԋmt7++}ЙDaWy/X&9਎dP@oԽE$PVmm\"v2?>؉Ѿ>hn@[ *W Z kvnH,@dmϠ4-4LWKk$Oy4}{. %+Y5V`+$_/& &'8  [F"XU`!;;\^n1߬J['S5FA $)$3UNW9tW덣KsAcz Yb)CQ 9#{;j";!{XE¥KLS-7>wyy)+ӥ4aP^0U{ QX-z ^EBR#3d9܌c*J?wgX>1ͩ"8VP|6"xA3_ *hX!(s]$B&b5`.i7hMYu rN *@& ( gR˩2).wkIgmHRnNj tzf%|z/艻3H]66\b}m/ p.$f j暐c m76}ϱ˙q{8$0ý#ʮԥ`I\H"sz/viH3l UPdZO D~xW( du`c"KO c?Z{qEyP(w'&'b)UdtB X޳T M=ʉEuyɲfL3%,/1װ+p:>KgBz~%Օb{t:J~W8B:օ+u$_chxGi#PQy;h{1Y 50`]4)xl!GrABށQ^B+\!M:m47(?4pCm6brO: kT8B =WBQFW~"Ik3rOZ+($W$c~A>AI$9 k0o~Un5׌;zvЖ;19jCysOD)ի1}FSBl ;7lM7 o}zquӁmƆ*旨.2ɾqr:g)AIXfqp<I6d(}Vy>ehKC'bpa-/!ЦJˇbpNuTPSJ[1ڻA&i}OKCصr\/m2m2J`JW b{`+ʁ^\zFO;a̐@%_}[wp1V<(mA>X Y0.<-}5~P:);VHDklܠzRUٻ ͭMcӄj .Kc5[(qIoò71Wi_PvQ;PfC2{ 3@V垫 K;Q§?\s`)ns^3FHJ߆1fԠP?{ȧg@M1;BxQ.(e["5$nB 塧5ྃ;Qҏ̾Ag樭:M|'[9b 4k!?Prf`ONcpJ؜3jΉ͟-fpnZEڊ kT b^&t_$A~nX|6ߖ麌2CіrBpf%C#} }6 B$GD'؟]\.¥mwn!3U~{Ba* S^Me`4#m9jKiȹRo׺ [Ѳ5OW_޵r㾥y}u<ȏHx/beB.-lX,pc Y N^{,sG24cXIڸ:]K_f4E/>,N}O%9 'SafoN0ҰJqX霻QڴO+ygrZўErAq  ,2'=,ͦ2q|ZsDb}˱=Yg.cj5jl%bFT\g9o*[T^Eb$ $pZSBC.3H)!E99p%"BZEf<#'ۜ)?_d}3"aZo_bBiSxxsd@]Y#2g?6Ɵ,뉧[#8MĤqL*s 4Jʂ~{,AdwF^lK9kɤirҠV!v.ΝAP8H b7(?Bd h `NRP[u]0;$-(lҠ/џ-/Y<5 (&ꂋcR&v52-u- 0?;ƥX)V3$[tB0iNbgPQ~TSM@e|C%gP)g>9 NaNZ  hN=>0!~'Pނ50;> @Dn?];hQxS|"7b!o1kh,5U:2-⫕GK;r d1yhZlR(!ڄx9:n,|5xNݑ$e߂[ުq` W줏gI7:3aTjEV ˈQSǼR}hFq$3Ī^X&_+ڥD$cMaEa aJJ( o_JQ"bD!ΝnNm1o/(Ffn,h7:\FM5OtGդViptlحkwpnG;%_!Xf)>yjʔ}*]RXS= ֭~3NBo"h'5,aC:*{Q#+!iWRxLxv fm!t<, ?$)YWAl՘wg_c(ۯp~eʿQ1м9237p%MԑR}ܵYBima}e,QS dMI3|;BY~d@0>|E*iHu AU*؃"e#{OX6nWJ> cцw;#A5`A#kyNכ/H1_@Sݏ6ǔ%'^OwZ_C)ݺJo`~0y2>~m-dU}- EOHص~Ť4@nXVVKz3۷dD&, s8`^[F[Q,nvǽwٔ+PVJP(dBe)N .ѧc L&P8H](И+!H  Zk`)eꭸSܻHASH.HRRu9)c/[: SIӡWح>t6v X Z_0D͉@z=кKmDxSC@^e)y?c&tXz)MXl8Pdz-K3↬6E2DtW`9`~_i逭6@eV%V*0X Ibc O5[Q e\km^u˷~ڑO&*zN:oH.~:1!."J5vk@=*LMOrGN6`Z0۫8,"Dd~w9uԕㄬzL"&g0ޗ CJ}`~^BTa(dd<,0c^~Q;{EZ|ul(/uDxJ8Zѐ&sc>f>.ie/!@x~1T0.IlFRw7 NdkgW.+?Ēu#ByE**+=pt?{݇KogQOOyoMU;Z(YiO0XR/,CiPRnSƍ+4;g<}kRЈw7+ׁBJ;4[+H鉤FgPz Z0m͸gok8¸P|v b_3.K^+Yr`L[sF-)ܔמGy[z=O.wc$ T5h0h2F#z&𚗢S8 |H*~*ٗ4Me'vϹ S#`ɵZw})[כU_x\NvU8\ކ`PNea 9TkW|SdC*aXTFAc1rߚ>sW*O,|S<IQgDoh8)SNfmS3[֪cYݮZ.@ 'hûb ;r|*!k"{)# ː:VsCuB n7 KqB\~"\#*!@_ލ&EqqAv+ :߰&? K]7_v_~xyTPRSg掆Ffcws`nL >vabC0`\**;cc CgUx-9Kn>|d&mt1n%r'(MطO=[Y|RYagټ*L&oj{I҇Nw _ZϪ@4Gz|ZZ=~*b% S䖚'cumH12 q OL]iM-_9 ,PM خZiAB'3% ,J o2T&C[#|N; !o8)Fzi7+N6eS$'mJI&A[bneh#sF(Ky֐8Sr+6JzJPQ[/ԃcYJ4f*A$M>oi&D*U烡e;S9}cW'sI m~ɿK{ ?KE5|>fs3pbv InЂ4FxE!2W,`ʗI9Fubjl}uXn_yA{LOHjqKSnXjPm='*x & EiE cmA( `i~Gr X'eٙ @#LklSnE BGGj_|k yN(@1 onfDD[>ke/kۢ3p:NۀdkyRpiӨHcMd6ى لgJRI0/3%~WyY] tIm.4"D+H\dwQ+ݾAd{cNp<ʠ0+&:ϥ= C ^?o4Z 1M'M?Q4QTBS>=iTO ɡ6|3M\AxA<~CSw~w )xW53 .csI}@N5$v;KMJyAs5xh LqaX3TZEo=غH^)QRr /;xV*G;ݩp&pwc1u0˲ TG1o#ԅoGLi nq0-r3ISN`m(v{)_Ny\(TrF϶Eͧ!V: ƒsK-!3 7loKIP|wZ1? @|C^?ŷGRez>ӽ6xe`B$O9S$=Dz l-c O8 ֠ۄ?qR.w%+nUy*N/m*Ԛa emWpba"r/فv)𖿋Ԛa:Z !W=ˊDJ}LDkTl bl#{2skwEy{uȇ0m[ҡ&$Nt' !PDNX4nZk~ay)(d:@x \XqtM86H鷻rhZp% (8|H%8C9сYF3 IU]-ƿDRF"w5'.5'cP'dYy!—. 0` ^!)QCHKl]"pbd-uFIΰ\6>_O$TxFD2!ࡐ|ngwcIٔ ?y/m~ƽ1fڱr'`oqdLNS$0YWfG%!*UjJ.tF_BbNN!m-Nyp8h4'XAOi03PWE|,'Yz͝$_*d;؍Yq#d8j[{=hG3 osܺy^p-{ݱ'*r켽3EdЭf#o֎LkAKKΥ'ۗL)ZNq |)+tꫫc 0ѱVXX_:ZDzo VT 80svCrpBL ,[ qˍX_HrC21-"8NqT%WQ)cGZfO!\3Ntܥ\0 rLs)r> j8q3r`'4s~tB~{ IXy*Va(`Mof~{wc) sF.!!8s. F$S 1M25 ;\كv*vnӪd=c9pBUh[>1G6s!` -tzBEky}1qY%^HtX T9GlWÉO1M+)&|C DEֳM4(8#ʾ]ci5^|ǫճ6h]2aMHkmqj'~W@|fҖ޶fhzm̫1ϬRay}8#k*n_vt%* u8ifF[h2r0!ޡVC٥BJcj ?ަbXgEzy/NR0;|p л(>~?Tt-! SϨ0;>:+'{Ds_~q<\"5B=!xs)v#{v'Ɉúmm/EbZjУ!TU|3%!O|;oBr]AJQg׺wdԎx#zҶ̈́c=k세 l*(jFY!almY&"r_4OFjI1<~r3lpNKX⥋sJO $P1aZ^^m_Ig?WX(7jA o#gQCï\c :կ(tqߢ YZ