ࡱ>  jbjb22 )dPP%8|Kd+1GGG{{{*******-<0*{{{{*!GG4^+!!!GG*!{*!!:&,;' ImR& W'<t+0+&R0!0;'!;'{{{ I:   Rensselaer Polytechnic Institute ECSE-4760 Real-Time Applications in Control & Communications INTRODUCTORY LAB EXPERIMENT Number of Sessions 3 INTRODUCTION For the past 40 years digital computers have literally been changing the face of our civilization, and with it the means and methods of the engineering field. They introduced themselves at first to the scientific and accounting fields as number crunchers, in a short while they conquered the data filing/processing sector, and finally penetrated every place humans work and live, redefining all the areas they came in contact with. Their presence and effects can be found today in every place, be it an administrative office, a factory high bay area, a living room, or even a car and a plane. Yet their power and impact to the society would have been much more limited in size and intensity, were it not for the invention of the Integrated Circuit (IC) and it's brain child, the Microprocessor. Its use revolutionized the industrial automation and control providing the average user with inexpensive processing power previously available only through mainframe computing. Its miniature size, low cost and power requirements, combined with is fast execution speed and accuracy opened vast new application areas to data acquisition and process control. Every-day applications where microprocessors are used as controllers, in place of their now extinct analog predecessors, range from sophisticated robot manipulators and vision systems, to fuel and navigation control in automobiles and planes, chemical processes, machine tools, medical equipment, microwave ovens and practically all today's home electronic appliances. But by far the most common use of the microprocessors is as central processing units (CPU) inside the microcomputers. Combined with powerful peripherals and connected in networks these "desktop" computers successfully rival yesterday's "dinosaurs" costing orders of magnitude more. Areas like digital signal processing, imaging and computer vision, controls and robotics, all the more migrate from the old mainframe type processing, and depend on fast (CISC or RISC) microcomputers to execute their task accurately and safely. The purpose of this experiment, and the Computer Applications Laboratory in general, is to give the student a taste of the challenges involved in using microcomputers as controllers in real life applications. It does so by implementing well known and important theoretical results from the areas of Automatic Control and Signal Processing into a set of experiments, where the microcomputer with the use of peripheral devices, collects data from the process, processes it, and returns useful information back to the process and reports to the supervisor if necessary. EXPERIMENT OVERVIEW This introductory experiment covers the basic architecture of a microcomputer and the digitization of analog signals for processing. The purpose of this experiment is to introduce the student to the microprocessor and its I/O devices and to give him/her a feel for its capabilities and its limitations. The introductory programs provided have been designed to demonstrate access to the I/O devices available at the lab bench, and to illustrate some of the features of I/O programming using the Pentium PC for such a task. Each lab bench has its own dedicated computer and supporting software and equipment. The lab experiment is divided into the following sections: Microcomputer overview. Here basic information on microcomputer architecture and data acquisition system components are briefly reviewed. Part I. Consists of a set of pre-programmed signal processing functions to be observed and analyzed. This part serves to demonstrate how the hardware is accessed, and how data is retrieved, processed, and returned back to the application. Part II. A set of functions the student must write or modify that use some of the I/O devices including the front panel I/O fields, A/D and D/A converters. All programs in parts I and II are to be developed using National Instruments LabVIEW visual programming environment available on the lab computer. This is an integrated development environment where the user can interactively develop/debug graphical data acquisition and processing programs. More details on how to use LabVIEW follow in later sections. It's expected that students come prepared for the labs, having read the lab procedures, necessary references, and anticipated some of the results before starting experiments. Copies of the programs are also available for anyone desiring further information. It is highly recommended that you take useful notes. Feel free to ask questions, as the information presented in this lab will be needed in the future when you use the system. In the beginning, emphasis should be placed on the procedures to be followed rather than on the programs themselves. As you progress, you can go back and study the programs so that you can see the procedures as a logical sequence rather than frustrating cookbook instructions. The instructor will also point out where the reference material is located. Note the limitations of the I/O devices as they are discussed. The limitations are important since some of the devices can easily be destroyed if the limitations are exceeded! The programs that are used to implement the various filters have been supplied. It is your job to input and monitor some of the parameters of the process through the I/O devices at each lab bench. Some of these parameters will be varied and you will see how the variations will affect the processes. Later, you will develop some of your own programs during the project portion of the lab. During the course of the lab, it is hoped that you will discover that the microcomputer is an important, versatile and indispensable tool in the electrical engineering field. The applications of the microcomputer are endless and perhaps only limited by the engineer's imagination. MICROCOMPUTER ARCHITECTURE SUMMARY Microcomputers vary significantly in processing power and general capabilities depending on the components they are built of. Yet they all consist of the same structural blocks, summarized below: CPU It is the most important and complex component as mentioned at the beginning. It's implemented as a VLSI chip and more than one microprocessors may act as Central Processing Units. Its basic architecture consists of storage elements called registers where data is stored for fast retrieval, computational circuits designated as arithmetic-logic units (ALUs) where all standard integer arithmetic, logical and string operations take place, the control and timing block responsible for synchronizing data transfers, and the input-output block responsible for communicating with the outside devices. Useful extensions include the memory management block, for manipulation of the external memory, floating point math coprocessor, cache memory for fast storage of the next data to be processed, or other specialized function blocks. The CPU selects the peripherals to "talk" to, using the address bus, a set of wires carrying uniquely identifying signal combinations, and exchanges information through the data bus. Its task consists of fetching the control instructions, decoding, interpreting and carrying them out. CPUs are classified as 8bit, 16bit, 32bit or 64bit depending on the size of their registers and data bus, or as CISC, RISC depending on the instruction capabilities, or general and specialized (graphics, math, signal/image processing). RAM Random Access Memory is the main memory of the system where programs and data are stored. Also known as read/write memory, all its information is lost when the computer is turned off. RAM is realized using semiconductor flip-flops whereby binary information is stored in the state of the transistor flip-flop circuits. Its building structure depends on the CPU type, and its major drawback (in dynamic RAM) is that it needs regular refreshing in order not to lose data. All information is processed in binary (1/0) form and represented inside the computer using signed 2's complement representation. ROM Read Only Memory is used for storing permanent information. Only readable and non-volatile, its common use is to boot up the computer and load the operating system to take over. Data stored in it, may include routines to be used to access other hardware like the screen and the keyboard. Keyboard Used to transmit information from the user (human) to the computer. Video I/O Monitor combined with the video controller card and used to return information to human understandable form as drawings (colored or not) and characters. Uses it's own RAM and since it takes considerable time to prepare the information, dedicated CPUs are often used. Storage Included are floppy disks, hard disks and backup tape drives, and are used to permanently store information. Readable and writable (normally) devices employ magnetic flux technologies to transfer information to and from properly coated surfaces. It's currently the main type of storage with optical technologies on the way. Support both random and sequential information access (tapes normally are sequential only). Others Hard copy devices include dot matrix and laser printers and plotters. Input devices include mice, digitizers or other specialized hardware. Software The "magic touch" that transforms the piece of silicon into an "intelligently thinking and acting" device. Consists of the firmware very low level I/O, the operating system giving access to all the computer resources in an orderly manner, and the high level applications that execute a specific task. A/D D/A Devices that allow the microcomputer (an inherently discrete device) to communicate Boards with the analog (continuous) world outside. The A/D converter samples the input voltage and converts it to a binary number that the computer can use. Because of the discrete nature of binary numbers and limitations on the size of the numbers handled, the converter will convert a specified range of voltages to one binary number (quantization error). Other limitations of the device include the conversion time and an effect known as quantization noise. The D/A converter does the opposite, in other words it converts a binary number to an equivalent voltage. D/A converters also have a specified conversion time and also produce quantization noise. It is hoped that the above few lines serve only as a review to the student, otherwise extensive reading of any introductory microprocessor book is strongly advised. LAB HARDWARE & SOFTWARE DESCRIPTION The PC used for the lab is an MS Windows compatible computer. It is equipped with a 1.44 MByte 3.5" floppy drive addressed as A:, a 100 MB Zip drive addressed as D:, a CD ROM drive addressed as E:, two hard disks, a Video Graphics Adapter, and a networked printer. The computer is configured with a National Instruments analog card compatible with LabVIEW in addition to the Analog Devices analog card. For data acquisition and control purposes the PC is equipped with an RTI-815-A Multifunction Analog/Digital Board built by Analog Devices. The board has a resolution of 12 bits. Only a fraction of its available options are used during the labs. Three A/D and two D/A ports are currently accessible to the user. Their range is 10V with a resolution of 4.883 mV. The board is configured to process the data in 2's complement format, thus bit 11 is used as a sign bit duplicated throughout the rest of the second byte during A/D conversions. For example a +5.000V signal is read and written as 0x0400 while a -5.000V is read as 0xFC00 but should be written as 0x0C00. Similarly -10.000V is read as 0xF800 but should be written as 0x0800. A list of the manufacturer's specifications follows: ANALOG INPUT SPECIFICATIONS Analog Input Channels: 8 differential, 16 single ended (3 set up for the Lab) Analog Input Voltage: 10 volts full scale Analog Input Impedance: > 108 ohms Digital Output: 12 bits including sign Coding: 2's complement Resolution: 4.883 mV Overall Accuracy (% full scale 1 LSB): 4.883 mV Differential Linearity (% full scale variation in state size 1/2 LSB): 2.442 mV Conversion Time: 12ms ANALOG OUTPUT SPECIFICATIONS Analog Output Channels: 2 (2 set up for the Lab) Digital Input: 12 bits including sign Coding: 2's complement Analog Output: 10 volts full scale Output protection: Short-to-ground, continuous Resolution: 4.883 mV Differential Linearity (% of full scale variation in state size): 1LSB max Overall Accuracy (% of full scale 1/2 LSB): 0.02% Output Settling Time: 20ms for full scale execution EXPLANATION OF TERMS USED IN SPECIFICATIONS Converter Speed: The time required to convert input to output to within a finite error (per bit). Differential Linearity: Given here as the percent of change in the slope between two subsequent (analog) samples. Impedance: The total opposition (i.e., resistance and reactance) a circuit offers to the flow of alternating current. The higher the impedance the less 'loading' effect the device will have on a parallel circuit. Multiplexer Settle Time: The time required for the processor to access different converters on the same channel. Overall Accuracy: The maximum error in the measurement of the input in terms of the output at full scale, 10 volts. (LSB - Least Significant Bit). Resolution: The degree to which nearly equal values of a quantity can be discriminated. A measure of the smallest possible increment of change in the variable input or output of a device. Two's Complement: The two's complement of a positive number is formed by complementing (changing ones to zeros and zeros to ones) the bit string and adding 1 to the least significant digit, executing all required carries. This is the model all computers use for storing and processing arithmetic information. TABLE 1. is a mapping between the voltages supported by the A/D converters and their 2's complement representation. VoltageBinary ValueDecimal ValueUnsigned Decimal (last 12 bits only)+9.995117 0000 0111 1111 1111 +2047 +2047+9.990234 0000 0111 1111 1110 +2046 +2046. . . .+5.000000 0000 0100 0000 0000 +1024 +1024. . . .+0.014648 0000 0000 0000 0011 +3 +3+0.009766 0000 0000 0000 0010 +2 +2+0.004883 0000 0000 0000 0001 +1 +10.000000 0000 0000 0000 0000 0 0-0.004883 1111 1111 1111 1111 -1 4095-0.009766 1111 1111 1111 1110 -2 4094-0.014648 1111 1111 1111 1101 -3 4093. . . .-5.000000 1111 1100 0000 0000 -1024 3072. . . .-9.990234 1111 1000 0000 0010 -2046 2050-9.995117 1111 1000 0000 0001 -2047 2049-10.000000 1111 1000 0000 0000 -2048 2048 Sign Extension from 11 to 15 bits 11th bit sign (0 +; 1 -) TABLE 1. A/D & D/A 2's complement conversion scheme. ELEMENTARY DIGITAL DATA CONVERSION NOTIONS As mentioned before, the microcomputer is using A/D and D/A converters to collect analog data from real world processes, convert it into binary form, process it extracting useful information, and convert it back to analog form and make it available for the processes to use. FIG. 1 shows the basic steps of such a cycle in the simple digital transmission of an analog signal x(t) using a zero order hold D/A converter.  FIGURE 1. Digital sampling of a typical signal x(t). The analog input signal x(t) at X is sampled at discrete intervals of time by closing the switch labeled A. The A/D converter at B converts each measurement into a string of binary digits of predefined length, indicating the amplitude of the signal at that instant. For example, an amplitude of +7 volts would correspond to the message 0111. Notice that the resolution of the conversion in FIG. 1 is only four bits. These binary strings are processed by Medium C and the result is introduced to a D/A converter which creates the staircase constant signal y(t) at Y, equal to the amplitude of the sampled signal. The fact that the string patterns before and after the medium are the same purely depends on what the Medium C does to the data. Still in this case if the signal y(t) is put through a low pass filter, the resulting waveform might be a fair duplication of the input signal x(t). When the input at X is a voice or other audio signal, two major factors govern whether or not the output at Y will be an intelligible signal. a) The number of bits used to describe the magnitude of the signal, N. b) The rate at which the signal is sampled, R. The number of bits used sets a limit on how accurately the analog signal may be measured. If only one bit were used, the output at Y would take on only two values, say 10 volts. However, if ten bits were used, the amplitude at Y would match the input at X to one part in 210 or less than .1% error. The rate at which the signal is sampled must somehow be related to the maximum frequency of the input signal. If an input was sampled at a rate less than the highest frequency, much of the information in the input signal will be lost. It can be shown that a suitable lower bound on the sample rate is twice the maximum frequency. The bit rate for a sampled signal is given by the expression: C = N * R (bits/second). The quality of the output is affected by the bit rate because of its dependence on N and R. In what fashion does the bit rate affect the quality? Since a higher bit rate requires a more complicated transmission medium, designers of such systems are interested in getting the lowest possible bit rate which will result in an intelligible output at the receiving end. One such method is to notice that although the human ear can hear sounds in the frequency range 20-20,000 Hertz, normal speech frequencies lie below 3500 Hertz. Thus filtering a voice signal to within this range of frequency will achieve good results. This observation has allowed sample rates to be reduced from 40,000 samples/second to 7,000 samples/second, which corresponds to 84,000 bits/second for a system with 12 bits resolution. Many signals can be processed together through the method of Time Division Multiplexing (TDM). This is somewhat similar to computer time sharing. The computer processor internally cycles to service each user at such a rate that it seems to be servicing all simultaneously. Any data flow that occurs during the interval that a user is not being polled, is retained or buffered, until the next cycle. To implement Time Division Multiplexing, all information is time sliced on a single rather than several transmission media. INTRODUCTION TO PROGRAMMING WITH NATIONAL INSTRUMENTS LabVIEW This section contains a brief introduction to using the National Instruments LabVIEW graphical programming environment. It doesn't pretend to be a comprehensive tutorial either of the functional tools or the environment. For more information it's suggested that the user run the tutorials provided by NI (follow included instructions) and use the Help functions extensively. Also the programming style in the examples included are as simple and intuitive as possible, rather than trying to teach programming elegance. To start using the PC, turn it on (if off) and check that is has booted up with WindowsXP. Begin LabVIEW under the Start menu in the lower left-hand corner. LabVIEW is a tool that enables the user to program in a graphical setting. It is very powerful for Data Acquisition purposes, and is widely used in industry for testing and implementing processes. Below you will find a brief summary of LabVIEW and its functions as you will use it in the setting of Computer Applications Laboratory. When you open LabVIEW 7.1 (Start/Programs) and create a blank VI (virtual instrument), two different windows will appear: Front Panel and Block Diagram. The Block Diagram will be where your programming will occur and the Front Panel is simply a Graphical Interface to interact with the Block Diagram. LabVIEW has a very good help function under the Help toolbar and it is recommended that you take advantage of this during the programming portion of this experiment. When the program starts you will be given a Functions window. If you loose this window, right click on the background of the VI and it will pop-up again. All the functions discussed below are present in the All Functions window, which can be found in Functions on the bottom right corner. This window is presented below:  FIGURE 2. LabVIEW All Functions window. The following block is used to read a single point from an analog input into LabVIEW:  FIGURE 3. Single point analog input block. This function can be found in NI Measurements/Data Acquisition/Analog Input. This function is used if the programmer needs to input values and perform calculations on them one at a time. The following blocks are used to perform computations on data:  FIGURE 4. LabVIEW computational blocks. These function can be found in the Numeric block under all functions. These functions are used for operations as addition (sum), multiplication (products), roots, and setting limits. To update a single output data point from LabVIEW to the BNC-2110, use:  FIGURE 5. Single point analog output block. This function can be found in NI Measurements/Data Acquisition/Analog Output. This function is used if the programmer wishes to output values to the BNC-2110 AO channels. Note this output holds a value until it is updated again. LabVIEW initially supported a fairly simple scheme to allow VIs to acquire voltages from the real world and process them to produce output signals. Their latest scheme to accomplish the same tasks are much more complicated to set up but result in an order of magnitude improvement in performance. The first example, Sampling.vi, shows the simple approach using AI One PT and AO One PT blocks to acquire and output analog voltage values. The second example, 1I-1O Example DAQmx.vi, demonstrates the preferred, better performing approach. Although it involves more blocks to implement, it is the favored approach and the one used in all VIs in this course. Sampling.vi, a simple example of a LabVIEW program performing analog input and output, is provided on the lab PCs. Its block diagram is shown below in FIG.6 and its control panel in FIG.7.  FIGURE 6. Example LabVIEW block diagram Sampling.vi. The components of the system are numerically labeled above and explained here. This loop type structure is called a Timed Loop. It can be found in many structures. This needs an input of time (dt). The Sampling Period control in FIG. 6 provides that time input. When the specified time period has passed the loop starts again. Other loops can be used (while, for, case (if), etc.) and can be found in the same Structures tab. Label 5 is the loop iterator. It keeps track of which iteration is in progress (very useful for arrays). Label 6 is the stop condition. Typically a stop button is used to stop the program as shown above. The 1/x operator inverts the input, and is useful for Ts ( fs calculations. This shows how the AI One PT is used. It requires an Input Device (blue), an Input Channel (purple), and one can specify the max and min values (orange). It outputs a waveform with one value. (The value is accessed with the Get waveform Components function in the Waveform menu, but for simple calculations like those done here it is not necessary.) The AO One PT function outputs a voltage. This needs inputs of Device (blue), set as a control input, Channel (purple), set as a constant (0 corresponds to AO 0), and a number of any type (waveform, integer, double, etc.). The Iterator is used to keep track of the loop iteration number (starting at 0). The End Condition, seen here as a selectable button, stops a programs execution. This shows the Variable Structure. Any control/indictor can be accessed with this. This can be found in the Structures library. Some objects do not need to be wired to anything to be used. This can be done using local variables as discussed in 7 above. The Shift Register is used to store a value for one loop iteration. This can be found by right clicking on the loop, and selecting Add Shift Register. This loop will be initialized, with the shift register set to 0 and the y[n] = x[n], but from then on out the output will be y[n] = x[n] + x[n-1]. The AO One PT block, as previously discussed above, is used to output a voltage. Here it outputs y[n] = x[n] + (-1)x[n-1] to AO 1 (channel 1 is defined by the purple constant 1). For the second output channel you may need to select AO ONE PT with 2 waveforms in the icon. A Channel Constant, set to a value of 1 here, is used to select Output Channel 1 (AO 1). A Summing Junction adds two inputs and outputs the sum. The picture below is the front panel of the block diagram program Sampling.vi.  FIGURE 7. LabVIEW Control Panel for block diagram in FIG. 6. As can be seen, the controls that were discussed before are all there, and in order to run the program you need to press the run (play arrow) button on the top left of the window. 1I-1O Example DAQmx.vi is one of several examples demonstrating LabVIEWs DAQmx drivers for data acquisition. This one demonstrates a single input and single output channel. The others use 2 inputs and 1 output or 2 inputs and 2 outputs, to show how extra analog I/O channels are added to the VI. DAQmx permits significantly faster sample rates than are possible with the older drivers with accurate hardware timing, but requires several more blocks to get the functions set up. FIG. 8. shows the block diagram.  FIGURE 8. LabVIEW block diagram for 1I-1O Example DAQmx.vi. The blocks on the left side of the while loop set up the input and output channels with minimum and maximum allowed values, device numbers, channel numbers, sample frequency, and timing sequencing. The right side blocks are used to close out everything when the program is finished. Inside the while loop the DAQmx block to the left acquires an analog voltage for processing and the corresponding block on the right takes a value and outputs a voltage. The second block is used for synchronization. The T/F multiplexer before the output stage is only used to set the output voltage to zero when the program is halted. Otherwise the sample-and-hold on the DAC will hold the last voltage value indefinitely. It is strongly suggested that this example be copied as a starting point for any VI programs students are asked to write as part of this experiment. General LabVIEW hints: Any number can be made into a Control (Input) or Indicator (Output) by right clicking on it and selecting the proper item. The easiest way to create Controls is through the Front Panel window, under numbers ctrl/numerical control. The Device number for the BNC-2110 is 1. When creating programs, start from functions and work out. This means that instead of creating each control, you can choose the desired function (add, subtract, input, output, etc.) move the cursor to the wire input of that function, and then right-click and select Create Control. This is much easier. Also once a control is already made, feel free to duplicate it with copy/paste to save time as well. When programs get too complicated create smaller programs to do specific functions. This will clean up the program significantly. To do this press Ctrl-N and a new program will pop up, save this in a known directory. Make the block diagram, but before it is ready to use you must choose your connectors. This can be done by right-clicking on the icon on the top right of the window (directly below the X to close the window) and selecting Show Connectors. A diagram will appear which usually has the proper inputs and outputs, but if it doesnt you can add and remove terminals by right-clicking again. To assign these terminals click on a terminal and then select the box that you desire to have that terminal represent. To access your program choose Select a VI that is on the bottom of the All functions tab, and find your program. The colors of the wires MEAN something; be sure you wire functions and controls together that are of the same color, or you may obtain unexpected results. The more you play around with LabVIEW the easier it will be, and the more ways you will discover how to do things. Note that you don't have to master all the above features in order to successfully run the experiments. Probably the easiest way to get started is to copy and edit the programs supplied. You may save your program under a different name with the Save as command in the File menu. SAMPLE I/O PROGRAMS To help you get started, several VI graphical programs have been provided on the PC in the Introductory Lab folder as sample programs demonstrating basic I/O functions necessary for this lab. These examples are designed to be simple programs that you may copy, edit, and run to gain more experience with LabVIEW. You may also look at the block diagrams of any of the provided programs run in Part A and print out copies for your use. Please make sure you edit a copy of any file rather than the original! The samples provided are: 1I-1O Example DAQmx.vi: Single analog input, single analog output example with H/W timing 2I-1O Example DAQmx.vi: Two analog inputs, single analog output example with H/W timing 2I-2O Example DAQmx.vi: Two analog inputs, two analog outputs example with W/W timing 1I-1O Example DAQmx-.vi: Single analog input, single analog output example with S/W timing 1I-1O Example DAQmx+.vi: Single analog input, single analog output example with mixed timing The single input/single output VI has been explained previously. The addition of other channels is done using 1D arrays. A 2-input VI will pass a 1D array with 2 values to the while-loop. It is necessary to extract the values as scalars before operating on them. The blocks to do this are shown in the example. Similarly, to output multiple channels, scalars must be combined into a 1D array before being passed to the output block, as shown in the example. The last 2 examples show other timing options. Instead of rigid hardware controlled timing, software is used. A side-by-side comparison demonstrates the jitter problem associated with the inaccuracies of software timing. The last example is a compromise between precise hardware timing, used on the inputs, and software timing, used on the outputs, that allows the output to be updated as quickly as possible without having to wait until the beginning of the next sample period. For completeness, 2 more are included that use the legacy drivers, but students should really spend time learning how to use the DAQmx versions. The legacy examples are Output.vi and Sampling.vi. a) Output.vi: This program outputs a voltage on AO 0. The voltage is determined by the numerical value entered in the Value to Output field of the graphical interface. The VI uses a D/A conversion utility that provides a fully interfaced conversion of digital data to a bipolar analog voltage with a resolution of 12 bits. The digital data is taken to be in 2's complement form and the output has a range 10V in 4.883 mvolt increments. There are two to eight configurable D/A channels per bench. b) Sampling.vi: The sample period is set by the Sampling Period field. Its value is in ms (although not indicated as such on the interface) and it should be e"8 ms for accuracy. The STOP button must be selected after changing the sampling time to update the program. This VI uses a A/D conversion utility that provides conversion of a bipolar signal to a digital value, and prints this value in both decimal and hexadecimal form on the computer screen. The conversion is done using 12 bits of resolution in 2's complement form. (It is assumed the student by now is familiar with 2's complement representation of voltages.) Analog inputs in the 10V range should be read correctly. There are two to eight configurable A/D channels available on each computer bench. EXPERIMENTAL PROCEDURE PART I PRE-PROGRAMMED FUNCTIONS For this part of the procedure you will be observing several different Digital Signal Processing programs. These are fully-developed canned programs stored in the Intro directory for your use. The programs are initiated by double clicking on the .vi file. Execution begins by clicking the arrow in the upper left-hand corner and is terminated by hitting the Stop Button. These programs, due to the windows environment, have numerous amounts of processes running at the same time; therefore it is recommended that you close other programs before running a LabVIEW program. All programs have text fields to input Sampling time, this is necessary for most programs. In order to run programs as quickly and concisely as possible choose a sampling time above 8ms. Lastly, be sure the input field that is denoted Input Device is set to 1 if you are using BNC-2110, the BNC connector box. For each of the first 6 programs, you should be able to derive the difference equation by looking at the block diagram and knowing what the samples are doing. From that a transfer function H(z), pole-zero plot, and magnitude plot of |H(ejw)| on the unit circle can be obtained. Make sure you understand the relationship among these different forms of each digital filter implementation. " Boot up the PC in WindowsXP if it isnt already running. Go to Start ( My Computer, then consecutively double click on XP (C: or F:), CStudio, RTA_lab, and Intro. The Intro folder should contain all the LabVIEW VI files for this lab. Each can be started with a double click. You may ignore any warnings that appear by selecting OK. For all programs, keep the Input Device set to 1, start with a Sampling Period of ~2, and use AI 0 and AO 0 for input and output respectively on the NI BNC-2110 interface box. Most parts of this experiment use the FS (Floating Source) input setting on the switches below the BNC inputs on the box. If a message Error 1802 pops up when executing a VI program, it may be ignored by clicking Continue. Programs should be halted by clicking the STOP button on the front panel rather than the abort icon at the top of the window. PROGRAM FILE NAME 1. Digital Differentiator Dig-Differ DAQmx.vi 2. Digital Integrator Dig-Integr DAQmx.vi & Dig-Integr-fix DAQmx.vi 3. First Order Low Pass Filter 1st-Order-LPF DAQmx.vi 4. Variable Resolution and Sample Frequency V-Res-Freq DAQmx.vi 5. Digital Voltmeter Dig-Voltmeter DAQmx.vi 6. Ideal Sampling Frequency Ambiguity FARES.vi 1. The Digital Differentiator simply calculates the difference between the values of the signal at time kT and (k-1)T and outputs this difference (scaled by a gain of 2). The input from the signal generator goes to AI 0 and output appears on AO 0 on the BNC-2110 interface box. Start with a sampling period of 2. Increasing the sample period decreases the sample frequency, but the running program must be stopped and restarted for the new values to take effect. Select the arrow in the upper left-hand corner of the screen to start the program. a) Look at sine, triangle, and square waves and draw graphs of the input and output signals noting amplitude and frequency and shape. What happens to the output amplitude when the frequency of the signal is increased? Is this expected? b) What causes the stray samples at the edges of the square wave? c) Look at the block diagram with the top menu Windows ( Show Block Diagram. The program simply subtracts the previous sample x(k-1) from the current sample x(k) and multiplies the difference by 2 (to increase its usually small amplitude). Find the difference equation for this filter. Find the corresponding Z-transform transfer function H(z), and sketch the pole/zero diagram. When done, quit LabVIEW or close the program window, but dont save any changes. 2. The digital integrator program Dig-Integr DAQmx.vi simply adds the present input value to the sum of all past inputs and outputs this sum. Start with a small 1 Vpp, ~15 Hz input signal. a) What is the apparent problem with this program and how might you revise it to get around this problem? Carefully adjust the DC offset on the input signal to obtain the best results. Look at sine, triangle, and square waves and verify the shape of the output waves and the effect of the frequency on the amplitude. Note: Keeping the amplitude of the input signal around 1 volt or less will improve the stability of the output signal. The output can be understood more easily when the input is thought of as an AC signal added to a small DC offset. The integral is the sum of the integral of the AC signal plus a ramp, which is the integral of the small DC offset. b) Run the program Dig-Integr-fix DAQmx.vi and observe its operation with sine, triangle and square waves over a range of frequencies. Again keep the input signal amplitude small. Does the filter work as a better integrator at high frequencies? Why or why not? What type of filter does it implement? c) Again, look at both block diagrams and find the difference equations for these filters (ignoring the clipping function). Find the corresponding Z-transform transfer functions H(z), and sketch the pole/zero diagrams. 3. A simple First Order Low Pass Filter is implemented by a program that averages the current and previous input samples to produce the current output sample. The Z-transform of the filter is  EMBED Equation.3 . Find the difference equation from the transfer function and verify it by looking at the program block diagram. a) Where are the pole and zero with respect to the unit circle of this filter? Find the 3 dB frequency and the frequency where the output goes to zero. Do these correspond correctly with the calculated values from the sample period of the program T measured with an oscilloscope? Sketch the magnitude of the filter's response |H(ejw)| for 0d" w d"  EQ \f(2p,T) and verify the filter's gain at 4 or 5 different frequencies. b) What happens when the input frequency exceeds the Nyquist frequency? Sketch the input and output waveforms for frequencies of 0,  EQ \f(1,4) fsamp,  EQ \f(3,8) fsamp,  EQ \f(1,2) fsamp,  EQ \f(5,8) fsamp,  EQ \f(3,4) fsamp, fsamp, and 2fsamp. 4. This program samples an analog signal on AI 0 with a variable sample frequency and bit resolution and outputs the result on AO 0. Initially the sample frequency is set to its maximum value and the resolution is set to the full 12 bits with a mask of FFF hex. Once the program is started, it samples the input continuously and outputs the reconstructed wave on the D/A converter. Start with a slow ~5 Hz, 10 Vp sine wave. The sample period T is entered in ms on the front panel. It is possible to enter values in the tenths of ms range, but the smallest value the systems can realistically use is about 0.5ms. The hardware will have trouble keeping up with even this value and you will be able to spot inconsistencies in the output voltage signal. The bit mask that can be used to reduce the effective resolution of the converter is displayed in both hexadecimal and binary. Manually changing the 1s and 0s in the Mask control (white text box containing a binary 111111111111 initially) will toggle the corresponding bit in the mask. You can also use the increment/decrement toggle on the left of the box to alter the LSBs after selecting them with the mouse. Using the sequence for the mask, FFF, FFE, FFC, FF8, FF0, FE0, FC0, F80, F00, E00, C00, 800, and 000 one can see the number of (most) significant bits vary from the full 12 to 0, dropping the least significant bit each step. In effect the resolution of the converter drops from 12 to 0 as the mask forces the corresponding bits of the digitized sample to zero. a) The effects on signal transmission characteristics caused by varying resolution and sample frequency will be studied. Can one use any A/D and D/A converters to do a particular job? What is the maximum frequency that can be sampled by the PC with these converters and signal-processing (visual) program? How many bits are necessary to reconstruct a signal within a minimum acceptable error? Does the frequency of the wave necessarily determine the number of bits? Connect the equipment as shown in FIG. 9. Note that the point A, B, and C are locations where an oscilloscope may be connected to view the input signal, the quantized sampled signal, and the LPF reconstructed wave, respectively. The low pass filter has a 3 dB point at about 1000Hz. What effect could this have on your results? b) Confirm the actual sample period T by measuring the sample hold time with the scope for different values entered. Try to observe missed samples where the output is held for longer than T and estimate how often this occurs. c) Try taking resolution bit out, both in sequence from least significant to most significant and in reverse sequence from most to least (i.e. FFF, 7FF, 3FF, etc.). Also note the effect of taking bits out randomly (FFF, BFF, AFF, 9FF, etc.). Be sure you can explain and prove mathematically what is happening to the analog signal.  FIGURE 9. Setup for the sampling program. d) (Optional thought question) What kind of errors are found when one tries to read an analog value into a digital device? Can one operate on these values and get reasonable results? If so, under what conditions are the errors negligible? e) Two common errors in digital processing systems are caused by signal clipping (when the input magnitude exceeds the range of the converter) and 2s compliment arithmetic overflow (when the result of an operation is out of the range allowed by the number of bits of resolution being used). It is important to be able to recognize each effect separately and explain the observed results. With the full 12-bit resolution observe the output for an input triangle wave whose amplitude exceeds the 10 V range of the ADC. Also play with adding a D.C. offset on the function generator to the signal and explain what is happening internally. Next reduce the input back to 10 V, no offset, and type the value 1024 into the Offset parameter entry box. This value whose voltage is +5 V is arithmetically added to the sample and results in an overflow for any input over 5 V. The answer doesnt fit in a 12-bit 2s compliment number and as a result wraps around to a negative value. Table 1. provides the equivalent voltages for the unsigned decimal offset values. Observe different combinations of clipped input signals and offsets and again be able to justify all results mathematically. f) (Optional) In the same folder you will find a program (1I-1O Example DAQmx+.vi) that simply samples the input from the Function Generator and displays that value without reduced resolution when the previous input gain is set to 0. You should tabulate result of a mean squared error analysis for different numbers of quantization levels at different frequencies (four or five frequencies spanning the transmission frequency band), with and without the low pass filter. As you try to sample higher frequencies or lower the sampling rate, the error rate jumps with both filtered and non-filtered signals. Why? Can you think of an easier way to find the mean squared error? You should vary the sample rate of a sine wave at a fixed frequency to find the minimum sampling frequency needed to: i) Ensure good reconstruction of the input wave after the LPF. ii) Evaluate the effect of the LPF bandwidth. iii) Estimate the RMS error (D2/12) as a function of the number of levels. You may wish to use any spare time in analyzing different frequencies, as well as their relationship to the sampling frequency that is being used. You should be able to answer the following questions even though the answers are not found explicitly in your work. i) Why does the wave move? Can this be corrected by the computer after sampling? How important is this? Where may this become important? ii) Can you find a phase shift? What could cause one? iii) Why is the digital-to-analog converter considered to have an analog output when it can only assume discrete values depending upon the input? 5. This program acts as a digital voltmeter that displays the 12 bit digital value of the voltage in floating point volts and as integer (bit value) decimal, hexadecimal, and binary numbers. AI 0 is used to provide a signal to the program and AO 0 echoes out the analog voltage reconverted from the digitized value. Again the allowable input voltage range is 10.00 volts. With 12 bits there are 4096 discrete steps and over the range from -10.0 to +10.0 volts, so the resolution is 20/4096 or 0.004 882 812 5 volts/bit. This is probably too small to be measured accurately with one single step, but can be calculated by measuring the voltage change over several hundred steps. You should take data with a voltmeter or oscilloscope to compare values to those provided by the program and be able to verify the two's complement notation representation in both binary and hex to the decimal value and the reading from the voltmeter. Negative voltage values can be obtained by swapping the positive and negative lead connections to the supply (V+ to the BNC outside & V- to the center). Use the PS 501-1 0 20 V power supply as a voltage source. Flip the output banana plugs (switching + and -) to create negative voltages. NOTE: for this part you must us the FS (Floating Source) setting on the switch below the AI 0 connection on the BNC-2110 box. a) Connect the variable voltage source to both the input port and the oscilloscope. Connect the output port to the scope also and provide a way of taking measurements with the voltmeter on both the input and output ports. b) Take readings of all four numbers on the display as well as from the voltmeter on the input and output for several voltage levels from the source from -10.0 to +10.0 volts. Note especially what happens when you go slightly below -10.0 or slightly above +10.0 volts, and from slightly below to slightly above 0.0 volts. Be sure you can convert directly and verify among the various forms representing the digitized voltage of decimal, hex, binary, and the floating point notation in volts. 6. (Observational only part) This program shows frequency ambiguity that is inherent in ideal sampling, known as aliasing. It demonstrates the theory: sin(2pf0n(Ts) = sin(2p(f0+k(fs)n(Ts) by simulating ideal sampling on two different sine functions of fundamental frequencies f0, and f0 + kfs with fs equal to the sampling frequency. When this program is run you will see four graphs; the top two being the generated sine wave and the bottom being the sampled versions. The sampled versions of the signals will be output to AO 0 and AO 1 so they can be compared. Notice the frequencies cannot be changed dynamically, meaning that after you change the input frequencies the program needs to be restarted by clicking on the STOP button and then the run icon. When do the sampled sequences not equal each other? PART II USER-CREATED FUNCTIONS For this part of the experiment you are expected to create a few simple VI programs using the I/O features available such as the graphical input devices, D/A and A/D converters. Using the techniques outlined under the INTRODUCTION TO PROGRAMMING WITH NATIONAL INSTRUMENTS LabVIEW section and the program examples using I/O devices in the same section, you should have little trouble creating some simple programs. Listed below are several suggested problems for which you may try to design solutions. Choose a 3 or 4 that look interesting to you. The previous examples should prove valuable here and will give you a basic understanding of LabVIEW programming. For all programs, explain how they work in the write-up and include a copy of the block diagram. 1. Write a program to read a value from the control panel input and output to AO 0 the sum of the value and the voltage read in from AI 0. This sum should also be displayed on the control panel as a decimal voltage (and possibly as a binary 2s compliment number). The program will assume the decimal value is a voltage. After the program is running try the following: a) Ground the AI 0 input, type in 11, and observe the voltage. b) Do the same with -11. c) Observe what happens when the integer offset gets too large. Explain the results. d) Observe what happens when the offset is fixed but the analog input exceeds +10 volts. 2. Choose values for V1 and/or V2 and write a program that will generate one or more of the following wave shapes. Use the while-loop index counter or a Tick Count (ms) block function from the LabVIEW libraries for timing and comparisons to determine output values. The exact frequency of the wave is not important.  FIGURE 10. Problem 3. wave shapes. 3. Write a variable time delay subroutine and use it to generate a square wave with a specified frequency and duty cycle. 4. Write a program to compute output z:  EMBED Equation.3  where w and y will be input and read by the program from the A/D converters. 5. Write a program that will read a keyboard digit (0-9) and display the value as a meter display on the control panel. 6. Make a copy of the program 1st-Order-LPF.vi and modify the copy to implement a High Pass Filter whose function is EMBED Equation.3 . Where on the unit circle are the pole and zero of this filter? Find the 3dB frequency, and the frequency where the output goes to zero. Compare the filter's response to that of the original filter 1st-Order-LPF.vi. 7. Choose values for V1 and/or V2 and write a program that will take the given input signal from one of the analog input channels and process it to give the desired output on one of the analog output channels.  FIGURE 11. Problem 4. wave shapes. 8. If you have any specific ideas in the way of a program function, ask the lab instructor and have it approved before implementing it. You may use any and all of the subroutines provided for your convenience. NOTES: The lab PCs may be booted up in one of three modes: DOS only (no Windows running in the background), Windows98, or WindowsXP, depending on the experiment is to be run. While the PC is booting up, hit the key immediately after the Dell screen. For DOS only, up arrow to Safe Mode with Command Prompt and hit . For one of the Windows, down arrow to Return to OS Choices Menu and hit . Then arrow to either Microsoft Windows XP Professional or Microsoft Windows (for 98) and . The procedure to boot the PC without Windows running in the background must be used every time the computer is used for real-time control applications in the Computer Applications Lab experiments (Binary Communications Lab, Digital Filtering Lab, and old DOS versions of the control labs Hybrid Control, DC Motor Control, & Optimal Control). Repeated here as a reference, remember to restart the PC, if it is currently running Windows or turned off. While it is booting up immediately after the Dell screen, hit the key. Choose Safe Mode with Command Prompt in the list. At the DOS prompt type: CD C:\Cstudio\CAL_LAB. A dir command will give you a list of available directories for the different experiments to which you can move (ex. cd bincomm) to run the appropriate executable programs. WindowsXP is used for the experiments that use LabVIEW (New Introductory Lab, New Hybrid Control Lab, New DC Motor Control Lab, New Optimal Control Lab, and New Digital Filtering Lab when it becomes available), as well as to run LogicWorks 5 for the Logic Design Lab and EVM30XW for the Voice Processing Lab. The default boot up of the lab PCs should be into WindowsXP. Windows98 may optionally be used for the Voice Processing Lab and Logic Design Lab but only for LogicWorks 4. When using the oscilloscopes to display waveforms, images on the scope may be save digitally to be included in the experiment reports. The easiest way to do this is to insert a floppy in the scopes floppy drive and use the menu options to save the image to the floppy in a TIFF or some other format that can be understood by your PC. Generally there will be floppies available in the lab for use in transferring images from the scope to the lab PC where they can be copied to your RCS folder. If floppies are not available, female DB-9-to-female DB-9 null modem serial cables can be found in the lab that will connect the scopes to the PCs for transferring halted scope screen images. This method is recommended only as a last resort because transfers typically take over 3 minutes each while floppy writes take about 3 seconds. After connecting the scope serial port to the PC COM1 port, start Word 54600 Toolbar (WindowsXP) or Start Word Toolbar Addin (Windows98). Select the Connect to Scope icon to open the Scope Control Properties window. Under Search Instruments click on the Search button. Select the 54622D AGILENT TECHNOLOGIES device when it is found and click on the Test button. Select OK if everything is working. When there is an image on the screen to be saved, move the Word cursor to the desired insertion position, click on the camera icon (Get Screen Image) on the Agilent 54600 toolbar, and select the OK button in the Get Screen Image window that opens.  PAGE 16 !#-_`b~1 C %+BPk o _!h!!!*"1"6"B"y""""$#C#E#Q###Z$b$%%'''''hlrt5CJOJQJh0[hlrtCJOJQJhlrt5OJQJhlrt6CJOJQJhlrtCJ$OJQJhPVhlrtCJ$OJQJhlrtCJ$OJQJaJ$hlrthlrtCJOJQJhR>!"#-`ab~ $ 0hd1$a$ $ hd1$a$ $d1$a$gdlrt hgdlrt $1$a$gdlrt hgdlrt^_%ab}~$ `0hd1$^a$ $ hd1$a$$ `0hd1$a$$ 0hd1$a$j k #$%%&((=)>)))**J,K,,,..t.B0$ `0h8d1$^8`a$ $ hd1$a$'(((>)F)))))))********K,Q,l,v,{,,,,,,,,,,,,c-k-----..t.{...H0V01111X2Z2|2~222666777P8R8Z8hlrtCJOJQJhlrtCJEHOJQJhlrt>*CJOJQJhbHhlrt5CJOJQJhlrt5OJQJhlrt5CJOJQJhlrtCJOJQJhlrt6CJOJQJBB0 1 11111111m3n366667=7d7{7777*8$ hd1$a$ $ hd1$a$$ `0h8d1$^8`a$*8X8Z888B9p99:>:::>;;;<b<<=>>j?AA$ h (d1$^ `(a$ $ hd1$a$$ hd1$a$Z88n;p;;<A\AD D DXD\DDDDDEVEQGRGSGGKK L L"M$MNNNNNN5O6O;O*CJOJQJ,AA)A7AHA\A"$ 8dd$1$If]da$gdlrtl $ 8d$1$Ifa$l $ hd$1$Ifa$l &$ dPd$1$If]d^Pa$gdlrtl \A]AgA|AAkS; 8d$1$Ifl  hd$1$Ifl # Pd$1$If]^Pgdlrtl pkd$$IfP\pV^#T    $  f!4 PalAAAAAoL4 hd$1$Ifl # Pd$1$If]^Pgdlrtl pkd$$IfP\pV^#T   $ f!4 Pal 8dd$1$If]dgdlrtl AAAAAW4# Pd$1$If]^Pgdlrtl pkd$$IfP\pV^#T $ f!4 Pal 8dd$1$If]dgdlrtl  8d$1$Ifl AAAAA=pkd$$IfP\pV^#T $ f!4 Pal dd$1$If]dgdlrtl  d$1$Ifl  hd$1$Ifl AAAAA 8dd$1$If]dgdlrtl  8d$1$Ifl  hd$1$Ifl # Pd$1$If]^Pgdlrtl AAAAAkQ9 d$1$Ifl  hd$1$Ifl # Pd$1$If]^Pgdlrtl pkd$$IfP\pV^#T $ f!4 PalABB B BoL4 hd$1$Ifl # Pd$1$If]^Pgdlrtl pkd$$IfP\pV^#T $ f!4 Pal dd$1$If]dgdlrtl  B$B(B)B3BW4# Pd$1$If]^Pgdlrtl pkd$$IfP\pV^#T $ f!4 Pal 8dd$1$If]dgdlrtl  8d$1$Ifl 3BHBLBPBQB?pkd$$IfP\pV^#T $ f!4 Pal 8dd$1$If]dgdlrtl  8d$1$Ifl  hd$1$Ifl QB[BpBtBxB 8dd$1$If]dgdlrtl  8d$1$Ifl  hd$1$Ifl # Pd$1$If]^Pgdlrtl xByBBBBkS; 8d$1$Ifl  hd$1$Ifl # Pd$1$If]^Pgdlrtl pkd$$IfP\pV^#T $ f!4 PalBBBBBoL4 hd$1$Ifl # Pd$1$If]^Pgdlrtl pkd$$IfP\pV^#T $ f!4 Pal 8dd$1$If]dgdlrtl BBBBBW4# Pd$1$If]^Pgdlrtl pkd $$IfP\pV^#T $ f!4 Pal 8dd$1$If]dgdlrtl  8d$1$Ifl BBBBB?pkd $$IfP\pV^#T $ f!4 Pal 8dd$1$If]dgdlrtl  8d$1$Ifl  hd$1$Ifl BBCCC 8dd$1$If]dgdlrtl  8d$1$Ifl  hd$1$Ifl # Pd$1$If]^Pgdlrtl CCC"C%CkQ9 d$1$Ifl  hd$1$Ifl # Pd$1$If]^Pgdlrtl pkd $$IfP\pV^#T $ f!4 Pal%C(C)C3CHCoL4 hd$1$Ifl # Pd$1$If]^Pgdlrtl pkd $$IfP\pV^#T $ f!4 Pal dd$1$If]dgdlrtl HCOCUCVCXCW4# Pd$1$If]^Pgdlrtl pkd $$IfP\pV^#T $ f!4 Pal 8dd$1$If]dgdlrtl  8d$1$Ifl XC\C_CbCcC=pkd$$IfP\pV^#T $ f!4 Pal dd$1$If]dgdlrtl  d$1$Ifl  hd$1$Ifl cCmCCCC 8dd$1$If]dgdlrtl  8d$1$Ifl  hd$1$Ifl # Pd$1$If]^Pgdlrtl CCCCCkS; 8d$1$Ifl  hd$1$Ifl # Pd$1$If]^Pgdlrtl pkd$$IfP\pV^#T $ f!4 PalCCCCCoL4 hd$1$Ifl # Pd$1$If]^Pgdlrtl pkd$$IfP\pV^#T $ f!4 Pal 8dd$1$If]dgdlrtl CCCC DDW22%$ h$ dd$1$If]da$gdlrtl pkd$$IfP\pV^#T $ f!4 Pal 8dd$1$If]dgdlrtl  8d$1$Ifl DDDDVEXEPGQGSGTGGGGKKKKL$ `0hd1$a$ $ hd1$a$$ hd1$]^a$7kd$$IfP#f!f!4 PalLL=M>MNNuOvO R RTTTVTWTVVIXJXZ Zg[i[[ $h`ha$gdlrt $h`ha$gdlrt$ hd1$a$gdlrt $ hd1$a$VVg[h[i[[[[[[\\]]]A]B]E^F^G^s^t^[_````````%a;aĶĶĶĶyyk`S`SyShhlrtCJOJQJhlrt5CJOJQJhhlrt5CJOJQJhlrtCJOJQJ!jhmhlrtCJOJQJU!jhmhlrtCJOJQJU!jhmhlrtCJOJQJUhDhlrt5CJOJQJhbHhlrt5CJh0[hlrtCJjq$h0[hlrtCJUhmhlrtCJOJQJhmhlrt5CJOJQJ [[[[[\\\\\]]]]B]C]D]]]D^E^G^t^u^v^[_\_ $h`ha$gdlrt $h`ha$gdlrt\_aabbbbbb3c4c[eegg5hhiijklOlPl$ & F 8^`a$gdlrt$a$gdlrt$a$gdlrt $h`ha$gdlrt;aabbbbbYccc_ebeeeeeeeeeff ggggggg9hFhhhiiijjjj+k/kkkkkll)ll黐黃鐻h0[hlrtCJOJQJhAhlrtCJOJQJ jhmhlrtCJOJQJh0[hlrtCJH*OJQJh0[hlrt5CJOJQJhDhlrt5CJOJQJhbHhlrt5CJjkhlrtUhmhlrtCJOJQJhlrtCJOJQJ0Pllllllmmoooooo/s0sGsHs/tu1yy?z$ & F 8h^h`a$gdlrt $h`ha$gdlrt$a$gdlrt$a$gdlrtlllllmmmmmoooo0sbupuwwxxyy@z7{>{N{R{[{o{}}9~O~~~~Ż{{{{Żp{pcccchqhlrtCJOJQJhlrt5CJOJQJh0[hlrt5CJOJQJhlrtmHnHu joh hlrtUmHnHuhlrtCJOJQJo(h4 hlrtCJOJQJhlrtCJOJQJhmhlrtCJOJQJhDhlrt5CJOJQJhbHhlrt5CJh0[hlrtCJOJQJj-hlrtU&?z@zAzY{Z{[{o{p{}}8~~~IJ$ hd1$^a$gdlrt$d1$^a$gdlrt$ d1$a$gdlrt $ hd1$a$ $^a$gdlrtǃ1@quޅƆΆÉʼn_uv8:&+,ڿڿڿڿڹڥڥڥ񥘥~hlrt5CJEHOJQJhlrt5CJEHOJQJhlrt56CJOJQJhlrt5CJOJQJhlrt5OJQJ hlrtCJhW:hlrtCJOJQJhDhlrt5CJOJQJhlrtCJOJQJhmhlrtCJOJQJhmhlrt5CJOJQJ.Éĉʼn]^ďƏFG^ГFr$ d1$^a$gdlrt$ d1$^a$gdlrt $ hd1$a$$d1$^a$gdlrt,-.9^bcdjkmtvy}/1NZrƒǒEFG^xϓ2E[qy}'õhhlrtCJOJQJhlrt>*CJOJQJhcOhlrt5CJOJQJhAhlrt5CJOJQJhmhlrtCJOJQJhlrt5CJOJQJhmhlrt5CJOJQJhlrtCJOJQJ jhlrtCJOJQJ8ŖƖstřƙLM()qr$ hhd1$^ha$gdlrt$ hhd1$^h`a$gdlrt $ hd1$a$'/01DKLjl2I ڴڦ{ocYKjhlrtCJOJQJUhlrtCJOJQJhlrtCJEHOJQJhlrtCJEHOJQJjbhlrtCJEHOJQJU!jl> hlrtCJOJQJUVhlrtCJOJQJjhlrtCJOJQJUhAhlrtCJH*OJQJhhlrtCJOJQJhlrt6CJOJQJhlrtCJOJQJ jhlrtCJOJQJhmhlrt5CJOJQJ 02>@ƣȣ #%&3459;<IJKORV^b hlrtCJOJQJo(hhlrtCJOJQJhmhlrtCJOJQJhmhlrtCJH*OJQJhDhlrt5CJOJQJhGqYhlrt5CJOJQJhlrtCJEHOJQJjhlrtCJOJQJUhlrtCJOJQJhlrtCJOJQJ2de TU\]01z{]^ׯدȰɰg$ hhd1$^ha$gdlrt$ hhd1$^h`a$gdlrt$ hhd1$^ha$gdlrtׯ]^ku ׳=>QRLPjtvx޷ުޠކxxj\jhlrtCJOJQJmH hlrtCJOJQJUVj hlrtCJEHOJQJU!j> hlrtCJOJQJUVjhlrtCJOJQJUhlrt5CJOJQJhlrtjMhlrtUhaB\hlrt5CJOJQJhlrtCJEHOJQJhDhlrt5CJOJQJhlrtCJOJQJ%PQR{_`a$ h0d1$^0a$$ h0d1$^0`a$ $ hd1$a$ $ hd1$a$MN$a$gdlrt$ hd1$a$gdlrt$ h0d1$^0`a$gdlrt $ hd1$a$$ h0d1$^0`a$ $ hd1$a$>AKLMNrv &/6MnrzSZy󵩵hbHhlrtOJQJhDhlrtOJQJhbhlrt5OJQJhbhlrtOJQJhbHhlrt5CJOJQJhDhlrt5CJOJQJhlrtCJOJQJhDhlrtCJOJQJhbhlrtCJOJQJ7 (:Jb{EIY[ 9;JZopwxz{|~ɰhlrthlrtCJOJQJmHnHuhlrtCJOJQJjhlrtCJOJQJUhbhlrtOJQJhbhlrtCJOJQJhDhlrt5CJOJQJhDhlrtCJOJQJhbhlrt5CJOJQJ,56no|}~ $ !a$$a$gdlrt '0hP/ =!"#$F%$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / /  / /  / / /  44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / / / / /  / / 44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / / / / / / / 44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / / / / / / / 44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / / / / / / / 44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / / / / / / / 44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / / / / / / / 44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / / / / / / / 44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / / / / / / / 44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / / / / / / / 44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / / / / / / / 44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / / / / / / / 44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / / / / / / / 44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / / / / / / / 44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / / / / / / / 44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / / / / / / / 44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / / / / / / / 44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / / / / / / / 44 Pal$$Ifl!vh5T5 55$ #vT#v #v#v$ :V Pf!5T5 55$ / /  / / / / 44 Palq$$Ifl!vh5f!#vf!:V Pf!5f!/ / 44 PalkDd ! H  c $AB<DJ0TmT&A>j<D[zQX x͙KlǿJ\?a\ z͇^"F) 8h98|h%)J9 1PC:zICS hPnࢩuPn햊l7>D)ooY#Oƹ!Ν߀;mu~|Ց" XM'˅LBI F"L6I\~t)^^'KE$KŔx1SK+FǫB<[V3 ~)%-y|I!B΄V\JLI 0<#Rh_xtSK28EB_b* K,lu ~.7@Q*Q~=4G]4ՁOΜe1,KLY_$K30|<%yy5(&t:2e̡;K$4v&J_KKzTYBodJ6cѓIL6+ t-(d<+!qp)AB"HNŢ@zA-i M-3iQ4tɢOHB,Nezdm./&B*77^$ۀ3 tY Fq䠘.J|YӨ 04I)R NB:11"V+$Q1 "RrթhTԪ3#bߺ7,cZS8a4y)M'2piƂ_Nܦu=!3z/u.s9 .컸'ņE|- {HZ[Lfx_.:'p:صVޠore=x6s4_"MGHk ^އeu} 68}`9n=]ژs056uԧ]oW[BUuicBCW0vbٿTUŪfxm'ָA _G8DjC 6 C 2h3F 9 nu6-]z![Ÿe s8AhߎX5li lmD}im4p6mѹNkfuKrCTYf^|4|$G0mJ3P{ Ub'bUX GbaХ{ WWe{IZMt\Ku#T'{zdDz6-o *ǪD+"/7:[$+Ђ8 *lkJFPJ^٣ }G`wITUuw.< @mǶ 삗 JP۷ZV#*Q@}Ek)ƴlu.#1 '\M5p}CIFD~  hDFj|%9AZ7؎4c y1-8\0mRuMғYYi(txnG nnGS+ =E{|8Jc>*1~IH#èA6qufJl>=Ž};:Jp=i׻ Js`~@$h')d,yWs6t&׷Tڨ?z2ڈ5&"ڻy ` /HkHmn玫uxM`2mn#:e<5oZA͍DzYI4vNgv1pD^8im7X21͒Z75uFlFXY&us>ޏѡul_*B҉1.L3jh98:WV #ezξW' SxFS ˣܧ..{M9e03L ~iFF"4)p U@a tlfD $仰ktFtmMƞuF*IG:\jn}NSa3V'؝j ky*Ƈ.Vpg_Bpm8+oYB tl:p 4]zRvq`>9i73I:$>%i zwp= }׏s6LEzҦC l̶M= ڔ"uB aؔ6@C?C_@Gھ= n?OF}x>$T{J71]׎ 3ԹFM|>7aP0vPGm6`[c-o]BN;N1lh{5RLԵ|S?mB?[uGȀp^MV7BB|&w{H\bI$WZC^-PjS^uSS".捼[O>FMOO0Lp䏛Gtw`t74j=Szlsv}Y_nx5zY=w6v2_]<ǤKKOW UNUx߬VuDzQXIxkVg6C{XeK+%=0A@.)d0AFO| `UPo/IIlz`G֏yz+%~ @o/T@7TI[:Slr9XV*r5}hh\G8>ܞ纛1.:oNko.j= c\_lܿdhw'M==8뼛uozP>]o8[ۨm$r&k!hh;`$&$ٽҿBDsݑ)\&˄:ڒ@!2_!\tP.UituhM]ت1.'9gyfg~krV{JxSS:EO^Ot2Uyv'/e {L~/6` 25=Rj/vgl8ny[LR=?ݻg-{NY_(9>ܒipyg.3<>c!̕ή_j=\!̣=˕/3"ls]m; qf'9zX|{ҽZ4ݿFA~-vl(/ .{8sհ>BQU<7d[]B5R9뽣"&!oO}%[7goENp1.'ڳw9(;5*rVhqbk㿫83լ>SWܳ$\u(޽d69W)1*PQ##$cs r!3+M}{05@u`FiӜ|WB\Y!7BF'1WRKWgi`uk9^+ޥv&<[j<L[' z-Zf 'ū/Ml47gZ w/}~O/˽FߔLVj>#U5삳N3gGly[bk95,$vb8O@Ћ2d% E >'^ `D[T^(1k*5R3yol1벰u;`#+ Vˋ!i뎠BTI&˷ox^{\a&M߬u߭/]gz/,iѡeA$~k;ꘫ)' ,EGQӜgdˉmҽxkC:#UuyӪAK#sֺ>.8޴[kīhm:ZMChz^ 9/d_^S+RV3YȾwכ:J A'%zZ{~r`W CѤI&t_o;ۆnm{VqVd6/7.@ Ң.@ k [hmS4ᑾW+ZW.E̯ͪo"m,&\w ,,?!{*gT<6IZ!୯oP48 8zEUg+A" u>0|TĔ&,!@2}s T3}%Joc4$JL+͍ ﻍIOO)y 3+˗ŒG(l>X" uyUPM}) 7~){ g~t\eA:.~z:?o5:8X"̞nc#>Z/᪥k* ;8p׫y@߬]~qV 񥨺֕:vlzS5?W])Iigt]5-+C]Fe @%fWGvzw]Wb4`%@ZA玳EF]xʍQ5b{(y@Y@0$[1u)>^Ew{f/KDg)AyG ~!;X8w~Zg)^@_^lk)Tjaa{ao\!Dv$Pߐ^)zL #9 ]GjK;Z{#¶h9XlR.i7#+ܽUJwBUj,k|C.6Cݫ3FV{əTG uKKU[P7?/f_wKK&[8VQ}%3ξeE5TNpW`+O/98`X?/OOU^Wn[m6'ſ6(;#Mxr)Px| cֶ\v cNͫ_X4d?.1z\K .g]Sl\ԔAM+]c0.4d7{g;`Ÿ{oV푋j$̫i]{Ľ슰J.Z ^:s4Ȫ1\!#ٞČcͭvofZ5VSu#94紻>U[̖[gK]Xqvsdn㜅f5;F O* 8."xTJӼzF{ݹpZ`4^xS#z;kܵnϳm,+fWqvWqt8SZ!WY}v_^@rzLUs53pz<_ao[#qNxfo[?r튶RNʌ4sַ`k[in؊DwÓg==M=!;/qe߿pR^@(?ƒX[:m/>}N^b3WOTCJiOp4Lޯ+*,M^$c)Mt8c!cݮ}%S}UY_Y2oB"Nj, AjpAhW^ẂUmͿ5mCR]#ix]}o}+ ȕb!iG`okyټh)t7~.ruF >OGތ4ћ:Xfɶyl4gWm79'>}rhU6%Yo:ݩUo":3П:zj ᣗ5tJS:Hsh a]7~Vʖ{qI|낶Ûr-0(F៨ t> X)]dI Љ}6䊂g3!;zrEҽ1/n"{l8!㵢5ꝴgwMw8۬?pvgGlCB_laHfpv^IKli ߾_m<sE/mg^ hƓiw(q6) nι%Ǽ,JNo/7/p<Ke& >Kjvyw6\#j̞oٰO 7>V fskO^3OoY_gv n(O|&@6^t,U7/Lҩ;oOF薯cok=s}RX6ߙwN vݺi>g[>K˷2.|-4[ɜ}y瓯lƴ凌`ߙvby1Szfȳ¹Sɚ_iOb 7.C/=3٥>dЛ*aѾ8;󲮺 fychձu-cWoP]o$jiX'g)7 s`d[2rAur;]YlH1dl|{2KdNˬ|Z{s1O~Z%fBZg[wA.mp[^}q΄vL<^W w$Ip.G쀭ΩWg\ %6>ܒi;:aے`џߖ%pωǍ1isA7i0~Kjoh‧!QqD:@Q;WQknt?=֕!zF>\ZpB+?L\ LbPzӗ~V[^:d7U(цJ#)R<8S;v8D;PFX\]p Ҕ!@ 7PB+l^X96;$ZGJ Q[.y-ᲐAUеSRx\KWHʈTT;I5 "2NRIQ*A& @A T` W 8]|-;X;9(/pCI7{ wn7MRFV(aR(aL47Ȉ8[/(z. 2qUUH{^@RRgYa[.J#W̵$_w' `"N]:d@ @#] &v^!b5O\OiׄQ-}wΉPZ6;{7ERuGjB斆ۯ$%=#,x.NOLl*9Lq\T^iHpĦ|Pn=y_4|}XD{ߙ hH:ddzèToďmZ1{꘽ɭ!M+b$"&7(VA6ʣ %E5ҵ%j ݔ?G]T jL!$/ r-T\Uk  @@|޽{p&t=ɶLRp%2Î.N._i@ݹJ_Ÿh WO9Iܬבi*1@Ize^4]Ez^/3-nG/z{녆eh뢪7Z}5ppP݁BNa lZ4{#'NOHFV ̱+>#7 1C{?lb:49Xs葋k j3U?OOb3CFFG,LW"y1ˊE|EhiR;\Q]?iǘPU_RY(2*lyn+/VϞ^G8 57w ǔ+ٓ/E64H%ܯ˭" "#Y.;F!= BWGČttkW}2mVc,Ȉ@ P3/~ze}0]J27tC1#PJ@!"'22iWW"vvbIZ@7}wp(_.=4!Ol|"ݶYHJ+s/LУ?W>X{3s2U .O ⃕W [޶/Y^XZwxy7.F7d[׳e+C^/X޲~Mj[TY~ה^?+6/)  /@mqɞ^S덆]jR[z@$!EP%@)jd7$ fدUX.1ŷ.;+(]&ˍ^{pզTF@X0@v/.a?|ʕf94P0԰ `X@)A37Q1LO|oIYDZHnt~ 0?Kt?Fi7."ƧӔb(mIS 'T3W|y/ 2^PYtd7(ٟ9 2n8(-cJ%L9j^5zd0oHA0T6^PY02KˢR]ȁP( 4CY6={Cl4~lojPEmԺ-Ej J\yW³T)OX*}Wֻ'lPEs[rSp{ov1`8fhOL2ƪ HA@⫭ (GN҉Gա LEl]INR4 #<5 ]}V*1d+8Er&nͅGk&~ќ&K)nLJKZ**Aϧ 8ܗ]K '?RZ+ۥőճ3a'~ 6  џRVXkYhPH:☻?,p 陣`6uqyJ?amzO6!D2 0@;WMwA)|) #y1vdf O w"n^ԣD.3|C}}BrBa_C\,]jOߖ~UZfAM_*@9_>^^{ad 9+\z惕/dV%p1"eaM-Œ[laYeY U=xUGEP w ~6z톡0@gEz&MR.S+rp%DaT6ɆmԠC+WW(¼>ų ;Һ@d@ %;E,|D1?n\?->Ovci5W+eobw::|"IhGߞ\~p#*ԣ>2TM5<|[ÎQ'smoj⒋κ1#trS(JɈU#J C vV?NLFśHFY㷸]@3ԛ'`,@^Çí揿tꐟԹ6C`YllH/ S4\y{$kT) PliޓJ7#@?540PW{e.!Q Ֆ*}MiT[KihQ:/nY YoeP<* = ?zy8J{}Q3{U\Dkv#R..W#%@s~ut3F3cr-C. 2N'3 Ƶ$ xA<􉓤\<=~EOԍq\\[bIpJ)`FBL^$^ɉsg3¶PSX?_8OB.{h AT(Ҫs-36vqh(Rr*@TE9^ "}V,n}mj"J>K?IV0;Hv$&ٓ{yZBoݽCے6܈?BO Gh^.e9 ` ^Qr%*wߤJO])z3prj7vj]Jh"Ugp$@ @Tk|<F7";jkĽ!gy_3wsڮ=ȼgKwk>YӲ/V͒Dmj#׭(hәʣW+M҆Qyi}zyYUשuqÛٺvJ@nF`667^z꭮1SA[T}?h07sukAdP/b 3aT.̅25o6#wur Yx K&:H@ &yaOeF8z*5_ n6*UHG+'jWr. #2@ZׄP@t c.uy[ (,iG3@ @>lh @X)@ @ @+ <vl^=:Ҥ:>x{ r ;jơyq7ev@'@ h+w ?Y0͂V= b@ @/W; @ E@FS@  @ E@FS@ :X a @ ݂s)2:kg @tGiPȴ&_-+98,q(I|OQ^{F.sf Zl.@!@ ]E@׏@ M@F[@ ]?@ @7!zm@ ,ߙUh5 @A㴹c0@ @tE[FZ@ 5`|/h(@ @'" @'  @kpsJg8ڙ @ ؿe$(0vl!!>?Q^{Fs >'^@;AC@ ?C @ d1k tBߣ @ ],]h2@ @" @=Z@ ЅЅ& @t/toߣ@ ],]h2@ @" @=Z@ ЅЅ& @t/,=Sg^;ӽȡ@ @ ױL25Jƥ&o|Qx(x/^{a#9s uBV/ JP@ @@Z6;@ @-Ж @ ,@ @:M@ `  @.B.l4 @1@ |6D~h ECM@ DIg=Jyy$ @MI>Ok @"0t^@pMT; XYμv g7y j5j@`w `9vP{!0c>d{U @:)q=Կ1qWX_Q}zոh`JBbk1.zE|LҽG2 --^G]cxۗz%2igxlȲcc^瘸#1iZg̛cC~dĽw1ﻞdqry@ /]yE?Y}1eoY?[oxj×FV7_QLgc;kozOW/Rp\RyɟD9Md\{h[oWַ8ꗿ5 oF;k>7cۭfo}( }1ƾ=|Y_r=$k[4qP7GRˊ&3gs_W{ǕQ#0gUzoG~uY<Xw1{Y#?<' dw*`wЯκ3żoq5pmW^|ėLi{m3oA%( j}{#oP͉=7|cZU!c_g_~?ŗZ'^H_܇~?gq_DR_=ܿtDJq1Tb8񿲦^RK:,|.\=\K^ 'd~1I5LK ǯ/k8~ e^ Vq<y{åoxp?'e?]_{ɍř rf9Y9AKӼ l~?j.Vl_i^/*59r)_f<߾ǯ}{gs[G=1~goJc%3swKQR4Q qK- 8 ˤtJ~՛fJG;?V$9'II7^mџCY Hl@&T`'^L,=PP0_^׋u֨2E `_w[N[#Ӑ7` XT=qZ.+=(D;W̠>iK(.s֤16-P6.̷)ɲG *9$hl_ v0#P/ XxX+;mmۗo `>>.^)Sſw;Y *v_B0/Y)d_9ԷƺuK j-6 жATk偨\پ|;XdLܿAIؔ;l9<} $2`6%%(K?G1[/hFkj@l[FwM|-bDcJ?;9j\Cݢ)Y ~ FO1Zoi:x),-@sՖvV X|5^ps Z77>sot~I;*1F{$Ϥ|zWhA{cs|jYWiD,-DC]nY5P[Kd!zN׺jKoCRfT(E5,:Xr~}pߙ^Qz}ӳ?댵,H(|~TjҴiݿ֢jc}3TijQļS"ƛMֶh}]Q=Ϩ1ygFDF{?=U,p` zG|5h YO7Y{{n;@ H ᣼ ;hƒ6yD_/[ݷ&zY4`}Y({jvѷ <k#X3o45YQ9\#'므Ȕ*XJ{X_9s CgToͷҚ|IZkgk?Z=-NLD[ى5mf 3rLg,k>Ѩdbzh(MRSﭷ[%c X}\AHmg_y;Kx8KbJcג"|, d`-z%S_8p1S1 hu^yu_zT02ʺ[Kb\aJר2LYa{\"W^SrfqY;riF3U۹վzi{D+"=Al̥ж0WplA mzǀɞrp՚3jjIj+Uc/ ͜?@HsȘx{ ~Q gYwjlƛW@5+5n#51hzYfPzAeA#/ꧾAzTL`$328h9y, =0#(-,Mc :u\Wky9JB~gU?-RszGz~-on1okd7N= ;זǹ>5_IU=8Xo-%xkuL\sUoz*I'(R^jhe#D+=3]\<~RUZ7W˾{:{KӯWP_k zy(_PZ~0)( Y2FƮ!@~m=v!hִY>߶h~{$($AKͳ{ut+PyzY['{to`U/[(_7,x?Qy<~?.y~T/~K3t!u<<$lZI-e|6 _u诰^yZ Y/7\pj$X9 R>|o< "V龳j,iZdK2ƆdgkoY|-E5Iiy1W+^k.V:35}hOݭU(~Wg%%`֖˯}}m[ x!>*:Cc[@(KR}Zd,~_/lj/ b,!$f?}o"j66oȵW5fD{`Ѩ|b>dTH+=H0mkUgI EOh%WYxηVho`%o?U+wJj^y޼q\j뢶!#\ʹU7ﯲ8h0>}oW c7ZkCk^}~;@Қs|\yt|pi^v_&z8_uoHٿ.|iz??r{ANMb}/{Dk3"@oP<>}^}1уJ'5=@ۅXKrk]ZWvsީѨ5Ҭj|M-K#jr=J̤TڞuݭWnpQ ]RWWo D-iX'jJgA{?i`eid=Cߞ#ܧMg}W|ݿ 2u6ZcZmf?3u Ϻ'[އu<,^c{Fj}@[ Uǡ]z(s8ښ߬J¶]MevW}q_yxğdZ%qW@-W/跑{G^T2@iyM)ӶՖ.=NKK)ݒ7Ǖ( o yDm3ʦ6Gj`z@ ĥ[8zfߵ/Vjo8WMZ蔧De?Dk٫T}(ʺ7OQ^$~8BRՙz?{yjm{?lܟ?%bOFO&M7O4{Do^ea%XzS(tH#G3'ϟҀw='I"Jz<17}lȃw&~b8{k^]ԩ|Ji&>ι}ȵįN)q 2}nӉO*_/h[3 #c|-lS􋽪eەOkTy/TdEғBg\!*9*e@k?~c Z"Y1l`myG[/ǡl>Ќ^{󫽷9v_wذ)x)OQgI> ӄ6@!)_|O/ k#z:6m/1yiҌY_h"o7m# .鼯z, m>VX7r4{Ye_NѩK?;}]>Šs,vXТ=p)#?SLj.,i~Lz>V<\0FuGor@&>P|SޓчG~qr,p}^BnuYGAA|'|({'NɢnR0MХ4"E_ˤ'3BK*~'s/Mԋ'E]8hTܾo[ hy.h^}MmَSk϶?b~uK`- !+Q>?Z+"KJX ZjĿ|{ѲGzJgȴm}SQ+BV>Qh&nCvEmOZxNX!ƣHzx-j[KWyqFS6Y;Ӡ-;hy[| kdj-kY fVu;j%k{9\@eP}"$or.wcd-ڿ^b{(y@Y@YzJŹn3I[-t1)T&g:%^QԧGR(} RU=Xy/?=Dy%r?ş]" ֯Dz 8c?SVZf-eYn00m3r$^ h/wu/#P^}߳9FY7 Oѥu͒{㖩ԟbx y=òBuEY2QiyxJ۷?7&-&.͊ƼR}'mZ>=0oE jƀ^+ruZ>< 5=Zk|X/9*7ŅQGfZ:̉T;|A99J.%mw}U *Wfw* &clAf1kW(++c`?B.@M& @*|d菽ݳzRx`-+=y.+ gF0;_@Zʩ˻,X>[T^l+!uMBDXdvZ)*XJ[W>ؐSȨ|;/4^ODYz A/Y ?dg|<{$ +]O\5ߠ4E7[{:xÅOm.FjԜ6_,1{ZC@a끩]s@nW,_& Zft9fݿoHHc4V( QlIJs/|h6# 5^I+>*_"GʔAdiHӒmJ5߳ zA9r]zn5~MJ] 5㱧1i+V)e kK}9£@jW(A9bPev9S(bB븤?j/8)oex ~7+h M5P#kG;iopffH("WJiA$f9^F{<+ ⑤}k:׬D֎@^ `;P܎@rv2<@uvְo h( 4ޤ_6>%?.z+PovAj- Fs.ApyK ry|c_Y1=zzO.Hӻ-]z ~'uGo+ӧ~L7h@dYY=.߭-nE4 fgZ?Fk|kϤ)Ҁx U*Wוe yXLϟ!_z. FQ(nZ,Yi};*i h譾 GuzWIjs/!_X5.ǀ:S+pa58@J<s?pfmE_.eH9@}P0xo @;jQ;/D߿pR^@1ىjX{y@huu5$܁*c%n8T~O4Zt Wܴ}?ݻZV;!fz`VN AZKϱvno)z۫˓_͟1_k Xs ?bQ l<+=?N뀅ޗ`[/ Áߞ:c&p YP|hP}?n.xZX-"'Vy-8hf|zqctZ؇Djå1S}.D7a˃gUW{'j˃Hy@< =98@,8Yf6A @t ZEؾa0VӝݴČmZE,Ih}>C{ t?I#i_Ý6AvhLBr$ r8W3uy||KIUd^ruvrg~:K}Z+~V.NK.@&/e}'PJKylR=pjfHpO^2fUkY'EiP;{z7sU\Nȶ6_$ޝ21'~0}G4^T0]cJJV_P87闭9\ ξߓ>IN!_WBuʷ=_/(D-O߫>ڐ7 +qY{68J׶w>MڬU?1omn{To}V;.46UN =VwݷhӸ*]^+mJcVK%9g>Fi^ӫK, eZ`HzmH Meު].b(1󡲪4=ܨxDHPz!Sôf#GZ dK<#Zq%a:!5 A䜦W|К,,Q2'8Fw4s3jY/1>?{=5Y(rG2 uov"X)9W O7}y;=D0K?}oNp9@i"&wG:̹Un@by1SQ  \o ΔW屙MLJ@gSWߟcS>vJ0QzlߞZnnie YxnXksdq ^ߝ/{H<yוּºzzɚ;Oh`\<{gI%v"1 ~b;42:tOsBADdbt&/Vo{<YN#B²Gmt0=U:yX[R=/R{\şL s&zw?śs ? (-b͠:e,X   GF. \-)'6x}G略yu諙Yr{S?|U,Hg;#hr}:>aN:VvPcʪk_蟠 kCr]OMS%iD @: >5%FE5E\sf/HոbI,Y ![#ϧZ|R}f>Y?fnԣ-eHFX˳%7Z798GtA}o6?]-sԷ/òJ*).!F&l\aPI6I>$rImBv-(닳~9JV}MX|sOjҵڻrϽuґϗ4@cUsI4pe0Z$S1~zV8XA[-Db-?/3ϥO<'n_J괔Y3_̨ܶgm}=D+RJ& 3|rn@w2d_叫 ߪx?{ |Ǡ7·km ,QNaoR=&żw V ZۢxqRem;}yQejo5) ]M@eN# 5_P[fyl in;6݃ T9csƾ:e9lVl fx<㛹&J v ꄴgaW6>tW<"{kKыe{ĽPv}i<*@p%gDz8/Bq6W=|'>Ojz}|=_hy͚ǡe׻ZgX3`3j|p{yjeW낌&lz W@}9<m|"usiQܫW|Kmx/=_9> X*KgOJco9ڼwk7so}|sͷXϨ5 :G3k*1Fֽ;ݑ8~ۅHYd ~;VJіO}D:hv"P+@ @#0 fYtlXN^ص@ Fwzmsb@O2 @_3P*E,n\d @ r@h.A@ @q@h( @%_;wRQf})lti݌}W*m(B@ 5?qHfj¥ДGcȱ'djIe 'U6fAH $]z1S;=TB~W7r h9,^.̢QK5@=ㅉ;_qƇ~@is#e/wG4Wnu Đnܫ1Rtarf&,?lĕXFb!{:Vd@ #;  hZ2 :L5q|M #˂edϧOVם/ͿMmdɅ JE335J5V5gsܖ ulNc6dz\Y>R(6(2^l>Wå+Ҟo|_"0+މA&I-BG$2ib;T<@ Zn&@=Ir PȥFʗviѤh}_xqm>;:aے`џߖ%pωǍ1isAEi0~Kjoh‧!QqD:@Q;XQ|xع(ZZSP0~'-t`{\tq|b2fPfڏ㪠?JC3'6惢wÕfY_4|}X3L S&7* <5!@Ey)7LY-вm%gT^&SNS,~2*!p3ԒCeoK;  R)Ҷ"K&@;RTH*Ks!UylMM0D,u!j)1%X#Ю^hilVQ:Lj4+bi> @[#B{5bc-5TA-@ @S{Iw @zE @]A9~+ #B[]uWtV b@ |{2f Q' `Zj@[GX,/@ xnERAU̔5` @h@ b]`ch6c/f ror61#Sji/jNyW'K {>hlNruͬ+@;waMv;w]LQ w (>xs޼?wj בV+;P $?AȲ+L{eiy>o%3ϖ?[2@W8"v4@۽g8P@3 On?w^h @lKY~;Fb)DWc:Xr AKr|mfwmE}1bܒA|ʼnef'^'8ybG]SI$$O|jʓJD];Piv&ƾb#x xd.Ƿ)u..إ&IR &771Vh)/QL6K|C"XbfTrV*s/LУ?W>X{3s2U .O ⃕W [޶/Y^XZwxy7.Fw>gV&2_eW` y4/,z) U1~LWzm^RA<>_P=X#b8\yJ4fti Bf%ChF6m*j} JPI7fSMXS]67~{&JACn,=U :2H@[#s,]r[\ÊVde94P01oX@[l-6jobό-I"{݇Nnt~ vegN[e"jKPnʍiK2藙urPÙzH7I))1xx>9ʙ[Q8s.^( d1o] ;OGh/JeN+JĘD gZWnrxN8R-5LcIbwvL`Z K,݋}*1d+8EUv<9wm.= i"&;mK^Y ď7? f"Vj})-6==؂O &jUh񚩂p_W+_VR|as}%kt_}iR^rRY\e#/vO66$acC 'm1&R9(PHofLJ?l&(O+^jԥYH@{#>Vl JSFOpCȋDDy$7WGOYdȾ>!9gc.xHt[B)**GMrCSSܘax. ALVgM`:1@HPRZtJFrs/{A>^^{ad yY)/`Z!.[p1"eaM-Œ[laYeY U=#G~NB1f e3Y_gusBK` U2 `CQ9TW$f3OOX[iuE ^9iD!3cuE(Uwϻ{f>Gl{[EOk_\OM(/ gbH2)ʭ&Fc[=PF6ÇƝIY'K92܆s*=4vxdZ(O+IɑS)b#wia8xz쵛gHZ){3/,OvhOrqe;O=S+MմX\Ó *wn5~N=ތ%W}cWn*F;Mȉ>O@QJFQ+|)8۝2ov#UTԛ^Rt? 1_O2Y&x_5j9v( m[ӑbu+IҶ kKxj֓q?RǺZY6EsXZ^T_H {L3^gJ/ _Kj ,bBy4b=|2?))&0qq8 $l4NQJY3l&?z5.k70;EJNd8\=-3t0õ޼hWU?$Ϧ$DUHMݺƮɝ6[)2<-"9G⭏._)rO]VC]0j6i7h.~t#HşׇHTAR :bB>?M tcǫQ@©JUIyʏ:;KL;FF_,ɯ}VC@<(MYQ?) }CCt {iŕev'$%BLZ3q u\KnSP%ܿ@Xl%4$̛^Fӻsڒ \ oc\2ߥq#귯X$OI ז&8)0qG:2J<0kac8W#&gͣJ8TX0C,i#[>9qNlF⫌C.u5bڎ+.+Z)=˭\E#O!VR}[ S#3=w}-1Pg*`vKrxO +ZC~;O ,-i sER?%g)P&U8S1CJOD"4 S/\V_2 XoʤHnA)2p onf]vD us-tiЙFmj;Rݡy ᒲlBeXGt\Nm )`Ƶt7(ddVc\V*'OFۨ &/U!xm{Ꭳ4{"HQ350,@-bE߶lo>=?I)Ӷͭ=Sh7.%G?4b3۟,\W$\cU֭r~7k^bFV+iqv-BQFLG`ͥ+fl0+_'{BV;uv 蹱_^X9{+}Jn+j6mIHB,e Tm65 % Tl,4g%j!f淼0$sַZ:,6w!F~ *w!ȸ@0@25gowڈ*h]0 5><{@Ъti)2@ %@@@^@]J@ uAZt9W 7@ ݉@͂JJy\Q*@ @#@}@ p[ -  @"VkkgZ֡g`akz.fJ@ ELނYvfSi6iX%-И @m]حs6  @P;( @(`@w@ hoq@ی' @ |+Zy6 @@ =@ hebnM!f* @  4V @ Z/  @4  @t<Ldjh5z.Oϼv(kzdN{& bJ@ L^}&R΁lj:12 Jƥ<n-iL@ D_$Rp^UfSuDyi+O #od@!F@E`m .h4. @mm  @v Q@2rnibgku=碣E9g95dɁ"`FS݃bjՇ;3Y)R pQj p`FݎԾϾ-1/b_i+/^s*3fһ0eWŊ 4vSDMHMVJ!Ɛ2<m *t ZXZ3@ @4&uqORR4D[ xH@Zz.Oϼ&vCA`zzk3 ])s|q2h1a4_VZ}Ż$Oվ7݁h&hZLzR΁lj:n^}Z%\zC=^n-ivyA'uD]~sO7җ\e,#/ zW{48M T:':L2!b)S8p*mNшF vVv,CX{ " RhI2qN# N_ @W @.@-O6j@-@  Z7? d\@@D4 \w-:@@ @!оS{3!T777[ݧhD)tnbyq@ H;٥4^|}Y= @=j0۟,>HljzQ\g~͹FBzX,@qt"{"]6>4} r6 ZL25'R^zR<ͦfHf]@_Sӓ;;;9r7o(FXFnF o h< ےnT;;kBKb@tm E{cۮEd ?==f mG&񼧞G׻w6?dDtWQdFJ~ɹo栍Z`} RL=ӯ1O&E<&sxO2?}*}dQQ&YQ  @Z Pc`A@>[X_JZOo,Wɻ}e,BOO%vy-=9v$۶#{ =1LC\@ PZRi] PQ~q8][w7xmSId`_ #ƶ, /%l SN@K_K̽ @ A @e+ͯ5E$$S[XO4R Si'@\q$Z߲zۆ(ـZ@Ǩ5`RTd@# @1E@TAŻm X\um>w呑KCӵ%yp|@qC{F_,I }Hb-(u vјݣ5 :X:S$ вM~zJ7[le:܀ Ҥ{<%,4/>%I@Sf}iy-@$#x!] &ZQP[Ǭ} U,|Ñ@TQ&qr0s+9Kuo_6*y3 O"X3{#Idp`ޭ}fH}ӻ#pBa(pP,%띂Z]7#ߥ@@tmodS~ik,@]y(Xe&Ө,2A@k8ZgoĂonW6xs!e|G\[|a{ ?G\l=zeSp&}{O*6T6R6*_z!}[ @-jT# \P;Bg4l!)PC ?=<d x{R[${׏W/8ne{˲p7gyekeUm;!-l>d{`OhsB.@պρ@ ?[jQm@\@ԎW+c:๾g}FNG04, R{^xWar@(x( Y@*[VѠ,@*j L`@[?.PXx .@2_v D!9~vx =[1wP M!90D @&jd!L ;/t߿pR^@@ ?x,qZ+B-jz GģD wҠw?.!)B89#b'<}3RŞP8NZ ;c@t9=K-KX/}?Kܺ`~2^y—+ w%W~?Y!>1z{6VWN7nmV~UHW땊ܤjSHlT*2|ߞTx 77OS?ՄRF@`AhM`h~U@2>`+$fW Yj;_gP0OMKB1͗h@ KON Z;~FP}s5v p {0B%o ؤ7 //+;ʞ5=/Whs3uy>Q޸A)oruv:; eX^l Ra/NOLyXSLvOċgh3FZhH_5 #t &G b9h_1$O!$qt׶G21 Q}O1xUn.8I-SāS8OPH48V@nu @K %DC`ĭ׮ap0qB8|jRt==0qW"n)&?͟|%@!? 0HHpv([!d,ܤP|Z  `@ Њr_J/SIX @{l*?!֟i)npF`$~ Ud[HoXmf.$k@@ n@h@ םh hbF  u5K嵇(&CPzb$NOmD^ΕNg! 2" #`H@].+ZMo?>5ܗr1zj'0:Gv RS.S^%+ 48֠̏'Y*J_ӟS"cyZ=pY<a3j,8p>X>ȁ_9ԥKQ@ ڥ@'4pv#K߿p@u|stOi78\:9z[Wޛ]2i z Hz*p 9樼KˊɗDCOO7%{<~pf-T0āp} i#@(M TpS~irBl@TA@r͍<M4k{'ǀ.F,K@Cv;_PxܔCtJ ѣan'^P tS Q]nSA6@"  /oS_jCA`4 #ǫ5 ZS{Ko\JlO:; C7BNr&ˋۥ RC6vt(wіEpi7z'J'<^Y]KG}Nk$ No|2Pwa6sih"Tb3I86N &ͫZKaՊwM KM'mTQvXO%K Y/-Lr4 MB^pn:lom?vO|xBȶ" ~ uו c K@ ƹ3߶Ny5`E`=Cfzw֧Z7A9{&h7vɻ(3uùCt tT1ЉKGXElNO߿~oxw @!wR@h ZDJyԒMi!y[a^τ"޺*woyd,bR42}@9qKOS=?^;~pIrWH).e ^jt C:~KM$BT53A B6 .@zUZO& ѠfzA^諧/Z@?k/T&{Ox9U"8>Pޘ9yᅗ+.c g{N{2 qw^QZP\G7'wAv=Xo/^΢erZ_//Ǹ ڒF @L~}*^.@p(S#1h'xYI eo(2^Bi(N"WёKwS\\N\`^'VuLlUVuӥ Tȡ7wGJ&?y6$$ƽbɵ_TqҀjw[@3حQ'Ԛ /L=IMaVR`K?s I ψ# H&hwm'&A>pRE=F@#PY+[g0@h%mqʄ@_AWTYxRY \+auN,X gbBvJ yc$fgGשX[הpp|& am:k6t؛o7q @"!k@DOt 킜{\Xb^`wX>}?#)/ 7Ƽ/GؾzP4׿f{: /9P ֢vE^"ZxN9+|;rǣ[Pc @ш@5p%yL{Ê>::O9Y[mR!Mڂ'cz(' |%6= f;fV>t4 $!4]P;n> Xt:*V3 $:]y;sa7;/z~Szz U$ Y݂}Iǝg[ `eȚ JkJnA  ۽jp;H B%3[-rSg=g ]qe BY@ @w2xYy,nٮaMB ~TSڱSsC-{8DD/ 7P:ZKvvB @vC ۇ;u9xք @k j97>5PY%ab.hl" @z|99x:EA#(]HQhHZA1̇G$'n|ݮЁn -@>ܺ-K-9 )7nbj3l3s}ޛ+ᅗo&!\@ @=hȇ[Vg(@3PF19.ږ9 va;e@#h'iPEEO2pҟhA@EAn-@"[M%@ @|FK{W6(<[( 8 :u򍢺;k.kqXt@zX`aiNw 0 == nvv~8si;9TRw[wh:܂ l KON  mnاݷ\H՝=)OQg*gWU=!9=?irpwX4P]#@.Dv;hJ G@˾R.v N~iF@ @(Ry^=m3^ڬUT-mǿbGXgoKÉ#$>+.N @ aoz=C?GeN\}Tf|UdM3a*{YW'2y7 ՇwvT)={aq#-)Yd @q@ }̻%r7 >İz^ξl ꩭOr:6rnE"~ .pl,~m701ŋ- u ާϾB5ܻ|GEu3 Gw ُq`=O[*>,gNFTVV1~v[Q-@T h<.7w={cqGrxGv^_?.*=ի|Ň׼(e[{7(;3SJilqcM4P`IO #;3&~j\;zqUP3;uD w@LKpRUGٛ>[l(Fpgn|19LB ?Erian`8$CaP(Z9wĚK?n}{+>_,PqXq:}o/,"Eɘ/W]`#c hFQ@Ԉ%yZ9b,1Ý>& 03%{m =1M7ė{Sh`uTt2ClK vy%=(p;Q>hldNVίMVSS<\;b&(WFkgx>]A p?6Ck. k̪]\:+4MY`&F jZ\Y ſ{2 Ύ}&U4#V ,u +C j ^uI0yyiKiU ٭jd@G@-z(Ԩ'N%Wvunpr|oY 6FHIĨ*2FQkj~go .@#] yߺQ|bewuSK ͷ&I xx.lYZ3`.s{AodW ??P{Vv)5T :ߩ/_R_PȋK#C|Yx?Ruyw.r&T sUC])nxMnT>sdxY;aµ҉ /yܜ<\\w.?o^/NeLedz4rȊ:TƪP!t>V91gub'D52ƊJyk1áщ7n.D׽7Jd;/RlF.uå]$UF/e'.6;xp?H|| o'>F*0CHN<{AJn\"` ho~.=N[7\uA3}]hBxF(Ea}1%P(K7/%~b1IT(}JUh!+6tOJ$x7Y_zwD jSFPP)|Scr"hz@D;b{{Y|wmcx9/_o~ǬmCLPψ%TǁMώ^K ֿ X>U+GVR!-mxFK Viɀ5/eoiK)dB&\l^0 1_ZKSq!;=Z˪{E>U?PR&hBu]k@2Pˏpͻg!a`X{Vj` :gx͏]sDeuDq›U_H LnuiVPDgT^O˓yoiBOֿ\%n@p-s ZttsEk'Ov ">r~WurQ!5PKS|N~=/U{ŕo0ޟ ADrAQ>83& wj%K___gWW:P3&Kuo+]cpwljMP(Q̥ڌtJyf>j0&Xj{^ r޳W$~i fKQJO+@`V5sԝO jI ?O7uy'!8~ wMvx >Rog$/ \m@i?1 PG2]8Э[.Z @zqu# "X Μg 7}X??Lۮ:n fEn]Jւ )3"Ia?s`)5Д<hL Fڎ)&.mH R?G@ d O DCS~i ~ g6n˲W |4Y 39} lw~U9!Dc!&sɝ](ٗh3-Q4m@\Ì "&7)3;lZ / cKT^(ud, ֟/n}ot 4?p@C.iJ_O` *kz\k7 bыtF n<3H\9~nkc ? 9LM6([( (x-@@`l왳O  27,uD}V]F?>|}o?N[Ô-uT#VVW["u:h @t"ZWzikݭԈ]`bI`V2*ȥP],IU[|-H@ !{+e}5iU-6'2T=_몚pp(T͂@ w }rjȘ%%u?ȷCy( FB"R1x\S:#YSZbH'!ErHsLV)M+cbY0Nnm6]v>-QK[/Vk o`>5|:WxО-q PƷI74[Ec/M[~ؤZRϣ1n`AďL|W` G?S_r   PGP̍9̐k7ghpW"@4`rՑv,ss37q"ؔGF:rϋ@fk&m&ٮQsO_*x$ CJLxծmk_wwvVr`o Гv4$Y͠MmjHm( C v 994Y4p">~ʛ{uX"ϛKǤr# S4&0$32}N<4bn,q Vٞnz@f !  =<nߙtwyϧO .k#nx#XB`+ݸ QbYy6ĞP/?L9 t펿+he$9}a87Q@A@Ԑ#`eP|~ׅ C/Lܹ>T^(̥bF;܍ s}I |y^zWS3Szwme:4z/iv9T8g}Ţ^l0\zfY,^4&Cݙ4]A>d$ e|dK  @GC(enWSyXX@?&~'Ӝ|x-$>IG 7;.Pi.@Okl_NL\8@nF@7>DXgG2zNydIՏѣR_j  !S _/D?K z9׋)qtS, 3. hK e `8~.MBC۞z'e**-yKuւO߫@]D@ n$".)?4=MHs&fbV: Pj;/[N?IgklEM.ɽn\+~5@@ {.O/ASzE VMiBOֿ\dZ,/惻r^$gԆ+|xPk]f%'\}0N2ʪi#P(?پL |Lhu4$pucrs ~l&kͿ7E@7v ,u!e|#O'l{߸.HS8p.*m4^P[Ov>-Qg۪,bvsZ< Q-6?/PbQH_Q+4D ~Bn!z[p`MPi7-ʋ@naΘ|d勆*W*>+4DuT( G@(l''\du—>1h?,>]z9v[]]" v ?*omho`Hf7y7~n Wv'#|(7ۀ ߸1s|KW+qtA tJOA Mxa&3g%)j~PcD@a mRy-aG>FGj}wvJL^y]:hM]h4'O T{ ~)9~;Q&^-|hr7 Y:p@!/UhrxS7x2]:9v<[)Cmdv;J` .@G2"` $,?D,:V|g~I'FO/oETtvu}/PhkAy@ [X: 4B~ja 4|Ť.R6~Ck"V7K,n`!qdCAnE4:Xz %TUPM u=,];B h8$RUB1M ygJG[-HMxpi PK-Pu-ʱձwS!ڐ-(" (6wE@c\Qj; @GkQddsBUJꞠv1qZuv< ACϽs!ܺ/ $j$TQ$ 4 4 633 Nm).53h$r pmiw*M@ "@hh-2leNLLubZ\c2٥(VJdF}5!?8hFn@'=whQ(GfTְ:$DfA9_A44j "=@=FŅi&mWfm+d8GYKYvn?kHY3c߻ׂ@ ZSv${Ӷ LZP껮ymmn eUO J@@h.SM6z|<ouv?a 6 }F  jV޻4rLU3Sii1WYvДi )NtO/NZ}eb͞?ӣ/ɝl__WWu=w<{~$/7эk"׆ ١D=Ipuc{]6m427s/$Yfxb!UqkZ}'N,Ճ?{i>TK7iN<ͦfU==~8~=VC]`VUh7{)b@g)^H0bDO̍k`/Z(]@^T}6`zUv1[kw-Ag +.G=Wںߍqɲ_RU(;2++.@MFwBW7=6yY@xh!J-T&@ھ48V^ WĀU驌 I=Q u(<-  bXX TE bڴ{  ڡj:IV$ .{Ղ]Ӟ*=Ձa<fp5@+y vGר""UfAu#u>s=B "!ݿ1WT.i.Ez/@ߊ}@dx4?MkOL\WrA tg=+鴯.49mhĀk3M;5^DvBq12|~_/+T7:ʄp";}53Q#z2@et.( S e?t_Gk 7dh/\s^ 4";mtQsu"= |o4LP?/-=,;;4(7(#@u9`B#P~Żm 4g9Kr2'Hmp.ɲns.2Ri,"ޑZjW6>J`3)C( ح-^YK#! 'ʷ\@P6"5з&A>@:);"'ө |g: ؽ sfct{\n֓c/d>&It4dZ{HPדxLǯ:"61ey”nIyK)cۉw(viswMc,KZpHI ['+kru\q 1ˋ15X{ .(Ett_\jo4L ԃ,IJ2p S@4RϞ6h6cޑwL&JJ›zU3 %4FFGk~48]>1S)g+τX9pMu4`QpB@Uzi0 TeFM!@Ut,怇o} nqwԂL\ƽi(u4r1Y@ݙo[ NoUg PCczp0Z8 sBv|\b5_HvśL@-dwNk׉iD mlt(* b,L.@apMC`BRGM# u\2GJY;!A](Sfqr= HZwwEa mlz(9&wxOuX|22I!LW  @?1čK&#d'CZ^pYe Y 4nhcC֟;k ^E, w[(%ꌮ'exƟY7]47@Y=/Z2P СDsd7C[G':ƍnhcCə5bnZz2 F? n c87;h7Z: qyv  P[\ hۀM\j4}Ʀ ꝾWF;pf Bg:Mr:x0uV7AMG O7 gyT^;~ aA@1b"c.+ZڔIU Xp@59U_x$h,J9R-wvu:,$Ns,wg+D+"7»C% $j"@&ӄ SBj>~MQcZ(;m {( ŠivwP3.,O`}ҟ(#qnKc4}(Y[ǵjZg_ُqC8P2=jѮ³@ +NfG5"쉐| Ѕc .@pC. ڇcGŲ @B`~HW-9Fp)OxV3Coӡd9Cbk|?W"6]b7qdhQo,St^GYtWUϥg d<}:s2UgBH*?h$PӚz@XNAsW777W/Ǫ-[iJvާ`d4h. ]:t,:k0 о @^koW>Yk:Z0`_3D@ՐT ; e.]FB@RbHC X/}\Zj IYK-pQ7KCU4H 4%v|7%H4tUww;?@?_ܷor\==+aFvvŃeɴVح*K(D y~׍t݉R[ ɀ: n< @7Cvexh 2%-}rص+Ip&C ClI g+㻡 f@Fh3VW6kR\:X\|"|i`V9onn\ KoB埾f=7f@/uZ?LPJF(`ۍ@Wߟ11\&S-Do9vƐ7KnBGg Uog:*_VŶOG;]] A J藐*JJ\BBxÛ"^Z^!~}hȉc` oz,E`.xFX9bd< '?MGr[Qo|:*]bk\;>Ę|݁\@ejHmǫqȴۀ6nT8q,Pf{W_R pջ8{!erX"Z/7Ƿz7?9>K1|U[Y67ȑLVk)HhW9DwKtcW|fG~fȐG@wpG5xfg$㸰 Пjxq/KO}(_9xq{ԴM]{ WNxճ 5%%*RZѱҷjjm3ul݅OHG0w+Fb_4E]+r W*+B|K4IAc ]xH}eq]I {0 d k@yX`@q;Pgh.SNҕ C5+^KW(}cv_uʈvf}6kjM JʗW/E4P^&tRǶx} ;// Gol/6fr߿ݼ"MՍ2'ʧ; %?9o4{lB.@OM4>?*N?x*Xh̯NwbByy7^jm^[P@@(AD]4=Z_( @b.+F$Wx /BlxpSܹ*ȥH(ʥ!N](D}jdG^Lteg 'Bd"0M<)&x[Orrq'/r7|)#i"?)1W͑&/g7O|ztr٫y&|4^~b nA y~׍t݂ˮkA 7.g$*#oT-I)N>1?=Pvc6Xj?( ` 4`  --OOXU{[p1"9Y[zj !F8|`2n\aeND7қǷ}rYb='m1榖qGfp?Am5irbizeW8}^ShpWJ}U  @&@f&*.)?4Ef!PSž &ǐS`/ܸnBg$*, &Dԉ֒V[yqGe2u^e2M"˯B={+O.]5C{RoS1WJt7K^@C孁h;eウrZwv @#P;%yIMyʏ:;M>dvCh?ONib"9d7.[iEo[5eQOmifgǯ OE䮦zQkt {jfϑ$O܏[p?U+JLGV's+b״ᙝI>6,ߋ%ϣxXEOnPE@Gv;_7.?ӗ}~zⓀjB4tץ/TU?_z?rt~՛fiU%.:$D`ǑWfXQ-;sW<&'MRkuD@DQuF4B4kpyWQw=ؓ9/,uA5ޛv.[ҿ#}}ZJc+nޠJ=E ڍ?mh\W{~ n BLC$&\Ɓ@Ǥ%<Б m@"Oô3VH4nu^r~YϩZkW:x){OHjU(g@8S5oNtuX=[Wv)p#EF Ht'vFb]yrZ֓ޓsӧqSY9ouL@ {Ox3Nʙ%H*ɀ[1 @@ a0 }jg9K7h )_F4k_eDz3  >8iZ~H AA  jV?DVr=`s˚<]n<;+IC;}9ESDѼk!5@Y(KOkC kg eC Y'P 5!@NT.,ޜv(}bkg6{dpn~ʅJBJ?jJED0̿eHBAN=!kɞrZV7>Nr,UfwU.zplϕ.+\=S3_HFkX-w ?GfAXM/nןK7m@@/oX?az -54o$^_>88PVT}I Hڟ^AKsJh"@ bVH̄ ` 7WĤ J _<jp[_$A>ay,`t+I#%O0(@ SJY"Thy~尫:jh#( @ iDU5~SÐ :,Obӫ)T $M.uHQkb z=ruDFWup`1 "3B2&uֶl, nBhg@?S Z]ylTkBT, [ ywݵY^jހjI?Чr(_QQn#pZ2wT):yG<#~u5ݵ8pꂖ  $5I3 ]ލhoӇ˷w=?ި9KtPbҒŚuEgVW'61#7@@(HւB3@JC@i:BCY7EBo"{Wo7O7htddPZ7~) ?[<;N'ԟ2/wm!@fVu,wW6] @gP3@xy4߾KIr9+Naj'_9I? )C5 O2W^1'O6Ix:5X]Inu{818}C@< \_[{쪿x9'ǠFӒ˘[l <%BRvײj;WOX9:ObsH}rt۴`20 7"Lc}Mn*61SYB?󜡐1:jD?-% 0 upR[@mr}>及&i0Vy뫛l`iNtpX4+QZCg Ҟ11 l706@*@@ wᚌpʒ+i4cG&)p||!#I3@YnܘSDXxů$WX * $f<@{Õzp=Z)4@q2ĵ {Dvk/TպI@ľ X c٭׺]]󍏉^6W9b~:0n8+4:99g&ε\?e'd! &൳巿mo3ʲ?j,P,;;HO` dÊ2c|idC"^bVkV9@ ~{ٖa0}Z9uqNH*L@`Tp KW MAx\;ݨL_f  +s PLh_1 ;u~'>\k&4]){BB'H e#|ιU:)K߫) J< kz? \jjoY&(#|}me3=uThS8o2Kn Rٷ m;1ҡ@CJ"80}<5(mף 4L=%b70BVkK~{D64(MWSwO: `H J=멶 N"q&\1 #L "T]ƒ2yjJԚ*lX&AB5n0Lb޹  7qEy) >|8LYWz4зx@`?`K-f;ypp",ױg7hm}EW/v,y2%`6NjϧQw"9;bj,Θ n-mt$ Aץժ+%Cvh75ܖPYg6֛ pȸl2V{Ͷ28)).Lt;\ -uR>GN,r ;$*N,s;T'7 ͕!jI*b0G߲ *y܋+"_|h2>rC:=n}Oy8W1ZJ-I9;&$/;tfvW7J3BqCT NTۇ2M H-ȶ?|n#phoYee?^iaBg>|_1F%ƹq>dӰ;7{^ *tԑѭ cSr_ͅ.ss?Ɏ4C'`]YmC^z3~|G`YTs. y"p8ÛUջqcyAWmGk}57.TX(qnyFWY϶ Jp~Q.>E+}utX1:}1-ڡjD4 H6JTl?E&M5~yruo(#?Zz_<\yS0KR/r*)7#sh_D5|# t- W!5rgro^L1g;$p*~TO@.Ad'IDAT&t)w9d{SĀrl>:4CܹvV̞{bV2$yEjAsX{A݋Mȟ5f ТcEW巌W %GLl\44!'S8@yrɪ7XSCDU0 Z$Z$iףg5C["x3D8 BKťơ)ˀ>!VnO=}eƊQo8~:.+YݕCǍh^LI=1t҃@ Mߗվףq(q}g(RY.)+7^M5+zKv6{){X~PW@\Ӽh-#UR 5cf#/! -(1/;Hr8y͕덉 - @)4iA $؏12lx[H|z>qq2!PYкӚ{r?h2(vzxflZ˸2ݺHoZ($k(lO~*Mzji2˯uуc{||pI^B虚yefEUMh4]]h2wsm!n( K-cOv1ZlQHFn_7~C苑j4)!ӓy 'l@7:@+H@2|tURPUڋ+-cY5?_yW<ӧ̵p<2n,ȄҧFOWڹM%AiQ :6icl678qqk%oHa=@wiBEEDU55|N*SiiP,@bs˙)RVu 7M?[=67 90Ai@ upb!(7Hu$٨˖=蟮%T!KS.415vN+'8 1" .$Hfc%u/>اݵp'K]mdbwZ!0]@A]EuڣGKTԩNMC|KPy/l} BFځ LM@rM%Qy}\2 gO&u. C)i`Zu)s cF['K.`k @nMWAP( أ^ĴY)WSe\oʣ DZ!@H@{m$Mj 7tU ԏ}hm)mc[T;SuA X0hw0yv]ItPf|:g-3?rj @'`zժx~l9m Yj8-JuK2^AbVk F[1e#Y(C/ ESǶi:zND46{#d\kc|c* |2pY{5b埸r4[KCdV,@[{fOb)^E l`l|cD?u|ZC4*lBBHU,s/.ꪅ9h_=3J@t;$P_:\Ob G@ y@]E&MV(qzPND@ Eō`06@‘rD } d9m#Vm:Tr~!S&lrhsxMń`mEH6@1pl-OIQc(_-3D_ŵZ3 mnٺ X{\:YjdY8T{5?|;3`!~АLB0~ıONAw y̤XB@"0 "r }~9x!`Q5%uy ZP6?Uv΋|%GKj7[&[W UX'l ($bh$Ь$$rpUp9YgDA%$&@IFSfJ)f~";W&Ո!; п l{xqF׍vI/Rg$҄JK26lzSiJ{s PaMVx$:ps&iC;)0ie+:M-F@t[{…֝ܛs^INSόm|#~o~LnnÍ\ k?X5=Q ɻ4V]WsK B+3<`;F:w\ WuΊ4#mO|NfuGΆw $fvjI$3a?TE"# ; +S]ӹg[(B߶| ?xA!v/חԱU5U_ A ~|Oe e!Bήߤdb s$ o@ʺZ?{CH 4H1i6}Izh%ȲX=sq#@Nq3Z3 \9:[)(7hF9,  Iu{25A?9Ç\Hj%(劁OE{0|Av>` &߾ 0 YQ14SNڿNHC̟:-C iX}]?R' @Lg?Mh0GݼPCfh00pPxY`6PE@ )H@E: p\ \+Rͯ aC5vv%NU5( AJE@:J27Vti}ʌTmw]JqFIαR,gcajKs¢A>*Wl`6N/˹*sP y2  ~(@@R U(p)Vo׶6/]X3[}4 ؏7ニӽ'Q'LpSU/7LV \vNIXN>q JUr^]{i4 ߝ-`t@<2xfrNη[  ͙Ú%yˡgJ@H 0 WJκyQ 8r aP{&Y$U^'M>s.a= f@t \USY˿`OvȄ7}s-SkVӏHGaUy`՟8Rӧq2.E50.F T0TAP&(3,AFNdC_"@<!xyT՟k'/91Pr^<<xx<oR`$ UԟP " [!>] d 1]\\(R#`VJnGE  @JyvRݫ觌"O+5@y(O_ .Hxr6}U+"4'}C!(Q) Ru7 #0P;Ulצ9s(G_JƧTN'LWa`3 xKxsp  &iF] 믝;?\1z{Z iPJ崧t:e" g fX^. P Roo:$ahbձ4YZʽ{:kן Yflhtv΂ Pm~i¹nl'X]Ynlyk+C*ABv;6QZ,^~xNx"`N~ϧqɀr@M@ӄZ P~K9H6X &ؒu2K{;4` "`I|;M: €HLb죁NBQ">*j!]2jk^')T4"@FKA֥_ZB~EEJ3i8- Plup|r תCE2 @ >zkg[;<A`:(Z?sf6;ɋBiI}3ͦ!Yxד$4eQQ@~ oAr(599ZZ^fm "Y Ζ> ! #1@p V~G"R%~H@@@  3?tf m 2|  )02@ΎT+U0;@ Hg3љ@tH T0d}:}tI>J1VeR> v=%`UUWwZRbSi(L࿔1/@կ )A@@@%@>L_`m`ퟲz67<݋Rl= AGz ^'5Si h;߶d94O9ϹHO k[+6s8@@ C e׼N*Si‘E.(H}?1:X9$?E~ȒI\T  :v8Yr$N@U|Y藺'/pU7?1(@L@{mPΗnYkD   Pl0ݿhA`wz %& kB2(`D Wya}]^(q @@B@^z r@daԟ,T14)kl :q@D0"DvP-%GS֭VYŪK$J\ctl0@@I  |Ӧ|C#$ 0$!pڱr慖Bj,Ctu#3/!gN ^洱JB@I:&!Ja uJ_ & A 0hŃL   Pn ;S#g6kdpn.H@b`U{y,/H4hUM!@-22S7/m|ӱ=>W>$p.zf^`oQBi4ŮyD]*||%tؾg\yH`m7FRmh^%]WTI2ޜʳ`_b5e~^ ldv%ˤ02- >8@[USaiL/P.ri 7Rk?_T$f3a 4ox pS݅!¨7) O΂BEAX`?2\5#ڋ/4gD  А@UM#Ҁ['ޢϧ}e9 d wD} j|0\! woo^݅ҏrL@;䗀Y}5, wB$o}J?Wހm~ `'G@R BEF&Ƶc݉}@ `d x죶Ҕ"4+6H{ DmC@CP6"ﯗl;C&!0$ J eqmefo˯^ M^tu\[7ŕMD@z @ +dz-㰥SC?,eϟ9kx=~KI| j])v|, 74HcC"˕g4gm54GCA ":v8,uR>GN,r@Q{nA/T1%]'?BqC.O@0#'$Ph}S~WigczJ Y<E@ZQ(vw M3X[_% @̿NS?[oLlb3a`l a{P!@6scK|+ !pt\G,ؘNVG@8n `-l`'@{ 4X'¤+[ "|wNj?~y ;P/# 7x_~fPu|l\Z7g@Jg,$L=BQ@`UB~V u]C3{`F  iRK@Q+F,ؽ™C!0@ %0Pg24/#8sw$T, A@H  @@ ;;6^Y9U"  %#dd\Gj  {0r߅h@ 8+^ C38 3@`5 WJ?S3XA@@@ JH 1@c+uhn(.E/Z)@rC@n sEzLf̯θʋ^ }y  A@ ξi:k{#J*ӕёQzoSg˔Cm*4Id3 J^{iO|eNCWFF(5StGްٺպDm H):=t-@:l3P!|?A& P,0՟h h]xj qGG_Ot}nY{H ,9ml( @,`I?*vt3  #R7ߍnoӫ7td  <8 5$GL *@t;…֝ܛs^INSόm|Nn~LnnÍ\ E`p,ksMi_M_y_,%=8''}c̼23!XFhӉT6MTy[<vgG>5@'LRǏ U}SIW d ??)<!lߚϾY],Ѓ %0+Oa^7_f/a cj =9A Yle-ڟ^QVEk7iO ;m+kw72 +]tEK@q- NxGiC!@?98dlGyh:xԟD?ؤK?@^X< C$`Q5 U^wyUݗ\ ,BtЕʸ^&J CJA@@@i +֋@l$6]B} hRwwl']p 2)Gu   3iʝ>IڿBRN^l!$u.,dʃUx+jxԻk'K @ REm  i.[''Hd=p祿^ @  o.<CBjA "Hi$j `j`'˂1f gk@  %@Su?  Q>pRm~^Bgj)جX4z @4]@1 8v|c ;F@@@@\ PI30<~!{6(ҳ{r4  Pfx(UM \ mI !@``p@   PZ]@ioZ4< I@@@JFu8     @G  L@|ύ   0L?d"Z` *@ў 䎙 PE8`"I L-      w4}j:pKaȸmۭۥi=!@@M`w77 驅-Wt \USa+#AA@@@ ul6<朿ȘzB H'?; 1 ;}I@@@@rC s`&    !@v@H1* ;}I@@@@@ q$@v$     8xG @@@@@ ;N_@H@~= ;SӉCmGm6nmk 8@ zdz'˱hચ$H 7l>جX4z @ O bdPm*Μتo`'b݆h @*i"V%00!;dLȐ@@@@K$ @@@@@ oArLȐ@@@@K$ @@@@@ ,\XhiM/%<2n۷vvҕ|,Q7?YEWTV\.Zksoy|Y_/i ,?~ @@@B @TJ 3PVT};nA    &H'?;$    !90rsAP ;}I@@@@@ q$@v|=ƹH$r蜴gZ Sa@@@@D<Ϭ@z@`$E@Z@H@eBNkt#}onM@@@@ rqgq^4 +\5pUMo*e̽9gfmͿbk0"=    #`36k>تo p7#    0 RÐůJ,@E I  C$0 dSBEP~G{A@Gp4s<ŻѢ,Y#  :k`N" 5F%C4??ZƣF{(vaRg]_yy:HŲ<,.I.wWdzk߽CI `(Q)$D 1t}6 XnO@hXbeIW2<v-f^hӳ˴1FeZވ,P{<娿Qӻ _}ϳۃ 6gFtg7h-K5h+}9@@h 8/lп\wNZmkl$:> #uqk.#Rlz['0nݯZ׮Q%~UXRb{\Qo U _3>ǯLU֋#b m-Z>$2}<2'PziN \z G:MH}JCAWɴ@KV*mg1"6k n?("Kh>[3~Xf?>c竻yW"]-{=w ,3YH5'1M2nE( *T*i~ U3 OP'jCKxp^ހ4H|<-&^4KKlQXwƭk {E2N"yx su+葺LSs*%ؚSkKc*xWBx=n$%lFZkd&UN+,[ݹ⊜LsvRڮiS$yWϳKv.}/\Rf=,S2ulevLՋ-բ߽;a~9 Hu @@ @ /S05<  ? g4࿳7MT22 Lg̈'ĕM~>bTGѺɟNplP\嗦&\%}zh>ן8nqnÞκNހɩ,U_:Vz߈[KπSzx쟏Wtx*@r٢TJ+ H|2+|"d*=X/^/UY%iUC|! @ +lwcЙ3u=έdyLA cou(~W+a?165_#ʦ1ts ꭕOEc_~k`.t]mkM_BHQanFeP[xw͊@ RL+4N6,Һ(!GG 5n^YVUz)d2929fd_)yT]de]a{dm>@~   DMa?@N aڿ<*nћ>EkbxF}Q,oM=Ƚy<B7}(L};5O>S{^_S[+p-{{+Qz}T6C5 g|lBccf^UV,b~m07ūu}0}35vZ0ޫW..c"R\SԷ3!QwMn2NaF@ƈH k<`wH/( ;*@O(tXT0b}}ycxr&N>IS[]*W#[ߒ6&fP/;" H@H|A՛0ߛ뤳MFM=ѺkL3iCYމ}I6p@Dml)ݯLn[.) Z@2߱ ^ypkDlJuk]&{ғ%`Ѱk=yiWK?}tᩬ3o|s`pye`!H  PuS)S+r#3M 1Lh_eY+k/ٵL95wW?RIl ڹVd1*Yfε;9 ''k]G_z}vjK{sWeZ>ibJބ#^ Y1>x|6n: g$[>kE\#%^_@"LO~9eL  /'6J¹`D!  k KZ/f46瀏OCȨ@";@D_@qmEkw[ǥg_VUxv-9ئ[}:cS$]Lf\g[Tb] };ώj46G"^ "}ZӼlOefl3}&@ƣxw1<<}ev5EkzJ8Q>}iww&TS8<3<<}9z t}ۚBf9r4^SȨ)T*@@FNs =ϾqN!Nzt*>5_k#. iZ!@FvM @@@xTJ7"7po8 *@:dp? G@@@!9pVKZ`l3 Be    [wHO~z=o>\i.nܯ+Bv B6uj=y>Rvw̯Μy(:ydgBWs2)uf5[a6&O$j0B=RIQ GOr\vY3%)N5ܣtD^? 8(77mO###wWp iXRPBv6m@@@@ M>? :O7X㗧>%zwXgK?eRjar#0xO=Ё@v`@}CNgMrv(}J@:/L9sZ01zL9)Q%xf+R2E5TĢ_ZT R)Ɵom0/s[3O~{z2}';AW"=L:?)HFǞdM "32_f_ݘ+]Gf̽9ǵm>ج׌4E Nx.\깨kJ@LsBhcKpNƟn̾6K,5yM pYJ&{dO y5"=@~ ~sj^Z YQ |UlȲK t .   :XI9h4F;AM@miHid ̾&8kBY}4   *= Խ &u_?$0 >B]6?@@@:no̥IW[@y2稡EuN!x]   @)@>49U6(g @*訯K @o=rpzh \0yd {2XMtݜCܛ.<K_er~   TIqw a Se՟}>PÔu\T}1 @z\mM@&Ka?s`[^H.M6Z(5  y6`044~Ry- ( 9B K8 ͈@@@xbش Y}Rr!7c@vF@@@ i8CV`rp<k @ J  y'*@^?BFȑ<`q?& B龘b  ? aq}[o[Uhnݡc`0 oO  "q'`!@W#@<` cIB _߼@@K9iXuk0iy.yȟH| 5{~v>Ѧ:?0rduuuv?%pֿZaj=0J@׮&Z) H`3c^F"+\(@-,7|V˯g(+Z@oH`, X&' SrH      <!ȯ@@@@@ (@L'1z)5 E5W >R%DE _Ҫ7KJKW {,! &y&3\ ꔕ\^idP d[/sאWG_"/im{P*i_ٔA]Ifc%̯os=43l߶﷧^zQ1$z .Cel⡿_"/imG?kԕґVje.s{ :k.6>=c0#XZ9Cl@%6g~yfk7שּׁ|53PtL.HgL(#;?"}jR77 y.myz 5'^Җ/Wύ_>noY|yܳt.HzRRҦA ]:XBxgF;soҟՑ111NR~D߇[h [%K@HNR| _djs$L7w޳NN`)ԞhnNjw`iWV_,nYl,n<\NT2?;fͿ=_dy:߳8<tjR}mU9)᧍ݾ\+D3$ ѯI/.}51^6=Kٴt pnRvg,LWɷon~,>]AhsP%K)ϮLlyIXm<ܡW-xi}ݳo7N [WP?iqOңGjWZ7f;Gk)h!_@g#F`Lh7uPB 3HQ>]]Z"lY!5~Jz?s_x|s..\\ c{i7jjr rPWDFռ3ip4],Tnyh"Wx~zc<=rO5'x^ _BcpMb`MWyy҂ IdFT77f_oG4]0em(wE5Fխ_l19_xugs#M}yΈͧ;|l7݄]<鶯X_[_;B2F-j:'XEP=2#/MӴwVއc'Mog`}a߄S sG|wcٟv/8c|B$tl퍵NvG6KgkNJu?L}'s.kLW ! +mR2&& fyYc H_ARMFGG5E>8EZK_ƩWVw}<-;'U䯯>&in 7z@hڲh5 @i+ˋlTM_<Ҽa}JB?ѯf"~5-qFmNi\pS[k]~j;Ceg9TKFy雽~0=5[ldZ,}{~A)bK#F}c[WƛA7QZ? K>irrqܼ gZxkG&DݝLP_[Gixz&B:k{9~XmԞ=##^e4'GWM')к UTr嫯W?1UtvlL=gPP [2V6ϛ{tVjڱA_¯6w$.i>;S34^ח]HfjYm:gݛ ߿g=V&K"9L-YjjNrz7!ͺ7or2f/i:KcbތA?7G~yFWt?,)nj/;-<=bf^}d]<~z9CjndY&~o>:6~?tcDPRoU}Y8'wv6:%x;Z7}ݾuZu{'Zm3(@1I;ƞkg/=]<36>i:G@B5}qK@GRtNH=lJp?/xSN3D OERjXEˡ)2c؆{i)MCTZq]_|Xwa)Q^mަ,$Gq,/JKZM⧺FN( H7xz_&5'dhhutôߚCu~::R=FOjS0}p_#ZX5TŸE7 H ],\I7l_ɰE|;ˎ>}9OW =C('mj]MźvV Ӡ;me\_jCXׯ|/IonFZѬsQgXil?L^_3^sM{hn]u\?:?/G4Q8Oc8~(Ie9PK4~ˤ7(U?f}c !%3VH7Z}#-@5 p"n(jm㜁{y)s[eau|>!| [slkRz[+/<4fWcrMp{,P!ߺb؂>jʼn[S"=Ab}Cq?OL_c~-;8ҦN}XxNB!=d2AՉw֩вpW)GfkDYt"T%+^U-ӑ翥_ַf2k(o{kO7) /V:Ή G)lӸ>n _b,cF[(FZ"q$Ҡ͛ڃч7[#v}H֛d{W9Ό/F}tC Mx¶7:CoOjo<2[4xU4ҍ(%ڭߘukΉY/:Vpݞ]'iWKQT*n{nra{!Lsx:x%4?P4kj8=P*aZ0W3g4.Xq>˚mӢXk ތ\wVVI?@ʝ厈 ꖠj?%l&[6MMr տƋNoƀ3I#΁!h~OѓJ+_\7le.?5glP/77>Yk3J{W?}ZӅhR4+oI9*@J-{kfm]is6JpL&4#}²t ۓ!aXlE9TPqN`z?z /._|h"v4~u;I11DKZ8RO*}>ޝwOϼ~ra1VkA/է^:V lw:v\#)Pa}ښ9**zQ@^O&ή#r{ܒJ64^KW^$WjaL|o~oHY!I*~#ۯmbJnFlscXchDixX6!gj]ygU[]6a͍lE7y.oX~7GѶ{9H[3S獭TB)#!߂1)qz=@BMo,ϋxutvVMdurbtI>9|Wͳwj'A{ɚD.;I՛4j˷\}׫g7>ݿVס~bߴvh=U˕,'K ӹ'&~MΘ^< 0y dף/};`سT"D(y@O[~ +HtSf1۷>RL[=Y34=mW,9<{8E[s9NfW2|͊()B1%Zi (`=n'YlNoD2 QY7'_ǍS Ra"6aFP1v_6_9em1W^v[&s׺ByR ω9?¿-P/ଧL̚;r!S\^i˳ֺ2Rȿdj\u_ҧ7 I>rH修) t>V&c޲wo}>*pt# ƒ'[п鮜31)A͉'ym{7;;0}gMamquۍ4@ho7;Mz2y첉x}{?{'h5!Kk[yE>+蝕%FeDD^Iޠ7\{G95&_R|Օ/ n^`g㝛=`Ҿ$=,͕5JnJ_a;E0 o5ܞܿ9VNeR;FFF"O[wZW>uuJyd?џ/Lʎ! hK۰u˭OG|wWpvჩju%s G~i_'տҕ3?p |ҋ2Bs֕_;_ 䴰p;p^[}\h 89\y^-_X-Pd4UOmjMANQ*@4#֌h={Ӝxv\i_XvU}_s/Zᇮ*WJ ] d{rjd{绠u~$snO2YO[Үf9+m!ɯ=e}"pޣԕ/,ڭ/`ͭLv_oSL\ZY}jZz}L̼pv٥g.~fۘ:x? M !'lE*+=~3C#S6kƉ'''j'98=Rݼ'ZG6lەwΞ},˔Q?-`bmugeR}K2%:Koڿxlڿ,[Im PҶy͌Y#-\]G\$K4/g)?5uAmO^ش1[%ڿL\+f9RNN]"V&)ۢ'onm^jk!_ ՛rizXTǓqv @KI(LC+aԟm=0?|nO4:FHQϼ`5a6uS? wݖs3#-L sw>gZ8_/}url`dt"ڑ&"$B}(gCӺCA1?IX~WJ5U5x>r`}ob"jL>f9HW:#rm:of.}f~^o^>Jkw'C9[#6B*YPA8#yԟC}.\&Cмϼ.b~Ir9hRK? 5P@:s@:_`LWjch`* Z|Dή= )˅9=;3($lAzI5_z_2  *#IeH2"$Đu 3{?,Y &{ >5B@bᇨ .yծ@;Y=h>I%f@MYIENDB`qDd<-H  c $d0Ť'AbO)h'"LpH4eщnO)h'"LpH4ePNG  IHDR5؂ZsBIT3 sRGBIDATx^Gf0$ cP166lk5?T f.fpGwa~x]o]Y<02qXt/^q_̛̀ v@1+>t);+2'"Ήs"rn(E{_3z\Wyo.o=.T'vo>26Rjas19X9͙.*h?~`̃8zȜI3Q`$no=F_M5's䧹>`{fޓ9GL|dZYI][[)UdӴkMִ-4UθMjk*Cq R<ɧ=-A܃V62=Ƕ{gm4g_7uSeǹ8{gZމAK|h=xYazqzh?4ҫow h֭T*ϥyU|^%~[ԇm Jc=ϨT~M{>2}&WԶ7棿7"s_3*umf剿 8Ȗ<2τ~L߃߃z>}z2w'|0TT־}sONBydy}nSϨN[Nτ"yN>MtS+ ʣ}/yR `dGR:L{0:HV{)sτDZl='莿IoILV[=iX|扝P F?r<1sCͧPSyu|=yAvqΩp1_}j}zmk^WL~6л(.NvD_ӣom`!X %ytOǶq0}jwanK:W}*;-~쁬4@ސ:Zݕ'vBl7fۙ lk_}洓NYYmP[4`hE疧j!*M`''ը B8]<ۖ{>tOromƿc߃E vt4yuϮ5t\F[&9ϫVmctkk_U !ފ};ޏinw@15F z?;A+t.XV]%[i=܏i@0F~JPL7;F=(FY~+fb>R`25Q|χO}e9wbv,IYHhht&ޣ0VO(K>o w.8&$;vϴԘl2r4aM}FW=}zK k][~ŗ}x8+tx/lFa븚pM_rB tV'X9@}^gI49~}V{2ϔ}__ gnq}vߍbh=muXu}~_={{?Y:iu8~{eBy}I=|nߍiAc7tw瘟O3>-3*mHQu,aケUQwfgo ;CU_B~Œ@]4e2}Øh7 w%/-G-xݏ)?@g@ǒ 듡(e gLRܨDrgZ~ˌGtܘq(!Ĝ &4v ~Fc+:CIU=o]y#5Y^|YP]<[2Ϩ"o@Xksta4W[E7q9I P^5]#! n/w^,K񆞿16{GiTC*]vv\-g7cS4mqӾԔׯk6tB۠/t'6}Fҳkw}3tLN6O SW=lLDP7˯ӫ ~TO>7{Oo{o0l` Uv:V3"Nc6ԯ>ӝOv/st Gc~':Ajau){goF/. DZ JFgBOy_3sOQV|=/g}YX> >ncdcǞ^pD2{'t|,t3 |] aPm.V{ަb]rbPh􌋳Ϩ$"؎L.0~ OFt0N{[-1J ?2bݿiUcq{k 8v_u/}vǿc;fb?G,c r3Vןn~3./L7voqا8g]~|hݱs2VğaJ'gbJۣ8ZԞ֚Ɩ}=G=kyEr=?cYn&֐ѹV1ԱQIn-8N(!m5[]*X{pZwE=װ+ {9<ɱaדCIF8q,OZ;Z#.@֏Tr׹2IA zu2@},w|4oeW(9vHXү^n{T~!\L'`=q׆㸶qRو~inݍ7'χLj>anvJt}kN|>Hy#$xsvL( &O%a|6I&zܝ>l/ڶ]l/h)hvD[if=AʠwV?OH;ŞwڸꤗR[;ɦIOR>>=,uOw9y:߆Orۯ_̞{BP=:k..1ik9WEi'۸χu ~/w>F Ӹ6gsχomI ΁ODZOCb5:|&>8]`fVCI?[!qO{>9O!iV~6l}Ҙev3C}PfR&E0wݤe3&=ظ{┍ŏ絘k*7ߋt].<SFdU~&wEwźκ꡸\ݼMHnkh[g޻wĭOI_'kc0&g01ˌQg TfhrlOgq|mx_[8qNf<9O|Rk=ccXX}y)O,^[-n%m}i{F9:sQKG|MǴ\S\q7yN{R-1ɨ}֑`3OI<`?Aߺ>HL4L;{Ղsmj[:|+{N2?,]qu6(6>oݨlG{uLHss5zn*xH!72y^i-ޛXۓmNWNCϫXan9Cy$T]OFs,]c@7 'ecj5:ݱFǑ?漙 ]۸o.cLGGO;==.ԯ(?o6ӳX K."WA\:>GI]߶{DyQ^/l{~'OX<!a9S:y^'ki~ ]v?yFQ{cl>=9f)݉z%wtpizO+ރ<\NoPGO*'9g? [iڅ}>VbOcAyJZzG{iCFr8yc-._O}q<3k\L0:i>f8ZYһ,1#w!.,ԑCXl~k ?@>bH[V0wv=$M3拔 }8{HS3w_;8-m9q} 裕V~wW'N#Uq'q.'.'OuG`.QM;lzBD'Ϯa;G>ym7&%ؿQ~p|XÏkW ۷wXO( pa;V/h_W[{msFЙ'gzEU7pd=$͍cpGMQK d{Z3B|'x"~bM %caz^W1?q? r%v?$S=6NρD.>0Q|gW0—?>Up߬K{{8?M]VJV6`_q'@8֍{o,XSܘtW>Pvߝ2E7]q҇/S2idҩ뽯2$O>?~lU7^ oSKlgh}1{ezEt6ϺzT$ii73y{b {'ZOi؇$izZ8[y_ۨ~<+||W뜌7t2=m}۾ m3x}n-38U1oÂv{Ձo$z[QϸU;DD"Jp>d'%@Of6k݆_l9G]3+ F 9KrgsF<4%/~'Voʸǟkq?-J89K.~sO_݆ i{?8!ǷwPۣ9c%{`a;"W]y-t$ggOԲiKgi o< vk4tojzic8tOO/@ΈA>/ؼvܗ4s_^?~b-ʙx~qEI#'iت$i.c~)oj?xQ;>]4)O?_XT8^t3ŎWޕp<55RGhGZV=Y3! NR`q# 1ܵᘷb9oW`6zB9M_13YHH TwJb8E2#SeybܦZ#Om3~D*?mIROuǺҢ7{죟cӯaJ=H zGRiC]Ow?ia3֎ %Ο ӂj!]fRz3Ҿ=-2i{{3^֜3:?:oWJL,ztK)Ҧ|z$~Lܩ#iy&ؑQ$jx7*z/S''R?jyiw+x$tޏՓ^'~Xcَ1{'j۶ߦ}ɓ׌r#ɱz8ڠyt'gkQ*s2w.NՙOl LpZ腰9%`:!7W晐Q=wL0(}ŘSo<}Xo=]הs=*D' } Hpk̍23S{;vgy!@36@_rˇY@\R sTk?z(׋>rz_ƏΈpw-7ͭמWсՍ{](w{j}c>5u}ͤEy:$ǭ&/M)}ύF;/_[gw@>C?dgK[O/_pX^<ʏdžuChD?m-?vOlJn?7x3Kf{t c]8|zsgjo|gّLJ&8@/`Ww,? ;@ gtO<(yD.*4$5e.}#Un|[ҾH_sF_tdBSv|qGĭɜG"#=.@Pt[1Ę]=V? ky)Akoq+iienEqIÙat~EDiDǒBecQګOK_z[3鞐i3'~$b8?\oO'zNprѫE)le[r:Jx܊=[0= X0=hp]uFvçAMvo{v$57%cwY_ g$gV3{h vBwЏ=j?GR%?Jcqޛī7~R.[/e&oA؎Yؿ㚞Px_g&LAk T{yo}{0䏟1aY6.3T`Β;0}?g.7@=L`FVgG(=K]c |z%?= HDrO']O= dވ{EzZouQ[e`f#8sdߌ?'7@wG5懱FYGR{'v%ǍCq]7vX}h9Z6o/,=诟!y ܐ3WԢ8tꨚ[bNG9G7D/Ǟ`L~TՖc\?wSq:"*~Ժ؎1d-QKNi_V{㏷v ݾT=LV j?:o?DL`GKGy툣;-7{&%04IuL(_a֍XqrWK]Rc>ejTkt#$ḣ8<O|zuI Ggc7h} Xv&@2rC?Hw4w5J@7U{(]IG}4 `$q~Sr(WwOemFÞF<6/ՊܱhA\zl-wg,3slE}|2 ?vnxoOQ ~:}y3HFˎ&Oz3> v $χKɜOw/6S#HSw b/>7~}.W1_쨿+̘ ɓ֭r= }>3ɓ*$>_Q3tGq#JmlLa6r 5 v-g&0qGk= <(40{YuҶ|`~g8? q}Ey[!|X;mǏ<8 3[ r$xi#NDBkMf(Nkf>rzx[l ڿ^X%+ClǛ `c(>yGU9N$/LMō%BDKH=kE<\;Iff{QA->ƴRH#:Fv` KzK8 =@q5g?'3@'h8FR#ϫ'!p[{^ǜF޻"?l.Ld֌|S2Er}) F=o2"DL~%+AKnUbvBMkQݛD/;=j}n;sX_ ,yVhc}$~S+p#3]__d6_EvoJD뛰_g/re޴#&pKF-fix;7@~; VqOp?xjbcfXcAm%IƱϨ8 NIy]w7os20J>.M#鷶?ۖr6Dz&}^e`= F'բW:+7k%X vA3l ~¾˾˭d,`W+2(J:]o="|F#}jeMCd#22x\䏤LO"@upyrYX$(|p_۟nܐu~oC\[6IoE,ͣ?#Qia '̛۪-xh[RLch&_ݐ?NB97ݓCme:`m8W%-^{a@U]_mz+Cvu g|7{r3πy|Fi0ZIJ[A2^Nnv](XE!uqw#BJN;~XY9}n}HFw $XdgpϗL$$O\=oqjsJV# ]-bqӧ"h}QxTޟɏQR; СPm! {oq@})o%)9[;OFm:ŤχH_7^yNO w$Xu͵Rs?:GYӗ3lU^}&@J"P \m_M_i6S?O<ՋV s7W`5ْ~k75=̳Zze88@Ɵ7 c6&[8@2ɉ/lxLYetMϰ9΄zpIܿ Q@>g{o.~bc'~u ~6'u߽ )Iw8qJJ8Ϳm.|e/ԓz]#F{Ʃzvff 7W}/=-K\κ7qv&Ȏcn%yD;DZ 8Co. ;o6e *uT׵P[AޢjZ]qcr`n>>ӂSIky(5O\/eF &`mZ*6)d=_|Y=Xx}``PL֗K&j{3Ju$,x:ڴ>Ҹ=I:9=&X ԯdG=WM=7ý7k3|p(mjv983%Tߪкmu>ϔ̼T{|Q}p\}]/ts~Ou_]OݛYn*:aTUP;Yyd\ZG05ӑE'ljLsXh" R O?{H;L"M_"jDtKXF sڛJgQM] 4ol}KV>*Qj,yvHgH4yJmvi_;!#Ygy@NE z^QuN\΍t(3%<l|QVLHF>ޞmRg_{-YӽHw:C G;q[=~%=$Y9=.!y'1|]tjK ҟKUY@ёNb18;[=m{j_t~Y56tAn\-RjOΎŦ}oBKMq6h >/?@2_*( ۻ Zxpc~?7ḻ+~n'*F I֢H~qc]1jn֝_s1g'R;yTs |&tjg PuWAO=*o[pAqpCk1z+L;ܳp<0x8U!:^e߯[8ncaBIF7N6wUNžjh}y+O»1%m&oH. |ٞ:݁~U<8 Ht3gm_(yˎ ~ l| <2_ց8-B uwDhIFl)Mh[Vy_Ѿ=brݼCqkt?E_2Y+WLȳq-<$^z~`=tP'OO?x7Ͼ^&E1qt\bJC܇}5@k܃wKs|$xvxtN=Q<})Lr]5m 1y: Σz)>=~ <* 'eg/eQoҰNq耢H3!'.R:%bqu u=o=]#dAd`z?7ƚ}nh>fLuDh`焑ݳзE}"oTE|F;WFO#6?TvԿ\0 }G/xcE3 㚂LN>Y)±;űnpURn8qwTYy/6Oye&@`ߠ@;Dfp%f;|&Mv#?g.<z?v5T@ @G FKcdZ]<ͯSnEuI]pڠ sl,w`v gPA|Zg(ٷ]s%WP @FE`ܫFU@ @$pgg )eC @x}}%k՗H  @@kdab7 @6 @0  @!x ﶇ <+aչ2},V݋ &Pd!k{љt>~ jog#CPBhxRH}R0eD-{{3əiq  @~gʡ|ޙ>!}m<R.>p.+NȍϏWmu7c\[g^zni1lL*?}+Nܾ}/j[5oӒŒ  L+m!r!@U(/ ~ {u2jpQҫ|c.<:Inh|Ϲx;4e]UDsMZ kT-&Ψ%+GJe,qM5_HW_ cέ'N.۱vt6{EL: <@ W ;@ aS@'!@l[mPjanFє7~˓Ͻb{1ГG?mgE~|}$lDQW#q(ík> ?j~VLGzH{R(J*+qƏ Վ x7]h-p j]_ Wn4ׇ,nȷ~i{v簧Ys]g$ @ pc{ʅ9c n!@Jd3=QFxg'E҆1}!mf j8z׮%fT~2%!@*(8}k&JGBT*y+ÍV$.KųͰq`5K_^^TI,שfJ~jJH@&@L23F_m3u-4P.Ҋ"\FY32U*4 KJouj~qW2r[_)][ch6 w觟t,|~+5P!\@H!%.Z&% qg]RlK!Z~g$Đҟ\{[x%NI2 GA,8f!#==X_ M5 wQfmȨ魫Q\2w7vMn>ՈZj)|t2]%?7} Ԟ@(̏ 23VS3 dY _g\4q~{KHGDѯniIp|YR#vC"I"B5ͶwRxsgk^~~TlH2 *jZ|duoNW u`0\@@h|R:8'z% @ P@a=`@ TL@5~ӱ}lPH%$ @F+g !N~x-I;yj@F @@i:CwIS Pi$ @@MqE]&K?mzvd?/.0{'3R;EޱQ.iA-ney,c)tF*@N݋ \|4M7se@.2Xnw)z,/w=^19@{KFeb.^i|硽,4.4.\~#4޹T$o> /: @{! 'ξvwȤQ4==: M=d"v߶ixyK%0m”9qa7k\zr޼܂?2HFY/Lz7C /ݯ>> X齿b|wd2@y '۟GEwkgN{^mv6=\aҹݾްrNH,K&S=r[^%R4ݦL"MwoFJ_ߓolKb4I5%f;VP~B SA[8)WRUtB|K TAh[{x^M ;W6 #f6c>-n Gk6ˋݖ,_}Zvv~Tz csu4M7=~7D+| 3yIt=v"~ұ]jܱmѽh^.I4|Ul>K:[cYR?|^&F|MBs'O~}O9)_޻֥ ~J@o[~?Wr[?(6(LK>5dM!ٺTy$U)e=mW,r[R%xEYnnjs /\{WfE[<n} ~3ωg&-3RJ]y0ƜG+7<ޜ|*LzR2?̱q5u:[}%vu vG1KǒwK?|tBu0wOY\fu^B{k pFD{kfE2XiYP*h`,{\ @:zP}~+aIoe(W(<>o{Go0TiB*ͯhfDzg^t].wEDhhI wA;t}'7nb7~*Lu8SO ]~I!I_V>r3L8v,TEKmI!Qe棍rpNܑ`'~к|ԊV[w/^^+2l?𮹣!Q5 ңĩZ 픲LY^a[P 펜o!@`L$n,7W?7+ IN 8UC N2{((ZrL=+&\Od_~bQl2?8(9jI>R<ۗV>-Z9rFfɷo-hٍ9@SQp7ۜ'^8/[^\_j. 9VG?m8 m⭏U;|Jsl`ُ?_/7=vuxX}n~o͟K\9m`^;ФoN8 ~Df tP`jY-[R!NYMMeqrkF+Pܽ F<љ⦫+H([ m7}[Ν;rp_zc#:]t߅V PKo+Oe!Z~) 9O?ٵݣz$)Y(%Faeg0Dd坝`>@@$\Td+V8_>/5gɷ&u O„*x6| <=sӥrYaA]2b}bJpVEݗOAꁘ:*fԫ}hgm7^/>={<׊z_ƥgFܾں<{}\xƗ_pq{7ڽߞWg{M=5~ݺ#ޕGKa?H)WbIt7_-?ݥ.e.T_m"LqHqw1-l/M3ആJ~{H3C*+!؁ ae[;<4,uːFI@e>Ё9(ٲ2C;issm}uz`@ ŏCD71E ^+`G=le7ǃˋ-ӳo ꒉE| )3EFEAmTns ^ً8˹/wojK7r ̮=L?8Ow;䬵XxMrsoߌ5/X>0}ワW/D&ٿn]dߋȁ^kr˝RA'LL.foI&}ܿBv0 +7[zm!q>߽O&Ye+aE@Sh~ֻ+OѦC;V*~CvIO_Sp*E@JYov/!k}#J 4|֡yqtr7_F{vii|]ƹ L^F@{-i#35^V^F L~A՞8XtͮrX[?>bP|qb1">҇AҀ벗_4~?ʹwn4n񊩣LSX|3[_x-d,YT,A9hY>okl*yOy@~;BԌ4 0RW&'unJtT𒪿f?* V;.#@'\i_GQ#rrqXysaa_ϗtM.t; h\.9#}g2"uMejNDNQ%:Y^U˧ˇueK&b ړ쨿6߶cZOݻ~V*|ܖ>lv %Q@7v4zCϘ דl]~ue勎/Yh|l/1i~>VGs-xM3SwݖI~K vT*]fx>}|+S%&G *+קV]_Qq7Btgq1  @nD`- ? eX()y ']4\T ^ˏ}8D/ ?3*V3td/(h$at~bq]¸+KɱA4v徭kHYpguvdG,Nߞ8z ?~'2$:z㲟De38zC?zÍVt9g?޺&h?>\^?x3?t'hg&eٖnK[?]I䦹O o ?vE~Q%)X/ljP仳.Ha ::;IdBǒ~./|pυ" 0O6a˱ Z^2GceYwȯ,=iGpvf^\zeݯ]\LRQ+0S/n¤s:Kᜟ,r&՟V?q6T:ڻj>.\~78٥{ԟT}l:bʗ_21WqFq~saFK1togKbBI2Retpy>zF@ũ'_a_G/]*^tTׄ^}/CY>3?wYc`膬֥_]䚞MNoL>Vۇ 07jtVz[v9tPAG#( Ur"(9_-ʍM3 //(o%h|p#ͷs ڿuxiuu2u %#L!OvDqZD}E{,rE]_u */L+~n}]쾛%Ũͅy0n%=g!3~s#g3anbfϗ 5s8: G2soXsʤCK0/(|4 8P  #`\~?I]U ,!;keؾ>{F}/UDoț}:^A 蠺6e㻏@^2G^ɻ _;~?S]rU Hw3[UlncwWCج e]eYWmʧ/#?ekx_[gaXmAeDgڽ6 J۠H[}ByaوF|t~ COcΙij>PȦ_Ԯ5xY\wc_^%b2o4ޭziKTҜ 0aY&s:x4`CJ}*7F71nrI,Ј N$f!I"x[}Zs^1WT*&${ #T-[y: [q6*NKZ{&BFem LC|$ 51Ie7}=qZ*_|km (k. P7RgU̝{l:l'ŵ;,!;jk_M7s F$?yu ۾o=rdEFHH @r2|<2lաp`{].o.`2/'t-_ )H@۷[[>{oAnTnnI?^R-n{-ney9Rێ @`{ڏO _7Sz8ݷբ}Ѳ7v?PY'C(`]Z|liT{?f =\(ڪCnCkЪUd/.N17o.6|O,b՗U`b$7@5nx~hggg v9Tw2\>t`X¨P"Lү l偺UN֟ K~=-[q[f}Ə0B{s! g$f; a1q4GRf؋0S'ev(rE8o?J7p&\8Fa :) pS~L"|i K @ 0;F< I#KM!@ 0dONnu]o6 Qk@ Ԙg;;⚬)=E#% @ P(em0ʡ% @jI@=Pp Z6#BA @p%W@ Ԓ@- @ P  j+ @D@^,Хd 15 B @w0*N @Pd`e( @& m a'?@ yA08 @ 1x @8`:eB @`Lνzu @  B`mRt[(Id @J_a @Ȉ~W+"  @JWl1J% @E߱ z@ @/xEb@ L6<~H@  !@ 0Lv!= @"/\$ @d0 @p @MdC @/xEb@ L6<~H@  !@ 0Lv!= @"/\$ @d0 @p @MdC @/xEb@ L6<~H@  !@ 0Lv!= @"/\$ @d0 @p @MdC @/xEb@ L6<~H@  !@ 0Lv!= @"/\$ @d0 @p @MdC @/xEb@ L6<~H@  !@ 0̝{\jk=ٵGz@@䇶Bk(Ci쾞K}uq` >@Б'5@`9==37z>ݽy˪^RƊE6q\)1N`H (4}tm2btzOgm>3z <B(= %FuD_0%[WK-瘽NynxԶ<ׇ߷+͕Vj[^PiJ`@I$ t$6|2R+*xFPu~<^NOihG−|4V'c`< ;ǧ)bo|:XգqPq>.VGZ&1tܔ' - G,Gr ixMݶ !+[5VJ[!7 mY,(evYFW&rϑ:C+  L6#:n ڭc|ƣv[GuXcwLg;:Iy²\J+C?% $[X]:,%#6@l yj6s =.7nxa?ħLe 8x!yj[c*m/dڴ"7kB+>:%u&PA6@0wH[vğku@F8Ǐ:տYlQms^ljh!3v.,m]\C#˫ހ-m.~y FKŃc? %1Yȡw">cGWD7 $ssCI陹+? x_GXw?7SbG%jGT )I߯u?3.( 0 ?_<Eל];/+[~rL~_a} ]cGÑo4l3}W= F nՉU0N˖ć5s[O跡ˣ^p\<-qI[ԑ/zԫRUn:QN|ƷHO:7m,ׯ|6Oo%z'IT 0D/ss泓7@?(wvwn9"c`6GZcG7SF,{`~9d²ghv^Q OfPt- ++@'WaLD3!$ ԜRf27@ownƳ֍K{VC_]{KNF\l|ޝ6ܒ[m/4|]έ蛍C[L%?[ۻݐ<++rFゾ(? m-w7=p}uZS1Ejs[=_m`@~fO.߮Hs?ȧ&ʏ٧Sn&FƟe(pq|1'~ȟ1Bɢ1J" @ 3oFE 3U]y^Wq#=dFJݯhw)qb̃1CǖL&O4;]'ev|Ut{vDV޾b4ל7|ߟ]4b8zNQ*@!1sV lRٲ9?@2!j?-Hae2?#]; 5˄; Ջ@i @`2 $.j{q7MEuol ;7)DZ$s̙N|a0QĈ#5]1Y=t \w(ktZ({@.0n]~B@vBF6*>ܚBq[Rq5猂ZRZ@|Of>0! s⌒ЗȦmٷxx _ţ=$ZC߱ހ-``4?]}h{ՉLĿDHғ0+>yKYMo՜ Yg37W/||T{p}@Wߡ! P0\@3E$(, {ǿh_7^_.P/ @` t5}2vooΒ ߐ%9^7ReWL磉:hNMf[Y>Yh疌ރԊ~ ~d-cX{@rod}aEmu|[_}_[ڮW(OVz2+2@E5?%oW5J (.agEJ@@wT9-\_{wnzOYzZl:IN 9jrK(ۘ_a1e,98\=R* ~HJP  @(4g~?@[Y2֧ncxŐԒKܚgd__Bk7cM^-^[/l]":ao+0z"7@H@@b4f~gdbW2]_N~enfB62k>ؿb~:Z#/Gȟ g Ӷf)c=4-~D`FK0 !@ ?P`G @`V 0+'r_D%(A0E| @2h0`J'1J* <+RB&7xN`*|o0*j \Qs- @Z2_r׷Պ@a @d2dTfƤ @M`۟C  kp @ 00f= @ @,S 0|@fjL @K NN2 Bf{J!UM)V+c/ f\@Pi*ܯlfv5MH ` @3CO5-+50gǕ q| inMs~8ȟv[pl P'ȕ3C`fBtXk^j1퍦Zk>2cOn: [vuOVd7Z׏.LQ1}5_H<0f8 L6U]H|W2-/o|w6^tͭQpmх!1}53}'-\VG: @-_&e׍g[ٱ_8Z)m~quU~͂ҕ[7MW.AKWNojO5VzikdcQ#aB$x}}lV 0e[Kf"KqpOsts{ݛG2:BOIʵN.3D-~K';Cr u~m.)| ܧ9 RD Qe3ua씦g$W0 Z5@ Б@f̚?j/k4ؿZ *|B`( 0CΝ]\qyU|>I@OD5OPB<@@9Gpܩ~ugKOVaP!ܑd=wsLIq@T~S* ˟S4[>dxs#."|.uTZv4z*AJNoYkfQR, {ڼ~93eTHx*C;1Fb @5 <+[/D-6K0o Aܑť17K[?V6oF Y[{XlkWŇQ.^P<CD`O 0?>vdUmniPwuQ}%pk/Q$/ h~[Ú;|..zщfD?Kn?֖htyve/4cw|;sZkϨ[}r N_̓/\5LPFA$@rOwQ֏w}Z]MN3|%b6o6JR[mNJ if ~d=r0RtaeΨ6x[y!RL-FzkщghǶa5N\ yʅ %p98S;=Ud'XoM~4Gd5^Hn 0 mu+iI7.kFzviG7L&WwO`H ǖ S0 @`:XG n=hk<{|*5S"ڛ2\xߍ뷯\vQ=d.m<9U(%mʂ zε@+wO.l|Q1obƫ2ehЎj^սoPw`,ϼuȩ3ֿ]bS5d1z{c錦xb7<C90ƂB!@` z#Qtpj;Џ\YB0+nkQ wZKQfOkl}8=/2 5kF?p* | <EE`Yf@U/-TY_[Ty?6a{z|'Uzk E`f\@1leN7}:_I-PX:='@sd0L &yAjOqySj/~,`~ؾp ?=1q &A P+dO׊oWaLN[K0- %PRW@5_ tZ5Vނ@ia@] l Ty<aE5j D :E+~TѣTAuyb6eA Е@{z"S@zLBx&c`Lz "? @64]h8WW @ulSNSpz+~*RԵu @[|= Й@ک~%_sLSJڥ{ { 2<ނqX}&|%ogVEO@8ۗp$Z6OFor&Bs.(ytss+/<\ kWŀ Bq bm@FNȑ@ !%;wZhaF om[K_Oi}>I.>O82i|cg ۛ;GӞKWoSoXN㍸B wuATSY@Bw IoAX Y}[˫GbIP}BYlnG!*hG5M{޼ Uv: 0M0-/Ovvn]~l . Sxkmp  LzwD~@Kx7޾r95Nyޔ2[\ذ[$ l(Sϻn]傒L@SM7/ C`L9pcfl.%jSoI~꼙twxW@ɥRu3PU J䙟Q<lhS<^F@Us ܹWϵ[\%,Ybw&*'T]QOIs-~=-3K`0 >6s{x}]p[ @0 0-';{'o *-8AS6 :P̺,z+s_;ؕNf` ~mDc#0 @PEPT frk˗")GVP_R<en@{# #&#WC F;7meVr[c[ eV97Ͳg+cSe⼙P9 0C`H,P,0 nv~esbY̒cD_57D"eybkL|F((WY@t3C`*g!8<(:G]xji,\L+n0czZ˻ԥj.&Րy1You@NJi^6MYxҟ T?l=R8na0L@ f3N=#k]>%uҾCN9G7o˯,7$ +ﯚ񟈙Ɨh1oȗ/"m{׼d|黅·cot-J"OvUqF*ucd:$Z(3 C#zǎ6G nuѮ K xŐl݉ Hhݤd5K!AGr|ۭee˥4٦Oü =~Պڻ`1IW*`[!@Ӎ9y9Y60[{C ֛+Ot o\cєnJ!e$FP˱+t7Ioa IoA  B@UPٵ`xl1rTߎǿlmL/TQ25Xh`ٺ 'ň2Lx&R"cLz "?E޽{ /gB@ K%UX eYe@+Z u/+"Oð52 ~zqz=MBH2{MCNQOLM$0 MF<-}9YHEo5*Dfn Xi-–5R2x̯#.3:hxp ÛJ@Y۷۲Doo}Ԓb||ʟ|@C1!Vt PI5"4@` ƯcwܑzrIJ|@tk[WO3z '3_4z- 0mtN']0MgD~ԅ@@C_z$U$X|dQ4{9#rF>g$J$ϺT9 @0}`[!P/QdFcWn։Nb]>Kǟ9.D4 0`[!P ~CxČ1 +vLvǽ QJ" LzGD~ԅ؋„pr-|{A|^7y K<0&u!`TmׁCb $G@Pc.D@Px&'`Lz "?jD ?gWJP')u_ Sg[ 8T #  $`қMz "?G xα Hྌ4P 9sc TUIdi`Rl|5`E`5hD<E`UyB`6 5@uN%H,;z^:8AC ֭S-գ1-e0h Bh p_1+x~{hrR]'\֘Sg{Gz f/ P'huY" : 0S_̀֕gt:n:?ueCB `Pq!3 1@HL+ۑ_;1Xοu}wZYQ/@K䶝J0- ]_w]Tgr#JDP_nץni"pssM(U]o<00k-vWU PB>L  Q@6 o0ۯ 9)GNVDA{KsscѹC%.}%̿3Jk5w6ڲN?ÊsR' C.d4lxӃ>R=@_g7ovn$R%y櫖oleղ0ɸw̍Ӊw&niL8نpm Q[5#c} ױü3 8uʄ@T*R3"x͖8uT/}Fj|(pbXӯD{䒞~]tz3ahR}o|D-"y&ҊlXF6\rزu!_h&ȥlo>BQVܶڗoq\VCcxeF,o矫.Ftvf~[2j M`x<>HhŠ(bfL+~kvL3|MTƩ#|e. })P0-0CIsfW-_LݻLʛ[#AYB DJ8z˭ g>mc⯏^u| d5|31g0xL9yk}APY$|QF_^Uef֍\7Em\>&s:1cu+}vPc> ނT-z&˧ KБrzc%e`ipo@ +sS& 35Md$n0})Q8+(@uMn 3LwYeP0MGNʸ[휩Z8ՁcQdw2Vr0~u J{uTHc^o̷@g FaԨ1SK@9զb01;M;̝=pcfbl.]btRO[zK",/?$$MNK.\ XZwej b+YJq8'{(٢/Hm6:(1^Kb6[3WUYA>aj0R싍kyf t1dt&MR|]|k/4 ګv}X <PD~@Ʃ#TGݟչPqBٮΧɜW^ 5iWVl%mLYl3X\2BB(cĂh4Y(vIap|umu"7N)0Ja" @`hDk\>0 ߥxm9Mzl;Esr[I { V*<"9|0Er!@`j NoƱ7x+*2t}eٚL.oUtڛˍ;qVʐ7÷ 0"W3†Uk|Hc ЊJ2 ( iڹ: 88u13Vw:d/klRi㤥mˬFϢʒbbVƎ#btR{3o:TONo[rd9rk]2tEuZdxj {bܫZW[ۭ=d¥  m5ؼ#\~o_ "6 }fs{x}]p[ @@r"V= Ik1 @c%BCH @`vD~@ 0RxF0*J @`z D~@ 0RxF0*J @`z D~@ 0RxF0*J @`z D~@ 0RxF0*J @`z D~@ 0RxF0*J @`z D~@@FssK]Hva29)&o69]TSV'm9pcT @%v~նkjoїˌһ0`[!@!6Z9S#Uf#=5h@d,yŵWh 0Sd_ѩEUXtO륂&00}>JՒ:ֈҤܼ%n|nZ-w#R\]|pQ:f񕩲'Ru:PJۚNצ ` ww{ŷico'Xj(ItÂā(m^16A+AjӬ#*:ՎJ8:Ineu%:s? sv}{jܺ*_e{I\#UH&e>5=1fͩ1 @ M忷*]ߨڢCɥX3~/Vl~-VEotIS(fy!2Mmd;\L}c+5RrZFl%@2'FK`)  0BXE^1_Co"Jq2s+]q=˶\ ` @B@KH}]s%7LXN$s;}2ﰕI`V^6/CK|j`Hj `Lt!< @8(X4?X=Yc&9tM $3_ -F ?eC[ɭl^2\ΣSP{.@ܹWϵ[۠ ԑ+sѫ _\MCZU,V̠(?]k{  z;8zRoa>}-\6( 0A5((9 |CLP/)}`0FI @#%`_SrD`Bz{-` @@~ L @N-BN@    @&rB @`0, @L8|}LJe1& Ԃ^Z  @`@s䵠}+}9+3K#ϔW}1.W54AIgZlzCOS~KeW!Kn^U 93ғF(kSDu'zkz<Vd @B}]fe%R&8UI3Kw}fV'-5 qh2{$k?];tHbj~?(N)C_˅U*yBp_ohm$ٝ;w4'9(yUϖّ}!{L eɠ=f%0\@K`ݣHʰXź=o>dE"8^ZUL @@f]p~A zg/:EM3}>N*'ЩWN#`0 P'_E7n4SS_eiߠ@4~׭ [VؿL{oWP'n-< 0D6@ʈ<~T%i8PX84'н f?Q@en1p )%ߋoq*K?8.ý>͗]hq}tXcsja  L0P:x;skW* qJ 8@ ԩT4'_Sg!7sk]mm/ACU7v89WzYQ~=eu\/tzuUq H}F4=H륵saž/^]zc i*:ON>4=?)!PW$6i!0mTѢy0hT=_Y "O@ji kd(H '@`Ha>7\)pF.0eFI@љ04d@ @Pkr2zSmo>uc_KOM6ho:` PU / 0tuXI!a5` aπ@B͕g)7Ɨ)+͕aՉ| B0q h "Hkm| cd+:~h#&k As  01R{  Ѕ`sFҩd8_4n[Z?3yS\_EǯSmT܅W.=zj}D5Vi>Β  @`V `ZK'FZk[(.l8u'DM:]W" . o~j.v1F@jK`MstTxc;х'p-Zy/_xZl[ڢ @ `$ @G`Lm*{׍g[YS \5h[-VQy9H @ 06@tMSPe3`qM I6zik' 9z, R_h0>lu 11Bhpʀ @%0Yo-n.=N}c;μ7N\Z|Ñ՗a7W̜+͙Q{wq) ԖiFf=Ax@MM@5X LFk/KnAQ @Wɹ @`4g3E+ %5/B(M @#Py$S @@`Md}u @ 0H% @ P@9NHu~4D# @ P@IPI6p Q~2 -BVs  @] ` 8BC˓ P+) 00g22nOWsQ< @Pcn8M2 gv@&@ZXbd<-~z5@ I 0VA 0#" @@`ԩ5qC}^Hr@ %0Az3}1C I$0V aQ23ퟱ17C %0K]6 P @$i ޥ &@ 00FnUO}Hv6@ $P @ 0 0FъGpu @ 0H% @ P@9N @Tf @(G'RA @`*`LE3R @ #P @ 00 @(ljT @ SьT @`D*@ L hF*@ r0q" @T4# @@98  @SA`*J@ @ rHTO`n.bnw"J 0z3" 0GM`" @  2H@ )!0% I5 @ P@J @ @(C %@ @`J`LICR @ !Pi @ 0%0! @(C4 @SҐT @e̝{\jk]&5i 0v?ۙٺSq84=b\`WTA,>TFKޖKz ia$+*???e3Ճ- 0#L!J 6 P ;AC~z0==@ @'Bz"" z(wroݯ&^~MBOtk>[L/0@}L+He,@` FFg_9[^m/UOӀX;<}I<Rz*\-z&R _; %Ph\e>Hy #NΎmdޝ/^ c:1)_zyG 0x;R_.߃V+}Kz5-E(9I 8 xC 6dS?zl>xPt_ԑ~i^HՔkàQFTW;}Hi$ >mo3QLuy5֡l)"]/O)U#2ƣ-X&r%Y@:k@`dis:>w3rlΫ^+'gmo-MQ7jZ\&b}oݧZs.-Eg*]eKlqK\zK~m:{ȕK!@#0:֔4 `٘i,UٗvaFF|7옽O\QpXxl۟hHaIN86/6g*{?@RcKocތg*[w7H{?dzomg]/?3(f59?6Eל]QsC *Fc1c䩱عC8i,<kٵ-sv[EWɹdl^m;F3u #ؼy!Ս_"7~|ՏQU+qgr6I6@( `6eMǡ眼46_bп8pVQ͇(ұ;r)栱OlȟsogqRΏ}V6u_>lYlY^=b> 2cZ tPsao.:|H\~"||a#0_ }C~fWY~怮LHdIE`kzTC:X7@tkYs;|-CBW7o]1o.6u/sZs7Qݺڹ%*oNX h]A+ލv%CrɆZzqow̹ݝ >ÐLc3g ^ks [ξ_#P2 Y'0=7 WκU7/J?޻W@{xFqNtOj4~>{< 2qDO9^ɯ≶>}=zZ7G!R_,<E<2~Yefw*@|W,-̙Մ=?]zDLPc@h`3L7$X@CX߿xT|7hujGdlf; 3o͊Ul ͦZqY{t@y*@ EEPpHV4*\1 H{_JS>'3t$   sb| dS@; 9ۺޖ[5ra@~^o@ܨ>ހnݽg2|Fɽq yms}9?"YfL[2qCKN  xOdd4dѨkPU;vCV,evF_-K 8 v}wen0'e2)%yԜ~gy8d<wڟWmcYO2ݒfsM{[ Ѕd3=3! @`󭫭rRG |նg_9+27^njf4r8n>~@~f*&\+Ӯlςոv9=&|C歝ڷ]|qza¼LFf9?s402.ZӴǠg3B0Ҧj^JsC2LߥkzmL)%ڷ4/wnN m.}e.z{6 P?~l.?y}A&jXGd0lZ9m8CwyVPX=/=dj8<=#(CK魻_ОQ Z36PwjʱyZ {`0P =x*wTuxӏ}%Оg'! %@O@iPƜ4vh`=S3 ySVNޟ_itK{V .fl;7؈i'$अ0A(0 x`\8]|Լ43?; a`5$f=5 ŒP5:@ڝ@}!0J"!'7$lb8.p2_.mPD@M`Ԥ!c: [\su\ٽU_u^pJ`T݈UϋJ?fՇU}ɢ@=0!c<\z粕j8ք!@K`zۖUO^\oyo: K8txxHw9R{n/Rze4podJ L ikQ3ZT_7=l Gݯݻ+ jƀ9^\Z~/[Wo.r&Uz(hEMӣ ጶ)  050)%[DIiV`^Fsq%3`~eQ_%q`0b:1,m{a9m3ϛR;SX7:  G*#z'^!dnyt^b8H@0`;qt_ ;7:}mFғ &o߱cFTuo ?^:~7*U0bPO̻L4*A 0L-' ;=cdo9Olh?qOv T} e8d_~![~q0M'bJˤ?\KC_"^3ە @SG`Ꚕ @ ㆽe;>;?IlpB HUse*o5x !IQI9h_zGE{K?\w%*EZ<8OʙQv:U3_Ig/a.7շ3G"8e'-tS4 0턔&krP+E*Ӊ&-Jn~UC_yƺ[GI SJ.û̏ߎvo{g=DX _}I΢(3@k . @ 03`ޏև +^-%͵Zk?Ll'>tܾ֒wOo|n=܊l^f26]4^pz.w ==@&ג@*? p~o bpCkm.rF[~){{'~Ѳ'noa_$-3[ÉrfKNcxEg=/mpj  P_m$$ٵkgjR8Nc'nɟ.K׮n.qٗ\7X{eo||v3n{G.<ymq Ͻ?w=OMu*7"&ǥ "P  Н w e]u;|0~iQN_ֹ֕OcY Sn|oǙ|=s8utEfŵM9# 6  rɤ\7gdHj.-~tC @"-/zvYnO7_id<3]33wܒ)h?@V~P^U Nw=|v3CW @`P:$F<(#vOOYl)Ee t[W `.x 4 v- G|:nr,;};á#B  x xv?߹SZf{&. e/Hu"8Fhٯ:GB 'sk]mm-,>$Rm]s/w/7>".|4(j>{v}¹OVdg4=B\`WTA~]j^6^_ ia$+N_wwZү/ 7vOwhr` 'AtTH o4ۨ][NvnuuOehܼUߞx[8] X<+ܪnwp U WZr@ `ԿoEG7i]>xX3\>ScݎП$ƃ#_?'΄$*y{˕x}Jtf+@jL2{)Lܧeur(՛H_V"'P=cJ(Uy|Wnt?zt(Nux_-M<@nٷ|.҃7X=oRWb>9l^ fScoo>>>s.!&^%ތ>~Gob#?Z!hʀFL@\xbPjN x(G.~좀.]iyDq}q(ߋzqhVlRJ*>\q;WB^yȐK{P޾jkWw\w"&h'P?< 5*$P!\H?moG=D_9 d`6p ֈ-m`:gZ_8e:r 0 VB L@vS9 HTm7VDIQ$Fz(Nm4&-?j ѵ_$K/bo%N |bRB`f `lS)"`\TK>} @s?|i;W_9ސ(Gupd8dIY>ucgvm㇞!in冭8utSTȿ+`j,d̝{\jk= g;-ɧp-k6^_gv.aWYM;lx{^eX7!VWF &'ݫ&Gt@ K_bZu#gf2y=)M<@x aȬYG_//27`MB^H` !@("iP/ ` @T~h_+ih!Im`䮆UÕ\@Ud=Jk/ 󧸽KV{Ud=vɿ<3~rs`;L׀Uf|hj[a5(SUաvHc (]!MhxP@@)}yJz"=%ˌucqVp/[py9۹Ν3?;%4B$$(A2 YFQ:e|)ɱjao=tit5<}4cUˏ?e\Ǽit\6Kq o0F]eWע !P@<$@OJ&eZVI$G@@_,/1C 0:Zو;OcP$pssv-87{5fY dܮͭl3.^GwNkY#h&={!!0Mat!:ϭt&7?ך.ZbD)5g93R.39~tdMD'1 L?.Kw txjؙ@ 6^kdo(o 7vVbAęߡnthȩ: ?i]>Պ"Y<}FY;I!o|ɅP т4"P舵\[BWRNߍ:ܺiI{֕7ILtJ\K&cgL[[=`5^ؾp/_^=bj=l9 HRq˥O`z6PcU31Q_P4rͤ|đ.$F r;ύĽULU'^8V= II>lYM({eF|϶^M8{=ܺI7N1~{\flCɤ=mb˜Y|\7tV08Y35Uvg PU.I WJ5ra_` _2 ןrtK68y,N<7x\ )%P՛gJ?α/߈?)M͹8<=ƞF `J"MF6I3$,R Ks[7lwJAe$ZT ڕD|y>zcTd:nd`%+5}>zkdhCTL'nM>JDeF2` 1ػrc>k Fi(W&`$i%?oVL柷J?pmf^z[TN<G5[36@s]A)MCU!'<Y%SQ&: G1HuC 0 }ugqTP% 0HпJU%xE| ѝ&,U&TRRA^ ex᭍V&K*;?;oP}gc {F^#Xh3[wzVJV@^&i@Pe\.jK=_E#LQu4@j5ewBoug兩)ˡF\\_(I߱K @2LJ ?Fwa~_úx|/?t:d.nafKBq勫a@$@`?b0f@%AN},^2МX(ä|W*liYQ@SDTp ԕt~^g/ΏziQ8 43 [/+Ӽ6LOJWF$@&@P% g@O]G\m(vT_؉ P). L (z=~k_03K`Y~~7XP~87ݛC$;yO{V(?+ Aʜ[ht׽Q72FQ@#@u&0}. ?BQV'[>dg09Ƕ gj>h=F׫g y歋<ޞR 0&sx ߻S*m|7o3r3jta{[DaL"LE_>@Sx@{)n/ P7`44D3֟n @ pq#qq W4Y)2-U.5uB|ujps_AA5LH ԇx /U<};6OF/K륕eq|cgEGNmD7N~-Q Wiq]9T{UQ  Qo߹W WiLG֮mFc͍r`0M\&'eyn]8zl~SVgq Rc+ GFnB,5/Nd.)Pj&!< @ sk]mmˤ.F^,۫M{mWK_fYyueK r'OkM^:Q6FFko^jJ ?6TWKμzl7W-nm_7-I#AnbW<d/Kkq&@(y#W~ؒ|ےfuf\RQw*=3" HQ{dn_|EJQ mDI,b&g/GTѰ3X~B437ww 8ݺd$_ހYk @& gwzƿY߼ >0Ý+O0% ݌Ovc_&+&ц9ۭCI@ 0>6>оWUݗOc9X 9O>?>hc(XϹ6R?j_[R띭3\Ʌ-o E8&zEB  ?2/@k*UI2@~~>`'Sol4ݬxpj;pc?Tv ?jl -pd+nkQ,Kqп[ﴖ`2C 0F= 832/*zT#AuuR ~Ra>F?xa3 x/ȵfdL7O˷˾Uo<35?X:wㅷ6>[)~psg`WB/o x F] @` 'HIkko_c<jJ<v%Q&tKW,7N72_?aHqC;bC @ i t_l/b ȧ|%]u~pv{F\b+e H| M(̰ *I@ ?@Qo?} f!d@[H<,o 1 7>E NIP_]< AFGO鑱kKq s @`l-5)3 FO ӊ T>;$) @Y1d;-g4 :m/sRa(nxG s @@}]G6ꑓ&W'|yTt[Ϧ.;t$/ygf%$7_o}eu^6';zތf_B|Tk!0b&z۠< _2b筈L2RDO[/1 f_'1 L% ]/_/۞`x~}|O/]>ej!@SgR!<‘.HCn5gUZYktVy 1C| @C >j]ez0<>AU+t- 1+X2Yf  o]Bt6-l.up @/"h ^XϋǾL\'"{|UdW=&?A{D} g./S~/xUE_[ͪyf`˴;i @ Tn/Q@8 Qt%d_~ 5yGg/Cʗɪd_Ϲg{[K}̟ ~X.˟ ՕD7o ;BgsSGu}^Nxf=*م&֝ NUOkg! 3 @`(νzuJv6QUz2gL|Yì@@ؿ ru/Slϟ|ZWxǖS*{-k6^_gB>~(. A7c"ߩ̐CG& P~]b@zwAAm6G)E.T<*}ସ @`Tix@5Lg>|Ҿ4UiWTֽ鎉2!97 __RqT?B%$T moi8o;kf q\_?_"DgQi.˒USQ\U8+D˧~{>g%r99+:B\0FV\.] %Knn<ϪH;ʲFS#J Pos^=׺n%B[Ykr05Twwٷoz%J=iaǖS*u-k6^_gš>!ۣ3+|)%z#a;;ܱ"~2z燧ZnRz&K<[:.7`_ٓ( Ir<l!uof9"G@2zi%і)(1( ,&;pj;T+HrJ@SC`jL_|9r!zyj+n>v|֛3apFRžQ9Hzieע__~qwE>_kCV*~|9s!I$Il,{}hE 0+f|u+2Cx|oP2゘5%l%0"hA@8w+b ?3=qV ChB ԰[tޅ 0\L^PϞzTS2g:9K7oA Ԭ$g{AS)$TCC7~jGy"ti;JVqv4V-Mڋjb KV>G86{D &\N` WA@0*KNLDyw M0Cҽ"GmճFP Ѕ& Zwpu Gͮ~剦㸺7k=٪h_['7** PT#C^/z* ]X@P/@H`[ N@C3Qrf/!hiun4)H`)z lVA uj8@C 0d=`tx9m7F @WAUD A[gͶw Y模r*+8ŕ_}ݾs;{룖WSS3اē0ŝAS@` *L$0?d5ᔵh¿}}Ν(ڑ'3k\dߺ%ʧ9bקk @0.H5s&'$G_zxT`Erҟ+=<'A&CT9A}]ɌǮӭ/Xź|܏?s\lmʞ_I%@A' z R̫9\&ek"^ +쇞8@2X>e_bfхO{b<+I!9r @@SNBVt^&Ǩ y_3SsV5a gJN` ! Tzu8ْLtf[u_F%Hx 9>dOI9 F -Bg Po#$ A$;6ĵ]~ή(N͡:{Xm`Z|% QҦ,@# c˨$` D.j{u?!g#e4p'=@c'0&@Y1m'sve u&KP93eݚg'^z$ 0cNjA@Ee-_1+x~{+x]_c~OV72vB-j[@%K@r#$cMάǘ`޽{кRzFӯeCSSFU P5aN`H2a<vm`x\ xS*!@?Il; ]?e_J< s`+(|_`%r *`TA6hvɒ>) 0$ Udv2 @mM99oz0ga @ $@@M 蚉lH`NmA- -L"sd 0ʳ"%O/X`œip=5K_GQe@X `?6?>jT~NH^<_W{ P/j P[iG,LX$  p / @`̝{\jk56OQcQqlg%!.%wJ&'{湳#є5JTpV%^W+_+?:ݯCK&B2yu ԄP#dk2 pN 1*, N\{7T0|Vx*qx*K)NBe!$DZ?$m 3 0M05  tFo'KSV,A@0gL &@w>vj 1 NR HvI2KKU P YH@A`9ѺH9vy`"!זFN`H poW*d^7Q{~(`a @ 0 >F3`:@ @@@? @TP0UMe @ ]@ @`0`ڛB 8 T @`̝{\jk=[ @p\~od%Dx}}%k%d_\ӋH>!P  QeyW_ei ]#446M/i>!Pb @C Te/9/yKΉ@G{ev cM@Lӳw LUԬ$糯!I|IӭRL]Ju @ 7z 4ׁSO`ݔ" @D(?Z]5M6 )@uݔ!@t(?"o3} FzK+_RN=- @@Bh@ׁSO[!@t(?"ܩ^?=<(_RN=- @@.2 `9W*_RN=nr @Ap9](_RN=- @@N2 K{ԩu V!g@ 0ʏw(9ׁSO`:nKj@#P~D8/ðs׿|H9U L#{ofosk]mm~ik˷ӌnSc$ @SC@vI/+gC@O_g[_뀝0V+C "P~/JL o5j* @ Y#` Z/ @f\ӊg @0H @ PH@ ) MSPC@ x_ V74JU[QN 6]_Ġ^70/ ^ k<́ Kd3?;51|-IK2@ E7 ^tFVS+@Hs/ԵNw|(T"IOoUGrѾ^)h[J ]yV^70:0Cow6 ѽ=o? d4(~gꊅj _-.>Wn$.Cwт9D/m| m"G)T@ Xp(lL>#k؅mpaۻpm~>胦^օ5 b?B!A/B[}Ϝdef 2N9s|9߿g(޻v 6v}}s3/s w'Z:{RO4k^D`hOqfϕ߰=}GȿyDZa)̼*C-`52347f.d.v=B Qmd|^R~mгٲP*, 徬$I^#^b\'|RO\):.X4$U <-U~{;-堸eOu]** Kف\Wif>'VK3$e+ 0UYˬtv :ڍ,*E͊$J蹗r4WVZH?|rL=^k<{B}(\YAHIT(/Uyi0'ܛNAirqjeڅ7W,=P V)T `3$*y_H,&`5АvKw>J;?|@6J4ic!͂J]V2kʅHPwHkê H yI?^]nGصDqU_37r (EkMZg8&Ѩ1\uRkqv.vY[nlQ)[˗[emȦc/&g.ϾFbe}BVݛ@OyutE?hS] &Jt B+2XwUT?L^1T|Jf~ pbWv:F<:Mg^&p#گcvY5EHgi$V,D?굣uP<ݼ,8 n8y1iI7;Q |BOzNq$Yr#N9YE0J^'wʎU C|{6͞(\7 cWLDU M]MK̘!L P̤nO痧/(VA` ))XBtQJg.RT,#Hٿ7~.>V$XPF4 S2Zpj.j+cW[W0OG͡ E~keL/Tz4,+ecuʩf6U}}|bˬ?SlX|)7q6萢F"f4[V#6vut~Q^Vr1CX.!x2:? t[&XH-!~} !U;xqJzPgK4 P54 VEfsE$>\b_cJfnL-5X^D0O^ˌQnq7)+)5G#D]?˜ j`]ֱ}]4tܢm $v3h7 Cyh Y v"-Qo8oSc¤B[/04|=b,ng:9=}Z. 3יjL6΂McAAo/$l v`;| u[ôh?`sj +pkvR07=<"%I2j*ss Jč@czp#[|Q(bֳjip~_>>@m.͡yHPv暅e1 d^=&>7JeT~p0ʖZ Tt*J}|aI@ɠ&F-[dIqPsv_4QP/OA5zlZ[:]/f˔{)q}X'B .&vp\J }4E}k,DZq&r>3ʿSpTm-Ae"i HbAf51EHp,ph(t_Scbflqk$TEEƠM_pnI6:=+*mO$ =AZ&DQa 2U"a JW~A s 5 Vf +Hb?+*Sg?VU݁jDW-[RI**]W(W$D 04(L\V4t=֌0Q􎵀_Y rf ulSs Өpae^__gq;#f$ÇXcŹags׋ُIP}a;_~U,#LMIfφOF' יV-Һ [fk6L.gi-q1ޅ/3^0ټSr2_|IDAT£Lu_Ϋ ;4sD?$kӱ64 ;$aހMuwP? aEec ~$>8ؤNQ?ݪjW(Yk4&'3WS \pi.;O7#E}?к\9A&7;HV)|Pc6Ӿۅߋ͊F#;=$;׼ty4v `"0m~</Y_BdlM80ռiȒ8€H\rO^mv8q7ʢ@0"R1hB%ǿep}UHA]Aui Wە{@v/ƢAFٰ|䀆lJm 8 0-mS) Zl6u[8 @Z@/Cm5܊N=yJeavjRRr(!t<௿ObIb;@U#<\f6fI;5k}= YP,$>m=vm^FNQ2 %^ked#@bc07sslaJ6T,A;lNNXAbp5(4=j t ![A&5L'Hfkl|Wj3<eO93. #ohcYj`l-NV⮹4~5Zݒ``~ lhpWs_h ~UNäDZACi \CDT9V.Oo_k0߸i`LGMLb5o C`9&Q# ~Az3 4O 5 *U]~`Њ6aZ>"jx+AC{TyjZcrJ k=\}ͪ$j ;MM~~ NCm2=u5 r w.jwUϯs-rf^\AeiPC zzz\UkQ(K ̀aX/"߇OS'|:68 :t<ӺHH^= 2l󛎟 V [9Figi7K @:kP~8` <7'  G)@A<@#A{Od,>gGE, ^z$<W=H$0r0}Y85 pOO[aƺ&2@ E - {KHU"Ibl06% OM~wlVpi %R qw9i;oߺDgLd}|W܈ >)ncb?^)rmLQCBW ⽜^@'7 _D*,!r&#ƽ3al ~R#5;r#o@{f=+[X) OLOTץl CBJ+b|c2?!RITgFBg\e"Ͻ;V|O4EwolA\F ܼA.d#}a]A&z.J[ʙ经wV_ ?>yI!l 8UwLX|-͛2ﺁD돽}u%3]㮱 *|64;O"'obb*YYmFBP_%g`%`MW@˰s$ qGr!egN{%>)~T6{48Qads~c]: knԘ^녤zDotŷI]|;4 djq`]ƺON4uY>u'^G᳍᥍h_X;O?n+_<~\]3xC/#zCK | :1>=}ZJH\UnĦoM)'n$8%ƿ~=uoL=1Mo:)g7|SExе0Xf  ͗\ @O.c+dp!\Z=Yd*Q\*)N-] @c @5ckxе<tt-#rAZ :8Ek 3^^ v~(2`?@c}TI.hTv/ ͦ:dA~V\L=#9ѳaN{v{>#ϓ~pD?IKÿu|ߋ5'>oW~pz`_I3O0tcAiW{6zcoGtS[M!cf?ٵD:BH|8#.q zٯC0rLGc&H3c&{YxQk~:N^~z-W~NOwhۻϿW#-v8eT\11;R֝*ṡ`w/"-۬1lRήi{=F+3~RϹ;^b*Eoo}e[xŻ7o_b_k1 ~t8ף_'c 5|b̫OV(k16ul6\G{ی Cf}`~o]<{Ts=!>z%ܑZL WoZ{ѝTNQ`dI9a^މ#I%jN'޵%䜴$>;>뙤;;.3C4ξG{˞=H)GOǻ^ѕi~#uF?yG%`WjQ7sJ{ܿٚ@|z¹}WQPN9 Y+5snV^O=:RH.f P<RX>He~z7.=;UG<=9<}!o1^kWi} zYB˂!b@'hcB+.>6 MOҕjzպ#߹tǸnZ+LnmvY6Z12ldi+W>b`Z3fȾC;C캋,wIyKNϑVZB] ']ݭ0FNЇ#Mo <A nM6\lF{j>Z"`g|ӳG!+I<6!wծ9a :\ϸERAO DS> }Zf$~u }~{#ۿZ1>'O #'nIT:ptecm)8[βw[WuUg\s)~ğu~gл~)̾cKK\4yH{:ChCGm7 Z;ڪy.v +GϹG76N~XE3l*Vp?Ч#'/ ~[l''LT()#ۿ6ζ7 wE/-,ԏ2%~ޛq_˺c~>%ȶ띡<I>} 8,fx.r﷈=MC1 !}%d 7&4v Gc+2㡉UHo9ZktUKMRf(W)_?O,[,o@h5~ՅzP4ֳ.c=+!r%!r^;ԥ7ic3WF5$lZAb6]-7uVOܸ/5T{9~W7s=ݑN!tdX8&''1{BDO=QV|KoM/}_k3#1}׹fldXcW/kL^)  qO(('$-2O u?^ъm,8Ct2qqEe1} * C?<7NGn,F4 [E.﮵nD)U8HTODNMQ̾GlWҹ}|̽;x&=b&S+'g=bdٽο OPMkS˛[+;_^ا g?Z~y.ѯ&H sVt<:PmhQsmhsx Ζ~ўx#Ul_"zH:=ez͌cE(9a8]Hl%;9n}}HvkLډzC69.qb}Ƕ~5c!z<6:2ш5ΈuFu4@},!ڱр"Eȱv8tE*͈ ptO0&=o qM~c=DD8H -9?GSqs3Pd8k-sF2~ioz/#vlͼ3B"?rF9}c3q>6 ODF0؍fDz z+K}_@_rPQ}훻8)ѥwZ!ͼs[;z2iǞԙCw9c/woCfܺwr3ܧ,3ǃ{g@gE35cLGZ\Y|'{ m0ݶ8ϋ䕨-1+^9Ap1Mt9Caz$YϨDsp@VTпጟ`8H*9t-͹=9{x`GfW !)?(VGz1ǣ}{y:ZB44㿆c/944`e|YHI':J&xiQF{dƹާnya3JÜMbaM_j 6:|ohm[7V<`?Ψpdž6cix3qR;Yv^s.Sդ䃧90gt77@Z=`cבo=!-w 䨠>Ν*۱^=|R?ɻJjX |t>$[a}} -aܿ `+q2]`fEHe2\t$+] [lj=@E/aW+؀Ñ'*cgbG3Ɂ!OMWW?uޕ}nW UwLMܱ۷Us-|n\q_͹!1Ag V{Eu+oV5KE-.ip}V&pc`r.usu{Epǰl:҂x3VR=+Qؘ`:k%zbTGꈍ} CX@mXv\>"g k}{؏oKGk}L[pl8+GE+{0ױ7 ƤYѺ c#6|T&ey{Tzas'YBz{iG>fpe,A]:6 zk;Uqu΃Vul컾Dww*]gz]粹[y> m>zY^~&.97"Ain^̐Ы޳+{ =+1xJ1lj{PO7BΦ>m`36}:GǍ]fǶ܁X rm$3Xo۱PfEظuW sfǂ#}Ƭc#•H*cyL c{B+]gŹKO>ڴ[$$:("2/:̌`- =ߺ}Y'eޯ9k{Nu闼^h d |?~{щ_WpI^x{'e b{4!RC _ io{OZɼj7?q{ߓ`,VGk{Gy}S͍[Oؿ9"rlBsi.n?\_H_Ƣ?qlY4>#wi<Fˏ'ƾb~dO Oآ\{Uǟ?^ԘZY-TWox!fC@xk6^#3tߙXUx&I|>/ZOo ]BA x.}-?[MzZIƛ+{j+-x369(1? 領ރ(gc5Qں5GytͿ?ie(L=БتuWaʵG}Ͱ4WepmiI{&YpY=oVQY(Gzg@?2#?^ۘoP;cBgT&W3,U>Z/Sl$GR; Xj~WaLvPۭmG"O6d)gccO͸0;+FkU28`?/U:ֹ3Wv; *#^Չo4l }O5 arxC$o8>C=!Ⱥ'8wsOQzw] sɹWǿt^S:ׂHh=̕%2'x#C@&Bll'.-;3uĆ}:f{TuFNlwOڟT< wSee)e8yoՓun;x;E?׾K~/a+m-? '8}[^aO͊zYq5|%0 йC{VOt;w$gdrN21zK<G~}}L]ӝ 9?DV.FlOQeȒԔNj_k ׌|KFm"}}E-÷&*.,HģʭO` UV y|1ȃ# I#jډD{Owd8^Ч[eG_}/<*{[koP }?1ɛNpcSP੣N:1/NyDQSM9f>w?<+!SEZ7?1l$b[xxߞU}/;~vnSu@73;j_  \G-;'?`<߽k,~9n#Hn\cI L]j+̆ǎXdj꺯۔1멶"ZvG8<2N|vmZgZE܏9-`A,~k0 `Ա-@46U}؇J䏮hV?'v?zbf5 ~Ɏ us}'§wc<эTox*~'hΉق|Ύ21F~1cG3g?\Ǭ@ǶYĵ;A9bo].; 9ND;' Ǽ4s[z7Hlܯ4SX,N f3{3 }]=9DZ;`^Kbyj)םz{B|XѧO msxL{:'f3cʽFwp4g^V8C9Aɻz"?SE5m:@m6_#Q6o3tfc?3ӎ%w`oχW+i}?<!@3<6?1:>yFu#gCn/ͦu<Sx7.6rue+y}X{Bz:l=楟4N$9Oo>K?>#~oW>\(g/wE "Y^bw(8y7EsQ$_YK;ƒ3Y3ᘏ)H_[X pճF(Zg8ף._xvƿ߬'JlNF:z?r{ Ns ~dCuοvɮ+~4 "?^1Ux-=![hRpo4' z7pD ;ew>LOYfMc mt74Lb➖ ,ܩ 'iXOFH͌1`mN651h`3u :ɴWlSCqi=Ѹ5TCgU>3Y3t.Vj֊2,Hf-A=¼˼+\YӮP?l\Q@ѾyJ~ozT e߾ ;W*s.wU(IH#$e4@}*V.w%+JҽPYaԉs:WB~tiSyhMo6;sm5V ~zSҷɽ )hހzeĞ7ߗ "r_ZRLcsڡ dE/IL_ZsOۓݾ))C]r4>TU7uHN$_ 0+ހL3߇t>pm\_^Q=CV; Zx"{I":λMGk k*i7&ͱ~Ȓz'B#Z$>EiO:~ Ecv5c~fcstSz]UB"`t},F}XI=[+Bi$gps7׸7@oS&oG1n27ZLXt%4wp?gյ$9?c)>DS 3g8+D+9,jj|&>ی=67\o:ù[t=_/^ُO t[rc&&[竄huX$ܷCg3}Op9S0߹A=O s܎7@Gyh4ͨv:W~,C aՁ2Z]̍wVy5u\"Ju: FG^zcw uMOOez`CQܿdlfGe^#%K+s;˷о^?틒2|ӓ;-s-O3эrꟂTzG~zff,a?ͭ]d.qA[+~{WK,Ofv+{8qҍtU!1B]V >\UQ9d]›ŵ 'p/p՜x6XXUS77$;>NBXTg, <c1x6upmQkѽ7׬MQع?lo~DgFv2_=*@37:i y$_O=7#hЦ @Ƴ+gOj.2NF:SꜧF^~3a_msw?qB?tͬYw76:nTUO;PWՑ]hGy7513Nﳱu3|~vюKY5ˬ~Yzf[Ft2c˨aVcJzӚؙ(t=>> (\[=*Q^yƊ%t3bk?|D<6C4cî̑p,NYt|%{EVWNDg߹EoSx=:?3d]{݅V"n06#~7(lwwmJ0wL{alI;_hvJt9cʼ_3pb<ۿ}kX!M]l'$l`ʆj_VKj1&%FoÈΰ¸o }ɑ:]vU<  z gXhI 9hFbܣTʘ ߦ^Mv.{6]Y@"V]slw7~Bp=F~B#GVR X]f&@ЖhUҿr%+|=ʬ4,ojjqd÷9q@Fx.bWaTﵔP<.WPQgXy%m`S9KH0sz/o :0grKY>:?S'~Y4#G- @,'gR&'Ho1:t _/ޞB1a!(8S0KַCFketI{y托R۳0[p$ ׳{gGI Sź>otyCedϊyHq1 6]n*}ĹY":Dҩ f)'\;E@PkC=XwP7㤳?ZO9&m 瞠 #VXkFO\wt^1Hcߤavנ耬H,k`0R:.dR@P)ʍHo=2#N@lRQ=f>e}Ȳ^e7njT@|X#9Ǎ3=4 3EX@@ 4fGz1j! %.3:5KW/ڴU#k{Bf\slqKy瓑\MءTP9 Z>ʉz?7[\P =UL<fGAY+vw#+py;{ ?;Z&iHH¡@ǎ3rcy E Įt@ZL2⵺ys<ůS꓊ʱDGҠ 6[v0cɈOLY8{xLUEX @"0sUE9 @( Y_yǣeC @'p鍕'  DJ @_`LO@ @O`B @@`0@ @`|~KFpعM3}${? @(L K 驃2!V6yv6^ jߕR%+/2k2#=a.7 ʯٍO 6fg,@ 0(GNJd>ڔvf:Q.x$Q܍尒?;>,ih' p=g֥XtlͲ2|N}k{k |Lc>-X, @x0KXPڶjY"bmn"~n;߸3kV'Y:vֻY9Zi< ʺsѫV6DrږxiZ"M_\ [KxDeh[o=>߈7*Y` Z7xڻv;^8BaJA(mK~I ٍ*9 @L3֦HQP,X[n^ ÅƯB{yyk|vۘ\OFx-W/\ȸYBp.Gǯ.Vdc;=4;j{?~lۏz^Y?>}iEJ;}^i{ϯ gZD1RCt0iͫ0 zwV{pgwsCk$ @U{+Rb!@nN"|{W_T@d0$07HB|쉧T4V1xzoaVmҭWO%飥:-mZ>=Edto_tD!@fQ1ՋF#~DW>lyRDui?}v؁!iUWiuҵ8@ 1$P,(Ѱ 훴6\M3kS[ךki_DQu-]:Zf B I)֧ƝvhB{m.Zɭtkwetp/Yش6B8  HA$Ü-Nh₟_peg]RLotޅ(ȏ!FqULOwmhDPNK +?,-9y#Zg2gL`}.Mo^n|1ukH*&{-\~sM§^u-'+\H @@iνv.c5w3*l&Z/d@ &3tܟ0!LB@ Ԅm+2 95Z}V`{$_^-ne'Snn4?t9w!\xjp,ք#`Gc5=UY2B΂ a8ҩ=oRfoOw/wa~?Y^kOO(VB%!ش6He_?0XQ\o/>4GqHō[ΕdV,W$g@N{ޗȤ~k+o5kk?s*Y7;{Ÿ?MO/\bVV[B4;'z(3|M`í+\O{X}lv@ReY":}Dz޻ar8=?'wsٝ]bz P^tM7=~E-G|\ΙQuLjө~w4lΕc?Үܑ}_7¸w^pKd쬗T>K[cYRd.WmiT:i<77'AI.ThgB u&ڟdgW':Ȭl<)DYSH>9MDAB"ŬX/ 1Z"uo-MegȦ&7έOl ϟ@ ^WVH;I>wMWt_&);_f LzP2?׊q-QgtC8rE^ys߿m{ QuPK+Ǣo+b>Ju0uMYbм΅v';h 1ë1>`(-mϮ[f6MRZ#`Z=Q'^?<-[~:EN yevnv$AUهgEY|u{s]ՀJ[@ 7).ҭoQDA9o'}๣K~wMܭdƣ Q $@:.pn-zɑ[6DheO#]+q[z9a4\r0)D>ҮO܂ #q9-_n>h&;IU'qE}ߜEwll_r;6x8ino\^86:K:poN4:Ìa-Slpvon xN)r=nKW WqHTMoQT-AvJY,[ssK)49BH敠&?-=ļ٤-EN^mѝGTނp@M٣떣ZQLJT(*Ǎ!&̔T[yInDC E1ODdH@UǢ|{jǖ$V$̴eUJ*~lnn6Eh0 +;pǟeC@֖:68mI"ۚ|3ڒ(3FFAAuV|fp"zzb,>'j)̮M>>w/ 䬭-RWo{3CNz۾~ |yO[~n#67?/<߾vz; w>yƜOˇ~q/4@P"3g#gzzfËn_jz_q[G>1c)cdЋo_B;L syl$=,m^ob۵e=Y7T6͊ 0*Q?l}llDPhS١ $?xА͞Uה(HѹgDҏ,>XZo/MC[?/y9NźutLKے,7MeҟTҿd[!H[SC[8292˯2ۗ;T&jW BXd\EmO[-ڭ.QmA1"k'}NRW__vwwwb޵{Q&m[ztIY?^˿Z+K_Xm>EP[h#^|SnPuf \h*%Zr4X|_qSRCH/(kU)8q1Vi>NɯȺ#|=.u}X@'TےhNޑ7dt9n_ܴV "Aw9H&sӵi|t`~eNd7DT~Grp8o}u媱o~Mڸ|Єbwvkm_mJ+WԤst<⧜?.\e+-n[aV?BJ>v(|zw)q=~O/fq2i[Nouw؜DͦIyse ~;mMiS Ӣf/y+Ё,N r ,b9kpX־+12OJ;ץIJe1Ep_X^^ >(2.G,9W3 3IQQI0fȄm:=1-ʄ}yGR.i@$8:A+Sp f' ߝ|loe&wncOvޯ.=IX\xNNtM8O<o/ɶhέS?YI~wV9.~K"y?J[K=!wg\FHae $T"Kq _r\h7@#! k$cz@w 3j}_XdkC7<5eI_p|>gf.'Zm're;='K+ O3 $TG*޻Wy; XHl<ɭxSu밚kEqAe A^ت6ӱ?Ez̸:Ɣ/fɸ 矻5VOHMON82Z_ЏOMHtJP=&Z%+m]ӓ͜vIf ^>8um>+(էʸ:,V5a2ie3ቓ/ X7d.i =(9(jg鵁=\>$ QQW۵]9򭫲Ɏ{ܼЦZMūPTEAko4_o~ >@+7x7'==@ٷoͫ_:غ: 7D[ܟ:9mIT&և[wFmNԾHq/yn) 9ޙ+dm9*n33[\[?WO'}CߒL\1hcoeBeREYV|/ڋȽ5Sh5J b|gF,;gҫ?:U(V%D-xg̙#z=#[8t齕nnɛ}:@ Ƞ6eO@^2e'Zɻ2_;m[fퟲө-ʘ܂U EO7xب}*$_}PTi:qUTқvRtw2WC&/-EV63|/7UgAr:K J[}ByaوF|tv ՃO3١ߗ.d|߫9u eW#5kk_-?U@W7s^[ j4 @.|0|Nd'|Fs:Tq}ʍ/,3©ztI,ЈN$ B6Y,psǏ>'ehbRڒфI&/dMKyZa3>YwLbρe\_e+Yi#EZ7019YAF rvğ8e|Ǻu &kYj`[{DveJ*?_b5'A@Tu?#LjY\}63_?/.d|NSk bXYo}ր_UG i|œȟ?x[tm>"S#$X^ 9 >Lܺj)e-4خEg`˳Ae oRHY"b};nh{P_ %ܻ_vd-S\ez @D'^:y'~}8&b]VEzmonPY'C(,b9Y- W.j1TAN/](2'A*#\M⤡nJr7]k{ߕz]ʊ+Uڝ ) @`D8ϧ 1۞5'X;2 YN(?rs2gټ+L "]ߙp !@T**ZA@}8);Mu}mT@) @dppszR@ L'j,0[M'!Z @ xxNrFVUz@ @(F@"wl~(В  @$ ~[qZv# @p +B @Pj-T  @!0 @  䔌0nX@  J9: % @FA;(ʄ @@P6x @(|fzKW`C @X@  (S& @FD`[7[Ub!@ ~luݵg鍕'Q # @EHHOB !@ P/~W/R@ $Ы٢K2@ ԋ@z @@O @oxƻ= @z"'\$ @x0G!@ <="1 @ƛ?j@  !@ 0wQ{@ D@OH @ &`C @'xzEb@ 7< @=.C @`  @p @Mx @@O @oxƻ= @z"'\$ @x0G!@ <="1 @ƛ?j@  !@ 0wQ{@ D@OH @ &`C @'xzEb@ 7< @=.C @`  @p @Mx @@O @oxƻ= @z"'\$ @x0s󭛭xCL@C.!0NNrr}I+4@yQ@jiRK ]YHGRdbmde0](ѿ.[/DH0R@N Sxc٥"ߢ=I [v^!0%< =!ӓSRg  Ȑ{ z3^YG* p5BI7?@~Gtkh5|='&v6MU )r.6eF,i{_)M#VL",_As/;j@u!':@H~KKohDP-6ۍ-}"Xl+Q6[>h|t`V[[ӊ0mmO@hܿ|GL&Ԕ7O@&QNLX|X>ʶ@ET ;OaMԓ'Xn MɥE 0 @SA@C.M_d[j>5lϹ񨭒I[67>6_5>{L`;gidww#s El~8[vF|%P!!qR=RvR;zct uU m_٬>` 89{hSD=pη/7~DFuCK/.}|?-=xc 꿳ukGr |zݺ!_ s~ |*yW]FDB_V3-`:hEgΊFY"bw|wLY9Ꝉ7jT&T덊 H`@@Qct {v+'8v_1RvV] #,v?c7yvN5:Ɨs(@O'zHxVbkw>@|}HqQlA.m8st>!5/T|@O|X>~h?Fqȟ|rLN_@3 @4@}rW[bx-X U׍7 m'pMOo8#%G~m)ƋK6EȞ o> po~; {z46qGP& 0v,=ol lNֻǿh0WoywֶzɾK2EuǮc=n}*>E✜~{7S&sʔ]oےF% >ܘڀf| 9x0YBG92٥6gU"'عyRS숮“9i25O]8M>5 ysf7HKۨ' @DZV[|{XEjO|4v ⮙sWVZ-3t8}W8٦Tn9L~gzQlv.ějC:2Us {M1QJOpKi]zcE @]C 0 r#hDUUw U/wʙV\y7MʩՂrs|Ƭݻa$}VF> y7I}!c殼ivub;h&Ɍqu̕@M>W70w6(x[4] TD ?PQV,RM2j8S  L)@ӷ\*kHտ~HQOd';ԤХ>7hۣ黁](I7F]|#}kiP/3g kzWb @ S(~~ހL?@K^uK$=wiįO`YzBvw]iW9vw >w$$}*'}4w(E(U2@H ATj e#ժlȔQr=v|yuBğ)<Z~O,FSgtkQ9t+/K%Qw ؒ3 @+&kKLIQ @'xƩ)gz.2u (u@K 3Ma"+HjtԪ;  L[t&=`~ @ H oaWR%@ 0tb/L J@z# "[oPjET @@(%9A @PjET @@(%9A @PjET TE"=rPFI!@@}PRMPl!@8p~tq;3΀ @E -LVZ0K @@!Ǿ I1$0F!@ /~q @Ɛ vU @@P%y @` \[dVR ( @ 0uNruU|:@`^@\zce7 ' t%  @E ,NZa٩Оl-t? ƅ  I HKNҢs>"vXsɰwmTYMX>x&C{j @OH @(@Zdz=cmR"ONmNd5DŴDm5:­gflmq[544]hx?s`T%Oq) @IdvHfi(j·Rg~<;O[ 3hbOi["25eN2Y埕ӢҸ0$c- Xt Čqxg2wTIUjMJ̶fQ&i L5!][ug hQ0`JPSbuOXkLX@p;kQ־yC5<!V`p ЕI$d6?NS4$ӫPb@׵&EZadxMsQtJ:'ȿk_{X)pMXb P@c@ -wHY3b<9rg_VYVd6$QN͵2p+HwSkީ׆1 0.=E=!@`秎t7f*x7{R@X[v(1*0z @Y3cQg@ 0<QƼ> @ޙM(ӗDLTCH',R "&5 , LaOP&DNI PgV3ڝHosmsuɤ</(ݨtl"N: htt@F;*tJvv-Ίv1"iFi lMa4X oF 0A ^~{z~\MBЬrN!Jx6%m(O ռW!2%$5<Q0J @!`Äi}tV܊[O@hx5D[r @@6^(]^NNҵ6")m$&0¤x61LLWTM@%T& IS6MJ8%g斮֧Sq7L&tԔ,<3QƧ)G ӰS?@nD> @Gxz6QQ&;i jGokW-*@` 0ͽO!0(Go~A3<'9[]4[G9y{FzM?x@UTEԱWƅ1 ׮{ǖS &/5^,]HsLSJŗ0 ^Kr 0{RAq.y_91;הne gZ1՗Ko UJZ;˧[7N?63sg|̙p(0NwwsAL80VZQJCIFBo,}KZtBFW%n=B} @SA@iS jd~ڛBдA UmZr> 0\l qٹ3l 8u@M H,P6jA1ј0FUzUP:R29bmf"LYC*l!Ps:A t9(Jd$C`@ݺ9u@7澆xۇ_^4b( 1ܟg* @ g+;9aA(5@N@u07xUnE ޗH`R& @]zz@z" 2[SV@k[ @mA`, ?2/cY{* !`mdN|H ͪ1otp" t"M@]P;U^}FS,瓘Nm`+Ň &/% )-hH_zEk E%Xx|A${9";rDG$Iw$4R!2 ,W/&YPyt>: @Y$1q5 5_|o\g;'_:.m'5r ~I:@Dө,&/4_(/j8Lo1K,*sv{ǭ QZEB`즥PàөkX2(c}T5"{۟a?&6/r<-}SsF-*#ϩ-FfQ $M PlNf*WZ / K #AAxp|}g7!0*S ^_@`(@Hչԩ עt>8Ȍw`:@]4Ifο~uZ&0@`H^ xlU$G~6?CȱI=ӟ#Cjَf5ؘiwFǥ'P jнSWPK`,})޵."%Rl/k"K,)YHI`c^hzH~ HGMPuLW SϬ.#[s^: @ݺ?#Xp1/ +x~mHrP]]]Į(c ܌eP) Pi+rK~ MC{_a(QL`ooOE|QZ7ZPt^Ŷu~"h %qN3-HM\ѿHz}0luνC 0f$nGҢ 䧭*$k6f. Й1?xjWb%ˀl`]_yO{,N0Mkg!t=E5A9%B`2 H)9.Pߓ VA5<Q0J I" T?5lS{@@0PI5PFB!0Td6VAx&l @8 $ :b NXc@zaTu@yʅX𹞶'B !Ԇt*0 )" /p-M @`FWѱdL f6@<jkP-oJz3wV׶wk>A<c?QFL _wd @]TXol+, @ fʸ]Y IXS}7OZ]+҉xӃ TD鿢Q 1%@LIHr "gP. @lx&:NSoQW@x 0:R4/՞ @ B p%~e (O @>TGO &(CK @` _^cޙq @Ɩ v @@Pzg @[(cuT  @.d. :G?QK@ P"ӯilJ,FN`]@ @`\ VOۑ/=z⢿M9*N8> zWz}ѦDeӧ]F悛O\GɆGtw<h ol߹I,iN"gEIXЮ,3P||@c^b*O\<([<&z]N)'àkbB`FڵZSO@ AsCb l:<(e H.1=q?bߦ}9"qAӺOrO뉚%ȨV ~_".]/HzI#xe yI]v́dC"ޗ.ƊtEe3!Sg5UH>ϩNsD(-?W$уǞ?&)؞߯& L7J93!m`)/VNܘPͭ`HB:ŵDI(@} <33&!KЮ$>k 1NLZ ī\S|JtII&F\c)f"ˉ^;saw˜9cTC@{KZ)Qg+!=vodSD.䠲`ɓǥE9 +(1, .oy}Fy} gf[CQ&s'O\ߖ뗮:FuǩC{h߽޽}޾*)='jchwOZ}[TCc9"$ҿ~K]=aїĉ;nOI{l{g0.2}t/~:Pۻ%v @Q[|ʉ,}{~J"ɲ*}2MPДѹa~NYz&jf?8KkeĴ~h"vMt[-7  1Қ:1ܜcu|J&ϣ=PDׅd;WT)S?)LA@i$͸ h\zzB7o E%k+o!~( [7Wހڭ|T|605VMB5yn`v[o@jCC0uV^y&5 NJ~ &K z܎Cp&eĒRkA۠ypN3ՑeПjE g0'fJriP/ Xzv)_b4|'ؘ"|6l1o"6~? H[o}|&@k6lC X$td/҉5 gs%TNpVYHMB{ J Nì,9E(  ʔQ+6[ [븟Fu&@h}1{h;iksocGsk̽Gl)q|:XSxB@D@UK|u6(m qj2t K@qHF9( K⩃Q .jVW}w+"?">>  %J'Ǩ@aP%HDtzf<-}wန`QnQNQ ܣKKeD; /R٨wo#C;X= 9nY);"s#ͦP2'Yf!8wsTmpGyH@Y债%ӛҙ?5 FbV܊wwN}uR Ȼ @|}|٥ _YD#WӘzcv&\wV%,kfwoonnlMDGل+I^wU"&Șt2f2ģ]I͎bx6fBHvFD]hVН"wyJ`/@`Ugˀ֧/ $XPr۴KO :@&ג4z?o7W?tcwrxfyikeyxa˻s[dvsy±Hpu7Xz1'SGS_cgBSmeAug]y5|51@u6Jk޲+&LF:I]qOKmOOC唪@2=WP4Jҋ)^Xf)=k,q\/7 ;i9`KoL\+{|SE)|![DH--H2B}D.oD'B 3_xjI~9h#r= /(0N,8gsBg-L@@( L0{" HѶ7c":#Ohb B}_ =b t?]9.v9Q}m _FCő2| ɗ6-V5*@Nz[!^̏S<33sd &q$%D~?66;-QciDW_?k/Wvَv(W@} ~Vt[n(C#gu i"PKUh'uF+Z_QW˓蝌͕H[b[cpE?m=Oe{Ow2po~i"KA!tWT/# PS(5Su;zI=`-h{J懁IMG¨Z('a_5T$yƼ&ݼAd_;jNa8== LJ:SP㴉αG42L:#@43"'NtscˏC/Y_5ony(Q@~.~=A9*j}l[o]}?=KN sJn¤zbc?l\Vgq׮xm<S_-m gșC^?~y$~~M=wCSfI ]@ @4N/D:hեǮKdΣ⚚Er(KLO}`pD?o5_q4FTF ?Vƕ?Q40I"T˶kUwEI(L&~n.Np  @*(U:za['p-2M;^h~ˆx׮{ιY'ЀF1@&!czw'4?W v}I~O~=)[s3|t_o$gξ'f;ؾv[k͵Y26DT0&^ Nj K~$ ?@$0n9z+_b?^ky0ʥO,ނvB NEbxMALڅ}L~d_oK6eKw%~n?3?|3ͥG#[k܉JOc`E_BO6!':[GrvLP1@f(Uk7FGoJڏ׶0G3wO4M#|Y c𚕑\?~4Og C'kɾ ~~\gO<Ԓ-o_:j^֞?~FHE ?GwuZۯ[ORUe4L8b P#(UtƊ,'򾸽7WڗǶ;koz3Jyf _ 5 9$so~lfƟ=i-~@=^2<Tur_\_N;$yGXRZ7֚?:e7nǿd?>;IʙU9" &'t~ IԯO8'qZK߶!ypj5  @ P@e/V➲ʧ4>A8|2NHyiDԛ7bB*@?iw:A%^+znl•:W?|ѯFlZC5 u<;+jߺ' G|cnF%}o`g8:h7 ԛ @cEګo#hEև@Z_}GM +ӯQ'FPILUv,'u^Tԗ5+'%Tj!d\PtƖ @}UE|}_I2=zZI(p %П2#Mڏ~yYsG @`L C@w1Bu g#; @H^ hԫ  @(cK$ƠT @~P'k`a @ 0`u';1 1 `;H#; @H`Ľ&"ݤ*?푄F @`l Tue@bޔ@ 0P*FӾx[U0@ P]7S>g&oN$&Q @@ @ SO W @N`G @*(S4 @` L @SE`B L;ol֧xkE\wMKo#c,*>2~*.y閘zTBqXpe wW\* <( }%fՕwTF #П@Z@`P;_T{ܠ|@ @8"S: @L(e$/@' 0r(#*@vDL|*t7 u8ͅ P'mJ6r}t@@"0, @`xgu`fƄˎlGDy$諂FB`$)u!rdeQbRbwT7?u?}S)H'= r ˓ 0~L[@qUroT@7̂KO&!0=΅Pѭ25*7V4/WHXQ L d@``@ryCb%ּO9G`xlcIbɕ*%$%v)i3)Aǹ Cd@./qXT S4^Dd@@(#@`2 T,R\(mO)X qGI2Ai @PMYKu[\^1LWXW`[tU"B_6 TLbdNXr-8]6^\~7[\OԚ>VN L+iy +vB0%'M*p^\$) @(@ȷ:*8ȵa/'|΅ )$0N!Mx FxvRKd8xqSA{@@`$@="K,F,SbqoO-DAA94gF2@SB`J:fB(NeIQzqҋoPKD:s_V*e+$ a@6a31eRh]AÍz=K @yPԗ0՜R\m=Ȝsm( b*Ln ŋ*b5/S6`<$ TM PsKWx_:P  Ԅ @M:j@`K샊a5V% @\($7%U(qjA_0HB @) u$ Lf]i?ŕ5So{: #q5 T)K)SlD -|r/hVp. %0]O!% wMT:I:@%c@A@)(31D LIE@`x 4r^ z".C @` wQ{@ D'\$ @x9zk}A!0?ZxrQw䊾Ɗ=2`hz?dxĹsr,,,47cX.g@O[]LȠz"p+"Wb$ R(#@`ĕʚ%hS 0yL^"@I*[';_TUh0 !@@cF Ҟi;b| @`PF˟!%S}[≃4j i&0ͽO!! rǦƝ+0H &0G!l{ZqqVOlj;Pzztґ! P"% 0NX^\>>hoݺC`& d'@jne8P 9 0L#!CJYQqqZbV\\K Y9)5D/e 0$(CK'ˬ=QqC-Ncr_BUTʺ @`x@Pe4劋$5aa.-*b5Yr@`]Qa @rPd#j5Quj$os}t9 r ˓ 0!AD.a9W|YqN$p`W+S,:+Klc8U~j;&鲢-jHB 0zDaȬ9cY&R HBo{*gA6a&k\R;_+f ھ?Ԝ@@8A5V:ɸn9\,Nr*M` {*.0g{*7s$GZV @*^2bODJ)W鿔B72;ҏ]gufA=(>H @2( ԝ@=29ʔdPI6X:UkpW"+wҼiT4 P j8S Ə*]ݣK%Z/J9ͱA&C>}AM P;˩X!vsLLG2zJT'FR  0Pi5xڨݜ h85D?@H`{:C`&I,ZPۘ^RCaM*b@] tEDL |p!W2n<t@#!0 zک7Iƍ5j?3 N5Y P.ryƏH/SeN`؄0 *yB`lT,W\djq"|qrn֊ ' ԩ(  LT`B=U 0<(cKTj8)Bル-kv[AwC8$0 @N P ԌDK7Z$ME(@(ƉTjC5MWl!GE @'8 0NJm&r @%@( $@ @`̜|fk>@폷\okrE_zcz" 'ν~NxO+) @{Q?@D`z SYC(5!P:t|0O$3'j @`LRo֪-*qkUI*@yP@VNI""82@H'P݇ TPy27<%^KO(׾ }qX"4@ާ0arHWSflX_djD/!C1[&xbRB`j LmpDTL.rA] ?97>ڮ@}i 0 L!Pry!LUS#\ÿݭ_b'FC@}+#(uC/QGTH2UDqm~LX !0K݊ajͭ og@<}@a3};uaBxxiTèyB`\KOQO ;gʦx:\|Zg嶱C*ζ+щ%.Q|&z@>eua0!hC`: Lgj@`ؒk*Cd%U&sE'USl2CQS~&3L @`4@.d{a[d@JG]QE" L5N<0i2((՝4&P_aCZ@*P9FUTgCW=] 5gC`zLO_RF嘛眳"PL:+I@ ЧϜ0 AB ̜|fk)@`L l|K&W7VFwHI2敖+ixS8^~+ev"s:΍Ngon \ETZcG{^YPT,R\EWHY]eD@ 2{WgY Ӕ>sFkԄbԿզ˧[7N?&Վ'S"Vll}f"\xfH4^ZоZkac͏^#rq\£[`ZvPc֟5,^"a&jn'w$ ҿ_8!|餛ޝ)Jz :@O]@ #0, Ӎƛ5zbShZg}[?(So^jك/4gߑVD^;EBe]XюE//*'Vf')稪7[tØÌ7 Xh8=xUjw'~Z A 8'@ 5^~ھuҩ@Ќ>,ݼVv-b1HnV}gRqWD?E _O_NKt;u/F3J_r'ō`m08SlO:"NHǗ5@Y*TVYcO vR ?FMZJ&Uh#S_HܖOgy- 7~*n=>)mj 8G$:]BB+'077W9;>{{e?IYb6>̅F{THcHz_`J"N}$-bA%wlJAEDV 37W^K<ϋޛ맼LFXᕖ载g诖=˳h hϟb}ǰ^MS3vPyͷ#kןl+7Ğ#כߖr܋ۋfm04u_hHI詳O4YrG~ϑ+K[0{Dbn\_mʟP+jˤ/ֽ$>X'ף2~o]4S3ӟnak`.%@2ŷ6z3klC}WtgZHu!P!aykyesJXEՓC0ðsTEz*ʱ ZՅaI.䢌m{d^A(vNʀON `떬ۗ>>27%ZDon]zӉ9 N L@ JÚF47<V*[uzm4@K?2i %^cӏ%*  %_ULjDuWECν~T gJ&!@ڳ @sEj>6 @ 0L@5Vy6TS$2R@eeIѦ @`0WL^7"@5 `,ШD $`ĵpG>hxYՈ"U bRK` տWW=}hFK`)`nnx[槳ϊe6A:@OH @tc@Ԁ]z%WqI=!@yP@` x!;ݙ殢&'mNL[h #0 ͱ; ^=0ι<33sd0AClX+k+Yb͑KIV 0 JD_y28[/~r/Dj|/GPUWg'7%HL`4 WN!o.~Ц*ޥW|KG?7CK՛Sd2+rdeGq% `j}oH%v7YA(~[̙~~Z֑p ,'YuӤirМ!ţǖ{u_VA Rc֟4X6U J(Q1kNV P==YK' 6uvvVNIJ_K-c}Qϻq`֫xiݬ$a9oTԑ֙F>v=+ˍGoUo|cI!P(9iY2)nRF: 0Vw/uYϡ.8 }- `I, g 5ޥS|6ff7/zjOI]4V(v5H7H]sV3%B E ԁ@ ?ӛ}UY_%O;{ȷ0% 6zDo\?V[K:z%+EOhø֓ IA6u($״Z\ ffYe  0VH>VWq_#~'Ov\[o\O-e Z\5o EB#?YcQIlT0DIHq,UFTuhU:&k@SD`4 D[诡>*/G[& ~Sl=)So^j~Iϣ>yJ;v&_q}_Z^P^^\WO{7pLP뽸 [*Xܲ: UpʲKUYu)$j~ITh $0@Y /.m^~q_WqI33㉽Z?z*`S9Ko]BWt5- i&0J@ nK_/~i<ސoݗou8d6^zGܺfr:"Vr|7(?+~f0ɃNՌ"x%t%\2΅ Rp})kkEjxӾ>N'kNKѿ u冼FTqJ]zF޵7,.!wO,ks /κ5P1H%'ԧ^Oz@ӺZoYkAdf֞~S: Әmr@iM@'YH[0eـzun\:|%R ?ZxrQ%}{$?gs[˱rl*Y-kq*N!t)8-KJD$R\mi ''v0/k#$xV GW\BplRz 둒S\r @6\ Ruw֯+˾1? fQ'Jr}K;-Ε30#]R`)u&tl_0A_Q2ᦍ8$KuYCUmHP!Ȕ&KJgjքe&d@" CUF_ u} A  PhYۊa^жZ*9.C*@@F_d06G41?m. is0TdS\i]Ƀ @`DFE_WFA]Sv []< .-V:*+NhMׅAk!L("kŧ׈U%pikiLأ)#PHq%aXs ]hl;w̢rH_P>?_ KâDL*G+q U Ě ]_^}md#'?qe|/^?5Q ʝHCZ++qUSuKV P +ekZ>|W]^Vp *4"h?vp)N&JY8O+Ϊkj`j)n]B@iH__c9&٢{|UqtKD? 4*1է,yDUɷ?O  @ ]_dw@$JF_~}CF`:?VOp'KGe: @` ]~^&+~ GuBu=B DpC'O?B i&0s󭛭z4zGNkW_9زl@J?8/;' r䃷{kFK_n"%h l|K5&W7V֍ǎϟ"ZmxMXBp-"=Hϩᵊ!THuCLUA_7C _;mOQ/zuJQIl}gʼn @E` 3wTO_3^IC3~lzӟ|"@ 0* EU[IY3?9Ŋ !@"?xPt'O [qUzg ?/Nqtu?!@@@` 4`1iHPW?XD;l>EZ& 9! @<P1p& $f- H<z`=6go}ә<^ `U@ehS 0yS9`צE*wH*|D_U.xjJ*~MNu,hd)@- Բ[r+Osm _K2 0 O{`Ŗgoncˏ$jD  0mP&eR~DwӒdJG:jV>e!= s48&)uu5gƺt/Հd&+K[M_{_ .x7cG} _'yq{1vAhvCcF`:xuU/SK@_~mZt뺞R$;%aB:C)(S u~X{\ӸZhKueO3w%\y~J~^y9a+2G۳TOz97c_0*O bA^ ڂ=>`+DPP1BVַݞOe ;jwuϤSJYm!P rJə+h:_7 ?r*J.O S;(-G\gJzӯEx+ -PbQ~N!4?)sCQ" Q@˵s|3w$;+[g|z'LL LW?H\>WC(w^W%֐! q._'4cUQc !@ 3[U1ʦoφdz݃"Ɋ?1 X(P )!@ Ϸn[됂Ɣ[ O.ʷkrE_zcl[7j|_JyE'ԛElNiD^I\M,Gn$Dhkdx;]T)Ey1H:%l6_.,,4fǰ9յGHL!Wo{w0C&C1:74sI+ =D_dΜ4*'T N<& FG 0D%!0%\SUnbŖ-Qb"'{O-yH\!Sr>%i& Pg(uR~dcƱר3 0m0m=N{'@s&BMʜuoIdr$1 2+p'VND+j; }nClMs 00J zPJO{0Ml[ ,C[Q;<ceTBMad@"`c߇UBPFH@!mN}ٸ%]"/M^i 0IP&7i  PV]K+I2P^@@(#@ P@@ Թw @J&P2P 0Ud@~ Pߜ`I0ӠM0 .yC\b a-iY_gAL@L*IY@@7A9yyzk}L8%5]++ O.QVǓϟ8j K( V$P*`&0K Б@A\`.ǩϽuJOukO!=0#. W5$pk3o9,,ɰ>հ'J5S֕;$w͙* Pd@ҳu'+U^{<"  D` | "è.ns cQgL9)4 /"d7ug`O 0vPƮ˨0 @2J ((@$@`lǖt^G*ϙѭ:;mHBt@`PM!P_6?h+?j0' L9)4>q( X(q\*`//ZVtCFn=B} P57G&UaKn[ʪ3@ƚ Xw@@'<~{n>l,X on'k ^|nuw@@Σf) uD,W (Eת+CEƣDx˃4s'@{i2 @` uQyOAI._%_!%M5kc}"k|>|A^' Ɣ vՆ@ ^_f4ȟ&[8j@Yҿ䭶;Y39<$ %= 1, !EwԀv 5"(4!i @ @.f?ȟ!;xő ;X gq畫WO{%G~tfpziA*̹ @[PTD`Ys XMtl=݃9W߾8߹.%ɗNJ؏`9Һђ" @`]QaF`Ys}U,Jy5v/ 䈊 y][D@@ӎ']mmW/6vH/S8 ^B,MoiyL5?k_eܔ"0# 5>* 27qnJQ^z Bu& @` Lb& P$`Roy]nA@z&32NrpDqEC @PjATA%uJ'i  ** T6 د?&; !@EDLuL gty{ FR@@P&J~1Ϳ>9nulSq>]\߬8 0Z(Od1]?i(  P6olΙ l|Ky]++HED =ϩ  0Q\ aD @ |(@ L)l @  @ u6M @ c @SD`:B @0 02 }hH˂L@@w;YR@ @+L Е2;HL-z> .O;?Mѫ4( @@BEfjSOt% c[ @ڮN?hx@~@z/KVo( @5!$tՀ@Dg͟q8sơ# P5<(UAtGGJϓ !P7(uԁ @z:@ @"){( @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u P^ @ @E) @u 0s󭛭zjC @ ?޺Z"_zceEH@ z8^)|C)6H@&+l_r_i#Zez 6& c:H@& =y JVIR2sdK'v@ P:vҋNgاP x S @cMuuxOw snA6r o3 @ -:7H~vЩm ˒V@ (nάÀ:+wT xûT LN[.wQ xqY @ 0<-9uCpsW*RN<]* @&@qpN{XS_t@N@ʉ'0% @#P"ܩeIU:T xûT L"w`,xH9&㲤 @`x[u(K> @ʉ'0K!@d(nYsfο~uu鍕,OO\[< ⃧# @"< J=IV^;J:(-'pyCz@ 0U[{D @_Nn @6ik6 @uZԒ @x&i @P @ 0 xZH @ KxFBUZնuCq>]OĠ]>Q7ē+gj ՅѵS@wt}DF]Tr47pw*  S̳ 'Y<Si_SjRnO۷[\=Z ^KI]q+*t@'2F''&ᏍFC̄_ݱw>g+ٞb9O C4cClkV>]])5~lNSk=mUo|;OV߼ruEע*[-B%&O,M"T쿘;SRG_Ôm#O+W34]_z'a,NI*ƭ3sf﷽Ϸ^ioonܻP{硵h!' j>ou'ٹEԀGD˿,T(x%ݦ탴w 9 LEi>gffnV{ u^njg٭yxCɔ߾w_Vt 1_X̓uEwkij{};ǻ5 <{mNrכ󾸳/m|~y{ou޽[?xpV֭"w냭+o4y_еT7jGvν~^귻: D_gvpy) gSAS[xASe)6"zҿ9KS>$.N`*7>7|ūGywvD?qqq Vx iJ_;ҵv?g93UJ"xԶ8VW3O6pLv>?>|rU"?O-/.4lݝ;νw{~k޽{;;;;z\R۽{gϻvߖه=|{߿'?YWbON&^}gfB-Zق >'姟Gu'9!qg6?h܁g~|Nݓ\۞=6K7'=s,rGsK>|sXb)VrcoSkg~nx3diZ8߅aY픬 JFdwu$ݸ[  zcD+qj+k6#pL3BzML= PE4 Wh9Dv5֟D8/[e1](-Q/?<;Yvµ2"4ٿkۿ7{Πk2Y]+&.<HZLJITm_N\k/a\{~_xdoޞLG^~pIW.KJK+@6/w?Skgn| > ^6?vC#/u}ơ`FͣKo7[w->7|>s}my8W|a J6$(T+a?wV=ei7~ɥF8ڿ;S/7NYgΝhJzIxU?3L~E?2ILM{E/{{+']>|v`)ڷּg>.LS)[ư1Oݔ"s4'v%5{ •Z{7,v=_e};kϣBw,:3o~_ld]ea7>m o"Hlv=?>poǻ}g{=q`{!i/(Q)RѤ[|/7?tXxr$hכ<{R}H/# / n42w=(-+ҌYҹאw2O(F׺C@Tȁpw늸ԨtAw:dn)Vο~3^r5fg|w;4Woߞ'?sl>sik9%$8dq ۛ=Z o#vg ͷ#Y*tΘ6?yֳ̹%]Ax~47[Wv5ͻ_Kk=O{zݏ̴q"s~9C 3~gN ^'AA:'ڠjX#(ŅMZIriOCRI e4%߿e-j'z"  /-<>tܬNdMtגW[?69G%u?s[OsvL@.L"gο岕1FyٺϷW7#=5~pww{o/iFW~^Q̿8oN|.˙w>ߞ۽+۟/&ϟiO_V\4GEb7DIBzH<=)Sbe*0)  } hx8Cg,BH| PkXjg7,K' 3ٽ\tkC>Tx&gm[-wͰq>n:uNTP4lcr1y PE:2Xu:juz쵒wZf党-|ۨLM1rQ4V$2r D!.yIB[>}}fi$6+9)rv \vpjYOu2oC7וrϚ1{N^T o_wv~oHja .Lݘ#?lA`鿦_/wgZ8 Xh  3[ iu!@Ҷ\Т~ >J(?a񷈻6h.h2![4z1Q *Db(3Mz.w2E 8a)DD{NB4xr2-`'D4=EiPC"w+OLI 󥭈 %ϻ>ddOW߀\A s>K'.r8!eiװ~7}52cg3 3iUV_jĸ4|wV| 3Va@sNL '5^TDIAi0h{L6bnNAܥBv#<ˇPkWhh@ &x /y_ ڑB?7fդ:+IilDWJ\m:: 1ܧۘ% w:M7rK斊NLŹÆ%s/Q1=۬ oUmb8Xv;NEDke@C z VDwSg 25/SVsmwII&6t~FNVGJk}(UI^ܪ̀ :@+ k,k0V,`2j7ܸEc]6n`h6@ݬ&:2?Cki7#b` ( +z[䫴#zh:׵ݹ}41h+vp´u\`ʧ4&Ul*UIi,}͡ ͭUT)U󠪮G^?$W[?{iz$=5m|hGO&CIz:88Qj#&iNxA?w%s"zD(>(GET,[MJx鑾} {#/^[QL ٤l<ͫrx~.Gօ*@_DS$ވAn3?Mflp4~]kfO@ĩL5\ MPB?N,dm ,И r64@&,0r\|)6;_(2VWoZp)ڮ E%Ll҂į&A`xzE N#N$W3Os@qk+/Mg Qnp:GXBJ9&oE>&r9Uj]0=$N)(oOE燵}9A<,Zh΁*ڡD;t1I $ ccg&ֺ 3&P9GD-pn%` _b'N )J a 2-+9K'm{z:~-2;6Ti<@}Q]uΏH]C* FgS#;qU݄SfJJH곈xOjRp ,gx9j3Mu,o]~.7}ոXW5(xG"ю¥ ٍ/M4`g5 6SݰWU@#tvZ YW9к>oҭܗi6\,p=~7t>sp9Φbr Ec~R3mtC}Ѕ51~&J`j v3^-\YЛ8,18[qZbU<سAO}Pٟ݉JrBܐr;4"JxDosNH94 d~S+H">7gtoI iFᑌ;A)WX n;(=4|2C˧҈jC `Ba">)(Q[IJS}QzUwtE- @tWowџf]6{}~Z\WWGrܘ-g4It\J:K"szFkҽM.ac7>=QvW|/kfyR4HNє aD$W*nWk"+Xv,}b("9]qvKS&Y]WZ ~.LBBV8dʧ벓=nIDAT Iz?7Sf #ity+4BĵƝ|\fyJ׏d 2!#bnַe\GQ^AmA7!W~HNe@DX\Hǒ҉cp;mw 5E]%n/5rw("Hcf£0_r|C?q,d4mwՁ0eٖqiOߎ<,е>zgG_s23@K5},Ώ|DtWΏ#+"]c-`LTQWOe`gvN/f]G:.FDOÚR?lr%9w)xeCy9g>+>Q>)L] K/hH[|b1 2n}\^,>^[hPAv f4w6xjVd=L4>{>;weia'qD%<K'C~ [&^4>V^7jS k;BBFk:d^8=;Њp|Ʀ ӍTN*xd{e::fUk`sD<.8V!t!tm#vpԵ 2у%nJ~Z;R<Rabo &|BfyrU{C`]B*b,}]]1umC =)˂66 W} `0Y@@@@@@@@@F x_7/|@@@@@@@@@ZlV]IENDB`Dd<-H  c $13);Ab;t5TZB:2؝nt5TZB:2PNG  IHDR5؂ZsBIT3 sRGBIDATx^mיV@ 2&5Ġ-b66LcF@$EL$ru H4 L1jw>8q8h hq` jYj޻ۯ\ުj֪Z51Šm2v X(:9z~V?O]h| ' ӜSZk/||hW3s&>@{̷IK~ =5's䧹&>/=3}r1 T/k;Q_Zj 1OӏQ_}_I ǀ7ޔQj ڛ!c8ğ:BLrx#.u&z!91p1p3Z{wIꝘ9NO}gi8 ǞCǡ9Qc֧wǸGǰnyO'U ᘯ\WyEZycئQ_(~WvDϥ3*|OԘ U4~jdy-x`_Xk~_z-~> Cx[{̝|RcXǶa;u'>8ϻqDuȭL>orm} _Uy36\㙐WuOw-M'WѳoZ{TNQ`e$;aރމGKݜy& ꖒsX]71-IK '[}O=2C$?I9y'yngC=N*Rs^کnǼ_8. ˩!szɋq~O`8%S2z8#X͞7\XNP Ծ w{XZ_ܨ3<*_ NKH8IT!Ե|+>PoLk)og V~eM.Nz:HیuH‹zZD~ny{- XϨZEpI% Wb{gZm<jr6\#k{2{}FY'5~f~qgWjўmV`C=;Z{:VUC_ߚcGկ@1aq, H<d,Pr4+?ՕT- Yw?&ujXa FfgkL7m㈬#FrL#qf5F{>x2$rމi; |KԳhxj{Cc+rX.{l ֎քX7gZ&[.26ZVm3J5y@@oܳsE>EhG!+ԓx_ؔHVm8G/hc'], Ěh'c,ynO4?_W=?} d%-mJlm=#Ky־iY?O{6~]qʱ~{v5_*x~>$ZPȴvФ4=2oB /oT6ns>l*)/JB5ooa^Xi4!eﮤ/aN2zSCj)o&~^C> jz|OwH$ v 7z&I pZUC)<d2Nq*"(PW6A֌i9\?{b罡=7yχlgCլ#+h1=@N'k9j>ͯX&aז1oyj}ylD< ykBmom`Sњ&4O~I8T;"~꘏`@e}Y|x/4sDh$5|P6Va}O!VE8qcaڱ=W|uQtxZoz: >Oth@xQ٢t8M;E:qvDz4_(&0%kRB;-1>t +8{}>$XqYHFXY(s2ѽs"z'"=Ft#$\(kO;69㢀L0>4 Ha<$>xctY3<3!ԗ烥:"N۷O3RzK|By/| Gv#܍(;Ypz9OR>1捙hGOw9~Fv\zo=įzt\<>hX;t%^wrϷ(J;~ކcoK;Q {;#?rD6g G{>d~#z%'?2z&O]zJ9-8{2 ̍ؤ,I}>;wHgƞS}ah$+7L~scҎR]؞|pjD6{nӲQV{dƹ;+O-Xp^V|f^`r)w7"[xF:%7?-xp=MJ>s#'据pF6(6{0>v~$uΫiŝCaM,%=χ(WިQg>ꬤضFո> :gpORyvTD)jvd$}n$u_F5gTγZgu4}=ֲs:3Ct'^λNL瘞'Xt?;&`=4W ]~#Z7; 0IvܳWχ-T>QVbOcAuyJZzMGiCJ~p '<ȟ`6<g;+-5 fGZ,9NTFo$Kx3~4e6Uҳg[ٹ̄):@-@RhkFIW4 O/O3vǧûϖ?t˱_w[mݽhݝqխ3ªT}{w T~''N\>̅7z;{jZ8<Ydû05WJlFnDn8qVnpxqXI.ھuWIHm^V]#DOFc|[X5xy>qWbgGv.Wb{Aoϲ{c*c)%#-Fz5/FYj:GTZ1uVmH iZIDb~qV&ymdaE:bcn;/bkDv}z짏}YQz9Ir!1EcҎcg=ՔjI%lj] ހ0?vE {F^o"bO<wnE %DW՞죹"x;JA>UQx?ζcCyQ}vy[3J#[-VK`}|;ƴ/^E|fY[@yyssέf WX4rίΚϏ 8<~cJiD=+f$5kz9 њzF-߮} P0gzg@N.yG$|nĄ_Wب4YvwG۱=|z|'Ɩ*[O)1c[ Tǿ m5MxtG(&;Hޏ;1jTdZ #lz{2G+ſ]=գ =cpA*Ly"^sN!,{uws|=_tۡkXR>=*d=cmBkW* E3kB>]bXX~PWk O";=գM:bt)x=獌|њ5 ;8Tбg=Z:pf{T<ԑ%l%27@k`U?8K J?$^ -R?fRE<q_ע˪S}YísDmv0Y(?rгz3~7u '޻3G$ 7~Xе>c@gꗝ `vx&@D&O5dm:۰AbPGLOo7hƔ7Σh+LLX_{uҿƛG{'U9(G[voPÙ|~ҾlmTsq[άP1U'E v9'WD.{~T[pO6{A;F ۷vD>r]_9k< oagVu̅ uPfKxVR~o?D'L`ec LNǪ++%>1֊ k_r&@4$isY?v3L[g\Hkbzdնhs>ݚ?t|ɼXƉ!'UڈfDL-`aۙ,~o1 =->G;NĀ>{(58v?~bg "_A_ǧ{v>Ӷ(ar$Dv>}:Y|m~AxVL&7wzZaLfo#GӖma3n?#9S'mo7+1[V3.vY=vքg>Y":$3'>{odz[rdWo^,PbSxWgfkK7oY=IƱ|R`L|;ο'L'LFD+_/E/WRiiތx VVKȑc?_Bzbov=vxț堕 Gp=NY\c]A*'_?TPnOQY'ʹI%qdZ`XG`sU'{X\f {<D5xMjʏKaJDWAc7ByTזP3KNo6RβY."D ^m.ez͛ r9z9tvx !+;Zs45%g3 GYq(tto^>9YL־%$,5fkm}3T:>lxHP*Z/UgOG"kDrv:|Zf##e4wH sVq$3b@<|t<$Gʚ"}:XK=|dzU15u<׆+g[UV=l~⬏w%9n#wE~vqf.EFf׈(7?zw?+~{4#=>gEd1 !Gcɍ\]Q^yg $wvz3ª-#n1f?#s, WdW5+ Xgw(ˮbovy6Zgc>EOb="Eؚ;LzЧAYas1בlh2C țy ཻ=~{f^yp7=+;U&ynb!G{3\,PkϽh[P |kQED?2>Y} ;l%n$OZYT̅S;B{t嶬d"ЗP.*sm5V &BxfO^V?8sހzodn0}_ "~T0ZڬCȊ@O/HL*gs97vw0lWN[2Li=r~6/0NcZ P:W//ؙ7 3 ~=3"ﴣaݝFd"~7u*ݵҶUWIzF5O뙜 X55VDV&e"_ma1h){vx :r+E~ki1lgLDкжdƘ=cbﬤv~~h&J L?77zm Wz#L{FZr PkFx4ڽ>z]2kaY@xvucVͶ| lI&<=1íWfi x^sdۙZZgѧK%>\dH6L/|jjd׋֗ff 7kKl'&'׮`!YLgm=pNvY[B_K#mګ! rðEl&[4(\.޿u2Х4fIVU"b[H.Lg1uV>cWr~%<$?y>l~^;kGQv6p ǫ'V҈"h{ y@EyB{yVogTdX -)WC_3ߟy'Ux&Ixz#zzO_ޟ 6~:OQ 3{Bq̝GSS%~`= :DRlz cfO=};Xr/[iZPщD!YZֳ?7@}smQG?ΗjN~$Um^[[~E$V%JU|@ޢḩư7;7sdfzZ"[9Z,~tot][8VsN&(Aq7ow ʎ^'$:n՞ELhYi^ǭ<_Sϴv>񚎈 "j>OxnwEՁԟ^vmPlȺ(Ѹ}rbjEՌKhͫqƂ]6c.n[o->o͝w'{&_)oz}w6n-#!di+3D$G]-VɠwqAG:[{&x%~q?ל>'dr5{歷fv=Pz񻫣1o:rWW[ ԭdx7t@"v ;_Mo*Vw>)Mqۓu7*Ul#SKIi[G|EwՆkp`|IΘ럼]ʅO7fe\,6B=yi|}3oGO yO@?2z&ʹ򩘟vDnԹ#D^vbgg#XY-cffo܌dOG+3ڈ]ӓ#f =+L﷧5o ZC@/?V(~ϗWV'|&5rm].'u,޳N <);#m$ i#2[kprM?uU]D(jP gBKШoH#j;Zc^^j>M;{d^$GJv oYO5$h [?j+/j=L'SKVʯ=ogbNRfh('* ut= $:h :1.z{qop'ޢQLgn@GU" ֳvsJ j~99uXO.=ܷQJgfpUZz֧(;LmɷK%t=am vw3- Oݞ͑b4љ$/; r<@ûݐ3& tH܌O >[H76o&77-f6,O.MknD@'x@vv9?jը 2?@x8~;v3< kCm&P?BO _YeX'*J~P}i5}詛/K{$9?6 Gr$|_nOEG+Hxųx7r~HLX@g~Μ<YhQ ۇe/$?aY5%7 3~ |&k܏OQՠ#o$G;%/Hb@qQ\Ce̓vEl,Fb6s&}u畓B?_.l1*͖W @;Qy>:#Uڗ d~sV7F̽7ìܒ-T>˛R'Js>~l=V)a y"u4lFjZN瓍IT#(8FމϡG"/ǭYݳ>OeFE4[5bZ^H2`]@|HpGWs{[:`E.!6uHxԉ:Y" xJ@]}"Մ\:ܚa\]'|2ޕ]J'YՌIF'RHԊ wO4& Nx&.}H?3w&_-Lu ]F:3AYh?L/7q[3zs< Os6mL9=r(ԭe}Ͽ [#&[yx$.5Dc]]A㚶fӚsv0kɉnk%3GD%]0QpUUb @ nnO @8 F @g ѝR @G@ճ|Qܛ@ @` ~B@ 8( @ f/zzpggkƙ@_ޗB= &a˛LN]2S;3U}Uԯ;4S%k/q'k3K"IlB͋O7fZgZ*@ .ONKկ;?LFO\}DF%rzLF/7J~r[vVNZ?$jάANe 6;a;A^Ǘ;ӂŒ  *m>b!@Y۪ta/\eDF .^{ҭ]z|O;dgbd^6,DZ5v#h[uH][i4qP>vЮ&MYݫzblT4d;Wv5ܝ9ufZ 0ZG=eR-@~rJ+s  @$RxfB:*o0?ASrTEd/3/|ݚ΍ya$8kK9w$2n^mwz4lAW3~%_[>3?{J2NH'Y^9?>iGč;}Ań Tד6ݳ-E/M?3WLZxRs}؊=b/\iVݨPi; @@/޺^~BD=XQH %2^ibKv; BKSZZ:p䗛3z膪h& 8(\rzӗP4Q:7H|{Qݝە@/./u;P:"~ 7#MbZ55TSSG@ 0!f/iynMVzeԻ]0ѬA zuRzo.yZ:*ZFf+Vcs+ F͌n& FTA 8<{Xvɰ΁ 4qyH'KPw-RNCp)>21$&o'Fh:Rù9/O{F,8f!#ȯ /ԅI;crj1r3(*&{^6IT)޲_…$D*ٹ-% @` 4*+(!PdjbF̵  л3&Nm8C_pIz4Qlv@cV.[[) ;!I\[%ǡ= y|:ɉpʼnʱ 9 %rN7:wAELwӅ6߳A [A$=(JLȹ_­NUa+%q  @ 9вlEO\|bfe nJ y#Ί6jQ $3@! V`Y F>ePYHd!=dd+Ef)>u^ܴ~B˲\E =|dm`zL@>zyu}ܽ4{E(0ɤ' X+Wvϻ"u_uzgle Dn?}Hw9{KI5ͺ5\tOʴ})VaSdh>շߝ:Pj@Ѯt}nUq殗&%ДXuʒBuuTn-\ITE m"@Sh~}[r^G&Z6C^+{AW f:clã/}|t.}xcsy~9Y%PO~ĉew6ah&@qeln;v]nMO|C]ܦR):rq5Ljdө~; Љ޵?V}})Q~ .4dU[>K[fYRΗ>.U^Yqr䙳=f<55%IJƭ.ThWB@ NNNNcӺo˟+9 sr+"?ej)$[&DAB"ŤXO|ڳ҆`+He9ظ!ͿvE_Bx(loҋ'3HVƗ-3BY`9Qnry"}}9yOr&=)xk8쨳E߇Dʅ\6/<:f#R98]njfʥ,~C.qM3k4vɶBj=x0mV@̞oq?KI}Z̭[heƙ1y< }^to5ٯBdv<=| fsNY_gۂ}<"'K%#mf_?mph[>~S&O(KfrqIVNd6֢7Mt0WDJP7'?ԟ-𡹣!Q5 |_2ĩZHYq9Usm)>r >]+;b%K ij*;ӿS3m=Tfn\B?nCʟ].'=3#:ɮnٿO#d/Ocϋ/BxYȝݘQ9 +#!4nP˧]r~eD>s/Դ(* 9JM?0Ø{~puG\ӎ\hd*!:/]X^K~{i_U}*Ʌ'n]8<_\=`sZܼIY_|&/^rqz~#UJI/ނqBk o:{#Ow'[x4Z`'8ʹ#U b) ErH'ؖExlPkWVZ'ns}(svY[B~Mv-VQ=HSDݬWPϲ3^aEyk˛/_`vvfƇ*Η?IEI'as~r&_;X>l[DBdw\Ne)Y-| RSD%(4U %c]իF⯔0+_Zz;_|~^?.Vo?7}noWwїno~n˵ۥ7nvtmޙsWtoa/n?{U=o_VE%x|>F}4*ʵ&xrҖ"j˶A#*LaH[4 QQuZQLJT**Ǎ!&t, )TDPϐSGo,zþֲk1em;[7T6Ê /BYu]DPXYO١5~@sRK+.i(k(HQgDD5y["@h֧U5EϫWD|7(54aٶ sqAb+/0QLVfjȡé=-7|+3_2UBO"kUUCB[K٫և5Y}ysKyAJ-f7X{ż{_?IHSG 'mѥg$Mn;Ly:+K)K."([-m_/>{f)({3^.HH@=%Z}~! ,>sk7%kDZ񂢿f+ k.#@"\iяֈrrfhyszzKNJxjɦږTsꝩ\.9#`2UىA:aWD9/GdIz6-Oo9\2g̹]2Ց^g.T]~7+:[Kڼ =޻~q[Za_H6^{rp9tV oEYKK4? M+<Ϧ7-.O}WZoHtwԜTed <\ `WsVBeeƴ*7>:[h[wC@g d,b{kΉgq,k˕Jꄦ;ץIJe1Ep ^~}|i"d\ Urfe<`͐)tvb~[ҕrxBXy/q5|,]րHq2W@OKۿ>uh1?}'2$pӲ}Ed3O(xCS?|ӇO:2y?);=37.=/f+||Ga_wwgdW?6܅u{?ysM2)vyMtߝr:@q𳯾D.O (IUTFn y;2[.jYGI"<[Eo- |mv= 􅀬퓎aP~Aoh*Z\2{D?؏dYϷ6uȯ,=i'cpvf^_z97o}.Jq&s}b,?;wkD^yH'*R"Wdn߿v/Ir,gHnSgOU+iW3Tn\ f&;>\S>fW˸ 㿧/ϗVO\M/tA42Z)赳.[;_VϯIVJF5[Wt{sg}45ae-9(e& \S/[Z~ɦMNoL>6ۇ "7jtkϽ+ mjx/r"ɸ(9lҴmͯ_ rw~.9Ls9d }&?Z~7"K^Gfg+7+^1nfG*WL]U6kBEt:⬫6eʕMk)z%{hrG"y^O $TUkZ@]}PJ[}ByaوF|tn Ϙc ˏy4{5^ `chĖ[ԮzYLC_^%b2/d7z]m 40ќ A!`x7݉% az po+>ͫ*7F6Ygb7©zrI,ЈO$f!IK!MuH&&5&'/(_/WJ F;֝c0XoW3zV,wUP*[ڊR\@=&%EE tYu1,-YB>J_Ug2sZ ?Y7R,GHn {#e-,؆E`Y0Ll2}ROoRHAݿO;{vB%xI]A;2v-ezYA@ |ҏNOOzB?<_7^-- m}{su2dVNV3OJ\UڸP;TA(Z6K rD^zwe5_jWl]D1|{U_VB; @ST{=Ю_l{lmmp_-#uh+*[;ٝ\e⢮ヌp/[ݗz_Tz]hc. ~-Fb1kC-X;2S @;YgP i=Neξ+L "]˙pa !@=SzVH S//9h2=hEJ. @@&LJ/- @x>; xRwQ$D!@ 0?*^,ʟ PPj @ȾZRA @` W` JA @;PÕ\!@ 0P[ @C;\ @}" /S2 @b!@ *P@,!@ _K@GP& @:M +(O~ @?ݳAGP& @DO) @  @ >FeOX@ @۟m^JWZyj 1A @`̗盪 @SH @ " 7Ej@ 5[xI@ "Ь`@ @)xEb@  7< @M.C @`  @hp @Mp @@S4 @nx= @")\$ @p0G!@ <M"1 @?j@ h !@ 0 wQ{@ 4E@SH @ &`C @)xEb@  7< @M.C @`  @hp @Mp @@S4 @nx= @")\$ @p0G!@ <M"1 @?j@ h !@ 0 wQ{@ 4E@SH @ &`C @)xEb@  7< @M.C @` Fec[O!@]& ?].ǂWƢ{ȦK2VZ @O:B @` mA IO.axg\şK:PFn @&jf!=_G>m?tz[IJ @I~ҧl@"Mli-ھ}4<6]NMr$sN䙬ɾ=||6s؊:g꠭S6FjmGzyԤǡ<(06h# t@VʪXu*'d}S4VCeEhp~#fLI~^"E7{WYժ#}/7W-R*<Ż 08aRB  ?~d=XĖ(c[Ӈ6}Op?C"nLMm?uEvet[ήoju6ۖ+/nJy.+hQEK 0 P#  1@tZkH~>z(Hѧ#rZ?4J"7|Lqz/e:}C:؈cq\:0l).-:gVuD=IB 9z|p͜H`;*A_w0Nw;Էvx±]Hv:XggKy 13ṙ~SfHS\bo[puP[~2Z)FW:G ?g+دj_zLFE@hG /kBt:Z%?O~p)}c]ք1ygcuyU7(`MrW`=?!skd׏S!yƵh[Êޏ  YлOog%z' 0Pk  :o*Ą 0sp3 xgL=u /|\)Y9>~wrp4X0iSH7J s GgOɟ5)Ƀ3e1NR™# y||_67`vvfn̔oS3 3I7FȮprHnn~pp@XNqs:{".Cr X@] sT:ulsdo͖^`}s'zbun"'f|v[`gFeج\tG \ z.8x4^7oF> \HY5Q8U}zn[?WQY_=HYTʰG,JWȟ|ւ &` P~P@6}Vb92#zNKSߊ~̽f bvJ0 l},a?ӳfΤHljX- ݩ?Lmh]]~`Ӭý7 q(GJ 0>Wq&F9Dn9fe@@pok]d߹iW,^>F~d,vSf ,=37M tss쟕WUDQUDSuD<`&e*piJ]ͮ߁Щ<5[ghPօd3 3!zL`B^O]YiU="AV$Hʨ9ĺ/s|õ?_MMn|Vy^0}g\=Hߵd ^u)R@8Xwf%u#fʪ|_4}TVj6BJw>6533=)}@g'aTRH;o8#:~r0UNh*B4 Q4#T1-ױ7i#Q-kꫬmNjkכʹouF56T'\6Z;R*&aBH@h@P<$lg_4϶5l.'f6bGb?@ᙜ:{o9狨FT)7=IcW u9  ^*-^I؞ݏ77ȭCnNPy:qM%(=C=VUwX@5? &O_ GM?<=J-!@`t0P-2=#pλX}gǡ qe@}#RD[U(x‹(CiCSY** @H a6\,ɜhMM *@ 1ql4(# A' f"7+qy @ 0PƲi4 @@מ @cI`,FC +qy @@OXS t1@ 0TG^֡Ro@>/_Gh'9 @ S @?Zf {k[JS%n@6a  VU@]{ ٽ%9'>Cr  -MUS$~7 !0&PƤi& 1k||lEL̯?WAeIci UϬÉZC &h  %J_])TJ._=vfzpEWdUWڽ壙 <ĪǽxH['&%ƙ 8>m !&uleW['p*ӂ/T>Zy%ﮯ޵y\DBi,PK?$3}-TK (=L 8r'^0gGW>[ώ/]=o Qq ݓϾTY)wdN@I 썵5c?83{[iŭַ^\\8x)/i[7*M}Q@ 0j+gKf"0\]*Gs{7ype8 :p KU[ZijS۟m5T$@2E@@llU>][Ӝ Ádsˀz)e"A]rYL-MM VfIZA\@[r @wj- MU[J@1(8  #LZZ;;! Vq  @']p @ؒs 5Ao4-`E/veޔW-Чϝ2 0"P @AOm)+"ےdJ,+$n t=8nT^) P,!@Jz&WW^*h~ּ:aj7Eǃi @ и &g}XaZ-Ƈo=-Z<~LNj\|L_ \YY4E϶Cÿ5 kW_~Uq;{9$@ v  &~X8[}!`SSz9Z_r 43RWTU_ `\UيV.to+Z?ָq@@2 0ւncџ}c/jϦI\J$7T*`ZDj]?Z{lɹgPz @_Z;^U[U \zlN, GomxhJ%MVV /G lh; v U 'p\[ToeD] L{aOy:@~#4pr G tvx&@> 0jlY$vpSgߟޞ-(/Wl'[¹kwC ͍ á3fUP W ;L-+W6_`Ʊl7.VnV6*c| @(JI~rC) > ɻ~Z@irVvϞe}makyn D : z4BK+Oe4KgQ( @?J/|[+WK](iтߟT& G{9yEQ+'& ԱN  5  -'.2'wj`h( 0 @A |yp-_l{A75L#}*@ Y @S. @mHu ? uՁ @$M9PFi @ X^VY eHb_!ܱؤ^Zk@t ظ:@h@;˯.:7\=V WJz|Lf@ٽQjh\2hPG@?C K]HV^ g5 .[@lF5`oofkYb@()T CC!ahz-+WgixU+y/H[ߍ -xƻG(#ґ4ƞ@iŭַ^\()c& n%"=pf՛cϯ<8j tP9 =n;>h:Itσ/O=Fڝޞ߹?rueu]lnQ(If3Kud'=5`o.:Ymc4w \؋xoڰ77>Z,ɷMCm!/aEcc@'`mnXWGQrH;/o̞9Pah\ 5<cxQI~Xx1XeՐ0[Njε3g4 {՜Ϋgdy1sKKaIBo{ʄC@SjG t'A`=[ |pyN߱u$e#˯yehLg,bh+-^Y)^WJҕP9wR*4'/}]Ę9ͅ0#`$ڏ0H# /G\nvnhXN;H+a2DZlJl{sj4!ت@z 0ZVikPƴi6:DkGGIF[(1CK6@@N ' ggg_ƺ"fWCen+3:A&XHg#5}6:e\P0}?aS6 xԠm(m#$9BtkxCgf7LTfyqM;AeϬy,eA8l@G̬grFecC ^YĎ%4c=#gk95 3]m\_>VZшB <#՝qy NHwX.4UN#@` fӀ"@h'@/ >LYo gQ1Q^-Öo :!@CS_B( @CJH[JG!@#ܹ4 =! V=i @hH9 ` ~QC <> @53efתysZ^ݠ=+v=tmq5%A` ?aFƝʲibφߤ9^ WJDorTߖ~Lw x "A@#OemzېWlm uŅ_*Y^Z-nգNA~@CP ؅ @e 8A~Ν;7$շ/NP캼xE|[m/j(E`lRnɔj#&DLB#NQnATwfKzI^Y6)ɺՈʮ>yQl>nF (#Љ4@ƚ_)vm#{~ڭKߞ5vlQn=-%#_28dr,9z7()\||E2۫9;YdŎe8* ʊ'SڳɓuSZ{StT9]GE(4I4P  {F?~T:vhpj_ ަJʙC&UوEfRwͲ2)MU'V~^3#/](=L!ӏOشBy7WCr41!稜d^1.PYN u?v ei=(T%FeɤV5Klk7\U[_pɺWPzEr 0D/+JO&''Ǡ4PۼmMNRz+gV*gs$X7i3Jenj/٬V# )N^gD2NVk4CJ`@;jA`/%y7W>I vȧ˧Χ4K'a.@@XTU5 b)/p9dO*,%qVv4hPz0DI<${Օ!NLD: j,_4Ijx\<^=35p(dL`+7+A%uK6y ۿHPk؞ybFȟrR9-3slIpZ-kAPq!$?i)e%H&Ӎق~9ZO.կ>VZш`{B`8jwi/rrFTwrҝ+=<-HcÆ ** pF|D VS/Zٲ|OxBth2@ 肛{ f .%w Q쇟9,2X>/= HDOO8bL0L@` > 4DD@5؋.rp;HB%_g]`P˧&:@I@W4t @5ƊVâ t֯|N 0OƊ"A!W @H$չOJCO];bu! d[,[ޔQ"-u$?/{p $gx\J)?;); L%vIl *`!=nikˀ(#D ^;EX S<PJ⯥ yP鐪?Ru4EF`t= W24vC$_"˂?fo_N˿ tI:i.(KѺ & 7;I!(=L!u*PQΫZݧ.㢀cl(?>vhsèn 1#(z,~j?: wrd@t"y @;!02tuP K<)AM}n|12ph 02LWsCPƹi;:I@B}TMr@Su]>;YE 6<m#$@P:,;,%l6'SJ蠈Ҽm@ \ ݯ %@gJ3 Attauog/{/˶B++c+w6^.kgVwWOOlx:sW$uNM "˖~k $,K>jDG=(cK@H +p(;l-}-)`- zleQ ,bPP31ot:Cx3/IyіG[73֮9[=T .`[+D:Pd +*]qANUTq@>F=_ԟ^ZEVg_0V$'ԢM$ca=[\Kkezn^t) .|&ByePWL*([*zIZP(1T L@A`d en_vvҖL^7,ÍwWdbS l6]_,߉K9%G:) YnnU3gjM_xqkM6mO)=2Ze7Ǐ @tȝ[Q5<e2Ȩi =FNM̵$a[h6̻=8Z{Ńa7,لDԎpq D) wgnePʫFDl<8rԪw$?іlA^)\dě:|{xA`+7+44?_!GU3J__O 935 C6r9C.Oe4`PApzsTC]Z6̧jr5 d_(OuzQ'A 7ë[t dv .A  |ɽi-5M  'RA6_U{9wi  ''t!@H. %ЬTlmvn%@!l @`   aշuQ{Wo}nu5{j)|W:${g&&~eS}=9[ 0sKKyը޼mI69!p?t%;<]J%[ޔ@c@ƞn򒬷B1 z!>'IWY*wXɵJ_9pVm"#*]Q^J?^׷wsAX+ٖkNҴyʹz|LRq`P{z5A X$ " gƐ~lehxidlVRޡ[z;.:aE/'>p. kV`DEM:# }V7E`u ԸIt.Y @HS  S6H hj5N?`(7'U5mIƀ1 fh P@dhX)983{Nk_](ݼR%UdGO5\,".ljHS{Ogk#JEw7 %@ f  q"p)3V۳V탋5Ҕ+[es3oeHPd3.#3REKYH(-ꧏ'Z+tpbٜ䛚< jonI!@x~si⃅=YL-]E@ :oftoX @%ZpӘ[ق*OcF!@#э4F@M=h~FToZp@*^2 @`Ơkn@'yf\1pPK @Kv +N8+RB 0D7@zB@O0SHw t/C 0JRom[Pƶi8 @M42.<(' A%`P{z5A X$ @` 0G~ ^P.@2` @`ߦor@D0Zݒ湠H-5vX`햮Eś\1̿#WFz3F0~o8ӒJ,W* Z$H hu#8ܹb`/uY usEo$lUH.i3"A) |`ߌe}#jؒ:~/y~%T?"ʗIv l9VMux;W{.KH}͚j\}-ZX0τq5"iR[c^$usu(~kR@P p h|Q(z3/FMr#ٛIf,0Z$~4'$/mVn"E.UGVh=B` L\|bfe1J A.zBԬ*IfP͟n0Бavsm.ԀCxN נף7gzv3{ő:B# &ϵun9 ďY%(]K  ǥ(߇ ~@wP~PER@  ;aA@ &4 @v(ރ Kzբ0&P !@{g_Yw{ u 01x}D>e_ONNk% n .m~6K:Q@]ӧFNIUL;h- t@nȾޚ]$i9Zf%x~*"= 0H+ @`=vK?^:<{XU^U?E)NbmZ.@t ,Bx_ln a7_[N Y2L'qd@cJP݃@Xٲ ?55%:reJxRLr)TqIo3@8Tq3OTE?qXٜifUKPUA _(~)!(L) 0TE7n4h$'J!iߠ@$~5c.+ivN?? Cޣ 0Ds:@ rpkE/) JRurP N}nW!ä;w 4$PX\גȲxr;S?s:=ɯP:, @J@'QL_rKM(ND ˰S?sOR @/iS 2ygt\O<`/OF ʵxR:(3`oan 0u #jX5'Qt@6<m̍-M\=(cK h9VUI kD`+7+.@ >ͩm+v/vrH_OElK?^v?҄Yh ~G(¶4 n+6.$mR@[!BE 0:Q@g_YjPz^%9cM,d'PUOSƫA fu*-LTؔ0]=`j@jA%0 sBCG벡0 vSBԾ:&xR*[]}٧6Lo.MVm(:N`  DŽa3`LlM`tMKEjKoNJ%^e왦3l|C  :&wz,M\*EfTc+w8|4@; N$@S+t <#֡mNk+voϔMdN V-;"ǯ/TKl99r)yAR$Gxt)Qj9B|t(ɬD>gn%UU܏dk/iD`apºgAB7mRS4pz @' $s@-hM`@ dbx[ye?_8w$|J4Z]{7&jS*?nv^A @` $HbptqJPYڵ^Xj婙-@T @^~Tfgfo]*k[/.2し2BO۳*#)  .^Ͳ,Y2>grue1@rcǷ~'F[iJrf6хsa&&Q]2mqʀ @KU5nk>~ 61FP/ku6&v:@ Lnި\Zz'^+7_G  @N^pӃ?+ E Cҭͦ @ #> @ @/D ]{ʀ @ (#э4 @ԉT{{A /A @ :@շr\"Йی\ @K5'AjZ\"[ @J=_*z&e=7玣x@ 0PqbMR S}; @H`z~D Hy[y  !% ru!=U @$(M⇚ @cK] ?1 5 `>C a$^atgR?>wC %kKuP @0@iޥ %@ 0Pzo&_  @ E2@ ^bˑ?/E( @`$D7@ #P @ 0PFi @@(ƉT @ (#э4 @D*@ F@ bPq" @F Ht# @@1(8  @#A`$F@ @bH@ 0H# @ P @1N @H@n @(F'RA'016"J P3" {{h(@(B%@ @`DHG @ !Pi @ 0"PF#i @@(B4 @(#ґ4 @ED@ H@ "PP"  @F t$̀ @@(E( @#B`D:f@ @"H@ !0"I3 @ P @J @@ @(B%@ @`DHG @ !Pi @ 0"PF#i @@(B4 @(#ґ4 @ED@ H@ "PP"  @F t$̀ @@(E( @#B`D:f@ @"H@ !0"I3 @ P @J @@ @(B%@ @`DHG @ !Pi @ 0"PF#i @@(B4 @(#ґ4 @ED@ H@ "PP"  @F t$̀ @@(E( @#B`D:f@ @"H@ !0"I3 @ P @J @@ @(B%@ @`DHG @ !Pi @ 0"PF#i @@(B4 @(#ґ4 @ED@ H@ "PP"  @F t$̀ @@(E( @#B`D:f@ @"H@ !0"I3 ,7Fi4 @?:eBK;FCwPzǚ 3EmB!(L) *'Z @  &0mO (]J t^׶V 0P% @ ^Hn @Y"@~xdL *Vq @FuP(1T  0R (A<cK`lC@]-RcZ@%@`z6BFNG.@hA @` aQe@p3}Sua)6z^OJ38i8@^ !%Z3쏾.,4]do0w>u o\ܬlT6:@r&.\ܻ(jW3!۟m<5+ +o-Kz< q;*'Á10c`C4$@9lyw>Ӯ#   黚9n,ᱍ n_@p?UNK{ܛx- et\,<#۵4l >w0J@`0ϭVl&&^.Bn7&&WC_ޛ(RTD(H?(ræp[\k *rty2{̀heMU<H&>҆ߠ!.0Wzʾz&XyJշ ~٩sek>tT ikVkN79]\ ήP^<4I r{_gY&y|tKCzbm>$FM*VItVm̭ƟTWϜ8{H~OEEfm-f"\|Aǥ7+/s GWc˟mW"g $nXA~0CC;by5jtxߘ8)Z$R:/%c6hn@7JW{rrYh*KMFMOxe|lեR~[=Nq|,z˙TU.*spfF5!9%q wWOUOE5Յr+)pTU۳t 0~_A'pi zs|_ Pp 炭[VCA3ޜY|90Vvr1H~V-gC= 2So]HϽPR_dT }l;xƮi0VlO6"M%ЭM่gwSψRr|vx0JWAKŵIt:xge/\>Y꼾zl>Ym|F5@2u܆OWB|Ut)L aY kb$w>Ubx؏lշ2;c-,ѲN(lw`0GC̙sAy^e4+IӐg7I\1/w/Wm&WMyR]9wEY9uO)JK6C`B 06p(jK%!0d쏑`+f  ޖg]e~M߭wd!wz{Σ lW@yYK^矲i&gruezo@;Hlҍa&2)F~HCx36rp&8X@_30t 7\]2}J@-h C ޹Nn*>1?]OF[!@hQ:PCt=Rymb;HOKwl!@M% ?sHpQ:s|_P$HJF@k!@ )|67w_Pi_Zahz.p0GG@H _F-@h:\6^*U@;Ck!  \ ɡ_ZtEzbq_:r! *@я8hM hm#x@7=ʫ7e URY@5xZU {yt;H~ޏ5JH`Hw/ 0RTX61ywKKG92}`&_.0" @`X s"KOPO@` 0`{C@CLMM]˷>ǪSc/4v \@CE   "z@d ~ Eybl_ܻϭVQMLVIxsibb~n7A3<} n@/_ty$P}٧6""-m^e"tJ@_S8 t@=/6xΤlDz&Xy^*3Εyu]\ ήlC` >("p:M>tôoշE°0gO=#I{Y`뗏_8h[8j*;^l;A*-X}W‘Fi04]EE!@yVvwwe]S/*XIDqF/s.cAplpʹ?5A87Z@VhϤɜ,`/.R@ި_lEu6<#ԙ4z_}_7DG|VV,XPX VCݎEJvf/jϦI\J$7wH7H A&`{A@z˼.qċ'jWEU¬o^xKkǫj_ibc+w,P4c%V+Oͤ]mJ.@ wP> t@mH>NWq_>r <}t ^εAZf1< «u &F 5j6r9  2(q_lЯ|.[O, OOlxee '':{(lQC~P^N[¹kwC ͍ á3fUP W6w7w Fee>ar{c/x}b|.K.Eq_R$_9atKL3em]`?-hQ5ֳ/p(t$ `$;FA1۟m<5+ ۵+o-Kx*ҿ_ܯ鉄&wvm7^~g7VXE'E_)z@ ħF|/rHE7*>Z{zEDkCg%=QdrW($N$/@0 iOk?Xd~QM@>+Y50ƅ VvY ר0 $0|!@__wTט8s4j@!@`ʯVʟ/ҿg?FyglI˲NCDuU 0ZM7Jfjod7D7A$?=1n @0/  0,I΢YUPAg@䒹҈M.%"`Bg)YHz]G6g#*˧w*}8:mA޶nԙ3ՈTM3 d%*@#=  +#]u]6'eM/"S~e  <_"u@xyuu5S_^,r,yg݅CPS}Lb@Yx%Fz@"]WL^pla5@pg=)4g?AFU!0t ]Qa@(N TEoN+@~.䯛>^"427rR$J>݁(Q-h6r9  2+"Kw9N'&rNlEx<7'D%Z>ƣ2cV"@#L ,3L=)KLN + DdS'Op<B!< @\3K UГ?kW6Qrg~lߟ OTs+7*v#7"`xT &QY@` LUA_wߝC ok׍Zt:{Iģ[Ί !0d(@P r}JOm|Ƭ3 NIShsD?柛34 0!@#L @}lzR{M~g%4pFWZ@j>Fe KTO'S*J5C*3=CMA &f6]P*U*(G玝 007/kPZkzRO t~ 6RZȟj$;S(DuU N@4ҿhOտx`O Jm[:T@w0 ;\;kvS:$`y ^?/h5Lz1+и6~nׁehG4Xhm0  UThMP>V (̱gDBE_>#PJ)5r#.ߚs|S vD{ ! 3;Wb2JKMY+^T(?*wLMMI*u-A`0 Ԕt}_ި  rKfECB5I}EmrrR,ZAJF =3mF@@Pz  疖3K,ݬڃ s%3շ9@ۿWj*Kђ:K7KMk6IgR:kA˪zlCoWÜ*o_IADX[2`  (L)ҕʹӁ4)'egf77 nʱ@mήjn"pcʫ 9bI~\m?R¯- |j,ކৗ^\( f;ة @ڞg-ʾ(ٞ׋!!'pp&8#Spe;;Օr4L 68!%Nh`h# P^&=7 dR@$&[\4afE:@<= @ƞ!@c?@ 0NPƩi+ @@!@ q"0NM[! ;|B!po  @S4 rXtTz4999u 5(]CKH"OMMp?fs㊜`ގ||ʟ|@x# 0PƷi9 ! |VVȦSd@49hsHi4DʯK&5$I@P!LP'5lYNNQ@A@`  ?}`zq~@N`{A(@@t_ -I @` L\|bfe2s= N7o撃}=T2"—|We_VP.,@۟m<5+ +o-Kz< q(ޱCNm!  !, @~/gꠧ0@$@NE ]HϨ  xH9Ɩ  0<=H!4G\JKw^dx'7ǴLn! &ԙ髹2>rwrL$4@cJ1x 9kNcd|Ɯ6͇ 0PP;  P_R @h @3H @` _S)- 0RPF;i  @@`@ @`QgT@ 0 @ 0FPƨi* @P @#(c4 @(@ 1l @  @ƈ7.VnV6*ch @۟m C5cw }e 99wyJ<5[Y+o-Kzas@#M@G4K?QR  0RTiG@xJ0 @ 0FΦ 0\|۞XZ` xd?' v'3:&.qL>itS=|~3>|OBl2mj0]4Uk0G% @YYu>ᾯIsJzS'MJP >dYEM#XKJ`BQ˨0 @\`͹g|Ƚ G^J Wor>n&4*GH!8_o*_k4[^Pk9ek syv@VHk}j>]H̱d/Q@v%~6Fk: ey望_|a-]u>h}&S]VK$4.};W O`່ B2j.gt@QO4$gqK|AF|\O|Hu?.K`ʕv4Jzõ6sr @ S @D0\[0 f/[D3-av*WZӭM]U{W`=tm4&3/s"˽6J54aR:N( ~왂Y -@hBzM@#΅N5!:@-z5w۲7oU{EߤIOV&k6h =.Kތdk$JԹF{Oog%z' 3(=CMA v + W_>'&g-oz&n_ݓOg?O|g<0S>V6s OMI*~#T~vN4ӥ 3?~o9aV)IѲ#I|x6w:-(mb@@X@Xz sV<S3aL;&o*kz`φ"F{=LǷY 3歝 `_ߝ:\ڿV~09]\UaU9]S& H%= _ԙbQ}~@No"O /Xܫk߮F휚)/)#gzw7* ;>atꎹn?wAZ@6q?O~1ONP%g 6M(MEҿ: H8oKg$DiRS!@}3q}@K q鍋2`9^)\Wj~`Ec?~=,^~J_ cZ]eȋWʝ'uJ%E XCG`躌 CO@_ [{>5%_[[~rϿ 2=3ORy'ZU 919}`4{&Q=zkю{7Y*ɳ!H@{skdUJGNk>3so7WBԀ;SRl*߫n_/\_bwOʧ;rR.&\~vfߟU'gʁfzPږ hL8D 'Oy}˯f޼`:Ee4̄hnrԫ,!@(B@^(+2|Jb1N/u_pOcWj4M^3 &4r҄ͮcj{ɼ+NeۥQG-+oK~: j,d92iD}:VZq0CXE T}k#Sz(7HJ)Aۿ{@B(?X9>77|S.RqxSU(e̓ 0j(T5]jRē:d= GFfKѫP5#9 t%   @q4z'G&gIG%-is)XG˔(=e oQs@@,&; ʵk }ƚJ+O㢀>37N)\,^G%- `xC(OL~/jH @{T18Vb H( @HH)"ThL P# "H@Y@Weg 0=H!@  {׺iW+77~u!@7 R߼yvWtȶ)" ^.'es:Q .XDk汹u5[njK"+Ҕ@0v;UVw(K8|d4sXw9PmdH奖N{ Nt#y@PI!@Uy}rrҼrJtz?6CUr7UTn]Lt&9_*o׿ 8 iH`;*A0B{$[[tIPK"\t":@X// &g_U9onTn|o$EQwb~IA0pS U8hyBgPz @"PIVEj{(D2K8a'@c3>gjP˷5rNէ?^;kDbl q8B+{zC{>Nu!@P!@]!%D~?noݮ XJ$&}Xۿ_ۜ׎vُڍF?U0ZQ[l(G#  O @?S& @$t'XȬbF ԍ]<_wϭÅg+W>%M$ΙURJ[3ܼ T|T|I'N[5_Uu23:# ~x?/2V.o[S[+_8&;_ܾaX\3nNa8-t @P˟!@]LzⰜؿYs3o}UMw~3aݳ?SNzl!(L) N}ޤa-3 ?|uX*?;!ܳ KO>=gJGsU|ŻQTh>z⭰~nz +~MZmJ).nr\h@.N!A/PB!@|P0Y7[V}KsuHڥTnl肟?mD 3U{f?~~ŦY}eiUHK7WQ2)HZSpR'gr?]Ci$O @h@^TheԹiSFlY#5 u<<3"cJɫʇ:@ȃgn~pZ*@>F —ݓiDt):dJ㿘@ݽrF;`''E 0Kli8⋐QucI_XN! u   ֦L)h"&. Ew.zu<8FhjaTB` L\|bfe1  Q#S) [{]~گz޽?ݮ\0w٬vzPNZvW\ծ6<ʒi_xhpH@&  K?䢴Q!7iQƷi9 $Z lG0zۍ h7M&) !- 4"~D߿:(~~RĄ|ǮNs38~"1#0fNs!@` HP* OȮmeZwi %q6ܓgڙ$[5Xlإ.M*H0PF[i @ & 8iI.*N1S2#"0VMc!@`4 m/kOOГ)k&''}k|\RB-Oh Z<( @ =(+Τ"|"̻P6s??|u{ TaPg|44Oyf\@7`, *@E!f_S@d t@*~PJqdKhD79$a$0F!@ =Fq-`ts əL 0P @` ԙs-н:s:H0  `9m#$a%0=G!@@7brd{A{!-{?mZdmV!)("I> tďZ01qXV {(gN z:DZd@@+COdS-"ЩBȊzީڒ:H0  ._d@A7~C&Зnuґ Rm-@P:ϔ!@=&0&!@6 )")@@@nH1dm@_PEr!@#З>Q-۲7}g{Sz9E&6:s-:H0  #Ӈ%npl@{P@P_ulV9z{'IM\@?ݰַ6M 6 @F;H"wJ (2]J".%k@Y34Pơi# 8+4Sw񍋕4 @(۟m<5+RzewƯjWCˀ}B8Q NԱD Tg{Y T7 TeD @u" @ M 5@qqjƊ Xu7 $ &3ٜ!9Gŵv&8֟Oh ZP  47@R@T] d @- OM8hL6g3{ryZ;[dߍvAx@@-'p40 x4`p/iS @!@CmT @ 5n\@:B8YG~Z t=M $~'{V0=K @`L W|z*ѡvyKNkOr-U`O;mTnn:33ԣ] h/ #Д411WjfL:.kAY@s\m{7 שPԡmk m^@Y"ީZ%_*߽;E|hb\8nPƭi/ 2tJ? `zyۈ0}D !@}#P ZrG9 0& @#B@&ٶ:~6snroso\XdvuG ""؀ QhR6Z_2HOJ@d͟>& XosP9 @`\1?fYtZ?t]6FΥi ! V  @S, @P0i%i! (L I@"`U'tuoC}(3$@F;:ݥ^2Rh@ڮ q"͟mR=-D`:@ P U@v).+_ǒoE|k @S. @E \\ u2h2N P~%m0 M(ݤK t}unpj;Ԋ*ZkMV(WA @G_T6Z9ኢv+(Okp:K<  g:ux5k!&ʡ{[ٽF| WAP: @A`oNEAvo~p{.lǖ,TM. @^N LLLIj[Wes˨IY9T= ngt*v##;֔@yS~54Y9ȵ5mԔK!0XP?  @/n|m U'֧^/ TBR.@ 6EAzH@br*ͭ)W547s"c~|@RͽNPkJ~5^<@@ H7U\j 5Z[B^tB< u t^)̽鿨!a?n@C 6`2V*dCG`躌 CB鿨!d X7l^*?f b AupFH@=sJ t@SBp6Tq۔Gvܨ:{yX!@)4 `P@@' |mUoykB)}VzW yiY(dO 6 <"*@(LM?@%2 hhR. T|,E7H@N]ٽp R:@&.qrQa@@c۟m<5+tu^ykٝuOy (BRV8B kIh_!:!|œS}t:33S>ZAN+{SOG 8 @CA5`(6T`OTj`0ժ5h* @ hWBJ@Wf3W7.\BzyK0K @:k]7[CAC 0 htZLڑv-  'ӳ巂fwYr'%Lޤ- 0RxʬSl۲ߩ]Ǘ)-@юY 0~&&fݞjԷջStQ}(ǴƄx@LgI9?&f3q}@F@R蟹']2gw=c(c4FehJdH#7@h  @`D8NrSSgO* Ȱ@`P@F 6_^L4yP Q /T+v PH 0D%!@ LܩVu'ODߦ"7 0$&.qrQ SM@lkY.+o-3>ywKΨ>1qĄ_ $s?4:0)}ڴg{Y Sh)Q|tnz &ɔyE(CGu q!Д ezDm6|%)ܜH;%^zzY\lVx%Fz<@oWߩu`5 캻 1Bi'_Sq.䒨 w^(  #v jS$PdZi^PH-H ^8ʒ) o( mElU*"rh6PynY\@da; @/ @="ЂԞ[3OC<Tmz!i 4*- 0 de" HQ @@4ul p+.KVfqwHNh^@`H T4B6 @ AޭS iA_CZmRc7Ϙ@@!@`4\"3 \:g\հ'Vs =fҰ\@`P@C+&{jn/98K`t^4@@S6"o8H&zI eP @ MyR66=  |CvZ~{VZ.ޔ,Ifʣ3# ,}+YUCCَk-}4%V4WusS5i=r/S%V"剒QY)ކqǪEi @)MM,"ָ U*<7k=/(= o9V2nAmܘȀqFÇ!@9=eJA%`P{zi$K{hb@ 0ۑ{ExH9z0L)  557Vro)G@)9C P"mo3}sD*s @򊷁#O`4nKZ@GE8m@SR6r tV!g@ 0[keIǿPm ےV@ (nSt_o<@ʑ'н[!@h(n׸Q@ez_(cRFg@=C'{jY#heyö*uP<ЏNLIO@O ( @YSYn^e(5j "Xzޔdu ~~}_rN(D6 J $0_ovc'P`5-rsC)JSHBz)QH!@`(bnj%5EX0 XB@SailD^p@f_(J@ @`x ޾ @hq @ުSs@ @Y0O[f&tM1]SĠ]ZQ2:zwvkuYlYK?W0}D)>&RAZNɨ]ZQ2:z' o*γ{dXH}qS:Qw_?7)w̪H8@gJ :еL u- AzT*z|'PGa93D;]õ(3`@ҧ3_|ܺ<h)쁓z͏Wfv7WeVޞxjX *NRKzPφy Ҵ}@ktl.z_rK drtkijav;;n>}@Prw$=FS377eJ;NɟS_t8 ^>nv?=qk{;xS./N)zmnp<&&& ~Vژ~u%+e3t:ᛇeoX|Z8݆cgp>YG myٹlyku#s }MQm-U/}kj}߭Lvw{0%bsϖ[+}*(S?΃vwb 2/2 AC`B:|y׫پu~FA +d*1O~S_ε+~W=@!IS}ߞZޭv@=2/X~owdjy4P~)D<[i\@7 gwU,Aգ'_[Z8`%aS 3J''LxdSz>߭V7wvvD'IV7굗V(1q)XZ[Ț*s y(d0H\K1hp ̬VO,Nbofg~wqҿsv@[釲UBӡb"ոDlLMFSfT6PHU <z[.YkeQs)jR\| 'q),WGV.C>FciㄉgNm\_KLJ]Y l}EƹG /^vO"17qA&rnbg)˧BMA̳uJ*y$ivE;wb{{V; "#whMh9]1eXԨ8; :?@WQ(jV@V#4? r( )xT (UA\,GIt̖BO3 ]j*cKB%,{5_pz(\A߲5ljC.$Wpu{4h1aZKW1sHc=ٺn1TX]a>yY.Dآ[ώJ/=GJaXF+E74`\LZqv5D%oM!qUe*!T K@f-Ib6zts)mZ#SeCv :O8֍:% y-EU ҘQg{GjӔMBw%^js݁[\S[E"MxoPoKMH`eރoA S'{ R&* M5w_ icS=aXhCF;Tz,)+eeCn`BDL0mWY^!+чgE㢖{Q6N#cI(jo- #?1F av#1V7YU_"OWSx/1*S>rma c2P5 N\8-E8M+\`|DXjߤ&cKpWsK#5)'(,٨)5keDI&,^ }Hn3YS ArR dzc&nUE;481\̔WC\;TM9:r9|dd,-r&~3r@ OhVg[TrW;p9{*ß$?S^)E?DDs-~(S(i.{ 9J4ml!c%jTs܋%Z˅f e=%\GiCU mkMkx'X0 Ğ <!M|G<ـX4vхe-gX\m9kb YCy#a}o/]mIKٛ[=r OwS|=X~09ۺ"y$ ~6j?؞DPdd_=CRRU-qN8^PL__\ 6^[ӹO[%V¼^-SLޱĵkRw<D[ЄmQI?g颦"?N/i,yjIyjEQ dD&?qJ=.PaUר 8:l'sV"7SzC|lסV{I Xuw`33q9اQh\]yԍluF#)B wԖSnԬA`M?e(4'n5i76?^ru3)a4fi^*O˰u^I.z<;&=0U עf PnEy,N7Xf+ ?ъ!K[t#grϋ [BH)5۩kD9Da:dHG /NŲ1&jVNWK ,rMʮZ$ fڴ9ph0ƴDNKK|i/$"-h=@4`c CO-pl;yn"k,n{nО뜄YZ/.uA7>\7ϱ_޼Y_'Ǭ[SwE|rv 96.o?B).y4?[Zq5#LIzۏO&#圸qeYFAM;d._ w3/7S4|/S|V^@._^Cԝ9}6o[A`kx:ED0Z(<#S;~4 ϣO "o|kR;7|2}Q#AV+fRQfY^aU#,C`"q2_xTo PiflZ?Ds!XcjrPkhYޞݼtEyɮP8=Kh IޟM@mj/2GX>2ԦI/CCxoSpI/45N1ڇ'Ìn7^pL?}EUuWc0?S|x(0 sZ^uxL E-IL8{$3Z|FOսE&ťjw+YeP18r'?9165(Av7Kv5~mN{sj};88g6Cx >'_usUJ J9"uC5l &d$nh vl݁> 8[NS{)֞mo:̉ /PьunGB҅||%P0(YXrpY= HfߴB) ;qW 8wpEj_|&3ǻG;zxjo_wH\#:dM^u)H5@&y2ҜΪo378FjOF-ha'âZ)Z2OYLԮ=|Y϶,Ng;^eMC|}:ӛBY8{b?A1Fvz\.U"uUM93&!o+(|#p5*t!@g"={ N~.N~΁IgnoT1"D燦 YHsʎ ʁTʬ%qfpPO\-{BX3ۍimڢ֔IX\bIB1QZ*RˈDP`#x7%AK̏3"q=4 ~OI [f*@E/֮DBnH{dpO/@(6 9ә4SS^%L#~p h.C1x 椐y븹*oo5^J8  Gщd g`**V*u-1KTZ2ɝKIDAT6lbҹdzHA[fڟ8 6:M CԝxqC a/\(I&(=UJ4N H.OBP; z`Gj*2Dmz:ښyt~M*[٧Hr Y<"- ܭiͱo"g\׎&GٞDIo`0MZ~~'1u%!Nri\/,2]W8.*Wry&z|;oR?h>HD[(2ժ BNM^DU tr`݇[4毶FPz{.rV-M~1- Pil@U^-H]gQW5xd~`̥$ cȑ$?Y7.=?@+_; ,94Tꆔ$ڹ[X\᏾%>-Njýd퀬o"Qi_^@b dXL26˕WaVBcvn8~DWZ(mȋOff_*:Q]-vbx]4y3 '0Y\p:WL&( ‡ z˧cA|蚾qch \\ eʙoд PJRQ~_L }),.g-s"{cesGOϕe }ZxPBEq*Q[]Λ8¾kWuq233в>*~i) ?<1z +[ιqrJ 1f ?PRfM?T!io?ǫFӴ~t)>lWUv3KZ.C[Ie]NEP鷒 =0%`CW7GCa3oPLJPs\eCAa"1\_ =q`as}#rz?jmo4ӽOw#ߡ^c c}|||||||||͓O[_|EIENDB`Dd90@D  3 A"`bh?N!<n^Ćnh?N!<n^PNG  IHDR7sRGBeIDATx^ ]ey>$''  JʿѨXb*:NΌv-X):ʧC-\* *j 81rny׳{޳oeqX{{O1iij&O>!q3&^mMcC_}hZZ-iF?֥8@4n\Q`0/|-Cȯ1ڨ-mtXӺXjװxXS7^&ٝk4?GD_Z11V*VR" ˆ!+5f^!jDC$ (k;qU[lAuF8wXY^j3GUG>W_wUݑQ!XY>5D4"hS䃥. nQDζ~A#ѵO©&Tښ Ђ~:eakdXo ki62zL2ozI7͞F@ m/D5S7DŽ K}|OPGΰI3S 4oјfks fV7¼6^a~k@9[Pi5/a]z;hTq(*@VGawOgKqAo}%&Fq0ю,h3oj~qa 5jZ[|A֡Ij҆8@㤉24sH&i2RZBYBh a}eYr3q?ݙ7XB_5j&S\k226t::dL`ej%=!'_BOi;:%W?Vkw4-iYm*mDle#eFw̒er͹q y(.M0'=cO`/ysv\hk$whv#uÒ--ua]S?oI'`lyصo=|ggf͚ fcv”p֐0mk'ݺzM}Ri.hilLZxqN+E:L| TTZ5NVe{u/5iI ԽGHNOvO[lsssÇ3dPN ODn=gW_6tqаqpgn S3hl.n2溳={տBWvZaViK1o|#_M4 #P<@*E`IetL!GMԵ8)ZKԩ&\3GԮɤnfZGGi4} "kFH,-ZƐxD_+LkxSO?j50~˗v䄶jTl0@%IBͫD/MNdTX0o:7l3ga&|i5Zg!yЁdz-_ZD48詧833"eFf#h:@ɻG{3ss?yЅ=!QsskOhO=Ҩ@ֲhG_AUQlX~|OllvA>FݚB贶5I_E4DMi~G+R\`>f%2PiO#<ى>~O;N ]:i wߑLoD0t?9x9U9 ?,V AGͣ"U"gs^BȐaL`[vqC@@ >kOB P$MH*c$i'I4r@EKhPw Z xy"{"33iDY,Bh$nY sXFyDluwPJ'%Մp5uqr\K<:tʗE`彟xrMZFA7u H@Ђ8AXoZZjɅF?{b!3t6Pc''2`v $o^>_̠']|_{ kQgmi]/ʩg-ciߴfDЛ~57D# 'b.6w&"i5H3^ĩtrY`V~Lb@!58H iY^Εď2!"X}\L'Lp~cog}h5{Ͼ}s܋~[,9kODYџ058h~"qP'|񷾈ƥ$&lC3-68t h+WjkGqڵ}q9BDw8x93|_xJƼiR[tkR$f3MtI+_55}KR&m4\9pYdWtee?IԚ5KPg[4StAݚHoҸ4cP7%)BG(QB ,Ayj`fӲ#CzZ"[DNo._lJث^ F'Æ?Tp@ Xn P$\)yvMZh-[?ǭ+o]+V|+DgI.,rm3D5@>q" zמݲz#O$/m e[{|RϿ II4k@/m6M`6JzΒh"7MgV*i Vijt*7i]=,7_J: 02|eKbe&l6ȲXu@ثB/b3/a  n0L"֢a4&mE@;Y↿лԒh1jD(=Z$i/>{h+O/ܺ;[,ѸsVF j)@4'e,tlHS8tSַxF v3M!Z%5 # +SQq|{+)~);A&=0[]9qi_Ǣ4e^.U!UpQJekG5 %6̷CT]=HD_'XqԹJK,ab?ۖȝW+u?_b:c^)=^B2}.s`Vk;_DKVPMDZ[k'?V[B[=!UrO ^/JhX$-.0r0zrh255:?OswjDi0tEr|0['Nlyg ,kGk0\%NZ'Vh$z42[:l/R'$:-:^17L y7F9sКuظN71a#5i@[.RF[kgϙoD,kvnZ/mYc4¬gu<>0p-*դ8JSuIԄ9etfT ؂BEwk~hrUkb\1M{@zb<&f=l|#+DoЏ_fhbbB#Hm7ZbF' 5K^v9-9AŊXb=@YI] C$N>sۧ6}+-LgqX[6/^yw>Ȱ$EH+-zo2z-&젗Fm8u폾~ʶ\T:m*1.DniQhv_D$FGpN`D7u5x-q![kc/|gX$ҥ ƻ_սY/~a; Bqi9Y* yZ^iô@ZK()UavhY!Ѭ?8@iҚV(/ƾF CzfҢj䪣QȍE/Ekww:ԅČNS,]KB"ef;x\ڒJjArьCLRS8&uu.f{٨:CaA@X/X.z'?Im&Us-O21g *ꝥ(z+Tڂ؂ױqOu$`PGcq@F ous]mIk{Ǝ_LMxQFyA@@@$.[sgf*0@@@C`?\{bJG>"()x_rhdtM9&j`"D@Ҋ$6q(QPR 0dMV/cӱ "LV5/[\Kf~Be\ [c&9 cp&Z(צ#qD7kDG$>I{B$'@.1:( ΅pPi)(5+<%ZTیg+$&ar3l\3 Y^KֽTQ! r8Z-;OŸǯZ}fop;\v9O@SlF9vJFT)dZem6;'e3OUR8m .O.okQ^ceV#5|0  U' K TnayZT"t@@~*-d&3PCP«4gPgCcΖԄ,[F@;W{̀JK@jL Jۻw/ٸqc&*Q4tCp,ݣi ]'5sU    !u03pͯ"@;.qI癗GM4hpSv5 0   .=Ael+qـA@@@\e.I'1S~m7Ec(/J{|ޗZI!:@c $)eMn _җF $j yYR4M%$',rAA@HIKc':SݑDOCĞNmTU kTƤk[n%"5qFK=0y4V4\7: F{>\;GgP=sG:_鶿?7vLJRVƐ-$}IJh[@t]_mJ(",dEqF0yJ545:CXb_АS__vfUPN=?v-чƎu_~m;uooS^r-$bV ~ʋU'-XLkA_|1IpX64aCOڣ %V|%TkQ~\$L:yHOjv9Nv \ɄJ3{GK55(5-޲Gy$_Ea*mY뮻Q{H@X٢N"$gMfzwy|t/;=iO4~Hc:B[y 2Hc(Sks>Hѳd3!];c|?2#~;=/}ˣ'?Y`=xKiz=wu{,ΤDnVe4zMHodتɟӕ3BEXs9ݫh5M™P   "'2N[< 1j|]'u$b3Nfh<ߓфtT; zKtMrR3 GwƗQj25GYvS<&Yu*M2{_g:]I޲LyKm!FHғZ^v*8Kh wHfɆ=Ƣ C4UdK94"ZqlPҨM8G>|5EH]_3)(,ZKVGWk?ͷ|R 2gt[^g/yt{ީi/9%Ŷq1qiOkH,>mz6*9{CuiٮQhK0X*k*dd7h@@O0>sι΃OжDYt+_2n?iSW@z^SroP H:z!N)^5OEcxq۶+O9A5J)@@,:6{N8+q*M(N:iD8hۢ-H?߿oǛ P0G?/9r$SȣO;x*I$]y p\ë,NQXGF9F?LNj35|`lmDaA@@ -.Oj5Ǚ bk߰rr/ܾ]cKV鏂3'ݷ߱=asҤy/_T-]u1=Lݯ'Fqy]r ̛d?/NJ9m  !@@@ {-:SI +l>&/_-/÷Fn;ZaW!+Re1͗ȶ$E|i![dG 'u1GwhViUFm*-L0kD)CˆeBےDCKVI!:@c $㙿JklCAA@@*J\˿(G    %px^Ń    PӇYՒEZ=J+d2Ѓ    !h{q{C |`,lswꮹpwnm2N?PiVh2gkVN]3nkF?jrl(\31zDžJ{* eș@{إiW]3;]iE㷩CbmCGmv—s}!;hwvX]g=Z4{bG$ mY ɤJkJCA9A@@r&@γnW# 20?%%Jl~eY ف4?E%u%mih:t *) șr3rQ'J~2ɹFf8r/d   ‡F]2gJ5k=ДfrJ@Ovj;2Oh=I|QBM3HU=b@xpӖE2W|j@Ѹ2!>twqt=5KMN p*mEhk6%fJ 4ڬ+K?aRlrȰ.HyJC#L)Rit442U9HQm[I Q$맪g`x7@t ߀A6UԬb}[V u @!GhNC. 5 ༯YkjR@`+6h3,itfzu{VsITUCPium(@.5SJgj!u %@̴4J   %&Vʁi  F@vA^P D*-.lviO헬uL|$j``ar$SIXE4<؆ B*C6:ʔB* @Ofs><&@[[ KA@@4Tنw$ZWTZUj v@ԅ9D-wl ^Ɂ74 PWHx bIۼTD 8pa`:dL ޒK¶Wwv잱 +l>ffj o\Z P6^le+$ VAK=|RGA`11բG8ZCtCtwN?3M=Q?wF==C/h#b5f@ !#  @F.$G"3HTZM*-mH@@@ 9iP,}Y{KooͰ@@ !7Te+9Pi [S5JsSDiվqT5JT^PVv*MxZeN[   P;v[D;Hj^@@\ A&z<7nz<=SBgwxvE  x\AF z<};OkL.ܲMsI|-˟|.U Es:=%JQdVK PJն` $@_%JQH8  U$PTZ[Z6{=.9Ș@>CY* J˸U3yٹ^4[/p>eA.  9(ۃ,^13 9ٝϭ)[m}Էx:UZCMBT8|srf*-oWQ6쁨v*LJA@F gZ l IEeGn? A@KQA.Tty'5]ԧ( @ Aƫڮܼ~fj o\_ZkbhULƪի>X  W97:m>dxL[Z:!!3Csg)A58Jk}R}cJ+ 2ٚ @ 'j]JCg͵޸`4#$H @@ E+'&WMjbUkW\3>>1:jtt|xxlxxVkDׇtI9}iܯ}k* 󲗽?@$.ZK#F)K_1z8Dj  u܁3b634W=Ctͮa#}'VOҲkMctPPmaD Lh+D P,, @mݪɑkF֭5#GOyؚ+F>ަ̢3}̫d³QϐBrzKrNx  2t ǡVSMEHZPi'3jj)2Ne/Tڒ\Jz|W'>@B` auz4+tT]yLv1%Гl& gjiJݒ >7&Zhx65U_߸gomnW>xVtQ=Izr #6veRL3}HmVq"alscWFQ ,o FQ5 1aFgmw0&c L*Ual0Lq}uMĕIal`T쓩SY:8]J )dndTBPi%% s,/Eml#Uvd'KizEu! L)L9=ucePi E3>9Pd7~h6kfJRQe!.O6RmJ瓫O+KeaT- @ղZ |3RcvO΃/; Vڹ_?,}PQNljBd&RSIJJ+~Y'j,H gGP#"<'4Ͽ*RsOhk#ui^UQ*e [O9ʔđD$dOK(/kfZ4WpNN+k"8Umϰ$Q 9NB@i}3'V∶O43[L(ui JZ@@ }a&|iVLn>ffj o\Ȅ|ie-b;Ҥ M֜WRْW-|i!/?Vl(  ZNhCZKꮹuź:n ! +^hC7M,m}J{tqiijPM 7V6@JKa\O*AM!Dk,5K٭H@&7q   a@0    7Ȗxyfd[,R=Stov-đL8rNåSgA0{ lyyT̶9Db  P"PiUzb UEJ 0{Zt(!qi9! CpXhHs"E=@K˶#=c3E?k>k۔ϗ$ZKoJ=]KIKRK(PfH_xM5gQ@|iI DBJ#WP7wP% ۔TQjl7d[3F.vX 1y-Q:8%\AoL@@@H?Kk\H#}H@ggjƏ VLUXrsً&>K&RUf54TZ띄N{dd $P½mNOգF{FI7Hg S+碄d`Rjg>LX{=07۩NVC)t`,'@KHa$Um9HLӽڭ?Ų0ifD$JdD՗&%KZuGt(4.ı`h]eZw-gLpCzsg/ *-j$O#uh((Ӡ C%\PRdQuNzѠ/TZxxmT9|Cr>e/4 ǥaA}mgBG>" o{B!fd(KzI>% Ng_Z/-/(NMFn!WJ [`>w-[" @@< #&XiSvˇ\v-&}DhTr^ED0^HY 0dA"e Lǥܼf&J26.-4blZJ/Mp^wD5ƥk["FLQI>Q $?.5TFҢKCj(4AiN:jwTlrZAfb5PZF/-j/u4.z[ O՗Rsl5_LGuQ/-I!,Ȓ|.qFF _Z—J4Ғ|4\%H޲-M9ҲXC@Hf%9Zl]=Pݐ:9[yK%{'yH^9Ä;fΰNrA@@jҪVc)K:蚕W0u7Ehs +""OԉTZk'Cۤ,uKceպbb3M-:D C*- !5{:ŵr 5[8> %:<#Cpw7*dRAifG*-;NY.2P+u`܀=]˓?S!d^Шj_ō- VȶꫲHN59:Kv[?9e"b.d"VD {@Ԭk|.L Fe뻔/mr͋3 :FeiJw_z akGWO{zG#hB9VpCzsg)mNmv 2dhm%[Ni0{$  &`[b6w:K WK˶nRyD۪$=~8_is|i#sot|iɫ;d 1v r`|.D HQ9תU(TD^ QTK˨i9Y)Լ )P>Le˭,QĚN2.׌$y;ȽxyY3T8l]Knsej LĆxT@g2~ASqesO5 R tOL% |.e&Jtj3|'TZm;/&b 딂z$ s!nMu,\s.[]++버JߢPiPieyGHx;qT?mns~'rO߸ʦ=)S>'R_J$*1a'TPiPieyDG;TZ`ª~,xFcХ$ʗmLϧN"<//]?* k<#ʬ8GU+C- @^xv"L^#a_E@v VzD)@ 4@G[{Zԕ/oJ8/DSJIk'(c]7,eEj|5H"ҪWg8_׺-u=ŀB0BtMwL̥TZ| U'_ZkgJ@救M9P˴j8TZqtN=—X)6<x{([|& S5{d[,ᓭeM=ziIV C]'d+p }.jNh3%l$FmS 7/tNWZ`2e\?΁hk5v[71JupB/ZWІ7nᮇ.xɵ'hsSھ|i\BȊ@}i)\ʊ,--imZڹLƺԁ ޖrɎ+n"0 Iy\qi^0iN5n0Iw9I>FڦHg[sVA930$'BV+XUƅlߗ1^`QT)bmL}_{NSm4FBԟ%pTZ K?0%J]*D򴥒cQT—N2)"% jKKޭМR@hd jUi.׷s@_X,(Xj$Za'PcpU!]#RZd&[uDR|i\ yF잔hN*ҁ8ㅩ4_UZv?vct5&ǰQ@ 1DO0ý EÇoN \u'FJƶkg%/Wi $: 1`xv`lRz"^l]";t!)#^݄.dz+ʗ=)ҧ8cJHJH -aoRJ'ti)Ө'a60Hʼn+j.'&vNwg!&՜5%EH* _>{T=_T=d'N`:jR>?V:[vHU"t 3HG8~5 @?RTmq<>8_[vm&+/-0J9Hn rPk5\++\'Ky5Eo'?|נd&K;O _Z±2cI"KJ /|[^ ?"2WiIFĜ.!]QvI_JbFW+6*-k3"!je>uw'wv&哲M![  o4q]]굓kOϝ榴};٩k5'_|?|^?Ra|3YdS.gI SY0 m&$:I0"nOB;zl,1R<Ϩcw*WwE̐䢪/1:EylKݒL]3nFjf6/-!î&N>F>9J6$!ZŒѩ?>Z.01,(NcEVaz]DPxc_NۇLZ97|/ί[=:4.͆qOŮ2 3}iSi?D$iO )WiV%؜lx s.ˬkA1l[6̲)+Nj9y5U/-ٔTi??9rKT3Lz ҨPPi?!MZur_ٱOEđ]d̡%B,ϒf|@⣢\Dc%ſr.WVu!3 :ߢojG_ mt{Fx&e*3շkJuNFJ\.1j4˦4Jru|i\j)ԗj9%; r9e J𥥂1D_o{_+zeT2dAJ.JP 8iǃX:b) "*@%dz`$ dAr$FĩD]YNϼ+TTZ5 V@& R>=zB;8r?։DA444KUqɥ/>l=iـt@@ ;Si{,ͮI?/um,|i(QU (J#qvgbeZ-KY]ʎ*V-Rc|x2F^! @uk$qiZM"2ׅ8WfN5^ˎ05LNݳ)- 2,6eD*z9IV+]P.];+,T/*QCN25F%jf(\HP#C!r^|R@ PCVN#PL0t0ׇ mXGZ%{5y i,vՄ+T#%r9gvkK%ZƁn[Z3,c0Sr cč+h r2@*JҨ<<1%;ԕ8gZ3zK̔NrM!/\khTo]`h6aiGUS3/G$ (Jc/Ѹ.;KSy< 'J-7),)V 9,P!D5(MKAI >SYS&g<"/+x4TqDj\E+m:js }*E5Mux,i訒sJI Eq)H #MH|xZ#]7tS2>Vhr=x@ntO'ˠkS(Sf*vÖfRW(JѸmesOY,wSM+Kި014ͥQUf}]+SJ䂫TvްJeԿq/>1㎣e)" |_J2sC(ƥ]@ %RiXQ^ײ*(z:J%;}W :T(+G@l@.r+J#kX%O~8JY *& TXŠyΜ h6avda(!LʥX>#Y.Ug`\ZXNbi!%o/25 [:ϋtf)y}xbu#3BDȇQOReoSj R428VU[U$ʇ3r)7x]?ʮҘܭ/xOLPP9G9_V+jܯH}qǺj,&HipbB-# 3u'Tv+Znl5T \gY"$J {,+ :x M PպeA"p3M [|4Ti6Z#**Bi>+ ;Ļ(#}W5ÂSqY(Js%k#HԽfs%Yv_ZDB]8@,ug^(@)T#VwzqYI_zH@)ly+BH/^&xA U/SEm| NX9%T_Y+W_eۻYQtkQUj  P[ū4K}UЇػ1ƈX(Er(JOH~-B:R20ZhiL%S1  $Bat9k\N.y @ p0un9XdTZxED -w6IWCik:JWǐh/QUmB`5 E*\)PWM+@ ]L5eE@b&Vsֳ\&IUJГ(c UJ\`z']…5,x&L*ɵ'#dmA%e&VpghApW J+f3HQ<6%-0t=y#I6/8vr B @5Qd2"]5*-^rV}W01=CfMZY3[_uӵu=t=cVټ~fj o\ML:3Տw۵[m)lj#$Qmҷ6otD:OvߐQ4濪]KåJ9}趚q2JekAJ 2V` 88~>Cuܝߝ_ztĘ4ZϪC[j-кo9c↻k'מ;Ni5Cbƥf}#Ek ҲfwW+K )1`V !}iN7[x.ɚr>).^ɿlC&c}&Qfo|i!|i}jsK˾="!e\Z8d PZYZ% _DH"q *.9˂@n[++sbTv3m!i1RF`Pih  P(4~n-$bGtI X<Pi!3C &!iyZfD˓*@@hQsN˯| ^#ԋ| Ԛ |-)7„!A q Q7ogb|L9^&:Ǵwdr:_!Y %6lA^Y:*WB'V:D @*MjrU%Ѹ22k۫Km^53*~uE JGU^6!eFD؋dIRS^gTdmKzuvb<24JW_O[?X~Ի(] LDcwy(*SEMA H8g4ylwvU* 8RmcI3Kbs 9u\͑Z+ @1@&Ul DHJK)4@A"5eOyQçUmX#-HgdKMS\RD_~sޜ!Mz]Ԇd"ܭF}j[G=֓fhrmUO^2V \XtViMj$B.Irأl@rĮKJA_Pij@RiޫDg2b@"Km99,Ғ)XQ5l7m-gkelZnR C7 N ڰ</5t*KCgi gw, iңV_- &]XlE t_Zc}iw_zTtC3pibOHp[rDc(hC|+TZ7ViY|T[W(q`67ADAUa7T:w$)0|ivby41Y~%dK'"eJJHS:KPPh^gwCZpTM Sӥ̿ !xY%j,ѪP?1MPiiDZ /$Z]\ s=͎R2TVUΘ?*Wr VzU 8-l!ߍ@A+n,mPb.Iem8ճ *zuAӥ3lu%I. V5GU`{44 dڨ1IUdݢM#`eE|FKڦT j/9s׷yو|!G P oG ITrK?= XYns]z~LJWVۼVߒMN{H0*@FBQS]'O!""ŁVPodDEZz+2urZ%H@B /,%lG\cEλ48tbȥe@^`Ԃ@ܕjQ $\O}7M4h0ŬW2Ly Vd   $t&E1JG@`5PcmᓗG6\TZ0ԅ@YǥՅor8H;g,TǷ1#J A@.o-08UnN*@*A@ Dd0'I9SB ڱ{6\yny߮p`o=S} ]dVS t cM9Rj%1#e *6&V >l6k J?m=˷̙6}hꮹu '\c=S3 QCڐM7^;Dmo6;_Zfs'o9*Ͻ!@U ؾfZ _Zua[?ŭu$9b\գCpx5.AZˠio9Ғ47ĭ2u EA ,]m+Ln:.53֨ wJ T߲+o4:['N6lhÚ>&yWd^N}l*Y4 Cf=|x#st1?7Ob{q715#N&Pi i'.uPP! +: e!p]{_x؛7Oo/;_x^t^l/|&]MJ˷ƐBǶϠ4^|;Υ|A*BR@m7>Һ$m9W(GSg &lsvؑ0Ag׾^륥L9x Vuk4}n:&3C>?vJˮ"DRQi!-!A!XЃֵG>r%\ve\s9ǿ8s-=S({#s_TT-v.OOO[7K(UW]]ӪUz<  &`nuzM̩J]z#"&6X@лt_(?,>YRޢ;|HWߗoQxz 8z}vuSx JC3zmԋ @I@ }&+ *bF&@&( m6mZ%?X̭CG,&Pr&bd@u>]NC$=GmHD۸O&AY5տ3J"l^t}L"@-@ м1%KۻwݡC/tA޽/5-!άPqc#}fm'݌ "@@IczSӓU0s-*ؗsG'ٱD/ISlDB-f F$ e'@Ob9it׳j}~:2#5{7;mZ!<6K*nAI45EˑJ*6D"  Pn$0Uʺ<=n&\Ql<)u—6a{ 1P$&fIEFȦP|i(l L.=dK D=@J۲>ZwKۡĸt[RR``SaH)]{l<}^E- _Z- KC9QȔ@ȁbr+6y|i!˴H#XIK+qSi  NחӣfT:#Ri-p!Ȇ/-<*@K/f,A@@@ 6# f%r @]?f @@C*>u@w`eA"BR5ߓR#@@/sbOFbg븢%TxV0@@ ="5bOC39v5nh%"@=8@@F ܈"DVK5DW>D7x/6~ l);)Hm7Lh=J    e$VZM    6   X91jUVZbѱUcãtZ#>̧kPi Ra{q{C |`,lswꮹpwnmbux$V   x氶nUk5#֎f&M5cW}\g2$    nڋŮf^OuvWNu^Oh]4ZC,qY@&]1{zYG\hs}A˧i-RjvdI Qp Yیit,^}zQ@&H gJvh->k/ Lr೭vZ蘣#FOHkX[v1jC왅   ! G?t)髅,_t.8tݰz7^xgnoutQ46_ 2Ti[ZjA .BB XHgY|G^tºV[_5kUSlȃX&W:BY_;y'׎/ʒ+!Q**}'D2š2:Zv[*G&55}H<8 @hA!Ă^)uiI < q1i/{?n^T:i|򙫪NGTGY5Uӻ=;w姯$ԨG|E ɑybh1mQSj1S3bD qr0D$_lhΟcsyI-*\3w:WO;SYRi:F>3^n%[~ESo ̟Ո5hikyj-2'/,Ʃ^wDm4Q968RiG?$K/*: vڵ{waD*$htH{ߥBѮ&7o'[KF3o[Bԉ^LE#Wܮګl(Z{ӵygwFbsPC^~Q)ac!~NE֖ .jx޲c~QZzfKHBi|2Nc̮9d,7лҙZAK1<LNu-O`|Ti?hhK}Pz[ltACC륑+0hb _J/{?n^Է ɋQO y:z/Q: X4qi==H[ z—f )pXO=y'uՑ~e@{mt#HHӚ~9˝"/hr|!  n&_'ohc3_~wzRQ46_zFRGN_ԌMx%1t^ۺWkaCjuן]wL"j1)@@O{Y4\@?WIENDB`ADdJ-6  3 0AbrA;F:L)fpNA/.nFA;F:L)fpPNG  IHDRw%sRGB@IDATx^} uwuϱV! e%@2sL؉>>bs 8`?8CA Nv;;Ww_Qzz^W_]߽9#X+xrM0ƬL>YDN~a"˰Xdt\B uA7Z#k]"qmA%%i,eqAOiţQX7.J{ͩϸC~=N'%vnd]BV,LŕԐEHV*:|F,Hˠml~-68o_&iO5;G{1#97Ud&A0UW@B1 yI~&7;Ԥgg-$J\T>07Rl)w;lTIj&▕'g=(bX4eYQu9Tޔw7-#@LOq [ mt認Z"ff&j230bb T޲6V*ie3V&Ur#ӀVZ,`2&G̸K >(r[MokllڎG}Š߽Jg rTKM%H@"@ nwjd 3Kg,*1NĂn6X*m%Rl{V?~a\VBi`7\qCmV:i s?b7wV6d";}ظzi/.礞Yb@Rҳ=bO!X١XdH@`GcWcGtUˈ6 Gĕ V-ޡ$E,xӱW'ŸP|4z46ѺiSZK\| "-8؉>:?cs4vqF@7]/S]N V55bV"i `#meЄ98lmF`Ɖsy,P[1CvXVjJb"𐉭ی-X<LKl݉V21wa}'O=~m,?z9DMG0!P1Nu؉ITtV&?1q7*peM~sڙb=V 穪zsxbpG7,Dkdwީѿ2i3)O? dWl8mjyi9}DnX(7$wx4X&b[xzJH>eMM0 X!M`P32dRGܞ ~f%z~|WibhwXğy(oXOƣ+gWߪ{ɝ*;6xny2ysĊ\3CcO b8cψɏ8{[{`6T:Y9_ 6R|,/AU"d:K~b73-XĚ 6-0\j9yNuq3|7sbϯ}N!e1vl!8}}I{2 23䀵KƦ-fȺل8ĉl7UEJCSޑ!wg R3{w3XL-R;H;eb{.Ly82Q*IJBkDׄ!`):jEltý6~g壇.䗗tͿ򗛻f}=1F"!]מ7't,F 3nz^N(iG2lC^.'r8ێ lpI,Mv/l~lOiKJRQrb8Q3n|?q6"Nh:QrfT.,J%zMŧ%9HzUƺG_cC8GX qYHT<<2Sge5LBn)W.?Wi{]<7ψJYrt;د Ckb}c` "Fg!69,3̸ $[s,yؓA2L1s~!-D)f8[B&EB.` f[r{46 bfE58%~ʏQ ‘:)!gԆ)H±-9Ol/~isG m F2M,ڃc'ljF5yIiW-p0Ƚ 6jnXMWi3 Wj\IN\ԥQNc8 ?Qk'gBJGN2 niIP/!EڡBG.ʤXJceGsNw/;uiEb9H AVd$ec\c3-G b :LixbC ؉OLku!Pk XHsgi;# vܻv>]}wʮWv={UK?cm=7ІScXl#h^-`~,O84|?<3@wNA&5I#.2ȳ?pŘr( D47=5FXQiO54_vU 4veF5vNY,fqC]qDIL܎7[,Ě?{OO>K"ޘٜiU/q ϙ?QK GrE²LZ˦0@t6LnNyԾ8[6/l }H FO%WE9TRDPd'Z/)B!XCOZ[*Xo6"SgaK{eFl&1I3f*a(×P$߯hG3%8>ʕn~ A 2PBDે$~tᄊnh [%O L-aș7pӌə?w2?][tR'٩k…g lXEG 5oˆมi蘏z૙sw0cENdz\d5ݑbڲ(eJ /8S3Ʌ! 5G˫yT`#/Jd뷘W=kY<#^@]_'z1ʅdm~_l\u] H VH=勻o(]NB&/AxQ7PbITqœ! űyF*D~0!qE-|ñ͝j~-:H<0.H3&<w06ibvak=2 "jߙA#o1#p(p&lI.p$?^9OqlyT,OAlKu~fTUT8gߌ'ɉl{E׉_إga; o!@3|A}#[ \ȥ/3FTwBhO}Pw[՚ vgwj[,Hײt "Bh"HMBD@$&A|@uЕvF.uKUB$<\IS9uZ[>vɥWC-UG]_jUFvHn욻+H;nգ%!\&\kI"(!]2Kel@*#*F%n=6- J&V'8ٛnңWn$%*X!XRYDwze(Tn W RBW`%:8P*AHp(\FgW)C8etE$%@kq5:^@NOA,v[Dz`f[B;vqJ,‰JB5,v*T ׎gh"B}SπKz(qƂ v|˖y!xՅ1~9Ȋ,>4.ְˮgx]JiJ:W{;W}.L 5Hpr=mCUQ""UE^>E}gQR[M֒܅֬aDNKV*H[, ATȅL BHUj-g{UK4Gh[Ik K-%9,4`}#ْJ|+%CRLZ@sgTW H;/Sڟ/n5e٧(Tnu(QҮOIy=W١W7&($Yݷ.(A.yGg\fiESdPdCJ7"cO)\)sjw)_vfݣ P(A:ը25+VϔB(} I1duHQ5X43ϼG\ބud$?J[oֵ[O>yiިχ ,X"Dyvi/z˖L$>UEY ם@k8JE4 gѮ=fyLJz/e 'RNɘi"Boz3aJ24R-?I<OR@̜9 i26G/,_|bq祗^Kzْu'Yh;:4K'= yLN5ŋg ںΑO}ɏNCx,jO* ^K–rLifD"#KO#Ȉc|pا?i|B+#xl8]" ~U!˜;:vh"<c*cs1O}y|eS}XK!^Uʼn'*留 Ѝi)3 U^O89</!9c{  ѷ q izŷXJ@WyZ2ȱi29fΎ\I, 6^m3+aQޓ} w VdVQc(һ.!= D=a܄Yv~ܴ#B䈳 A"0} 8Pȓ!`R,Wʦ6l^-""=r!+{$,xq Ш% DLdKMFYC`1Q6%+#_i}#GYj](;~;oR؏ؾj7w?䍤`HT8v&M[zy!A qgw=nܸ͛7ϙsFۏ3ϾSi~r2H,L} zLr$h7u"n-zLjO`:+\ıyrFُs7k*bQ|fǔ |Jҁ%dlvK,?gCN[8ẽ<%Ϟu*vLØsGWޤ!P ޏz@.1T,RPde$(S:|<{̱ͅX,?p^{{ǸdIb={@gud7.lb\D˾va7HHUu_]!+嵈THy D`O|O|T{f"Px AQNo{H$Kes>XK'4Z Xpb,9e)'ΗzpR ~ĕȊzCԹxB&x<&r?&ʡ(H=Chs,>r((2<۲־(g1Vs/8W^u񬅼P!'@=zL=p<2q DX{+Rlmd7quN5Ю,{~iK. tgbQ.j1d!iݐJJ@H`* INx7_sF^0="CjC xs1qƆNJ[47[R,QdC*)E!!Y1IZ#B43i+봖IF&jlfkz"2=3@=377Grj%,]̾lp?[Kl& !CiEze˦P38a\ο1ŢގM3["IcB(\H9Y7iWaE@I]*ұݥn*=v, kJL͈å+]~) h7c΄! -а5`ۓPB܆ pME@k h3h w N'qG dEF7Z7CuY`DšɢLc"c!@V$B JG1!6hӶȶio(!@C GdER@["@ٖN&ܻk\Xm]6*JU@*J" BU lz@ $ ZViI!@TmX !@yrHV$u B  "@I H!@YcF9Bm l@E A^p{FT7MMxX݋^? }k' D?[ Eֿ_E֦ nd/墋.}TDA"ȼ2H0G(o}ŊDYPHZ.jTpի{'xB!0{({FY/" ]{キ5n`Y4x2LRS^HS<$ 6d2%FYXuL^w[,k+Rߢ%?bXבH%>E  iFZlOr}"@z&m(W\qE-LiTve`^؏0E- `U^tMF iE"%r&$>ɊgZ6YYav1,C j6H#, zq/A}LR 4"D@k@A(x##Av<%KTkҺ<򨣖OF{rWNҨc9H38X3B}_?oC{ Bbk,q1k#ێ,rd-7rMMV/iDBrj(!%-`H?裡aWM{p'GW0$%R 4Ƅk: G`> *-츎7B#~m{$QCijWG9+-[\\ꆋvI.u *CI#I mE(tmx D!+H2)Cv7fKV@(Is֬N}@~@ !@BIU! QGyo ]B +ړjC"@*$ Z jO !@Qdp0Bh-"[=6!0:N= j!@Vd%!E@#RBZEV R¹YYS4,)q*Rw2(#K+ے EVԬT$(T(B>WDV+WL)O `@)Qd}@>*/Ȗ$RAX"B]BB?\HZ PqȐQY7cG>n#Ȯ98&_jអ"E8ۭ!{.y;r i}thnB;WєFEG5зS5i XDڍA](ZwW}OJ98Hx (.(:tSdo=q+RU(R%S"̚eͰɷ23cE7˴p1M$oP>x)_zPc0j0.b"J m{kRs?! ) JVk>ظU_f|Ըvzpɺ#scFf?[0rZy:Y!P^ PdZ$1c$KJs;~{wW꭛yA=%Ex%eh@\Q,Β4 Oa{.˿9;gvyŹ{g'6{֑(&ϯ'DQA0踈*%I'.)"$kJ3v[ /K:XSr9=iJz%yˮmlJbEUXPK¤% h_uM=+Ep"7av Klf<dE6M( VA I{xQEymA[Ȋ @Ou֡@)!@@(V$QdWc=ׯ^zŊtD*OPƍ%Tm"هKp?QdM[zv8q)S>၁UV>0o޼ڔR'>D"QJHK6D3I :_A 3fx9R)\p|II,j]3ӑ6$2KN5,ɒn~tWwpb$1 Qk֬ nݺM6mٲ?ICFP1Ep`u؉Vc 5sZWaz{{Q:i<ʀ)J@@Gߡ:2E֨)q۶m!ߏz8HO/ChרmcG(Ȅf  Q#aC8&"_o;HfrgTbJDΏ%fMQd9GP~8]sgX!Q3DR͏d9ַj\:Qd?bӸttSqO}Jq#yP"6r![ϥɀvO6ɬ9xI,Z"kdSnB Z oK_X6oU)YI&\6V$#n8o4 [& vE6T_29CV-{Ɋir͈k#1ꫯ*%p<PU0B:T"kӟo'˗K\s "ZԻƤ뗼~'TIjP(V$Qd [VO<4_җԽTpe3R$y[3Qdk+Պ BARp P@"@5-ڰT-B0P$!ТEhRB "@d@"@٢ K"0 EA-Qd6,U *A@f"+A@#@ L#J =K-Qd70U *A((/!@8D-T=BJУ!ExSB,4i_dYQ&BhȊlj@9E!6A(MI @Yj 6ih&!@Qd9QBh8E?B Xe$Y)B(Q$uB "!P:dE A(m*J#@Y:f ȶij(!@H Q BP`SF"C!PhS!B D9B >@@wo_Oމ=wv;zh##zLӢ2zCVd1!67l52^z߿\/vYb _L< i@20uC6*J%}B_l c:'uLގq]k8En#lB&tHeijd-#|ۣ{ 3H1UhaY31S3ʰDFK%M>4l~AU#l`ZN/788DCsԏB&kt q{RȬnx!LZi@u#7\c]dƊLCcGܑ'\$J@"'M;߾DV'7pNrX)观ڭ1^!axٷ.G|&œ("@+# FEm;9Dz%Yhb] 34=F5X$#V1 %_/̡ $3ֽ*O<E"be]t% ,vcMkF"C=*H5OdL~F1V§ݒb Qd[,K JIV~Nz;J▏7[*\(oJ8Yt|WPXO8fMkcvZz |SHݗwzlZhFhM Ԟ5Uc׎^S*BΩ}G"Ap 'p'Bؕ&}p@|!~ʤ;ws׉;Qf߰@*6 -܌PWBvY'QȖ-Wo|J(r}콢^Wf h"(/J-*,U)v`F>9tF|^k3o#(2P޵?"܇ܯU)rMCiB3oPqk>w1{pC1p!+Irܺ fy͏t (rJɏe~(5="KK3n04jEzZ8C=43\d ;"֤@m;9*=?unj N//[?zHeo~d|^RjQJB JBNMq`I ?:5$vgH2~ŗtP"b@֨J-"_>~_cZQ?o U™ Œ;n4 vl7Ijۃ&9.ゝd,)8Er衟?RHi|^M5~>"Mf@)zY.qEYаwppHkR@C[鐂PĨ0$\56NdGߞ+" - AbLyXq-aMcP"- D3\,U7JO@ 7JI@cs q5Q>FXIw3V)JUb|@\pKi4­uiM XtO6GO?"%hD_O6mFtL)w݂_q_)h6}ґw/zQ {;2iQ@,$E Uc% S 5) P;9iv|>ᦦx݅_|L^n[;㫞c[==}or|_"&]Xչ* T/6!ԄU|%}4uSMM߼owk Ez[Y˚kF9c*-^G;#׮] y{*m`8ܐ^&c7cz"/-^ [Bh8YgL37?7NY5H9f9py="oEzPi_A@k(F:Y0qG;EVH,!@'.Y7oV5 Ӣfb=Oze˦Plgcjyz;Κ7Mlq4[*m~)D{6'՚ BD`#h_IF>t,>c?Bu#Q!@419 iK@38"wNkRC׌!PV؜"c;jqp:l5Pgྋk+S駄M? # ӷ%go)6o%JhhZ(N ]:tm,Z` lxv|u\Pr]*Wr+_ #}cU1ߨ"~Wʻo'o,_}Y$v7L%4í*=aP B N)|.AIENDB`{xDdC#!"j  FA?Picture 1bwI nPw+pnwI nPPNG  IHDRx[T/sRGBw:IDATx^?丵]u!%||$c,Aړu m!m^d*4x$<9=,&pp$'> 0 YB= @`F]vg~Fhf@`L%0j Y)@K-ib \#Ni9T  @ 01čK @ DDN:;BhI%MlAZ@TBz @d '7x"Z#>@ @S@hM՜T @BkV@ @`*@HxCCF#b@(&yB_^S| p͸p+ CDkƧ @@>\ @ ,LpSu@`=fz{yHF7bF*PzB2@aZ @&P(yݍ ꂮ!@`.ړ@"`dMƍ8I)#8X4fH:`My6vn՘!@'@h"!Fp-de0#nT4TVЖ)C[AN!:;B8H*"H @8B&@ @`6Z@ D@@5V5:2BL&o^ٔ\MH51@@?~l @`8{ⴛ.n*7:99_ @h @2aG!@`^ϯ֎AXˋWp,&n\TЌ fRDV.C*#E&\U%Кm @ pI) @Bk޶f @IZ'X@ @`^yۖA @'@hb!@ y m[j@ Dux @%Кm @ pI) @Bk޶f @IZ'X@ @`^yۖA @'@hb!@ y m[j@ Dux @%Кm @ pI) @Bk޶f @IZ'X@ @`^yۖA @'@hb!@ y m[j@ Dux @%Кm @ pI) @Bk޶f @IZ'X@ @`^yۖA @'@hb!@ y m[j@ Dux @%Кm @ pI) @Bk޶f @IZ'X@ @`^yۖA秢=~ @h @ 4&j s p9_6CZt@ @`Bg g> ;U pMߘ5}k@YϳJ_C@ˋ+Sav,f% 17++1sA@JqapfDkC)i'= "Z55 Џ XSkB9LsYݚш{!ED2! 0.<,q(kXR5/I @$pВ:"@  E| aEOnb/6e~GƬیy0J`-G=,v@2l٦Cu8@ 0= (l0f/aRΈ4 Tq|kFiO = @ /JfO{uПIERmӍyzzLOD@ =!pVk;Q֫(.[}_? !  Cqa>3etX#)}(zloJT  @xgF-%'0M΀qpr@#`\ΌhP|(%0M⤇ @BKϊ @TZ*L$ @ '3Z[^Z,w[A;FhT"Z#>@ @S ՜ѪI̾Cx #t"Z#>@ @S@hM՜T @BW?So @Z,&_V%SA @`ʖ42L4;@ POUإ 4++ROM^ÕQ"3J_D_ 44MIE 4!N#-BNWzZ EGqLaVx@; ùÀ:\ S 0.pj[>@:@ @`UU[ޗXᣡ M&9 @ Z(|Bd$Vּi6 ͮV_ r`.m븿.XXw]EZjBu Vۥy}gLh=<9vE4 {Vwyӥ'gG/1񌖂I4ss`z~elZS @zqAouhq'-U"u_m2oF6dY\ܢƣfПxWp2`& D,6Y]<`1Ww?X,"0hcָƎ牾LJaW7z5.2cMQYEDY,eÈ=3{A3"Zup Ќ FPHV!+' '+ mNqOj+xq*}OIJWIJJ^CHդפPeg3  B QFyDS>"?MGS c*\h,UG[RډβG\]7*8kUG>/qEKJC"Z%i5w.3|K~ͤ~Za'V4c"Z+vu ( h)U UbkzV&b,jvBeu+G;=^Abd $4v>a%UDÇfAN= @`EV7)<9N!oeSC.\!;Ov}UyMAA!@#к\8l&01 ,CP?I> pQ6nCKj-ِ=RLgfh[u@@h˼p93G+|Www @ۙ5 kFCB'ЪlPeX) @ 0 w/iIY}}>f))l+[V&f+]I @@,Qb ,GE/^ -J%i!OȂ[?@ `1Tl|F֏O?ðv/?*AX@#,ᩊOt}v"ZJP$0VsY6u~Wn, G #±Î#9\4?Gҳ"6"l(ŚnoekW{k~Tв.KT o {: &UsnЦ :][8: H "ZG]^U{1JOaԚ+zbv6?Ÿ#L#r{srB+SVyXy\Ωn"R$/TZ'\i鋬&agvj=ш˲̩ ]mG5hpBI5'@@X@sf)B+B+J(;~8֬r=Ǣ;&&z3SrKFTD+@EÛdu*WJF@8@hYfuHeͯVPyYRMhno񴖬؁hUǙ没~;Pi|Q1~4{p8*N1UN`n RM.dF gWhN"\)?>s1c]qػ㝎.3*۟^Y]NBEBqZιSD밎4fA]fB_+1^A#d< h# eXjOI-D"Μh SQqHMsMfkB+usq-cm̛jy|m Ж@ cwT:6BK%q?}6wYj{pm6ϜhЊMdBV_'g>zk(vM%Rрdq$~?ѝIY4޲F@Ch\hr?K}7RszLRe꠻HZiY?aP ܔuE-aDhȦ2q}?*ӗoޙZbmTHNt"aJe V2k*e.>~?zS_Za4ثjL&ZR٨j%.'oB_|Zt]BhGf@`G 0eT h}]BDENFhωuDF3դů~qڕ9i4}h股fF,ߛd|s[r55GSw{PD<ߖUa}MELIJ.$WFR k0,s73nf !UW;W*u|}e[щ}v5(k,K1]͚z*m=)rI!D:;й7`٧d;cYoGxbEOpWK-}o6 OzMJ= BOe* ݾEEgUE\iٸD'8/3Gqj'MLGݮ*oi0Vs2j&=Z0gI|m[HQ2v'Ha}zU;Am4U03I/}y^X#   B_IJ|Eh!c`ƕpKuSOe+{`\~W4<ѝ  y6Cɕwl~oYbFZѺ1YObIOZv3!@7Ve4Zӧ/U}Dǯq(s"Ze]Q2vӿĺ{w?U։h{!^VsSQq[/;ڬ}].lDZ4zeX/lU%}03-%*[P+O%/ Cg?mA?WYX) v_4ofA/sE+Z-y\bjU*\"Ji<i hU,e݈֖r[s<>|*tZq0%@@y.mr}‡o>}T,M@hm GMQ-ҴcwHk-]7}#W7lhLRٽy~׬;UoN4y>XY6Eoa0 712/>fnw{_-M@y6IUYf`ׯyZ-~$Yw컏qo}Z^h(/_u=~J,"Za* { 1ndvg%'7)纃ܦ@ j1~iFV)"kShiuJ=\!#u.(AO :tΪ7+wIRRND2CWn,َNsI)Z%~ѻZb6\{ s BKi$gp+.zLi|f닏MRRUr5LPFQYt"'ì$8FIŵ6֏?F8}x[#]u[Ԫw5ZʔJmIs]@@G0+9 Sheok~޻\Vl|Gd鯸znUPQY62%|~*KjhU9nW6˭&FzߚT4яGGylJSbftVٯ]S)WS߻R7hLuc>޲K  ꆃ9|e̕={n{SU\KDݻ ]M_˚4uU\Ka3㭧di-ʒc򔎭lӓUB]`0Z:,UQ5}sDv{f Ar }r5SBK򹁥(¥/S=|mn弝cM<W#9z>RoI`z4,j*nnI -cfj[k%bY#jYa}߄{Ixmӎ;TZ܏2%g7XtĪY!ŻM&9frȴ`G3H7 &1Hn8ؘ }ܸs$CFhU +0;X5_eYg-Ig"O<HћWW`soaecs`~h= = 3LQu͗Ts\WZG{]@1Q8? MϨo$={RZF1jpGThc\6醡ܝHffq)e֦Qrz,uw{Uͭ]e{'29JPriȿY\)#B;{R͹Gho!]nW[W.w-1#̼waEʌQ*B̂К]V!P7~L/Z]ӻjMJP؂Rwr=pв5ǯUFY]3r{ئ˵ls-g:tETtlWǺ?WBj|LݵJnaZ/b.?nœ57"fmx )xΈ+5wa銚fPZx"2TJL G3u(Ze嬫ކZG/os?Nz̓ߢ>/ -9`ū[bT-t@5BkCo_CJܮxs!բ@>q\EwxPhE"EgFzaqtfN`zUIӻuVY:ZCjr?E_'ă r@`@9[(|}bZ(pbIŽ?eO4F6ƋZ˞F8R^ZQ6v]j؈VJo]z}["Z? JFfgɹyZ63JJu϶g-*cf=FhpVLN@RZph|V1y 3~h`a fIؚO@ȿʺ -zs`~r u-V?6kO '9 T0cY Ww~ U[F@jdiN]$fpD+׺߫ }o(7Mkђ'2@S-ꞯ3'^ Ý`-/BMV^R& 6ezx-J6;f,&`Q~y~UjvM3,^BSR& B :rBiDv,)=3ړL=A{ȸ$;=wSzcwl l aV՗jSwRL+;]urEJLu|fƼ24W-w )vJWGNw* Z~w=[ K@ƎpHAb BhU?f 阋N%Eml$F3f4dv*qֱfgtj V0`#u͋  BB~:*.vRR3T{K|L9JtyX~w{yDk'|'֮6.=n]p"vu<{4LӸ}Ns]s\FT&r[o "(n9B-[x_Z-~bרV[ kO_~ MZz1P?w^tOYǐ)7\7:eH@`L1HX%>Ǐw/e.'R0n sVu Z6k3heZMDhM֦Q eV%:7g۶rSJW{N/3(!z}A#; < }R-hG/2kݶ#юV%z#Bف4P f`(U"R&wD|24|{`iD%zK,O'ȡ;_i$PFI"#R3yZu< %P:.Ss4:n*9YъXԔ\vAJ3ӜA -YЛsh ܜTPdZ)*LY"ZzXx?,#:ADhyQвZ+f:A&p]{8!%*cB1Z_cOi%\Q)6dVhUT?sK,a(.K逺?ʪB+cV]  2qVg:1B1ZTBˋGeSVΝA7dSѳ#wDK/J=L?5#Z4 مH@01m>k}: "؀"Q>x:xW_rL Ԥqn"<<2Fa1$A(61_ :9%NErI&-]={:~[ףѤq/$KޝrJ+P( G5_R(6$)7ffix7"bL;d%kH@ߵ9Bh"u (U56'a(%hRڟ찈~W0>!@`J<5evh=BhYނB0OsyFܢ,aeQ9at.LP u@I It\8=:_].>bBھWX7N:Rxs+Iz@`HuB z5 pܨjjR ǵx9)! ԍ +8NDw>-]_ʿGKㄩP/ s% !jB082!ZEooc3@ МR8By &侹m/J @DS웵V07V"83ZK幅GxoY;+v~K-V)6Zyy-JPbu 56U \3Zs ِ8ix^x%BSnCaDkǴ@#8ND~u؀6%a X4}Kd=x$ͽ#ZG+_k|>Ѽ|$@ŹnGg8Tb"S^T:`Q5h-52!@OnP85 Pĵܒ=UINEY6-WiSU!6k}o x .CJexv! jAV]?ōv[ك5EΒ}YP@Q* p*[ŋ;9EOiQ/ _k/x׵S3ynYʃ@`qL6m4Ѻ±HпD #ZK>(:$ Zeeh'8:QTLGV{h{j1TJ>\\^- @g@hEr!v/E* A`qFG؜w#cCDk/uI@&кv=.AaDkݗh\xy~; kXjGh]5.E֥ g!@h@"& <vӯ.OOOϿ}2_>I`quN"Zj.mJzOOʵU@ZH hZjnwmr G.'ﻣb[;hF`qլ`h5l݀jGMp\(/~Zȭ @B!F}(4h-5mZ&%~=A@[bC`qP D km}C@h .vc"@hOւ*CtK@`~DocjxVNYߐ[4@+NheohE%>s 4hq8H (ݝ;> 5c?NRx%tliYu2뻧I\WRBh]17%S{dmX>?perk]rCx @h&۲4ڦH/h+(zM pWQe-ÛD BK7o0 :'rdahbo_ݓ\] $F=yXzu,'qf۬O+(-cBTUz!pDR9=QY2Vt*t%Fhy.6d ;!1-8^צ8KaDkmq<@Sk[-k U˕|Rx%KW8*J+?}baDVhexiHK7Cc([&!8КR \ 4.NM@^=䋩AX^hyw?=E?|@FM@H&14!82]F30ۤbs 5W{R@ ZI 4h-5{žB/H뾗5e@8Kc+11/~u\'$\K5ByOr -lb\"'d}0svӣ p!Fk!.^ ,5#LDȭ(C1Ω[ ukJ[p@`,-u{("ZgEsF%AF}PP Z`jM{R8Bq}Oo6Eu:m sk F;SexwݖLE!@h%0(ݝ_VwSqw*pv\ ,mD0D7™B+hNwS{dmX֎d@اyFyGu7"Zb&dt6#)\x[!-xɌsԸaDkݣ߼~ȊD{%=2y7agUpo qVۊM+|a6'M\ȭh#ԗ;P&N-Twz^a!kq3owd53Z$W[˿hLJ_'Tؼ4ZE^nUO\b<~=G[fA"ddWvʯ,^2LkȖ us +/ܱ,:w=nԏG8%N`qD7Z:N"LEr˫,k|ìH×$ &ZkGP/+4*%̼*O)-S7 SkvsD+aW8FO8. 5.fTB]dՅ< _ n+vZvv"g[LTV"Cǧ$q@UfbV.h7e$+HZJiJ Vr?vwК_b +[']~0DžZj_/{Ơ=$$: Eo یAw}OS!e3I VN~ WrENɘ emzrK#4iBmdH}{,4 F~=7b"ЈB"]h -wj;cڌV걺m>S'T8%RD#<93vzk -p39=Gh(+!PM ^up{a켋*RRfƠ[UD_uVYU@YC>"”OiKnMCI %eM. *N@Q,wk'*w"Unuzk2R>cIw9iv[`=jʘ u6%cTz۔6}FnM&29ln&Ѫr My.e~6(z= ݬa Zʂ TVDtt_6޳! D`5P5:b.囱]zLQu$]?**:TV3,aMJ5MqO}8VZv"Gfk4}4[?juHOog7M߲T#PVsI?ܜG[-zz~,+Ishmk>FZ2^>X /PYr`>*c-μT;km*Y8ZH6Fc5QTDŋY5ʍhE]' 5MVN{4EVʶ[Gu)ZNJշ)7C`]դ[4pjh "Z@vdbVЪk MOl*j!O=L)ͺi:YTǝf_jGhuKL,AKDi!سw?=E?|GU|2HU> θјMқqϫʮ5>fE E'Xnֱ7d&F8:JkzmE"Z:l=[Y?= 1zE-7nFc9+&va5[׽:mXjGhWM[MpKj`yl2eqW>w51SVB磒kem_u-mS/5+dADYM/`yvQѻP"Z cqIJpOoު ȭV$KDgܩna|zK)#hn(&ɤv^Sp2nXSⵎ[t}SWYel@ q:}z10̀m| h]Fpr#LJksLxPP%)L RBk. EW&h=Xc#/D󹭵Mꊋ3aiVnlֱUA$}s !Jy+-`ܦKn +xOw^oᯢorknBU 04U=pEh' {dmwBn]K]^ʗh2Dzfq r%Oox9/'st4QQyV8Us2 .u˽O%yWt]cF[;;T97lO, +({^HADžWkDM6#R@%ylbX)%228Ȟpj*rE<cךb|z$uv˥vv(zMi-m}K?e[,dJЦ▕u̫k_⡂ڌ)-lK> f#P˒\2eݯ6&ͯ{ݥ/h@@A'dd ysn,\d'1zER-NrqC/Muy"Ze,,1.;c}La% E $pM42nj܌]"2(leՎRvR&TmEzjoP@P`4ph<tC^U_BkDFn| xj WWꖆc<9 NC`M!@jao:P G`*e ˝v>M bG`ij@5,wq|*հ``hÒ ܣ( țp ?eX4/h' ZY*9,-h4.;u2hNvӬY\-"o"5\ #Q*[rmaLg+wq|f$dna!q@͈~.C'  0{rCa ,h DPAo2.U8=QcQ;.5 !p5W. $8>Ъ^}nWD:01n*2n}YQl $6S @&Z V l^WcJ wCKAy;5׬XܓkHUX\(ϡNU{WK@JYxeYjBh5y\+#ZQ-ac>FP5'VyetWpWqozI±j6 '^ŚT drᛂ4H Zͩ`pʈ76'GqŅL q2ٟ6*av ewq\vKc,5O'xR똣u)ʈVXlQ*ƫДƁLq]\Li@7?ێj!STy-L%TѦ`VېtBF&eDk\{m^_ xzk Mi =8Ki],c_G~ǝ웦FO g5CS#wK zhebR[y"Z܂B}3irSePئ @C\IPJk5D- jh4-Oi?qa2ovStsmwiHAn,p֟f^qRk6yUnQ#Qb^QH< 5Ap߾U9vϒX.nUR8BU.]Εsq6 h\Eii,0ؑx4ZM$0\Vn'>"ъ.3DwL,Rs[A &D]4R.e,75O[#/eQư*kK3 PeiQs h-? Amʅh-O&WtrFq`M&ZG+4޶vX;B+xq%h|g홿Rs  E.}ቴR]imܼG|̪)$Y|}3v{,x;E"ZFL<}#-Q^YF^ OQQt::';ɅuowΘjsPъe$n%A(%j{ҚF_zomdqջ;a_EgTH@ p4nњՏPb#`1 Rץ񙅖LpM rnip՞.?NB"{QǧoT'n23uK0TETd {AX]ny5]j7yb(3a5l'z*4-|zQ|hSfqOXmGh*?^ZL#$B -bd]Z{_RzNٳmnfY\*ٰ! ԟFV@֢|;{rU~X zE#"ZU7Kӛa22\FWNlpCQ7_ۈ'DJEVTy)]m&B+%2<3AJ+,ZKe҈V?B+9"ZBBdeKR^,ΰ2VȆ|wik~o]ۈV*:W&EWa7' OhE#7SCnMMFZMބF?.B>$- M8~,jSu('쿋Z$=ncJڣ3fV+&4<%j$%Hh[WFK*WlryF]N޶ZN]_)ߑ̸b9Ϧ!n17@0Z.ns=D2d\uCIVx1ktWp⧲:M7u'342xfsC4=l|}byn86&foEn jQ6$DnFL0E$3=>M]nF,O$Uyq}Nm pp]z!2Eo:VFfoA|q%|n\'rwrx3,|V Ɇ˒K঱YTϏgBnMZȦH@D.7un$=講- /& 譑 Lл[-We꽼{'aӸ~\YPH6js.~bn3Zs^t+1) cN{D9?nɘR52T裏/oq<<V/<,XDv0ߋfaQː/4Z Uѽn=WE^$ӧ?|%esqcsgy{;4G>,ؖ^kw_=Zs#0RDz~H& 04AK1CYg2a"Jtjæ1v]Dž0Pe}n N\jQ]Mxv(գ=igge\]=Za?<){fjs~@$%&Zg*fl@׵֊DY9\QwsOk#NDh4~\Se?3W-eThj#Q?w5YvBkۇ)Rыl-oMĖ#*z~@0NH@)N|b0 -I?wtbg1XֺJi7{~#BKT?Lf *cj7L'C[?-A0T>L~#,/'B+ZKM97 BKϊBhEuyК[nQYHyh [j\s(my]Wh2?}ݴ֯z﫾Zj݈mNʒ{_o ^怑Xf;#{F FE;Ww] wG!g60i3MbZL%C]If 2݄g?Yû_t~Z*ݛlNUAōt÷0oI~YYT]$9MoQ7l7]߯q,{9@`Q⻣v&#wAVRV;Ɇ!Ж_Vb@e4ƾLՠSiUOUӳ6ZcW&WYJ $PhYAiKQyjx߈nݐxs[WvumuTY信nd(׮IJX)G` WI3P*Uk-;soe{"ZKT*{sefƣ,53 nk!w2eoca$%% OU=ZѷϜs\][5BRxA{)(i_k/Z.p%_|<>XVAe22C6\nѥ>\ DbUݘov뱐hHR{,jW{_zbkF.b)Ս7[7ogTh cݿ KFڵ JvJj~ a?dD V5ɴ;y> ^,( `|Dko;Υ&)!,"Z)ukV#>wW`v m =s:(^ɬf\V^3OMFǯ'4MXU/D:e&`TP (0`&u$KM9wNIJ@`)_WM~)yuZ;VfrJ2یvA dВ޶Y|ńEhk慖tYRWr]Rh`$>J%kֺ˻ٻZH=c"ZwbmWhݞyw5Zʔb';U뷧bU%Ï=SҔsb5M؄{EiFeB^M*W:@# l MgͪFT@ lvgEJD Fm q~]*"{3'w_hEȞ`m vT)]3@r;2#~u5XD/0h]'iNhޣ%0FY]/MA=+U,8,w{+{{3C98L)ߓhIQV5i HfJ-B;bYI;BkCogV]:C~2 xꫬʒS|Q$"3M_7!_ ъB1 yF+ pUV4s(W<\{z\hN)RgZLsd}_\Ӗ4u Ӳ2Woyy"+CtU/+ߋVv*ΈTv߯n%ȭeuYgʁs#H  K@yU)Wab},6^-.o쑽(JMEZ=6XJbҐf,O>ŲCioFhݕR M-rx-=+RB`@֦&P\-*x!߄$_jZEGcY+S#4iWoOgn:*AYr 堊y]O< jΥs!o#< pX\HRE$Y k#/F6&%/aa͕*]smK󶴚(.ǥԌA%͈ .ǾM&Ah5)fU??ƖQMђK0eB;"JŻlܦz] =32^%`z+θЩ3h4Z4yxb 6(j6_@Ӽ_/CIDvZ Z9B2:J>z>/DZ}cK/Z kǶ>)KGiϯ!4!ƫTZȚ[@1N yz^L,?/esNS+eݵbVeȵ o'3Z1=OɸЊ;BV[g\Jc6w3capI+dIkOKwp#L[b lrVtU!D:Pa9-:m`=vޜ@,iħhiRjF h@Zz~[@!j0S]bUf"Y/U"8/fyУ6oaE0W)UZ ?!00s,V{C<5/ɤFd{]ɞd\ӾVEhgk)+ub'I݉s e.es]b@=?OFg Z!RS^Ȥ̢OUW(ݸ_ʷU0nLm?}|ԋR  HUn~Cjt> fh}يr?ȧ:(I IgL%Qפ\@`mӖ^Ĝw7ӎ1vq9v2(t7܄ Պ%[qβZE׻͘BnM|DE^ ''ey 9BeMi PDVǺR)[ۙd@ҋamLMꎈ{.^e)ʘu 9چvՑ^p'R}4fю(jtc:URx!LL@9+$UZlĝVVj| _qa`݈oqVօԭ7{,^3뀃hZnL,HMT/4^_>+s3T;{ޑT1W?X^WhU4f0,;m/ROfyU4ѭTPNH@!ϩO?|w:*tGD%!COW3!XFvZ}ҹHͬqϋݸp&5(󞠵B{ QOw7DFb~fg+'sC=_A -ZSvF B9L9s uAm)of~W͌}74*=̊cfY:8IY޷aGDe\2~oϋk&}a[+MqE2B˽u{d^G7X=5$)@X@~rjHlgDAenYsk&|(}Ky(bX!Њ6~W%EM !0INܸT F4;7&?oȹ-#1.n{L8˳TbQY;]f N=u0vmE!%^}α?>JǴctc>3ME{O e߫U,p;1FD='Rͅf#Z߾{UWqz%"Z)Mu=xk|?GȽ"R+GSDӸK 'eŸУ×Dhk;1:v]J{,UzZ? H_G@/8IhfPAEMnXChE#I~(wH3h-+ Bh՝(e .ZG6q#RV5V5:2VrkOI"UѬuY*"Z8BXBE)V&W5V532k7@udp ; A3i@Ew#3 @"Zb @X۟CS 5E3R @ #MoP$&h5 @ 0 8 IDk@V+ 2)oj"Z3D@ @`rA+> L!@ZZj/ '֢g@"9p @aЊK ; # IENDB`Dd0B   S A ? B;#'llt]lr0TWmqOZ#'llt]lr"`mx}TMo@;-+@*F+#BpzDBN8ȻIӆ^zP*kM%Jk̼vfGKA؅ЀՑ||6NGinм/ X+5oGs YƸ1q(0`  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~Root Entry FI Data 3WordDocument)dObjectPool CI_1040424044FC-COle CompObjRObjInfo  !"#%FMicrosoft Equation 3.0DNQE Equation.3' (z+1)2zFMicrosoft Equation 3.0DNQE Equation Native C_1040424439 F FFOle CompObj REquation.3 z=|w|-|y|  if  |w|>|y|0               if  |w|<|y|{FMicrosoft Equation 3.0DNQE ObjInfo Equation Native  _1040424372 FFFOle CompObjRObjInfoEquation Native C1Table0Equation.3' (z-1)2z Oh+'0 $ H T ` lx'$Rensselaer Polytechnic Institute!P-H}tRn5X2e ޝvըVW WcmV]W' 'd @N=4IP>yntĝ`Yip"vWQf>/vZnm!`I8p;>Y;s;=|ߛꌭ2= ~Q=kFtVm9 i:9:6 Aj#jwOMs_tƔ_'Ք]+%^ (У~<4τtȋ pu%62d77.|m% + 6]籸=z?wW Nm%cbcL(ϝ@N[u809^\$q>]t|%X-r@F$ Mͺ5"F$ Mͺ5"F$ Mͺ5"F$ Mm}]Κh<ڝ9L챝ɖ&ݎ0no6m5pJeM FEQy'6 ڸtq|~Y۔5Pg `&ۜO~` Mu78%`F/K~^&qbdb#V.v9c- h Ե9E#_:7Ѯ5Xo'0 $PH_S]NO)u ܃ɺѡʌQ" ,. 6(A{:7)gѮ:W.ݒ\?!FrN:;{ 7<R1}!H)9.F?9znhh4;ϰ}pCi;?yE=èqٌV/,tҞeXbW(F_jٞ6.]m\\L"ڗv Xmَ,I @ V@lَ,I @ V@lَ,I @ V@lَ,I @ V@lَ,I @ V@lَ,I @ VWȍ~/z⾠7~$@Hj@VXN 4#PFU3f,& 6c( 6J1 @`1 @DQbՌ % fXL@l,Fo(Q@lX5c&@b_{J| ŭxۜzbp6#@6\fEyDA6җAX@lT\\S#@@zTX@lT\\S#@@zTX'*.bSlF|}N*z^Iq{;(FGI @ %_T)"Ue]xR#^0&Nі2ΉEjaCb#KSX @p  @@ҔĆcA_5׷'Mn_7?(خLgh@`bc1^:! >2=gf#H gn{)Nܽ>2n}}|?P}fT(ƟJ_3}dnt?7$RMN? tz*Z`ϟ^p/ ݿ7ۼx˧_ȍ`JY@l:6!5vqܸYk|7_nb#KhIܼx;s#x连~,7T# 6) zH܈? [(B@lQ&*퇗_?8vc|ww﻽ѻS9ZX\@l,VjF`mjŞlPnˍGM(]]c6O>We ͍W?i<>&6pv C֎.Ga/&}s?3!7ƯMͻ߻km1m].ROM38vo~"!7 /5i%0T;,t>qRF[8" jQ`f 6RFvF~c{ @@Eb#Y1;KFqLơ#*ִ G@lq=^Ut>kX/C@lFABFBhni-8(uu( PHPX]@lNn(Y@l\=c'@bcvr;$@@b;f!J%W  0ؘ  PWr}PЇW!Qvڨ0y}N\C @5eڸؘXM lM t  pظؘXM lM t  p.+dogZ baF<2QВbܹYopR?gtk(h1N|5l5p:̅; ,ͩ5x|R;y+ˎ"cY{'P9"$+_p11'% %jVx*Xq|rZQbl8,0.篝=XXI!2JdQr.^L(,6: -vnَ@q|-g@.U%'!r}Ķ f Xd AEFhA-)6,4$ 62mYf&Rxᗘu~:pcsyWo;ۍ9~](hv P@{?hQàO iA jcc][mYttx;<;_tشx3%ytHn6mE@A9翪9Ko_'ОjGO핟w:+=9rlJy%mؐN'W207؈Vnu|\{l|ҳؘ 8wWRl,ooh_o2Lor09F*]0t| '`!M3s{ڒClA A`NEo#[*9<7pZ~D0"[ #QP G,M  @@l8 @ @@l`iJb1@b#KSX @p  @@ҔĆcF 6  64%@ @) ,M  @@l8 @ @@l`iJb1@b#KSX @p  @@ҔĆcF 6  ϟnɓO>;W1_| @ JjcsZO8(qQj1^}l.lz7o˟Gʍ}jxRM៻3S>vl*8+ 6[Mϼp}n,-..%.اM T" 6r?xOTkI+a-) 6Rj>nz,h_'Nnג]m^:wW+ 6- n=Lb/7?ԦXWڬq+z[^`-vqG!?נ]sp+Uyp$'mSM =;i0GӲZ"G0d;m']'[ kOIG3oyT+C^}fnzDn_:*(Qjc_$/J+ڮ9`:uwaCeÈXm,i hiNoّpqТubb%1pEpJbth, uc]GTlHژhm)6.㝌˻C[70YPLG!@5x@_ @LQf݌ 1~oc# j` jfXP@l,o(O@lP3P$C$/jO }Hp3 0cc'b1[&hɱ̘v kEb{!3f}Fj k1֐^&Dz!3~!bCf xI9Fx-p%:4xw'bh!0M Xֿ8}<\5U+ޜSMy78\Sz%Djcv39"j0ئ{(mO̚TWr9i2@5nQP1V뿜=H {#loS~"rjj!;̝`}&N pNj#Hl  M@ld1jpƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@bƪ l:&@@1NZIENDB`Dd$$H   c $A  B!qX@4nd0Tomp~D~zqX@4ndh)0Z0Z xZMI~Mdlo Cv:f@ .pX)DZ{mOԌH{ q^=As@Т "$ddcޫǞq@83z﫯Ad7k {Οe^#:t>kjN>vL^ٸZ)/״o'B-e|y6~Pʾ\![KL+LNU*zFޜ9.V„BK N^Rf1 g|4)rZNēg4½k '&h,^jqSv"4EFL8Qkf-tѪ]ى^մ9U $I^3,3],sQ62jދƚ( rEu))dyZXN1l %̚b\CB+:&j6]Ե4)䰓jR z 3d)M9RLI@k3q H~)_(IH<}n:qJ2 5.L$f=fzZ;򵰗XcyjR*r& @~¤J 66)P>L2ٹQs9+#_7revRy7aAizؗoǂEXe| fY̷|-VItMJX {(J5$qu+>?3oiץvzZթvJo0LpdpC)_DlQOWjtJMv W"&"ꙒxS7=@q>F2=/5ٯ;T M >a7=j oie=-{q׌6ͯzVԳjwW8;8TMR"/[wÑ\c]Tj?4#ֈ5bX# (PP[CST MUWvQ@!?tQ'dž k=Lp 3b#9bcV>hGد#;@oI(/ƥW"{;0L^d*Yg>~U-.cvݐ<|*Hvjհa'^{z;CŹmv#~w>գa?g Xf7$&xRpXmp"q|-6tCL1+P&nA m5S<9(o  L;$ARa6v8"P_';RM"tnޑ6: s )ܕ"tH䮤l3 )SY ӬE5J@@ ߏ7OqXC D,iyXHUh7ۀ#av G( w";`I0=C.f@)棹hCI'5f *- >DŃ#JD@c~Mc*wh|o/-<UXDU76wθLuu12V&ԤJEW8)ro0Z0Zxݿ4p9:'sps CCW0Pp~( .قҋm0 ˱cٱ$&48$]/"wV}_\]{מj~VZ8W? $%ʝ#o{+E>mڣ5/P~b}\Uu X]$k~E/JrrW\q_.-/-\f;'W;e56JPU6m倶6[ ^Th ݽsYguYguUMg;)΍Mfn7k 3sk΅of6:묳:묳Ξ/}LTBr^Ofjr6-,y.c F2$g]9j;Ggw:++M`1s,Y\YXg([ﰰ`[{{h,ltmn)6̏mAF4,צr -9 mAƟٴZ>x6;xM#X ,kf^b;xڦR8mk[hmw$Mw vUi4k..xʦ2(/X˲4be` ',5,̚ wSC;:xvB63Mnm/0ֳrqmx~Jkm!Akm.0ַm`i؎T;nwM&F6i]: Tu%[iݛցuZ7w7_-Uu^ɶ M-LTߦ5`jaxѺ;G9GP48GW^Yggȵ,Ein7O-l,ٗ؄X}Fl_"-I;8Rt2Gc͒el-c|KE,? Ԗ! d Kg9ͤ ʜ&EpNi#eZ4VswCz#8-uj76kYxFepZUw[Mmt˾5Գ3~@i*a۪v[kx5;ZWG.p,lOAF" ; AފYhDGՆʡv$G՝2yb:!h2,m4 j2 ns,S5GݖOA-:e@.]w` Zg}wCZMa 0Dj6`K"Y8l?zWo*@Dd B   S A ?  B.-. k$V}d N0T~SNq?y\.-. k$V}d V")vxU[oD>d&+h#*BG}ZDBBO'VwfC[s HFA_gƗ!T|w̌/߀h\݂+jPrl?nz>˨[t`hlW2FyeOY'*]n^(6`6>MyK#e]m}{m}]v)uMr&zlPi;!zlYe1Gʻ"&6a_Z}xc:1bIq8(l_[vU w?Q\B? y8,IgY:`~v ?:ږ)rh"T0dI> 0 \NxrRq25 c̋,NN$IN3Lgˊ g̓XLYFQy4["t`Ŵ *1ؿV6r7DY:SEGhvr è<*3eQ"ؑi@EKMBkeWQ"<IS\M9/ROE<=|Y8PBCw- c4-ָfg\G~3ʗWZhh:Vc> 7Z퐲mը?[Cu)[G2;^SC_ \j8 ;إiVgvWϧ׸̷6 ZsJMwm|KCߨse< 0|zQ~*6`yvc*3\(3bBt}x~.Pv,/:\/x~^uXwй^aޕE@}tH} ZKp~bk1Dd0B   S A ?  B> %SQ2< 0T,&&T %SQ2< "`mx}Tn@;o]T 4X;C/#rujYGM6R$Cy$nÔٵbwf.}5`[pKfc_c2hIs5|`FZ4~`easi)/Q<`*?%Ok\7d9kvWޝ QbUxW{6H?f?!0$^M9Ibt3wXN!;]o&vO]E\$d走m.O⠏ 2ph$4U`;^ i 3b; Gd }RMŘl230Tؘ4HݪtxVV5Iec?QTDzr2X ,#Og,$G`,vٗכӡVDE/b=f-PpC|SRdT}Q((RCD  'imvZX6#ǪBiq@y#$4(^vá8\ǎDEw5vv]1"cԇ-$oREm#;d7bE tn.X ] qUbIlQd6E;EFRd7qss;33(iK{YKB.=9iCvW5_:h~r|yH6k<_)/?*g^3_.䫅2naSBuv~>yb

М9U '5Z\Ms$3kCBd}`rP_87=0kdCm ̯|u}*KN8n)jjPjE_.VL ;$'k+g r@{rޜ|D^oIizě4r~֬+'kb UWaR9,zZ0qCqzYOK5|pO5Dt^n3.\lhΔʵgsYE4׬K πEjjPH6+)|Eԫ`䫸x)CX皌$} 4_XͿ~n]H5vS{ǁ ,6qe,6&Y'Uc^,M^J M\SŹ&bLHwp_Լwܭ(̜K)z+\qg558q2I2{j` nʏ&ipzF("B4[1$Zj|`>s\*%՞!>~.2Tz?}>{a yp/zXSӘ0,W髦Aw>x4/7_9oՄE9?Ȉ+k]B$NJ~4oQfWȸ':V'kw^lre- OChWrpl})f6tf}jvw8K'm I쐖ݤo>/nrnQdYltuI׺Bi]:E {fhnMᷥe4r UJw(_h0" i 0`l0^ Yz6t:w 964ZK) =BN%ŽnQE?@rHLt,x M!P@#@#X&o@snwFk1(sA^9ڴ5^@vAO!-ac/QIL ֲ1`m@]uncT08A5100+ Kt`1`(ckҡ%a$TG5cGR1vl c0}ЦbZqaJG Zv}$4ZPLB(}FB$(q0}o~RO4X.ˠa w.Խ'Vr2Q@>"* $x}!@F*r ՔT}%Yz*?U~+3*cʋU^g-5i^bMf㩼Yt_U^1%wTBY*o´޵|Մj*orՕ&DPQD3OH*GgI ڒ0B8bZT‘5')d\Dm e4F4bt` =`+⚩7[@G}(@R-J"nov6I;F;ܦb)%Ymeof? atp$I#IZc"Pҿ_뭧vDS%Zso-HW虶ԗ=.Ӿݤ]"m?]г[㱢[rYЁDPZFi$Gj҄NP$e34(ĕ:]%ZlKse:ӆ%VZa7ӆ8tPj]gauxأr`;Hr2twNْ6bBNr"Чg`j=զ /!fB *f% J %ViɡʒjX9HrÈPQZ9%G!f}Ym0Ŭd V!*1XŇb56XYC9X1D冐cC=X+,cf咈 CFtć.mЋ&|eN}(k>Qtў//:A(v9Wj\hPTRRf(Cj,H5v9?q?FH2EwFX[$VRϓ,%YpB;-ZOoImG8[D-WN? –+d;+>X8(kd^.t7L|/8n,nYqb„>o`>z{?] y[ Ap#Satbg-_8qekjYfq1Ifu2m+3]t,s582e){XIFNL1o5(Zav|&ӁqiJ/zX-XFkÓ,7,9[q& i#rLõ*,%ZՐ"3H\#ǤEr ];Wf8x%껣]\J4{)aJMWd֫u/(#:l)eH* 3 EѿBѩ6e:g`U.bD]X`zպd0r/.G;XڰLA)-G78ueh/ad4߯r',E \f\wK}JB\ElD;E0ʿH[<>.Щf_~LV!Ժi/W,GhߦEszNڍ,S0>VhFEh- leT\|Kw6666666666666666666666666666666666666666666666666hH6666666666666666666666666666666666666666666666666666666666666666666666666662 0@P`p2( 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p8XV~OJQJ_HmH nH sH tH D`D NormalCJOJQJ_HmH sH tH X@X  Heading 1$$ hd1$@&a$ CJ$OJQJDA D Default Paragraph FontZi@Z  Table Normal :V 4 l4a _H(k (No List 4 @4 Footer  !*O* macroCJTCT Body Text Indent$d1$`a$tR@"t Body Text Indent 2)$ h0d1$^0`a$ CJOJQJN>@2N Title$ hd1$a$6CJOJQJ4B4 Header  !PK!K[Content_Types].xmlj0Eжr(΢]yl#!MB;BQޏaLSWyҟ^@ Lz]__CdR{`L=r85v&mQ뉑8ICX=H"Z=&JCjwA`.Â?U~YkG/̷x3%o3t\&@w!H'"v0PK!֧6 _rels/.relsj0 }Q%v/C/}(h"O = C?hv=Ʌ%[xp{۵_Pѣ<1H0ORBdJE4b$q_6LR7`0̞O,En7Lib/SeеPK!kytheme/theme/themeManager.xml M @}w7c(EbˮCAǠҟ7՛K Y, e.|,H,lxɴIsQ}#Ր ֵ+!,^$j=GW)E+& 8PK!\theme/theme/theme1.xmlYOoE#F{o'NDuر i-q;N3' G$$DAč*iEP~wq4;{o?g^;N:$BR64Mvsi-@R4Œ mUb V*XX! cyg$w.Q "@oWL8*Bycjđ0蠦r,[LC9VbX*x_yuoBL͐u_. DKfN1엓:+ۥ~`jn[Zp֖zg,tV@bW/Oټl6Ws[R?S֒7 _כ[֪7 _w]ŌShN'^Bxk_[dC]zOլ\K=.:@MgdCf/o\ycB95B24S CEL|gO'sקo>W=n#p̰ZN|ӪV:8z1f؃k;ڇcp7#z8]Y / \{t\}}spķ=ʠoRVL3N(B<|ݥuK>P.EMLhɦM .co;əmr"*0#̡=6Kր0i1;$P0!YݩjbiXJB5IgAФ޲a6{P g֢)҉-Ìq8RmcWyXg/u]6Q_Ê5H Z2PU]Ǽ"GGFbCSOD%,p 6ޚwq̲R_gJSbj9)ed(w:/ak;6jAq11_xzG~F<:ɮ>O&kNa4dht\?J&l O٠NRpwhpse)tp)af] 27n}mk]\S,+a2g^Az )˙>E G鿰L7)'PK! ѐ'theme/theme/_rels/themeManager.xml.relsM 0wooӺ&݈Э5 6?$Q ,.aic21h:qm@RN;d`o7gK(M&$R(.1r'JЊT8V"AȻHu}|$b{P8g/]QAsم(#L[PK-!K[Content_Types].xmlPK-!֧6 1_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!\theme/theme/theme1.xmlPK-! ѐ' theme/theme/_rels/themeManager.xml.relsPK] 5d'Z8V;al,' x;w{~B0*8A\AAAAAAA B3BQBxBBBBBC%CHCXCcCCCCDL[\_Pl?zgxyz|}Ԓǔŕ͕ە4HJ5:111111:: !@  @ 0( P B S  ?H0( 8~T ''3*8*w7{777888898=8>8B8a8e8f8j88888888888888888999 9C9G999::KKTTUUV&VVVVVWWXXYYZZ\\}aabbbbbbccddee~rrrr2s:sssssaxfxxxxxxxIzNzzzX_ahnv(0T\׌݌ތTW!',4Ǖ˕ݕ quXa,- w{=?@Gw^hNX%36R$V$t&&N)V)Y*[*..//H1Q1445i566I7M7<<o<q<<<==>>~??AAAAzGGNHUHLL_P|PPQR,R/R=RTU\\^_N_P___hdmdddl)lsszz{{I~X~ Ղׂ&*ac68qIQ^a .pt?F|MRkoTO<ut%36:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::=uP&IP.4A888^8`o(. ^`hH.  L ^ `LhH.   ^ `hH. xx^x`hH. HLH^H`LhH. ^`hH. ^`hH. L^`LhH.88^8`o(. ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.=uP.4A솂        솂        lrt777)777\7]7g7|777777777777777777777788 8 8$8(8)838H8L8P8Q8[8p8t8x8y8888888888888888899999"9%9(9)939H9O9U9V9X9\9_9b9c9m9999999999999992:3:$%36S7@0129:z{5@@@8@:@x@@D@@@@@@@ @@@H@@@x@@@@UnknownGTimes New Roman5Symbol3 ArialsNew Century SchlbkCentury Schoolbook] MiniBostonTimes New Roman9MNew York3H"$Times A xCfл&'&Cfdi?VfNF;2d۳Y 3q;H?j0 Rensselaer Polytechnic InstituteRPKRussell P. Kraft