ELF >x@@ # Firmware configuration file. # # Global limits (some are hardware limits, others are due to the firmware). # nvi = 128 virtual interfaces # niqflint = 1023 ingress queues with freelists and/or interrupts # nethctrl = 64K Ethernet or ctrl egress queues # neq = 64K egress queues of all kinds, including freelists # nexactf = 336 MPS TCAM entries, can oversubscribe. # [global] rss_glb_config_mode = basicvirtual rss_glb_config_options = tnlmapen,hashtoeplitz,tnlalllkp sge_timer_value = 1, 5, 10, 50, 100, 200 # usecs # enable TP_OUT_CONFIG.IPIDSPLITMODE reg[0x7d04] = 0x00010000/0x00010000 # disable TP_PARA_REG3.RxFragEn reg[0x7d6c] = 0x00000000/0x00007000 reg[0x7dc0] = 0x0e2f8849 # TP_SHIFT_CNT filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe filterMask = protocol, fcoe tp_pmrx = 36, 512 tp_pmrx_pagesize = 64K # TP number of RX channels (0 = auto) tp_nrxch = 0 tp_pmtx = 46, 512 tp_pmtx_pagesize = 64K # TP number of TX channels (0 = auto) tp_ntxch = 0 # TP OFLD MTUs tp_mtus = 88, 256, 512, 576, 808, 1024, 1280, 1488, 1500, 2002, 2048, 4096, 4352, 8192, 9000, 9600 # cluster, lan, or wan. tp_tcptuning = lan # PFs 0-3. These get 8 MSI/8 MSI-X vectors each. VFs are supported by # these 4 PFs only. [function "0"] nvf = 4 wx_caps = all r_caps = all nvi = 2 rssnvi = 2 niqflint = 4 nethctrl = 4 neq = 8 nexactf = 4 cmask = all pmask = 0x1 [function "1"] nvf = 4 wx_caps = all r_caps = all nvi = 2 rssnvi = 2 niqflint = 4 nethctrl = 4 neq = 8 nexactf = 4 cmask = all pmask = 0x2 [function "2"] nvf = 4 wx_caps = all r_caps = all nvi = 2 rssnvi = 2 niqflint = 4 nethctrl = 4 neq = 8 nexactf = 4 cmask = all pmask = 0x4 [function "3"] nvf = 4 wx_caps = all r_caps = all nvi = 2 rssnvi = 2 niqflint = 4 nethctrl = 4 neq = 8 nexactf = 4 cmask = all pmask = 0x8 # PF4 is the resource-rich PF that the bus/nexus driver attaches to. # It gets 32 MSI/128 MSI-X vectors. [function "4"] wx_caps = all r_caps = all nvi = 32 rssnvi = 8 niqflint = 512 nethctrl = 1024 neq = 2048 nexactf = 280 cmask = all pmask = all # driver will mask off features it won't use protocol = ofld, rddp, rdmac, iscsi_initiator_pdu, iscsi_target_pdu tp_l2t = 4096 tp_ddp = 2 tp_ddp_iscsi = 2 tp_stag = 2 tp_pbl = 5 tp_rq = 7 # TCAM has 8K cells; each region must start at a multiple of 128 cell. # Each entry in these categories takes 4 cells each. nhash will use the # TCAM iff there is room left (that is, the rest don't add up to 2048). nroute = 32 nclip = 32 nfilter = 1456 nserver = 512 nhash = 16384 # PF5 is the SCSI Controller PF. It gets 32 MSI/40 MSI-X vectors. # Not used right now. [function "5"] nvi = 1 rssnvi = 0 # PF6 is the FCoE Controller PF. It gets 32 MSI/40 MSI-X vectors. # Not used right now. [function "6"] nvi = 1 rssnvi = 0 # The following function, 1023, is not an actual PCIE function but is used to # configure and reserve firmware internal resources that come from the global # resource pool. [function "1023"] wx_caps = all r_caps = all nvi = 4 rssnvi = 0 cmask = all pmask = all nexactf = 8 nfilter = 16 # For Virtual functions, we only allow NIC functionality and we only allow # access to one port (1 << PF). Note that because of limitations in the # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL # and GTS registers, the number of Ingress and Egress Queues must be a power # of 2. # [function "0/*"] wx_caps = 0x82 r_caps = 0x86 nvi = 1 rssnvi = 1 niqflint = 2 nethctrl = 2 neq = 4 nexactf = 2 cmask = all pmask = 0x1 [function "1/*"] wx_caps = 0x82 r_caps = 0x86 nvi = 1 rssnvi = 1 niqflint = 2 nethctrl = 2 neq = 4 nexactf = 2 cmask = all pmask = 0x2 [function "2/*"] wx_caps = 0x82 r_caps = 0x86 nvi = 1 rssnvi = 1 niqflint = 2 nethctrl = 2 neq = 4 nexactf = 2 cmask = all pmask = 0x4 [function "3/*"] wx_caps = 0x82 r_caps = 0x86 nvi = 1 rssnvi = 1 niqflint = 2 nethctrl = 2 neq = 4 nexactf = 2 cmask = all pmask = 0x8 # MPS has 192K buffer space for ingress packets from the wire as well as # loopback path of the L2 switch. [port "0"] dcb = none bg_mem = 25 lpbk_mem = 25 hwm = 30 lwm = 15 dwm = 30 [port "1"] dcb = none bg_mem = 25 lpbk_mem = 25 hwm = 30 lwm = 15 dwm = 30 [port "2"] dcb = none bg_mem = 25 lpbk_mem = 25 hwm = 30 lwm = 15 dwm = 30 [port "3"] dcb = none bg_mem = 25 lpbk_mem = 25 hwm = 30 lwm = 15 dwm = 30 [fini] version = 0x1 checksum = 0xbec0621 # # $FreeBSD: head/sys/dev/cxgbe/firmware/t4fw_cfg.txt 296952 2016-03-16 19:46:22Z np $ # # Chelsio T4 Factory Default configuration file. # # Copyright (C) 2010-2017 Chelsio Communications. All rights reserved. # # DO NOT MODIFY THIS FILE UNDER ANY CIRCUMSTANCES. MODIFICATION OF # THIS FILE WILL RESULT IN A NON-FUNCTIONAL T4 ADAPTER AND MAY RESULT # IN PHYSICAL DAMAGE TO T4 ADAPTERS. # This file provides the default, power-on configuration for 4-port T4-based # adapters shipped from the factory. These defaults are designed to address # the needs of the vast majority of T4 customers. The basic idea is to have # a default configuration which allows a customer to plug a T4 adapter in and # have it work regardless of OS, driver or application except in the most # unusual and/or demanding customer applications. # # Many of the T4 resources which are described by this configuration are # finite. This requires balancing the configuration/operation needs of # device drivers across OSes and a large number of customer application. # # Some of the more important resources to allocate and their constaints are: # 1. Virtual Interfaces: 128. # 2. Ingress Queues with Free Lists: 1024. PCI-E SR-IOV Virtual Functions # must use a power of 2 Ingress Queues. # 3. Egress Queues: 128K. PCI-E SR-IOV Virtual Functions must use a # power of 2 Egress Queues. # 4. MSI-X Vectors: 1088. A complication here is that the PCI-E SR-IOV # Virtual Functions based off of a Physical Function all get the # same umber of MSI-X Vectors as the base Physical Function. # Additionally, regardless of whether Virtual Functions are enabled or # not, their MSI-X "needs" are counted by the PCI-E implementation. # And finally, all Physical Funcations capable of supporting Virtual # Functions (PF0-3) must have the same number of configured TotalVFs in # their SR-IOV Capabilities. # 5. Multi-Port Support (MPS) TCAM: 336 entries to support MAC destination # address matching on Ingress Packets. # # Some of the important OS/Driver resource needs are: # 6. Some OS Drivers will manage all resources through a single Physical # Function (currently PF0 but it could be any Physical Function). Thus, # this "Unified PF" will need to have enough resources allocated to it # to allow for this. And because of the MSI-X resource allocation # constraints mentioned above, this probably means we'll either have to # severely limit the TotalVFs if we continue to use PF0 as the Unified PF # or we'll need to move the Unified PF into the PF4-7 range since those # Physical Functions don't have any Virtual Functions associated with # them. # 7. Some OS Drivers will manage different ports and functions (NIC, # storage, etc.) on different Physical Functions. For example, NIC # functions for ports 0-3 on PF0-3, FCoE on PF4, iSCSI on PF5, etc. # # Some of the customer application needs which need to be accommodated: # 8. Some customers will want to support large CPU count systems with # good scaling. Thus, we'll need to accommodate a number of # Ingress Queues and MSI-X Vectors to allow up to some number of CPUs # to be involved per port and per application function. For example, # in the case where all ports and application functions will be # managed via a single Unified PF and we want to accommodate scaling up # to 8 CPUs, we would want: # # 4 ports * # 3 application functions (NIC, FCoE, iSCSI) per port * # 8 Ingress Queue/MSI-X Vectors per application function # # for a total of 96 Ingress Queues and MSI-X Vectors on the Unified PF. # (Plus a few for Firmware Event Queues, etc.) # # 9. Some customers will want to use T4's PCI-E SR-IOV Capability to allow # Virtual Machines to directly access T4 functionality via SR-IOV # Virtual Functions and "PCI Device Passthrough" -- this is especially # true for the NIC application functionality. (Note that there is # currently no ability to use the TOE, FCoE, iSCSI, etc. via Virtual # Functions so this is in fact solely limited to NIC.) # # Global configuration settings. # [global] rss_glb_config_mode = basicvirtual rss_glb_config_options = tnlmapen,hashtoeplitz,tnlalllkp # The following Scatter Gather Engine (SGE) settings assume a 4KB Host # Page Size and a 64B L1 Cache Line Size. It programs the # EgrStatusPageSize and IngPadBoundary to 64B and the PktShift to 2. # If a Master PF Driver finds itself on a machine with different # parameters, then the Master PF Driver is responsible for initializing # these parameters to appropriate values. # # Notes: # 1. The Free List Buffer Sizes below are raw and the firmware will # round them up to the Ingress Padding Boundary. # 2. The SGE Timer Values below are expressed below in microseconds. # The firmware will convert these values to Core Clock Ticks when # it processes the configuration parameters. # reg[0x1008] = 0x40810/0x21c70 # SGE_CONTROL reg[0x100c] = 0x22222222 # SGE_HOST_PAGE_SIZE reg[0x10a0] = 0x01040810 # SGE_INGRESS_RX_THRESHOLD reg[0x1044] = 4096 # SGE_FL_BUFFER_SIZE0 reg[0x1048] = 65536 # SGE_FL_BUFFER_SIZE1 reg[0x104c] = 1536 # SGE_FL_BUFFER_SIZE2 reg[0x1050] = 9024 # SGE_FL_BUFFER_SIZE3 reg[0x1054] = 9216 # SGE_FL_BUFFER_SIZE4 reg[0x1058] = 2048 # SGE_FL_BUFFER_SIZE5 reg[0x105c] = 128 # SGE_FL_BUFFER_SIZE6 reg[0x1060] = 8192 # SGE_FL_BUFFER_SIZE7 reg[0x1064] = 16384 # SGE_FL_BUFFER_SIZE8 reg[0x10a4] = 0xa000a000/0xf000f000 # SGE_DBFIFO_STATUS reg[0x10a8] = 0x2000/0x2000 # SGE_DOORBELL_CONTROL sge_timer_value = 5, 10, 20, 50, 100, 200 # SGE_TIMER_VALUE* in usecs # enable TP_OUT_CONFIG.IPIDSPLITMODE reg[0x7d04] = 0x00010000/0x00010000 # disable TP_PARA_REG3.RxFragEn reg[0x7d6c] = 0x00000000/0x00007000 reg[0x7dc0] = 0x0e2f8849 # TP_SHIFT_CNT # TP_VLAN_PRI_MAP to select filter tuples # filter tuples : fragmentation, mpshittype, macmatch, ethertype, # protocol, tos, vlan, vnic_id, port, fcoe # valid filterModes are described the Terminator 4 Data Book filterMode = fragmentation, mpshittype, protocol, vlan, port, fcoe # filter tuples enforced in LE active region (equal to or subset of filterMode) filterMask = protocol, fcoe # Percentage of dynamic memory (in either the EDRAM or external MEM) # to use for TP RX payload tp_pmrx = 34 # TP RX payload page size tp_pmrx_pagesize = 64K # TP number of RX channels tp_nrxch = 0 # 0 (auto) = 1 # Percentage of dynamic memory (in either the EDRAM or external MEM) # to use for TP TX payload tp_pmtx = 32 # TP TX payload page size tp_pmtx_pagesize = 64K # TP number of TX channels tp_ntxch = 0 # 0 (auto) = equal number of ports # TP OFLD MTUs tp_mtus = 88, 256, 512, 576, 808, 1024, 1280, 1488, 1500, 2002, 2048, 4096, 4352, 8192, 9000, 9600 # ULPRX iSCSI Page Sizes reg[0x19168] = 0x04020100 # 64K, 16K, 8K and 4K # Some "definitions" to make the rest of this a bit more readable. We support # 4 ports, 3 functions (NIC, FCoE and iSCSI), scaling up to 8 "CPU Queue Sets" # per function per port ... # # NMSIX = 1088 # available MSI-X Vectors # NVI = 128 # available Virtual Interfaces # NMPSTCAM = 336 # MPS TCAM entries # # NPORTS = 4 # ports # NCPUS = 8 # CPUs we want to support scalably # NFUNCS = 3 # functions per port (NIC, FCoE, iSCSI) # Breakdown of Virtual Interface/Queue/Interrupt resources for the "Unified # PF" which many OS Drivers will use to manage most or all functions. # # Each Ingress Queue can use one MSI-X interrupt but some Ingress Queues can # use Forwarded Interrupt Ingress Queues. For these latter, an Ingress Queue # would be created and the Queue ID of a Forwarded Interrupt Ingress Queue # will be specified as the "Ingress Queue Asynchronous Destination Index." # Thus, the number of MSI-X Vectors assigned to the Unified PF will be less # than or equal to the number of Ingress Queues ... # # NVI_NIC = 4 # NIC access to NPORTS # NFLIQ_NIC = 32 # NIC Ingress Queues with Free Lists # NETHCTRL_NIC = 32 # NIC Ethernet Control/TX Queues # NEQ_NIC = 64 # NIC Egress Queues (FL, ETHCTRL/TX) # NMPSTCAM_NIC = 16 # NIC MPS TCAM Entries (NPORTS*4) # NMSIX_NIC = 32 # NIC MSI-X Interrupt Vectors (FLIQ) # # NVI_OFLD = 0 # Offload uses NIC function to access ports # NFLIQ_OFLD = 16 # Offload Ingress Queues with Free Lists # NETHCTRL_OFLD = 0 # Offload Ethernet Control/TX Queues # NEQ_OFLD = 16 # Offload Egress Queues (FL) # NMPSTCAM_OFLD = 0 # Offload MPS TCAM Entries (uses NIC's) # NMSIX_OFLD = 16 # Offload MSI-X Interrupt Vectors (FLIQ) # # NVI_RDMA = 0 # RDMA uses NIC function to access ports # NFLIQ_RDMA = 4 # RDMA Ingress Queues with Free Lists # NETHCTRL_RDMA = 0 # RDMA Ethernet Control/TX Queues # NEQ_RDMA = 4 # RDMA Egress Queues (FL) # NMPSTCAM_RDMA = 0 # RDMA MPS TCAM Entries (uses NIC's) # NMSIX_RDMA = 4 # RDMA MSI-X Interrupt Vectors (FLIQ) # # NEQ_WD = 128 # Wire Direct TX Queues and FLs # NETHCTRL_WD = 64 # Wire Direct TX Queues # NFLIQ_WD = 64 ` # Wire Direct Ingress Queues with Free Lists # # NVI_ISCSI = 4 # ISCSI access to NPORTS # NFLIQ_ISCSI = 4 # ISCSI Ingress Queues with Free Lists # NETHCTRL_ISCSI = 0 # ISCSI Ethernet Control/TX Queues # NEQ_ISCSI = 4 # ISCSI Egress Queues (FL) # NMPSTCAM_ISCSI = 4 # ISCSI MPS TCAM Entries (NPORTS) # NMSIX_ISCSI = 4 # ISCSI MSI-X Interrupt Vectors (FLIQ) # # NVI_FCOE = 4 # FCOE access to NPORTS # NFLIQ_FCOE = 34 # FCOE Ingress Queues with Free Lists # NETHCTRL_FCOE = 32 # FCOE Ethernet Control/TX Queues # NEQ_FCOE = 66 # FCOE Egress Queues (FL) # NMPSTCAM_FCOE = 32 # FCOE MPS TCAM Entries (NPORTS) # NMSIX_FCOE = 34 # FCOE MSI-X Interrupt Vectors (FLIQ) # Two extra Ingress Queues per function for Firmware Events and Forwarded # Interrupts, and two extra interrupts per function for Firmware Events (or a # Forwarded Interrupt Queue) and General Interrupts per function. # # NFLIQ_EXTRA = 6 # "extra" Ingress Queues 2*NFUNCS (Firmware and # # Forwarded Interrupts # NMSIX_EXTRA = 6 # extra interrupts 2*NFUNCS (Firmware and # # General Interrupts # Microsoft HyperV resources. The HyperV Virtual Ingress Queues will have # their interrupts forwarded to another set of Forwarded Interrupt Queues. # # NVI_HYPERV = 16 # VMs we want to support # NVIIQ_HYPERV = 2 # Virtual Ingress Queues with Free Lists per VM # NFLIQ_HYPERV = 40 # VIQs + NCPUS Forwarded Interrupt Queues # NEQ_HYPERV = 32 # VIQs Free Lists # NMPSTCAM_HYPERV = 16 # MPS TCAM Entries (NVI_HYPERV) # NMSIX_HYPERV = 8 # NCPUS Forwarded Interrupt Queues # Adding all of the above Unified PF resource needs together: (NIC + OFLD + # RDMA + ISCSI + FCOE + EXTRA + HYPERV) # # NVI_UNIFIED = 28 # NFLIQ_UNIFIED = 106 # NETHCTRL_UNIFIED = 32 # NEQ_UNIFIED = 124 # NMPSTCAM_UNIFIED = 40 # # The sum of all the MSI-X resources above is 74 MSI-X Vectors but we'll round # that up to 128 to make sure the Unified PF doesn't run out of resources. # # NMSIX_UNIFIED = 128 # # The Storage PFs could need up to NPORTS*NCPUS + NMSIX_EXTRA MSI-X Vectors # which is 34 but they're probably safe with 32. # # NMSIX_STORAGE = 32 # Note: The UnifiedPF is PF4 which doesn't have any Virtual Functions # associated with it. Thus, the MSI-X Vector allocations we give to the # UnifiedPF aren't inherited by any Virtual Functions. As a result we can # provision many more Virtual Functions than we can if the UnifiedPF were # one of PF0-3. # # All of the below PCI-E parameters are actually stored in various *_init.txt # files. We include them below essentially as comments. # # For PF0-3 we assign 8 vectors each for NIC Ingress Queues of the associated # ports 0-3. # # For PF4, the Unified PF, we give it an MSI-X Table Size as outlined above. # # For PF5-6 we assign enough MSI-X Vectors to support FCoE and iSCSI # storage applications across all four possible ports. # # Additionally, since the UnifiedPF isn't one of the per-port Physical # Functions, we give the UnifiedPF and the PF0-3 Physical Functions # different PCI Device IDs which will allow Unified and Per-Port Drivers # to directly select the type of Physical Function to which they wish to be # attached. # # Note that the actual values used for the PCI-E Intelectual Property will be # 1 less than those below since that's the way it "counts" things. For # readability, we use the number we actually mean ... # # PF0_INT = 8 # NCPUS # PF1_INT = 8 # NCPUS # PF2_INT = 8 # NCPUS # PF3_INT = 8 # NCPUS # PF0_3_INT = 32 # PF0_INT + PF1_INT + PF2_INT + PF3_INT # # PF4_INT = 128 # NMSIX_UNIFIED # PF5_INT = 32 # NMSIX_STORAGE # PF6_INT = 32 # NMSIX_STORAGE # PF7_INT = 0 # Nothing Assigned # PF4_7_INT = 192 # PF4_INT + PF5_INT + PF6_INT + PF7_INT # # PF0_7_INT = 224 # PF0_3_INT + PF4_7_INT # # With the above we can get 17 VFs/PF0-3 (limited by 336 MPS TCAM entries) # but we'll lower that to 16 to make our total 64 and a nice power of 2 ... # # NVF = 16 # For those OSes which manage different ports on different PFs, we need # only enough resources to support a single port's NIC application functions # on PF0-3. The below assumes that we're only doing NIC with NCPUS "Queue # Sets" for ports 0-3. The FCoE and iSCSI functions for such OSes will be # managed on the "storage PFs" (see below). # [function "0"] nvf = 16 # NVF on this function wx_caps = all # write/execute permissions for all commands r_caps = all # read permissions for all commands nvi = 1 # 1 port niqflint = 8 # NCPUS "Queue Sets" nethctrl = 8 # NCPUS "Queue Sets" neq = 16 # niqflint + nethctrl Egress Queues nexactf = 8 # number of exact MPSTCAM MAC filters cmask = all # access to all channels pmask = 0x1 # access to only one port [function "1"] nvf = 16 # NVF on this function wx_caps = all # write/execute permissions for all commands r_caps = all # read permissions for all commands nvi = 1 # 1 port niqflint = 8 # NCPUS "Queue Sets" nethctrl = 8 # NCPUS "Queue Sets" neq = 16 # niqflint + nethctrl Egress Queues nexactf = 8 # number of exact MPSTCAM MAC filters cmask = all # access to all channels pmask = 0x2 # access to only one port [function "2"] nvf = 16 # NVF on this function wx_caps = all # write/execute permissions for all commands r_caps = all # read permissions for all commands nvi = 1 # 1 port niqflint = 8 # NCPUS "Queue Sets" nethctrl = 8 # NCPUS "Queue Sets" neq = 16 # niqflint + nethctrl Egress Queues nexactf = 8 # number of exact MPSTCAM MAC filters cmask = all # access to all channels pmask = 0x4 # access to only one port [function "3"] nvf = 16 # NVF on this function wx_caps = all # write/execute permissions for all commands r_caps = all # read permissions for all commands nvi = 1 # 1 port niqflint = 8 # NCPUS "Queue Sets" nethctrl = 8 # NCPUS "Queue Sets" neq = 16 # niqflint + nethctrl Egress Queues nexactf = 8 # number of exact MPSTCAM MAC filters cmask = all # access to all channels pmask = 0x8 # access to only one port # Some OS Drivers manage all application functions for all ports via PF4. # Thus we need to provide a large number of resources here. For Egress # Queues we need to account for both TX Queues as well as Free List Queues # (because the host is responsible for producing Free List Buffers for the # hardware to consume). # [function "4"] wx_caps = all # write/execute permissions for all commands r_caps = all # read permissions for all commands nvi = 28 # NVI_UNIFIED niqflint = 170 # NFLIQ_UNIFIED + NLFIQ_WD nethctrl = 100 # NETHCTRL_UNIFIED + NETHCTRL_WD neq = 256 # NEQ_UNIFIED + NEQ_WD nexactf = 40 # NMPSTCAM_UNIFIED cmask = all # access to all channels pmask = all # access to all four ports ... nethofld = 1024 # number of user mode ethernet flow contexts nroute = 32 # number of routing region entries nclip = 32 # number of clip region entries nfilter = 496 # number of filter region entries nserver = 496 # number of server region entries nhash = 12288 # number of hash region entries protocol = nic_vm, ofld, rddp, rdmac, iscsi_initiator_pdu, iscsi_target_pdu tp_l2t = 3072 tp_ddp = 3 tp_ddp_iscsi = 2 tp_stag = 3 tp_pbl = 10 tp_rq = 13 # We have FCoE and iSCSI storage functions on PF5 and PF6 each of which may # need to have Virtual Interfaces on each of the four ports with up to NCPUS # "Queue Sets" each. # [function "5"] wx_caps = all # write/execute permissions for all commands r_caps = all # read permissions for all commands nvi = 4 # NPORTS niqflint = 34 # NPORTS*NCPUS + NMSIX_EXTRA nethctrl = 32 # NPORTS*NCPUS neq = 64 # NPORTS*NCPUS * 2 (FL, ETHCTRL/TX) nexactf = 4 # NPORTS cmask = all # access to all channels pmask = all # access to all four ports ... nserver = 16 nhash = 2048 tp_l2t = 1020 protocol = iscsi_initiator_fofld tp_ddp_iscsi = 2 iscsi_ntask = 2048 iscsi_nsess = 2048 iscsi_nconn_per_session = 1 iscsi_ninitiator_instance = 64 [function "6"] wx_caps = all # write/execute permissions for all commands r_caps = all # read permissions for all commands nvi = 4 # NPORTS niqflint = 34 # NPORTS*NCPUS + NMSIX_EXTRA nethctrl = 32 # NPORTS*NCPUS neq = 66 # NPORTS*NCPUS * 2 (FL, ETHCTRL/TX) + 2 (EXTRA) nexactf = 32 # NPORTS + adding 28 exact entries for FCoE # which is OK since < MIN(SUM PF0..3, PF4) # and we never load PF0..3 and PF4 concurrently cmask = all # access to all channels pmask = all # access to all four ports ... nhash = 2048 tp_l2t = 4 protocol = fcoe_initiator tp_ddp = 1 fcoe_nfcf = 16 fcoe_nvnp = 32 fcoe_nssn = 1024 # The following function, 1023, is not an actual PCIE function but is used to # configure and reserve firmware internal resources that come from the global # resource pool. # [function "1023"] wx_caps = all # write/execute permissions for all commands r_caps = all # read permissions for all commands nvi = 4 # NVI_UNIFIED cmask = all # access to all channels pmask = all # access to all four ports ... nexactf = 8 # NPORTS + DCBX + nfilter = 16 # number of filter region entries # For Virtual functions, we only allow NIC functionality and we only allow # access to one port (1 << PF). Note that because of limitations in the # Scatter Gather Engine (SGE) hardware which checks writes to VF KDOORBELL # and GTS registers, the number of Ingress and Egress Queues must be a power # of 2. # [function "0/*"] # NVF wx_caps = 0x82 # DMAQ | VF r_caps = 0x86 # DMAQ | VF | PORT nvi = 1 # 1 port niqflint = 4 # 2 "Queue Sets" + NXIQ nethctrl = 2 # 2 "Queue Sets" neq = 4 # 2 "Queue Sets" * 2 nexactf = 4 cmask = all # access to all channels pmask = 0x1 # access to only one port ... [function "1/*"] # NVF wx_caps = 0x82 # DMAQ | VF r_caps = 0x86 # DMAQ | VF | PORT nvi = 1 # 1 port niqflint = 4 # 2 "Queue Sets" + NXIQ nethctrl = 2 # 2 "Queue Sets" neq = 4 # 2 "Queue Sets" * 2 nexactf = 4 cmask = all # access to all channels pmask = 0x2 # access to only one port ... [function "2/*"] # NVF wx_caps = 0x82 # DMAQ | VF r_caps = 0x86 # DMAQ | VF | PORT nvi = 1 # 1 port niqflint = 4 # 2 "Queue Sets" + NXIQ nethctrl = 2 # 2 "Queue Sets" neq = 4 # 2 "Queue Sets" * 2 nexactf = 4 cmask = all # access to all channels pmask = 0x4 # access to only one port ... [function "3/*"] # NVF wx_caps = 0x82 # DMAQ | VF r_caps = 0x86 # DMAQ | VF | PORT nvi = 1 # 1 port niqflint = 4 # 2 "Queue Sets" + NXIQ nethctrl = 2 # 2 "Queue Sets" neq = 4 # 2 "Queue Sets" * 2 nexactf = 4 cmask = all # access to all channels pmask = 0x8 # access to only one port ... # MPS features a 196608 bytes ingress buffer that is used for ingress buffering # for packets from the wire as well as the loopback path of the L2 switch. The # folling params control how the buffer memory is distributed and the L2 flow # control settings: # # bg_mem: %-age of mem to use for port/buffer group # lpbk_mem: %-age of port/bg mem to use for loopback # hwm: high watermark; bytes available when starting to send pause # frames (in units of 0.1 MTU) # lwm: low watermark; bytes remaining when sending 'unpause' frame # (in inuits of 0.1 MTU) # dwm: minimum delta between high and low watermark (in units of 100 # Bytes) # # [port "0"] dcb = ppp, dcbx # configure for DCB PPP and enable DCBX offload bg_mem = 25 lpbk_mem = 25 hwm = 30 lwm = 15 dwm = 30 dcb_app_tlv[0] = 0x8906, ethertype, 3 dcb_app_tlv[1] = 0x8914, ethertype, 3 dcb_app_tlv[2] = 3260, socketnum, 5 [port "1"] dcb = ppp, dcbx bg_mem = 25 lpbk_mem = 25 hwm = 30 lwm = 15 dwm = 30 dcb_app_tlv[0] = 0x8906, ethertype, 3 dcb_app_tlv[1] = 0x8914, ethertype, 3 dcb_app_tlv[2] = 3260, socketnum, 5 [port "2"] dcb = ppp, dcbx bg_mem = 25 lpbk_mem = 25 hwm = 30 lwm = 15 dwm = 30 dcb_app_tlv[0] = 0x8906, ethertype, 3 dcb_app_tlv[1] = 0x8914, ethertype, 3 dcb_app_tlv[2] = 3260, socketnum, 5 [port "3"] dcb = ppp, dcbx bg_mem = 25 lpbk_mem = 25 hwm = 30 lwm = 15 dwm = 30 dcb_app_tlv[0] = 0x8906, ethertype, 3 dcb_app_tlv[1] = 0x8914, ethertype, 3 dcb_app_tlv[2] = 3260, socketnum, 5 [fini] version = 0x01000028 checksum = 0x5ceab421 # Total resources used by above allocations: # Virtual Interfaces: 104 # Ingress Queues/w Free Lists and Interrupts: 526 # Egress Queues: 702 # MPS TCAM Entries: 336 # MSI-X Vectors: 736 # Virtual Functions: 64 # # $FreeBSD: head/sys/dev/cxgbe/firmware/t4fw_cfg_uwire.txt 318762 2017-05-23 23:40:17Z np $ # : ,4Chelsio FW RUNMEM DEBUG=0 (Built Tue Apr 10 05:06:32 PDT 2018 on vnc4.asicdesigners.com:/home/firmware/cvs/fw-release), Version T4xx 01.13.01.00k`{0x@{p(p y@y@  y {<{D{{ {@{@DDDBsDDD@ \͓ ̈́ 3 ̒̒1" 111ǁ_!ĒĒ`Ò’  Pe// 2!"" #"!38033!"`0!" !"#$%&'()*+,-./ & &"0-70-74-78-7<#=r30/7/7/7 /70#=r30(70(74(78(7<#=r30'7'7'7 '70#=r30 f`63 n;GCv163 o;# 'C>3 Go;}. !""t;PU03t3ce?e_q2.h0(7@(7D(7H(7L#=r3k-'I1H1h1gPg1fPf1fPe1ePe    @@8000<(<( jz@ x |{ | {  {  {  {  {  {  {  {  {  {  { 8 8{ < <{ X X{ \ b{ x x{ | {  {  `p ` ` `    ``    ,^ ,` -,0   w     m      9    /     Ȗ  N  ɿ ɵ Ʉ z p  L  N  @  ##&&)),,//225588;;   =   h v E ( ܰ v h   `4<X0 [ N L  ݐ R ^ (  X |ː P A8 ) 8  , H  ( 6 TX  vP ռ     x t *  *4  ( 4 3 1d =T :` x  :  7 =         ( < H X t            4 @ P X ` h p x               jxǷV$ p|G*0FFi؋D[\׾k"qyCI!%b@@&^ZQǪ/]DSء!7 EZgoٍ*L9Bqma"8 DKϩK`p(~'09ۙ|ĬVe)"DC*#9e[YÏ ̒}]o~O,CNS~:5*һӑ                  `   $*4A@A@X  \tb  < bd A0  G@.<00`@0Pp@{p   $  `\hd* `   0  gE#ͫ2Tv?(  ?@t   |@ 9 # #p   ( S` 4 68 3 P  1d SRQ X 9`  ` p |P 4 ~@ `(&p+ V V@T5?@A@A@=:C VdXz$ V W@ 0  W   X  X YH ` PD``\\`   @Td 0 0 Lp  0' c c`ޭ4?(x  )   t@  @!  H𪪪'  c &B@ [xx H :h,;"P@ " " " t0 & %@ % % & b  8  (   p &3@4?" J I J@@< f@D z    'Pd  ' P {` g ' X  f f )4 >@ >pH d H<$PL4  |.@^ ` tD <,< I T   Hx ߀   ߀ ߀tttttt x  kk1ijwk`fwcTUcl( $ `E aD"]\]  I+` ) K + $ /rdAN*r/@ ~b@ b)  G)$ A/"-!)@ݘC%.€ f e9V AhJ&H  a a a aj6Am a(!)%E     .CE$ ,EB%فX7Gp ( R $ *XҠ 4-@h X,c$ XhҠ $Xa X cY? c X |c' .XSҠl."$!*& A(*€R f B p d) @H E m" O -R)j * !)* > ` * N- L ($N*0)"@ Β+ -!$`$ U@0 ڂ  *!,!  zS *!" 0 e -", 8"M& 9 9 ,&H !A'y c a n#)/ 8) G R $ XHM )P)XҠa@ i+`kR)k + d `(pR T )PXҠ$Xa" eXzcn"@FC C' .XҠ XcP YX,_8  4l("." '!5) # *2` `h!% 9!6 €R Bp d& 0E!b"| +`(  ,U ߂"p +R` #/R&bd퉘 *dQ#* ;$` "`&")* >f )"2 + ` "* 8&G v9֖-"ӝ-" v9`%Y`￉j.*R{K-R/de` F Yﮉ戴$\   4  F Y?x`v 4f-.`]$ Xh%u`*  0 X@dn* + `hX!jf?($; -&")PXi*V)) 8& $&!5+!)"6 € BȤ BdS & !5!f' *`Xj-"@v XJA(>q -"O O hF E ~#%& #!A$fU 2 3!")w U#!$ f , 9"S*@'"5m a& fG&$u)V("&!)* 8)@e - Nd!x@FR? V )P *`XҠ )PXnҠ@h" X(c@h  %aX"c& ;d`a$X ($;,pX[  +&Gf.)PX sc'D hD XIҠ XUc## &!"3!)ڂ w w'*! z3)#!$ %؁F`h 23+&`&B~@,L :wm ac$@h b@ Xcy  Mm cL *m@ ecl( g*@"&, s6*"  .X @p 0@h5 Umw9 p,o{+ | , %1% s-CQ_ t($s_&-^I-@ X$uR-! , (!")!$ܺb   @f %, Ha ) * M *@  -"a F5.A$ȡ @   {. ,bdm$+b, 1%A. G.$ R@9( n"dC@+ N" G$N%pɴ_gR, L'&&X( -X@h E e'd*ʦd( -X@h 5 ecX Y?0* *$?Y', .XP@hN"d'u$ T `XҠ$ XBҠ h  4-c{ X[c'" D X˙." ې /v x)PX@+|$h  XߎNl( j'`h  )XҠ"sK홊HjH,,- }H}!/ $/ X&c4F-"ɐ YȯHkc@h" X l,"/ (!4'2CD 9 " *P w6O€"R  B p dr{|, O M&` G,$O , mb" 5`H("2"8TP+o߂KH /D *B@K)B* )* > ` - + `",!"F(!*!$+! @ C?0 -@ꂀ f U7 /, 8  %^I% 9 9e)  #  hi(j-I! g   ! + `",")+ O) 8`&%+$O) ǒe $ Xǎ%ueۊ'0%PX ߊ@+B`{)B+ ec f`( 9 HR 7d {, :  b$ X.Ҡ7+! 82  PX X $a h Xc  u + ) `5bd]jgi{ g` ejfi{w)fe- 8) 7'(ʁɽ( ,@h 5 "ǣ_H(!4g.!/)w6g€w BȔ Bd   Xc'0+XXҠ *  0 X"-e$I" Xc* hXcz  YS_ M 4~_0R ')%PX:֠ )PX S@h  5XE+ Ubc* hX l/' .!4) !fhE "{o9/!Ԝ.1" /€R 1Bp oddiύ%b" ,! ,!"*/@ k&b/dj퉘 * .$B$"x ")* > +a + ` "* 8 9  9d`ĉj2*,{F+ ɀe%`! Y볉$l   4p " Y/?P`  4-`/$ XXp/%v`~* / 0 XG/-vV`  ($;"AaWTV f T|$WV눌")P Xk3t{ + * `-")+ 8& ( `?/!4T.!/6_€| BȤBd`t &E ! 5!'/ )Xb-(!.* hX@! X<A(q >B"  87֊ 99 "A & P&@U 2U U*!+!"'! A S w*!$ - *!5m a' + ` b*  G*$@}O)+ 8̜)` 'e & Ndk@FܐR GhBT9f(' )X 9 (@ )PXPҠ@h" X c@h  %aXc|& ;d`x (*$; c*")PX9  Gf)PXSc'4 D X)Ҡ X5c* hXAc#'!P% A$w3 @Uf 3 3*!"/% ,!$ ) .؁ ]&A|`8 v:Hm @ ec@h b@ Xc7 Hm ` g< @xm ic|l( # $ @DQ3( "do*X|L , !]3}V3)2nE+2d?@D&    & F X,s l * @ `h%9 , AQ@""41,,,"'r[&b/'р%!B)*6Oq |ՠf *B2 + `"BR%C w % ` % ߀+&b|C/9e[/n`!f Y  %L  4x $ Xĉ %y`/*  0 X -y`@R-!)!F /!F '9 .€uU B-܂ yff' )X։!H %- #) X PF*& )Xu+ & v * hX4!H)鵉)C@ȁ7.' Aw 'r S€@Aw=m a@/!$! (1FDЀ*'&pA 4f&` < u ] "/fgce 9 f,Ff!a& f $( ` + `bҀd $a  Xcۊ'!&A ( a+  )X}M P`E X{`e_/ ߷cu* hXÈҀ'0%PXA@F48`h X}@4 +)PX_"$I" XHcl@ F*p! fAbP-!, @.X &h" 8 !Ep %A@U @` ~"-"  X#1@z@" -8 X! #8f 7'p2 3 |! 6.&"$_#) * `( v8h"%~[",&}ڋ" n `, (RO  " Æm f N f&"-hh >l @H  )hL9 !&\ . |-wx -Bp*X2q%*`fc()  M" +Red,+R dǰdK,,7!h<&`.B++B, %Q*q w@b,pr& A(.rdЏe)P6 )X0::\.m0`Y_4U?  4j$+B|A+B, 5d*! YH? $ 4R _*_t P )X0v" -8@fdI" 8d$ )f6 X10 aV y, " 8'|t P )X1@h !& f*!pϮ@8=!($@ 8 _9/vnA.( !U<*m a+< [( ,  G)$ 6Rr(&)r- 0R5 f&F* + { )PX5e )PX5 . xbce*pp`h _ 8 PX/, @h" Xc-Ѐ&@h`F %aXc. / b)PX4  l ($p@h Xy`'4 D X{Ҡ)PX $ `Xnq _UMT Ph X3@C:'h % )X/+p0)p Ed+q a*q /p'  ¤ $x@I 9}@&Z~0Q-@1 +".d  ,ݨ^$݁r@h b@ XPc ?l# $ t1"!"! @h%dq s6`Af. f`D"9" i$,3("l"' 0Bw]L  &| G 9 PX4S0 눨 .bd)%b UdQ((T% UE  (;% x (UdQ) #& *0@Tb+1 X45( ,  A)$ .Rڍ(!4O P 9fV-KAV!A@ qRA bSm a "[ [ 2(&2%A( PfPL }֝, y.% { + UdQͰe^`c$ *`X9ҠYzX @h" XcP4A-Ѐ-7M P` Xc{B' h  *hXz J0`+$Ɲ)PXc0$ `X`1 ( h X'L }֝, 54[` %pq/ !  }p9 `i , (`E$I" XRcaYD P 4AK [ Pb Xx\L+,֝l7*+0B* *(  7fg  h 3Sr#2At!2 (vě2).p &  r)oݙЏ2P) . (vğ2l  ) ()P +( UMc˒-( ?)wr$@B3B&b c0jcU -r^6`h>Պ 9  , c 股+H Db c C*l*"+O s/()(|  gF F,D)0)/ ~ /8/ ,f`c 0f f`X4 l&! B'  6 fB'4`ff1U$Vl^"5%&$"g@ m("gcl{"6cl( % 5% U )p+" Y )*) K"p Xw"dŠ'&%PX<( -X@h E e'd*ʦd}( -X@h 5 ec\X  Xw+ " PXxP" Xz"&b, "С)P X7  ")PXx* ~ h)"`f/ :x@h  %Xxc@h  %Xw}cl + . !7`.$!  x  a( % M!%AU)+@b [ +,+`c"p Xw:"d'&%PXM( -X@h E e'de*ʦd[( -X@h 5 ec:X  Xw-+ " PXxwP" Xz0"&b, ")P X  ")PXxc* ~ h)"`f/ :x@h  %Xwc@h  %Xwcl+2)0` V,~i| *`+  G$% ,~ vx`( G$,~'"* "d( ` 5 "' &%PXɬ( -X@h E e'dr*dddg( -X@h 5 ecF$ D Xx! $ D [E  d 7" @A?7" @A?l>(d 0+ gXzElN' $A90 * %`F6,F `&w y+p  5:953 717&! 46f" 9; q"6 ) 6-,!+! 57  46-l , A6.d   )@ef!w|.f| Wf%Scfg ! $Cf3f +(m9al +*2؈@D,2x/2{be,6|+2y+6{@  @"/2{"2|*! $6|of.6|%%a"2|2{!c Xz]e*!A ș XzP Xz@h Xz.,҈/   *ֈY$6|$6{oy/PXdjYXy(rȁXy)PXd%XyȮ,RkVk&ɀXy!c o UoH E!kYo".2{6|/z"6{/q"Yflp^€#B!*2x*B{+1*F 5)XzΩ)1! 0Xz0Xy@h Xz#Fl` " 9 (&'*0X>( -X@h E e'˒*ʥɬ( -X@h 5 e\ l3WU ,%Ӂ@ '3 5UR)f€)@S(Rd  H e c a a  ~p  pE Fɬ( -X@h 5 e)B d-@|,@})  c.d8 / 8  ///,     D|%c R&.{/R fxat&@D}&XyҠ$i* *&'*0X@ɬ( -X@h E e'd*e  ` i g.D m k @ c a o Y'dU f€B?2 +D| ` c% ` @ g el}G 33+2( ! >>@h % "6loG 33$2A&@(@h%>>y%wh T X@h % "6$ PXyY@h.lYUu )"  cl#1~2000 !"R 3 : 3 0(7@(7D(7H(7L#=r30 /#℄ 4 ⃄ 4 ⁄ 4   4 /1#} 4 cz 3 w0#&Wvt01@p#"m!10#hf01@^#*"^!103YW01@L#J"O!10C\]^_C\]^_S   Cxyz{Sܔݔޔߔ Cܐݐސ ߐ S@1 1 1 0 0 0 l' "+Nwk$.pSNp K * | , %/b*b,s@&"@."/ G/$R HqR<" =Jm aP2&"K2,` @P -JK Ɲ*$ D X{AҠ 4-"e@h" Xc "e--7M P@ XcŸ c [c'¤'`  WU @AU2&:h=+" uNma+ %`b-dPh$,X[V1-g h [ M - Hm c+O A.m@ e/ (0/*@ &(@&lrsq-Ҹ*,: BFp ++Y@h [le)*0-. &&/wgo +-/w`b  `'G)+ }%ыЛМП+++&:I$!-/*X"%Xx@'c2Dm a+"BXb&B&/ .;%Y` -‌ыЛМП+₰F Xs  &0`hlE6 pm c`E^E~ /m @e)&B&&B&l#Al# @U€T69 (%"B&B~+!.B`!`9 _&'(%F"F~%*l eP")€ @1 ,('% Xm ? NB Y# (%#߾A -߸,~r# ,,~@F F r!Ў )} &$oZߤߤx /.ͭ*}j-{oJ')@ߕ!  8o*l"@h5@0"(RcrlC#Z 8S" &!D( D"l'} )0$ D! "!AR E" m(ma `&.f !l ."*"݌ 5a."@;@ UY*"$ >05 XD Q pSM0 jAh U9G 0;+xY13Hj K- + M - %I,!8 J8g 5@=` +W`,F)((&G '."*"&)XX`Q'F  !9X*;$ `h UYH0(  /I+ /䰗f-`9 ) BF+* BF;hY(`$Xa 5Xh2B < Yɍĉ  4Ο  /vA*X~ l ˉ#!"*"+$$f   E!F 5 %z" "& "F!! u! U!f e! "f *R "E+$'a~,""a(/P) /P&b>-# `,$-"(/P. *#-X `,-$(/P. *"-X `,-(/P. *$-X `,-(/P. *-X `,-(/P.( *-X `,-(/P.H *-X `,-(/P.h *-X `,-(/P. .*-X `,-(/P. .*-X `.,-(/P. .*-X `.,-(/P. .* -X `., -(/P. *!-X `,!.- /P((B. f -X `.-!/P((B. F  -X+# `.,#(/P.h !-8'"  `*$)-+,'A%A&`A$@A&A$A)$@A &`A%A 'A$A &A"!&A 'A "A&`A%A$!'/&̪ݯl)"8u  A E?%PEb+ YO,"+" @BF=k 5Bf %m $@m!$@A D P[ "!#  #)&&)@}a  m Y @h Em!$@A $ X[@ <l)"BFEu f t*&* &%QA4 `Y@h Em!$@A %,$ [qG 4 h*@h E g@ e c @m!$@A $ [TTl"!mj@ < | Y4 `Y`F0 &l #"!@ +&+&l *`B+5B)r"x' ,"*T XYd+ R%A)Xꢿ*Ydz *Y{#}a *YtG  *Ynd *Yi@B+0X`+bi!%4*T XY\d*T XYTe h X0"8+XYȩܱ 6,e3%.@ndғ*T XY=e heX"8+XY,}*(e"э*T XY)d܊ ꢗ*Y$eZ h UX"8'+XY,@o'>dߊ XҠ*T XYe h%Xd5+@ndo+XY|,B 6,F*T XYd3] ꢩ*Yem h Xd+XYg+}**T XYd*H ꢭ*YdD ꢛ*Ye h uXdu+@nd9+`YeF+@o +Do*T XYd* ꢙ*Ye h eXd +@ndj+`Ydy+@o, +Do*T XYd ꢓ*Yd ꢳ*Yd_ ꢻ*YeL+`YeR+ Rșh a+*T XYdz ꢑ*Ye h %Xeʢ+`YeB XGҠ  h XWd+XY# * hXKd-@nd)@o?ᗒ?W+XY.B 6.F h X9dr/@ndv+XY(A4B XҠ hUX)d2*X+hX߈ h Xd)@nd۝+`Y7e\+@o   h X dی+`Y&e)" XҠ+XY@/ h X"8I,@ndÃ{+`Yen-@o-Doe.5*XXe+0cs hXd(@nd+XYo)B+F 6 h 5XdP+`YU.+ Qșh?-e-+XYN*E4%} hY*X+0 |&|-0 H%4+XY6+0|nYI/0YFܠ#Yd>;YH/+`Ye>+ Qh h?i-" XfҠ h EXwdj+`Yf+ Qșh?-+`Ye+ Rh h?)&&,, X8Ҡ#}#<+0  G|ȋ+`Ybe+ Qh h?1 ,C0 hY`P+XXl+0|&|+0  G|ݾ XҠ XҠB XҠ" XҠ XҠB XҠ" XҠ XҠ XҠ XҠl#    X{ڀɀ }') %. /0bE #D  %%Hy_B'zuX!-}dљ(}(/}'/#$#$"#$ #$!#$"#$#)*+,#%Cd XU@^ XR XF'cX"dSGhh .€&h )€(‚ƀ$@(Ƃ#$#$"#$ #$!#$"#$#)*+,#%Cd+   c Xzc Z /vA*Xy l"e& A2+G+$Dt( k +  mIa4)"&A,I)P hDw䆝'u'B D XmҠ  $ h Xz l'*yr%Pr %Rws؁ tt.u'Rq|0y}x 8aaaaaaaaaaٳ` edf*Uf+ hfr **",@lǏX8Hh" "2l8Xh" "2l8XHh" "2lH8Xh" "2lٝ"l#"(0) y)""ٕ6p *0nh ّ؀ BF#"ٌ:"$ Q6 &р*Xم/2/6"dZ A/v0   %Xy, >7oB'pa!)Pf& ؁X(" &"X X[$ 5YX)PY<  Xۘe3c+   c Xycl%1  U$ X;9*1 ima*1 m a h X;)"* BF/l#".(2 6)PXk$  0  `Xzo   Y>*_&y2)P 'ex-bF` $D  %%HEb&%X!#-}љ(}/}'/./$&$&$&$&$&$&$&$&$&$&$&$&$&$&$&$$$$"$$ $$!$$"$$#)*+,$%$%`h  %X  X@N X X'c/2"6' GhC (€&x .€-‚ƀ&F+   c XyYcؑ r /vA*Xxc l؄ h ,F P(XxVl +"++*"("-!, .#.fv-/v#.fvf 5@ P3/~ f..| f,P*5 ,E .el ?%lbs;Y/(),F ,F  B#"d0q)*-, , , $) -V  &$)"Q( +&,0- b ,-.f .f P-"7B&$F)Pf&%!aAX("X &)PX" 5X)PYc5*,-V -V  &)PX ,-.f .f &)PXy -...&)PXߟ `h eX .//v/v&)PX l( $"y J^ Ћ/@x{, %")"+1 U%&9}7.")&Rd|h  % &, %@;Y)")* ?"J_4#":"AQ6 & Xר.2.6"d} עA,& %  XwO ס U ;Y."B&&, [eJ&, Xe{c+   c Xxcal ( *") }8 ~ Ѝ,x}- ||+"+&`&R,6%0 aD %e N*@0T"D<A$%BF*F /Ua |a+ ".00(01) h02/v03/v  FD #WP 05LJ*nB,$q%+R,FB`EmL)QP w Gw '}w wJqr~{V %@;Y5* +"% x+h  % &;Y)("() Tb?@h  %Xw %/x-B&E  b* l", "`b(0A,0@-0<)0=0>.f (0?0B.0C.ff "$/} f--| f,a*Ut" b"Db(d`b?v")0$,0%0&, 0',@ -0# 9-A,A"*U"(0!(0A,0@-0<)0=0>.f (0?0B.0C.ff "$/} f--| f,-08/090:.0;.֎-&afz.0$/0%,0!0&/v0'/vF/0L(0M0N/0O/ *"'@/-0H(0I0J.0K. f-(06,04*05f .f .f .f aB/08(090:/0;/ L/&afn*"dE+( `- `z %;YFcr :.` U ;Y;-"BN-&.0A+0@,0-f.0?0B.f 0C-f   -| f,,4b fBf! )&*)< A 5m a & e*< m c /x` % ;YcU,1 C! )0Ϫdc,08-090:.f 0;.f `,&af**"*ð  %Yc/0L(0M*"0N/0O/ /l'+ %IȡXVl"#  3 '(! $ ok@ R`: 9+< ,` R+ d) @ (% i* @ @hXv $&h")`AE6!!F *",'$}.&-&%&'%SY)"/  8d$)PY P8j 9+= ( `R+ dwe(@<)PH  EXu  c ) @T Y_H  4l",   '-G &iR/ Al E %( . [*۠%/ AeGa+h@h Xu 93u$)PY`  ܎x :(C* 8 (gK* @-'..%g 6` Pc$@* Xu ,Hg)phYZ@hl   YnԢԞ 4l"#  3 '( $  Rԉ 9*@R+< , d}- A `@h Xu0 8D0Eu$)PY qx@ 9+< ( ` R+ uekxe`<)PdH  EXu0 t ( @~" Yx_`  4"l*(() sy&'+ % BXs  Ԉ& !x & %HA %A$)XXq l"ȇ 7$ *DD %AO+ L ( `R+ d@h UaXta2 *wGp E$;889<$0Ee`ߜ,4..,8"B 5XY 0Ytc` L)P" EXt l)0! x '0*0N<$-|LD"(0"D*Y$M h YP0)XX@0!aX  D"0 0#31D+PY$M hY`0)XX;0*PX 'N0"H,F0"8c+Yw&M hYqp0!aXͥ;0+PX$ XX^ lӛ'r&bw wfm@`% ,$Rm _+$Sm *$Tm)$U($V#$WJJEJFJf.J-$Ul"p 5 X쩉"˕h2N ")XXAh2i'F  c! 9XsrҠ+   c Xt8i2q d /v*XsB  l#"Ӈ:"A& Q6 $! X}Ӂ+2 +6"dFGh\  X^ hxs'+2Pb&  C! 9Xs?Ҡ+   c Xtc> b. *Xs  l65%2 U 0&\Y&e*PXG& %@h@hY* )0hR )h 6$r D$`$B $B T PX7`-|&)* z, %XU *2X3 X*eQ0Xd,0 u"b"`@%.(+rD0 %,FB`EY +6$B wD$`JHIT PX e*`)Ǹ )0 B )(2+`+, |CrdpXrdЪpp ؁ /vp !& %Xr Xp d~$rJr& QF $pX+B +FrdjppA/vp   %Xr r+Xa +pp  c Xs_c9pXec+pp  c XsUcyl.#,8s-)"z2.$ `* " .^ӎ.s @ U;Y l%+ #52)"#Q,#Y#y+*w"f8 {u$TBI!ҟ("&/@g/ 9 ")H1"@T` #Q:Y~P@ --Ѓ ]B/+b %9 Y] ))*(l0 9vl! %#f,F-R)"((Y@MRb :dQ`!() ,f*b@RK&b (fk-`N`+NВ)2D LH.2-_KbKb,  G,$MfR.)NdP*ȡdPcd PbYz-x "ـ$- iD.肀 €& UY +`I)R *o,֝..E0"J *7f(bJ{+bM - ְ`JhL 6 /dv)PbY?(&b  |,#[(?+}@n,-+ac&-.d +>.ч! /q!F%d PbY/%A&`$yN@os((@ fpߡp߉肀( @ѣ@fџ. %0a's /zF/,-.q/2/01sdO//*dFd PbY(сH@ @&阱,E%0ad PbYq!H @ €%0a! A 1X@h9 (!%#9$""  8#%cQ!P*' 6 ! 9 €90 5%9( .p#~l  # `2) -*9 ۂ,`pb E00ypߩ@€vB 1i 0rB ߜ0%  @f.L / \%0bd P-Y;PQj€ `+&  .,,@A&-, @ @ A&6/"%+&8":,9+4"&;-,Df(/$@ @A&:,/;&9(8.:+4 D&,@+%QК& A&2."%-,+/.$V+& A& (A& *l%#"%L0f ?F~% > YFc"X$"#%_a" X$"$fZ/Вc# ?FYqȧD+d,*X!-\" X$(` )X#XT@h` )X#5XL@hv` )X#uXD@h` )X#X<@hv` )X#X4@h` )X#X,@hv` )X#X$@h)(Xc1+)PXiҠKYA, KYAc 4p@h XpTc+@h %aXpMcY?tc [cO' .XcҠ*g+Ɲ ݐ EEYd EY$XUxX   4lϷ $B϶" "l$"  PY ՠ@"NA a a a aϨϨϥ !FE.f/P-@) =! %  ( `QG(䀓d$9m.{<(-t3*}co p 8eD* %Xxq)A)?"c *JG eYcHv Wwb*zu{*(t - I$}  8d_cor- = Cxٓ)/h  :l( , ua)"e-08@. NeWO ( +* %I@(bβ ,b-C ^b fb)  G)$ uζά ( *6n,<E5,P g @ e c   o m k i* (0,! -!$ 0 D *1.!"- ,#*$."%-!2%{%$a |`R @ y- { +D- d- V$ D XhҠ4-@h" Xoc$ XjZҠ@h c XocY:_c [p4 'D hD XbDҠ\  @F  Y#_8 4l( & 4 5af Gh" dɀ +"e' $p  % b--` uC0mI a@bj$+` *k + eOl)P" 5Xn މ J, *L , 䡎d-d  ,F3/HA 4A  M%֝", ' +`$$ȁ  &$CA&&a|"*͵ .f&ͭ .f& XiҠ X'c hf  K+L6 m axM m c +@YAur?  4a/@lhP%*" +"*",%v7D 3 e?-")"*"`z0 0+BE (. .C" /"%n[p 0Y%\[( qY? ( Y6 & Y, U e_Y5" Y&cel( / a &"#B/, +, ,b͈)/b+Cbb+ )0 G)$ yp v, q6s( f+A wv!c a/v v,F (v3 v#A )vv!A `g @e-03O- LD1.ꂀ-v )v",v#` 5 v!#A a a. (! & v%,E qv&/t *o)֝R | ."d  J(, H (A ~ R$ *XfҠ 4.p@h" XmZc$ XhҠ@h c XmPcYBv츒c P[' .X`Ҡ< [   Y*_؏<   4l "*P"@A-g< DTL@.X%ҡ--f =%8$8 b )&@! %+ ("Ȓ)R̞A.R/!&bb. -` -$!m̏̏ 4&_vP5c*!$( .aFs&B p%Am a-! , u&8v.v.d t)! *$ 嶝,f Xg   7yqWKFRqTpXr6L("L)% $@f *'U t ( , Dn'HAʢU Nm a X$m c "D  E c z4 !F,c45D BDD(` .` $` %` qD C 01Da€ DD6ΔaHpB!UD Def%g$/.b.,`, $!$.b,(" 5,F n""%m a(! - 0 (. #'$@ /-`'F PX_UҠdUm@ ecD K(0)H (1ٙװ-.@h %aXk  4,`@h" Xk   f! Y ܘc)P[?!d ! YH h 4fl) & 0bE !f G#_"d '. $x o'q Db,ڭ,#4BٰmI a,* @$"Ӱ`hj$- k + * eOl)P" 5Xk ʵؘ` J, * L , ddӞ 8 .(|HAb  A "*o'֝, "$ȁ`,$, &$CA&`'2 *ʍ -&ʅ -&$ XfҠ  hf  M)L6 m a8N m c ,@^YL؈I 4(@flRH Eʬ (f55f6*f<)0`g@e c "-omkil#4,!4)")+!@"s *"5!X1-€}dp Bdd@ "d'm"6 n/ >'| Bt BdԚ.,.BEp(/ Ne񈘚%`&r#&%r&bUTd[dTX!-7f-g̜..➆%k&b%RUdT|4' >* ).*,( ̜`â+ / `b&E) 8J` 9 9 +-6`Nɱj+))%&bz-%RɪUP#dKe_P`Yoɣk Pɟ 4A^p  PXgd=`*  0 Xfdt* + !HXfc"-$;!A "؁ a7X46 4|6,6)")P Xe*+**)& 8 & #y-!.!4,2("6€| Bd BdG"fE "F5!2'+ *`Xb@h XczA(fq ɂ/<"om0/!)!$( ,! & pɭBfR/f'!"P VSTU/wV+6V" L$A*Lm a+!$) 8- =&! DDA$:f 30  Gx9ꂀ'2+WE e9ɓɔ y j9)F px7("z&"{&"rsZv*U cq  v$@&! i` g)*)( G($ -,)* 8̬)@ /.eb ? R R ZGiRNJ'+ *`Xa )PXdҠYˆ%( x %@h" XicP 4!@h "h Xicr, ;&9//$; ` V*")PXd+!$) 8,! /!"&! *@`$;/vf 30 ꂀ G ^)P[c Xbc'D hD X\Ҡ @F- ,! '$/!0a#8 F wf!$/D!".ꂀD/P"#1~+TsSV'*vRQ@ wf@Hm m+!$) 8^&! @DD! /vf 30 ꂀ G @h b@ Xicr ~ m oL  $A*m acl# A(`05,+ ˹FF@ & X` ?<)P" 5Xh$l( pEu# A 9+$" : -( dQ@Xk  &-X*PX`^ <&Ɲ* p+ N <)P" EXh$l# V3B)( : *D T( dD@ %BY*~ <Fp %<)P" %Xh$l/0N u Fph +  #,h, ZR- rZw XbE@C"C8*",!5) .€x Bș B`TP#'h]& P (I\q+ , `Z()* >/ . ", # [)  )/ 6 /, " DF .xM 8 (" &s @ C(.)& X- )!ǮA$  .!$ Nf ,!" Ǿ*"Ǽ. 8af%a&0Ou99 0!Am a30BҒ+-*) ($$.), 8ݝ)O/NYR . ( -0@H.1DP9_F-(/`#FG) * ( FH@h EY@FP F-rtCMR*r-d &C@Gb(@Bfb)0)$8(0($9&$;869:)2 *2 *%%,%$-%#.%"/% )$L(2 ($M/2.2.&&$q&$r&$p+$s&&+&+&+&&&&$O&$N+%)/%(-0*.! C-$:@/- 8*0%uS - z -0E ,9 .9 x9` 9( %4%K%5, t.)&,$&'-) / ),>!!,ʂ 2"/ p5 V(*.R +/ 'x#fE  !)&$+a " @   F &X^**!(Y, 9"FMh %p 0 8+P 8 XpM h,9."  x"( 9@"f  & E. F X^X@    F &X^(-X@DD8p F  & X^۠@  )!"(!  p  F X^Ƙ/ƕX@,-H.`B Ɗ& &  & X^l@h @   & FX^a0 rl.+!/w-) ( ,º . * .fB*+)( . 9-, ].2b,((,# E$E+C"FB XF+/()b+,F, p  ', :b/0W ! %XA )PX+&$( &+ A p  @& 'ş a a a a a a a a-+v@$&Q/ :xŝ(0P 0W!A@h %  G@R $ D X_Ҡ G-+ `"`.})}$)é)d,o |)!n1-% )€&@ /€.‚ƀ'pF?  O,%!-{ XYl,¸+ )!BP cD"h.O'E@h [B݊+ XAcl0 )A(&)`*&I}s+8 (`|Ha++@* M+B*B-BI/BL/ON*+()-/K Ɂ ...... .!.".#,R)RI*RH*#FN a a )B )(B (/B /+B  Ɂ a a.!.".#,R*RI+RH+* ,,#" ! فX/Qy֠@p/Q (Q@p#"X@tE Ydr%Q#'uHRt,&t/#B._B/BGp -/A+%/@&B.B+B)B)C+B)(*A* &%F  f UY  &E++xY 09X 9 ,*Q%)4", 0&f -2"  9 9 9& == P0zS*5IRZP((GGK("0A(HGA)IGR*"0 *A"-x9M0¶& )7P  L<(8/9P L`L ):(;PL\/<)=P  K,*((>/?* *f0*0 0 9D : 9F 0 9 : 0 F 0e-E 9 .F-G*Hb킀pof => TWuf  -S.6&=?ꂀݍ -I.3 J.€w'כֿ*!f .)-:.< -> *4 +9   +=*;  +E*2 RB  3*?((F %h& K*XZ)hNQ  F=k u*.킀 B& X %p  & XY&))@(!e)  & ((E, X*XYD-X F  &*" XY(H ) @h* F &XY,J.Yj F Xh  & XY@hE  *X0 M.d & XY.M-!_@h* t F & XY-C=-X?   ) & F XYn0 ) B  &a F XY_E  &-X*XYSe@h   F*" XYG -X*XY;-ɀ-2H2 # ف ! $,&01 ADd(+F 0EP* h)5mq)O/Hq ˜)Q(P)F€/<)+ LQ ,+( # %r-%r-%!!m*O+1# ,4P,€*56'BP (Q .@') , '( %CE&#)A*+R ̝pr *v 0 %v, )va <#@ ) 2!.B-BH%= 1-%/BfSC8+"?Ye+-% E h a a as- m"x!pA(B C!/' .@("-P(G)F߸ Q*H߹5("0h (I߸RD q"*_" 0 8"Wx(?TR.BpFf vuw_t@0%v! *)' 3E@)3% 4/ 9&FN)"1 S&&&z' '&ٮ'F'f''%F' '"*0e#"#E"*3" f /*ׂO+ 0*%&,m/0(OH % "W@/&9,N€(/(Q/ /P'q @))W-Q'1 3-X* F XW? -X* & XW &-X*XW@h2" F@hh  F,C &XW  &-X*XW  &-X*XW@hI-AA!1)BNM(B & U       F+Y9#'ߍ R"&*H@&x +QhMc X_$"& U$Y!+R@&E "&~ U$Y+R@&E wLM & U +Y ߇R$&l & A뾯W( k xhU5( +0;%BS aP.A*%1 B@%HaP %\@ )02(B'B.B G!F= !w2%)B S 8 0 EYʉ~ h a a a- "!xA-B C"Z b"SE`R.B1 ww@&@" D b"SE`)BA+-X`(   F   &%XVX     p FEXV" @he   &XV p˱ F-X *XV"  %-X*XVzG  l)PUX^$h,yƺ`& `&`l% U( \ ,"f* o-q` aE`  (B*B/B.BI M*LO/.N(/-*.B  с ,%++++++ +!+"+#.rD/rC/.+#+"+!0 فX*(qo%-X@٢*q{)q|z `Cbp"+Nh5h/YR /B.B, +AM+)A)LIH @5 X/-4. "p.$@F a a,% I(M/L.K Ɂ a a+!+"+#)rD*rC*$-A.AI$#I*BNM)B! )   ($  F+!& UY+$%-1{4.4?(=EH@p w8Pqw@)YE٠5m a+ ) "!xA.B- bCC E! [)` \)P UX]$hUh?Yg /A-/.A ..B -B+B)BMLON)B(B&  I+BA UAF  ^-+4, "`,$@F($ML & U F+Y3*$%-h cDl `h "͒)0d h h %<P$ [dfʊ8@ x,&9, {us8}~/ G/$ ^R'h  *hXPҠ 4a[c<)P4 [+0c[,0ZRc] 46-.@h X]p -18.19_Q+bnm*b!  U &    F +Y`@lm & U +Y΃'8b2 !`Eru(9 Nꮈ(5zrg`mI a*@b/4/4cf`^Y&8_Pc [֐cp; Nc  C<+HH6Pm c iH m @ e y)@*|@l( '0& 屐*~ 1fPU " ,)  Fz$" 9 PX [%%(@x2 o€'p  o) #( k +Ö %i*@P/Bd.B/6bb鼽*0 | - @ b&!,* ,.؉8  T ` f f"drXxu") !  "(!y: w @ e,F !A`A, F,  G,$fR % U /x )0 / @$A -H@ `L'IP  ,< l !  '  F-Hyr!  w'Wa f € F2&1p (R!  "m .XOҠ @ (/ (I.$  /Xڏ.xD 4-@h" X\+ )P)XUҠ$ XFd\k  E..7 P` X\cY:_`cw( , 3(& V*@ n, ngcd1)PX18 Ìm, ,.$Xp"(0  B 0." 8 & [@w>t `[ֺ1 {Mh [ր@A?R $XI" X[ca@ ` 8 ! Yȍ_X  4 6,1 ? ?h:  C"K z hF" 8 ,~2@h 0 X!h ( q4~ (1 i 2@h  ́X~A  _.1xaR lJ( , 屐**0@PU "...  f""9 PX%(ao+okm &{ €% " ($+ (Ü@)bd\,b.6~"(" &*0 ) @b+ @\b} . @!]" !Ё, <( ,)-!@  D b "* -< !{,.[Ү PX1/,.!/w +".f - {!A HA e* ( G($R+%L Z!+@h `l',@ yP  "I uez%y 'рwf !22$&1/R F .} ^,@ (( ) Qh(!F 4-@h" XZ$ *`XT Ҡ..7@hXa` XZ{c" Yj/_訒c.'/2ePh %XM/.I F. ,p€.&  N8Mp ,F-Ng d[`.kÌ m* ,,$@  ج Fb.0o B x*"?./)P[Ӎ/"H)P `[1-om)Ph [ǣ~*. $ X.dZ @h @ XZc@?`+" Y,+_  4fS p!2h %X/"Hf !6-1 ? ? *X  x  c B KȈ z @hR"  8,2@h 0 X/ 4~ (1 i 2)P0 X/*,| .1x a.nR/ l')X & w!LuQ&f&yR84ӀmIa)z}[ 0,Ҁ@h  *c  J)M6 8ma 2F mi c *@"-@l!!*X . @ Q+/z 7&v!LmI aO F `hWmYa sI m cl-r +G(A(/A$xP@f'`f/`,2%2 (5 %U6#hA6 !m* ac,L@ c-hY`qEp[Ï@p a792&: ?a6 - 9NG -:dh^mY @e)A,eN@ @%*=dr",00-B -0 mA -ҡ ,-A0/A1 @$@l)0' PeЁ;089%p{O!wq    ہ)'p9.(a6%$1 "0" "O",$",2M,0& )!&! f)- &@ b Nf& 7E4 mIa""@ 4bP0$GI`I  a!$(#juKW"$!hJ !t#e,&""   ),"#   ) R"")/  / I ""),)Z +* )@h afO ?^  M)F6 mi c 2F mi@e -@@.@@fl  )"*U "=] +@p i@+nTe !(nvj+?wnF- 7f!A(b +b, yU6*[͛3 W׏ -h' '@F&F/F"HAm a+"-d.! -f~3Y(@ D" "R`.bˢ$b(D@fh`.`/!  e ..'p!F %aXW E YP @4N?/!. * (! , ZB+̬,E *y(%.$Ka)%.l'@h P\eHg%1,1 -0*0"1 '04Iwwr*5'D""E,0/1 .00&Qݭ=-2)-Ah w!Lv&f&|E54PmIa}shf)-,D Af  L)F6 mia 2M m c &l@ J*@ l&  3'g( r#" u88"+7f`T("V- 0@b28b"= s ""- #!"!"l", 0*( & 5U {0 +_7G ' ' .w#/b ))b,s " ".!l .0 .f 1!AYRm eac( G($R1 R-W%$ *`XP3Ҡ 4-@h" XVc-Ѐ-7@h]Xa` XVcY 5c'%h/9)@m ecay5)/ w 2%QzfdC F ? [c2+&)P[R-*.@/ &>l ") 0*U [T }~*p_7 Pr s ( ) ـ ؙ ,bdh)b, $s 6" N"( j b*0/jAX -! J -0 &` 5 +1 @ Rm eac( /  ($R2$&1pP.JY -W)$ *`XOҠ 4/x@h" XUc -Ѐ&@hF %aXUc! Y ؋P c*  3) , ` . x .0 9~_@hհ R*<" A/Lm a Cf($0  -W%/ 8  $)PXi', %P)@m` egcy@h XH!&  ?)P[c t `[p1-_{o h [8Y -W) w. /-. @h b@ XUqc'‚'Px o A2$A hF #3" }Nm i/ #<"+d!&/ +@ڂ ,!@+v/0 5 qyr+A( utv,rwxy$"  -W) hmy kG @#=~m m( )0,y&@& @b &)@@&l "* 2"h! +* .b'd)%b UdR((T%."hUEO j(% (UdQ) * z*<[̐ PX( + `)$ 6R-!h = &` L P 9ASV,FQ- ,+!.  V"ȁ2!AdD wV-@ RA bSm a- J  !2)&1U "` R0 -K |Ɲ, y.S% { + UdQe^`c$ *`XNҠYt T @h" XTtcP 4.'p@hF %aXTectB''؁  O @A2& hM%SAo`Nm a/ %S@b-@eR` 0` b+֝,)P[͓co)PT [ 1 wB$  h [ϣK % |Ɲ,H Y<9︐ H P 4 hm c^L P@& =m@ e* (0-jV&`&` &/ -S@0Zꂀ AF 5A0)+ +A( .-)$" y▝,(@`&l*  3.+ (`  }G   9(x,(( 0  ")" Ↄ)J g* )/  5).-Xl'  (x) #R  v8.R+" (R ib9 8" g, -+, | Ҡl* ("eDm_) 8貞$e0 + (d*+@X)bd-,b bb( G($>R) %P Gh'h  *hXFҠ + ,|Ս2-&1( R,8  }$ D XLҠ4-6@h" XS,c< -&@h` XS!cYH_Xc [}c$[+)2* g-@h [ͽ@Al5#2" bl H 48!+" Eh+YIdZ(  )h  +,*`E  l.-2m ch//( w$ +dKzS)˕  m(/G4P醴$qc( )Ř*XF", [h [ "ɀ 0+"" PY*2@  *6Y XG,",&lc(((U.R)Rsdb+$ Y#V$ X.v&`  4 X XuDvIcl"+  l  -s( * 鰑2.!* J7 Rw ""S f/vNHA.\(<m a $$ D XJҠ$ah XQ&cч'yy# OU AyU2u!@:h7*3=t8AAk.LmaѪ%Ssz-dPL $֝: Om cB A! E.m@e/ b",0/ #AИ $֝ " &Z"l@&l(+C0&dPm,*b <IrdLd@0)E *7 ( )r   0 kc  Yc0*x  a Y7+l0(bE )7 (BZ 0 Y j *B : e/il lad%"(֤$(U "uE4 D""- "!plaJ %@h `pBU/X /)0  3Hft XY$'T  %@&3 R3 3n *P AYYoy %33` Jh+h0h-e@P`b(P  E *P 3db3D:+}3*‚/€?M  7 66fv3N3)P"& f€,9 (   @ C(F323+P()  Gf *3e"+P*Q|(€P#,  7 6(T#,} 6 8,Qj (-P` . x&1 . .p6 7 ,.U6 7 ,(U , )U l(  )9 .  A"ݰ6+ ! Be G`  .ž, .d') )$`+ !.p u@u@ hD&  *XXBҠ )  x  \eC-d)}.."$>$'/$ /$!@ *$*$*%%%A[> -X['*[@/+ !,  P$!)[]`~x /ži, /CﮡeΦ .$ D XHҠ0 A"+ l  ,0) , d, ,$0/:2R  "a$ǵٰpu"0 U;mc@@h c 5XOcAc* ,- gF 0  @Zc B!fY,.$ -$ @t !+YUwQI-Phhx܉SBSCdv`S) `, !- p % D&,!dW% . CD \'y) x~X y G) . 6 7 ,Cd 5`0     ,$`D&` Q /aH+ , d7E-@h c 5XN=l E[Q %! 0+Y*  *YNc-n)€.‚F XD.f$a" 5XM$ D XGiҠ0 . %![0Ur@- 5v+) E.r/$ 'h  *hX@Ҡ( hr  M)H6 Xm c 9H m @ e Y y)@2+|@,! CD! YX 4l'+( * %рd G$. /.A"S _1wq +@qAhAm a@h [ dc G$&~ـ  , L+ 6m a J @%m ccl2$ ` 5 Ҡl(  j `$ +~ 2Ye$  XM< lT.- Z@l!$ DG') $р.-y*XBw )(E $!,8 C@ b . S, .dr) -P,ς7;V,Q+pdg YWeW'*XBK c!  E x h, ;, h (d5ee &V*pdt)Ph  T YH1dOb,(.)*.f+.ffF& T YHdO -(/)*.+.fF&.Pv)c XL   & YˍȒP 4l ( ;( A*1U*%.) )î H% ; !u`9 E D BD D(4"!c D  9* AXHd'+嫗h `J, *& fdc}+!"9* A|  E@1 WG/ED 5'p $d(u$\.!QY.'%5'$h.+! ,J]%-$VM%-$trA@   p9&BL+f*"+f/u V J&JE*f, AA.fe .d 'e *f f!I!@cED/d1/d2f.d5.d6  Ɔ*d.-d--d,) Wlt(RL!3.vI X< ' $0n&a tb*O/+5CٰmI a`@ "``h"@ ` /L  ,& fda*el`D$ hE5*YL $ hU5*YL "e L)Pc XKi P "e+ A@h b@ XK^ Ӑf  L)N6 m i8O m k ,@^/@&!& Y2g_| `4aBl@ * AP&  .gof$I$ H.@p [U)  d`+ ($| G  9XGd1>HBE= h/h 9{j *% UAh  9 "mad1.!8V>w.V+"ThlEFV-& u)$\L 5%*(!QY+!" (_%@(JI%N(%5($hH0H=v9eB D_E/U  V,  V V!i! ` cED +T1+T2f *T5*T6 )T..T0 /T,, W\8 Xd h؈7+49(*7,4р($ D [ XdYН[XX&0Af h>h z c )N6Hm` g8O m i -@``j/YV "!HXYA ( l(  |5 by +"&"+h`  PL%-00*Y ]B %`w w# b))1OٰmI abӰPi1-n M1)`x,U+ 'P+   U, F P uY !*",- lb"eO(/ P@h;X )<0 @ e c a)00d  ,+"+^fF&*-b/F<fF&*V)PXk-00.(b"bf!&&$ D Y P T BX=F Xe/V "؁!`XYAh7/4A(7)4ـ(&$ D [% Xd Y[XX&Ӑ" Af^ z c )N6 m` g8O m i -@  l*  0${YH@Et+ * d`} A/ }`H O/)( )0  G(/ 薃,*682 $;889 - , 5)Fc(([3cl"+    -. l"*")" I Gh2d* ^ A -W R+ - d~,!zd8g  `e%.f%a   $-"-&`aR C @h %X=aR''pd.z8(~-$+I  X@" F Z8 W~ ?T"+$M  `rɯz()~ #}X  Z8e`:O O v'" D X0Ҡ +|%S!{$,ʚ񞠍 .@&鞠 .@&o ?l"& D'*(!2*"!A & E!!-К$)iΜ%a A%j ",ςX"((A .^  ,GDp&A// 6P1 /%P J %( )  $$+) ma,(3-0"/6/ .~~3,~2  p 99UdS|'%/1/)'~/  w'~)6U 6"32[32)Ư ` +&1,/~cs"6p < d)m 1+)E0S/ 6@&m8< * 132%6w p6#yV3uk2) "dq3,*2*~&  m. /v F`A  'ؐ'Emkf)- /  # .x &a $A` @ U!&#& ,6c.),'xa 9.b,&)+"(f j   , &cq̝ 6#H!m2Րx %6 p!&cbWcu{b+,"h  9`?e"dD-, .6)+2,30x.h 9 9D$@$Bm .d hf1/,.s"6 h  1/,.s"6  h  *+   %aX;6,-&DDlj,f" )0粎$|$!" i(( """(I",, Of!` d D Exa aK& *6 B {("GH 6 0 99 X :`9  (M E 9 U39 M % (9)r4DD*r5E Z +jX;$r5-^ K M -@+f,΂ (*/f+Î( z*d0O `+q io!j+h ^& ǟ0lp  lp  l~)pD `%}+QR&#O `E:bVf &mf  @ f܌ hzX XdY[XX&/V "!HXYAӰAf  N+H6 m @ e yH Qm ` g )@*@fl*( #I) -{-:.I* "J.D 7E$ɭ(f)F3:#J#0/ N`*`Vv1+( Tx1%*J+D ![@T`(D#J#0.YE`b(J#D~/X$$$$$+$*$0$2$6$8$'%''%=-$$ 5&/$& *.!  ,(*04/,/9&2 %- !$F e+1(7`'"# )3#&'#CG+:#f&`& 33,2- }&G$2f &bDD@ma+J)- 5)p f  @ m,$a$@/GJ/G\E,+J+& v,H*J0 A&c 9X4d-C-G 3&F/2<$2 &bDdG- )F@ma+I-J/4(e..W,*+ 5@9*J@ L 5YnS#J'E. +4h+4i+55(1)57-:J%c4t,G @0F#1CF+6UA/0Ar%1" 0+7"O]}1|1 `9mbI#Ef2A.E ,`rw EB J*#E FpPF%!Yn+JeD (D3 F & ,D,(W EfF&D8%qYm(J(`&),J,+DfF&DP"QQE%Ym/E+JO.t.X-GF.,֝+- } *JA)X3B*J(Dĕ)(dG&(DA[/J `X)[4"J'", [@' xbu'")H'p( s '%`P%IW( $1$ `h%X5 #I h ދ`)8#GF)3,2)3&G$2f &bDdEΰeL`ˋ`(@#G 33,2(S&G$2f &bDdDeK(`$/`)X- @*bd܈珈- $`A&`*b' Kw'*(IɅCmI a@,,bO# (<`'\"b`' "}`*b)Frh%IW*d!(I)PY n¤ 'x-@db,B*_9,.I4mI a)  b1. M1A eY("./ b"ebG*) ?\$0` ,Q2,0D.0E^0F.f0G.f ;f[oe)"("S .@~Qx@h  %[@h;[ (<0@h 5m ca&/"/^-"fF&.)PffFF&*<[*")+%B/0G=,0D)0E. i0F.f  .f.f [dt, %D;Yr7 -Je۟+C)H F%aX5 ,Je}*J+Ab@ X5 ,I,f -JeG+C)H cX5 Xe(/V "!pXYA [ " 0+" PYt*@  *Yt -J:.Je+C)H cMX5r XdY[ЎXX&Yo\x @ 4@YoQph @ 4" X+u-"Pfhf:&I H+HL6 m @ eM )I(BAm `g,B ,@.B.@ I*`Y7 )E*`Y6 `fv)I C<,M6m i*I'AF mi k)A )@+A+@)U*`Y6b lJ(~ex! G'*h 5Yk 6+) ,0+0"vL `=e b. h/!5 b,1 %b,%5$h*P2 1C 5YkɊ6@b%@ K%*0@b, ]"'* -(!` d -*R+ -] hY*!,,  J@0<p|  `F3`f E%Ё c a' @E?妝$ȁ$A &_%$. ,1dPŵ@j'/dO*)!7 d"6h  5Ykq 6+  v,0w@ a{( tĒy* Ww. h-0"~ ` / W%b/-1 ݝ/(d5"/$$`KÆ"*0") h %"-!5,1bZ,%5*$h.~ @b-!7,1 |,%7|yyvszp{m|(0Ēyba( 5&*PYk0 }?%b,1dP ,1 F"@|т"@C $ PX4&@h  9x.!6,1 (!7|"  8ecFl l("'"( Ghy50`@1R*Y]/!; *`X+ދP M,px- @ 0oP.    ,^1* UY6-"() ,` "e-., * %."/po A( +  A D(B`h+)B (9 $BLb -0D)0E0F. 0G.(" 6ԉ)* + !x!*  0 X00 %(Yf  X e c a+d )"Ǧ)d<^fF&(d0)r̘fF&+d8_TB&yd'#A#YA Ħ)d$+2f )d"a*TC 6f!Qa (2  p 6$)2-2{-6+60(!; @0e G O`@Hc 9f%=CD  a(N 铑fw 1t-ЀU M ef!&y 9)))")&)\ +֝+ , |* hX/-r,rR&v&`&T$ Y[XX&$ XX/ %l9Xd 0eθ)!H J9  `ˉ FMc#!  U a)3f E+ 13#0(C dx +PC +d{ 6+f(PC $@!a(PC " "PC ( $ Ӄҩ{3҈fd(PBTC$@TB$a` +PC$ "CB 6 "PC " H !@!$PC D @ " @(PC !,"$a+PBTC%TB$a(, 9.vcHf ӈҘ{F~f/V "ȁ!PXYAP T BX1U h7-4Y!(N7.4!(nXdY[X!XV -d d $a"X2fcO @h b@ X2^c- l* @#2{5 %@@0- (  &a  )@K* & N@"' G@Vb+ ( xH0  9X.@VF"\ ..WCS( )Ô S^ @ma$|'ED.JeK&$d,00 5`SX*,e? & 5Yh.!#HF%N(&(%5/%7@M&$h/w@ F&1F- A) A(/ A#!" -OYy| Q]b$$ Dz9!hA EB  F%PE .V wY!0F"PYhED/D1/D2f&D5&D6  *D0 .D,- W EfF&D8!YqYhL@!A  ,"+fF&DP"QQ %Yh' tH'X *.+ - }* AX-Ė)$(dA#"(DA[-푺`X")['", [i`/v '"$"'p@9-g@9R$ 8X7y*0 +X)JP |ꑴ)@x*]o 0+o 8oR`U, F ^1* UX)"-. 5,""e;(&f 20 %-"+@o@ pA( cA /&[3{( * `3 $B(zb ,0D&0E."0F.f0G.f 6Ć)* ++ ,"Fw'* ) 0 X-(),%6*<0 X e c a* '"www'<^ffFf&f&0.fnFf&f&8 TB$'$1A$Y .$c(f."@a *TC!FQa &2 f 6#,2*2{,6*6 @l `w搷 w@Gn9=F6#2u33&!3s1+2N P$q.")ݝ).& ++ ) y * hX,,.R&`'pT$aY[ XaX&,)$ XX-%(),%kـXe/V "ȁ!PXYAe0*!`_W @J n9F U6 f#23ւ 3&! 31+2N  +PC +de 6+*PC f1a #PC3 0 0#PC6 ` < Ê£{;Fd1&PBTC#0TB'pa  @+PC v 6`&PCf s 0!!&PCf ` 3 `#PC6 ` b &PBTC#0TB'pa+lm pz.|Vcuaf< î{3Fb+@( *+`ˢ( Y ) d%[  `-Z$1)hXU- @4bd $ F'q Db' ͬw' 9e mi a-B d"@fD( `h>d"rbÝ%bhׂf~P T BX.~ h7+4(N7,4 ـ(NXdYН[XX&P t @h cX/c[$ 2 )2,`X# "e(@h  %aX/ "e + A@h b@ X/y ,0LJ !Ԟ [w " 0+" PYny*¡@  *ơYn @N@h b@ X/Wcxp YiFz_!t! 4Z X%g,"Pf )Y1  E*Y0  hf р I)f6 mi`g 8 mi f&l@z)@FP U/Y0q l ( ' *P )0$aD"&+ S-  -*``W~ G9 PX[dg |+!f *hX "d"6 0%&! eYe$h %X(]ҠJD9DAB T  d`9`İ+e )!f y df`i`* a#P e.Yel&!y )/ A- @-d&/d'+ C* B*d(+d)( E) D)d*f,& +#q@ eYe}#d3Ŧņ U-d1` ` J*d5!h%/d8&  /d4+& P`E eYe\*lDG 5&E YeTɦ Ɇ e #Q9YeM*lXI YeI*lUM 5YeF ( ``r N, - } |)PXzG$$'B D %X!Ҡ d :EA+ d % +&e(  eYe c$Xa! X.cƌ"e+ S@h b@ X.cl'yb!;D $ [ʡ`(E)a)e* @| +u@bo5o3O~ +e* {4 Ph [d, wwGPYÍgfSupgf$ D [dh@P()a))e/ "'$@hYgf*a*eµ@ ,a,e+$@hkEY@h-@Yl 4wx f+b03%h -.* @Ep YV )m))y}04Y ȯ;%Yj#p1 +PY ـpD؁Y e".-UȐ,E hDiE*p@ "@bz@ q_"*|h$ 5Y [eM* Y W@ Y I+1 hY z;%Yip h5m,h$  "%*p”y.}Az63z h m-,H% U" Y &_"<&+h %[>*p|@b"_Kb Y *p|}:z/,p h 5m,h- "% Y _"p h5m,h- "%p hm,H-"%h 5h [ +|h$ 5Y e Y tY ɮ(~h 5h [;%Yih 5h [ _`*_<&+h %[ ec _*Y  ec dt d E[lB-&ba fhj%R &bĐm , :Th(/c+ +% @n[ $<j%`3.. ")Pi?Ti)((+ Ye/)d}h EYR 4<"L-|n[ph Yq%~*$*,@h Ykd)e/j+,8ThA(e/)~~*"z@e*$T&)PY#$ XYcl*,' s/ )0A&" f6  ( 'A5Zw!!  - ,7 |  R$J6 DX,8Ң ӜҨ( - ..@.h m[ h4) H4(  f !~h! 1+ @*c ] Z Ӎ  &!h#$("1c \ Z # \ jamN) / h4H4f  -~h-p! od}Вc. . &b+0 0yh0 9X(Ld-9-@A} % v"#A.fF 0!!,E 9-B p 0=U!q"!!I0,g'Ɲ<%|e Xd .ewc/0^e E+@`) X.( ^ .daz&!#! Rc) X(RdL!3.vIcdd`;d`4d`,"|bc?$"bc', {Ad  @#pa# @FD f L  , .d +`-V ?-V  /4(5)F,GH/  I,  (B) U f;EYe++F.GH-I-  PXeT"_(r&R( fk{ )`=y9y`YFmdˊ*yC** ˀz*+PYV"0 8 9|!-H(=/<+F,G>/ GI- n?- .b+(45/ F p U &;EYd.<)=>/v ?/v0 Ub/vp;EYd/bh*<-=(b>-V ?-V  U" 5+fN;EYdct)4*5 h{?R-AK O%*L^d eY_+<-=>- ?- P&`Xc(=,<-F)GH.f P %I.f?'fX l2*x >DD D"$"1 ".&">@ ()%*a X,FB@E0 YP@/03)00.07-`%04&05f*U"!01. 1 ,1g$-P ah ido+ !"z8 &/<6R' Y  i(~R.08~j'C+#+#*,)YRd_O"j(p uKc)p.p(p*a`;z(-(({(e/`)'deY )p  ih*d#Y" eY n^ g""q!_=b 3-p *ph0ZP &"3r Y Qdieoc2&"Nj3qQy)* eY Fdieoc.08~Sb/0C.0B-0A*0=)0>g;% F EYc*,)Y :*,)[o_3z(""a "'+dU)P h w (R)R - Ր :"dmm"';/%ROdЁ+ &\h XL'0%PX ,' %ЁT `X. /@ /P :FV,F Qzq'- .X. -0J,! V.  ,V С|EV!QY]&-*ah e%Q %)Y]g 5H+Y]A$. -X[$*[@p  5Y]+%P)Y]( U X)P)P.P*Y Q  (R )R .dߟ h*,)Y )!D$ne:"d 99+p b ,p}dj\j #%#1# m eY Mei 5Y Ieh eY Ees])¬z`h Y 0Y0 " Ycgg** @h" X&8 :`Yc)\ [r7  0+…Ye;q*Ž  *ƎYeoc)!& Y`EB#p < 4r X2(0flQ+1 '0D`.%0E)`h  ݁zr2R"3+/a,FBdr lt6*0$   Y]Ŋ 4J@hh X#Nl '# (>\3$a'a '& (Bd|(d%BUdSr//T%P"`U`B(k% 8 (UdS,)   G)$ R* Y$炛  Y$z~ &b +Fx=$@?(. .Fy-F~)F D?F,FBf&&"f(By`.2-B{/Bz)Bx*   F XL!a9}(+!gDt @]@F Ev *U@&ٍ////////%.($&2&E.  w("t @ *$wd.Ff'ـَd@ad- ,a3킉B  vP VF?SUW PV,FȁV" c ab'&)b R5 b @ 5n p%PXҠ|  ;( S% 8 (UdQ8A  +Y\͏\А "dNP 4A2"e-Ѐ<&@h X"N)P[c E +Y^+!Ĝ@`. T [Ya oU}T Ph [@C?R| !f Y\Z P4A@h" X"VNl0Ă704Ǧ :5A. D Ua" w!Af $t! (00*1Bf )5a!l+0 .耤.!"/wЎ >(SV/nQ- *(  . "("(- L- =d  .U V8(V.U ).V ( (@7(V > /쁲 : bW-@!Нcb(&+A'@` ,"` D*p =(Ҟi-ҝ8 (9ـ'"D P[)dBU.P|,R&6 -6,5"!9Eh&19db@ eYW3@ eYW0 pl  5YW+`k 5YW();6 $1). -!,! + * / /4 .4 -5%5,5 +4*4`F e`H(4+XY!xD Y!v < ( |)!))5"=h& e6!YYW@M eYW+af6 $9# AfZl 5"A <G*@ )pG%k@&2a$)$+BhkfB+6B6B/  w[~g3`;(Abtes/ՐC 3A(G(F (}-/A.}.@+}%+h L X h8" 8df f6hT3h6 ():eb+P&)X[< +0M% 0<&>A$?`;k 75sr {2+`*%6` $"` b`%"~8 $ Xh % )~?Rr(`*%6@ W=zr{ ÷z*`|K}H~( (E$ Xh %Y *`| } _Eb*@0_+A,:|- %7!QqYVE 5%6!u%7)YV>) a( b(44 Lp 54!QYV5$ Xh %[ "+P>)X@[% )PX *L  5YV *L 5YV"<B> ?$ XhE %Y KC * H 2$Ր(ё$G"$A*` z˷ mY a$G(ِ b$Gd~Ys~.+}~U)A(}(@.}'p.d@h %[b0}h6.!/: `$ Y!]h L X $  %E*XY 6 ~)'@ (A//@,&`FՐ%+Gv L 2}+' )A((@.'pFJ H)Hm c,X m @ e ,ِ$R(@l5(  (pA U(R)wV%Me{G)R,# ds/2-1 aH U`+YZT ` UX V*&)X[(ȣdS ~*~A P[c W,Tx+V%1h 50)Xc,ڰhc XW $ D [C (pA UW}Ì4-*,P* [ $ D Y!K  lH}% )*";' 0 3)"*+}O}LP 9 }F `  +`+ > .%Q)b}:d*)b  " ". G.$R\" UL(m a" YSؠ%  `YY+ɹ)Pt!Xy@hAhL-m a,R.gR)PX2@") Ɲ*XD XҠ'h¤b #` %b.i Mڭ.e` ӢɚH mI a* @ bP h 9+~` ۢ+ > .d)-`W}0h (*( 0  4-^@h X <)P` X YW~| c [c h fbYWp||  р O,N6 m a)J m c* *@ 4N((@"l")X#)(, 0a8)Ue-0 !9рm`vAm"`@"@b@D"@`O N t!h"$`# 'fk{Hc ]mm"Pv!1^Py C! 9Qc*Ne 8| l& r@ 0NFE@o%f sj@ @lb@sj"ee*$t X@h XM|& #$,º+r , &a,$- r "  d* @ U@"e*[e@ "e [e, "@ `@ @F'"'&  $ !9}c+`b`l`U`, e``` `l``,"+)) ?~ -+}i s!9e( Nhe & "eο [e. "@p@ @FVN&) |ODP $"$ ()(+ "/Ah / 9` @E0 8` (c  (AF2h:@h 5YVmm{h@({+2`-rd,2 FbhNb A$ X Dd @h@h%X%6( "@ @@@F+ :)PX׉"cD 4f-@h" eX2c!@h"-X,e= c|YVh_cl"ǍA"ȞYX۠")PYUl'!%5'U&  C! #c $`, S! 9ʳ,s-*tuvw X4@hvl{#QQo!Q %"*C t `[1* _{륀 ! [O@A~YSxxٌx,븐 -4x>l,  *z@% G$ z z -! m-P x s &q/qv By)}@y( "x. ) \ , y*  /@  x. }-eb*0$A+.<`qRAmHL/@m a0 U@+YUxg ^'-  .Ńd00e)d)/`& *Ȱ*"$>$@ ,$ D& ! 9duD ,xCؘ Px@ Y& ) ^ .d !9d .|dmI a ' &$! #y.xPᝓ,Ɯ*%P)ysG7OJ"z 'eѮ"%$ *`XҠxypA. f  -T Ё :'̍Ў٠&&`%amI ax)syN)yR.̞*%P*Ίހ f S!M ,   YRwӋ؈y: 4R@h +Xcy("y-!.ɞ,&`))/`& *˰fy*y/ϟ-&&VYT۠")PX" l(( $q@H -$-$C& ` 5[ҠH l( -" b G` +0x`0\b`2 =%``.e`D". I"A/"K*|x(}m- v` / /+Bx(}@wVG zwU , *-( d) w -@ +"w\.- {+%eb/0$HA&R<" =Jm a0w5 '( ̇* ed602C b'$"w\H" "dTw+ +"dG / 2 'dxw"!! f%$`'lb aPh4m9 xqBDo" $sh'l&l0")d  *v@' v ,'( , dᰭe_  1R( "d\) wz A $"$ .).+8* "" - 9[8  (  (*( @ E ($ _QR C_R'$ %PAX x-$@R' [o [x) 5 * ($ ?IR CR*"+ $ %PAX r$ D [ܠ".dm *0_ be_"´_bc|Y}V " tbGA'F  !9XҠ+  *hXL w䌏} *"W~z$ D YJe'c+   c X7c $ D XF 'dЄDu@D& $ D Y?c$ D Yci$ D YcQǾ  $AX ` v<-dl)}&.."$>$@@h +X$ D X"ed @h [ vw~A ,f,  $Hى' h 0*hXO@hwesG7/2 U@+0)YSF(0£ d"´ b, % "@h %X@h %X8 v@ᄁ,Ag @$1 /LCL'd8@`D6ef0h4z1 :m w/ fIo" f  YP~uu_8  4afvI*ɢ,o | '-ӎe X0$ D [Ҡ)& *pFJlvwvX AÝ)P  &  F X bb -X)P  X *uuXu|H!' 72Ewhu`% 0mz, `9$`*.Pap A L,""-",l vCvBuv( B)ц A 3&( ) F  &X !  & -X)bX u)uuF`EUu J DH!؁ `F%mz, @ 9 F$@'- A pLa,Q.l't ` '6u!)}u /}.}'p.ut*o%I |&)€&@ /€.‚ƀ'pF*)!n -%$ h  O%.-{ X%l+ vP  X Ul t)f**v/@&$!"!mIav }**"}#"}/"&}'/& s!9/"!p -","&&`,& ! 9lttt) 4 `@,f.b w .b ,  )@ .toI,&bs""/ G/$ RuOtq+trC7UVsA.0p v!Av.fLSv" 5m af"*"h  *hXXҠt4$ h +[#f"u*"h  *hXF)PuX  4-@h X$ D XyҠl 7 c Xc f YNt؉t_c)P[At hvl* + @p$ !i1B ,$ *[- dЉ^. $ )P[/ tDP $"' .).-ҏ) "Ah 98 P  (S  (AF'*X $$$$l* z4DP * D@$ ! [ [}* AjC$ Ye* c'dtX,o&} ~ۦi2t+! CD^ [^$$ [/ tGDP $"' .).-ҏ) "Ah 98 P  P (S  (AFs(}$ѕ**"$>$'%$ D&)񕐕-pF&l ) '0*0!Ԑ ("sm ,, sf "x) * .[& (fda b, & Ȓ.RsRdI,)R  " ". G.$RsWsS` cf-VJHA&R<" =Jm aI2,i $A: + `5" /.- yqb* ̡duҀ ,N, + yen`Y(d`) B*s*ds ,o| [F  4-V@h X`( L )P" 8aXÌd!$ *`XӍ"eߚd@h [J !H[+   & "-  FX P U -X*PX E"*  %P*$@F@h [` @h [ G@  Yd"dͣc"&y h 0*h[@h& . s@ p orr < E$5m ar&!, %.d ff.Hm a"H & YM>rr c [c '.0"/d $ *`X ҠYM&rZrW D  4AJ$ *`[Ҡ* _R@ h  *hXU@hr, &Arڍ .o~'/ 'q -b [M 6A5  $)r9$ )+ $r" DBl )  "S     dB"r r8r  ,O/J%P ۢ) * $. ' @h/bq(b-s b b/ G/$&R  R<" =Jm aP0 @ʒdʈ2(&1- R(  *1s#q**7 J$ɀ͡ f*eН f@ +/N[) ~ .dy,. + B+֝*$ D X Ҡ 4,N)P X`c P%aXYc'& [ W @A2%hA,` " Nm aQY&cbV.@dhz- . q@qoB nNqc`?`fE`& 5Amaq- ,!x %A 1. .m ch&` $ `[1 D$ Xh [  .YKq_H c' P[Oc YKqq _h D  4a m@ eO @'=m` g/Y (0V/U%Q& &.!`F(`f 5& 1/qs( )+,B `  ' %B(@&lhChBR ( G$,",0Ǯ &.p{@h [$ $ Y <)PY lr&hr))( : x W F0 ) - 82"(3 +/#Fv#Fw"+, + EYM lrp()**| nB  ; o`)  E)h F+YMq  hA*(((7 )  } /wq+8A8!),BË ,F+t"9iQ+YP YO=YOIB)P )X. : pN`//( 'Bî-WwF'++t"/XYO YOYO' B-`h X )B  )F*B)P# )X o8 )h X  )XK l&0p h%0B3,(%6+NB4*  l[ Y  -`-4%/,u,5 +3+5)a`Fl"0(0)0oXK ( ()adh? _"0r* *)$02$+qJhYM*-0q>a)  @ q $h - >8(.3 +/#Fw#Fv.+A`%+)p< EYL +qhD YLd@A$ Y *0,0-0.023)1 (1 )X[Ҡ$ Y lpg" "4"4 "4 af"4l l&! ("' xpoym#"T3 3"$"v[cl"!lou`h  h YO1 3 wC0 \" I/a@ h,*P.H &M{*`h % YL*lV#`a#`lofo=oe3 q(!+b}#)b}"(bf}$@(f/b#p #-b",bf&`,floQpp3 q(+b}/)b}.(bf}$@(f/b#p /-b.,bf&`,flpop(},'b+b)(p.fB|@"P."",rQd0y#ۀh -bpb)XJ ] VBB hY <" q$rpi)0 m 30 ctkH'n߂,2+bL x -u*Y pDiHloo&+.A/X Te q+Ȱ'+& %PAX'&aٜ+ #$` l"% o`L,$+~B)P XWdɊrZ /X.`` H%" ,el8(.p o X1n)BFr Ahr FV. t-!6F U;%YK-  w "ˋ+Ȱ*ð_be. e( e((.q o Xc-!6F U;%YK'o@(", & F(Flva**%Az^d@  a**@""e\)P"MXr z"*f  M*z6 Hm c I@&A { m @ e -P(@l@)Im.s<*0,0t3*!g3;ytco p 80l) n'!qnw R n`,w 2`f51+& A(54686 +2F7$!l' ")" #g9  ( DDA(c8D(3(3*l%R+)Q2 wf3 13"l( + PQ+)b'/;m (m* - aJP m( nDn/A1 D @.@F5 F)( +,B%$ . Gi 'h  *hXҠd "d Gim'.- 'o H  #drz+/s%/) A }`~ Z8ˠt OD $ah 5X:c^A%S'",mkʚў .@&mc .@&l( &  5 eaf" mB n+m<m>`KR$h (DdA@h %YHfx )2n R+2- ` bm)Ξdq@" A(@A  &,E€ FXnX@ (@, | ,@B &XF$ A$  D䖝+XBBK+.p  uE*$Gh ( :db  Gi''pqdnoo $ʽ{+-)t"#8 A)} 8du `o^D YGx@h" eX D pl4!>$Xa" eX @h"-X  ' .XҠ+|+S%{$,ʚl .@&l .@&l, - "R $"&` +++) "*  x9 U3UA(t8U(D(D*l( )P@ [ lQ$,".R9"l)! w G r, @_ :f @ fv"р%!C!" O+%{0\%)%)l@C"*' U"" "-GCU"  l'! 9%+/  ] *!" ;` Fb`GP   ] ;bo>> ȡs* 2!$ O)%wQv eB 45 ς D* !- of@,% l3Wo"e''2*X2*hD X$  P l@h )T * 2 W-+Z y+9ʠ%u=NmIa+UyQh*Ȱ&@" " & KD ma3mI c- ",@.Fc"@&blm=   tEn  €dP &C0l "|" pa (1-BfQ #ll6.Bb"Bd*'{/>/B(!&Ff'sFd's%) [ -`~.Gd'0cl?//-`~,km(   ke( h k_*9  ` * l)!9(!8*   kLkM. 'pNkDp  ;) *  , ud*",[ 0E`, tkg")P[k.Ck&C $l* "lH 0E F-. ' p'Qllk"r !WH %"ãxQXQPP* Z& PQ[E  x /₍PQ" }I++ -"  wr !W",D%"cd)"ãPQXfj-Ѐ& %aX lkkkkkhP+  0 H90 PFE 낀9 €Q'{ Nw wt&w甀$ykQ...kK#Rǎ3#Vll9l9p $sm /eP  G,j/* )0 l l_l & dE6$g #W#$râyAsA@-B* J& +F+F[!-o .҂@Aւ!|9k@ -k+% )fg #W'|D$rcpk &Q+% )k *,râ@AfjF-Ѐ& %aX kkώ('s.ljC""Plj4-()`;y 0j8+E () ."n+8 @0YGr","sY=$63 `h Y!" e/Y=" Y! 0j+E ()ljjk#@@ 0bQ2"DEmh)]*)( ` G29 P!,{  €"  &贀%ɅD|"  `0(8Fjl# iUgj€)b'b~i% ry/+f+f~! @ #b}Q &!#f}"r! )b}!&$)f}ޮ~0f*΍/b}j(#b{#f! P &'$f}f"! P $b} &"#$f}!߯ 8l#!i`C93#%lj4"![+|*ǜ B  Ҡl0j)@&b2`& $C2' wc'E"I0$ &LCff`_jh ))$ 4  im,҂   ,ւ l$! $LC"L880lj>+C0"Y'*b 9Ir0 ` Y-, "Z `,$"R`  E & FX >-, "4 `,$"R+ &  &%+$RgxjE 9,6 b.1$+`=eCxen<)P" eX YBxk< ` 4l+ gh|К!.bq6-   689`F"`f:;45w6!l, ")"E0?YF gh iN H a a a) /! A, %HA c a+l( h(@  0 gghW1!+!6,d 5`76$A9!l6gg$`f 56*€6*xB V io19 )48g75"<0lh%}" a```a'w'!a`&#3!4 mIa`&a`P`qa`/Fl @")8 | _!8uQ-y-uy-7E4 mIa)r Y|ps  K)M6 0ma 2N m c/@v,"@v,l (")00) $@ *`" !  %` .o GUf6l@.#ߠO€`bPx6w V%H!! x#<  -8H 9YrbAD@zf$@A m01 10 , @+P !x6рw f%`!  kw#dд!a`   y6a w   f%`AF@!, (&kw,#!dd!a!  ЉdTpqetic ?    r "3 F3"U!h$1g3fx!Dfx'D09) *) fgg_D1,. - 9 DJ --m* "~Pea ;}cΊ ?r  `E1 !ma @@w A#,o0  9" 8e)  x6w %x!f!  x3@F 6w %A!  3fȃ03eGX fg` `1. <  vB Rl),3 H#%#%!l'* " $ S!9* E ' <6+wAh+v ,h5vh/-T[+YQȿe`,i` A #- s. O s!9e/ $ PX ~c lGibR'b %Ё  gq4t..u*?MmIa% U    qG&|F6 mia2H m c )@@+@@l. e.@er0"*P E`F<6,F e6)Aaaa, (! 0%D6d 0M $*mI a-Tl@˲ "%f sn``|b`sn"ei@ X@h []e6 #$*)b d %Q*$+ r`" d+ ` U@"e [!e@ "e [e) "#$@ @F"e [:e, "+$`@ @F, eDP $"&` +)+*. "Ah @ 9{8  ((AF@h 5Y?md@d-2-bd,2 bb A$ XZDd @h@h%XS%6) "*$@@F+ )PX'"cF 4-.@h" eXc$@h"-X|e>cY?md_cl p) 8I(Dph [*@p 9 9 )Dpl& *"G f, f+k) $y+ ` @h E[ȣ 3*! C €F p p, nx- r~r ["e. "/A/ r~YdjdeWZ, R, k + d7p@h %%[dW mF E,֝h4'h  *h[bҠ$ D [Ҡ @h %[e,< d9 j.R. k + d°ΞeA`v28u"@h [e)< d|0-}bd""@ @F.$Xa" EXc Y>ddd` 4le@ )P  %,F 0 %([Yl l, ;.0 F   "'s}8Q PwA, ;ݱ,$;.axA@/O6рD H&   #/,. %Ay,<"7/!"d6$!#! @D*#3$!$ dڂ& cBDeE p usctvfv& ,q~ ?l22 sb'"O €)`Hq  H&$W//*d %0")PY=d)~* Gnd -ƿ-)~ ca(   ( lc(r()H4s}0   &!y!#Bɒə& Țɚˊ)".&@%P*) +(&8h 3`j(R$r8 DG-d)@vڎdՍ @}(@EiȉkIjF ( O p   8` dό'yـ~BǍF*8Y@Y @yJ ?dV"dm  ~Da' r `%9J F ~  e [LBv`9P ;Y@ el@, ,(c(` b {Ec8H O.)~( )08  G(. 薃,Z= + *O 0  5*.)P[l((($b` wH2co "" *br- 0 *b z 8"b< g, -+, | Ґl+ "* #c +O p rb( A (& o6f &. "A(.$"R/H 8Cf( X   (f* f sc ) h}" @FE+   $"'p ))# "(R9  8 (@ C(+ PAF X$$l ("() sy"7*d `hh%X +"+, `1 "eB-"+2bA2.Ƃ.F 5 F b`0 8d'd'/d#& UĦĆd""H@>fF&*d0=+d:)d7f&ƦƆ)d8*"+dN+dB/dM/dA)dL)d@ )dOfǦ*d@ "ɪ h'0*XXҠ +   c XU l 4  XҠlGibHa'* }%ـ! p !&f&P-&%&V!c!mI a "! a! .Fl 0 5`f a.fA & %m a`)P h 5[<89! ;88/6 0Y>"Ȳ # `9A 9,`3nV+ < , dG.@A"hA@h X'*0)GE  !9X*Ҡ<)P EX l># ! B9lGibHa'* }%ɀ! p !&f&Q-&%&V!c!mI a "! a! .Flai?`#>`a ! 9&?6+C#q.}aR?,}>+}%+(% ?">/榀'廬+l T ! 29l ,") "_ Cl._JR+ .{P <'}4&0%*- s}&I'F  s!9[Ҡ82 $;8і897/ 'Y h0 1*XQ LFp E+Ɲ<* )6 (R{-0A. ~S/"//&2 !9&4l $P(aF)4)Y>_R  +!( 5 4 2P . 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 5E 5 8 8 8 8 8h 8Z 8? 82 8 8 7 7 7 5A 7 7 7 7 7 7~ 7m 7~ 7m 7_ 7J 5A 5A 5A 5A 7= 5^ 5A 5A 5A 7 7 6 6 5A 6 6 6 6 6 6g 6T 6A 5 5A 5A 5A 5A 5A 5A 5 5 5} >t >~ @ @_ @X @Q @H @A @: @3 @, @" @ ? ? ? ? ?s ?i ?\ ?O ?H ?2 ?+ >f ? > > > > > > > > >i >i > X  @  x  P  L D%(RVconfiguration file parser found additional configuration after [fini] 0fcoevnic_idvlantosethertypemacmatchmpshittypefragmentationpf_vfouter_vlanbasicvirtualglb_keyglbvf_keypfvf_keyidxvf_keysynmapensyn4tupenipv6syn2tupenipv6syn4tupenipv4syn2tupenipv4ofdmapentnlmapentnlalllkphashtoeplitzlanwanclustermanualtp_piotp_tm_pionic_vmnic_umnic_um_isglnic_hashfilterofldrddprdmaciscsi_initiator_pduiscsi_target_pduiscsi_initiator_fofldiscsi_target_fofldfcoe_initiatorfcoe_targetpofcoe_initiatorpofcoe_targetiscsi_t10difiscsi_initiator_cmdofldiscsi_target_cmdofldtlskeyscrypto_lookasideipsec_inlinepppdcbxb2bsocketnumceeieeeautoan_dispdlite_disforce_pause   h   m E - , eT r r r   ߘ  b@ _ Wd  U Q , +d $ r # "L !X   !  R >4 L Ix G E Q H     H (  и  0``  c v < > = >$ < =<  @ @0123456789abcdefABCDEFABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/ !| !\ !@ ! cSc& +2AD@-@C! A! ! AAAA! A! !AA! A! ! A!!a    $    , @     | 0   ` Yes0123456789abcdefghijklmnopqrstuvwxyznoneall*disabledenabled0xNAV0V1V2V3V4V5V6V7V8V9VAVBVCVDVEVFportprotocolglobalfunctionfiniregfilterModefilterMaskvnicModerss_glb_config_moderss_keymoderss_glb_config_optionssge_timer_valuetp_pmrxtp_pmrx_pagesizetp_pmrx_flagstp_nrxchtp_pmtxtp_pmtx_pagesizetp_ntxchtp_mtustp_tcptuningtp_timerrestp_timervalstp_backoffvalssched_ioqtx_bp_prioritynvfwx_capsr_capsniqflintneqnethctrlnvirssnvirssnsecretnexactfnrawfcmaskpmasknethofldnroutenclipnfilternservernhashtp_l2ttp_ddptp_ddp_iscsitp_stagtp_pbltp_rqiscsi_ntaskiscsi_nsessiscsi_nconn_per_sessioniscsi_ninitiator_instanceiscsi_max_sgeppm_max_zonesppm_zone_range0ppm_zone_range1ppm_zone_range2ppm_zone_range3fcoe_nfcffcoe_nvnpfcoe_nssnfcoe_nfcbdcbdcb_app_tlvdcb_dcbx_protocolbg_memlpbk_memhwmlwmdwmdebouncetimean_aec_timeaec_retry_cntversionchecksumSessionTypeOFMarkerIFMarkerDataDigestHeaderDigestErrorRecoveryLevelImmediateDataDataPDUInOrderDataSequenceInOrderInitialR2TMaxConnectionsMaxRecvDataSegmentLengthInitiatorNameInitiatorAliasDefaultTime2WaitDefaultTime2RetainMaxBurstLengthFirstBurstLengthMaxOutstandingR2TTargetNameTargetAliasTargetAddressTargetPortalGroupTagAuthMethodSendTargets=AllCHAP_ACHAP_ICHAP_CCHAP_NCHAP_RDiscoveryNormalNoneCRC32CCRC32C,NoneNone,CRC32CCHAPCHAP,NoneNone,CHAPNotUnderstoodIrrelevantRejectNo5CHNet 1.00 |  @@00  `  -0 -0  0D  Jx(0 J K 8   0`  " P ?# * B KP K ޭ  X'@ [xT  L` L0(8?0t @ 00 4B@; 4  T  ]J b80 L M M0 M M` p@@ P@ B @    01 @ `E |2II^.@tLK@ t l< 6 8  0  Pp`  `   (  ` ! 0  P  Q p     8 P4  (<0U QP  H t  @< `        @ ?.\ѤMN H 0  #p0  Q    9  RP R S R l | S@ @PP R Q Q Qp <@ P    $ 4  p   T@ S S # S T    |$(40    !  z @@ ` < ~   `Pt F< $  p V @ @  ``, @<840      eT Yp Y Y Z ZP Z Z [ [` r \` \ [ \0    0(@ U @ U H8' ]0 ] @   p  P    P   p   ] ^ ^P ^ ^ _  ] _p _ _0bZ0 p `      0 R _0 T T`bZ  _7b `   0D     @<   4% a` a@ a b b ``  b@ b`*0 bRH 8?s 0Ͽ@ b b ` \  ] l P?L        b  ` c @   `  t    @ p 0  P K"""":   P  !  d dP    a ` !` ! ! P j dp@68P " "P "02* 3   P d e0 e ep "p m|  #  #Pޭ #000( #@   # $@004  0 f4 e $ $ @ %l '   @ l 0 (  (` g0 P,  ( (  )d L4 / /P / 0?T  0 10 1 1 2 2P 8 3 3p 4 4` 3 3 ` a `    4 Pv xr  P @ 0   . ` np   v  | ;@Lp * =0@ = = ;   ; <@ <#( < s 8 >  @    ? @0 ?` >  ~P~@~       P  p   Cp  C  C D D0 D D E0 E F l { s0  Pb հH F s s` sV F s G  d t u t t@ v u t  00P G' TB@P1^   .HX w@$     t      @ *  ` tl( h ̌.+B +.)*-, V ., , V-5-Vcwp*,(.5*.bcFcc&c/.f .f V-V -1 -Vf F0  *,A(bb&bb/+B /*)(-V /, -V  V, ,Y*cb(cFc/b0&`,Y,-V.f.f-V-Vf~.!7-!6*bbFbb&bbb %f;%X}7a( %^;%Xx- U"@l& %Jfd DCD*B#=##-yphFy)Nc`h XB#2 9)0v9e?)d/*"u+ w'$&0&a&A[/A*E)Vc,=,̀+y +y*["2d/2/ e0 u. &&`h X#2 9+0v9e?)d.,"u- ~C'$$x '$PA[*A*E)Fc+ AH` D"%%-( Umr` E# "f*  (0R*0j  5X*.i 5XZ(2$B DGÏ(4.p(q&.p&( U&(12"Y&f XLH F 5X.-40 ! %Xc*0i 5X++1* u(*) /`:e0c\*0j  5X*.i 5X(2$B DG.4,p.q,&,p&( U&(12"Y&f XLH F 5X.-40 ! %X8d0%% ,( Um/` E#"f,` +*0_*0i 5X,,1+ u)+)@(`-%l)0$ +2d, -R*" @E0 Xч@*=*)y# % O&J :+2${&zx%-.*" @Ep Xݹ-, B ߂F p@q*$/2(= .-yB E*pX#290.9d?-1. , ,4` Ec$;%2*X:̶cċd.0/0(1()/-vcd,-.)."-$1m(/,","(/dc:)y?&O&la$ D3+2 $0&0~0|%qT-0S.* @Ep X]-&pw -2)-+  )-0}G>pp;%  EXk#2$d070&9d00(1. / 4*` 0 Ec$;%XZ:̶cŋd)0,0-1-),-vcފd./()("/$!m-,."."-,dcl*RF GXBf ד))o&+lp IBzn最%sw Bda' ` b+ / Q. P!,gs*}] ('  /F/ Qb^+ n  Fʾ %9/}](묻 (FxP + ) Q 9 *"[ga(%R U  a a a aN h 9*P O U ""G"( c.+P& )}+ )}h hq| l & %  H a a a aN Y/v9ut) t)P*X& E U )r9 GȔҐb+qt> q/wD+$ &%,--,)**)-/ )PXk_)!(! &! --0&/ *  /4 &5(5 )54.F.4%4 %-*H a a a aV E,v9Rf&ut"v8/&&/B*--*())(&b:h U `-r9 G \ 89+ !& +(0&   G*H a a a a"v8"`Ev9.-ut()*X  U D E `-r9 Gdѿ e H a a a a(b  ,v9v:) Uv8*X -r9 GeЪ E"  H a a a a("+uu*v9,ut Uv<)Y X E -r9 GeI H a a a a(" %,v9v;) Uv8*X "r9G(qtI(:* H a a a a---܀,Є/Ѕ(І)Ѓ.Ђ Ї/t  p vp &XQ@h Uv;)v:*X `-r9 A/qt ^ H a a a a, .( ) /  ,Ft p p &X%@h Uv;)v:*X `-r9t Al2* _\0'(~+aCiw9zr P ep+XX P4 `X /Fh  g/Becn$ېh XE--O*d/…xd-$ p -+@ \b"B w/dЁ+ d() *y,rA %[z64p$@@%/*X $DЁh eX颎98Da^4 !Сa&dA Xd eX鑈;:DaFX4(*XafeAie eX+!h [ Oe.&`[y--$ p - *?%" EBeXp ( e[c EBUXh U[cUp+XX t X[ Oe-cp+XXcy %[CcDl> IE GWwO,))o&+l0 IBn圀%sw Bd& `U"+ / Q. Pɀgs(p}=( ) Fy/ Qc">+ n  Fʾ %/p}=(묻 (Fx \ + ) Q 9 *"[b!(#2 3 h [Q+0&^ )}+  )}( M"cVh h l0" `WC-q$Q'/* 'dZ(}|A %[PQO $@+%*X )F GXB ז))o&-p0 IBn(%sk Bd) `b( P) Q+ %I$C%)} ( (Fx) Q [ + n  F˵ %ـ(} %( ) FyP + . Q 9 *"[z% р*) `@h [Ć&`&f f.}( 0.}'-@H v'X & ddx(šy׌b"ڰB [ϙ $@(%*X;  %[9c˙ڰB [5c F"c h"cP`h X X  fl&0'0 f!2#y;:P{ h P a a a a  "d }k-k.* X@Ep Xtm+e $?)(F U>*` {(?bA $ tT X {1qG+( hHiEo N Qmi \mi cEk +{ ~mic( hpEm L' AodCmi cuEl ,s zрmicLEm -_;' Ao*dCmi cEl ,'* AndCmi cl D&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4&4 cQ a0!A $$^Z`h XA ( D`% e@(4*XXm54D+ `W'4` ebA X4!aX^67`=7cA?-44 QЖіҖӖ F d. D )!D $&)) (g l0b1g*B+da[>,,,@ x(s$B  DH a a a a a a/ . -!, + ) |AHE(D/D .D -E,D)DU;D%a)ɟm ,ɒcT X *L4 F !AX*LX")[/$'", [/h [.5 " 0+" PX*R@  *VX [,",&l  0*@.2fЀ2)b"*&B(B "T XE yp2,bߍa|{$b DI eXn)< L@"`&ahYQСXc+Ldg X_ du12b( 0R}Ba{$b*D")@ %"+ }JppXUxe`@XRph X@XՊ*IzIAFjɠt It򜩌LJKF &-D. +<(cfHFyQQX *Ldg Xc+ `lbo*e,d[$e--@if(X&a fP a a a a a a. - *!)! (!/ , ,d , /d (e)e .d*e-d U..d+*a B XX* %ț ,e򖹗ijk"f("/!. 6.dK(fe)#Q S!Yφ eX\Z\ AЗїf  $)/ d ( #QQ! #XQ" X幎*v(rG` !f&*q~@Rʒ2<!` Rh a P " XO`0 `F Me//D.bߨ o [gcn2" e" &- `E e<%؏뼊+X67J`= `YcA(4)4" &- `E e< %؏ %)Xi8!Ha(aXd=9dA-4&` QhN,& #+q@ eXK76!=`^.47cA-4,& #)Pq@ eX5a 9D9(4'aZdAdAFD XXcl0@Pe* CyT X (!(5/!/5.!4$!) 6!YaF eX )<,H!`&Ah 5YAЕX) S)41*!A@M )41A@P.)41AP /41( 4`nlFz0-)T %k.(5(5/5(545)dP) (-p ) ž)˔) )ʟ) ) X  c0 D l* S )[-l0UXY)s}"Y ) "d c @m9a-a J  `#&.f <!j6 X.Z *s;" " 4de/ ( Xމkd  4&l* S )[Ҡl2x $XT1[v $ D X Ҡ$ D XҠ$ D XҠ$ D X,Ҡ$Xh [Y l*"()a~ [ezdQ)  b$%PA[@ +!#U-a~PP&` "WFpD PB X``d"A\,$*ba  * d+` h EX$ &' 3 ,('PA['DA[,`X")[,'", [,ehb& '$p $A! [g'h  +[H@h [,G} " 0+" PX*b@  *fXE [,",&l.5-*r f)b).(01.fB",F (&&0%PA[/#" 3X;` U@;%0*XP`h[gD ~)@" !eAf"<)) *",$T%r$@(R VBZQ,BU!(*m-Q)#,N$ . @ UJ;%X'))@(  . ( .Q)@ 04I)( T(1/ /2. 0'0.3-" Պԉӈ Н +* T*]) )`( 0'\^!Xa ѡXg*pG Xd+Q*zn@ eX`*}`h 5X\,\ @ XW.P(B)C&$! Xq.)g€U0Y F€Af ABUQ,^9IUv€ h,B i,F 0U9^1 €U)p?.e,  ,0 VB € p (f,"%QUfP+ dJ h [*"$%,  Bf5u ,&)R(( Um$!YE@ 54f5P.%%PX)E 5X$$$ 5 E#YQXl@ J Xl8 K Xld @ X'$$@h.8  %Eb %X%$d0m ,d"c$ %[Zmcl:=M--biL -Bۋ R@0a%AR  [ > F UF;%X..#bi 3( چ)&l *k A Umu b!Q!-" ,f$f%/- I. H.-+ J+$A$B(f 5@!YQ+d(- /-X\#\\- A. @m Q,e.-) C* B*)/ D. E. q.g* G- F-*/ 9) 8)/- :, ; &`,i) =* <*)- ?/ >/-- e. d.-) g* f*). i/ h/.- j* k*!Qj!if!`,h/E$..D.E$d$t%H2)F '(n6{)P- EoF U /2{)o&Ad-:.;'f-:.k/ 0$AE Um+l/4 $=. 55%QXM(n %n%.$ f 5%*%ٹ,*-- '+m6{)P. UoF E /2{)pGd(:*; 'f(:*k) A Um+b*l치 $#%/0,--,*`F 5)@$A$B$C*c+d(- /-X)f(e.//.,--,*++*/))/(h/g-..-+,,+)**).((./j.i,--,*++*)(()(n-//-),E$++D+E$d$t2*F '+m U6{)PoF E (2{Gdy)@:*@; f)D:'¼$%PA[#'dA[(ub?a [(,'#<0[( @ @h  [ *1(i QVBM  *n+o `%P-n$f  5Xߔ` Ab %X,`-;v0/.i0B.  /n(oa'-n'iN h  5Xr*a/ j  %Xl-a(#2i FB3/2  /6 .@n/@o.Dn!*B :  9* #@ uXa'm Dp  m uhXa@l+ecP*U`"`b|1P*- M"b|* # 5Xaf* # uXaҠ* #Ѫ 5Ѧ Xaf`* #њ uXaҠDp "XaҠ* #x uXa}Ҡ* #XawҠҠ* #" "XaoҠl l) #Ѩ8 )F(FmBf[@h5\%=* hEXf0)ќ H*"  *&- #u-F,FО Bf[gqhEX* #+,>| uX`g%* #X0 u *66)6=%8xf[Fm hEXf@* ###  uX`ԠfO$xO&hEXc]+ #x u +6.6< =%xf[&栊m=%xf[tm$2f/B@EXc Bxf[ m ϼEXc,2 $.`EXcϨEXcll7b* #" "X`X* #Ϛ uX`S* #Ϧ Ϥ X`MXQ #,Ϝ ub%X`F`*ώ ubX`>Dp uς,X-Dp u@ X(* #" "X`/ l(0Ȃ** #X0 *F)F/B f[m_ Bf[(m"Bf?A@&"ȢEX+chEX'cl( #Ȉ (6$6@Bxf[gf8=%" 5xf[^f)2Dp+ ,6$6'nj @h=%xf[Nf%6z Bxf[EgS` -6$6b @h=%xf[9fY'6 P Bxf[0fX EXc5EXcEX EX EX EX l$ # 0ED$6%6}h=%Ǵxf[TmǨEXܮf z$6%6n=%ǖxf[amnjEXܟ Bx5xf[mpEX܏g/)2 * *6I=%Lxf[mJEXzl( #2  (6&64`Bxf[ F5|-P Bxf[-b)2)f+* #`," "X\ Dp u6,X* # ubX[* #&  X[* # u X[Dp u X* #" "X[ hEX-gJhEX'c-Xu-6&6C Bxf[jUmPEXf v/6&63Ŧ Bxf[ZZmVEX%ň Bxf[LmpEXg/(2 $)** )6b Bxf[8築mEXl0\-€f $CA &:D4b,6&6 Bxf[|m=%"5xf[ cm%2 @iPP 0j)E+E 0 _m 0 cҠ+ (EXۢc EX۞clrwp $CA &'&( (&Ğ BXf[fpG=%" 5Xf[f_$"OvI;;u0Ӱ 0.)E,E 0 jm 0 Вc!u1  (EXfvAc EXacl&hm: $QA r "+f g)b@T  I P )f0"E'E" " 0' jqm0( jc)b I YІlP(q.,hm."Ǜl [f [FfGG0 (F/FB Bf[i栻m9=%" 5f[_栧m)B O iP`amHV(„@ `   (Ƅ0)E/E  0 jm 0 jc.„ҠEX EXcll20("*(  *(&XTҠl."),+ &xfF `t`ru% sg tE@ xt y`  &lP }%``vUu-" 8dy' & (1w+[Չd{ *0uEvJ`h X+` & [Ҡ``[Ҡ[Ҡ/l , %@?PU'& &` +( ." ) `bBdmK_"dm-|F We!cBfd|?"} .S+   c [U|   eh[cL?+B[/A3*F' f DB EX lg > +h`D= ifa{31g+ ` e@h^m +~ȱc** zK ùzZbz{ - zzU +* K}ÉzZfz{ ) zzU +*  zK ÉzZbz{ ) zzU +*  zK ÉzZʢ) z?sU @F ` ŽЏшӘH U ;XTl7nD%(b{<*@D* ]@ bdJm,%P ,bd]c*@h=@ $bd\@m,uPc%C*0, ,D& ɩ:m+" uPȴo%c;D X(!IP ~=m*,*0z zZVz zU )U U `P(b#mZ% l .+ 9 wht7+@nj m +俿fcA~c UF;5)pX %%`@Z@ hhr*P[%D-f(f.f/f%5 F U &;X l7 ; # !)X62 DKD$@`E0<%P*`X+<G0 & l `Cv0 3&)l"2f"" @)d Ё`$"[^* " [(@` @m *a dc+- %ہ[-) %ف[Ё[-(Pm-, u  d;Xy!l$ PI-y& X") xbĢza + b{a*(   F:$"   &,0 G p+mpc0'qt@c߅edPU %]%\fPs`[ ` F[D" F ݢ(pU"Ȍzi&pocdj9ْ*) ߗ@@" m + Uac@ ;  'dp-h  G) .@mpc0'qt@c*ByyAfo'djk@N)y1'd`h) .@mc0'q t@cBxQfojk@J)lb`. D!/ 'eB.8*.8+( d("t$".ePj+_@J" t#0  8   B4/@B:/l( ) `)2c" ѩ@ @` 'N-M&0.F', n,B(%,$B A m+BLp~K C B x5A yUyh  Bh2,¿+bu  ʳ @%  uX7ip 5*P@ U@ `u@ y)Rd!(*Bd(f7 (%A[}Gď0-X[4ޢ.276&A0[_`hh'*[,F A(~`h  %[Zȝ!(  [# 3 0+2 Xٶ*b1{ *fXc. [,2pfjl $" ! 6+d`"ВB m.vuc")&`eX`!m미( etc 8@B T%Hjl D dh+db%R/Pb  *( zۈx=  `U")  $ɀ  ǿdݿ/' 'x ߠ!( 8% */   ǿdjݥ/' 'x ߠ!( % 9*/   ǿd݋/' 'x ߠ!( % q*/   ǿdq/' 'x ߠ!( oe */   ǿ˷X/' +( x*ߠ!(2ZB;ݹXB/ e  */   ǿζc B *bW p{ ;/[ꢢf ⸒*( */cΟ`h*/c*/cv` Ep*W p */c*/c B "-c hA$ Ep"̀c d l )0$*"-0 %h= B (n) Ub@h  %[%* ,nX-" X."/.&-", ++*"ܨ*& b %0 E,F)P[K0)P" %[F." /bXce$ % 0 l$"(@nȃ P[)0/0-0,0 X // -0`-(,0-00.f 0.f *0,00-V 0-V  BeRJ 5 l(0)0*"0,F 0,F ",F uH)& U`;XY:ʋ<-J  %&.2aH5` % 6$ـɬ [$ ܿX 7 6 %PA[cl+0(0*0%"0,F R,F ܩF *r " Xϥ'0&0$"9"G`w1DY+ɱ,;X`@"Lu`"."p &&q$![g;X`Sp u*"Ȓ{ Px+xB;X+sx" % ;X@h  %[$F W V %PA[c-d&dA.dh"2,"-E P**)&  5,F P A[a@)P" %[\"eR)P % 0 9P +xB;XԶ/Vf +VV)P &U %[$ ?-"**x )&(0)0,R0,F 0,F  |**V,Pn-0 *0!(00". 0.0#,F V.V&T X[ .ec6Ǐ#"3#&  5/ % A[ @)P" %["e)P % 0 l( y *"@ *"+nh` U$"GJ%N&$(%&+6f'+6 fffffp 0c & )FF2+B& ZdXXΩ)P,P*" -P("+B.Phkj f& +6 ffF#0 f&#0"ۤ)B F )P[e@h @h %[Zad>J_Gۗp@ %;X@h  %[#e .b@h  %[#] )"(1 @h Dp Bf %[Z@ lڿ)݋6,Tul -*+,}$Ɂ-B$|</ &6(((($2 '21,B`hKX-4?)l,52'X1%Aͤ %e[@ "dF Շ() bc [[/ &c [[/}*<a* |[[- @h/" 8I.<" 8ecd$6-2.2!/2/6.6u 6&PA[j4+)1D +(2!*2+2>?6$*")5%%Q.1D.'+"!+z CB)-@ b&&Ć+ e )%(A((0$)!A %-W% ` g @ e)1>-4?)l,52'X1%Aͤ %e[@}0&2h;[@۠@ Rd*2dY'(TA[q<X")[&'#<0[hZ՘+ Af*[ +Af B 5[ -)-bcJPB 5[ca0[! 31 0+2 Xг}*1K *Xr+ Af [i+(2(6Afl+( =%8& 0ڐ!%HՈ P . / I`d 5/  ` U;EX6!AI X^'4'44!Ybf e4!(4*XH'41OEfffFM5fHd&+40d )4c%d f&4:gf eg %fI)4$dd0!ee+f pp UY4*Xge EXED EX &$_=U^>u.$,@x _F2/$&$_ 5)$(@)=2$`82$@%@f@&;$!P XS+. ٰm ,dc@=@:4P!Xݢ>'l+ E =%0& 0ڐ!%T &Pi. / I`d 5/  ` U;EXI6!AI XǾ_%4%44!Ybf e4!4)XXǩ%41-02/4'cf cJd& %)4 d %f(4:gf*f feL5fe egN.4$dU XcNEff 42!YXy*<> EXuԨD EXpළ` % Ef9eE%${%PXX` %?P& %$%PXQӶ+(  m - dc` %5P>P,$PX=/%l("($") syNLG+ F $A['*0['0-X[q'0-X[n."/&-Gh<'*0[Q٠  L X c a'*0[9H ` g@h;[R4W@hHe a a a(,0+++++. ,H! )01$y*TNT%PN[fF&(T/BfF&/T."< P[Qc l '"%%R(Æ}w+", Pfpo+6BUWCp R+PXƼSjgB+=-%PXư+", XG%-po 'p DCp +PXƢڋ E0<,,!%PXƙ/ .+", `%-po 'p DCp +PXƌË E0<,,!%PXƃ+"%-po, h 'p B0F9+PXu pj .gB =-%PXi+"̦& p&` DJ `X`әDҪCp8(dq4( emڐ - (**.P f`c%z,m"&k(%S% vcc. m /Udcj X1[Df%xJ*X+"DCp:*d钏( emߐ - (//.Pf`c.z,m"&{-%S% vcc( m *Udcj X[D0%J*)*X "DCp8(dr( emڐ - (**.Pf`c(z,m"&s)%S% vcc/ m (Udcj Xű[D%J*+*Xž "DCp8(dr(   emڐ - (**.Pf`c(z,m"&s)%S% vcc/ m (Udcj Xŏű\D&J-+`Xʼn #PDCp9)dr( e hmې- (++.Xf`c/{7m"&s)%S% vcc/ m ("dcj `XU)]*,+D䠿d,ld@h m - dc+]JرXD.  m /ePc줔Cp:*d(   m +dc+]l#PX-, p m - ac첒B@G.@l"$"W'B$@o& H+"r)hD1X'ѭK: 'B KD$@|5%DPX J+"@Cpd%P & P$@ohD9X5 K $%P!*`X*DM',nDD&)+"FK'p +PX} j% .gB , %PXۏ+"-'-, `'p B1F  +PX*cj% + , %PX-+"̦& h&` DJ `XĹDF%da/  &'ɀm (Udcj Xĥ[D%J-*Xğ"DCp:*d(鑔( emސ - (...P f`c'z,m"&s)%S% vcc/ m (Udcj XmѦ\D%J/*Xg"DCp:*d鑕( emސ - (...P f`c'z,m"&s)%S% vcc/ m ("dcj `X7""pp(  F2l 7`h2r"5xQ9`%0,@2 *X"+26'0ԥJ"tPXr(! rL)%R2,FBUW,0D,2R*PX +2M",P%3>nP)]需.m.L$eP%3PJ%3&*PD(1a#)d Ёa$*+! [8 Q%F [*3))+,ap m +-dc+ %ڱ[ #+%[Ё[*+2,0L,)X-) "@E0<,@  {@&@Fm2`!.HC D3.耀&` %&&#(r",$056"@   0 0 8 -(଻( (: 00 8 -(( (: 00 8 -(( (UFt   t r  r2$?eP*-Я7%H--,4,.+XhС,.*1)@A0 @G0; @E,`E%eؐ - ((.Pf`+%Ez4m"&C-%S%vccf**+0%m + ePc)0'P0%EX/,0k`"*,<,/%PX'-/1&"@E0<#Ɂ a a*4% %m 00 8TS -(RR( ( Z: 00 L8 -(( (H: 00 ,8 -(( (`E `F  W 4[ ȍ 2H2 2 U1UU(-$B$*46/*(-!%+ʠ{qq@h{`%8@&'rm-n8- OC G-Ѐ&` %'p",#!f/@&l&"$B'rÈgm&`nUBD$B%p$(r )B*X¬ϨDgB`Ep6&+ɭ,%PX¡%p@Ep %P r"*X˜ţZ&+@ b @m - dc"X1X‰.@ Jm / ePcEp((@b+pj/\r$.Hm-%P d` G.UCp9)d(@ @m * dc+M#PX^+@a @m ,ePc첝UCp$d.nh`(""p3hx|)`XHDj# | #{ P)X?8! @Cv+r0,p+PX4UCp>d%h )p fm (dc%X p#PX+a ݐm ,fc청UVBl &"g! $'*0[t?ؠ  L X c a'*0['5 ` g' GAF, y 8hM%$+$>pI%D#y ma,1 2"QAX,1 à+"-pu 8Հ)* > 9 `+ ) y*  0 [k@@ u,!p!.g  ; @",BFF!ACF!FI5F. F"PBH Ff!hi" eC8 %IX,bn,D.[nfF&.D0,bf  F&,D8!H B&(D$/D%.D&%D' -D<Y i)*"*&)͸+.+ - } * `h[؊'*0[̌'0-X['0-X[."/&-$ [_ u -%ePf V"( bL X )P[-% u-(aDeYE+\ )P[(`nܠ r.@!-@m) %]d@```F0  )P[-% u-(aDrK )P[Q@huaD@G - ?-B<T ( eٰ- (),Pd@+z$$s,%S%tC/0 )d@ЅX݈UUaD)P[@h"e|)PM%[ |)P [ l("$" h9'*0[(٠  L X c a'*0[ ` g4 P %0$ [K -H E a a a) )t(BfF&(t/"/t42. p)t+t+t+t+t-tfF&,tPft#  P[K^'*0[ٌ'0-X['0-X[("/By &'F'pF- *` A m ?_X.t-t+tNN["+b!#`*tF&t)XDD 0!l( ) F E)", &%}6AH5@ % &%d [ +PX '& 'PA[~~Cl,E( ) y6*D W` U@;XŚ*ȫ %[ ' & %A[~dcclB `L`-4)4)4)4*=cfcFc&*4B&4(4`fcc(4al%%c5m%` pv@v%6%ـ *RR$0 ,b@ U5"=(/s / -6,"2+s 0 Ac$jE[d.@hlE2)P[7", [@ <*2  *6aiDDAЎ-0bcȒ/ v(2d.0h %[P $0b d`i{I) * u "<@wR,6@aH5` % 6$id %[S $0wIcaeb<R5"4c˳=.s& `EnU-B+ ` 4b` $"` b` b| <7R`h X | XŖ* v(+Bd`Jh %[,2-J b&D`h UX ."B&~=m) Bs& DpiUt,FBB0 X 8h %0  PXn, v(BdJh %[."B&/" B& X +00  c [ c c X .2/ c@hA(ǎ6 'PA[}Jc*dj!(:)"dd!(+@@  c [c`h X q," B&+@@  c [c l X  [I " 0+" PX* @  *ƠX<.2  .6a [}ݏ<(2)"Pf(6al'*0['*0[ l*"*0[)$ '%<0@AH U ;B+`*hX$LuIҊ'0)[+0| *깬y˿*2˾{UqA˼˼}G~˻4q@AH U ;B+`*hX$LuIcy! U ;+`*hX݊*" AuIc.l9*B*(# ʜ 0[z / €<"3OscMcۃ'q&!A[lR$X")[>'& $A [i`4 U;XL X 4  -Һ %@h+ A[m#!)*)R- Y" 9 ,"y*v;[ sɀ-A&e`*B 5[ cO-:lpN/p 6+($(nD*'€ D)Z 8 O((  @>( '@ wp .!5. 9#!4("#Q-/"(Q. *y#A 3  G3ʭ3ʫʨ 93Ğ)P((!"e`"%,))rAH09 A Ё[ve.)P|%@ 5X)/, Q'*0['0-X[_ҠO} } G")X\ՠr- b)r+*} |D%'^h2%^%RB(d [ B.-q }qTDB 0 *F*F)E-d ;EA*x & UXtdKD#(D&L/=(D'.r)A:A$)ED Ud ;X`*)AG$;[ HZQAF *e1*B 5[ c Ʌ#6ɴ/Z{`h>T ((/Z{ c)$B)-d;  UX6*QG$  [- "q 0+" PXĿ*r@  *vX --T"& .GR)P[ N  [{/"Pf+@h c [clɇ#"%".!9( /")-/#Fw'$ޏ/ "(}/b)b |D)'"h2))(b( w w *p'@y)ү Z 9z#ҵ+үPp ` B U2;EX2ds/p'q'-& UCh;E+X.p' h;EX,"nT/& X ;Eq+Xd-bm > /vy€3Occރ'ȹ@&!A[ȵțlX")[)"h& $A*[d@#P ( U -Һ %y@h+ A[#A)*)R 5Y" 91  UN;Xv X ,"i*;[ Zt-A&e~*B 5[ cm-:la 0O`׈/ 6+)&)n>f+7€- f$Z K8 O((6  @F( ' w  /!5/$!4 9("$q-#"(q. +3$A #D GDD ?9Dğ)p((!"e`bk,,,AH09 Ё A[tGe /)P}%@ 5X_(U,GI} } G"r)X[נb- ^ǰi)b*(} |D''~h6''r'r*B(dG[WB.-a }-fȡBD  # )-dD;E & UX$dKD#h(D&L/=(D'.b)Aȇ.A$)ED Ud ;X*=)AG$;[ [AF *ef*B 5[ WcU"ɴ(Z{`h0 ))$Z3 c(]$@B(-d;  UX)qG$ [Dz " 0+" PX *b@  *fXA 0--T"& ` %[  [z ."Pf+@h c [cl" GB$ ) ,B ' $e[p@h A ./ '* Gˣ!B$ U'""@0@*A"& m/+R)B uP/®(±}(ƱA|c *,!94"Ǚ*B-R+} D*'Bh2**(B f .%9.Bf (a$C(e-d;  UX)ae|*B+R(},B-B|l',) Z++,Rǹ/a-d U ;X+aH o [v"`LXQ @ b( [vp B %[  Ǟ+!5a( `E [v :aFz" $!'" $!':*0['0-X[d"-8cl'0@% &eyP/Ҁh4 y x y5 xUx Bhf]Ɖ-ҿ+ ɶ % XX^@ 5-& U& u& x)dC!(Bi @hrA(RȚ!("  l:*0cUa@h p6%$<.%~oM A 5x` RƁ98 *6by$y88"6 0/4h o [u"I.")R& +V* &B,B c*0<@ :@b`=.-bs - )2,J )6(Å7/bs A$jE[D@hlE2*[7", [@8<)2c a a77 6 %PA[w҉8by$9Ў8890/4h o [u7)I."R")E.&_ 6)[9 G*[w?+B`%Fz`h UX( &)P[ *dJ!(@h UX,-2f N-6AP[ | \ 0[Xč 3ɀ 0+2# X *R`  *VXU,*"  C A [w,,2*"pf   C Al(@A(㲍$q(() nH-$bh  [s.9..5.l R U7+0cF bF 5` 4b +".  aHBNB&/€1rB2킀 BF*x) $"6D$& B 5PE/v P([0)P" %["dw7yA[Dv0 PZ7", ZK@<aB;X @h  %[ Z $ % @cq Z " 0+" PXO*!K *X<a [v<.".&al^ä(},-ҋ.fB|<,*,,̀'~`~q@*r0hx,) py( qx ) sy( uxf Bh*򿪚 ϯ` Bi - ~'db"y)"d4!( ɢz*."f:,()()_])]# BF,U ǂ"F"e*)6 *)R6"!="HD [-R/d(h y Pt(/(-. G qPw ,b-.f L," *&H05Վ7,X,67) 7*6,v+0($`p d*۠ )$V6e.b.f.0(-E- +P(, 5 F %[~D P" %[~Ȉbd) Gh' D E[rҠ )c㊨@,R6"!="HDâ-R/eCe$+$ hc [ É98+P( & 5 F %[~D P" %[~be/d % pcÏ*r *ș!( d % 0cH x " XT+_Pa 0 "!= D’4!lN”)}(*-0첿,FB<(*((1 .fBtz J),`%A X %%( Y ) \=G¢)mas*T f"#0F1-T B *)0)(1 $yDЁX X/L ld3l3 !"*`  U@h;)hXh",s)l"",$2;*12*+  E6 袞/-/ M * (@5Hp  ,F%HA@ 'H=ma+  A12-- ނB52-z8ɐ9 ;8ђ89 + @hc [~,b&/"*"&l"*$ `0E)[e(0lȄ:[:8mV a(eŽ%;8љ89<4%|Ȁ-2 Q*RS0 @ [q=)6U706 $x '.q o [q-)0Eh@hJ-b.f!`|hAG *R50 @ [q +R,RB EX l &1 b r V0",X, %@ ) )P 0  9Ah %X{ my'_U "P $*B.d`[qd@@ c_& ec`P[m+*B |A X*B+1  [pGaf,"ڢ)(צ0+6BgB'! !X0!؁X*0ɮBp hX@0!Xd+   B+X" [p-'r$Bw0+BDGr&y| !؁X,0zX(1 @5(E)1dE)E1s +A +E<ef5 /w/2x&$| lI 0mJ%0d!Pc0(lc` d0Wdf ui xh y5g zUz15 Bi71`B 5# gF Uf uf ~10`Bh7(&b8 feoc)*+)""')  lbAHU0` p+!```K` ` (BB**B (F.x$%`ϒ B-B~G*[r$+B +F'&'&'&'&,%&%&RN,L8|,m&N$qNo  8̑cҍ*.ON*P[߈`h'*ۍ,,唒& &\"-Ҁpn@l"/ p( qx) sy. u~  B cO-ҿ+u d@h %XJ.BA%($.FRJ A %[*Ț* *, R -"AH5@%&$Qd %[ B?d/E* @|"@b@b_")"dn!(F^bA l G" D [o*-@.B&|%<""d@h %[c e!zz   eh[x=cQ*r(  r(r,-v<$%@g۠hZ'jAZ5hď Z'#<0Z@ ,,'Ǿ & %PA[qcU*,*P['>*=P 5餒!夓! e)4)P[˖`h %@h@hXz ۠h~/'&'&'&(" '&%&&$v )r|gh~4hv@hCP[A(J*dZ!('&'&'&'&*" %&%&_R+r|h\ +   c [|3c  0Zn 3ɀ 0+2 X6*¢1[ *ƢXl,, [r=,.2.6,lXb#j(b!b#'mVB.2m} (4"JL`@%iU&n n+2 W~\. pD& C& x5B& yUy l  Bh4.b+ ʶP % X*@ Bi]@ 5* @ U@ b@b~)"do!((  %y*R)ɑY,ʏ֎Zٰa) nAH%hr   x JC %[+ n* %q ,AO-8[Ҡ@h[|+b. E0l  %PX+R,+/) {+)֎[&!Y[np $@%  R [|(@*,5$@p ++y+z+{+| (.q*rI*(rJ"(.4A(r))) 0AFr((4x E*˒!(& -&X AF  Y" [mGZ/Q$@V &H[=aFlu8$"(Bc(+)"bQ,r   ))  (e e.,B(d +A/ [m+A/B% O+E/-a  daO}3<#2""3 3"'#2`h|X&&&&&&&&&&&&&&&&&&&&&&&&&&/-,+*)(~A )&)&xQ$n*r)[g (.&-r-& %5+& ! C\X*2A%/ o/$oA E) o )$oB` , o ,$obB P. o.$o* o *$o"!**%4))&(2(&/2/&.6-,-$x,I.)&&`,E.cTP" [m`c l)+zF % =sQ! l$"2%24 "@Apm9+x '))v"  l$ #|@0uD$6%6h=%|0xf[pBSm|$EXf y$6%6=%|xf[p3`m|EX{< B{5xf[p#m{EXg/)2 *+* *6=%{xf[pm{EXl2*02`ʐ vD X cɒ"* O0 _0 * }8- e߰`| y_ [ po$y'.%)P ,* ydpd|Dd cO@   G$y#e| Xx'*[oJcPh U| Xoc%|| Xh_NPX* yco[ne| X]ch U| XV (O0:l;G (   8l( ,v[Ҡ, + @0 F l'a|DO0U!@ @,1+ z|s-1 O5.6hC2. / G (  A  (R )1ϝ* y `  O& [d-1{ UOP X\#01< #Ab `> + @0 F r_'ަ% $PX? l{ %G` ,6 G+ ;+ 0%rEU0T jAm 0 ] jch"7 ,6 G+ ;+ 00%rE U^ jm 0 ] jco"e %6GUU&RLf6&VL00"rE". jm 0 ) jc&Rlf6&Vl0 0"rE" * jm0( jclcI % -6 G,O , 0&E f0e jQm0n jch"A -6 G,O , 00&Efo jm0n jco"pu &6Gff(bKE 38(fK00"E"/ jm0( jc%bkU5%fk0 0"E" * jm0( jclYY[y( %x6 P  /6G.@ 9=pSYt8 pSQU. 0%EU0^ ` %m0T jAch"h x %6GUU$R@ 90Y> ܂Qt€D D$V00+E jm0 jc@)R +6 G%_`2`0 0O8 pQ CY $D€35%_00"E"/ jm 0 - jc%5%00"E". jm0( jclh#Ey%'6GwC0k4 PX2+*z `X-K`hX)O _y%'6Gkz X+*z `X ɭ},  \, 0*bE 0 jm0 j c@ aR-yr % +6 G .G >.G 00*bE  jm 0 jc./_O/_ 00*bE jm0 jc(g 8(g0 0*bE jm 0 jc- M- 0 0*bE jm0 jcd@W-G  ]-G 00*bE jm0 jc,g  \,g 00)bE jm 0 jclv5%R@% "9 X&%kb"f`#,h2"h1h6h3h4M" "" ""_yakjki " " ""_h5Mh7=h8 ft1/" " ""_" " ""_#4y1i9" "" ""_" "" ""_" "" ""_lF)$ +]+͢ *%F P f,*,h0h-@b@@JP %}k@ $ D $B` `"` Bx4%'6Gws 7@!_@ ,2  l,6 00)RE jm 0 jc|G k[`|O@h  [ $ X[sGi-2B U€ -6 00)RE jm0 jc~-|  -| 00)RE jm0 jc Pę[=vO  E@h[+ pz `X,2)  l,6 0*RE 0 jm 0 jc«{-@  m-@ 00*RE jm 0 jc,`  l,` 0 0)RE m 0 c $T>,2  l,6 00)RE ؒ 0 kcJh5Ch78h8h92|1/ .4 /4bc0 % l%RI)(m(͢ X'%` P fp##,h2&h1#h6 h3` P %yqkz 40% 5U %R_tS8Tf &X5v %G`5 +6 G* Z*0#bE3 0 : jm 0 < jch"9 +6 G* Z*0 0#bE3 = jm 0 < jco"cA #6G334wW40 0"bE" - jm0$ jAc'2$wW'6$00"bE"' jqm0( jc% U h5* X:D* X6* X3wB* X.* X+F* XX'* XX# G@E0 , 0)2E 0 jm 0 jc, 0 0)2E jm 0 jc+( 00)2E m 0 cl](0 %RER0$ jAm 0 ) jclP'w#rgLq>)r(rvQ-0"E" 0 * jm 0 ) jc*r+l 9` x` h3'o7` R` Ko9o8o:` ` 0'33#2t%(6q?vӀ)B 9)F0"rE" 0 ) jJm 0 * j>c@(B8(F0 0"rE" + jm 0 ) jc)B 9)F0 0"rE" * jm 0 * jcᤄ)B@ 9)F@0 0"rE" + jm0% jQc(B`8(F`00"rE"( m 0 ) jc8 % (B8(F0 0"rE" * _ 0 ) kl}P %d0`h1$h2Zh3Wo7o4h7No9o8H`R` +6`E*00"E"# `xm 0 , jIco"D --҇voh8lh9i~1d +6`E*0"E"0/ j? 0 , k *6@Ep%0 0"E" - jm 0 + jc *6@EpU%0 0"E" , jm 0 + jcl >h1$` h3!o7o4` o9o8 o:n9 0s4D$B!r%G@*6+ )0#bE3 0 9 jm 0 ; jch"8*6+) )0 0#bE3 < jm 0 ; jco"l#63:)P0 0"bE" , jm0% jQc(9% U% 0 0"bE" ) jm 0 * jc %l%R(m(͢ X'%` P fp##,h2&h1#h6 h3` *P %yqkz 0% 5U %R_q %I  +6 G*Q  *0#bE3 0 : jm 0 < jch"E +6 G*Q  *0 0#bE3 = jm 0 < jco"s '6Gwws;E '3 :s0 0"bE" - jm 0 ) jc%r#U5%v#0 0"bE" * jm0( jc% U ~h5*R ;P`F jҠҠlcl(6R "6Slp X[ih l')(Fd +F*Rb,R(b͋ $R8 FBD*B[fTȨ)@[ɒ*D[+R3{3cB X'DS+@O@-)XF)@[cl')(Fh 0#F*Bb1,B(b͋ %B8 FBU*R[f1ɯ)P[ GT[,'TS+POP-)XF*B3z3clo X7(}{@h m .uP ǻ % 9X lod X lR. .s oE'."-@doD X[h'.@%oE@dl)X`h [eҠl* [eҠl緌`T (@(v'r#q p c ' #' l* mi!D C' ) w+ '"'+ o(`+ Wp(lLdv|/%$%P!d_R- f  " XzndV&%PEvf! 4 ?RǀG@` nbb@`1L I'PA q ΀Ec'%P!*@ a i b(@ 1< 9 %PAR&%PEvf) 4 ?`"``"\ l E i Fk 5 7(1J  @0w wA@!ED.1(R%'R$HIJK 'F/w L0/v @.F)F'R"(R#,F,F(F'F'FF"!dA(1J  @0w wAX@!ED.1(R)'R(HIJK 'F/w L0/v @)F.F'R&(R'(F/F,F'F,F'FgI'1J w w@01F A@! 'DE(R"FGK&HF " dpM'1J w w@0F A'@!ED(R&/F'F(F (F F " jf"/1J  @0 A@!hEF#xQB#pIKF p HJFIF"|gE .-QC&HJFF. =F "@l& @hb8L!A8" 8- )  ""-Rl$Z%R1E x_ 0 m)QrU*UQ*Ul.- 8   m+ܠG|cp $H "e" #%,-T &"&#/lz(r8  c m +r $@!/#l4. (.X/0)(  (+*.F X l(!J  0 k\G1!56!al3"*hh DvDf[dO DA9GV F"8 y7@-_/ $B a,d@+!M J  @ 7@0 5 AP! "F)P[-!,"BHxxK xBF/s (F. F /BF /H" " ?G5& ;/4 B/,@_feO :KF@h c 5[p, ' h X&K @4z'D [gG="+t~@F . Dl@g *(J..% ( 3,'%(  G /%P*#XdmEX ,L < ,+l 1`  :Bp 7A!fw(i $P.℣ ` dpu`h %i+EX!Fy8 i@ @j@/0i %!h+EX +XX |!Qb`h %i+EXc/`%R$`""Ub*B"'(`0A^A-`)`*`-`D/ d*bir+EX!F./BQ~,+ c*a}d+!A*!F""  8d.R/!F:dpF*/0p dqi+h00  #V\%ّȹ X+  Xbf.rBdp&,  &i+dv"0bb.PE-PFaK8B c  a Pt X@hX,ȱ"s)c+-Tʰ`*0/A VBT c`b*/)0aB8 B" "& -"Ep}͍ €w WB B `9€- w+ w wPXAB|b`c/:*;aE8 SBU  U"&+EX8bB!h   E%P+PmB%P)"  D? B/X `)-+ccl E:E9ᤍ0  € GB  BD%vBF@089 B € ,FB"b"%TD$"F&>R"ر f0h   & FhE [],m`L,\ 84 X[]V m`DiH  .Sb>.R,(/  8 XB\ %Yc,+h X+!FF%$T+$U$V!Qq $/#XAX*,d X )\,)?հ !A+!@, ~ )X;1$@URq!㰾%"y+r0-p.p" 8e_cD#\l(0w#lǜ肀"th1 h2**  ` vuAd1W` )Cq ?$x @`4 A&@AA ~N €0qx #R(msPv;"QV$@!UG|}B0E!pi0 `AFf AA ~~ €/qX P(m@ӓP@|;"QAV" ! "0/`&v(b0&b`&v"dD E-ݍB `% EB *l0*0 BS(e0!A%0 2!@fK8 C id`lN 9 D€ @ pAC&AA ~N k G@h [RL AyT X ,hum)ꂁ$@!%!`hm)&`!1%!*.*`@%  5[00  @ ; o8~hJ(򀘰/`&ls'|7mLQNjX@-@. &&/a." AA&A9c+@/ ''&5&RA%R@/.lm0(GPA` z@0 _氉 iR`@.1B D 9  9A bm/RveP!* 7[( xAT XR  a!M m.R.eP! F[ * IP?"* IP?B) 6X A&PA`Aiɦ(/&z* @Eh PAFfA`Aiɦ(/&rl`L &) &!!Ala %+4* yI Q& 0 U 1Aaaaa( aU DU6 ?>ba 5?,/..&?oQ&Y1,Bf B fAE%f90 ! p(1-1 $5-:-.%61@蝹)%)/t G$ ˂ 﫣B%h B& 1ED€`Af IU!UU r'Hy €% qa6,̂& Q p B  )0$'5.Q",B Q€ &0 $ V€ P#&X<@h,24)P3*XX 0_hRs0Z/1cd " 8Q8ـ.(2`߹`Rd@. d*2)4wd&4+3wd)3,5*5)5&5ڼ .2,! ,2-43*X@h[&@h(! &Fۮ*+(%i[g=*)2#-,dŸ[g7`.(d:-/d[g((1.2,!F?d@@hBKc% QYR)1&&.2,!!F?,C, D.+2*!@E+2*!!@EN',adЁ+ dV-. *~/tA %[]6\𜠋 &@@ %- *X\  %[^[c&*@h-[fscdV %A%,X` 9- A %&H%XSf1/4. A % %XS)- A %&%XSF!/3. A % %XS|- A %&h%XSj&/3. - & % %XSX- A %&h%XSD,2-43*X@h[v@h@hB[0&F+)* [XP Ek` [X+)* [Xcl""0$Jw@h EX@hE@H"/R02$,(.2f . +'IאK:" +[X@K 0@ʒ/!42& 7)&& ̡  N88䪌c 6+6.2-6&" $MB7C$&%x( !x I[ )#f$%&%F%%%).`(%/&%f⾹+/8%KB 8"1'J+"H(1 KQ"@ `@"@(b@A")$-"*#)% xX(&t!O .(,/q(0 @.1SN$.€! & 2)  (#G A(,,DB"/€ G €f */- -+'. -(B -)   ,.+-$  `F p  )PXv֠f`0 y 1@Rȶ1 Rd  XQ:|8'-"&X &dE /. ,xzw=ڰB [[, &,` % *X drڰB [\c,/ 3?`owɑc)Ph X;@hE@)$"fr0`P4 `X XlҠ--d.[e/C0% _ .H p 0 U" Xw*2/O&j) (@(y4)@ i (eK($rY#:"8( " ##"-)!`&##:$)%'*#:"8 # #=(1'f@? ("$h $A"$"1;!"5"8'Hd"+ (b A @h-[c')fP+ d,- *}.D %[ZP, ,@+  % *Xu P% +  %X L P %A% +Xc( \ Q@$f $ $Fނ %[[Sc,,@h Fp X@h>,@h Fp X@hhD) +A & U %X,.7/6%X 3%+5&-) +A & U %X)+5&` 'x3'&&@h A [U4 El-&BJ f ,Rd2p m t@Ȓ (m Cu# K{ )ͬ/(Ry B(* U-(#((U7e 簂*2) yYf- = - 6@ݍF( R,B J -<Lv ~ pf째hXHr/'짱h谁) & % X:$)< i f* z F"lȊq*H)%K Zh ZqUz[Y("&rX fkx)`=syhB=*`%)+e& --@,@(@0fBs (-@%P!,@d=/% $@&(.@ Ȓh@ %.0  e( 8 (T+0)0)+ (@,'p\!*9v +~ʶm { 俬f`!c{`P < " "(@˂`Fe..) )( (/ %/. .) &`!/@d(@ 飷G€`G8 &(/ /- -)@%)(@X "(m;(P)P)(( * + x9() ~) (@"! wpcpe" ), H`&)4Ҡ) H`&4. H`&4&l& #(3")B72%A *Ц *+/d +1d+=+[% ,+O' /n Uhw [-dmya6Ј &x,Fx` &`, +\ Ё%٭X~ k'77 G'h  *h[R +:e,Eec`H+O.h UhwK,䀝e x8l+@  6)P[_g GR'D [WBŝ H .f @&l XHP w 4l0#$l@('r wwr!` `RdAp"}",8. &}&l @h8  R#v#%RAX0 `h  & FiE [Mf<, PL8 [Mf3i8Z\r *`+A,@-@X+ %~jd @h m&).((ħ)Ħ.Ք. &`vc~:<; *< Rm&(.//(.- 3%P: uc#dO+}+)PX,p "}A:%}|P" r+}}lP@!%PaFx+d( ,"PG U +EX;+@ "  8D$I,D/@@H/d-0*D&-Dd @ .h';KP @:z!"D_  9F9*@-@@ % F9)` V*p@xx+@ P1dLd{" F59" F9(@'B 0 D!9dd+@d)@ ?IR.0) 0 D!9,FU9PF U +EXcPF U +EX(0*^F+E*X* [+`  8D$fF+E*X.`  0 8 [)` 8D'fF^+E*X.`P  0  [)` 8D' fjF4+E*X* [+` [@D*PX2 cXPF U +EX|,p l@&PF U +EXs-Df^PE U +EXk)`(p 4/D/D.0*zE+E*X[* [D*PX1cE+E*XM* [,D+0*D*PX1c\E+E*X=* [x@[tc,+0)˳-0("5F9(@e" D-9Ȥ,@eȴ-0(dȤ.@eɽ/@(@d-`,p)` 4 "Ȥ.@eʳ/@(@d-`)p,` 4y .p"Ȥ/@ewdt(@dn)@d+`*p,` 4"-pu"cIec"%F9@[4c*@[2c"@[0c" FE9,@e"EF9"UF95(@bc5,@}bc "eF95(@=bcl (001`0$)0;+0F p  9D-a*,0 )0 -VB"0&0%ۑ0() &!Q! ( @@Q@j@ b@ Sh!;o%o")h%Nh&! 9DR+EX` !vydQ% d; 5e D0+EX1J%1*)}( ZD+EXs`0e& 125`D+EXh,0+0 . 4+4*)}(  C+EXW4`H/4) &C+EXM42+*}) $E"`vyd^zdAdGvyd^jdee` 4?"   %"c 4xd El )b#r 3 3C72,FBDG(1+1$BA-22 %i) O)5c B.81˗@h  %[= 졖@6 )PXM  +E졎ha&X,@05.D2.D= +D0+D;+DFX/*P)r r-/Db*&B1e &`-@$ f 6Bf` ' /" %X*c?n EB5X`h 5[0l- $@., ̌ǂ9@ 0$`$$$$$$$$6$N$&T$d)   ےh   C(8#0 E`A+EX$$&$$) /%$!&$ $$0$$1*( T-". V/ U/$.$&#!YqQ X*L X%$9) : E$)$$;$$<%$D* + , - -$,$+$*$'ـ-$$F$$G./+*--!,!)!,%,+*+*!)%)/./-%+,*%/)%$O4 XX*n4 XX*k4 XE t(\"d [B` pd 4 @h [ȡjF`h@h -!8t (l"d [ʠpd 4 @h [ȡjF`h@h %-!9t (l "d [ʡ0t pL*@h %[djFE& %" < <0%X)^ AP+EX 8 5AF+EX* /˫$$0$$1*( T-". V/ U/$.$&#!YqQ Xg*L Xd%$9) :ɟ$$;$$<%$D* + , - -$,$+$*$. EdX$$F$$G-./+*--!,!)!,%,*+*!+)%)/./-%+,*%/)%$O lB힅ɀ%L8"hළF m .1,q DF 0m %1Q4q DfO&   ff0fO/  "   3/T 4 l(P} 34*R13 8BMmd0Eh1h2?h3<  ))ϨH*耀,B$xЀ,ͤ.fB,$ nj,%`% D Ҡl, $^0 uD\ q"p l0m (uP ǻ) z E+ $c ӆ  80 m /uP >X lP-!,", -%+,{QJ.-/ $ * " [M ({ - $C#&@# ~}| 9[KdsfGdo "X[L(Ԡ@ "9e#2)3 33-1)*0 4@a 'xў)2>, 9, 9* hR- +;^ =|x~}|+ $.!)p9DP %  8, ,+ # /,B. %f t€  *( ./!/.".-"-.,/+07 E(P.;v ,DxЁ ' [J / $Ep+}*0 h}D~I}Fq  ,";%#(X0@h [` ("#"%!-"&d-"&8"&h;%#h M0 EX+)"a ~}|, `h 9 X[. +D:)PXQc+ $* .Y~7C}7@|7=* Zḏ($Z^."@~}|$+*$ [ fO+|*")"O { !h &" &%,F-: , ,,ց[-!EfEB,"d2)P ( @CRd+"dJ  g'Rc ,",eLd  @@RdL)" KS3*2 " ) 4@ R`3- $+ %* N`|h~ ( x) y + ,`"I ,2w2%ystzU-6 @S`A'Roc'.0C $'pF )$".B*hA E &X~/"KM..//,+ Qq@ Pf(P/€U%d?8 f5(. €//( /ȹ) )wښ) )(&b FBf,`$.b.f,b&t2b/(a _  h UX9V<+`S*`-,b  f"(`S/`-)b n !/!`O*h-0"& EX)*뛣,.R .V-Rq /R o/V*R8 9  *VѨH+R%R*U B耀*B +"Ⱦ m(`P,"@`0 [ h9V^ .NC.$N{ Ide`) M;  V#5 u?QR/ǀPF99 Rec1 RRc#o  b},})5މmr ݾDr b hu.ͤ/vB[o4($ *%P/&b f fֆgb/vBݍ/a+aȶ O)egmB (a.8a $h  %[+mHf *Xc 9 ? 5d`,XjKP&R/ǀPF_$c ?Mbca&!f+EXP\05.2.= -0-;-Fp X*Y*  /dL .-/( B - -$   / ' /" %X$uc4" EB5X !H 5[\0 ."hX)"/ D2,( Rdi Ri RA(2 (6 R  *[_*Xj* dt+* * Ki Fk 8-2  - ,6(2  -.6.2q 8.6.2.6f@"+"d *  Mm   j@h  "  iD" 8s8x!  % :6X. Nc?x Rͦ  %   Z_  ?l) 5 E3$٠hm ( d +,҄S嚀 5/ - R)  p)$5,ք/ m (uP ǻ,҄ 9 ) 5 FF Xb>) 5* FB Fl5J#㶳)p4P,~42)  h   ##"%∉ H U%*T9 *ⶳ, B!) ) I)B5P* **# !ـm&#' w'' 3$@[wcҏ##( m%#'򄃀 w3#'U $@cl ,!/A hA 83 BD /@^.@_-R-d.D_*R[Vb@h  (%/[d ym  }c ,(%(%Z~;+)R룻  D-.û+  G * p-  $A +!*!S)@_) f UX `h U4X | l)2<(2R`eI1f@ yz+1 ` X}e+&-1  /4-5 , 8 ,5 \!)X[/m *0A m. @azoc+4P4 `X &1@hfh X}Ad)6 'R+0( ] KCo+&-Ѐ4V%6. -m@I f2A (")%%9yS H, DV ] D{(   -, n y@ʔv)  ,(  (+0c1$0/ ]`D!@  ҙa*"(,& B&1@hfh X| $ XXoU0 ?[U %( Q 9 ̌ G .pp& 1 0^& 0f   n h X| [(p6&u-  (t6Xi%++t\!)X$m l.1,1  ,5 .5+qb0  8f 5 %A*.[UCl*@+0ꙓ0{knd0b&d $-}ʰ (ɫ@ @h . A 5  &Xc- . bsxXcqxA 5A Xch. A 5 Xc\ln> p& D.1+ @ V-  \,R  b^ -  -"Vŗ#@&$4X?@HrM.ҁ)Ҁ1olf ~? .8.ցZx2Y5 z$=GpĐ: H /`R ) V  GҀ$р c _(V'RRw&  6'w0 1- e P mVn3(x`;)ҁ)ց'րB)X[FzɡB)X [FP X (xXÉ%؃˶uPc/*O 9 ) )66h<  +,ǯ*,*'ց   [F0c[l(GP rI< |@H7 m ~wpdcOp m cc _(.(.8O(N.O($p E€X / o  ~B)p@?P:?c CXf)pT)b 9 I)f%f[ * : J*%fl/^ /,R " ""$-&  fm'/0 .` %0 $` uAfAc .& !lR +h0 /I@GWsw?'>B}sD ( ( 旯H,|@P6D(f+\(b0 0jX (0 9&R)X[E+AA!* m/(€x&!I*- **S*t [ *[S.A+AB)P&-+)h &a[:ȬR)X[Ed/+A +E-A O-E-.A.E Pt [}+d-| PR D  9f+`+bp M0f^ .0  9d[n~ D)f` ` \,b  b^ -  -0#f+P&Xc8 ++/ .R)X" [E+A +El}.I@GWw?+p>B}|)f#AA*m(x9)€yq!` 'R,病 ~ \ ,  9db(P@ "s# ,2 \輀-<6 D --\(  b X (  9dn )6 D-\.   b X (  9dr@h X*ZD +-*-*)6 6)XH [D$ [dab)X[Dɡb)X [D D,H ,,R,  9e-A-E.Q+dV$ `[cql *A(,B.BFp,ppGc ғI&FF}A( /  -* m(x)yq&hO]pH+l6 D V+p\+R MbX ( 9h 9" 8d*A ~l/+(*'J*+*)d[R^+AA &)A-8+P+ a[c"+[D:d!c)A  .X[4B nn+lP> DV+p\(R00b[ +p 9 nnDV/ _ pd+RƟ  jX -ǟ  -*V% &+ Q*X+ JK +* , mx 0~ € 8 +0r(*S €BKdDĐa EP T 鲀. *-ADa*,*:      0(*O{ Z )6h\t "+" [C)A ++df((-Uj ?! ? ?H*A  -  E X$l:(T  &,pP2I< Dr@H6D8=!p m ec O!p m ePc'| '%'%)4g''0pu% i)'+Z`лU €f  )`p    UE NB )+l EX l !  S)`GPP K"r  o9 @ H9 F \* , "S`  V@9# &")S =+j [B, &y0  ݪ-€B*p4 Q _ ? f*pT(bZ] *  *0#f+ &Xx Gc d^ (/-.f-b R F pF 0&pdp*p ` @  ;+f{ pX,b  ^_ -  -* &#f-  -T€ꫪ, d   4P\%-F* $- &#.͌+ $XdG)* Yɞd)*? DeFj, &^+€g +ƀ-*DeF/ &R..l +*&( h-VB "pK^pE&tqR@  m* _/f,|HU%P r`GP  9 & U` R ( G m)f(Hv z [ +*[B4hɣh A [B _.-& ~Y-dQ}N!/Y//p\f f Ff  !( X?tEh ^H [AP`h X\/-/-怌+ƁJP )[*[dRmY ,&-<f`&aA!)`@%]f)`*b  f\ ,   9dA@h A [AP`h X-&9 - ,Ҁp .ր"_,$]&`&*XLcӈ/*G*' Ć)+Ed-&$X,Ҁ d l 0"*(%z2IGGPuw)0N B]* 6~Z+ Xd$&&*PXx 0P2%,0.zЌ1 {Rɳ``i(" 8` 7 !&}k0!ՠ* 6 F@4 X*  & !  hV2 3 of5439*)2+X2+)P[tm( +: LtJ"! )h[W #!#0a +("u85)Q?tQYIh4):b*QR-|Fe@"!)p[c |AG/QS /&)&-$Y "!B X<i(Q Ie*&*&K& "! )P[W%xU ܐ$  [~2-( % [c ahXv"tQ n/-/-I0 +Ɓ!  l$&&F^  F Gpmj#QyP/y\$@ H_[ +UGp&Gpmj&QyP&y`\$@3 )l|''Dpm: yuU*±"  V g 'r0D0.m ~uU/ñ" -' B " `#-03 @$-@D(Pl h )[ I)V / )`/p  )-"%|X5Ly€D)8€3)-")-"%RIr 9 ) )6Đ p t풀-h-"h햀-"햀-"l0pDa _  % v)T)r i I)v"v[ * j J*"vlhtKA2/ &. `GP ]/v   "d4/ $+ &@F . +$'l1y'2b&2C 5+BCp )))I Y)"zH-"(aꐷp^)`$ %%e-2*" m  q0I +um"tQ" y-A3~P*}@ WR '[ - O + 4 X[}}c@Xh.a/`$tpR˨**eb X( 0m v`c_k 5+um" 1" x-93~P)}}7GPZi , O * d [gc\ - ]-U ){  Y)h l 0 2`AIqq*a@GQA G ^09 A2 + 6~ t0t'B* Ydod@l%&&*X| E$6%)-yAHj &*X[)* Y+L%%@h [x T X8 @ RP / , &h 9.d€P#p 9  9p(  4j&> j(荙p   +pX(X^X '' )Ů-r/QRQRB -/8vBO)  yh/+.*oF.ij$AP $ X[cUd P[ H& &  +[  HwX[ -)@ -P l  jǏ q€ 8-)*S}l€C\E0,*Ow  y )6ĐS p 6  /< P:h +l( &)++Bw Hp 'a*Cw\ 6B FB q, ҬI%%\o^C`Z (* D ",az|!Y@ B@\n^R"@BdB.r(ߘ 5 < @ . _ 0 " ɀ"  ",&$ AdM(!" ) F ) UX* + / ,p 0 8a! a(e"|""|(v"6nu""6" 8$ a' d|'ɀ $a/p hw.vP4 `[k(`Yy-`$)6*`%@ tbz @@bțHX`X[5AdA j  8!dΛ#8#&R, ,&S0S#EÂ3("#",!h 8!(e"|""|(v"6n"&d&" $yKp.È o [;/a!hErn_Z *`,@P eT u(R(S(ec&'n}H %'p.È o [;!h^l* `s=+R) &($b(bxfBL Dw 1ʮ.w Gw&a#$`B+ [;|#$`/w/wB+[;d*@$)b+RШ( }+0̹,;-Fdߗ" %Xk%@$('b ww  B?u*X]P "%XX*q}eYh̀*#䠭ei#P E%XI` &}#2(h5)t)t)t)d)d)d#$`Pb "%X8$*q@@wzP EX+)t)t)t)d)d)d#$`*$_ {Bh EBX*`D c>B+" [;cGP "X *q_Pb "X*qc:l+ 62 ($60q1` $B-( &`p yDp$',FBD\"1@()hXW~!{I /rP)A(AX %$#GyO€d [6$ X+[3T X  +E*E+BdL *@(d@  EXic*@(d_ EX`.@(eU/AU EXW)Bd^dY@ cy+@$+F,B-Ad%B(@$(FF*@$@R-T€PVl$ `b 5XL5Ҡl( #0 (F=%f[=s֠Hb) #R+B*" a B %` 9 &-€ *&8 U )F=%Pf[=R=m(ـ+B @ Q 9 &*`hEX`0EXPl0@h XmH1)P5Xm@h  Xm X5 )F=%"f[= f +B`EXcl* # h [錽") (* # h [ҠҠ!i3 ߂  6l +ebP*Uz1/{1_`"*- M"lb " * #z XPDpuXJҠDp"XC栈m*@#%.X<* #  X6 * # X/ * #"X)m*@#%X!Ҡ(!̈́* #   X*@#uXҠl $)XSs`9 D# #lxE3#V Bf[<mEX8)R#V]  I O)V Bf[% hEX ^-2+ n DpXkfDp XkfDp B%Xk|fDp XkwfDp Xkqf{Dp B XklfeDp BXkffODp xXkaf9Dp B=Xk[f#Dp dXkVf Dp ZXkPfDp B XkKfDp FXkEfDp >Xk@fDp  Xk:c-2 DpXk1cPTEX hJHEX{h@EXu`hrl) #8 "6/=%"xf[:gEXaEH )2"6+ *  O)6{=%"xf[:gEXLcl) #j8 )6g=%"xf[:f@)2 #$XҠXҠEX(cl0l* \ $)X$ #@ D$V Btf[:dmnEX)R$VF  9  O)V BDf[:LmBEXl) #( )F` h=%f[:6m0+BE) LD(ƷB ·$Qh5hO @`96-`$ %$Ld pI:*$L k+Ā+Ɓ)* )Ɓ( L(($L$L/ |EXI c\IRҠEX`l( #~0 (6 Bxf[9䇷B)2t"* #X0 U *6 Bxf[9f"2@hEXz%@EXv%lD UAXn# # 3#FZ Bf[9Cm)B#Fn2 )F< Bf[9mEXMEXIli$ 0Ll€I)v"vbBv,`[9mEX2`KK+v*v=% &[9wmEX!`,r,)ǟ Ue UJ*v)v  Bhf[9^lm^EXfnN.vm-v, ,v  <=%"[9Hm:EXh(vfl $)X #!   [Ҡ [Cm& #Z6€&F * Bf[9f(BtՎ.{0 UDX" # ""F  Bf[9 fJ)B"F2 )Fu=%"f[8g`"hEX"hEX0 EX0l E-*l$ `ChAAhB2 a P*$ aD$@hChGhBiG"a#a& 0($| ;#qȖ+ F 9 ="1hAZhBO@ H*u 2*Ba& U4+`$}D$@hChG hBiG % 5ld@qq  ia N@c0!tt f DfeO DdtZ 顈%P$*ٜ %4 $4 *4 ` E+4Z 顠%P$>G>Z 顔%P$&D _B \ l   X  > %E UU U%RP  m,!wP c#ֳ#Ҵt37",c0d_cU%R um+!wP c#ֳ+Ҵ~ 7f qQc"Z9l'r $w9BD(@$)BB% )F( jiB$t2  U@h X~f $+@S*@-,B  F!x)B(@S/@-)F&~>@O)h-0/`h EX~i \)( H(/q$+Gu9 +=c5/ o/-;u9-O |;}} fhD cτ9- ?r}  | l -"EpB~ @@ D b@_D@ND zD`H( DV4&Do4D/(D (Dd<Da<D]hX~BWU{R)"B#}xp}w|wE. Fz h  Bt }w|wє  w 0ꅸ 0+ 9/b Dก pW9+ # D   , "* ,.f€  2-" &HN @~ } {  Đ D~ DD}D |:D{   DsDz Dy   Dd*  X}eڍ.5&LN @~ } {  Đ D~D}tD |D{   DsDz Dy   Dd*  ^X}1$5-!-5) /)4( .(4) $)h 9-4/N @  } {  Đ D~D}4D |D{   DsDz   Dy D*  X}W$5 b76l( XHd0%U`\bˁ`" s8$M+  ED M)X}:R&5nP*%sc`rsu;%t1"bP $M-fh<$M-,",@ $  c-"-dЅI+ M{bzv{ut,",dS$  `G% %$ $`hD X} `|b"O.!ƪgIҠ*- $%R$BU UD% %`h*X|+@M‚x2u")C PN@h [;ch [7cl* $[($B0,FBDG) B&Вi h*  X|*)1 Bo 9R 1(F#0s@d1*B+@Vdh` % $P`h   & FhE [.f%<,\ l8 [.ai8Pm8,@D X) @hpF-`P&k* $+A,0-0X .`L"Rqp)0?zR *1*0$@*"0,0 Ep\1 W€U GBl 6B € p9  UUU%D#0, 39"/0/DV.0<"Qq XvfL  l("%" $$.d Y .E!ù"[. %/ 40D8. &`0!ᆩ!F!v!f *8M cX|&"b ;C8, Kt~iyyd@,".!"!&E%&р(R. $%M-"Fũ 5|"/) y,",d>$ `3q* ,h Ȩ@%mbsTO *0@"z @}z @Ѣ E@Tb*"{1KdC-t ",",d$  Rdg Xk,",ɀ@h  &*Jm`,",@h  *$m`Í../Ktddr,",$  *m`DIm z f!cz   e.: 8/& .~i ) ( y*ˢM t.L .) +#~ }|* $[*梹m`*m`. .xi |y. - ~i`y,",; P "*毛m`. l j .f DD.+"R< I &% c7c. KX{ e`033 C*-`"- FH € Ad2`{~{v2 Pm ?1/ 4. %. F 5 &X{ KXz@ .  R`b%bc'dAJ_"` P 2  P "A:xi ) ?"A .ڀm ?*/ 4. %. F % &Xz*)Xz*/ 4. %. & % FXz*΋. &-܍/ 4. % & % FXz Ӎ/ 4. %. F 5 &Xzl j01DD+2H @R1 _`.A {p-, $*ℭ -0` K` d9*0h&-15b, @Xzuh`t.u~3. % 4+h! % XzfJP4 `Xy ,", d$  @h,h& %+hF % XzOc- MeߛD P[@ `.* +A ~}|j*!+ " $,Bh9  /, %( #E%d€ /,B€ 8  V ff2/ ..!3-"4,"5.6/`vdԜ%I%!p %-1A ,"dj$  `` RA$$Y 5K&2)P[ `<)P[ `x * #()0$K낐FBD$(1-0 (1 FP! D€)+-  +)0{~I(1 -0 (1 G P) D€))m€ +)0h}K(1 -0 (1 G`P1 D€ ))+ m߂ +)0T|M(1-0 (1GP9( )  D€ ))+ muB +)0@{7(0 )1h")&-"- ?-&)0" R)1p(@$,D€D )A,$ )E R*1@g ,h@~ c D|  E D{ D y  Dx  D w VD r  D v  D u  Dq j| D p e >Xy@D P[4 `b -E0 )0'43 +頾-!1a 4%yb Xs+ c Xs $ [c`h [z@h**-PE͍0-x%" B& F 2 FB09v€ " """4 *45aDh"頊!ZAS2-B_pE-͍ €" Bp FBF 2v€ 09  " "F ?0ap[n@hz/A /E[)A?)@$ D(*ENl.1 "'Dh Xx 678a( 5 & Xx 6` 5 Xx l l ' % wP j x) (y ) Ԁ$ aF mia)! B   ` @ē` b| .pQ o [+|]+$%F@dZ_֍bW*[.c,13.&2,%-&+0d,N dQUXo#0 %U3m|\ 5f8 ,Ԉ` +]( **J  5Xo+XQ 5Xo %/t*tF tf %%XÉ@I 5Xo-, ص*)`)@ / h  %Zdch|3 ,pQ o [+ @I 5Xo..U '5)(.FFP@h X" l{Ԉ.%R U%R [mu! [Qc !l'* ( P {d .{R+ .{||1.!",0a0L10`4`fE%Ё c a7 `E嶝%P $@&X%(4 2`C 4 [8V`l~{~{{~*!% ADD_  W,0@?ad5 .`F`F e`f`9(Af V 6* pUY! 6!ЁXo .!*e.4,- W<E!"/ "& *aO 0 e"x#,*`A!f  9[2 %*Pyq _();ym+ \ , ٰdyi ). a a a a a ad [(a):b*ô@bg,d{y),. -+P &aX1j*!;%@ lb!=U@ b/'@0'q )*`[-c\dj )heX8i-  @`hEX8c{23 @ % &;%Xra ge܅c)ey *,֝* !_b*`A<[21!b 'I(a):,b*ô@bg,}dЁ%h [(g0 *`[-`g L%Ё*[-c?-Q%Q`&ɀrc* [(l(rdUU.(fxicnȨ)@)@+ȹ-,d,db&Xr۠h[11d%q.A.A/d)(e, xČPx (x+ (dxə`hFd xȚx _(٠9x+X (dmxb $ gfЁ *`[,c Ȩ):):*d,+^ -  [(- e!(@0'q*`[-c?/eg$@0 $A *`)[-c  BI@ 32 U@;%XqȨ+9+9,dq.-]˦zЎ23 7`;% F UXqȸ,C,C-d)/.gz+\h [4c @h9 P[4! p b,~+`Ah b@ [4cQ# Xnx. x4! Xnx Ȏ ` x4l* *H2) *( f3m`U@w+ ( xH0  9[17dTww X. Z *$ De@\"e}\)Ph [4 wH@pw X,( [ + dcH}9w @mya  %Z,)!w J  @ w1CF/A( Aw)!" /w^B KA \e@"}DAF-Vf 9E -UB  fz!|z Y!F!E "PXk/@O)h-0/`h EXo ip w)( H(/q +vu9 +v#=c7/ o/-vu9-vO |;}}hD cԄ9- ?}h |fluwY`,a-+ +ae mz*).*(yq"0d Li! G`#"0'h! "0%i!L9`Ad_`FdOe_`dO`FeOcluyuuxp'*,bw Br-VBʊ)(v7*h T`Ew((u,wFuQ*w؁  a aF!!``` a`RB[#`c %*)`d uCu4*؁ٰ VB ap 8!&U 9( ς w.bx u9W  (  G fя [$uu +*b ,)s3E/.Ap %  EZfr!X[$uI}v)a)??kcd/.(%}}+0%r Xh,-hdb8&Xs Xhc".%5% @p %@. € G€0B9"" %&~B [`c)#!f%@h %+EXml 5(00/0`( $*0;,0F@p  9tve-a*.0)0 -VB$0&0 %ۑ0(*(&"" Y* * hAPoEoBBhEbhF<4&"E  9ɒ@ L)[ȡjF +EXm wda& d: 5e :j+EXm1v!tg&`1+*}) $N+EXm`0e&125`V8+EXmv-0,0 tK 4,4+*})  $2+EXms4`H(4) &+EXmjut242,+}* Db`wdnddDdLwdnRdMeH4" ( | %bc4} El( ) & #$ * t@  {X@ "@h Em.," hm., 0u@hm/.3v`y@dpA Xgz y@dB Xgp!y@d_`A EXgh< l h""!8qt!b+-弌'Tl0 Eh+EXl*rN,$F  5 ,%E&<"g4`(.0$  |+*h %Xg2*0-) R& -EF /@~F (@ Gyf .PL%! s Vo` ` % E m6-@dЋh .~o /do dcF,E)P" [ % (+d#-#<8-0H`h@ %U zTs0*P+a,`-`[0%~j,`h m$-)((@)-~-0'pv`cԆ}J8K +L m$)(//:(s)r.0L&`Juc *T9-+xu1 E +EXl@0`  >` $0!50!w)@91[Ԡ+ , - . ) ( % / ǩUݭ̬@ %jEr1 5+EXl(T\)p+plp$  %x9*pd[0r(t1$P(#2 3#2#2 r!6#%RAXfhƌxq|!S Xfb0@`h   & FhE [ f%<, +  8D [f3i8,$;+0/p*0K9 -.xF"`)ps /(p{ )/+pz /&'Y(,z p!Xp/[٠.  %ma,p d +-+%-"1*P[Z&+Eh EXk&P  2Ea  E`+*M #-d+#'h !h"dd՗h   +p- B%h  ?j'-~+-~N.p  hl r+P1!HA!sha&A & &&&&h'$6'$A'$L D $(,B  *.'af} .*|n qs/.-҃ ݍ)p9!f ,&V\#0 `Af`h %Xe%F U  ai`@ EXee-!( !! %Xen-/q@.+  -u@ /p~(p{  v`  "$ %Ps r`(0qr(t0!& XeHq@m ` `@ F EXe:-0/,001f -$, * $a%B& Eem.-%bm. -ıbe-c`@ EXe -0.0(,0!1 !.F2 C % E m2,@.~ '@'a/ / "e-&cUH ($ $)/Ș+: 9)[0h }+l#t p[ʢ@pd 4 ! [ȡjF݅`hh }+l#t p[ʠpd 4 ! [ȡjF݅`hh %}+l #t p[ʠ0t pL*! %[ȡjF݊($$+/df,:df/pr+*) -&!h ,'c)d/ Z0%[cce/ce/c d͝a@ Xdx4  dR` EXdn l+-lrw@8esF sE}`$d|*`}" %[5 -a) Q  Q hCb E+EXic}-a )hi!Rc-a)hi cy+EXi* /dB%$0%$1*( T-". V/ U/$.$&#!YqQ Xd",d!PS Xd'$9+ : E%)%$;%$<'$D, - . / /$.$-$,$aP/%$F%$G()-,//!.!+!.%.-,-,!+%+)()/%-.,%)+IpPr(#2Dp ErFB`A+EXi~%$&%$) /'$!&$y%$0%$1( T-". V/ U$!YqQF &#!P$%RAXc,d!PS Xc'$9+ : E%)%$;%$<'$D, - . / /$.$-$,$d[%$F$G!P/()-,//!.!+!.%.,-,!-+%+)()/%-.,%)+'$O4 X[Q4 X[N4 XE !8|#T [%APp4)X  [ȡjV`h@h -!`/8#+[ʡp4)X h [djV`h@h %-!a/8 #+[͹ʡ0\+)X  %[ͲdjVE& ??Ⳓ H %lop/. $-#O-pn,q1B(@$*BB$ *F(ZoB$t2oo$q  U@h Xhf p+@S*@-,B  F!x)B(@S/@-)F&~>@O)h-0/`h EXhj@ qT)( H(/q%,p@u9 0o=0c4" "b".p3u90oO |@}!}ThD cƄ9- ?N}ߤ |ߢl2#$l f  !Xq  )Hp0`a#:-;/0 +F+D0!w`h %Xb$FhDH3 d ddU,}-~ .*Tb!op(%R UWR+P "?$%[` "%[)Q R )*]0e" p` E%[r``@ EXbqt zsqq"np.-҃ ݍ׍ޏ-@|E&a"(( Zh !f !F !&np.-҃ ݍ׍ޏ-@&I} wp ? _&L{78p(($x g.`!Fn!&N+)%+)[q&,~pN)h2h/ pI)hiۊL![^@h>!"c[@h*)*)[p3))hh p L![E@h$]$L( )T)T)T)D)D)Df!0`b "%[$V*Ȯ* [nW +-,ƒ ̌njΊ+&`++++++%P[c)Q ?N` E[c,/e(e)e*e{+es,eke,hc *$_ ~2h EB[*@3{ cJ+Eе)pXgJnߔ ,+* @ %+?+@+A+B+C+D+E+F+G+H+I+J+K+L+M+NO%Q[c+` "[d)Q?`b "[\$rlmJ' $03y q  !lpSpS& ~ a ʠU b  @@ %*`h %XaW* Fak( xD0 D)R )V H! `A"v#  дxfD$ D|bpp- +E  EXf"ibc.R2/R/V U+EXf"l+& * = f;E")h@z  UXf@E3"Ț oo mLmL`+O/R- n .d&m? a amCm<o,1)1m8"+F, %i,F& eX` h54'"*"" D ["@h n(1.n+$Cb(5-d U ;XfO$1Mmmn/}*)RR-VB\&'nhJ&n&bRn/1-d U ;Xf7+1H o [z0123456789:;<=>?,6,6(1.m$@b(5-d U ;Xfc'D [!{l or@f .fp;E) UXf lȌ& + i.nV) n .dIϟ $Xa %[)zcr Xcjl؊l 4lmilng$@}%Rb)8 U"|P""'.""_:""."""b!dm)l {3)`&ȕ&,H dsl<4 P[y.'h9B;EF UXe@;EXe:;EXe*XG eX`! `h %d E[1)b$ U;EXel ;m3Zd0 ;E eX`{p@ eX`ijh"Ȋ ,$ XB 5ZD l""A% a B8 l%@)@0@**U XB)Pm-.,\%" )@,>*Pm-,F% -"*d #`?d`$t [ *d4<V D$Q` _'e$f#8'[mPY#@Z#XX qc Q+a^$b$d#1&\kN07h&`g#[A*F87-0N"T`8e"")@~?z-0îz4 b,g- .0N/0Oj E ;%Xd+j(0 %2kjc$*4T+]*h)$B  BE FBD m+A)`"0.0* Uj;%Xdkk`/&2/v.1+0*A) A k *40/5.9I)o(8-0T-,0,f/+2 =%Q žÝěŊ0*F*X0T !0  f  !  X^C*Yg X^?+\r+H eX^<*[i 5X^8*\k X^5$-]%% %Ypi)xB0D) &€aF pAfB4pMQ9pI€g0h,FB0i*&Df M9p1D€p)>-T%<  pD BD F€ 0D$T&)2/* 'd8+h  [jo(2%R Bu[뉊7*[E9F%iKB+`` U;%Xcghu[y~T 9%i;d@SΝaf@h U %Ze|,U@F .eLa&Z^ 98FЎs Is$2 /2/a`I%40")4+V*p,q n&n,^- .0N/0Oj E ;%Xc%- * U A Um-Vj!!9E%$f" 5%QAX]x #`?`$t [W*d4:V D$Q` _'e$f#8'[kWPY#@Z#XX qc Q+a^$b$d#1&\hR7h&`g#[A*>87-0N"\`8e"")@~?z-0îz3b,g- .0N/0Oj E ;%Xah(0 %2hhc$*4T+]*h)$B  BE FBD m+A)`"0.0* Uj;%Xahh`/&2/v.1+0*A) A h *40/5.9&I)o(8-0T-,0,f/+2 =%Q žÝěŊ0*F*X0T !0  f  !  X[*Yg X[+\r+H eX[*[i 5X[*\k X[$-]%% %Ypi)xB0D) &€aF pAfB4pMQ9pI€g0h,FB0i*&Df M9p1D€p)>-T%<  pD BD F€ 0D$T&)2/* 'd0+h  [ph(2%R Bu[7*[ׄ9F%iKB+`` U;%X`hu[wT 9%i;d@SΝaf@h U %Z]eԠ,U@V .eLa&Zs 98F.s Is$2 /2/`a40"yĒ)4+V*p,q n&n,^- .0N/0Oj E ;%X`- * U A Um-Vg!9E%$f" 5%QAX[ +LHJ  5XZ:';O eXZ6ff}fw("" fFB",gZ ,+Pn,Po :Pecl( j@h )E$$@MF %ZlmJ' $03yq  !l-  h* S` z(ҰemZ' ~H(Dvq!%0, `K* Shz0$rJ+@ c em+((@+9q!IeOӱ|0, s~e/!~e/cl$ &h(D D"""Bp  Km ( t)!c)! Ky#`f*b+d[#"bff f'-w B", &+ a a a a a a*Q-P.P)P ,P&(P f +7,$S($ )$ @$!Qaf/ /&.$-$($S%؏h)B eXYe+ɱ[#e++&*P&e ,$dȞm ,ȑc),%AF+E$)F e) [( \/ ]/$j($i)$h.P&eў $/w!P€ =C$ eXYe/.Dt>A_/$8/AGA.$>#P&e=  e!! PXYO("/"MHF H,$AHf=*&M0Y)$HBf($O) jHA/$N$E)PXK `;%X^'*['0 'q&,E,$*) aaaaaafS .pQ o [ *HM 5XY*Xh XY Pg XY !ѱH eXY@n@ eXY`+E$)P[$lg5 U"""!Dm & sa),c(!KxI l% 4( 5- 3UUq0 (< !a!)!A! \ +  - hh)h6vHwώ;%X^W*@@ eXX`K@ eXX`;, -  `v@@ eXXA XXA  5XX-  `%kzF;%X^2* ld9 UAme.Х @"$f(.Y!  5XX$A$B$C(, 5@ ȵ !YQ FXXw*TH XXt*\G XXp,d @ XXkdedee$d$t$)(,E$))D)E '( )Pf EF U /R{G( :) ; Gf($:dddddd(gF$B ? BAa89  <) n* o M$n)F*?b?b&bF96/uB5 , aD aU 6Ё6#a eXU,@&aJ ang <&%؏q@ eXTaa~f fe/4,e %-49g )43f&f ef )40-@&a, XTh& E-4@$@&a"L Ё`E eXTԈXhe!X !!&$A؁$ XTi/4M'ci.4NЎ,/4'p&`$ [`E U*+ ) y Jp<['$$ "!`@ Y.r.S #2d0e=e"d|a4 0' & ( [w  A c a) e.XTtc$a" U[  "eP+ S@h b@ [u !f XWd`_ 4 04al T   &UAm*"$f E%-V *F#@%A%B%C/+ , .,(  !YQXT%*TH XT"*\G XT,d @ XT%d%.,,D([{1``-$(.%)"р*Pb %X )Pb %X/$ 5XS  5XSc(( %flmJ' $03y q  !l4`BDD `?'"!h -*$1 ".B@Ep XEC"*X< ![̭;%XYa)F EJ8@uX ;lbxQ$ D d[eގ`*EH #҉ 37$yݝ) & 47,y)}2+e,0{zɆ7./E4&0&a, &A[/Q:U"](@u%IeO@h  [Ɗ7))@XIeOc@h  [`*+d[__`_.,‰+ VB%h a a a a a a( ,!- A/. / - . &ba, S-{+ +(/.S!0*`[, &_ _gHmI a(",F-Ra'IQ"'Qa5+BwH@`b UW/nr'&;",T&4a7MB3)b" &`V% j"*h h[+  %ɛdp)T*3(2 /9  0l  -(p .e"z4*)17 ";e? h uhu[5 h [ E-TT,T0w.ThuX3*X 2*0 u[h X h h[h EX 2+".[ h h[d? ="&16/.(2"+Yk 5X2-(0Ŗy0[w h [ 4 `[w h [z$*,N  5XdĂ(e/*p}e`h{%Xgd)X+" +&W-"Bf&5TT*X T [PX )@h3h [)P)T0(TT 3*[*3*_PX  h uhu[+3X!! 2)0 u[`h X~*3+|@B XIm@@05*Xa T [TTT*X ,4,%bU-~ŷPX$ 3*[.3.&/3PX 3*[ h [J5)X97)(P+Q$2R,F S,F 0 5 !9*f*F*&P*XXIp*XH 5XIk+1*+1<X |X a6V < `h54T+[0X  h [x[ h [ h [&p[r+[Vu/"Bf&h 5TT*Xɀ 2*0 u[h X 2*0 u[h XcPX qc7 h [ 2*[c5*X t [PX _z@ec z@cw{cgl2UUbUI@"Bf 8" U+. UXN (") &$  ),D Um h!YE:f 5,1%QiXH#/>%>}%|&p+&ay-+..* w("(&WP % f $  %0%[ ("$",FBB08x)& hUmUG & e/nYE & 5XH*I 5XH&1&23  5&XH*D XH*L XH+Ld. XH#@&T&d)P h/& &' %[É@lT) mWe  @ #"f,YE & 5XHg*I 5XHc2)P h.& &E&f/%"&&& %[R/$l*,4c XHL*,"YXEWTwp+P/H E/& U Q.?Gd e- (: 4"R Q)u(@|-E?$ !+ ,Gw'r@*"R*tA(9 DЁ AZd\;%XJX;%XJ`T `/h[ZtX+P6dRW*[}(P6QWw(t0AZQTXR+PZW&l`Z`@;*{+uF6e @ J-p<.p=t<*P[`T `/h[ Z<S/0B.0A+0C*0=)0>g;% f UXJU'T.*{X Z,-P4xN)R #"*{*0@%"K/h m/@"<@$b'p/{--DGQOAZ`QLQ*QL@ PZG", Z@, ZtI% " [D)e/SP[ (Um.uQ"H 3/83"Y! 5I%PXDvPPS,u %m%J 5+W,Q,R,S肏%`A+%P)+,P,GQ@. U& E>*P P.?GdU/ :( ;Gf/$:SrP[Œ(D* I!DY?b+x.w)z a a a aPP)?.>,@n.@l(@p)@m/@o@q,Ft    mp 0 XLh E[ Z|Z_Ѕ"-P,u*Pbp E[h[[PPIQ'(#2p PFB3<P <. n/ o.M$n!@ + g_/{/)r){P( (,Um /u+{P).f'x  5%EXCi0/ 5XCf+u+2F 5 %PUXC\L@ D XCWL8 E XCRLd J XCM*{. .//2.n ف8 < %[>+{`**D ZO " 0+" PXKXPX*@  *ƝXKc:`ZO f 0+b PXKGPF*  *ƝXK{cK [M,"Pfz [G-bfzlJ)0T`h%  R+1/..*OZ<RS   ) 9 ( U  mOD`&f E*8,(`*9  5XB*= 5XB(b"ra "'.d,p.q&,p$Q$RS aH U* XB+,H" 5XB +P0 " %[h[w#0Y1Q-`N.`O U ;%XH;hX7d(b"dT)`)d0"ra P@A0[Fg%PA[i#O*+@ U;% *XH"@h[^:4 ib !i̸fnț ,e򒻛,&+v-ihFɰv Ivȴihh*`d0)kă@$".rF` o Z?N/ßd'/Ģ*dhB 5XBY/. ,.++Rp#P0 XBI+ǀ %١XBC+ˀ %qXB>,&Xf#QsXB6*` +bN-`.dT-a-,)ra B-VBAE0m/Nu/)L"N` Uʐ;%XGNN.,6& - +5/`-)>-8 0+=,9N'J*w`T /`  `0 `f -b A$ %A))+)b)J`T  ` 0 `0 1 , .%PXA H XA+ % eJ%XAlN I 5XA J XA(+,3$!.ip) VB0) €& QYfBA09hF1I F€+`h(`i0h9& 1 € & ) p9 (5lF༁̑fB €& )6g(fЁd+j  [j,q~׿ UmP-Xb#YE Nf x,& 5Y%QXA]lN O 5XAX` % rF)r.%rr& rErf %h%ف[G.d/d`/ j  %Zc&lM&   )"$ra,BBpUm%  5@$f%.)E*XA!&@#$,) ( %E ص-`F5`&x%i m u`<"*0`dbP.)P0  %[ 8( *:% E)" )&,S*$P  5X@ Q" X@>U@P  5X@* &=E"?5@P@h  5X@Ӌ*q~*" 0*9E@l0(0Th*? )> ZKD eB)0T :xidT+P[ceA)0T )i`eM)0T 6i,dT+0X`A "  8da+2+eMl*0Zp9KS (f *0Zp1MWS€ (f *0Z/` 0;d-T (f /d0"  8dJ#` J)%b$B3@ BC BDA$mJ(1)$bK!` Uʐ;%XDKK)(*`(1)(   0K!N.+`T+A*`*B +@)C(b  A`/.`T.m-`-p,`0.& *nl tXX>Xl< @  X>SLr A` eX>OlN A 5X>Jl\ B X>E.J p!p))d99-Bb ,€ WfB A  ނf N)0I3f€  /ti0qf09p1€p)f < +ul  .EU3 B3 &€33#vg/ddP" Zcne()0T `?R`$ D [+1.`|"M="h{%[ch+1.`|"Mbh5[c+1.`"Lu"he)0T P?QR`S(>)? &)>*? *>+? &+>,? ,>-? &->.?.>(?&(>)?  Z+p+p.2 iP4 Xm/4-d%bhm/<-0\<%Pb+P h 5m/.N&u"+`:+^,_ K+^?Y e-dTpX=.qN&/rNF(rNF)rNF,dTed+P[cc?-(-08(090:.0;. -){=bL)1..+**?" DQT pZI**-08(09.+0:.0;.+/F+P %ZwcK+1.yK.+**x:*-C&ݖ*0Z_>_R_ C b ޒtQX<IS-( +*`T pZc(,/r+PFX)euczPdt` zPd,dThHe[cAeOcl+ ' A9d`- &qR` %(.0W(\c) `N( @hI Oa$`=h}( J:@-(@(1 ZH-f6 `rꂞ#h`&@' wH"%|T'Ka-%RVdP&+ T hZ'0 *`Z0 ' L%ЁT `Z)Ih &sxa+ma(  (Hoʂ p-"*/vv. &;{*"h  *hZe( ՠ+! AK2df u t vw, *|(v.d `v!QX;*\g 5X;Ie 5X;I&U *PQ-!. !,ODP1|H3  F? f  E.$ caH XƝ)PZ;H@XH #xO )' wdpG("#2 3 PZ#0Z"$ D [ #h@h [cmO :8   X>G؋_ p 4flGH.!( HA w  @ D E9FEF+6fF" caH^ l)"gg A R &!Y*"*Z@3(4 AZGJX"*PẐ'", Zh' - U@ U;%X@! [A  ZG "ɀ 0+" PXCfH0*@  *XC  Zm,"PflG-*Ri  * d+` h EX;& &GG'G 3 ,((&AZ'DAZG`GX")Z'", Zgh ZaG " 0+" PXC)*R@  *VXC_ Z1,",&lGIG7,1'.)( 1&.B .!7""&!6"}"'d*( %"'PAZD(!, !]e$D`u" s"P#gGG@ bG-*+K( *# ӀIF"%AhP',#RijgPT  )Z' )+Z  +v $;F mIaIk, AF'! FGzw+w/!"H609o 5Id IR0 FЎ &5 7`Jad[6!Ё`fu6/vY!`& X:q gFg*gf4,!4-!Yqg&X:bIi&4D5%!bE4<'p4H Q  5X:SP )4T, h,4U.!6.5,/!7eJ%*4d)5./5-' ņ"-$(!.:"Ge)!& G@ 0ff & E >/l|BAIX %v'b&b/+!,6-6 dF/6!df7'6)6Fg6 a c aF] fӦ&HfFZc6&6-6 +6")6c/6!6#-H `g @eFH/W$6% " t"-:-%. j_eDo'"&P@p %QɚȊ,)" -B n!&` +& $A+@h 5[ڐ4 `hUXP! F) x(F & *( * dg'[hZ.L5?#R' e'i'p%PZ+!#!@%QRc) Zq&Rd,L!3.|Ic{(E < H A U ;%X?c',  .Z"F+@h *h[)cH F UF;%X> Z"&X,F ?,F  (<*`) @! L%+ >__ ^- "$ D [/ll#wA(s(s*b oQk%E A ڂ f+P[ʰ U;%X>p.mm#/t(uv/w/ /t'EdBGZ.$*BK)Pd F  Z+emc `'MESPAZ$*rK)Pd F  *0TE6@ o,.*Bi" .fB nA&ȐН+& $A+-*Bi ɤ+` h EX8 &EE'E0 3 ,(&AZ'TAZAEEX")Z'", Z_p`(`)ab,F c,F   fF&`4 `hEX6)l)l*m@ +1.e,1/eΪ. h-0U" ZcB ZD "ɀ 0+"" PX@n*B@  *FX@c Zu,"PflmJ' $03y q  !lDuD'"Dm`+ U *u` e  BBpE U8 DD'.*D\.W 'r( h  u 8 9 +ma/!-DJH 9@ B  D`i+5m+],!uP-!6,A}+e/ҖPP` ec ̯c dil ecl  4E+UR'rT Dt$BXB,FBw'r(Ar$*L.d eX6F!*P `F5` m-..%5"C:)D@D*)Z // ,1  ` jC&C@h %X6$adT@DIf `@ ?_d#HYkjn_`clyy$[" {Tb`cQ@@ EX6EE ~Ex@ \!X[!g`@u`:`Pw0 wdREw wdR7%w w, w0 w(H xA$  $,0lL'}!E !m  $A  '1 'p!i  \4X X6N]" @h %X6H%FU hjhQh6hiǫ  E\4X X6:c!h \4X X63c! \4X X6-cz! \4X X6'cb- @P % \4/!X X6(#, \4X  +[ԛɣ!H\4 X61-b1&+!F\4 P[Ԋɣ!H\4 PX51-Ab1&d0g/%DBO'l.-$,ƒ ̌(% 0 +&(%c/:e;(Ee5B+EEpF*X;n[B4C.-$,ƒ ̌(% 0 +&(%$@lC*2ZԠ! m(Ҡ*2ZI2}`L2* Z2)(ZA&}Xx)2*" ZP2* Z|$l$ $B(A$A 028l@& *$,$)0)$(0($$0$$l.!'& DY?Eshf`fPə" NTg` T+ApA% h+ i " `. erhM B J'D %Z "el)P` Zp A`A -YC ). dVdABAQ r ma&!f+7 k@A - 5 / 'AA E, )!fBJ  ,@Bb $''+Ag H9 i  c aAZ.%@L D)d'$''+AR k 9 `g @eAE.%@Wâ ;U{AV'&, d  "pWAU GOT  &  F&!$! 2c*X Z(2d\" D.vYcs  %Z!-Veq`dT   Z- '+A9&A$)DЙ09%yA@W k i)!+ AA p  |  ) ?/- '!'#,"` EP%RA o m@ 6 Z     X7@Ў@䘒 4Al(1LbAA @A !F E,F / -1A) 0!&  c a'] M,%Ё &6fAx" EZ9Cz 3`H E ;%X9)P %ZlA-"*"^ ){O B  *x&.B  @h  %[yZA  %Za@q@(% FhU.B@E~ n h- WlF yc xb y5a xUxh  Bh:-+򋭝  ʻ X:S/"B& Bid/- y~"xٸ)"ʟ!(@hA(~*Ț!(N  l@1)r݄5)TA<(TA Y )b)P D+U(D €X:³,`,U -Eb/b/T@.ВQU e` *r)b. @VB9+}@@ $%<)0*)))A,%,$"+$ 0+ +$ 2/@,(&#&@)$@$%A"&A@p::0[Q ab@bZ @.l@B` 8 O E0 U D ZOҠl#$r@h Z ZYҠl#"?$ (2 h qD6*`ZIB *  p )X:E@;*g+ ")PZ.0Df?0by`  /l( b+ "ȸ Z*$#h B m .uP{F%*ym.{ ~   %` -y*0. tF {e/ wz{?0b   C"`l@C m )uP{F%*ymN{ ~   %` )y ")PZ?$#&0b  l*0C(5GF )UFF +EEF }%,0} 7*Z8`h+X9 [iҠ l#"d0 m )u|F%*ym.| ~   %` )y*0v5G rEr$+ v{ ?d0b  ` ?8,2@ (0U`w6+ZRd_?w (*@v0) uy2h X9x?o+`'&4F&d l( r $r)PZaҠl+ @C* }uK%!@5(}&ʫf f&l)  Y"eq,` @0*@0V Gfh( & Ah @&h( >`\>>  Z, R, [ +Ô Aț0a[ D Z \F0 EƝ#e' .Z{Ҡ &ɪf f C?.>sؙH Z(R. [ + d&s f`' $)PZ+ RA$ X @*hr 'D 5Z>r d 5.f @&$a EZc  X4>4؉>,@  46lf %2_/. , ,)! )P Ah  [Vl@H ($  l|'(f?(m##'r?X9 `hkEX9mEX8@`h T X8fm>*?* ?V€pX %$#`)%#@+&->>-)= #@##?==| 5+B ,( h &+X7 {l{((D(M*"#)X9tmEX8?{%R ?yX9l`h X8fm=?g* ?qV€pX %$"`)%"@+&->>|-)= "@##?[=={ 5*B ,( h &+X6{*l)0>i# hD X5 0 Ȯ*0 dKy,)0 &` clj0*0 d~H`c y*0 e<)PZ@h+ B<)PZK@hj<)PZe0 <)PZ@hl=a.)B0T Q Sd_ / )!- p<( 9I B.FB $!f@&j"b =7{( |Ā}~ Y>?2``k`+ `J$".,=WI9>k=>i#Ajk=y?., ̌ Y:`$yz {. X5r =cW"zl0T ?yŽÞʼnęX5\ =v)q"2 So-$ߍŝĉc3 l>>k>yb 0?fmZ *q  I`l <x,  )b&>2*})b    9)-.,+!  gsd( $)! $S =` *b( S@"   8%ɀ*!'#!w(A@w `P `hm`P` 0 3&l`  &l``c#  8F%P"  8%! `R&!@ .'<]==(!#!/$+%8AWoIF pfm ,B6w E"U< E  I  & =0. `IP ) I  & e))p8v'9/\- Pv' =nRk Ipf m "B&av`oc 0 E{2E^iQc=I 0 f m ,B u\  I  & .p/p pX4Q  E)bɫ `DZt[P`@h3- (:x1` [` ~킀 =f@r(!b),c?⿒>$b-^B; aht0 X DR F2 .+([P@h->}?{<! & fV " @hb?@h?fl"@hYq>Z "Bf @T,2A s‘ .*B(pF pf>@ m:#  3#2Cm:# @3#2# l" >,")@`1B4U#Ҁ>!,*;S{3 3#0. B%1hm:$E U #VB $ (m:# E @U #Vl)2# y"T X3| 0[ĉ0}`0[@hRl+!{Epiq1m:.B r QfU=d|#~?rd`o=a' {Em#RO }3rtmAw,=#!f 0*$3#% € UU%*(ǽ € l0 T X34 0[@hl0@ * _   88dl3=}+`R:5`H` @;)P &  f wX3N" 8d\)2yV-! 2+ \, ])!+   3( PEDa D 4- . !,!  5T X2  l;0 L  &  FeAE8-B Wo7=P ($ d  ͨfcr !X2 ƪǟC 8 Ff   FFl=9- . ` % ;E & FX3x*l:?;%R$BR "B'.5DhD @Cl2)+!.  O 73%*=:!)=m Dd@&vc= (5m:!-!(2"F"#R!!H(@&dP|@( h5m:!B!B!06"#m!!P<$em:"!F" *!!@EE+++ l0W9(RPEeB0$ `[eӠe10v|nky0<>M b %~wdA$. /o' 9٠ d1b@ d@*, @,"1  R4 PD [@hf bdAVƪ@h "!'a-! `&^. d٠/*o "a',! `&@9)( #-w   CeO GbBe^X ,O f *!1 8A*,O **!1 8!`&`&#;. - +x & % F%X20@ . ;-  &% F f %X1cl9k0;"AR ;r$-;#yK F ` `S*8(`&/l;809t<8@hA ; *dC+`!*`  `&dD3*`x, @&"٠`&9Zb" P`&dO.1dOg/*1` )XX0dO.;-:;yD 0%`& EX1 t ` "d.` TD $MH:@ D9 Xh UX1`&dN/` d`&dN(` d`&dN)` d@`&dN*` dB`&dN+` b %a`&dN-` db`&dN~.` a'ـ`&dNd(` dR`&dNQ*)٪1dN@+ٛ1dBA-`\,`] `&dN.`P G` `&dNg1dMg*)1dMފg*1dM,rd+rc1dM-rc1dMg/.1dMg/1dMg1dMg1dMrg+1dM^g1dMKgΌ˜1dM>gގ؍׮ݰݝ1dM+g1dMg1dM g1dLg+v*1)0 61dLg*01dLՋg-t,/+. 61dLg,.1dLg.--,ݰݝ1dLg.,1dLg(+/*1dQ`X(r+` GW& & J&  `&.` -  @`&dP1&1d dP1˦ˆd+` _ /HFdPE1@dx+PZ ,d̸/x-wݰ`&(d)w`&/g`&g`&l̰`&l`&.a`&/a`& 9<-` ) pzl%0 '0 a U:Dh`D d pX0x:?k .,q|so+m-1*4 4&`DU(p0 C F $4af aFU+0 4 %afUd}I h t: X0R+l9&bd`7mi qUdP~ 5" 8 - 0 uqB 䒡$m"D׀~f A u"PW X  l86n)0Och2G PmJ%T",r+b +` f@`h @amJ%јTb%$/r.b -5 9 5* = _D D$d0X9#b@d0G9 5m6$|+r D+|t U#Q<()TY,U#b"s+c hn_qRcm$ј.H L9/r$b D/@5 D5. ? DPnd?n m6+|.r ໝ.` ,(Y ,#b"_ce.\c'hl$780rr (UwS9[ dC *e_/dO)r1dO**1dOْ1dOҒ1dO7,+pdp   1dO[`&dO1dO|1dOu-R'1dOk/1dOahX;dS)( `&dO:1eO36*@R"dO1dO+ 1dO , 1dN-r1dN Gd ? R.P `ҠdN1)Ph!W?)5q@ ۠~m) T"""dNh8*D+C` 1dNM,1dNC-1dN91dN21dN+1dN$1dN1dN1dN 1dN+* d* ZH L`&dMX N`&f/X A6Nm (~ %P ǻ 0 % 9`&? m("%P 5*) ) Y@`&8)fʙ1% Sb ?V8)f1d?`( [ҠX+S1d`  _w %6 +qP2"X}欕mX}11dL,"P! Ҡ1X} *ҐҐ" KX}-`  X-."P+D  Ҡ*1XҠX12 X18 l8V%25#2$%F#Fl578O"m:-)a@ r +Pz@ \! l5I)V$RC56  wDD$Vl5"F#Fl 5`H@ TP + 8$sbm)}Pƪcaq,B›7F+X15֠ 1X21 8 AX.B1D3 }X ^ .FpB+xB/`)PX572 (- 677(-/B 6(B074)B™6Ϯ.F/F5q7)F; .B5`Ҡ!61&A*B+B¦7+F{ f`&* 7-F‰@h D  X[275 !XW1+XT-0XQ-8*6+XI֠`B e7hX-/BZEB e7hX- E@h %o: eX-$l0 P7\5( hR@*Rp#)Q)%(Q(% /Q/% .Q.% -Q-% ,Q,%+Q+%*Q*%)Q)%@@z #+RpzJ0$ `X, ,Q*Vp*!z-Q*U*! z.Q*U*! z/Q*U*! z(Q*U*! z)Q*U*!z+Q*U*!z,Q*U*!ẑ-Q*U*!*UX?7Y(Q.Q/Q-Q+Q$Q*QQ- $ T  D E & X-pXm `n 5-U-U&U&UXP+"4 `XwX=am 71(*//& .~)X4fm X)7),f47')ҙS- m)(/$,FB(($&.c X|m Xc!)ҙe7 6%7-Q)Q/Q /U6.-U  U'QmE(- (`$P/:)$( ($&)y)Q-Q %+ @ , $@@-@fjXc_DX@hXc<l,@@63ɍ  ( U X A2 G` M^'@&Ґl 3+ *  a a a a3363, &-.b @ U  P E Gf2(#@h3`h X 0 a a a366g  *.8@ (  P lUA? UQh a a a.3q6p8@ ( P  lUA hUM U a a a a.3Zf     E8@ (  P GQh a a a a3B6-L" ; l2""l2""l%%$QD$M%"! l'.('""l'.'l3S;+0] p af Zl'~+ hX&"GphX&2)1+p/ ,0 +0 %$=$&#&@ *$<*%,$ ABCD+3(Ko/$ #FKlX~&-@| E*55!A` ` +5Zh ` Zi l22.&rێ'%5Vr"U @vƁ%PAXS%-B@ @E"Ah Z޾hh ` Z޸i2})N$'+xjX U ;%Gph'sX+815$- U;%X+1 l5$<: BX!#-0 @C%`A"Ah Zދhh @ Zކil1/5WtU$Vl3$33" F p$43"3"`l333Ȇ)'v+ Cp,#û+$1 fF 0+ 932D3 F 0#Qz{ l3dd ) m -Qr fk/a 6@)P`hm: $QAr fk,     ,`hm /!q U['1y2B* 2-0 kw &B3"05f%"f*l1b "m .]uP 2+dBdP .m,((+﨨 )"Y)+{c[  [ l1(} ) $ ,$A+ %` l ` , ` "` +!EcT1)!dy  h 8%'ـ)"` %d / $d. XIC' * ؒ  9hl %DX*B:`h %h`X*xm* h "X7Zm#f0I-P)}9W-P((P*}F)@,h@h=* X#m3P UX))P()T*g?@[c 3sX)z&F+ $0 R-€0pg0" A-!} [dN2#2PX&0l$ $RE61S€ IR  IB 1Y00 4€f!)b Ro 3D 3B18^)+  )00)rE jm0 jc((00)rE jm 0 jc+ + 00,rE jm0 jc 0*rF , (0 jm 0 jc,z,f.b1%0p8.f-"b& `h  Ҡ * %[V@$"YD U U0DR0k-2,„ZB̜,%-[-0E0 [),Ҁ.,ր 0,rE 0 j0 k 0 0 j 0 k,hX 0 0)rE  0 kczl*4 `[xf`  ` Ð h9G{1DhB/d1h1$h2&` 1o7o4h7o9` Ro:n9h7i2)J , 0$D(B2 (F.B0F.FF!5h6Eh4B` #```b`Q``Tb")J`& +F*}@$ [ud$ [t$ [t2/J0w*) )bz ? 8P,B16  - +F(B12  "-""F.B/e.F.B/_.F_2XF ?jJҠ l+"ȸ* Ҡ l+"ȸ* Ҡ l1AiP/N)h49h;&.(F): , ,23Z=aVa6al/#}.`G &hm )Qv ," +f /q-!@_e ] m-,@  ,0 0$ D L jm0H jc* j*&rEP70*UwQ00DH jm0H jc/) P&l/s$/<,/B9/ lD X*Vh X)"9 9F ?IB 1D X'*@l06# 8t(mJ@CD 3/xl/(m:(BRKc0!D@/..g_v"Bp m*""@"r#S#v#r)F#B"vr" $BI?l0c#`d/hu$mJ &&&!!%u{c /@hmJ &&&!!# $syHc@ /p mJ &&&!!$'} {l03/ u 밀&m t/_ 5@S4(bpm" D xM3~Px T [mc l/0-%%v"r0 12@0F pv+mJ&!&vlbN"" lbH"" l, /b>]h )l€F pu'Ym t/v O) s4( 5b0m"t 3 y="^Px D P[Ng( l[S0h&m #@A$@!* n@/"* @h X* ["i.@X0am )$@!0~0} l0[/ &f'f%f'f%f/$ #F#Fla,"+"0- K8+&*")"+6۪("'")6G8'&&"%"'6צU.","%6L8,&-"+"ﭻ%+*")"("*6ߩ'"%"(6E8%&&"."'s.-","+"-6㬻*")"+6 I8)&("'")6w&"%"'6E8%&$"""%6""6l-A@9aa:R04 h5m:!B!B!06"#m!!P-1`Pem:"!F" 0 --*" Dm "/%ru`c  +l.g((VR4$VSl.$ DD'Bx0 5@    ww'F`&($B¦U$Vl.$ DD#B,3#Fl.$ DD#B--33#Fl.)X( X'@h X'ҰlY"6"6l `FK y I f f&"qH.H 00l0-0 *)0} )4}r (Xhh,0}- ,4}.0}.4}l( ., #d- M.-e'f,f 0,)E+E 0& jam0. jclH ?:$$M$LBl@hX(G, X'}Ұl$ Zbl ""-y"l, m9al/l,/("" "'*Zޏ,u@ Ima'l/#"A"!~"l-/#"{6)" U """A0"A~$A,a"5"l-#"{6)" U """/"!~l #%s m TU t c"!l/#2` / "l-,D--+rPXb -B+ ,*) W)*qD*) W)*q*) W)*q*) W)Y UL!`&r+"6쀀+6Bfg0̝b&,~-rЭ= )( uX$̎`)ma#d$/P ul($@茀(& eX@% e@%E{äe%Q'r f f%ݦ (X E%& u#P %Q h eXx`%u 5 E#P%Rf eXkB e #P %R5@ %Xb)["M `+r-";r-Bۋ8,FB,;./.T)Uj<%,\,])^)_)`)a)blf %*d*e*f*g*h*i*j*k.:.)//%E$B), fi.+., ,*/,q--.,,FҠlZ'D` è hB  X Cf#è  " 5 &X ;ҠҠl+W.+Pma.Z......,..)r*r-v.vv#Aihgff%f%Av&#v&-vv-VB"!t$c!!D$UDd"U!a `h Zh@h  Zie#$$`A, !Q  Zh@h  Zi$b(/(#E(EE"`AF$)7UE!* Z׳h@h  Z׭ig%EE)Pd E"`A Zעh@h  Zםi-*d-$b"!xE"`A,F""EE!)7UE!Y* Z׉h@h  Z׃ii)%E)E)EE"`AF!Y* Zwh@h  Zqi"rHY@DZ@d @ 5@U `A@ Zah  @ Z\i$r*\ z*E%Ed%E"`AF!Q  ZNh@h  ZHi{d {m  P|c"r- }-%*%*%#%B:&!Y: Z2h`h @ Z-ig%(('xAD l+#"{6)" U """-"!~l)X 5-(1~W,1(1- 5B`--~-T/Q/Sd,1 LAd-+[RE$fp/-& Aφ Ϧ-X-*Hj2c"Q+* *}(b D$L-*2_+q XXX'梊mXX|mXqm,1{~ X]mXRmXUEm-1~.1~7. ?*v--i ]-0, l,1* Z*2+X(@(*1ТzD *XbmD *Xk桲m[-M(i$ f$-G0* -?)#2c(&v&v$vĨ(v,FB3-0` F 4%PZ}0-2@F-,(i'|," Q#s0Q*-2 (/€&nE([Jm[}栺mX)0}-蒀.v.v&q*+*7)0} +y)vǻ )v-(Yr$Q,&ZYɧZWdn.@ G*@y)A*0/*p)TX Lum ..uP /҂,/ւX[Pt `X! f*҄`     &X筅mcD *XI毚m*1 5[,&$bɨD D B?*,)U)V,)[)Z)Y,&nU.&iJ *@y3 <"T   5X"cT X"cdT X"~)u*dPX0ld0h20 (!!))!))2z'%)wad P X'栄m*+}ɸ,? PX!_mwQT P XAm  %X!,m  X m" *X Z،0.! l,]/(&" DD $Bf(%@A( , X ( R'wdqEZZb& +-8@  F UZK U -X+ZA( ]F e,֝+ "+$" h X 栤m(" ) ZF G'D*e*@)B'Dt A-B*U .B,+'FF%+J(BH/F  Z*,,/* k *P\)P eZX$+. - )H% & EX!ʋGBd $%9 @ e!zz   ehZc l+yGXBc S%(FB} S(h(@&)&r쩈 PC0 [K@`h   [G$ Xh [T 0h [*@&*J [)(E^.Q: Vm @+y%) /8$  Fʟ(?(}x(*> FyP ) + Q 9 *" Zפyn  y@d)@&( L*$,\ DZ*"[ Dǿ.   .-@6|) O$n^*+Y`&)f[ *+ D  ɕP  [,A/E/E/E/D6[(@&*  (@")|,$ "ƀ"*@&[(-}@&&1+)  (N"/O%9+ )  (N)1"/ %9+N"/%9`" Z.)E/( _K*"+*_ b`[xc}l% /.p 8d`@Z@h $ X[R`m-)(UbiXcJ0Z'K'K@h $ [ pm *,+"iTcf0_%"@h"-Zc  XVҠv@h-Z@@l . <1'*+ ='(/ (ɛ†/DwUA0UMf9P uGu*r' ;-b" ɒ"'-#Ӱ*`. * =)!)Ah;E F UX 3  a a a a*R, * *QF.f  *F(! (EX $<*/$<*7- =&.!'+ F U &;EX &0*X:P&*)!H U;EX&*#&  + a a a a's&- + /F}.  F'|@'6(E<* =&Ml ,Dx-W*D + EU P %Bb) UMɲg#be^+A< K+%,AD)!,%*))$?*$>(//$A($@-!(HF $C+PX ).` +` )a (a-!/`/() + . *&/ >. ?+ @* A) B)Hp;E  UX)/`.a-a C$ U ;EX *< `f eX&LX! %GBӰ)(  a a a a&Z)C -F+E<.F*P)P)*(P/P/(.P-P-+P)p"+[p@h_L"eIGӰS UCD;E +XY.   a a a a&2&)(!.F*F/x &!(F-bBh  U  )BR G UM)fȮg`,"e\GӰ  a a a a& %& (!  -E<*F .x %(F`Bh  EU  (BRG UM)9Ȟg@+ be[G"Ӱ  a a a a%%((!+F*F.x %(F`Bh  %+U  (BRG UM)Ȟg@+be[1@h 5ZrAGӰ  a a a aRC UBh;EX%%(!%% (FAh &Xhp 9 9 ,F`(*" U %B$UA'@ UM? APlG@28l'.""l'.#"""""l'.$l%U&-"R$7!("F EE;X)).%R+ Td(0+"*XZ-bf,R ̌dyg@ .xiJ+x''0K %(0 E p 5)Z)" %Z24 %[QTDU  *"S0 @ Zԕ/,+ %ɛȗ''''''''''''UDb-b,R M  ) >-&qa.  ?*"50 @ Zk#H^+ %ٛؗȗɗʗ˗̗͗Η''''''''''''UD-".".'DL&A"y@ Zmh,h  Zfi-R$ ,b*RL @E0 DlXgRD}Cڎ)V.'$'`A"A7"i@ ZLh,h  ZEi+(.".(%R'`A,$"i7"qJ Z4h,h  Z-iTdl@md.b-RN ݏ. 'qؗٗڗۗܗݗޗ'''''''''''''''TD|Kc/"/'&!dD$L"i@ Zh,h  Zi'%.Sd^"(b"RH "."'h& *X BH Z.-,+*)(SD|C"#") y)5'5`DL5!A6"Q@ Zhh ` Zi$)R+b*} |P$'N$B:$N$BDQ&р@"`@% ^|X*<< X``% T<X)"d+ #%\*Z -$׌`@% ^|X*<< X``% T<X+''''''''''()*+,-./'&'&'&'&'&'&'&'&'&QD}Kn#b"RC 3"+')2&#("yy* ,$R+ / aaaa#} .' *&-&G #(Ĉ)#{&/@(- U &. A/N&&&<$Aa&&&"**(%x!/%p.%`,억%Y+떿$@!(%Q*!ـ>#2%!`A,&#%%!%!Y: Zh`h @ Zi&""d P&&%2!`A #%%!%!Q0 Zh`h @ ZϽiRF 36b ̥`ɦ  ZҊ#s#R'p (r#R( 37*Z 7 %+&6 aF)E)4؁ a a a a a aD X ZjR"~#QoP &S)r$R("9 D"*"@",""-"d"*B*ZGd ,@K%Z$ &7LdZ$ &1MdZ$ &+KJ.&))DX a a a a a a) Z-Q3P (r#RH 37*Zԯ7$ *@9%Zϭ$ :ȫZϩ$ ;ȫZϥ$ 9a9)4؁ a a a a a a*X ZPD"u&&&l%FG ' "(" +Үqa Gd} Bxy `p )d# /aR 5) p}(  +aP{) p}$h_$ D XgҠ} Bxy %(d  )֮X "$ D [c$ D [cZl/2T En-2&H%" "!~ G"%  YR € 9#@ڀ HR %D L%  G" 26&@0 a0.B C€,!`f Xb " ֌#?l"z"n Xe%UA 5AX,"-!"&X &9dwE /.!,xZw@ڰB Z1!񖠌 $@ %@ .f *XW ɔڰB ZVcwɱcP`h X$ XҠ'-_fPdU.w!ˏx? %Z !% $@)-0 % *X2  %Z1cl"( $ـ$ D [Ҡ)2,- "! !q(F (*20  (/ 1-f m/fcZW 4 #G X l*0 :nP`hX $ 4 `T P Ҡl0h4h5i=~H 0 0py00 XҠ-  l )@+ - "!.!t ("@. D"@3!"f!)4dE  0m$E V" $.P qpZ6 "y&Id`  0m#  2!C/& D { "fl0 @TY ВhB $ XҠ0@ @ Rfg 0?F 0y* @ f,!%! G- "Om(a∁ <"# Ʃ"+@/"A  *+! PA X/- h h0* , AP @ à) .!P€  C !:  $p m. 蓮'px y m+( tp% 0?>0? [R}h * + , Ap1X fx ?rR* % & 1Xvf>h  0XMf h  p 0XFf*fAf6) I0^ x  B f!* d& l20 %h !P?m$@! +&#*&Xa4 h XҠx !#,"4!E B(  EX$LIqcx l 0 * 0#(r`c+v# ( E" !X"D !&5 @ .f@ BͅG5Zғf"(@ '" *9 5*f#uF  ͅ ZQf"dQ"0!b**f#]? F F ͅ Z1f 3u;a {3pϡk€ FͅF Z })b R*b`n-E 0#1.` â#-#.+O X16" Q#*+ j #%PQZc>XC rCV.bR"#/ & E f *XLj` +D 0 0y-E j0 kd_& /bR")f"v BZBD 0`-E 0 j 0 k`  0 ( 0 j 0 k̜)cP-r~>".~E X"@(bR""Ȏ!( * & EXxT)f"8 BZѿBD 0 0!-E j 0 k!q )f" BZѤc5`P"+b F E & XEclE@D"!]-0*PE"䰀%@dD`\"$D Tb "$D Tb "$DA|I ` qR@ yfo  Pm)P l", Pm(P ""O"HZ@4* $P}Db"$P~Dlb,"$PDA%" fu)  f,`   z$P~DA u|I`$PDb"c * @  `[`,m DjEZ4* P ҠlDx)8  -Ѐ++"E砀%pD D|qCq@'D|q Ebt ppf hh`0[4Ҡ'}D& q'~D|q %bX '~DquPy.D|nB@ ` `[^m8CvjEZ?!"90m (Qr / 9i) xx} "Fb&"8pmpop)lm )Qr h*A E *E,@Q+ &.@P/DQBPX (A& E pF(`h UX @[ -D,dJ `.A&EE"9J~(}" p0 m0]pm )|L%P ǻ -Ǐ("DQ-  )) "І-Ǐ("DQ-  )) "І/0)*X `hD4 X-*0ho{a|\@hD,!B"0/ %&X q*e) y! * _"$ X 0  0, 0 A5X- .@,/ db/-+  8""0"pX-,D/!i -D/+h [(.@,v /@4w(@/yS*0 )*" E fX $/.- E X )A _b_l"c0"X]-bU! LoShP%b0#XJ- --D/) `o1b T "%R.D,h U Rz0"PX+-! R%be-0"X-)# q 4.@,(#` % 9"~?R   ~)" 2.D, EN@[u*0 )*" % fX /.- % X "{B %z)"  EV6y exb 5j.D,` %l# %D ` ` ` tb` 4b` *$,u1 w1` MR 0(b`+f*b X /}`bZ‚*$Po ۠.`@@  (} ^` u) )d@"8xf. hm(b ǯ*$Q)}  b" b XL9 P0 m . uP +%)ǯ)- *.   (/!%*P[ )$,bcA/d@*P|@ P}% l Cj^ 'P~}q 1 G`b'P*@ 0 w #P/@!|IsFIHC (J &% B.@  %  & X*9.@ -@    F %X/2 %I  X*-@  %"L X"#/@!.@ -@ *@ )P  F %X*.@ -@  % & X|*-@  %" Xu"l  + *,."%S@E7괂$- . L8.  괂'@x+ D dm. 괂$cfp@ "%ɪU UG"(( ((`h  ((0 )Pz)Tz' R*! Ӫ +dv |,® ">- |_+ }@ !@"* ~( xA  M"- .` @} /`! (, @p&" HC ( P if:@W (T Xt  %ʪU B`B4 XX"{.`  & %  X8 q.` -`    F %Xx f %K  Xc-P  %  XBvX/`!.` -` *` ) P  F %XcZN.` -`  % & Xc9-P  %  X"l0PB0$<n/ 2l).Ђa(X ,ԂL l$ D m9 !D" `l mI$!`l) `{. :mYZ"0r r Zfq;%rU "0q rZZr rU "", ,|E" l }. <mYk"0r r Zjq;%rU "0 <$@|rZzq;%rU ~. l2d g |;@0@CAmZ,"p srZZr rU "",ɨ(F" I~ l$"(Bim9.c#0" s0szVs su #<"  lE ùB)jm).r"  srZVr rU ", lE ùB)jm)-r" srZVr rU ",ɨ(l#%%!`A@ %!%!A`h Z7h`h @ Z1iK)! )@lWY(#"k 3(2dM E` 2)X7O AZGLLM0 PZG7#<0ZGnh%KX`` Xcwc0ZG_< 3 0+2 X'*"`  *&X] Z/,2,6l  "6lIal "2"6l,6%6~"6)6p)6q/6.6E$*66$؁+6xo&ndE6}$Ɂ)6)6((P("6%6$6l 2#""""l 'wr!QS)4p *Dp a+U ,el v"6l[(}%R4D(R"l fZ9 /#3+2   pFpb9$2%D"pFl )( `A pF )4)4)5>(}*XRz *4 XR\al!l k)r# %(Bp)D(r#R"D&r#`FP&D%r#PVD!<*p, p% UD,X +F# "F#l$R@6  wDD$Vl Vw(} puB 0W pm: )Qr fk,)+ F @_   *lj$B@2B29lc%B@3`6U3#FlZ $D@lV "" lA""GChrV" Gld@Q) dKp0" ˀy*mF a5cjbxy)(y cޣxy)(x 6  / l4"l+G,)`E `(X Bl%%hm a!X(l$2 H(6"V"V"V"VX ):)vEXXmXmX[mXm[+RE/rF)z (H6//6v  1,2fm*2fcZ@:XrmXgmXm\mXQm"2t/i ++6XX/m  Xr % ,XF m` Zc$  hXg/cBUuww'r@ p Ah  L(P ΢ H@ p Ahi(P d䖡   ;@)6*P p 78(֠h   38  P _c l |4 P X~ l0 $bt3#f"b~"b~f!"f~l@"E3@&"l$"jEZE")@hlE sPZEl'\)ZE4 p@h "*ZE'", ZEih ZEc @ " 0+" PX+ W*@  *X` Z3,",&l ;X0( <(@1V XϜX 0 +E, (Yl *Hru8()uB %" 4 *"+@E 9E 9E9l % $@X8 N u  (" 9($By"#"`E9E 90E9ld0`RRd0 5m!R$HR$`"$@!  8bcdefg   I m ˨-}c " .do$ hT xXҠ+l$yo4cd0` Hm d)yc| 5m!$X%V"$@!X " *d ( Ӏ+2d{ *2+ dn(/A *^ 0)0 5 -`b/6-dF-d+[N(kl  4A2l   a aȁ a ad0 ```JRd0 s h 5m!$H$`%S$@! i$ em$C%P ` p nH m di)yc " a* V %{1$ h (X Ҡ *€ f *€ n+l 7 F@(r U9# =)r+ 䐒ek$A c a06dhU g@ eZ / (v@ 5 + ,v@[ _ 4l  a ad0`:Rd0 h 5m!$H$`%S$@!  em$C%P   I m ˩+{c " ,dp$ h h[Ҡ+l7o4!> m d(xc " )d* @ X @+2d *2+ dX &&$ 0,` 5 "( &$@($/ "u6@9"-09+[WX? 4l o  nR!$$@}"bʣD" "R",$bɢB "Rl 0 *4w6%-Ih 8(@  8(ՠ@h   8  P  H F+P `() l Gh. i8(*  f8(@h 5 P l _(! I6  &)X[ l#%+%% '$P( )!-$\$]+UED %$/$!.$ l  C ARdE!A)`m))` s0= S|# w` "sPy;6/".JD$"J5"D"$(JD$+")J{D$l W' z( {* |ww N  a  w8w&w'D& }&D% ~%D" "Dl(  ʃ*!--p0  F4 [Ҡ0D [Ҡl'Pm r`  b!crp U "Ue/P l  +@*)- ۢ 0 7-ր`S + *~ XQT"AV'x m a"T*" &T #Em7/X `0,,?4%Ph X H(a@-ñ8}"e@(e@.~ TpO.l@P@ * +3 6"" 3"l w-``,a#0f 1&/r  ) %"$@' g-` . &"&!P[ 9"l*"%PZV T-X@e ca'*0Z  L 'p` g$q=۠ ^'*0ZD 5M4 XDm a3D C?D f(r  1P ȧ"dk  GhI'*0Z''0-XZ'0-XZOɀ'*0Z3O ~`h0(rȉr)P 0+   c Z· l - /0='% #&(" ,F "͑* ` da"& 5$b %Z0)P" %ZYS4 Ph3`h %ZU D do@h  ` +   c Zczl# &*J   k! &!Al$  A O( L , + ʼ 0!Ab Z? NGp EӦ//l( lȄ*ZK( @A(eR$+((),$$*" l-2S@p @ Z$&' , '.Rqb o Z) Eh)h-25@p @ Zc.2.6/2/6l {mJ %`Qs0ww:  %#yma <wy0f  %} =-yl$" `# J* h q3F )Z©) V - A(x*P [ L)/l#")*X(("(" l `h,T9t+ O 92/-4.3,x=D KzPq| .,( t#w|+"  4 Xz#@5"qh@B _l [" ہ $. ", 8=D xKzpNq{z{ ? . ,(  #~v~F F  dQRdT   qJہ E. D,&"  8=U x[zZr{~{O ?R , .( DU p[zZrsrs  %. $, 8=U [z^rz ? . ,(  4~*v~")D3rCu3"#,c 4 l_] BKf ] = 0 f{k)B" lAdG" `Pl@dGK " l0l%1`o"1`o#1l%0o"0o#0 l" # m((7@(7D(7H(7L#=l" # m((7P(7T(7X(7\#=l&'l%'lE3#..O_<lL ?@     @ #-<Pd, (8Pp@ (8Pp@ @@  @ # #   h 3 3   3   3 3                    D  L  X    0  4  <                   @        (  <  T  h  x@          @                $  0  @@  P  `  p  |       5FXUj+h#j  *h+h+loJhJhM)JhNLR=O  rr @ 2(N АB@ K= А2dPААLK@А K= B@#F  2 B@ K= А  dZxnPF<2(  V V^v N: "jzrvBb:.nZ*6> jJzrR ~ B ^bN&"f .nZF*6>~J&fFR22  L  `hlX0$ , `ph 8XDx $dP ,4t@|HLTlD0 p8xdP4@H tT \<|\<(( Q QYq I5 eumq=]5 })iU%19 eE umM y = Y]I!}a ) iUA%1 9yE!aAM--  G  [cgS+' [kc{ 3S?s _K'/o;w{CG Og?+k3s_K/;C oOW7wW7## nx<Pd2FZ(is7K}_-AU#00YY0$0<{,{4~tXuuuwww<t\  ,(0PpT`wwwyxy 0?0?YY~%48(,48@D{({0?{8{@?|$~p~x~Tuu ww8@>x|TX$(0 $0PpP/88yt/ypy/y T ؜ X  d  p  |     (        X  (       $ D , ߜ < ޘ H ݈ X ܀ h T  d    װ  x  @        ֘  `  (      ՠ  ՘  `  (    Ը , D   $  , М < d D , L  T  ` Ϥ l t  L  $      ά  ΄  \  4     $ ͨ 0 ̌ 4 ʼ @  T ɨ \ x h H l  p  t ȼ  d    l     8  @  $  L `! B0c@P`p)Jkѭ12s"RRBrb֓9{ZӽÜ$b4C dtDTjK( ŬՍ6S&r0vfVF[z8םǼHXhx@a(8#Hi +ZJzjq P:3*랛yX;l|L\,"< `Aͭ* hI~n^N>.2Qp:Yxʡ -No0 P@%pF`g=^"2B5RbwrV˕nO, 4$tfdGT$D۷_~<&6fWvvFV4Lm/ȉ鹊XDHexh'8(}\?ثJuZTj7z *:.lM|&l\dLE<, >]|ٟn~6NU^t.> | @  0  AA@@ AAA  0^ P0@01  hP    QR O  N N M NĂ@ O P= O@ P P` O` )`h )rbbH)b@C  D hv g g )B@z *0 * *? +@ + + ,0 ,p , , -0 -p -  `4<T0 t .0 . i - i0 hP h h. ,Z V 8F??   P p@#! ~<PhG 0I$~~@  !!ADDDD̈   D@@? jP j j j3** 0 0@ ` kP j kp 888P 2(D?  @ <p^> t 4 5P l  (~L} 5 6 6...XH({`X 6 7@ o 6T< 7 7 m 80 8p( p 9 o߰ p0 8 8 l   4  p q0 9@|  lP0 l  0-"Qh,pm@ P$|̫DK"rc[-"DCr@ `,pm@ P$̫DK"rc"[-"DCr@ `,pm@ DK)rc*P"[-"DCr@ `,pm@ DK)rc*P" [-"DCr@ `,pm@ DK)rc*P" [-"DCr@ `,pm@ DK)rc*P|[{-"DCr@ `,pm@ DK)rc*Pl-"DCr@ `,pm@ DK)rc*P\/-"DCr@ `,pm@ DK)rc*PJM[E-"DCr@ `,pm@ DK)rc*P1"[3-"DCr@ `,pm@ DK)rc*P"F[!-"DCrB " [: 8 [4 "[, " [ & " [ " [   [  [  [ " [ " E[  [  [  [ " [ " [  [  [  [ " [ " [|  [v "-[n " %[h " [-" `,pm@ DK'rc*P [-"DCrHE[* " [ " [d1 (,@h E[D8 F7   ݁[p  $ [k "-[gL"SqR EE[ " [X " [T  [O " [J " [E " [A--p c,pm  0'|̫"+'qc, [/-"#qdY4,pm  "+qc*0!M[*0 [-"#q l`(b ІE[*b+@pІcE["s)J [ [Ҡl %*)PZf Dp u [4ҠҠl( $+ +钀$)--,%** #ZٓȮ+ZgҠ* #ZIIm* # B[4 Z&m* # [* # [0lD h2   fE`h h [.""rKEh[   - 0)[`h h [ `h h [k,u"OrK^E[ `h @ U[]*qv2Py% Ob  Fv!,E[ l$E["1 4 P[4s4 P d P[]T PD P "[4[l2`h h [("`"r[ !l"%Z/ ( @L(R*Z !!*Y\,~+S! %)M HC I- -~  d(A   (~. @A?~.m<退$@ @8  )~ A  ,~  O}@ %!(E[F+4E[B#`h 5[ "["@["[`h" [/ . -!d E E[ 0 [30"N[3[3:v[30lh [30b[3@`h [DiM[3"[z +E`h# [g,  Dtkp %;E[+ ,- *. [+ `hN [u*[&d`h#@ U[F( (d@!d  ) A ! 0 [3` Z&p* *|  "[dfb`h %[=`h 5[8 rUU4 x+t-P(P/P.P p!! E[`h! U[`h [|!crt `hz [) ) ?)0FF UЀ" [00[3ckݮ.Ё-Ѐ00 U@[0[2c' f C0P E[.`-`  U[4 [2cff.`-`  E[.`-`  U[4 [2cY*  "[db[`h %[`h 5[$LN 0!yvE@E`h [`h# U[]) 7  *~h OOf &a~,,F 0`hf[K)   *~h OOf &a~ 7 f( Z%D5b"(BE-h[+ ,- *. [+0  [2W`hԑ B`h b0~ [2H*[d Ad   A+ ,- *. [@"E[|+D 5[`hB %[`h 5[`h [*@  "[Kd+ %=E[X+ ,- *. [+0D"N[2[2@`h [DiM%[1 9 -6 %RE[0+ ,- *. [f+Ҡ  %\E[$+ ,- *. [Z+`h$ U[$   *~h  O DO D $A~, ,F 0`hD[&   *~H  O fO f &a~f$ f`h$ U[u(!  (~fT f`h$ U[g*7  +~h OO f &a~f f`h$ U[S$   *~h  O DO D $A~, ,F 0`hD[A&!ff &a~Hf f: %BE[+ ,- *. [+l h[$(`A$ [ }(ePg [Pl@h$I@hą[:3t9E(* (*60&63$61%62'(6(6hb 5h6(ZjfbU]-6 Yġ(6#"6#&65Ř)66(67/68"69+6:.6;'6<-6=+6>+6?+6@,6A+6B***6C&6D)6E( d(6F/: /6G%6H.6I.6J$6K- -6L'6M,:,6N zb;Zjf77} 5bZjf..} Z6(Zjf%%} J6(Zj}fh} :6(ZjtfD( .b Zjkf-641,,6-Ҡl(!,ȩ'[Ҡ l" " ""l# 3 "2#2`""lpH|!}  /.}9*@ e[*  䦩"YF㦬.+v.p w~ d%.q q b [*}(r_  %"/ [ $_"*  U&- UF%/ f E[$l +2F ([-2F!( [/2F"( ([&2Ff(K>F ","*+ 0 U| [#$%&'A F U[)*+,A U & [}#~P@֝,,&{ , 2 , K,}q,6n,O,'~ i,6f,O,)*(f(U(~_,>[,O,+~ V, 6Sw,G,,'~N,:K,O,-,+~Ep , 0>Ap, J,A6>-6*6+6.6#(6)6 C&6 %6 k  /t-6 K.}  !X$ !P!$  !@1$  (  [+,Jh [" 5 [  5 [  5 [!&N` 5 [P 5 [ 5 [y!n [q!f 5 [!l*((+" q%рp{;ˡ,r((t,v,v/s/ /z"Ufl[Am%P?$@/r(vǛ l om  t/& (} O)md.1c/2:+1g&1j%1l"1nmр~r$5$+ DeDDe> De8@! +5fn )64 )5k m/ m.1c+1g&1j%1l"1nmݢ'5 DeDe De@ )5pl *64/5f .5k m m (24Ƅ,G(Ƈ/1mƅ//Ɔ-1m.-梞mH$2:d@?Np@[ 3,2+1b l ,+/- /['*+b.bb-mBo  /b9~$0*bv@E0 [Bu9!iH+. Ɓ Ё[dmЁZb#m ~gm@x{%P&`[Hm@}p+&`[>Em@p+(&`[4m@‘yp+,&`[* Em@}p+8&`[ m@p+<&`[ iH+1g&1j%1l.1c'1p(1$2:"1n$qh Eh`h e["+x & E/h1s-  e[})ҐҐ*b}.b~bz%P=,b{ 6.bx{Ϧ@h1e(1e'6:'5.1c+1gmD5l%5n&  D /5f ?5p%Ӂf hd `h % e[G(  [B*`h % e[;` E h  e[2"fv$ EB eZh[*ceB eUh[$cMl QBeO.*@.FыҊӉԇ՗Н.G$B" }!!&4>6|X , b:>6 p" ,6l5 5 !f5 )t~.,,pℹ$A /I€ #,B      Um*/p" !p~"! f f2 "&V6#B 3""F&R8  6V8,€ p%m:,#"B!!b" 30Uu3 3#&%2U%6""""-6*6*6*6 6,6*6%2 UU%6"2""6*  u.(t~ E!Fl@#m:Pv{U  "Pl*`@h$# 'bz[t4 (t [c0!iq! ]*@\`B'md|aw/hbLܠ*}Pctl&P'p@h#0.'p@ht/hihaRhbB1'4d_T1'4d_B!9'4\$T" ( [ϋ  [ˉ!9'4Q$Tfss"po̬"l0&' iImd`A   "-5m(hl|a}a6%P$!wy&hiPdcd`Jc@$$`, {-m`b&pwi kc{Yɂ$$6-*l[榖m;=5t r9(,$7/6.6-,5(-34-1,+(R5)JE馥$1ـ-X E( ('(,b' ,f/b(U/f .f(b  (f.b.f-&5/b /f-b.J-f-b,f.p,b ,f#f#f/ -b -f+b +f)b   )f.b.f,b ,f*",@t *&,/"- E U[ e[ u[ [ [ [ [A+[KEB %[K[K[EAF+5[+E[+U[ƛ,+-)PA-bܝ,b LS$ % *y -Q*?f#.dQ f#/" *Z u[}*q}@~b [}b+[}B [}B+[} [}+[} [}+[}BKu[}"j[}j[} [}+[} [};[}"%[}"%[} %[} 5[}b %[}b e[}"5[}+q" @x 5[} [},q@;[} [}}-q@8;[}K[}bK[}BK[}}"K[}z  [}hE "J[}t(b (f."/ /.&[Fma,dôhp m  4213H,/q{+E8  i/.V)*V*-V+  ! : !eK)+)֌+֐)ƌ+Ɛ)+[ m (qf (q'[Υ$ց.ւ$փ)ր/h'[$*$(Km-"#.q~d+u[[)pK[İ ,.q~&` ff  ƥ-~-q.qd p/Rhe(q~d/) T [|+[|cB5[|c %[|c %[|c.-!dۧ[@h\ [( (6 / DH [Ҡ,b ,f؋Z f%pL[} [`@hJ.qea/qe[(qeU)q?$ $T$T-P+P,P.P$T$T-Tv [|6 &v$V($T$T$T-P+P,P.P$T$T$Tݭ̬ [cb*V):*V).V)*V*-V+/qe,bVW ,f*b *f(b.O +[&/qe(qe)qecwlD(bd $f"""F""&#F"f##f # #&)(c9 (.()([|/+,./-*-'*#%&&#)&! #3&5)5&%)o$Q#P#f(&D&p#()q(#c#&s#(#)(0c#&1#2)3b;&l#m(}) o>&&#%U|N))^#&.(^()+,;$)).):)/()b-f{(d*)$9"m&&&b#'(c3 3#!(#&0q$4Q%6h&10(#(11m&12(13k&2(0lg&0m(0on&0pi&1 (}#0P# U&&D'$|z)"((!" """^%B(!)(^("(")dfy;)cDd"^*"+셄#-/.,+╀+[n./-8R,"*+*';,!~!&ـ#!(}/|9}$ɀ*./#((/.*!}Br.y.x&dj.rcvj'"f*)"c:-VB)$/) ؁!![{o-)$-(%$Q,/!..PDp7/ .P,p}#DU|6+".^(rcf*%v`$ve+&vf"{.n %# [-./!},Jo@9F(!}"rJh@9"vJ"!)dd "#f$f###e%(!e#!*}9oee͚d}*-/."+Ne/)!e)e>&.y.x.ń(}*y/.E  D $f#f"# ##R"l"{5F)rʒ(m&D*r\%Sr c#}y?z?+~ͳ,-.~/&&f&&lo"1%1{"U%5{"5l l,)@h@@*h%**,}|L#3`A6#33 hT [`h [*0#D2M @/ )fdq+Eq,FG A m(D(`@ y|+%A[(L" \|(-P{~ٗ-&Q&q[G!.Kekt( )Kb #f!d^q2`BB [h[" T| A[L괌) I/N pqy0D ˡ%[m&` @!/PA`+` ) E ȁDp m$@,H-. -%L2B5A635`A35`AZ%L(B)   e"`*[ap%I U)F [U* `h  `[K[  [F(0) b,Iݸ e c[:p)H [0m a* h ['g[  ["cL݀ [|  l^]"R3@Apm)g"b#RB  "2($!($ (%(%,+($:($;(% (&($Q($P($^($_(%*'$x(%1(%2(%3(&($l($m($o($p($q($w(%:($s(${l"!d14[{(v&%R~)/ , m,@ U,ـfd*) 9yc `^`da ,s"&(!FdaX6+P! [6+ `f6/ 6/h V's6$C6&,-" q&#Z# 2+ !3['&(-h ?f( 9xc+yV&+#0=f!( 6)zF  *2+X" Z]fui*+%`(Z h&* e[g`E & e@h [^,&+ǀ#0=fɀ* 6,*m*4z}F  hNl[{{BC  u>u Y iFD<*0 F*H& %m1$P0%% 5$P 4% 9$h8%=$P<%A$h@%E$PD%I$ȁ($@!-%!,,BC `  _d  Wd Sd Qd+ ;B%`b,F&c,F[{(ՠ[{* Z ja _da  Wdd Sdk Qdp ;H*D,#D-*@,T)^B- +@ F $CF *P[ x d _R _6_"`:_& __L l ђI(}+"*" |@**[`**[WR& VU졏WXQY$ f E &;[J~%WI)U˰{.Vp Jt, VUW VUt VL 6V %%$؊J[ !&J[V'"/"(֠ 3ـ("."9~3 #&`h0d1 " < / <!!<$abNb@6&96+P[z,J[n ͢/5ў32͉V" yCӆ'/U m( 3*")" 9y3^0d1V UEhr e[ VUWEhh [*V[X*R-UWEh#".")"o3 *" 6+"Ⱦ| ]F #".")"o3 Y*" 6,"ϣ~ ]FN h [U[XǍ*R-nVŏWEh h e[c[X[X*R-V볋UEhh [+"*R  **[y-",R - *[y@-p`.P[[ ^XT%q=֖۠m @ *fj h hl$: hL[7(L[5@ [1%$a@[h_ E}` h) @%PK&"#am;$@ %P&` I(p ,5€ )&0  l+h@   &.`}"!t X[Ԡ  [{K `D )(`}33q+<0# l)pm  r_E8.T0[~L3t9טIm$ ) ) ) @)[~| m0$@( B&F&F&F&FF)[}*B)F!3r  [}榀)P[}涀)wU[m&&&&&$@%|hm$@T [}#<t9^)%#P x~m!* *T) 䦍$@ u؃c#` jT+mv* %˝Uy[ cH+|`-_"_".],?6&`=  ,vV#/`fEe €3,3?(c e,3,3C7`EEp 5$@ D`hmI退$@ & ~,€, ( i , (,&` 7D6x(m,|` A%1$Cxc m,|` A e $@ c-|` ﶄ& &! &1*(r-,ֈ+ƈ).rꢏ,-.n3vp+[ [|Y"i$/ `h[|""3r3 P [(r,q(,I*+-Tꆉ$@+ccl.(A6A&aA$ I%A&A*A]ݪC , e*@8 (E /F[ /E  E,G"B[6)"6"A6)"6,A6.gf""Ba(@) @ [.2-A |.6-6+2 +6*A`*Az+"(2 O (6%6[a. }+|6%-2z-6"Bb'A*A&A%A.A/A+A"6Ba'I*mh- e[ +2*A)A **E )E&2(2%Af (fU %F[.2/2 ..E,2.A-2+A%A D*E]FۤeDe De@ ,A )E F[& ,E  ,E(B[6,G(6"A6)"6.A6/wf ,2{W(2U"Fa!q@ ) [>.2-A |.6-6+2c p&&)}e:+~e4,e.c7*h EA-  e[2  /E  dT x-B e[ G-B e[ EB e@h[c%B e;h[ c Ph %-\ e[H *- %[ EB e"h[cB eh[cl(())[ZODK[H*@ҌK[<ѸA E+RfINM颮sǯKV$I)VƌO )BdB1bAP m ={c-@鏈DE , ,F$CF,VȈB.@.DV/pE)V,-R(B )V(VʎA-@-CV.B .B-B)V̮ #Dq*@.@C.*m̮(@CD , , ,,f/.V  -V- ,f. + ,f-ނ *fV@ " %fZ[mCf+f!,AjR[{-RF-V+RD +V*R*F/)R)F0(R(F1/R/F2.R.F3-R-F4 *V*V"V"V*V"V"V"f"V*V*f*fF*фK[|K[c-@k 9K[@ [c@jX.} ( e[:*  e[5* e[1l(к+軁 / !-҇݁ 1+) :軁ʐ   , ;-6,6) :. ;zv   )6,D ,6)+/2*q\7   B /66pH.$DpH 9褀$9)6/" h [{U("DxC)"'ʑ)6*"A h [{K+"D{C)")ʑ)6," `h %[{A-"3}3."p `h 5[{9/"33 l*+: ,((n +` J* do [{o [{s [{kF$ [{P3i;",L)'TF,G 8 P[{=xG(6R%2S$n 06V"(rB  U& kZZ栁mDuI+ +6X'|2X)JR!_n  G,6R  )6S G2S,GP#maif [{@-pn. z :%/8nŇzP 0 lQ@h*v,p   / E %,q ` tz" @h[@*}.r_ ٝ0%@h Uj [4 @`@hn@0< l 5E 7f`l@F%!X`:`& *@A4h9)&!P%*[uId9T P[{* m-%l⢇)h()O pM( 9x#P #"|,}"y!ـ+z 6,w˭,|O !. e[ h:lt((@ p$B#2$ D3$2$B+Ph [aK [w?(",x#sx }0})P[k 7!#qd'pϝFp & р΄  &/@P.DQ/P8  m.(̧)B,fB& % (7P +=%$ %R4*D*&BD&@ @ #z'r̨wB+B%t t +Xv*[?@P-H)t7DQ$@( _yR'DQ&[-3  fvlKKKh Uv~" 1 v)>4 [U 3 b!I*b+b.bb%P Q 6yzF@d@dA4NF*PZS%\_b! b"y/b,b +b 9{ަʨdDԠNF*PZS#ޖ&:(x fF f`EpXI٠ @H(dPEACP ,h`h[ ZRA%0{c)g(df%(UU,%%(hX(@B)$P4 `hh[ZR*#zY#+%Y&Bf`,B߈A|3 ` ,BB|3 `,BC|3 ` ,BD|3 ` S,BE|3 ` ,B.B|3 ` ,BG|3 ` S,BH|3 ` ,B)B |3 ` ,BK|3 `Ӣ,BJ|3 `,BI``Ut "[@C@gZR4*%]\!E"`?t  %[-gCt 5 [/gCRt (% [w)g C`h d+[m+g`Ct  [c-gCrt  [Y/gCt 5 [Og*@C"he `h[A-gCRt L[5(gC`hLUd+[)+g`C,B-B|3 ` ;,B.B|3 ` Ӣ,B/B|3 ` {,B(B|3 ` ,B)B|3 ` ,B*B|3 ` S,B+B|3 ` ,B-B|3 `,B.B|3 `;,B/B|3 `,B(B |3 `{,B)B#|3 `,B*B$|3 `,B+B%|3 `c,B-B!s"t  [ӏgCvt  [)g C`hL d+[g`C6t  [gCt  [gCt  [g CV`hd+[g`Ct [gCt [gCvt [yg C`h" d+[og`C6t %[egCt  [[gCt [Qg CV`hd+[Gg`C,B &b"BV f"'n!#Q[+j @AF [+! j HA [{J m-h&%S[t*&+BU{S,B &b"BV f"'n!#Q[f+j @AF [a+! j HA [[J m-h&%S[T*&+BU{S,B` &b"BV f"'n!#Q[F+j @AF [A+! j HA [;J m-h&%S[4*&+BU{S )/( E e[c e[$l|)h(z+}@ApMy! 6)w.y~O %"+) " ( 9x#P ) hDŽ e[l Ē-`(`.`/`*`)`wwC eC U  [dq`G U!   e )h [ ؑM[v*`f)- !(E[h [O`@pM *`,f*f+- !(E[h [?`@pM @ )fc*`' ,f,f/-n !(E[h [+`@M *`)f0f1- !(E[h [`@M *`)f2f3- !(E[h [ `@M *`)f4f7- !(E[h [`@pM Af8)h ! e U[C*f,[/@ , flⲒ,.-f$R#R&RR*&B4$R+6B6 B2*&B`A d!+P[vY*g m,gc.* [vP-g m.gc&V$+V %*VV"x D& [v,+?V&./  ; 4fԋ/ d, U /  [[v!&F*B+B,B-B.B(B)B/B)F)B(F/F(B.F/B-F.B,F-B(+F,B)*F+B*)F*B+(F)B,/F(B-.F/B.-F.B/,V-B0+V,B2*V+B3)V*B6(V/V)B7.V(B8-V,V+V*V)V(V[Y*[W)R$R-R/i/R M6(RɃ x F.ddS)V[EH0 e E[#)R*('#-B,FBB/vB VB .B Dm a"([u-B .B"Hm a"H[u-B .B@hm a@h[u-B .B`hm a`h[u#R*R3 0[* [uO/ Ę @h G U)p[I`'*v#v&v (r0@h %[un0+r%0@h %[ug0  [u[ؠ@h U\ r)BD,  [*&V"*R+R)r&V V$a-Q} `@ %epq*st[(*rk( [&栤m[),Rd@*R,R$R +R /R +V+V  F0V' [u/fd)R̘ *R$R#R+RD3R!3o V'[t0[w[)R+R  .R-R9} /e j(ea8&" [ Ô e["b e "f [ | e[$l[u&a7[uS o7(~'e/血/)e _/}衂'd(|)}*~X7 7)-Ѐ 7@p%  p= M p5 p E 9-}Y7[ 8%@*3732 7 7 7 $ U7U_ mB,B,", B eF*  U[a[tB  3>h  -FU)B&%S(|*},X7 7*~) @@0@p   M p p 5 0 E 9* 8=.@/|)~,}_7% 7 77@'7/Bu@UD'),B*B 8, -,/ۦZP,, , @Ap eP0 U,p[~H\ %,} 5(B,BB,{ 6 6,F@~HD EҐz U Pl 7ŅĆÈ) A+ %f 5."@B&`a (  AfqDB $  u$* m++%}vcǯ .&A.B+/ ,!} EB F.` ,&A /"Z-rt ?9&Z&#a` E` e[KH8ߛG9 H3!*"?,[}N(r ,BHHU \ +F,[p-r,B}j* \- +F,) 0;(n fJ` ,&VK/. ΂P3'P*&T)&V K+"BG  7+&B 7[sW(%&?)A%&B%vpvr$)+~ [ 6*&?*&B[s."BHG e x  E[3*"?[s"B-H)&?[s*&Bt ,"?-vs+ &%B* x` e@[rt-KH%B* d @[rt-KH%B* h @[rt-KH.%B* l%@[rt-KH%B* pe@[zrt-KH%B* t@[prt-KHB%B*$x @[ert-KH%B*8| U@[[rt-KH*r *&?HFBlߓ&h  ` U;[&")"_XC?f)" 9yc_`db#I`4 ['\K[ p7/~޼,V*}+" |Ԁ**[y+-," &P*[yo **[y.-" &*[yo ,"*" ".B ."9~_٠% a,n h > e[q E H /P[o@(Kf %H,p/eLnE.W 5-W +h(c[l٠% h 9y"  8e h .[[]."("? h("/"9_eh  e[0 E*".""%P= ـ," 6-"**z^f +~`r*".""%P= ," 6("ȋ|^f@h4 e[$*".")"Aр+" 6,"˪^f@ht D [2 s  h:h ZK  h" h>l + *)%},B#<%`#  3@A)[l-`)[l-p)[lI+%C @-, 9| <  ޷@)[y [y xAޭ+ maޫݛިx݄ޣޤ!Fޤ*)*A*Y$ 5+C+s++%)B)r))!  &cA  )@.BaP(/B" a a{`Ӗ' Ҙ%;%& U$ [Y e_y*+%P=ɀ, 6-,0| F@h eV`[:cQJ "64 X[l,-F$*+-O ݹ.,9| ݵަ dt8!1b;%8 [p ,,--*"!ݚ*%&,%&$&&&Z[ݒ/.ת / G/&( %PZRTf,0"Yr 0[xQ [k )[xI@h;% U[ 8d f h$d*+%P=], 6Z.~ WF t~ e[cz0[kLҠ hDK[, :K[.9 ++++++++++++++++...)**,&5 *'&)ݏ *ݣ..ݠ*-ݜ+ %9HR;%  [k8 la(B K[݅݅(`p!M &K[s|(((((((((((((((}F **| e)}&-x<,{w.|.SS/ 5,M"yy ,,-yf E|z+[l~"FE"FD"FC"FB#BK#E|#E}#E~3#E#E#E#El4ۻ1`Z"8L*H4 P)m e$@+)UV$*WX%P> +VPI[j۟0 -" =#]#\ !L !$ H "@ [Na%,*.`}# 0[jE3i;*"' X&l l܄܃(b  |%QQ&Q'r#bG w3'2'r+  [[}-@6%RA[Tc.v0.v1ܨ+4.5M0)P p&T/4#b>*5dfb+1$4$,PPb&/4-'4">'6'4N'4*'4+c U)4)'4,'4/'4M'5*'4[/4Yejf-5|(4XI :a,4% +5[m-0$?.0%4a U[.0%.R cb EfoC ,Ҹ,ָh [l  %cE6',1f*0. e.P EBh[ F-6bf.P',}Bh[ fcEbrȍ[l- ".P*P %Bh[ &*6bFc E,6."B&B)[lK*6[l(2 (6 6)[l:-,2@d[k-`h [k-J0[j*2 K[h@ dl*2 K[b@  P[l+b! "" 团`B۬h[` Нt.}{*[ilj۠۞%"#B"/>,"+"*".@Epс%р m{*+" "ɋ)0!sv`@Rfv)(:#)s)/,&((1..(-)2)/-0(3(1,"+"*"'B-B /B(B)B S Tz=>?,@-?&,`q+B!@![l#?-2ڙ&#"(&"x fg>+?5-@+B`l!a[lf567-@,?&+B`m!Ё[lfk7,2+6 -@,?&+B`o![kf4;<=-@,?&Y+B`p![kgҠ l* um$@+ a, `nd3{;cJ`$B""4 D"%!$!* AUa[u)!(!& %$}рL  m.!%v`c%T FC&B$:).}/ G /c+};y% )[%-+ AUa[@)!(! %$}L  m.!%v`cں/d2(&h-+"bڱfB#$Be* a3a[ ڪ.d` L F wmtڡ*(dL%v`c)!~oڙ*l[m[mڐٔ(2L(V[R桴m-2T , v ,)bs,+ G )[#dm[Ym /2JP/[5)2,bK *2 @."   & F ZN6'6VU--+Ry +Vy-{PPL$Sm) <"/ր) Fm$@!*~*I*BAP %-Rv -Vv+R~ +V~*bƿ@p *f[&,҂,ւ  9H8Vc/lt̰~Xm  Xyc/φϦ *~(?[ ?l"[ms'2&2(2f'2)2w(2*2)2+2*2,2+2-2כּ,2.2-2/2.2"2/2$2ߢ"2%2ݤ"$2ܥD%2#2ڥ33"W%B.2̬/2ywfUU#6/8 (0d /(1  +0,0.0/0(0-0e % e  U[l+,̾Ġ %  \7%f [.,-0F [(+`@MJ(10  %( CU6)D((H  e[H2$ XZH+0)10 `E +( 6װ,D &  e F[-t [rm[l)22y%p6j$Q /6 B%2*)B1+B*ک)B +2$*2  U)qU "( " "  edh[ )X[Vm\%2y%R)(q/BM.F1)B+B-BB'x/F^%20'p.F.2j&-F(+F)6i0m/6&M 6%/K+2%/0.2/(m@/6(HM 6'/K.2'$2(0/0լ.2U/,-2&(.6,DG,,Dp e,D `6*&  U[%6)eFtb eh[(u(6)(6**2$+2L,6欻o +6#[keM m~|(2B$}ڀ)-0 6 Y^-Ѐ2('sn(.6' `Z6(%S j*6'ds.2'+@#h, & E e[o.2KK(0%6,(10 A 0<7 ;&-ZG-0,0.0/0"0+0  ? D U$F   e[E~  0- Y),"G -!  .1 h $fX7%fM$,0+0.0/0-0*0 D %& e  U[*)̦ %f [.)-0F [(+`@M,1-@& o H (D.c 6\*7( t0 e"&  U[)7dט)6(/6').$Q/6+)6,,r}*r~;+* *4ZG0.0)1& Cl.* ( 6/@( /D & "j F U  e[)șt)6&\,6%-2%d/2'd/5T Ue e%/[י/0(2"%2/.%-5( //6(M 6'/0.2'%2&*2%)2A*(6!( DR e(*[z/0.2/(-)(/6&?M 6%/.c*2+Ȥ+2,[/B'UMU%FU(B%\?U'Y(BB")FU'))BȔ*Bd+2%10,2j%6iq)2'd-2&*2K)0/0.2( ,.6(2/),Dp , , ,6,΂$ e  U[c*'6*"e&(%'+2%6*2$o +6#*8[jB.2'8'\)%2j.-0/6',2(-Ѐ  (,6($j-6(?M )6'+>)2(2&/0.2%2),0"U.6 ,(6/*E,,, Bp U0 e,h[ &%6)eFtb esh[+u+6)+6*`d E e[p w62p (2P (2 ,@֠^ h Up e&`[/B%MU%FU+2",2-2j1/B(B)BB"F$)F2$$@(FU0"U%F0.6i%22-6`E6!% 6#$ )61U V+0d,0+0.0/0-0*0ֵ D ! e  U[֎"0/2*0"" *"( /]  G0#  Y7%fM$.P[- ,![P.,+*$/ 7 *##//X[ - ,![D,.#/+($.7G0  )1t}l*& ( 6נ+2yd#.@( @.D)&(1# # U,C F땡  e[ucc e[o@ d  dz e[c4d  eٮ 6  /B%FB>B"(FB6%\?U%FB֤.6(6'*/[ie2֝6&/`(/6%%X[idj e[.d e2 e[$*6%*6&~ց/6'*[he/3 5$ e[&h +6)+6*2,r}*r~[7 ;+ *ZEJ,0+0.0/0*-0*0  D e& U&([/0.0,*0# iD( />"F #& %f$x e[,6' e+"F %f$/[?-,[w(+/$-7/*).[4-,[l)(/+)$.7 D0  )1+l.( 6(2yd)@* @ )D.1),1 (*# .[ 6*)2#뙡 *t0 e  U[)21$5)6(*6'..6,)6++2ARH)6%dz/(  U eT[c^.2d(@) &V*[hXeϺpü   W6p *6&6%*/[hE6gd6'/`h 6(%X[h:+\e2h e[R,uedn֨ j(2dd)@* &b "z 6< //!/+ [/.0F [(+//`@M "6&Y?M 6%)h Ӣ+2%"0%2*0"" *"( [  G2ݝ!.+ [{.F [.+- `@0M r 6()@ h $ )6' k.2'*0/0%2)2(2&, p ,(6+-Ժ,c&,,*/, B U e,h[%6*/-&6) Z , [ՠlu .@.D#fc?r$p  %6%6&/)h[g-2&r$ e[ d d -6'6()h*[g-2(h 5 e[d e %O eT x[c$x! %  e] [}cb e[w/6)/6*"< l h<[zԉ" ;-l h<[yˉ" ;-l h<[y5m}x [QԺE0)K-l Դ )P*/ ;[{"(Ԣـ'(! :[{&4 0T `[ȧ"w)*l+ ~Pe`"% .ՠ}/ I'ԇDp"`EpP}Pl h<[yBmr (}" [mj3 () L +ơl h<[yӀH℀-Ҡl h<[y~WH ~-Ҡl h<[yrKH }-Ҡl h<[yf@H ℀-Ҡl h<[yZ5H }-Ҡl h<[yNxH ℀-Ҡl !--,)()P* ;[zi/d#!N"w!m 0[z4 0T `[eץl+œ'~Pe"%+ՠ h r*Gl& &)P F[[zX1"Zhm,}/e'pa` '  [x@ R`h;[z:q( AB0 0*B0 m+zf&`a` '  [xfө*[z)ܠ$ [̬ *ӡ [z ܠ$ [eq`h+[z ] " m+eP+$*! [x-@r -ƪҠҠl x )P*/ ;[y1(ҁ9  0Z[yT 8d [Iȧ3r9*|+ ~Pe`2% .֠}Vf@EpA>F$ , ,~G -/`G"  Pl [yd @D  & %[ B [ l h<[x?"" ;-l h<[x5" ;-l h<[x+" ;-l h<[x!" ;-l h<[x" ;-l h<[x " ;-l h<[x" ;-l h<[w" ;-l h<[wى" ;-l h<[wЉ" ;-l h<[w" "(~-Ҡl h<[wһ" ;-l h<[w։" ;-l h<[wm4 Xh} Xl h<[wm4 Xh} Xl h<[wm4 Xhm Xl h<[wm4 Xhm Xl h<[wm4 Xhm Xl h<[wum4 Xh}E %XlW h[?@h;[x (#2%10$Y/%  &f~f "`p[xt $ [eҢ7-p1{eb' !*3(3$ h J+3*2,1&]&hEXS,3$% //(3P + +,3//(3"**+3y , ,/3x ( (*3w++*0,3/+  9&X4, ,-3u//(3t**+3s,=* l h<[v栽m+"E! %` `%` Pw' }%PdL"@~ %}d`|dv 0D  Xa cn "nԀ/H " 5 . &""  . f"% . hl h<[vm4 Xhm EXl h<[v|m4 Xhme %Xl h<[vnm4 XhmE %Xl h<[v`m4 Xhm% %Xul l h<[vP7m4 Xhm %Xe~ K) )l h<[v<m4 Xh] XQl h<[v.m4 Xh} XCl h<[v m4 Xh]E %X5l h<[vm4 Xh= X'l h<[vm4 Xh] Xl h<[um4 XhM %X l h<[um4 Xh- EXl h<[um4 Xh-E %Xl h<[um4 Xh- Xl h<[um4 Xh- Xl h<[um4 Xh] XϞ(} (}lh1* h<[uϻH"} "6}-Ҡl ЃߝÉ)(+)P [[v р*. `zl/ zzf"70@[vD 0$ `[Mʣ3u9" " 0 8͏`l+`\be`0]$`hm*}/f`%A`  ' [uT@h;[v+a - m }b+f`cdP$ m* a*$˥$  [u7 P" 8e*$m+}䰛f`%PA`  ' [uL j$ m* a*$˥$  A[u" 8 8dT3h;U~14 @ "("!  Pɋ[t Ҡ`(ŋ[t " 8ecl @h;[v6y h" "m+}hbeP'pa`  ؁  [tf/"d#0P ϲ+--|`h "m.ݠ,d%a`  ؁ [tf ]( E"%[*Ҡl@h;[u h h m+}p䰖eP&`a`   [t~D `h m*ɦ'p$a`(  [tjf\#0PҠT hd` %"E[* l@h;[uр͵ h$X U L h m+}h䰡eP'pa`   [t7Y < hm*ɦ&$a`   [t#gQxa#`( %"[*( Ҡ l@h;[ueq h h m+}p䰖eP&`a`   [sD `h m*ɦ'p$a`(  [sf\#0ҠT hc` %"5[?*lʋ)P-,)"(+/ ;[u| :[u4 0D `[ȧ"u)*l+ ~Pe`Ψ! 9l @h;[ty h6  ŧ@j+ .e<#0 `e - m+}p2eP&`0 Ё  [sgh $m-ޠ,d%`0 Ё  [slF |"= E"[* X[*u hm%P $@ Ҡl h<[sLmD G~$'h*l h<[s?;" ;-l5()P ;[tPA$< UP " m+}p䰏eP&`a`[ A [sZt )`hm*ɦ'p$a`[ A [rUt %Ҡp ,F-*l h<[rm G$*l h<[r" ;-l h<[r؉" ;-l)P ;[tPA$< UP " m+}p䰏eP&`a`[ A [rZt )`hm*ɦ'p$a`[ A [rUt %Ҡp ͍,}E-*l@h;[s 8D b  ˚ -f " P em+}x䰷eP&a` AGp  [r`Ҡ Xim+ɶ'$a`(F  [rKZm.̒*(,: ,{cC`* ?~  ,h E[l6 hL[@h;[s}(do) h63v1V0@[s~D ($ [eݢ\*7~Xe2%!.Ұ}~/ p O* 2l@h;[sU0[s_ܠ4 P[ˡ" "*0[sQܠ4 P[B| ˓* ႀ o0[sAܠ4 P[˄*  o0[s3ܠ4 P[V 5cl@h;[s:[s%ܠ4 P[Ȥ*" " "l))(+)P ;[s-di" J[sD 04 `[sȧ"u)*l+ ~Pe`"% (Ӡ }̢0̟pl̛ hl[`@h;[r(d, h6"v!F 0[r4 (D [Eeݤ\*O~Xe"%.԰}~`;*f 2-/~}-O  E[* p' le hl[*@h;[rр(d, h6"v!P 0[r4 (D [eݤ\*?~Xe"%.԰}~ʱOʮ(~/ ʧol- 4 `h?& ;s mHc0- wpsc% &#A%r d [Ȭwyq!*P[revʲ:x%@/()P Ҡl@ * f`h?*y+r ;mHc* urc &#)$b0t P[Ȭfiq!*@[r9wʆ*x%@+(9) Ҡl@ *`h?)E Kt;m䠘a* utcϝ :fafs!$b0$ P[e@[rrZzx8i,-:}/..%@'()) Ҡ*l@ *`h?)E Kt;m\a* utcˠ< :fa*s!$b0$ P[Ne@[qr&˒zx*%@#(=) Ҡl l# @ Xv@<`|I &&;yD0m )@ @$@,"r ,&)"pp  X[yh$LiIX[ydDiIf$&/ NF[y]DiIF[yXDiI)H[ySDiIH[yO"i)Xum9 &@&|~$@%l}A()A(Q$2BD "pFlq&& ( $F )‚ )Ƃ*j-'"mw my".A,C || )C-#5P[d[ -Q-*Q*'*09!w9/," 8-E-# +"3 +PX  XpfV"+PX Xif;#XHd"h $f$&  .f0#+U.#- !A#.)R$R$!R$1R$AR$QR$aR$q%R"+PX,! !)X:f|Xez$!/_++"h #!f"#f. .F "&a+ ".-,.&.$H3 PX+0-XfXe_-+ 9+, -€`C,.-+",Q'+PXh )+*'$ʀ F-+, -Ӱ"+PXM0jXf!  "& )!.(m"/R( D" @pR&"+PX1,!! !)X-k h0` `<"Xf!" p 5 (m   8$@!  p  8| !.. .$1 34+")+PX%!ǏU 4 X{$-d%)%Qeb#$(+"Q+PX!& 34 Xif9XHd,,$'pA &A"+PX)*9('*/(Q0'/Eb"+PX %*X%-sN0+R 8FV"DȘ ($lAC` PEm:)R )*R*0"r*%@0 @  lװ&Ǐf0(r@( Em%  qPqU'|髻m"%0%!A !l$$$$"#( " p0fZ;U ;l$ % "t[9uZ L Dp m)A)BA%P J$@+S+\ Oǡ+ +%j "*O /Ǚ(#a3 Ղ X薂*X= [fT XX66 [fP*XX/() ((B*?  # #(&T XXǟ3 Pd [f[% ,B,Ӣ"./-A'H&' !,T XXǏ3 Pd [f[bfc,+-,A+] @{+œ) "] A**XXو'w4 []f"""O"! +QT XX0X薈)[KfT XX)[Bf[!נǚ薈)[9fy[@b",-iAO&{Nj,(O/! *.Q ȱw'pA/ " Am"/G( " @pG$T XX+ 3+4 [- #"0 |#0ha(( 8@!0 5m   8$@!  p +* 8 "h  p%A'p%xA/hO*XXM'#3' 3bw 4 [#-*d ##2A#<(PA*XX8ǟw Pd [f[d3d0/c0A))K,"]"-+"AT%P*_=bT XX )(A(&2`[hey0)rG%,)+A$k^l!SM ?+ OidvlFCr 9 m )| |$@[v 9 FD2 m )| |$@* [v l ) @ 5X6+@"f  -6-6(2 (6 $~ /2) UY pF%!F X@")2$ J ?   d 5Xrwd [ZH-6-6,6+6,6+6(2" " ppfZ9]f"*2% r -"P%Ƿb H f%D0  m@+@*/@!G.D3yk(@ )@) /  99d 6 7dՊ%qj J,**!+2$   +6$d X_".2$ !C5 4.6$,2:-2; `@  @*68)2Hd AR_f,*p>ڐ*6HpF 5X_t"  ?lZ#  (@p @ 5 m)AA$@^^*&# 󈀘 ZA6 Pj 00U U€ f X  B[u/fiiB[u+fiihh} (Z8R Df[u&liiDh[ufii[u*($ E p Z8f;yJ m ,a).mNjxDf [t _B[t3i9B[t3i9,-} (Z8f3 &#( m$@A%PeB+l# $ 3 .A?m: #"@3&@!( 8l0B BȧhhiF d h!1h#_i%`3d0[tcd0[tB B)q @&[tUiY([tUiYciS&[tUiY([tUiYc[ubPA[tUiY([tUiYcd[u7) &[tUiY([tUiYc2[_%b+[u&[tvUiY([trUiYclĩY C€  ( [tc"i)[t_"i): "ĘZ7 ;l j%(` U!\,Q 5 rfBsXyP%F#+B;+` 5@ %h [Ȩ+b b [e|)6A ˆØ/Pp 50p€p f [e}[t"v)'B:*BAz@GК@@ 4&[t"i)([s"i)z*0  BB #b2`f ̉0 f f [te [s",v)  [ke [s",v)[sӱ"i)[s",i)[sɱ"i)[sı"i)[Ǜy8*R&[s"i)([s"i)f%l$&%ʈӉҌќНXA@!R G[sҠ~ Xz X 5} 5"Z74fh+Xvő*+@q *) .Ũ uXiýť+ɂ A AF1 +€)PZ4ŖXXUzC *0Q+$ j( -WZ3_} @" 83ńXC73ŁX?X<#$ X8{ ue,z .zR ߵ  ݰ lX&k K)PZ3}X`Xq;  ֏׊ՉԈӘÙĚşǞƏҎ./-)PZ3]+b<,b7NXM ف/.-,, K)PZ347|~4>X>PZ37|48X7PZ3Ӡ&b; Жȓ?3^4X3,PZ3 @)XP X& .-,,K)PZ3u7|4XPZ3m) 7|*þ 4X"KX %X&  PZ3]7|*4XX %/.-,, K)PZ3G 7|*4XPZ3> 7|4XaPZ35}XX XX hhc(  lY%(R) 9 H[r"i)[r"i)l+"Z3@hF[ry",i)H[rt"i)[rrĊ E[)*F[rj",i)H[rf"i)U[ra",u)+ F[r\",i)H[rW"i) [rT",i%- F[rN",i)H[rJ"i)[rGF[rD"i)H[r?"i)[r=" F[r9"i)H[r4"i) [r0"u)wB%[d0 " [r("s)8 5%[r""u!F|)2~ %l$[r"i)[r"i)l!G2k!,Z@3@ &MM( +$  ($(@ 5[[q[;Z2> ;,= [[q"u), [q",i)[q"i) [q۱"u)``&F[qױ"i)[qұ"i)@[qα"u)8  "Z5eN %:[q±"u)[q"i)[q",i) [q",i%) [q",i)[q"i) [q"i)æ"і&Ԍ}Ε1#)PZ2+[{QPZ2%[u˅[rE[o %l -h*v,p0 [~ D%,q L tb [{*}(r_ ߞ0@` Ul [{ 00flC*‚|!}O pM/.}9~+ 4 e[{"ƂzclßL B € z ) *@( j (Al[w’" @hm t,&!@@ _@R@g@@&@RxG*0@ [w }`i(0)  (4 C`#MDFJ[wc &-h E[{PZ.P-"!/""*P(P+P)P R   *P(P+P)P R   0  F E[{6* p [w@h%~$E[w*T+1$T@h&A Dyi *0 *4 C@"@* [w@he~DE[w*T+1F%&B7wxi )0 )4 C@"@U** VE[wx@h~dE[ws*T+1fBp5&wxi )0 )4 C@ L"@ *P_* Z@h~E[wU*T+1E&B7wxi )0 )4 C@ "@ *P_v* =~ }`}i .0.4 C" C *P_&* [w(~ }`}i .0.4 C" C *P_R* e[w~ }`}i .0.4 Cv{ Chu*PcO*0 b&>,0 b&.0b&(0 b&^*0 b&,0 b&.0b&(0 b&l  (ꐀ   P@h [v4 h[u+0-0,1  M I )ޱ̬D*3l!(c@o5@@ R@ W@ @@.R@*H@ !&,`}@ t X[uؠ)*.  }O /-`}.D3q*l% # * |E[vcg 8.Ґ*,֐_7* {k 8/*-_R* lsw 8({*._*  [v]{ 8+l* /_^* E[vNC G 8,]* (_* [v?[ ߂ 8-N* +Ɛ_R*( [v0cg 8.Ґ?*,֐_v*<5[v!k 8/rlPD /#u#50kkhhh>}"{}|.RAm-VDK*a -1 =DhkԴjұ@[u P 5~&u  :DhPhywi `h [u{<"#@a *!vm(bQ )Re  "0[ue/!]n0[ue*!T B+ D[ufN[vg[v]I*+.R l/~Dm )%P M)6%€D BA+6;@*6<)6=/" 0 pgFZ2`Jm$D B0gF Z2TmU^b 1-- BA+6;@*6<)6= " 0 pgFZ2:,m B0gF Z2/mU^b 1}- D,B-6;+B,6<*B+6=)B*6>)6?" 0  0gFZ2桤mUL*~n-M ,M -6;+M ,6<*M +6=)M *6>)6?" 0  0gFZ1Rm%\L*$~-M -$,M ,#-6;+M +",6<*M *!+6=)M ) *6>)6?" 0  0gFZ1mUL*|.}C)/<!@  A.a  W  /u*-p3A'p f3! sP  * th[xX t h[xR t h[xL t h[xF h[x@l] [t Ai#)p a a a a@h [t"i(*BL l[T,Fp- ,) )zQ( WfP  m ) 醐$@. .!.".#.$.%.&l*[R8@h 4 0h U[wve#V$V(V#R0h %[R" 0'R|`0+[R 0 [Rؠ$ } UR*OB,  [w lz `hm +{ `.)-xp0y .Ā-A %( (Ā(A E..ĀB6 ) )Ā  0 %[w0"m ( $1+l( @h% q.&ʢʓ 3t1U(00,ww`` %[t 8f΍,12pX J .0.4'`㿰 frkr0h %[s㿥iPjz] i " % ʸ-%@ m)$@ *}* [Ҡ 0 %0 [w]cIl*})  ([r[r[r[r l}੥ ??? ?? ??k?[w1ol ?k o ~&ѡ|& m>e%Yd$@[&Z%Y$ȁX%P.`.a.6,bo %-4}[r MMaaaaly S " mB,%l U.Tx*U)\$U&T"+T +T!-T &T /TP)T,Q[Dw0skcd *  $ + &"*)# #!w0kMu#,c 2",)P~  埝bm )P~D埍bc˖ym!,+l %- ) 'fzkc hlb/&^ *&+&+&,&_&_&)[P#f'b(b)b*b+b,bonlkm%fD $f/f!.fݏ"-f̎#,fכּ$+f𫪌%*f񪙋&)f򩈊'w(f'f&b(*f+&&֦U%&ץD.$&ؤ/&م/.&$"-&ۭ,&ܬ+& *& )& (&w'&f&&U%&D$&[r+"-h".BO /"."9~;0x e[vm1]&#&{c#&}: E[vb$lXO | T$:m)$PDkBf@'f\#0Q P"P"P"$qkGkE{AtjJiii(l4|$$$$(0q馊$|΀-RLx\U(,(b(f.b-f,bU| [yv [[桶m^* +n+4p(L (m +@A$@J[lm[am,0q >$Ux*Uv$Ux$Uy--U{[_m/RL` 5 ,, [qm*0q ,+ [qɡ-ҡ* [qҠv, n0Em +`="/ (v(vf|) |0 M3] )$fr+bvP 0 `h [q}`h [k* 3i8`.RV)[q|c[qn[K l /RL,/0/€&v%$1_)rƢ  U l(0}{21$|x&&~&&)& j,*6!d*l?%[r@h-[r@h z[q@h  fz[q@h/ 5[q[ +l hAJnW€ ,&21jO[q@h-[q@h Fj[q@h  &j[q@h/ 5[qY )k h@m€ ,zO [q@hE?z[q@h.[q+ @h zE[q@hE. [q,21l 99 p鑰-W€"') ,"~.P , ,,6!d ,~. ,( ,cP  ,~. ,( ,cH,"~ o /~ ,,((" ,6!/ ,/&dl [qw7 +-h( @""F "i [qb@h $@m$@ %Ph [w6H! [ ҠǞy!}f + h[tz [t0 "2H[q? @h m $@+J[wp6H!} [範mc,y [tcqlh [q(@h$@m$@%Ph [wU6G!I y [t+l:؝!f # E*2,() &[t l--H E-'-&-*-4-5-0\ L'2EC&#7#}""hv A C"J.9.~-: 9%e~l%Q[ozPG&` ,Hl껚 Yh"n䐄dB`P`8id'rK,4 X[sfab  t z`R,)  hbvid㥝9)}h@6ebrCc,)  mhbhd$ceKc@~`V''         8 p <  @  D  H  \  p             ,   | FCoE DDP failed : ox_id 0x%x rx_id 0x%x FCoE DDP failed : DdpReport 0x%x DdpValid 0x%x FC xchg alloc failed: avail %d FCOE Free: still yielded when freeing...flowc_id %x flowc_flags %x PRLI Rsp timedout : flowc_id 0x%x ox_id 0x%x rx_id 0x%x hw_bcm8434_checkram: Start PHY processor not running, still in reset for 5ms, port_bit_map=%u PHY FW has bad CRC, ok_crc=%u PHY firmware load successful! hw_bcm84834_loadsequence: Started hw_bcm84834_loadsequence: Upload image to PHY on-chip memor hw_bcm84834_loadsequence: done loading image (i = %u) hw_bcm8434_lowpower[%u]: enable=%d hw_bcm8434_lowpower[%u], failed to set 30.0x401Abit 7 since 30.0x400E bit=1 after 5ms, reg=%x hw_cl45_init[%u] acaps %#x hw_cl45_upd_spd_adv %#x hw_aq1202_link_up[%u] up p[%u] PHY OVERHEATED - forced power down (temp=%d) FLASH not ready: i %u nvrReg %#x AQ_FLASH_Ready - Timeout (1) AQ_FLASH_Ready - Timeout (2) AQ_ReturnControlOfFLASH set_digest: BP already fc 0x%x flags 0x%x set_digest: csk 0x%x conn 0x%x state set_digest: uplsubmode:%x, pgidx:0x%x, val:0x%x buffered 0x%x set_digest: buf_ll_flush fc 0x%x next_wr 0x%x ipv6_addr[0] 0x%x ipv6_addr[1] 0x%x addr %s port %s tag %s redirect IPv6 0x%x-0x%x, port %x redirect IPv4 0x%x, port %x authenticate_target: Incorrect password CHAP_C: digest expansion error CHAP_N: Target userid mismatch CHAP_R: digest expansion error rcvd_params: error, len %d Logout from session [0x%x] iSCSI Sec-params received have errors!! Target moved temp. conn %x, sess %x Login Failed!!. conn_fc [0x%x], sess_fc [0x%x], status_class [0x%x] Protocol Error cbit %d tbit %d csg %d nsg %d ofld_rx_data: mem_size: 0x%x, dlen [0x%x], aborting conn 0x%x chnet_l2dev_up_mb_cb: rc [%d], port [%u], state [%u], cookie [0x%x] login_timedout: Breaking path s [0x%x] c [0x%x] csk [0x%x] recovery_timeout: sess id [0x%x] in logout foiscsi: Recovery timed out after [%u] retry, bailing out TCP conn establishment failed %d Invalid opcode 0x%x in ctrl path DDP error [0x%x], aborting connn [0x%x] rx_data_ddp: Responce recieved for task [0x%x] while invalid task or connection state. task state [0x%x], conn state [0x%x], conn flags [0x%x] foiscsi_task NULL, op:0x%x csk_fcid:0x%x csk_state:0x%x tcb_fcid:0x%x, tcb_state:0x%x ihdr: Responce recieved for task [0x%x] while invalid task or connection state. task state [0x%x], conn state [0x%x], conn flags [0x%x] ihdr: Invalid task state 0x%x for task 0x%x, itt [0x%x], opc [0x%x] iscsi_hdr_rx: abort conn: flags >> 7 [0x%x], hdsglen [0x%x] dsr_dtl [0x%x], max_burst [0x%x] Max data len exceeded %d > %d process_tx_queue: tx_queue for conn:0x%x stopped, aborting task. WATCHDOG_dispatch case to avoid: Counter_watchdog %u Counter_sched %u xgmac[%u] setting/unsetting hss resync bit WATCHDOG: device shutdown WATCHDOG: port[%u] pause watchdog timeout WATCHDOG: bypass timeout WATCHDOG: FLR - not implemented yet WATCHDOG: temperature of %dC exceeds threshold of %dC filter: porgramming tid %u (le tcam index %u)... wrh_filter: ix %d not multiple of %d filter: requesting completion... dcbx_ieee_cmdh[%u] write only permitted on local conf dcbx_ieee_cmdh[%u] cannot write %u apps (MAX: %u) dcbx_ieee_cmdh[%u] requesting DCB_IEEE_CMD dcbx_ieee_cmdh[%u] unknown feature write: %u dcbx_ieee_cmdh[%u] unknown feature read: %u cannot allocate offloaded filter connection cannot allocate offloaded filter IPv6 connection dispatch_deferred_class_class_shaping[%u:%u]: list_empty loopback buffer group[%u] is disabled invalid buffer group[%u] configuration: mtu %u lwm %u hwm %u dwm %u net_l2dev_notify: pgid [0x%x], prio [0x%x], ch [0x%x] ch_cl_rate[%u/%u]: capped class rate from requested %u to configured (effective) channel rate %u ch_cl_rate[%u/%u]: increased deficit_incr from requested %u to required min of %u; rate %u (eff %u) deficit_max %u pktsched channel %u sets speed (from %u) to %u kbps dcbx_cee_fea_sm[%u] Feature[%u] FEATURE_LINKUP dcbx_cee_fea_sm[%u] Feature[%u] SET_LOCAL_PARAMETERS dcbx_cee_fea_sm[%u] Feature[%u] FEATURE_NO_ADVERTISE dcbx_cee_fea_sm[%u] Feature[%u] FEATURE_PEER_NOT_ADVERTISE_DCBX dcbx_cee_fea_sm[%u] Feature[%u] FEATURE_PEER_NOT_ADVERTISE_FEATURE dcbx_cee_fea_sm[%u] Feature[%u] FEATURE_UPDATE_OPER_VERSION dcbx_cee_fea_sm[%u] Feature[%u] FEATURE_PEER_UPDATE_OPER_VERSION dcbx_cee_fea_sm[%u] Feature[%u] FEATURE_GET_PEER_CFG dcbx_cee_fea_sm[%u] Feature[%u] FEATURE_CFG_NOT_COMPATIBLE dcbx_cee_fea_sm[%u] Feature[%u] FEATURE_USE_LOCAL_CFG dcbx_cee_fea_sm[%u] Feature[%u] FEATURE_USE_PEER_CFG dcbx_cee_fea_sm[%u] Feature[%u] FEATURE_FEATURE_DISABLED dcbx_cee_fea_sm[%u] Feature[%u] FEATURE_ERROR_CHANGE port[%u] link down (%u) (lstatus %#x) i2c error caused by module unplug sendto pending: wr_pend %p for port %u, want to send to port %u port[%u] update (flowcid %u rc %u) port[%u] speed update: %#x port[%u] beginning debounce fc %u vf %u got ivf=0x%x,range: %#x-%#x (%u/%u used) VI %u cannot get RSS slice: No more slices available (used %u/%u) pfn %u vfn %u with port mask 0x%x cannot access port %u, ret %d pfn %u vfn %u could not allocate viid, ret %d pfn %u vfn %u could map viid 0x%x to flowc, ret %d pfn %u vfn %u could not allocate uwire func %d mac addr, ret %d pf %d, vf %d, ERROR exceeded max mac limit %d/%d vi_tcam_raw idx %u mac 0x%04x %08x vi_mac_cmd_handler: raw entry %u del mii_force_speed[%u]: rcaps 0x%x mii_pdown[%u]: powerdown en %u port_set_loopback port %#x current %#x mode %#x port_cmd_handler: unknown u.dcb.type 0x%x port[%u:0x%02x:0x%02x]: l1cfg, invalid request, mcaps 0x%x acaps 0x%x rcaps 0x%x port[%u:0x%02x:0x%02x]: l1cfg, mcaps %#x acaps %#x rcaps %#x port[%u]: l1cfg, unsupported FEC, rcaps %#x port[%u:0x%02x:0x%02x]: l1cfg, mdi issue mcaps 0x%x acaps 0x%x rcaps 0x%x port[%u:0x%02x:0x%02x]: l1cfg, auto-neg supported only for copper mcaps 0x%x acaps 0x%x rcaps 0x%x port[%u:0x%02x:0x%02x]: l1cfg, 1G/10G can't be advertised for this port type. mcaps 0x%x acaps 0x%x rcaps 0x%x port[%u:0x%02x:0x%02x]: l1cfg, cannot force no/multiple speed(s), mcaps 0x%x acaps 0x%x rcaps 0x%x port[%u:0x%02x:0x%02x]: unknown action 0x%x port[%u:0x%02x:0x%02x]: unknown read action 0x%x cpl_err_notify: tid %u cpl 0x%08x%08x cpl_err_notify: tid %u cpl 0x%08x%08x 0x%08x%08x cpl_err_notify: tid %u len %u FCOE Free: still yielded when freeing...flowc_id %x flowc_flags %x FCOE BP WR ERR: WR with cookie %x%x errored back abort/close WR with cookie 0x%lx was issued on ssn 0x%x in wrong state 0x%x abort WR on ssn 0x%x did not find WR with cookie 0x%x%x close WR with cookie 0x%lx on ssn 0x%x;did not find WR with cookie 0x%lx abort WR on ssn 0x%x was issued on xchg 0x%x with rx_id 0x%x in wrong state 0x%x task_alloc: Out of tasks. dcbx_apply_app_cfg[%u]NEW APP TLV [%u] unable to execute internal DCB_IEEE_CMD dcbx_ieee_process[%u] received BWs do not add up to 100! WARNING: received App TLV contains more thanFW can handle (max: %u; tlv contains: %u dcbx_ieee_process[%u] subtype %#x rem_ft_changed %u sm_change %u dcbx_ieee_process[%u] subtype unknown dcbx_parse_pkt[%u] error %d chnet_l2t_update: l2dev_fc [0x%x], l2dev_fc->flowc_id [%u] l2dev_fc->flowc_flags [0x%x], intf [0x%x] chnet_l2t_update: in delayed_processing, l2tent [%08x] chnet_l2t_update_cache: l2t ip4 entry not found chnet_l2t_update_cache: l2t ip6 entry not found chnet_l2t_update_cache: both ip4 and ip6 addr cannot be null chnet_l2t_update_cache: l2t entry idx %u, state 0x%x chnet_l2t_update: l2t_update request sent l2tent [%08x], l2tent->idx [%d], l2tent->vlan [%d] Could no allocate pcb!! Freeing fcf !!! vn_parse unknown subcode %u vn_parse unknown dtype %u ignoring fip recv for pcb flow:%x in offline state fip_vn2vn_recv_err Could not allocate flowc!!!! Could not allocate SCB flowc!!!! Could not find right scb for logo ignoring fip recv for fcf flow:%x in offline state Could not find right scb for flogi port 0x%x, state 0x%x, retry not supported Flogi resp rcv with unknown xchg ox_id%x sid %2x%2x%2x did %2x%2x%2x N_PORT 0x%x%x%x rejected PLOGI with reason code %x ABTS while awaiting PRLI Rsp: flowc_id 0x%x ox_id 0x%x rx_id 0x%x ABTS fake Rsp: loc 0x%x ox_id 0x%x rx_id 0x%x lldp_rx_pkt_handler[%u] drop pre-init (count = %u) arp_recv: ipid [0x%x], in_addr.addr [0x%x], sip [0x%x], rip [0x%x], arp_op [0x%x] arp_recv: in_attr.ipv4.addr:0x%x, ahdr.sip:0x%x chnet_arp_recv: ip conflict detected chnet_arp_recv: pid [%u], vlan [0x%x], arp op [0x%x], sip [0x%x], rip [0x%x] l2dev_fc->flowc_id %x l2dc->in4_dev.in_addr.addr %x %x%x%x Recieved LOGO from %x%x%x cannot allocate POFCOE filter connection for x_id %x Failed to post xchg err: ssni 0x%x cookie 0x%lx rval %x ofld_abort_req_negadv[%u]: wr 0x%08x cpl_abort_req DELIVERED host_wr[%u]: wr 0x%08x cpl_abort_req status 0x%x pktsched_cl_rl[%u:%u]: mode | unit | rate 0x%06x min %u max %u pktsize %u param_chnet[0x%x:0x%x]: chnet 0x%x read %u pf %u ret %d param_dmaq[0x%x:0x%x]: dmaq 0x%x read %u pf %u ret %d RSSSECRETKEY: rsssecret tbl base %d, rssnsecret %d MC[%u] init_state_machine 0x%02x MC initialization not completing, MC current init state is 0x%02x MC[%u] _hw_mc_init_mc _hw_mc_init_mc: error, ret %d phy: failed to allocated memory for phy fw file, ret %d hw_le_filter_ctuple: tuple %u not specified but required for mask 0x%x hw_tp_tcp_settings_w: timer_rs %uus timestamp_res %uus delayedack_res %uus hw_tp_tcp_settings_w: dack_timer %uus msl %uus rxt_min,max %u,%uus pers_min,max %u,%uus hw_tp_tcp_settings_w: keep_idle,intvl %u,%us maxrtt %uus initsrtt %uus finwait2_timer %uus hw_tp_tcp_settings_w: capping dack_timer from %u to %uhw_tp_tcp_settings_w: capping msl from %u to %uhw_tp_tcp_settings_w: capping rxt_min from %u to %uhw_tp_tcp_settings_w: capping rxt_max from %u to %uhw_tp_tcp_settings_w: capping pers_min from %u to %uhw_tp_tcp_settings_w: capping pers_max from %u to %uhw_tp_tcp_settings_w: capping keep_idle from %u to %uhw_tp_tcp_settings_w: capping keep_intvl from %u to %uhw_tp_tcp_settings_w: capping init_srtt_maxrtt from %u to %uhw_tp_tcp_settings_w: capping init_srtt_initsrtt from %u to %uhw_tp_tcp_settings_w: capping finwait2_timer from %u to %ufilterMode=%#x illegal: selects %d bits (max %d) le configuration: nentries %u route %u clip %u filter %u active %u server %u hash %u le configuration: nentries %u route %u clip %u filter %u server %u active %u hash %u nserversram %u hw_sge_queue_base_map[%u]: exceeded number of egress queues, %u hw_sge_queue_base_map[%u]: exceeded number of ingress queues with freelist and interrupt, %u hw_sge_queue_base_map[%u]: exceeded number of ingress queues, %u Error, Total RSS Secret table allocation %d > 16 cf_parse: file memtype 0x%x memaddr 0x%x mapped @ %p: configured with caps nbm|link 0x%08x switch|nic 0x%08x toe|rdma 0x%08x iscsi|crypto 0x%08x fcoe:0x%x net VI allocation failed for fc_id %u with error %d net VI mac address programming failed for fc_id %u with error %d net VI rxmode programming failed for fc_id %u with error %d net VI rss indirection table programming for fc_id %u failed with error %d net VI rss config command failed for fc_id %u with error %d net VI command failed for fc_id %u with error %d foiscsi_init: init_done:%u, foiscsi_ntasks:%u, foiscsi_nsess:%u, ncsock:%u, nsports:%u, foiscsi_ninit:%u, rc:%d FCoE DDP init: fcoe llimit 0x%x, fcoe ulimit 0x%x gbl llimit 0x%x gbl ulimit 0x%x pcbsz %x FCoE DDP init: fcoe ppod off 0x%x, fcoe st ppod addr 0x%x fcoe num ppods 0x%x port_link_state_handler[%u] powering down port_link_state_handler[%u] powering up port_link_state_handler[%u] unknown state (state = %#x) port_link_state_handler: Something went terribly wrong. ret = %d Calculation out of bounds furing init: %#x %#x %#x le initialization: nentries %u route %u clip %u filter %u active %u server %u hash %u le initialization: nentries %u route %u clip %u filter %u server %u active %u hash %u nserversram %u hw_tp_init: tcb region (start 0x%08s size %u) must be in first 256MB of MA memory hw_tp_init: pgmngt region (start 0x%08s size %u) must be in first 256MB of MA memory hw_tp_init: TP pgmngt initialization did not complete bufm_init: n %u bufll64int_size 0x%x bufm_init: not enough memory to allocate internal bufll64 buffers bufm_init: not enough memory to allocate bufll64 buffers mem_init_buf: not enough memory to allocate flow buffers mem_init_buf: not enough memory to allocate tcb_cache (offered %u trying to use %u available %u) mpartition_others: start 0x%08x size %u (unused %u), hma %u mpartition_others: start 0x%08x size %u (unused %u) mem_init: EDC overcommitted by %d bytes mem_init: not enough memory to allocate flow table flowc_table 0x%x, size %u cxcnic_device_init: cxcnic [0x%0x], cxcnic->filter [%0x] pofcoe init done port_init[%u] ptype 0x%x Port[%u]: Unknown SGMII sub-type %#x Port[%u]: Unknown BT_XFI sub-type %#x Port[%u]: Unknown BT_XAUI sub-type %#x port_init[%u]: port type 0x%x is not supported mpartition_init: moved pmrx_start from 0x%08x to 0x%08x to make room for LE HASH and/or TP TCBs mpartition_init: moved pmrx_start from 0x%08x to 0x%08x (EDRAM) EQ pfn %u vfn %u: destroying eqid %u with pending WR(s) (num_bytes %u and flags 0x%08x l2dev_vi_fsm: mb [0x%x], deferred, state [0x%x], port [0x%x] l2dev_vi_fsm: viid [0x%x] port [0x%x], mac-id [%02x:%02x:%02x:%02x:%02x:%02x]. l2dev_vi_fsm: sge_eqid [0x%x], sge_iqid [0x%x], sge_eqcr [0x%x], rss_sz [0x%x] l2dev_vi_fsm: l2dev_fc->flowc_net_l2dev_mtu [%u], mb_scratch [0x%x], port [0x%x] l2dev_vi_fsm: viid [%d], vi_fc->flowc_vi_flags [0x%x] l2dev_vi_fsm: pfn [0x%x], vfn [0x%x], l2dev_fc->flowc_id [0x%x], lport [0x%x], viid [0x%x], flags [0x%x] l2dev_vi_fsm: Error freeing VI, rc [0x%x] l2dev_vi_fsm: pid [0x%x], viid [0x%x], mb_loc [0x%x], mb_orig[0x%x], l2dev_flags [0x%x], rc [0x%x] Ah ha...double free ox_id 0x%x, rx_id 0x%x Host PRLI Response timedout: ox_id 0x%x rx_id 0x%x pfn %u vfn %u via command hw_i2c_transaction: Address WRITE operation ndata %u addr_op 0x%x reg 0x%x data[0] 0x%x diff %u, i2cm_op 0x%x failed with err %d hw_i2c_transaction: ndata %u addr_op 0x%x reg 0x%x diff %u cont %u failed with err %d hw_i2c_transaction: ndata %u addr_op 0x%x data[0] 0x%x diff %u dpos %u cont %u failed with err %d i2c transaction failed to complete configuration file parser: aec_retry_cnt value %d is not within the allowed limit of 1 to 254.Disabling it. configuration file parser: an_aec_time value %d is bigger than allowed limit.Changing it to 10000 ms. Deprecated config option found in config file. Ignoring.. sched_ioqtx_bp_priority: has %u entries only, requires %u entries tp_backoff: parsed %d instead of %u entries tp_timervals: parsed %d instead of %u entries tp_timerres: parsed %d instead of %u entries tp_mtus has %u entries only, requires %u entries tp_mtus[%u] is %u bytes which is not supported configuration file parser: sge timer value[%d] is too large, changing from %u to %uusecs filtermask 0x%x is not equal/subset to/of filtermode hw_le_clip_handler: removed pos=%u (=idx %u) hw_le_clip_handler: adding to pos=%u (=idx %u) module[%u]: port module inserted and ready module[%u]: port module removed module[%u]: unknown module identifier 0x%02x, gpio_n %d, retry_cnt %d module[%u]: unknown module identifier 0x%02x module[%u]: gpio %u vendor id %06x, identifier 0x%02x, SFP28(byte 36/192) 0x%02x, SFP(byte 3/131) 0x%02x, 1G (byte 6) 0x%02x optical length(byte 15/142) %u, copper cable(byte 8/147) 0x%02x, length(byte 18/146) %u, module_type 0x%02x module[%u]: gpio %u vendor id %06x, identifier 0x%02x, SFP28(byte 36/192) 0x%02x, SFP(byte 3/131) 0x%02x, 1G (byte 6) 0x%02x optical length(byte 15/142) %u, copper cable(byte 8/147) 0x%02x, length(byte 18/146) %u, module_type 0x%02x flr_pfvf_fsm[%u:%u]: unknown state %u hw pf bitmap 0x%02x vfid bitmap 0x%08x:0x%08x:0x%08x:0x%08x after vfid fixup, vfid bitmap 0x%08x:0x%08x:0x%08x:0x%08x timer queue %u lost a tick! next %p last %p nume %u flr_timer_start: flowc_id %u %p buf %p Serial Configuration version: 0x%x VPD version: 0x%x pcie: npf %u (pfbitmap 0x%02x) nvf %u (pf 0..7 0x%08x%08x) vfstride %u hw_gpio_prep: error, ret %d failed to find the %c%c VPD parameter failed to parse the %c%c VPD parameter mem_prep: error, ret %d failed to successfully find Chelsio VPD vpd_prep: error, ret %d sercfg_prep: error, ret %d log initialized @ 0x%08x size %u (%u entries) fwrev 0x%08x pcie_fw 0x%08x gather_tasks_for_tmf: Invalid type [0x%x], bailing out. fc_send_alloc_cpl: failed to setup filter ctuple fcoe_compute_ctuple 0x%x:%x compute_ctuple(): failed to setup filter ctuple FCoE FCB linkdown: io_req 0x%x%x iqid 0x%x flowid 0x%x op 0x%x fcoe notify : Update new DCBX values VI state 0x%x pri 0x%x schedcl 0x%x dcbx_done 0x%x fcoe notify : FCF flowid 0x%x, ulpch 0x%x fcoe notify : FCoE LINKUP: port 0x%x, event 0x%x fcoe notify : FCoE LINKDOWN: port 0x%x, event 0x%x fcoe notify : DCBX : port %d state 0x%x pri 0x%x/0x%x cl 0x%x/0x%x ch 0x%x/0x%x RDEV msg flowc:%x state 0x%x event 0x%x cancel fcb:%x scb:%x state:%x FCoE FCF timer: flowc state 0x%x, port 0x%x ,fcf 0x%x, flowc_id 0x%x hw register operation not completing, reg 0x%08x mask 0x%08x value 0x%08x (reg 0x%08x) MDIO CL45: failed to set up MMD addr MDIO: failed to write MDIO CL45: failed to set up MMD addr MDIO: failed to read AQ_TakeControlOfFLASH: 1e.c001=%#x 1e.c450=%#x 1e.c451=%#x 1e.100=%#x AQ_API_WriteAndVerifyFlashImage - Image integrity check failed (calc %#x val %#x) AQ_API_WriteAndVerifyFlashImage - Image integrity check passed AQ_API_WriteAndVerifyFlashImage - Timeout waiting for flash interface (%u) AQ_API_WriteAndVerifyFlashImage - Timeout waiting for flash interface (%u) AQ_API_WriteAndVerifyFlashImage - Timeout waiting for flash interface (%u) AQ_API_WriteAndVerifyFlashImage - Timeout waiting for flash interface (%u) (pp %#x ap %#x) AQ_API_WriteAndVerifyFlashImage - Timeout waiting for flash interface (%u) AQ_API_WriteAndVerifyFlashImage - Timeout waiting for flash interface (%u) AQ_API_WriteAndVerifyFlashImage - Error on burning FLASH (crc16 mismatch) %08x: %08x %08x %08x %08x foiscsi_validate_login_stage: - 1 cpl_tx_pkt: vlanid [0x%x] chnet [%d/%d] free l2t entry: idx %u, refcnt %u chnet [%d/%d] put l2t entry: idx %u, refcnt %u chnet [%d/%d] get l2t entry: idx %u, refcnt %u chnet [%d/%d] l2t alloc l2tent 0x%x, idx %u, refcnt %u chnet_find_l2t_entry: daddr [%08x], [0x%08x], local network [%d] chnet find l2tent not valid, 0x%x, idx %u, state 0x%x, retry count %u chnet l2tent 0x%x, idx %u, refcnt %u chnet l2tent find err out of atids: max atids: %d foiscsi_find_task: task not found tcb_fc id 0x%x itt 0x%x WATCHDOG: No temperature sensor available. WATCHDOG: Activating WATCHDOG - Enable action %u time %u WATCHDOG - Disable action %u WATCHDOG: De-activating port[%u] set PAUSE PARAMS: pppen %u txpe %#x rxpe %#x mps_link_up[%u] acaps %#x (802.3 %#x) + lpacaps %#x => %#x dcbx_populate_ctrl code incomplete hw_cim_tsch_ch_cl_rate_max_resolution[%u/%u]: increased deficit_incr from requested %u to required min of %u, rate %u (eff %u) deficit_max %u ch_cl_rate[%u/%u]: capped deficit_incr from required %u to %u; rate %u (eff %u) deficit_max %u DCBX: sum of rates on all classes must be 100 (actual: %u) workaround13723: detected WR @ 0x%08x of size %u bytes, dribbling it in %u bytes at a time ri_wr_init[%u]: mss %u is not 8-byte aligned core_program_tcb: tid %#x t_state %#x rcv_adv 0x%08x rcv_scale %#x tx_max %#x rcv_nxt %#x atid %#x opt0 %#x%x opt2 %#x ipv6 %#x flags_timer 0x%08x ofld_connection_wr: connection with 5-tuple lp 0x%04x fp 0x%04x lip 0x%08x%08x pip 0x%08x%08x filter 0x%08x exists @ LE index %u ofld_connection_wr: connection with 5-tuple lp 0x%04x fp 0x%04x lip 0x%08x pip 0x%08x filter 0x%08x exists @ LE index %u ofld_connection_wr: connection with 5-tuple lp 0x%04x fp 0x%04x lip 0x%08x%08x pip 0x%08x%08x filter 0x%08x ofld_connection_wr: connection with 5-tuple lp 0x%04x fp 0x%04x lip 0x%08x pip 0x%08x filter 0x%08x IQFLINT pfn %u vfn %u: iqid %u too large (max %u) IQFLINT pfn %u vfn %u: iqid %u not allocated IQFLINT pfn %u vfn %u: fl0id %u too large (max %u) IQFLINT pfn %u vfn %u: fl0id %u not allocated IQFLINT pfn %u vfn %u: fl1id %u too large (max %u) IQFLINT pfn %u vfn %u: fl1id %u not allocated IQFLINT pfn %u vfn %u: fl1id %u is valid but not fl0id %u IQFLINT pfn %u vfn %u: fl1id %u is valid but header split feature is not enabled hw_ulptx_workaround_pr16949_enabled_vfid: vfid %u enabled %u EQ pfn %u vfn %u: creating ETH eqid %u with pending WR(s) (num_bytes %u and flags 0x%08x EQ pfn %u vfn %u: creating CTRL eqid %u with pending WR(s) (num_bytes %u and flags 0x%08x EQ pfn %u vfn %u: eqid %u too large (max %u) EQ pfn %u vfn %u: eqid %u not allocated missing port caps32 to caps16 translation for %#lx hw_xgm_port_lpbk port %u ptype %#x action %#x ch_rate[%u]: capped tick from required %u to supported %u; rate %u (eff %u) deficit_incr %u tick %u dcbx_ieee_construct[%u] ets %u pfc %u app %u dcbx_timeout[%u] dcbx_control_sm[%u] CONTROL_LINKUP dcbx_control_sm[%u] CONTROL_UPDATE_DCBX_TLV dcbx_control_sm[%u] CONTROL_PEER_NOT_ADVERTISE_DCBX dcbx_control_sm[%u] CONTROL_UPDATE_OPER_VERSION dcbx_control_sm[%u] CONTROL_PROCESS_PEER_TLV dcbx_control_sm[%u] CONTROL_ACK_PEER dcbx_run_version_sm[%u] DCBX_VER_STATE_RUN_IEEE dcbx_run_version_sm[%u] DCBX_VER_STATE_RUN_CEE dcbx_run_version_sm[%u] DCBX_VER_STATE_RUN_NONE port[%u] link up (%u) (speed %#x acaps %#x lpcaps %#x) port_hss_sigdet[%u]: hss_sigdet changed to 0x%x port_blink_led_restore QSFP module unplug - reinitializing rx_los to 0xff gpio_qsfp_module_update: changed rx_los from 0x%x to 0x%x gpio_qsfp_module_update: changed tx_dis from 0x%x to 0x%x port[%u] resetting KR hw_cim_tp_workaround13723_enable: port %u protocol 0x%x en %u current 0x%x workaround_pr13723 0x%x next 0x%x port_blink: blinkdur=0x%x blink_refcnt=0x%x port_blink: blink_refcnt=0x%x port_blink: blink_refcnt=0x%x mii_adv_fc[%u]: rcaps 0x%x mii_adv_speed[%u]: rcaps 0x%x mii_init[%u]: acaps 0x%x port[%u]: gave up fixing errors!!! mii_anrestart[%u]: acaps 0x%x port_cmd_handler: unknown u.dcb.type 0x%x missing port caps16 to caps32 translation for %#x bad FlowC %d on established connection eth_flowc_handler[0x%x]: flags 0x%08x num_bytes %u schedcl 0x%x -> 0x%x scsi_read: ppod alloc failed, nppod %u dcbx_ieee_validate[%u] error (oui %#x subtype %#x len %#x) dcbx_cee_validate[%u] error vn2vn: port 0x%x did:0x%x%x%x UP vn2vn: port 0x%x did:0x%x%x%x DOWN fc_send_alloc_cpl: failed to setup filter ctuple fcoe_compute_ctuple 0x%x:%x compute_ctuple(): failed to setup filter ctuple fcoe_compute_ctuple vlan %x viid %x port %x mps_idx %x ABTS ACC awaiting PRLI Rsp: flowc_id 0x%x ox_id 0x%x rx_id 0x%x iqid 0x%x port 0x%x, state 0x%x, command failed retries 0x%x Got CONN_EXIST for xid:0x%x, tag:0x%x, retrying. pktsched_ch_rl[%u]: channel rl not available in conjunction with flow shaping pktsched_ch_rl[%u]: rate %u max %u pktsched_cl_wrr[%u:%u]: weight %u eq_params[0x%x:0x%x]: dmaq 0x%x read %u pf %u eqid_api %u ret %d hw_ma_addr_to_mem_type_off: MA address 0x%08x is not mapped hw_ma_addr_to_mem_type_off: MA address 0x%08x maps to type %u offset 0x%x mem_malloc_temp: failed to allocate %u bytes, returning NULL mem_malloc: failed to allocate %u bytes, returning NULL le configuration: hash mode requires at least 16 entries, nhash %u le configuration: hash mode requires at entries to be a power of 2, nhash %u le configuration: requested %u tcam entries but only %u available (nroute %u nclip %u nfilter %u nserver %u le configuration: tcam regions must have multiple of 32 entries, nroute %u nclip %u nfilter %u nserver %u hw_tp_tcp_tunings: tuning for cluster environment hw_tp_tcp_tunings: tuning for LAN environment hw_tp_tcp_tunings: tuning for WAN environment hw_tp_tcp_tunings: manual tuning _hw_cim_flash_memcpy: memcpyX start _hw_cim_flash_memcpy: dst 0x%08 offset 0x%08x size %u, width of %u is not supported _hw_cim_flash_memcpy: memcpyX end configuration file parser encountered error @ line %u: fcoe xchg mgr init: Number of exchanges for FCoE is %x fcoe_l2t_init: No ulptx credit ch:[%u] fcoe_l2t_init: ch:[%u] l2t_idx [%u] no l2t entries configured; forcing %u entries, starting at %u hw_sge_mamem_init: encountered error %d _hw_tp_pgmngt: tx_page_max %u rx_page_max %u pstructs %u size %u No space left for pgmngt, Need %uB, available %uB, No offload mpartition_others_total: mem %u, ddp %u ddp_iscsi %u stag %u pbl %u rq %u rqudp %u -> %u No space left for pmtx pages, Need %uB, available %uB, No offload No space left for pmrx pages, Need %uB, available %uB, No offload _mpartition_banks_mcX: nbanks_pmtx %u (%uMB) nbanks_pmrx %u (%uMB) nbanks_others %u (%uMB) nbanks_fw %u (%uMB) _mpartition_banks_mc1: nbanks_pmtx %u (%uMB) nbanks_others %u (%uMB) nbanks_fw %u (%uMB) _mpartition_banks_mc0: nbanks_pmrx %u (%uMB) nbanks_others %u (%uMB) mem_malloc_internal: failed to allocate %u bytes, returning NULL hw_edc_bist[%u]: bist_cmd[0x%08x] addr 0x%x len 0x%x hw_edc_bist[%u]: done, encountered %u errors on first and %u errors on second attempt (%ugbps) mem_init_caches: cache_size %u flowc_buf_tcb_cache_size %u bufll64_cache_size %u queues_per_page: pf %u has a barsize of %u-bytes, ocq_size %u sge require neq %u niq %u rounding to %u %u mpartition_pmtx: m 0x%08x size %u, pmtx region already allocated pmtx_start 0x%x, pmtx size 0x%x mpartition_pmtx: m 0x%08x size %u mpartition_pmrx: m 0x%08x size %u mpartition_edc (no extmem): m 0x%08x size %u edc overcommited by %dB, 0x%x/0x%x edc overcommited by %dB, 0x%x/0x%x/%d mpartition_edc_estimate: hw modules require %d bytes in EDC foiscsi_core_bye: active sess_cnt %d cx4_cr_module_rx_los[%u]: rx_los changed to %u pfn %u vfn %u FSM complete pfn %u vfn %u has pndtxns %u after 100ms pfn %u vfn %u FSM start pfn %u vfn %u complete immediate bad mailbox cmd: pfn 0x%x vfn 0x%x; opcode 0x%x > LASTC2E 0x%x mailbox cmd not yet supported: pfn 0x%x vfn 0x%x; opcode 0x%x bad mailbox cmd: pfn 0x%x vfn 0x%x; opcode 0x%x is valid post device init only bad mailbox cmd: pfn 0x%x vfn 0x%x; opcode 0x%02x ramask 0x%x cmd ramask 0x%x bad mailbox cmd: pfn 0x%x vfn 0x%x; opcode 0x%02x len16 0x%x versus expected len16 0x%x insufficient caps to process mailbox cmd: pfn 0x%x vfn 0x%x; r_caps 0x%x wx_caps 0x%x required r_caps 0x%x w_caps 0x%x insufficient caps to process mailbox cmd: pfn 0x%x vfn 0x%x; r_caps 0x%x wx_caps 0x%x required r_caps 0x%x w_caps 0x%x download_sram: error, ret %d download_tcam: error, ret %d VPD region is too small (SERCFG_SR_PFNVPDSIZE 0x%x) cf_prep: error, ret %d  `   0000000088884<<<<<=<,,,   @ @! @ @B   B"AA! %      @AI A f @r%@ @V @ @ @ @ @ @ @ @ @ @ @ @ @&@G  $@ @G  @ $@G  B $@ @ @ @ @ TJF$@TbI$@TJF$@ TbI$@TJF$@ TbI$@TJF$@ TbI$@ bi$@Tbi$@Tbi$@TbH$@X R$@ T$@ F$@ b$@ b$@ b$@ b$@b$@TR$@TR$@TR$@G  $@X@ R$@X@ R$@@ @@V @@ @Y R$@ a@B&@ @@ @&@&@ @ @@ @ b$@&@ @ @@ @@ @@ @X $@@ @@V @@F$@ "H$@TR$@ TR$@ R$@ TF$@ @0&$@G0 $@ $@&$@ P&$@`  @` 0&%@`$C $@`&$@` @ @ L &@&@@@$@&$@$@ H@ P&$@` &@` &%@`$` @&Lp  $@ $@tL P\a$@ tDR@a&$@&$@&$@tB`$@  @`$@ e$@ tH`$ tH`$G $@G $@G  !·$@G  !·$@G  !·$@ @$ @$ @$ $ $ @$ @$ $ $ @$ [global] rss_glb_config_mode=basicvirtual rss_glb_config_options=tnlmapen,hashtoeplitz,tnlalllkp reg[0x1008]=0x40810/0x21c70 reg[0x100c]=0x22222222 reg[0x10a0]=0x01040810 reg[0x1044]=4096 reg[0x1048]=65536 reg[0x104c]=1536 reg[0x1050]=9024 reg[0x1054]=9216 reg[0x1058]=2048 reg[0x105c]=128 reg[0x1060]=8192 reg[0x1064]=16384 reg[0x10a4]=0xa000a000/0xf000f000 reg[0x10a8]=0x2000/0x2000 sge_timer_value=5,10,20,50,100,200 reg[0x7d04]=0x00010000/0x00010000 reg[0x7d6c]=0x00000000/0x00007000 reg[0x7dc0]=0x0e2f8849 filterMode=fragmentation,mpshittype,protocol,vlan,port,fcoe filterMask=protocol,fcoe tp_pmrx=34 tp_pmrx_pagesize=64K tp_nrxch=0 tp_pmtx=32 tp_pmtx_pagesize=64K tp_ntxch=0 tp_mtus=88,256,512,576,808,1024,1280,1488,1500,2002,2048,4096,4352,8192,9000,9600 reg[0x19168]=0x04020100 [function"0"] nvf=16 wx_caps=all r_caps=all nvi=1 niqflint=8 nethctrl=8 neq=16 nexactf=8 cmask=all pmask=0x1 [function"1"] nvf=16 wx_caps=all r_caps=all nvi=1 niqflint=8 nethctrl=8 neq=16 nexactf=8 cmask=all pmask=0x2 [function"2"] nvf=16 wx_caps=all r_caps=all nvi=1 niqflint=8 nethctrl=8 neq=16 nexactf=8 cmask=all pmask=0x4 [function"3"] nvf=16 wx_caps=all r_caps=all nvi=1 niqflint=8 nethctrl=8 neq=16 nexactf=8 cmask=all pmask=0x8 [function"4"] wx_caps=all r_caps=all nvi=28 niqflint=170 nethctrl=100 neq=256 nexactf=40 cmask=all pmask=all nethofld=1024 nroute=32 nclip=32 nfilter=496 nserver=496 nhash=12288 protocol=nic_vm,ofld,rddp,rdmac,iscsi_initiator_pdu,iscsi_target_pdu tp_l2t=3072 tp_ddp=3 tp_ddp_iscsi=2 tp_stag=3 tp_pbl=10 tp_rq=13 [function"5"] wx_caps=all r_caps=all nvi=4 niqflint=34 nethctrl=32 neq=64 nexactf=4 cmask=all pmask=all nserver=16 nhash=2048 tp_l2t=1020 protocol=iscsi_initiator_fofld tp_ddp_iscsi=2 iscsi_ntask=2048 iscsi_nsess=2048 iscsi_nconn_per_session=1 iscsi_ninitiator_instance=64 [function"6"] wx_caps=all r_caps=all nvi=4 niqflint=34 nethctrl=32 neq=66 nexactf=32 cmask=all pmask=all nhash=2048 tp_l2t=4 protocol=fcoe_initiator tp_ddp=1 fcoe_nfcf=16 fcoe_nvnp=32 fcoe_nssn=1024 [function"1023"] wx_caps=all r_caps=all nvi=4 cmask=all pmask=all nexactf=8 nfilter=16 [function"0/*"] wx_caps=0x82 r_caps=0x86 nvi=1 niqflint=4 nethctrl=2 neq=4 nexactf=4 cmask=all pmask=0x1 [function"1/*"] wx_caps=0x82 r_caps=0x86 nvi=1 niqflint=4 nethctrl=2 neq=4 nexactf=4 cmask=all pmask=0x2 [function"2/*"] wx_caps=0x82 r_caps=0x86 nvi=1 niqflint=4 nethctrl=2 neq=4 nexactf=4 cmask=all pmask=0x4 [function"3/*"] wx_caps=0x82 r_caps=0x86 nvi=1 niqflint=4 nethctrl=2 neq=4 nexactf=4 cmask=all pmask=0x8 [port"0"] dcb=ppp,dcbx bg_mem=25 lpbk_mem=25 hwm=30 lwm=15 dwm=30 dcb_app_tlv[0]=0x8906,ethertype,3 dcb_app_tlv[1]=0x8914,ethertype,3 dcb_app_tlv[2]=3260,socketnum,5 [port"1"] dcb=ppp,dcbx bg_mem=25 lpbk_mem=25 hwm=30 lwm=15 dwm=30 dcb_app_tlv[0]=0x8906,ethertype,3 dcb_app_tlv[1]=0x8914,ethertype,3 dcb_app_tlv[2]=3260,socketnum,5 [port"2"] dcb=ppp,dcbx bg_mem=25 lpbk_mem=25 hwm=30 lwm=15 dwm=30 dcb_app_tlv[0]=0x8906,ethertype,3 dcb_app_tlv[1]=0x8914,ethertype,3 dcb_app_tlv[2]=3260,socketnum,5 [port"3"] dcb=ppp,dcbx bg_mem=25 lpbk_mem=25 hwm=30 lwm=15 dwm=30 dcb_app_tlv[0]=0x8906,ethertype,3 dcb_app_tlv[1]=0x8914,ethertype,3 dcb_app_tlv[2]=3260,socketnum,5 [fini] version=0x1425001c checksum=0x5ceab41e [global] rss_glb_config_mode=basicvirtual rss_glb_config_options=tnlmapen,hashtoeplitz,tnlalllkp reg[0x1008]=0x40810/0x21c70 reg[0x100c]=0x22222222 reg[0x10a0]=0x01040810 reg[0x1044]=4096 reg[0x1048]=65536 reg[0x104c]=1536 reg[0x1050]=9024 reg[0x1054]=9216 reg[0x1058]=2048 reg[0x105c]=128 reg[0x1060]=8192 reg[0x1064]=16384 reg[0x10a4]=0xa000a000/0xf000f000 reg[0x10a8]=0x2000/0x2000 sge_timer_value=5,10,20,50,100,200 reg[0x7d04]=0x00010000/0x00010000 reg[0x7d6c]=0x00000000/0x00007000 reg[0x7dc0]=0x0e2f8849 filterMode=fragmentation,mpshittype,protocol,vlan,port,fcoe filterMask=protocol,fcoe tp_pmrx=30 tp_pmrx_pagesize=64K tp_nrxch=0 tp_pmtx=50 tp_pmtx_pagesize=64K tp_ntxch=0 tp_mtus=88,256,512,576,808,1024,1280,1488,1500,2002,2048,4096,4352,8192,9000,9600 reg[0x19168]=0x04020100 [function"0"] wx_caps=all r_caps=all nvi=28 niqflint=170 nethctrl=96 neq=252 nexactf=40 cmask=all pmask=all nethofld=1024 nroute=32 nclip=32 nfilter=48 nserver=32 nhash=0 protocol=nic_vm,ofld,rddp,rdmac,iscsi_initiator_pdu,iscsi_target_pdu tp_l2t=3072 tp_ddp=2 tp_ddp_iscsi=2 tp_stag=2 tp_pbl=5 tp_rq=7 [function"1"] wx_caps=all r_caps=all nvi=4 niqflint=34 nethctrl=32 neq=66 nexactf=32 cmask=all pmask=all nhash=0 protocol=fcoe_initiator tp_ddp=2 fcoe_nfcf=16 fcoe_nvnp=32 fcoe_nssn=1024 [function"1023"] wx_caps=all r_caps=all nvi=4 cmask=all pmask=all nexactf=8 nfilter=16 [function"0/*"] wx_caps=0x82 r_caps=0x86 nvi=1 niqflint=4 nethctrl=2 neq=4 nexactf=4 cmask=all pmask=0x1 [function"1/*"] wx_caps=0x82 r_caps=0x86 nvi=1 niqflint=4 nethctrl=2 neq=4 nexactf=4 cmask=all pmask=0x2 [port"0"] dcb=ppp,dcbx bg_mem=25 lpbk_mem=25 hwm=30 lwm=15 dwm=30 dcb_app_tlv[0]=0x8906,ethertype,3 dcb_app_tlv[1]=0x8914,ethertype,3 dcb_app_tlv[2]=3260,socketnum,5 [port"1"] dcb=ppp,dcbx bg_mem=25 lpbk_mem=25 hwm=30 lwm=15 dwm=30 dcb_app_tlv[0]=0x8906,ethertype,3 dcb_app_tlv[1]=0x8914,ethertype,3 dcb_app_tlv[2]=3260,socketnum,5 [port"2"] dcb=ppp,dcbx bg_mem=25 lpbk_mem=25 hwm=30 lwm=15 dwm=30 dcb_app_tlv[0]=0x8906,ethertype,3 dcb_app_tlv[1]=0x8914,ethertype,3 dcb_app_tlv[2]=3260,socketnum,5 [port"3"] dcb=ppp,dcbx bg_mem=25 lpbk_mem=25 hwm=30 lwm=15 dwm=30 dcb_app_tlv[0]=0x8906,ethertype,3 dcb_app_tlv[1]=0x8914,ethertype,3 dcb_app_tlv[2]=3260,socketnum,5 [fini] version=0x1425001c checksum=0xad4c174f OOOGNUiGa?aGNU sjB! GNUTV6l ~CGNUT0?J <&~:~UHSPHHH)HHE1HøHHHH)HHIHtBHHH)HHIH1Hu?HH HuHtH[]HH[] & 0 7 D(\ c m t (   4 ( ) ) ) 4)  )8@-PX!h*p!!0Hx`t4fw_cfg_uwirefirmwaret4fw_cfgt4fw_cfg_fwkernelt4fwFreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1)t4fw_cfg.ko.debugy8{)HFo0x   0` Kf-f0f0  T#t8Te}.symtab.strtab.shstrtab.note.gnu.build-id.rela.text.rela.data.relaset_modmetadata_set.relaset_sysinit_set.rodata.str1.1.comment.gnu_debuglink.SUNW_ctf__set_modmetadata_set_sym__mod_metadata_md_t4fw_cfg_fw__set_modmetadata_set_sym__mod_metadata_md_t4fw_cfg_fw_on_firmware__set_modmetadata_set_sym__mod_metadata_md_t4fw_cfg_fw_on_kernel__set_modmetadata_set_sym__mod_metadata_t4fw_cfg_fw_version__set_sysinit_set_sym_t4fw_cfg_fwmodule_sys_init_mod_metadata_md_t4fw_cfg_fw_mod_metadata_md_t4fw_cfg_fw_on_firmware_mod_metadata_md_t4fw_cfg_fw_on_kernel_mod_metadata_t4fw_cfg_fw_version_t4fw_cfg_fw_depend_on_firmware_t4fw_cfg_fw_depend_on_kernel_t4fw_cfg_fw_versiont4fw_cfg_fw_modt4fw_cfg_fw_modeventt4fw_cfg_fwmodule_sys_init_binary_t4fw_cfg_txt_start_binary_t4fw_cfg_txt_end_binary_t4fw_cfg_uwire_txt_start_binary_t4fw_cfg_uwire_txt_end_binary_t4fw_fw_start_binary_t4fw_fw_end_binary_t4fw_cfg_txt_size_binary_t4fw_cfg_uwire_txt_size_binary_t4fw_fw_size__start_set_modmetadata_set__start_set_pcpu__start_set_sysinit_set__stop_set_modmetadata_set__stop_set_pcpu__stop_set_sysinit_setfirmware_registerfirmware_unregistermodule_register_init68xxڔMhQym>6ilKжDЃB1=BZTz,$]EDD=Y+T(K<(\z(x l~y3MYCD.Lw{̈́ l^g-hr$i.?YX92i#QysT>EWOڇW4ʝ3gi奇8\99鱘nIz^/l)ޟuxOiuh&:L 2 x\ e1kk^~~܅ 73 Gyq !X*p2_3܆G1,Нiȭ'evՒcxMtՂՇUaQd򷞧1Zt5qZLz"J/ĝ˺ˬmTr0S8M&ӫOj=M"Xhrv ޘ7?4MYV?ˡ[֭Ѝ~4s.>8w3нZm{=X5ְ{snx157g^AQKӷǟTDOM tJeָȲ-ΈU:%[A7rD9+6' alRbpJ LɈҹ )ep.I1 g 2b2 6CgZY) >"E|ΦL 䬾lXk-:sEcA ,0S$(@2ĊgJ1*uH&p-aRFr@~F<  %s׮4b%hI7W,BuP[YjgKL8N߮KR`3L{VzM6-<钙1a;MgW\DyB H)_ > hIhLPxOvZ^s>Rp lT^=CN.^"ۡċt\6yx"ޣސoCqQh쮜ִnkϭ޼73ZٛVc>.hm4AIl)UL#^8-Fl v/n7n vU[s0m0Ic碉(>@ 3.@X9@  I@ D@``b]@r290Sl0C 3